From db15dd493175115435aa94d4f0909953b93250de Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 23 Jan 2023 15:10:41 -0800 Subject: [PATCH 1/7] fix: csimp: visit minors of casesOn in let-values Without this change, we would not inline anything inside let x_42 := casesOn x_3 fun .. => ... here ... --- src/library/compiler/csimp.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/library/compiler/csimp.cpp b/src/library/compiler/csimp.cpp index 84ffd974eb8b..db5dc17660ca 100644 --- a/src/library/compiler/csimp.cpp +++ b/src/library/compiler/csimp.cpp @@ -1606,10 +1606,8 @@ class csimp_fn { if (is_constructor_app(env(), major)) { return reduce_cases_cnstr(args, I_val, major, is_let_val); - } else if (!is_let_val) { - return visit_cases_default(e); } else { - return e; + return visit_cases_default(e); } } From 4527ca4d7da6fd8e77498d238dfd3e301177f23a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 23 Jan 2023 19:22:21 -0800 Subject: [PATCH 2/7] chore: update stage0 --- stage0/src/kernel/kernel_exception.h | 9 + stage0/src/library/compiler/csimp.cpp | 4 +- stage0/src/library/compiler/llvm.cpp | 18 +- stage0/src/runtime/interrupt.cpp | 7 +- stage0/src/runtime/memory.cpp | 7 +- stage0/src/runtime/stackinfo.cpp | 7 +- stage0/src/util/shell.cpp | 24 +- stage0/stdlib/Init/Data/List/Control.c | 68 +- stage0/stdlib/Init/Data/Nat/Div.c | 12 + stage0/stdlib/Init/Data/Random.c | 6 +- stage0/stdlib/Init/Data/Repr.c | 168 +- stage0/stdlib/Init/Meta.c | 1732 +- stage0/stdlib/Init/NotationExtra.c | 942 +- stage0/stdlib/Init/WFTactics.c | 75 +- stage0/stdlib/Lean/Compiler/IR/Basic.c | 21 +- stage0/stdlib/Lean/Compiler/IR/EmitC.c | 90 +- stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c | 6945 ++++--- stage0/stdlib/Lean/Compiler/IR/Format.c | 44 +- stage0/stdlib/Lean/Compiler/IR/FreeVars.c | 59 +- stage0/stdlib/Lean/Compiler/IR/LLVMBindings.c | 8 +- stage0/stdlib/Lean/Compiler/IR/LiveVars.c | 14 +- stage0/stdlib/Lean/Compiler/IR/NormIds.c | 56 +- stage0/stdlib/Lean/Compiler/IR/PushProj.c | 56 +- .../stdlib/Lean/Compiler/LCNF/AuxDeclCache.c | 14 +- stage0/stdlib/Lean/Compiler/LCNF/Basic.c | 38 +- .../stdlib/Lean/Compiler/LCNF/Simp/JpCases.c | 202 +- stage0/stdlib/Lean/Compiler/LCNF/Specialize.c | 158 +- stage0/stdlib/Lean/Compiler/LCNF/Testing.c | 4 +- stage0/stdlib/Lean/Data/FuzzyMatching.c | 1216 +- stage0/stdlib/Lean/DocString.c | 110 +- stage0/stdlib/Lean/Elab/BuiltinNotation.c | 1895 +- stage0/stdlib/Lean/Elab/Extra.c | 3262 +-- stage0/stdlib/Lean/Elab/InfoTree/Main.c | 316 +- stage0/stdlib/Lean/Elab/Quotation.c | 5857 +++--- stage0/stdlib/Lean/Elab/SyntheticMVars.c | 1312 +- stage0/stdlib/Lean/Elab/Term.c | 1173 +- stage0/stdlib/Lean/Environment.c | 10 +- stage0/stdlib/Lean/Linter/UnusedVariables.c | 2 +- stage0/stdlib/Lean/Message.c | 134 +- stage0/stdlib/Lean/Meta/AppBuilder.c | 666 +- stage0/stdlib/Lean/Meta/Basic.c | 808 +- stage0/stdlib/Lean/Meta/Check.c | 666 +- stage0/stdlib/Lean/Meta/ExprDefEq.c | 1296 +- stage0/stdlib/Lean/Meta/GetConst.c | 6 +- stage0/stdlib/Lean/Meta/SynthInstance.c | 3676 +++- stage0/stdlib/Lean/Meta/Tactic/Congr.c | 4 +- .../Lean/Meta/Tactic/LinearArith/Solver.c | 600 +- stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c | 8 +- stage0/stdlib/Lean/Meta/WHNF.c | 146 +- stage0/stdlib/Lean/Parser/Extra.c | 1294 +- .../Delaborator/TopDownAnalyze.c | 666 +- stage0/stdlib/Lean/PrettyPrinter/Formatter.c | 134 +- .../stdlib/Lean/PrettyPrinter/Parenthesizer.c | 134 +- .../Lean/Server/FileWorker/RequestHandling.c | 9847 +++++---- .../Lean/Server/FileWorker/WidgetRequests.c | 380 +- stage0/stdlib/Lean/Server/InfoUtils.c | 1044 +- stage0/stdlib/Lean/Server/References.c | 2 +- stage0/stdlib/Lean/Server/Watchdog.c | 2 +- stage0/stdlib/Lean/SubExpr.c | 2883 +++ stage0/stdlib/Lean/Util/Trace.c | 1796 +- stage0/stdlib/Lean/Widget/Basic.c | 477 +- stage0/stdlib/Lean/Widget/Diff.c | 1647 +- stage0/stdlib/Lean/Widget/InteractiveCode.c | 48 +- .../Lean/Widget/InteractiveDiagnostic.c | 26 +- stage0/stdlib/Lean/Widget/InteractiveGoal.c | 16868 ++++++++-------- 65 files changed, 40880 insertions(+), 30319 deletions(-) diff --git a/stage0/src/kernel/kernel_exception.h b/stage0/src/kernel/kernel_exception.h index a8dd633f4745..f5d66133eee5 100644 --- a/stage0/src/kernel/kernel_exception.h +++ b/stage0/src/kernel/kernel_exception.h @@ -202,6 +202,15 @@ object * catch_kernel_exceptions(std::function const & f) { } catch (exception & ex) { // 11 | other (msg : String) return mk_cnstr(0, mk_cnstr(11, string_ref(ex.what()))).steal(); + } catch (heartbeat_exception & ex) { + // 12 | deterministicTimeout + return mk_cnstr(0, box(12)).steal(); + } catch (memory_exception & ex) { + // 13 | excessiveMemory + return mk_cnstr(0, box(13)).steal(); + } catch (stack_space_exception & ex) { + // 14 | deepRecursion + return mk_cnstr(0, box(14)).steal(); } } } diff --git a/stage0/src/library/compiler/csimp.cpp b/stage0/src/library/compiler/csimp.cpp index 84ffd974eb8b..db5dc17660ca 100644 --- a/stage0/src/library/compiler/csimp.cpp +++ b/stage0/src/library/compiler/csimp.cpp @@ -1606,10 +1606,8 @@ class csimp_fn { if (is_constructor_app(env(), major)) { return reduce_cases_cnstr(args, I_val, major, is_let_val); - } else if (!is_let_val) { - return visit_cases_default(e); } else { - return e; + return visit_cases_default(e); } } diff --git a/stage0/src/library/compiler/llvm.cpp b/stage0/src/library/compiler/llvm.cpp index 8d7b8544cf34..436def862be5 100644 --- a/stage0/src/library/compiler/llvm.cpp +++ b/stage0/src/library/compiler/llvm.cpp @@ -29,12 +29,14 @@ Lean's IR. #include "llvm-c/Transforms/PassManagerBuilder.h" #endif -extern "C" LEAN_EXPORT lean_object* lean_llvm_initialize() { +extern "C" LEAN_EXPORT lean_object* lean_llvm_initialize_target_info() { #ifdef LEAN_LLVM - LLVMInitializeNativeTarget(); - LLVMInitializeNativeAsmParser(); - LLVMInitializeNativeAsmPrinter(); + LLVMInitializeAllTargetInfos(); + LLVMInitializeAllTargets(); + LLVMInitializeAllTargetMCs(); + LLVMInitializeAllAsmParsers(); + LLVMInitializeAllAsmPrinters(); #endif return lean_io_result_mk_ok(lean_box(0)); @@ -1117,6 +1119,13 @@ extern "C" LEAN_EXPORT lean_object *lean_llvm_get_target_from_triple(size_t ctx, char *errmsg = NULL; int is_error = LLVMGetTargetFromTriple(lean_string_cstr(triple), &t, &errmsg); + if (is_error) { + fprintf(stderr, "Unable to find target '%s'. Registered targets:\n", lean_string_cstr(triple)); + for(LLVMTargetRef t = LLVMGetFirstTarget(); t != NULL; t = LLVMGetNextTarget(t)) { + fprintf(stderr, " %-10s - %s\n", LLVMGetTargetName(t), LLVMGetTargetDescription(t)); + } + } + lean_always_assert(!is_error && "failed to get target from triple"); return lean_io_result_mk_ok(lean_box_usize(Target_to_lean(t))); #endif // LEAN_LLVM @@ -1156,7 +1165,6 @@ extern "C" LEAN_EXPORT lean_object *lean_llvm_target_machine_emit_to_file(size_t lean_to_TargetMachine(target_machine), lean_to_Module(module), filepath_c_str, LLVMCodeGenFileType(codegenType), &err_msg); - return lean_io_result_mk_ok(lean_box(0)); #endif // LEAN_LLVM } diff --git a/stage0/src/runtime/interrupt.cpp b/stage0/src/runtime/interrupt.cpp index 17ac6aeb0e55..f3bbb2d4210c 100644 --- a/stage0/src/runtime/interrupt.cpp +++ b/stage0/src/runtime/interrupt.cpp @@ -27,10 +27,15 @@ void set_max_heartbeat_thousands(unsigned max) { g_max_heartbeat = static_cast(g_heartbeat, max) {} scope_max_heartbeat::scope_max_heartbeat(size_t max):flet(g_max_heartbeat, max) {} +// separate definition to allow breakpoint in debugger +void throw_heartbeat_exception() { + throw heartbeat_exception(); +} + void check_heartbeat() { inc_heartbeat(); if (g_max_heartbeat > 0 && g_heartbeat > g_max_heartbeat) - throw heartbeat_exception(); + throw_heartbeat_exception(); } LEAN_THREAD_VALUE(atomic_bool *, g_interrupt_flag, nullptr); diff --git a/stage0/src/runtime/memory.cpp b/stage0/src/runtime/memory.cpp index 876e77776793..f762bda8d93a 100644 --- a/stage0/src/runtime/memory.cpp +++ b/stage0/src/runtime/memory.cpp @@ -124,6 +124,11 @@ void set_max_memory_megabyte(unsigned max) { set_max_memory(m); } +// separate definition to allow breakpoint in debugger +void throw_memory_exception(char const * component_name) { + throw memory_exception(component_name); +} + void check_memory(char const * component_name) { if (g_max_memory == 0) return; g_counter++; @@ -135,7 +140,7 @@ void check_memory(char const * component_name) { if (r > 0 && r < g_max_memory) return; r = get_current_rss(); if (r == 0 || r < g_max_memory) return; - throw memory_exception(component_name); + throw_memory_exception(component_name); } } diff --git a/stage0/src/runtime/stackinfo.cpp b/stage0/src/runtime/stackinfo.cpp index c0c52b361bfa..0e7c6ea52a86 100644 --- a/stage0/src/runtime/stackinfo.cpp +++ b/stage0/src/runtime/stackinfo.cpp @@ -92,13 +92,18 @@ size_t get_available_stack_size() { return g_stack_size - sz; } +// separate definition to allow breakpoint in debugger +void throw_stack_space_exception(char const * component_name) { + throw stack_space_exception(component_name); +} + void check_stack(char const * component_name) { if (!g_stack_info_init) save_stack_info(false); char y; size_t curr_stack = reinterpret_cast(&y); if (curr_stack < g_stack_threshold) - throw stack_space_exception(component_name); + throw_stack_space_exception(component_name); } } #endif diff --git a/stage0/src/util/shell.cpp b/stage0/src/util/shell.cpp index 6d5590d413a5..39c1c84abffb 100644 --- a/stage0/src/util/shell.cpp +++ b/stage0/src/util/shell.cpp @@ -21,6 +21,7 @@ Author: Leonardo de Moura #include "runtime/sstream.h" #include "runtime/load_dynlib.h" #include "runtime/array_ref.h" +#include "runtime/object_ref.h" #include "util/timer.h" #include "util/macros.h" #include "util/io.h" @@ -172,7 +173,7 @@ using namespace lean; // NOLINT extern "C" void *initialize_Lean_Compiler_IR_EmitLLVM(uint8_t builtin, lean_object *); extern "C" object *lean_ir_emit_llvm(object *env, object *mod_name, - object *filepath, object *w); + object *filepath, object *target_triple, object *w); static void display_header(std::ostream & out) { out << "Lean (version " << get_version_string() << ", " << LEAN_STR(LEAN_BUILD_TYPE) << ")\n"; @@ -198,6 +199,7 @@ static void display_help(std::ostream & out) { std::cout << " --i=iname -i create ilean file\n"; std::cout << " --c=fname -c name of the C output file\n"; std::cout << " --bc=fname -b name of the LLVM bitcode file\n"; + std::cout << " --target=target target triple of object file produced by LLVM\n"; std::cout << " --stdin take input from stdin\n"; std::cout << " --root=dir set package root directory from which the module name of the input file is calculated\n" << " (default: current working directory)\n"; @@ -249,6 +251,7 @@ static struct option g_long_options[] = { {"timeout", optional_argument, 0, 'T'}, {"c", optional_argument, 0, 'c'}, {"bc", optional_argument, 0, 'b'}, + {"target", optional_argument, 0, '3'}, {"features", optional_argument, 0, 'f'}, {"exitOnPanic", no_argument, 0, 'e'}, #if defined(LEAN_MULTI_THREAD) @@ -486,6 +489,7 @@ extern "C" LEAN_EXPORT int lean_main(int argc, char ** argv) { std::string native_output; optional c_output; optional llvm_output; + optional target_triple; optional root_dir; buffer forwarded_args; @@ -523,6 +527,10 @@ extern "C" LEAN_EXPORT int lean_main(int argc, char ** argv) { check_optarg("b"); llvm_output = optarg; break; + case '3': + check_optarg("target"); + target_triple = optarg; + break; case 's': lean::lthread::set_thread_stack_size( static_cast((atoi(optarg) / 4) * 4) * static_cast(1024)); @@ -744,13 +752,25 @@ extern "C" LEAN_EXPORT int lean_main(int argc, char ** argv) { out.close(); } + // target triple is only used by the LLVM backend. Save users + // a great deal of pain by erroring out if they misuse flags. + if (target_triple && !llvm_output) { + std::cerr << "ERROR: '--target' must be used with '--bc' to enable LLVM backend. Quitting code generation.\n"; + return 1; + } + if (llvm_output && ok) { + // marshal 'optional' to 'lean_object*' + lean_object* const target_triple_lean = + target_triple ? mk_option_some(lean::string_ref(*target_triple).to_obj_arg()) : mk_option_none(); initialize_Lean_Compiler_IR_EmitLLVM(/*builtin*/ false, lean_io_mk_world()); time_task _("LLVM code generation", opts); lean::consume_io_result(lean_ir_emit_llvm( env.to_obj_arg(), (*main_module_name).to_obj_arg(), - lean::string_ref(*llvm_output).to_obj_arg(), lean_io_mk_world())); + lean::string_ref(*llvm_output).to_obj_arg(), + target_triple_lean, + lean_io_mk_world())); } display_cumulative_profiling_times(std::cerr); diff --git a/stage0/stdlib/Init/Data/List/Control.c b/stage0/stdlib/Init/Data/List/Control.c index 3bef736c5283..bb9294dade05 100644 --- a/stage0/stdlib/Init/Data/List/Control.c +++ b/stage0/stdlib/Init/Data/List/Control.c @@ -13,13 +13,13 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l_List_firstM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_firstM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_x27_loop___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_findSomeM_x3f___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_instForMList(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_firstM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_firstM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_findSomeM_x3f(lean_object*); LEAN_EXPORT lean_object* l_List_filterM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM(lean_object*); @@ -706,50 +706,48 @@ x_2 = lean_alloc_closure((void*)(l_List_foldrM___rarg), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_List_firstM___rarg___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_List_firstM___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_6; -lean_dec(x_5); -x_6 = l_List_firstM___rarg(x_1, x_2, lean_box(0), lean_box(0), x_3, x_4); -return x_6; +lean_object* x_5; +lean_dec(x_4); +x_5 = l_List_firstM___rarg(x_1, lean_box(0), lean_box(0), x_2, x_3); +return x_5; } } -LEAN_EXPORT lean_object* l_List_firstM___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_EXPORT lean_object* l_List_firstM___rarg(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_6) == 0) +if (lean_obj_tag(x_5) == 0) { -lean_object* x_7; lean_object* x_8; -lean_dec(x_5); +lean_object* x_6; lean_object* x_7; +lean_dec(x_4); +x_6 = lean_ctor_get(x_1, 1); +lean_inc(x_6); lean_dec(x_1); -x_7 = lean_ctor_get(x_2, 1); -lean_inc(x_7); -lean_dec(x_2); -x_8 = lean_apply_1(x_7, lean_box(0)); -return x_8; +x_7 = lean_apply_1(x_6, lean_box(0)); +return x_7; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_9 = lean_ctor_get(x_6, 0); +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_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(x_6, 1); -lean_inc(x_10); -lean_dec(x_6); -lean_inc(x_5); -x_11 = lean_apply_1(x_5, x_9); -lean_inc(x_2); -x_12 = lean_alloc_closure((void*)(l_List_firstM___rarg___lambda__1), 5, 4); -lean_closure_set(x_12, 0, x_1); -lean_closure_set(x_12, 1, x_2); -lean_closure_set(x_12, 2, x_5); -lean_closure_set(x_12, 3, x_10); -x_13 = lean_ctor_get(x_2, 2); -lean_inc(x_13); -lean_dec(x_2); -x_14 = lean_apply_3(x_13, lean_box(0), x_11, x_12); -return x_14; +lean_dec(x_5); +lean_inc(x_4); +x_10 = lean_apply_1(x_4, x_8); +lean_inc(x_1); +x_11 = lean_alloc_closure((void*)(l_List_firstM___rarg___lambda__1), 4, 3); +lean_closure_set(x_11, 0, x_1); +lean_closure_set(x_11, 1, x_4); +lean_closure_set(x_11, 2, x_9); +x_12 = lean_ctor_get(x_1, 2); +lean_inc(x_12); +lean_dec(x_1); +x_13 = lean_apply_3(x_12, lean_box(0), x_10, x_11); +return x_13; } } } @@ -757,7 +755,7 @@ LEAN_EXPORT lean_object* l_List_firstM(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_List_firstM___rarg), 6, 0); +x_2 = lean_alloc_closure((void*)(l_List_firstM___rarg), 5, 0); return x_2; } } diff --git a/stage0/stdlib/Init/Data/Nat/Div.c b/stage0/stdlib/Init/Data/Nat/Div.c index bd747f753dc3..92ae6a59bbd3 100644 --- a/stage0/stdlib/Init/Data/Nat/Div.c +++ b/stage0/stdlib/Init/Data/Nat/Div.c @@ -14,10 +14,12 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Nat_instDivNat; +LEAN_EXPORT lean_object* l_Nat_modCore___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_instModNat; LEAN_EXPORT lean_object* l_Nat_div___boxed(lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* lean_nat_mod(lean_object*, lean_object*); +lean_object* lean_nat_mod(lean_object*, lean_object*); static lean_object* l_Nat_instModNat___closed__1; static lean_object* l_Nat_instDivNat___closed__1; LEAN_EXPORT lean_object* l_Nat_mod___boxed(lean_object*, lean_object*); @@ -47,6 +49,16 @@ x_1 = l_Nat_instDivNat___closed__1; return x_1; } } +LEAN_EXPORT lean_object* l_Nat_modCore___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_nat_mod(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} LEAN_EXPORT lean_object* l_Nat_mod___boxed(lean_object* x_1, lean_object* x_2) { _start: { diff --git a/stage0/stdlib/Init/Data/Random.c b/stage0/stdlib/Init/Data/Random.c index ae4a260d89a1..5b6b090f88c6 100644 --- a/stage0/stdlib/Init/Data/Random.c +++ b/stage0/stdlib/Init/Data/Random.c @@ -77,6 +77,7 @@ static lean_object* l_stdNext___closed__5; LEAN_EXPORT lean_object* l___private_Init_Data_Random_0__randNatAux___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_stdNext___closed__11; LEAN_EXPORT lean_object* l_stdNext(lean_object*); +LEAN_EXPORT lean_object* l_initFn____x40_Init_Data_Random___hyg_821_(lean_object*); LEAN_EXPORT lean_object* l_IO_setRandSeed___boxed(lean_object*, lean_object*); lean_object* lean_int_add(lean_object*, lean_object*); static lean_object* l_instRandomGenStdGen___closed__1; @@ -88,7 +89,6 @@ LEAN_EXPORT lean_object* l_stdSplit(lean_object*); LEAN_EXPORT lean_object* l_mkStdGen(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* lean_io_get_random_bytes(size_t, lean_object*); -LEAN_EXPORT lean_object* l_initFn____x40_Init_Data_Random___hyg_819_(lean_object*); lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_randNat___at_IO_rand___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* _init_l_instInhabitedStdGen___closed__1() { @@ -1291,7 +1291,7 @@ x_2 = lean_alloc_closure((void*)(l_randBool___rarg), 2, 0); return x_2; } } -LEAN_EXPORT lean_object* l_initFn____x40_Init_Data_Random___hyg_819_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_initFn____x40_Init_Data_Random___hyg_821_(lean_object* x_1) { _start: { size_t x_2; lean_object* x_3; @@ -1855,7 +1855,7 @@ l_instRandomGenStdGen___closed__4 = _init_l_instRandomGenStdGen___closed__4(); lean_mark_persistent(l_instRandomGenStdGen___closed__4); l_instRandomGenStdGen = _init_l_instRandomGenStdGen(); lean_mark_persistent(l_instRandomGenStdGen); -res = l_initFn____x40_Init_Data_Random___hyg_819_(lean_io_mk_world()); +res = l_initFn____x40_Init_Data_Random___hyg_821_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_IO_stdGenRef = lean_io_result_get_value(res); lean_mark_persistent(l_IO_stdGenRef); diff --git a/stage0/stdlib/Init/Data/Repr.c b/stage0/stdlib/Init/Data/Repr.c index 82fb7eafc10f..72cabcac2759 100644 --- a/stage0/stdlib/Init/Data/Repr.c +++ b/stage0/stdlib/Init/Data/Repr.c @@ -15,31 +15,30 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Prod_repr(lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; lean_object* lean_format_pretty(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(lean_object*, lean_object*); static lean_object* l_instReprPUnit___closed__2; LEAN_EXPORT lean_object* l_Char_quoteCore_smallCharToHex___boxed(lean_object*); LEAN_EXPORT lean_object* l_instReprPos___boxed(lean_object*, lean_object*); static lean_object* l_List_repr___rarg___closed__1; static lean_object* l_instReprUnit___closed__2; LEAN_EXPORT lean_object* l_instReprTuple___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1; LEAN_EXPORT lean_object* l_Nat_toDigitsCore___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___rarg___closed__4; static lean_object* l_Char_quoteCore___closed__2; static lean_object* l_Sum_repr___rarg___closed__2; LEAN_EXPORT lean_object* l_instReprSigma___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14; lean_object* lean_uint32_to_nat(uint32_t); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12; LEAN_EXPORT lean_object* l_instReprUInt8___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_reprStr(lean_object*); static lean_object* l_instReprPos___closed__1; static lean_object* l_instReprDecidable___rarg___closed__1; static lean_object* l_instReprSigma___rarg___closed__1; static lean_object* l_Char_quoteCore___closed__1; -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprPUnit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprId___rarg___boxed(lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12; LEAN_EXPORT lean_object* l_instReprList__1(lean_object*); static lean_object* l_instReprSigma___rarg___closed__6; LEAN_EXPORT lean_object* l_instReprULift___rarg(lean_object*, lean_object*, lean_object*); @@ -54,9 +53,9 @@ LEAN_EXPORT lean_object* l_instReprULift(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Prod_repr___spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l_instReprPos___closed__3; static lean_object* l_instReprBool___closed__2; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11; LEAN_EXPORT lean_object* l_List_repr_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprSum(lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6; static lean_object* l_instReprPUnit___closed__1; static lean_object* l_instReprSigma___rarg___closed__4; static lean_object* l_Option_repr___rarg___closed__4; @@ -76,21 +75,17 @@ LEAN_EXPORT lean_object* l_instReprList(lean_object*); static lean_object* l_Sum_repr___rarg___closed__4; lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Sum_repr___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13; lean_object* lean_string_push(lean_object*, uint32_t); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7; LEAN_EXPORT lean_object* l_instReprSigma(lean_object*, lean_object*); static lean_object* l_instReprULift___rarg___closed__1; LEAN_EXPORT lean_object* l_Nat_toDigits___boxed(lean_object*, lean_object*); static lean_object* l_instReprIterator___closed__1; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6; static lean_object* l_Repr_addAppParen___closed__2; LEAN_EXPORT lean_object* l_List_foldl___at_List_repr___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_instReprPos___closed__4; uint8_t l_String_isEmpty(lean_object*); lean_object* l_String_foldlAux_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Repr_addAppParen___closed__3; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8; LEAN_EXPORT lean_object* l_List_repr___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_repr(lean_object*); static lean_object* l_List_repr___rarg___closed__2; @@ -124,10 +119,10 @@ LEAN_EXPORT lean_object* l_reprArg___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprBool(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Nat_digitChar___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Prod_repr___spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9; static lean_object* l_Repr_addAppParen___closed__4; static lean_object* l_instReprIterator___closed__3; LEAN_EXPORT uint32_t l_Nat_superDigitChar(lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11; LEAN_EXPORT lean_object* l_instReprString___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Char_quoteCore_smallCharToHex(uint32_t); LEAN_EXPORT lean_object* l_List_repr___rarg(lean_object*, lean_object*, lean_object*); @@ -144,15 +139,16 @@ LEAN_EXPORT lean_object* l_instReprInt___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprUSize(size_t, lean_object*); static lean_object* l_instReprBool___closed__1; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_List_repr_x27___spec__1(lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8; LEAN_EXPORT lean_object* l_instReprTuple(lean_object*); LEAN_EXPORT lean_object* l_String_quote___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; static lean_object* l_List_repr___rarg___closed__5; static lean_object* l_instReprDecidable___rarg___closed__4; LEAN_EXPORT lean_object* l_List_repr_x27___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprULift___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Char_quoteCore___closed__5; static lean_object* l_Int_repr___closed__1; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1; LEAN_EXPORT lean_object* l_List_repr_x27(lean_object*); LEAN_EXPORT lean_object* l_instReprUInt64___boxed(lean_object*, lean_object*); extern lean_object* l_Std_Format_defWidth; @@ -165,11 +161,13 @@ LEAN_EXPORT lean_object* l_instReprIterator___boxed(lean_object*, lean_object*); static lean_object* l_Prod_repr___rarg___closed__1; LEAN_EXPORT lean_object* l_hexDigitRepr___boxed(lean_object*); LEAN_EXPORT lean_object* l_instReprIdType___rarg(lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; LEAN_EXPORT lean_object* l_instReprSubtype(lean_object*, lean_object*); static lean_object* l_Repr_addAppParen___closed__5; LEAN_EXPORT lean_object* l_instReprIdType(lean_object*); static lean_object* l_Repr_addAppParen___closed__6; LEAN_EXPORT lean_object* l_Nat_toDigits(lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13; LEAN_EXPORT lean_object* l_Char_quote___boxed(lean_object*); LEAN_EXPORT lean_object* l_instReprFin___boxed(lean_object*); lean_object* lean_nat_abs(lean_object*); @@ -189,6 +187,7 @@ LEAN_EXPORT lean_object* l_instReprAtomBool; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_instReprProd(lean_object*, lean_object*); static lean_object* l_Int_repr___closed__2; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3; LEAN_EXPORT lean_object* l_repr___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprIterator(lean_object*, lean_object*); static lean_object* l_instReprUnit___closed__1; @@ -196,13 +195,12 @@ static lean_object* l_hexDigitRepr___closed__1; LEAN_EXPORT lean_object* l_instReprSourceInfo; LEAN_EXPORT lean_object* l_instReprPUnit___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprInt(lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); static lean_object* l_instReprSigma___rarg___closed__3; LEAN_EXPORT lean_object* l_instReprAtomChar; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10; LEAN_EXPORT lean_object* l_instReprUnit___boxed(lean_object*, lean_object*); static lean_object* l_Option_repr___rarg___closed__1; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14; LEAN_EXPORT lean_object* l_Nat_toSuperDigitsAux(lean_object*, lean_object*); static lean_object* l_List_repr___rarg___closed__3; lean_object* lean_uint16_to_nat(uint16_t); @@ -212,6 +210,7 @@ uint8_t lean_int_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprAtomUInt8; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_List_repr___spec__1(lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7; static lean_object* l_instReprDecidable___rarg___closed__3; LEAN_EXPORT lean_object* l_instReprOption(lean_object*); static lean_object* l_Option_repr___rarg___closed__2; @@ -219,6 +218,7 @@ static lean_object* l_Char_quote___closed__1; LEAN_EXPORT lean_object* l_instReprSum___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Option_repr___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_instReprIterator___closed__2; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9; LEAN_EXPORT lean_object* l_instReprUInt32(uint32_t, lean_object*); LEAN_EXPORT lean_object* l_instReprDecidable___rarg(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_instReprUInt32___boxed(lean_object*, lean_object*); @@ -226,11 +226,11 @@ LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_List_repr___spec__1___rarg(le lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_instReprChar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprFin___rarg___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprFin(lean_object*); LEAN_EXPORT lean_object* l_instReprProd___rarg(lean_object*, lean_object*); lean_object* lean_uint8_to_nat(uint8_t); static lean_object* l_String_quote___closed__2; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; LEAN_EXPORT lean_object* l_instReprList__1___rarg(lean_object*, lean_object*); static lean_object* l_instReprSourceInfo___closed__1; LEAN_EXPORT lean_object* l_reprArg(lean_object*); @@ -251,17 +251,17 @@ LEAN_EXPORT lean_object* l_instReprString(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprUInt16(uint16_t, lean_object*); LEAN_EXPORT lean_object* l_repr(lean_object*); LEAN_EXPORT lean_object* l_instReprUInt16___boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2; static lean_object* l_String_quote___closed__3; static lean_object* l_instReprDecidable___rarg___closed__2; static lean_object* l_List_repr___rarg___closed__6; LEAN_EXPORT lean_object* l_instReprIdType___rarg___boxed(lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10; static lean_object* l_instReprIterator___closed__4; LEAN_EXPORT lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_instReprTupleProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Char_quoteCore___closed__4; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3; LEAN_EXPORT lean_object* l_instReprAtomString; +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___rarg(lean_object* x_1, lean_object* x_2) { _start: { @@ -3037,7 +3037,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1() { _start: { lean_object* x_1; @@ -3045,21 +3045,21 @@ x_1 = lean_mk_string_from_bytes("Lean.SourceInfo.original", 24); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3067,7 +3067,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -3076,7 +3076,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -3085,7 +3085,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6() { _start: { lean_object* x_1; @@ -3093,21 +3093,21 @@ x_1 = lean_mk_string_from_bytes("Lean.SourceInfo.synthetic", 25); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6; 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3115,7 +3115,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9() { _start: { lean_object* x_1; @@ -3123,33 +3123,33 @@ x_1 = lean_mk_string_from_bytes("Lean.SourceInfo.none", 20); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9; 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; -x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; +x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10; x_3 = lean_alloc_ctor(4, 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3157,23 +3157,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; -x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; +x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10; x_3 = lean_alloc_ctor(4, 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3181,7 +3181,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(lean_object* x_1, lean_object* x_2) { _start: { switch (lean_obj_tag(x_1)) { @@ -3239,7 +3239,7 @@ x_24 = l_instReprSubstring___closed__1; x_25 = lean_string_append(x_23, x_24); x_26 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_26, 0, x_25); -x_27 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3; +x_27 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_26); @@ -3278,7 +3278,7 @@ lean_ctor_set(x_41, 1, x_29); x_42 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_18); -x_43 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; +x_43 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; x_44 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_44, 0, x_43); lean_ctor_set(x_44, 1, x_42); @@ -3309,7 +3309,7 @@ x_53 = l_instReprSubstring___closed__1; x_54 = lean_string_append(x_52, x_53); x_55 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_55, 0, x_54); -x_56 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3; +x_56 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3; x_57 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_55); @@ -3348,7 +3348,7 @@ lean_ctor_set(x_70, 1, x_58); x_71 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_71, 0, x_70); lean_ctor_set(x_71, 1, x_18); -x_72 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; +x_72 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; x_73 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_73, 0, x_72); lean_ctor_set(x_73, 1, x_71); @@ -3382,7 +3382,7 @@ x_86 = l_instReprPos___closed__4; x_87 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_87, 0, x_85); lean_ctor_set(x_87, 1, x_86); -x_88 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8; +x_88 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8; x_89 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_89, 0, x_88); lean_ctor_set(x_89, 1, x_87); @@ -3414,7 +3414,7 @@ x_98 = l_instReprBool___closed__2; x_99 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_99, 0, x_97); lean_ctor_set(x_99, 1, x_98); -x_100 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; +x_100 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; x_101 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_101, 0, x_100); lean_ctor_set(x_101, 1, x_99); @@ -3432,7 +3432,7 @@ x_105 = l_instReprBool___closed__4; x_106 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_106, 0, x_97); lean_ctor_set(x_106, 1, x_105); -x_107 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; +x_107 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; x_108 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_108, 0, x_107); lean_ctor_set(x_108, 1, x_106); @@ -3453,7 +3453,7 @@ x_112 = l_instReprBool___closed__2; x_113 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_113, 0, x_97); lean_ctor_set(x_113, 1, x_112); -x_114 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; +x_114 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; x_115 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_115, 0, x_114); lean_ctor_set(x_115, 1, x_113); @@ -3471,7 +3471,7 @@ x_119 = l_instReprBool___closed__4; x_120 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_120, 0, x_97); lean_ctor_set(x_120, 1, x_119); -x_121 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; +x_121 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; x_122 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_122, 0, x_121); lean_ctor_set(x_122, 1, x_120); @@ -3492,14 +3492,14 @@ x_127 = lean_nat_dec_le(x_126, x_2); if (x_127 == 0) { lean_object* x_128; lean_object* x_129; -x_128 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12; +x_128 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12; x_129 = l_Repr_addAppParen(x_128, x_2); return x_129; } else { lean_object* x_130; lean_object* x_131; -x_130 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14; +x_130 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14; x_131 = l_Repr_addAppParen(x_130, x_2); return x_131; } @@ -3507,11 +3507,11 @@ return x_131; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_1, x_2); +x_3 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -3520,7 +3520,7 @@ static lean_object* _init_l_instReprSourceInfo___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____boxed), 2, 0); return x_1; } } @@ -3713,34 +3713,34 @@ l_instReprAtomUInt64 = _init_l_instReprAtomUInt64(); lean_mark_persistent(l_instReprAtomUInt64); l_instReprAtomUSize = _init_l_instReprAtomUSize(); lean_mark_persistent(l_instReprAtomUSize); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14); l_instReprSourceInfo___closed__1 = _init_l_instReprSourceInfo___closed__1(); lean_mark_persistent(l_instReprSourceInfo___closed__1); l_instReprSourceInfo = _init_l_instReprSourceInfo(); diff --git a/stage0/stdlib/Init/Meta.c b/stage0/stdlib/Init/Meta.c index 362dcb3c2d61..96cbd7c6dcb6 100644 --- a/stage0/stdlib/Init/Meta.c +++ b/stage0/stdlib/Init/Meta.c @@ -13,10 +13,8 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuoteListMkStr1(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__5; static lean_object* l_Lean_Name_reprPrec___closed__7; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__7; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__3; @@ -29,6 +27,7 @@ lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Name_instDecidableEqName(lean_object*, lean_object*); static lean_object* l_Lean_instQuoteSubstringMkStr1___closed__2; static lean_object* l_Lean_mkGroupNode___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15; LEAN_EXPORT lean_object* l_Lean_instQuote(lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); @@ -41,36 +40,32 @@ LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitTerm(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkNullNode(lean_object*); static lean_object* l_Lean_Meta_Simp_neutralConfig___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_mkStrLit___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; LEAN_EXPORT uint8_t l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__83; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSyntaxArray___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuoteProdMkStr1___rarg(lean_object*, lean_object*, lean_object*); -lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(lean_object*, lean_object*); static lean_object* l_Lean_origin___closed__1; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__9; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__28; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__24; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__26; LEAN_EXPORT lean_object* l_Lean_Syntax_getHead_x3f___lambda__1(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__65; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__9; LEAN_EXPORT lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__2; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__2(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__63; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__16; LEAN_EXPORT lean_object* l_Lean_instQuoteArrayMkStr1___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__6; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_splitNameLitAux(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10; lean_object* l_Lean_Macro_throwErrorAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16; static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___closed__1; uint32_t lean_string_utf8_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_getSepElems___rarg(lean_object*); @@ -79,20 +74,20 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decode___boxed static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLit(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__19; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_isScientificLit_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; LEAN_EXPORT lean_object* l_Lean_mkNode(lean_object*, lean_object*); static lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_push___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; LEAN_EXPORT lean_object* l_Lean_Syntax_setHeadInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isNameLit_x3f___boxed(lean_object*); static lean_object* l_Lean_instQuoteBoolMkStr1___closed__4; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3; static lean_object* l_Lean_mkNullNode___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_dsimpKind; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeExp___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -103,10 +98,11 @@ static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__11; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__10; LEAN_EXPORT lean_object* l_Lean_TSyntax_getId(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__18; LEAN_EXPORT lean_object* l_Lean_githash; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil___boxed(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__18; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7; static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; static lean_object* l_Lean_versionString___closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getName(lean_object*); @@ -121,9 +117,10 @@ LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___rar static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__52; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__25; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMajor___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__1; LEAN_EXPORT lean_object* l_Lean_Name_toStringWithSep_maybeEscape___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElemsM___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__25; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__107; static lean_object* l_Lean_Name_reprPrec___closed__5; @@ -134,14 +131,16 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean static lean_object* l_Lean_termEval__prio_____closed__6; static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4; LEAN_EXPORT uint8_t l_Lean_Meta_instInhabitedEtaStructMode; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19122_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__15; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; static lean_object* l_Lean_termEval__prec_____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__39; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__100; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461_(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_maxRecDepthErrorMessage; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__35; static lean_object* l_Lean_Syntax_instCoeIdentTSyntaxConsSyntaxNodeKindMkStr4Nil___closed__3; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1; LEAN_EXPORT lean_object* l_Lean_Name_toString___boxed(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getHeadInfo(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -149,26 +148,31 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; static lean_object* l_Lean_versionString___closed__4; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__11; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__1; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__3; static lean_object* l_Lean_Option_hasQuote___rarg___closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSyntaxArrayArraySyntax(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decode(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2; extern lean_object* l_Lean_Parser_Tactic_location; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___lambda__1(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11; static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19; static lean_object* l_Lean_evalPrec___closed__1; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11; LEAN_EXPORT lean_object* l_Lean_Name_instReprName; static lean_object* l_Lean_versionString___closed__7; LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_mkNumLit___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__21; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__17; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; LEAN_EXPORT lean_object* l_Lean_TSyntax_getString(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3; @@ -177,16 +181,18 @@ LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrec(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__9; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexDigit(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__113; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__10; LEAN_EXPORT lean_object* l_Lean_Syntax_structEq___boxed(lean_object*, lean_object*); static lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSyntaxArray___closed__1; extern lean_object* l_Lean_reservedMacroScope; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg(uint8_t, uint8_t, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__12; lean_object* l_String_quote(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_toString(lean_object*, uint8_t); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5; static lean_object* l_Lean_Syntax_decodeNatLitVal_x3f___closed__1; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__134; @@ -194,7 +200,6 @@ static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStrChunks___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_origin; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; lean_object* l_Lean_TSyntaxArray_rawImpl___rarg___boxed(lean_object*); static lean_object* l_Lean_Syntax_instCoeOutTSyntaxArrayArraySyntax___closed__1; LEAN_EXPORT lean_object* l_Lean_Option_hasQuote(lean_object*); @@ -204,16 +209,20 @@ static lean_object* l_Lean_version_major___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeStrLitTerm(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__19; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__2; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__6; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5; LEAN_EXPORT lean_object* l_Lean_mkIdentFrom___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeArraySyntaxSepArray(lean_object*); static lean_object* l_Lean_Syntax_isFieldIdx_x3f___closed__1; LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__3(lean_object*, lean_object*, lean_object*); @@ -221,7 +230,9 @@ static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__4; static lean_object* l_Lean_mkHole___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__91; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3; extern lean_object* l_Lean_Parser_Tactic_simpStar; LEAN_EXPORT lean_object* l_Lean_instQuoteStringStrLitKind(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_zeta___default; @@ -240,18 +251,20 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_isScientificLit_x3f___boxed(lean_object*) static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__12; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeIdentTerm(lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; static lean_object* l_Lean_version_specialDesc___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20799_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__9; static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; static lean_object* l_Lean_Syntax_instReprTSyntax___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterExp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__13; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSepArray(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23; LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__3; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); lean_object* l_String_trim(lean_object*); LEAN_EXPORT lean_object* l_Lean_isLetterLike___boxed(lean_object*); @@ -259,16 +272,17 @@ LEAN_EXPORT lean_object* l_Lean_NameGenerator_idx___default; static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSepArrayTSyntaxArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__106; static lean_object* l_Lean_termEval__prio_____closed__7; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElemsM(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__12; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__8; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__5; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__15; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionSepArray(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__22; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_Config_maxDischargeDepth___default; @@ -279,12 +293,9 @@ static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__53; LEAN_EXPORT uint8_t l_Lean_isGreek(uint32_t); LEAN_EXPORT uint8_t l_Lean_isIdBeginEscape(uint32_t); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__7; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllArith; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems___rarg___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; LEAN_EXPORT lean_object* l_Array_filterSepElems___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__87; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__5; @@ -294,10 +305,12 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_isFieldIdx_x3f___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__88; LEAN_EXPORT uint8_t l_Lean_Syntax_instBEqTSyntax___rarg(lean_object*, lean_object*); uint8_t l_Char_isAlpha(uint32_t); +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(uint8_t, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__13; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getPatch(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__18; LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStrChunks(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f___boxed(lean_object*); @@ -306,8 +319,9 @@ static lean_object* l_Lean_termEval__prec_____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__86; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_isLit_x3f___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19127_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__11; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__112; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__36; @@ -322,11 +336,12 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems(lean_object*, lean_obj LEAN_EXPORT lean_object* l_List_beq___at_Lean_Syntax_structEq___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__48; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__61; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrec__1___closed__2; LEAN_EXPORT uint32_t l_Lean_idBeginEscape; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__25; @@ -334,24 +349,24 @@ LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind___boxed LEAN_EXPORT lean_object* l_Lean_isGreek___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__6; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__12; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__15; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__114; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5; static lean_object* l_Lean_versionString___closed__6; LEAN_EXPORT uint8_t l_Lean_Name_escapePart___lambda__1(uint32_t); static lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_mkSynthetic(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; static lean_object* l_Lean_Option_hasQuote___rarg___closed__6; LEAN_EXPORT lean_object* lean_name_append_before(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil___rarg___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__21; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__10; uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13413_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12; static lean_object* l_Lean_toolchain___closed__6; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSepArray___rarg(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_autoUnfold___default; @@ -363,16 +378,18 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_instReprEtaStructMode; LEAN_EXPORT lean_object* l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8; LEAN_EXPORT uint8_t l_Lean_Meta_Rewrite_Config_offsetCnstrs___default; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__16; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSyntaxArrayArraySyntax___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__3; LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__19; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Syntax_structEq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_version_isRelease; lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeCharLitTerm___boxed(lean_object*); @@ -384,8 +401,8 @@ lean_object* lean_string_push(lean_object*, uint32_t); static lean_object* l_Lean_NameGenerator_namePrefix___default___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__59; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__5; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__74; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__10; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil(lean_object*, lean_object*); @@ -394,26 +411,24 @@ LEAN_EXPORT lean_object* l_Lean_mkFreshId(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__71; LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef___rarg(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLitAux(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__2; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456_(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__15; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21583_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__8; LEAN_EXPORT lean_object* l_Lean_Syntax_mkApp(lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Tactic_discharger; static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__4; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__14; static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionTSepArray(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterDot___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__20; LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__5; LEAN_EXPORT lean_object* l_Lean_Name_toStringWithSep_maybeEscape(uint8_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrio___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__7; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isInterpolatedStrLit_x3f(lean_object*); static lean_object* l_Lean_versionStringCore___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_splitNameLit(lean_object*); @@ -422,18 +437,17 @@ LEAN_EXPORT lean_object* l_List_repr___at___private_Init_Meta_0__Lean_Syntax_rep LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_isNatLit_x3f___boxed(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_iota___default; LEAN_EXPORT lean_object* l_Lean_Syntax_instReprPreresolved; LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__1; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__71; static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__5; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__12; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__3; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__6; @@ -447,13 +461,11 @@ static lean_object* l_Lean_mkOptionalNode___closed__2; uint8_t l_String_isEmpty(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__16; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitTerm___boxed(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__16; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__63; static lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray___rarg___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__45; @@ -463,7 +475,6 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__5; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__11; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20794_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__96; static lean_object* l_Lean_Meta_Simp_instReprConfig___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeCharLit(lean_object*); @@ -477,33 +488,27 @@ LEAN_EXPORT lean_object* l_Lean_toolchain; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__30; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__3; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393_(uint8_t, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__37; uint8_t l_instDecidableNot___rarg(uint8_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__124; LEAN_EXPORT lean_object* l_Lean_Syntax_copyHeadTailInfoFrom(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__5; static lean_object* l_Lean_Syntax_isFieldIdx_x3f___closed__2; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__1; static lean_object* l_Array_getSepElems___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_noConfusion(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1___closed__1; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_proj___default; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9; static lean_object* l_Lean_instQuoteProdMkStr1___rarg___closed__3; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__25; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrio__1___closed__2; lean_object* lean_string_utf8_next(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__14; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__15; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__89; static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__105; uint8_t l_Char_isAlphanum(uint32_t); LEAN_EXPORT lean_object* l_Lean_Meta_instReprTransparencyMode; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElems___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__1; @@ -520,12 +525,13 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems___boxed(lean_object*, static lean_object* l_Lean_Option_hasQuote___rarg___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_isFieldIdx_x3f(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__7; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5; LEAN_EXPORT lean_object* l_Lean_instQuoteNatNumLitKind(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__90; LEAN_EXPORT lean_object* l_Lean_Syntax_getOptionalIdent_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__6(lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__3; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__6; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateLast(lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); @@ -539,15 +545,15 @@ static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____boxed(lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; static lean_object* l_Lean_quoteNameMk___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeStrLitTerm___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__64; static lean_object* l_Lean_Syntax_instCoeOutTSepArrayTSyntaxArray___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_Syntax_isCharLit_x3f___closed__2; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isIdOrAtom_x3f___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux(lean_object*, lean_object*, lean_object*); @@ -557,12 +563,11 @@ static lean_object* l_Lean_TSyntax_expandInterpolatedStrChunks___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeIdentTSyntaxConsSyntaxNodeKindMkStr4Nil(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_reprPrec___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_contextual___default; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; LEAN_EXPORT lean_object* l_Lean_mkHole(lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__102; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__17; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeDepTermMkConsSyntaxNodeKindMkStr1NilIdentIdent(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__17; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeBinLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__13; @@ -572,9 +577,7 @@ static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__20; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__95; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__7; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__11; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__23; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__23; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_instInhabitedConfig___closed__1; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651_(lean_object*); @@ -584,7 +587,6 @@ LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_etaStruct___default; LEAN_EXPORT uint32_t l_Lean_TSyntax_getChar(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_memoize___default; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__85; -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t, uint8_t); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__6; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____boxed(lean_object*, lean_object*); @@ -594,16 +596,15 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__9; extern lean_object* l_Lean_Parser_Tactic_rwRuleSeq; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__7; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__3; static lean_object* l_Lean_Syntax_isCharLit_x3f___closed__1; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5; static lean_object* l_Lean_termEval__prio_____closed__9; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22; extern lean_object* l_Lean_Parser_Tactic_simpLemma; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterExp(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20; LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__58; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__2; LEAN_EXPORT lean_object* l_Lean_mkCIdentFrom(lean_object*, lean_object*, uint8_t); @@ -620,12 +621,11 @@ static lean_object* l_Lean_Syntax_getHead_x3f___closed__3; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterDot(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_beq_match__1_splitter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13; static lean_object* l_Lean_Name_escapePart___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__81; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeDecimalLitAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__56; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__9; @@ -634,12 +634,12 @@ LEAN_EXPORT lean_object* l_Lean_mkGroupNode(lean_object*); LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Syntax_structEq___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__88; LEAN_EXPORT lean_object* l_Lean_Name_replacePrefix(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21588_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeDecimalLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_NameGenerator_namePrefix___default___closed__1; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__131; static lean_object* l_Lean_Syntax_instBEqPreresolved___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Array_getSepElems___spec__1___rarg(lean_object*, size_t, size_t, lean_object*); @@ -651,28 +651,28 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__4; uint8_t l_List_isEmpty___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__14; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__3; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__9; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit___boxed(lean_object*); uint8_t l_String_anyAux_loop(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionStringCore___closed__4; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__5; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__3; lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getGithash___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__129; lean_object* l_Lean_TSyntaxArray_mkImpl___rarg___boxed(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_getHead_x3f___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isStrLit_x3f(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18; static lean_object* l_Lean_Syntax_mkNumLit___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__22; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); @@ -681,12 +681,12 @@ lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_ static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__9; static lean_object* l_Lean_termEval__prio_____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__19; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__4; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_mkSep(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElemsM___at_Array_filterSepElems___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__3; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14; static lean_object* l_Lean_Option_hasQuote___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_getTrailingSize(lean_object*); uint8_t lean_string_utf8_at_end(lean_object*, lean_object*); @@ -696,7 +696,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___boxed LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__138; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__41; LEAN_EXPORT lean_object* l_Lean_Name_getRoot(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__4; @@ -713,23 +712,22 @@ static lean_object* l_Lean_mkOptionalNode___closed__1; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__12; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateLast___at_Lean_Syntax_setTailInfoAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__18; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582____boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398_(uint8_t, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__7; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12841____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__5; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_beq_match__1_splitter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_mkLit(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2; LEAN_EXPORT lean_object* l_Array_getSepElems___rarg___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_eta___default; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__122; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606_(uint8_t, lean_object*); static lean_object* l_Lean_Syntax_mkApp___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray(lean_object*); static uint8_t l_Lean_versionString___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__90; LEAN_EXPORT lean_object* l_Lean_Syntax_hasArgs___boxed(lean_object*); static lean_object* l_Lean_Name_reprPrec___closed__2; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374____boxed(lean_object*, lean_object*); static lean_object* l_Lean_versionString___closed__10; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__5; LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -739,7 +737,6 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqPreresolved; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___boxed(lean_object*); static lean_object* l_Lean_version_minor___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isStrLit_x3f___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; @@ -748,25 +745,22 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_getSepArgs(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Syntax_findAux___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__9; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__12; lean_object* l_Lean_extractMacroScopes(lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__23; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqTSyntax___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrio(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__21; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; LEAN_EXPORT lean_object* l_Lean_Syntax_getHead_x3f(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__20; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__8; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_push___boxed(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__109; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqTSyntax(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeIdentLevel(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13413____boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__7; static lean_object* l_Lean_quoteNameMk___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_copyHeadTailInfoFrom___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__139; @@ -791,7 +785,6 @@ lean_object* lean_string_utf8_prev(lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6; LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems___rarg(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__22; LEAN_EXPORT lean_object* l_Lean_mkOptionalNode(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_getTailInfo(lean_object*); @@ -799,13 +792,11 @@ static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_ LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_zeta___default; static lean_object* l_Lean_toolchain___closed__8; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__6; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__4; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_escapePart___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__51; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__78; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__28; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(lean_object*, lean_object*); static lean_object* l_Lean_mkSepArray___closed__2; @@ -814,7 +805,6 @@ static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__3; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_ConfigCtx_contextual___default; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_isIdBeginEscape___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__5; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__19; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Syntax_getTailInfo_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -833,14 +823,13 @@ LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40 static lean_object* l_Lean_Option_hasQuote___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeScientificLitTerm(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind___rarg___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__8; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__85; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Array_getSepElems___spec__1(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__52; LEAN_EXPORT lean_object* l_Lean_instQuoteSubstringMkStr1(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1; LEAN_EXPORT lean_object* l_Lean_instQuoteNameMkStr1(lean_object*); LEAN_EXPORT lean_object* lean_mk_syntax_ident(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; @@ -850,9 +839,8 @@ static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__22; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__46; LEAN_EXPORT lean_object* l_Lean_Name_capitalize(lean_object*); LEAN_EXPORT uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; static lean_object* l_Lean_versionString___closed__5; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16; static lean_object* l_Lean_instQuoteBoolMkStr1___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__77; static lean_object* l_Lean_Syntax_isInterpolatedStrLit_x3f___closed__1; @@ -861,14 +849,10 @@ static lean_object* l_Lean_toolchain___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__44; LEAN_EXPORT lean_object* l_Lean_Syntax_isToken___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElems(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__14; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMinor___boxed(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21; lean_object* l_Lean_MacroScopesView_review(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16; static lean_object* l_Lean_Syntax_instCoeOutSepArrayArraySyntax___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_isNone___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef(lean_object*); @@ -877,51 +861,48 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_autoUnfold___default; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8; static lean_object* l_Lean_Syntax_instReprSyntax___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25; LEAN_EXPORT lean_object* l_Lean_Name_isInaccessibleUserName___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__8; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__24; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__25; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24; lean_object* lean_get_githash(lean_object*); static lean_object* l_Lean_instQuoteProdMkStr1___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_isAtom___boxed(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__111; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__16; LEAN_EXPORT lean_object* l_Lean_version_major; static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__104; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSepArrayTSyntaxArray___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; static lean_object* l_Lean_Syntax_mkScientificLit___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_getSubstring_x3f(lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeIdentTerm___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__3; static lean_object* l_Lean_mkHole___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__28; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__25; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__29; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__9; static lean_object* l_Lean_versionString___closed__9; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__13; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapSepElems(lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Tactic_simpErase; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__43; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__17; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_arith___default; uint8_t l_Char_isDigit(uint32_t); -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12841_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__83; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__6; static lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__35; static lean_object* l_Lean_Meta_DSimp_instBEqConfig___closed__1; @@ -934,7 +915,6 @@ lean_object* l_Lean_SourceInfo_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLit___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_instInhabitedConfig; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__82; LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Array_mapSepElems___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__76; @@ -944,32 +924,33 @@ static lean_object* l_Lean_quoteNameMk___closed__8; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__21; LEAN_EXPORT uint8_t l_Lean_Meta_instInhabitedTransparencyMode; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems___rarg___boxed(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__94; lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Name_toString_maybePseudoSyntax___closed__1; static lean_object* l_Lean_instQuoteBoolMkStr1___closed__7; LEAN_EXPORT lean_object* l_Lean_TSyntax_getId___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isNameLit_x3f(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3; static lean_object* l_Lean_Meta_instBEqEtaStructMode___closed__1; static lean_object* l_Lean_Syntax_getHead_x3f___closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__2; static lean_object* l_Lean_Name_reprPrec___closed__10; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_toolchain___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__74; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__5; LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Name_hasNum(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; static lean_object* l_Lean_Syntax_mkStrLit___closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst___at_Lean_Syntax_setHeadInfoAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedNameGenerator___closed__1; static lean_object* l_Lean_quoteNameMk___closed__2; LEAN_EXPORT uint8_t l_Lean_Syntax_isToken(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3; static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__137; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12; static lean_object* l_Lean_instQuoteSubstringMkStr1___closed__1; static lean_object* l_Lean_Name_reprPrec___closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__136; @@ -980,7 +961,6 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray___rarg(lean_ LEAN_EXPORT lean_object* l_Lean_Syntax_toNat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_toCtorIdx(uint8_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__101; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19; uint8_t l_Lean_Name_hasMacroScopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_getTailInfo_x3f(lean_object*); LEAN_EXPORT uint32_t l_Lean_idEndEscape; @@ -988,7 +968,6 @@ static lean_object* l_Lean_Syntax_instReprPreresolved___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar(lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2; LEAN_EXPORT uint8_t l_Lean_isNumericSubscript(uint32_t); LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_replacePrefix___boxed(lean_object*, lean_object*, lean_object*); @@ -996,20 +975,24 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean static lean_object* l_Lean_Name_reprPrec___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__16; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__66; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__15; LEAN_EXPORT uint8_t l_Lean_Name_toString_maybePseudoSyntax(lean_object*); static lean_object* l_Lean_instQuoteSubstringMkStr1___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__24; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Internal_isStage0(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_decide___default; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__28; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_getSubstring_x3f___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7; LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef___rarg(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__3; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray(lean_object*); static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getScientific(lean_object*); @@ -1023,17 +1006,15 @@ static lean_object* l_Lean_Name_toStringWithSep___closed__1; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_dsimp___default; LEAN_EXPORT lean_object* l_Lean_Syntax_getOptionalIdent_x3f(lean_object*); LEAN_EXPORT lean_object* l_Array_mapSepElems___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__30; static lean_object* l_Lean_Name_isInaccessibleUserName___closed__1; LEAN_EXPORT uint8_t l_Lean_Syntax_hasArgs(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getNat(lean_object*); static lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___closed__2; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__15; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__15; LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__1(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__54; @@ -1044,10 +1025,10 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__68; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__95; LEAN_EXPORT lean_object* l_Lean_Syntax_isLit_x3f(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8; lean_object* lean_nat_mod(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__42; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; @@ -1078,15 +1059,16 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Syntax_getHead_x3f__ static lean_object* l_Lean_Meta_Simp_instBEqConfig___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllKind; -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqSyntax; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__94; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__21; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10; static lean_object* l_Lean_toolchain___closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__17; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; @@ -1096,22 +1078,22 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__67; LEAN_EXPORT lean_object* l_Lean_version_patch; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar___boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4; static lean_object* l_Lean_Syntax_getHead_x3f___closed__1; static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__60; static uint8_t l_Lean_version_isRelease___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__93; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13; static lean_object* l_Lean_Syntax_instCoeIdentTSyntaxConsSyntaxNodeKindMkStr4Nil___closed__1; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__8; static lean_object* l_Lean_versionString___closed__11; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_findAux(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_proj___default; LEAN_EXPORT lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____boxed(lean_object*, lean_object*); uint8_t l_String_isPrefixOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Syntax_instCoeTSyntaxArray___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_instToStringName(lean_object*); @@ -1128,11 +1110,12 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_Syntax_isInterpolatedStrLit_x3f___boxed(lean_object*); static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqTSyntax___rarg___boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArray___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrio__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__11; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__13; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__3; @@ -1157,35 +1140,35 @@ LEAN_EXPORT uint8_t l_Lean_isIdEndEscape(uint32_t); LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit_loop___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__18; LEAN_EXPORT lean_object* l_Lean_Syntax_setInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getName___boxed(lean_object*); static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; lean_object* lean_nat_sub(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_setHeadInfoAux(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11; static lean_object* l_Lean_Syntax_mkNameLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_push(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__66; LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkSepArray___closed__1; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__7; static lean_object* l_Lean_mkCIdentFrom___closed__2; lean_object* l_Array_mkArray1___rarg(lean_object*); static lean_object* l_Lean_Syntax_mkApp___closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__23; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__59; lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__98; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__24; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__75; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__17; static lean_object* l___private_Init_Meta_0__Lean_quoteArray___rarg___closed__2; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__7; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrec___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpArith; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Syntax_findAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1193,38 +1176,41 @@ static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__6; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeScientificLitTerm___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____boxed(lean_object*); static lean_object* l_Lean_termEval__prec_____closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__13; static lean_object* l_Lean_Syntax_mkStrLit___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__82; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; LEAN_EXPORT lean_object* l_Lean_versionStringCore; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionString___closed__8; static lean_object* l_Lean_Meta_DSimp_instReprConfig___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__23; LEAN_EXPORT lean_object* l_Lean_monadNameGeneratorLift___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__125; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__50; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__13; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__22; static lean_object* l_Lean_termEval__prec_____closed__7; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionTSepArray___boxed(lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__5; static lean_object* l_Lean_githash___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_DSimp_instReprConfig; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_decide___default; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNameLitTerm(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_tacticErw____; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg(lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8; static lean_object* l_Lean_Name_reprPrec___closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__18; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__13; LEAN_EXPORT uint8_t lean_is_inaccessible_user_name(lean_object*); LEAN_EXPORT lean_object* l_Lean_NameGenerator_next(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeCharLitTerm(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6; static lean_object* l_Lean_versionStringCore___closed__7; LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instBEqTransparencyMode; @@ -1235,12 +1221,10 @@ lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_instQuoteBoolMkStr1___closed__5; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__13; static lean_object* l_Lean_instQuoteNameMkStr1___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__10; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__4; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__84; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_beta___default; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_Config_maxSteps___default; static lean_object* l_Lean_Syntax_unsetTrailing___closed__2; lean_object* l_String_intercalate(lean_object*, lean_object*); @@ -1249,6 +1233,7 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Syntax_structEq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_beq_match__1_splitter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18; LEAN_EXPORT lean_object* l_Lean_instQuoteBoolMkStr1___boxed(lean_object*); static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrio__1___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__117; @@ -1287,20 +1272,21 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__54; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4; lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_version_getSpecialDesc___boxed(lean_object*); static lean_object* l_Lean_termEval__prec_____closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__97; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__53; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; LEAN_EXPORT lean_object* l_Array_filterSepElemsM___at_Array_filterSepElems___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__116; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__5; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__10; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__5; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__7; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5; extern lean_object* l_Lean_Parser_Tactic_config; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_instBEqConfig; LEAN_EXPORT lean_object* l_Lean_mkSepArray___boxed(lean_object*, lean_object*); @@ -1318,33 +1304,32 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_mkCApp(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__4; LEAN_EXPORT lean_object* l_Lean_instQuoteProdMkStr1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkCIdent(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__24; static lean_object* l_Lean_quoteNameMk___closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__15; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_toCtorIdx(uint8_t); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__14; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__55; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeCharLit___boxed(lean_object*); static lean_object* l_Lean_toolchain___closed__5; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__6; lean_object* l_Lean_Syntax_setKind(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__8; static lean_object* l_Lean_quoteNameMk___closed__3; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___at_Array_filterSepElems___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15; LEAN_EXPORT lean_object* l_Lean_TSyntax_getChar___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047_(lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Name_reprPrec___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_instReprConfig; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2; lean_object* l_Lean_mkAtomFrom(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__26; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeNatLitVal_x3f___boxed(lean_object*); static lean_object* l_Lean_termEval__prec_____closed__2; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkNullNode___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__72; LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__termEval__prec____1(lean_object*, lean_object*, lean_object*); @@ -1359,28 +1344,29 @@ lean_object* l_panic___at___private_Init_Prelude_0__Lean_assembleParts___spec__1 LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_toCtorIdx___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; LEAN_EXPORT lean_object* l_Lean_Syntax_isNatLit_x3f(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__10; static lean_object* l_Lean_instQuoteTermMkStr1___closed__1; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__2; LEAN_EXPORT lean_object* l_Array_mapSepElemsM___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instReprTSyntax___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__17; static lean_object* l___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__72; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7; LEAN_EXPORT lean_object* l_Lean_Name_instDecidableEqName___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__31; static lean_object* l_Lean_mkGroupNode___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_mkSep___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__93; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Syntax_mkScientificLit___closed__1; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__33; uint8_t lean_usize_dec_lt(size_t, size_t); @@ -1394,6 +1380,7 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean static lean_object* l_Lean_Meta_DSimp_instInhabitedConfig___closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getString___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_toString_maybePseudoSyntax___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14; static lean_object* l_Lean_evalPrio___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__30; @@ -1413,8 +1400,11 @@ LEAN_EXPORT lean_object* l_Array_getSepElems(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__70; LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuote___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termEval__prio_____closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_instReprSyntax; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__78; LEAN_EXPORT lean_object* l_Lean_Syntax_mkScientificLit(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__12; @@ -1427,7 +1417,7 @@ static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__135; LEAN_EXPORT lean_object* l_Lean_expandMacros(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_modifyBase(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_isIdFirst(uint32_t); @@ -1442,8 +1432,11 @@ static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__27; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__8; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1___closed__3; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(uint8_t, uint8_t); static lean_object* l_Lean_instQuoteNameMkStr1___closed__1; LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMajor(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__5; @@ -1456,22 +1449,25 @@ lean_object* l_String_drop(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__2; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__7; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418____boxed(lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__11; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__38; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7; LEAN_EXPORT lean_object* l_Lean_isIdFirst___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__39; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__3; lean_object* l_Nat_repr(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__6; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_toNat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__22; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_isNatLitAux(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_monadNameGeneratorLift(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__8; static lean_object* l_Lean_toolchain___closed__1; lean_object* l_Char_ofNat(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__133; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getPatch___boxed(lean_object*); @@ -1479,18 +1475,22 @@ LEAN_EXPORT uint8_t l_Lean_isIdRest(uint32_t); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__57; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__11; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Array_getSepElems___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_mkNumLit(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__10; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__3; static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__5; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrio__1___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__45; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionStringCore___closed__6; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__14; LEAN_EXPORT lean_object* l_Lean_termEval__prec__; static lean_object* l_Lean_Syntax_mkApp___closed__1; @@ -1498,7 +1498,7 @@ uint8_t l_Array_isEmpty___rarg(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__20; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTermTSyntaxConsSyntaxNodeKindMkStr4Nil___boxed(lean_object*); static lean_object* l_Lean_versionStringCore___closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__27; +lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMajor___boxed(lean_object* x_1) { _start: { @@ -5373,7 +5373,7 @@ lean_inc(x_11); lean_dec(x_1); x_12 = lean_unsigned_to_nat(1024u); x_13 = lean_nat_dec_le(x_12, x_2); -x_14 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_9, x_12); +x_14 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_9, x_12); x_15 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__9; x_16 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_16, 0, x_15); @@ -5520,7 +5520,7 @@ lean_inc(x_74); lean_dec(x_1); x_75 = lean_unsigned_to_nat(1024u); x_76 = lean_nat_dec_le(x_75, x_2); -x_77 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_73, x_75); +x_77 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_73, x_75); x_78 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__18; x_79 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_79, 0, x_78); @@ -5579,7 +5579,7 @@ lean_inc(x_98); lean_dec(x_1); x_99 = lean_unsigned_to_nat(1024u); x_100 = lean_nat_dec_le(x_99, x_2); -x_101 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_95, x_99); +x_101 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_95, x_99); x_102 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__21; x_103 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_103, 0, x_102); @@ -18485,7 +18485,7 @@ x_1 = 0; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -18497,7 +18497,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374____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; @@ -18505,7 +18505,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_3, x_4); +x_5 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -18514,7 +18514,7 @@ static lean_object* _init_l_Lean_Meta_instBEqTransparencyMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374____boxed), 2, 0); return x_1; } } @@ -18526,7 +18526,7 @@ x_1 = l_Lean_Meta_instBEqTransparencyMode___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1() { _start: { lean_object* x_1; @@ -18534,33 +18534,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.all", 30); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__3; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18568,23 +18568,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__5; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18592,7 +18592,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7() { _start: { lean_object* x_1; @@ -18600,33 +18600,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.default", 34); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__7; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7; 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__9; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18634,23 +18634,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__11; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18658,7 +18658,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13() { _start: { lean_object* x_1; @@ -18666,33 +18666,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.reducible", 36); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__13; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____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___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__15; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18700,23 +18700,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__17; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18724,7 +18724,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__19() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19() { _start: { lean_object* x_1; @@ -18732,33 +18732,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.instances", 36); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19; 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__21() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__22() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__21; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18766,23 +18766,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__23() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__24() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18790,7 +18790,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -18802,14 +18802,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__4; +x_5 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__6; +x_7 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -18822,14 +18822,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__10; +x_11 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__12; +x_13 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -18842,14 +18842,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__16; +x_17 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__18; +x_19 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -18862,14 +18862,14 @@ x_22 = lean_nat_dec_le(x_21, x_2); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__22; +x_23 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22; x_24 = l_Repr_addAppParen(x_23, x_2); return x_24; } else { lean_object* x_25; lean_object* x_26; -x_25 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__24; +x_25 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24; x_26 = l_Repr_addAppParen(x_25, x_2); return x_26; } @@ -18877,13 +18877,13 @@ return x_26; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393_(x_3, x_2); +x_4 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -18892,7 +18892,7 @@ static lean_object* _init_l_Lean_Meta_instReprTransparencyMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____boxed), 2, 0); return x_1; } } @@ -18975,7 +18975,7 @@ x_1 = 0; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -18987,7 +18987,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587____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; @@ -18995,7 +18995,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582_(x_3, x_4); +x_5 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -19004,7 +19004,7 @@ static lean_object* _init_l_Lean_Meta_instBEqEtaStructMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587____boxed), 2, 0); return x_1; } } @@ -19016,7 +19016,7 @@ x_1 = l_Lean_Meta_instBEqEtaStructMode___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1() { _start: { lean_object* x_1; @@ -19024,33 +19024,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.EtaStructMode.all", 27); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__3; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19058,23 +19058,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__5; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19082,7 +19082,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7() { _start: { lean_object* x_1; @@ -19090,33 +19090,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.EtaStructMode.notClasses", 34); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__7; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7; 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__9; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19124,23 +19124,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__11; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19148,7 +19148,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13() { _start: { lean_object* x_1; @@ -19156,33 +19156,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.EtaStructMode.none", 28); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__13; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____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___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__15; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19190,23 +19190,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__17; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19214,7 +19214,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -19226,14 +19226,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__4; +x_5 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__6; +x_7 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -19246,14 +19246,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__10; +x_11 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__12; +x_13 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -19266,14 +19266,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__16; +x_17 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__18; +x_19 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -19281,13 +19281,13 @@ return x_20; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606_(x_3, x_2); +x_4 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -19296,7 +19296,7 @@ static lean_object* _init_l_Lean_Meta_instReprEtaStructMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____boxed), 2, 0); return x_1; } } @@ -19398,7 +19398,7 @@ x_1 = l_Lean_Meta_DSimp_instInhabitedConfig___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12841_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; uint8_t x_4; uint8_t x_5; uint8_t x_6; uint8_t x_7; uint8_t x_8; uint8_t x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; uint8_t x_17; uint8_t x_18; lean_object* x_19; lean_object* x_23; lean_object* x_29; lean_object* x_35; lean_object* x_43; uint8_t x_49; @@ -19551,7 +19551,7 @@ goto block_28; { uint8_t x_36; lean_dec(x_35); -x_36 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582_(x_6, x_14); +x_36 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(x_6, x_14); if (x_36 == 0) { uint8_t x_37; @@ -19676,11 +19676,11 @@ goto block_48; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12841____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12841_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -19691,7 +19691,7 @@ static lean_object* _init_l_Lean_Meta_DSimp_instBEqConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12841____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846____boxed), 2, 0); return x_1; } } @@ -19703,7 +19703,7 @@ x_1 = l_Lean_Meta_DSimp_instBEqConfig___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1() { _start: { lean_object* x_1; @@ -19711,33 +19711,33 @@ x_1 = lean_mk_string_from_bytes("zeta", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__3; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3; x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19745,7 +19745,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -19754,7 +19754,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6() { _start: { lean_object* x_1; @@ -19762,17 +19762,17 @@ x_1 = lean_mk_string_from_bytes("beta", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__6; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8() { _start: { lean_object* x_1; @@ -19780,17 +19780,17 @@ x_1 = lean_mk_string_from_bytes("eta", 3); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__8; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10() { _start: { lean_object* x_1; @@ -19798,17 +19798,17 @@ x_1 = lean_mk_string_from_bytes("etaStruct", 9); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__10; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12() { _start: { lean_object* x_1; lean_object* x_2; @@ -19817,7 +19817,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13() { _start: { lean_object* x_1; @@ -19825,17 +19825,17 @@ x_1 = lean_mk_string_from_bytes("iota", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__13; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15() { _start: { lean_object* x_1; @@ -19843,17 +19843,17 @@ x_1 = lean_mk_string_from_bytes("proj", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__15; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17() { _start: { lean_object* x_1; @@ -19861,17 +19861,17 @@ x_1 = lean_mk_string_from_bytes("decide", 6); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__17; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19() { _start: { lean_object* x_1; lean_object* x_2; @@ -19880,7 +19880,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20() { _start: { lean_object* x_1; @@ -19888,17 +19888,17 @@ x_1 = lean_mk_string_from_bytes("autoUnfold", 10); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22() { _start: { lean_object* x_1; lean_object* x_2; @@ -19907,7 +19907,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23() { _start: { lean_object* x_1; lean_object* x_2; @@ -19917,23 +19917,23 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__24() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__25() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__24; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19941,7 +19941,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26() { _start: { lean_object* x_1; lean_object* x_2; @@ -19951,23 +19951,23 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__27() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__28() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__27; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19975,7 +19975,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; uint8_t 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; uint8_t x_11; lean_object* x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; lean_object* x_17; @@ -19984,8 +19984,8 @@ x_4 = lean_ctor_get_uint8(x_1, 1); x_5 = lean_ctor_get_uint8(x_1, 2); x_6 = lean_ctor_get_uint8(x_1, 3); x_7 = lean_unsigned_to_nat(0u); -x_8 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606_(x_6, x_7); -x_9 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12; +x_8 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(x_6, x_7); +x_9 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12; x_10 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); @@ -20000,28 +20000,28 @@ x_16 = lean_ctor_get_uint8(x_1, 7); if (x_3 == 0) { lean_object* x_118; -x_118 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_118 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_17 = x_118; goto block_117; } else { lean_object* x_119; -x_119 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_119 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_17 = x_119; goto block_117; } block_117: { 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; -x_18 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5; +x_18 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5; x_19 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_17); x_20 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_20, 0, x_19); lean_ctor_set_uint8(x_20, sizeof(void*)*1, x_11); -x_21 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__4; +x_21 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4; x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); @@ -20033,7 +20033,7 @@ x_25 = lean_box(1); x_26 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_26, 0, x_24); lean_ctor_set(x_26, 1, x_25); -x_27 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7; +x_27 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_26); lean_ctor_set(x_28, 1, x_27); @@ -20044,14 +20044,14 @@ lean_ctor_set(x_30, 1, x_29); if (x_4 == 0) { lean_object* x_115; -x_115 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_115 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_31 = x_115; goto block_114; } else { lean_object* x_116; -x_116 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_116 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_31 = x_116; goto block_114; } @@ -20073,7 +20073,7 @@ lean_ctor_set(x_35, 1, x_23); x_36 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_36, 0, x_35); lean_ctor_set(x_36, 1, x_25); -x_37 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9; +x_37 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9; x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); @@ -20083,14 +20083,14 @@ lean_ctor_set(x_39, 1, x_29); if (x_5 == 0) { lean_object* x_112; -x_112 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_112 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_40 = x_112; goto block_111; } else { lean_object* x_113; -x_113 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_113 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_40 = x_113; goto block_111; } @@ -20113,7 +20113,7 @@ lean_ctor_set(x_45, 1, x_23); x_46 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_46, 0, x_45); lean_ctor_set(x_46, 1, x_25); -x_47 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11; +x_47 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11; x_48 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_48, 0, x_46); lean_ctor_set(x_48, 1, x_47); @@ -20129,7 +20129,7 @@ lean_ctor_set(x_51, 1, x_23); x_52 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_25); -x_53 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14; +x_53 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14; x_54 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_53); @@ -20139,14 +20139,14 @@ lean_ctor_set(x_55, 1, x_29); if (x_13 == 0) { lean_object* x_109; -x_109 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_109 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_56 = x_109; goto block_108; } else { lean_object* x_110; -x_110 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_110 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_56 = x_110; goto block_108; } @@ -20168,7 +20168,7 @@ lean_ctor_set(x_60, 1, x_23); x_61 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_61, 0, x_60); lean_ctor_set(x_61, 1, x_25); -x_62 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16; +x_62 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16; x_63 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_63, 0, x_61); lean_ctor_set(x_63, 1, x_62); @@ -20178,14 +20178,14 @@ lean_ctor_set(x_64, 1, x_29); if (x_14 == 0) { lean_object* x_106; -x_106 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_106 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_65 = x_106; goto block_105; } else { lean_object* x_107; -x_107 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_107 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_65 = x_107; goto block_105; } @@ -20207,7 +20207,7 @@ lean_ctor_set(x_69, 1, x_23); x_70 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_70, 0, x_69); lean_ctor_set(x_70, 1, x_25); -x_71 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18; +x_71 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18; x_72 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_72, 0, x_70); lean_ctor_set(x_72, 1, x_71); @@ -20217,21 +20217,21 @@ lean_ctor_set(x_73, 1, x_29); if (x_15 == 0) { lean_object* x_103; -x_103 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_103 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_74 = x_103; goto block_102; } else { lean_object* x_104; -x_104 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_104 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_74 = x_104; goto block_102; } block_102: { 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_75 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19; +x_75 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19; x_76 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_76, 0, x_75); lean_ctor_set(x_76, 1, x_74); @@ -20247,7 +20247,7 @@ lean_ctor_set(x_79, 1, x_23); x_80 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_80, 0, x_79); lean_ctor_set(x_80, 1, x_25); -x_81 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21; +x_81 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21; x_82 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_82, 0, x_80); lean_ctor_set(x_82, 1, x_81); @@ -20257,7 +20257,7 @@ lean_ctor_set(x_83, 1, x_29); if (x_16 == 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_91; lean_object* x_92; -x_84 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__25; +x_84 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25; x_85 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_85, 0, x_83); lean_ctor_set(x_85, 1, x_84); @@ -20281,7 +20281,7 @@ return x_92; 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; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_93 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__28; +x_93 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28; x_94 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_94, 0, x_83); lean_ctor_set(x_94, 1, x_93); @@ -20310,11 +20310,11 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; @@ -20324,7 +20324,7 @@ static lean_object* _init_l_Lean_Meta_DSimp_instReprConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____boxed), 2, 0); return x_1; } } @@ -20498,7 +20498,7 @@ x_1 = l_Lean_Meta_Simp_instInhabitedConfig___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13413_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418_(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; uint8_t x_8; uint8_t x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_37; lean_object* x_43; lean_object* x_49; lean_object* x_55; lean_object* x_61; lean_object* x_69; lean_object* x_75; lean_object* x_81; lean_object* x_87; lean_object* x_93; uint8_t x_99; @@ -20756,7 +20756,7 @@ goto block_54; { uint8_t x_62; lean_dec(x_61); -x_62 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12582_(x_11, x_26); +x_62 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(x_11, x_26); if (x_62 == 0) { uint8_t x_63; @@ -20981,11 +20981,11 @@ goto block_92; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13413____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13413_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -20996,7 +20996,7 @@ static lean_object* _init_l_Lean_Meta_Simp_instBEqConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13413____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418____boxed), 2, 0); return x_1; } } @@ -21008,7 +21008,7 @@ x_1 = l_Lean_Meta_Simp_instBEqConfig___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1() { _start: { lean_object* x_1; @@ -21016,33 +21016,33 @@ x_1 = lean_mk_string_from_bytes("maxSteps", 8); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__3; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3; x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -21050,7 +21050,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -21059,7 +21059,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6() { _start: { lean_object* x_1; @@ -21067,17 +21067,17 @@ x_1 = lean_mk_string_from_bytes("maxDischargeDepth", 17); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__6; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8() { _start: { lean_object* x_1; lean_object* x_2; @@ -21086,7 +21086,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9() { _start: { lean_object* x_1; @@ -21094,17 +21094,17 @@ x_1 = lean_mk_string_from_bytes("contextual", 10); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__9; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11() { _start: { lean_object* x_1; @@ -21112,17 +21112,17 @@ x_1 = lean_mk_string_from_bytes("memoize", 7); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__11; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13() { _start: { lean_object* x_1; lean_object* x_2; @@ -21131,7 +21131,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14() { _start: { lean_object* x_1; @@ -21139,17 +21139,17 @@ x_1 = lean_mk_string_from_bytes("singlePass", 10); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__14; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16() { _start: { lean_object* x_1; @@ -21157,17 +21157,17 @@ x_1 = lean_mk_string_from_bytes("arith", 5); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18() { _start: { lean_object* x_1; lean_object* x_2; @@ -21176,7 +21176,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19() { _start: { lean_object* x_1; @@ -21184,33 +21184,33 @@ x_1 = lean_mk_string_from_bytes("dsimp", 5); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__20() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__21() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__22() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__21; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21218,23 +21218,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__23() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__24() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21242,7 +21242,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755_(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; uint8_t x_32; uint8_t x_33; uint8_t x_34; uint8_t x_35; uint8_t x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_45; uint8_t x_46; uint8_t x_47; uint8_t x_48; uint8_t x_49; lean_object* x_50; @@ -21251,7 +21251,7 @@ lean_inc(x_3); x_4 = l_Nat_repr(x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__5; +x_6 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -21259,7 +21259,7 @@ 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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__4; +x_10 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -21271,7 +21271,7 @@ 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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__7; +x_16 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); @@ -21284,7 +21284,7 @@ lean_inc(x_20); x_21 = l_Nat_repr(x_20); x_22 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_22, 0, x_21); -x_23 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__8; +x_23 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8; x_24 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_24, 0, x_23); lean_ctor_set(x_24, 1, x_22); @@ -21300,7 +21300,7 @@ lean_ctor_set(x_27, 1, x_12); x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_14); -x_29 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__10; +x_29 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10; x_30 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_30, 0, x_28); lean_ctor_set(x_30, 1, x_29); @@ -21315,8 +21315,8 @@ x_36 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 4); x_37 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 5); x_38 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 6); x_39 = lean_unsigned_to_nat(0u); -x_40 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606_(x_38, x_39); -x_41 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12; +x_40 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(x_38, x_39); +x_41 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12; x_42 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_40); @@ -21333,21 +21333,21 @@ lean_dec(x_1); if (x_32 == 0) { lean_object* x_210; -x_210 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_210 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_50 = x_210; goto block_209; } else { lean_object* x_211; -x_211 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_211 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_50 = x_211; goto block_209; } block_209: { lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_51 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22; +x_51 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; x_52 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_50); @@ -21363,7 +21363,7 @@ lean_ctor_set(x_55, 1, x_12); x_56 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_56, 0, x_55); lean_ctor_set(x_56, 1, x_14); -x_57 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__12; +x_57 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12; x_58 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_58, 0, x_56); lean_ctor_set(x_58, 1, x_57); @@ -21373,21 +21373,21 @@ lean_ctor_set(x_59, 1, x_18); if (x_33 == 0) { lean_object* x_207; -x_207 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_207 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_60 = x_207; goto block_206; } else { lean_object* x_208; -x_208 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_208 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_60 = x_208; goto block_206; } block_206: { 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; -x_61 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__13; +x_61 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13; x_62 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_62, 0, x_61); lean_ctor_set(x_62, 1, x_60); @@ -21403,7 +21403,7 @@ lean_ctor_set(x_65, 1, x_12); x_66 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_66, 0, x_65); lean_ctor_set(x_66, 1, x_14); -x_67 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__15; +x_67 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15; x_68 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_68, 0, x_66); lean_ctor_set(x_68, 1, x_67); @@ -21413,14 +21413,14 @@ lean_ctor_set(x_69, 1, x_18); if (x_34 == 0) { lean_object* x_204; -x_204 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_204 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_70 = x_204; goto block_203; } else { lean_object* x_205; -x_205 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_205 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_70 = x_205; goto block_203; } @@ -21442,7 +21442,7 @@ lean_ctor_set(x_74, 1, x_12); x_75 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_75, 0, x_74); lean_ctor_set(x_75, 1, x_14); -x_76 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2; +x_76 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2; x_77 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_77, 0, x_75); lean_ctor_set(x_77, 1, x_76); @@ -21452,21 +21452,21 @@ lean_ctor_set(x_78, 1, x_18); if (x_35 == 0) { lean_object* x_201; -x_201 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_201 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_79 = x_201; goto block_200; } else { lean_object* x_202; -x_202 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_202 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_79 = x_202; goto block_200; } block_200: { 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_80 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5; +x_80 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5; x_81 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_81, 0, x_80); lean_ctor_set(x_81, 1, x_79); @@ -21482,7 +21482,7 @@ lean_ctor_set(x_84, 1, x_12); x_85 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_85, 0, x_84); lean_ctor_set(x_85, 1, x_14); -x_86 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7; +x_86 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7; x_87 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_87, 0, x_85); lean_ctor_set(x_87, 1, x_86); @@ -21492,14 +21492,14 @@ lean_ctor_set(x_88, 1, x_18); if (x_36 == 0) { lean_object* x_198; -x_198 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_198 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_89 = x_198; goto block_197; } else { lean_object* x_199; -x_199 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_199 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_89 = x_199; goto block_197; } @@ -21521,7 +21521,7 @@ lean_ctor_set(x_93, 1, x_12); x_94 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_94, 0, x_93); lean_ctor_set(x_94, 1, x_14); -x_95 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9; +x_95 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9; x_96 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_96, 0, x_94); lean_ctor_set(x_96, 1, x_95); @@ -21531,14 +21531,14 @@ lean_ctor_set(x_97, 1, x_18); if (x_37 == 0) { lean_object* x_195; -x_195 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_195 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_98 = x_195; goto block_194; } else { lean_object* x_196; -x_196 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_196 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_98 = x_196; goto block_194; } @@ -21561,7 +21561,7 @@ lean_ctor_set(x_103, 1, x_12); x_104 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_104, 0, x_103); lean_ctor_set(x_104, 1, x_14); -x_105 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11; +x_105 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11; x_106 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_106, 0, x_104); lean_ctor_set(x_106, 1, x_105); @@ -21577,7 +21577,7 @@ lean_ctor_set(x_109, 1, x_12); x_110 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_110, 0, x_109); lean_ctor_set(x_110, 1, x_14); -x_111 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14; +x_111 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14; x_112 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_112, 0, x_110); lean_ctor_set(x_112, 1, x_111); @@ -21587,14 +21587,14 @@ lean_ctor_set(x_113, 1, x_18); if (x_44 == 0) { lean_object* x_192; -x_192 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_192 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_114 = x_192; goto block_191; } else { lean_object* x_193; -x_193 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_193 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_114 = x_193; goto block_191; } @@ -21616,7 +21616,7 @@ lean_ctor_set(x_118, 1, x_12); x_119 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_119, 0, x_118); lean_ctor_set(x_119, 1, x_14); -x_120 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16; +x_120 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16; x_121 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_121, 0, x_119); lean_ctor_set(x_121, 1, x_120); @@ -21626,14 +21626,14 @@ lean_ctor_set(x_122, 1, x_18); if (x_45 == 0) { lean_object* x_189; -x_189 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_189 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_123 = x_189; goto block_188; } else { lean_object* x_190; -x_190 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_190 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_123 = x_190; goto block_188; } @@ -21655,7 +21655,7 @@ lean_ctor_set(x_127, 1, x_12); x_128 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_128, 0, x_127); lean_ctor_set(x_128, 1, x_14); -x_129 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18; +x_129 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18; x_130 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_130, 0, x_128); lean_ctor_set(x_130, 1, x_129); @@ -21665,21 +21665,21 @@ lean_ctor_set(x_131, 1, x_18); if (x_46 == 0) { lean_object* x_186; -x_186 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_186 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_132 = x_186; goto block_185; } else { lean_object* x_187; -x_187 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_187 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_132 = x_187; goto block_185; } block_185: { 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_133 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19; +x_133 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19; x_134 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_134, 0, x_133); lean_ctor_set(x_134, 1, x_132); @@ -21695,7 +21695,7 @@ lean_ctor_set(x_137, 1, x_12); x_138 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_138, 0, x_137); lean_ctor_set(x_138, 1, x_14); -x_139 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__17; +x_139 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17; x_140 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_140, 0, x_138); lean_ctor_set(x_140, 1, x_139); @@ -21705,21 +21705,21 @@ lean_ctor_set(x_141, 1, x_18); if (x_47 == 0) { lean_object* x_183; -x_183 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_183 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_142 = x_183; goto block_182; } else { lean_object* x_184; -x_184 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_184 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_142 = x_184; goto block_182; } block_182: { 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_143 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18; +x_143 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; x_144 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_144, 0, x_143); lean_ctor_set(x_144, 1, x_142); @@ -21735,7 +21735,7 @@ lean_ctor_set(x_147, 1, x_12); x_148 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_148, 0, x_147); lean_ctor_set(x_148, 1, x_14); -x_149 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21; +x_149 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21; x_150 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_150, 0, x_148); lean_ctor_set(x_150, 1, x_149); @@ -21745,14 +21745,14 @@ lean_ctor_set(x_151, 1, x_18); if (x_48 == 0) { lean_object* x_180; -x_180 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23; +x_180 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; x_152 = x_180; goto block_179; } else { lean_object* x_181; -x_181 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26; +x_181 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; x_152 = x_181; goto block_179; } @@ -21774,7 +21774,7 @@ lean_ctor_set(x_156, 1, x_12); x_157 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_157, 0, x_156); lean_ctor_set(x_157, 1, x_14); -x_158 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__20; +x_158 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20; x_159 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_159, 0, x_157); lean_ctor_set(x_159, 1, x_158); @@ -21784,7 +21784,7 @@ lean_ctor_set(x_160, 1, x_18); if (x_49 == 0) { 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_161 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__22; +x_161 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22; x_162 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_162, 0, x_160); lean_ctor_set(x_162, 1, x_161); @@ -21808,7 +21808,7 @@ return x_169; else { 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; -x_170 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__24; +x_170 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24; x_171 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_171, 0, x_160); lean_ctor_set(x_171, 1, x_170); @@ -21842,11 +21842,11 @@ return x_178; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -21855,7 +21855,7 @@ static lean_object* _init_l_Lean_Meta_Simp_instReprConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____boxed), 2, 0); return x_1; } } @@ -22771,7 +22771,7 @@ static lean_object* _init_l_Lean_Parser_Tactic_dsimpKind___closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -25138,7 +25138,7 @@ static lean_object* _init_l_Lean_Parser_Tactic___aux__Init__Meta______macroRules _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; x_2 = l_String_toSubstring_x27(x_1); return x_2; } @@ -25148,7 +25148,7 @@ static lean_object* _init_l_Lean_Parser_Tactic___aux__Init__Meta______macroRules { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; +x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -25160,7 +25160,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_obj x_1 = l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__2; x_3 = l_Lean_Parser_Tactic_tacticErw_______closed__1; -x_4 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; +x_4 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } @@ -27675,7 +27675,7 @@ x_1 = l_Lean_Parser_Tactic_simpAutoUnfold___closed__26; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____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; 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; @@ -27703,7 +27703,7 @@ lean_ctor_set(x_20, 1, x_4); return x_20; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1() { _start: { lean_object* x_1; @@ -27711,16 +27711,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Simp.Config", 21); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__1; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3() { _start: { lean_object* x_1; @@ -27728,7 +27728,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4() { _start: { lean_object* x_1; @@ -27736,7 +27736,7 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5() { _start: { lean_object* x_1; @@ -27744,84 +27744,84 @@ x_1 = lean_mk_string_from_bytes("Config", 6); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____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_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3; -x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4; -x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; +x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4; +x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__7() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__8() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; 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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__9() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__8; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____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); return x_3; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__7; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__9; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9; 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_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525_(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; uint8_t x_9; @@ -27882,12 +27882,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -27935,11 +27935,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -28006,7 +28006,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -28061,12 +28061,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -28114,11 +28114,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -28170,17 +28170,17 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -28317,26 +28317,26 @@ x_1 = l_Lean_Parser_Tactic_simpArith___closed__10; return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16; +x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328_(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; uint8_t x_9; @@ -28397,12 +28397,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -28450,11 +28450,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -28521,7 +28521,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -28576,12 +28576,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -28629,11 +28629,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -28685,7 +28685,7 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } @@ -28823,7 +28823,7 @@ x_1 = l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__10; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19122_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19127_(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; uint8_t x_9; @@ -28884,12 +28884,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -28937,11 +28937,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -28974,9 +28974,9 @@ lean_inc(x_12); x_66 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_66, 0, x_12); lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; x_68 = l_Lean_addMacroScope(x_14, x_67, x_13); -x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_12); x_70 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_70, 0, x_12); @@ -29031,7 +29031,7 @@ x_90 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_91 = l_Lean_Syntax_node2(x_12, x_90, x_83, x_89); x_92 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_91, x_38); -x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_92, x_2, x_3); +x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_92, x_2, x_3); lean_dec(x_2); return x_93; } @@ -29086,12 +29086,12 @@ lean_inc(x_98); x_115 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_115, 0, x_98); lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6; +x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; lean_inc(x_99); lean_inc(x_100); x_117 = l_Lean_addMacroScope(x_100, x_116, x_99); -x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2; -x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10; +x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; +x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; lean_inc(x_98); x_120 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_120, 0, x_98); @@ -29139,11 +29139,11 @@ lean_ctor_set(x_136, 0, x_98); lean_ctor_set(x_136, 1, x_135); lean_inc(x_98); x_137 = l_Lean_Syntax_node2(x_98, x_121, x_134, x_136); -x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_99); lean_inc(x_100); x_139 = l_Lean_addMacroScope(x_100, x_138, x_99); -x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_98); x_141 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_141, 0, x_98); @@ -29176,9 +29176,9 @@ lean_inc(x_98); x_152 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_152, 0, x_98); lean_ctor_set(x_152, 1, x_151); -x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; x_154 = l_Lean_addMacroScope(x_100, x_153, x_99); -x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_98); x_156 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_156, 0, x_98); @@ -29218,7 +29218,7 @@ x_171 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_98); x_172 = l_Lean_Syntax_node2(x_98, x_171, x_169, x_170); x_173 = l_Lean_Syntax_node5(x_98, x_8, x_102, x_104, x_106, x_172, x_124); -x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____lambda__1(x_1, x_173, x_2, x_3); +x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_173, x_2, x_3); lean_dec(x_2); return x_174; } @@ -29398,7 +29398,7 @@ x_1 = l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13; return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -29406,7 +29406,7 @@ x_1 = lean_mk_string_from_bytes("simp_all", 8); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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; 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; @@ -29414,7 +29414,7 @@ x_5 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tact x_6 = l_Lean_Syntax_setKind(x_1, x_5); x_7 = lean_unsigned_to_nat(0u); x_8 = l_Lean_Syntax_getArg(x_6, x_7); -x_9 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___closed__1; +x_9 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1; x_10 = 1; x_11 = l_Lean_mkAtomFrom(x_8, x_9, x_10); x_12 = l_Lean_Syntax_setArg(x_6, x_7, x_11); @@ -29434,7 +29434,7 @@ lean_ctor_set(x_20, 1, x_4); return x_20; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1() { _start: { lean_object* x_1; @@ -29442,16 +29442,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Simp.ConfigCtx", 24); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__1; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__3() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3() { _start: { lean_object* x_1; @@ -29459,65 +29459,65 @@ x_1 = lean_mk_string_from_bytes("ConfigCtx", 9); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3; -x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4; -x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__3; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; +x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4; +x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__5() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__6() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; 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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__7() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__6; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__5; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__7; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7; 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; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010_(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; uint8_t x_9; @@ -29578,12 +29578,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -29631,11 +29631,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -29702,7 +29702,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -29757,12 +29757,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -29810,11 +29810,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -29866,17 +29866,17 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -29999,7 +29999,7 @@ x_1 = l_Lean_Parser_Tactic_simpAllArith___closed__9; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20794_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20799_(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; uint8_t x_9; @@ -30060,12 +30060,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -30113,11 +30113,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -30184,7 +30184,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -30239,12 +30239,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -30292,11 +30292,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -30348,7 +30348,7 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } @@ -30472,7 +30472,7 @@ x_1 = l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__9; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21583_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21588_(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; uint8_t x_9; @@ -30533,12 +30533,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -30586,11 +30586,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -30623,9 +30623,9 @@ lean_inc(x_12); x_66 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_66, 0, x_12); lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; x_68 = l_Lean_addMacroScope(x_14, x_67, x_13); -x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_12); x_70 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_70, 0, x_12); @@ -30680,7 +30680,7 @@ x_90 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_91 = l_Lean_Syntax_node2(x_12, x_90, x_83, x_89); x_92 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_91, x_38); -x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_92, x_2, x_3); +x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_92, x_2, x_3); lean_dec(x_2); return x_93; } @@ -30735,12 +30735,12 @@ lean_inc(x_98); x_115 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_115, 0, x_98); lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4; +x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; lean_inc(x_99); lean_inc(x_100); x_117 = l_Lean_addMacroScope(x_100, x_116, x_99); -x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2; -x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8; +x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; +x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; lean_inc(x_98); x_120 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_120, 0, x_98); @@ -30788,11 +30788,11 @@ lean_ctor_set(x_136, 0, x_98); lean_ctor_set(x_136, 1, x_135); lean_inc(x_98); x_137 = l_Lean_Syntax_node2(x_98, x_121, x_134, x_136); -x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2; +x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; lean_inc(x_99); lean_inc(x_100); x_139 = l_Lean_addMacroScope(x_100, x_138, x_99); -x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1; +x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; lean_inc(x_98); x_141 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_141, 0, x_98); @@ -30825,9 +30825,9 @@ lean_inc(x_98); x_152 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_152, 0, x_98); lean_ctor_set(x_152, 1, x_151); -x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; x_154 = l_Lean_addMacroScope(x_100, x_153, x_99); -x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_98); x_156 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_156, 0, x_98); @@ -30867,7 +30867,7 @@ x_171 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_98); x_172 = l_Lean_Syntax_node2(x_98, x_171, x_169, x_170); x_173 = l_Lean_Syntax_node5(x_98, x_8, x_102, x_104, x_106, x_172, x_124); -x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1(x_1, x_173, x_2, x_3); +x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_173, x_2, x_3); lean_dec(x_2); return x_174; } @@ -31005,7 +31005,7 @@ x_1 = l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____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; 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; @@ -31013,7 +31013,7 @@ x_5 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tact x_6 = l_Lean_Syntax_setKind(x_1, x_5); x_7 = lean_unsigned_to_nat(0u); x_8 = l_Lean_Syntax_getArg(x_6, x_7); -x_9 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19; +x_9 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; x_10 = 1; x_11 = l_Lean_mkAtomFrom(x_8, x_9, x_10); x_12 = l_Lean_Syntax_setArg(x_6, x_7, x_11); @@ -31033,7 +31033,7 @@ lean_ctor_set(x_20, 1, x_4); return x_20; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1() { _start: { lean_object* x_1; @@ -31041,16 +31041,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.DSimp.Config", 22); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__1; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__3() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3() { _start: { lean_object* x_1; @@ -31058,65 +31058,65 @@ x_1 = lean_mk_string_from_bytes("DSimp", 5); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____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_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3; -x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__3; -x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; +x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3; +x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__5() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____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_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__6() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; 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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__7() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__6; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__5; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__7; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7; 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; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461_(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; uint8_t x_9; @@ -31177,12 +31177,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -31230,11 +31230,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -31301,7 +31301,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -31356,12 +31356,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -31409,11 +31409,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -31465,17 +31465,17 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -32064,54 +32064,54 @@ l_Lean_Meta_instBEqTransparencyMode___closed__1 = _init_l_Lean_Meta_instBEqTrans lean_mark_persistent(l_Lean_Meta_instBEqTransparencyMode___closed__1); l_Lean_Meta_instBEqTransparencyMode = _init_l_Lean_Meta_instBEqTransparencyMode(); lean_mark_persistent(l_Lean_Meta_instBEqTransparencyMode); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__1); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__2); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__3); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__4); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__5); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__6); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__7); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__8); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__9); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__10); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__11); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__12); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__13); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__14); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__15); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__16); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__17); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__18); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__19(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__19); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__20); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__21(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__21); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__22(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__22); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__23(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__23); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__24(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12393____closed__24); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24); l_Lean_Meta_instReprTransparencyMode___closed__1 = _init_l_Lean_Meta_instReprTransparencyMode___closed__1(); lean_mark_persistent(l_Lean_Meta_instReprTransparencyMode___closed__1); l_Lean_Meta_instReprTransparencyMode = _init_l_Lean_Meta_instReprTransparencyMode(); @@ -32121,42 +32121,42 @@ l_Lean_Meta_instBEqEtaStructMode___closed__1 = _init_l_Lean_Meta_instBEqEtaStruc lean_mark_persistent(l_Lean_Meta_instBEqEtaStructMode___closed__1); l_Lean_Meta_instBEqEtaStructMode = _init_l_Lean_Meta_instBEqEtaStructMode(); lean_mark_persistent(l_Lean_Meta_instBEqEtaStructMode); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__1); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__2); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__3); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__4); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__5); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__6); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__7); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__8); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__9); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__10); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__11); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__12); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__13); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__14); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__15); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__16); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__17); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12606____closed__18); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18); l_Lean_Meta_instReprEtaStructMode___closed__1 = _init_l_Lean_Meta_instReprEtaStructMode___closed__1(); lean_mark_persistent(l_Lean_Meta_instReprEtaStructMode___closed__1); l_Lean_Meta_instReprEtaStructMode = _init_l_Lean_Meta_instReprEtaStructMode(); @@ -32177,62 +32177,62 @@ l_Lean_Meta_DSimp_instBEqConfig___closed__1 = _init_l_Lean_Meta_DSimp_instBEqCon lean_mark_persistent(l_Lean_Meta_DSimp_instBEqConfig___closed__1); l_Lean_Meta_DSimp_instBEqConfig = _init_l_Lean_Meta_DSimp_instBEqConfig(); lean_mark_persistent(l_Lean_Meta_DSimp_instBEqConfig); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__1); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__2); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__3); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__4); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__5); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__6); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__7); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__8); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__9); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__10); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__11); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__12); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__13); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__14); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__15); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__16); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__17); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__18); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__19); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__20); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__21); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__22); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__23); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__24(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__24); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__25 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__25(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__25); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__26); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__27 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__27(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__27); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__28 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__28(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13047____closed__28); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28); l_Lean_Meta_DSimp_instReprConfig___closed__1 = _init_l_Lean_Meta_DSimp_instReprConfig___closed__1(); lean_mark_persistent(l_Lean_Meta_DSimp_instReprConfig___closed__1); l_Lean_Meta_DSimp_instReprConfig = _init_l_Lean_Meta_DSimp_instReprConfig(); @@ -32264,54 +32264,54 @@ l_Lean_Meta_Simp_instBEqConfig___closed__1 = _init_l_Lean_Meta_Simp_instBEqConfi lean_mark_persistent(l_Lean_Meta_Simp_instBEqConfig___closed__1); l_Lean_Meta_Simp_instBEqConfig = _init_l_Lean_Meta_Simp_instBEqConfig(); lean_mark_persistent(l_Lean_Meta_Simp_instBEqConfig); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__1); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__2); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__3); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__4); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__5); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__6); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__7); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__8); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__9); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__10); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__11); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__12); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__13); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__14); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__15); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__16); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__17); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__18); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__19); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__20(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__20); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__21(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__21); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__22(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__22); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__23(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__23); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__24(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13750____closed__24); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24); l_Lean_Meta_Simp_instReprConfig___closed__1 = _init_l_Lean_Meta_Simp_instReprConfig___closed__1(); lean_mark_persistent(l_Lean_Meta_Simp_instReprConfig___closed__1); l_Lean_Meta_Simp_instReprConfig = _init_l_Lean_Meta_Simp_instReprConfig(); @@ -33037,30 +33037,30 @@ l_Lean_Parser_Tactic_simpAutoUnfold___closed__26 = _init_l_Lean_Parser_Tactic_si lean_mark_persistent(l_Lean_Parser_Tactic_simpAutoUnfold___closed__26); l_Lean_Parser_Tactic_simpAutoUnfold = _init_l_Lean_Parser_Tactic_simpAutoUnfold(); lean_mark_persistent(l_Lean_Parser_Tactic_simpAutoUnfold); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__2); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__3); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__4); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__5); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__6); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__7(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__7); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__8(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__8); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__9 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__9(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__9); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__10); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__11); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17520____closed__12); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12); l_Lean_Parser_Tactic_simpArith___closed__1 = _init_l_Lean_Parser_Tactic_simpArith___closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_simpArith___closed__1); l_Lean_Parser_Tactic_simpArith___closed__2 = _init_l_Lean_Parser_Tactic_simpArith___closed__2(); @@ -33083,10 +33083,10 @@ l_Lean_Parser_Tactic_simpArith___closed__10 = _init_l_Lean_Parser_Tactic_simpAri lean_mark_persistent(l_Lean_Parser_Tactic_simpArith___closed__10); l_Lean_Parser_Tactic_simpArith = _init_l_Lean_Parser_Tactic_simpArith(); lean_mark_persistent(l_Lean_Parser_Tactic_simpArith); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18323____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2); l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1 = _init_l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1); l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__2 = _init_l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__2(); @@ -33137,24 +33137,24 @@ l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13 = _init_l_Lean_Parser_Tactic lean_mark_persistent(l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13); l_Lean_Parser_Tactic_simpAllAutoUnfold = _init_l_Lean_Parser_Tactic_simpAllAutoUnfold(); lean_mark_persistent(l_Lean_Parser_Tactic_simpAllAutoUnfold); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____lambda__1___closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__2); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__3(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__3); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__4); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__5(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__5); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__6(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__6); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__7(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__7); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20005____closed__8); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8); l_Lean_Parser_Tactic_simpAllArith___closed__1 = _init_l_Lean_Parser_Tactic_simpAllArith___closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_simpAllArith___closed__1); l_Lean_Parser_Tactic_simpAllArith___closed__2 = _init_l_Lean_Parser_Tactic_simpAllArith___closed__2(); @@ -33217,22 +33217,22 @@ l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10 = _init_l_Lean_Parser_Tactic_d lean_mark_persistent(l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10); l_Lean_Parser_Tactic_dsimpAutoUnfold = _init_l_Lean_Parser_Tactic_dsimpAutoUnfold(); lean_mark_persistent(l_Lean_Parser_Tactic_dsimpAutoUnfold); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__2); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__3(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__3); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__4); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__5(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__5); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__6(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__6); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__7(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__7); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22456____closed__8); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Init/NotationExtra.c b/stage0/stdlib/Init/NotationExtra.c index 9992c0732e7c..6218c6fc27cb 100644 --- a/stage0/stdlib/Init/NotationExtra.c +++ b/stage0/stdlib/Init/NotationExtra.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__2; static lean_object* l_Lean_unbracketedExplicitBinders___closed__11; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__21; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__23; @@ -27,6 +26,7 @@ static lean_object* l_solve___closed__2; static lean_object* l_Lean_unbracketedExplicitBinders___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_classAbbrev; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19; static lean_object* l_cdotTk___closed__3; static lean_object* l_Lean_explicitBinders___closed__4; static lean_object* l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__8; @@ -49,7 +49,6 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl LEAN_EXPORT lean_object* l_Lean_Loop_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_unexpandEqNDRec(lean_object*, lean_object*, lean_object*); static lean_object* l_termExists___x2c_____closed__7; -static lean_object* l_tacticFunext_______closed__6; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__25; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__29; @@ -111,7 +110,6 @@ static lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______ lean_object* l_Lean_Syntax_getId(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_termExists___x2c_____closed__2; -static lean_object* l_tacticFunext_______closed__12; static lean_object* l_unexpandMkArray5___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__6; LEAN_EXPORT lean_object* l_unexpandMkArray6(lean_object*, lean_object*, lean_object*); @@ -121,20 +119,19 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doE static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__18; lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_unexpandIte___closed__1; +static lean_object* l_tacticFunext_________closed__7; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__25; static lean_object* l_term___xd7____1___closed__5; +static lean_object* l_tacticFunext_________closed__13; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__16; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__9; static lean_object* l_unexpandGetElem_x21___closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__37; static lean_object* l_tactic_______closed__4; static lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1; -static lean_object* l_tacticFunext_______closed__10; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_unexpandMkArray1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_explicitBinders___closed__1; -static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12; lean_object* l_Lean_Syntax_getArgs(lean_object*); static lean_object* l_calcTactic___closed__5; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1(lean_object*, lean_object*, lean_object*); @@ -144,6 +141,7 @@ static lean_object* l_unexpandGetElem___closed__1; static lean_object* l_Lean_doElemRepeat__Until_____closed__5; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__3; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__22; +static lean_object* l_tacticFunext_________closed__15; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_classAbbrev___closed__7; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__6; @@ -160,6 +158,7 @@ static lean_object* l_Lean_unifConstraint___closed__3; static lean_object* l_unexpandEqNDRec___closed__3; static lean_object* l_calc___closed__2; static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__10; +static lean_object* l_tacticFunext_________closed__5; static lean_object* l_unexpandIte___closed__3; lean_object* l_Lean_Macro_throwError___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_term_u03a3___x2c_____closed__2; @@ -190,6 +189,7 @@ lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_bracketedExplicitBinders___closed__9; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__22; LEAN_EXPORT lean_object* l_Lean_expandExplicitBindersAux_loop___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_tacticFunext_________closed__14; static lean_object* l_term_u03a3_x27___x2c_____closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__5___closed__2; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -204,11 +204,11 @@ static lean_object* l_unexpandIte___closed__5; LEAN_EXPORT lean_object* l_Lean_unifConstraint; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__7; static lean_object* l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__4; -static lean_object* l___aux__Init__NotationExtra______macroRules__solve__1___closed__7; LEAN_EXPORT lean_object* l_Lean_instForInLoopUnit___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_unexpandListToArray___closed__2; static lean_object* l_cdotTk___closed__9; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__5; +static lean_object* l_tacticFunext_________closed__3; static lean_object* l_Lean_unifConstraint___closed__16; static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__2; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__2; @@ -251,6 +251,7 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__ter static lean_object* l_termExists___x2c_____closed__5; static lean_object* l_unexpandExists___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__1; +static lean_object* l_tacticFunext_________closed__8; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_cdotTk___closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__22; @@ -277,6 +278,7 @@ static lean_object* l_Lean_unbracketedExplicitBinders___closed__6; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__13; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat__Until____1___closed__1; static lean_object* l_Lean_unbracketedExplicitBinders___closed__4; +static lean_object* l_tacticFunext_________closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__17; lean_object* l_Array_reverse___rarg(lean_object*); static lean_object* l_Lean_bracketedExplicitBinders___closed__12; @@ -293,6 +295,7 @@ static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__8; static lean_object* l_unexpandMkArray7___closed__1; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__11; +static lean_object* l_tacticFunext_________closed__6; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__14; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__17; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -307,7 +310,6 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__ter static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__6; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__3; lean_object* l_Array_zip___rarg(lean_object*, lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11; static lean_object* l_Lean_expandExplicitBindersAux_loop___closed__3; static lean_object* l_Lean_unifConstraint___closed__5; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__38; @@ -316,6 +318,8 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__ter static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__15; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__20; static lean_object* l_Lean_term__Matches___x7c___closed__7; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13; +static lean_object* l_tacticFunext_________closed__9; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__28; 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_term__Matches___x7c___closed__4; @@ -335,6 +339,7 @@ LEAN_EXPORT lean_object* l_unexpandTSepArray(lean_object*, lean_object*, lean_ob static lean_object* l_Lean_Parser_Command_classAbbrev___closed__6; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__21; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tactic______1(lean_object*, lean_object*, lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__term_u03a3_x27___x2c____1(lean_object*, lean_object*, lean_object*); static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__11; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__30; @@ -344,6 +349,7 @@ static lean_object* l_unexpandListNil___rarg___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__22; static lean_object* l_Lean_unifConstraintElem___closed__1; static lean_object* l_Lean_expandExplicitBindersAux_loop___closed__1; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17; static lean_object* l___aux__Init__NotationExtra______macroRules__solve__1___closed__4; static lean_object* l_term_u03a3_x27___x2c_____closed__1; static lean_object* l_Lean_expandExplicitBindersAux_loop___closed__9; @@ -368,7 +374,6 @@ LEAN_EXPORT lean_object* l_unexpandUnit___boxed(lean_object*); static lean_object* l_unexpandSubtype___closed__5; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__10; LEAN_EXPORT lean_object* l_Lean_Loop_noConfusion___rarg(lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3; lean_object* l_Lean_quoteNameMk(lean_object*); LEAN_EXPORT lean_object* l_unexpandGetElem_x3f(lean_object*, lean_object*, lean_object*); static lean_object* l_solve___closed__5; @@ -376,15 +381,15 @@ static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__13; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__19; static lean_object* l_Lean_bracketedExplicitBinders___closed__2; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__16; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; static lean_object* l_termExists___x2c_____closed__6; -LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1(lean_object*, lean_object*, lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; static lean_object* l_Lean_explicitBinders___closed__3; LEAN_EXPORT lean_object* l_unexpandMkStr4___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__33; static lean_object* l_unexpandMkArray8___closed__1; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__8; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__4; LEAN_EXPORT lean_object* l_calcTactic; static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__3; @@ -428,7 +433,6 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__ter LEAN_EXPORT lean_object* l_unexpandUnit(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__8; -static lean_object* l_tacticFunext_______closed__2; LEAN_EXPORT lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__2; lean_object* l_Lean_extractMacroScopes(lean_object*); @@ -448,6 +452,7 @@ uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_term___xd7____1___closed__3; LEAN_EXPORT lean_object* l_unexpandMkStr2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemWhile__Do_____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -457,13 +462,13 @@ static lean_object* l_term___xd7_x27_____closed__3; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__23; LEAN_EXPORT lean_object* l_unexpandMkStr7(lean_object*, lean_object*, lean_object*); -static lean_object* l_tacticFunext_______closed__8; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; static lean_object* l_cdotTk___closed__13; -static lean_object* l_tacticFunext_______closed__4; static lean_object* l_Lean_explicitBinders___closed__7; static lean_object* l___aux__Init__NotationExtra______macroRules__solve__1___closed__3; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Loop_noConfusion___rarg___boxed(lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; static lean_object* l_unexpandListNil___rarg___closed__2; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_unifConstraint___closed__9; @@ -480,11 +485,9 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean___aux__Init__NotationExtr static lean_object* l_Lean_unifConstraintElem___closed__5; static lean_object* l_Lean_doElemRepeat_____closed__6; static lean_object* l_tactic_______closed__7; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4; LEAN_EXPORT lean_object* l_unexpandMkStr8___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___aux__Init__NotationExtra______macroRules__solve__1___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_term__Matches___x7c___closed__3; -static lean_object* l_tacticFunext_______closed__9; static lean_object* l_unexpandGetElem_x21___closed__5; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__2; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__40; @@ -509,6 +512,7 @@ LEAN_EXPORT lean_object* l_unexpandTSyntaxArray(lean_object*, lean_object*, lean static lean_object* l_cdotTk___closed__7; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; +static lean_object* l_tacticFunext_________closed__4; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__15; static lean_object* l_unexpandSubtype___closed__3; @@ -541,11 +545,11 @@ static lean_object* l_term_u2203___x2c_____closed__5; static lean_object* l_Lean_unifConstraintElem___closed__3; static lean_object* l_Lean_unifConstraint___closed__18; static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__13; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__13; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__13; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__4; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__term_u2203___x2c____1(lean_object*, lean_object*, lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6; static lean_object* l_Lean_bracketedExplicitBinders___closed__1; static lean_object* l_Lean_unifConstraintElem___closed__7; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; @@ -557,10 +561,11 @@ LEAN_EXPORT lean_object* l_unexpandMkStr1(lean_object*, lean_object*, lean_objec LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t l_Lean_Name_hasMacroScopes(lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__17; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10; static lean_object* l_term_u2203___x2c_____closed__7; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__15; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; +static lean_object* l_tacticFunext_________closed__12; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__12; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__1(lean_object*, lean_object*); @@ -569,6 +574,7 @@ lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, static lean_object* l_tactic_______closed__5; static lean_object* l_Lean_unifConstraint___closed__14; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__term___xd7____1__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__18; static lean_object* l_unexpandGetElem_x21___closed__1; static lean_object* l_term___xd7_x27_____closed__1; @@ -578,7 +584,6 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__com static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__25; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__35; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__28; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_unexpandListCons(lean_object*, lean_object*, lean_object*); @@ -606,7 +611,6 @@ static lean_object* l_Lean_unifConstraint___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__42; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__3; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12; LEAN_EXPORT lean_object* l_Lean_expandBrackedBindersAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__7; static lean_object* l_tactic_______closed__10; @@ -616,6 +620,7 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__com static lean_object* l_unexpandGetElem_x21___closed__2; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__13; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__12; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__16; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__10; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -647,7 +652,6 @@ LEAN_EXPORT lean_object* l_unexpandUnit___rarg(lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__41; LEAN_EXPORT lean_object* l_unexpandMkArray0___rarg(lean_object*, lean_object*); static lean_object* l_Lean_unifConstraintElem___closed__4; -static lean_object* l_tacticFunext_______closed__5; static lean_object* l_unexpandGetElem_x21___closed__3; static lean_object* l_Lean_doElemWhile__Do_____closed__6; static lean_object* l_term_u03a3_x27___x2c_____closed__3; @@ -674,7 +678,6 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__10; static lean_object* l_calcTactic___closed__1; LEAN_EXPORT lean_object* l_Lean_doElemRepeat__; -static lean_object* l___aux__Init__NotationExtra______macroRules__solve__1___closed__6; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__41; LEAN_EXPORT lean_object* l_Lean_Loop_forIn___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_cdotTk___closed__11; @@ -691,6 +694,7 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_term___xd7_x27_____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__3___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_tacticFunext_________closed__10; static lean_object* l_calcStep___closed__4; lean_object* lean_erase_macro_scopes(lean_object*); static lean_object* l_calcTactic___closed__7; @@ -705,12 +709,13 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl lean_object* l_String_intercalate(lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); static lean_object* l_calcStep___closed__1; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; static lean_object* l___aux__Init__NotationExtra______macroRules__term_u03a3___x2c____1___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__21; -static lean_object* l_tacticFunext_______closed__1; LEAN_EXPORT lean_object* l_Lean_doElemWhile___x3a__Do__; LEAN_EXPORT lean_object* l_Lean_Loop_noConfusion___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__19; +static lean_object* l_tacticFunext_________closed__2; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_unexpandSorryAx(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -722,7 +727,6 @@ static lean_object* l___aux__Init__NotationExtra______macroRules__solve__1___clo static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__5; LEAN_EXPORT lean_object* l_term___xd7_x27__; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__29; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13; static lean_object* l_calc___closed__9; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Parser_Command_classAbbrev___closed__3; @@ -734,9 +738,11 @@ LEAN_EXPORT lean_object* l_unexpandListNil(lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__26; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__27; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__43; static lean_object* l_calcTactic___closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__9; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__1; static lean_object* l_tactic_______closed__3; static lean_object* l_calcTactic___closed__2; @@ -755,29 +761,27 @@ static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__9; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__8; static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__9; LEAN_EXPORT lean_object* l_Lean_doElemWhile__Do__; +static lean_object* l_tacticFunext_________closed__16; static lean_object* l_Lean_unifConstraint___closed__11; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__6; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__12; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5; static lean_object* l_term___xd7____1___closed__1; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8; static lean_object* l_Lean_doElemRepeat_____closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__5; -static lean_object* l_solve___closed__15; LEAN_EXPORT lean_object* l_unexpandPSigma(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_unbracketedExplicitBinders___closed__9; static lean_object* l_calc___closed__10; static lean_object* l_Lean_doElemRepeat_____closed__9; 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___aux__Init__NotationExtra______macroRules__solve__1___closed__8; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__6(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_tacticFunext_______closed__7; static lean_object* l_calcStep___closed__11; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_unexpandMkStr6(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__7; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7; static lean_object* l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__5; static lean_object* l_unexpandIte___closed__4; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__2; @@ -787,17 +791,14 @@ static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__17; static lean_object* l_unexpandExists___closed__4; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Array_mkArray2___rarg(lean_object*, lean_object*); -static lean_object* l_tacticFunext_______closed__3; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__18; LEAN_EXPORT lean_object* l_Lean_expandBrackedBinders(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_calcStep___closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__17; -LEAN_EXPORT lean_object* l_tacticFunext____; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__21; static lean_object* l_Lean_unifConstraint___closed__12; -static lean_object* l_tacticFunext_______closed__11; -static lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__3; static lean_object* l___aux__Init__NotationExtra______macroRules__term_u03a3_x27___x2c____1___closed__2; static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__15; static lean_object* l_Lean_bracketedExplicitBinders___closed__10; @@ -805,6 +806,7 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doE static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__1; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__20; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__31; +LEAN_EXPORT lean_object* l_tacticFunext______; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__13; LEAN_EXPORT lean_object* l_Lean_doElemRepeat__Until__; static lean_object* l_Lean_term__Matches___x7c___closed__5; @@ -814,6 +816,7 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doE static lean_object* l___aux__Init__NotationExtra______macroRules__tactic______1___closed__1; LEAN_EXPORT lean_object* l_unexpandExists(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__6; +static lean_object* l_tacticFunext_________closed__11; lean_object* l_String_toSubstring_x27(lean_object*); static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__1; static lean_object* l_Lean_unifConstraintElem___closed__8; @@ -832,6 +835,7 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl static lean_object* l___aux__Init__NotationExtra______macroRules__term_u03a3_x27___x2c____1___closed__1; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__9; static lean_object* l_solve___closed__4; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; static lean_object* l_Lean_doElemWhile__Do_____closed__4; static lean_object* l_Lean_unifConstraint___closed__8; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -844,6 +848,7 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl static lean_object* l_Lean_Parser_Command_classAbbrev___closed__14; static lean_object* l_unexpandMkStr1___closed__2; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__4; +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_calc___closed__12; LEAN_EXPORT lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -11774,37 +11779,37 @@ return x_57; } } } -static lean_object* _init_l_tacticFunext_______closed__1() { +static lean_object* _init_l_tacticFunext_________closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("tacticFunext__", 14); +x_1 = lean_mk_string_from_bytes("tacticFunext___", 15); return x_1; } } -static lean_object* _init_l_tacticFunext_______closed__2() { +static lean_object* _init_l_tacticFunext_________closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_tacticFunext_______closed__1; +x_2 = l_tacticFunext_________closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_tacticFunext_______closed__3() { +static lean_object* _init_l_tacticFunext_________closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("funext ", 7); +x_1 = lean_mk_string_from_bytes("funext", 6); return x_1; } } -static lean_object* _init_l_tacticFunext_______closed__4() { +static lean_object* _init_l_tacticFunext_________closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l_tacticFunext_______closed__3; +x_1 = l_tacticFunext_________closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -11812,7 +11817,35 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l_tacticFunext_______closed__5() { +static lean_object* _init_l_tacticFunext_________closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("ppSpace", 7); +return x_1; +} +} +static lean_object* _init_l_tacticFunext_________closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_tacticFunext_________closed__5; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_tacticFunext_________closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_tacticFunext_________closed__6; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_tacticFunext_________closed__8() { _start: { lean_object* x_1; @@ -11820,27 +11853,41 @@ x_1 = lean_mk_string_from_bytes("colGt", 5); return x_1; } } -static lean_object* _init_l_tacticFunext_______closed__6() { +static lean_object* _init_l_tacticFunext_________closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_tacticFunext_______closed__5; +x_2 = l_tacticFunext_________closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_tacticFunext_______closed__7() { +static lean_object* _init_l_tacticFunext_________closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_tacticFunext_______closed__6; +x_1 = l_tacticFunext_________closed__9; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_tacticFunext_______closed__8() { +static lean_object* _init_l_tacticFunext_________closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__5; +x_2 = l_tacticFunext_________closed__7; +x_3 = l_tacticFunext_________closed__10; +x_4 = lean_alloc_ctor(2, 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_tacticFunext_________closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -11852,13 +11899,13 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_tacticFunext_______closed__9() { +static lean_object* _init_l_tacticFunext_________closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__5; -x_2 = l_tacticFunext_______closed__7; -x_3 = l_tacticFunext_______closed__8; +x_2 = l_tacticFunext_________closed__11; +x_3 = l_tacticFunext_________closed__12; x_4 = lean_alloc_ctor(2, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11866,25 +11913,25 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_tacticFunext_______closed__10() { +static lean_object* _init_l_tacticFunext_________closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_unbracketedExplicitBinders___closed__4; -x_2 = l_tacticFunext_______closed__9; +x_1 = l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__17; +x_2 = l_tacticFunext_________closed__13; 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_tacticFunext_______closed__11() { +static lean_object* _init_l_tacticFunext_________closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__5; -x_2 = l_tacticFunext_______closed__4; -x_3 = l_tacticFunext_______closed__10; +x_2 = l_tacticFunext_________closed__4; +x_3 = l_tacticFunext_________closed__14; x_4 = lean_alloc_ctor(2, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11892,13 +11939,13 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_tacticFunext_______closed__12() { +static lean_object* _init_l_tacticFunext_________closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_tacticFunext_______closed__2; +x_1 = l_tacticFunext_________closed__2; x_2 = lean_unsigned_to_nat(1022u); -x_3 = l_tacticFunext_______closed__11; +x_3 = l_tacticFunext_________closed__15; x_4 = lean_alloc_ctor(3, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11906,15 +11953,15 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_tacticFunext____() { +static lean_object* _init_l_tacticFunext______() { _start: { lean_object* x_1; -x_1 = l_tacticFunext_______closed__12; +x_1 = l_tacticFunext_________closed__16; return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1() { _start: { lean_object* x_1; @@ -11922,7 +11969,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__2() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2() { _start: { lean_object* x_1; @@ -11930,19 +11977,19 @@ x_1 = lean_mk_string_from_bytes("seq1", 4); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__2; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________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___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4() { _start: { lean_object* x_1; @@ -11950,70 +11997,62 @@ x_1 = lean_mk_string_from_bytes("apply", 5); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("funext", 6); -return x_1; -} -} -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6; +x_1 = l_tacticFunext_________closed__3; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6; +x_2 = l_tacticFunext_________closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__9() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8; +x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; 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___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__9; +x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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); return x_3; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10() { _start: { lean_object* x_1; @@ -12021,7 +12060,7 @@ x_1 = lean_mk_string_from_bytes(";", 1); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11() { _start: { lean_object* x_1; @@ -12029,23 +12068,103 @@ x_1 = lean_mk_string_from_bytes("intro", 5); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12() { _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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext______1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("tacticRepeat_", 13); +return x_1; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14() { +_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_termMacro_x2etrace_x5b___x5d_____closed__1; +x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("repeat", 6); +return x_1; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("tacticSeq", 9); +return x_1; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17() { +_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_termMacro_x2etrace_x5b___x5d_____closed__1; +x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); +return x_1; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19() { +_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_termMacro_x2etrace_x5b___x5d_____closed__1; +x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; +x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__17; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; -x_4 = l_tacticFunext_______closed__2; +x_4 = l_tacticFunext_________closed__2; lean_inc(x_1); x_5 = l_Lean_Syntax_isOfKind(x_1, x_4); if (x_5 == 0) @@ -12061,119 +12180,123 @@ return x_7; } else { -lean_object* x_8; lean_object* x_9; uint8_t x_10; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; x_8 = lean_unsigned_to_nat(1u); x_9 = l_Lean_Syntax_getArg(x_1, x_8); lean_dec(x_1); +x_10 = lean_unsigned_to_nat(0u); lean_inc(x_9); -x_10 = l_Lean_Syntax_matchesNull(x_9, x_8); -if (x_10 == 0) +x_11 = l_Lean_Syntax_matchesNull(x_9, x_10); +if (x_11 == 0) { -lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_Syntax_getNumArgs(x_9); -x_12 = lean_nat_dec_le(x_8, x_11); +uint8_t x_12; +lean_inc(x_9); +x_12 = l_Lean_Syntax_matchesNull(x_9, x_8); if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_11); +lean_object* x_13; uint8_t x_14; +x_13 = l_Lean_Syntax_getNumArgs(x_9); +x_14 = lean_nat_dec_le(x_8, x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_13); lean_dec(x_9); lean_dec(x_2); -x_13 = lean_box(1); -x_14 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_3); -return x_14; +x_15 = lean_box(1); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_3); +return x_16; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_15 = lean_unsigned_to_nat(0u); -x_16 = l_Lean_Syntax_getArg(x_9, x_15); -x_17 = l_Lean_Syntax_getArgs(x_9); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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_17 = l_Lean_Syntax_getArg(x_9, x_10); +x_18 = l_Lean_Syntax_getArgs(x_9); lean_dec(x_9); -x_18 = lean_nat_sub(x_11, x_15); -lean_dec(x_11); -x_19 = l_Array_extract___rarg(x_17, x_8, x_18); -x_20 = lean_box(2); -x_21 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; -x_22 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -lean_ctor_set(x_22, 2, x_19); -x_23 = l_Lean_Syntax_getArgs(x_22); -lean_dec(x_22); -x_24 = lean_ctor_get(x_2, 5); -lean_inc(x_24); -x_25 = 0; -x_26 = l_Lean_SourceInfo_fromRef(x_24, x_25); -x_27 = lean_ctor_get(x_2, 2); -lean_inc(x_27); -x_28 = lean_ctor_get(x_2, 1); +x_19 = lean_nat_sub(x_13, x_10); +lean_dec(x_13); +x_20 = l_Array_extract___rarg(x_18, x_8, x_19); +x_21 = lean_box(2); +x_22 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; +x_23 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_23, 2, x_20); +x_24 = l_Lean_Syntax_getArgs(x_23); +lean_dec(x_23); +x_25 = lean_ctor_get(x_2, 5); +lean_inc(x_25); +x_26 = 0; +x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); +x_28 = lean_ctor_get(x_2, 2); lean_inc(x_28); +x_29 = lean_ctor_get(x_2, 1); +lean_inc(x_29); lean_dec(x_2); -x_29 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4; -lean_inc(x_26); -x_30 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_30, 0, x_26); -lean_ctor_set(x_30, 1, x_29); -x_31 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8; -x_32 = l_Lean_addMacroScope(x_28, x_31, x_27); -x_33 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7; -x_34 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10; -lean_inc(x_26); -x_35 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_35, 0, x_26); -lean_ctor_set(x_35, 1, x_33); -lean_ctor_set(x_35, 2, x_32); -lean_ctor_set(x_35, 3, x_34); -x_36 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5; -lean_inc(x_26); -x_37 = l_Lean_Syntax_node2(x_26, x_36, x_30, x_35); -x_38 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11; -lean_inc(x_26); -x_39 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_39, 0, x_26); -lean_ctor_set(x_39, 1, x_38); -x_40 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12; -lean_inc(x_26); -x_41 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_41, 0, x_26); -lean_ctor_set(x_41, 1, x_40); -lean_inc(x_26); -x_42 = l_Lean_Syntax_node1(x_26, x_21, x_16); -x_43 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13; -lean_inc(x_26); -x_44 = l_Lean_Syntax_node2(x_26, x_43, x_41, x_42); -x_45 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6; -lean_inc(x_26); -x_46 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_46, 0, x_26); -lean_ctor_set(x_46, 1, x_45); -x_47 = l_Lean_expandExplicitBindersAux_loop___closed__8; -x_48 = l_Array_append___rarg(x_47, x_23); -lean_inc(x_26); -x_49 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_49, 0, x_26); -lean_ctor_set(x_49, 1, x_21); -lean_ctor_set(x_49, 2, x_48); -lean_inc(x_26); -x_50 = l_Lean_Syntax_node2(x_26, x_4, x_46, x_49); -lean_inc(x_39); -lean_inc(x_26); -x_51 = l_Lean_Syntax_node5(x_26, x_21, x_37, x_39, x_44, x_39, x_50); -x_52 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3; -x_53 = l_Lean_Syntax_node1(x_26, x_52, x_51); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_3); -return x_54; +x_30 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; +lean_inc(x_27); +x_31 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_31, 0, x_27); +lean_ctor_set(x_31, 1, x_30); +x_32 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; +x_33 = l_Lean_addMacroScope(x_29, x_32, x_28); +x_34 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; +x_35 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; +lean_inc(x_27); +x_36 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_36, 0, x_27); +lean_ctor_set(x_36, 1, x_34); +lean_ctor_set(x_36, 2, x_33); +lean_ctor_set(x_36, 3, x_35); +x_37 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; +lean_inc(x_27); +x_38 = l_Lean_Syntax_node2(x_27, x_37, x_31, x_36); +x_39 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; +lean_inc(x_27); +x_40 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_40, 0, x_27); +lean_ctor_set(x_40, 1, x_39); +x_41 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; +lean_inc(x_27); +x_42 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_42, 0, x_27); +lean_ctor_set(x_42, 1, x_41); +lean_inc(x_27); +x_43 = l_Lean_Syntax_node1(x_27, x_22, x_17); +x_44 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; +lean_inc(x_27); +x_45 = l_Lean_Syntax_node2(x_27, x_44, x_42, x_43); +x_46 = l_tacticFunext_________closed__3; +lean_inc(x_27); +x_47 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_47, 0, x_27); +lean_ctor_set(x_47, 1, x_46); +x_48 = l_Lean_expandExplicitBindersAux_loop___closed__8; +x_49 = l_Array_append___rarg(x_48, x_24); +lean_inc(x_27); +x_50 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_50, 0, x_27); +lean_ctor_set(x_50, 1, x_22); +lean_ctor_set(x_50, 2, x_49); +lean_inc(x_27); +x_51 = l_Lean_Syntax_node2(x_27, x_4, x_47, x_50); +lean_inc(x_40); +lean_inc(x_27); +x_52 = l_Lean_Syntax_node5(x_27, x_22, x_38, x_40, x_45, x_40, x_51); +x_53 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3; +x_54 = l_Lean_Syntax_node1(x_27, x_53, x_52); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_3); +return x_55; } } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t 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; -x_55 = lean_unsigned_to_nat(0u); -x_56 = l_Lean_Syntax_getArg(x_9, x_55); +lean_object* x_56; lean_object* x_57; uint8_t 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; +x_56 = l_Lean_Syntax_getArg(x_9, x_10); lean_dec(x_9); x_57 = lean_ctor_get(x_2, 5); lean_inc(x_57); @@ -12184,30 +12307,30 @@ lean_inc(x_60); x_61 = lean_ctor_get(x_2, 1); lean_inc(x_61); lean_dec(x_2); -x_62 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4; +x_62 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; lean_inc(x_59); x_63 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_63, 0, x_59); lean_ctor_set(x_63, 1, x_62); -x_64 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8; +x_64 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; x_65 = l_Lean_addMacroScope(x_61, x_64, x_60); -x_66 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7; -x_67 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10; +x_66 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; +x_67 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; lean_inc(x_59); x_68 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_68, 0, x_59); lean_ctor_set(x_68, 1, x_66); lean_ctor_set(x_68, 2, x_65); lean_ctor_set(x_68, 3, x_67); -x_69 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5; +x_69 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; lean_inc(x_59); x_70 = l_Lean_Syntax_node2(x_59, x_69, x_63, x_68); -x_71 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11; +x_71 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; lean_inc(x_59); x_72 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_72, 0, x_59); lean_ctor_set(x_72, 1, x_71); -x_73 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12; +x_73 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; lean_inc(x_59); x_74 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_74, 0, x_59); @@ -12215,12 +12338,12 @@ lean_ctor_set(x_74, 1, x_73); x_75 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; lean_inc(x_59); x_76 = l_Lean_Syntax_node1(x_59, x_75, x_56); -x_77 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13; +x_77 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; lean_inc(x_59); x_78 = l_Lean_Syntax_node2(x_59, x_77, x_74, x_76); lean_inc(x_59); x_79 = l_Lean_Syntax_node3(x_59, x_75, x_70, x_72, x_78); -x_80 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3; +x_80 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3; x_81 = l_Lean_Syntax_node1(x_59, x_80, x_79); x_82 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_82, 0, x_81); @@ -12228,6 +12351,97 @@ lean_ctor_set(x_82, 1, x_3); return x_82; } } +else +{ +lean_object* x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +lean_dec(x_9); +x_83 = lean_ctor_get(x_2, 5); +lean_inc(x_83); +x_84 = 0; +x_85 = l_Lean_SourceInfo_fromRef(x_83, x_84); +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 1); +lean_inc(x_87); +lean_dec(x_2); +x_88 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; +lean_inc(x_85); +x_89 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_89, 0, x_85); +lean_ctor_set(x_89, 1, x_88); +x_90 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__19; +lean_inc(x_85); +x_91 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_91, 0, x_85); +lean_ctor_set(x_91, 1, x_90); +x_92 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; +lean_inc(x_85); +x_93 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_93, 0, x_85); +lean_ctor_set(x_93, 1, x_92); +x_94 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; +x_95 = l_Lean_addMacroScope(x_87, x_94, x_86); +x_96 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; +x_97 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; +lean_inc(x_85); +x_98 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_98, 0, x_85); +lean_ctor_set(x_98, 1, x_96); +lean_ctor_set(x_98, 2, x_95); +lean_ctor_set(x_98, 3, x_97); +x_99 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; +lean_inc(x_85); +x_100 = l_Lean_Syntax_node2(x_85, x_99, x_93, x_98); +x_101 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; +lean_inc(x_85); +x_102 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_102, 0, x_85); +lean_ctor_set(x_102, 1, x_101); +x_103 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; +lean_inc(x_85); +x_104 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_104, 0, x_85); +lean_ctor_set(x_104, 1, x_103); +x_105 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; +x_106 = l_Lean_expandExplicitBindersAux_loop___closed__8; +lean_inc(x_85); +x_107 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_107, 0, x_85); +lean_ctor_set(x_107, 1, x_105); +lean_ctor_set(x_107, 2, x_106); +x_108 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; +lean_inc(x_85); +x_109 = l_Lean_Syntax_node2(x_85, x_108, x_104, x_107); +lean_inc(x_85); +x_110 = l_Lean_Syntax_node3(x_85, x_105, x_100, x_102, x_109); +x_111 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19; +lean_inc(x_85); +x_112 = l_Lean_Syntax_node1(x_85, x_111, x_110); +x_113 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17; +lean_inc(x_85); +x_114 = l_Lean_Syntax_node1(x_85, x_113, x_112); +x_115 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__23; +lean_inc(x_85); +x_116 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_116, 0, x_85); +lean_ctor_set(x_116, 1, x_115); +x_117 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20; +lean_inc(x_85); +x_118 = l_Lean_Syntax_node3(x_85, x_117, x_91, x_114, x_116); +lean_inc(x_85); +x_119 = l_Lean_Syntax_node1(x_85, x_105, x_118); +lean_inc(x_85); +x_120 = l_Lean_Syntax_node1(x_85, x_111, x_119); +lean_inc(x_85); +x_121 = l_Lean_Syntax_node1(x_85, x_113, x_120); +x_122 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14; +x_123 = l_Lean_Syntax_node2(x_85, x_122, x_89, x_121); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_3); +return x_124; +} +} } } LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { @@ -14242,7 +14456,7 @@ static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tactic__ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; x_4 = l___aux__Init__NotationExtra______macroRules__tactic______1___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -14393,38 +14607,30 @@ return x_4; static lean_object* _init_l_solve___closed__7() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("tacticSeq", 9); -return x_1; -} -} -static lean_object* _init_l_solve___closed__8() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_solve___closed__7; +x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_solve___closed__9() { +static lean_object* _init_l_solve___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_solve___closed__8; +x_1 = l_solve___closed__7; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_solve___closed__10() { +static lean_object* _init_l_solve___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__5; x_2 = l_solve___closed__6; -x_3 = l_solve___closed__9; +x_3 = l_solve___closed__8; x_4 = lean_alloc_ctor(2, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -14432,49 +14638,49 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_solve___closed__11() { +static lean_object* _init_l_solve___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_unexpandGetElem_x21___closed__4; -x_2 = l_solve___closed__10; +x_2 = l_solve___closed__9; 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_solve___closed__12() { +static lean_object* _init_l_solve___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_unbracketedExplicitBinders___closed__4; -x_2 = l_solve___closed__11; +x_2 = l_solve___closed__10; 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_solve___closed__13() { +static lean_object* _init_l_solve___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__27; -x_2 = l_solve___closed__12; +x_2 = l_solve___closed__11; 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_solve___closed__14() { +static lean_object* _init_l_solve___closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__5; x_2 = l_solve___closed__4; -x_3 = l_solve___closed__13; +x_3 = l_solve___closed__12; x_4 = lean_alloc_ctor(2, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -14482,13 +14688,13 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_solve___closed__15() { +static lean_object* _init_l_solve___closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_solve___closed__2; x_2 = lean_unsigned_to_nat(1022u); -x_3 = l_solve___closed__14; +x_3 = l_solve___closed__13; x_4 = lean_alloc_ctor(3, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -14500,7 +14706,7 @@ static lean_object* _init_l_solve() { _start: { lean_object* x_1; -x_1 = l_solve___closed__15; +x_1 = l_solve___closed__14; return x_1; } } @@ -14587,31 +14793,19 @@ return x_6; static lean_object* _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___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; -x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; -x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__17; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("done", 4); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__3() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } @@ -14650,20 +14844,20 @@ lean_inc(x_1); x_17 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_17, 0, x_1); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1; +x_18 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20; lean_inc(x_1); x_19 = l_Lean_Syntax_node3(x_1, x_18, x_15, x_9, x_17); -x_20 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11; +x_20 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; lean_inc(x_1); x_21 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_21, 0, x_1); lean_ctor_set(x_21, 1, x_20); -x_22 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2; +x_22 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1; lean_inc(x_1); x_23 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_23, 0, x_1); lean_ctor_set(x_23, 1, x_22); -x_24 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__3; +x_24 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2; lean_inc(x_1); x_25 = l_Lean_Syntax_node1(x_1, x_24, x_23); lean_inc(x_4); @@ -14735,7 +14929,7 @@ static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1 lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; x_4 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -14744,51 +14938,19 @@ return x_5; static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1___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_termMacro_x2etrace_x5b___x5d_____closed__1; -x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l_solve___closed__7; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; -} -} -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); -return x_1; -} -} -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1___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_termMacro_x2etrace_x5b___x5d_____closed__1; -x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__5; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; -} -} -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__7() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("first", 5); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__8() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__7; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } @@ -14848,7 +15010,7 @@ lean_inc(x_18); x_20 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_20, 0, x_18); lean_ctor_set(x_20, 1, x_19); -x_21 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__7; +x_21 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__4; lean_inc(x_18); x_22 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_22, 0, x_18); @@ -14857,8 +15019,8 @@ x_23 = lean_array_get_size(x_15); x_24 = lean_usize_of_nat(x_23); lean_dec(x_23); x_25 = 0; -x_26 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__4; -x_27 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__6; +x_26 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17; +x_27 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19; x_28 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; lean_inc(x_18); x_29 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3(x_18, x_26, x_27, x_28, x_24, x_25, x_15); @@ -14869,7 +15031,7 @@ x_32 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_32, 0, x_18); lean_ctor_set(x_32, 1, x_28); lean_ctor_set(x_32, 2, x_31); -x_33 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__8; +x_33 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__5; lean_inc(x_18); x_34 = l_Lean_Syntax_node2(x_18, x_33, x_22, x_32); lean_inc(x_18); @@ -15606,31 +15768,23 @@ static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lea _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("repeat", 6); -return x_1; -} -} -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__2() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("doSeqIndent", 11); return x_1; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__3() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; x_3 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; -x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__2; +x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___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___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__4() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__3() { _start: { lean_object* x_1; @@ -15638,19 +15792,19 @@ x_1 = lean_mk_string_from_bytes("doSeqItem", 9); return x_1; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__5() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; x_3 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; -x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__4; +x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___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___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__6() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__5() { _start: { lean_object* x_1; @@ -15658,19 +15812,19 @@ x_1 = lean_mk_string_from_bytes("doIf", 4); return x_1; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__7() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; x_3 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; -x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__6; +x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__8() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__7() { _start: { lean_object* x_1; @@ -15678,19 +15832,19 @@ x_1 = lean_mk_string_from_bytes("doIfProp", 8); return x_1; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__9() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__8() { _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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; x_3 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; -x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__8; +x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__7; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__10() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__9() { _start: { lean_object* x_1; @@ -15698,19 +15852,19 @@ x_1 = lean_mk_string_from_bytes("doBreak", 7); return x_1; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; x_3 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; -x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__10; +x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12() { +static lean_object* _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11() { _start: { lean_object* x_1; @@ -15751,7 +15905,7 @@ lean_inc(x_14); lean_dec(x_2); x_15 = 0; x_16 = l_Lean_SourceInfo_fromRef(x_14, x_15); -x_17 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__1; +x_17 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; lean_inc(x_16); x_18 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_18, 0, x_16); @@ -15769,7 +15923,7 @@ lean_ctor_set(x_22, 1, x_21); x_23 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; lean_inc(x_16); x_24 = l_Lean_Syntax_node2(x_16, x_23, x_9, x_22); -x_25 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__9; +x_25 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__8; lean_inc(x_16); x_26 = l_Lean_Syntax_node2(x_16, x_25, x_24, x_11); x_27 = l_unexpandIte___closed__4; @@ -15788,26 +15942,26 @@ lean_inc(x_16); x_32 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_32, 0, x_16); lean_ctor_set(x_32, 1, x_31); -x_33 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12; +x_33 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; lean_inc(x_16); x_34 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_34, 0, x_16); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; +x_35 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__10; lean_inc(x_16); x_36 = l_Lean_Syntax_node1(x_16, x_35, x_34); -x_37 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__5; +x_37 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__4; lean_inc(x_30); lean_inc(x_16); x_38 = l_Lean_Syntax_node2(x_16, x_37, x_36, x_30); lean_inc(x_16); x_39 = l_Lean_Syntax_node1(x_16, x_23, x_38); -x_40 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__3; +x_40 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__2; lean_inc(x_16); x_41 = l_Lean_Syntax_node1(x_16, x_40, x_39); lean_inc(x_16); x_42 = l_Lean_Syntax_node2(x_16, x_23, x_32, x_41); -x_43 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__7; +x_43 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__6; lean_inc(x_30); lean_inc(x_16); x_44 = l_Lean_Syntax_node6(x_16, x_43, x_20, x_26, x_28, x_13, x_30, x_42); @@ -15939,7 +16093,7 @@ lean_inc(x_12); lean_dec(x_2); x_13 = 0; x_14 = l_Lean_SourceInfo_fromRef(x_12, x_13); -x_15 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__1; +x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; lean_inc(x_14); x_16 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_16, 0, x_14); @@ -15956,7 +16110,7 @@ x_21 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_21, 0, x_14); lean_ctor_set(x_21, 1, x_19); lean_ctor_set(x_21, 2, x_20); -x_22 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__9; +x_22 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__8; lean_inc(x_21); lean_inc(x_14); x_23 = l_Lean_Syntax_node2(x_14, x_22, x_21, x_9); @@ -15970,26 +16124,26 @@ lean_inc(x_14); x_27 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_27, 0, x_14); lean_ctor_set(x_27, 1, x_26); -x_28 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12; +x_28 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; lean_inc(x_14); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_14); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; +x_30 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__10; lean_inc(x_14); x_31 = l_Lean_Syntax_node1(x_14, x_30, x_29); -x_32 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__5; +x_32 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__4; lean_inc(x_21); lean_inc(x_14); x_33 = l_Lean_Syntax_node2(x_14, x_32, x_31, x_21); lean_inc(x_14); x_34 = l_Lean_Syntax_node1(x_14, x_19, x_33); -x_35 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__3; +x_35 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__2; lean_inc(x_14); x_36 = l_Lean_Syntax_node1(x_14, x_35, x_34); lean_inc(x_14); x_37 = l_Lean_Syntax_node2(x_14, x_19, x_27, x_36); -x_38 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__7; +x_38 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__6; lean_inc(x_21); lean_inc(x_14); x_39 = l_Lean_Syntax_node6(x_14, x_38, x_18, x_23, x_25, x_11, x_21, x_37); @@ -16145,7 +16299,7 @@ lean_inc(x_12); lean_dec(x_2); x_13 = 0; x_14 = l_Lean_SourceInfo_fromRef(x_12, x_13); -x_15 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__1; +x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; lean_inc(x_14); x_16 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_16, 0, x_14); @@ -16158,7 +16312,7 @@ lean_ctor_set(x_18, 1, x_17); x_19 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat__Until____1___closed__2; lean_inc(x_14); x_20 = l_Lean_Syntax_node2(x_14, x_19, x_18, x_9); -x_21 = l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11; +x_21 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; lean_inc(x_14); x_22 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_22, 0, x_14); @@ -16166,7 +16320,7 @@ lean_ctor_set(x_22, 1, x_21); x_23 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; lean_inc(x_14); x_24 = l_Lean_Syntax_node1(x_14, x_23, x_22); -x_25 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__5; +x_25 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__4; lean_inc(x_14); x_26 = l_Lean_Syntax_node2(x_14, x_25, x_20, x_24); x_27 = l_unexpandIte___closed__3; @@ -16180,7 +16334,7 @@ x_30 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_30, 0, x_14); lean_ctor_set(x_30, 1, x_23); lean_ctor_set(x_30, 2, x_29); -x_31 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__9; +x_31 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__8; lean_inc(x_30); lean_inc(x_14); x_32 = l_Lean_Syntax_node2(x_14, x_31, x_30, x_11); @@ -16189,12 +16343,12 @@ lean_inc(x_14); x_34 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_34, 0, x_14); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12; +x_35 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; lean_inc(x_14); x_36 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_36, 0, x_14); lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11; +x_37 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__10; lean_inc(x_14); x_38 = l_Lean_Syntax_node1(x_14, x_37, x_36); lean_inc(x_30); @@ -16202,10 +16356,10 @@ lean_inc(x_14); x_39 = l_Lean_Syntax_node2(x_14, x_25, x_38, x_30); lean_inc(x_14); x_40 = l_Lean_Syntax_node1(x_14, x_23, x_39); -x_41 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__3; +x_41 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__2; lean_inc(x_14); x_42 = l_Lean_Syntax_node1(x_14, x_41, x_40); -x_43 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__7; +x_43 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__6; lean_inc_n(x_30, 2); lean_inc(x_14); x_44 = l_Lean_Syntax_node6(x_14, x_43, x_28, x_32, x_34, x_42, x_30, x_30); @@ -17597,58 +17751,80 @@ l_unexpandMkArray7___closed__1 = _init_l_unexpandMkArray7___closed__1(); lean_mark_persistent(l_unexpandMkArray7___closed__1); l_unexpandMkArray8___closed__1 = _init_l_unexpandMkArray8___closed__1(); lean_mark_persistent(l_unexpandMkArray8___closed__1); -l_tacticFunext_______closed__1 = _init_l_tacticFunext_______closed__1(); -lean_mark_persistent(l_tacticFunext_______closed__1); -l_tacticFunext_______closed__2 = _init_l_tacticFunext_______closed__2(); -lean_mark_persistent(l_tacticFunext_______closed__2); -l_tacticFunext_______closed__3 = _init_l_tacticFunext_______closed__3(); -lean_mark_persistent(l_tacticFunext_______closed__3); -l_tacticFunext_______closed__4 = _init_l_tacticFunext_______closed__4(); -lean_mark_persistent(l_tacticFunext_______closed__4); -l_tacticFunext_______closed__5 = _init_l_tacticFunext_______closed__5(); -lean_mark_persistent(l_tacticFunext_______closed__5); -l_tacticFunext_______closed__6 = _init_l_tacticFunext_______closed__6(); -lean_mark_persistent(l_tacticFunext_______closed__6); -l_tacticFunext_______closed__7 = _init_l_tacticFunext_______closed__7(); -lean_mark_persistent(l_tacticFunext_______closed__7); -l_tacticFunext_______closed__8 = _init_l_tacticFunext_______closed__8(); -lean_mark_persistent(l_tacticFunext_______closed__8); -l_tacticFunext_______closed__9 = _init_l_tacticFunext_______closed__9(); -lean_mark_persistent(l_tacticFunext_______closed__9); -l_tacticFunext_______closed__10 = _init_l_tacticFunext_______closed__10(); -lean_mark_persistent(l_tacticFunext_______closed__10); -l_tacticFunext_______closed__11 = _init_l_tacticFunext_______closed__11(); -lean_mark_persistent(l_tacticFunext_______closed__11); -l_tacticFunext_______closed__12 = _init_l_tacticFunext_______closed__12(); -lean_mark_persistent(l_tacticFunext_______closed__12); -l_tacticFunext____ = _init_l_tacticFunext____(); -lean_mark_persistent(l_tacticFunext____); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__1); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__2 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__2(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__2); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__3); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__4); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__5); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__6); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__7); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__8); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__9 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__9(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__9); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__10); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__11); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__12); -l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext______1___closed__13); +l_tacticFunext_________closed__1 = _init_l_tacticFunext_________closed__1(); +lean_mark_persistent(l_tacticFunext_________closed__1); +l_tacticFunext_________closed__2 = _init_l_tacticFunext_________closed__2(); +lean_mark_persistent(l_tacticFunext_________closed__2); +l_tacticFunext_________closed__3 = _init_l_tacticFunext_________closed__3(); +lean_mark_persistent(l_tacticFunext_________closed__3); +l_tacticFunext_________closed__4 = _init_l_tacticFunext_________closed__4(); +lean_mark_persistent(l_tacticFunext_________closed__4); +l_tacticFunext_________closed__5 = _init_l_tacticFunext_________closed__5(); +lean_mark_persistent(l_tacticFunext_________closed__5); +l_tacticFunext_________closed__6 = _init_l_tacticFunext_________closed__6(); +lean_mark_persistent(l_tacticFunext_________closed__6); +l_tacticFunext_________closed__7 = _init_l_tacticFunext_________closed__7(); +lean_mark_persistent(l_tacticFunext_________closed__7); +l_tacticFunext_________closed__8 = _init_l_tacticFunext_________closed__8(); +lean_mark_persistent(l_tacticFunext_________closed__8); +l_tacticFunext_________closed__9 = _init_l_tacticFunext_________closed__9(); +lean_mark_persistent(l_tacticFunext_________closed__9); +l_tacticFunext_________closed__10 = _init_l_tacticFunext_________closed__10(); +lean_mark_persistent(l_tacticFunext_________closed__10); +l_tacticFunext_________closed__11 = _init_l_tacticFunext_________closed__11(); +lean_mark_persistent(l_tacticFunext_________closed__11); +l_tacticFunext_________closed__12 = _init_l_tacticFunext_________closed__12(); +lean_mark_persistent(l_tacticFunext_________closed__12); +l_tacticFunext_________closed__13 = _init_l_tacticFunext_________closed__13(); +lean_mark_persistent(l_tacticFunext_________closed__13); +l_tacticFunext_________closed__14 = _init_l_tacticFunext_________closed__14(); +lean_mark_persistent(l_tacticFunext_________closed__14); +l_tacticFunext_________closed__15 = _init_l_tacticFunext_________closed__15(); +lean_mark_persistent(l_tacticFunext_________closed__15); +l_tacticFunext_________closed__16 = _init_l_tacticFunext_________closed__16(); +lean_mark_persistent(l_tacticFunext_________closed__16); +l_tacticFunext______ = _init_l_tacticFunext______(); +lean_mark_persistent(l_tacticFunext______); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20); l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__1 = _init_l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__1(); lean_mark_persistent(l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__1); l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__2 = _init_l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__2(); @@ -17873,16 +18049,12 @@ l_solve___closed__13 = _init_l_solve___closed__13(); lean_mark_persistent(l_solve___closed__13); l_solve___closed__14 = _init_l_solve___closed__14(); lean_mark_persistent(l_solve___closed__14); -l_solve___closed__15 = _init_l_solve___closed__15(); -lean_mark_persistent(l_solve___closed__15); l_solve = _init_l_solve(); lean_mark_persistent(l_solve); l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1 = _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1(); lean_mark_persistent(l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1); l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2 = _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2(); lean_mark_persistent(l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__2); -l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__3 = _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__3(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__3); l___aux__Init__NotationExtra______macroRules__solve__1___closed__1 = _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__1(); lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__solve__1___closed__1); l___aux__Init__NotationExtra______macroRules__solve__1___closed__2 = _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__2(); @@ -17893,12 +18065,6 @@ l___aux__Init__NotationExtra______macroRules__solve__1___closed__4 = _init_l___a lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__solve__1___closed__4); l___aux__Init__NotationExtra______macroRules__solve__1___closed__5 = _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__5(); lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__solve__1___closed__5); -l___aux__Init__NotationExtra______macroRules__solve__1___closed__6 = _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__6(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__solve__1___closed__6); -l___aux__Init__NotationExtra______macroRules__solve__1___closed__7 = _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__7(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__solve__1___closed__7); -l___aux__Init__NotationExtra______macroRules__solve__1___closed__8 = _init_l___aux__Init__NotationExtra______macroRules__solve__1___closed__8(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__solve__1___closed__8); l_Lean_doElemRepeat_____closed__1 = _init_l_Lean_doElemRepeat_____closed__1(); lean_mark_persistent(l_Lean_doElemRepeat_____closed__1); l_Lean_doElemRepeat_____closed__2 = _init_l_Lean_doElemRepeat_____closed__2(); @@ -18007,8 +18173,6 @@ l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do__ lean_mark_persistent(l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__10); l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11 = _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11(); lean_mark_persistent(l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__11); -l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12 = _init_l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12(); -lean_mark_persistent(l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__12); l_Lean_doElemWhile__Do_____closed__1 = _init_l_Lean_doElemWhile__Do_____closed__1(); lean_mark_persistent(l_Lean_doElemWhile__Do_____closed__1); l_Lean_doElemWhile__Do_____closed__2 = _init_l_Lean_doElemWhile__Do_____closed__2(); diff --git a/stage0/stdlib/Init/WFTactics.c b/stage0/stdlib/Init/WFTactics.c index fe2eeddb2492..e2d25ea3fc37 100644 --- a/stage0/stdlib/Init/WFTactics.c +++ b/stage0/stdlib/Init/WFTactics.c @@ -2689,7 +2689,7 @@ return x_7; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_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; 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_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_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; 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; x_8 = lean_unsigned_to_nat(1u); x_9 = l_Lean_Syntax_getArg(x_1, x_8); lean_dec(x_1); @@ -2894,51 +2894,68 @@ lean_inc(x_12); x_99 = l_Lean_Syntax_node1(x_12, x_42, x_98); lean_inc(x_12); x_100 = l_Lean_Syntax_node2(x_12, x_69, x_25, x_99); +x_101 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__trivial__1___closed__30; +lean_inc(x_12); +x_102 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_102, 0, x_12); +lean_ctor_set(x_102, 1, x_101); +x_103 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__trivial__1___closed__31; +lean_inc(x_12); +x_104 = l_Lean_Syntax_node1(x_12, x_103, x_102); +lean_inc(x_12); +x_105 = l_Lean_Syntax_node1(x_12, x_21, x_104); +lean_inc(x_12); +x_106 = l_Lean_Syntax_node1(x_12, x_40, x_105); +lean_inc(x_12); +x_107 = l_Lean_Syntax_node1(x_12, x_42, x_106); +lean_inc(x_29); +lean_inc(x_12); +x_108 = l_Lean_Syntax_node2(x_12, x_44, x_29, x_107); lean_inc(x_29); lean_inc(x_12); -x_101 = l_Lean_Syntax_node2(x_12, x_44, x_29, x_9); -x_102 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__38; +x_109 = l_Lean_Syntax_node2(x_12, x_44, x_29, x_9); +x_110 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__38; lean_inc(x_12); -x_103 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_103, 0, x_12); -lean_ctor_set(x_103, 1, x_102); -x_104 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__42; +x_111 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_111, 0, x_12); +lean_ctor_set(x_111, 1, x_110); +x_112 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__42; lean_inc(x_12); -x_105 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_105, 0, x_12); -lean_ctor_set(x_105, 1, x_104); -x_106 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__41; +x_113 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_113, 0, x_12); +lean_ctor_set(x_113, 1, x_112); +x_114 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__41; lean_inc(x_12); -x_107 = l_Lean_Syntax_node1(x_12, x_106, x_105); +x_115 = l_Lean_Syntax_node1(x_12, x_114, x_113); lean_inc(x_12); -x_108 = l_Lean_Syntax_node1(x_12, x_21, x_107); -x_109 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__39; +x_116 = l_Lean_Syntax_node1(x_12, x_21, x_115); +x_117 = l___aux__Init__WFTactics______macroRules__tacticDecreasing__with____1___closed__39; lean_inc(x_12); -x_110 = l_Lean_Syntax_node2(x_12, x_109, x_103, x_108); +x_118 = l_Lean_Syntax_node2(x_12, x_117, x_111, x_116); lean_inc(x_12); -x_111 = l_Lean_Syntax_node1(x_12, x_21, x_110); +x_119 = l_Lean_Syntax_node1(x_12, x_21, x_118); lean_inc(x_12); -x_112 = l_Lean_Syntax_node1(x_12, x_40, x_111); +x_120 = l_Lean_Syntax_node1(x_12, x_40, x_119); lean_inc(x_12); -x_113 = l_Lean_Syntax_node1(x_12, x_42, x_112); +x_121 = l_Lean_Syntax_node1(x_12, x_42, x_120); lean_inc(x_12); -x_114 = l_Lean_Syntax_node2(x_12, x_44, x_29, x_113); +x_122 = l_Lean_Syntax_node2(x_12, x_44, x_29, x_121); lean_inc(x_12); -x_115 = l_Lean_Syntax_node2(x_12, x_21, x_101, x_114); +x_123 = l_Lean_Syntax_node3(x_12, x_21, x_108, x_109, x_122); lean_inc(x_12); -x_116 = l_Lean_Syntax_node2(x_12, x_57, x_27, x_115); +x_124 = l_Lean_Syntax_node2(x_12, x_57, x_27, x_123); lean_inc_n(x_23, 2); lean_inc(x_12); -x_117 = l_Lean_Syntax_node7(x_12, x_21, x_20, x_23, x_70, x_23, x_100, x_23, x_116); +x_125 = l_Lean_Syntax_node7(x_12, x_21, x_20, x_23, x_70, x_23, x_100, x_23, x_124); lean_inc(x_12); -x_118 = l_Lean_Syntax_node1(x_12, x_40, x_117); +x_126 = l_Lean_Syntax_node1(x_12, x_40, x_125); lean_inc(x_12); -x_119 = l_Lean_Syntax_node1(x_12, x_42, x_118); -x_120 = l_Lean_Syntax_node3(x_12, x_64, x_16, x_119, x_63); -x_121 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_121, 0, x_120); -lean_ctor_set(x_121, 1, x_3); -return x_121; +x_127 = l_Lean_Syntax_node1(x_12, x_42, x_126); +x_128 = l_Lean_Syntax_node3(x_12, x_64, x_16, x_127, x_63); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_3); +return x_129; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/Basic.c b/stage0/stdlib/Lean/Compiler/IR/Basic.c index 724861cf9f1c..6fc063178221 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Basic.c +++ b/stage0/stdlib/Lean/Compiler/IR/Basic.c @@ -3417,7 +3417,7 @@ static lean_object* _init_l_Lean_IR_Decl_updateBody_x21___closed__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; x_1 = l_Lean_IR_Decl_updateBody_x21___closed__1; x_2 = l_Lean_IR_Decl_updateBody_x21___closed__2; -x_3 = lean_unsigned_to_nat(431u); +x_3 = lean_unsigned_to_nat(429u); x_4 = lean_unsigned_to_nat(9u); x_5 = l_Lean_IR_Decl_updateBody_x21___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -9839,7 +9839,7 @@ x_104 = 0; return x_104; } } -case 12: +default: { if (lean_obj_tag(x_3) == 12) { @@ -9856,23 +9856,6 @@ x_108 = 0; return x_108; } } -default: -{ -if (lean_obj_tag(x_3) == 13) -{ -lean_object* x_109; lean_object* x_110; uint8_t x_111; -x_109 = lean_ctor_get(x_2, 0); -x_110 = lean_ctor_get(x_3, 0); -x_111 = l_Lean_IR_VarId_alphaEqv(x_1, x_109, x_110); -return x_111; -} -else -{ -uint8_t x_112; -x_112 = 0; -return x_112; -} -} } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/EmitC.c b/stage0/stdlib/Lean/Compiler/IR/EmitC.c index 6eac74e0ecf4..764d4fc6e37f 100644 --- a/stage0/stdlib/Lean/Compiler/IR/EmitC.c +++ b/stage0/stdlib/Lean/Compiler/IR/EmitC.c @@ -254,7 +254,6 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitC_declareParams___boxed(lean_object*, lea static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__1___closed__17; -LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitIsTaggedPtr___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitLn(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_IR_IRType_isObj(lean_object*); @@ -384,7 +383,6 @@ static lean_object* l_Lean_IR_EmitC_emitInitFn___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_EmitC_Context_mainParams___default; static lean_object* l_Lean_IR_EmitC_emitFileFooter___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_declareParams___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1; static lean_object* l_Lean_IR_EmitC_toCType___closed__10; static lean_object* l_Lean_IR_EmitC_emitInc___closed__4; static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__2___closed__30; @@ -462,7 +460,6 @@ static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__2___closed__17; lean_object* l_Lean_IR_AltCore_body(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitDec(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitIsTaggedPtr(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_IR_mkVarJPMaps(lean_object*); static lean_object* l_Lean_IR_EmitC_emitTailCall___lambda__2___closed__1; @@ -8694,78 +8691,6 @@ lean_dec(x_3); return x_5; } } -static lean_object* _init_l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("!lean_is_scalar(", 16); -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitIsTaggedPtr(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -lean_object* x_5; uint8_t x_6; -x_5 = l_Lean_IR_EmitC_emitLhs(x_1, x_3, x_4); -x_6 = !lean_is_exclusive(x_5); -if (x_6 == 0) -{ -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; -x_7 = lean_ctor_get(x_5, 1); -x_8 = lean_ctor_get(x_5, 0); -lean_dec(x_8); -x_9 = l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1; -x_10 = lean_string_append(x_7, x_9); -x_11 = l_Nat_repr(x_2); -x_12 = l_Lean_IR_EmitC_argToCString___closed__1; -x_13 = lean_string_append(x_12, x_11); -lean_dec(x_11); -x_14 = lean_string_append(x_10, x_13); -lean_dec(x_13); -x_15 = l_Lean_IR_EmitC_emitInc___lambda__1___closed__1; -x_16 = lean_string_append(x_14, x_15); -x_17 = l_Lean_IR_EmitC_emitLn___rarg___closed__1; -x_18 = lean_string_append(x_16, x_17); -x_19 = lean_box(0); -lean_ctor_set(x_5, 1, x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; -} -else -{ -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; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1; -x_22 = lean_string_append(x_20, x_21); -x_23 = l_Nat_repr(x_2); -x_24 = l_Lean_IR_EmitC_argToCString___closed__1; -x_25 = lean_string_append(x_24, x_23); -lean_dec(x_23); -x_26 = lean_string_append(x_22, x_25); -lean_dec(x_25); -x_27 = l_Lean_IR_EmitC_emitInc___lambda__1___closed__1; -x_28 = lean_string_append(x_26, x_27); -x_29 = l_Lean_IR_EmitC_emitLn___rarg___closed__1; -x_30 = lean_string_append(x_28, x_29); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; -} -} -} -LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitIsTaggedPtr___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_IR_EmitC_emitIsTaggedPtr(x_1, x_2, x_3, x_4); -lean_dec(x_3); -return x_5; -} -} LEAN_EXPORT lean_object* l_Lean_IR_EmitC_toHexDigit(lean_object* x_1) { _start: { @@ -9376,7 +9301,7 @@ lean_dec(x_4); lean_dec(x_2); return x_42; } -case 12: +default: { lean_object* x_43; lean_object* x_44; lean_dec(x_2); @@ -9387,17 +9312,6 @@ x_44 = l_Lean_IR_EmitC_emitIsShared(x_1, x_43, x_4, x_5); lean_dec(x_4); return x_44; } -default: -{ -lean_object* x_45; lean_object* x_46; -lean_dec(x_2); -x_45 = lean_ctor_get(x_3, 0); -lean_inc(x_45); -lean_dec(x_3); -x_46 = l_Lean_IR_EmitC_emitIsTaggedPtr(x_1, x_45, x_4, x_5); -lean_dec(x_4); -return x_46; -} } } } @@ -14795,8 +14709,6 @@ l_Lean_IR_EmitC_emitBoxFn___closed__5 = _init_l_Lean_IR_EmitC_emitBoxFn___closed lean_mark_persistent(l_Lean_IR_EmitC_emitBoxFn___closed__5); l_Lean_IR_EmitC_emitIsShared___closed__1 = _init_l_Lean_IR_EmitC_emitIsShared___closed__1(); lean_mark_persistent(l_Lean_IR_EmitC_emitIsShared___closed__1); -l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1 = _init_l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1(); -lean_mark_persistent(l_Lean_IR_EmitC_emitIsTaggedPtr___closed__1); l_Lean_IR_EmitC_quoteString___lambda__1___closed__1 = _init_l_Lean_IR_EmitC_quoteString___lambda__1___closed__1(); lean_mark_persistent(l_Lean_IR_EmitC_quoteString___lambda__1___closed__1); l_Lean_IR_EmitC_quoteString___lambda__1___closed__2 = _init_l_Lean_IR_EmitC_quoteString___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c b/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c index 0d1b2abc0a82..c0020c656a73 100644 --- a/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c +++ b/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c @@ -13,8 +13,8 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* lean_ir_emit_llvm(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn(size_t, size_t, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* lean_ir_emit_llvm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn(size_t, size_t, lean_object*, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitReset___lambda__2___closed__1; static lean_object* l_Lean_IR_EmitLLVM_callLeanIOResultShowError___closed__1; static lean_object* l_Lean_IR_EmitLLVM_emitSSet___closed__1; @@ -43,8 +43,9 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f___boxed(lean_o static lean_object* l_Lean_IR_EmitLLVM_toCName___rarg___closed__5; LEAN_EXPORT lean_object* l_Lean_IR_LLVM_size__tType___boxed(lean_object*, lean_object*); extern lean_object* l_UInt32_size; +static lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___closed__5; static lean_object* l_Lean_IR_EmitLLVM_toCName___rarg___closed__1; -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___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_IR_EmitLLVM_emitDeclInit___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_IR_EmitLLVM_callLeanCtorRelease(size_t, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitNumLit___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_IR_EmitLLVM_emitFnDecls___spec__5(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -141,6 +142,7 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitFnDeclAux___lambda__1(size_t, si extern lean_object* l_Lean_builtinInitAttr; lean_object* l_LLVM_constInt64(size_t, uint64_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_IR_EmitLLVM_addJpTostate___spec__5___at_Lean_IR_EmitLLVM_addJpTostate___spec__6___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnreachable___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanIOResultIsOk(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitReset(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_write_bitcode_to_file(size_t, size_t, lean_object*, lean_object*); @@ -185,10 +187,10 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_EmitLLVM_emitApp___ lean_object* lean_llvm_get_target_from_triple(size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___closed__1; -static lean_object* l_Lean_IR_EmitLLVM_emitUnbox___closed__4; static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__6___closed__6; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitBlock(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__1; +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__3; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_IR_EmitLLVM_emitJmp___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_IR_EmitLLVM_emitFnDecls___spec__1(lean_object*, lean_object*); @@ -217,6 +219,7 @@ lean_object* lean_mk_module_initialization_function_name(lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitFullApp(size_t, size_t, 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_IR_EmitLLVM_emitUnreachable(size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_hasInitAttr(lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__4___closed__3; @@ -228,6 +231,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitFnDe static lean_object* l_Lean_IR_EmitLLVM_emitSProj___closed__5; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getFunIdTy___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___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_HashMapImp_find_x3f___at_Lean_IR_EmitLLVM_emitJp___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_IR_EmitLLVM_addJpTostate___spec__1(size_t, lean_object*, lean_object*, size_t); lean_object* l_Lean_IR_Decl_resultType(lean_object*); @@ -255,6 +259,7 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_main___boxed(lean_object*, lean_obje lean_object* lean_llvm_build_global_string(size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitExternCall(size_t, size_t, 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_IR_EmitLLVM_emitUSet(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_IR_EmitLLVM_emitReset___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_String_foldlAux_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_array_type(size_t, size_t, uint64_t, lean_object*); @@ -286,13 +291,13 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_addJpTostate(size_t, lean_object*, s uint8_t l_Lean_IR_usesModuleFrom(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitFns___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_IR_EmitLLVM_emitInitFn___spec__1(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* lean_llvm_initialize(lean_object*); lean_object* l_LLVM_constInt32(size_t, uint64_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_IR_emitLLVM___spec__2(size_t); lean_object* l_Lean_IR_Decl_params(lean_object*); lean_object* l_Array_zip___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getDecl___boxed(lean_object*); static lean_object* l_Lean_IR_EmitLLVM_callLeanMkString___closed__1; +lean_object* lean_llvm_initialize_target_info(lean_object*); static lean_object* l_List_forIn_loop___at_Lean_IR_EmitLLVM_emitApp___spec__2___closed__2; lean_object* lean_get_init_fn_name_for(lean_object*, lean_object*); uint32_t l_Nat_digitChar(lean_object*); @@ -349,9 +354,7 @@ static lean_object* l_Lean_IR_EmitLLVM_emitInitFn___closed__3; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitTailCall___lambda__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanCtorGetUsize(size_t, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitBlock___closed__6; lean_object* lean_array_pop(lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitUnbox___closed__5; uint8_t l_Lean_IR_IRType_isObj(lean_object*); static lean_object* l_Lean_IR_getLeanHBcPath___closed__1; static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__1___closed__2; @@ -371,7 +374,6 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getOrAddFunIdValue(size_t, size_t, l LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitCase___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_IR_EmitLLVM_emitLhsSlot_____closed__2; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanCtorGet(size_t, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitBlock___closed__3; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanCtorSetTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDeclAux___spec__3(size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; @@ -381,18 +383,15 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitSSet___boxed(lean_object*, lean_ static lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitBox(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitFnDeclAux(size_t, size_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitUnbox___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclAux(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_build_gep2(size_t, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitInitFn___lambda__1(size_t, size_t, lean_object*, lean_object*, lean_object*); uint64_t llvm_count_params(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_RefcountKind_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitBlock___closed__2; static lean_object* l_Lean_IR_EmitLLVM_emitReset___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_hasMainFn(size_t, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitJDecl___closed__1; lean_object* l_LLVM_constFalse(size_t, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitUnbox___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitSSet___closed__6; lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(lean_object*); @@ -406,7 +405,7 @@ lean_object* lean_llvm_build_br(size_t, size_t, size_t, lean_object*); lean_object* l_Lean_Expr_constName_x3f(lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitSSet___closed__5; static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__4___closed__6; -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callPureDeclInitFn(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callPureDeclInitFn(size_t, size_t, lean_object*, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__6___closed__4; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitJmp___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_IR_EmitLLVM_RefcountKind_noConfusion___rarg___lambda__1___boxed(lean_object*); @@ -453,6 +452,7 @@ static lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__8(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_toCName___rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_IR_EmitLLVM_emitJp___spec__1(size_t, lean_object*, lean_object*); +static lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_IR_EmitLLVM_emitFnDecls___spec__4___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getModName(size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_addVartoState___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -469,8 +469,7 @@ static lean_object* l_Lean_IR_EmitLLVM_instInhabitedM___rarg___closed__1; static lean_object* l_Lean_IR_EmitLLVM_quoteString___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_callLeanBox___closed__1; -static lean_object* l_Lean_IR_EmitLLVM_emitVDecl___closed__2; -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(size_t, size_t, size_t, lean_object*, lean_object*, size_t, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_main(size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callModInitFn(size_t, size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_toLLVMType___closed__4; @@ -520,7 +519,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDecl LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_IR_EmitLLVM_emitFnArgs___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_IR_EmitLLVM_callLeanIOResultIsOk___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__3___closed__3; -static lean_object* l_Lean_IR_EmitLLVM_emitVDecl___closed__3; static lean_object* l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1___closed__1; static lean_object* l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__2; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_IR_EmitLLVM_addJpTostate___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -533,6 +531,7 @@ static lean_object* l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_EmitLLVM_getFunIdTy___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_IR_EmitLLVM_IRType_isIntegerType(lean_object*); lean_object* lean_llvm_set_initializer(size_t, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUSet___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_IR_EmitLLVM_addVartoState___spec__4(size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitBlock___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_buildIfThenElse_____lambda__1(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -542,7 +541,8 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_constIntUnsigned___boxed(lean_object LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitJmp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_addVartoState(size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitApp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___closed__4; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUProj___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitFnDecls___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_IR_EmitLLVM_toLLVMType___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -551,6 +551,7 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanUnboxUint32___boxed(lean_obj LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_buildWhile__(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitMainFn___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_mkHashMap___at_Lean_IR_emitLLVM___spec__1___rarg(lean_object*); +static lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___closed__3; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__6(size_t, size_t, size_t, size_t, lean_object*, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitAllocCtor___closed__1; lean_object* lean_get_prefix(lean_object*); @@ -640,12 +641,10 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanMkStringFromBytesFn(size_t, LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callModInitFn___boxed(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*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_IR_emitLLVM___spec__2___rarg___boxed(lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitVDecl___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitCtor(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitCase___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitSet___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_build_store(size_t, size_t, size_t, size_t, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitBlock___closed__7; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_IR_EmitLLVM_addVartoState___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitSSet___closed__4; @@ -666,7 +665,6 @@ static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__6___closed__3; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitJmp___lambda__2___boxed(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*); static lean_object* l_Lean_IR_EmitLLVM_callLeanInitTaskManager___closed__1; -static lean_object* l_Lean_IR_EmitLLVM_emitUnbox___closed__3; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanIOResultGetValue___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getOrAddFunIdValue___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitCase___spec__1___closed__1; @@ -674,7 +672,6 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitLhsSlot__(size_t, lean_object*, static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitInitFn___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_getLeanHBcPath(lean_object*); static lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox___lambda__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_IR_EmitLLVM_callLeanMainFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_pointer_type(size_t, size_t, lean_object*); @@ -699,12 +696,12 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitInc___boxed(lean_object*, lean_o lean_object* l_Lean_Environment_imports(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_EmitLLVM_emitFullApp___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_HashMapImp_expand___at_Lean_IR_EmitLLVM_addVartoState___spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox___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_HashMapImp_find_x3f___at_Lean_IR_EmitLLVM_emitLhsSlot_____spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_callLeanIOMarkEndInitialization___closed__1; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); lean_object* lean_ir_decl_to_string(lean_object*); lean_object* lean_llvm_create_pass_manager_builder(size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType(size_t, size_t, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_throwInvalidExportName___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitLhsSlotStore___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitFnDecls(size_t, lean_object*, lean_object*, lean_object*); @@ -715,12 +712,12 @@ static lean_object* l_Lean_IR_EmitLLVM_emitCase___closed__1; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_IR_EmitLLVM_addVartoState___spec__7(size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_buildIfThen_____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitBlock___closed__4; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_IR_EmitLLVM_emitReset___spec__1(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedName; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_IR_EmitLLVM_emitLhsSlot_____spec__1(size_t, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_IR_EmitLLVM_emitSSet___closed__3; +static lean_object* l_Lean_IR_EmitLLVM_emitUSet___closed__1; lean_object* l_LLVM_i1Type(size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_Context_mainParams___default; static lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__2___closed__4; @@ -739,7 +736,6 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_toHexDigit(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_toCInitName___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_toCName___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitVDecl___closed__4; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitMainFn___lambda__8___boxed(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_IR_EmitLLVM_emitInitFn___spec__3(size_t, size_t, size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_void_type_in_context(size_t, lean_object*); @@ -756,7 +752,6 @@ LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_builderGetInsertionFn(size_t, size_t static lean_object* l_Lean_IR_EmitLLVM_emitExternCall___closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitJmp___spec__1(size_t, size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_EmitLLVM_emitTailCall___spec__1(size_t, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_EmitLLVM_emitBlock___closed__5; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_ensureHasDefault_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox___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_IR_EmitLLVM_quoteString___boxed(lean_object*); @@ -795,6 +790,7 @@ LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_IR_EmitLLVM_emitDeclAux___sp LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_EmitLLVM_emitFullApp___spec__1(size_t, size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitLLVM_callLeanIOResultMKOk___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitLit___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(size_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_IR_Decl_normalizeIds(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* lean_llvm_build_sext(size_t, size_t, size_t, size_t, lean_object*, lean_object*); @@ -837,6 +833,7 @@ static lean_object* l_Lean_IR_EmitLLVM_toLLVMType___closed__5; LEAN_EXPORT uint8_t l_List_foldr___at_Lean_IR_EmitLLVM_hasMainFn___spec__1(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_IR_EmitLLVM_emitDeclAux___spec__2(size_t); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_IR_EmitLLVM_addJpTostate___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_EmitLLVM_emitUnreachable___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_getLLVMModule___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitReuse(size_t, size_t, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_IR_IRType_isScalar(lean_object*); @@ -854,6 +851,7 @@ static lean_object* l_Lean_IR_EmitLLVM_toCName___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_addJpTostate___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitExternDeclAux(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_leanMainFn; +static lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___closed__2; lean_object* lean_llvm_create_target_machine(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callLeanIOMkWorld(size_t, size_t, lean_object*, lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); @@ -19704,806 +19702,997 @@ x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox___lambda__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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(size_t x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; size_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; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_7, 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; 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; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_9 = lean_ctor_get(x_5, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_5, 1); +lean_inc(x_10); +lean_dec(x_5); +x_11 = l_LLVM_voidPtrType(x_1, x_8); +x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); -lean_dec(x_7); -x_13 = l_LLVM_voidPtrType(x_1, x_10); -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_IR_EmitLLVM_callLeanBox___closed__1; -x_17 = lean_array_push(x_16, x_14); -x_18 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_9, x_15); -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 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(x_19); -x_22 = lean_unbox_usize(x_21); -lean_dec(x_21); -x_23 = lean_unbox_usize(x_12); -x_24 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_22, x_23, x_11, x_17, x_8, x_9, x_20); +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); lean_dec(x_11); -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 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = 0; -x_29 = lean_unbox_usize(x_12); -lean_dec(x_12); -x_30 = lean_llvm_function_type(x_1, x_29, x_17, x_28, x_26); +x_14 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_15 = lean_array_push(x_14, x_12); +x_16 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_7, x_13); +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, 0); +lean_inc(x_19); lean_dec(x_17); -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_IR_EmitLLVM_emitJp___closed__3; -x_34 = l_Lean_IR_EmitLLVM_emitLhsVal(x_1, x_2, x_3, x_33, x_8, x_9, x_32); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -if (lean_obj_tag(x_35) == 0) -{ -uint8_t x_36; -lean_dec(x_31); -lean_dec(x_27); +x_20 = lean_unbox_usize(x_19); +lean_dec(x_19); +x_21 = lean_unbox_usize(x_10); +x_22 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_20, x_21, x_9, x_15, x_6, x_7, x_18); lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_36 = !lean_is_exclusive(x_34); -if (x_36 == 0) +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 = !lean_is_exclusive(x_23); +if (x_25 == 0) { -lean_object* x_37; uint8_t x_38; -x_37 = lean_ctor_get(x_34, 0); -lean_dec(x_37); -x_38 = !lean_is_exclusive(x_35); -if (x_38 == 0) +lean_object* x_26; uint8_t x_27; size_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; lean_object* x_36; uint8_t x_37; +x_26 = lean_ctor_get(x_23, 0); +x_27 = 0; +x_28 = lean_unbox_usize(x_10); +lean_dec(x_10); +x_29 = lean_llvm_function_type(x_1, x_28, x_15, x_27, x_24); +lean_dec(x_15); +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_box_usize(x_2); +x_33 = lean_array_push(x_14, x_32); +x_34 = lean_unbox_usize(x_30); +lean_dec(x_30); +x_35 = lean_unbox_usize(x_26); +lean_dec(x_26); +x_36 = lean_llvm_build_call2(x_1, x_3, x_34, x_35, x_33, x_4, x_31); +lean_dec(x_33); +x_37 = !lean_is_exclusive(x_36); +if (x_37 == 0) { -return x_34; +lean_object* x_38; +x_38 = lean_ctor_get(x_36, 0); +lean_ctor_set(x_23, 0, x_38); +lean_ctor_set(x_36, 0, x_23); +return x_36; } else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_35, 0); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_36, 0); +x_40 = lean_ctor_get(x_36, 1); +lean_inc(x_40); lean_inc(x_39); -lean_dec(x_35); -x_40 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_34, 0, x_40); -return x_34; +lean_dec(x_36); +lean_ctor_set(x_23, 0, x_39); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_23); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_41 = lean_ctor_get(x_34, 1); -lean_inc(x_41); -lean_dec(x_34); -x_42 = lean_ctor_get(x_35, 0); +lean_object* x_42; uint8_t x_43; size_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; size_t x_50; size_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_42 = lean_ctor_get(x_23, 0); lean_inc(x_42); -if (lean_is_exclusive(x_35)) { - lean_ctor_release(x_35, 0); - x_43 = x_35; +lean_dec(x_23); +x_43 = 0; +x_44 = lean_unbox_usize(x_10); +lean_dec(x_10); +x_45 = lean_llvm_function_type(x_1, x_44, x_15, x_43, x_24); +lean_dec(x_15); +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_box_usize(x_2); +x_49 = lean_array_push(x_14, x_48); +x_50 = lean_unbox_usize(x_46); +lean_dec(x_46); +x_51 = lean_unbox_usize(x_42); +lean_dec(x_42); +x_52 = lean_llvm_build_call2(x_1, x_3, x_50, x_51, x_49, x_4, x_47); +lean_dec(x_49); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +if (lean_is_exclusive(x_52)) { + lean_ctor_release(x_52, 0); + lean_ctor_release(x_52, 1); + x_55 = x_52; } else { - lean_dec_ref(x_35); - x_43 = lean_box(0); + lean_dec_ref(x_52); + x_55 = lean_box(0); } -if (lean_is_scalar(x_43)) { - x_44 = lean_alloc_ctor(0, 1, 0); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_53); +if (lean_is_scalar(x_55)) { + x_57 = lean_alloc_ctor(0, 2, 0); } else { - x_44 = x_43; + x_57 = x_55; } -lean_ctor_set(x_44, 0, 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_41); -return x_45; +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_54); +return x_57; } } -else +} +static lean_object* _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__1() { +_start: { -lean_object* x_46; lean_object* x_47; lean_object* x_48; size_t x_49; size_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_46 = lean_ctor_get(x_34, 1); -lean_inc(x_46); -lean_dec(x_34); -x_47 = lean_ctor_get(x_35, 0); -lean_inc(x_47); -lean_dec(x_35); -x_48 = lean_array_push(x_16, x_47); -x_49 = lean_unbox_usize(x_31); -lean_dec(x_31); -x_50 = lean_unbox_usize(x_27); -lean_dec(x_27); -x_51 = lean_llvm_build_call2(x_1, x_2, x_49, x_50, x_48, x_4, x_46); -lean_dec(x_48); -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = l_Lean_IR_EmitLLVM_IRType_isIntegerType(x_5); -if (x_54 == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_unbox_float", 16); +return x_1; +} +} +static lean_object* _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__2() { +_start: { -size_t x_55; lean_object* x_56; -lean_dec(x_5); -x_55 = lean_unbox_usize(x_52); -lean_dec(x_52); -x_56 = l_Lean_IR_EmitLLVM_emitLhsSlotStore(x_1, x_2, x_6, x_55, x_8, x_9, x_53); -lean_dec(x_9); -lean_dec(x_8); -return x_56; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_unbox", 10); +return x_1; } -else +} +static lean_object* _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__3() { +_start: { -lean_object* x_57; -lean_inc(x_9); -lean_inc(x_8); -x_57 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_5, x_8, x_9, x_53); -if (lean_obj_tag(x_57) == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_unbox_uint32", 17); +return x_1; +} +} +static lean_object* _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__4() { +_start: { -lean_object* x_58; -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -if (lean_obj_tag(x_58) == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_unbox_uint64", 17); +return x_1; +} +} +static lean_object* _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__5() { +_start: { -uint8_t x_59; -lean_dec(x_52); -lean_dec(x_9); -lean_dec(x_8); +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_unbox_usize", 16); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType(size_t x_1, size_t x_2, lean_object* x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 0: +{ +lean_object* x_9; +lean_inc(x_7); +lean_inc(x_6); +x_9 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_3, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +lean_dec(x_7); lean_dec(x_6); -x_59 = !lean_is_exclusive(x_57); -if (x_59 == 0) +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) { -lean_object* x_60; uint8_t x_61; -x_60 = lean_ctor_get(x_57, 0); -lean_dec(x_60); -x_61 = !lean_is_exclusive(x_58); -if (x_61 == 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) { -return x_57; +return x_9; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_58, 0); -lean_inc(x_62); -lean_dec(x_58); -x_63 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_57, 0, x_63); -return x_57; +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_10, 0); +lean_inc(x_14); +lean_dec(x_10); +x_15 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_9, 0, x_15); +return x_9; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_64 = lean_ctor_get(x_57, 1); -lean_inc(x_64); -lean_dec(x_57); -x_65 = lean_ctor_get(x_58, 0); -lean_inc(x_65); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - x_66 = x_58; +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, 1); +lean_inc(x_16); +lean_dec(x_9); +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_58); - x_66 = lean_box(0); + lean_dec_ref(x_10); + x_18 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_18)) { + x_19 = lean_alloc_ctor(0, 1, 0); } else { - x_67 = x_66; + x_19 = x_18; } -lean_ctor_set(x_67, 0, x_65); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_64); -return x_68; +lean_ctor_set(x_19, 0, 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_16); +return x_20; } } else { -lean_object* x_69; lean_object* x_70; size_t x_71; size_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t x_76; lean_object* x_77; -x_69 = lean_ctor_get(x_57, 1); -lean_inc(x_69); -lean_dec(x_57); -x_70 = lean_ctor_get(x_58, 0); -lean_inc(x_70); -lean_dec(x_58); -x_71 = lean_unbox_usize(x_52); -lean_dec(x_52); -x_72 = lean_unbox_usize(x_70); -lean_dec(x_70); -x_73 = lean_llvm_build_sext_or_trunc(x_1, x_2, x_71, x_72, x_33, x_69); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = lean_unbox_usize(x_74); -lean_dec(x_74); -x_77 = l_Lean_IR_EmitLLVM_emitLhsSlotStore(x_1, x_2, x_6, x_76, x_8, x_9, x_75); +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_9, 1); +lean_inc(x_21); lean_dec(x_9); -lean_dec(x_8); -return x_77; +x_22 = lean_ctor_get(x_10, 0); +lean_inc(x_22); +lean_dec(x_10); +x_23 = l_Lean_IR_EmitLLVM_callUnboxForType___closed__1; +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_22); +x_25 = l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(x_1, x_4, x_2, x_5, x_24, x_6, x_7, x_21); +lean_dec(x_7); +lean_dec(x_6); +return x_25; } } else { -uint8_t x_78; -lean_dec(x_52); -lean_dec(x_9); -lean_dec(x_8); +uint8_t x_26; +lean_dec(x_7); lean_dec(x_6); -x_78 = !lean_is_exclusive(x_57); -if (x_78 == 0) +lean_dec(x_5); +x_26 = !lean_is_exclusive(x_9); +if (x_26 == 0) { -return x_57; +return x_9; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_57, 0); -x_80 = lean_ctor_get(x_57, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_57); -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; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_9, 0); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_9); +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; } } } +case 3: +{ +lean_object* x_30; +lean_inc(x_7); +lean_inc(x_6); +x_30 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_3, x_6, x_7, x_8); +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_7); +lean_dec(x_6); +lean_dec(x_5); +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; } } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("lean_unbox_float", 16); -return x_1; +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); +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; } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("lean_unbox", 10); -return x_1; +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; } } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__3() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("lean_unbox_uint32", 17); -return x_1; +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +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); +lean_dec(x_31); +x_44 = l_Lean_IR_EmitLLVM_callUnboxForType___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); +x_46 = l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(x_1, x_4, x_2, x_5, x_45, x_6, x_7, x_42); +lean_dec(x_7); +lean_dec(x_6); +return x_46; } } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__4() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("lean_unbox_uint64", 17); -return x_1; -} +uint8_t x_47; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_47 = !lean_is_exclusive(x_30); +if (x_47 == 0) +{ +return x_30; } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__5() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("lean_unbox_usize", 16); -return x_1; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_30, 0); +x_49 = lean_ctor_get(x_30, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_30); +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_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox(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, lean_object* x_9) { -_start: -{ -switch (lean_obj_tag(x_4)) { -case 0: +} +case 4: { -lean_object* x_10; -lean_inc(x_8); +lean_object* x_51; lean_inc(x_7); -x_10 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_4, x_7, x_8, x_9); -if (lean_obj_tag(x_10) == 0) +lean_inc(x_6); +x_51 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_3, x_6, x_7, x_8); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_11; -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 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_12; -lean_dec(x_8); +uint8_t x_53; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +x_53 = !lean_is_exclusive(x_51); +if (x_53 == 0) { -lean_object* x_13; uint8_t x_14; -x_13 = lean_ctor_get(x_10, 0); -lean_dec(x_13); -x_14 = !lean_is_exclusive(x_11); -if (x_14 == 0) +lean_object* x_54; uint8_t x_55; +x_54 = lean_ctor_get(x_51, 0); +lean_dec(x_54); +x_55 = !lean_is_exclusive(x_52); +if (x_55 == 0) { -return x_10; +return x_51; } else { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_11, 0); -lean_inc(x_15); -lean_dec(x_11); -x_16 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_10, 0, x_16); -return x_10; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_52, 0); +lean_inc(x_56); +lean_dec(x_52); +x_57 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_51, 0, x_57); +return x_51; } } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_10, 1); -lean_inc(x_17); -lean_dec(x_10); -x_18 = lean_ctor_get(x_11, 0); -lean_inc(x_18); -if (lean_is_exclusive(x_11)) { - lean_ctor_release(x_11, 0); - x_19 = x_11; +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_58 = lean_ctor_get(x_51, 1); +lean_inc(x_58); +lean_dec(x_51); +x_59 = lean_ctor_get(x_52, 0); +lean_inc(x_59); +if (lean_is_exclusive(x_52)) { + lean_ctor_release(x_52, 0); + x_60 = x_52; } else { - lean_dec_ref(x_11); - x_19 = lean_box(0); + lean_dec_ref(x_52); + x_60 = lean_box(0); } -if (lean_is_scalar(x_19)) { - x_20 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_60)) { + x_61 = lean_alloc_ctor(0, 1, 0); } else { - x_20 = x_19; + x_61 = x_60; } -lean_ctor_set(x_20, 0, x_18); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_17); -return x_21; +lean_ctor_set(x_61, 0, x_59); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_58); +return x_62; } } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_10, 1); -lean_inc(x_22); -lean_dec(x_10); -x_23 = lean_ctor_get(x_11, 0); -lean_inc(x_23); -lean_dec(x_11); -x_24 = l_Lean_IR_EmitLLVM_emitUnbox___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); -x_26 = l_Lean_IR_EmitLLVM_emitUnbox___lambda__1(x_1, x_2, x_5, x_6, x_4, x_3, x_25, x_7, x_8, x_22); -return x_26; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_63 = lean_ctor_get(x_51, 1); +lean_inc(x_63); +lean_dec(x_51); +x_64 = lean_ctor_get(x_52, 0); +lean_inc(x_64); +lean_dec(x_52); +x_65 = l_Lean_IR_EmitLLVM_callUnboxForType___closed__4; +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_64); +x_67 = l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(x_1, x_4, x_2, x_5, x_66, x_6, x_7, x_63); +lean_dec(x_7); +lean_dec(x_6); +return x_67; } } else { -uint8_t x_27; -lean_dec(x_8); +uint8_t x_68; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); -x_27 = !lean_is_exclusive(x_10); -if (x_27 == 0) +x_68 = !lean_is_exclusive(x_51); +if (x_68 == 0) { -return x_10; +return x_51; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_10, 0); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_10); -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_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_51, 0); +x_70 = lean_ctor_get(x_51, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_51); +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; } } } -case 3: +case 5: { -lean_object* x_31; -lean_inc(x_8); +lean_object* x_72; lean_inc(x_7); -x_31 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_4, x_7, x_8, x_9); -if (lean_obj_tag(x_31) == 0) +lean_inc(x_6); +x_72 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_3, x_6, x_7, x_8); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_32; -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -if (lean_obj_tag(x_32) == 0) +lean_object* x_73; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +if (lean_obj_tag(x_73) == 0) { -uint8_t x_33; -lean_dec(x_8); +uint8_t x_74; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); -x_33 = !lean_is_exclusive(x_31); -if (x_33 == 0) +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -lean_object* x_34; uint8_t x_35; -x_34 = lean_ctor_get(x_31, 0); -lean_dec(x_34); -x_35 = !lean_is_exclusive(x_32); -if (x_35 == 0) +lean_object* x_75; uint8_t x_76; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +x_76 = !lean_is_exclusive(x_73); +if (x_76 == 0) { -return x_31; +return x_72; } else { -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_32, 0); -lean_inc(x_36); -lean_dec(x_32); -x_37 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_31, 0, x_37); -return x_31; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_73, 0); +lean_inc(x_77); +lean_dec(x_73); +x_78 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_72, 0, x_78); +return x_72; } } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_38 = lean_ctor_get(x_31, 1); -lean_inc(x_38); -lean_dec(x_31); -x_39 = lean_ctor_get(x_32, 0); -lean_inc(x_39); -if (lean_is_exclusive(x_32)) { - lean_ctor_release(x_32, 0); - x_40 = x_32; +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_79 = lean_ctor_get(x_72, 1); +lean_inc(x_79); +lean_dec(x_72); +x_80 = lean_ctor_get(x_73, 0); +lean_inc(x_80); +if (lean_is_exclusive(x_73)) { + lean_ctor_release(x_73, 0); + x_81 = x_73; } else { - lean_dec_ref(x_32); - x_40 = lean_box(0); + lean_dec_ref(x_73); + x_81 = lean_box(0); } -if (lean_is_scalar(x_40)) { - x_41 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_81)) { + x_82 = lean_alloc_ctor(0, 1, 0); } else { - x_41 = x_40; + x_82 = x_81; } -lean_ctor_set(x_41, 0, x_39); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_38); -return x_42; +lean_ctor_set(x_82, 0, x_80); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_79); +return x_83; } } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_43 = lean_ctor_get(x_31, 1); -lean_inc(x_43); -lean_dec(x_31); -x_44 = lean_ctor_get(x_32, 0); -lean_inc(x_44); -lean_dec(x_32); -x_45 = l_Lean_IR_EmitLLVM_emitUnbox___closed__3; -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_44); -x_47 = l_Lean_IR_EmitLLVM_emitUnbox___lambda__1(x_1, x_2, x_5, x_6, x_4, x_3, x_46, x_7, x_8, x_43); -return x_47; +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_84 = lean_ctor_get(x_72, 1); +lean_inc(x_84); +lean_dec(x_72); +x_85 = lean_ctor_get(x_73, 0); +lean_inc(x_85); +lean_dec(x_73); +x_86 = l_Lean_IR_EmitLLVM_callUnboxForType___closed__5; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(x_1, x_4, x_2, x_5, x_87, x_6, x_7, x_84); +lean_dec(x_7); +lean_dec(x_6); +return x_88; } } else { -uint8_t x_48; -lean_dec(x_8); +uint8_t x_89; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +x_89 = !lean_is_exclusive(x_72); +if (x_89 == 0) +{ +return x_72; +} +else +{ +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_72, 0); +x_91 = lean_ctor_get(x_72, 1); +lean_inc(x_91); +lean_inc(x_90); +lean_dec(x_72); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; +} +} +} +default: +{ +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_dec(x_3); -x_48 = !lean_is_exclusive(x_31); -if (x_48 == 0) +x_93 = l_Lean_IR_LLVM_size__tType(x_1, x_8); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec(x_93); +x_96 = l_Lean_IR_EmitLLVM_callUnboxForType___closed__2; +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_94); +x_98 = l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(x_1, x_4, x_2, x_5, x_97, x_6, x_7, x_95); +lean_dec(x_7); +lean_dec(x_6); +return x_98; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___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) { +_start: { -return x_31; +size_t x_9; size_t x_10; size_t x_11; lean_object* x_12; +x_9 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_10 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_11 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_12 = l_Lean_IR_EmitLLVM_callUnboxForType___lambda__1(x_9, x_10, x_11, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callUnboxForType___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; size_t x_11; lean_object* x_12; +x_9 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_10 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_11 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_12 = l_Lean_IR_EmitLLVM_callUnboxForType(x_9, x_10, x_3, x_11, x_5, x_6, x_7, x_8); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox(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, lean_object* x_9) { +_start: +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_11 = l_Lean_IR_EmitLLVM_emitLhsVal(x_1, x_2, x_5, x_10, x_7, x_8, x_9); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 0) +{ +uint8_t x_13; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +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); +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; +} +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +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); } -else -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_31, 0); -x_50 = lean_ctor_get(x_31, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_31); -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; +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; } } -case 4: +else { -lean_object* x_52; +lean_object* x_23; lean_object* x_24; size_t x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_11, 1); +lean_inc(x_23); +lean_dec(x_11); +x_24 = lean_ctor_get(x_12, 0); +lean_inc(x_24); +lean_dec(x_12); +x_25 = lean_unbox_usize(x_24); +lean_dec(x_24); lean_inc(x_8); lean_inc(x_7); -x_52 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_4, x_7, x_8, x_9); -if (lean_obj_tag(x_52) == 0) +lean_inc(x_4); +x_26 = l_Lean_IR_EmitLLVM_callUnboxForType(x_1, x_2, x_4, x_25, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_53; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -if (lean_obj_tag(x_53) == 0) +lean_object* x_27; +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +if (lean_obj_tag(x_27) == 0) { -uint8_t x_54; +uint8_t x_28; 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_54 = !lean_is_exclusive(x_52); -if (x_54 == 0) +x_28 = !lean_is_exclusive(x_26); +if (x_28 == 0) { -lean_object* x_55; uint8_t x_56; -x_55 = lean_ctor_get(x_52, 0); -lean_dec(x_55); -x_56 = !lean_is_exclusive(x_53); -if (x_56 == 0) +lean_object* x_29; uint8_t x_30; +x_29 = lean_ctor_get(x_26, 0); +lean_dec(x_29); +x_30 = !lean_is_exclusive(x_27); +if (x_30 == 0) { -return x_52; +return x_26; } else { -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_53, 0); -lean_inc(x_57); -lean_dec(x_53); -x_58 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_52, 0, x_58); -return x_52; +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_27, 0); +lean_inc(x_31); +lean_dec(x_27); +x_32 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_26, 0, x_32); +return x_26; } } 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_52, 1); -lean_inc(x_59); -lean_dec(x_52); -x_60 = lean_ctor_get(x_53, 0); -lean_inc(x_60); -if (lean_is_exclusive(x_53)) { - lean_ctor_release(x_53, 0); - x_61 = x_53; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_33 = lean_ctor_get(x_26, 1); +lean_inc(x_33); +lean_dec(x_26); +x_34 = lean_ctor_get(x_27, 0); +lean_inc(x_34); +if (lean_is_exclusive(x_27)) { + lean_ctor_release(x_27, 0); + x_35 = x_27; } else { - lean_dec_ref(x_53); - x_61 = lean_box(0); + lean_dec_ref(x_27); + x_35 = lean_box(0); } -if (lean_is_scalar(x_61)) { - x_62 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_35)) { + x_36 = lean_alloc_ctor(0, 1, 0); } else { - x_62 = x_61; + x_36 = x_35; } -lean_ctor_set(x_62, 0, x_60); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_59); -return x_63; +lean_ctor_set(x_36, 0, x_34); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_33); +return x_37; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_64 = lean_ctor_get(x_52, 1); -lean_inc(x_64); -lean_dec(x_52); -x_65 = lean_ctor_get(x_53, 0); -lean_inc(x_65); -lean_dec(x_53); -x_66 = l_Lean_IR_EmitLLVM_emitUnbox___closed__4; -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_IR_EmitLLVM_emitUnbox___lambda__1(x_1, x_2, x_5, x_6, x_4, x_3, x_67, x_7, x_8, x_64); -return x_68; -} -} -else +lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_38 = lean_ctor_get(x_26, 1); +lean_inc(x_38); +lean_dec(x_26); +x_39 = lean_ctor_get(x_27, 0); +lean_inc(x_39); +lean_dec(x_27); +x_40 = l_Lean_IR_EmitLLVM_IRType_isIntegerType(x_4); +if (x_40 == 0) { -uint8_t x_69; +size_t x_41; lean_object* x_42; +lean_dec(x_4); +x_41 = lean_unbox_usize(x_39); +lean_dec(x_39); +x_42 = l_Lean_IR_EmitLLVM_emitLhsSlotStore(x_1, x_2, x_3, x_41, x_7, x_8, x_38); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -x_69 = !lean_is_exclusive(x_52); -if (x_69 == 0) -{ -return x_52; +return x_42; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_52, 0); -x_71 = lean_ctor_get(x_52, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_52); -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; -} -} -} -case 5: -{ -lean_object* x_73; +lean_object* x_43; lean_inc(x_8); lean_inc(x_7); -x_73 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_4, x_7, x_8, x_9); -if (lean_obj_tag(x_73) == 0) +x_43 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_4, x_7, x_8, x_38); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_74; -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -if (lean_obj_tag(x_74) == 0) +lean_object* x_44; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +if (lean_obj_tag(x_44) == 0) { -uint8_t x_75; +uint8_t x_45; +lean_dec(x_39); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); lean_dec(x_3); -x_75 = !lean_is_exclusive(x_73); -if (x_75 == 0) +x_45 = !lean_is_exclusive(x_43); +if (x_45 == 0) { -lean_object* x_76; uint8_t x_77; -x_76 = lean_ctor_get(x_73, 0); -lean_dec(x_76); -x_77 = !lean_is_exclusive(x_74); -if (x_77 == 0) +lean_object* x_46; uint8_t x_47; +x_46 = lean_ctor_get(x_43, 0); +lean_dec(x_46); +x_47 = !lean_is_exclusive(x_44); +if (x_47 == 0) { -return x_73; +return x_43; } else { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_74, 0); -lean_inc(x_78); -lean_dec(x_74); -x_79 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_73, 0, x_79); -return x_73; +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_44, 0); +lean_inc(x_48); +lean_dec(x_44); +x_49 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_43, 0, x_49); +return x_43; } } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_80 = lean_ctor_get(x_73, 1); -lean_inc(x_80); -lean_dec(x_73); -x_81 = lean_ctor_get(x_74, 0); -lean_inc(x_81); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - x_82 = x_74; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_ctor_get(x_44, 0); +lean_inc(x_51); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + x_52 = x_44; } else { - lean_dec_ref(x_74); - x_82 = lean_box(0); + lean_dec_ref(x_44); + x_52 = lean_box(0); } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_52)) { + x_53 = lean_alloc_ctor(0, 1, 0); } else { - x_83 = x_82; + x_53 = x_52; } -lean_ctor_set(x_83, 0, x_81); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_80); -return x_84; +lean_ctor_set(x_53, 0, x_51); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_50); +return x_54; } } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_85 = lean_ctor_get(x_73, 1); -lean_inc(x_85); -lean_dec(x_73); -x_86 = lean_ctor_get(x_74, 0); -lean_inc(x_86); -lean_dec(x_74); -x_87 = l_Lean_IR_EmitLLVM_emitUnbox___closed__5; -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_86); -x_89 = l_Lean_IR_EmitLLVM_emitUnbox___lambda__1(x_1, x_2, x_5, x_6, x_4, x_3, x_88, x_7, x_8, x_85); -return x_89; +lean_object* x_55; lean_object* x_56; size_t x_57; size_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; size_t x_62; lean_object* x_63; +x_55 = lean_ctor_get(x_43, 1); +lean_inc(x_55); +lean_dec(x_43); +x_56 = lean_ctor_get(x_44, 0); +lean_inc(x_56); +lean_dec(x_44); +x_57 = lean_unbox_usize(x_39); +lean_dec(x_39); +x_58 = lean_unbox_usize(x_56); +lean_dec(x_56); +x_59 = lean_llvm_build_sext_or_trunc(x_1, x_2, x_57, x_58, x_10, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox_usize(x_60); +lean_dec(x_60); +x_63 = l_Lean_IR_EmitLLVM_emitLhsSlotStore(x_1, x_2, x_3, x_62, x_7, x_8, x_61); +lean_dec(x_8); +lean_dec(x_7); +return x_63; } } else { -uint8_t x_90; +uint8_t x_64; +lean_dec(x_39); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); lean_dec(x_3); -x_90 = !lean_is_exclusive(x_73); -if (x_90 == 0) +x_64 = !lean_is_exclusive(x_43); +if (x_64 == 0) { -return x_73; +return x_43; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_73, 0); -x_92 = lean_ctor_get(x_73, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_73); -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_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_43, 0); +x_66 = lean_ctor_get(x_43, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_43); +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; } } } -default: +} +} +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; -x_94 = l_Lean_IR_LLVM_size__tType(x_1, x_9); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = l_Lean_IR_EmitLLVM_emitUnbox___closed__2; -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_95); -x_99 = l_Lean_IR_EmitLLVM_emitUnbox___lambda__1(x_1, x_2, x_5, x_6, x_4, x_3, x_98, x_7, x_8, x_96); -return x_99; +uint8_t x_68; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_3); +x_68 = !lean_is_exclusive(x_26); +if (x_68 == 0) +{ +return x_26; } +else +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_26, 0); +x_70 = lean_ctor_get(x_26, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_26); +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; } } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox___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: -{ -size_t x_11; size_t x_12; lean_object* x_13; -x_11 = lean_unbox_usize(x_1); -lean_dec(x_1); -x_12 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_13 = l_Lean_IR_EmitLLVM_emitUnbox___lambda__1(x_11, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_13; } } LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnbox___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) { @@ -21778,42 +21967,6 @@ lean_dec(x_7); return x_14; } } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unimplemented: emitUProj z i x", 30); -return x_1; -} -} -static lean_object* _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_IR_EmitLLVM_emitVDecl___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_IR_EmitLLVM_emitVDecl___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unimplemented: emitIsTaggedPtr z x", 34); -return x_1; -} -} -static lean_object* _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_IR_EmitLLVM_emitVDecl___closed__3; -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_IR_EmitLLVM_emitVDecl(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: { @@ -21877,234 +22030,221 @@ return x_22; } case 4: { -lean_object* x_23; lean_object* x_24; +lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_dec(x_4); +x_23 = lean_ctor_get(x_5, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_5, 1); +lean_inc(x_24); +lean_dec(x_5); +x_25 = l_Lean_IR_EmitLLVM_emitUProj(x_1, x_2, x_3, x_23, x_24, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_23 = l_Lean_IR_EmitLLVM_emitVDecl___closed__2; -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_8); -return x_24; +lean_dec(x_23); +return x_25; } case 5: { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_5, 0); -lean_inc(x_25); -x_26 = lean_ctor_get(x_5, 1); +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_26 = lean_ctor_get(x_5, 0); lean_inc(x_26); -x_27 = lean_ctor_get(x_5, 2); +x_27 = lean_ctor_get(x_5, 1); lean_inc(x_27); +x_28 = lean_ctor_get(x_5, 2); +lean_inc(x_28); lean_dec(x_5); -x_28 = l_Lean_IR_EmitLLVM_emitSProj(x_1, x_2, x_3, x_4, x_25, x_26, x_27, x_6, x_7, x_8); +x_29 = l_Lean_IR_EmitLLVM_emitSProj(x_1, x_2, x_3, x_4, x_26, x_27, x_28, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); -return x_28; +return x_29; } case 6: { -lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_dec(x_4); -x_29 = lean_ctor_get(x_5, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_5, 1); +x_30 = lean_ctor_get(x_5, 0); lean_inc(x_30); +x_31 = lean_ctor_get(x_5, 1); +lean_inc(x_31); lean_dec(x_5); -x_31 = l_Lean_IR_EmitLLVM_emitFullApp(x_1, x_2, x_3, x_29, x_30, x_6, x_7, x_8); -return x_31; +x_32 = l_Lean_IR_EmitLLVM_emitFullApp(x_1, x_2, x_3, x_30, x_31, x_6, x_7, x_8); +return x_32; } case 7: { -lean_object* x_32; lean_object* x_33; lean_object* x_34; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_4); -x_32 = lean_ctor_get(x_5, 0); -lean_inc(x_32); -x_33 = lean_ctor_get(x_5, 1); +x_33 = lean_ctor_get(x_5, 0); lean_inc(x_33); +x_34 = lean_ctor_get(x_5, 1); +lean_inc(x_34); lean_dec(x_5); -x_34 = l_Lean_IR_EmitLLVM_emitPartialApp(x_1, x_2, x_3, x_32, x_33, x_6, x_7, x_8); -return x_34; +x_35 = l_Lean_IR_EmitLLVM_emitPartialApp(x_1, x_2, x_3, x_33, x_34, x_6, x_7, x_8); +return x_35; } case 8: { -lean_object* x_35; lean_object* x_36; lean_object* x_37; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_4); -x_35 = lean_ctor_get(x_5, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_5, 1); +x_36 = lean_ctor_get(x_5, 0); lean_inc(x_36); +x_37 = lean_ctor_get(x_5, 1); +lean_inc(x_37); lean_dec(x_5); -x_37 = l_Lean_IR_EmitLLVM_emitApp(x_1, x_2, x_3, x_35, x_36, x_6, x_7, x_8); +x_38 = l_Lean_IR_EmitLLVM_emitApp(x_1, x_2, x_3, x_36, x_37, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); -return x_37; +return x_38; } case 9: { -lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_dec(x_4); -x_38 = lean_ctor_get(x_5, 0); -lean_inc(x_38); -x_39 = lean_ctor_get(x_5, 1); +x_39 = lean_ctor_get(x_5, 0); lean_inc(x_39); +x_40 = lean_ctor_get(x_5, 1); +lean_inc(x_40); lean_dec(x_5); -x_40 = l_Lean_IR_EmitLLVM_emitBox(x_1, x_2, x_3, x_39, x_38, x_6, x_7, x_8); -return x_40; +x_41 = l_Lean_IR_EmitLLVM_emitBox(x_1, x_2, x_3, x_40, x_39, x_6, x_7, x_8); +return x_41; } case 10: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_5, 0); -lean_inc(x_41); +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_5, 0); +lean_inc(x_42); lean_dec(x_5); -x_42 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_43 = l_Lean_IR_EmitLLVM_emitUnbox(x_1, x_2, x_3, x_4, x_41, x_42, x_6, x_7, x_8); -return x_43; +x_43 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_44 = l_Lean_IR_EmitLLVM_emitUnbox(x_1, x_2, x_3, x_4, x_42, x_43, x_6, x_7, x_8); +return x_44; } case 11: { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_5, 0); -lean_inc(x_44); +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_5, 0); +lean_inc(x_45); lean_dec(x_5); -x_45 = l_Lean_IR_EmitLLVM_emitLit(x_1, x_2, x_3, x_4, x_44, x_6, x_7, x_8); -if (lean_obj_tag(x_45) == 0) -{ -lean_object* x_46; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); +x_46 = l_Lean_IR_EmitLLVM_emitLit(x_1, x_2, x_3, x_4, x_45, x_6, x_7, x_8); if (lean_obj_tag(x_46) == 0) { -uint8_t x_47; -x_47 = !lean_is_exclusive(x_45); -if (x_47 == 0) +lean_object* x_47; +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_48; uint8_t x_49; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -x_49 = !lean_is_exclusive(x_46); -if (x_49 == 0) +uint8_t x_48; +x_48 = !lean_is_exclusive(x_46); +if (x_48 == 0) { -return x_45; +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_46, 0); +lean_dec(x_49); +x_50 = !lean_is_exclusive(x_47); +if (x_50 == 0) +{ +return x_46; } else { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_46, 0); -lean_inc(x_50); -lean_dec(x_46); -x_51 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_45, 0, x_51); -return x_45; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_47, 0); +lean_inc(x_51); +lean_dec(x_47); +x_52 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_46, 0, x_52); +return x_46; } } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_52 = lean_ctor_get(x_45, 1); -lean_inc(x_52); -lean_dec(x_45); -x_53 = lean_ctor_get(x_46, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_53 = lean_ctor_get(x_46, 1); lean_inc(x_53); -if (lean_is_exclusive(x_46)) { - lean_ctor_release(x_46, 0); - x_54 = x_46; +lean_dec(x_46); +x_54 = lean_ctor_get(x_47, 0); +lean_inc(x_54); +if (lean_is_exclusive(x_47)) { + lean_ctor_release(x_47, 0); + x_55 = x_47; } else { - lean_dec_ref(x_46); - x_54 = lean_box(0); + lean_dec_ref(x_47); + x_55 = lean_box(0); } -if (lean_is_scalar(x_54)) { - x_55 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_55)) { + x_56 = lean_alloc_ctor(0, 1, 0); } else { - x_55 = x_54; + x_56 = x_55; } -lean_ctor_set(x_55, 0, x_53); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_52); -return x_56; +lean_ctor_set(x_56, 0, x_54); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_53); +return x_57; } } else { -uint8_t x_57; -lean_dec(x_46); -x_57 = !lean_is_exclusive(x_45); -if (x_57 == 0) +uint8_t x_58; +lean_dec(x_47); +x_58 = !lean_is_exclusive(x_46); +if (x_58 == 0) { -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_45, 0); -lean_dec(x_58); -x_59 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -lean_ctor_set(x_45, 0, x_59); -return x_45; +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_46, 0); +lean_dec(x_59); +x_60 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_46, 0, x_60); +return x_46; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_45, 1); -lean_inc(x_60); -lean_dec(x_45); -x_61 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -return x_62; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_46, 1); +lean_inc(x_61); +lean_dec(x_46); +x_62 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +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_63; -x_63 = !lean_is_exclusive(x_45); -if (x_63 == 0) +uint8_t x_64; +x_64 = !lean_is_exclusive(x_46); +if (x_64 == 0) { -return x_45; +return x_46; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_45, 0); -x_65 = lean_ctor_get(x_45, 1); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_46, 0); +x_66 = lean_ctor_get(x_46, 1); +lean_inc(x_66); lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_45); -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; +lean_dec(x_46); +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; } } } -case 12: +default: { -lean_object* x_67; lean_object* x_68; +lean_object* x_68; lean_object* x_69; lean_dec(x_4); -x_67 = lean_ctor_get(x_5, 0); -lean_inc(x_67); +x_68 = lean_ctor_get(x_5, 0); +lean_inc(x_68); lean_dec(x_5); -x_68 = l_Lean_IR_EmitLLVM_emitIsShared(x_1, x_2, x_3, x_67, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_68; -} -default: -{ -lean_object* x_69; lean_object* x_70; +x_69 = l_Lean_IR_EmitLLVM_emitIsShared(x_1, x_2, x_3, x_68, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_69 = l_Lean_IR_EmitLLVM_emitVDecl___closed__4; -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_8); -return x_70; +return x_69; } } } @@ -23086,6 +23226,275 @@ lean_dec(x_4); return x_11; } } +static lean_object* _init_l_Lean_IR_EmitLLVM_emitUSet___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_ctor_set_usize", 19); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUSet(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: +{ +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; size_t x_30; size_t x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_9 = lean_llvm_void_type_in_context(x_1, x_8); +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_LLVM_voidPtrType(x_1, x_11); +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 = l_Lean_IR_LLVM_size__tType(x_1, x_14); +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 = l_Lean_IR_LLVM_size__tType(x_1, x_17); +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_IR_EmitLLVM_callLeanAllocCtor___closed__1; +x_22 = lean_array_push(x_21, x_13); +x_23 = lean_array_push(x_22, x_16); +x_24 = lean_array_push(x_23, x_19); +x_25 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_7, x_20); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = lean_ctor_get(x_26, 0); +lean_inc(x_28); +lean_dec(x_26); +x_29 = l_Lean_IR_EmitLLVM_emitUSet___closed__1; +x_30 = lean_unbox_usize(x_28); +lean_dec(x_28); +x_31 = lean_unbox_usize(x_10); +x_32 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_30, x_31, x_29, x_24, x_6, x_7, x_27); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_ctor_get(x_33, 0); +lean_inc(x_35); +lean_dec(x_33); +x_36 = 0; +x_37 = lean_unbox_usize(x_10); +lean_dec(x_10); +x_38 = lean_llvm_function_type(x_1, x_37, x_24, x_36, x_34); +lean_dec(x_24); +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_IR_EmitLLVM_emitJp___closed__3; +x_42 = l_Lean_IR_EmitLLVM_emitLhsVal(x_1, x_2, x_3, x_41, x_6, x_7, x_40); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +if (lean_obj_tag(x_43) == 0) +{ +uint8_t x_44; +lean_dec(x_39); +lean_dec(x_35); +lean_dec(x_5); +x_44 = !lean_is_exclusive(x_42); +if (x_44 == 0) +{ +lean_object* x_45; uint8_t x_46; +x_45 = lean_ctor_get(x_42, 0); +lean_dec(x_45); +x_46 = !lean_is_exclusive(x_43); +if (x_46 == 0) +{ +return x_42; +} +else +{ +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_43, 0); +lean_inc(x_47); +lean_dec(x_43); +x_48 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_42, 0, x_48); +return x_42; +} +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_49 = lean_ctor_get(x_42, 1); +lean_inc(x_49); +lean_dec(x_42); +x_50 = lean_ctor_get(x_43, 0); +lean_inc(x_50); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + x_51 = x_43; +} else { + lean_dec_ref(x_43); + x_51 = lean_box(0); +} +if (lean_is_scalar(x_51)) { + x_52 = lean_alloc_ctor(0, 1, 0); +} else { + x_52 = x_51; +} +lean_ctor_set(x_52, 0, x_50); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_49); +return x_53; +} +} +else +{ +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; +x_54 = lean_ctor_get(x_42, 1); +lean_inc(x_54); +lean_dec(x_42); +x_55 = lean_ctor_get(x_43, 0); +lean_inc(x_55); +lean_dec(x_43); +x_56 = l_Lean_IR_EmitLLVM_constIntUnsigned(x_1, x_4, x_6, x_7, x_54); +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); +x_59 = lean_ctor_get(x_57, 0); +lean_inc(x_59); +lean_dec(x_57); +x_60 = l_Lean_IR_EmitLLVM_emitLhsVal(x_1, x_2, x_5, x_41, x_6, x_7, x_58); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +if (lean_obj_tag(x_61) == 0) +{ +uint8_t x_62; +lean_dec(x_59); +lean_dec(x_55); +lean_dec(x_39); +lean_dec(x_35); +x_62 = !lean_is_exclusive(x_60); +if (x_62 == 0) +{ +lean_object* x_63; uint8_t x_64; +x_63 = lean_ctor_get(x_60, 0); +lean_dec(x_63); +x_64 = !lean_is_exclusive(x_61); +if (x_64 == 0) +{ +return x_60; +} +else +{ +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_61, 0); +lean_inc(x_65); +lean_dec(x_61); +x_66 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_60, 0, x_66); +return x_60; +} +} +else +{ +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, 1); +lean_inc(x_67); +lean_dec(x_60); +x_68 = lean_ctor_get(x_61, 0); +lean_inc(x_68); +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + x_69 = x_61; +} else { + lean_dec_ref(x_61); + x_69 = lean_box(0); +} +if (lean_is_scalar(x_69)) { + x_70 = lean_alloc_ctor(0, 1, 0); +} else { + x_70 = x_69; +} +lean_ctor_set(x_70, 0, x_68); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_67); +return x_71; +} +} +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; size_t x_77; size_t x_78; lean_object* x_79; uint8_t x_80; +x_72 = lean_ctor_get(x_60, 1); +lean_inc(x_72); +lean_dec(x_60); +x_73 = lean_ctor_get(x_61, 0); +lean_inc(x_73); +lean_dec(x_61); +x_74 = lean_array_push(x_21, x_55); +x_75 = lean_array_push(x_74, x_59); +x_76 = lean_array_push(x_75, x_73); +x_77 = lean_unbox_usize(x_39); +lean_dec(x_39); +x_78 = lean_unbox_usize(x_35); +lean_dec(x_35); +x_79 = lean_llvm_build_call2(x_1, x_2, x_77, x_78, x_76, x_41, x_72); +lean_dec(x_76); +x_80 = !lean_is_exclusive(x_79); +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_79, 0); +lean_dec(x_81); +x_82 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_79, 0, x_82); +return x_79; +} +else +{ +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_79, 1); +lean_inc(x_83); +lean_dec(x_79); +x_84 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_83); +return x_85; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUSet___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_1); +lean_dec(x_1); +x_10 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_11 = l_Lean_IR_EmitLLVM_emitUSet(x_9, x_10, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +return x_11; +} +} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_EmitLLVM_emitTailCall___spec__1(size_t x_1, size_t x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { @@ -25022,6 +25431,104 @@ return x_1; } } } +static lean_object* _init_l_Lean_IR_EmitLLVM_emitUnreachable___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lean_internal_panic_unreachable", 31); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnreachable(size_t x_1, size_t 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; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; size_t 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; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_6 = lean_llvm_void_type_in_context(x_1, x_5); +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_IR_EmitLLVM_getLLVMModule___rarg(x_4, x_8); +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_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_13 = l_Lean_IR_EmitLLVM_emitUnreachable___closed__1; +x_14 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; +x_15 = lean_unbox_usize(x_12); +lean_dec(x_12); +x_16 = lean_unbox_usize(x_7); +x_17 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_15, x_16, x_13, x_14, x_3, x_4, x_11); +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 = 0; +x_22 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_23 = lean_llvm_function_type(x_1, x_22, x_14, x_21, x_19); +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 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_27 = lean_unbox_usize(x_24); +lean_dec(x_24); +x_28 = lean_unbox_usize(x_20); +lean_dec(x_20); +x_29 = lean_llvm_build_call2(x_1, x_2, x_27, x_28, x_14, x_26, x_25); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +x_31 = lean_llvm_build_unreachable(x_1, x_2, x_30); +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_31, 0); +lean_dec(x_33); +x_34 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_31, 0, x_34); +return x_31; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_31, 1); +lean_inc(x_35); +lean_dec(x_31); +x_36 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_35); +return x_37; +} +} +} +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitUnreachable___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_1); +lean_dec(x_1); +x_7 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_8 = l_Lean_IR_EmitLLVM_emitUnreachable(x_6, x_7, x_3, x_4, x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_8; +} +} static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitCase___spec__1___closed__1() { _start: { @@ -25736,64 +26243,10 @@ static lean_object* _init_l_Lean_IR_EmitLLVM_emitBlock___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Unimplemented uset.", 19); -return x_1; -} -} -static lean_object* _init_l_Lean_IR_EmitLLVM_emitBlock___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_IR_EmitLLVM_emitBlock___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_IR_EmitLLVM_emitBlock___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Unimplemented metadata.", 23); -return x_1; -} -} -static lean_object* _init_l_Lean_IR_EmitLLVM_emitBlock___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_IR_EmitLLVM_emitBlock___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_IR_EmitLLVM_emitBlock___closed__5() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("ret_val", 7); return x_1; } } -static lean_object* _init_l_Lean_IR_EmitLLVM_emitBlock___closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Unimplemented unreachable", 25); -return x_1; -} -} -static lean_object* _init_l_Lean_IR_EmitLLVM_emitBlock___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_IR_EmitLLVM_emitBlock___closed__6; -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_IR_EmitLLVM_emitBlock(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { @@ -26212,528 +26665,594 @@ goto _start; } case 4: { -lean_object* x_89; lean_object* x_90; +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_ctor_get(x_3, 0); +lean_inc(x_89); +x_90 = lean_ctor_get(x_3, 1); +lean_inc(x_90); +x_91 = lean_ctor_get(x_3, 2); +lean_inc(x_91); +x_92 = lean_ctor_get(x_3, 3); +lean_inc(x_92); +lean_dec(x_3); +x_93 = l_Lean_IR_EmitLLVM_emitUSet(x_1, x_2, x_89, x_90, x_91, x_4, x_5, x_6); +lean_dec(x_90); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +if (lean_obj_tag(x_94) == 0) +{ +uint8_t x_95; +lean_dec(x_92); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -x_89 = l_Lean_IR_EmitLLVM_emitBlock___closed__2; -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_6); -return x_90; +x_95 = !lean_is_exclusive(x_93); +if (x_95 == 0) +{ +lean_object* x_96; uint8_t x_97; +x_96 = lean_ctor_get(x_93, 0); +lean_dec(x_96); +x_97 = !lean_is_exclusive(x_94); +if (x_97 == 0) +{ +return x_93; +} +else +{ +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_94, 0); +lean_inc(x_98); +lean_dec(x_94); +x_99 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_93, 0, x_99); +return x_93; +} +} +else +{ +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_ctor_get(x_94, 0); +lean_inc(x_101); +if (lean_is_exclusive(x_94)) { + lean_ctor_release(x_94, 0); + x_102 = x_94; +} else { + lean_dec_ref(x_94); + x_102 = lean_box(0); +} +if (lean_is_scalar(x_102)) { + x_103 = lean_alloc_ctor(0, 1, 0); +} else { + x_103 = x_102; +} +lean_ctor_set(x_103, 0, x_101); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_100); +return x_104; +} +} +else +{ +lean_object* x_105; +lean_dec(x_94); +x_105 = lean_ctor_get(x_93, 1); +lean_inc(x_105); +lean_dec(x_93); +x_3 = x_92; +x_6 = x_105; +goto _start; +} } case 5: { -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_91 = lean_ctor_get(x_3, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_3, 1); -lean_inc(x_92); -x_93 = lean_ctor_get(x_3, 2); -lean_inc(x_93); -x_94 = lean_ctor_get(x_3, 3); -lean_inc(x_94); -x_95 = lean_ctor_get(x_3, 4); -lean_inc(x_95); -x_96 = lean_ctor_get(x_3, 5); -lean_inc(x_96); +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; +x_107 = lean_ctor_get(x_3, 0); +lean_inc(x_107); +x_108 = lean_ctor_get(x_3, 1); +lean_inc(x_108); +x_109 = lean_ctor_get(x_3, 2); +lean_inc(x_109); +x_110 = lean_ctor_get(x_3, 3); +lean_inc(x_110); +x_111 = lean_ctor_get(x_3, 4); +lean_inc(x_111); +x_112 = lean_ctor_get(x_3, 5); +lean_inc(x_112); lean_dec(x_3); -x_97 = l_Lean_IR_EmitLLVM_emitSSet(x_1, x_2, x_91, x_92, x_93, x_94, x_95, x_4, x_5, x_6); -lean_dec(x_93); -lean_dec(x_92); -x_98 = lean_ctor_get(x_97, 0); -lean_inc(x_98); -if (lean_obj_tag(x_98) == 0) +x_113 = l_Lean_IR_EmitLLVM_emitSSet(x_1, x_2, x_107, x_108, x_109, x_110, x_111, x_4, x_5, x_6); +lean_dec(x_109); +lean_dec(x_108); +x_114 = lean_ctor_get(x_113, 0); +lean_inc(x_114); +if (lean_obj_tag(x_114) == 0) { -uint8_t x_99; -lean_dec(x_96); +uint8_t x_115; +lean_dec(x_112); lean_dec(x_5); lean_dec(x_4); -x_99 = !lean_is_exclusive(x_97); -if (x_99 == 0) +x_115 = !lean_is_exclusive(x_113); +if (x_115 == 0) { -lean_object* x_100; uint8_t x_101; -x_100 = lean_ctor_get(x_97, 0); -lean_dec(x_100); -x_101 = !lean_is_exclusive(x_98); -if (x_101 == 0) +lean_object* x_116; uint8_t x_117; +x_116 = lean_ctor_get(x_113, 0); +lean_dec(x_116); +x_117 = !lean_is_exclusive(x_114); +if (x_117 == 0) { -return x_97; +return x_113; } else { -lean_object* x_102; lean_object* x_103; -x_102 = lean_ctor_get(x_98, 0); -lean_inc(x_102); -lean_dec(x_98); -x_103 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_97, 0, x_103); -return x_97; +lean_object* x_118; lean_object* x_119; +x_118 = lean_ctor_get(x_114, 0); +lean_inc(x_118); +lean_dec(x_114); +x_119 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_113, 0, x_119); +return x_113; } } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_104 = lean_ctor_get(x_97, 1); -lean_inc(x_104); -lean_dec(x_97); -x_105 = lean_ctor_get(x_98, 0); -lean_inc(x_105); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - x_106 = x_98; +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_120 = lean_ctor_get(x_113, 1); +lean_inc(x_120); +lean_dec(x_113); +x_121 = lean_ctor_get(x_114, 0); +lean_inc(x_121); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + x_122 = x_114; } else { - lean_dec_ref(x_98); - x_106 = lean_box(0); + lean_dec_ref(x_114); + x_122 = lean_box(0); } -if (lean_is_scalar(x_106)) { - x_107 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_122)) { + x_123 = lean_alloc_ctor(0, 1, 0); } else { - x_107 = x_106; + x_123 = x_122; } -lean_ctor_set(x_107, 0, x_105); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_104); -return x_108; +lean_ctor_set(x_123, 0, x_121); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_120); +return x_124; } } else { -lean_object* x_109; -lean_dec(x_98); -x_109 = lean_ctor_get(x_97, 1); -lean_inc(x_109); -lean_dec(x_97); -x_3 = x_96; -x_6 = x_109; +lean_object* x_125; +lean_dec(x_114); +x_125 = lean_ctor_get(x_113, 1); +lean_inc(x_125); +lean_dec(x_113); +x_3 = x_112; +x_6 = x_125; goto _start; } } case 6: { -uint8_t x_111; -x_111 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 1); -if (x_111 == 0) +uint8_t x_127; +x_127 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 1); +if (x_127 == 0) { -lean_object* x_112; lean_object* x_113; uint8_t x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_112 = lean_ctor_get(x_3, 0); -lean_inc(x_112); -x_113 = lean_ctor_get(x_3, 1); -lean_inc(x_113); -x_114 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); -x_115 = lean_ctor_get(x_3, 2); -lean_inc(x_115); +lean_object* x_128; lean_object* x_129; uint8_t x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_128 = lean_ctor_get(x_3, 0); +lean_inc(x_128); +x_129 = lean_ctor_get(x_3, 1); +lean_inc(x_129); +x_130 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); +x_131 = lean_ctor_get(x_3, 2); +lean_inc(x_131); lean_dec(x_3); -x_116 = l_Lean_IR_EmitLLVM_emitInc(x_1, x_2, x_112, x_113, x_114, x_4, x_5, x_6); -lean_dec(x_113); -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -if (lean_obj_tag(x_117) == 0) +x_132 = l_Lean_IR_EmitLLVM_emitInc(x_1, x_2, x_128, x_129, x_130, x_4, x_5, x_6); +lean_dec(x_129); +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +if (lean_obj_tag(x_133) == 0) { -uint8_t x_118; -lean_dec(x_115); +uint8_t x_134; +lean_dec(x_131); lean_dec(x_5); lean_dec(x_4); -x_118 = !lean_is_exclusive(x_116); -if (x_118 == 0) +x_134 = !lean_is_exclusive(x_132); +if (x_134 == 0) { -lean_object* x_119; uint8_t x_120; -x_119 = lean_ctor_get(x_116, 0); -lean_dec(x_119); -x_120 = !lean_is_exclusive(x_117); -if (x_120 == 0) +lean_object* x_135; uint8_t x_136; +x_135 = lean_ctor_get(x_132, 0); +lean_dec(x_135); +x_136 = !lean_is_exclusive(x_133); +if (x_136 == 0) { -return x_116; +return x_132; } else { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_117, 0); -lean_inc(x_121); -lean_dec(x_117); -x_122 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_116, 0, x_122); -return x_116; +lean_object* x_137; lean_object* x_138; +x_137 = lean_ctor_get(x_133, 0); +lean_inc(x_137); +lean_dec(x_133); +x_138 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_138, 0, x_137); +lean_ctor_set(x_132, 0, x_138); +return x_132; } } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_123 = lean_ctor_get(x_116, 1); -lean_inc(x_123); -lean_dec(x_116); -x_124 = lean_ctor_get(x_117, 0); -lean_inc(x_124); -if (lean_is_exclusive(x_117)) { - lean_ctor_release(x_117, 0); - x_125 = x_117; +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; +x_139 = lean_ctor_get(x_132, 1); +lean_inc(x_139); +lean_dec(x_132); +x_140 = lean_ctor_get(x_133, 0); +lean_inc(x_140); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + x_141 = x_133; } else { - lean_dec_ref(x_117); - x_125 = lean_box(0); + lean_dec_ref(x_133); + x_141 = lean_box(0); } -if (lean_is_scalar(x_125)) { - x_126 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_141)) { + x_142 = lean_alloc_ctor(0, 1, 0); } else { - x_126 = x_125; + x_142 = x_141; } -lean_ctor_set(x_126, 0, x_124); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_123); -return x_127; +lean_ctor_set(x_142, 0, x_140); +x_143 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_139); +return x_143; } } else { -lean_object* x_128; -lean_dec(x_117); -x_128 = lean_ctor_get(x_116, 1); -lean_inc(x_128); -lean_dec(x_116); -x_3 = x_115; -x_6 = x_128; +lean_object* x_144; +lean_dec(x_133); +x_144 = lean_ctor_get(x_132, 1); +lean_inc(x_144); +lean_dec(x_132); +x_3 = x_131; +x_6 = x_144; goto _start; } } else { -lean_object* x_130; -x_130 = lean_ctor_get(x_3, 2); -lean_inc(x_130); +lean_object* x_146; +x_146 = lean_ctor_get(x_3, 2); +lean_inc(x_146); lean_dec(x_3); -x_3 = x_130; +x_3 = x_146; goto _start; } } case 7: { -uint8_t x_132; -x_132 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 1); -if (x_132 == 0) +uint8_t x_148; +x_148 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 1); +if (x_148 == 0) { -lean_object* x_133; lean_object* x_134; uint8_t x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; -x_133 = lean_ctor_get(x_3, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_3, 1); -lean_inc(x_134); -x_135 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); -x_136 = lean_ctor_get(x_3, 2); -lean_inc(x_136); +lean_object* x_149; lean_object* x_150; uint8_t x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_149 = lean_ctor_get(x_3, 0); +lean_inc(x_149); +x_150 = lean_ctor_get(x_3, 1); +lean_inc(x_150); +x_151 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); +x_152 = lean_ctor_get(x_3, 2); +lean_inc(x_152); lean_dec(x_3); -x_137 = l_Lean_IR_EmitLLVM_emitDec(x_1, x_2, x_133, x_134, x_135, x_4, x_5, x_6); -lean_dec(x_134); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -if (lean_obj_tag(x_138) == 0) +x_153 = l_Lean_IR_EmitLLVM_emitDec(x_1, x_2, x_149, x_150, x_151, x_4, x_5, x_6); +lean_dec(x_150); +x_154 = lean_ctor_get(x_153, 0); +lean_inc(x_154); +if (lean_obj_tag(x_154) == 0) { -uint8_t x_139; -lean_dec(x_136); +uint8_t x_155; +lean_dec(x_152); lean_dec(x_5); lean_dec(x_4); -x_139 = !lean_is_exclusive(x_137); -if (x_139 == 0) +x_155 = !lean_is_exclusive(x_153); +if (x_155 == 0) { -lean_object* x_140; uint8_t x_141; -x_140 = lean_ctor_get(x_137, 0); -lean_dec(x_140); -x_141 = !lean_is_exclusive(x_138); -if (x_141 == 0) +lean_object* x_156; uint8_t x_157; +x_156 = lean_ctor_get(x_153, 0); +lean_dec(x_156); +x_157 = !lean_is_exclusive(x_154); +if (x_157 == 0) { -return x_137; +return x_153; } else { -lean_object* x_142; lean_object* x_143; -x_142 = lean_ctor_get(x_138, 0); -lean_inc(x_142); -lean_dec(x_138); -x_143 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_137, 0, x_143); -return x_137; +lean_object* x_158; lean_object* x_159; +x_158 = lean_ctor_get(x_154, 0); +lean_inc(x_158); +lean_dec(x_154); +x_159 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_153, 0, x_159); +return x_153; } } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_144 = lean_ctor_get(x_137, 1); -lean_inc(x_144); -lean_dec(x_137); -x_145 = lean_ctor_get(x_138, 0); -lean_inc(x_145); -if (lean_is_exclusive(x_138)) { - lean_ctor_release(x_138, 0); - x_146 = x_138; +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_160 = lean_ctor_get(x_153, 1); +lean_inc(x_160); +lean_dec(x_153); +x_161 = lean_ctor_get(x_154, 0); +lean_inc(x_161); +if (lean_is_exclusive(x_154)) { + lean_ctor_release(x_154, 0); + x_162 = x_154; } else { - lean_dec_ref(x_138); - x_146 = lean_box(0); + lean_dec_ref(x_154); + x_162 = lean_box(0); } -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_162)) { + x_163 = lean_alloc_ctor(0, 1, 0); } else { - x_147 = x_146; + x_163 = x_162; } -lean_ctor_set(x_147, 0, x_145); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_144); -return x_148; +lean_ctor_set(x_163, 0, x_161); +x_164 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_160); +return x_164; } } else { -lean_object* x_149; -lean_dec(x_138); -x_149 = lean_ctor_get(x_137, 1); -lean_inc(x_149); -lean_dec(x_137); -x_3 = x_136; -x_6 = x_149; +lean_object* x_165; +lean_dec(x_154); +x_165 = lean_ctor_get(x_153, 1); +lean_inc(x_165); +lean_dec(x_153); +x_3 = x_152; +x_6 = x_165; goto _start; } } else { -lean_object* x_151; -x_151 = lean_ctor_get(x_3, 2); -lean_inc(x_151); +lean_object* x_167; +x_167 = lean_ctor_get(x_3, 2); +lean_inc(x_167); lean_dec(x_3); -x_3 = x_151; +x_3 = x_167; goto _start; } } case 8: { -lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_153 = lean_ctor_get(x_3, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_3, 1); -lean_inc(x_154); +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_169 = lean_ctor_get(x_3, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_3, 1); +lean_inc(x_170); lean_dec(x_3); -x_155 = l_Lean_IR_EmitLLVM_emitDel(x_1, x_2, x_153, x_4, x_5, x_6); -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -if (lean_obj_tag(x_156) == 0) +x_171 = l_Lean_IR_EmitLLVM_emitDel(x_1, x_2, x_169, x_4, x_5, x_6); +x_172 = lean_ctor_get(x_171, 0); +lean_inc(x_172); +if (lean_obj_tag(x_172) == 0) { -uint8_t x_157; -lean_dec(x_154); +uint8_t x_173; +lean_dec(x_170); lean_dec(x_5); lean_dec(x_4); -x_157 = !lean_is_exclusive(x_155); -if (x_157 == 0) +x_173 = !lean_is_exclusive(x_171); +if (x_173 == 0) { -lean_object* x_158; uint8_t x_159; -x_158 = lean_ctor_get(x_155, 0); -lean_dec(x_158); -x_159 = !lean_is_exclusive(x_156); -if (x_159 == 0) +lean_object* x_174; uint8_t x_175; +x_174 = lean_ctor_get(x_171, 0); +lean_dec(x_174); +x_175 = !lean_is_exclusive(x_172); +if (x_175 == 0) { -return x_155; +return x_171; } else { -lean_object* x_160; lean_object* x_161; -x_160 = lean_ctor_get(x_156, 0); -lean_inc(x_160); -lean_dec(x_156); -x_161 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_155, 0, x_161); -return x_155; +lean_object* x_176; lean_object* x_177; +x_176 = lean_ctor_get(x_172, 0); +lean_inc(x_176); +lean_dec(x_172); +x_177 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_171, 0, x_177); +return x_171; } } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_162 = lean_ctor_get(x_155, 1); -lean_inc(x_162); -lean_dec(x_155); -x_163 = lean_ctor_get(x_156, 0); -lean_inc(x_163); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - x_164 = x_156; +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +x_178 = lean_ctor_get(x_171, 1); +lean_inc(x_178); +lean_dec(x_171); +x_179 = lean_ctor_get(x_172, 0); +lean_inc(x_179); +if (lean_is_exclusive(x_172)) { + lean_ctor_release(x_172, 0); + x_180 = x_172; } else { - lean_dec_ref(x_156); - x_164 = lean_box(0); + lean_dec_ref(x_172); + x_180 = lean_box(0); } -if (lean_is_scalar(x_164)) { - x_165 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_180)) { + x_181 = lean_alloc_ctor(0, 1, 0); } else { - x_165 = x_164; + x_181 = x_180; } -lean_ctor_set(x_165, 0, x_163); -x_166 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_162); -return x_166; +lean_ctor_set(x_181, 0, x_179); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_178); +return x_182; } } else { -lean_object* x_167; -lean_dec(x_156); -x_167 = lean_ctor_get(x_155, 1); -lean_inc(x_167); -lean_dec(x_155); -x_3 = x_154; -x_6 = x_167; +lean_object* x_183; +lean_dec(x_172); +x_183 = lean_ctor_get(x_171, 1); +lean_inc(x_183); +lean_dec(x_171); +x_3 = x_170; +x_6 = x_183; goto _start; } } case 9: { -lean_object* x_169; lean_object* x_170; -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_185; +x_185 = lean_ctor_get(x_3, 1); +lean_inc(x_185); lean_dec(x_3); -x_169 = l_Lean_IR_EmitLLVM_emitBlock___closed__4; -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_6); -return x_170; +x_3 = x_185; +goto _start; } case 10: { -lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; -x_171 = lean_ctor_get(x_3, 1); -lean_inc(x_171); -x_172 = lean_ctor_get(x_3, 2); -lean_inc(x_172); -x_173 = lean_ctor_get(x_3, 3); -lean_inc(x_173); +lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; +x_187 = lean_ctor_get(x_3, 1); +lean_inc(x_187); +x_188 = lean_ctor_get(x_3, 2); +lean_inc(x_188); +x_189 = lean_ctor_get(x_3, 3); +lean_inc(x_189); lean_dec(x_3); -x_174 = l_Lean_IR_EmitLLVM_emitCase(x_1, x_2, x_171, x_172, x_173, x_4, x_5, x_6); -return x_174; +x_190 = l_Lean_IR_EmitLLVM_emitCase(x_1, x_2, x_187, x_188, x_189, x_4, x_5, x_6); +return x_190; } case 11: { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_175 = lean_ctor_get(x_3, 0); -lean_inc(x_175); +lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; +x_191 = lean_ctor_get(x_3, 0); +lean_inc(x_191); lean_dec(x_3); -x_176 = l_Lean_IR_EmitLLVM_emitBlock___closed__5; -x_177 = l_Lean_IR_EmitLLVM_emitArgVal(x_1, x_2, x_175, x_176, x_4, x_5, x_6); +x_192 = l_Lean_IR_EmitLLVM_emitBlock___closed__1; +x_193 = l_Lean_IR_EmitLLVM_emitArgVal(x_1, x_2, x_191, x_192, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); -x_178 = lean_ctor_get(x_177, 0); -lean_inc(x_178); -if (lean_obj_tag(x_178) == 0) +x_194 = lean_ctor_get(x_193, 0); +lean_inc(x_194); +if (lean_obj_tag(x_194) == 0) { -uint8_t x_179; -x_179 = !lean_is_exclusive(x_177); -if (x_179 == 0) +uint8_t x_195; +x_195 = !lean_is_exclusive(x_193); +if (x_195 == 0) { -lean_object* x_180; uint8_t x_181; -x_180 = lean_ctor_get(x_177, 0); -lean_dec(x_180); -x_181 = !lean_is_exclusive(x_178); -if (x_181 == 0) +lean_object* x_196; uint8_t x_197; +x_196 = lean_ctor_get(x_193, 0); +lean_dec(x_196); +x_197 = !lean_is_exclusive(x_194); +if (x_197 == 0) { -return x_177; +return x_193; } else { -lean_object* x_182; lean_object* x_183; -x_182 = lean_ctor_get(x_178, 0); -lean_inc(x_182); -lean_dec(x_178); -x_183 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_183, 0, x_182); -lean_ctor_set(x_177, 0, x_183); -return x_177; +lean_object* x_198; lean_object* x_199; +x_198 = lean_ctor_get(x_194, 0); +lean_inc(x_198); +lean_dec(x_194); +x_199 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_199, 0, x_198); +lean_ctor_set(x_193, 0, x_199); +return x_193; } } else { -lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; -x_184 = lean_ctor_get(x_177, 1); -lean_inc(x_184); -lean_dec(x_177); -x_185 = lean_ctor_get(x_178, 0); -lean_inc(x_185); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - x_186 = x_178; +lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; +x_200 = lean_ctor_get(x_193, 1); +lean_inc(x_200); +lean_dec(x_193); +x_201 = lean_ctor_get(x_194, 0); +lean_inc(x_201); +if (lean_is_exclusive(x_194)) { + lean_ctor_release(x_194, 0); + x_202 = x_194; } else { - lean_dec_ref(x_178); - x_186 = lean_box(0); + lean_dec_ref(x_194); + x_202 = lean_box(0); } -if (lean_is_scalar(x_186)) { - x_187 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_202)) { + x_203 = lean_alloc_ctor(0, 1, 0); } else { - x_187 = x_186; + x_203 = x_202; } -lean_ctor_set(x_187, 0, x_185); -x_188 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_188, 0, x_187); -lean_ctor_set(x_188, 1, x_184); -return x_188; +lean_ctor_set(x_203, 0, x_201); +x_204 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_204, 0, x_203); +lean_ctor_set(x_204, 1, x_200); +return x_204; } } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; size_t x_192; lean_object* x_193; uint8_t x_194; -x_189 = lean_ctor_get(x_178, 0); -lean_inc(x_189); -lean_dec(x_178); -x_190 = lean_ctor_get(x_177, 1); -lean_inc(x_190); -lean_dec(x_177); -x_191 = lean_ctor_get(x_189, 1); -lean_inc(x_191); -lean_dec(x_189); -x_192 = lean_unbox_usize(x_191); -lean_dec(x_191); -x_193 = lean_llvm_build_ret(x_1, x_2, x_192, x_190); -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); -lean_dec(x_195); -x_196 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -lean_ctor_set(x_193, 0, x_196); -return x_193; +lean_object* x_205; lean_object* x_206; lean_object* x_207; size_t x_208; lean_object* x_209; uint8_t x_210; +x_205 = lean_ctor_get(x_194, 0); +lean_inc(x_205); +lean_dec(x_194); +x_206 = lean_ctor_get(x_193, 1); +lean_inc(x_206); +lean_dec(x_193); +x_207 = lean_ctor_get(x_205, 1); +lean_inc(x_207); +lean_dec(x_205); +x_208 = lean_unbox_usize(x_207); +lean_dec(x_207); +x_209 = lean_llvm_build_ret(x_1, x_2, x_208, x_206); +x_210 = !lean_is_exclusive(x_209); +if (x_210 == 0) +{ +lean_object* x_211; lean_object* x_212; +x_211 = lean_ctor_get(x_209, 0); +lean_dec(x_211); +x_212 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_209, 0, x_212); +return x_209; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_197 = lean_ctor_get(x_193, 1); -lean_inc(x_197); -lean_dec(x_193); -x_198 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_199 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_199, 0, x_198); -lean_ctor_set(x_199, 1, x_197); -return x_199; +lean_object* x_213; lean_object* x_214; lean_object* x_215; +x_213 = lean_ctor_get(x_209, 1); +lean_inc(x_213); +lean_dec(x_209); +x_214 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_215 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_215, 0, x_214); +lean_ctor_set(x_215, 1, x_213); +return x_215; } } } case 12: { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_200 = lean_ctor_get(x_3, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_3, 1); -lean_inc(x_201); +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = lean_ctor_get(x_3, 0); +lean_inc(x_216); +x_217 = lean_ctor_get(x_3, 1); +lean_inc(x_217); lean_dec(x_3); -x_202 = l_Lean_IR_EmitLLVM_emitJmp(x_1, x_2, x_200, x_201, x_4, x_5, x_6); -return x_202; +x_218 = l_Lean_IR_EmitLLVM_emitJmp(x_1, x_2, x_216, x_217, x_4, x_5, x_6); +return x_218; } default: { -lean_object* x_203; lean_object* x_204; +lean_object* x_219; +x_219 = l_Lean_IR_EmitLLVM_emitUnreachable(x_1, x_2, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); -x_203 = l_Lean_IR_EmitLLVM_emitBlock___closed__7; -x_204 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_6); -return x_204; +return x_219; } } } @@ -29916,477 +30435,280 @@ x_10 = l_Lean_IR_EmitLLVM_emitFns(x_7, x_8, x_9, x_4, x_5, x_6); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn(size_t x_1, size_t x_2, lean_object* x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -lean_object* x_9; lean_object* x_10; -x_9 = l_Lean_IR_Decl_resultType(x_3); -lean_inc(x_7); -lean_inc(x_6); -x_10 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_9, x_6, x_7, x_8); -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_dec(x_7); -lean_dec(x_6); -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) -{ -lean_object* x_13; uint8_t x_14; -x_13 = lean_ctor_get(x_10, 0); -lean_dec(x_13); -x_14 = !lean_is_exclusive(x_11); -if (x_14 == 0) -{ -return x_10; -} -else -{ -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_11, 0); -lean_inc(x_15); +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; size_t x_20; size_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_8 = l_LLVM_voidPtrType(x_1, 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_LLVM_voidPtrType(x_1, x_10); +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_16 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_10, 0, x_16); -return x_10; -} -} -else -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_10, 1); +x_14 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_15 = lean_array_push(x_14, x_12); +x_16 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_13); +x_17 = lean_ctor_get(x_16, 0); lean_inc(x_17); -lean_dec(x_10); -x_18 = lean_ctor_get(x_11, 0); +x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); -if (lean_is_exclusive(x_11)) { - lean_ctor_release(x_11, 0); - x_19 = x_11; -} else { - lean_dec_ref(x_11); - x_19 = lean_box(0); -} -if (lean_is_scalar(x_19)) { - x_20 = lean_alloc_ctor(0, 1, 0); -} else { - x_20 = x_19; -} -lean_ctor_set(x_20, 0, x_18); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_17); -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; lean_object* x_32; size_t x_33; size_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_22 = lean_ctor_get(x_10, 1); -lean_inc(x_22); -lean_dec(x_10); -x_23 = lean_ctor_get(x_11, 0); +lean_dec(x_16); +x_19 = lean_ctor_get(x_17, 0); +lean_inc(x_19); +lean_dec(x_17); +x_20 = lean_unbox_usize(x_19); +lean_dec(x_19); +x_21 = lean_unbox_usize(x_9); +x_22 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_20, x_21, x_3, x_15, x_5, x_6, x_18); +x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); -lean_dec(x_11); -x_24 = l_LLVM_voidPtrType(x_1, x_22); -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_IR_EmitLLVM_callLeanBox___closed__1; -x_28 = lean_array_push(x_27, x_25); -x_29 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_7, x_26); +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); +x_25 = !lean_is_exclusive(x_23); +if (x_25 == 0) +{ +lean_object* x_26; uint8_t x_27; size_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; size_t x_35; size_t x_36; lean_object* x_37; uint8_t x_38; +x_26 = lean_ctor_get(x_23, 0); +x_27 = 0; +x_28 = lean_unbox_usize(x_9); +lean_dec(x_9); +x_29 = lean_llvm_function_type(x_1, x_28, x_15, x_27, x_24); +lean_dec(x_15); 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); +x_32 = lean_box_usize(x_4); +x_33 = lean_array_push(x_14, x_32); +x_34 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_35 = lean_unbox_usize(x_30); lean_dec(x_30); -x_33 = lean_unbox_usize(x_32); -lean_dec(x_32); -x_34 = lean_unbox_usize(x_23); -x_35 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_33, x_34, x_4, x_28, x_6, x_7, x_31); -lean_dec(x_7); -lean_dec(x_6); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = !lean_is_exclusive(x_36); +x_36 = lean_unbox_usize(x_26); +lean_dec(x_26); +x_37 = lean_llvm_build_call2(x_1, x_2, x_35, x_36, x_33, x_34, x_31); +lean_dec(x_33); +x_38 = !lean_is_exclusive(x_37); if (x_38 == 0) { -lean_object* x_39; uint8_t x_40; size_t x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; lean_object* x_50; uint8_t x_51; -x_39 = lean_ctor_get(x_36, 0); -x_40 = 0; -x_41 = lean_unbox_usize(x_23); -lean_dec(x_23); -x_42 = lean_llvm_function_type(x_1, x_41, x_28, x_40, x_37); -lean_dec(x_28); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_box_usize(x_5); -x_46 = lean_array_push(x_27, x_45); -x_47 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_48 = lean_unbox_usize(x_43); -lean_dec(x_43); -x_49 = lean_unbox_usize(x_39); -lean_dec(x_39); -x_50 = lean_llvm_build_call2(x_1, x_2, x_48, x_49, x_46, x_47, x_44); -lean_dec(x_46); -x_51 = !lean_is_exclusive(x_50); -if (x_51 == 0) -{ -lean_object* x_52; -x_52 = lean_ctor_get(x_50, 0); -lean_ctor_set(x_36, 0, x_52); -lean_ctor_set(x_50, 0, x_36); -return x_50; +lean_object* x_39; +x_39 = lean_ctor_get(x_37, 0); +lean_ctor_set(x_23, 0, x_39); +lean_ctor_set(x_37, 0, x_23); +return x_37; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_50, 0); -x_54 = lean_ctor_get(x_50, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_50); -lean_ctor_set(x_36, 0, x_53); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_36); -lean_ctor_set(x_55, 1, x_54); -return x_55; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_37, 0); +x_41 = lean_ctor_get(x_37, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_37); +lean_ctor_set(x_23, 0, x_40); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_23); +lean_ctor_set(x_42, 1, x_41); +return x_42; } } else { -lean_object* x_56; uint8_t x_57; size_t 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; size_t x_65; size_t x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_56 = lean_ctor_get(x_36, 0); -lean_inc(x_56); -lean_dec(x_36); -x_57 = 0; -x_58 = lean_unbox_usize(x_23); +lean_object* x_43; uint8_t x_44; size_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; size_t x_52; size_t 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_43 = lean_ctor_get(x_23, 0); +lean_inc(x_43); lean_dec(x_23); -x_59 = lean_llvm_function_type(x_1, x_58, x_28, x_57, x_37); -lean_dec(x_28); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = lean_box_usize(x_5); -x_63 = lean_array_push(x_27, x_62); -x_64 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_65 = lean_unbox_usize(x_60); -lean_dec(x_60); -x_66 = lean_unbox_usize(x_56); -lean_dec(x_56); -x_67 = lean_llvm_build_call2(x_1, x_2, x_65, x_66, x_63, x_64, x_61); -lean_dec(x_63); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_70 = x_67; +x_44 = 0; +x_45 = lean_unbox_usize(x_9); +lean_dec(x_9); +x_46 = lean_llvm_function_type(x_1, x_45, x_15, x_44, x_24); +lean_dec(x_15); +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 = lean_box_usize(x_4); +x_50 = lean_array_push(x_14, x_49); +x_51 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_52 = lean_unbox_usize(x_47); +lean_dec(x_47); +x_53 = lean_unbox_usize(x_43); +lean_dec(x_43); +x_54 = lean_llvm_build_call2(x_1, x_2, x_52, x_53, x_50, x_51, x_48); +lean_dec(x_50); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +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_67); - x_70 = lean_box(0); + lean_dec_ref(x_54); + x_57 = lean_box(0); } -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_68); -if (lean_is_scalar(x_70)) { - x_72 = lean_alloc_ctor(0, 2, 0); +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_55); +if (lean_is_scalar(x_57)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_72 = x_70; -} -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -return x_72; -} -} -} -else -{ -uint8_t x_73; -lean_dec(x_7); -lean_dec(x_6); -x_73 = !lean_is_exclusive(x_10); -if (x_73 == 0) -{ -return x_10; -} -else -{ -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_10, 0); -x_75 = lean_ctor_get(x_10, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_10); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; + x_59 = x_57; } +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_56); +return x_59; } } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callIODeclInitFn___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_IR_EmitLLVM_callIODeclInitFn___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; size_t x_11; lean_object* x_12; -x_9 = lean_unbox_usize(x_1); +size_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_8 = lean_unbox_usize(x_1); lean_dec(x_1); -x_10 = lean_unbox_usize(x_2); +x_9 = lean_unbox_usize(x_2); lean_dec(x_2); -x_11 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_12 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_9, x_10, x_3, x_4, x_11, x_6, x_7, x_8); +x_10 = lean_unbox_usize(x_4); lean_dec(x_4); +x_11 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_8, x_9, x_3, x_10, x_5, x_6, x_7); +lean_dec(x_6); +lean_dec(x_5); lean_dec(x_3); -return x_12; +return x_11; } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callPureDeclInitFn(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_EXPORT lean_object* l_Lean_IR_EmitLLVM_callPureDeclInitFn(size_t x_1, size_t x_2, lean_object* x_3, size_t 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_Lean_IR_Decl_resultType(x_3); -lean_inc(x_6); -lean_inc(x_5); -x_9 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_8, x_5, x_6, x_7); -if (lean_obj_tag(x_9) == 0) -{ -lean_object* x_10; -x_10 = lean_ctor_get(x_9, 0); +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; size_t x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_8 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, 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); -if (lean_obj_tag(x_10) == 0) -{ -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); -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) -{ -return x_9; -} -else -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_10, 0); -lean_inc(x_14); -lean_dec(x_10); -x_15 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_9, 0, x_15); -return x_9; -} -} -else -{ -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, 1); -lean_inc(x_16); +lean_dec(x_8); +x_11 = lean_ctor_get(x_9, 0); +lean_inc(x_11); lean_dec(x_9); -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); -} -if (lean_is_scalar(x_18)) { - x_19 = lean_alloc_ctor(0, 1, 0); -} else { - x_19 = x_18; -} -lean_ctor_set(x_19, 0, 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_16); -return x_20; -} -} -else +x_12 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; +x_13 = lean_unbox_usize(x_11); +lean_dec(x_11); +x_14 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_13, x_4, x_3, x_12, x_5, x_6, x_10); +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_is_exclusive(x_15); +if (x_17 == 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; size_t x_28; size_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_21 = lean_ctor_get(x_9, 1); +lean_object* x_18; uint8_t 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; lean_object* x_26; uint8_t x_27; +x_18 = lean_ctor_get(x_15, 0); +x_19 = 0; +x_20 = lean_llvm_function_type(x_1, x_4, x_12, x_19, x_16); +x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -lean_dec(x_9); -x_22 = lean_ctor_get(x_10, 0); +x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); -lean_dec(x_10); -x_23 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_21); -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_ctor_get(x_24, 0); -lean_inc(x_26); -lean_dec(x_24); -x_27 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; -x_28 = lean_unbox_usize(x_26); -lean_dec(x_26); -x_29 = lean_unbox_usize(x_22); -x_30 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_28, x_29, x_4, x_27, x_5, x_6, x_25); -lean_dec(x_6); -lean_dec(x_5); -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 = !lean_is_exclusive(x_31); -if (x_33 == 0) -{ -lean_object* x_34; uint8_t x_35; size_t 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; lean_object* x_43; uint8_t x_44; -x_34 = lean_ctor_get(x_31, 0); -x_35 = 0; -x_36 = lean_unbox_usize(x_22); -lean_dec(x_22); -x_37 = lean_llvm_function_type(x_1, x_36, x_27, x_35, x_32); -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_IR_EmitLLVM_emitJp___closed__3; -x_41 = lean_unbox_usize(x_38); -lean_dec(x_38); -x_42 = lean_unbox_usize(x_34); -lean_dec(x_34); -x_43 = lean_llvm_build_call2(x_1, x_2, x_41, x_42, x_27, x_40, x_39); -x_44 = !lean_is_exclusive(x_43); -if (x_44 == 0) -{ -lean_object* x_45; -x_45 = lean_ctor_get(x_43, 0); -lean_ctor_set(x_31, 0, x_45); -lean_ctor_set(x_43, 0, x_31); -return x_43; -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_43, 0); -x_47 = lean_ctor_get(x_43, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_43); -lean_ctor_set(x_31, 0, x_46); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_31); -lean_ctor_set(x_48, 1, x_47); -return x_48; -} +lean_dec(x_20); +x_23 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_24 = lean_unbox_usize(x_21); +lean_dec(x_21); +x_25 = lean_unbox_usize(x_18); +lean_dec(x_18); +x_26 = lean_llvm_build_call2(x_1, x_2, x_24, x_25, x_12, x_23, x_22); +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) +{ +lean_object* x_28; +x_28 = lean_ctor_get(x_26, 0); +lean_ctor_set(x_15, 0, x_28); +lean_ctor_set(x_26, 0, x_15); +return x_26; } else { -lean_object* x_49; uint8_t x_50; size_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; size_t x_56; size_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; -x_49 = lean_ctor_get(x_31, 0); -lean_inc(x_49); -lean_dec(x_31); -x_50 = 0; -x_51 = lean_unbox_usize(x_22); -lean_dec(x_22); -x_52 = lean_llvm_function_type(x_1, x_51, x_27, x_50, x_32); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_56 = lean_unbox_usize(x_53); -lean_dec(x_53); -x_57 = lean_unbox_usize(x_49); -lean_dec(x_49); -x_58 = lean_llvm_build_call2(x_1, x_2, x_56, x_57, x_27, x_55, x_54); -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); -lean_inc(x_60); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_61 = x_58; -} else { - lean_dec_ref(x_58); - x_61 = lean_box(0); -} -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_59); -if (lean_is_scalar(x_61)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_61; -} -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_60); -return x_63; -} +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_26, 0); +x_30 = lean_ctor_get(x_26, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_26); +lean_ctor_set(x_15, 0, x_29); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_15); +lean_ctor_set(x_31, 1, x_30); +return x_31; } } else { -uint8_t x_64; -lean_dec(x_6); -lean_dec(x_5); -x_64 = !lean_is_exclusive(x_9); -if (x_64 == 0) -{ -return x_9; +lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; size_t x_38; size_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; +x_32 = lean_ctor_get(x_15, 0); +lean_inc(x_32); +lean_dec(x_15); +x_33 = 0; +x_34 = lean_llvm_function_type(x_1, x_4, x_12, x_33, x_16); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_38 = lean_unbox_usize(x_35); +lean_dec(x_35); +x_39 = lean_unbox_usize(x_32); +lean_dec(x_32); +x_40 = lean_llvm_build_call2(x_1, x_2, x_38, x_39, x_12, x_37, x_36); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +if (lean_is_exclusive(x_40)) { + lean_ctor_release(x_40, 0); + lean_ctor_release(x_40, 1); + x_43 = x_40; +} else { + lean_dec_ref(x_40); + x_43 = lean_box(0); } -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_9, 0); -x_66 = lean_ctor_get(x_9, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_9); -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; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_41); +if (lean_is_scalar(x_43)) { + x_45 = lean_alloc_ctor(0, 2, 0); +} else { + x_45 = x_43; } +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_42); +return x_45; } } } LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_callPureDeclInitFn___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; +size_t x_8; size_t x_9; size_t x_10; lean_object* x_11; x_8 = lean_unbox_usize(x_1); lean_dec(x_1); x_9 = lean_unbox_usize(x_2); lean_dec(x_2); -x_10 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_8, x_9, x_3, x_4, x_5, x_6, x_7); +x_10 = lean_unbox_usize(x_4); lean_dec(x_4); +x_11 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_8, x_9, x_3, x_10, x_5, x_6, x_7); +lean_dec(x_6); +lean_dec(x_5); lean_dec(x_3); -return x_10; +return x_11; } } static lean_object* _init_l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___closed__1() { @@ -30498,372 +30820,403 @@ x_1 = lean_mk_string_from_bytes("_res", 4); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(size_t x_1, size_t x_2, size_t 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_object* x_13) { +LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(size_t x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, size_t x_6, lean_object* x_7, size_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _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; lean_object* x_21; lean_object* x_22; -x_14 = lean_box_usize(x_1); -x_15 = lean_llvm_position_builder_at_end(x_14, x_2, x_3, x_13); -x_16 = lean_ctor_get(x_15, 1); -lean_inc(x_16); -lean_dec(x_15); -x_17 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_11, x_12, x_16); -x_18 = lean_ctor_get(x_17, 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; lean_object* x_21; +x_13 = lean_box_usize(x_1); +x_14 = lean_llvm_position_builder_at_end(x_13, x_2, x_3, x_12); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_10, x_11, x_15); +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); +lean_dec(x_16); +x_19 = lean_ctor_get(x_17, 0); 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 = l_Lean_IR_EmitLLVM_toCName___rarg(x_4, 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) +x_20 = l_Lean_IR_EmitLLVM_toCName___rarg(x_4, x_10, x_11, x_18); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +if (lean_obj_tag(x_21) == 0) { -uint8_t x_23; -lean_dec(x_20); -lean_dec(x_12); +uint8_t x_22; +lean_dec(x_19); lean_dec(x_11); -lean_dec(x_6); +lean_dec(x_10); +lean_dec(x_7); lean_dec(x_5); -x_23 = !lean_is_exclusive(x_21); -if (x_23 == 0) +x_22 = !lean_is_exclusive(x_20); +if (x_22 == 0) { -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_21, 0); -lean_dec(x_24); -x_25 = !lean_is_exclusive(x_22); -if (x_25 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = lean_ctor_get(x_20, 0); +lean_dec(x_23); +x_24 = !lean_is_exclusive(x_21); +if (x_24 == 0) { -return x_21; +return x_20; } else { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_22, 0); -lean_inc(x_26); -lean_dec(x_22); -x_27 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_21, 0, x_27); -return x_21; +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 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_20, 0, x_26); +return x_20; } } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_28 = lean_ctor_get(x_21, 1); +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, 1); +lean_inc(x_27); +lean_dec(x_20); +x_28 = lean_ctor_get(x_21, 0); lean_inc(x_28); -lean_dec(x_21); -x_29 = lean_ctor_get(x_22, 0); -lean_inc(x_29); -if (lean_is_exclusive(x_22)) { - lean_ctor_release(x_22, 0); - x_30 = x_22; +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + x_29 = x_21; } else { - lean_dec_ref(x_22); - x_30 = lean_box(0); + lean_dec_ref(x_21); + x_29 = lean_box(0); } -if (lean_is_scalar(x_30)) { - x_31 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_29)) { + x_30 = lean_alloc_ctor(0, 1, 0); } else { - x_31 = x_30; + x_30 = x_29; } -lean_ctor_set(x_31, 0, x_29); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_28); -return x_32; +lean_ctor_set(x_30, 0, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_27); +return x_31; } } else { -lean_object* x_33; lean_object* x_34; size_t x_35; lean_object* x_36; -x_33 = lean_ctor_get(x_21, 1); +lean_object* x_32; lean_object* x_33; size_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; 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; lean_object* x_53; size_t x_54; lean_object* x_55; +x_32 = lean_ctor_get(x_20, 1); +lean_inc(x_32); +lean_dec(x_20); +x_33 = lean_ctor_get(x_21, 0); lean_inc(x_33); lean_dec(x_21); -x_34 = lean_ctor_get(x_22, 0); -lean_inc(x_34); -lean_dec(x_22); -x_35 = lean_unbox_usize(x_20); -lean_dec(x_20); -lean_inc(x_12); -lean_inc(x_11); -x_36 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_5, x_34, x_35, x_11, x_12, x_33); -lean_dec(x_34); +x_34 = lean_unbox_usize(x_19); +lean_dec(x_19); +x_35 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_33, x_34, x_10, x_11, x_32); +lean_dec(x_33); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = lean_ctor_get(x_36, 0); +lean_inc(x_38); +lean_dec(x_36); +x_39 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_40 = lean_string_append(x_39, x_5); +x_41 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__1; +lean_inc(x_40); +x_42 = lean_string_append(x_40, x_41); +x_43 = lean_unbox_usize(x_38); +x_44 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_43, x_42, x_10, x_11, x_37); +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_45, 0); +lean_inc(x_47); +lean_dec(x_45); +x_48 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; +x_49 = lean_string_append(x_48, x_5); lean_dec(x_5); -if (lean_obj_tag(x_36) == 0) +x_50 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; +x_51 = lean_string_append(x_49, x_50); +x_52 = lean_box_usize(x_1); +lean_inc(x_38); +x_53 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); +lean_closure_set(x_53, 0, x_52); +lean_closure_set(x_53, 1, x_38); +x_54 = lean_unbox_usize(x_47); +lean_dec(x_47); +lean_inc(x_11); +lean_inc(x_10); +x_55 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_51, x_54, x_53, x_10, x_11, x_46); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_37; -x_37 = lean_ctor_get(x_36, 0); -lean_inc(x_37); -if (lean_obj_tag(x_37) == 0) +lean_object* x_56; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +if (lean_obj_tag(x_56) == 0) { -uint8_t x_38; -lean_dec(x_12); +uint8_t x_57; +lean_dec(x_40); +lean_dec(x_38); lean_dec(x_11); -lean_dec(x_6); -x_38 = !lean_is_exclusive(x_36); -if (x_38 == 0) +lean_dec(x_10); +lean_dec(x_7); +x_57 = !lean_is_exclusive(x_55); +if (x_57 == 0) { -lean_object* x_39; uint8_t x_40; -x_39 = lean_ctor_get(x_36, 0); -lean_dec(x_39); -x_40 = !lean_is_exclusive(x_37); -if (x_40 == 0) +lean_object* x_58; uint8_t x_59; +x_58 = lean_ctor_get(x_55, 0); +lean_dec(x_58); +x_59 = !lean_is_exclusive(x_56); +if (x_59 == 0) { -return x_36; +return x_55; } else { -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_37, 0); -lean_inc(x_41); -lean_dec(x_37); -x_42 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_36, 0, x_42); -return x_36; +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_56, 0); +lean_inc(x_60); +lean_dec(x_56); +x_61 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_55, 0, x_61); +return x_55; } } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_43 = lean_ctor_get(x_36, 1); -lean_inc(x_43); -lean_dec(x_36); -x_44 = lean_ctor_get(x_37, 0); -lean_inc(x_44); -if (lean_is_exclusive(x_37)) { - lean_ctor_release(x_37, 0); - x_45 = x_37; +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_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_ctor_get(x_56, 0); +lean_inc(x_63); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + x_64 = x_56; } else { - lean_dec_ref(x_37); - x_45 = lean_box(0); + lean_dec_ref(x_56); + x_64 = lean_box(0); } -if (lean_is_scalar(x_45)) { - x_46 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(0, 1, 0); } else { - x_46 = x_45; + x_65 = x_64; } -lean_ctor_set(x_46, 0, 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_43); -return x_47; +lean_ctor_set(x_65, 0, x_63); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_62); +return x_66; } } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; size_t 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; size_t x_65; lean_object* x_66; -x_48 = lean_ctor_get(x_36, 1); -lean_inc(x_48); -lean_dec(x_36); -x_49 = lean_ctor_get(x_37, 0); -lean_inc(x_49); -lean_dec(x_37); -x_50 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_51 = lean_string_append(x_50, x_6); -x_52 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__1; -lean_inc(x_51); -x_53 = lean_string_append(x_51, x_52); -x_54 = lean_unbox_usize(x_49); -x_55 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_54, x_53, x_11, x_12, x_48); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); +lean_object* x_67; uint8_t x_68; lean_dec(x_56); -x_59 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; -x_60 = lean_string_append(x_59, x_6); -lean_dec(x_6); -x_61 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; -x_62 = lean_string_append(x_60, x_61); -x_63 = lean_box_usize(x_1); -lean_inc(x_49); -x_64 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); -lean_closure_set(x_64, 0, x_63); -lean_closure_set(x_64, 1, x_49); -x_65 = lean_unbox_usize(x_58); -lean_dec(x_58); -lean_inc(x_12); +x_67 = lean_ctor_get(x_55, 1); +lean_inc(x_67); +lean_dec(x_55); +x_68 = l_Lean_IR_IRType_isScalar(x_7); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; size_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t x_76; lean_object* x_77; lean_object* x_78; size_t 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_7); +x_69 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__4; +x_70 = lean_string_append(x_40, x_69); +x_71 = lean_unbox_usize(x_38); +lean_dec(x_38); +x_72 = l_Lean_IR_EmitLLVM_callLeanIOResultGetValue(x_1, x_2, x_71, x_70, x_10, x_11, x_67); +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); +x_75 = lean_ctor_get(x_73, 0); +lean_inc(x_75); +lean_dec(x_73); +x_76 = lean_unbox_usize(x_75); +x_77 = lean_llvm_build_store(x_1, x_2, x_76, x_8, x_74); +x_78 = lean_ctor_get(x_77, 1); +lean_inc(x_78); +lean_dec(x_77); +x_79 = lean_unbox_usize(x_75); +lean_dec(x_75); +x_80 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_79, x_10, x_11, x_78); +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 = lean_ctor_get(x_81, 0); +lean_inc(x_83); +lean_dec(x_81); +x_84 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__2(x_1, x_2, x_6, x_83, x_10, x_11, x_82); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_83); +return x_84; +} +else +{ +lean_object* x_85; lean_object* x_86; size_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; size_t x_92; lean_object* x_93; +x_85 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__4; +x_86 = lean_string_append(x_40, x_85); +x_87 = lean_unbox_usize(x_38); +lean_dec(x_38); +x_88 = l_Lean_IR_EmitLLVM_callLeanIOResultGetValue(x_1, x_2, x_87, x_86, x_10, x_11, x_67); +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_ctor_get(x_89, 0); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_unbox_usize(x_91); +lean_dec(x_91); lean_inc(x_11); -x_66 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_62, x_65, x_64, x_11, x_12, x_57); -if (lean_obj_tag(x_66) == 0) +lean_inc(x_10); +x_93 = l_Lean_IR_EmitLLVM_callUnboxForType(x_1, x_2, x_7, x_92, x_39, x_10, x_11, x_90); +if (lean_obj_tag(x_93) == 0) { -lean_object* x_67; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -if (lean_obj_tag(x_67) == 0) +lean_object* x_94; +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +if (lean_obj_tag(x_94) == 0) { -uint8_t x_68; -lean_dec(x_51); -lean_dec(x_49); -lean_dec(x_12); +uint8_t x_95; lean_dec(x_11); -x_68 = !lean_is_exclusive(x_66); -if (x_68 == 0) +lean_dec(x_10); +x_95 = !lean_is_exclusive(x_93); +if (x_95 == 0) { -lean_object* x_69; uint8_t x_70; -x_69 = lean_ctor_get(x_66, 0); -lean_dec(x_69); -x_70 = !lean_is_exclusive(x_67); -if (x_70 == 0) +lean_object* x_96; uint8_t x_97; +x_96 = lean_ctor_get(x_93, 0); +lean_dec(x_96); +x_97 = !lean_is_exclusive(x_94); +if (x_97 == 0) { -return x_66; +return x_93; } else { -lean_object* x_71; lean_object* x_72; -x_71 = lean_ctor_get(x_67, 0); -lean_inc(x_71); -lean_dec(x_67); -x_72 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_66, 0, x_72); -return x_66; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_94, 0); +lean_inc(x_98); +lean_dec(x_94); +x_99 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_93, 0, x_99); +return x_93; } } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_ctor_get(x_67, 0); -lean_inc(x_74); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - x_75 = x_67; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_ctor_get(x_94, 0); +lean_inc(x_101); +if (lean_is_exclusive(x_94)) { + lean_ctor_release(x_94, 0); + x_102 = x_94; } else { - lean_dec_ref(x_67); - x_75 = lean_box(0); + lean_dec_ref(x_94); + x_102 = lean_box(0); } -if (lean_is_scalar(x_75)) { - x_76 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_102)) { + x_103 = lean_alloc_ctor(0, 1, 0); } else { - x_76 = x_75; -} -lean_ctor_set(x_76, 0, x_74); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_77, 1, x_73); -return x_77; + x_103 = x_102; } +lean_ctor_set(x_103, 0, x_101); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_100); +return x_104; } -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; size_t x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; size_t x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; -lean_dec(x_67); -x_78 = lean_ctor_get(x_66, 1); -lean_inc(x_78); -lean_dec(x_66); -x_79 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__4; -x_80 = lean_string_append(x_51, x_79); -x_81 = lean_unbox_usize(x_49); -lean_dec(x_49); -x_82 = l_Lean_IR_EmitLLVM_callLeanIOResultGetValue(x_1, x_2, x_81, x_80, x_11, x_12, x_78); -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); -x_85 = lean_ctor_get(x_83, 0); -lean_inc(x_85); -lean_dec(x_83); -x_86 = lean_unbox_usize(x_85); -x_87 = lean_llvm_build_store(x_1, x_2, x_86, x_7, x_84); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -lean_dec(x_87); -x_89 = l_Lean_IR_IRType_isObj(x_9); -if (x_89 == 0) -{ -lean_object* x_90; lean_object* x_91; -lean_dec(x_85); -x_90 = lean_box(0); -x_91 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__2(x_1, x_2, x_8, x_90, x_11, x_12, x_88); -lean_dec(x_12); -lean_dec(x_11); -return x_91; } else { -size_t x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_92 = lean_unbox_usize(x_85); -lean_dec(x_85); -x_93 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_92, x_11, x_12, x_88); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_93, 1); -lean_inc(x_95); +lean_object* x_105; lean_object* x_106; size_t x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_105 = lean_ctor_get(x_93, 1); +lean_inc(x_105); lean_dec(x_93); -x_96 = lean_ctor_get(x_94, 0); -lean_inc(x_96); +x_106 = lean_ctor_get(x_94, 0); +lean_inc(x_106); lean_dec(x_94); -x_97 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__2(x_1, x_2, x_8, x_96, x_11, x_12, x_95); -lean_dec(x_12); +x_107 = lean_unbox_usize(x_106); +lean_dec(x_106); +x_108 = lean_llvm_build_store(x_1, x_2, x_107, x_8, x_105); +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_108, 1); +lean_inc(x_110); +lean_dec(x_108); +x_111 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__2(x_1, x_2, x_6, x_109, x_10, x_11, x_110); lean_dec(x_11); -lean_dec(x_96); -return x_97; -} +lean_dec(x_10); +lean_dec(x_109); +return x_111; } } else { -uint8_t x_98; -lean_dec(x_51); -lean_dec(x_49); -lean_dec(x_12); +uint8_t x_112; lean_dec(x_11); -x_98 = !lean_is_exclusive(x_66); -if (x_98 == 0) +lean_dec(x_10); +x_112 = !lean_is_exclusive(x_93); +if (x_112 == 0) { -return x_66; +return x_93; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_66, 0); -x_100 = lean_ctor_get(x_66, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_66); -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; +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_93, 0); +x_114 = lean_ctor_get(x_93, 1); +lean_inc(x_114); +lean_inc(x_113); +lean_dec(x_93); +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_114); +return x_115; +} } } } } else { -uint8_t x_102; -lean_dec(x_12); +uint8_t x_116; +lean_dec(x_40); +lean_dec(x_38); lean_dec(x_11); -lean_dec(x_6); -x_102 = !lean_is_exclusive(x_36); -if (x_102 == 0) +lean_dec(x_10); +lean_dec(x_7); +x_116 = !lean_is_exclusive(x_55); +if (x_116 == 0) { -return x_36; +return x_55; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_36, 0); -x_104 = lean_ctor_get(x_36, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_36); -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; +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_55, 0); +x_118 = lean_ctor_get(x_55, 1); +lean_inc(x_118); +lean_inc(x_117); +lean_dec(x_55); +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; } } } @@ -30968,6 +31321,7 @@ if (lean_obj_tag(x_20) == 0) lean_object* x_21; lean_object* x_22; lean_dec(x_12); x_21 = l_Lean_IR_Decl_resultType(x_4); +lean_dec(x_4); lean_inc(x_6); lean_inc(x_5); lean_inc(x_21); @@ -30984,7 +31338,6 @@ lean_dec(x_21); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); x_24 = !lean_is_exclusive(x_22); if (x_24 == 0) { @@ -31066,7 +31419,6 @@ lean_dec(x_21); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); x_42 = !lean_is_exclusive(x_40); if (x_42 == 0) { @@ -31161,7 +31513,6 @@ lean_dec(x_57); lean_dec(x_21); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); x_69 = !lean_is_exclusive(x_67); if (x_69 == 0) { @@ -31223,9 +31574,8 @@ lean_inc(x_80); lean_dec(x_68); lean_inc(x_6); lean_inc(x_5); -x_81 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_1, x_2, x_4, x_80, x_5, x_6, x_79); -lean_dec(x_80); -lean_dec(x_4); +lean_inc(x_21); +x_81 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_21, x_5, x_6, x_79); if (lean_obj_tag(x_81) == 0) { lean_object* x_82; @@ -31234,6 +31584,7 @@ lean_inc(x_82); if (lean_obj_tag(x_82) == 0) { uint8_t x_83; +lean_dec(x_80); lean_dec(x_57); lean_dec(x_21); lean_dec(x_6); @@ -31290,7 +31641,7 @@ return x_92; } else { -lean_object* x_93; lean_object* x_94; size_t x_95; size_t x_96; lean_object* x_97; uint8_t x_98; +lean_object* x_93; lean_object* x_94; size_t x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; size_t x_100; size_t x_101; lean_object* x_102; uint8_t x_103; x_93 = lean_ctor_get(x_81, 1); lean_inc(x_93); lean_dec(x_81); @@ -31298,97 +31649,110 @@ x_94 = lean_ctor_get(x_82, 0); lean_inc(x_94); lean_dec(x_82); x_95 = lean_unbox_usize(x_94); -x_96 = lean_unbox_usize(x_57); +lean_dec(x_94); +x_96 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_1, x_2, x_80, x_95, x_5, x_6, x_93); +lean_dec(x_80); +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +x_98 = lean_ctor_get(x_96, 1); +lean_inc(x_98); +lean_dec(x_96); +x_99 = lean_ctor_get(x_97, 0); +lean_inc(x_99); +lean_dec(x_97); +x_100 = lean_unbox_usize(x_99); +x_101 = lean_unbox_usize(x_57); lean_dec(x_57); -x_97 = lean_llvm_build_store(x_1, x_2, x_95, x_96, x_93); -x_98 = !lean_is_exclusive(x_97); -if (x_98 == 0) +x_102 = lean_llvm_build_store(x_1, x_2, x_100, x_101, x_98); +x_103 = !lean_is_exclusive(x_102); +if (x_103 == 0) { -lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_99 = lean_ctor_get(x_97, 1); -x_100 = lean_ctor_get(x_97, 0); -lean_dec(x_100); -x_101 = l_Lean_IR_IRType_isObj(x_21); +lean_object* x_104; lean_object* x_105; uint8_t x_106; +x_104 = lean_ctor_get(x_102, 1); +x_105 = lean_ctor_get(x_102, 0); +lean_dec(x_105); +x_106 = l_Lean_IR_IRType_isObj(x_21); lean_dec(x_21); -if (x_101 == 0) +if (x_106 == 0) { -lean_object* x_102; -lean_dec(x_94); +lean_object* x_107; +lean_dec(x_99); lean_dec(x_6); lean_dec(x_5); -x_102 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -lean_ctor_set(x_97, 0, x_102); -return x_97; +x_107 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_102, 0, x_107); +return x_102; } else { -size_t x_103; lean_object* x_104; -lean_free_object(x_97); -x_103 = lean_unbox_usize(x_94); -lean_dec(x_94); -x_104 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_103, x_5, x_6, x_99); +size_t x_108; lean_object* x_109; +lean_free_object(x_102); +x_108 = lean_unbox_usize(x_99); +lean_dec(x_99); +x_109 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_108, x_5, x_6, x_104); lean_dec(x_6); lean_dec(x_5); -return x_104; +return x_109; } } else { -lean_object* x_105; uint8_t x_106; -x_105 = lean_ctor_get(x_97, 1); -lean_inc(x_105); -lean_dec(x_97); -x_106 = l_Lean_IR_IRType_isObj(x_21); +lean_object* x_110; uint8_t x_111; +x_110 = lean_ctor_get(x_102, 1); +lean_inc(x_110); +lean_dec(x_102); +x_111 = l_Lean_IR_IRType_isObj(x_21); lean_dec(x_21); -if (x_106 == 0) +if (x_111 == 0) { -lean_object* x_107; lean_object* x_108; -lean_dec(x_94); +lean_object* x_112; lean_object* x_113; +lean_dec(x_99); lean_dec(x_6); lean_dec(x_5); -x_107 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_105); -return x_108; +x_112 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_113 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_110); +return x_113; } else { -size_t x_109; lean_object* x_110; -x_109 = lean_unbox_usize(x_94); -lean_dec(x_94); -x_110 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_109, x_5, x_6, x_105); +size_t x_114; lean_object* x_115; +x_114 = lean_unbox_usize(x_99); +lean_dec(x_99); +x_115 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_114, x_5, x_6, x_110); lean_dec(x_6); lean_dec(x_5); -return x_110; +return x_115; } } } } else { -uint8_t x_111; +uint8_t x_116; +lean_dec(x_80); lean_dec(x_57); lean_dec(x_21); lean_dec(x_6); lean_dec(x_5); -x_111 = !lean_is_exclusive(x_81); -if (x_111 == 0) +x_116 = !lean_is_exclusive(x_81); +if (x_116 == 0) { return x_81; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_112 = lean_ctor_get(x_81, 0); -x_113 = lean_ctor_get(x_81, 1); -lean_inc(x_113); -lean_inc(x_112); +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_81, 0); +x_118 = lean_ctor_get(x_81, 1); +lean_inc(x_118); +lean_inc(x_117); lean_dec(x_81); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -return x_114; +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; } } } @@ -31397,349 +31761,344 @@ return x_114; } else { -uint8_t x_115; +uint8_t x_120; lean_dec(x_21); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_115 = !lean_is_exclusive(x_22); -if (x_115 == 0) +x_120 = !lean_is_exclusive(x_22); +if (x_120 == 0) { return x_22; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_116 = lean_ctor_get(x_22, 0); -x_117 = lean_ctor_get(x_22, 1); -lean_inc(x_117); -lean_inc(x_116); +lean_object* x_121; lean_object* x_122; lean_object* x_123; +x_121 = lean_ctor_get(x_22, 0); +x_122 = lean_ctor_get(x_22, 1); +lean_inc(x_122); +lean_inc(x_121); lean_dec(x_22); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -return x_118; +x_123 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_123, 0, x_121); +lean_ctor_set(x_123, 1, x_122); +return x_123; } } } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_119 = lean_ctor_get(x_20, 0); -lean_inc(x_119); +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_20, 0); +lean_inc(x_124); lean_dec(x_20); -x_120 = l_Lean_IR_Decl_resultType(x_4); +x_125 = l_Lean_IR_Decl_resultType(x_4); +lean_dec(x_4); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_120); -x_121 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_120, x_5, x_6, x_11); -if (lean_obj_tag(x_121) == 0) +lean_inc(x_125); +x_126 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_125, x_5, x_6, x_11); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_122; -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -if (lean_obj_tag(x_122) == 0) +lean_object* x_127; +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +if (lean_obj_tag(x_127) == 0) { -uint8_t x_123; -lean_dec(x_120); -lean_dec(x_119); +uint8_t x_128; +lean_dec(x_125); +lean_dec(x_124); lean_dec(x_13); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_123 = !lean_is_exclusive(x_121); -if (x_123 == 0) +x_128 = !lean_is_exclusive(x_126); +if (x_128 == 0) { -lean_object* x_124; uint8_t x_125; -x_124 = lean_ctor_get(x_121, 0); -lean_dec(x_124); -x_125 = !lean_is_exclusive(x_122); -if (x_125 == 0) +lean_object* x_129; uint8_t x_130; +x_129 = lean_ctor_get(x_126, 0); +lean_dec(x_129); +x_130 = !lean_is_exclusive(x_127); +if (x_130 == 0) { -return x_121; +return x_126; } else { -lean_object* x_126; lean_object* x_127; -x_126 = lean_ctor_get(x_122, 0); -lean_inc(x_126); -lean_dec(x_122); -x_127 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_121, 0, x_127); -return x_121; +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_127, 0); +lean_inc(x_131); +lean_dec(x_127); +x_132 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_132, 0, x_131); +lean_ctor_set(x_126, 0, x_132); +return x_126; } } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_128 = lean_ctor_get(x_121, 1); -lean_inc(x_128); -lean_dec(x_121); -x_129 = lean_ctor_get(x_122, 0); -lean_inc(x_129); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - x_130 = x_122; +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_133 = lean_ctor_get(x_126, 1); +lean_inc(x_133); +lean_dec(x_126); +x_134 = lean_ctor_get(x_127, 0); +lean_inc(x_134); +if (lean_is_exclusive(x_127)) { + lean_ctor_release(x_127, 0); + x_135 = x_127; } else { - lean_dec_ref(x_122); - x_130 = lean_box(0); + lean_dec_ref(x_127); + x_135 = lean_box(0); } -if (lean_is_scalar(x_130)) { - x_131 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_135)) { + x_136 = lean_alloc_ctor(0, 1, 0); } else { - x_131 = x_130; + x_136 = x_135; } -lean_ctor_set(x_131, 0, x_129); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_128); -return x_132; +lean_ctor_set(x_136, 0, x_134); +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_133); +return x_137; } } else { -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_133 = lean_ctor_get(x_121, 1); -lean_inc(x_133); -lean_dec(x_121); -x_134 = lean_ctor_get(x_122, 0); -lean_inc(x_134); -lean_dec(x_122); -x_135 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_133); -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -lean_dec(x_135); -x_138 = lean_ctor_get(x_136, 0); +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; +x_138 = lean_ctor_get(x_126, 1); lean_inc(x_138); -lean_dec(x_136); +lean_dec(x_126); +x_139 = lean_ctor_get(x_127, 0); +lean_inc(x_139); +lean_dec(x_127); +x_140 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_138); +x_141 = lean_ctor_get(x_140, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_140, 1); +lean_inc(x_142); +lean_dec(x_140); +x_143 = lean_ctor_get(x_141, 0); +lean_inc(x_143); +lean_dec(x_141); lean_inc(x_13); -x_139 = l_Lean_IR_EmitLLVM_toCName___rarg(x_13, x_5, x_6, x_137); -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -if (lean_obj_tag(x_140) == 0) +x_144 = l_Lean_IR_EmitLLVM_toCName___rarg(x_13, x_5, x_6, x_142); +x_145 = lean_ctor_get(x_144, 0); +lean_inc(x_145); +if (lean_obj_tag(x_145) == 0) { -uint8_t x_141; -lean_dec(x_138); -lean_dec(x_134); -lean_dec(x_120); -lean_dec(x_119); +uint8_t x_146; +lean_dec(x_143); +lean_dec(x_139); +lean_dec(x_125); +lean_dec(x_124); lean_dec(x_13); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_141 = !lean_is_exclusive(x_139); -if (x_141 == 0) +x_146 = !lean_is_exclusive(x_144); +if (x_146 == 0) { -lean_object* x_142; uint8_t x_143; -x_142 = lean_ctor_get(x_139, 0); -lean_dec(x_142); -x_143 = !lean_is_exclusive(x_140); -if (x_143 == 0) +lean_object* x_147; uint8_t x_148; +x_147 = lean_ctor_get(x_144, 0); +lean_dec(x_147); +x_148 = !lean_is_exclusive(x_145); +if (x_148 == 0) { -return x_139; +return x_144; } else { -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_140, 0); -lean_inc(x_144); -lean_dec(x_140); -x_145 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_139, 0, x_145); -return x_139; +lean_object* x_149; lean_object* x_150; +x_149 = lean_ctor_get(x_145, 0); +lean_inc(x_149); +lean_dec(x_145); +x_150 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_144, 0, x_150); +return x_144; } } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_146 = lean_ctor_get(x_139, 1); -lean_inc(x_146); -lean_dec(x_139); -x_147 = lean_ctor_get(x_140, 0); -lean_inc(x_147); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - x_148 = x_140; +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_151 = lean_ctor_get(x_144, 1); +lean_inc(x_151); +lean_dec(x_144); +x_152 = lean_ctor_get(x_145, 0); +lean_inc(x_152); +if (lean_is_exclusive(x_145)) { + lean_ctor_release(x_145, 0); + x_153 = x_145; } else { - lean_dec_ref(x_140); - x_148 = lean_box(0); + lean_dec_ref(x_145); + x_153 = lean_box(0); } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_153)) { + x_154 = lean_alloc_ctor(0, 1, 0); } else { - x_149 = x_148; + x_154 = x_153; } -lean_ctor_set(x_149, 0, x_147); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_146); -return x_150; +lean_ctor_set(x_154, 0, x_152); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_151); +return x_155; } } else { -lean_object* x_151; lean_object* x_152; size_t x_153; size_t x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; size_t x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; size_t x_162; size_t x_163; lean_object* x_164; lean_object* x_165; uint8_t 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; -x_151 = lean_ctor_get(x_139, 1); -lean_inc(x_151); -lean_dec(x_139); -x_152 = lean_ctor_get(x_140, 0); -lean_inc(x_152); -lean_dec(x_140); -x_153 = lean_unbox_usize(x_138); -lean_dec(x_138); -x_154 = lean_unbox_usize(x_134); -x_155 = l_LLVM_getOrAddGlobal(x_1, x_153, x_152, x_154, x_151); -lean_dec(x_152); -x_156 = lean_ctor_get(x_155, 0); +lean_object* x_156; lean_object* x_157; size_t x_158; size_t x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; size_t x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; size_t x_167; size_t x_168; lean_object* x_169; lean_object* x_170; uint8_t 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; +x_156 = lean_ctor_get(x_144, 1); lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); +lean_dec(x_144); +x_157 = lean_ctor_get(x_145, 0); lean_inc(x_157); -lean_dec(x_155); -x_158 = lean_unbox_usize(x_134); -lean_dec(x_134); -x_159 = lean_llvm_get_undef(x_1, x_158, x_157); -x_160 = lean_ctor_get(x_159, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_159, 1); +lean_dec(x_145); +x_158 = lean_unbox_usize(x_143); +lean_dec(x_143); +x_159 = lean_unbox_usize(x_139); +x_160 = l_LLVM_getOrAddGlobal(x_1, x_158, x_157, x_159, x_156); +lean_dec(x_157); +x_161 = lean_ctor_get(x_160, 0); lean_inc(x_161); -lean_dec(x_159); -x_162 = lean_unbox_usize(x_156); -x_163 = lean_unbox_usize(x_160); +x_162 = lean_ctor_get(x_160, 1); +lean_inc(x_162); lean_dec(x_160); -x_164 = lean_llvm_set_initializer(x_1, x_162, x_163, x_161); -x_165 = lean_ctor_get(x_164, 1); +x_163 = lean_unbox_usize(x_139); +lean_dec(x_139); +x_164 = lean_llvm_get_undef(x_1, x_163, x_162); +x_165 = lean_ctor_get(x_164, 0); lean_inc(x_165); +x_166 = lean_ctor_get(x_164, 1); +lean_inc(x_166); lean_dec(x_164); -x_166 = 1; +x_167 = lean_unbox_usize(x_161); +x_168 = lean_unbox_usize(x_165); +lean_dec(x_165); +x_169 = lean_llvm_set_initializer(x_1, x_167, x_168, x_166); +x_170 = lean_ctor_get(x_169, 1); +lean_inc(x_170); +lean_dec(x_169); +x_171 = 1; lean_inc(x_13); -x_167 = l_Lean_Name_toString(x_13, x_166); -x_168 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__1; -x_169 = lean_string_append(x_168, x_167); -x_170 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; -x_171 = lean_string_append(x_169, x_170); -x_172 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_171, x_5, x_6, x_165); -lean_dec(x_171); -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_173, 0); -lean_inc(x_175); -lean_dec(x_173); -x_176 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__3; -x_177 = lean_string_append(x_176, x_167); -x_178 = lean_string_append(x_177, x_170); -x_179 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_178, x_5, x_6, x_174); -lean_dec(x_178); -x_180 = lean_ctor_get(x_179, 0); +x_172 = l_Lean_Name_toString(x_13, x_171); +x_173 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__1; +x_174 = lean_string_append(x_173, x_172); +x_175 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; +x_176 = lean_string_append(x_174, x_175); +x_177 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_176, x_5, x_6, x_170); +lean_dec(x_176); +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); +x_180 = lean_ctor_get(x_178, 0); lean_inc(x_180); -x_181 = lean_ctor_get(x_179, 1); -lean_inc(x_181); -lean_dec(x_179); -x_182 = lean_ctor_get(x_180, 0); -lean_inc(x_182); -lean_dec(x_180); -x_183 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; -x_184 = l_Lean_getInitFnNameForCore_x3f(x_12, x_183, x_13); -if (lean_obj_tag(x_184) == 0) -{ -size_t x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; size_t x_189; size_t x_190; size_t x_191; lean_object* x_192; -x_185 = lean_unbox_usize(x_175); -x_186 = lean_llvm_build_br(x_1, x_2, x_185, x_181); -x_187 = lean_ctor_get(x_186, 1); +lean_dec(x_178); +x_181 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__3; +x_182 = lean_string_append(x_181, x_172); +x_183 = lean_string_append(x_182, x_175); +x_184 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_183, x_5, x_6, x_179); +lean_dec(x_183); +x_185 = lean_ctor_get(x_184, 0); +lean_inc(x_185); +x_186 = lean_ctor_get(x_184, 1); +lean_inc(x_186); +lean_dec(x_184); +x_187 = lean_ctor_get(x_185, 0); lean_inc(x_187); -lean_dec(x_186); -x_188 = lean_box(0); -x_189 = lean_unbox_usize(x_175); -lean_dec(x_175); -x_190 = lean_unbox_usize(x_156); -lean_dec(x_156); -x_191 = lean_unbox_usize(x_182); -lean_dec(x_182); -x_192 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_189, x_119, x_4, x_167, x_190, x_191, x_120, x_188, x_5, x_6, x_187); -lean_dec(x_120); -return x_192; +lean_dec(x_185); +x_188 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; +x_189 = l_Lean_getInitFnNameForCore_x3f(x_12, x_188, x_13); +if (lean_obj_tag(x_189) == 0) +{ +size_t x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; size_t x_194; size_t x_195; size_t x_196; lean_object* x_197; +x_190 = lean_unbox_usize(x_180); +x_191 = lean_llvm_build_br(x_1, x_2, x_190, x_186); +x_192 = lean_ctor_get(x_191, 1); +lean_inc(x_192); +lean_dec(x_191); +x_193 = lean_box(0); +x_194 = lean_unbox_usize(x_180); +lean_dec(x_180); +x_195 = lean_unbox_usize(x_187); +lean_dec(x_187); +x_196 = lean_unbox_usize(x_161); +lean_dec(x_161); +x_197 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_194, x_124, x_172, x_195, x_125, x_196, x_193, x_5, x_6, x_192); +return x_197; } else { -uint64_t x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; size_t x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; size_t x_203; size_t x_204; size_t x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; size_t x_209; size_t x_210; size_t x_211; lean_object* x_212; -lean_dec(x_184); -x_193 = 0; -x_194 = llvm_get_param(x_1, x_3, x_193, x_181); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; -x_198 = lean_unbox_usize(x_195); -lean_dec(x_195); -x_199 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_198, x_197, x_5, x_6, x_196); +uint64_t x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; size_t x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; size_t x_208; size_t x_209; size_t x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; size_t x_214; size_t x_215; size_t x_216; lean_object* x_217; +lean_dec(x_189); +x_198 = 0; +x_199 = llvm_get_param(x_1, x_3, x_198, x_186); 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, 0); -lean_inc(x_202); +x_202 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; +x_203 = lean_unbox_usize(x_200); lean_dec(x_200); -x_203 = lean_unbox_usize(x_202); -lean_dec(x_202); -x_204 = lean_unbox_usize(x_175); -x_205 = lean_unbox_usize(x_182); -x_206 = lean_llvm_build_cond_br(x_1, x_2, x_203, x_204, x_205, x_201); -x_207 = lean_ctor_get(x_206, 1); +x_204 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_203, x_202, x_5, x_6, x_201); +x_205 = lean_ctor_get(x_204, 0); +lean_inc(x_205); +x_206 = lean_ctor_get(x_204, 1); +lean_inc(x_206); +lean_dec(x_204); +x_207 = lean_ctor_get(x_205, 0); lean_inc(x_207); -lean_dec(x_206); -x_208 = lean_box(0); -x_209 = lean_unbox_usize(x_175); -lean_dec(x_175); -x_210 = lean_unbox_usize(x_156); -lean_dec(x_156); -x_211 = lean_unbox_usize(x_182); -lean_dec(x_182); -x_212 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_209, x_119, x_4, x_167, x_210, x_211, x_120, x_208, x_5, x_6, x_207); -lean_dec(x_120); -return x_212; +lean_dec(x_205); +x_208 = lean_unbox_usize(x_207); +lean_dec(x_207); +x_209 = lean_unbox_usize(x_180); +x_210 = lean_unbox_usize(x_187); +x_211 = lean_llvm_build_cond_br(x_1, x_2, x_208, x_209, x_210, x_206); +x_212 = lean_ctor_get(x_211, 1); +lean_inc(x_212); +lean_dec(x_211); +x_213 = lean_box(0); +x_214 = lean_unbox_usize(x_180); +lean_dec(x_180); +x_215 = lean_unbox_usize(x_187); +lean_dec(x_187); +x_216 = lean_unbox_usize(x_161); +lean_dec(x_161); +x_217 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_214, x_124, x_172, x_215, x_125, x_216, x_213, x_5, x_6, x_212); +return x_217; } } } } else { -uint8_t x_213; -lean_dec(x_120); -lean_dec(x_119); +uint8_t x_218; +lean_dec(x_125); +lean_dec(x_124); lean_dec(x_13); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_213 = !lean_is_exclusive(x_121); -if (x_213 == 0) +x_218 = !lean_is_exclusive(x_126); +if (x_218 == 0) { -return x_121; +return x_126; } else { -lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_214 = lean_ctor_get(x_121, 0); -x_215 = lean_ctor_get(x_121, 1); -lean_inc(x_215); -lean_inc(x_214); -lean_dec(x_121); -x_216 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_216, 0, x_214); -lean_ctor_set(x_216, 1, x_215); -return x_216; +lean_object* x_219; lean_object* x_220; lean_object* x_221; +x_219 = lean_ctor_get(x_126, 0); +x_220 = lean_ctor_get(x_126, 1); +lean_inc(x_220); +lean_inc(x_219); +lean_dec(x_126); +x_221 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_221, 0, x_219); +lean_ctor_set(x_221, 1, x_220); +return x_221; } } } @@ -31747,608 +32106,527 @@ return x_216; } else { -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_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_dec(x_12); lean_free_object(x_8); -x_217 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_11); -x_218 = lean_ctor_get(x_217, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_217, 1); -lean_inc(x_219); -lean_dec(x_217); -x_220 = lean_ctor_get(x_218, 0); -lean_inc(x_220); -lean_dec(x_218); +lean_dec(x_4); +x_222 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_11); +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); +x_225 = lean_ctor_get(x_223, 0); +lean_inc(x_225); +lean_dec(x_223); lean_inc(x_13); -x_221 = l_Lean_IR_EmitLLVM_toCName___rarg(x_13, x_5, x_6, x_219); -x_222 = lean_ctor_get(x_221, 0); -lean_inc(x_222); -if (lean_obj_tag(x_222) == 0) +x_226 = l_Lean_IR_EmitLLVM_toCName___rarg(x_13, x_5, x_6, x_224); +x_227 = lean_ctor_get(x_226, 0); +lean_inc(x_227); +if (lean_obj_tag(x_227) == 0) { -uint8_t x_223; -lean_dec(x_220); +uint8_t x_228; +lean_dec(x_225); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_223 = !lean_is_exclusive(x_221); -if (x_223 == 0) -{ -lean_object* x_224; uint8_t x_225; -x_224 = lean_ctor_get(x_221, 0); -lean_dec(x_224); -x_225 = !lean_is_exclusive(x_222); -if (x_225 == 0) +x_228 = !lean_is_exclusive(x_226); +if (x_228 == 0) { -return x_221; -} -else +lean_object* x_229; uint8_t x_230; +x_229 = lean_ctor_get(x_226, 0); +lean_dec(x_229); +x_230 = !lean_is_exclusive(x_227); +if (x_230 == 0) { -lean_object* x_226; lean_object* x_227; -x_226 = lean_ctor_get(x_222, 0); -lean_inc(x_226); -lean_dec(x_222); -x_227 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_221, 0, x_227); -return x_221; -} +return x_226; } else { -lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; -x_228 = lean_ctor_get(x_221, 1); -lean_inc(x_228); -lean_dec(x_221); -x_229 = lean_ctor_get(x_222, 0); -lean_inc(x_229); -if (lean_is_exclusive(x_222)) { - lean_ctor_release(x_222, 0); - x_230 = x_222; -} else { - lean_dec_ref(x_222); - x_230 = lean_box(0); -} -if (lean_is_scalar(x_230)) { - x_231 = lean_alloc_ctor(0, 1, 0); -} else { - x_231 = x_230; -} -lean_ctor_set(x_231, 0, x_229); -x_232 = lean_alloc_ctor(0, 2, 0); +lean_object* x_231; lean_object* x_232; +x_231 = lean_ctor_get(x_227, 0); +lean_inc(x_231); +lean_dec(x_227); +x_232 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_232, 0, x_231); -lean_ctor_set(x_232, 1, x_228); -return x_232; +lean_ctor_set(x_226, 0, x_232); +return x_226; } } else { -lean_object* x_233; lean_object* x_234; size_t x_235; lean_object* x_236; -x_233 = lean_ctor_get(x_221, 1); +lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; +x_233 = lean_ctor_get(x_226, 1); lean_inc(x_233); -lean_dec(x_221); -x_234 = lean_ctor_get(x_222, 0); +lean_dec(x_226); +x_234 = lean_ctor_get(x_227, 0); lean_inc(x_234); -lean_dec(x_222); -x_235 = lean_unbox_usize(x_220); -lean_dec(x_220); -lean_inc(x_6); -lean_inc(x_5); -x_236 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_4, x_234, x_235, x_5, x_6, x_233); -lean_dec(x_234); -lean_dec(x_4); -if (lean_obj_tag(x_236) == 0) -{ -lean_object* x_237; -x_237 = lean_ctor_get(x_236, 0); -lean_inc(x_237); -if (lean_obj_tag(x_237) == 0) -{ -uint8_t x_238; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -x_238 = !lean_is_exclusive(x_236); -if (x_238 == 0) -{ -lean_object* x_239; uint8_t x_240; -x_239 = lean_ctor_get(x_236, 0); -lean_dec(x_239); -x_240 = !lean_is_exclusive(x_237); -if (x_240 == 0) -{ -return x_236; -} -else -{ -lean_object* x_241; lean_object* x_242; -x_241 = lean_ctor_get(x_237, 0); -lean_inc(x_241); -lean_dec(x_237); -x_242 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_236, 0, x_242); -return x_236; -} -} -else -{ -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; -x_243 = lean_ctor_get(x_236, 1); -lean_inc(x_243); -lean_dec(x_236); -x_244 = lean_ctor_get(x_237, 0); -lean_inc(x_244); -if (lean_is_exclusive(x_237)) { - lean_ctor_release(x_237, 0); - x_245 = x_237; +if (lean_is_exclusive(x_227)) { + lean_ctor_release(x_227, 0); + x_235 = x_227; } else { - lean_dec_ref(x_237); - x_245 = lean_box(0); + lean_dec_ref(x_227); + x_235 = lean_box(0); } -if (lean_is_scalar(x_245)) { - x_246 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_235)) { + x_236 = lean_alloc_ctor(0, 1, 0); } else { - x_246 = x_245; + x_236 = x_235; } -lean_ctor_set(x_246, 0, x_244); -x_247 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_247, 0, x_246); -lean_ctor_set(x_247, 1, x_243); -return x_247; +lean_ctor_set(x_236, 0, x_234); +x_237 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_237, 0, x_236); +lean_ctor_set(x_237, 1, x_233); +return x_237; } } else { -lean_object* x_248; lean_object* x_249; lean_object* x_250; size_t x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; uint8_t 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; size_t x_264; lean_object* x_265; -x_248 = lean_ctor_get(x_236, 1); +lean_object* x_238; lean_object* x_239; size_t x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; size_t x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; uint8_t 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; size_t x_259; lean_object* x_260; +x_238 = lean_ctor_get(x_226, 1); +lean_inc(x_238); +lean_dec(x_226); +x_239 = lean_ctor_get(x_227, 0); +lean_inc(x_239); +lean_dec(x_227); +x_240 = lean_unbox_usize(x_225); +lean_dec(x_225); +x_241 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_239, x_240, x_5, x_6, x_238); +lean_dec(x_239); +x_242 = lean_ctor_get(x_241, 0); +lean_inc(x_242); +x_243 = lean_ctor_get(x_241, 1); +lean_inc(x_243); +lean_dec(x_241); +x_244 = lean_ctor_get(x_242, 0); +lean_inc(x_244); +lean_dec(x_242); +x_245 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; +x_246 = lean_unbox_usize(x_244); +x_247 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_246, x_245, x_5, x_6, x_243); +x_248 = lean_ctor_get(x_247, 0); lean_inc(x_248); -lean_dec(x_236); -x_249 = lean_ctor_get(x_237, 0); +x_249 = lean_ctor_get(x_247, 1); lean_inc(x_249); -lean_dec(x_237); -x_250 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; -x_251 = lean_unbox_usize(x_249); -x_252 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_251, x_250, x_5, x_6, x_248); -x_253 = lean_ctor_get(x_252, 0); -lean_inc(x_253); -x_254 = lean_ctor_get(x_252, 1); -lean_inc(x_254); +lean_dec(x_247); +x_250 = lean_ctor_get(x_248, 0); +lean_inc(x_250); +lean_dec(x_248); +x_251 = 1; +x_252 = l_Lean_Name_toString(x_13, x_251); +x_253 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; +x_254 = lean_string_append(x_253, x_252); lean_dec(x_252); -x_255 = lean_ctor_get(x_253, 0); -lean_inc(x_255); -lean_dec(x_253); -x_256 = 1; -x_257 = l_Lean_Name_toString(x_13, x_256); -x_258 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; -x_259 = lean_string_append(x_258, x_257); -lean_dec(x_257); -x_260 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; -x_261 = lean_string_append(x_259, x_260); -x_262 = lean_box_usize(x_1); -x_263 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); -lean_closure_set(x_263, 0, x_262); -lean_closure_set(x_263, 1, x_249); -x_264 = lean_unbox_usize(x_255); -lean_dec(x_255); -x_265 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_261, x_264, x_263, x_5, x_6, x_254); -return x_265; -} -} -else -{ -uint8_t x_266; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -x_266 = !lean_is_exclusive(x_236); -if (x_266 == 0) -{ -return x_236; -} -else -{ -lean_object* x_267; lean_object* x_268; lean_object* x_269; -x_267 = lean_ctor_get(x_236, 0); -x_268 = lean_ctor_get(x_236, 1); -lean_inc(x_268); -lean_inc(x_267); -lean_dec(x_236); -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; -} -} +x_255 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; +x_256 = lean_string_append(x_254, x_255); +x_257 = lean_box_usize(x_1); +x_258 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); +lean_closure_set(x_258, 0, x_257); +lean_closure_set(x_258, 1, x_244); +x_259 = lean_unbox_usize(x_250); +lean_dec(x_250); +x_260 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_256, x_259, x_258, x_5, x_6, x_249); +return x_260; } } } else { -lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; uint8_t x_274; -x_270 = lean_ctor_get(x_8, 0); -x_271 = lean_ctor_get(x_8, 1); -lean_inc(x_271); -lean_inc(x_270); +lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; uint8_t x_265; +x_261 = lean_ctor_get(x_8, 0); +x_262 = lean_ctor_get(x_8, 1); +lean_inc(x_262); +lean_inc(x_261); lean_dec(x_8); -x_272 = lean_ctor_get(x_270, 0); -lean_inc(x_272); -lean_dec(x_270); -x_273 = l_Lean_IR_Decl_name(x_4); -lean_inc(x_273); -lean_inc(x_272); -x_274 = l_Lean_isIOUnitInitFn(x_272, x_273); -if (x_274 == 0) -{ -lean_object* x_275; lean_object* x_276; lean_object* x_277; uint8_t x_278; -x_275 = l_Lean_IR_Decl_params(x_4); -x_276 = lean_array_get_size(x_275); -lean_dec(x_275); -x_277 = lean_unsigned_to_nat(0u); -x_278 = lean_nat_dec_eq(x_276, x_277); -lean_dec(x_276); -if (x_278 == 0) -{ -lean_object* x_279; lean_object* x_280; -lean_dec(x_273); -lean_dec(x_272); +x_263 = lean_ctor_get(x_261, 0); +lean_inc(x_263); +lean_dec(x_261); +x_264 = l_Lean_IR_Decl_name(x_4); +lean_inc(x_264); +lean_inc(x_263); +x_265 = l_Lean_isIOUnitInitFn(x_263, x_264); +if (x_265 == 0) +{ +lean_object* x_266; lean_object* x_267; lean_object* x_268; uint8_t x_269; +x_266 = l_Lean_IR_Decl_params(x_4); +x_267 = lean_array_get_size(x_266); +lean_dec(x_266); +x_268 = lean_unsigned_to_nat(0u); +x_269 = lean_nat_dec_eq(x_267, x_268); +lean_dec(x_267); +if (x_269 == 0) +{ +lean_object* x_270; lean_object* x_271; +lean_dec(x_264); +lean_dec(x_263); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_279 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_280 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_280, 0, x_279); -lean_ctor_set(x_280, 1, x_271); -return x_280; +x_270 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_271 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_271, 0, x_270); +lean_ctor_set(x_271, 1, x_262); +return x_271; } else { -lean_object* x_281; -lean_inc(x_273); -lean_inc(x_272); -x_281 = lean_get_init_fn_name_for(x_272, x_273); -if (lean_obj_tag(x_281) == 0) +lean_object* x_272; +lean_inc(x_264); +lean_inc(x_263); +x_272 = lean_get_init_fn_name_for(x_263, x_264); +if (lean_obj_tag(x_272) == 0) { -lean_object* x_282; lean_object* x_283; -lean_dec(x_272); -x_282 = l_Lean_IR_Decl_resultType(x_4); +lean_object* x_273; lean_object* x_274; +lean_dec(x_263); +x_273 = l_Lean_IR_Decl_resultType(x_4); +lean_dec(x_4); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_282); -x_283 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_282, x_5, x_6, x_271); -if (lean_obj_tag(x_283) == 0) +lean_inc(x_273); +x_274 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_273, x_5, x_6, x_262); +if (lean_obj_tag(x_274) == 0) { -lean_object* x_284; -x_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -if (lean_obj_tag(x_284) == 0) +lean_object* x_275; +x_275 = lean_ctor_get(x_274, 0); +lean_inc(x_275); +if (lean_obj_tag(x_275) == 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_dec(x_282); +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_dec(x_273); +lean_dec(x_264); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_285 = lean_ctor_get(x_283, 1); -lean_inc(x_285); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_286 = x_283; +x_276 = lean_ctor_get(x_274, 1); +lean_inc(x_276); +if (lean_is_exclusive(x_274)) { + lean_ctor_release(x_274, 0); + lean_ctor_release(x_274, 1); + x_277 = x_274; } else { - lean_dec_ref(x_283); - x_286 = lean_box(0); + lean_dec_ref(x_274); + x_277 = lean_box(0); } -x_287 = lean_ctor_get(x_284, 0); -lean_inc(x_287); -if (lean_is_exclusive(x_284)) { - lean_ctor_release(x_284, 0); - x_288 = x_284; +x_278 = lean_ctor_get(x_275, 0); +lean_inc(x_278); +if (lean_is_exclusive(x_275)) { + lean_ctor_release(x_275, 0); + x_279 = x_275; } else { - lean_dec_ref(x_284); - x_288 = lean_box(0); + lean_dec_ref(x_275); + x_279 = lean_box(0); } -if (lean_is_scalar(x_288)) { - x_289 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_279)) { + x_280 = lean_alloc_ctor(0, 1, 0); } else { - x_289 = x_288; + x_280 = x_279; } -lean_ctor_set(x_289, 0, x_287); -if (lean_is_scalar(x_286)) { - x_290 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_280, 0, x_278); +if (lean_is_scalar(x_277)) { + x_281 = lean_alloc_ctor(0, 2, 0); } else { - x_290 = x_286; + x_281 = x_277; } -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_285); -return x_290; +lean_ctor_set(x_281, 0, x_280); +lean_ctor_set(x_281, 1, x_276); +return x_281; } else { -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; -x_291 = lean_ctor_get(x_283, 1); -lean_inc(x_291); -lean_dec(x_283); -x_292 = lean_ctor_get(x_284, 0); -lean_inc(x_292); +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; +x_282 = lean_ctor_get(x_274, 1); +lean_inc(x_282); +lean_dec(x_274); +x_283 = lean_ctor_get(x_275, 0); +lean_inc(x_283); +lean_dec(x_275); +x_284 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_282); +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_293 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_291); -x_294 = lean_ctor_get(x_293, 0); -lean_inc(x_294); -x_295 = lean_ctor_get(x_293, 1); -lean_inc(x_295); -lean_dec(x_293); -x_296 = lean_ctor_get(x_294, 0); -lean_inc(x_296); -lean_dec(x_294); -lean_inc(x_273); -x_297 = l_Lean_IR_EmitLLVM_toCName___rarg(x_273, x_5, x_6, x_295); -x_298 = lean_ctor_get(x_297, 0); -lean_inc(x_298); -if (lean_obj_tag(x_298) == 0) -{ -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_dec(x_296); -lean_dec(x_292); -lean_dec(x_282); +x_287 = lean_ctor_get(x_285, 0); +lean_inc(x_287); +lean_dec(x_285); +lean_inc(x_264); +x_288 = l_Lean_IR_EmitLLVM_toCName___rarg(x_264, x_5, x_6, x_286); +x_289 = lean_ctor_get(x_288, 0); +lean_inc(x_289); +if (lean_obj_tag(x_289) == 0) +{ +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_dec(x_287); +lean_dec(x_283); lean_dec(x_273); +lean_dec(x_264); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_299 = lean_ctor_get(x_297, 1); -lean_inc(x_299); -if (lean_is_exclusive(x_297)) { - lean_ctor_release(x_297, 0); - lean_ctor_release(x_297, 1); - x_300 = x_297; +x_290 = lean_ctor_get(x_288, 1); +lean_inc(x_290); +if (lean_is_exclusive(x_288)) { + lean_ctor_release(x_288, 0); + lean_ctor_release(x_288, 1); + x_291 = x_288; } else { - lean_dec_ref(x_297); - x_300 = lean_box(0); + lean_dec_ref(x_288); + x_291 = lean_box(0); } -x_301 = lean_ctor_get(x_298, 0); -lean_inc(x_301); -if (lean_is_exclusive(x_298)) { - lean_ctor_release(x_298, 0); - x_302 = x_298; +x_292 = lean_ctor_get(x_289, 0); +lean_inc(x_292); +if (lean_is_exclusive(x_289)) { + lean_ctor_release(x_289, 0); + x_293 = x_289; } else { - lean_dec_ref(x_298); - x_302 = lean_box(0); + lean_dec_ref(x_289); + x_293 = lean_box(0); } -if (lean_is_scalar(x_302)) { - x_303 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_293)) { + x_294 = lean_alloc_ctor(0, 1, 0); } else { - x_303 = x_302; + x_294 = x_293; } -lean_ctor_set(x_303, 0, x_301); -if (lean_is_scalar(x_300)) { - x_304 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_294, 0, x_292); +if (lean_is_scalar(x_291)) { + x_295 = lean_alloc_ctor(0, 2, 0); } else { - x_304 = x_300; + x_295 = x_291; } -lean_ctor_set(x_304, 0, x_303); -lean_ctor_set(x_304, 1, x_299); -return x_304; +lean_ctor_set(x_295, 0, x_294); +lean_ctor_set(x_295, 1, x_290); +return x_295; } else { -lean_object* x_305; lean_object* x_306; size_t x_307; size_t x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; size_t x_312; lean_object* x_313; lean_object* x_314; lean_object* x_315; size_t x_316; size_t x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; -x_305 = lean_ctor_get(x_297, 1); -lean_inc(x_305); +lean_object* x_296; lean_object* x_297; size_t x_298; size_t x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; size_t x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; size_t x_307; size_t x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; +x_296 = lean_ctor_get(x_288, 1); +lean_inc(x_296); +lean_dec(x_288); +x_297 = lean_ctor_get(x_289, 0); +lean_inc(x_297); +lean_dec(x_289); +x_298 = lean_unbox_usize(x_287); +lean_dec(x_287); +x_299 = lean_unbox_usize(x_283); +x_300 = l_LLVM_getOrAddGlobal(x_1, x_298, x_297, x_299, x_296); lean_dec(x_297); -x_306 = lean_ctor_get(x_298, 0); +x_301 = lean_ctor_get(x_300, 0); +lean_inc(x_301); +x_302 = lean_ctor_get(x_300, 1); +lean_inc(x_302); +lean_dec(x_300); +x_303 = lean_unbox_usize(x_283); +lean_dec(x_283); +x_304 = lean_llvm_get_undef(x_1, x_303, x_302); +x_305 = lean_ctor_get(x_304, 0); +lean_inc(x_305); +x_306 = lean_ctor_get(x_304, 1); lean_inc(x_306); -lean_dec(x_298); -x_307 = lean_unbox_usize(x_296); -lean_dec(x_296); -x_308 = lean_unbox_usize(x_292); -x_309 = l_LLVM_getOrAddGlobal(x_1, x_307, x_306, x_308, x_305); -lean_dec(x_306); -x_310 = lean_ctor_get(x_309, 0); +lean_dec(x_304); +x_307 = lean_unbox_usize(x_301); +x_308 = lean_unbox_usize(x_305); +lean_dec(x_305); +x_309 = lean_llvm_set_initializer(x_1, x_307, x_308, x_306); +x_310 = lean_ctor_get(x_309, 1); lean_inc(x_310); -x_311 = lean_ctor_get(x_309, 1); -lean_inc(x_311); lean_dec(x_309); -x_312 = lean_unbox_usize(x_292); -lean_dec(x_292); -x_313 = lean_llvm_get_undef(x_1, x_312, x_311); -x_314 = lean_ctor_get(x_313, 0); -lean_inc(x_314); -x_315 = lean_ctor_get(x_313, 1); -lean_inc(x_315); -lean_dec(x_313); -x_316 = lean_unbox_usize(x_310); -x_317 = lean_unbox_usize(x_314); -lean_dec(x_314); -x_318 = lean_llvm_set_initializer(x_1, x_316, x_317, x_315); -x_319 = lean_ctor_get(x_318, 1); -lean_inc(x_319); -lean_dec(x_318); -x_320 = l_Lean_IR_EmitLLVM_toCInitName___rarg(x_273, x_5, x_6, x_319); -x_321 = lean_ctor_get(x_320, 0); -lean_inc(x_321); -if (lean_obj_tag(x_321) == 0) +x_311 = l_Lean_IR_EmitLLVM_toCInitName___rarg(x_264, x_5, x_6, x_310); +x_312 = lean_ctor_get(x_311, 0); +lean_inc(x_312); +if (lean_obj_tag(x_312) == 0) { -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_dec(x_310); -lean_dec(x_282); +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_dec(x_301); +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_322 = lean_ctor_get(x_320, 1); -lean_inc(x_322); -if (lean_is_exclusive(x_320)) { - lean_ctor_release(x_320, 0); - lean_ctor_release(x_320, 1); - x_323 = x_320; +x_313 = lean_ctor_get(x_311, 1); +lean_inc(x_313); +if (lean_is_exclusive(x_311)) { + lean_ctor_release(x_311, 0); + lean_ctor_release(x_311, 1); + x_314 = x_311; } else { - lean_dec_ref(x_320); - x_323 = lean_box(0); + lean_dec_ref(x_311); + x_314 = lean_box(0); } -x_324 = lean_ctor_get(x_321, 0); -lean_inc(x_324); -if (lean_is_exclusive(x_321)) { - lean_ctor_release(x_321, 0); - x_325 = x_321; +x_315 = lean_ctor_get(x_312, 0); +lean_inc(x_315); +if (lean_is_exclusive(x_312)) { + lean_ctor_release(x_312, 0); + x_316 = x_312; } else { - lean_dec_ref(x_321); - x_325 = lean_box(0); + lean_dec_ref(x_312); + x_316 = lean_box(0); } -if (lean_is_scalar(x_325)) { - x_326 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_316)) { + x_317 = lean_alloc_ctor(0, 1, 0); } else { - x_326 = x_325; + x_317 = x_316; } -lean_ctor_set(x_326, 0, x_324); -if (lean_is_scalar(x_323)) { - x_327 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_317, 0, x_315); +if (lean_is_scalar(x_314)) { + x_318 = lean_alloc_ctor(0, 2, 0); } else { - x_327 = x_323; + x_318 = x_314; } -lean_ctor_set(x_327, 0, x_326); -lean_ctor_set(x_327, 1, x_322); -return x_327; +lean_ctor_set(x_318, 0, x_317); +lean_ctor_set(x_318, 1, x_313); +return x_318; } else { -lean_object* x_328; lean_object* x_329; lean_object* x_330; -x_328 = lean_ctor_get(x_320, 1); -lean_inc(x_328); -lean_dec(x_320); -x_329 = lean_ctor_get(x_321, 0); -lean_inc(x_329); -lean_dec(x_321); +lean_object* x_319; lean_object* x_320; lean_object* x_321; +x_319 = lean_ctor_get(x_311, 1); +lean_inc(x_319); +lean_dec(x_311); +x_320 = lean_ctor_get(x_312, 0); +lean_inc(x_320); +lean_dec(x_312); lean_inc(x_6); lean_inc(x_5); -x_330 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_1, x_2, x_4, x_329, x_5, x_6, x_328); -lean_dec(x_329); -lean_dec(x_4); -if (lean_obj_tag(x_330) == 0) +lean_inc(x_273); +x_321 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_273, x_5, x_6, x_319); +if (lean_obj_tag(x_321) == 0) { -lean_object* x_331; -x_331 = lean_ctor_get(x_330, 0); -lean_inc(x_331); -if (lean_obj_tag(x_331) == 0) +lean_object* x_322; +x_322 = lean_ctor_get(x_321, 0); +lean_inc(x_322); +if (lean_obj_tag(x_322) == 0) { -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_dec(x_310); -lean_dec(x_282); +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_dec(x_320); +lean_dec(x_301); +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); -x_332 = lean_ctor_get(x_330, 1); -lean_inc(x_332); -if (lean_is_exclusive(x_330)) { - lean_ctor_release(x_330, 0); - lean_ctor_release(x_330, 1); - x_333 = x_330; +x_323 = lean_ctor_get(x_321, 1); +lean_inc(x_323); +if (lean_is_exclusive(x_321)) { + lean_ctor_release(x_321, 0); + lean_ctor_release(x_321, 1); + x_324 = x_321; } else { - lean_dec_ref(x_330); - x_333 = lean_box(0); + lean_dec_ref(x_321); + x_324 = lean_box(0); } -x_334 = lean_ctor_get(x_331, 0); -lean_inc(x_334); -if (lean_is_exclusive(x_331)) { - lean_ctor_release(x_331, 0); - x_335 = x_331; +x_325 = lean_ctor_get(x_322, 0); +lean_inc(x_325); +if (lean_is_exclusive(x_322)) { + lean_ctor_release(x_322, 0); + x_326 = x_322; } else { - lean_dec_ref(x_331); - x_335 = lean_box(0); + lean_dec_ref(x_322); + x_326 = lean_box(0); } -if (lean_is_scalar(x_335)) { - x_336 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_326)) { + x_327 = lean_alloc_ctor(0, 1, 0); } else { - x_336 = x_335; + x_327 = x_326; } -lean_ctor_set(x_336, 0, x_334); -if (lean_is_scalar(x_333)) { - x_337 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_327, 0, x_325); +if (lean_is_scalar(x_324)) { + x_328 = lean_alloc_ctor(0, 2, 0); } else { - x_337 = x_333; + x_328 = x_324; } -lean_ctor_set(x_337, 0, x_336); -lean_ctor_set(x_337, 1, x_332); -return x_337; +lean_ctor_set(x_328, 0, x_327); +lean_ctor_set(x_328, 1, x_323); +return x_328; } else { -lean_object* x_338; lean_object* x_339; size_t x_340; size_t x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; uint8_t x_345; -x_338 = lean_ctor_get(x_330, 1); -lean_inc(x_338); +lean_object* x_329; lean_object* x_330; size_t x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; size_t x_336; size_t x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; uint8_t x_341; +x_329 = lean_ctor_get(x_321, 1); +lean_inc(x_329); +lean_dec(x_321); +x_330 = lean_ctor_get(x_322, 0); +lean_inc(x_330); +lean_dec(x_322); +x_331 = lean_unbox_usize(x_330); lean_dec(x_330); -x_339 = lean_ctor_get(x_331, 0); +x_332 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_1, x_2, x_320, x_331, x_5, x_6, x_329); +lean_dec(x_320); +x_333 = lean_ctor_get(x_332, 0); +lean_inc(x_333); +x_334 = lean_ctor_get(x_332, 1); +lean_inc(x_334); +lean_dec(x_332); +x_335 = lean_ctor_get(x_333, 0); +lean_inc(x_335); +lean_dec(x_333); +x_336 = lean_unbox_usize(x_335); +x_337 = lean_unbox_usize(x_301); +lean_dec(x_301); +x_338 = lean_llvm_build_store(x_1, x_2, x_336, x_337, x_334); +x_339 = lean_ctor_get(x_338, 1); lean_inc(x_339); -lean_dec(x_331); -x_340 = lean_unbox_usize(x_339); -x_341 = lean_unbox_usize(x_310); -lean_dec(x_310); -x_342 = lean_llvm_build_store(x_1, x_2, x_340, x_341, x_338); -x_343 = lean_ctor_get(x_342, 1); -lean_inc(x_343); -if (lean_is_exclusive(x_342)) { - lean_ctor_release(x_342, 0); - lean_ctor_release(x_342, 1); - x_344 = x_342; +if (lean_is_exclusive(x_338)) { + lean_ctor_release(x_338, 0); + lean_ctor_release(x_338, 1); + x_340 = x_338; } else { - lean_dec_ref(x_342); - x_344 = lean_box(0); + lean_dec_ref(x_338); + x_340 = lean_box(0); } -x_345 = l_Lean_IR_IRType_isObj(x_282); -lean_dec(x_282); -if (x_345 == 0) +x_341 = l_Lean_IR_IRType_isObj(x_273); +lean_dec(x_273); +if (x_341 == 0) { -lean_object* x_346; lean_object* x_347; -lean_dec(x_339); +lean_object* x_342; lean_object* x_343; +lean_dec(x_335); lean_dec(x_6); lean_dec(x_5); -x_346 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -if (lean_is_scalar(x_344)) { - x_347 = lean_alloc_ctor(0, 2, 0); +x_342 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +if (lean_is_scalar(x_340)) { + x_343 = lean_alloc_ctor(0, 2, 0); } else { - x_347 = x_344; + x_343 = x_340; } -lean_ctor_set(x_347, 0, x_346); -lean_ctor_set(x_347, 1, x_343); -return x_347; +lean_ctor_set(x_343, 0, x_342); +lean_ctor_set(x_343, 1, x_339); +return x_343; } else { -size_t x_348; lean_object* x_349; -lean_dec(x_344); -x_348 = lean_unbox_usize(x_339); -lean_dec(x_339); -x_349 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_348, x_5, x_6, x_343); +size_t x_344; lean_object* x_345; +lean_dec(x_340); +x_344 = lean_unbox_usize(x_335); +lean_dec(x_335); +x_345 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_344, x_5, x_6, x_339); lean_dec(x_6); lean_dec(x_5); -return x_349; +return x_345; } } } else { -lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; -lean_dec(x_310); -lean_dec(x_282); +lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; +lean_dec(x_320); +lean_dec(x_301); +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); -x_350 = lean_ctor_get(x_330, 0); -lean_inc(x_350); -x_351 = lean_ctor_get(x_330, 1); -lean_inc(x_351); -if (lean_is_exclusive(x_330)) { - lean_ctor_release(x_330, 0); - lean_ctor_release(x_330, 1); - x_352 = x_330; +x_346 = lean_ctor_get(x_321, 0); +lean_inc(x_346); +x_347 = lean_ctor_get(x_321, 1); +lean_inc(x_347); +if (lean_is_exclusive(x_321)) { + lean_ctor_release(x_321, 0); + lean_ctor_release(x_321, 1); + x_348 = x_321; } else { - lean_dec_ref(x_330); - x_352 = lean_box(0); + lean_dec_ref(x_321); + x_348 = lean_box(0); } -if (lean_is_scalar(x_352)) { - x_353 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_348)) { + x_349 = lean_alloc_ctor(1, 2, 0); } else { - x_353 = x_352; + x_349 = x_348; } -lean_ctor_set(x_353, 0, x_350); -lean_ctor_set(x_353, 1, x_351); -return x_353; +lean_ctor_set(x_349, 0, x_346); +lean_ctor_set(x_349, 1, x_347); +return x_349; } } } @@ -32356,510 +32634,427 @@ return x_353; } else { -lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; -lean_dec(x_282); +lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_dec(x_273); +lean_dec(x_264); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_354 = lean_ctor_get(x_283, 0); -lean_inc(x_354); -x_355 = lean_ctor_get(x_283, 1); -lean_inc(x_355); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_356 = x_283; +x_350 = lean_ctor_get(x_274, 0); +lean_inc(x_350); +x_351 = lean_ctor_get(x_274, 1); +lean_inc(x_351); +if (lean_is_exclusive(x_274)) { + lean_ctor_release(x_274, 0); + lean_ctor_release(x_274, 1); + x_352 = x_274; } else { - lean_dec_ref(x_283); - x_356 = lean_box(0); + lean_dec_ref(x_274); + x_352 = lean_box(0); } -if (lean_is_scalar(x_356)) { - x_357 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_352)) { + x_353 = lean_alloc_ctor(1, 2, 0); } else { - x_357 = x_356; + x_353 = x_352; } -lean_ctor_set(x_357, 0, x_354); -lean_ctor_set(x_357, 1, x_355); -return x_357; +lean_ctor_set(x_353, 0, x_350); +lean_ctor_set(x_353, 1, x_351); +return x_353; } } else { -lean_object* x_358; lean_object* x_359; lean_object* x_360; -x_358 = lean_ctor_get(x_281, 0); -lean_inc(x_358); -lean_dec(x_281); -x_359 = l_Lean_IR_Decl_resultType(x_4); +lean_object* x_354; lean_object* x_355; lean_object* x_356; +x_354 = lean_ctor_get(x_272, 0); +lean_inc(x_354); +lean_dec(x_272); +x_355 = l_Lean_IR_Decl_resultType(x_4); +lean_dec(x_4); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_359); -x_360 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_359, x_5, x_6, x_271); -if (lean_obj_tag(x_360) == 0) -{ -lean_object* x_361; -x_361 = lean_ctor_get(x_360, 0); -lean_inc(x_361); -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_dec(x_359); -lean_dec(x_358); -lean_dec(x_273); -lean_dec(x_272); +lean_inc(x_355); +x_356 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_355, x_5, x_6, x_262); +if (lean_obj_tag(x_356) == 0) +{ +lean_object* x_357; +x_357 = lean_ctor_get(x_356, 0); +lean_inc(x_357); +if (lean_obj_tag(x_357) == 0) +{ +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_dec(x_355); +lean_dec(x_354); +lean_dec(x_264); +lean_dec(x_263); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_362 = lean_ctor_get(x_360, 1); -lean_inc(x_362); -if (lean_is_exclusive(x_360)) { - lean_ctor_release(x_360, 0); - lean_ctor_release(x_360, 1); - x_363 = x_360; +x_358 = lean_ctor_get(x_356, 1); +lean_inc(x_358); +if (lean_is_exclusive(x_356)) { + lean_ctor_release(x_356, 0); + lean_ctor_release(x_356, 1); + x_359 = x_356; } else { - lean_dec_ref(x_360); - x_363 = lean_box(0); + lean_dec_ref(x_356); + x_359 = lean_box(0); } -x_364 = lean_ctor_get(x_361, 0); -lean_inc(x_364); -if (lean_is_exclusive(x_361)) { - lean_ctor_release(x_361, 0); - x_365 = x_361; +x_360 = lean_ctor_get(x_357, 0); +lean_inc(x_360); +if (lean_is_exclusive(x_357)) { + lean_ctor_release(x_357, 0); + x_361 = x_357; } else { - lean_dec_ref(x_361); - x_365 = lean_box(0); + lean_dec_ref(x_357); + x_361 = lean_box(0); } -if (lean_is_scalar(x_365)) { - x_366 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_361)) { + x_362 = lean_alloc_ctor(0, 1, 0); } else { - x_366 = x_365; + x_362 = x_361; } -lean_ctor_set(x_366, 0, x_364); -if (lean_is_scalar(x_363)) { - x_367 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_362, 0, x_360); +if (lean_is_scalar(x_359)) { + x_363 = lean_alloc_ctor(0, 2, 0); } else { - x_367 = x_363; + x_363 = x_359; } -lean_ctor_set(x_367, 0, x_366); -lean_ctor_set(x_367, 1, x_362); -return x_367; +lean_ctor_set(x_363, 0, x_362); +lean_ctor_set(x_363, 1, x_358); +return x_363; } else { -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_368 = lean_ctor_get(x_360, 1); +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; +x_364 = lean_ctor_get(x_356, 1); +lean_inc(x_364); +lean_dec(x_356); +x_365 = lean_ctor_get(x_357, 0); +lean_inc(x_365); +lean_dec(x_357); +x_366 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_364); +x_367 = lean_ctor_get(x_366, 0); +lean_inc(x_367); +x_368 = lean_ctor_get(x_366, 1); lean_inc(x_368); -lean_dec(x_360); -x_369 = lean_ctor_get(x_361, 0); +lean_dec(x_366); +x_369 = lean_ctor_get(x_367, 0); lean_inc(x_369); -lean_dec(x_361); -x_370 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_368); +lean_dec(x_367); +lean_inc(x_264); +x_370 = l_Lean_IR_EmitLLVM_toCName___rarg(x_264, x_5, x_6, x_368); x_371 = lean_ctor_get(x_370, 0); lean_inc(x_371); -x_372 = lean_ctor_get(x_370, 1); -lean_inc(x_372); -lean_dec(x_370); -x_373 = lean_ctor_get(x_371, 0); -lean_inc(x_373); -lean_dec(x_371); -lean_inc(x_273); -x_374 = l_Lean_IR_EmitLLVM_toCName___rarg(x_273, x_5, x_6, x_372); -x_375 = lean_ctor_get(x_374, 0); -lean_inc(x_375); -if (lean_obj_tag(x_375) == 0) +if (lean_obj_tag(x_371) == 0) { -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_dec(x_373); +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_dec(x_369); -lean_dec(x_359); -lean_dec(x_358); -lean_dec(x_273); -lean_dec(x_272); +lean_dec(x_365); +lean_dec(x_355); +lean_dec(x_354); +lean_dec(x_264); +lean_dec(x_263); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_376 = lean_ctor_get(x_374, 1); -lean_inc(x_376); -if (lean_is_exclusive(x_374)) { - lean_ctor_release(x_374, 0); - lean_ctor_release(x_374, 1); - x_377 = x_374; +x_372 = lean_ctor_get(x_370, 1); +lean_inc(x_372); +if (lean_is_exclusive(x_370)) { + lean_ctor_release(x_370, 0); + lean_ctor_release(x_370, 1); + x_373 = x_370; } else { - lean_dec_ref(x_374); - x_377 = lean_box(0); + lean_dec_ref(x_370); + x_373 = lean_box(0); } -x_378 = lean_ctor_get(x_375, 0); -lean_inc(x_378); -if (lean_is_exclusive(x_375)) { - lean_ctor_release(x_375, 0); - x_379 = x_375; +x_374 = lean_ctor_get(x_371, 0); +lean_inc(x_374); +if (lean_is_exclusive(x_371)) { + lean_ctor_release(x_371, 0); + x_375 = x_371; } else { - lean_dec_ref(x_375); - x_379 = lean_box(0); + lean_dec_ref(x_371); + x_375 = lean_box(0); } -if (lean_is_scalar(x_379)) { - x_380 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_375)) { + x_376 = lean_alloc_ctor(0, 1, 0); } else { - x_380 = x_379; + x_376 = x_375; } -lean_ctor_set(x_380, 0, x_378); -if (lean_is_scalar(x_377)) { - x_381 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_376, 0, x_374); +if (lean_is_scalar(x_373)) { + x_377 = lean_alloc_ctor(0, 2, 0); } else { - x_381 = x_377; + x_377 = x_373; } -lean_ctor_set(x_381, 0, x_380); -lean_ctor_set(x_381, 1, x_376); -return x_381; +lean_ctor_set(x_377, 0, x_376); +lean_ctor_set(x_377, 1, x_372); +return x_377; } else { -lean_object* x_382; lean_object* x_383; size_t x_384; size_t x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; size_t x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; size_t x_393; size_t x_394; lean_object* x_395; lean_object* x_396; uint8_t x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; -x_382 = lean_ctor_get(x_374, 1); -lean_inc(x_382); -lean_dec(x_374); -x_383 = lean_ctor_get(x_375, 0); +lean_object* x_378; lean_object* x_379; size_t x_380; size_t x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; size_t x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; size_t x_389; size_t x_390; lean_object* x_391; lean_object* x_392; uint8_t x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; +x_378 = lean_ctor_get(x_370, 1); +lean_inc(x_378); +lean_dec(x_370); +x_379 = lean_ctor_get(x_371, 0); +lean_inc(x_379); +lean_dec(x_371); +x_380 = lean_unbox_usize(x_369); +lean_dec(x_369); +x_381 = lean_unbox_usize(x_365); +x_382 = l_LLVM_getOrAddGlobal(x_1, x_380, x_379, x_381, x_378); +lean_dec(x_379); +x_383 = lean_ctor_get(x_382, 0); lean_inc(x_383); -lean_dec(x_375); -x_384 = lean_unbox_usize(x_373); -lean_dec(x_373); -x_385 = lean_unbox_usize(x_369); -x_386 = l_LLVM_getOrAddGlobal(x_1, x_384, x_383, x_385, x_382); -lean_dec(x_383); +x_384 = lean_ctor_get(x_382, 1); +lean_inc(x_384); +lean_dec(x_382); +x_385 = lean_unbox_usize(x_365); +lean_dec(x_365); +x_386 = lean_llvm_get_undef(x_1, x_385, x_384); x_387 = lean_ctor_get(x_386, 0); lean_inc(x_387); x_388 = lean_ctor_get(x_386, 1); lean_inc(x_388); lean_dec(x_386); -x_389 = lean_unbox_usize(x_369); -lean_dec(x_369); -x_390 = lean_llvm_get_undef(x_1, x_389, x_388); -x_391 = lean_ctor_get(x_390, 0); -lean_inc(x_391); -x_392 = lean_ctor_get(x_390, 1); +x_389 = lean_unbox_usize(x_383); +x_390 = lean_unbox_usize(x_387); +lean_dec(x_387); +x_391 = lean_llvm_set_initializer(x_1, x_389, x_390, x_388); +x_392 = lean_ctor_get(x_391, 1); lean_inc(x_392); -lean_dec(x_390); -x_393 = lean_unbox_usize(x_387); -x_394 = lean_unbox_usize(x_391); lean_dec(x_391); -x_395 = lean_llvm_set_initializer(x_1, x_393, x_394, x_392); -x_396 = lean_ctor_get(x_395, 1); -lean_inc(x_396); -lean_dec(x_395); -x_397 = 1; -lean_inc(x_273); -x_398 = l_Lean_Name_toString(x_273, x_397); -x_399 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__1; -x_400 = lean_string_append(x_399, x_398); -x_401 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; -x_402 = lean_string_append(x_400, x_401); -x_403 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_402, x_5, x_6, x_396); -lean_dec(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); -x_406 = lean_ctor_get(x_404, 0); -lean_inc(x_406); -lean_dec(x_404); -x_407 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__3; -x_408 = lean_string_append(x_407, x_398); -x_409 = lean_string_append(x_408, x_401); -x_410 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_409, x_5, x_6, x_405); -lean_dec(x_409); -x_411 = lean_ctor_get(x_410, 0); -lean_inc(x_411); -x_412 = lean_ctor_get(x_410, 1); -lean_inc(x_412); -lean_dec(x_410); -x_413 = lean_ctor_get(x_411, 0); -lean_inc(x_413); -lean_dec(x_411); -x_414 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; -x_415 = l_Lean_getInitFnNameForCore_x3f(x_272, x_414, x_273); -if (lean_obj_tag(x_415) == 0) -{ -size_t x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; size_t x_420; size_t x_421; size_t x_422; lean_object* x_423; -x_416 = lean_unbox_usize(x_406); -x_417 = lean_llvm_build_br(x_1, x_2, x_416, x_412); -x_418 = lean_ctor_get(x_417, 1); -lean_inc(x_418); -lean_dec(x_417); -x_419 = lean_box(0); -x_420 = lean_unbox_usize(x_406); +x_393 = 1; +lean_inc(x_264); +x_394 = l_Lean_Name_toString(x_264, x_393); +x_395 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__1; +x_396 = lean_string_append(x_395, x_394); +x_397 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; +x_398 = lean_string_append(x_396, x_397); +x_399 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_398, x_5, x_6, x_392); +lean_dec(x_398); +x_400 = lean_ctor_get(x_399, 0); +lean_inc(x_400); +x_401 = lean_ctor_get(x_399, 1); +lean_inc(x_401); +lean_dec(x_399); +x_402 = lean_ctor_get(x_400, 0); +lean_inc(x_402); +lean_dec(x_400); +x_403 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__3; +x_404 = lean_string_append(x_403, x_394); +x_405 = lean_string_append(x_404, x_397); +x_406 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_405, x_5, x_6, x_401); +lean_dec(x_405); +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_421 = lean_unbox_usize(x_387); -lean_dec(x_387); -x_422 = lean_unbox_usize(x_413); +x_409 = lean_ctor_get(x_407, 0); +lean_inc(x_409); +lean_dec(x_407); +x_410 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; +x_411 = l_Lean_getInitFnNameForCore_x3f(x_263, x_410, x_264); +if (lean_obj_tag(x_411) == 0) +{ +size_t x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; size_t x_416; size_t x_417; size_t x_418; lean_object* x_419; +x_412 = lean_unbox_usize(x_402); +x_413 = lean_llvm_build_br(x_1, x_2, x_412, x_408); +x_414 = lean_ctor_get(x_413, 1); +lean_inc(x_414); lean_dec(x_413); -x_423 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_420, x_358, x_4, x_398, x_421, x_422, x_359, x_419, x_5, x_6, x_418); -lean_dec(x_359); -return x_423; +x_415 = lean_box(0); +x_416 = lean_unbox_usize(x_402); +lean_dec(x_402); +x_417 = lean_unbox_usize(x_409); +lean_dec(x_409); +x_418 = lean_unbox_usize(x_383); +lean_dec(x_383); +x_419 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_416, x_354, x_394, x_417, x_355, x_418, x_415, x_5, x_6, x_414); +return x_419; } else { -uint64_t x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; size_t x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; size_t x_434; size_t x_435; size_t x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; size_t x_440; size_t x_441; size_t x_442; lean_object* x_443; -lean_dec(x_415); -x_424 = 0; -x_425 = llvm_get_param(x_1, x_3, x_424, x_412); -x_426 = lean_ctor_get(x_425, 0); -lean_inc(x_426); -x_427 = lean_ctor_get(x_425, 1); +uint64_t x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; size_t x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; size_t x_430; size_t x_431; size_t x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; size_t x_436; size_t x_437; size_t x_438; lean_object* x_439; +lean_dec(x_411); +x_420 = 0; +x_421 = llvm_get_param(x_1, x_3, x_420, x_408); +x_422 = lean_ctor_get(x_421, 0); +lean_inc(x_422); +x_423 = lean_ctor_get(x_421, 1); +lean_inc(x_423); +lean_dec(x_421); +x_424 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; +x_425 = lean_unbox_usize(x_422); +lean_dec(x_422); +x_426 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_425, x_424, x_5, x_6, x_423); +x_427 = lean_ctor_get(x_426, 0); lean_inc(x_427); -lean_dec(x_425); -x_428 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; -x_429 = lean_unbox_usize(x_426); +x_428 = lean_ctor_get(x_426, 1); +lean_inc(x_428); lean_dec(x_426); -x_430 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_429, x_428, x_5, x_6, x_427); -x_431 = lean_ctor_get(x_430, 0); -lean_inc(x_431); -x_432 = lean_ctor_get(x_430, 1); -lean_inc(x_432); -lean_dec(x_430); -x_433 = lean_ctor_get(x_431, 0); -lean_inc(x_433); -lean_dec(x_431); -x_434 = lean_unbox_usize(x_433); +x_429 = lean_ctor_get(x_427, 0); +lean_inc(x_429); +lean_dec(x_427); +x_430 = lean_unbox_usize(x_429); +lean_dec(x_429); +x_431 = lean_unbox_usize(x_402); +x_432 = lean_unbox_usize(x_409); +x_433 = lean_llvm_build_cond_br(x_1, x_2, x_430, x_431, x_432, x_428); +x_434 = lean_ctor_get(x_433, 1); +lean_inc(x_434); lean_dec(x_433); -x_435 = lean_unbox_usize(x_406); -x_436 = lean_unbox_usize(x_413); -x_437 = lean_llvm_build_cond_br(x_1, x_2, x_434, x_435, x_436, x_432); -x_438 = lean_ctor_get(x_437, 1); -lean_inc(x_438); -lean_dec(x_437); -x_439 = lean_box(0); -x_440 = lean_unbox_usize(x_406); -lean_dec(x_406); -x_441 = lean_unbox_usize(x_387); -lean_dec(x_387); -x_442 = lean_unbox_usize(x_413); -lean_dec(x_413); -x_443 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_440, x_358, x_4, x_398, x_441, x_442, x_359, x_439, x_5, x_6, x_438); -lean_dec(x_359); -return x_443; +x_435 = lean_box(0); +x_436 = lean_unbox_usize(x_402); +lean_dec(x_402); +x_437 = lean_unbox_usize(x_409); +lean_dec(x_409); +x_438 = lean_unbox_usize(x_383); +lean_dec(x_383); +x_439 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_436, x_354, x_394, x_437, x_355, x_438, x_435, x_5, x_6, x_434); +return x_439; } } } } else { -lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; -lean_dec(x_359); -lean_dec(x_358); -lean_dec(x_273); -lean_dec(x_272); +lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; +lean_dec(x_355); +lean_dec(x_354); +lean_dec(x_264); +lean_dec(x_263); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_444 = lean_ctor_get(x_360, 0); -lean_inc(x_444); -x_445 = lean_ctor_get(x_360, 1); -lean_inc(x_445); -if (lean_is_exclusive(x_360)) { - lean_ctor_release(x_360, 0); - lean_ctor_release(x_360, 1); - x_446 = x_360; +x_440 = lean_ctor_get(x_356, 0); +lean_inc(x_440); +x_441 = lean_ctor_get(x_356, 1); +lean_inc(x_441); +if (lean_is_exclusive(x_356)) { + lean_ctor_release(x_356, 0); + lean_ctor_release(x_356, 1); + x_442 = x_356; } else { - lean_dec_ref(x_360); - x_446 = lean_box(0); + lean_dec_ref(x_356); + x_442 = lean_box(0); } -if (lean_is_scalar(x_446)) { - x_447 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_442)) { + x_443 = lean_alloc_ctor(1, 2, 0); } else { - x_447 = x_446; + x_443 = x_442; } -lean_ctor_set(x_447, 0, x_444); -lean_ctor_set(x_447, 1, x_445); -return x_447; +lean_ctor_set(x_443, 0, x_440); +lean_ctor_set(x_443, 1, x_441); +return x_443; } } } } else { -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_dec(x_272); -x_448 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_271); +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_dec(x_263); +lean_dec(x_4); +x_444 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_262); +x_445 = lean_ctor_get(x_444, 0); +lean_inc(x_445); +x_446 = lean_ctor_get(x_444, 1); +lean_inc(x_446); +lean_dec(x_444); +x_447 = lean_ctor_get(x_445, 0); +lean_inc(x_447); +lean_dec(x_445); +lean_inc(x_264); +x_448 = l_Lean_IR_EmitLLVM_toCName___rarg(x_264, x_5, x_6, x_446); x_449 = lean_ctor_get(x_448, 0); lean_inc(x_449); -x_450 = lean_ctor_get(x_448, 1); -lean_inc(x_450); -lean_dec(x_448); -x_451 = lean_ctor_get(x_449, 0); -lean_inc(x_451); -lean_dec(x_449); -lean_inc(x_273); -x_452 = l_Lean_IR_EmitLLVM_toCName___rarg(x_273, x_5, x_6, x_450); -x_453 = lean_ctor_get(x_452, 0); -lean_inc(x_453); -if (lean_obj_tag(x_453) == 0) +if (lean_obj_tag(x_449) == 0) { -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_dec(x_451); -lean_dec(x_273); +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_dec(x_447); +lean_dec(x_264); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_454 = lean_ctor_get(x_452, 1); -lean_inc(x_454); -if (lean_is_exclusive(x_452)) { - lean_ctor_release(x_452, 0); - lean_ctor_release(x_452, 1); - x_455 = x_452; +x_450 = lean_ctor_get(x_448, 1); +lean_inc(x_450); +if (lean_is_exclusive(x_448)) { + lean_ctor_release(x_448, 0); + lean_ctor_release(x_448, 1); + x_451 = x_448; } else { - lean_dec_ref(x_452); - x_455 = lean_box(0); + lean_dec_ref(x_448); + x_451 = lean_box(0); } -x_456 = lean_ctor_get(x_453, 0); -lean_inc(x_456); -if (lean_is_exclusive(x_453)) { - lean_ctor_release(x_453, 0); - x_457 = x_453; +x_452 = lean_ctor_get(x_449, 0); +lean_inc(x_452); +if (lean_is_exclusive(x_449)) { + lean_ctor_release(x_449, 0); + x_453 = x_449; } else { - lean_dec_ref(x_453); - x_457 = lean_box(0); + lean_dec_ref(x_449); + x_453 = lean_box(0); } -if (lean_is_scalar(x_457)) { - x_458 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_453)) { + x_454 = lean_alloc_ctor(0, 1, 0); } else { - x_458 = x_457; + x_454 = x_453; } -lean_ctor_set(x_458, 0, x_456); -if (lean_is_scalar(x_455)) { - x_459 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_454, 0, x_452); +if (lean_is_scalar(x_451)) { + x_455 = lean_alloc_ctor(0, 2, 0); } else { - x_459 = x_455; + x_455 = x_451; } -lean_ctor_set(x_459, 0, x_458); -lean_ctor_set(x_459, 1, x_454); -return x_459; +lean_ctor_set(x_455, 0, x_454); +lean_ctor_set(x_455, 1, x_450); +return x_455; } else { -lean_object* x_460; lean_object* x_461; size_t x_462; lean_object* x_463; -x_460 = lean_ctor_get(x_452, 1); +lean_object* x_456; lean_object* x_457; size_t x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; size_t x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; uint8_t x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; size_t x_477; lean_object* x_478; +x_456 = lean_ctor_get(x_448, 1); +lean_inc(x_456); +lean_dec(x_448); +x_457 = lean_ctor_get(x_449, 0); +lean_inc(x_457); +lean_dec(x_449); +x_458 = lean_unbox_usize(x_447); +lean_dec(x_447); +x_459 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_457, x_458, x_5, x_6, x_456); +lean_dec(x_457); +x_460 = lean_ctor_get(x_459, 0); lean_inc(x_460); -lean_dec(x_452); -x_461 = lean_ctor_get(x_453, 0); +x_461 = lean_ctor_get(x_459, 1); lean_inc(x_461); -lean_dec(x_453); -x_462 = lean_unbox_usize(x_451); -lean_dec(x_451); -lean_inc(x_6); -lean_inc(x_5); -x_463 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_4, x_461, x_462, x_5, x_6, x_460); -lean_dec(x_461); -lean_dec(x_4); -if (lean_obj_tag(x_463) == 0) -{ -lean_object* x_464; -x_464 = lean_ctor_get(x_463, 0); -lean_inc(x_464); -if (lean_obj_tag(x_464) == 0) -{ -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_dec(x_273); -lean_dec(x_6); -lean_dec(x_5); -x_465 = lean_ctor_get(x_463, 1); -lean_inc(x_465); -if (lean_is_exclusive(x_463)) { - lean_ctor_release(x_463, 0); - lean_ctor_release(x_463, 1); - x_466 = x_463; -} else { - lean_dec_ref(x_463); - x_466 = lean_box(0); -} -x_467 = lean_ctor_get(x_464, 0); +lean_dec(x_459); +x_462 = lean_ctor_get(x_460, 0); +lean_inc(x_462); +lean_dec(x_460); +x_463 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; +x_464 = lean_unbox_usize(x_462); +x_465 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_464, x_463, x_5, x_6, x_461); +x_466 = lean_ctor_get(x_465, 0); +lean_inc(x_466); +x_467 = lean_ctor_get(x_465, 1); lean_inc(x_467); -if (lean_is_exclusive(x_464)) { - lean_ctor_release(x_464, 0); - x_468 = x_464; -} else { - lean_dec_ref(x_464); - x_468 = lean_box(0); -} -if (lean_is_scalar(x_468)) { - x_469 = lean_alloc_ctor(0, 1, 0); -} else { - x_469 = x_468; -} -lean_ctor_set(x_469, 0, x_467); -if (lean_is_scalar(x_466)) { - x_470 = lean_alloc_ctor(0, 2, 0); -} else { - x_470 = x_466; -} -lean_ctor_set(x_470, 0, x_469); -lean_ctor_set(x_470, 1, x_465); -return x_470; -} -else -{ -lean_object* x_471; lean_object* x_472; lean_object* x_473; size_t x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; uint8_t 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; size_t x_487; lean_object* x_488; -x_471 = lean_ctor_get(x_463, 1); -lean_inc(x_471); -lean_dec(x_463); -x_472 = lean_ctor_get(x_464, 0); -lean_inc(x_472); -lean_dec(x_464); -x_473 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; -x_474 = lean_unbox_usize(x_472); -x_475 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_474, x_473, x_5, x_6, x_471); -x_476 = lean_ctor_get(x_475, 0); -lean_inc(x_476); -x_477 = lean_ctor_get(x_475, 1); -lean_inc(x_477); -lean_dec(x_475); -x_478 = lean_ctor_get(x_476, 0); -lean_inc(x_478); -lean_dec(x_476); -x_479 = 1; -x_480 = l_Lean_Name_toString(x_273, x_479); -x_481 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; -x_482 = lean_string_append(x_481, x_480); -lean_dec(x_480); -x_483 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; -x_484 = lean_string_append(x_482, x_483); -x_485 = lean_box_usize(x_1); -x_486 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); -lean_closure_set(x_486, 0, x_485); -lean_closure_set(x_486, 1, x_472); -x_487 = lean_unbox_usize(x_478); -lean_dec(x_478); -x_488 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_484, x_487, x_486, x_5, x_6, x_477); -return x_488; -} -} -else -{ -lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; -lean_dec(x_273); -lean_dec(x_6); -lean_dec(x_5); -x_489 = lean_ctor_get(x_463, 0); -lean_inc(x_489); -x_490 = lean_ctor_get(x_463, 1); -lean_inc(x_490); -if (lean_is_exclusive(x_463)) { - lean_ctor_release(x_463, 0); - lean_ctor_release(x_463, 1); - x_491 = x_463; -} else { - lean_dec_ref(x_463); - 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; -} +lean_dec(x_465); +x_468 = lean_ctor_get(x_466, 0); +lean_inc(x_468); +lean_dec(x_466); +x_469 = 1; +x_470 = l_Lean_Name_toString(x_264, x_469); +x_471 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; +x_472 = lean_string_append(x_471, x_470); +lean_dec(x_470); +x_473 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; +x_474 = lean_string_append(x_472, x_473); +x_475 = lean_box_usize(x_1); +x_476 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); +lean_closure_set(x_476, 0, x_475); +lean_closure_set(x_476, 1, x_462); +x_477 = lean_unbox_usize(x_468); +lean_dec(x_468); +x_478 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_474, x_477, x_476, x_5, x_6, x_467); +return x_478; } } } @@ -32898,24 +33093,23 @@ lean_dec(x_4); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___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_IR_EmitLLVM_emitDeclInit___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: { -size_t x_14; size_t x_15; size_t x_16; size_t x_17; size_t x_18; lean_object* x_19; -x_14 = lean_unbox_usize(x_1); +size_t x_13; size_t x_14; size_t x_15; size_t x_16; size_t x_17; lean_object* x_18; +x_13 = lean_unbox_usize(x_1); lean_dec(x_1); -x_15 = lean_unbox_usize(x_2); +x_14 = lean_unbox_usize(x_2); lean_dec(x_2); -x_16 = lean_unbox_usize(x_3); +x_15 = lean_unbox_usize(x_3); lean_dec(x_3); -x_17 = lean_unbox_usize(x_7); -lean_dec(x_7); -x_18 = lean_unbox_usize(x_8); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = lean_unbox_usize(x_8); lean_dec(x_8); -x_19 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_14, x_15, x_16, x_4, x_5, x_6, x_17, x_18, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_10); +x_18 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_13, x_14, x_15, x_4, x_5, x_16, x_7, x_17, x_9, x_10, x_11, x_12); lean_dec(x_9); -return x_19; +return x_18; } } LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclInit___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) { @@ -35502,7 +35696,7 @@ lean_dec(x_16); x_19 = lean_ctor_get(x_17, 0); lean_inc(x_19); lean_dec(x_17); -x_20 = l_Lean_IR_EmitLLVM_emitUnbox___closed__3; +x_20 = l_Lean_IR_EmitLLVM_callUnboxForType___closed__3; x_21 = lean_unbox_usize(x_19); lean_dec(x_19); x_22 = lean_unbox_usize(x_9); @@ -38821,337 +39015,414 @@ x_1 = lean_mk_string_from_bytes(".o", 2); return x_1; } } -LEAN_EXPORT lean_object* lean_ir_emit_llvm(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* lean_ir_emit_llvm(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_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; size_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_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; size_t x_95; lean_object* x_96; -x_5 = lean_llvm_initialize(x_4); -x_6 = lean_ctor_get(x_5, 1); -lean_inc(x_6); -lean_dec(x_5); -x_7 = lean_llvm_create_context(x_6); -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = lean_ctor_get(x_7, 1); +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; size_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; 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; size_t x_128; lean_object* x_129; +x_6 = lean_llvm_initialize_target_info(x_5); +x_7 = lean_ctor_get(x_6, 1); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_llvm_create_context(x_7); +x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); -lean_dec(x_7); -x_10 = 1; +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); +lean_dec(x_8); +x_11 = 1; lean_inc(x_2); -x_11 = l_Lean_Name_toString(x_2, x_10); -x_12 = lean_unbox_usize(x_8); -x_13 = lean_llvm_create_module(x_12, x_11, x_9); -lean_dec(x_11); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); +x_12 = l_Lean_Name_toString(x_2, x_11); +x_13 = lean_unbox_usize(x_9); +x_14 = lean_llvm_create_module(x_13, x_12, x_10); +lean_dec(x_12); +x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); -if (lean_is_exclusive(x_13)) { - lean_ctor_release(x_13, 0); - lean_ctor_release(x_13, 1); - x_16 = x_13; +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_17 = x_14; } else { - lean_dec_ref(x_13); - x_16 = lean_box(0); + lean_dec_ref(x_14); + x_17 = lean_box(0); } -x_85 = l_Lean_IR_EmitLLVM_Context_jpMap___default___closed__1; -x_86 = lean_box(0); -x_87 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; -lean_inc(x_14); -x_88 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_88, 0, x_1); -lean_ctor_set(x_88, 1, x_2); -lean_ctor_set(x_88, 2, x_85); -lean_ctor_set(x_88, 3, x_86); -lean_ctor_set(x_88, 4, x_87); -lean_ctor_set(x_88, 5, x_14); -x_89 = lean_unsigned_to_nat(8u); -x_90 = l_Lean_mkHashMapImp___rarg(x_89); -lean_inc(x_90); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_90); -x_92 = lean_st_mk_ref(x_91, x_15); -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = lean_unbox_usize(x_8); -lean_inc(x_93); -x_96 = l_Lean_IR_EmitLLVM_main(x_95, x_93, x_88, x_94); -if (lean_obj_tag(x_96) == 0) +x_118 = l_Lean_IR_EmitLLVM_Context_jpMap___default___closed__1; +x_119 = lean_box(0); +x_120 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; +lean_inc(x_15); +x_121 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_121, 0, x_1); +lean_ctor_set(x_121, 1, x_2); +lean_ctor_set(x_121, 2, x_118); +lean_ctor_set(x_121, 3, x_119); +lean_ctor_set(x_121, 4, x_120); +lean_ctor_set(x_121, 5, x_15); +x_122 = lean_unsigned_to_nat(8u); +x_123 = l_Lean_mkHashMapImp___rarg(x_122); +lean_inc(x_123); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_123); +x_125 = lean_st_mk_ref(x_124, x_16); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); +lean_inc(x_127); +lean_dec(x_125); +x_128 = lean_unbox_usize(x_9); +lean_inc(x_126); +x_129 = l_Lean_IR_EmitLLVM_main(x_128, x_126, x_121, x_127); +if (lean_obj_tag(x_129) == 0) { -lean_object* x_97; -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -if (lean_obj_tag(x_97) == 0) +lean_object* x_130; +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_98; uint8_t x_99; -lean_dec(x_93); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); -x_99 = !lean_is_exclusive(x_97); -if (x_99 == 0) +lean_object* x_131; uint8_t x_132; +lean_dec(x_126); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); +lean_dec(x_129); +x_132 = !lean_is_exclusive(x_130); +if (x_132 == 0) { -x_17 = x_97; -x_18 = x_98; -goto block_84; +x_18 = x_130; +x_19 = x_131; +goto block_117; } else { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_97, 0); -lean_inc(x_100); -lean_dec(x_97); -x_101 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_101, 0, x_100); -x_17 = x_101; -x_18 = x_98; -goto block_84; +lean_object* x_133; lean_object* x_134; +x_133 = lean_ctor_get(x_130, 0); +lean_inc(x_133); +lean_dec(x_130); +x_134 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_134, 0, x_133); +x_18 = x_134; +x_19 = x_131; +goto block_117; } } else { -lean_object* x_102; uint8_t x_103; -x_102 = lean_ctor_get(x_96, 1); -lean_inc(x_102); -lean_dec(x_96); -x_103 = !lean_is_exclusive(x_97); -if (x_103 == 0) +lean_object* x_135; uint8_t x_136; +x_135 = lean_ctor_get(x_129, 1); +lean_inc(x_135); +lean_dec(x_129); +x_136 = !lean_is_exclusive(x_130); +if (x_136 == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_104 = lean_ctor_get(x_97, 0); -x_105 = lean_st_ref_get(x_93, x_102); -lean_dec(x_93); -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 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_104); -lean_ctor_set(x_108, 1, x_106); -lean_ctor_set(x_97, 0, x_108); -x_17 = x_97; -x_18 = x_107; -goto block_84; +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_137 = lean_ctor_get(x_130, 0); +x_138 = lean_st_ref_get(x_126, x_135); +lean_dec(x_126); +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 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_137); +lean_ctor_set(x_141, 1, x_139); +lean_ctor_set(x_130, 0, x_141); +x_18 = x_130; +x_19 = x_140; +goto block_117; } 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; -x_109 = lean_ctor_get(x_97, 0); -lean_inc(x_109); -lean_dec(x_97); -x_110 = lean_st_ref_get(x_93, x_102); -lean_dec(x_93); -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_113, 0, x_109); -lean_ctor_set(x_113, 1, x_111); -x_114 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_114, 0, x_113); -x_17 = x_114; -x_18 = x_112; -goto block_84; +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_142 = lean_ctor_get(x_130, 0); +lean_inc(x_142); +lean_dec(x_130); +x_143 = lean_st_ref_get(x_126, x_135); +lean_dec(x_126); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +lean_dec(x_143); +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_142); +lean_ctor_set(x_146, 1, x_144); +x_147 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_147, 0, x_146); +x_18 = x_147; +x_19 = x_145; +goto block_117; } } } else { -uint8_t x_115; -lean_dec(x_93); -lean_dec(x_16); -lean_dec(x_14); -lean_dec(x_8); +uint8_t x_148; +lean_dec(x_126); +lean_dec(x_17); +lean_dec(x_15); +lean_dec(x_9); +lean_dec(x_4); lean_dec(x_3); -x_115 = !lean_is_exclusive(x_96); -if (x_115 == 0) +x_148 = !lean_is_exclusive(x_129); +if (x_148 == 0) { -return x_96; +return x_129; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_116 = lean_ctor_get(x_96, 0); -x_117 = lean_ctor_get(x_96, 1); -lean_inc(x_117); -lean_inc(x_116); -lean_dec(x_96); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -return x_118; +lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_149 = lean_ctor_get(x_129, 0); +x_150 = lean_ctor_get(x_129, 1); +lean_inc(x_150); +lean_inc(x_149); +lean_dec(x_129); +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; } } -block_84: +block_117: { -if (lean_obj_tag(x_17) == 0) +if (lean_obj_tag(x_18) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_14); -lean_dec(x_8); +lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_dec(x_15); +lean_dec(x_9); +lean_dec(x_4); lean_dec(x_3); -x_19 = lean_ctor_get(x_17, 0); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_20, 0, x_19); -if (lean_is_scalar(x_16)) { - x_21 = lean_alloc_ctor(1, 2, 0); +x_20 = lean_ctor_get(x_18, 0); +lean_inc(x_20); +lean_dec(x_18); +x_21 = lean_alloc_ctor(18, 1, 0); +lean_ctor_set(x_21, 0, x_20); +if (lean_is_scalar(x_17)) { + x_22 = lean_alloc_ctor(1, 2, 0); } else { - x_21 = x_16; - lean_ctor_set_tag(x_21, 1); + x_22 = x_17; + lean_ctor_set_tag(x_22, 1); } -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_18); -return x_21; +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; } else { -lean_object* x_22; +lean_object* x_23; +lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); -x_22 = l_Lean_IR_getLeanHBcPath(x_18); -if (lean_obj_tag(x_22) == 0) +x_23 = l_Lean_IR_getLeanHBcPath(x_19); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_23; lean_object* x_24; size_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; size_t x_36; lean_object* x_37; lean_object* x_38; size_t x_39; size_t x_40; lean_object* x_41; lean_object* x_42; size_t x_43; size_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; size_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; size_t x_56; size_t x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint64_t x_63; size_t x_64; size_t x_65; size_t x_66; lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; lean_object* x_71; lean_object* x_72; size_t x_73; size_t x_74; lean_object* x_75; uint8_t x_76; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +lean_object* x_24; lean_object* x_25; size_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; size_t x_30; size_t x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; size_t x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; lean_object* x_42; lean_object* x_43; size_t x_44; size_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_unbox_usize(x_8); -x_26 = lean_llvm_create_memory_buffer_with_contents_of_file(x_25, x_23, x_24); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); lean_dec(x_23); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); +x_26 = lean_unbox_usize(x_9); +x_27 = lean_llvm_create_memory_buffer_with_contents_of_file(x_26, x_24, x_25); +lean_dec(x_24); +x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_unbox_usize(x_8); -x_30 = lean_unbox_usize(x_27); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); lean_dec(x_27); -x_31 = lean_llvm_parse_bitcode(x_29, x_30, x_28); -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_ctor_get(x_31, 1); +x_30 = lean_unbox_usize(x_9); +x_31 = lean_unbox_usize(x_28); +lean_dec(x_28); +x_32 = lean_llvm_parse_bitcode(x_30, x_31, x_29); +x_33 = lean_ctor_get(x_32, 0); lean_inc(x_33); -lean_dec(x_31); -x_34 = lean_unbox_usize(x_8); -x_35 = lean_unbox_usize(x_14); -x_36 = lean_unbox_usize(x_32); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); lean_dec(x_32); -x_37 = lean_llvm_link_modules(x_34, x_35, x_36, x_33); -x_38 = lean_ctor_get(x_37, 1); -lean_inc(x_38); -lean_dec(x_37); -x_39 = lean_unbox_usize(x_8); -x_40 = lean_unbox_usize(x_14); -x_41 = l_Lean_IR_optimizeLLVMModule(x_39, x_40, x_38); -x_42 = lean_ctor_get(x_41, 1); -lean_inc(x_42); -lean_dec(x_41); -x_43 = lean_unbox_usize(x_8); -x_44 = lean_unbox_usize(x_14); -x_45 = lean_llvm_write_bitcode_to_file(x_43, x_44, x_3, x_42); -x_46 = lean_ctor_get(x_45, 1); -lean_inc(x_46); -lean_dec(x_45); -x_47 = lean_llvm_get_default_target_triple(x_46); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); +x_35 = lean_unbox_usize(x_9); +x_36 = lean_unbox_usize(x_15); +x_37 = lean_unbox_usize(x_33); +lean_dec(x_33); +x_38 = lean_llvm_link_modules(x_35, x_36, x_37, x_34); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = lean_unbox_usize(x_9); +x_41 = lean_unbox_usize(x_15); +x_42 = l_Lean_IR_optimizeLLVMModule(x_40, x_41, x_39); +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_44 = lean_unbox_usize(x_9); +x_45 = lean_unbox_usize(x_15); +x_46 = lean_llvm_write_bitcode_to_file(x_44, x_45, x_3, x_43); +x_47 = lean_ctor_get(x_46, 1); +lean_inc(x_47); +lean_dec(x_46); +x_48 = lean_llvm_get_default_target_triple(x_47); +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_49; lean_object* x_50; size_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; size_t x_57; size_t 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; size_t x_65; size_t x_66; size_t x_67; lean_object* x_68; lean_object* x_69; size_t x_70; size_t x_71; lean_object* x_72; lean_object* x_73; size_t x_74; size_t x_75; lean_object* x_76; uint8_t x_77; +x_49 = lean_ctor_get(x_48, 0); lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_unbox_usize(x_8); -x_51 = lean_llvm_get_target_from_triple(x_50, x_48, x_49); -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); +x_50 = lean_ctor_get(x_48, 1); +lean_inc(x_50); +lean_dec(x_48); +x_51 = lean_unbox_usize(x_9); +x_52 = lean_llvm_get_target_from_triple(x_51, x_49, x_50); +x_53 = lean_ctor_get(x_52, 0); lean_inc(x_53); -lean_dec(x_51); -x_54 = l_Lean_IR_emitLLVM___closed__1; -x_55 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_56 = lean_unbox_usize(x_8); -x_57 = lean_unbox_usize(x_52); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); lean_dec(x_52); -x_58 = lean_llvm_create_target_machine(x_56, x_57, x_48, x_54, x_55, x_53); -lean_dec(x_48); -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); +x_55 = l_Lean_IR_emitLLVM___closed__1; +x_56 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_57 = lean_unbox_usize(x_9); +x_58 = lean_unbox_usize(x_53); +lean_dec(x_53); +x_59 = lean_llvm_create_target_machine(x_57, x_58, x_49, x_55, x_56, x_54); +lean_dec(x_49); +x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -lean_dec(x_58); -x_61 = l_Lean_IR_emitLLVM___closed__2; -x_62 = lean_string_append(x_3, x_61); -x_63 = l_LLVM_CodegenFileType_ObjectFile; -x_64 = lean_unbox_usize(x_8); -x_65 = lean_unbox_usize(x_59); -x_66 = lean_unbox_usize(x_14); -x_67 = lean_llvm_target_machine_emit_to_file(x_64, x_65, x_66, x_62, x_63, x_60); -lean_dec(x_62); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -lean_dec(x_67); -x_69 = lean_unbox_usize(x_8); -x_70 = lean_unbox_usize(x_14); -lean_dec(x_14); -x_71 = lean_llvm_dispose_module(x_69, x_70, x_68); -x_72 = lean_ctor_get(x_71, 1); -lean_inc(x_72); -lean_dec(x_71); -x_73 = lean_unbox_usize(x_8); -lean_dec(x_8); -x_74 = lean_unbox_usize(x_59); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); lean_dec(x_59); -x_75 = lean_llvm_dispose_target_machine(x_73, x_74, x_72); -x_76 = !lean_is_exclusive(x_75); -if (x_76 == 0) +x_62 = l_Lean_IR_emitLLVM___closed__2; +x_63 = lean_string_append(x_3, x_62); +x_64 = l_LLVM_CodegenFileType_ObjectFile; +x_65 = lean_unbox_usize(x_9); +x_66 = lean_unbox_usize(x_60); +x_67 = lean_unbox_usize(x_15); +x_68 = lean_llvm_target_machine_emit_to_file(x_65, x_66, x_67, x_63, x_64, x_61); +lean_dec(x_63); +x_69 = lean_ctor_get(x_68, 1); +lean_inc(x_69); +lean_dec(x_68); +x_70 = lean_unbox_usize(x_9); +x_71 = lean_unbox_usize(x_15); +lean_dec(x_15); +x_72 = lean_llvm_dispose_module(x_70, x_71, x_69); +x_73 = lean_ctor_get(x_72, 1); +lean_inc(x_73); +lean_dec(x_72); +x_74 = lean_unbox_usize(x_9); +lean_dec(x_9); +x_75 = lean_unbox_usize(x_60); +lean_dec(x_60); +x_76 = lean_llvm_dispose_target_machine(x_74, x_75, x_73); +x_77 = !lean_is_exclusive(x_76); +if (x_77 == 0) { -return x_75; +return x_76; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_75, 0); -x_78 = lean_ctor_get(x_75, 1); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_76, 0); +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_75); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_dec(x_76); +x_80 = lean_alloc_ctor(0, 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_80; -lean_dec(x_14); -lean_dec(x_8); +lean_object* x_81; lean_object* x_82; size_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; size_t x_89; size_t x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; uint64_t x_96; size_t x_97; size_t x_98; size_t x_99; lean_object* x_100; lean_object* x_101; size_t x_102; size_t x_103; lean_object* x_104; lean_object* x_105; size_t x_106; size_t x_107; lean_object* x_108; uint8_t x_109; +x_81 = lean_ctor_get(x_48, 1); +lean_inc(x_81); +lean_dec(x_48); +x_82 = lean_ctor_get(x_4, 0); +lean_inc(x_82); +lean_dec(x_4); +x_83 = lean_unbox_usize(x_9); +x_84 = lean_llvm_get_target_from_triple(x_83, x_82, x_81); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = l_Lean_IR_emitLLVM___closed__1; +x_88 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_89 = lean_unbox_usize(x_9); +x_90 = lean_unbox_usize(x_85); +lean_dec(x_85); +x_91 = lean_llvm_create_target_machine(x_89, x_90, x_82, x_87, x_88, x_86); +lean_dec(x_82); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = l_Lean_IR_emitLLVM___closed__2; +x_95 = lean_string_append(x_3, x_94); +x_96 = l_LLVM_CodegenFileType_ObjectFile; +x_97 = lean_unbox_usize(x_9); +x_98 = lean_unbox_usize(x_92); +x_99 = lean_unbox_usize(x_15); +x_100 = lean_llvm_target_machine_emit_to_file(x_97, x_98, x_99, x_95, x_96, x_93); +lean_dec(x_95); +x_101 = lean_ctor_get(x_100, 1); +lean_inc(x_101); +lean_dec(x_100); +x_102 = lean_unbox_usize(x_9); +x_103 = lean_unbox_usize(x_15); +lean_dec(x_15); +x_104 = lean_llvm_dispose_module(x_102, x_103, x_101); +x_105 = lean_ctor_get(x_104, 1); +lean_inc(x_105); +lean_dec(x_104); +x_106 = lean_unbox_usize(x_9); +lean_dec(x_9); +x_107 = lean_unbox_usize(x_92); +lean_dec(x_92); +x_108 = lean_llvm_dispose_target_machine(x_106, x_107, x_105); +x_109 = !lean_is_exclusive(x_108); +if (x_109 == 0) +{ +return x_108; +} +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_108, 0); +x_111 = lean_ctor_get(x_108, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_108); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +return x_112; +} +} +} +else +{ +uint8_t x_113; +lean_dec(x_15); +lean_dec(x_9); +lean_dec(x_4); lean_dec(x_3); -x_80 = !lean_is_exclusive(x_22); -if (x_80 == 0) +x_113 = !lean_is_exclusive(x_23); +if (x_113 == 0) { -return x_22; +return x_23; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_22, 0); -x_82 = lean_ctor_get(x_22, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_22); -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_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_23, 0); +x_115 = lean_ctor_get(x_23, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_23); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } @@ -39467,16 +39738,16 @@ l_Lean_IR_EmitLLVM_emitBox___closed__3 = _init_l_Lean_IR_EmitLLVM_emitBox___clos lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBox___closed__3); l_Lean_IR_EmitLLVM_emitBox___closed__4 = _init_l_Lean_IR_EmitLLVM_emitBox___closed__4(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBox___closed__4); -l_Lean_IR_EmitLLVM_emitUnbox___closed__1 = _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__1(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUnbox___closed__1); -l_Lean_IR_EmitLLVM_emitUnbox___closed__2 = _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__2(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUnbox___closed__2); -l_Lean_IR_EmitLLVM_emitUnbox___closed__3 = _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__3(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUnbox___closed__3); -l_Lean_IR_EmitLLVM_emitUnbox___closed__4 = _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__4(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUnbox___closed__4); -l_Lean_IR_EmitLLVM_emitUnbox___closed__5 = _init_l_Lean_IR_EmitLLVM_emitUnbox___closed__5(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUnbox___closed__5); +l_Lean_IR_EmitLLVM_callUnboxForType___closed__1 = _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__1(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_callUnboxForType___closed__1); +l_Lean_IR_EmitLLVM_callUnboxForType___closed__2 = _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__2(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_callUnboxForType___closed__2); +l_Lean_IR_EmitLLVM_callUnboxForType___closed__3 = _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__3(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_callUnboxForType___closed__3); +l_Lean_IR_EmitLLVM_callUnboxForType___closed__4 = _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__4(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_callUnboxForType___closed__4); +l_Lean_IR_EmitLLVM_callUnboxForType___closed__5 = _init_l_Lean_IR_EmitLLVM_callUnboxForType___closed__5(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_callUnboxForType___closed__5); l_Lean_IR_EmitLLVM_emitReset___lambda__1___closed__1 = _init_l_Lean_IR_EmitLLVM_emitReset___lambda__1___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitReset___lambda__1___closed__1); l_Lean_IR_EmitLLVM_emitReset___lambda__2___closed__1 = _init_l_Lean_IR_EmitLLVM_emitReset___lambda__2___closed__1(); @@ -39487,20 +39758,14 @@ l_Lean_IR_EmitLLVM_emitReuse___lambda__3___closed__1 = _init_l_Lean_IR_EmitLLVM_ lean_mark_persistent(l_Lean_IR_EmitLLVM_emitReuse___lambda__3___closed__1); l_Lean_IR_EmitLLVM_emitReuse___closed__1 = _init_l_Lean_IR_EmitLLVM_emitReuse___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitReuse___closed__1); -l_Lean_IR_EmitLLVM_emitVDecl___closed__1 = _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__1(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitVDecl___closed__1); -l_Lean_IR_EmitLLVM_emitVDecl___closed__2 = _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__2(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitVDecl___closed__2); -l_Lean_IR_EmitLLVM_emitVDecl___closed__3 = _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__3(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitVDecl___closed__3); -l_Lean_IR_EmitLLVM_emitVDecl___closed__4 = _init_l_Lean_IR_EmitLLVM_emitVDecl___closed__4(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitVDecl___closed__4); l_Lean_IR_EmitLLVM_declareVar___closed__1 = _init_l_Lean_IR_EmitLLVM_declareVar___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_declareVar___closed__1); l_Lean_IR_EmitLLVM_emitTag___closed__1 = _init_l_Lean_IR_EmitLLVM_emitTag___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitTag___closed__1); l_Lean_IR_EmitLLVM_emitTag___closed__2 = _init_l_Lean_IR_EmitLLVM_emitTag___closed__2(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitTag___closed__2); +l_Lean_IR_EmitLLVM_emitUSet___closed__1 = _init_l_Lean_IR_EmitLLVM_emitUSet___closed__1(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUSet___closed__1); l_Lean_IR_EmitLLVM_emitTailCall___closed__1 = _init_l_Lean_IR_EmitLLVM_emitTailCall___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitTailCall___closed__1); l_Lean_IR_EmitLLVM_emitTailCall___closed__2 = _init_l_Lean_IR_EmitLLVM_emitTailCall___closed__2(); @@ -39527,6 +39792,8 @@ l_Lean_IR_EmitLLVM_emitSSet___closed__6 = _init_l_Lean_IR_EmitLLVM_emitSSet___cl lean_mark_persistent(l_Lean_IR_EmitLLVM_emitSSet___closed__6); l_Lean_IR_EmitLLVM_emitDel___closed__1 = _init_l_Lean_IR_EmitLLVM_emitDel___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitDel___closed__1); +l_Lean_IR_EmitLLVM_emitUnreachable___closed__1 = _init_l_Lean_IR_EmitLLVM_emitUnreachable___closed__1(); +lean_mark_persistent(l_Lean_IR_EmitLLVM_emitUnreachable___closed__1); l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitCase___spec__1___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitCase___spec__1___closed__1(); lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitLLVM_emitCase___spec__1___closed__1); l_Lean_IR_EmitLLVM_emitCase___closed__1 = _init_l_Lean_IR_EmitLLVM_emitCase___closed__1(); @@ -39535,18 +39802,6 @@ l_Lean_IR_EmitLLVM_emitCase___closed__2 = _init_l_Lean_IR_EmitLLVM_emitCase___cl lean_mark_persistent(l_Lean_IR_EmitLLVM_emitCase___closed__2); l_Lean_IR_EmitLLVM_emitBlock___closed__1 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__1); -l_Lean_IR_EmitLLVM_emitBlock___closed__2 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__2(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__2); -l_Lean_IR_EmitLLVM_emitBlock___closed__3 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__3(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__3); -l_Lean_IR_EmitLLVM_emitBlock___closed__4 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__4(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__4); -l_Lean_IR_EmitLLVM_emitBlock___closed__5 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__5(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__5); -l_Lean_IR_EmitLLVM_emitBlock___closed__6 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__6(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__6); -l_Lean_IR_EmitLLVM_emitBlock___closed__7 = _init_l_Lean_IR_EmitLLVM_emitBlock___closed__7(); -lean_mark_persistent(l_Lean_IR_EmitLLVM_emitBlock___closed__7); l_Lean_IR_EmitLLVM_emitJDecl___closed__1 = _init_l_Lean_IR_EmitLLVM_emitJDecl___closed__1(); lean_mark_persistent(l_Lean_IR_EmitLLVM_emitJDecl___closed__1); l_List_forIn_loop___at_Lean_IR_EmitLLVM_emitFnArgs___spec__1___closed__1 = _init_l_List_forIn_loop___at_Lean_IR_EmitLLVM_emitFnArgs___spec__1___closed__1(); diff --git a/stage0/stdlib/Lean/Compiler/IR/Format.c b/stage0/stdlib/Lean/Compiler/IR/Format.c index da9f05673f20..594f3080e1b8 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Format.c +++ b/stage0/stdlib/Lean/Compiler/IR/Format.c @@ -104,7 +104,6 @@ lean_object* lean_nat_to_int(lean_object*); static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__30; LEAN_EXPORT lean_object* l_Lean_IR_formatArray___at_Lean_IR_formatParams___spec__1(lean_object*); static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType___closed__15; -static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__33; static lean_object* l_Lean_IR_formatFnBody_loop___closed__6; static lean_object* l_Lean_IR_formatFnBodyHead___closed__14; LEAN_EXPORT lean_object* l_Lean_IR_instToStringFnBody(lean_object*); @@ -140,7 +139,6 @@ lean_object* l_Lean_formatKVMap(lean_object*); static lean_object* l_Lean_IR_formatFnBodyHead___closed__31; LEAN_EXPORT lean_object* l_Lean_IR_instToFormatLitVal; static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType___closed__8; -static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__34; extern lean_object* l_Std_Format_defWidth; static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatParam___closed__5; static lean_object* l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType___closed__1; @@ -1128,24 +1126,6 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__33() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("isTaggedPtr ", 12); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__34() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__33; -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_Compiler_IR_Format_0__Lean_IR_formatExpr(lean_object* x_1) { _start: { @@ -1469,7 +1449,7 @@ lean_dec(x_1); x_128 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatLitVal(x_127); return x_128; } -case 12: +default: { 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; x_129 = lean_ctor_get(x_1, 0); @@ -1487,24 +1467,6 @@ lean_ctor_set(x_135, 0, x_134); lean_ctor_set(x_135, 1, x_133); return x_135; } -default: -{ -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_136 = lean_ctor_get(x_1, 0); -lean_inc(x_136); -lean_dec(x_1); -x_137 = l_Nat_repr(x_136); -x_138 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; -x_139 = lean_string_append(x_138, x_137); -lean_dec(x_137); -x_140 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_140, 0, x_139); -x_141 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__34; -x_142 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_140); -return x_142; -} } } } @@ -4391,10 +4353,6 @@ l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__31 = _init_l lean_mark_persistent(l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__31); l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__32 = _init_l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__32(); lean_mark_persistent(l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__32); -l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__33 = _init_l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__33(); -lean_mark_persistent(l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__33); -l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__34 = _init_l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__34(); -lean_mark_persistent(l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___closed__34); l_Lean_IR_instToFormatExpr___closed__1 = _init_l_Lean_IR_instToFormatExpr___closed__1(); lean_mark_persistent(l_Lean_IR_instToFormatExpr___closed__1); l_Lean_IR_instToFormatExpr = _init_l_Lean_IR_instToFormatExpr(); diff --git a/stage0/stdlib/Lean/Compiler/IR/FreeVars.c b/stage0/stdlib/Lean/Compiler/IR/FreeVars.c index 43f65c60a8d9..96a99394917f 100644 --- a/stage0/stdlib/Lean/Compiler/IR/FreeVars.c +++ b/stage0/stdlib/Lean/Compiler/IR/FreeVars.c @@ -570,10 +570,10 @@ lean_dec(x_2); return x_30; } } -case 13: +default: { lean_object* x_32; uint8_t x_33; -x_32 = lean_ctor_get(x_1, 0); +x_32 = lean_ctor_get(x_1, 1); lean_inc(x_32); lean_dec(x_1); x_33 = lean_nat_dec_lt(x_2, x_32); @@ -588,24 +588,6 @@ lean_dec(x_2); return x_32; } } -default: -{ -lean_object* x_34; uint8_t x_35; -x_34 = lean_ctor_get(x_1, 1); -lean_inc(x_34); -lean_dec(x_1); -x_35 = lean_nat_dec_lt(x_2, x_34); -if (x_35 == 0) -{ -lean_dec(x_34); -return x_2; -} -else -{ -lean_dec(x_2); -return x_34; -} -} } } } @@ -1647,10 +1629,10 @@ lean_dec(x_39); return x_3; } } -case 13: +default: { lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_1, 0); +x_43 = lean_ctor_get(x_1, 1); lean_inc(x_43); lean_dec(x_1); x_44 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_43); @@ -1669,28 +1651,6 @@ lean_dec(x_43); return x_3; } } -default: -{ -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_1, 1); -lean_inc(x_47); -lean_dec(x_1); -x_48 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_47); -lean_dec(x_2); -if (lean_obj_tag(x_48) == 0) -{ -lean_object* x_49; lean_object* x_50; -x_49 = lean_box(0); -x_50 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_47, x_49); -return x_50; -} -else -{ -lean_dec(x_48); -lean_dec(x_47); -return x_3; -} -} } } } @@ -2430,20 +2390,13 @@ x_24 = lean_ctor_get(x_2, 0); x_25 = lean_nat_dec_eq(x_1, x_24); return x_25; } -case 13: +default: { lean_object* x_26; uint8_t x_27; -x_26 = lean_ctor_get(x_2, 0); +x_26 = lean_ctor_get(x_2, 1); x_27 = lean_nat_dec_eq(x_1, x_26); return x_27; } -default: -{ -lean_object* x_28; uint8_t x_29; -x_28 = lean_ctor_get(x_2, 1); -x_29 = lean_nat_dec_eq(x_1, x_28); -return x_29; -} } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/LLVMBindings.c b/stage0/stdlib/Lean/Compiler/IR/LLVMBindings.c index 8085460ff353..de8a88ebf9a3 100644 --- a/stage0/stdlib/Lean/Compiler/IR/LLVMBindings.c +++ b/stage0/stdlib/Lean/Compiler/IR/LLVMBindings.c @@ -24,6 +24,7 @@ lean_object* lean_llvm_append_basic_block_in_context(size_t, size_t, lean_object LEAN_EXPORT lean_object* l_LLVM_linkModules___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_LLVM_createModule___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_LLVM_addCase___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_LLVM_llvmInitializeTargetInfo___boxed(lean_object*); LEAN_EXPORT lean_object* l_LLVM_addFunction___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_LLVM_constInt64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_get_insert_block(lean_object*, size_t, lean_object*); @@ -78,8 +79,8 @@ LEAN_EXPORT lean_object* l_LLVM_buildCondBr___boxed(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_LLVM_getOrAddFunction(size_t, size_t, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_LLVM_buildStore___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_dispose_pass_manager_builder(size_t, size_t, lean_object*); -lean_object* lean_llvm_initialize(lean_object*); LEAN_EXPORT lean_object* l_LLVM_constInt32(size_t, uint64_t, uint8_t, lean_object*); +lean_object* lean_llvm_initialize_target_info(lean_object*); LEAN_EXPORT lean_object* l_LLVM_getInsertBlock___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_llvm_get_undef(size_t, size_t, lean_object*); lean_object* lean_llvm_create_context(lean_object*); @@ -177,7 +178,6 @@ lean_object* lean_llvm_void_type_in_context(size_t, lean_object*); lean_object* lean_llvm_pass_manager_builder_set_opt_level(size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_LLVM_buildAlloca___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_LLVM_getBasicBlockParent___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_LLVM_llvmInitialize___boxed(lean_object*); LEAN_EXPORT lean_object* l_LLVM_createPassManager___boxed(lean_object*, lean_object*); lean_object* lean_llvm_dispose_pass_manager(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_LLVM_i64Type(size_t, lean_object*); @@ -238,11 +238,11 @@ x_1 = 34; return x_1; } } -LEAN_EXPORT lean_object* l_LLVM_llvmInitialize___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_LLVM_llvmInitializeTargetInfo___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_llvm_initialize(x_1); +x_2 = lean_llvm_initialize_target_info(x_1); return x_2; } } diff --git a/stage0/stdlib/Lean/Compiler/IR/LiveVars.c b/stage0/stdlib/Lean/Compiler/IR/LiveVars.c index c36aaf45aab4..9d67447ddda7 100644 --- a/stage0/stdlib/Lean/Compiler/IR/LiveVars.c +++ b/stage0/stdlib/Lean/Compiler/IR/LiveVars.c @@ -3872,26 +3872,16 @@ x_31 = lean_box(0); x_32 = l_Lean_RBNode_insert___at_Lean_IR_mkLiveVarSet___spec__1(x_2, x_30, x_31); return x_32; } -case 13: +default: { lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_1, 0); +x_33 = lean_ctor_get(x_1, 1); lean_inc(x_33); lean_dec(x_1); x_34 = lean_box(0); x_35 = l_Lean_RBNode_insert___at_Lean_IR_mkLiveVarSet___spec__1(x_2, x_33, x_34); return x_35; } -default: -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_1, 1); -lean_inc(x_36); -lean_dec(x_1); -x_37 = lean_box(0); -x_38 = l_Lean_RBNode_insert___at_Lean_IR_mkLiveVarSet___spec__1(x_2, x_36, x_37); -return x_38; -} } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/NormIds.c b/stage0/stdlib/Lean/Compiler/IR/NormIds.c index 58a052c81322..bfa909de409c 100644 --- a/stage0/stdlib/Lean/Compiler/IR/NormIds.c +++ b/stage0/stdlib/Lean/Compiler/IR/NormIds.c @@ -1321,7 +1321,7 @@ case 11: lean_dec(x_2); return x_1; } -case 12: +default: { uint8_t x_88; x_88 = !lean_is_exclusive(x_1); @@ -1349,34 +1349,6 @@ lean_ctor_set(x_93, 0, x_92); return x_93; } } -default: -{ -uint8_t x_94; -x_94 = !lean_is_exclusive(x_1); -if (x_94 == 0) -{ -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_1, 0); -x_96 = l_Lean_IR_NormalizeIds_normIndex(x_95, x_2); -lean_dec(x_2); -lean_dec(x_95); -lean_ctor_set(x_1, 0, x_96); -return x_1; -} -else -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_1, 0); -lean_inc(x_97); -lean_dec(x_1); -x_98 = l_Lean_IR_NormalizeIds_normIndex(x_97, x_2); -lean_dec(x_2); -lean_dec(x_97); -x_99 = lean_alloc_ctor(13, 1, 0); -lean_ctor_set(x_99, 0, x_98); -return x_99; -} -} } } } @@ -3839,7 +3811,7 @@ case 11: lean_dec(x_1); return x_2; } -case 12: +default: { uint8_t x_88; x_88 = !lean_is_exclusive(x_2); @@ -3863,30 +3835,6 @@ lean_ctor_set(x_93, 0, x_92); return x_93; } } -default: -{ -uint8_t x_94; -x_94 = !lean_is_exclusive(x_2); -if (x_94 == 0) -{ -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_2, 0); -x_96 = lean_apply_1(x_1, x_95); -lean_ctor_set(x_2, 0, x_96); -return x_2; -} -else -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_2, 0); -lean_inc(x_97); -lean_dec(x_2); -x_98 = lean_apply_1(x_1, x_97); -x_99 = lean_alloc_ctor(13, 1, 0); -lean_ctor_set(x_99, 0, x_98); -return x_99; -} -} } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/PushProj.c b/stage0/stdlib/Lean/Compiler/IR/PushProj.c index d16ee8e1ce4a..9dd8b971951b 100644 --- a/stage0/stdlib/Lean/Compiler/IR/PushProj.c +++ b/stage0/stdlib/Lean/Compiler/IR/PushProj.c @@ -1579,59 +1579,47 @@ x_4 = x_53; x_5 = x_54; goto _start; } -case 13: -{ -lean_object* x_56; lean_object* x_57; -lean_dec(x_10); -lean_inc(x_8); -x_56 = lean_array_push(x_4, x_8); -x_57 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); -x_1 = x_9; -x_4 = x_56; -x_5 = x_57; -goto _start; -} default: { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_dec(x_10); lean_dec(x_5); lean_dec(x_3); -x_59 = lean_array_push(x_9, x_8); -x_60 = l_Array_reverse___rarg(x_4); -x_61 = l_Array_append___rarg(x_59, x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_2); -return x_62; +x_56 = lean_array_push(x_9, x_8); +x_57 = l_Array_reverse___rarg(x_4); +x_58 = l_Array_append___rarg(x_56, 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_2); +return x_59; } } } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_dec(x_5); lean_dec(x_3); -x_63 = lean_array_push(x_9, x_8); -x_64 = l_Array_reverse___rarg(x_4); -x_65 = l_Array_append___rarg(x_63, 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_2); -return x_66; +x_60 = lean_array_push(x_9, x_8); +x_61 = l_Array_reverse___rarg(x_4); +x_62 = l_Array_append___rarg(x_60, x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_2); +return x_63; } } else { -lean_object* x_67; lean_object* x_68; +lean_object* x_64; lean_object* x_65; lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_67 = l_Array_reverse___rarg(x_4); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_2); -return x_68; +x_64 = l_Array_reverse___rarg(x_4); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_2); +return x_65; } } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c b/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c index f368cd0d6f41..7d19a58e5098 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c @@ -36,6 +36,7 @@ static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_AuxDec LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_cacheAuxDecl___spec__2(lean_object*, size_t, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_cacheAuxDecl___spec__5___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); +uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object*, lean_object*); lean_object* l_EStateM_pure___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_cacheAuxDecl___closed__4; static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_AuxDeclCache___hyg_9____closed__4; @@ -53,7 +54,6 @@ lean_object* l_Lean_Compiler_LCNF_normalizeFVarIds(lean_object*, lean_object*, l static lean_object* l_Lean_Compiler_LCNF_cacheAuxDecl___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); -uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_cacheAuxDecl___closed__3; static lean_object* l_Lean_Compiler_LCNF_cacheAuxDecl___closed__1; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -142,7 +142,7 @@ else lean_object* x_9; uint8_t x_10; x_9 = lean_array_fget(x_1, x_4); lean_inc(x_5); -x_10 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_5, x_9); +x_10 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_5, x_9); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; @@ -212,7 +212,7 @@ lean_inc(x_11); x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); -x_13 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_3, x_11); +x_13 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_3, x_11); if (x_13 == 0) { lean_object* x_14; @@ -360,7 +360,7 @@ else lean_object* x_17; uint8_t x_18; x_17 = lean_array_fget(x_5, x_2); lean_inc(x_3); -x_18 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_3, x_17); +x_18 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_3, x_17); if (x_18 == 0) { lean_object* x_19; lean_object* x_20; @@ -458,7 +458,7 @@ x_19 = lean_ctor_get(x_15, 0); x_20 = lean_ctor_get(x_15, 1); lean_inc(x_19); lean_inc(x_4); -x_21 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_4, x_19); +x_21 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_4, x_19); if (x_21 == 0) { lean_object* x_22; lean_object* x_23; lean_object* x_24; @@ -494,7 +494,7 @@ lean_inc(x_26); lean_dec(x_15); lean_inc(x_26); lean_inc(x_4); -x_28 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_4, x_26); +x_28 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_4, x_26); if (x_28 == 0) { lean_object* x_29; lean_object* x_30; lean_object* x_31; @@ -617,7 +617,7 @@ if (lean_is_exclusive(x_57)) { } lean_inc(x_60); lean_inc(x_4); -x_63 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_4, x_60); +x_63 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_4, x_60); if (x_63 == 0) { lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Basic.c b/stage0/stdlib/Lean/Compiler/LCNF/Basic.c index 6335d88ba649..000d1580c4a0 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Basic.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Basic.c @@ -19,6 +19,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_L LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instBEqFunDecl; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instParams(lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_LetValue_updateArgsImp___closed__1; static lean_object* l_Lean_Compiler_LCNF_instInhabitedParam___closed__2; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateTypeImp___closed__2; @@ -59,11 +60,9 @@ lean_object* l_Lean_Expr_lit___override(lean_object*); static lean_object* l_Lean_Compiler_LCNF_instInhabitedCasesCore___closed__1; lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateFunImp(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instHashableLetValue___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedCode; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateContImp___closed__2; -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_List_BasicAux_0__List_mapMonoMImp___at_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instLetValue___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedFunDeclCore(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); @@ -132,7 +131,6 @@ uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instHashableLitValue___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_attachCodeDecls_go___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f_go(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_LetValue_updateArgsImp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_markRecDecls___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Code_isDecl(lean_object*); @@ -154,12 +152,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_L LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_eqAlt(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instBEqDecl___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_CasesCore_getCtorNames___spec__1(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint64_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_hashArg____x40_Lean_Compiler_LCNF_Basic___hyg_630_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Decl_inlineAttr(lean_object*); uint8_t l_Lean_Compiler_hasSpecializeAttribute(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_markRecDecls_visit___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Decl_inlineable(lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateCasesImp___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_alwaysInlineAttr___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_instantiateRangeArgs___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -179,6 +179,7 @@ static lean_object* l_Lean_Compiler_LCNF_instInhabitedParam___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateUnreachImp___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instExpr(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instHashableLetValue; +LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMono(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectArg(lean_object*, lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); @@ -196,7 +197,6 @@ uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instBEqDecl; static lean_object* l_Lean_Compiler_LCNF_instBEqParam___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_sizeLe_go___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -235,6 +235,7 @@ uint8_t l_List_beq___at___private_Lean_Data_OpenDecl_0__Lean_beqOpenDecl____x40_ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectLetValue(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateFVarImp___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_instantiateRangeArgs___spec__1(size_t, size_t, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_hashLitValue____x40_Lean_Compiler_LCNF_Basic___hyg_389____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instFunDecl(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instLetValue(lean_object*, lean_object*, lean_object*); @@ -279,7 +280,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_toExpr(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateTypeImp___closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CodeDecl_fvarId(lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(lean_object*, lean_object*); uint64_t l_List_foldl___at_Lean_Expr_const___override___spec__1(uint64_t, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedParam; @@ -301,6 +301,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams(l LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_forM___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f_go___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instInhabitedDecl___closed__1; +LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_markRecDecls_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -346,7 +347,6 @@ static lean_object* l_Lean_Compiler_LCNF_instInhabitedLitValue___closed__1; static lean_object* l_Lean_Compiler_LCNF_instBEqArg___closed__1; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectArgs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_sizeLe_inc(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr___boxed(lean_object*); LEAN_EXPORT uint64_t l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_hashLetValue____x40_Lean_Compiler_LCNF_Basic___hyg_1241____spec__1(lean_object*, size_t, size_t, uint64_t); @@ -6675,7 +6675,7 @@ x_1 = l_Lean_Compiler_LCNF_instInhabitedDecl___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -6722,7 +6722,7 @@ return x_10; } } } -LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____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 uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____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; uint8_t x_8; @@ -6764,7 +6764,7 @@ goto _start; } } } -LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(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; uint8_t 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; uint8_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_25; @@ -6879,7 +6879,7 @@ else { lean_object* x_35; uint8_t x_36; x_35 = lean_unsigned_to_nat(0u); -x_36 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__2(x_6, x_14, lean_box(0), x_6, x_14, x_35); +x_36 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2(x_6, x_14, lean_box(0), x_6, x_14, x_35); lean_dec(x_14); lean_dec(x_6); if (x_36 == 0) @@ -6957,7 +6957,7 @@ if (x_9 == 0) if (x_17 == 0) { uint8_t x_20; -x_20 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1(x_10, x_18); +x_20 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(x_10, x_18); return x_20; } else @@ -6982,27 +6982,27 @@ return x_22; else { uint8_t x_23; -x_23 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1(x_10, x_18); +x_23 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(x_10, x_18); return x_23; } } } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__1(x_1, x_2); +x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(x_1, x_2); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____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_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____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: { uint8_t x_7; lean_object* x_8; -x_7 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____spec__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); @@ -7011,11 +7011,11 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_1, x_2); +x_3 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_1, x_2); x_4 = lean_box(x_3); return x_4; } @@ -7024,7 +7024,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_instBEqDecl___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____boxed), 2, 0); return x_1; } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c index 3ccf29a6480d..9939f74248f4 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c @@ -15,9 +15,7 @@ extern "C" { #endif lean_object* l_Lean_Compiler_LCNF_mkAuxLetDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__16; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go___spec__1(lean_object*, lean_object*); @@ -30,10 +28,8 @@ static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___clos lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeCode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f_go(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__7; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__13; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_any___at_Lean_Compiler_LCNF_Simp_JpCasesInfoMap_isCandidate___spec__1___boxed(lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(size_t, size_t, lean_object*); @@ -42,17 +38,14 @@ static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt(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_Compiler_LCNF_Simp_instInhabitedJpCasesInfo___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__9; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go___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_panic___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___spec__1___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__18; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBMap_toList___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__1(lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__19; lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJmpNewArgs___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__2___boxed(lean_object*, lean_object*); @@ -62,6 +55,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Com static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7(lean_object*, 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_findCtorName_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -72,8 +66,10 @@ lean_object* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go(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_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__3; static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4; static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7___closed__2; lean_object* l_Lean_stringToMessageData(lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); @@ -81,15 +77,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Com lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__4(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11; static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___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*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__14; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2; size_t lean_usize_of_nat(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12; lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f_go___lambda__1___boxed(lean_object*, lean_object*); @@ -97,7 +97,6 @@ lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeCodeDecl(lean_object*, static lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo___closed__3; static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___closed__1; lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Internalize_internalizeFunDecl___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -107,15 +106,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Com LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__4___boxed(lean_object*, lean_object*); lean_object* lean_st_ref_get(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*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_CtorInfo_getName(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseCode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__11; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -133,7 +131,6 @@ extern lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go(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* l_Lean_Compiler_LCNF_CasesCore_getCtorNames(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__10; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__3(lean_object*, lean_object*, size_t, size_t); lean_object* l_Array_append___rarg(lean_object*, lean_object*); @@ -148,20 +145,25 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Com static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___lambda__1___closed__2; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go___spec__2(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8; extern lean_object* l_Lean_NameSet_empty; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visit___spec__1(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*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__6___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__12; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15; lean_object* l_Lean_Compiler_LCNF_getConfig(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10; uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visit(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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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_panic_fn(lean_object*, lean_object*); uint8_t l___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_depOn(lean_object*, lean_object*); @@ -172,7 +174,6 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instInhabitedParam; static lean_object* l_panic___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__17; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); @@ -181,8 +182,10 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Compiler_LCNF_Sim static lean_object* l_panic___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___spec__1___closed__3; lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visit___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -196,13 +199,11 @@ static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___lamb LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Simp_JpCasesInfoMap_isCandidate(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_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7; static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__2; lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__15; uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo___closed__4; @@ -211,7 +212,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go___lambd LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_instInhabitedJpCasesInfo; static lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo___closed__2; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8___closed__2; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855_(lean_object*); 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_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__4; @@ -7975,7 +7975,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1() { _start: { lean_object* x_1; @@ -7983,27 +7983,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2; x_2 = l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4() { _start: { lean_object* x_1; @@ -8011,17 +8011,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6() { _start: { lean_object* x_1; @@ -8029,17 +8029,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8() { _start: { lean_object* x_1; @@ -8047,47 +8047,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10; x_2 = l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13() { _start: { lean_object* x_1; @@ -8095,17 +8095,17 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15() { _start: { lean_object* x_1; @@ -8113,17 +8113,17 @@ x_1 = lean_mk_string_from_bytes("JpCases", 7); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17() { _start: { lean_object* x_1; @@ -8131,33 +8131,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__18; -x_2 = lean_unsigned_to_nat(3855u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18; +x_2 = lean_unsigned_to_nat(3861u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861_(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_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__4; x_3 = 0; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -8267,45 +8267,45 @@ l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__6 = _init_l_Lean lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__6); l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__7 = _init_l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__7(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3855_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861_(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/LCNF/Specialize.c b/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c index 7b13e69be975..54849bd3c26c 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c @@ -22,6 +22,7 @@ static lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specia lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3; lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeCode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__18; @@ -34,13 +35,13 @@ lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorIm LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__6; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__14; lean_object* l_Lean_Compiler_LCNF_Code_inferType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Specialize_expandCodeDecls___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_State_decls___default___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__16; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4; lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; @@ -49,17 +50,18 @@ lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*) static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Specialize_expandCodeDecls___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize(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_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_saveBase(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_etaExpand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12; static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_visitCode___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__14; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_visitCode___closed__1; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__6; @@ -70,7 +72,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___at_Lean_Comp lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__6; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__4; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13; static lean_object* l_Lean_Compiler_LCNF_specialize___closed__2; static lean_object* l_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___closed__1; lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_getCachedSpecialization___spec__1(lean_object*, lean_object*); @@ -115,6 +117,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lam LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize___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_Specialize_specCacheExt; lean_object* lean_st_ref_take(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5; lean_object* l_Lean_Compiler_LCNF_Decl_internalize(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_ToExpr_abstractM___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_specialize___closed__1; @@ -133,6 +136,7 @@ static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializ LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_Specialize_Collector_collect___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_specialize___elambda__1___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____lambda__1___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9; lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); lean_object* l_Lean_SMap_instInhabitedSMap___rarg(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_isGround___spec__1___rarg(lean_object*, lean_object*, lean_object*); @@ -141,7 +145,6 @@ LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_Specializ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_specialize___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__13; static lean_object* l_Lean_Compiler_LCNF_specialize___closed__3; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__9; @@ -152,7 +155,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls(lean_ob lean_object* l_Lean_SMap_insert___at_Lean_Compiler_SpecState_addEntry___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_saveSpecParamInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_withLetDecl___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___spec__2(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); @@ -166,15 +168,17 @@ static lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___closed__4; lean_object* l_Lean_Compiler_LCNF_normLevelParams(lean_object*); uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); lean_object* lean_list_to_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150_(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_isTemplateLike(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_specialize___elambda__1___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_Name_append(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToExpr_withParams_go___at_Lean_Compiler_LCNF_Specialize_mkKey___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1; static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__6___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2; static lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6; extern lean_object* l_Lean_Expr_instHashableExpr; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__4___closed__2; lean_object* l_Lean_Compiler_LCNF_Closure_collectArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -184,13 +188,12 @@ LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_spec LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_findSpecCache_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_Specialize_Collector_collect___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__2; lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__17; lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__4; static lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___closed__3; lean_object* l_Lean_Compiler_LCNF_getDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__2; @@ -202,11 +205,8 @@ LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Compiler_LCNF_Specialize_instM LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_visitFunDecl(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_Compiler_LCNF_Specialize_specializeApp_x3f___spec__4(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_main(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__9; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__9; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__3; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; lean_object* l_Lean_Compiler_LCNF_LetValue_toExpr(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__4___closed__1; @@ -215,6 +215,7 @@ lean_object* l_Lean_SMap_switch___at_Lean_Compiler_SpecState_switch___spec__2(le LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__3(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkKey(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__1; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); lean_object* l_Array_append___rarg(lean_object*, lean_object*); @@ -234,7 +235,7 @@ static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializ lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Specialize_visitCode___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_isGround___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_mkSpecDecl_go___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_Compiler_LCNF_getSpecParamInfo_x3f___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -243,12 +244,12 @@ static lean_object* l_Lean_Compiler_LCNF_Specialize_cacheSpec___closed__1; LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__6(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_getRemainingArgs___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_isGround___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__10; static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____lambda__1___closed__5; lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_addFVarSubst___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_simp(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_Specialize___hyg_5153_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_Collector_collect___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_Lean_RBTree_contains___rarg___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -276,7 +277,6 @@ lean_object* l_Lean_Compiler_LCNF_Closure_run___rarg(lean_object*, lean_object*, lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___closed__1; lean_object* l_Array_ofSubarray___rarg(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__11; lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_OptionT_instMonadOptionT___rarg(lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); @@ -295,6 +295,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkKey___boxed(lean_obje uint8_t l_Lean_Expr_hasFVar(lean_object*); extern lean_object* l_Id_instMonadId; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_State_decls___default; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8; lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_withParams___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_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* lean_array_uget(lean_object*, size_t); @@ -306,6 +307,7 @@ LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Specialize_Collector_collect___lambda__ static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__4; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_instantiateLevelParamsNoCache(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToExpr_withParams_go___at_Lean_Compiler_LCNF_Specialize_mkKey___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__2(lean_object*, size_t, size_t, lean_object*); @@ -326,11 +328,9 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializ lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__3; lean_object* l_Lean_Compiler_LCNF_FunDeclCore_toExpr(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__5; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(lean_object*, 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getSpecParamInfo_x3f___at_Lean_Compiler_LCNF_Specialize_specializeApp_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_Compiler_LCNF_Specialize_Collector_collect___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_Specialize_specializeApp_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_object*, lean_object*); @@ -10207,7 +10207,7 @@ lean_dec(x_1); return x_12; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10217,7 +10217,7 @@ x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10227,27 +10227,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5() { _start: { lean_object* x_1; @@ -10255,17 +10255,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__5; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7() { _start: { lean_object* x_1; @@ -10273,57 +10273,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__6; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__7; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__9; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__11; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13() { _start: { lean_object* x_1; @@ -10331,33 +10331,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__14; -x_2 = lean_unsigned_to_nat(5150u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14; +x_2 = lean_unsigned_to_nat(5153u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__15; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -10647,37 +10647,37 @@ l_Lean_Compiler_LCNF_specialize___closed__3 = _init_l_Lean_Compiler_LCNF_special lean_mark_persistent(l_Lean_Compiler_LCNF_specialize___closed__3); l_Lean_Compiler_LCNF_specialize = _init_l_Lean_Compiler_LCNF_specialize(); lean_mark_persistent(l_Lean_Compiler_LCNF_specialize); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150____closed__15); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5150_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153_(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/LCNF/Testing.c b/stage0/stdlib/Lean/Compiler/LCNF/Testing.c index ee518bd0fc79..65473b3b4be8 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Testing.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Testing.c @@ -103,6 +103,7 @@ static lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_InOutAssertionM_run(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_assertForEachDeclAfterEachOccurrence(lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_containsConst___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF_Testing_assertAfterTest___elambda__1___lambda__2___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF_Testing_assertAroundTest(lean_object*, lean_object*, lean_object*); @@ -160,7 +161,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_getTestName___boxed(lean_o LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Testing_assertSize___spec__2(lean_object*, size_t, size_t, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Testing_assertNoFun___spec__4___lambda__1___closed__3; -uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Code_containsConst_goExpr___spec__1(lean_object*); static lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_Testing_assert___spec__1___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF_Testing_assertAroundTest___elambda__1___closed__2; @@ -2906,7 +2906,7 @@ else lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_array_fget(x_4, x_6); x_11 = lean_array_fget(x_5, x_6); -x_12 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5667_(x_10, x_11); +x_12 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_10, x_11); if (x_12 == 0) { uint8_t x_13; diff --git a/stage0/stdlib/Lean/Data/FuzzyMatching.c b/stage0/stdlib/Lean/Data/FuzzyMatching.c index 01d6fd041c88..5ab25a4648aa 100644 --- a/stage0/stdlib/Lean/Data/FuzzyMatching.c +++ b/stage0/stdlib/Lean/Data/FuzzyMatching.c @@ -27,6 +27,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatchi LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_CharType_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMiss(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_FuzzyMatching_CharType_noConfusion___rarg___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__2___closed__1; double lean_float_div(double, double); @@ -51,8 +52,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatchi uint8_t lean_float_decLt(double, double); LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_CharType_noConfusion(lean_object*); LEAN_EXPORT uint8_t l_Lean_FuzzyMatching_fuzzyMatch(lean_object*, lean_object*, double); -LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_int_dec_le(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1; lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__4(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__2___closed__2; @@ -95,13 +96,13 @@ LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(l LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getDoubleIdx___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch(uint32_t, uint32_t, uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(lean_object*, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_FuzzyMatching_instInhabitedCharRole; static double l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_containsInOrderLower___lambda__1___boxed(lean_object*); @@ -140,13 +141,13 @@ LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1___ LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_CharRole_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__1(lean_object*); extern lean_object* l_Id_instMonadId; LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_CharRole_noConfusion(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_int_add(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1; LEAN_EXPORT uint8_t l_Lean_FuzzyMatching_charType(uint32_t); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_containsInOrderLower___lambda__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1___closed__4; @@ -159,7 +160,7 @@ lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__2(uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___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*); LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMatch___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(uint32_t, uint32_t, uint8_t, uint8_t, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_containsInOrderLower___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); @@ -1805,7 +1806,33 @@ return x_10; } } } -static lean_object* _init_l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1() { +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__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; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_2, x_5); +lean_dec(x_2); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; +x_7 = lean_box(0); +x_8 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2(x_1, x_3, x_7); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___closed__1; +x_10 = lean_int_add(x_3, x_9); +lean_dec(x_3); +x_11 = lean_box(0); +x_12 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2(x_1, x_10, x_11); +return x_12; +} +} +} +static lean_object* _init_l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -1814,25 +1841,51 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___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: { -if (x_2 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_string_length(x_3); +lean_dec(x_3); +x_9 = lean_unsigned_to_nat(1u); +x_10 = lean_nat_sub(x_8, x_9); +lean_dec(x_8); +x_11 = lean_nat_dec_eq(x_2, x_10); +lean_dec(x_10); +if (x_11 == 0) { -lean_object* x_5; lean_object* x_6; -x_5 = lean_box(0); -x_6 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2(x_1, x_3, x_5); -return x_6; +lean_object* x_12; lean_object* x_13; +lean_dec(x_4); +x_12 = lean_box(0); +x_13 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_1, x_2, x_6, x_12); +return x_13; } else { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1; -x_8 = lean_int_add(x_3, x_7); -lean_dec(x_3); -x_9 = lean_box(0); -x_10 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2(x_1, x_8, x_9); -return x_10; +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_string_length(x_4); +lean_dec(x_4); +x_15 = lean_nat_sub(x_14, x_9); +lean_dec(x_14); +x_16 = lean_nat_dec_eq(x_5, x_15); +lean_dec(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_box(0); +x_18 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_1, x_2, x_6, x_17); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1; +x_20 = lean_int_add(x_6, x_19); +lean_dec(x_6); +x_21 = lean_box(0); +x_22 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_1, x_2, x_20, x_21); +return x_22; +} } } } @@ -1845,56 +1898,66 @@ x_2 = lean_int_add(x_1, x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(uint32_t x_1, uint32_t x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, uint8_t x_6) { +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(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) { _start: { -uint8_t x_7; -x_7 = lean_uint32_dec_eq(x_1, x_2); -if (x_7 == 0) -{ -lean_object* x_8; -x_8 = lean_box(x_3); -if (lean_obj_tag(x_8) == 0) +uint32_t x_8; uint32_t x_9; uint8_t x_10; +x_8 = lean_string_utf8_get(x_1, x_3); +x_9 = lean_string_utf8_get(x_2, x_4); +x_10 = lean_uint32_dec_eq(x_8, x_9); +if (x_10 == 0) { -lean_object* x_9; -x_9 = lean_box(x_4); -if (lean_obj_tag(x_9) == 0) +lean_object* x_11; +x_11 = lean_box(x_5); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; -x_11 = lean_box(0); -x_12 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_5, x_6, x_10, x_11); -return x_12; -} -else +lean_object* x_12; +x_12 = lean_box(x_6); +if (lean_obj_tag(x_12) == 0) { lean_object* x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_9); -x_13 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; +x_13 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; x_14 = lean_box(0); -x_15 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_5, x_6, x_13, x_14); +x_15 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_13, x_14); +lean_dec(x_3); +lean_dec(x_7); return x_15; } -} else { lean_object* x_16; lean_object* x_17; lean_object* x_18; -lean_dec(x_8); +lean_dec(x_12); x_16 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; x_17 = lean_box(0); -x_18 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_5, x_6, x_16, x_17); +x_18 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_16, x_17); +lean_dec(x_3); +lean_dec(x_7); return x_18; } } else { lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; +lean_dec(x_11); +x_19 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; x_20 = lean_box(0); -x_21 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_5, x_6, x_19, x_20); +x_21 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_19, x_20); +lean_dec(x_3); +lean_dec(x_7); return x_21; } } +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; +x_23 = lean_box(0); +x_24 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_22, x_23); +lean_dec(x_3); +lean_dec(x_7); +return x_24; +} +} } LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { _start: @@ -1919,32 +1982,34 @@ return x_4; LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___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___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_1, x_5, x_3, x_4); +lean_object* x_5; +x_5 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_4); lean_dec(x_1); -return x_6; +return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___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_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___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: { -uint32_t x_7; uint32_t x_8; uint8_t x_9; uint8_t x_10; uint8_t x_11; lean_object* x_12; -x_7 = lean_unbox_uint32(x_1); +lean_object* x_8; +x_8 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +lean_dec(x_7); +lean_dec(x_5); lean_dec(x_1); -x_8 = lean_unbox_uint32(x_2); -lean_dec(x_2); -x_9 = lean_unbox(x_3); -lean_dec(x_3); -x_10 = lean_unbox(x_4); -lean_dec(x_4); -x_11 = lean_unbox(x_6); -lean_dec(x_6); -x_12 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_7, x_8, x_9, x_10, x_5, x_11); +return x_8; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +_start: +{ +uint8_t x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_unbox(x_5); lean_dec(x_5); -return x_12; +x_9 = lean_unbox(x_6); +lean_dec(x_6); +x_10 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_3, x_4, x_8, x_9, x_7); +return x_10; } } LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___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) { @@ -2142,19 +2207,19 @@ if (x_26 == 0) { lean_inc(x_5); x_38 = x_5; -goto block_238; +goto block_233; } else { -lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_239 = lean_nat_sub(x_10, x_17); -x_240 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMiss(x_2, x_24, x_8, x_239); -x_241 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMatch(x_2, x_24, x_8, x_239); -lean_dec(x_239); -x_242 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_240, x_241); -lean_dec(x_240); -x_38 = x_242; -goto block_238; +lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; +x_234 = lean_nat_sub(x_10, x_17); +x_235 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMiss(x_2, x_24, x_8, x_234); +x_236 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMatch(x_2, x_24, x_8, x_234); +lean_dec(x_234); +x_237 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_235, x_236); +lean_dec(x_235); +x_38 = x_237; +goto block_233; } block_23: { @@ -2169,7 +2234,7 @@ x_10 = x_21; x_13 = x_20; goto _start; } -block_238: +block_233: { if (x_37 == 0) { @@ -2186,118 +2251,122 @@ uint8_t x_41; x_41 = lean_nat_dec_le(x_17, x_8); if (x_41 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* 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_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; x_42 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getIdx(x_2, x_8, x_10); x_43 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; x_44 = lean_array_set(x_25, x_42, x_43); lean_dec(x_42); -x_45 = lean_nat_dec_eq(x_10, x_15); -x_46 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_5, x_45); -x_47 = l_Int_instInhabitedInt; -x_48 = lean_array_get(x_47, x_7, x_10); -x_49 = lean_int_sub(x_46, x_48); -lean_dec(x_48); -lean_dec(x_46); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_49); -x_51 = lean_box(0); -x_52 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_50, x_24, x_44, x_51); -x_19 = x_52; +lean_inc(x_5); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_45 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_5); +x_46 = l_Int_instInhabitedInt; +x_47 = lean_array_get(x_46, x_7, x_10); +x_48 = lean_int_sub(x_45, x_47); +lean_dec(x_47); +lean_dec(x_45); +x_49 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_49, 0, x_48); +x_50 = lean_box(0); +x_51 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_49, x_24, x_44, x_50); +x_19 = x_51; goto block_23; } else { -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; -x_53 = lean_nat_sub(x_8, x_17); -x_54 = lean_nat_sub(x_10, x_17); -x_55 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getIdx(x_2, x_53, x_54); -x_56 = l_Int_instInhabitedInt; -x_57 = lean_array_get(x_56, x_25, x_55); -lean_dec(x_55); -x_58 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; -x_59 = lean_int_add(x_57, x_58); -lean_dec(x_57); -x_60 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getIdx(x_2, x_8, x_10); -lean_inc(x_59); -x_61 = lean_array_set(x_25, x_60, x_59); -lean_dec(x_60); -x_62 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMiss(x_2, x_24, x_53, x_54); -x_63 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMatch(x_2, x_24, x_53, x_54); +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; +x_52 = lean_nat_sub(x_8, x_17); +x_53 = lean_nat_sub(x_10, x_17); +x_54 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getIdx(x_2, x_52, x_53); +x_55 = l_Int_instInhabitedInt; +x_56 = lean_array_get(x_55, x_25, x_54); lean_dec(x_54); +x_57 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; +x_58 = lean_int_add(x_56, x_57); +lean_dec(x_56); +x_59 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getIdx(x_2, x_8, x_10); +lean_inc(x_58); +x_60 = lean_array_set(x_25, x_59, x_58); +lean_dec(x_59); +x_61 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMiss(x_2, x_24, x_52, x_53); +x_62 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_getMatch(x_2, x_24, x_52, x_53); lean_dec(x_53); -if (lean_obj_tag(x_62) == 0) +lean_dec(x_52); +if (lean_obj_tag(x_61) == 0) { -if (lean_obj_tag(x_63) == 0) +if (lean_obj_tag(x_62) == 0) { -lean_object* x_64; -lean_dec(x_59); +lean_object* x_63; +lean_dec(x_58); lean_inc(x_5); -x_64 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_5, x_5); -if (lean_obj_tag(x_64) == 0) +x_63 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_5, x_5); +if (lean_obj_tag(x_63) == 0) { -lean_object* x_65; lean_object* x_66; -x_65 = lean_box(0); +lean_object* x_64; lean_object* x_65; +x_64 = lean_box(0); lean_inc(x_5); -x_66 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_65); -x_19 = x_66; +x_65 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_64); +x_19 = x_65; goto block_23; } else { -uint8_t x_67; -x_67 = !lean_is_exclusive(x_64); -if (x_67 == 0) +uint8_t x_66; +x_66 = !lean_is_exclusive(x_63); +if (x_66 == 0) { -lean_object* x_68; uint8_t x_69; -x_68 = lean_ctor_get(x_64, 0); -x_69 = lean_nat_dec_le(x_6, x_10); -if (x_69 == 0) +lean_object* x_67; uint8_t x_68; +x_67 = lean_ctor_get(x_63, 0); +x_68 = lean_nat_dec_le(x_6, x_10); +if (x_68 == 0) { -lean_object* x_70; lean_object* x_71; -x_70 = lean_box(0); -x_71 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_64, x_24, x_61, x_70); -x_19 = x_71; +lean_object* x_69; lean_object* x_70; +x_69 = lean_box(0); +x_70 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_63, x_24, x_60, x_69); +x_19 = x_70; goto block_23; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_int_add(x_68, x_58); -lean_dec(x_68); -lean_ctor_set(x_64, 0, x_72); -x_73 = lean_box(0); -x_74 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_64, x_24, x_61, x_73); -x_19 = x_74; +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_int_add(x_67, x_57); +lean_dec(x_67); +lean_ctor_set(x_63, 0, x_71); +x_72 = lean_box(0); +x_73 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_63, x_24, x_60, x_72); +x_19 = x_73; goto block_23; } } else { -lean_object* x_75; uint8_t x_76; -x_75 = lean_ctor_get(x_64, 0); -lean_inc(x_75); -lean_dec(x_64); -x_76 = lean_nat_dec_le(x_6, x_10); -if (x_76 == 0) -{ -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_77, 0, x_75); -x_78 = lean_box(0); -x_79 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_77, x_24, x_61, x_78); -x_19 = x_79; +lean_object* x_74; uint8_t x_75; +x_74 = lean_ctor_get(x_63, 0); +lean_inc(x_74); +lean_dec(x_63); +x_75 = lean_nat_dec_le(x_6, x_10); +if (x_75 == 0) +{ +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_76, 0, x_74); +x_77 = lean_box(0); +x_78 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_76, x_24, x_60, x_77); +x_19 = x_78; goto block_23; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_80 = lean_int_add(x_75, x_58); -lean_dec(x_75); -x_81 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_81, 0, x_80); -x_82 = lean_box(0); -x_83 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_81, x_24, x_61, x_82); -x_19 = x_83; +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_79 = lean_int_add(x_74, x_57); +lean_dec(x_74); +x_80 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_80, 0, x_79); +x_81 = lean_box(0); +x_82 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_80, x_24, x_60, x_81); +x_19 = x_82; goto block_23; } } @@ -2305,87 +2374,89 @@ goto block_23; } else { -uint8_t x_84; -x_84 = !lean_is_exclusive(x_63); -if (x_84 == 0) +uint8_t x_83; +x_83 = !lean_is_exclusive(x_62); +if (x_83 == 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; -x_85 = lean_ctor_get(x_63, 0); -lean_ctor_set(x_63, 0, x_59); -x_86 = lean_nat_dec_eq(x_10, x_15); -x_87 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_63, x_86); -lean_dec(x_63); -x_88 = lean_int_add(x_85, x_87); -lean_dec(x_87); +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_84 = lean_ctor_get(x_62, 0); +lean_ctor_set(x_62, 0, x_58); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_85 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_62); +x_86 = lean_int_add(x_84, x_85); lean_dec(x_85); -x_89 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_89, 0, x_88); -x_90 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_5, x_89); -if (lean_obj_tag(x_90) == 0) -{ -lean_object* x_91; lean_object* x_92; -x_91 = lean_box(0); +lean_dec(x_84); +x_87 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_87, 0, x_86); +x_88 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_5, x_87); +if (lean_obj_tag(x_88) == 0) +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_box(0); lean_inc(x_5); -x_92 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_91); -x_19 = x_92; +x_90 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_89); +x_19 = x_90; goto block_23; } else { -uint8_t x_93; -x_93 = !lean_is_exclusive(x_90); -if (x_93 == 0) +uint8_t x_91; +x_91 = !lean_is_exclusive(x_88); +if (x_91 == 0) { -lean_object* x_94; uint8_t x_95; -x_94 = lean_ctor_get(x_90, 0); -x_95 = lean_nat_dec_le(x_6, x_10); -if (x_95 == 0) +lean_object* x_92; uint8_t x_93; +x_92 = lean_ctor_get(x_88, 0); +x_93 = lean_nat_dec_le(x_6, x_10); +if (x_93 == 0) { -lean_object* x_96; lean_object* x_97; -x_96 = lean_box(0); -x_97 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_90, x_24, x_61, x_96); -x_19 = x_97; +lean_object* x_94; lean_object* x_95; +x_94 = lean_box(0); +x_95 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_88, x_24, x_60, x_94); +x_19 = x_95; goto block_23; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_int_add(x_94, x_58); -lean_dec(x_94); -lean_ctor_set(x_90, 0, x_98); -x_99 = lean_box(0); -x_100 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_90, x_24, x_61, x_99); -x_19 = x_100; +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_int_add(x_92, x_57); +lean_dec(x_92); +lean_ctor_set(x_88, 0, x_96); +x_97 = lean_box(0); +x_98 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_88, x_24, x_60, x_97); +x_19 = x_98; goto block_23; } } else { -lean_object* x_101; uint8_t x_102; -x_101 = lean_ctor_get(x_90, 0); -lean_inc(x_101); -lean_dec(x_90); -x_102 = lean_nat_dec_le(x_6, x_10); -if (x_102 == 0) +lean_object* x_99; uint8_t x_100; +x_99 = lean_ctor_get(x_88, 0); +lean_inc(x_99); +lean_dec(x_88); +x_100 = lean_nat_dec_le(x_6, x_10); +if (x_100 == 0) { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_103, 0, x_101); -x_104 = lean_box(0); -x_105 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_103, x_24, x_61, x_104); -x_19 = x_105; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_101, 0, x_99); +x_102 = lean_box(0); +x_103 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_101, x_24, x_60, x_102); +x_19 = x_103; goto block_23; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_106 = lean_int_add(x_101, x_58); -lean_dec(x_101); -x_107 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_107, 0, x_106); -x_108 = lean_box(0); -x_109 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_107, x_24, x_61, x_108); -x_19 = x_109; +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_104 = lean_int_add(x_99, x_57); +lean_dec(x_99); +x_105 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_105, 0, x_104); +x_106 = lean_box(0); +x_107 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_105, x_24, x_60, x_106); +x_19 = x_107; goto block_23; } } @@ -2393,71 +2464,73 @@ goto block_23; } else { -lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_110 = lean_ctor_get(x_63, 0); -lean_inc(x_110); -lean_dec(x_63); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_59); -x_112 = lean_nat_dec_eq(x_10, x_15); -x_113 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_111, x_112); -lean_dec(x_111); -x_114 = lean_int_add(x_110, x_113); -lean_dec(x_113); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_108 = lean_ctor_get(x_62, 0); +lean_inc(x_108); +lean_dec(x_62); +x_109 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_109, 0, x_58); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_110 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_109); +x_111 = lean_int_add(x_108, x_110); lean_dec(x_110); -x_115 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_115, 0, x_114); -x_116 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_5, x_115); -if (lean_obj_tag(x_116) == 0) -{ -lean_object* x_117; lean_object* x_118; -x_117 = lean_box(0); +lean_dec(x_108); +x_112 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_112, 0, x_111); +x_113 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_5, x_112); +if (lean_obj_tag(x_113) == 0) +{ +lean_object* x_114; lean_object* x_115; +x_114 = lean_box(0); lean_inc(x_5); -x_118 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_117); -x_19 = x_118; +x_115 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_114); +x_19 = x_115; goto block_23; } else { -lean_object* x_119; lean_object* x_120; uint8_t x_121; -x_119 = lean_ctor_get(x_116, 0); -lean_inc(x_119); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - x_120 = x_116; +lean_object* x_116; lean_object* x_117; uint8_t x_118; +x_116 = lean_ctor_get(x_113, 0); +lean_inc(x_116); +if (lean_is_exclusive(x_113)) { + lean_ctor_release(x_113, 0); + x_117 = x_113; } else { - lean_dec_ref(x_116); - x_120 = lean_box(0); + lean_dec_ref(x_113); + x_117 = lean_box(0); } -x_121 = lean_nat_dec_le(x_6, x_10); -if (x_121 == 0) +x_118 = lean_nat_dec_le(x_6, x_10); +if (x_118 == 0) { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -if (lean_is_scalar(x_120)) { - x_122 = lean_alloc_ctor(1, 1, 0); +lean_object* x_119; lean_object* x_120; lean_object* x_121; +if (lean_is_scalar(x_117)) { + x_119 = lean_alloc_ctor(1, 1, 0); } else { - x_122 = x_120; + x_119 = x_117; } -lean_ctor_set(x_122, 0, x_119); -x_123 = lean_box(0); -x_124 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_122, x_24, x_61, x_123); -x_19 = x_124; +lean_ctor_set(x_119, 0, x_116); +x_120 = lean_box(0); +x_121 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_119, x_24, x_60, x_120); +x_19 = x_121; goto block_23; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_125 = lean_int_add(x_119, x_58); -lean_dec(x_119); -if (lean_is_scalar(x_120)) { - x_126 = lean_alloc_ctor(1, 1, 0); +lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_122 = lean_int_add(x_116, x_57); +lean_dec(x_116); +if (lean_is_scalar(x_117)) { + x_123 = lean_alloc_ctor(1, 1, 0); } else { - x_126 = x_120; + x_123 = x_117; } -lean_ctor_set(x_126, 0, x_125); -x_127 = lean_box(0); -x_128 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_126, x_24, x_61, x_127); -x_19 = x_128; +lean_ctor_set(x_123, 0, x_122); +x_124 = lean_box(0); +x_125 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_123, x_24, x_60, x_124); +x_19 = x_125; goto block_23; } } @@ -2466,94 +2539,98 @@ goto block_23; } else { -uint8_t x_129; -x_129 = !lean_is_exclusive(x_62); -if (x_129 == 0) +uint8_t x_126; +x_126 = !lean_is_exclusive(x_61); +if (x_126 == 0) { -lean_object* x_130; uint8_t x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_130 = lean_ctor_get(x_62, 0); -x_131 = lean_nat_dec_eq(x_10, x_15); -x_132 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_5, x_131); -x_133 = lean_int_add(x_130, x_132); -lean_dec(x_132); +lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_127 = lean_ctor_get(x_61, 0); +lean_inc(x_5); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_128 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_5); +x_129 = lean_int_add(x_127, x_128); +lean_dec(x_128); +lean_dec(x_127); +x_130 = lean_array_get(x_55, x_7, x_10); +x_131 = lean_int_sub(x_129, x_130); lean_dec(x_130); -x_134 = lean_array_get(x_56, x_7, x_10); -x_135 = lean_int_sub(x_133, x_134); -lean_dec(x_134); -lean_dec(x_133); -lean_ctor_set(x_62, 0, x_135); -if (lean_obj_tag(x_63) == 0) +lean_dec(x_129); +lean_ctor_set(x_61, 0, x_131); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_136; -lean_dec(x_59); +lean_object* x_132; +lean_dec(x_58); lean_inc(x_5); -x_136 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_62, x_5); -lean_dec(x_62); -if (lean_obj_tag(x_136) == 0) +x_132 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_61, x_5); +lean_dec(x_61); +if (lean_obj_tag(x_132) == 0) { -lean_object* x_137; lean_object* x_138; -x_137 = lean_box(0); +lean_object* x_133; lean_object* x_134; +x_133 = lean_box(0); lean_inc(x_5); -x_138 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_137); -x_19 = x_138; +x_134 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_133); +x_19 = x_134; goto block_23; } else { -uint8_t x_139; -x_139 = !lean_is_exclusive(x_136); -if (x_139 == 0) +uint8_t x_135; +x_135 = !lean_is_exclusive(x_132); +if (x_135 == 0) { -lean_object* x_140; uint8_t x_141; -x_140 = lean_ctor_get(x_136, 0); -x_141 = lean_nat_dec_le(x_6, x_10); -if (x_141 == 0) +lean_object* x_136; uint8_t x_137; +x_136 = lean_ctor_get(x_132, 0); +x_137 = lean_nat_dec_le(x_6, x_10); +if (x_137 == 0) { -lean_object* x_142; lean_object* x_143; -x_142 = lean_box(0); -x_143 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_136, x_24, x_61, x_142); -x_19 = x_143; +lean_object* x_138; lean_object* x_139; +x_138 = lean_box(0); +x_139 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_132, x_24, x_60, x_138); +x_19 = x_139; goto block_23; } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_int_add(x_140, x_58); -lean_dec(x_140); -lean_ctor_set(x_136, 0, x_144); -x_145 = lean_box(0); -x_146 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_136, x_24, x_61, x_145); -x_19 = x_146; +lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_140 = lean_int_add(x_136, x_57); +lean_dec(x_136); +lean_ctor_set(x_132, 0, x_140); +x_141 = lean_box(0); +x_142 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_132, x_24, x_60, x_141); +x_19 = x_142; goto block_23; } } else { -lean_object* x_147; uint8_t x_148; -x_147 = lean_ctor_get(x_136, 0); -lean_inc(x_147); -lean_dec(x_136); -x_148 = lean_nat_dec_le(x_6, x_10); -if (x_148 == 0) -{ -lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_147); -x_150 = lean_box(0); -x_151 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_149, x_24, x_61, x_150); -x_19 = x_151; +lean_object* x_143; uint8_t x_144; +x_143 = lean_ctor_get(x_132, 0); +lean_inc(x_143); +lean_dec(x_132); +x_144 = lean_nat_dec_le(x_6, x_10); +if (x_144 == 0) +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_145 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_145, 0, x_143); +x_146 = lean_box(0); +x_147 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_145, x_24, x_60, x_146); +x_19 = x_147; goto block_23; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_152 = lean_int_add(x_147, x_58); -lean_dec(x_147); -x_153 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_153, 0, x_152); -x_154 = lean_box(0); -x_155 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_153, x_24, x_61, x_154); -x_19 = x_155; +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_148 = lean_int_add(x_143, x_57); +lean_dec(x_143); +x_149 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_149, 0, x_148); +x_150 = lean_box(0); +x_151 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_149, x_24, x_60, x_150); +x_19 = x_151; goto block_23; } } @@ -2561,87 +2638,90 @@ goto block_23; } else { -uint8_t x_156; -x_156 = !lean_is_exclusive(x_63); -if (x_156 == 0) -{ -lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_157 = lean_ctor_get(x_63, 0); -lean_ctor_set(x_63, 0, x_59); -x_158 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_63, x_131); -lean_dec(x_63); -x_159 = lean_int_add(x_157, x_158); -lean_dec(x_158); -lean_dec(x_157); -x_160 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_160, 0, x_159); -x_161 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_62, x_160); -lean_dec(x_62); -if (lean_obj_tag(x_161) == 0) +uint8_t x_152; +x_152 = !lean_is_exclusive(x_62); +if (x_152 == 0) { -lean_object* x_162; lean_object* x_163; -x_162 = lean_box(0); +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_153 = lean_ctor_get(x_62, 0); +lean_ctor_set(x_62, 0, x_58); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_154 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_62); +x_155 = lean_int_add(x_153, x_154); +lean_dec(x_154); +lean_dec(x_153); +x_156 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_156, 0, x_155); +x_157 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_61, x_156); +lean_dec(x_61); +if (lean_obj_tag(x_157) == 0) +{ +lean_object* x_158; lean_object* x_159; +x_158 = lean_box(0); lean_inc(x_5); -x_163 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_162); -x_19 = x_163; +x_159 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_158); +x_19 = x_159; goto block_23; } else { -uint8_t x_164; -x_164 = !lean_is_exclusive(x_161); -if (x_164 == 0) +uint8_t x_160; +x_160 = !lean_is_exclusive(x_157); +if (x_160 == 0) { -lean_object* x_165; uint8_t x_166; -x_165 = lean_ctor_get(x_161, 0); -x_166 = lean_nat_dec_le(x_6, x_10); -if (x_166 == 0) +lean_object* x_161; uint8_t x_162; +x_161 = lean_ctor_get(x_157, 0); +x_162 = lean_nat_dec_le(x_6, x_10); +if (x_162 == 0) { -lean_object* x_167; lean_object* x_168; -x_167 = lean_box(0); -x_168 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_161, x_24, x_61, x_167); -x_19 = x_168; +lean_object* x_163; lean_object* x_164; +x_163 = lean_box(0); +x_164 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_157, x_24, x_60, x_163); +x_19 = x_164; goto block_23; } else { -lean_object* x_169; lean_object* x_170; lean_object* x_171; -x_169 = lean_int_add(x_165, x_58); -lean_dec(x_165); -lean_ctor_set(x_161, 0, x_169); -x_170 = lean_box(0); -x_171 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_161, x_24, x_61, x_170); -x_19 = x_171; +lean_object* x_165; lean_object* x_166; lean_object* x_167; +x_165 = lean_int_add(x_161, x_57); +lean_dec(x_161); +lean_ctor_set(x_157, 0, x_165); +x_166 = lean_box(0); +x_167 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_157, x_24, x_60, x_166); +x_19 = x_167; goto block_23; } } else { -lean_object* x_172; uint8_t x_173; -x_172 = lean_ctor_get(x_161, 0); -lean_inc(x_172); -lean_dec(x_161); -x_173 = lean_nat_dec_le(x_6, x_10); -if (x_173 == 0) -{ -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_174, 0, x_172); -x_175 = lean_box(0); -x_176 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_174, x_24, x_61, x_175); -x_19 = x_176; +lean_object* x_168; uint8_t x_169; +x_168 = lean_ctor_get(x_157, 0); +lean_inc(x_168); +lean_dec(x_157); +x_169 = lean_nat_dec_le(x_6, x_10); +if (x_169 == 0) +{ +lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_170 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_170, 0, x_168); +x_171 = lean_box(0); +x_172 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_170, x_24, x_60, x_171); +x_19 = x_172; goto block_23; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_177 = lean_int_add(x_172, x_58); -lean_dec(x_172); -x_178 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_178, 0, x_177); -x_179 = lean_box(0); -x_180 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_178, x_24, x_61, x_179); -x_19 = x_180; +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_173 = lean_int_add(x_168, x_57); +lean_dec(x_168); +x_174 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_174, 0, x_173); +x_175 = lean_box(0); +x_176 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_174, x_24, x_60, x_175); +x_19 = x_176; goto block_23; } } @@ -2649,71 +2729,74 @@ goto block_23; } 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; -x_181 = lean_ctor_get(x_63, 0); -lean_inc(x_181); -lean_dec(x_63); -x_182 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_182, 0, x_59); -x_183 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_182, x_131); -lean_dec(x_182); -x_184 = lean_int_add(x_181, x_183); -lean_dec(x_183); -lean_dec(x_181); -x_185 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_185, 0, x_184); -x_186 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_62, x_185); +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 = lean_ctor_get(x_62, 0); +lean_inc(x_177); lean_dec(x_62); -if (lean_obj_tag(x_186) == 0) -{ -lean_object* x_187; lean_object* x_188; -x_187 = lean_box(0); +x_178 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_178, 0, x_58); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_179 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_178); +x_180 = lean_int_add(x_177, x_179); +lean_dec(x_179); +lean_dec(x_177); +x_181 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_181, 0, x_180); +x_182 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_61, x_181); +lean_dec(x_61); +if (lean_obj_tag(x_182) == 0) +{ +lean_object* x_183; lean_object* x_184; +x_183 = lean_box(0); lean_inc(x_5); -x_188 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_187); -x_19 = x_188; +x_184 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_183); +x_19 = x_184; goto block_23; } else { -lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_189 = lean_ctor_get(x_186, 0); -lean_inc(x_189); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - x_190 = x_186; +lean_object* x_185; lean_object* x_186; uint8_t x_187; +x_185 = lean_ctor_get(x_182, 0); +lean_inc(x_185); +if (lean_is_exclusive(x_182)) { + lean_ctor_release(x_182, 0); + x_186 = x_182; } else { - lean_dec_ref(x_186); - x_190 = lean_box(0); + lean_dec_ref(x_182); + x_186 = lean_box(0); } -x_191 = lean_nat_dec_le(x_6, x_10); -if (x_191 == 0) +x_187 = lean_nat_dec_le(x_6, x_10); +if (x_187 == 0) { -lean_object* x_192; lean_object* x_193; lean_object* x_194; -if (lean_is_scalar(x_190)) { - x_192 = lean_alloc_ctor(1, 1, 0); +lean_object* x_188; lean_object* x_189; lean_object* x_190; +if (lean_is_scalar(x_186)) { + x_188 = lean_alloc_ctor(1, 1, 0); } else { - x_192 = x_190; + x_188 = x_186; } -lean_ctor_set(x_192, 0, x_189); -x_193 = lean_box(0); -x_194 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_192, x_24, x_61, x_193); -x_19 = x_194; +lean_ctor_set(x_188, 0, x_185); +x_189 = lean_box(0); +x_190 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_188, x_24, x_60, x_189); +x_19 = x_190; goto block_23; } else { -lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_195 = lean_int_add(x_189, x_58); -lean_dec(x_189); -if (lean_is_scalar(x_190)) { - x_196 = lean_alloc_ctor(1, 1, 0); +lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; +x_191 = lean_int_add(x_185, x_57); +lean_dec(x_185); +if (lean_is_scalar(x_186)) { + x_192 = lean_alloc_ctor(1, 1, 0); } else { - x_196 = x_190; + x_192 = x_186; } -lean_ctor_set(x_196, 0, x_195); -x_197 = lean_box(0); -x_198 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_196, x_24, x_61, x_197); -x_19 = x_198; +lean_ctor_set(x_192, 0, x_191); +x_193 = lean_box(0); +x_194 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_192, x_24, x_60, x_193); +x_19 = x_194; goto block_23; } } @@ -2722,159 +2805,166 @@ goto block_23; } else { -lean_object* x_199; uint8_t x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_199 = lean_ctor_get(x_62, 0); -lean_inc(x_199); -lean_dec(x_62); -x_200 = lean_nat_dec_eq(x_10, x_15); -x_201 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_5, x_200); -x_202 = lean_int_add(x_199, x_201); -lean_dec(x_201); -lean_dec(x_199); -x_203 = lean_array_get(x_56, x_7, x_10); -x_204 = lean_int_sub(x_202, x_203); -lean_dec(x_203); -lean_dec(x_202); -x_205 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_205, 0, x_204); -if (lean_obj_tag(x_63) == 0) +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_195 = lean_ctor_get(x_61, 0); +lean_inc(x_195); +lean_dec(x_61); +lean_inc(x_5); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_196 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_5); +x_197 = lean_int_add(x_195, x_196); +lean_dec(x_196); +lean_dec(x_195); +x_198 = lean_array_get(x_55, x_7, x_10); +x_199 = lean_int_sub(x_197, x_198); +lean_dec(x_198); +lean_dec(x_197); +x_200 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_200, 0, x_199); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_206; -lean_dec(x_59); +lean_object* x_201; +lean_dec(x_58); lean_inc(x_5); -x_206 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_205, x_5); -lean_dec(x_205); -if (lean_obj_tag(x_206) == 0) +x_201 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_200, x_5); +lean_dec(x_200); +if (lean_obj_tag(x_201) == 0) { -lean_object* x_207; lean_object* x_208; -x_207 = lean_box(0); +lean_object* x_202; lean_object* x_203; +x_202 = lean_box(0); lean_inc(x_5); -x_208 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_207); -x_19 = x_208; +x_203 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_202); +x_19 = x_203; goto block_23; } else { -lean_object* x_209; lean_object* x_210; uint8_t x_211; -x_209 = lean_ctor_get(x_206, 0); -lean_inc(x_209); -if (lean_is_exclusive(x_206)) { - lean_ctor_release(x_206, 0); - x_210 = x_206; +lean_object* x_204; lean_object* x_205; uint8_t x_206; +x_204 = lean_ctor_get(x_201, 0); +lean_inc(x_204); +if (lean_is_exclusive(x_201)) { + lean_ctor_release(x_201, 0); + x_205 = x_201; } else { - lean_dec_ref(x_206); - x_210 = lean_box(0); + lean_dec_ref(x_201); + x_205 = lean_box(0); } -x_211 = lean_nat_dec_le(x_6, x_10); -if (x_211 == 0) +x_206 = lean_nat_dec_le(x_6, x_10); +if (x_206 == 0) { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -if (lean_is_scalar(x_210)) { - x_212 = lean_alloc_ctor(1, 1, 0); +lean_object* x_207; lean_object* x_208; lean_object* x_209; +if (lean_is_scalar(x_205)) { + x_207 = lean_alloc_ctor(1, 1, 0); } else { - x_212 = x_210; + x_207 = x_205; } -lean_ctor_set(x_212, 0, x_209); -x_213 = lean_box(0); -x_214 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_212, x_24, x_61, x_213); -x_19 = x_214; +lean_ctor_set(x_207, 0, x_204); +x_208 = lean_box(0); +x_209 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_207, x_24, x_60, x_208); +x_19 = x_209; goto block_23; } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; -x_215 = lean_int_add(x_209, x_58); -lean_dec(x_209); -if (lean_is_scalar(x_210)) { - x_216 = lean_alloc_ctor(1, 1, 0); +lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; +x_210 = lean_int_add(x_204, x_57); +lean_dec(x_204); +if (lean_is_scalar(x_205)) { + x_211 = lean_alloc_ctor(1, 1, 0); } else { - x_216 = x_210; + x_211 = x_205; } -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_box(0); -x_218 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_216, x_24, x_61, x_217); -x_19 = x_218; +lean_ctor_set(x_211, 0, x_210); +x_212 = lean_box(0); +x_213 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_211, x_24, x_60, x_212); +x_19 = x_213; goto block_23; } } } else { -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_63, 0); -lean_inc(x_219); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - x_220 = x_63; +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; +x_214 = lean_ctor_get(x_62, 0); +lean_inc(x_214); +if (lean_is_exclusive(x_62)) { + lean_ctor_release(x_62, 0); + x_215 = x_62; } else { - lean_dec_ref(x_63); - x_220 = lean_box(0); + lean_dec_ref(x_62); + x_215 = lean_box(0); } -if (lean_is_scalar(x_220)) { - x_221 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_215)) { + x_216 = lean_alloc_ctor(1, 1, 0); } else { - x_221 = x_220; -} -lean_ctor_set(x_221, 0, x_59); -x_222 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_27, x_28, x_32, x_35, x_221, x_200); -lean_dec(x_221); -x_223 = lean_int_add(x_219, x_222); -lean_dec(x_222); -lean_dec(x_219); -x_224 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_224, 0, x_223); -x_225 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_205, x_224); -lean_dec(x_205); -if (lean_obj_tag(x_225) == 0) -{ -lean_object* x_226; lean_object* x_227; -x_226 = lean_box(0); + x_216 = x_215; +} +lean_ctor_set(x_216, 0, x_58); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_2); +lean_inc(x_1); +x_217 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(x_1, x_2, x_8, x_10, x_32, x_35, x_216); +x_218 = lean_int_add(x_214, x_217); +lean_dec(x_217); +lean_dec(x_214); +x_219 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_219, 0, x_218); +x_220 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_200, x_219); +lean_dec(x_200); +if (lean_obj_tag(x_220) == 0) +{ +lean_object* x_221; lean_object* x_222; +x_221 = lean_box(0); lean_inc(x_5); -x_227 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_61, x_226); -x_19 = x_227; +x_222 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_5, x_24, x_60, x_221); +x_19 = x_222; goto block_23; } else { -lean_object* x_228; lean_object* x_229; uint8_t x_230; -x_228 = lean_ctor_get(x_225, 0); -lean_inc(x_228); -if (lean_is_exclusive(x_225)) { - lean_ctor_release(x_225, 0); - x_229 = x_225; +lean_object* x_223; lean_object* x_224; uint8_t x_225; +x_223 = lean_ctor_get(x_220, 0); +lean_inc(x_223); +if (lean_is_exclusive(x_220)) { + lean_ctor_release(x_220, 0); + x_224 = x_220; } else { - lean_dec_ref(x_225); - x_229 = lean_box(0); + lean_dec_ref(x_220); + x_224 = lean_box(0); } -x_230 = lean_nat_dec_le(x_6, x_10); -if (x_230 == 0) +x_225 = lean_nat_dec_le(x_6, x_10); +if (x_225 == 0) { -lean_object* x_231; lean_object* x_232; lean_object* x_233; -if (lean_is_scalar(x_229)) { - x_231 = lean_alloc_ctor(1, 1, 0); +lean_object* x_226; lean_object* x_227; lean_object* x_228; +if (lean_is_scalar(x_224)) { + x_226 = lean_alloc_ctor(1, 1, 0); } else { - x_231 = x_229; + x_226 = x_224; } -lean_ctor_set(x_231, 0, x_228); -x_232 = lean_box(0); -x_233 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_231, x_24, x_61, x_232); -x_19 = x_233; +lean_ctor_set(x_226, 0, x_223); +x_227 = lean_box(0); +x_228 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_226, x_24, x_60, x_227); +x_19 = x_228; goto block_23; } else { -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -x_234 = lean_int_add(x_228, x_58); -lean_dec(x_228); -if (lean_is_scalar(x_229)) { - x_235 = lean_alloc_ctor(1, 1, 0); +lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; +x_229 = lean_int_add(x_223, x_57); +lean_dec(x_223); +if (lean_is_scalar(x_224)) { + x_230 = lean_alloc_ctor(1, 1, 0); } else { - x_235 = x_229; + x_230 = x_224; } -lean_ctor_set(x_235, 0, x_234); -x_236 = lean_box(0); -x_237 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_235, x_24, x_61, x_236); -x_19 = x_237; +lean_ctor_set(x_230, 0, x_229); +x_231 = lean_box(0); +x_232 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2___lambda__1(x_2, x_8, x_10, x_38, x_230, x_24, x_60, x_231); +x_19 = x_232; goto block_23; } } @@ -2889,7 +2979,10 @@ else { lean_dec(x_10); lean_dec(x_9); +lean_dec(x_8); lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); return x_13; } } @@ -2897,7 +2990,10 @@ else { lean_dec(x_10); lean_dec(x_9); +lean_dec(x_8); lean_dec(x_5); +lean_dec(x_2); +lean_dec(x_1); return x_13; } } @@ -2928,8 +3024,10 @@ lean_dec(x_21); x_23 = lean_nat_sub(x_6, x_22); lean_dec(x_22); lean_inc(x_23); -lean_inc(x_11); +lean_inc_n(x_11, 2); lean_inc(x_7); +lean_inc(x_2); +lean_inc(x_1); x_24 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2(x_1, x_2, x_3, x_4, x_7, x_8, x_9, x_11, x_23, x_11, x_23, x_18, x_14); lean_dec(x_23); x_25 = !lean_is_exclusive(x_24); @@ -2979,8 +3077,10 @@ x_38 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_38, 0, x_33); lean_ctor_set(x_38, 1, x_34); lean_inc(x_37); -lean_inc(x_11); +lean_inc_n(x_11, 2); lean_inc(x_7); +lean_inc(x_2); +lean_inc(x_1); x_39 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__2(x_1, x_2, x_3, x_4, x_7, x_8, x_9, x_11, x_37, x_11, x_37, x_18, x_38); lean_dec(x_37); x_40 = lean_ctor_get(x_39, 0); @@ -3015,6 +3115,8 @@ else lean_dec(x_11); lean_dec(x_10); lean_dec(x_7); +lean_dec(x_2); +lean_dec(x_1); return x_14; } } @@ -3023,6 +3125,8 @@ else lean_dec(x_11); lean_dec(x_10); lean_dec(x_7); +lean_dec(x_2); +lean_dec(x_1); return x_14; } } @@ -3073,6 +3177,7 @@ lean_dec(x_26); lean_ctor_set(x_22, 1, x_13); lean_ctor_set(x_22, 0, x_11); lean_inc(x_5); +lean_inc(x_2); x_27 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_10, x_23, x_25, x_5, x_17, x_5, x_19, x_22); lean_dec(x_25); lean_dec(x_23); @@ -3088,6 +3193,7 @@ x_32 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_ lean_dec(x_30); lean_dec(x_29); lean_dec(x_28); +lean_dec(x_2); x_33 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_31, x_32); lean_dec(x_31); return x_33; @@ -3102,6 +3208,7 @@ x_35 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_35, 0, x_11); lean_ctor_set(x_35, 1, x_13); lean_inc(x_5); +lean_inc(x_2); x_36 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_10, x_23, x_34, x_5, x_17, x_5, x_19, x_35); lean_dec(x_34); lean_dec(x_23); @@ -3117,6 +3224,7 @@ x_41 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_ lean_dec(x_39); lean_dec(x_38); lean_dec(x_37); +lean_dec(x_2); x_42 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_selectBest(x_40, x_41); lean_dec(x_40); return x_42; @@ -3166,13 +3274,10 @@ lean_object* x_14; x_14 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___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, x_13); lean_dec(x_12); lean_dec(x_11); -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); return x_14; } } @@ -3189,8 +3294,6 @@ 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_15; } } @@ -3201,8 +3304,6 @@ lean_object* x_5; x_5 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore(x_1, x_2, x_3, x_4); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); return x_5; } } @@ -3356,6 +3457,8 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_dec(x_3); x_4 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1(x_1); x_5 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1(x_2); +lean_inc(x_2); +lean_inc(x_1); x_6 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore(x_1, x_2, x_4, x_5); lean_dec(x_5); lean_dec(x_4); @@ -3363,6 +3466,7 @@ if (lean_obj_tag(x_6) == 0) { lean_object* x_7; lean_dec(x_2); +lean_dec(x_1); x_7 = lean_box(0); return x_7; } @@ -3384,17 +3488,19 @@ lean_object* x_12; lean_object* x_13; x_12 = lean_box(0); x_13 = l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1(x_1, x_8, x_12); lean_dec(x_8); +lean_dec(x_1); return x_13; } else { lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1; +x_14 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1; x_15 = lean_int_mul(x_8, x_14); lean_dec(x_8); x_16 = lean_box(0); x_17 = l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1(x_1, x_15, x_16); lean_dec(x_15); +lean_dec(x_1); return x_17; } } @@ -3422,7 +3528,6 @@ else lean_object* x_7; lean_object* x_8; x_7 = lean_box(0); x_8 = l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__2(x_1, x_2, x_7); -lean_dec(x_1); return x_8; } } @@ -3487,15 +3592,6 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__2(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(lean_object* x_1, lean_object* x_2, double x_3) { _start: { @@ -3639,8 +3735,8 @@ l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMa lean_mark_persistent(l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_allowMatch___lambda__2___closed__2); l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2___closed__1 = _init_l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__2___closed__1); -l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1 = _init_l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1(); -lean_mark_persistent(l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__3___closed__1); +l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1 = _init_l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4___closed__1); l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1 = _init_l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1(); lean_mark_persistent(l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1); l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1___closed__1 = _init_l_Lean_FuzzyMatching_fuzzyMatchScore_x3f___lambda__1___closed__1(); diff --git a/stage0/stdlib/Lean/DocString.c b/stage0/stdlib/Lean/DocString.c index bca84a3af801..b20c2bcf5d1d 100644 --- a/stage0/stdlib/Lean/DocString.c +++ b/stage0/stdlib/Lean/DocString.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__4; lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__2; lean_object* l_Lean_MapDeclarationExtension_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -21,80 +20,81 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_addDocString_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces_saveLine(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_4_(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__3; lean_object* l_Lean_indentD(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1; static lean_object* l_Lean_addBuiltinDocString___closed__1; LEAN_EXPORT lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56_(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDocStringText(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719_(lean_object*); LEAN_EXPORT lean_object* l_Lean_getModuleDoc_x3f___boxed(lean_object*, lean_object*); lean_object* l_String_Iterator_next(lean_object*); LEAN_EXPORT lean_object* l_Lean_getDocStringText___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_removeLeadingSpaces(lean_object*); LEAN_EXPORT lean_object* l_Lean_findDocString_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addDocString___rarg___lambda__1___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__5; lean_object* lean_string_utf8_byte_size(lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__1; uint32_t l_String_Iterator_curr(lean_object*); LEAN_EXPORT lean_object* l_Lean_addDocString___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_findLeadingSpacesSize_findNextLine(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_findDocString_x3f___spec__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDocStringText___rarg(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_String_instInhabitedString; -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces_consumeSpaces(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentEnvExtension_getModuleEntries___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_docStringExt; LEAN_EXPORT lean_object* l_Lean_addMainModuleDoc(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__2; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* lean_list_to_array(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_findLeadingSpacesSize_consumeSpaces(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getDocStringText___rarg___closed__3; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__3; LEAN_EXPORT lean_object* l_Lean_TSyntax_getDocString(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_builtinDocStrings; -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1; static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__3; LEAN_EXPORT lean_object* l_Lean_addDocString___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5; LEAN_EXPORT lean_object* l_Lean_getMainModuleDoc(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__1; LEAN_EXPORT lean_object* l_Lean_getModuleDoc_x3f(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2; lean_object* l_Lean_throwErrorAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getDocString___boxed(lean_object*); static lean_object* l_Lean_getModuleDoc_x3f___closed__1; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_moduleDocExt; LEAN_EXPORT lean_object* l_Lean_addDocString(lean_object*); lean_object* lean_string_length(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_addMainModuleDoc___closed__1; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_Environment_getModuleIdx_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___boxed(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__6; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_findLeadingSpacesSize(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_mkMapDeclarationExtension___rarg(lean_object*, lean_object*); lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces___closed__1; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749_(lean_object*); static lean_object* l_Lean_getDocStringText___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces(lean_object*, lean_object*); lean_object* l_Lean_instInhabitedPersistentArray(lean_object*); @@ -741,7 +741,7 @@ x_6 = l_Lean_findDocString_x3f(x_1, x_2, x_5, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -750,23 +750,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1; +x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___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_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___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_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__2; -x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2; +x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___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); @@ -777,15 +777,15 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__3; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3; return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1() { _start: { lean_object* x_1; @@ -793,17 +793,17 @@ x_1 = lean_mk_string_from_bytes("moduleDocExt", 12); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__1; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__1; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3() { _start: { lean_object* x_1; @@ -812,7 +812,7 @@ lean_closure_set(x_1, 0, lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4() { _start: { lean_object* x_1; @@ -820,22 +820,22 @@ x_1 = lean_alloc_closure((void*)(l_Lean_PersistentArray_push___rarg), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____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_initFn____x40_Lean_DocString___hyg_1719____closed__2; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__4; -x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__5; -x_4 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__3; +x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4; +x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5; +x_4 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -844,20 +844,20 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__6; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1(x_1); +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1(x_1); lean_dec(x_1); return x_2; } @@ -1141,25 +1141,25 @@ l_Lean_addBuiltinDocString___closed__1 = _init_l_Lean_addBuiltinDocString___clos lean_mark_persistent(l_Lean_addBuiltinDocString___closed__1); l_Lean_addDocString___rarg___lambda__1___closed__1 = _init_l_Lean_addDocString___rarg___lambda__1___closed__1(); lean_mark_persistent(l_Lean_addDocString___rarg___lambda__1___closed__1); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__1); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__2); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____lambda__1___closed__3); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__1); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__2); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__3); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__4 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__4); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__5 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__5); -l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__6 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1719____closed__6); -if (builtin) {res = l_Lean_initFn____x40_Lean_DocString___hyg_1719_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5); +l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6); +if (builtin) {res = l_Lean_initFn____x40_Lean_DocString___hyg_1749_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l___private_Lean_DocString_0__Lean_moduleDocExt = lean_io_result_get_value(res); lean_mark_persistent(l___private_Lean_DocString_0__Lean_moduleDocExt); diff --git a/stage0/stdlib/Lean/Elab/BuiltinNotation.c b/stage0/stdlib/Lean/Elab/BuiltinNotation.c index eb08b312d9ed..a00d1f28b347 100644 --- a/stage0/stdlib/Lean/Elab/BuiltinNotation.c +++ b/stage0/stdlib/Lean/Elab/BuiltinNotation.c @@ -20,8 +20,8 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandTypeAscription_declRange LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__8(lean_object*, size_t, size_t, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRange___closed__5; static lean_object* l_Lean_Elab_Term_expandCDot_x3f___closed__4; +static lean_object* l_Lean_Elab_Term_elabShow___closed__5; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__12; -static lean_object* l_Lean_Elab_Term_expandShow___closed__18; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__3; lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -42,7 +42,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandCDot_x lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_Term_resolveId_x3f(lean_object*, lean_object*, uint8_t, 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_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__8(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshIdent___at_Lean_Elab_Term_expandCDot_x3f_go___spec__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); @@ -82,6 +81,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTrailingParserMacro___lambda__1(le static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__14; extern lean_object* l_Lean_maxRecDepthErrorMessage; lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabShow___closed__4; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_withLocalIdentFor___closed__1; static lean_object* l_Lean_Elab_Term_expandHave___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___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*); @@ -108,7 +108,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoindex___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_expandTuple___closed__1; static lean_object* l_Lean_Elab_Term_expandSuffices___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Term_expandShow___closed__16; static lean_object* l___regBuiltin_Lean_Elab_Term_expandTypeAscription_declRange___closed__4; static lean_object* l_Lean_Elab_Term_elabSubst___lambda__4___closed__6; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); @@ -132,7 +131,6 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotat LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAnonymousCtor___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_expandAssert___closed__5; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__7; -static lean_object* l_Lean_Elab_Term_expandShow___closed__23; static lean_object* l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange___closed__7; static lean_object* l_Lean_Elab_Term_expandShow___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange___closed__5; @@ -167,7 +165,6 @@ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elab LEAN_EXPORT uint8_t l_Lean_Elab_Term_hasCDot(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCDotFunctionAlias_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandDbgTrace___closed__1; -static lean_object* l_Lean_Elab_Term_expandShow___closed__13; static lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAnonymousCtor___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* l_Lean_Syntax_TSepArray_getElems___rarg(lean_object*); @@ -192,8 +189,8 @@ static lean_object* l_Lean_Elab_Term_expandShow___closed__8; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__9___boxed(lean_object*, 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); +static lean_object* l_Lean_Elab_Term_elabShow___closed__6; static lean_object* l_Lean_Elab_Term_expandHave___closed__2; -static lean_object* l_Lean_Elab_Term_expandShow___closed__19; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabSubst___closed__14; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declRange___closed__6; @@ -202,7 +199,6 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v static lean_object* l_Lean_Elab_Term_expandShow___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__17(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro(lean_object*); -static lean_object* l_Lean_Elab_Term_expandShow___closed__21; 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_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__5___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__3___closed__2; @@ -227,7 +223,6 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Builtin uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_elabSubst___closed__11; static lean_object* l_Lean_Elab_Term_mkPairs_loop___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -250,6 +245,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Builtin static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Term_elabAnonymousCtor___spec__2___closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__15(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___closed__7; +LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabShow(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandCDot_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange___closed__7; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabAnonymousCtor_declRange(lean_object*); @@ -282,6 +278,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabSubst___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__8; static lean_object* l_Lean_Elab_Term_expandHave___closed__4; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___spec__1(lean_object*); @@ -311,6 +308,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange___clos static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__3; static lean_object* l_Lean_Elab_Term_elabPanic___closed__7; lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSorry(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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSubst___closed__1; @@ -326,6 +324,7 @@ lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lea static lean_object* l_Lean_Elab_Term_expandUnreachable___rarg___closed__3; static lean_object* l_Lean_Elab_Term_elabSubst___closed__8; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__5(lean_object*, lean_object*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow___closed__3; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPosition___at_Lean_Elab_Term_elabPanic___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; @@ -338,6 +337,7 @@ lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Term_elabAnonymousCtor___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_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabAnonymousCtor___spec__1___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_elabSorry___closed__2; +static lean_object* l_Lean_Elab_Term_elabShow___closed__1; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__15; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -355,18 +355,22 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunc LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange(lean_object*); lean_object* l_Lean_Meta_kabstract(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Elab_Term_exprToSyntax(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__22; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe___closed__9; lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__1; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__1; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; static lean_object* l___regBuiltin_Lean_Elab_Term_expandTuple_declRange___closed__4; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__25; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); 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*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabPanic___closed__11; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__19; @@ -379,7 +383,7 @@ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elab lean_object* l_Lean_mkCIdentFrom(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); -static lean_object* l_Lean_Elab_Term_expandShow___closed__15; +LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___spec__1___boxed(lean_object*); static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro_declRange___closed__2; @@ -388,6 +392,7 @@ static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__2; static lean_object* l_Lean_Elab_Term_elabCDotFunctionAlias_x3f___closed__3; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___closed__3; static lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__3; +static lean_object* l_Lean_Elab_Term_elabShow___closed__8; static lean_object* l_Lean_Elab_Term_elabTrailingParserMacro___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabBorrowed_declRange___closed__6; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; @@ -401,6 +406,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandAssert___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandShow(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabBorrowed_declRange___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow(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_getRefPos___at_Lean_Elab_Term_elabPanic___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2(lean_object*, lean_object*, lean_object*); @@ -409,6 +415,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRange___ 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*); static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__35; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeAscription___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___closed__3; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__20; @@ -433,6 +440,7 @@ lean_object* l_Lean_Elab_Term_getDeclName_x3f(lean_object*, lean_object*, lean_o static lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange___closed__4; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__4; static lean_object* l_Lean_Elab_Term_elabSubst___closed__3; +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__6___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabStateRefT___lambda__1___closed__6; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabTParserMacroAux___closed__7; @@ -457,6 +465,7 @@ lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_e static lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandSuffices___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declRange___closed__7; +static lean_object* l_Lean_Elab_Term_elabShow___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declRange___closed__3; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__21; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCoe___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*); @@ -477,6 +486,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabStateRefT(lean_object*, lean_objec lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabSubst___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declRange___closed__4; +static lean_object* l_Lean_Elab_Term_elabShow___closed__13; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__26; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkPairs_loop___closed__4; @@ -484,6 +494,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabAnonymousCtor_declRange___ extern lean_object* l_Lean_Elab_macroAttribute; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange___closed__5; static lean_object* l_Lean_Elab_Term_elabTrailingParserMacro___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Term_elabShow___closed__12; static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___closed__1; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_declRange___closed__6; @@ -525,11 +536,13 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed_ static lean_object* l_Lean_Elab_Term_expandShow___closed__10; uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_withSynthesizeImp___rarg(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__6; static lean_object* l_Lean_Elab_Term_elabPanic___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___spec__4(lean_object*, size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic___closed__3; static lean_object* l_Lean_Elab_Term_expandUnreachable___rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___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___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__7; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCoe___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; @@ -538,9 +551,11 @@ static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__24; static lean_object* l_Lean_Elab_Term_elabStateRefT___lambda__1___closed__2; static lean_object* l_Lean_Elab_Term_expandSuffices___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__6(lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Elab_Term_elabShow___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__9(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave___lambda__5___boxed(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___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__11___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandTypeAscription(lean_object*); static lean_object* l_Lean_Elab_Term_elabTrailingParserMacro___closed__1; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__14; @@ -569,6 +584,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAnonymousCtor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandTypeAscription_declRange___closed__5; static lean_object* l_Lean_Elab_Term_expandHave___closed__6; +static lean_object* l_Lean_Elab_Term_elabShow___closed__9; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__4; static lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabAnonymousCtor___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -601,7 +617,6 @@ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elab LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandCDot_x3f(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandHave_declRange___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabStateRefT___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_expandShow___closed__14; static lean_object* l_Lean_Elab_Term_expandAssert___closed__10; static lean_object* l_Lean_Elab_Term_elabStateRefT___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -684,7 +699,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandUnreachable___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave___lambda__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_BuiltinNotation_0__Lean_Elab_Term_elabTParserMacroAux___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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object*); -static lean_object* l_Lean_Elab_Term_expandShow___closed__22; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___closed__2; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__6; @@ -694,10 +708,12 @@ static lean_object* l_Lean_Elab_Term_expandAssert___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_expandHave_declRange___closed__7; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave___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_elabShow___closed__11; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabAnonymousCtor(lean_object*); static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___closed__5; uint8_t l_Lean_Syntax_isNone(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabAnonymousCtor___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___closed__4; static lean_object* l_Lean_Elab_Term_elabStateRefT___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -743,13 +759,13 @@ static lean_object* l_Lean_Elab_Term_elabSorry___closed__3; lean_object* l_Array_ofSubarray___rarg(lean_object*); uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__39; +static lean_object* l_Lean_Elab_Term_elabShow___closed__7; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__16; static lean_object* l_Lean_Elab_Term_expandShow___closed__2; static lean_object* l_Lean_Elab_Term_expandShow___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe___closed__2; lean_object* l_Array_back___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_expandShow___closed__17; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__4___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -773,6 +789,7 @@ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elab size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___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_Lean_Elab_Term_expandAssert___closed__7; +static lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__5; uint8_t l_Lean_Expr_hasFVar(lean_object*); static lean_object* l_Lean_Elab_Term_mkPairs_loop___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCoe___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -786,7 +803,6 @@ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elab static lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__2; static lean_object* l_Lean_Elab_Term_elabStateRefT___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabAnonymousCtor_declRange___closed__7; -static lean_object* l_Lean_Elab_Term_expandShow___closed__20; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro___closed__1; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_declRange___closed__1; @@ -827,11 +843,11 @@ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elab static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__4___closed__2; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__46; lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Elab_Term_expandShow___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabTParserMacroAux(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_expandDbgTrace___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_elabShow___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___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_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declRange___closed__2; @@ -874,7 +890,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___closed__ static lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__4; static lean_object* l_Lean_Elab_Term_expandHave___closed__1; uint8_t l_Lean_Expr_isFVar(lean_object*); -static lean_object* l_Lean_Elab_Term_expandShow___closed__12; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro(lean_object*); lean_object* l_Lean_expandMacros(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__2___closed__1; @@ -919,7 +934,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave(lean_object*, lean_object*, static lean_object* l_Lean_Elab_Term_hasCDot___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSorry_declRange___closed__6; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__48; -static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCoe___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: @@ -3400,7 +3414,7 @@ static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("fromTerm", 8); +x_1 = lean_mk_string_from_bytes("byTactic'", 9); return x_1; } } @@ -3420,7 +3434,7 @@ static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("byTactic'", 9); +x_1 = lean_mk_string_from_bytes("fromTerm", 8); return x_1; } } @@ -3472,7 +3486,379 @@ x_1 = lean_mk_string_from_bytes("by", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__11() { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandShow(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = l_Lean_Elab_Term_expandShow___closed__2; +lean_inc(x_1); +x_5 = l_Lean_Syntax_isOfKind(x_1, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +lean_dec(x_2); +lean_dec(x_1); +x_6 = lean_box(1); +x_7 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_7, 0, x_6); +lean_ctor_set(x_7, 1, 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; uint8_t x_13; +x_8 = lean_unsigned_to_nat(1u); +x_9 = l_Lean_Syntax_getArg(x_1, x_8); +x_10 = lean_unsigned_to_nat(2u); +x_11 = l_Lean_Syntax_getArg(x_1, x_10); +lean_dec(x_1); +x_12 = l_Lean_Elab_Term_expandShow___closed__4; +lean_inc(x_11); +x_13 = l_Lean_Syntax_isOfKind(x_11, x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_2); +x_14 = lean_box(1); +x_15 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_3); +return x_15; +} +else +{ +lean_object* x_16; 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; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_16 = lean_unsigned_to_nat(0u); +x_17 = l_Lean_Syntax_getArg(x_11, x_16); +x_18 = l_Lean_Syntax_getArg(x_11, x_8); +lean_dec(x_11); +x_19 = lean_ctor_get(x_2, 5); +lean_inc(x_19); +lean_dec(x_2); +x_20 = 0; +x_21 = l_Lean_SourceInfo_fromRef(x_19, x_20); +x_22 = l_Lean_Elab_Term_expandShow___closed__1; +lean_inc(x_21); +x_23 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean_Elab_Term_expandShow___closed__7; +lean_inc(x_21); +x_25 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_25, 0, x_21); +lean_ctor_set(x_25, 1, x_24); +x_26 = 1; +x_27 = l_Lean_SourceInfo_fromRef(x_17, x_26); +x_28 = l_Lean_Elab_Term_expandShow___closed__10; +x_29 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +x_30 = l_Lean_Elab_Term_expandShow___closed__9; +lean_inc(x_21); +x_31 = l_Lean_Syntax_node2(x_21, x_30, x_29, x_18); +x_32 = l_Lean_Elab_Term_expandShow___closed__6; +lean_inc(x_21); +x_33 = l_Lean_Syntax_node2(x_21, x_32, x_25, x_31); +x_34 = l_Lean_Syntax_node3(x_21, x_4, x_23, x_9, 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; +} +} +} +} +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("expandShow", 10); +return x_1; +} +} +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; +x_2 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__4; +x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; +x_4 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__1; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_macroAttribute; +return x_1; +} +} +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_expandShow), 3, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandShow(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___regBuiltin_Lean_Elab_Term_expandShow___closed__3; +x_3 = l_Lean_Elab_Term_expandShow___closed__2; +x_4 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__2; +x_5 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__4; +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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(65u); +x_2 = lean_unsigned_to_nat(39u); +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___regBuiltin_Lean_Elab_Term_expandShow_declRange___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(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___regBuiltin_Lean_Elab_Term_expandShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__1; +x_2 = lean_unsigned_to_nat(39u); +x_3 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(65u); +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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_unsigned_to_nat(65u); +x_2 = lean_unsigned_to_nat(53u); +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___regBuiltin_Lean_Elab_Term_expandShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__4; +x_2 = lean_unsigned_to_nat(43u); +x_3 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__5; +x_4 = lean_unsigned_to_nat(53u); +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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__3; +x_2 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__2; +x_3 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__7; +x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow___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; +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow___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_10; +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +x_10 = l_Lean_Elab_Term_elabType(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_10) == 0) +{ +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_11; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +return x_10; +} +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); +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 +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_15 = lean_ctor_get(x_10, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_10, 1); +lean_inc(x_16); +lean_dec(x_10); +x_17 = lean_ctor_get(x_2, 0); +lean_inc(x_17); +lean_dec(x_2); +lean_inc(x_15); +x_18 = l_Lean_Meta_isExprDefEq(x_17, x_15, x_5, x_6, x_7, x_8, x_16); +if (lean_obj_tag(x_18) == 0) +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +lean_object* x_20; +x_20 = lean_ctor_get(x_18, 0); +lean_dec(x_20); +lean_ctor_set(x_18, 0, x_15); +return x_18; +} +else +{ +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_18, 1); +lean_inc(x_21); +lean_dec(x_18); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_15); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +else +{ +uint8_t x_23; +lean_dec(x_15); +x_23 = !lean_is_exclusive(x_18); +if (x_23 == 0) +{ +return x_18; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_18, 0); +x_25 = lean_ctor_get(x_18, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_18); +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; +} +} +} +} +else +{ +uint8_t x_27; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +x_27 = !lean_is_exclusive(x_10); +if (x_27 == 0) +{ +return x_10; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_10, 0); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_10); +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; +} +} +} +} +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__1() { _start: { lean_object* x_1; @@ -3480,17 +3866,17 @@ x_1 = lean_mk_string_from_bytes("this", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__12() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___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_expandShow___closed__11; +x_2 = l_Lean_Elab_Term_elabShow___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__13() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__3() { _start: { lean_object* x_1; @@ -3498,19 +3884,19 @@ x_1 = lean_mk_string_from_bytes("let_fun", 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__14() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l_Lean_Elab_Term_expandShow___closed__13; +x_4 = l_Lean_Elab_Term_elabShow___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_Elab_Term_expandShow___closed__15() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__5() { _start: { lean_object* x_1; @@ -3518,19 +3904,19 @@ x_1 = lean_mk_string_from_bytes("letDecl", 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__16() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l_Lean_Elab_Term_expandShow___closed__15; +x_4 = l_Lean_Elab_Term_elabShow___closed__5; 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_expandShow___closed__17() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__7() { _start: { lean_object* x_1; @@ -3538,19 +3924,19 @@ x_1 = lean_mk_string_from_bytes("letIdDecl", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__18() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l_Lean_Elab_Term_expandShow___closed__17; +x_4 = l_Lean_Elab_Term_elabShow___closed__7; 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_expandShow___closed__19() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__9() { _start: { lean_object* x_1; @@ -3558,19 +3944,19 @@ x_1 = lean_mk_string_from_bytes("typeSpec", 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__20() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l_Lean_Elab_Term_expandShow___closed__19; +x_4 = l_Lean_Elab_Term_elabShow___closed__9; 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_expandShow___closed__21() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__11() { _start: { lean_object* x_1; @@ -3578,7 +3964,7 @@ x_1 = lean_mk_string_from_bytes(":", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__22() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__12() { _start: { lean_object* x_1; @@ -3586,7 +3972,7 @@ x_1 = lean_mk_string_from_bytes(":=", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_expandShow___closed__23() { +static lean_object* _init_l_Lean_Elab_Term_elabShow___closed__13() { _start: { lean_object* x_1; @@ -3594,234 +3980,301 @@ x_1 = lean_mk_string_from_bytes(";", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandShow(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow(lean_object* x_1, lean_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_4; uint8_t x_5; -x_4 = l_Lean_Elab_Term_expandShow___closed__2; +lean_object* x_10; uint8_t x_11; +x_10 = l_Lean_Elab_Term_expandShow___closed__2; lean_inc(x_1); -x_5 = l_Lean_Syntax_isOfKind(x_1, x_4); -if (x_5 == 0) +x_11 = l_Lean_Syntax_isOfKind(x_1, x_10); +if (x_11 == 0) { -lean_object* x_6; lean_object* x_7; +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_3); +lean_dec(x_2); +lean_dec(x_1); +x_12 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabAnonymousCtor___spec__1___rarg(x_9); +return x_12; +} +else +{ +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_13 = lean_unsigned_to_nat(1u); +x_14 = l_Lean_Syntax_getArg(x_1, x_13); +x_15 = lean_unsigned_to_nat(2u); +x_16 = l_Lean_Syntax_getArg(x_1, x_15); +x_17 = l_Lean_Elab_Term_expandShow___closed__6; +lean_inc(x_16); +x_18 = l_Lean_Syntax_isOfKind(x_16, x_17); +if (x_18 == 0) +{ +lean_object* x_19; +lean_dec(x_16); +lean_dec(x_14); +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_19 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabAnonymousCtor___spec__1___rarg(x_9); +return x_19; +} +else +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; +x_20 = l_Lean_Syntax_getArg(x_16, x_13); +lean_dec(x_16); +lean_inc(x_2); +x_21 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabShow___lambda__2), 9, 2); +lean_closure_set(x_21, 0, x_14); +lean_closure_set(x_21, 1, x_2); +x_22 = 1; +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_23 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_withSynthesizeImp___rarg(x_21, x_22, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +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 = l_Lean_Elab_Term_elabShow___closed__2; +x_27 = 0; +x_28 = l_Lean_mkIdentFrom(x_1, x_26, x_27); +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_29 = l_Lean_Elab_Term_exprToSyntax(x_24, x_3, x_4, x_5, x_6, x_7, x_8, x_25); +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; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; +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_7, 5); +lean_inc(x_32); +x_33 = l_Lean_SourceInfo_fromRef(x_32, x_27); +x_34 = lean_st_ref_get(x_8, x_31); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = l_Lean_Elab_Term_elabShow___closed__3; +lean_inc(x_33); +x_37 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_37, 0, x_33); +lean_ctor_set(x_37, 1, x_36); +x_38 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; +x_39 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__4; +lean_inc(x_33); +x_40 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_40, 0, x_33); +lean_ctor_set(x_40, 1, x_38); +lean_ctor_set(x_40, 2, x_39); +x_41 = l_Lean_Elab_Term_elabShow___closed__11; +lean_inc(x_33); +x_42 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_42, 0, x_33); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Lean_Elab_Term_elabShow___closed__10; +lean_inc(x_33); +x_44 = l_Lean_Syntax_node2(x_33, x_43, x_42, x_30); +lean_inc(x_33); +x_45 = l_Lean_Syntax_node1(x_33, x_38, x_44); +x_46 = l_Lean_Elab_Term_elabShow___closed__12; +lean_inc(x_33); +x_47 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_47, 0, x_33); +lean_ctor_set(x_47, 1, x_46); +x_48 = l_Lean_Elab_Term_elabShow___closed__8; +lean_inc(x_28); +lean_inc(x_33); +x_49 = l_Lean_Syntax_node5(x_33, x_48, x_28, x_40, x_45, x_47, x_20); +x_50 = l_Lean_Elab_Term_elabShow___closed__6; +lean_inc(x_33); +x_51 = l_Lean_Syntax_node1(x_33, x_50, x_49); +x_52 = l_Lean_Elab_Term_elabShow___closed__13; +lean_inc(x_33); +x_53 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_53, 0, x_33); +lean_ctor_set(x_53, 1, x_52); +x_54 = l_Lean_Elab_Term_elabShow___closed__4; +x_55 = l_Lean_Syntax_node4(x_33, x_54, x_37, x_51, x_53, x_28); +x_56 = l_Lean_Elab_Term_elabTerm(x_55, x_2, x_22, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_35); +return x_56; +} +else +{ +uint8_t x_57; +lean_dec(x_28); +lean_dec(x_20); +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_6 = lean_box(1); -x_7 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_7, 0, x_6); -lean_ctor_set(x_7, 1, x_3); -return x_7; +x_57 = !lean_is_exclusive(x_29); +if (x_57 == 0) +{ +return x_29; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_8 = lean_unsigned_to_nat(1u); -x_9 = l_Lean_Syntax_getArg(x_1, x_8); -x_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Elab_Term_expandShow___closed__4; -lean_inc(x_11); -x_13 = l_Lean_Syntax_isOfKind(x_11, x_12); -if (x_13 == 0) +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 { -lean_object* x_14; uint8_t x_15; +uint8_t x_61; +lean_dec(x_20); +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 = l_Lean_Elab_Term_expandShow___closed__6; -lean_inc(x_11); -x_15 = l_Lean_Syntax_isOfKind(x_11, x_14); -if (x_15 == 0) +x_61 = !lean_is_exclusive(x_23); +if (x_61 == 0) { -lean_object* x_16; lean_object* x_17; -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_2); -x_16 = lean_box(1); -x_17 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_3); -return x_17; +return x_23; } else { -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; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_18 = lean_unsigned_to_nat(0u); -x_19 = l_Lean_Syntax_getArg(x_11, x_18); -x_20 = l_Lean_Syntax_getArg(x_11, x_8); -lean_dec(x_11); -x_21 = lean_ctor_get(x_2, 5); -lean_inc(x_21); -lean_dec(x_2); -x_22 = 0; -x_23 = l_Lean_SourceInfo_fromRef(x_21, x_22); -x_24 = l_Lean_Elab_Term_expandShow___closed__1; -lean_inc(x_23); -x_25 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -x_26 = l_Lean_Elab_Term_expandShow___closed__7; -lean_inc(x_23); -x_27 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_27, 0, x_23); -lean_ctor_set(x_27, 1, x_26); -x_28 = 1; -x_29 = l_Lean_SourceInfo_fromRef(x_19, x_28); -x_30 = l_Lean_Elab_Term_expandShow___closed__10; -x_31 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_31, 0, x_29); -lean_ctor_set(x_31, 1, x_30); -x_32 = l_Lean_Elab_Term_expandShow___closed__9; -lean_inc(x_23); -x_33 = l_Lean_Syntax_node2(x_23, x_32, x_31, x_20); -lean_inc(x_23); -x_34 = l_Lean_Syntax_node2(x_23, x_12, x_27, x_33); -x_35 = l_Lean_Syntax_node3(x_23, x_4, x_25, x_9, x_34); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_3); -return x_36; +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_23, 0); +x_63 = lean_ctor_get(x_23, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_23); +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_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; 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; -x_37 = l_Lean_Syntax_getArg(x_11, x_8); -lean_dec(x_11); -x_38 = l_Lean_Elab_Term_expandShow___closed__12; -x_39 = 0; -x_40 = l_Lean_mkIdentFrom(x_1, x_38, x_39); -x_41 = lean_ctor_get(x_2, 5); -lean_inc(x_41); -lean_dec(x_2); -x_42 = l_Lean_SourceInfo_fromRef(x_41, x_39); -x_43 = l_Lean_Elab_Term_expandShow___closed__13; -lean_inc(x_42); -x_44 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_44, 0, x_42); -lean_ctor_set(x_44, 1, x_43); -x_45 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; -x_46 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__4; -lean_inc(x_42); -x_47 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_47, 0, x_42); -lean_ctor_set(x_47, 1, x_45); -lean_ctor_set(x_47, 2, x_46); -x_48 = l_Lean_Elab_Term_expandShow___closed__21; -lean_inc(x_42); -x_49 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_49, 0, x_42); -lean_ctor_set(x_49, 1, x_48); -x_50 = l_Lean_Elab_Term_expandShow___closed__20; -lean_inc(x_42); -x_51 = l_Lean_Syntax_node2(x_42, x_50, x_49, x_9); -lean_inc(x_42); -x_52 = l_Lean_Syntax_node1(x_42, x_45, x_51); -x_53 = l_Lean_Elab_Term_expandShow___closed__22; -lean_inc(x_42); -x_54 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_54, 0, x_42); -lean_ctor_set(x_54, 1, x_53); -x_55 = l_Lean_Elab_Term_expandShow___closed__18; -lean_inc(x_40); -lean_inc(x_42); -x_56 = l_Lean_Syntax_node5(x_42, x_55, x_40, x_47, x_52, x_54, x_37); -x_57 = l_Lean_Elab_Term_expandShow___closed__16; -lean_inc(x_42); -x_58 = l_Lean_Syntax_node1(x_42, x_57, x_56); -x_59 = l_Lean_Elab_Term_expandShow___closed__23; -lean_inc(x_42); -x_60 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_60, 0, x_42); -lean_ctor_set(x_60, 1, x_59); -x_61 = l_Lean_Elab_Term_expandShow___closed__14; -x_62 = l_Lean_Syntax_node4(x_42, x_61, x_44, x_58, x_60, x_40); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_3); -return x_63; } } } } -static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabShow___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: +{ +lean_object* x_10; +x_10 = l_Lean_Elab_Term_elabShow___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_10; +} +} +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("expandShow", 10); +x_1 = lean_mk_string_from_bytes("elabShow", 8); return x_1; } } -static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__2() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow___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___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__4; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__1; +x_4 = l___regBuiltin_Lean_Elab_Term_elabShow___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Elab_macroAttribute; -return x_1; -} -} -static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__4() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow___closed__3() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_expandShow), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabShow), 9, 0); return x_1; } } -LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandShow(lean_object* x_1) { +LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabShow(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___regBuiltin_Lean_Elab_Term_expandShow___closed__3; +x_2 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__8; x_3 = l_Lean_Elab_Term_expandShow___closed__2; -x_4 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__2; -x_5 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__4; +x_4 = l___regBuiltin_Lean_Elab_Term_elabShow___closed__2; +x_5 = l___regBuiltin_Lean_Elab_Term_elabShow___closed__3; 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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__1() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(65u); -x_2 = lean_unsigned_to_nat(39u); +x_1 = lean_unsigned_to_nat(70u); +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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__2() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(69u); -x_2 = lean_unsigned_to_nat(54u); +x_1 = lean_unsigned_to_nat(103u); +x_2 = lean_unsigned_to_nat(31u); 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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__3() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__1; -x_2 = lean_unsigned_to_nat(39u); -x_3 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__2; -x_4 = lean_unsigned_to_nat(54u); +x_1 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__1; +x_2 = lean_unsigned_to_nat(43u); +x_3 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__2; +x_4 = lean_unsigned_to_nat(31u); x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -3830,38 +4283,38 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__4() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(65u); -x_2 = lean_unsigned_to_nat(43u); +x_1 = lean_unsigned_to_nat(70u); +x_2 = lean_unsigned_to_nat(47u); 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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__5() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(65u); -x_2 = lean_unsigned_to_nat(53u); +x_1 = lean_unsigned_to_nat(70u); +x_2 = lean_unsigned_to_nat(55u); 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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__6() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__4; -x_2 = lean_unsigned_to_nat(43u); -x_3 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__5; -x_4 = lean_unsigned_to_nat(53u); +x_1 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__4; +x_2 = lean_unsigned_to_nat(47u); +x_3 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__5; +x_4 = lean_unsigned_to_nat(55u); x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -3870,24 +4323,24 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__7() { +static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__3; -x_2 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__6; +x_1 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__3; +x_2 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___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___regBuiltin_Lean_Elab_Term_expandShow_declRange(lean_object* x_1) { +LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabShow_declRange(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__2; -x_3 = l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__7; +x_2 = l___regBuiltin_Lean_Elab_Term_elabShow___closed__2; +x_3 = l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__7; x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } @@ -3914,7 +4367,7 @@ lean_inc(x_13); lean_dec(x_7); x_14 = 0; x_15 = l_Lean_SourceInfo_fromRef(x_13, x_14); -x_16 = l_Lean_Elab_Term_expandShow___closed__13; +x_16 = l_Lean_Elab_Term_elabShow___closed__3; lean_inc(x_15); x_17 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_17, 0, x_15); @@ -3926,12 +4379,12 @@ x_20 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_20, 0, x_15); lean_ctor_set(x_20, 1, x_18); lean_ctor_set(x_20, 2, x_19); -x_21 = l_Lean_Elab_Term_expandShow___closed__22; +x_21 = l_Lean_Elab_Term_elabShow___closed__12; lean_inc(x_15); x_22 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_22, 0, x_15); lean_ctor_set(x_22, 1, x_21); -x_23 = l_Lean_Elab_Term_expandShow___closed__23; +x_23 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_15); x_24 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_24, 0, x_15); @@ -3947,10 +4400,10 @@ lean_ctor_set(x_26, 1, x_18); lean_ctor_set(x_26, 2, x_25); lean_inc(x_15); x_27 = l_Lean_Syntax_node5(x_15, x_3, x_4, x_20, x_26, x_22, x_10); -x_28 = l_Lean_Elab_Term_expandShow___closed__16; +x_28 = l_Lean_Elab_Term_elabShow___closed__6; lean_inc(x_15); x_29 = l_Lean_Syntax_node1(x_15, x_28, x_27); -x_30 = l_Lean_Elab_Term_expandShow___closed__14; +x_30 = l_Lean_Elab_Term_elabShow___closed__4; x_31 = l_Lean_Syntax_node4(x_15, x_30, x_17, x_29, x_24, x_12); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_31); @@ -3963,12 +4416,12 @@ lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean x_33 = lean_ctor_get(x_6, 0); lean_inc(x_33); lean_dec(x_6); -x_34 = l_Lean_Elab_Term_expandShow___closed__21; +x_34 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_15); x_35 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_35, 0, x_15); lean_ctor_set(x_35, 1, x_34); -x_36 = l_Lean_Elab_Term_expandShow___closed__20; +x_36 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_15); x_37 = l_Lean_Syntax_node2(x_15, x_36, x_35, x_33); x_38 = l_Array_mkArray1___rarg(x_37); @@ -3980,10 +4433,10 @@ lean_ctor_set(x_40, 1, x_18); lean_ctor_set(x_40, 2, x_39); lean_inc(x_15); x_41 = l_Lean_Syntax_node5(x_15, x_3, x_4, x_20, x_40, x_22, x_10); -x_42 = l_Lean_Elab_Term_expandShow___closed__16; +x_42 = l_Lean_Elab_Term_elabShow___closed__6; lean_inc(x_15); x_43 = l_Lean_Syntax_node1(x_15, x_42, x_41); -x_44 = l_Lean_Elab_Term_expandShow___closed__14; +x_44 = l_Lean_Elab_Term_elabShow___closed__4; x_45 = l_Lean_Syntax_node4(x_15, x_44, x_17, x_43, x_24, x_12); x_46 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_46, 0, x_45); @@ -4060,7 +4513,7 @@ lean_inc(x_21); x_23 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_23, 0, x_21); lean_ctor_set(x_23, 1, x_22); -x_24 = l_Lean_Elab_Term_expandShow___closed__12; +x_24 = l_Lean_Elab_Term_elabShow___closed__2; x_25 = 1; x_26 = l_Lean_mkIdentFrom(x_3, x_24, x_25); x_27 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; @@ -4072,7 +4525,7 @@ lean_ctor_set(x_29, 1, x_27); lean_ctor_set(x_29, 2, x_28); lean_inc(x_21); x_30 = l_Lean_Syntax_node2(x_21, x_27, x_26, x_29); -x_31 = l_Lean_Elab_Term_expandShow___closed__23; +x_31 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_21); x_32 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_32, 0, x_21); @@ -4102,12 +4555,12 @@ lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean x_39 = lean_ctor_get(x_8, 0); lean_inc(x_39); lean_dec(x_8); -x_40 = l_Lean_Elab_Term_expandShow___closed__21; +x_40 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_21); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_21); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_Elab_Term_expandShow___closed__20; +x_42 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_21); x_43 = l_Lean_Syntax_node2(x_21, x_42, x_41, x_39); x_44 = l_Array_mkArray1___rarg(x_43); @@ -4164,7 +4617,7 @@ lean_inc(x_14); lean_dec(x_7); x_15 = 0; x_16 = l_Lean_SourceInfo_fromRef(x_14, x_15); -x_17 = l_Lean_Elab_Term_expandShow___closed__13; +x_17 = l_Lean_Elab_Term_elabShow___closed__3; lean_inc(x_16); x_18 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_18, 0, x_16); @@ -4177,7 +4630,7 @@ x_22 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_22, 0, x_16); lean_ctor_set(x_22, 1, x_21); lean_ctor_set(x_22, 2, x_20); -x_23 = l_Lean_Elab_Term_expandShow___closed__23; +x_23 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_16); x_24 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_24, 0, x_16); @@ -4194,10 +4647,10 @@ lean_ctor_set(x_26, 2, x_25); x_27 = l_Lean_Elab_Term_expandHave___lambda__3___closed__2; lean_inc(x_16); x_28 = l_Lean_Syntax_node4(x_16, x_27, x_4, x_22, x_26, x_10); -x_29 = l_Lean_Elab_Term_expandShow___closed__16; +x_29 = l_Lean_Elab_Term_elabShow___closed__6; lean_inc(x_16); x_30 = l_Lean_Syntax_node1(x_16, x_29, x_28); -x_31 = l_Lean_Elab_Term_expandShow___closed__14; +x_31 = l_Lean_Elab_Term_elabShow___closed__4; x_32 = l_Lean_Syntax_node4(x_16, x_31, x_18, x_30, x_24, x_12); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); @@ -4210,12 +4663,12 @@ lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean x_34 = lean_ctor_get(x_6, 0); lean_inc(x_34); lean_dec(x_6); -x_35 = l_Lean_Elab_Term_expandShow___closed__21; +x_35 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_16); x_36 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_36, 0, x_16); lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean_Elab_Term_expandShow___closed__20; +x_37 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_16); x_38 = l_Lean_Syntax_node2(x_16, x_37, x_36, x_34); x_39 = l_Array_mkArray1___rarg(x_38); @@ -4228,10 +4681,10 @@ lean_ctor_set(x_41, 2, x_40); x_42 = l_Lean_Elab_Term_expandHave___lambda__3___closed__2; lean_inc(x_16); x_43 = l_Lean_Syntax_node4(x_16, x_42, x_4, x_22, x_41, x_10); -x_44 = l_Lean_Elab_Term_expandShow___closed__16; +x_44 = l_Lean_Elab_Term_elabShow___closed__6; lean_inc(x_16); x_45 = l_Lean_Syntax_node1(x_16, x_44, x_43); -x_46 = l_Lean_Elab_Term_expandShow___closed__14; +x_46 = l_Lean_Elab_Term_elabShow___closed__4; x_47 = l_Lean_Syntax_node4(x_16, x_46, x_18, x_45, x_24, x_12); x_48 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_48, 0, x_47); @@ -4257,7 +4710,7 @@ lean_inc(x_16); x_18 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_18, 0, x_16); lean_ctor_set(x_18, 1, x_17); -x_19 = l_Lean_Elab_Term_expandShow___closed__12; +x_19 = l_Lean_Elab_Term_elabShow___closed__2; x_20 = 1; x_21 = l_Lean_mkIdentFrom(x_3, x_19, x_20); x_22 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; @@ -4269,12 +4722,12 @@ lean_ctor_set(x_24, 1, x_22); lean_ctor_set(x_24, 2, x_23); lean_inc(x_16); x_25 = l_Lean_Syntax_node2(x_16, x_22, x_21, x_24); -x_26 = l_Lean_Elab_Term_expandShow___closed__22; +x_26 = l_Lean_Elab_Term_elabShow___closed__12; lean_inc(x_16); x_27 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_27, 0, x_16); lean_ctor_set(x_27, 1, x_26); -x_28 = l_Lean_Elab_Term_expandShow___closed__23; +x_28 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_16); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_16); @@ -4304,12 +4757,12 @@ lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean x_36 = lean_ctor_get(x_8, 0); lean_inc(x_36); lean_dec(x_8); -x_37 = l_Lean_Elab_Term_expandShow___closed__21; +x_37 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_16); x_38 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_38, 0, x_16); lean_ctor_set(x_38, 1, x_37); -x_39 = l_Lean_Elab_Term_expandShow___closed__20; +x_39 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_16); x_40 = l_Lean_Syntax_node2(x_16, x_39, x_38, x_36); x_41 = l_Array_mkArray1___rarg(x_40); @@ -4344,7 +4797,7 @@ lean_inc(x_13); lean_dec(x_7); x_14 = 0; x_15 = l_Lean_SourceInfo_fromRef(x_13, x_14); -x_16 = l_Lean_Elab_Term_expandShow___closed__13; +x_16 = l_Lean_Elab_Term_elabShow___closed__3; lean_inc(x_15); x_17 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_17, 0, x_15); @@ -4357,12 +4810,12 @@ x_21 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_21, 0, x_15); lean_ctor_set(x_21, 1, x_20); lean_ctor_set(x_21, 2, x_19); -x_22 = l_Lean_Elab_Term_expandShow___closed__22; +x_22 = l_Lean_Elab_Term_elabShow___closed__12; lean_inc(x_15); x_23 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_23, 0, x_15); lean_ctor_set(x_23, 1, x_22); -x_24 = l_Lean_Elab_Term_expandShow___closed__23; +x_24 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_15); x_25 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_25, 0, x_15); @@ -4376,13 +4829,13 @@ x_27 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_27, 0, x_15); lean_ctor_set(x_27, 1, x_20); lean_ctor_set(x_27, 2, x_26); -x_28 = l_Lean_Elab_Term_expandShow___closed__18; +x_28 = l_Lean_Elab_Term_elabShow___closed__8; lean_inc(x_15); x_29 = l_Lean_Syntax_node5(x_15, x_28, x_4, x_21, x_27, x_23, x_10); -x_30 = l_Lean_Elab_Term_expandShow___closed__16; +x_30 = l_Lean_Elab_Term_elabShow___closed__6; lean_inc(x_15); x_31 = l_Lean_Syntax_node1(x_15, x_30, x_29); -x_32 = l_Lean_Elab_Term_expandShow___closed__14; +x_32 = l_Lean_Elab_Term_elabShow___closed__4; x_33 = l_Lean_Syntax_node4(x_15, x_32, x_17, x_31, x_25, x_11); x_34 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_34, 0, x_33); @@ -4395,12 +4848,12 @@ lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean x_35 = lean_ctor_get(x_6, 0); lean_inc(x_35); lean_dec(x_6); -x_36 = l_Lean_Elab_Term_expandShow___closed__21; +x_36 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_15); x_37 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_37, 0, x_15); lean_ctor_set(x_37, 1, x_36); -x_38 = l_Lean_Elab_Term_expandShow___closed__20; +x_38 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_15); x_39 = l_Lean_Syntax_node2(x_15, x_38, x_37, x_35); x_40 = l_Array_mkArray1___rarg(x_39); @@ -4410,13 +4863,13 @@ x_42 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_42, 0, x_15); lean_ctor_set(x_42, 1, x_20); lean_ctor_set(x_42, 2, x_41); -x_43 = l_Lean_Elab_Term_expandShow___closed__18; +x_43 = l_Lean_Elab_Term_elabShow___closed__8; lean_inc(x_15); x_44 = l_Lean_Syntax_node5(x_15, x_43, x_4, x_21, x_42, x_23, x_10); -x_45 = l_Lean_Elab_Term_expandShow___closed__16; +x_45 = l_Lean_Elab_Term_elabShow___closed__6; lean_inc(x_15); x_46 = l_Lean_Syntax_node1(x_15, x_45, x_44); -x_47 = l_Lean_Elab_Term_expandShow___closed__14; +x_47 = l_Lean_Elab_Term_elabShow___closed__4; x_48 = l_Lean_Syntax_node4(x_15, x_47, x_17, x_46, x_25, x_11); x_49 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_49, 0, x_48); @@ -4640,7 +5093,7 @@ else lean_object* x_36; lean_object* x_37; uint8_t x_38; x_36 = l_Lean_Syntax_getArg(x_31, x_8); lean_dec(x_31); -x_37 = l_Lean_Elab_Term_expandShow___closed__20; +x_37 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_36); x_38 = l_Lean_Syntax_isOfKind(x_36, x_37); if (x_38 == 0) @@ -4739,7 +5192,7 @@ else lean_object* x_59; lean_object* x_60; uint8_t x_61; x_59 = l_Lean_Syntax_getArg(x_54, x_8); lean_dec(x_54); -x_60 = l_Lean_Elab_Term_expandShow___closed__20; +x_60 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_59); x_61 = l_Lean_Syntax_isOfKind(x_59, x_60); if (x_61 == 0) @@ -4818,7 +5271,7 @@ else lean_object* x_78; lean_object* x_79; uint8_t x_80; x_78 = l_Lean_Syntax_getArg(x_73, x_8); lean_dec(x_73); -x_79 = l_Lean_Elab_Term_expandShow___closed__20; +x_79 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_78); x_80 = l_Lean_Syntax_isOfKind(x_78, x_79); if (x_80 == 0) @@ -4920,7 +5373,7 @@ else lean_object* x_101; lean_object* x_102; uint8_t x_103; x_101 = l_Lean_Syntax_getArg(x_96, x_8); lean_dec(x_96); -x_102 = l_Lean_Elab_Term_expandShow___closed__20; +x_102 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_101); x_103 = l_Lean_Syntax_isOfKind(x_101, x_102); if (x_103 == 0) @@ -4999,7 +5452,7 @@ else lean_object* x_120; lean_object* x_121; uint8_t x_122; x_120 = l_Lean_Syntax_getArg(x_115, x_8); lean_dec(x_115); -x_121 = l_Lean_Elab_Term_expandShow___closed__20; +x_121 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_120); x_122 = l_Lean_Syntax_isOfKind(x_120, x_121); if (x_122 == 0) @@ -5152,7 +5605,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandHave_declRange___c _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(71u); +x_1 = lean_unsigned_to_nat(105u); x_2 = lean_unsigned_to_nat(39u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5164,7 +5617,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandHave_declRange___c _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(78u); +x_1 = lean_unsigned_to_nat(112u); x_2 = lean_unsigned_to_nat(83u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5192,7 +5645,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandHave_declRange___c _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(71u); +x_1 = lean_unsigned_to_nat(105u); x_2 = lean_unsigned_to_nat(43u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5204,7 +5657,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandHave_declRange___c _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(71u); +x_1 = lean_unsigned_to_nat(105u); x_2 = lean_unsigned_to_nat(53u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5286,13 +5739,13 @@ x_8 = lean_unsigned_to_nat(1u); x_9 = l_Lean_Syntax_getArg(x_1, x_8); x_10 = lean_unsigned_to_nat(2u); x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Elab_Term_expandShow___closed__4; +x_12 = l_Lean_Elab_Term_expandShow___closed__6; lean_inc(x_11); x_13 = l_Lean_Syntax_isOfKind(x_11, x_12); if (x_13 == 0) { lean_object* x_14; uint8_t x_15; -x_14 = l_Lean_Elab_Term_expandShow___closed__6; +x_14 = l_Lean_Elab_Term_expandShow___closed__4; lean_inc(x_11); x_15 = l_Lean_Syntax_isOfKind(x_11, x_14); if (x_15 == 0) @@ -5350,23 +5803,23 @@ x_32 = l_Lean_Elab_Term_expandHave___lambda__2___closed__3; x_33 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_33, 0, x_31); lean_ctor_set(x_33, 1, x_32); -x_34 = l_Lean_Elab_Term_expandShow___closed__21; +x_34 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_29); x_35 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_35, 0, x_29); lean_ctor_set(x_35, 1, x_34); -x_36 = l_Lean_Elab_Term_expandShow___closed__20; +x_36 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_29); x_37 = l_Lean_Syntax_node2(x_29, x_36, x_35, x_9); x_38 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; lean_inc(x_29); x_39 = l_Lean_Syntax_node1(x_29, x_38, x_37); -x_40 = l_Lean_Elab_Term_expandShow___closed__22; +x_40 = l_Lean_Elab_Term_elabShow___closed__12; lean_inc(x_29); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_29); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_Elab_Term_expandShow___closed__23; +x_42 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_29); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_29); @@ -5454,23 +5907,23 @@ x_79 = l_Lean_Elab_Term_expandHave___lambda__2___closed__3; x_80 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_80, 0, x_78); lean_ctor_set(x_80, 1, x_79); -x_81 = l_Lean_Elab_Term_expandShow___closed__21; +x_81 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_76); x_82 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_82, 0, x_76); lean_ctor_set(x_82, 1, x_81); -x_83 = l_Lean_Elab_Term_expandShow___closed__20; +x_83 = l_Lean_Elab_Term_elabShow___closed__10; lean_inc(x_76); x_84 = l_Lean_Syntax_node2(x_76, x_83, x_82, x_9); x_85 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; lean_inc(x_76); x_86 = l_Lean_Syntax_node1(x_76, x_85, x_84); -x_87 = l_Lean_Elab_Term_expandShow___closed__22; +x_87 = l_Lean_Elab_Term_elabShow___closed__12; lean_inc(x_76); x_88 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_88, 0, x_76); lean_ctor_set(x_88, 1, x_87); -x_89 = l_Lean_Elab_Term_expandShow___closed__23; +x_89 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_76); x_90 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_90, 0, x_76); @@ -5722,7 +6175,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(80u); +x_1 = lean_unsigned_to_nat(114u); x_2 = lean_unsigned_to_nat(43u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5734,7 +6187,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(83u); +x_1 = lean_unsigned_to_nat(117u); x_2 = lean_unsigned_to_nat(88u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5762,7 +6215,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(80u); +x_1 = lean_unsigned_to_nat(114u); x_2 = lean_unsigned_to_nat(47u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5774,7 +6227,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(80u); +x_1 = lean_unsigned_to_nat(114u); x_2 = lean_unsigned_to_nat(61u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6044,16 +6497,6 @@ return x_3; } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_1); -lean_ctor_set(x_10, 1, x_9); -return x_10; -} -} static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__1() { _start: { @@ -6092,95 +6535,87 @@ static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Ter _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___lambda__1___boxed), 9, 0); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("withCache", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__7() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__5; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__8() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__9() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; -x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6; +x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__5; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__10() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__9; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__11() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__9; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__12() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__11; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__10; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__10; -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__12; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__9; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__11; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13() { _start: { lean_object* x_1; @@ -6188,83 +6623,83 @@ x_1 = lean_mk_string_from_bytes("withAntiquot", 12); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__15() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__16() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__17() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; -x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14; +x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__18() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__17; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__16; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__19() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__17; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__16; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__20() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__19; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__18; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__21() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__18; -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__20; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__17; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__19; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__21() { _start: { lean_object* x_1; @@ -6272,19 +6707,19 @@ x_1 = lean_mk_string_from_bytes("paren", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; +x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__21; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23() { _start: { lean_object* x_1; @@ -6292,7 +6727,7 @@ x_1 = lean_mk_string_from_bytes("(", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24() { _start: { lean_object* x_1; @@ -6300,83 +6735,83 @@ x_1 = lean_mk_string_from_bytes("mkAntiquot", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__26() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__27() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__28() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; -x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; +x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__29() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__28; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__27; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__30() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__29() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__28; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__27; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__31() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__30() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__30; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__29; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__31() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__29; -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__31; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__28; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__30; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32() { _start: { lean_object* x_1; @@ -6384,7 +6819,7 @@ x_1 = lean_mk_string_from_bytes(")", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33() { _start: { lean_object* x_1; @@ -6392,83 +6827,83 @@ x_1 = lean_mk_string_from_bytes("leadingNode", 11); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__35() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__36() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__37() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__36() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; -x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34; +x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__38() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__37() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__37; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__36; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__39() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__38() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__37; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__36; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__40() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__39; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__38; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__41() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__40() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__38; -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__40; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__37; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__39; 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_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__41() { _start: { lean_object* x_1; @@ -6476,7 +6911,7 @@ x_1 = lean_mk_string_from_bytes("Bool", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42() { _start: { lean_object* x_1; @@ -6484,28 +6919,28 @@ x_1 = lean_mk_string_from_bytes("false", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42; -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__41; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__45() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43; x_3 = 0; x_4 = l_Lean_mkCIdentFrom(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__46() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__45() { _start: { lean_object* x_1; @@ -6513,28 +6948,28 @@ x_1 = lean_mk_string_from_bytes("true", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__47() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__46() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42; -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__46; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__41; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__45; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__48() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__47() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__47; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__46; x_3 = 0; x_4 = l_Lean_mkCIdentFrom(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__48() { _start: { lean_object* x_1; @@ -6542,19 +6977,19 @@ x_1 = lean_mk_string_from_bytes("quotedName", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__3; x_2 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; x_3 = l___regBuiltin_Lean_Elab_Term_elabCoe___closed__5; -x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49; +x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__48; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50() { _start: { lean_object* x_1; @@ -6562,7 +6997,7 @@ x_1 = lean_mk_string_from_bytes(".", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51() { _start: { lean_object* x_1; @@ -6570,7 +7005,7 @@ x_1 = lean_mk_string_from_bytes("`", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53() { +static lean_object* _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52() { _start: { lean_object* x_1; lean_object* x_2; @@ -6596,214 +7031,221 @@ lean_inc(x_13); lean_dec(x_11); x_14 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__2; x_15 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +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_11, 1); lean_inc(x_16); -lean_dec(x_11); -x_17 = lean_ctor_get(x_12, 0); -lean_inc(x_17); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + lean_ctor_release(x_11, 1); + x_17 = x_11; +} else { + lean_dec_ref(x_11); + x_17 = lean_box(0); +} +x_18 = lean_ctor_get(x_12, 0); +lean_inc(x_18); lean_dec(x_12); -lean_inc(x_17); -x_18 = l_Lean_extractMacroScopes(x_17); -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -lean_dec(x_18); -if (lean_obj_tag(x_19) == 1) -{ -lean_object* x_20; lean_object* x_21; lean_object* x_100; lean_object* x_101; -x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_18); +x_19 = l_Lean_extractMacroScopes(x_18); +x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); lean_dec(x_19); -x_100 = lean_box(0); -lean_inc(x_17); -x_101 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_100, x_17); -if (lean_obj_tag(x_101) == 0) +if (lean_obj_tag(x_20) == 1) +{ +lean_object* x_21; lean_object* x_22; lean_object* x_111; lean_object* x_112; +lean_dec(x_4); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_111 = lean_box(0); +lean_inc(x_18); +x_112 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_111, x_18); +if (lean_obj_tag(x_112) == 0) { -lean_object* x_102; -x_102 = l_Lean_quoteNameMk(x_17); -x_21 = x_102; -goto block_99; +lean_object* x_113; +x_113 = l_Lean_quoteNameMk(x_18); +x_22 = x_113; +goto block_110; } else { -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_dec(x_17); -x_103 = lean_ctor_get(x_101, 0); -lean_inc(x_103); -lean_dec(x_101); -x_104 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; -x_105 = l_String_intercalate(x_104, x_103); -x_106 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; -x_107 = lean_string_append(x_106, x_105); -lean_dec(x_105); -x_108 = lean_box(2); -x_109 = l_Lean_Syntax_mkNameLit(x_107, x_108); -x_110 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53; -x_111 = lean_array_push(x_110, x_109); -x_112 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50; -x_113 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_113, 0, x_108); -lean_ctor_set(x_113, 1, x_112); -lean_ctor_set(x_113, 2, x_111); -x_21 = x_113; -goto block_99; -} -block_99: -{ -lean_object* x_22; lean_object* x_23; lean_object* x_51; uint8_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; -x_51 = lean_ctor_get(x_8, 5); -lean_inc(x_51); -x_52 = 0; -x_53 = l_Lean_SourceInfo_fromRef(x_51, x_52); -x_54 = lean_ctor_get(x_8, 10); -lean_inc(x_54); -x_55 = lean_st_ref_get(x_9, x_16); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = lean_environment_main_module(x_58); -x_60 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__16; -lean_inc(x_54); -lean_inc(x_59); -x_61 = l_Lean_addMacroScope(x_59, x_60, x_54); -x_62 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__15; -x_63 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__21; -lean_inc(x_53); -x_64 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_64, 0, x_53); -lean_ctor_set(x_64, 1, x_62); -lean_ctor_set(x_64, 2, x_61); -lean_ctor_set(x_64, 3, x_63); -x_65 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; -lean_inc(x_53); -x_66 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_66, 0, x_53); -lean_ctor_set(x_66, 1, x_65); -x_67 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__27; -lean_inc(x_54); -lean_inc(x_59); -x_68 = l_Lean_addMacroScope(x_59, x_67, x_54); -x_69 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__26; -x_70 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; -lean_inc(x_53); -x_71 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_71, 0, x_53); -lean_ctor_set(x_71, 1, x_69); -lean_ctor_set(x_71, 2, x_68); -lean_ctor_set(x_71, 3, x_70); -x_72 = lean_box(2); -x_73 = l_Lean_Syntax_mkStrLit(x_20, x_72); -lean_dec(x_20); -x_74 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; -lean_inc(x_53); -x_75 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_75, 0, x_53); -lean_ctor_set(x_75, 1, x_74); -x_76 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__36; -x_77 = l_Lean_addMacroScope(x_59, x_76, x_54); -x_78 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__35; -x_79 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__41; -lean_inc(x_53); -x_80 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_80, 0, x_53); -lean_ctor_set(x_80, 1, x_78); -lean_ctor_set(x_80, 2, x_77); -lean_ctor_set(x_80, 3, x_79); -x_81 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; -lean_inc(x_21); -lean_inc(x_53); -x_82 = l_Lean_Syntax_node3(x_53, x_81, x_21, x_1, x_2); -x_83 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; -lean_inc(x_53); -x_84 = l_Lean_Syntax_node2(x_53, x_83, x_80, x_82); -x_85 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; -lean_inc(x_75); -lean_inc(x_66); -lean_inc(x_53); -x_86 = l_Lean_Syntax_node3(x_53, x_85, x_66, x_84, x_75); +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_dec(x_18); +x_114 = lean_ctor_get(x_112, 0); +lean_inc(x_114); +lean_dec(x_112); +x_115 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50; +x_116 = l_String_intercalate(x_115, x_114); +x_117 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; +x_118 = lean_string_append(x_117, x_116); +lean_dec(x_116); +x_119 = lean_box(2); +x_120 = l_Lean_Syntax_mkNameLit(x_118, x_119); +x_121 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; +x_122 = lean_array_push(x_121, x_120); +x_123 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49; +x_124 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_124, 0, x_119); +lean_ctor_set(x_124, 1, x_123); +lean_ctor_set(x_124, 2, x_122); +x_22 = x_124; +goto block_110; +} +block_110: +{ +lean_object* x_23; lean_object* x_24; 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; 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_62 = lean_ctor_get(x_8, 5); +lean_inc(x_62); +x_63 = 0; +x_64 = l_Lean_SourceInfo_fromRef(x_62, x_63); +x_65 = lean_ctor_get(x_8, 10); +lean_inc(x_65); +x_66 = lean_st_ref_get(x_9, x_16); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = lean_ctor_get(x_67, 0); +lean_inc(x_69); +lean_dec(x_67); +x_70 = lean_environment_main_module(x_69); +x_71 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__15; +lean_inc(x_65); +lean_inc(x_70); +x_72 = l_Lean_addMacroScope(x_70, x_71, x_65); +x_73 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14; +x_74 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__20; +lean_inc(x_64); +x_75 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_75, 0, x_64); +lean_ctor_set(x_75, 1, x_73); +lean_ctor_set(x_75, 2, x_72); +lean_ctor_set(x_75, 3, x_74); +x_76 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +lean_inc(x_64); +x_77 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_77, 0, x_64); +lean_ctor_set(x_77, 1, x_76); +x_78 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__26; +lean_inc(x_65); +lean_inc(x_70); +x_79 = l_Lean_addMacroScope(x_70, x_78, x_65); +x_80 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; +x_81 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__31; +lean_inc(x_64); +x_82 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_82, 0, x_64); +lean_ctor_set(x_82, 1, x_80); +lean_ctor_set(x_82, 2, x_79); +lean_ctor_set(x_82, 3, x_81); +x_83 = lean_box(2); +x_84 = l_Lean_Syntax_mkStrLit(x_21, x_83); +lean_dec(x_21); +x_85 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; +lean_inc(x_64); +x_86 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_86, 0, x_64); +lean_ctor_set(x_86, 1, x_85); +x_87 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__35; +x_88 = l_Lean_addMacroScope(x_70, x_87, x_65); +x_89 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34; +x_90 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__40; +lean_inc(x_64); +x_91 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_91, 0, x_64); +lean_ctor_set(x_91, 1, x_89); +lean_ctor_set(x_91, 2, x_88); +lean_ctor_set(x_91, 3, x_90); +x_92 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; +lean_inc(x_22); +lean_inc(x_64); +x_93 = l_Lean_Syntax_node3(x_64, x_92, x_22, x_1, x_2); +x_94 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; +lean_inc(x_64); +x_95 = l_Lean_Syntax_node2(x_64, x_94, x_91, x_93); +x_96 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; +lean_inc(x_86); +lean_inc(x_77); +lean_inc(x_64); +x_97 = l_Lean_Syntax_node3(x_64, x_96, x_77, x_95, x_86); if (x_3 == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_87 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__45; -lean_inc(x_21); -lean_inc(x_53); -x_88 = l_Lean_Syntax_node3(x_53, x_81, x_73, x_21, x_87); -lean_inc(x_53); -x_89 = l_Lean_Syntax_node2(x_53, x_83, x_71, x_88); -lean_inc(x_53); -x_90 = l_Lean_Syntax_node3(x_53, x_85, x_66, x_89, x_75); -lean_inc(x_53); -x_91 = l_Lean_Syntax_node2(x_53, x_81, x_90, x_86); -x_92 = l_Lean_Syntax_node2(x_53, x_83, x_64, x_91); -x_22 = x_92; -x_23 = x_57; -goto block_50; +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_98 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44; +lean_inc(x_22); +lean_inc(x_64); +x_99 = l_Lean_Syntax_node3(x_64, x_92, x_84, x_22, x_98); +lean_inc(x_64); +x_100 = l_Lean_Syntax_node2(x_64, x_94, x_82, x_99); +lean_inc(x_64); +x_101 = l_Lean_Syntax_node3(x_64, x_96, x_77, x_100, x_86); +lean_inc(x_64); +x_102 = l_Lean_Syntax_node2(x_64, x_92, x_101, x_97); +x_103 = l_Lean_Syntax_node2(x_64, x_94, x_75, x_102); +x_23 = x_103; +x_24 = x_68; +goto block_61; } 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 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__48; -lean_inc(x_21); -lean_inc(x_53); -x_94 = l_Lean_Syntax_node3(x_53, x_81, x_73, x_21, x_93); -lean_inc(x_53); -x_95 = l_Lean_Syntax_node2(x_53, x_83, x_71, x_94); -lean_inc(x_53); -x_96 = l_Lean_Syntax_node3(x_53, x_85, x_66, x_95, x_75); -lean_inc(x_53); -x_97 = l_Lean_Syntax_node2(x_53, x_81, x_96, x_86); -x_98 = l_Lean_Syntax_node2(x_53, x_83, x_64, x_97); -x_22 = x_98; -x_23 = x_57; -goto block_50; +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 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__47; +lean_inc(x_22); +lean_inc(x_64); +x_105 = l_Lean_Syntax_node3(x_64, x_92, x_84, x_22, x_104); +lean_inc(x_64); +x_106 = l_Lean_Syntax_node2(x_64, x_94, x_82, x_105); +lean_inc(x_64); +x_107 = l_Lean_Syntax_node3(x_64, x_96, x_77, x_106, x_86); +lean_inc(x_64); +x_108 = l_Lean_Syntax_node2(x_64, x_92, x_107, x_97); +x_109 = l_Lean_Syntax_node2(x_64, x_94, x_75, x_108); +x_23 = x_109; +x_24 = x_68; +goto block_61; } -block_50: +block_61: { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = lean_ctor_get(x_6, 1); -lean_inc(x_24); -x_25 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__5; -x_26 = lean_ctor_get(x_24, 1); +lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_25 = lean_ctor_get(x_6, 1); +lean_inc(x_25); +lean_dec(x_6); +x_26 = lean_ctor_get(x_25, 1); lean_inc(x_26); -lean_dec(x_24); +lean_dec(x_25); x_27 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___spec__1(x_26); if (x_27 == 0) { -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_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_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +lean_dec(x_17); x_28 = lean_ctor_get(x_8, 5); lean_inc(x_28); x_29 = 0; x_30 = l_Lean_SourceInfo_fromRef(x_28, x_29); x_31 = lean_ctor_get(x_8, 10); lean_inc(x_31); -x_32 = lean_st_ref_get(x_9, x_23); -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_33, 0); +lean_dec(x_8); +x_32 = lean_st_ref_get(x_9, x_24); +x_33 = !lean_is_exclusive(x_32); +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; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_34 = lean_ctor_get(x_32, 0); +x_35 = lean_ctor_get(x_34, 0); lean_inc(x_35); -lean_dec(x_33); +lean_dec(x_34); x_36 = lean_environment_main_module(x_35); -x_37 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__8; +x_37 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__7; x_38 = l_Lean_addMacroScope(x_36, x_37, x_31); -x_39 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__7; -x_40 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__13; +x_39 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6; +x_40 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__12; lean_inc(x_30); x_41 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_41, 0, x_30); @@ -6812,39 +7254,75 @@ lean_ctor_set(x_41, 2, x_38); lean_ctor_set(x_41, 3, x_40); x_42 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; lean_inc(x_30); -x_43 = l_Lean_Syntax_node2(x_30, x_42, x_21, x_22); +x_43 = l_Lean_Syntax_node2(x_30, x_42, x_22, x_23); x_44 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; x_45 = l_Lean_Syntax_node2(x_30, x_44, x_41, x_43); -x_46 = lean_box(0); -x_47 = lean_apply_9(x_25, x_45, x_46, x_4, x_5, x_6, x_7, x_8, x_9, x_34); -return x_47; +lean_ctor_set(x_32, 0, x_45); +return x_32; } else { -lean_object* x_48; lean_object* x_49; -lean_dec(x_21); -x_48 = lean_box(0); -x_49 = lean_apply_9(x_25, x_22, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_23); -return 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_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_46 = lean_ctor_get(x_32, 0); +x_47 = lean_ctor_get(x_32, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_32); +x_48 = lean_ctor_get(x_46, 0); +lean_inc(x_48); +lean_dec(x_46); +x_49 = lean_environment_main_module(x_48); +x_50 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__7; +x_51 = l_Lean_addMacroScope(x_49, x_50, x_31); +x_52 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__6; +x_53 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__12; +lean_inc(x_30); +x_54 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_54, 0, x_30); +lean_ctor_set(x_54, 1, x_52); +lean_ctor_set(x_54, 2, x_51); +lean_ctor_set(x_54, 3, x_53); +x_55 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; +lean_inc(x_30); +x_56 = l_Lean_Syntax_node2(x_30, x_55, x_22, x_23); +x_57 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; +x_58 = l_Lean_Syntax_node2(x_30, x_57, x_54, x_56); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_47); +return x_59; +} +} +else +{ +lean_object* x_60; +lean_dec(x_22); +lean_dec(x_8); +if (lean_is_scalar(x_17)) { + x_60 = lean_alloc_ctor(0, 2, 0); +} else { + x_60 = x_17; +} +lean_ctor_set(x_60, 0, x_23); +lean_ctor_set(x_60, 1, x_24); +return x_60; } } } } else { -lean_object* x_114; lean_object* x_115; -lean_dec(x_19); +lean_object* x_125; lean_object* x_126; +lean_dec(x_20); +lean_dec(x_18); lean_dec(x_17); lean_dec(x_2); lean_dec(x_1); -x_114 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__4; -x_115 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_114, x_4, x_5, x_6, x_7, x_8, x_9, x_16); -lean_dec(x_9); +x_125 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__4; +x_126 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_125, x_4, x_5, x_6, x_7, x_8, x_9, x_16); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); -return x_115; +return x_126; } } } @@ -6895,21 +7373,6 @@ x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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: -{ -lean_object* x_10; -x_10 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -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_10; -} -} LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___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: { @@ -6917,6 +7380,9 @@ uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_3); lean_dec(x_3); x_12 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux(x_1, x_2, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); return x_12; } } @@ -7098,6 +7564,9 @@ 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_Term_elabLeadingParserMacro___lambda__1(x_1, x_3, x_25, x_24, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); return x_26; } } @@ -7109,6 +7578,9 @@ lean_dec(x_12); x_27 = lean_box(0); x_28 = lean_box(0); x_29 = l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1(x_1, x_3, x_28, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); return x_29; } } @@ -7227,6 +7699,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___b { lean_object* x_12; x_12 = l_Lean_Elab_Term_elabLeadingParserMacro___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_10); +lean_dec(x_8); +lean_dec(x_6); lean_dec(x_3); lean_dec(x_1); return x_12; @@ -7285,7 +7760,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_d _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(101u); +x_1 = lean_unsigned_to_nat(135u); x_2 = lean_unsigned_to_nat(38u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7297,7 +7772,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_d _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(105u); +x_1 = lean_unsigned_to_nat(139u); x_2 = lean_unsigned_to_nat(33u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7325,7 +7800,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_d _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(101u); +x_1 = lean_unsigned_to_nat(135u); x_2 = lean_unsigned_to_nat(42u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7337,7 +7812,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_d _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(101u); +x_1 = lean_unsigned_to_nat(135u); x_2 = lean_unsigned_to_nat(64u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7527,16 +8002,16 @@ lean_dec(x_50); x_54 = lean_ctor_get(x_52, 0); lean_inc(x_54); lean_dec(x_52); -x_55 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; +x_55 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50; x_56 = l_String_intercalate(x_55, x_54); -x_57 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; +x_57 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; x_58 = lean_string_append(x_57, x_56); lean_dec(x_56); x_59 = lean_box(2); x_60 = l_Lean_Syntax_mkNameLit(x_58, x_59); -x_61 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53; +x_61 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; x_62 = lean_array_push(x_61, x_60); -x_63 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50; +x_63 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49; x_64 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_64, 0, x_59); lean_ctor_set(x_64, 1, x_63); @@ -7938,7 +8413,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(113u); +x_1 = lean_unsigned_to_nat(147u); x_2 = lean_unsigned_to_nat(39u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7950,7 +8425,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(117u); +x_1 = lean_unsigned_to_nat(151u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7978,7 +8453,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(113u); +x_1 = lean_unsigned_to_nat(147u); x_2 = lean_unsigned_to_nat(43u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7990,7 +8465,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(113u); +x_1 = lean_unsigned_to_nat(147u); x_2 = lean_unsigned_to_nat(66u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8515,7 +8990,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(119u); +x_1 = lean_unsigned_to_nat(153u); x_2 = lean_unsigned_to_nat(44u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8527,7 +9002,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(128u); +x_1 = lean_unsigned_to_nat(162u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8555,7 +9030,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(119u); +x_1 = lean_unsigned_to_nat(153u); x_2 = lean_unsigned_to_nat(48u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8567,7 +9042,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(119u); +x_1 = lean_unsigned_to_nat(153u); x_2 = lean_unsigned_to_nat(57u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8758,7 +9233,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRa _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(130u); +x_1 = lean_unsigned_to_nat(164u); x_2 = lean_unsigned_to_nat(47u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8770,7 +9245,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRa _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(131u); +x_1 = lean_unsigned_to_nat(165u); x_2 = lean_unsigned_to_nat(47u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8797,7 +9272,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRa _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(130u); +x_1 = lean_unsigned_to_nat(164u); x_2 = lean_unsigned_to_nat(51u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -8809,7 +9284,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRa _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(130u); +x_1 = lean_unsigned_to_nat(164u); x_2 = lean_unsigned_to_nat(68u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9015,7 +9490,7 @@ lean_inc(x_15); x_23 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_23, 0, x_15); lean_ctor_set(x_23, 1, x_22); -x_24 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; +x_24 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; lean_inc(x_15); x_25 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_25, 0, x_15); @@ -9028,12 +9503,12 @@ lean_ctor_set(x_27, 1, x_26); x_28 = l_Lean_Elab_Term_expandUnreachable___rarg___closed__3; lean_inc(x_15); x_29 = l_Lean_Syntax_node1(x_15, x_28, x_27); -x_30 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; +x_30 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; lean_inc(x_15); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_15); lean_ctor_set(x_31, 1, x_30); -x_32 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_32 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_15); x_33 = l_Lean_Syntax_node3(x_15, x_32, x_25, x_29, x_31); x_34 = l_Lean_Elab_Term_elabPanic___closed__2; @@ -9077,7 +9552,7 @@ lean_inc(x_42); x_50 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_50, 0, x_42); lean_ctor_set(x_50, 1, x_49); -x_51 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; +x_51 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; lean_inc(x_42); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_42); @@ -9101,12 +9576,12 @@ lean_dec(x_39); x_61 = l_Lean_Elab_Term_expandAssert___closed__10; lean_inc(x_42); x_62 = l_Lean_Syntax_node3(x_42, x_61, x_56, x_58, x_60); -x_63 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; +x_63 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; lean_inc(x_42); x_64 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_64, 0, x_42); lean_ctor_set(x_64, 1, x_63); -x_65 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_65 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_42); x_66 = l_Lean_Syntax_node3(x_42, x_65, x_52, x_62, x_64); x_67 = l_Lean_Elab_Term_elabPanic___closed__2; @@ -9166,7 +9641,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandAssert_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(133u); +x_1 = lean_unsigned_to_nat(167u); x_2 = lean_unsigned_to_nat(42u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9178,7 +9653,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandAssert_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(139u); +x_1 = lean_unsigned_to_nat(173u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9206,7 +9681,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandAssert_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(133u); +x_1 = lean_unsigned_to_nat(167u); x_2 = lean_unsigned_to_nat(46u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9218,7 +9693,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandAssert_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(133u); +x_1 = lean_unsigned_to_nat(167u); x_2 = lean_unsigned_to_nat(58u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9569,7 +10044,7 @@ lean_ctor_set(x_23, 0, x_16); lean_ctor_set(x_23, 1, x_21); lean_ctor_set(x_23, 2, x_20); lean_ctor_set(x_23, 3, x_22); -x_24 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; +x_24 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; lean_inc(x_16); x_25 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_25, 0, x_16); @@ -9590,12 +10065,12 @@ x_32 = l_Lean_Syntax_node1(x_16, x_31, x_9); x_33 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; lean_inc(x_16); x_34 = l_Lean_Syntax_node2(x_16, x_33, x_30, x_32); -x_35 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; +x_35 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; lean_inc(x_16); x_36 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_36, 0, x_16); lean_ctor_set(x_36, 1, x_35); -x_37 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_37 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_16); x_38 = l_Lean_Syntax_node3(x_16, x_37, x_25, x_34, x_36); x_39 = l_Lean_Elab_Term_expandDbgTrace___closed__16; @@ -9663,7 +10138,7 @@ lean_ctor_set(x_68, 0, x_61); lean_ctor_set(x_68, 1, x_66); lean_ctor_set(x_68, 2, x_65); lean_ctor_set(x_68, 3, x_67); -x_69 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; +x_69 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; lean_inc(x_61); x_70 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_70, 0, x_61); @@ -9676,12 +10151,12 @@ lean_ctor_set(x_72, 1, x_71); x_73 = l_Lean_Elab_Term_expandDbgTrace___closed__25; lean_inc(x_61); x_74 = l_Lean_Syntax_node2(x_61, x_73, x_72, x_9); -x_75 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; +x_75 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; lean_inc(x_61); x_76 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_76, 0, x_61); lean_ctor_set(x_76, 1, x_75); -x_77 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_77 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_61); x_78 = l_Lean_Syntax_node3(x_61, x_77, x_70, x_74, x_76); x_79 = l_Lean_Elab_Term_expandDbgTrace___closed__16; @@ -9773,7 +10248,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(141u); +x_1 = lean_unsigned_to_nat(175u); x_2 = lean_unsigned_to_nat(44u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9785,7 +10260,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(144u); +x_1 = lean_unsigned_to_nat(178u); x_2 = lean_unsigned_to_nat(70u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9813,7 +10288,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(141u); +x_1 = lean_unsigned_to_nat(175u); x_2 = lean_unsigned_to_nat(48u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9825,7 +10300,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandDbgTrace_declRange _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(141u); +x_1 = lean_unsigned_to_nat(175u); x_2 = lean_unsigned_to_nat(62u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9926,7 +10401,7 @@ static lean_object* _init_l_Lean_Elab_Term_elabSorry___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43; +x_1 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42; x_2 = l_String_toSubstring_x27(x_1); return x_2; } @@ -9936,7 +10411,7 @@ static lean_object* _init_l_Lean_Elab_Term_elabSorry___closed__7() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__42; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -9946,7 +10421,7 @@ static lean_object* _init_l_Lean_Elab_Term_elabSorry___closed__8() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44; +x_2 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__43; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); @@ -10097,7 +10572,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSorry_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(146u); +x_1 = lean_unsigned_to_nat(180u); x_2 = lean_unsigned_to_nat(29u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10109,7 +10584,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSorry_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(148u); +x_1 = lean_unsigned_to_nat(182u); x_2 = lean_unsigned_to_nat(64u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10137,7 +10612,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSorry_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(146u); +x_1 = lean_unsigned_to_nat(180u); x_2 = lean_unsigned_to_nat(33u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10149,7 +10624,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSorry_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(146u); +x_1 = lean_unsigned_to_nat(180u); x_2 = lean_unsigned_to_nat(42u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10493,7 +10968,7 @@ lean_inc(x_2); x_3 = lean_ctor_get(x_1, 2); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; x_5 = lean_name_eq(x_2, x_4); if (x_5 == 0) { @@ -10807,7 +11282,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandCDot_x3f_go(lean_object* x_1, le _start: { lean_object* x_5; uint8_t x_6; -x_5 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_5 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_1); x_6 = l_Lean_Syntax_isOfKind(x_1, x_5); if (x_6 == 0) @@ -11540,7 +12015,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCDotFunctionAlias_x3f_expandCDotAr _start: { lean_object* x_4; uint8_t x_5; -x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_1); x_5 = l_Lean_Syntax_isOfKind(x_1, x_4); if (x_5 == 0) @@ -13358,7 +13833,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandParen(lean_object* x_1, lean_obj _start: { lean_object* x_4; uint8_t x_5; -x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_4 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; lean_inc(x_1); x_5 = l_Lean_Syntax_isOfKind(x_1, x_4); if (x_5 == 0) @@ -13473,7 +13948,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandParen(lean_object* { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___regBuiltin_Lean_Elab_Term_expandShow___closed__3; -x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +x_3 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; x_4 = l___regBuiltin_Lean_Elab_Term_expandParen___closed__2; x_5 = l___regBuiltin_Lean_Elab_Term_expandParen___closed__3; x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); @@ -13484,7 +13959,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandParen_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(225u); +x_1 = lean_unsigned_to_nat(259u); x_2 = lean_unsigned_to_nat(40u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13496,7 +13971,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandParen_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(227u); +x_1 = lean_unsigned_to_nat(261u); x_2 = lean_unsigned_to_nat(37u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13524,7 +13999,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandParen_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(225u); +x_1 = lean_unsigned_to_nat(259u); x_2 = lean_unsigned_to_nat(44u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13536,7 +14011,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandParen_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(225u); +x_1 = lean_unsigned_to_nat(259u); x_2 = lean_unsigned_to_nat(55u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13724,7 +14199,7 @@ x_18 = l_Lean_Syntax_getArg(x_9, x_17); lean_dec(x_9); x_19 = l_Lean_Syntax_getArgs(x_18); lean_dec(x_18); -x_20 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53; +x_20 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; x_21 = lean_array_push(x_20, x_16); x_22 = l_Lean_Syntax_TSepArray_getElems___rarg(x_19); lean_dec(x_19); @@ -13872,7 +14347,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTuple_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(229u); +x_1 = lean_unsigned_to_nat(263u); x_2 = lean_unsigned_to_nat(40u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13884,7 +14359,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTuple_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(234u); +x_1 = lean_unsigned_to_nat(268u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13912,7 +14387,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTuple_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(229u); +x_1 = lean_unsigned_to_nat(263u); x_2 = lean_unsigned_to_nat(44u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13924,7 +14399,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTuple_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(229u); +x_1 = lean_unsigned_to_nat(263u); x_2 = lean_unsigned_to_nat(55u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14079,17 +14554,17 @@ lean_inc(x_25); lean_dec(x_2); x_26 = 0; x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); -x_28 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; +x_28 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; lean_inc(x_27); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Elab_Term_expandShow___closed__21; +x_30 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_27); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_27); lean_ctor_set(x_31, 1, x_30); -x_32 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; +x_32 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; lean_inc(x_27); x_33 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_33, 0, x_27); @@ -14142,17 +14617,17 @@ lean_inc(x_47); lean_dec(x_2); x_48 = 0; x_49 = l_Lean_SourceInfo_fromRef(x_47, x_48); -x_50 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__24; +x_50 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; lean_inc(x_49); x_51 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_51, 0, x_49); lean_ctor_set(x_51, 1, x_50); -x_52 = l_Lean_Elab_Term_expandShow___closed__21; +x_52 = l_Lean_Elab_Term_elabShow___closed__11; lean_inc(x_49); x_53 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_53, 0, x_49); lean_ctor_set(x_53, 1, x_52); -x_54 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__33; +x_54 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; lean_inc(x_49); x_55 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_55, 0, x_49); @@ -14244,7 +14719,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTypeAscription_dec _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(236u); +x_1 = lean_unsigned_to_nat(270u); x_2 = lean_unsigned_to_nat(49u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14256,7 +14731,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTypeAscription_dec _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(241u); +x_1 = lean_unsigned_to_nat(275u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14284,7 +14759,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTypeAscription_dec _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(236u); +x_1 = lean_unsigned_to_nat(270u); x_2 = lean_unsigned_to_nat(53u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14296,7 +14771,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_expandTypeAscription_dec _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(236u); +x_1 = lean_unsigned_to_nat(270u); x_2 = lean_unsigned_to_nat(73u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14608,7 +15083,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declR _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(243u); +x_1 = lean_unsigned_to_nat(277u); x_2 = lean_unsigned_to_nat(36u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14620,7 +15095,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declR _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(251u); +x_1 = lean_unsigned_to_nat(285u); x_2 = lean_unsigned_to_nat(34u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14648,7 +15123,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declR _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(243u); +x_1 = lean_unsigned_to_nat(277u); x_2 = lean_unsigned_to_nat(40u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14660,7 +15135,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabTypeAscription_declR _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(243u); +x_1 = lean_unsigned_to_nat(277u); x_2 = lean_unsigned_to_nat(58u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -16761,7 +17236,7 @@ lean_inc(x_15); x_16 = lean_ctor_get(x_14, 1); lean_inc(x_16); lean_dec(x_14); -x_17 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53; +x_17 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; x_18 = lean_array_push(x_17, x_4); x_19 = 1; x_20 = 1; @@ -17128,7 +17603,7 @@ x_22 = l_Lean_Syntax_node1(x_14, x_21, x_1); x_23 = l_Lean_Elab_Term_elabSubst___lambda__4___closed__4; lean_inc(x_14); x_24 = l_Lean_Syntax_node2(x_14, x_23, x_20, x_22); -x_25 = l_Lean_Elab_Term_expandShow___closed__23; +x_25 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_14); x_26 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_26, 0, x_14); @@ -17215,7 +17690,7 @@ x_29 = l_Lean_Syntax_node1(x_21, x_28, x_5); x_30 = l_Lean_Elab_Term_elabSubst___lambda__4___closed__4; lean_inc(x_21); x_31 = l_Lean_Syntax_node2(x_21, x_30, x_27, x_29); -x_32 = l_Lean_Elab_Term_expandShow___closed__23; +x_32 = l_Lean_Elab_Term_elabShow___closed__13; lean_inc(x_21); x_33 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_33, 0, x_21); @@ -19415,7 +19890,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(272u); +x_1 = lean_unsigned_to_nat(306u); x_2 = lean_unsigned_to_nat(27u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19427,7 +19902,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(344u); +x_1 = lean_unsigned_to_nat(378u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19455,7 +19930,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(272u); +x_1 = lean_unsigned_to_nat(306u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19467,7 +19942,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___cl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(272u); +x_1 = lean_unsigned_to_nat(306u); x_2 = lean_unsigned_to_nat(40u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19918,7 +20393,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(346u); +x_1 = lean_unsigned_to_nat(380u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19930,7 +20405,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(355u); +x_1 = lean_unsigned_to_nat(389u); x_2 = lean_unsigned_to_nat(32u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19958,7 +20433,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(346u); +x_1 = lean_unsigned_to_nat(380u); x_2 = lean_unsigned_to_nat(35u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -19970,7 +20445,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabStateRefT_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(346u); +x_1 = lean_unsigned_to_nat(380u); x_2 = lean_unsigned_to_nat(48u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20148,7 +20623,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(357u); +x_1 = lean_unsigned_to_nat(391u); x_2 = lean_unsigned_to_nat(29u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20160,7 +20635,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(359u); +x_1 = lean_unsigned_to_nat(393u); x_2 = lean_unsigned_to_nat(40u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20188,7 +20663,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(357u); +x_1 = lean_unsigned_to_nat(391u); x_2 = lean_unsigned_to_nat(33u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20200,7 +20675,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(357u); +x_1 = lean_unsigned_to_nat(391u); x_2 = lean_unsigned_to_nat(44u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20469,32 +20944,6 @@ l_Lean_Elab_Term_expandShow___closed__9 = _init_l_Lean_Elab_Term_expandShow___cl lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__9); l_Lean_Elab_Term_expandShow___closed__10 = _init_l_Lean_Elab_Term_expandShow___closed__10(); lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__10); -l_Lean_Elab_Term_expandShow___closed__11 = _init_l_Lean_Elab_Term_expandShow___closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__11); -l_Lean_Elab_Term_expandShow___closed__12 = _init_l_Lean_Elab_Term_expandShow___closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__12); -l_Lean_Elab_Term_expandShow___closed__13 = _init_l_Lean_Elab_Term_expandShow___closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__13); -l_Lean_Elab_Term_expandShow___closed__14 = _init_l_Lean_Elab_Term_expandShow___closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__14); -l_Lean_Elab_Term_expandShow___closed__15 = _init_l_Lean_Elab_Term_expandShow___closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__15); -l_Lean_Elab_Term_expandShow___closed__16 = _init_l_Lean_Elab_Term_expandShow___closed__16(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__16); -l_Lean_Elab_Term_expandShow___closed__17 = _init_l_Lean_Elab_Term_expandShow___closed__17(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__17); -l_Lean_Elab_Term_expandShow___closed__18 = _init_l_Lean_Elab_Term_expandShow___closed__18(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__18); -l_Lean_Elab_Term_expandShow___closed__19 = _init_l_Lean_Elab_Term_expandShow___closed__19(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__19); -l_Lean_Elab_Term_expandShow___closed__20 = _init_l_Lean_Elab_Term_expandShow___closed__20(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__20); -l_Lean_Elab_Term_expandShow___closed__21 = _init_l_Lean_Elab_Term_expandShow___closed__21(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__21); -l_Lean_Elab_Term_expandShow___closed__22 = _init_l_Lean_Elab_Term_expandShow___closed__22(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__22); -l_Lean_Elab_Term_expandShow___closed__23 = _init_l_Lean_Elab_Term_expandShow___closed__23(); -lean_mark_persistent(l_Lean_Elab_Term_expandShow___closed__23); l___regBuiltin_Lean_Elab_Term_expandShow___closed__1 = _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__1(); lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_expandShow___closed__1); l___regBuiltin_Lean_Elab_Term_expandShow___closed__2 = _init_l___regBuiltin_Lean_Elab_Term_expandShow___closed__2(); @@ -20523,6 +20972,58 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed res = l___regBuiltin_Lean_Elab_Term_expandShow_declRange(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +l_Lean_Elab_Term_elabShow___closed__1 = _init_l_Lean_Elab_Term_elabShow___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__1); +l_Lean_Elab_Term_elabShow___closed__2 = _init_l_Lean_Elab_Term_elabShow___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__2); +l_Lean_Elab_Term_elabShow___closed__3 = _init_l_Lean_Elab_Term_elabShow___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__3); +l_Lean_Elab_Term_elabShow___closed__4 = _init_l_Lean_Elab_Term_elabShow___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__4); +l_Lean_Elab_Term_elabShow___closed__5 = _init_l_Lean_Elab_Term_elabShow___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__5); +l_Lean_Elab_Term_elabShow___closed__6 = _init_l_Lean_Elab_Term_elabShow___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__6); +l_Lean_Elab_Term_elabShow___closed__7 = _init_l_Lean_Elab_Term_elabShow___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__7); +l_Lean_Elab_Term_elabShow___closed__8 = _init_l_Lean_Elab_Term_elabShow___closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__8); +l_Lean_Elab_Term_elabShow___closed__9 = _init_l_Lean_Elab_Term_elabShow___closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__9); +l_Lean_Elab_Term_elabShow___closed__10 = _init_l_Lean_Elab_Term_elabShow___closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__10); +l_Lean_Elab_Term_elabShow___closed__11 = _init_l_Lean_Elab_Term_elabShow___closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__11); +l_Lean_Elab_Term_elabShow___closed__12 = _init_l_Lean_Elab_Term_elabShow___closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__12); +l_Lean_Elab_Term_elabShow___closed__13 = _init_l_Lean_Elab_Term_elabShow___closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_elabShow___closed__13); +l___regBuiltin_Lean_Elab_Term_elabShow___closed__1 = _init_l___regBuiltin_Lean_Elab_Term_elabShow___closed__1(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow___closed__1); +l___regBuiltin_Lean_Elab_Term_elabShow___closed__2 = _init_l___regBuiltin_Lean_Elab_Term_elabShow___closed__2(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow___closed__2); +l___regBuiltin_Lean_Elab_Term_elabShow___closed__3 = _init_l___regBuiltin_Lean_Elab_Term_elabShow___closed__3(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow___closed__3); +res = l___regBuiltin_Lean_Elab_Term_elabShow(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__1 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__1(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__1); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__2 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__2(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__2); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__3 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__3(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__3); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__4 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__4(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__4); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__5 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__5(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__5); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__6 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__6(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__6); +l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__7 = _init_l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__7(); +lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabShow_declRange___closed__7); +res = l___regBuiltin_Lean_Elab_Term_elabShow_declRange(lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); l_Lean_Elab_Term_expandHave___lambda__1___closed__1 = _init_l_Lean_Elab_Term_expandHave___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_expandHave___lambda__1___closed__1); l_Lean_Elab_Term_expandHave___lambda__2___closed__1 = _init_l_Lean_Elab_Term_expandHave___lambda__2___closed__1(); @@ -20723,8 +21224,6 @@ l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___clo lean_mark_persistent(l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51); l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52 = _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52(); lean_mark_persistent(l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52); -l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53 = _init_l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53(); -lean_mark_persistent(l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__53); l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__1 = _init_l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__1); l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__2 = _init_l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Extra.c b/stage0/stdlib/Lean/Elab/Extra.c index 2e10fd8a0817..e9e023fa4051 100644 --- a/stage0/stdlib/Lean/Elab/Extra.c +++ b/stage0/stdlib/Lean/Elab/Extra.c @@ -26,25 +26,21 @@ lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_obj LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasCoe___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___regBuiltin_Lean_Elab_Term_elabForIn_x27_declRange___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_declRange___closed__3; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__12; static lean_object* l_Lean_Elab_Term_elabForIn___lambda__1___closed__5; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__15; static lean_object* l_Lean_Elab_Term_elabForIn_x27___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___spec__1(lean_object*); 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*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403_(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*); -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__13; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___lambda__1___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_Elab_Term_Op_elabBinRelCore___lambda__3___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp(lean_object*); -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__1; static lean_object* l_Lean_Elab_Term_elabForIn___lambda__1___closed__10; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__3; static lean_object* l_Lean_Elab_Term_elabForIn___closed__12; static lean_object* l_Lean_Elab_Term_elabForIn___lambda__1___closed__2; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__15; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp___closed__2; lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -89,18 +85,17 @@ lean_object* l_Lean_Elab_Term_isLocalIdent_x3f(lean_object*, lean_object*, lean_ 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange___closed__6; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__8; 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_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___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_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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_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_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_declRange(lean_object*); -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__6; static lean_object* l_Lean_Elab_Term_elabForIn_x27___closed__9; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange___closed__5; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp___closed__4; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__4; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -114,13 +109,13 @@ static lean_object* l_Lean_Elab_Term_elabForIn___closed__22; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn___closed__3; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___closed__4; static lean_object* l_Lean_Elab_Term_elabForIn___closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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*); static lean_object* l_Lean_Elab_Term_elabForIn___closed__9; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__7; static lean_object* l_Lean_Elab_Term_elabForIn_x27___closed__6; lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHomogeneousInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__14; lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -138,17 +133,20 @@ lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_o static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__2___closed__6; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__5; lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabForIn___closed__25; lean_object* l_Lean_Elab_expandMacroImpl_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabForIn___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__14; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___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_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_x27_declRange___closed__5; static lean_object* l_Lean_Elab_Term_elabForIn___closed__3; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__9; +lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack___rarg(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_hasMVar(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_declRange___closed__1; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__13; @@ -156,11 +154,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinOp(lean_object*, lean_object static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_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*); +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__15; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___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_Extra_0__Lean_Elab_Term_Op_applyCoe(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_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__5; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___lambda__2___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_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___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_x27_declRange___closed__3; @@ -168,6 +169,8 @@ static lean_object* l_Lean_Elab_Term_elabForIn___lambda__1___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabUnOp___closed__2; lean_object* l_Lean_Elab_Term_elabAppArgs(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_Lean_Elab_Term_Op_elabBinRelCore___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306_(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1(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___private_Lean_Elab_Extra_0__Lean_Elab_Term_throwForInFailure___closed__1; @@ -178,6 +181,7 @@ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange___closed__3; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__5; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__11; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel___closed__4; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabAnonymousCtor___spec__1___rarg(lean_object*); @@ -190,9 +194,10 @@ lean_object* l_StateRefT_x27_lift___rarg___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(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*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Elab_Term_Op_elabBinRelCore___lambda__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* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel___closed__1; lean_object* l_Lean_Name_getPrefix(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -200,7 +205,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange___closed__7; lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(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_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(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_elabForIn___closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabForIn_x27(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_loop___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___spec__2___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -222,6 +227,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty___clo LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore(uint8_t, 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*); static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__10; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__6; 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_List_forIn_loop___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___spec__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_Term_termElabAttribute; @@ -233,7 +239,7 @@ extern lean_object* l_Lean_levelZero; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewMCtxDepthImp___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Meta_instInhabitedDefaultInstances; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__21; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(lean_object*, lean_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_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(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_Meta_defaultInstanceExtension; static lean_object* l_Lean_Elab_Term_elabForIn___closed__11; lean_object* l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -245,8 +251,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyC lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__2; static lean_object* l_Lean_Elab_Term_elabForIn_x27___lambda__1___closed__3; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__12; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__6; lean_object* l_Lean_Meta_mkFunUnit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -264,6 +269,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy(lean_obj LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___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_throwUnknownConstant___at_Lean_Elab_Term_Op_elabBinRelCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange___closed__7; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__3; 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*); static lean_object* l_Lean_Elab_Term_elabForIn___closed__23; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___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*); @@ -296,7 +302,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange___close uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty___closed__5; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange(lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange___closed__3; @@ -307,12 +312,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___ static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__2; static lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___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_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__13; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__1; 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*); -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabForIn___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* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__7; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___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_Op_elabBinRelCore_toBoolIfNecessary___closed__3; @@ -329,10 +333,10 @@ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Elab_Extra_ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___closed__5; static lean_object* l_Lean_Elab_Term_elabForIn___lambda__1___closed__9; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__9; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp___boxed(lean_object*, lean_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_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp___boxed(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_elabForIn___closed__17; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__8; static lean_object* l_Lean_Elab_Term_elabForIn___closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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_Term_elabForIn___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_x27_declRange___closed__4; 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*); @@ -340,6 +344,7 @@ lean_object* l_Lean_Expr_getForallBody(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isTypeApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasCoe(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_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__5(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_Extra_0__Lean_Elab_Term_Op_analyze_go___closed__1; static lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1___closed__3; lean_object* lean_environment_main_module(lean_object*); @@ -352,8 +357,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyC static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_declRange___closed__5; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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* l_Lean_indentExpr(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Extra_0__Lean_Elab_Term_Op_toExprCore___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* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel___closed__2; @@ -378,7 +384,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadF lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l_Lean_Elab_Term_elabForIn___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange___closed__1; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_isUnknow(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange___closed__5; @@ -396,7 +401,7 @@ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go__ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__2___closed__3; lean_object* l_Lean_Elab_Term_mkCoe(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___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2(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___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy___closed__1; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___spec__2___lambda__1___closed__1; @@ -422,7 +427,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp___closed__ static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze(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_Extra_0__Lean_Elab_Term_Op_toExpr___closed__19; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Extra_0__Lean_Elab_Term_Op_toExprCore___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__3___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___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*); @@ -435,7 +440,6 @@ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___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_elabForIn___closed__16; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___closed__2; -static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__4; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__20; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__3; @@ -444,6 +448,7 @@ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkUnOp___cl LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go(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_Op_elabBinRelCore_toBoolIfNecessary___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange___closed__2; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabDefaultOrNonempty___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_withNewMCtxDepth___at_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_Meta_addDefaultInstanceEntry___spec__3(lean_object*, lean_object*); @@ -452,16 +457,17 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_throwForI static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_x27_declRange___closed__7; lean_object* l_Lean_Meta_mkOfNonempty(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_declRange___closed__7; +static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__1; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___spec__2___lambda__1___closed__2; lean_object* l_String_toSubstring_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRel(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_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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_Lean_Elab_Term_withMacroExpansion___rarg(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_tryPostpone(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange___closed__5; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__2___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_declRange___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__4(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_object*); static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHeterogeneousDefaultInstances___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__1() { @@ -3489,6 +3495,74 @@ return x_25; } } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___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) { +_start: +{ +lean_object* x_11; +lean_inc(x_1); +x_11 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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; lean_object* x_14; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_14, 0, x_2); +lean_ctor_set(x_14, 1, x_3); +lean_ctor_set(x_14, 2, x_1); +lean_ctor_set(x_14, 3, 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(3, 4, 0); +lean_ctor_set(x_17, 0, x_2); +lean_ctor_set(x_17, 1, x_3); +lean_ctor_set(x_17, 2, x_1); +lean_ctor_set(x_17, 3, 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; +} +} +else +{ +uint8_t x_19; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_19 = !lean_is_exclusive(x_11); +if (x_19 == 0) +{ +return x_11; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_11, 0); +x_21 = lean_ctor_get(x_11, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_11); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +} static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___closed__1() { _start: { @@ -3596,259 +3670,391 @@ lean_inc(x_1); x_16 = l_Lean_Syntax_isOfKind(x_1, x_15); 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; -x_17 = lean_st_ref_get(x_7, x_8); -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); +uint8_t x_17; +x_17 = !lean_is_exclusive(x_6); +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; +x_18 = lean_ctor_get(x_6, 5); +x_19 = l_Lean_replaceRef(x_1, x_18); lean_dec(x_18); +lean_ctor_set(x_6, 5, x_19); +x_20 = lean_st_ref_get(x_7, x_8); +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_ctor_get(x_21, 0); +lean_inc(x_23); +lean_dec(x_21); lean_inc(x_1); -x_21 = lean_alloc_closure((void*)(l_Lean_Elab_expandMacroImpl_x3f___boxed), 4, 2); -lean_closure_set(x_21, 0, x_20); -lean_closure_set(x_21, 1, x_1); +x_24 = lean_alloc_closure((void*)(l_Lean_Elab_expandMacroImpl_x3f___boxed), 4, 2); +lean_closure_set(x_24, 0, x_23); +lean_closure_set(x_24, 1, x_1); 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_22 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1(x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_19); -if (lean_obj_tag(x_22) == 0) +x_25 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1(x_24, x_2, x_3, x_4, x_5, x_6, x_7, x_22); +if (lean_obj_tag(x_25) == 0) { -lean_object* x_23; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -if (lean_obj_tag(x_23) == 0) +lean_object* x_26; +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +if (lean_obj_tag(x_26) == 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); -x_25 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_24); -return x_25; +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +return x_28; } 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; -x_26 = lean_ctor_get(x_23, 0); -lean_inc(x_26); -lean_dec(x_23); -x_27 = lean_ctor_get(x_22, 1); -lean_inc(x_27); -lean_dec(x_22); -x_28 = lean_ctor_get(x_26, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_26, 1); +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_29 = lean_ctor_get(x_26, 0); lean_inc(x_29); lean_dec(x_26); -x_30 = lean_alloc_closure((void*)(l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed), 3, 1); -lean_closure_set(x_30, 0, x_29); +x_30 = lean_ctor_get(x_25, 1); +lean_inc(x_30); +lean_dec(x_25); +x_31 = lean_ctor_get(x_29, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_dec(x_29); +x_33 = lean_alloc_closure((void*)(l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed), 3, 1); +lean_closure_set(x_33, 0, x_32); 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_31 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_30, x_2, x_3, x_4, x_5, x_6, x_7, x_27); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; uint8_t 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); -lean_inc(x_32); -x_34 = l_Lean_Syntax_isOfKind(x_32, x_9); -if (x_34 == 0) -{ -uint8_t x_35; -lean_inc(x_32); -x_35 = l_Lean_Syntax_isOfKind(x_32, x_11); -if (x_35 == 0) -{ -uint8_t x_36; -lean_dec(x_28); -lean_inc(x_32); -x_36 = l_Lean_Syntax_isOfKind(x_32, x_13); -if (x_36 == 0) +x_34 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_33, x_2, x_3, x_4, x_5, x_6, x_7, x_30); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_37; -lean_dec(x_32); -x_37 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_33); -return x_37; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +lean_inc(x_1); +lean_inc(x_35); +x_37 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___lambda__1), 10, 3); +lean_closure_set(x_37, 0, x_35); +lean_closure_set(x_37, 1, x_31); +lean_closure_set(x_37, 2, x_1); +x_38 = l_Lean_Elab_Term_withPushMacroExpansionStack___rarg(x_1, x_35, x_37, x_2, x_3, x_4, x_5, x_6, x_7, x_36); +return x_38; } 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_unsigned_to_nat(1u); -x_39 = l_Lean_Syntax_getArg(x_32, x_38); -x_40 = lean_unsigned_to_nat(2u); -x_41 = l_Lean_Syntax_getArg(x_32, x_40); -lean_dec(x_32); -x_42 = lean_box(0); -x_43 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(x_1, x_42, x_39, x_41, x_2, x_3, x_4, x_5, x_6, x_7, x_33); -return x_43; -} +uint8_t x_39; +lean_dec(x_31); +lean_dec(x_6); +lean_dec(x_7); +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_34); +if (x_39 == 0) +{ +return x_34; } 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; uint8_t x_50; lean_object* x_51; -x_44 = lean_unsigned_to_nat(1u); -x_45 = l_Lean_Syntax_getArg(x_32, x_44); -x_46 = lean_unsigned_to_nat(2u); -x_47 = l_Lean_Syntax_getArg(x_32, x_46); -x_48 = lean_unsigned_to_nat(3u); -x_49 = l_Lean_Syntax_getArg(x_32, x_48); -lean_dec(x_32); -x_50 = 1; -x_51 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_28, x_45, x_47, x_49, x_50, x_2, x_3, x_4, x_5, x_6, x_7, x_33); -return x_51; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_34, 0); +x_41 = lean_ctor_get(x_34, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_34); +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 -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; -x_52 = lean_unsigned_to_nat(1u); -x_53 = l_Lean_Syntax_getArg(x_32, x_52); -x_54 = lean_unsigned_to_nat(2u); -x_55 = l_Lean_Syntax_getArg(x_32, x_54); -x_56 = lean_unsigned_to_nat(3u); -x_57 = l_Lean_Syntax_getArg(x_32, x_56); -lean_dec(x_32); -x_58 = 0; -x_59 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_28, x_53, x_55, x_57, x_58, x_2, x_3, x_4, x_5, x_6, x_7, x_33); -return x_59; } } else { -uint8_t x_60; -lean_dec(x_28); -lean_dec(x_7); +uint8_t x_43; lean_dec(x_6); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_60 = !lean_is_exclusive(x_31); -if (x_60 == 0) +x_43 = !lean_is_exclusive(x_25); +if (x_43 == 0) { -return x_31; +return x_25; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_31, 0); -x_62 = lean_ctor_get(x_31, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_31); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_25, 0); +x_45 = lean_ctor_get(x_25, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_25); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } } +else +{ +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; +x_47 = lean_ctor_get(x_6, 0); +x_48 = lean_ctor_get(x_6, 1); +x_49 = lean_ctor_get(x_6, 2); +x_50 = lean_ctor_get(x_6, 3); +x_51 = lean_ctor_get(x_6, 4); +x_52 = lean_ctor_get(x_6, 5); +x_53 = lean_ctor_get(x_6, 6); +x_54 = lean_ctor_get(x_6, 7); +x_55 = lean_ctor_get(x_6, 8); +x_56 = lean_ctor_get(x_6, 9); +x_57 = lean_ctor_get(x_6, 10); +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_dec(x_6); +x_58 = l_Lean_replaceRef(x_1, x_52); +lean_dec(x_52); +x_59 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_59, 0, x_47); +lean_ctor_set(x_59, 1, x_48); +lean_ctor_set(x_59, 2, x_49); +lean_ctor_set(x_59, 3, x_50); +lean_ctor_set(x_59, 4, x_51); +lean_ctor_set(x_59, 5, x_58); +lean_ctor_set(x_59, 6, x_53); +lean_ctor_set(x_59, 7, x_54); +lean_ctor_set(x_59, 8, x_55); +lean_ctor_set(x_59, 9, x_56); +lean_ctor_set(x_59, 10, x_57); +x_60 = lean_st_ref_get(x_7, x_8); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_ctor_get(x_61, 0); +lean_inc(x_63); +lean_dec(x_61); +lean_inc(x_1); +x_64 = lean_alloc_closure((void*)(l_Lean_Elab_expandMacroImpl_x3f___boxed), 4, 2); +lean_closure_set(x_64, 0, x_63); +lean_closure_set(x_64, 1, x_1); +lean_inc(x_7); +lean_inc(x_59); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_65 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1(x_64, x_2, x_3, x_4, x_5, x_59, x_7, x_62); +if (lean_obj_tag(x_65) == 0) +{ +lean_object* x_66; +x_66 = lean_ctor_get(x_65, 0); +lean_inc(x_66); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_65, 1); +lean_inc(x_67); +lean_dec(x_65); +x_68 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processLeaf(x_1, x_2, x_3, x_4, x_5, x_59, x_7, x_67); +return x_68; } else { -uint8_t x_64; +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_69 = lean_ctor_get(x_66, 0); +lean_inc(x_69); +lean_dec(x_66); +x_70 = lean_ctor_get(x_65, 1); +lean_inc(x_70); +lean_dec(x_65); +x_71 = lean_ctor_get(x_69, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_dec(x_69); +x_73 = lean_alloc_closure((void*)(l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed), 3, 1); +lean_closure_set(x_73, 0, x_72); +lean_inc(x_7); +lean_inc(x_59); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_74 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_73, x_2, x_3, x_4, x_5, x_59, x_7, x_70); +if (lean_obj_tag(x_74) == 0) +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +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); +lean_inc(x_1); +lean_inc(x_75); +x_77 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___lambda__1), 10, 3); +lean_closure_set(x_77, 0, x_75); +lean_closure_set(x_77, 1, x_71); +lean_closure_set(x_77, 2, x_1); +x_78 = l_Lean_Elab_Term_withPushMacroExpansionStack___rarg(x_1, x_75, x_77, x_2, x_3, x_4, x_5, x_59, x_7, x_76); +return x_78; +} +else +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +lean_dec(x_71); +lean_dec(x_59); 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_22); -if (x_64 == 0) -{ -return x_22; +x_79 = lean_ctor_get(x_74, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_74, 1); +lean_inc(x_80); +if (lean_is_exclusive(x_74)) { + lean_ctor_release(x_74, 0); + lean_ctor_release(x_74, 1); + x_81 = x_74; +} else { + lean_dec_ref(x_74); + x_81 = lean_box(0); +} +if (lean_is_scalar(x_81)) { + x_82 = lean_alloc_ctor(1, 2, 0); +} else { + x_82 = x_81; +} +lean_ctor_set(x_82, 0, x_79); +lean_ctor_set(x_82, 1, x_80); +return x_82; +} +} } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_22, 0); -x_66 = lean_ctor_get(x_22, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_22); -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; +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +lean_dec(x_59); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_83 = lean_ctor_get(x_65, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_65, 1); +lean_inc(x_84); +if (lean_is_exclusive(x_65)) { + lean_ctor_release(x_65, 0); + lean_ctor_release(x_65, 1); + x_85 = x_65; +} else { + lean_dec_ref(x_65); + x_85 = lean_box(0); +} +if (lean_is_scalar(x_85)) { + x_86 = lean_alloc_ctor(1, 2, 0); +} else { + x_86 = x_85; +} +lean_ctor_set(x_86, 0, x_83); +lean_ctor_set(x_86, 1, x_84); +return x_86; } } } else { -lean_object* x_68; lean_object* x_69; uint8_t x_70; -x_68 = lean_unsigned_to_nat(1u); -x_69 = l_Lean_Syntax_getArg(x_1, x_68); -lean_inc(x_69); -x_70 = l_Lean_Elab_Term_hasCDot(x_69); -if (x_70 == 0) +lean_object* x_87; lean_object* x_88; uint8_t x_89; +x_87 = lean_unsigned_to_nat(1u); +x_88 = l_Lean_Syntax_getArg(x_1, x_87); +lean_inc(x_88); +x_89 = l_Lean_Elab_Term_hasCDot(x_88); +if (x_89 == 0) { lean_dec(x_1); -x_1 = x_69; +x_1 = x_88; goto _start; } else { -lean_object* x_72; -lean_dec(x_69); -x_72 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_72; +lean_object* x_91; +lean_dec(x_88); +x_91 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_91; } } } 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; -x_73 = lean_unsigned_to_nat(1u); -x_74 = l_Lean_Syntax_getArg(x_1, x_73); -x_75 = lean_unsigned_to_nat(2u); -x_76 = l_Lean_Syntax_getArg(x_1, x_75); -x_77 = lean_box(0); -x_78 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(x_1, x_77, x_74, x_76, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_78; +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_92 = lean_unsigned_to_nat(1u); +x_93 = l_Lean_Syntax_getArg(x_1, x_92); +x_94 = lean_unsigned_to_nat(2u); +x_95 = l_Lean_Syntax_getArg(x_1, x_94); +x_96 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(x_1, x_93, x_95, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_96; } } else { -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; -x_79 = lean_unsigned_to_nat(1u); -x_80 = l_Lean_Syntax_getArg(x_1, x_79); -x_81 = lean_unsigned_to_nat(2u); -x_82 = l_Lean_Syntax_getArg(x_1, x_81); -x_83 = lean_unsigned_to_nat(3u); -x_84 = l_Lean_Syntax_getArg(x_1, x_83); -x_85 = lean_box(0); -x_86 = 1; -x_87 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_85, x_80, x_82, x_84, x_86, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_87; +lean_object* x_97; 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_104; +x_97 = lean_unsigned_to_nat(1u); +x_98 = l_Lean_Syntax_getArg(x_1, x_97); +x_99 = lean_unsigned_to_nat(2u); +x_100 = l_Lean_Syntax_getArg(x_1, x_99); +x_101 = lean_unsigned_to_nat(3u); +x_102 = l_Lean_Syntax_getArg(x_1, x_101); +x_103 = 1; +x_104 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_98, x_100, x_102, x_103, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_104; } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; lean_object* x_96; -x_88 = lean_unsigned_to_nat(1u); -x_89 = l_Lean_Syntax_getArg(x_1, x_88); -x_90 = lean_unsigned_to_nat(2u); -x_91 = l_Lean_Syntax_getArg(x_1, x_90); -x_92 = lean_unsigned_to_nat(3u); -x_93 = l_Lean_Syntax_getArg(x_1, x_92); -x_94 = lean_box(0); -x_95 = 0; -x_96 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_94, x_89, x_91, x_93, x_95, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_96; +lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; lean_object* x_112; +x_105 = lean_unsigned_to_nat(1u); +x_106 = l_Lean_Syntax_getArg(x_1, x_105); +x_107 = lean_unsigned_to_nat(2u); +x_108 = l_Lean_Syntax_getArg(x_1, x_107); +x_109 = lean_unsigned_to_nat(3u); +x_110 = l_Lean_Syntax_getArg(x_1, x_109); +x_111 = 0; +x_112 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_106, x_108, x_110, x_111, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_112; } } } @@ -3960,121 +4166,116 @@ x_1 = lean_mk_string_from_bytes("term", 4); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(lean_object* x_1, lean_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_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp(lean_object* x_1, lean_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_12; uint8_t x_13; lean_object* x_14; -x_12 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___closed__1; -x_13 = 0; -lean_inc(x_10); +lean_object* x_11; uint8_t x_12; lean_object* x_13; +x_11 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___closed__1; +x_12 = 0; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_3); -x_14 = l_Lean_Elab_Term_resolveId_x3f(x_3, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_inc(x_4); +lean_inc(x_2); +x_13 = l_Lean_Elab_Term_resolveId_x3f(x_2, x_11, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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; -x_15 = lean_ctor_get(x_14, 0); +lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_dec(x_3); +lean_dec(x_1); +x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; -lean_dec(x_4); +lean_dec(x_13); +x_16 = l_Lean_Syntax_getId(x_2); lean_dec(x_2); -lean_dec(x_1); -x_16 = lean_ctor_get(x_14, 1); -lean_inc(x_16); -lean_dec(x_14); -x_17 = l_Lean_Syntax_getId(x_3); -lean_dec(x_3); -x_18 = l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1(x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_16); -lean_dec(x_10); +x_17 = l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1(x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_18; +lean_dec(x_5); +return x_17; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_3); -x_19 = lean_ctor_get(x_14, 1); +lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_2); +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_ctor_get(x_15, 0); -lean_inc(x_20); -lean_dec(x_15); -x_21 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_19); -if (lean_obj_tag(x_21) == 0) +x_20 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_18); +if (lean_obj_tag(x_20) == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_21; +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_alloc_ctor(2, 4, 0); -lean_ctor_set(x_24, 0, x_1); -lean_ctor_set(x_24, 1, x_2); -lean_ctor_set(x_24, 2, x_20); -lean_ctor_set(x_24, 3, x_23); -lean_ctor_set(x_21, 0, x_24); -return x_21; +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +x_23 = lean_alloc_ctor(2, 3, 0); +lean_ctor_set(x_23, 0, x_1); +lean_ctor_set(x_23, 1, x_19); +lean_ctor_set(x_23, 2, x_22); +lean_ctor_set(x_20, 0, x_23); +return x_20; } 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_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_dec(x_21); -x_27 = lean_alloc_ctor(2, 4, 0); -lean_ctor_set(x_27, 0, x_1); -lean_ctor_set(x_27, 1, x_2); -lean_ctor_set(x_27, 2, x_20); -lean_ctor_set(x_27, 3, 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; +lean_inc(x_24); +lean_dec(x_20); +x_26 = lean_alloc_ctor(2, 3, 0); +lean_ctor_set(x_26, 0, x_1); +lean_ctor_set(x_26, 1, x_19); +lean_ctor_set(x_26, 2, 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_29; -lean_dec(x_20); -lean_dec(x_2); +uint8_t x_28; +lean_dec(x_19); lean_dec(x_1); -x_29 = !lean_is_exclusive(x_21); -if (x_29 == 0) +x_28 = !lean_is_exclusive(x_20); +if (x_28 == 0) { -return x_21; +return x_20; } 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_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_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; +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_33; -lean_dec(x_10); +uint8_t x_32; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -4084,223 +4285,217 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_33 = !lean_is_exclusive(x_14); -if (x_33 == 0) +x_32 = !lean_is_exclusive(x_13); +if (x_32 == 0) { -return x_14; +return x_13; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_14, 0); -x_35 = lean_ctor_get(x_14, 1); -lean_inc(x_35); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_13, 0); +x_34 = lean_ctor_get(x_13, 1); lean_inc(x_34); -lean_dec(x_14); -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_inc(x_33); +lean_dec(x_13); +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_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(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_14; uint8_t x_15; lean_object* x_16; -x_14 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___closed__1; -x_15 = 0; -lean_inc(x_12); +lean_object* x_13; uint8_t x_14; lean_object* x_15; +x_13 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___closed__1; +x_14 = 0; lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_3); -x_16 = l_Lean_Elab_Term_resolveId_x3f(x_3, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_16) == 0) +lean_inc(x_6); +lean_inc(x_2); +x_15 = l_Lean_Elab_Term_resolveId_x3f(x_2, x_13, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_17; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -if (lean_obj_tag(x_17) == 0) +lean_object* x_16; +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -lean_dec(x_5); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_18 = lean_ctor_get(x_16, 1); -lean_inc(x_18); -lean_dec(x_16); -x_19 = l_Lean_Syntax_getId(x_3); lean_dec(x_3); -x_20 = l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1(x_19, x_7, x_8, x_9, x_10, x_11, x_12, x_18); -lean_dec(x_12); +lean_dec(x_1); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = l_Lean_Syntax_getId(x_2); +lean_dec(x_2); +x_19 = l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1(x_18, x_6, x_7, x_8, x_9, x_10, x_11, x_17); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -return x_20; +lean_dec(x_7); +return x_19; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_dec(x_3); -x_21 = lean_ctor_get(x_16, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_dec(x_2); +x_20 = lean_ctor_get(x_15, 1); +lean_inc(x_20); +lean_dec(x_15); +x_21 = lean_ctor_get(x_16, 0); lean_inc(x_21); lean_dec(x_16); -x_22 = lean_ctor_get(x_17, 0); -lean_inc(x_22); -lean_dec(x_17); -lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_23 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_4, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -if (lean_obj_tag(x_23) == 0) +lean_inc(x_6); +x_22 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_20); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_23, 0); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec(x_23); -x_26 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_5, x_7, x_8, x_9, x_10, x_11, x_12, x_25); -if (lean_obj_tag(x_26) == 0) +lean_dec(x_22); +x_25 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_24); +if (lean_obj_tag(x_25) == 0) { -uint8_t x_27; -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_26, 0); -x_29 = lean_alloc_ctor(1, 5, 1); -lean_ctor_set(x_29, 0, x_1); -lean_ctor_set(x_29, 1, x_2); -lean_ctor_set(x_29, 2, x_22); -lean_ctor_set(x_29, 3, x_24); -lean_ctor_set(x_29, 4, x_28); -lean_ctor_set_uint8(x_29, sizeof(void*)*5, x_6); -lean_ctor_set(x_26, 0, x_29); -return x_26; +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_25, 0); +x_28 = lean_alloc_ctor(1, 4, 1); +lean_ctor_set(x_28, 0, x_1); +lean_ctor_set(x_28, 1, x_21); +lean_ctor_set(x_28, 2, x_23); +lean_ctor_set(x_28, 3, x_27); +lean_ctor_set_uint8(x_28, sizeof(void*)*4, x_5); +lean_ctor_set(x_25, 0, x_28); +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_26, 0); -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_25, 0); +x_30 = lean_ctor_get(x_25, 1); lean_inc(x_30); -lean_dec(x_26); -x_32 = lean_alloc_ctor(1, 5, 1); -lean_ctor_set(x_32, 0, x_1); -lean_ctor_set(x_32, 1, x_2); -lean_ctor_set(x_32, 2, x_22); -lean_ctor_set(x_32, 3, x_24); -lean_ctor_set(x_32, 4, x_30); -lean_ctor_set_uint8(x_32, sizeof(void*)*5, x_6); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -return x_33; +lean_inc(x_29); +lean_dec(x_25); +x_31 = lean_alloc_ctor(1, 4, 1); +lean_ctor_set(x_31, 0, x_1); +lean_ctor_set(x_31, 1, x_21); +lean_ctor_set(x_31, 2, x_23); +lean_ctor_set(x_31, 3, x_29); +lean_ctor_set_uint8(x_31, sizeof(void*)*4, x_5); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; } } else { -uint8_t x_34; -lean_dec(x_24); -lean_dec(x_22); -lean_dec(x_2); +uint8_t x_33; +lean_dec(x_23); +lean_dec(x_21); lean_dec(x_1); -x_34 = !lean_is_exclusive(x_26); -if (x_34 == 0) +x_33 = !lean_is_exclusive(x_25); +if (x_33 == 0) { -return x_26; +return x_25; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_26, 0); -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_25, 0); +x_35 = lean_ctor_get(x_25, 1); lean_inc(x_35); -lean_dec(x_26); -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_inc(x_34); +lean_dec(x_25); +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_38; -lean_dec(x_22); -lean_dec(x_12); +uint8_t x_37; +lean_dec(x_21); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_2); +lean_dec(x_6); +lean_dec(x_4); lean_dec(x_1); -x_38 = !lean_is_exclusive(x_23); -if (x_38 == 0) +x_37 = !lean_is_exclusive(x_22); +if (x_37 == 0) { -return x_23; +return x_22; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_23, 0); -x_40 = lean_ctor_get(x_23, 1); -lean_inc(x_40); +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_22, 0); +x_39 = lean_ctor_get(x_22, 1); lean_inc(x_39); -lean_dec(x_23); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_inc(x_38); +lean_dec(x_22); +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_42; -lean_dec(x_12); +uint8_t x_41; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_5); +lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_42 = !lean_is_exclusive(x_16); -if (x_42 == 0) +x_41 = !lean_is_exclusive(x_15); +if (x_41 == 0) { -return x_16; +return x_15; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_16, 0); -x_44 = lean_ctor_get(x_16, 1); -lean_inc(x_44); +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_15, 0); +x_43 = lean_ctor_get(x_15, 1); lean_inc(x_43); -lean_dec(x_16); -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; +lean_inc(x_42); +lean_dec(x_15); +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; } } } @@ -4331,14 +4526,14 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp___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; lean_object* x_15; -x_14 = lean_unbox(x_6); -lean_dec(x_6); -x_15 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_2, x_3, x_4, x_5, x_14, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_15; +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_5); +lean_dec(x_5); +x_14 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processBinOp(x_1, x_2, x_3, x_4, x_13, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_14; } } LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree(lean_object* x_1, lean_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) { @@ -6602,9 +6797,9 @@ lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; x_298 = lean_ctor_get(x_10, 1); lean_inc(x_298); lean_dec(x_10); -x_299 = lean_ctor_get(x_1, 3); +x_299 = lean_ctor_get(x_1, 2); lean_inc(x_299); -x_300 = lean_ctor_get(x_1, 4); +x_300 = lean_ctor_get(x_1, 3); lean_inc(x_300); lean_dec(x_1); lean_inc(x_8); @@ -6656,24 +6851,37 @@ return x_307; } } } -default: +case 2: { lean_object* x_308; lean_object* x_309; x_308 = lean_ctor_get(x_10, 1); lean_inc(x_308); lean_dec(x_10); -x_309 = lean_ctor_get(x_1, 3); +x_309 = lean_ctor_get(x_1, 2); lean_inc(x_309); lean_dec(x_1); x_1 = x_309; x_9 = x_308; goto _start; } +default: +{ +lean_object* x_311; lean_object* x_312; +x_311 = lean_ctor_get(x_10, 1); +lean_inc(x_311); +lean_dec(x_10); +x_312 = lean_ctor_get(x_1, 3); +lean_inc(x_312); +lean_dec(x_1); +x_1 = x_312; +x_9 = x_311; +goto _start; +} } } else { -uint8_t x_311; +uint8_t x_314; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -6682,27 +6890,27 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_311 = !lean_is_exclusive(x_10); -if (x_311 == 0) -{ -lean_object* x_312; lean_object* x_313; -x_312 = lean_ctor_get(x_10, 0); -lean_dec(x_312); -x_313 = lean_box(0); -lean_ctor_set(x_10, 0, x_313); +x_314 = !lean_is_exclusive(x_10); +if (x_314 == 0) +{ +lean_object* x_315; lean_object* x_316; +x_315 = lean_ctor_get(x_10, 0); +lean_dec(x_315); +x_316 = lean_box(0); +lean_ctor_set(x_10, 0, x_316); return x_10; } else { -lean_object* x_314; lean_object* x_315; lean_object* x_316; -x_314 = lean_ctor_get(x_10, 1); -lean_inc(x_314); +lean_object* x_317; lean_object* x_318; lean_object* x_319; +x_317 = lean_ctor_get(x_10, 1); +lean_inc(x_317); lean_dec(x_10); -x_315 = lean_box(0); -x_316 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_316, 0, x_315); -lean_ctor_set(x_316, 1, x_314); -return x_316; +x_318 = lean_box(0); +x_319 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_319, 0, x_318); +lean_ctor_set(x_319, 1, x_317); +return x_319; } } } @@ -6981,222 +7189,145 @@ x_16 = l_Lean_Elab_Term_elabAppArgs(x_1, x_14, x_12, x_13, x_15, x_15, x_15, x_3 return x_16; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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) { -_start: -{ -lean_object* x_11; -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_11 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_1, 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; lean_object* 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); -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_14 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_3, x_12, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_16); -return x_17; -} -else -{ -uint8_t x_18; -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); -x_18 = !lean_is_exclusive(x_14); -if (x_18 == 0) -{ -return x_14; -} -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_14, 0); -x_20 = lean_ctor_get(x_14, 1); -lean_inc(x_20); -lean_inc(x_19); -lean_dec(x_14); -x_21 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_21, 0, x_19); -lean_ctor_set(x_21, 1, x_20); -return x_21; -} -} -} -else -{ -uint8_t x_22; -lean_dec(x_9); -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_22 = !lean_is_exclusive(x_11); -if (x_22 == 0) -{ -return x_11; -} -else -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_11, 0); -x_24 = lean_ctor_get(x_11, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_11); -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_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_11; uint8_t x_12; lean_object* x_13; -x_11 = lean_box(0); -x_12 = 0; -x_13 = l_Lean_Elab_Term_mkTermInfo(x_1, x_2, x_3, x_11, x_11, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_13; +lean_object* x_12; +x_12 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_12; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2(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) { _start: { -lean_object* x_11; +lean_object* x_12; +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_11 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_11) == 0) +x_12 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_12) == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_11, 1); +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); -lean_dec(x_11); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +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_14 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -if (lean_obj_tag(x_14) == 0) +x_15 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +if (lean_obj_tag(x_15) == 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; -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_ctor_get(x_14, 1); +if (x_4 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -lean_dec(x_14); -x_17 = l_Lean_Meta_mkFunUnit(x_15, x_6, x_7, x_8, x_9, x_16); -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_3, x_13, x_16, x_5, x_6, x_7, x_8, x_9, x_10, 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; lean_object* x_24; +x_19 = lean_ctor_get(x_15, 0); lean_inc(x_19); -lean_dec(x_17); -x_20 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_3, x_12, x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_19); -return x_20; +x_20 = lean_ctor_get(x_15, 1); +lean_inc(x_20); +lean_dec(x_15); +x_21 = l_Lean_Meta_mkFunUnit(x_19, x_7, x_8, x_9, x_10, x_20); +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 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_3, x_13, x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +return x_24; +} } else { -uint8_t x_21; -lean_dec(x_12); +uint8_t x_25; +lean_dec(x_13); +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_21 = !lean_is_exclusive(x_14); -if (x_21 == 0) +x_25 = !lean_is_exclusive(x_15); +if (x_25 == 0) { -return x_14; +return x_15; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_14, 0); -x_23 = lean_ctor_get(x_14, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_14); -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; +lean_object* x_26; lean_object* x_27; lean_object* 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 = 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 { -uint8_t x_25; +uint8_t x_29; +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_25 = !lean_is_exclusive(x_11); -if (x_25 == 0) +x_29 = !lean_is_exclusive(x_12); +if (x_29 == 0) { -return x_11; +return x_12; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -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_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -return x_28; +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_12, 0); +x_31 = lean_ctor_get(x_12, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_12); +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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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; lean_object* x_13; +x_10 = lean_box(0); +x_11 = lean_box(0); +x_12 = 0; +x_13 = l_Lean_Elab_Term_mkTermInfo(x_11, x_1, x_2, x_10, x_10, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_13; +} +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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) { _start: { @@ -7250,6 +7381,16 @@ return x_17; } } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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) { +_start: +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; +x_11 = lean_box(0); +x_12 = 0; +x_13 = l_Lean_Elab_Term_mkTermInfo(x_1, x_2, x_3, x_11, x_11, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; +} +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(lean_object* x_1, lean_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: { @@ -7418,39 +7559,35 @@ return x_50; } case 1: { -uint8_t x_51; -x_51 = lean_ctor_get_uint8(x_1, sizeof(void*)*5); -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_object* x_57; lean_object* x_58; uint8_t x_59; -x_52 = lean_ctor_get(x_1, 0); -lean_inc(x_52); +lean_object* x_51; uint8_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; uint8_t x_59; +x_51 = lean_ctor_get(x_1, 0); +lean_inc(x_51); +x_52 = lean_ctor_get_uint8(x_1, sizeof(void*)*4); x_53 = lean_ctor_get(x_1, 1); lean_inc(x_53); x_54 = lean_ctor_get(x_1, 2); lean_inc(x_54); x_55 = lean_ctor_get(x_1, 3); lean_inc(x_55); -x_56 = lean_ctor_get(x_1, 4); -lean_inc(x_56); lean_dec(x_1); -x_57 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__1), 10, 3); -lean_closure_set(x_57, 0, x_55); -lean_closure_set(x_57, 1, x_56); -lean_closure_set(x_57, 2, x_54); -lean_inc(x_52); -x_58 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2___boxed), 10, 2); -lean_closure_set(x_58, 0, x_53); -lean_closure_set(x_58, 1, x_52); +x_56 = lean_box(x_52); +x_57 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2___boxed), 11, 4); +lean_closure_set(x_57, 0, x_54); +lean_closure_set(x_57, 1, x_55); +lean_closure_set(x_57, 2, x_53); +lean_closure_set(x_57, 3, x_56); +lean_inc(x_51); +x_58 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__3___boxed), 9, 1); +lean_closure_set(x_58, 0, x_51); x_59 = !lean_is_exclusive(x_6); if (x_59 == 0) { lean_object* x_60; lean_object* x_61; lean_object* x_62; x_60 = lean_ctor_get(x_6, 5); -x_61 = l_Lean_replaceRef(x_52, x_60); +x_61 = l_Lean_replaceRef(x_51, x_60); lean_dec(x_60); lean_ctor_set(x_6, 5, x_61); -x_62 = l_Lean_Elab_Term_withInfoContext_x27(x_52, x_57, x_58, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_62 = l_Lean_Elab_Term_withInfoContext_x27(x_51, x_57, x_58, x_2, x_3, x_4, x_5, x_6, x_7, x_8); return x_62; } else @@ -7479,7 +7616,7 @@ lean_inc(x_65); lean_inc(x_64); lean_inc(x_63); lean_dec(x_6); -x_74 = l_Lean_replaceRef(x_52, x_68); +x_74 = l_Lean_replaceRef(x_51, x_68); lean_dec(x_68); x_75 = lean_alloc_ctor(0, 11, 0); lean_ctor_set(x_75, 0, x_63); @@ -7493,59 +7630,51 @@ lean_ctor_set(x_75, 7, x_70); lean_ctor_set(x_75, 8, x_71); lean_ctor_set(x_75, 9, x_72); lean_ctor_set(x_75, 10, x_73); -x_76 = l_Lean_Elab_Term_withInfoContext_x27(x_52, x_57, x_58, x_2, x_3, x_4, x_5, x_75, x_7, x_8); +x_76 = l_Lean_Elab_Term_withInfoContext_x27(x_51, x_57, x_58, x_2, x_3, x_4, x_5, x_75, x_7, x_8); return x_76; } } -else +case 2: { -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; uint8_t x_84; +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; x_77 = lean_ctor_get(x_1, 0); lean_inc(x_77); x_78 = lean_ctor_get(x_1, 1); lean_inc(x_78); x_79 = lean_ctor_get(x_1, 2); lean_inc(x_79); -x_80 = lean_ctor_get(x_1, 3); -lean_inc(x_80); -x_81 = lean_ctor_get(x_1, 4); -lean_inc(x_81); lean_dec(x_1); -x_82 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__3), 10, 3); -lean_closure_set(x_82, 0, x_80); -lean_closure_set(x_82, 1, x_81); -lean_closure_set(x_82, 2, x_79); +x_80 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__4), 9, 2); +lean_closure_set(x_80, 0, x_79); +lean_closure_set(x_80, 1, x_78); lean_inc(x_77); -x_83 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2___boxed), 10, 2); -lean_closure_set(x_83, 0, x_78); -lean_closure_set(x_83, 1, x_77); -x_84 = !lean_is_exclusive(x_6); -if (x_84 == 0) +x_81 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__3___boxed), 9, 1); +lean_closure_set(x_81, 0, x_77); +x_82 = !lean_is_exclusive(x_6); +if (x_82 == 0) { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_6, 5); -x_86 = l_Lean_replaceRef(x_77, x_85); -lean_dec(x_85); -lean_ctor_set(x_6, 5, x_86); -x_87 = l_Lean_Elab_Term_withInfoContext_x27(x_77, x_82, x_83, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_87; +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_6, 5); +x_84 = l_Lean_replaceRef(x_77, x_83); +lean_dec(x_83); +lean_ctor_set(x_6, 5, x_84); +x_85 = l_Lean_Elab_Term_withInfoContext_x27(x_77, x_80, x_81, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_85; } else { -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; -x_88 = lean_ctor_get(x_6, 0); -x_89 = lean_ctor_get(x_6, 1); -x_90 = lean_ctor_get(x_6, 2); -x_91 = lean_ctor_get(x_6, 3); -x_92 = lean_ctor_get(x_6, 4); -x_93 = lean_ctor_get(x_6, 5); -x_94 = lean_ctor_get(x_6, 6); -x_95 = lean_ctor_get(x_6, 7); -x_96 = lean_ctor_get(x_6, 8); -x_97 = lean_ctor_get(x_6, 9); -x_98 = lean_ctor_get(x_6, 10); -lean_inc(x_98); -lean_inc(x_97); +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; +x_86 = lean_ctor_get(x_6, 0); +x_87 = lean_ctor_get(x_6, 1); +x_88 = lean_ctor_get(x_6, 2); +x_89 = lean_ctor_get(x_6, 3); +x_90 = lean_ctor_get(x_6, 4); +x_91 = lean_ctor_get(x_6, 5); +x_92 = lean_ctor_get(x_6, 6); +x_93 = lean_ctor_get(x_6, 7); +x_94 = lean_ctor_get(x_6, 8); +x_95 = lean_ctor_get(x_6, 9); +x_96 = lean_ctor_get(x_6, 10); lean_inc(x_96); lean_inc(x_95); lean_inc(x_94); @@ -7555,71 +7684,75 @@ 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_dec(x_6); -x_99 = l_Lean_replaceRef(x_77, x_93); -lean_dec(x_93); -x_100 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_100, 0, x_88); -lean_ctor_set(x_100, 1, x_89); -lean_ctor_set(x_100, 2, x_90); -lean_ctor_set(x_100, 3, x_91); -lean_ctor_set(x_100, 4, x_92); -lean_ctor_set(x_100, 5, x_99); -lean_ctor_set(x_100, 6, x_94); -lean_ctor_set(x_100, 7, x_95); -lean_ctor_set(x_100, 8, x_96); -lean_ctor_set(x_100, 9, x_97); -lean_ctor_set(x_100, 10, x_98); -x_101 = l_Lean_Elab_Term_withInfoContext_x27(x_77, x_82, x_83, x_2, x_3, x_4, x_5, x_100, x_7, x_8); -return x_101; -} +x_97 = l_Lean_replaceRef(x_77, x_91); +lean_dec(x_91); +x_98 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_98, 0, x_86); +lean_ctor_set(x_98, 1, x_87); +lean_ctor_set(x_98, 2, x_88); +lean_ctor_set(x_98, 3, x_89); +lean_ctor_set(x_98, 4, x_90); +lean_ctor_set(x_98, 5, x_97); +lean_ctor_set(x_98, 6, x_92); +lean_ctor_set(x_98, 7, x_93); +lean_ctor_set(x_98, 8, x_94); +lean_ctor_set(x_98, 9, x_95); +lean_ctor_set(x_98, 10, x_96); +x_99 = l_Lean_Elab_Term_withInfoContext_x27(x_77, x_80, x_81, x_2, x_3, x_4, x_5, x_98, x_7, x_8); +return x_99; } } default: { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_102 = lean_ctor_get(x_1, 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_106; uint8_t x_107; +x_100 = lean_ctor_get(x_1, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_1, 1); +lean_inc(x_101); +x_102 = lean_ctor_get(x_1, 2); lean_inc(x_102); -x_103 = lean_ctor_get(x_1, 1); +x_103 = lean_ctor_get(x_1, 3); lean_inc(x_103); -x_104 = lean_ctor_get(x_1, 2); -lean_inc(x_104); -x_105 = lean_ctor_get(x_1, 3); -lean_inc(x_105); lean_dec(x_1); -x_106 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__4), 9, 2); -lean_closure_set(x_106, 0, x_105); -lean_closure_set(x_106, 1, x_104); -lean_inc(x_102); -x_107 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2___boxed), 10, 2); -lean_closure_set(x_107, 0, x_103); -lean_closure_set(x_107, 1, x_102); -x_108 = !lean_is_exclusive(x_6); -if (x_108 == 0) +x_104 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore), 8, 1); +lean_closure_set(x_104, 0, x_103); +lean_inc(x_101); +x_105 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withMacroExpansion___rarg), 10, 3); +lean_closure_set(x_105, 0, x_101); +lean_closure_set(x_105, 1, x_102); +lean_closure_set(x_105, 2, x_104); +lean_inc(x_101); +x_106 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__5___boxed), 10, 2); +lean_closure_set(x_106, 0, x_100); +lean_closure_set(x_106, 1, x_101); +x_107 = !lean_is_exclusive(x_6); +if (x_107 == 0) { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_6, 5); -x_110 = l_Lean_replaceRef(x_102, x_109); -lean_dec(x_109); -lean_ctor_set(x_6, 5, x_110); -x_111 = l_Lean_Elab_Term_withInfoContext_x27(x_102, x_106, x_107, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_111; -} -else -{ -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; -x_112 = lean_ctor_get(x_6, 0); -x_113 = lean_ctor_get(x_6, 1); -x_114 = lean_ctor_get(x_6, 2); -x_115 = lean_ctor_get(x_6, 3); -x_116 = lean_ctor_get(x_6, 4); -x_117 = lean_ctor_get(x_6, 5); -x_118 = lean_ctor_get(x_6, 6); -x_119 = lean_ctor_get(x_6, 7); -x_120 = lean_ctor_get(x_6, 8); -x_121 = lean_ctor_get(x_6, 9); -x_122 = lean_ctor_get(x_6, 10); -lean_inc(x_122); +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_6, 5); +x_109 = l_Lean_replaceRef(x_101, x_108); +lean_dec(x_108); +lean_ctor_set(x_6, 5, x_109); +x_110 = l_Lean_Elab_Term_withInfoContext_x27(x_101, x_105, x_106, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +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; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_111 = lean_ctor_get(x_6, 0); +x_112 = lean_ctor_get(x_6, 1); +x_113 = lean_ctor_get(x_6, 2); +x_114 = lean_ctor_get(x_6, 3); +x_115 = lean_ctor_get(x_6, 4); +x_116 = lean_ctor_get(x_6, 5); +x_117 = lean_ctor_get(x_6, 6); +x_118 = lean_ctor_get(x_6, 7); +x_119 = lean_ctor_get(x_6, 8); +x_120 = lean_ctor_get(x_6, 9); +x_121 = lean_ctor_get(x_6, 10); lean_inc(x_121); lean_inc(x_120); lean_inc(x_119); @@ -7630,33 +7763,67 @@ lean_inc(x_115); lean_inc(x_114); lean_inc(x_113); lean_inc(x_112); +lean_inc(x_111); lean_dec(x_6); -x_123 = l_Lean_replaceRef(x_102, x_117); -lean_dec(x_117); -x_124 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_124, 0, x_112); -lean_ctor_set(x_124, 1, x_113); -lean_ctor_set(x_124, 2, x_114); -lean_ctor_set(x_124, 3, x_115); -lean_ctor_set(x_124, 4, x_116); -lean_ctor_set(x_124, 5, x_123); -lean_ctor_set(x_124, 6, x_118); -lean_ctor_set(x_124, 7, x_119); -lean_ctor_set(x_124, 8, x_120); -lean_ctor_set(x_124, 9, x_121); -lean_ctor_set(x_124, 10, x_122); -x_125 = l_Lean_Elab_Term_withInfoContext_x27(x_102, x_106, x_107, x_2, x_3, x_4, x_5, x_124, x_7, x_8); -return x_125; +x_122 = l_Lean_replaceRef(x_101, x_116); +lean_dec(x_116); +x_123 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_123, 0, x_111); +lean_ctor_set(x_123, 1, x_112); +lean_ctor_set(x_123, 2, x_113); +lean_ctor_set(x_123, 3, x_114); +lean_ctor_set(x_123, 4, x_115); +lean_ctor_set(x_123, 5, x_122); +lean_ctor_set(x_123, 6, x_117); +lean_ctor_set(x_123, 7, x_118); +lean_ctor_set(x_123, 8, x_119); +lean_ctor_set(x_123, 9, x_120); +lean_ctor_set(x_123, 10, x_121); +x_124 = l_Lean_Elab_Term_withInfoContext_x27(x_101, x_105, x_106, x_2, x_3, x_4, x_5, x_123, x_7, x_8); +return x_124; +} +} +} } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_12; +x_12 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_4); +return x_12; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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) { +_start: +{ +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_4); +lean_dec(x_4); +x_13 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2(x_1, x_2, x_3, x_12, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_13; } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_10; +} } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Extra_0__Lean_Elab_Term_Op_toExprCore___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) { _start: { lean_object* x_11; -x_11 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___lambda__5(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); @@ -8981,149 +9148,103 @@ lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -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_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; -} -} -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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) { -_start: -{ -lean_object* x_12; -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_2); -x_12 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_12) == 0) -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; -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); -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_15 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(x_3, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_14); -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; -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 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_4, x_13, x_16, x_5, x_6, x_7, x_8, x_9, x_10, x_17); -return x_18; -} -else -{ -uint8_t x_19; -lean_dec(x_13); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +lean_dec(x_12); +lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_19 = !lean_is_exclusive(x_15); -if (x_19 == 0) +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_34 = !lean_is_exclusive(x_24); +if (x_34 == 0) { -return x_15; +return x_24; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_15, 0); -x_21 = lean_ctor_get(x_15, 1); +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; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* 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) { +_start: +{ +lean_object* x_16; +x_16 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_2, x_3, x_4, x_5, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_16) == 0) +{ +uint8_t x_17; +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_ctor_get(x_16, 0); +x_19 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_19, 0, x_6); +lean_ctor_set(x_19, 1, x_7); +lean_ctor_set(x_19, 2, x_8); +lean_ctor_set(x_19, 3, x_18); +lean_ctor_set(x_16, 0, x_19); +return x_16; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_16, 0); +x_21 = lean_ctor_get(x_16, 1); lean_inc(x_21); lean_inc(x_20); -lean_dec(x_15); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; -} +lean_dec(x_16); +x_22 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_22, 0, x_6); +lean_ctor_set(x_22, 1, x_7); +lean_ctor_set(x_22, 2, x_8); +lean_ctor_set(x_22, 3, x_20); +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 { -uint8_t x_23; -lean_dec(x_10); -lean_dec(x_9); +uint8_t x_24; 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_23 = !lean_is_exclusive(x_12); -if (x_23 == 0) +x_24 = !lean_is_exclusive(x_16); +if (x_24 == 0) { -return x_12; +return x_16; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_12, 0); -x_25 = lean_ctor_get(x_12, 1); +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_16, 0); +x_26 = lean_ctor_get(x_16, 1); +lean_inc(x_26); lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_12); -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_dec(x_16); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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: -{ -uint8_t x_12; lean_object* x_13; -x_12 = 0; -lean_inc(x_3); -x_13 = l_Lean_Elab_Term_mkTermInfo(x_1, x_2, x_4, x_3, x_3, x_12, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_3); -return x_13; } } static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___closed__1() { @@ -9290,365 +9411,538 @@ return x_50; } case 1: { -lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; +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_dec(x_3); x_51 = lean_ctor_get(x_2, 0); lean_inc(x_51); -x_52 = lean_ctor_get(x_2, 1); -lean_inc(x_52); -x_53 = lean_ctor_get_uint8(x_2, sizeof(void*)*5); +x_52 = lean_ctor_get_uint8(x_2, sizeof(void*)*4); +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); x_54 = lean_ctor_get(x_2, 2); lean_inc(x_54); x_55 = lean_ctor_get(x_2, 3); lean_inc(x_55); -x_56 = lean_ctor_get(x_2, 4); -lean_inc(x_56); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); lean_ctor_release(x_2, 1); lean_ctor_release(x_2, 2); lean_ctor_release(x_2, 3); - lean_ctor_release(x_2, 4); - x_57 = x_2; + x_56 = x_2; } else { lean_dec_ref(x_2); - x_57 = lean_box(0); + x_56 = lean_box(0); } if (x_5 == 0) { -lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_1); -x_130 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHomogeneousInstance(x_54, x_1, x_8, x_9, x_10, x_11, x_12); -x_131 = lean_ctor_get(x_130, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_130, 1); -lean_inc(x_132); -lean_dec(x_130); -x_133 = lean_unbox(x_131); -lean_dec(x_131); -x_58 = x_133; -x_59 = x_132; -goto block_129; +x_155 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_hasHomogeneousInstance(x_53, x_1, x_8, x_9, x_10, x_11, x_12); +x_156 = lean_ctor_get(x_155, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_155, 1); +lean_inc(x_157); +lean_dec(x_155); +x_158 = lean_unbox(x_156); +lean_dec(x_156); +x_57 = x_158; +x_58 = x_157; +goto block_154; } else { -x_58 = x_5; -x_59 = x_12; -goto block_129; +x_57 = x_5; +x_58 = x_12; +goto block_154; } -block_129: +block_154: { -if (x_58 == 0) +if (x_57 == 0) { -lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; -lean_dec(x_57); +lean_object* x_59; uint8_t x_60; +lean_dec(x_56); lean_dec(x_1); -x_60 = lean_box(0); -x_61 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__4), 11, 4); -lean_closure_set(x_61, 0, x_55); -lean_closure_set(x_61, 1, x_60); -lean_closure_set(x_61, 2, x_56); -lean_closure_set(x_61, 3, x_54); -lean_inc(x_51); -x_62 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__5___boxed), 11, 3); -lean_closure_set(x_62, 0, x_52); -lean_closure_set(x_62, 1, x_51); -lean_closure_set(x_62, 2, x_60); -x_63 = !lean_is_exclusive(x_10); -if (x_63 == 0) +x_59 = lean_box(0); +x_60 = !lean_is_exclusive(x_10); +if (x_60 == 0) +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_10, 5); +x_62 = l_Lean_replaceRef(x_51, x_61); +lean_dec(x_61); +lean_ctor_set(x_10, 5, x_62); +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_63 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(x_54, x_59, x_6, x_7, x_8, x_9, x_10, x_11, x_58); +if (lean_obj_tag(x_63) == 0) { lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_10, 5); -x_65 = l_Lean_replaceRef(x_51, x_64); -lean_dec(x_64); -lean_ctor_set(x_10, 5, x_65); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); lean_inc(x_11); -lean_inc(x_51); -x_66 = l_Lean_Elab_Term_withInfoContext_x27(x_51, x_61, x_62, x_6, x_7, x_8, x_9, x_10, x_11, x_59); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_66 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(x_55, x_59, x_6, x_7, x_8, x_9, x_10, x_11, x_65); if (lean_obj_tag(x_66) == 0) { -lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +lean_object* x_67; lean_object* x_68; lean_object* x_69; x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); lean_dec(x_66); -x_69 = l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(x_11, x_68); +lean_inc(x_11); +x_69 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_53, x_64, x_67, x_6, x_7, x_8, x_9, x_10, x_11, x_68); +if (lean_obj_tag(x_69) == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +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_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(x_11, x_71); lean_dec(x_11); -x_70 = !lean_is_exclusive(x_69); -if (x_70 == 0) +x_73 = !lean_is_exclusive(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +x_74 = lean_ctor_get(x_72, 0); +x_75 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_75, 0, x_51); +lean_ctor_set(x_75, 1, x_74); +lean_ctor_set(x_75, 2, x_70); +lean_ctor_set(x_72, 0, x_75); +return x_72; +} +else +{ +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_76 = lean_ctor_get(x_72, 0); +x_77 = lean_ctor_get(x_72, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_72); +x_78 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_78, 0, x_51); +lean_ctor_set(x_78, 1, x_76); +lean_ctor_set(x_78, 2, x_70); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_77); +return x_79; +} +} +else +{ +uint8_t x_80; +lean_dec(x_51); +lean_dec(x_11); +x_80 = !lean_is_exclusive(x_69); +if (x_80 == 0) { -lean_object* x_71; lean_object* x_72; -x_71 = lean_ctor_get(x_69, 0); -x_72 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_72, 0, x_51); -lean_ctor_set(x_72, 1, x_71); -lean_ctor_set(x_72, 2, x_67); -lean_ctor_set(x_69, 0, x_72); return x_69; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_69, 0); -x_74 = lean_ctor_get(x_69, 1); -lean_inc(x_74); -lean_inc(x_73); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_69, 0); +x_82 = lean_ctor_get(x_69, 1); +lean_inc(x_82); +lean_inc(x_81); lean_dec(x_69); -x_75 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_75, 0, x_51); -lean_ctor_set(x_75, 1, x_73); -lean_ctor_set(x_75, 2, x_67); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_74); -return 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; +} } } else { -uint8_t x_77; +uint8_t x_84; +lean_dec(x_64); +lean_dec(x_10); +lean_dec(x_53); lean_dec(x_51); lean_dec(x_11); -x_77 = !lean_is_exclusive(x_66); -if (x_77 == 0) +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_84 = !lean_is_exclusive(x_66); +if (x_84 == 0) { return x_66; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_66, 0); -x_79 = lean_ctor_get(x_66, 1); -lean_inc(x_79); -lean_inc(x_78); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_66, 0); +x_86 = lean_ctor_get(x_66, 1); +lean_inc(x_86); +lean_inc(x_85); lean_dec(x_66); -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; +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } 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; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_81 = lean_ctor_get(x_10, 0); -x_82 = lean_ctor_get(x_10, 1); -x_83 = lean_ctor_get(x_10, 2); -x_84 = lean_ctor_get(x_10, 3); -x_85 = lean_ctor_get(x_10, 4); -x_86 = lean_ctor_get(x_10, 5); -x_87 = lean_ctor_get(x_10, 6); -x_88 = lean_ctor_get(x_10, 7); -x_89 = lean_ctor_get(x_10, 8); -x_90 = lean_ctor_get(x_10, 9); -x_91 = lean_ctor_get(x_10, 10); -lean_inc(x_91); +uint8_t x_88; +lean_dec(x_10); +lean_dec(x_55); +lean_dec(x_53); +lean_dec(x_51); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_88 = !lean_is_exclusive(x_63); +if (x_88 == 0) +{ +return x_63; +} +else +{ +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_63, 0); +x_90 = lean_ctor_get(x_63, 1); 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_63); +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 +{ +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; +x_92 = lean_ctor_get(x_10, 0); +x_93 = lean_ctor_get(x_10, 1); +x_94 = lean_ctor_get(x_10, 2); +x_95 = lean_ctor_get(x_10, 3); +x_96 = lean_ctor_get(x_10, 4); +x_97 = lean_ctor_get(x_10, 5); +x_98 = lean_ctor_get(x_10, 6); +x_99 = lean_ctor_get(x_10, 7); +x_100 = lean_ctor_get(x_10, 8); +x_101 = lean_ctor_get(x_10, 9); +x_102 = lean_ctor_get(x_10, 10); +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_dec(x_10); -x_92 = l_Lean_replaceRef(x_51, x_86); -lean_dec(x_86); -x_93 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_93, 0, x_81); -lean_ctor_set(x_93, 1, x_82); -lean_ctor_set(x_93, 2, x_83); -lean_ctor_set(x_93, 3, x_84); -lean_ctor_set(x_93, 4, x_85); -lean_ctor_set(x_93, 5, x_92); -lean_ctor_set(x_93, 6, x_87); -lean_ctor_set(x_93, 7, x_88); -lean_ctor_set(x_93, 8, x_89); -lean_ctor_set(x_93, 9, x_90); -lean_ctor_set(x_93, 10, x_91); +x_103 = l_Lean_replaceRef(x_51, x_97); +lean_dec(x_97); +x_104 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_104, 0, x_92); +lean_ctor_set(x_104, 1, x_93); +lean_ctor_set(x_104, 2, x_94); +lean_ctor_set(x_104, 3, x_95); +lean_ctor_set(x_104, 4, x_96); +lean_ctor_set(x_104, 5, x_103); +lean_ctor_set(x_104, 6, x_98); +lean_ctor_set(x_104, 7, x_99); +lean_ctor_set(x_104, 8, x_100); +lean_ctor_set(x_104, 9, x_101); +lean_ctor_set(x_104, 10, x_102); lean_inc(x_11); -lean_inc(x_51); -x_94 = l_Lean_Elab_Term_withInfoContext_x27(x_51, x_61, x_62, x_6, x_7, x_8, x_9, x_93, x_11, x_59); -if (lean_obj_tag(x_94) == 0) +lean_inc(x_104); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_105 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(x_54, x_59, x_6, x_7, x_8, x_9, x_104, x_11, x_58); +if (lean_obj_tag(x_105) == 0) { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(x_11, x_96); +lean_object* x_106; lean_object* x_107; lean_object* x_108; +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); +lean_inc(x_11); +lean_inc(x_104); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_108 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr(x_55, x_59, x_6, x_7, x_8, x_9, x_104, x_11, x_107); +if (lean_obj_tag(x_108) == 0) +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_108, 1); +lean_inc(x_110); +lean_dec(x_108); +lean_inc(x_11); +x_111 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkBinOp(x_53, x_106, x_109, x_6, x_7, x_8, x_9, x_104, x_11, x_110); +if (lean_obj_tag(x_111) == 0) +{ +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; +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 = l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(x_11, x_113); +lean_dec(x_11); +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_114, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_117 = x_114; +} else { + lean_dec_ref(x_114); + x_117 = lean_box(0); +} +x_118 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_118, 0, x_51); +lean_ctor_set(x_118, 1, x_115); +lean_ctor_set(x_118, 2, x_112); +if (lean_is_scalar(x_117)) { + x_119 = lean_alloc_ctor(0, 2, 0); +} else { + x_119 = x_117; +} +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; lean_object* x_123; +lean_dec(x_51); +lean_dec(x_11); +x_120 = lean_ctor_get(x_111, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_111, 1); +lean_inc(x_121); +if (lean_is_exclusive(x_111)) { + lean_ctor_release(x_111, 0); + lean_ctor_release(x_111, 1); + x_122 = x_111; +} else { + lean_dec_ref(x_111); + x_122 = lean_box(0); +} +if (lean_is_scalar(x_122)) { + x_123 = lean_alloc_ctor(1, 2, 0); +} else { + x_123 = x_122; +} +lean_ctor_set(x_123, 0, x_120); +lean_ctor_set(x_123, 1, x_121); +return x_123; +} +} +else +{ +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; +lean_dec(x_106); +lean_dec(x_104); +lean_dec(x_53); +lean_dec(x_51); lean_dec(x_11); -x_98 = lean_ctor_get(x_97, 0); -lean_inc(x_98); -x_99 = lean_ctor_get(x_97, 1); -lean_inc(x_99); -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - lean_ctor_release(x_97, 1); - x_100 = x_97; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_124 = lean_ctor_get(x_108, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_108, 1); +lean_inc(x_125); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_126 = x_108; } else { - lean_dec_ref(x_97); - x_100 = lean_box(0); -} -x_101 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_101, 0, x_51); -lean_ctor_set(x_101, 1, x_98); -lean_ctor_set(x_101, 2, x_95); -if (lean_is_scalar(x_100)) { - x_102 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_108); + x_126 = lean_box(0); +} +if (lean_is_scalar(x_126)) { + x_127 = lean_alloc_ctor(1, 2, 0); } else { - x_102 = x_100; + x_127 = x_126; +} +lean_ctor_set(x_127, 0, x_124); +lean_ctor_set(x_127, 1, x_125); +return x_127; } -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_99); -return x_102; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; +lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +lean_dec(x_104); +lean_dec(x_55); +lean_dec(x_53); lean_dec(x_51); lean_dec(x_11); -x_103 = lean_ctor_get(x_94, 0); -lean_inc(x_103); -x_104 = lean_ctor_get(x_94, 1); -lean_inc(x_104); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - x_105 = x_94; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_128 = lean_ctor_get(x_105, 0); +lean_inc(x_128); +x_129 = lean_ctor_get(x_105, 1); +lean_inc(x_129); +if (lean_is_exclusive(x_105)) { + lean_ctor_release(x_105, 0); + lean_ctor_release(x_105, 1); + x_130 = x_105; } else { - lean_dec_ref(x_94); - x_105 = lean_box(0); + lean_dec_ref(x_105); + x_130 = lean_box(0); } -if (lean_is_scalar(x_105)) { - x_106 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_130)) { + x_131 = lean_alloc_ctor(1, 2, 0); } else { - x_106 = x_105; + x_131 = x_130; } -lean_ctor_set(x_106, 0, x_103); -lean_ctor_set(x_106, 1, x_104); -return x_106; +lean_ctor_set(x_131, 0, x_128); +lean_ctor_set(x_131, 1, x_129); +return x_131; } } } else { -lean_object* x_107; uint8_t x_108; uint8_t x_109; lean_object* x_110; -lean_inc(x_54); -x_107 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_107, 0, x_54); -x_108 = 1; -x_109 = 0; +lean_object* x_132; uint8_t x_133; uint8_t x_134; lean_object* x_135; +lean_inc(x_53); +x_132 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_132, 0, x_53); +x_133 = 1; +x_134 = 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_107); +lean_inc(x_132); lean_inc(x_1); -x_110 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_55, x_107, x_108, x_109, x_6, x_7, x_8, x_9, x_10, x_11, x_59); -if (lean_obj_tag(x_110) == 0) +x_135 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_54, x_132, x_133, x_134, x_6, x_7, x_8, x_9, x_10, x_11, x_58); +if (lean_obj_tag(x_135) == 0) { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_56, x_107, x_109, x_109, x_6, x_7, x_8, x_9, x_10, x_11, x_112); -if (lean_obj_tag(x_113) == 0) -{ -uint8_t x_114; -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; lean_object* x_116; -x_115 = lean_ctor_get(x_113, 0); -if (lean_is_scalar(x_57)) { - x_116 = lean_alloc_ctor(1, 5, 1); +lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_136 = lean_ctor_get(x_135, 0); +lean_inc(x_136); +x_137 = lean_ctor_get(x_135, 1); +lean_inc(x_137); +lean_dec(x_135); +x_138 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_55, x_132, x_134, x_134, x_6, x_7, x_8, x_9, x_10, x_11, x_137); +if (lean_obj_tag(x_138) == 0) +{ +uint8_t x_139; +x_139 = !lean_is_exclusive(x_138); +if (x_139 == 0) +{ +lean_object* x_140; lean_object* x_141; +x_140 = lean_ctor_get(x_138, 0); +if (lean_is_scalar(x_56)) { + x_141 = lean_alloc_ctor(1, 4, 1); } else { - x_116 = x_57; + x_141 = x_56; } -lean_ctor_set(x_116, 0, x_51); -lean_ctor_set(x_116, 1, x_52); -lean_ctor_set(x_116, 2, x_54); -lean_ctor_set(x_116, 3, x_111); -lean_ctor_set(x_116, 4, x_115); -lean_ctor_set_uint8(x_116, sizeof(void*)*5, x_53); -lean_ctor_set(x_113, 0, x_116); -return x_113; +lean_ctor_set(x_141, 0, x_51); +lean_ctor_set(x_141, 1, x_53); +lean_ctor_set(x_141, 2, x_136); +lean_ctor_set(x_141, 3, x_140); +lean_ctor_set_uint8(x_141, sizeof(void*)*4, x_52); +lean_ctor_set(x_138, 0, x_141); +return x_138; } else { -lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_117 = lean_ctor_get(x_113, 0); -x_118 = lean_ctor_get(x_113, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_113); -if (lean_is_scalar(x_57)) { - x_119 = lean_alloc_ctor(1, 5, 1); +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_142 = lean_ctor_get(x_138, 0); +x_143 = lean_ctor_get(x_138, 1); +lean_inc(x_143); +lean_inc(x_142); +lean_dec(x_138); +if (lean_is_scalar(x_56)) { + x_144 = lean_alloc_ctor(1, 4, 1); } else { - x_119 = x_57; + x_144 = x_56; } -lean_ctor_set(x_119, 0, x_51); -lean_ctor_set(x_119, 1, x_52); -lean_ctor_set(x_119, 2, x_54); -lean_ctor_set(x_119, 3, x_111); -lean_ctor_set(x_119, 4, x_117); -lean_ctor_set_uint8(x_119, sizeof(void*)*5, x_53); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_118); -return x_120; +lean_ctor_set(x_144, 0, x_51); +lean_ctor_set(x_144, 1, x_53); +lean_ctor_set(x_144, 2, x_136); +lean_ctor_set(x_144, 3, x_142); +lean_ctor_set_uint8(x_144, sizeof(void*)*4, x_52); +x_145 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_145, 0, x_144); +lean_ctor_set(x_145, 1, x_143); +return x_145; } } else { -uint8_t x_121; -lean_dec(x_111); -lean_dec(x_57); -lean_dec(x_54); -lean_dec(x_52); +uint8_t x_146; +lean_dec(x_136); +lean_dec(x_56); +lean_dec(x_53); lean_dec(x_51); -x_121 = !lean_is_exclusive(x_113); -if (x_121 == 0) +x_146 = !lean_is_exclusive(x_138); +if (x_146 == 0) { -return x_113; +return x_138; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_113, 0); -x_123 = lean_ctor_get(x_113, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_113); -x_124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_124, 0, x_122); -lean_ctor_set(x_124, 1, x_123); -return x_124; +lean_object* x_147; lean_object* x_148; lean_object* x_149; +x_147 = lean_ctor_get(x_138, 0); +x_148 = lean_ctor_get(x_138, 1); +lean_inc(x_148); +lean_inc(x_147); +lean_dec(x_138); +x_149 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_149, 0, x_147); +lean_ctor_set(x_149, 1, x_148); +return x_149; } } } else { -uint8_t x_125; -lean_dec(x_107); -lean_dec(x_57); +uint8_t x_150; +lean_dec(x_132); lean_dec(x_56); -lean_dec(x_54); -lean_dec(x_52); +lean_dec(x_55); +lean_dec(x_53); lean_dec(x_51); lean_dec(x_11); lean_dec(x_10); @@ -9657,169 +9951,243 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_125 = !lean_is_exclusive(x_110); -if (x_125 == 0) +x_150 = !lean_is_exclusive(x_135); +if (x_150 == 0) { -return x_110; +return x_135; } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_110, 0); -x_127 = lean_ctor_get(x_110, 1); -lean_inc(x_127); -lean_inc(x_126); -lean_dec(x_110); -x_128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_128, 0, x_126); -lean_ctor_set(x_128, 1, x_127); -return x_128; +lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_151 = lean_ctor_get(x_135, 0); +x_152 = lean_ctor_get(x_135, 1); +lean_inc(x_152); +lean_inc(x_151); +lean_dec(x_135); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +return x_153; } } } } } -default: +case 2: { -uint8_t x_134; +uint8_t x_159; lean_dec(x_3); -x_134 = !lean_is_exclusive(x_2); -if (x_134 == 0) -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; lean_object* x_141; -x_135 = lean_ctor_get(x_2, 0); -x_136 = lean_ctor_get(x_2, 1); -x_137 = lean_ctor_get(x_2, 2); -x_138 = lean_ctor_get(x_2, 3); -x_139 = lean_box(0); -x_140 = 0; -x_141 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_138, x_139, x_140, x_140, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_141) == 0) -{ -uint8_t x_142; -x_142 = !lean_is_exclusive(x_141); -if (x_142 == 0) -{ -lean_object* x_143; -x_143 = lean_ctor_get(x_141, 0); -lean_ctor_set(x_2, 3, x_143); -lean_ctor_set(x_141, 0, x_2); -return x_141; -} -else -{ -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_141, 0); -x_145 = lean_ctor_get(x_141, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_141); -lean_ctor_set(x_2, 3, x_144); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_2); -lean_ctor_set(x_146, 1, x_145); -return x_146; +x_159 = !lean_is_exclusive(x_2); +if (x_159 == 0) +{ +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; uint8_t x_164; lean_object* x_165; +x_160 = lean_ctor_get(x_2, 0); +x_161 = lean_ctor_get(x_2, 1); +x_162 = lean_ctor_get(x_2, 2); +x_163 = lean_box(0); +x_164 = 0; +x_165 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_162, x_163, x_164, x_164, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_165) == 0) +{ +uint8_t x_166; +x_166 = !lean_is_exclusive(x_165); +if (x_166 == 0) +{ +lean_object* x_167; +x_167 = lean_ctor_get(x_165, 0); +lean_ctor_set(x_2, 2, x_167); +lean_ctor_set(x_165, 0, x_2); +return x_165; +} +else +{ +lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_168 = lean_ctor_get(x_165, 0); +x_169 = lean_ctor_get(x_165, 1); +lean_inc(x_169); +lean_inc(x_168); +lean_dec(x_165); +lean_ctor_set(x_2, 2, x_168); +x_170 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_170, 0, x_2); +lean_ctor_set(x_170, 1, x_169); +return x_170; } } else { -uint8_t x_147; +uint8_t x_171; lean_free_object(x_2); -lean_dec(x_137); -lean_dec(x_136); -lean_dec(x_135); -x_147 = !lean_is_exclusive(x_141); -if (x_147 == 0) +lean_dec(x_161); +lean_dec(x_160); +x_171 = !lean_is_exclusive(x_165); +if (x_171 == 0) { -return x_141; +return x_165; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_141, 0); -x_149 = lean_ctor_get(x_141, 1); -lean_inc(x_149); -lean_inc(x_148); -lean_dec(x_141); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; +lean_object* x_172; lean_object* x_173; lean_object* x_174; +x_172 = lean_ctor_get(x_165, 0); +x_173 = lean_ctor_get(x_165, 1); +lean_inc(x_173); +lean_inc(x_172); +lean_dec(x_165); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +return x_174; } } } else { -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; -x_151 = lean_ctor_get(x_2, 0); -x_152 = lean_ctor_get(x_2, 1); -x_153 = lean_ctor_get(x_2, 2); -x_154 = lean_ctor_get(x_2, 3); -lean_inc(x_154); -lean_inc(x_153); -lean_inc(x_152); -lean_inc(x_151); +lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; lean_object* x_180; +x_175 = lean_ctor_get(x_2, 0); +x_176 = lean_ctor_get(x_2, 1); +x_177 = lean_ctor_get(x_2, 2); +lean_inc(x_177); +lean_inc(x_176); +lean_inc(x_175); lean_dec(x_2); -x_155 = lean_box(0); -x_156 = 0; -x_157 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_154, x_155, x_156, x_156, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_157) == 0) -{ -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -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; +x_178 = lean_box(0); +x_179 = 0; +x_180 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go(x_1, x_177, x_178, x_179, x_179, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +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; +x_181 = lean_ctor_get(x_180, 0); +lean_inc(x_181); +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_157); - x_160 = lean_box(0); -} -x_161 = lean_alloc_ctor(2, 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_158); -if (lean_is_scalar(x_160)) { - x_162 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_180); + x_183 = lean_box(0); +} +x_184 = lean_alloc_ctor(2, 3, 0); +lean_ctor_set(x_184, 0, x_175); +lean_ctor_set(x_184, 1, x_176); +lean_ctor_set(x_184, 2, x_181); +if (lean_is_scalar(x_183)) { + x_185 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_160; + x_185 = x_183; } -lean_ctor_set(x_162, 0, x_161); -lean_ctor_set(x_162, 1, x_159); -return x_162; +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_182); +return x_185; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -lean_dec(x_153); -lean_dec(x_152); -lean_dec(x_151); -x_163 = lean_ctor_get(x_157, 0); -lean_inc(x_163); -x_164 = lean_ctor_get(x_157, 1); -lean_inc(x_164); -if (lean_is_exclusive(x_157)) { - lean_ctor_release(x_157, 0); - lean_ctor_release(x_157, 1); - x_165 = x_157; +lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; +lean_dec(x_176); +lean_dec(x_175); +x_186 = lean_ctor_get(x_180, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_180, 1); +lean_inc(x_187); +if (lean_is_exclusive(x_180)) { + lean_ctor_release(x_180, 0); + lean_ctor_release(x_180, 1); + x_188 = x_180; } else { - lean_dec_ref(x_157); - x_165 = lean_box(0); + lean_dec_ref(x_180); + x_188 = lean_box(0); } -if (lean_is_scalar(x_165)) { - x_166 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_188)) { + x_189 = lean_alloc_ctor(1, 2, 0); } else { - x_166 = x_165; + x_189 = x_188; +} +lean_ctor_set(x_189, 0, x_186); +lean_ctor_set(x_189, 1, x_187); +return x_189; } -lean_ctor_set(x_166, 0, x_163); -lean_ctor_set(x_166, 1, x_164); -return x_166; } } +default: +{ +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; +x_190 = lean_ctor_get(x_2, 0); +lean_inc(x_190); +x_191 = lean_ctor_get(x_2, 1); +lean_inc(x_191); +x_192 = lean_ctor_get(x_2, 2); +lean_inc(x_192); +x_193 = lean_ctor_get(x_2, 3); +lean_inc(x_193); +lean_dec(x_2); +x_194 = lean_box(x_4); +x_195 = lean_box(x_5); +lean_inc(x_192); +lean_inc(x_191); +x_196 = lean_alloc_closure((void*)(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__4___boxed), 15, 8); +lean_closure_set(x_196, 0, x_1); +lean_closure_set(x_196, 1, x_193); +lean_closure_set(x_196, 2, x_3); +lean_closure_set(x_196, 3, x_194); +lean_closure_set(x_196, 4, x_195); +lean_closure_set(x_196, 5, x_190); +lean_closure_set(x_196, 6, x_191); +lean_closure_set(x_196, 7, x_192); +x_197 = !lean_is_exclusive(x_10); +if (x_197 == 0) +{ +lean_object* x_198; lean_object* x_199; lean_object* x_200; +x_198 = lean_ctor_get(x_10, 5); +x_199 = l_Lean_replaceRef(x_191, x_198); +lean_dec(x_198); +lean_ctor_set(x_10, 5, x_199); +x_200 = l_Lean_Elab_Term_withPushMacroExpansionStack___rarg(x_191, x_192, x_196, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_200; +} +else +{ +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; +x_201 = lean_ctor_get(x_10, 0); +x_202 = lean_ctor_get(x_10, 1); +x_203 = lean_ctor_get(x_10, 2); +x_204 = lean_ctor_get(x_10, 3); +x_205 = lean_ctor_get(x_10, 4); +x_206 = lean_ctor_get(x_10, 5); +x_207 = lean_ctor_get(x_10, 6); +x_208 = lean_ctor_get(x_10, 7); +x_209 = lean_ctor_get(x_10, 8); +x_210 = lean_ctor_get(x_10, 9); +x_211 = lean_ctor_get(x_10, 10); +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_dec(x_10); +x_212 = l_Lean_replaceRef(x_191, x_206); +lean_dec(x_206); +x_213 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_213, 0, x_201); +lean_ctor_set(x_213, 1, x_202); +lean_ctor_set(x_213, 2, x_203); +lean_ctor_set(x_213, 3, x_204); +lean_ctor_set(x_213, 4, x_205); +lean_ctor_set(x_213, 5, x_212); +lean_ctor_set(x_213, 6, x_207); +lean_ctor_set(x_213, 7, x_208); +lean_ctor_set(x_213, 8, x_209); +lean_ctor_set(x_213, 9, x_210); +lean_ctor_set(x_213, 10, x_211); +x_214 = l_Lean_Elab_Term_withPushMacroExpansionStack___rarg(x_191, x_192, x_196, x_6, x_7, x_8, x_9, x_213, x_11, x_12); +return x_214; +} } } } @@ -10548,18 +10916,16 @@ x_19 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__3( return x_19; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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_object* x_15) { _start: { -lean_object* x_12; -x_12 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +uint8_t x_16; uint8_t x_17; lean_object* x_18; +x_16 = lean_unbox(x_4); +lean_dec(x_4); +x_17 = lean_unbox(x_5); lean_dec(x_5); -return x_12; +x_18 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__4(x_1, x_2, x_3, x_16, x_17, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +return x_18; } } LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___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) { @@ -10707,7 +11073,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(393u); +x_1 = lean_unsigned_to_nat(401u); x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10719,7 +11085,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(393u); +x_1 = lean_unsigned_to_nat(401u); x_2 = lean_unsigned_to_nat(34u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10747,7 +11113,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(393u); +x_1 = lean_unsigned_to_nat(401u); x_2 = lean_unsigned_to_nat(4u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10759,7 +11125,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(393u); +x_1 = lean_unsigned_to_nat(401u); x_2 = lean_unsigned_to_nat(13u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10858,7 +11224,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRan _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(396u); +x_1 = lean_unsigned_to_nat(404u); x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10870,7 +11236,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRan _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(396u); +x_1 = lean_unsigned_to_nat(404u); x_2 = lean_unsigned_to_nat(38u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10898,7 +11264,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRan _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(396u); +x_1 = lean_unsigned_to_nat(404u); x_2 = lean_unsigned_to_nat(4u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -10910,7 +11276,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRan _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(396u); +x_1 = lean_unsigned_to_nat(404u); x_2 = lean_unsigned_to_nat(17u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -11009,7 +11375,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(399u); +x_1 = lean_unsigned_to_nat(407u); x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -11021,7 +11387,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(399u); +x_1 = lean_unsigned_to_nat(407u); x_2 = lean_unsigned_to_nat(33u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -11049,7 +11415,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(399u); +x_1 = lean_unsigned_to_nat(407u); x_2 = lean_unsigned_to_nat(4u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -11061,7 +11427,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(399u); +x_1 = lean_unsigned_to_nat(407u); x_2 = lean_unsigned_to_nat(12u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12218,165 +12584,163 @@ lean_inc(x_6); x_33 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree(x_30, x_6, x_7, x_8, x_9, x_32, x_11, x_28); if (lean_obj_tag(x_33) == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; x_34 = lean_ctor_get(x_33, 0); lean_inc(x_34); x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec(x_33); -x_36 = lean_box(0); -x_37 = 0; +x_36 = 0; lean_inc(x_34); lean_inc(x_27); lean_inc(x_3); -x_38 = lean_alloc_ctor(1, 5, 1); -lean_ctor_set(x_38, 0, x_2); -lean_ctor_set(x_38, 1, x_36); -lean_ctor_set(x_38, 2, x_3); -lean_ctor_set(x_38, 3, x_27); -lean_ctor_set(x_38, 4, x_34); -lean_ctor_set_uint8(x_38, sizeof(void*)*5, x_37); -x_39 = lean_box(0); +x_37 = lean_alloc_ctor(1, 4, 1); +lean_ctor_set(x_37, 0, x_2); +lean_ctor_set(x_37, 1, x_3); +lean_ctor_set(x_37, 2, x_27); +lean_ctor_set(x_37, 3, x_34); +lean_ctor_set_uint8(x_37, sizeof(void*)*4, x_36); +x_38 = lean_box(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_38); -x_40 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze(x_38, x_39, x_6, x_7, x_8, x_9, x_10, x_11, x_35); -if (lean_obj_tag(x_40) == 0) +lean_inc(x_37); +x_39 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze(x_37, x_38, x_6, x_7, x_8, x_9, x_10, x_11, x_35); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_41 = lean_ctor_get(x_40, 0); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_39, 1); lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__3___closed__2; -x_44 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_42); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -lean_dec(x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); +lean_dec(x_39); +x_42 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__3___closed__2; +x_43 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_42, x_6, x_7, x_8, x_9, x_10, x_11, x_41); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); lean_dec(x_44); -x_48 = lean_box(0); -x_49 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_39, x_3, x_5, x_41, x_38, x_43, x_48, x_6, x_7, x_8, x_9, x_10, x_11, x_47); -return x_49; +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = lean_box(0); +x_48 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_47, x_6, x_7, x_8, x_9, x_10, x_11, x_46); +return x_48; } else { -uint8_t x_50; -x_50 = lean_ctor_get_uint8(x_41, sizeof(void*)*1); -if (x_50 == 0) +uint8_t x_49; +x_49 = lean_ctor_get_uint8(x_40, sizeof(void*)*1); +if (x_49 == 0) { -lean_object* x_51; -x_51 = lean_ctor_get(x_41, 0); -lean_inc(x_51); -if (lean_obj_tag(x_51) == 0) +lean_object* x_50; +x_50 = lean_ctor_get(x_40, 0); +lean_inc(x_50); +if (lean_obj_tag(x_50) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_52 = lean_ctor_get(x_44, 1); -lean_inc(x_52); -lean_dec(x_44); -x_53 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__14; -x_54 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_43, x_53, x_6, x_7, x_8, x_9, x_10, x_11, x_52); -x_55 = lean_ctor_get(x_54, 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; +x_51 = lean_ctor_get(x_43, 1); +lean_inc(x_51); +lean_dec(x_43); +x_52 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__14; +x_53 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_42, x_52, x_6, x_7, x_8, x_9, x_10, x_11, x_51); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); lean_inc(x_55); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -x_57 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_39, x_3, x_5, x_41, x_38, x_43, x_55, x_6, x_7, x_8, x_9, x_10, x_11, x_56); -return x_57; +lean_dec(x_53); +x_56 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_54, x_6, x_7, x_8, x_9, x_10, x_11, x_55); +return x_56; } else { -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; -x_58 = lean_ctor_get(x_44, 1); +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_ctor_get(x_43, 1); +lean_inc(x_57); +lean_dec(x_43); +x_58 = lean_ctor_get(x_50, 0); lean_inc(x_58); -lean_dec(x_44); -x_59 = lean_ctor_get(x_51, 0); -lean_inc(x_59); -lean_dec(x_51); -x_60 = l_Lean_MessageData_ofExpr(x_59); -x_61 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__9; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -x_63 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; -x_64 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_64, 0, x_62); -lean_ctor_set(x_64, 1, x_63); -x_65 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_43, x_64, x_6, x_7, x_8, x_9, x_10, x_11, x_58); -x_66 = lean_ctor_get(x_65, 0); +lean_dec(x_50); +x_59 = l_Lean_MessageData_ofExpr(x_58); +x_60 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__9; +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_59); +x_62 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; +x_63 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +x_64 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_42, x_63, x_6, x_7, x_8, x_9, x_10, x_11, x_57); +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_64, 1); lean_inc(x_66); -x_67 = lean_ctor_get(x_65, 1); -lean_inc(x_67); -lean_dec(x_65); -x_68 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_39, x_3, x_5, x_41, x_38, x_43, x_66, x_6, x_7, x_8, x_9, x_10, x_11, x_67); -return x_68; +lean_dec(x_64); +x_67 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_65, x_6, x_7, x_8, x_9, x_10, x_11, x_66); +return x_67; } } else { -lean_object* x_69; -x_69 = lean_ctor_get(x_41, 0); -lean_inc(x_69); -if (lean_obj_tag(x_69) == 0) +lean_object* x_68; +x_68 = lean_ctor_get(x_40, 0); +lean_inc(x_68); +if (lean_obj_tag(x_68) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_70 = lean_ctor_get(x_44, 1); -lean_inc(x_70); -lean_dec(x_44); -x_71 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__21; -x_72 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_43, x_71, x_6, x_7, x_8, x_9, x_10, x_11, x_70); -x_73 = lean_ctor_get(x_72, 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; +x_69 = lean_ctor_get(x_43, 1); +lean_inc(x_69); +lean_dec(x_43); +x_70 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__21; +x_71 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_42, x_70, x_6, x_7, x_8, x_9, x_10, x_11, x_69); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_71, 1); lean_inc(x_73); -x_74 = lean_ctor_get(x_72, 1); -lean_inc(x_74); -lean_dec(x_72); -x_75 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_39, x_3, x_5, x_41, x_38, x_43, x_73, x_6, x_7, x_8, x_9, x_10, x_11, x_74); -return x_75; +lean_dec(x_71); +x_74 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_72, x_6, x_7, x_8, x_9, x_10, x_11, x_73); +return x_74; } else { -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_76 = lean_ctor_get(x_44, 1); +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; +x_75 = lean_ctor_get(x_43, 1); +lean_inc(x_75); +lean_dec(x_43); +x_76 = lean_ctor_get(x_68, 0); lean_inc(x_76); -lean_dec(x_44); -x_77 = lean_ctor_get(x_69, 0); -lean_inc(x_77); -lean_dec(x_69); -x_78 = l_Lean_MessageData_ofExpr(x_77); -x_79 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__19; -x_80 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_78); -x_81 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; -x_82 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -x_83 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_43, x_82, x_6, x_7, x_8, x_9, x_10, x_11, x_76); -x_84 = lean_ctor_get(x_83, 0); +lean_dec(x_68); +x_77 = l_Lean_MessageData_ofExpr(x_76); +x_78 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__19; +x_79 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_77); +x_80 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; +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 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_42, x_81, x_6, x_7, x_8, x_9, x_10, x_11, x_75); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_82, 1); lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); -lean_inc(x_85); -lean_dec(x_83); -x_86 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_39, x_3, x_5, x_41, x_38, x_43, x_84, x_6, x_7, x_8, x_9, x_10, x_11, x_85); -return x_86; +lean_dec(x_82); +x_85 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_83, x_6, x_7, x_8, x_9, x_10, x_11, x_84); +return x_85; } } } } else { -uint8_t x_87; -lean_dec(x_38); +uint8_t x_86; +lean_dec(x_37); lean_dec(x_34); lean_dec(x_27); lean_dec(x_11); @@ -12387,29 +12751,29 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_87 = !lean_is_exclusive(x_40); -if (x_87 == 0) +x_86 = !lean_is_exclusive(x_39); +if (x_86 == 0) { -return x_40; +return x_39; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_40, 0); -x_89 = lean_ctor_get(x_40, 1); -lean_inc(x_89); +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_39, 0); +x_88 = lean_ctor_get(x_39, 1); lean_inc(x_88); -lean_dec(x_40); -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; +lean_inc(x_87); +lean_dec(x_39); +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } } else { -uint8_t x_91; +uint8_t x_90; lean_dec(x_27); lean_dec(x_11); lean_dec(x_10); @@ -12420,29 +12784,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_91 = !lean_is_exclusive(x_33); -if (x_91 == 0) +x_90 = !lean_is_exclusive(x_33); +if (x_90 == 0) { return x_33; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_33, 0); -x_93 = lean_ctor_get(x_33, 1); -lean_inc(x_93); +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_33, 0); +x_92 = lean_ctor_get(x_33, 1); lean_inc(x_92); +lean_inc(x_91); lean_dec(x_33); -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; +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; } } } else { -uint8_t x_95; +uint8_t x_94; lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -12463,23 +12827,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_95 = !lean_is_exclusive(x_26); -if (x_95 == 0) +x_94 = !lean_is_exclusive(x_26); +if (x_94 == 0) { return x_26; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_26, 0); -x_97 = lean_ctor_get(x_26, 1); -lean_inc(x_97); +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_26, 0); +x_96 = lean_ctor_get(x_26, 1); lean_inc(x_96); +lean_inc(x_95); lean_dec(x_26); -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_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; } } } @@ -12715,7 +13079,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(475u); +x_1 = lean_unsigned_to_nat(483u); x_2 = lean_unsigned_to_nat(28u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12727,7 +13091,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(475u); +x_1 = lean_unsigned_to_nat(483u); x_2 = lean_unsigned_to_nat(77u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12755,7 +13119,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(475u); +x_1 = lean_unsigned_to_nat(483u); x_2 = lean_unsigned_to_nat(32u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12767,7 +13131,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(475u); +x_1 = lean_unsigned_to_nat(483u); x_2 = lean_unsigned_to_nat(42u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12887,7 +13251,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_decl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(477u); +x_1 = lean_unsigned_to_nat(485u); x_2 = lean_unsigned_to_nat(36u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12899,7 +13263,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_decl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(477u); +x_1 = lean_unsigned_to_nat(485u); x_2 = lean_unsigned_to_nat(90u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12927,7 +13291,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_decl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(477u); +x_1 = lean_unsigned_to_nat(485u); x_2 = lean_unsigned_to_nat(40u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -12939,7 +13303,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabBinRelNoProp_decl _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(477u); +x_1 = lean_unsigned_to_nat(485u); x_2 = lean_unsigned_to_nat(56u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13253,7 +13617,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(480u); +x_1 = lean_unsigned_to_nat(488u); x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13265,7 +13629,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(495u); +x_1 = lean_unsigned_to_nat(503u); x_2 = lean_unsigned_to_nat(34u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13293,7 +13657,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(480u); +x_1 = lean_unsigned_to_nat(488u); x_2 = lean_unsigned_to_nat(4u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13305,7 +13669,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(480u); +x_1 = lean_unsigned_to_nat(488u); x_2 = lean_unsigned_to_nat(25u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13351,7 +13715,7 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -13361,37 +13725,37 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__1; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__1; x_2 = l___regBuiltin_Lean_Elab_Term_elabForIn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__2; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__2; x_2 = l_Lean_Elab_Term_elabForIn___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__3; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__3; x_2 = l___regBuiltin_Lean_Elab_Term_Op_elabBinOp___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__5() { _start: { lean_object* x_1; @@ -13399,17 +13763,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__4; -x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__5; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__4; +x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__7() { _start: { lean_object* x_1; @@ -13417,37 +13781,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__6; -x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__7; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__6; +x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__8; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__8; x_2 = l_Lean_Elab_Term_elabForIn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__9; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9; x_2 = l___regBuiltin_Lean_Elab_Term_elabForIn___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__11() { _start: { lean_object* x_1; @@ -13455,17 +13819,17 @@ x_1 = lean_mk_string_from_bytes("Extra", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__10; -x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__11; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10; +x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__13() { _start: { lean_object* x_1; @@ -13473,33 +13837,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__12; -x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__13; +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__12; +x_2 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__14; -x_2 = lean_unsigned_to_nat(7403u); +x_1 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__14; +x_2 = lean_unsigned_to_nat(7306u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306_(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_Extra_0__Lean_Elab_Term_Op_analyze_go___closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__15; +x_4 = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -14037,37 +14401,37 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_decl res = l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__1 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__1); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__2 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__2); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__3 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__3); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__4 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__4); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__5 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__5); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__6 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__6); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__7 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__7); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__8 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__8); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__9 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__9); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__10 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__10); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__11 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__11); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__12 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__12); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__13 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__13); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__14 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__14); -l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__15 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403____closed__15); -res = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7403_(lean_io_mk_world()); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__1 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__1); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__2 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__2); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__3 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__3); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__4 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__4); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__5 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__5); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__6 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__6); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__7 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__7); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__8 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__8); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__11 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__11); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__12 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__12); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__13 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__13); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__14 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__14); +l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__15 = _init_l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__15); +res = l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306_(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/InfoTree/Main.c b/stage0/stdlib/Lean/Elab/InfoTree/Main.c index 980fe67cd3a4..615ee2e6bb06 100644 --- a/stage0/stdlib/Lean/Elab/InfoTree/Main.c +++ b/stage0/stdlib/Lean/Elab/InfoTree/Main.c @@ -15,7 +15,6 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_InfoTree_substitute___spec__5(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_enableInfoTree(lean_object*); -static lean_object* l_Lean_Elab_CompletionInfo_format___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange(lean_object*, lean_object*); lean_object* l_Lean_Meta_ppExpr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_CompletionInfo_format(lean_object*, lean_object*, lean_object*); @@ -40,7 +39,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeMAux___at_Lean_Elab_Info LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___rarg___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_forInUnsafe_loop___at_Lean_Elab_InfoTree_findInfo_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_resolveGlobalConstWithInfos___spec__1___rarg___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoHole(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_TermInfo_format___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -49,6 +47,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_TermInfo_runMetaM(lean_object*); lean_object* l_Lean_resolveGlobalName___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___rarg___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_CompletionInfo_format___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_withSaveInfoContext___rarg___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_PersistentArray_findSomeMAux___at_Lean_Elab_InfoTree_findInfo_x3f___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -64,6 +63,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos(lean_object*); static lean_object* l_Lean_Elab_ContextInfo_ppGoals___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_TermInfo_runMetaM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_FieldRedeclInfo_format(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_CompletionInfo_format___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_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_ContextInfo_ppGoals___spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); @@ -139,7 +139,6 @@ static lean_object* l_Lean_Elab_InfoTree_format___closed__5; LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_format___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_resolveGlobalConst___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext_x27___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree___rarg___lambda__1(lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_TermInfo_format___lambda__1___closed__5; @@ -188,7 +187,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Elab_InfoT LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_InfoTree_substitute___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__4; static lean_object* l_Lean_Elab_FieldRedeclInfo_format___closed__1; -static lean_object* l_Lean_Elab_CompletionInfo_format___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_MacroExpansionInfo_format___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_InfoTree_substitute___spec__1(lean_object*, lean_object*); @@ -227,6 +225,7 @@ lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__4___rarg___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_withSaveInfoContext___rarg___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*); static lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___rarg___lambda__1___closed__2; +static lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___rarg___lambda__6(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_withSaveInfoContext___spec__3___rarg___lambda__1(size_t, 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_object*); @@ -243,6 +242,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_substitute(lean_object*, lean_obje LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_resolveGlobalConstWithInfos___spec__1___rarg___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_TacticInfo_format___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_FVarAliasInfo_format(lean_object*); +static lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___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_TermInfo_format___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -279,12 +279,12 @@ static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRa LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___closed__1; +static lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3; lean_object* lean_usize_to_nat(size_t); static lean_object* l_Lean_Elab_CustomInfo_format___closed__1; uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_assignInfoHoleId___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo(lean_object*); -static lean_object* l_Lean_Elab_CompletionInfo_format___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Elab_InfoTree_substitute___spec__7___boxed(lean_object*, lean_object*, lean_object*); @@ -354,6 +354,7 @@ static lean_object* l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___rarg___lambda__2(lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___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_object*, lean_object*); +static lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_Elab_CustomInfo_format___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_InfoTree_findInfo_x3f___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -376,6 +377,7 @@ static lean_object* l_Lean_Elab_instToFormatCustomInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___rarg___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_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object*, lean_object*, lean_object*); +lean_object* lean_io_error_to_string(lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__9; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_InfoTree_findInfo_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_findInfo_x3f(lean_object*, lean_object*); @@ -424,7 +426,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoHole___rarg___lambda__4___boxed(lea LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__2; static lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___closed__17; -static lean_object* l_Lean_Elab_CompletionInfo_format___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Info_toElabInfo_x3f(lean_object*); static lean_object* l_Lean_Elab_TermInfo_format___lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_withSaveInfoContext___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -450,7 +451,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___rarg___lambda__1(lean_ob size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_MacroExpansionInfo_format___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_TermInfo_format(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext___rarg___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* _init_l_Lean_Elab_ContextInfo_saveNoFileMap___rarg___lambda__1___closed__1() { _start: @@ -3219,25 +3219,7 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___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: -{ -lean_object* x_7; -x_7 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_7, 0, x_1); -lean_ctor_set(x_7, 1, x_6); -return x_7; -} -} -LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed), 6, 0); -return x_2; -} -} -static lean_object* _init_l_Lean_Elab_CompletionInfo_format___closed__1() { +static lean_object* _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -3245,17 +3227,17 @@ x_1 = lean_mk_string_from_bytes("[.] ", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_CompletionInfo_format___closed__2() { +static lean_object* _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_CompletionInfo_format___closed__1; +x_1 = l_Lean_Elab_CompletionInfo_format___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_Lean_Elab_CompletionInfo_format___closed__3() { +static lean_object* _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3() { _start: { lean_object* x_1; @@ -3263,16 +3245,142 @@ x_1 = lean_mk_string_from_bytes(" : ", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_CompletionInfo_format___closed__4() { +static lean_object* _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_CompletionInfo_format___closed__3; +x_1 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3; 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_Elab_CompletionInfo_format___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) { +_start: +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_8, 5); +x_12 = l_Lean_Elab_ContextInfo_ppSyntax(x_1, x_2, x_3, x_10); +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; 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; +x_14 = lean_ctor_get(x_12, 0); +x_15 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2; +x_16 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_14); +x_17 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; +x_18 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_18, 0, x_16); +lean_ctor_set(x_18, 1, x_17); +x_19 = l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1(x_4); +x_20 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___closed__2; +x_22 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +x_23 = l_Lean_Elab_CompletionInfo_stx(x_5); +x_24 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange(x_1, x_23); +x_25 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_25, 0, x_22); +lean_ctor_set(x_25, 1, x_24); +x_26 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__7; +x_27 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +lean_ctor_set(x_12, 0, x_27); +return x_12; +} +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; 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; lean_object* x_43; +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 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2; +x_31 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_28); +x_32 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; +x_33 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_32); +x_34 = l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1(x_4); +x_35 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set(x_35, 1, x_34); +x_36 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___closed__2; +x_37 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +x_38 = l_Lean_Elab_CompletionInfo_stx(x_5); +x_39 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange(x_1, x_38); +x_40 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_40, 0, x_37); +lean_ctor_set(x_40, 1, x_39); +x_41 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__7; +x_42 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, 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_29); +return x_43; +} +} +else +{ +uint8_t x_44; +x_44 = !lean_is_exclusive(x_12); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_45 = lean_ctor_get(x_12, 0); +x_46 = lean_io_error_to_string(x_45); +x_47 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_47, 0, x_46); +x_48 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_48, 0, x_47); +lean_inc(x_11); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_11); +lean_ctor_set(x_49, 1, x_48); +lean_ctor_set(x_12, 0, x_49); +return x_12; +} +else +{ +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_50 = lean_ctor_get(x_12, 0); +x_51 = lean_ctor_get(x_12, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_12); +x_52 = lean_io_error_to_string(x_50); +x_53 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_54 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_54, 0, x_53); +lean_inc(x_11); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_11); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_51); +return x_56; +} +} +} +} LEAN_EXPORT lean_object* l_Lean_Elab_CompletionInfo_format(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -3294,11 +3402,11 @@ if (x_7 == 0) { 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_8 = lean_ctor_get(x_6, 0); -x_9 = l_Lean_Elab_CompletionInfo_format___closed__2; +x_9 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2; x_10 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); -x_11 = l_Lean_Elab_CompletionInfo_format___closed__4; +x_11 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; x_12 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_12, 0, x_10); lean_ctor_set(x_12, 1, x_11); @@ -3322,11 +3430,11 @@ x_18 = lean_ctor_get(x_6, 1); lean_inc(x_18); lean_inc(x_17); lean_dec(x_6); -x_19 = l_Lean_Elab_CompletionInfo_format___closed__2; +x_19 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2; x_20 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_20, 0, x_19); lean_ctor_set(x_20, 1, x_17); -x_21 = l_Lean_Elab_CompletionInfo_format___closed__4; +x_21 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_20); lean_ctor_set(x_22, 1, x_21); @@ -3371,81 +3479,56 @@ return x_31; } case 1: { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; 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_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; x_32 = lean_ctor_get(x_2, 0); lean_inc(x_32); x_33 = lean_ctor_get(x_2, 2); lean_inc(x_33); x_34 = lean_ctor_get(x_2, 3); lean_inc(x_34); -x_35 = lean_box(0); -x_36 = 0; -x_37 = lean_unsigned_to_nat(0u); -x_38 = l_Lean_Syntax_formatStxAux(x_35, x_36, x_37, x_32); -x_39 = l_Lean_Elab_CompletionInfo_format___closed__2; -x_40 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_38); -x_41 = l_Lean_Elab_CompletionInfo_format___closed__4; -x_42 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_42, 0, x_40); -lean_ctor_set(x_42, 1, x_41); -x_43 = l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1(x_34); -lean_dec(x_34); -x_44 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_44, 0, x_42); -lean_ctor_set(x_44, 1, x_43); -x_45 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___closed__2; -x_46 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_45); -x_47 = l_Lean_Elab_CompletionInfo_stx(x_2); -lean_dec(x_2); -x_48 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange(x_1, x_47); -x_49 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_49, 0, x_46); -lean_ctor_set(x_49, 1, x_48); -x_50 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__7; -x_51 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed), 6, 1); -lean_closure_set(x_52, 0, x_51); -x_53 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_1, x_33, x_52, x_3); +lean_inc(x_33); +lean_inc(x_1); +x_35 = lean_alloc_closure((void*)(l_Lean_Elab_CompletionInfo_format___lambda__1___boxed), 10, 5); +lean_closure_set(x_35, 0, x_1); +lean_closure_set(x_35, 1, x_33); +lean_closure_set(x_35, 2, x_32); +lean_closure_set(x_35, 3, x_34); +lean_closure_set(x_35, 4, x_2); +x_36 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_1, x_33, x_35, x_3); lean_dec(x_1); -return x_53; +return x_36; } default: { -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; 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_54 = l_Lean_Elab_CompletionInfo_stx(x_2); +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; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_37 = l_Lean_Elab_CompletionInfo_stx(x_2); lean_dec(x_2); -x_55 = lean_box(0); -x_56 = 0; -x_57 = lean_unsigned_to_nat(0u); -lean_inc(x_54); -x_58 = l_Lean_Syntax_formatStxAux(x_55, x_56, x_57, x_54); -x_59 = l_Lean_Elab_CompletionInfo_format___closed__2; -x_60 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_58); -x_61 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___closed__2; -x_62 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -x_63 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange(x_1, x_54); +x_38 = lean_box(0); +x_39 = 0; +x_40 = lean_unsigned_to_nat(0u); +lean_inc(x_37); +x_41 = l_Lean_Syntax_formatStxAux(x_38, x_39, x_40, x_37); +x_42 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2; +x_43 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +x_44 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___closed__2; +x_45 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_45, 0, x_43); +lean_ctor_set(x_45, 1, x_44); +x_46 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange(x_1, x_37); lean_dec(x_1); -x_64 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_64, 0, x_62); -lean_ctor_set(x_64, 1, x_63); -x_65 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__7; -x_66 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_66, 0, x_64); -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_3); -return x_67; +x_47 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +x_48 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__7; +x_49 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_3); +return x_50; } } } @@ -3459,16 +3542,19 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___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_EXPORT lean_object* l_Lean_Elab_CompletionInfo_format___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: { -lean_object* x_7; -x_7 = l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_object* x_11; +x_11 = l_Lean_Elab_CompletionInfo_format___lambda__1(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); -return x_7; +lean_dec(x_1); +return x_11; } } static lean_object* _init_l_Lean_Elab_CommandInfo_format___closed__1() { @@ -3647,7 +3733,7 @@ x_22 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___ x_23 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_21); -x_24 = l_Lean_Elab_CompletionInfo_format___closed__4; +x_24 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; x_25 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_25, 0, x_23); lean_ctor_set(x_25, 1, x_24); @@ -3696,7 +3782,7 @@ x_42 = l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___ x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_42); lean_ctor_set(x_43, 1, x_41); -x_44 = l_Lean_Elab_CompletionInfo_format___closed__4; +x_44 = l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; x_45 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_45, 0, x_43); lean_ctor_set(x_45, 1, x_44); @@ -8507,7 +8593,7 @@ static lean_object* _init_l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___clos _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Elab.InfoTree.Main._hyg.4259.0 ).isNone\n ", 62); +x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Elab.InfoTree.Main._hyg.4280.0 ).isNone\n ", 62); return x_1; } } @@ -9262,14 +9348,14 @@ l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1___closed__3 = _in lean_mark_persistent(l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1___closed__3); l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1___closed__4 = _init_l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1___closed__4(); lean_mark_persistent(l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1___closed__4); -l_Lean_Elab_CompletionInfo_format___closed__1 = _init_l_Lean_Elab_CompletionInfo_format___closed__1(); -lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___closed__1); -l_Lean_Elab_CompletionInfo_format___closed__2 = _init_l_Lean_Elab_CompletionInfo_format___closed__2(); -lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___closed__2); -l_Lean_Elab_CompletionInfo_format___closed__3 = _init_l_Lean_Elab_CompletionInfo_format___closed__3(); -lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___closed__3); -l_Lean_Elab_CompletionInfo_format___closed__4 = _init_l_Lean_Elab_CompletionInfo_format___closed__4(); -lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___closed__4); +l_Lean_Elab_CompletionInfo_format___lambda__1___closed__1 = _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___lambda__1___closed__1); +l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2 = _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___lambda__1___closed__2); +l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3 = _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3); +l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4 = _init_l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4); l_Lean_Elab_CommandInfo_format___closed__1 = _init_l_Lean_Elab_CommandInfo_format___closed__1(); lean_mark_persistent(l_Lean_Elab_CommandInfo_format___closed__1); l_Lean_Elab_CommandInfo_format___closed__2 = _init_l_Lean_Elab_CommandInfo_format___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Quotation.c b/stage0/stdlib/Lean/Elab/Quotation.c index ef09d72441de..5c238b23a64e 100644 --- a/stage0/stdlib/Lean/Elab/Quotation.c +++ b/stage0/stdlib/Lean/Elab/Quotation.c @@ -58,14 +58,13 @@ LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quot static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__17; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__7___boxed(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29___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_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__5(lean_object*, lean_object*, lean_object*); @@ -86,9 +85,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__2; lean_object* l_Lean_Elab_Term_Quotation_getPatternsVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__5; -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__32; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__20; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -100,6 +97,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ lean_object* l_Lean_Syntax_getQuotContent(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__18; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48; +LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__15; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__2; @@ -107,13 +105,13 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___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_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107____closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8061____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_declRange___closed__1; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__23; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3; @@ -127,7 +125,6 @@ lean_object* l_Lean_Elab_Term_Quotation_getAntiquotKindSpec_x3f(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__5; lean_object* l_Array_sequenceMap___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__32; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__40; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__72; @@ -151,9 +148,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__2; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41; +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__48; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__1; @@ -174,14 +171,17 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28(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_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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* l_Lean_MessageData_ofList(lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__2; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__45; +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(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*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange___closed__5; @@ -191,7 +191,6 @@ LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quot static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__4; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__51; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice___closed__4; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__8; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__1; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__8; @@ -215,6 +214,7 @@ lean_object* l_Lean_Syntax_getArgs(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8038_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__19___boxed(lean_object**); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__33; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19; LEAN_EXPORT uint8_t l_List_beq___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__5(lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); @@ -228,6 +228,7 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___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*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__26; @@ -243,7 +244,7 @@ lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__19; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__7; lean_object* l_Lean_Syntax_getAntiquotTerm(lean_object*); -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__2; +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__16; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__27(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__11; @@ -271,7 +272,9 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_tryAddSyntaxNodeKindInfo(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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___closed__5; +static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__10; +LEAN_EXPORT lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; @@ -284,6 +287,8 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__8; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__46; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__11; @@ -321,11 +326,13 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__3; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__10; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__3; lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6; uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__39; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__14; lean_object* l_Lean_Elab_Term_instInhabitedTermElabM(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__15; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__27; @@ -350,8 +357,8 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quota static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8084____closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__44; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__24; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; @@ -371,9 +378,8 @@ static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___clos static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__30; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__5; lean_object* l_Lean_Syntax_getNumArgs(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation(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_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8015_(lean_object*); @@ -410,12 +416,11 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__44; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__77; size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_addNamedQuotInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___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*); static lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_empty___closed__1; @@ -426,6 +431,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061____closed__3; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__1; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8; lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(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_Quotation_mkSyntaxQuotation___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8107____closed__2; @@ -443,7 +449,6 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__4(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_getQuotKind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -456,8 +461,6 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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*, lean_object*); lean_object* l_String_dropRight(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__31; -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__4; -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); @@ -477,9 +480,11 @@ lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; lean_object* lean_nat_to_int(lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10; lean_object* l_Lean_MessageData_ofSyntax(lean_object*); lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabForall___spec__1___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__59; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__52; LEAN_EXPORT lean_object* l_Lean_mkHashSet___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__1(lean_object*); @@ -492,6 +497,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__70; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107____closed__4; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__16; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___boxed(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__47; @@ -514,9 +520,11 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__23; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__6; +static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__22___boxed(lean_object**); +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__8; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__1; @@ -537,15 +545,17 @@ LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_E LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__7; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__8; -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__8; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__82; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3___boxed(lean_object*, lean_object*); +lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17___closed__2; lean_object* l_Lean_quoteNameMk(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___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*); @@ -553,6 +563,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotati LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__23; @@ -596,18 +607,21 @@ lean_object* l_Lean_Syntax_antiquotSuffixSplice_x3f(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_match__syntax_expand___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_array_to_list(lean_object*, lean_object*); +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__21; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4; extern lean_object* l_Lean_Elab_Term_termElabAttribute; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__13; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___boxed(lean_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_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_append(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__6; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29; lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__14; @@ -629,10 +643,11 @@ static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__5(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__2; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__18; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__7; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__11; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; static lean_object* l_Lean_Elab_Term_Quotation_tryAddSyntaxNodeKindInfo___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__4; @@ -649,6 +664,7 @@ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__11; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32; LEAN_EXPORT lean_object* l_Lean_mkHashSet___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__1___boxed(lean_object*); @@ -695,6 +711,7 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__18; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__20; +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -710,6 +727,7 @@ LEAN_EXPORT uint8_t l_List_elem___at___private_Lean_Elab_Quotation_0__Lean_Elab_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__18___boxed(lean_object**); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__38; +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__29; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts(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_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__1; @@ -718,7 +736,6 @@ static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___clos static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5; -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(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*); uint8_t l_Lean_Syntax_isEscapedAntiquot(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__13; @@ -737,13 +754,15 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_ uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8061____closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__25; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__15; static lean_object* l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1___closed__1; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682_(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__7; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__1; lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_Term_resolveLocalName_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -774,23 +793,23 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__35; LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__42; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___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___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__30; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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_Elab_Term_Quotation_instReprMatchResult___closed__10; LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__8; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953_(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__74; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__61; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; @@ -809,20 +828,22 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange__ static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__19; -static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__3(size_t, size_t, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8038____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__9; +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_object* l_List_tail_x21___rarg(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__16(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_Quotation_ArrayStxBuilder_mkNode___closed__91; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__12; -static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8084____closed__3; @@ -833,6 +854,7 @@ lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__17; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__49; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__11; @@ -844,7 +866,7 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(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_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__28; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1; @@ -865,8 +887,10 @@ static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed uint8_t l_Lean_Syntax_isQuot(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3(lean_object*, lean_object*); +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__18; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__13; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__16; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18; @@ -876,13 +900,13 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015_(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__15; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__5; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__62; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__13; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__2; static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__4; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__43; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__18; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts_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*); @@ -910,22 +934,21 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__11; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__6; 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*); -static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__15; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__64; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62; -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107_(lean_object*); 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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__15; +static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__4; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -943,9 +966,11 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__22; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__8; +static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__2; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__54; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__8; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__8; @@ -953,6 +978,7 @@ static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__45; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10(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*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_getQuotKind___closed__10; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__79; @@ -974,14 +1000,16 @@ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation_____ lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_resolveSectionVariable_loop(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__10; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8084____closed__3; +lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__9; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__16; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice(lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___boxed(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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__12; @@ -997,7 +1025,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__15; uint8_t l_Lean_Syntax_isNone(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__42; @@ -1041,7 +1068,6 @@ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__26; @@ -1060,15 +1086,16 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8084_(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__10; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8038_(lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__55; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__17; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__24; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__22; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__43; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__47; +LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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_Elab_Term_Quotation_resolveSectionVariable(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(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_Array_back___rarg(lean_object*, lean_object*); @@ -1098,6 +1125,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8015____closed__3; LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26(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_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__24; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); @@ -1121,6 +1149,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__19; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7; lean_object* l_Lean_Syntax_node8(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1153,7 +1182,6 @@ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_o LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__1; -static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5; lean_object* l_Lean_Syntax_mkCApp(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__44; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot__; @@ -1173,6 +1201,8 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0_ lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; +static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__6; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__16; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___spec__2(lean_object*, size_t, size_t, lean_object*); @@ -1200,7 +1230,6 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__7; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1(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_Quotation_getQuotKind___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_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__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*); -static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__1; @@ -1220,7 +1249,6 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__8(size_t, 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_Quotation_match__syntax_expand___lambda__3(lean_object*, lean_object*, lean_object*); -static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__5; @@ -1238,6 +1266,7 @@ static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___boxed(lean_object**); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___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_Quotation_ArrayStxBuilder_mkNode___closed__56; @@ -1251,6 +1280,7 @@ lean_object* l_Lean_Meta_mkConstWithFreshMVarLevels(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__6___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__7(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__14; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__53; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__41; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25; @@ -1277,8 +1307,6 @@ lean_object* l_Lean_Syntax_getCanonicalAntiquot(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__12; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__27; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -18178,6 +18206,192 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } +static lean_object* _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("covered _ ", 10); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___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_Elab_Term_Quotation_instReprMatchResult___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___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_Elab_Term_Quotation_instReprMatchResult___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("false", 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___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_Elab_Term_Quotation_instReprMatchResult___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2; +x_2 = l_Lean_Elab_Term_Quotation_instReprMatchResult___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_Elab_Term_Quotation_instReprMatchResult___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__6; +x_2 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3; +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_Elab_Term_Quotation_instReprMatchResult___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__33; +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_Elab_Term_Quotation_instReprMatchResult___closed__9() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2; +x_2 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__8; +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_Elab_Term_Quotation_instReprMatchResult___closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__9; +x_2 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3; +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_Elab_Term_Quotation_instReprMatchResult___closed__11() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("uncovered", 9); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__11; +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_Elab_Term_Quotation_instReprMatchResult___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("undecided", 9); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__13; +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_Elab_Term_Quotation_instReprMatchResult(lean_object* x_1, lean_object* x_2) { +_start: +{ +switch (lean_obj_tag(x_1)) { +case 0: +{ +uint8_t x_3; +x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +if (x_3 == 0) +{ +lean_object* x_4; +x_4 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7; +return x_4; +} +else +{ +lean_object* x_5; +x_5 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__10; +return x_5; +} +} +case 1: +{ +lean_object* x_6; +x_6 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12; +return x_6; +} +default: +{ +lean_object* x_7; +x_7 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14; +return x_7; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Elab_Term_Quotation_instReprMatchResult(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__1() { _start: { @@ -22518,7 +22732,7 @@ if (x_4 == 0) lean_object* x_19; lean_dec(x_6); lean_dec(x_5); -x_19 = lean_box(1); +x_19 = lean_box(2); return x_19; } else @@ -22550,7 +22764,7 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_24 = lean_box(1); +x_24 = lean_box(2); return x_24; } } @@ -22559,8 +22773,7 @@ return x_24; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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) { _start: { -switch (lean_obj_tag(x_7)) { -case 2: +if (lean_obj_tag(x_7) == 2) { lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_7, 0); @@ -22600,21 +22813,13 @@ return x_19; } } } -case 3: +else { lean_object* x_20; lean_dec(x_3); x_20 = lean_box(2); return x_20; } -default: -{ -lean_object* x_21; -lean_dec(x_3); -x_21 = lean_box(1); -return x_21; -} -} } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__1() { @@ -27171,8 +27376,7 @@ return x_445; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -switch (lean_obj_tag(x_3)) { -case 1: +if (lean_obj_tag(x_3) == 1) { lean_object* x_4; lean_object* x_5; uint8_t x_6; x_4 = lean_ctor_get(x_3, 0); @@ -27221,7 +27425,7 @@ return x_14; } } } -case 3: +else { lean_object* x_15; lean_dec(x_3); @@ -27229,55 +27433,38 @@ lean_dec(x_2); x_15 = lean_box(2); return x_15; } -default: -{ -lean_object* x_16; -lean_dec(x_3); -lean_dec(x_2); -x_16 = lean_box(1); -return x_16; -} -} } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__1() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("false", 5); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__2() { -_start: -{ lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__1; +x_1 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__3() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__1; +x_2 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__4() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__36; -x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__1; +x_2 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__4() { _start: { lean_object* x_1; @@ -27285,30 +27472,30 @@ x_1 = lean_mk_string_from_bytes("cond", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__4; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___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_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5; +x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; @@ -27334,10 +27521,10 @@ x_20 = lean_ctor_get(x_18, 0); lean_inc(x_20); lean_dec(x_18); x_21 = lean_environment_main_module(x_20); -x_22 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__3; +x_22 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__2; lean_inc(x_16); x_23 = l_Lean_addMacroScope(x_21, x_22, x_16); -x_24 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__4; +x_24 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__3; lean_inc(x_1); x_25 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_25, 0, x_24); @@ -27346,7 +27533,7 @@ lean_inc(x_1); x_26 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_1); -x_27 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__2; +x_27 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__1; lean_inc(x_15); x_28 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_28, 0, x_15); @@ -27398,20 +27585,20 @@ x_41 = lean_ctor_get(x_40, 0); lean_inc(x_41); lean_dec(x_40); x_42 = lean_environment_main_module(x_41); -x_43 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7; +x_43 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; x_44 = l_Lean_addMacroScope(x_42, x_43, x_16); lean_inc(x_1); x_45 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_45, 0, x_43); lean_ctor_set(x_45, 1, x_1); -x_46 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8; +x_46 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7; x_47 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_47, 0, x_46); lean_ctor_set(x_47, 1, x_1); x_48 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_48, 0, x_45); lean_ctor_set(x_48, 1, x_47); -x_49 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; +x_49 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5; lean_inc(x_15); x_50 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_50, 0, x_15); @@ -27438,20 +27625,20 @@ x_57 = lean_ctor_get(x_55, 0); lean_inc(x_57); lean_dec(x_55); x_58 = lean_environment_main_module(x_57); -x_59 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7; +x_59 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; x_60 = l_Lean_addMacroScope(x_58, x_59, x_16); lean_inc(x_1); x_61 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_61, 0, x_59); lean_ctor_set(x_61, 1, x_1); -x_62 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8; +x_62 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7; x_63 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_63, 0, x_62); lean_ctor_set(x_63, 1, x_1); x_64 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_64, 0, x_61); lean_ctor_set(x_64, 1, x_63); -x_65 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; +x_65 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__5; lean_inc(x_15); x_66 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_66, 0, x_15); @@ -27938,77 +28125,77 @@ return x_1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30(lean_object* x_1, lean_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; uint8_t x_82; +lean_object* x_13; uint8_t x_86; lean_dec(x_5); -x_82 = l_Lean_Syntax_isAtom(x_1); -if (x_82 == 0) +x_86 = l_Lean_Syntax_isAtom(x_1); +if (x_86 == 0) { -lean_object* x_83; uint8_t x_84; -x_83 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; +lean_object* x_87; uint8_t x_88; +x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; lean_inc(x_1); -x_84 = l_Lean_Syntax_isOfKind(x_1, x_83); -if (x_84 == 0) +x_88 = l_Lean_Syntax_isOfKind(x_1, x_87); +if (x_88 == 0) { -uint8_t x_85; +uint8_t x_89; lean_inc(x_1); -x_85 = l_Lean_Syntax_isTokenAntiquot(x_1); -if (x_85 == 0) +x_89 = l_Lean_Syntax_isTokenAntiquot(x_1); +if (x_89 == 0) { -uint8_t x_86; +uint8_t x_90; lean_inc(x_1); -x_86 = l_Lean_Syntax_isAntiquots(x_1); -if (x_86 == 0) +x_90 = l_Lean_Syntax_isAntiquots(x_1); +if (x_90 == 0) { -uint8_t x_87; -x_87 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); -if (x_87 == 0) +uint8_t x_91; +x_91 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); +if (x_91 == 0) { -uint8_t x_88; -x_88 = l_Lean_Syntax_isAntiquotSplice(x_1); -if (x_88 == 0) +uint8_t x_92; +x_92 = l_Lean_Syntax_isAntiquotSplice(x_1); +if (x_92 == 0) { -lean_object* x_89; +lean_object* x_93; 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_89 = lean_box(0); -x_13 = x_89; -goto block_81; +x_93 = lean_box(0); +x_13 = x_93; +goto block_85; } else { -lean_object* x_90; lean_object* x_91; +lean_object* x_94; lean_object* x_95; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_90 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_91 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_90, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_91; +x_94 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_95 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_94, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_95; } } else { -lean_object* x_92; lean_object* x_93; +lean_object* x_96; lean_object* x_97; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_92 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_93 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_92, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_93; +x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_97 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_96, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_97; } } else { -lean_object* x_94; uint8_t x_95; +lean_object* x_98; uint8_t x_99; lean_inc(x_1); -x_94 = l_Lean_Syntax_getCanonicalAntiquot(x_1); -x_95 = l_Lean_Syntax_isEscapedAntiquot(x_94); -if (x_95 == 0) +x_98 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_99 = l_Lean_Syntax_isEscapedAntiquot(x_98); +if (x_99 == 0) { -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; uint8_t x_105; lean_object* x_106; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; lean_object* x_110; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28016,181 +28203,181 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_96 = l_Lean_Syntax_antiquotKinds(x_1); -x_97 = l_List_unzip___rarg(x_96); -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_Syntax_getAntiquotTerm(x_94); -x_101 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; -lean_inc(x_100); -x_102 = l_Lean_Syntax_isOfKind(x_100, x_101); -x_103 = lean_unsigned_to_nat(3u); -x_104 = l_Lean_Syntax_getArg(x_94, x_103); -lean_dec(x_94); -x_105 = l_Lean_Syntax_isNone(x_104); -lean_dec(x_104); -if (x_102 == 0) +x_100 = l_Lean_Syntax_antiquotKinds(x_1); +x_101 = l_List_unzip___rarg(x_100); +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); +x_104 = l_Lean_Syntax_getAntiquotTerm(x_98); +x_105 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +lean_inc(x_104); +x_106 = l_Lean_Syntax_isOfKind(x_104, x_105); +x_107 = lean_unsigned_to_nat(3u); +x_108 = l_Lean_Syntax_getArg(x_98, x_107); +lean_dec(x_98); +x_109 = l_Lean_Syntax_isNone(x_108); +lean_dec(x_108); +if (x_106 == 0) { -lean_object* x_126; uint8_t x_127; -x_126 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; -lean_inc(x_100); -x_127 = l_Lean_Syntax_isOfKind(x_100, x_126); -if (x_127 == 0) +lean_object* x_130; uint8_t x_131; +x_130 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; +lean_inc(x_104); +x_131 = l_Lean_Syntax_isOfKind(x_104, x_130); +if (x_131 == 0) { -lean_object* x_128; -x_128 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___boxed), 9, 1); -lean_closure_set(x_128, 0, x_100); -x_106 = x_128; -goto block_125; +lean_object* x_132; +x_132 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___boxed), 9, 1); +lean_closure_set(x_132, 0, x_104); +x_110 = x_132; +goto block_129; } else { -lean_object* x_129; -lean_inc(x_98); +lean_object* x_133; +lean_inc(x_102); lean_inc(x_3); -x_129 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28___boxed), 11, 3); -lean_closure_set(x_129, 0, x_100); -lean_closure_set(x_129, 1, x_3); -lean_closure_set(x_129, 2, x_98); -x_106 = x_129; -goto block_125; +x_133 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28___boxed), 11, 3); +lean_closure_set(x_133, 0, x_104); +lean_closure_set(x_133, 1, x_3); +lean_closure_set(x_133, 2, x_102); +x_110 = x_133; +goto block_129; } } else { -lean_object* x_130; -lean_dec(x_100); -x_130 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; -x_106 = x_130; -goto block_125; +lean_object* x_134; +lean_dec(x_104); +x_134 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; +x_110 = x_134; +goto block_129; } -block_125: +block_129: { -if (x_105 == 0) +if (x_109 == 0) { -uint8_t x_107; uint8_t x_108; -x_107 = 1; -x_108 = l_List_foldr___at_List_and___spec__1(x_107, x_99); -lean_dec(x_99); -if (x_108 == 0) +uint8_t x_111; uint8_t x_112; +x_111 = 1; +x_112 = l_List_foldr___at_List_and___spec__1(x_111, x_103); +lean_dec(x_103); +if (x_112 == 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; -x_109 = lean_box(0); -lean_inc(x_98); -x_110 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_110, 0, x_98); -lean_ctor_set(x_110, 1, x_109); -lean_inc(x_98); -x_111 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25___boxed), 3, 2); -lean_closure_set(x_111, 0, x_98); -lean_closure_set(x_111, 1, x_106); -x_112 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___boxed), 12, 3); -lean_closure_set(x_112, 0, x_3); -lean_closure_set(x_112, 1, x_2); -lean_closure_set(x_112, 2, x_98); -x_113 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_113, 0, x_110); -lean_ctor_set(x_113, 1, x_111); -lean_ctor_set(x_113, 2, x_112); -x_114 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_114, 0, x_113); -lean_ctor_set(x_114, 1, x_12); -return x_114; +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_113 = lean_box(0); +lean_inc(x_102); +x_114 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_114, 0, x_102); +lean_ctor_set(x_114, 1, x_113); +lean_inc(x_102); +x_115 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25___boxed), 3, 2); +lean_closure_set(x_115, 0, x_102); +lean_closure_set(x_115, 1, x_110); +x_116 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___boxed), 12, 3); +lean_closure_set(x_116, 0, x_3); +lean_closure_set(x_116, 1, x_2); +lean_closure_set(x_116, 2, x_102); +x_117 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_117, 0, x_114); +lean_ctor_set(x_117, 1, x_115); +lean_ctor_set(x_117, 2, x_116); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_12); +return x_118; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -lean_dec(x_98); +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; +lean_dec(x_102); lean_dec(x_2); -x_115 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_115, 0, x_106); -x_116 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_116, 0, x_3); -x_117 = lean_box(0); -x_118 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_115); -lean_ctor_set(x_118, 2, x_116); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_12); -return x_119; +x_119 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_119, 0, x_110); +x_120 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_120, 0, x_3); +x_121 = lean_box(0); +x_122 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_119); +lean_ctor_set(x_122, 2, x_120); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_12); +return x_123; } } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -lean_dec(x_99); -lean_dec(x_98); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +lean_dec(x_103); +lean_dec(x_102); lean_dec(x_2); -x_120 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_120, 0, x_106); -x_121 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_121, 0, x_3); -x_122 = lean_box(0); -x_123 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_123, 0, x_122); -lean_ctor_set(x_123, 1, x_120); -lean_ctor_set(x_123, 2, x_121); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_12); -return x_124; +x_124 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_124, 0, x_110); +x_125 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_125, 0, x_3); +x_126 = lean_box(0); +x_127 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_127, 0, x_126); +lean_ctor_set(x_127, 1, x_124); +lean_ctor_set(x_127, 2, x_125); +x_128 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_128, 0, x_127); +lean_ctor_set(x_128, 1, x_12); +return x_128; } } } else { -uint8_t x_131; -lean_dec(x_94); -x_131 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); -if (x_131 == 0) +uint8_t x_135; +lean_dec(x_98); +x_135 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); +if (x_135 == 0) { -uint8_t x_132; -x_132 = l_Lean_Syntax_isAntiquotSplice(x_1); -if (x_132 == 0) +uint8_t x_136; +x_136 = l_Lean_Syntax_isAntiquotSplice(x_1); +if (x_136 == 0) { -lean_object* x_133; +lean_object* x_137; 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_133 = lean_box(0); -x_13 = x_133; -goto block_81; +x_137 = lean_box(0); +x_13 = x_137; +goto block_85; } else { -lean_object* x_134; lean_object* x_135; +lean_object* x_138; lean_object* x_139; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_134 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_135 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_134, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_135; +x_138 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_139 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_138, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_139; } } else { -lean_object* x_136; lean_object* x_137; +lean_object* x_140; lean_object* x_141; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_136 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_137 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_136, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_137; +x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_141 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_140, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_141; } } } } 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_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28200,27 +28387,27 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_inc(x_3); -x_138 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29___boxed), 10, 2); -lean_closure_set(x_138, 0, x_1); -lean_closure_set(x_138, 1, x_3); -x_139 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_139, 0, x_138); -x_140 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_140, 0, x_3); -x_141 = lean_box(0); -x_142 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_139); -lean_ctor_set(x_142, 2, x_140); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_12); -return x_143; +x_142 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29___boxed), 10, 2); +lean_closure_set(x_142, 0, x_1); +lean_closure_set(x_142, 1, x_3); +x_143 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_143, 0, x_142); +x_144 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_144, 0, x_3); +x_145 = lean_box(0); +x_146 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_143); +lean_ctor_set(x_146, 2, x_144); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_12); +return x_147; } } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28230,23 +28417,23 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_144 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_144, 0, x_3); -x_145 = lean_box(0); -x_146 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; -x_147 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -lean_ctor_set(x_147, 2, x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_12); -return x_148; +x_148 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_148, 0, x_3); +x_149 = lean_box(0); +x_150 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; +x_151 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_151, 0, x_149); +lean_ctor_set(x_151, 1, x_150); +lean_ctor_set(x_151, 2, x_148); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_151); +lean_ctor_set(x_152, 1, x_12); +return x_152; } } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28256,116 +28443,116 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_149 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_149, 0, x_3); -x_150 = lean_box(0); -x_151 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; -x_152 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_152, 0, x_150); -lean_ctor_set(x_152, 1, x_151); -lean_ctor_set(x_152, 2, x_149); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_12); -return x_153; -} -block_81: -{ -lean_object* x_14; lean_object* x_15; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_153 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_153, 0, x_3); +x_154 = lean_box(0); +x_155 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; +x_156 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_156, 0, x_154); +lean_ctor_set(x_156, 1, x_155); +lean_ctor_set(x_156, 2, x_153); +x_157 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_157, 0, x_156); +lean_ctor_set(x_157, 1, x_12); +return x_157; +} +block_85: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_dec(x_13); x_14 = l_Lean_Syntax_getArgs(x_1); -x_56 = lean_array_get_size(x_14); -x_57 = lean_unsigned_to_nat(1u); -x_58 = lean_nat_dec_eq(x_56, x_57); -lean_dec(x_56); -if (x_58 == 0) +x_60 = lean_array_get_size(x_14); +x_61 = lean_unsigned_to_nat(1u); +x_62 = lean_nat_dec_eq(x_60, x_61); +lean_dec(x_60); +if (x_62 == 0) { -lean_object* x_59; +lean_object* x_63; lean_dec(x_4); -x_59 = lean_box(0); -x_15 = x_59; -goto block_55; +x_63 = lean_box(0); +x_15 = x_63; +goto block_59; } else { -lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_60 = lean_unsigned_to_nat(0u); -x_61 = l_Lean_Syntax_getArg(x_1, x_60); -x_62 = l_Lean_Syntax_isAntiquotSuffixSplice(x_61); -if (x_62 == 0) +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = lean_unsigned_to_nat(0u); +x_65 = l_Lean_Syntax_getArg(x_1, x_64); +x_66 = l_Lean_Syntax_isAntiquotSuffixSplice(x_65); +if (x_66 == 0) { -uint8_t x_63; -x_63 = l_Lean_Syntax_isAntiquotSplice(x_61); -if (x_63 == 0) +uint8_t x_67; +x_67 = l_Lean_Syntax_isAntiquotSplice(x_65); +if (x_67 == 0) { -lean_object* x_64; -lean_dec(x_61); +lean_object* x_68; +lean_dec(x_65); lean_dec(x_4); -x_64 = lean_box(0); -x_15 = x_64; -goto block_55; +x_68 = lean_box(0); +x_15 = x_68; +goto block_59; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_dec(x_14); lean_dec(x_1); lean_inc(x_4); -x_65 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_65, 0, x_4); -x_66 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__15), 2, 1); -lean_closure_set(x_66, 0, x_4); -x_67 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23), 12, 3); -lean_closure_set(x_67, 0, x_61); -lean_closure_set(x_67, 1, x_3); -lean_closure_set(x_67, 2, x_2); -x_68 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_68, 0, x_65); -lean_ctor_set(x_68, 1, x_66); -lean_ctor_set(x_68, 2, 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_12); -return x_69; +x_69 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_69, 0, x_4); +x_70 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__15), 2, 1); +lean_closure_set(x_70, 0, x_4); +x_71 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23), 12, 3); +lean_closure_set(x_71, 0, x_65); +lean_closure_set(x_71, 1, x_3); +lean_closure_set(x_71, 2, x_2); +x_72 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_72, 0, x_69); +lean_ctor_set(x_72, 1, x_70); +lean_ctor_set(x_72, 2, 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_12); +return x_73; } } else { -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_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_dec(x_14); lean_dec(x_4); lean_dec(x_2); -x_70 = l_Lean_Syntax_getArg(x_61, x_60); -lean_inc(x_70); -x_71 = l_Lean_Syntax_getCanonicalAntiquot(x_70); -x_72 = l_Lean_Syntax_getAntiquotTerm(x_71); -lean_dec(x_71); -x_73 = l_Lean_Syntax_antiquotKinds(x_70); +x_74 = l_Lean_Syntax_getArg(x_65, x_64); +lean_inc(x_74); +x_75 = l_Lean_Syntax_getCanonicalAntiquot(x_74); +x_76 = l_Lean_Syntax_getAntiquotTerm(x_75); +lean_dec(x_75); +x_77 = l_Lean_Syntax_antiquotKinds(x_74); lean_inc(x_3); -x_74 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(x_73, x_3); +x_78 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(x_77, x_3); lean_inc(x_3); -x_75 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___boxed), 13, 5); -lean_closure_set(x_75, 0, x_61); -lean_closure_set(x_75, 1, x_1); -lean_closure_set(x_75, 2, x_72); -lean_closure_set(x_75, 3, x_3); -lean_closure_set(x_75, 4, x_74); -x_76 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_76, 0, x_75); -x_77 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_77, 0, x_3); -x_78 = lean_box(0); -x_79 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_76); -lean_ctor_set(x_79, 2, x_77); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_12); -return x_80; +x_79 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___boxed), 13, 5); +lean_closure_set(x_79, 0, x_65); +lean_closure_set(x_79, 1, x_1); +lean_closure_set(x_79, 2, x_76); +lean_closure_set(x_79, 3, x_3); +lean_closure_set(x_79, 4, x_78); +x_80 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_80, 0, x_79); +x_81 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_81, 0, x_3); +x_82 = lean_box(0); +x_83 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_80); +lean_ctor_set(x_83, 2, x_81); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_84, 1, x_12); +return x_84; } } -block_55: +block_59: { lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_dec(x_15); @@ -28405,111 +28592,129 @@ lean_closure_set(x_30, 5, x_20); if (x_28 == 0) { x_31 = x_22; -goto block_43; +goto block_47; } else { -uint8_t x_44; -x_44 = 1; -x_31 = x_44; -goto block_43; +uint8_t x_48; +x_48 = 1; +x_31 = x_48; +goto block_47; } -block_43: +block_47: { -lean_object* x_32; lean_object* x_33; -x_32 = lean_box(x_31); +uint8_t x_32; +if (x_31 == 0) +{ +uint8_t x_45; +x_45 = 0; +x_32 = x_45; +goto block_44; +} +else +{ +uint8_t x_46; +x_46 = 1; +x_32 = x_46; +goto block_44; +} +block_44: +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_box(x_32); lean_inc(x_20); lean_inc(x_27); lean_inc(x_3); lean_inc(x_21); -x_33 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12___boxed), 6, 5); -lean_closure_set(x_33, 0, x_21); -lean_closure_set(x_33, 1, x_3); -lean_closure_set(x_33, 2, x_27); -lean_closure_set(x_33, 3, x_32); -lean_closure_set(x_33, 4, x_20); -if (x_31 == 0) +x_34 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12___boxed), 6, 5); +lean_closure_set(x_34, 0, x_21); +lean_closure_set(x_34, 1, x_3); +lean_closure_set(x_34, 2, x_27); +lean_closure_set(x_34, 3, x_33); +lean_closure_set(x_34, 4, x_20); +if (x_32 == 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_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_dec(x_20); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_21); -lean_ctor_set(x_34, 1, x_3); -x_35 = lean_array_get_size(x_27); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_21); +lean_ctor_set(x_35, 1, x_3); +x_36 = lean_array_get_size(x_27); lean_dec(x_27); -x_36 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_37, 0, x_34); -lean_ctor_set(x_37, 1, x_36); -x_38 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_33); -lean_ctor_set(x_38, 2, x_30); -x_39 = lean_alloc_ctor(0, 2, 0); +x_37 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_38, 0, x_35); +lean_ctor_set(x_38, 1, x_37); +x_39 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_12); -return x_39; +lean_ctor_set(x_39, 1, x_34); +lean_ctor_set(x_39, 2, x_30); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_12); +return x_40; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_dec(x_27); lean_dec(x_21); lean_dec(x_3); -x_40 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_40, 0, x_20); -x_41 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_33); -lean_ctor_set(x_41, 2, x_30); -x_42 = lean_alloc_ctor(0, 2, 0); +x_41 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_41, 0, x_20); +x_42 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_12); -return x_42; +lean_ctor_set(x_42, 1, x_34); +lean_ctor_set(x_42, 2, x_30); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_12); +return x_43; +} } } } 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; -x_45 = lean_ctor_get(x_19, 0); -lean_inc(x_45); +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; +x_49 = lean_ctor_get(x_19, 0); +lean_inc(x_49); lean_dec(x_19); -x_46 = l_Lean_Syntax_getNumArgs(x_1); -x_47 = lean_unsigned_to_nat(1u); -x_48 = lean_nat_sub(x_46, x_47); -lean_dec(x_46); -x_49 = lean_nat_sub(x_48, x_45); +x_50 = l_Lean_Syntax_getNumArgs(x_1); +x_51 = lean_unsigned_to_nat(1u); +x_52 = lean_nat_sub(x_50, x_51); +lean_dec(x_50); +x_53 = lean_nat_sub(x_52, x_49); +lean_inc(x_53); lean_inc(x_49); -lean_inc(x_45); -x_50 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_50, 0, x_45); -lean_ctor_set(x_50, 1, x_49); +x_54 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_54, 0, x_49); +lean_ctor_set(x_54, 1, x_53); lean_inc(x_2); +lean_inc(x_53); lean_inc(x_49); -lean_inc(x_45); -x_51 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__13___boxed), 7, 6); -lean_closure_set(x_51, 0, x_45); -lean_closure_set(x_51, 1, x_49); -lean_closure_set(x_51, 2, x_16); -lean_closure_set(x_51, 3, x_2); -lean_closure_set(x_51, 4, x_1); -lean_closure_set(x_51, 5, x_14); -x_52 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___boxed), 14, 5); -lean_closure_set(x_52, 0, x_45); -lean_closure_set(x_52, 1, x_2); -lean_closure_set(x_52, 2, x_3); -lean_closure_set(x_52, 3, x_49); -lean_closure_set(x_52, 4, x_48); -x_53 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_53, 0, x_50); -lean_ctor_set(x_53, 1, x_51); -lean_ctor_set(x_53, 2, 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_12); -return x_54; +x_55 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__13___boxed), 7, 6); +lean_closure_set(x_55, 0, x_49); +lean_closure_set(x_55, 1, x_53); +lean_closure_set(x_55, 2, x_16); +lean_closure_set(x_55, 3, x_2); +lean_closure_set(x_55, 4, x_1); +lean_closure_set(x_55, 5, x_14); +x_56 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___boxed), 14, 5); +lean_closure_set(x_56, 0, x_49); +lean_closure_set(x_56, 1, x_2); +lean_closure_set(x_56, 2, x_3); +lean_closure_set(x_56, 3, x_53); +lean_closure_set(x_56, 4, x_52); +x_57 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_57, 0, x_54); +lean_ctor_set(x_57, 1, x_55); +lean_ctor_set(x_57, 2, x_56); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_12); +return x_58; } } } @@ -30795,1690 +31000,997 @@ return x_42; } } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -if (lean_obj_tag(x_1) == 0) +if (lean_obj_tag(x_3) == 0) { -lean_object* x_10; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +lean_dec(x_1); +return x_2; +} +else +{ +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; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_3, 1); +lean_inc(x_5); lean_dec(x_3); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_2); -lean_ctor_set(x_10, 1, x_9); -return x_10; +lean_inc(x_1); +x_6 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_6, 0, x_2); +lean_ctor_set(x_6, 1, x_1); +x_7 = lean_box(0); +x_8 = 0; +x_9 = lean_unsigned_to_nat(0u); +x_10 = l_Lean_Syntax_formatStxAux(x_7, x_8, x_9, x_4); +x_11 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_11, 0, x_6); +lean_ctor_set(x_11, 1, x_10); +x_2 = x_11; +x_3 = x_5; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; +lean_dec(x_2); +x_3 = lean_box(0); +return x_3; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_11 = lean_ctor_get(x_1, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); +lean_object* x_4; +x_4 = lean_ctor_get(x_1, 1); +lean_inc(x_4); +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; +lean_dec(x_2); +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); lean_dec(x_1); -x_18 = lean_ctor_get(x_2, 1); -lean_inc(x_18); -x_19 = lean_ctor_get(x_18, 1); -lean_inc(x_19); -x_20 = lean_ctor_get(x_11, 0); -lean_inc(x_20); -switch (lean_obj_tag(x_20)) { -case 0: +x_6 = lean_box(0); +x_7 = 0; +x_8 = lean_unsigned_to_nat(0u); +x_9 = l_Lean_Syntax_formatStxAux(x_6, x_7, x_8, x_5); +return x_9; +} +else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_11); -if (x_21 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_10 = lean_ctor_get(x_1, 0); +lean_inc(x_10); +lean_dec(x_1); +x_11 = lean_box(0); +x_12 = 0; +x_13 = lean_unsigned_to_nat(0u); +x_14 = l_Lean_Syntax_formatStxAux(x_11, x_12, x_13, x_10); +x_15 = l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(x_2, x_14, x_4); +return x_15; +} +} +} +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__1() { +_start: { -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_11, 1); -x_23 = lean_ctor_get(x_11, 0); -lean_dec(x_23); -x_24 = !lean_is_exclusive(x_2); -if (x_24 == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[]", 2); +return x_1; +} +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__2() { +_start: { -lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_25 = lean_ctor_get(x_2, 0); -x_26 = lean_ctor_get(x_2, 1); -lean_dec(x_26); -x_27 = !lean_is_exclusive(x_18); -if (x_27 == 0) +lean_object* x_1; lean_object* x_2; +x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___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_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3() { +_start: { -lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_28 = lean_ctor_get(x_18, 0); -x_29 = lean_ctor_get(x_18, 1); -lean_dec(x_29); -x_30 = !lean_is_exclusive(x_19); -if (x_30 == 0) +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4() { +_start: { -lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; uint8_t x_35; -x_31 = lean_ctor_get(x_19, 0); -x_32 = lean_ctor_get(x_19, 1); -x_33 = lean_ctor_get(x_20, 0); -lean_inc(x_33); -x_34 = lean_ctor_get_uint8(x_20, sizeof(void*)*1); -lean_dec(x_20); -x_35 = l_Array_isEmpty___rarg(x_31); -if (x_35 == 0) +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3; +x_2 = lean_box(1); +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_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5() { +_start: { -lean_object* x_36; -lean_dec(x_33); -lean_free_object(x_11); -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_36 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_25, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_36) == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6() { +_start: { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_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 = lean_ctor_get(x_37, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_dec(x_37); -lean_inc(x_40); -x_41 = lean_array_push(x_31, x_40); -x_42 = lean_array_push(x_28, x_40); -lean_ctor_set(x_19, 0, x_41); -lean_ctor_set(x_18, 0, x_42); -lean_ctor_set(x_2, 0, x_39); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_2); -x_13 = x_43; -x_14 = x_38; -goto block_17; +lean_object* x_1; lean_object* x_2; +x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5; +x_2 = lean_string_length(x_1); +return x_2; } -else +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7() { +_start: { -uint8_t x_44; -lean_free_object(x_19); -lean_dec(x_32); -lean_dec(x_31); -lean_free_object(x_18); -lean_dec(x_28); -lean_free_object(x_2); -lean_dec(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_3); -x_44 = !lean_is_exclusive(x_36); -if (x_44 == 0) +lean_object* x_1; lean_object* x_2; +x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6; +x_2 = lean_nat_to_int(x_1); +return x_2; +} +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8() { +_start: { -return x_36; +lean_object* x_1; lean_object* x_2; +x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; } -else +} +static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9() { +_start: { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_36, 0); -x_46 = lean_ctor_get(x_36, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_36); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__18; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; } } +LEAN_EXPORT lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_2; +x_2 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__2; +return x_2; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_22, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_22, 1); -lean_inc(x_49); -x_50 = l_List_tail_x21___rarg(x_48); -lean_ctor_set(x_11, 1, x_49); -lean_ctor_set(x_11, 0, x_50); -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 = lean_apply_8(x_33, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_51) == 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; uint8_t x_11; lean_object* x_12; +x_3 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4; +x_4 = l_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(x_1, x_3); +x_5 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8; +x_6 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_6, 0, x_5); +lean_ctor_set(x_6, 1, x_4); +x_7 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9; +x_8 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_8, 0, x_6); +lean_ctor_set(x_8, 1, x_7); +x_9 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7; +x_10 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_8); +x_11 = 0; +x_12 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set_uint8(x_12, sizeof(void*)*1, x_11); +return x_12; +} +} +} +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_array_push(x_32, x_52); -if (x_34 == 0) +switch (lean_obj_tag(x_1)) { +case 0: { -lean_object* x_55; lean_object* x_56; -x_55 = lean_array_push(x_28, x_22); -lean_ctor_set(x_19, 1, x_54); -lean_ctor_set(x_18, 0, x_55); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_2); -x_13 = x_56; -x_14 = x_53; -goto block_17; +lean_object* x_15; uint8_t x_16; uint8_t x_17; +x_15 = lean_ctor_get(x_1, 0); +lean_inc(x_15); +x_16 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +lean_dec(x_1); +x_17 = l_Array_isEmpty___rarg(x_5); +if (x_17 == 0) +{ +lean_object* x_18; +lean_dec(x_15); +x_18 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_3, x_2, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_18) == 0) +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_20 = lean_ctor_get(x_18, 0); +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); +lean_inc(x_22); +x_23 = lean_array_push(x_5, x_22); +x_24 = lean_array_push(x_4, x_22); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_6); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_21); +lean_ctor_set(x_27, 1, x_26); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_18, 0, x_28); +return x_18; } else { -lean_object* x_57; -lean_dec(x_22); -lean_ctor_set(x_19, 1, x_54); -x_57 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_57, 0, x_2); -x_13 = x_57; -x_14 = x_53; -goto block_17; +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; +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_29, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_dec(x_29); +lean_inc(x_32); +x_33 = lean_array_push(x_5, x_32); +x_34 = lean_array_push(x_4, x_32); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set(x_35, 1, x_6); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_31); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_30); +return x_39; } } else { -uint8_t x_58; -lean_free_object(x_19); -lean_dec(x_32); -lean_dec(x_31); -lean_free_object(x_18); -lean_dec(x_28); -lean_free_object(x_2); -lean_dec(x_25); -lean_dec(x_22); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); +uint8_t x_40; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -x_58 = !lean_is_exclusive(x_51); -if (x_58 == 0) +x_40 = !lean_is_exclusive(x_18); +if (x_40 == 0) { -return x_51; +return x_18; } 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_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_18, 0); +x_42 = lean_ctor_get(x_18, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_18); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; uint8_t x_66; -x_62 = lean_ctor_get(x_19, 0); -x_63 = lean_ctor_get(x_19, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_19); -x_64 = lean_ctor_get(x_20, 0); -lean_inc(x_64); -x_65 = lean_ctor_get_uint8(x_20, sizeof(void*)*1); -lean_dec(x_20); -x_66 = l_Array_isEmpty___rarg(x_62); -if (x_66 == 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_2, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_2, 1); +lean_inc(x_45); +x_46 = l_List_tail_x21___rarg(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); +x_48 = lean_apply_8(x_15, x_47, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_67; -lean_dec(x_64); -lean_free_object(x_11); -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_67 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_25, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_67) == 0) +uint8_t x_49; +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) { -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; -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_68, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_68, 1); -lean_inc(x_71); -lean_dec(x_68); -lean_inc(x_71); -x_72 = lean_array_push(x_62, x_71); -x_73 = lean_array_push(x_28, x_71); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_72); -lean_ctor_set(x_74, 1, x_63); -lean_ctor_set(x_18, 1, x_74); -lean_ctor_set(x_18, 0, x_73); -lean_ctor_set(x_2, 0, x_70); -x_75 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_75, 0, x_2); -x_13 = x_75; -x_14 = x_69; -goto block_17; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_48, 0); +x_51 = lean_array_push(x_6, x_50); +if (x_16 == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_52 = lean_array_push(x_4, x_2); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_5); +lean_ctor_set(x_53, 1, x_51); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_3); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_48, 0, x_56); +return x_48; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_63); -lean_dec(x_62); -lean_free_object(x_18); -lean_dec(x_28); -lean_free_object(x_2); -lean_dec(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_3); -x_76 = lean_ctor_get(x_67, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_67, 1); -lean_inc(x_77); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_78 = x_67; -} else { - lean_dec_ref(x_67); - x_78 = lean_box(0); -} -if (lean_is_scalar(x_78)) { - x_79 = lean_alloc_ctor(1, 2, 0); -} else { - x_79 = x_78; -} -lean_ctor_set(x_79, 0, x_76); -lean_ctor_set(x_79, 1, x_77); -return x_79; +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +lean_dec(x_2); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_5); +lean_ctor_set(x_57, 1, x_51); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_4); +lean_ctor_set(x_58, 1, x_57); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_3); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_48, 0, x_60); +return x_48; } } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_80 = lean_ctor_get(x_22, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_22, 1); -lean_inc(x_81); -x_82 = l_List_tail_x21___rarg(x_80); -lean_ctor_set(x_11, 1, x_81); -lean_ctor_set(x_11, 0, x_82); -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_83 = lean_apply_8(x_64, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_83) == 0) -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; -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 = lean_array_push(x_63, x_84); -if (x_65 == 0) +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_48, 0); +x_62 = lean_ctor_get(x_48, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_48); +x_63 = lean_array_push(x_6, x_61); +if (x_16 == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_array_push(x_28, x_22); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_62); -lean_ctor_set(x_88, 1, x_86); -lean_ctor_set(x_18, 1, x_88); -lean_ctor_set(x_18, 0, x_87); -x_89 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_89, 0, x_2); -x_13 = x_89; -x_14 = x_85; -goto block_17; +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_array_push(x_4, x_2); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_5); +lean_ctor_set(x_65, 1, x_63); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_64); +lean_ctor_set(x_66, 1, x_65); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_3); +lean_ctor_set(x_67, 1, x_66); +x_68 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_68, 0, 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 { -lean_object* x_90; lean_object* x_91; -lean_dec(x_22); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_62); -lean_ctor_set(x_90, 1, x_86); -lean_ctor_set(x_18, 1, x_90); -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_2); -x_13 = x_91; -x_14 = x_85; -goto block_17; +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +lean_dec(x_2); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_5); +lean_ctor_set(x_70, 1, x_63); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_4); +lean_ctor_set(x_71, 1, x_70); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_3); +lean_ctor_set(x_72, 1, x_71); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_72); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_62); +return x_74; +} } } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; -lean_dec(x_63); -lean_dec(x_62); -lean_free_object(x_18); -lean_dec(x_28); -lean_free_object(x_2); -lean_dec(x_25); -lean_dec(x_22); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); +uint8_t x_75; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_92 = lean_ctor_get(x_83, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_83, 1); -lean_inc(x_93); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_94 = x_83; -} else { - lean_dec_ref(x_83); - x_94 = lean_box(0); -} -if (lean_is_scalar(x_94)) { - x_95 = lean_alloc_ctor(1, 2, 0); -} else { - x_95 = x_94; +lean_dec(x_2); +x_75 = !lean_is_exclusive(x_48); +if (x_75 == 0) +{ +return x_48; } -lean_ctor_set(x_95, 0, x_92); -lean_ctor_set(x_95, 1, x_93); -return x_95; +else +{ +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_48, 0); +x_77 = lean_ctor_get(x_48, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_48); +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 +case 1: { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; uint8_t x_102; -x_96 = lean_ctor_get(x_18, 0); -lean_inc(x_96); -lean_dec(x_18); -x_97 = lean_ctor_get(x_19, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_19, 1); -lean_inc(x_98); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_99 = x_19; -} else { - lean_dec_ref(x_19); - x_99 = lean_box(0); -} -x_100 = lean_ctor_get(x_20, 0); -lean_inc(x_100); -x_101 = lean_ctor_get_uint8(x_20, sizeof(void*)*1); -lean_dec(x_20); -x_102 = l_Array_isEmpty___rarg(x_97); -if (x_102 == 0) -{ -lean_object* x_103; -lean_dec(x_100); -lean_free_object(x_11); -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_103 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_25, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_103) == 0) -{ -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_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -lean_dec(x_103); -x_106 = lean_ctor_get(x_104, 0); -lean_inc(x_106); -x_107 = lean_ctor_get(x_104, 1); -lean_inc(x_107); -lean_dec(x_104); -lean_inc(x_107); -x_108 = lean_array_push(x_97, x_107); -x_109 = lean_array_push(x_96, x_107); -if (lean_is_scalar(x_99)) { - x_110 = lean_alloc_ctor(0, 2, 0); -} else { - x_110 = x_99; -} -lean_ctor_set(x_110, 0, x_108); -lean_ctor_set(x_110, 1, x_98); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -lean_ctor_set(x_2, 1, x_111); -lean_ctor_set(x_2, 0, x_106); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_2); -x_13 = x_112; -x_14 = x_105; -goto block_17; -} -else -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_99); -lean_dec(x_98); -lean_dec(x_97); -lean_dec(x_96); -lean_free_object(x_2); +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_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); -x_113 = lean_ctor_get(x_103, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_103, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_103)) { - lean_ctor_release(x_103, 0); - lean_ctor_release(x_103, 1); - x_115 = x_103; -} else { - lean_dec_ref(x_103); - x_115 = lean_box(0); -} -if (lean_is_scalar(x_115)) { - x_116 = lean_alloc_ctor(1, 2, 0); -} else { - x_116 = x_115; -} -lean_ctor_set(x_116, 0, x_113); -lean_ctor_set(x_116, 1, x_114); -return x_116; -} +x_79 = lean_array_push(x_4, x_2); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_5); +lean_ctor_set(x_80, 1, x_6); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_79); +lean_ctor_set(x_81, 1, x_80); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_3); +lean_ctor_set(x_82, 1, x_81); +x_83 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_83, 0, x_82); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_84, 1, x_14); +return x_84; } -else +default: { -lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_117 = lean_ctor_get(x_22, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_22, 1); -lean_inc(x_118); -x_119 = l_List_tail_x21___rarg(x_117); -lean_ctor_set(x_11, 1, x_118); -lean_ctor_set(x_11, 0, x_119); -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_120 = lean_apply_8(x_100, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_120) == 0) +lean_object* x_85; +x_85 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_3, x_2, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_85) == 0) { -lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -x_123 = lean_array_push(x_98, x_121); -if (x_101 == 0) +uint8_t x_86; +x_86 = !lean_is_exclusive(x_85); +if (x_86 == 0) { -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_124 = lean_array_push(x_96, x_22); -if (lean_is_scalar(x_99)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_99; -} -lean_ctor_set(x_125, 0, x_97); -lean_ctor_set(x_125, 1, x_123); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -lean_ctor_set(x_2, 1, x_126); -x_127 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_127, 0, x_2); -x_13 = x_127; -x_14 = x_122; -goto block_17; +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_87 = lean_ctor_get(x_85, 0); +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_89); +x_90 = lean_array_push(x_5, x_89); +x_91 = lean_array_push(x_4, x_89); +x_92 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_6); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_91); +lean_ctor_set(x_93, 1, x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_88); +lean_ctor_set(x_94, 1, x_93); +x_95 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_85, 0, x_95); +return x_85; } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; -lean_dec(x_22); -if (lean_is_scalar(x_99)) { - x_128 = lean_alloc_ctor(0, 2, 0); -} else { - x_128 = x_99; -} -lean_ctor_set(x_128, 0, x_97); -lean_ctor_set(x_128, 1, x_123); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_96); -lean_ctor_set(x_129, 1, x_128); -lean_ctor_set(x_2, 1, x_129); -x_130 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_130, 0, x_2); -x_13 = x_130; -x_14 = x_122; -goto block_17; +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; +x_96 = lean_ctor_get(x_85, 0); +x_97 = lean_ctor_get(x_85, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_85); +x_98 = lean_ctor_get(x_96, 0); +lean_inc(x_98); +x_99 = lean_ctor_get(x_96, 1); +lean_inc(x_99); +lean_dec(x_96); +lean_inc(x_99); +x_100 = lean_array_push(x_5, x_99); +x_101 = lean_array_push(x_4, x_99); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_100); +lean_ctor_set(x_102, 1, x_6); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_101); +lean_ctor_set(x_103, 1, x_102); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_98); +lean_ctor_set(x_104, 1, x_103); +x_105 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_105, 0, x_104); +x_106 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_97); +return x_106; } } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; -lean_dec(x_99); -lean_dec(x_98); -lean_dec(x_97); -lean_dec(x_96); -lean_free_object(x_2); -lean_dec(x_25); -lean_dec(x_22); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); +uint8_t x_107; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -x_131 = lean_ctor_get(x_120, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_120, 1); -lean_inc(x_132); -if (lean_is_exclusive(x_120)) { - lean_ctor_release(x_120, 0); - lean_ctor_release(x_120, 1); - x_133 = x_120; -} else { - lean_dec_ref(x_120); - x_133 = lean_box(0); +x_107 = !lean_is_exclusive(x_85); +if (x_107 == 0) +{ +return x_85; } -if (lean_is_scalar(x_133)) { - x_134 = lean_alloc_ctor(1, 2, 0); -} else { - x_134 = x_133; +else +{ +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_85, 0); +x_109 = lean_ctor_get(x_85, 1); +lean_inc(x_109); +lean_inc(x_108); +lean_dec(x_85); +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; } -lean_ctor_set(x_134, 0, x_131); -lean_ctor_set(x_134, 1, x_132); -return x_134; } } } } -else +} +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1() { +_start: { -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; uint8_t x_143; -x_135 = lean_ctor_get(x_2, 0); -lean_inc(x_135); -lean_dec(x_2); -x_136 = lean_ctor_get(x_18, 0); -lean_inc(x_136); -if (lean_is_exclusive(x_18)) { - lean_ctor_release(x_18, 0); - lean_ctor_release(x_18, 1); - x_137 = x_18; -} else { - lean_dec_ref(x_18); - x_137 = lean_box(0); +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("match_syntax", 12); +return x_1; } -x_138 = lean_ctor_get(x_19, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_19, 1); -lean_inc(x_139); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_140 = x_19; -} else { - lean_dec_ref(x_19); - x_140 = lean_box(0); } -x_141 = lean_ctor_get(x_20, 0); -lean_inc(x_141); -x_142 = lean_ctor_get_uint8(x_20, sizeof(void*)*1); -lean_dec(x_20); -x_143 = l_Array_isEmpty___rarg(x_138); -if (x_143 == 0) -{ -lean_object* x_144; -lean_dec(x_141); -lean_free_object(x_11); -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_144 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_135, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_144) == 0) +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2() { +_start: { -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; -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_ctor_get(x_145, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_145, 1); -lean_inc(x_148); -lean_dec(x_145); -lean_inc(x_148); -x_149 = lean_array_push(x_138, x_148); -x_150 = lean_array_push(x_136, x_148); -if (lean_is_scalar(x_140)) { - x_151 = lean_alloc_ctor(0, 2, 0); -} else { - x_151 = x_140; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("onMatch", 7); +return x_1; } -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_139); -if (lean_is_scalar(x_137)) { - x_152 = lean_alloc_ctor(0, 2, 0); -} else { - x_152 = x_137; -} -lean_ctor_set(x_152, 0, x_150); -lean_ctor_set(x_152, 1, x_151); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_147); -lean_ctor_set(x_153, 1, x_152); -x_154 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_154, 0, x_153); -x_13 = x_154; -x_14 = x_146; -goto block_17; } -else +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3() { +_start: { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -lean_dec(x_140); -lean_dec(x_139); -lean_dec(x_138); -lean_dec(x_137); -lean_dec(x_136); -lean_dec(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_3); -x_155 = lean_ctor_get(x_144, 0); -lean_inc(x_155); -x_156 = lean_ctor_get(x_144, 1); -lean_inc(x_156); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_157 = x_144; -} else { - lean_dec_ref(x_144); - x_157 = lean_box(0); +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; +x_2 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; +x_3 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; } -if (lean_is_scalar(x_157)) { - x_158 = lean_alloc_ctor(1, 2, 0); -} else { - x_158 = x_157; } -lean_ctor_set(x_158, 0, x_155); -lean_ctor_set(x_158, 1, x_156); -return x_158; +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(" ~> ", 4); +return x_1; } } -else -{ -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_159 = lean_ctor_get(x_22, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_22, 1); -lean_inc(x_160); -x_161 = l_List_tail_x21___rarg(x_159); -lean_ctor_set(x_11, 1, x_160); -lean_ctor_set(x_11, 0, x_161); -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_162 = lean_apply_8(x_141, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_162) == 0) -{ -lean_object* x_163; lean_object* x_164; lean_object* x_165; -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_array_push(x_139, x_163); -if (x_142 == 0) +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5() { +_start: { -lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_166 = lean_array_push(x_136, x_22); -if (lean_is_scalar(x_140)) { - x_167 = lean_alloc_ctor(0, 2, 0); -} else { - x_167 = x_140; +lean_object* x_1; lean_object* x_2; +x_1 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } -lean_ctor_set(x_167, 0, x_138); -lean_ctor_set(x_167, 1, x_165); -if (lean_is_scalar(x_137)) { - x_168 = lean_alloc_ctor(0, 2, 0); -} else { - x_168 = x_137; } -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -x_169 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_169, 0, x_135); -lean_ctor_set(x_169, 1, x_168); -x_170 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_170, 0, x_169); -x_13 = x_170; -x_14 = x_164; -goto block_17; +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_2 = lean_string_length(x_1); +return x_2; } -else +} +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7() { +_start: { -lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; -lean_dec(x_22); -if (lean_is_scalar(x_140)) { - x_171 = lean_alloc_ctor(0, 2, 0); -} else { - x_171 = x_140; +lean_object* x_1; lean_object* x_2; +x_1 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6; +x_2 = lean_nat_to_int(x_1); +return x_2; } -lean_ctor_set(x_171, 0, x_138); -lean_ctor_set(x_171, 1, x_165); -if (lean_is_scalar(x_137)) { - x_172 = lean_alloc_ctor(0, 2, 0); -} else { - x_172 = x_137; } -lean_ctor_set(x_172, 0, x_136); -lean_ctor_set(x_172, 1, x_171); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_135); -lean_ctor_set(x_173, 1, x_172); -x_174 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_174, 0, x_173); -x_13 = x_174; -x_14 = x_164; -goto block_17; +static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_2 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; } } -else +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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) { +_start: { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -lean_dec(x_140); -lean_dec(x_139); -lean_dec(x_138); -lean_dec(x_137); -lean_dec(x_136); -lean_dec(x_135); -lean_dec(x_22); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* 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_4); -lean_dec(x_3); -x_175 = lean_ctor_get(x_162, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_162, 1); -lean_inc(x_176); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - lean_ctor_release(x_162, 1); - x_177 = x_162; -} else { - lean_dec_ref(x_162); - x_177 = lean_box(0); -} -if (lean_is_scalar(x_177)) { - x_178 = lean_alloc_ctor(1, 2, 0); -} else { - x_178 = x_177; -} -lean_ctor_set(x_178, 0, x_175); -lean_ctor_set(x_178, 1, x_176); -return x_178; -} -} -} +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_6); +lean_ctor_set(x_14, 1, x_13); +return x_14; } else { -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; uint8_t x_189; -x_179 = lean_ctor_get(x_11, 1); -lean_inc(x_179); -lean_dec(x_11); -x_180 = lean_ctor_get(x_2, 0); -lean_inc(x_180); -if (lean_is_exclusive(x_2)) { - lean_ctor_release(x_2, 0); - lean_ctor_release(x_2, 1); - x_181 = x_2; -} else { - lean_dec_ref(x_2); - x_181 = lean_box(0); -} -x_182 = lean_ctor_get(x_18, 0); -lean_inc(x_182); -if (lean_is_exclusive(x_18)) { - lean_ctor_release(x_18, 0); - lean_ctor_release(x_18, 1); - x_183 = x_18; -} else { - lean_dec_ref(x_18); - x_183 = lean_box(0); -} -x_184 = lean_ctor_get(x_19, 0); -lean_inc(x_184); -x_185 = lean_ctor_get(x_19, 1); -lean_inc(x_185); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_186 = x_19; -} else { - lean_dec_ref(x_19); - x_186 = lean_box(0); -} -x_187 = lean_ctor_get(x_20, 0); -lean_inc(x_187); -x_188 = lean_ctor_get_uint8(x_20, sizeof(void*)*1); +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; uint8_t x_28; +x_15 = lean_ctor_get(x_5, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = lean_ctor_get(x_15, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_dec(x_15); +x_19 = lean_ctor_get(x_6, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_6, 1); +lean_inc(x_20); +lean_dec(x_6); +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_189 = l_Array_isEmpty___rarg(x_184); -if (x_189 == 0) +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_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3; +x_26 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_25, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_unbox(x_27); +lean_dec(x_27); +if (x_28 == 0) { -lean_object* x_190; -lean_dec(x_187); +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_26, 1); +lean_inc(x_29); +lean_dec(x_26); +x_30 = lean_box(0); +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); -lean_inc(x_3); -x_190 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_180, x_179, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_190) == 0) +x_31 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___lambda__1(x_17, x_18, x_19, x_21, x_23, x_24, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_29); +if (lean_obj_tag(x_31) == 0) { -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_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 = lean_ctor_get(x_191, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_191, 1); -lean_inc(x_194); -lean_dec(x_191); -lean_inc(x_194); -x_195 = lean_array_push(x_184, x_194); -x_196 = lean_array_push(x_182, x_194); -if (lean_is_scalar(x_186)) { - x_197 = lean_alloc_ctor(0, 2, 0); -} else { - x_197 = x_186; -} -lean_ctor_set(x_197, 0, x_195); -lean_ctor_set(x_197, 1, x_185); -if (lean_is_scalar(x_183)) { - x_198 = lean_alloc_ctor(0, 2, 0); -} else { - x_198 = x_183; -} -lean_ctor_set(x_198, 0, x_196); -lean_ctor_set(x_198, 1, x_197); -if (lean_is_scalar(x_181)) { - x_199 = lean_alloc_ctor(0, 2, 0); -} else { - x_199 = x_181; -} -lean_ctor_set(x_199, 0, x_193); -lean_ctor_set(x_199, 1, x_198); -x_200 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_200, 0, x_199); -x_13 = x_200; -x_14 = x_192; -goto block_17; -} -else +lean_object* x_32; +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -lean_dec(x_186); -lean_dec(x_185); -lean_dec(x_184); -lean_dec(x_183); -lean_dec(x_182); -lean_dec(x_181); +uint8_t x_33; +lean_dec(x_16); 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); -x_201 = lean_ctor_get(x_190, 0); -lean_inc(x_201); -x_202 = lean_ctor_get(x_190, 1); -lean_inc(x_202); -if (lean_is_exclusive(x_190)) { - lean_ctor_release(x_190, 0); - lean_ctor_release(x_190, 1); - x_203 = x_190; -} else { - lean_dec_ref(x_190); - x_203 = lean_box(0); -} -if (lean_is_scalar(x_203)) { - x_204 = lean_alloc_ctor(1, 2, 0); -} else { - x_204 = x_203; -} -lean_ctor_set(x_204, 0, x_201); -lean_ctor_set(x_204, 1, x_202); -return x_204; -} +x_33 = !lean_is_exclusive(x_31); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_31, 0); +lean_dec(x_34); +x_35 = lean_ctor_get(x_32, 0); +lean_inc(x_35); +lean_dec(x_32); +lean_ctor_set(x_31, 0, x_35); +return x_31; } else { -lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_205 = lean_ctor_get(x_179, 0); -lean_inc(x_205); -x_206 = lean_ctor_get(x_179, 1); -lean_inc(x_206); -x_207 = l_List_tail_x21___rarg(x_205); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_206); -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_209 = lean_apply_8(x_187, x_208, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_209) == 0) -{ -lean_object* x_210; lean_object* x_211; lean_object* x_212; -x_210 = lean_ctor_get(x_209, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_209, 1); -lean_inc(x_211); -lean_dec(x_209); -x_212 = lean_array_push(x_185, x_210); -if (x_188 == 0) -{ -lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; -x_213 = lean_array_push(x_182, x_179); -if (lean_is_scalar(x_186)) { - x_214 = lean_alloc_ctor(0, 2, 0); -} else { - x_214 = x_186; -} -lean_ctor_set(x_214, 0, x_184); -lean_ctor_set(x_214, 1, x_212); -if (lean_is_scalar(x_183)) { - x_215 = lean_alloc_ctor(0, 2, 0); -} else { - x_215 = x_183; -} -lean_ctor_set(x_215, 0, x_213); -lean_ctor_set(x_215, 1, x_214); -if (lean_is_scalar(x_181)) { - x_216 = lean_alloc_ctor(0, 2, 0); -} else { - x_216 = x_181; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_31, 1); +lean_inc(x_36); +lean_dec(x_31); +x_37 = lean_ctor_get(x_32, 0); +lean_inc(x_37); +lean_dec(x_32); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_36); +return x_38; } -lean_ctor_set(x_216, 0, x_180); -lean_ctor_set(x_216, 1, x_215); -x_217 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_217, 0, x_216); -x_13 = x_217; -x_14 = x_211; -goto block_17; } else { -lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; -lean_dec(x_179); -if (lean_is_scalar(x_186)) { - x_218 = lean_alloc_ctor(0, 2, 0); -} else { - x_218 = x_186; -} -lean_ctor_set(x_218, 0, x_184); -lean_ctor_set(x_218, 1, x_212); -if (lean_is_scalar(x_183)) { - x_219 = lean_alloc_ctor(0, 2, 0); -} else { - x_219 = x_183; -} -lean_ctor_set(x_219, 0, x_182); -lean_ctor_set(x_219, 1, x_218); -if (lean_is_scalar(x_181)) { - x_220 = lean_alloc_ctor(0, 2, 0); -} else { - x_220 = x_181; -} -lean_ctor_set(x_220, 0, x_180); -lean_ctor_set(x_220, 1, x_219); -x_221 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_221, 0, x_220); -x_13 = x_221; -x_14 = x_211; -goto block_17; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_31, 1); +lean_inc(x_39); +lean_dec(x_31); +x_40 = lean_ctor_get(x_32, 0); +lean_inc(x_40); +lean_dec(x_32); +x_5 = x_16; +x_6 = x_40; +x_13 = x_39; +goto _start; } } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; -lean_dec(x_186); -lean_dec(x_185); -lean_dec(x_184); -lean_dec(x_183); -lean_dec(x_182); -lean_dec(x_181); -lean_dec(x_180); -lean_dec(x_179); +uint8_t x_42; +lean_dec(x_16); 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); -x_222 = lean_ctor_get(x_209, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_209, 1); -lean_inc(x_223); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_224 = x_209; -} else { - lean_dec_ref(x_209); - x_224 = lean_box(0); -} -if (lean_is_scalar(x_224)) { - x_225 = lean_alloc_ctor(1, 2, 0); -} else { - x_225 = x_224; -} -lean_ctor_set(x_225, 0, x_222); -lean_ctor_set(x_225, 1, x_223); -return x_225; -} -} -} -} -case 1: +x_42 = !lean_is_exclusive(x_31); +if (x_42 == 0) { -lean_object* x_226; uint8_t x_227; -x_226 = lean_ctor_get(x_11, 1); -lean_inc(x_226); -lean_dec(x_11); -x_227 = !lean_is_exclusive(x_2); -if (x_227 == 0) -{ -lean_object* x_228; uint8_t x_229; -x_228 = lean_ctor_get(x_2, 1); -lean_dec(x_228); -x_229 = !lean_is_exclusive(x_18); -if (x_229 == 0) -{ -lean_object* x_230; lean_object* x_231; uint8_t x_232; -x_230 = lean_ctor_get(x_18, 0); -x_231 = lean_ctor_get(x_18, 1); -lean_dec(x_231); -x_232 = !lean_is_exclusive(x_19); -if (x_232 == 0) -{ -lean_object* x_233; lean_object* x_234; -x_233 = lean_array_push(x_230, x_226); -lean_ctor_set(x_18, 0, x_233); -x_234 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_234, 0, x_2); -x_13 = x_234; -x_14 = x_9; -goto block_17; -} -else -{ -lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; -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_dec(x_19); -x_237 = lean_array_push(x_230, x_226); -x_238 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_238, 0, x_235); -lean_ctor_set(x_238, 1, x_236); -lean_ctor_set(x_18, 1, x_238); -lean_ctor_set(x_18, 0, x_237); -x_239 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_239, 0, x_2); -x_13 = x_239; -x_14 = x_9; -goto block_17; -} +return x_31; } 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; -x_240 = lean_ctor_get(x_18, 0); -lean_inc(x_240); -lean_dec(x_18); -x_241 = lean_ctor_get(x_19, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_19, 1); -lean_inc(x_242); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_243 = x_19; -} else { - lean_dec_ref(x_19); - x_243 = lean_box(0); -} -x_244 = lean_array_push(x_240, x_226); -if (lean_is_scalar(x_243)) { - x_245 = lean_alloc_ctor(0, 2, 0); -} else { - x_245 = x_243; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_31, 0); +x_44 = lean_ctor_get(x_31, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_31); +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; } -lean_ctor_set(x_245, 0, x_241); -lean_ctor_set(x_245, 1, x_242); -x_246 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_246, 0, x_244); -lean_ctor_set(x_246, 1, x_245); -lean_ctor_set(x_2, 1, x_246); -x_247 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_247, 0, x_2); -x_13 = x_247; -x_14 = x_9; -goto block_17; } } else { -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; -x_248 = lean_ctor_get(x_2, 0); -lean_inc(x_248); -lean_dec(x_2); -x_249 = lean_ctor_get(x_18, 0); -lean_inc(x_249); -if (lean_is_exclusive(x_18)) { - lean_ctor_release(x_18, 0); - lean_ctor_release(x_18, 1); - x_250 = x_18; -} else { - lean_dec_ref(x_18); - x_250 = lean_box(0); -} -x_251 = lean_ctor_get(x_19, 0); -lean_inc(x_251); -x_252 = lean_ctor_get(x_19, 1); -lean_inc(x_252); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_253 = x_19; -} else { - lean_dec_ref(x_19); - x_253 = lean_box(0); -} -x_254 = lean_array_push(x_249, x_226); -if (lean_is_scalar(x_253)) { - x_255 = lean_alloc_ctor(0, 2, 0); -} else { - x_255 = x_253; -} -lean_ctor_set(x_255, 0, x_251); -lean_ctor_set(x_255, 1, x_252); -if (lean_is_scalar(x_250)) { - x_256 = lean_alloc_ctor(0, 2, 0); -} else { - x_256 = x_250; -} -lean_ctor_set(x_256, 0, x_254); -lean_ctor_set(x_256, 1, x_255); -x_257 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_257, 0, x_248); -lean_ctor_set(x_257, 1, x_256); -x_258 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_258, 0, x_257); -x_13 = x_258; -x_14 = x_9; -goto block_17; -} -} -default: -{ -lean_object* x_259; uint8_t x_260; -x_259 = lean_ctor_get(x_11, 1); -lean_inc(x_259); -lean_dec(x_11); -x_260 = !lean_is_exclusive(x_2); -if (x_260 == 0) -{ -lean_object* x_261; lean_object* x_262; uint8_t x_263; -x_261 = lean_ctor_get(x_2, 0); -x_262 = lean_ctor_get(x_2, 1); -lean_dec(x_262); -x_263 = !lean_is_exclusive(x_18); -if (x_263 == 0) -{ -lean_object* x_264; lean_object* x_265; uint8_t x_266; -x_264 = lean_ctor_get(x_18, 0); -x_265 = lean_ctor_get(x_18, 1); -lean_dec(x_265); -x_266 = !lean_is_exclusive(x_19); -if (x_266 == 0) +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; uint8_t x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_46 = lean_ctor_get(x_26, 1); +lean_inc(x_46); +lean_dec(x_26); +x_47 = lean_ctor_get(x_18, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_18, 1); +lean_inc(x_48); +x_49 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(x_47); +x_50 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3; +x_51 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +x_52 = lean_box(1); +x_53 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, x_52); +x_54 = lean_box(0); +x_55 = 0; +x_56 = lean_unsigned_to_nat(0u); +x_57 = l_Lean_Syntax_formatStxAux(x_54, x_55, x_56, x_48); +x_58 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_58, 0, x_53); +lean_ctor_set(x_58, 1, x_57); +x_59 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8; +x_60 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_58); +x_61 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16; +x_62 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); +x_63 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7; +x_64 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_62); +x_65 = 0; +x_66 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_66, 0, x_64); +lean_ctor_set_uint8(x_66, sizeof(void*)*1, x_65); +x_67 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_67, 0, x_66); +x_68 = l_Lean_Elab_Term_Quotation_getQuotKind___closed__3; +x_69 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_67); +x_70 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5; +x_71 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_71, 0, x_69); +lean_ctor_set(x_71, 1, x_70); +switch (lean_obj_tag(x_17)) { +case 0: { -lean_object* x_267; lean_object* x_268; lean_object* x_269; -x_267 = lean_ctor_get(x_19, 0); -x_268 = lean_ctor_get(x_19, 1); -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_269 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_261, x_259, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_269) == 0) +uint8_t x_95; +x_95 = lean_ctor_get_uint8(x_17, sizeof(void*)*1); +if (x_95 == 0) { -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_270 = lean_ctor_get(x_269, 0); -lean_inc(x_270); -x_271 = lean_ctor_get(x_269, 1); -lean_inc(x_271); -lean_dec(x_269); -x_272 = lean_ctor_get(x_270, 0); -lean_inc(x_272); -x_273 = lean_ctor_get(x_270, 1); -lean_inc(x_273); -lean_dec(x_270); -lean_inc(x_273); -x_274 = lean_array_push(x_267, x_273); -x_275 = lean_array_push(x_264, x_273); -lean_ctor_set(x_19, 0, x_274); -lean_ctor_set(x_18, 0, x_275); -lean_ctor_set(x_2, 0, x_272); -x_276 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_276, 0, x_2); -x_13 = x_276; -x_14 = x_271; -goto block_17; +lean_object* x_96; +x_96 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7; +x_72 = x_96; +goto block_94; } else { -uint8_t x_277; -lean_free_object(x_19); -lean_dec(x_268); -lean_dec(x_267); -lean_free_object(x_18); -lean_dec(x_264); -lean_free_object(x_2); -lean_dec(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_3); -x_277 = !lean_is_exclusive(x_269); -if (x_277 == 0) -{ -return x_269; +lean_object* x_97; +x_97 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__10; +x_72 = x_97; +goto block_94; } -else +} +case 1: { -lean_object* x_278; lean_object* x_279; lean_object* x_280; -x_278 = lean_ctor_get(x_269, 0); -x_279 = lean_ctor_get(x_269, 1); -lean_inc(x_279); -lean_inc(x_278); -lean_dec(x_269); -x_280 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_280, 0, x_278); -lean_ctor_set(x_280, 1, x_279); -return x_280; +lean_object* x_98; +x_98 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12; +x_72 = x_98; +goto block_94; } +default: +{ +lean_object* x_99; +x_99 = l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14; +x_72 = x_99; +goto block_94; } } -else +block_94: { -lean_object* x_281; lean_object* x_282; lean_object* x_283; -x_281 = lean_ctor_get(x_19, 0); -x_282 = lean_ctor_get(x_19, 1); -lean_inc(x_282); -lean_inc(x_281); -lean_dec(x_19); +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_73 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_73, 0, x_72); +x_74 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_74, 0, x_71); +lean_ctor_set(x_74, 1, x_73); +x_75 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_68); +x_76 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_25, x_75, x_7, x_8, x_9, x_10, x_11, x_12, x_46); +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); +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); -lean_inc(x_3); -x_283 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_261, x_259, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_283) == 0) +x_79 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___lambda__1(x_17, x_18, x_19, x_21, x_23, x_24, x_77, x_7, x_8, x_9, x_10, x_11, x_12, x_78); +lean_dec(x_77); +if (lean_obj_tag(x_79) == 0) { -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_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_283, 1); -lean_inc(x_285); -lean_dec(x_283); -x_286 = lean_ctor_get(x_284, 0); -lean_inc(x_286); -x_287 = lean_ctor_get(x_284, 1); -lean_inc(x_287); -lean_dec(x_284); -lean_inc(x_287); -x_288 = lean_array_push(x_281, x_287); -x_289 = lean_array_push(x_264, x_287); -x_290 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_290, 0, x_288); -lean_ctor_set(x_290, 1, x_282); -lean_ctor_set(x_18, 1, x_290); -lean_ctor_set(x_18, 0, x_289); -lean_ctor_set(x_2, 0, x_286); -x_291 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_291, 0, x_2); -x_13 = x_291; -x_14 = x_285; -goto block_17; -} -else -{ -lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; -lean_dec(x_282); -lean_dec(x_281); -lean_free_object(x_18); -lean_dec(x_264); -lean_free_object(x_2); +lean_object* x_80; +x_80 = lean_ctor_get(x_79, 0); +lean_inc(x_80); +if (lean_obj_tag(x_80) == 0) +{ +uint8_t x_81; +lean_dec(x_16); 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); -x_292 = lean_ctor_get(x_283, 0); -lean_inc(x_292); -x_293 = lean_ctor_get(x_283, 1); -lean_inc(x_293); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_294 = x_283; -} else { - lean_dec_ref(x_283); - x_294 = lean_box(0); -} -if (lean_is_scalar(x_294)) { - x_295 = lean_alloc_ctor(1, 2, 0); -} else { - x_295 = x_294; -} -lean_ctor_set(x_295, 0, x_292); -lean_ctor_set(x_295, 1, x_293); -return x_295; -} -} -} -else +x_81 = !lean_is_exclusive(x_79); +if (x_81 == 0) { -lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; -x_296 = lean_ctor_get(x_18, 0); -lean_inc(x_296); -lean_dec(x_18); -x_297 = lean_ctor_get(x_19, 0); -lean_inc(x_297); -x_298 = lean_ctor_get(x_19, 1); -lean_inc(x_298); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_299 = x_19; -} else { - lean_dec_ref(x_19); - x_299 = lean_box(0); -} -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_300 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_261, x_259, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_300) == 0) -{ -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; -x_301 = lean_ctor_get(x_300, 0); -lean_inc(x_301); -x_302 = lean_ctor_get(x_300, 1); -lean_inc(x_302); -lean_dec(x_300); -x_303 = lean_ctor_get(x_301, 0); -lean_inc(x_303); -x_304 = lean_ctor_get(x_301, 1); -lean_inc(x_304); -lean_dec(x_301); -lean_inc(x_304); -x_305 = lean_array_push(x_297, x_304); -x_306 = lean_array_push(x_296, x_304); -if (lean_is_scalar(x_299)) { - x_307 = lean_alloc_ctor(0, 2, 0); -} else { - x_307 = x_299; -} -lean_ctor_set(x_307, 0, x_305); -lean_ctor_set(x_307, 1, x_298); -x_308 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_308, 0, x_306); -lean_ctor_set(x_308, 1, x_307); -lean_ctor_set(x_2, 1, x_308); -lean_ctor_set(x_2, 0, x_303); -x_309 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_309, 0, x_2); -x_13 = x_309; -x_14 = x_302; -goto block_17; +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_79, 0); +lean_dec(x_82); +x_83 = lean_ctor_get(x_80, 0); +lean_inc(x_83); +lean_dec(x_80); +lean_ctor_set(x_79, 0, x_83); +return x_79; } else { -lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; -lean_dec(x_299); -lean_dec(x_298); -lean_dec(x_297); -lean_dec(x_296); -lean_free_object(x_2); -lean_dec(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_3); -x_310 = lean_ctor_get(x_300, 0); -lean_inc(x_310); -x_311 = lean_ctor_get(x_300, 1); -lean_inc(x_311); -if (lean_is_exclusive(x_300)) { - lean_ctor_release(x_300, 0); - lean_ctor_release(x_300, 1); - x_312 = x_300; -} else { - lean_dec_ref(x_300); - x_312 = lean_box(0); -} -if (lean_is_scalar(x_312)) { - x_313 = lean_alloc_ctor(1, 2, 0); -} else { - x_313 = x_312; -} -lean_ctor_set(x_313, 0, x_310); -lean_ctor_set(x_313, 1, x_311); -return x_313; -} +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_79, 1); +lean_inc(x_84); +lean_dec(x_79); +x_85 = lean_ctor_get(x_80, 0); +lean_inc(x_85); +lean_dec(x_80); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_84); +return x_86; } } else { -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; -x_314 = lean_ctor_get(x_2, 0); -lean_inc(x_314); -lean_dec(x_2); -x_315 = lean_ctor_get(x_18, 0); -lean_inc(x_315); -if (lean_is_exclusive(x_18)) { - lean_ctor_release(x_18, 0); - lean_ctor_release(x_18, 1); - x_316 = x_18; -} else { - lean_dec_ref(x_18); - x_316 = lean_box(0); -} -x_317 = lean_ctor_get(x_19, 0); -lean_inc(x_317); -x_318 = lean_ctor_get(x_19, 1); -lean_inc(x_318); -if (lean_is_exclusive(x_19)) { - lean_ctor_release(x_19, 0); - lean_ctor_release(x_19, 1); - x_319 = x_19; -} else { - lean_dec_ref(x_19); - x_319 = lean_box(0); -} -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_320 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(x_314, x_259, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_320) == 0) -{ -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; -x_321 = lean_ctor_get(x_320, 0); -lean_inc(x_321); -x_322 = lean_ctor_get(x_320, 1); -lean_inc(x_322); -lean_dec(x_320); -x_323 = lean_ctor_get(x_321, 0); -lean_inc(x_323); -x_324 = lean_ctor_get(x_321, 1); -lean_inc(x_324); -lean_dec(x_321); -lean_inc(x_324); -x_325 = lean_array_push(x_317, x_324); -x_326 = lean_array_push(x_315, x_324); -if (lean_is_scalar(x_319)) { - x_327 = lean_alloc_ctor(0, 2, 0); -} else { - x_327 = x_319; -} -lean_ctor_set(x_327, 0, x_325); -lean_ctor_set(x_327, 1, x_318); -if (lean_is_scalar(x_316)) { - x_328 = lean_alloc_ctor(0, 2, 0); -} else { - x_328 = x_316; +lean_object* x_87; lean_object* x_88; +x_87 = lean_ctor_get(x_79, 1); +lean_inc(x_87); +lean_dec(x_79); +x_88 = lean_ctor_get(x_80, 0); +lean_inc(x_88); +lean_dec(x_80); +x_5 = x_16; +x_6 = x_88; +x_13 = x_87; +goto _start; } -lean_ctor_set(x_328, 0, x_326); -lean_ctor_set(x_328, 1, x_327); -x_329 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_329, 0, x_323); -lean_ctor_set(x_329, 1, x_328); -x_330 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_330, 0, x_329); -x_13 = x_330; -x_14 = x_322; -goto block_17; } else { -lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; -lean_dec(x_319); -lean_dec(x_318); -lean_dec(x_317); -lean_dec(x_316); -lean_dec(x_315); +uint8_t x_90; +lean_dec(x_16); 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); -x_331 = lean_ctor_get(x_320, 0); -lean_inc(x_331); -x_332 = lean_ctor_get(x_320, 1); -lean_inc(x_332); -if (lean_is_exclusive(x_320)) { - lean_ctor_release(x_320, 0); - lean_ctor_release(x_320, 1); - x_333 = x_320; -} else { - lean_dec_ref(x_320); - x_333 = lean_box(0); -} -if (lean_is_scalar(x_333)) { - x_334 = lean_alloc_ctor(1, 2, 0); -} else { - x_334 = x_333; -} -lean_ctor_set(x_334, 0, x_331); -lean_ctor_set(x_334, 1, x_332); -return x_334; +x_90 = !lean_is_exclusive(x_79); +if (x_90 == 0) +{ +return x_79; } +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_79, 0); +x_92 = lean_ctor_get(x_79, 1); +lean_inc(x_92); +lean_inc(x_91); +lean_dec(x_79); +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; } } } -block_17: -{ -lean_object* x_15; -x_15 = lean_ctor_get(x_13, 0); -lean_inc(x_15); -lean_dec(x_13); -x_1 = x_12; -x_2 = x_15; -x_9 = x_14; -goto _start; } } } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -32539,15 +32051,15 @@ return x_27; } } } -static lean_object* _init_l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1() { +static lean_object* _init_l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___lambda__1___boxed), 3, 0); +x_1 = lean_alloc_closure((void*)(l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1___boxed), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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) { _start: { if (lean_obj_tag(x_1) == 0) @@ -32571,7 +32083,7 @@ lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; x_13 = lean_ctor_get(x_1, 1); x_14 = lean_ctor_get(x_1, 0); lean_dec(x_14); -x_15 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1; +x_15 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1; lean_inc(x_8); lean_inc(x_7); x_16 = l_Lean_Core_withFreshMacroScope___rarg(x_15, x_7, x_8, x_9); @@ -32629,7 +32141,7 @@ lean_object* x_24; lean_object* x_25; lean_object* x_26; x_24 = lean_ctor_get(x_1, 1); lean_inc(x_24); lean_dec(x_1); -x_25 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1; +x_25 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1; lean_inc(x_8); lean_inc(x_7); x_26 = l_Lean_Core_withFreshMacroScope___rarg(x_25, x_7, x_8, x_9); @@ -32681,7 +32193,7 @@ return x_34; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -32762,7 +32274,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -32793,7 +32305,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -32817,7 +32329,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -32864,7 +32376,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -32912,203 +32424,6 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -if (lean_obj_tag(x_3) == 0) -{ -lean_dec(x_1); -return x_2; -} -else -{ -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; -x_4 = lean_ctor_get(x_3, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_3, 1); -lean_inc(x_5); -lean_dec(x_3); -lean_inc(x_1); -x_6 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_6, 0, x_2); -lean_ctor_set(x_6, 1, x_1); -x_7 = lean_box(0); -x_8 = 0; -x_9 = lean_unsigned_to_nat(0u); -x_10 = l_Lean_Syntax_formatStxAux(x_7, x_8, x_9, x_4); -x_11 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_11, 0, x_6); -lean_ctor_set(x_11, 1, x_10); -x_2 = x_11; -x_3 = x_5; -goto _start; -} -} -} -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(lean_object* x_1, lean_object* x_2) { -_start: -{ -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_3; -lean_dec(x_2); -x_3 = lean_box(0); -return x_3; -} -else -{ -lean_object* x_4; -x_4 = lean_ctor_get(x_1, 1); -lean_inc(x_4); -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; -lean_dec(x_2); -x_5 = lean_ctor_get(x_1, 0); -lean_inc(x_5); -lean_dec(x_1); -x_6 = lean_box(0); -x_7 = 0; -x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_Syntax_formatStxAux(x_6, x_7, x_8, x_5); -return x_9; -} -else -{ -lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_10 = lean_ctor_get(x_1, 0); -lean_inc(x_10); -lean_dec(x_1); -x_11 = lean_box(0); -x_12 = 0; -x_13 = lean_unsigned_to_nat(0u); -x_14 = l_Lean_Syntax_formatStxAux(x_11, x_12, x_13, x_10); -x_15 = l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(x_2, x_14, x_4); -return x_15; -} -} -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[]", 2); -return x_1; -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___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_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; -x_2 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3; -x_2 = lean_box(1); -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_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[", 1); -return x_1; -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5; -x_2 = lean_string_length(x_1); -return x_2; -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__6; -x_2 = lean_nat_to_int(x_1); -return x_2; -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5; -x_2 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} -} -static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__18; -x_2 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(lean_object* x_1) { -_start: -{ -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_2; -x_2 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__2; -return x_2; -} -else -{ -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; uint8_t x_11; lean_object* x_12; -x_3 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__4; -x_4 = l_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(x_1, x_3); -x_5 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__8; -x_6 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_6, 0, x_5); -lean_ctor_set(x_6, 1, x_4); -x_7 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__9; -x_8 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_8, 0, x_6); -lean_ctor_set(x_8, 1, x_7); -x_9 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__7; -x_10 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_8); -x_11 = 0; -x_12 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_12, 0, x_10); -lean_ctor_set_uint8(x_12, sizeof(void*)*1, x_11); -return x_12; -} -} -} LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -33165,34 +32480,6 @@ goto _start; } } } -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -x_2 = lean_string_length(x_1); -return x_2; -} -} -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__1; -x_2 = lean_nat_to_int(x_1); -return x_2; -} -} -static lean_object* _init_l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -x_2 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14(lean_object* x_1, lean_object* x_2) { _start: { @@ -33216,8 +32503,8 @@ lean_inc(x_7); x_8 = lean_ctor_get(x_5, 1); lean_inc(x_8); lean_dec(x_5); -x_9 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(x_7); -x_10 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3; +x_9 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(x_7); +x_10 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_9); lean_ctor_set(x_11, 1, x_10); @@ -33232,7 +32519,7 @@ x_17 = l_Lean_Syntax_formatStxAux(x_14, x_15, x_16, x_8); x_18 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_18, 0, x_13); lean_ctor_set(x_18, 1, x_17); -x_19 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3; +x_19 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8; x_20 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_20, 0, x_19); lean_ctor_set(x_20, 1, x_18); @@ -33240,7 +32527,7 @@ x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_ x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_20); lean_ctor_set(x_22, 1, x_21); -x_23 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2; +x_23 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7; x_24 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_24, 0, x_23); lean_ctor_set(x_24, 1, x_22); @@ -33273,8 +32560,8 @@ lean_inc(x_31); x_32 = lean_ctor_get(x_29, 1); lean_inc(x_32); lean_dec(x_29); -x_33 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(x_31); -x_34 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3; +x_33 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(x_31); +x_34 = l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3; x_35 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_35, 0, x_33); lean_ctor_set(x_35, 1, x_34); @@ -33289,7 +32576,7 @@ x_41 = l_Lean_Syntax_formatStxAux(x_38, x_39, x_40, x_32); x_42 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_42, 0, x_37); lean_ctor_set(x_42, 1, x_41); -x_43 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3; +x_43 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8; x_44 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_44, 0, x_43); lean_ctor_set(x_44, 1, x_42); @@ -33297,7 +32584,7 @@ x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_ x_46 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_46, 0, x_44); lean_ctor_set(x_46, 1, x_45); -x_47 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2; +x_47 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7; x_48 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_48, 0, x_47); lean_ctor_set(x_48, 1, x_46); @@ -33397,7 +32684,7 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_3); lean_inc(x_1); -x_15 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(x_1, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_15 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(x_1, x_3, x_7, x_8, 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; lean_object* x_18; 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; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; size_t x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; size_t x_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; @@ -33418,7 +32705,7 @@ lean_dec(x_23); x_25 = 0; lean_inc(x_11); lean_inc(x_4); -x_26 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(x_4, x_3, x_24, x_25, x_2, x_7, x_8, x_9, x_10, x_11, x_12, x_17); +x_26 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_4, x_3, x_24, x_25, x_2, x_7, x_8, x_9, x_10, x_11, x_12, x_17); x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); x_28 = lean_ctor_get(x_26, 1); @@ -33481,7 +32768,7 @@ x_55 = lean_usize_of_nat(x_54); lean_dec(x_54); lean_inc(x_41); lean_inc(x_31); -x_56 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(x_31, x_41, x_46, x_55, x_25, x_53); +x_56 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(x_31, x_41, x_46, x_55, x_25, x_53); x_57 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22; x_58 = l_Lean_mkSepArray(x_56, x_57); lean_dec(x_56); @@ -33503,7 +32790,7 @@ lean_ctor_set(x_64, 1, x_3); x_65 = lean_array_get_size(x_27); x_66 = lean_usize_of_nat(x_65); lean_dec(x_65); -x_67 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(x_64, x_66, x_25, x_27); +x_67 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(x_64, x_66, x_25, x_27); lean_dec(x_64); x_68 = l_Array_append___rarg(x_4, x_67); lean_inc(x_31); @@ -33629,7 +32916,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot 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_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__4; -x_3 = lean_unsigned_to_nat(582u); +x_3 = lean_unsigned_to_nat(591u); x_4 = lean_unsigned_to_nat(12u); x_5 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -33671,80 +32958,82 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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) { _start: { -lean_dec(x_3); +lean_dec(x_5); if (lean_obj_tag(x_1) == 0) { +lean_dec(x_4); +lean_dec(x_3); if (lean_obj_tag(x_2) == 0) { -lean_object* x_11; uint8_t x_12; lean_object* x_13; uint8_t x_14; -x_11 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__3; -x_12 = 2; -x_13 = l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(x_11, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_13; uint8_t x_14; lean_object* x_15; uint8_t x_16; +x_13 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__3; +x_14 = 2; +x_15 = l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(x_13, x_14, 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); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_13, 0); -lean_dec(x_15); -x_16 = lean_box(0); -lean_ctor_set(x_13, 0, x_16); -return x_13; +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +lean_dec(x_17); +x_18 = lean_box(0); +lean_ctor_set(x_15, 0, x_18); +return x_15; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = lean_ctor_get(x_13, 1); -lean_inc(x_17); -lean_dec(x_13); -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; +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 1); +lean_inc(x_19); +lean_dec(x_15); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; } } else { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_2, 0); -lean_inc(x_20); +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_2, 0); +lean_inc(x_22); lean_dec(x_2); -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -if (lean_obj_tag(x_21) == 0) +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_22; lean_object* x_23; +lean_object* x_24; lean_object* 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); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_10); -return x_23; +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_12); +return x_25; } else { -lean_object* x_24; lean_object* x_25; -lean_dec(x_21); -lean_dec(x_20); -x_24 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__5; -x_25 = l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1(x_24, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_25; +lean_object* x_26; lean_object* x_27; +lean_dec(x_23); +lean_dec(x_22); +x_26 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__5; +x_27 = l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1(x_26, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_27; } } } @@ -33752,1109 +33041,1160 @@ else { if (lean_obj_tag(x_2) == 0) { -lean_object* x_26; uint8_t x_27; lean_object* x_28; uint8_t x_29; +lean_object* x_28; uint8_t x_29; lean_object* x_30; uint8_t x_31; +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_26 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__3; -x_27 = 2; -x_28 = l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(x_26, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_28 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__3; +x_29 = 2; +x_30 = l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(x_28, x_29, 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); -x_29 = !lean_is_exclusive(x_28); -if (x_29 == 0) +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_28, 0); -lean_dec(x_30); -x_31 = lean_box(0); -lean_ctor_set(x_28, 0, x_31); -return x_28; +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 0); +lean_dec(x_32); +x_33 = lean_box(0); +lean_ctor_set(x_30, 0, x_33); +return x_30; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_28, 1); -lean_inc(x_32); -lean_dec(x_28); -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_32); -return x_34; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_30, 1); +lean_inc(x_34); +lean_dec(x_30); +x_35 = lean_box(0); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +return x_36; } } else { -uint8_t x_35; -x_35 = !lean_is_exclusive(x_1); -if (x_35 == 0) +uint8_t x_37; +x_37 = !lean_is_exclusive(x_1); +if (x_37 == 0) { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_2); -if (x_36 == 0) +uint8_t x_38; +x_38 = !lean_is_exclusive(x_2); +if (x_38 == 0) { -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_1, 0); -x_38 = lean_ctor_get(x_1, 1); -x_39 = lean_ctor_get(x_2, 0); -x_40 = lean_ctor_get(x_2, 1); +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_1, 0); +x_40 = lean_ctor_get(x_1, 1); +x_41 = lean_ctor_get(x_2, 0); +x_42 = lean_ctor_get(x_2, 1); +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_39); -x_41 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(x_39, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_41) == 0) +lean_inc(x_41); +x_43 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(x_41, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -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_box(0); +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_box(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_42); -x_45 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(x_42, x_2, x_44, x_4, x_5, x_6, x_7, x_8, x_9, x_43); -if (lean_obj_tag(x_45) == 0) +lean_inc(x_44); +x_47 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(x_44, x_42, x_46, x_6, x_7, x_8, x_9, x_10, x_11, x_45); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__8; +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_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_ctor_get(x_44, 1); +lean_inc(x_50); +x_51 = lean_ctor_get(x_44, 0); +lean_inc(x_51); +x_52 = lean_apply_1(x_50, x_51); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_41); +lean_ctor_set(x_2, 1, x_48); +lean_ctor_set(x_2, 0, x_53); +x_54 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__8; +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_49 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(x_46, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_47); -if (lean_obj_tag(x_49) == 0) +x_55 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(x_3, x_4, x_3, x_4, x_2, x_54, x_6, x_7, x_8, x_9, x_10, x_11, x_49); +lean_dec(x_4); +lean_dec(x_3); +if (lean_obj_tag(x_55) == 0) { -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; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_49, 1); -lean_inc(x_53); -lean_dec(x_49); -x_54 = lean_ctor_get(x_50, 0); -lean_inc(x_54); -lean_dec(x_50); -x_55 = lean_ctor_get(x_51, 0); -lean_inc(x_55); -lean_dec(x_51); -x_56 = lean_ctor_get(x_52, 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; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); -x_57 = lean_ctor_get(x_52, 1); +x_57 = lean_ctor_get(x_56, 1); lean_inc(x_57); -lean_dec(x_52); -x_58 = lean_ctor_get(x_42, 2); +x_58 = lean_ctor_get(x_57, 1); lean_inc(x_58); -lean_dec(x_42); -x_59 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_38); -x_60 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); -lean_closure_set(x_60, 0, x_38); -lean_closure_set(x_60, 1, x_56); -lean_closure_set(x_60, 2, x_44); -lean_closure_set(x_60, 3, x_59); -lean_closure_set(x_60, 4, x_57); -lean_inc(x_37); -x_61 = lean_array_to_list(lean_box(0), x_55); -x_62 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); -lean_closure_set(x_62, 0, x_1); -lean_closure_set(x_62, 1, x_61); +x_59 = lean_ctor_get(x_55, 1); +lean_inc(x_59); +lean_dec(x_55); +x_60 = lean_ctor_get(x_56, 0); +lean_inc(x_60); +lean_dec(x_56); +x_61 = lean_ctor_get(x_57, 0); +lean_inc(x_61); +lean_dec(x_57); +x_62 = lean_ctor_get(x_58, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_58, 1); +lean_inc(x_63); +lean_dec(x_58); +x_64 = lean_ctor_get(x_44, 2); +lean_inc(x_64); +lean_dec(x_44); +x_65 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_40); +x_66 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); +lean_closure_set(x_66, 0, x_40); +lean_closure_set(x_66, 1, x_62); +lean_closure_set(x_66, 2, x_46); +lean_closure_set(x_66, 3, x_65); +lean_closure_set(x_66, 4, x_63); +lean_inc(x_39); +x_67 = lean_array_to_list(lean_box(0), x_61); +x_68 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); +lean_closure_set(x_68, 0, x_1); +lean_closure_set(x_68, 1, x_67); +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_63 = lean_apply_9(x_58, x_60, x_62, x_4, x_5, x_6, x_7, x_8, x_9, x_53); -if (lean_obj_tag(x_63) == 0) +x_69 = lean_apply_9(x_64, x_66, x_68, x_6, x_7, x_8, x_9, x_10, x_11, x_59); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; size_t x_67; size_t 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; uint8_t x_77; -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_array_get_size(x_54); -x_67 = lean_usize_of_nat(x_66); -lean_dec(x_66); -x_68 = 0; -lean_inc(x_8); -x_69 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_54, x_67, x_68, x_64, x_4, x_5, x_6, x_7, x_8, x_9, x_65); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_54); +lean_object* x_70; 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; uint8_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; 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 = lean_ctor_get(x_8, 5); -lean_inc(x_72); -x_73 = 0; -x_74 = l_Lean_SourceInfo_fromRef(x_72, x_73); -x_75 = lean_ctor_get(x_8, 10); -lean_inc(x_75); -lean_dec(x_8); -x_76 = lean_st_ref_get(x_9, x_71); +x_72 = lean_array_get_size(x_60); +x_73 = lean_usize_of_nat(x_72); +lean_dec(x_72); +x_74 = 0; +lean_inc(x_10); +x_75 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(x_60, x_73, x_74, x_70, x_6, x_7, x_8, x_9, x_10, x_11, x_71); lean_dec(x_9); -x_77 = !lean_is_exclusive(x_76); -if (x_77 == 0) +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_60); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +lean_dec(x_75); +x_78 = lean_ctor_get(x_10, 5); +lean_inc(x_78); +x_79 = 0; +x_80 = l_Lean_SourceInfo_fromRef(x_78, x_79); +x_81 = lean_ctor_get(x_10, 10); +lean_inc(x_81); +lean_dec(x_10); +x_82 = lean_st_ref_get(x_11, x_77); +lean_dec(x_11); +x_83 = !lean_is_exclusive(x_82); +if (x_83 == 0) { -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; -x_78 = lean_ctor_get(x_76, 0); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -lean_dec(x_78); -x_80 = lean_environment_main_module(x_79); -x_81 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; -lean_inc(x_74); -x_82 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_82, 0, x_74); -lean_ctor_set(x_82, 1, x_81); -x_83 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -x_84 = l_Lean_addMacroScope(x_80, x_83, x_75); -x_85 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; -lean_inc(x_74); -x_86 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_86, 0, x_74); -lean_ctor_set(x_86, 1, x_85); -lean_ctor_set(x_86, 2, x_84); -lean_ctor_set(x_86, 3, x_44); -x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_74); -x_88 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_88, 0, x_74); +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; +x_84 = lean_ctor_get(x_82, 0); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +lean_dec(x_84); +x_86 = lean_environment_main_module(x_85); +x_87 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; +lean_inc(x_80); +x_88 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_88, 0, x_80); lean_ctor_set(x_88, 1, x_87); -lean_ctor_set(x_88, 2, x_59); -lean_inc(x_88); -lean_inc(x_74); -x_89 = l_Lean_Syntax_node2(x_74, x_87, x_86, x_88); -x_90 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_74); -x_91 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_91, 0, x_74); -lean_ctor_set(x_91, 1, x_90); -x_92 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; -lean_inc(x_74); -x_93 = l_Lean_Syntax_node4(x_74, x_92, x_89, x_88, x_91, x_37); -x_94 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; -lean_inc(x_74); -x_95 = l_Lean_Syntax_node1(x_74, x_94, x_93); -x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; -lean_inc(x_74); +x_89 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +x_90 = l_Lean_addMacroScope(x_86, x_89, x_81); +x_91 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +lean_inc(x_80); +x_92 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_92, 0, x_80); +lean_ctor_set(x_92, 1, x_91); +lean_ctor_set(x_92, 2, x_90); +lean_ctor_set(x_92, 3, x_46); +x_93 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_80); +x_94 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_94, 0, x_80); +lean_ctor_set(x_94, 1, x_93); +lean_ctor_set(x_94, 2, x_65); +lean_inc(x_94); +lean_inc(x_80); +x_95 = l_Lean_Syntax_node2(x_80, x_93, x_92, x_94); +x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_80); x_97 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_97, 0, x_74); +lean_ctor_set(x_97, 0, x_80); lean_ctor_set(x_97, 1, x_96); -x_98 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; -x_99 = l_Lean_Syntax_node4(x_74, x_98, x_82, x_95, x_97, x_70); -lean_ctor_set(x_76, 0, x_99); -return x_76; +x_98 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; +lean_inc(x_80); +x_99 = l_Lean_Syntax_node4(x_80, x_98, x_95, x_94, x_97, x_39); +x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; +lean_inc(x_80); +x_101 = l_Lean_Syntax_node1(x_80, x_100, x_99); +x_102 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +lean_inc(x_80); +x_103 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_103, 0, x_80); +lean_ctor_set(x_103, 1, x_102); +x_104 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; +x_105 = l_Lean_Syntax_node4(x_80, x_104, x_88, x_101, x_103, x_76); +lean_ctor_set(x_82, 0, x_105); +return x_82; } else { -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; -x_100 = lean_ctor_get(x_76, 0); -x_101 = lean_ctor_get(x_76, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_76); -x_102 = lean_ctor_get(x_100, 0); -lean_inc(x_102); -lean_dec(x_100); -x_103 = lean_environment_main_module(x_102); -x_104 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; -lean_inc(x_74); -x_105 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_105, 0, x_74); -lean_ctor_set(x_105, 1, x_104); -x_106 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -x_107 = l_Lean_addMacroScope(x_103, x_106, x_75); -x_108 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; -lean_inc(x_74); -x_109 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_109, 0, x_74); -lean_ctor_set(x_109, 1, x_108); -lean_ctor_set(x_109, 2, x_107); -lean_ctor_set(x_109, 3, x_44); -x_110 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_74); -x_111 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_111, 0, x_74); +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; +x_106 = lean_ctor_get(x_82, 0); +x_107 = lean_ctor_get(x_82, 1); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_82); +x_108 = lean_ctor_get(x_106, 0); +lean_inc(x_108); +lean_dec(x_106); +x_109 = lean_environment_main_module(x_108); +x_110 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; +lean_inc(x_80); +x_111 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_111, 0, x_80); lean_ctor_set(x_111, 1, x_110); -lean_ctor_set(x_111, 2, x_59); -lean_inc(x_111); -lean_inc(x_74); -x_112 = l_Lean_Syntax_node2(x_74, x_110, x_109, x_111); -x_113 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_74); -x_114 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_114, 0, x_74); -lean_ctor_set(x_114, 1, x_113); -x_115 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; -lean_inc(x_74); -x_116 = l_Lean_Syntax_node4(x_74, x_115, x_112, x_111, x_114, x_37); -x_117 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; -lean_inc(x_74); -x_118 = l_Lean_Syntax_node1(x_74, x_117, x_116); -x_119 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; -lean_inc(x_74); +x_112 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +x_113 = l_Lean_addMacroScope(x_109, x_112, x_81); +x_114 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +lean_inc(x_80); +x_115 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_115, 0, x_80); +lean_ctor_set(x_115, 1, x_114); +lean_ctor_set(x_115, 2, x_113); +lean_ctor_set(x_115, 3, x_46); +x_116 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_80); +x_117 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_117, 0, x_80); +lean_ctor_set(x_117, 1, x_116); +lean_ctor_set(x_117, 2, x_65); +lean_inc(x_117); +lean_inc(x_80); +x_118 = l_Lean_Syntax_node2(x_80, x_116, x_115, x_117); +x_119 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_80); x_120 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_120, 0, x_74); +lean_ctor_set(x_120, 0, x_80); lean_ctor_set(x_120, 1, x_119); -x_121 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; -x_122 = l_Lean_Syntax_node4(x_74, x_121, x_105, x_118, x_120, x_70); -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_122); -lean_ctor_set(x_123, 1, x_101); -return x_123; +x_121 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; +lean_inc(x_80); +x_122 = l_Lean_Syntax_node4(x_80, x_121, x_118, x_117, x_120, x_39); +x_123 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; +lean_inc(x_80); +x_124 = l_Lean_Syntax_node1(x_80, x_123, x_122); +x_125 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +lean_inc(x_80); +x_126 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_126, 0, x_80); +lean_ctor_set(x_126, 1, x_125); +x_127 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; +x_128 = l_Lean_Syntax_node4(x_80, x_127, x_111, x_124, x_126, x_76); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_107); +return x_129; } } else { -uint8_t x_124; -lean_dec(x_54); -lean_dec(x_37); +uint8_t x_130; +lean_dec(x_60); +lean_dec(x_39); +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); -x_124 = !lean_is_exclusive(x_63); -if (x_124 == 0) +x_130 = !lean_is_exclusive(x_69); +if (x_130 == 0) { -return x_63; +return x_69; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_ctor_get(x_63, 0); -x_126 = lean_ctor_get(x_63, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_63); -x_127 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -return x_127; +lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_131 = lean_ctor_get(x_69, 0); +x_132 = lean_ctor_get(x_69, 1); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_69); +x_133 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_133, 0, x_131); +lean_ctor_set(x_133, 1, x_132); +return x_133; } } } else { -uint8_t x_128; -lean_dec(x_42); +uint8_t x_134; +lean_dec(x_44); lean_free_object(x_1); -lean_dec(x_38); -lean_dec(x_37); +lean_dec(x_40); +lean_dec(x_39); +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); -x_128 = !lean_is_exclusive(x_49); -if (x_128 == 0) +x_134 = !lean_is_exclusive(x_55); +if (x_134 == 0) { -return x_49; +return x_55; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_49, 0); -x_130 = lean_ctor_get(x_49, 1); -lean_inc(x_130); -lean_inc(x_129); -lean_dec(x_49); -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_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_55, 0); +x_136 = lean_ctor_get(x_55, 1); +lean_inc(x_136); +lean_inc(x_135); +lean_dec(x_55); +x_137 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_137, 0, x_135); +lean_ctor_set(x_137, 1, x_136); +return x_137; } } } else { -uint8_t x_132; -lean_dec(x_42); +uint8_t x_138; +lean_dec(x_44); +lean_free_object(x_2); +lean_dec(x_41); lean_free_object(x_1); -lean_dec(x_38); -lean_dec(x_37); +lean_dec(x_40); +lean_dec(x_39); +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); -x_132 = !lean_is_exclusive(x_45); -if (x_132 == 0) +lean_dec(x_3); +x_138 = !lean_is_exclusive(x_47); +if (x_138 == 0) { -return x_45; +return x_47; } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_133 = lean_ctor_get(x_45, 0); -x_134 = lean_ctor_get(x_45, 1); -lean_inc(x_134); -lean_inc(x_133); -lean_dec(x_45); -x_135 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_134); -return x_135; +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_47, 0); +x_140 = lean_ctor_get(x_47, 1); +lean_inc(x_140); +lean_inc(x_139); +lean_dec(x_47); +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } } else { -uint8_t x_136; +uint8_t x_142; lean_free_object(x_2); -lean_dec(x_40); -lean_dec(x_39); +lean_dec(x_42); +lean_dec(x_41); lean_free_object(x_1); -lean_dec(x_38); -lean_dec(x_37); +lean_dec(x_40); +lean_dec(x_39); +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); -x_136 = !lean_is_exclusive(x_41); -if (x_136 == 0) +lean_dec(x_3); +x_142 = !lean_is_exclusive(x_43); +if (x_142 == 0) { -return x_41; +return x_43; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_41, 0); -x_138 = lean_ctor_get(x_41, 1); -lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_41); -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_object* x_143; lean_object* x_144; lean_object* x_145; +x_143 = lean_ctor_get(x_43, 0); +x_144 = lean_ctor_get(x_43, 1); +lean_inc(x_144); +lean_inc(x_143); +lean_dec(x_43); +x_145 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +return x_145; } } } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; -x_140 = lean_ctor_get(x_1, 0); -x_141 = lean_ctor_get(x_1, 1); -x_142 = lean_ctor_get(x_2, 0); -x_143 = lean_ctor_get(x_2, 1); -lean_inc(x_143); -lean_inc(x_142); +lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_146 = lean_ctor_get(x_1, 0); +x_147 = lean_ctor_get(x_1, 1); +x_148 = lean_ctor_get(x_2, 0); +x_149 = lean_ctor_get(x_2, 1); +lean_inc(x_149); +lean_inc(x_148); lean_dec(x_2); +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_142); -x_144 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(x_142, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_144) == 0) -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_147, 0, x_142); -lean_ctor_set(x_147, 1, x_143); -x_148 = lean_box(0); -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_145); -x_149 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(x_145, x_147, x_148, x_4, x_5, x_6, x_7, x_8, x_9, x_146); -if (lean_obj_tag(x_149) == 0) +lean_inc(x_148); +x_150 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(x_148, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_150) == 0) { -lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_150 = lean_ctor_get(x_149, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_149, 1); +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_151 = lean_ctor_get(x_150, 0); lean_inc(x_151); -lean_dec(x_149); -x_152 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__8; +x_152 = lean_ctor_get(x_150, 1); +lean_inc(x_152); +lean_dec(x_150); +x_153 = lean_box(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); -x_153 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(x_150, x_152, x_4, x_5, x_6, x_7, x_8, x_9, x_151); -if (lean_obj_tag(x_153) == 0) +lean_inc(x_151); +x_154 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(x_151, x_149, x_153, x_6, x_7, x_8, x_9, x_10, x_11, x_152); +if (lean_obj_tag(x_154) == 0) { -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_154 = lean_ctor_get(x_153, 0); -lean_inc(x_154); -x_155 = lean_ctor_get(x_154, 1); +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; +x_155 = lean_ctor_get(x_154, 0); lean_inc(x_155); -x_156 = lean_ctor_get(x_155, 1); +x_156 = lean_ctor_get(x_154, 1); lean_inc(x_156); -x_157 = lean_ctor_get(x_153, 1); +lean_dec(x_154); +x_157 = lean_ctor_get(x_151, 1); lean_inc(x_157); -lean_dec(x_153); -x_158 = lean_ctor_get(x_154, 0); +x_158 = lean_ctor_get(x_151, 0); lean_inc(x_158); -lean_dec(x_154); -x_159 = lean_ctor_get(x_155, 0); -lean_inc(x_159); -lean_dec(x_155); -x_160 = lean_ctor_get(x_156, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_156, 1); -lean_inc(x_161); -lean_dec(x_156); -x_162 = lean_ctor_get(x_145, 2); -lean_inc(x_162); -lean_dec(x_145); -x_163 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_141); -x_164 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); -lean_closure_set(x_164, 0, x_141); -lean_closure_set(x_164, 1, x_160); -lean_closure_set(x_164, 2, x_148); -lean_closure_set(x_164, 3, x_163); -lean_closure_set(x_164, 4, x_161); -lean_inc(x_140); -x_165 = lean_array_to_list(lean_box(0), x_159); -x_166 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); -lean_closure_set(x_166, 0, x_1); -lean_closure_set(x_166, 1, x_165); +x_159 = lean_apply_1(x_157, x_158); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_148); +x_161 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_161, 0, x_160); +lean_ctor_set(x_161, 1, x_155); +x_162 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__8; +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_167 = lean_apply_9(x_162, x_164, x_166, x_4, x_5, x_6, x_7, x_8, x_9, x_157); -if (lean_obj_tag(x_167) == 0) +x_163 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(x_3, x_4, x_3, x_4, x_161, x_162, x_6, x_7, x_8, x_9, x_10, x_11, x_156); +lean_dec(x_4); +lean_dec(x_3); +if (lean_obj_tag(x_163) == 0) { -lean_object* x_168; lean_object* x_169; lean_object* x_170; size_t x_171; size_t x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; uint8_t x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_168 = lean_ctor_get(x_167, 0); +lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; 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; +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_164, 1); +lean_inc(x_165); +x_166 = lean_ctor_get(x_165, 1); +lean_inc(x_166); +x_167 = lean_ctor_get(x_163, 1); +lean_inc(x_167); +lean_dec(x_163); +x_168 = lean_ctor_get(x_164, 0); lean_inc(x_168); -x_169 = lean_ctor_get(x_167, 1); +lean_dec(x_164); +x_169 = lean_ctor_get(x_165, 0); lean_inc(x_169); -lean_dec(x_167); -x_170 = lean_array_get_size(x_158); -x_171 = lean_usize_of_nat(x_170); -lean_dec(x_170); -x_172 = 0; +lean_dec(x_165); +x_170 = lean_ctor_get(x_166, 0); +lean_inc(x_170); +x_171 = lean_ctor_get(x_166, 1); +lean_inc(x_171); +lean_dec(x_166); +x_172 = lean_ctor_get(x_151, 2); +lean_inc(x_172); +lean_dec(x_151); +x_173 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_147); +x_174 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); +lean_closure_set(x_174, 0, x_147); +lean_closure_set(x_174, 1, x_170); +lean_closure_set(x_174, 2, x_153); +lean_closure_set(x_174, 3, x_173); +lean_closure_set(x_174, 4, x_171); +lean_inc(x_146); +x_175 = lean_array_to_list(lean_box(0), x_169); +x_176 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); +lean_closure_set(x_176, 0, x_1); +lean_closure_set(x_176, 1, x_175); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); lean_inc(x_8); -x_173 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_158, x_171, x_172, x_168, x_4, x_5, x_6, x_7, x_8, x_9, x_169); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_158); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_ctor_get(x_8, 5); -lean_inc(x_176); -x_177 = 0; -x_178 = l_Lean_SourceInfo_fromRef(x_176, x_177); -x_179 = lean_ctor_get(x_8, 10); +lean_inc(x_7); +lean_inc(x_6); +x_177 = lean_apply_9(x_172, x_174, x_176, x_6, x_7, x_8, x_9, x_10, x_11, x_167); +if (lean_obj_tag(x_177) == 0) +{ +lean_object* x_178; lean_object* x_179; lean_object* x_180; size_t x_181; size_t 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; 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; +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_8); -x_180 = lean_st_ref_get(x_9, x_175); +lean_dec(x_177); +x_180 = lean_array_get_size(x_168); +x_181 = lean_usize_of_nat(x_180); +lean_dec(x_180); +x_182 = 0; +lean_inc(x_10); +x_183 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(x_168, x_181, x_182, x_178, x_6, x_7, x_8, x_9, x_10, x_11, x_179); lean_dec(x_9); -x_181 = lean_ctor_get(x_180, 0); -lean_inc(x_181); -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; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_168); +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 = lean_ctor_get(x_10, 5); +lean_inc(x_186); +x_187 = 0; +x_188 = l_Lean_SourceInfo_fromRef(x_186, x_187); +x_189 = lean_ctor_get(x_10, 10); +lean_inc(x_189); +lean_dec(x_10); +x_190 = lean_st_ref_get(x_11, x_185); +lean_dec(x_11); +x_191 = lean_ctor_get(x_190, 0); +lean_inc(x_191); +x_192 = lean_ctor_get(x_190, 1); +lean_inc(x_192); +if (lean_is_exclusive(x_190)) { + lean_ctor_release(x_190, 0); + lean_ctor_release(x_190, 1); + x_193 = x_190; } else { - lean_dec_ref(x_180); - x_183 = lean_box(0); + lean_dec_ref(x_190); + x_193 = lean_box(0); } -x_184 = lean_ctor_get(x_181, 0); -lean_inc(x_184); -lean_dec(x_181); -x_185 = lean_environment_main_module(x_184); -x_186 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; -lean_inc(x_178); -x_187 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_187, 0, x_178); -lean_ctor_set(x_187, 1, x_186); -x_188 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -x_189 = l_Lean_addMacroScope(x_185, x_188, x_179); -x_190 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; -lean_inc(x_178); -x_191 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_191, 0, x_178); -lean_ctor_set(x_191, 1, x_190); -lean_ctor_set(x_191, 2, x_189); -lean_ctor_set(x_191, 3, x_148); -x_192 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_178); -x_193 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_193, 0, x_178); -lean_ctor_set(x_193, 1, x_192); -lean_ctor_set(x_193, 2, x_163); -lean_inc(x_193); -lean_inc(x_178); -x_194 = l_Lean_Syntax_node2(x_178, x_192, x_191, x_193); -x_195 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_178); -x_196 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_196, 0, x_178); -lean_ctor_set(x_196, 1, x_195); -x_197 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; -lean_inc(x_178); -x_198 = l_Lean_Syntax_node4(x_178, x_197, x_194, x_193, x_196, x_140); -x_199 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; -lean_inc(x_178); -x_200 = l_Lean_Syntax_node1(x_178, x_199, x_198); -x_201 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; -lean_inc(x_178); -x_202 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_202, 0, x_178); -lean_ctor_set(x_202, 1, x_201); -x_203 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; -x_204 = l_Lean_Syntax_node4(x_178, x_203, x_187, x_200, x_202, x_174); -if (lean_is_scalar(x_183)) { - x_205 = lean_alloc_ctor(0, 2, 0); +x_194 = lean_ctor_get(x_191, 0); +lean_inc(x_194); +lean_dec(x_191); +x_195 = lean_environment_main_module(x_194); +x_196 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; +lean_inc(x_188); +x_197 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_197, 0, x_188); +lean_ctor_set(x_197, 1, x_196); +x_198 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +x_199 = l_Lean_addMacroScope(x_195, x_198, x_189); +x_200 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +lean_inc(x_188); +x_201 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_201, 0, x_188); +lean_ctor_set(x_201, 1, x_200); +lean_ctor_set(x_201, 2, x_199); +lean_ctor_set(x_201, 3, x_153); +x_202 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_188); +x_203 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_203, 0, x_188); +lean_ctor_set(x_203, 1, x_202); +lean_ctor_set(x_203, 2, x_173); +lean_inc(x_203); +lean_inc(x_188); +x_204 = l_Lean_Syntax_node2(x_188, x_202, x_201, x_203); +x_205 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_188); +x_206 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_206, 0, x_188); +lean_ctor_set(x_206, 1, x_205); +x_207 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; +lean_inc(x_188); +x_208 = l_Lean_Syntax_node4(x_188, x_207, x_204, x_203, x_206, x_146); +x_209 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; +lean_inc(x_188); +x_210 = l_Lean_Syntax_node1(x_188, x_209, x_208); +x_211 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +lean_inc(x_188); +x_212 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_212, 0, x_188); +lean_ctor_set(x_212, 1, x_211); +x_213 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; +x_214 = l_Lean_Syntax_node4(x_188, x_213, x_197, x_210, x_212, x_184); +if (lean_is_scalar(x_193)) { + x_215 = lean_alloc_ctor(0, 2, 0); } else { - x_205 = x_183; + x_215 = x_193; } -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_182); -return x_205; +lean_ctor_set(x_215, 0, x_214); +lean_ctor_set(x_215, 1, x_192); +return x_215; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; -lean_dec(x_158); -lean_dec(x_140); +lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; +lean_dec(x_168); +lean_dec(x_146); +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); -x_206 = lean_ctor_get(x_167, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_167, 1); -lean_inc(x_207); -if (lean_is_exclusive(x_167)) { - lean_ctor_release(x_167, 0); - lean_ctor_release(x_167, 1); - x_208 = x_167; +x_216 = lean_ctor_get(x_177, 0); +lean_inc(x_216); +x_217 = lean_ctor_get(x_177, 1); +lean_inc(x_217); +if (lean_is_exclusive(x_177)) { + lean_ctor_release(x_177, 0); + lean_ctor_release(x_177, 1); + x_218 = x_177; } else { - lean_dec_ref(x_167); - x_208 = lean_box(0); + lean_dec_ref(x_177); + x_218 = lean_box(0); } -if (lean_is_scalar(x_208)) { - x_209 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_218)) { + x_219 = lean_alloc_ctor(1, 2, 0); } else { - x_209 = x_208; + x_219 = x_218; } -lean_ctor_set(x_209, 0, x_206); -lean_ctor_set(x_209, 1, x_207); -return x_209; +lean_ctor_set(x_219, 0, x_216); +lean_ctor_set(x_219, 1, x_217); +return x_219; } } else { -lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; -lean_dec(x_145); +lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; +lean_dec(x_151); lean_free_object(x_1); -lean_dec(x_141); -lean_dec(x_140); +lean_dec(x_147); +lean_dec(x_146); +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); -x_210 = lean_ctor_get(x_153, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_153, 1); -lean_inc(x_211); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - lean_ctor_release(x_153, 1); - x_212 = x_153; +x_220 = lean_ctor_get(x_163, 0); +lean_inc(x_220); +x_221 = lean_ctor_get(x_163, 1); +lean_inc(x_221); +if (lean_is_exclusive(x_163)) { + lean_ctor_release(x_163, 0); + lean_ctor_release(x_163, 1); + x_222 = x_163; } else { - lean_dec_ref(x_153); - x_212 = lean_box(0); + lean_dec_ref(x_163); + x_222 = lean_box(0); } -if (lean_is_scalar(x_212)) { - x_213 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_222)) { + x_223 = lean_alloc_ctor(1, 2, 0); } else { - x_213 = x_212; + x_223 = x_222; } -lean_ctor_set(x_213, 0, x_210); -lean_ctor_set(x_213, 1, x_211); -return x_213; +lean_ctor_set(x_223, 0, x_220); +lean_ctor_set(x_223, 1, x_221); +return x_223; } } else { -lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_145); +lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; +lean_dec(x_151); +lean_dec(x_148); lean_free_object(x_1); -lean_dec(x_141); -lean_dec(x_140); +lean_dec(x_147); +lean_dec(x_146); +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); -x_214 = lean_ctor_get(x_149, 0); -lean_inc(x_214); -x_215 = lean_ctor_get(x_149, 1); -lean_inc(x_215); -if (lean_is_exclusive(x_149)) { - lean_ctor_release(x_149, 0); - lean_ctor_release(x_149, 1); - x_216 = x_149; +lean_dec(x_3); +x_224 = lean_ctor_get(x_154, 0); +lean_inc(x_224); +x_225 = lean_ctor_get(x_154, 1); +lean_inc(x_225); +if (lean_is_exclusive(x_154)) { + lean_ctor_release(x_154, 0); + lean_ctor_release(x_154, 1); + x_226 = x_154; } else { - lean_dec_ref(x_149); - x_216 = lean_box(0); + lean_dec_ref(x_154); + x_226 = lean_box(0); } -if (lean_is_scalar(x_216)) { - x_217 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_226)) { + x_227 = lean_alloc_ctor(1, 2, 0); } else { - x_217 = x_216; + x_227 = x_226; } -lean_ctor_set(x_217, 0, x_214); -lean_ctor_set(x_217, 1, x_215); -return x_217; +lean_ctor_set(x_227, 0, x_224); +lean_ctor_set(x_227, 1, x_225); +return x_227; } } else { -lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; -lean_dec(x_143); -lean_dec(x_142); +lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; +lean_dec(x_149); +lean_dec(x_148); lean_free_object(x_1); -lean_dec(x_141); -lean_dec(x_140); +lean_dec(x_147); +lean_dec(x_146); +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); -x_218 = lean_ctor_get(x_144, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_144, 1); -lean_inc(x_219); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_220 = x_144; +lean_dec(x_3); +x_228 = lean_ctor_get(x_150, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_150, 1); +lean_inc(x_229); +if (lean_is_exclusive(x_150)) { + lean_ctor_release(x_150, 0); + lean_ctor_release(x_150, 1); + x_230 = x_150; } else { - lean_dec_ref(x_144); - x_220 = lean_box(0); + lean_dec_ref(x_150); + x_230 = lean_box(0); } -if (lean_is_scalar(x_220)) { - x_221 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_230)) { + x_231 = lean_alloc_ctor(1, 2, 0); } else { - x_221 = x_220; + x_231 = x_230; } -lean_ctor_set(x_221, 0, x_218); -lean_ctor_set(x_221, 1, x_219); -return x_221; +lean_ctor_set(x_231, 0, x_228); +lean_ctor_set(x_231, 1, x_229); +return x_231; } } } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_222 = lean_ctor_get(x_1, 0); -x_223 = lean_ctor_get(x_1, 1); -lean_inc(x_223); -lean_inc(x_222); +lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; +x_232 = lean_ctor_get(x_1, 0); +x_233 = lean_ctor_get(x_1, 1); +lean_inc(x_233); +lean_inc(x_232); lean_dec(x_1); -x_224 = lean_ctor_get(x_2, 0); -lean_inc(x_224); -x_225 = lean_ctor_get(x_2, 1); -lean_inc(x_225); +x_234 = lean_ctor_get(x_2, 0); +lean_inc(x_234); +x_235 = lean_ctor_get(x_2, 1); +lean_inc(x_235); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); lean_ctor_release(x_2, 1); - x_226 = x_2; + x_236 = x_2; } else { lean_dec_ref(x_2); - x_226 = lean_box(0); + x_236 = lean_box(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_224); -x_227 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(x_224, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_227) == 0) -{ -lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; -x_228 = lean_ctor_get(x_227, 0); -lean_inc(x_228); -x_229 = lean_ctor_get(x_227, 1); -lean_inc(x_229); -lean_dec(x_227); -if (lean_is_scalar(x_226)) { - x_230 = lean_alloc_ctor(1, 2, 0); -} else { - x_230 = x_226; -} -lean_ctor_set(x_230, 0, x_224); -lean_ctor_set(x_230, 1, x_225); -x_231 = lean_box(0); -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_228); -x_232 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(x_228, x_230, x_231, x_4, x_5, x_6, x_7, x_8, x_9, x_229); -if (lean_obj_tag(x_232) == 0) -{ -lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; -x_233 = lean_ctor_get(x_232, 0); -lean_inc(x_233); -x_234 = lean_ctor_get(x_232, 1); lean_inc(x_234); -lean_dec(x_232); -x_235 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__8; +x_237 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(x_234, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_237) == 0) +{ +lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; +x_238 = lean_ctor_get(x_237, 0); +lean_inc(x_238); +x_239 = lean_ctor_get(x_237, 1); +lean_inc(x_239); +lean_dec(x_237); +x_240 = lean_box(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); -x_236 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(x_233, x_235, x_4, x_5, x_6, x_7, x_8, x_9, x_234); -if (lean_obj_tag(x_236) == 0) -{ -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; -x_237 = lean_ctor_get(x_236, 0); -lean_inc(x_237); -x_238 = lean_ctor_get(x_237, 1); lean_inc(x_238); -x_239 = lean_ctor_get(x_238, 1); -lean_inc(x_239); -x_240 = lean_ctor_get(x_236, 1); -lean_inc(x_240); -lean_dec(x_236); -x_241 = lean_ctor_get(x_237, 0); -lean_inc(x_241); -lean_dec(x_237); -x_242 = lean_ctor_get(x_238, 0); +x_241 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__2(x_238, x_235, x_240, x_6, x_7, x_8, x_9, x_10, x_11, x_239); +if (lean_obj_tag(x_241) == 0) +{ +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; +x_242 = lean_ctor_get(x_241, 0); lean_inc(x_242); -lean_dec(x_238); -x_243 = lean_ctor_get(x_239, 0); +x_243 = lean_ctor_get(x_241, 1); lean_inc(x_243); -x_244 = lean_ctor_get(x_239, 1); +lean_dec(x_241); +x_244 = lean_ctor_get(x_238, 1); lean_inc(x_244); -lean_dec(x_239); -x_245 = lean_ctor_get(x_228, 2); +x_245 = lean_ctor_get(x_238, 0); lean_inc(x_245); -lean_dec(x_228); -x_246 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_223); -x_247 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); -lean_closure_set(x_247, 0, x_223); -lean_closure_set(x_247, 1, x_243); -lean_closure_set(x_247, 2, x_231); -lean_closure_set(x_247, 3, x_246); -lean_closure_set(x_247, 4, x_244); -lean_inc(x_222); -x_248 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_248, 0, x_222); -lean_ctor_set(x_248, 1, x_223); -x_249 = lean_array_to_list(lean_box(0), x_242); -x_250 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); -lean_closure_set(x_250, 0, x_248); -lean_closure_set(x_250, 1, x_249); +x_246 = lean_apply_1(x_244, x_245); +x_247 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_247, 0, x_246); +lean_ctor_set(x_247, 1, x_234); +if (lean_is_scalar(x_236)) { + x_248 = lean_alloc_ctor(1, 2, 0); +} else { + x_248 = x_236; +} +lean_ctor_set(x_248, 0, x_247); +lean_ctor_set(x_248, 1, x_242); +x_249 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__8; +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_251 = lean_apply_9(x_245, x_247, x_250, x_4, x_5, x_6, x_7, x_8, x_9, x_240); -if (lean_obj_tag(x_251) == 0) +x_250 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(x_3, x_4, x_3, x_4, x_248, x_249, x_6, x_7, x_8, x_9, x_10, x_11, x_243); +lean_dec(x_4); +lean_dec(x_3); +if (lean_obj_tag(x_250) == 0) { -lean_object* x_252; lean_object* x_253; lean_object* x_254; size_t x_255; size_t x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; uint8_t 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; -x_252 = lean_ctor_get(x_251, 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; 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; +x_251 = lean_ctor_get(x_250, 0); +lean_inc(x_251); +x_252 = lean_ctor_get(x_251, 1); lean_inc(x_252); -x_253 = lean_ctor_get(x_251, 1); +x_253 = lean_ctor_get(x_252, 1); lean_inc(x_253); +x_254 = lean_ctor_get(x_250, 1); +lean_inc(x_254); +lean_dec(x_250); +x_255 = lean_ctor_get(x_251, 0); +lean_inc(x_255); lean_dec(x_251); -x_254 = lean_array_get_size(x_241); -x_255 = lean_usize_of_nat(x_254); -lean_dec(x_254); -x_256 = 0; -lean_inc(x_8); -x_257 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_241, x_255, x_256, x_252, x_4, x_5, x_6, x_7, x_8, x_9, x_253); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_241); -x_258 = lean_ctor_get(x_257, 0); +x_256 = lean_ctor_get(x_252, 0); +lean_inc(x_256); +lean_dec(x_252); +x_257 = lean_ctor_get(x_253, 0); +lean_inc(x_257); +x_258 = lean_ctor_get(x_253, 1); lean_inc(x_258); -x_259 = lean_ctor_get(x_257, 1); +lean_dec(x_253); +x_259 = lean_ctor_get(x_238, 2); lean_inc(x_259); -lean_dec(x_257); -x_260 = lean_ctor_get(x_8, 5); -lean_inc(x_260); -x_261 = 0; -x_262 = l_Lean_SourceInfo_fromRef(x_260, x_261); -x_263 = lean_ctor_get(x_8, 10); -lean_inc(x_263); -lean_dec(x_8); -x_264 = lean_st_ref_get(x_9, x_259); -lean_dec(x_9); -x_265 = lean_ctor_get(x_264, 0); -lean_inc(x_265); -x_266 = lean_ctor_get(x_264, 1); +lean_dec(x_238); +x_260 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_233); +x_261 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); +lean_closure_set(x_261, 0, x_233); +lean_closure_set(x_261, 1, x_257); +lean_closure_set(x_261, 2, x_240); +lean_closure_set(x_261, 3, x_260); +lean_closure_set(x_261, 4, x_258); +lean_inc(x_232); +x_262 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_262, 0, x_232); +lean_ctor_set(x_262, 1, x_233); +x_263 = lean_array_to_list(lean_box(0), x_256); +x_264 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); +lean_closure_set(x_264, 0, x_262); +lean_closure_set(x_264, 1, x_263); +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_265 = lean_apply_9(x_259, x_261, x_264, x_6, x_7, x_8, x_9, x_10, x_11, x_254); +if (lean_obj_tag(x_265) == 0) +{ +lean_object* x_266; lean_object* x_267; lean_object* x_268; size_t x_269; size_t 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; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; +x_266 = lean_ctor_get(x_265, 0); lean_inc(x_266); -if (lean_is_exclusive(x_264)) { - lean_ctor_release(x_264, 0); - lean_ctor_release(x_264, 1); - x_267 = x_264; -} else { - lean_dec_ref(x_264); - x_267 = lean_box(0); -} -x_268 = lean_ctor_get(x_265, 0); -lean_inc(x_268); +x_267 = lean_ctor_get(x_265, 1); +lean_inc(x_267); lean_dec(x_265); -x_269 = lean_environment_main_module(x_268); -x_270 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; -lean_inc(x_262); -x_271 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_271, 0, x_262); -lean_ctor_set(x_271, 1, x_270); -x_272 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -x_273 = l_Lean_addMacroScope(x_269, x_272, x_263); -x_274 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; -lean_inc(x_262); -x_275 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_275, 0, x_262); -lean_ctor_set(x_275, 1, x_274); -lean_ctor_set(x_275, 2, x_273); -lean_ctor_set(x_275, 3, x_231); -x_276 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_262); -x_277 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_277, 0, x_262); -lean_ctor_set(x_277, 1, x_276); -lean_ctor_set(x_277, 2, x_246); +x_268 = lean_array_get_size(x_255); +x_269 = lean_usize_of_nat(x_268); +lean_dec(x_268); +x_270 = 0; +lean_inc(x_10); +x_271 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(x_255, x_269, x_270, x_266, x_6, x_7, x_8, x_9, x_10, x_11, x_267); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_255); +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 = lean_ctor_get(x_10, 5); +lean_inc(x_274); +x_275 = 0; +x_276 = l_Lean_SourceInfo_fromRef(x_274, x_275); +x_277 = lean_ctor_get(x_10, 10); lean_inc(x_277); -lean_inc(x_262); -x_278 = l_Lean_Syntax_node2(x_262, x_276, x_275, x_277); -x_279 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_262); -x_280 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_280, 0, x_262); -lean_ctor_set(x_280, 1, x_279); -x_281 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; -lean_inc(x_262); -x_282 = l_Lean_Syntax_node4(x_262, x_281, x_278, x_277, x_280, x_222); -x_283 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; -lean_inc(x_262); -x_284 = l_Lean_Syntax_node1(x_262, x_283, x_282); -x_285 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; -lean_inc(x_262); -x_286 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_286, 0, x_262); -lean_ctor_set(x_286, 1, x_285); -x_287 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; -x_288 = l_Lean_Syntax_node4(x_262, x_287, x_271, x_284, x_286, x_258); -if (lean_is_scalar(x_267)) { - x_289 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_10); +x_278 = lean_st_ref_get(x_11, x_273); +lean_dec(x_11); +x_279 = lean_ctor_get(x_278, 0); +lean_inc(x_279); +x_280 = lean_ctor_get(x_278, 1); +lean_inc(x_280); +if (lean_is_exclusive(x_278)) { + lean_ctor_release(x_278, 0); + lean_ctor_release(x_278, 1); + x_281 = x_278; +} else { + lean_dec_ref(x_278); + x_281 = lean_box(0); +} +x_282 = lean_ctor_get(x_279, 0); +lean_inc(x_282); +lean_dec(x_279); +x_283 = lean_environment_main_module(x_282); +x_284 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; +lean_inc(x_276); +x_285 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_285, 0, x_276); +lean_ctor_set(x_285, 1, x_284); +x_286 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +x_287 = l_Lean_addMacroScope(x_283, x_286, x_277); +x_288 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +lean_inc(x_276); +x_289 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_289, 0, x_276); +lean_ctor_set(x_289, 1, x_288); +lean_ctor_set(x_289, 2, x_287); +lean_ctor_set(x_289, 3, x_240); +x_290 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_276); +x_291 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_291, 0, x_276); +lean_ctor_set(x_291, 1, x_290); +lean_ctor_set(x_291, 2, x_260); +lean_inc(x_291); +lean_inc(x_276); +x_292 = l_Lean_Syntax_node2(x_276, x_290, x_289, x_291); +x_293 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_276); +x_294 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_294, 0, x_276); +lean_ctor_set(x_294, 1, x_293); +x_295 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; +lean_inc(x_276); +x_296 = l_Lean_Syntax_node4(x_276, x_295, x_292, x_291, x_294, x_232); +x_297 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; +lean_inc(x_276); +x_298 = l_Lean_Syntax_node1(x_276, x_297, x_296); +x_299 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +lean_inc(x_276); +x_300 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_300, 0, x_276); +lean_ctor_set(x_300, 1, x_299); +x_301 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; +x_302 = l_Lean_Syntax_node4(x_276, x_301, x_285, x_298, x_300, x_272); +if (lean_is_scalar(x_281)) { + x_303 = lean_alloc_ctor(0, 2, 0); } else { - x_289 = x_267; + x_303 = x_281; } -lean_ctor_set(x_289, 0, x_288); -lean_ctor_set(x_289, 1, x_266); -return x_289; +lean_ctor_set(x_303, 0, x_302); +lean_ctor_set(x_303, 1, x_280); +return x_303; } else { -lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; -lean_dec(x_241); -lean_dec(x_222); +lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; +lean_dec(x_255); +lean_dec(x_232); +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); -x_290 = lean_ctor_get(x_251, 0); -lean_inc(x_290); -x_291 = lean_ctor_get(x_251, 1); -lean_inc(x_291); -if (lean_is_exclusive(x_251)) { - lean_ctor_release(x_251, 0); - lean_ctor_release(x_251, 1); - x_292 = x_251; +x_304 = lean_ctor_get(x_265, 0); +lean_inc(x_304); +x_305 = lean_ctor_get(x_265, 1); +lean_inc(x_305); +if (lean_is_exclusive(x_265)) { + lean_ctor_release(x_265, 0); + lean_ctor_release(x_265, 1); + x_306 = x_265; } else { - lean_dec_ref(x_251); - x_292 = lean_box(0); + lean_dec_ref(x_265); + x_306 = lean_box(0); } -if (lean_is_scalar(x_292)) { - x_293 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_306)) { + x_307 = lean_alloc_ctor(1, 2, 0); } else { - x_293 = x_292; + x_307 = x_306; } -lean_ctor_set(x_293, 0, x_290); -lean_ctor_set(x_293, 1, x_291); -return x_293; +lean_ctor_set(x_307, 0, x_304); +lean_ctor_set(x_307, 1, x_305); +return x_307; } } else { -lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; -lean_dec(x_228); -lean_dec(x_223); -lean_dec(x_222); +lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; +lean_dec(x_238); +lean_dec(x_233); +lean_dec(x_232); +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); -x_294 = lean_ctor_get(x_236, 0); -lean_inc(x_294); -x_295 = lean_ctor_get(x_236, 1); -lean_inc(x_295); -if (lean_is_exclusive(x_236)) { - lean_ctor_release(x_236, 0); - lean_ctor_release(x_236, 1); - x_296 = x_236; +x_308 = lean_ctor_get(x_250, 0); +lean_inc(x_308); +x_309 = lean_ctor_get(x_250, 1); +lean_inc(x_309); +if (lean_is_exclusive(x_250)) { + lean_ctor_release(x_250, 0); + lean_ctor_release(x_250, 1); + x_310 = x_250; } else { - lean_dec_ref(x_236); - x_296 = lean_box(0); + lean_dec_ref(x_250); + x_310 = lean_box(0); } -if (lean_is_scalar(x_296)) { - x_297 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_310)) { + x_311 = lean_alloc_ctor(1, 2, 0); } else { - x_297 = x_296; + x_311 = x_310; } -lean_ctor_set(x_297, 0, x_294); -lean_ctor_set(x_297, 1, x_295); -return x_297; +lean_ctor_set(x_311, 0, x_308); +lean_ctor_set(x_311, 1, x_309); +return x_311; } } else { -lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; -lean_dec(x_228); -lean_dec(x_223); -lean_dec(x_222); +lean_object* x_312; lean_object* x_313; lean_object* x_314; lean_object* x_315; +lean_dec(x_238); +lean_dec(x_236); +lean_dec(x_234); +lean_dec(x_233); +lean_dec(x_232); +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); -x_298 = lean_ctor_get(x_232, 0); -lean_inc(x_298); -x_299 = lean_ctor_get(x_232, 1); -lean_inc(x_299); -if (lean_is_exclusive(x_232)) { - lean_ctor_release(x_232, 0); - lean_ctor_release(x_232, 1); - x_300 = x_232; +lean_dec(x_3); +x_312 = lean_ctor_get(x_241, 0); +lean_inc(x_312); +x_313 = lean_ctor_get(x_241, 1); +lean_inc(x_313); +if (lean_is_exclusive(x_241)) { + lean_ctor_release(x_241, 0); + lean_ctor_release(x_241, 1); + x_314 = x_241; } else { - lean_dec_ref(x_232); - x_300 = lean_box(0); + lean_dec_ref(x_241); + x_314 = lean_box(0); } -if (lean_is_scalar(x_300)) { - x_301 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_314)) { + x_315 = lean_alloc_ctor(1, 2, 0); } else { - x_301 = x_300; + x_315 = x_314; } -lean_ctor_set(x_301, 0, x_298); -lean_ctor_set(x_301, 1, x_299); -return x_301; +lean_ctor_set(x_315, 0, x_312); +lean_ctor_set(x_315, 1, x_313); +return x_315; } } else { -lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; -lean_dec(x_226); -lean_dec(x_225); -lean_dec(x_224); -lean_dec(x_223); -lean_dec(x_222); +lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; +lean_dec(x_236); +lean_dec(x_235); +lean_dec(x_234); +lean_dec(x_233); +lean_dec(x_232); +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); -x_302 = lean_ctor_get(x_227, 0); -lean_inc(x_302); -x_303 = lean_ctor_get(x_227, 1); -lean_inc(x_303); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_304 = x_227; +lean_dec(x_3); +x_316 = lean_ctor_get(x_237, 0); +lean_inc(x_316); +x_317 = lean_ctor_get(x_237, 1); +lean_inc(x_317); +if (lean_is_exclusive(x_237)) { + lean_ctor_release(x_237, 0); + lean_ctor_release(x_237, 1); + x_318 = x_237; } else { - lean_dec_ref(x_227); - x_304 = lean_box(0); + lean_dec_ref(x_237); + x_318 = lean_box(0); } -if (lean_is_scalar(x_304)) { - x_305 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_318)) { + x_319 = lean_alloc_ctor(1, 2, 0); } else { - x_305 = x_304; + x_319 = x_318; } -lean_ctor_set(x_305, 0, x_302); -lean_ctor_set(x_305, 1, x_303); -return x_305; +lean_ctor_set(x_319, 0, x_316); +lean_ctor_set(x_319, 1, x_317); +return x_319; } } } @@ -34864,39 +34204,52 @@ return x_305; static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("match_syntax", 12); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; +x_2 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; -x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_ReaderT_instMonadLiftReaderT), 3, 2); +lean_closure_set(x_1, 0, lean_box(0)); +lean_closure_set(x_1, 1, lean_box(0)); +return x_1; } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("match ", 6); +x_1 = lean_alloc_closure((void*)(l_StateRefT_x27_lift), 4, 3); +lean_closure_set(x_1, 0, lean_box(0)); +lean_closure_set(x_1, 1, lean_box(0)); +lean_closure_set(x_1, 2, lean_box(0)); return x_1; } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__4() { _start: { +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("match ", 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5() { +_start: +{ lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__3; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__4; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6() { _start: { lean_object* x_1; @@ -34904,11 +34257,11 @@ x_1 = lean_mk_string_from_bytes(" with ", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } @@ -34917,7 +34270,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__2; +x_10 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1; x_11 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); @@ -34925,70 +34278,95 @@ x_13 = lean_unbox(x_12); lean_dec(x_12); if (x_13 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; +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_11, 1); lean_inc(x_14); lean_dec(x_11); -x_15 = lean_box(0); -x_16 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5(x_1, x_2, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_14); -return x_16; +x_15 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__2; +x_16 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__3; +x_17 = lean_box(0); +x_18 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5(x_1, x_2, x_15, x_16, x_17, x_3, x_4, x_5, x_6, x_7, x_8, x_14); +return x_18; } else { -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; -x_17 = lean_ctor_get(x_11, 1); -lean_inc(x_17); +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; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_19 = lean_ctor_get(x_11, 1); +lean_inc(x_19); lean_dec(x_11); -x_18 = lean_box(0); -x_19 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__1; +x_20 = lean_box(0); +x_21 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__1; lean_inc(x_1); -x_20 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(x_19, x_1, x_18); -x_21 = l_Lean_MessageData_ofList(x_20); -lean_dec(x_20); -x_22 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__4; -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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6; +x_22 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(x_21, x_1, x_20); +x_23 = l_Lean_MessageData_ofList(x_22); +lean_dec(x_22); +x_24 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5; x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_23); +x_26 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7; +x_27 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); lean_inc(x_2); -x_26 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14(x_2, x_18); -x_27 = l_Lean_MessageData_ofList(x_26); -lean_dec(x_26); -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_25); -lean_ctor_set(x_28, 1, x_27); -x_29 = l_Lean_Elab_Term_Quotation_getQuotKind___closed__3; +x_28 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14(x_2, x_20); +x_29 = l_Lean_MessageData_ofList(x_28); +lean_dec(x_28); x_30 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 0, x_27); lean_ctor_set(x_30, 1, x_29); -x_31 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_10, x_30, x_3, x_4, x_5, x_6, x_7, x_8, x_17); -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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5(x_1, x_2, x_32, x_3, x_4, x_5, x_6, x_7, x_8, x_33); -return x_34; +x_31 = l_Lean_Elab_Term_Quotation_getQuotKind___closed__3; +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_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_10, x_32, x_3, x_4, x_5, x_6, x_7, x_8, x_19); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__2; +x_37 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__3; +x_38 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5(x_1, x_2, x_36, x_37, x_34, x_3, x_4, x_5, x_6, x_7, x_8, x_35); +return x_38; +} +} +} +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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_7); +return x_15; } } +LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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) { +_start: +{ +lean_object* x_14; +x_14 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_14; +} } -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___lambda__1(x_1, x_2, x_3); +x_4 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1(x_1, x_2, x_3); lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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: { lean_object* x_10; -x_10 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); @@ -34996,7 +34374,7 @@ lean_dec(x_3); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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) { _start: { size_t x_13; size_t x_14; lean_object* x_15; @@ -35004,7 +34382,7 @@ x_13 = lean_unbox_usize(x_3); lean_dec(x_3); x_14 = lean_unbox_usize(x_4); lean_dec(x_4); -x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); @@ -35014,7 +34392,7 @@ lean_dec(x_2); return x_15; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { size_t x_7; size_t x_8; lean_object* x_9; @@ -35022,11 +34400,11 @@ x_7 = lean_unbox_usize(x_4); lean_dec(x_4); x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(x_1, x_2, x_3, x_7, x_8, x_6); return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___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; @@ -35034,12 +34412,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_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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) { _start: { size_t x_12; size_t x_13; lean_object* x_14; @@ -35047,7 +34425,7 @@ x_12 = lean_unbox_usize(x_2); lean_dec(x_2); x_13 = lean_unbox_usize(x_3); lean_dec(x_3); -x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -35057,11 +34435,11 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(x_1, x_2, x_3); +x_4 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(x_1, x_2, x_3); lean_dec(x_1); return x_4; } @@ -37490,7 +36868,7 @@ static lean_object* _init_l_Lean_Elab_Term_Quotation_match__syntax_expand___lamb { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; -x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1; +x_2 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; x_3 = l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -38314,7 +37692,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSynta _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(666u); +x_1 = lean_unsigned_to_nat(675u); x_2 = lean_unsigned_to_nat(29u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38326,7 +37704,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSynta _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(667u); +x_1 = lean_unsigned_to_nat(676u); x_2 = lean_unsigned_to_nat(35u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38354,7 +37732,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSynta _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(666u); +x_1 = lean_unsigned_to_nat(675u); x_2 = lean_unsigned_to_nat(33u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38366,7 +37744,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSynta _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(666u); +x_1 = lean_unsigned_to_nat(675u); x_2 = lean_unsigned_to_nat(48u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38490,7 +37868,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfU _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(669u); +x_1 = lean_unsigned_to_nat(678u); x_2 = lean_unsigned_to_nat(37u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38502,7 +37880,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfU _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(672u); +x_1 = lean_unsigned_to_nat(681u); x_2 = lean_unsigned_to_nat(31u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38530,7 +37908,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfU _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(669u); +x_1 = lean_unsigned_to_nat(678u); x_2 = lean_unsigned_to_nat(41u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38542,7 +37920,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfU _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_unsigned_to_nat(669u); +x_1 = lean_unsigned_to_nat(678u); x_2 = lean_unsigned_to_nat(60u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -38588,7 +37966,7 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1() { _start: { lean_object* x_1; @@ -38596,114 +37974,165 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__5; -x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__1; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____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_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__2; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2; x_2 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__3; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___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_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__4; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4; x_2 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____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_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__5; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5; x_2 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__6; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6; x_2 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__7; -x_2 = lean_unsigned_to_nat(19682u); +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7; +x_2 = lean_unsigned_to_nat(19953u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682_(lean_object* x_1) { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("alt", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; +x_2 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; +x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953_(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_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__2; +x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__8; +x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8; 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; +lean_object* x_6; lean_object* x_7; uint8_t x_8; lean_object* x_9; x_6 = lean_ctor_get(x_5, 1); lean_inc(x_6); lean_dec(x_5); -x_7 = l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4___closed__2; -x_8 = l_Lean_registerTraceClass(x_7, x_3, x_4, x_6); -return x_8; +x_7 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10; +x_8 = 1; +x_9 = l_Lean_registerTraceClass(x_7, x_8, x_4, x_6); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +lean_dec(x_9); +x_11 = l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4___closed__2; +x_12 = l_Lean_registerTraceClass(x_11, x_8, x_4, x_10); +return x_12; } else { -uint8_t x_9; -x_9 = !lean_is_exclusive(x_5); -if (x_9 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_9); +if (x_13 == 0) +{ +return x_9; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_14 = lean_ctor_get(x_9, 0); +x_15 = lean_ctor_get(x_9, 1); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_9); +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 +{ +uint8_t x_17; +x_17 = !lean_is_exclusive(x_5); +if (x_17 == 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_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_5, 0); +x_19 = lean_ctor_get(x_5, 1); +lean_inc(x_19); +lean_inc(x_18); 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; +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; } } } @@ -39937,6 +39366,34 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange_ res = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__1 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__1); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__5 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__5); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__6 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__6); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__8 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__8); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__9 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__9); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__10 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__10); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__11 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__11); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__13 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__13); +l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14 = _init_l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__1 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__2 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__2(); @@ -40229,8 +39686,6 @@ l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7); -l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8(); -lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__8); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__1 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__2 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__2(); @@ -40269,32 +39724,42 @@ l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3___closed__1); l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1___closed__1 = _init_l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1___closed__1(); lean_mark_persistent(l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1___closed__1); -l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1 = _init_l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1(); -lean_mark_persistent(l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4___closed__1); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__1 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__1(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__1); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__2 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__2(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__2); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__3); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__4 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__4(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__4); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__5); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__6 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__6(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__6); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__7 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__7(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__7); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__8 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__8(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__8); -l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__9 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__9(); -lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___closed__9); -l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__1 = _init_l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__1(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__1); -l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2 = _init_l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__2); -l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3 = _init_l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3(); -lean_mark_persistent(l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__13___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__14___closed__3); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__1 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__1(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__1); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__2 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__2(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__2); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8); +l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9 = _init_l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9(); +lean_mark_persistent(l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7); +l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8 = _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8(); +lean_mark_persistent(l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8); +l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1 = _init_l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1(); +lean_mark_persistent(l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__1 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__2 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__2(); @@ -40323,6 +39788,8 @@ l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___cl lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6); +l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__1 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__2 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__2(); @@ -40401,23 +39868,27 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused res = l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__1 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__1); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__2 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__2); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__3 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__3); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__4 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__4); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__5 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__5); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__6 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__6); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__7 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__7); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__8 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682____closed__8); -res = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19682_(lean_io_mk_world()); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10); +res = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953_(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/SyntheticMVars.c b/stage0/stdlib/Lean/Elab/SyntheticMVars.c index 201106cea98a..d9134010cd79 100644 --- a/stage0/stdlib/Lean/Elab/SyntheticMVars.c +++ b/stage0/stdlib/Lean/Elab/SyntheticMVars.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__6; LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_getSomeSynthethicMVarsRef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___closed__4; @@ -54,13 +53,12 @@ static lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___ LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Term_runTactic___spec__4(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_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(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_SyntheticMVars___hyg_7613____closed__1; lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__15; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__2; static lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__2___closed__3; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_runTactic___spec__8(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_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___closed__2; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___closed__3; @@ -70,15 +68,16 @@ static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synth static lean_object* l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1___closed__1; lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizePending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__8; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__10___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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio___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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__5; lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesizeLight(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__3; lean_object* l_Lean_Elab_Term_getMVarDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -100,7 +99,9 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Synth 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_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault___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_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18; lean_object* l_Lean_RBNode_balLeft___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6; LEAN_EXPORT lean_object* l_Lean_RBNode_del___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_getDefaultInstancesPriorities___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__1___rarg___closed__1; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__1; @@ -135,6 +136,7 @@ lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_synthesizeSyntheticMVars_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_instInhabitedInfoTree; size_t lean_usize_of_nat(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesizeLight___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_withSavedContext___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___spec__2___closed__7; @@ -143,7 +145,6 @@ LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVa lean_object* l_Lean_RBNode_appendTrees___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault___boxed(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_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__10; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__14; @@ -171,7 +172,6 @@ lean_object* l_Lean_Elab_Term_elabTerm___boxed(lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__12; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizePendingInstMVar_x27___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -180,6 +180,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_runTactic(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___closed__2; extern uint8_t l_Lean_instInhabitedBinderInfo; @@ -222,7 +223,9 @@ static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synth uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14; static lean_object* l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___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_Elab_Term_reportStuckSyntheticMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__2___closed__2; @@ -242,7 +245,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_ 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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___lambda__1(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_Term_synthesizeSyntheticMVars_loop___spec__1___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__5; LEAN_EXPORT lean_object* l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__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_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizePendingInstMVar_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_reportUnsolvedGoals(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -254,36 +256,38 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_SyntheticM LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__7___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesize___rarg___lambda__1(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_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__15___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17; lean_object* lean_usize_to_nat(size_t); 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*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(uint8_t, uint8_t, 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_SyntheticMVars___hyg_7523_(lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__18; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__16; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__16; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars___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_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5; uint8_t l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(lean_object*); 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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__7; static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio___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_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9; lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeSomeUsingDefault_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runTactic___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_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1(lean_object*, uint8_t, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_synthesizeSyntheticMVars_loop___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_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___closed__1; @@ -298,13 +302,12 @@ LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVa LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Term_runTactic___spec__5(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_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___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 lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__9; LEAN_EXPORT lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___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_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_Meta_coerce_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -314,6 +317,7 @@ lean_object* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_obj static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__21; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_runTactic___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_EXPORT lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11; lean_object* l_Lean_getDelayedMVarRoot___at_Lean_Elab_Term_isLetRecAuxMVar___spec__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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -323,7 +327,6 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTermAndSynthesize(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_RBNode_isBlack___rarg(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__7; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumeElabTerm___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_PersistentArray_forInAux___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__11___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -362,22 +365,20 @@ static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runTactic___spec__10(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_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__3; lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(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_SyntheticMVars___hyg_7523____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___spec__1___closed__1; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Elab_Tactic_mkInitialTacticInfo(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_insert___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___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_SyntheticMVars___hyg_7523____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeSyntheticMVars_loop(uint8_t, uint8_t, 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_Elab_Term_getSyntheticMVarDecl_x3f(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); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3___closed__1; 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_object* l_Lean_Elab_Tactic_withTacticInfoContext___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_RBNode_erase___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__12(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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__5; @@ -389,6 +390,7 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesize___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_getSomeSynthethicMVarsRef___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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__10; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Term_runTactic___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_EXPORT lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -412,16 +414,15 @@ extern lean_object* l_Lean_Level_instHashableLevel; lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Term_runTactic___spec__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_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__1___rarg(lean_object*, lean_object*); 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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__2; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getPostponed___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingInstancesStep(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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_getSomeSynthethicMVarsRef___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___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_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__2___closed__6; LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars___at_Lean_Elab_Term_runTactic___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -16655,7 +16656,7 @@ return x_23; LEAN_EXPORT lean_object* l_Lean_Elab_Term_runTactic___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) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_36; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +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_39; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -16674,25 +16675,30 @@ if (lean_is_exclusive(x_11)) { lean_dec_ref(x_11); x_13 = lean_box(0); } -x_14 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalTactic), 10, 1); -lean_closure_set(x_14, 0, x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_Elab_Term_runTactic___lambda__2), 11, 2); -lean_closure_set(x_15, 0, x_3); -lean_closure_set(x_15, 1, x_14); -x_56 = lean_st_ref_get(x_9, x_12); -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_57, 6); -lean_inc(x_58); -lean_dec(x_57); -x_59 = lean_ctor_get_uint8(x_58, sizeof(void*)*2); -lean_dec(x_58); -if (x_59 == 0) -{ -lean_object* x_60; lean_object* x_61; -x_60 = lean_ctor_get(x_56, 1); +x_14 = lean_unsigned_to_nat(0u); +x_15 = l_Lean_Syntax_getArg(x_2, x_14); +x_16 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalTactic), 10, 1); +lean_closure_set(x_16, 0, x_3); +x_17 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_withTacticInfoContext___rarg), 11, 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_Elab_Term_runTactic___lambda__2), 11, 2); +lean_closure_set(x_18, 0, x_2); +lean_closure_set(x_18, 1, x_17); +x_59 = lean_st_ref_get(x_9, x_12); +x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -lean_dec(x_56); +x_61 = lean_ctor_get(x_60, 6); +lean_inc(x_61); +lean_dec(x_60); +x_62 = lean_ctor_get_uint8(x_61, sizeof(void*)*2); +lean_dec(x_61); +if (x_62 == 0) +{ +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +lean_dec(x_59); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -16700,22 +16706,22 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_1); -x_61 = l_Lean_Elab_Tactic_run(x_1, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_60); -x_36 = x_61; -goto block_55; +x_64 = l_Lean_Elab_Tactic_run(x_1, x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_63); +x_39 = x_64; +goto block_58; } else { -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_56, 1); -lean_inc(x_62); -lean_dec(x_56); -x_63 = l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(x_9, x_62); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_65 = lean_ctor_get(x_59, 1); lean_inc(x_65); -lean_dec(x_63); +lean_dec(x_59); +x_66 = l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(x_9, x_65); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -16723,245 +16729,242 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_1); -x_66 = l_Lean_Elab_Tactic_run(x_1, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_65); -if (lean_obj_tag(x_66) == 0) +x_69 = l_Lean_Elab_Tactic_run(x_1, x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_68); +if (lean_obj_tag(x_69) == 0) { -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; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_st_ref_take(x_9, x_68); +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; x_70 = lean_ctor_get(x_69, 0); lean_inc(x_70); -x_71 = lean_ctor_get(x_70, 6); +x_71 = lean_ctor_get(x_69, 1); lean_inc(x_71); -x_72 = lean_ctor_get(x_69, 1); -lean_inc(x_72); lean_dec(x_69); -x_73 = !lean_is_exclusive(x_70); -if (x_73 == 0) -{ -lean_object* x_74; uint8_t x_75; -x_74 = lean_ctor_get(x_70, 6); -lean_dec(x_74); -x_75 = !lean_is_exclusive(x_71); -if (x_75 == 0) -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; -x_76 = lean_ctor_get(x_71, 0); -x_77 = lean_ctor_get(x_71, 1); -x_78 = lean_ctor_get(x_77, 2); -lean_inc(x_78); -x_79 = lean_unsigned_to_nat(0u); -x_80 = lean_nat_dec_lt(x_79, x_78); -if (x_80 == 0) +x_72 = lean_st_ref_take(x_9, x_71); +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_73, 6); +lean_inc(x_74); +x_75 = lean_ctor_get(x_72, 1); +lean_inc(x_75); +lean_dec(x_72); +x_76 = !lean_is_exclusive(x_73); +if (x_76 == 0) { -lean_object* x_81; uint8_t x_82; -lean_dec(x_78); +lean_object* x_77; uint8_t x_78; +x_77 = lean_ctor_get(x_73, 6); lean_dec(x_77); -lean_ctor_set(x_71, 1, x_64); -x_81 = lean_st_ref_set(x_9, x_70, x_72); -x_82 = !lean_is_exclusive(x_81); +x_78 = !lean_is_exclusive(x_74); +if (x_78 == 0) +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; +x_79 = lean_ctor_get(x_74, 0); +x_80 = lean_ctor_get(x_74, 1); +x_81 = lean_ctor_get(x_80, 2); +lean_inc(x_81); +x_82 = lean_nat_dec_lt(x_14, x_81); if (x_82 == 0) { -lean_object* x_83; -x_83 = lean_ctor_get(x_81, 0); -lean_dec(x_83); -lean_ctor_set(x_81, 0, x_67); -x_36 = x_81; -goto block_55; +lean_object* x_83; uint8_t x_84; +lean_dec(x_81); +lean_dec(x_80); +lean_ctor_set(x_74, 1, x_67); +x_83 = lean_st_ref_set(x_9, x_73, x_75); +x_84 = !lean_is_exclusive(x_83); +if (x_84 == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_83, 0); +lean_dec(x_85); +lean_ctor_set(x_83, 0, x_70); +x_39 = x_83; +goto block_58; } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_81, 1); -lean_inc(x_84); -lean_dec(x_81); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_67); -lean_ctor_set(x_85, 1, x_84); -x_36 = x_85; -goto block_55; +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_83, 1); +lean_inc(x_86); +lean_dec(x_83); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_70); +lean_ctor_set(x_87, 1, x_86); +x_39 = x_87; +goto block_58; } } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; -x_86 = lean_unsigned_to_nat(1u); -x_87 = lean_nat_sub(x_78, x_86); -lean_dec(x_78); -x_88 = l_Lean_Elab_instInhabitedInfoTree; -x_89 = l_Lean_PersistentArray_get_x21___rarg(x_88, x_77, x_87); -lean_dec(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_88 = lean_unsigned_to_nat(1u); +x_89 = lean_nat_sub(x_81, x_88); +lean_dec(x_81); +x_90 = l_Lean_Elab_instInhabitedInfoTree; +x_91 = l_Lean_PersistentArray_get_x21___rarg(x_90, x_80, x_89); +lean_dec(x_89); lean_inc(x_1); -x_90 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_76, x_1, x_89); -lean_ctor_set(x_71, 1, x_64); -lean_ctor_set(x_71, 0, x_90); -x_91 = lean_st_ref_set(x_9, x_70, x_72); -x_92 = !lean_is_exclusive(x_91); -if (x_92 == 0) +x_92 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_79, x_1, x_91); +lean_ctor_set(x_74, 1, x_67); +lean_ctor_set(x_74, 0, x_92); +x_93 = lean_st_ref_set(x_9, x_73, x_75); +x_94 = !lean_is_exclusive(x_93); +if (x_94 == 0) { -lean_object* x_93; -x_93 = lean_ctor_get(x_91, 0); -lean_dec(x_93); -lean_ctor_set(x_91, 0, x_67); -x_36 = x_91; -goto block_55; +lean_object* x_95; +x_95 = lean_ctor_get(x_93, 0); +lean_dec(x_95); +lean_ctor_set(x_93, 0, x_70); +x_39 = x_93; +goto block_58; } else { -lean_object* x_94; lean_object* x_95; -x_94 = lean_ctor_get(x_91, 1); -lean_inc(x_94); -lean_dec(x_91); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_67); -lean_ctor_set(x_95, 1, x_94); -x_36 = x_95; -goto block_55; +lean_object* x_96; lean_object* x_97; +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_70); +lean_ctor_set(x_97, 1, x_96); +x_39 = x_97; +goto block_58; } } } else { -uint8_t x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_96 = lean_ctor_get_uint8(x_71, sizeof(void*)*2); -x_97 = lean_ctor_get(x_71, 0); -x_98 = lean_ctor_get(x_71, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_71); -x_99 = lean_ctor_get(x_98, 2); +uint8_t x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; +x_98 = lean_ctor_get_uint8(x_74, sizeof(void*)*2); +x_99 = lean_ctor_get(x_74, 0); +x_100 = lean_ctor_get(x_74, 1); +lean_inc(x_100); lean_inc(x_99); -x_100 = lean_unsigned_to_nat(0u); -x_101 = lean_nat_dec_lt(x_100, x_99); -if (x_101 == 0) +lean_dec(x_74); +x_101 = lean_ctor_get(x_100, 2); +lean_inc(x_101); +x_102 = lean_nat_dec_lt(x_14, 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; -lean_dec(x_99); -lean_dec(x_98); -x_102 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_102, 0, x_97); -lean_ctor_set(x_102, 1, x_64); -lean_ctor_set_uint8(x_102, sizeof(void*)*2, x_96); -lean_ctor_set(x_70, 6, x_102); -x_103 = lean_st_ref_set(x_9, x_70, x_72); -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; +lean_dec(x_101); +lean_dec(x_100); +x_103 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_103, 0, x_99); +lean_ctor_set(x_103, 1, x_67); +lean_ctor_set_uint8(x_103, sizeof(void*)*2, x_98); +lean_ctor_set(x_73, 6, x_103); +x_104 = lean_st_ref_set(x_9, x_73, x_75); +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_67); -lean_ctor_set(x_106, 1, x_104); -x_36 = x_106; -goto block_55; +lean_ctor_set(x_107, 0, x_70); +lean_ctor_set(x_107, 1, x_105); +x_39 = x_107; +goto block_58; } 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; -x_107 = lean_unsigned_to_nat(1u); -x_108 = lean_nat_sub(x_99, x_107); -lean_dec(x_99); -x_109 = l_Lean_Elab_instInhabitedInfoTree; -x_110 = l_Lean_PersistentArray_get_x21___rarg(x_109, x_98, x_108); -lean_dec(x_108); +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_108 = lean_unsigned_to_nat(1u); +x_109 = lean_nat_sub(x_101, x_108); +lean_dec(x_101); +x_110 = l_Lean_Elab_instInhabitedInfoTree; +x_111 = l_Lean_PersistentArray_get_x21___rarg(x_110, x_100, x_109); +lean_dec(x_109); lean_inc(x_1); -x_111 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_97, x_1, x_110); -x_112 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_64); -lean_ctor_set_uint8(x_112, sizeof(void*)*2, x_96); -lean_ctor_set(x_70, 6, x_112); -x_113 = lean_st_ref_set(x_9, x_70, x_72); -x_114 = lean_ctor_get(x_113, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_115 = x_113; +x_112 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_99, x_1, x_111); +x_113 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_67); +lean_ctor_set_uint8(x_113, sizeof(void*)*2, x_98); +lean_ctor_set(x_73, 6, x_113); +x_114 = lean_st_ref_set(x_9, x_73, x_75); +x_115 = lean_ctor_get(x_114, 1); +lean_inc(x_115); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_116 = x_114; } else { - lean_dec_ref(x_113); - x_115 = lean_box(0); + lean_dec_ref(x_114); + x_116 = lean_box(0); } -if (lean_is_scalar(x_115)) { - x_116 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_116)) { + x_117 = lean_alloc_ctor(0, 2, 0); } else { - x_116 = x_115; + x_117 = x_116; } -lean_ctor_set(x_116, 0, x_67); -lean_ctor_set(x_116, 1, x_114); -x_36 = x_116; -goto block_55; +lean_ctor_set(x_117, 0, x_70); +lean_ctor_set(x_117, 1, x_115); +x_39 = x_117; +goto block_58; } } } 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; uint8_t x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; -x_117 = lean_ctor_get(x_70, 0); -x_118 = lean_ctor_get(x_70, 1); -x_119 = lean_ctor_get(x_70, 2); -x_120 = lean_ctor_get(x_70, 3); -x_121 = lean_ctor_get(x_70, 4); -x_122 = lean_ctor_get(x_70, 5); +lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +x_118 = lean_ctor_get(x_73, 0); +x_119 = lean_ctor_get(x_73, 1); +x_120 = lean_ctor_get(x_73, 2); +x_121 = lean_ctor_get(x_73, 3); +x_122 = lean_ctor_get(x_73, 4); +x_123 = lean_ctor_get(x_73, 5); +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_70); -x_123 = lean_ctor_get_uint8(x_71, sizeof(void*)*2); -x_124 = lean_ctor_get(x_71, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_71, 1); +lean_dec(x_73); +x_124 = lean_ctor_get_uint8(x_74, sizeof(void*)*2); +x_125 = lean_ctor_get(x_74, 0); lean_inc(x_125); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_126 = x_71; +x_126 = lean_ctor_get(x_74, 1); +lean_inc(x_126); +if (lean_is_exclusive(x_74)) { + lean_ctor_release(x_74, 0); + lean_ctor_release(x_74, 1); + x_127 = x_74; } else { - lean_dec_ref(x_71); - x_126 = lean_box(0); + lean_dec_ref(x_74); + x_127 = lean_box(0); } -x_127 = lean_ctor_get(x_125, 2); -lean_inc(x_127); -x_128 = lean_unsigned_to_nat(0u); -x_129 = lean_nat_dec_lt(x_128, x_127); +x_128 = lean_ctor_get(x_126, 2); +lean_inc(x_128); +x_129 = lean_nat_dec_lt(x_14, x_128); if (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_dec(x_127); -lean_dec(x_125); -if (lean_is_scalar(x_126)) { +lean_dec(x_128); +lean_dec(x_126); +if (lean_is_scalar(x_127)) { x_130 = lean_alloc_ctor(0, 2, 1); } else { - x_130 = x_126; + x_130 = x_127; } -lean_ctor_set(x_130, 0, x_124); -lean_ctor_set(x_130, 1, x_64); -lean_ctor_set_uint8(x_130, sizeof(void*)*2, x_123); +lean_ctor_set(x_130, 0, x_125); +lean_ctor_set(x_130, 1, x_67); +lean_ctor_set_uint8(x_130, sizeof(void*)*2, x_124); x_131 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_131, 0, x_117); -lean_ctor_set(x_131, 1, x_118); -lean_ctor_set(x_131, 2, x_119); -lean_ctor_set(x_131, 3, x_120); -lean_ctor_set(x_131, 4, x_121); -lean_ctor_set(x_131, 5, x_122); +lean_ctor_set(x_131, 0, x_118); +lean_ctor_set(x_131, 1, x_119); +lean_ctor_set(x_131, 2, x_120); +lean_ctor_set(x_131, 3, x_121); +lean_ctor_set(x_131, 4, x_122); +lean_ctor_set(x_131, 5, x_123); lean_ctor_set(x_131, 6, x_130); -x_132 = lean_st_ref_set(x_9, x_131, x_72); +x_132 = lean_st_ref_set(x_9, x_131, x_75); x_133 = lean_ctor_get(x_132, 1); lean_inc(x_133); if (lean_is_exclusive(x_132)) { @@ -16977,39 +16980,39 @@ if (lean_is_scalar(x_134)) { } else { x_135 = x_134; } -lean_ctor_set(x_135, 0, x_67); +lean_ctor_set(x_135, 0, x_70); lean_ctor_set(x_135, 1, x_133); -x_36 = x_135; -goto block_55; +x_39 = x_135; +goto block_58; } else { 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; x_136 = lean_unsigned_to_nat(1u); -x_137 = lean_nat_sub(x_127, x_136); -lean_dec(x_127); +x_137 = lean_nat_sub(x_128, x_136); +lean_dec(x_128); x_138 = l_Lean_Elab_instInhabitedInfoTree; -x_139 = l_Lean_PersistentArray_get_x21___rarg(x_138, x_125, x_137); +x_139 = l_Lean_PersistentArray_get_x21___rarg(x_138, x_126, x_137); lean_dec(x_137); lean_inc(x_1); -x_140 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_124, x_1, x_139); -if (lean_is_scalar(x_126)) { +x_140 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_125, x_1, x_139); +if (lean_is_scalar(x_127)) { x_141 = lean_alloc_ctor(0, 2, 1); } else { - x_141 = x_126; + x_141 = x_127; } lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_64); -lean_ctor_set_uint8(x_141, sizeof(void*)*2, x_123); +lean_ctor_set(x_141, 1, x_67); +lean_ctor_set_uint8(x_141, sizeof(void*)*2, x_124); x_142 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_142, 0, x_117); -lean_ctor_set(x_142, 1, x_118); -lean_ctor_set(x_142, 2, x_119); -lean_ctor_set(x_142, 3, x_120); -lean_ctor_set(x_142, 4, x_121); -lean_ctor_set(x_142, 5, x_122); +lean_ctor_set(x_142, 0, x_118); +lean_ctor_set(x_142, 1, x_119); +lean_ctor_set(x_142, 2, x_120); +lean_ctor_set(x_142, 3, x_121); +lean_ctor_set(x_142, 4, x_122); +lean_ctor_set(x_142, 5, x_123); lean_ctor_set(x_142, 6, x_141); -x_143 = lean_st_ref_set(x_9, x_142, x_72); +x_143 = lean_st_ref_set(x_9, x_142, x_75); x_144 = lean_ctor_get(x_143, 1); lean_inc(x_144); if (lean_is_exclusive(x_143)) { @@ -17025,21 +17028,21 @@ if (lean_is_scalar(x_145)) { } else { x_146 = x_145; } -lean_ctor_set(x_146, 0, x_67); +lean_ctor_set(x_146, 0, x_70); lean_ctor_set(x_146, 1, x_144); -x_36 = x_146; -goto block_55; +x_39 = x_146; +goto block_58; } } } else { 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_147 = lean_ctor_get(x_66, 0); +x_147 = lean_ctor_get(x_69, 0); lean_inc(x_147); -x_148 = lean_ctor_get(x_66, 1); +x_148 = lean_ctor_get(x_69, 1); lean_inc(x_148); -lean_dec(x_66); +lean_dec(x_69); x_149 = lean_st_ref_take(x_9, x_148); x_150 = lean_ctor_get(x_149, 0); lean_inc(x_150); @@ -17057,303 +17060,300 @@ lean_dec(x_154); x_155 = !lean_is_exclusive(x_151); if (x_155 == 0) { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; +lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; x_156 = lean_ctor_get(x_151, 0); x_157 = lean_ctor_get(x_151, 1); x_158 = lean_ctor_get(x_157, 2); lean_inc(x_158); -x_159 = lean_unsigned_to_nat(0u); -x_160 = lean_nat_dec_lt(x_159, x_158); -if (x_160 == 0) +x_159 = lean_nat_dec_lt(x_14, x_158); +if (x_159 == 0) { -lean_object* x_161; uint8_t x_162; +lean_object* x_160; uint8_t x_161; lean_dec(x_158); lean_dec(x_157); -lean_ctor_set(x_151, 1, x_64); -x_161 = lean_st_ref_set(x_9, x_150, x_152); -x_162 = !lean_is_exclusive(x_161); -if (x_162 == 0) +lean_ctor_set(x_151, 1, x_67); +x_160 = lean_st_ref_set(x_9, x_150, x_152); +x_161 = !lean_is_exclusive(x_160); +if (x_161 == 0) { -lean_object* x_163; -x_163 = lean_ctor_get(x_161, 0); -lean_dec(x_163); -lean_ctor_set_tag(x_161, 1); -lean_ctor_set(x_161, 0, x_147); -x_36 = x_161; -goto block_55; +lean_object* x_162; +x_162 = lean_ctor_get(x_160, 0); +lean_dec(x_162); +lean_ctor_set_tag(x_160, 1); +lean_ctor_set(x_160, 0, x_147); +x_39 = x_160; +goto block_58; } else { -lean_object* x_164; lean_object* x_165; -x_164 = lean_ctor_get(x_161, 1); -lean_inc(x_164); -lean_dec(x_161); -x_165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_165, 0, x_147); -lean_ctor_set(x_165, 1, x_164); -x_36 = x_165; -goto block_55; +lean_object* x_163; lean_object* x_164; +x_163 = lean_ctor_get(x_160, 1); +lean_inc(x_163); +lean_dec(x_160); +x_164 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_164, 0, x_147); +lean_ctor_set(x_164, 1, x_163); +x_39 = x_164; +goto block_58; } } 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; uint8_t x_172; -x_166 = lean_unsigned_to_nat(1u); -x_167 = lean_nat_sub(x_158, x_166); +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; uint8_t x_171; +x_165 = lean_unsigned_to_nat(1u); +x_166 = lean_nat_sub(x_158, x_165); lean_dec(x_158); -x_168 = l_Lean_Elab_instInhabitedInfoTree; -x_169 = l_Lean_PersistentArray_get_x21___rarg(x_168, x_157, x_167); -lean_dec(x_167); +x_167 = l_Lean_Elab_instInhabitedInfoTree; +x_168 = l_Lean_PersistentArray_get_x21___rarg(x_167, x_157, x_166); +lean_dec(x_166); lean_inc(x_1); -x_170 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_156, x_1, x_169); -lean_ctor_set(x_151, 1, x_64); -lean_ctor_set(x_151, 0, x_170); -x_171 = lean_st_ref_set(x_9, x_150, x_152); -x_172 = !lean_is_exclusive(x_171); -if (x_172 == 0) +x_169 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_156, x_1, x_168); +lean_ctor_set(x_151, 1, x_67); +lean_ctor_set(x_151, 0, x_169); +x_170 = lean_st_ref_set(x_9, x_150, x_152); +x_171 = !lean_is_exclusive(x_170); +if (x_171 == 0) { -lean_object* x_173; -x_173 = lean_ctor_get(x_171, 0); -lean_dec(x_173); -lean_ctor_set_tag(x_171, 1); -lean_ctor_set(x_171, 0, x_147); -x_36 = x_171; -goto block_55; +lean_object* x_172; +x_172 = lean_ctor_get(x_170, 0); +lean_dec(x_172); +lean_ctor_set_tag(x_170, 1); +lean_ctor_set(x_170, 0, x_147); +x_39 = x_170; +goto block_58; } else { -lean_object* x_174; lean_object* x_175; -x_174 = lean_ctor_get(x_171, 1); -lean_inc(x_174); -lean_dec(x_171); -x_175 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_175, 0, x_147); -lean_ctor_set(x_175, 1, x_174); -x_36 = x_175; -goto block_55; +lean_object* x_173; lean_object* x_174; +x_173 = lean_ctor_get(x_170, 1); +lean_inc(x_173); +lean_dec(x_170); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_147); +lean_ctor_set(x_174, 1, x_173); +x_39 = x_174; +goto block_58; } } } else { -uint8_t x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; uint8_t x_181; -x_176 = lean_ctor_get_uint8(x_151, sizeof(void*)*2); -x_177 = lean_ctor_get(x_151, 0); -x_178 = lean_ctor_get(x_151, 1); -lean_inc(x_178); +uint8_t x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; +x_175 = lean_ctor_get_uint8(x_151, sizeof(void*)*2); +x_176 = lean_ctor_get(x_151, 0); +x_177 = lean_ctor_get(x_151, 1); lean_inc(x_177); +lean_inc(x_176); lean_dec(x_151); -x_179 = lean_ctor_get(x_178, 2); -lean_inc(x_179); -x_180 = lean_unsigned_to_nat(0u); -x_181 = lean_nat_dec_lt(x_180, x_179); -if (x_181 == 0) -{ -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -lean_dec(x_179); +x_178 = lean_ctor_get(x_177, 2); +lean_inc(x_178); +x_179 = lean_nat_dec_lt(x_14, x_178); +if (x_179 == 0) +{ +lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_dec(x_178); -x_182 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_182, 0, x_177); -lean_ctor_set(x_182, 1, x_64); -lean_ctor_set_uint8(x_182, sizeof(void*)*2, x_176); -lean_ctor_set(x_150, 6, x_182); -x_183 = lean_st_ref_set(x_9, x_150, x_152); -x_184 = lean_ctor_get(x_183, 1); -lean_inc(x_184); -if (lean_is_exclusive(x_183)) { - lean_ctor_release(x_183, 0); - lean_ctor_release(x_183, 1); - x_185 = x_183; +lean_dec(x_177); +x_180 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_180, 0, x_176); +lean_ctor_set(x_180, 1, x_67); +lean_ctor_set_uint8(x_180, sizeof(void*)*2, x_175); +lean_ctor_set(x_150, 6, x_180); +x_181 = lean_st_ref_set(x_9, x_150, x_152); +x_182 = lean_ctor_get(x_181, 1); +lean_inc(x_182); +if (lean_is_exclusive(x_181)) { + lean_ctor_release(x_181, 0); + lean_ctor_release(x_181, 1); + x_183 = x_181; } else { - lean_dec_ref(x_183); - x_185 = lean_box(0); + lean_dec_ref(x_181); + x_183 = lean_box(0); } -if (lean_is_scalar(x_185)) { - x_186 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_183)) { + x_184 = lean_alloc_ctor(1, 2, 0); } else { - x_186 = x_185; - lean_ctor_set_tag(x_186, 1); + x_184 = x_183; + lean_ctor_set_tag(x_184, 1); } -lean_ctor_set(x_186, 0, x_147); -lean_ctor_set(x_186, 1, x_184); -x_36 = x_186; -goto block_55; +lean_ctor_set(x_184, 0, x_147); +lean_ctor_set(x_184, 1, x_182); +x_39 = x_184; +goto block_58; } else { -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; -x_187 = lean_unsigned_to_nat(1u); -x_188 = lean_nat_sub(x_179, x_187); -lean_dec(x_179); -x_189 = l_Lean_Elab_instInhabitedInfoTree; -x_190 = l_Lean_PersistentArray_get_x21___rarg(x_189, x_178, x_188); -lean_dec(x_188); +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; +x_185 = lean_unsigned_to_nat(1u); +x_186 = lean_nat_sub(x_178, x_185); +lean_dec(x_178); +x_187 = l_Lean_Elab_instInhabitedInfoTree; +x_188 = l_Lean_PersistentArray_get_x21___rarg(x_187, x_177, x_186); +lean_dec(x_186); lean_inc(x_1); -x_191 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_177, x_1, x_190); -x_192 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_192, 0, x_191); -lean_ctor_set(x_192, 1, x_64); -lean_ctor_set_uint8(x_192, sizeof(void*)*2, x_176); -lean_ctor_set(x_150, 6, x_192); -x_193 = lean_st_ref_set(x_9, x_150, x_152); -x_194 = lean_ctor_get(x_193, 1); -lean_inc(x_194); -if (lean_is_exclusive(x_193)) { - lean_ctor_release(x_193, 0); - lean_ctor_release(x_193, 1); - x_195 = x_193; +x_189 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_176, x_1, x_188); +x_190 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_190, 0, x_189); +lean_ctor_set(x_190, 1, x_67); +lean_ctor_set_uint8(x_190, sizeof(void*)*2, x_175); +lean_ctor_set(x_150, 6, x_190); +x_191 = lean_st_ref_set(x_9, x_150, x_152); +x_192 = lean_ctor_get(x_191, 1); +lean_inc(x_192); +if (lean_is_exclusive(x_191)) { + lean_ctor_release(x_191, 0); + lean_ctor_release(x_191, 1); + x_193 = x_191; } else { - lean_dec_ref(x_193); - x_195 = lean_box(0); + lean_dec_ref(x_191); + x_193 = lean_box(0); } -if (lean_is_scalar(x_195)) { - x_196 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_193)) { + x_194 = lean_alloc_ctor(1, 2, 0); } else { - x_196 = x_195; - lean_ctor_set_tag(x_196, 1); + x_194 = x_193; + lean_ctor_set_tag(x_194, 1); } -lean_ctor_set(x_196, 0, x_147); -lean_ctor_set(x_196, 1, x_194); -x_36 = x_196; -goto block_55; +lean_ctor_set(x_194, 0, x_147); +lean_ctor_set(x_194, 1, x_192); +x_39 = x_194; +goto block_58; } } } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; uint8_t 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; -x_197 = lean_ctor_get(x_150, 0); -x_198 = lean_ctor_get(x_150, 1); -x_199 = lean_ctor_get(x_150, 2); -x_200 = lean_ctor_get(x_150, 3); -x_201 = lean_ctor_get(x_150, 4); -x_202 = lean_ctor_get(x_150, 5); -lean_inc(x_202); -lean_inc(x_201); +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; uint8_t x_206; +x_195 = lean_ctor_get(x_150, 0); +x_196 = lean_ctor_get(x_150, 1); +x_197 = lean_ctor_get(x_150, 2); +x_198 = lean_ctor_get(x_150, 3); +x_199 = lean_ctor_get(x_150, 4); +x_200 = lean_ctor_get(x_150, 5); 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_dec(x_150); -x_203 = lean_ctor_get_uint8(x_151, sizeof(void*)*2); -x_204 = lean_ctor_get(x_151, 0); -lean_inc(x_204); -x_205 = lean_ctor_get(x_151, 1); -lean_inc(x_205); +x_201 = lean_ctor_get_uint8(x_151, sizeof(void*)*2); +x_202 = lean_ctor_get(x_151, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_151, 1); +lean_inc(x_203); if (lean_is_exclusive(x_151)) { lean_ctor_release(x_151, 0); lean_ctor_release(x_151, 1); - x_206 = x_151; + x_204 = x_151; } else { lean_dec_ref(x_151); - x_206 = lean_box(0); + x_204 = lean_box(0); } -x_207 = lean_ctor_get(x_205, 2); -lean_inc(x_207); -x_208 = lean_unsigned_to_nat(0u); -x_209 = lean_nat_dec_lt(x_208, x_207); -if (x_209 == 0) +x_205 = lean_ctor_get(x_203, 2); +lean_inc(x_205); +x_206 = lean_nat_dec_lt(x_14, x_205); +if (x_206 == 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_dec(x_207); +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_dec(x_205); -if (lean_is_scalar(x_206)) { - x_210 = lean_alloc_ctor(0, 2, 1); +lean_dec(x_203); +if (lean_is_scalar(x_204)) { + x_207 = lean_alloc_ctor(0, 2, 1); } else { - x_210 = x_206; -} -lean_ctor_set(x_210, 0, x_204); -lean_ctor_set(x_210, 1, x_64); -lean_ctor_set_uint8(x_210, sizeof(void*)*2, x_203); -x_211 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_211, 0, x_197); -lean_ctor_set(x_211, 1, x_198); -lean_ctor_set(x_211, 2, x_199); -lean_ctor_set(x_211, 3, x_200); -lean_ctor_set(x_211, 4, x_201); -lean_ctor_set(x_211, 5, x_202); -lean_ctor_set(x_211, 6, x_210); -x_212 = lean_st_ref_set(x_9, x_211, x_152); -x_213 = lean_ctor_get(x_212, 1); -lean_inc(x_213); -if (lean_is_exclusive(x_212)) { - lean_ctor_release(x_212, 0); - lean_ctor_release(x_212, 1); - x_214 = x_212; + x_207 = x_204; +} +lean_ctor_set(x_207, 0, x_202); +lean_ctor_set(x_207, 1, x_67); +lean_ctor_set_uint8(x_207, sizeof(void*)*2, x_201); +x_208 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_208, 0, x_195); +lean_ctor_set(x_208, 1, x_196); +lean_ctor_set(x_208, 2, x_197); +lean_ctor_set(x_208, 3, x_198); +lean_ctor_set(x_208, 4, x_199); +lean_ctor_set(x_208, 5, x_200); +lean_ctor_set(x_208, 6, x_207); +x_209 = lean_st_ref_set(x_9, x_208, x_152); +x_210 = lean_ctor_get(x_209, 1); +lean_inc(x_210); +if (lean_is_exclusive(x_209)) { + lean_ctor_release(x_209, 0); + lean_ctor_release(x_209, 1); + x_211 = x_209; } else { - lean_dec_ref(x_212); - x_214 = lean_box(0); + lean_dec_ref(x_209); + x_211 = lean_box(0); } -if (lean_is_scalar(x_214)) { - x_215 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_211)) { + x_212 = lean_alloc_ctor(1, 2, 0); } else { - x_215 = x_214; - lean_ctor_set_tag(x_215, 1); + x_212 = x_211; + lean_ctor_set_tag(x_212, 1); } -lean_ctor_set(x_215, 0, x_147); -lean_ctor_set(x_215, 1, x_213); -x_36 = x_215; -goto block_55; +lean_ctor_set(x_212, 0, x_147); +lean_ctor_set(x_212, 1, x_210); +x_39 = x_212; +goto block_58; } 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; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; -x_216 = lean_unsigned_to_nat(1u); -x_217 = lean_nat_sub(x_207, x_216); -lean_dec(x_207); -x_218 = l_Lean_Elab_instInhabitedInfoTree; -x_219 = l_Lean_PersistentArray_get_x21___rarg(x_218, x_205, x_217); -lean_dec(x_217); +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; +x_213 = lean_unsigned_to_nat(1u); +x_214 = lean_nat_sub(x_205, x_213); +lean_dec(x_205); +x_215 = l_Lean_Elab_instInhabitedInfoTree; +x_216 = l_Lean_PersistentArray_get_x21___rarg(x_215, x_203, x_214); +lean_dec(x_214); lean_inc(x_1); -x_220 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_204, x_1, x_219); -if (lean_is_scalar(x_206)) { - x_221 = lean_alloc_ctor(0, 2, 1); +x_217 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_202, x_1, x_216); +if (lean_is_scalar(x_204)) { + x_218 = lean_alloc_ctor(0, 2, 1); } else { - x_221 = x_206; -} -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_64); -lean_ctor_set_uint8(x_221, sizeof(void*)*2, x_203); -x_222 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_222, 0, x_197); -lean_ctor_set(x_222, 1, x_198); -lean_ctor_set(x_222, 2, x_199); -lean_ctor_set(x_222, 3, x_200); -lean_ctor_set(x_222, 4, x_201); -lean_ctor_set(x_222, 5, x_202); -lean_ctor_set(x_222, 6, x_221); -x_223 = lean_st_ref_set(x_9, x_222, x_152); -x_224 = lean_ctor_get(x_223, 1); -lean_inc(x_224); -if (lean_is_exclusive(x_223)) { - lean_ctor_release(x_223, 0); - lean_ctor_release(x_223, 1); - x_225 = x_223; + x_218 = x_204; +} +lean_ctor_set(x_218, 0, x_217); +lean_ctor_set(x_218, 1, x_67); +lean_ctor_set_uint8(x_218, sizeof(void*)*2, x_201); +x_219 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_219, 0, x_195); +lean_ctor_set(x_219, 1, x_196); +lean_ctor_set(x_219, 2, x_197); +lean_ctor_set(x_219, 3, x_198); +lean_ctor_set(x_219, 4, x_199); +lean_ctor_set(x_219, 5, x_200); +lean_ctor_set(x_219, 6, x_218); +x_220 = lean_st_ref_set(x_9, x_219, x_152); +x_221 = lean_ctor_get(x_220, 1); +lean_inc(x_221); +if (lean_is_exclusive(x_220)) { + lean_ctor_release(x_220, 0); + lean_ctor_release(x_220, 1); + x_222 = x_220; } else { - lean_dec_ref(x_223); - x_225 = lean_box(0); + lean_dec_ref(x_220); + x_222 = lean_box(0); } -if (lean_is_scalar(x_225)) { - x_226 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_222)) { + x_223 = lean_alloc_ctor(1, 2, 0); } else { - x_226 = x_225; - lean_ctor_set_tag(x_226, 1); + x_223 = x_222; + lean_ctor_set_tag(x_223, 1); } -lean_ctor_set(x_226, 0, x_147); -lean_ctor_set(x_226, 1, x_224); -x_36 = x_226; -goto block_55; +lean_ctor_set(x_223, 0, x_147); +lean_ctor_set(x_223, 1, x_221); +x_39 = x_223; +goto block_58; } } } } -block_35: +block_38: { -uint8_t x_18; -x_18 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); -if (x_18 == 0) +uint8_t x_21; +x_21 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); +if (x_21 == 0) { -lean_object* x_19; +lean_object* x_22; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -17362,99 +17362,99 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); if (lean_is_scalar(x_13)) { - x_19 = lean_alloc_ctor(1, 2, 0); + x_22 = lean_alloc_ctor(1, 2, 0); } else { - x_19 = x_13; - lean_ctor_set_tag(x_19, 1); + x_22 = x_13; + lean_ctor_set_tag(x_22, 1); } -lean_ctor_set(x_19, 0, x_16); -lean_ctor_set(x_19, 1, x_17); -return x_19; +lean_ctor_set(x_22, 0, x_19); +lean_ctor_set(x_22, 1, x_20); +return x_22; } else { -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; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; size_t x_28; size_t x_29; lean_object* x_30; lean_object* x_31; lean_dec(x_13); -x_20 = l_Lean_Expr_mvar___override(x_1); -x_21 = l_Lean_Meta_getMVars(x_20, x_6, x_7, x_8, x_9, x_17); -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_array_get_size(x_22); -x_25 = lean_usize_of_nat(x_24); +x_23 = l_Lean_Expr_mvar___override(x_1); +x_24 = l_Lean_Meta_getMVars(x_23, x_6, x_7, x_8, x_9, x_20); +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_26 = 0; -x_27 = lean_box(0); +x_27 = lean_array_get_size(x_25); +x_28 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_29 = 0; +x_30 = lean_box(0); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_28 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runTactic___spec__10(x_22, x_25, x_26, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_23); -lean_dec(x_22); -if (lean_obj_tag(x_28) == 0) +x_31 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runTactic___spec__10(x_25, x_28, x_29, x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_26); +lean_dec(x_25); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); -x_30 = l_Lean_Elab_logException___at_Lean_Elab_Term_exceptionToSorry___spec__1(x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_29); -return x_30; +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = l_Lean_Elab_logException___at_Lean_Elab_Term_exceptionToSorry___spec__1(x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_32); +return x_33; } else { -uint8_t x_31; -lean_dec(x_16); +uint8_t x_34; +lean_dec(x_19); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_31 = !lean_is_exclusive(x_28); -if (x_31 == 0) +x_34 = !lean_is_exclusive(x_31); +if (x_34 == 0) { -return x_28; +return x_31; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_28, 0); -x_33 = lean_ctor_get(x_28, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_28); -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_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_31, 0); +x_36 = lean_ctor_get(x_31, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_31); +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; } } } } -block_55: -{ -if (lean_obj_tag(x_36) == 0) +block_58: { -uint8_t x_37; -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +if (lean_obj_tag(x_39) == 0) { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_38 = lean_ctor_get(x_36, 0); -x_39 = lean_ctor_get(x_36, 1); -x_40 = l_List_isEmpty___rarg(x_38); +uint8_t x_40; +x_40 = !lean_is_exclusive(x_39); if (x_40 == 0) { -lean_object* x_41; -lean_free_object(x_36); +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_List_isEmpty___rarg(x_41); +if (x_43 == 0) +{ +lean_object* x_44; +lean_free_object(x_39); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_41 = l_Lean_Elab_Term_reportUnsolvedGoals(x_38, x_4, x_5, x_6, x_7, x_8, x_9, x_39); -if (lean_obj_tag(x_41) == 0) +x_44 = l_Lean_Elab_Term_reportUnsolvedGoals(x_41, x_4, x_5, x_6, x_7, x_8, x_9, x_42); +if (lean_obj_tag(x_44) == 0) { lean_dec(x_13); lean_dec(x_9); @@ -17464,25 +17464,25 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -return x_41; +return x_44; } else { -lean_object* x_42; lean_object* x_43; -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_16 = x_42; -x_17 = x_43; -goto block_35; +lean_object* x_45; lean_object* x_46; +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_19 = x_45; +x_20 = x_46; +goto block_38; } } else { -lean_object* x_44; -lean_dec(x_38); +lean_object* x_47; +lean_dec(x_41); lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); @@ -17491,29 +17491,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_44 = lean_box(0); -lean_ctor_set(x_36, 0, x_44); -return x_36; +x_47 = lean_box(0); +lean_ctor_set(x_39, 0, x_47); +return x_39; } } else { -lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_45 = lean_ctor_get(x_36, 0); -x_46 = lean_ctor_get(x_36, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_36); -x_47 = l_List_isEmpty___rarg(x_45); -if (x_47 == 0) +lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_48 = lean_ctor_get(x_39, 0); +x_49 = lean_ctor_get(x_39, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_39); +x_50 = l_List_isEmpty___rarg(x_48); +if (x_50 == 0) { -lean_object* x_48; +lean_object* x_51; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_48 = l_Lean_Elab_Term_reportUnsolvedGoals(x_45, x_4, x_5, x_6, x_7, x_8, x_9, x_46); -if (lean_obj_tag(x_48) == 0) +x_51 = l_Lean_Elab_Term_reportUnsolvedGoals(x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_49); +if (lean_obj_tag(x_51) == 0) { lean_dec(x_13); lean_dec(x_9); @@ -17523,25 +17523,25 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -return x_48; +return x_51; } else { -lean_object* x_49; lean_object* x_50; -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_16 = x_49; -x_17 = x_50; -goto block_35; +lean_object* x_52; lean_object* x_53; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_19 = x_52; +x_20 = x_53; +goto block_38; } } else { -lean_object* x_51; lean_object* x_52; -lean_dec(x_45); +lean_object* x_54; lean_object* x_55; +lean_dec(x_48); lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); @@ -17550,25 +17550,25 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -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_46); -return x_52; +x_54 = lean_box(0); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_49); +return x_55; } } } else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_36, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_36, 1); -lean_inc(x_54); -lean_dec(x_36); -x_16 = x_53; -x_17 = x_54; -goto block_35; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_39, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_39, 1); +lean_inc(x_57); +lean_dec(x_39); +x_19 = x_56; +x_20 = x_57; +goto block_38; } } } @@ -17581,8 +17581,8 @@ x_10 = lean_unsigned_to_nat(1u); x_11 = l_Lean_Syntax_getArg(x_2, x_10); x_12 = lean_alloc_closure((void*)(l_Lean_Elab_Term_runTactic___lambda__3), 10, 3); lean_closure_set(x_12, 0, x_1); -lean_closure_set(x_12, 1, x_11); -lean_closure_set(x_12, 2, x_2); +lean_closure_set(x_12, 1, x_2); +lean_closure_set(x_12, 2, x_11); x_13 = l_Lean_Elab_Term_withoutAutoBoundImplicit___rarg(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } @@ -19373,7 +19373,7 @@ lean_dec(x_1); return x_14; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1() { _start: { lean_object* x_1; @@ -19381,17 +19381,17 @@ x_1 = lean_mk_string_from_bytes("resume", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3() { _start: { lean_object* x_1; @@ -19399,27 +19399,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__3; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4; x_2 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___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_SyntheticMVars___hyg_7523____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6() { _start: { lean_object* x_1; @@ -19427,17 +19427,17 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8() { _start: { lean_object* x_1; @@ -19445,17 +19445,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__7; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10() { _start: { lean_object* x_1; @@ -19463,37 +19463,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__9; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__10; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10; 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_SyntheticMVars___hyg_7523____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__11; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__12; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12; x_2 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___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_SyntheticMVars___hyg_7523____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14() { _start: { lean_object* x_1; @@ -19501,17 +19501,17 @@ x_1 = lean_mk_string_from_bytes("SyntheticMVars", 14); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____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_SyntheticMVars___hyg_7523____closed__13; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__14; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14; 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_SyntheticMVars___hyg_7523____closed__16() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16() { _start: { lean_object* x_1; @@ -19519,33 +19519,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__17() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__15; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__16; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16; 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_SyntheticMVars___hyg_7523____closed__18() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__17; -x_2 = lean_unsigned_to_nat(7523u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17; +x_2 = lean_unsigned_to_nat(7613u); 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_SyntheticMVars___hyg_7523_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613_(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_SyntheticMVars___hyg_7523____closed__2; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__18; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -19747,43 +19747,43 @@ l_Lean_Elab_Term_withSynthesizeLight___rarg___closed__1 = _init_l_Lean_Elab_Term lean_mark_persistent(l_Lean_Elab_Term_withSynthesizeLight___rarg___closed__1); l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__15); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__16 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__16(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__16); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__17 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__17(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__17); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__18 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__18(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523____closed__18); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7523_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613_(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 7bc1620638d7..18a5beeaebdf 100644 --- a/stage0/stdlib/Lean/Elab/Term.c +++ b/stage0/stdlib/Lean/Elab/Term.c @@ -16,8 +16,8 @@ extern "C" { lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg(lean_object*); static lean_object* l_Lean_Elab_throwAbortCommand___at_Lean_Elab_Term_ensureNoUnassignedMVars___spec__1___rarg___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(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_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___closed__2; +static lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__2(lean_object*, 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_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___closed__1; @@ -26,19 +26,18 @@ static lean_object* l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation___closed__1; static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_withoutModifyingStateWithInfoAndMessages(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Elab_Term_isLetRecAuxMVar___spec__3(lean_object*, uint8_t, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__2; static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__4; 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_EXPORT lean_object* l_Lean_Elab_Term_withoutSavingRecAppSyntax___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_postponeElabTermCore___closed__4; +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___boxed(lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_logUnassignedUsingErrorInfos(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_collectUnassignedMVars_go___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_Context_autoBoundImplicitForbidden___default___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(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_isLetRecAuxMVar___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfNoneOrMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__10___closed__2; @@ -73,7 +72,6 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Elab_Term_getMVarErrorInfo_x3f___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_18251____closed__9; 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; @@ -83,6 +81,7 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___l 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_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*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Tactic_beqCacheKey____x40_Lean_Elab_Term___hyg_663____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit(lean_object*); @@ -96,6 +95,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLetRecAuxMVar(lean_object*, lean_obj LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveName___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_setInfoState___at_Lean_Elab_Term_SavedState_restore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(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_Elab_Term_addAutoBoundImplicits_go___spec__20___boxed(lean_object*, lean_object*, lean_object*); 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*); @@ -117,6 +117,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__6; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandDeclId___spec__12(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_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(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_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2; lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__2; static lean_object* l_Lean_Elab_Term_mkSaveInfoAnnotation___closed__1; @@ -127,12 +128,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedSyntheticMVarDecl; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___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_Lean_throwError___at_Lean_Elab_Term_mkAuxName___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__8; static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__24; 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerSyntheticMVarWithCurrRef(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_elabTermAux___lambda__4(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_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withLevelNames(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__4; @@ -148,9 +147,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTypeAscr lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); lean_object* l_Lean_indentD(lean_object*); +double lean_float_div(double, double); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_inPattern___default; static lean_object* l_Lean_Elab_Tactic_instBEqCacheKey___closed__1; static lean_object* l_Lean_Elab_Term_levelMVarToParam___closed__2; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -163,6 +164,7 @@ 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); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_elem___at_Lean_NameHashSet_insert___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21___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_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName_process___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_mkAuxName___at_Lean_Elab_Term_mkAuxName___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -182,11 +184,13 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplic LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___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_throwError___at_Lean_Elab_Term_throwTypeMismatchError___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_List_filterTR_loop___at_Lean_Elab_Term_resolveId_x3f___spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9; static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__7; static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__6; 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_Term_instMonadTermElabM___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11; 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*); static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__8; @@ -233,6 +237,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0_ lean_object* l_ReaderT_instFunctorReaderT___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ensureType___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22___boxed(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_Elab_Term_traceAtCmdPos___boxed(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__32(lean_object*, lean_object*, size_t, size_t); @@ -241,6 +246,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean LEAN_EXPORT lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___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_instToStringMVarErrorKind___boxed(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicit(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -274,6 +280,7 @@ static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__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_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2; lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17___boxed(lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDeclId___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_object* lean_array_fget(lean_object*, lean_object*); @@ -319,6 +326,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_LVal_getRef___boxed(lean_object*); static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___closed__4; lean_object* l_Lean_removeLeadingSpaces(lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__9; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15; static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_getMVarErrorInfo_x3f___spec__1___boxed(lean_object*, lean_object*); @@ -330,10 +338,10 @@ LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Elab_Term_ContainsPe lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__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_Term_0__Lean_Elab_Term_dropTermParens___closed__1; +static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___closed__3; static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__21; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__15; 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*); uint8_t l_Lean_Linter_getLinterValue(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*); @@ -384,6 +392,7 @@ extern lean_object* l_Lean_maxRecDepth; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___spec__6(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_instMonadMacroAdapterTermElabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_expandMacroImpl_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -414,11 +423,13 @@ static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__12; static lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_State_letRecsToLift___default; static lean_object* l_Lean_Elab_Term_levelMVarToParam___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5; lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Tactic_hashCacheKey____x40_Lean_Elab_Term___hyg_756____boxed(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_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*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___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 uint8_t l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_expandDeclId___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -447,8 +458,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___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_Term_registerMVarErrorCustomInfo___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_18364____closed__12; static lean_object* l_Lean_Elab_Term_resolveName___closed__3; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__6; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack___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_Term_mkTypeMismatchError___closed__1; LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_Term_resolveName_x27___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_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -457,7 +470,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTermEnsuringType___boxed(lean_obje LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda___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_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedCacheKey; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___boxed(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___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_synthesizeInstMVarCore___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_run(lean_object*); @@ -466,7 +478,6 @@ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorIn LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8___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_Term_isHole___closed__5; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicit___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__13; static lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorKind___closed__2; lean_object* l_Lean_InternalExceptionId_getName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -484,6 +495,7 @@ lean_object* l_ReaderT_instApplicativeReaderT___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___closed__3; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_mayPostpone___default; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1; static lean_object* l_Lean_Elab_Term_mkCoe___closed__5; LEAN_EXPORT lean_object* l_Lean_Option_set___at_Lean_Elab_Term_withoutMacroStackAtErr___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_levelMVarToParam___lambda__1___boxed(lean_object*, lean_object*); @@ -497,6 +509,7 @@ static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__2; lean_object* l_Lean_Meta_mkFreshLevelMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___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_withoutPostponing___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_18364____closed__4; static lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__1; static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__4; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__3; @@ -509,9 +522,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_ static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__16; LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(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_throwErrorIfErrors(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_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(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_instMetaEvalTermElabM___rarg___closed__10; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicitApp___closed__2; static lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -522,13 +537,14 @@ static lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___spec__1___ lean_object* lean_local_ctx_find(lean_object*, lean_object*); 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_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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*); static lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2___closed__2; 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; +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLetRecsToLift(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveContext(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_21504____closed__3; LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_Term_resolveLocalName_loop___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_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*); @@ -548,12 +564,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Context_auxDeclToFullName___default; static lean_object* l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__8; lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkPrivateName(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8; 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*); static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__6; LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__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_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__11(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_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_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__1___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__6(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_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*); @@ -614,6 +632,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___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*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_go(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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_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_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__9; 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*); @@ -637,14 +656,12 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLam LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___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_initFn____x40_Lean_Elab_Term___hyg_21504____closed__1; 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_Elab_Term_withAuxDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6(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_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_addTermInfo___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_Lean_FVarId_getDecl(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_18251____closed__5; static lean_object* l_Lean_Elab_Tactic_Cache_pre___default___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkSaveInfoAnnotation(lean_object*); @@ -667,6 +684,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___closed__3; lean_object* lean_st_ref_get(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwMVarError(lean_object*); static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__5; @@ -674,7 +692,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_appendExtra___b static lean_object* l_Lean_Elab_Term_mkCoe___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshIdent___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerCustomErrorIfMVar___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_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*); @@ -689,7 +706,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_traceAtCmdPos(lean_object*, lean_objec 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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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*); static lean_object* l_Lean_Elab_Term_mkSaveInfoAnnotation___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ContainsPendingMVar_visit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -710,7 +726,6 @@ 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*); static lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17___boxed(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_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); @@ -732,17 +747,16 @@ static lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Elab_Term_wi LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_printTraces___at_Lean_Core_instMetaEvalCoreM___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageLog_forM___at_Lean_Elab_Term_instMetaEvalTermElabM___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_Term___hyg_18251____closed__12; extern lean_object* l_Lean_Expr_instHashableExpr; 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_instMonadTermElabM___lambda__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_Elab_Term_throwErrorIfErrors___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___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_Lean_Elab_Term_0__Lean_Elab_Term_dropTermParens(lean_object*); +lean_object* lean_io_mono_nanos_now(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(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_MVarErrorInfo_logError___closed__4; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__5; lean_object* l_Lean_Elab_isAutoBoundImplicitLocalException_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__5; @@ -752,6 +766,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_loop___lambda__1___bo static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___boxed(lean_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_levelMVarToParam___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_21617____closed__2; lean_object* l_Lean_Elab_InfoTree_substitute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___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___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicitApp___closed__1; @@ -773,7 +788,6 @@ uint64_t l_Lean_Expr_hash(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_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__5(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_initFn____x40_Lean_Elab_Term___hyg_21504____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_expandDeclId___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*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); lean_object* l_Lean_mkAnnotation(lean_object*, lean_object*); @@ -785,7 +799,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars_x3f___lambda__1_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504_(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_resolveId_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_Elab_Term_mkNoImplicitLambdaAnnotation(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); @@ -848,7 +861,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAu lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns___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_initFn____x40_Lean_Elab_Term___hyg_18251_(lean_object*); LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___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_Syntax_matchesNull(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -885,6 +897,7 @@ uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_go___lambda__1___boxed(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__4(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_resolveGlobalName___at_Lean_Elab_Term_resolveLocalName_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_liftLevelM(lean_object*); extern lean_object* l_Lean_Meta_instMonadMetaM; @@ -907,7 +920,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingE 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*); static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__1; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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_containsPendingMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___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*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1(lean_object*, lean_object*); @@ -925,7 +938,6 @@ LEAN_EXPORT lean_object* l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclI static lean_object* l_Lean_Elab_Term_resolveName_process___closed__1; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__3; uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -957,6 +969,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; uint8_t l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(lean_object*); 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*); 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*); @@ -966,6 +979,7 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTacticBlock__ 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_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_appendExtra(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_setElabConfig(lean_object*); +static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3; 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*); 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*); @@ -977,12 +991,14 @@ extern lean_object* l_Lean_Linter_deprecatedAttr; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_isSaveInfoAnnotation_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___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_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_mkAuxName___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_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___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_instMetaEvalTermElabM___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1032,7 +1048,6 @@ LEAN_EXPORT uint8_t l_Lean_Elab_Term_LVal_isFieldName(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwMVarError___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_commitIfDidNotPostpone(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_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_EXPORT 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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_getSyntheticMVarDecl_x3f___spec__1(lean_object*, lean_object*); @@ -1044,7 +1059,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyAttributes___boxed(lean_object*, LEAN_EXPORT lean_object* l_Lean_addDocString___at_Lean_Elab_Term_expandDeclId___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_panic___at_Lean_Elab_Term_getFVarLocalDecl_x21___spec__1___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(lean_object*, size_t, size_t); +static double l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; 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_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(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_instMetaEvalTermElabM___rarg___lambda__2___closed__1; 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*); 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*); @@ -1058,6 +1075,7 @@ lean_object* lean_environment_main_module(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___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_TermElabM_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* lean_float_to_string(double); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___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*); static lean_object* l_Lean_Elab_Term_observing___rarg___closed__1; @@ -1099,7 +1117,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; lean_object* l_Lean_TagDeclarationExtension_tag(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__14; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__10(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_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___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_getResetInfoTrees___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__5___rarg(lean_object*, lean_object*); @@ -1108,14 +1125,17 @@ lean_object* l_Lean_Meta_mkForallFVars(lean_object*, lean_object*, uint8_t, uint 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*); 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*); +static lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorInfo; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicit___boxed(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___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_Term_mkCoe___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot___at_Lean_Elab_Term_isLetRecAuxMVar___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___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*); +uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Elab_Term_instMetaEvalTermElabM___rarg___closed__18; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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*); @@ -1212,7 +1232,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveState___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_expandDeclId___at_Lean_Elab_Term_expandDeclId___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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__11; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_resolveName_x27___spec__1(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__1; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isNoImplicitLambda___closed__1; @@ -1221,7 +1240,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Term_wit LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAuxDecl___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_instMetaEvalTermElabM___rarg___closed__22; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___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_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__10; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___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_instMetaEvalTermElabM___rarg___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl(lean_object*); @@ -1233,7 +1252,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instBEqCacheKey; static lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2___closed__1; static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed__3; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__47(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__9; static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; lean_object* l_Lean_mkHashMapImp___rarg(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); @@ -1244,7 +1262,7 @@ lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveName_x27___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___spec__5(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_Elab_autoBoundImplicitExceptionId; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__7; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13; 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*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__1___closed__1; @@ -1286,7 +1304,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_addTermInfo(lean_object*, lean_object* static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__1; 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*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_State_levelNames___default; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore(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_instMonadTermElabM___closed__6; @@ -1325,6 +1342,7 @@ static lean_object* l_Lean_Elab_Term_instToStringMVarErrorKind___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3(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_traceAtCmdPos___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1; 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*); uint8_t l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23_(uint8_t, uint8_t); static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___closed__1; @@ -1343,9 +1361,11 @@ lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(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*); 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__1; static lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_logException___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instToStringLVal(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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___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*); @@ -1360,6 +1380,7 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImp 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); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_errToSorry___default; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAuxDecl___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1382,25 +1403,23 @@ 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_ContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Term_withMacroExpansion___spec__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___boxed(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_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_Elab_Term_observing(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___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_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___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___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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19___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_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*); 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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__6; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__19(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_filterTR_loop___at_Lean_resolveGlobalConstCore___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3___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_isTacticBlock___closed__3; 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14; 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*); 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*); @@ -1433,6 +1452,7 @@ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__1___rarg(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_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDeclId___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withMacroExpansion___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_mkFreshBinderName___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1440,6 +1460,7 @@ static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostpone(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__38(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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_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*); static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__3; @@ -1460,9 +1481,9 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_isMVarApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_applyVisibility___at_Lean_Elab_Term_expandDeclId___spec__5___closed__1; lean_object* l_Lean_Meta_whnfR(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_18364____closed__3; static lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName_x27(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_18251____closed__4; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1472,7 +1493,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg___la static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwTypeMismatchError___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, 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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__1; lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); 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*); uint8_t l_Lean_Expr_hasExprMVar(lean_object*); @@ -9307,6 +9327,91 @@ lean_dec(x_2); return x_9; } } +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack___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) { +_start: +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_4); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_4, 2); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_1); +lean_ctor_set(x_13, 1, x_2); +x_14 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_12); +lean_ctor_set(x_4, 2, x_14); +x_15 = lean_apply_7(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_16 = lean_ctor_get(x_4, 0); +x_17 = lean_ctor_get(x_4, 1); +x_18 = lean_ctor_get(x_4, 2); +x_19 = lean_ctor_get_uint8(x_4, sizeof(void*)*8); +x_20 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); +x_21 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); +x_22 = lean_ctor_get(x_4, 3); +x_23 = lean_ctor_get(x_4, 4); +x_24 = lean_ctor_get(x_4, 5); +x_25 = lean_ctor_get(x_4, 6); +x_26 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 3); +x_27 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 4); +x_28 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 5); +x_29 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 6); +x_30 = lean_ctor_get(x_4, 7); +x_31 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 7); +x_32 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 8); +lean_inc(x_30); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_4); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_1); +lean_ctor_set(x_33, 1, x_2); +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_18); +x_35 = lean_alloc_ctor(0, 8, 9); +lean_ctor_set(x_35, 0, x_16); +lean_ctor_set(x_35, 1, x_17); +lean_ctor_set(x_35, 2, x_34); +lean_ctor_set(x_35, 3, x_22); +lean_ctor_set(x_35, 4, x_23); +lean_ctor_set(x_35, 5, x_24); +lean_ctor_set(x_35, 6, x_25); +lean_ctor_set(x_35, 7, x_30); +lean_ctor_set_uint8(x_35, sizeof(void*)*8, x_19); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 1, x_20); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 2, x_21); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 3, x_26); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 4, x_27); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 5, x_28); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 6, x_29); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 7, x_31); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 8, x_32); +x_36 = lean_apply_7(x_3, x_35, x_5, x_6, x_7, x_8, x_9, x_10); +return x_36; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withPushMacroExpansionStack___rarg), 10, 0); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Term_withMacroExpansion___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) { _start: { @@ -9806,90 +9911,13 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Elab_withMacroExpansionInfo___at_Lean_El return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withMacroExpansion___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, lean_object* x_9, lean_object* x_10) { -_start: -{ -uint8_t x_11; -x_11 = !lean_is_exclusive(x_4); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_4, 2); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_1); -lean_ctor_set(x_13, 1, x_2); -x_14 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_12); -lean_ctor_set(x_4, 2, x_14); -x_15 = lean_apply_7(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -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; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_16 = lean_ctor_get(x_4, 0); -x_17 = lean_ctor_get(x_4, 1); -x_18 = lean_ctor_get(x_4, 2); -x_19 = lean_ctor_get_uint8(x_4, sizeof(void*)*8); -x_20 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 1); -x_21 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); -x_22 = lean_ctor_get(x_4, 3); -x_23 = lean_ctor_get(x_4, 4); -x_24 = lean_ctor_get(x_4, 5); -x_25 = lean_ctor_get(x_4, 6); -x_26 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 3); -x_27 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 4); -x_28 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 5); -x_29 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 6); -x_30 = lean_ctor_get(x_4, 7); -x_31 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 7); -x_32 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 8); -lean_inc(x_30); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_4); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_1); -lean_ctor_set(x_33, 1, x_2); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_18); -x_35 = lean_alloc_ctor(0, 8, 9); -lean_ctor_set(x_35, 0, x_16); -lean_ctor_set(x_35, 1, x_17); -lean_ctor_set(x_35, 2, x_34); -lean_ctor_set(x_35, 3, x_22); -lean_ctor_set(x_35, 4, x_23); -lean_ctor_set(x_35, 5, x_24); -lean_ctor_set(x_35, 6, x_25); -lean_ctor_set(x_35, 7, x_30); -lean_ctor_set_uint8(x_35, sizeof(void*)*8, x_19); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 1, x_20); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 2, x_21); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 3, x_26); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 4, x_27); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 5, x_28); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 6, x_29); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 7, x_31); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 8, x_32); -x_36 = lean_apply_7(x_3, x_35, x_5, x_6, x_7, x_8, x_9, x_10); -return x_36; -} -} -} LEAN_EXPORT lean_object* l_Lean_Elab_Term_withMacroExpansion___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) { _start: { lean_object* x_11; lean_object* x_12; lean_inc(x_2); lean_inc(x_1); -x_11 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withMacroExpansion___rarg___lambda__1), 10, 3); +x_11 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withPushMacroExpansionStack___rarg), 10, 3); lean_closure_set(x_11, 0, x_1); lean_closure_set(x_11, 1, x_2); lean_closure_set(x_11, 2, x_3); @@ -34379,7 +34407,318 @@ x_6 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_getResetTra return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(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_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_7, 2); +x_11 = l_Lean_KVMap_getBool(x_10, x_1, x_2); +x_12 = lean_box(x_11); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +return x_13; +} +} +static double _init_l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_io_mono_nanos_now(x_8); +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_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_io_mono_nanos_now(x_14); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; double x_21; double x_22; double x_23; lean_object* x_24; lean_object* x_25; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_nat_sub(x_17, x_10); +lean_dec(x_10); +lean_dec(x_17); +x_19 = 0; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Float_ofScientific(x_18, x_19, x_20); +lean_dec(x_18); +x_22 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; +x_23 = lean_float_div(x_21, x_22); +x_24 = lean_box_float(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_13); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_15, 0, x_25); +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; double x_31; double x_32; double x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +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 = lean_nat_sub(x_26, x_10); +lean_dec(x_10); +lean_dec(x_26); +x_29 = 0; +x_30 = lean_unsigned_to_nat(0u); +x_31 = l_Float_ofScientific(x_28, x_29, x_30); +lean_dec(x_28); +x_32 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; +x_33 = lean_float_div(x_31, x_32); +x_34 = lean_box_float(x_33); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_13); +lean_ctor_set(x_35, 1, x_34); +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 +{ +uint8_t x_37; +lean_dec(x_10); +x_37 = !lean_is_exclusive(x_12); +if (x_37 == 0) +{ +return x_12; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_12, 0); +x_39 = lean_ctor_get(x_12, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_12); +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 lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(lean_object* x_1, lean_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; uint8_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_9 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2; +x_10 = 0; +x_11 = l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_9, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +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; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +lean_ctor_set(x_15, 0, x_19); +return x_15; +} +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_15, 0); +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_15); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, 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_21); +return x_24; +} +} +else +{ +uint8_t x_25; +x_25 = !lean_is_exclusive(x_15); +if (x_25 == 0) +{ +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* 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 = 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_object* x_30; +x_29 = lean_ctor_get(x_11, 1); +lean_inc(x_29); +lean_dec(x_11); +x_30 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_30, 0); +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_32, 1); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_32, 1, x_35); +return x_30; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_32, 0); +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_32); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_30, 0, x_39); +return x_30; +} +} +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; +x_40 = lean_ctor_get(x_30, 0); +x_41 = lean_ctor_get(x_30, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_30); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_43); +if (lean_is_scalar(x_44)) { + x_46 = lean_alloc_ctor(0, 2, 0); +} else { + x_46 = x_44; +} +lean_ctor_set(x_46, 0, x_42); +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_41); +return x_47; +} +} +else +{ +uint8_t x_48; +x_48 = !lean_is_exclusive(x_30); +if (x_48 == 0) +{ +return x_30; +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_30, 0); +x_50 = lean_ctor_get(x_30, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_30); +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; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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; lean_object* x_14; lean_object* x_15; uint8_t x_16; @@ -34498,7 +34837,7 @@ return x_53; } } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(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_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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: { uint8_t x_13; @@ -34516,7 +34855,7 @@ lean_inc(x_17); x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); lean_dec(x_16); -x_19 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_1, x_2, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); +x_19 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(x_1, x_2, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); lean_dec(x_10); return x_19; } @@ -34566,13 +34905,13 @@ lean_inc(x_34); x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec(x_33); -x_36 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_1, x_2, x_3, x_34, x_5, x_6, x_7, x_8, x_9, x_32, x_11, x_35); +x_36 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(x_1, x_2, x_3, x_34, x_5, x_6, x_7, x_8, x_9, x_32, x_11, x_35); lean_dec(x_32); return x_36; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(lean_object* x_1, lean_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_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(lean_object* x_1, lean_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: { if (lean_obj_tag(x_1) == 0) @@ -34597,6 +34936,121 @@ return x_12; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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; +x_9 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +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; lean_object* x_12; +x_11 = lean_ctor_get(x_9, 0); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_9, 0, x_12); +return x_9; +} +else +{ +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_dec(x_9); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_13); +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 +{ +uint8_t x_17; +x_17 = !lean_is_exclusive(x_9); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_ctor_get(x_9, 0); +x_19 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set_tag(x_9, 0); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_9, 0); +x_21 = lean_ctor_get(x_9, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_9); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_20); +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; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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; lean_object* x_16; lean_object* x_17; +lean_inc(x_12); +x_15 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(x_5, x_8, x_9, x_10, x_11, x_12, x_13, x_16); +lean_dec(x_12); +lean_dec(x_8); +return x_17; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(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) { _start: { @@ -34620,7 +35074,7 @@ 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_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_12, 1); lean_inc(x_17); lean_dec(x_12); @@ -34632,132 +35086,135 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); lean_dec(x_19); +x_22 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__1), 8, 1); +lean_closure_set(x_22, 0, x_3); 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_22 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_22) == 0) +x_23 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +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); -lean_dec(x_22); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_23); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); 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_25); -x_26 = lean_apply_8(x_2, x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_24); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_26); +x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); +if (lean_obj_tag(x_28) == 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_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -lean_inc(x_9); -x_29 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(x_20, x_1, x_18, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28); -x_30 = lean_ctor_get(x_29, 1); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +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_29); -x_31 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_dec(x_28); +x_31 = lean_box(0); +x_32 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); 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_25); -return x_31; +lean_dec(x_26); +return x_32; } else { -uint8_t x_32; -lean_dec(x_25); -lean_dec(x_20); -lean_dec(x_18); +lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_33 = lean_ctor_get(x_28, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_28, 1); +lean_inc(x_34); +lean_dec(x_28); +x_35 = lean_ctor_get(x_27, 0); +lean_inc(x_35); +lean_dec(x_27); +x_36 = lean_unbox_float(x_35); +lean_dec(x_35); +x_37 = lean_float_to_string(x_36); +x_38 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_39, 0, x_38); +x_40 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_41); +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_33); +x_45 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +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 = lean_box(0); +x_48 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); 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_1); -x_32 = !lean_is_exclusive(x_26); -if (x_32 == 0) -{ -return x_26; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_26, 0); -x_34 = lean_ctor_get(x_26, 1); -lean_inc(x_34); -lean_inc(x_33); lean_dec(x_26); -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; -} +return x_48; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_22, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_22, 1); -lean_inc(x_37); -lean_dec(x_22); -x_38 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_38, 0, x_36); -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_38); -x_39 = lean_apply_8(x_2, x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -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; -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); -lean_inc(x_9); -x_42 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(x_20, x_1, x_18, x_40, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_41); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_43); +uint8_t x_49; +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_20); +lean_dec(x_18); 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_38); -return x_44; +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_28); +if (x_49 == 0) +{ +return x_28; } else { -uint8_t x_45; -lean_dec(x_38); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_28, 0); +x_51 = lean_ctor_get(x_28, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_28); +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 +{ +uint8_t x_53; lean_dec(x_20); lean_dec(x_18); lean_dec(x_10); @@ -34766,31 +35223,31 @@ 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_45 = !lean_is_exclusive(x_39); -if (x_45 == 0) +x_53 = !lean_is_exclusive(x_23); +if (x_53 == 0) { -return x_39; +return x_23; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_39, 0); -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_39); -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; -} +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_23, 0); +x_55 = lean_ctor_get(x_23, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_23); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } } } -LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(lean_object* x_1, lean_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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -35767,7 +36224,7 @@ lean_dec(x_11); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_44 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_44 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(x_16, 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); @@ -36004,13 +36461,30 @@ lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17___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_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17___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_2); +lean_dec(x_2); +x_11 = l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_11; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20___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___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(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_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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_9); @@ -36020,13 +36494,13 @@ lean_dec(x_6); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19___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___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(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_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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_9); lean_dec(x_8); @@ -36035,11 +36509,11 @@ lean_dec(x_6); return x_14; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___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_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21___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: { lean_object* x_9; -x_9 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -36050,6 +36524,22 @@ lean_dec(x_1); return x_9; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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) { +_start: +{ +uint8_t x_15; lean_object* x_16; +x_15 = lean_unbox(x_4); +lean_dec(x_4); +x_16 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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_13); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +return x_16; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { _start: { @@ -36060,11 +36550,11 @@ x_13 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elab return x_13; } } -LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19___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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22___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: { lean_object* x_9; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -45226,7 +45716,7 @@ lean_dec(x_3); return x_10; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1() { _start: { lean_object* x_1; @@ -45234,17 +45724,17 @@ x_1 = lean_mk_string_from_bytes("letrec", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -45254,27 +45744,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_18251____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; 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_18251____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___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_Term___hyg_18251____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6() { _start: { lean_object* x_1; @@ -45282,17 +45772,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8() { _start: { lean_object* x_1; @@ -45300,47 +45790,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__7; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___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_Term___hyg_18251____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__10; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; 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_18251____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___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_Term___hyg_18251____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13() { _start: { lean_object* x_1; @@ -45348,33 +45838,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__12; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__13; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_18251____closed__14; -x_2 = lean_unsigned_to_nat(18251u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14; +x_2 = lean_unsigned_to_nat(18364u); 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_18251_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364_(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_18251____closed__2; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__15; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -45722,7 +46212,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_18251____closed__2; +x_9 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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); @@ -53943,77 +54433,77 @@ 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_21504____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_18251____closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_21504____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_21504____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_21504____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_21504____closed__2; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__5; 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_21504____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_21504____closed__3; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; 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_21504____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_21504____closed__4; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__7; 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_21504____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_21504____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__13; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____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_21504____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____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_21504____closed__6; -x_2 = lean_unsigned_to_nat(21504u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6; +x_2 = lean_unsigned_to_nat(21617u); 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_21504____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8() { _start: { lean_object* x_1; @@ -54021,23 +54511,23 @@ x_1 = lean_mk_string_from_bytes("debug", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__8; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8; 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_21504_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617_(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_21504____closed__7; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -54053,7 +54543,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_21504____closed__9; +x_10 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9; x_11 = l_Lean_registerTraceClass(x_10, x_3, x_4, x_9); return x_11; } @@ -54644,6 +55134,19 @@ l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTe lean_mark_persistent(l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2); l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1 = _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1(); lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1); +l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1 = _init_l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1(); +l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1 = _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1); +l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2 = _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2); +l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1 = _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1); +l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2 = _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2); +l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3 = _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3); +l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4 = _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4); l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1); l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2 = _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2(); @@ -54695,37 +55198,37 @@ l_Lean_Elab_Term_mkAuxName___closed__1 = _init_l_Lean_Elab_Term_mkAuxName___clos lean_mark_persistent(l_Lean_Elab_Term_mkAuxName___closed__1); l_Lean_Elab_Term_mkAuxName___closed__2 = _init_l_Lean_Elab_Term_mkAuxName___closed__2(); lean_mark_persistent(l_Lean_Elab_Term_mkAuxName___closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251____closed__15); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18251_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Elab_Term_isLetRecAuxMVar___lambda__2___closed__1 = _init_l_Lean_Elab_Term_isLetRecAuxMVar___lambda__2___closed__1(); @@ -54928,25 +55431,25 @@ 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_21504____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504____closed__9); -res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21504_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9); +res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617_(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/Environment.c b/stage0/stdlib/Lean/Environment.c index f860e40d340d..5fa1d36eae59 100644 --- a/stage0/stdlib/Lean/Environment.c +++ b/stage0/stdlib/Lean/Environment.c @@ -3999,7 +3999,7 @@ static lean_object* _init_l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg___c 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_EnvExtensionInterfaceUnsafe_setState___rarg___closed__1; x_2 = l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg___closed__2; -x_3 = lean_unsigned_to_nat(303u); +x_3 = lean_unsigned_to_nat(306u); x_4 = lean_unsigned_to_nat(4u); x_5 = l___private_Lean_Environment_0__Lean_EnvExtensionInterfaceUnsafe_invalidExtMsg; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4109,7 +4109,7 @@ static lean_object* _init_l_Lean_EnvExtensionInterfaceUnsafe_modifyState___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; x_1 = l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg___closed__1; x_2 = l_Lean_EnvExtensionInterfaceUnsafe_modifyState___rarg___closed__1; -x_3 = lean_unsigned_to_nat(314u); +x_3 = lean_unsigned_to_nat(317u); x_4 = lean_unsigned_to_nat(4u); x_5 = l___private_Lean_Environment_0__Lean_EnvExtensionInterfaceUnsafe_invalidExtMsg; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4219,7 +4219,7 @@ static lean_object* _init_l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg___c 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_EnvExtensionInterfaceUnsafe_setState___rarg___closed__1; x_2 = l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg___closed__1; -x_3 = lean_unsigned_to_nat(321u); +x_3 = lean_unsigned_to_nat(324u); x_4 = lean_unsigned_to_nat(4u); x_5 = l___private_Lean_Environment_0__Lean_EnvExtensionInterfaceUnsafe_invalidExtMsg; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -6961,7 +6961,7 @@ static lean_object* _init_l_Lean_TagDeclarationExtension_tag___closed__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; x_1 = l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg___closed__1; x_2 = l_Lean_TagDeclarationExtension_tag___closed__4; -x_3 = lean_unsigned_to_nat(561u); +x_3 = lean_unsigned_to_nat(564u); x_4 = lean_unsigned_to_nat(2u); x_5 = l_Lean_TagDeclarationExtension_tag___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -7418,7 +7418,7 @@ static lean_object* _init_l_Lean_MapDeclarationExtension_insert___rarg___closed_ 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_EnvExtensionInterfaceUnsafe_setState___rarg___closed__1; x_2 = l_Lean_MapDeclarationExtension_insert___rarg___closed__3; -x_3 = lean_unsigned_to_nat(591u); +x_3 = lean_unsigned_to_nat(594u); x_4 = lean_unsigned_to_nat(2u); x_5 = l_Lean_MapDeclarationExtension_insert___rarg___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Linter/UnusedVariables.c b/stage0/stdlib/Lean/Linter/UnusedVariables.c index 87ddc0b0929b..8f815e09edc1 100644 --- a/stage0/stdlib/Lean/Linter/UnusedVariables.c +++ b/stage0/stdlib/Lean/Linter/UnusedVariables.c @@ -7377,7 +7377,7 @@ static lean_object* _init_l_Lean_Elab_InfoTree_visitM_go___at_Lean_Linter_unused 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_InfoTree_visitM_go___at_Lean_Linter_unusedVariables___spec__27___closed__1; x_2 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Linter_unusedVariables___spec__27___closed__2; -x_3 = lean_unsigned_to_nat(23u); +x_3 = lean_unsigned_to_nat(50u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Linter_unusedVariables___spec__27___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Message.c b/stage0/stdlib/Lean/Message.c index 3124ea73749f..4ac7f7624738 100644 --- a/stage0/stdlib/Lean/Message.c +++ b/stage0/stdlib/Lean/Message.c @@ -122,6 +122,7 @@ static lean_object* l_Lean_instInhabitedMessageData___closed__1; LEAN_EXPORT lean_object* l_Lean_instAddMessageContext___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_toList___spec__5(lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_KernelException_toMessageData___closed__44; static lean_object* l_Lean_mkErrorStringWithPos___closed__3; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataArray___rarg(lean_object*, lean_object*); @@ -173,6 +174,8 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_toLi static lean_object* l_Lean_termM_x21_____closed__2; LEAN_EXPORT lean_object* l_Lean_PPFormat_hasSyntheticSorry___default___boxed(lean_object*); static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__11; +static lean_object* l_Lean_KernelException_toMessageData___closed__45; +static lean_object* l_Lean_KernelException_toMessageData___closed__46; LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeOptionExprMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_toList___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqMessageSeverity; @@ -227,6 +230,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MessageData_formatAux_ LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeSyntaxMessageData; lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_KernelException_toMessageData___closed__40; static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__13; LEAN_EXPORT lean_object* l_Lean_MessageSeverity_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Lean_MessageSeverity_toCtorIdx___boxed(lean_object*); @@ -242,9 +246,12 @@ static lean_object* l_Lean_instToMessageDataOptionExpr___closed__3; static lean_object* l_Lean_KernelException_toMessageData___closed__7; static lean_object* l_Lean_instToMessageDataOptionExpr___closed__1; static lean_object* l_Lean_termM_x21_____closed__8; +static lean_object* l_Lean_KernelException_toMessageData___closed__41; LEAN_EXPORT lean_object* l_Lean_instToMessageDataMVarId(lean_object*); +static lean_object* l_Lean_KernelException_toMessageData___closed__43; static lean_object* l_Lean_toMessageList___closed__1; LEAN_EXPORT lean_object* l_Lean_MessageData_mkPPContext(lean_object*, lean_object*); +static lean_object* l_Lean_KernelException_toMessageData___closed__42; static lean_object* l_Lean_MessageData_formatAux___closed__9; LEAN_EXPORT lean_object* l_Lean_MessageSeverity_noConfusion___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataList(lean_object*); @@ -280,6 +287,7 @@ LEAN_EXPORT lean_object* l_Lean_addMessageContextFull___rarg(lean_object*, lean_ static lean_object* l_Lean_KernelException_toMessageData___closed__28; LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeExprMessageData; lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_KernelException_toMessageData___closed__39; static lean_object* l_Lean_MessageData_instCoeStringMessageData___closed__2; lean_object* l_Lean_Level_format(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(lean_object*, lean_object*); @@ -326,6 +334,7 @@ lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); static lean_object* l_Lean_mkErrorStringWithPos___closed__2; LEAN_EXPORT lean_object* l_Lean_MessageLog_hasErrors___boxed(lean_object*); lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_KernelException_toMessageData___closed__47; lean_object* l_Lean_PersistentArray_forM___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MessageData_format___closed__1; size_t lean_usize_add(size_t, size_t); @@ -7112,6 +7121,90 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } +static lean_object* _init_l_Lean_KernelException_toMessageData___closed__39() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("(kernel) deterministic timeout", 30); +return x_1; +} +} +static lean_object* _init_l_Lean_KernelException_toMessageData___closed__40() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_KernelException_toMessageData___closed__39; +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_KernelException_toMessageData___closed__41() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_KernelException_toMessageData___closed__40; +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_KernelException_toMessageData___closed__42() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("(kernel) excessive memory consumption detected", 46); +return x_1; +} +} +static lean_object* _init_l_Lean_KernelException_toMessageData___closed__43() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_KernelException_toMessageData___closed__42; +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_KernelException_toMessageData___closed__44() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_KernelException_toMessageData___closed__43; +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_KernelException_toMessageData___closed__45() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("(kernel) deep recursion detected", 32); +return x_1; +} +} +static lean_object* _init_l_Lean_KernelException_toMessageData___closed__46() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_KernelException_toMessageData___closed__45; +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_KernelException_toMessageData___closed__47() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_KernelException_toMessageData___closed__46; +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_KernelException_toMessageData(lean_object* x_1, lean_object* x_2) { _start: { @@ -7468,7 +7561,7 @@ lean_ctor_set(x_148, 1, x_147); x_149 = l___private_Lean_Message_0__Lean_KernelException_mkCtx(x_141, x_142, x_2, x_148); return x_149; } -default: +case 11: { 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_dec(x_2); @@ -7487,6 +7580,27 @@ lean_ctor_set(x_155, 0, x_153); lean_ctor_set(x_155, 1, x_154); return x_155; } +case 12: +{ +lean_object* x_156; +lean_dec(x_2); +x_156 = l_Lean_KernelException_toMessageData___closed__41; +return x_156; +} +case 13: +{ +lean_object* x_157; +lean_dec(x_2); +x_157 = l_Lean_KernelException_toMessageData___closed__44; +return x_157; +} +default: +{ +lean_object* x_158; +lean_dec(x_2); +x_158 = l_Lean_KernelException_toMessageData___closed__47; +return x_158; +} } } } @@ -7876,6 +7990,24 @@ l_Lean_KernelException_toMessageData___closed__37 = _init_l_Lean_KernelException lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__37); l_Lean_KernelException_toMessageData___closed__38 = _init_l_Lean_KernelException_toMessageData___closed__38(); lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__38); +l_Lean_KernelException_toMessageData___closed__39 = _init_l_Lean_KernelException_toMessageData___closed__39(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__39); +l_Lean_KernelException_toMessageData___closed__40 = _init_l_Lean_KernelException_toMessageData___closed__40(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__40); +l_Lean_KernelException_toMessageData___closed__41 = _init_l_Lean_KernelException_toMessageData___closed__41(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__41); +l_Lean_KernelException_toMessageData___closed__42 = _init_l_Lean_KernelException_toMessageData___closed__42(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__42); +l_Lean_KernelException_toMessageData___closed__43 = _init_l_Lean_KernelException_toMessageData___closed__43(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__43); +l_Lean_KernelException_toMessageData___closed__44 = _init_l_Lean_KernelException_toMessageData___closed__44(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__44); +l_Lean_KernelException_toMessageData___closed__45 = _init_l_Lean_KernelException_toMessageData___closed__45(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__45); +l_Lean_KernelException_toMessageData___closed__46 = _init_l_Lean_KernelException_toMessageData___closed__46(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__46); +l_Lean_KernelException_toMessageData___closed__47 = _init_l_Lean_KernelException_toMessageData___closed__47(); +lean_mark_persistent(l_Lean_KernelException_toMessageData___closed__47); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Meta/AppBuilder.c b/stage0/stdlib/Lean/Meta/AppBuilder.c index 2308b36da66f..f8b7fbba5db0 100644 --- a/stage0/stdlib/Lean/Meta/AppBuilder.c +++ b/stage0/stdlib/Lean/Meta/AppBuilder.c @@ -30,6 +30,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkEqOfHEq___lambda__1(lean_object*, lean_ob static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__5; static lean_object* l_Lean_Meta_mkDefault___closed__2; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___closed__2; +static lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__3; static lean_object* l_panic___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___spec__5___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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_Meta_mkAppOptM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -39,6 +40,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkSub(lean_object*, lean_object*, lean_obje static lean_object* l_Lean_Meta_mkEqRefl___closed__1; static lean_object* l_Lean_Meta_mkSorry___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkIffOfEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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* 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_mkAppOptM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkFunExt___closed__2; @@ -46,7 +48,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_AppB lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__1; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkPure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkEqNDRec___closed__5; static lean_object* l_Lean_Meta_mkPropExt___closed__2; @@ -69,6 +70,7 @@ lean_object* l_Lean_MetavarContext_getDecl(lean_object*, 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*); lean_object* l_Lean_indentD(lean_object*); +double lean_float_div(double, double); LEAN_EXPORT lean_object* l_Lean_Meta_mkEqSymm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkBinaryOp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkApp8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -107,6 +109,7 @@ static lean_object* l_Lean_Meta_mkIffOfEq___closed__1; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__8; static lean_object* l_Lean_Meta_mkEqMPR___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace(lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__1; static lean_object* l_Lean_Meta_mkCongr___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_infer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkExpectedTypeHint(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -132,6 +135,7 @@ static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilder static lean_object* l_Lean_Meta_mkOfEqTrue___closed__2; uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkEqMPR(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux___closed__9; static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__9; static lean_object* l_Lean_Meta_mkEqMP___closed__2; @@ -143,6 +147,7 @@ static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilde LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkApp4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkHEqSymm___closed__2; +static double l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11; lean_object* l_Lean_Exception_toMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -202,8 +207,8 @@ lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_isLevelMVarAssignable__ lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__10; static lean_object* l_Lean_Meta_mkSub___closed__1; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(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_Meta_mkProjection___lambda__1___closed__8; -lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkOfNonempty___closed__2; LEAN_EXPORT lean_object* l_List_anyM___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -233,6 +238,7 @@ static lean_object* l_Lean_Meta_isMonad_x3f___closed__2; static lean_object* l_Lean_Meta_mkAbsurd___closed__1; extern lean_object* l_Lean_checkEmoji; lean_object* lean_st_ref_get(lean_object*, lean_object*); +static lean_object* l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkEqTrans(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkAppM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -240,6 +246,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkAppM___lambda__1(lean_object*, lean_objec static lean_object* l_Lean_Meta_mkEqFalse_x27___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228_(lean_object*); static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__1; +static lean_object* l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__2; static lean_object* l_Lean_Meta_mkFalseElim___closed__2; static lean_object* l_Lean_Meta_mkHEq___closed__1; static lean_object* l_Lean_Meta_mkPure___closed__2; @@ -261,6 +268,7 @@ static lean_object* l_Lean_Meta_mkLE___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkLE(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; +lean_object* lean_io_mono_nanos_now(lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__3___closed__5; uint8_t l_Lean_Level_hasMVar(lean_object*); static lean_object* l_Lean_Meta_mkEq___closed__1; @@ -272,6 +280,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkDecide(lean_object*, lean_object*, lean_o static lean_object* l_Lean_Meta_mkCongr___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkForallCongr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkEqNDRec___closed__6; +lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSorry___closed__5; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__9; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -297,6 +306,7 @@ lean_object* l_Lean_Expr_appFn_x21(lean_object*); extern lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilderException___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSub___closed__4; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkAdd___closed__2; static lean_object* l_Lean_Meta_mkNoConfusion___closed__1; static lean_object* l_Lean_Meta_mkPure___closed__1; @@ -304,7 +314,6 @@ static lean_object* l_Lean_isLevelMVarAssignable___at___private_Lean_Meta_AppBui lean_object* l_Lean_MessageData_arrayExpr_toMessageData(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___at_Lean_Meta_mkAppM_x27___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_Lean_Meta_mkNoConfusion___closed__9; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFalseElim(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkProjection___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -317,6 +326,7 @@ static lean_object* l_Lean_Meta_mkEqFalse___closed__2; static lean_object* l_Lean_Meta_mkListLit___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_mkProjection___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_mkDecideProof___closed__3; +double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); extern lean_object* l_Lean_crossEmoji; static lean_object* l_Lean_Meta_mkOfNonempty___closed__3; static lean_object* l_Lean_Meta_mkCongrFun___closed__3; @@ -338,6 +348,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkLT(lean_object*, lean_object*, lean_objec static lean_object* l_Lean_Meta_mkPropExt___closed__1; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux___boxed(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_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkDefault___closed__3; lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -351,6 +362,7 @@ static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loo static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__8; static lean_object* l_Lean_Meta_mkFalseElim___closed__1; static lean_object* l_Lean_Meta_mkImpDepCongrCtx___closed__1; +lean_object* lean_float_to_string(double); lean_object* l_Lean_mkRawNatLit(lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Meta_mkAppOptM___spec__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -364,6 +376,7 @@ lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l_Lean_Meta_mkEqOfHEq___closed__1; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg___closed__2; static lean_object* l_Lean_Meta_mkLetCongr___closed__1; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkNoConfusion___closed__10; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__3; static lean_object* l_Lean_Meta_mkEqTrue___closed__1; @@ -374,6 +387,7 @@ static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg___c static lean_object* l_Lean_Meta_mkSorry___closed__3; static lean_object* l_Lean_Meta_mkProjection___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*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkLe___closed__3; lean_object* lean_panic_fn(lean_object*, lean_object*); @@ -416,6 +430,7 @@ static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux__ static lean_object* l_Lean_Meta_mkCongrFun___closed__4; 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_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkEqMP___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___at_Lean_Meta_mkAppOptM_x27___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__9; @@ -476,12 +491,14 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkProjection___ static lean_object* l_Lean_Meta_mkLT___closed__1; static lean_object* l_Lean_Meta_mkSub___closed__3; static lean_object* l_Lean_Meta_mkEqMP___closed__3; +static lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2; static lean_object* l_Lean_Meta_mkEqOfHEq___closed__2; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilderException___rarg___closed__2; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_mkArrayLit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkProjection___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___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(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_Meta_mkEqOfHEq___lambda__1___closed__2; static lean_object* l_Lean_Meta_mkEqFalse___closed__1; static lean_object* _init_l_Lean_Meta_mkId___closed__1() { @@ -7630,7 +7647,305 @@ lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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) { +static double _init_l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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_object* x_9; lean_object* x_10; +x_7 = lean_io_mono_nanos_now(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); +x_10 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +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 = lean_io_mono_nanos_now(x_12); +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; double x_19; double x_20; double x_21; lean_object* x_22; lean_object* x_23; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_nat_sub(x_15, x_8); +lean_dec(x_8); +lean_dec(x_15); +x_17 = 0; +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Float_ofScientific(x_16, x_17, x_18); +lean_dec(x_16); +x_20 = l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1; +x_21 = lean_float_div(x_19, x_20); +x_22 = lean_box_float(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_11); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_13, 0, x_23); +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; double x_29; double x_30; double 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_nat_sub(x_24, x_8); +lean_dec(x_8); +lean_dec(x_24); +x_27 = 0; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Float_ofScientific(x_26, x_27, x_28); +lean_dec(x_26); +x_30 = l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1; +x_31 = lean_float_div(x_29, x_30); +x_32 = lean_box_float(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_11); +lean_ctor_set(x_33, 1, x_32); +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_8); +x_35 = !lean_is_exclusive(x_10); +if (x_35 == 0) +{ +return x_10; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_10, 0); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_10); +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; +} +} +} +} +static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__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_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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; uint8_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__2; +x_8 = 0; +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_7, x_8, x_2, x_3, x_4, x_5, x_6); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, 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; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_13); +if (x_23 == 0) +{ +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 1); +lean_inc(x_27); +lean_dec(x_9); +x_28 = l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3(x_1, x_2, x_3, x_4, x_5, x_27); +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; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 1); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_30, 1, x_33); +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; +} +} +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; +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_dec(x_28); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +if (lean_is_scalar(x_42)) { + x_44 = lean_alloc_ctor(0, 2, 0); +} else { + x_44 = x_42; +} +lean_ctor_set(x_44, 0, x_40); +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_39); +return x_45; +} +} +else +{ +uint8_t x_46; +x_46 = !lean_is_exclusive(x_28); +if (x_46 == 0) +{ +return x_28; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_28, 0); +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_28); +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_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { if (lean_obj_tag(x_1) == 0) @@ -7655,6 +7970,120 @@ return x_10; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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; +x_7 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_7, 0, x_10); +return x_7; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_7, 0); +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_11); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 0, x_17); +return x_7; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_7, 0); +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_7); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_inc(x_10); +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__4(x_5, x_8, x_9, x_10, x_11, x_14); +lean_dec(x_10); +return x_15; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1(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: { @@ -7678,7 +8107,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_object* x_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_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); @@ -7690,52 +8119,97 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__1), 6, 1); +lean_closure_set(x_20, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_20 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_20) == 0) +x_21 = l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(x_20, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_21); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_23); -x_24 = lean_apply_6(x_2, x_23, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_24) == 0) +lean_inc(x_24); +x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 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); -lean_dec(x_24); -lean_inc(x_7); -x_27 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_25, x_4, x_5, x_6, x_7, x_8, x_26); -x_28 = lean_ctor_get(x_27, 1); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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_27); -x_29 = l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(x_23, x_5, x_6, x_7, x_8, x_28); +lean_dec(x_26); +x_29 = lean_box(0); +x_30 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_23); -return x_29; +lean_dec(x_24); +return x_30; } else { -uint8_t x_30; -lean_dec(x_23); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___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_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg___closed__2; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_46; +} +} +else +{ +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); lean_dec(x_16); lean_dec(x_8); @@ -7743,92 +8217,54 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_24); -if (x_30 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_24; +return x_26; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_24); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_20, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_34); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_36); -x_37 = lean_apply_6(x_2, x_36, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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); -lean_inc(x_7); -x_40 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_38, x_4, x_5, x_6, x_7, x_8, x_39); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(x_36, x_5, x_6, x_7, x_8, x_41); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_36); -return x_42; -} -else -{ -uint8_t x_43; -lean_dec(x_36); +uint8_t x_51; lean_dec(x_18); lean_dec(x_16); 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_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_37; +return x_21; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; } } } @@ -8261,11 +8697,11 @@ x_3 = lean_alloc_closure((void*)(l___private_Lean_Meta_AppBuilder_0__Lean_Meta_w return x_3; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_MonadExcept_ofExcept___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__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); @@ -8274,6 +8710,21 @@ lean_dec(x_1); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___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_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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: { @@ -14321,6 +14772,19 @@ l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__9 = _ini lean_mark_persistent(l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__9); l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs___closed__1 = _init_l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs___closed__1(); lean_mark_persistent(l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs___closed__1); +l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1 = _init_l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1(); +l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__1 = _init_l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__1); +l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__2 = _init_l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__2); +l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__1 = _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__1); +l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2 = _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2); +l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__3 = _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__3); +l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4 = _init_l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4); l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__1 = _init_l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__1(); lean_mark_persistent(l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__1); l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__2 = _init_l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Meta/Basic.c b/stage0/stdlib/Lean/Meta/Basic.c index 9a3aeea29e9b..c2b1174d19e2 100644 --- a/stage0/stdlib/Lean/Meta/Basic.c +++ b/stage0/stdlib/Lean/Meta/Basic.c @@ -45,6 +45,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTele LEAN_EXPORT uint8_t l_Lean_Meta_Config_foApprox___default; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_isExprDefEq___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_foldlMUnsafe_fold___at___private_Lean_Meta_Basic_0__Lean_Meta_withNewBinderInfosImp___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalContextImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Context_synthPendingDepth___default; static lean_object* l_Lean_Meta_mkFunUnit___closed__4; @@ -94,6 +95,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecls_loop(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshLMVarId___at_Lean_Meta_mkFreshLevelMVar___spec__1___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfI(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_abstract(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFreshExprMVarAt(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_instMetaEvalMetaM___rarg___closed__6; LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Meta_sortFVarIds___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -107,11 +109,14 @@ lean_object* l_Lean_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Config_assignSyntheticOpaque___default; +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6___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_maxRecDepthErrorMessage; LEAN_EXPORT lean_object* l_Lean_Meta_withConfig(lean_object*); lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_getTheoremInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentD(lean_object*); +double lean_float_div(double, double); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_getLocalDeclFromUserName___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_findFromUserName_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_withIncRecDepth___spec__1(lean_object*, lean_object*, lean_object*); @@ -122,6 +127,7 @@ uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__13; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_collectForwardDeps___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instMetaEvalMetaM___rarg___closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Context_canUnfold_x3f___default; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -130,6 +136,7 @@ static lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageC LEAN_EXPORT lean_object* l_Lean_Meta_withAtLeastTransparency___rarg___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_withLocalDecls_loop___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_Lean_Meta_forallMetaTelescope(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_getPostponed___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___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_Lean_Meta_processPostponed___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -209,7 +216,9 @@ static lean_object* l_Lean_Meta_State_postponed___default___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqNoConstantApprox(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_name(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withAssignableSyntheticOpaque(lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921_(lean_object*); LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_Meta_sortFVarIds___spec__1___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2; lean_object* lean_synth_pending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Meta_sortFVarIds___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_FVarId_isLetVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -294,7 +303,6 @@ LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___at___private_Lean_Meta_B lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_isInductivePredicate___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_modifyInferTypeCache(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Cache_inferType___default; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__10; @@ -302,6 +310,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDeclD(lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Meta_Basic_0__Lean_Meta_withLocalContextImp___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_FVarId_findDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_getKind___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getNumPostponed___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_higherOrderOutParam___default; LEAN_EXPORT lean_object* l_Lean_Meta_State_cache___default; @@ -343,7 +352,6 @@ lean_object* l_Lean_MetavarContext_elimMVarDeps(lean_object*, lean_object*, uint LEAN_EXPORT lean_object* l_Lean_Meta_getLocalDeclFromUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFreshLevelMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_findDecl_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_resettingSynthInstanceCacheImpl___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -395,6 +403,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___rarg___lambda__1(lean_obj uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalInstances___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isImplicit(lean_object*); static lean_object* l_Lean_Meta_instMonadMCtxMetaM___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -407,11 +416,9 @@ static lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageC LEAN_EXPORT lean_object* l_Lean_Meta_mkLevelStuckErrorMessage(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_setPostponed___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_orElse___rarg(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_Meta_processPostponed___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_registerInternalExceptionId(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__5; lean_object* l_Lean_LocalContext_setBinderInfo(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaMetaTelescope_process___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_MVarId_setUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -424,7 +431,6 @@ LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_hasFwdDeps___default; LEAN_EXPORT lean_object* l_Lean_Expr_abstractM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Context_lctx___default___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getConfig___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Lean_Meta_Config_isDefEqStuckEx___default; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___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_Meta_instAlternativeMetaM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -437,6 +443,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_isReadOnlyOrSyntheticOpaqueExprMVar___boxed LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqGuarded(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_liftMkBindingM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getTransparency___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instMetaEvalMetaM___rarg___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFreshExprMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -449,7 +456,6 @@ LEAN_EXPORT lean_object* l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Le LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEqAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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_Meta_isInductivePredicate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__3; LEAN_EXPORT lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withReducibleAndInstances(lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); @@ -494,7 +500,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_collectForwardDeps(lean_object*, uint8_t, l LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarWithIdCore(lean_object*, lean_object*, uint8_t, 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_object* l_Lean_MetavarContext_addExprMVarDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___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_Lean_Meta_withLocalInstances(lean_object*); static lean_object* l_Lean_Meta_instAddMessageContextMetaM___closed__1; static lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1___closed__2; @@ -513,8 +518,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewMCtxDep LEAN_EXPORT lean_object* l_Lean_Meta_lambdaMetaTelescope_process(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_instInhabitedInfoCacheKey___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_fullApproxDefEq___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* lean_io_mono_nanos_now(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getTransparency(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_resettingSynthInstanceCache___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp_process(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Config_trackZeta___default; static lean_object* l_Lean_Meta_instAlternativeMetaM___closed__2; @@ -526,6 +533,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_obje static lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__3___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withExistingLocalDeclsImp(lean_object*); static lean_object* l_Lean_Meta_liftMkBindingM___rarg___closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1; +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2; uint64_t l_Lean_Expr_hash(lean_object*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDeclD___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -539,11 +548,13 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_liftMkBindingM___spec_ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp(lean_object*); LEAN_EXPORT lean_object* l_Lean_FVarId_getValue_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_shouldReduceAll(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mapError___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instMonadBacktrackSavedStateMetaM___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_instMonadEnvMetaM___lambda__1___boxed(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_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_mkLetFVars(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getParamNames___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_Meta_mkFunUnit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -560,7 +571,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_saveState___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnf___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___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_Meta_mapMetaM(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___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* l_Lean_MetavarContext_MkBinding_collectForwardDeps(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_approxDefEq___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -598,10 +608,10 @@ LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Meta_Ba lean_object* l_Lean_LocalDecl_fvarId(lean_object*); static lean_object* l_Lean_Meta_mkFunUnit___closed__2; lean_object* l_Lean_MetavarContext_MkBinding_elimMVarDeps(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__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_Array_forInUnsafe_loop___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___spec__5___closed__3; static lean_object* l_Lean_Meta_processPostponed_loop___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_ppExpr___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static double l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDeclsD(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isListLevelDefEqAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isReadOnlyOrSyntheticOpaque(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -614,7 +624,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withIncRecDepth(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l_Lean_Meta_liftMkBindingM(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mapError(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_resettingSynthInstanceCacheImpl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instMonadBacktrackSavedStateMetaM; @@ -631,7 +640,6 @@ static lean_object* l_Lean_Meta_instInhabitedMetaM___rarg___closed__2; lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___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_Lean_FVarId_throwUnknown___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__7; LEAN_EXPORT uint8_t l_Lean_Meta_Config_offsetCnstrs___default; LEAN_EXPORT lean_object* l_Lean_Meta_isSyntheticMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_LMVarId_getLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -651,6 +659,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_instAlternativeMetaM___lambda__2(lean_objec static lean_object* l_Lean_MVarId_getDecl___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_instantiateLambda___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedMetaM(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_Meta_withAtLeastTransparency___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___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_MetaM_run_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -666,6 +675,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mapMetaM___rarg(lean_object*, lean_object*, LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_modifyInferTypeCache___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallMetaTelescope___boxed(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_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarAtCore(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_Meta_withLocalDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_withLocalDecls_loop___spec__1(lean_object*); @@ -673,6 +683,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withReducibleAndInstances___rarg(lean_objec static lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedCache; lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getLevelMVarAssignment_x3f___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_throwIsDefEqStuck___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshId___at_Lean_Meta_mkFreshExprMVarAt___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateLambdaAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -728,9 +739,11 @@ LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Meta_sortFVarIds___spec__1 LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFreshExprMVar(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_withIncRecDepth___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instOrElseMetaM(lean_object*); +lean_object* lean_float_to_string(double); lean_object* l_Lean_MessageData_ofLevel(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Context_localInstances___default; LEAN_EXPORT lean_object* l_Lean_Expr_abstractRangeM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -741,6 +754,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_savingCache(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewMCtxDepthImp(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCache___closed__1; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalInstancesImp___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_orElse(lean_object*); @@ -760,7 +774,6 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_setType(lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_instAlternativeMetaM___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withExistingLocalDecls___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_processPostponed_loop___closed__5; -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__6; LEAN_EXPORT lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_collectForwardDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_setMVarType___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -771,6 +784,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_MetaM_run(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_savingCache___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_processPostponed___lambda__1___closed__2; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_withIncRecDepth___spec__1___rarg___closed__2; +uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Meta_instMonadMetaM___closed__1; LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId___at___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_map1MetaM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -788,6 +802,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_instMonadEnvMetaM___lambda__2(lean_object*, LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___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_Array_forInUnsafe_loop___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Basic_0__Lean_Meta_getConstTemp_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewLocalInstance(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_findLocalDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Basic_0__Lean_Meta_beqInfoCacheKey____x40_Lean_Meta_Basic___hyg_368_(lean_object*, lean_object*); @@ -850,6 +865,7 @@ LEAN_EXPORT lean_object* l_Lean_LMVarId_isReadOnly___boxed(lean_object*, lean_ob size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_MetavarContext_findLevelDepth_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instMonadMCtxMetaM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5; static lean_object* l_Lean_Meta_instMetaEvalMetaM___rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_etaExpand___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_instMonadMCtxMetaM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -878,6 +894,7 @@ lean_object* lean_io_error_to_string(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshLMVarId___at_Lean_Meta_mkFreshLevelMVar___spec__1___rarg(lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_resettingSynthInstanceCache(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux_process(uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_binderInfo___default; @@ -906,6 +923,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_map2MetaM(lean_object*, lean_object*, lean_ LEAN_EXPORT 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_withMCtx___rarg___lambda__1(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_Meta_withInstImplicitAsImplict___spec__1(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_Meta_processPostponed___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_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___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_Meta_restoreSynthInstanceCache___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getPostponed(lean_object*); @@ -920,7 +938,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___rarg___lambda__1___boxed(le LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_isClassImp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_useEtaStruct___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_findMVarDecl_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_resetZetaFVarIds(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_withLocalDeclsD___spec__1___rarg(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_liftMkBindingM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -936,6 +953,7 @@ uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instAddMessageContextMetaM; LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_Meta_normalizeLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withAtLeastTransparency___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +static lean_object* l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__1; static lean_object* l_Lean_Meta_instInhabitedState___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); @@ -958,6 +976,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getFVarLocalDecl___boxed(lean_object*, lean lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instantiateLambda(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_modifyDefEqCache(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_FVarId_throwUnknown___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_resettingSynthInstanceCache___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); @@ -992,8 +1011,6 @@ uint8_t lean_is_class(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_setPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallBoundedTelescopeImp(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instMonadLCtxMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__1; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isExplicit(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ppExprWithInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedInfoCacheKey___closed__1; @@ -1021,6 +1038,7 @@ static lean_object* l_Lean_Meta_instBEqInfoCacheKey___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withDefault___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_FVarId_getValue_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getLevelMVarDepth(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_beqInfoCacheKey____x40_Lean_Meta_Basic___hyg_368____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfR(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getLocalDecl___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1035,6 +1053,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMes LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at___private_Lean_Meta_Basic_0__Lean_Meta_exposeRelevantUniverses___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withMCtxImp(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___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___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_processPostponed(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFreshExprMVarAt___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1434,7 +1453,7 @@ x_5 = lean_ctor_get(x_1, 1); x_6 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); x_7 = lean_ctor_get(x_2, 0); x_8 = lean_ctor_get(x_2, 1); -x_9 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_3, x_6); +x_9 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_3, x_6); if (x_9 == 0) { uint8_t x_10; @@ -6956,7 +6975,7 @@ x_8 = lean_ctor_get(x_6, 0); x_9 = 0; x_10 = lean_unbox(x_8); lean_dec(x_8); -x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_10, x_9); +x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_10, x_9); x_12 = lean_box(x_11); lean_ctor_set(x_6, 0, x_12); return x_6; @@ -6972,7 +6991,7 @@ lean_dec(x_6); x_15 = 0; x_16 = lean_unbox(x_13); lean_dec(x_13); -x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_16, x_15); +x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_16, x_15); x_18 = lean_box(x_17); x_19 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_19, 0, x_18); @@ -7006,7 +7025,7 @@ x_8 = lean_ctor_get(x_6, 0); x_9 = 2; x_10 = lean_unbox(x_8); lean_dec(x_8); -x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_10, x_9); +x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_10, x_9); x_12 = lean_box(x_11); lean_ctor_set(x_6, 0, x_12); return x_6; @@ -7022,7 +7041,7 @@ lean_dec(x_6); x_15 = 2; x_16 = lean_unbox(x_13); lean_dec(x_13); -x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_16, x_15); +x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_16, x_15); x_18 = lean_box(x_17); x_19 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_19, 0, x_18); @@ -32133,7 +32152,318 @@ x_4 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_getResetTra return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(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_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +_start: +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_5, 2); +x_9 = l_Lean_KVMap_getBool(x_8, x_1, x_2); +x_10 = lean_box(x_9); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_7); +return x_11; +} +} +static double _init_l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_processPostponed___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) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_io_mono_nanos_now(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); +x_10 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +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 = lean_io_mono_nanos_now(x_12); +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; double x_19; double x_20; double x_21; lean_object* x_22; lean_object* x_23; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_nat_sub(x_15, x_8); +lean_dec(x_8); +lean_dec(x_15); +x_17 = 0; +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Float_ofScientific(x_16, x_17, x_18); +lean_dec(x_16); +x_20 = l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5___closed__1; +x_21 = lean_float_div(x_19, x_20); +x_22 = lean_box_float(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_11); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_13, 0, x_23); +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; double x_29; double x_30; double 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_nat_sub(x_24, x_8); +lean_dec(x_8); +lean_dec(x_24); +x_27 = 0; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Float_ofScientific(x_26, x_27, x_28); +lean_dec(x_26); +x_30 = l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5___closed__1; +x_31 = lean_float_div(x_29, x_30); +x_32 = lean_box_float(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_11); +lean_ctor_set(x_33, 1, x_32); +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_8); +x_35 = !lean_is_exclusive(x_10); +if (x_35 == 0) +{ +return x_10; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_10, 0); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_10); +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; +} +} +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_processPostponed___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; uint8_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__2; +x_8 = 0; +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_7, x_8, x_2, x_3, x_4, x_5, x_6); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, 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; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_13); +if (x_23 == 0) +{ +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 1); +lean_inc(x_27); +lean_dec(x_9); +x_28 = l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5(x_1, x_2, x_3, x_4, x_5, x_27); +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; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 1); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_30, 1, x_33); +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; +} +} +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; +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_dec(x_28); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +if (lean_is_scalar(x_42)) { + x_44 = lean_alloc_ctor(0, 2, 0); +} else { + x_44 = x_42; +} +lean_ctor_set(x_44, 0, x_40); +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_39); +return x_45; +} +} +else +{ +uint8_t x_46; +x_46 = !lean_is_exclusive(x_28); +if (x_46 == 0) +{ +return x_28; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_28, 0); +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_28); +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_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(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) { _start: { lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; @@ -32252,7 +32582,7 @@ return x_51; } } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(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_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(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) { _start: { uint8_t x_11; @@ -32270,7 +32600,7 @@ lean_inc(x_15); x_16 = lean_ctor_get(x_14, 1); lean_inc(x_16); lean_dec(x_14); -x_17 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(x_1, x_2, x_3, x_15, x_5, x_6, x_7, x_8, x_9, x_16); +x_17 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(x_1, x_2, x_3, x_15, x_5, x_6, x_7, x_8, x_9, x_16); lean_dec(x_8); return x_17; } @@ -32320,13 +32650,13 @@ lean_inc(x_32); x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); lean_dec(x_31); -x_34 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(x_1, x_2, x_3, x_32, x_5, x_6, x_7, x_30, x_9, x_33); +x_34 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(x_1, x_2, x_3, x_32, x_5, x_6, x_7, x_30, x_9, x_33); lean_dec(x_30); return x_34; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__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) { _start: { if (lean_obj_tag(x_1) == 0) @@ -32351,6 +32681,120 @@ return x_10; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___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; +x_7 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_7, 0, x_10); +return x_7; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_7, 0); +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_11); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 0, x_17); +return x_7; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_7, 0); +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_7); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_inc(x_10); +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8(x_5, x_8, x_9, x_10, x_11, x_14); +lean_dec(x_10); +return x_15; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1(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: { @@ -32374,7 +32818,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_object* x_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_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); @@ -32386,52 +32830,97 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__1), 6, 1); +lean_closure_set(x_20, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_20 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_20) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(x_20, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_21); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_23); -x_24 = lean_apply_6(x_2, x_23, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_24) == 0) +lean_inc(x_24); +x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 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); -lean_dec(x_24); -lean_inc(x_7); -x_27 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_25, x_4, x_5, x_6, x_7, x_8, x_26); -x_28 = lean_ctor_get(x_27, 1); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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_27); -x_29 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(x_23, x_5, x_6, x_7, x_8, x_28); +lean_dec(x_26); +x_29 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_23); -return x_29; +lean_dec(x_24); +return x_30; } else { -uint8_t x_30; -lean_dec(x_23); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___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_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__3___closed__1; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_46; +} +} +else +{ +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); lean_dec(x_16); lean_dec(x_8); @@ -32439,92 +32928,54 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_24); -if (x_30 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_24; +return x_26; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_24); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_20, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_34); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_36); -x_37 = lean_apply_6(x_2, x_36, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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); -lean_inc(x_7); -x_40 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_38, x_4, x_5, x_6, x_7, x_8, x_39); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(x_36, x_5, x_6, x_7, x_8, x_41); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_36); -return x_42; -} -else -{ -uint8_t x_43; -lean_dec(x_36); +uint8_t x_51; lean_dec(x_18); lean_dec(x_16); 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_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_37; +return x_21; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; } } } @@ -32705,13 +33156,28 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___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_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___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; lean_object* x_9; +x_8 = lean_unbox(x_2); +lean_dec(x_2); +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_1, x_8, 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_9; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___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, lean_object* x_10) { _start: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_5); lean_dec(x_5); -x_12 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); +x_12 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(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_8); lean_dec(x_7); @@ -32719,24 +33185,24 @@ lean_dec(x_6); return x_12; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__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: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_5); lean_dec(x_5); -x_12 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); +x_12 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__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_7); lean_dec(x_6); return x_12; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__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) { _start: { lean_object* x_7; -x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -32745,6 +33211,21 @@ lean_dec(x_1); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___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_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___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: { @@ -35854,7 +36335,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -35864,73 +36345,73 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__1; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____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_Meta_Basic___hyg_18866____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__2; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____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_Meta_Basic___hyg_18866____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__3; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____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_Meta_Basic___hyg_18866____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__4; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__5; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__7() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__6; -x_2 = lean_unsigned_to_nat(18866u); +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6; +x_2 = lean_unsigned_to_nat(18921u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921_(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_processPostponed_loop___closed__3; x_3 = 0; -x_4 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__7; +x_4 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -36346,6 +36827,19 @@ l_Lean_Meta_processPostponed_loop___closed__4 = _init_l_Lean_Meta_processPostpon lean_mark_persistent(l_Lean_Meta_processPostponed_loop___closed__4); l_Lean_Meta_processPostponed_loop___closed__5 = _init_l_Lean_Meta_processPostponed_loop___closed__5(); lean_mark_persistent(l_Lean_Meta_processPostponed_loop___closed__5); +l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5___closed__1 = _init_l_Lean_withSeconds___at_Lean_Meta_processPostponed___spec__5___closed__1(); +l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__1 = _init_l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__1); +l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__2 = _init_l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3___closed__2); +l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__1 = _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__1); +l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2 = _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2); +l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__3 = _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__3); +l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4 = _init_l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4); l_Lean_Meta_processPostponed___lambda__1___closed__1 = _init_l_Lean_Meta_processPostponed___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Meta_processPostponed___lambda__1___closed__1); l_Lean_Meta_processPostponed___lambda__1___closed__2 = _init_l_Lean_Meta_processPostponed___lambda__1___closed__2(); @@ -36354,21 +36848,21 @@ l_Lean_Meta_processPostponed___lambda__1___closed__3 = _init_l_Lean_Meta_process lean_mark_persistent(l_Lean_Meta_processPostponed___lambda__1___closed__3); l_Lean_Meta_processPostponed___lambda__1___closed__4 = _init_l_Lean_Meta_processPostponed___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_processPostponed___lambda__1___closed__4); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__1 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__1); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__2 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__2); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__3 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__3); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__4 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__4); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__5 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__5); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__6 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__6); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__7 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866____closed__7); -res = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18866_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7); +res = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921_(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/Check.c b/stage0/stdlib/Lean/Meta/Check.c index a290f5a82338..bc98ec0c37b0 100644 --- a/stage0/stdlib/Lean/Meta/Check.c +++ b/stage0/stdlib/Lean/Meta/Check.c @@ -15,7 +15,6 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__11; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__8; @@ -33,6 +32,7 @@ lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, l static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___lambda__1___closed__1; lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); lean_object* l_Lean_indentD(lean_object*); +double lean_float_div(double, double); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwLetTypeMismatchMessage___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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*); @@ -45,6 +45,7 @@ static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____clos LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___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_withOptProfile___at_Lean_Meta_check___spec__2___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg___closed__1; @@ -55,12 +56,12 @@ lean_object* l_Lean_Expr_setAppPPExplicit(lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__5(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_check___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__7; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__2; static lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___closed__1; static lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__1___rarg___closed__1; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5; static lean_object* l_Lean_Meta_check___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,16 +93,18 @@ static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____clos uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__9; +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_throwLetTypeMismatchMessage(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11; -lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff___closed__2; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_check(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__1; LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__1(lean_object*); lean_object* l_Lean_Meta_getLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwAppTypeMismatch___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -109,6 +112,7 @@ lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwLetTypeMismatchMessage___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__4___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f___closed__1; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_checkEmoji; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_throwAppTypeMismatch(lean_object*); @@ -120,21 +124,27 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwAppTypeMismatch___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; +lean_object* lean_io_mono_nanos_now(lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwLetTypeMismatchMessage___spec__3(lean_object*); +lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__2(lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); uint8_t lean_expr_equal(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_throwAppTypeMismatch___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_Lean_Meta_throwLetTypeMismatchMessage___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_visit___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_Meta_Check_0__Lean_Meta_checkAux_checkForall___lambda__1(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_Meta_check___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_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Meta_throwIncorrectNumberOfLevels___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___closed__2; @@ -144,11 +154,13 @@ lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___lambda__1(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_forallTelescopeReducingAuxAux___rarg(uint8_t, 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*); extern lean_object* l_Lean_crossEmoji; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff(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_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4; static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__5; @@ -159,8 +171,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__12; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +lean_object* lean_float_to_string(double); static lean_object* l_Lean_Meta_check___lambda__1___closed__4; static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__5; +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__1; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___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_indentExpr(lean_object*); @@ -182,6 +196,7 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux___spec__1(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); +static double l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -193,6 +208,7 @@ lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__12; +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_check___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_getFunctionDomain(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg___closed__4; @@ -221,6 +237,7 @@ static lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg___closed__3; LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(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_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_ensureType(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: @@ -7048,7 +7065,305 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___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) { +static double _init_l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_check___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_object* x_9; lean_object* x_10; +x_7 = lean_io_mono_nanos_now(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); +x_10 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +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 = lean_io_mono_nanos_now(x_12); +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; double x_19; double x_20; double x_21; lean_object* x_22; lean_object* x_23; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_nat_sub(x_15, x_8); +lean_dec(x_8); +lean_dec(x_15); +x_17 = 0; +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Float_ofScientific(x_16, x_17, x_18); +lean_dec(x_16); +x_20 = l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1; +x_21 = lean_float_div(x_19, x_20); +x_22 = lean_box_float(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_11); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_13, 0, x_23); +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; double x_29; double x_30; double 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_nat_sub(x_24, x_8); +lean_dec(x_8); +lean_dec(x_24); +x_27 = 0; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Float_ofScientific(x_26, x_27, x_28); +lean_dec(x_26); +x_30 = l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1; +x_31 = lean_float_div(x_29, x_30); +x_32 = lean_box_float(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_11); +lean_ctor_set(x_33, 1, x_32); +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_8); +x_35 = !lean_is_exclusive(x_10); +if (x_35 == 0) +{ +return x_10; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_10, 0); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_10); +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; +} +} +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_Meta_check___spec__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_withOptProfile___at_Lean_Meta_check___spec__2___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_check___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; uint8_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__2; +x_8 = 0; +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_7, x_8, x_2, x_3, x_4, x_5, x_6); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, 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; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_13); +if (x_23 == 0) +{ +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 1); +lean_inc(x_27); +lean_dec(x_9); +x_28 = l_Lean_withSeconds___at_Lean_Meta_check___spec__3(x_1, x_2, x_3, x_4, x_5, x_27); +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; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 1); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_30, 1, x_33); +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; +} +} +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; +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_dec(x_28); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +if (lean_is_scalar(x_42)) { + x_44 = lean_alloc_ctor(0, 2, 0); +} else { + x_44 = x_42; +} +lean_ctor_set(x_44, 0, x_40); +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_39); +return x_45; +} +} +else +{ +uint8_t x_46; +x_46 = !lean_is_exclusive(x_28); +if (x_46 == 0) +{ +return x_28; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_28, 0); +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_28); +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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { if (lean_obj_tag(x_1) == 0) @@ -7073,6 +7388,120 @@ return x_10; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___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; +x_7 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_7, 0, x_10); +return x_7; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_7, 0); +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_11); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 0, x_17); +return x_7; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_7, 0); +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_7); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_inc(x_10); +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__4(x_5, x_8, x_9, x_10, x_11, x_14); +lean_dec(x_10); +return x_15; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1(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: { @@ -7096,7 +7525,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_object* x_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_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); @@ -7108,52 +7537,97 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__1), 6, 1); +lean_closure_set(x_20, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_20 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_20) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_Meta_check___spec__2(x_20, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_21); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_23); -x_24 = lean_apply_6(x_2, x_23, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_24) == 0) +lean_inc(x_24); +x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 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); -lean_dec(x_24); -lean_inc(x_7); -x_27 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_25, x_4, x_5, x_6, x_7, x_8, x_26); -x_28 = lean_ctor_get(x_27, 1); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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_27); -x_29 = l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__2(x_23, x_5, x_6, x_7, x_8, x_28); +lean_dec(x_26); +x_29 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_23); -return x_29; +lean_dec(x_24); +return x_30; } else { -uint8_t x_30; -lean_dec(x_23); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___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_withTraceNode___at_Lean_Meta_check___spec__1___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__12; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_46; +} +} +else +{ +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); lean_dec(x_16); lean_dec(x_8); @@ -7161,92 +7635,54 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_24); -if (x_30 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_24; +return x_26; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_24); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } -else -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_20, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_34); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_36); -x_37 = lean_apply_6(x_2, x_36, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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); -lean_inc(x_7); -x_40 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_38, x_4, x_5, x_6, x_7, x_8, x_39); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__2(x_36, x_5, x_6, x_7, x_8, x_41); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_36); -return x_42; } else { -uint8_t x_43; -lean_dec(x_36); +uint8_t x_51; lean_dec(x_18); lean_dec(x_16); 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_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_37; +return x_21; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; } } } @@ -7717,11 +8153,11 @@ x_11 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1(x_8, x_7, x_9, x_10, return x_11; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_check___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_MonadExcept_ofExcept___at_Lean_Meta_check___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_check___spec__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); @@ -7730,6 +8166,21 @@ lean_dec(x_1); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___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_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___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: { @@ -8048,6 +8499,19 @@ l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___closed__1 = _ lean_mark_persistent(l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___closed__1); l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___closed__1 = _init_l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___closed__1); +l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1 = _init_l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1(); +l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__1 = _init_l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__1); +l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__2 = _init_l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_Meta_check___spec__2___closed__2); +l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__1 = _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__1); +l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2 = _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2); +l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3 = _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3); +l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4 = _init_l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4); l_Lean_Meta_check___lambda__1___closed__1 = _init_l_Lean_Meta_check___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Meta_check___lambda__1___closed__1); l_Lean_Meta_check___lambda__1___closed__2 = _init_l_Lean_Meta_check___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Meta/ExprDefEq.c b/stage0/stdlib/Lean/Meta/ExprDefEq.c index 9248e5900354..7567163697a5 100644 --- a/stage0/stdlib/Lean/Meta/ExprDefEq.c +++ b/stage0/stdlib/Lean/Meta/ExprDefEq.c @@ -31,6 +31,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDef LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___boxed(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_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__3; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(uint8_t, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instMonadFunctorReaderT(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -47,14 +48,13 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDef static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go___closed__1; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10; 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_isExprDefEqAuxImpl___lambda__3(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_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_whenUndefDo(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_object* l_Lean_mkAppN(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_is_level_def_eq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -93,7 +93,6 @@ uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___spec__1___closed__1; lean_object* l_Lean_Meta_getConst_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___spec__1(lean_object*, 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_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__15; LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(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_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -155,16 +154,13 @@ lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___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_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FVarId_isLetVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___spec__2___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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__4; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__1; uint8_t l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeftRight(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -174,6 +170,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqStringLit(lean_object*, lean_object* LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_withProofIrrelTransparency(lean_object*); lean_object* l_Lean_exceptBoolEmoji___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_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_EXPORT lean_object* l_Lean_Meta_isDefEqNat(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); @@ -185,8 +182,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDela LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___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_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051_(lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(lean_object*, lean_object*); @@ -225,6 +224,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefE LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___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_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___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*); @@ -245,11 +245,9 @@ lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApproxAux(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_ExprDefEq___hyg_19617____closed__9; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___spec__6(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_isExprDefEqAuxImpl___lambda__3___closed__10; extern lean_object* l_Lean_Expr_instBEqExpr; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__2; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__1; lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldNonProjFnDefEq_packedInstanceOf_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -257,6 +255,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDef LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__1(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59___boxed(lean_object*, lean_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_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp(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_CheckAssignment_checkMVar___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft___closed__1; @@ -327,7 +326,6 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignme LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___spec__3(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_EXPORT lean_object* l_List_replace___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__14(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___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_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038_(lean_object*); static lean_object* l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(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_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -366,17 +364,23 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignm uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_CheckAssignment_checkFVar___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1; +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDepsAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_StateRefT_x27_lift___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom___spec__2(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__11; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_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*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkFVar___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__18; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4; +static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__2(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); @@ -386,11 +390,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___boxed LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__11(lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___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_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__2; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___spec__6___closed__2; LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___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* l_Lean_Meta_getStuckMVar_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -421,7 +423,6 @@ lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_obj LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___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_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(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*); @@ -448,13 +449,14 @@ uint8_t l_Lean_LocalContext_containsFVar(lean_object*, lean_object*); uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isHeadBetaTarget(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(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_anyMUnsafe_any___at_Lean_Meta_CheckAssignmentQuick_check_visit___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(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_Meta_CheckAssignment_checkMVar___spec__43(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_consumeLet(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058_(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___spec__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -484,13 +486,13 @@ LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkAssignmentAux(lean_obj uint64_t l_Lean_Expr_hash(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(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_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_checkAssignment___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_CheckAssignment_checkMVar___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqBindingDomain(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignmentQuick_check___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); @@ -499,8 +501,10 @@ static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDef LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom(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_ExprDefEq___hyg_19645____closed__7; LEAN_EXPORT lean_object* l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___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_Meta_CheckAssignment_State_cache___default; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(lean_object*, lean_object*, lean_object*); @@ -519,7 +523,6 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOth uint8_t l_Lean_LocalDecl_isLet(lean_object*); uint8_t l_Lean_Meta_ParamInfo_isInstImplicit(lean_object*); lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37___boxed(lean_object*, lean_object*, lean_object*); @@ -541,15 +544,17 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Meta_Expr extern lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___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_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqUnitLike(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___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_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__28___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__2; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldComparingHeadsDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -596,12 +601,13 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOth static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_State_cache___default___closed__1; +lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqBindingDomain_loop(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_Meta_CheckAssignment_checkMVar___spec__38___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61___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_CheckAssignment_assignToConstFun___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_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instMonadQuotation___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalContext_isSubPrefixOf(lean_object*, lean_object*, lean_object*); @@ -618,6 +624,7 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft___c LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__9(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps___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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqBinding___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_simpAssignmentArg___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDepsAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -626,6 +633,7 @@ LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_ExprDefEq_0__Le lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__13; +static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4; static lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_CheckAssignment_checkApp___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_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -634,7 +642,6 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34___boxed(lean_object*, lean_object*, 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_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__4; LEAN_EXPORT lean_object* l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -644,6 +651,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkM LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApproxAux___boxed(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_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* lean_float_to_string(double); static lean_object* l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___closed__1; lean_object* l_Lean_Meta_tryUnificationHints(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -691,13 +699,13 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0_ lean_object* l_Lean_Meta_isProofQuick(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkFreshFVarId___at___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___spec__1___rarg(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_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__11; lean_object* l_Lean_ConstantInfo_hints(lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_run___closed__2; lean_object* l_Lean_LocalDecl_type(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__3; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Meta_checkAssignment___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(lean_object*, 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_instMonadLiftT__1(lean_object*, lean_object*); @@ -706,6 +714,7 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___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_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldReducibeDefEq(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_ExprDefEq_0__Lean_Meta_consumeLet___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__6; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36___boxed(lean_object*, lean_object*, lean_object*); @@ -715,8 +724,10 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_c LEAN_EXPORT lean_object* lean_is_expr_def_eq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14; static lean_object* l_Lean_Meta_isDefEqStringLit___closed__1; lean_object* l_instMonadLiftT___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___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_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1___closed__2; @@ -761,7 +772,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfold(lea static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__3; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_sameHeadSymbol___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__16; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; extern lean_object* l_Lean_Meta_instInhabitedParamInfo; lean_object* l_Lean_getStructureCtor(lean_object*, lean_object*); @@ -771,7 +781,6 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirs size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun(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_ExprDefEq___hyg_19617____closed__6; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -797,8 +806,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqRig uint8_t l_Lean_ReducibilityHints_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__7(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(lean_object*, lean_object*, size_t, size_t); +lean_object* l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(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_Lean_Meta_isDefEqNative(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__6; @@ -830,8 +841,10 @@ lean_object* l_Lean_LocalDecl_toExpr(lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__3; static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__7; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__5; +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13; lean_object* l_Lean_Meta_throwUnknownMVar___rarg(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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_trySynthPending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -840,7 +853,6 @@ extern lean_object* l_Lean_Meta_instAddMessageContextMetaM; lean_object* l_Lean_Meta_isDefEqOffset(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_List_elem___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__10___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__8; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63___boxed(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_isDefEqProj(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Meta_instMonadMCtxMetaM; @@ -850,15 +862,16 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___c LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withNewLocalInstance___at___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___spec__1___rarg(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 lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__7; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__1(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_Meta_CheckAssignment_checkMVar___spec__30___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isEtaUnassignedMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__2(lean_object*, size_t, size_t, lean_object*, uint8_t); uint8_t l_Lean_Expr_isConst(lean_object*); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__16; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -866,19 +879,17 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDef LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_sameHeadSymbol(lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_isEtaUnassignedMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t lean_is_class(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65___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_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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_Meta_setPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDeltaCandidate_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_ParamInfo_isExplicit(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__12; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57___boxed(lean_object*, 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 l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__12; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); @@ -903,7 +914,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar(lean_ob LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___lambda__2(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__5; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58___boxed(lean_object*, lean_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_Lean_Meta_CheckAssignment_checkMVar___spec__55___boxed(lean_object*, 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_ReducibilityHints_isRegular(lean_object*); @@ -4397,7 +4407,7 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_9 = 0; +x_9 = 2; x_10 = lean_box(x_9); x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); @@ -4449,11 +4459,65 @@ x_21 = lean_ctor_get_uint8(x_17, sizeof(void*)*3 + 8); lean_dec(x_17); x_22 = 1; x_23 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___spec__1(x_1, x_2, x_19, x_20, x_21, x_22, x_3, x_4, x_5, x_6, x_18); +if (lean_obj_tag(x_23) == 0) +{ +uint8_t x_24; +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) +{ +lean_object* x_25; uint8_t x_26; uint8_t x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_unbox(x_25); +lean_dec(x_25); +x_27 = l_Bool_toLBool(x_26); +x_28 = lean_box(x_27); +lean_ctor_set(x_23, 0, x_28); return x_23; } else { -uint8_t x_24; +lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; +x_29 = lean_ctor_get(x_23, 0); +x_30 = lean_ctor_get(x_23, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_23); +x_31 = lean_unbox(x_29); +lean_dec(x_29); +x_32 = l_Bool_toLBool(x_31); +x_33 = lean_box(x_32); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_30); +return x_34; +} +} +else +{ +uint8_t x_35; +x_35 = !lean_is_exclusive(x_23); +if (x_35 == 0) +{ +return x_23; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_23, 0); +x_37 = lean_ctor_get(x_23, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_23); +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 +{ +uint8_t x_39; lean_dec(x_17); lean_dec(x_6); lean_dec(x_5); @@ -4461,105 +4525,105 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_24 = !lean_is_exclusive(x_16); -if (x_24 == 0) +x_39 = !lean_is_exclusive(x_16); +if (x_39 == 0) { -lean_object* x_25; uint8_t x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_16, 0); -lean_dec(x_25); -x_26 = 0; -x_27 = lean_box(x_26); -lean_ctor_set(x_16, 0, x_27); +lean_object* x_40; uint8_t x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_16, 0); +lean_dec(x_40); +x_41 = 2; +x_42 = lean_box(x_41); +lean_ctor_set(x_16, 0, x_42); return x_16; } else { -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_16, 1); -lean_inc(x_28); +lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; +x_43 = lean_ctor_get(x_16, 1); +lean_inc(x_43); lean_dec(x_16); -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_28); -return x_31; +x_44 = 2; +x_45 = lean_box(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_43); +return x_46; } } } else { -uint8_t x_32; +uint8_t x_47; 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_32 = !lean_is_exclusive(x_16); -if (x_32 == 0) +x_47 = !lean_is_exclusive(x_16); +if (x_47 == 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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_16, 0); +x_49 = lean_ctor_get(x_16, 1); +lean_inc(x_49); +lean_inc(x_48); 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; +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; } } } else { -uint8_t x_36; +uint8_t x_51; 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_36 = !lean_is_exclusive(x_13); -if (x_36 == 0) +x_51 = !lean_is_exclusive(x_13); +if (x_51 == 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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_13, 0); +x_53 = lean_ctor_get(x_13, 1); +lean_inc(x_53); +lean_inc(x_52); 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; +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; } } } else { -uint8_t x_40; lean_object* x_41; lean_object* x_42; +uint8_t x_55; lean_object* x_56; lean_object* x_57; 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_40 = 0; -x_41 = lean_box(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_7); -return x_42; +x_55 = 2; +x_56 = lean_box(x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_7); +return x_57; } } } @@ -10308,6 +10372,84 @@ lean_dec(x_2); return x_8; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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; +x_7 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_7, 0, x_10); +return x_7; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_7, 0); +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_11); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 0, x_17); +return x_7; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_7, 0); +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_7); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8(x_5, x_8, x_9, x_10, x_11, x_14); +return x_15; +} +} static lean_object* _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__1() { _start: { @@ -10325,6 +10467,40 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } +static lean_object* _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(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: { @@ -10400,7 +10576,7 @@ lean_inc(x_5); x_32 = lean_apply_5(x_2, x_5, x_6, x_31, x_8, x_29); 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_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_33 = lean_ctor_get(x_32, 0); lean_inc(x_33); x_34 = lean_ctor_get(x_32, 1); @@ -10413,115 +10589,116 @@ lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); +x_38 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__1), 6, 1); +lean_closure_set(x_38, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_38 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_37); -if (lean_obj_tag(x_38) == 0) +x_39 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(x_38, x_5, x_6, x_7, x_8, x_37); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_38, 1); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_40 = lean_ctor_get(x_39, 0); lean_inc(x_40); -lean_dec(x_38); -x_41 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_41, 0, x_39); -x_42 = l_Lean_exceptBoolEmoji___rarg(x_41); -x_43 = l_Lean_stringToMessageData(x_42); -lean_dec(x_42); -x_44 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -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_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; +x_41 = lean_ctor_get(x_39, 1); +lean_inc(x_41); +lean_dec(x_39); +x_42 = lean_ctor_get(x_40, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_40, 1); +lean_inc(x_43); +lean_dec(x_40); +x_44 = l_Lean_exceptBoolEmoji___rarg(x_42); +x_45 = l_Lean_stringToMessageData(x_44); +lean_dec(x_44); +x_46 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -x_48 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_36); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_45); +x_48 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_44); -x_50 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(x_28, x_1, x_21, x_49, x_4, x_5, x_6, x_7, x_8, x_40); -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -lean_dec(x_50); -x_52 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(x_41, x_5, x_6, x_7, x_8, x_51); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +x_50 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_36); +x_51 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_46); +if (lean_obj_tag(x_43) == 0) +{ +lean_object* x_52; lean_object* x_53; +x_52 = lean_box(0); +x_53 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_28, x_1, x_21, x_4, x_42, x_51, x_52, x_5, x_6, x_7, x_8, x_41); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_41); -return x_52; +lean_dec(x_42); +return x_53; } else { -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; -x_53 = lean_ctor_get(x_38, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_38, 1); +lean_object* x_54; double 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; +x_54 = lean_ctor_get(x_43, 0); lean_inc(x_54); -lean_dec(x_38); -x_55 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_55, 0, x_53); -x_56 = l_Lean_exceptBoolEmoji___rarg(x_55); -x_57 = l_Lean_stringToMessageData(x_56); -lean_dec(x_56); -x_58 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_59 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_57); -x_60 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; -x_61 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); +lean_dec(x_43); +x_55 = lean_unbox_float(x_54); +lean_dec(x_54); +x_56 = lean_float_to_string(x_55); +x_57 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_57, 0, x_56); +x_58 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_58, 0, x_57); +x_59 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4; +x_60 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_58); +x_61 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6; x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_36); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); x_63 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__4(x_28, x_1, x_21, x_63, x_4, x_5, x_6, x_7, x_8, x_54); -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -lean_dec(x_64); -x_66 = l_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__5(x_55, x_5, x_6, x_7, x_8, x_65); +lean_ctor_set(x_63, 1, x_51); +x_64 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_46); +x_65 = lean_box(0); +x_66 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_28, x_1, x_21, x_4, x_42, x_64, x_65, x_5, x_6, x_7, x_8, x_41); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_55); +lean_dec(x_42); return x_66; } } else { uint8_t x_67; -lean_dec(x_31); +lean_dec(x_36); lean_dec(x_28); lean_dec(x_21); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); lean_dec(x_1); -x_67 = !lean_is_exclusive(x_32); +x_67 = !lean_is_exclusive(x_39); if (x_67 == 0) { -return x_32; +return x_39; } else { lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_32, 0); -x_69 = lean_ctor_get(x_32, 1); +x_68 = lean_ctor_get(x_39, 0); +x_69 = lean_ctor_get(x_39, 1); lean_inc(x_69); lean_inc(x_68); -lean_dec(x_32); +lean_dec(x_39); x_70 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_70, 0, x_68); lean_ctor_set(x_70, 1, x_69); @@ -10529,6 +10706,38 @@ return x_70; } } } +else +{ +uint8_t x_71; +lean_dec(x_31); +lean_dec(x_28); +lean_dec(x_21); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_1); +x_71 = !lean_is_exclusive(x_32); +if (x_71 == 0) +{ +return x_32; +} +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_32, 0); +x_73 = lean_ctor_get(x_32, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_32); +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; +} +} +} } } static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__1() { @@ -11292,6 +11501,22 @@ return x_17; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___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_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_1, x_2, x_3, x_13, 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_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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: { @@ -15213,7 +15438,7 @@ lean_dec(x_5); return x_10; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__1() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1() { _start: { lean_object* x_1; @@ -15221,26 +15446,26 @@ x_1 = lean_mk_string_from_bytes("checkAssignment", 15); return x_1; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__2() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____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_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__1; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__2; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2; x_3 = l_Lean_registerInternalExceptionId(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__1() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1() { _start: { lean_object* x_1; @@ -15248,21 +15473,21 @@ x_1 = lean_mk_string_from_bytes("outOfScope", 10); return x_1; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__2() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____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_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__1; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__2; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2; x_3 = l_Lean_registerInternalExceptionId(x_2, x_1); return x_3; } @@ -59839,6 +60064,99 @@ return x_40; } } } +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___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) { +_start: +{ +lean_object* x_10; uint8_t x_11; +lean_dec(x_4); +x_10 = lean_st_ref_get(x_8, x_9); +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; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_12 = lean_ctor_get(x_10, 0); +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +lean_inc(x_1); +x_15 = l_Lean_getStructureCtor(x_14, x_1); +x_16 = lean_ctor_get(x_15, 4); +lean_inc(x_16); +x_17 = lean_unsigned_to_nat(1u); +x_18 = lean_nat_dec_eq(x_16, x_17); +lean_dec(x_16); +if (x_18 == 0) +{ +uint8_t x_19; lean_object* x_20; +lean_dec(x_15); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_19 = 0; +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; +lean_free_object(x_10); +x_21 = lean_box(0); +x_22 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__3(x_2, x_15, x_3, x_1, x_21, x_5, x_6, x_7, x_8, x_13); +return x_22; +} +} +else +{ +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_10, 0); +x_24 = lean_ctor_get(x_10, 1); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_10); +x_25 = lean_ctor_get(x_23, 0); +lean_inc(x_25); +lean_dec(x_23); +lean_inc(x_1); +x_26 = l_Lean_getStructureCtor(x_25, x_1); +x_27 = lean_ctor_get(x_26, 4); +lean_inc(x_27); +x_28 = lean_unsigned_to_nat(1u); +x_29 = lean_nat_dec_eq(x_27, x_28); +lean_dec(x_27); +if (x_29 == 0) +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_26); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_30 = 0; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_24); +return x_32; +} +else +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_box(0); +x_34 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__3(x_2, x_26, x_3, x_1, x_33, x_5, x_6, x_7, x_8, x_24); +return x_34; +} +} +} +} LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton(lean_object* x_1, lean_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: { @@ -59847,23 +60165,25 @@ x_9 = lean_st_ref_get(x_7, x_8); x_10 = !lean_is_exclusive(x_9); 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; uint8_t x_17; +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; x_11 = lean_ctor_get(x_9, 0); x_12 = lean_ctor_get(x_9, 1); x_13 = lean_ctor_get(x_11, 0); lean_inc(x_13); lean_dec(x_11); lean_inc(x_1); -x_14 = l_Lean_getStructureCtor(x_13, x_1); -x_15 = lean_ctor_get(x_14, 4); -lean_inc(x_15); -x_16 = lean_unsigned_to_nat(1u); -x_17 = lean_nat_dec_eq(x_15, x_16); -lean_dec(x_15); -if (x_17 == 0) +x_14 = lean_is_class(x_13, x_1); +if (x_14 == 0) { -uint8_t x_18; lean_object* x_19; -lean_dec(x_14); +lean_object* x_15; lean_object* x_16; +lean_free_object(x_9); +x_15 = lean_box(0); +x_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__4(x_1, x_2, x_3, x_15, x_4, x_5, x_6, x_7, x_12); +return x_16; +} +else +{ +uint8_t x_17; lean_object* x_18; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -59871,42 +60191,35 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -x_19 = lean_box(x_18); -lean_ctor_set(x_9, 0, x_19); +x_17 = 0; +x_18 = lean_box(x_17); +lean_ctor_set(x_9, 0, x_18); return x_9; } -else -{ -lean_object* x_20; lean_object* x_21; -lean_free_object(x_9); -x_20 = lean_box(0); -x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__3(x_2, x_14, x_3, x_1, x_20, x_4, x_5, x_6, x_7, x_12); -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; uint8_t x_28; -x_22 = lean_ctor_get(x_9, 0); -x_23 = lean_ctor_get(x_9, 1); -lean_inc(x_23); -lean_inc(x_22); +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_19 = lean_ctor_get(x_9, 0); +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_inc(x_19); lean_dec(x_9); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -lean_dec(x_22); +x_21 = lean_ctor_get(x_19, 0); +lean_inc(x_21); +lean_dec(x_19); lean_inc(x_1); -x_25 = l_Lean_getStructureCtor(x_24, x_1); -x_26 = lean_ctor_get(x_25, 4); -lean_inc(x_26); -x_27 = lean_unsigned_to_nat(1u); -x_28 = lean_nat_dec_eq(x_26, x_27); -lean_dec(x_26); -if (x_28 == 0) +x_22 = lean_is_class(x_21, x_1); +if (x_22 == 0) { -uint8_t x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_25); +lean_object* x_23; lean_object* x_24; +x_23 = lean_box(0); +x_24 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__4(x_1, x_2, x_3, x_23, x_4, x_5, x_6, x_7, x_20); +return x_24; +} +else +{ +uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -59914,19 +60227,12 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_23); -return x_31; -} -else -{ -lean_object* x_32; lean_object* x_33; -x_32 = lean_box(0); -x_33 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__3(x_2, x_25, x_3, x_1, x_32, x_4, x_5, x_6, x_7, x_23); -return x_33; +x_25 = 0; +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; } } } @@ -64346,7 +64652,7 @@ x_11 = lean_ctor_get(x_8, 1); x_12 = 3; x_13 = lean_unbox(x_10); lean_dec(x_10); -x_14 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_13, x_12); +x_14 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_13, x_12); if (x_14 == 0) { uint8_t x_15; lean_object* x_16; @@ -64381,7 +64687,7 @@ lean_dec(x_8); x_21 = 3; x_22 = lean_unbox(x_19); lean_dec(x_19); -x_23 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_22, x_21); +x_23 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_22, x_21); if (x_23 == 0) { uint8_t x_24; lean_object* x_25; lean_object* x_26; @@ -66478,263 +66784,359 @@ return x_26; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___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_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive(lean_object* x_1, 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; lean_object* x_10; lean_object* x_17; -lean_dec(x_3); -lean_inc(x_7); +uint8_t x_8; lean_object* x_9; lean_object* x_16; 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_17 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct(x_1, x_2, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_17) == 0) -{ -lean_object* x_18; uint8_t x_19; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_unbox(x_18); -if (x_19 == 0) +x_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_20; lean_object* x_21; -lean_dec(x_18); -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); +lean_object* x_17; uint8_t x_18; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_unbox(x_17); lean_dec(x_17); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_1); -lean_inc(x_2); -x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct(x_2, x_1, x_4, x_5, x_6, x_7, x_20); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -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_unbox(x_22); -lean_dec(x_22); -x_9 = x_24; -x_10 = x_23; -goto block_16; -} -else +switch (x_18) { +case 0: { -uint8_t x_25; -lean_dec(x_7); +uint8_t x_19; 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_25 = !lean_is_exclusive(x_21); -if (x_25 == 0) -{ -return x_21; -} -else +x_19 = !lean_is_exclusive(x_16); +if (x_19 == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_21, 0); -x_27 = lean_ctor_get(x_21, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_21); -x_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -return x_28; -} -} +lean_object* x_20; uint8_t x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_16, 0); +lean_dec(x_20); +x_21 = 0; +x_22 = lean_box(x_21); +lean_ctor_set(x_16, 0, x_22); +return x_16; } else { -lean_object* x_29; uint8_t x_30; -x_29 = lean_ctor_get(x_17, 1); -lean_inc(x_29); -lean_dec(x_17); -x_30 = lean_unbox(x_18); -lean_dec(x_18); -x_9 = x_30; -x_10 = x_29; -goto block_16; +lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_16, 1); +lean_inc(x_23); +lean_dec(x_16); +x_24 = 0; +x_25 = lean_box(x_24); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_23); +return x_26; } } -else +case 1: { -uint8_t x_31; -lean_dec(x_7); +uint8_t x_27; 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_31 = !lean_is_exclusive(x_17); -if (x_31 == 0) +x_27 = !lean_is_exclusive(x_16); +if (x_27 == 0) { -return x_17; +lean_object* x_28; uint8_t x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_16, 0); +lean_dec(x_28); +x_29 = 1; +x_30 = lean_box(x_29); +lean_ctor_set(x_16, 0, x_30); +return x_16; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_17, 0); -x_33 = lean_ctor_get(x_17, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_17); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); +lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_16, 1); +lean_inc(x_31); +lean_dec(x_16); +x_32 = 1; +x_33 = lean_box(x_32); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_31); return x_34; } } -block_16: +default: { -if (x_9 == 0) +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_16, 1); +lean_inc(x_35); +lean_dec(x_16); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_1); +lean_inc(x_2); +x_36 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta(x_2, x_1, x_3, x_4, x_5, x_6, x_35); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_11; lean_object* x_12; -x_11 = lean_box(0); -x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__2(x_1, x_2, x_11, x_4, x_5, x_6, x_7, x_10); -return x_12; +lean_object* x_37; uint8_t x_38; +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_unbox(x_37); +lean_dec(x_37); +switch (x_38) { +case 0: +{ +uint8_t x_39; +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_36); +if (x_39 == 0) +{ +lean_object* x_40; uint8_t x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_36, 0); +lean_dec(x_40); +x_41 = 0; +x_42 = lean_box(x_41); +lean_ctor_set(x_36, 0, x_42); +return x_36; } else { -uint8_t x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_7); +lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; +x_43 = lean_ctor_get(x_36, 1); +lean_inc(x_43); +lean_dec(x_36); +x_44 = 0; +x_45 = lean_box(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_43); +return x_46; +} +} +case 1: +{ +uint8_t x_47; 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_13 = 1; -x_14 = lean_box(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_10); -return x_15; -} +x_47 = !lean_is_exclusive(x_36); +if (x_47 == 0) +{ +lean_object* x_48; uint8_t x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_36, 0); +lean_dec(x_48); +x_49 = 1; +x_50 = lean_box(x_49); +lean_ctor_set(x_36, 0, x_50); +return x_36; } +else +{ +lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; +x_51 = lean_ctor_get(x_36, 1); +lean_inc(x_51); +lean_dec(x_36); +x_52 = 1; +x_53 = lean_box(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_51); +return x_54; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive(lean_object* x_1, 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: +default: { -uint8_t x_8; lean_object* x_9; lean_object* x_16; +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_36, 1); +lean_inc(x_55); +lean_dec(x_36); 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_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_16) == 0) +x_56 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct(x_1, x_2, x_3, x_4, x_5, x_6, x_55); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_17; uint8_t x_18; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_unbox(x_17); -if (x_18 == 0) +lean_object* x_57; uint8_t x_58; +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +x_58 = lean_unbox(x_57); +if (x_58 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_17); -x_19 = lean_ctor_get(x_16, 1); -lean_inc(x_19); -lean_dec(x_16); +lean_object* x_59; lean_object* x_60; +lean_dec(x_57); +x_59 = lean_ctor_get(x_56, 1); +lean_inc(x_59); +lean_dec(x_56); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); lean_inc(x_2); -x_20 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta(x_2, x_1, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_20) == 0) +x_60 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct(x_2, x_1, x_3, x_4, x_5, x_6, x_59); +if (lean_obj_tag(x_60) == 0) { -lean_object* x_21; lean_object* x_22; uint8_t x_23; -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_unbox(x_21); -lean_dec(x_21); -x_8 = x_23; -x_9 = x_22; +lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_unbox(x_61); +lean_dec(x_61); +x_8 = x_63; +x_9 = x_62; goto block_15; } else { -uint8_t x_24; +uint8_t x_64; 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_24 = !lean_is_exclusive(x_20); -if (x_24 == 0) +x_64 = !lean_is_exclusive(x_60); +if (x_64 == 0) { -return x_20; +return x_60; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_20, 0); -x_26 = lean_ctor_get(x_20, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_20); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_60, 0); +x_66 = lean_ctor_get(x_60, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_60); +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_28; uint8_t x_29; -x_28 = lean_ctor_get(x_16, 1); -lean_inc(x_28); -lean_dec(x_16); -x_29 = lean_unbox(x_17); -lean_dec(x_17); -x_8 = x_29; -x_9 = x_28; +lean_object* x_68; uint8_t x_69; +x_68 = lean_ctor_get(x_56, 1); +lean_inc(x_68); +lean_dec(x_56); +x_69 = lean_unbox(x_57); +lean_dec(x_57); +x_8 = x_69; +x_9 = x_68; goto block_15; } } else { -uint8_t x_30; +uint8_t x_70; 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_16); -if (x_30 == 0) +x_70 = !lean_is_exclusive(x_56); +if (x_70 == 0) +{ +return x_56; +} +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_56, 0); +x_72 = lean_ctor_get(x_56, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_56); +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; +} +} +} +} +} +else +{ +uint8_t x_74; +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_74 = !lean_is_exclusive(x_36); +if (x_74 == 0) +{ +return x_36; +} +else +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_36, 0); +x_76 = lean_ctor_get(x_36, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_36); +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_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_78 = !lean_is_exclusive(x_16); +if (x_78 == 0) { return x_16; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_16, 0); -x_32 = lean_ctor_get(x_16, 1); -lean_inc(x_32); -lean_inc(x_31); +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_16, 0); +x_80 = lean_ctor_get(x_16, 1); +lean_inc(x_80); +lean_inc(x_79); lean_dec(x_16); -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_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; } } block_15: @@ -66743,7 +67145,7 @@ if (x_8 == 0) { lean_object* x_10; lean_object* x_11; x_10 = lean_box(0); -x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__3(x_1, x_2, x_10, x_3, x_4, x_5, x_6, x_9); +x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__2(x_1, x_2, x_10, x_3, x_4, x_5, x_6, x_9); return x_11; } else @@ -69410,7 +69812,7 @@ lean_dec(x_4); return x_11; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1() { _start: { lean_object* x_1; @@ -69418,27 +69820,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____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_ExprDefEq___hyg_19617____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____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_ExprDefEq___hyg_19617____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___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_ExprDefEq___hyg_19617____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4() { _start: { lean_object* x_1; @@ -69446,17 +69848,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4; 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_ExprDefEq___hyg_19617____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6() { _start: { lean_object* x_1; @@ -69464,37 +69866,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6; 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_ExprDefEq___hyg_19617____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____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_ExprDefEq___hyg_19617____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___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_ExprDefEq___hyg_19617____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10() { _start: { lean_object* x_1; @@ -69502,17 +69904,17 @@ x_1 = lean_mk_string_from_bytes("ExprDefEq", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____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_ExprDefEq___hyg_19617____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12() { _start: { lean_object* x_1; @@ -69520,27 +69922,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__11; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__12; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12; 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_ExprDefEq___hyg_19617____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__13; -x_2 = lean_unsigned_to_nat(19617u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13; +x_2 = lean_unsigned_to_nat(19645u); 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_ExprDefEq___hyg_19617____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15() { _start: { lean_object* x_1; @@ -69548,25 +69950,25 @@ x_1 = lean_mk_string_from_bytes("mvar", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__1; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__2; x_3 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__1; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__14; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -69582,7 +69984,7 @@ lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; x_9 = lean_ctor_get(x_8, 1); lean_inc(x_9); lean_dec(x_8); -x_10 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__16; +x_10 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16; x_11 = 1; x_12 = l_Lean_registerTraceClass(x_10, x_11, x_4, x_9); if (lean_obj_tag(x_12) == 0) @@ -70249,6 +70651,14 @@ l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_check lean_mark_persistent(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__1); l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2 = _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2(); lean_mark_persistent(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2); +l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3 = _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3(); +lean_mark_persistent(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3); +l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4 = _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4(); +lean_mark_persistent(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4); +l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5 = _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5(); +lean_mark_persistent(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5); +l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6 = _init_l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6(); +lean_mark_persistent(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__1 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__1(); lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__1); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__2 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__2(); @@ -70283,20 +70693,20 @@ l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDecl lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__1); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2(); lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2); -l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__1(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__1); -l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__2(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038____closed__2); -if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6038_(lean_io_mk_world()); +l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1); +l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2); +if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_CheckAssignment_checkAssignmentExceptionId = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_CheckAssignment_checkAssignmentExceptionId); lean_dec_ref(res); -}l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__1(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__1); -l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__2(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058____closed__2); -if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6058_(lean_io_mk_world()); +}l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1); +l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2); +if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_CheckAssignment_outOfScopeExceptionId = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_CheckAssignment_outOfScopeExceptionId); @@ -70507,39 +70917,39 @@ l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__19 = _init_l_Lean_Meta_isEx lean_mark_persistent(l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__19); l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20 = _init_l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20(); lean_mark_persistent(l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617____closed__16); -res = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19617_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16); +res = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645_(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/GetConst.c b/stage0/stdlib/Lean/Meta/GetConst.c index 388ec13e8f1c..542717fe0119 100644 --- a/stage0/stdlib/Lean/Meta/GetConst.c +++ b/stage0/stdlib/Lean/Meta/GetConst.c @@ -22,7 +22,7 @@ lean_object* lean_environment_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_canUnfold___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_get_reducibility_status(lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t, uint8_t); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getConstNoEx_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -315,7 +315,7 @@ x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); lean_dec(x_38); x_40 = 3; -x_41 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_6, x_40); +x_41 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_6, x_40); if (x_41 == 0) { uint8_t x_42; lean_object* x_43; @@ -360,7 +360,7 @@ x_51 = lean_ctor_get(x_49, 0); lean_inc(x_51); lean_dec(x_49); x_52 = 3; -x_53 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_6, x_52); +x_53 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_6, x_52); if (x_53 == 0) { uint8_t x_54; lean_object* x_55; lean_object* x_56; diff --git a/stage0/stdlib/Lean/Meta/SynthInstance.c b/stage0/stdlib/Lean/Meta/SynthInstance.c index c4c75df055ef..8effd9bdba33 100644 --- a/stage0/stdlib/Lean/Meta/SynthInstance.c +++ b/stage0/stdlib/Lean/Meta/SynthInstance.c @@ -19,6 +19,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_synthIn LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_getInstances___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___closed__3; lean_object* l_Lean_throwError___at_Lean_Meta_collectForwardDeps___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_tryResolve___spec__2___rarg(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_Meta_SynthInstance_MkTableKey_instMonadMCtxM___closed__2; @@ -26,11 +27,10 @@ static lean_object* l_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___closed static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__1___closed__1; LEAN_EXPORT lean_object* l_List_anyM___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__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_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__10; LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryAnswer___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Exception_isMaxHeartbeat(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_SynthInstance_isNewAnswer(lean_object*, lean_object*); static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__3; @@ -45,18 +45,18 @@ LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Meta_SynthInstance_getInst LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getInstances___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_instInhabitedConsumerNode; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___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_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_addAnswer___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withMCtxImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_generate___spec__3(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_Meta_SynthInstance_newSubgoal___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_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___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_Meta_SynthInstance_resume___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_Array_foldrMUnsafe_fold___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__3(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_SynthInstance_newSubgoal___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_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__12; lean_object* l_Lean_Meta_mkFreshExprMVarAt(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_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__6; static lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode___closed__8; lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); @@ -74,11 +74,13 @@ uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_SynthInstance_consume___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_PersistentHashMap_insertAux_traverse___at_Lean_Meta_synthInstance_x3f___spec__6(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +double lean_float_div(double, double); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_synth(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_getSubgoalsAux(lean_object*, lean_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_StateT_bind___at_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_State_lmap___default; +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_addAnswer___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___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_StateT_get___at_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___spec__1(lean_object*); @@ -89,6 +91,7 @@ static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__10 lean_object* lean_array_fswap(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_instInhabitedSynthM___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_isNewAnswer___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2; lean_object* l_Lean_Level_succ___override(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__5___closed__2; lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -106,17 +109,19 @@ uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM; +LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___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_AssocList_foldlM___at_Lean_Meta_SynthInstance_newSubgoal___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Meta_SynthInstance_getInstances___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_get___at_Std_Format_pretty_x27___spec__1(lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__1___boxed(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4; uint8_t lean_expr_has_loose_bvar(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_tryResolve___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__1___closed__3; static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___at_Lean_Meta_SynthInstance_main___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -124,9 +129,11 @@ lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Meta_SynthInstance_addAnswer___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_consume___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessLevels(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8___lambda__1(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_SynthInstance_main___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__1; lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__1___closed__4; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__7; @@ -142,9 +149,9 @@ static lean_object* l_Lean_Meta_SynthInstance_newSubgoal___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getMaxHeartbeats___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___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_Lean_Meta_SynthInstance_wakeUp___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(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* l_Lean_Option_register___at_Lean_initFn____x40_Lean_Util_RecDepth___hyg_6____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__8; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_SynthInstance_isNewAnswer___spec__1(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); @@ -169,15 +176,17 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___lambda__1(lean_obj LEAN_EXPORT lean_object* l_Lean_Core_withCurrHeartbeats___at_Lean_Meta_SynthInstance_main___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_getEntry___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_normLevel(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_Meta_SynthInstance_0__Lean_Meta_preprocessArgs___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_SynthInstance_getInstances___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_wakeUp___closed__2; static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__6___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_synthInstance_x3f___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___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*); +LEAN_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__3; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_getInstances___spec__5___closed__2; @@ -191,7 +200,7 @@ lean_object* l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(lean_object* static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__2; size_t lean_ptr_addr(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__14(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_SynthInstance___hyg_10283____closed__7; static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2___closed__2; lean_object* lean_expr_instantiate_rev_range(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__4; @@ -201,25 +210,31 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getResult___boxed(lean_object size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____closed__2; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Meta_SynthInstance_getInstances___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_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume___boxed(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__1___closed__1; static lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode___closed__6; static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__4___closed__3; +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; static lean_object* l_Lean_Meta_SynthInstance_main___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_synthInstance_x3f___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getEntry(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_SynthInstance___hyg_10283____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f___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_withSeconds___at_Lean_Meta_synthInstance_x3f___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessOutParam(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_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_getInstances___spec__5___closed__3; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___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* l_Lean_getOutParamPositions_x3f(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_main___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryAnswer___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_SynthInstance___hyg_10210____closed__1; uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_modifyTop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -235,13 +250,11 @@ static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__8; static lean_object* l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__6; static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__4___closed__1; lean_object* l_Lean_HashMap_insert___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__3(lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(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_Meta_SynthInstance_newSubgoal___lambda__2___closed__2; LEAN_EXPORT uint8_t l_Lean_Meta_SynthInstance_Waiter_isRoot(lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8(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_Meta_SynthInstance_hasInferTCGoalsRLAttribute___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10(lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessLevels___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___lambda__1___boxed(lean_object*, lean_object*); 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*); @@ -264,6 +277,7 @@ static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__4___closed__1; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__6; lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Meta_SynthInstance_mkTableKeyFor___spec__1(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_Meta_SynthInstance_addAnswer___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*); extern lean_object* l_Lean_checkEmoji; LEAN_EXPORT uint8_t l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_hasUnusedArguments(lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__2___closed__4; @@ -284,6 +298,7 @@ lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta lean_object* l_Lean_Meta_abstractMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_synthInstance_x3f___spec__2___closed__2; 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*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_consume(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Meta_SynthInstance_newSubgoal___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_49____closed__1; @@ -292,27 +307,32 @@ static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__4___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___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_Meta_SynthInstance_getInstances___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_synthInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getInstances___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mapMetaM(lean_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_Meta_SynthInstance_consume___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_instInhabitedAnswer; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocess(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessLevels___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__3; extern lean_object* l_Lean_levelZero; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___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_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_State_nextIdx___default; +lean_object* lean_io_mono_nanos_now(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_newSubgoal___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_findAtAux___at_Lean_Meta_synthInstance_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Meta_SynthInstance_mkTableKeyFor___spec__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_SynthInstance___hyg_10210____closed__11; uint8_t l_Lean_Level_hasMVar(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__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_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Meta_SynthInstance_newSubgoal___spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__4; @@ -325,16 +345,18 @@ uint64_t l_Lean_Expr_hash(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_main___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___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*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6; static lean_object* l_Lean_Meta_SynthInstance_instInhabitedConsumerNode___closed__1; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___boxed(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_Meta_SynthInstance_consume___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_getInstances___spec__5___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___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_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___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_Meta_SynthInstance_getEntry___closed__3; lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2(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_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f___lambda__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -344,6 +366,8 @@ static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstan LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_synthInstance_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getErasedInstances___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283_(lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17___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_SynthInstance___hyg_6____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__1___closed__3; @@ -358,7 +382,9 @@ static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_SynthInst lean_object* l_Lean_simpLevelIMax_x27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___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_SynthInstance_State_resumeStack___default; +LEAN_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___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_Lean_Meta_SynthInstance_instInhabitedSynthM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___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_synthInstance_x3f___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -370,9 +396,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_newSubgoal___lambda__2___boxe lean_object* l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___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_SynthInstance_MkTableKey_State_emap___default; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__6; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__3; static lean_object* l_Lean_Meta_SynthInstance_newSubgoal___lambda__2___closed__3; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getMaxHeartbeats(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_synthInstance_x3f___spec__2(lean_object*, size_t, lean_object*); @@ -390,15 +416,14 @@ LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f___lambda__2(lean_object*, LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKeyFor___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__2___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____closed__6; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__6; lean_object* l_Lean_MessageData_arrayExpr_toMessageData(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_getEntry___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_synthInstance_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__2; lean_object* l_Lean_Meta_DiscrTree_getUnify___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__4; static lean_object* l_Lean_Meta_SynthInstance_instInhabitedAnswer___closed__1; @@ -409,9 +434,8 @@ lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_SynthInstance_findEntry_x3f___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_findEntry_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_checkMaxHeartbeats___closed__1; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(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_Meta_SynthInstance_newSubgoal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___at_Lean_Meta_SynthInstance_mkTableKeyFor___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_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__2___closed__6; static lean_object* l_Lean_Meta_SynthInstance_instInhabitedAnswer___closed__2; @@ -423,12 +447,10 @@ static lean_object* l_Lean_Meta_trySynthInstance___closed__1; LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Meta_SynthInstance_addAnswer___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_SynthInstance_resume___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode___closed__4; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___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_Meta_SynthInstance_tryResolve___lambda__6(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_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___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_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_findEntry_x3f___boxed(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_Meta_SynthInstance_newSubgoal___lambda__2___closed__1; extern lean_object* l_Lean_crossEmoji; static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__4___closed__4; @@ -443,17 +465,19 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_n LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___lambda__4(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_SynthInstance_consume___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_Meta_SynthInstance_Waiter_isRoot___boxed(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____closed__9; uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__4; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static double l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_SynthInstance_wakeUp___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_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getTop___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_instInhabitedSynthM___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__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_SynthInstance_MkTableKey_State_lmap___default___closed__1; @@ -463,6 +487,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synth static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Meta_SynthInstance_newSubgoal___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_insertionSort_swapLoop___at_Lean_Meta_SynthInstance_getInstances___spec__2(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_SynthInstance_findEntry_x3f___spec__2___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___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*); @@ -470,6 +495,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKeyFor___lambda__2___b LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_synthInstance_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* lean_float_to_string(double); static lean_object* l_Lean_Meta_SynthInstance_main___lambda__1___closed__4; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__12; LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___at_Lean_Meta_SynthInstance_MkTableKey_normExpr___spec__1(lean_object*, lean_object*); @@ -479,6 +506,7 @@ static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_main(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_Meta_SynthInstance_generate___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_withOptProfile___at_Lean_Meta_SynthInstance_generate___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__3; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___closed__1; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__2___closed__3; @@ -494,16 +522,17 @@ static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synthInsta static lean_object* l_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_modifyTop___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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*); +static lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___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_Meta_SynthInstance_consume___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_HashMapImp_find_x3f___at_Lean_Meta_SynthInstance_findEntry_x3f___spec__1(lean_object*, lean_object*); +uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); 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_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__9; uint8_t l_ptrEqList___rarg(lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_insertionSort_traverse___at_Lean_Meta_SynthInstance_getInstances___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_State_result_x3f___default; static lean_object* l_panic___at_Lean_Meta_SynthInstance_getEntry___spec__1___closed__1; static lean_object* l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__1; @@ -513,7 +542,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getTop___rarg___boxed(lean_ob LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_consume___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_step(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_tryResolve___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__5___closed__1; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessArgs___closed__1; @@ -526,11 +555,12 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4(lean_ob LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__1; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16___boxed(lean_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_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16(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_Lean_Meta_SynthInstance_consume___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_Lean_mkLevelIMax_x27(lean_object*, lean_object*); lean_object* l_Array_back___rarg(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(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_SynthInstance_addAnswer___lambda__4___closed__5; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__9; LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -540,7 +570,9 @@ static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__1___closed__2; lean_object* l_Lean_Meta_isClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_tryResolve___spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_synthInstance_x3f___spec__9(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_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___at_Lean_Meta_SynthInstance_main___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessArgs___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_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -561,10 +593,12 @@ lean_object* l_Lean_Expr_betaRev(lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6_(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryAnswer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__6___boxed(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_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__3; lean_object* l_Lean_Expr_fvar___override(lean_object*); +LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessOutParam___lambda__1(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_SynthInstance___hyg_10283____closed__10; 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*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume(lean_object*); @@ -576,7 +610,6 @@ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_o lean_object* l_Lean_Meta_openAbstractMVarsResult(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__7; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_SynthInstance_State_tableEntries___default___spec__1___boxed(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__4___closed__2; static lean_object* l_Lean_Meta_SynthInstance_MkTableKey_normLevel___closed__1; @@ -588,12 +621,14 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getTop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_inferTCGoalsRLAttr; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2; lean_object* l_Lean_simpLevelMax_x27(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getSubgoals(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateLevelMVars___at_Lean_Meta_normalizeLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2(lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(lean_object*, lean_object*); @@ -630,10 +665,11 @@ static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__4 static lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryAnswer___lambda__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_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__5; -LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_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* l_Nat_repr(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getResult___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Option_toLOption___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_consume___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); @@ -645,6 +681,7 @@ LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_Synt lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_consume___closed__1; +lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_addAnswer___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_throwError___at_Lean_Meta_SynthInstance_main___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessArgs___closed__2; @@ -4826,7 +4863,318 @@ x_6 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_getResetTra return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(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_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_7, 2); +x_11 = l_Lean_KVMap_getBool(x_10, x_1, x_2); +x_12 = lean_box(x_11); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +return x_13; +} +} +static double _init_l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___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) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_io_mono_nanos_now(x_8); +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_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_io_mono_nanos_now(x_14); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; double x_21; double x_22; double x_23; lean_object* x_24; lean_object* x_25; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_nat_sub(x_17, x_10); +lean_dec(x_10); +lean_dec(x_17); +x_19 = 0; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Float_ofScientific(x_18, x_19, x_20); +lean_dec(x_18); +x_22 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_23 = lean_float_div(x_21, x_22); +x_24 = lean_box_float(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_13); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_15, 0, x_25); +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; double x_31; double x_32; double x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +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 = lean_nat_sub(x_26, x_10); +lean_dec(x_10); +lean_dec(x_26); +x_29 = 0; +x_30 = lean_unsigned_to_nat(0u); +x_31 = l_Float_ofScientific(x_28, x_29, x_30); +lean_dec(x_28); +x_32 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_33 = lean_float_div(x_31, x_32); +x_34 = lean_box_float(x_33); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_13); +lean_ctor_set(x_35, 1, x_34); +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 +{ +uint8_t x_37; +lean_dec(x_10); +x_37 = !lean_is_exclusive(x_12); +if (x_37 == 0) +{ +return x_12; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_12, 0); +x_39 = lean_ctor_get(x_12, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_12); +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 lean_object* _init_l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___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) { +_start: +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_9 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2; +x_10 = 0; +x_11 = l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(x_9, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +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; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +lean_ctor_set(x_15, 0, x_19); +return x_15; +} +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_15, 0); +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_15); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, 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_21); +return x_24; +} +} +else +{ +uint8_t x_25; +x_25 = !lean_is_exclusive(x_15); +if (x_25 == 0) +{ +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* 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 = 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_object* x_30; +x_29 = lean_ctor_get(x_11, 1); +lean_inc(x_29); +lean_dec(x_11); +x_30 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_30, 0); +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_32, 1); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_32, 1, x_35); +return x_30; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_32, 0); +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_32); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_30, 0, x_39); +return x_30; +} +} +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; +x_40 = lean_ctor_get(x_30, 0); +x_41 = lean_ctor_get(x_30, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_30); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_43); +if (lean_is_scalar(x_44)) { + x_46 = lean_alloc_ctor(0, 2, 0); +} else { + x_46 = x_44; +} +lean_ctor_set(x_46, 0, x_42); +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_41); +return x_47; +} +} +else +{ +uint8_t x_48; +x_48 = !lean_is_exclusive(x_30); +if (x_48 == 0) +{ +return x_30; +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_30, 0); +x_50 = lean_ctor_get(x_30, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_30); +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; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16(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; lean_object* x_14; lean_object* x_15; uint8_t x_16; @@ -4945,7 +5293,7 @@ return x_53; } } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(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_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(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: { uint8_t x_13; @@ -4963,7 +5311,7 @@ lean_inc(x_17); x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); lean_dec(x_16); -x_19 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(x_1, x_2, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); +x_19 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16(x_1, x_2, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); lean_dec(x_10); return x_19; } @@ -5013,13 +5361,13 @@ lean_inc(x_34); x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec(x_33); -x_36 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(x_1, x_2, x_3, x_34, x_5, x_6, x_7, x_8, x_9, x_32, x_11, x_35); +x_36 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16(x_1, x_2, x_3, x_34, x_5, x_6, x_7, x_8, x_9, x_32, x_11, x_35); lean_dec(x_32); return x_36; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17(lean_object* x_1, lean_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: { if (lean_obj_tag(x_1) == 0) @@ -5044,33 +5392,148 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9(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_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_12; lean_object* x_13; uint8_t x_14; -lean_inc(x_1); -x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance_newSubgoal___spec__10(x_1, 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); -x_14 = lean_unbox(x_13); -lean_dec(x_13); -if (x_14 == 0) +lean_object* x_9; +x_9 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_2); -lean_dec(x_1); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); -return x_16; +uint8_t x_10; +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_9, 0); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_9, 0, x_12); +return x_9; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_17 = lean_ctor_get(x_12, 1); -lean_inc(x_17); -lean_dec(x_12); +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_dec(x_9); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_13); +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 +{ +uint8_t x_17; +x_17 = !lean_is_exclusive(x_9); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_ctor_get(x_9, 0); +x_19 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set_tag(x_9, 0); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_9, 0); +x_21 = lean_ctor_get(x_9, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_9); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_20); +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; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(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; lean_object* x_16; lean_object* x_17; +lean_inc(x_12); +x_15 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17(x_5, x_8, x_9, x_10, x_11, x_12, x_13, x_16); +lean_dec(x_12); +lean_dec(x_8); +return x_17; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9(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) { +_start: +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_inc(x_1); +x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance_newSubgoal___spec__10(x_1, 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); +x_14 = lean_unbox(x_13); +lean_dec(x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_2); +lean_dec(x_1); +x_15 = lean_ctor_get(x_12, 1); +lean_inc(x_15); +lean_dec(x_12); +x_16 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); +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_object* x_22; lean_object* x_23; +x_17 = lean_ctor_get(x_12, 1); +lean_inc(x_17); +lean_dec(x_12); x_18 = lean_ctor_get(x_9, 5); lean_inc(x_18); x_19 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_17); @@ -5079,132 +5542,135 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); lean_dec(x_19); +x_22 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); +lean_closure_set(x_22, 0, x_3); 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_22 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_22) == 0) +x_23 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +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); -lean_dec(x_22); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_23); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); 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_25); -x_26 = lean_apply_8(x_2, x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_24); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_26); +x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); +if (lean_obj_tag(x_28) == 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_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -lean_inc(x_9); -x_29 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_1, x_18, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28); -x_30 = lean_ctor_get(x_29, 1); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +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_29); -x_31 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__14(x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_dec(x_28); +x_31 = lean_box(0); +x_32 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); 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_25); -return x_31; +lean_dec(x_26); +return x_32; } else { -uint8_t x_32; -lean_dec(x_25); -lean_dec(x_20); -lean_dec(x_18); +lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_33 = lean_ctor_get(x_28, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_28, 1); +lean_inc(x_34); +lean_dec(x_28); +x_35 = lean_ctor_get(x_27, 0); +lean_inc(x_35); +lean_dec(x_27); +x_36 = lean_unbox_float(x_35); +lean_dec(x_35); +x_37 = lean_float_to_string(x_36); +x_38 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_39, 0, x_38); +x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_41); +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_33); +x_45 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; +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 = lean_box(0); +x_48 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); 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_1); -x_32 = !lean_is_exclusive(x_26); -if (x_32 == 0) -{ -return x_26; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_26, 0); -x_34 = lean_ctor_get(x_26, 1); -lean_inc(x_34); -lean_inc(x_33); lean_dec(x_26); -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; -} +return x_48; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_22, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_22, 1); -lean_inc(x_37); -lean_dec(x_22); -x_38 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_38, 0, x_36); -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_38); -x_39 = lean_apply_8(x_2, x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -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; -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); -lean_inc(x_9); -x_42 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_1, x_18, x_40, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_41); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__14(x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_43); +uint8_t x_49; +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_20); +lean_dec(x_18); 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_38); -return x_44; +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_28); +if (x_49 == 0) +{ +return x_28; } else { -uint8_t x_45; -lean_dec(x_38); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_28, 0); +x_51 = lean_ctor_get(x_28, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_28); +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 +{ +uint8_t x_53; lean_dec(x_20); lean_dec(x_18); lean_dec(x_10); @@ -5213,25 +5679,25 @@ 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_45 = !lean_is_exclusive(x_39); -if (x_45 == 0) +x_53 = !lean_is_exclusive(x_23); +if (x_53 == 0) { -return x_39; +return x_23; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_39, 0); -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_39); -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; -} +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_23, 0); +x_55 = lean_ctor_get(x_23, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_23); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } @@ -5337,7 +5803,7 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___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_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___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) { _start: { lean_object* x_10; lean_object* x_11; @@ -5389,11 +5855,11 @@ return x_19; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg), 9, 0); return x_2; } } @@ -5637,7 +6103,7 @@ x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode_x27___at_Lean_Meta_SynthI lean_closure_set(x_18, 0, x_15); lean_closure_set(x_18, 1, x_14); lean_closure_set(x_18, 2, x_17); -x_19 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_1, x_18, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_19 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_1, x_18, x_5, x_6, x_7, x_8, x_9, x_10, x_11); return x_19; } } @@ -5688,13 +6154,30 @@ lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___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_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___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) { _start: { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_5); +uint8_t x_10; lean_object* x_11; +x_10 = lean_unbox(x_2); +lean_dec(x_2); +x_11 = l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -x_14 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(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_4); +lean_dec(x_3); +lean_dec(x_1); +return x_11; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_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___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_SynthInstance_newSubgoal___spec__16(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_9); @@ -5704,13 +6187,13 @@ lean_dec(x_6); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___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_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_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___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(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_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(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_9); lean_dec(x_8); @@ -5719,11 +6202,11 @@ lean_dec(x_6); return x_14; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17___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: { lean_object* x_9; -x_9 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -5734,6 +6217,22 @@ lean_dec(x_1); return x_9; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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) { +_start: +{ +uint8_t x_15; lean_object* x_16; +x_15 = lean_unbox(x_4); +lean_dec(x_4); +x_16 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(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_13); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +return x_16; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___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) { _start: { @@ -6250,7 +6749,7 @@ x_11 = l_Lean_Meta_SynthInstance_mkTableKeyFor___closed__1; x_12 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg), 9, 2); lean_closure_set(x_12, 0, x_10); lean_closure_set(x_12, 1, x_11); -x_13 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_13 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } @@ -6908,244 +7407,600 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstan return x_2; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___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_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_tryResolve___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) { _start: { -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); -x_8 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -return x_8; -} -else -{ -lean_object* x_9; lean_object* x_10; -x_9 = lean_ctor_get(x_1, 0); +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_io_mono_nanos_now(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); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_6); -return x_10; -} -} -} -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3(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_dec(x_7); +x_10 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_10) == 0) { -lean_object* x_10; lean_object* x_11; uint8_t x_12; -lean_inc(x_1); -x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); -lean_dec(x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; -} -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); -lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_20 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_19); -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_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_21); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_23); -x_24 = lean_apply_6(x_2, x_23, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_24) == 0) +x_13 = lean_io_mono_nanos_now(x_12); +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 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); -lean_dec(x_24); -lean_inc(x_7); -x_27 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_25, x_4, x_5, x_6, x_7, x_8, x_26); -x_28 = lean_ctor_get(x_27, 1); -lean_inc(x_28); -lean_dec(x_27); -x_29 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__4(x_23, x_5, x_6, x_7, x_8, x_28); +lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; double x_19; double x_20; double x_21; lean_object* x_22; lean_object* x_23; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_nat_sub(x_15, x_8); lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_23); -return x_29; -} -else -{ -uint8_t x_30; -lean_dec(x_23); -lean_dec(x_18); +lean_dec(x_15); +x_17 = 0; +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Float_ofScientific(x_16, x_17, x_18); lean_dec(x_16); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_30 = !lean_is_exclusive(x_24); -if (x_30 == 0) -{ -return x_24; +x_20 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_21 = lean_float_div(x_19, x_20); +x_22 = lean_box_float(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_11); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_13, 0, x_23); +return x_13; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); -lean_inc(x_31); +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; double x_29; double x_30; double 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_nat_sub(x_24, x_8); +lean_dec(x_8); lean_dec(x_24); -x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_31); +x_27 = 0; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Float_ofScientific(x_26, x_27, x_28); +lean_dec(x_26); +x_30 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_31 = lean_float_div(x_29, x_30); +x_32 = lean_box_float(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_11); lean_ctor_set(x_33, 1, x_32); -return x_33; -} -} +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 -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_20, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_34); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_36); -x_37 = lean_apply_6(x_2, x_36, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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); -lean_inc(x_7); -x_40 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_38, x_4, x_5, x_6, x_7, x_8, x_39); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__4(x_36, x_5, x_6, x_7, x_8, x_41); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_36); -return x_42; } else { -uint8_t x_43; -lean_dec(x_36); -lean_dec(x_18); -lean_dec(x_16); +uint8_t x_35; lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_35 = !lean_is_exclusive(x_10); +if (x_35 == 0) { -return x_37; +return x_10; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_10, 0); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_10); +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; } } } } -static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__1() { +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_tryResolve___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes(" ", 1); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__2() { -_start: +lean_object* x_7; uint8_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2; +x_8 = 0; +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_7, x_8, x_2, x_3, x_4, x_5, x_6); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__3() { -_start: +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_12); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes(" ≟ ", 5); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__4() { -_start: +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__3; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_13); +if (x_23 == 0) +{ +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 1); +lean_inc(x_27); +lean_dec(x_9); +x_28 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_tryResolve___spec__5(x_1, x_2, x_3, x_4, x_5, x_27); +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; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 1); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_30, 1, x_33); +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; +} +} +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; +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_dec(x_28); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +if (lean_is_scalar(x_42)) { + x_44 = lean_alloc_ctor(0, 2, 0); +} else { + x_44 = x_42; +} +lean_ctor_set(x_44, 0, x_40); +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_39); +return x_45; +} +} +else +{ +uint8_t x_46; +x_46 = !lean_is_exclusive(x_28); +if (x_46 == 0) +{ +return x_28; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_28, 0); +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_28); +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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__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) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_7; lean_object* x_8; +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +x_8 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_6); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_1, 0); +lean_inc(x_9); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_6); +return x_10; +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___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) { +_start: +{ +lean_object* x_7; +x_7 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_7, 0, x_10); +return x_7; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_7, 0); +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_11); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 0, x_17); +return x_7; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_7, 0); +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_7); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_inc(x_10); +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__6(x_5, x_8, x_9, x_10, x_11, x_14); +lean_dec(x_10); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3(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; lean_object* x_11; uint8_t x_12; +lean_inc(x_1); +x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_unbox(x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; +lean_dec(x_2); +lean_dec(x_1); +x_13 = lean_ctor_get(x_10, 1); +lean_inc(x_13); +lean_dec(x_10); +x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); +return x_14; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_15 = lean_ctor_get(x_10, 1); +lean_inc(x_15); +lean_dec(x_10); +x_16 = lean_ctor_get(x_7, 5); +lean_inc(x_16); +x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1), 6, 1); +lean_closure_set(x_20, 0, x_3); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +x_21 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_tryResolve___spec__4(x_20, x_5, x_6, x_7, x_8, x_19); +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; +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_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_24); +x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 0) +{ +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_30; +} +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_46; +} +} +else +{ +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) +{ +return x_26; +} +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; +} +} +} +else +{ +uint8_t x_51; +lean_dec(x_18); +lean_dec(x_16); +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_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) +{ +return x_21; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; +} +} +} +} +} +static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(" ", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(" ≟ ", 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___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: { @@ -7726,11 +8581,11 @@ lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__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) { _start: { lean_object* x_7; -x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__4(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_tryResolve___spec__6(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -7739,6 +8594,21 @@ lean_dec(x_1); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__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_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_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { @@ -7918,7 +8788,7 @@ lean_closure_set(x_13, 0, x_2); x_14 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg), 9, 2); lean_closure_set(x_14, 0, x_12); lean_closure_set(x_14, 1, x_13); -x_15 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_1, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_15 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_1, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10); return x_15; } } @@ -8678,79 +9548,348 @@ return x_34; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer(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_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_1, 2); +lean_inc(x_7); +x_8 = lean_ctor_get(x_1, 0); +lean_inc(x_8); +x_9 = lean_alloc_closure((void*)(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2), 7, 2); +lean_closure_set(x_9, 0, x_8); +lean_closure_set(x_9, 1, x_1); +x_10 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_tryResolve___spec__2___rarg(x_7, x_9, x_2, x_3, x_4, x_5, x_6); +return x_10; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___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) { +_start: +{ +lean_object* x_9; +x_9 = l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_3); +lean_dec(x_2); +return x_9; +} +} +LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Meta_SynthInstance_addAnswer___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) { +_start: +{ +lean_object* x_8; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_1); +lean_ctor_set(x_8, 1, x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_addAnswer___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, 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; +x_13 = lean_usize_dec_eq(x_3, x_4); +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; +lean_dec(x_5); +x_14 = lean_array_uget(x_2, x_3); +lean_inc(x_8); +lean_inc(x_1); +x_15 = l_Lean_Meta_SynthInstance_wakeUp(x_1, x_14, 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_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = 1; +x_19 = lean_usize_add(x_3, x_18); +x_3 = x_19; +x_5 = x_16; +x_12 = x_17; +goto _start; +} +else +{ +lean_object* x_21; +lean_dec(x_8); +lean_dec(x_1); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_5); +lean_ctor_set(x_21, 1, x_12); +return x_21; +} +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_addAnswer___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) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_io_mono_nanos_now(x_8); +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_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_io_mono_nanos_now(x_14); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; double x_21; double x_22; double x_23; lean_object* x_24; lean_object* x_25; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_nat_sub(x_17, x_10); +lean_dec(x_10); +lean_dec(x_17); +x_19 = 0; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Float_ofScientific(x_18, x_19, x_20); +lean_dec(x_18); +x_22 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_23 = lean_float_div(x_21, x_22); +x_24 = lean_box_float(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_13); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_15, 0, x_25); +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; double x_31; double x_32; double x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +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 = lean_nat_sub(x_26, x_10); +lean_dec(x_10); +lean_dec(x_26); +x_29 = 0; +x_30 = lean_unsigned_to_nat(0u); +x_31 = l_Float_ofScientific(x_28, x_29, x_30); +lean_dec(x_28); +x_32 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_33 = lean_float_div(x_31, x_32); +x_34 = lean_box_float(x_33); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_13); +lean_ctor_set(x_35, 1, x_34); +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 +{ +uint8_t x_37; +lean_dec(x_10); +x_37 = !lean_is_exclusive(x_12); +if (x_37 == 0) +{ +return x_12; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_12, 0); +x_39 = lean_ctor_get(x_12, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_12); +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; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_addAnswer___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) { +_start: +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_9 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2; +x_10 = 0; +x_11 = l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(x_9, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +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; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +lean_ctor_set(x_15, 0, x_19); +return x_15; +} +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_15, 0); +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_15); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, 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_21); +return x_24; +} +} +else +{ +uint8_t x_25; +x_25 = !lean_is_exclusive(x_15); +if (x_25 == 0) +{ +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* 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 = 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_object* x_30; +x_29 = lean_ctor_get(x_11, 1); +lean_inc(x_29); +lean_dec(x_11); +x_30 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_addAnswer___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_30, 0); +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_32, 1); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_32, 1, x_35); +return x_30; +} +else { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = lean_ctor_get(x_1, 2); -lean_inc(x_7); -x_8 = lean_ctor_get(x_1, 0); -lean_inc(x_8); -x_9 = lean_alloc_closure((void*)(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2), 7, 2); -lean_closure_set(x_9, 0, x_8); -lean_closure_set(x_9, 1, x_1); -x_10 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_tryResolve___spec__2___rarg(x_7, x_9, x_2, x_3, x_4, x_5, x_6); -return x_10; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_32, 0); +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_32); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_30, 0, x_39); +return x_30; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___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) { -_start: +else { -lean_object* x_9; -x_9 = l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_3); -lean_dec(x_2); -return x_9; +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_40 = lean_ctor_get(x_30, 0); +x_41 = lean_ctor_get(x_30, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_30); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_43); +if (lean_is_scalar(x_44)) { + x_46 = lean_alloc_ctor(0, 2, 0); +} else { + x_46 = x_44; } -LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Meta_SynthInstance_addAnswer___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) { -_start: -{ -lean_object* x_8; -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_1); -lean_ctor_set(x_8, 1, x_7); -return x_8; +lean_ctor_set(x_46, 0, x_42); +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_41); +return x_47; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_addAnswer___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, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: +else { -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) +uint8_t x_48; +x_48 = !lean_is_exclusive(x_30); +if (x_48 == 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; -lean_dec(x_5); -x_14 = lean_array_uget(x_2, x_3); -lean_inc(x_8); -lean_inc(x_1); -x_15 = l_Lean_Meta_SynthInstance_wakeUp(x_1, x_14, 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_ctor_get(x_15, 1); -lean_inc(x_17); -lean_dec(x_15); -x_18 = 1; -x_19 = lean_usize_add(x_3, x_18); -x_3 = x_19; -x_5 = x_16; -x_12 = x_17; -goto _start; +return x_30; } else { -lean_object* x_21; -lean_dec(x_8); -lean_dec(x_1); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_5); -lean_ctor_set(x_21, 1, x_12); -return x_21; +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_30, 0); +x_50 = lean_ctor_get(x_30, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_30); +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; +} } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__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) { _start: { if (lean_obj_tag(x_1) == 0) @@ -8775,6 +9914,21 @@ return x_12; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(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; lean_object* x_16; lean_object* x_17; +lean_inc(x_12); +x_15 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__6(x_5, x_8, x_9, x_10, x_11, x_12, x_13, x_16); +lean_dec(x_12); +lean_dec(x_8); +return x_17; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3(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) { _start: { @@ -8798,7 +9952,7 @@ 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_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_12, 1); lean_inc(x_17); lean_dec(x_12); @@ -8810,132 +9964,135 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); lean_dec(x_19); +x_22 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); +lean_closure_set(x_22, 0, x_3); 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_22 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_22) == 0) +x_23 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_addAnswer___spec__4(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +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); -lean_dec(x_22); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_23); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); 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_25); -x_26 = lean_apply_8(x_2, x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_24); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_26); +x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); +if (lean_obj_tag(x_28) == 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_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -lean_inc(x_9); -x_29 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_1, x_18, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28); -x_30 = lean_ctor_get(x_29, 1); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +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_29); -x_31 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__4(x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_dec(x_28); +x_31 = lean_box(0); +x_32 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); 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_25); -return x_31; +lean_dec(x_26); +return x_32; } else { -uint8_t x_32; -lean_dec(x_25); -lean_dec(x_20); -lean_dec(x_18); +lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_33 = lean_ctor_get(x_28, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_28, 1); +lean_inc(x_34); +lean_dec(x_28); +x_35 = lean_ctor_get(x_27, 0); +lean_inc(x_35); +lean_dec(x_27); +x_36 = lean_unbox_float(x_35); +lean_dec(x_35); +x_37 = lean_float_to_string(x_36); +x_38 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_39, 0, x_38); +x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_41); +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_33); +x_45 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; +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 = lean_box(0); +x_48 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); 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_1); -x_32 = !lean_is_exclusive(x_26); -if (x_32 == 0) -{ -return x_26; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_26, 0); -x_34 = lean_ctor_get(x_26, 1); -lean_inc(x_34); -lean_inc(x_33); lean_dec(x_26); -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; -} +return x_48; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_22, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_22, 1); -lean_inc(x_37); -lean_dec(x_22); -x_38 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_38, 0, x_36); -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_38); -x_39 = lean_apply_8(x_2, x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -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; -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); -lean_inc(x_9); -x_42 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_1, x_18, x_40, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_41); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__4(x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_43); +uint8_t x_49; +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_20); +lean_dec(x_18); 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_38); -return x_44; +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_28); +if (x_49 == 0) +{ +return x_28; } else { -uint8_t x_45; -lean_dec(x_38); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_28, 0); +x_51 = lean_ctor_get(x_28, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_28); +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 +{ +uint8_t x_53; lean_dec(x_20); lean_dec(x_18); lean_dec(x_10); @@ -8944,25 +10101,25 @@ 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_45 = !lean_is_exclusive(x_39); -if (x_45 == 0) +x_53 = !lean_is_exclusive(x_23); +if (x_53 == 0) { -return x_39; +return x_23; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_39, 0); -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_39); -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; -} +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_23, 0); +x_55 = lean_ctor_get(x_23, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_23); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } @@ -10084,7 +11241,7 @@ x_11 = l_Lean_Meta_SynthInstance_addAnswer___closed__1; x_12 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg), 9, 2); lean_closure_set(x_12, 0, x_11); lean_closure_set(x_12, 1, x_10); -x_13 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_9, x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_13 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_9, x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8); return x_13; } } @@ -10119,11 +11276,11 @@ lean_dec(x_2); return x_15; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__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) { _start: { lean_object* x_9; -x_9 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_addAnswer___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10134,6 +11291,22 @@ lean_dec(x_1); return x_9; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___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: +{ +uint8_t x_15; lean_object* x_16; +x_15 = lean_unbox(x_4); +lean_dec(x_4); +x_16 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(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_13); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +return x_16; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { @@ -11415,7 +12588,7 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); -x_23 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_1, x_22, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_23 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_1, x_22, x_6, x_7, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_23) == 0) { lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; @@ -11687,7 +12860,7 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_13); -x_33 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_13, x_32, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +x_33 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_13, x_32, x_2, x_3, x_4, x_5, x_6, x_7, x_29); if (lean_obj_tag(x_33) == 0) { lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; @@ -11722,7 +12895,7 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_42 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_13, x_41, x_2, x_3, x_4, x_5, x_6, x_7, x_38); +x_42 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_13, x_41, x_2, x_3, x_4, x_5, x_6, x_7, x_38); if (lean_obj_tag(x_42) == 0) { 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; @@ -12368,7 +13541,7 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_13); -x_191 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_13, x_190, x_2, x_3, x_4, x_5, x_6, x_7, x_187); +x_191 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_13, x_190, x_2, x_3, x_4, x_5, x_6, x_7, x_187); if (lean_obj_tag(x_191) == 0) { lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; @@ -12404,7 +13577,7 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_201 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_13, x_200, x_2, x_3, x_4, x_5, x_6, x_7, x_196); +x_201 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_13, x_200, x_2, x_3, x_4, x_5, x_6, x_7, x_196); if (lean_obj_tag(x_201) == 0) { 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; @@ -13438,125 +14611,394 @@ x_30 = lean_st_ref_set(x_3, x_10, x_11); x_31 = !lean_is_exclusive(x_30); if (x_31 == 0) { -lean_object* x_32; +lean_object* x_32; +x_32 = lean_ctor_get(x_30, 0); +lean_dec(x_32); +lean_ctor_set(x_30, 0, x_26); +return x_30; +} +else +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_30, 1); +lean_inc(x_33); +lean_dec(x_30); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_26); +lean_ctor_set(x_34, 1, x_33); +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; lean_object* x_41; uint8_t x_42; +x_35 = lean_ctor_get(x_10, 0); +x_36 = lean_ctor_get(x_10, 1); +x_37 = lean_ctor_get(x_10, 2); +x_38 = lean_ctor_get(x_10, 3); +lean_inc(x_38); +lean_inc(x_37); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_10); +x_39 = lean_array_get_size(x_36); +x_40 = lean_unsigned_to_nat(1u); +x_41 = lean_nat_sub(x_39, x_40); +x_42 = lean_nat_dec_lt(x_41, x_39); +lean_dec(x_39); +if (x_42 == 0) +{ +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_dec(x_41); +lean_dec(x_1); +x_43 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_43, 0, x_35); +lean_ctor_set(x_43, 1, x_36); +lean_ctor_set(x_43, 2, x_37); +lean_ctor_set(x_43, 3, x_38); +x_44 = lean_st_ref_set(x_3, x_43, x_11); +x_45 = lean_ctor_get(x_44, 1); +lean_inc(x_45); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + lean_ctor_release(x_44, 1); + x_46 = x_44; +} else { + lean_dec_ref(x_44); + x_46 = lean_box(0); +} +x_47 = lean_box(0); +if (lean_is_scalar(x_46)) { + x_48 = lean_alloc_ctor(0, 2, 0); +} else { + x_48 = x_46; +} +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_45); +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; +x_49 = lean_array_fget(x_36, x_41); +x_50 = lean_box(0); +x_51 = lean_array_fset(x_36, x_41, x_50); +x_52 = lean_apply_1(x_1, x_49); +x_53 = lean_array_fset(x_51, x_41, x_52); +lean_dec(x_41); +x_54 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_54, 0, x_35); +lean_ctor_set(x_54, 1, x_53); +lean_ctor_set(x_54, 2, x_37); +lean_ctor_set(x_54, 3, x_38); +x_55 = lean_st_ref_set(x_3, x_54, x_11); +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_55); + x_57 = lean_box(0); +} +if (lean_is_scalar(x_57)) { + x_58 = lean_alloc_ctor(0, 2, 0); +} else { + x_58 = x_57; +} +lean_ctor_set(x_58, 0, x_50); +lean_ctor_set(x_58, 1, x_56); +return x_58; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_modifyTop___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: +{ +lean_object* x_9; +x_9 = l_Lean_Meta_SynthInstance_modifyTop(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_generate___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) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_io_mono_nanos_now(x_8); +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_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_io_mono_nanos_now(x_14); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; double x_21; double x_22; double x_23; lean_object* x_24; lean_object* x_25; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_nat_sub(x_17, x_10); +lean_dec(x_10); +lean_dec(x_17); +x_19 = 0; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Float_ofScientific(x_18, x_19, x_20); +lean_dec(x_18); +x_22 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_23 = lean_float_div(x_21, x_22); +x_24 = lean_box_float(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_13); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_15, 0, x_25); +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; double x_31; double x_32; double x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +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 = lean_nat_sub(x_26, x_10); +lean_dec(x_10); +lean_dec(x_26); +x_29 = 0; +x_30 = lean_unsigned_to_nat(0u); +x_31 = l_Float_ofScientific(x_28, x_29, x_30); +lean_dec(x_28); +x_32 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_33 = lean_float_div(x_31, x_32); +x_34 = lean_box_float(x_33); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_13); +lean_ctor_set(x_35, 1, x_34); +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 +{ +uint8_t x_37; +lean_dec(x_10); +x_37 = !lean_is_exclusive(x_12); +if (x_37 == 0) +{ +return x_12; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_12, 0); +x_39 = lean_ctor_get(x_12, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_12); +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; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_generate___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) { +_start: +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_9 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2; +x_10 = 0; +x_11 = l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(x_9, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +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; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +lean_ctor_set(x_15, 0, x_19); +return x_15; +} +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_15, 0); +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_15); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, 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_21); +return x_24; +} +} +else +{ +uint8_t x_25; +x_25 = !lean_is_exclusive(x_15); +if (x_25 == 0) +{ +return x_15; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* 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 = 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_object* x_30; +x_29 = lean_ctor_get(x_11, 1); +lean_inc(x_29); +lean_dec(x_11); +x_30 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_generate___spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; uint8_t x_33; x_32 = lean_ctor_get(x_30, 0); -lean_dec(x_32); -lean_ctor_set(x_30, 0, x_26); +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_32, 1); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_32, 1, x_35); return x_30; } else { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_30, 1); -lean_inc(x_33); -lean_dec(x_30); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_26); -lean_ctor_set(x_34, 1, x_33); -return x_34; -} +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_32, 0); +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_32); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_30, 0, x_39); +return x_30; } } 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; lean_object* x_41; uint8_t x_42; -x_35 = lean_ctor_get(x_10, 0); -x_36 = lean_ctor_get(x_10, 1); -x_37 = lean_ctor_get(x_10, 2); -x_38 = lean_ctor_get(x_10, 3); -lean_inc(x_38); -lean_inc(x_37); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_10); -x_39 = lean_array_get_size(x_36); -x_40 = lean_unsigned_to_nat(1u); -x_41 = lean_nat_sub(x_39, x_40); -x_42 = lean_nat_dec_lt(x_41, x_39); -lean_dec(x_39); -if (x_42 == 0) -{ -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_dec(x_41); -lean_dec(x_1); -x_43 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_43, 0, x_35); -lean_ctor_set(x_43, 1, x_36); -lean_ctor_set(x_43, 2, x_37); -lean_ctor_set(x_43, 3, x_38); -x_44 = lean_st_ref_set(x_3, x_43, x_11); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - lean_ctor_release(x_44, 1); - x_46 = x_44; +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_40 = lean_ctor_get(x_30, 0); +x_41 = lean_ctor_get(x_30, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_30); +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_44); - x_46 = lean_box(0); + lean_dec_ref(x_40); + x_44 = lean_box(0); } -x_47 = lean_box(0); -if (lean_is_scalar(x_46)) { - x_48 = lean_alloc_ctor(0, 2, 0); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_43); +if (lean_is_scalar(x_44)) { + x_46 = lean_alloc_ctor(0, 2, 0); } else { - x_48 = x_46; + x_46 = x_44; +} +lean_ctor_set(x_46, 0, x_42); +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_41); +return x_47; } -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_45); -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; -x_49 = lean_array_fget(x_36, x_41); -x_50 = lean_box(0); -x_51 = lean_array_fset(x_36, x_41, x_50); -x_52 = lean_apply_1(x_1, x_49); -x_53 = lean_array_fset(x_51, x_41, x_52); -lean_dec(x_41); -x_54 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_54, 0, x_35); -lean_ctor_set(x_54, 1, x_53); -lean_ctor_set(x_54, 2, x_37); -lean_ctor_set(x_54, 3, x_38); -x_55 = lean_st_ref_set(x_3, x_54, x_11); -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_55); - x_57 = lean_box(0); -} -if (lean_is_scalar(x_57)) { - x_58 = lean_alloc_ctor(0, 2, 0); -} else { - x_58 = x_57; -} -lean_ctor_set(x_58, 0, x_50); -lean_ctor_set(x_58, 1, x_56); -return x_58; +uint8_t x_48; +x_48 = !lean_is_exclusive(x_30); +if (x_48 == 0) +{ +return x_30; } +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_30, 0); +x_50 = lean_ctor_get(x_30, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_30); +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; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_modifyTop___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: -{ -lean_object* x_9; -x_9 = l_Lean_Meta_SynthInstance_modifyTop(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___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) { _start: { if (lean_obj_tag(x_1) == 0) @@ -13581,6 +15023,21 @@ return x_12; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(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; lean_object* x_16; lean_object* x_17; +lean_inc(x_12); +x_15 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__15(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__4(x_5, x_8, x_9, x_10, x_11, x_12, x_13, x_16); +lean_dec(x_12); +lean_dec(x_8); +return x_17; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1(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) { _start: { @@ -13604,7 +15061,7 @@ 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_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_12, 1); lean_inc(x_17); lean_dec(x_12); @@ -13616,132 +15073,135 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); lean_dec(x_19); +x_22 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); +lean_closure_set(x_22, 0, x_3); 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_22 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_22) == 0) +x_23 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_generate___spec__2(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +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); -lean_dec(x_22); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_23); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); 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_25); -x_26 = lean_apply_8(x_2, x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_24); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_26); +x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); +if (lean_obj_tag(x_28) == 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_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -lean_inc(x_9); -x_29 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_1, x_18, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28); -x_30 = lean_ctor_get(x_29, 1); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +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_29); -x_31 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__2(x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_dec(x_28); +x_31 = lean_box(0); +x_32 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); 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_25); -return x_31; +lean_dec(x_26); +return x_32; } else { -uint8_t x_32; -lean_dec(x_25); -lean_dec(x_20); -lean_dec(x_18); +lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_33 = lean_ctor_get(x_28, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_28, 1); +lean_inc(x_34); +lean_dec(x_28); +x_35 = lean_ctor_get(x_27, 0); +lean_inc(x_35); +lean_dec(x_27); +x_36 = lean_unbox_float(x_35); +lean_dec(x_35); +x_37 = lean_float_to_string(x_36); +x_38 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_39, 0, x_38); +x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_41); +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_33); +x_45 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; +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 = lean_box(0); +x_48 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); 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_1); -x_32 = !lean_is_exclusive(x_26); -if (x_32 == 0) -{ -return x_26; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_26, 0); -x_34 = lean_ctor_get(x_26, 1); -lean_inc(x_34); -lean_inc(x_33); lean_dec(x_26); -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; -} -} +return x_48; } -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_22, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_22, 1); -lean_inc(x_37); -lean_dec(x_22); -x_38 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_38, 0, x_36); -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_38); -x_39 = lean_apply_8(x_2, x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -if (lean_obj_tag(x_39) == 0) +} +else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -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); -lean_inc(x_9); -x_42 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_1, x_18, x_40, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_41); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__2(x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_43); +uint8_t x_49; +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_20); +lean_dec(x_18); 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_38); -return x_44; +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_28); +if (x_49 == 0) +{ +return x_28; } else { -uint8_t x_45; -lean_dec(x_38); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_28, 0); +x_51 = lean_ctor_get(x_28, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_28); +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 +{ +uint8_t x_53; lean_dec(x_20); lean_dec(x_18); lean_dec(x_10); @@ -13750,25 +15210,25 @@ 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_45 = !lean_is_exclusive(x_39); -if (x_45 == 0) +x_53 = !lean_is_exclusive(x_23); +if (x_53 == 0) { -return x_39; +return x_23; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_39, 0); -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_39); -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; -} +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_23, 0); +x_55 = lean_ctor_get(x_23, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_23); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } @@ -14185,7 +15645,7 @@ lean_closure_set(x_30, 0, x_27); lean_closure_set(x_30, 1, x_22); lean_closure_set(x_30, 2, x_26); lean_closure_set(x_30, 3, x_29); -x_31 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_13, x_30, x_1, x_2, x_3, x_4, x_5, x_6, x_10); +x_31 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_13, x_30, x_1, x_2, x_3, x_4, x_5, x_6, x_10); if (lean_obj_tag(x_31) == 0) { uint8_t x_32; @@ -14329,11 +15789,11 @@ return x_65; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___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_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___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) { _start: { lean_object* x_9; -x_9 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_generate___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -14344,6 +15804,22 @@ lean_dec(x_1); return x_9; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___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_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_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(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_13); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +return x_16; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___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: { @@ -14682,7 +16158,7 @@ lean_closure_set(x_15, 1, x_3); x_16 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg), 9, 2); lean_closure_set(x_16, 0, x_14); lean_closure_set(x_16, 1, x_15); -x_17 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_4, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_17 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_4, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12); return x_17; } } @@ -15004,7 +16480,7 @@ lean_closure_set(x_34, 7, x_22); x_35 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg), 9, 2); lean_closure_set(x_35, 0, x_33); lean_closure_set(x_35, 1, x_34); -x_36 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__15___rarg(x_32, x_35, x_1, x_2, x_3, x_4, x_5, x_6, x_31); +x_36 = l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18___rarg(x_32, x_35, x_1, x_2, x_3, x_4, x_5, x_6, x_31); return x_36; } } @@ -17668,61 +19144,330 @@ return x_107; } else { -return x_98; +return x_98; +} +} +else +{ +return x_98; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_synthInstance_x3f___spec__4(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; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_ctor_get(x_1, 1); +x_7 = l_Lean_Expr_hash(x_2); +x_8 = lean_uint64_to_usize(x_7); +x_9 = 1; +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synthInstance_x3f___spec__5(x_5, x_8, x_9, x_2, x_3); +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_add(x_6, x_11); +lean_dec(x_6); +lean_ctor_set(x_1, 1, x_12); +lean_ctor_set(x_1, 0, x_10); +return x_1; +} +else +{ +lean_object* x_13; lean_object* x_14; uint64_t 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; +x_13 = lean_ctor_get(x_1, 0); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_1); +x_15 = l_Lean_Expr_hash(x_2); +x_16 = lean_uint64_to_usize(x_15); +x_17 = 1; +x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synthInstance_x3f___spec__5(x_13, x_16, x_17, x_2, x_3); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_add(x_14, x_19); +lean_dec(x_14); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +return x_21; +} +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_synthInstance_x3f___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) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_io_mono_nanos_now(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); +x_10 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +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 = lean_io_mono_nanos_now(x_12); +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; double x_19; double x_20; double x_21; lean_object* x_22; lean_object* x_23; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_nat_sub(x_15, x_8); +lean_dec(x_8); +lean_dec(x_15); +x_17 = 0; +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Float_ofScientific(x_16, x_17, x_18); +lean_dec(x_16); +x_20 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_21 = lean_float_div(x_19, x_20); +x_22 = lean_box_float(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_11); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_13, 0, x_23); +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; double x_29; double x_30; double 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_nat_sub(x_24, x_8); +lean_dec(x_8); +lean_dec(x_24); +x_27 = 0; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Float_ofScientific(x_26, x_27, x_28); +lean_dec(x_26); +x_30 = l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1; +x_31 = lean_float_div(x_29, x_30); +x_32 = lean_box_float(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_11); +lean_ctor_set(x_33, 1, x_32); +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_8); +x_35 = !lean_is_exclusive(x_10); +if (x_35 == 0) +{ +return x_10; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_10, 0); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_10); +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_withOptProfile___at_Lean_Meta_synthInstance_x3f___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) { +_start: +{ +lean_object* x_7; uint8_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2; +x_8 = 0; +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_7, x_8, x_2, x_3, x_4, x_5, x_6); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, 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; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_13); +if (x_23 == 0) +{ +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 1); +lean_inc(x_27); +lean_dec(x_9); +x_28 = l_Lean_withSeconds___at_Lean_Meta_synthInstance_x3f___spec__10(x_1, x_2, x_3, x_4, x_5, x_27); +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; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 1); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_30, 1, x_33); +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; } } else { -return x_98; -} +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; +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_dec(x_28); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +if (lean_is_scalar(x_42)) { + x_44 = lean_alloc_ctor(0, 2, 0); +} else { + x_44 = x_42; } +lean_ctor_set(x_44, 0, x_40); +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_39); +return x_45; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_synthInstance_x3f___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -uint8_t x_4; -x_4 = !lean_is_exclusive(x_1); -if (x_4 == 0) +uint8_t x_46; +x_46 = !lean_is_exclusive(x_28); +if (x_46 == 0) { -lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_5 = lean_ctor_get(x_1, 0); -x_6 = lean_ctor_get(x_1, 1); -x_7 = l_Lean_Expr_hash(x_2); -x_8 = lean_uint64_to_usize(x_7); -x_9 = 1; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synthInstance_x3f___spec__5(x_5, x_8, x_9, x_2, x_3); -x_11 = lean_unsigned_to_nat(1u); -x_12 = lean_nat_add(x_6, x_11); -lean_dec(x_6); -lean_ctor_set(x_1, 1, x_12); -lean_ctor_set(x_1, 0, x_10); -return x_1; +return x_28; } else { -lean_object* x_13; lean_object* x_14; uint64_t 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; -x_13 = lean_ctor_get(x_1, 0); -x_14 = lean_ctor_get(x_1, 1); -lean_inc(x_14); -lean_inc(x_13); -lean_dec(x_1); -x_15 = l_Lean_Expr_hash(x_2); -x_16 = lean_uint64_to_usize(x_15); -x_17 = 1; -x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synthInstance_x3f___spec__5(x_13, x_16, x_17, x_2, x_3); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_add(x_14, x_19); -lean_dec(x_14); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_18); -lean_ctor_set(x_21, 1, x_20); -return x_21; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_28, 0); +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_28); +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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +} +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___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) { _start: { if (lean_obj_tag(x_1) == 0) @@ -17747,6 +19492,20 @@ return x_10; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_inc(x_10); +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__11(x_5, x_8, x_9, x_10, x_11, x_14); +lean_dec(x_10); +return x_15; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__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) { _start: { @@ -17770,7 +19529,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_object* x_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_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); @@ -17782,52 +19541,97 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1), 6, 1); +lean_closure_set(x_20, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_20 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_20) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_Meta_synthInstance_x3f___spec__9(x_20, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_21); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_23); -x_24 = lean_apply_6(x_2, x_23, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_24) == 0) +lean_inc(x_24); +x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 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); -lean_dec(x_24); -lean_inc(x_7); -x_27 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_25, x_4, x_5, x_6, x_7, x_8, x_26); -x_28 = lean_ctor_get(x_27, 1); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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_27); -x_29 = l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9(x_23, x_5, x_6, x_7, x_8, x_28); +lean_dec(x_26); +x_29 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_23); -return x_29; +lean_dec(x_24); +return x_30; } else { -uint8_t x_30; -lean_dec(x_23); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_46; +} +} +else +{ +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); lean_dec(x_16); lean_dec(x_8); @@ -17835,98 +19639,60 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_24); -if (x_30 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_24; +return x_26; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_24); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } -else -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_20, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_34); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_36); -x_37 = lean_apply_6(x_2, x_36, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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); -lean_inc(x_7); -x_40 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_38, x_4, x_5, x_6, x_7, x_8, x_39); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9(x_36, x_5, x_6, x_7, x_8, x_41); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_36); -return x_42; } else { -uint8_t x_43; -lean_dec(x_36); +uint8_t x_51; lean_dec(x_18); lean_dec(x_16); 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_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_37; +return x_21; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; } } } } } -LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___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_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___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) { _start: { lean_object* x_9; lean_object* x_10; @@ -17935,11 +19701,11 @@ x_10 = l_Lean_profileitIOUnsafe___rarg(x_1, x_2, x_9, x_8); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg___boxed), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg___boxed), 8, 0); return x_2; } } @@ -19717,7 +21483,7 @@ x_9 = lean_alloc_closure((void*)(l_Lean_Meta_synthInstance_x3f___lambda__6), 7, lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_2); x_10 = l_Lean_Meta_synthInstance_x3f___closed__1; -x_11 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(x_10, x_8, x_9, x_3, x_4, x_5, x_6, x_7); +x_11 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(x_10, x_8, x_9, x_3, x_4, x_5, x_6, x_7); lean_dec(x_8); return x_11; } @@ -19768,11 +21534,11 @@ x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synthInstance_x3f___spec return x_8; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___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) { _start: { lean_object* x_7; -x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__9(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_MonadExcept_ofExcept___at_Lean_Meta_synthInstance_x3f___spec__11(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -19781,6 +21547,21 @@ lean_dec(x_1); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___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: +{ +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__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) { _start: { @@ -19791,11 +21572,11 @@ x_11 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8(x_1, x_2, return x_11; } } -LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___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_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___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) { _start: { lean_object* x_9; -x_9 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_2); lean_dec(x_1); return x_9; @@ -20985,7 +22766,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -20995,17 +22776,17 @@ 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_SynthInstance___hyg_10210____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____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_SynthInstance___hyg_10210____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3() { _start: { lean_object* x_1; @@ -21013,17 +22794,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____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_SynthInstance___hyg_10210____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5() { _start: { lean_object* x_1; @@ -21031,47 +22812,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____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_SynthInstance___hyg_10210____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____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_SynthInstance___hyg_10210____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____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_SynthInstance___hyg_10210____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8; x_2 = l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____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_SynthInstance___hyg_10210____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10() { _start: { lean_object* x_1; @@ -21079,33 +22860,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____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_SynthInstance___hyg_10210____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__11; -x_2 = lean_unsigned_to_nat(10210u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11; +x_2 = lean_unsigned_to_nat(10283u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283_(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_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__12; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -21489,6 +23270,19 @@ l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_ lean_mark_persistent(l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__2); l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__3 = _init_l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__3(); lean_mark_persistent(l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___closed__3); +l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1 = _init_l_Lean_withSeconds___at_Lean_Meta_SynthInstance_newSubgoal___spec__14___closed__1(); +l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__1 = _init_l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__1); +l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2 = _init_l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12___closed__2); +l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__1 = _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__1); +l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2 = _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2); +l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3 = _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3); +l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4 = _init_l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4); l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8___closed__1 = _init_l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8___closed__1(); lean_mark_persistent(l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8___closed__1); l_Lean_Meta_SynthInstance_newSubgoal___lambda__2___closed__1 = _init_l_Lean_Meta_SynthInstance_newSubgoal___lambda__2___closed__1(); @@ -21691,31 +23485,31 @@ l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___c lean_mark_persistent(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__5); l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__6 = _init_l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__6(); lean_mark_persistent(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210____closed__12); -res = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10210_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12); +res = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283_(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/Congr.c b/stage0/stdlib/Lean/Meta/Tactic/Congr.c index d5d032c8d8ec..61965e11d590 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Congr.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Congr.c @@ -50,8 +50,8 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_hcongr_x3f___lambda__1___boxed(lean_objec static lean_object* l_Lean_MVarId_congr_x3f___closed__2; static lean_object* l_Lean_MVarId_congrImplies_x3f___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_congr_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t, uint8_t); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); @@ -2374,7 +2374,7 @@ lean_dec(x_9); x_24 = 2; x_25 = lean_unbox(x_22); lean_dec(x_22); -x_26 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_25, x_24); +x_26 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_25, x_24); if (x_26 == 0) { lean_object* x_27; diff --git a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c index 73d1a589e64c..259ead2e2e20 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c +++ b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c @@ -19,35 +19,28 @@ LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Meta_Linear_Cnstr LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqCnstrKind___boxed(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Meta_Linear_instReprVar___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__3; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__22; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_assignment___default; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033____boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__6; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprCnstr; static lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___closed__2; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__12; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_resolve(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_size___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprAssumptionId; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__18; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqJustification(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Linear_Poly_eval_x3f___spec__1___closed__1; static lean_object* l_Lean_Meta_Linear_instInhabitedJustification___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_currVar___boxed(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableLtVarInstLTVar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instBEqCnstrKind; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__5; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedState; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add___boxed(lean_object*, lean_object*); @@ -59,23 +52,28 @@ lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_Cnstr_isStrict(lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqPoly___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__5; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____lambda__1(lean_object*, lean_object*); extern uint8_t l_instInhabitedBool; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__8; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__1; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____boxed(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__9; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instInhabitedCnstrKind; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_ordVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_23____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; LEAN_EXPORT uint8_t l_Lean_Meta_Linear_CnstrKind_ofNat(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_instReprPoly___closed__1; @@ -84,15 +82,15 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instBEqJustification; LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_Linear_Cnstr_isUnsat___spec__1(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqCnstrKind(uint8_t, uint8_t); static lean_object* l_Lean_Meta_Linear_instOrdVar___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__23; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__10; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__10; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__9; static lean_object* l_Lean_Meta_Linear_Assignment_val___default___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instBEqCnstr; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_getBestBound_x3f(lean_object*, lean_object*, uint8_t, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedJustification; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__1; lean_object* l_Lean_Rat_add(lean_object*, lean_object*); uint8_t l___private_Lean_Data_Rat_0__Lean_beqRat____x40_Lean_Data_Rat___hyg_37_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___lambda__1___boxed(lean_object*); @@ -103,45 +101,47 @@ static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta LEAN_EXPORT lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getNumVars___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_AssumptionId_id___default; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__8; static lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVarCoeff(lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__9; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__7; size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__7; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596_(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997____boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4243_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_getBound___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021_(uint8_t, lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13; lean_object* lean_nat_to_int(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(lean_object*, uint8_t, uint8_t, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_ordVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_23_(lean_object*, lean_object*); lean_object* l_Lean_Rat_inv(lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_getMaxVarCoeff___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instOrdVar; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_add_go___closed__1; -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560_(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__4; static lean_object* l_Lean_Meta_Linear_instInhabitedCnstr___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_pickAssignment_x3f(lean_object*, uint8_t, lean_object*, uint8_t); uint8_t l_Array_instDecidableEqArray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__16; static lean_object* l_Lean_Meta_Linear_instReprCnstrKind___closed__1; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(lean_object*, lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22; lean_object* lean_array_to_list(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6; static lean_object* l_Lean_Meta_Linear_instReprAssumptionId___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqCnstr___boxed(lean_object*, lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestUpperBound_x3f___boxed(lean_object*); @@ -154,90 +154,91 @@ LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqVar(lean_object*, lean_obj static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__2; lean_object* l_Int_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprJustification; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedAssumptionId; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525_(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_98____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqJustification___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedVar; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__4(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_instBEqJustification___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017____boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqCnstr(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_2981_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3; static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__4; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__9; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__19; LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqPoly(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestUpperBound_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedAssignment; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_size(lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprPoly; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_2981____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__3; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__20; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_get___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__21; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4243____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__2; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVarCoeff___boxed(lean_object*); static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getNumVars(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprCnstrKind; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__18; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_shrink___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__24; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__11; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____lambda__1___closed__2; LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_98_(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997_(uint8_t, uint8_t); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_scale___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__6; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVar(lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4489_(lean_object*, lean_object*); lean_object* lean_int_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Linear_Poly_scale___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_shrink(lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqAssumptionId(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(uint8_t, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_instBEqCnstr___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestLowerBound_x3f(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_getBound(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__11; lean_object* l_instDecidableEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instLTVar; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestLowerBound_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_isStrict___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2(lean_object*, lean_object*); lean_object* l_Array_shrink___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__10; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10; static lean_object* l_Lean_Meta_Linear_instReprCnstr___closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__3; uint8_t l_Lean_Rat_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__6; static lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___closed__1; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedCnstr; lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Rat_mul(lean_object*, lean_object*); @@ -245,37 +246,36 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___lambd lean_object* l_Repr_addAppParen(lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_getBestBound_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__19; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5; uint8_t lean_int_dec_lt(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqAssumptionId___boxed(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Linear_Poly_scale___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__2; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__7; static lean_object* l_Lean_Meta_Linear_resolve___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16; lean_object* l_Lean_Rat_floor(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_size(lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720_(lean_object*, lean_object*); lean_object* l_Nat_decEq___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__5; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add(lean_object*, lean_object*); lean_object* l_Array_back___rarg(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Lean_Rat_ceil(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_resolve___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedPoly; size_t lean_usize_add(size_t, size_t); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__10; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____lambda__1___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Linear_Poly_eval_x3f___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); uint8_t l_Lean_Rat_instDecidableLeRatInstLERat(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_get_x3f___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__12; lean_object* lean_int_add(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__1; uint8_t lean_int_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185_(lean_object*, lean_object*); @@ -283,46 +283,46 @@ uint8_t l_Lean_Rat_isInt(lean_object*); extern lean_object* l_Int_instInhabitedInt; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___lambda__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__15; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11; lean_object* l_Lean_Rat_sub(lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_ofNat___boxed(lean_object*); lean_object* lean_int_neg(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* l_Int_decEq___boxed(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4489____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableLtVarInstLTVar(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11; lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_val___default; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprVar; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_get(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__6; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_assignCurr(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqVar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__11; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVar___boxed(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_toCtorIdx(uint8_t); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__8; lean_object* l_Nat_repr(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__3; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__4; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3; static lean_object* _init_l_Lean_Meta_Linear_instInhabitedVar() { _start: { @@ -2484,7 +2484,7 @@ x_1 = lean_unsigned_to_nat(0u); return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_2981_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -2492,11 +2492,11 @@ x_3 = lean_nat_dec_eq(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_2981____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_2981_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -2522,7 +2522,7 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104_(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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; @@ -2559,11 +2559,11 @@ lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_7); return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -2572,7 +2572,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instReprAssumptionId___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104____boxed), 2, 0); return x_1; } } @@ -2602,7 +2602,7 @@ x_1 = l_Lean_Meta_Linear_instInhabitedJustification___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -2628,7 +2628,7 @@ return x_12; else { uint8_t x_13; -x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166_(x_4, x_8); +x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(x_4, x_8); if (x_13 == 0) { uint8_t x_14; @@ -2680,11 +2680,11 @@ return x_22; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -2695,7 +2695,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqJustification(lean_object* _start: { uint8_t x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(x_1, x_2); return x_3; } } @@ -2710,7 +2710,7 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -2736,7 +2736,7 @@ return x_12; else { uint8_t x_13; -x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560_(x_4, x_8); +x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596_(x_4, x_8); if (x_13 == 0) { uint8_t x_14; @@ -2788,11 +2788,11 @@ return x_22; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -2803,7 +2803,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instBEqJustification___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596____boxed), 2, 0); return x_1; } } @@ -2815,7 +2815,7 @@ x_1 = l_Lean_Meta_Linear_instBEqJustification___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__1() { _start: { lean_object* x_1; @@ -2823,21 +2823,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.Justification.combine", 38); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__1; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__2; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2845,7 +2845,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -2854,7 +2854,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -2863,7 +2863,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6() { _start: { lean_object* x_1; @@ -2871,21 +2871,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.Justification.assumption", 41) return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__6; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__7; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2893,7 +2893,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -2914,7 +2914,7 @@ x_9 = l_Int_repr(x_3); lean_dec(x_3); x_10 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_10, 0, x_9); -x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__3; +x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3; x_12 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); @@ -2922,7 +2922,7 @@ x_13 = lean_box(1); x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); -x_15 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720_(x_4, x_7); +x_15 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(x_4, x_7); x_16 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_16, 0, x_14); lean_ctor_set(x_16, 1, x_15); @@ -2939,14 +2939,14 @@ lean_ctor_set(x_20, 1, x_19); x_21 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_13); -x_22 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720_(x_6, x_7); +x_22 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(x_6, x_7); x_23 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_23, 0, x_21); lean_ctor_set(x_23, 1, x_22); if (x_8 == 0) { lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_24 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; +x_24 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; x_25 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_23); @@ -2960,7 +2960,7 @@ return x_28; else { lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; -x_29 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; +x_29 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; x_30 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_23); @@ -2980,15 +2980,15 @@ lean_inc(x_34); lean_dec(x_1); x_35 = lean_unsigned_to_nat(1024u); x_36 = lean_nat_dec_le(x_35, x_2); -x_37 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3068_(x_34, x_35); -x_38 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__8; +x_37 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104_(x_34, x_35); +x_38 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8; x_39 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_39, 0, x_38); lean_ctor_set(x_39, 1, x_37); if (x_36 == 0) { lean_object* x_40; lean_object* x_41; uint8_t x_42; lean_object* x_43; lean_object* x_44; -x_40 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; +x_40 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; x_41 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); @@ -3002,7 +3002,7 @@ return x_44; else { lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; -x_45 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; +x_45 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; x_46 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_46, 0, x_45); lean_ctor_set(x_46, 1, x_39); @@ -3016,11 +3016,11 @@ return x_49; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -3029,7 +3029,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instReprJustification___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____boxed), 2, 0); return x_1; } } @@ -3220,7 +3220,7 @@ x_6 = lean_box(x_5); return x_6; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -3232,7 +3232,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033____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; @@ -3240,7 +3240,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997_(x_3, x_4); +x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -3249,7 +3249,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instBEqCnstrKind___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033____boxed), 2, 0); return x_1; } } @@ -3261,7 +3261,7 @@ x_1 = l_Lean_Meta_Linear_instBEqCnstrKind___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1() { _start: { lean_object* x_1; @@ -3269,33 +3269,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.eq", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__1; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__3; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3303,23 +3303,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__5; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3327,7 +3327,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7() { _start: { lean_object* x_1; @@ -3335,33 +3335,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.div", 30); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__7; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__9; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3369,23 +3369,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__12() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__11; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3393,7 +3393,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__13() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13() { _start: { lean_object* x_1; @@ -3401,33 +3401,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.lt", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__13; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__15() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__15; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3435,23 +3435,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__17; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3459,7 +3459,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19() { _start: { lean_object* x_1; @@ -3467,33 +3467,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.le", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__19; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__21; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3501,23 +3501,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__23() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__24() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__23; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3525,7 +3525,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -3537,14 +3537,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__4; +x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__6; +x_7 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -3557,14 +3557,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__10; +x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__12; +x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -3577,14 +3577,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__16; +x_17 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__18; +x_19 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -3597,14 +3597,14 @@ x_22 = lean_nat_dec_le(x_21, x_2); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__22; +x_23 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22; x_24 = l_Repr_addAppParen(x_23, x_2); return x_24; } else { lean_object* x_25; lean_object* x_26; -x_25 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__24; +x_25 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24; x_26 = l_Repr_addAppParen(x_25, x_2); return x_26; } @@ -3612,13 +3612,13 @@ return x_26; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021_(x_3, x_2); +x_4 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -3627,7 +3627,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instReprCnstrKind___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____boxed), 2, 0); return x_1; } } @@ -3663,7 +3663,7 @@ x_1 = l_Lean_Meta_Linear_instInhabitedCnstr___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4243_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; @@ -3706,18 +3706,18 @@ return x_17; else { uint8_t x_18; -x_18 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3166_(x_6, x_10); +x_18 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(x_6, x_10); return x_18; } } } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4243____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4243_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -3728,7 +3728,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqCnstr(lean_object* x_1, le _start: { uint8_t x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4243_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(x_1, x_2); return x_3; } } @@ -3743,7 +3743,7 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4489_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; @@ -3755,7 +3755,7 @@ x_7 = lean_ctor_get_uint8(x_2, sizeof(void*)*3); x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); x_10 = lean_ctor_get(x_2, 2); -x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3997_(x_3, x_7); +x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(x_3, x_7); if (x_11 == 0) { uint8_t x_12; @@ -3786,18 +3786,18 @@ return x_17; else { uint8_t x_18; -x_18 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3560_(x_6, x_10); +x_18 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596_(x_6, x_10); return x_18; } } } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4489____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4489_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -3808,7 +3808,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instBEqCnstr___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4489____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525____boxed), 2, 0); return x_1; } } @@ -3820,7 +3820,7 @@ x_1 = l_Lean_Meta_Linear_instBEqCnstr___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1() { _start: { lean_object* x_1; @@ -3828,33 +3828,33 @@ x_1 = lean_mk_string_from_bytes("kind", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__1; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3() { _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_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__2; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__3; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3; x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3862,7 +3862,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -3871,7 +3871,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6() { _start: { lean_object* x_1; @@ -3879,17 +3879,17 @@ x_1 = lean_mk_string_from_bytes("lhs", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__6; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8() { _start: { lean_object* x_1; @@ -3897,17 +3897,17 @@ x_1 = lean_mk_string_from_bytes("rhs", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__8; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10() { _start: { lean_object* x_1; @@ -3915,24 +3915,24 @@ x_1 = lean_mk_string_from_bytes("jst", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__10; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t 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; 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; 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; x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*3); x_4 = lean_unsigned_to_nat(0u); -x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021_(x_3, x_4); -x_6 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__5; +x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(x_3, x_4); +x_6 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -3940,7 +3940,7 @@ 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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__4; +x_10 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -3952,7 +3952,7 @@ 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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__7; +x_16 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); @@ -3979,7 +3979,7 @@ lean_ctor_set(x_26, 1, x_12); x_27 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_14); -x_28 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__9; +x_28 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9; x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); @@ -4007,7 +4007,7 @@ lean_ctor_set(x_37, 1, x_12); x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_14); -x_39 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__11; +x_39 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11; x_40 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); @@ -4017,7 +4017,7 @@ lean_ctor_set(x_41, 1, x_18); x_42 = lean_ctor_get(x_1, 2); lean_inc(x_42); lean_dec(x_1); -x_43 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720_(x_42, x_4); +x_43 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(x_42, x_4); x_44 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_44, 0, x_22); lean_ctor_set(x_44, 1, x_43); @@ -4045,11 +4045,11 @@ lean_ctor_set_uint8(x_53, sizeof(void*)*1, x_8); return x_53; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -4058,7 +4058,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instReprCnstr___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____boxed), 2, 0); return x_1; } } @@ -4955,7 +4955,7 @@ static lean_object* _init_l_Lean_Meta_Linear_pickAssignment_x3f___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; x_2 = lean_unsigned_to_nat(1u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -4976,7 +4976,7 @@ static lean_object* _init_l_Lean_Meta_Linear_pickAssignment_x3f___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; x_2 = lean_unsigned_to_nat(1u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6174,22 +6174,22 @@ l_Lean_Meta_Linear_instBEqJustification___closed__1 = _init_l_Lean_Meta_Linear_i lean_mark_persistent(l_Lean_Meta_Linear_instBEqJustification___closed__1); l_Lean_Meta_Linear_instBEqJustification = _init_l_Lean_Meta_Linear_instBEqJustification(); lean_mark_persistent(l_Lean_Meta_Linear_instBEqJustification); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__1); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__2); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__3); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__4); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__5); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__6); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__7); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3720____closed__8); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__1); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__2); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8); l_Lean_Meta_Linear_instReprJustification___closed__1 = _init_l_Lean_Meta_Linear_instReprJustification___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_instReprJustification___closed__1); l_Lean_Meta_Linear_instReprJustification = _init_l_Lean_Meta_Linear_instReprJustification(); @@ -6201,54 +6201,54 @@ l_Lean_Meta_Linear_instBEqCnstrKind___closed__1 = _init_l_Lean_Meta_Linear_instB lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstrKind___closed__1); l_Lean_Meta_Linear_instBEqCnstrKind = _init_l_Lean_Meta_Linear_instBEqCnstrKind(); lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstrKind); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__1); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__2); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__3); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__4); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__5); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__6); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__7); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__8); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__9); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__10); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__11); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__12 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__12(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__12); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__13 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__13(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__13); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__14); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__15 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__15(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__15); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__16 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__16(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__16); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__17 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__17(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__17); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__18 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__18(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__18); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__19 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__19(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__19); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__20); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__21 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__21(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__21); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__22 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__22(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__22); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__23 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__23(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__23); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__24 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__24(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4021____closed__24); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24); l_Lean_Meta_Linear_instReprCnstrKind___closed__1 = _init_l_Lean_Meta_Linear_instReprCnstrKind___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_instReprCnstrKind___closed__1); l_Lean_Meta_Linear_instReprCnstrKind = _init_l_Lean_Meta_Linear_instReprCnstrKind(); @@ -6261,28 +6261,28 @@ l_Lean_Meta_Linear_instBEqCnstr___closed__1 = _init_l_Lean_Meta_Linear_instBEqCn lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstr___closed__1); l_Lean_Meta_Linear_instBEqCnstr = _init_l_Lean_Meta_Linear_instBEqCnstr(); lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstr); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__1); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__2); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__3); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__4); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__5); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__6); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__7); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__8); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__9); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__10); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4617____closed__11); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11); l_Lean_Meta_Linear_instReprCnstr___closed__1 = _init_l_Lean_Meta_Linear_instReprCnstr___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_instReprCnstr___closed__1); l_Lean_Meta_Linear_instReprCnstr = _init_l_Lean_Meta_Linear_instReprCnstr(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c b/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c index 300c84a55787..0ebfe273fa10 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c @@ -741,6 +741,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Simp_dischargeEqnThmHypothesis_x3f_go_x3f(l lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___spec__2___lambda__2(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(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_Simp_simp_congrDefault___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_withNewMCtxDepth___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_simpArrow___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*); @@ -850,7 +851,6 @@ LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_Simp_disch lean_object* l_Lean_Meta_SimpTheoremsArray_eraseTheorem(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_throwCongrHypothesisFailed___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_dsimpGoal___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_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp(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_forallTelescopeReducingImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_simp_congr___closed__1; @@ -47658,7 +47658,7 @@ lean_closure_set(x_12, 1, x_2); lean_closure_set(x_12, 2, x_4); lean_closure_set(x_12, 3, x_11); x_13 = l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_reduce___lambda__2___closed__3; -x_14 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(x_13, x_10, x_12, x_5, x_6, x_7, x_8, x_9); +x_14 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(x_13, x_10, x_12, x_5, x_6, x_7, x_8, x_9); lean_dec(x_10); return x_14; } @@ -47686,7 +47686,7 @@ lean_closure_set(x_20, 1, x_2); lean_closure_set(x_20, 2, x_4); lean_closure_set(x_20, 3, x_19); x_21 = l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_reduce___lambda__2___closed__3; -x_22 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(x_21, x_15, x_20, x_5, x_6, x_7, x_8, x_9); +x_22 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(x_21, x_15, x_20, x_5, x_6, x_7, x_8, x_9); lean_dec(x_15); return x_22; } @@ -47705,7 +47705,7 @@ lean_closure_set(x_11, 1, x_2); lean_closure_set(x_11, 2, x_3); lean_closure_set(x_11, 3, x_10); x_12 = l_Lean_Meta_Simp_dsimpMain___closed__1; -x_13 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__10___rarg(x_12, x_9, x_11, x_4, x_5, x_6, x_7, x_8); +x_13 = l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(x_12, x_9, x_11, x_4, x_5, x_6, x_7, x_8); lean_dec(x_9); return x_13; } diff --git a/stage0/stdlib/Lean/Meta/WHNF.c b/stage0/stdlib/Lean/Meta/WHNF.c index 93e3e846090e..3bb66be7eec5 100644 --- a/stage0/stdlib/Lean/Meta/WHNF.c +++ b/stage0/stdlib/Lean/Meta/WHNF.c @@ -37,6 +37,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_Meta_reduceRecMatcher_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_whnfCore_go___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_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__2(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_getStructuralRecArgPos_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -45,7 +46,6 @@ LEAN_EXPORT lean_object* l_Lean_getProjectionFnInfo_x3f___at_Lean_Meta_getStuckM LEAN_EXPORT uint8_t l___private_Lean_Meta_WHNF_0__Lean_Meta_getRecRuleFor___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__4; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___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_reduceBinNatOp___closed__3; @@ -71,6 +71,7 @@ LEAN_EXPORT lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Meta_reduceNat_x3f___lambda__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_unfoldProjInstWhenIntances_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfUntil___spec__2___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_whnfUntil___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__5; @@ -103,12 +104,12 @@ lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_reduceBoolNativeUnsafe___spec__3(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__10(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_WHNF___hyg_10682____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_smartUnfoldingReduce_x3f_go___spec__2(lean_object*); lean_object* l_Lean_ConstantInfo_name(lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfoldingReduce_x3f_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_synth_pending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___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_canUnfoldAtMatcher___closed__28; lean_object* lean_environment_find(lean_object*, lean_object*); @@ -117,10 +118,12 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_WHNF_0__Lean static lean_object* l_Lean_Meta_reduceNative_x3f___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3___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_throwError___at_Lean_Meta_reduceBoolNativeUnsafe___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3; uint8_t l_Lean_ConstantInfo_hasValue(lean_object*); lean_object* l_List_find_x3f___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_projectCore_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_reduceMatcher_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_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,7 +153,6 @@ static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed_ LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___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_EXPORT lean_object* l_Lean_evalConstCheck___at_Lean_Meta_reduceBoolNativeUnsafe___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_smartUnfoldingReduce_x3f_go___spec__2___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_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___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_Meta_reduceNat_x3f___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -158,11 +160,11 @@ LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0 LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfolding; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__6; lean_object* l_Nat_div___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_project_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_projectionFnInfoExt; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfHeadPred___at_Lean_Meta_whnfUntil___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isLambda(lean_object*); size_t lean_ptr_addr(lean_object*); @@ -203,7 +205,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__21(lean_object*, uint8_t lean_expr_eqv(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_Extension_getMatcherInfo_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Meta_markSmartUnfoldingMatchAlt___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__1; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfoldingMatch_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceMatcher_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -214,19 +215,20 @@ lean_object* l_Lean_Meta_getFunInfo(lean_object*, lean_object*, lean_object*, le LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceNat_x3f___lambda__1___boxed(lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_whnfCore(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Meta_reduceBoolNativeUnsafe___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_markSmartUnfoldingMatch(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___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_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(uint8_t, uint8_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_project_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__39; static lean_object* l_Lean_Meta_reduceNative_x3f___closed__10; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__7; static lean_object* l_Lean_Meta_reduceBinNatOp___closed__9; static lean_object* l_Lean_Meta_reduceNat_x3f___closed__9; uint8_t l_Lean_Expr_isMVar(lean_object*); @@ -283,7 +285,6 @@ static lean_object* l_Lean_Meta_unfoldDefinition___closed__2; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceBoolNativeUnsafe(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_canUnfoldAtMatcher___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__9; static lean_object* l_Lean_Meta_markSmartUnfoldingMatch___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_reduceRecMatcher_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isReducible___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); @@ -301,6 +302,7 @@ lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_ static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__17; lean_object* l_Nat_mul___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__8; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkProjFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -319,7 +321,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_W extern lean_object* l_Lean_instInhabitedProjectionFunctionInfo; lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfCore___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_WHNF___hyg_10680____closed__8; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); lean_object* l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___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*, lean_object*); @@ -340,8 +341,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___ LEAN_EXPORT lean_object* l_Lean_Meta_reduceBinNatOp___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceRecMatcher_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__18; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfDelayedAssigned_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11; static lean_object* l_Lean_Meta_smartUnfoldingSuffix___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_getRecRuleFor(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkProjFn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -378,6 +379,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceMatcher_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfUntil___spec__2___lambda__1(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_WHNF___hyg_10682____closed__6; static lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__13; @@ -392,7 +394,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefini lean_object* l_Lean_getExprMVarAssignment_x3f___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceRecMatcher_x3f___lambda__1___boxed(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_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceBinNatOp___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfMatcher___lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); @@ -403,7 +404,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor__ LEAN_EXPORT lean_object* l_Lean_Meta_unfoldDefinition_x3f(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_Lean_throwError___at_Lean_Meta_reduceBoolNativeUnsafe___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___spec__8(lean_object*, lean_object*, size_t, size_t, 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_Meta_canUnfoldAtMatcher___closed__32; @@ -423,6 +423,7 @@ lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l_Lean_Meta_unfoldDefinition___closed__1; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__38; static lean_object* l_Lean_Meta_whnfEasyCases___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12; static lean_object* l_Lean_Meta_reduceNat_x3f___closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_reduceBinNatOp___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -516,6 +517,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__17___boxed(lean_ static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceProj_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); @@ -529,18 +531,16 @@ lean_object* l_Nat_mod___boxed(lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___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___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_whnfCore_go___spec__2(uint8_t, uint8_t, 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_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__10; uint8_t l_Lean_isStructureLike(lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceBinNatOp___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_whnfEasyCases___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_useWHNFCache(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_canUnfoldAtMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfoldingMatchAlt_x3f___boxed(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8; uint8_t l_Lean_Expr_hasExprMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___spec__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_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__5; lean_object* l_Array_get_x3f___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStructuralRecArgPos_x3f___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: @@ -16869,7 +16869,7 @@ lean_inc(x_9); lean_dec(x_7); x_10 = 2; x_11 = lean_unbox(x_8); -x_12 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_11, x_10); +x_12 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_11, x_10); if (x_12 == 0) { lean_object* x_13; uint8_t x_14; lean_object* x_15; @@ -24324,7 +24324,7 @@ x_10 = lean_ctor_get(x_7, 1); x_11 = 3; x_12 = lean_unbox(x_9); lean_dec(x_9); -x_13 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_12, x_11); +x_13 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_12, x_11); if (x_13 == 0) { lean_object* x_14; @@ -24355,7 +24355,7 @@ lean_dec(x_7); x_18 = 3; x_19 = lean_unbox(x_16); lean_dec(x_16); -x_20 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12369_(x_19, x_18); +x_20 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_19, x_18); if (x_20 == 0) { lean_object* x_21; lean_object* x_22; @@ -35743,7 +35743,7 @@ return x_38; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -35753,17 +35753,17 @@ 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_WHNF___hyg_10680____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____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_WHNF___hyg_10680____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3() { _start: { lean_object* x_1; @@ -35771,17 +35771,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____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_WHNF___hyg_10680____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5() { _start: { lean_object* x_1; @@ -35789,37 +35789,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____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_WHNF___hyg_10680____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__6; 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_WHNF___hyg_10680____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____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_WHNF___hyg_10680____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9() { _start: { lean_object* x_1; @@ -35827,17 +35827,17 @@ x_1 = lean_mk_string_from_bytes("WHNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____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_WHNF___hyg_10680____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11() { _start: { lean_object* x_1; @@ -35845,33 +35845,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____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_WHNF___hyg_10680____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__12; -x_2 = lean_unsigned_to_nat(10680u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12; +x_2 = lean_unsigned_to_nat(10682u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682_(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_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__13; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -36209,33 +36209,33 @@ l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__1 = _init_l___private_Le lean_mark_persistent(l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__1); l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__2 = _init_l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__2(); lean_mark_persistent(l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680____closed__13); -res = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10680_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13); +res = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682_(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/Parser/Extra.c b/stage0/stdlib/Lean/Parser/Extra.c index 5711560af60c..106bfb536d14 100644 --- a/stage0/stdlib/Lean/Parser/Extra.c +++ b/stage0/stdlib/Lean/Parser/Extra.c @@ -13,36 +13,30 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_parenthesizer___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_Parser_many1_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__66; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104; lean_object* l_Lean_PrettyPrinter_Formatter_setLhsPrec_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppHardSpace_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__23; lean_object* l_Lean_Parser_checkColEq(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121; LEAN_EXPORT lean_object* l_Lean_Parser_rawIdent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__6; static lean_object* l_Lean_Parser_many_formatter___closed__3; lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_pushAlign(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__16; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_charLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped; LEAN_EXPORT lean_object* l_Lean_Parser_optional_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardSpace_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__8; extern lean_object* l_Lean_Parser_pushNone; LEAN_EXPORT lean_object* l_Lean_Parser_rawIdent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -51,76 +45,68 @@ static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer_ extern lean_object* l_Lean_Parser_nameLitNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_parenthesizer(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__31; LEAN_EXPORT lean_object* l_Lean_Parser_ppRealGroup_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__9; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105; LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppRealGroup___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__13; lean_object* l_Lean_PrettyPrinter_Formatter_orelse_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__30; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91; LEAN_EXPORT lean_object* l_Lean_ppLine_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_fill(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77; LEAN_EXPORT lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_rawIdentNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__4; lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_manyIndent(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_parenthesizer(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__29; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__14; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__32; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17; LEAN_EXPORT lean_object* l_Lean_Parser_ppRealFill___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104; static lean_object* l_Lean_Parser_charLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_checkPrec_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__49; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55; static lean_object* l_Lean_ppDedent_formatter___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Lean_Parser_many_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__63; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85; lean_object* l_Lean_Syntax_getId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_parenthesizer___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16; static lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_ppSpace_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__19; static lean_object* l_Lean_Parser_strLit_formatter___closed__2; lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_group_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__26; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__80; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__5; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__21; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__28; static lean_object* l_Lean_Parser_optional___closed__1; static lean_object* l_Lean_Parser_rawIdent___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__8; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44; LEAN_EXPORT lean_object* l_Lean_Parser_ppSpace_parenthesizer___rarg(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__12; uint8_t lean_usize_dec_eq(size_t, size_t); @@ -130,6 +116,7 @@ LEAN_EXPORT lean_object* l_Lean_ppHardLineUnlessUngrouped_formatter___boxed(lean LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__14; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withCache_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,7 +137,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__7; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_strLit; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97; static lean_object* l_Lean_ppHardSpace_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppLine_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppDedent___boxed(lean_object*); @@ -159,15 +146,17 @@ LEAN_EXPORT lean_object* l_Lean_Parser_withOpen_formatter(lean_object*, lean_obj lean_object* l_Lean_Parser_checkLinebreakBefore(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDecl_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__47; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56; lean_object* l_Lean_Macro_throwError___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withPositionAfterLinebreak_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_incQuotDepth_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_scientificLit_parenthesizer___closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__74; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__16; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_formatter(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__8; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10; lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatter___boxed(lean_object*); lean_object* l_Lean_Parser_orelse(lean_object*, lean_object*); lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); @@ -175,8 +164,9 @@ static lean_object* l_Lean_Parser_mkAntiquotSplice_parenthesizer___closed__1; static lean_object* l_Lean_Parser_ident_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_decQuotDepth_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColEq_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__50; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30; LEAN_EXPORT lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -192,7 +182,7 @@ static lean_object* l_Lean_Parser_rawIdent_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_termParser_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_scientificLit_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppAllowUngrouped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Formatter_tokenWithAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__33; @@ -202,36 +192,36 @@ static lean_object* l_Lean_Parser_ident_parenthesizer___closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__59; static lean_object* l_Lean_Parser_antiquotExpr_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Formatter_charLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122; lean_object* l_Lean_PrettyPrinter_Parenthesizer_identNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__36; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__2; static lean_object* l_Lean_Parser_leadingNode_formatter___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__72; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppLine_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_categoryParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__43; static lean_object* l_Lean_Parser_strLit_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_antiquotNestedExpr_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_formatter(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__4; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__27; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_parenthesizer(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71; lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquotSuffixSplice_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__6; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_formatter(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47; static lean_object* l_Lean_Parser_strLit_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_nameLit_formatter___closed__3; @@ -241,6 +231,7 @@ lean_object* l_Lean_PrettyPrinter_Formatter_withoutInfo_formatter(lean_object*, LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__57; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25; static lean_object* l_Lean_Parser_sepByElemParser_formatter___closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__52; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -254,10 +245,9 @@ size_t lean_usize_of_nat(lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoWsBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_strLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_charLit_formatter___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__22; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__68; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Macro_resolveGlobalName(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_antiquotExpr_parenthesizer___closed__3; @@ -269,14 +259,15 @@ LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_parenthesizer___boxed(le static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__14; static lean_object* l_Lean_Parser_scientificLit_formatter___closed__4; lean_object* l_Lean_Parser_optionalNoAntiquot(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__10; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__8; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__67; lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__41; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36; LEAN_EXPORT lean_object* l_Lean_Parser_ident_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_ppHardSpace_formatter___closed__2; lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -284,17 +275,18 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__18; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__78; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_parenthesizer(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_commandParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__37; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105; LEAN_EXPORT lean_object* l_Lean_Parser_commandParser_formatter(lean_object*); static lean_object* l_Lean_Parser_patternIgnore_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_withoutPosition_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_strLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppRealFill_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_charLitNoAntiquot; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Indent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -304,41 +296,50 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter___boxed(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_manyNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ppRealGroup_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58; LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__61; LEAN_EXPORT lean_object* l_Lean_Parser_withOpen_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21; lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGe_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); lean_object* l_List_range(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbol_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__6; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__20; lean_object* l_Lean_PrettyPrinter_Parenthesizer_sepByNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Parser_antiquotNestedExpr_formatter___closed__4; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20; static lean_object* l_Lean_Parser_charLit_formatter___closed__4; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__30; extern lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66; LEAN_EXPORT lean_object* l_Lean_Parser_numLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__7; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped_parenthesizer___rarg(lean_object*); extern lean_object* l_Lean_Parser_rawIdentNoAntiquot; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__3; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83; LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__18; static lean_object* l_Lean_Parser_sepByElemParser_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_ppHardSpace_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__77; lean_object* l_Lean_quoteNameMk(lean_object*); static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__3; static lean_object* l_Lean_Parser_nameLit___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63; static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__4; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__17; lean_object* lean_st_ref_get(lean_object*, lean_object*); @@ -348,15 +349,15 @@ LEAN_EXPORT lean_object* l_Lean_ppLine_formatter___boxed(lean_object*, lean_obje lean_object* l_Lean_PrettyPrinter_Formatter_concat___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Parser_nameLit_parenthesizer___closed__1; lean_object* l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10; lean_object* l_Lean_PrettyPrinter_Formatter_nameLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_sepBy1(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_termParser_formatter___rarg___closed__2; lean_object* l_Lean_Parser_notFollowedBy(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76; lean_object* l_Lean_PrettyPrinter_Formatter_pushWhitespace(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_symbol(lean_object*); static lean_object* l_Lean_Parser_sepByIndent___closed__4; @@ -364,43 +365,42 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__5; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Parser_sepByIndent_formatter___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ppDedentIfGrouped_formatter(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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppGroup___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87; static lean_object* l_Lean_Parser_commandParser_formatter___rarg___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37; static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__2; static lean_object* l_Lean_Parser_nameLit___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_symbol_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withResetCache_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLinebreakBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppSpace; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66; static lean_object* l_Lean_Parser_optional_parenthesizer___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112; LEAN_EXPORT lean_object* l_Lean_Parser_nameLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90; LEAN_EXPORT lean_object* l_Lean_Parser_nameLit; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__24; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__10; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27; LEAN_EXPORT lean_object* l_Lean_Parser_suppressInsideQuot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116; static lean_object* l_Lean_Parser_sepByIndent___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64; static lean_object* l_Lean_Parser_scientificLit___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__9; static lean_object* l_Lean_Parser_strLit_formatter___closed__4; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Parser_sepByIndent_formatter___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97; static lean_object* l_Lean_Parser_scientificLit_parenthesizer___closed__2; lean_object* l_Lean_Parser_withAntiquot(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34; static lean_object* l_Lean_Parser_sepByIndent___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__26; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_withPosition_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -408,42 +408,45 @@ static lean_object* l_Lean_Parser_ident___closed__1; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__3; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__35; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19; LEAN_EXPORT lean_object* l_Lean_Parser_antiquotExpr_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoImmediateColon_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70; LEAN_EXPORT lean_object* l_Lean_Parser_ppAllowUngrouped; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__4; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41; lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24; LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_formatter___boxed(lean_object*); lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__60; LEAN_EXPORT lean_object* l_Lean_Parser_scientificLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_many___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__22; LEAN_EXPORT lean_object* l_Lean_Parser_suppressInsideQuot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_nameLit_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__54; LEAN_EXPORT lean_object* l_Lean_Parser_many_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withResetCache_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_sepByElemParser_formatter___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_parenthesizer___boxed(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72; LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbol_parenthesizer(lean_object*, uint8_t, 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117; LEAN_EXPORT lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__76; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__11; static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__2; static lean_object* l_Lean_Parser_nameLit_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_parenthesizer(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52; static lean_object* l_Lean_Parser_ident___closed__2; lean_object* l_Lean_Parser_many1NoAntiquot(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_charLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -451,14 +454,17 @@ lean_object* l_Lean_Parser_node(lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_symbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_numLit___closed__2; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__12; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57; extern lean_object* l_Lean_Parser_numLitNoAntiquot; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__38; static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__8; static lean_object* l_Lean_Parser_patternIgnore_formatter___closed__1; static lean_object* l_Lean_Parser_many1Indent___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__4; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__2; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__20; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_charLit_parenthesizer___closed__2; static lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__2; @@ -472,17 +478,17 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_andthen(lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__70; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardSpace; lean_object* l_Lean_PrettyPrinter_Parenthesizer_manyNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_symbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58; LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_parenthesizer(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__62; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_parenthesizer___boxed(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer(lean_object*); lean_object* l_Lean_Parser_checkColGe(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107; static lean_object* l_Lean_Parser_charLit_formatter___closed__3; static lean_object* l_Lean_Parser_optional_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot_parenthesizer(lean_object*); @@ -495,40 +501,40 @@ LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_formatter___boxed(lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Parser_ppRealFill(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_charLit_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__4; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__39; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__71; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17; static lean_object* l_Lean_Parser_termParser_formatter___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_rawIdent; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__32; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot_formatter(lean_object*); extern lean_object* l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; LEAN_EXPORT lean_object* l_Lean_Parser_ppIndent(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_commandParser_formatter___boxed(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__19; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__51; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__9; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_scientificLit; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_many(lean_object*); LEAN_EXPORT lean_object* l_Lean_ppDedent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_numLit_parenthesizer___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12; lean_object* l_Lean_PrettyPrinter_Parenthesizer_unicodeSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48; static lean_object* l_Lean_Parser_many1Indent___closed__1; lean_object* l_Lean_PrettyPrinter_Formatter_pushNone_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_many_formatter___closed__2; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__34; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77; static lean_object* l_Lean_Parser_scientificLit___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Parser_sepByIndent_formatter___spec__3(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -554,21 +560,19 @@ LEAN_EXPORT lean_object* l_Lean_Parser_patternIgnore_formatter(lean_object*, lea static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_termParser_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ident; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23; LEAN_EXPORT lean_object* l_Lean_Parser_optional_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbol_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92; lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Indent(lean_object*); static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__5; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_group(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_scientificLit_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_manyIndent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86; static lean_object* l_Lean_Parser_strLit_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppLine_parenthesizer___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withoutForbidden_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -580,26 +584,20 @@ LEAN_EXPORT lean_object* l_Lean_Parser_ppAllowUngrouped_parenthesizer___rarg(lea 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_Parser_dbgTraceState_formatter___boxed(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100; lean_object* lean_nat_mod(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot_formatter___boxed(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_atomic_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_ident_formatter___closed__3; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppGroup_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__55; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119; extern lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31; lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_nameLit_formatter___closed__4; extern lean_object* l_Lean_Parser_skip; @@ -608,37 +606,34 @@ static lean_object* l_Lean_Parser_charLit___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_ppIndent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__4; LEAN_EXPORT lean_object* l_Lean_ppHardLineUnlessUngrouped_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111; LEAN_EXPORT lean_object* l_Lean_Parser_withoutPosition_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047_(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__16; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__12; extern lean_object* l_Lean_Parser_scientificLitNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__35; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__5; extern lean_object* l_Lean_Parser_strLitNoAntiquot; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_leadingNode_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65; lean_object* l_Lean_Parser_registerAlias(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__65; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent(lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4; LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_patternIgnore(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_parenthesizer(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113; LEAN_EXPORT lean_object* l_Lean_Parser_ppSpace_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9; static lean_object* l_Lean_Parser_mkAntiquotSplice_parenthesizer___closed__2; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__45; LEAN_EXPORT lean_object* l_Lean_Parser_many1(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34; uint8_t l_Lean_Syntax_isNone(lean_object*); 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106; static lean_object* l_Lean_Parser_group_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8; static lean_object* l_Lean_Parser_strLit_parenthesizer___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_antiquotExpr_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -650,14 +645,16 @@ static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__13; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__44; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquotSplice_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__69; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88; extern lean_object* l_Lean_PrettyPrinter_backtrackExceptionId; LEAN_EXPORT lean_object* l_Lean_Parser_termParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114; LEAN_EXPORT lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppRealGroup(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__17; lean_object* l_Lean_PrettyPrinter_Formatter_andthen_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppDedent(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_indent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -666,31 +663,36 @@ lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter___boxed(lean_ob static lean_object* l_Lean_Parser_numLit_formatter___closed__2; extern lean_object* l_Lean_Parser_maxPrec; lean_object* l_Lean_Parser_sepBy(lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87; lean_object* l_Lean_PrettyPrinter_Formatter_strLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_identNoAntiquot; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__6; static lean_object* l_Lean_Parser_nameLit_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_antiquotExpr_parenthesizer___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Indent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquotSplice_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74; lean_object* l_String_intercalate(lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__7; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__75; lean_object* l_Lean_PrettyPrinter_Parenthesizer_tokenWithAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_ppDedentIfGrouped(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_Parser_many_parenthesizer___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60; LEAN_EXPORT lean_object* l_Lean_ppRealFill_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_mkAntiquot(lean_object*, lean_object*, uint8_t, uint8_t); @@ -698,15 +700,18 @@ lean_object* l_Lean_PrettyPrinter_Parenthesizer_node_parenthesizer(lean_object*, static lean_object* l_Lean_Parser_many_formatter___closed__1; static lean_object* l_Lean_Parser_optional_formatter___closed__4; lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115; LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_formatter(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123; static lean_object* l_Lean_Parser_numLit_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_incQuotDepth_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_sepByIndent_formatter___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_ident_formatter___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__29; LEAN_EXPORT lean_object* l_Lean_Parser_numLit; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_formatter(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -722,28 +727,29 @@ static lean_object* l_Lean_Parser_optional_formatter___closed__2; lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__15; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__11; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__21; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__64; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbol_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21; LEAN_EXPORT lean_object* l_Lean_Parser_group_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103; LEAN_EXPORT lean_object* l_Lean_Parser_numLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_sepByIndent___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24; 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_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__31; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100; static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__3; static lean_object* l_Lean_Parser_numLit___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__56; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__3; uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -752,14 +758,13 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le lean_object* l_Lean_PrettyPrinter_Formatter_categoryParser_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDecl_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_manyNoAntiquot(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__53; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__3; LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120; LEAN_EXPORT lean_object* l_Lean_Parser_ppDedentIfGrouped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__4; static lean_object* l_Lean_ppDedentIfGrouped_formatter___closed__1; lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -769,47 +774,42 @@ static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__6; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__15; static lean_object* l_Lean_Parser_numLit_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27; +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049_(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__34; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_patternIgnore_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_numLitNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_many1Indent_parenthesizer___closed__1; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__10; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__15; lean_object* l_String_toSubstring_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withoutForbidden_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_formatter(lean_object*); static lean_object* l_Lean_Parser_sepByIndent___closed__5; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49; static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__6; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__17; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118; LEAN_EXPORT lean_object* l_Lean_Parser_ppDedentIfGrouped___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30; lean_object* l_Lean_PrettyPrinter_Formatter_numLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39; static lean_object* l_Lean_Parser_antiquotExpr_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50; static lean_object* l_Lean_Parser_antiquotExpr_formatter___closed__1; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_scientificLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_ppGroup_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61; 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_Parser_nonReservedSymbol_formatter(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59; lean_object* l_Lean_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__3; lean_object* l_Lean_PrettyPrinter_Parenthesizer_pushNone_parenthesizer___boxed(lean_object*); @@ -7921,7 +7921,7 @@ lean_dec(x_1); return x_6; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -7932,7 +7932,7 @@ x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2() { _start: { lean_object* x_1; @@ -7940,27 +7940,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_patternIgnore), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -7970,12 +7970,12 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5; x_3 = 0; x_4 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_4, 0, x_1); @@ -7984,7 +7984,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7() { _start: { lean_object* x_1; @@ -7992,17 +7992,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_patternIgnore_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____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_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9() { _start: { lean_object* x_1; @@ -8010,7 +8010,7 @@ x_1 = l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10() { _start: { lean_object* x_1; @@ -8018,17 +8018,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_patternIgnore_parenthesizer), 6, return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12() { _start: { lean_object* x_1; @@ -8036,7 +8036,7 @@ x_1 = l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -8047,7 +8047,7 @@ x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14() { _start: { lean_object* x_1; @@ -8055,27 +8055,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_group), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17() { _start: { lean_object* x_1; @@ -8083,17 +8083,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_group_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19() { _start: { lean_object* x_1; @@ -8101,17 +8101,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_group_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21() { _start: { lean_object* x_1; @@ -8119,28 +8119,28 @@ x_1 = lean_mk_string_from_bytes("ppHardSpace", 11); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24() { _start: { lean_object* x_1; lean_object* x_2; @@ -8150,17 +8150,17 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26() { _start: { lean_object* x_1; lean_object* x_2; @@ -8170,12 +8170,12 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26; x_3 = 1; x_4 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_4, 0, x_1); @@ -8184,7 +8184,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28() { _start: { lean_object* x_1; @@ -8192,17 +8192,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppHardSpace_formatter___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30() { _start: { lean_object* x_1; @@ -8210,17 +8210,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppHardSpace_parenthesizer___boxed return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32() { _start: { lean_object* x_1; @@ -8228,38 +8228,38 @@ x_1 = lean_mk_string_from_bytes("ppSpace", 7); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36() { _start: { lean_object* x_1; @@ -8267,17 +8267,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppSpace_formatter___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38() { _start: { lean_object* x_1; @@ -8285,17 +8285,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppSpace_parenthesizer___boxed), 4 return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40() { _start: { lean_object* x_1; @@ -8303,38 +8303,38 @@ x_1 = lean_mk_string_from_bytes("ppLine", 6); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44() { _start: { lean_object* x_1; @@ -8342,17 +8342,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppLine_formatter___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46() { _start: { lean_object* x_1; @@ -8360,17 +8360,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppLine_parenthesizer___boxed), 4, return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48() { _start: { lean_object* x_1; @@ -8378,28 +8378,28 @@ x_1 = lean_mk_string_from_bytes("ppGroup", 7); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51() { _start: { lean_object* x_1; @@ -8407,27 +8407,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppGroup___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; @@ -8441,7 +8441,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55() { _start: { lean_object* x_1; @@ -8449,17 +8449,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppGroup_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57() { _start: { lean_object* x_1; @@ -8467,17 +8467,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppGroup_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59() { _start: { lean_object* x_1; @@ -8485,28 +8485,28 @@ x_1 = lean_mk_string_from_bytes("ppRealGroup", 11); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62() { _start: { lean_object* x_1; @@ -8514,27 +8514,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealGroup___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65() { _start: { lean_object* x_1; @@ -8542,17 +8542,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppRealGroup_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67() { _start: { lean_object* x_1; @@ -8560,17 +8560,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealGroup_parenthesizer), 6, 0) return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69() { _start: { lean_object* x_1; @@ -8578,28 +8578,28 @@ x_1 = lean_mk_string_from_bytes("ppRealFill", 10); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72() { _start: { lean_object* x_1; @@ -8607,27 +8607,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealFill___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75() { _start: { lean_object* x_1; @@ -8635,17 +8635,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppRealFill_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77() { _start: { lean_object* x_1; @@ -8653,17 +8653,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealFill_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79() { _start: { lean_object* x_1; @@ -8671,28 +8671,28 @@ x_1 = lean_mk_string_from_bytes("ppIndent", 8); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82() { _start: { lean_object* x_1; @@ -8700,27 +8700,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppIndent___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85() { _start: { lean_object* x_1; @@ -8728,17 +8728,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppIndent_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87() { _start: { lean_object* x_1; @@ -8746,17 +8746,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppIndent_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89() { _start: { lean_object* x_1; @@ -8764,28 +8764,28 @@ x_1 = lean_mk_string_from_bytes("ppDedent", 8); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92() { _start: { lean_object* x_1; @@ -8793,27 +8793,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedent___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95() { _start: { lean_object* x_1; @@ -8821,17 +8821,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppDedent_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97() { _start: { lean_object* x_1; @@ -8839,17 +8839,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedent_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99() { _start: { lean_object* x_1; @@ -8857,28 +8857,28 @@ x_1 = lean_mk_string_from_bytes("ppDedentIfGrouped", 17); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102() { _start: { lean_object* x_1; @@ -8886,27 +8886,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedentIfGrouped___boxed), 1, 0) return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105() { _start: { lean_object* x_1; @@ -8914,17 +8914,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppDedentIfGrouped_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107() { _start: { lean_object* x_1; @@ -8932,17 +8932,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedentIfGrouped_parenthesizer), return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109() { _start: { lean_object* x_1; @@ -8950,38 +8950,38 @@ x_1 = lean_mk_string_from_bytes("ppAllowUngrouped", 16); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113() { _start: { lean_object* x_1; @@ -8989,17 +8989,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppAllowUngrouped_formatter___boxed), 1, return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115() { _start: { lean_object* x_1; @@ -9007,17 +9007,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppAllowUngrouped_parenthesizer___ return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117() { _start: { lean_object* x_1; @@ -9025,38 +9025,38 @@ x_1 = lean_mk_string_from_bytes("ppHardLineUnlessUngrouped", 25); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121() { _start: { lean_object* x_1; @@ -9064,17 +9064,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppHardLineUnlessUngrouped_formatter___bo return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123() { _start: { lean_object* x_1; @@ -9082,25 +9082,25 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppHardLineUnlessUngrouped_parenth return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049_(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_Parser_patternIgnore_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3; -x_5 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4; -x_6 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1; +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3; +x_5 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4; +x_6 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6; x_7 = l_Lean_Parser_registerAlias(x_2, x_3, x_4, x_5, x_6, x_1); if (lean_obj_tag(x_7) == 0) { @@ -9108,8 +9108,8 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_7, 1); lean_inc(x_8); lean_dec(x_7); -x_9 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9; -x_10 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8; +x_9 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9; +x_10 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8; x_11 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_2, x_10, x_8); if (lean_obj_tag(x_11) == 0) { @@ -9117,8 +9117,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_12 = lean_ctor_get(x_11, 1); lean_inc(x_12); lean_dec(x_11); -x_13 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12; -x_14 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11; +x_13 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12; +x_14 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11; x_15 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_2, x_14, x_12); if (lean_obj_tag(x_15) == 0) { @@ -9127,9 +9127,9 @@ x_16 = lean_ctor_get(x_15, 1); lean_inc(x_16); lean_dec(x_15); x_17 = l_Lean_Parser_group_formatter___closed__2; -x_18 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13; -x_19 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15; -x_20 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16; +x_18 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13; +x_19 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15; +x_20 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16; x_21 = l_Lean_Parser_registerAlias(x_17, x_18, x_19, x_20, x_6, x_16); if (lean_obj_tag(x_21) == 0) { @@ -9137,7 +9137,7 @@ lean_object* x_22; lean_object* x_23; lean_object* x_24; x_22 = lean_ctor_get(x_21, 1); lean_inc(x_22); lean_dec(x_21); -x_23 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18; +x_23 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18; x_24 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_17, x_23, x_22); if (lean_obj_tag(x_24) == 0) { @@ -9145,7 +9145,7 @@ lean_object* x_25; lean_object* x_26; lean_object* x_27; x_25 = lean_ctor_get(x_24, 1); lean_inc(x_25); lean_dec(x_24); -x_26 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20; +x_26 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20; x_27 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_17, x_26, x_25); if (lean_obj_tag(x_27) == 0) { @@ -9153,11 +9153,11 @@ lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean x_28 = lean_ctor_get(x_27, 1); lean_inc(x_28); lean_dec(x_27); -x_29 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22; -x_30 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23; -x_31 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24; -x_32 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25; -x_33 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27; +x_29 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22; +x_30 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23; +x_31 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24; +x_32 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25; +x_33 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27; x_34 = l_Lean_Parser_registerAlias(x_29, x_30, x_31, x_32, x_33, x_28); if (lean_obj_tag(x_34) == 0) { @@ -9165,7 +9165,7 @@ lean_object* x_35; lean_object* x_36; lean_object* x_37; x_35 = lean_ctor_get(x_34, 1); lean_inc(x_35); lean_dec(x_34); -x_36 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29; +x_36 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29; x_37 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_29, x_36, x_35); if (lean_obj_tag(x_37) == 0) { @@ -9173,7 +9173,7 @@ lean_object* x_38; lean_object* x_39; lean_object* x_40; x_38 = lean_ctor_get(x_37, 1); lean_inc(x_38); lean_dec(x_37); -x_39 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31; +x_39 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31; x_40 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_29, x_39, x_38); if (lean_obj_tag(x_40) == 0) { @@ -9181,9 +9181,9 @@ lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean x_41 = lean_ctor_get(x_40, 1); lean_inc(x_41); lean_dec(x_40); -x_42 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33; -x_43 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34; -x_44 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35; +x_42 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33; +x_43 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34; +x_44 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35; x_45 = l_Lean_Parser_registerAlias(x_42, x_43, x_31, x_44, x_33, x_41); if (lean_obj_tag(x_45) == 0) { @@ -9191,7 +9191,7 @@ lean_object* x_46; lean_object* x_47; lean_object* x_48; x_46 = lean_ctor_get(x_45, 1); lean_inc(x_46); lean_dec(x_45); -x_47 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37; +x_47 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37; x_48 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_42, x_47, x_46); if (lean_obj_tag(x_48) == 0) { @@ -9199,7 +9199,7 @@ lean_object* x_49; lean_object* x_50; lean_object* x_51; x_49 = lean_ctor_get(x_48, 1); lean_inc(x_49); lean_dec(x_48); -x_50 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39; +x_50 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39; x_51 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_42, x_50, x_49); if (lean_obj_tag(x_51) == 0) { @@ -9207,9 +9207,9 @@ lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean x_52 = lean_ctor_get(x_51, 1); lean_inc(x_52); lean_dec(x_51); -x_53 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41; -x_54 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42; -x_55 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43; +x_53 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41; +x_54 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42; +x_55 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43; x_56 = l_Lean_Parser_registerAlias(x_53, x_54, x_31, x_55, x_33, x_52); if (lean_obj_tag(x_56) == 0) { @@ -9217,7 +9217,7 @@ lean_object* x_57; lean_object* x_58; lean_object* x_59; x_57 = lean_ctor_get(x_56, 1); lean_inc(x_57); lean_dec(x_56); -x_58 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45; +x_58 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45; x_59 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_53, x_58, x_57); if (lean_obj_tag(x_59) == 0) { @@ -9225,7 +9225,7 @@ lean_object* x_60; lean_object* x_61; lean_object* x_62; x_60 = lean_ctor_get(x_59, 1); lean_inc(x_60); lean_dec(x_59); -x_61 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47; +x_61 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47; x_62 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_53, x_61, x_60); if (lean_obj_tag(x_62) == 0) { @@ -9233,11 +9233,11 @@ lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean x_63 = lean_ctor_get(x_62, 1); lean_inc(x_63); lean_dec(x_62); -x_64 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49; -x_65 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50; -x_66 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52; -x_67 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53; -x_68 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54; +x_64 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49; +x_65 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50; +x_66 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52; +x_67 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53; +x_68 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54; x_69 = l_Lean_Parser_registerAlias(x_64, x_65, x_66, x_67, x_68, x_63); if (lean_obj_tag(x_69) == 0) { @@ -9245,7 +9245,7 @@ lean_object* x_70; lean_object* x_71; lean_object* x_72; x_70 = lean_ctor_get(x_69, 1); lean_inc(x_70); lean_dec(x_69); -x_71 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56; +x_71 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56; x_72 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_64, x_71, x_70); if (lean_obj_tag(x_72) == 0) { @@ -9253,7 +9253,7 @@ lean_object* x_73; lean_object* x_74; lean_object* x_75; x_73 = lean_ctor_get(x_72, 1); lean_inc(x_73); lean_dec(x_72); -x_74 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58; +x_74 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58; x_75 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_64, x_74, x_73); if (lean_obj_tag(x_75) == 0) { @@ -9261,10 +9261,10 @@ lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean x_76 = lean_ctor_get(x_75, 1); lean_inc(x_76); lean_dec(x_75); -x_77 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60; -x_78 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61; -x_79 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63; -x_80 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64; +x_77 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60; +x_78 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61; +x_79 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63; +x_80 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64; x_81 = l_Lean_Parser_registerAlias(x_77, x_78, x_79, x_80, x_68, x_76); if (lean_obj_tag(x_81) == 0) { @@ -9272,7 +9272,7 @@ lean_object* x_82; lean_object* x_83; lean_object* x_84; x_82 = lean_ctor_get(x_81, 1); lean_inc(x_82); lean_dec(x_81); -x_83 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66; +x_83 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66; x_84 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_77, x_83, x_82); if (lean_obj_tag(x_84) == 0) { @@ -9280,7 +9280,7 @@ lean_object* x_85; lean_object* x_86; lean_object* x_87; x_85 = lean_ctor_get(x_84, 1); lean_inc(x_85); lean_dec(x_84); -x_86 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68; +x_86 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68; x_87 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_77, x_86, x_85); if (lean_obj_tag(x_87) == 0) { @@ -9288,10 +9288,10 @@ lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean x_88 = lean_ctor_get(x_87, 1); lean_inc(x_88); lean_dec(x_87); -x_89 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70; -x_90 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71; -x_91 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73; -x_92 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74; +x_89 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70; +x_90 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71; +x_91 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73; +x_92 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74; x_93 = l_Lean_Parser_registerAlias(x_89, x_90, x_91, x_92, x_68, x_88); if (lean_obj_tag(x_93) == 0) { @@ -9299,7 +9299,7 @@ lean_object* x_94; lean_object* x_95; lean_object* x_96; x_94 = lean_ctor_get(x_93, 1); lean_inc(x_94); lean_dec(x_93); -x_95 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76; +x_95 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76; x_96 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_89, x_95, x_94); if (lean_obj_tag(x_96) == 0) { @@ -9307,7 +9307,7 @@ lean_object* x_97; lean_object* x_98; lean_object* x_99; x_97 = lean_ctor_get(x_96, 1); lean_inc(x_97); lean_dec(x_96); -x_98 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78; +x_98 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78; x_99 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_89, x_98, x_97); if (lean_obj_tag(x_99) == 0) { @@ -9315,10 +9315,10 @@ lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; x_100 = lean_ctor_get(x_99, 1); lean_inc(x_100); lean_dec(x_99); -x_101 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80; -x_102 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81; -x_103 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83; -x_104 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84; +x_101 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80; +x_102 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81; +x_103 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83; +x_104 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84; x_105 = l_Lean_Parser_registerAlias(x_101, x_102, x_103, x_104, x_68, x_100); if (lean_obj_tag(x_105) == 0) { @@ -9326,7 +9326,7 @@ lean_object* x_106; lean_object* x_107; lean_object* x_108; x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); lean_dec(x_105); -x_107 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86; +x_107 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86; x_108 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_101, x_107, x_106); if (lean_obj_tag(x_108) == 0) { @@ -9334,7 +9334,7 @@ lean_object* x_109; lean_object* x_110; lean_object* x_111; x_109 = lean_ctor_get(x_108, 1); lean_inc(x_109); lean_dec(x_108); -x_110 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88; +x_110 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88; x_111 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_101, x_110, x_109); if (lean_obj_tag(x_111) == 0) { @@ -9342,10 +9342,10 @@ lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; x_112 = lean_ctor_get(x_111, 1); lean_inc(x_112); lean_dec(x_111); -x_113 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90; -x_114 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91; -x_115 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93; -x_116 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94; +x_113 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90; +x_114 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91; +x_115 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93; +x_116 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94; x_117 = l_Lean_Parser_registerAlias(x_113, x_114, x_115, x_116, x_68, x_112); if (lean_obj_tag(x_117) == 0) { @@ -9353,7 +9353,7 @@ lean_object* x_118; lean_object* x_119; lean_object* x_120; x_118 = lean_ctor_get(x_117, 1); lean_inc(x_118); lean_dec(x_117); -x_119 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96; +x_119 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96; x_120 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_113, x_119, x_118); if (lean_obj_tag(x_120) == 0) { @@ -9361,7 +9361,7 @@ lean_object* x_121; lean_object* x_122; lean_object* x_123; x_121 = lean_ctor_get(x_120, 1); lean_inc(x_121); lean_dec(x_120); -x_122 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98; +x_122 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98; x_123 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_113, x_122, x_121); if (lean_obj_tag(x_123) == 0) { @@ -9369,10 +9369,10 @@ 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100; -x_126 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101; -x_127 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103; -x_128 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104; +x_125 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100; +x_126 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101; +x_127 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103; +x_128 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104; x_129 = l_Lean_Parser_registerAlias(x_125, x_126, x_127, x_128, x_68, x_124); if (lean_obj_tag(x_129) == 0) { @@ -9380,7 +9380,7 @@ lean_object* x_130; lean_object* x_131; lean_object* x_132; x_130 = lean_ctor_get(x_129, 1); lean_inc(x_130); lean_dec(x_129); -x_131 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106; +x_131 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106; x_132 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_125, x_131, x_130); if (lean_obj_tag(x_132) == 0) { @@ -9388,7 +9388,7 @@ lean_object* x_133; lean_object* x_134; lean_object* x_135; x_133 = lean_ctor_get(x_132, 1); lean_inc(x_133); lean_dec(x_132); -x_134 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108; +x_134 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108; x_135 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_125, x_134, x_133); if (lean_obj_tag(x_135) == 0) { @@ -9396,9 +9396,9 @@ lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; x_136 = lean_ctor_get(x_135, 1); lean_inc(x_136); lean_dec(x_135); -x_137 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110; -x_138 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111; -x_139 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112; +x_137 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110; +x_138 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111; +x_139 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112; x_140 = l_Lean_Parser_registerAlias(x_137, x_138, x_31, x_139, x_33, x_136); if (lean_obj_tag(x_140) == 0) { @@ -9406,7 +9406,7 @@ lean_object* x_141; lean_object* x_142; lean_object* x_143; x_141 = lean_ctor_get(x_140, 1); lean_inc(x_141); lean_dec(x_140); -x_142 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114; +x_142 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114; x_143 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_137, x_142, x_141); if (lean_obj_tag(x_143) == 0) { @@ -9414,7 +9414,7 @@ lean_object* x_144; lean_object* x_145; lean_object* x_146; x_144 = lean_ctor_get(x_143, 1); lean_inc(x_144); lean_dec(x_143); -x_145 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116; +x_145 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116; x_146 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_137, x_145, x_144); if (lean_obj_tag(x_146) == 0) { @@ -9422,9 +9422,9 @@ lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; x_147 = lean_ctor_get(x_146, 1); lean_inc(x_147); lean_dec(x_146); -x_148 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118; -x_149 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119; -x_150 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120; +x_148 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118; +x_149 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119; +x_150 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120; x_151 = l_Lean_Parser_registerAlias(x_148, x_149, x_31, x_150, x_33, x_147); if (lean_obj_tag(x_151) == 0) { @@ -9432,7 +9432,7 @@ lean_object* x_152; lean_object* x_153; lean_object* x_154; x_152 = lean_ctor_get(x_151, 1); lean_inc(x_152); lean_dec(x_151); -x_153 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122; +x_153 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122; x_154 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_148, x_153, x_152); if (lean_obj_tag(x_154) == 0) { @@ -9440,7 +9440,7 @@ lean_object* x_155; lean_object* x_156; lean_object* x_157; x_155 = lean_ctor_get(x_154, 1); lean_inc(x_155); lean_dec(x_154); -x_156 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124; +x_156 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124; x_157 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_148, x_156, x_155); return x_157; } @@ -10936,255 +10936,255 @@ l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegi lean_mark_persistent(l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__80); l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81 = _init_l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81(); lean_mark_persistent(l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049_(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/Delaborator/TopDownAnalyze.c b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c index 8451ad04e707..34dcc4e3b3fb 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c @@ -44,6 +44,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__10; lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLam___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_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_252_(lean_object*); @@ -58,7 +59,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps___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*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_332____closed__5; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___boxed(lean_object**); static lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike___closed__1; @@ -77,6 +77,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_PrettyPrinter_Del LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_App_State_namedArgs___default; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__37; +double lean_float_div(double, double); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__1___closed__1; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__2; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___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*); @@ -92,6 +93,7 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___cl LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92_(lean_object*); uint8_t l_Lean_Level_hasParam(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___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_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp(lean_object*); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; @@ -170,6 +172,7 @@ LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeTypeAscriptions___boxed(lean_object* LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore___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_getPPAnalysisSkip___closed__1; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instMonadReaderOfSubExprAnalyzeM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__2___closed__3; uint8_t l_Lean_Expr_isNatLit(lean_object*); @@ -179,6 +182,8 @@ lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalysisNeedsType___boxed(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_132____closed__5; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__4; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__38(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -256,6 +261,7 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeTypeAscriptions(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instMonadWithReaderOfSubExprAnalyzeM(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders(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_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__2(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_lambdaTelescopeImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -296,11 +302,11 @@ static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownA LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeSort___rarg(lean_object*); static lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__21; -lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, 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 lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerInternalExceptionId(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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*); +static lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__42; lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); @@ -341,6 +347,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instInhabitedContext___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___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_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__33; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_452____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike___closed__2; uint8_t l_List_isEmpty___rarg(lean_object*); @@ -380,6 +387,7 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewMCtxDepthImp___rarg LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___lambda__1(uint8_t, 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_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__2(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_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___spec__1(lean_object*, lean_object*, size_t, size_t); +lean_object* lean_io_mono_nanos_now(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___closed__4; lean_object* l_Lean_Expr_constName_x21(lean_object*); @@ -403,6 +411,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingDom static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasMVarAtCurrDepth(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___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* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__10___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_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isFunLike___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -431,6 +440,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_T lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__1; lean_object* l_Lean_Meta_getResetPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasMVarAtCurrDepth___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__5(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeExplicitHoles(lean_object*); @@ -449,7 +459,6 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWi LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_52____closed__5; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92____closed__4; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8; static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3; extern lean_object* l_Lean_Meta_instMonadMetaM; @@ -466,6 +475,7 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___l static lean_object* l_Lean_getPPAnalysisNeedsType___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__10(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static double l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeTrustOfScientific___boxed(lean_object*); uint8_t l_Lean_getPPInstanceTypes(lean_object*); @@ -499,6 +509,7 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___l static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__1; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(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_TopDownAnalyze_canBottomUp___lambda__4(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_RBNode_find___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__5___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHigherOrder(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__2(uint8_t, lean_object*); @@ -565,6 +576,7 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnal static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__5; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__1(lean_object*); +lean_object* lean_float_to_string(double); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -678,6 +690,7 @@ size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_MetavarContext_findLevelDepth_x3f(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_containsBadMax(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__2; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeTrustId___boxed(lean_object*); uint8_t l_Lean_Expr_hasLevelParam(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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*); @@ -780,8 +793,10 @@ static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownA LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzePi(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg(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_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2; lean_object* l_Lean_Meta_setPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_isFOLike(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(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_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_returnsPi___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); @@ -802,6 +817,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKno LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getPos___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__2___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__12; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___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_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__2; @@ -820,6 +836,7 @@ lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_ob uint8_t l_Lean_getPPProofsWithType(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__6; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__11; +lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_processPostponed(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instMonadReaderOfSubExprAnalyzeM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -30397,7 +30414,305 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Meta_withNewMCtxDepth___at_Lean_PrettyPr return x_2; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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) { +static double _init_l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_io_mono_nanos_now(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); +x_10 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +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 = lean_io_mono_nanos_now(x_12); +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; double x_19; double x_20; double x_21; lean_object* x_22; lean_object* x_23; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_nat_sub(x_15, x_8); +lean_dec(x_8); +lean_dec(x_15); +x_17 = 0; +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Float_ofScientific(x_16, x_17, x_18); +lean_dec(x_16); +x_20 = l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1; +x_21 = lean_float_div(x_19, x_20); +x_22 = lean_box_float(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_11); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_13, 0, x_23); +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; double x_29; double x_30; double 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_nat_sub(x_24, x_8); +lean_dec(x_8); +lean_dec(x_24); +x_27 = 0; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Float_ofScientific(x_26, x_27, x_28); +lean_dec(x_26); +x_30 = l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1; +x_31 = lean_float_div(x_29, x_30); +x_32 = lean_box_float(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_11); +lean_ctor_set(x_33, 1, x_32); +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_8); +x_35 = !lean_is_exclusive(x_10); +if (x_35 == 0) +{ +return x_10; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_10, 0); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_10); +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; +} +} +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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; uint8_t x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2; +x_8 = 0; +x_9 = l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(x_7, x_8, x_2, x_3, x_4, x_5, x_6); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, 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; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_box(0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_13, 0, x_17); +return x_13; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} +} +else +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_13); +if (x_23 == 0) +{ +return x_13; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 1); +lean_inc(x_27); +lean_dec(x_9); +x_28 = l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4(x_1, x_2, x_3, x_4, x_5, x_27); +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; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 1); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_30, 1, x_33); +return x_28; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_30); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_28, 0, x_37); +return x_28; +} +} +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; +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_dec(x_28); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +if (lean_is_scalar(x_42)) { + x_44 = lean_alloc_ctor(0, 2, 0); +} else { + x_44 = x_42; +} +lean_ctor_set(x_44, 0, x_40); +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_39); +return x_45; +} +} +else +{ +uint8_t x_46; +x_46 = !lean_is_exclusive(x_28); +if (x_46 == 0) +{ +return x_28; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_28, 0); +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_28); +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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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) { _start: { if (lean_obj_tag(x_1) == 0) @@ -30422,6 +30737,120 @@ return x_10; } } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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; +x_7 = lean_apply_5(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_7, 0, x_10); +return x_7; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_7, 0); +x_12 = lean_ctor_get(x_7, 1); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_11); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 0); +x_17 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 0, x_17); +return x_7; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_7, 0); +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_7); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_inc(x_10); +x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__5(x_5, x_8, x_9, x_10, x_11, x_14); +lean_dec(x_10); +return x_15; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2(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: { @@ -30445,7 +30874,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_object* x_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_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); @@ -30457,52 +30886,97 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__1), 6, 1); +lean_closure_set(x_20, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_20 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_20) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(x_20, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_21); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_23); -x_24 = lean_apply_6(x_2, x_23, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_24) == 0) +lean_inc(x_24); +x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_26) == 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); -lean_dec(x_24); -lean_inc(x_7); -x_27 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_25, x_4, x_5, x_6, x_7, x_8, x_26); -x_28 = lean_ctor_get(x_27, 1); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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_27); -x_29 = l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(x_23, x_5, x_6, x_7, x_8, x_28); +lean_dec(x_26); +x_29 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); lean_dec(x_8); -lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_23); -return x_29; +lean_dec(x_24); +return x_30; } else { -uint8_t x_30; -lean_dec(x_23); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___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_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__4; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_24); +return x_46; +} +} +else +{ +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); lean_dec(x_16); lean_dec(x_8); @@ -30510,92 +30984,54 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_24); -if (x_30 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_24; +return x_26; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_24); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_20, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_36, 0, x_34); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_36); -x_37 = lean_apply_6(x_2, x_36, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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); -lean_inc(x_7); -x_40 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__3(x_18, x_1, x_16, x_38, x_4, x_5, x_6, x_7, x_8, x_39); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(x_36, x_5, x_6, x_7, x_8, x_41); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_36); -return x_42; -} -else -{ -uint8_t x_43; -lean_dec(x_36); +uint8_t x_51; lean_dec(x_18); lean_dec(x_16); 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_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_37; +return x_21; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; } } } @@ -31028,11 +31464,11 @@ x_11 = l_Lean_Meta_withNewMCtxDepth___at_Lean_PrettyPrinter_Delaborator_topDownA return x_11; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_MonadExcept_ofExcept___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__5(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -31041,6 +31477,21 @@ lean_dec(x_1); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___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_4); +lean_dec(x_4); +x_14 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +return x_14; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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) { _start: { @@ -31932,6 +32383,19 @@ l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExp lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5); l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6); +l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1 = _init_l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1(); +l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1 = _init_l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1); +l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2 = _init_l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2); +l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1 = _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1); +l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2 = _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2); +l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3 = _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3); +l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4 = _init_l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4); l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__1); l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__2(); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c index 5c26e1151ee9..4d8ce516f6ee 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c @@ -41,6 +41,7 @@ LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_PrettyPrinter_Formatter_manyN 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_State_leadWord___default; static lean_object* l_Lean_PrettyPrinter_formatCommand___closed__2; LEAN_EXPORT lean_object* l_List_forM___at_Lean_PrettyPrinter_Formatter_sepByNoAntiquot_formatter___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -66,9 +67,9 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__1__ lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); 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_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__6; static lean_object* l_Lean_PrettyPrinter_format___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9; 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*); @@ -100,6 +101,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_skip_formatter(lean_obje lean_object* l_Lean_Syntax_getArgs(lean_object*); 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLineEq_formatter___rarg(lean_object*); lean_object* l_String_trim(lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); @@ -124,7 +126,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatte LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_format(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__4; lean_object* l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_error_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_FormatterM_orElse(lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__2; @@ -132,7 +133,6 @@ LEAN_EXPORT lean_object* l_List_forM___at_Lean_PrettyPrinter_Formatter_sepByNoAn LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkStackTop_formatter___rarg(lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Formatter_State_isUngrouped___default; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_State_stack___default; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__4; 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*); 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*); @@ -168,6 +168,7 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__3; static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStack___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_trailingNode_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___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_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*); @@ -227,7 +228,6 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_numLitNoAntiquot_formatter___ static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4___closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__6; static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__8; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__7; 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; @@ -241,7 +241,6 @@ 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_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_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__11; lean_object* l_Lean_Parser_tokenFn(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -266,6 +265,7 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__1; static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2; 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; @@ -276,7 +276,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_format___spec static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__4___closed__3; 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitArgs___lambda__1(lean_object*, lean_object*, 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; @@ -291,11 +291,12 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGt_formatter___b 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; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7; static lean_object* l_Lean_PrettyPrinter_format___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_rawCh_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025_(lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__2; static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__7; static lean_object* l_Lean_PrettyPrinter_format___closed__2; static lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___closed__1; @@ -309,7 +310,6 @@ static lean_object* l_panic___at_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_f 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_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(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___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; @@ -318,7 +318,9 @@ static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); lean_object* lean_int_sub(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6389_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__3(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_7025____closed__8; 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; @@ -326,12 +328,12 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrint 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*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_parserOfStack_formatter(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_7025____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColEq_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_ite(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushNone_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_combinatorFormatterAttribute; @@ -341,7 +343,6 @@ 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__3; static lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter___closed__2; lean_object* l_Lean_Parser_registerAliasCore___rarg(lean_object*, lean_object*, 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*); @@ -349,11 +350,11 @@ 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_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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_group(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLineEq_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkStackTop_formatter(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___closed__3; @@ -362,8 +363,6 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPri 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_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6387_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023_(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_format___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setStack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -401,6 +400,7 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPri 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_7025____closed__1; 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*); @@ -443,6 +443,7 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter___c 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute; lean_object* l_String_trimRight(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter___rarg(lean_object*); @@ -477,7 +478,6 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___clos 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_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__9; 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*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goDown___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -9904,7 +9904,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_6387_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6389_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -10578,7 +10578,7 @@ 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_7023____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10588,17 +10588,17 @@ 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_7023____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__1; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7023____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3() { _start: { lean_object* x_1; @@ -10606,17 +10606,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__2; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5() { _start: { lean_object* x_1; @@ -10624,47 +10624,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__4; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7023____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7023____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__8; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7023____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10() { _start: { lean_object* x_1; @@ -10672,33 +10672,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__9; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____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_7023____closed__11; -x_2 = lean_unsigned_to_nat(7023u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11; +x_2 = lean_unsigned_to_nat(7025u); 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_7023_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025_(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_7023____closed__12; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -11033,7 +11033,7 @@ l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_interpolatedStr_form lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___spec__2___closed__2); 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_6387_(lean_io_mk_world()); +if (builtin) {res = l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6389_(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); @@ -11062,31 +11062,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_7023____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023____closed__12); -res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7023_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12); +res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025_(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 9a50e05ff19e..caa62ba0ebad 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c @@ -38,7 +38,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack___box LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1___closed__3; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__2; lean_object* l_Lean_Syntax_setHeadInfo(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_Context_cat___default; @@ -89,6 +88,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_many1Unbox_parenthes 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_EXPORT uint8_t l_Lean_PrettyPrinter_Parenthesizer_State_visitedToken___default; uint8_t lean_usize_dec_eq(size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561_(lean_object*); 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; @@ -101,22 +101,19 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_trailingNode_parenth 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__12; 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_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5957_(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_maybeParenthesize___lambda__9___boxed(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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__4; static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2; 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__7; 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; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__10; 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; @@ -134,6 +131,7 @@ 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1; 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_isTracingEnabledFor___at_Lean_PrettyPrinter_parenthesize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,7 +148,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserPa uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__6; 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_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*); @@ -196,6 +193,8 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoWsBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_instOrElseParenthesizerM(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5959_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___boxed(lean_object*, lean_object*); lean_object* l_Array_reverse___rarg(lean_object*); @@ -239,6 +238,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationPa lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_parenthesize___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_optionalNoAntiquot_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_6561____closed__9; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_error_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_setCur___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -268,7 +268,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_identEq_parenthesize 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_parenthesize___closed__1; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -277,7 +276,6 @@ 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*); 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__9; lean_object* l_Lean_Syntax_Traverser_right(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*); @@ -289,7 +287,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___ LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__4___boxed(lean_object*); static lean_object* l_Option_format___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__6___closed__2; 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_6559____closed__4; 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*); @@ -304,6 +301,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_p 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__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_errorAtSavedPos_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5; static lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___closed__1; 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*); @@ -313,7 +311,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_State_trailPrec___de lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__3; 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*); 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*); @@ -346,6 +343,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesi 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*); 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_6561____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM; static lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___closed__4; @@ -368,8 +366,9 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenth static lean_object* l_Option_format___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__6___closed__1; 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*); 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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8; static lean_object* l_Option_format___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__6___closed__4; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_ite(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_State_minPrec___default; @@ -419,6 +418,7 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambd static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3; 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3; 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*); @@ -440,6 +440,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkTailWs_parenthe 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; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer(lean_object*); 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*); @@ -466,6 +467,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_par 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*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe___closed__4; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7; static lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_fieldIdx_parenthesizer(lean_object*); size_t lean_usize_add(size_t, size_t); @@ -478,13 +480,13 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesi 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6; 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_State_contPrec___default; 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*); extern lean_object* l_Lean_instInhabitedSyntax; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_symbolNoAntiquot_parenthesizer___rarg(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_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___closed__4; @@ -537,10 +539,8 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer(l lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Parser_getCategory___spec__1(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__5; 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559_(lean_object*); lean_object* l_Nat_repr(lean_object*); 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; @@ -9670,7 +9670,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_5957_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5959_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -10278,7 +10278,7 @@ 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_6559____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10288,17 +10288,17 @@ 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_6559____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__1; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6559____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3() { _start: { lean_object* x_1; @@ -10306,17 +10306,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__2; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5() { _start: { lean_object* x_1; @@ -10324,47 +10324,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__4; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6559____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6559____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__8; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6559____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10() { _start: { lean_object* x_1; @@ -10372,33 +10372,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__9; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____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_6559____closed__11; -x_2 = lean_unsigned_to_nat(6559u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11; +x_2 = lean_unsigned_to_nat(6561u); 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_6559_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561_(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_6559____closed__12; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -10821,7 +10821,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_5957_(lean_io_mk_world()); +if (builtin) {res = l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5959_(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); @@ -10840,31 +10840,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_6559____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559____closed__12); -res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6559_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12); +res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561_(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/FileWorker/RequestHandling.c b/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c index 020b26f49397..e3a47b7a07c2 100644 --- a/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c +++ b/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c @@ -16,52 +16,55 @@ extern "C" { LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_RequestM_mapTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__2; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__26; lean_object* l_Lean_Name_getNumParts(lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_24_(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__13(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__28(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__1(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__12___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__2(lean_object*); lean_object* l_Lean_Json_compress(lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__29___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover(lean_object*, lean_object*, lean_object*); uint32_t lean_string_utf8_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__3___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__6(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Snapshots_Snapshot_infoTree(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4(lean_object*, lean_object*, lean_object*); lean_object* l_IO_AsyncList_waitAll___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleHover___lambda__6___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__15(lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__10; lean_object* l_Lean_Widget_diffInteractiveGoals(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightId___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__1(lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_795_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__32(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__1; static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___closed__1; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__36(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens_highlightId___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_Server_FileWorker_handleDefinition(uint8_t, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); lean_object* l_Lean_Server_documentUriFromModule(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1___closed__1; static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addCommandRange___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__17___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -70,171 +73,175 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Server_FileWorker_handleDocument static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__22(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__5; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__3___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_RequestHandling___hyg_12005____closed__22; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__20; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__1___closed__1; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_FileWorker_keywordSemanticTokenMap___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___boxed(lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613_(lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__33(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_getLastD___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__6; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__30(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1(lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__6(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__1(size_t, size_t, lean_object*); lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleCompletion___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightId___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__9; uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__5; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Expr_sort___override(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleHover___lambda__3(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__1; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__3___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__1(lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__2; static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__7; static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1; static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__6; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__26___boxed(lean_object*, lean_object*, lean_object*); +lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_getInteractiveGoals___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__4; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__8; lean_object* l_Lean_Syntax_getArgs(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__1; static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__2; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__6___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonPlainGoal____x40_Lean_Data_Lsp_Extra___hyg_1083_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_String_Range_includes(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___closed__2; lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonPlainTermGoal____x40_Lean_Data_Lsp_Extra___hyg_1427_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1148_(lean_object*); lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDefinition___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__17; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_RequestM_bindTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__4; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Server_RequestM_withWaitFindSnap___rarg(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_RequestHandling___hyg_12005____closed__7; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokensRange(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__2(size_t, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___closed__1; +lean_object* l_Lean_Widget_InteractiveTermGoal_pretty(lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__10; static lean_object* l_Lean_Server_FileWorker_keywordSemanticTokenMap___closed__1; uint8_t l_Char_isAlpha(uint32_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges_popRanges___boxed(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_Server_FileWorker_handleDocumentHighlight___spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___closed__3; static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__13___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveGoals___lambda__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___lambda__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__2(lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__19(lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2; extern lean_object* l_Lean_Server_requestHandlers; static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__5; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__3; static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__35(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__25; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__15; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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 lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__33___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___closed__1; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__7; static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__16; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__23(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__1; static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__2; static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__8; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols_popStack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight(lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__12; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__20___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__4; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Server_FileWorker_NamespaceEntry_finish___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__19; lean_object* l_Lean_HashMap_ofList___at_Lean_Server_ModuleRefs_instCoeModuleRefsModuleRefs___spec__5(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__30___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__1(lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__3; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1; static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__4; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__12(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +extern lean_object* l_Lean_projectionFnInfoExt; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__22; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_initializing(lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__18; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__2(lean_object*); lean_object* l_Lean_Elab_Info_fmtHover_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokensFull___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokensFull___rarg(lean_object*, lean_object*); lean_object* l_Lean_Server_findModuleRefs(lean_object*, lean_object*, uint8_t, uint8_t); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__12(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__30___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__23; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; lean_object* l_Lean_Widget_goalToInteractive(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_pop(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__22(lean_object*); lean_object* l_List_take___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___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_Lean_Server_FileWorker_handleCompletion___lambda__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Syntax_isIdOrAtom_x3f(lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___spec__1___lambda__1___closed__1; lean_object* l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__15(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__9; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2(lean_object*); lean_object* l_Lean_FileMap_lspPosToUtf8Pos(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__29(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___boxed__const__1; lean_object* l_Lean_Lsp_ModuleRefs_findAt(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1; -static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__4; static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__8; static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__5; @@ -242,99 +249,126 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal(lean_objec lean_object* lean_local_ctx_find(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__1; static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___closed__1; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___closed__1; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__10; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___spec__1___boxed(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_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__5; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__21; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_addToken___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__1; +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__19; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleHover___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_RBNode_setBlack___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange___boxed(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addCommandRange(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___closed__1; LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___lambda__2___boxed(lean_object*, 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_RequestHandling___hyg_12940____closed__4; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__23; static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__4; +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__5; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__7; static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6; +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__32(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__1(lean_object*); uint8_t l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6; lean_object* l_Lean_Syntax_getKind(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__9; lean_object* l_Except_map___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges___closed__2; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__24; lean_object* l_Lean_Server_Snapshots_Snapshot_env(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__2___closed__2; lean_object* l_Lean_Widget_InteractiveGoal_pretty(lean_object*); lean_object* l_Option_map___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__12; extern lean_object* l_Lean_Server_RequestError_fileChanged; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__18; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___boxed(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__12___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__18; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRange___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_RequestHandling___hyg_12005____closed__6; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__9___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_IO_sleep(uint32_t, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__19; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens_highlightId___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__17(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Server_FileWorker_getInteractiveGoals___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__2(lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__1; lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___lambda__1___boxed(lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__33(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveGoals___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_keywordSemanticTokenMap; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__1; lean_object* l_Lean_FileMap_utf8PosToLspPos(lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; lean_object* l_Lean_Name_append(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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*); +extern lean_object* l_Lean_levelZero; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__13; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__2(lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Server_registerLspRequestHandler___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__7___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__2(lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_RequestM_asTask___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x3f(lean_object*); LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__16(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange(lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571_(lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Server_FileWorker_NamespaceEntry_finish___spec__1(lean_object*, lean_object*); @@ -344,231 +378,252 @@ lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__7; extern lean_object* l_Task_Priority_default; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__35(lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___lambda__1(lean_object*); lean_object* l_Lean_Name_componentsRev(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__2(lean_object*); lean_object* l_Lean_Lsp_SemanticTokenType_toCtorIdx(uint8_t); -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__28(lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__1(lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__3(size_t, size_t, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleSemanticTokens___lambda__1(lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__17; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__21; +LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__2(lean_object*); +lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveGoals___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, 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*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__23___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___closed__2; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_addToken___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__30(size_t, size_t, lean_object*); uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleCompletion___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__1(lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__10; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__3; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___closed__1; 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*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__6; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens___lambda__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__33___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleHover___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__20; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics_waitLoop___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addCommandRange___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__1(lean_object*); uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__3; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__4; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12; static lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics_waitLoop(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__8(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Std_Format_defWidth; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_FileWorker_keywordSemanticTokenMap___spec__1(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRangeFromSyntax___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(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_Server_FileWorker_handleFoldingRange___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__17; static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925_(lean_object*); +extern lean_object* l_Lean_instInhabitedProjectionFunctionInfo; lean_object* l_String_Range_toLspRange(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__15; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__36(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___closed__1; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5; +lean_object* l_Lean_Meta_isInstance(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__1(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2(lean_object*); lean_object* l_String_csize(uint32_t); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__36___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__5(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_reprint(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___closed__1; lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__13; static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__1(lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___closed__1; LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_handleWaitForDiagnostics___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__5; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__26(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__15; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___boxed(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__1; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__24; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__8; static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__6; uint8_t l_String_Range_contains(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDefinition___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__2(lean_object*); +LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges_popRanges(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__9; static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__17___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_noHighlightKinds; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__1; +static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___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_string_length(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens_highlightId___spec__1___boxed(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_RequestHandling___hyg_12940_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_hasArgs(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRangeFromSyntax(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2; lean_object* l_List_drop___rarg(lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Server_References_updateWorkerRefs___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010_(lean_object*); lean_object* l_Lean_Syntax_findStack_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Server_FileWorker_handleDocumentSymbol___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleHover___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___closed__1; +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__16___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__25(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__8(lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__2; lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__26; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__4; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleFoldingRange_isImport(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDefinition___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__2(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__10; uint8_t l_Lean_Syntax_isNone(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_getInteractiveGoals___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_span_loop___at_Lean_Server_FileWorker_handleFoldingRange_addRanges___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_shiftl(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1___boxed(lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_RefInfo_instCoeRefInfoRefInfo___spec__1(size_t, size_t, lean_object*); lean_object* lean_task_map(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokensFull(lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols_popStack___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Completion_find_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___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* l_Lean_Expr_getAppFn(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__17(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__2(lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__1(lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__11; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(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* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__7; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__5; static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1___closed__2; -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__8; +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8; lean_object* l_Lean_Elab_Info_range_x3f(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__7; lean_object* l_Lean_Elab_InfoTree_deepestNodes___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__20(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__1; +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___boxed(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_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_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainGoal(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__3; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_handleWaitForDiagnostics___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__4; static lean_object* l_Lean_Server_FileWorker_keywordSemanticTokenMap___closed__2; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__23___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335_(lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__3; lean_object* l_String_intercalate(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__36___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_FileWorker_noHighlightKinds___closed__5; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__1(lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__14; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__4(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__16; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950_(lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__9(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__6; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3; static lean_object* l_Lean_Server_FileWorker_keywordSemanticTokenMap___closed__3; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Elab_Info_lctx(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleCompletion___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_getInteractiveGoals___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_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__14; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3(lean_object*, lean_object*, size_t, size_t); lean_object* lean_io_error_to_string(lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_InfoTree_findInfo_x3f(lean_object*, lean_object*); @@ -577,100 +632,92 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__4___boxe lean_object* l_Lean_Elab_Info_pos_x3f(lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_IO_AsyncList_getFinishedPrefix___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__1(lean_object*); +lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__7; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__2(lean_object*); lean_object* l_Lean_HashMap_toList___at_Lean_Server_ModuleRefs_instCoeModuleRefsModuleRefs___spec__1(lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addCommandRange___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__2(lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__23(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__13; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleCompletion___spec__1___rarg(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Server_registerLspRequestHandler___spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__25(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokensFull___boxed(lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___closed__3; -static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__19(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__1; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_addToken(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__20___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__6; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__5(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___lambda__1___boxed(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); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__6; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___closed__1; static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2; static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightId___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_FileWorker_keywordSemanticTokenMap___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__3; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__26___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object*, lean_object*, uint8_t, uint8_t); +lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t); lean_object* l_Lean_Elab_Info_stx(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_RequestError_ofIoError(lean_object*); uint8_t lean_string_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens_highlightId___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges___closed__1; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__1; +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__1; lean_object* l_Lean_Elab_Info_toElabInfo_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___closed__1; static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__4; +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2(lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__26(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__11(lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__1; static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRange(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleHover___closed__1; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13(size_t, size_t, lean_object*); lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Snapshots_Snapshot_endPos(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___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_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_FileWorker_keywordSemanticTokenMap___spec__2(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___spec__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__9___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg(lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__9; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___closed__1; -lean_object* l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__20(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__11(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDefinition___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveGoals(lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Array_get_x3f___rarg(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleCompletion___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: @@ -1465,7 +1512,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__5(lean_o lean_object* x_8; uint8_t x_9; lean_object* x_10; x_8 = l_Lean_Server_Snapshots_Snapshot_infoTree(x_3); x_9 = 0; -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_8, x_4, x_9, x_9); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_8, x_4, x_9, x_9, x_9); if (lean_obj_tag(x_10) == 0) { lean_object* x_11; lean_object* x_12; @@ -1477,39 +1524,39 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_object* x_13; lean_object* x_14; lean_object* x_15; x_13 = lean_ctor_get(x_10, 0); lean_inc(x_13); lean_dec(x_10); -x_14 = lean_ctor_get(x_13, 0); +x_14 = lean_ctor_get(x_13, 1); lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -lean_dec(x_13); -x_16 = l_Lean_Elab_Info_range_x3f(x_15); -if (lean_obj_tag(x_16) == 0) +x_15 = l_Lean_Elab_Info_range_x3f(x_14); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_17; lean_object* x_18; -lean_dec(x_15); +lean_object* x_16; lean_object* x_17; lean_dec(x_14); -x_17 = lean_box(0); -x_18 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_17, x_6, x_7); +lean_dec(x_13); +x_16 = lean_box(0); +x_17 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_16, x_6, x_7); lean_dec(x_6); lean_dec(x_2); -return x_18; +return x_17; } else { if (lean_obj_tag(x_5) == 0) { -uint8_t x_19; -x_19 = !lean_is_exclusive(x_16); -if (x_19 == 0) +uint8_t x_18; +x_18 = !lean_is_exclusive(x_15); +if (x_18 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_16, 0); -x_21 = l_Lean_Elab_Info_fmtHover_x3f(x_14, x_15, x_7); -lean_dec(x_14); +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 0); +x_20 = lean_ctor_get(x_13, 0); +lean_inc(x_20); +lean_dec(x_13); +x_21 = l_Lean_Elab_Info_fmtHover_x3f(x_20, x_14, x_7); +lean_dec(x_20); if (lean_obj_tag(x_21) == 0) { lean_object* x_22; @@ -1518,8 +1565,8 @@ lean_inc(x_22); if (lean_obj_tag(x_22) == 0) { lean_object* x_23; lean_object* x_24; lean_object* x_25; -lean_free_object(x_16); -lean_dec(x_20); +lean_free_object(x_15); +lean_dec(x_19); x_23 = lean_ctor_get(x_21, 1); lean_inc(x_23); lean_dec(x_21); @@ -1554,15 +1601,15 @@ x_33 = 1; x_34 = lean_alloc_ctor(0, 1, 1); lean_ctor_set(x_34, 0, x_32); lean_ctor_set_uint8(x_34, sizeof(void*)*1, x_33); -x_35 = l_String_Range_toLspRange(x_2, x_20); -lean_dec(x_20); +x_35 = l_String_Range_toLspRange(x_2, x_19); +lean_dec(x_19); lean_dec(x_2); lean_ctor_set(x_22, 0, x_35); x_36 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_22); -lean_ctor_set(x_16, 0, x_36); -lean_ctor_set(x_21, 0, x_16); +lean_ctor_set(x_15, 0, x_36); +lean_ctor_set(x_21, 0, x_15); return x_21; } else @@ -1580,16 +1627,16 @@ x_41 = 1; x_42 = lean_alloc_ctor(0, 1, 1); lean_ctor_set(x_42, 0, x_40); lean_ctor_set_uint8(x_42, sizeof(void*)*1, x_41); -x_43 = l_String_Range_toLspRange(x_2, x_20); -lean_dec(x_20); +x_43 = l_String_Range_toLspRange(x_2, x_19); +lean_dec(x_19); lean_dec(x_2); x_44 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_44, 0, x_43); x_45 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_45, 0, x_42); lean_ctor_set(x_45, 1, x_44); -lean_ctor_set(x_16, 0, x_45); -lean_ctor_set(x_21, 0, x_16); +lean_ctor_set(x_15, 0, x_45); +lean_ctor_set(x_21, 0, x_15); return x_21; } } @@ -1617,8 +1664,8 @@ x_52 = 1; x_53 = lean_alloc_ctor(0, 1, 1); lean_ctor_set(x_53, 0, x_51); lean_ctor_set_uint8(x_53, sizeof(void*)*1, x_52); -x_54 = l_String_Range_toLspRange(x_2, x_20); -lean_dec(x_20); +x_54 = l_String_Range_toLspRange(x_2, x_19); +lean_dec(x_19); lean_dec(x_2); if (lean_is_scalar(x_48)) { x_55 = lean_alloc_ctor(1, 1, 0); @@ -1629,9 +1676,9 @@ lean_ctor_set(x_55, 0, x_54); x_56 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_56, 0, x_53); lean_ctor_set(x_56, 1, x_55); -lean_ctor_set(x_16, 0, x_56); +lean_ctor_set(x_15, 0, x_56); x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_16); +lean_ctor_set(x_57, 0, x_15); lean_ctor_set(x_57, 1, x_46); return x_57; } @@ -1640,8 +1687,8 @@ return x_57; else { uint8_t x_58; -lean_free_object(x_16); -lean_dec(x_20); +lean_free_object(x_15); +lean_dec(x_19); lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); @@ -1672,366 +1719,372 @@ return x_64; } else { -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_16, 0); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_15, 0); lean_inc(x_65); -lean_dec(x_16); -x_66 = l_Lean_Elab_Info_fmtHover_x3f(x_14, x_15, x_7); -lean_dec(x_14); -if (lean_obj_tag(x_66) == 0) -{ -lean_object* x_67; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); +lean_dec(x_15); +x_66 = lean_ctor_get(x_13, 0); +lean_inc(x_66); +lean_dec(x_13); +x_67 = l_Lean_Elab_Info_fmtHover_x3f(x_66, x_14, x_7); +lean_dec(x_66); if (lean_obj_tag(x_67) == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_65); -x_68 = lean_ctor_get(x_66, 1); +lean_object* x_68; +x_68 = lean_ctor_get(x_67, 0); lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_box(0); -x_70 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_69, x_6, x_68); +if (lean_obj_tag(x_68) == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; +lean_dec(x_65); +x_69 = lean_ctor_get(x_67, 1); +lean_inc(x_69); +lean_dec(x_67); +x_70 = lean_box(0); +x_71 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_70, x_6, x_69); lean_dec(x_6); lean_dec(x_2); -return x_70; +return x_71; } 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; 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_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; uint8_t 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_dec(x_6); lean_dec(x_1); -x_71 = lean_ctor_get(x_66, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - lean_ctor_release(x_66, 1); - x_72 = x_66; -} else { - lean_dec_ref(x_66); - x_72 = lean_box(0); -} -x_73 = lean_ctor_get(x_67, 0); -lean_inc(x_73); +x_72 = lean_ctor_get(x_67, 1); +lean_inc(x_72); if (lean_is_exclusive(x_67)) { lean_ctor_release(x_67, 0); - x_74 = x_67; + lean_ctor_release(x_67, 1); + x_73 = x_67; } else { lean_dec_ref(x_67); - x_74 = lean_box(0); + x_73 = lean_box(0); } -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Std_Format_defWidth; -x_77 = lean_format_pretty(x_75, x_76); -x_78 = 1; -x_79 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set_uint8(x_79, sizeof(void*)*1, x_78); -x_80 = l_String_Range_toLspRange(x_2, x_65); +x_74 = lean_ctor_get(x_68, 0); +lean_inc(x_74); +if (lean_is_exclusive(x_68)) { + lean_ctor_release(x_68, 0); + x_75 = x_68; +} else { + lean_dec_ref(x_68); + x_75 = lean_box(0); +} +x_76 = lean_ctor_get(x_74, 0); +lean_inc(x_76); +lean_dec(x_74); +x_77 = l_Std_Format_defWidth; +x_78 = lean_format_pretty(x_76, x_77); +x_79 = 1; +x_80 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_80, 0, x_78); +lean_ctor_set_uint8(x_80, sizeof(void*)*1, x_79); +x_81 = l_String_Range_toLspRange(x_2, x_65); lean_dec(x_65); lean_dec(x_2); -if (lean_is_scalar(x_74)) { - x_81 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_75)) { + x_82 = lean_alloc_ctor(1, 1, 0); } else { - x_81 = x_74; + x_82 = x_75; } -lean_ctor_set(x_81, 0, x_80); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_79); -lean_ctor_set(x_82, 1, x_81); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_82); -if (lean_is_scalar(x_72)) { - x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_80); +lean_ctor_set(x_83, 1, x_82); +x_84 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_84, 0, x_83); +if (lean_is_scalar(x_73)) { + x_85 = lean_alloc_ctor(0, 2, 0); } else { - x_84 = x_72; + x_85 = x_73; } -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_71); -return x_84; +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_72); +return x_85; } } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_dec(x_65); lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_85 = lean_ctor_get(x_66, 0); -lean_inc(x_85); -x_86 = lean_ctor_get(x_66, 1); +x_86 = lean_ctor_get(x_67, 0); lean_inc(x_86); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - lean_ctor_release(x_66, 1); - x_87 = x_66; +x_87 = lean_ctor_get(x_67, 1); +lean_inc(x_87); +if (lean_is_exclusive(x_67)) { + lean_ctor_release(x_67, 0); + lean_ctor_release(x_67, 1); + x_88 = x_67; } else { - lean_dec_ref(x_66); - x_87 = lean_box(0); + lean_dec_ref(x_67); + x_88 = lean_box(0); } -x_88 = l_Lean_Server_RequestError_ofIoError(x_85); -if (lean_is_scalar(x_87)) { - x_89 = lean_alloc_ctor(1, 2, 0); +x_89 = l_Lean_Server_RequestError_ofIoError(x_86); +if (lean_is_scalar(x_88)) { + x_90 = lean_alloc_ctor(1, 2, 0); } else { - x_89 = x_87; + x_90 = x_88; } -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_86); -return x_89; +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_87); +return x_90; } } } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = lean_ctor_get(x_5, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_16, 0); +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +x_91 = lean_ctor_get(x_5, 0); lean_inc(x_91); -lean_dec(x_16); -x_92 = lean_ctor_get(x_90, 1); +x_92 = lean_ctor_get(x_15, 0); lean_inc(x_92); -lean_dec(x_90); -x_93 = l_String_Range_includes(x_92, x_91); -lean_dec(x_92); -if (x_93 == 0) -{ -lean_object* x_94; lean_object* x_95; -lean_dec(x_91); lean_dec(x_15); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = l_String_Range_includes(x_93, x_92); +lean_dec(x_93); +if (x_94 == 0) +{ +lean_object* x_95; lean_object* x_96; +lean_dec(x_92); lean_dec(x_14); -x_94 = lean_box(0); -x_95 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_94, x_6, x_7); +lean_dec(x_13); +x_95 = lean_box(0); +x_96 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_95, x_6, x_7); lean_dec(x_6); lean_dec(x_2); -return x_95; +return x_96; } else { -lean_object* x_96; -x_96 = l_Lean_Elab_Info_fmtHover_x3f(x_14, x_15, x_7); -lean_dec(x_14); -if (lean_obj_tag(x_96) == 0) -{ -lean_object* x_97; -x_97 = lean_ctor_get(x_96, 0); +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_13, 0); lean_inc(x_97); -if (lean_obj_tag(x_97) == 0) +lean_dec(x_13); +x_98 = l_Lean_Elab_Info_fmtHover_x3f(x_97, x_14, x_7); +lean_dec(x_97); +if (lean_obj_tag(x_98) == 0) { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -lean_dec(x_91); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); -x_99 = lean_box(0); -x_100 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_99, x_6, x_98); +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_dec(x_92); +x_100 = lean_ctor_get(x_98, 1); +lean_inc(x_100); +lean_dec(x_98); +x_101 = lean_box(0); +x_102 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_101, x_6, x_100); lean_dec(x_6); lean_dec(x_2); -return x_100; +return x_102; } else { -uint8_t x_101; +uint8_t x_103; lean_dec(x_6); lean_dec(x_1); -x_101 = !lean_is_exclusive(x_5); -if (x_101 == 0) -{ -lean_object* x_102; uint8_t x_103; -x_102 = lean_ctor_get(x_5, 0); -lean_dec(x_102); -x_103 = !lean_is_exclusive(x_96); +x_103 = !lean_is_exclusive(x_5); if (x_103 == 0) { lean_object* x_104; uint8_t x_105; -x_104 = lean_ctor_get(x_96, 0); +x_104 = lean_ctor_get(x_5, 0); lean_dec(x_104); -x_105 = !lean_is_exclusive(x_97); +x_105 = !lean_is_exclusive(x_98); if (x_105 == 0) { -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; -x_106 = lean_ctor_get(x_97, 0); -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); +lean_object* x_106; uint8_t x_107; +x_106 = lean_ctor_get(x_98, 0); lean_dec(x_106); -x_108 = l_Std_Format_defWidth; -x_109 = lean_format_pretty(x_107, x_108); -x_110 = 1; -x_111 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set_uint8(x_111, sizeof(void*)*1, x_110); -x_112 = l_String_Range_toLspRange(x_2, x_91); -lean_dec(x_91); -lean_dec(x_2); -lean_ctor_set(x_97, 0, x_112); -x_113 = lean_alloc_ctor(0, 2, 0); +x_107 = !lean_is_exclusive(x_99); +if (x_107 == 0) +{ +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_108 = lean_ctor_get(x_99, 0); +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +lean_dec(x_108); +x_110 = l_Std_Format_defWidth; +x_111 = lean_format_pretty(x_109, x_110); +x_112 = 1; +x_113 = lean_alloc_ctor(0, 1, 1); lean_ctor_set(x_113, 0, x_111); -lean_ctor_set(x_113, 1, x_97); -lean_ctor_set(x_5, 0, x_113); -lean_ctor_set(x_96, 0, x_5); -return x_96; +lean_ctor_set_uint8(x_113, sizeof(void*)*1, x_112); +x_114 = l_String_Range_toLspRange(x_2, x_92); +lean_dec(x_92); +lean_dec(x_2); +lean_ctor_set(x_99, 0, x_114); +x_115 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_99); +lean_ctor_set(x_5, 0, x_115); +lean_ctor_set(x_98, 0, x_5); +return x_98; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; uint8_t x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_114 = lean_ctor_get(x_97, 0); -lean_inc(x_114); -lean_dec(x_97); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -lean_dec(x_114); -x_116 = l_Std_Format_defWidth; -x_117 = lean_format_pretty(x_115, x_116); -x_118 = 1; -x_119 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set_uint8(x_119, sizeof(void*)*1, x_118); -x_120 = l_String_Range_toLspRange(x_2, x_91); -lean_dec(x_91); +lean_object* 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; lean_object* x_123; lean_object* x_124; +x_116 = lean_ctor_get(x_99, 0); +lean_inc(x_116); +lean_dec(x_99); +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +lean_dec(x_116); +x_118 = l_Std_Format_defWidth; +x_119 = lean_format_pretty(x_117, x_118); +x_120 = 1; +x_121 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_121, 0, x_119); +lean_ctor_set_uint8(x_121, sizeof(void*)*1, x_120); +x_122 = l_String_Range_toLspRange(x_2, x_92); +lean_dec(x_92); lean_dec(x_2); -x_121 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_121, 0, x_120); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_119); -lean_ctor_set(x_122, 1, x_121); -lean_ctor_set(x_5, 0, x_122); -lean_ctor_set(x_96, 0, x_5); -return x_96; +x_123 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_123, 0, x_122); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_121); +lean_ctor_set(x_124, 1, x_123); +lean_ctor_set(x_5, 0, x_124); +lean_ctor_set(x_98, 0, x_5); +return x_98; } } 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; uint8_t x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_123 = lean_ctor_get(x_96, 1); -lean_inc(x_123); -lean_dec(x_96); -x_124 = lean_ctor_get(x_97, 0); -lean_inc(x_124); -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - x_125 = x_97; +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; +x_125 = lean_ctor_get(x_98, 1); +lean_inc(x_125); +lean_dec(x_98); +x_126 = lean_ctor_get(x_99, 0); +lean_inc(x_126); +if (lean_is_exclusive(x_99)) { + lean_ctor_release(x_99, 0); + x_127 = x_99; } else { - lean_dec_ref(x_97); - x_125 = lean_box(0); + lean_dec_ref(x_99); + x_127 = lean_box(0); } -x_126 = lean_ctor_get(x_124, 0); -lean_inc(x_126); -lean_dec(x_124); -x_127 = l_Std_Format_defWidth; -x_128 = lean_format_pretty(x_126, x_127); -x_129 = 1; -x_130 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_130, 0, x_128); -lean_ctor_set_uint8(x_130, sizeof(void*)*1, x_129); -x_131 = l_String_Range_toLspRange(x_2, x_91); -lean_dec(x_91); +x_128 = lean_ctor_get(x_126, 0); +lean_inc(x_128); +lean_dec(x_126); +x_129 = l_Std_Format_defWidth; +x_130 = lean_format_pretty(x_128, x_129); +x_131 = 1; +x_132 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_132, 0, x_130); +lean_ctor_set_uint8(x_132, sizeof(void*)*1, x_131); +x_133 = l_String_Range_toLspRange(x_2, x_92); +lean_dec(x_92); lean_dec(x_2); -if (lean_is_scalar(x_125)) { - x_132 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_127)) { + x_134 = lean_alloc_ctor(1, 1, 0); } else { - x_132 = x_125; + x_134 = x_127; } -lean_ctor_set(x_132, 0, x_131); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_130); -lean_ctor_set(x_133, 1, x_132); -lean_ctor_set(x_5, 0, x_133); -x_134 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_134, 0, x_5); -lean_ctor_set(x_134, 1, x_123); -return x_134; +lean_ctor_set(x_134, 0, x_133); +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_132); +lean_ctor_set(x_135, 1, x_134); +lean_ctor_set(x_5, 0, x_135); +x_136 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_136, 0, x_5); +lean_ctor_set(x_136, 1, x_125); +return x_136; } } else { -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; 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_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; uint8_t 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_dec(x_5); -x_135 = lean_ctor_get(x_96, 1); -lean_inc(x_135); -if (lean_is_exclusive(x_96)) { - lean_ctor_release(x_96, 0); - lean_ctor_release(x_96, 1); - x_136 = x_96; -} else { - lean_dec_ref(x_96); - x_136 = lean_box(0); -} -x_137 = lean_ctor_get(x_97, 0); +x_137 = lean_ctor_get(x_98, 1); lean_inc(x_137); -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - x_138 = x_97; +if (lean_is_exclusive(x_98)) { + lean_ctor_release(x_98, 0); + lean_ctor_release(x_98, 1); + x_138 = x_98; } else { - lean_dec_ref(x_97); + lean_dec_ref(x_98); x_138 = lean_box(0); } -x_139 = lean_ctor_get(x_137, 0); +x_139 = lean_ctor_get(x_99, 0); lean_inc(x_139); -lean_dec(x_137); -x_140 = l_Std_Format_defWidth; -x_141 = lean_format_pretty(x_139, x_140); -x_142 = 1; -x_143 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set_uint8(x_143, sizeof(void*)*1, x_142); -x_144 = l_String_Range_toLspRange(x_2, x_91); -lean_dec(x_91); +if (lean_is_exclusive(x_99)) { + lean_ctor_release(x_99, 0); + x_140 = x_99; +} else { + lean_dec_ref(x_99); + x_140 = lean_box(0); +} +x_141 = lean_ctor_get(x_139, 0); +lean_inc(x_141); +lean_dec(x_139); +x_142 = l_Std_Format_defWidth; +x_143 = lean_format_pretty(x_141, x_142); +x_144 = 1; +x_145 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set_uint8(x_145, sizeof(void*)*1, x_144); +x_146 = l_String_Range_toLspRange(x_2, x_92); +lean_dec(x_92); lean_dec(x_2); -if (lean_is_scalar(x_138)) { - x_145 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_140)) { + x_147 = lean_alloc_ctor(1, 1, 0); } else { - x_145 = x_138; + x_147 = x_140; } -lean_ctor_set(x_145, 0, x_144); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_143); -lean_ctor_set(x_146, 1, x_145); -x_147 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_147, 0, x_146); -if (lean_is_scalar(x_136)) { - x_148 = lean_alloc_ctor(0, 2, 0); +x_148 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_148, 0, x_145); +lean_ctor_set(x_148, 1, x_147); +x_149 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_149, 0, x_148); +if (lean_is_scalar(x_138)) { + x_150 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_136; + x_150 = x_138; } -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_135); -return x_148; +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_150, 1, x_137); +return x_150; } } } else { -uint8_t x_149; -lean_dec(x_91); +uint8_t x_151; +lean_dec(x_92); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_149 = !lean_is_exclusive(x_96); -if (x_149 == 0) +x_151 = !lean_is_exclusive(x_98); +if (x_151 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_96, 0); -x_151 = l_Lean_Server_RequestError_ofIoError(x_150); -lean_ctor_set(x_96, 0, x_151); -return x_96; +lean_object* x_152; lean_object* x_153; +x_152 = lean_ctor_get(x_98, 0); +x_153 = l_Lean_Server_RequestError_ofIoError(x_152); +lean_ctor_set(x_98, 0, x_153); +return x_98; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_152 = lean_ctor_get(x_96, 0); -x_153 = lean_ctor_get(x_96, 1); -lean_inc(x_153); -lean_inc(x_152); -lean_dec(x_96); -x_154 = l_Lean_Server_RequestError_ofIoError(x_152); -x_155 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_153); -return x_155; +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_154 = lean_ctor_get(x_98, 0); +x_155 = lean_ctor_get(x_98, 1); +lean_inc(x_155); +lean_inc(x_154); +lean_dec(x_98); +x_156 = l_Lean_Server_RequestError_ofIoError(x_154); +x_157 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_157, 0, x_156); +lean_ctor_set(x_157, 1, x_155); +return x_157; } } } @@ -2206,809 +2259,3098 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo_extractInstances___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_Server_FileWorker_handleCompletion___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); -return x_8; +lean_object* x_7; +x_7 = l_Lean_Meta_isInstance(x_1, x_4, x_5, x_6); +return x_7; } } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed), 6, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2() { -_start: +switch (lean_obj_tag(x_3)) { +case 4: { -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -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_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_dec(x_3); +x_7 = l_Lean_Elab_Info_lctx(x_1); +lean_inc(x_6); +x_8 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___lambda__1___boxed), 6, 1); +lean_closure_set(x_8, 0, x_6); +x_9 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_7, x_8, x_5); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; uint8_t x_11; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_6); +x_12 = !lean_is_exclusive(x_9); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +lean_ctor_set(x_9, 0, x_14); +return x_9; } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2; -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_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_9, 1); +lean_inc(x_15); +lean_dec(x_9); +x_16 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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: +else { -lean_object* x_10; lean_object* x_11; -x_10 = lean_ctor_get(x_7, 5); -lean_inc(x_10); -x_11 = l_Lean_Server_documentUriFromModule(x_1, x_2, x_9); -if (lean_obj_tag(x_11) == 0) +uint8_t x_18; +x_18 = !lean_is_exclusive(x_9); +if (x_18 == 0) { -lean_object* x_12; -lean_dec(x_10); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -if (lean_obj_tag(x_12) == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_9, 0); +lean_dec(x_19); +x_20 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_21 = lean_array_push(x_20, x_6); +lean_ctor_set(x_9, 0, x_21); +return x_9; +} +else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -lean_dec(x_3); -x_13 = lean_ctor_get(x_11, 1); -lean_inc(x_13); -lean_dec(x_11); -x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1; -x_15 = lean_box(0); -x_16 = lean_apply_6(x_14, x_15, x_5, x_6, x_7, x_8, x_13); -return x_16; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_9, 1); +lean_inc(x_22); +lean_dec(x_9); +x_23 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_24 = lean_array_push(x_23, x_6); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_22); +return x_25; +} +} } else { -uint8_t x_17; -lean_dec(x_8); -lean_dec(x_7); +uint8_t x_26; lean_dec(x_6); -lean_dec(x_5); -x_17 = !lean_is_exclusive(x_11); -if (x_17 == 0) +x_26 = !lean_is_exclusive(x_9); +if (x_26 == 0) { -lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; -x_18 = lean_ctor_get(x_11, 0); -lean_dec(x_18); -x_19 = lean_ctor_get(x_12, 0); -lean_inc(x_19); -lean_dec(x_12); -x_20 = 1; -x_21 = l_Lean_Syntax_getRange_x3f(x_3, x_20); -if (lean_obj_tag(x_21) == 0) +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_9, 0); +x_28 = l_Lean_Server_RequestError_ofIoError(x_27); +lean_ctor_set(x_9, 0, x_28); +return x_9; +} +else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_box(0); -x_23 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_24 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_19); -lean_ctor_set(x_24, 2, x_23); -lean_ctor_set(x_24, 3, x_23); -x_25 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_26 = lean_array_push(x_25, x_24); -lean_ctor_set(x_11, 0, x_26); -return x_11; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_9, 0); +x_30 = lean_ctor_get(x_9, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_9); +x_31 = l_Lean_Server_RequestError_ofIoError(x_29); +x_32 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; +} +} +} +case 5: +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_3, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_3, 1); +lean_inc(x_34); +lean_dec(x_3); +x_35 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_1, x_2, x_33, x_4, x_5); +if (lean_obj_tag(x_35) == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_1, x_2, x_34, x_4, x_37); +if (lean_obj_tag(x_38) == 0) +{ +uint8_t x_39; +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; +x_40 = lean_ctor_get(x_38, 0); +x_41 = l_Array_append___rarg(x_36, x_40); +lean_ctor_set(x_38, 0, x_41); +return x_38; } else { -uint8_t x_27; -x_27 = !lean_is_exclusive(x_21); -if (x_27 == 0) +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_42 = lean_ctor_get(x_38, 0); +x_43 = lean_ctor_get(x_38, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_38); +x_44 = l_Array_append___rarg(x_36, 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_43); +return x_45; +} +} +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_21, 0); -x_29 = l_String_Range_toLspRange(x_4, x_28); -lean_dec(x_28); -lean_ctor_set(x_21, 0, x_29); -x_30 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_31 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_31, 0, x_21); -lean_ctor_set(x_31, 1, x_19); -lean_ctor_set(x_31, 2, x_30); -lean_ctor_set(x_31, 3, x_30); -x_32 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_33 = lean_array_push(x_32, x_31); -lean_ctor_set(x_11, 0, x_33); -return x_11; +uint8_t x_46; +lean_dec(x_36); +x_46 = !lean_is_exclusive(x_38); +if (x_46 == 0) +{ +return x_38; } 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; lean_object* x_40; -x_34 = lean_ctor_get(x_21, 0); -lean_inc(x_34); -lean_dec(x_21); -x_35 = l_String_Range_toLspRange(x_4, x_34); -lean_dec(x_34); -x_36 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_38 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_19); -lean_ctor_set(x_38, 2, x_37); -lean_ctor_set(x_38, 3, x_37); -x_39 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_40 = lean_array_push(x_39, x_38); -lean_ctor_set(x_11, 0, x_40); -return x_11; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_38, 0); +x_48 = lean_ctor_get(x_38, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_38); +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; } } } else { -lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_11, 1); -lean_inc(x_41); -lean_dec(x_11); -x_42 = lean_ctor_get(x_12, 0); -lean_inc(x_42); -lean_dec(x_12); -x_43 = 1; -x_44 = l_Lean_Syntax_getRange_x3f(x_3, x_43); -if (lean_obj_tag(x_44) == 0) +uint8_t x_50; +lean_dec(x_34); +x_50 = !lean_is_exclusive(x_35); +if (x_50 == 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; -x_45 = lean_box(0); -x_46 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_47 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_42); -lean_ctor_set(x_47, 2, x_46); -lean_ctor_set(x_47, 3, x_46); -x_48 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_49 = lean_array_push(x_48, x_47); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_41); -return x_50; +return x_35; } else { -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_51 = lean_ctor_get(x_44, 0); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_35, 0); +x_52 = lean_ctor_get(x_35, 1); +lean_inc(x_52); lean_inc(x_51); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - x_52 = x_44; -} else { - lean_dec_ref(x_44); - x_52 = lean_box(0); +lean_dec(x_35); +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; } -x_53 = l_String_Range_toLspRange(x_4, x_51); -lean_dec(x_51); -if (lean_is_scalar(x_52)) { - x_54 = lean_alloc_ctor(1, 1, 0); -} else { - x_54 = x_52; } -lean_ctor_set(x_54, 0, x_53); -x_55 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_56 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_42); -lean_ctor_set(x_56, 2, x_55); -lean_ctor_set(x_56, 3, x_55); -x_57 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_58 = lean_array_push(x_57, x_56); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_41); -return x_59; } +default: +{ +lean_object* x_54; lean_object* x_55; +lean_dec(x_3); +x_54 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_5); +return x_55; } } } -else +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___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_60; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_7; +x_7 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___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); -x_60 = !lean_is_exclusive(x_11); -if (x_60 == 0) +lean_dec(x_2); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___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_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_61 = lean_ctor_get(x_11, 0); -x_62 = lean_io_error_to_string(x_61); -x_63 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_64 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_64, 0, x_63); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_10); -lean_ctor_set(x_65, 1, x_64); -lean_ctor_set(x_11, 0, x_65); +lean_object* x_6; +x_6 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_6; +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; return x_11; } +} else { -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; -x_66 = lean_ctor_get(x_11, 0); -x_67 = lean_ctor_get(x_11, 1); -lean_inc(x_67); -lean_inc(x_66); +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +lean_object* x_5; uint8_t x_10; +x_10 = lean_usize_dec_eq(x_3, x_4); +if (x_10 == 0) +{ +lean_object* x_11; +x_11 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_11) == 1) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); lean_dec(x_11); -x_68 = lean_io_error_to_string(x_66); -x_69 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_69, 0, x_68); -x_70 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_70, 0, x_69); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_10); -lean_ctor_set(x_71, 1, x_70); -x_72 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_67); -return x_72; +switch (lean_obj_tag(x_12)) { +case 1: +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +lean_dec(x_12); +x_14 = lean_ctor_get(x_13, 3); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_expr_eqv(x_14, x_1); +lean_dec(x_14); +if (x_15 == 0) +{ +lean_object* x_16; +x_16 = lean_box(0); +x_5 = x_16; +goto block_9; } +else +{ +uint8_t x_17; +x_17 = 1; +return x_17; } } +case 3: +{ +uint8_t x_18; +lean_dec(x_12); +x_18 = 1; +return x_18; } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +default: { -lean_object* x_4; lean_object* x_5; -x_4 = l_Lean_Server_FileWorker_handleCompletion___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); -return x_5; +lean_object* x_19; +lean_dec(x_12); +x_19 = lean_box(0); +x_5 = x_19; +goto block_9; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(uint8_t x_1, lean_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) { +} +else +{ +lean_object* x_20; +lean_dec(x_11); +x_20 = lean_box(0); +x_5 = x_20; +goto block_9; +} +} +else +{ +uint8_t x_21; +x_21 = 0; +return x_21; +} +block_9: +{ +size_t x_6; size_t x_7; +lean_dec(x_5); +x_6 = 1; +x_7 = lean_usize_add(x_3, x_6); +x_3 = x_7; +goto _start; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_12; uint8_t x_13; -x_12 = 1; -x_13 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_12); -if (x_13 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_4); lean_dec(x_3); -x_14 = lean_box(0); -x_15 = lean_apply_3(x_2, x_14, x_10, x_11); -return x_15; +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +lean_object* x_5; uint8_t x_10; +x_10 = lean_usize_dec_eq(x_3, x_4); +if (x_10 == 0) +{ +lean_object* x_11; +x_11 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_11) == 1) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +lean_dec(x_11); +switch (lean_obj_tag(x_12)) { +case 1: +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +lean_dec(x_12); +x_14 = lean_ctor_get(x_13, 3); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_expr_eqv(x_14, x_1); +lean_dec(x_14); +if (x_15 == 0) +{ +lean_object* x_16; +x_16 = lean_box(0); +x_5 = x_16; +goto block_9; +} +else +{ +uint8_t x_17; +x_17 = 1; +return x_17; +} +} +case 3: +{ +uint8_t x_18; +lean_dec(x_12); +x_18 = 1; +return x_18; +} +default: +{ +lean_object* x_19; +lean_dec(x_12); +x_19 = lean_box(0); +x_5 = x_19; +goto block_9; +} +} +} +else +{ +lean_object* x_20; +lean_dec(x_11); +x_20 = lean_box(0); +x_5 = x_20; +goto block_9; +} +} +else +{ +uint8_t x_21; +x_21 = 0; +return x_21; +} +block_9: +{ +size_t x_6; size_t x_7; +lean_dec(x_5); +x_6 = 1; +x_7 = lean_usize_add(x_3, x_6); +x_3 = x_7; +goto _start; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__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, size_t x_7, size_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +_start: +{ +uint8_t x_12; +x_12 = lean_usize_dec_lt(x_8, x_7); +if (x_12 == 0) +{ +lean_object* x_13; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_9); +lean_ctor_set(x_13, 1, x_11); +return x_13; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_14 = lean_array_uget(x_6, x_8); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_15, 0, x_3); +lean_closure_set(x_15, 1, x_4); +lean_closure_set(x_15, 2, x_14); +lean_closure_set(x_15, 3, x_5); +lean_inc(x_2); +x_16 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_1, x_2, x_15, x_11); +if (lean_obj_tag(x_16) == 0) +{ +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_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_Array_append___rarg(x_9, x_17); +x_20 = 1; +x_21 = lean_usize_add(x_8, x_20); +x_8 = x_21; +x_9 = x_19; +x_11 = x_18; +goto _start; +} +else +{ +uint8_t x_23; +lean_dec(x_9); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_23 = !lean_is_exclusive(x_16); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_16, 0); +x_25 = l_Lean_Server_RequestError_ofIoError(x_24); +lean_ctor_set(x_16, 0, x_25); +return x_16; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +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 = l_Lean_Server_RequestError_ofIoError(x_26); +x_29 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__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, size_t x_7, size_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +_start: +{ +uint8_t x_12; +x_12 = lean_usize_dec_lt(x_8, x_7); +if (x_12 == 0) +{ +lean_object* x_13; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_9); +lean_ctor_set(x_13, 1, x_11); +return x_13; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_14 = lean_array_uget(x_6, x_8); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_15 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_15, 0, x_3); +lean_closure_set(x_15, 1, x_4); +lean_closure_set(x_15, 2, x_14); +lean_closure_set(x_15, 3, x_5); +lean_inc(x_2); +x_16 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_1, x_2, x_15, x_11); +if (lean_obj_tag(x_16) == 0) +{ +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_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_Array_append___rarg(x_9, x_17); +x_20 = 1; +x_21 = lean_usize_add(x_8, x_20); +x_8 = x_21; +x_9 = x_19; +x_11 = x_18; +goto _start; +} +else +{ +uint8_t x_23; +lean_dec(x_9); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_23 = !lean_is_exclusive(x_16); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_16, 0); +x_25 = l_Lean_Server_RequestError_ofIoError(x_24); +lean_ctor_set(x_16, 0, x_25); +return x_16; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +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 = l_Lean_Server_RequestError_ofIoError(x_26); +x_29 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; +} +} +} +} +} +LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_1); +lean_ctor_set(x_7, 1, x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_handleCompletion___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); +return x_8; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed), 6, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +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_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2; +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_Server_FileWorker_locationLinksOfInfo___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_10; lean_object* x_11; +x_10 = lean_ctor_get(x_7, 5); +lean_inc(x_10); +x_11 = l_Lean_Server_documentUriFromModule(x_1, x_2, x_9); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +lean_dec(x_10); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_dec(x_3); +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +lean_dec(x_11); +x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1; +x_15 = lean_box(0); +x_16 = lean_apply_6(x_14, x_15, x_5, x_6, x_7, x_8, x_13); +return x_16; +} +else +{ +uint8_t x_17; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_17 = !lean_is_exclusive(x_11); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_11, 0); +lean_dec(x_18); +x_19 = lean_ctor_get(x_12, 0); +lean_inc(x_19); +lean_dec(x_12); +x_20 = 1; +x_21 = l_Lean_Syntax_getRange_x3f(x_3, 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; lean_object* x_26; +x_22 = lean_box(0); +x_23 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; +x_24 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_19); +lean_ctor_set(x_24, 2, x_23); +lean_ctor_set(x_24, 3, x_23); +x_25 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_26 = lean_array_push(x_25, x_24); +lean_ctor_set(x_11, 0, x_26); +return x_11; +} +else +{ +uint8_t x_27; +x_27 = !lean_is_exclusive(x_21); +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; +x_28 = lean_ctor_get(x_21, 0); +x_29 = l_String_Range_toLspRange(x_4, x_28); +lean_dec(x_28); +lean_ctor_set(x_21, 0, x_29); +x_30 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; +x_31 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_31, 0, x_21); +lean_ctor_set(x_31, 1, x_19); +lean_ctor_set(x_31, 2, x_30); +lean_ctor_set(x_31, 3, x_30); +x_32 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_33 = lean_array_push(x_32, x_31); +lean_ctor_set(x_11, 0, x_33); +return x_11; +} +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; lean_object* x_40; +x_34 = lean_ctor_get(x_21, 0); +lean_inc(x_34); +lean_dec(x_21); +x_35 = l_String_Range_toLspRange(x_4, x_34); +lean_dec(x_34); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; +x_38 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_38, 0, x_36); +lean_ctor_set(x_38, 1, x_19); +lean_ctor_set(x_38, 2, x_37); +lean_ctor_set(x_38, 3, x_37); +x_39 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_40 = lean_array_push(x_39, x_38); +lean_ctor_set(x_11, 0, x_40); +return x_11; +} +} +} +else +{ +lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_11, 1); +lean_inc(x_41); +lean_dec(x_11); +x_42 = lean_ctor_get(x_12, 0); +lean_inc(x_42); +lean_dec(x_12); +x_43 = 1; +x_44 = l_Lean_Syntax_getRange_x3f(x_3, 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; +x_45 = lean_box(0); +x_46 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; +x_47 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_42); +lean_ctor_set(x_47, 2, x_46); +lean_ctor_set(x_47, 3, x_46); +x_48 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_49 = lean_array_push(x_48, x_47); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_41); +return x_50; +} +else +{ +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_51 = lean_ctor_get(x_44, 0); +lean_inc(x_51); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + x_52 = x_44; +} else { + lean_dec_ref(x_44); + x_52 = lean_box(0); +} +x_53 = l_String_Range_toLspRange(x_4, x_51); +lean_dec(x_51); +if (lean_is_scalar(x_52)) { + x_54 = lean_alloc_ctor(1, 1, 0); +} else { + x_54 = x_52; +} +lean_ctor_set(x_54, 0, x_53); +x_55 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; +x_56 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_42); +lean_ctor_set(x_56, 2, x_55); +lean_ctor_set(x_56, 3, x_55); +x_57 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_58 = lean_array_push(x_57, x_56); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_41); +return x_59; +} +} +} +} +else +{ +uint8_t x_60; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +x_60 = !lean_is_exclusive(x_11); +if (x_60 == 0) +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_61 = lean_ctor_get(x_11, 0); +x_62 = lean_io_error_to_string(x_61); +x_63 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_63, 0, x_62); +x_64 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_64, 0, x_63); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_10); +lean_ctor_set(x_65, 1, x_64); +lean_ctor_set(x_11, 0, x_65); +return x_11; +} +else +{ +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; +x_66 = lean_ctor_get(x_11, 0); +x_67 = lean_ctor_get(x_11, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_11); +x_68 = lean_io_error_to_string(x_66); +x_69 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_69, 0, x_68); +x_70 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_70, 0, x_69); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_10); +lean_ctor_set(x_71, 1, x_70); +x_72 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_67); +return x_72; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(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_FileWorker_handleCompletion___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); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(uint8_t x_1, lean_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: +{ +uint8_t x_12; uint8_t x_13; +x_12 = 1; +x_13 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +x_14 = lean_box(0); +x_15 = lean_apply_3(x_2, x_14, x_10, x_11); +return x_15; +} +else +{ +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_3, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_4, 0); +lean_inc(x_17); +lean_dec(x_4); +lean_inc(x_17); +x_18 = l_Lean_Environment_contains(x_16, x_17); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_17); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +x_19 = lean_box(0); +x_20 = lean_apply_3(x_2, x_19, x_10, x_11); +return x_20; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_dec(x_10); +lean_dec(x_2); +x_21 = l_Lean_Elab_Info_lctx(x_5); +x_22 = lean_ctor_get(x_6, 1); +lean_inc(x_22); +lean_dec(x_6); +x_23 = lean_ctor_get(x_7, 0); +lean_inc(x_23); +lean_dec(x_7); +x_24 = l_Lean_Elab_Info_range_x3f(x_5); +if (lean_obj_tag(x_24) == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_box(0); +x_26 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_26, 0, x_22); +lean_closure_set(x_26, 1, x_23); +lean_closure_set(x_26, 2, x_17); +lean_closure_set(x_26, 3, x_25); +x_27 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_26, x_11); +lean_dec(x_3); +if (lean_obj_tag(x_27) == 0) +{ +uint8_t x_28; +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) +{ +return x_27; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_27, 0); +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_27); +x_31 = lean_alloc_ctor(0, 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; +x_32 = !lean_is_exclusive(x_27); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_27, 0); +x_34 = l_Lean_Server_RequestError_ofIoError(x_33); +lean_ctor_set(x_27, 0, x_34); +return x_27; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_27, 0); +x_36 = lean_ctor_get(x_27, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_27); +x_37 = l_Lean_Server_RequestError_ofIoError(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_36); +return x_38; +} +} +} +else +{ +uint8_t x_39; +x_39 = !lean_is_exclusive(x_24); +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_24, 0); +x_41 = l_String_Range_toLspRange(x_8, x_40); +lean_dec(x_40); +lean_ctor_set(x_24, 0, x_41); +x_42 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_42, 0, x_22); +lean_closure_set(x_42, 1, x_23); +lean_closure_set(x_42, 2, x_17); +lean_closure_set(x_42, 3, x_24); +x_43 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_42, x_11); +lean_dec(x_3); +if (lean_obj_tag(x_43) == 0) +{ +uint8_t x_44; +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) +{ +return x_43; +} +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_43, 0); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_43); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; +} +} +else +{ +uint8_t x_48; +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_43, 0); +x_50 = l_Lean_Server_RequestError_ofIoError(x_49); +lean_ctor_set(x_43, 0, x_50); +return x_43; +} +else +{ +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_51 = lean_ctor_get(x_43, 0); +x_52 = lean_ctor_get(x_43, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_43); +x_53 = l_Lean_Server_RequestError_ofIoError(x_51); +x_54 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_52); +return x_54; +} +} +} +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_24, 0); +lean_inc(x_55); +lean_dec(x_24); +x_56 = l_String_Range_toLspRange(x_8, x_55); +lean_dec(x_55); +x_57 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_57, 0, x_56); +x_58 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_58, 0, x_22); +lean_closure_set(x_58, 1, x_23); +lean_closure_set(x_58, 2, x_17); +lean_closure_set(x_58, 3, x_57); +x_59 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_58, x_11); +lean_dec(x_3); +if (lean_obj_tag(x_59) == 0) +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_62 = x_59; +} else { + lean_dec_ref(x_59); + x_62 = lean_box(0); +} +if (lean_is_scalar(x_62)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_62; +} +lean_ctor_set(x_63, 0, x_60); +lean_ctor_set(x_63, 1, x_61); +return x_63; +} +else +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_64 = lean_ctor_get(x_59, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_59, 1); +lean_inc(x_65); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_66 = x_59; +} else { + lean_dec_ref(x_59); + x_66 = lean_box(0); +} +x_67 = l_Lean_Server_RequestError_ofIoError(x_64); +if (lean_is_scalar(x_66)) { + x_68 = lean_alloc_ctor(1, 2, 0); +} else { + x_68 = x_66; +} +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_65); +return x_68; +} +} +} +} +} +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed), 3, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_7); +x_10 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1; +x_11 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; lean_object* x_13; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_12 = lean_box(0); +x_13 = lean_apply_3(x_10, x_12, x_8, x_9); +return x_13; +} +else +{ +lean_object* x_14; uint8_t x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_11, 0); +lean_inc(x_14); +lean_dec(x_11); +x_15 = 0; +x_16 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_2, x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_box(0); +x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_2, x_10, x_3, x_14, x_1, x_4, x_5, x_6, x_17, x_8, x_9); +lean_dec(x_6); +lean_dec(x_1); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_19 = lean_ctor_get(x_3, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_14, 1); +lean_inc(x_20); +x_21 = l_Lean_Syntax_getKind(x_20); +lean_inc(x_21); +x_22 = l_Lean_Environment_contains(x_19, x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +lean_dec(x_21); +x_23 = lean_box(0); +x_24 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_2, x_10, x_3, x_14, x_1, x_4, x_5, x_6, x_23, x_8, x_9); +lean_dec(x_6); +lean_dec(x_1); +return x_24; +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_14); +lean_dec(x_8); +x_25 = l_Lean_Elab_Info_lctx(x_1); +x_26 = lean_ctor_get(x_4, 1); +lean_inc(x_26); +lean_dec(x_4); +x_27 = lean_ctor_get(x_5, 0); +lean_inc(x_27); +lean_dec(x_5); +x_28 = l_Lean_Elab_Info_range_x3f(x_1); +lean_dec(x_1); +if (lean_obj_tag(x_28) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_6); +x_29 = lean_box(0); +x_30 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_30, 0, x_26); +lean_closure_set(x_30, 1, x_27); +lean_closure_set(x_30, 2, x_21); +lean_closure_set(x_30, 3, x_29); +x_31 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_30, x_9); +lean_dec(x_3); +if (lean_obj_tag(x_31) == 0) +{ +uint8_t x_32; +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) +{ +return x_31; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ctor_get(x_31, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_31); +x_35 = lean_alloc_ctor(0, 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_31); +if (x_36 == 0) +{ +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_31, 0); +x_38 = l_Lean_Server_RequestError_ofIoError(x_37); +lean_ctor_set(x_31, 0, x_38); +return x_31; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_31, 0); +x_40 = lean_ctor_get(x_31, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_31); +x_41 = l_Lean_Server_RequestError_ofIoError(x_39); +x_42 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_40); +return x_42; +} +} +} +else +{ +uint8_t x_43; +x_43 = !lean_is_exclusive(x_28); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_44 = lean_ctor_get(x_28, 0); +x_45 = l_String_Range_toLspRange(x_6, x_44); +lean_dec(x_44); +lean_dec(x_6); +lean_ctor_set(x_28, 0, x_45); +x_46 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_46, 0, x_26); +lean_closure_set(x_46, 1, x_27); +lean_closure_set(x_46, 2, x_21); +lean_closure_set(x_46, 3, x_28); +x_47 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_46, x_9); +lean_dec(x_3); +if (lean_obj_tag(x_47) == 0) +{ +uint8_t x_48; +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) +{ +return x_47; +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_47, 0); +x_50 = lean_ctor_get(x_47, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_47); +x_51 = lean_alloc_ctor(0, 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_47); +if (x_52 == 0) +{ +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_47, 0); +x_54 = l_Lean_Server_RequestError_ofIoError(x_53); +lean_ctor_set(x_47, 0, x_54); +return x_47; +} +else +{ +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_55 = lean_ctor_get(x_47, 0); +x_56 = lean_ctor_get(x_47, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_47); +x_57 = l_Lean_Server_RequestError_ofIoError(x_55); +x_58 = lean_alloc_ctor(1, 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_28, 0); +lean_inc(x_59); +lean_dec(x_28); +x_60 = l_String_Range_toLspRange(x_6, x_59); +lean_dec(x_59); +lean_dec(x_6); +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_60); +x_62 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_62, 0, x_26); +lean_closure_set(x_62, 1, x_27); +lean_closure_set(x_62, 2, x_21); +lean_closure_set(x_62, 3, x_61); +x_63 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_62, x_9); +lean_dec(x_3); +if (lean_obj_tag(x_63) == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +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(0, 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; +} +else +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_68 = lean_ctor_get(x_63, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_63, 1); +lean_inc(x_69); +if (lean_is_exclusive(x_63)) { + lean_ctor_release(x_63, 0); + lean_ctor_release(x_63, 1); + x_70 = x_63; +} else { + lean_dec_ref(x_63); + x_70 = lean_box(0); +} +x_71 = l_Lean_Server_RequestError_ofIoError(x_68); +if (lean_is_scalar(x_70)) { + x_72 = lean_alloc_ctor(1, 2, 0); +} else { + x_72 = x_70; +} +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_69); +return x_72; +} +} +} +} +} +} +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_levelZero; +x_2 = l_Lean_Expr_sort___override(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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; 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_1, 1); +x_16 = lean_unsigned_to_nat(0u); +x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_16); +x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1; +lean_inc(x_17); +x_19 = lean_mk_array(x_17, x_18); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_17, x_20); +lean_dec(x_17); +x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_19, x_21); +x_23 = l_Array_get_x3f___rarg(x_22, x_15); +lean_dec(x_22); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_24 = lean_box(0); +x_25 = lean_apply_4(x_3, x_11, x_24, x_13, x_14); +return x_25; +} +else +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_23, 0); +lean_inc(x_26); +lean_dec(x_23); +x_27 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_4, x_5, x_26, x_13, x_14); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; lean_object* x_33; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_array_get_size(x_28); +x_31 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_32 = 0; +x_33 = l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__6(x_5, x_6, x_7, x_8, x_9, x_28, x_31, x_32, x_11, x_13, x_29); +lean_dec(x_28); +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; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l_Array_append___rarg(x_34, x_10); +x_37 = lean_box(0); +x_38 = lean_apply_4(x_3, x_36, x_37, x_13, x_35); +return x_38; +} +else +{ +uint8_t x_39; +lean_dec(x_13); +lean_dec(x_10); +lean_dec(x_3); +x_39 = !lean_is_exclusive(x_33); +if (x_39 == 0) +{ +return x_33; +} +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_33, 0); +x_41 = lean_ctor_get(x_33, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_33); +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_13); +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_3); +x_43 = !lean_is_exclusive(x_27); +if (x_43 == 0) +{ +return x_27; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_27, 0); +x_45 = lean_ctor_get(x_27, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_27); +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* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { +_start: +{ +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_1, 1); +x_16 = lean_unsigned_to_nat(0u); +x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_16); +x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1; +lean_inc(x_17); +x_19 = lean_mk_array(x_17, x_18); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_17, x_20); +lean_dec(x_17); +x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_19, x_21); +x_23 = l_Array_get_x3f___rarg(x_22, x_15); +lean_dec(x_22); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_24 = lean_box(0); +x_25 = lean_apply_4(x_3, x_11, x_24, x_13, x_14); +return x_25; +} +else +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_23, 0); +lean_inc(x_26); +lean_dec(x_23); +x_27 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_4, x_5, x_26, x_13, x_14); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; lean_object* x_33; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_array_get_size(x_28); +x_31 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_32 = 0; +x_33 = l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__7(x_5, x_6, x_7, x_8, x_9, x_28, x_31, x_32, x_11, x_13, x_29); +lean_dec(x_28); +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; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l_Array_append___rarg(x_34, x_10); +x_37 = lean_box(0); +x_38 = lean_apply_4(x_3, x_36, x_37, x_13, x_35); +return x_38; +} +else +{ +uint8_t x_39; +lean_dec(x_13); +lean_dec(x_10); +lean_dec(x_3); +x_39 = !lean_is_exclusive(x_33); +if (x_39 == 0) +{ +return x_33; +} +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_33, 0); +x_41 = lean_ctor_get(x_33, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_33); +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_13); +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_3); +x_43 = !lean_is_exclusive(x_27); +if (x_43 == 0) +{ +return x_27; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_27, 0); +x_45 = lean_ctor_get(x_27, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_27); +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; +} +} +} +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleCompletion___lambda__2___boxed), 4, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_projectionFnInfoExt; +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Delab", 5); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Lean", 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Elab", 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Term", 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__8() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("elabApp", 7); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___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_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; +x_4 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___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_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__10() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("elabIdent", 9); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11() { +_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_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; +x_4 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__10; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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_dec(x_10); +x_13 = l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1(x_9, x_1); +if (x_13 == 0) +{ +uint8_t x_14; uint8_t x_15; +x_14 = 0; +x_15 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_2, x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = l_Lean_Elab_Info_lctx(x_3); +x_17 = lean_alloc_closure((void*)(l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2___boxed), 6, 1); +lean_closure_set(x_17, 0, x_9); +lean_inc(x_16); +x_18 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_17, x_12); +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_Expr_getAppFn(x_19); +if (lean_obj_tag(x_21) == 4) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_dec(x_5); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +lean_dec(x_21); +x_23 = lean_ctor_get(x_6, 1); +lean_inc(x_23); +lean_dec(x_6); +x_24 = lean_ctor_get(x_7, 0); +lean_inc(x_24); +lean_dec(x_7); +x_25 = l_Lean_Elab_Info_range_x3f(x_3); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_8); +x_26 = lean_box(0); +lean_inc(x_22); +lean_inc(x_24); +lean_inc(x_23); +x_27 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_27, 0, x_23); +lean_closure_set(x_27, 1, x_24); +lean_closure_set(x_27, 2, x_22); +lean_closure_set(x_27, 3, x_26); +lean_inc(x_16); +x_28 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_27, x_20); +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; 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_30 = lean_ctor_get(x_28, 0); +x_31 = lean_ctor_get(x_28, 1); +x_32 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_33 = lean_ctor_get(x_4, 0); +lean_inc(x_33); +x_34 = l_Lean_instInhabitedProjectionFunctionInfo; +x_35 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_36 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_34, x_35, x_33, x_22); +if (lean_obj_tag(x_36) == 0) +{ +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +return x_28; +} +else +{ +lean_object* x_37; lean_object* x_38; +lean_free_object(x_28); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +lean_dec(x_36); +x_38 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); +if (lean_obj_tag(x_38) == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_40 = lean_box(0); +x_41 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_39, x_30, x_40, x_11, x_31); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_37); +return x_41; +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = lean_ctor_get(x_38, 0); +lean_inc(x_42); +lean_dec(x_38); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +lean_dec(x_42); +x_44 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_45 = lean_name_eq(x_43, x_44); +if (x_45 == 0) +{ +lean_object* x_46; uint8_t x_47; +x_46 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_47 = lean_name_eq(x_43, x_46); +if (x_47 == 0) +{ +lean_object* x_48; uint8_t x_49; +x_48 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_49 = lean_name_eq(x_43, x_48); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +lean_inc(x_24); +lean_inc(x_23); +x_50 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_50, 0, x_23); +lean_closure_set(x_50, 1, x_24); +lean_closure_set(x_50, 2, x_43); +lean_closure_set(x_50, 3, x_26); +lean_inc(x_16); +x_51 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_50, x_31); +if (lean_obj_tag(x_51) == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_box(0); +x_55 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_52, x_30, x_54, x_11, x_53); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_37); +return x_55; +} +else +{ +uint8_t x_56; +lean_dec(x_37); +lean_dec(x_30); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_56 = !lean_is_exclusive(x_51); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +x_57 = lean_ctor_get(x_51, 0); +x_58 = l_Lean_Server_RequestError_ofIoError(x_57); +lean_ctor_set(x_51, 0, x_58); +return x_51; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +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 = l_Lean_Server_RequestError_ofIoError(x_59); +x_62 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_60); +return x_62; +} +} +} +else +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_dec(x_43); +x_63 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_64 = lean_box(0); +x_65 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_63, x_30, x_64, x_11, x_31); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_37); +return x_65; +} +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; +lean_dec(x_43); +x_66 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_67 = lean_box(0); +x_68 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_66, x_30, x_67, x_11, x_31); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_37); +return x_68; +} +} +else +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; +lean_dec(x_43); +x_69 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_70 = lean_box(0); +x_71 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_69, x_30, x_70, x_11, x_31); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_37); +return x_71; +} +} +} +} +else +{ +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; +x_72 = lean_ctor_get(x_28, 0); +x_73 = lean_ctor_get(x_28, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_28); +x_74 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_75 = lean_ctor_get(x_4, 0); +lean_inc(x_75); +x_76 = l_Lean_instInhabitedProjectionFunctionInfo; +x_77 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_78 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_76, x_77, x_75, x_22); +if (lean_obj_tag(x_78) == 0) +{ +lean_object* x_79; +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_73); +return x_79; +} +else +{ +lean_object* x_80; lean_object* x_81; +x_80 = lean_ctor_get(x_78, 0); +lean_inc(x_80); +lean_dec(x_78); +x_81 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); +if (lean_obj_tag(x_81) == 0) +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_83 = lean_box(0); +x_84 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_82, x_72, x_83, x_11, x_73); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_80); +return x_84; +} +else +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_85 = lean_ctor_get(x_81, 0); +lean_inc(x_85); +lean_dec(x_81); +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +lean_dec(x_85); +x_87 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_88 = lean_name_eq(x_86, x_87); +if (x_88 == 0) +{ +lean_object* x_89; uint8_t x_90; +x_89 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_90 = lean_name_eq(x_86, x_89); +if (x_90 == 0) +{ +lean_object* x_91; uint8_t x_92; +x_91 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_92 = lean_name_eq(x_86, x_91); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; +lean_inc(x_24); +lean_inc(x_23); +x_93 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_93, 0, x_23); +lean_closure_set(x_93, 1, x_24); +lean_closure_set(x_93, 2, x_86); +lean_closure_set(x_93, 3, x_26); +lean_inc(x_16); +x_94 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_93, x_73); +if (lean_obj_tag(x_94) == 0) +{ +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_95 = lean_ctor_get(x_94, 0); +lean_inc(x_95); +x_96 = lean_ctor_get(x_94, 1); +lean_inc(x_96); +lean_dec(x_94); +x_97 = lean_box(0); +x_98 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_95, x_72, x_97, x_11, x_96); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_80); +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_dec(x_80); +lean_dec(x_72); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_99 = lean_ctor_get(x_94, 0); +lean_inc(x_99); +x_100 = lean_ctor_get(x_94, 1); +lean_inc(x_100); +if (lean_is_exclusive(x_94)) { + lean_ctor_release(x_94, 0); + lean_ctor_release(x_94, 1); + x_101 = x_94; +} else { + lean_dec_ref(x_94); + x_101 = lean_box(0); +} +x_102 = l_Lean_Server_RequestError_ofIoError(x_99); +if (lean_is_scalar(x_101)) { + x_103 = lean_alloc_ctor(1, 2, 0); +} else { + x_103 = x_101; +} +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_100); +return x_103; +} } else { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_3, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_4, 0); -lean_inc(x_17); +lean_object* x_104; lean_object* x_105; lean_object* x_106; +lean_dec(x_86); +x_104 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_105 = lean_box(0); +x_106 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_104, x_72, x_105, x_11, x_73); lean_dec(x_4); -lean_inc(x_17); -x_18 = l_Lean_Environment_contains(x_16, x_17); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; -lean_dec(x_17); -lean_dec(x_7); -lean_dec(x_6); lean_dec(x_3); -x_19 = lean_box(0); -x_20 = lean_apply_3(x_2, x_19, x_10, x_11); -return x_20; +lean_dec(x_80); +return x_106; +} } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_10); -lean_dec(x_2); -x_21 = l_Lean_Elab_Info_lctx(x_5); -x_22 = lean_ctor_get(x_6, 1); -lean_inc(x_22); -lean_dec(x_6); -x_23 = lean_ctor_get(x_7, 0); -lean_inc(x_23); -lean_dec(x_7); -x_24 = l_Lean_Elab_Info_range_x3f(x_5); -if (lean_obj_tag(x_24) == 0) -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_box(0); -x_26 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_26, 0, x_22); -lean_closure_set(x_26, 1, x_23); -lean_closure_set(x_26, 2, x_17); -lean_closure_set(x_26, 3, x_25); -x_27 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_26, x_11); +lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_dec(x_86); +x_107 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_108 = lean_box(0); +x_109 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_107, x_72, x_108, x_11, x_73); +lean_dec(x_4); lean_dec(x_3); -if (lean_obj_tag(x_27) == 0) -{ -uint8_t x_28; -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) -{ -return x_27; +lean_dec(x_80); +return x_109; +} } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_27); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_29); -lean_ctor_set(x_31, 1, x_30); -return x_31; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +lean_dec(x_86); +x_110 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_111 = lean_box(0); +x_112 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_110, x_72, x_111, x_11, x_73); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_80); +return x_112; +} +} +} } } else { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_27); -if (x_32 == 0) +uint8_t x_113; +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_22); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_113 = !lean_is_exclusive(x_28); +if (x_113 == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_27, 0); -x_34 = l_Lean_Server_RequestError_ofIoError(x_33); -lean_ctor_set(x_27, 0, x_34); -return x_27; +lean_object* x_114; lean_object* x_115; +x_114 = lean_ctor_get(x_28, 0); +x_115 = l_Lean_Server_RequestError_ofIoError(x_114); +lean_ctor_set(x_28, 0, x_115); +return x_28; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_35 = lean_ctor_get(x_27, 0); -x_36 = lean_ctor_get(x_27, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_27); -x_37 = l_Lean_Server_RequestError_ofIoError(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_36); -return x_38; +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_116 = lean_ctor_get(x_28, 0); +x_117 = lean_ctor_get(x_28, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_28); +x_118 = l_Lean_Server_RequestError_ofIoError(x_116); +x_119 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_117); +return x_119; } } } else { -uint8_t x_39; -x_39 = !lean_is_exclusive(x_24); -if (x_39 == 0) +uint8_t x_120; +x_120 = !lean_is_exclusive(x_25); +if (x_120 == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_40 = lean_ctor_get(x_24, 0); -x_41 = l_String_Range_toLspRange(x_8, x_40); -lean_dec(x_40); -lean_ctor_set(x_24, 0, x_41); -x_42 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_42, 0, x_22); -lean_closure_set(x_42, 1, x_23); -lean_closure_set(x_42, 2, x_17); -lean_closure_set(x_42, 3, x_24); -x_43 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_42, x_11); -lean_dec(x_3); -if (lean_obj_tag(x_43) == 0) +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_121 = lean_ctor_get(x_25, 0); +x_122 = l_String_Range_toLspRange(x_8, x_121); +lean_dec(x_121); +lean_dec(x_8); +lean_ctor_set(x_25, 0, x_122); +lean_inc(x_25); +lean_inc(x_22); +lean_inc(x_24); +lean_inc(x_23); +x_123 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_123, 0, x_23); +lean_closure_set(x_123, 1, x_24); +lean_closure_set(x_123, 2, x_22); +lean_closure_set(x_123, 3, x_25); +lean_inc(x_16); +x_124 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_123, x_20); +if (lean_obj_tag(x_124) == 0) { -uint8_t x_44; -x_44 = !lean_is_exclusive(x_43); -if (x_44 == 0) +uint8_t x_125; +x_125 = !lean_is_exclusive(x_124); +if (x_125 == 0) { -return x_43; -} -else +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; +x_126 = lean_ctor_get(x_124, 0); +x_127 = lean_ctor_get(x_124, 1); +x_128 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_129 = lean_ctor_get(x_4, 0); +lean_inc(x_129); +x_130 = l_Lean_instInhabitedProjectionFunctionInfo; +x_131 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_132 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_130, x_131, x_129, x_22); +if (lean_obj_tag(x_132) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_43, 0); -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_43); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; -} +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +return x_124; } else { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_43); -if (x_48 == 0) +lean_object* x_133; lean_object* x_134; +lean_free_object(x_124); +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +lean_dec(x_132); +x_134 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); +if (lean_obj_tag(x_134) == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_43, 0); -x_50 = l_Lean_Server_RequestError_ofIoError(x_49); -lean_ctor_set(x_43, 0, x_50); -return x_43; +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_136 = lean_box(0); +x_137 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_135, x_126, x_136, x_11, x_127); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_133); +return x_137; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_43, 0); -x_52 = lean_ctor_get(x_43, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_43); -x_53 = l_Lean_Server_RequestError_ofIoError(x_51); -x_54 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -return x_54; -} -} +lean_object* x_138; lean_object* x_139; lean_object* x_140; uint8_t x_141; +x_138 = lean_ctor_get(x_134, 0); +lean_inc(x_138); +lean_dec(x_134); +x_139 = lean_ctor_get(x_138, 0); +lean_inc(x_139); +lean_dec(x_138); +x_140 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_141 = lean_name_eq(x_139, x_140); +if (x_141 == 0) +{ +lean_object* x_142; uint8_t x_143; +x_142 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_143 = lean_name_eq(x_139, x_142); +if (x_143 == 0) +{ +lean_object* x_144; uint8_t x_145; +x_144 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_145 = lean_name_eq(x_139, x_144); +if (x_145 == 0) +{ +lean_object* x_146; lean_object* x_147; +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +x_146 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_146, 0, x_23); +lean_closure_set(x_146, 1, x_24); +lean_closure_set(x_146, 2, x_139); +lean_closure_set(x_146, 3, x_25); +lean_inc(x_16); +x_147 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_146, x_127); +if (lean_obj_tag(x_147) == 0) +{ +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; +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); +x_150 = lean_box(0); +x_151 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_148, x_126, x_150, x_11, x_149); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_133); +return x_151; } 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_24, 0); -lean_inc(x_55); +uint8_t x_152; +lean_dec(x_133); +lean_dec(x_126); +lean_dec(x_25); lean_dec(x_24); -x_56 = l_String_Range_toLspRange(x_8, x_55); -lean_dec(x_55); -x_57 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_57, 0, x_56); -x_58 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_58, 0, x_22); -lean_closure_set(x_58, 1, x_23); -lean_closure_set(x_58, 2, x_17); -lean_closure_set(x_58, 3, x_57); -x_59 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_58, x_11); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); lean_dec(x_3); -if (lean_obj_tag(x_59) == 0) +x_152 = !lean_is_exclusive(x_147); +if (x_152 == 0) { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_62 = x_59; -} else { - lean_dec_ref(x_59); - x_62 = lean_box(0); +lean_object* x_153; lean_object* x_154; +x_153 = lean_ctor_get(x_147, 0); +x_154 = l_Lean_Server_RequestError_ofIoError(x_153); +lean_ctor_set(x_147, 0, x_154); +return x_147; +} +else +{ +lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_155 = lean_ctor_get(x_147, 0); +x_156 = lean_ctor_get(x_147, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_147); +x_157 = l_Lean_Server_RequestError_ofIoError(x_155); +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_157); +lean_ctor_set(x_158, 1, x_156); +return x_158; } -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_62; } -lean_ctor_set(x_63, 0, x_60); -lean_ctor_set(x_63, 1, x_61); -return x_63; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_64 = lean_ctor_get(x_59, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_59, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_66 = x_59; -} else { - lean_dec_ref(x_59); - x_66 = lean_box(0); -} -x_67 = l_Lean_Server_RequestError_ofIoError(x_64); -if (lean_is_scalar(x_66)) { - x_68 = lean_alloc_ctor(1, 2, 0); -} else { - x_68 = x_66; +lean_object* x_159; lean_object* x_160; lean_object* x_161; +lean_dec(x_139); +x_159 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_160 = lean_box(0); +x_161 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_159, x_126, x_160, x_11, x_127); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_133); +return x_161; } -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_65); -return x_68; } +else +{ +lean_object* x_162; lean_object* x_163; lean_object* x_164; +lean_dec(x_139); +x_162 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_163 = lean_box(0); +x_164 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_162, x_126, x_163, x_11, x_127); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_133); +return x_164; } } +else +{ +lean_object* x_165; lean_object* x_166; lean_object* x_167; +lean_dec(x_139); +x_165 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_166 = lean_box(0); +x_167 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_165, x_126, x_166, x_11, x_127); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_133); +return x_167; } } } } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed), 3, 0); -return x_1; -} +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; +x_168 = lean_ctor_get(x_124, 0); +x_169 = lean_ctor_get(x_124, 1); +lean_inc(x_169); +lean_inc(x_168); +lean_dec(x_124); +x_170 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_171 = lean_ctor_get(x_4, 0); +lean_inc(x_171); +x_172 = l_Lean_instInhabitedProjectionFunctionInfo; +x_173 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_174 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_172, x_173, x_171, x_22); +if (lean_obj_tag(x_174) == 0) +{ +lean_object* x_175; +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_175 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_175, 0, x_168); +lean_ctor_set(x_175, 1, x_169); +return x_175; } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { -_start: +else { -lean_object* x_10; lean_object* x_11; -lean_dec(x_7); -x_10 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1; -x_11 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); -if (lean_obj_tag(x_11) == 0) +lean_object* x_176; lean_object* x_177; +x_176 = lean_ctor_get(x_174, 0); +lean_inc(x_176); +lean_dec(x_174); +x_177 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_12; lean_object* x_13; -lean_dec(x_6); -lean_dec(x_5); +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_179 = lean_box(0); +x_180 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_178, x_168, x_179, x_11, x_169); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); -x_12 = lean_box(0); -x_13 = lean_apply_3(x_10, x_12, x_8, x_9); -return x_13; +lean_dec(x_176); +return x_180; } else { -lean_object* x_14; uint8_t x_15; uint8_t x_16; -x_14 = lean_ctor_get(x_11, 0); -lean_inc(x_14); -lean_dec(x_11); -x_15 = 0; -x_16 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_2, x_15); -if (x_16 == 0) +lean_object* x_181; lean_object* x_182; lean_object* x_183; uint8_t x_184; +x_181 = lean_ctor_get(x_177, 0); +lean_inc(x_181); +lean_dec(x_177); +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +lean_dec(x_181); +x_183 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_184 = lean_name_eq(x_182, x_183); +if (x_184 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = lean_box(0); -x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_2, x_10, x_3, x_14, x_1, x_4, x_5, x_6, x_17, x_8, x_9); -lean_dec(x_6); -lean_dec(x_1); -return x_18; +lean_object* x_185; uint8_t x_186; +x_185 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_186 = lean_name_eq(x_182, x_185); +if (x_186 == 0) +{ +lean_object* x_187; uint8_t x_188; +x_187 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_188 = lean_name_eq(x_182, x_187); +if (x_188 == 0) +{ +lean_object* x_189; lean_object* x_190; +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +x_189 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_189, 0, x_23); +lean_closure_set(x_189, 1, x_24); +lean_closure_set(x_189, 2, x_182); +lean_closure_set(x_189, 3, x_25); +lean_inc(x_16); +x_190 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_189, x_169); +if (lean_obj_tag(x_190) == 0) +{ +lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; +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 = lean_box(0); +x_194 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_191, x_168, x_193, x_11, x_192); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_176); +return x_194; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_3, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_14, 1); -lean_inc(x_20); -x_21 = l_Lean_Syntax_getKind(x_20); -lean_inc(x_21); -x_22 = l_Lean_Environment_contains(x_19, x_21); -if (x_22 == 0) +lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; +lean_dec(x_176); +lean_dec(x_168); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_195 = lean_ctor_get(x_190, 0); +lean_inc(x_195); +x_196 = lean_ctor_get(x_190, 1); +lean_inc(x_196); +if (lean_is_exclusive(x_190)) { + lean_ctor_release(x_190, 0); + lean_ctor_release(x_190, 1); + x_197 = x_190; +} else { + lean_dec_ref(x_190); + x_197 = lean_box(0); +} +x_198 = l_Lean_Server_RequestError_ofIoError(x_195); +if (lean_is_scalar(x_197)) { + x_199 = lean_alloc_ctor(1, 2, 0); +} else { + x_199 = x_197; +} +lean_ctor_set(x_199, 0, x_198); +lean_ctor_set(x_199, 1, x_196); +return x_199; +} +} +else { -lean_object* x_23; lean_object* x_24; -lean_dec(x_21); -x_23 = lean_box(0); -x_24 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_2, x_10, x_3, x_14, x_1, x_4, x_5, x_6, x_23, x_8, x_9); -lean_dec(x_6); -lean_dec(x_1); -return x_24; +lean_object* x_200; lean_object* x_201; lean_object* x_202; +lean_dec(x_182); +x_200 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_201 = lean_box(0); +x_202 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_200, x_168, x_201, x_11, x_169); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_176); +return x_202; +} } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_14); -lean_dec(x_8); -x_25 = l_Lean_Elab_Info_lctx(x_1); -x_26 = lean_ctor_get(x_4, 1); -lean_inc(x_26); +lean_object* x_203; lean_object* x_204; lean_object* x_205; +lean_dec(x_182); +x_203 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_204 = lean_box(0); +x_205 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_203, x_168, x_204, x_11, x_169); lean_dec(x_4); -x_27 = lean_ctor_get(x_5, 0); -lean_inc(x_27); -lean_dec(x_5); -x_28 = l_Lean_Elab_Info_range_x3f(x_1); -lean_dec(x_1); -if (lean_obj_tag(x_28) == 0) +lean_dec(x_3); +lean_dec(x_176); +return x_205; +} +} +else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_6); -x_29 = lean_box(0); -x_30 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_30, 0, x_26); -lean_closure_set(x_30, 1, x_27); -lean_closure_set(x_30, 2, x_21); -lean_closure_set(x_30, 3, x_29); -x_31 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_30, x_9); +lean_object* x_206; lean_object* x_207; lean_object* x_208; +lean_dec(x_182); +x_206 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_207 = lean_box(0); +x_208 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_206, x_168, x_207, x_11, x_169); +lean_dec(x_4); lean_dec(x_3); -if (lean_obj_tag(x_31) == 0) +lean_dec(x_176); +return x_208; +} +} +} +} +} +else { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_209; +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_22); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_209 = !lean_is_exclusive(x_124); +if (x_209 == 0) { -return x_31; +lean_object* x_210; lean_object* x_211; +x_210 = lean_ctor_get(x_124, 0); +x_211 = l_Lean_Server_RequestError_ofIoError(x_210); +lean_ctor_set(x_124, 0, x_211); +return x_124; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_31); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_33); -lean_ctor_set(x_35, 1, x_34); -return x_35; +lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; +x_212 = lean_ctor_get(x_124, 0); +x_213 = lean_ctor_get(x_124, 1); +lean_inc(x_213); +lean_inc(x_212); +lean_dec(x_124); +x_214 = l_Lean_Server_RequestError_ofIoError(x_212); +x_215 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_215, 0, x_214); +lean_ctor_set(x_215, 1, x_213); +return x_215; +} } } else { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_31); -if (x_36 == 0) +lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; +x_216 = lean_ctor_get(x_25, 0); +lean_inc(x_216); +lean_dec(x_25); +x_217 = l_String_Range_toLspRange(x_8, x_216); +lean_dec(x_216); +lean_dec(x_8); +x_218 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_218, 0, x_217); +lean_inc(x_218); +lean_inc(x_22); +lean_inc(x_24); +lean_inc(x_23); +x_219 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_219, 0, x_23); +lean_closure_set(x_219, 1, x_24); +lean_closure_set(x_219, 2, x_22); +lean_closure_set(x_219, 3, x_218); +lean_inc(x_16); +x_220 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_219, x_20); +if (lean_obj_tag(x_220) == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_31, 0); -x_38 = l_Lean_Server_RequestError_ofIoError(x_37); -lean_ctor_set(x_31, 0, x_38); -return x_31; +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_221 = lean_ctor_get(x_220, 0); +lean_inc(x_221); +x_222 = lean_ctor_get(x_220, 1); +lean_inc(x_222); +if (lean_is_exclusive(x_220)) { + lean_ctor_release(x_220, 0); + lean_ctor_release(x_220, 1); + x_223 = x_220; +} else { + lean_dec_ref(x_220); + x_223 = lean_box(0); } -else +x_224 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_225 = lean_ctor_get(x_4, 0); +lean_inc(x_225); +x_226 = l_Lean_instInhabitedProjectionFunctionInfo; +x_227 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_228 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_226, x_227, x_225, x_22); +if (lean_obj_tag(x_228) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_31, 0); -x_40 = lean_ctor_get(x_31, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_31); -x_41 = l_Lean_Server_RequestError_ofIoError(x_39); -x_42 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_40); -return x_42; +lean_object* x_229; +lean_dec(x_218); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +if (lean_is_scalar(x_223)) { + x_229 = lean_alloc_ctor(0, 2, 0); +} else { + x_229 = x_223; } +lean_ctor_set(x_229, 0, x_221); +lean_ctor_set(x_229, 1, x_222); +return x_229; } +else +{ +lean_object* x_230; lean_object* x_231; +lean_dec(x_223); +x_230 = lean_ctor_get(x_228, 0); +lean_inc(x_230); +lean_dec(x_228); +x_231 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); +if (lean_obj_tag(x_231) == 0) +{ +lean_object* x_232; lean_object* x_233; lean_object* x_234; +x_232 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_233 = lean_box(0); +x_234 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_232, x_221, x_233, x_11, x_222); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_230); +return x_234; } else { -uint8_t x_43; -x_43 = !lean_is_exclusive(x_28); -if (x_43 == 0) +lean_object* x_235; lean_object* x_236; lean_object* x_237; uint8_t x_238; +x_235 = lean_ctor_get(x_231, 0); +lean_inc(x_235); +lean_dec(x_231); +x_236 = lean_ctor_get(x_235, 0); +lean_inc(x_236); +lean_dec(x_235); +x_237 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_238 = lean_name_eq(x_236, x_237); +if (x_238 == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_28, 0); -x_45 = l_String_Range_toLspRange(x_6, x_44); -lean_dec(x_44); -lean_dec(x_6); -lean_ctor_set(x_28, 0, x_45); -x_46 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_46, 0, x_26); -lean_closure_set(x_46, 1, x_27); -lean_closure_set(x_46, 2, x_21); -lean_closure_set(x_46, 3, x_28); -x_47 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_46, x_9); -lean_dec(x_3); -if (lean_obj_tag(x_47) == 0) +lean_object* x_239; uint8_t x_240; +x_239 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_240 = lean_name_eq(x_236, x_239); +if (x_240 == 0) { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_47); -if (x_48 == 0) +lean_object* x_241; uint8_t x_242; +x_241 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_242 = lean_name_eq(x_236, x_241); +if (x_242 == 0) { -return x_47; +lean_object* x_243; lean_object* x_244; +lean_inc(x_218); +lean_inc(x_24); +lean_inc(x_23); +x_243 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_243, 0, x_23); +lean_closure_set(x_243, 1, x_24); +lean_closure_set(x_243, 2, x_236); +lean_closure_set(x_243, 3, x_218); +lean_inc(x_16); +x_244 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_243, x_222); +if (lean_obj_tag(x_244) == 0) +{ +lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; +x_245 = lean_ctor_get(x_244, 0); +lean_inc(x_245); +x_246 = lean_ctor_get(x_244, 1); +lean_inc(x_246); +lean_dec(x_244); +x_247 = lean_box(0); +x_248 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_245, x_221, x_247, x_11, x_246); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_230); +return x_248; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_47, 0); -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_47); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -return x_51; +lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; +lean_dec(x_230); +lean_dec(x_221); +lean_dec(x_218); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_3); +x_249 = lean_ctor_get(x_244, 0); +lean_inc(x_249); +x_250 = lean_ctor_get(x_244, 1); +lean_inc(x_250); +if (lean_is_exclusive(x_244)) { + lean_ctor_release(x_244, 0); + lean_ctor_release(x_244, 1); + x_251 = x_244; +} else { + lean_dec_ref(x_244); + x_251 = lean_box(0); +} +x_252 = l_Lean_Server_RequestError_ofIoError(x_249); +if (lean_is_scalar(x_251)) { + x_253 = lean_alloc_ctor(1, 2, 0); +} else { + x_253 = x_251; +} +lean_ctor_set(x_253, 0, x_252); +lean_ctor_set(x_253, 1, x_250); +return x_253; } } else { -uint8_t x_52; -x_52 = !lean_is_exclusive(x_47); -if (x_52 == 0) +lean_object* x_254; lean_object* x_255; lean_object* x_256; +lean_dec(x_236); +x_254 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_255 = lean_box(0); +x_256 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_254, x_221, x_255, x_11, x_222); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_230); +return x_256; +} +} +else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_47, 0); -x_54 = l_Lean_Server_RequestError_ofIoError(x_53); -lean_ctor_set(x_47, 0, x_54); -return x_47; +lean_object* x_257; lean_object* x_258; lean_object* x_259; +lean_dec(x_236); +x_257 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_258 = lean_box(0); +x_259 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_257, x_221, x_258, x_11, x_222); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_230); +return x_259; +} } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = lean_ctor_get(x_47, 0); -x_56 = lean_ctor_get(x_47, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_47); -x_57 = l_Lean_Server_RequestError_ofIoError(x_55); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_56); -return x_58; +lean_object* x_260; lean_object* x_261; lean_object* x_262; +lean_dec(x_236); +x_260 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_261 = lean_box(0); +x_262 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_260, x_221, x_261, x_11, x_222); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_230); +return x_262; +} } } } 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_28, 0); -lean_inc(x_59); -lean_dec(x_28); -x_60 = l_String_Range_toLspRange(x_6, x_59); -lean_dec(x_59); -lean_dec(x_6); -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_60); -x_62 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_62, 0, x_26); -lean_closure_set(x_62, 1, x_27); -lean_closure_set(x_62, 2, x_21); -lean_closure_set(x_62, 3, x_61); -x_63 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_62, x_9); +lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +lean_dec(x_218); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_22); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_11); +lean_dec(x_4); lean_dec(x_3); -if (lean_obj_tag(x_63) == 0) -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -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; +x_263 = lean_ctor_get(x_220, 0); +lean_inc(x_263); +x_264 = lean_ctor_get(x_220, 1); +lean_inc(x_264); +if (lean_is_exclusive(x_220)) { + lean_ctor_release(x_220, 0); + lean_ctor_release(x_220, 1); + x_265 = x_220; } else { - lean_dec_ref(x_63); - x_66 = lean_box(0); + lean_dec_ref(x_220); + x_265 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(0, 2, 0); +x_266 = l_Lean_Server_RequestError_ofIoError(x_263); +if (lean_is_scalar(x_265)) { + x_267 = lean_alloc_ctor(1, 2, 0); } else { - x_67 = x_66; + x_267 = x_265; +} +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_264); +return x_267; +} +} } -lean_ctor_set(x_67, 0, x_64); -lean_ctor_set(x_67, 1, x_65); -return x_67; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_68 = lean_ctor_get(x_63, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_63, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - lean_ctor_release(x_63, 1); - x_70 = x_63; -} else { - lean_dec_ref(x_63); - x_70 = lean_box(0); +lean_object* x_268; lean_object* x_269; +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_16); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +x_268 = lean_box(0); +x_269 = lean_apply_3(x_5, x_268, x_11, x_20); +return x_269; } -x_71 = l_Lean_Server_RequestError_ofIoError(x_68); -if (lean_is_scalar(x_70)) { - x_72 = lean_alloc_ctor(1, 2, 0); -} else { - x_72 = x_70; } -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -return x_72; +else +{ +uint8_t x_270; +lean_dec(x_16); +lean_dec(x_11); +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_270 = !lean_is_exclusive(x_18); +if (x_270 == 0) +{ +lean_object* x_271; lean_object* x_272; +x_271 = lean_ctor_get(x_18, 0); +x_272 = l_Lean_Server_RequestError_ofIoError(x_271); +lean_ctor_set(x_18, 0, x_272); +return x_18; +} +else +{ +lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; +x_273 = lean_ctor_get(x_18, 0); +x_274 = lean_ctor_get(x_18, 1); +lean_inc(x_274); +lean_inc(x_273); +lean_dec(x_18); +x_275 = l_Lean_Server_RequestError_ofIoError(x_273); +x_276 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_276, 0, x_275); +lean_ctor_set(x_276, 1, x_274); +return x_276; } } } +else +{ +lean_object* x_277; lean_object* x_278; +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_277 = lean_box(0); +x_278 = lean_apply_3(x_5, x_277, x_11, x_12); +return x_278; } } +else +{ +lean_object* x_279; lean_object* x_280; +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_279 = lean_box(0); +x_280 = lean_apply_3(x_5, x_279, x_11, x_12); +return x_280; } } } -LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 1) @@ -3049,7 +5391,7 @@ return x_10; } } } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1() { +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -3059,427 +5401,445 @@ x_3 = lean_apply_1(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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: { -switch (lean_obj_tag(x_8)) { +lean_dec(x_11); +switch (lean_obj_tag(x_10)) { case 1: { -lean_object* x_12; lean_object* x_13; -lean_dec(x_10); -lean_dec(x_7); -lean_dec(x_1); -x_12 = lean_ctor_get(x_8, 0); -lean_inc(x_12); -lean_dec(x_8); -x_13 = l_Lean_Elab_Info_lctx(x_2); -if (lean_obj_tag(x_3) == 0) -{ lean_object* x_14; lean_object* x_15; lean_dec(x_12); lean_dec(x_6); -x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1; -x_15 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_13, x_14, x_11); -if (lean_obj_tag(x_15) == 0) +lean_dec(x_5); +lean_dec(x_1); +x_14 = lean_ctor_get(x_10, 0); +lean_inc(x_14); +lean_dec(x_10); +x_15 = l_Lean_Elab_Info_lctx(x_3); +if (lean_obj_tag(x_9) == 0) { -uint8_t x_16; -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) +lean_object* x_16; lean_object* x_17; +lean_dec(x_14); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_3); +x_16 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; +x_17 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_16, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_17) == 0) { -return x_15; +uint8_t x_18; +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) +{ +return x_17; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_inc(x_17); -lean_dec(x_15); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_18); -return x_19; +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_17); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +return x_21; } } else { -uint8_t x_20; -x_20 = !lean_is_exclusive(x_15); -if (x_20 == 0) +uint8_t x_22; +x_22 = !lean_is_exclusive(x_17); +if (x_22 == 0) { -lean_object* x_21; lean_object* x_22; -x_21 = lean_ctor_get(x_15, 0); -x_22 = l_Lean_Server_RequestError_ofIoError(x_21); -lean_ctor_set(x_15, 0, x_22); -return x_15; +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_17, 0); +x_24 = l_Lean_Server_RequestError_ofIoError(x_23); +lean_ctor_set(x_17, 0, x_24); +return x_17; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_15, 0); -x_24 = lean_ctor_get(x_15, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_15); -x_25 = l_Lean_Server_RequestError_ofIoError(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_24); -return x_26; +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_17, 0); +x_26 = lean_ctor_get(x_17, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_17); +x_27 = l_Lean_Server_RequestError_ofIoError(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_26); +return x_28; } } } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_3, 0); -lean_inc(x_27); -lean_dec(x_3); -x_28 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___boxed), 2, 1); -lean_closure_set(x_28, 0, x_12); -x_29 = l_Lean_Elab_InfoTree_findInfo_x3f(x_28, x_27); -if (lean_obj_tag(x_29) == 0) -{ -lean_object* x_30; lean_object* x_31; -lean_dec(x_6); -x_30 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1; -x_31 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_13, x_30, x_11); +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_9, 0); +lean_inc(x_29); +lean_dec(x_9); +x_30 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9___boxed), 2, 1); +lean_closure_set(x_30, 0, x_14); +x_31 = l_Lean_Elab_InfoTree_findInfo_x3f(x_30, x_29); if (lean_obj_tag(x_31) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +lean_object* x_32; lean_object* x_33; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_3); +x_32 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; +x_33 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_32, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_33) == 0) { -return x_31; +uint8_t x_34; +x_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) +{ +return x_33; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_31); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_33); -lean_ctor_set(x_35, 1, x_34); -return x_35; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_33, 0); +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(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); +return x_37; } } else { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_31); -if (x_36 == 0) +uint8_t x_38; +x_38 = !lean_is_exclusive(x_33); +if (x_38 == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_31, 0); -x_38 = l_Lean_Server_RequestError_ofIoError(x_37); -lean_ctor_set(x_31, 0, x_38); -return x_31; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_33, 0); +x_40 = l_Lean_Server_RequestError_ofIoError(x_39); +lean_ctor_set(x_33, 0, x_40); +return x_33; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_31, 0); -x_40 = lean_ctor_get(x_31, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_31); -x_41 = l_Lean_Server_RequestError_ofIoError(x_39); -x_42 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_40); -return x_42; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_33, 0); +x_42 = lean_ctor_get(x_33, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_33); +x_43 = l_Lean_Server_RequestError_ofIoError(x_41); +x_44 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +return x_44; } } } else { -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_29, 0); -lean_inc(x_43); -lean_dec(x_29); -x_44 = l_Lean_Elab_Info_range_x3f(x_43); -lean_dec(x_43); -if (lean_obj_tag(x_44) == 0) -{ lean_object* x_45; lean_object* x_46; -lean_dec(x_6); -x_45 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1; -x_46 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_13, x_45, x_11); +x_45 = lean_ctor_get(x_31, 0); +lean_inc(x_45); +lean_dec(x_31); +x_46 = l_Lean_Elab_Info_range_x3f(x_45); +lean_dec(x_45); if (lean_obj_tag(x_46) == 0) { -uint8_t x_47; -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) +lean_object* x_47; lean_object* x_48; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_3); +x_47 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; +x_48 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_47, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_48) == 0) { -return x_46; +uint8_t x_49; +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) +{ +return x_48; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_46, 0); -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_46); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_48); -lean_ctor_set(x_50, 1, x_49); -return x_50; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_48, 0); +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_48); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } else { -uint8_t x_51; -x_51 = !lean_is_exclusive(x_46); -if (x_51 == 0) +uint8_t x_53; +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) { -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_46, 0); -x_53 = l_Lean_Server_RequestError_ofIoError(x_52); -lean_ctor_set(x_46, 0, x_53); -return x_46; +lean_object* x_54; lean_object* x_55; +x_54 = lean_ctor_get(x_48, 0); +x_55 = l_Lean_Server_RequestError_ofIoError(x_54); +lean_ctor_set(x_48, 0, x_55); +return x_48; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_54 = lean_ctor_get(x_46, 0); -x_55 = lean_ctor_get(x_46, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_46); -x_56 = l_Lean_Server_RequestError_ofIoError(x_54); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_55); -return x_57; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_48, 0); +x_57 = lean_ctor_get(x_48, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_48); +x_58 = l_Lean_Server_RequestError_ofIoError(x_56); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_44, 0); -lean_inc(x_58); -lean_dec(x_44); -x_59 = l_String_Range_toLspRange(x_5, x_58); -lean_dec(x_58); -x_60 = l_Lean_Elab_Info_range_x3f(x_2); -if (lean_obj_tag(x_60) == 0) +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_46, 0); +lean_inc(x_60); +lean_dec(x_46); +x_61 = l_String_Range_toLspRange(x_8, x_60); +lean_dec(x_60); +x_62 = l_Lean_Elab_Info_range_x3f(x_3); +lean_dec(x_3); +if (lean_obj_tag(x_62) == 0) { -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_61 = lean_ctor_get(x_6, 0); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_dec(x_8); +x_63 = lean_ctor_get(x_7, 0); +lean_inc(x_63); +lean_dec(x_7); +x_64 = lean_box(0); lean_inc(x_61); -lean_dec(x_6); -x_62 = lean_box(0); -lean_inc(x_59); -x_63 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_61); -lean_ctor_set(x_63, 2, x_59); -lean_ctor_set(x_63, 3, x_59); -x_64 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_65 = lean_array_push(x_64, x_63); -x_66 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed), 6, 1); -lean_closure_set(x_66, 0, x_65); -x_67 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_13, x_66, x_11); -if (lean_obj_tag(x_67) == 0) +x_65 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_63); +lean_ctor_set(x_65, 2, x_61); +lean_ctor_set(x_65, 3, x_61); +x_66 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_67 = lean_array_push(x_66, x_65); +x_68 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 1); +lean_closure_set(x_68, 0, x_67); +x_69 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_68, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_69) == 0) { -uint8_t x_68; -x_68 = !lean_is_exclusive(x_67); -if (x_68 == 0) +uint8_t x_70; +x_70 = !lean_is_exclusive(x_69); +if (x_70 == 0) { -return x_67; +return x_69; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_67, 0); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_67); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_69); -lean_ctor_set(x_71, 1, x_70); -return x_71; +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_69, 0); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_69); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_71); +lean_ctor_set(x_73, 1, x_72); +return x_73; } } else { -uint8_t x_72; -x_72 = !lean_is_exclusive(x_67); -if (x_72 == 0) +uint8_t x_74; +x_74 = !lean_is_exclusive(x_69); +if (x_74 == 0) { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_67, 0); -x_74 = l_Lean_Server_RequestError_ofIoError(x_73); -lean_ctor_set(x_67, 0, x_74); -return x_67; +lean_object* x_75; lean_object* x_76; +x_75 = lean_ctor_get(x_69, 0); +x_76 = l_Lean_Server_RequestError_ofIoError(x_75); +lean_ctor_set(x_69, 0, x_76); +return x_69; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_75 = lean_ctor_get(x_67, 0); -x_76 = lean_ctor_get(x_67, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_67); -x_77 = l_Lean_Server_RequestError_ofIoError(x_75); -x_78 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_76); -return x_78; +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_77 = lean_ctor_get(x_69, 0); +x_78 = lean_ctor_get(x_69, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_69); +x_79 = l_Lean_Server_RequestError_ofIoError(x_77); +x_80 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +return x_80; } } } else { -lean_object* x_79; uint8_t x_80; -x_79 = lean_ctor_get(x_6, 0); -lean_inc(x_79); -lean_dec(x_6); -x_80 = !lean_is_exclusive(x_60); -if (x_80 == 0) +lean_object* x_81; uint8_t x_82; +x_81 = lean_ctor_get(x_7, 0); +lean_inc(x_81); +lean_dec(x_7); +x_82 = !lean_is_exclusive(x_62); +if (x_82 == 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; -x_81 = lean_ctor_get(x_60, 0); -x_82 = l_String_Range_toLspRange(x_5, x_81); -lean_dec(x_81); -lean_ctor_set(x_60, 0, x_82); -lean_inc(x_59); -x_83 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_83, 0, x_60); -lean_ctor_set(x_83, 1, x_79); -lean_ctor_set(x_83, 2, x_59); -lean_ctor_set(x_83, 3, x_59); -x_84 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_85 = lean_array_push(x_84, x_83); -x_86 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed), 6, 1); -lean_closure_set(x_86, 0, x_85); -x_87 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_13, x_86, x_11); -if (lean_obj_tag(x_87) == 0) -{ -uint8_t x_88; -x_88 = !lean_is_exclusive(x_87); -if (x_88 == 0) +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_83 = lean_ctor_get(x_62, 0); +x_84 = l_String_Range_toLspRange(x_8, x_83); +lean_dec(x_83); +lean_dec(x_8); +lean_ctor_set(x_62, 0, x_84); +lean_inc(x_61); +x_85 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_85, 0, x_62); +lean_ctor_set(x_85, 1, x_81); +lean_ctor_set(x_85, 2, x_61); +lean_ctor_set(x_85, 3, x_61); +x_86 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_87 = lean_array_push(x_86, x_85); +x_88 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 1); +lean_closure_set(x_88, 0, x_87); +x_89 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_88, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_89) == 0) { -return x_87; +uint8_t x_90; +x_90 = !lean_is_exclusive(x_89); +if (x_90 == 0) +{ +return x_89; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_87, 0); -x_90 = lean_ctor_get(x_87, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_87); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_89); -lean_ctor_set(x_91, 1, x_90); -return x_91; +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_89, 0); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_inc(x_91); +lean_dec(x_89); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_91); +lean_ctor_set(x_93, 1, x_92); +return x_93; } } else { -uint8_t x_92; -x_92 = !lean_is_exclusive(x_87); -if (x_92 == 0) +uint8_t x_94; +x_94 = !lean_is_exclusive(x_89); +if (x_94 == 0) { -lean_object* x_93; lean_object* x_94; -x_93 = lean_ctor_get(x_87, 0); -x_94 = l_Lean_Server_RequestError_ofIoError(x_93); -lean_ctor_set(x_87, 0, x_94); -return x_87; +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_89, 0); +x_96 = l_Lean_Server_RequestError_ofIoError(x_95); +lean_ctor_set(x_89, 0, x_96); +return x_89; } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_95 = lean_ctor_get(x_87, 0); -x_96 = lean_ctor_get(x_87, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_87); -x_97 = l_Lean_Server_RequestError_ofIoError(x_95); -x_98 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_96); -return x_98; +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_97 = lean_ctor_get(x_89, 0); +x_98 = lean_ctor_get(x_89, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_89); +x_99 = l_Lean_Server_RequestError_ofIoError(x_97); +x_100 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_100, 0, x_99); +lean_ctor_set(x_100, 1, x_98); +return x_100; } } } 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; -x_99 = lean_ctor_get(x_60, 0); -lean_inc(x_99); -lean_dec(x_60); -x_100 = l_String_Range_toLspRange(x_5, x_99); -lean_dec(x_99); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_100); -lean_inc(x_59); -x_102 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_79); -lean_ctor_set(x_102, 2, x_59); -lean_ctor_set(x_102, 3, x_59); -x_103 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_104 = lean_array_push(x_103, x_102); -x_105 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_CompletionInfo_format___spec__2___rarg___boxed), 6, 1); -lean_closure_set(x_105, 0, x_104); -x_106 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_13, x_105, x_11); -if (lean_obj_tag(x_106) == 0) -{ -lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_109 = x_106; +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_101 = lean_ctor_get(x_62, 0); +lean_inc(x_101); +lean_dec(x_62); +x_102 = l_String_Range_toLspRange(x_8, x_101); +lean_dec(x_101); +lean_dec(x_8); +x_103 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_103, 0, x_102); +lean_inc(x_61); +x_104 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_81); +lean_ctor_set(x_104, 2, x_61); +lean_ctor_set(x_104, 3, x_61); +x_105 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_106 = lean_array_push(x_105, x_104); +x_107 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 1); +lean_closure_set(x_107, 0, x_106); +x_108 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_107, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_108) == 0) +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_108, 1); +lean_inc(x_110); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_111 = x_108; } else { - lean_dec_ref(x_106); - x_109 = lean_box(0); + lean_dec_ref(x_108); + x_111 = lean_box(0); } -if (lean_is_scalar(x_109)) { - x_110 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_111)) { + x_112 = lean_alloc_ctor(0, 2, 0); } else { - x_110 = x_109; + x_112 = x_111; } -lean_ctor_set(x_110, 0, x_107); -lean_ctor_set(x_110, 1, x_108); -return x_110; +lean_ctor_set(x_112, 0, x_109); +lean_ctor_set(x_112, 1, x_110); +return x_112; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_111 = lean_ctor_get(x_106, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_106, 1); -lean_inc(x_112); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_113 = x_106; +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_113 = lean_ctor_get(x_108, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_108, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_115 = x_108; } else { - lean_dec_ref(x_106); - x_113 = lean_box(0); + lean_dec_ref(x_108); + x_115 = lean_box(0); } -x_114 = l_Lean_Server_RequestError_ofIoError(x_111); -if (lean_is_scalar(x_113)) { - x_115 = lean_alloc_ctor(1, 2, 0); +x_116 = l_Lean_Server_RequestError_ofIoError(x_113); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(1, 2, 0); } else { - x_115 = x_113; + x_117 = x_115; } -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_112); -return x_115; +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +return x_117; } } } @@ -3489,231 +5849,236 @@ return x_115; } case 4: { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_10); -lean_dec(x_3); +lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_5); lean_dec(x_1); -x_116 = lean_ctor_get(x_8, 0); -lean_inc(x_116); -lean_dec(x_8); -x_117 = l_Lean_Elab_Info_lctx(x_2); -x_118 = lean_ctor_get(x_7, 1); +x_118 = lean_ctor_get(x_10, 0); lean_inc(x_118); -lean_dec(x_7); -x_119 = lean_ctor_get(x_6, 0); -lean_inc(x_119); +lean_dec(x_10); +x_119 = l_Lean_Elab_Info_lctx(x_3); +x_120 = lean_ctor_get(x_6, 1); +lean_inc(x_120); lean_dec(x_6); -x_120 = l_Lean_Elab_Info_range_x3f(x_2); -if (lean_obj_tag(x_120) == 0) +x_121 = lean_ctor_get(x_7, 0); +lean_inc(x_121); +lean_dec(x_7); +x_122 = l_Lean_Elab_Info_range_x3f(x_3); +lean_dec(x_3); +if (lean_obj_tag(x_122) == 0) { -lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_box(0); -x_122 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_122, 0, x_118); -lean_closure_set(x_122, 1, x_119); -lean_closure_set(x_122, 2, x_116); -lean_closure_set(x_122, 3, x_121); -x_123 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_117, x_122, x_11); -if (lean_obj_tag(x_123) == 0) +lean_object* x_123; lean_object* x_124; lean_object* x_125; +lean_dec(x_8); +x_123 = lean_box(0); +x_124 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_124, 0, x_120); +lean_closure_set(x_124, 1, x_121); +lean_closure_set(x_124, 2, x_118); +lean_closure_set(x_124, 3, x_123); +x_125 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_119, x_124, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_125) == 0) { -uint8_t x_124; -x_124 = !lean_is_exclusive(x_123); -if (x_124 == 0) +uint8_t x_126; +x_126 = !lean_is_exclusive(x_125); +if (x_126 == 0) { -return x_123; +return x_125; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_ctor_get(x_123, 0); -x_126 = lean_ctor_get(x_123, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_123); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -return x_127; +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_125, 0); +x_128 = lean_ctor_get(x_125, 1); +lean_inc(x_128); +lean_inc(x_127); +lean_dec(x_125); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_127); +lean_ctor_set(x_129, 1, x_128); +return x_129; } } else { -uint8_t x_128; -x_128 = !lean_is_exclusive(x_123); -if (x_128 == 0) +uint8_t x_130; +x_130 = !lean_is_exclusive(x_125); +if (x_130 == 0) { -lean_object* x_129; lean_object* x_130; -x_129 = lean_ctor_get(x_123, 0); -x_130 = l_Lean_Server_RequestError_ofIoError(x_129); -lean_ctor_set(x_123, 0, x_130); -return x_123; +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_125, 0); +x_132 = l_Lean_Server_RequestError_ofIoError(x_131); +lean_ctor_set(x_125, 0, x_132); +return x_125; } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_131 = lean_ctor_get(x_123, 0); -x_132 = lean_ctor_get(x_123, 1); -lean_inc(x_132); -lean_inc(x_131); -lean_dec(x_123); -x_133 = l_Lean_Server_RequestError_ofIoError(x_131); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_133); -lean_ctor_set(x_134, 1, x_132); -return x_134; +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_133 = lean_ctor_get(x_125, 0); +x_134 = lean_ctor_get(x_125, 1); +lean_inc(x_134); +lean_inc(x_133); +lean_dec(x_125); +x_135 = l_Lean_Server_RequestError_ofIoError(x_133); +x_136 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_134); +return x_136; } } } else { -uint8_t x_135; -x_135 = !lean_is_exclusive(x_120); -if (x_135 == 0) +uint8_t x_137; +x_137 = !lean_is_exclusive(x_122); +if (x_137 == 0) { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_136 = lean_ctor_get(x_120, 0); -x_137 = l_String_Range_toLspRange(x_5, x_136); -lean_dec(x_136); -lean_ctor_set(x_120, 0, x_137); -x_138 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_138, 0, x_118); -lean_closure_set(x_138, 1, x_119); -lean_closure_set(x_138, 2, x_116); -lean_closure_set(x_138, 3, x_120); -x_139 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_117, x_138, x_11); -if (lean_obj_tag(x_139) == 0) +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_138 = lean_ctor_get(x_122, 0); +x_139 = l_String_Range_toLspRange(x_8, x_138); +lean_dec(x_138); +lean_dec(x_8); +lean_ctor_set(x_122, 0, x_139); +x_140 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_140, 0, x_120); +lean_closure_set(x_140, 1, x_121); +lean_closure_set(x_140, 2, x_118); +lean_closure_set(x_140, 3, x_122); +x_141 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_119, x_140, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_141) == 0) { -uint8_t x_140; -x_140 = !lean_is_exclusive(x_139); -if (x_140 == 0) +uint8_t x_142; +x_142 = !lean_is_exclusive(x_141); +if (x_142 == 0) { -return x_139; +return x_141; } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_141 = lean_ctor_get(x_139, 0); -x_142 = lean_ctor_get(x_139, 1); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_139); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -return x_143; +lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_143 = lean_ctor_get(x_141, 0); +x_144 = lean_ctor_get(x_141, 1); +lean_inc(x_144); +lean_inc(x_143); +lean_dec(x_141); +x_145 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +return x_145; } } else { -uint8_t x_144; -x_144 = !lean_is_exclusive(x_139); -if (x_144 == 0) +uint8_t x_146; +x_146 = !lean_is_exclusive(x_141); +if (x_146 == 0) { -lean_object* x_145; lean_object* x_146; -x_145 = lean_ctor_get(x_139, 0); -x_146 = l_Lean_Server_RequestError_ofIoError(x_145); -lean_ctor_set(x_139, 0, x_146); -return x_139; +lean_object* x_147; lean_object* x_148; +x_147 = lean_ctor_get(x_141, 0); +x_148 = l_Lean_Server_RequestError_ofIoError(x_147); +lean_ctor_set(x_141, 0, x_148); +return x_141; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; -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_Server_RequestError_ofIoError(x_147); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_148); -return x_150; +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_149 = lean_ctor_get(x_141, 0); +x_150 = lean_ctor_get(x_141, 1); +lean_inc(x_150); +lean_inc(x_149); +lean_dec(x_141); +x_151 = l_Lean_Server_RequestError_ofIoError(x_149); +x_152 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_152, 0, x_151); +lean_ctor_set(x_152, 1, x_150); +return x_152; } } } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_151 = lean_ctor_get(x_120, 0); -lean_inc(x_151); -lean_dec(x_120); -x_152 = l_String_Range_toLspRange(x_5, x_151); -lean_dec(x_151); -x_153 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_153, 0, x_152); -x_154 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_154, 0, x_118); -lean_closure_set(x_154, 1, x_119); -lean_closure_set(x_154, 2, x_116); -lean_closure_set(x_154, 3, x_153); -x_155 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_117, x_154, x_11); -if (lean_obj_tag(x_155) == 0) -{ -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -if (lean_is_exclusive(x_155)) { - lean_ctor_release(x_155, 0); - lean_ctor_release(x_155, 1); - x_158 = x_155; +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_153 = lean_ctor_get(x_122, 0); +lean_inc(x_153); +lean_dec(x_122); +x_154 = l_String_Range_toLspRange(x_8, x_153); +lean_dec(x_153); +lean_dec(x_8); +x_155 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_155, 0, x_154); +x_156 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_156, 0, x_120); +lean_closure_set(x_156, 1, x_121); +lean_closure_set(x_156, 2, x_118); +lean_closure_set(x_156, 3, x_155); +x_157 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_119, x_156, x_13); +lean_dec(x_4); +if (lean_obj_tag(x_157) == 0) +{ +lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_158 = lean_ctor_get(x_157, 0); +lean_inc(x_158); +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_155); - x_158 = lean_box(0); + lean_dec_ref(x_157); + x_160 = lean_box(0); } -if (lean_is_scalar(x_158)) { - x_159 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_160)) { + x_161 = lean_alloc_ctor(0, 2, 0); } else { - x_159 = x_158; + x_161 = x_160; } -lean_ctor_set(x_159, 0, x_156); -lean_ctor_set(x_159, 1, x_157); -return x_159; +lean_ctor_set(x_161, 0, x_158); +lean_ctor_set(x_161, 1, x_159); +return x_161; } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_160 = lean_ctor_get(x_155, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_155, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_155)) { - lean_ctor_release(x_155, 0); - lean_ctor_release(x_155, 1); - x_162 = x_155; +lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_162 = lean_ctor_get(x_157, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_157, 1); +lean_inc(x_163); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_164 = x_157; } else { - lean_dec_ref(x_155); - x_162 = lean_box(0); + lean_dec_ref(x_157); + x_164 = lean_box(0); } -x_163 = l_Lean_Server_RequestError_ofIoError(x_160); -if (lean_is_scalar(x_162)) { - x_164 = lean_alloc_ctor(1, 2, 0); +x_165 = l_Lean_Server_RequestError_ofIoError(x_162); +if (lean_is_scalar(x_164)) { + x_166 = lean_alloc_ctor(1, 2, 0); } else { - x_164 = x_162; + x_166 = x_164; } -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_161); -return x_164; +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_163); +return x_166; } } } } default: { -lean_object* x_165; lean_object* x_166; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -x_165 = lean_box(0); -x_166 = lean_apply_3(x_1, x_165, x_10, x_11); -return x_166; +lean_object* x_167; lean_object* x_168; +lean_dec(x_9); +x_167 = lean_box(0); +x_168 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_10, x_167, x_12, x_13); +return x_168; } } } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__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) { _start: { lean_object* x_7; @@ -3789,7 +6154,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__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) { _start: { lean_object* x_7; @@ -3849,890 +6214,895 @@ x_1 = lean_mk_string_from_bytes("import", 6); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(uint8_t 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_FileWorker_locationLinksOfInfo(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _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_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(x_5, x_6); -x_8 = lean_ctor_get(x_7, 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; +x_6 = l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(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_inc(x_8); -x_9 = lean_ctor_get(x_7, 1); +lean_dec(x_6); +x_9 = lean_ctor_get(x_7, 0); lean_inc(x_9); lean_dec(x_7); -x_10 = lean_ctor_get(x_8, 0); +x_10 = lean_ctor_get(x_9, 2); lean_inc(x_10); -lean_dec(x_8); -x_11 = lean_ctor_get(x_10, 2); +x_11 = lean_ctor_get(x_2, 1); lean_inc(x_11); -switch (lean_obj_tag(x_3)) { +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +switch (lean_obj_tag(x_11)) { case 1: { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; uint8_t x_38; -x_33 = lean_ctor_get(x_3, 0); -lean_inc(x_33); -x_34 = lean_box(x_1); -lean_inc(x_11); +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; uint8_t x_40; +x_34 = lean_ctor_get(x_11, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_2, 2); +lean_inc(x_35); +lean_dec(x_2); +x_36 = lean_box(x_1); lean_inc(x_10); -lean_inc(x_5); -lean_inc(x_2); -lean_inc(x_3); -x_35 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___boxed), 9, 6); -lean_closure_set(x_35, 0, x_3); -lean_closure_set(x_35, 1, x_34); -lean_closure_set(x_35, 2, x_2); -lean_closure_set(x_35, 3, x_5); -lean_closure_set(x_35, 4, x_10); -lean_closure_set(x_35, 5, x_11); -x_36 = lean_ctor_get(x_33, 3); -lean_inc(x_36); -lean_dec(x_33); -x_37 = 2; -x_38 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_37); -if (x_38 == 0) +lean_inc(x_9); +lean_inc(x_4); +lean_inc(x_12); +lean_inc(x_11); +x_37 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___boxed), 9, 6); +lean_closure_set(x_37, 0, x_11); +lean_closure_set(x_37, 1, x_36); +lean_closure_set(x_37, 2, x_12); +lean_closure_set(x_37, 3, x_4); +lean_closure_set(x_37, 4, x_9); +lean_closure_set(x_37, 5, x_10); +x_38 = lean_ctor_get(x_34, 3); +lean_inc(x_38); +lean_dec(x_34); +x_39 = 2; +x_40 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_39); +if (x_40 == 0) { -lean_object* x_39; lean_object* x_40; -x_39 = lean_box(0); -lean_inc(x_5); -x_40 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_35, x_3, x_4, x_2, x_11, x_10, x_5, x_36, x_39, x_5, x_9); -lean_dec(x_11); -lean_dec(x_2); -lean_dec(x_3); -return x_40; +lean_object* x_41; lean_object* x_42; +x_41 = lean_box(0); +lean_inc(x_4); +x_42 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_35, x_1, x_11, x_12, x_37, x_4, x_9, x_10, x_3, x_38, x_41, x_4, x_8); +return x_42; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = l_Lean_Elab_Info_lctx(x_3); -x_42 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8), 6, 1); -lean_closure_set(x_42, 0, x_36); -x_43 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_41, x_42, x_9); -if (lean_obj_tag(x_43) == 0) +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = l_Lean_Elab_Info_lctx(x_11); +x_44 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__11), 6, 1); +lean_closure_set(x_44, 0, x_38); +x_45 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_43, x_44, x_8); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_box(0); -lean_inc(x_5); -x_47 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_35, x_3, x_4, x_2, x_11, x_10, x_5, x_44, x_46, x_5, x_45); -lean_dec(x_11); -lean_dec(x_2); -lean_dec(x_3); -return x_47; +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +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_box(0); +lean_inc(x_4); +x_49 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_35, x_1, x_11, x_12, x_37, x_4, x_9, x_10, x_3, x_46, x_48, x_4, x_47); +return x_49; } else { -uint8_t x_48; +uint8_t x_50; +lean_dec(x_37); lean_dec(x_35); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_5); +lean_dec(x_9); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_48 = !lean_is_exclusive(x_43); -if (x_48 == 0) +x_50 = !lean_is_exclusive(x_45); +if (x_50 == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_43, 0); -x_50 = l_Lean_Server_RequestError_ofIoError(x_49); -lean_ctor_set(x_43, 0, x_50); -return x_43; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_45, 0); +x_52 = l_Lean_Server_RequestError_ofIoError(x_51); +lean_ctor_set(x_45, 0, x_52); +return x_45; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_43, 0); -x_52 = lean_ctor_get(x_43, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_43); -x_53 = l_Lean_Server_RequestError_ofIoError(x_51); -x_54 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -return x_54; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_53 = lean_ctor_get(x_45, 0); +x_54 = lean_ctor_get(x_45, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_45); +x_55 = l_Lean_Server_RequestError_ofIoError(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_54); +return x_56; } } } } case 2: { -lean_object* x_55; lean_object* x_56; -lean_dec(x_4); -x_55 = lean_ctor_get(x_3, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -lean_dec(x_55); -if (lean_obj_tag(x_56) == 1) -{ -lean_object* x_57; -x_57 = lean_ctor_get(x_56, 0); +lean_object* x_57; lean_object* x_58; +lean_dec(x_3); +lean_dec(x_2); +x_57 = lean_ctor_get(x_11, 0); lean_inc(x_57); -if (lean_obj_tag(x_57) == 0) -{ -lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_58 = lean_ctor_get(x_56, 1); +x_58 = lean_ctor_get(x_57, 0); lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1; -x_60 = lean_string_dec_eq(x_58, x_59); +lean_dec(x_57); +if (lean_obj_tag(x_58) == 1) +{ +lean_object* x_59; +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +if (lean_obj_tag(x_59) == 0) +{ +lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_60 = lean_ctor_get(x_58, 1); +lean_inc(x_60); lean_dec(x_58); -if (x_60 == 0) +x_61 = l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1; +x_62 = lean_string_dec_eq(x_60, x_61); +lean_dec(x_60); +if (x_62 == 0) { -lean_object* x_61; lean_object* x_62; -x_61 = lean_box(0); -lean_inc(x_5); -x_62 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_3, x_1, x_2, x_5, x_10, x_11, x_61, x_5, x_9); -return x_62; +lean_object* x_63; lean_object* x_64; +x_63 = lean_box(0); +lean_inc(x_4); +x_64 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_63, x_4, x_8); +return x_64; } else { -uint8_t x_63; uint8_t x_64; -x_63 = 1; -x_64 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_63); -if (x_64 == 0) -{ uint8_t x_65; uint8_t x_66; -x_65 = 0; +x_65 = 1; x_66 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_65); if (x_66 == 0) { -lean_object* x_67; lean_object* x_68; -x_67 = lean_box(0); -lean_inc(x_5); -x_68 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_3, x_1, x_2, x_5, x_10, x_11, x_67, x_5, x_9); -return x_68; -} -else +uint8_t x_67; uint8_t x_68; +x_67 = 0; +x_68 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_67); +if (x_68 == 0) { -lean_object* x_69; -lean_dec(x_10); +lean_object* x_69; lean_object* x_70; x_69 = lean_box(0); -x_12 = x_69; -goto block_32; -} +lean_inc(x_4); +x_70 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_69, x_4, x_8); +return x_70; } else { -lean_object* x_70; -lean_dec(x_10); -x_70 = lean_box(0); -x_12 = x_70; -goto block_32; -} +lean_object* x_71; +lean_dec(x_9); +x_71 = lean_box(0); +x_13 = x_71; +goto block_33; } } else { -lean_object* x_71; lean_object* x_72; -lean_dec(x_57); -lean_dec(x_56); -x_71 = lean_box(0); -lean_inc(x_5); -x_72 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_3, x_1, x_2, x_5, x_10, x_11, x_71, x_5, x_9); -return x_72; +lean_object* x_72; +lean_dec(x_9); +x_72 = lean_box(0); +x_13 = x_72; +goto block_33; +} } } else { lean_object* x_73; lean_object* x_74; -lean_dec(x_56); +lean_dec(x_59); +lean_dec(x_58); x_73 = lean_box(0); -lean_inc(x_5); -x_74 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_3, x_1, x_2, x_5, x_10, x_11, x_73, x_5, x_9); +lean_inc(x_4); +x_74 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_73, x_4, x_8); return x_74; } } +else +{ +lean_object* x_75; lean_object* x_76; +lean_dec(x_58); +x_75 = lean_box(0); +lean_inc(x_4); +x_76 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_75, x_4, x_8); +return x_76; +} +} case 4: { -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_dec(x_4); -x_75 = lean_ctor_get(x_3, 0); -lean_inc(x_75); -x_76 = l_Lean_Elab_Info_lctx(x_3); -x_77 = lean_ctor_get(x_75, 2); +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_dec(x_3); +lean_dec(x_2); +x_77 = lean_ctor_get(x_11, 0); lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_5, 1); -lean_inc(x_78); -lean_dec(x_5); -x_79 = lean_ctor_get(x_10, 0); +x_78 = l_Lean_Elab_Info_lctx(x_11); +x_79 = lean_ctor_get(x_77, 2); lean_inc(x_79); -lean_dec(x_10); -x_80 = l_Lean_Elab_Info_range_x3f(x_3); -lean_dec(x_3); -if (lean_obj_tag(x_80) == 0) -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; +lean_dec(x_77); +x_80 = lean_ctor_get(x_4, 1); +lean_inc(x_80); +lean_dec(x_4); +x_81 = lean_ctor_get(x_9, 0); +lean_inc(x_81); +lean_dec(x_9); +x_82 = l_Lean_Elab_Info_range_x3f(x_11); lean_dec(x_11); -x_81 = lean_box(0); -x_82 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_82, 0, x_78); -lean_closure_set(x_82, 1, x_79); -lean_closure_set(x_82, 2, x_77); -lean_closure_set(x_82, 3, x_81); -x_83 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_76, x_82, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_83) == 0) +if (lean_obj_tag(x_82) == 0) { -uint8_t x_84; -x_84 = !lean_is_exclusive(x_83); -if (x_84 == 0) +lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_dec(x_10); +x_83 = lean_box(0); +x_84 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_84, 0, x_80); +lean_closure_set(x_84, 1, x_81); +lean_closure_set(x_84, 2, x_79); +lean_closure_set(x_84, 3, x_83); +x_85 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_78, x_84, x_8); +lean_dec(x_12); +if (lean_obj_tag(x_85) == 0) { -return x_83; +uint8_t x_86; +x_86 = !lean_is_exclusive(x_85); +if (x_86 == 0) +{ +return x_85; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_83, 0); -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_83); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_85, 0); +x_88 = lean_ctor_get(x_85, 1); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_85); +x_89 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } else { -uint8_t x_88; -x_88 = !lean_is_exclusive(x_83); -if (x_88 == 0) +uint8_t x_90; +x_90 = !lean_is_exclusive(x_85); +if (x_90 == 0) { -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_83, 0); -x_90 = l_Lean_Server_RequestError_ofIoError(x_89); -lean_ctor_set(x_83, 0, x_90); -return x_83; +lean_object* x_91; lean_object* x_92; +x_91 = lean_ctor_get(x_85, 0); +x_92 = l_Lean_Server_RequestError_ofIoError(x_91); +lean_ctor_set(x_85, 0, x_92); +return x_85; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_91 = lean_ctor_get(x_83, 0); -x_92 = lean_ctor_get(x_83, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_83); -x_93 = l_Lean_Server_RequestError_ofIoError(x_91); -x_94 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_92); -return x_94; +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_93 = lean_ctor_get(x_85, 0); +x_94 = lean_ctor_get(x_85, 1); +lean_inc(x_94); +lean_inc(x_93); +lean_dec(x_85); +x_95 = l_Lean_Server_RequestError_ofIoError(x_93); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_94); +return x_96; } } } else { -uint8_t x_95; -x_95 = !lean_is_exclusive(x_80); -if (x_95 == 0) +uint8_t x_97; +x_97 = !lean_is_exclusive(x_82); +if (x_97 == 0) { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_96 = lean_ctor_get(x_80, 0); -x_97 = l_String_Range_toLspRange(x_11, x_96); -lean_dec(x_96); -lean_dec(x_11); -lean_ctor_set(x_80, 0, x_97); -x_98 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_98, 0, x_78); -lean_closure_set(x_98, 1, x_79); -lean_closure_set(x_98, 2, x_77); -lean_closure_set(x_98, 3, x_80); -x_99 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_76, x_98, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_99) == 0) +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_98 = lean_ctor_get(x_82, 0); +x_99 = l_String_Range_toLspRange(x_10, x_98); +lean_dec(x_98); +lean_dec(x_10); +lean_ctor_set(x_82, 0, x_99); +x_100 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_100, 0, x_80); +lean_closure_set(x_100, 1, x_81); +lean_closure_set(x_100, 2, x_79); +lean_closure_set(x_100, 3, x_82); +x_101 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_78, x_100, x_8); +lean_dec(x_12); +if (lean_obj_tag(x_101) == 0) { -uint8_t x_100; -x_100 = !lean_is_exclusive(x_99); -if (x_100 == 0) +uint8_t x_102; +x_102 = !lean_is_exclusive(x_101); +if (x_102 == 0) { -return x_99; +return x_101; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_99, 0); -x_102 = lean_ctor_get(x_99, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_99); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_101); -lean_ctor_set(x_103, 1, x_102); -return x_103; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_101, 0); +x_104 = lean_ctor_get(x_101, 1); +lean_inc(x_104); +lean_inc(x_103); +lean_dec(x_101); +x_105 = lean_alloc_ctor(0, 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_104; -x_104 = !lean_is_exclusive(x_99); -if (x_104 == 0) +uint8_t x_106; +x_106 = !lean_is_exclusive(x_101); +if (x_106 == 0) { -lean_object* x_105; lean_object* x_106; -x_105 = lean_ctor_get(x_99, 0); -x_106 = l_Lean_Server_RequestError_ofIoError(x_105); -lean_ctor_set(x_99, 0, x_106); -return x_99; +lean_object* x_107; lean_object* x_108; +x_107 = lean_ctor_get(x_101, 0); +x_108 = l_Lean_Server_RequestError_ofIoError(x_107); +lean_ctor_set(x_101, 0, x_108); +return x_101; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_107 = lean_ctor_get(x_99, 0); -x_108 = lean_ctor_get(x_99, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_99); -x_109 = l_Lean_Server_RequestError_ofIoError(x_107); -x_110 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_108); -return x_110; +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_109 = lean_ctor_get(x_101, 0); +x_110 = lean_ctor_get(x_101, 1); +lean_inc(x_110); +lean_inc(x_109); +lean_dec(x_101); +x_111 = l_Lean_Server_RequestError_ofIoError(x_109); +x_112 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_110); +return x_112; } } } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_111 = lean_ctor_get(x_80, 0); -lean_inc(x_111); -lean_dec(x_80); -x_112 = l_String_Range_toLspRange(x_11, x_111); -lean_dec(x_111); -lean_dec(x_11); -x_113 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_113, 0, x_112); -x_114 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_114, 0, x_78); -lean_closure_set(x_114, 1, x_79); -lean_closure_set(x_114, 2, x_77); -lean_closure_set(x_114, 3, x_113); -x_115 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_76, x_114, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_115) == 0) +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_113 = lean_ctor_get(x_82, 0); +lean_inc(x_113); +lean_dec(x_82); +x_114 = l_String_Range_toLspRange(x_10, x_113); +lean_dec(x_113); +lean_dec(x_10); +x_115 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_115, 0, x_114); +x_116 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_116, 0, x_80); +lean_closure_set(x_116, 1, x_81); +lean_closure_set(x_116, 2, x_79); +lean_closure_set(x_116, 3, x_115); +x_117 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_78, x_116, x_8); +lean_dec(x_12); +if (lean_obj_tag(x_117) == 0) { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -if (lean_is_exclusive(x_115)) { - lean_ctor_release(x_115, 0); - lean_ctor_release(x_115, 1); - x_118 = x_115; +lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_118 = lean_ctor_get(x_117, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_117, 1); +lean_inc(x_119); +if (lean_is_exclusive(x_117)) { + lean_ctor_release(x_117, 0); + lean_ctor_release(x_117, 1); + x_120 = x_117; } else { - lean_dec_ref(x_115); - x_118 = lean_box(0); + lean_dec_ref(x_117); + x_120 = lean_box(0); } -if (lean_is_scalar(x_118)) { - x_119 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_120)) { + x_121 = lean_alloc_ctor(0, 2, 0); } else { - x_119 = x_118; + x_121 = x_120; } -lean_ctor_set(x_119, 0, x_116); -lean_ctor_set(x_119, 1, x_117); -return x_119; +lean_ctor_set(x_121, 0, x_118); +lean_ctor_set(x_121, 1, x_119); +return x_121; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_120 = lean_ctor_get(x_115, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_115, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_115)) { - lean_ctor_release(x_115, 0); - lean_ctor_release(x_115, 1); - x_122 = x_115; +lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_122 = lean_ctor_get(x_117, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_117, 1); +lean_inc(x_123); +if (lean_is_exclusive(x_117)) { + lean_ctor_release(x_117, 0); + lean_ctor_release(x_117, 1); + x_124 = x_117; } else { - lean_dec_ref(x_115); - x_122 = lean_box(0); + lean_dec_ref(x_117); + x_124 = lean_box(0); } -x_123 = l_Lean_Server_RequestError_ofIoError(x_120); -if (lean_is_scalar(x_122)) { - x_124 = lean_alloc_ctor(1, 2, 0); +x_125 = l_Lean_Server_RequestError_ofIoError(x_122); +if (lean_is_scalar(x_124)) { + x_126 = lean_alloc_ctor(1, 2, 0); } else { - x_124 = x_122; + x_126 = x_124; } -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_121); -return x_124; +lean_ctor_set(x_126, 0, x_125); +lean_ctor_set(x_126, 1, x_123); +return x_126; } } } } case 5: { -lean_object* x_125; uint8_t x_126; uint8_t x_127; +lean_object* x_127; uint8_t x_128; uint8_t x_129; +lean_dec(x_3); +lean_dec(x_2); +x_127 = lean_ctor_get(x_11, 0); +lean_inc(x_127); +x_128 = 2; +x_129 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_128); +if (x_129 == 0) +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_130 = l_Lean_Elab_Info_lctx(x_11); +x_131 = lean_ctor_get(x_127, 0); +lean_inc(x_131); +lean_dec(x_127); +x_132 = lean_ctor_get(x_4, 1); +lean_inc(x_132); lean_dec(x_4); -x_125 = lean_ctor_get(x_3, 0); -lean_inc(x_125); -x_126 = 2; -x_127 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_126); -if (x_127 == 0) +x_133 = lean_ctor_get(x_9, 0); +lean_inc(x_133); +lean_dec(x_9); +x_134 = l_Lean_Elab_Info_range_x3f(x_11); +lean_dec(x_11); +if (lean_obj_tag(x_134) == 0) { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_128 = l_Lean_Elab_Info_lctx(x_3); -x_129 = lean_ctor_get(x_125, 0); -lean_inc(x_129); -lean_dec(x_125); -x_130 = lean_ctor_get(x_5, 1); -lean_inc(x_130); -lean_dec(x_5); -x_131 = lean_ctor_get(x_10, 0); -lean_inc(x_131); +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_dec(x_10); -x_132 = l_Lean_Elab_Info_range_x3f(x_3); -lean_dec(x_3); -if (lean_obj_tag(x_132) == 0) -{ -lean_object* x_133; lean_object* x_134; lean_object* x_135; -lean_dec(x_11); -x_133 = lean_box(0); -x_134 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_134, 0, x_130); -lean_closure_set(x_134, 1, x_131); -lean_closure_set(x_134, 2, x_129); -lean_closure_set(x_134, 3, x_133); -x_135 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_128, x_134, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_135) == 0) +x_135 = lean_box(0); +x_136 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_136, 0, x_132); +lean_closure_set(x_136, 1, x_133); +lean_closure_set(x_136, 2, x_131); +lean_closure_set(x_136, 3, x_135); +x_137 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_130, x_136, x_8); +lean_dec(x_12); +if (lean_obj_tag(x_137) == 0) { -uint8_t x_136; -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) +uint8_t x_138; +x_138 = !lean_is_exclusive(x_137); +if (x_138 == 0) { -return x_135; +return x_137; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_135, 0); -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_137); -lean_ctor_set(x_139, 1, x_138); -return x_139; +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_137, 0); +x_140 = lean_ctor_get(x_137, 1); +lean_inc(x_140); +lean_inc(x_139); +lean_dec(x_137); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } else { -uint8_t x_140; -x_140 = !lean_is_exclusive(x_135); -if (x_140 == 0) +uint8_t x_142; +x_142 = !lean_is_exclusive(x_137); +if (x_142 == 0) { -lean_object* x_141; lean_object* x_142; -x_141 = lean_ctor_get(x_135, 0); -x_142 = l_Lean_Server_RequestError_ofIoError(x_141); -lean_ctor_set(x_135, 0, x_142); -return x_135; +lean_object* x_143; lean_object* x_144; +x_143 = lean_ctor_get(x_137, 0); +x_144 = l_Lean_Server_RequestError_ofIoError(x_143); +lean_ctor_set(x_137, 0, x_144); +return x_137; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_143 = lean_ctor_get(x_135, 0); -x_144 = lean_ctor_get(x_135, 1); -lean_inc(x_144); -lean_inc(x_143); -lean_dec(x_135); -x_145 = l_Lean_Server_RequestError_ofIoError(x_143); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_145); -lean_ctor_set(x_146, 1, x_144); -return x_146; +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; +x_145 = lean_ctor_get(x_137, 0); +x_146 = lean_ctor_get(x_137, 1); +lean_inc(x_146); +lean_inc(x_145); +lean_dec(x_137); +x_147 = l_Lean_Server_RequestError_ofIoError(x_145); +x_148 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_148, 0, x_147); +lean_ctor_set(x_148, 1, x_146); +return x_148; } } } else { -uint8_t x_147; -x_147 = !lean_is_exclusive(x_132); -if (x_147 == 0) +uint8_t x_149; +x_149 = !lean_is_exclusive(x_134); +if (x_149 == 0) { -lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_148 = lean_ctor_get(x_132, 0); -x_149 = l_String_Range_toLspRange(x_11, x_148); -lean_dec(x_148); -lean_dec(x_11); -lean_ctor_set(x_132, 0, x_149); -x_150 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_150, 0, x_130); -lean_closure_set(x_150, 1, x_131); -lean_closure_set(x_150, 2, x_129); -lean_closure_set(x_150, 3, x_132); -x_151 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_128, x_150, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_151) == 0) +lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_150 = lean_ctor_get(x_134, 0); +x_151 = l_String_Range_toLspRange(x_10, x_150); +lean_dec(x_150); +lean_dec(x_10); +lean_ctor_set(x_134, 0, x_151); +x_152 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_152, 0, x_132); +lean_closure_set(x_152, 1, x_133); +lean_closure_set(x_152, 2, x_131); +lean_closure_set(x_152, 3, x_134); +x_153 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_130, x_152, x_8); +lean_dec(x_12); +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) { -return x_151; +return x_153; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_151, 0); -x_154 = lean_ctor_get(x_151, 1); -lean_inc(x_154); -lean_inc(x_153); -lean_dec(x_151); -x_155 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_155, 0, x_153); -lean_ctor_set(x_155, 1, x_154); -return x_155; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_153, 0); +x_156 = lean_ctor_get(x_153, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_153); +x_157 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_157, 0, x_155); +lean_ctor_set(x_157, 1, x_156); +return x_157; } } else { -uint8_t x_156; -x_156 = !lean_is_exclusive(x_151); -if (x_156 == 0) +uint8_t x_158; +x_158 = !lean_is_exclusive(x_153); +if (x_158 == 0) { -lean_object* x_157; lean_object* x_158; -x_157 = lean_ctor_get(x_151, 0); -x_158 = l_Lean_Server_RequestError_ofIoError(x_157); -lean_ctor_set(x_151, 0, x_158); -return x_151; +lean_object* x_159; lean_object* x_160; +x_159 = lean_ctor_get(x_153, 0); +x_160 = l_Lean_Server_RequestError_ofIoError(x_159); +lean_ctor_set(x_153, 0, x_160); +return x_153; } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_159 = lean_ctor_get(x_151, 0); -x_160 = lean_ctor_get(x_151, 1); -lean_inc(x_160); -lean_inc(x_159); -lean_dec(x_151); -x_161 = l_Lean_Server_RequestError_ofIoError(x_159); -x_162 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_162, 0, x_161); -lean_ctor_set(x_162, 1, x_160); -return x_162; +lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_161 = lean_ctor_get(x_153, 0); +x_162 = lean_ctor_get(x_153, 1); +lean_inc(x_162); +lean_inc(x_161); +lean_dec(x_153); +x_163 = l_Lean_Server_RequestError_ofIoError(x_161); +x_164 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_162); +return x_164; } } } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_163 = lean_ctor_get(x_132, 0); -lean_inc(x_163); -lean_dec(x_132); -x_164 = l_String_Range_toLspRange(x_11, x_163); -lean_dec(x_163); -lean_dec(x_11); -x_165 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_165, 0, x_164); -x_166 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_166, 0, x_130); -lean_closure_set(x_166, 1, x_131); -lean_closure_set(x_166, 2, x_129); -lean_closure_set(x_166, 3, x_165); -x_167 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_128, x_166, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_167) == 0) +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_165 = lean_ctor_get(x_134, 0); +lean_inc(x_165); +lean_dec(x_134); +x_166 = l_String_Range_toLspRange(x_10, x_165); +lean_dec(x_165); +lean_dec(x_10); +x_167 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_167, 0, x_166); +x_168 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_168, 0, x_132); +lean_closure_set(x_168, 1, x_133); +lean_closure_set(x_168, 2, x_131); +lean_closure_set(x_168, 3, x_167); +x_169 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_130, x_168, x_8); +lean_dec(x_12); +if (lean_obj_tag(x_169) == 0) { -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; -x_168 = lean_ctor_get(x_167, 0); -lean_inc(x_168); -x_169 = lean_ctor_get(x_167, 1); -lean_inc(x_169); -if (lean_is_exclusive(x_167)) { - lean_ctor_release(x_167, 0); - lean_ctor_release(x_167, 1); - x_170 = x_167; +lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_170 = lean_ctor_get(x_169, 0); +lean_inc(x_170); +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); +if (lean_is_exclusive(x_169)) { + lean_ctor_release(x_169, 0); + lean_ctor_release(x_169, 1); + x_172 = x_169; } else { - lean_dec_ref(x_167); - x_170 = lean_box(0); + lean_dec_ref(x_169); + x_172 = lean_box(0); } -if (lean_is_scalar(x_170)) { - x_171 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_172)) { + x_173 = lean_alloc_ctor(0, 2, 0); } else { - x_171 = x_170; + x_173 = x_172; } -lean_ctor_set(x_171, 0, x_168); -lean_ctor_set(x_171, 1, x_169); -return x_171; +lean_ctor_set(x_173, 0, x_170); +lean_ctor_set(x_173, 1, x_171); +return x_173; } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_172 = lean_ctor_get(x_167, 0); -lean_inc(x_172); -x_173 = lean_ctor_get(x_167, 1); -lean_inc(x_173); -if (lean_is_exclusive(x_167)) { - lean_ctor_release(x_167, 0); - lean_ctor_release(x_167, 1); - x_174 = x_167; +lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; +x_174 = lean_ctor_get(x_169, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_169, 1); +lean_inc(x_175); +if (lean_is_exclusive(x_169)) { + lean_ctor_release(x_169, 0); + lean_ctor_release(x_169, 1); + x_176 = x_169; } else { - lean_dec_ref(x_167); - x_174 = lean_box(0); + lean_dec_ref(x_169); + x_176 = lean_box(0); } -x_175 = l_Lean_Server_RequestError_ofIoError(x_172); -if (lean_is_scalar(x_174)) { - x_176 = lean_alloc_ctor(1, 2, 0); +x_177 = l_Lean_Server_RequestError_ofIoError(x_174); +if (lean_is_scalar(x_176)) { + x_178 = lean_alloc_ctor(1, 2, 0); } else { - x_176 = x_174; + x_178 = x_176; } -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_173); -return x_176; +lean_ctor_set(x_178, 0, x_177); +lean_ctor_set(x_178, 1, x_175); +return x_178; } } } } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_177 = l_Lean_Elab_Info_lctx(x_3); -x_178 = lean_ctor_get(x_125, 3); -lean_inc(x_178); -lean_dec(x_125); -x_179 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9), 6, 1); -lean_closure_set(x_179, 0, x_178); -lean_inc(x_177); -x_180 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_177, x_179, x_9); -if (lean_obj_tag(x_180) == 0) +lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +x_179 = l_Lean_Elab_Info_lctx(x_11); +x_180 = lean_ctor_get(x_127, 3); +lean_inc(x_180); +lean_dec(x_127); +x_181 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__12), 6, 1); +lean_closure_set(x_181, 0, x_180); +lean_inc(x_179); +x_182 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_181, x_8); +if (lean_obj_tag(x_182) == 0) { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; -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_Expr_getAppFn(x_181); -lean_dec(x_181); -x_184 = l_Lean_Expr_constName_x3f(x_183); +lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; +x_183 = lean_ctor_get(x_182, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_182, 1); +lean_inc(x_184); +lean_dec(x_182); +x_185 = l_Lean_Expr_getAppFn(x_183); lean_dec(x_183); -if (lean_obj_tag(x_184) == 0) +x_186 = l_Lean_Expr_constName_x3f(x_185); +lean_dec(x_185); +if (lean_obj_tag(x_186) == 0) { -lean_object* x_185; lean_object* x_186; -lean_dec(x_177); -x_185 = lean_box(0); -lean_inc(x_5); -x_186 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_3, x_1, x_2, x_5, x_10, x_11, x_185, x_5, x_182); -return x_186; +lean_object* x_187; lean_object* x_188; +lean_dec(x_179); +x_187 = lean_box(0); +lean_inc(x_4); +x_188 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_187, x_4, x_184); +return x_188; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_187 = lean_ctor_get(x_184, 0); -lean_inc(x_187); -lean_dec(x_184); -x_188 = lean_ctor_get(x_5, 1); -lean_inc(x_188); -lean_dec(x_5); -x_189 = lean_ctor_get(x_10, 0); +lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_189 = lean_ctor_get(x_186, 0); lean_inc(x_189); -lean_dec(x_10); -x_190 = l_Lean_Elab_Info_range_x3f(x_3); -lean_dec(x_3); -if (lean_obj_tag(x_190) == 0) -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; +lean_dec(x_186); +x_190 = lean_ctor_get(x_4, 1); +lean_inc(x_190); +lean_dec(x_4); +x_191 = lean_ctor_get(x_9, 0); +lean_inc(x_191); +lean_dec(x_9); +x_192 = l_Lean_Elab_Info_range_x3f(x_11); lean_dec(x_11); -x_191 = lean_box(0); -x_192 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_192, 0, x_188); -lean_closure_set(x_192, 1, x_189); -lean_closure_set(x_192, 2, x_187); -lean_closure_set(x_192, 3, x_191); -x_193 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_177, x_192, x_182); -lean_dec(x_2); -if (lean_obj_tag(x_193) == 0) +if (lean_obj_tag(x_192) == 0) { -uint8_t x_194; -x_194 = !lean_is_exclusive(x_193); -if (x_194 == 0) +lean_object* x_193; lean_object* x_194; lean_object* x_195; +lean_dec(x_10); +x_193 = lean_box(0); +x_194 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_194, 0, x_190); +lean_closure_set(x_194, 1, x_191); +lean_closure_set(x_194, 2, x_189); +lean_closure_set(x_194, 3, x_193); +x_195 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_194, x_184); +lean_dec(x_12); +if (lean_obj_tag(x_195) == 0) +{ +uint8_t x_196; +x_196 = !lean_is_exclusive(x_195); +if (x_196 == 0) { -return x_193; +return x_195; } else { -lean_object* x_195; lean_object* x_196; lean_object* x_197; -x_195 = lean_ctor_get(x_193, 0); -x_196 = lean_ctor_get(x_193, 1); -lean_inc(x_196); -lean_inc(x_195); -lean_dec(x_193); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_195); -lean_ctor_set(x_197, 1, x_196); -return x_197; +lean_object* x_197; lean_object* x_198; lean_object* x_199; +x_197 = lean_ctor_get(x_195, 0); +x_198 = lean_ctor_get(x_195, 1); +lean_inc(x_198); +lean_inc(x_197); +lean_dec(x_195); +x_199 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_198); +return x_199; } } else { -uint8_t x_198; -x_198 = !lean_is_exclusive(x_193); -if (x_198 == 0) +uint8_t x_200; +x_200 = !lean_is_exclusive(x_195); +if (x_200 == 0) { -lean_object* x_199; lean_object* x_200; -x_199 = lean_ctor_get(x_193, 0); -x_200 = l_Lean_Server_RequestError_ofIoError(x_199); -lean_ctor_set(x_193, 0, x_200); -return x_193; +lean_object* x_201; lean_object* x_202; +x_201 = lean_ctor_get(x_195, 0); +x_202 = l_Lean_Server_RequestError_ofIoError(x_201); +lean_ctor_set(x_195, 0, x_202); +return x_195; } else { -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -x_201 = lean_ctor_get(x_193, 0); -x_202 = lean_ctor_get(x_193, 1); -lean_inc(x_202); -lean_inc(x_201); -lean_dec(x_193); -x_203 = l_Lean_Server_RequestError_ofIoError(x_201); -x_204 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_202); -return x_204; +lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; +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_Server_RequestError_ofIoError(x_203); +x_206 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_206, 0, x_205); +lean_ctor_set(x_206, 1, x_204); +return x_206; } } } else { -uint8_t x_205; -x_205 = !lean_is_exclusive(x_190); -if (x_205 == 0) +uint8_t x_207; +x_207 = !lean_is_exclusive(x_192); +if (x_207 == 0) { -lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_206 = lean_ctor_get(x_190, 0); -x_207 = l_String_Range_toLspRange(x_11, x_206); -lean_dec(x_206); -lean_dec(x_11); -lean_ctor_set(x_190, 0, x_207); -x_208 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_208, 0, x_188); -lean_closure_set(x_208, 1, x_189); -lean_closure_set(x_208, 2, x_187); -lean_closure_set(x_208, 3, x_190); -x_209 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_177, x_208, x_182); -lean_dec(x_2); -if (lean_obj_tag(x_209) == 0) +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; +x_208 = lean_ctor_get(x_192, 0); +x_209 = l_String_Range_toLspRange(x_10, x_208); +lean_dec(x_208); +lean_dec(x_10); +lean_ctor_set(x_192, 0, x_209); +x_210 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_210, 0, x_190); +lean_closure_set(x_210, 1, x_191); +lean_closure_set(x_210, 2, x_189); +lean_closure_set(x_210, 3, x_192); +x_211 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_210, x_184); +lean_dec(x_12); +if (lean_obj_tag(x_211) == 0) { -uint8_t x_210; -x_210 = !lean_is_exclusive(x_209); -if (x_210 == 0) +uint8_t x_212; +x_212 = !lean_is_exclusive(x_211); +if (x_212 == 0) { -return x_209; +return x_211; } else { -lean_object* x_211; lean_object* x_212; lean_object* x_213; -x_211 = lean_ctor_get(x_209, 0); -x_212 = lean_ctor_get(x_209, 1); -lean_inc(x_212); -lean_inc(x_211); -lean_dec(x_209); -x_213 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_213, 0, x_211); -lean_ctor_set(x_213, 1, x_212); -return x_213; +lean_object* x_213; lean_object* x_214; lean_object* x_215; +x_213 = lean_ctor_get(x_211, 0); +x_214 = lean_ctor_get(x_211, 1); +lean_inc(x_214); +lean_inc(x_213); +lean_dec(x_211); +x_215 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_215, 0, x_213); +lean_ctor_set(x_215, 1, x_214); +return x_215; } } else { -uint8_t x_214; -x_214 = !lean_is_exclusive(x_209); -if (x_214 == 0) +uint8_t x_216; +x_216 = !lean_is_exclusive(x_211); +if (x_216 == 0) { -lean_object* x_215; lean_object* x_216; -x_215 = lean_ctor_get(x_209, 0); -x_216 = l_Lean_Server_RequestError_ofIoError(x_215); -lean_ctor_set(x_209, 0, x_216); -return x_209; +lean_object* x_217; lean_object* x_218; +x_217 = lean_ctor_get(x_211, 0); +x_218 = l_Lean_Server_RequestError_ofIoError(x_217); +lean_ctor_set(x_211, 0, x_218); +return x_211; } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; -x_217 = lean_ctor_get(x_209, 0); -x_218 = lean_ctor_get(x_209, 1); -lean_inc(x_218); -lean_inc(x_217); -lean_dec(x_209); -x_219 = l_Lean_Server_RequestError_ofIoError(x_217); -x_220 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_220, 0, x_219); -lean_ctor_set(x_220, 1, x_218); -return x_220; +lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; +x_219 = lean_ctor_get(x_211, 0); +x_220 = lean_ctor_get(x_211, 1); +lean_inc(x_220); +lean_inc(x_219); +lean_dec(x_211); +x_221 = l_Lean_Server_RequestError_ofIoError(x_219); +x_222 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_220); +return x_222; } } } else { -lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; -x_221 = lean_ctor_get(x_190, 0); -lean_inc(x_221); -lean_dec(x_190); -x_222 = l_String_Range_toLspRange(x_11, x_221); -lean_dec(x_221); -lean_dec(x_11); -x_223 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_223, 0, x_222); -x_224 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_224, 0, x_188); -lean_closure_set(x_224, 1, x_189); -lean_closure_set(x_224, 2, x_187); -lean_closure_set(x_224, 3, x_223); -x_225 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_177, x_224, x_182); -lean_dec(x_2); -if (lean_obj_tag(x_225) == 0) +lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; +x_223 = lean_ctor_get(x_192, 0); +lean_inc(x_223); +lean_dec(x_192); +x_224 = l_String_Range_toLspRange(x_10, x_223); +lean_dec(x_223); +lean_dec(x_10); +x_225 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_225, 0, x_224); +x_226 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_226, 0, x_190); +lean_closure_set(x_226, 1, x_191); +lean_closure_set(x_226, 2, x_189); +lean_closure_set(x_226, 3, x_225); +x_227 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_226, x_184); +lean_dec(x_12); +if (lean_obj_tag(x_227) == 0) { -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_226 = lean_ctor_get(x_225, 0); -lean_inc(x_226); -x_227 = lean_ctor_get(x_225, 1); -lean_inc(x_227); -if (lean_is_exclusive(x_225)) { - lean_ctor_release(x_225, 0); - lean_ctor_release(x_225, 1); - x_228 = x_225; +lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; +x_228 = lean_ctor_get(x_227, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_227, 1); +lean_inc(x_229); +if (lean_is_exclusive(x_227)) { + lean_ctor_release(x_227, 0); + lean_ctor_release(x_227, 1); + x_230 = x_227; } else { - lean_dec_ref(x_225); - x_228 = lean_box(0); + lean_dec_ref(x_227); + x_230 = lean_box(0); } -if (lean_is_scalar(x_228)) { - x_229 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_230)) { + x_231 = lean_alloc_ctor(0, 2, 0); } else { - x_229 = x_228; + x_231 = x_230; } -lean_ctor_set(x_229, 0, x_226); -lean_ctor_set(x_229, 1, x_227); -return x_229; +lean_ctor_set(x_231, 0, x_228); +lean_ctor_set(x_231, 1, x_229); +return x_231; } else { -lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; -x_230 = lean_ctor_get(x_225, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_225, 1); -lean_inc(x_231); -if (lean_is_exclusive(x_225)) { - lean_ctor_release(x_225, 0); - lean_ctor_release(x_225, 1); - x_232 = x_225; +lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; +x_232 = lean_ctor_get(x_227, 0); +lean_inc(x_232); +x_233 = lean_ctor_get(x_227, 1); +lean_inc(x_233); +if (lean_is_exclusive(x_227)) { + lean_ctor_release(x_227, 0); + lean_ctor_release(x_227, 1); + x_234 = x_227; } else { - lean_dec_ref(x_225); - x_232 = lean_box(0); + lean_dec_ref(x_227); + x_234 = lean_box(0); } -x_233 = l_Lean_Server_RequestError_ofIoError(x_230); -if (lean_is_scalar(x_232)) { - x_234 = lean_alloc_ctor(1, 2, 0); +x_235 = l_Lean_Server_RequestError_ofIoError(x_232); +if (lean_is_scalar(x_234)) { + x_236 = lean_alloc_ctor(1, 2, 0); } else { - x_234 = x_232; + x_236 = x_234; } -lean_ctor_set(x_234, 0, x_233); -lean_ctor_set(x_234, 1, x_231); -return x_234; +lean_ctor_set(x_236, 0, x_235); +lean_ctor_set(x_236, 1, x_233); +return x_236; } } } @@ -4740,120 +7110,228 @@ return x_234; } else { -uint8_t x_235; -lean_dec(x_177); +uint8_t x_237; +lean_dec(x_179); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -x_235 = !lean_is_exclusive(x_180); -if (x_235 == 0) +lean_dec(x_9); +lean_dec(x_4); +x_237 = !lean_is_exclusive(x_182); +if (x_237 == 0) { -lean_object* x_236; lean_object* x_237; -x_236 = lean_ctor_get(x_180, 0); -x_237 = l_Lean_Server_RequestError_ofIoError(x_236); -lean_ctor_set(x_180, 0, x_237); -return x_180; +lean_object* x_238; lean_object* x_239; +x_238 = lean_ctor_get(x_182, 0); +x_239 = l_Lean_Server_RequestError_ofIoError(x_238); +lean_ctor_set(x_182, 0, x_239); +return x_182; } else { -lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; -x_238 = lean_ctor_get(x_180, 0); -x_239 = lean_ctor_get(x_180, 1); -lean_inc(x_239); -lean_inc(x_238); -lean_dec(x_180); -x_240 = l_Lean_Server_RequestError_ofIoError(x_238); -x_241 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_241, 0, x_240); -lean_ctor_set(x_241, 1, x_239); -return x_241; +lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; +x_240 = lean_ctor_get(x_182, 0); +x_241 = lean_ctor_get(x_182, 1); +lean_inc(x_241); +lean_inc(x_240); +lean_dec(x_182); +x_242 = l_Lean_Server_RequestError_ofIoError(x_240); +x_243 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_243, 0, x_242); +lean_ctor_set(x_243, 1, x_241); +return x_243; } } } } default: { -lean_object* x_242; lean_object* x_243; -lean_dec(x_4); -x_242 = lean_box(0); -lean_inc(x_5); -x_243 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_3, x_1, x_2, x_5, x_10, x_11, x_242, x_5, x_9); -return x_243; +lean_object* x_244; lean_object* x_245; +lean_dec(x_3); +lean_dec(x_2); +x_244 = lean_box(0); +lean_inc(x_4); +x_245 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_244, x_4, x_8); +return x_245; } } -block_32: +block_33: { -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_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_dec(x_13); +x_14 = l_Lean_Elab_Info_lctx(x_11); +x_15 = l_Lean_Elab_Info_stx(x_11); +lean_dec(x_11); +x_16 = lean_unsigned_to_nat(2u); +x_17 = l_Lean_Syntax_getArg(x_15, x_16); +lean_dec(x_15); +x_18 = l_Lean_Syntax_getId(x_17); +x_19 = lean_ctor_get(x_4, 1); +lean_inc(x_19); +lean_dec(x_4); +x_20 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___boxed), 9, 4); +lean_closure_set(x_20, 0, x_19); +lean_closure_set(x_20, 1, x_18); +lean_closure_set(x_20, 2, x_17); +lean_closure_set(x_20, 3, x_10); +x_21 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_14, x_20, x_8); lean_dec(x_12); -x_13 = l_Lean_Elab_Info_lctx(x_3); -x_14 = l_Lean_Elab_Info_stx(x_3); -lean_dec(x_3); -x_15 = lean_unsigned_to_nat(2u); -x_16 = l_Lean_Syntax_getArg(x_14, x_15); -lean_dec(x_14); -x_17 = l_Lean_Syntax_getId(x_16); -x_18 = lean_ctor_get(x_5, 1); -lean_inc(x_18); -lean_dec(x_5); -x_19 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___boxed), 9, 4); -lean_closure_set(x_19, 0, x_18); -lean_closure_set(x_19, 1, x_17); -lean_closure_set(x_19, 2, x_16); -lean_closure_set(x_19, 3, x_11); -x_20 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_2, x_13, x_19, x_9); -lean_dec(x_2); -if (lean_obj_tag(x_20) == 0) +if (lean_obj_tag(x_21) == 0) { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +uint8_t x_22; +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -return x_20; +return x_21; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_ctor_get(x_21, 1); +lean_inc(x_24); lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_23); -return x_24; +lean_dec(x_21); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +return x_25; } } else { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_20); -if (x_25 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_21); +if (x_26 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_20, 0); -x_27 = l_Lean_Server_RequestError_ofIoError(x_26); -lean_ctor_set(x_20, 0, x_27); -return x_20; +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_21, 0); +x_28 = l_Lean_Server_RequestError_ofIoError(x_27); +lean_ctor_set(x_21, 0, x_28); +return x_21; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_20, 0); -x_29 = lean_ctor_get(x_20, 1); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_21, 0); +x_30 = lean_ctor_get(x_21, 1); +lean_inc(x_30); lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_20); -x_30 = l_Lean_Server_RequestError_ofIoError(x_28); -x_31 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_29); -return x_31; +lean_dec(x_21); +x_31 = l_Lean_Server_RequestError_ofIoError(x_29); +x_32 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__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: +{ +size_t x_12; size_t x_13; lean_object* x_14; +x_12 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_13 = lean_unbox_usize(x_8); +lean_dec(x_8); +x_14 = l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_12, x_13, x_9, x_10, x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_1); +return x_14; +} } +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___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, lean_object* x_10, lean_object* x_11) { +_start: +{ +size_t x_12; size_t x_13; lean_object* x_14; +x_12 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_13 = lean_unbox_usize(x_8); +lean_dec(x_8); +x_14 = l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__7(x_1, x_2, x_3, x_4, x_5, x_6, x_12, x_13, x_9, x_10, x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_1); +return x_14; } } +LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_7; } } LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { @@ -4911,37 +7389,69 @@ x_11 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_1, x_10, x_3, return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___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_12); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___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_12); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { +_start: +{ +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_2); +lean_dec(x_2); +x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(x_1, 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; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_1, x_2); +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9(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_Lean_Server_FileWorker_locationLinksOfInfo___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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__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, lean_object* x_13) { _start: { -lean_object* x_12; -x_12 = l_Lean_Server_FileWorker_locationLinksOfInfo___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_9); -lean_dec(x_5); -lean_dec(x_4); +uint8_t x_14; lean_object* x_15; +x_14 = lean_unbox(x_2); lean_dec(x_2); -return x_12; +x_15 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_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); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___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_7; lean_object* x_8; -x_7 = lean_unbox(x_1); +uint8_t x_6; lean_object* x_7; +x_6 = lean_unbox(x_1); lean_dec(x_1); -x_8 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_7, x_2, x_3, x_4, x_5, x_6); -return x_8; +x_7 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_6, x_2, x_3, x_4, x_5); +return x_7; } } LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDefinition___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) { @@ -4952,7 +7462,7 @@ x_7 = l_Lean_Server_Snapshots_Snapshot_infoTree(x_4); x_8 = 1; x_9 = 0; lean_inc(x_7); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_7, x_1, x_8, x_9); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_7, x_1, x_8, x_9, x_8); if (lean_obj_tag(x_10) == 0) { lean_object* x_11; @@ -4970,32 +7480,22 @@ lean_dec(x_2); x_12 = !lean_is_exclusive(x_10); if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_object* x_13; lean_object* x_14; x_13 = lean_ctor_get(x_10, 0); -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_ctor_set(x_10, 0, x_7); -x_16 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_3, x_14, x_15, x_10, x_5, x_6); -return x_16; +x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_3, x_13, x_10, x_5, x_6); +return x_14; } else -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_10, 0); -lean_inc(x_17); +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_10, 0); +lean_inc(x_15); lean_dec(x_10); -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_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, x_7); -x_21 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_3, x_18, x_19, x_20, x_5, x_6); -return x_21; +x_16 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_16, 0, x_7); +x_17 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_3, x_15, x_16, x_5, x_6); +return x_17; } } } @@ -6739,411 +9239,432 @@ return x_13; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___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; lean_object* x_10; +lean_object* x_8; uint8_t x_9; uint8_t x_10; lean_object* x_11; x_8 = l_Lean_Server_Snapshots_Snapshot_infoTree(x_5); x_9 = 1; -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_8, x_1, x_9, x_9); -if (lean_obj_tag(x_10) == 0) +x_10 = 0; +x_11 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_8, x_1, x_9, x_9, x_10); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_11; +lean_object* x_12; lean_dec(x_3); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_2); -lean_ctor_set(x_11, 1, x_7); -return x_11; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_2); +lean_ctor_set(x_12, 1, x_7); +return x_12; } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_11); +if (x_13 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_10, 0); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -if (lean_obj_tag(x_14) == 1) +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 0); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 1) { -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_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_dec(x_2); -x_15 = lean_ctor_get(x_13, 0); -lean_inc(x_15); -lean_dec(x_13); x_16 = lean_ctor_get(x_14, 0); lean_inc(x_16); -x_17 = l_Lean_Elab_Info_lctx(x_14); -x_18 = lean_ctor_get(x_16, 3); -lean_inc(x_18); -lean_inc(x_16); -x_19 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__1), 7, 2); -lean_closure_set(x_19, 0, x_18); -lean_closure_set(x_19, 1, x_16); +lean_dec(x_14); +x_17 = lean_ctor_get(x_15, 0); lean_inc(x_17); -x_20 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_15, x_17, x_19, x_7); -if (lean_obj_tag(x_20) == 0) +x_18 = l_Lean_Elab_Info_lctx(x_15); +x_19 = lean_ctor_get(x_17, 3); +lean_inc(x_19); +lean_inc(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__1), 7, 2); +lean_closure_set(x_20, 0, x_19); +lean_closure_set(x_20, 1, x_17); +lean_inc(x_18); +x_21 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_16, x_18, x_20, x_7); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_21; lean_object* x_22; uint8_t 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_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_ctor_get_uint8(x_16, sizeof(void*)*4); -lean_dec(x_16); -lean_ctor_set(x_10, 0, x_21); -x_24 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__2), 6, 1); -lean_closure_set(x_24, 0, x_10); -if (x_23 == 0) +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = lean_ctor_get_uint8(x_17, sizeof(void*)*4); +lean_ctor_set(x_11, 0, x_22); +x_25 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__2), 6, 1); +lean_closure_set(x_25, 0, x_11); +if (x_24 == 0) { -lean_object* x_25; -x_25 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_15, x_17, x_24, x_22); -lean_dec(x_15); -if (lean_obj_tag(x_25) == 0) +lean_object* x_26; +x_26 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_16, x_18, x_25, x_23); +lean_dec(x_16); +if (lean_obj_tag(x_26) == 0) { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_25, 0); -x_28 = l_Lean_Elab_Info_range_x3f(x_14); -lean_dec(x_14); -if (lean_obj_tag(x_28) == 0) +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_26, 0); +x_29 = l_Lean_Elab_Info_range_x3f(x_15); +lean_dec(x_15); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_29 = lean_ctor_get(x_27, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_27, 1); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_30 = lean_ctor_get(x_28, 0); lean_inc(x_30); -lean_dec(x_27); +lean_dec(x_28); lean_inc(x_3); x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_3); lean_ctor_set(x_31, 1, x_3); x_32 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_32, 0, x_29); -lean_ctor_set(x_32, 1, x_30); -lean_ctor_set(x_32, 2, x_31); +lean_ctor_set(x_32, 0, x_30); +lean_ctor_set(x_32, 1, x_31); +lean_ctor_set(x_32, 2, x_17); x_33 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_25, 0, x_33); -return x_25; +lean_ctor_set(x_26, 0, x_33); +return x_26; } else { -lean_object* x_34; lean_object* x_35; uint8_t x_36; +lean_object* x_34; uint8_t x_35; lean_dec(x_3); -x_34 = lean_ctor_get(x_27, 0); +x_34 = lean_ctor_get(x_28, 0); lean_inc(x_34); -x_35 = lean_ctor_get(x_27, 1); -lean_inc(x_35); -lean_dec(x_27); -x_36 = !lean_is_exclusive(x_28); -if (x_36 == 0) +lean_dec(x_28); +x_35 = !lean_is_exclusive(x_29); +if (x_35 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_28, 0); -x_38 = l_String_Range_toLspRange(x_4, x_37); -lean_dec(x_37); -x_39 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_39, 0, x_34); -lean_ctor_set(x_39, 1, x_35); -lean_ctor_set(x_39, 2, x_38); -lean_ctor_set(x_28, 0, x_39); -lean_ctor_set(x_25, 0, x_28); -return x_25; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_29, 0); +x_37 = l_String_Range_toLspRange(x_4, x_36); +lean_dec(x_36); +x_38 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_38, 0, x_34); +lean_ctor_set(x_38, 1, x_37); +lean_ctor_set(x_38, 2, x_17); +lean_ctor_set(x_29, 0, x_38); +lean_ctor_set(x_26, 0, x_29); +return x_26; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_40 = lean_ctor_get(x_28, 0); -lean_inc(x_40); -lean_dec(x_28); -x_41 = l_String_Range_toLspRange(x_4, x_40); -lean_dec(x_40); -x_42 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_42, 0, x_34); -lean_ctor_set(x_42, 1, x_35); -lean_ctor_set(x_42, 2, x_41); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_25, 0, x_43); -return x_25; +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_29, 0); +lean_inc(x_39); +lean_dec(x_29); +x_40 = l_String_Range_toLspRange(x_4, x_39); +lean_dec(x_39); +x_41 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_41, 0, x_34); +lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_41, 2, x_17); +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_26, 0, x_42); +return x_26; } } } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_25, 0); -x_45 = lean_ctor_get(x_25, 1); -lean_inc(x_45); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_26, 0); +x_44 = lean_ctor_get(x_26, 1); lean_inc(x_44); -lean_dec(x_25); -x_46 = l_Lean_Elab_Info_range_x3f(x_14); -lean_dec(x_14); -if (lean_obj_tag(x_46) == 0) +lean_inc(x_43); +lean_dec(x_26); +x_45 = l_Lean_Elab_Info_range_x3f(x_15); +lean_dec(x_15); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_47 = lean_ctor_get(x_44, 0); -lean_inc(x_47); -x_48 = lean_ctor_get(x_44, 1); -lean_inc(x_48); -lean_dec(x_44); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_46 = lean_ctor_get(x_43, 0); +lean_inc(x_46); +lean_dec(x_43); lean_inc(x_3); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_3); -lean_ctor_set(x_49, 1, x_3); -x_50 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_50, 0, x_47); -lean_ctor_set(x_50, 1, x_48); -lean_ctor_set(x_50, 2, x_49); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_50); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_45); -return x_52; +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_3); +lean_ctor_set(x_47, 1, x_3); +x_48 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +lean_ctor_set(x_48, 2, x_17); +x_49 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_49, 0, x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_44); +return x_50; } else { -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_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_dec(x_3); -x_53 = lean_ctor_get(x_44, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_44, 1); -lean_inc(x_54); -lean_dec(x_44); -x_55 = lean_ctor_get(x_46, 0); -lean_inc(x_55); -if (lean_is_exclusive(x_46)) { - lean_ctor_release(x_46, 0); - x_56 = x_46; +x_51 = lean_ctor_get(x_43, 0); +lean_inc(x_51); +lean_dec(x_43); +x_52 = lean_ctor_get(x_45, 0); +lean_inc(x_52); +if (lean_is_exclusive(x_45)) { + lean_ctor_release(x_45, 0); + x_53 = x_45; } else { - lean_dec_ref(x_46); - x_56 = lean_box(0); + lean_dec_ref(x_45); + x_53 = lean_box(0); } -x_57 = l_String_Range_toLspRange(x_4, x_55); -lean_dec(x_55); -x_58 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_58, 0, x_53); -lean_ctor_set(x_58, 1, x_54); -lean_ctor_set(x_58, 2, x_57); -if (lean_is_scalar(x_56)) { - x_59 = lean_alloc_ctor(1, 1, 0); +x_54 = l_String_Range_toLspRange(x_4, x_52); +lean_dec(x_52); +x_55 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_55, 0, x_51); +lean_ctor_set(x_55, 1, x_54); +lean_ctor_set(x_55, 2, x_17); +if (lean_is_scalar(x_53)) { + x_56 = lean_alloc_ctor(1, 1, 0); } else { - x_59 = x_56; + x_56 = x_53; } -lean_ctor_set(x_59, 0, 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_45); -return x_60; +lean_ctor_set(x_56, 0, x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_44); +return x_57; } } } else { -uint8_t x_61; -lean_dec(x_14); +uint8_t x_58; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); -x_61 = !lean_is_exclusive(x_25); -if (x_61 == 0) +x_58 = !lean_is_exclusive(x_26); +if (x_58 == 0) { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_25, 0); -x_63 = l_Lean_Server_RequestError_ofIoError(x_62); -lean_ctor_set(x_25, 0, x_63); -return x_25; +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_26, 0); +x_60 = l_Lean_Server_RequestError_ofIoError(x_59); +lean_ctor_set(x_26, 0, x_60); +return x_26; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_64 = lean_ctor_get(x_25, 0); -x_65 = lean_ctor_get(x_25, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_25); -x_66 = l_Lean_Server_RequestError_ofIoError(x_64); -x_67 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_65); -return x_67; +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_61 = lean_ctor_get(x_26, 0); +x_62 = lean_ctor_get(x_26, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_26); +x_63 = l_Lean_Server_RequestError_ofIoError(x_61); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_62); +return x_64; } } } else { +lean_object* x_65; lean_object* x_66; +x_65 = l_Lean_LocalContext_pop(x_18); +x_66 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_16, x_65, x_25, x_23); +lean_dec(x_16); +if (lean_obj_tag(x_66) == 0) +{ +uint8_t x_67; +x_67 = !lean_is_exclusive(x_66); +if (x_67 == 0) +{ lean_object* x_68; lean_object* x_69; -x_68 = l_Lean_LocalContext_pop(x_17); -x_69 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_15, x_68, x_24, x_22); +x_68 = lean_ctor_get(x_66, 0); +x_69 = l_Lean_Elab_Info_range_x3f(x_15); lean_dec(x_15); if (lean_obj_tag(x_69) == 0) { -uint8_t x_70; -x_70 = !lean_is_exclusive(x_69); -if (x_70 == 0) -{ -lean_object* x_71; lean_object* x_72; -x_71 = lean_ctor_get(x_69, 0); -x_72 = l_Lean_Elab_Info_range_x3f(x_14); -lean_dec(x_14); -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; -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); +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_70 = lean_ctor_get(x_68, 0); +lean_inc(x_70); +lean_dec(x_68); lean_inc(x_3); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_3); -lean_ctor_set(x_75, 1, x_3); -x_76 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_76, 0, x_73); -lean_ctor_set(x_76, 1, x_74); -lean_ctor_set(x_76, 2, x_75); -x_77 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_69, 0, x_77); -return x_69; +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_3); +lean_ctor_set(x_71, 1, x_3); +x_72 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_72, 0, x_70); +lean_ctor_set(x_72, 1, x_71); +lean_ctor_set(x_72, 2, x_17); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_66, 0, x_73); +return x_66; } else { -lean_object* x_78; lean_object* x_79; uint8_t x_80; +lean_object* x_74; uint8_t x_75; lean_dec(x_3); -x_78 = lean_ctor_get(x_71, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_71, 1); -lean_inc(x_79); -lean_dec(x_71); -x_80 = !lean_is_exclusive(x_72); -if (x_80 == 0) +x_74 = lean_ctor_get(x_68, 0); +lean_inc(x_74); +lean_dec(x_68); +x_75 = !lean_is_exclusive(x_69); +if (x_75 == 0) { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_72, 0); -x_82 = l_String_Range_toLspRange(x_4, x_81); -lean_dec(x_81); -x_83 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_83, 0, x_78); -lean_ctor_set(x_83, 1, x_79); -lean_ctor_set(x_83, 2, x_82); -lean_ctor_set(x_72, 0, x_83); -lean_ctor_set(x_69, 0, x_72); -return x_69; +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_69, 0); +x_77 = l_String_Range_toLspRange(x_4, x_76); +lean_dec(x_76); +x_78 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_78, 0, x_74); +lean_ctor_set(x_78, 1, x_77); +lean_ctor_set(x_78, 2, x_17); +lean_ctor_set(x_69, 0, x_78); +lean_ctor_set(x_66, 0, x_69); +return x_66; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_84 = lean_ctor_get(x_72, 0); -lean_inc(x_84); -lean_dec(x_72); -x_85 = l_String_Range_toLspRange(x_4, x_84); -lean_dec(x_84); -x_86 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_86, 0, x_78); -lean_ctor_set(x_86, 1, x_79); -lean_ctor_set(x_86, 2, x_85); -x_87 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_69, 0, x_87); -return x_69; +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_79 = lean_ctor_get(x_69, 0); +lean_inc(x_79); +lean_dec(x_69); +x_80 = l_String_Range_toLspRange(x_4, x_79); +lean_dec(x_79); +x_81 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_81, 0, x_74); +lean_ctor_set(x_81, 1, x_80); +lean_ctor_set(x_81, 2, x_17); +x_82 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_66, 0, x_82); +return x_66; } } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_69, 0); -x_89 = lean_ctor_get(x_69, 1); -lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_69); -x_90 = l_Lean_Elab_Info_range_x3f(x_14); -lean_dec(x_14); -if (lean_obj_tag(x_90) == 0) +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_66, 0); +x_84 = lean_ctor_get(x_66, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_66); +x_85 = l_Lean_Elab_Info_range_x3f(x_15); +lean_dec(x_15); +if (lean_obj_tag(x_85) == 0) { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_91 = lean_ctor_get(x_88, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_88, 1); -lean_inc(x_92); -lean_dec(x_88); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_86 = lean_ctor_get(x_83, 0); +lean_inc(x_86); +lean_dec(x_83); lean_inc(x_3); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_3); -lean_ctor_set(x_93, 1, x_3); -x_94 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_94, 0, x_91); -lean_ctor_set(x_94, 1, x_92); -lean_ctor_set(x_94, 2, x_93); -x_95 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_95, 0, x_94); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_89); -return x_96; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_3); +lean_ctor_set(x_87, 1, x_3); +x_88 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +lean_ctor_set(x_88, 2, x_17); +x_89 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_89, 0, x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_84); +return x_90; } else { -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_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_dec(x_3); -x_97 = lean_ctor_get(x_88, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_88, 1); -lean_inc(x_98); -lean_dec(x_88); -x_99 = lean_ctor_get(x_90, 0); -lean_inc(x_99); -if (lean_is_exclusive(x_90)) { - lean_ctor_release(x_90, 0); - x_100 = x_90; +x_91 = lean_ctor_get(x_83, 0); +lean_inc(x_91); +lean_dec(x_83); +x_92 = lean_ctor_get(x_85, 0); +lean_inc(x_92); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + x_93 = x_85; } else { - lean_dec_ref(x_90); - x_100 = lean_box(0); + lean_dec_ref(x_85); + x_93 = lean_box(0); } -x_101 = l_String_Range_toLspRange(x_4, x_99); -lean_dec(x_99); -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_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(1, 1, 0); +x_94 = l_String_Range_toLspRange(x_4, x_92); +lean_dec(x_92); +x_95 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_95, 0, x_91); +lean_ctor_set(x_95, 1, x_94); +lean_ctor_set(x_95, 2, x_17); +if (lean_is_scalar(x_93)) { + x_96 = lean_alloc_ctor(1, 1, 0); } else { - x_103 = x_100; + x_96 = x_93; } -lean_ctor_set(x_103, 0, x_102); -x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_95); +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_84); +return x_97; +} +} +} +else +{ +uint8_t x_98; +lean_dec(x_17); +lean_dec(x_15); +lean_dec(x_3); +x_98 = !lean_is_exclusive(x_66); +if (x_98 == 0) +{ +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_66, 0); +x_100 = l_Lean_Server_RequestError_ofIoError(x_99); +lean_ctor_set(x_66, 0, x_100); +return x_66; +} +else +{ +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_101 = lean_ctor_get(x_66, 0); +x_102 = lean_ctor_get(x_66, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_66); +x_103 = l_Lean_Server_RequestError_ofIoError(x_101); +x_104 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_89); +lean_ctor_set(x_104, 1, x_102); return x_104; } } } +} else { uint8_t x_105; -lean_dec(x_14); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_free_object(x_11); lean_dec(x_3); -x_105 = !lean_is_exclusive(x_69); +x_105 = !lean_is_exclusive(x_21); if (x_105 == 0) { lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_69, 0); +x_106 = lean_ctor_get(x_21, 0); x_107 = l_Lean_Server_RequestError_ofIoError(x_106); -lean_ctor_set(x_69, 0, x_107); -return x_69; +lean_ctor_set(x_21, 0, x_107); +return x_21; } else { lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_108 = lean_ctor_get(x_69, 0); -x_109 = lean_ctor_get(x_69, 1); +x_108 = lean_ctor_get(x_21, 0); +x_109 = lean_ctor_get(x_21, 1); lean_inc(x_109); lean_inc(x_108); -lean_dec(x_69); +lean_dec(x_21); x_110 = l_Lean_Server_RequestError_ofIoError(x_108); x_111 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_111, 0, x_110); @@ -7152,371 +9673,329 @@ return x_111; } } } -} else { -uint8_t x_112; -lean_dec(x_17); -lean_dec(x_16); +lean_object* x_112; lean_dec(x_15); +lean_free_object(x_11); lean_dec(x_14); -lean_free_object(x_10); -lean_dec(x_3); -x_112 = !lean_is_exclusive(x_20); -if (x_112 == 0) -{ -lean_object* x_113; lean_object* x_114; -x_113 = lean_ctor_get(x_20, 0); -x_114 = l_Lean_Server_RequestError_ofIoError(x_113); -lean_ctor_set(x_20, 0, x_114); -return x_20; -} -else -{ -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_115 = lean_ctor_get(x_20, 0); -x_116 = lean_ctor_get(x_20, 1); -lean_inc(x_116); -lean_inc(x_115); -lean_dec(x_20); -x_117 = l_Lean_Server_RequestError_ofIoError(x_115); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_116); -return x_118; -} -} -} -else -{ -lean_object* x_119; -lean_dec(x_14); -lean_free_object(x_10); -lean_dec(x_13); lean_dec(x_3); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_2); -lean_ctor_set(x_119, 1, x_7); -return x_119; +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_2); +lean_ctor_set(x_112, 1, x_7); +return x_112; } } else { -lean_object* x_120; lean_object* x_121; -x_120 = lean_ctor_get(x_10, 0); -lean_inc(x_120); -lean_dec(x_10); -x_121 = lean_ctor_get(x_120, 1); -lean_inc(x_121); -if (lean_obj_tag(x_121) == 1) +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_11, 0); +lean_inc(x_113); +lean_dec(x_11); +x_114 = lean_ctor_get(x_113, 1); +lean_inc(x_114); +if (lean_obj_tag(x_114) == 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_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_dec(x_2); -x_122 = lean_ctor_get(x_120, 0); +x_115 = lean_ctor_get(x_113, 0); +lean_inc(x_115); +lean_dec(x_113); +x_116 = lean_ctor_get(x_114, 0); +lean_inc(x_116); +x_117 = l_Lean_Elab_Info_lctx(x_114); +x_118 = lean_ctor_get(x_116, 3); +lean_inc(x_118); +lean_inc(x_116); +x_119 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__1), 7, 2); +lean_closure_set(x_119, 0, x_118); +lean_closure_set(x_119, 1, x_116); +lean_inc(x_117); +x_120 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_115, x_117, x_119, x_7); +if (lean_obj_tag(x_120) == 0) +{ +lean_object* x_121; lean_object* x_122; uint8_t x_123; lean_object* x_124; lean_object* x_125; +x_121 = lean_ctor_get(x_120, 0); +lean_inc(x_121); +x_122 = lean_ctor_get(x_120, 1); lean_inc(x_122); lean_dec(x_120); -x_123 = lean_ctor_get(x_121, 0); -lean_inc(x_123); -x_124 = l_Lean_Elab_Info_lctx(x_121); -x_125 = lean_ctor_get(x_123, 3); -lean_inc(x_125); -lean_inc(x_123); -x_126 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__1), 7, 2); -lean_closure_set(x_126, 0, x_125); -lean_closure_set(x_126, 1, x_123); -lean_inc(x_124); -x_127 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_122, x_124, x_126, x_7); -if (lean_obj_tag(x_127) == 0) +x_123 = lean_ctor_get_uint8(x_116, sizeof(void*)*4); +x_124 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_124, 0, x_121); +x_125 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__2), 6, 1); +lean_closure_set(x_125, 0, x_124); +if (x_123 == 0) +{ +lean_object* x_126; +x_126 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_115, x_117, x_125, x_122); +lean_dec(x_115); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_128; lean_object* x_129; uint8_t x_130; lean_object* x_131; lean_object* x_132; -x_128 = lean_ctor_get(x_127, 0); +lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_126, 1); lean_inc(x_128); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_ctor_get_uint8(x_123, sizeof(void*)*4); -lean_dec(x_123); -x_131 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_131, 0, x_128); -x_132 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__2), 6, 1); -lean_closure_set(x_132, 0, x_131); -if (x_130 == 0) -{ -lean_object* x_133; -x_133 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_122, x_124, x_132, x_129); -lean_dec(x_122); -if (lean_obj_tag(x_133) == 0) -{ -lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - lean_ctor_release(x_133, 1); - x_136 = x_133; +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_133); - x_136 = lean_box(0); + lean_dec_ref(x_126); + x_129 = lean_box(0); } -x_137 = l_Lean_Elab_Info_range_x3f(x_121); -lean_dec(x_121); -if (lean_obj_tag(x_137) == 0) +x_130 = l_Lean_Elab_Info_range_x3f(x_114); +lean_dec(x_114); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_138 = lean_ctor_get(x_134, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_134, 1); -lean_inc(x_139); -lean_dec(x_134); +lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_131 = lean_ctor_get(x_127, 0); +lean_inc(x_131); +lean_dec(x_127); lean_inc(x_3); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_3); -lean_ctor_set(x_140, 1, x_3); -x_141 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_141, 0, x_138); -lean_ctor_set(x_141, 1, x_139); -lean_ctor_set(x_141, 2, x_140); -x_142 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_142, 0, x_141); -if (lean_is_scalar(x_136)) { - x_143 = lean_alloc_ctor(0, 2, 0); +x_132 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_132, 0, x_3); +lean_ctor_set(x_132, 1, x_3); +x_133 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_133, 0, x_131); +lean_ctor_set(x_133, 1, x_132); +lean_ctor_set(x_133, 2, x_116); +x_134 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_134, 0, x_133); +if (lean_is_scalar(x_129)) { + x_135 = lean_alloc_ctor(0, 2, 0); } else { - x_143 = x_136; + x_135 = x_129; } -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_135); -return x_143; +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_128); +return x_135; } 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_151; +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_dec(x_3); -x_144 = lean_ctor_get(x_134, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_134, 1); -lean_inc(x_145); -lean_dec(x_134); -x_146 = lean_ctor_get(x_137, 0); -lean_inc(x_146); -if (lean_is_exclusive(x_137)) { - lean_ctor_release(x_137, 0); - x_147 = x_137; +x_136 = lean_ctor_get(x_127, 0); +lean_inc(x_136); +lean_dec(x_127); +x_137 = lean_ctor_get(x_130, 0); +lean_inc(x_137); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + x_138 = x_130; } else { - lean_dec_ref(x_137); - x_147 = lean_box(0); + lean_dec_ref(x_130); + x_138 = lean_box(0); } -x_148 = l_String_Range_toLspRange(x_4, x_146); -lean_dec(x_146); -x_149 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_149, 0, x_144); -lean_ctor_set(x_149, 1, x_145); -lean_ctor_set(x_149, 2, x_148); -if (lean_is_scalar(x_147)) { - x_150 = lean_alloc_ctor(1, 1, 0); +x_139 = l_String_Range_toLspRange(x_4, x_137); +lean_dec(x_137); +x_140 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_140, 0, x_136); +lean_ctor_set(x_140, 1, x_139); +lean_ctor_set(x_140, 2, x_116); +if (lean_is_scalar(x_138)) { + x_141 = lean_alloc_ctor(1, 1, 0); } else { - x_150 = x_147; + x_141 = x_138; } -lean_ctor_set(x_150, 0, x_149); -if (lean_is_scalar(x_136)) { - x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_140); +if (lean_is_scalar(x_129)) { + x_142 = lean_alloc_ctor(0, 2, 0); } else { - x_151 = x_136; + x_142 = x_129; } -lean_ctor_set(x_151, 0, x_150); -lean_ctor_set(x_151, 1, x_135); -return x_151; +lean_ctor_set(x_142, 0, x_141); +lean_ctor_set(x_142, 1, x_128); +return x_142; } } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -lean_dec(x_121); +lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_116); +lean_dec(x_114); lean_dec(x_3); -x_152 = lean_ctor_get(x_133, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_133, 1); -lean_inc(x_153); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - lean_ctor_release(x_133, 1); - x_154 = x_133; +x_143 = lean_ctor_get(x_126, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_126, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_126)) { + lean_ctor_release(x_126, 0); + lean_ctor_release(x_126, 1); + x_145 = x_126; } else { - lean_dec_ref(x_133); - x_154 = lean_box(0); + lean_dec_ref(x_126); + x_145 = lean_box(0); } -x_155 = l_Lean_Server_RequestError_ofIoError(x_152); -if (lean_is_scalar(x_154)) { - x_156 = lean_alloc_ctor(1, 2, 0); +x_146 = l_Lean_Server_RequestError_ofIoError(x_143); +if (lean_is_scalar(x_145)) { + x_147 = lean_alloc_ctor(1, 2, 0); } else { - x_156 = x_154; + x_147 = x_145; } -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_153); -return x_156; +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_144); +return x_147; } } else { -lean_object* x_157; lean_object* x_158; -x_157 = l_Lean_LocalContext_pop(x_124); -x_158 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_122, x_157, x_132, x_129); -lean_dec(x_122); -if (lean_obj_tag(x_158) == 0) +lean_object* x_148; lean_object* x_149; +x_148 = l_Lean_LocalContext_pop(x_117); +x_149 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_115, x_148, x_125, x_122); +lean_dec(x_115); +if (lean_obj_tag(x_149) == 0) { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - x_161 = x_158; +lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_150 = lean_ctor_get(x_149, 0); +lean_inc(x_150); +x_151 = lean_ctor_get(x_149, 1); +lean_inc(x_151); +if (lean_is_exclusive(x_149)) { + lean_ctor_release(x_149, 0); + lean_ctor_release(x_149, 1); + x_152 = x_149; } else { - lean_dec_ref(x_158); - x_161 = lean_box(0); + lean_dec_ref(x_149); + x_152 = lean_box(0); } -x_162 = l_Lean_Elab_Info_range_x3f(x_121); -lean_dec(x_121); -if (lean_obj_tag(x_162) == 0) +x_153 = l_Lean_Elab_Info_range_x3f(x_114); +lean_dec(x_114); +if (lean_obj_tag(x_153) == 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; -x_163 = lean_ctor_get(x_159, 0); -lean_inc(x_163); -x_164 = lean_ctor_get(x_159, 1); -lean_inc(x_164); -lean_dec(x_159); +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_154 = lean_ctor_get(x_150, 0); +lean_inc(x_154); +lean_dec(x_150); lean_inc(x_3); -x_165 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_165, 0, x_3); -lean_ctor_set(x_165, 1, x_3); -x_166 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_166, 0, x_163); -lean_ctor_set(x_166, 1, x_164); -lean_ctor_set(x_166, 2, x_165); -x_167 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_167, 0, x_166); -if (lean_is_scalar(x_161)) { - x_168 = lean_alloc_ctor(0, 2, 0); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_3); +lean_ctor_set(x_155, 1, x_3); +x_156 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_156, 0, x_154); +lean_ctor_set(x_156, 1, x_155); +lean_ctor_set(x_156, 2, x_116); +x_157 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_157, 0, x_156); +if (lean_is_scalar(x_152)) { + x_158 = lean_alloc_ctor(0, 2, 0); } else { - x_168 = x_161; + x_158 = x_152; } -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_160); -return x_168; +lean_ctor_set(x_158, 0, x_157); +lean_ctor_set(x_158, 1, x_151); +return x_158; } 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; +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_dec(x_3); -x_169 = lean_ctor_get(x_159, 0); -lean_inc(x_169); -x_170 = lean_ctor_get(x_159, 1); -lean_inc(x_170); -lean_dec(x_159); -x_171 = lean_ctor_get(x_162, 0); -lean_inc(x_171); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - x_172 = x_162; +x_159 = lean_ctor_get(x_150, 0); +lean_inc(x_159); +lean_dec(x_150); +x_160 = lean_ctor_get(x_153, 0); +lean_inc(x_160); +if (lean_is_exclusive(x_153)) { + lean_ctor_release(x_153, 0); + x_161 = x_153; } else { - lean_dec_ref(x_162); - x_172 = lean_box(0); + lean_dec_ref(x_153); + x_161 = lean_box(0); } -x_173 = l_String_Range_toLspRange(x_4, x_171); -lean_dec(x_171); -x_174 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_174, 0, x_169); -lean_ctor_set(x_174, 1, x_170); -lean_ctor_set(x_174, 2, x_173); -if (lean_is_scalar(x_172)) { - x_175 = lean_alloc_ctor(1, 1, 0); +x_162 = l_String_Range_toLspRange(x_4, x_160); +lean_dec(x_160); +x_163 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_163, 0, x_159); +lean_ctor_set(x_163, 1, x_162); +lean_ctor_set(x_163, 2, x_116); +if (lean_is_scalar(x_161)) { + x_164 = lean_alloc_ctor(1, 1, 0); } else { - x_175 = x_172; + x_164 = x_161; } -lean_ctor_set(x_175, 0, x_174); -if (lean_is_scalar(x_161)) { - x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_164, 0, x_163); +if (lean_is_scalar(x_152)) { + x_165 = lean_alloc_ctor(0, 2, 0); } else { - x_176 = x_161; + x_165 = x_152; } -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_160); -return x_176; +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_151); +return x_165; } } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; -lean_dec(x_121); +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +lean_dec(x_116); +lean_dec(x_114); lean_dec(x_3); -x_177 = lean_ctor_get(x_158, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_158, 1); -lean_inc(x_178); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - x_179 = x_158; +x_166 = lean_ctor_get(x_149, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_149, 1); +lean_inc(x_167); +if (lean_is_exclusive(x_149)) { + lean_ctor_release(x_149, 0); + lean_ctor_release(x_149, 1); + x_168 = x_149; } else { - lean_dec_ref(x_158); - x_179 = lean_box(0); + lean_dec_ref(x_149); + x_168 = lean_box(0); } -x_180 = l_Lean_Server_RequestError_ofIoError(x_177); -if (lean_is_scalar(x_179)) { - x_181 = lean_alloc_ctor(1, 2, 0); +x_169 = l_Lean_Server_RequestError_ofIoError(x_166); +if (lean_is_scalar(x_168)) { + x_170 = lean_alloc_ctor(1, 2, 0); } else { - x_181 = x_179; + x_170 = x_168; } -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_178); -return x_181; +lean_ctor_set(x_170, 0, x_169); +lean_ctor_set(x_170, 1, x_167); +return x_170; } } } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -lean_dec(x_124); -lean_dec(x_123); -lean_dec(x_122); -lean_dec(x_121); +lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; +lean_dec(x_117); +lean_dec(x_116); +lean_dec(x_115); +lean_dec(x_114); lean_dec(x_3); -x_182 = lean_ctor_get(x_127, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_127, 1); -lean_inc(x_183); -if (lean_is_exclusive(x_127)) { - lean_ctor_release(x_127, 0); - lean_ctor_release(x_127, 1); - x_184 = x_127; +x_171 = lean_ctor_get(x_120, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_120, 1); +lean_inc(x_172); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + lean_ctor_release(x_120, 1); + x_173 = x_120; } else { - lean_dec_ref(x_127); - x_184 = lean_box(0); + lean_dec_ref(x_120); + x_173 = lean_box(0); } -x_185 = l_Lean_Server_RequestError_ofIoError(x_182); -if (lean_is_scalar(x_184)) { - x_186 = lean_alloc_ctor(1, 2, 0); +x_174 = l_Lean_Server_RequestError_ofIoError(x_171); +if (lean_is_scalar(x_173)) { + x_175 = lean_alloc_ctor(1, 2, 0); } else { - x_186 = x_184; + x_175 = x_173; } -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_183); -return x_186; +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_172); +return x_175; } } else { -lean_object* x_187; -lean_dec(x_121); -lean_dec(x_120); +lean_object* x_176; +lean_dec(x_114); +lean_dec(x_113); lean_dec(x_3); -x_187 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_187, 0, x_2); -lean_ctor_set(x_187, 1, x_7); -return x_187; +x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_176, 0, x_2); +lean_ctor_set(x_176, 1, x_7); +return x_176; } } } @@ -7570,24 +10049,25 @@ return x_8; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1(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_Widget_InteractiveTermGoal_toInteractiveGoal(x_1); -x_3 = l_Lean_Widget_InteractiveGoal_pretty(x_2); -x_4 = l_Std_Format_defWidth; -x_5 = lean_format_pretty(x_3, x_4); -x_6 = lean_ctor_get(x_1, 2); -lean_inc(x_6); -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_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; +lean_inc(x_1); +x_2 = l_Lean_Widget_InteractiveTermGoal_pretty(x_1); +x_3 = l_Std_Format_defWidth; +x_4 = lean_format_pretty(x_2, x_3); +x_5 = lean_ctor_get(x_1, 1); +lean_inc(x_5); +lean_dec(x_1); +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_4); +lean_ctor_set(x_6, 1, x_5); +return x_6; } } static lean_object* _init_l_Lean_Server_FileWorker_handlePlainTermGoal___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1), 1, 0); return x_1; } } @@ -7645,15 +10125,6 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1(x_1); -lean_dec(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___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: { @@ -7806,27 +10277,11 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highl _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Lean", 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Term", 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__4() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2() { _start: { lean_object* x_1; @@ -7834,19 +10289,19 @@ x_1 = lean_mk_string_from_bytes("doReturn", 8); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__5() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___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_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; -x_4 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__4; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; +x_4 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___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_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__4() { _start: { lean_object* x_1; @@ -7854,19 +10309,19 @@ x_1 = lean_mk_string_from_bytes("do", 2); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__7() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___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_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; -x_4 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; +x_4 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__4; 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_handleDocumentHighlight_highlightReturn_x3f___closed__8() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -7878,7 +10333,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__7() { _start: { lean_object* x_1; @@ -7886,17 +10341,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleDocumentHighligh return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; +x_1 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__7; x_2 = lean_box(0); x_3 = lean_apply_1(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11() { +static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -7911,13 +10366,13 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highli _start: { lean_object* x_5; uint8_t x_6; -x_5 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__5; +x_5 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; lean_inc(x_4); x_6 = l_Lean_Syntax_isOfKind(x_4, x_5); if (x_6 == 0) { lean_object* x_7; uint8_t x_8; -x_7 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__7; +x_7 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__5; lean_inc(x_4); x_8 = l_Lean_Syntax_isOfKind(x_4, x_7); if (x_8 == 0) @@ -7929,7 +10384,7 @@ x_10 = lean_array_get_size(x_9); x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; -x_13 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8; +x_13 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6; x_14 = l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___spec__1(x_1, x_2, x_3, x_13, x_9, x_11, x_12, x_13); lean_dec(x_9); x_15 = lean_ctor_get(x_14, 0); @@ -7938,7 +10393,7 @@ lean_dec(x_14); if (lean_obj_tag(x_15) == 0) { lean_object* x_16; -x_16 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10; +x_16 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8; return x_16; } else @@ -8026,7 +10481,7 @@ x_43 = lean_array_get_size(x_42); x_44 = lean_usize_of_nat(x_43); lean_dec(x_43); x_45 = 0; -x_46 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8; +x_46 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6; x_47 = l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___spec__2(x_1, x_2, x_3, x_46, x_42, x_44, x_45, x_46); lean_dec(x_42); x_48 = lean_ctor_get(x_47, 0); @@ -8035,7 +10490,7 @@ lean_dec(x_47); if (lean_obj_tag(x_48) == 0) { lean_object* x_49; -x_49 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10; +x_49 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8; return x_49; } else @@ -8084,7 +10539,7 @@ if (lean_obj_tag(x_3) == 0) lean_object* x_59; lean_object* x_60; lean_object* x_61; x_59 = l_String_Range_toLspRange(x_1, x_56); lean_dec(x_56); -x_60 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; +x_60 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; x_61 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_61, 0, x_59); lean_ctor_set(x_61, 1, x_60); @@ -8101,7 +10556,7 @@ if (x_62 == 0) { lean_object* x_63; lean_object* x_64; lean_object* x_65; x_63 = lean_ctor_get(x_3, 0); -x_64 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; +x_64 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; x_65 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_65, 0, x_63); lean_ctor_set(x_65, 1, x_64); @@ -8114,7 +10569,7 @@ lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; x_66 = lean_ctor_get(x_3, 0); lean_inc(x_66); lean_dec(x_3); -x_67 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; +x_67 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; x_68 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_68, 0, x_66); lean_ctor_set(x_68, 1, x_67); @@ -8146,7 +10601,7 @@ if (lean_obj_tag(x_3) == 0) lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; x_73 = l_String_Range_toLspRange(x_1, x_70); lean_dec(x_70); -x_74 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; +x_74 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; x_75 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_75, 0, x_73); lean_ctor_set(x_75, 1, x_74); @@ -8167,7 +10622,7 @@ if (lean_is_exclusive(x_3)) { lean_dec_ref(x_3); x_78 = lean_box(0); } -x_79 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; +x_79 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; x_80 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_80, 0, x_77); lean_ctor_set(x_80, 1, x_79); @@ -8640,7 +11095,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_obj 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_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11; +x_8 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9; x_9 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_9, 0, x_5); lean_ctor_set(x_9, 1, x_8); @@ -9334,8 +11789,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -9354,8 +11809,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -10205,8 +12660,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -10225,8 +12680,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -10245,8 +12700,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -10265,9 +12720,9 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__7; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10285,8 +12740,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -11974,8 +14429,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -11994,8 +14449,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -12014,8 +14469,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleDocumentSymbol_toDocume _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -12824,9 +15279,9 @@ static lean_object* _init_l_Lean_Server_FileWorker_noHighlightKinds___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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; x_4 = l_Lean_Server_FileWorker_noHighlightKinds___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -12844,9 +15299,9 @@ static lean_object* _init_l_Lean_Server_FileWorker_noHighlightKinds___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_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; x_4 = l_Lean_Server_FileWorker_noHighlightKinds___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -12864,9 +15319,9 @@ static lean_object* _init_l_Lean_Server_FileWorker_noHighlightKinds___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_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; x_4 = l_Lean_Server_FileWorker_noHighlightKinds___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -12902,8 +15357,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_noHighlightKinds___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_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_noHighlightKinds___closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -12922,8 +15377,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_noHighlightKinds___closed__12 _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_noHighlightKinds___closed__11; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -16609,9 +19064,9 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleSemanticTokens_go___clo _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; -x_3 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; x_4 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -17680,8 +20135,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleFoldingRange_isImport__ _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__1; x_4 = l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -17700,8 +20155,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleFoldingRange_isImport__ _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -17967,7 +20422,7 @@ lean_dec(x_8); x_14 = lean_ctor_get(x_9, 1); lean_inc(x_14); lean_dec(x_9); -x_15 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_15 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; x_16 = lean_string_dec_eq(x_14, x_15); lean_dec(x_14); if (x_16 == 0) @@ -17983,7 +20438,7 @@ return x_18; else { lean_object* x_19; uint8_t x_20; -x_19 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_19 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_20 = lean_string_dec_eq(x_13, x_19); lean_dec(x_13); if (x_20 == 0) @@ -18279,8 +20734,8 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleFoldingRange_addRanges_ _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_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; x_3 = l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; x_4 = l_Lean_Server_FileWorker_handleFoldingRange_addRanges___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -19661,7 +22116,7 @@ lean_dec(x_1); return x_4; } } -static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1() { +static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1() { _start: { lean_object* x_1; @@ -19669,7 +22124,7 @@ x_1 = lean_mk_string_from_bytes("Cannot parse request params: ", 29); return x_1; } } -static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2() { +static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2() { _start: { lean_object* x_1; @@ -19677,7 +22132,7 @@ x_1 = lean_mk_string_from_bytes("\n", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2(lean_object* x_1) { _start: { lean_object* x_2; @@ -19691,10 +22146,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -19714,10 +22169,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -19754,7 +22209,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -19779,11 +22234,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -19833,7 +22288,7 @@ return x_11; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -19842,38 +22297,38 @@ x_2 = l_Lean_Json_mkObj(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___closed__1; +x_2 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___closed__1; return x_2; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__3(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -19892,7 +22347,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -19906,7 +22361,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -19964,7 +22419,7 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -19972,28 +22427,28 @@ x_1 = l_Lean_Server_requestHandlers; return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__2; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2; x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_5); @@ -20019,7 +22474,7 @@ return x_17; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1() { _start: { lean_object* x_1; @@ -20027,7 +22482,7 @@ x_1 = lean_mk_string_from_bytes("Failed to register LSP request handler for '", return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2() { _start: { lean_object* x_1; @@ -20035,12 +22490,12 @@ x_1 = lean_mk_string_from_bytes("': already registered", 21); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -20055,17 +22510,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -20088,17 +22543,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -20110,7 +22565,7 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1() { _start: { lean_object* x_1; @@ -20118,7 +22573,7 @@ x_1 = lean_mk_string_from_bytes("': only possible during initialization", 38); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -20137,10 +22592,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -20154,10 +22609,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -20174,12 +22629,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__5(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__5(lean_object* x_1) { _start: { lean_object* x_2; @@ -20193,10 +22648,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -20216,10 +22671,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -20256,7 +22711,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -20281,11 +22736,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__5(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__5(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -20335,7 +22790,7 @@ return x_11; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -20343,22 +22798,22 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__L return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___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_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__5(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__6(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__5(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__6(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -20377,7 +22832,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -20391,7 +22846,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -20449,28 +22904,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___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; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___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_5); @@ -20496,12 +22951,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -20516,17 +22971,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -20549,17 +23004,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -20571,7 +23026,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -20590,10 +23045,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -20607,10 +23062,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -20627,12 +23082,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__4(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__4(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__8(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__8(lean_object* x_1) { _start: { lean_object* x_2; @@ -20646,10 +23101,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -20669,10 +23124,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -20709,7 +23164,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -20734,11 +23189,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__8(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__8(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -20788,7 +23243,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__2(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -20808,30 +23263,30 @@ return x_4; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__8(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__9(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__8(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__9(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -20850,7 +23305,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -20864,7 +23319,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -20922,28 +23377,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___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_5); @@ -20969,12 +23424,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -20989,17 +23444,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -21022,17 +23477,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -21044,7 +23499,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -21063,10 +23518,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -21080,10 +23535,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -21100,12 +23555,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__11(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__11(lean_object* x_1) { _start: { lean_object* x_2; @@ -21119,10 +23574,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -21142,10 +23597,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -21182,7 +23637,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -21207,7 +23662,7 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__13(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -21232,11 +23687,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__11(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__11(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -21286,7 +23741,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; @@ -21294,36 +23749,36 @@ x_2 = lean_array_get_size(x_1); x_3 = lean_usize_of_nat(x_2); lean_dec(x_2); x_4 = 0; -x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__13(x_3, x_4, x_1); +x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13(x_3, x_4, x_1); x_6 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_6, 0, x_5); return x_6; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__11(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__12(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__11(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__12(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -21342,7 +23797,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -21356,7 +23811,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -21414,28 +23869,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___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_5); @@ -21461,12 +23916,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -21481,17 +23936,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -21514,17 +23969,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -21536,7 +23991,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -21555,10 +24010,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -21572,10 +24027,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -21592,12 +24047,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__15(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__15(lean_object* x_1) { _start: { lean_object* x_2; @@ -21611,10 +24066,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -21634,10 +24089,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -21674,7 +24129,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -21699,7 +24154,7 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__17(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__17(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -21724,11 +24179,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__15(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__15(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -21778,7 +24233,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; @@ -21786,36 +24241,36 @@ x_2 = lean_array_get_size(x_1); x_3 = lean_usize_of_nat(x_2); lean_dec(x_2); x_4 = 0; -x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__17(x_3, x_4, x_1); +x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__17(x_3, x_4, x_1); x_6 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_6, 0, x_5); return x_6; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__15(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__16(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__15(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -21834,7 +24289,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -21848,7 +24303,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -21906,28 +24361,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___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_5); @@ -21953,12 +24408,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -21973,17 +24428,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -22006,17 +24461,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -22028,7 +24483,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -22047,10 +24502,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -22064,10 +24519,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -22084,12 +24539,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__19(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__19(lean_object* x_1) { _start: { lean_object* x_2; @@ -22103,10 +24558,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -22126,10 +24581,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -22166,7 +24621,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -22191,11 +24646,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__19(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__19(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -22236,7 +24691,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; @@ -22250,30 +24705,30 @@ lean_ctor_set(x_6, 0, x_5); return x_6; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__19(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__20(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__19(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__20(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -22292,7 +24747,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -22306,7 +24761,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -22364,28 +24819,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___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_5); @@ -22411,12 +24866,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -22431,17 +24886,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -22464,17 +24919,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -22486,7 +24941,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -22505,10 +24960,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -22522,10 +24977,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -22542,12 +24997,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__22(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__22(lean_object* x_1) { _start: { lean_object* x_2; @@ -22561,10 +25016,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -22584,10 +25039,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -22624,7 +25079,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -22649,11 +25104,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__22(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__22(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -22694,7 +25149,7 @@ return x_8; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -22702,22 +25157,22 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__L return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___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_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__22(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__23(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__22(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__23(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -22736,7 +25191,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -22750,7 +25205,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -22808,28 +25263,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___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; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___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_5); @@ -22855,12 +25310,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -22875,17 +25330,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -22908,17 +25363,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -22930,7 +25385,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -22949,10 +25404,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -22966,10 +25421,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -22986,12 +25441,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__4(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__4(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__25(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__25(lean_object* x_1) { _start: { lean_object* x_2; @@ -23005,10 +25460,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -23028,10 +25483,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -23068,7 +25523,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -23093,11 +25548,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__25(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__25(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -23147,12 +25602,12 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___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_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__25(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__26(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__25(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__26(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -23171,7 +25626,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -23185,7 +25640,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -23243,28 +25698,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___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; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__2), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__2), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___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_5); @@ -23290,12 +25745,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -23310,17 +25765,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -23343,17 +25798,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -23365,7 +25820,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -23384,10 +25839,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -23401,10 +25856,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -23421,12 +25876,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__4(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__4(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__28(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__28(lean_object* x_1) { _start: { lean_object* x_2; @@ -23440,10 +25895,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -23463,10 +25918,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -23503,7 +25958,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -23528,7 +25983,7 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__30(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__30(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -23553,11 +26008,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__28(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__28(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -23598,7 +26053,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; @@ -23606,36 +26061,36 @@ x_2 = lean_array_get_size(x_1); x_3 = lean_usize_of_nat(x_2); lean_dec(x_2); x_4 = 0; -x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__30(x_3, x_4, x_1); +x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__30(x_3, x_4, x_1); x_6 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_6, 0, x_5); return x_6; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__28(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__29(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__28(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -23654,7 +26109,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -23668,7 +26123,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -23726,28 +26181,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___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_5); @@ -23773,12 +26228,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -23793,17 +26248,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -23826,17 +26281,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -23848,7 +26303,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -23867,10 +26322,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -23884,10 +26339,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -23904,12 +26359,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__32(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__32(lean_object* x_1) { _start: { lean_object* x_2; @@ -23923,10 +26378,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -23946,10 +26401,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -23986,7 +26441,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -24011,11 +26466,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__32(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__32(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -24065,7 +26520,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__2(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -24085,30 +26540,30 @@ return x_4; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__32(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__33(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__32(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__33(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -24127,7 +26582,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -24141,7 +26596,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -24199,28 +26654,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___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_5); @@ -24246,12 +26701,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -24266,17 +26721,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -24299,17 +26754,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -24321,7 +26776,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -24340,10 +26795,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -24357,10 +26812,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -24377,12 +26832,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__35(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__35(lean_object* x_1) { _start: { lean_object* x_2; @@ -24396,10 +26851,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -24419,10 +26874,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -24459,7 +26914,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -24484,11 +26939,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__35(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__35(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -24538,7 +26993,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__2(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -24558,30 +27013,30 @@ return x_4; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___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_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__35(x_2); -x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__36(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__35(x_2); +x_6 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__36(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -24600,7 +27055,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -24614,7 +27069,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -24672,28 +27127,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___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_5); @@ -24719,12 +27174,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -24739,17 +27194,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -24772,17 +27227,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -24794,7 +27249,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -24813,10 +27268,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -24830,10 +27285,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -24850,12 +27305,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__1() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__1() { _start: { lean_object* x_1; @@ -24863,7 +27318,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/waitForDiagnostics", 31); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__2() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__2() { _start: { lean_object* x_1; @@ -24871,7 +27326,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleWaitForDiagnosti return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__3() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3() { _start: { lean_object* x_1; @@ -24879,7 +27334,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/completion", 23); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__4() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__4() { _start: { lean_object* x_1; @@ -24887,7 +27342,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleCompletion), 3, return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__5() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5() { _start: { lean_object* x_1; @@ -24895,7 +27350,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/hover", 18); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__6() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6() { _start: { lean_object* x_1; @@ -24903,7 +27358,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleHover), 3, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__7() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__7() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -24914,7 +27369,7 @@ lean_closure_set(x_3, 0, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__8() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8() { _start: { lean_object* x_1; @@ -24922,7 +27377,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/declaration", 24); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__9() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__9() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -24933,7 +27388,7 @@ lean_closure_set(x_3, 0, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__10() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__10() { _start: { lean_object* x_1; @@ -24941,7 +27396,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/definition", 23); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__11() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -24952,7 +27407,7 @@ lean_closure_set(x_3, 0, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__12() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12() { _start: { lean_object* x_1; @@ -24960,7 +27415,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/typeDefinition", 27); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__13() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__13() { _start: { lean_object* x_1; @@ -24968,7 +27423,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/documentHighlight", 30); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__14() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14() { _start: { lean_object* x_1; @@ -24976,7 +27431,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleDocumentHighligh return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__15() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__15() { _start: { lean_object* x_1; @@ -24984,7 +27439,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/documentSymbol", 27); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__16() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16() { _start: { lean_object* x_1; @@ -24992,7 +27447,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleDocumentSymbol__ return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__17() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__17() { _start: { lean_object* x_1; @@ -25000,7 +27455,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/semanticTokens/full", 32); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__18() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__18() { _start: { lean_object* x_1; @@ -25008,7 +27463,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleSemanticTokensFu return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__19() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__19() { _start: { lean_object* x_1; @@ -25016,7 +27471,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/semanticTokens/range", 33); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__20() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__20() { _start: { lean_object* x_1; @@ -25024,7 +27479,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleSemanticTokensRa return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__21() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__21() { _start: { lean_object* x_1; @@ -25032,7 +27487,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/foldingRange", 25); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__22() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__22() { _start: { lean_object* x_1; @@ -25040,7 +27495,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleFoldingRange___b return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__23() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__23() { _start: { lean_object* x_1; @@ -25048,7 +27503,7 @@ x_1 = lean_mk_string_from_bytes("$/lean/plainGoal", 16); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__24() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__24() { _start: { lean_object* x_1; @@ -25056,7 +27511,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handlePlainGoal), 3, 0 return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__25() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25() { _start: { lean_object* x_1; @@ -25064,7 +27519,7 @@ x_1 = lean_mk_string_from_bytes("$/lean/plainTermGoal", 20); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__26() { +static lean_object* _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__26() { _start: { lean_object* x_1; @@ -25072,121 +27527,121 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handlePlainTermGoal), return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__1; -x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__2; -x_4 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1(x_2, x_3, x_1); +x_2 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__1; +x_3 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__2; +x_4 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; x_5 = lean_ctor_get(x_4, 1); lean_inc(x_5); lean_dec(x_4); -x_6 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__3; -x_7 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__4; -x_8 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4(x_6, x_7, x_5); +x_6 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3; +x_7 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__4; +x_8 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4(x_6, x_7, x_5); if (lean_obj_tag(x_8) == 0) { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_9 = lean_ctor_get(x_8, 1); lean_inc(x_9); lean_dec(x_8); -x_10 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__5; -x_11 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__6; -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7(x_10, x_11, x_9); +x_10 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5; +x_11 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7(x_10, x_11, x_9); if (lean_obj_tag(x_12) == 0) { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; x_13 = lean_ctor_get(x_12, 1); lean_inc(x_13); lean_dec(x_12); -x_14 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__8; -x_15 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__7; -x_16 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10(x_14, x_15, x_13); +x_14 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8; +x_15 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__7; +x_16 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10(x_14, x_15, x_13); 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, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__10; -x_19 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__9; -x_20 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10(x_18, x_19, x_17); +x_18 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__10; +x_19 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__9; +x_20 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10(x_18, x_19, x_17); 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, 1); lean_inc(x_21); lean_dec(x_20); -x_22 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__12; -x_23 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__11; -x_24 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10(x_22, x_23, x_21); +x_22 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12; +x_23 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11; +x_24 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10(x_22, x_23, x_21); if (lean_obj_tag(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_24, 1); lean_inc(x_25); lean_dec(x_24); -x_26 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__13; -x_27 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__14; -x_28 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14(x_26, x_27, x_25); +x_26 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__13; +x_27 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14; +x_28 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14(x_26, x_27, x_25); if (lean_obj_tag(x_28) == 0) { lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__15; -x_31 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__16; -x_32 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18(x_30, x_31, x_29); +x_30 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__15; +x_31 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16; +x_32 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18(x_30, x_31, x_29); if (lean_obj_tag(x_32) == 0) { lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__17; -x_35 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__18; -x_36 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21(x_34, x_35, x_33); +x_34 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__17; +x_35 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__18; +x_36 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21(x_34, x_35, x_33); if (lean_obj_tag(x_36) == 0) { lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; x_37 = lean_ctor_get(x_36, 1); lean_inc(x_37); lean_dec(x_36); -x_38 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__19; -x_39 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__20; -x_40 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24(x_38, x_39, x_37); +x_38 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__19; +x_39 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__20; +x_40 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24(x_38, x_39, x_37); if (lean_obj_tag(x_40) == 0) { lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; x_41 = lean_ctor_get(x_40, 1); lean_inc(x_41); lean_dec(x_40); -x_42 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__21; -x_43 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__22; -x_44 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27(x_42, x_43, x_41); +x_42 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__21; +x_43 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__22; +x_44 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27(x_42, x_43, x_41); if (lean_obj_tag(x_44) == 0) { lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; x_45 = lean_ctor_get(x_44, 1); lean_inc(x_45); lean_dec(x_44); -x_46 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__23; -x_47 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__24; -x_48 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31(x_46, x_47, x_45); +x_46 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__23; +x_47 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__24; +x_48 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31(x_46, x_47, x_45); if (lean_obj_tag(x_48) == 0) { lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; x_49 = lean_ctor_get(x_48, 1); lean_inc(x_49); lean_dec(x_48); -x_50 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__25; -x_51 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__26; -x_52 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34(x_50, x_51, x_49); +x_50 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25; +x_51 = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__26; +x_52 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34(x_50, x_51, x_49); return x_52; } else @@ -25466,83 +27921,83 @@ return x_100; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__3(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2(x_1); +x_2 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__6(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__6(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__9(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__9(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__12(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__12(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__13___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13___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; @@ -25550,30 +28005,30 @@ 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_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__13(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__16(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__17___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; @@ -25581,87 +28036,87 @@ 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_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__17(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__17(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__20(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__20(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__23(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__23(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__26(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__26(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__29___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__29(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__30___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____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; @@ -25669,53 +28124,53 @@ 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_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__30(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__30(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__33___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__33___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__33(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__33(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__36___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__36___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__36(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__36(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -25807,8 +28262,32 @@ l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3 = _init_l_L lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3); l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1); -l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1(); -lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7___closed__1); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__3 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__3(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__3); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__5); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__6); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__8 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__8(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__8); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__10 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__10(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__10); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1); l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1); l_Lean_Server_FileWorker_handleDefinition___closed__1 = _init_l_Lean_Server_FileWorker_handleDefinition___closed__1(); @@ -25869,10 +28348,6 @@ l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8 lean_mark_persistent(l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__8); l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9 = _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9(); lean_mark_persistent(l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__9); -l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10 = _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10(); -lean_mark_persistent(l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__10); -l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11 = _init_l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11(); -lean_mark_persistent(l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__11); l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__1 = _init_l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__1); l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__2 = _init_l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__2(); @@ -26027,135 +28502,135 @@ l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__2___closed__1 = _ini lean_mark_persistent(l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__2___closed__1); l_Lean_Server_FileWorker_handleWaitForDiagnostics___closed__1 = _init_l_Lean_Server_FileWorker_handleWaitForDiagnostics___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_handleWaitForDiagnostics___closed__1); -l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1(); -lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__1); -l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2(); -lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__2___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__2___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__4___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___lambda__5___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__1___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__2___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__4___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__7___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__10___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__14___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__18___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__2___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__21___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__24___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__27___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__31___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____spec__34___lambda__4___closed__1); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__1 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__1(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__1); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__2 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__2(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__2); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__3 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__3(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__3); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__4 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__4(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__4); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__5 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__5(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__5); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__6 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__6(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__6); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__7 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__7(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__7); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__8 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__8(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__8); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__9 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__9(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__9); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__10 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__10(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__10); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__11 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__11(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__11); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__12 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__12(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__12); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__13 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__13(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__13); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__14 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__14(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__14); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__15 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__15(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__15); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__16 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__16(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__16); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__17 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__17(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__17); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__18 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__18(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__18); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__19 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__19(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__19); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__20 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__20(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__20); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__21 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__21(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__21); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__22 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__22(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__22); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__23 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__23(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__23); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__24 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__24(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__24); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__25 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__25(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__25); -l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__26 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__26(); -lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005____closed__26); -res = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12005_(lean_io_mk_world()); +l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1(); +lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__1); +l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2(); +lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__2___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__2___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__2___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___closed__1); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__1 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__1); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__2 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__2(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__2); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__4 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__4(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__4); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__7 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__7(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__7); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__9 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__9(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__9); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__10 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__10(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__10); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__13 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__13(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__13); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__15 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__15(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__15); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__17 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__17(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__17); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__18 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__18(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__18); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__19 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__19(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__19); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__20 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__20(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__20); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__21 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__21(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__21); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__22 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__22(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__22); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__23 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__23(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__23); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__24 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__24(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__24); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25); +l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__26 = _init_l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__26(); +lean_mark_persistent(l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__26); +res = l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940_(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/FileWorker/WidgetRequests.c b/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c index b830ea09899f..b97ee92cfb9c 100644 --- a/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c +++ b/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c @@ -18,7 +18,7 @@ lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__12; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_join___rarg(lean_object*); -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__9; lean_object* l_IO_AsyncList_waitAll___rarg(lean_object*, lean_object*); @@ -32,7 +32,7 @@ static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_i LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_5_(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__18; lean_object* l_Lean_Widget_ppExprTagged(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2(lean_object*, lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams; @@ -42,7 +42,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1; static lean_object* l_Lean_Widget_instInhabitedMsgToInteractive___closed__1; uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Server_registerBuiltinRpcProcedure___spec__5(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_212_(lean_object*); @@ -67,6 +67,7 @@ static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_enc____x40_Lean_Serv static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__11; LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2; uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* l___private_Lean_Server_GoTo_0__Lean_Server_fromJsonGoToKind____x40_Lean_Server_GoTo___hyg_81_(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1; @@ -78,6 +79,8 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__10; LEAN_EXPORT uint8_t l_Lean_Widget_getInteractiveDiagnostics___lambda__2(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__24; static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__2___closed__2; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1; +lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(lean_object*, lean_object*); lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__1(lean_object*, lean_object*, lean_object*); @@ -85,7 +88,6 @@ static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Wi lean_object* l___private_Lean_Server_GoTo_0__Lean_Server_toJsonGoToKind____x40_Lean_Server_GoTo___hyg_40_(uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10; -lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____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_672____closed__7; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedGetInteractiveDiagnosticsParams; LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics(lean_object*, lean_object*, lean_object*); @@ -104,6 +106,8 @@ extern lean_object* l_Lean_Lsp_instFromJsonPlainTermGoalParams; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive___closed__2; @@ -123,7 +127,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_lazyTraceChildr lean_object* l_Lean_FileMap_lspPosToUtf8Pos(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600____closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Server_instRpcEncodableWithRpcRef___rarg(lean_object*); @@ -137,27 +140,26 @@ lean_object* l_Lean_Server_instRpcEncodableArray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonGetInteractiveDiagnosticsParams; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__7; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Widget_instTypeNameLazyTraceChildren; lean_object* l_Lean_Elab_Info_type_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__9; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_5_(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__8___closed__1; static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__10___closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__13; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedMsgToInteractive; -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instFromJsonGetInteractiveDiagnosticsParams___closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__2; static lean_object* l_Lean_Widget_getInteractiveDiagnostics___closed__1; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____closed__2; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__1; lean_object* l_Lean_Server_wrapRpcProcedure___elambda__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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__3; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__11; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_enc____x40_Lean_Widget_InteractiveCode___hyg_317_(lean_object*, lean_object*); @@ -172,6 +174,7 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2; extern lean_object* l_Lean_Lsp_instFromJsonLocationLink; static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3(lean_object*, lean_object*, lean_object*); @@ -183,7 +186,6 @@ lean_object* l_Lean_Server_RequestM_asTask___rarg(lean_object*, lean_object*, le lean_object* l_Lean_Expr_constName_x3f(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__14; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__2___closed__1; -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__8; @@ -205,7 +207,6 @@ static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Wi static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671_(lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Widget_instTypeNameMessageData; extern lean_object* l_Lean_Lsp_instToJsonPlainTermGoalParams; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3; @@ -217,7 +218,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Wid static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____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_672____closed__15; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -225,6 +225,7 @@ static lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed static lean_object* l_Lean_Widget_instInhabitedInfoPopup___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__9; @@ -238,15 +239,14 @@ lean_object* l_Lean_Server_instRpcEncodable___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__2; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__13; extern lean_object* l_Lean_Lsp_instToJsonPlainGoalParams; -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2; static lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive___closed__1; +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__5; -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116_(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__14; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____closed__3; @@ -266,7 +266,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean static lean_object* l_Lean_Widget_instInhabitedMsgToInteractive___closed__2; extern lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__8; -lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__2___closed__1; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____closed__3; lean_object* lean_task_map(lean_object*, lean_object*, lean_object*); @@ -277,6 +277,7 @@ static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup___closed__3; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__9; lean_object* l_Lean_Json_getNat_x3f(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__6; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__5; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____closed__2; @@ -300,6 +301,7 @@ static lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive___closed__3; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Elab_Info_lctx(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__13; +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__8; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); @@ -313,7 +315,6 @@ lean_object* lean_string_append(lean_object*, lean_object*); extern lean_object* l_Lean_Lsp_instToJsonLocationLink; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____closed__3; -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__3; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonGetInteractiveDiagnosticsParams; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -336,7 +337,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Le LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494_(lean_object*); lean_object* l_Lean_Server_RequestError_ofIoError(lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_2702_(lean_object*); -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__2; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__3; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__9___closed__1; @@ -2023,7 +2023,7 @@ lean_object* x_13; lean_object* x_14; lean_object* x_15; x_13 = lean_ctor_get(x_8, 0); x_14 = l_Lean_Json_getStr_x3f(x_13); lean_dec(x_13); -x_15 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_14, x_2); +x_15 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_14, x_2); lean_dec(x_2); if (lean_obj_tag(x_15) == 0) { @@ -2088,7 +2088,7 @@ lean_inc(x_25); lean_dec(x_8); x_26 = l_Lean_Json_getStr_x3f(x_25); lean_dec(x_25); -x_27 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_26, x_2); +x_27 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_26, x_2); lean_dec(x_2); if (lean_obj_tag(x_27) == 0) { @@ -5454,15 +5454,18 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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: { -if (lean_obj_tag(x_1) == 1) +lean_object* x_7; +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +if (lean_obj_tag(x_7) == 1) { lean_object* x_8; lean_object* x_9; -x_8 = lean_ctor_get(x_1, 0); +x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); -lean_dec(x_1); +lean_dec(x_7); x_9 = lean_ctor_get(x_8, 3); lean_inc(x_9); if (lean_obj_tag(x_9) == 5) @@ -5478,218 +5481,214 @@ lean_object* x_12; lean_object* x_13; lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); +lean_dec(x_1); x_12 = l_Lean_Widget_getInteractiveDiagnostics___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); +lean_ctor_set(x_13, 1, x_6); 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; +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; x_14 = lean_ctor_get(x_11, 0); lean_inc(x_14); lean_dec(x_11); -x_15 = lean_ctor_get(x_8, 1); +x_15 = lean_ctor_get(x_1, 0); lean_inc(x_15); -lean_dec(x_8); -x_16 = lean_ctor_get(x_2, 1); +lean_dec(x_1); +x_16 = lean_ctor_get(x_8, 1); lean_inc(x_16); -x_17 = lean_ctor_get(x_2, 2); +lean_dec(x_8); +x_17 = lean_ctor_get(x_2, 1); lean_inc(x_17); -lean_dec(x_2); -x_18 = lean_ctor_get(x_17, 0); +x_18 = lean_ctor_get(x_2, 2); lean_inc(x_18); -lean_dec(x_17); +lean_dec(x_2); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); lean_dec(x_18); -x_20 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_20, 0, x_16); -lean_closure_set(x_20, 1, x_19); -lean_closure_set(x_20, 2, x_14); -lean_closure_set(x_20, 3, x_3); -x_21 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_20, x_7); -if (lean_obj_tag(x_21) == 0) +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +lean_dec(x_19); +x_21 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_21, 0, x_17); +lean_closure_set(x_21, 1, x_20); +lean_closure_set(x_21, 2, x_14); +lean_closure_set(x_21, 3, x_3); +x_22 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_15, x_16, x_21, x_6); +lean_dec(x_15); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -return x_21; +return x_22; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_21); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -return x_25; +lean_dec(x_22); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; } } else { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_21); -if (x_26 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_22); +if (x_27 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_21, 0); -x_28 = l_Lean_Server_RequestError_ofIoError(x_27); -lean_ctor_set(x_21, 0, x_28); -return x_21; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_22, 0); +x_29 = l_Lean_Server_RequestError_ofIoError(x_28); +lean_ctor_set(x_22, 0, x_29); +return x_22; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_21, 0); -x_30 = lean_ctor_get(x_21, 1); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +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_inc(x_29); -lean_dec(x_21); -x_31 = l_Lean_Server_RequestError_ofIoError(x_29); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; +lean_dec(x_22); +x_32 = l_Lean_Server_RequestError_ofIoError(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_31); +return x_33; } } } } else { -lean_object* x_33; lean_object* x_34; +lean_object* x_34; lean_object* x_35; lean_dec(x_9); lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); -x_33 = l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__1; -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_7); -return x_34; +lean_dec(x_1); +x_34 = l_Lean_Widget_getInteractiveDiagnostics___lambda__1___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_6); +return x_35; } } else { -lean_object* x_35; lean_object* x_36; +lean_object* x_36; lean_object* x_37; +lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_35 = l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__1; -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_7); -return x_36; +x_36 = l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__1; +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_6); +return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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; lean_object* x_7; lean_object* x_8; lean_object* x_9; -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 = lean_box(0); +lean_object* x_6; lean_object* x_7; +x_6 = lean_box(0); lean_inc(x_4); -lean_inc(x_7); -lean_inc(x_6); -x_9 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_2, x_6, x_7, x_8, x_4, x_5); -if (lean_obj_tag(x_9) == 0) +lean_inc(x_2); +x_7 = l_Lean_Server_FileWorker_locationLinksOfInfo(x_1, x_2, x_6, x_4, x_5); +if (lean_obj_tag(x_7) == 0) { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_9); -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; uint8_t x_13; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_ctor_get(x_9, 1); -x_13 = l_Array_isEmpty___rarg(x_11); -if (x_13 == 0) +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_ctor_get(x_7, 1); +x_11 = l_Array_isEmpty___rarg(x_9); +if (x_11 == 0) { -lean_dec(x_7); -lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -return x_9; +lean_dec(x_2); +return x_7; } else { -lean_object* x_14; lean_object* x_15; -lean_free_object(x_9); -lean_dec(x_11); -x_14 = lean_box(0); -x_15 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_7, x_3, x_8, x_6, x_14, x_4, x_12); +lean_object* x_12; lean_object* x_13; +lean_free_object(x_7); +lean_dec(x_9); +x_12 = lean_box(0); +x_13 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_2, x_3, x_6, x_12, x_4, x_10); lean_dec(x_4); -lean_dec(x_6); -return x_15; +return x_13; } } else { -lean_object* x_16; lean_object* x_17; uint8_t 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 = l_Array_isEmpty___rarg(x_16); -if (x_18 == 0) -{ -lean_object* x_19; +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_7, 0); +x_15 = lean_ctor_get(x_7, 1); +lean_inc(x_15); +lean_inc(x_14); lean_dec(x_7); -lean_dec(x_6); +x_16 = l_Array_isEmpty___rarg(x_14); +if (x_16 == 0) +{ +lean_object* x_17; lean_dec(x_4); lean_dec(x_3); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_16); -lean_ctor_set(x_19, 1, x_17); -return x_19; +lean_dec(x_2); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_14); +lean_ctor_set(x_17, 1, x_15); +return x_17; } else { -lean_object* x_20; lean_object* x_21; -lean_dec(x_16); -x_20 = lean_box(0); -x_21 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_7, x_3, x_8, x_6, x_20, x_4, x_17); +lean_object* x_18; lean_object* x_19; +lean_dec(x_14); +x_18 = lean_box(0); +x_19 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_2, x_3, x_6, x_18, x_4, x_15); lean_dec(x_4); -lean_dec(x_6); -return x_21; +return x_19; } } } else { -uint8_t x_22; -lean_dec(x_7); -lean_dec(x_6); +uint8_t x_20; lean_dec(x_4); lean_dec(x_3); -x_22 = !lean_is_exclusive(x_9); -if (x_22 == 0) +lean_dec(x_2); +x_20 = !lean_is_exclusive(x_7); +if (x_20 == 0) { -return x_9; +return x_7; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_9, 0); -x_24 = lean_ctor_get(x_9, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_9); -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_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_7, 0); +x_22 = lean_ctor_get(x_7, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_7); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } } @@ -5712,8 +5711,8 @@ lean_inc(x_5); lean_dec(x_1); x_6 = lean_box(x_4); x_7 = lean_alloc_closure((void*)(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2___boxed), 5, 2); -lean_closure_set(x_7, 0, x_5); -lean_closure_set(x_7, 1, x_6); +lean_closure_set(x_7, 0, x_6); +lean_closure_set(x_7, 1, x_5); x_8 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1; x_9 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_wrapRpcProcedure___elambda__1___spec__2___rarg), 4, 2); lean_closure_set(x_9, 0, x_8); @@ -5768,24 +5767,23 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_8; -x_8 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -lean_dec(x_6); +lean_object* x_7; +x_7 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); -return x_8; +return x_7; } } LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_2); -lean_dec(x_2); -x_7 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(x_1, x_6, x_3, x_4, x_5); +x_6 = lean_unbox(x_1); +lean_dec(x_1); +x_7 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(x_6, x_2, x_3, x_4, x_5); return x_7; } } @@ -5905,7 +5903,7 @@ lean_dec(x_5); return x_9; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__1() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -5914,7 +5912,7 @@ x_2 = l_Lean_Server_instRpcEncodableWithRpcRef___rarg(x_1); return x_2; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__2() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -5923,12 +5921,12 @@ x_2 = l_Lean_Server_instRpcEncodableArray___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_3 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__1; -x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__2; +x_3 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1; +x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2; x_5 = lean_alloc_closure((void*)(l_Lean_Server_wrapRpcProcedure___elambda__1___boxed), 10, 6); lean_closure_set(x_5, 0, x_1); lean_closure_set(x_5, 1, lean_box(0)); @@ -5939,12 +5937,12 @@ lean_closure_set(x_5, 5, x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___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; 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_inc(x_1); -x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2(x_1, x_2); +x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2(x_1, x_2); x_6 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__1___closed__1; x_7 = lean_st_ref_take(x_6, x_4); x_8 = lean_ctor_get(x_7, 0); @@ -5974,7 +5972,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__2(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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___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; uint8_t x_8; @@ -5995,7 +5993,7 @@ lean_object* x_12; lean_object* x_13; lean_free_object(x_7); lean_dec(x_3); x_12 = lean_box(0); -x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__1(x_1, x_2, x_12, x_10); +x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(x_1, x_2, x_12, x_10); return x_13; } else @@ -6030,7 +6028,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_3); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__1(x_1, x_2, x_22, x_20); +x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(x_1, x_2, x_22, x_20); return x_23; } else @@ -6053,7 +6051,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { 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; uint8_t x_12; @@ -6118,12 +6116,12 @@ x_27 = lean_ctor_get(x_10, 1); lean_inc(x_27); lean_dec(x_10); x_28 = lean_box(0); -x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__2(x_1, x_2, x_9, x_28, x_27); +x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__2(x_1, x_2, x_9, x_28, x_27); return x_29; } } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__1() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1() { _start: { lean_object* x_1; @@ -6131,18 +6129,18 @@ x_1 = lean_mk_string_from_bytes("lazyTraceChildrenToInteractive", 30); return x_1; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__2() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__2; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__4; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__1; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__3() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3() { _start: { lean_object* x_1; @@ -6150,21 +6148,21 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Widget_lazyTraceChildrenToInteractive), return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__2; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__3; -x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1(x_2, x_3, x_1); +x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3; +x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__1___lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -6522,17 +6520,17 @@ if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1 = _init_l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1(); lean_mark_persistent(l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__1(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__2(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____spec__2___closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__1(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__1); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__2(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__3(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116____closed__3); -res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3116_(lean_io_mk_world()); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3); +res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115_(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/InfoUtils.c b/stage0/stdlib/Lean/Server/InfoUtils.c index ca90dd072c70..b63c4ef8744c 100644 --- a/stage0/stdlib/Lean/Server/InfoUtils.c +++ b/stage0/stdlib/Lean/Server/InfoUtils.c @@ -14,17 +14,18 @@ extern "C" { #endif LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__6___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); lean_object* l_Lean_Meta_ppExpr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_join___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_isEmptyBy(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__11___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object*); static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__1; lean_object* l_Lean_PrettyPrinter_ppSignature(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*); @@ -44,7 +45,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_isTerm___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursInside_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__3___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_Elab_InfoTree_foldInfo_go___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___boxed(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_InfoTree_hoverableInfoAt_x3f___spec__11(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -55,13 +57,13 @@ static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___close LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__38___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9; -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__2(lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__49(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_foldInfo_go(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_InfoTree_getCompletionInfos(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__7___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(lean_object*); @@ -71,13 +73,13 @@ lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l_Lean_Expr_isApp(lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__2; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__53(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_foldInfo_go___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__37(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -103,6 +105,7 @@ static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_getMax_x3f___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__17(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3; static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__5; static lean_object* l_Lean_Elab_InfoTree_getCompletionInfos___closed__2; LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -126,16 +129,14 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__23___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_tailPos_x3f___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Meta_Basic_0__Lean_Meta_beqInfoCacheKey____x40_Lean_Meta_Basic___hyg_368____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__1___closed__2; lean_object* l_Lean_Elab_CompletionInfo_stx(lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_smallestInfo_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__46(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getNumArgs(lean_object*); @@ -146,10 +147,12 @@ static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27(lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_isAtomicFormat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__5(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_InfoTree_foldInfo_go___spec__21(lean_object*); +static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__19___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursBefore_x3f(lean_object*, lean_object*); @@ -170,6 +173,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_tailPos_x3f(lean_object*); uint8_t l_Lean_Expr_isSort(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -178,21 +182,23 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___boxed(lean_object*, lea LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__8; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__21___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__25(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__7(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__14(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_range_x3f___boxed(lean_object*); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Info_updateContext_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_visitM_go___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_type_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1; LEAN_EXPORT lean_object* l_Lean_findModuleOf_x3f___at_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findModuleOf_x3f___at_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__32(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__1___closed__1; LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_visitM_go___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -212,10 +218,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_Persisten LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__54(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__23(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__25___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2; lean_object* lean_st_ref_get(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__15___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__45___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__3(lean_object*); @@ -223,6 +229,7 @@ uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__6___boxed(lean_object*, lean_object*); lean_object* l_Lean_getOptionDecls(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_getCompletionInfos___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -261,7 +268,6 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__12(lean_object*); -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__12___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__17___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -279,9 +285,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__1(lean_object*, uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__19___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__4___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__18___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterMap___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__1(lean_object*); @@ -293,6 +298,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM(lean_object*, lean_object*) LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__4___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Info_pos_x3f___boxed(lean_object*); +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2; @@ -309,7 +315,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f(lean LEAN_EXPORT lean_object* l_List_filterMap___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__40(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_smallestInfo_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__1; +static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__47(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__6(uint8_t, lean_object*); @@ -324,6 +330,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_vis LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__8___boxed(lean_object*); lean_object* l_lexOrd___elambda__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_termGoalAt_x3f(lean_object*, lean_object*); uint8_t l_String_Range_contains(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__44(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -331,12 +338,9 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__28(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__6(lean_object*, lean_object*, lean_object*); -static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__26(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object*, lean_object*); -static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__1; @@ -351,14 +355,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lamb LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__38(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__34___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_isEmptyBy___boxed(lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__43(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__4(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_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__1; lean_object* l_Lean_Environment_allImportedModuleNames(lean_object*); static lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_isEmptyBy___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hasSorry_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__16(lean_object*); @@ -368,12 +372,12 @@ static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___close LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instOrdInt___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(lean_object*, lean_object*); lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__7(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__7; -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_getOptionDecl___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__17(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -392,14 +396,15 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_range_x3f(lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_deepestNodes___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__2___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_visitM_x27___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_visitM_go___spec__1(lean_object*, lean_object*); @@ -423,7 +428,6 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry LEAN_EXPORT uint8_t l_Lean_Elab_Info_isSmaller(lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedName; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__9(lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__16(lean_object*, lean_object*, lean_object*); @@ -434,7 +438,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldI LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursBefore_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_pos_x3f(lean_object*); @@ -448,13 +451,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___lamb static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__18(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__13___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__53___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1; static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__24(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); @@ -462,7 +464,7 @@ static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda_ static lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__42(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object*, lean_object*, uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Info_stx(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__14(lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___closed__1; @@ -471,6 +473,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursInside_x3f___boxed(lean_object*, LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__8___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4; lean_object* l_Lean_Elab_Info_toElabInfo_x3f(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Int_negOfNat(lean_object*); @@ -498,6 +501,7 @@ LEAN_EXPORT uint8_t l_Lean_Elab_Info_contains(lean_object*, lean_object*, uint8_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__13(lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3; static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__4; LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_visitM_go___spec__1___rarg(lean_object* x_1, lean_object* x_2) { _start: @@ -665,7 +669,7 @@ static lean_object* _init_l_Lean_Elab_InfoTree_visitM_go___rarg___closed__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; x_1 = l_Lean_Elab_InfoTree_visitM_go___rarg___closed__1; x_2 = l_Lean_Elab_InfoTree_visitM_go___rarg___closed__2; -x_3 = lean_unsigned_to_nat(23u); +x_3 = lean_unsigned_to_nat(50u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Elab_InfoTree_visitM_go___rarg___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4727,7 +4731,91 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object* x_1) { +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; +lean_dec(x_1); +x_4 = l_List_reverse___rarg(x_3); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_2); +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_2, 0); +x_7 = lean_ctor_get(x_2, 1); +x_8 = lean_ctor_get(x_6, 1); +lean_inc(x_8); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = l_Lean_Elab_Info_stx(x_9); +lean_dec(x_9); +lean_inc(x_1); +x_11 = l_Lean_Syntax_structEq(x_10, x_1); +if (x_11 == 0) +{ +lean_ctor_set(x_2, 1, x_3); +{ +lean_object* _tmp_1 = x_7; +lean_object* _tmp_2 = x_2; +x_2 = _tmp_1; +x_3 = _tmp_2; +} +goto _start; +} +else +{ +lean_free_object(x_2); +lean_dec(x_6); +x_2 = x_7; +goto _start; +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_14 = lean_ctor_get(x_2, 0); +x_15 = lean_ctor_get(x_2, 1); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_2); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_Elab_Info_stx(x_17); +lean_dec(x_17); +lean_inc(x_1); +x_19 = l_Lean_Syntax_structEq(x_18, x_1); +if (x_19 == 0) +{ +lean_object* x_20; +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_14); +lean_ctor_set(x_20, 1, x_3); +x_2 = x_15; +x_3 = x_20; +goto _start; +} +else +{ +lean_dec(x_14); +x_2 = x_15; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -4736,7 +4824,7 @@ x_3 = lean_panic_fn(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(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_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(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_4) == 0) @@ -4760,7 +4848,7 @@ x_9 = lean_ctor_get(x_4, 1); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_10 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(x_1, x_2, x_3, x_8); +x_10 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_1, x_2, x_3, x_8); lean_ctor_set(x_4, 1, x_5); lean_ctor_set(x_4, 0, x_10); { @@ -4782,7 +4870,7 @@ lean_dec(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_14 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(x_1, x_2, x_3, x_12); +x_14 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_1, x_2, x_3, x_12); x_15 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_5); @@ -4793,7 +4881,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -4820,7 +4908,7 @@ lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_9 = l_Lean_Elab_InfoTree_visitM_go___rarg___closed__4; -x_10 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_9); +x_10 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(x_9); return x_10; } default: @@ -4890,7 +4978,7 @@ lean_inc(x_24); x_26 = l_Lean_PersistentArray_toList___rarg(x_24); x_27 = lean_box(0); lean_inc(x_2); -x_28 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(x_1, x_2, x_25, x_26, x_27); +x_28 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_25, x_26, x_27); x_29 = lean_apply_4(x_2, x_22, x_23, x_24, x_28); x_30 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_30, 0, x_29); @@ -4915,7 +5003,7 @@ lean_inc(x_33); x_36 = l_Lean_PersistentArray_toList___rarg(x_33); x_37 = lean_box(0); lean_inc(x_2); -x_38 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(x_1, x_2, x_35, x_36, x_37); +x_38 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_35, x_36, x_37); x_39 = lean_apply_4(x_2, x_31, x_32, x_33, x_38); x_40 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_40, 0, x_39); @@ -4936,16 +5024,16 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; x_4 = lean_box(0); -x_5 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(x_1, x_2, x_4, x_3); +x_5 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_1, x_2, x_4, x_3); return x_5; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__1() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1() { _start: { lean_object* x_1; @@ -4953,7 +5041,7 @@ x_1 = lean_alloc_closure((void*)(l_instOrdInt___boxed), 2, 0); return x_1; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2() { _start: { lean_object* x_1; @@ -4961,39 +5049,39 @@ x_1 = lean_alloc_closure((void*)(l_instOrdNat___boxed), 2, 0); return x_1; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__3() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__1; -x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2; +x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1; +x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2; x_3 = lean_alloc_closure((void*)(l_lexOrd___elambda__1___rarg), 4, 2); lean_closure_set(x_3, 0, x_1); lean_closure_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9() { _start: { lean_object* x_1; -x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__3; +x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3; return x_1; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2; -x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8; +x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2; +x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9; x_3 = lean_alloc_closure((void*)(l_lexOrd___elambda__1___rarg), 4, 2); lean_closure_set(x_3, 0, x_1); lean_closure_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5045,7 +5133,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_4) == 0) @@ -5081,7 +5169,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -5099,14 +5187,14 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(x_1, x_2, x_5, x_6); +x_7 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_1, x_2, x_5, x_6); x_8 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_8, 0, x_7); return x_8; } } } -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5173,211 +5261,215 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_InfoTree_hoverableInfoAt_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) { _start: { -lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_6 = l_Lean_Elab_Info_range_x3f(x_1); +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = l_Lean_Elab_Info_range_x3f(x_1); lean_inc(x_1); -x_7 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_7, 0, x_2); -lean_ctor_set(x_7, 1, x_1); -if (lean_obj_tag(x_6) == 0) +x_8 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_8, 0, x_2); +lean_ctor_set(x_8, 1, x_1); +lean_ctor_set(x_8, 2, x_3); +if (lean_obj_tag(x_7) == 0) { -lean_object* x_35; lean_object* x_36; -x_35 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4; -x_36 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(x_35); -x_8 = x_36; -goto block_34; +lean_object* x_36; lean_object* x_37; +x_36 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4; +x_37 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(x_36); +x_9 = x_37; +goto block_35; } else { -lean_object* x_37; -x_37 = lean_ctor_get(x_6, 0); -lean_inc(x_37); -lean_dec(x_6); -x_8 = x_37; -goto block_34; +lean_object* x_38; +x_38 = lean_ctor_get(x_7, 0); +lean_inc(x_38); +lean_dec(x_7); +x_9 = x_38; +goto block_35; } -block_34: +block_35: { -lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_9 = lean_ctor_get(x_8, 1); -lean_inc(x_9); -x_10 = lean_nat_dec_eq(x_9, x_3); -x_11 = lean_ctor_get(x_8, 0); -lean_inc(x_11); -lean_dec(x_8); -x_12 = lean_nat_sub(x_9, x_11); -lean_dec(x_11); +lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +x_11 = lean_nat_dec_eq(x_10, x_4); +x_12 = lean_ctor_get(x_9, 0); +lean_inc(x_12); lean_dec(x_9); -x_13 = l_Int_negOfNat(x_12); +x_13 = lean_nat_sub(x_10, x_12); lean_dec(x_12); -if (x_10 == 0) +lean_dec(x_10); +x_14 = l_Int_negOfNat(x_13); +lean_dec(x_13); +if (x_11 == 0) { -lean_object* x_32; -x_32 = lean_unsigned_to_nat(1u); -x_14 = x_32; -goto block_31; +lean_object* x_33; +x_33 = lean_unsigned_to_nat(1u); +x_15 = x_33; +goto block_32; } else { -lean_object* x_33; -x_33 = lean_unsigned_to_nat(0u); -x_14 = x_33; -goto block_31; +lean_object* x_34; +x_34 = lean_unsigned_to_nat(0u); +x_15 = x_34; +goto block_32; } -block_31: +block_32: { -lean_object* x_15; +lean_object* x_16; if (lean_obj_tag(x_1) == 1) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_1, 0); -lean_inc(x_22); -lean_dec(x_1); -x_23 = lean_ctor_get(x_22, 3); +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_1, 0); lean_inc(x_23); -lean_dec(x_22); -if (lean_obj_tag(x_23) == 1) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_1); +x_24 = lean_ctor_get(x_23, 3); +lean_inc(x_24); lean_dec(x_23); -x_24 = lean_unsigned_to_nat(0u); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_13); -lean_ctor_set(x_25, 1, x_24); +if (lean_obj_tag(x_24) == 1) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_24); +x_25 = lean_unsigned_to_nat(0u); x_26 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_26, 0, x_14); lean_ctor_set(x_26, 1, x_25); x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_7); -x_28 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_15); +lean_ctor_set(x_27, 1, x_26); +x_28 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_4); -return x_28; +lean_ctor_set(x_28, 1, x_8); +x_29 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_5); +return x_29; } else { -lean_object* x_29; -lean_dec(x_23); -x_29 = lean_box(0); -x_15 = x_29; -goto block_21; +lean_object* x_30; +lean_dec(x_24); +x_30 = lean_box(0); +x_16 = x_30; +goto block_22; } } else { -lean_object* x_30; +lean_object* x_31; lean_dec(x_1); -x_30 = lean_box(0); -x_15 = x_30; -goto block_21; +x_31 = lean_box(0); +x_16 = x_31; +goto block_22; } -block_21: +block_22: { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -lean_dec(x_15); -x_16 = lean_unsigned_to_nat(1u); -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_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_16); +x_17 = lean_unsigned_to_nat(1u); x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_14); lean_ctor_set(x_18, 1, 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_7); -x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_15); +lean_ctor_set(x_19, 1, x_18); +x_20 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_4); -return x_20; +lean_ctor_set(x_20, 1, x_8); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_5); +return x_21; } } } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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, uint8_t x_7, lean_object* x_8) { _start: { -lean_object* x_8; lean_object* x_14; +lean_object* x_9; lean_object* x_15; switch (lean_obj_tag(x_1)) { case 4: { -lean_object* x_19; -x_19 = lean_box(0); -x_14 = x_19; -goto block_18; -} -case 5: -{ lean_object* x_20; x_20 = lean_box(0); -x_14 = x_20; -goto block_18; +x_15 = x_20; +goto block_19; } -default: +case 5: { lean_object* x_21; x_21 = lean_box(0); -x_8 = x_21; -goto block_13; +x_15 = x_21; +goto block_19; } +default: +{ +lean_object* x_22; +x_22 = lean_box(0); +x_9 = x_22; +goto block_14; } -block_13: +} +block_14: { -lean_object* x_9; -lean_dec(x_8); -x_9 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); -if (lean_obj_tag(x_9) == 0) +lean_object* x_10; +lean_dec(x_9); +x_10 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); +if (lean_obj_tag(x_10) == 0) { -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_5; +return x_6; } else { -uint8_t x_10; -lean_dec(x_9); -x_10 = l_Lean_Elab_Info_contains(x_1, x_3, x_6); -if (x_10 == 0) +uint8_t x_11; +lean_dec(x_10); +x_11 = l_Lean_Elab_Info_contains(x_1, x_4, x_7); +if (x_11 == 0) { -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_5; +return x_6; } else { -lean_object* x_11; lean_object* x_12; -lean_dec(x_5); -x_11 = lean_box(0); -x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_11); -return x_12; +lean_object* x_12; lean_object* x_13; +lean_dec(x_6); +x_12 = lean_box(0); +x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5, x_12); +return x_13; } } } -block_18: +block_19: { -uint8_t x_15; -lean_dec(x_14); -x_15 = l_Lean_Elab_Info_contains(x_1, x_3, x_6); -if (x_15 == 0) +uint8_t x_16; +lean_dec(x_15); +x_16 = l_Lean_Elab_Info_contains(x_1, x_4, x_7); +if (x_16 == 0) { -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_5; +return x_6; } else { -lean_object* x_16; lean_object* x_17; -lean_dec(x_5); -x_16 = lean_box(0); -x_17 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_16); -return x_17; +lean_object* x_17; lean_object* x_18; +lean_dec(x_6); +x_17 = lean_box(0); +x_18 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5, x_17); +return x_18; } } } @@ -5444,85 +5536,153 @@ x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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, uint8_t x_7, lean_object* x_8) { _start: { -lean_object* x_8; lean_object* x_9; uint8_t x_10; -lean_dec(x_7); -x_8 = l_Lean_Elab_Info_stx(x_1); -x_9 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2; -x_10 = l_Lean_Syntax_isOfKind(x_8, x_9); -if (x_10 == 0) +lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_dec(x_8); +x_9 = l_Lean_Elab_Info_stx(x_1); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2; +x_11 = l_Lean_Syntax_isOfKind(x_9, x_10); +if (x_11 == 0) { -lean_object* x_11; -x_11 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); -if (lean_obj_tag(x_11) == 0) +lean_object* x_12; +x_12 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); +if (lean_obj_tag(x_12) == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = lean_box(0); -x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_12); -return x_13; +lean_object* x_13; lean_object* x_14; +x_13 = lean_box(0); +x_14 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_13); +return x_14; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = lean_ctor_get(x_11, 0); -lean_inc(x_14); -lean_dec(x_11); -x_15 = lean_ctor_get(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_12, 0); lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7; -x_17 = lean_name_eq(x_15, x_16); +lean_dec(x_12); +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); lean_dec(x_15); -if (x_17 == 0) +x_17 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7; +x_18 = lean_name_eq(x_16, x_17); +lean_dec(x_16); +if (x_18 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_box(0); -x_19 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_18); -return x_19; +lean_object* x_19; lean_object* x_20; +x_19 = lean_box(0); +x_20 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_19); +return x_20; } else { -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_5; +return x_6; } } } else { -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t x_6, lean_object* x_7, lean_object* x_8) { _start: { -uint8_t x_8; -lean_dec(x_7); -x_8 = l_List_isEmpty___rarg(x_6); -if (x_8 == 0) +uint8_t x_9; +lean_dec(x_8); +x_9 = l_List_isEmpty___rarg(x_7); +if (x_9 == 0) { -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_6; +return x_7; } else { -lean_object* x_9; lean_object* x_10; -x_9 = lean_box(0); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_6, x_5, x_9); -return x_10; +lean_object* x_10; lean_object* x_11; +x_10 = lean_box(0); +x_11 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_10); +return x_11; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(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, lean_object* x_9) { +_start: +{ +if (x_7 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_box(0); +x_11 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_10); +return x_11; +} +else +{ +lean_object* x_12; uint8_t x_13; +x_12 = l_Lean_Elab_Info_stx(x_1); +x_13 = l_Lean_Syntax_isIdent(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_12); +x_14 = lean_box(0); +x_15 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_14); +return x_15; +} +else +{ +if (lean_obj_tag(x_1) == 1) +{ +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_1, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_16, 3); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_Expr_isApp(x_17); +lean_dec(x_17); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_12); +x_19 = lean_box(0); +x_20 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_19); +return x_20; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_inc(x_5); +x_21 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3(x_12, x_8, x_5); +x_22 = lean_box(0); +x_23 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_21, x_22); +return x_23; +} +} +else +{ +lean_object* x_24; lean_object* x_25; +lean_dec(x_12); +x_24 = lean_box(0); +x_25 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_24); +return x_25; } } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1() { +} +} +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1() { _start: { lean_object* x_1; @@ -5530,7 +5690,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2() { _start: { lean_object* x_1; @@ -5538,7 +5698,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__3() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3() { _start: { lean_object* x_1; @@ -5546,80 +5706,79 @@ x_1 = lean_mk_string_from_bytes("app", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__4() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3; -x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2; -x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__3; +x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1; +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2; +x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___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_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(lean_object* x_1, uint8_t x_2, uint8_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object* x_1, 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) { _start: { -lean_object* x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_6); -x_8 = lean_box(0); -x_9 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__1(x_7, x_8); -x_10 = l_List_join___rarg(x_9); -if (x_3 == 0) +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_box(0); +x_10 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__1(x_8, x_9); +x_11 = l_List_join___rarg(x_10); +if (x_4 == 0) { -lean_object* x_11; lean_object* x_12; -x_11 = lean_box(0); -x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_5, x_4, x_1, x_8, x_2, x_10, x_11); +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_12); lean_dec(x_1); -return x_12; +return x_13; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = l_Lean_Elab_Info_stx(x_5); -x_14 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___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_Elab_Info_stx(x_6); +x_15 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___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); -x_16 = lean_box(0); -x_17 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_5, x_4, x_1, x_8, x_2, x_10, x_16); +lean_object* x_17; lean_object* x_18; +lean_dec(x_14); +x_17 = lean_box(0); +x_18 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_17); lean_dec(x_1); -return x_17; +return x_18; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -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_Syntax_isIdent(x_19); -if (x_20 == 0) +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_unsigned_to_nat(0u); +x_20 = l_Lean_Syntax_getArg(x_14, x_19); +lean_dec(x_14); +x_21 = l_Lean_Syntax_isIdent(x_20); +if (x_21 == 0) { -lean_object* x_21; lean_object* x_22; -lean_dec(x_19); -x_21 = lean_box(0); -x_22 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_5, x_4, x_1, x_8, x_2, x_10, x_21); +lean_object* x_22; lean_object* x_23; +lean_dec(x_20); +x_22 = lean_box(0); +x_23 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_22); lean_dec(x_1); -return x_22; +return x_23; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3(x_19, x_10, x_8); -x_24 = lean_box(0); -x_25 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_5, x_4, x_1, x_8, x_2, x_23, x_24); +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(x_20, x_11, x_9); +x_25 = lean_box(0); +x_26 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_24, x_25); lean_dec(x_1); -return x_25; +return x_26; } } } } } -LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -5628,270 +5787,290 @@ lean_inc(x_3); lean_dec(x_2); x_4 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_4, x_1); +x_5 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(x_4, x_1); lean_dec(x_1); lean_dec(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(lean_object* x_1, lean_object* x_2) { _start: { lean_inc(x_1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, uint8_t x_5) { _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 = lean_box(x_3); -x_6 = lean_box(x_4); -x_7 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___boxed), 7, 3); -lean_closure_set(x_7, 0, x_2); -lean_closure_set(x_7, 1, x_5); -lean_closure_set(x_7, 2, x_6); -x_8 = l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___closed__1; -x_9 = l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(x_8, x_7, x_1); -x_10 = lean_box(0); -x_11 = lean_box(0); -if (lean_obj_tag(x_9) == 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; +x_6 = lean_box(x_3); +x_7 = lean_box(x_5); +x_8 = lean_box(x_4); +x_9 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___boxed), 8, 4); +lean_closure_set(x_9, 0, x_2); +lean_closure_set(x_9, 1, x_6); +lean_closure_set(x_9, 2, x_7); +lean_closure_set(x_9, 3, x_8); +x_10 = l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___closed__1; +x_11 = l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(x_10, x_9, x_1); +x_12 = lean_box(0); +x_13 = lean_box(0); +if (lean_obj_tag(x_11) == 0) { -x_12 = x_10; -goto block_35; +x_14 = x_12; +goto block_37; } else { -lean_object* x_36; -x_36 = lean_ctor_get(x_9, 0); -lean_inc(x_36); -lean_dec(x_9); -x_12 = x_36; -goto block_35; +lean_object* x_38; +x_38 = lean_ctor_get(x_11, 0); +lean_inc(x_38); +lean_dec(x_11); +x_14 = x_38; +goto block_37; } -block_35: +block_37: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -lean_inc(x_12); -x_13 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(x_12, x_10); -x_14 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9; -x_15 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(x_14, x_11, x_13); -x_16 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___boxed), 2, 1); -lean_closure_set(x_16, 0, x_15); -x_17 = l_List_find_x3f___rarg(x_16, x_12); -if (lean_obj_tag(x_17) == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_inc(x_14); +x_15 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(x_14, x_12); +x_16 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10; +x_17 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(x_16, x_13, x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed), 2, 1); +lean_closure_set(x_18, 0, x_17); +x_19 = l_List_find_x3f___rarg(x_18, x_14); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_18; -x_18 = lean_box(0); -return x_18; +lean_object* x_20; +x_20 = lean_box(0); +return x_20; } else { -uint8_t x_19; -x_19 = !lean_is_exclusive(x_17); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_17, 0); -x_21 = lean_ctor_get(x_20, 1); -lean_inc(x_21); -lean_dec(x_20); -lean_inc(x_21); -lean_ctor_set(x_17, 0, x_21); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -if (lean_obj_tag(x_22) == 1) +uint8_t x_21; +x_21 = !lean_is_exclusive(x_19); +if (x_21 == 0) { -lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_23 = lean_ctor_get(x_22, 0); +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_19, 0); +x_23 = lean_ctor_get(x_22, 1); lean_inc(x_23); lean_dec(x_22); -x_24 = lean_ctor_get(x_23, 3); +lean_inc(x_23); +lean_ctor_set(x_19, 0, x_23); +x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_Expr_isSyntheticSorry(x_24); +if (lean_obj_tag(x_24) == 1) +{ +lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); lean_dec(x_24); -if (x_25 == 0) +x_26 = lean_ctor_get(x_25, 3); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_Expr_isSyntheticSorry(x_26); +lean_dec(x_26); +if (x_27 == 0) { -return x_17; +return x_19; } else { -lean_object* x_26; -lean_dec(x_17); -x_26 = lean_box(0); -return x_26; +lean_object* x_28; +lean_dec(x_19); +x_28 = lean_box(0); +return x_28; } } else { -lean_dec(x_22); -return x_17; +lean_dec(x_24); +return x_19; } } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_17, 0); -lean_inc(x_27); -lean_dec(x_17); -x_28 = lean_ctor_get(x_27, 1); -lean_inc(x_28); -lean_dec(x_27); -lean_inc(x_28); -x_29 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_29, 0, x_28); -x_30 = lean_ctor_get(x_28, 1); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_19, 0); +lean_inc(x_29); +lean_dec(x_19); +x_30 = lean_ctor_get(x_29, 1); lean_inc(x_30); -lean_dec(x_28); -if (lean_obj_tag(x_30) == 1) -{ -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -lean_dec(x_30); -x_32 = lean_ctor_get(x_31, 3); +lean_dec(x_29); +lean_inc(x_30); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_32 = lean_ctor_get(x_30, 1); lean_inc(x_32); -lean_dec(x_31); -x_33 = l_Lean_Expr_isSyntheticSorry(x_32); +lean_dec(x_30); +if (lean_obj_tag(x_32) == 1) +{ +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); lean_dec(x_32); -if (x_33 == 0) +x_34 = lean_ctor_get(x_33, 3); +lean_inc(x_34); +lean_dec(x_33); +x_35 = l_Lean_Expr_isSyntheticSorry(x_34); +lean_dec(x_34); +if (x_35 == 0) { -return x_29; +return x_31; } else { -lean_object* x_34; -lean_dec(x_29); -x_34 = lean_box(0); -return x_34; +lean_object* x_36; +lean_dec(x_31); +x_36 = lean_box(0); +return x_36; } } else { -lean_dec(x_30); -return x_29; +lean_dec(x_32); +return x_31; } } } } } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13___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_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(x_1, x_2, x_3, x_4); +x_5 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_1, x_2, x_3, x_4); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(x_1, x_2, x_3); +x_4 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(x_1, x_2, x_3); lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_1, x_2); +x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(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_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_InfoTree_hoverableInfoAt_x3f___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_6; -x_6 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_5); -lean_dec(x_3); -return x_6; +lean_object* x_7; +x_7 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +lean_dec(x_4); +return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { -uint8_t x_8; lean_object* x_9; -x_8 = lean_unbox(x_6); -lean_dec(x_6); -x_9 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_8, x_7); +uint8_t x_9; lean_object* x_10; +x_9 = lean_unbox(x_7); lean_dec(x_7); -lean_dec(x_3); -return x_9; +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); +lean_dec(x_8); +lean_dec(x_4); +return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { -uint8_t x_8; lean_object* x_9; -x_8 = lean_unbox(x_6); +uint8_t x_9; lean_object* x_10; +x_9 = lean_unbox(x_7); +lean_dec(x_7); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); +lean_dec(x_4); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { +_start: +{ +uint8_t x_9; lean_object* x_10; +x_9 = lean_unbox(x_6); lean_dec(x_6); -x_9 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_8, x_7); -lean_dec(x_3); -return x_9; +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_9, x_7, x_8); +lean_dec(x_4); +return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { -uint8_t x_8; lean_object* x_9; -x_8 = lean_unbox(x_5); -lean_dec(x_5); -x_9 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_8, x_6, x_7); -lean_dec(x_3); -return x_9; +uint8_t x_10; uint8_t x_11; lean_object* x_12; +x_10 = lean_unbox(x_6); +lean_dec(x_6); +x_11 = lean_unbox(x_7); +lean_dec(x_7); +x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); +lean_dec(x_9); +lean_dec(x_4); +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { -uint8_t x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_unbox(x_2); +uint8_t x_9; uint8_t x_10; uint8_t x_11; lean_object* x_12; +x_9 = lean_unbox(x_2); lean_dec(x_2); -x_9 = lean_unbox(x_3); +x_10 = lean_unbox(x_3); lean_dec(x_3); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_8, x_9, x_4, x_5, x_6, x_7); -return x_10; +x_11 = lean_unbox(x_4); +lean_dec(x_4); +x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_1, x_9, x_10, x_11, x_5, x_6, x_7, x_8); +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_1, x_2); +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(x_1, x_2); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(x_1, x_2); +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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; uint8_t x_6; lean_object* x_7; -x_5 = lean_unbox(x_3); +uint8_t x_6; uint8_t x_7; uint8_t x_8; lean_object* x_9; +x_6 = lean_unbox(x_3); lean_dec(x_3); -x_6 = lean_unbox(x_4); +x_7 = lean_unbox(x_4); lean_dec(x_4); -x_7 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_1, x_2, x_5, x_6); -return x_7; +x_8 = lean_unbox(x_5); +lean_dec(x_5); +x_9 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_1, x_2, x_6, x_7, x_8); +return x_9; } } LEAN_EXPORT lean_object* l_Lean_Elab_Info_type_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { @@ -8755,8 +8934,8 @@ static lean_object* _init_l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___clo { 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_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3; -x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2; +x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1; +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2; x_4 = l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -10130,10 +10309,11 @@ return x_7; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_termGoalAt_x3f(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; lean_object* x_4; +uint8_t x_3; uint8_t x_4; lean_object* x_5; x_3 = 1; -x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_1, x_2, x_3, x_3); -return x_4; +x_4 = 0; +x_5 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(x_1, x_2, x_3, x_3, x_4); +return x_5; } } LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { @@ -17160,16 +17340,16 @@ l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__3 lean_mark_persistent(l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__3); l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4 = _init_l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4(); lean_mark_persistent(l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__1 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__1(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__1); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__2); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__3 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__3(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8___closed__3); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3); l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9(); lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10); l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1(); lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1); l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2(); @@ -17184,14 +17364,14 @@ l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6 = _init_l_Lean_ lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6); l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7(); lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__1); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__2); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__3 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__3(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__3); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__4 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__4(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5___closed__4); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4); l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1 = _init_l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1); l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__1 = _init_l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__1(); diff --git a/stage0/stdlib/Lean/Server/References.c b/stage0/stdlib/Lean/Server/References.c index a5b4015a9029..744efbd0f253 100644 --- a/stage0/stdlib/Lean/Server/References.c +++ b/stage0/stdlib/Lean/Server/References.c @@ -3237,7 +3237,7 @@ static lean_object* _init_l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findRe 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_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__3___closed__1; x_2 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__3___closed__2; -x_3 = lean_unsigned_to_nat(23u); +x_3 = lean_unsigned_to_nat(50u); x_4 = lean_unsigned_to_nat(21u); x_5 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferences___spec__3___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); diff --git a/stage0/stdlib/Lean/Server/Watchdog.c b/stage0/stdlib/Lean/Server/Watchdog.c index f2d69039edb7..a905bccb2293 100644 --- a/stage0/stdlib/Lean/Server/Watchdog.c +++ b/stage0/stdlib/Lean/Server/Watchdog.c @@ -19576,7 +19576,7 @@ static lean_object* _init_l_Lean_Server_Watchdog_initAndRunWatchdog___closed__4( _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("0.1.1", 5); +x_1 = lean_mk_string_from_bytes("0.1.2", 5); return x_1; } } diff --git a/stage0/stdlib/Lean/SubExpr.c b/stage0/stdlib/Lean/SubExpr.c index 0fdca8f48a71..db2934090c94 100644 --- a/stage0/stdlib/Lean/SubExpr.c +++ b/stage0/stdlib/Lean/SubExpr.c @@ -14,6 +14,10 @@ extern "C" { #endif static lean_object* l_Lean_SubExpr_Pos_push___closed__3; +lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); +lean_object* l_List_join___rarg(lean_object*); +lean_object* l_Lean_Syntax_decodeNameLit(lean_object*); +LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonMVarId(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldrM___at_Lean_SubExpr_Pos_all___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instToJsonPos___lambda__1(lean_object*); static lean_object* l_Lean_SubExpr_Pos_tail___closed__2; @@ -24,87 +28,127 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_tail(lean_object*); static lean_object* l_Lean_SubExpr_Pos_instToStringPos___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushAppFn(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11; static lean_object* l_Lean_SubExpr_Pos_instOrdPos___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_traverseAppWithPos(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_fromString_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___boxed(lean_object*); +lean_object* l_Lean_Json_mkObj(lean_object*); lean_object* l_Array_push___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instInhabitedPos; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_bindingBody_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushProj___boxed(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_fromString_x3f___closed__1; lean_object* l_String_quote(lean_object*); +lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldr___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_ofArray___boxed(lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_SubExpr_Pos_fromString_x3f___spec__1(size_t, size_t, lean_object*); +lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_append___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetBody(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__2; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7; lean_object* l_Lean_Expr_bvar___override(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_(lean_object*); +lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2; static lean_object* l_Lean_SubExpr_Pos_push___closed__1; static lean_object* l_Lean_instInhabitedSubExpr___closed__1; +static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__5; LEAN_EXPORT uint8_t l_Lean_SubExpr_isRoot(lean_object*); +LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonGoalsLocation; static lean_object* l_Lean_SubExpr_Pos_tail___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instOrdPos; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushAppArg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldr(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instReprPos(lean_object*, lean_object*); +extern lean_object* l_Lean_instInhabitedJson; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9; +static lean_object* l_Lean_SubExpr_instFromJsonGoalLocation___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushBindingBody___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instToJsonPos; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instToStringPos; uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instFromJsonPos___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_all___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryFn___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_depth___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_maxChildren; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryArg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instFromJsonPos(lean_object*); lean_object* l_Lean_Json_getStr_x3f(lean_object*); +lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SubExpr_Pos_ofArray___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_all___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_toArray___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_SubExpr_bindingBody_x21___closed__3; +static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__4; lean_object* l_panic___at_String_toNat_x21___spec__1(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_push___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_toString(lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldrM(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_instReprPos___closed__3; +lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__1; LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_bindingBody_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_toArray(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_typeCoord; +LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonGoalLocation; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetVarType___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushBindingDomain___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_SubExpr_Pos_fromString_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2118_(lean_object*); static lean_object* l_Lean_SubExpr_bindingDomain_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNthBindingDomain(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; static lean_object* l_Lean_SubExpr_Pos_instReprPos___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_asNat___boxed(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_append___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_root; +static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__2; static lean_object* l_Lean_SubExpr_Pos_depth___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetValue___boxed(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_SubExpr_Pos_tail___spec__1(lean_object*); static lean_object* l_Lean_SubExpr_Pos_head___closed__4; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_head___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetBody___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushBindingDomain(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instEmptyCollectionPos; +lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldl___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1; lean_object* l_instOrdNat___boxed(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNthBindingBody(lean_object*, lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__3; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_fromString_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetVarType(lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__1; @@ -116,9 +160,16 @@ LEAN_EXPORT uint8_t l_Lean_SubExpr_Pos_instDecidableEqPos(lean_object*, lean_obj LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_asNat(lean_object*); static lean_object* l_Lean_SubExpr_Pos_typeCoord___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_head(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10; static lean_object* l_Lean_SubExpr_Pos_toString___closed__1; LEAN_EXPORT uint8_t l_Lean_SubExpr_Pos_isRoot(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2; +lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldl(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldrM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_pow(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushAppArg(lean_object*); @@ -133,17 +184,29 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_nat_mod(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_bindingBody_x21___closed__2; static lean_object* l_Lean_SubExpr_Pos_head___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1(lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__4; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007_(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_append(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_SubExpr_instToJsonGoalsLocation___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_mkRoot(lean_object*); static lean_object* l_Lean_SubExpr_Pos_toArray___closed__2; static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__5; lean_object* lean_panic_fn(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonMVarId(lean_object*); +LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonGoalsLocation; +lean_object* l_Except_orElseLazy___rarg(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedSubExpr; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1; static lean_object* l_Lean_instInhabitedSubExpr___closed__2; static lean_object* l_Lean_SubExpr_Pos_push___closed__2; lean_object* lean_nat_mul(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_SubExpr_Pos_toString___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instReprPos___boxed(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); @@ -153,6 +216,7 @@ lean_object* l_String_intercalate(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushProj(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldl___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_SubExpr_Pos_instToJsonPos___closed__2; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -164,24 +228,36 @@ LEAN_EXPORT lean_object* l_Lean_Expr_traverseAppWithPos___rarg(lean_object*, lea LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryFn(lean_object*, lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__9; lean_object* l_List_redLength___rarg(lean_object*); +static lean_object* l_Lean_SubExpr_instToJsonGoalLocation___closed__1; +static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__3; lean_object* l___private_Lean_Expr_0__Lean_Expr_updateApp_x21Impl___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SubExpr_Pos_ofArray___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_isRoot___boxed(lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonGoalLocation; uint8_t lean_nat_dec_le(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonFVarId(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13; +LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonFVarId(lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); +static lean_object* l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instDecidableEqPos___boxed(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_head___closed__1; +lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(lean_object*); static lean_object* l_Lean_SubExpr_Pos_fromString_x21___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean_SubExpr_Pos_instToJsonPos___closed__1; lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetValue(lean_object*); lean_object* l_String_splitOn(lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM(lean_object*); static lean_object* _init_l_Lean_SubExpr_Pos_maxChildren() { _start: @@ -2134,6 +2210,2731 @@ return x_26; } } } +LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonFVarId(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +x_4 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_4, 0, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonMVarId(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; lean_object* x_4; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +x_4 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_4, 0, x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonFVarId___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[anonymous]", 11); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonFVarId___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("`", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonFVarId___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("expected a `Name`, got '", 24); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonFVarId___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("'", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonFVarId___closed__5() { +_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_Lean_SubExpr_instFromJsonFVarId(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Json_getStr_x3f(x_1); +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_3; +lean_dec(x_1); +x_3 = !lean_is_exclusive(x_2); +if (x_3 == 0) +{ +return x_2; +} +else +{ +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; +} +} +else +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_2); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_2, 0); +x_8 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_9 = lean_string_dec_eq(x_7, x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_11 = lean_string_append(x_10, x_7); +lean_dec(x_7); +x_12 = l_Lean_Syntax_decodeNameLit(x_11); +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; +x_13 = lean_unsigned_to_nat(80u); +x_14 = l_Lean_Json_pretty(x_1, x_13); +x_15 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_16 = lean_string_append(x_15, x_14); +lean_dec(x_14); +x_17 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_18 = lean_string_append(x_16, x_17); +lean_ctor_set_tag(x_2, 0); +lean_ctor_set(x_2, 0, x_18); +return x_2; +} +else +{ +lean_object* x_19; +lean_dec(x_1); +x_19 = lean_ctor_get(x_12, 0); +lean_inc(x_19); +lean_dec(x_12); +lean_ctor_set(x_2, 0, x_19); +return x_2; +} +} +else +{ +lean_object* x_20; +lean_free_object(x_2); +lean_dec(x_7); +lean_dec(x_1); +x_20 = l_Lean_SubExpr_instFromJsonFVarId___closed__5; +return x_20; +} +} +else +{ +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_2, 0); +lean_inc(x_21); +lean_dec(x_2); +x_22 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_23 = lean_string_dec_eq(x_21, x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_25 = lean_string_append(x_24, x_21); +lean_dec(x_21); +x_26 = l_Lean_Syntax_decodeNameLit(x_25); +if (lean_obj_tag(x_26) == 0) +{ +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_unsigned_to_nat(80u); +x_28 = l_Lean_Json_pretty(x_1, x_27); +x_29 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_30 = lean_string_append(x_29, x_28); +lean_dec(x_28); +x_31 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_32 = lean_string_append(x_30, x_31); +x_33 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_33, 0, x_32); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_1); +x_34 = lean_ctor_get(x_26, 0); +lean_inc(x_34); +lean_dec(x_26); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +return x_35; +} +} +else +{ +lean_object* x_36; +lean_dec(x_21); +lean_dec(x_1); +x_36 = l_Lean_SubExpr_instFromJsonFVarId___closed__5; +return x_36; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonMVarId(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Json_getStr_x3f(x_1); +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_3; +lean_dec(x_1); +x_3 = !lean_is_exclusive(x_2); +if (x_3 == 0) +{ +return x_2; +} +else +{ +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; +} +} +else +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_2); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_2, 0); +x_8 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_9 = lean_string_dec_eq(x_7, x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_11 = lean_string_append(x_10, x_7); +lean_dec(x_7); +x_12 = l_Lean_Syntax_decodeNameLit(x_11); +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; +x_13 = lean_unsigned_to_nat(80u); +x_14 = l_Lean_Json_pretty(x_1, x_13); +x_15 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_16 = lean_string_append(x_15, x_14); +lean_dec(x_14); +x_17 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_18 = lean_string_append(x_16, x_17); +lean_ctor_set_tag(x_2, 0); +lean_ctor_set(x_2, 0, x_18); +return x_2; +} +else +{ +lean_object* x_19; +lean_dec(x_1); +x_19 = lean_ctor_get(x_12, 0); +lean_inc(x_19); +lean_dec(x_12); +lean_ctor_set(x_2, 0, x_19); +return x_2; +} +} +else +{ +lean_object* x_20; +lean_free_object(x_2); +lean_dec(x_7); +lean_dec(x_1); +x_20 = l_Lean_SubExpr_instFromJsonFVarId___closed__5; +return x_20; +} +} +else +{ +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_2, 0); +lean_inc(x_21); +lean_dec(x_2); +x_22 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_23 = lean_string_dec_eq(x_21, x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_25 = lean_string_append(x_24, x_21); +lean_dec(x_21); +x_26 = l_Lean_Syntax_decodeNameLit(x_25); +if (lean_obj_tag(x_26) == 0) +{ +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_unsigned_to_nat(80u); +x_28 = l_Lean_Json_pretty(x_1, x_27); +x_29 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_30 = lean_string_append(x_29, x_28); +lean_dec(x_28); +x_31 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_32 = lean_string_append(x_30, x_31); +x_33 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_33, 0, x_32); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_1); +x_34 = lean_ctor_get(x_26, 0); +lean_inc(x_34); +lean_dec(x_26); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +return x_35; +} +} +else +{ +lean_object* x_36; +lean_dec(x_21); +lean_dec(x_1); +x_36 = l_Lean_SubExpr_instFromJsonFVarId___closed__5; +return x_36; +} +} +} +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("no inductive constructor matched", 32); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2; +return x_2; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("hypValue", 8); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___boxed), 1, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____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; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1; +x_5 = lean_unsigned_to_nat(2u); +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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_13 = l_Except_orElseLazy___rarg(x_11, x_12); +return x_13; +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_77; uint8_t x_78; +x_14 = lean_ctor_get(x_6, 0); +lean_inc(x_14); +lean_dec(x_6); +x_15 = lean_array_get_size(x_14); +x_77 = lean_unsigned_to_nat(0u); +x_78 = lean_nat_dec_lt(x_77, x_15); +if (x_78 == 0) +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = l_Lean_instInhabitedJson; +x_80 = l___private_Init_Util_0__outOfBounds___rarg(x_79); +x_81 = l_Lean_Json_getStr_x3f(x_80); +if (lean_obj_tag(x_81) == 0) +{ +uint8_t x_82; +lean_dec(x_80); +lean_dec(x_15); +lean_dec(x_14); +x_82 = !lean_is_exclusive(x_81); +if (x_82 == 0) +{ +lean_object* x_83; lean_object* x_84; +x_83 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_84 = l_Except_orElseLazy___rarg(x_81, x_83); +return x_84; +} +else +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_85 = lean_ctor_get(x_81, 0); +lean_inc(x_85); +lean_dec(x_81); +x_86 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_86, 0, x_85); +x_87 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_88 = l_Except_orElseLazy___rarg(x_86, x_87); +return x_88; +} +} +else +{ +uint8_t x_89; +x_89 = !lean_is_exclusive(x_81); +if (x_89 == 0) +{ +lean_object* x_90; lean_object* x_91; uint8_t x_92; +x_90 = lean_ctor_get(x_81, 0); +x_91 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_92 = lean_string_dec_eq(x_90, x_91); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_94 = lean_string_append(x_93, x_90); +lean_dec(x_90); +x_95 = l_Lean_Syntax_decodeNameLit(x_94); +if (lean_obj_tag(x_95) == 0) +{ +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_dec(x_15); +lean_dec(x_14); +x_96 = lean_unsigned_to_nat(80u); +x_97 = l_Lean_Json_pretty(x_80, x_96); +x_98 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_99 = lean_string_append(x_98, x_97); +lean_dec(x_97); +x_100 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_101 = lean_string_append(x_99, x_100); +lean_ctor_set_tag(x_81, 0); +lean_ctor_set(x_81, 0, x_101); +x_102 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_103 = l_Except_orElseLazy___rarg(x_81, x_102); +return x_103; +} +else +{ +lean_object* x_104; +lean_free_object(x_81); +lean_dec(x_80); +x_104 = lean_ctor_get(x_95, 0); +lean_inc(x_104); +lean_dec(x_95); +x_16 = x_104; +goto block_76; +} +} +else +{ +lean_object* x_105; +lean_free_object(x_81); +lean_dec(x_90); +lean_dec(x_80); +x_105 = lean_box(0); +x_16 = x_105; +goto block_76; +} +} +else +{ +lean_object* x_106; lean_object* x_107; uint8_t x_108; +x_106 = lean_ctor_get(x_81, 0); +lean_inc(x_106); +lean_dec(x_81); +x_107 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_108 = lean_string_dec_eq(x_106, x_107); +if (x_108 == 0) +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_109 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_110 = lean_string_append(x_109, x_106); +lean_dec(x_106); +x_111 = l_Lean_Syntax_decodeNameLit(x_110); +if (lean_obj_tag(x_111) == 0) +{ +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_dec(x_15); +lean_dec(x_14); +x_112 = lean_unsigned_to_nat(80u); +x_113 = l_Lean_Json_pretty(x_80, x_112); +x_114 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_115 = lean_string_append(x_114, x_113); +lean_dec(x_113); +x_116 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_117 = lean_string_append(x_115, x_116); +x_118 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_118, 0, x_117); +x_119 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_120 = l_Except_orElseLazy___rarg(x_118, x_119); +return x_120; +} +else +{ +lean_object* x_121; +lean_dec(x_80); +x_121 = lean_ctor_get(x_111, 0); +lean_inc(x_121); +lean_dec(x_111); +x_16 = x_121; +goto block_76; +} +} +else +{ +lean_object* x_122; +lean_dec(x_106); +lean_dec(x_80); +x_122 = lean_box(0); +x_16 = x_122; +goto block_76; +} +} +} +} +else +{ +lean_object* x_123; lean_object* x_124; +x_123 = lean_array_fget(x_14, x_77); +x_124 = l_Lean_Json_getStr_x3f(x_123); +if (lean_obj_tag(x_124) == 0) +{ +uint8_t x_125; +lean_dec(x_123); +lean_dec(x_15); +lean_dec(x_14); +x_125 = !lean_is_exclusive(x_124); +if (x_125 == 0) +{ +lean_object* x_126; lean_object* x_127; +x_126 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_127 = l_Except_orElseLazy___rarg(x_124, x_126); +return x_127; +} +else +{ +lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_128 = lean_ctor_get(x_124, 0); +lean_inc(x_128); +lean_dec(x_124); +x_129 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_129, 0, x_128); +x_130 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_131 = l_Except_orElseLazy___rarg(x_129, x_130); +return x_131; +} +} +else +{ +uint8_t x_132; +x_132 = !lean_is_exclusive(x_124); +if (x_132 == 0) +{ +lean_object* x_133; lean_object* x_134; uint8_t x_135; +x_133 = lean_ctor_get(x_124, 0); +x_134 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_135 = lean_string_dec_eq(x_133, x_134); +if (x_135 == 0) +{ +lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_136 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_137 = lean_string_append(x_136, x_133); +lean_dec(x_133); +x_138 = l_Lean_Syntax_decodeNameLit(x_137); +if (lean_obj_tag(x_138) == 0) +{ +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_dec(x_15); +lean_dec(x_14); +x_139 = lean_unsigned_to_nat(80u); +x_140 = l_Lean_Json_pretty(x_123, x_139); +x_141 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_142 = lean_string_append(x_141, x_140); +lean_dec(x_140); +x_143 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_144 = lean_string_append(x_142, x_143); +lean_ctor_set_tag(x_124, 0); +lean_ctor_set(x_124, 0, x_144); +x_145 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_146 = l_Except_orElseLazy___rarg(x_124, x_145); +return x_146; +} +else +{ +lean_object* x_147; +lean_free_object(x_124); +lean_dec(x_123); +x_147 = lean_ctor_get(x_138, 0); +lean_inc(x_147); +lean_dec(x_138); +x_16 = x_147; +goto block_76; +} +} +else +{ +lean_object* x_148; +lean_free_object(x_124); +lean_dec(x_133); +lean_dec(x_123); +x_148 = lean_box(0); +x_16 = x_148; +goto block_76; +} +} +else +{ +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_ctor_get(x_124, 0); +lean_inc(x_149); +lean_dec(x_124); +x_150 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_151 = lean_string_dec_eq(x_149, x_150); +if (x_151 == 0) +{ +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_153 = lean_string_append(x_152, x_149); +lean_dec(x_149); +x_154 = l_Lean_Syntax_decodeNameLit(x_153); +if (lean_obj_tag(x_154) == 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_dec(x_15); +lean_dec(x_14); +x_155 = lean_unsigned_to_nat(80u); +x_156 = l_Lean_Json_pretty(x_123, x_155); +x_157 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_158 = lean_string_append(x_157, x_156); +lean_dec(x_156); +x_159 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_160 = lean_string_append(x_158, x_159); +x_161 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_161, 0, x_160); +x_162 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_163 = l_Except_orElseLazy___rarg(x_161, x_162); +return x_163; +} +else +{ +lean_object* x_164; +lean_dec(x_123); +x_164 = lean_ctor_get(x_154, 0); +lean_inc(x_164); +lean_dec(x_154); +x_16 = x_164; +goto block_76; +} +} +else +{ +lean_object* x_165; +lean_dec(x_149); +lean_dec(x_123); +x_165 = lean_box(0); +x_16 = x_165; +goto block_76; +} +} +} +} +block_76: +{ +lean_object* x_17; uint8_t x_18; +x_17 = lean_unsigned_to_nat(1u); +x_18 = lean_nat_dec_lt(x_17, x_15); +lean_dec(x_15); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_14); +x_19 = l_Lean_instInhabitedJson; +x_20 = l___private_Init_Util_0__outOfBounds___rarg(x_19); +x_21 = l_Lean_Json_getStr_x3f(x_20); +lean_dec(x_20); +if (lean_obj_tag(x_21) == 0) +{ +uint8_t x_22; +lean_dec(x_16); +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +x_23 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_24 = l_Except_orElseLazy___rarg(x_21, 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_21, 0); +lean_inc(x_25); +lean_dec(x_21); +x_26 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_26, 0, x_25); +x_27 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_28 = l_Except_orElseLazy___rarg(x_26, x_27); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_21, 0); +lean_inc(x_29); +lean_dec(x_21); +x_30 = l_Lean_SubExpr_Pos_fromString_x3f(x_29); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_31; +lean_dec(x_16); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_33 = l_Except_orElseLazy___rarg(x_30, x_32); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_30, 0); +lean_inc(x_34); +lean_dec(x_30); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_37 = l_Except_orElseLazy___rarg(x_35, x_36); +return x_37; +} +} +else +{ +uint8_t x_38; +x_38 = !lean_is_exclusive(x_30); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_30, 0); +x_40 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_40, 0, x_16); +lean_ctor_set(x_40, 1, x_39); +lean_ctor_set(x_30, 0, x_40); +x_41 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_42 = l_Except_orElseLazy___rarg(x_30, 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; +x_43 = lean_ctor_get(x_30, 0); +lean_inc(x_43); +lean_dec(x_30); +x_44 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_44, 0, x_16); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_44); +x_46 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_47 = l_Except_orElseLazy___rarg(x_45, x_46); +return x_47; +} +} +} +} +else +{ +lean_object* x_48; lean_object* x_49; +x_48 = lean_array_fget(x_14, x_17); +lean_dec(x_14); +x_49 = l_Lean_Json_getStr_x3f(x_48); +lean_dec(x_48); +if (lean_obj_tag(x_49) == 0) +{ +uint8_t x_50; +lean_dec(x_16); +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +x_51 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_52 = l_Except_orElseLazy___rarg(x_49, x_51); +return x_52; +} +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_53 = lean_ctor_get(x_49, 0); +lean_inc(x_53); +lean_dec(x_49); +x_54 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_56 = l_Except_orElseLazy___rarg(x_54, x_55); +return x_56; +} +} +else +{ +lean_object* x_57; lean_object* x_58; +x_57 = lean_ctor_get(x_49, 0); +lean_inc(x_57); +lean_dec(x_49); +x_58 = l_Lean_SubExpr_Pos_fromString_x3f(x_57); +if (lean_obj_tag(x_58) == 0) +{ +uint8_t x_59; +lean_dec(x_16); +x_59 = !lean_is_exclusive(x_58); +if (x_59 == 0) +{ +lean_object* x_60; lean_object* x_61; +x_60 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_61 = l_Except_orElseLazy___rarg(x_58, x_60); +return x_61; +} +else +{ +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_58, 0); +lean_inc(x_62); +lean_dec(x_58); +x_63 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_63, 0, x_62); +x_64 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_65 = l_Except_orElseLazy___rarg(x_63, x_64); +return x_65; +} +} +else +{ +uint8_t x_66; +x_66 = !lean_is_exclusive(x_58); +if (x_66 == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_67 = lean_ctor_get(x_58, 0); +x_68 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_68, 0, x_16); +lean_ctor_set(x_68, 1, x_67); +lean_ctor_set(x_58, 0, x_68); +x_69 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_70 = l_Except_orElseLazy___rarg(x_58, x_69); +return x_70; +} +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_71 = lean_ctor_get(x_58, 0); +lean_inc(x_71); +lean_dec(x_58); +x_72 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_72, 0, x_16); +lean_ctor_set(x_72, 1, x_71); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_72); +x_74 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_75 = l_Except_orElseLazy___rarg(x_73, x_74); +return x_75; +} +} +} +} +} +} +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("hypType", 7); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3(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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1; +x_5 = lean_unsigned_to_nat(2u); +x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___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_object* x_15; lean_object* x_64; uint8_t x_65; +x_13 = lean_ctor_get(x_6, 0); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_array_get_size(x_13); +x_64 = lean_unsigned_to_nat(0u); +x_65 = lean_nat_dec_lt(x_64, x_14); +if (x_65 == 0) +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = l_Lean_instInhabitedJson; +x_67 = l___private_Init_Util_0__outOfBounds___rarg(x_66); +x_68 = l_Lean_Json_getStr_x3f(x_67); +if (lean_obj_tag(x_68) == 0) +{ +uint8_t x_69; +lean_dec(x_67); +lean_dec(x_14); +lean_dec(x_13); +x_69 = !lean_is_exclusive(x_68); +if (x_69 == 0) +{ +lean_object* x_70; +x_70 = l_Except_orElseLazy___rarg(x_68, x_7); +return x_70; +} +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_68, 0); +lean_inc(x_71); +lean_dec(x_68); +x_72 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_72, 0, x_71); +x_73 = l_Except_orElseLazy___rarg(x_72, x_7); +return x_73; +} +} +else +{ +uint8_t x_74; +x_74 = !lean_is_exclusive(x_68); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_75 = lean_ctor_get(x_68, 0); +x_76 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_77 = lean_string_dec_eq(x_75, x_76); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_79 = lean_string_append(x_78, x_75); +lean_dec(x_75); +x_80 = l_Lean_Syntax_decodeNameLit(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_dec(x_14); +lean_dec(x_13); +x_81 = lean_unsigned_to_nat(80u); +x_82 = l_Lean_Json_pretty(x_67, x_81); +x_83 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_84 = lean_string_append(x_83, x_82); +lean_dec(x_82); +x_85 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_86 = lean_string_append(x_84, x_85); +lean_ctor_set_tag(x_68, 0); +lean_ctor_set(x_68, 0, x_86); +x_87 = l_Except_orElseLazy___rarg(x_68, x_7); +return x_87; +} +else +{ +lean_object* x_88; +lean_free_object(x_68); +lean_dec(x_67); +x_88 = lean_ctor_get(x_80, 0); +lean_inc(x_88); +lean_dec(x_80); +x_15 = x_88; +goto block_63; +} +} +else +{ +lean_object* x_89; +lean_free_object(x_68); +lean_dec(x_75); +lean_dec(x_67); +x_89 = lean_box(0); +x_15 = x_89; +goto block_63; +} +} +else +{ +lean_object* x_90; lean_object* x_91; uint8_t x_92; +x_90 = lean_ctor_get(x_68, 0); +lean_inc(x_90); +lean_dec(x_68); +x_91 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_92 = lean_string_dec_eq(x_90, x_91); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_94 = lean_string_append(x_93, x_90); +lean_dec(x_90); +x_95 = l_Lean_Syntax_decodeNameLit(x_94); +if (lean_obj_tag(x_95) == 0) +{ +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_dec(x_14); +lean_dec(x_13); +x_96 = lean_unsigned_to_nat(80u); +x_97 = l_Lean_Json_pretty(x_67, x_96); +x_98 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_99 = lean_string_append(x_98, x_97); +lean_dec(x_97); +x_100 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_101 = lean_string_append(x_99, x_100); +x_102 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_102, 0, x_101); +x_103 = l_Except_orElseLazy___rarg(x_102, x_7); +return x_103; +} +else +{ +lean_object* x_104; +lean_dec(x_67); +x_104 = lean_ctor_get(x_95, 0); +lean_inc(x_104); +lean_dec(x_95); +x_15 = x_104; +goto block_63; +} +} +else +{ +lean_object* x_105; +lean_dec(x_90); +lean_dec(x_67); +x_105 = lean_box(0); +x_15 = x_105; +goto block_63; +} +} +} +} +else +{ +lean_object* x_106; lean_object* x_107; +x_106 = lean_array_fget(x_13, x_64); +x_107 = l_Lean_Json_getStr_x3f(x_106); +if (lean_obj_tag(x_107) == 0) +{ +uint8_t x_108; +lean_dec(x_106); +lean_dec(x_14); +lean_dec(x_13); +x_108 = !lean_is_exclusive(x_107); +if (x_108 == 0) +{ +lean_object* x_109; +x_109 = l_Except_orElseLazy___rarg(x_107, x_7); +return x_109; +} +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_107, 0); +lean_inc(x_110); +lean_dec(x_107); +x_111 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_111, 0, x_110); +x_112 = l_Except_orElseLazy___rarg(x_111, x_7); +return x_112; +} +} +else +{ +uint8_t x_113; +x_113 = !lean_is_exclusive(x_107); +if (x_113 == 0) +{ +lean_object* x_114; lean_object* x_115; uint8_t x_116; +x_114 = lean_ctor_get(x_107, 0); +x_115 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_116 = lean_string_dec_eq(x_114, x_115); +if (x_116 == 0) +{ +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_118 = lean_string_append(x_117, x_114); +lean_dec(x_114); +x_119 = l_Lean_Syntax_decodeNameLit(x_118); +if (lean_obj_tag(x_119) == 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; lean_object* x_126; +lean_dec(x_14); +lean_dec(x_13); +x_120 = lean_unsigned_to_nat(80u); +x_121 = l_Lean_Json_pretty(x_106, x_120); +x_122 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_123 = lean_string_append(x_122, x_121); +lean_dec(x_121); +x_124 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_125 = lean_string_append(x_123, x_124); +lean_ctor_set_tag(x_107, 0); +lean_ctor_set(x_107, 0, x_125); +x_126 = l_Except_orElseLazy___rarg(x_107, x_7); +return x_126; +} +else +{ +lean_object* x_127; +lean_free_object(x_107); +lean_dec(x_106); +x_127 = lean_ctor_get(x_119, 0); +lean_inc(x_127); +lean_dec(x_119); +x_15 = x_127; +goto block_63; +} +} +else +{ +lean_object* x_128; +lean_free_object(x_107); +lean_dec(x_114); +lean_dec(x_106); +x_128 = lean_box(0); +x_15 = x_128; +goto block_63; +} +} +else +{ +lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_129 = lean_ctor_get(x_107, 0); +lean_inc(x_129); +lean_dec(x_107); +x_130 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_131 = lean_string_dec_eq(x_129, x_130); +if (x_131 == 0) +{ +lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_132 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_133 = lean_string_append(x_132, x_129); +lean_dec(x_129); +x_134 = l_Lean_Syntax_decodeNameLit(x_133); +if (lean_obj_tag(x_134) == 0) +{ +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_dec(x_14); +lean_dec(x_13); +x_135 = lean_unsigned_to_nat(80u); +x_136 = l_Lean_Json_pretty(x_106, x_135); +x_137 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_138 = lean_string_append(x_137, x_136); +lean_dec(x_136); +x_139 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_140 = lean_string_append(x_138, x_139); +x_141 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_141, 0, x_140); +x_142 = l_Except_orElseLazy___rarg(x_141, x_7); +return x_142; +} +else +{ +lean_object* x_143; +lean_dec(x_106); +x_143 = lean_ctor_get(x_134, 0); +lean_inc(x_143); +lean_dec(x_134); +x_15 = x_143; +goto block_63; +} +} +else +{ +lean_object* x_144; +lean_dec(x_129); +lean_dec(x_106); +x_144 = lean_box(0); +x_15 = x_144; +goto block_63; +} +} +} +} +block_63: +{ +lean_object* x_16; uint8_t x_17; +x_16 = lean_unsigned_to_nat(1u); +x_17 = lean_nat_dec_lt(x_16, x_14); +lean_dec(x_14); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_13); +x_18 = l_Lean_instInhabitedJson; +x_19 = l___private_Init_Util_0__outOfBounds___rarg(x_18); +x_20 = l_Lean_Json_getStr_x3f(x_19); +lean_dec(x_19); +if (lean_obj_tag(x_20) == 0) +{ +uint8_t x_21; +lean_dec(x_15); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; +x_22 = l_Except_orElseLazy___rarg(x_20, x_7); +return x_22; +} +else +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_20, 0); +lean_inc(x_23); +lean_dec(x_20); +x_24 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_24, 0, x_23); +x_25 = l_Except_orElseLazy___rarg(x_24, x_7); +return x_25; +} +} +else +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_20, 0); +lean_inc(x_26); +lean_dec(x_20); +x_27 = l_Lean_SubExpr_Pos_fromString_x3f(x_26); +if (lean_obj_tag(x_27) == 0) +{ +uint8_t x_28; +lean_dec(x_15); +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) +{ +lean_object* x_29; +x_29 = l_Except_orElseLazy___rarg(x_27, x_7); +return x_29; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_27, 0); +lean_inc(x_30); +lean_dec(x_27); +x_31 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_32 = l_Except_orElseLazy___rarg(x_31, x_7); +return x_32; +} +} +else +{ +uint8_t x_33; +x_33 = !lean_is_exclusive(x_27); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_27, 0); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_15); +lean_ctor_set(x_35, 1, x_34); +lean_ctor_set(x_27, 0, x_35); +x_36 = l_Except_orElseLazy___rarg(x_27, x_7); +return x_36; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_37 = lean_ctor_get(x_27, 0); +lean_inc(x_37); +lean_dec(x_27); +x_38 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_38, 0, x_15); +lean_ctor_set(x_38, 1, x_37); +x_39 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_39, 0, x_38); +x_40 = l_Except_orElseLazy___rarg(x_39, x_7); +return x_40; +} +} +} +} +else +{ +lean_object* x_41; lean_object* x_42; +x_41 = lean_array_fget(x_13, x_16); +lean_dec(x_13); +x_42 = l_Lean_Json_getStr_x3f(x_41); +lean_dec(x_41); +if (lean_obj_tag(x_42) == 0) +{ +uint8_t x_43; +lean_dec(x_15); +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) +{ +lean_object* x_44; +x_44 = l_Except_orElseLazy___rarg(x_42, x_7); +return x_44; +} +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_42, 0); +lean_inc(x_45); +lean_dec(x_42); +x_46 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_47 = l_Except_orElseLazy___rarg(x_46, x_7); +return x_47; +} +} +else +{ +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_42, 0); +lean_inc(x_48); +lean_dec(x_42); +x_49 = l_Lean_SubExpr_Pos_fromString_x3f(x_48); +if (lean_obj_tag(x_49) == 0) +{ +uint8_t x_50; +lean_dec(x_15); +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) +{ +lean_object* x_51; +x_51 = l_Except_orElseLazy___rarg(x_49, x_7); +return x_51; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_49, 0); +lean_inc(x_52); +lean_dec(x_49); +x_53 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_54 = l_Except_orElseLazy___rarg(x_53, x_7); +return x_54; +} +} +else +{ +uint8_t x_55; +x_55 = !lean_is_exclusive(x_49); +if (x_55 == 0) +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_49, 0); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_15); +lean_ctor_set(x_57, 1, x_56); +lean_ctor_set(x_49, 0, x_57); +x_58 = l_Except_orElseLazy___rarg(x_49, x_7); +return x_58; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_59 = lean_ctor_get(x_49, 0); +lean_inc(x_59); +lean_dec(x_49); +x_60 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_60, 0, x_15); +lean_ctor_set(x_60, 1, x_59); +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_60); +x_62 = l_Except_orElseLazy___rarg(x_61, x_7); +return x_62; +} +} +} +} +} +} +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("hyp", 3); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_box(0); +x_2 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_2, 0, x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2; +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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__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; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1; +x_5 = lean_unsigned_to_nat(1u); +x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___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_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_6, 0); +lean_inc(x_13); +lean_dec(x_6); +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); +lean_dec(x_14); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_13); +x_17 = l_Lean_instInhabitedJson; +x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); +x_19 = l_Lean_Json_getStr_x3f(x_18); +if (lean_obj_tag(x_19) == 0) +{ +uint8_t x_20; +lean_dec(x_18); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) +{ +lean_object* x_21; +x_21 = l_Except_orElseLazy___rarg(x_19, x_7); +return x_21; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_19, 0); +lean_inc(x_22); +lean_dec(x_19); +x_23 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_23, 0, x_22); +x_24 = l_Except_orElseLazy___rarg(x_23, x_7); +return x_24; +} +} +else +{ +uint8_t x_25; +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 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_28 = lean_string_dec_eq(x_26, x_27); +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_30 = lean_string_append(x_29, x_26); +lean_dec(x_26); +x_31 = l_Lean_Syntax_decodeNameLit(x_30); +if (lean_obj_tag(x_31) == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_32 = lean_unsigned_to_nat(80u); +x_33 = l_Lean_Json_pretty(x_18, x_32); +x_34 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_35 = lean_string_append(x_34, x_33); +lean_dec(x_33); +x_36 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_37 = lean_string_append(x_35, x_36); +lean_ctor_set_tag(x_19, 0); +lean_ctor_set(x_19, 0, x_37); +x_38 = l_Except_orElseLazy___rarg(x_19, x_7); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +lean_dec(x_18); +x_39 = lean_ctor_get(x_31, 0); +lean_inc(x_39); +lean_dec(x_31); +x_40 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_19, 0, x_40); +x_41 = l_Except_orElseLazy___rarg(x_19, x_7); +return x_41; +} +} +else +{ +lean_object* x_42; lean_object* x_43; +lean_free_object(x_19); +lean_dec(x_26); +lean_dec(x_18); +x_42 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; +x_43 = l_Except_orElseLazy___rarg(x_42, x_7); +return x_43; +} +} +else +{ +lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_44 = lean_ctor_get(x_19, 0); +lean_inc(x_44); +lean_dec(x_19); +x_45 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_46 = lean_string_dec_eq(x_44, x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_48 = lean_string_append(x_47, x_44); +lean_dec(x_44); +x_49 = l_Lean_Syntax_decodeNameLit(x_48); +if (lean_obj_tag(x_49) == 0) +{ +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; +x_50 = lean_unsigned_to_nat(80u); +x_51 = l_Lean_Json_pretty(x_18, x_50); +x_52 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_53 = lean_string_append(x_52, x_51); +lean_dec(x_51); +x_54 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_55 = lean_string_append(x_53, x_54); +x_56 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_57 = l_Except_orElseLazy___rarg(x_56, x_7); +return x_57; +} +else +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +lean_dec(x_18); +x_58 = lean_ctor_get(x_49, 0); +lean_inc(x_58); +lean_dec(x_49); +x_59 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_59, 0, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = l_Except_orElseLazy___rarg(x_60, x_7); +return x_61; +} +} +else +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_44); +lean_dec(x_18); +x_62 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; +x_63 = l_Except_orElseLazy___rarg(x_62, x_7); +return x_63; +} +} +} +} +else +{ +lean_object* x_64; lean_object* x_65; +x_64 = lean_array_fget(x_13, x_15); +lean_dec(x_13); +x_65 = l_Lean_Json_getStr_x3f(x_64); +if (lean_obj_tag(x_65) == 0) +{ +uint8_t x_66; +lean_dec(x_64); +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) +{ +lean_object* x_67; +x_67 = l_Except_orElseLazy___rarg(x_65, x_7); +return x_67; +} +else +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_65, 0); +lean_inc(x_68); +lean_dec(x_65); +x_69 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_69, 0, x_68); +x_70 = l_Except_orElseLazy___rarg(x_69, x_7); +return x_70; +} +} +else +{ +uint8_t x_71; +x_71 = !lean_is_exclusive(x_65); +if (x_71 == 0) +{ +lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_72 = lean_ctor_get(x_65, 0); +x_73 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_74 = lean_string_dec_eq(x_72, x_73); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_76 = lean_string_append(x_75, x_72); +lean_dec(x_72); +x_77 = l_Lean_Syntax_decodeNameLit(x_76); +if (lean_obj_tag(x_77) == 0) +{ +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_78 = lean_unsigned_to_nat(80u); +x_79 = l_Lean_Json_pretty(x_64, x_78); +x_80 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_81 = lean_string_append(x_80, x_79); +lean_dec(x_79); +x_82 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_83 = lean_string_append(x_81, x_82); +lean_ctor_set_tag(x_65, 0); +lean_ctor_set(x_65, 0, x_83); +x_84 = l_Except_orElseLazy___rarg(x_65, x_7); +return x_84; +} +else +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_dec(x_64); +x_85 = lean_ctor_get(x_77, 0); +lean_inc(x_85); +lean_dec(x_77); +x_86 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_65, 0, x_86); +x_87 = l_Except_orElseLazy___rarg(x_65, x_7); +return x_87; +} +} +else +{ +lean_object* x_88; lean_object* x_89; +lean_free_object(x_65); +lean_dec(x_72); +lean_dec(x_64); +x_88 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; +x_89 = l_Except_orElseLazy___rarg(x_88, x_7); +return x_89; +} +} +else +{ +lean_object* x_90; lean_object* x_91; uint8_t x_92; +x_90 = lean_ctor_get(x_65, 0); +lean_inc(x_90); +lean_dec(x_65); +x_91 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_92 = lean_string_dec_eq(x_90, x_91); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_94 = lean_string_append(x_93, x_90); +lean_dec(x_90); +x_95 = l_Lean_Syntax_decodeNameLit(x_94); +if (lean_obj_tag(x_95) == 0) +{ +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; +x_96 = lean_unsigned_to_nat(80u); +x_97 = l_Lean_Json_pretty(x_64, x_96); +x_98 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_99 = lean_string_append(x_98, x_97); +lean_dec(x_97); +x_100 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_101 = lean_string_append(x_99, x_100); +x_102 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_102, 0, x_101); +x_103 = l_Except_orElseLazy___rarg(x_102, x_7); +return x_103; +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +lean_dec(x_64); +x_104 = lean_ctor_get(x_95, 0); +lean_inc(x_104); +lean_dec(x_95); +x_105 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_105, 0, x_104); +x_106 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_106, 0, x_105); +x_107 = l_Except_orElseLazy___rarg(x_106, x_7); +return x_107; +} +} +else +{ +lean_object* x_108; lean_object* x_109; +lean_dec(x_90); +lean_dec(x_64); +x_108 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; +x_109 = l_Except_orElseLazy___rarg(x_108, x_7); +return x_109; +} +} +} +} +} +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("target", 6); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_(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 = lean_box(0); +x_3 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1; +x_4 = lean_unsigned_to_nat(1u); +x_5 = l_Lean_Json_parseTagged(x_1, x_3, x_4, x_2); +x_6 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___boxed), 3, 2); +lean_closure_set(x_6, 0, x_1); +lean_closure_set(x_6, 1, x_2); +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_object* x_14; uint8_t x_15; +x_12 = lean_ctor_get(x_5, 0); +lean_inc(x_12); +lean_dec(x_5); +x_13 = lean_array_get_size(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +lean_dec(x_13); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +lean_dec(x_12); +x_16 = l_Lean_instInhabitedJson; +x_17 = l___private_Init_Util_0__outOfBounds___rarg(x_16); +x_18 = l_Lean_Json_getStr_x3f(x_17); +lean_dec(x_17); +if (lean_obj_tag(x_18) == 0) +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +lean_object* x_20; +x_20 = l_Except_orElseLazy___rarg(x_18, x_6); +return x_20; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_18, 0); +lean_inc(x_21); +lean_dec(x_18); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_21); +x_23 = l_Except_orElseLazy___rarg(x_22, x_6); +return x_23; +} +} +else +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_18, 0); +lean_inc(x_24); +lean_dec(x_18); +x_25 = l_Lean_SubExpr_Pos_fromString_x3f(x_24); +if (lean_obj_tag(x_25) == 0) +{ +uint8_t x_26; +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) +{ +lean_object* x_27; +x_27 = l_Except_orElseLazy___rarg(x_25, x_6); +return x_27; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_25, 0); +lean_inc(x_28); +lean_dec(x_25); +x_29 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_29, 0, x_28); +x_30 = l_Except_orElseLazy___rarg(x_29, x_6); +return x_30; +} +} +else +{ +uint8_t x_31; +x_31 = !lean_is_exclusive(x_25); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_25, 0); +x_33 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_25, 0, x_33); +x_34 = l_Except_orElseLazy___rarg(x_25, x_6); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_25, 0); +lean_inc(x_35); +lean_dec(x_25); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Except_orElseLazy___rarg(x_37, x_6); +return x_38; +} +} +} +} +else +{ +lean_object* x_39; lean_object* x_40; +x_39 = lean_array_fget(x_12, x_14); +lean_dec(x_12); +x_40 = l_Lean_Json_getStr_x3f(x_39); +lean_dec(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; +x_42 = l_Except_orElseLazy___rarg(x_40, x_6); +return x_42; +} +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_40, 0); +lean_inc(x_43); +lean_dec(x_40); +x_44 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_44, 0, x_43); +x_45 = l_Except_orElseLazy___rarg(x_44, x_6); +return x_45; +} +} +else +{ +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_40, 0); +lean_inc(x_46); +lean_dec(x_40); +x_47 = l_Lean_SubExpr_Pos_fromString_x3f(x_46); +if (lean_obj_tag(x_47) == 0) +{ +uint8_t x_48; +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = l_Except_orElseLazy___rarg(x_47, x_6); +return x_49; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_47, 0); +lean_inc(x_50); +lean_dec(x_47); +x_51 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_51, 0, x_50); +x_52 = l_Except_orElseLazy___rarg(x_51, x_6); +return x_52; +} +} +else +{ +uint8_t x_53; +x_53 = !lean_is_exclusive(x_47); +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_47, 0); +x_55 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_47, 0, x_55); +x_56 = l_Except_orElseLazy___rarg(x_47, 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_ctor_get(x_47, 0); +lean_inc(x_57); +lean_dec(x_47); +x_58 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_58, 0, x_57); +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_58); +x_60 = l_Except_orElseLazy___rarg(x_59, x_6); +return x_60; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2(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___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3(x_1, x_2, x_3); +lean_dec(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4(x_1, x_2, x_3); +lean_dec(x_3); +return x_4; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonGoalLocation___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonGoalLocation() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_SubExpr_instFromJsonGoalLocation___closed__1; +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(2u); +x_2 = lean_mk_empty_array_with_capacity(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_(lean_object* x_1) { +_start: +{ +switch (lean_obj_tag(x_1)) { +case 0: +{ +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_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +lean_dec(x_1); +x_3 = 1; +x_4 = l_Lean_Name_toString(x_2, x_3); +x_5 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_5, 0, x_4); +x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___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 = l_Lean_Json_mkObj(x_9); +return x_10; +} +case 1: +{ +lean_object* x_11; lean_object* 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; 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_11 = lean_ctor_get(x_1, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_1, 1); +lean_inc(x_12); +lean_dec(x_1); +x_13 = 1; +x_14 = l_Lean_Name_toString(x_11, x_13); +x_15 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_15, 0, x_14); +x_16 = l_Lean_SubExpr_Pos_toString(x_12); +x_17 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_17, 0, x_16); +x_18 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1; +x_19 = lean_array_push(x_18, x_15); +x_20 = lean_array_push(x_19, x_17); +x_21 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_21, 0, x_20); +x_22 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1; +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_21); +x_24 = lean_box(0); +x_25 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +x_26 = l_Lean_Json_mkObj(x_25); +return x_26; +} +case 2: +{ +lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_27 = lean_ctor_get(x_1, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_1, 1); +lean_inc(x_28); +lean_dec(x_1); +x_29 = 1; +x_30 = l_Lean_Name_toString(x_27, x_29); +x_31 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_32 = l_Lean_SubExpr_Pos_toString(x_28); +x_33 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_33, 0, x_32); +x_34 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1; +x_35 = lean_array_push(x_34, x_31); +x_36 = lean_array_push(x_35, x_33); +x_37 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1; +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_37); +x_40 = lean_box(0); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Lean_Json_mkObj(x_41); +return x_42; +} +default: +{ +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; +x_43 = lean_ctor_get(x_1, 0); +lean_inc(x_43); +lean_dec(x_1); +x_44 = l_Lean_SubExpr_Pos_toString(x_43); +x_45 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_45, 0, x_44); +x_46 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1; +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_45); +x_48 = lean_box(0); +x_49 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +x_50 = l_Lean_Json_mkObj(x_49); +return x_50; +} +} +} +} +static lean_object* _init_l_Lean_SubExpr_instToJsonGoalLocation___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instToJsonGoalLocation() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_SubExpr_instToJsonGoalLocation___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_getStr_x3f(x_3); +if (lean_obj_tag(x_4) == 0) +{ +uint8_t x_5; +lean_dec(x_3); +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 +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_4); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_4, 0); +x_10 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_11 = lean_string_dec_eq(x_9, x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_13 = lean_string_append(x_12, x_9); +lean_dec(x_9); +x_14 = l_Lean_Syntax_decodeNameLit(x_13); +if (lean_obj_tag(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; +x_15 = lean_unsigned_to_nat(80u); +x_16 = l_Lean_Json_pretty(x_3, x_15); +x_17 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_18 = lean_string_append(x_17, x_16); +lean_dec(x_16); +x_19 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_20 = lean_string_append(x_18, x_19); +lean_ctor_set_tag(x_4, 0); +lean_ctor_set(x_4, 0, x_20); +return x_4; +} +else +{ +lean_object* x_21; +lean_dec(x_3); +x_21 = lean_ctor_get(x_14, 0); +lean_inc(x_21); +lean_dec(x_14); +lean_ctor_set(x_4, 0, x_21); +return x_4; +} +} +else +{ +lean_object* x_22; +lean_free_object(x_4); +lean_dec(x_9); +lean_dec(x_3); +x_22 = l_Lean_SubExpr_instFromJsonFVarId___closed__5; +return x_22; +} +} +else +{ +lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_ctor_get(x_4, 0); +lean_inc(x_23); +lean_dec(x_4); +x_24 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_25 = lean_string_dec_eq(x_23, x_24); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_27 = lean_string_append(x_26, x_23); +lean_dec(x_23); +x_28 = l_Lean_Syntax_decodeNameLit(x_27); +if (lean_obj_tag(x_28) == 0) +{ +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_29 = lean_unsigned_to_nat(80u); +x_30 = l_Lean_Json_pretty(x_3, x_29); +x_31 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_32 = lean_string_append(x_31, x_30); +lean_dec(x_30); +x_33 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_34 = lean_string_append(x_32, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +return x_35; +} +else +{ +lean_object* x_36; lean_object* x_37; +lean_dec(x_3); +x_36 = lean_ctor_get(x_28, 0); +lean_inc(x_36); +lean_dec(x_28); +x_37 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_37, 0, x_36); +return x_37; +} +} +else +{ +lean_object* x_38; +lean_dec(x_23); +lean_dec(x_3); +x_38 = l_Lean_SubExpr_instFromJsonFVarId___closed__5; +return x_38; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_(x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("mvarId", 6); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Lean", 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("SubExpr", 7); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("GoalsLocation", 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3; +x_3 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(".", 1); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(": ", 2); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("loc", 3); +return x_1; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007_(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13; +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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13; +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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18; +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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18; +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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007_(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____boxed), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instFromJsonGoalsLocation() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2118_(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; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +x_3 = 1; +x_4 = l_Lean_Name_toString(x_2, x_3); +x_5 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_5, 0, x_4); +x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____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_ctor_get(x_1, 1); +lean_inc(x_10); +lean_dec(x_1); +x_11 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_(x_10); +x_12 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; +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 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_8); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_9); +lean_ctor_set(x_16, 1, x_15); +x_17 = l_List_join___rarg(x_16); +x_18 = l_Lean_Json_mkObj(x_17); +return x_18; +} +} +static lean_object* _init_l_Lean_SubExpr_instToJsonGoalsLocation___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2118_), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_SubExpr_instToJsonGoalsLocation() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_SubExpr_instToJsonGoalsLocation___closed__1; +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_Expr_traverseAppWithPos___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -2326,6 +5127,88 @@ l_Lean_SubExpr_bindingDomain_x21___closed__1 = _init_l_Lean_SubExpr_bindingDomai lean_mark_persistent(l_Lean_SubExpr_bindingDomain_x21___closed__1); l_Lean_SubExpr_bindingDomain_x21___closed__2 = _init_l_Lean_SubExpr_bindingDomain_x21___closed__2(); lean_mark_persistent(l_Lean_SubExpr_bindingDomain_x21___closed__2); +l_Lean_SubExpr_instFromJsonFVarId___closed__1 = _init_l_Lean_SubExpr_instFromJsonFVarId___closed__1(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__1); +l_Lean_SubExpr_instFromJsonFVarId___closed__2 = _init_l_Lean_SubExpr_instFromJsonFVarId___closed__2(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__2); +l_Lean_SubExpr_instFromJsonFVarId___closed__3 = _init_l_Lean_SubExpr_instFromJsonFVarId___closed__3(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__3); +l_Lean_SubExpr_instFromJsonFVarId___closed__4 = _init_l_Lean_SubExpr_instFromJsonFVarId___closed__4(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__4); +l_Lean_SubExpr_instFromJsonFVarId___closed__5 = _init_l_Lean_SubExpr_instFromJsonFVarId___closed__5(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__5); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1); +l_Lean_SubExpr_instFromJsonGoalLocation___closed__1 = _init_l_Lean_SubExpr_instFromJsonGoalLocation___closed__1(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalLocation___closed__1); +l_Lean_SubExpr_instFromJsonGoalLocation = _init_l_Lean_SubExpr_instFromJsonGoalLocation(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalLocation); +l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1); +l_Lean_SubExpr_instToJsonGoalLocation___closed__1 = _init_l_Lean_SubExpr_instToJsonGoalLocation___closed__1(); +lean_mark_persistent(l_Lean_SubExpr_instToJsonGoalLocation___closed__1); +l_Lean_SubExpr_instToJsonGoalLocation = _init_l_Lean_SubExpr_instToJsonGoalLocation(); +lean_mark_persistent(l_Lean_SubExpr_instToJsonGoalLocation); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18); +l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1 = _init_l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1); +l_Lean_SubExpr_instFromJsonGoalsLocation = _init_l_Lean_SubExpr_instFromJsonGoalsLocation(); +lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalsLocation); +l_Lean_SubExpr_instToJsonGoalsLocation___closed__1 = _init_l_Lean_SubExpr_instToJsonGoalsLocation___closed__1(); +lean_mark_persistent(l_Lean_SubExpr_instToJsonGoalsLocation___closed__1); +l_Lean_SubExpr_instToJsonGoalsLocation = _init_l_Lean_SubExpr_instToJsonGoalsLocation(); +lean_mark_persistent(l_Lean_SubExpr_instToJsonGoalsLocation); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Util/Trace.c b/stage0/stdlib/Lean/Util/Trace.c index 046cd4700d0d..fcb73e3b2f88 100644 --- a/stage0/stdlib/Lean/Util/Trace.c +++ b/stage0/stdlib/Lean/Util/Trace.c @@ -23,69 +23,72 @@ LEAN_EXPORT lean_object* l_Lean_addTrace___rarg___lambda__1(lean_object*, lean_o static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__20; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__28; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__28; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__5___rarg___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__6; static lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__5___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNode___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*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__4; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___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*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode_x27___rarg___closed__1; -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__3(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_EXPORT lean_object* l_Lean_exceptOptionEmoji(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_PersistentArray_forIn___at_Lean_printTraces___spec__1(lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__18; lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadTrace___rarg(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__12; +LEAN_EXPORT lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952_; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___rarg___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__33; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg(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_EXPORT lean_object* l_Lean_withTraceNode___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*, uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_instExceptToEmojiOption(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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*, uint8_t, lean_object*); +double lean_float_div(double, double); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__24; LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__13; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__16; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__7; LEAN_EXPORT lean_object* l_Lean_exceptBoolEmoji(lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__11; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__31; LEAN_EXPORT lean_object* l_Lean_resetTraceState___rarg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_modifyTraces___rarg(lean_object*, lean_object*); static lean_object* l_Lean_TraceState_traces___default___closed__2; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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_withTraceNodeBefore___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_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__44; static lean_object* l_Lean_TraceState_traces___default___closed__3; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__17; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__8; +LEAN_EXPORT lean_object* l_Lean_withSeconds(lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__16; static lean_object* l_Lean_registerTraceClass___closed__1; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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*, uint8_t, lean_object*); +static double l_Lean_withSeconds___rarg___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_doElemTrace_x5b___x5d____; LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getTraces(lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__22; LEAN_EXPORT lean_object* l_Lean_exceptBoolEmoji___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_printTraces___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__48; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__4(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_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__4(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*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__41; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__9; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__17; LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__5; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__23; -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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_EXPORT lean_object* l_Lean_withTraceNodeBefore___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setTraceState___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__39; @@ -93,18 +96,19 @@ LEAN_EXPORT lean_object* l_Lean_traceM(lean_object*); static lean_object* l_Lean_crossEmoji___closed__1; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__19; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__23; -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_printTraces___spec__1___rarg___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedTraceElem___closed__2; -LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___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_withSeconds___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__16; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___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*, uint8_t); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__15; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__28; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_instInhabitedTraceState___closed__4; @@ -114,21 +118,20 @@ lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TraceState_traces___default; LEAN_EXPORT uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9; LEAN_EXPORT lean_object* l_Lean_instInhabitedTraceState; +static lean_object* l_Lean_withOptProfile___rarg___closed__1; lean_object* l_Lean_Exception_toMessageData(lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__21; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_printTraces___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__13; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__27; +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_resetTraceState___rarg(lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_withTraceNodeBefore___rarg___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*); static lean_object* l_Lean_instInhabitedTraceElem___closed__1; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__36; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__18; LEAN_EXPORT lean_object* l_Lean_resetTraceState(lean_object*); static lean_object* l_Lean_instInhabitedTraceState___closed__2; static lean_object* l_Lean_instExceptToEmojiOption___closed__1; @@ -141,18 +144,22 @@ static lean_object* l___private_Lean_Util_Trace_0__Lean_checkTraceOption___close LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4(lean_object*); static lean_object* l_Lean_bombEmoji___closed__1; size_t lean_usize_of_nat(lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; uint8_t l_Lean_HashSetImp_contains___at_Lean_NameHashSet_contains___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3___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___auto____x40_Lean_Util_Trace___hyg_1579____closed__24; +static lean_object* l_Lean_withTraceNode___rarg___lambda__5___closed__5; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__19; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__29; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__2; -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__4(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_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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*, uint8_t, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadTrace___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__3; static lean_object* l_Lean_resetTraceState___rarg___closed__1; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__20; +static lean_object* l_Lean_withOptProfile___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_setTraceState___rarg___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__20; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3___rarg___lambda__3(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); @@ -160,11 +167,10 @@ static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doEle lean_object* l_Lean_Syntax_node6(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_printTraces___spec__2(lean_object*); lean_object* l_Lean_HashSetImp_insert___at_Lean_NameHashSet_insert___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__56; LEAN_EXPORT lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__10; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_printTraces___spec__2___rarg___lambda__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_resetTraceState___rarg___lambda__1___boxed(lean_object*); @@ -173,48 +179,50 @@ LEAN_EXPORT lean_object* l_Lean_printTraces(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__10; LEAN_EXPORT lean_object* l_Lean_setTraceState___rarg___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__5(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_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__5(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_EXPORT lean_object* l_Lean_traceM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__26; lean_object* l_Lean_quoteNameMk(lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__19; LEAN_EXPORT lean_object* l_Lean_bombEmoji; LEAN_EXPORT lean_object* l_Lean_checkEmoji; lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3; LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getTraces___rarg___lambda__1(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__26; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__12; uint8_t l_List_isEmpty___rarg(lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__15; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__8(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_EXPORT lean_object* l_Lean_printTraces___rarg___lambda__1(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__22; +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption_go(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__47; lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__50; lean_object* l_Lean_Name_append(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__16; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___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*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__5___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__51; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__2; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__15; -static lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__3; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__21; LEAN_EXPORT lean_object* l_Lean_instInhabitedTraceElem; -static lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__4; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__11; +static lean_object* l_Lean_withTraceNode___rarg___lambda__5___closed__1; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__24; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___rarg___lambda__1(lean_object*, lean_object*, uint8_t, 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_object* l_Lean_getBoolOption___rarg(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__46; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -222,43 +230,50 @@ lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__27; static lean_object* l_Lean_instExceptToEmojiBool___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___rarg___lambda__2(lean_object*); +static lean_object* l_Lean_withTraceNode___rarg___lambda__5___closed__6; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__6; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__9; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__8; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_traceM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__8; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__25; +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg___lambda__3(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__1; LEAN_EXPORT lean_object* l_Lean_trace(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__6; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__5; lean_object* lean_register_option(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_printTraces___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_EXPORT lean_object* l_Lean_traceM___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_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3___rarg___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___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__22; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__5; static lean_object* l_Lean_TraceState_traces___default___closed__1; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__49; +static lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__1; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__1; -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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*, uint8_t); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__25; +double l_Float_ofScientific(lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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*, uint8_t); LEAN_EXPORT lean_object* l_Lean_crossEmoji; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__21; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___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_EXPORT lean_object* l_Lean_withTraceNode___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*); LEAN_EXPORT lean_object* l_Lean_registerTraceClass___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile(lean_object*, lean_object*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__18; LEAN_EXPORT lean_object* l_Lean_trace___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__24; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__4; lean_object* l_MonadExcept_ofExcept___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___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_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___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_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_printTraces___rarg___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__11; @@ -268,31 +283,36 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__10; lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__9; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__32; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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_withTraceNode___rarg___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*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__18; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__6; static lean_object* l___private_Lean_Util_Trace_0__Lean_checkTraceOption___closed__1; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___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_EXPORT lean_object* l_Lean_withTraceNode___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*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__12; +lean_object* lean_float_to_string(double); static lean_object* l_Lean_initFn____x40_Lean_Util_Trace___hyg_79____closed__1; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__55; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__23; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__5___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__14; +static lean_object* l_Lean_withTraceNode___rarg___lambda__5___closed__4; +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__20; -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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_EXPORT lean_object* l_Lean_withTraceNode___rarg___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* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__15; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__2(lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__14; LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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___auto____x40_Lean_Util_Trace___hyg_1579____closed__13; -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__7; +lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__30; +static lean_object* l_Lean_withOptProfile___rarg___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1(lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__43; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___rarg___lambda__1(lean_object*); @@ -300,7 +320,6 @@ LEAN_EXPORT lean_object* l_Lean_instMonadTrace(lean_object*, lean_object*); lean_object* l_IO_println___at_Lean_instEval__1___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__3; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__37; -static lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__2; static lean_object* l_Lean_isTracingEnabledFor___rarg___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__23; @@ -308,18 +327,23 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__ LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore(lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_checkTraceOption___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__15; +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_String_intercalate(lean_object*, lean_object*); -static lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_IO_monoNanosNow___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__4___rarg___lambda__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_printTraces___spec__1___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exceptOptionEmoji___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_checkTraceOption_go___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__54; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__7; static lean_object* l_Lean_instInhabitedTraceState___closed__1; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__13; +static lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__2; lean_object* l_Lean_KVMap_findCore(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_printTraces___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -327,18 +351,22 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__ LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Util_Trace___hyg_79_(lean_object*); static size_t l_Lean_instInhabitedTraceState___closed__3; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_withTraceNode___rarg___lambda__5___closed__2; LEAN_EXPORT lean_object* l_Lean_addRawTrace___rarg___lambda__1(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___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__7; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__8; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__40; +static lean_object* l_Lean_withTraceNode___rarg___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_addTrace___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__4; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579____closed__5; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_instExceptToEmojiBool(lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__25; +static lean_object* l_Lean_withOptProfile___rarg___lambda__3___closed__2; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__11; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__11; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_addRawTrace___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_registerTraceClass___closed__2; @@ -349,29 +377,33 @@ static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doEle LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_printTraces___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_printTraces___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___rarg___closed__1; +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__4; LEAN_EXPORT lean_object* l_Lean_addTrace(lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__19; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_printTraces___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__42; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__35; lean_object* l_String_toSubstring_x27(lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_printTraces___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__34; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__17; LEAN_EXPORT lean_object* l_Lean_trace___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addRawTrace___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_trace___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__12; lean_object* l_Lean_MessageData_format(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Util_Trace___hyg_1952____closed__27; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__45; static lean_object* l_Lean_doElemTrace_x5b___x5d_______closed__12; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__17; static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__21; static lean_object* l_Lean_checkEmoji___closed__1; -LEAN_EXPORT lean_object* l___auto____x40_Lean_Util_Trace___hyg_1579_; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_printTraces___spec__2___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__38; LEAN_EXPORT lean_object* l_Lean_modifyTraces(lean_object*); @@ -2436,6 +2468,263 @@ x_11 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg(x_1, x_2, x_3, x_ return x_11; } } +static double _init_l_Lean_withSeconds___rarg___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___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; lean_object* x_7; uint8_t x_8; lean_object* x_9; double x_10; double x_11; double x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); +lean_dec(x_1); +x_6 = lean_ctor_get(x_5, 1); +lean_inc(x_6); +lean_dec(x_5); +x_7 = lean_nat_sub(x_4, x_2); +x_8 = 0; +x_9 = lean_unsigned_to_nat(0u); +x_10 = l_Float_ofScientific(x_7, x_8, x_9); +lean_dec(x_7); +x_11 = l_Lean_withSeconds___rarg___lambda__1___closed__1; +x_12 = lean_float_div(x_10, x_11); +x_13 = lean_box_float(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_3); +lean_ctor_set(x_14, 1, x_13); +x_15 = lean_apply_2(x_6, lean_box(0), x_14); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___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_Lean_withSeconds___rarg___lambda__1___boxed), 4, 3); +lean_closure_set(x_6, 0, x_1); +lean_closure_set(x_6, 1, x_2); +lean_closure_set(x_6, 2, x_5); +x_7 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_4, x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; +lean_inc(x_2); +x_6 = lean_alloc_closure((void*)(l_Lean_withSeconds___rarg___lambda__2), 5, 4); +lean_closure_set(x_6, 0, x_1); +lean_closure_set(x_6, 1, x_5); +lean_closure_set(x_6, 2, x_2); +lean_closure_set(x_6, 3, x_3); +x_7 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_4, x_6); +return x_7; +} +} +static lean_object* _init_l_Lean_withSeconds___rarg___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_IO_monoNanosNow___boxed), 1, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___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; +x_4 = lean_ctor_get(x_1, 1); +lean_inc(x_4); +x_5 = l_Lean_withSeconds___rarg___closed__1; +x_6 = lean_apply_2(x_2, lean_box(0), x_5); +lean_inc(x_6); +lean_inc(x_4); +x_7 = lean_alloc_closure((void*)(l_Lean_withSeconds___rarg___lambda__3), 5, 4); +lean_closure_set(x_7, 0, x_1); +lean_closure_set(x_7, 1, x_4); +lean_closure_set(x_7, 2, x_6); +lean_closure_set(x_7, 3, x_3); +x_8 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_6, x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_Lean_withSeconds___rarg), 3, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___rarg___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_withSeconds___rarg___lambda__1(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_withOptProfile___rarg___lambda__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = lean_box(0); +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_withOptProfile___rarg___lambda__2(lean_object* x_1) { +_start: +{ +uint8_t x_2; +x_2 = !lean_is_exclusive(x_1); +if (x_2 == 0) +{ +lean_object* x_3; lean_object* x_4; +x_3 = lean_ctor_get(x_1, 1); +x_4 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_1, 1, x_4); +return x_1; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_ctor_get(x_1, 1); +lean_inc(x_6); +lean_inc(x_5); +lean_dec(x_1); +x_7 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_7, 0, x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_5); +lean_ctor_set(x_8, 1, x_7); +return x_8; +} +} +} +static lean_object* _init_l_Lean_withOptProfile___rarg___lambda__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_withOptProfile___rarg___lambda__1), 1, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___rarg___lambda__3___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_withOptProfile___rarg___lambda__2), 1, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4) { +_start: +{ +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +lean_dec(x_3); +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); +lean_dec(x_1); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +lean_dec(x_5); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = l_Lean_withOptProfile___rarg___lambda__3___closed__1; +x_9 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_8, x_2); +return x_9; +} +else +{ +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_10 = lean_ctor_get(x_1, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +lean_dec(x_11); +x_13 = l_Lean_withSeconds___rarg(x_1, x_3, x_2); +x_14 = l_Lean_withOptProfile___rarg___lambda__3___closed__2; +x_15 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_14, x_13); +return x_15; +} +} +} +static lean_object* _init_l_Lean_withOptProfile___rarg___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("profiler", 8); +return x_1; +} +} +static lean_object* _init_l_Lean_withOptProfile___rarg___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_withOptProfile___rarg___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_5 = lean_ctor_get(x_1, 1); +lean_inc(x_5); +x_6 = l_Lean_withOptProfile___rarg___closed__2; +x_7 = 0; +lean_inc(x_1); +x_8 = l_Lean_getBoolOption___rarg(x_1, x_3, x_6, x_7); +x_9 = lean_alloc_closure((void*)(l_Lean_withOptProfile___rarg___lambda__3___boxed), 4, 3); +lean_closure_set(x_9, 0, x_1); +lean_closure_set(x_9, 1, x_4); +lean_closure_set(x_9, 2, x_2); +x_10 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_8, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_Lean_withOptProfile___rarg), 4, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_withOptProfile___rarg___lambda__3___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_4); +lean_dec(x_4); +x_6 = l_Lean_withOptProfile___rarg___lambda__3(x_1, x_2, x_3, x_5); +return x_6; +} +} LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -2476,107 +2765,256 @@ x_5 = l_MonadExcept_ofExcept___rarg(x_1, x_2, x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t 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_13; lean_object* x_14; lean_object* x_15; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_inc(x_1); -x_13 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_8); -x_14 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__3___boxed), 4, 3); -lean_closure_set(x_14, 0, x_1); -lean_closure_set(x_14, 1, x_9); -lean_closure_set(x_14, 2, x_10); -x_15 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +x_14 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_8); +x_15 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__3___boxed), 4, 3); +lean_closure_set(x_15, 0, x_1); +lean_closure_set(x_15, 1, x_9); +lean_closure_set(x_15, 2, x_10); +x_16 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_14, x_15); +return x_16; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +static lean_object* _init_l_Lean_withTraceNode___rarg___lambda__5___closed__1() { _start: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -lean_inc(x_12); -x_13 = lean_apply_1(x_1, x_12); -x_14 = lean_box(x_9); +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___rarg___lambda__5___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___rarg___lambda__5___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___rarg___lambda__5___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("s] ", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___rarg___lambda__5___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___rarg___lambda__5___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_withTraceNode___rarg___lambda__5___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("", 0); +return x_1; +} +} +static lean_object* _init_l_Lean_withTraceNode___rarg___lambda__5___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___rarg___lambda__5___closed__5; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t 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_12) == 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; lean_object* x_20; +x_14 = lean_ctor_get(x_1, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = lean_box(0); +x_17 = lean_apply_2(x_15, lean_box(0), x_16); +x_18 = lean_box(x_8); lean_inc(x_11); -x_15 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__4___boxed), 12, 11); -lean_closure_set(x_15, 0, x_2); -lean_closure_set(x_15, 1, x_3); -lean_closure_set(x_15, 2, x_4); -lean_closure_set(x_15, 3, x_5); -lean_closure_set(x_15, 4, x_6); -lean_closure_set(x_15, 5, x_7); -lean_closure_set(x_15, 6, x_8); -lean_closure_set(x_15, 7, x_14); -lean_closure_set(x_15, 8, x_10); -lean_closure_set(x_15, 9, x_12); -lean_closure_set(x_15, 10, x_11); -x_16 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_13, x_15); -return x_16; +x_19 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__4___boxed), 13, 12); +lean_closure_set(x_19, 0, x_1); +lean_closure_set(x_19, 1, x_2); +lean_closure_set(x_19, 2, x_3); +lean_closure_set(x_19, 3, x_4); +lean_closure_set(x_19, 4, x_5); +lean_closure_set(x_19, 5, x_6); +lean_closure_set(x_19, 6, x_7); +lean_closure_set(x_19, 7, x_18); +lean_closure_set(x_19, 8, x_9); +lean_closure_set(x_19, 9, x_10); +lean_closure_set(x_19, 10, x_11); +lean_closure_set(x_19, 11, x_13); +x_20 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_17, x_19); +return x_20; +} +else +{ +lean_object* x_21; double 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; +x_21 = lean_ctor_get(x_12, 0); +lean_inc(x_21); +lean_dec(x_12); +x_22 = lean_unbox_float(x_21); +lean_dec(x_21); +x_23 = lean_float_to_string(x_22); +x_24 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_24, 0, x_23); +x_25 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_25, 0, x_24); +x_26 = l_Lean_withTraceNode___rarg___lambda__5___closed__2; +x_27 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_25); +x_28 = l_Lean_withTraceNode___rarg___lambda__5___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); +x_30 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_13); +x_31 = l_Lean_withTraceNode___rarg___lambda__5___closed__6; +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 = lean_ctor_get(x_1, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +lean_dec(x_33); +x_35 = lean_box(0); +x_36 = lean_apply_2(x_34, lean_box(0), x_35); +x_37 = lean_box(x_8); +lean_inc(x_11); +x_38 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__4___boxed), 13, 12); +lean_closure_set(x_38, 0, x_1); +lean_closure_set(x_38, 1, x_2); +lean_closure_set(x_38, 2, x_3); +lean_closure_set(x_38, 3, x_4); +lean_closure_set(x_38, 4, x_5); +lean_closure_set(x_38, 5, x_6); +lean_closure_set(x_38, 6, x_7); +lean_closure_set(x_38, 7, x_37); +lean_closure_set(x_38, 8, x_9); +lean_closure_set(x_38, 9, x_10); +lean_closure_set(x_38, 10, x_11); +lean_closure_set(x_38, 11, x_32); +x_39 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_36, x_38); +return x_39; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_11, lean_object* x_12) { +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t 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; lean_object* x_20; -x_13 = lean_ctor_get(x_1, 1); +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_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); +lean_inc(x_13); +x_15 = lean_apply_1(x_1, x_13); +x_16 = lean_box(x_9); +lean_inc(x_11); +x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__5___boxed), 13, 12); +lean_closure_set(x_17, 0, x_2); +lean_closure_set(x_17, 1, x_3); +lean_closure_set(x_17, 2, x_4); +lean_closure_set(x_17, 3, x_5); +lean_closure_set(x_17, 4, x_6); +lean_closure_set(x_17, 5, x_7); +lean_closure_set(x_17, 6, x_8); +lean_closure_set(x_17, 7, x_16); +lean_closure_set(x_17, 8, x_10); +lean_closure_set(x_17, 9, x_13); +lean_closure_set(x_17, 10, x_11); +lean_closure_set(x_17, 11, x_14); +x_18 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_15, x_17); +return x_18; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_13, lean_object* x_14) { +_start: +{ +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_1, 1); +lean_inc(x_15); lean_inc(x_2); -x_14 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__1), 2, 1); -lean_closure_set(x_14, 0, x_2); +x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__1), 2, 1); +lean_closure_set(x_16, 0, x_2); lean_inc(x_3); -x_15 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_4, x_14); +x_17 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_4, x_16); lean_inc(x_2); -x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__2), 2, 1); -lean_closure_set(x_16, 0, x_2); -x_17 = lean_apply_3(x_13, lean_box(0), x_15, x_16); -x_18 = lean_box(x_11); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__2), 2, 1); +lean_closure_set(x_18, 0, x_2); +x_19 = lean_apply_3(x_15, lean_box(0), x_17, x_18); +lean_inc(x_2); +x_20 = l_Lean_withOptProfile___rarg(x_2, x_5, x_6, x_19); +x_21 = lean_box(x_13); lean_inc(x_3); -x_19 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__5___boxed), 12, 11); -lean_closure_set(x_19, 0, x_5); -lean_closure_set(x_19, 1, x_2); -lean_closure_set(x_19, 2, x_6); -lean_closure_set(x_19, 3, x_7); -lean_closure_set(x_19, 4, x_8); -lean_closure_set(x_19, 5, x_12); -lean_closure_set(x_19, 6, x_9); -lean_closure_set(x_19, 7, x_10); -lean_closure_set(x_19, 8, x_18); -lean_closure_set(x_19, 9, x_1); -lean_closure_set(x_19, 10, x_3); -x_20 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_17, x_19); -return x_20; +x_22 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__6___boxed), 12, 11); +lean_closure_set(x_22, 0, x_7); +lean_closure_set(x_22, 1, x_2); +lean_closure_set(x_22, 2, x_8); +lean_closure_set(x_22, 3, x_9); +lean_closure_set(x_22, 4, x_10); +lean_closure_set(x_22, 5, x_14); +lean_closure_set(x_22, 6, x_11); +lean_closure_set(x_22, 7, x_12); +lean_closure_set(x_22, 8, x_21); +lean_closure_set(x_22, 9, x_1); +lean_closure_set(x_22, 10, x_3); +x_23 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_20, x_22); +return x_23; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, lean_object* x_11, uint8_t x_12, lean_object* x_13) { _start: { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_inc(x_2); lean_inc(x_1); -x_12 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___rarg(x_1, x_2); -x_13 = lean_box(x_10); +x_14 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___rarg(x_1, x_2); +x_15 = lean_box(x_12); lean_inc(x_4); -x_14 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__6___boxed), 12, 11); -lean_closure_set(x_14, 0, x_3); -lean_closure_set(x_14, 1, x_1); -lean_closure_set(x_14, 2, x_4); -lean_closure_set(x_14, 3, x_5); -lean_closure_set(x_14, 4, x_6); -lean_closure_set(x_14, 5, x_2); -lean_closure_set(x_14, 6, x_7); -lean_closure_set(x_14, 7, x_8); -lean_closure_set(x_14, 8, x_9); -lean_closure_set(x_14, 9, x_11); -lean_closure_set(x_14, 10, x_13); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); -return x_15; +x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__7___boxed), 14, 13); +lean_closure_set(x_16, 0, x_3); +lean_closure_set(x_16, 1, x_1); +lean_closure_set(x_16, 2, x_4); +lean_closure_set(x_16, 3, x_5); +lean_closure_set(x_16, 4, x_6); +lean_closure_set(x_16, 5, x_7); +lean_closure_set(x_16, 6, x_8); +lean_closure_set(x_16, 7, x_2); +lean_closure_set(x_16, 8, x_9); +lean_closure_set(x_16, 9, x_10); +lean_closure_set(x_16, 10, x_11); +lean_closure_set(x_16, 11, x_13); +lean_closure_set(x_16, 12, x_15); +x_17 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_16); +return x_17; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_10, uint8_t x_11) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_12, uint8_t x_13) { _start: { -if (x_11 == 0) +if (x_13 == 0) { +lean_dec(x_11); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -2589,58 +3027,63 @@ return x_1; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_2, 0); -lean_inc(x_12); -x_13 = lean_box(x_10); +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_2, 0); +lean_inc(x_14); +x_15 = lean_box(x_12); lean_inc(x_6); -x_14 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__7___boxed), 11, 10); -lean_closure_set(x_14, 0, x_3); -lean_closure_set(x_14, 1, x_4); -lean_closure_set(x_14, 2, x_5); -lean_closure_set(x_14, 3, x_6); -lean_closure_set(x_14, 4, x_1); -lean_closure_set(x_14, 5, x_7); -lean_closure_set(x_14, 6, x_2); -lean_closure_set(x_14, 7, x_8); -lean_closure_set(x_14, 8, x_9); -lean_closure_set(x_14, 9, x_13); -x_15 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_12, x_14); -return x_15; +x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__8___boxed), 13, 12); +lean_closure_set(x_16, 0, x_3); +lean_closure_set(x_16, 1, x_4); +lean_closure_set(x_16, 2, x_5); +lean_closure_set(x_16, 3, x_6); +lean_closure_set(x_16, 4, x_1); +lean_closure_set(x_16, 5, x_7); +lean_closure_set(x_16, 6, x_8); +lean_closure_set(x_16, 7, x_9); +lean_closure_set(x_16, 8, x_2); +lean_closure_set(x_16, 9, x_10); +lean_closure_set(x_16, 10, x_11); +lean_closure_set(x_16, 11, x_15); +x_17 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_14, x_16); +return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___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, uint8_t x_12) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___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, lean_object* x_12, uint8_t x_13) { _start: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_13 = lean_ctor_get(x_1, 1); -lean_inc(x_13); -lean_inc(x_9); +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_inc(x_14); +lean_inc(x_10); +lean_inc(x_6); lean_inc(x_1); -x_14 = l_Lean_isTracingEnabledFor___rarg(x_1, x_6, x_3, x_9); -x_15 = lean_box(x_12); -lean_inc(x_13); -x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__8___boxed), 11, 10); -lean_closure_set(x_16, 0, x_11); -lean_closure_set(x_16, 1, x_4); -lean_closure_set(x_16, 2, x_1); -lean_closure_set(x_16, 3, x_2); -lean_closure_set(x_16, 4, x_8); -lean_closure_set(x_16, 5, x_13); -lean_closure_set(x_16, 6, x_10); -lean_closure_set(x_16, 7, x_5); -lean_closure_set(x_16, 8, x_9); -lean_closure_set(x_16, 9, x_15); -x_17 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_16); -return x_17; +x_15 = l_Lean_isTracingEnabledFor___rarg(x_1, x_6, x_3, x_10); +x_16 = lean_box(x_13); +lean_inc(x_14); +x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__9___boxed), 13, 12); +lean_closure_set(x_17, 0, x_12); +lean_closure_set(x_17, 1, x_4); +lean_closure_set(x_17, 2, x_1); +lean_closure_set(x_17, 3, x_2); +lean_closure_set(x_17, 4, x_8); +lean_closure_set(x_17, 5, x_14); +lean_closure_set(x_17, 6, x_9); +lean_closure_set(x_17, 7, x_6); +lean_closure_set(x_17, 8, x_11); +lean_closure_set(x_17, 9, x_5); +lean_closure_set(x_17, 10, x_10); +lean_closure_set(x_17, 11, x_16); +x_18 = lean_apply_4(x_14, lean_box(0), lean_box(0), x_15, x_17); +return x_18; } } LEAN_EXPORT lean_object* l_Lean_withTraceNode(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___boxed), 12, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___boxed), 13, 0); return x_3; } } @@ -2653,99 +3096,113 @@ lean_dec(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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_withTraceNode___rarg___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) { _start: { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_8); +uint8_t x_14; lean_object* x_15; +x_14 = lean_unbox(x_8); lean_dec(x_8); -x_14 = l_Lean_withTraceNode___rarg___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_13, x_9, x_10, x_11, x_12); -return x_14; +x_15 = l_Lean_withTraceNode___rarg___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_13); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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_EXPORT lean_object* l_Lean_withTraceNode___rarg___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) { _start: { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_9); -lean_dec(x_9); -x_14 = l_Lean_withTraceNode___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_10, x_11, x_12); -return x_14; +uint8_t x_14; lean_object* x_15; +x_14 = lean_unbox(x_8); +lean_dec(x_8); +x_15 = l_Lean_withTraceNode___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14, x_9, x_10, x_11, x_12, x_13); +return x_15; } } LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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: { uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_11); -lean_dec(x_11); -x_14 = l_Lean_withTraceNode___rarg___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_13, x_12); +x_13 = lean_unbox(x_9); +lean_dec(x_9); +x_14 = l_Lean_withTraceNode___rarg___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_10, x_11, x_12); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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_EXPORT lean_object* l_Lean_withTraceNode___rarg___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: { -uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_10); -lean_dec(x_10); -x_13 = l_Lean_withTraceNode___rarg___lambda__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12, x_11); -return x_13; +uint8_t x_15; lean_object* x_16; +x_15 = lean_unbox(x_13); +lean_dec(x_13); +x_16 = l_Lean_withTraceNode___rarg___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_15, x_14); +return x_16; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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_EXPORT lean_object* l_Lean_withTraceNode___rarg___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) { _start: { -uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_unbox(x_10); -lean_dec(x_10); -x_13 = lean_unbox(x_11); -lean_dec(x_11); -x_14 = l_Lean_withTraceNode___rarg___lambda__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12, x_13); -return x_14; +uint8_t x_14; lean_object* x_15; +x_14 = lean_unbox(x_12); +lean_dec(x_12); +x_15 = l_Lean_withTraceNode___rarg___lambda__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_14, x_13); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___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, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___lambda__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, lean_object* x_13) { _start: { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_12); +uint8_t x_14; uint8_t x_15; lean_object* x_16; +x_14 = lean_unbox(x_12); lean_dec(x_12); -x_14 = l_Lean_withTraceNode___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_13); -return x_14; +x_15 = lean_unbox(x_13); +lean_dec(x_13); +x_16 = l_Lean_withTraceNode___rarg___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_14, x_15); +return x_16; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___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, uint8_t x_11) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___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, lean_object* x_12, lean_object* x_13) { _start: { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); -lean_inc(x_8); +uint8_t x_14; lean_object* x_15; +x_14 = lean_unbox(x_13); +lean_dec(x_13); +x_15 = l_Lean_withTraceNode___rarg(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_14); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___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, uint8_t x_12) { +_start: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_13 = lean_ctor_get(x_1, 1); +lean_inc(x_13); +lean_inc(x_9); +lean_inc(x_6); lean_inc(x_1); -x_13 = l_Lean_isTracingEnabledFor___rarg(x_1, x_6, x_3, x_8); -x_14 = lean_box(x_11); -lean_inc(x_12); -x_15 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__8___boxed), 11, 10); -lean_closure_set(x_15, 0, x_10); -lean_closure_set(x_15, 1, x_4); -lean_closure_set(x_15, 2, x_1); -lean_closure_set(x_15, 3, x_2); -lean_closure_set(x_15, 4, x_7); -lean_closure_set(x_15, 5, x_12); -lean_closure_set(x_15, 6, x_9); -lean_closure_set(x_15, 7, x_5); -lean_closure_set(x_15, 8, x_8); -lean_closure_set(x_15, 9, x_14); -x_16 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_13, x_15); -return x_16; +x_14 = l_Lean_isTracingEnabledFor___rarg(x_1, x_6, x_3, x_9); +x_15 = lean_box(x_12); +lean_inc(x_13); +x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__9___boxed), 13, 12); +lean_closure_set(x_16, 0, x_11); +lean_closure_set(x_16, 1, x_4); +lean_closure_set(x_16, 2, x_1); +lean_closure_set(x_16, 3, x_2); +lean_closure_set(x_16, 4, x_7); +lean_closure_set(x_16, 5, x_13); +lean_closure_set(x_16, 6, x_8); +lean_closure_set(x_16, 7, x_6); +lean_closure_set(x_16, 8, x_10); +lean_closure_set(x_16, 9, x_5); +lean_closure_set(x_16, 10, x_9); +lean_closure_set(x_16, 11, x_15); +x_17 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_16); +return x_17; } } LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg___boxed), 11, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg___boxed), 12, 0); return x_3; } } @@ -2805,43 +3262,43 @@ x_1 = lean_alloc_closure((void*)(l_Lean_withTraceNode_x27___rarg___lambda__2___b return x_1; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___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, uint8_t x_10) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___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, uint8_t x_11) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_object* x_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_inc(x_1); -x_11 = lean_alloc_closure((void*)(l_Lean_withTraceNode_x27___rarg___lambda__1), 2, 1); -lean_closure_set(x_11, 0, x_1); -x_12 = lean_ctor_get(x_1, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_12, 0); +x_12 = lean_alloc_closure((void*)(l_Lean_withTraceNode_x27___rarg___lambda__1), 2, 1); +lean_closure_set(x_12, 0, x_1); +x_13 = lean_ctor_get(x_1, 0); lean_inc(x_13); -lean_dec(x_12); x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); lean_dec(x_13); -x_15 = l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_11, x_9, x_10); -x_16 = l_Lean_withTraceNode_x27___rarg___closed__1; -x_17 = lean_apply_4(x_14, lean_box(0), lean_box(0), x_16, x_15); -return x_17; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12, x_10, x_11); +x_17 = l_Lean_withTraceNode_x27___rarg___closed__1; +x_18 = lean_apply_4(x_15, lean_box(0), lean_box(0), x_17, x_16); +return x_18; } } LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNode_x27___rarg___boxed), 10, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNode_x27___rarg___boxed), 11, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___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) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___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, lean_object* x_12) { _start: { -uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_11); -lean_dec(x_11); -x_13 = l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_12); -return x_13; +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_12); +lean_dec(x_12); +x_14 = l_Lean_withTraceNode___at_Lean_withTraceNode_x27___spec__1___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_13); +return x_14; } } LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___rarg___lambda__2___boxed(lean_object* x_1) { @@ -2853,17 +3310,17 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___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_EXPORT lean_object* l_Lean_withTraceNode_x27___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: { -uint8_t x_11; lean_object* x_12; -x_11 = lean_unbox(x_10); -lean_dec(x_10); -x_12 = l_Lean_withTraceNode_x27___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_11); -return x_12; +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_11); +lean_dec(x_11); +x_13 = l_Lean_withTraceNode_x27___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_12); +return x_13; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1() { _start: { lean_object* x_1; @@ -2871,7 +3328,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2() { _start: { lean_object* x_1; @@ -2879,7 +3336,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3() { _start: { lean_object* x_1; @@ -2887,7 +3344,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__4() { _start: { lean_object* x_1; @@ -2895,19 +3352,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____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___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3; -x_4 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__4; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3; +x_4 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__6() { _start: { lean_object* x_1; @@ -2915,19 +3372,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____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___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3; -x_4 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__6; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3; +x_4 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__8() { _start: { lean_object* x_1; @@ -2935,17 +3392,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__8; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10() { _start: { lean_object* x_1; @@ -2953,41 +3410,41 @@ x_1 = lean_mk_string_from_bytes("exact", 5); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__11() { _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3; -x_4 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3; +x_4 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10; 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___auto____x40_Lean_Util_Trace___hyg_1579____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedTraceState___closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__12; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__12; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14() { _start: { lean_object* x_1; @@ -2995,7 +3452,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__15() { _start: { lean_object* x_1; @@ -3003,19 +3460,19 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__16() { _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; -x_4 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__15; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; +x_4 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__15; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__17() { _start: { lean_object* x_1; @@ -3023,35 +3480,35 @@ x_1 = lean_mk_string_from_bytes("decl_name%", 10); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__17; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__17; 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___auto____x40_Lean_Util_Trace___hyg_1579____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedTraceState___closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__18; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__18; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__16; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__19; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__16; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__19; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3059,23 +3516,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__13; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__20; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__13; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__20; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__11; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__21; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__11; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__21; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3083,23 +3540,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedTraceState___closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__22; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__22; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__23; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__23; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3107,23 +3564,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedTraceState___closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__24; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__24; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__26() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__7; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__25; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__7; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__25; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3131,23 +3588,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__27() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedTraceState___closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__26; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__26; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__28() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__5; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__27; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__5; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__27; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3155,11 +3612,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1579_() { +static lean_object* _init_l___auto____x40_Lean_Util_Trace___hyg_1952_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__28; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__28; return x_1; } } @@ -3308,7 +3765,7 @@ static lean_object* _init_l_Lean_doElemTrace_x5b___x5d_______closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; x_2 = l_Lean_doElemTrace_x5b___x5d_______closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -3564,9 +4021,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3592,9 +4049,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3612,9 +4069,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3632,9 +4089,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__8; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3660,9 +4117,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__11; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3680,9 +4137,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__13; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3735,9 +4192,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__19; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3763,9 +4220,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__22; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3783,9 +4240,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__24; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3811,9 +4268,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__27; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3839,9 +4296,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__30; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3876,7 +4333,7 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; x_2 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__34; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -3956,9 +4413,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__42; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3993,7 +4450,7 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; x_2 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__46; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -4057,9 +4514,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__52; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -4113,7 +4570,7 @@ lean_inc(x_7); x_13 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_13, 0, x_7); lean_ctor_set(x_13, 1, x_12); -x_14 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9; +x_14 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9; x_15 = l_Lean_instInhabitedTraceState___closed__1; lean_inc(x_7); x_16 = lean_alloc_ctor(1, 3, 0); @@ -4333,9 +4790,9 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _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_Util_Trace___hyg_1579____closed__1; -x_2 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2; -x_3 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; +x_2 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2; +x_3 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14; x_4 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -4380,7 +4837,7 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; x_2 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__6; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -4444,7 +4901,7 @@ static lean_object* _init_l_Lean___aux__Lean__Util__Trace______macroRules__Lean_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1; +x_1 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1; x_2 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__14; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -4536,7 +4993,7 @@ lean_ctor_set(x_29, 0, x_18); lean_ctor_set(x_29, 1, x_27); lean_ctor_set(x_29, 2, x_26); lean_ctor_set(x_29, 3, x_28); -x_30 = l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9; +x_30 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9; lean_inc(x_18); x_31 = l_Lean_Syntax_node1(x_18, x_30, x_29); x_32 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__40; @@ -4786,24 +5243,20 @@ x_3 = l_Lean_instExceptToEmojiOption___closed__1; return x_3; } } -static lean_object* _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("", 0); -return x_1; -} -} -static lean_object* _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__2() { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__1(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) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___rarg(x_1, x_2, x_3, x_4, x_10, x_5); +x_13 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__3___boxed), 4, 3); +lean_closure_set(x_13, 0, x_6); +lean_closure_set(x_13, 1, x_7); +lean_closure_set(x_13, 2, x_8); +x_14 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_12, x_13); +return x_14; } } -static lean_object* _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__3() { +static lean_object* _init_l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -4811,140 +5264,222 @@ x_1 = lean_mk_string_from_bytes(" ", 1); return x_1; } } -static lean_object* _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__4() { +static lean_object* _init_l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__3; +x_1 = l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, uint8_t 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; lean_object* x_21; lean_object* x_22; -lean_inc(x_11); -x_12 = lean_apply_1(x_1, x_11); -x_13 = l_Lean_stringToMessageData(x_12); -lean_dec(x_12); -x_14 = l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__2; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__4; +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_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); +lean_inc(x_12); +x_14 = lean_apply_1(x_1, x_12); +x_15 = l_Lean_stringToMessageData(x_14); +lean_dec(x_14); +x_16 = l_Lean_withTraceNode___rarg___lambda__5___closed__6; x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_2); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_17, 1, x_15); +x_18 = l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__2; x_19 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_14); -x_20 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___rarg(x_3, x_4, x_5, x_6, x_19, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__3___boxed), 4, 3); -lean_closure_set(x_21, 0, x_8); -lean_closure_set(x_21, 1, x_9); -lean_closure_set(x_21, 2, x_11); -x_22 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_20, x_21); -return x_22; +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_2); +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_16); +if (lean_obj_tag(x_13) == 0) +{ +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; +x_22 = lean_ctor_get(x_8, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_box(0); +x_25 = lean_apply_2(x_23, lean_box(0), x_24); +x_26 = lean_box(x_7); +lean_inc(x_10); +x_27 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__1___boxed), 11, 10); +lean_closure_set(x_27, 0, x_3); +lean_closure_set(x_27, 1, x_4); +lean_closure_set(x_27, 2, x_5); +lean_closure_set(x_27, 3, x_6); +lean_closure_set(x_27, 4, x_26); +lean_closure_set(x_27, 5, x_8); +lean_closure_set(x_27, 6, x_9); +lean_closure_set(x_27, 7, x_12); +lean_closure_set(x_27, 8, x_10); +lean_closure_set(x_27, 9, x_21); +x_28 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_25, x_27); +return x_28; +} +else +{ +lean_object* x_29; double 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_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_29 = lean_ctor_get(x_13, 0); +lean_inc(x_29); +lean_dec(x_13); +x_30 = lean_unbox_float(x_29); +lean_dec(x_29); +x_31 = lean_float_to_string(x_30); +x_32 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_32, 0, x_31); +x_33 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_33, 0, x_32); +x_34 = l_Lean_withTraceNode___rarg___lambda__5___closed__2; +x_35 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_33); +x_36 = l_Lean_withTraceNode___rarg___lambda__5___closed__4; +x_37 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_21); +x_39 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_16); +x_40 = lean_ctor_get(x_8, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_40, 1); +lean_inc(x_41); +lean_dec(x_40); +x_42 = lean_box(0); +x_43 = lean_apply_2(x_41, lean_box(0), x_42); +x_44 = lean_box(x_7); +lean_inc(x_10); +x_45 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__1___boxed), 11, 10); +lean_closure_set(x_45, 0, x_3); +lean_closure_set(x_45, 1, x_4); +lean_closure_set(x_45, 2, x_5); +lean_closure_set(x_45, 3, x_6); +lean_closure_set(x_45, 4, x_44); +lean_closure_set(x_45, 5, x_8); +lean_closure_set(x_45, 6, x_9); +lean_closure_set(x_45, 7, x_12); +lean_closure_set(x_45, 8, x_10); +lean_closure_set(x_45, 9, x_39); +x_46 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_43, x_45); +return x_46; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, uint8_t x_10, lean_object* x_11) { +} +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_12, lean_object* x_13) { _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; -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); +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; +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); lean_inc(x_2); -x_13 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__1), 2, 1); -lean_closure_set(x_13, 0, x_2); +x_15 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__1), 2, 1); +lean_closure_set(x_15, 0, x_2); lean_inc(x_3); -x_14 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_4, x_13); +x_16 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_4, x_15); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__2), 2, 1); -lean_closure_set(x_15, 0, x_2); -x_16 = lean_apply_3(x_12, lean_box(0), x_14, x_15); -x_17 = lean_box(x_10); +x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__2), 2, 1); +lean_closure_set(x_17, 0, x_2); +x_18 = lean_apply_3(x_14, lean_box(0), x_16, x_17); +lean_inc(x_2); +x_19 = l_Lean_withOptProfile___rarg(x_2, x_5, x_6, x_18); +x_20 = lean_box(x_12); lean_inc(x_3); -x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__1___boxed), 11, 10); -lean_closure_set(x_18, 0, x_5); -lean_closure_set(x_18, 1, x_11); -lean_closure_set(x_18, 2, x_6); -lean_closure_set(x_18, 3, x_7); -lean_closure_set(x_18, 4, x_8); -lean_closure_set(x_18, 5, x_9); -lean_closure_set(x_18, 6, x_17); -lean_closure_set(x_18, 7, x_2); -lean_closure_set(x_18, 8, x_1); -lean_closure_set(x_18, 9, x_3); -x_19 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_16, x_18); -return x_19; +x_21 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__2___boxed), 11, 10); +lean_closure_set(x_21, 0, x_7); +lean_closure_set(x_21, 1, x_13); +lean_closure_set(x_21, 2, x_8); +lean_closure_set(x_21, 3, x_9); +lean_closure_set(x_21, 4, x_10); +lean_closure_set(x_21, 5, x_11); +lean_closure_set(x_21, 6, x_20); +lean_closure_set(x_21, 7, x_2); +lean_closure_set(x_21, 8, x_1); +lean_closure_set(x_21, 9, x_3); +x_22 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_19, x_21); +return x_22; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_15, lean_object* x_16) { _start: { -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_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_inc(x_2); -x_15 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_3, x_1); +x_17 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_3, x_1); lean_inc(x_4); -x_16 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg___lambda__2___boxed), 4, 3); -lean_closure_set(x_16, 0, x_4); -lean_closure_set(x_16, 1, x_5); -lean_closure_set(x_16, 2, x_15); +x_18 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_addTraceNode___rarg___lambda__2___boxed), 4, 3); +lean_closure_set(x_18, 0, x_4); +lean_closure_set(x_18, 1, x_5); +lean_closure_set(x_18, 2, x_17); lean_inc(x_2); -x_17 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_6, x_16); -x_18 = lean_box(x_13); +x_19 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_6, x_18); +x_20 = lean_box(x_15); lean_inc(x_2); -x_19 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__2___boxed), 11, 10); -lean_closure_set(x_19, 0, x_7); -lean_closure_set(x_19, 1, x_8); -lean_closure_set(x_19, 2, x_2); -lean_closure_set(x_19, 3, x_9); -lean_closure_set(x_19, 4, x_10); -lean_closure_set(x_19, 5, x_11); -lean_closure_set(x_19, 6, x_14); -lean_closure_set(x_19, 7, x_12); -lean_closure_set(x_19, 8, x_4); -lean_closure_set(x_19, 9, x_18); -x_20 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_17, x_19); -return x_20; +x_21 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__3___boxed), 13, 12); +lean_closure_set(x_21, 0, x_7); +lean_closure_set(x_21, 1, x_8); +lean_closure_set(x_21, 2, x_2); +lean_closure_set(x_21, 3, x_9); +lean_closure_set(x_21, 4, x_10); +lean_closure_set(x_21, 5, x_11); +lean_closure_set(x_21, 6, x_12); +lean_closure_set(x_21, 7, x_13); +lean_closure_set(x_21, 8, x_16); +lean_closure_set(x_21, 9, x_14); +lean_closure_set(x_21, 10, x_4); +lean_closure_set(x_21, 11, x_20); +x_22 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_19, x_21); +return x_22; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_14, lean_object* x_15) { _start: { -lean_object* x_14; 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_object* x_19; lean_inc(x_2); lean_inc(x_1); -x_14 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___rarg(x_1, x_2); -x_15 = lean_box(x_12); +x_16 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___rarg(x_1, x_2); +x_17 = lean_box(x_14); lean_inc(x_4); -x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__3___boxed), 14, 13); -lean_closure_set(x_16, 0, x_3); -lean_closure_set(x_16, 1, x_4); -lean_closure_set(x_16, 2, x_5); -lean_closure_set(x_16, 3, x_13); -lean_closure_set(x_16, 4, x_6); -lean_closure_set(x_16, 5, x_7); -lean_closure_set(x_16, 6, x_8); -lean_closure_set(x_16, 7, x_1); -lean_closure_set(x_16, 8, x_9); -lean_closure_set(x_16, 9, x_10); -lean_closure_set(x_16, 10, x_2); -lean_closure_set(x_16, 11, x_11); -lean_closure_set(x_16, 12, x_15); -x_17 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_16); -return x_17; +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__4___boxed), 16, 15); +lean_closure_set(x_18, 0, x_3); +lean_closure_set(x_18, 1, x_4); +lean_closure_set(x_18, 2, x_5); +lean_closure_set(x_18, 3, x_15); +lean_closure_set(x_18, 4, x_6); +lean_closure_set(x_18, 5, x_7); +lean_closure_set(x_18, 6, x_8); +lean_closure_set(x_18, 7, x_1); +lean_closure_set(x_18, 8, x_9); +lean_closure_set(x_18, 9, x_10); +lean_closure_set(x_18, 10, x_11); +lean_closure_set(x_18, 11, x_12); +lean_closure_set(x_18, 12, x_2); +lean_closure_set(x_18, 13, x_13); +lean_closure_set(x_18, 14, x_17); +x_19 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_16, x_18); +return x_19; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_11, uint8_t x_12) { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_13, uint8_t x_14) { _start: { -if (x_12 == 0) +if (x_14 == 0) { +lean_dec(x_12); +lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -4958,62 +5493,67 @@ return x_1; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -x_14 = lean_box(x_11); -lean_inc(x_13); +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_15 = lean_ctor_get(x_2, 0); +lean_inc(x_15); +x_16 = lean_box(x_13); +lean_inc(x_15); lean_inc(x_6); -x_15 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__4___boxed), 13, 12); -lean_closure_set(x_15, 0, x_3); -lean_closure_set(x_15, 1, x_4); -lean_closure_set(x_15, 2, x_5); -lean_closure_set(x_15, 3, x_6); -lean_closure_set(x_15, 4, x_7); -lean_closure_set(x_15, 5, x_2); -lean_closure_set(x_15, 6, x_13); -lean_closure_set(x_15, 7, x_8); -lean_closure_set(x_15, 8, x_1); -lean_closure_set(x_15, 9, x_9); -lean_closure_set(x_15, 10, x_10); -lean_closure_set(x_15, 11, x_14); -x_16 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_13, x_15); -return x_16; +x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__5___boxed), 15, 14); +lean_closure_set(x_17, 0, x_3); +lean_closure_set(x_17, 1, x_4); +lean_closure_set(x_17, 2, x_5); +lean_closure_set(x_17, 3, x_6); +lean_closure_set(x_17, 4, x_7); +lean_closure_set(x_17, 5, x_2); +lean_closure_set(x_17, 6, x_15); +lean_closure_set(x_17, 7, x_8); +lean_closure_set(x_17, 8, x_1); +lean_closure_set(x_17, 9, x_9); +lean_closure_set(x_17, 10, x_10); +lean_closure_set(x_17, 11, x_11); +lean_closure_set(x_17, 12, x_12); +lean_closure_set(x_17, 13, x_16); +x_18 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_15, x_17); +return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, lean_object* x_12, uint8_t x_13) { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, lean_object* x_12, lean_object* x_13, uint8_t x_14) { _start: { -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_inc(x_14); -lean_inc(x_10); +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_1, 1); +lean_inc(x_15); +lean_inc(x_11); +lean_inc(x_7); lean_inc(x_1); -x_15 = l_Lean_isTracingEnabledFor___rarg(x_1, x_7, x_3, x_10); -x_16 = lean_box(x_13); -lean_inc(x_14); -x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__5___boxed), 12, 11); -lean_closure_set(x_17, 0, x_12); -lean_closure_set(x_17, 1, x_5); -lean_closure_set(x_17, 2, x_1); -lean_closure_set(x_17, 3, x_2); -lean_closure_set(x_17, 4, x_6); -lean_closure_set(x_17, 5, x_14); -lean_closure_set(x_17, 6, x_11); -lean_closure_set(x_17, 7, x_8); -lean_closure_set(x_17, 8, x_9); -lean_closure_set(x_17, 9, x_10); -lean_closure_set(x_17, 10, x_16); -x_18 = lean_apply_4(x_14, lean_box(0), lean_box(0), x_15, x_17); -return x_18; +x_16 = l_Lean_isTracingEnabledFor___rarg(x_1, x_7, x_3, x_11); +x_17 = lean_box(x_14); +lean_inc(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__6___boxed), 14, 13); +lean_closure_set(x_18, 0, x_13); +lean_closure_set(x_18, 1, x_5); +lean_closure_set(x_18, 2, x_1); +lean_closure_set(x_18, 3, x_2); +lean_closure_set(x_18, 4, x_6); +lean_closure_set(x_18, 5, x_15); +lean_closure_set(x_18, 6, x_12); +lean_closure_set(x_18, 7, x_8); +lean_closure_set(x_18, 8, x_9); +lean_closure_set(x_18, 9, x_7); +lean_closure_set(x_18, 10, x_10); +lean_closure_set(x_18, 11, x_11); +lean_closure_set(x_18, 12, x_17); +x_19 = lean_apply_4(x_15, lean_box(0), lean_box(0), x_16, x_18); +return x_19; } } LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___boxed), 13, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___boxed), 14, 0); return x_3; } } @@ -5021,9 +5561,10 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__1___boxed(l _start: { uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_7); -lean_dec(x_7); -x_13 = l_Lean_withTraceNodeBefore___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_12, x_8, x_9, x_10, x_11); +x_12 = lean_unbox(x_5); +lean_dec(x_5); +x_13 = l_Lean_withTraceNodeBefore___rarg___lambda__1(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_11); return x_13; } } @@ -5031,52 +5572,62 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___lambda__2___boxed(l _start: { uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_10); -lean_dec(x_10); -x_13 = l_Lean_withTraceNodeBefore___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12, x_11); +x_12 = lean_unbox(x_7); +lean_dec(x_7); +x_13 = l_Lean_withTraceNodeBefore___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_12, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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: -{ -uint8_t x_15; lean_object* x_16; -x_15 = lean_unbox(x_13); -lean_dec(x_13); -x_16 = l_Lean_withTraceNodeBefore___rarg___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_15, x_14); -return x_16; -} -} -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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) { _start: { uint8_t x_14; lean_object* x_15; x_14 = lean_unbox(x_12); lean_dec(x_12); -x_15 = l_Lean_withTraceNodeBefore___rarg___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_14, x_13); +x_15 = l_Lean_withTraceNodeBefore___rarg___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_14, x_13); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_object* x_15, lean_object* x_16) { _start: { -uint8_t x_13; uint8_t x_14; lean_object* x_15; -x_13 = lean_unbox(x_11); -lean_dec(x_11); -x_14 = lean_unbox(x_12); -lean_dec(x_12); -x_15 = l_Lean_withTraceNodeBefore___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_13, x_14); -return x_15; +uint8_t x_17; lean_object* x_18; +x_17 = lean_unbox(x_15); +lean_dec(x_15); +x_18 = l_Lean_withTraceNodeBefore___rarg___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_17, x_16); +return x_18; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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_object* x_15) { _start: { -uint8_t x_14; lean_object* x_15; -x_14 = lean_unbox(x_13); +uint8_t x_16; lean_object* x_17; +x_16 = lean_unbox(x_14); +lean_dec(x_14); +x_17 = l_Lean_withTraceNodeBefore___rarg___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_16, x_15); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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: +{ +uint8_t x_15; uint8_t x_16; lean_object* x_17; +x_15 = lean_unbox(x_13); lean_dec(x_13); -x_15 = l_Lean_withTraceNodeBefore___rarg(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_14); -return x_15; +x_16 = lean_unbox(x_14); +lean_dec(x_14); +x_17 = l_Lean_withTraceNodeBefore___rarg___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_15, x_16); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___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, 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_14); +lean_dec(x_14); +x_16 = l_Lean_withTraceNodeBefore___rarg(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_15); +return x_16; } } lean_object* initialize_Init(uint8_t builtin, lean_object*); @@ -5134,66 +5685,89 @@ l_Lean_isTracingEnabledFor___rarg___lambda__1___closed__1 = _init_l_Lean_isTraci lean_mark_persistent(l_Lean_isTracingEnabledFor___rarg___lambda__1___closed__1); l_Lean_isTracingEnabledFor___rarg___closed__1 = _init_l_Lean_isTracingEnabledFor___rarg___closed__1(); lean_mark_persistent(l_Lean_isTracingEnabledFor___rarg___closed__1); +l_Lean_withSeconds___rarg___lambda__1___closed__1 = _init_l_Lean_withSeconds___rarg___lambda__1___closed__1(); +l_Lean_withSeconds___rarg___closed__1 = _init_l_Lean_withSeconds___rarg___closed__1(); +lean_mark_persistent(l_Lean_withSeconds___rarg___closed__1); +l_Lean_withOptProfile___rarg___lambda__3___closed__1 = _init_l_Lean_withOptProfile___rarg___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___rarg___lambda__3___closed__1); +l_Lean_withOptProfile___rarg___lambda__3___closed__2 = _init_l_Lean_withOptProfile___rarg___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___rarg___lambda__3___closed__2); +l_Lean_withOptProfile___rarg___closed__1 = _init_l_Lean_withOptProfile___rarg___closed__1(); +lean_mark_persistent(l_Lean_withOptProfile___rarg___closed__1); +l_Lean_withOptProfile___rarg___closed__2 = _init_l_Lean_withOptProfile___rarg___closed__2(); +lean_mark_persistent(l_Lean_withOptProfile___rarg___closed__2); +l_Lean_withTraceNode___rarg___lambda__5___closed__1 = _init_l_Lean_withTraceNode___rarg___lambda__5___closed__1(); +lean_mark_persistent(l_Lean_withTraceNode___rarg___lambda__5___closed__1); +l_Lean_withTraceNode___rarg___lambda__5___closed__2 = _init_l_Lean_withTraceNode___rarg___lambda__5___closed__2(); +lean_mark_persistent(l_Lean_withTraceNode___rarg___lambda__5___closed__2); +l_Lean_withTraceNode___rarg___lambda__5___closed__3 = _init_l_Lean_withTraceNode___rarg___lambda__5___closed__3(); +lean_mark_persistent(l_Lean_withTraceNode___rarg___lambda__5___closed__3); +l_Lean_withTraceNode___rarg___lambda__5___closed__4 = _init_l_Lean_withTraceNode___rarg___lambda__5___closed__4(); +lean_mark_persistent(l_Lean_withTraceNode___rarg___lambda__5___closed__4); +l_Lean_withTraceNode___rarg___lambda__5___closed__5 = _init_l_Lean_withTraceNode___rarg___lambda__5___closed__5(); +lean_mark_persistent(l_Lean_withTraceNode___rarg___lambda__5___closed__5); +l_Lean_withTraceNode___rarg___lambda__5___closed__6 = _init_l_Lean_withTraceNode___rarg___lambda__5___closed__6(); +lean_mark_persistent(l_Lean_withTraceNode___rarg___lambda__5___closed__6); l_Lean_withTraceNode_x27___rarg___closed__1 = _init_l_Lean_withTraceNode_x27___rarg___closed__1(); lean_mark_persistent(l_Lean_withTraceNode_x27___rarg___closed__1); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__1); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__2); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__3); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__4 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__4); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__5 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__5); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__6 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__6); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__7 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__7); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__8 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__8); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__9); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__10); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__11 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__11); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__12 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__12); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__13 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__13); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__14); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__15 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__15); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__16 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__16); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__17 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__17); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__18 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__18); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__19 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__19); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__20 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__20); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__21 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__21); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__22 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__22); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__23 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__23); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__24 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__24); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__25 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__25); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__26 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__26(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__26); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__27 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__27(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__27); -l___auto____x40_Lean_Util_Trace___hyg_1579____closed__28 = _init_l___auto____x40_Lean_Util_Trace___hyg_1579____closed__28(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579____closed__28); -l___auto____x40_Lean_Util_Trace___hyg_1579_ = _init_l___auto____x40_Lean_Util_Trace___hyg_1579_(); -lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1579_); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__1); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__2); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__3); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__4 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__4); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__5 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__5); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__6 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__6); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__7 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__7); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__8 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__8); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__10); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__11 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__11); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__12 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__12); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__13 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__13); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__14); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__15 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__15); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__16 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__16); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__17 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__17); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__18 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__18); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__19 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__19); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__20 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__20); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__21 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__21); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__22 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__22); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__23 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__23); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__24 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__24); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__25 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__25); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__26 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__26(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__26); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__27 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__27(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__27); +l___auto____x40_Lean_Util_Trace___hyg_1952____closed__28 = _init_l___auto____x40_Lean_Util_Trace___hyg_1952____closed__28(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952____closed__28); +l___auto____x40_Lean_Util_Trace___hyg_1952_ = _init_l___auto____x40_Lean_Util_Trace___hyg_1952_(); +lean_mark_persistent(l___auto____x40_Lean_Util_Trace___hyg_1952_); l_Lean_registerTraceClass___closed__1 = _init_l_Lean_registerTraceClass___closed__1(); lean_mark_persistent(l_Lean_registerTraceClass___closed__1); l_Lean_registerTraceClass___closed__2 = _init_l_Lean_registerTraceClass___closed__2(); @@ -5408,14 +5982,10 @@ l_Lean_instExceptToEmojiBool___closed__1 = _init_l_Lean_instExceptToEmojiBool___ lean_mark_persistent(l_Lean_instExceptToEmojiBool___closed__1); l_Lean_instExceptToEmojiOption___closed__1 = _init_l_Lean_instExceptToEmojiOption___closed__1(); lean_mark_persistent(l_Lean_instExceptToEmojiOption___closed__1); -l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__1 = _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__1(); -lean_mark_persistent(l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__1); -l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__2 = _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__2(); -lean_mark_persistent(l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__2); -l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__3 = _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__3(); -lean_mark_persistent(l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__3); -l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__4 = _init_l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__4(); -lean_mark_persistent(l_Lean_withTraceNodeBefore___rarg___lambda__1___closed__4); +l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__1 = _init_l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__1); +l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__2 = _init_l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_withTraceNodeBefore___rarg___lambda__2___closed__2); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Widget/Basic.c b/stage0/stdlib/Lean/Widget/Basic.c index 10dd07cfd932..213cf7087e10 100644 --- a/stage0/stdlib/Lean/Widget/Basic.c +++ b/stage0/stdlib/Lean/Widget/Basic.c @@ -1,6 +1,6 @@ // Lean compiler output // Module: Lean.Widget.Basic -// Imports: Init Lean.Elab.InfoTree Lean.Message Lean.Server.Rpc.Basic +// Imports: Init Lean.Elab.InfoTree Lean.Message Lean.Server.Rpc.Basic Lean.Server.InfoUtils #include #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" @@ -13,34 +13,31 @@ #ifdef __cplusplus extern "C" { #endif -lean_object* l_Lean_Syntax_decodeNameLit(lean_object*); -static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__2; -lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonMVarId(lean_object*); -static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__4; -static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1; -static lean_object* l_Lean_Widget_instFromJsonFVarId___closed__2; -uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonFVarId(lean_object*); -lean_object* l_Lean_Json_getStr_x3f(lean_object*); +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__2; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__1; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__1; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__2; +LEAN_EXPORT lean_object* l_Lean_Widget_instTypeNameLocalContext; +LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65_; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonMVarId(lean_object*); -static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__1; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__3; +LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25_; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_instTypeNameMessageData; -static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__2; -static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__3; -static lean_object* l_Lean_Widget_instFromJsonFVarId___closed__4; -static lean_object* l_Lean_Widget_instFromJsonFVarId___closed__5; -static lean_object* l_Lean_Widget_instFromJsonFVarId___closed__3; +LEAN_EXPORT lean_object* l_Lean_Widget_instTypeNameContextInfo; +LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45_; +LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85_; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonFVarId(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43_; -static lean_object* l_Lean_Widget_instFromJsonFVarId___closed__1; -lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__1; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__2; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__1; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__2; +static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_instTypeNameInfoWithCtx; -lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23_; -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1() { +LEAN_EXPORT lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5_; +LEAN_EXPORT lean_object* l_Lean_Widget_instTypeNameTermInfo; +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1() { _start: { lean_object* x_1; @@ -48,15 +45,15 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__2() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Widget", 6); +x_1 = lean_mk_string_from_bytes("Elab", 4); return x_1; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__3() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__3() { _start: { lean_object* x_1; @@ -64,22 +61,22 @@ x_1 = lean_mk_string_from_bytes("InfoWithCtx", 11); return x_1; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__4() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1; -x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__2; -x_3 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__3; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1; +x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2; +x_3 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23_() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5_() { _start: { lean_object* x_1; -x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__4; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__4; return x_1; } } @@ -87,11 +84,11 @@ static lean_object* _init_l_Lean_Widget_instTypeNameInfoWithCtx() { _start: { lean_object* x_1; -x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23_; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5_; return x_1; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__1() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__1() { _start: { lean_object* x_1; @@ -99,21 +96,21 @@ x_1 = lean_mk_string_from_bytes("MessageData", 11); return x_1; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__2() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1; -x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__1; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1; +x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43_() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25_() { _start: { lean_object* x_1; -x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__2; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__2; return x_1; } } @@ -121,338 +118,119 @@ static lean_object* _init_l_Lean_Widget_instTypeNameMessageData() { _start: { lean_object* x_1; -x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43_; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25_; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonFVarId(lean_object* x_1) { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__1() { _start: { -uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -x_4 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_4, 0, x_3); -return x_4; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("LocalContext", 12); +return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonMVarId(lean_object* x_1) { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__2() { _start: { -uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -x_4 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_4, 0, x_3); -return x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1; +x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__1; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } -static lean_object* _init_l_Lean_Widget_instFromJsonFVarId___closed__1() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45_() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[anonymous]", 11); +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__2; return x_1; } } -static lean_object* _init_l_Lean_Widget_instFromJsonFVarId___closed__2() { +static lean_object* _init_l_Lean_Widget_instTypeNameLocalContext() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("`", 1); +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45_; return x_1; } } -static lean_object* _init_l_Lean_Widget_instFromJsonFVarId___closed__3() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("expected a `Name`, got '", 24); +x_1 = lean_mk_string_from_bytes("ContextInfo", 11); return x_1; } } -static lean_object* _init_l_Lean_Widget_instFromJsonFVarId___closed__4() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__2() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("'", 1); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1; +x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2; +x_3 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; } } -static lean_object* _init_l_Lean_Widget_instFromJsonFVarId___closed__5() { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65_() { _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_object* x_1; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__2; +return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonFVarId(lean_object* x_1) { +static lean_object* _init_l_Lean_Widget_instTypeNameContextInfo() { _start: { -lean_object* x_2; -x_2 = l_Lean_Json_getStr_x3f(x_1); -if (lean_obj_tag(x_2) == 0) -{ -uint8_t x_3; -lean_dec(x_1); -x_3 = !lean_is_exclusive(x_2); -if (x_3 == 0) -{ -return x_2; -} -else -{ -lean_object* x_4; lean_object* x_5; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -x_5 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_5, 0, x_4); -return x_5; -} -} -else -{ -uint8_t x_6; -x_6 = !lean_is_exclusive(x_2); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = lean_ctor_get(x_2, 0); -x_8 = l_Lean_Widget_instFromJsonFVarId___closed__1; -x_9 = lean_string_dec_eq(x_7, x_8); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = l_Lean_Widget_instFromJsonFVarId___closed__2; -x_11 = lean_string_append(x_10, x_7); -lean_dec(x_7); -x_12 = l_Lean_Syntax_decodeNameLit(x_11); -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; -x_13 = lean_unsigned_to_nat(80u); -x_14 = l_Lean_Json_pretty(x_1, x_13); -x_15 = l_Lean_Widget_instFromJsonFVarId___closed__3; -x_16 = lean_string_append(x_15, x_14); -lean_dec(x_14); -x_17 = l_Lean_Widget_instFromJsonFVarId___closed__4; -x_18 = lean_string_append(x_16, x_17); -lean_ctor_set_tag(x_2, 0); -lean_ctor_set(x_2, 0, x_18); -return x_2; -} -else -{ -lean_object* x_19; -lean_dec(x_1); -x_19 = lean_ctor_get(x_12, 0); -lean_inc(x_19); -lean_dec(x_12); -lean_ctor_set(x_2, 0, x_19); -return x_2; -} -} -else -{ -lean_object* x_20; -lean_free_object(x_2); -lean_dec(x_7); -lean_dec(x_1); -x_20 = l_Lean_Widget_instFromJsonFVarId___closed__5; -return x_20; -} -} -else -{ -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_ctor_get(x_2, 0); -lean_inc(x_21); -lean_dec(x_2); -x_22 = l_Lean_Widget_instFromJsonFVarId___closed__1; -x_23 = lean_string_dec_eq(x_21, x_22); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = l_Lean_Widget_instFromJsonFVarId___closed__2; -x_25 = lean_string_append(x_24, x_21); -lean_dec(x_21); -x_26 = l_Lean_Syntax_decodeNameLit(x_25); -if (lean_obj_tag(x_26) == 0) -{ -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_unsigned_to_nat(80u); -x_28 = l_Lean_Json_pretty(x_1, x_27); -x_29 = l_Lean_Widget_instFromJsonFVarId___closed__3; -x_30 = lean_string_append(x_29, x_28); -lean_dec(x_28); -x_31 = l_Lean_Widget_instFromJsonFVarId___closed__4; -x_32 = lean_string_append(x_30, x_31); -x_33 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_33, 0, x_32); -return x_33; -} -else -{ -lean_object* x_34; lean_object* x_35; -lean_dec(x_1); -x_34 = lean_ctor_get(x_26, 0); -lean_inc(x_34); -lean_dec(x_26); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_34); -return x_35; -} -} -else -{ -lean_object* x_36; -lean_dec(x_21); -lean_dec(x_1); -x_36 = l_Lean_Widget_instFromJsonFVarId___closed__5; -return x_36; -} -} -} +lean_object* x_1; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65_; +return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonMVarId(lean_object* x_1) { +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__1() { _start: { -lean_object* x_2; -x_2 = l_Lean_Json_getStr_x3f(x_1); -if (lean_obj_tag(x_2) == 0) -{ -uint8_t x_3; -lean_dec(x_1); -x_3 = !lean_is_exclusive(x_2); -if (x_3 == 0) -{ -return x_2; -} -else -{ -lean_object* x_4; lean_object* x_5; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -x_5 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_5, 0, x_4); -return x_5; -} -} -else -{ -uint8_t x_6; -x_6 = !lean_is_exclusive(x_2); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = lean_ctor_get(x_2, 0); -x_8 = l_Lean_Widget_instFromJsonFVarId___closed__1; -x_9 = lean_string_dec_eq(x_7, x_8); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = l_Lean_Widget_instFromJsonFVarId___closed__2; -x_11 = lean_string_append(x_10, x_7); -lean_dec(x_7); -x_12 = l_Lean_Syntax_decodeNameLit(x_11); -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; -x_13 = lean_unsigned_to_nat(80u); -x_14 = l_Lean_Json_pretty(x_1, x_13); -x_15 = l_Lean_Widget_instFromJsonFVarId___closed__3; -x_16 = lean_string_append(x_15, x_14); -lean_dec(x_14); -x_17 = l_Lean_Widget_instFromJsonFVarId___closed__4; -x_18 = lean_string_append(x_16, x_17); -lean_ctor_set_tag(x_2, 0); -lean_ctor_set(x_2, 0, x_18); -return x_2; -} -else -{ -lean_object* x_19; -lean_dec(x_1); -x_19 = lean_ctor_get(x_12, 0); -lean_inc(x_19); -lean_dec(x_12); -lean_ctor_set(x_2, 0, x_19); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("TermInfo", 8); +return x_1; } } -else +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__2() { +_start: { -lean_object* x_20; -lean_free_object(x_2); -lean_dec(x_7); -lean_dec(x_1); -x_20 = l_Lean_Widget_instFromJsonFVarId___closed__5; -return x_20; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1; +x_2 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2; +x_3 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__1; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; } } -else -{ -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_ctor_get(x_2, 0); -lean_inc(x_21); -lean_dec(x_2); -x_22 = l_Lean_Widget_instFromJsonFVarId___closed__1; -x_23 = lean_string_dec_eq(x_21, x_22); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = l_Lean_Widget_instFromJsonFVarId___closed__2; -x_25 = lean_string_append(x_24, x_21); -lean_dec(x_21); -x_26 = l_Lean_Syntax_decodeNameLit(x_25); -if (lean_obj_tag(x_26) == 0) -{ -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_unsigned_to_nat(80u); -x_28 = l_Lean_Json_pretty(x_1, x_27); -x_29 = l_Lean_Widget_instFromJsonFVarId___closed__3; -x_30 = lean_string_append(x_29, x_28); -lean_dec(x_28); -x_31 = l_Lean_Widget_instFromJsonFVarId___closed__4; -x_32 = lean_string_append(x_30, x_31); -x_33 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_33, 0, x_32); -return x_33; -} -else +static lean_object* _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85_() { +_start: { -lean_object* x_34; lean_object* x_35; -lean_dec(x_1); -x_34 = lean_ctor_get(x_26, 0); -lean_inc(x_34); -lean_dec(x_26); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_34); -return x_35; +lean_object* x_1; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__2; +return x_1; } } -else +static lean_object* _init_l_Lean_Widget_instTypeNameTermInfo() { +_start: { -lean_object* x_36; -lean_dec(x_21); -lean_dec(x_1); -x_36 = l_Lean_Widget_instFromJsonFVarId___closed__5; -return x_36; -} -} -} +lean_object* x_1; +x_1 = l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85_; +return x_1; } } lean_object* initialize_Init(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Elab_InfoTree(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Message(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Server_Rpc_Basic(uint8_t builtin, lean_object*); +lean_object* initialize_Lean_Server_InfoUtils(uint8_t builtin, lean_object*); static bool _G_initialized = false; LEAN_EXPORT lean_object* initialize_Lean_Widget_Basic(uint8_t builtin, lean_object* w) { lean_object * res; @@ -470,36 +248,53 @@ lean_dec_ref(res); res = initialize_Lean_Server_Rpc_Basic(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__1); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__2(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__2); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__3 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__3(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__3); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__4 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__4(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23____closed__4); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23_(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_23_); +res = initialize_Lean_Server_InfoUtils(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__1); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__2); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__3 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__3(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__3); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__4 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__4(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5____closed__4); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5_(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_5_); l_Lean_Widget_instTypeNameInfoWithCtx = _init_l_Lean_Widget_instTypeNameInfoWithCtx(); lean_mark_persistent(l_Lean_Widget_instTypeNameInfoWithCtx); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__1(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__1); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__2(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43____closed__2); -l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43_(); -lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_43_); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__1(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__1); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__2(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25____closed__2); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25_(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_25_); l_Lean_Widget_instTypeNameMessageData = _init_l_Lean_Widget_instTypeNameMessageData(); lean_mark_persistent(l_Lean_Widget_instTypeNameMessageData); -l_Lean_Widget_instFromJsonFVarId___closed__1 = _init_l_Lean_Widget_instFromJsonFVarId___closed__1(); -lean_mark_persistent(l_Lean_Widget_instFromJsonFVarId___closed__1); -l_Lean_Widget_instFromJsonFVarId___closed__2 = _init_l_Lean_Widget_instFromJsonFVarId___closed__2(); -lean_mark_persistent(l_Lean_Widget_instFromJsonFVarId___closed__2); -l_Lean_Widget_instFromJsonFVarId___closed__3 = _init_l_Lean_Widget_instFromJsonFVarId___closed__3(); -lean_mark_persistent(l_Lean_Widget_instFromJsonFVarId___closed__3); -l_Lean_Widget_instFromJsonFVarId___closed__4 = _init_l_Lean_Widget_instFromJsonFVarId___closed__4(); -lean_mark_persistent(l_Lean_Widget_instFromJsonFVarId___closed__4); -l_Lean_Widget_instFromJsonFVarId___closed__5 = _init_l_Lean_Widget_instFromJsonFVarId___closed__5(); -lean_mark_persistent(l_Lean_Widget_instFromJsonFVarId___closed__5); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__1(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__1); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__2(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45____closed__2); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45_(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_45_); +l_Lean_Widget_instTypeNameLocalContext = _init_l_Lean_Widget_instTypeNameLocalContext(); +lean_mark_persistent(l_Lean_Widget_instTypeNameLocalContext); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__1(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__1); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__2(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65____closed__2); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65_(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_65_); +l_Lean_Widget_instTypeNameContextInfo = _init_l_Lean_Widget_instTypeNameContextInfo(); +lean_mark_persistent(l_Lean_Widget_instTypeNameContextInfo); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__1 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__1(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__1); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__2 = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__2(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85____closed__2); +l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85_ = _init_l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85_(); +lean_mark_persistent(l_Lean_Widget_instImpl____x40_Lean_Widget_Basic___hyg_85_); +l_Lean_Widget_instTypeNameTermInfo = _init_l_Lean_Widget_instTypeNameTermInfo(); +lean_mark_persistent(l_Lean_Widget_instTypeNameTermInfo); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Lean/Widget/Diff.c b/stage0/stdlib/Lean/Widget/Diff.c index ddc23658c8ee..39032785f232 100644 --- a/stage0/stdlib/Lean/Widget/Diff.c +++ b/stage0/stdlib/Lean/Widget/Diff.c @@ -26,7 +26,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffHypotheses_ LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiffTag_toString(uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_diffInteractiveGoals(uint8_t, 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*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3(uint8_t, 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*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3(uint8_t, 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_Widget_diffInteractiveGoal___closed__1; lean_object* l_Lean_Expr_getForallBodyMaxDepth(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Widget_instAppendExprDiff___lambda__1(lean_object*, lean_object*); @@ -54,7 +54,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothese LEAN_EXPORT lean_object* l_Lean_Widget_exprDiffCore_piDiff___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_RBNode_find___at_Lean_Widget_addDiffTags___spec__2(lean_object*, lean_object*); lean_object* l_List_find_x3f___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(uint8_t, 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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_exprDiffCore_piDiff___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_Widget_ExprDiffTag_toDiffTag___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_addDiffTags___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -93,18 +93,16 @@ lean_object* l_Lean_RBTree_fromArray___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___at_Lean_Widget_diffInteractiveGoals___spec__5(uint8_t, uint8_t, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_instAppendExprDiff___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Widget_diffInteractiveGoal___closed__9; lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); -static lean_object* l_Lean_Widget_diffInteractiveGoal___closed__10; lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_exprDiffCore___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_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Widget_diffHypothesesBundle___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_Widget_diffInteractiveGoal___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_Diff_0__Lean_Widget_ExprDiffTag_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiff_insertBeforeChange___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiff_changesBefore___default; +lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SubExpr_Pos_pushNthBindingDomain(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Widget_exprDiffCore_piDiff___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -127,7 +125,6 @@ static lean_object* l_Lean_Widget_diffInteractiveGoal___closed__5; LEAN_EXPORT lean_object* l_Lean_Widget_exprDiffCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_diffHypothesesBundle___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_exprDiffCore_piDiff___lambda__1(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*); @@ -145,8 +142,8 @@ lean_object* l_Lean_SubExpr_Pos_pushNthBindingBody(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instToStringExprDiff___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_addDiffTags___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiff_insertAfterChange(lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___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_RBMap_toList___at_Lean_Widget_instToStringExprDiff___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiff_insertBeforeChange(lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Widget_diffHypothesesBundle_withTypeDiff___closed__2; @@ -186,7 +183,6 @@ LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiffTag_toString___boxed(lean_object* static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_Diff___hyg_6____closed__6; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_addDiffTags___lambda__1(uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2; LEAN_EXPORT uint8_t l_Lean_Widget_ExprDiff_isEmpty(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_CodeWithInfos_mergePosMap___at_Lean_Widget_addDiffTags___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); @@ -6395,35 +6391,37 @@ return x_22; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; +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_28 = lean_ctor_get(x_22, 0); x_29 = lean_ctor_get(x_3, 0); x_30 = lean_ctor_get(x_3, 3); -x_31 = lean_ctor_get_uint8(x_3, sizeof(void*)*6); -x_32 = lean_ctor_get_uint8(x_3, sizeof(void*)*6 + 1); -x_33 = lean_ctor_get(x_3, 4); -x_34 = lean_ctor_get(x_3, 5); +x_31 = lean_ctor_get(x_3, 4); +x_32 = lean_ctor_get(x_3, 5); +x_33 = lean_ctor_get(x_3, 6); +x_34 = lean_ctor_get(x_3, 7); lean_inc(x_34); lean_inc(x_33); +lean_inc(x_32); +lean_inc(x_31); lean_inc(x_30); lean_inc(x_29); lean_dec(x_3); -x_35 = lean_alloc_ctor(0, 6, 2); +x_35 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_35, 0, x_29); lean_ctor_set(x_35, 1, x_9); lean_ctor_set(x_35, 2, x_28); lean_ctor_set(x_35, 3, x_30); -lean_ctor_set(x_35, 4, x_33); -lean_ctor_set(x_35, 5, x_34); -lean_ctor_set_uint8(x_35, sizeof(void*)*6, x_31); -lean_ctor_set_uint8(x_35, sizeof(void*)*6 + 1, x_32); +lean_ctor_set(x_35, 4, x_31); +lean_ctor_set(x_35, 5, x_32); +lean_ctor_set(x_35, 6, x_33); +lean_ctor_set(x_35, 7, x_34); lean_ctor_set(x_22, 0, x_35); return x_22; } } else { -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; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; x_36 = lean_ctor_get(x_22, 0); x_37 = lean_ctor_get(x_22, 1); lean_inc(x_37); @@ -6433,11 +6431,13 @@ x_38 = lean_ctor_get(x_3, 0); lean_inc(x_38); x_39 = lean_ctor_get(x_3, 3); lean_inc(x_39); -x_40 = lean_ctor_get_uint8(x_3, sizeof(void*)*6); -x_41 = lean_ctor_get_uint8(x_3, sizeof(void*)*6 + 1); -x_42 = lean_ctor_get(x_3, 4); +x_40 = lean_ctor_get(x_3, 4); +lean_inc(x_40); +x_41 = lean_ctor_get(x_3, 5); +lean_inc(x_41); +x_42 = lean_ctor_get(x_3, 6); lean_inc(x_42); -x_43 = lean_ctor_get(x_3, 5); +x_43 = lean_ctor_get(x_3, 7); lean_inc(x_43); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); @@ -6446,13 +6446,15 @@ if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 3); lean_ctor_release(x_3, 4); lean_ctor_release(x_3, 5); + lean_ctor_release(x_3, 6); + lean_ctor_release(x_3, 7); x_44 = x_3; } else { lean_dec_ref(x_3); x_44 = lean_box(0); } if (lean_is_scalar(x_44)) { - x_45 = lean_alloc_ctor(0, 6, 2); + x_45 = lean_alloc_ctor(0, 8, 0); } else { x_45 = x_44; } @@ -6460,10 +6462,10 @@ lean_ctor_set(x_45, 0, x_38); lean_ctor_set(x_45, 1, x_9); lean_ctor_set(x_45, 2, x_36); lean_ctor_set(x_45, 3, x_39); -lean_ctor_set(x_45, 4, x_42); -lean_ctor_set(x_45, 5, x_43); -lean_ctor_set_uint8(x_45, sizeof(void*)*6, x_40); -lean_ctor_set_uint8(x_45, sizeof(void*)*6 + 1, x_41); +lean_ctor_set(x_45, 4, x_40); +lean_ctor_set(x_45, 5, x_41); +lean_ctor_set(x_45, 6, x_42); +lean_ctor_set(x_45, 7, x_43); x_46 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_46, 0, x_45); lean_ctor_set(x_46, 1, x_37); @@ -6642,14 +6644,14 @@ x_23 = !lean_is_exclusive(x_3); if (x_23 == 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_31; -x_24 = lean_ctor_get(x_3, 5); +x_24 = lean_ctor_get(x_3, 7); lean_dec(x_24); x_25 = lean_ctor_get(x_3, 1); lean_dec(x_25); x_26 = lean_ctor_get(x_3, 0); lean_dec(x_26); x_27 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -lean_ctor_set(x_3, 5, x_27); +lean_ctor_set(x_3, 7, x_27); lean_ctor_set(x_3, 1, x_5); lean_ctor_set(x_3, 0, x_4); x_28 = lean_alloc_ctor(1, 1, 0); @@ -6665,26 +6667,28 @@ return x_31; } else { -lean_object* x_32; lean_object* x_33; uint8_t x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_object* x_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_object* x_42; x_32 = lean_ctor_get(x_3, 2); x_33 = lean_ctor_get(x_3, 3); -x_34 = lean_ctor_get_uint8(x_3, sizeof(void*)*6); -x_35 = lean_ctor_get_uint8(x_3, sizeof(void*)*6 + 1); -x_36 = lean_ctor_get(x_3, 4); +x_34 = lean_ctor_get(x_3, 4); +x_35 = lean_ctor_get(x_3, 5); +x_36 = lean_ctor_get(x_3, 6); lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); lean_inc(x_33); lean_inc(x_32); lean_dec(x_3); x_37 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -x_38 = lean_alloc_ctor(0, 6, 2); +x_38 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_38, 0, x_4); lean_ctor_set(x_38, 1, x_5); lean_ctor_set(x_38, 2, x_32); lean_ctor_set(x_38, 3, x_33); -lean_ctor_set(x_38, 4, x_36); -lean_ctor_set(x_38, 5, x_37); -lean_ctor_set_uint8(x_38, sizeof(void*)*6, x_34); -lean_ctor_set_uint8(x_38, sizeof(void*)*6 + 1, x_35); +lean_ctor_set(x_38, 4, x_34); +lean_ctor_set(x_38, 5, x_35); +lean_ctor_set(x_38, 6, x_36); +lean_ctor_set(x_38, 7, x_37); x_39 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_39, 0, x_38); x_40 = lean_box(0); @@ -6704,14 +6708,14 @@ x_43 = !lean_is_exclusive(x_3); if (x_43 == 0) { 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; -x_44 = lean_ctor_get(x_3, 4); +x_44 = lean_ctor_get(x_3, 6); lean_dec(x_44); x_45 = lean_ctor_get(x_3, 1); lean_dec(x_45); x_46 = lean_ctor_get(x_3, 0); lean_dec(x_46); x_47 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -lean_ctor_set(x_3, 4, x_47); +lean_ctor_set(x_3, 6, x_47); lean_ctor_set(x_3, 1, x_5); lean_ctor_set(x_3, 0, x_4); x_48 = lean_alloc_ctor(1, 1, 0); @@ -6727,26 +6731,28 @@ return x_51; } else { -lean_object* x_52; lean_object* x_53; uint8_t x_54; uint8_t 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_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; x_52 = lean_ctor_get(x_3, 2); x_53 = lean_ctor_get(x_3, 3); -x_54 = lean_ctor_get_uint8(x_3, sizeof(void*)*6); -x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*6 + 1); -x_56 = lean_ctor_get(x_3, 5); +x_54 = lean_ctor_get(x_3, 4); +x_55 = lean_ctor_get(x_3, 5); +x_56 = lean_ctor_get(x_3, 7); lean_inc(x_56); +lean_inc(x_55); +lean_inc(x_54); lean_inc(x_53); lean_inc(x_52); lean_dec(x_3); x_57 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -x_58 = lean_alloc_ctor(0, 6, 2); +x_58 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_58, 0, x_4); lean_ctor_set(x_58, 1, x_5); lean_ctor_set(x_58, 2, x_52); lean_ctor_set(x_58, 3, x_53); -lean_ctor_set(x_58, 4, x_57); -lean_ctor_set(x_58, 5, x_56); -lean_ctor_set_uint8(x_58, sizeof(void*)*6, x_54); -lean_ctor_set_uint8(x_58, sizeof(void*)*6 + 1, x_55); +lean_ctor_set(x_58, 4, x_54); +lean_ctor_set(x_58, 5, x_55); +lean_ctor_set(x_58, 6, x_57); +lean_ctor_set(x_58, 7, x_56); x_59 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_59, 0, x_58); x_60 = lean_box(0); @@ -7271,7 +7277,7 @@ static lean_object* _init_l_Lean_Widget_diffInteractiveGoal___closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Expected InteractiveGoal to have an mvarId", 42); +x_1 = lean_mk_string_from_bytes("Unknown goal ", 13); return x_1; } } @@ -7287,30 +7293,13 @@ return x_2; static lean_object* _init_l_Lean_Widget_diffInteractiveGoal___closed__7() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Unknown goal ", 13); -return x_1; -} -} -static lean_object* _init_l_Lean_Widget_diffInteractiveGoal___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Widget_diffInteractiveGoal___closed__7; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Widget_diffInteractiveGoal___closed__9() { -_start: -{ lean_object* x_1; lean_object* x_2; x_1 = l_Lean_Widget_initFn____x40_Lean_Widget_Diff___hyg_6____closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Widget_diffInteractiveGoal___closed__10() { +static lean_object* _init_l_Lean_Widget_diffInteractiveGoal___closed__8() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -7359,7 +7348,7 @@ return x_19; } else { -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; uint8_t x_27; +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; x_20 = lean_ctor_get(x_13, 0); lean_inc(x_20); lean_dec(x_13); @@ -7374,64 +7363,49 @@ lean_ctor_set(x_24, 0, x_21); lean_ctor_set(x_24, 1, x_23); lean_ctor_set(x_24, 2, x_23); x_25 = l_Lean_LocalContext_sanitizeNames(x_22, x_24); -x_26 = lean_ctor_get(x_25, 0); +x_26 = lean_ctor_get(x_3, 0); lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 0); +lean_inc(x_27); lean_dec(x_25); -x_27 = !lean_is_exclusive(x_3); -if (x_27 == 0) +x_28 = !lean_is_exclusive(x_3); +if (x_28 == 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_object* x_35; -x_28 = lean_ctor_get(x_3, 0); +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_29 = lean_ctor_get(x_3, 1); x_30 = lean_ctor_get(x_3, 2); x_31 = lean_ctor_get(x_3, 3); -x_32 = lean_ctor_get(x_3, 4); -x_33 = lean_ctor_get(x_3, 6); -x_34 = lean_ctor_get(x_3, 5); +x_32 = lean_ctor_get(x_3, 5); +x_33 = lean_ctor_get(x_3, 4); +lean_dec(x_33); +x_34 = lean_ctor_get(x_3, 0); lean_dec(x_34); +x_35 = !lean_is_exclusive(x_26); +if (x_35 == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_26, 0); +x_37 = lean_ctor_get(x_26, 1); +x_38 = lean_ctor_get(x_26, 2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_35 = l_Lean_Widget_diffHypotheses(x_1, x_26, x_28, x_4, x_5, x_6, x_7, x_11); -if (lean_obj_tag(x_35) == 0) -{ -if (lean_obj_tag(x_32) == 0) -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -lean_free_object(x_3); -lean_dec(x_33); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_2); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = l_Lean_Widget_diffInteractiveGoal___closed__6; -x_38 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_37, x_4, x_5, x_6, x_7, x_36); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_38; -} -else +x_39 = l_Lean_Widget_diffHypotheses(x_1, x_27, x_36, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_39) == 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_35, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_35, 1); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_40 = lean_ctor_get(x_39, 0); lean_inc(x_40); -lean_dec(x_35); -x_41 = lean_ctor_get(x_32, 0); +x_41 = lean_ctor_get(x_39, 1); lean_inc(x_41); +lean_dec(x_39); x_42 = l_Lean_Expr_mvar___override(x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_43 = lean_infer_type(x_42, x_4, x_5, x_6, x_7, x_40); +x_43 = lean_infer_type(x_42, x_4, x_5, x_6, x_7, x_41); if (lean_obj_tag(x_43) == 0) { 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; @@ -7455,26 +7429,27 @@ lean_dec(x_49); x_52 = lean_ctor_get(x_50, 0); lean_inc(x_52); lean_dec(x_50); -lean_inc(x_41); -x_53 = l_Lean_MetavarContext_findDecl_x3f(x_52, x_41); +lean_inc(x_31); +x_53 = l_Lean_MetavarContext_findDecl_x3f(x_52, x_31); if (lean_obj_tag(x_53) == 0) { lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_dec(x_47); -lean_dec(x_39); +lean_dec(x_40); +lean_free_object(x_26); +lean_dec(x_38); +lean_dec(x_37); lean_free_object(x_3); -lean_dec(x_33); lean_dec(x_32); -lean_dec(x_31); lean_dec(x_30); lean_dec(x_29); x_54 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_54, 0, x_41); -x_55 = l_Lean_Widget_diffInteractiveGoal___closed__8; +lean_ctor_set(x_54, 0, x_31); +x_55 = l_Lean_Widget_diffInteractiveGoal___closed__6; x_56 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_56, 0, x_55); lean_ctor_set(x_56, 1, x_54); -x_57 = l_Lean_Widget_diffInteractiveGoal___closed__9; +x_57 = l_Lean_Widget_diffInteractiveGoal___closed__7; x_58 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_58, 0, x_56); lean_ctor_set(x_58, 1, x_57); @@ -7488,7 +7463,6 @@ 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_dec(x_41); x_60 = lean_ctor_get(x_53, 0); lean_inc(x_60); lean_dec(x_53); @@ -7514,7 +7488,7 @@ lean_inc(x_66); x_67 = lean_ctor_get(x_65, 1); lean_inc(x_67); lean_dec(x_65); -x_68 = l_Lean_Widget_addDiffTags(x_1, x_66, x_29, x_4, x_5, x_6, x_7, x_67); +x_68 = l_Lean_Widget_addDiffTags(x_1, x_66, x_37, x_4, x_5, x_6, x_7, x_67); if (lean_obj_tag(x_68) == 0) { uint8_t x_69; @@ -7523,10 +7497,10 @@ if (x_69 == 0) { lean_object* x_70; lean_object* x_71; x_70 = lean_ctor_get(x_68, 0); -x_71 = l_Lean_Widget_diffInteractiveGoal___closed__10; -lean_ctor_set(x_3, 5, x_71); -lean_ctor_set(x_3, 1, x_70); -lean_ctor_set(x_3, 0, x_39); +lean_ctor_set(x_26, 1, x_70); +lean_ctor_set(x_26, 0, x_40); +x_71 = l_Lean_Widget_diffInteractiveGoal___closed__8; +lean_ctor_set(x_3, 4, x_71); lean_ctor_set(x_68, 0, x_3); return x_68; } @@ -7538,10 +7512,10 @@ x_73 = lean_ctor_get(x_68, 1); lean_inc(x_73); lean_inc(x_72); lean_dec(x_68); -x_74 = l_Lean_Widget_diffInteractiveGoal___closed__10; -lean_ctor_set(x_3, 5, x_74); -lean_ctor_set(x_3, 1, x_72); -lean_ctor_set(x_3, 0, x_39); +lean_ctor_set(x_26, 1, x_72); +lean_ctor_set(x_26, 0, x_40); +x_74 = l_Lean_Widget_diffInteractiveGoal___closed__8; +lean_ctor_set(x_3, 4, x_74); x_75 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_75, 0, x_3); lean_ctor_set(x_75, 1, x_73); @@ -7551,12 +7525,14 @@ return x_75; else { uint8_t x_76; -lean_dec(x_39); +lean_dec(x_40); +lean_free_object(x_26); +lean_dec(x_38); lean_free_object(x_3); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_31); lean_dec(x_30); +lean_dec(x_29); x_76 = !lean_is_exclusive(x_68); if (x_76 == 0) { @@ -7580,9 +7556,11 @@ return x_79; else { uint8_t x_80; -lean_dec(x_39); +lean_dec(x_40); +lean_free_object(x_26); +lean_dec(x_38); +lean_dec(x_37); lean_free_object(x_3); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_31); lean_dec(x_30); @@ -7615,10 +7593,11 @@ return x_83; else { uint8_t x_84; -lean_dec(x_41); -lean_dec(x_39); +lean_dec(x_40); +lean_free_object(x_26); +lean_dec(x_38); +lean_dec(x_37); lean_free_object(x_3); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_31); lean_dec(x_30); @@ -7647,12 +7626,13 @@ return x_87; } } } -} else { uint8_t x_88; +lean_free_object(x_26); +lean_dec(x_38); +lean_dec(x_37); lean_free_object(x_3); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_31); lean_dec(x_30); @@ -7662,19 +7642,19 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_88 = !lean_is_exclusive(x_35); +x_88 = !lean_is_exclusive(x_39); if (x_88 == 0) { -return x_35; +return x_39; } else { lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_35, 0); -x_90 = lean_ctor_get(x_35, 1); +x_89 = lean_ctor_get(x_39, 0); +x_90 = lean_ctor_get(x_39, 1); lean_inc(x_90); lean_inc(x_89); -lean_dec(x_35); +lean_dec(x_39); x_91 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_91, 0, x_89); lean_ctor_set(x_91, 1, x_90); @@ -7684,351 +7664,639 @@ return x_91; } else { -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_92 = lean_ctor_get(x_3, 0); -x_93 = lean_ctor_get(x_3, 1); -x_94 = lean_ctor_get(x_3, 2); -x_95 = lean_ctor_get(x_3, 3); -x_96 = lean_ctor_get(x_3, 4); -x_97 = lean_ctor_get(x_3, 6); -lean_inc(x_97); -lean_inc(x_96); -lean_inc(x_95); +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_92 = lean_ctor_get(x_26, 0); +x_93 = lean_ctor_get(x_26, 1); +x_94 = lean_ctor_get(x_26, 2); lean_inc(x_94); lean_inc(x_93); lean_inc(x_92); -lean_dec(x_3); +lean_dec(x_26); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_98 = l_Lean_Widget_diffHypotheses(x_1, x_26, x_92, x_4, x_5, x_6, x_7, x_11); -if (lean_obj_tag(x_98) == 0) +x_95 = l_Lean_Widget_diffHypotheses(x_1, x_27, x_92, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_95) == 0) { -if (lean_obj_tag(x_96) == 0) -{ -lean_object* x_99; lean_object* x_100; lean_object* x_101; -lean_dec(x_97); +lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +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); -lean_dec(x_94); -lean_dec(x_93); -lean_dec(x_2); -x_99 = lean_ctor_get(x_98, 1); -lean_inc(x_99); -lean_dec(x_98); -x_100 = l_Lean_Widget_diffInteractiveGoal___closed__6; -x_101 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_100, x_4, x_5, x_6, x_7, x_99); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_101; -} -else -{ -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_102 = lean_ctor_get(x_98, 0); -lean_inc(x_102); -x_103 = lean_ctor_get(x_98, 1); -lean_inc(x_103); -lean_dec(x_98); -x_104 = lean_ctor_get(x_96, 0); -lean_inc(x_104); -x_105 = l_Lean_Expr_mvar___override(x_2); +x_98 = l_Lean_Expr_mvar___override(x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_106 = lean_infer_type(x_105, x_4, x_5, x_6, x_7, x_103); -if (lean_obj_tag(x_106) == 0) +x_99 = lean_infer_type(x_98, x_4, x_5, x_6, x_7, x_97); +if (lean_obj_tag(x_99) == 0) { -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; -x_107 = lean_ctor_get(x_106, 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_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +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); +x_102 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_100, x_4, x_5, x_6, x_7, x_101); +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 = lean_st_ref_get(x_5, x_104); +x_106 = lean_ctor_get(x_105, 0); +lean_inc(x_106); +x_107 = lean_ctor_get(x_105, 1); lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); +lean_dec(x_105); +x_108 = lean_ctor_get(x_106, 0); lean_inc(x_108); lean_dec(x_106); -x_109 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_107, x_4, x_5, x_6, x_7, x_108); -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 = lean_st_ref_get(x_5, x_111); -x_113 = lean_ctor_get(x_112, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -lean_dec(x_112); -x_115 = lean_ctor_get(x_113, 0); -lean_inc(x_115); -lean_dec(x_113); -lean_inc(x_104); -x_116 = l_Lean_MetavarContext_findDecl_x3f(x_115, x_104); -if (lean_obj_tag(x_116) == 0) +lean_inc(x_31); +x_109 = l_Lean_MetavarContext_findDecl_x3f(x_108, x_31); +if (lean_obj_tag(x_109) == 0) { -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_110); -lean_dec(x_102); -lean_dec(x_97); +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_dec(x_103); lean_dec(x_96); -lean_dec(x_95); lean_dec(x_94); lean_dec(x_93); -x_117 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_117, 0, x_104); -x_118 = l_Lean_Widget_diffInteractiveGoal___closed__8; -x_119 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_117); -x_120 = l_Lean_Widget_diffInteractiveGoal___closed__9; -x_121 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_121, 0, x_119); -lean_ctor_set(x_121, 1, x_120); -x_122 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_121, x_4, x_5, x_6, x_7, x_114); +lean_free_object(x_3); +lean_dec(x_32); +lean_dec(x_30); +lean_dec(x_29); +x_110 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_110, 0, x_31); +x_111 = l_Lean_Widget_diffInteractiveGoal___closed__6; +x_112 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_110); +x_113 = l_Lean_Widget_diffInteractiveGoal___closed__7; +x_114 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_114, 0, x_112); +lean_ctor_set(x_114, 1, x_113); +x_115 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_114, x_4, x_5, x_6, x_7, x_107); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_122; +return x_115; } 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_dec(x_104); -x_123 = lean_ctor_get(x_116, 0); -lean_inc(x_123); +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_116 = lean_ctor_get(x_109, 0); +lean_inc(x_116); +lean_dec(x_109); +x_117 = lean_ctor_get(x_116, 2); +lean_inc(x_117); lean_dec(x_116); -x_124 = lean_ctor_get(x_123, 2); -lean_inc(x_124); -lean_dec(x_123); -x_125 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_124, x_4, x_5, x_6, x_7, x_114); -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_125, 1); -lean_inc(x_127); -lean_dec(x_125); +x_118 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_117, x_4, x_5, x_6, x_7, x_107); +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_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_128 = l_Lean_Widget_exprDiff(x_110, x_126, x_1, x_4, x_5, x_6, x_7, x_127); -if (lean_obj_tag(x_128) == 0) -{ -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -lean_dec(x_128); -x_131 = l_Lean_Widget_addDiffTags(x_1, x_129, x_93, x_4, x_5, x_6, x_7, x_130); -if (lean_obj_tag(x_131) == 0) +x_121 = l_Lean_Widget_exprDiff(x_103, x_119, x_1, x_4, x_5, x_6, x_7, x_120); +if (lean_obj_tag(x_121) == 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; -x_132 = lean_ctor_get(x_131, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_131, 1); -lean_inc(x_133); -if (lean_is_exclusive(x_131)) { - lean_ctor_release(x_131, 0); - lean_ctor_release(x_131, 1); - x_134 = x_131; +lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); +x_124 = l_Lean_Widget_addDiffTags(x_1, x_122, x_93, x_4, x_5, x_6, x_7, x_123); +if (lean_obj_tag(x_124) == 0) +{ +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_127 = x_124; } else { - lean_dec_ref(x_131); - x_134 = lean_box(0); -} -x_135 = l_Lean_Widget_diffInteractiveGoal___closed__10; -x_136 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_136, 0, x_102); -lean_ctor_set(x_136, 1, x_132); -lean_ctor_set(x_136, 2, x_94); -lean_ctor_set(x_136, 3, x_95); -lean_ctor_set(x_136, 4, x_96); -lean_ctor_set(x_136, 5, x_135); -lean_ctor_set(x_136, 6, x_97); -if (lean_is_scalar(x_134)) { - x_137 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_124); + x_127 = lean_box(0); +} +x_128 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_128, 0, x_96); +lean_ctor_set(x_128, 1, x_125); +lean_ctor_set(x_128, 2, x_94); +x_129 = l_Lean_Widget_diffInteractiveGoal___closed__8; +lean_ctor_set(x_3, 4, x_129); +lean_ctor_set(x_3, 0, x_128); +if (lean_is_scalar(x_127)) { + x_130 = lean_alloc_ctor(0, 2, 0); } else { - x_137 = x_134; + x_130 = x_127; } -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_133); -return x_137; +lean_ctor_set(x_130, 0, x_3); +lean_ctor_set(x_130, 1, x_126); +return x_130; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; -lean_dec(x_102); -lean_dec(x_97); +lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_dec(x_96); -lean_dec(x_95); lean_dec(x_94); -x_138 = lean_ctor_get(x_131, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_131, 1); -lean_inc(x_139); -if (lean_is_exclusive(x_131)) { - lean_ctor_release(x_131, 0); - lean_ctor_release(x_131, 1); - x_140 = x_131; +lean_free_object(x_3); +lean_dec(x_32); +lean_dec(x_31); +lean_dec(x_30); +lean_dec(x_29); +x_131 = lean_ctor_get(x_124, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_124, 1); +lean_inc(x_132); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_133 = x_124; } else { - lean_dec_ref(x_131); - x_140 = lean_box(0); + lean_dec_ref(x_124); + x_133 = lean_box(0); } -if (lean_is_scalar(x_140)) { - x_141 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_133)) { + x_134 = lean_alloc_ctor(1, 2, 0); } else { - x_141 = x_140; + x_134 = x_133; } -lean_ctor_set(x_141, 0, x_138); -lean_ctor_set(x_141, 1, x_139); -return x_141; +lean_ctor_set(x_134, 0, x_131); +lean_ctor_set(x_134, 1, x_132); +return x_134; } } else { -lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; -lean_dec(x_102); -lean_dec(x_97); +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_dec(x_96); -lean_dec(x_95); lean_dec(x_94); lean_dec(x_93); +lean_free_object(x_3); +lean_dec(x_32); +lean_dec(x_31); +lean_dec(x_30); +lean_dec(x_29); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_142 = lean_ctor_get(x_128, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_128, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - lean_ctor_release(x_128, 1); - x_144 = x_128; +x_135 = lean_ctor_get(x_121, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_121, 1); +lean_inc(x_136); +if (lean_is_exclusive(x_121)) { + lean_ctor_release(x_121, 0); + lean_ctor_release(x_121, 1); + x_137 = x_121; } else { - lean_dec_ref(x_128); - x_144 = lean_box(0); + lean_dec_ref(x_121); + x_137 = lean_box(0); } -if (lean_is_scalar(x_144)) { - x_145 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_137)) { + x_138 = lean_alloc_ctor(1, 2, 0); } else { - x_145 = x_144; + x_138 = x_137; } -lean_ctor_set(x_145, 0, x_142); -lean_ctor_set(x_145, 1, x_143); -return x_145; +lean_ctor_set(x_138, 0, x_135); +lean_ctor_set(x_138, 1, x_136); +return x_138; } } } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_104); -lean_dec(x_102); -lean_dec(x_97); +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_dec(x_96); -lean_dec(x_95); lean_dec(x_94); lean_dec(x_93); +lean_free_object(x_3); +lean_dec(x_32); +lean_dec(x_31); +lean_dec(x_30); +lean_dec(x_29); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_146 = lean_ctor_get(x_106, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_106, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_148 = x_106; +x_139 = lean_ctor_get(x_99, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_99, 1); +lean_inc(x_140); +if (lean_is_exclusive(x_99)) { + lean_ctor_release(x_99, 0); + lean_ctor_release(x_99, 1); + x_141 = x_99; } else { - lean_dec_ref(x_106); - x_148 = lean_box(0); + lean_dec_ref(x_99); + x_141 = lean_box(0); } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_141)) { + x_142 = lean_alloc_ctor(1, 2, 0); } else { - x_149 = x_148; -} -lean_ctor_set(x_149, 0, x_146); -lean_ctor_set(x_149, 1, x_147); -return x_149; + x_142 = x_141; } +lean_ctor_set(x_142, 0, x_139); +lean_ctor_set(x_142, 1, x_140); +return x_142; } } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; -lean_dec(x_97); -lean_dec(x_96); -lean_dec(x_95); +lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_dec(x_94); lean_dec(x_93); +lean_free_object(x_3); +lean_dec(x_32); +lean_dec(x_31); +lean_dec(x_30); +lean_dec(x_29); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_150 = lean_ctor_get(x_98, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_98, 1); -lean_inc(x_151); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_152 = x_98; +x_143 = lean_ctor_get(x_95, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_95, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + lean_ctor_release(x_95, 1); + x_145 = x_95; } else { - lean_dec_ref(x_98); - x_152 = lean_box(0); + lean_dec_ref(x_95); + x_145 = lean_box(0); } -if (lean_is_scalar(x_152)) { - x_153 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_145)) { + x_146 = lean_alloc_ctor(1, 2, 0); } else { - x_153 = x_152; -} -lean_ctor_set(x_153, 0, x_150); -lean_ctor_set(x_153, 1, x_151); -return x_153; + x_146 = x_145; } +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_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_147 = lean_ctor_get(x_3, 1); +x_148 = lean_ctor_get(x_3, 2); +x_149 = lean_ctor_get(x_3, 3); +x_150 = lean_ctor_get(x_3, 5); +lean_inc(x_150); +lean_inc(x_149); +lean_inc(x_148); +lean_inc(x_147); +lean_dec(x_3); +x_151 = lean_ctor_get(x_26, 0); +lean_inc(x_151); +x_152 = lean_ctor_get(x_26, 1); +lean_inc(x_152); +x_153 = lean_ctor_get(x_26, 2); +lean_inc(x_153); +if (lean_is_exclusive(x_26)) { + lean_ctor_release(x_26, 0); + lean_ctor_release(x_26, 1); + lean_ctor_release(x_26, 2); + x_154 = x_26; +} else { + lean_dec_ref(x_26); + x_154 = lean_box(0); } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___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_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +x_155 = l_Lean_Widget_diffHypotheses(x_1, x_27, x_151, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_155) == 0) +{ +lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_156 = lean_ctor_get(x_155, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_155, 1); +lean_inc(x_157); +lean_dec(x_155); +x_158 = l_Lean_Expr_mvar___override(x_2); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +x_159 = lean_infer_type(x_158, x_4, x_5, x_6, x_7, x_157); +if (lean_obj_tag(x_159) == 0) { -lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +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_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 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_160, x_4, x_5, x_6, x_7, x_161); +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_st_ref_get(x_5, x_164); +x_166 = lean_ctor_get(x_165, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_165, 1); +lean_inc(x_167); +lean_dec(x_165); +x_168 = lean_ctor_get(x_166, 0); +lean_inc(x_168); +lean_dec(x_166); +lean_inc(x_149); +x_169 = l_Lean_MetavarContext_findDecl_x3f(x_168, x_149); +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_dec(x_163); +lean_dec(x_156); +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); +lean_dec(x_150); +lean_dec(x_148); +lean_dec(x_147); +x_170 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_170, 0, x_149); +x_171 = l_Lean_Widget_diffInteractiveGoal___closed__6; +x_172 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_170); +x_173 = l_Lean_Widget_diffInteractiveGoal___closed__7; +x_174 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +x_175 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_174, x_4, x_5, x_6, x_7, x_167); +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_7; -} +return x_175; } -LEAN_EXPORT lean_object* l_Lean_Widget_diffInteractiveGoal___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: +else { -uint8_t x_9; lean_object* x_10; -x_9 = lean_unbox(x_1); -lean_dec(x_1); -x_10 = l_Lean_Widget_diffInteractiveGoal(x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_10; +lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; +x_176 = lean_ctor_get(x_169, 0); +lean_inc(x_176); +lean_dec(x_169); +x_177 = lean_ctor_get(x_176, 2); +lean_inc(x_177); +lean_dec(x_176); +x_178 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_177, x_4, x_5, x_6, x_7, x_167); +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_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +x_181 = l_Lean_Widget_exprDiff(x_163, x_179, x_1, x_4, x_5, x_6, x_7, x_180); +if (lean_obj_tag(x_181) == 0) +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_181, 1); +lean_inc(x_183); +lean_dec(x_181); +x_184 = l_Lean_Widget_addDiffTags(x_1, x_182, x_152, x_4, x_5, x_6, x_7, x_183); +if (lean_obj_tag(x_184) == 0) +{ +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; +x_185 = lean_ctor_get(x_184, 0); +lean_inc(x_185); +x_186 = lean_ctor_get(x_184, 1); +lean_inc(x_186); +if (lean_is_exclusive(x_184)) { + lean_ctor_release(x_184, 0); + lean_ctor_release(x_184, 1); + x_187 = x_184; +} else { + lean_dec_ref(x_184); + x_187 = lean_box(0); } +if (lean_is_scalar(x_154)) { + x_188 = lean_alloc_ctor(0, 3, 0); +} else { + x_188 = x_154; +} +lean_ctor_set(x_188, 0, x_156); +lean_ctor_set(x_188, 1, x_185); +lean_ctor_set(x_188, 2, x_153); +x_189 = l_Lean_Widget_diffInteractiveGoal___closed__8; +x_190 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_190, 0, x_188); +lean_ctor_set(x_190, 1, x_147); +lean_ctor_set(x_190, 2, x_148); +lean_ctor_set(x_190, 3, x_149); +lean_ctor_set(x_190, 4, x_189); +lean_ctor_set(x_190, 5, x_150); +if (lean_is_scalar(x_187)) { + x_191 = lean_alloc_ctor(0, 2, 0); +} else { + x_191 = x_187; } -static lean_object* _init_l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1___closed__1() { -_start: +lean_ctor_set(x_191, 0, x_190); +lean_ctor_set(x_191, 1, x_186); +return x_191; +} +else { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Name_quickCmp___boxed), 2, 0); -return x_1; +lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; +lean_dec(x_156); +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_150); +lean_dec(x_149); +lean_dec(x_148); +lean_dec(x_147); +x_192 = lean_ctor_get(x_184, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_184, 1); +lean_inc(x_193); +if (lean_is_exclusive(x_184)) { + lean_ctor_release(x_184, 0); + lean_ctor_release(x_184, 1); + x_194 = x_184; +} else { + lean_dec_ref(x_184); + 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_EXPORT lean_object* l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___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) { -_start: -{ +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_156); +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); +lean_dec(x_150); +lean_dec(x_149); +lean_dec(x_148); +lean_dec(x_147); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_196 = lean_ctor_get(x_181, 0); +lean_inc(x_196); +x_197 = lean_ctor_get(x_181, 1); +lean_inc(x_197); +if (lean_is_exclusive(x_181)) { + lean_ctor_release(x_181, 0); + lean_ctor_release(x_181, 1); + x_198 = x_181; +} else { + lean_dec_ref(x_181); + 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 +{ +lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; +lean_dec(x_156); +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); +lean_dec(x_150); +lean_dec(x_149); +lean_dec(x_148); +lean_dec(x_147); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_200 = lean_ctor_get(x_159, 0); +lean_inc(x_200); +x_201 = lean_ctor_get(x_159, 1); +lean_inc(x_201); +if (lean_is_exclusive(x_159)) { + lean_ctor_release(x_159, 0); + lean_ctor_release(x_159, 1); + x_202 = x_159; +} else { + lean_dec_ref(x_159); + x_202 = lean_box(0); +} +if (lean_is_scalar(x_202)) { + x_203 = lean_alloc_ctor(1, 2, 0); +} else { + x_203 = x_202; +} +lean_ctor_set(x_203, 0, x_200); +lean_ctor_set(x_203, 1, x_201); +return x_203; +} +} +else +{ +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_152); +lean_dec(x_150); +lean_dec(x_149); +lean_dec(x_148); +lean_dec(x_147); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +x_204 = lean_ctor_get(x_155, 0); +lean_inc(x_204); +x_205 = lean_ctor_get(x_155, 1); +lean_inc(x_205); +if (lean_is_exclusive(x_155)) { + lean_ctor_release(x_155, 0); + lean_ctor_release(x_155, 1); + x_206 = x_155; +} else { + lean_dec_ref(x_155); + x_206 = lean_box(0); +} +if (lean_is_scalar(x_206)) { + x_207 = lean_alloc_ctor(1, 2, 0); +} else { + x_207 = x_206; +} +lean_ctor_set(x_207, 0, x_204); +lean_ctor_set(x_207, 1, x_205); +return x_207; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___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_throwError___at_Lean_Widget_diffInteractiveGoal___spec__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); +lean_dec(x_2); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Widget_diffInteractiveGoal___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_1); +lean_dec(x_1); +x_10 = l_Lean_Widget_diffInteractiveGoal(x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_10; +} +} +static lean_object* _init_l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1___closed__1() { +_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_List_foldlM___at_Lean_Widget_diffInteractiveGoals___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) { +_start: +{ if (lean_obj_tag(x_2) == 0) { lean_object* x_8; @@ -8201,179 +8469,175 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(uint8_t x_1, lean_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, uint8_t x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18, lean_object* x_19) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_box(x_1); -x_21 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__1___boxed), 4, 3); -lean_closure_set(x_21, 0, x_20); -lean_closure_set(x_21, 1, x_2); -lean_closure_set(x_21, 2, x_3); -x_22 = l_List_find_x3f___rarg(x_21, x_4); -if (lean_obj_tag(x_22) == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_box(x_1); +lean_inc(x_3); +x_14 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__1___boxed), 4, 3); +lean_closure_set(x_14, 0, x_13); +lean_closure_set(x_14, 1, x_2); +lean_closure_set(x_14, 2, x_3); +x_15 = l_List_find_x3f___rarg(x_14, x_4); +if (lean_obj_tag(x_15) == 0) { -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_13); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); if (x_1 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -lean_dec(x_11); -x_23 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -x_24 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_24, 0, x_5); -lean_ctor_set(x_24, 1, x_6); -lean_ctor_set(x_24, 2, x_7); -lean_ctor_set(x_24, 3, x_8); -lean_ctor_set(x_24, 4, x_9); -lean_ctor_set(x_24, 5, x_10); -lean_ctor_set(x_24, 6, x_23); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_19); -return x_25; +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; +x_16 = lean_ctor_get(x_5, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_5, 1); +lean_inc(x_17); +x_18 = lean_ctor_get(x_5, 2); +lean_inc(x_18); +x_19 = lean_ctor_get(x_5, 4); +lean_inc(x_19); +lean_dec(x_5); +x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; +x_21 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_21, 0, x_16); +lean_ctor_set(x_21, 1, x_17); +lean_ctor_set(x_21, 2, x_18); +lean_ctor_set(x_21, 3, x_3); +lean_ctor_set(x_21, 4, x_19); +lean_ctor_set(x_21, 5, x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_12); +return x_22; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_10); -x_26 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -x_27 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_27, 0, x_5); -lean_ctor_set(x_27, 1, x_6); -lean_ctor_set(x_27, 2, x_7); -lean_ctor_set(x_27, 3, x_8); -lean_ctor_set(x_27, 4, x_9); -lean_ctor_set(x_27, 5, x_26); -lean_ctor_set(x_27, 6, x_11); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_19); -return x_28; +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; +x_23 = lean_ctor_get(x_5, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_5, 1); +lean_inc(x_24); +x_25 = lean_ctor_get(x_5, 2); +lean_inc(x_25); +x_26 = lean_ctor_get(x_5, 5); +lean_inc(x_26); +lean_dec(x_5); +x_27 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; +x_28 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_28, 0, x_23); +lean_ctor_set(x_28, 1, x_24); +lean_ctor_set(x_28, 2, x_25); +lean_ctor_set(x_28, 3, x_3); +lean_ctor_set(x_28, 4, x_27); +lean_ctor_set(x_28, 5, x_26); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_12); +return x_29; } } else { -lean_object* x_29; lean_object* x_30; -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); -x_29 = lean_ctor_get(x_22, 0); -lean_inc(x_29); -lean_dec(x_22); -x_30 = l_Lean_Widget_diffInteractiveGoal(x_12, x_29, x_13, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_30) == 0) +lean_object* x_30; lean_object* x_31; +lean_dec(x_3); +x_30 = lean_ctor_get(x_15, 0); +lean_inc(x_30); +lean_dec(x_15); +x_31 = l_Lean_Widget_diffInteractiveGoal(x_6, x_30, x_5, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_31) == 0) { -uint8_t x_31; -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +uint8_t x_32; +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) { -return x_30; +return x_31; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ctor_get(x_31, 1); +lean_inc(x_34); lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_30); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -return x_34; +lean_dec(x_31); +x_35 = lean_alloc_ctor(0, 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_35; -x_35 = !lean_is_exclusive(x_30); -if (x_35 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_31); +if (x_36 == 0) { -return x_30; +return x_31; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_30, 0); -x_37 = lean_ctor_get(x_30, 1); +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_31, 0); +x_38 = lean_ctor_get(x_31, 1); +lean_inc(x_38); lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_30); -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_dec(x_31); +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_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3(uint8_t x_1, lean_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, uint8_t x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18, lean_object* x_19, lean_object* x_20) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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_21; uint8_t x_22; -lean_dec(x_15); -lean_dec(x_14); -x_21 = 0; -x_22 = l_List_foldr___at_Lean_Widget_diffInteractiveGoals___spec__3(x_3, x_21, x_4); -if (x_22 == 0) +uint8_t x_14; uint8_t x_15; +lean_dec(x_8); +lean_dec(x_7); +x_14 = 0; +x_15 = l_List_foldr___at_Lean_Widget_diffInteractiveGoals___spec__3(x_3, x_14, x_4); +if (x_15 == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_box(0); -x_24 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___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_23, x_16, x_17, x_18, x_19, x_20); -return x_24; +lean_object* x_16; lean_object* x_17; +x_16 = lean_box(0); +x_17 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_16, x_9, x_10, x_11, x_12, x_13); +return x_17; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_13); +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_dec(x_12); +lean_dec(x_11); lean_dec(x_10); +lean_dec(x_9); lean_dec(x_4); -lean_dec(x_3); lean_dec(x_2); -x_25 = lean_box(0); -x_26 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_26, 0, x_5); -lean_ctor_set(x_26, 1, x_6); -lean_ctor_set(x_26, 2, x_7); -lean_ctor_set(x_26, 3, x_8); -lean_ctor_set(x_26, 4, x_9); -lean_ctor_set(x_26, 5, x_25); -lean_ctor_set(x_26, 6, x_11); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_20); -return x_27; -} -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("error: goal not found", 21); -return x_1; -} +x_18 = lean_ctor_get(x_5, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_5, 1); +lean_inc(x_19); +x_20 = lean_ctor_get(x_5, 2); +lean_inc(x_20); +x_21 = lean_box(0); +x_22 = lean_ctor_get(x_5, 5); +lean_inc(x_22); +lean_dec(x_5); +x_23 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_23, 0, x_18); +lean_ctor_set(x_23, 1, x_19); +lean_ctor_set(x_23, 2, x_20); +lean_ctor_set(x_23, 3, x_3); +lean_ctor_set(x_23, 4, x_21); +lean_ctor_set(x_23, 5, 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; } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(uint8_t x_1, lean_object* x_2, uint8_t 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) { @@ -8397,104 +8661,48 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; x_16 = lean_array_uget(x_8, x_7); x_17 = lean_unsigned_to_nat(0u); x_18 = lean_array_uset(x_8, x_7, x_17); -x_19 = lean_ctor_get(x_16, 4); +x_19 = lean_ctor_get(x_16, 3); lean_inc(x_19); -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_5); -lean_dec(x_4); -x_20 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2; -x_21 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_20, 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); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) -{ -return x_21; -} -else -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_21); -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; 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_26 = lean_ctor_get(x_16, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_16, 1); -lean_inc(x_27); -x_28 = lean_ctor_get(x_16, 2); -lean_inc(x_28); -x_29 = lean_ctor_get(x_16, 3); -lean_inc(x_29); -x_30 = lean_ctor_get(x_16, 5); -lean_inc(x_30); -x_31 = lean_ctor_get(x_16, 6); -lean_inc(x_31); -x_32 = lean_ctor_get(x_19, 0); -lean_inc(x_32); -x_33 = lean_box(x_3); -x_34 = lean_box(x_1); +x_20 = lean_box(x_3); +x_21 = lean_box(x_1); lean_inc(x_4); -lean_inc(x_32); +lean_inc(x_19); lean_inc(x_5); -x_35 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3___boxed), 20, 13); -lean_closure_set(x_35, 0, x_33); -lean_closure_set(x_35, 1, x_5); -lean_closure_set(x_35, 2, x_32); -lean_closure_set(x_35, 3, x_4); -lean_closure_set(x_35, 4, x_26); -lean_closure_set(x_35, 5, x_27); -lean_closure_set(x_35, 6, x_28); -lean_closure_set(x_35, 7, x_29); -lean_closure_set(x_35, 8, x_19); -lean_closure_set(x_35, 9, x_30); -lean_closure_set(x_35, 10, x_31); -lean_closure_set(x_35, 11, x_34); -lean_closure_set(x_35, 12, x_16); +x_22 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3___boxed), 13, 6); +lean_closure_set(x_22, 0, x_20); +lean_closure_set(x_22, 1, x_5); +lean_closure_set(x_22, 2, x_19); +lean_closure_set(x_22, 3, x_4); +lean_closure_set(x_22, 4, x_16); +lean_closure_set(x_22, 5, x_21); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_36 = l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___rarg(x_32, x_35, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_36) == 0) +x_23 = l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg(x_19, x_22, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_37; lean_object* x_38; size_t x_39; size_t x_40; lean_object* x_41; -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 = 1; -x_40 = lean_usize_add(x_7, x_39); -x_41 = lean_array_uset(x_18, x_7, x_37); -x_7 = x_40; -x_8 = x_41; -x_13 = x_38; +lean_object* x_24; lean_object* x_25; size_t x_26; size_t 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); +lean_dec(x_23); +x_26 = 1; +x_27 = lean_usize_add(x_7, x_26); +x_28 = lean_array_uset(x_18, x_7, x_24); +x_7 = x_27; +x_8 = x_28; +x_13 = x_25; goto _start; } else { -uint8_t x_43; +uint8_t x_30; lean_dec(x_18); lean_dec(x_12); lean_dec(x_11); @@ -8502,24 +8710,23 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); -x_43 = !lean_is_exclusive(x_36); -if (x_43 == 0) +x_30 = !lean_is_exclusive(x_23); +if (x_30 == 0) { -return x_36; +return x_23; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_36, 0); -x_45 = lean_ctor_get(x_36, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_36); -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_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_23, 0); +x_32 = lean_ctor_get(x_23, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_23); +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; } } } @@ -8546,104 +8753,48 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +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; x_15 = lean_array_uget(x_7, x_6); x_16 = lean_unsigned_to_nat(0u); x_17 = lean_array_uset(x_7, x_6, x_16); -x_18 = lean_ctor_get(x_15, 4); +x_18 = lean_ctor_get(x_15, 3); lean_inc(x_18); -if (lean_obj_tag(x_18) == 0) -{ -lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_17); -lean_dec(x_15); -lean_dec(x_4); -lean_dec(x_3); -x_19 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2; -x_20 = l_Lean_throwError___at_Lean_Widget_diffInteractiveGoal___spec__1(x_19, 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); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) -{ -return x_20; -} -else -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -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; 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_15, 0); -lean_inc(x_25); -x_26 = lean_ctor_get(x_15, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_15, 2); -lean_inc(x_27); -x_28 = lean_ctor_get(x_15, 3); -lean_inc(x_28); -x_29 = lean_ctor_get(x_15, 5); -lean_inc(x_29); -x_30 = lean_ctor_get(x_15, 6); -lean_inc(x_30); -x_31 = lean_ctor_get(x_18, 0); -lean_inc(x_31); -x_32 = lean_box(x_2); -x_33 = lean_box(x_1); +x_19 = lean_box(x_2); +x_20 = lean_box(x_1); lean_inc(x_3); -lean_inc(x_31); +lean_inc(x_18); lean_inc(x_4); -x_34 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3___boxed), 20, 13); -lean_closure_set(x_34, 0, x_32); -lean_closure_set(x_34, 1, x_4); -lean_closure_set(x_34, 2, x_31); -lean_closure_set(x_34, 3, x_3); -lean_closure_set(x_34, 4, x_25); -lean_closure_set(x_34, 5, x_26); -lean_closure_set(x_34, 6, x_27); -lean_closure_set(x_34, 7, x_28); -lean_closure_set(x_34, 8, x_18); -lean_closure_set(x_34, 9, x_29); -lean_closure_set(x_34, 10, x_30); -lean_closure_set(x_34, 11, x_33); -lean_closure_set(x_34, 12, x_15); +x_21 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3___boxed), 13, 6); +lean_closure_set(x_21, 0, x_19); +lean_closure_set(x_21, 1, x_4); +lean_closure_set(x_21, 2, x_18); +lean_closure_set(x_21, 3, x_3); +lean_closure_set(x_21, 4, x_15); +lean_closure_set(x_21, 5, x_20); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_35 = l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___rarg(x_31, x_34, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_35) == 0) +x_22 = l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg(x_18, x_21, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_36; lean_object* x_37; size_t x_38; size_t x_39; lean_object* x_40; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = 1; -x_39 = lean_usize_add(x_6, x_38); -x_40 = lean_array_uset(x_17, x_6, x_36); -x_6 = x_39; -x_7 = x_40; -x_12 = x_37; +lean_object* x_23; lean_object* x_24; size_t x_25; size_t x_26; lean_object* x_27; +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 = 1; +x_26 = lean_usize_add(x_6, x_25); +x_27 = lean_array_uset(x_17, x_6, x_23); +x_6 = x_26; +x_7 = x_27; +x_12 = x_24; goto _start; } else { -uint8_t x_42; +uint8_t x_29; lean_dec(x_17); lean_dec(x_11); lean_dec(x_10); @@ -8651,24 +8802,23 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_3); -x_42 = !lean_is_exclusive(x_35); -if (x_42 == 0) +x_29 = !lean_is_exclusive(x_22); +if (x_29 == 0) { -return x_35; +return x_22; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_35, 0); -x_44 = lean_ctor_get(x_35, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_35); -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; -} +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; } } } @@ -8855,68 +9005,29 @@ x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -_start: -{ -uint8_t x_20; uint8_t x_21; lean_object* x_22; -x_20 = lean_unbox(x_1); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___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; uint8_t x_14; lean_object* x_15; +x_13 = lean_unbox(x_1); lean_dec(x_1); -x_21 = lean_unbox(x_12); -lean_dec(x_12); -x_22 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(x_20, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_21, x_13, x_14, x_15, x_16, x_17, x_18, x_19); -lean_dec(x_14); -return x_22; +x_14 = lean_unbox(x_6); +lean_dec(x_6); +x_15 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__2(x_13, x_2, x_3, x_4, x_5, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_7); +return x_15; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; -_start: -{ -uint8_t x_21; uint8_t x_22; lean_object* x_23; -x_21 = lean_unbox(x_1); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___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) { +_start: +{ +uint8_t x_14; uint8_t x_15; lean_object* x_16; +x_14 = lean_unbox(x_1); lean_dec(x_1); -x_22 = lean_unbox(x_12); -lean_dec(x_12); -x_23 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3(x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_22, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -return x_23; +x_15 = lean_unbox(x_6); +lean_dec(x_6); +x_16 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___lambda__3(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); +return x_16; } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___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) { @@ -9076,16 +9187,8 @@ l_Lean_Widget_diffInteractiveGoal___closed__7 = _init_l_Lean_Widget_diffInteract lean_mark_persistent(l_Lean_Widget_diffInteractiveGoal___closed__7); l_Lean_Widget_diffInteractiveGoal___closed__8 = _init_l_Lean_Widget_diffInteractiveGoal___closed__8(); lean_mark_persistent(l_Lean_Widget_diffInteractiveGoal___closed__8); -l_Lean_Widget_diffInteractiveGoal___closed__9 = _init_l_Lean_Widget_diffInteractiveGoal___closed__9(); -lean_mark_persistent(l_Lean_Widget_diffInteractiveGoal___closed__9); -l_Lean_Widget_diffInteractiveGoal___closed__10 = _init_l_Lean_Widget_diffInteractiveGoal___closed__10(); -lean_mark_persistent(l_Lean_Widget_diffInteractiveGoal___closed__10); l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1___closed__1 = _init_l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1___closed__1(); lean_mark_persistent(l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1___closed__1); -l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__1 = _init_l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__1); -l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2 = _init_l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___closed__2); l_Lean_Widget_diffInteractiveGoals___closed__1 = _init_l_Lean_Widget_diffInteractiveGoals___closed__1(); lean_mark_persistent(l_Lean_Widget_diffInteractiveGoals___closed__1); return lean_io_result_mk_ok(lean_box(0)); diff --git a/stage0/stdlib/Lean/Widget/InteractiveCode.c b/stage0/stdlib/Lean/Widget/InteractiveCode.c index 9e374bbbeb50..e31907cdafed 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveCode.c +++ b/stage0/stdlib/Lean/Widget/InteractiveCode.c @@ -1,6 +1,6 @@ // Lean compiler output // Module: Lean.Widget.InteractiveCode -// Imports: Init Lean.PrettyPrinter Lean.Server.Rpc.Basic Lean.Widget.TaggedText Lean.Widget.Basic +// Imports: Init Lean.PrettyPrinter Lean.Server.Rpc.Basic Lean.Server.InfoUtils Lean.Widget.TaggedText Lean.Widget.Basic #include #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" @@ -59,6 +59,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_merge static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__21; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__29; lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_PersistentArray_empty(lean_object*); 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_Widget_CodeWithInfos_pretty(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_tagCodeInfos_go(lean_object*, lean_object*, lean_object*); @@ -167,6 +168,7 @@ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJ 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___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_SubexprInfo_diffStatus_x3f___default; +static lean_object* l_Lean_Widget_tagCodeInfos_go___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_588____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17_(uint8_t); @@ -2833,6 +2835,14 @@ goto _start; } } } +static lean_object* _init_l_Lean_Widget_tagCodeInfos_go___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_PersistentArray_empty(lean_box(0)); +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_Widget_tagCodeInfos_go___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -2850,24 +2860,26 @@ return x_7; } else { -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_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; x_8 = lean_ctor_get(x_6, 0); lean_inc(x_8); lean_dec(x_6); +x_9 = l_Lean_Widget_tagCodeInfos_go___lambda__1___closed__1; lean_inc(x_2); -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 = lean_box(0); -x_11 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_11, 0, x_9); -lean_ctor_set(x_11, 1, x_5); -lean_ctor_set(x_11, 2, x_10); -x_12 = l_Lean_Widget_tagCodeInfos_go(x_2, x_1, x_4); -x_13 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_13, 0, x_11); -lean_ctor_set(x_13, 1, x_12); -return x_13; +x_10 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_10, 0, x_2); +lean_ctor_set(x_10, 1, x_8); +lean_ctor_set(x_10, 2, x_9); +x_11 = lean_box(0); +x_12 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_5); +lean_ctor_set(x_12, 2, x_11); +x_13 = l_Lean_Widget_tagCodeInfos_go(x_2, x_1, x_4); +x_14 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_14, 0, x_12); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } @@ -3175,6 +3187,7 @@ return x_9; lean_object* initialize_Init(uint8_t builtin, lean_object*); lean_object* initialize_Lean_PrettyPrinter(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Server_Rpc_Basic(uint8_t builtin, lean_object*); +lean_object* initialize_Lean_Server_InfoUtils(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Widget_TaggedText(uint8_t builtin, lean_object*); lean_object* initialize_Lean_Widget_Basic(uint8_t builtin, lean_object*); static bool _G_initialized = false; @@ -3191,6 +3204,9 @@ lean_dec_ref(res); res = initialize_Lean_Server_Rpc_Basic(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); +res = initialize_Lean_Server_InfoUtils(builtin, lean_io_mk_world()); +if (lean_io_result_is_error(res)) return res; +lean_dec_ref(res); res = initialize_Lean_Widget_TaggedText(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); @@ -3345,6 +3361,8 @@ l_Lean_Widget_instRpcEncodableSubexprInfo___closed__3 = _init_l_Lean_Widget_inst lean_mark_persistent(l_Lean_Widget_instRpcEncodableSubexprInfo___closed__3); l_Lean_Widget_instRpcEncodableSubexprInfo = _init_l_Lean_Widget_instRpcEncodableSubexprInfo(); lean_mark_persistent(l_Lean_Widget_instRpcEncodableSubexprInfo); +l_Lean_Widget_tagCodeInfos_go___lambda__1___closed__1 = _init_l_Lean_Widget_tagCodeInfos_go___lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Widget_tagCodeInfos_go___lambda__1___closed__1); l_Lean_Widget_ppExprTagged___closed__1 = _init_l_Lean_Widget_ppExprTagged___closed__1(); lean_mark_persistent(l_Lean_Widget_ppExprTagged___closed__1); l_Lean_Widget_ppExprTagged___closed__2 = _init_l_Lean_Widget_ppExprTagged___closed__2(); diff --git a/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c b/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c index a0e47528af92..845921a133cb 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c +++ b/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c @@ -31,7 +31,6 @@ static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__60; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__31; -lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593_(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_752____lambda__1___closed__5; static lean_object* l_Lean_Widget_msgToInteractiveDiagnostic___closed__7; @@ -44,8 +43,8 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiag LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__5; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__13; +lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_InteractiveDiagnostic_toDiagnostic_prettyTt___closed__1; -lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_msgToInteractiveDiagnostic___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_2360____boxed(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__5___closed__4; @@ -84,6 +83,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_W static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__57; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__32; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__11; +lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__35; lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(lean_object*, lean_object*, lean_object*); @@ -92,7 +92,6 @@ lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Le extern lean_object* l_Lean_instInhabitedJson; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__9; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__49; -lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(lean_object*, lean_object*); lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(lean_object*, lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__2; @@ -186,6 +185,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodabl LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedEmbedFmt; static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____rarg___closed__5; 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_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__42; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(lean_object*, lean_object*, lean_object*); @@ -287,7 +287,6 @@ lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean static lean_object* l_Lean_Widget_msgToInteractiveDiagnostic___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_msgToInteractive_fmtToTT(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__16; -lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instImpl____x40_Lean_Widget_InteractiveDiagnostic___hyg_574____closed__3; static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____rarg___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_msgToInteractive_fmtToTT___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -318,6 +317,7 @@ static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget static lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__1(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Diagnostics_0__Lean_Lsp_fromJsonDiagnosticRelatedInformation____x40_Lean_Data_Lsp_Diagnostics___hyg_817_(lean_object*); +lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__6___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo___closed__4; @@ -2412,7 +2412,7 @@ lean_object* x_17; lean_object* x_18; uint8_t x_19; x_17 = lean_ctor_get(x_1, 0); lean_inc(x_17); lean_dec(x_1); -x_18 = l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346_(x_17, x_2); +x_18 = l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_(x_17, x_2); x_19 = !lean_is_exclusive(x_18); if (x_19 == 0) { @@ -3538,7 +3538,7 @@ lean_object* x_25; lean_object* x_26; x_25 = lean_ctor_get(x_7, 0); lean_inc(x_25); lean_dec(x_7); -x_26 = l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346_(x_25, x_2); +x_26 = l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(x_25, x_2); lean_dec(x_25); if (lean_obj_tag(x_26) == 0) { @@ -6412,7 +6412,7 @@ x_7 = lean_ctor_get(x_5, 0); lean_inc(x_7); x_8 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_7); lean_dec(x_7); -x_9 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(x_8, x_3); +x_9 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(x_8, x_3); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -6467,7 +6467,7 @@ lean_object* x_2010; lean_object* x_2011; lean_object* x_2012; x_2010 = lean_ctor_get(x_2007, 0); x_2011 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_2010); lean_dec(x_2010); -x_2012 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(x_2011, x_3); +x_2012 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(x_2011, x_3); if (lean_obj_tag(x_2012) == 0) { uint8_t x_2013; @@ -6513,7 +6513,7 @@ lean_inc(x_2017); lean_dec(x_2007); x_2018 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_2017); lean_dec(x_2017); -x_2019 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(x_2018, x_3); +x_2019 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(x_2018, x_3); if (lean_obj_tag(x_2019) == 0) { lean_object* x_2020; lean_object* x_2021; lean_object* x_2022; @@ -8186,7 +8186,7 @@ lean_object* x_1232; lean_object* x_1233; lean_object* x_1234; x_1232 = lean_ctor_get(x_929, 0); x_1233 = l_Lean_Json_getStr_x3f(x_1232); lean_dec(x_1232); -x_1234 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_1233, x_3); +x_1234 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_1233, x_3); if (lean_obj_tag(x_1234) == 0) { uint8_t x_1235; @@ -10405,7 +10405,7 @@ lean_inc(x_1657); lean_dec(x_929); x_1658 = l_Lean_Json_getStr_x3f(x_1657); lean_dec(x_1657); -x_1659 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_1658, x_3); +x_1659 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_1658, x_3); if (lean_obj_tag(x_1659) == 0) { lean_object* x_1660; lean_object* x_1661; lean_object* x_1662; @@ -13804,7 +13804,7 @@ lean_object* x_322; lean_object* x_323; lean_object* x_324; x_322 = lean_ctor_get(x_18, 0); x_323 = l_Lean_Json_getStr_x3f(x_322); lean_dec(x_322); -x_324 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_323, x_3); +x_324 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_323, x_3); if (lean_obj_tag(x_324) == 0) { uint8_t x_325; @@ -16071,7 +16071,7 @@ lean_inc(x_757); lean_dec(x_18); x_758 = l_Lean_Json_getStr_x3f(x_757); lean_dec(x_757); -x_759 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_758, x_3); +x_759 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_758, x_3); if (lean_obj_tag(x_759) == 0) { lean_object* x_760; lean_object* x_761; lean_object* x_762; diff --git a/stage0/stdlib/Lean/Widget/InteractiveGoal.c b/stage0/stdlib/Lean/Widget/InteractiveGoal.c index dfa9c72c88f0..862eade34ec4 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveGoal.c +++ b/stage0/stdlib/Lean/Widget/InteractiveGoal.c @@ -13,373 +13,394 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__9; uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_getGoalPrefix(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__48; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__18; lean_object* l_List_join___rarg(lean_object*); lean_object* l_Lean_Syntax_decodeNameLit(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__53; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___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_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; static lean_object* l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__3; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__26; -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4; lean_object* l_Lean_MetavarContext_findDecl_x3f(lean_object*, lean_object*); +static lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___closed__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty_addLine(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23; lean_object* l_Lean_Widget_ppExprTagged(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__12; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3; extern lean_object* l_Lean_Meta_pp_auxDecls; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__40; static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__14; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__42; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__19; +LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1(size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals___closed__2; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__14; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__12; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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_Widget_instToJsonRpcEncodablePacket__2___closed__1; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__2; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_addInteractiveHypothesisBundle___spec__2(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__13; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27; +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isType_x3f___default; LEAN_EXPORT lean_object* l_Lean_Widget_addInteractiveHypothesisBundle(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__6; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__31; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__64; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___rarg(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_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Widget_goalToInteractive___spec__2(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_Widget_InteractiveTermGoal_toInteractiveGoal___boxed(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_Widget_goalToInteractive___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__28; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682____boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___boxed(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3437_(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__9; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33; uint8_t l_Lean_Name_isAnonymous(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__8; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9(lean_object*); extern lean_object* l_Lean_Meta_pp_showLetValues; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__2; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__16; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__56; -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__35; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__34; +static lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514_(lean_object*); lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___closed__1; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__61; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveTermGoal_pretty(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__46; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925_(lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(lean_object*, lean_object*); +lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__51; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Widget_goalToInteractive___spec__2___lambda__1___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_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__43; LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoal_isInserted_x3f___default; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__13; LEAN_EXPORT lean_object* l_Lean_Widget_instEmptyCollectionInteractiveGoals; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931____boxed(lean_object*); -static lean_object* l_Lean_Widget_InteractiveGoal_pretty___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15; static lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___closed__2; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4; uint8_t lean_string_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Widget_InteractiveGoal_pretty___closed__1; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__25; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__29; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864_(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__16; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__30; lean_object* l_Lean_Json_getBool_x3f(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(size_t, size_t, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2537_(lean_object*, lean_object*); uint8_t l_Std_Format_isNil(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12; static lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__4; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedInteractiveTermGoal; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(size_t, size_t, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__12; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t, size_t, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49; lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__35; lean_object* l_Lean_Json_getStr_x3f(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__55; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_dec____x40_Lean_Widget_InteractiveCode___hyg_317____boxed(lean_object*, lean_object*); 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*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6; size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_goalToInteractive(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__20; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals___closed__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7; static lean_object* l_Lean_Widget_goalToInteractive___lambda__1___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__11; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__19; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13; extern lean_object* l_Lean_Meta_pp_implementationDetailHyps; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__25; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____boxed(lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(size_t, size_t, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__52; uint8_t l_Lean_Expr_isSort(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__7; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____boxed(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__43; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__32; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__9; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41; lean_object* l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_addInteractiveHypothesisBundle___spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____boxed(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__10; lean_object* lean_nat_to_int(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__12; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__40; static lean_object* l_Lean_Widget_goalToInteractive___closed__3; -LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__31; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__26; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__34; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__38; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_addInteractiveHypothesisBundle___spec__1(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__14; -LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Widget_goalToInteractive___closed__2; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__38; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__7; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__58; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4(uint8_t, 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*); static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__1___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoal_pretty(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__45; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_enc____x40_Lean_Widget_InteractiveCode___hyg_317_(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__5; lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22; static lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__3; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__10; -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoals_append(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12; +lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instAppendInteractiveGoals; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____boxed(lean_object*); static lean_object* l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__45; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(size_t, size_t, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__9; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__1; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__27; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__39; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__14; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__17; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__8; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__21; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__4; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537_(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__5; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoal_isRemoved_x3f___default; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__7; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__58; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__50; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30; static lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__18; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__61; LEAN_EXPORT lean_object* l_Lean_Widget_goalToInteractive___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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__9; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__59; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__15; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__3(uint8_t, uint8_t, uint8_t, 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_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__3; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__5; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__9; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__29; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__5; +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isInstance_x3f___default; LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__51; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__22; +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14; lean_object* l_Lean_Meta_withLCtx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__2; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____boxed(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__11; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__27; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Widget_InteractiveGoal_pretty___closed__2; +extern lean_object* l_Lean_Widget_instTypeNameContextInfo; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__34; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__7; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__4; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__13; +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__3; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__10; LEAN_EXPORT lean_object* l_Lean_Widget_goalToInteractive___lambda__1(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_Lean_Widget_instToJsonRpcEncodablePacket__3___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10; uint8_t l_Lean_LocalDecl_isImplementationDetail(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__5; -LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoal_mvarId_x3f___default; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__22; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__8; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2790_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__18; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__5; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__24; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__5; 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___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__23; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__49; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____boxed(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__50; lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__1___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__28; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__22; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__6; lean_object* lean_simp_macro_scopes(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__9; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(lean_object*, lean_object*); lean_object* l_Lean_throwError___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__9; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__5(uint8_t, 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*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__37; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__6; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1; +static lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Widget_goalToInteractive___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__26; static lean_object* l_Lean_Widget_goalToInteractive___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__5; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__2; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(size_t, size_t, lean_object*, lean_object*); +static lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___spec__1(uint8_t, 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___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__24; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3; static lean_object* l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__1; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178_(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__4; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__20; 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_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__33; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676____boxed(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____boxed(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__21; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__16; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925____boxed(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__4___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__20; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__29; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15; +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__39; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isInserted_x3f___default; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(size_t, size_t, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_val_x3f___default; lean_object* l_String_intercalate(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__30; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__62; lean_object* l_Lean_Meta_isClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__36; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3; size_t lean_usize_add(size_t, size_t); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__31; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instAppendInteractiveGoals___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Widget_instInhabitedInteractiveGoal___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__24; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__31; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__29; +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_InteractiveGoal_addLine(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064_(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__21; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__17; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__16; lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedInteractiveGoal; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___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_array_get_size(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__24; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184_(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__2; lean_object* l_Lean_LocalContext_sanitizeNames(lean_object*, lean_object*); static lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___closed__1; +static lean_object* l_Lean_Widget_InteractiveTermGoal_pretty___closed__1; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__15; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__20; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__4; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__33; 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*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__10; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isRemoved_x3f___default; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__52; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__5; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__3; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62; +static lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__44; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___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*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__6; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* l_Lean_Widget_TaggedText_stripTags___rarg(lean_object*); uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__7; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6; lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); -static lean_object* l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2___boxed(lean_object*, lean_object*); +extern lean_object* l_Lean_Widget_instTypeNameTermInfo; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63; static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064____boxed(lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__47; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__57; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__16; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__8; lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx(lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__2; @@ -392,6 +413,22 @@ x_1 = lean_box(0); return x_1; } } +static lean_object* _init_l_Lean_Widget_InteractiveHypothesisBundle_isInstance_x3f___default() { +_start: +{ +lean_object* x_1; +x_1 = lean_box(0); +return x_1; +} +} +static lean_object* _init_l_Lean_Widget_InteractiveHypothesisBundle_isType_x3f___default() { +_start: +{ +lean_object* x_1; +x_1 = lean_box(0); +return x_1; +} +} static lean_object* _init_l_Lean_Widget_InteractiveHypothesisBundle_isInserted_x3f___default() { _start: { @@ -438,21 +475,20 @@ return x_2; static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; +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_Widget_instInhabitedInteractiveHypothesisBundle___closed__1; x_3 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__3; -x_4 = 0; -x_5 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_5, 0, x_2); -lean_ctor_set(x_5, 1, x_2); -lean_ctor_set(x_5, 2, x_3); -lean_ctor_set(x_5, 3, x_1); -lean_ctor_set(x_5, 4, x_1); -lean_ctor_set(x_5, 5, x_1); -lean_ctor_set_uint8(x_5, sizeof(void*)*6, x_4); -lean_ctor_set_uint8(x_5, sizeof(void*)*6 + 1, x_4); -return x_5; +x_4 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_4, 0, x_2); +lean_ctor_set(x_4, 1, x_2); +lean_ctor_set(x_4, 2, x_3); +lean_ctor_set(x_4, 3, x_1); +lean_ctor_set(x_4, 4, x_1); +lean_ctor_set(x_4, 5, x_1); +lean_ctor_set(x_4, 6, x_1); +lean_ctor_set(x_4, 7, x_1); +return x_4; } } static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveHypothesisBundle() { @@ -463,7 +499,7 @@ x_1 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__4; return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1() { _start: { lean_object* x_1; @@ -471,7 +507,7 @@ x_1 = lean_mk_string_from_bytes("names", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2() { _start: { lean_object* x_1; @@ -479,17 +515,17 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__3() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4() { _start: { lean_object* x_1; @@ -497,17 +533,17 @@ x_1 = lean_mk_string_from_bytes("Widget", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__5() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__3; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__6() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__6() { _start: { lean_object* x_1; @@ -515,17 +551,17 @@ x_1 = lean_mk_string_from_bytes("RpcEncodablePacket", 18); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__7() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__5; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__6; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__5; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__8() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__8() { _start: { lean_object* x_1; @@ -533,37 +569,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__9() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__7; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__8; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__7; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__10() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__9; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__9; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__11() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__10; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__10; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__12() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__12() { _start: { lean_object* x_1; @@ -571,17 +607,17 @@ x_1 = lean_mk_string_from_bytes("InteractiveGoal", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__13() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__11; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__12; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__14() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14() { _start: { lean_object* x_1; @@ -589,37 +625,37 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__13; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__14; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__13; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__16() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15; x_2 = lean_unsigned_to_nat(5u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__17() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__16; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__16; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18() { _start: { lean_object* x_1; @@ -627,47 +663,47 @@ x_1 = lean_mk_string_from_bytes(".", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__17; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__17; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__20() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__21() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__20; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__20; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__22() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__21; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23() { _start: { lean_object* x_1; @@ -675,17 +711,17 @@ x_1 = lean_mk_string_from_bytes(": ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__24() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__22; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__22; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25() { _start: { lean_object* x_1; @@ -693,47 +729,47 @@ x_1 = lean_mk_string_from_bytes("fvarIds", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__26() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__27() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__26; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__28() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__27; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__29() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__28; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30() { _start: { lean_object* x_1; @@ -741,47 +777,47 @@ x_1 = lean_mk_string_from_bytes("type", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__31() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__31; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__31; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__33() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__34() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__33; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__35() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35() { _start: { lean_object* x_1; @@ -789,7 +825,7 @@ x_1 = lean_mk_string_from_bytes("val", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__36() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36() { _start: { lean_object* x_1; @@ -797,47 +833,47 @@ x_1 = lean_mk_string_from_bytes("val?", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__37() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__36; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__38() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__38() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__37; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__39() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__39() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__38; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__38; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__40() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__40() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__39; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__39; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41() { _start: { lean_object* x_1; @@ -845,47 +881,55 @@ x_1 = lean_mk_string_from_bytes("isInstance", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__42() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("isInstance?", 11); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__43() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__42; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__43; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__44() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__45() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__43; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__45() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__46() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__44; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__45; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47() { _start: { lean_object* x_1; @@ -893,47 +937,55 @@ x_1 = lean_mk_string_from_bytes("isType", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__47() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("isType?", 7); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__48() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__50() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__47; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__49() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__51() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__48; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__50; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__50() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__52() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__49; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__51; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__51() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53() { _start: { lean_object* x_1; @@ -941,7 +993,7 @@ x_1 = lean_mk_string_from_bytes("isInserted", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__52() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54() { _start: { lean_object* x_1; @@ -949,47 +1001,47 @@ x_1 = lean_mk_string_from_bytes("isInserted?", 11); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__53() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__52; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__53; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__55() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__57() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__56() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__58() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__55; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__57; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59() { _start: { lean_object* x_1; @@ -997,7 +1049,7 @@ x_1 = lean_mk_string_from_bytes("isRemoved", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__58() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60() { _start: { lean_object* x_1; @@ -1005,86 +1057,86 @@ x_1 = lean_mk_string_from_bytes("isRemoved?", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__59() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__58; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__59; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__61; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__61() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__62() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__64() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__61; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184_(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; lean_object* x_24; uint8_t x_25; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____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_1743____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_178____closed__25; +x_5 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25; x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_178____closed__30; +x_8 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30; x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_178____closed__35; +x_11 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35; x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_178____closed__41; -x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____spec__2(x_1, x_14); +x_14 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41; +x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_178____closed__46; -x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____spec__2(x_1, x_17); +x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47; +x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_178____closed__51; +x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53; x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(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_178____closed__57; +x_23 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59; x_24 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(x_1, x_23); x_25 = !lean_is_exclusive(x_24); if (x_25 == 0) @@ -1124,11 +1176,11 @@ return x_30; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178_(x_1); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184_(x_1); lean_dec(x_1); return x_2; } @@ -1137,7 +1189,7 @@ static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__1___clos _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____boxed), 1, 0); return x_1; } } @@ -1149,10 +1201,10 @@ x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__1___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(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; 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; lean_object* x_40; lean_object* x_41; +lean_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; 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_2 = lean_ctor_get(x_1, 0); x_3 = lean_ctor_get(x_1, 1); x_4 = lean_ctor_get(x_1, 2); @@ -1161,7 +1213,7 @@ x_6 = lean_ctor_get(x_1, 4); x_7 = lean_ctor_get(x_1, 5); x_8 = lean_ctor_get(x_1, 6); x_9 = lean_ctor_get(x_1, 7); -x_10 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1; +x_10 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1; lean_inc(x_2); x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); @@ -1170,7 +1222,7 @@ 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 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25; +x_14 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25; lean_inc(x_3); x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); @@ -1178,7 +1230,7 @@ lean_ctor_set(x_15, 1, x_3); x_16 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_12); -x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30; +x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30; lean_inc(x_4); x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); @@ -1186,62 +1238,50 @@ lean_ctor_set(x_18, 1, x_4); 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_178____closed__35; +x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35; x_21 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_20, x_5); -x_22 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41; -lean_inc(x_6); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_6); -x_24 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_12); -x_25 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46; -lean_inc(x_7); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_7); -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_178____closed__51; -x_29 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_28, x_8); -x_30 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57; -x_31 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_30, x_9); +x_22 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41; +x_23 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_22, x_6); +x_24 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47; +x_25 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_24, x_7); +x_26 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53; +x_27 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_26, x_8); +x_28 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59; +x_29 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(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); +x_31 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_31, 0, x_27); +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_12); +lean_ctor_set(x_32, 0, x_25); +lean_ctor_set(x_32, 1, x_31); x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_29); +lean_ctor_set(x_33, 0, x_23); lean_ctor_set(x_33, 1, x_32); x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_27); +lean_ctor_set(x_34, 0, x_21); lean_ctor_set(x_34, 1, x_33); x_35 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_35, 0, x_24); +lean_ctor_set(x_35, 0, x_19); lean_ctor_set(x_35, 1, x_34); x_36 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_36, 0, x_21); +lean_ctor_set(x_36, 0, x_16); lean_ctor_set(x_36, 1, x_35); x_37 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_37, 0, x_19); +lean_ctor_set(x_37, 0, x_13); lean_ctor_set(x_37, 1, x_36); -x_38 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_38, 0, x_16); -lean_ctor_set(x_38, 1, x_37); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_13); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_List_join___rarg(x_39); -x_41 = l_Lean_Json_mkObj(x_40); -return x_41; +x_38 = l_List_join___rarg(x_37); +x_39 = l_Lean_Json_mkObj(x_38); +return x_39; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_1); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_1); lean_dec(x_1); return x_2; } @@ -1250,7 +1290,7 @@ static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__1___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682____boxed), 1, 0); return x_1; } } @@ -1564,7 +1604,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5_(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; lean_object* x_9; lean_object* x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; size_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_98; +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; lean_object* x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; size_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_120; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); x_4 = lean_array_get_size(x_3); @@ -1617,14 +1657,114 @@ if (lean_is_exclusive(x_26)) { x_29 = lean_box(0); } x_30 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_27); -x_98 = lean_ctor_get(x_1, 3); +x_120 = lean_ctor_get(x_1, 3); +lean_inc(x_120); +if (lean_obj_tag(x_120) == 0) +{ +lean_object* x_121; +x_121 = lean_box(0); +x_31 = x_121; +x_32 = x_28; +goto block_119; +} +else +{ +uint8_t x_122; +x_122 = !lean_is_exclusive(x_120); +if (x_122 == 0) +{ +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_123 = lean_ctor_get(x_120, 0); +x_124 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_25, x_123, x_28); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_125); +lean_ctor_set(x_120, 0, x_127); +x_31 = x_120; +x_32 = x_126; +goto block_119; +} +else +{ +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_128 = lean_ctor_get(x_120, 0); +lean_inc(x_128); +lean_dec(x_120); +x_129 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_25, x_128, x_28); +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); +lean_dec(x_129); +x_132 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_130); +x_133 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_133, 0, x_132); +x_31 = x_133; +x_32 = x_131; +goto block_119; +} +} +block_119: +{ +lean_object* x_33; lean_object* x_34; lean_object* x_109; +x_109 = lean_ctor_get(x_1, 4); +lean_inc(x_109); +if (lean_obj_tag(x_109) == 0) +{ +lean_object* x_110; +x_110 = lean_box(0); +x_33 = x_110; +x_34 = x_32; +goto block_108; +} +else +{ +uint8_t x_111; +x_111 = !lean_is_exclusive(x_109); +if (x_111 == 0) +{ +lean_object* x_112; lean_object* x_113; uint8_t x_114; +x_112 = lean_ctor_get(x_109, 0); +x_113 = lean_alloc_ctor(1, 0, 1); +x_114 = lean_unbox(x_112); +lean_dec(x_112); +lean_ctor_set_uint8(x_113, 0, x_114); +lean_ctor_set(x_109, 0, x_113); +x_33 = x_109; +x_34 = x_32; +goto block_108; +} +else +{ +lean_object* x_115; lean_object* x_116; uint8_t x_117; lean_object* x_118; +x_115 = lean_ctor_get(x_109, 0); +lean_inc(x_115); +lean_dec(x_109); +x_116 = lean_alloc_ctor(1, 0, 1); +x_117 = lean_unbox(x_115); +lean_dec(x_115); +lean_ctor_set_uint8(x_116, 0, x_117); +x_118 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_118, 0, x_116); +x_33 = x_118; +x_34 = x_32; +goto block_108; +} +} +block_108: +{ +lean_object* x_35; lean_object* x_36; lean_object* x_98; +x_98 = lean_ctor_get(x_1, 5); lean_inc(x_98); if (lean_obj_tag(x_98) == 0) { lean_object* x_99; x_99 = lean_box(0); -x_31 = x_99; -x_32 = x_28; +x_35 = x_99; +x_36 = x_34; goto block_97; } else @@ -1633,56 +1773,44 @@ uint8_t x_100; x_100 = !lean_is_exclusive(x_98); if (x_100 == 0) { -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; uint8_t x_103; x_101 = lean_ctor_get(x_98, 0); -x_102 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_25, x_101, x_28); -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___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_103); -lean_ctor_set(x_98, 0, x_105); -x_31 = x_98; -x_32 = x_104; +x_102 = lean_alloc_ctor(1, 0, 1); +x_103 = lean_unbox(x_101); +lean_dec(x_101); +lean_ctor_set_uint8(x_102, 0, x_103); +lean_ctor_set(x_98, 0, x_102); +x_35 = x_98; +x_36 = x_34; goto block_97; } 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; -x_106 = lean_ctor_get(x_98, 0); -lean_inc(x_106); +lean_object* x_104; lean_object* x_105; uint8_t x_106; lean_object* x_107; +x_104 = lean_ctor_get(x_98, 0); +lean_inc(x_104); lean_dec(x_98); -x_107 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_25, x_106, x_28); -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_107, 1); -lean_inc(x_109); -lean_dec(x_107); -x_110 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_108); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_110); -x_31 = x_111; -x_32 = x_109; +x_105 = lean_alloc_ctor(1, 0, 1); +x_106 = lean_unbox(x_104); +lean_dec(x_104); +lean_ctor_set_uint8(x_105, 0, x_106); +x_107 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_107, 0, x_105); +x_35 = x_107; +x_36 = x_34; goto block_97; } } block_97: { -uint8_t x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; -x_33 = lean_ctor_get_uint8(x_1, sizeof(void*)*6); -x_34 = lean_alloc_ctor(1, 0, 1); -lean_ctor_set_uint8(x_34, 0, x_33); -x_35 = lean_ctor_get_uint8(x_1, sizeof(void*)*6 + 1); -x_36 = lean_alloc_ctor(1, 0, 1); -lean_ctor_set_uint8(x_36, 0, x_35); -x_37 = lean_ctor_get(x_1, 4); +lean_object* x_37; +x_37 = lean_ctor_get(x_1, 6); lean_inc(x_37); if (lean_obj_tag(x_37) == 0) { lean_object* x_38; lean_object* x_39; x_38 = lean_box(0); -x_39 = lean_ctor_get(x_1, 5); +x_39 = lean_ctor_get(x_1, 7); lean_inc(x_39); lean_dec(x_1); if (lean_obj_tag(x_39) == 0) @@ -1693,11 +1821,11 @@ lean_ctor_set(x_40, 0, x_13); lean_ctor_set(x_40, 1, x_23); lean_ctor_set(x_40, 2, x_30); lean_ctor_set(x_40, 3, x_31); -lean_ctor_set(x_40, 4, x_34); -lean_ctor_set(x_40, 5, x_36); +lean_ctor_set(x_40, 4, x_33); +lean_ctor_set(x_40, 5, x_35); lean_ctor_set(x_40, 6, x_38); lean_ctor_set(x_40, 7, x_38); -x_41 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_40); +x_41 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_40); lean_dec(x_40); if (lean_is_scalar(x_29)) { x_42 = lean_alloc_ctor(0, 2, 0); @@ -1705,7 +1833,7 @@ if (lean_is_scalar(x_29)) { x_42 = x_29; } lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_32); +lean_ctor_set(x_42, 1, x_36); return x_42; } else @@ -1726,11 +1854,11 @@ lean_ctor_set(x_47, 0, x_13); lean_ctor_set(x_47, 1, x_23); lean_ctor_set(x_47, 2, x_30); lean_ctor_set(x_47, 3, x_31); -lean_ctor_set(x_47, 4, x_34); -lean_ctor_set(x_47, 5, x_36); +lean_ctor_set(x_47, 4, x_33); +lean_ctor_set(x_47, 5, x_35); lean_ctor_set(x_47, 6, x_38); lean_ctor_set(x_47, 7, x_39); -x_48 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_47); +x_48 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_47); lean_dec(x_47); if (lean_is_scalar(x_29)) { x_49 = lean_alloc_ctor(0, 2, 0); @@ -1738,7 +1866,7 @@ if (lean_is_scalar(x_29)) { x_49 = x_29; } lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_32); +lean_ctor_set(x_49, 1, x_36); return x_49; } else @@ -1758,11 +1886,11 @@ lean_ctor_set(x_54, 0, x_13); lean_ctor_set(x_54, 1, x_23); lean_ctor_set(x_54, 2, x_30); lean_ctor_set(x_54, 3, x_31); -lean_ctor_set(x_54, 4, x_34); -lean_ctor_set(x_54, 5, x_36); +lean_ctor_set(x_54, 4, x_33); +lean_ctor_set(x_54, 5, x_35); lean_ctor_set(x_54, 6, x_38); lean_ctor_set(x_54, 7, x_53); -x_55 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_54); +x_55 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_54); lean_dec(x_54); if (lean_is_scalar(x_29)) { x_56 = lean_alloc_ctor(0, 2, 0); @@ -1770,7 +1898,7 @@ if (lean_is_scalar(x_29)) { x_56 = x_29; } lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_32); +lean_ctor_set(x_56, 1, x_36); return x_56; } } @@ -1788,7 +1916,7 @@ x_60 = lean_unbox(x_58); lean_dec(x_58); lean_ctor_set_uint8(x_59, 0, x_60); lean_ctor_set(x_37, 0, x_59); -x_61 = lean_ctor_get(x_1, 5); +x_61 = lean_ctor_get(x_1, 7); lean_inc(x_61); lean_dec(x_1); if (lean_obj_tag(x_61) == 0) @@ -1800,11 +1928,11 @@ lean_ctor_set(x_63, 0, x_13); lean_ctor_set(x_63, 1, x_23); lean_ctor_set(x_63, 2, x_30); lean_ctor_set(x_63, 3, x_31); -lean_ctor_set(x_63, 4, x_34); -lean_ctor_set(x_63, 5, x_36); +lean_ctor_set(x_63, 4, x_33); +lean_ctor_set(x_63, 5, x_35); lean_ctor_set(x_63, 6, x_37); lean_ctor_set(x_63, 7, x_62); -x_64 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_63); +x_64 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_63); lean_dec(x_63); if (lean_is_scalar(x_29)) { x_65 = lean_alloc_ctor(0, 2, 0); @@ -1812,7 +1940,7 @@ if (lean_is_scalar(x_29)) { x_65 = x_29; } lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_32); +lean_ctor_set(x_65, 1, x_36); return x_65; } else @@ -1833,11 +1961,11 @@ lean_ctor_set(x_70, 0, x_13); lean_ctor_set(x_70, 1, x_23); lean_ctor_set(x_70, 2, x_30); lean_ctor_set(x_70, 3, x_31); -lean_ctor_set(x_70, 4, x_34); -lean_ctor_set(x_70, 5, x_36); +lean_ctor_set(x_70, 4, x_33); +lean_ctor_set(x_70, 5, x_35); lean_ctor_set(x_70, 6, x_37); lean_ctor_set(x_70, 7, x_61); -x_71 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_70); +x_71 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_70); lean_dec(x_70); if (lean_is_scalar(x_29)) { x_72 = lean_alloc_ctor(0, 2, 0); @@ -1845,7 +1973,7 @@ if (lean_is_scalar(x_29)) { x_72 = x_29; } lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_32); +lean_ctor_set(x_72, 1, x_36); return x_72; } else @@ -1865,11 +1993,11 @@ lean_ctor_set(x_77, 0, x_13); lean_ctor_set(x_77, 1, x_23); lean_ctor_set(x_77, 2, x_30); lean_ctor_set(x_77, 3, x_31); -lean_ctor_set(x_77, 4, x_34); -lean_ctor_set(x_77, 5, x_36); +lean_ctor_set(x_77, 4, x_33); +lean_ctor_set(x_77, 5, x_35); lean_ctor_set(x_77, 6, x_37); lean_ctor_set(x_77, 7, x_76); -x_78 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_77); +x_78 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_77); lean_dec(x_77); if (lean_is_scalar(x_29)) { x_79 = lean_alloc_ctor(0, 2, 0); @@ -1877,7 +2005,7 @@ if (lean_is_scalar(x_29)) { x_79 = x_29; } lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_32); +lean_ctor_set(x_79, 1, x_36); return x_79; } } @@ -1894,7 +2022,7 @@ lean_dec(x_80); lean_ctor_set_uint8(x_81, 0, x_82); x_83 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_83, 0, x_81); -x_84 = lean_ctor_get(x_1, 5); +x_84 = lean_ctor_get(x_1, 7); lean_inc(x_84); lean_dec(x_1); if (lean_obj_tag(x_84) == 0) @@ -1906,11 +2034,11 @@ lean_ctor_set(x_86, 0, x_13); lean_ctor_set(x_86, 1, x_23); lean_ctor_set(x_86, 2, x_30); lean_ctor_set(x_86, 3, x_31); -lean_ctor_set(x_86, 4, x_34); -lean_ctor_set(x_86, 5, x_36); +lean_ctor_set(x_86, 4, x_33); +lean_ctor_set(x_86, 5, x_35); lean_ctor_set(x_86, 6, x_83); lean_ctor_set(x_86, 7, x_85); -x_87 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_86); +x_87 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_86); lean_dec(x_86); if (lean_is_scalar(x_29)) { x_88 = lean_alloc_ctor(0, 2, 0); @@ -1918,7 +2046,7 @@ if (lean_is_scalar(x_29)) { x_88 = x_29; } lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_32); +lean_ctor_set(x_88, 1, x_36); return x_88; } else @@ -1948,11 +2076,11 @@ lean_ctor_set(x_94, 0, x_13); lean_ctor_set(x_94, 1, x_23); lean_ctor_set(x_94, 2, x_30); lean_ctor_set(x_94, 3, x_31); -lean_ctor_set(x_94, 4, x_34); -lean_ctor_set(x_94, 5, x_36); +lean_ctor_set(x_94, 4, x_33); +lean_ctor_set(x_94, 5, x_35); lean_ctor_set(x_94, 6, x_83); lean_ctor_set(x_94, 7, x_93); -x_95 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_676_(x_94); +x_95 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(x_94); lean_dec(x_94); if (lean_is_scalar(x_29)) { x_96 = lean_alloc_ctor(0, 2, 0); @@ -1960,7 +2088,7 @@ if (lean_is_scalar(x_29)) { x_96 = x_29; } lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_32); +lean_ctor_set(x_96, 1, x_36); return x_96; } } @@ -1968,6 +2096,8 @@ return x_96; } } } +} +} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -3409,7 +3539,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBund _start: { lean_object* x_3; uint8_t x_4; -x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178_(x_1); +x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184_(x_1); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) { @@ -3570,919 +3700,806 @@ return x_43; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_214; +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_373; x_44 = lean_ctor_get(x_40, 0); lean_inc(x_44); -lean_dec(x_40); -x_214 = lean_ctor_get(x_5, 3); -lean_inc(x_214); -if (lean_obj_tag(x_214) == 0) +if (lean_is_exclusive(x_40)) { + lean_ctor_release(x_40, 0); + x_45 = x_40; +} else { + lean_dec_ref(x_40); + x_45 = lean_box(0); +} +x_373 = lean_ctor_get(x_5, 3); +lean_inc(x_373); +if (lean_obj_tag(x_373) == 0) { -lean_object* x_215; -x_215 = lean_box(0); -x_45 = x_215; -goto block_213; +lean_object* x_374; +x_374 = lean_box(0); +x_46 = x_374; +goto block_372; } else { -uint8_t x_216; -x_216 = !lean_is_exclusive(x_214); -if (x_216 == 0) +uint8_t x_375; +x_375 = !lean_is_exclusive(x_373); +if (x_375 == 0) { -lean_object* x_217; lean_object* x_218; -x_217 = lean_ctor_get(x_214, 0); -x_218 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_217); -if (lean_obj_tag(x_218) == 0) +lean_object* x_376; lean_object* x_377; +x_376 = lean_ctor_get(x_373, 0); +x_377 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_376); +if (lean_obj_tag(x_377) == 0) { -uint8_t x_219; -lean_free_object(x_214); +uint8_t x_378; +lean_free_object(x_373); +lean_dec(x_45); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_219 = !lean_is_exclusive(x_218); -if (x_219 == 0) +x_378 = !lean_is_exclusive(x_377); +if (x_378 == 0) { -return x_218; +return x_377; } else { -lean_object* x_220; lean_object* x_221; -x_220 = lean_ctor_get(x_218, 0); -lean_inc(x_220); -lean_dec(x_218); -x_221 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_221, 0, x_220); -return x_221; +lean_object* x_379; lean_object* x_380; +x_379 = lean_ctor_get(x_377, 0); +lean_inc(x_379); +lean_dec(x_377); +x_380 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_380, 0, x_379); +return x_380; } } else { -lean_object* x_222; lean_object* x_223; -x_222 = lean_ctor_get(x_218, 0); -lean_inc(x_222); -lean_dec(x_218); +lean_object* x_381; lean_object* x_382; +x_381 = lean_ctor_get(x_377, 0); +lean_inc(x_381); +lean_dec(x_377); lean_inc(x_2); -x_223 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_39, x_222, x_2); -if (lean_obj_tag(x_223) == 0) +x_382 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_39, x_381, x_2); +if (lean_obj_tag(x_382) == 0) { -uint8_t x_224; -lean_free_object(x_214); +uint8_t x_383; +lean_free_object(x_373); +lean_dec(x_45); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_224 = !lean_is_exclusive(x_223); -if (x_224 == 0) +x_383 = !lean_is_exclusive(x_382); +if (x_383 == 0) { -return x_223; +return x_382; } else { -lean_object* x_225; lean_object* x_226; -x_225 = lean_ctor_get(x_223, 0); -lean_inc(x_225); -lean_dec(x_223); -x_226 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_226, 0, x_225); -return x_226; +lean_object* x_384; lean_object* x_385; +x_384 = lean_ctor_get(x_382, 0); +lean_inc(x_384); +lean_dec(x_382); +x_385 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_385, 0, x_384); +return x_385; } } else { -lean_object* x_227; -x_227 = lean_ctor_get(x_223, 0); -lean_inc(x_227); -lean_dec(x_223); -lean_ctor_set(x_214, 0, x_227); -x_45 = x_214; -goto block_213; +lean_object* x_386; +x_386 = lean_ctor_get(x_382, 0); +lean_inc(x_386); +lean_dec(x_382); +lean_ctor_set(x_373, 0, x_386); +x_46 = x_373; +goto block_372; } } } else { -lean_object* x_228; lean_object* x_229; -x_228 = lean_ctor_get(x_214, 0); -lean_inc(x_228); -lean_dec(x_214); -x_229 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_228); -if (lean_obj_tag(x_229) == 0) +lean_object* x_387; lean_object* x_388; +x_387 = lean_ctor_get(x_373, 0); +lean_inc(x_387); +lean_dec(x_373); +x_388 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_387); +if (lean_obj_tag(x_388) == 0) { -lean_object* x_230; lean_object* x_231; lean_object* x_232; +lean_object* x_389; lean_object* x_390; lean_object* x_391; +lean_dec(x_45); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -if (lean_is_exclusive(x_229)) { - lean_ctor_release(x_229, 0); - x_231 = x_229; +x_389 = lean_ctor_get(x_388, 0); +lean_inc(x_389); +if (lean_is_exclusive(x_388)) { + lean_ctor_release(x_388, 0); + x_390 = x_388; } else { - lean_dec_ref(x_229); - x_231 = lean_box(0); + lean_dec_ref(x_388); + x_390 = lean_box(0); } -if (lean_is_scalar(x_231)) { - x_232 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_390)) { + x_391 = lean_alloc_ctor(0, 1, 0); } else { - x_232 = x_231; + x_391 = x_390; } -lean_ctor_set(x_232, 0, x_230); -return x_232; +lean_ctor_set(x_391, 0, x_389); +return x_391; } else { -lean_object* x_233; lean_object* x_234; -x_233 = lean_ctor_get(x_229, 0); -lean_inc(x_233); -lean_dec(x_229); +lean_object* x_392; lean_object* x_393; +x_392 = lean_ctor_get(x_388, 0); +lean_inc(x_392); +lean_dec(x_388); lean_inc(x_2); -x_234 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_39, x_233, x_2); -if (lean_obj_tag(x_234) == 0) +x_393 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_39, x_392, x_2); +if (lean_obj_tag(x_393) == 0) { -lean_object* x_235; lean_object* x_236; lean_object* x_237; +lean_object* x_394; lean_object* x_395; lean_object* x_396; +lean_dec(x_45); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_235 = lean_ctor_get(x_234, 0); -lean_inc(x_235); -if (lean_is_exclusive(x_234)) { - lean_ctor_release(x_234, 0); - x_236 = x_234; +x_394 = lean_ctor_get(x_393, 0); +lean_inc(x_394); +if (lean_is_exclusive(x_393)) { + lean_ctor_release(x_393, 0); + x_395 = x_393; } else { - lean_dec_ref(x_234); - x_236 = lean_box(0); + lean_dec_ref(x_393); + x_395 = lean_box(0); } -if (lean_is_scalar(x_236)) { - x_237 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_395)) { + x_396 = lean_alloc_ctor(0, 1, 0); } else { - x_237 = x_236; + x_396 = x_395; } -lean_ctor_set(x_237, 0, x_235); -return x_237; +lean_ctor_set(x_396, 0, x_394); +return x_396; } else { -lean_object* x_238; lean_object* x_239; -x_238 = lean_ctor_get(x_234, 0); -lean_inc(x_238); -lean_dec(x_234); -x_239 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_239, 0, x_238); -x_45 = x_239; -goto block_213; +lean_object* x_397; lean_object* x_398; +x_397 = lean_ctor_get(x_393, 0); +lean_inc(x_397); +lean_dec(x_393); +x_398 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_398, 0, x_397); +x_46 = x_398; +goto block_372; } } } } -block_213: +block_372: { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_5, 4); -lean_inc(x_46); -x_47 = l_Lean_Json_getBool_x3f(x_46); -lean_dec(x_46); -x_48 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_47, x_2); -if (lean_obj_tag(x_48) == 0) +lean_object* x_47; +x_47 = lean_ctor_get(x_5, 4); +lean_inc(x_47); +if (lean_obj_tag(x_47) == 0) { -uint8_t x_49; +lean_object* x_48; lean_object* x_49; lean_object* x_154; +x_48 = lean_box(0); +x_154 = lean_ctor_get(x_5, 5); +lean_inc(x_154); +if (lean_obj_tag(x_154) == 0) +{ +x_49 = x_48; +goto block_153; +} +else +{ +uint8_t x_155; +x_155 = !lean_is_exclusive(x_154); +if (x_155 == 0) +{ +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_154, 0); +x_157 = l_Lean_Json_getBool_x3f(x_156); +lean_dec(x_156); +x_158 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_157, x_2); +if (lean_obj_tag(x_158) == 0) +{ +uint8_t x_159; +lean_free_object(x_154); +lean_dec(x_46); lean_dec(x_45); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_49 = !lean_is_exclusive(x_48); -if (x_49 == 0) +x_159 = !lean_is_exclusive(x_158); +if (x_159 == 0) { -return x_48; +return x_158; } else { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_48, 0); -lean_inc(x_50); -lean_dec(x_48); -x_51 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_51, 0, x_50); -return x_51; +lean_object* x_160; lean_object* x_161; +x_160 = lean_ctor_get(x_158, 0); +lean_inc(x_160); +lean_dec(x_158); +x_161 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_161, 0, x_160); +return x_161; } } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_ctor_get(x_48, 0); -lean_inc(x_52); -lean_dec(x_48); -x_53 = lean_ctor_get(x_5, 5); -lean_inc(x_53); -x_54 = l_Lean_Json_getBool_x3f(x_53); -lean_dec(x_53); -x_55 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_54, x_2); -if (lean_obj_tag(x_55) == 0) +lean_object* x_162; +x_162 = lean_ctor_get(x_158, 0); +lean_inc(x_162); +lean_dec(x_158); +lean_ctor_set(x_154, 0, x_162); +x_49 = x_154; +goto block_153; +} +} +else { -uint8_t x_56; -lean_dec(x_52); +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_154, 0); +lean_inc(x_163); +lean_dec(x_154); +x_164 = l_Lean_Json_getBool_x3f(x_163); +lean_dec(x_163); +x_165 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_164, x_2); +if (lean_obj_tag(x_165) == 0) +{ +lean_object* x_166; lean_object* x_167; lean_object* x_168; +lean_dec(x_46); lean_dec(x_45); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_56 = !lean_is_exclusive(x_55); -if (x_56 == 0) -{ -return x_55; +x_166 = lean_ctor_get(x_165, 0); +lean_inc(x_166); +if (lean_is_exclusive(x_165)) { + lean_ctor_release(x_165, 0); + x_167 = x_165; +} else { + lean_dec_ref(x_165); + x_167 = lean_box(0); } -else -{ -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_55, 0); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_58, 0, x_57); -return x_58; +if (lean_is_scalar(x_167)) { + x_168 = lean_alloc_ctor(0, 1, 0); +} else { + x_168 = x_167; } +lean_ctor_set(x_168, 0, x_166); +return x_168; } else { -lean_object* x_59; -x_59 = lean_ctor_get(x_5, 6); -lean_inc(x_59); -if (lean_obj_tag(x_59) == 0) +lean_object* x_169; lean_object* x_170; +x_169 = lean_ctor_get(x_165, 0); +lean_inc(x_169); +lean_dec(x_165); +x_170 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_170, 0, x_169); +x_49 = x_170; +goto block_153; +} +} +} +block_153: { -uint8_t x_60; -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) +lean_object* x_50; +x_50 = lean_ctor_get(x_5, 6); +lean_inc(x_50); +if (lean_obj_tag(x_50) == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_55, 0); -x_62 = lean_box(0); -x_63 = lean_ctor_get(x_5, 7); -lean_inc(x_63); +lean_object* x_51; +x_51 = lean_ctor_get(x_5, 7); +lean_inc(x_51); lean_dec(x_5); -if (lean_obj_tag(x_63) == 0) +if (lean_obj_tag(x_51) == 0) { -lean_object* x_64; uint8_t x_65; uint8_t x_66; +lean_object* x_52; lean_object* x_53; lean_dec(x_2); -x_64 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_64, 0, x_20); -lean_ctor_set(x_64, 1, x_32); -lean_ctor_set(x_64, 2, x_44); -lean_ctor_set(x_64, 3, x_45); -lean_ctor_set(x_64, 4, x_62); -lean_ctor_set(x_64, 5, x_62); -x_65 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_64, sizeof(void*)*6, x_65); -x_66 = lean_unbox(x_61); -lean_dec(x_61); -lean_ctor_set_uint8(x_64, sizeof(void*)*6 + 1, x_66); -lean_ctor_set(x_55, 0, x_64); -return x_55; +x_52 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_52, 0, x_20); +lean_ctor_set(x_52, 1, x_32); +lean_ctor_set(x_52, 2, x_44); +lean_ctor_set(x_52, 3, x_46); +lean_ctor_set(x_52, 4, x_48); +lean_ctor_set(x_52, 5, x_49); +lean_ctor_set(x_52, 6, x_48); +lean_ctor_set(x_52, 7, x_48); +if (lean_is_scalar(x_45)) { + x_53 = lean_alloc_ctor(1, 1, 0); +} else { + x_53 = x_45; +} +lean_ctor_set(x_53, 0, x_52); +return x_53; } else { -uint8_t x_67; -lean_free_object(x_55); -x_67 = !lean_is_exclusive(x_63); -if (x_67 == 0) +uint8_t x_54; +lean_dec(x_45); +x_54 = !lean_is_exclusive(x_51); +if (x_54 == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_63, 0); -x_69 = l_Lean_Json_getBool_x3f(x_68); -lean_dec(x_68); -x_70 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_69, x_2); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_51, 0); +x_56 = l_Lean_Json_getBool_x3f(x_55); +lean_dec(x_55); +x_57 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_56, x_2); lean_dec(x_2); -if (lean_obj_tag(x_70) == 0) +if (lean_obj_tag(x_57) == 0) { -uint8_t x_71; -lean_free_object(x_63); -lean_dec(x_61); -lean_dec(x_52); -lean_dec(x_45); +uint8_t x_58; +lean_free_object(x_51); +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); -x_71 = !lean_is_exclusive(x_70); -if (x_71 == 0) +x_58 = !lean_is_exclusive(x_57); +if (x_58 == 0) { -return x_70; +return x_57; } else { -lean_object* x_72; lean_object* x_73; -x_72 = lean_ctor_get(x_70, 0); -lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_73, 0, x_72); -return x_73; +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_57, 0); +lean_inc(x_59); +lean_dec(x_57); +x_60 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_60, 0, x_59); +return x_60; } } else { -uint8_t x_74; -x_74 = !lean_is_exclusive(x_70); -if (x_74 == 0) +uint8_t x_61; +x_61 = !lean_is_exclusive(x_57); +if (x_61 == 0) { -lean_object* x_75; lean_object* x_76; uint8_t x_77; uint8_t x_78; -x_75 = lean_ctor_get(x_70, 0); -lean_ctor_set(x_63, 0, x_75); -x_76 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_76, 0, x_20); -lean_ctor_set(x_76, 1, x_32); -lean_ctor_set(x_76, 2, x_44); -lean_ctor_set(x_76, 3, x_45); -lean_ctor_set(x_76, 4, x_62); -lean_ctor_set(x_76, 5, x_63); -x_77 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_76, sizeof(void*)*6, x_77); -x_78 = lean_unbox(x_61); -lean_dec(x_61); -lean_ctor_set_uint8(x_76, sizeof(void*)*6 + 1, x_78); -lean_ctor_set(x_70, 0, x_76); -return x_70; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_57, 0); +lean_ctor_set(x_51, 0, x_62); +x_63 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_63, 0, x_20); +lean_ctor_set(x_63, 1, x_32); +lean_ctor_set(x_63, 2, x_44); +lean_ctor_set(x_63, 3, x_46); +lean_ctor_set(x_63, 4, x_48); +lean_ctor_set(x_63, 5, x_49); +lean_ctor_set(x_63, 6, x_48); +lean_ctor_set(x_63, 7, x_51); +lean_ctor_set(x_57, 0, x_63); +return x_57; } else { -lean_object* x_79; lean_object* x_80; uint8_t x_81; uint8_t x_82; lean_object* x_83; -x_79 = lean_ctor_get(x_70, 0); -lean_inc(x_79); -lean_dec(x_70); -lean_ctor_set(x_63, 0, x_79); -x_80 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_80, 0, x_20); -lean_ctor_set(x_80, 1, x_32); -lean_ctor_set(x_80, 2, x_44); -lean_ctor_set(x_80, 3, x_45); -lean_ctor_set(x_80, 4, x_62); -lean_ctor_set(x_80, 5, x_63); -x_81 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_80, sizeof(void*)*6, x_81); -x_82 = lean_unbox(x_61); -lean_dec(x_61); -lean_ctor_set_uint8(x_80, sizeof(void*)*6 + 1, x_82); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_80); -return x_83; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_57, 0); +lean_inc(x_64); +lean_dec(x_57); +lean_ctor_set(x_51, 0, x_64); +x_65 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_65, 0, x_20); +lean_ctor_set(x_65, 1, x_32); +lean_ctor_set(x_65, 2, x_44); +lean_ctor_set(x_65, 3, x_46); +lean_ctor_set(x_65, 4, x_48); +lean_ctor_set(x_65, 5, x_49); +lean_ctor_set(x_65, 6, x_48); +lean_ctor_set(x_65, 7, x_51); +x_66 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_66, 0, x_65); +return x_66; } } } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_63, 0); -lean_inc(x_84); -lean_dec(x_63); -x_85 = l_Lean_Json_getBool_x3f(x_84); -lean_dec(x_84); -x_86 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_85, x_2); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_51, 0); +lean_inc(x_67); +lean_dec(x_51); +x_68 = l_Lean_Json_getBool_x3f(x_67); +lean_dec(x_67); +x_69 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_68, x_2); lean_dec(x_2); -if (lean_obj_tag(x_86) == 0) +if (lean_obj_tag(x_69) == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -lean_dec(x_61); -lean_dec(x_52); -lean_dec(x_45); +lean_object* x_70; lean_object* x_71; lean_object* x_72; +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - x_88 = x_86; +x_70 = lean_ctor_get(x_69, 0); +lean_inc(x_70); +if (lean_is_exclusive(x_69)) { + lean_ctor_release(x_69, 0); + x_71 = x_69; } else { - lean_dec_ref(x_86); - x_88 = lean_box(0); + lean_dec_ref(x_69); + x_71 = lean_box(0); } -if (lean_is_scalar(x_88)) { - x_89 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_71)) { + x_72 = lean_alloc_ctor(0, 1, 0); } else { - x_89 = x_88; + x_72 = x_71; } -lean_ctor_set(x_89, 0, x_87); -return x_89; +lean_ctor_set(x_72, 0, x_70); +return x_72; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; uint8_t x_95; lean_object* x_96; -x_90 = lean_ctor_get(x_86, 0); -lean_inc(x_90); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - x_91 = x_86; +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_73 = lean_ctor_get(x_69, 0); +lean_inc(x_73); +if (lean_is_exclusive(x_69)) { + lean_ctor_release(x_69, 0); + x_74 = x_69; } else { - lean_dec_ref(x_86); - x_91 = lean_box(0); + lean_dec_ref(x_69); + x_74 = lean_box(0); } -x_92 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_92, 0, x_90); -x_93 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_93, 0, x_20); -lean_ctor_set(x_93, 1, x_32); -lean_ctor_set(x_93, 2, x_44); -lean_ctor_set(x_93, 3, x_45); -lean_ctor_set(x_93, 4, x_62); -lean_ctor_set(x_93, 5, x_92); -x_94 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_93, sizeof(void*)*6, x_94); -x_95 = lean_unbox(x_61); -lean_dec(x_61); -lean_ctor_set_uint8(x_93, sizeof(void*)*6 + 1, x_95); -if (lean_is_scalar(x_91)) { - x_96 = lean_alloc_ctor(1, 1, 0); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_73); +x_76 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_76, 0, x_20); +lean_ctor_set(x_76, 1, x_32); +lean_ctor_set(x_76, 2, x_44); +lean_ctor_set(x_76, 3, x_46); +lean_ctor_set(x_76, 4, x_48); +lean_ctor_set(x_76, 5, x_49); +lean_ctor_set(x_76, 6, x_48); +lean_ctor_set(x_76, 7, x_75); +if (lean_is_scalar(x_74)) { + x_77 = lean_alloc_ctor(1, 1, 0); } else { - x_96 = x_91; -} -lean_ctor_set(x_96, 0, x_93); -return x_96; + x_77 = x_74; } +lean_ctor_set(x_77, 0, x_76); +return x_77; } } } -else -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_55, 0); -lean_inc(x_97); -lean_dec(x_55); -x_98 = lean_box(0); -x_99 = lean_ctor_get(x_5, 7); -lean_inc(x_99); -lean_dec(x_5); -if (lean_obj_tag(x_99) == 0) -{ -lean_object* x_100; uint8_t x_101; uint8_t x_102; lean_object* x_103; -lean_dec(x_2); -x_100 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_100, 0, x_20); -lean_ctor_set(x_100, 1, x_32); -lean_ctor_set(x_100, 2, x_44); -lean_ctor_set(x_100, 3, x_45); -lean_ctor_set(x_100, 4, x_98); -lean_ctor_set(x_100, 5, x_98); -x_101 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_100, sizeof(void*)*6, x_101); -x_102 = lean_unbox(x_97); -lean_dec(x_97); -lean_ctor_set_uint8(x_100, sizeof(void*)*6 + 1, x_102); -x_103 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_103, 0, x_100); -return x_103; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_104 = lean_ctor_get(x_99, 0); -lean_inc(x_104); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - x_105 = x_99; -} else { - lean_dec_ref(x_99); - x_105 = lean_box(0); -} -x_106 = l_Lean_Json_getBool_x3f(x_104); -lean_dec(x_104); -x_107 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_106, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_107) == 0) -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; -lean_dec(x_105); -lean_dec(x_97); -lean_dec(x_52); +uint8_t x_78; lean_dec(x_45); -lean_dec(x_44); -lean_dec(x_32); -lean_dec(x_20); -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -if (lean_is_exclusive(x_107)) { - lean_ctor_release(x_107, 0); - x_109 = x_107; -} else { - lean_dec_ref(x_107); - x_109 = lean_box(0); -} -if (lean_is_scalar(x_109)) { - x_110 = lean_alloc_ctor(0, 1, 0); -} else { - x_110 = x_109; -} -lean_ctor_set(x_110, 0, x_108); -return x_110; -} -else -{ -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; uint8_t x_115; uint8_t x_116; lean_object* x_117; -x_111 = lean_ctor_get(x_107, 0); -lean_inc(x_111); -if (lean_is_exclusive(x_107)) { - lean_ctor_release(x_107, 0); - x_112 = x_107; -} else { - lean_dec_ref(x_107); - x_112 = lean_box(0); -} -if (lean_is_scalar(x_105)) { - x_113 = lean_alloc_ctor(1, 1, 0); -} else { - x_113 = x_105; -} -lean_ctor_set(x_113, 0, x_111); -x_114 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_114, 0, x_20); -lean_ctor_set(x_114, 1, x_32); -lean_ctor_set(x_114, 2, x_44); -lean_ctor_set(x_114, 3, x_45); -lean_ctor_set(x_114, 4, x_98); -lean_ctor_set(x_114, 5, x_113); -x_115 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_114, sizeof(void*)*6, x_115); -x_116 = lean_unbox(x_97); -lean_dec(x_97); -lean_ctor_set_uint8(x_114, sizeof(void*)*6 + 1, x_116); -if (lean_is_scalar(x_112)) { - x_117 = lean_alloc_ctor(1, 1, 0); -} else { - x_117 = x_112; -} -lean_ctor_set(x_117, 0, x_114); -return x_117; -} -} -} -} -else -{ -lean_object* x_118; uint8_t x_119; -x_118 = lean_ctor_get(x_55, 0); -lean_inc(x_118); -lean_dec(x_55); -x_119 = !lean_is_exclusive(x_59); -if (x_119 == 0) +x_78 = !lean_is_exclusive(x_50); +if (x_78 == 0) { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_59, 0); -x_121 = l_Lean_Json_getBool_x3f(x_120); -lean_dec(x_120); -x_122 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_121, x_2); -if (lean_obj_tag(x_122) == 0) +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_50, 0); +x_80 = l_Lean_Json_getBool_x3f(x_79); +lean_dec(x_79); +x_81 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_80, x_2); +if (lean_obj_tag(x_81) == 0) { -uint8_t x_123; -lean_free_object(x_59); -lean_dec(x_118); -lean_dec(x_52); -lean_dec(x_45); +uint8_t x_82; +lean_free_object(x_50); +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_123 = !lean_is_exclusive(x_122); -if (x_123 == 0) +x_82 = !lean_is_exclusive(x_81); +if (x_82 == 0) { -return x_122; +return x_81; } else { -lean_object* x_124; lean_object* x_125; -x_124 = lean_ctor_get(x_122, 0); -lean_inc(x_124); -lean_dec(x_122); -x_125 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_125, 0, x_124); -return x_125; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_81, 0); +lean_inc(x_83); +lean_dec(x_81); +x_84 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_84, 0, x_83); +return x_84; } } else { -uint8_t x_126; -x_126 = !lean_is_exclusive(x_122); -if (x_126 == 0) +uint8_t x_85; +x_85 = !lean_is_exclusive(x_81); +if (x_85 == 0) { -lean_object* x_127; lean_object* x_128; -x_127 = lean_ctor_get(x_122, 0); -lean_ctor_set(x_59, 0, x_127); -x_128 = lean_ctor_get(x_5, 7); -lean_inc(x_128); +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_81, 0); +lean_ctor_set(x_50, 0, x_86); +x_87 = lean_ctor_get(x_5, 7); +lean_inc(x_87); lean_dec(x_5); -if (lean_obj_tag(x_128) == 0) +if (lean_obj_tag(x_87) == 0) { -lean_object* x_129; lean_object* x_130; uint8_t x_131; uint8_t x_132; +lean_object* x_88; lean_dec(x_2); -x_129 = lean_box(0); -x_130 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_130, 0, x_20); -lean_ctor_set(x_130, 1, x_32); -lean_ctor_set(x_130, 2, x_44); -lean_ctor_set(x_130, 3, x_45); -lean_ctor_set(x_130, 4, x_59); -lean_ctor_set(x_130, 5, x_129); -x_131 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_130, sizeof(void*)*6, x_131); -x_132 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_130, sizeof(void*)*6 + 1, x_132); -lean_ctor_set(x_122, 0, x_130); -return x_122; +x_88 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_88, 0, x_20); +lean_ctor_set(x_88, 1, x_32); +lean_ctor_set(x_88, 2, x_44); +lean_ctor_set(x_88, 3, x_46); +lean_ctor_set(x_88, 4, x_48); +lean_ctor_set(x_88, 5, x_49); +lean_ctor_set(x_88, 6, x_50); +lean_ctor_set(x_88, 7, x_48); +lean_ctor_set(x_81, 0, x_88); +return x_81; } else { -uint8_t x_133; -lean_free_object(x_122); -x_133 = !lean_is_exclusive(x_128); -if (x_133 == 0) +uint8_t x_89; +lean_free_object(x_81); +x_89 = !lean_is_exclusive(x_87); +if (x_89 == 0) { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_128, 0); -x_135 = l_Lean_Json_getBool_x3f(x_134); -lean_dec(x_134); -x_136 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_135, x_2); +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_87, 0); +x_91 = l_Lean_Json_getBool_x3f(x_90); +lean_dec(x_90); +x_92 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_91, x_2); lean_dec(x_2); -if (lean_obj_tag(x_136) == 0) +if (lean_obj_tag(x_92) == 0) { -uint8_t x_137; -lean_free_object(x_128); -lean_dec(x_59); -lean_dec(x_118); -lean_dec(x_52); -lean_dec(x_45); +uint8_t x_93; +lean_free_object(x_87); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); -x_137 = !lean_is_exclusive(x_136); -if (x_137 == 0) +x_93 = !lean_is_exclusive(x_92); +if (x_93 == 0) { -return x_136; +return x_92; } else { -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_136, 0); -lean_inc(x_138); -lean_dec(x_136); -x_139 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_139, 0, x_138); -return x_139; +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_92, 0); +lean_inc(x_94); +lean_dec(x_92); +x_95 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_95, 0, x_94); +return x_95; } } else { -uint8_t x_140; -x_140 = !lean_is_exclusive(x_136); -if (x_140 == 0) +uint8_t x_96; +x_96 = !lean_is_exclusive(x_92); +if (x_96 == 0) { -lean_object* x_141; lean_object* x_142; uint8_t x_143; uint8_t x_144; -x_141 = lean_ctor_get(x_136, 0); -lean_ctor_set(x_128, 0, x_141); -x_142 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_142, 0, x_20); -lean_ctor_set(x_142, 1, x_32); -lean_ctor_set(x_142, 2, x_44); -lean_ctor_set(x_142, 3, x_45); -lean_ctor_set(x_142, 4, x_59); -lean_ctor_set(x_142, 5, x_128); -x_143 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_142, sizeof(void*)*6, x_143); -x_144 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_142, sizeof(void*)*6 + 1, x_144); -lean_ctor_set(x_136, 0, x_142); -return x_136; +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_92, 0); +lean_ctor_set(x_87, 0, x_97); +x_98 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_98, 0, x_20); +lean_ctor_set(x_98, 1, x_32); +lean_ctor_set(x_98, 2, x_44); +lean_ctor_set(x_98, 3, x_46); +lean_ctor_set(x_98, 4, x_48); +lean_ctor_set(x_98, 5, x_49); +lean_ctor_set(x_98, 6, x_50); +lean_ctor_set(x_98, 7, x_87); +lean_ctor_set(x_92, 0, x_98); +return x_92; } else { -lean_object* x_145; lean_object* x_146; uint8_t x_147; uint8_t x_148; lean_object* x_149; -x_145 = lean_ctor_get(x_136, 0); -lean_inc(x_145); -lean_dec(x_136); -lean_ctor_set(x_128, 0, x_145); -x_146 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_146, 0, x_20); -lean_ctor_set(x_146, 1, x_32); -lean_ctor_set(x_146, 2, x_44); -lean_ctor_set(x_146, 3, x_45); -lean_ctor_set(x_146, 4, x_59); -lean_ctor_set(x_146, 5, x_128); -x_147 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_146, sizeof(void*)*6, x_147); -x_148 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_146, sizeof(void*)*6 + 1, x_148); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_146); -return x_149; +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_92, 0); +lean_inc(x_99); +lean_dec(x_92); +lean_ctor_set(x_87, 0, x_99); +x_100 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_100, 0, x_20); +lean_ctor_set(x_100, 1, x_32); +lean_ctor_set(x_100, 2, x_44); +lean_ctor_set(x_100, 3, x_46); +lean_ctor_set(x_100, 4, x_48); +lean_ctor_set(x_100, 5, x_49); +lean_ctor_set(x_100, 6, x_50); +lean_ctor_set(x_100, 7, x_87); +x_101 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_101, 0, x_100); +return x_101; } } } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_128, 0); -lean_inc(x_150); -lean_dec(x_128); -x_151 = l_Lean_Json_getBool_x3f(x_150); -lean_dec(x_150); -x_152 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_151, x_2); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_87, 0); +lean_inc(x_102); +lean_dec(x_87); +x_103 = l_Lean_Json_getBool_x3f(x_102); +lean_dec(x_102); +x_104 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_103, x_2); lean_dec(x_2); -if (lean_obj_tag(x_152) == 0) +if (lean_obj_tag(x_104) == 0) { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -lean_dec(x_59); -lean_dec(x_118); -lean_dec(x_52); -lean_dec(x_45); +lean_object* x_105; lean_object* x_106; lean_object* x_107; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -if (lean_is_exclusive(x_152)) { - lean_ctor_release(x_152, 0); - x_154 = x_152; +x_105 = lean_ctor_get(x_104, 0); +lean_inc(x_105); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + x_106 = x_104; } else { - lean_dec_ref(x_152); - x_154 = lean_box(0); + lean_dec_ref(x_104); + x_106 = lean_box(0); } -if (lean_is_scalar(x_154)) { - x_155 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_106)) { + x_107 = lean_alloc_ctor(0, 1, 0); } else { - x_155 = x_154; + x_107 = x_106; } -lean_ctor_set(x_155, 0, x_153); -return x_155; +lean_ctor_set(x_107, 0, x_105); +return x_107; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; uint8_t x_161; lean_object* x_162; -x_156 = lean_ctor_get(x_152, 0); -lean_inc(x_156); -if (lean_is_exclusive(x_152)) { - lean_ctor_release(x_152, 0); - x_157 = x_152; -} else { - lean_dec_ref(x_152); - x_157 = lean_box(0); -} -x_158 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_158, 0, x_156); -x_159 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_159, 0, x_20); -lean_ctor_set(x_159, 1, x_32); -lean_ctor_set(x_159, 2, x_44); -lean_ctor_set(x_159, 3, x_45); -lean_ctor_set(x_159, 4, x_59); -lean_ctor_set(x_159, 5, x_158); -x_160 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_159, sizeof(void*)*6, x_160); -x_161 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_159, sizeof(void*)*6 + 1, x_161); -if (lean_is_scalar(x_157)) { - x_162 = lean_alloc_ctor(1, 1, 0); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_108 = lean_ctor_get(x_104, 0); +lean_inc(x_108); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + x_109 = x_104; +} else { + lean_dec_ref(x_104); + x_109 = lean_box(0); +} +x_110 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_110, 0, x_108); +x_111 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_111, 0, x_20); +lean_ctor_set(x_111, 1, x_32); +lean_ctor_set(x_111, 2, x_44); +lean_ctor_set(x_111, 3, x_46); +lean_ctor_set(x_111, 4, x_48); +lean_ctor_set(x_111, 5, x_49); +lean_ctor_set(x_111, 6, x_50); +lean_ctor_set(x_111, 7, x_110); +if (lean_is_scalar(x_109)) { + x_112 = lean_alloc_ctor(1, 1, 0); } else { - x_162 = x_157; + x_112 = x_109; } -lean_ctor_set(x_162, 0, x_159); -return x_162; +lean_ctor_set(x_112, 0, x_111); +return x_112; } } } } else { -lean_object* x_163; lean_object* x_164; -x_163 = lean_ctor_get(x_122, 0); -lean_inc(x_163); -lean_dec(x_122); -lean_ctor_set(x_59, 0, x_163); -x_164 = lean_ctor_get(x_5, 7); -lean_inc(x_164); +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_81, 0); +lean_inc(x_113); +lean_dec(x_81); +lean_ctor_set(x_50, 0, x_113); +x_114 = lean_ctor_get(x_5, 7); +lean_inc(x_114); lean_dec(x_5); -if (lean_obj_tag(x_164) == 0) +if (lean_obj_tag(x_114) == 0) { -lean_object* x_165; lean_object* x_166; uint8_t x_167; uint8_t x_168; lean_object* x_169; +lean_object* x_115; lean_object* x_116; lean_dec(x_2); -x_165 = lean_box(0); -x_166 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_166, 0, x_20); -lean_ctor_set(x_166, 1, x_32); -lean_ctor_set(x_166, 2, x_44); -lean_ctor_set(x_166, 3, x_45); -lean_ctor_set(x_166, 4, x_59); -lean_ctor_set(x_166, 5, x_165); -x_167 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_166, sizeof(void*)*6, x_167); -x_168 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_166, sizeof(void*)*6 + 1, x_168); -x_169 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_169, 0, x_166); -return x_169; -} -else -{ -lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; -x_170 = lean_ctor_get(x_164, 0); -lean_inc(x_170); -if (lean_is_exclusive(x_164)) { - lean_ctor_release(x_164, 0); - x_171 = x_164; +x_115 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_115, 0, x_20); +lean_ctor_set(x_115, 1, x_32); +lean_ctor_set(x_115, 2, x_44); +lean_ctor_set(x_115, 3, x_46); +lean_ctor_set(x_115, 4, x_48); +lean_ctor_set(x_115, 5, x_49); +lean_ctor_set(x_115, 6, x_50); +lean_ctor_set(x_115, 7, x_48); +x_116 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_116, 0, x_115); +return x_116; +} +else +{ +lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_117 = lean_ctor_get(x_114, 0); +lean_inc(x_117); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + x_118 = x_114; } else { - lean_dec_ref(x_164); - x_171 = lean_box(0); + lean_dec_ref(x_114); + x_118 = lean_box(0); } -x_172 = l_Lean_Json_getBool_x3f(x_170); -lean_dec(x_170); -x_173 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_172, x_2); +x_119 = l_Lean_Json_getBool_x3f(x_117); +lean_dec(x_117); +x_120 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_119, x_2); lean_dec(x_2); -if (lean_obj_tag(x_173) == 0) +if (lean_obj_tag(x_120) == 0) { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -lean_dec(x_171); -lean_dec(x_59); +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_dec(x_118); -lean_dec(x_52); -lean_dec(x_45); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -if (lean_is_exclusive(x_173)) { - lean_ctor_release(x_173, 0); - x_175 = x_173; +x_121 = lean_ctor_get(x_120, 0); +lean_inc(x_121); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + x_122 = x_120; } else { - lean_dec_ref(x_173); - x_175 = lean_box(0); + lean_dec_ref(x_120); + x_122 = lean_box(0); } -if (lean_is_scalar(x_175)) { - x_176 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_122)) { + x_123 = lean_alloc_ctor(0, 1, 0); } else { - x_176 = x_175; + x_123 = x_122; } -lean_ctor_set(x_176, 0, x_174); -return x_176; +lean_ctor_set(x_123, 0, x_121); +return x_123; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; uint8_t x_181; uint8_t x_182; lean_object* x_183; -x_177 = lean_ctor_get(x_173, 0); -lean_inc(x_177); -if (lean_is_exclusive(x_173)) { - lean_ctor_release(x_173, 0); - x_178 = x_173; +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_124 = lean_ctor_get(x_120, 0); +lean_inc(x_124); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + x_125 = x_120; } else { - lean_dec_ref(x_173); - x_178 = lean_box(0); + lean_dec_ref(x_120); + x_125 = lean_box(0); } -if (lean_is_scalar(x_171)) { - x_179 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_118)) { + x_126 = lean_alloc_ctor(1, 1, 0); } else { - x_179 = x_171; -} -lean_ctor_set(x_179, 0, x_177); -x_180 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_180, 0, x_20); -lean_ctor_set(x_180, 1, x_32); -lean_ctor_set(x_180, 2, x_44); -lean_ctor_set(x_180, 3, x_45); -lean_ctor_set(x_180, 4, x_59); -lean_ctor_set(x_180, 5, x_179); -x_181 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_180, sizeof(void*)*6, x_181); -x_182 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_180, sizeof(void*)*6 + 1, x_182); -if (lean_is_scalar(x_178)) { - x_183 = lean_alloc_ctor(1, 1, 0); + x_126 = x_118; +} +lean_ctor_set(x_126, 0, x_124); +x_127 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_127, 0, x_20); +lean_ctor_set(x_127, 1, x_32); +lean_ctor_set(x_127, 2, x_44); +lean_ctor_set(x_127, 3, x_46); +lean_ctor_set(x_127, 4, x_48); +lean_ctor_set(x_127, 5, x_49); +lean_ctor_set(x_127, 6, x_50); +lean_ctor_set(x_127, 7, x_126); +if (lean_is_scalar(x_125)) { + x_128 = lean_alloc_ctor(1, 1, 0); } else { - x_183 = x_178; + x_128 = x_125; } -lean_ctor_set(x_183, 0, x_180); -return x_183; +lean_ctor_set(x_128, 0, x_127); +return x_128; } } } @@ -4490,172 +4507,156 @@ return x_183; } else { -lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_184 = lean_ctor_get(x_59, 0); -lean_inc(x_184); -lean_dec(x_59); -x_185 = l_Lean_Json_getBool_x3f(x_184); -lean_dec(x_184); -x_186 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_185, x_2); -if (lean_obj_tag(x_186) == 0) +lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_129 = lean_ctor_get(x_50, 0); +lean_inc(x_129); +lean_dec(x_50); +x_130 = l_Lean_Json_getBool_x3f(x_129); +lean_dec(x_129); +x_131 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_130, x_2); +if (lean_obj_tag(x_131) == 0) { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -lean_dec(x_118); -lean_dec(x_52); -lean_dec(x_45); +lean_object* x_132; lean_object* x_133; lean_object* x_134; +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_187 = lean_ctor_get(x_186, 0); -lean_inc(x_187); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - x_188 = x_186; +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + x_133 = x_131; } else { - lean_dec_ref(x_186); - x_188 = lean_box(0); + lean_dec_ref(x_131); + x_133 = lean_box(0); } -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_133)) { + x_134 = lean_alloc_ctor(0, 1, 0); } else { - x_189 = x_188; + x_134 = x_133; } -lean_ctor_set(x_189, 0, x_187); -return x_189; +lean_ctor_set(x_134, 0, x_132); +return x_134; } else { -lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; -x_190 = lean_ctor_get(x_186, 0); -lean_inc(x_190); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - x_191 = x_186; +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_135 = lean_ctor_get(x_131, 0); +lean_inc(x_135); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + x_136 = x_131; } else { - lean_dec_ref(x_186); - x_191 = lean_box(0); + lean_dec_ref(x_131); + x_136 = lean_box(0); } -x_192 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_192, 0, x_190); -x_193 = lean_ctor_get(x_5, 7); -lean_inc(x_193); +x_137 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_137, 0, x_135); +x_138 = lean_ctor_get(x_5, 7); +lean_inc(x_138); lean_dec(x_5); -if (lean_obj_tag(x_193) == 0) +if (lean_obj_tag(x_138) == 0) { -lean_object* x_194; lean_object* x_195; uint8_t x_196; uint8_t x_197; lean_object* x_198; +lean_object* x_139; lean_object* x_140; lean_dec(x_2); -x_194 = lean_box(0); -x_195 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_195, 0, x_20); -lean_ctor_set(x_195, 1, x_32); -lean_ctor_set(x_195, 2, x_44); -lean_ctor_set(x_195, 3, x_45); -lean_ctor_set(x_195, 4, x_192); -lean_ctor_set(x_195, 5, x_194); -x_196 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_195, sizeof(void*)*6, x_196); -x_197 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_195, sizeof(void*)*6 + 1, x_197); -if (lean_is_scalar(x_191)) { - x_198 = lean_alloc_ctor(1, 1, 0); +x_139 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_139, 0, x_20); +lean_ctor_set(x_139, 1, x_32); +lean_ctor_set(x_139, 2, x_44); +lean_ctor_set(x_139, 3, x_46); +lean_ctor_set(x_139, 4, x_48); +lean_ctor_set(x_139, 5, x_49); +lean_ctor_set(x_139, 6, x_137); +lean_ctor_set(x_139, 7, x_48); +if (lean_is_scalar(x_136)) { + x_140 = lean_alloc_ctor(1, 1, 0); } else { - x_198 = x_191; + x_140 = x_136; } -lean_ctor_set(x_198, 0, x_195); -return x_198; +lean_ctor_set(x_140, 0, x_139); +return x_140; } else { -lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; -lean_dec(x_191); -x_199 = lean_ctor_get(x_193, 0); -lean_inc(x_199); -if (lean_is_exclusive(x_193)) { - lean_ctor_release(x_193, 0); - x_200 = x_193; -} else { - lean_dec_ref(x_193); - x_200 = lean_box(0); -} -x_201 = l_Lean_Json_getBool_x3f(x_199); -lean_dec(x_199); -x_202 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_201, x_2); +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_dec(x_136); +x_141 = lean_ctor_get(x_138, 0); +lean_inc(x_141); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + x_142 = x_138; +} else { + lean_dec_ref(x_138); + x_142 = lean_box(0); +} +x_143 = l_Lean_Json_getBool_x3f(x_141); +lean_dec(x_141); +x_144 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_143, x_2); lean_dec(x_2); -if (lean_obj_tag(x_202) == 0) +if (lean_obj_tag(x_144) == 0) { -lean_object* x_203; lean_object* x_204; lean_object* x_205; -lean_dec(x_200); -lean_dec(x_192); -lean_dec(x_118); -lean_dec(x_52); -lean_dec(x_45); +lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_142); +lean_dec(x_137); +lean_dec(x_49); +lean_dec(x_46); lean_dec(x_44); lean_dec(x_32); lean_dec(x_20); -x_203 = lean_ctor_get(x_202, 0); -lean_inc(x_203); -if (lean_is_exclusive(x_202)) { - lean_ctor_release(x_202, 0); - x_204 = x_202; +x_145 = lean_ctor_get(x_144, 0); +lean_inc(x_145); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + x_146 = x_144; } else { - lean_dec_ref(x_202); - x_204 = lean_box(0); + lean_dec_ref(x_144); + x_146 = lean_box(0); } -if (lean_is_scalar(x_204)) { - x_205 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_146)) { + x_147 = lean_alloc_ctor(0, 1, 0); } else { - x_205 = x_204; + x_147 = x_146; } -lean_ctor_set(x_205, 0, x_203); -return x_205; +lean_ctor_set(x_147, 0, x_145); +return x_147; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; uint8_t x_210; uint8_t x_211; lean_object* x_212; -x_206 = lean_ctor_get(x_202, 0); -lean_inc(x_206); -if (lean_is_exclusive(x_202)) { - lean_ctor_release(x_202, 0); - x_207 = x_202; -} else { - lean_dec_ref(x_202); - x_207 = lean_box(0); -} -if (lean_is_scalar(x_200)) { - x_208 = lean_alloc_ctor(1, 1, 0); -} else { - x_208 = x_200; -} -lean_ctor_set(x_208, 0, x_206); -x_209 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_209, 0, x_20); -lean_ctor_set(x_209, 1, x_32); -lean_ctor_set(x_209, 2, x_44); -lean_ctor_set(x_209, 3, x_45); -lean_ctor_set(x_209, 4, x_192); -lean_ctor_set(x_209, 5, x_208); -x_210 = lean_unbox(x_52); -lean_dec(x_52); -lean_ctor_set_uint8(x_209, sizeof(void*)*6, x_210); -x_211 = lean_unbox(x_118); -lean_dec(x_118); -lean_ctor_set_uint8(x_209, sizeof(void*)*6 + 1, x_211); -if (lean_is_scalar(x_207)) { - x_212 = lean_alloc_ctor(1, 1, 0); +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_148 = lean_ctor_get(x_144, 0); +lean_inc(x_148); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + x_149 = x_144; } else { - x_212 = x_207; -} -lean_ctor_set(x_212, 0, x_209); -return x_212; -} -} + lean_dec_ref(x_144); + x_149 = lean_box(0); } +if (lean_is_scalar(x_142)) { + x_150 = lean_alloc_ctor(1, 1, 0); +} else { + x_150 = x_142; } +lean_ctor_set(x_150, 0, x_148); +x_151 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_151, 0, x_20); +lean_ctor_set(x_151, 1, x_32); +lean_ctor_set(x_151, 2, x_44); +lean_ctor_set(x_151, 3, x_46); +lean_ctor_set(x_151, 4, x_48); +lean_ctor_set(x_151, 5, x_49); +lean_ctor_set(x_151, 6, x_137); +lean_ctor_set(x_151, 7, x_150); +if (lean_is_scalar(x_149)) { + x_152 = lean_alloc_ctor(1, 1, 0); +} else { + x_152 = x_149; } +lean_ctor_set(x_152, 0, x_151); +return x_152; } } } @@ -4665,711 +4666,838 @@ return x_212; } else { -uint8_t x_240; +uint8_t x_171; +lean_dec(x_45); +x_171 = !lean_is_exclusive(x_47); +if (x_171 == 0) +{ +lean_object* x_172; lean_object* x_173; lean_object* x_174; +x_172 = lean_ctor_get(x_47, 0); +x_173 = l_Lean_Json_getBool_x3f(x_172); +lean_dec(x_172); +x_174 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_173, x_2); +if (lean_obj_tag(x_174) == 0) +{ +uint8_t x_175; +lean_free_object(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); lean_dec(x_5); lean_dec(x_2); -x_240 = !lean_is_exclusive(x_15); -if (x_240 == 0) +x_175 = !lean_is_exclusive(x_174); +if (x_175 == 0) { -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; -x_241 = lean_ctor_get(x_15, 0); -lean_dec(x_241); -x_242 = lean_unsigned_to_nat(80u); -x_243 = l_Lean_Json_pretty(x_19, x_242); -x_244 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_245 = lean_string_append(x_244, x_243); -lean_dec(x_243); -x_246 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_247 = lean_string_append(x_245, x_246); -lean_ctor_set_tag(x_15, 0); -lean_ctor_set(x_15, 0, x_247); -return x_15; +return x_174; } else { -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_dec(x_15); -x_248 = lean_unsigned_to_nat(80u); -x_249 = l_Lean_Json_pretty(x_19, x_248); -x_250 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_251 = lean_string_append(x_250, x_249); -lean_dec(x_249); -x_252 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_253 = lean_string_append(x_251, x_252); -x_254 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_254, 0, x_253); -return x_254; -} -} +lean_object* x_176; lean_object* x_177; +x_176 = lean_ctor_get(x_174, 0); +lean_inc(x_176); +lean_dec(x_174); +x_177 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_177, 0, x_176); +return x_177; } } else { -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_dec(x_5); -lean_dec(x_2); -x_255 = lean_unsigned_to_nat(80u); -x_256 = l_Lean_Json_pretty(x_6, x_255); -x_257 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_258 = lean_string_append(x_257, x_256); -lean_dec(x_256); -x_259 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_260 = lean_string_append(x_258, x_259); -lean_ctor_set_tag(x_3, 0); -lean_ctor_set(x_3, 0, x_260); -return x_3; +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_289; +x_178 = lean_ctor_get(x_174, 0); +lean_inc(x_178); +if (lean_is_exclusive(x_174)) { + lean_ctor_release(x_174, 0); + x_179 = x_174; +} else { + lean_dec_ref(x_174); + x_179 = lean_box(0); } +lean_ctor_set(x_47, 0, x_178); +x_289 = lean_ctor_get(x_5, 5); +lean_inc(x_289); +if (lean_obj_tag(x_289) == 0) +{ +lean_object* x_290; +x_290 = lean_box(0); +x_180 = x_290; +goto block_288; } else { -lean_object* x_261; lean_object* x_262; -x_261 = lean_ctor_get(x_3, 0); -lean_inc(x_261); -lean_dec(x_3); -x_262 = lean_ctor_get(x_261, 0); -lean_inc(x_262); -if (lean_obj_tag(x_262) == 4) +uint8_t x_291; +x_291 = !lean_is_exclusive(x_289); +if (x_291 == 0) { -lean_object* x_263; lean_object* x_264; size_t x_265; size_t x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; size_t x_270; lean_object* x_271; -x_263 = lean_ctor_get(x_262, 0); -lean_inc(x_263); -lean_dec(x_262); -x_264 = lean_array_get_size(x_263); -x_265 = lean_usize_of_nat(x_264); -lean_dec(x_264); -x_266 = 0; -x_267 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_265, x_266, x_263); -x_268 = lean_ctor_get(x_267, 0); -lean_inc(x_268); -lean_dec(x_267); -x_269 = lean_array_get_size(x_268); -x_270 = lean_usize_of_nat(x_269); -lean_dec(x_269); -x_271 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(x_270, x_266, x_268, x_2); -if (lean_obj_tag(x_271) == 0) -{ -lean_object* x_272; lean_object* x_273; lean_object* x_274; -lean_dec(x_261); +lean_object* x_292; lean_object* x_293; lean_object* x_294; +x_292 = lean_ctor_get(x_289, 0); +x_293 = l_Lean_Json_getBool_x3f(x_292); +lean_dec(x_292); +x_294 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_293, x_2); +if (lean_obj_tag(x_294) == 0) +{ +uint8_t x_295; +lean_free_object(x_289); +lean_dec(x_47); +lean_dec(x_179); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); lean_dec(x_2); -x_272 = lean_ctor_get(x_271, 0); -lean_inc(x_272); -if (lean_is_exclusive(x_271)) { - lean_ctor_release(x_271, 0); - x_273 = x_271; -} else { - lean_dec_ref(x_271); - x_273 = lean_box(0); +x_295 = !lean_is_exclusive(x_294); +if (x_295 == 0) +{ +return x_294; } -if (lean_is_scalar(x_273)) { - x_274 = lean_alloc_ctor(0, 1, 0); -} else { - x_274 = x_273; +else +{ +lean_object* x_296; lean_object* x_297; +x_296 = lean_ctor_get(x_294, 0); +lean_inc(x_296); +lean_dec(x_294); +x_297 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_297, 0, x_296); +return x_297; } -lean_ctor_set(x_274, 0, x_272); -return x_274; } else { -lean_object* x_275; -x_275 = lean_ctor_get(x_261, 1); -lean_inc(x_275); -if (lean_obj_tag(x_275) == 4) -{ -lean_object* x_276; lean_object* x_277; lean_object* x_278; size_t x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; size_t x_283; lean_object* x_284; -x_276 = lean_ctor_get(x_271, 0); -lean_inc(x_276); -lean_dec(x_271); -x_277 = lean_ctor_get(x_275, 0); -lean_inc(x_277); -lean_dec(x_275); -x_278 = lean_array_get_size(x_277); -x_279 = lean_usize_of_nat(x_278); -lean_dec(x_278); -x_280 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_279, x_266, x_277); -x_281 = lean_ctor_get(x_280, 0); -lean_inc(x_281); -lean_dec(x_280); -x_282 = lean_array_get_size(x_281); -x_283 = lean_usize_of_nat(x_282); -lean_dec(x_282); -x_284 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(x_283, x_266, x_281, x_2); -if (lean_obj_tag(x_284) == 0) -{ -lean_object* x_285; lean_object* x_286; lean_object* x_287; -lean_dec(x_276); -lean_dec(x_261); -lean_dec(x_2); -x_285 = lean_ctor_get(x_284, 0); -lean_inc(x_285); -if (lean_is_exclusive(x_284)) { - lean_ctor_release(x_284, 0); - 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, 1, 0); -} else { - x_287 = x_286; +lean_object* x_298; +x_298 = lean_ctor_get(x_294, 0); +lean_inc(x_298); +lean_dec(x_294); +lean_ctor_set(x_289, 0, x_298); +x_180 = x_289; +goto block_288; } -lean_ctor_set(x_287, 0, x_285); -return x_287; } else { -lean_object* x_288; lean_object* x_289; lean_object* x_290; -x_288 = lean_ctor_get(x_284, 0); -lean_inc(x_288); -lean_dec(x_284); -x_289 = lean_ctor_get(x_261, 2); -lean_inc(x_289); -x_290 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_289); -if (lean_obj_tag(x_290) == 0) +lean_object* x_299; lean_object* x_300; lean_object* x_301; +x_299 = lean_ctor_get(x_289, 0); +lean_inc(x_299); +lean_dec(x_289); +x_300 = l_Lean_Json_getBool_x3f(x_299); +lean_dec(x_299); +x_301 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_300, x_2); +if (lean_obj_tag(x_301) == 0) { -lean_object* x_291; lean_object* x_292; lean_object* x_293; -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); +lean_object* x_302; lean_object* x_303; lean_object* x_304; +lean_dec(x_47); +lean_dec(x_179); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); lean_dec(x_2); -x_291 = lean_ctor_get(x_290, 0); -lean_inc(x_291); -if (lean_is_exclusive(x_290)) { - lean_ctor_release(x_290, 0); - x_292 = x_290; +x_302 = lean_ctor_get(x_301, 0); +lean_inc(x_302); +if (lean_is_exclusive(x_301)) { + lean_ctor_release(x_301, 0); + x_303 = x_301; } else { - lean_dec_ref(x_290); - x_292 = lean_box(0); + lean_dec_ref(x_301); + x_303 = lean_box(0); } -if (lean_is_scalar(x_292)) { - x_293 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_303)) { + x_304 = lean_alloc_ctor(0, 1, 0); } else { - x_293 = x_292; + x_304 = x_303; } -lean_ctor_set(x_293, 0, x_291); -return x_293; +lean_ctor_set(x_304, 0, x_302); +return x_304; } else { -lean_object* x_294; lean_object* x_295; lean_object* x_296; -x_294 = lean_ctor_get(x_290, 0); -lean_inc(x_294); -lean_dec(x_290); -x_295 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; -lean_inc(x_2); -x_296 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_295, x_294, x_2); -if (lean_obj_tag(x_296) == 0) -{ -lean_object* x_297; lean_object* x_298; lean_object* x_299; -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); -lean_dec(x_2); -x_297 = lean_ctor_get(x_296, 0); -lean_inc(x_297); -if (lean_is_exclusive(x_296)) { - lean_ctor_release(x_296, 0); - x_298 = x_296; -} else { - lean_dec_ref(x_296); - x_298 = lean_box(0); +lean_object* x_305; lean_object* x_306; +x_305 = lean_ctor_get(x_301, 0); +lean_inc(x_305); +lean_dec(x_301); +x_306 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_306, 0, x_305); +x_180 = x_306; +goto block_288; } -if (lean_is_scalar(x_298)) { - x_299 = lean_alloc_ctor(0, 1, 0); -} else { - x_299 = x_298; } -lean_ctor_set(x_299, 0, x_297); -return x_299; } -else -{ -lean_object* x_300; lean_object* x_301; lean_object* x_370; -x_300 = lean_ctor_get(x_296, 0); -lean_inc(x_300); -lean_dec(x_296); -x_370 = lean_ctor_get(x_261, 3); -lean_inc(x_370); -if (lean_obj_tag(x_370) == 0) +block_288: { -lean_object* x_371; -x_371 = lean_box(0); -x_301 = x_371; -goto block_369; -} -else +lean_object* x_181; +x_181 = lean_ctor_get(x_5, 6); +lean_inc(x_181); +if (lean_obj_tag(x_181) == 0) { -lean_object* x_372; lean_object* x_373; lean_object* x_374; -x_372 = lean_ctor_get(x_370, 0); -lean_inc(x_372); -if (lean_is_exclusive(x_370)) { - lean_ctor_release(x_370, 0); - x_373 = x_370; -} else { - lean_dec_ref(x_370); - x_373 = lean_box(0); -} -x_374 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_372); -if (lean_obj_tag(x_374) == 0) +lean_object* x_182; lean_object* x_183; +x_182 = lean_box(0); +x_183 = lean_ctor_get(x_5, 7); +lean_inc(x_183); +lean_dec(x_5); +if (lean_obj_tag(x_183) == 0) { -lean_object* x_375; lean_object* x_376; lean_object* x_377; -lean_dec(x_373); -lean_dec(x_300); -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); +lean_object* x_184; lean_object* x_185; lean_dec(x_2); -x_375 = lean_ctor_get(x_374, 0); -lean_inc(x_375); -if (lean_is_exclusive(x_374)) { - lean_ctor_release(x_374, 0); - x_376 = x_374; -} else { - lean_dec_ref(x_374); - x_376 = lean_box(0); -} -if (lean_is_scalar(x_376)) { - x_377 = lean_alloc_ctor(0, 1, 0); -} else { - x_377 = x_376; +x_184 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_184, 0, x_20); +lean_ctor_set(x_184, 1, x_32); +lean_ctor_set(x_184, 2, x_44); +lean_ctor_set(x_184, 3, x_46); +lean_ctor_set(x_184, 4, x_47); +lean_ctor_set(x_184, 5, x_180); +lean_ctor_set(x_184, 6, x_182); +lean_ctor_set(x_184, 7, x_182); +if (lean_is_scalar(x_179)) { + x_185 = lean_alloc_ctor(1, 1, 0); +} else { + x_185 = x_179; } -lean_ctor_set(x_377, 0, x_375); -return x_377; +lean_ctor_set(x_185, 0, x_184); +return x_185; } else { -lean_object* x_378; lean_object* x_379; -x_378 = lean_ctor_get(x_374, 0); -lean_inc(x_378); -lean_dec(x_374); -lean_inc(x_2); -x_379 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_295, x_378, x_2); -if (lean_obj_tag(x_379) == 0) +uint8_t x_186; +lean_dec(x_179); +x_186 = !lean_is_exclusive(x_183); +if (x_186 == 0) { -lean_object* x_380; lean_object* x_381; lean_object* x_382; -lean_dec(x_373); -lean_dec(x_300); -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); +lean_object* x_187; lean_object* x_188; lean_object* x_189; +x_187 = lean_ctor_get(x_183, 0); +x_188 = l_Lean_Json_getBool_x3f(x_187); +lean_dec(x_187); +x_189 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_188, x_2); lean_dec(x_2); -x_380 = lean_ctor_get(x_379, 0); -lean_inc(x_380); -if (lean_is_exclusive(x_379)) { - lean_ctor_release(x_379, 0); - x_381 = x_379; -} else { - lean_dec_ref(x_379); - x_381 = lean_box(0); +if (lean_obj_tag(x_189) == 0) +{ +uint8_t x_190; +lean_free_object(x_183); +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_190 = !lean_is_exclusive(x_189); +if (x_190 == 0) +{ +return x_189; } -if (lean_is_scalar(x_381)) { - x_382 = lean_alloc_ctor(0, 1, 0); -} else { - x_382 = x_381; +else +{ +lean_object* x_191; lean_object* x_192; +x_191 = lean_ctor_get(x_189, 0); +lean_inc(x_191); +lean_dec(x_189); +x_192 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_192, 0, x_191); +return x_192; } -lean_ctor_set(x_382, 0, x_380); -return x_382; } else { -lean_object* x_383; lean_object* x_384; -x_383 = lean_ctor_get(x_379, 0); -lean_inc(x_383); -lean_dec(x_379); -if (lean_is_scalar(x_373)) { - x_384 = lean_alloc_ctor(1, 1, 0); -} else { - x_384 = x_373; +uint8_t x_193; +x_193 = !lean_is_exclusive(x_189); +if (x_193 == 0) +{ +lean_object* x_194; lean_object* x_195; +x_194 = lean_ctor_get(x_189, 0); +lean_ctor_set(x_183, 0, x_194); +x_195 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_195, 0, x_20); +lean_ctor_set(x_195, 1, x_32); +lean_ctor_set(x_195, 2, x_44); +lean_ctor_set(x_195, 3, x_46); +lean_ctor_set(x_195, 4, x_47); +lean_ctor_set(x_195, 5, x_180); +lean_ctor_set(x_195, 6, x_182); +lean_ctor_set(x_195, 7, x_183); +lean_ctor_set(x_189, 0, x_195); +return x_189; } -lean_ctor_set(x_384, 0, x_383); -x_301 = x_384; -goto block_369; +else +{ +lean_object* x_196; lean_object* x_197; lean_object* x_198; +x_196 = lean_ctor_get(x_189, 0); +lean_inc(x_196); +lean_dec(x_189); +lean_ctor_set(x_183, 0, x_196); +x_197 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_197, 0, x_20); +lean_ctor_set(x_197, 1, x_32); +lean_ctor_set(x_197, 2, x_44); +lean_ctor_set(x_197, 3, x_46); +lean_ctor_set(x_197, 4, x_47); +lean_ctor_set(x_197, 5, x_180); +lean_ctor_set(x_197, 6, x_182); +lean_ctor_set(x_197, 7, x_183); +x_198 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_198, 0, x_197); +return x_198; } } } -block_369: -{ -lean_object* x_302; lean_object* x_303; lean_object* x_304; -x_302 = lean_ctor_get(x_261, 4); -lean_inc(x_302); -x_303 = l_Lean_Json_getBool_x3f(x_302); -lean_dec(x_302); -x_304 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_303, x_2); -if (lean_obj_tag(x_304) == 0) +else { -lean_object* x_305; lean_object* x_306; lean_object* x_307; -lean_dec(x_301); -lean_dec(x_300); -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_183, 0); +lean_inc(x_199); +lean_dec(x_183); +x_200 = l_Lean_Json_getBool_x3f(x_199); +lean_dec(x_199); +x_201 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_200, x_2); lean_dec(x_2); -x_305 = lean_ctor_get(x_304, 0); -lean_inc(x_305); -if (lean_is_exclusive(x_304)) { - lean_ctor_release(x_304, 0); - x_306 = x_304; +if (lean_obj_tag(x_201) == 0) +{ +lean_object* x_202; lean_object* x_203; lean_object* x_204; +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_202 = lean_ctor_get(x_201, 0); +lean_inc(x_202); +if (lean_is_exclusive(x_201)) { + lean_ctor_release(x_201, 0); + x_203 = x_201; } else { - lean_dec_ref(x_304); - x_306 = lean_box(0); + lean_dec_ref(x_201); + x_203 = lean_box(0); } -if (lean_is_scalar(x_306)) { - x_307 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_203)) { + x_204 = lean_alloc_ctor(0, 1, 0); } else { - x_307 = x_306; + x_204 = x_203; } -lean_ctor_set(x_307, 0, x_305); -return x_307; +lean_ctor_set(x_204, 0, x_202); +return x_204; } else { -lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; -x_308 = lean_ctor_get(x_304, 0); -lean_inc(x_308); -lean_dec(x_304); -x_309 = lean_ctor_get(x_261, 5); -lean_inc(x_309); -x_310 = l_Lean_Json_getBool_x3f(x_309); -lean_dec(x_309); -x_311 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_310, x_2); -if (lean_obj_tag(x_311) == 0) -{ -lean_object* x_312; lean_object* x_313; lean_object* x_314; -lean_dec(x_308); -lean_dec(x_301); -lean_dec(x_300); -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); -lean_dec(x_2); -x_312 = lean_ctor_get(x_311, 0); -lean_inc(x_312); -if (lean_is_exclusive(x_311)) { - lean_ctor_release(x_311, 0); - x_313 = x_311; +lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; +x_205 = lean_ctor_get(x_201, 0); +lean_inc(x_205); +if (lean_is_exclusive(x_201)) { + lean_ctor_release(x_201, 0); + x_206 = x_201; } else { - lean_dec_ref(x_311); - x_313 = lean_box(0); + lean_dec_ref(x_201); + x_206 = lean_box(0); } -if (lean_is_scalar(x_313)) { - x_314 = lean_alloc_ctor(0, 1, 0); +x_207 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_207, 0, x_205); +x_208 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_208, 0, x_20); +lean_ctor_set(x_208, 1, x_32); +lean_ctor_set(x_208, 2, x_44); +lean_ctor_set(x_208, 3, x_46); +lean_ctor_set(x_208, 4, x_47); +lean_ctor_set(x_208, 5, x_180); +lean_ctor_set(x_208, 6, x_182); +lean_ctor_set(x_208, 7, x_207); +if (lean_is_scalar(x_206)) { + x_209 = lean_alloc_ctor(1, 1, 0); } else { - x_314 = x_313; + x_209 = x_206; +} +lean_ctor_set(x_209, 0, x_208); +return x_209; +} +} } -lean_ctor_set(x_314, 0, x_312); -return x_314; } else { -lean_object* x_315; -x_315 = lean_ctor_get(x_261, 6); -lean_inc(x_315); -if (lean_obj_tag(x_315) == 0) +uint8_t x_210; +lean_dec(x_179); +x_210 = !lean_is_exclusive(x_181); +if (x_210 == 0) { -lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; -x_316 = lean_ctor_get(x_311, 0); -lean_inc(x_316); -if (lean_is_exclusive(x_311)) { - lean_ctor_release(x_311, 0); - x_317 = x_311; -} else { - lean_dec_ref(x_311); - x_317 = lean_box(0); -} -x_318 = lean_box(0); -x_319 = lean_ctor_get(x_261, 7); -lean_inc(x_319); -lean_dec(x_261); -if (lean_obj_tag(x_319) == 0) +lean_object* x_211; lean_object* x_212; lean_object* x_213; +x_211 = lean_ctor_get(x_181, 0); +x_212 = l_Lean_Json_getBool_x3f(x_211); +lean_dec(x_211); +x_213 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_212, x_2); +if (lean_obj_tag(x_213) == 0) { -lean_object* x_320; uint8_t x_321; uint8_t x_322; lean_object* x_323; +uint8_t x_214; +lean_free_object(x_181); +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); lean_dec(x_2); -x_320 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_320, 0, x_276); -lean_ctor_set(x_320, 1, x_288); -lean_ctor_set(x_320, 2, x_300); -lean_ctor_set(x_320, 3, x_301); -lean_ctor_set(x_320, 4, x_318); -lean_ctor_set(x_320, 5, x_318); -x_321 = lean_unbox(x_308); -lean_dec(x_308); -lean_ctor_set_uint8(x_320, sizeof(void*)*6, x_321); -x_322 = lean_unbox(x_316); -lean_dec(x_316); -lean_ctor_set_uint8(x_320, sizeof(void*)*6 + 1, x_322); -if (lean_is_scalar(x_317)) { - x_323 = lean_alloc_ctor(1, 1, 0); -} else { - x_323 = x_317; -} -lean_ctor_set(x_323, 0, x_320); -return x_323; +x_214 = !lean_is_exclusive(x_213); +if (x_214 == 0) +{ +return x_213; } else { -lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; -lean_dec(x_317); -x_324 = lean_ctor_get(x_319, 0); -lean_inc(x_324); -if (lean_is_exclusive(x_319)) { - lean_ctor_release(x_319, 0); - x_325 = x_319; -} else { - lean_dec_ref(x_319); - x_325 = lean_box(0); +lean_object* x_215; lean_object* x_216; +x_215 = lean_ctor_get(x_213, 0); +lean_inc(x_215); +lean_dec(x_213); +x_216 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_216, 0, x_215); +return x_216; } -x_326 = l_Lean_Json_getBool_x3f(x_324); -lean_dec(x_324); -x_327 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_326, x_2); +} +else +{ +uint8_t x_217; +x_217 = !lean_is_exclusive(x_213); +if (x_217 == 0) +{ +lean_object* x_218; lean_object* x_219; +x_218 = lean_ctor_get(x_213, 0); +lean_ctor_set(x_181, 0, x_218); +x_219 = lean_ctor_get(x_5, 7); +lean_inc(x_219); +lean_dec(x_5); +if (lean_obj_tag(x_219) == 0) +{ +lean_object* x_220; lean_object* x_221; lean_dec(x_2); -if (lean_obj_tag(x_327) == 0) +x_220 = lean_box(0); +x_221 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_221, 0, x_20); +lean_ctor_set(x_221, 1, x_32); +lean_ctor_set(x_221, 2, x_44); +lean_ctor_set(x_221, 3, x_46); +lean_ctor_set(x_221, 4, x_47); +lean_ctor_set(x_221, 5, x_180); +lean_ctor_set(x_221, 6, x_181); +lean_ctor_set(x_221, 7, x_220); +lean_ctor_set(x_213, 0, x_221); +return x_213; +} +else +{ +uint8_t x_222; +lean_free_object(x_213); +x_222 = !lean_is_exclusive(x_219); +if (x_222 == 0) +{ +lean_object* x_223; lean_object* x_224; lean_object* x_225; +x_223 = lean_ctor_get(x_219, 0); +x_224 = l_Lean_Json_getBool_x3f(x_223); +lean_dec(x_223); +x_225 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_224, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_225) == 0) { -lean_object* x_328; lean_object* x_329; lean_object* x_330; -lean_dec(x_325); -lean_dec(x_316); -lean_dec(x_308); -lean_dec(x_301); -lean_dec(x_300); -lean_dec(x_288); -lean_dec(x_276); -x_328 = lean_ctor_get(x_327, 0); -lean_inc(x_328); -if (lean_is_exclusive(x_327)) { - lean_ctor_release(x_327, 0); - x_329 = x_327; -} else { - lean_dec_ref(x_327); - x_329 = lean_box(0); +uint8_t x_226; +lean_free_object(x_219); +lean_dec(x_181); +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_226 = !lean_is_exclusive(x_225); +if (x_226 == 0) +{ +return x_225; } -if (lean_is_scalar(x_329)) { - x_330 = lean_alloc_ctor(0, 1, 0); -} else { - x_330 = x_329; +else +{ +lean_object* x_227; lean_object* x_228; +x_227 = lean_ctor_get(x_225, 0); +lean_inc(x_227); +lean_dec(x_225); +x_228 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_228, 0, x_227); +return x_228; } -lean_ctor_set(x_330, 0, x_328); -return x_330; } else { -lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; uint8_t x_335; uint8_t x_336; lean_object* x_337; -x_331 = lean_ctor_get(x_327, 0); -lean_inc(x_331); -if (lean_is_exclusive(x_327)) { - lean_ctor_release(x_327, 0); - x_332 = x_327; +uint8_t x_229; +x_229 = !lean_is_exclusive(x_225); +if (x_229 == 0) +{ +lean_object* x_230; lean_object* x_231; +x_230 = lean_ctor_get(x_225, 0); +lean_ctor_set(x_219, 0, x_230); +x_231 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_231, 0, x_20); +lean_ctor_set(x_231, 1, x_32); +lean_ctor_set(x_231, 2, x_44); +lean_ctor_set(x_231, 3, x_46); +lean_ctor_set(x_231, 4, x_47); +lean_ctor_set(x_231, 5, x_180); +lean_ctor_set(x_231, 6, x_181); +lean_ctor_set(x_231, 7, x_219); +lean_ctor_set(x_225, 0, x_231); +return x_225; +} +else +{ +lean_object* x_232; lean_object* x_233; lean_object* x_234; +x_232 = lean_ctor_get(x_225, 0); +lean_inc(x_232); +lean_dec(x_225); +lean_ctor_set(x_219, 0, x_232); +x_233 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_233, 0, x_20); +lean_ctor_set(x_233, 1, x_32); +lean_ctor_set(x_233, 2, x_44); +lean_ctor_set(x_233, 3, x_46); +lean_ctor_set(x_233, 4, x_47); +lean_ctor_set(x_233, 5, x_180); +lean_ctor_set(x_233, 6, x_181); +lean_ctor_set(x_233, 7, x_219); +x_234 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_234, 0, x_233); +return x_234; +} +} +} +else +{ +lean_object* x_235; lean_object* x_236; lean_object* x_237; +x_235 = lean_ctor_get(x_219, 0); +lean_inc(x_235); +lean_dec(x_219); +x_236 = l_Lean_Json_getBool_x3f(x_235); +lean_dec(x_235); +x_237 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_236, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_237) == 0) +{ +lean_object* x_238; lean_object* x_239; lean_object* x_240; +lean_dec(x_181); +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_238 = lean_ctor_get(x_237, 0); +lean_inc(x_238); +if (lean_is_exclusive(x_237)) { + lean_ctor_release(x_237, 0); + x_239 = x_237; } else { - lean_dec_ref(x_327); - x_332 = lean_box(0); + lean_dec_ref(x_237); + x_239 = lean_box(0); } -if (lean_is_scalar(x_325)) { - x_333 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_239)) { + x_240 = lean_alloc_ctor(0, 1, 0); } else { - x_333 = x_325; + x_240 = x_239; } -lean_ctor_set(x_333, 0, x_331); -x_334 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_334, 0, x_276); -lean_ctor_set(x_334, 1, x_288); -lean_ctor_set(x_334, 2, x_300); -lean_ctor_set(x_334, 3, x_301); -lean_ctor_set(x_334, 4, x_318); -lean_ctor_set(x_334, 5, x_333); -x_335 = lean_unbox(x_308); -lean_dec(x_308); -lean_ctor_set_uint8(x_334, sizeof(void*)*6, x_335); -x_336 = lean_unbox(x_316); -lean_dec(x_316); -lean_ctor_set_uint8(x_334, sizeof(void*)*6 + 1, x_336); -if (lean_is_scalar(x_332)) { - x_337 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_240, 0, x_238); +return x_240; +} +else +{ +lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; +x_241 = lean_ctor_get(x_237, 0); +lean_inc(x_241); +if (lean_is_exclusive(x_237)) { + lean_ctor_release(x_237, 0); + x_242 = x_237; } else { - x_337 = x_332; + lean_dec_ref(x_237); + x_242 = lean_box(0); +} +x_243 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_243, 0, x_241); +x_244 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_244, 0, x_20); +lean_ctor_set(x_244, 1, x_32); +lean_ctor_set(x_244, 2, x_44); +lean_ctor_set(x_244, 3, x_46); +lean_ctor_set(x_244, 4, x_47); +lean_ctor_set(x_244, 5, x_180); +lean_ctor_set(x_244, 6, x_181); +lean_ctor_set(x_244, 7, x_243); +if (lean_is_scalar(x_242)) { + x_245 = lean_alloc_ctor(1, 1, 0); +} else { + x_245 = x_242; +} +lean_ctor_set(x_245, 0, x_244); +return x_245; } -lean_ctor_set(x_337, 0, x_334); -return x_337; } } } else { -lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; -x_338 = lean_ctor_get(x_311, 0); -lean_inc(x_338); -lean_dec(x_311); -x_339 = lean_ctor_get(x_315, 0); -lean_inc(x_339); -if (lean_is_exclusive(x_315)) { - lean_ctor_release(x_315, 0); - x_340 = x_315; -} else { - lean_dec_ref(x_315); - x_340 = lean_box(0); +lean_object* x_246; lean_object* x_247; +x_246 = lean_ctor_get(x_213, 0); +lean_inc(x_246); +lean_dec(x_213); +lean_ctor_set(x_181, 0, x_246); +x_247 = lean_ctor_get(x_5, 7); +lean_inc(x_247); +lean_dec(x_5); +if (lean_obj_tag(x_247) == 0) +{ +lean_object* x_248; lean_object* x_249; lean_object* x_250; +lean_dec(x_2); +x_248 = lean_box(0); +x_249 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_249, 0, x_20); +lean_ctor_set(x_249, 1, x_32); +lean_ctor_set(x_249, 2, x_44); +lean_ctor_set(x_249, 3, x_46); +lean_ctor_set(x_249, 4, x_47); +lean_ctor_set(x_249, 5, x_180); +lean_ctor_set(x_249, 6, x_181); +lean_ctor_set(x_249, 7, x_248); +x_250 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_250, 0, x_249); +return x_250; } -x_341 = l_Lean_Json_getBool_x3f(x_339); -lean_dec(x_339); -x_342 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_341, x_2); -if (lean_obj_tag(x_342) == 0) +else { -lean_object* x_343; lean_object* x_344; lean_object* x_345; -lean_dec(x_340); -lean_dec(x_338); -lean_dec(x_308); -lean_dec(x_301); -lean_dec(x_300); -lean_dec(x_288); -lean_dec(x_276); -lean_dec(x_261); +lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; +x_251 = lean_ctor_get(x_247, 0); +lean_inc(x_251); +if (lean_is_exclusive(x_247)) { + lean_ctor_release(x_247, 0); + x_252 = x_247; +} else { + lean_dec_ref(x_247); + x_252 = lean_box(0); +} +x_253 = l_Lean_Json_getBool_x3f(x_251); +lean_dec(x_251); +x_254 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_253, x_2); lean_dec(x_2); -x_343 = lean_ctor_get(x_342, 0); -lean_inc(x_343); -if (lean_is_exclusive(x_342)) { - lean_ctor_release(x_342, 0); - x_344 = x_342; +if (lean_obj_tag(x_254) == 0) +{ +lean_object* x_255; lean_object* x_256; lean_object* x_257; +lean_dec(x_252); +lean_dec(x_181); +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_255 = lean_ctor_get(x_254, 0); +lean_inc(x_255); +if (lean_is_exclusive(x_254)) { + lean_ctor_release(x_254, 0); + x_256 = x_254; } else { - lean_dec_ref(x_342); - x_344 = lean_box(0); + lean_dec_ref(x_254); + x_256 = lean_box(0); } -if (lean_is_scalar(x_344)) { - x_345 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_256)) { + x_257 = lean_alloc_ctor(0, 1, 0); } else { - x_345 = x_344; + x_257 = x_256; } -lean_ctor_set(x_345, 0, x_343); -return x_345; +lean_ctor_set(x_257, 0, x_255); +return x_257; } else { -lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_346 = lean_ctor_get(x_342, 0); -lean_inc(x_346); -if (lean_is_exclusive(x_342)) { - lean_ctor_release(x_342, 0); - x_347 = x_342; +lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; +x_258 = lean_ctor_get(x_254, 0); +lean_inc(x_258); +if (lean_is_exclusive(x_254)) { + lean_ctor_release(x_254, 0); + x_259 = x_254; } else { - lean_dec_ref(x_342); - x_347 = lean_box(0); + lean_dec_ref(x_254); + x_259 = lean_box(0); } -if (lean_is_scalar(x_340)) { - x_348 = lean_alloc_ctor(1, 1, 0); -} else { - x_348 = x_340; +if (lean_is_scalar(x_252)) { + x_260 = lean_alloc_ctor(1, 1, 0); +} else { + x_260 = x_252; +} +lean_ctor_set(x_260, 0, x_258); +x_261 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_261, 0, x_20); +lean_ctor_set(x_261, 1, x_32); +lean_ctor_set(x_261, 2, x_44); +lean_ctor_set(x_261, 3, x_46); +lean_ctor_set(x_261, 4, x_47); +lean_ctor_set(x_261, 5, x_180); +lean_ctor_set(x_261, 6, x_181); +lean_ctor_set(x_261, 7, x_260); +if (lean_is_scalar(x_259)) { + x_262 = lean_alloc_ctor(1, 1, 0); +} else { + x_262 = x_259; +} +lean_ctor_set(x_262, 0, x_261); +return x_262; } -lean_ctor_set(x_348, 0, x_346); -x_349 = lean_ctor_get(x_261, 7); -lean_inc(x_349); -lean_dec(x_261); -if (lean_obj_tag(x_349) == 0) +} +} +} +} +else { -lean_object* x_350; lean_object* x_351; uint8_t x_352; uint8_t x_353; lean_object* x_354; +lean_object* x_263; lean_object* x_264; lean_object* x_265; +x_263 = lean_ctor_get(x_181, 0); +lean_inc(x_263); +lean_dec(x_181); +x_264 = l_Lean_Json_getBool_x3f(x_263); +lean_dec(x_263); +x_265 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_264, x_2); +if (lean_obj_tag(x_265) == 0) +{ +lean_object* x_266; lean_object* x_267; lean_object* x_268; +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); lean_dec(x_2); -x_350 = lean_box(0); -x_351 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_351, 0, x_276); -lean_ctor_set(x_351, 1, x_288); -lean_ctor_set(x_351, 2, x_300); -lean_ctor_set(x_351, 3, x_301); -lean_ctor_set(x_351, 4, x_348); -lean_ctor_set(x_351, 5, x_350); -x_352 = lean_unbox(x_308); -lean_dec(x_308); -lean_ctor_set_uint8(x_351, sizeof(void*)*6, x_352); -x_353 = lean_unbox(x_338); -lean_dec(x_338); -lean_ctor_set_uint8(x_351, sizeof(void*)*6 + 1, x_353); -if (lean_is_scalar(x_347)) { - x_354 = lean_alloc_ctor(1, 1, 0); +x_266 = lean_ctor_get(x_265, 0); +lean_inc(x_266); +if (lean_is_exclusive(x_265)) { + lean_ctor_release(x_265, 0); + x_267 = x_265; } else { - x_354 = x_347; + lean_dec_ref(x_265); + x_267 = lean_box(0); } -lean_ctor_set(x_354, 0, x_351); -return x_354; +if (lean_is_scalar(x_267)) { + x_268 = lean_alloc_ctor(0, 1, 0); +} else { + x_268 = x_267; +} +lean_ctor_set(x_268, 0, x_266); +return x_268; } else { -lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; -lean_dec(x_347); -x_355 = lean_ctor_get(x_349, 0); -lean_inc(x_355); -if (lean_is_exclusive(x_349)) { - lean_ctor_release(x_349, 0); - x_356 = x_349; +lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; +x_269 = lean_ctor_get(x_265, 0); +lean_inc(x_269); +if (lean_is_exclusive(x_265)) { + lean_ctor_release(x_265, 0); + x_270 = x_265; } else { - lean_dec_ref(x_349); - x_356 = lean_box(0); + lean_dec_ref(x_265); + x_270 = lean_box(0); } -x_357 = l_Lean_Json_getBool_x3f(x_355); -lean_dec(x_355); -x_358 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_357, x_2); +x_271 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_271, 0, x_269); +x_272 = lean_ctor_get(x_5, 7); +lean_inc(x_272); +lean_dec(x_5); +if (lean_obj_tag(x_272) == 0) +{ +lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_dec(x_2); -if (lean_obj_tag(x_358) == 0) +x_273 = lean_box(0); +x_274 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_274, 0, x_20); +lean_ctor_set(x_274, 1, x_32); +lean_ctor_set(x_274, 2, x_44); +lean_ctor_set(x_274, 3, x_46); +lean_ctor_set(x_274, 4, x_47); +lean_ctor_set(x_274, 5, x_180); +lean_ctor_set(x_274, 6, x_271); +lean_ctor_set(x_274, 7, x_273); +if (lean_is_scalar(x_270)) { + x_275 = lean_alloc_ctor(1, 1, 0); +} else { + x_275 = x_270; +} +lean_ctor_set(x_275, 0, x_274); +return x_275; +} +else { -lean_object* x_359; lean_object* x_360; lean_object* x_361; -lean_dec(x_356); -lean_dec(x_348); -lean_dec(x_338); -lean_dec(x_308); -lean_dec(x_301); -lean_dec(x_300); -lean_dec(x_288); +lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; +lean_dec(x_270); +x_276 = lean_ctor_get(x_272, 0); +lean_inc(x_276); +if (lean_is_exclusive(x_272)) { + lean_ctor_release(x_272, 0); + x_277 = x_272; +} else { + lean_dec_ref(x_272); + x_277 = lean_box(0); +} +x_278 = l_Lean_Json_getBool_x3f(x_276); lean_dec(x_276); -x_359 = lean_ctor_get(x_358, 0); -lean_inc(x_359); -if (lean_is_exclusive(x_358)) { - lean_ctor_release(x_358, 0); - x_360 = x_358; +x_279 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_278, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_279) == 0) +{ +lean_object* x_280; lean_object* x_281; lean_object* x_282; +lean_dec(x_277); +lean_dec(x_271); +lean_dec(x_180); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_280 = lean_ctor_get(x_279, 0); +lean_inc(x_280); +if (lean_is_exclusive(x_279)) { + lean_ctor_release(x_279, 0); + x_281 = x_279; } else { - lean_dec_ref(x_358); - x_360 = lean_box(0); + lean_dec_ref(x_279); + x_281 = lean_box(0); } -if (lean_is_scalar(x_360)) { - x_361 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_281)) { + x_282 = lean_alloc_ctor(0, 1, 0); } else { - x_361 = x_360; + x_282 = x_281; } -lean_ctor_set(x_361, 0, x_359); -return x_361; +lean_ctor_set(x_282, 0, x_280); +return x_282; } else { -lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; uint8_t x_366; uint8_t x_367; lean_object* x_368; -x_362 = lean_ctor_get(x_358, 0); -lean_inc(x_362); -if (lean_is_exclusive(x_358)) { - lean_ctor_release(x_358, 0); - x_363 = x_358; +lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; +x_283 = lean_ctor_get(x_279, 0); +lean_inc(x_283); +if (lean_is_exclusive(x_279)) { + lean_ctor_release(x_279, 0); + x_284 = x_279; } else { - lean_dec_ref(x_358); - x_363 = lean_box(0); + lean_dec_ref(x_279); + x_284 = lean_box(0); } -if (lean_is_scalar(x_356)) { - x_364 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_277)) { + x_285 = lean_alloc_ctor(1, 1, 0); } else { - x_364 = x_356; + x_285 = x_277; } -lean_ctor_set(x_364, 0, x_362); -x_365 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_365, 0, x_276); -lean_ctor_set(x_365, 1, x_288); -lean_ctor_set(x_365, 2, x_300); -lean_ctor_set(x_365, 3, x_301); -lean_ctor_set(x_365, 4, x_348); -lean_ctor_set(x_365, 5, x_364); -x_366 = lean_unbox(x_308); -lean_dec(x_308); -lean_ctor_set_uint8(x_365, sizeof(void*)*6, x_366); -x_367 = lean_unbox(x_338); -lean_dec(x_338); -lean_ctor_set_uint8(x_365, sizeof(void*)*6 + 1, x_367); -if (lean_is_scalar(x_363)) { - x_368 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_285, 0, x_283); +x_286 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_286, 0, x_20); +lean_ctor_set(x_286, 1, x_32); +lean_ctor_set(x_286, 2, x_44); +lean_ctor_set(x_286, 3, x_46); +lean_ctor_set(x_286, 4, x_47); +lean_ctor_set(x_286, 5, x_180); +lean_ctor_set(x_286, 6, x_271); +lean_ctor_set(x_286, 7, x_285); +if (lean_is_scalar(x_284)) { + x_287 = lean_alloc_ctor(1, 1, 0); } else { - x_368 = x_363; -} -lean_ctor_set(x_368, 0, x_365); -return x_368; -} -} + x_287 = x_284; } +lean_ctor_set(x_287, 0, x_286); +return x_287; } } } @@ -5380,1158 +5508,1587 @@ return x_368; } else { -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_dec(x_261); +lean_object* x_307; lean_object* x_308; lean_object* x_309; +x_307 = lean_ctor_get(x_47, 0); +lean_inc(x_307); +lean_dec(x_47); +x_308 = l_Lean_Json_getBool_x3f(x_307); +lean_dec(x_307); +x_309 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_308, x_2); +if (lean_obj_tag(x_309) == 0) +{ +lean_object* x_310; lean_object* x_311; lean_object* x_312; +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); lean_dec(x_2); -if (lean_is_exclusive(x_271)) { - lean_ctor_release(x_271, 0); - x_385 = x_271; +x_310 = lean_ctor_get(x_309, 0); +lean_inc(x_310); +if (lean_is_exclusive(x_309)) { + lean_ctor_release(x_309, 0); + x_311 = x_309; } else { - lean_dec_ref(x_271); - x_385 = lean_box(0); + lean_dec_ref(x_309); + x_311 = lean_box(0); } -x_386 = lean_unsigned_to_nat(80u); -x_387 = l_Lean_Json_pretty(x_275, x_386); -x_388 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_389 = lean_string_append(x_388, x_387); -lean_dec(x_387); -x_390 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_391 = lean_string_append(x_389, x_390); -if (lean_is_scalar(x_385)) { - x_392 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_311)) { + x_312 = lean_alloc_ctor(0, 1, 0); } else { - x_392 = x_385; - lean_ctor_set_tag(x_392, 0); + x_312 = x_311; } -lean_ctor_set(x_392, 0, x_391); -return x_392; +lean_ctor_set(x_312, 0, x_310); +return x_312; } +else +{ +lean_object* x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_361; +x_313 = lean_ctor_get(x_309, 0); +lean_inc(x_313); +if (lean_is_exclusive(x_309)) { + lean_ctor_release(x_309, 0); + x_314 = x_309; +} else { + lean_dec_ref(x_309); + x_314 = lean_box(0); } +x_315 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_315, 0, x_313); +x_361 = lean_ctor_get(x_5, 5); +lean_inc(x_361); +if (lean_obj_tag(x_361) == 0) +{ +lean_object* x_362; +x_362 = lean_box(0); +x_316 = x_362; +goto block_360; } 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_dec(x_261); -lean_dec(x_2); -x_393 = lean_unsigned_to_nat(80u); -x_394 = l_Lean_Json_pretty(x_262, x_393); -x_395 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_396 = lean_string_append(x_395, x_394); -lean_dec(x_394); -x_397 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_398 = lean_string_append(x_396, x_397); -x_399 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_399, 0, x_398); -return x_399; +lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; +x_363 = lean_ctor_get(x_361, 0); +lean_inc(x_363); +if (lean_is_exclusive(x_361)) { + lean_ctor_release(x_361, 0); + x_364 = x_361; +} else { + lean_dec_ref(x_361); + x_364 = lean_box(0); } +x_365 = l_Lean_Json_getBool_x3f(x_363); +lean_dec(x_363); +x_366 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_365, x_2); +if (lean_obj_tag(x_366) == 0) +{ +lean_object* x_367; lean_object* x_368; lean_object* x_369; +lean_dec(x_364); +lean_dec(x_315); +lean_dec(x_314); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); +lean_dec(x_2); +x_367 = lean_ctor_get(x_366, 0); +lean_inc(x_367); +if (lean_is_exclusive(x_366)) { + lean_ctor_release(x_366, 0); + x_368 = x_366; +} else { + lean_dec_ref(x_366); + x_368 = lean_box(0); } +if (lean_is_scalar(x_368)) { + x_369 = lean_alloc_ctor(0, 1, 0); +} else { + x_369 = x_368; } +lean_ctor_set(x_369, 0, x_367); +return x_369; } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1(x_1, x_2); -lean_dec(x_2); -return x_3; +lean_object* x_370; lean_object* x_371; +x_370 = lean_ctor_get(x_366, 0); +lean_inc(x_370); +lean_dec(x_366); +if (lean_is_scalar(x_364)) { + x_371 = lean_alloc_ctor(1, 1, 0); +} else { + x_371 = x_364; } +lean_ctor_set(x_371, 0, x_370); +x_316 = x_371; +goto block_360; } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +block_360: { -size_t x_5; size_t x_6; lean_object* x_7; -x_5 = lean_unbox_usize(x_1); -lean_dec(x_1); -x_6 = lean_unbox_usize(x_2); +lean_object* x_317; +x_317 = lean_ctor_get(x_5, 6); +lean_inc(x_317); +if (lean_obj_tag(x_317) == 0) +{ +lean_object* x_318; lean_object* x_319; +x_318 = lean_box(0); +x_319 = lean_ctor_get(x_5, 7); +lean_inc(x_319); +lean_dec(x_5); +if (lean_obj_tag(x_319) == 0) +{ +lean_object* x_320; lean_object* x_321; lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(x_5, x_6, x_3, x_4); -lean_dec(x_4); -return x_7; +x_320 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_320, 0, x_20); +lean_ctor_set(x_320, 1, x_32); +lean_ctor_set(x_320, 2, x_44); +lean_ctor_set(x_320, 3, x_46); +lean_ctor_set(x_320, 4, x_315); +lean_ctor_set(x_320, 5, x_316); +lean_ctor_set(x_320, 6, x_318); +lean_ctor_set(x_320, 7, x_318); +if (lean_is_scalar(x_314)) { + x_321 = lean_alloc_ctor(1, 1, 0); +} else { + x_321 = x_314; } +lean_ctor_set(x_321, 0, x_320); +return x_321; } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_1, x_2); -lean_dec(x_2); -return x_3; -} +lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; +lean_dec(x_314); +x_322 = lean_ctor_get(x_319, 0); +lean_inc(x_322); +if (lean_is_exclusive(x_319)) { + lean_ctor_release(x_319, 0); + x_323 = x_319; +} else { + lean_dec_ref(x_319); + x_323 = lean_box(0); } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4___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_1); -lean_dec(x_1); -x_6 = lean_unbox_usize(x_2); +x_324 = l_Lean_Json_getBool_x3f(x_322); +lean_dec(x_322); +x_325 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_324, x_2); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(x_5, x_6, x_3, x_4); -lean_dec(x_4); -return x_7; +if (lean_obj_tag(x_325) == 0) +{ +lean_object* x_326; lean_object* x_327; lean_object* x_328; +lean_dec(x_323); +lean_dec(x_316); +lean_dec(x_315); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_326 = lean_ctor_get(x_325, 0); +lean_inc(x_326); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + x_327 = x_325; +} else { + lean_dec_ref(x_325); + x_327 = lean_box(0); } +if (lean_is_scalar(x_327)) { + x_328 = lean_alloc_ctor(0, 1, 0); +} else { + x_328 = x_327; } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +lean_ctor_set(x_328, 0, x_326); +return x_328; +} +else { -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_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6(x_1, x_6, x_7, x_4, x_5); -return x_8; +lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; +x_329 = lean_ctor_get(x_325, 0); +lean_inc(x_329); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + x_330 = x_325; +} else { + lean_dec_ref(x_325); + x_330 = lean_box(0); } +if (lean_is_scalar(x_323)) { + x_331 = lean_alloc_ctor(1, 1, 0); +} else { + x_331 = x_323; } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_1, x_2); -lean_dec(x_2); -return x_3; +lean_ctor_set(x_331, 0, x_329); +x_332 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_332, 0, x_20); +lean_ctor_set(x_332, 1, x_32); +lean_ctor_set(x_332, 2, x_44); +lean_ctor_set(x_332, 3, x_46); +lean_ctor_set(x_332, 4, x_315); +lean_ctor_set(x_332, 5, x_316); +lean_ctor_set(x_332, 6, x_318); +lean_ctor_set(x_332, 7, x_331); +if (lean_is_scalar(x_330)) { + x_333 = lean_alloc_ctor(1, 1, 0); +} else { + x_333 = x_330; } +lean_ctor_set(x_333, 0, x_332); +return x_333; } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5_(x_1, x_2); -lean_dec(x_1); -return x_3; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5_), 2, 0); -return x_1; -} +lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; +lean_dec(x_314); +x_334 = lean_ctor_get(x_317, 0); +lean_inc(x_334); +if (lean_is_exclusive(x_317)) { + lean_ctor_release(x_317, 0); + x_335 = x_317; +} else { + lean_dec_ref(x_317); + x_335 = lean_box(0); } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__2() { -_start: +x_336 = l_Lean_Json_getBool_x3f(x_334); +lean_dec(x_334); +x_337 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_336, x_2); +if (lean_obj_tag(x_337) == 0) { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____boxed), 2, 0); -return x_1; +lean_object* x_338; lean_object* x_339; lean_object* x_340; +lean_dec(x_335); +lean_dec(x_316); +lean_dec(x_315); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +lean_dec(x_5); +lean_dec(x_2); +x_338 = lean_ctor_get(x_337, 0); +lean_inc(x_338); +if (lean_is_exclusive(x_337)) { + lean_ctor_release(x_337, 0); + 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, 1, 0); +} else { + x_340 = x_339; } +lean_ctor_set(x_340, 0, x_338); +return x_340; } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__1; -x_2 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___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_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; +x_341 = lean_ctor_get(x_337, 0); +lean_inc(x_341); +if (lean_is_exclusive(x_337)) { + lean_ctor_release(x_337, 0); + x_342 = x_337; +} else { + lean_dec_ref(x_337); + x_342 = lean_box(0); } +if (lean_is_scalar(x_335)) { + x_343 = lean_alloc_ctor(1, 1, 0); +} else { + x_343 = x_335; } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle() { -_start: +lean_ctor_set(x_343, 0, x_341); +x_344 = lean_ctor_get(x_5, 7); +lean_inc(x_344); +lean_dec(x_5); +if (lean_obj_tag(x_344) == 0) { -lean_object* x_1; -x_1 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3; -return x_1; +lean_object* x_345; lean_object* x_346; lean_object* x_347; +lean_dec(x_2); +x_345 = lean_box(0); +x_346 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_346, 0, x_20); +lean_ctor_set(x_346, 1, x_32); +lean_ctor_set(x_346, 2, x_44); +lean_ctor_set(x_346, 3, x_46); +lean_ctor_set(x_346, 4, x_315); +lean_ctor_set(x_346, 5, x_316); +lean_ctor_set(x_346, 6, x_343); +lean_ctor_set(x_346, 7, x_345); +if (lean_is_scalar(x_342)) { + x_347 = lean_alloc_ctor(1, 1, 0); +} else { + x_347 = x_342; } +lean_ctor_set(x_347, 0, x_346); +return x_347; } -static lean_object* _init_l_Lean_Widget_InteractiveGoal_mvarId_x3f___default() { -_start: +else { -lean_object* x_1; -x_1 = lean_box(0); -return x_1; -} +lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; +lean_dec(x_342); +x_348 = lean_ctor_get(x_344, 0); +lean_inc(x_348); +if (lean_is_exclusive(x_344)) { + lean_ctor_release(x_344, 0); + x_349 = x_344; +} else { + lean_dec_ref(x_344); + x_349 = lean_box(0); } -static lean_object* _init_l_Lean_Widget_InteractiveGoal_isInserted_x3f___default() { -_start: +x_350 = l_Lean_Json_getBool_x3f(x_348); +lean_dec(x_348); +x_351 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_350, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_351) == 0) { -lean_object* x_1; -x_1 = lean_box(0); -return x_1; +lean_object* x_352; lean_object* x_353; lean_object* x_354; +lean_dec(x_349); +lean_dec(x_343); +lean_dec(x_316); +lean_dec(x_315); +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_32); +lean_dec(x_20); +x_352 = lean_ctor_get(x_351, 0); +lean_inc(x_352); +if (lean_is_exclusive(x_351)) { + lean_ctor_release(x_351, 0); + x_353 = x_351; +} else { + lean_dec_ref(x_351); + x_353 = lean_box(0); } +if (lean_is_scalar(x_353)) { + x_354 = lean_alloc_ctor(0, 1, 0); +} else { + x_354 = x_353; } -static lean_object* _init_l_Lean_Widget_InteractiveGoal_isRemoved_x3f___default() { -_start: +lean_ctor_set(x_354, 0, x_352); +return x_354; +} +else { -lean_object* x_1; -x_1 = lean_box(0); -return x_1; +lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; +x_355 = lean_ctor_get(x_351, 0); +lean_inc(x_355); +if (lean_is_exclusive(x_351)) { + lean_ctor_release(x_351, 0); + x_356 = x_351; +} else { + lean_dec_ref(x_351); + x_356 = lean_box(0); } +if (lean_is_scalar(x_349)) { + x_357 = lean_alloc_ctor(1, 1, 0); +} else { + x_357 = x_349; +} +lean_ctor_set(x_357, 0, x_355); +x_358 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_358, 0, x_20); +lean_ctor_set(x_358, 1, x_32); +lean_ctor_set(x_358, 2, x_44); +lean_ctor_set(x_358, 3, x_46); +lean_ctor_set(x_358, 4, x_315); +lean_ctor_set(x_358, 5, x_316); +lean_ctor_set(x_358, 6, x_343); +lean_ctor_set(x_358, 7, x_357); +if (lean_is_scalar(x_356)) { + x_359 = lean_alloc_ctor(1, 1, 0); +} else { + x_359 = x_356; } -static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveGoal___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = lean_box(0); -x_2 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__1; -x_3 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__3; -x_4 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__2; -x_5 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_5, 0, x_2); -lean_ctor_set(x_5, 1, x_3); -lean_ctor_set(x_5, 2, x_1); -lean_ctor_set(x_5, 3, x_4); -lean_ctor_set(x_5, 4, x_1); -lean_ctor_set(x_5, 5, x_1); -lean_ctor_set(x_5, 6, x_1); -return x_5; +lean_ctor_set(x_359, 0, x_358); +return x_359; } } -static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveGoal() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Widget_instInhabitedInteractiveGoal___closed__1; -return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("hyps", 4); -return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15; -x_2 = lean_unsigned_to_nat(1346u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__3() { -_start: -{ -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__2; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__3; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18; -x_3 = lean_string_append(x_1, x_2); -return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; } +else +{ +uint8_t x_399; +lean_dec(x_5); +lean_dec(x_2); +x_399 = !lean_is_exclusive(x_15); +if (x_399 == 0) +{ +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_400 = lean_ctor_get(x_15, 0); +lean_dec(x_400); +x_401 = lean_unsigned_to_nat(80u); +x_402 = l_Lean_Json_pretty(x_19, x_401); +x_403 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_404 = lean_string_append(x_403, x_402); +lean_dec(x_402); +x_405 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_406 = lean_string_append(x_404, x_405); +lean_ctor_set_tag(x_15, 0); +lean_ctor_set(x_15, 0, x_406); +return x_15; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6() { -_start: +else { -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__5; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; +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_dec(x_15); +x_407 = lean_unsigned_to_nat(80u); +x_408 = l_Lean_Json_pretty(x_19, x_407); +x_409 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_410 = lean_string_append(x_409, x_408); +lean_dec(x_408); +x_411 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_412 = lean_string_append(x_410, x_411); +x_413 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_413, 0, x_412); +return x_413; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6; -x_3 = lean_string_append(x_1, x_2); -return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__8() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__7; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); +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_dec(x_5); +lean_dec(x_2); +x_414 = lean_unsigned_to_nat(80u); +x_415 = l_Lean_Json_pretty(x_6, x_414); +x_416 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_417 = lean_string_append(x_416, x_415); +lean_dec(x_415); +x_418 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_419 = lean_string_append(x_417, x_418); +lean_ctor_set_tag(x_3, 0); +lean_ctor_set(x_3, 0, x_419); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__9() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_420; lean_object* x_421; +x_420 = lean_ctor_get(x_3, 0); +lean_inc(x_420); +lean_dec(x_3); +x_421 = lean_ctor_get(x_420, 0); +lean_inc(x_421); +if (lean_obj_tag(x_421) == 4) +{ +lean_object* x_422; lean_object* x_423; size_t x_424; size_t x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; size_t x_429; lean_object* x_430; +x_422 = lean_ctor_get(x_421, 0); +lean_inc(x_422); +lean_dec(x_421); +x_423 = lean_array_get_size(x_422); +x_424 = lean_usize_of_nat(x_423); +lean_dec(x_423); +x_425 = 0; +x_426 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_424, x_425, x_422); +x_427 = lean_ctor_get(x_426, 0); +lean_inc(x_427); +lean_dec(x_426); +x_428 = lean_array_get_size(x_427); +x_429 = lean_usize_of_nat(x_428); +lean_dec(x_428); +x_430 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(x_429, x_425, x_427, x_2); +if (lean_obj_tag(x_430) == 0) +{ +lean_object* x_431; lean_object* x_432; lean_object* x_433; +lean_dec(x_420); +lean_dec(x_2); +x_431 = lean_ctor_get(x_430, 0); +lean_inc(x_431); +if (lean_is_exclusive(x_430)) { + lean_ctor_release(x_430, 0); + x_432 = x_430; +} else { + lean_dec_ref(x_430); + x_432 = lean_box(0); } +if (lean_is_scalar(x_432)) { + x_433 = lean_alloc_ctor(0, 1, 0); +} else { + x_433 = x_432; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__10() { -_start: +lean_ctor_set(x_433, 0, x_431); +return x_433; +} +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__9; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_434; +x_434 = lean_ctor_get(x_420, 1); +lean_inc(x_434); +if (lean_obj_tag(x_434) == 4) +{ +lean_object* x_435; lean_object* x_436; lean_object* x_437; size_t x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; size_t x_442; lean_object* x_443; +x_435 = lean_ctor_get(x_430, 0); +lean_inc(x_435); +lean_dec(x_430); +x_436 = lean_ctor_get(x_434, 0); +lean_inc(x_436); +lean_dec(x_434); +x_437 = lean_array_get_size(x_436); +x_438 = lean_usize_of_nat(x_437); +lean_dec(x_437); +x_439 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_438, x_425, x_436); +x_440 = lean_ctor_get(x_439, 0); +lean_inc(x_440); +lean_dec(x_439); +x_441 = lean_array_get_size(x_440); +x_442 = lean_usize_of_nat(x_441); +lean_dec(x_441); +x_443 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(x_442, x_425, x_440, x_2); +if (lean_obj_tag(x_443) == 0) +{ +lean_object* x_444; lean_object* x_445; lean_object* x_446; +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_444 = lean_ctor_get(x_443, 0); +lean_inc(x_444); +if (lean_is_exclusive(x_443)) { + lean_ctor_release(x_443, 0); + x_445 = x_443; +} else { + lean_dec_ref(x_443); + x_445 = lean_box(0); +} +if (lean_is_scalar(x_445)) { + x_446 = lean_alloc_ctor(0, 1, 0); +} else { + x_446 = x_445; } +lean_ctor_set(x_446, 0, x_444); +return x_446; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__11() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("userName", 8); -return x_1; +lean_object* x_447; lean_object* x_448; lean_object* x_449; +x_447 = lean_ctor_get(x_443, 0); +lean_inc(x_447); +lean_dec(x_443); +x_448 = lean_ctor_get(x_420, 2); +lean_inc(x_448); +x_449 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_448); +if (lean_obj_tag(x_449) == 0) +{ +lean_object* x_450; lean_object* x_451; lean_object* x_452; +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_450 = lean_ctor_get(x_449, 0); +lean_inc(x_450); +if (lean_is_exclusive(x_449)) { + lean_ctor_release(x_449, 0); + x_451 = x_449; +} else { + lean_dec_ref(x_449); + x_451 = lean_box(0); } +if (lean_is_scalar(x_451)) { + x_452 = lean_alloc_ctor(0, 1, 0); +} else { + x_452 = x_451; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__12() { -_start: +lean_ctor_set(x_452, 0, x_450); +return x_452; +} +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("userName?", 9); -return x_1; +lean_object* x_453; lean_object* x_454; lean_object* x_455; +x_453 = lean_ctor_get(x_449, 0); +lean_inc(x_453); +lean_dec(x_449); +x_454 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; +lean_inc(x_2); +x_455 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_454, x_453, x_2); +if (lean_obj_tag(x_455) == 0) +{ +lean_object* x_456; lean_object* x_457; lean_object* x_458; +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_456 = lean_ctor_get(x_455, 0); +lean_inc(x_456); +if (lean_is_exclusive(x_455)) { + lean_ctor_release(x_455, 0); + x_457 = x_455; +} else { + lean_dec_ref(x_455); + x_457 = lean_box(0); } +if (lean_is_scalar(x_457)) { + x_458 = lean_alloc_ctor(0, 1, 0); +} else { + x_458 = x_457; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__13() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__12; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_ctor_set(x_458, 0, x_456); +return x_458; } +else +{ +lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_584; +x_459 = lean_ctor_get(x_455, 0); +lean_inc(x_459); +if (lean_is_exclusive(x_455)) { + lean_ctor_release(x_455, 0); + x_460 = x_455; +} else { + lean_dec_ref(x_455); + x_460 = lean_box(0); } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__14() { -_start: +x_584 = lean_ctor_get(x_420, 3); +lean_inc(x_584); +if (lean_obj_tag(x_584) == 0) { -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__13; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; +lean_object* x_585; +x_585 = lean_box(0); +x_461 = x_585; +goto block_583; } +else +{ +lean_object* x_586; lean_object* x_587; lean_object* x_588; +x_586 = lean_ctor_get(x_584, 0); +lean_inc(x_586); +if (lean_is_exclusive(x_584)) { + lean_ctor_release(x_584, 0); + x_587 = x_584; +} else { + lean_dec_ref(x_584); + x_587 = lean_box(0); } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__15() { -_start: +x_588 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_586); +if (lean_obj_tag(x_588) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__14; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_589; lean_object* x_590; lean_object* x_591; +lean_dec(x_587); +lean_dec(x_460); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_589 = lean_ctor_get(x_588, 0); +lean_inc(x_589); +if (lean_is_exclusive(x_588)) { + lean_ctor_release(x_588, 0); + x_590 = x_588; +} else { + lean_dec_ref(x_588); + x_590 = lean_box(0); } +if (lean_is_scalar(x_590)) { + x_591 = lean_alloc_ctor(0, 1, 0); +} else { + x_591 = x_590; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__16() { -_start: +lean_ctor_set(x_591, 0, x_589); +return x_591; +} +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__15; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_592; lean_object* x_593; +x_592 = lean_ctor_get(x_588, 0); +lean_inc(x_592); +lean_dec(x_588); +lean_inc(x_2); +x_593 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_454, x_592, x_2); +if (lean_obj_tag(x_593) == 0) +{ +lean_object* x_594; lean_object* x_595; lean_object* x_596; +lean_dec(x_587); +lean_dec(x_460); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_594 = lean_ctor_get(x_593, 0); +lean_inc(x_594); +if (lean_is_exclusive(x_593)) { + lean_ctor_release(x_593, 0); + x_595 = x_593; +} else { + lean_dec_ref(x_593); + x_595 = lean_box(0); +} +if (lean_is_scalar(x_595)) { + x_596 = lean_alloc_ctor(0, 1, 0); +} else { + x_596 = x_595; } +lean_ctor_set(x_596, 0, x_594); +return x_596; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("goalPrefix", 10); -return x_1; +lean_object* x_597; lean_object* x_598; +x_597 = lean_ctor_get(x_593, 0); +lean_inc(x_597); +lean_dec(x_593); +if (lean_is_scalar(x_587)) { + x_598 = lean_alloc_ctor(1, 1, 0); +} else { + x_598 = x_587; } +lean_ctor_set(x_598, 0, x_597); +x_461 = x_598; +goto block_583; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__18() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__19() { -_start: +block_583: { -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__18; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; +lean_object* x_462; +x_462 = lean_ctor_get(x_420, 4); +lean_inc(x_462); +if (lean_obj_tag(x_462) == 0) +{ +lean_object* x_463; lean_object* x_464; lean_object* x_507; +x_463 = lean_box(0); +x_507 = lean_ctor_get(x_420, 5); +lean_inc(x_507); +if (lean_obj_tag(x_507) == 0) +{ +x_464 = x_463; +goto block_506; } +else +{ +lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; +x_508 = lean_ctor_get(x_507, 0); +lean_inc(x_508); +if (lean_is_exclusive(x_507)) { + lean_ctor_release(x_507, 0); + x_509 = x_507; +} else { + lean_dec_ref(x_507); + x_509 = lean_box(0); } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__20() { -_start: +x_510 = l_Lean_Json_getBool_x3f(x_508); +lean_dec(x_508); +x_511 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_510, x_2); +if (lean_obj_tag(x_511) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__19; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_512; lean_object* x_513; lean_object* x_514; +lean_dec(x_509); +lean_dec(x_461); +lean_dec(x_460); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_512 = lean_ctor_get(x_511, 0); +lean_inc(x_512); +if (lean_is_exclusive(x_511)) { + lean_ctor_release(x_511, 0); + x_513 = x_511; +} else { + lean_dec_ref(x_511); + x_513 = lean_box(0); +} +if (lean_is_scalar(x_513)) { + x_514 = lean_alloc_ctor(0, 1, 0); +} else { + x_514 = x_513; } +lean_ctor_set(x_514, 0, x_512); +return x_514; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__21() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__20; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_515; lean_object* x_516; +x_515 = lean_ctor_get(x_511, 0); +lean_inc(x_515); +lean_dec(x_511); +if (lean_is_scalar(x_509)) { + x_516 = lean_alloc_ctor(1, 1, 0); +} else { + x_516 = x_509; } +lean_ctor_set(x_516, 0, x_515); +x_464 = x_516; +goto block_506; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__22() { -_start: +} +block_506: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("mvarId", 6); -return x_1; +lean_object* x_465; +x_465 = lean_ctor_get(x_420, 6); +lean_inc(x_465); +if (lean_obj_tag(x_465) == 0) +{ +lean_object* x_466; +x_466 = lean_ctor_get(x_420, 7); +lean_inc(x_466); +lean_dec(x_420); +if (lean_obj_tag(x_466) == 0) +{ +lean_object* x_467; lean_object* x_468; +lean_dec(x_2); +x_467 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_467, 0, x_435); +lean_ctor_set(x_467, 1, x_447); +lean_ctor_set(x_467, 2, x_459); +lean_ctor_set(x_467, 3, x_461); +lean_ctor_set(x_467, 4, x_463); +lean_ctor_set(x_467, 5, x_464); +lean_ctor_set(x_467, 6, x_463); +lean_ctor_set(x_467, 7, x_463); +if (lean_is_scalar(x_460)) { + x_468 = lean_alloc_ctor(1, 1, 0); +} else { + x_468 = x_460; } +lean_ctor_set(x_468, 0, x_467); +return x_468; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__23() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("mvarId?", 7); -return x_1; -} +lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; +lean_dec(x_460); +x_469 = lean_ctor_get(x_466, 0); +lean_inc(x_469); +if (lean_is_exclusive(x_466)) { + lean_ctor_release(x_466, 0); + x_470 = x_466; +} else { + lean_dec_ref(x_466); + x_470 = lean_box(0); } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__24() { -_start: +x_471 = l_Lean_Json_getBool_x3f(x_469); +lean_dec(x_469); +x_472 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_471, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_472) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__23; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_473; lean_object* x_474; lean_object* x_475; +lean_dec(x_470); +lean_dec(x_464); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +x_473 = lean_ctor_get(x_472, 0); +lean_inc(x_473); +if (lean_is_exclusive(x_472)) { + lean_ctor_release(x_472, 0); + x_474 = x_472; +} else { + lean_dec_ref(x_472); + x_474 = lean_box(0); +} +if (lean_is_scalar(x_474)) { + x_475 = lean_alloc_ctor(0, 1, 0); +} else { + x_475 = x_474; } +lean_ctor_set(x_475, 0, x_473); +return x_475; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__25() { -_start: +else { -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__24; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; +lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; +x_476 = lean_ctor_get(x_472, 0); +lean_inc(x_476); +if (lean_is_exclusive(x_472)) { + lean_ctor_release(x_472, 0); + x_477 = x_472; +} else { + lean_dec_ref(x_472); + x_477 = lean_box(0); } +if (lean_is_scalar(x_470)) { + x_478 = lean_alloc_ctor(1, 1, 0); +} else { + x_478 = x_470; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__26() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__25; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_ctor_set(x_478, 0, x_476); +x_479 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_479, 0, x_435); +lean_ctor_set(x_479, 1, x_447); +lean_ctor_set(x_479, 2, x_459); +lean_ctor_set(x_479, 3, x_461); +lean_ctor_set(x_479, 4, x_463); +lean_ctor_set(x_479, 5, x_464); +lean_ctor_set(x_479, 6, x_463); +lean_ctor_set(x_479, 7, x_478); +if (lean_is_scalar(x_477)) { + x_480 = lean_alloc_ctor(1, 1, 0); +} else { + x_480 = x_477; } +lean_ctor_set(x_480, 0, x_479); +return x_480; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__27() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__26; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__28() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} +lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; +lean_dec(x_460); +x_481 = lean_ctor_get(x_465, 0); +lean_inc(x_481); +if (lean_is_exclusive(x_465)) { + lean_ctor_release(x_465, 0); + x_482 = x_465; +} else { + lean_dec_ref(x_465); + x_482 = lean_box(0); } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__29() { -_start: +x_483 = l_Lean_Json_getBool_x3f(x_481); +lean_dec(x_481); +x_484 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_483, x_2); +if (lean_obj_tag(x_484) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__28; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_485; lean_object* x_486; lean_object* x_487; +lean_dec(x_482); +lean_dec(x_464); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_485 = lean_ctor_get(x_484, 0); +lean_inc(x_485); +if (lean_is_exclusive(x_484)) { + lean_ctor_release(x_484, 0); + x_486 = x_484; +} else { + lean_dec_ref(x_484); + x_486 = lean_box(0); } +if (lean_is_scalar(x_486)) { + x_487 = lean_alloc_ctor(0, 1, 0); +} else { + x_487 = x_486; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__30() { -_start: +lean_ctor_set(x_487, 0, x_485); +return x_487; +} +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; +x_488 = lean_ctor_get(x_484, 0); +lean_inc(x_488); +if (lean_is_exclusive(x_484)) { + lean_ctor_release(x_484, 0); + x_489 = x_484; +} else { + lean_dec_ref(x_484); + x_489 = lean_box(0); } +if (lean_is_scalar(x_482)) { + x_490 = lean_alloc_ctor(1, 1, 0); +} else { + x_490 = x_482; } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__31() { -_start: +lean_ctor_set(x_490, 0, x_488); +x_491 = lean_ctor_get(x_420, 7); +lean_inc(x_491); +lean_dec(x_420); +if (lean_obj_tag(x_491) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__30; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_492; lean_object* x_493; +lean_dec(x_2); +x_492 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_492, 0, x_435); +lean_ctor_set(x_492, 1, x_447); +lean_ctor_set(x_492, 2, x_459); +lean_ctor_set(x_492, 3, x_461); +lean_ctor_set(x_492, 4, x_463); +lean_ctor_set(x_492, 5, x_464); +lean_ctor_set(x_492, 6, x_490); +lean_ctor_set(x_492, 7, x_463); +if (lean_is_scalar(x_489)) { + x_493 = lean_alloc_ctor(1, 1, 0); +} else { + x_493 = x_489; } +lean_ctor_set(x_493, 0, x_492); +return x_493; } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499_(lean_object* x_1) { -_start: +else { -lean_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; uint8_t x_22; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____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_1743____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_178____closed__30; -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_1499____closed__11; -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_1499____closed__17; -x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_1499____closed__22; -x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_178____closed__51; -x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_178____closed__57; -x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(x_1, x_20); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; +lean_dec(x_489); +x_494 = lean_ctor_get(x_491, 0); +lean_inc(x_494); +if (lean_is_exclusive(x_491)) { + lean_ctor_release(x_491, 0); + x_495 = x_491; +} else { + lean_dec_ref(x_491); + x_495 = lean_box(0); +} +x_496 = l_Lean_Json_getBool_x3f(x_494); +lean_dec(x_494); +x_497 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_496, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_497) == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_24, 0, x_4); -lean_ctor_set(x_24, 1, x_7); -lean_ctor_set(x_24, 2, x_10); -lean_ctor_set(x_24, 3, x_13); -lean_ctor_set(x_24, 4, x_16); -lean_ctor_set(x_24, 5, x_19); -lean_ctor_set(x_24, 6, x_23); -lean_ctor_set(x_21, 0, x_24); -return x_21; +lean_object* x_498; lean_object* x_499; lean_object* x_500; +lean_dec(x_495); +lean_dec(x_490); +lean_dec(x_464); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +x_498 = lean_ctor_get(x_497, 0); +lean_inc(x_498); +if (lean_is_exclusive(x_497)) { + lean_ctor_release(x_497, 0); + x_499 = x_497; +} else { + lean_dec_ref(x_497); + x_499 = lean_box(0); +} +if (lean_is_scalar(x_499)) { + x_500 = lean_alloc_ctor(0, 1, 0); +} else { + x_500 = x_499; +} +lean_ctor_set(x_500, 0, x_498); +return x_500; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_21, 0); -lean_inc(x_25); -lean_dec(x_21); -x_26 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_26, 0, x_4); -lean_ctor_set(x_26, 1, x_7); -lean_ctor_set(x_26, 2, x_10); -lean_ctor_set(x_26, 3, x_13); -lean_ctor_set(x_26, 4, x_16); -lean_ctor_set(x_26, 5, x_19); -lean_ctor_set(x_26, 6, x_25); -x_27 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_27, 0, x_26); -return x_27; +lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; +x_501 = lean_ctor_get(x_497, 0); +lean_inc(x_501); +if (lean_is_exclusive(x_497)) { + lean_ctor_release(x_497, 0); + x_502 = x_497; +} else { + lean_dec_ref(x_497); + x_502 = lean_box(0); } +if (lean_is_scalar(x_495)) { + x_503 = lean_alloc_ctor(1, 1, 0); +} else { + x_503 = x_495; } +lean_ctor_set(x_503, 0, x_501); +x_504 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_504, 0, x_435); +lean_ctor_set(x_504, 1, x_447); +lean_ctor_set(x_504, 2, x_459); +lean_ctor_set(x_504, 3, x_461); +lean_ctor_set(x_504, 4, x_463); +lean_ctor_set(x_504, 5, x_464); +lean_ctor_set(x_504, 6, x_490); +lean_ctor_set(x_504, 7, x_503); +if (lean_is_scalar(x_502)) { + x_505 = lean_alloc_ctor(1, 1, 0); +} else { + x_505 = x_502; } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499_(x_1); -lean_dec(x_1); -return x_2; +lean_ctor_set(x_505, 0, x_504); +return x_505; } } -static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____boxed), 1, 0); -return x_1; } } -static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__2() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1; -return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(lean_object* x_1) { -_start: +else { -lean_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; lean_object* x_34; lean_object* x_35; -x_2 = lean_ctor_get(x_1, 0); -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 = lean_ctor_get(x_1, 5); -x_8 = lean_ctor_get(x_1, 6); -x_9 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1; -lean_inc(x_2); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_2); -x_11 = lean_box(0); -x_12 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_12, 0, x_10); -lean_ctor_set(x_12, 1, x_11); -x_13 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30; -lean_inc(x_3); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_3); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_11); -x_16 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__11; -x_17 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_16, x_4); -x_18 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17; -lean_inc(x_5); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_5); -x_20 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_11); -x_21 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__22; -x_22 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_21, x_6); -x_23 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__51; -x_24 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_23, x_7); -x_25 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57; -x_26 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_25, x_8); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_11); -x_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_24); -lean_ctor_set(x_28, 1, x_27); -x_29 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_29, 0, x_22); -lean_ctor_set(x_29, 1, x_28); -x_30 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_30, 0, x_20); -lean_ctor_set(x_30, 1, x_29); -x_31 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_31, 0, x_17); -lean_ctor_set(x_31, 1, x_30); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_15); -lean_ctor_set(x_32, 1, x_31); -x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_12); -lean_ctor_set(x_33, 1, x_32); -x_34 = l_List_join___rarg(x_33); -x_35 = l_Lean_Json_mkObj(x_34); -return x_35; -} +lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; +lean_dec(x_460); +x_517 = lean_ctor_get(x_462, 0); +lean_inc(x_517); +if (lean_is_exclusive(x_462)) { + lean_ctor_release(x_462, 0); + x_518 = x_462; +} else { + lean_dec_ref(x_462); + x_518 = lean_box(0); } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931____boxed(lean_object* x_1) { -_start: +x_519 = l_Lean_Json_getBool_x3f(x_517); +lean_dec(x_517); +x_520 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_519, x_2); +if (lean_obj_tag(x_520) == 0) { -lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_1); -lean_dec(x_1); -return x_2; -} +lean_object* x_521; lean_object* x_522; lean_object* x_523; +lean_dec(x_518); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_521 = lean_ctor_get(x_520, 0); +lean_inc(x_521); +if (lean_is_exclusive(x_520)) { + lean_ctor_release(x_520, 0); + x_522 = x_520; +} else { + lean_dec_ref(x_520); + x_522 = lean_box(0); } -static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931____boxed), 1, 0); -return x_1; +if (lean_is_scalar(x_522)) { + x_523 = lean_alloc_ctor(0, 1, 0); +} else { + x_523 = x_522; } +lean_ctor_set(x_523, 0, x_521); +return x_523; } -static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__2() { -_start: +else { -lean_object* x_1; -x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__2___closed__1; -return x_1; +lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_572; +x_524 = lean_ctor_get(x_520, 0); +lean_inc(x_524); +if (lean_is_exclusive(x_520)) { + lean_ctor_release(x_520, 0); + x_525 = x_520; +} else { + lean_dec_ref(x_520); + x_525 = lean_box(0); } +if (lean_is_scalar(x_518)) { + x_526 = lean_alloc_ctor(1, 1, 0); +} else { + x_526 = x_518; } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_lt(x_2, x_1); -if (x_5 == 0) +lean_ctor_set(x_526, 0, x_524); +x_572 = lean_ctor_get(x_420, 5); +lean_inc(x_572); +if (lean_obj_tag(x_572) == 0) { -lean_object* x_6; -x_6 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_6, 0, x_3); -lean_ctor_set(x_6, 1, x_4); -return x_6; +lean_object* x_573; +x_573 = lean_box(0); +x_527 = x_573; +goto block_571; } 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; size_t x_13; size_t x_14; lean_object* x_15; -x_7 = lean_array_uget(x_3, x_2); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_array_uset(x_3, x_2, x_8); -x_10 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5_(x_7, x_4); -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 = 1; -x_14 = lean_usize_add(x_2, x_13); -x_15 = lean_array_uset(x_9, x_2, x_11); -x_2 = x_14; -x_3 = x_15; -x_4 = x_12; -goto _start; -} -} +lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; +x_574 = lean_ctor_get(x_572, 0); +lean_inc(x_574); +if (lean_is_exclusive(x_572)) { + lean_ctor_release(x_572, 0); + x_575 = x_572; +} else { + lean_dec_ref(x_572); + x_575 = lean_box(0); } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346_(lean_object* x_1, lean_object* x_2) { -_start: +x_576 = l_Lean_Json_getBool_x3f(x_574); +lean_dec(x_574); +x_577 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_576, x_2); +if (lean_obj_tag(x_577) == 0) { -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; lean_object* x_10; size_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; lean_object* x_101; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -x_4 = lean_array_get_size(x_3); -x_5 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_6 = 0; -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_5, x_6, x_3, x_2); -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); -x_10 = lean_array_get_size(x_8); -x_11 = lean_usize_of_nat(x_10); -lean_dec(x_10); -x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_11, x_6, x_8); -x_13 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_13, 0, x_12); -x_14 = lean_ctor_get(x_1, 1); -lean_inc(x_14); -x_15 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_16 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_15, x_14, x_9); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); -lean_inc(x_18); -if (lean_is_exclusive(x_16)) { - lean_ctor_release(x_16, 0); - lean_ctor_release(x_16, 1); - x_19 = x_16; +lean_object* x_578; lean_object* x_579; lean_object* x_580; +lean_dec(x_575); +lean_dec(x_526); +lean_dec(x_525); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_578 = lean_ctor_get(x_577, 0); +lean_inc(x_578); +if (lean_is_exclusive(x_577)) { + lean_ctor_release(x_577, 0); + x_579 = x_577; } else { - lean_dec_ref(x_16); - x_19 = lean_box(0); + lean_dec_ref(x_577); + x_579 = lean_box(0); } -x_20 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_17); -x_101 = lean_ctor_get(x_1, 2); -lean_inc(x_101); -if (lean_obj_tag(x_101) == 0) -{ -lean_object* x_102; -x_102 = lean_box(0); -x_21 = x_102; -x_22 = x_18; -goto block_100; +if (lean_is_scalar(x_579)) { + x_580 = lean_alloc_ctor(0, 1, 0); +} else { + x_580 = x_579; } -else -{ -uint8_t x_103; -x_103 = !lean_is_exclusive(x_101); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_101, 0); -x_105 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_101, 0, x_105); -x_21 = x_101; -x_22 = x_18; -goto block_100; +lean_ctor_set(x_580, 0, x_578); +return x_580; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_101, 0); -lean_inc(x_106); -lean_dec(x_101); -x_107 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_107, 0, x_106); -x_108 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_108, 0, x_107); -x_21 = x_108; -x_22 = x_18; -goto block_100; +lean_object* x_581; lean_object* x_582; +x_581 = lean_ctor_get(x_577, 0); +lean_inc(x_581); +lean_dec(x_577); +if (lean_is_scalar(x_575)) { + x_582 = lean_alloc_ctor(1, 1, 0); +} else { + x_582 = x_575; +} +lean_ctor_set(x_582, 0, x_581); +x_527 = x_582; +goto block_571; } } -block_100: +block_571: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_88; -x_23 = lean_ctor_get(x_1, 3); -lean_inc(x_23); -x_24 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_24, 0, x_23); -x_88 = lean_ctor_get(x_1, 4); -lean_inc(x_88); -if (lean_obj_tag(x_88) == 0) +lean_object* x_528; +x_528 = lean_ctor_get(x_420, 6); +lean_inc(x_528); +if (lean_obj_tag(x_528) == 0) { -lean_object* x_89; -x_89 = lean_box(0); -x_25 = x_89; -x_26 = x_22; -goto block_87; -} -else +lean_object* x_529; lean_object* x_530; +x_529 = lean_box(0); +x_530 = lean_ctor_get(x_420, 7); +lean_inc(x_530); +lean_dec(x_420); +if (lean_obj_tag(x_530) == 0) { -uint8_t x_90; -x_90 = !lean_is_exclusive(x_88); -if (x_90 == 0) +lean_object* x_531; lean_object* x_532; +lean_dec(x_2); +x_531 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_531, 0, x_435); +lean_ctor_set(x_531, 1, x_447); +lean_ctor_set(x_531, 2, x_459); +lean_ctor_set(x_531, 3, x_461); +lean_ctor_set(x_531, 4, x_526); +lean_ctor_set(x_531, 5, x_527); +lean_ctor_set(x_531, 6, x_529); +lean_ctor_set(x_531, 7, x_529); +if (lean_is_scalar(x_525)) { + x_532 = lean_alloc_ctor(1, 1, 0); +} else { + x_532 = x_525; +} +lean_ctor_set(x_532, 0, x_531); +return x_532; +} +else +{ +lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; +lean_dec(x_525); +x_533 = lean_ctor_get(x_530, 0); +lean_inc(x_533); +if (lean_is_exclusive(x_530)) { + lean_ctor_release(x_530, 0); + x_534 = x_530; +} else { + lean_dec_ref(x_530); + x_534 = lean_box(0); +} +x_535 = l_Lean_Json_getBool_x3f(x_533); +lean_dec(x_533); +x_536 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_535, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_536) == 0) { -lean_object* x_91; uint8_t x_92; lean_object* x_93; lean_object* x_94; -x_91 = lean_ctor_get(x_88, 0); -x_92 = 1; -x_93 = l_Lean_Name_toString(x_91, x_92); -x_94 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_88, 0, x_94); -x_25 = x_88; -x_26 = x_22; -goto block_87; +lean_object* x_537; lean_object* x_538; lean_object* x_539; +lean_dec(x_534); +lean_dec(x_527); +lean_dec(x_526); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +x_537 = lean_ctor_get(x_536, 0); +lean_inc(x_537); +if (lean_is_exclusive(x_536)) { + lean_ctor_release(x_536, 0); + x_538 = x_536; +} else { + lean_dec_ref(x_536); + x_538 = lean_box(0); +} +if (lean_is_scalar(x_538)) { + x_539 = lean_alloc_ctor(0, 1, 0); +} else { + x_539 = x_538; +} +lean_ctor_set(x_539, 0, x_537); +return x_539; } else { -lean_object* x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_95 = lean_ctor_get(x_88, 0); -lean_inc(x_95); -lean_dec(x_88); -x_96 = 1; -x_97 = l_Lean_Name_toString(x_95, x_96); -x_98 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_98, 0, x_97); -x_99 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_99, 0, x_98); -x_25 = x_99; -x_26 = x_22; -goto block_87; +lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; +x_540 = lean_ctor_get(x_536, 0); +lean_inc(x_540); +if (lean_is_exclusive(x_536)) { + lean_ctor_release(x_536, 0); + x_541 = x_536; +} else { + lean_dec_ref(x_536); + x_541 = lean_box(0); } +if (lean_is_scalar(x_534)) { + x_542 = lean_alloc_ctor(1, 1, 0); +} else { + x_542 = x_534; } -block_87: -{ -lean_object* x_27; -x_27 = lean_ctor_get(x_1, 5); -lean_inc(x_27); -if (lean_obj_tag(x_27) == 0) -{ -lean_object* x_28; lean_object* x_29; -x_28 = lean_box(0); -x_29 = lean_ctor_get(x_1, 6); -lean_inc(x_29); -lean_dec(x_1); -if (lean_obj_tag(x_29) == 0) -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_30, 0, x_13); -lean_ctor_set(x_30, 1, x_20); -lean_ctor_set(x_30, 2, x_21); -lean_ctor_set(x_30, 3, x_24); -lean_ctor_set(x_30, 4, x_25); -lean_ctor_set(x_30, 5, x_28); -lean_ctor_set(x_30, 6, x_28); -x_31 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_30); -lean_dec(x_30); -if (lean_is_scalar(x_19)) { - x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_542, 0, x_540); +x_543 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_543, 0, x_435); +lean_ctor_set(x_543, 1, x_447); +lean_ctor_set(x_543, 2, x_459); +lean_ctor_set(x_543, 3, x_461); +lean_ctor_set(x_543, 4, x_526); +lean_ctor_set(x_543, 5, x_527); +lean_ctor_set(x_543, 6, x_529); +lean_ctor_set(x_543, 7, x_542); +if (lean_is_scalar(x_541)) { + x_544 = lean_alloc_ctor(1, 1, 0); } else { - x_32 = x_19; + x_544 = x_541; +} +lean_ctor_set(x_544, 0, x_543); +return x_544; +} } -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_26); -return x_32; } else { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_29); -if (x_33 == 0) +lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; +lean_dec(x_525); +x_545 = lean_ctor_get(x_528, 0); +lean_inc(x_545); +if (lean_is_exclusive(x_528)) { + lean_ctor_release(x_528, 0); + x_546 = x_528; +} else { + lean_dec_ref(x_528); + x_546 = lean_box(0); +} +x_547 = l_Lean_Json_getBool_x3f(x_545); +lean_dec(x_545); +x_548 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_547, x_2); +if (lean_obj_tag(x_548) == 0) { -lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_34 = lean_ctor_get(x_29, 0); -x_35 = lean_alloc_ctor(1, 0, 1); -x_36 = lean_unbox(x_34); -lean_dec(x_34); -lean_ctor_set_uint8(x_35, 0, x_36); -lean_ctor_set(x_29, 0, x_35); -x_37 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_37, 0, x_13); -lean_ctor_set(x_37, 1, x_20); -lean_ctor_set(x_37, 2, x_21); -lean_ctor_set(x_37, 3, x_24); -lean_ctor_set(x_37, 4, x_25); -lean_ctor_set(x_37, 5, x_28); -lean_ctor_set(x_37, 6, x_29); -x_38 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_37); -lean_dec(x_37); -if (lean_is_scalar(x_19)) { - x_39 = lean_alloc_ctor(0, 2, 0); +lean_object* x_549; lean_object* x_550; lean_object* x_551; +lean_dec(x_546); +lean_dec(x_527); +lean_dec(x_526); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +lean_dec(x_420); +lean_dec(x_2); +x_549 = lean_ctor_get(x_548, 0); +lean_inc(x_549); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + x_550 = x_548; } else { - x_39 = x_19; + lean_dec_ref(x_548); + x_550 = lean_box(0); } -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_26); -return x_39; +if (lean_is_scalar(x_550)) { + x_551 = lean_alloc_ctor(0, 1, 0); +} else { + x_551 = x_550; +} +lean_ctor_set(x_551, 0, x_549); +return x_551; } else { -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; -x_40 = lean_ctor_get(x_29, 0); -lean_inc(x_40); -lean_dec(x_29); -x_41 = lean_alloc_ctor(1, 0, 1); -x_42 = lean_unbox(x_40); -lean_dec(x_40); -lean_ctor_set_uint8(x_41, 0, x_42); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_41); -x_44 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_44, 0, x_13); -lean_ctor_set(x_44, 1, x_20); -lean_ctor_set(x_44, 2, x_21); -lean_ctor_set(x_44, 3, x_24); -lean_ctor_set(x_44, 4, x_25); -lean_ctor_set(x_44, 5, x_28); -lean_ctor_set(x_44, 6, x_43); -x_45 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_44); -lean_dec(x_44); -if (lean_is_scalar(x_19)) { - x_46 = lean_alloc_ctor(0, 2, 0); +lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; +x_552 = lean_ctor_get(x_548, 0); +lean_inc(x_552); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + x_553 = x_548; } else { - x_46 = x_19; + lean_dec_ref(x_548); + x_553 = lean_box(0); } -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_26); -return x_46; +if (lean_is_scalar(x_546)) { + x_554 = lean_alloc_ctor(1, 1, 0); +} else { + x_554 = x_546; } +lean_ctor_set(x_554, 0, x_552); +x_555 = lean_ctor_get(x_420, 7); +lean_inc(x_555); +lean_dec(x_420); +if (lean_obj_tag(x_555) == 0) +{ +lean_object* x_556; lean_object* x_557; lean_object* x_558; +lean_dec(x_2); +x_556 = lean_box(0); +x_557 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_557, 0, x_435); +lean_ctor_set(x_557, 1, x_447); +lean_ctor_set(x_557, 2, x_459); +lean_ctor_set(x_557, 3, x_461); +lean_ctor_set(x_557, 4, x_526); +lean_ctor_set(x_557, 5, x_527); +lean_ctor_set(x_557, 6, x_554); +lean_ctor_set(x_557, 7, x_556); +if (lean_is_scalar(x_553)) { + x_558 = lean_alloc_ctor(1, 1, 0); +} else { + x_558 = x_553; } +lean_ctor_set(x_558, 0, x_557); +return x_558; } else { -uint8_t x_47; -x_47 = !lean_is_exclusive(x_27); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_27, 0); -x_49 = lean_alloc_ctor(1, 0, 1); -x_50 = lean_unbox(x_48); -lean_dec(x_48); -lean_ctor_set_uint8(x_49, 0, x_50); -lean_ctor_set(x_27, 0, x_49); -x_51 = lean_ctor_get(x_1, 6); -lean_inc(x_51); -lean_dec(x_1); -if (lean_obj_tag(x_51) == 0) +lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; +lean_dec(x_553); +x_559 = lean_ctor_get(x_555, 0); +lean_inc(x_559); +if (lean_is_exclusive(x_555)) { + lean_ctor_release(x_555, 0); + x_560 = x_555; +} else { + lean_dec_ref(x_555); + x_560 = lean_box(0); +} +x_561 = l_Lean_Json_getBool_x3f(x_559); +lean_dec(x_559); +x_562 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_561, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_562) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_box(0); -x_53 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_53, 0, x_13); -lean_ctor_set(x_53, 1, x_20); -lean_ctor_set(x_53, 2, x_21); -lean_ctor_set(x_53, 3, x_24); -lean_ctor_set(x_53, 4, x_25); -lean_ctor_set(x_53, 5, x_27); -lean_ctor_set(x_53, 6, x_52); -x_54 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_53); -lean_dec(x_53); -if (lean_is_scalar(x_19)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_563; lean_object* x_564; lean_object* x_565; +lean_dec(x_560); +lean_dec(x_554); +lean_dec(x_527); +lean_dec(x_526); +lean_dec(x_461); +lean_dec(x_459); +lean_dec(x_447); +lean_dec(x_435); +x_563 = lean_ctor_get(x_562, 0); +lean_inc(x_563); +if (lean_is_exclusive(x_562)) { + lean_ctor_release(x_562, 0); + x_564 = x_562; } else { - x_55 = x_19; + lean_dec_ref(x_562); + x_564 = lean_box(0); } -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_26); -return x_55; +if (lean_is_scalar(x_564)) { + x_565 = lean_alloc_ctor(0, 1, 0); +} else { + x_565 = x_564; +} +lean_ctor_set(x_565, 0, x_563); +return x_565; } else { -uint8_t x_56; -x_56 = !lean_is_exclusive(x_51); -if (x_56 == 0) -{ -lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_alloc_ctor(1, 0, 1); -x_59 = lean_unbox(x_57); -lean_dec(x_57); -lean_ctor_set_uint8(x_58, 0, x_59); -lean_ctor_set(x_51, 0, x_58); -x_60 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_60, 0, x_13); -lean_ctor_set(x_60, 1, x_20); -lean_ctor_set(x_60, 2, x_21); -lean_ctor_set(x_60, 3, x_24); -lean_ctor_set(x_60, 4, x_25); -lean_ctor_set(x_60, 5, x_27); -lean_ctor_set(x_60, 6, x_51); -x_61 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_60); -lean_dec(x_60); -if (lean_is_scalar(x_19)) { - x_62 = lean_alloc_ctor(0, 2, 0); -} else { - x_62 = x_19; +lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; +x_566 = lean_ctor_get(x_562, 0); +lean_inc(x_566); +if (lean_is_exclusive(x_562)) { + lean_ctor_release(x_562, 0); + x_567 = x_562; +} else { + lean_dec_ref(x_562); + x_567 = lean_box(0); } -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_26); -return x_62; +if (lean_is_scalar(x_560)) { + x_568 = lean_alloc_ctor(1, 1, 0); +} else { + x_568 = x_560; } -else -{ -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; -x_63 = lean_ctor_get(x_51, 0); -lean_inc(x_63); -lean_dec(x_51); -x_64 = lean_alloc_ctor(1, 0, 1); -x_65 = lean_unbox(x_63); -lean_dec(x_63); -lean_ctor_set_uint8(x_64, 0, x_65); -x_66 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_66, 0, x_64); -x_67 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_67, 0, x_13); -lean_ctor_set(x_67, 1, x_20); -lean_ctor_set(x_67, 2, x_21); -lean_ctor_set(x_67, 3, x_24); -lean_ctor_set(x_67, 4, x_25); -lean_ctor_set(x_67, 5, x_27); -lean_ctor_set(x_67, 6, x_66); -x_68 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_67); -lean_dec(x_67); -if (lean_is_scalar(x_19)) { - x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_568, 0, x_566); +x_569 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_569, 0, x_435); +lean_ctor_set(x_569, 1, x_447); +lean_ctor_set(x_569, 2, x_459); +lean_ctor_set(x_569, 3, x_461); +lean_ctor_set(x_569, 4, x_526); +lean_ctor_set(x_569, 5, x_527); +lean_ctor_set(x_569, 6, x_554); +lean_ctor_set(x_569, 7, x_568); +if (lean_is_scalar(x_567)) { + x_570 = lean_alloc_ctor(1, 1, 0); } else { - x_69 = x_19; + x_570 = x_567; +} +lean_ctor_set(x_570, 0, x_569); +return x_570; +} +} +} +} +} +} } -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_26); -return x_69; } } } -else -{ -lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; -x_70 = lean_ctor_get(x_27, 0); -lean_inc(x_70); -lean_dec(x_27); -x_71 = lean_alloc_ctor(1, 0, 1); -x_72 = lean_unbox(x_70); -lean_dec(x_70); -lean_ctor_set_uint8(x_71, 0, x_72); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_71); -x_74 = lean_ctor_get(x_1, 6); -lean_inc(x_74); -lean_dec(x_1); -if (lean_obj_tag(x_74) == 0) -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_75 = lean_box(0); -x_76 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_76, 0, x_13); -lean_ctor_set(x_76, 1, x_20); -lean_ctor_set(x_76, 2, x_21); -lean_ctor_set(x_76, 3, x_24); -lean_ctor_set(x_76, 4, x_25); -lean_ctor_set(x_76, 5, x_73); -lean_ctor_set(x_76, 6, x_75); -x_77 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_76); -lean_dec(x_76); -if (lean_is_scalar(x_19)) { - x_78 = lean_alloc_ctor(0, 2, 0); -} else { - x_78 = x_19; } -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_26); -return x_78; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_79 = lean_ctor_get(x_74, 0); -lean_inc(x_79); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - x_80 = x_74; +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_dec(x_420); +lean_dec(x_2); +if (lean_is_exclusive(x_430)) { + lean_ctor_release(x_430, 0); + x_599 = x_430; } else { - lean_dec_ref(x_74); - x_80 = lean_box(0); + lean_dec_ref(x_430); + x_599 = lean_box(0); } -x_81 = lean_alloc_ctor(1, 0, 1); -x_82 = lean_unbox(x_79); -lean_dec(x_79); -lean_ctor_set_uint8(x_81, 0, x_82); -if (lean_is_scalar(x_80)) { - x_83 = lean_alloc_ctor(1, 1, 0); +x_600 = lean_unsigned_to_nat(80u); +x_601 = l_Lean_Json_pretty(x_434, x_600); +x_602 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_603 = lean_string_append(x_602, x_601); +lean_dec(x_601); +x_604 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_605 = lean_string_append(x_603, x_604); +if (lean_is_scalar(x_599)) { + x_606 = lean_alloc_ctor(0, 1, 0); } else { - x_83 = x_80; + x_606 = x_599; + lean_ctor_set_tag(x_606, 0); } -lean_ctor_set(x_83, 0, x_81); -x_84 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_84, 0, x_13); -lean_ctor_set(x_84, 1, x_20); -lean_ctor_set(x_84, 2, x_21); -lean_ctor_set(x_84, 3, x_24); -lean_ctor_set(x_84, 4, x_25); -lean_ctor_set(x_84, 5, x_73); -lean_ctor_set(x_84, 6, x_83); -x_85 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1931_(x_84); -lean_dec(x_84); -if (lean_is_scalar(x_19)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_19; +lean_ctor_set(x_606, 0, x_605); +return x_606; } -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_26); -return x_86; } } +else +{ +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_dec(x_420); +lean_dec(x_2); +x_607 = lean_unsigned_to_nat(80u); +x_608 = l_Lean_Json_pretty(x_421, x_607); +x_609 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_610 = lean_string_append(x_609, x_608); +lean_dec(x_608); +x_611 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_612 = lean_string_append(x_610, x_611); +x_613 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_613, 0, x_612); +return x_613; +} } } } +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1___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_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____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; @@ -6539,5470 +7096,4458 @@ x_5 = lean_unbox_usize(x_1); lean_dec(x_1); x_6 = lean_unbox_usize(x_2); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_5, x_6, x_3, x_4); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(x_5, x_6, x_3, x_4); +lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3___boxed(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_lt(x_2, x_1); -if (x_5 == 0) -{ -lean_object* x_6; -lean_dec(x_4); -x_6 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_6, 0, x_3); -return x_6; +lean_object* x_3; +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_1, x_2); +lean_dec(x_2); +return x_3; } -else -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = lean_array_uget(x_3, x_2); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_array_uset(x_3, x_2, x_8); -lean_inc(x_4); -x_10 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5_(x_7, x_4); -lean_dec(x_7); -if (lean_obj_tag(x_10) == 0) -{ -uint8_t x_11; -lean_dec(x_9); -lean_dec(x_4); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -return x_10; } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_12; lean_object* x_13; -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_13, 0, x_12); -return x_13; +size_t x_5; size_t x_6; lean_object* x_7; +x_5 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_6 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(x_5, x_6, x_3, x_4); +lean_dec(x_4); +return x_7; } } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6___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_14; size_t x_15; size_t x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_10, 0); -lean_inc(x_14); -lean_dec(x_10); -x_15 = 1; -x_16 = lean_usize_add(x_2, x_15); -x_17 = lean_array_uset(x_9, x_2, x_14); -x_2 = x_16; -x_3 = x_17; -goto _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_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6(x_1, x_6, x_7, x_4, x_5); +return x_8; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { -if (lean_obj_tag(x_1) == 0) -{ -uint8_t x_3; -x_3 = !lean_is_exclusive(x_1); -if (x_3 == 0) -{ -return x_1; +lean_object* x_3; +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_1, x_2); +lean_dec(x_2); +return x_3; } -else +} +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_4; lean_object* x_5; -x_4 = lean_ctor_get(x_1, 0); -lean_inc(x_4); +lean_object* x_3; +x_3 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5_(x_1, x_2); lean_dec(x_1); -x_5 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_5, 0, x_4); -return x_5; +return x_3; } } -else -{ -uint8_t x_6; -x_6 = !lean_is_exclusive(x_1); -if (x_6 == 0) +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__1() { +_start: { +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5_), 2, 0); return x_1; } -else +} +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__2() { +_start: { -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); -lean_dec(x_1); -x_8 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_8, 0, x_7); -return x_8; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____boxed), 2, 0); +return x_1; } } +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__1; +x_2 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___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_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle() { _start: { -if (lean_obj_tag(x_1) == 0) -{ -uint8_t x_3; -x_3 = !lean_is_exclusive(x_1); -if (x_3 == 0) -{ +lean_object* x_1; +x_1 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3; return x_1; } -else +} +static lean_object* _init_l_Lean_Widget_InteractiveGoal_isInserted_x3f___default() { +_start: { -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 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_5, 0, x_4); -return x_5; +lean_object* x_1; +x_1 = lean_box(0); +return x_1; } } -else -{ -uint8_t x_6; -x_6 = !lean_is_exclusive(x_1); -if (x_6 == 0) +static lean_object* _init_l_Lean_Widget_InteractiveGoal_isRemoved_x3f___default() { +_start: { +lean_object* x_1; +x_1 = lean_box(0); return x_1; } -else +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1() { +_start: { -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); -lean_dec(x_1); -x_8 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_8, 0, x_7); -return x_8; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("hyps", 4); +return x_1; } } +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15; +x_2 = lean_unsigned_to_nat(1387u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346_(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__3() { _start: { -lean_object* x_3; uint8_t x_4; -x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499_(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_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 4) -{ -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; size_t x_14; lean_object* x_15; -lean_free_object(x_3); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -lean_dec(x_6); -x_8 = lean_array_get_size(x_7); -x_9 = lean_usize_of_nat(x_8); -lean_dec(x_8); -x_10 = 0; -x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_9, x_10, x_7); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -lean_dec(x_11); -x_13 = lean_array_get_size(x_12); -x_14 = lean_usize_of_nat(x_13); -lean_dec(x_13); -lean_inc(x_2); -x_15 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_14, x_10, x_12, x_2); -if (lean_obj_tag(x_15) == 0) -{ -uint8_t x_16; -lean_dec(x_5); -lean_dec(x_2); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) -{ -return x_15; +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } -else +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4() { +_start: { -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; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_15, 0); -lean_inc(x_19); -lean_dec(x_15); -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); -if (lean_obj_tag(x_21) == 0) -{ -uint8_t x_22; -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__5() { +_start: { -return x_21; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } -else +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6() { +_start: { -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; +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__5; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_21, 0); -lean_inc(x_25); -lean_dec(x_21); -x_26 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; -lean_inc(x_2); -x_27 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_26, x_25, x_2); -if (lean_obj_tag(x_27) == 0) -{ -uint8_t x_28; -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7() { +_start: { -return x_27; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -else +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__8() { +_start: { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_27, 0); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_30, 0, x_29); -return x_30; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_31; -x_31 = lean_ctor_get(x_5, 2); -lean_inc(x_31); -if (lean_obj_tag(x_31) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__9() { +_start: { -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_27, 0); -lean_inc(x_32); -if (lean_is_exclusive(x_27)) { - lean_ctor_release(x_27, 0); - x_33 = x_27; -} else { - lean_dec_ref(x_27); - x_33 = lean_box(0); +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -x_34 = lean_box(0); -x_35 = lean_ctor_get(x_5, 3); -lean_inc(x_35); -x_36 = l_Lean_Json_getStr_x3f(x_35); -lean_dec(x_35); -x_37 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_36, x_2); -if (lean_obj_tag(x_37) == 0) -{ -uint8_t x_38; -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_38 = !lean_is_exclusive(x_37); -if (x_38 == 0) -{ -return x_37; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__10() { +_start: { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_37, 0); -lean_inc(x_39); -lean_dec(x_37); -x_40 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_40, 0, x_39); -return x_40; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__9; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11() { +_start: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_91; -x_41 = lean_ctor_get(x_37, 0); -lean_inc(x_41); -if (lean_is_exclusive(x_37)) { - lean_ctor_release(x_37, 0); - x_42 = x_37; -} else { - lean_dec_ref(x_37); - x_42 = lean_box(0); +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("ctx", 3); +return x_1; } -x_91 = lean_ctor_get(x_5, 4); -lean_inc(x_91); -if (lean_obj_tag(x_91) == 0) -{ -lean_object* x_92; lean_object* x_121; -lean_dec(x_42); -x_121 = lean_ctor_get(x_5, 5); -lean_inc(x_121); -if (lean_obj_tag(x_121) == 0) -{ -x_92 = x_34; -goto block_120; } -else -{ -uint8_t x_122; -x_122 = !lean_is_exclusive(x_121); -if (x_122 == 0) -{ -lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_123 = lean_ctor_get(x_121, 0); -x_124 = l_Lean_Json_getBool_x3f(x_123); -lean_dec(x_123); -x_125 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_124, x_2); -if (lean_obj_tag(x_125) == 0) -{ -uint8_t x_126; -lean_free_object(x_121); -lean_dec(x_41); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_126 = !lean_is_exclusive(x_125); -if (x_126 == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12() { +_start: { -return x_125; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } -else +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13() { +_start: { -lean_object* x_127; lean_object* x_128; -x_127 = lean_ctor_get(x_125, 0); -lean_inc(x_127); -lean_dec(x_125); -x_128 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_128, 0, x_127); -return x_128; +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__14() { +_start: { -lean_object* x_129; -x_129 = lean_ctor_get(x_125, 0); -lean_inc(x_129); -lean_dec(x_125); -lean_ctor_set(x_121, 0, x_129); -x_92 = x_121; -goto block_120; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_130 = lean_ctor_get(x_121, 0); -lean_inc(x_130); -lean_dec(x_121); -x_131 = l_Lean_Json_getBool_x3f(x_130); -lean_dec(x_130); -x_132 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_131, x_2); -if (lean_obj_tag(x_132) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__15() { +_start: { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -lean_dec(x_41); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - x_134 = x_132; -} else { - lean_dec_ref(x_132); - x_134 = lean_box(0); -} -if (lean_is_scalar(x_134)) { - x_135 = lean_alloc_ctor(0, 1, 0); -} else { - x_135 = x_134; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__14; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_135, 0, x_133); -return x_135; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__16() { +_start: { -lean_object* x_136; lean_object* x_137; -x_136 = lean_ctor_get(x_132, 0); -lean_inc(x_136); -lean_dec(x_132); -x_137 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_137, 0, x_136); -x_92 = x_137; -goto block_120; -} +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("userName", 8); +return x_1; } } -block_120: +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17() { +_start: { -lean_object* x_93; -x_93 = lean_ctor_get(x_5, 6); -lean_inc(x_93); -lean_dec(x_5); -if (lean_obj_tag(x_93) == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("userName?", 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__18() { +_start: { -lean_object* x_94; lean_object* x_95; -lean_dec(x_2); -x_94 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_94, 0, x_19); -lean_ctor_set(x_94, 1, x_32); -lean_ctor_set(x_94, 2, x_34); -lean_ctor_set(x_94, 3, x_41); -lean_ctor_set(x_94, 4, x_34); -lean_ctor_set(x_94, 5, x_92); -lean_ctor_set(x_94, 6, x_34); -if (lean_is_scalar(x_33)) { - x_95 = lean_alloc_ctor(1, 1, 0); -} else { - x_95 = x_33; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } -lean_ctor_set(x_95, 0, x_94); -return x_95; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19() { +_start: { -uint8_t x_96; -lean_dec(x_33); -x_96 = !lean_is_exclusive(x_93); -if (x_96 == 0) -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_93, 0); -x_98 = l_Lean_Json_getBool_x3f(x_97); -lean_dec(x_97); -x_99 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_98, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_99) == 0) -{ -uint8_t x_100; -lean_free_object(x_93); -lean_dec(x_92); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -x_100 = !lean_is_exclusive(x_99); -if (x_100 == 0) -{ -return x_99; -} -else -{ -lean_object* x_101; lean_object* x_102; -x_101 = lean_ctor_get(x_99, 0); -lean_inc(x_101); -lean_dec(x_99); -x_102 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_102, 0, x_101); -return x_102; -} +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__18; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } -else -{ -uint8_t x_103; -x_103 = !lean_is_exclusive(x_99); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_99, 0); -lean_ctor_set(x_93, 0, x_104); -x_105 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_105, 0, x_19); -lean_ctor_set(x_105, 1, x_32); -lean_ctor_set(x_105, 2, x_34); -lean_ctor_set(x_105, 3, x_41); -lean_ctor_set(x_105, 4, x_34); -lean_ctor_set(x_105, 5, x_92); -lean_ctor_set(x_105, 6, x_93); -lean_ctor_set(x_99, 0, x_105); -return x_99; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__20() { +_start: { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_99, 0); -lean_inc(x_106); -lean_dec(x_99); -lean_ctor_set(x_93, 0, x_106); -x_107 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_107, 0, x_19); -lean_ctor_set(x_107, 1, x_32); -lean_ctor_set(x_107, 2, x_34); -lean_ctor_set(x_107, 3, x_41); -lean_ctor_set(x_107, 4, x_34); -lean_ctor_set(x_107, 5, x_92); -lean_ctor_set(x_107, 6, x_93); -x_108 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_108, 0, x_107); -return x_108; -} +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_93, 0); -lean_inc(x_109); -lean_dec(x_93); -x_110 = l_Lean_Json_getBool_x3f(x_109); -lean_dec(x_109); -x_111 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_110, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_111) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__21() { +_start: { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -lean_dec(x_92); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -x_112 = lean_ctor_get(x_111, 0); -lean_inc(x_112); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - x_113 = x_111; -} else { - lean_dec_ref(x_111); - x_113 = lean_box(0); -} -if (lean_is_scalar(x_113)) { - x_114 = lean_alloc_ctor(0, 1, 0); -} else { - x_114 = x_113; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__20; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_114, 0, x_112); -return x_114; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22() { +_start: { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_115 = lean_ctor_get(x_111, 0); -lean_inc(x_115); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - x_116 = x_111; -} else { - lean_dec_ref(x_111); - x_116 = lean_box(0); -} -x_117 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_117, 0, x_115); -x_118 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_118, 0, x_19); -lean_ctor_set(x_118, 1, x_32); -lean_ctor_set(x_118, 2, x_34); -lean_ctor_set(x_118, 3, x_41); -lean_ctor_set(x_118, 4, x_34); -lean_ctor_set(x_118, 5, x_92); -lean_ctor_set(x_118, 6, x_117); -if (lean_is_scalar(x_116)) { - x_119 = lean_alloc_ctor(1, 1, 0); -} else { - x_119 = x_116; -} -lean_ctor_set(x_119, 0, x_118); -return x_119; -} -} -} -} +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("goalPrefix", 10); +return x_1; } -else -{ -uint8_t x_138; -lean_dec(x_33); -x_138 = !lean_is_exclusive(x_91); -if (x_138 == 0) -{ -lean_object* x_139; lean_object* x_140; -x_139 = lean_ctor_get(x_91, 0); -x_140 = l_Lean_Json_getStr_x3f(x_139); -if (lean_obj_tag(x_140) == 0) -{ -uint8_t x_141; -lean_dec(x_139); -x_141 = !lean_is_exclusive(x_140); -if (x_141 == 0) -{ -lean_object* x_142; -x_142 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_140, x_2); -if (lean_obj_tag(x_142) == 0) -{ -uint8_t x_143; -lean_free_object(x_91); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_143 = !lean_is_exclusive(x_142); -if (x_143 == 0) -{ -return x_142; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23() { +_start: { -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_142, 0); -lean_inc(x_144); -lean_dec(x_142); -x_145 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_145, 0, x_144); -return x_145; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__24() { +_start: { -lean_object* x_146; -x_146 = lean_ctor_get(x_142, 0); -lean_inc(x_146); -lean_dec(x_142); -lean_ctor_set(x_91, 0, x_146); -x_43 = x_91; -goto block_90; +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_140, 0); -lean_inc(x_147); -lean_dec(x_140); -x_148 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_148, 0, x_147); -x_149 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_148, x_2); -if (lean_obj_tag(x_149) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__25() { +_start: { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -lean_free_object(x_91); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_150 = lean_ctor_get(x_149, 0); -lean_inc(x_150); -if (lean_is_exclusive(x_149)) { - lean_ctor_release(x_149, 0); - x_151 = x_149; -} else { - lean_dec_ref(x_149); - x_151 = lean_box(0); -} -if (lean_is_scalar(x_151)) { - x_152 = lean_alloc_ctor(0, 1, 0); -} else { - x_152 = x_151; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__24; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_152, 0, x_150); -return x_152; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__26() { +_start: { -lean_object* x_153; -x_153 = lean_ctor_get(x_149, 0); -lean_inc(x_153); -lean_dec(x_149); -lean_ctor_set(x_91, 0, x_153); -x_43 = x_91; -goto block_90; -} -} +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__25; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -else -{ -uint8_t x_154; -x_154 = !lean_is_exclusive(x_140); -if (x_154 == 0) -{ -lean_object* x_155; lean_object* x_156; uint8_t x_157; -x_155 = lean_ctor_get(x_140, 0); -x_156 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_157 = lean_string_dec_eq(x_155, x_156); -if (x_157 == 0) -{ -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_159 = lean_string_append(x_158, x_155); -lean_dec(x_155); -x_160 = l_Lean_Syntax_decodeNameLit(x_159); -if (lean_obj_tag(x_160) == 0) -{ -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_161 = lean_unsigned_to_nat(80u); -x_162 = l_Lean_Json_pretty(x_139, x_161); -x_163 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_164 = lean_string_append(x_163, x_162); -lean_dec(x_162); -x_165 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_166 = lean_string_append(x_164, x_165); -lean_ctor_set_tag(x_140, 0); -lean_ctor_set(x_140, 0, x_166); -x_167 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_140, x_2); -if (lean_obj_tag(x_167) == 0) -{ -uint8_t x_168; -lean_free_object(x_91); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_168 = !lean_is_exclusive(x_167); -if (x_168 == 0) -{ -return x_167; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27() { +_start: { -lean_object* x_169; lean_object* x_170; -x_169 = lean_ctor_get(x_167, 0); -lean_inc(x_169); -lean_dec(x_167); -x_170 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_170, 0, x_169); -return x_170; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("mvarId", 6); +return x_1; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28() { +_start: { -lean_object* x_171; -x_171 = lean_ctor_get(x_167, 0); -lean_inc(x_171); -lean_dec(x_167); -lean_ctor_set(x_91, 0, x_171); -x_43 = x_91; -goto block_90; -} +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } -else -{ -uint8_t x_172; -lean_free_object(x_91); -lean_dec(x_139); -x_172 = !lean_is_exclusive(x_160); -if (x_172 == 0) -{ -lean_object* x_173; lean_object* x_174; -x_173 = lean_ctor_get(x_160, 0); -lean_ctor_set(x_140, 0, x_173); -x_174 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_140, x_2); -if (lean_obj_tag(x_174) == 0) -{ -uint8_t x_175; -lean_free_object(x_160); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_175 = !lean_is_exclusive(x_174); -if (x_175 == 0) -{ -return x_174; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__29() { +_start: { -lean_object* x_176; lean_object* x_177; -x_176 = lean_ctor_get(x_174, 0); -lean_inc(x_176); -lean_dec(x_174); -x_177 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_177, 0, x_176); -return x_177; +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__30() { +_start: { -lean_object* x_178; -x_178 = lean_ctor_get(x_174, 0); -lean_inc(x_178); -lean_dec(x_174); -lean_ctor_set(x_160, 0, x_178); -x_43 = x_160; -goto block_90; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__29; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_179; lean_object* x_180; -x_179 = lean_ctor_get(x_160, 0); -lean_inc(x_179); -lean_dec(x_160); -lean_ctor_set(x_140, 0, x_179); -x_180 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_140, x_2); -if (lean_obj_tag(x_180) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__31() { +_start: { -lean_object* x_181; lean_object* x_182; lean_object* x_183; -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_181 = lean_ctor_get(x_180, 0); -lean_inc(x_181); -if (lean_is_exclusive(x_180)) { - lean_ctor_release(x_180, 0); - x_182 = x_180; -} else { - lean_dec_ref(x_180); - x_182 = lean_box(0); -} -if (lean_is_scalar(x_182)) { - x_183 = lean_alloc_ctor(0, 1, 0); -} else { - x_183 = x_182; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__30; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_183, 0, x_181); -return x_183; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__32() { +_start: { -lean_object* x_184; lean_object* x_185; -x_184 = lean_ctor_get(x_180, 0); -lean_inc(x_184); -lean_dec(x_180); -x_185 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_185, 0, x_184); -x_43 = x_185; -goto block_90; -} -} +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_186; lean_object* x_187; -lean_free_object(x_140); -lean_dec(x_155); -lean_dec(x_139); -x_186 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_187 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_186, x_2); -if (lean_obj_tag(x_187) == 0) -{ -uint8_t x_188; -lean_free_object(x_91); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_188 = !lean_is_exclusive(x_187); -if (x_188 == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__33() { +_start: { -return x_187; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__32; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -else +} +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__34() { +_start: { -lean_object* x_189; lean_object* x_190; -x_189 = lean_ctor_get(x_187, 0); -lean_inc(x_189); -lean_dec(x_187); -x_190 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_190, 0, x_189); -return x_190; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__35() { +_start: { -lean_object* x_191; -x_191 = lean_ctor_get(x_187, 0); -lean_inc(x_191); -lean_dec(x_187); -lean_ctor_set(x_91, 0, x_191); -x_43 = x_91; -goto block_90; -} +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__34; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_192; lean_object* x_193; uint8_t x_194; -x_192 = lean_ctor_get(x_140, 0); -lean_inc(x_192); -lean_dec(x_140); -x_193 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_194 = lean_string_dec_eq(x_192, x_193); -if (x_194 == 0) +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514_(lean_object* x_1) { +_start: { -lean_object* x_195; lean_object* x_196; lean_object* x_197; -x_195 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_196 = lean_string_append(x_195, x_192); -lean_dec(x_192); -x_197 = l_Lean_Syntax_decodeNameLit(x_196); -if (lean_obj_tag(x_197) == 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; 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_1514____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_1743____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_184____closed__30; +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_1514____closed__11; +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_1514____closed__16; +x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____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_1514____closed__22; +x_15 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_1514____closed__27; +x_18 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_184____closed__53; +x_21 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(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_184____closed__59; +x_24 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(x_1, x_23); +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -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; -x_198 = lean_unsigned_to_nat(80u); -x_199 = l_Lean_Json_pretty(x_139, x_198); -x_200 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_201 = lean_string_append(x_200, x_199); -lean_dec(x_199); -x_202 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_203 = lean_string_append(x_201, x_202); -x_204 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_204, 0, x_203); -x_205 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_204, x_2); -if (lean_obj_tag(x_205) == 0) -{ -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_free_object(x_91); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_206 = lean_ctor_get(x_205, 0); -lean_inc(x_206); -if (lean_is_exclusive(x_205)) { - lean_ctor_release(x_205, 0); - x_207 = x_205; -} else { - lean_dec_ref(x_205); - x_207 = lean_box(0); -} -if (lean_is_scalar(x_207)) { - x_208 = lean_alloc_ctor(0, 1, 0); -} else { - x_208 = x_207; -} -lean_ctor_set(x_208, 0, x_206); -return x_208; +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_7); +lean_ctor_set(x_27, 2, x_10); +lean_ctor_set(x_27, 3, x_13); +lean_ctor_set(x_27, 4, x_16); +lean_ctor_set(x_27, 5, x_19); +lean_ctor_set(x_27, 6, x_22); +lean_ctor_set(x_27, 7, x_26); +lean_ctor_set(x_24, 0, x_27); +return x_24; } else { -lean_object* x_209; -x_209 = lean_ctor_get(x_205, 0); -lean_inc(x_209); -lean_dec(x_205); -lean_ctor_set(x_91, 0, x_209); -x_43 = x_91; -goto block_90; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 0); +lean_inc(x_28); +lean_dec(x_24); +x_29 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_29, 0, x_4); +lean_ctor_set(x_29, 1, x_7); +lean_ctor_set(x_29, 2, x_10); +lean_ctor_set(x_29, 3, x_13); +lean_ctor_set(x_29, 4, x_16); +lean_ctor_set(x_29, 5, x_19); +lean_ctor_set(x_29, 6, x_22); +lean_ctor_set(x_29, 7, x_28); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_29); +return x_30; } } -else -{ -lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; -lean_free_object(x_91); -lean_dec(x_139); -x_210 = lean_ctor_get(x_197, 0); -lean_inc(x_210); -if (lean_is_exclusive(x_197)) { - lean_ctor_release(x_197, 0); - x_211 = x_197; -} else { - lean_dec_ref(x_197); - x_211 = lean_box(0); } -x_212 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_212, 0, x_210); -x_213 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_212, x_2); -if (lean_obj_tag(x_213) == 0) +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____boxed(lean_object* x_1) { +_start: { -lean_object* x_214; lean_object* x_215; lean_object* x_216; -lean_dec(x_211); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_214 = lean_ctor_get(x_213, 0); -lean_inc(x_214); -if (lean_is_exclusive(x_213)) { - lean_ctor_release(x_213, 0); - x_215 = x_213; -} else { - lean_dec_ref(x_213); - x_215 = lean_box(0); -} -if (lean_is_scalar(x_215)) { - x_216 = lean_alloc_ctor(0, 1, 0); -} else { - x_216 = x_215; +lean_object* x_2; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514_(x_1); +lean_dec(x_1); +return x_2; } -lean_ctor_set(x_216, 0, x_214); -return x_216; } -else +static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1() { +_start: { -lean_object* x_217; lean_object* x_218; -x_217 = lean_ctor_get(x_213, 0); -lean_inc(x_217); -lean_dec(x_213); -if (lean_is_scalar(x_211)) { - x_218 = lean_alloc_ctor(1, 1, 0); -} else { - x_218 = x_211; -} -lean_ctor_set(x_218, 0, x_217); -x_43 = x_218; -goto block_90; -} +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____boxed), 1, 0); +return x_1; } } -else -{ -lean_object* x_219; lean_object* x_220; -lean_dec(x_192); -lean_dec(x_139); -x_219 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_220 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_219, x_2); -if (lean_obj_tag(x_220) == 0) +static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__2() { +_start: { -lean_object* x_221; lean_object* x_222; lean_object* x_223; -lean_free_object(x_91); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_221 = lean_ctor_get(x_220, 0); -lean_inc(x_221); -if (lean_is_exclusive(x_220)) { - lean_ctor_release(x_220, 0); - x_222 = x_220; -} else { - lean_dec_ref(x_220); - x_222 = lean_box(0); -} -if (lean_is_scalar(x_222)) { - x_223 = lean_alloc_ctor(0, 1, 0); -} else { - x_223 = x_222; +lean_object* x_1; +x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1; +return x_1; } -lean_ctor_set(x_223, 0, x_221); -return x_223; } -else +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(lean_object* x_1) { +_start: { -lean_object* x_224; -x_224 = lean_ctor_get(x_220, 0); -lean_inc(x_224); -lean_dec(x_220); -lean_ctor_set(x_91, 0, x_224); -x_43 = x_91; -goto block_90; -} -} -} +lean_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; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_2 = lean_ctor_get(x_1, 0); +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 = lean_ctor_get(x_1, 5); +x_8 = lean_ctor_get(x_1, 6); +x_9 = lean_ctor_get(x_1, 7); +x_10 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1; +lean_inc(x_2); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_2); +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 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30; +lean_inc(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_3); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_12); +x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11; +lean_inc(x_4); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_4); +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_1514____closed__16; +x_21 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_20, x_5); +x_22 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22; +lean_inc(x_6); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_6); +x_24 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_12); +x_25 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27; +lean_inc(x_7); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_7); +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_184____closed__53; +x_29 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(x_28, x_8); +x_30 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59; +x_31 = l_Lean_Json_opt___at_Lean_JsonRpc_instToJsonMessage___spec__2(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); +x_33 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_33, 0, x_29); +lean_ctor_set(x_33, 1, x_32); +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_27); +lean_ctor_set(x_34, 1, x_33); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_24); +lean_ctor_set(x_35, 1, x_34); +x_36 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_36, 0, x_21); +lean_ctor_set(x_36, 1, x_35); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_19); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_38, 0, x_16); +lean_ctor_set(x_38, 1, x_37); +x_39 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_39, 0, x_13); +lean_ctor_set(x_39, 1, x_38); +x_40 = l_List_join___rarg(x_39); +x_41 = l_Lean_Json_mkObj(x_40); +return x_41; } } -else -{ -lean_object* x_225; lean_object* x_226; -x_225 = lean_ctor_get(x_91, 0); -lean_inc(x_225); -lean_dec(x_91); -x_226 = l_Lean_Json_getStr_x3f(x_225); -if (lean_obj_tag(x_226) == 0) +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004____boxed(lean_object* x_1) { +_start: { -lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; -lean_dec(x_225); -x_227 = lean_ctor_get(x_226, 0); -lean_inc(x_227); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - x_228 = x_226; -} else { - lean_dec_ref(x_226); - x_228 = lean_box(0); +lean_object* x_2; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_1); +lean_dec(x_1); +return x_2; } -if (lean_is_scalar(x_228)) { - x_229 = lean_alloc_ctor(0, 1, 0); -} else { - x_229 = x_228; } -lean_ctor_set(x_229, 0, x_227); -x_230 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_229, x_2); -if (lean_obj_tag(x_230) == 0) +static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__2___closed__1() { +_start: { -lean_object* x_231; lean_object* x_232; lean_object* x_233; -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_231 = lean_ctor_get(x_230, 0); -lean_inc(x_231); -if (lean_is_exclusive(x_230)) { - lean_ctor_release(x_230, 0); - x_232 = x_230; -} else { - lean_dec_ref(x_230); - x_232 = lean_box(0); -} -if (lean_is_scalar(x_232)) { - x_233 = lean_alloc_ctor(0, 1, 0); -} else { - x_233 = x_232; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004____boxed), 1, 0); +return x_1; } -lean_ctor_set(x_233, 0, x_231); -return x_233; } -else +static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__2() { +_start: { -lean_object* x_234; lean_object* x_235; -x_234 = lean_ctor_get(x_230, 0); -lean_inc(x_234); -lean_dec(x_230); -x_235 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_235, 0, x_234); -x_43 = x_235; -goto block_90; +lean_object* x_1; +x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__2___closed__1; +return x_1; } } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_236; lean_object* x_237; lean_object* x_238; uint8_t x_239; -x_236 = lean_ctor_get(x_226, 0); -lean_inc(x_236); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - x_237 = x_226; -} else { - lean_dec_ref(x_226); - x_237 = lean_box(0); +uint8_t x_5; +x_5 = lean_usize_dec_lt(x_2, x_1); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_3); +lean_ctor_set(x_6, 1, x_4); +return x_6; } -x_238 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_239 = lean_string_dec_eq(x_236, x_238); -if (x_239 == 0) +else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_241 = lean_string_append(x_240, x_236); -lean_dec(x_236); -x_242 = l_Lean_Syntax_decodeNameLit(x_241); -if (lean_obj_tag(x_242) == 0) -{ -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; -x_243 = lean_unsigned_to_nat(80u); -x_244 = l_Lean_Json_pretty(x_225, x_243); -x_245 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_246 = lean_string_append(x_245, x_244); -lean_dec(x_244); -x_247 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_248 = lean_string_append(x_246, x_247); -if (lean_is_scalar(x_237)) { - x_249 = lean_alloc_ctor(0, 1, 0); -} else { - x_249 = x_237; - lean_ctor_set_tag(x_249, 0); +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; size_t x_13; size_t x_14; lean_object* x_15; +x_7 = lean_array_uget(x_3, x_2); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_array_uset(x_3, x_2, x_8); +x_10 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5_(x_7, x_4); +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 = 1; +x_14 = lean_usize_add(x_2, x_13); +x_15 = lean_array_uset(x_9, x_2, x_11); +x_2 = x_14; +x_3 = x_15; +x_4 = x_12; +goto _start; } -lean_ctor_set(x_249, 0, x_248); -x_250 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_249, x_2); -if (lean_obj_tag(x_250) == 0) +} +} +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_251; lean_object* x_252; lean_object* x_253; -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); +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; size_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_96; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = lean_array_get_size(x_4); +x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); -lean_dec(x_2); -x_251 = lean_ctor_get(x_250, 0); -lean_inc(x_251); -if (lean_is_exclusive(x_250)) { - lean_ctor_release(x_250, 0); - x_252 = x_250; +x_7 = 0; +x_8 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_6, x_7, x_4, x_2); +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 = lean_array_get_size(x_9); +x_12 = lean_usize_of_nat(x_11); +lean_dec(x_11); +x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_12, x_7, x_9); +x_14 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_14, 0, x_13); +x_15 = lean_ctor_get(x_3, 1); +lean_inc(x_15); +x_16 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_17 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_16, x_15, x_10); +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 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); +x_21 = lean_ctor_get(x_3, 2); +lean_inc(x_21); +lean_dec(x_3); +x_22 = l_Lean_Widget_instTypeNameContextInfo; +x_23 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(x_22, x_21, x_19); +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_250); - x_252 = lean_box(0); + lean_dec_ref(x_23); + x_26 = lean_box(0); } -if (lean_is_scalar(x_252)) { - x_253 = lean_alloc_ctor(0, 1, 0); -} else { - x_253 = x_252; +x_96 = lean_ctor_get(x_1, 1); +lean_inc(x_96); +if (lean_obj_tag(x_96) == 0) +{ +lean_object* x_97; +x_97 = lean_box(0); +x_27 = x_97; +x_28 = x_25; +goto block_95; } -lean_ctor_set(x_253, 0, x_251); -return x_253; +else +{ +uint8_t x_98; +x_98 = !lean_is_exclusive(x_96); +if (x_98 == 0) +{ +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_96, 0); +x_100 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_100, 0, x_99); +lean_ctor_set(x_96, 0, x_100); +x_27 = x_96; +x_28 = x_25; +goto block_95; } else { -lean_object* x_254; lean_object* x_255; -x_254 = lean_ctor_get(x_250, 0); -lean_inc(x_254); -lean_dec(x_250); -x_255 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_255, 0, x_254); -x_43 = x_255; -goto block_90; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_96, 0); +lean_inc(x_101); +lean_dec(x_96); +x_102 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_102, 0, x_101); +x_103 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_103, 0, x_102); +x_27 = x_103; +x_28 = x_25; +goto block_95; } } -else +block_95: { -lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; -lean_dec(x_225); -x_256 = lean_ctor_get(x_242, 0); -lean_inc(x_256); -if (lean_is_exclusive(x_242)) { - lean_ctor_release(x_242, 0); - x_257 = x_242; +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; +x_29 = lean_ctor_get(x_1, 2); +lean_inc(x_29); +x_30 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_ctor_get(x_1, 3); +lean_inc(x_31); +x_32 = 1; +x_33 = l_Lean_Name_toString(x_31, x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_ctor_get(x_1, 4); +lean_inc(x_35); +if (lean_obj_tag(x_35) == 0) +{ +lean_object* x_36; lean_object* x_37; +x_36 = lean_box(0); +x_37 = lean_ctor_get(x_1, 5); +lean_inc(x_37); +lean_dec(x_1); +if (lean_obj_tag(x_37) == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_38, 0, x_14); +lean_ctor_set(x_38, 1, x_20); +lean_ctor_set(x_38, 2, x_24); +lean_ctor_set(x_38, 3, x_27); +lean_ctor_set(x_38, 4, x_30); +lean_ctor_set(x_38, 5, x_34); +lean_ctor_set(x_38, 6, x_36); +lean_ctor_set(x_38, 7, x_36); +x_39 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_38); +lean_dec(x_38); +if (lean_is_scalar(x_26)) { + x_40 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_242); - x_257 = lean_box(0); + x_40 = x_26; } -if (lean_is_scalar(x_237)) { - x_258 = lean_alloc_ctor(1, 1, 0); -} else { - x_258 = x_237; +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_28); +return x_40; } -lean_ctor_set(x_258, 0, x_256); -x_259 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_258, x_2); -if (lean_obj_tag(x_259) == 0) +else { -lean_object* x_260; lean_object* x_261; lean_object* x_262; -lean_dec(x_257); +uint8_t x_41; +x_41 = !lean_is_exclusive(x_37); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_42 = lean_ctor_get(x_37, 0); +x_43 = lean_alloc_ctor(1, 0, 1); +x_44 = lean_unbox(x_42); lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_260 = lean_ctor_get(x_259, 0); -lean_inc(x_260); -if (lean_is_exclusive(x_259)) { - lean_ctor_release(x_259, 0); - x_261 = x_259; -} else { - lean_dec_ref(x_259); - x_261 = lean_box(0); -} -if (lean_is_scalar(x_261)) { - x_262 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set_uint8(x_43, 0, x_44); +lean_ctor_set(x_37, 0, x_43); +x_45 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_45, 0, x_14); +lean_ctor_set(x_45, 1, x_20); +lean_ctor_set(x_45, 2, x_24); +lean_ctor_set(x_45, 3, x_27); +lean_ctor_set(x_45, 4, x_30); +lean_ctor_set(x_45, 5, x_34); +lean_ctor_set(x_45, 6, x_36); +lean_ctor_set(x_45, 7, x_37); +x_46 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_45); +lean_dec(x_45); +if (lean_is_scalar(x_26)) { + x_47 = lean_alloc_ctor(0, 2, 0); } else { - x_262 = x_261; + x_47 = x_26; } -lean_ctor_set(x_262, 0, x_260); -return x_262; +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_28); +return x_47; } else { -lean_object* x_263; lean_object* x_264; -x_263 = lean_ctor_get(x_259, 0); -lean_inc(x_263); -lean_dec(x_259); -if (lean_is_scalar(x_257)) { - x_264 = lean_alloc_ctor(1, 1, 0); +lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_48 = lean_ctor_get(x_37, 0); +lean_inc(x_48); +lean_dec(x_37); +x_49 = lean_alloc_ctor(1, 0, 1); +x_50 = lean_unbox(x_48); +lean_dec(x_48); +lean_ctor_set_uint8(x_49, 0, x_50); +x_51 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_51, 0, x_49); +x_52 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_52, 0, x_14); +lean_ctor_set(x_52, 1, x_20); +lean_ctor_set(x_52, 2, x_24); +lean_ctor_set(x_52, 3, x_27); +lean_ctor_set(x_52, 4, x_30); +lean_ctor_set(x_52, 5, x_34); +lean_ctor_set(x_52, 6, x_36); +lean_ctor_set(x_52, 7, x_51); +x_53 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_52); +lean_dec(x_52); +if (lean_is_scalar(x_26)) { + x_54 = lean_alloc_ctor(0, 2, 0); } else { - x_264 = x_257; + x_54 = x_26; } -lean_ctor_set(x_264, 0, x_263); -x_43 = x_264; -goto block_90; +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_28); +return x_54; } } } else { -lean_object* x_265; lean_object* x_266; -lean_dec(x_237); -lean_dec(x_236); -lean_dec(x_225); -x_265 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_266 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_265, x_2); -if (lean_obj_tag(x_266) == 0) +uint8_t x_55; +x_55 = !lean_is_exclusive(x_35); +if (x_55 == 0) { -lean_object* x_267; lean_object* x_268; lean_object* x_269; -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_267 = lean_ctor_get(x_266, 0); -lean_inc(x_267); -if (lean_is_exclusive(x_266)) { - lean_ctor_release(x_266, 0); - x_268 = x_266; -} else { - lean_dec_ref(x_266); - x_268 = lean_box(0); -} -if (lean_is_scalar(x_268)) { - x_269 = lean_alloc_ctor(0, 1, 0); +lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_35, 0); +x_57 = lean_alloc_ctor(1, 0, 1); +x_58 = lean_unbox(x_56); +lean_dec(x_56); +lean_ctor_set_uint8(x_57, 0, x_58); +lean_ctor_set(x_35, 0, x_57); +x_59 = lean_ctor_get(x_1, 5); +lean_inc(x_59); +lean_dec(x_1); +if (lean_obj_tag(x_59) == 0) +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_60 = lean_box(0); +x_61 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_61, 0, x_14); +lean_ctor_set(x_61, 1, x_20); +lean_ctor_set(x_61, 2, x_24); +lean_ctor_set(x_61, 3, x_27); +lean_ctor_set(x_61, 4, x_30); +lean_ctor_set(x_61, 5, x_34); +lean_ctor_set(x_61, 6, x_35); +lean_ctor_set(x_61, 7, x_60); +x_62 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_61); +lean_dec(x_61); +if (lean_is_scalar(x_26)) { + x_63 = lean_alloc_ctor(0, 2, 0); } else { - x_269 = x_268; + x_63 = x_26; } -lean_ctor_set(x_269, 0, x_267); -return x_269; +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_28); +return x_63; } else { -lean_object* x_270; lean_object* x_271; -x_270 = lean_ctor_get(x_266, 0); -lean_inc(x_270); -lean_dec(x_266); -x_271 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_271, 0, x_270); -x_43 = x_271; -goto block_90; -} -} -} -} -} -block_90: -{ -lean_object* x_44; lean_object* x_73; -x_73 = lean_ctor_get(x_5, 5); -lean_inc(x_73); -if (lean_obj_tag(x_73) == 0) +uint8_t x_64; +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) { -x_44 = x_34; -goto block_72; +lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_65 = lean_ctor_get(x_59, 0); +x_66 = lean_alloc_ctor(1, 0, 1); +x_67 = lean_unbox(x_65); +lean_dec(x_65); +lean_ctor_set_uint8(x_66, 0, x_67); +lean_ctor_set(x_59, 0, x_66); +x_68 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_68, 0, x_14); +lean_ctor_set(x_68, 1, x_20); +lean_ctor_set(x_68, 2, x_24); +lean_ctor_set(x_68, 3, x_27); +lean_ctor_set(x_68, 4, x_30); +lean_ctor_set(x_68, 5, x_34); +lean_ctor_set(x_68, 6, x_35); +lean_ctor_set(x_68, 7, x_59); +x_69 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_68); +lean_dec(x_68); +if (lean_is_scalar(x_26)) { + x_70 = lean_alloc_ctor(0, 2, 0); +} else { + x_70 = x_26; +} +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_28); +return x_70; } else { -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); -x_76 = l_Lean_Json_getBool_x3f(x_75); +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; +x_71 = lean_ctor_get(x_59, 0); +lean_inc(x_71); +lean_dec(x_59); +x_72 = lean_alloc_ctor(1, 0, 1); +x_73 = lean_unbox(x_71); +lean_dec(x_71); +lean_ctor_set_uint8(x_72, 0, x_73); +x_74 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_74, 0, x_72); +x_75 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_75, 0, x_14); +lean_ctor_set(x_75, 1, x_20); +lean_ctor_set(x_75, 2, x_24); +lean_ctor_set(x_75, 3, x_27); +lean_ctor_set(x_75, 4, x_30); +lean_ctor_set(x_75, 5, x_34); +lean_ctor_set(x_75, 6, x_35); +lean_ctor_set(x_75, 7, x_74); +x_76 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_75); lean_dec(x_75); -x_77 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_76, x_2); -if (lean_obj_tag(x_77) == 0) -{ -uint8_t x_78; -lean_free_object(x_73); -lean_dec(x_43); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_78 = !lean_is_exclusive(x_77); -if (x_78 == 0) -{ +if (lean_is_scalar(x_26)) { + x_77 = lean_alloc_ctor(0, 2, 0); +} else { + x_77 = x_26; +} +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_28); return x_77; } -else -{ -lean_object* x_79; lean_object* x_80; -x_79 = lean_ctor_get(x_77, 0); -lean_inc(x_79); -lean_dec(x_77); -x_80 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_80, 0, x_79); -return x_80; } } else { -lean_object* x_81; -x_81 = lean_ctor_get(x_77, 0); -lean_inc(x_81); -lean_dec(x_77); -lean_ctor_set(x_73, 0, x_81); -x_44 = x_73; -goto block_72; +lean_object* x_78; lean_object* x_79; uint8_t x_80; lean_object* x_81; lean_object* x_82; +x_78 = lean_ctor_get(x_35, 0); +lean_inc(x_78); +lean_dec(x_35); +x_79 = lean_alloc_ctor(1, 0, 1); +x_80 = lean_unbox(x_78); +lean_dec(x_78); +lean_ctor_set_uint8(x_79, 0, x_80); +x_81 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_81, 0, x_79); +x_82 = lean_ctor_get(x_1, 5); +lean_inc(x_82); +lean_dec(x_1); +if (lean_obj_tag(x_82) == 0) +{ +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_83 = lean_box(0); +x_84 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_84, 0, x_14); +lean_ctor_set(x_84, 1, x_20); +lean_ctor_set(x_84, 2, x_24); +lean_ctor_set(x_84, 3, x_27); +lean_ctor_set(x_84, 4, x_30); +lean_ctor_set(x_84, 5, x_34); +lean_ctor_set(x_84, 6, x_81); +lean_ctor_set(x_84, 7, x_83); +x_85 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_84); +lean_dec(x_84); +if (lean_is_scalar(x_26)) { + x_86 = lean_alloc_ctor(0, 2, 0); +} else { + x_86 = x_26; } +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_28); +return x_86; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_73, 0); -lean_inc(x_82); -lean_dec(x_73); -x_83 = l_Lean_Json_getBool_x3f(x_82); -lean_dec(x_82); -x_84 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_83, x_2); -if (lean_obj_tag(x_84) == 0) -{ -lean_object* x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_43); -lean_dec(x_42); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_85 = lean_ctor_get(x_84, 0); -lean_inc(x_85); -if (lean_is_exclusive(x_84)) { - lean_ctor_release(x_84, 0); - x_86 = x_84; +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; +x_87 = lean_ctor_get(x_82, 0); +lean_inc(x_87); +if (lean_is_exclusive(x_82)) { + lean_ctor_release(x_82, 0); + x_88 = x_82; } else { - lean_dec_ref(x_84); - x_86 = lean_box(0); + lean_dec_ref(x_82); + x_88 = lean_box(0); } -if (lean_is_scalar(x_86)) { - x_87 = lean_alloc_ctor(0, 1, 0); +x_89 = lean_alloc_ctor(1, 0, 1); +x_90 = lean_unbox(x_87); +lean_dec(x_87); +lean_ctor_set_uint8(x_89, 0, x_90); +if (lean_is_scalar(x_88)) { + x_91 = lean_alloc_ctor(1, 1, 0); +} else { + x_91 = x_88; +} +lean_ctor_set(x_91, 0, x_89); +x_92 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_92, 0, x_14); +lean_ctor_set(x_92, 1, x_20); +lean_ctor_set(x_92, 2, x_24); +lean_ctor_set(x_92, 3, x_27); +lean_ctor_set(x_92, 4, x_30); +lean_ctor_set(x_92, 5, x_34); +lean_ctor_set(x_92, 6, x_81); +lean_ctor_set(x_92, 7, x_91); +x_93 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2004_(x_92); +lean_dec(x_92); +if (lean_is_scalar(x_26)) { + x_94 = lean_alloc_ctor(0, 2, 0); } else { - x_87 = x_86; + x_94 = x_26; } -lean_ctor_set(x_87, 0, x_85); -return x_87; +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_28); +return x_94; } -else -{ -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_84, 0); -lean_inc(x_88); -lean_dec(x_84); -x_89 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_89, 0, x_88); -x_44 = x_89; -goto block_72; } } } -block_72: -{ -lean_object* x_45; -x_45 = lean_ctor_get(x_5, 6); -lean_inc(x_45); -lean_dec(x_5); -if (lean_obj_tag(x_45) == 0) +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_46; lean_object* x_47; +size_t x_5; size_t x_6; lean_object* x_7; +x_5 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_6 = lean_unbox_usize(x_2); lean_dec(x_2); -x_46 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_46, 0, x_19); -lean_ctor_set(x_46, 1, x_32); -lean_ctor_set(x_46, 2, x_34); -lean_ctor_set(x_46, 3, x_41); -lean_ctor_set(x_46, 4, x_43); -lean_ctor_set(x_46, 5, x_44); -lean_ctor_set(x_46, 6, x_34); -if (lean_is_scalar(x_42)) { - x_47 = lean_alloc_ctor(1, 1, 0); -} else { - x_47 = x_42; +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_5, x_6, x_3, x_4); +return x_7; } -lean_ctor_set(x_47, 0, x_46); -return x_47; } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_48; -lean_dec(x_42); -x_48 = !lean_is_exclusive(x_45); -if (x_48 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_lt(x_2, x_1); +if (x_5 == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_45, 0); -x_50 = l_Lean_Json_getBool_x3f(x_49); -lean_dec(x_49); -x_51 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_50, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_51) == 0) +lean_object* x_6; +lean_dec(x_4); +x_6 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_6, 0, x_3); +return x_6; +} +else { -uint8_t x_52; -lean_free_object(x_45); -lean_dec(x_44); -lean_dec(x_43); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_array_uget(x_3, x_2); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_array_uset(x_3, x_2, x_8); +lean_inc(x_4); +x_10 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5_(x_7, x_4); +lean_dec(x_7); +if (lean_obj_tag(x_10) == 0) { -return x_51; +uint8_t x_11; +lean_dec(x_9); +lean_dec(x_4); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +return x_10; } else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_54, 0, x_53); -return x_54; +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_13 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_13, 0, x_12); +return x_13; } } else { -uint8_t x_55; -x_55 = !lean_is_exclusive(x_51); -if (x_55 == 0) -{ -lean_object* x_56; lean_object* x_57; -x_56 = lean_ctor_get(x_51, 0); -lean_ctor_set(x_45, 0, x_56); -x_57 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_57, 0, x_19); -lean_ctor_set(x_57, 1, x_32); -lean_ctor_set(x_57, 2, x_34); -lean_ctor_set(x_57, 3, x_41); -lean_ctor_set(x_57, 4, x_43); -lean_ctor_set(x_57, 5, x_44); -lean_ctor_set(x_57, 6, x_45); -lean_ctor_set(x_51, 0, x_57); -return x_51; +lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_10, 0); +lean_inc(x_14); +lean_dec(x_10); +x_15 = 1; +x_16 = lean_usize_add(x_2, x_15); +x_17 = lean_array_uset(x_9, x_2, x_14); +x_2 = x_16; +x_3 = x_17; +goto _start; } -else -{ -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_51, 0); -lean_inc(x_58); -lean_dec(x_51); -lean_ctor_set(x_45, 0, x_58); -x_59 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_59, 0, x_19); -lean_ctor_set(x_59, 1, x_32); -lean_ctor_set(x_59, 2, x_34); -lean_ctor_set(x_59, 3, x_41); -lean_ctor_set(x_59, 4, x_43); -lean_ctor_set(x_59, 5, x_44); -lean_ctor_set(x_59, 6, x_45); -x_60 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_60, 0, x_59); -return x_60; } } } -else +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_45, 0); -lean_inc(x_61); -lean_dec(x_45); -x_62 = l_Lean_Json_getBool_x3f(x_61); -lean_dec(x_61); -x_63 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_62, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_63) == 0) +if (lean_obj_tag(x_1) == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -lean_dec(x_44); -lean_dec(x_43); -lean_dec(x_41); -lean_dec(x_32); -lean_dec(x_19); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - x_65 = x_63; -} else { - lean_dec_ref(x_63); - x_65 = lean_box(0); -} -if (lean_is_scalar(x_65)) { - x_66 = lean_alloc_ctor(0, 1, 0); -} else { - x_66 = x_65; -} -lean_ctor_set(x_66, 0, x_64); -return x_66; +uint8_t x_3; +x_3 = !lean_is_exclusive(x_1); +if (x_3 == 0) +{ +return x_1; } else { -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_63, 0); -lean_inc(x_67); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - x_68 = x_63; -} else { - lean_dec_ref(x_63); - x_68 = lean_box(0); -} -x_69 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_69, 0, x_67); -x_70 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_70, 0, x_19); -lean_ctor_set(x_70, 1, x_32); -lean_ctor_set(x_70, 2, x_34); -lean_ctor_set(x_70, 3, x_41); -lean_ctor_set(x_70, 4, x_43); -lean_ctor_set(x_70, 5, x_44); -lean_ctor_set(x_70, 6, x_69); -if (lean_is_scalar(x_68)) { - x_71 = lean_alloc_ctor(1, 1, 0); -} else { - x_71 = x_68; -} -lean_ctor_set(x_71, 0, x_70); -return x_71; +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 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; } } +else +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_1); +if (x_6 == 0) +{ +return x_1; } +else +{ +lean_object* x_7; lean_object* x_8; +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_8, 0, x_7); +return x_8; } } } } -else -{ -lean_object* x_272; uint8_t x_273; -x_272 = lean_ctor_get(x_27, 0); -lean_inc(x_272); -lean_dec(x_27); -x_273 = !lean_is_exclusive(x_31); -if (x_273 == 0) +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_274; lean_object* x_275; lean_object* x_276; -x_274 = lean_ctor_get(x_31, 0); -x_275 = l_Lean_Json_getStr_x3f(x_274); -lean_dec(x_274); -x_276 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_275, x_2); -if (lean_obj_tag(x_276) == 0) +if (lean_obj_tag(x_1) == 0) { -uint8_t x_277; -lean_free_object(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_277 = !lean_is_exclusive(x_276); -if (x_277 == 0) +uint8_t x_3; +x_3 = !lean_is_exclusive(x_1); +if (x_3 == 0) { -return x_276; +return x_1; } else { -lean_object* x_278; lean_object* x_279; -x_278 = lean_ctor_get(x_276, 0); -lean_inc(x_278); -lean_dec(x_276); -x_279 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_279, 0, x_278); -return x_279; +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 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; } } else { -lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; -x_280 = lean_ctor_get(x_276, 0); -lean_inc(x_280); -if (lean_is_exclusive(x_276)) { - lean_ctor_release(x_276, 0); - x_281 = x_276; -} else { - lean_dec_ref(x_276); - x_281 = lean_box(0); -} -lean_ctor_set(x_31, 0, x_280); -x_282 = lean_ctor_get(x_5, 3); -lean_inc(x_282); -x_283 = l_Lean_Json_getStr_x3f(x_282); -lean_dec(x_282); -x_284 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_283, x_2); -if (lean_obj_tag(x_284) == 0) -{ -uint8_t x_285; -lean_dec(x_31); -lean_dec(x_281); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_285 = !lean_is_exclusive(x_284); -if (x_285 == 0) +uint8_t x_6; +x_6 = !lean_is_exclusive(x_1); +if (x_6 == 0) { -return x_284; +return x_1; } else { -lean_object* x_286; lean_object* x_287; -x_286 = lean_ctor_get(x_284, 0); -lean_inc(x_286); -lean_dec(x_284); -x_287 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_287, 0, x_286); -return x_287; +lean_object* x_7; lean_object* x_8; +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_8, 0, x_7); +return x_8; } } -else -{ -lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_340; -x_288 = lean_ctor_get(x_284, 0); -lean_inc(x_288); -if (lean_is_exclusive(x_284)) { - lean_ctor_release(x_284, 0); - x_289 = x_284; -} else { - lean_dec_ref(x_284); - x_289 = lean_box(0); } -x_340 = lean_ctor_get(x_5, 4); -lean_inc(x_340); -if (lean_obj_tag(x_340) == 0) -{ -lean_object* x_341; lean_object* x_342; lean_object* x_371; -lean_dec(x_289); -x_341 = lean_box(0); -x_371 = lean_ctor_get(x_5, 5); -lean_inc(x_371); -if (lean_obj_tag(x_371) == 0) -{ -x_342 = x_341; -goto block_370; } -else +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_372; -x_372 = !lean_is_exclusive(x_371); -if (x_372 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514_(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) { -lean_object* x_373; lean_object* x_374; lean_object* x_375; -x_373 = lean_ctor_get(x_371, 0); -x_374 = l_Lean_Json_getBool_x3f(x_373); -lean_dec(x_373); -x_375 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_374, x_2); -if (lean_obj_tag(x_375) == 0) +lean_object* x_5; lean_object* x_6; +x_5 = lean_ctor_get(x_3, 0); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 4) { -uint8_t x_376; -lean_free_object(x_371); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_281); -lean_dec(x_272); -lean_dec(x_19); +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; size_t x_14; lean_object* x_15; +lean_free_object(x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_array_get_size(x_7); +x_9 = lean_usize_of_nat(x_8); +lean_dec(x_8); +x_10 = 0; +x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_9, x_10, x_7); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +lean_dec(x_11); +x_13 = lean_array_get_size(x_12); +x_14 = lean_usize_of_nat(x_13); +lean_dec(x_13); +lean_inc(x_2); +x_15 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_14, x_10, x_12, x_2); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; lean_dec(x_5); lean_dec(x_2); -x_376 = !lean_is_exclusive(x_375); -if (x_376 == 0) -{ -return x_375; -} -else +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_377; lean_object* x_378; -x_377 = lean_ctor_get(x_375, 0); -lean_inc(x_377); -lean_dec(x_375); -x_378 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_378, 0, x_377); -return x_378; -} +return x_15; } else { -lean_object* x_379; -x_379 = lean_ctor_get(x_375, 0); -lean_inc(x_379); -lean_dec(x_375); -lean_ctor_set(x_371, 0, x_379); -x_342 = x_371; -goto block_370; +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_380; lean_object* x_381; lean_object* x_382; -x_380 = lean_ctor_get(x_371, 0); -lean_inc(x_380); -lean_dec(x_371); -x_381 = l_Lean_Json_getBool_x3f(x_380); -lean_dec(x_380); -x_382 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_381, x_2); -if (lean_obj_tag(x_382) == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_383; lean_object* x_384; lean_object* x_385; -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_281); -lean_dec(x_272); +uint8_t x_22; lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_383 = lean_ctor_get(x_382, 0); -lean_inc(x_383); -if (lean_is_exclusive(x_382)) { - lean_ctor_release(x_382, 0); - x_384 = x_382; -} else { - lean_dec_ref(x_382); - x_384 = lean_box(0); -} -if (lean_is_scalar(x_384)) { - x_385 = lean_alloc_ctor(0, 1, 0); -} else { - x_385 = x_384; -} -lean_ctor_set(x_385, 0, x_383); -return x_385; +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) +{ +return x_21; } else { -lean_object* x_386; lean_object* x_387; -x_386 = lean_ctor_get(x_382, 0); -lean_inc(x_386); -lean_dec(x_382); -x_387 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_387, 0, x_386); -x_342 = x_387; -goto block_370; +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; } } -} -block_370: -{ -lean_object* x_343; -x_343 = lean_ctor_get(x_5, 6); -lean_inc(x_343); -lean_dec(x_5); -if (lean_obj_tag(x_343) == 0) -{ -lean_object* x_344; lean_object* x_345; -lean_dec(x_2); -x_344 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_344, 0, x_19); -lean_ctor_set(x_344, 1, x_272); -lean_ctor_set(x_344, 2, x_31); -lean_ctor_set(x_344, 3, x_288); -lean_ctor_set(x_344, 4, x_341); -lean_ctor_set(x_344, 5, x_342); -lean_ctor_set(x_344, 6, x_341); -if (lean_is_scalar(x_281)) { - x_345 = lean_alloc_ctor(1, 1, 0); -} else { - x_345 = x_281; -} -lean_ctor_set(x_345, 0, x_344); -return x_345; -} else { -uint8_t x_346; -lean_dec(x_281); -x_346 = !lean_is_exclusive(x_343); -if (x_346 == 0) -{ -lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_347 = lean_ctor_get(x_343, 0); -x_348 = l_Lean_Json_getBool_x3f(x_347); -lean_dec(x_347); -x_349 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_348, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_349) == 0) +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_21, 0); +lean_inc(x_25); +lean_dec(x_21); +x_26 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; +lean_inc(x_2); +x_27 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_26, x_25, x_2); +if (lean_obj_tag(x_27) == 0) { -uint8_t x_350; -lean_free_object(x_343); -lean_dec(x_342); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); +uint8_t x_28; lean_dec(x_19); -x_350 = !lean_is_exclusive(x_349); -if (x_350 == 0) -{ -return x_349; -} -else -{ -lean_object* x_351; lean_object* x_352; -x_351 = lean_ctor_get(x_349, 0); -lean_inc(x_351); -lean_dec(x_349); -x_352 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_352, 0, x_351); -return x_352; -} -} -else -{ -uint8_t x_353; -x_353 = !lean_is_exclusive(x_349); -if (x_353 == 0) +lean_dec(x_5); +lean_dec(x_2); +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) { -lean_object* x_354; lean_object* x_355; -x_354 = lean_ctor_get(x_349, 0); -lean_ctor_set(x_343, 0, x_354); -x_355 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_355, 0, x_19); -lean_ctor_set(x_355, 1, x_272); -lean_ctor_set(x_355, 2, x_31); -lean_ctor_set(x_355, 3, x_288); -lean_ctor_set(x_355, 4, x_341); -lean_ctor_set(x_355, 5, x_342); -lean_ctor_set(x_355, 6, x_343); -lean_ctor_set(x_349, 0, x_355); -return x_349; +return x_27; } else { -lean_object* x_356; lean_object* x_357; lean_object* x_358; -x_356 = lean_ctor_get(x_349, 0); -lean_inc(x_356); -lean_dec(x_349); -lean_ctor_set(x_343, 0, x_356); -x_357 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_357, 0, x_19); -lean_ctor_set(x_357, 1, x_272); -lean_ctor_set(x_357, 2, x_31); -lean_ctor_set(x_357, 3, x_288); -lean_ctor_set(x_357, 4, x_341); -lean_ctor_set(x_357, 5, x_342); -lean_ctor_set(x_357, 6, x_343); -x_358 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_358, 0, x_357); -return x_358; -} +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_27, 0); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_30, 0, x_29); +return x_30; } } else { -lean_object* x_359; lean_object* x_360; lean_object* x_361; -x_359 = lean_ctor_get(x_343, 0); -lean_inc(x_359); -lean_dec(x_343); -x_360 = l_Lean_Json_getBool_x3f(x_359); -lean_dec(x_359); -x_361 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_360, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_361) == 0) +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_27, 0); +lean_inc(x_31); +lean_dec(x_27); +x_32 = lean_ctor_get(x_5, 2); +lean_inc(x_32); +x_33 = l_Lean_Widget_instTypeNameContextInfo; +lean_inc(x_2); +x_34 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(x_33, x_32, x_2); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_362; lean_object* x_363; lean_object* x_364; -lean_dec(x_342); -lean_dec(x_288); +uint8_t x_35; lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); -x_362 = lean_ctor_get(x_361, 0); -lean_inc(x_362); -if (lean_is_exclusive(x_361)) { - lean_ctor_release(x_361, 0); - x_363 = x_361; -} else { - lean_dec_ref(x_361); - x_363 = lean_box(0); -} -if (lean_is_scalar(x_363)) { - x_364 = lean_alloc_ctor(0, 1, 0); -} else { - x_364 = x_363; -} -lean_ctor_set(x_364, 0, x_362); -return x_364; +lean_dec(x_5); +lean_dec(x_2); +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) +{ +return x_34; } else { -lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; -x_365 = lean_ctor_get(x_361, 0); -lean_inc(x_365); -if (lean_is_exclusive(x_361)) { - lean_ctor_release(x_361, 0); - x_366 = x_361; -} else { - lean_dec_ref(x_361); - x_366 = lean_box(0); -} -x_367 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_367, 0, x_365); -x_368 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_368, 0, x_19); -lean_ctor_set(x_368, 1, x_272); -lean_ctor_set(x_368, 2, x_31); -lean_ctor_set(x_368, 3, x_288); -lean_ctor_set(x_368, 4, x_341); -lean_ctor_set(x_368, 5, x_342); -lean_ctor_set(x_368, 6, x_367); -if (lean_is_scalar(x_366)) { - x_369 = lean_alloc_ctor(1, 1, 0); -} else { - x_369 = x_366; -} -lean_ctor_set(x_369, 0, x_368); -return x_369; -} -} -} +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_34, 0); +lean_inc(x_36); +lean_dec(x_34); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +return x_37; } } else { -uint8_t x_388; -lean_dec(x_281); -x_388 = !lean_is_exclusive(x_340); -if (x_388 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_230; +x_38 = lean_ctor_get(x_34, 0); +lean_inc(x_38); +lean_dec(x_34); +x_230 = lean_ctor_get(x_5, 3); +lean_inc(x_230); +if (lean_obj_tag(x_230) == 0) { -lean_object* x_389; lean_object* x_390; -x_389 = lean_ctor_get(x_340, 0); -x_390 = l_Lean_Json_getStr_x3f(x_389); -if (lean_obj_tag(x_390) == 0) +lean_object* x_231; +x_231 = lean_box(0); +x_39 = x_231; +goto block_229; +} +else { -uint8_t x_391; -lean_dec(x_389); -x_391 = !lean_is_exclusive(x_390); -if (x_391 == 0) +uint8_t x_232; +x_232 = !lean_is_exclusive(x_230); +if (x_232 == 0) { -lean_object* x_392; -x_392 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_390, x_2); -if (lean_obj_tag(x_392) == 0) +lean_object* x_233; lean_object* x_234; lean_object* x_235; +x_233 = lean_ctor_get(x_230, 0); +x_234 = l_Lean_Json_getStr_x3f(x_233); +lean_dec(x_233); +x_235 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_234, x_2); +if (lean_obj_tag(x_235) == 0) { -uint8_t x_393; -lean_free_object(x_340); -lean_dec(x_289); -lean_dec(x_288); +uint8_t x_236; +lean_free_object(x_230); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_393 = !lean_is_exclusive(x_392); -if (x_393 == 0) +x_236 = !lean_is_exclusive(x_235); +if (x_236 == 0) { -return x_392; +return x_235; } else { -lean_object* x_394; lean_object* x_395; -x_394 = lean_ctor_get(x_392, 0); -lean_inc(x_394); -lean_dec(x_392); -x_395 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_395, 0, x_394); -return x_395; +lean_object* x_237; lean_object* x_238; +x_237 = lean_ctor_get(x_235, 0); +lean_inc(x_237); +lean_dec(x_235); +x_238 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_238, 0, x_237); +return x_238; } } else { -lean_object* x_396; -x_396 = lean_ctor_get(x_392, 0); -lean_inc(x_396); -lean_dec(x_392); -lean_ctor_set(x_340, 0, x_396); -x_290 = x_340; -goto block_339; +lean_object* x_239; +x_239 = lean_ctor_get(x_235, 0); +lean_inc(x_239); +lean_dec(x_235); +lean_ctor_set(x_230, 0, x_239); +x_39 = x_230; +goto block_229; } } else { -lean_object* x_397; lean_object* x_398; lean_object* x_399; -x_397 = lean_ctor_get(x_390, 0); -lean_inc(x_397); -lean_dec(x_390); -x_398 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_398, 0, x_397); -x_399 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_398, x_2); -if (lean_obj_tag(x_399) == 0) +lean_object* x_240; lean_object* x_241; lean_object* x_242; +x_240 = lean_ctor_get(x_230, 0); +lean_inc(x_240); +lean_dec(x_230); +x_241 = l_Lean_Json_getStr_x3f(x_240); +lean_dec(x_240); +x_242 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_241, x_2); +if (lean_obj_tag(x_242) == 0) { -lean_object* x_400; lean_object* x_401; lean_object* x_402; -lean_free_object(x_340); -lean_dec(x_289); -lean_dec(x_288); +lean_object* x_243; lean_object* x_244; lean_object* x_245; +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_400 = lean_ctor_get(x_399, 0); -lean_inc(x_400); -if (lean_is_exclusive(x_399)) { - lean_ctor_release(x_399, 0); - x_401 = x_399; +x_243 = lean_ctor_get(x_242, 0); +lean_inc(x_243); +if (lean_is_exclusive(x_242)) { + lean_ctor_release(x_242, 0); + x_244 = x_242; } else { - lean_dec_ref(x_399); - x_401 = lean_box(0); + lean_dec_ref(x_242); + x_244 = lean_box(0); } -if (lean_is_scalar(x_401)) { - x_402 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_244)) { + x_245 = lean_alloc_ctor(0, 1, 0); } else { - x_402 = x_401; + x_245 = x_244; } -lean_ctor_set(x_402, 0, x_400); -return x_402; +lean_ctor_set(x_245, 0, x_243); +return x_245; } else { -lean_object* x_403; -x_403 = lean_ctor_get(x_399, 0); -lean_inc(x_403); -lean_dec(x_399); -lean_ctor_set(x_340, 0, x_403); -x_290 = x_340; -goto block_339; +lean_object* x_246; lean_object* x_247; +x_246 = lean_ctor_get(x_242, 0); +lean_inc(x_246); +lean_dec(x_242); +x_247 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_247, 0, x_246); +x_39 = x_247; +goto block_229; } } } -else -{ -uint8_t x_404; -x_404 = !lean_is_exclusive(x_390); -if (x_404 == 0) -{ -lean_object* x_405; lean_object* x_406; uint8_t x_407; -x_405 = lean_ctor_get(x_390, 0); -x_406 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_407 = lean_string_dec_eq(x_405, x_406); -if (x_407 == 0) -{ -lean_object* x_408; lean_object* x_409; lean_object* x_410; -x_408 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_409 = lean_string_append(x_408, x_405); -lean_dec(x_405); -x_410 = l_Lean_Syntax_decodeNameLit(x_409); -if (lean_obj_tag(x_410) == 0) +block_229: { -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; -x_411 = lean_unsigned_to_nat(80u); -x_412 = l_Lean_Json_pretty(x_389, x_411); -x_413 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_414 = lean_string_append(x_413, x_412); -lean_dec(x_412); -x_415 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_416 = lean_string_append(x_414, x_415); -lean_ctor_set_tag(x_390, 0); -lean_ctor_set(x_390, 0, x_416); -x_417 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_390, x_2); -if (lean_obj_tag(x_417) == 0) +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_5, 4); +lean_inc(x_40); +x_41 = l_Lean_Json_getStr_x3f(x_40); +lean_dec(x_40); +x_42 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_41, x_2); +if (lean_obj_tag(x_42) == 0) { -uint8_t x_418; -lean_free_object(x_340); -lean_dec(x_289); -lean_dec(x_288); +uint8_t x_43; +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_418 = !lean_is_exclusive(x_417); -if (x_418 == 0) +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) { -return x_417; +return x_42; } else { -lean_object* x_419; lean_object* x_420; -x_419 = lean_ctor_get(x_417, 0); -lean_inc(x_419); -lean_dec(x_417); -x_420 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_420, 0, x_419); -return x_420; +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_42, 0); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_45, 0, x_44); +return x_45; } } else { -lean_object* x_421; -x_421 = lean_ctor_get(x_417, 0); -lean_inc(x_421); -lean_dec(x_417); -lean_ctor_set(x_340, 0, x_421); -x_290 = x_340; -goto block_339; +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_194; +x_46 = lean_ctor_get(x_42, 0); +lean_inc(x_46); +lean_dec(x_42); +x_47 = lean_ctor_get(x_5, 5); +lean_inc(x_47); +x_194 = l_Lean_Json_getStr_x3f(x_47); +if (lean_obj_tag(x_194) == 0) +{ +uint8_t x_195; +lean_dec(x_47); +x_195 = !lean_is_exclusive(x_194); +if (x_195 == 0) +{ +x_48 = x_194; +goto block_193; +} +else +{ +lean_object* x_196; lean_object* x_197; +x_196 = lean_ctor_get(x_194, 0); +lean_inc(x_196); +lean_dec(x_194); +x_197 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_197, 0, x_196); +x_48 = x_197; +goto block_193; } } else { -uint8_t x_422; -lean_free_object(x_340); -lean_dec(x_389); -x_422 = !lean_is_exclusive(x_410); -if (x_422 == 0) +uint8_t x_198; +x_198 = !lean_is_exclusive(x_194); +if (x_198 == 0) { -lean_object* x_423; lean_object* x_424; -x_423 = lean_ctor_get(x_410, 0); -lean_ctor_set(x_390, 0, x_423); -x_424 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_390, x_2); -if (lean_obj_tag(x_424) == 0) +lean_object* x_199; lean_object* x_200; uint8_t x_201; +x_199 = lean_ctor_get(x_194, 0); +x_200 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; +x_201 = lean_string_dec_eq(x_199, x_200); +if (x_201 == 0) { -uint8_t x_425; -lean_free_object(x_410); -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_425 = !lean_is_exclusive(x_424); -if (x_425 == 0) +lean_object* x_202; lean_object* x_203; lean_object* x_204; +x_202 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; +x_203 = lean_string_append(x_202, x_199); +lean_dec(x_199); +x_204 = l_Lean_Syntax_decodeNameLit(x_203); +if (lean_obj_tag(x_204) == 0) { -return x_424; +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_205 = lean_unsigned_to_nat(80u); +x_206 = l_Lean_Json_pretty(x_47, x_205); +x_207 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; +x_208 = lean_string_append(x_207, x_206); +lean_dec(x_206); +x_209 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_210 = lean_string_append(x_208, x_209); +lean_ctor_set_tag(x_194, 0); +lean_ctor_set(x_194, 0, x_210); +x_48 = x_194; +goto block_193; } else { -lean_object* x_426; lean_object* x_427; -x_426 = lean_ctor_get(x_424, 0); -lean_inc(x_426); -lean_dec(x_424); -x_427 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_427, 0, x_426); -return x_427; +lean_object* x_211; +lean_dec(x_47); +x_211 = lean_ctor_get(x_204, 0); +lean_inc(x_211); +lean_dec(x_204); +lean_ctor_set(x_194, 0, x_211); +x_48 = x_194; +goto block_193; } } else { -lean_object* x_428; -x_428 = lean_ctor_get(x_424, 0); -lean_inc(x_428); -lean_dec(x_424); -lean_ctor_set(x_410, 0, x_428); -x_290 = x_410; -goto block_339; +lean_object* x_212; +lean_free_object(x_194); +lean_dec(x_199); +lean_dec(x_47); +x_212 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; +x_48 = x_212; +goto block_193; } } else { -lean_object* x_429; lean_object* x_430; -x_429 = lean_ctor_get(x_410, 0); -lean_inc(x_429); -lean_dec(x_410); -lean_ctor_set(x_390, 0, x_429); -x_430 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_390, x_2); -if (lean_obj_tag(x_430) == 0) +lean_object* x_213; lean_object* x_214; uint8_t x_215; +x_213 = lean_ctor_get(x_194, 0); +lean_inc(x_213); +lean_dec(x_194); +x_214 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; +x_215 = lean_string_dec_eq(x_213, x_214); +if (x_215 == 0) { -lean_object* x_431; lean_object* x_432; lean_object* x_433; -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_431 = lean_ctor_get(x_430, 0); -lean_inc(x_431); -if (lean_is_exclusive(x_430)) { - lean_ctor_release(x_430, 0); - x_432 = x_430; -} else { - lean_dec_ref(x_430); - x_432 = lean_box(0); +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; +x_217 = lean_string_append(x_216, x_213); +lean_dec(x_213); +x_218 = l_Lean_Syntax_decodeNameLit(x_217); +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_unsigned_to_nat(80u); +x_220 = l_Lean_Json_pretty(x_47, x_219); +x_221 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; +x_222 = lean_string_append(x_221, x_220); +lean_dec(x_220); +x_223 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_224 = lean_string_append(x_222, x_223); +x_225 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_225, 0, x_224); +x_48 = x_225; +goto block_193; } -if (lean_is_scalar(x_432)) { - x_433 = lean_alloc_ctor(0, 1, 0); -} else { - x_433 = x_432; +else +{ +lean_object* x_226; lean_object* x_227; +lean_dec(x_47); +x_226 = lean_ctor_get(x_218, 0); +lean_inc(x_226); +lean_dec(x_218); +x_227 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_227, 0, x_226); +x_48 = x_227; +goto block_193; } -lean_ctor_set(x_433, 0, x_431); -return x_433; } else { -lean_object* x_434; lean_object* x_435; -x_434 = lean_ctor_get(x_430, 0); -lean_inc(x_434); -lean_dec(x_430); -x_435 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_435, 0, x_434); -x_290 = x_435; -goto block_339; -} +lean_object* x_228; +lean_dec(x_213); +lean_dec(x_47); +x_228 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; +x_48 = x_228; +goto block_193; } } } -else +block_193: { -lean_object* x_436; lean_object* x_437; -lean_free_object(x_390); -lean_dec(x_405); -lean_dec(x_389); -x_436 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_437 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_436, x_2); -if (lean_obj_tag(x_437) == 0) +lean_object* x_49; +x_49 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3(x_48, x_2); +if (lean_obj_tag(x_49) == 0) { -uint8_t x_438; -lean_free_object(x_340); -lean_dec(x_289); -lean_dec(x_288); +uint8_t x_50; +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_438 = !lean_is_exclusive(x_437); -if (x_438 == 0) -{ -return x_437; -} -else +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) { -lean_object* x_439; lean_object* x_440; -x_439 = lean_ctor_get(x_437, 0); -lean_inc(x_439); -lean_dec(x_437); -x_440 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_440, 0, x_439); -return x_440; -} +return x_49; } else { -lean_object* x_441; -x_441 = lean_ctor_get(x_437, 0); -lean_inc(x_441); -lean_dec(x_437); -lean_ctor_set(x_340, 0, x_441); -x_290 = x_340; -goto block_339; -} +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_49, 0); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_52, 0, x_51); +return x_52; } } else { -lean_object* x_442; lean_object* x_443; uint8_t x_444; -x_442 = lean_ctor_get(x_390, 0); -lean_inc(x_442); -lean_dec(x_390); -x_443 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_444 = lean_string_dec_eq(x_442, x_443); -if (x_444 == 0) -{ -lean_object* x_445; lean_object* x_446; lean_object* x_447; -x_445 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_446 = lean_string_append(x_445, x_442); -lean_dec(x_442); -x_447 = l_Lean_Syntax_decodeNameLit(x_446); -if (lean_obj_tag(x_447) == 0) +lean_object* x_53; +x_53 = lean_ctor_get(x_5, 6); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) { -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_448 = lean_unsigned_to_nat(80u); -x_449 = l_Lean_Json_pretty(x_389, x_448); -x_450 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_451 = lean_string_append(x_450, x_449); -lean_dec(x_449); -x_452 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_453 = lean_string_append(x_451, x_452); -x_454 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_454, 0, x_453); -x_455 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_454, x_2); -if (lean_obj_tag(x_455) == 0) +uint8_t x_54; +x_54 = !lean_is_exclusive(x_49); +if (x_54 == 0) { -lean_object* x_456; lean_object* x_457; lean_object* x_458; -lean_free_object(x_340); -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_49, 0); +x_56 = lean_box(0); +x_57 = lean_ctor_get(x_5, 7); +lean_inc(x_57); lean_dec(x_5); +if (lean_obj_tag(x_57) == 0) +{ +lean_object* x_58; lean_object* x_59; lean_dec(x_2); -x_456 = lean_ctor_get(x_455, 0); -lean_inc(x_456); -if (lean_is_exclusive(x_455)) { - lean_ctor_release(x_455, 0); - x_457 = x_455; -} else { - lean_dec_ref(x_455); - x_457 = lean_box(0); -} -if (lean_is_scalar(x_457)) { - x_458 = lean_alloc_ctor(0, 1, 0); -} else { - x_458 = x_457; -} -lean_ctor_set(x_458, 0, x_456); -return x_458; +x_58 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_58, 0, x_19); +lean_ctor_set(x_58, 1, x_31); +lean_ctor_set(x_58, 2, x_38); +x_59 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_39); +lean_ctor_set(x_59, 2, x_46); +lean_ctor_set(x_59, 3, x_55); +lean_ctor_set(x_59, 4, x_56); +lean_ctor_set(x_59, 5, x_56); +lean_ctor_set(x_49, 0, x_59); +return x_49; } else { -lean_object* x_459; -x_459 = lean_ctor_get(x_455, 0); -lean_inc(x_459); -lean_dec(x_455); -lean_ctor_set(x_340, 0, x_459); -x_290 = x_340; -goto block_339; -} -} -else +uint8_t x_60; +lean_free_object(x_49); +x_60 = !lean_is_exclusive(x_57); +if (x_60 == 0) { -lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; -lean_free_object(x_340); -lean_dec(x_389); -x_460 = lean_ctor_get(x_447, 0); -lean_inc(x_460); -if (lean_is_exclusive(x_447)) { - lean_ctor_release(x_447, 0); - x_461 = x_447; -} else { - lean_dec_ref(x_447); - x_461 = lean_box(0); -} -x_462 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_462, 0, x_460); -x_463 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_462, x_2); -if (lean_obj_tag(x_463) == 0) +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_57, 0); +x_62 = l_Lean_Json_getBool_x3f(x_61); +lean_dec(x_61); +x_63 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_62, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_63) == 0) { -lean_object* x_464; lean_object* x_465; lean_object* x_466; -lean_dec(x_461); -lean_dec(x_289); -lean_dec(x_288); +uint8_t x_64; +lean_free_object(x_57); +lean_dec(x_55); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_464 = lean_ctor_get(x_463, 0); -lean_inc(x_464); -if (lean_is_exclusive(x_463)) { - lean_ctor_release(x_463, 0); - x_465 = x_463; -} else { - lean_dec_ref(x_463); - x_465 = lean_box(0); -} -if (lean_is_scalar(x_465)) { - x_466 = lean_alloc_ctor(0, 1, 0); -} else { - x_466 = x_465; -} -lean_ctor_set(x_466, 0, x_464); -return x_466; +x_64 = !lean_is_exclusive(x_63); +if (x_64 == 0) +{ +return x_63; } else { -lean_object* x_467; lean_object* x_468; -x_467 = lean_ctor_get(x_463, 0); -lean_inc(x_467); -lean_dec(x_463); -if (lean_is_scalar(x_461)) { - x_468 = lean_alloc_ctor(1, 1, 0); -} else { - x_468 = x_461; -} -lean_ctor_set(x_468, 0, x_467); -x_290 = x_468; -goto block_339; -} +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_63, 0); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_66, 0, x_65); +return x_66; } } else { -lean_object* x_469; lean_object* x_470; -lean_dec(x_442); -lean_dec(x_389); -x_469 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_470 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_469, x_2); -if (lean_obj_tag(x_470) == 0) +uint8_t x_67; +x_67 = !lean_is_exclusive(x_63); +if (x_67 == 0) { -lean_object* x_471; lean_object* x_472; lean_object* x_473; -lean_free_object(x_340); -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_471 = lean_ctor_get(x_470, 0); -lean_inc(x_471); -if (lean_is_exclusive(x_470)) { - lean_ctor_release(x_470, 0); - x_472 = x_470; -} else { - lean_dec_ref(x_470); - x_472 = lean_box(0); -} -if (lean_is_scalar(x_472)) { - x_473 = lean_alloc_ctor(0, 1, 0); -} else { - x_473 = x_472; -} -lean_ctor_set(x_473, 0, x_471); -return x_473; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_63, 0); +lean_ctor_set(x_57, 0, x_68); +x_69 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_69, 0, x_19); +lean_ctor_set(x_69, 1, x_31); +lean_ctor_set(x_69, 2, x_38); +x_70 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_39); +lean_ctor_set(x_70, 2, x_46); +lean_ctor_set(x_70, 3, x_55); +lean_ctor_set(x_70, 4, x_56); +lean_ctor_set(x_70, 5, x_57); +lean_ctor_set(x_63, 0, x_70); +return x_63; } else { -lean_object* x_474; -x_474 = lean_ctor_get(x_470, 0); -lean_inc(x_474); -lean_dec(x_470); -lean_ctor_set(x_340, 0, x_474); -x_290 = x_340; -goto block_339; -} -} +lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_71 = lean_ctor_get(x_63, 0); +lean_inc(x_71); +lean_dec(x_63); +lean_ctor_set(x_57, 0, x_71); +x_72 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_72, 0, x_19); +lean_ctor_set(x_72, 1, x_31); +lean_ctor_set(x_72, 2, x_38); +x_73 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_39); +lean_ctor_set(x_73, 2, x_46); +lean_ctor_set(x_73, 3, x_55); +lean_ctor_set(x_73, 4, x_56); +lean_ctor_set(x_73, 5, x_57); +x_74 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_74, 0, x_73); +return x_74; } } } else { -lean_object* x_475; lean_object* x_476; -x_475 = lean_ctor_get(x_340, 0); -lean_inc(x_475); -lean_dec(x_340); -x_476 = l_Lean_Json_getStr_x3f(x_475); -if (lean_obj_tag(x_476) == 0) -{ -lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; -lean_dec(x_475); -x_477 = lean_ctor_get(x_476, 0); -lean_inc(x_477); -if (lean_is_exclusive(x_476)) { - lean_ctor_release(x_476, 0); - x_478 = x_476; -} else { - lean_dec_ref(x_476); - x_478 = lean_box(0); -} -if (lean_is_scalar(x_478)) { - x_479 = lean_alloc_ctor(0, 1, 0); -} else { - x_479 = x_478; -} -lean_ctor_set(x_479, 0, x_477); -x_480 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_479, x_2); -if (lean_obj_tag(x_480) == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_57, 0); +lean_inc(x_75); +lean_dec(x_57); +x_76 = l_Lean_Json_getBool_x3f(x_75); +lean_dec(x_75); +x_77 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_76, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_77) == 0) { -lean_object* x_481; lean_object* x_482; lean_object* x_483; -lean_dec(x_289); -lean_dec(x_288); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_55); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_481 = lean_ctor_get(x_480, 0); -lean_inc(x_481); -if (lean_is_exclusive(x_480)) { - lean_ctor_release(x_480, 0); - x_482 = x_480; +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +if (lean_is_exclusive(x_77)) { + lean_ctor_release(x_77, 0); + x_79 = x_77; } else { - lean_dec_ref(x_480); - x_482 = lean_box(0); + lean_dec_ref(x_77); + x_79 = lean_box(0); } -if (lean_is_scalar(x_482)) { - x_483 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_79)) { + x_80 = lean_alloc_ctor(0, 1, 0); } else { - x_483 = x_482; -} -lean_ctor_set(x_483, 0, x_481); -return x_483; -} -else -{ -lean_object* x_484; lean_object* x_485; -x_484 = lean_ctor_get(x_480, 0); -lean_inc(x_484); -lean_dec(x_480); -x_485 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_485, 0, x_484); -x_290 = x_485; -goto block_339; + x_80 = x_79; } +lean_ctor_set(x_80, 0, x_78); +return x_80; } else { -lean_object* x_486; lean_object* x_487; lean_object* x_488; uint8_t x_489; -x_486 = lean_ctor_get(x_476, 0); -lean_inc(x_486); -if (lean_is_exclusive(x_476)) { - lean_ctor_release(x_476, 0); - x_487 = x_476; +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_77, 0); +lean_inc(x_81); +if (lean_is_exclusive(x_77)) { + lean_ctor_release(x_77, 0); + x_82 = x_77; } else { - lean_dec_ref(x_476); - x_487 = lean_box(0); + lean_dec_ref(x_77); + x_82 = lean_box(0); } -x_488 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_489 = lean_string_dec_eq(x_486, x_488); -if (x_489 == 0) -{ -lean_object* x_490; lean_object* x_491; lean_object* x_492; -x_490 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_491 = lean_string_append(x_490, x_486); -lean_dec(x_486); -x_492 = l_Lean_Syntax_decodeNameLit(x_491); -if (lean_obj_tag(x_492) == 0) -{ -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; -x_493 = lean_unsigned_to_nat(80u); -x_494 = l_Lean_Json_pretty(x_475, x_493); -x_495 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_496 = lean_string_append(x_495, x_494); -lean_dec(x_494); -x_497 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_498 = lean_string_append(x_496, x_497); -if (lean_is_scalar(x_487)) { - x_499 = lean_alloc_ctor(0, 1, 0); +x_83 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_83, 0, x_81); +x_84 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_84, 0, x_19); +lean_ctor_set(x_84, 1, x_31); +lean_ctor_set(x_84, 2, x_38); +x_85 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_39); +lean_ctor_set(x_85, 2, x_46); +lean_ctor_set(x_85, 3, x_55); +lean_ctor_set(x_85, 4, x_56); +lean_ctor_set(x_85, 5, x_83); +if (lean_is_scalar(x_82)) { + x_86 = lean_alloc_ctor(1, 1, 0); } else { - x_499 = x_487; - lean_ctor_set_tag(x_499, 0); + x_86 = x_82; +} +lean_ctor_set(x_86, 0, x_85); +return x_86; } -lean_ctor_set(x_499, 0, x_498); -x_500 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_499, x_2); -if (lean_obj_tag(x_500) == 0) -{ -lean_object* x_501; lean_object* x_502; lean_object* x_503; -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_501 = lean_ctor_get(x_500, 0); -lean_inc(x_501); -if (lean_is_exclusive(x_500)) { - lean_ctor_release(x_500, 0); - x_502 = x_500; -} else { - lean_dec_ref(x_500); - x_502 = lean_box(0); } -if (lean_is_scalar(x_502)) { - x_503 = lean_alloc_ctor(0, 1, 0); -} else { - x_503 = x_502; } -lean_ctor_set(x_503, 0, x_501); -return x_503; } else { -lean_object* x_504; lean_object* x_505; -x_504 = lean_ctor_get(x_500, 0); -lean_inc(x_504); -lean_dec(x_500); -x_505 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_505, 0, x_504); -x_290 = x_505; -goto block_339; -} +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_49, 0); +lean_inc(x_87); +lean_dec(x_49); +x_88 = lean_box(0); +x_89 = lean_ctor_get(x_5, 7); +lean_inc(x_89); +lean_dec(x_5); +if (lean_obj_tag(x_89) == 0) +{ +lean_object* x_90; lean_object* x_91; lean_object* x_92; +lean_dec(x_2); +x_90 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_90, 0, x_19); +lean_ctor_set(x_90, 1, x_31); +lean_ctor_set(x_90, 2, x_38); +x_91 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_39); +lean_ctor_set(x_91, 2, x_46); +lean_ctor_set(x_91, 3, x_87); +lean_ctor_set(x_91, 4, x_88); +lean_ctor_set(x_91, 5, x_88); +x_92 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_92, 0, x_91); +return x_92; } else { -lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; -lean_dec(x_475); -x_506 = lean_ctor_get(x_492, 0); -lean_inc(x_506); -if (lean_is_exclusive(x_492)) { - lean_ctor_release(x_492, 0); - x_507 = x_492; -} else { - lean_dec_ref(x_492); - x_507 = lean_box(0); -} -if (lean_is_scalar(x_487)) { - x_508 = lean_alloc_ctor(1, 1, 0); +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_93 = lean_ctor_get(x_89, 0); +lean_inc(x_93); +if (lean_is_exclusive(x_89)) { + lean_ctor_release(x_89, 0); + x_94 = x_89; } else { - x_508 = x_487; + lean_dec_ref(x_89); + x_94 = lean_box(0); } -lean_ctor_set(x_508, 0, x_506); -x_509 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_508, x_2); -if (lean_obj_tag(x_509) == 0) +x_95 = l_Lean_Json_getBool_x3f(x_93); +lean_dec(x_93); +x_96 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_95, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_96) == 0) { -lean_object* x_510; lean_object* x_511; lean_object* x_512; -lean_dec(x_507); -lean_dec(x_289); -lean_dec(x_288); +lean_object* x_97; lean_object* x_98; lean_object* x_99; +lean_dec(x_94); +lean_dec(x_87); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_510 = lean_ctor_get(x_509, 0); -lean_inc(x_510); -if (lean_is_exclusive(x_509)) { - lean_ctor_release(x_509, 0); - x_511 = x_509; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +if (lean_is_exclusive(x_96)) { + lean_ctor_release(x_96, 0); + x_98 = x_96; } else { - lean_dec_ref(x_509); - x_511 = lean_box(0); + lean_dec_ref(x_96); + x_98 = lean_box(0); } -if (lean_is_scalar(x_511)) { - x_512 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_98)) { + x_99 = lean_alloc_ctor(0, 1, 0); } else { - x_512 = x_511; + x_99 = x_98; } -lean_ctor_set(x_512, 0, x_510); -return x_512; +lean_ctor_set(x_99, 0, x_97); +return x_99; } else { -lean_object* x_513; lean_object* x_514; -x_513 = lean_ctor_get(x_509, 0); -lean_inc(x_513); -lean_dec(x_509); -if (lean_is_scalar(x_507)) { - x_514 = lean_alloc_ctor(1, 1, 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; +x_100 = lean_ctor_get(x_96, 0); +lean_inc(x_100); +if (lean_is_exclusive(x_96)) { + lean_ctor_release(x_96, 0); + x_101 = x_96; } else { - x_514 = x_507; -} -lean_ctor_set(x_514, 0, x_513); -x_290 = x_514; -goto block_339; + lean_dec_ref(x_96); + x_101 = lean_box(0); } -} -} -else -{ -lean_object* x_515; lean_object* x_516; -lean_dec(x_487); -lean_dec(x_486); -lean_dec(x_475); -x_515 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_516 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_515, x_2); -if (lean_obj_tag(x_516) == 0) -{ -lean_object* x_517; lean_object* x_518; lean_object* x_519; -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_517 = lean_ctor_get(x_516, 0); -lean_inc(x_517); -if (lean_is_exclusive(x_516)) { - lean_ctor_release(x_516, 0); - x_518 = x_516; +if (lean_is_scalar(x_94)) { + x_102 = lean_alloc_ctor(1, 1, 0); } else { - lean_dec_ref(x_516); - x_518 = lean_box(0); + x_102 = x_94; } -if (lean_is_scalar(x_518)) { - x_519 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_102, 0, x_100); +x_103 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_103, 0, x_19); +lean_ctor_set(x_103, 1, x_31); +lean_ctor_set(x_103, 2, x_38); +x_104 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_39); +lean_ctor_set(x_104, 2, x_46); +lean_ctor_set(x_104, 3, x_87); +lean_ctor_set(x_104, 4, x_88); +lean_ctor_set(x_104, 5, x_102); +if (lean_is_scalar(x_101)) { + x_105 = lean_alloc_ctor(1, 1, 0); } else { - x_519 = x_518; -} -lean_ctor_set(x_519, 0, x_517); -return x_519; -} -else -{ -lean_object* x_520; lean_object* x_521; -x_520 = lean_ctor_get(x_516, 0); -lean_inc(x_520); -lean_dec(x_516); -x_521 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_521, 0, x_520); -x_290 = x_521; -goto block_339; -} + x_105 = x_101; } +lean_ctor_set(x_105, 0, x_104); +return x_105; } } } -block_339: -{ -lean_object* x_291; lean_object* x_321; -x_321 = lean_ctor_get(x_5, 5); -lean_inc(x_321); -if (lean_obj_tag(x_321) == 0) -{ -lean_object* x_322; -x_322 = lean_box(0); -x_291 = x_322; -goto block_320; } else { -uint8_t x_323; -x_323 = !lean_is_exclusive(x_321); -if (x_323 == 0) +lean_object* x_106; uint8_t x_107; +x_106 = lean_ctor_get(x_49, 0); +lean_inc(x_106); +lean_dec(x_49); +x_107 = !lean_is_exclusive(x_53); +if (x_107 == 0) { -lean_object* x_324; lean_object* x_325; lean_object* x_326; -x_324 = lean_ctor_get(x_321, 0); -x_325 = l_Lean_Json_getBool_x3f(x_324); -lean_dec(x_324); -x_326 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_325, x_2); -if (lean_obj_tag(x_326) == 0) +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_53, 0); +x_109 = l_Lean_Json_getBool_x3f(x_108); +lean_dec(x_108); +x_110 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_109, x_2); +if (lean_obj_tag(x_110) == 0) { -uint8_t x_327; -lean_free_object(x_321); -lean_dec(x_290); -lean_dec(x_289); -lean_dec(x_288); +uint8_t x_111; +lean_free_object(x_53); +lean_dec(x_106); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_327 = !lean_is_exclusive(x_326); -if (x_327 == 0) -{ -return x_326; -} -else -{ -lean_object* x_328; lean_object* x_329; -x_328 = lean_ctor_get(x_326, 0); -lean_inc(x_328); -lean_dec(x_326); -x_329 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_329, 0, x_328); -return x_329; -} -} -else +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) { -lean_object* x_330; -x_330 = lean_ctor_get(x_326, 0); -lean_inc(x_330); -lean_dec(x_326); -lean_ctor_set(x_321, 0, x_330); -x_291 = x_321; -goto block_320; -} +return x_110; } else { -lean_object* x_331; lean_object* x_332; lean_object* x_333; -x_331 = lean_ctor_get(x_321, 0); -lean_inc(x_331); -lean_dec(x_321); -x_332 = l_Lean_Json_getBool_x3f(x_331); -lean_dec(x_331); -x_333 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_332, x_2); -if (lean_obj_tag(x_333) == 0) -{ -lean_object* x_334; lean_object* x_335; lean_object* x_336; -lean_dec(x_290); -lean_dec(x_289); -lean_dec(x_288); -lean_dec(x_31); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_334 = lean_ctor_get(x_333, 0); -lean_inc(x_334); -if (lean_is_exclusive(x_333)) { - lean_ctor_release(x_333, 0); - x_335 = x_333; -} else { - lean_dec_ref(x_333); - x_335 = lean_box(0); -} -if (lean_is_scalar(x_335)) { - x_336 = lean_alloc_ctor(0, 1, 0); -} else { - x_336 = x_335; +lean_object* x_112; lean_object* x_113; +x_112 = lean_ctor_get(x_110, 0); +lean_inc(x_112); +lean_dec(x_110); +x_113 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_113, 0, x_112); +return x_113; } -lean_ctor_set(x_336, 0, x_334); -return x_336; } else { -lean_object* x_337; lean_object* x_338; -x_337 = lean_ctor_get(x_333, 0); -lean_inc(x_337); -lean_dec(x_333); -x_338 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_338, 0, x_337); -x_291 = x_338; -goto block_320; -} -} -} -block_320: +uint8_t x_114; +x_114 = !lean_is_exclusive(x_110); +if (x_114 == 0) { -lean_object* x_292; -x_292 = lean_ctor_get(x_5, 6); -lean_inc(x_292); +lean_object* x_115; lean_object* x_116; +x_115 = lean_ctor_get(x_110, 0); +lean_ctor_set(x_53, 0, x_115); +x_116 = lean_ctor_get(x_5, 7); +lean_inc(x_116); lean_dec(x_5); -if (lean_obj_tag(x_292) == 0) +if (lean_obj_tag(x_116) == 0) { -lean_object* x_293; lean_object* x_294; lean_object* x_295; +lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_dec(x_2); -x_293 = lean_box(0); -x_294 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_294, 0, x_19); -lean_ctor_set(x_294, 1, x_272); -lean_ctor_set(x_294, 2, x_31); -lean_ctor_set(x_294, 3, x_288); -lean_ctor_set(x_294, 4, x_290); -lean_ctor_set(x_294, 5, x_291); -lean_ctor_set(x_294, 6, x_293); -if (lean_is_scalar(x_289)) { - x_295 = lean_alloc_ctor(1, 1, 0); -} else { - x_295 = x_289; -} -lean_ctor_set(x_295, 0, x_294); -return x_295; +x_117 = lean_box(0); +x_118 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_118, 0, x_19); +lean_ctor_set(x_118, 1, x_31); +lean_ctor_set(x_118, 2, x_38); +x_119 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_39); +lean_ctor_set(x_119, 2, x_46); +lean_ctor_set(x_119, 3, x_106); +lean_ctor_set(x_119, 4, x_53); +lean_ctor_set(x_119, 5, x_117); +lean_ctor_set(x_110, 0, x_119); +return x_110; } else { -uint8_t x_296; -lean_dec(x_289); -x_296 = !lean_is_exclusive(x_292); -if (x_296 == 0) -{ -lean_object* x_297; lean_object* x_298; lean_object* x_299; -x_297 = lean_ctor_get(x_292, 0); -x_298 = l_Lean_Json_getBool_x3f(x_297); -lean_dec(x_297); -x_299 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_298, x_2); +uint8_t x_120; +lean_free_object(x_110); +x_120 = !lean_is_exclusive(x_116); +if (x_120 == 0) +{ +lean_object* x_121; lean_object* x_122; lean_object* x_123; +x_121 = lean_ctor_get(x_116, 0); +x_122 = l_Lean_Json_getBool_x3f(x_121); +lean_dec(x_121); +x_123 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_122, x_2); lean_dec(x_2); -if (lean_obj_tag(x_299) == 0) +if (lean_obj_tag(x_123) == 0) { -uint8_t x_300; -lean_free_object(x_292); -lean_dec(x_291); -lean_dec(x_290); -lean_dec(x_288); +uint8_t x_124; +lean_free_object(x_116); +lean_dec(x_53); +lean_dec(x_106); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); -x_300 = !lean_is_exclusive(x_299); -if (x_300 == 0) +x_124 = !lean_is_exclusive(x_123); +if (x_124 == 0) { -return x_299; +return x_123; } else { -lean_object* x_301; lean_object* x_302; -x_301 = lean_ctor_get(x_299, 0); -lean_inc(x_301); -lean_dec(x_299); -x_302 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_302, 0, x_301); -return x_302; +lean_object* x_125; lean_object* x_126; +x_125 = lean_ctor_get(x_123, 0); +lean_inc(x_125); +lean_dec(x_123); +x_126 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_126, 0, x_125); +return x_126; } } else { -uint8_t x_303; -x_303 = !lean_is_exclusive(x_299); -if (x_303 == 0) -{ -lean_object* x_304; lean_object* x_305; -x_304 = lean_ctor_get(x_299, 0); -lean_ctor_set(x_292, 0, x_304); -x_305 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_305, 0, x_19); -lean_ctor_set(x_305, 1, x_272); -lean_ctor_set(x_305, 2, x_31); -lean_ctor_set(x_305, 3, x_288); -lean_ctor_set(x_305, 4, x_290); -lean_ctor_set(x_305, 5, x_291); -lean_ctor_set(x_305, 6, x_292); -lean_ctor_set(x_299, 0, x_305); -return x_299; -} -else +uint8_t x_127; +x_127 = !lean_is_exclusive(x_123); +if (x_127 == 0) { -lean_object* x_306; lean_object* x_307; lean_object* x_308; -x_306 = lean_ctor_get(x_299, 0); -lean_inc(x_306); -lean_dec(x_299); -lean_ctor_set(x_292, 0, x_306); -x_307 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_307, 0, x_19); -lean_ctor_set(x_307, 1, x_272); -lean_ctor_set(x_307, 2, x_31); -lean_ctor_set(x_307, 3, x_288); -lean_ctor_set(x_307, 4, x_290); -lean_ctor_set(x_307, 5, x_291); -lean_ctor_set(x_307, 6, x_292); -x_308 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_308, 0, x_307); -return x_308; -} -} +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_123, 0); +lean_ctor_set(x_116, 0, x_128); +x_129 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_129, 0, x_19); +lean_ctor_set(x_129, 1, x_31); +lean_ctor_set(x_129, 2, x_38); +x_130 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_130, 0, x_129); +lean_ctor_set(x_130, 1, x_39); +lean_ctor_set(x_130, 2, x_46); +lean_ctor_set(x_130, 3, x_106); +lean_ctor_set(x_130, 4, x_53); +lean_ctor_set(x_130, 5, x_116); +lean_ctor_set(x_123, 0, x_130); +return x_123; } else { -lean_object* x_309; lean_object* x_310; lean_object* x_311; -x_309 = lean_ctor_get(x_292, 0); -lean_inc(x_309); -lean_dec(x_292); -x_310 = l_Lean_Json_getBool_x3f(x_309); -lean_dec(x_309); -x_311 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_310, x_2); +lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_131 = lean_ctor_get(x_123, 0); +lean_inc(x_131); +lean_dec(x_123); +lean_ctor_set(x_116, 0, x_131); +x_132 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_132, 0, x_19); +lean_ctor_set(x_132, 1, x_31); +lean_ctor_set(x_132, 2, x_38); +x_133 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_133, 0, x_132); +lean_ctor_set(x_133, 1, x_39); +lean_ctor_set(x_133, 2, x_46); +lean_ctor_set(x_133, 3, x_106); +lean_ctor_set(x_133, 4, x_53); +lean_ctor_set(x_133, 5, x_116); +x_134 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_134, 0, x_133); +return x_134; +} +} +} +else +{ +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_116, 0); +lean_inc(x_135); +lean_dec(x_116); +x_136 = l_Lean_Json_getBool_x3f(x_135); +lean_dec(x_135); +x_137 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_136, x_2); lean_dec(x_2); -if (lean_obj_tag(x_311) == 0) +if (lean_obj_tag(x_137) == 0) { -lean_object* x_312; lean_object* x_313; lean_object* x_314; -lean_dec(x_291); -lean_dec(x_290); -lean_dec(x_288); +lean_object* x_138; lean_object* x_139; lean_object* x_140; +lean_dec(x_53); +lean_dec(x_106); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_31); -lean_dec(x_272); lean_dec(x_19); -x_312 = lean_ctor_get(x_311, 0); -lean_inc(x_312); -if (lean_is_exclusive(x_311)) { - lean_ctor_release(x_311, 0); - x_313 = x_311; -} else { - lean_dec_ref(x_311); - x_313 = lean_box(0); -} -if (lean_is_scalar(x_313)) { - x_314 = lean_alloc_ctor(0, 1, 0); -} else { - x_314 = x_313; -} -lean_ctor_set(x_314, 0, x_312); -return x_314; -} -else -{ -lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; -x_315 = lean_ctor_get(x_311, 0); -lean_inc(x_315); -if (lean_is_exclusive(x_311)) { - lean_ctor_release(x_311, 0); - x_316 = x_311; -} else { - lean_dec_ref(x_311); - x_316 = lean_box(0); -} -x_317 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_317, 0, x_315); -x_318 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_318, 0, x_19); -lean_ctor_set(x_318, 1, x_272); -lean_ctor_set(x_318, 2, x_31); -lean_ctor_set(x_318, 3, x_288); -lean_ctor_set(x_318, 4, x_290); -lean_ctor_set(x_318, 5, x_291); -lean_ctor_set(x_318, 6, x_317); -if (lean_is_scalar(x_316)) { - x_319 = lean_alloc_ctor(1, 1, 0); +x_138 = lean_ctor_get(x_137, 0); +lean_inc(x_138); +if (lean_is_exclusive(x_137)) { + lean_ctor_release(x_137, 0); + x_139 = x_137; } else { - x_319 = x_316; + lean_dec_ref(x_137); + x_139 = lean_box(0); } -lean_ctor_set(x_319, 0, x_318); -return x_319; +if (lean_is_scalar(x_139)) { + x_140 = lean_alloc_ctor(0, 1, 0); +} else { + x_140 = x_139; } +lean_ctor_set(x_140, 0, x_138); +return x_140; } +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_141 = lean_ctor_get(x_137, 0); +lean_inc(x_141); +if (lean_is_exclusive(x_137)) { + lean_ctor_release(x_137, 0); + x_142 = x_137; +} else { + lean_dec_ref(x_137); + x_142 = lean_box(0); } +x_143 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_143, 0, x_141); +x_144 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_144, 0, x_19); +lean_ctor_set(x_144, 1, x_31); +lean_ctor_set(x_144, 2, x_38); +x_145 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_145, 0, x_144); +lean_ctor_set(x_145, 1, x_39); +lean_ctor_set(x_145, 2, x_46); +lean_ctor_set(x_145, 3, x_106); +lean_ctor_set(x_145, 4, x_53); +lean_ctor_set(x_145, 5, x_143); +if (lean_is_scalar(x_142)) { + x_146 = lean_alloc_ctor(1, 1, 0); +} else { + x_146 = x_142; } +lean_ctor_set(x_146, 0, x_145); +return x_146; } } } } else { -lean_object* x_522; lean_object* x_523; lean_object* x_524; -x_522 = lean_ctor_get(x_31, 0); -lean_inc(x_522); -lean_dec(x_31); -x_523 = l_Lean_Json_getStr_x3f(x_522); -lean_dec(x_522); -x_524 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_523, x_2); -if (lean_obj_tag(x_524) == 0) -{ -lean_object* x_525; lean_object* x_526; lean_object* x_527; -lean_dec(x_272); -lean_dec(x_19); +lean_object* x_147; lean_object* x_148; +x_147 = lean_ctor_get(x_110, 0); +lean_inc(x_147); +lean_dec(x_110); +lean_ctor_set(x_53, 0, x_147); +x_148 = lean_ctor_get(x_5, 7); +lean_inc(x_148); lean_dec(x_5); +if (lean_obj_tag(x_148) == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_dec(x_2); -x_525 = lean_ctor_get(x_524, 0); -lean_inc(x_525); -if (lean_is_exclusive(x_524)) { - lean_ctor_release(x_524, 0); - x_526 = x_524; -} else { - lean_dec_ref(x_524); - x_526 = lean_box(0); +x_149 = lean_box(0); +x_150 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_150, 0, x_19); +lean_ctor_set(x_150, 1, x_31); +lean_ctor_set(x_150, 2, x_38); +x_151 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_39); +lean_ctor_set(x_151, 2, x_46); +lean_ctor_set(x_151, 3, x_106); +lean_ctor_set(x_151, 4, x_53); +lean_ctor_set(x_151, 5, x_149); +x_152 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_152, 0, x_151); +return x_152; } -if (lean_is_scalar(x_526)) { - x_527 = lean_alloc_ctor(0, 1, 0); +else +{ +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_153 = lean_ctor_get(x_148, 0); +lean_inc(x_153); +if (lean_is_exclusive(x_148)) { + lean_ctor_release(x_148, 0); + x_154 = x_148; } else { - x_527 = x_526; -} -lean_ctor_set(x_527, 0, x_525); -return x_527; + lean_dec_ref(x_148); + x_154 = lean_box(0); } -else +x_155 = l_Lean_Json_getBool_x3f(x_153); +lean_dec(x_153); +x_156 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_155, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_156) == 0) { -lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; -x_528 = lean_ctor_get(x_524, 0); -lean_inc(x_528); -if (lean_is_exclusive(x_524)) { - lean_ctor_release(x_524, 0); - x_529 = x_524; -} else { - lean_dec_ref(x_524); - x_529 = lean_box(0); -} -x_530 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_530, 0, x_528); -x_531 = lean_ctor_get(x_5, 3); -lean_inc(x_531); -x_532 = l_Lean_Json_getStr_x3f(x_531); -lean_dec(x_531); -x_533 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_532, x_2); -if (lean_obj_tag(x_533) == 0) -{ -lean_object* x_534; lean_object* x_535; lean_object* x_536; -lean_dec(x_530); -lean_dec(x_529); -lean_dec(x_272); +lean_object* x_157; lean_object* x_158; lean_object* x_159; +lean_dec(x_154); +lean_dec(x_53); +lean_dec(x_106); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_31); lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_534 = lean_ctor_get(x_533, 0); -lean_inc(x_534); -if (lean_is_exclusive(x_533)) { - lean_ctor_release(x_533, 0); - x_535 = x_533; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + x_158 = x_156; } else { - lean_dec_ref(x_533); - x_535 = lean_box(0); + lean_dec_ref(x_156); + x_158 = lean_box(0); } -if (lean_is_scalar(x_535)) { - x_536 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_158)) { + x_159 = lean_alloc_ctor(0, 1, 0); } else { - x_536 = x_535; + x_159 = x_158; } -lean_ctor_set(x_536, 0, x_534); -return x_536; +lean_ctor_set(x_159, 0, x_157); +return x_159; } else { -lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_570; -x_537 = lean_ctor_get(x_533, 0); -lean_inc(x_537); -if (lean_is_exclusive(x_533)) { - lean_ctor_release(x_533, 0); - x_538 = x_533; +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_160 = lean_ctor_get(x_156, 0); +lean_inc(x_160); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + x_161 = x_156; } else { - lean_dec_ref(x_533); - x_538 = lean_box(0); + lean_dec_ref(x_156); + x_161 = lean_box(0); } -x_570 = lean_ctor_get(x_5, 4); -lean_inc(x_570); -if (lean_obj_tag(x_570) == 0) -{ -lean_object* x_571; lean_object* x_572; lean_object* x_589; -lean_dec(x_538); -x_571 = lean_box(0); -x_589 = lean_ctor_get(x_5, 5); -lean_inc(x_589); -if (lean_obj_tag(x_589) == 0) -{ -x_572 = x_571; -goto block_588; +if (lean_is_scalar(x_154)) { + x_162 = lean_alloc_ctor(1, 1, 0); +} else { + x_162 = x_154; } -else -{ -lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; -x_590 = lean_ctor_get(x_589, 0); -lean_inc(x_590); -if (lean_is_exclusive(x_589)) { - lean_ctor_release(x_589, 0); - x_591 = x_589; +lean_ctor_set(x_162, 0, x_160); +x_163 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_163, 0, x_19); +lean_ctor_set(x_163, 1, x_31); +lean_ctor_set(x_163, 2, x_38); +x_164 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_39); +lean_ctor_set(x_164, 2, x_46); +lean_ctor_set(x_164, 3, x_106); +lean_ctor_set(x_164, 4, x_53); +lean_ctor_set(x_164, 5, x_162); +if (lean_is_scalar(x_161)) { + x_165 = lean_alloc_ctor(1, 1, 0); } else { - lean_dec_ref(x_589); - x_591 = lean_box(0); + x_165 = x_161; } -x_592 = l_Lean_Json_getBool_x3f(x_590); -lean_dec(x_590); -x_593 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_592, x_2); -if (lean_obj_tag(x_593) == 0) +lean_ctor_set(x_165, 0, x_164); +return x_165; +} +} +} +} +} +else { -lean_object* x_594; lean_object* x_595; lean_object* x_596; -lean_dec(x_591); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_529); -lean_dec(x_272); +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = lean_ctor_get(x_53, 0); +lean_inc(x_166); +lean_dec(x_53); +x_167 = l_Lean_Json_getBool_x3f(x_166); +lean_dec(x_166); +x_168 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_167, x_2); +if (lean_obj_tag(x_168) == 0) +{ +lean_object* x_169; lean_object* x_170; lean_object* x_171; +lean_dec(x_106); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_31); lean_dec(x_19); lean_dec(x_5); lean_dec(x_2); -x_594 = lean_ctor_get(x_593, 0); -lean_inc(x_594); -if (lean_is_exclusive(x_593)) { - lean_ctor_release(x_593, 0); - x_595 = x_593; +x_169 = lean_ctor_get(x_168, 0); +lean_inc(x_169); +if (lean_is_exclusive(x_168)) { + lean_ctor_release(x_168, 0); + x_170 = x_168; } else { - lean_dec_ref(x_593); - x_595 = lean_box(0); + lean_dec_ref(x_168); + x_170 = lean_box(0); } -if (lean_is_scalar(x_595)) { - x_596 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_170)) { + x_171 = lean_alloc_ctor(0, 1, 0); } else { - x_596 = x_595; + x_171 = x_170; } -lean_ctor_set(x_596, 0, x_594); -return x_596; +lean_ctor_set(x_171, 0, x_169); +return x_171; } else { -lean_object* x_597; lean_object* x_598; -x_597 = lean_ctor_get(x_593, 0); -lean_inc(x_597); -lean_dec(x_593); -if (lean_is_scalar(x_591)) { - x_598 = lean_alloc_ctor(1, 1, 0); +lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; +x_172 = lean_ctor_get(x_168, 0); +lean_inc(x_172); +if (lean_is_exclusive(x_168)) { + lean_ctor_release(x_168, 0); + x_173 = x_168; } else { - x_598 = x_591; -} -lean_ctor_set(x_598, 0, x_597); -x_572 = x_598; -goto block_588; -} + lean_dec_ref(x_168); + x_173 = lean_box(0); } -block_588: -{ -lean_object* x_573; -x_573 = lean_ctor_get(x_5, 6); -lean_inc(x_573); +x_174 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_174, 0, x_172); +x_175 = lean_ctor_get(x_5, 7); +lean_inc(x_175); lean_dec(x_5); -if (lean_obj_tag(x_573) == 0) +if (lean_obj_tag(x_175) == 0) { -lean_object* x_574; lean_object* x_575; +lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_dec(x_2); -x_574 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_574, 0, x_19); -lean_ctor_set(x_574, 1, x_272); -lean_ctor_set(x_574, 2, x_530); -lean_ctor_set(x_574, 3, x_537); -lean_ctor_set(x_574, 4, x_571); -lean_ctor_set(x_574, 5, x_572); -lean_ctor_set(x_574, 6, x_571); -if (lean_is_scalar(x_529)) { - x_575 = lean_alloc_ctor(1, 1, 0); -} else { - x_575 = x_529; -} -lean_ctor_set(x_575, 0, x_574); -return x_575; -} -else -{ -lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; -lean_dec(x_529); -x_576 = lean_ctor_get(x_573, 0); -lean_inc(x_576); -if (lean_is_exclusive(x_573)) { - lean_ctor_release(x_573, 0); - x_577 = x_573; -} else { - lean_dec_ref(x_573); - x_577 = lean_box(0); -} -x_578 = l_Lean_Json_getBool_x3f(x_576); -lean_dec(x_576); -x_579 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_578, x_2); +x_176 = lean_box(0); +x_177 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_177, 0, x_19); +lean_ctor_set(x_177, 1, x_31); +lean_ctor_set(x_177, 2, x_38); +x_178 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_178, 0, x_177); +lean_ctor_set(x_178, 1, x_39); +lean_ctor_set(x_178, 2, x_46); +lean_ctor_set(x_178, 3, x_106); +lean_ctor_set(x_178, 4, x_174); +lean_ctor_set(x_178, 5, x_176); +if (lean_is_scalar(x_173)) { + x_179 = lean_alloc_ctor(1, 1, 0); +} else { + x_179 = x_173; +} +lean_ctor_set(x_179, 0, x_178); +return x_179; +} +else +{ +lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; +lean_dec(x_173); +x_180 = lean_ctor_get(x_175, 0); +lean_inc(x_180); +if (lean_is_exclusive(x_175)) { + lean_ctor_release(x_175, 0); + x_181 = x_175; +} else { + lean_dec_ref(x_175); + x_181 = lean_box(0); +} +x_182 = l_Lean_Json_getBool_x3f(x_180); +lean_dec(x_180); +x_183 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_182, x_2); lean_dec(x_2); -if (lean_obj_tag(x_579) == 0) +if (lean_obj_tag(x_183) == 0) { -lean_object* x_580; lean_object* x_581; lean_object* x_582; -lean_dec(x_577); -lean_dec(x_572); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); +lean_object* x_184; lean_object* x_185; lean_object* x_186; +lean_dec(x_181); +lean_dec(x_174); +lean_dec(x_106); +lean_dec(x_46); +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_31); lean_dec(x_19); -x_580 = lean_ctor_get(x_579, 0); -lean_inc(x_580); -if (lean_is_exclusive(x_579)) { - lean_ctor_release(x_579, 0); - x_581 = x_579; +x_184 = lean_ctor_get(x_183, 0); +lean_inc(x_184); +if (lean_is_exclusive(x_183)) { + lean_ctor_release(x_183, 0); + x_185 = x_183; } else { - lean_dec_ref(x_579); - x_581 = lean_box(0); + lean_dec_ref(x_183); + x_185 = lean_box(0); } -if (lean_is_scalar(x_581)) { - x_582 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_185)) { + x_186 = lean_alloc_ctor(0, 1, 0); } else { - x_582 = x_581; + x_186 = x_185; } -lean_ctor_set(x_582, 0, x_580); -return x_582; +lean_ctor_set(x_186, 0, x_184); +return x_186; } else { -lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; -x_583 = lean_ctor_get(x_579, 0); -lean_inc(x_583); -if (lean_is_exclusive(x_579)) { - lean_ctor_release(x_579, 0); - x_584 = x_579; +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_187 = lean_ctor_get(x_183, 0); +lean_inc(x_187); +if (lean_is_exclusive(x_183)) { + lean_ctor_release(x_183, 0); + x_188 = x_183; } else { - lean_dec_ref(x_579); - x_584 = lean_box(0); + lean_dec_ref(x_183); + x_188 = lean_box(0); } -if (lean_is_scalar(x_577)) { - x_585 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_181)) { + x_189 = lean_alloc_ctor(1, 1, 0); } else { - x_585 = x_577; + x_189 = x_181; } -lean_ctor_set(x_585, 0, x_583); -x_586 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_586, 0, x_19); -lean_ctor_set(x_586, 1, x_272); -lean_ctor_set(x_586, 2, x_530); -lean_ctor_set(x_586, 3, x_537); -lean_ctor_set(x_586, 4, x_571); -lean_ctor_set(x_586, 5, x_572); -lean_ctor_set(x_586, 6, x_585); -if (lean_is_scalar(x_584)) { - x_587 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_189, 0, x_187); +x_190 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_190, 0, x_19); +lean_ctor_set(x_190, 1, x_31); +lean_ctor_set(x_190, 2, x_38); +x_191 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_191, 0, x_190); +lean_ctor_set(x_191, 1, x_39); +lean_ctor_set(x_191, 2, x_46); +lean_ctor_set(x_191, 3, x_106); +lean_ctor_set(x_191, 4, x_174); +lean_ctor_set(x_191, 5, x_189); +if (lean_is_scalar(x_188)) { + x_192 = lean_alloc_ctor(1, 1, 0); } else { - x_587 = x_584; + x_192 = x_188; +} +lean_ctor_set(x_192, 0, x_191); +return x_192; +} +} +} +} +} +} +} +} +} } -lean_ctor_set(x_587, 0, x_586); -return x_587; } } } } else { -lean_object* x_599; lean_object* x_600; lean_object* x_601; -lean_dec(x_529); -x_599 = lean_ctor_get(x_570, 0); -lean_inc(x_599); -if (lean_is_exclusive(x_570)) { - lean_ctor_release(x_570, 0); - x_600 = x_570; -} else { - lean_dec_ref(x_570); - x_600 = lean_box(0); +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_dec(x_5); +lean_dec(x_2); +x_248 = lean_unsigned_to_nat(80u); +x_249 = l_Lean_Json_pretty(x_6, x_248); +x_250 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_251 = lean_string_append(x_250, x_249); +lean_dec(x_249); +x_252 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_253 = lean_string_append(x_251, x_252); +lean_ctor_set_tag(x_3, 0); +lean_ctor_set(x_3, 0, x_253); +return x_3; } -x_601 = l_Lean_Json_getStr_x3f(x_599); -if (lean_obj_tag(x_601) == 0) +} +else +{ +lean_object* x_254; lean_object* x_255; +x_254 = lean_ctor_get(x_3, 0); +lean_inc(x_254); +lean_dec(x_3); +x_255 = lean_ctor_get(x_254, 0); +lean_inc(x_255); +if (lean_obj_tag(x_255) == 4) { -lean_object* x_602; lean_object* x_603; lean_object* x_604; lean_object* x_605; -lean_dec(x_599); -x_602 = lean_ctor_get(x_601, 0); -lean_inc(x_602); -if (lean_is_exclusive(x_601)) { - lean_ctor_release(x_601, 0); - x_603 = x_601; +lean_object* x_256; lean_object* x_257; size_t x_258; size_t x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; size_t x_263; lean_object* x_264; +x_256 = lean_ctor_get(x_255, 0); +lean_inc(x_256); +lean_dec(x_255); +x_257 = lean_array_get_size(x_256); +x_258 = lean_usize_of_nat(x_257); +lean_dec(x_257); +x_259 = 0; +x_260 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_258, x_259, x_256); +x_261 = lean_ctor_get(x_260, 0); +lean_inc(x_261); +lean_dec(x_260); +x_262 = lean_array_get_size(x_261); +x_263 = lean_usize_of_nat(x_262); +lean_dec(x_262); +lean_inc(x_2); +x_264 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_263, x_259, x_261, x_2); +if (lean_obj_tag(x_264) == 0) +{ +lean_object* x_265; lean_object* x_266; lean_object* x_267; +lean_dec(x_254); +lean_dec(x_2); +x_265 = lean_ctor_get(x_264, 0); +lean_inc(x_265); +if (lean_is_exclusive(x_264)) { + lean_ctor_release(x_264, 0); + x_266 = x_264; } else { - lean_dec_ref(x_601); - x_603 = lean_box(0); + lean_dec_ref(x_264); + x_266 = lean_box(0); } -if (lean_is_scalar(x_603)) { - x_604 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_266)) { + x_267 = lean_alloc_ctor(0, 1, 0); } else { - x_604 = x_603; + x_267 = x_266; +} +lean_ctor_set(x_267, 0, x_265); +return x_267; } -lean_ctor_set(x_604, 0, x_602); -x_605 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_604, x_2); -if (lean_obj_tag(x_605) == 0) +else { -lean_object* x_606; lean_object* x_607; lean_object* x_608; -lean_dec(x_600); -lean_dec(x_538); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); +lean_object* x_268; lean_object* x_269; lean_object* x_270; +x_268 = lean_ctor_get(x_264, 0); +lean_inc(x_268); +lean_dec(x_264); +x_269 = lean_ctor_get(x_254, 1); +lean_inc(x_269); +x_270 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_269); +if (lean_obj_tag(x_270) == 0) +{ +lean_object* x_271; lean_object* x_272; lean_object* x_273; +lean_dec(x_268); +lean_dec(x_254); lean_dec(x_2); -x_606 = lean_ctor_get(x_605, 0); -lean_inc(x_606); -if (lean_is_exclusive(x_605)) { - lean_ctor_release(x_605, 0); - x_607 = x_605; +x_271 = lean_ctor_get(x_270, 0); +lean_inc(x_271); +if (lean_is_exclusive(x_270)) { + lean_ctor_release(x_270, 0); + x_272 = x_270; } else { - lean_dec_ref(x_605); - x_607 = lean_box(0); + lean_dec_ref(x_270); + x_272 = lean_box(0); } -if (lean_is_scalar(x_607)) { - x_608 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_272)) { + x_273 = lean_alloc_ctor(0, 1, 0); } else { - x_608 = x_607; + x_273 = x_272; } -lean_ctor_set(x_608, 0, x_606); -return x_608; +lean_ctor_set(x_273, 0, x_271); +return x_273; } else { -lean_object* x_609; lean_object* x_610; -x_609 = lean_ctor_get(x_605, 0); -lean_inc(x_609); -lean_dec(x_605); -if (lean_is_scalar(x_600)) { - x_610 = lean_alloc_ctor(1, 1, 0); +lean_object* x_274; lean_object* x_275; lean_object* x_276; +x_274 = lean_ctor_get(x_270, 0); +lean_inc(x_274); +lean_dec(x_270); +x_275 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; +lean_inc(x_2); +x_276 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_275, x_274, x_2); +if (lean_obj_tag(x_276) == 0) +{ +lean_object* x_277; lean_object* x_278; lean_object* x_279; +lean_dec(x_268); +lean_dec(x_254); +lean_dec(x_2); +x_277 = lean_ctor_get(x_276, 0); +lean_inc(x_277); +if (lean_is_exclusive(x_276)) { + lean_ctor_release(x_276, 0); + x_278 = x_276; } else { - x_610 = x_600; + lean_dec_ref(x_276); + x_278 = lean_box(0); } -lean_ctor_set(x_610, 0, x_609); -x_539 = x_610; -goto block_569; +if (lean_is_scalar(x_278)) { + x_279 = lean_alloc_ctor(0, 1, 0); +} else { + x_279 = x_278; } +lean_ctor_set(x_279, 0, x_277); +return x_279; } else { -lean_object* x_611; lean_object* x_612; lean_object* x_613; uint8_t x_614; -x_611 = lean_ctor_get(x_601, 0); -lean_inc(x_611); -if (lean_is_exclusive(x_601)) { - lean_ctor_release(x_601, 0); - x_612 = x_601; +lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; +x_280 = lean_ctor_get(x_276, 0); +lean_inc(x_280); +lean_dec(x_276); +x_281 = lean_ctor_get(x_254, 2); +lean_inc(x_281); +x_282 = l_Lean_Widget_instTypeNameContextInfo; +lean_inc(x_2); +x_283 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(x_282, x_281, x_2); +if (lean_obj_tag(x_283) == 0) +{ +lean_object* x_284; lean_object* x_285; lean_object* x_286; +lean_dec(x_280); +lean_dec(x_268); +lean_dec(x_254); +lean_dec(x_2); +x_284 = lean_ctor_get(x_283, 0); +lean_inc(x_284); +if (lean_is_exclusive(x_283)) { + lean_ctor_release(x_283, 0); + x_285 = x_283; } else { - lean_dec_ref(x_601); - x_612 = lean_box(0); + lean_dec_ref(x_283); + x_285 = lean_box(0); } -x_613 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_614 = lean_string_dec_eq(x_611, x_613); -if (x_614 == 0) +if (lean_is_scalar(x_285)) { + x_286 = lean_alloc_ctor(0, 1, 0); +} else { + x_286 = x_285; +} +lean_ctor_set(x_286, 0, x_284); +return x_286; +} +else { -lean_object* x_615; lean_object* x_616; lean_object* x_617; -x_615 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_616 = lean_string_append(x_615, x_611); -lean_dec(x_611); -x_617 = l_Lean_Syntax_decodeNameLit(x_616); -if (lean_obj_tag(x_617) == 0) +lean_object* x_287; lean_object* x_288; lean_object* x_375; +x_287 = lean_ctor_get(x_283, 0); +lean_inc(x_287); +lean_dec(x_283); +x_375 = lean_ctor_get(x_254, 3); +lean_inc(x_375); +if (lean_obj_tag(x_375) == 0) +{ +lean_object* x_376; +x_376 = lean_box(0); +x_288 = x_376; +goto block_374; +} +else { -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; -x_618 = lean_unsigned_to_nat(80u); -x_619 = l_Lean_Json_pretty(x_599, x_618); -x_620 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_621 = lean_string_append(x_620, x_619); -lean_dec(x_619); -x_622 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_623 = lean_string_append(x_621, x_622); -if (lean_is_scalar(x_612)) { - x_624 = lean_alloc_ctor(0, 1, 0); +lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; +x_377 = lean_ctor_get(x_375, 0); +lean_inc(x_377); +if (lean_is_exclusive(x_375)) { + lean_ctor_release(x_375, 0); + x_378 = x_375; } else { - x_624 = x_612; - lean_ctor_set_tag(x_624, 0); + lean_dec_ref(x_375); + x_378 = lean_box(0); } -lean_ctor_set(x_624, 0, x_623); -x_625 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_624, x_2); -if (lean_obj_tag(x_625) == 0) +x_379 = l_Lean_Json_getStr_x3f(x_377); +lean_dec(x_377); +x_380 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_379, x_2); +if (lean_obj_tag(x_380) == 0) { -lean_object* x_626; lean_object* x_627; lean_object* x_628; -lean_dec(x_600); -lean_dec(x_538); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); +lean_object* x_381; lean_object* x_382; lean_object* x_383; +lean_dec(x_378); +lean_dec(x_287); +lean_dec(x_280); +lean_dec(x_268); +lean_dec(x_254); lean_dec(x_2); -x_626 = lean_ctor_get(x_625, 0); -lean_inc(x_626); -if (lean_is_exclusive(x_625)) { - lean_ctor_release(x_625, 0); - x_627 = x_625; +x_381 = lean_ctor_get(x_380, 0); +lean_inc(x_381); +if (lean_is_exclusive(x_380)) { + lean_ctor_release(x_380, 0); + x_382 = x_380; } else { - lean_dec_ref(x_625); - x_627 = lean_box(0); + lean_dec_ref(x_380); + x_382 = lean_box(0); } -if (lean_is_scalar(x_627)) { - x_628 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_382)) { + x_383 = lean_alloc_ctor(0, 1, 0); } else { - x_628 = x_627; + x_383 = x_382; } -lean_ctor_set(x_628, 0, x_626); -return x_628; +lean_ctor_set(x_383, 0, x_381); +return x_383; } else { -lean_object* x_629; lean_object* x_630; -x_629 = lean_ctor_get(x_625, 0); -lean_inc(x_629); -lean_dec(x_625); -if (lean_is_scalar(x_600)) { - x_630 = lean_alloc_ctor(1, 1, 0); +lean_object* x_384; lean_object* x_385; +x_384 = lean_ctor_get(x_380, 0); +lean_inc(x_384); +lean_dec(x_380); +if (lean_is_scalar(x_378)) { + x_385 = lean_alloc_ctor(1, 1, 0); } else { - x_630 = x_600; + x_385 = x_378; } -lean_ctor_set(x_630, 0, x_629); -x_539 = x_630; -goto block_569; +lean_ctor_set(x_385, 0, x_384); +x_288 = x_385; +goto block_374; } } -else +block_374: { -lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; -lean_dec(x_600); -lean_dec(x_599); -x_631 = lean_ctor_get(x_617, 0); -lean_inc(x_631); -if (lean_is_exclusive(x_617)) { - lean_ctor_release(x_617, 0); - x_632 = x_617; -} else { - lean_dec_ref(x_617); - x_632 = lean_box(0); -} -if (lean_is_scalar(x_612)) { - x_633 = lean_alloc_ctor(1, 1, 0); -} else { - x_633 = x_612; -} -lean_ctor_set(x_633, 0, x_631); -x_634 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_633, x_2); -if (lean_obj_tag(x_634) == 0) +lean_object* x_289; lean_object* x_290; lean_object* x_291; +x_289 = lean_ctor_get(x_254, 4); +lean_inc(x_289); +x_290 = l_Lean_Json_getStr_x3f(x_289); +lean_dec(x_289); +x_291 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_290, x_2); +if (lean_obj_tag(x_291) == 0) { -lean_object* x_635; lean_object* x_636; lean_object* x_637; -lean_dec(x_632); -lean_dec(x_538); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); +lean_object* x_292; lean_object* x_293; lean_object* x_294; +lean_dec(x_288); +lean_dec(x_287); +lean_dec(x_280); +lean_dec(x_268); +lean_dec(x_254); lean_dec(x_2); -x_635 = lean_ctor_get(x_634, 0); -lean_inc(x_635); -if (lean_is_exclusive(x_634)) { - lean_ctor_release(x_634, 0); - x_636 = x_634; +x_292 = lean_ctor_get(x_291, 0); +lean_inc(x_292); +if (lean_is_exclusive(x_291)) { + lean_ctor_release(x_291, 0); + x_293 = x_291; } else { - lean_dec_ref(x_634); - x_636 = lean_box(0); + lean_dec_ref(x_291); + x_293 = lean_box(0); } -if (lean_is_scalar(x_636)) { - x_637 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_293)) { + x_294 = lean_alloc_ctor(0, 1, 0); } else { - x_637 = x_636; + x_294 = x_293; } -lean_ctor_set(x_637, 0, x_635); -return x_637; +lean_ctor_set(x_294, 0, x_292); +return x_294; } else { -lean_object* x_638; lean_object* x_639; -x_638 = lean_ctor_get(x_634, 0); -lean_inc(x_638); -lean_dec(x_634); -if (lean_is_scalar(x_632)) { - x_639 = lean_alloc_ctor(1, 1, 0); +lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_353; +x_295 = lean_ctor_get(x_291, 0); +lean_inc(x_295); +lean_dec(x_291); +x_296 = lean_ctor_get(x_254, 5); +lean_inc(x_296); +x_353 = l_Lean_Json_getStr_x3f(x_296); +if (lean_obj_tag(x_353) == 0) +{ +lean_object* x_354; lean_object* x_355; lean_object* x_356; +lean_dec(x_296); +x_354 = lean_ctor_get(x_353, 0); +lean_inc(x_354); +if (lean_is_exclusive(x_353)) { + lean_ctor_release(x_353, 0); + x_355 = x_353; } else { - x_639 = x_632; -} -lean_ctor_set(x_639, 0, x_638); -x_539 = x_639; -goto block_569; + lean_dec_ref(x_353); + x_355 = lean_box(0); } +if (lean_is_scalar(x_355)) { + x_356 = lean_alloc_ctor(0, 1, 0); +} else { + x_356 = x_355; } +lean_ctor_set(x_356, 0, x_354); +x_297 = x_356; +goto block_352; } else { -lean_object* x_640; lean_object* x_641; -lean_dec(x_612); -lean_dec(x_611); -lean_dec(x_599); -x_640 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_641 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_640, x_2); -if (lean_obj_tag(x_641) == 0) -{ -lean_object* x_642; lean_object* x_643; lean_object* x_644; -lean_dec(x_600); -lean_dec(x_538); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_642 = lean_ctor_get(x_641, 0); -lean_inc(x_642); -if (lean_is_exclusive(x_641)) { - lean_ctor_release(x_641, 0); - x_643 = x_641; +lean_object* x_357; lean_object* x_358; lean_object* x_359; uint8_t x_360; +x_357 = lean_ctor_get(x_353, 0); +lean_inc(x_357); +if (lean_is_exclusive(x_353)) { + lean_ctor_release(x_353, 0); + x_358 = x_353; } else { - lean_dec_ref(x_641); - x_643 = lean_box(0); + lean_dec_ref(x_353); + x_358 = lean_box(0); } -if (lean_is_scalar(x_643)) { - x_644 = lean_alloc_ctor(0, 1, 0); +x_359 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; +x_360 = lean_string_dec_eq(x_357, x_359); +if (x_360 == 0) +{ +lean_object* x_361; lean_object* x_362; lean_object* x_363; +x_361 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; +x_362 = lean_string_append(x_361, x_357); +lean_dec(x_357); +x_363 = l_Lean_Syntax_decodeNameLit(x_362); +if (lean_obj_tag(x_363) == 0) +{ +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; +x_364 = lean_unsigned_to_nat(80u); +x_365 = l_Lean_Json_pretty(x_296, x_364); +x_366 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; +x_367 = lean_string_append(x_366, x_365); +lean_dec(x_365); +x_368 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_369 = lean_string_append(x_367, x_368); +if (lean_is_scalar(x_358)) { + x_370 = lean_alloc_ctor(0, 1, 0); } else { - x_644 = x_643; + x_370 = x_358; + lean_ctor_set_tag(x_370, 0); } -lean_ctor_set(x_644, 0, x_642); -return x_644; +lean_ctor_set(x_370, 0, x_369); +x_297 = x_370; +goto block_352; } else { -lean_object* x_645; lean_object* x_646; -x_645 = lean_ctor_get(x_641, 0); -lean_inc(x_645); -lean_dec(x_641); -if (lean_is_scalar(x_600)) { - x_646 = lean_alloc_ctor(1, 1, 0); +lean_object* x_371; lean_object* x_372; +lean_dec(x_296); +x_371 = lean_ctor_get(x_363, 0); +lean_inc(x_371); +lean_dec(x_363); +if (lean_is_scalar(x_358)) { + x_372 = lean_alloc_ctor(1, 1, 0); } else { - x_646 = x_600; + x_372 = x_358; } -lean_ctor_set(x_646, 0, x_645); -x_539 = x_646; -goto block_569; +lean_ctor_set(x_372, 0, x_371); +x_297 = x_372; +goto block_352; } } +else +{ +lean_object* x_373; +lean_dec(x_358); +lean_dec(x_357); +lean_dec(x_296); +x_373 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; +x_297 = x_373; +goto block_352; } } -block_569: +block_352: { -lean_object* x_540; lean_object* x_558; -x_558 = lean_ctor_get(x_5, 5); -lean_inc(x_558); -if (lean_obj_tag(x_558) == 0) +lean_object* x_298; +x_298 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3(x_297, x_2); +if (lean_obj_tag(x_298) == 0) { -lean_object* x_559; -x_559 = lean_box(0); -x_540 = x_559; -goto block_557; +lean_object* x_299; lean_object* x_300; lean_object* x_301; +lean_dec(x_295); +lean_dec(x_288); +lean_dec(x_287); +lean_dec(x_280); +lean_dec(x_268); +lean_dec(x_254); +lean_dec(x_2); +x_299 = lean_ctor_get(x_298, 0); +lean_inc(x_299); +if (lean_is_exclusive(x_298)) { + lean_ctor_release(x_298, 0); + x_300 = x_298; +} else { + lean_dec_ref(x_298); + x_300 = lean_box(0); +} +if (lean_is_scalar(x_300)) { + x_301 = lean_alloc_ctor(0, 1, 0); +} else { + x_301 = x_300; +} +lean_ctor_set(x_301, 0, x_299); +return x_301; } else { -lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; -x_560 = lean_ctor_get(x_558, 0); -lean_inc(x_560); -if (lean_is_exclusive(x_558)) { - lean_ctor_release(x_558, 0); - x_561 = x_558; +lean_object* x_302; +x_302 = lean_ctor_get(x_254, 6); +lean_inc(x_302); +if (lean_obj_tag(x_302) == 0) +{ +lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; +x_303 = lean_ctor_get(x_298, 0); +lean_inc(x_303); +if (lean_is_exclusive(x_298)) { + lean_ctor_release(x_298, 0); + x_304 = x_298; } else { - lean_dec_ref(x_558); - x_561 = lean_box(0); + lean_dec_ref(x_298); + x_304 = lean_box(0); } -x_562 = l_Lean_Json_getBool_x3f(x_560); -lean_dec(x_560); -x_563 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_562, x_2); -if (lean_obj_tag(x_563) == 0) -{ -lean_object* x_564; lean_object* x_565; lean_object* x_566; -lean_dec(x_561); -lean_dec(x_539); -lean_dec(x_538); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); -lean_dec(x_19); -lean_dec(x_5); +x_305 = lean_box(0); +x_306 = lean_ctor_get(x_254, 7); +lean_inc(x_306); +lean_dec(x_254); +if (lean_obj_tag(x_306) == 0) +{ +lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_dec(x_2); -x_564 = lean_ctor_get(x_563, 0); -lean_inc(x_564); -if (lean_is_exclusive(x_563)) { - lean_ctor_release(x_563, 0); - x_565 = x_563; -} else { - lean_dec_ref(x_563); - x_565 = lean_box(0); -} -if (lean_is_scalar(x_565)) { - x_566 = lean_alloc_ctor(0, 1, 0); +x_307 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_307, 0, x_268); +lean_ctor_set(x_307, 1, x_280); +lean_ctor_set(x_307, 2, x_287); +x_308 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_308, 0, x_307); +lean_ctor_set(x_308, 1, x_288); +lean_ctor_set(x_308, 2, x_295); +lean_ctor_set(x_308, 3, x_303); +lean_ctor_set(x_308, 4, x_305); +lean_ctor_set(x_308, 5, x_305); +if (lean_is_scalar(x_304)) { + x_309 = lean_alloc_ctor(1, 1, 0); } else { - x_566 = x_565; + x_309 = x_304; } -lean_ctor_set(x_566, 0, x_564); -return x_566; +lean_ctor_set(x_309, 0, x_308); +return x_309; } else { -lean_object* x_567; lean_object* x_568; -x_567 = lean_ctor_get(x_563, 0); -lean_inc(x_567); -lean_dec(x_563); -if (lean_is_scalar(x_561)) { - x_568 = lean_alloc_ctor(1, 1, 0); +lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; +lean_dec(x_304); +x_310 = lean_ctor_get(x_306, 0); +lean_inc(x_310); +if (lean_is_exclusive(x_306)) { + lean_ctor_release(x_306, 0); + x_311 = x_306; +} else { + lean_dec_ref(x_306); + x_311 = lean_box(0); +} +x_312 = l_Lean_Json_getBool_x3f(x_310); +lean_dec(x_310); +x_313 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_312, x_2); +lean_dec(x_2); +if (lean_obj_tag(x_313) == 0) +{ +lean_object* x_314; lean_object* x_315; lean_object* x_316; +lean_dec(x_311); +lean_dec(x_303); +lean_dec(x_295); +lean_dec(x_288); +lean_dec(x_287); +lean_dec(x_280); +lean_dec(x_268); +x_314 = lean_ctor_get(x_313, 0); +lean_inc(x_314); +if (lean_is_exclusive(x_313)) { + lean_ctor_release(x_313, 0); + x_315 = x_313; } else { - x_568 = x_561; + lean_dec_ref(x_313); + x_315 = lean_box(0); } -lean_ctor_set(x_568, 0, x_567); -x_540 = x_568; -goto block_557; +if (lean_is_scalar(x_315)) { + x_316 = lean_alloc_ctor(0, 1, 0); +} else { + x_316 = x_315; } +lean_ctor_set(x_316, 0, x_314); +return x_316; } -block_557: -{ -lean_object* x_541; -x_541 = lean_ctor_get(x_5, 6); -lean_inc(x_541); -lean_dec(x_5); -if (lean_obj_tag(x_541) == 0) +else { -lean_object* x_542; lean_object* x_543; lean_object* x_544; -lean_dec(x_2); -x_542 = lean_box(0); -x_543 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_543, 0, x_19); -lean_ctor_set(x_543, 1, x_272); -lean_ctor_set(x_543, 2, x_530); -lean_ctor_set(x_543, 3, x_537); -lean_ctor_set(x_543, 4, x_539); -lean_ctor_set(x_543, 5, x_540); -lean_ctor_set(x_543, 6, x_542); -if (lean_is_scalar(x_538)) { - x_544 = lean_alloc_ctor(1, 1, 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; +x_317 = lean_ctor_get(x_313, 0); +lean_inc(x_317); +if (lean_is_exclusive(x_313)) { + lean_ctor_release(x_313, 0); + x_318 = x_313; } else { - x_544 = x_538; + lean_dec_ref(x_313); + x_318 = lean_box(0); +} +if (lean_is_scalar(x_311)) { + x_319 = lean_alloc_ctor(1, 1, 0); +} else { + x_319 = x_311; +} +lean_ctor_set(x_319, 0, x_317); +x_320 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_320, 0, x_268); +lean_ctor_set(x_320, 1, x_280); +lean_ctor_set(x_320, 2, x_287); +x_321 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_321, 0, x_320); +lean_ctor_set(x_321, 1, x_288); +lean_ctor_set(x_321, 2, x_295); +lean_ctor_set(x_321, 3, x_303); +lean_ctor_set(x_321, 4, x_305); +lean_ctor_set(x_321, 5, x_319); +if (lean_is_scalar(x_318)) { + x_322 = lean_alloc_ctor(1, 1, 0); +} else { + x_322 = x_318; +} +lean_ctor_set(x_322, 0, x_321); +return x_322; +} } -lean_ctor_set(x_544, 0, x_543); -return x_544; } else { -lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; -lean_dec(x_538); -x_545 = lean_ctor_get(x_541, 0); -lean_inc(x_545); -if (lean_is_exclusive(x_541)) { - lean_ctor_release(x_541, 0); - x_546 = x_541; +lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; +x_323 = lean_ctor_get(x_298, 0); +lean_inc(x_323); +lean_dec(x_298); +x_324 = lean_ctor_get(x_302, 0); +lean_inc(x_324); +if (lean_is_exclusive(x_302)) { + lean_ctor_release(x_302, 0); + x_325 = x_302; } else { - lean_dec_ref(x_541); - x_546 = lean_box(0); + lean_dec_ref(x_302); + x_325 = lean_box(0); } -x_547 = l_Lean_Json_getBool_x3f(x_545); -lean_dec(x_545); -x_548 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_547, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_548) == 0) +x_326 = l_Lean_Json_getBool_x3f(x_324); +lean_dec(x_324); +x_327 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_326, x_2); +if (lean_obj_tag(x_327) == 0) { -lean_object* x_549; lean_object* x_550; lean_object* x_551; -lean_dec(x_546); -lean_dec(x_540); -lean_dec(x_539); -lean_dec(x_537); -lean_dec(x_530); -lean_dec(x_272); -lean_dec(x_19); -x_549 = lean_ctor_get(x_548, 0); -lean_inc(x_549); -if (lean_is_exclusive(x_548)) { - lean_ctor_release(x_548, 0); - x_550 = x_548; +lean_object* x_328; lean_object* x_329; lean_object* x_330; +lean_dec(x_325); +lean_dec(x_323); +lean_dec(x_295); +lean_dec(x_288); +lean_dec(x_287); +lean_dec(x_280); +lean_dec(x_268); +lean_dec(x_254); +lean_dec(x_2); +x_328 = lean_ctor_get(x_327, 0); +lean_inc(x_328); +if (lean_is_exclusive(x_327)) { + lean_ctor_release(x_327, 0); + x_329 = x_327; } else { - lean_dec_ref(x_548); - x_550 = lean_box(0); + lean_dec_ref(x_327); + x_329 = lean_box(0); } -if (lean_is_scalar(x_550)) { - x_551 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_329)) { + x_330 = lean_alloc_ctor(0, 1, 0); } else { - x_551 = x_550; + x_330 = x_329; } -lean_ctor_set(x_551, 0, x_549); -return x_551; +lean_ctor_set(x_330, 0, x_328); +return x_330; } else { -lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; -x_552 = lean_ctor_get(x_548, 0); -lean_inc(x_552); -if (lean_is_exclusive(x_548)) { - lean_ctor_release(x_548, 0); - x_553 = x_548; -} else { - lean_dec_ref(x_548); - x_553 = lean_box(0); -} -if (lean_is_scalar(x_546)) { - x_554 = lean_alloc_ctor(1, 1, 0); +lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; +x_331 = lean_ctor_get(x_327, 0); +lean_inc(x_331); +if (lean_is_exclusive(x_327)) { + lean_ctor_release(x_327, 0); + x_332 = x_327; } else { - x_554 = x_546; + lean_dec_ref(x_327); + x_332 = lean_box(0); } -lean_ctor_set(x_554, 0, x_552); -x_555 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_555, 0, x_19); -lean_ctor_set(x_555, 1, x_272); -lean_ctor_set(x_555, 2, x_530); -lean_ctor_set(x_555, 3, x_537); -lean_ctor_set(x_555, 4, x_539); -lean_ctor_set(x_555, 5, x_540); -lean_ctor_set(x_555, 6, x_554); -if (lean_is_scalar(x_553)) { - x_556 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_325)) { + x_333 = lean_alloc_ctor(1, 1, 0); } else { - x_556 = x_553; -} -lean_ctor_set(x_556, 0, x_555); -return x_556; -} -} -} -} -} -} -} -} -} -} -} -} -else -{ -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_dec(x_5); -lean_dec(x_2); -x_647 = lean_unsigned_to_nat(80u); -x_648 = l_Lean_Json_pretty(x_6, x_647); -x_649 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_650 = lean_string_append(x_649, x_648); -lean_dec(x_648); -x_651 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_652 = lean_string_append(x_650, x_651); -lean_ctor_set_tag(x_3, 0); -lean_ctor_set(x_3, 0, x_652); -return x_3; -} + x_333 = x_325; } -else -{ -lean_object* x_653; lean_object* x_654; -x_653 = lean_ctor_get(x_3, 0); -lean_inc(x_653); -lean_dec(x_3); -x_654 = lean_ctor_get(x_653, 0); -lean_inc(x_654); -if (lean_obj_tag(x_654) == 4) -{ -lean_object* x_655; lean_object* x_656; size_t x_657; size_t x_658; lean_object* x_659; lean_object* x_660; lean_object* x_661; size_t x_662; lean_object* x_663; -x_655 = lean_ctor_get(x_654, 0); -lean_inc(x_655); -lean_dec(x_654); -x_656 = lean_array_get_size(x_655); -x_657 = lean_usize_of_nat(x_656); -lean_dec(x_656); -x_658 = 0; -x_659 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_657, x_658, x_655); -x_660 = lean_ctor_get(x_659, 0); -lean_inc(x_660); -lean_dec(x_659); -x_661 = lean_array_get_size(x_660); -x_662 = lean_usize_of_nat(x_661); -lean_dec(x_661); -lean_inc(x_2); -x_663 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_662, x_658, x_660, x_2); -if (lean_obj_tag(x_663) == 0) +lean_ctor_set(x_333, 0, x_331); +x_334 = lean_ctor_get(x_254, 7); +lean_inc(x_334); +lean_dec(x_254); +if (lean_obj_tag(x_334) == 0) { -lean_object* x_664; lean_object* x_665; lean_object* x_666; -lean_dec(x_653); +lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_dec(x_2); -x_664 = lean_ctor_get(x_663, 0); -lean_inc(x_664); -if (lean_is_exclusive(x_663)) { - lean_ctor_release(x_663, 0); - x_665 = x_663; -} else { - lean_dec_ref(x_663); - x_665 = lean_box(0); -} -if (lean_is_scalar(x_665)) { - x_666 = lean_alloc_ctor(0, 1, 0); +x_335 = lean_box(0); +x_336 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_336, 0, x_268); +lean_ctor_set(x_336, 1, x_280); +lean_ctor_set(x_336, 2, x_287); +x_337 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_337, 0, x_336); +lean_ctor_set(x_337, 1, x_288); +lean_ctor_set(x_337, 2, x_295); +lean_ctor_set(x_337, 3, x_323); +lean_ctor_set(x_337, 4, x_333); +lean_ctor_set(x_337, 5, x_335); +if (lean_is_scalar(x_332)) { + x_338 = lean_alloc_ctor(1, 1, 0); } else { - x_666 = x_665; + x_338 = x_332; } -lean_ctor_set(x_666, 0, x_664); -return x_666; +lean_ctor_set(x_338, 0, x_337); +return x_338; } else { -lean_object* x_667; lean_object* x_668; lean_object* x_669; -x_667 = lean_ctor_get(x_663, 0); -lean_inc(x_667); -lean_dec(x_663); -x_668 = lean_ctor_get(x_653, 1); -lean_inc(x_668); -x_669 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_668); -if (lean_obj_tag(x_669) == 0) -{ -lean_object* x_670; lean_object* x_671; lean_object* x_672; -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_670 = lean_ctor_get(x_669, 0); -lean_inc(x_670); -if (lean_is_exclusive(x_669)) { - lean_ctor_release(x_669, 0); - x_671 = x_669; -} else { - lean_dec_ref(x_669); - x_671 = lean_box(0); -} -if (lean_is_scalar(x_671)) { - x_672 = lean_alloc_ctor(0, 1, 0); +lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; +lean_dec(x_332); +x_339 = lean_ctor_get(x_334, 0); +lean_inc(x_339); +if (lean_is_exclusive(x_334)) { + lean_ctor_release(x_334, 0); + x_340 = x_334; } else { - x_672 = x_671; -} -lean_ctor_set(x_672, 0, x_670); -return x_672; + lean_dec_ref(x_334); + x_340 = lean_box(0); } -else -{ -lean_object* x_673; lean_object* x_674; lean_object* x_675; -x_673 = lean_ctor_get(x_669, 0); -lean_inc(x_673); -lean_dec(x_669); -x_674 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; -lean_inc(x_2); -x_675 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_674, x_673, x_2); -if (lean_obj_tag(x_675) == 0) -{ -lean_object* x_676; lean_object* x_677; lean_object* x_678; -lean_dec(x_667); -lean_dec(x_653); +x_341 = l_Lean_Json_getBool_x3f(x_339); +lean_dec(x_339); +x_342 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_341, x_2); lean_dec(x_2); -x_676 = lean_ctor_get(x_675, 0); -lean_inc(x_676); -if (lean_is_exclusive(x_675)) { - lean_ctor_release(x_675, 0); - x_677 = x_675; +if (lean_obj_tag(x_342) == 0) +{ +lean_object* x_343; lean_object* x_344; lean_object* x_345; +lean_dec(x_340); +lean_dec(x_333); +lean_dec(x_323); +lean_dec(x_295); +lean_dec(x_288); +lean_dec(x_287); +lean_dec(x_280); +lean_dec(x_268); +x_343 = lean_ctor_get(x_342, 0); +lean_inc(x_343); +if (lean_is_exclusive(x_342)) { + lean_ctor_release(x_342, 0); + x_344 = x_342; } else { - lean_dec_ref(x_675); - x_677 = lean_box(0); + lean_dec_ref(x_342); + x_344 = lean_box(0); } -if (lean_is_scalar(x_677)) { - x_678 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_344)) { + x_345 = lean_alloc_ctor(0, 1, 0); } else { - x_678 = x_677; + x_345 = x_344; } -lean_ctor_set(x_678, 0, x_676); -return x_678; +lean_ctor_set(x_345, 0, x_343); +return x_345; } else { -lean_object* x_679; -x_679 = lean_ctor_get(x_653, 2); -lean_inc(x_679); -if (lean_obj_tag(x_679) == 0) -{ -lean_object* x_680; lean_object* x_681; lean_object* x_682; lean_object* x_683; lean_object* x_684; lean_object* x_685; -x_680 = lean_ctor_get(x_675, 0); -lean_inc(x_680); -if (lean_is_exclusive(x_675)) { - lean_ctor_release(x_675, 0); - x_681 = x_675; +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_346 = lean_ctor_get(x_342, 0); +lean_inc(x_346); +if (lean_is_exclusive(x_342)) { + lean_ctor_release(x_342, 0); + x_347 = x_342; } else { - lean_dec_ref(x_675); - x_681 = lean_box(0); + lean_dec_ref(x_342); + x_347 = lean_box(0); } -x_682 = lean_box(0); -x_683 = lean_ctor_get(x_653, 3); -lean_inc(x_683); -x_684 = l_Lean_Json_getStr_x3f(x_683); -lean_dec(x_683); -x_685 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_684, x_2); -if (lean_obj_tag(x_685) == 0) -{ -lean_object* x_686; lean_object* x_687; lean_object* x_688; -lean_dec(x_681); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_686 = lean_ctor_get(x_685, 0); -lean_inc(x_686); -if (lean_is_exclusive(x_685)) { - lean_ctor_release(x_685, 0); - x_687 = x_685; +if (lean_is_scalar(x_340)) { + x_348 = lean_alloc_ctor(1, 1, 0); } else { - lean_dec_ref(x_685); - x_687 = lean_box(0); + x_348 = x_340; } -if (lean_is_scalar(x_687)) { - x_688 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_348, 0, x_346); +x_349 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_349, 0, x_268); +lean_ctor_set(x_349, 1, x_280); +lean_ctor_set(x_349, 2, x_287); +x_350 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_350, 0, x_349); +lean_ctor_set(x_350, 1, x_288); +lean_ctor_set(x_350, 2, x_295); +lean_ctor_set(x_350, 3, x_323); +lean_ctor_set(x_350, 4, x_333); +lean_ctor_set(x_350, 5, x_348); +if (lean_is_scalar(x_347)) { + x_351 = lean_alloc_ctor(1, 1, 0); } else { - x_688 = x_687; + x_351 = x_347; } -lean_ctor_set(x_688, 0, x_686); -return x_688; +lean_ctor_set(x_351, 0, x_350); +return x_351; } -else -{ -lean_object* x_689; lean_object* x_690; lean_object* x_691; lean_object* x_720; -x_689 = lean_ctor_get(x_685, 0); -lean_inc(x_689); -if (lean_is_exclusive(x_685)) { - lean_ctor_release(x_685, 0); - x_690 = x_685; -} else { - lean_dec_ref(x_685); - x_690 = lean_box(0); } -x_720 = lean_ctor_get(x_653, 4); -lean_inc(x_720); -if (lean_obj_tag(x_720) == 0) -{ -lean_object* x_721; lean_object* x_738; -lean_dec(x_690); -x_738 = lean_ctor_get(x_653, 5); -lean_inc(x_738); -if (lean_obj_tag(x_738) == 0) -{ -x_721 = x_682; -goto block_737; } -else -{ -lean_object* x_739; lean_object* x_740; lean_object* x_741; lean_object* x_742; -x_739 = lean_ctor_get(x_738, 0); -lean_inc(x_739); -if (lean_is_exclusive(x_738)) { - lean_ctor_release(x_738, 0); - x_740 = x_738; -} else { - lean_dec_ref(x_738); - x_740 = lean_box(0); } -x_741 = l_Lean_Json_getBool_x3f(x_739); -lean_dec(x_739); -x_742 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_741, x_2); -if (lean_obj_tag(x_742) == 0) -{ -lean_object* x_743; lean_object* x_744; lean_object* x_745; -lean_dec(x_740); -lean_dec(x_689); -lean_dec(x_681); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_743 = lean_ctor_get(x_742, 0); -lean_inc(x_743); -if (lean_is_exclusive(x_742)) { - lean_ctor_release(x_742, 0); - x_744 = x_742; -} else { - lean_dec_ref(x_742); - x_744 = lean_box(0); } -if (lean_is_scalar(x_744)) { - x_745 = lean_alloc_ctor(0, 1, 0); -} else { - x_745 = x_744; } -lean_ctor_set(x_745, 0, x_743); -return x_745; } -else -{ -lean_object* x_746; lean_object* x_747; -x_746 = lean_ctor_get(x_742, 0); -lean_inc(x_746); -lean_dec(x_742); -if (lean_is_scalar(x_740)) { - x_747 = lean_alloc_ctor(1, 1, 0); -} else { - x_747 = x_740; } -lean_ctor_set(x_747, 0, x_746); -x_721 = x_747; -goto block_737; } } -block_737: -{ -lean_object* x_722; -x_722 = lean_ctor_get(x_653, 6); -lean_inc(x_722); -lean_dec(x_653); -if (lean_obj_tag(x_722) == 0) -{ -lean_object* x_723; lean_object* x_724; -lean_dec(x_2); -x_723 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_723, 0, x_667); -lean_ctor_set(x_723, 1, x_680); -lean_ctor_set(x_723, 2, x_682); -lean_ctor_set(x_723, 3, x_689); -lean_ctor_set(x_723, 4, x_682); -lean_ctor_set(x_723, 5, x_721); -lean_ctor_set(x_723, 6, x_682); -if (lean_is_scalar(x_681)) { - x_724 = lean_alloc_ctor(1, 1, 0); -} else { - x_724 = x_681; -} -lean_ctor_set(x_724, 0, x_723); -return x_724; -} -else -{ -lean_object* x_725; lean_object* x_726; lean_object* x_727; lean_object* x_728; -lean_dec(x_681); -x_725 = lean_ctor_get(x_722, 0); -lean_inc(x_725); -if (lean_is_exclusive(x_722)) { - lean_ctor_release(x_722, 0); - x_726 = x_722; -} else { - lean_dec_ref(x_722); - x_726 = lean_box(0); -} -x_727 = l_Lean_Json_getBool_x3f(x_725); -lean_dec(x_725); -x_728 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_727, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_728) == 0) -{ -lean_object* x_729; lean_object* x_730; lean_object* x_731; -lean_dec(x_726); -lean_dec(x_721); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -x_729 = lean_ctor_get(x_728, 0); -lean_inc(x_729); -if (lean_is_exclusive(x_728)) { - lean_ctor_release(x_728, 0); - x_730 = x_728; -} else { - lean_dec_ref(x_728); - x_730 = lean_box(0); } -if (lean_is_scalar(x_730)) { - x_731 = lean_alloc_ctor(0, 1, 0); -} else { - x_731 = x_730; } -lean_ctor_set(x_731, 0, x_729); -return x_731; } else { -lean_object* x_732; lean_object* x_733; lean_object* x_734; lean_object* x_735; lean_object* x_736; -x_732 = lean_ctor_get(x_728, 0); -lean_inc(x_732); -if (lean_is_exclusive(x_728)) { - lean_ctor_release(x_728, 0); - x_733 = x_728; -} else { - lean_dec_ref(x_728); - x_733 = lean_box(0); -} -if (lean_is_scalar(x_726)) { - x_734 = lean_alloc_ctor(1, 1, 0); -} else { - x_734 = x_726; -} -lean_ctor_set(x_734, 0, x_732); -x_735 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_735, 0, x_667); -lean_ctor_set(x_735, 1, x_680); -lean_ctor_set(x_735, 2, x_682); -lean_ctor_set(x_735, 3, x_689); -lean_ctor_set(x_735, 4, x_682); -lean_ctor_set(x_735, 5, x_721); -lean_ctor_set(x_735, 6, x_734); -if (lean_is_scalar(x_733)) { - x_736 = lean_alloc_ctor(1, 1, 0); -} else { - x_736 = x_733; -} -lean_ctor_set(x_736, 0, x_735); -return x_736; +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_dec(x_254); +lean_dec(x_2); +x_386 = lean_unsigned_to_nat(80u); +x_387 = l_Lean_Json_pretty(x_255, x_386); +x_388 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_389 = lean_string_append(x_388, x_387); +lean_dec(x_387); +x_390 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_391 = lean_string_append(x_389, x_390); +x_392 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_392, 0, x_391); +return x_392; } } } } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_748; lean_object* x_749; lean_object* x_750; -lean_dec(x_681); -x_748 = lean_ctor_get(x_720, 0); -lean_inc(x_748); -if (lean_is_exclusive(x_720)) { - lean_ctor_release(x_720, 0); - x_749 = x_720; -} else { - lean_dec_ref(x_720); - x_749 = lean_box(0); +size_t x_5; size_t x_6; lean_object* x_7; +x_5 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_6 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_5, x_6, x_3, x_4); +return x_7; +} } -x_750 = l_Lean_Json_getStr_x3f(x_748); -if (lean_obj_tag(x_750) == 0) +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; -lean_dec(x_748); -x_751 = lean_ctor_get(x_750, 0); -lean_inc(x_751); -if (lean_is_exclusive(x_750)) { - lean_ctor_release(x_750, 0); - x_752 = x_750; -} else { - lean_dec_ref(x_750); - x_752 = lean_box(0); +lean_object* x_3; +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(x_1, x_2); +lean_dec(x_2); +return x_3; } -if (lean_is_scalar(x_752)) { - x_753 = lean_alloc_ctor(0, 1, 0); -} else { - x_753 = x_752; } -lean_ctor_set(x_753, 0, x_751); -x_754 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_753, x_2); -if (lean_obj_tag(x_754) == 0) +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_755; lean_object* x_756; lean_object* x_757; -lean_dec(x_749); -lean_dec(x_690); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); +lean_object* x_3; +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__3(x_1, x_2); lean_dec(x_2); -x_755 = lean_ctor_get(x_754, 0); -lean_inc(x_755); -if (lean_is_exclusive(x_754)) { - lean_ctor_release(x_754, 0); - x_756 = x_754; -} else { - lean_dec_ref(x_754); - x_756 = lean_box(0); -} -if (lean_is_scalar(x_756)) { - x_757 = lean_alloc_ctor(0, 1, 0); -} else { - x_757 = x_756; +return x_3; } -lean_ctor_set(x_757, 0, x_755); -return x_757; } -else +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_758; lean_object* x_759; -x_758 = lean_ctor_get(x_754, 0); -lean_inc(x_758); -lean_dec(x_754); -if (lean_is_scalar(x_749)) { - x_759 = lean_alloc_ctor(1, 1, 0); -} else { - x_759 = x_749; -} -lean_ctor_set(x_759, 0, x_758); -x_691 = x_759; -goto block_719; +lean_object* x_3; +x_3 = l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(x_1, x_2); +lean_dec(x_1); +return x_3; } } -else +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__1() { +_start: { -lean_object* x_760; lean_object* x_761; lean_object* x_762; uint8_t x_763; -x_760 = lean_ctor_get(x_750, 0); -lean_inc(x_760); -if (lean_is_exclusive(x_750)) { - lean_ctor_release(x_750, 0); - x_761 = x_750; -} else { - lean_dec_ref(x_750); - x_761 = lean_box(0); +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_), 2, 0); +return x_1; } -x_762 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_763 = lean_string_dec_eq(x_760, x_762); -if (x_763 == 0) -{ -lean_object* x_764; lean_object* x_765; lean_object* x_766; -x_764 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_765 = lean_string_append(x_764, x_760); -lean_dec(x_760); -x_766 = l_Lean_Syntax_decodeNameLit(x_765); -if (lean_obj_tag(x_766) == 0) -{ -lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; lean_object* x_773; lean_object* x_774; -x_767 = lean_unsigned_to_nat(80u); -x_768 = l_Lean_Json_pretty(x_748, x_767); -x_769 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_770 = lean_string_append(x_769, x_768); -lean_dec(x_768); -x_771 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_772 = lean_string_append(x_770, x_771); -if (lean_is_scalar(x_761)) { - x_773 = lean_alloc_ctor(0, 1, 0); -} else { - x_773 = x_761; - lean_ctor_set_tag(x_773, 0); } -lean_ctor_set(x_773, 0, x_772); -x_774 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_773, x_2); -if (lean_obj_tag(x_774) == 0) +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__2() { +_start: { -lean_object* x_775; lean_object* x_776; lean_object* x_777; -lean_dec(x_749); -lean_dec(x_690); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_775 = lean_ctor_get(x_774, 0); -lean_inc(x_775); -if (lean_is_exclusive(x_774)) { - lean_ctor_release(x_774, 0); - x_776 = x_774; -} else { - lean_dec_ref(x_774); - x_776 = lean_box(0); -} -if (lean_is_scalar(x_776)) { - x_777 = lean_alloc_ctor(0, 1, 0); -} else { - x_777 = x_776; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____boxed), 2, 0); +return x_1; } -lean_ctor_set(x_777, 0, x_775); -return x_777; } -else +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3() { +_start: { -lean_object* x_778; lean_object* x_779; -x_778 = lean_ctor_get(x_774, 0); -lean_inc(x_778); -lean_dec(x_774); -if (lean_is_scalar(x_749)) { - x_779 = lean_alloc_ctor(1, 1, 0); -} else { - x_779 = x_749; -} -lean_ctor_set(x_779, 0, x_778); -x_691 = x_779; -goto block_719; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__1; +x_2 = l_Lean_Widget_instRpcEncodableInteractiveGoal___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; } } -else +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal() { +_start: { -lean_object* x_780; lean_object* x_781; lean_object* x_782; lean_object* x_783; -lean_dec(x_749); -lean_dec(x_748); -x_780 = lean_ctor_get(x_766, 0); -lean_inc(x_780); -if (lean_is_exclusive(x_766)) { - lean_ctor_release(x_766, 0); - x_781 = x_766; -} else { - lean_dec_ref(x_766); - x_781 = lean_box(0); +lean_object* x_1; +x_1 = l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3; +return x_1; } -if (lean_is_scalar(x_761)) { - x_782 = lean_alloc_ctor(1, 1, 0); -} else { - x_782 = x_761; } -lean_ctor_set(x_782, 0, x_780); -x_783 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_782, x_2); -if (lean_obj_tag(x_783) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1() { +_start: { -lean_object* x_784; lean_object* x_785; lean_object* x_786; -lean_dec(x_781); -lean_dec(x_690); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_784 = lean_ctor_get(x_783, 0); -lean_inc(x_784); -if (lean_is_exclusive(x_783)) { - lean_ctor_release(x_783, 0); - x_785 = x_783; -} else { - lean_dec_ref(x_783); - x_785 = lean_box(0); -} -if (lean_is_scalar(x_785)) { - x_786 = lean_alloc_ctor(0, 1, 0); -} else { - x_786 = x_785; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15; +x_2 = lean_unsigned_to_nat(2537u); +x_3 = l_Lean_Name_num___override(x_1, x_2); +return x_3; } -lean_ctor_set(x_786, 0, x_784); -return x_786; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__2() { +_start: { -lean_object* x_787; lean_object* x_788; -x_787 = lean_ctor_get(x_783, 0); -lean_inc(x_787); -lean_dec(x_783); -if (lean_is_scalar(x_781)) { - x_788 = lean_alloc_ctor(1, 1, 0); -} else { - x_788 = x_781; +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } -lean_ctor_set(x_788, 0, x_787); -x_691 = x_788; -goto block_719; } +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__2; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else -{ -lean_object* x_789; lean_object* x_790; -lean_dec(x_761); -lean_dec(x_760); -lean_dec(x_748); -x_789 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_790 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_789, x_2); -if (lean_obj_tag(x_790) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4() { +_start: { -lean_object* x_791; lean_object* x_792; lean_object* x_793; -lean_dec(x_749); -lean_dec(x_690); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_791 = lean_ctor_get(x_790, 0); -lean_inc(x_791); -if (lean_is_exclusive(x_790)) { - lean_ctor_release(x_790, 0); - x_792 = x_790; -} else { - lean_dec_ref(x_790); - x_792 = lean_box(0); -} -if (lean_is_scalar(x_792)) { - x_793 = lean_alloc_ctor(0, 1, 0); -} else { - x_793 = x_792; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_793, 0, x_791); -return x_793; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__5() { +_start: { -lean_object* x_794; lean_object* x_795; -x_794 = lean_ctor_get(x_790, 0); -lean_inc(x_794); -lean_dec(x_790); -if (lean_is_scalar(x_749)) { - x_795 = lean_alloc_ctor(1, 1, 0); -} else { - x_795 = x_749; -} -lean_ctor_set(x_795, 0, x_794); -x_691 = x_795; -goto block_719; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -block_719: -{ -lean_object* x_692; lean_object* x_709; -x_709 = lean_ctor_get(x_653, 5); -lean_inc(x_709); -if (lean_obj_tag(x_709) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__7() { +_start: { -x_692 = x_682; -goto block_708; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -else -{ -lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; -x_710 = lean_ctor_get(x_709, 0); -lean_inc(x_710); -if (lean_is_exclusive(x_709)) { - lean_ctor_release(x_709, 0); - x_711 = x_709; -} else { - lean_dec_ref(x_709); - x_711 = lean_box(0); } -x_712 = l_Lean_Json_getBool_x3f(x_710); -lean_dec(x_710); -x_713 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_712, x_2); -if (lean_obj_tag(x_713) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8() { +_start: { -lean_object* x_714; lean_object* x_715; lean_object* x_716; -lean_dec(x_711); -lean_dec(x_691); -lean_dec(x_690); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_714 = lean_ctor_get(x_713, 0); -lean_inc(x_714); -if (lean_is_exclusive(x_713)) { - lean_ctor_release(x_713, 0); - x_715 = x_713; -} else { - lean_dec_ref(x_713); - x_715 = lean_box(0); -} -if (lean_is_scalar(x_715)) { - x_716 = lean_alloc_ctor(0, 1, 0); -} else { - x_716 = x_715; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_716, 0, x_714); -return x_716; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__9() { +_start: { -lean_object* x_717; lean_object* x_718; -x_717 = lean_ctor_get(x_713, 0); -lean_inc(x_717); -lean_dec(x_713); -if (lean_is_scalar(x_711)) { - x_718 = lean_alloc_ctor(1, 1, 0); -} else { - x_718 = x_711; -} -lean_ctor_set(x_718, 0, x_717); -x_692 = x_718; -goto block_708; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -block_708: -{ -lean_object* x_693; -x_693 = lean_ctor_get(x_653, 6); -lean_inc(x_693); -lean_dec(x_653); -if (lean_obj_tag(x_693) == 0) -{ -lean_object* x_694; lean_object* x_695; -lean_dec(x_2); -x_694 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_694, 0, x_667); -lean_ctor_set(x_694, 1, x_680); -lean_ctor_set(x_694, 2, x_682); -lean_ctor_set(x_694, 3, x_689); -lean_ctor_set(x_694, 4, x_691); -lean_ctor_set(x_694, 5, x_692); -lean_ctor_set(x_694, 6, x_682); -if (lean_is_scalar(x_690)) { - x_695 = lean_alloc_ctor(1, 1, 0); -} else { - x_695 = x_690; -} -lean_ctor_set(x_695, 0, x_694); -return x_695; -} -else -{ -lean_object* x_696; lean_object* x_697; lean_object* x_698; lean_object* x_699; -lean_dec(x_690); -x_696 = lean_ctor_get(x_693, 0); -lean_inc(x_696); -if (lean_is_exclusive(x_693)) { - lean_ctor_release(x_693, 0); - x_697 = x_693; -} else { - lean_dec_ref(x_693); - x_697 = lean_box(0); -} -x_698 = l_Lean_Json_getBool_x3f(x_696); -lean_dec(x_696); -x_699 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_698, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_699) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10() { +_start: { -lean_object* x_700; lean_object* x_701; lean_object* x_702; -lean_dec(x_697); -lean_dec(x_692); -lean_dec(x_691); -lean_dec(x_689); -lean_dec(x_680); -lean_dec(x_667); -x_700 = lean_ctor_get(x_699, 0); -lean_inc(x_700); -if (lean_is_exclusive(x_699)) { - lean_ctor_release(x_699, 0); - x_701 = x_699; -} else { - lean_dec_ref(x_699); - x_701 = lean_box(0); -} -if (lean_is_scalar(x_701)) { - x_702 = lean_alloc_ctor(0, 1, 0); -} else { - x_702 = x_701; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("range", 5); +return x_1; } -lean_ctor_set(x_702, 0, x_700); -return x_702; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__11() { +_start: { -lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; -x_703 = lean_ctor_get(x_699, 0); -lean_inc(x_703); -if (lean_is_exclusive(x_699)) { - lean_ctor_release(x_699, 0); - x_704 = x_699; -} else { - lean_dec_ref(x_699); - x_704 = lean_box(0); -} -if (lean_is_scalar(x_697)) { - x_705 = lean_alloc_ctor(1, 1, 0); -} else { - x_705 = x_697; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } -lean_ctor_set(x_705, 0, x_703); -x_706 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_706, 0, x_667); -lean_ctor_set(x_706, 1, x_680); -lean_ctor_set(x_706, 2, x_682); -lean_ctor_set(x_706, 3, x_689); -lean_ctor_set(x_706, 4, x_691); -lean_ctor_set(x_706, 5, x_692); -lean_ctor_set(x_706, 6, x_705); -if (lean_is_scalar(x_704)) { - x_707 = lean_alloc_ctor(1, 1, 0); -} else { - x_707 = x_704; } -lean_ctor_set(x_707, 0, x_706); -return x_707; +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__11; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } } +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15() { +_start: { -lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; -x_796 = lean_ctor_get(x_675, 0); -lean_inc(x_796); -lean_dec(x_675); -x_797 = lean_ctor_get(x_679, 0); -lean_inc(x_797); -if (lean_is_exclusive(x_679)) { - lean_ctor_release(x_679, 0); - x_798 = x_679; -} else { - lean_dec_ref(x_679); - x_798 = lean_box(0); +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("term", 4); +return x_1; } -x_799 = l_Lean_Json_getStr_x3f(x_797); -lean_dec(x_797); -x_800 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_799, x_2); -if (lean_obj_tag(x_800) == 0) -{ -lean_object* x_801; lean_object* x_802; lean_object* x_803; -lean_dec(x_798); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_801 = lean_ctor_get(x_800, 0); -lean_inc(x_801); -if (lean_is_exclusive(x_800)) { - lean_ctor_release(x_800, 0); - x_802 = x_800; -} else { - lean_dec_ref(x_800); - x_802 = lean_box(0); } -if (lean_is_scalar(x_802)) { - x_803 = lean_alloc_ctor(0, 1, 0); -} else { - x_803 = x_802; +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } -lean_ctor_set(x_803, 0, x_801); -return x_803; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__17() { +_start: { -lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; -x_804 = lean_ctor_get(x_800, 0); -lean_inc(x_804); -if (lean_is_exclusive(x_800)) { - lean_ctor_release(x_800, 0); - x_805 = x_800; -} else { - lean_dec_ref(x_800); - x_805 = lean_box(0); +lean_object* x_1; uint8_t x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__16; +x_2 = 1; +x_3 = l_Lean_Name_toString(x_1, x_2); +return x_3; } -if (lean_is_scalar(x_798)) { - x_806 = lean_alloc_ctor(1, 1, 0); -} else { - x_806 = x_798; } -lean_ctor_set(x_806, 0, x_804); -x_807 = lean_ctor_get(x_653, 3); -lean_inc(x_807); -x_808 = l_Lean_Json_getStr_x3f(x_807); -lean_dec(x_807); -x_809 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_808, x_2); -if (lean_obj_tag(x_809) == 0) +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__18() { +_start: { -lean_object* x_810; lean_object* x_811; lean_object* x_812; -lean_dec(x_806); -lean_dec(x_805); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_810 = lean_ctor_get(x_809, 0); -lean_inc(x_810); -if (lean_is_exclusive(x_809)) { - lean_ctor_release(x_809, 0); - x_811 = x_809; -} else { - lean_dec_ref(x_809); - x_811 = lean_box(0); -} -if (lean_is_scalar(x_811)) { - x_812 = lean_alloc_ctor(0, 1, 0); -} else { - x_812 = x_811; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__17; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -lean_ctor_set(x_812, 0, x_810); -return x_812; } -else +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__19() { +_start: { -lean_object* x_813; lean_object* x_814; lean_object* x_815; lean_object* x_846; -x_813 = lean_ctor_get(x_809, 0); -lean_inc(x_813); -if (lean_is_exclusive(x_809)) { - lean_ctor_release(x_809, 0); - x_814 = x_809; -} else { - lean_dec_ref(x_809); - x_814 = lean_box(0); +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__18; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; +x_3 = lean_string_append(x_1, x_2); +return x_3; } -x_846 = lean_ctor_get(x_653, 4); -lean_inc(x_846); -if (lean_obj_tag(x_846) == 0) -{ -lean_object* x_847; lean_object* x_848; lean_object* x_865; -lean_dec(x_814); -x_847 = lean_box(0); -x_865 = lean_ctor_get(x_653, 5); -lean_inc(x_865); -if (lean_obj_tag(x_865) == 0) -{ -x_848 = x_847; -goto block_864; } -else +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609_(lean_object* x_1) { +_start: { -lean_object* x_866; lean_object* x_867; lean_object* x_868; lean_object* x_869; -x_866 = lean_ctor_get(x_865, 0); -lean_inc(x_866); -if (lean_is_exclusive(x_865)) { - lean_ctor_release(x_865, 0); - x_867 = x_865; -} else { - lean_dec_ref(x_865); - x_867 = lean_box(0); -} -x_868 = l_Lean_Json_getBool_x3f(x_866); -lean_dec(x_866); -x_869 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_868, x_2); -if (lean_obj_tag(x_869) == 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; 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_1514____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_1743____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_184____closed__30; +x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_1514____closed__11; +x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_2609____closed__10; +x_12 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_2609____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_1743____spec__2(x_1, x_14); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_870; lean_object* x_871; lean_object* x_872; -lean_dec(x_867); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_805); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_870 = lean_ctor_get(x_869, 0); -lean_inc(x_870); -if (lean_is_exclusive(x_869)) { - lean_ctor_release(x_869, 0); - x_871 = x_869; -} else { - lean_dec_ref(x_869); - x_871 = lean_box(0); -} -if (lean_is_scalar(x_871)) { - x_872 = lean_alloc_ctor(0, 1, 0); -} else { - x_872 = x_871; -} -lean_ctor_set(x_872, 0, x_870); -return x_872; +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_18, 0, x_4); +lean_ctor_set(x_18, 1, x_7); +lean_ctor_set(x_18, 2, x_10); +lean_ctor_set(x_18, 3, x_13); +lean_ctor_set(x_18, 4, x_17); +lean_ctor_set(x_15, 0, x_18); +return x_15; } else { -lean_object* x_873; lean_object* x_874; -x_873 = lean_ctor_get(x_869, 0); -lean_inc(x_873); -lean_dec(x_869); -if (lean_is_scalar(x_867)) { - x_874 = lean_alloc_ctor(1, 1, 0); -} else { - x_874 = x_867; +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_20, 0, x_4); +lean_ctor_set(x_20, 1, x_7); +lean_ctor_set(x_20, 2, x_10); +lean_ctor_set(x_20, 3, x_13); +lean_ctor_set(x_20, 4, x_19); +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_20); +return x_21; } -lean_ctor_set(x_874, 0, x_873); -x_848 = x_874; -goto block_864; } } -block_864: -{ -lean_object* x_849; -x_849 = lean_ctor_get(x_653, 6); -lean_inc(x_849); -lean_dec(x_653); -if (lean_obj_tag(x_849) == 0) -{ -lean_object* x_850; lean_object* x_851; -lean_dec(x_2); -x_850 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_850, 0, x_667); -lean_ctor_set(x_850, 1, x_796); -lean_ctor_set(x_850, 2, x_806); -lean_ctor_set(x_850, 3, x_813); -lean_ctor_set(x_850, 4, x_847); -lean_ctor_set(x_850, 5, x_848); -lean_ctor_set(x_850, 6, x_847); -if (lean_is_scalar(x_805)) { - x_851 = lean_alloc_ctor(1, 1, 0); -} else { - x_851 = x_805; -} -lean_ctor_set(x_851, 0, x_850); -return x_851; -} -else -{ -lean_object* x_852; lean_object* x_853; lean_object* x_854; lean_object* x_855; -lean_dec(x_805); -x_852 = lean_ctor_get(x_849, 0); -lean_inc(x_852); -if (lean_is_exclusive(x_849)) { - lean_ctor_release(x_849, 0); - x_853 = x_849; -} else { - lean_dec_ref(x_849); - x_853 = lean_box(0); -} -x_854 = l_Lean_Json_getBool_x3f(x_852); -lean_dec(x_852); -x_855 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_854, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_855) == 0) +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____boxed(lean_object* x_1) { +_start: { -lean_object* x_856; lean_object* x_857; lean_object* x_858; -lean_dec(x_853); -lean_dec(x_848); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -x_856 = lean_ctor_get(x_855, 0); -lean_inc(x_856); -if (lean_is_exclusive(x_855)) { - lean_ctor_release(x_855, 0); - x_857 = x_855; -} else { - lean_dec_ref(x_855); - x_857 = lean_box(0); -} -if (lean_is_scalar(x_857)) { - x_858 = lean_alloc_ctor(0, 1, 0); -} else { - x_858 = x_857; +lean_object* x_2; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609_(x_1); +lean_dec(x_1); +return x_2; } -lean_ctor_set(x_858, 0, x_856); -return x_858; } -else +static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1() { +_start: { -lean_object* x_859; lean_object* x_860; lean_object* x_861; lean_object* x_862; lean_object* x_863; -x_859 = lean_ctor_get(x_855, 0); -lean_inc(x_859); -if (lean_is_exclusive(x_855)) { - lean_ctor_release(x_855, 0); - x_860 = x_855; -} else { - lean_dec_ref(x_855); - x_860 = lean_box(0); -} -if (lean_is_scalar(x_853)) { - x_861 = lean_alloc_ctor(1, 1, 0); -} else { - x_861 = x_853; -} -lean_ctor_set(x_861, 0, x_859); -x_862 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_862, 0, x_667); -lean_ctor_set(x_862, 1, x_796); -lean_ctor_set(x_862, 2, x_806); -lean_ctor_set(x_862, 3, x_813); -lean_ctor_set(x_862, 4, x_847); -lean_ctor_set(x_862, 5, x_848); -lean_ctor_set(x_862, 6, x_861); -if (lean_is_scalar(x_860)) { - x_863 = lean_alloc_ctor(1, 1, 0); -} else { - x_863 = x_860; -} -lean_ctor_set(x_863, 0, x_862); -return x_863; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____boxed), 1, 0); +return x_1; } } +static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__3() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1; +return x_1; } } -else +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925_(lean_object* x_1) { +_start: { -lean_object* x_875; lean_object* x_876; lean_object* x_877; -lean_dec(x_805); -x_875 = lean_ctor_get(x_846, 0); -lean_inc(x_875); -if (lean_is_exclusive(x_846)) { - lean_ctor_release(x_846, 0); - x_876 = x_846; -} else { - lean_dec_ref(x_846); - x_876 = lean_box(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; 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; +x_2 = lean_ctor_get(x_1, 0); +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___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1; +lean_inc(x_2); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_2); +x_9 = lean_box(0); +x_10 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_10, 0, x_8); +lean_ctor_set(x_10, 1, x_9); +x_11 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30; +lean_inc(x_3); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_3); +x_13 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +x_14 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11; +lean_inc(x_4); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, 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_9); +x_17 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10; +lean_inc(x_5); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_5); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_9); +x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15; +lean_inc(x_6); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_6); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_9); +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 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_24, 0, x_19); +lean_ctor_set(x_24, 1, x_23); +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_13); +lean_ctor_set(x_26, 1, x_25); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_10); +lean_ctor_set(x_27, 1, x_26); +x_28 = l_List_join___rarg(x_27); +x_29 = l_Lean_Json_mkObj(x_28); +return x_29; } -x_877 = l_Lean_Json_getStr_x3f(x_875); -if (lean_obj_tag(x_877) == 0) +} +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925____boxed(lean_object* x_1) { +_start: { -lean_object* x_878; lean_object* x_879; lean_object* x_880; lean_object* x_881; -lean_dec(x_875); -x_878 = lean_ctor_get(x_877, 0); -lean_inc(x_878); -if (lean_is_exclusive(x_877)) { - lean_ctor_release(x_877, 0); - x_879 = x_877; -} else { - lean_dec_ref(x_877); - x_879 = lean_box(0); +lean_object* x_2; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925_(x_1); +lean_dec(x_1); +return x_2; } -if (lean_is_scalar(x_879)) { - x_880 = lean_alloc_ctor(0, 1, 0); -} else { - x_880 = x_879; } -lean_ctor_set(x_880, 0, x_878); -x_881 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_880, x_2); -if (lean_obj_tag(x_881) == 0) +static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__3___closed__1() { +_start: { -lean_object* x_882; lean_object* x_883; lean_object* x_884; -lean_dec(x_876); -lean_dec(x_814); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_882 = lean_ctor_get(x_881, 0); -lean_inc(x_882); -if (lean_is_exclusive(x_881)) { - lean_ctor_release(x_881, 0); - x_883 = x_881; -} else { - lean_dec_ref(x_881); - x_883 = lean_box(0); -} -if (lean_is_scalar(x_883)) { - x_884 = lean_alloc_ctor(0, 1, 0); -} else { - x_884 = x_883; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925____boxed), 1, 0); +return x_1; } -lean_ctor_set(x_884, 0, x_882); -return x_884; } -else +static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__3() { +_start: { -lean_object* x_885; lean_object* x_886; -x_885 = lean_ctor_get(x_881, 0); -lean_inc(x_885); -lean_dec(x_881); -if (lean_is_scalar(x_876)) { - x_886 = lean_alloc_ctor(1, 1, 0); -} else { - x_886 = x_876; -} -lean_ctor_set(x_886, 0, x_885); -x_815 = x_886; -goto block_845; +lean_object* x_1; +x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__3___closed__1; +return x_1; } } -else -{ -lean_object* x_887; lean_object* x_888; lean_object* x_889; uint8_t x_890; -x_887 = lean_ctor_get(x_877, 0); -lean_inc(x_887); -if (lean_is_exclusive(x_877)) { - lean_ctor_release(x_877, 0); - x_888 = x_877; -} else { - lean_dec_ref(x_877); - x_888 = lean_box(0); -} -x_889 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__1; -x_890 = lean_string_dec_eq(x_887, x_889); -if (x_890 == 0) -{ -lean_object* x_891; lean_object* x_892; lean_object* x_893; -x_891 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; -x_892 = lean_string_append(x_891, x_887); -lean_dec(x_887); -x_893 = l_Lean_Syntax_decodeNameLit(x_892); -if (lean_obj_tag(x_893) == 0) +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2537_(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; lean_object* x_900; lean_object* x_901; -x_894 = lean_unsigned_to_nat(80u); -x_895 = l_Lean_Json_pretty(x_875, x_894); -x_896 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; -x_897 = lean_string_append(x_896, x_895); -lean_dec(x_895); -x_898 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_899 = lean_string_append(x_897, x_898); -if (lean_is_scalar(x_888)) { - x_900 = lean_alloc_ctor(0, 1, 0); -} else { - x_900 = x_888; - lean_ctor_set_tag(x_900, 0); -} -lean_ctor_set(x_900, 0, x_899); -x_901 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_900, x_2); -if (lean_obj_tag(x_901) == 0) +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; size_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_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; uint8_t x_31; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = lean_array_get_size(x_4); +x_6 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_7 = 0; +x_8 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_6, x_7, x_4, x_2); +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 = lean_array_get_size(x_9); +x_12 = lean_usize_of_nat(x_11); +lean_dec(x_11); +x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_12, x_7, x_9); +x_14 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_14, 0, x_13); +x_15 = lean_ctor_get(x_3, 1); +lean_inc(x_15); +x_16 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_17 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_16, x_15, x_10); +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 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); +x_21 = lean_ctor_get(x_3, 2); +lean_inc(x_21); +lean_dec(x_3); +x_22 = l_Lean_Widget_instTypeNameContextInfo; +x_23 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(x_22, x_21, x_19); +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_ctor_get(x_1, 1); +lean_inc(x_26); +x_27 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_26); +x_28 = lean_ctor_get(x_1, 2); +lean_inc(x_28); +lean_dec(x_1); +x_29 = l_Lean_Widget_instTypeNameTermInfo; +x_30 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(x_29, x_28, x_25); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_902; lean_object* x_903; lean_object* x_904; -lean_dec(x_876); -lean_dec(x_814); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_902 = lean_ctor_get(x_901, 0); -lean_inc(x_902); -if (lean_is_exclusive(x_901)) { - lean_ctor_release(x_901, 0); - x_903 = x_901; -} else { - lean_dec_ref(x_901); - x_903 = lean_box(0); -} -if (lean_is_scalar(x_903)) { - x_904 = lean_alloc_ctor(0, 1, 0); -} else { - x_904 = x_903; -} -lean_ctor_set(x_904, 0, x_902); -return x_904; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_30, 0); +x_33 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_33, 0, x_14); +lean_ctor_set(x_33, 1, x_20); +lean_ctor_set(x_33, 2, x_24); +lean_ctor_set(x_33, 3, x_27); +lean_ctor_set(x_33, 4, x_32); +x_34 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925_(x_33); +lean_dec(x_33); +lean_ctor_set(x_30, 0, x_34); +return x_30; } else { -lean_object* x_905; lean_object* x_906; -x_905 = lean_ctor_get(x_901, 0); -lean_inc(x_905); -lean_dec(x_901); -if (lean_is_scalar(x_876)) { - x_906 = lean_alloc_ctor(1, 1, 0); -} else { - x_906 = x_876; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +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(0, 5, 0); +lean_ctor_set(x_37, 0, x_14); +lean_ctor_set(x_37, 1, x_20); +lean_ctor_set(x_37, 2, x_24); +lean_ctor_set(x_37, 3, x_27); +lean_ctor_set(x_37, 4, x_35); +x_38 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925_(x_37); +lean_dec(x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_36); +return x_39; } -lean_ctor_set(x_906, 0, x_905); -x_815 = x_906; -goto block_845; } } -else +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_907; lean_object* x_908; lean_object* x_909; lean_object* x_910; -lean_dec(x_876); -lean_dec(x_875); -x_907 = lean_ctor_get(x_893, 0); -lean_inc(x_907); -if (lean_is_exclusive(x_893)) { - lean_ctor_release(x_893, 0); - x_908 = x_893; -} else { - lean_dec_ref(x_893); - x_908 = lean_box(0); -} -if (lean_is_scalar(x_888)) { - x_909 = lean_alloc_ctor(1, 1, 0); -} else { - x_909 = x_888; -} -lean_ctor_set(x_909, 0, x_907); -x_910 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_909, x_2); -if (lean_obj_tag(x_910) == 0) +if (lean_obj_tag(x_1) == 0) { -lean_object* x_911; lean_object* x_912; lean_object* x_913; -lean_dec(x_908); -lean_dec(x_814); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_911 = lean_ctor_get(x_910, 0); -lean_inc(x_911); -if (lean_is_exclusive(x_910)) { - lean_ctor_release(x_910, 0); - x_912 = x_910; -} else { - lean_dec_ref(x_910); - x_912 = lean_box(0); -} -if (lean_is_scalar(x_912)) { - x_913 = lean_alloc_ctor(0, 1, 0); -} else { - x_913 = x_912; -} -lean_ctor_set(x_913, 0, x_911); -return x_913; +uint8_t x_3; +x_3 = !lean_is_exclusive(x_1); +if (x_3 == 0) +{ +return x_1; } else { -lean_object* x_914; lean_object* x_915; -x_914 = lean_ctor_get(x_910, 0); -lean_inc(x_914); -lean_dec(x_910); -if (lean_is_scalar(x_908)) { - x_915 = lean_alloc_ctor(1, 1, 0); -} else { - x_915 = x_908; -} -lean_ctor_set(x_915, 0, x_914); -x_815 = x_915; -goto block_845; -} +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 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_5, 0, x_4); +return x_5; } } else { -lean_object* x_916; lean_object* x_917; -lean_dec(x_888); -lean_dec(x_887); -lean_dec(x_875); -x_916 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; -x_917 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_916, x_2); -if (lean_obj_tag(x_917) == 0) +uint8_t x_6; +x_6 = !lean_is_exclusive(x_1); +if (x_6 == 0) { -lean_object* x_918; lean_object* x_919; lean_object* x_920; -lean_dec(x_876); -lean_dec(x_814); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); -lean_dec(x_2); -x_918 = lean_ctor_get(x_917, 0); -lean_inc(x_918); -if (lean_is_exclusive(x_917)) { - lean_ctor_release(x_917, 0); - x_919 = x_917; -} else { - lean_dec_ref(x_917); - x_919 = lean_box(0); -} -if (lean_is_scalar(x_919)) { - x_920 = lean_alloc_ctor(0, 1, 0); -} else { - x_920 = x_919; -} -lean_ctor_set(x_920, 0, x_918); -return x_920; +return x_1; } else { -lean_object* x_921; lean_object* x_922; -x_921 = lean_ctor_get(x_917, 0); -lean_inc(x_921); -lean_dec(x_917); -if (lean_is_scalar(x_876)) { - x_922 = lean_alloc_ctor(1, 1, 0); -} else { - x_922 = x_876; -} -lean_ctor_set(x_922, 0, x_921); -x_815 = x_922; -goto block_845; +lean_object* x_7; lean_object* x_8; +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_8, 0, x_7); +return x_8; } } } } -block_845: +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537_(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_816; lean_object* x_834; -x_834 = lean_ctor_get(x_653, 5); -lean_inc(x_834); -if (lean_obj_tag(x_834) == 0) +lean_object* x_3; uint8_t x_4; +x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609_(x_1); +x_4 = !lean_is_exclusive(x_3); +if (x_4 == 0) { -lean_object* x_835; -x_835 = lean_box(0); -x_816 = x_835; -goto block_833; -} -else +lean_object* x_5; lean_object* x_6; +x_5 = lean_ctor_get(x_3, 0); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 4) { -lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; -x_836 = lean_ctor_get(x_834, 0); -lean_inc(x_836); -if (lean_is_exclusive(x_834)) { - lean_ctor_release(x_834, 0); - x_837 = x_834; -} else { - lean_dec_ref(x_834); - x_837 = lean_box(0); -} -x_838 = l_Lean_Json_getBool_x3f(x_836); -lean_dec(x_836); -x_839 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_838, x_2); -if (lean_obj_tag(x_839) == 0) +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; size_t x_14; lean_object* x_15; +lean_free_object(x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_array_get_size(x_7); +x_9 = lean_usize_of_nat(x_8); +lean_dec(x_8); +x_10 = 0; +x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_9, x_10, x_7); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +lean_dec(x_11); +x_13 = lean_array_get_size(x_12); +x_14 = lean_usize_of_nat(x_13); +lean_dec(x_13); +lean_inc(x_2); +x_15 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_14, x_10, x_12, x_2); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_840; lean_object* x_841; lean_object* x_842; -lean_dec(x_837); -lean_dec(x_815); -lean_dec(x_814); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -lean_dec(x_653); +uint8_t x_16; +lean_dec(x_5); lean_dec(x_2); -x_840 = lean_ctor_get(x_839, 0); -lean_inc(x_840); -if (lean_is_exclusive(x_839)) { - lean_ctor_release(x_839, 0); - x_841 = x_839; -} else { - lean_dec_ref(x_839); - x_841 = lean_box(0); -} -if (lean_is_scalar(x_841)) { - x_842 = lean_alloc_ctor(0, 1, 0); -} else { - x_842 = x_841; -} -lean_ctor_set(x_842, 0, x_840); -return x_842; +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +return x_15; } else { -lean_object* x_843; lean_object* x_844; -x_843 = lean_ctor_get(x_839, 0); -lean_inc(x_843); -lean_dec(x_839); -if (lean_is_scalar(x_837)) { - x_844 = lean_alloc_ctor(1, 1, 0); -} else { - x_844 = x_837; -} -lean_ctor_set(x_844, 0, x_843); -x_816 = x_844; -goto block_833; +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; } } -block_833: +else { -lean_object* x_817; -x_817 = lean_ctor_get(x_653, 6); -lean_inc(x_817); -lean_dec(x_653); -if (lean_obj_tag(x_817) == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_818; lean_object* x_819; lean_object* x_820; -lean_dec(x_2); -x_818 = lean_box(0); -x_819 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_819, 0, x_667); -lean_ctor_set(x_819, 1, x_796); -lean_ctor_set(x_819, 2, x_806); -lean_ctor_set(x_819, 3, x_813); -lean_ctor_set(x_819, 4, x_815); -lean_ctor_set(x_819, 5, x_816); -lean_ctor_set(x_819, 6, x_818); -if (lean_is_scalar(x_814)) { - x_820 = lean_alloc_ctor(1, 1, 0); -} else { - x_820 = x_814; -} -lean_ctor_set(x_820, 0, x_819); -return x_820; -} -else -{ -lean_object* x_821; lean_object* x_822; lean_object* x_823; lean_object* x_824; -lean_dec(x_814); -x_821 = lean_ctor_get(x_817, 0); -lean_inc(x_821); -if (lean_is_exclusive(x_817)) { - lean_ctor_release(x_817, 0); - x_822 = x_817; -} else { - lean_dec_ref(x_817); - x_822 = lean_box(0); -} -x_823 = l_Lean_Json_getBool_x3f(x_821); -lean_dec(x_821); -x_824 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__7(x_823, x_2); +uint8_t x_22; +lean_dec(x_19); +lean_dec(x_5); lean_dec(x_2); -if (lean_obj_tag(x_824) == 0) +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -lean_object* x_825; lean_object* x_826; lean_object* x_827; -lean_dec(x_822); -lean_dec(x_816); -lean_dec(x_815); -lean_dec(x_813); -lean_dec(x_806); -lean_dec(x_796); -lean_dec(x_667); -x_825 = lean_ctor_get(x_824, 0); -lean_inc(x_825); -if (lean_is_exclusive(x_824)) { - lean_ctor_release(x_824, 0); - x_826 = x_824; -} else { - lean_dec_ref(x_824); - x_826 = lean_box(0); -} -if (lean_is_scalar(x_826)) { - x_827 = lean_alloc_ctor(0, 1, 0); -} else { - x_827 = x_826; -} -lean_ctor_set(x_827, 0, x_825); -return x_827; +return x_21; } else { -lean_object* x_828; lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; -x_828 = lean_ctor_get(x_824, 0); -lean_inc(x_828); -if (lean_is_exclusive(x_824)) { - lean_ctor_release(x_824, 0); - x_829 = x_824; -} else { - lean_dec_ref(x_824); - x_829 = lean_box(0); -} -if (lean_is_scalar(x_822)) { - x_830 = lean_alloc_ctor(1, 1, 0); -} else { - x_830 = x_822; -} -lean_ctor_set(x_830, 0, x_828); -x_831 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_831, 0, x_667); -lean_ctor_set(x_831, 1, x_796); -lean_ctor_set(x_831, 2, x_806); -lean_ctor_set(x_831, 3, x_813); -lean_ctor_set(x_831, 4, x_815); -lean_ctor_set(x_831, 5, x_816); -lean_ctor_set(x_831, 6, x_830); -if (lean_is_scalar(x_829)) { - x_832 = lean_alloc_ctor(1, 1, 0); -} else { - x_832 = x_829; -} -lean_ctor_set(x_832, 0, x_831); -return x_832; -} -} -} -} -} -} -} -} -} +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_923; lean_object* x_924; lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; -lean_dec(x_653); +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_21, 0); +lean_inc(x_25); +lean_dec(x_21); +x_26 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; +lean_inc(x_2); +x_27 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_26, x_25, x_2); +if (lean_obj_tag(x_27) == 0) +{ +uint8_t x_28; +lean_dec(x_19); +lean_dec(x_5); lean_dec(x_2); -x_923 = lean_unsigned_to_nat(80u); -x_924 = l_Lean_Json_pretty(x_654, x_923); -x_925 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_926 = lean_string_append(x_925, x_924); -lean_dec(x_924); -x_927 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_928 = lean_string_append(x_926, x_927); -x_929 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_929, 0, x_928); -return x_929; -} +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) +{ +return x_27; } +else +{ +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_27, 0); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_30, 0, x_29); +return x_30; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; lean_object* x_7; -x_5 = lean_unbox_usize(x_1); -lean_dec(x_1); -x_6 = lean_unbox_usize(x_2); +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_27, 0); +lean_inc(x_31); +lean_dec(x_27); +x_32 = lean_ctor_get(x_5, 2); +lean_inc(x_32); +x_33 = l_Lean_Widget_instTypeNameContextInfo; +lean_inc(x_2); +x_34 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(x_33, x_32, x_2); +if (lean_obj_tag(x_34) == 0) +{ +uint8_t x_35; +lean_dec(x_31); +lean_dec(x_19); +lean_dec(x_5); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_5, x_6, x_3, x_4); -return x_7; -} +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) +{ +return x_34; } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__2(x_1, x_2); -lean_dec(x_2); -return x_3; +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_34, 0); +lean_inc(x_36); +lean_dec(x_34); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +return x_37; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__3(x_1, x_2); +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_34, 0); +lean_inc(x_38); +lean_dec(x_34); +x_39 = lean_ctor_get(x_5, 3); +lean_inc(x_39); +x_40 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_39); +lean_dec(x_39); +x_41 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(x_40, x_2); +if (lean_obj_tag(x_41) == 0) +{ +uint8_t x_42; +lean_dec(x_38); +lean_dec(x_31); +lean_dec(x_19); +lean_dec(x_5); +lean_dec(x_2); +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) +{ +return x_41; +} +else +{ +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_41, 0); +lean_inc(x_43); +lean_dec(x_41); +x_44 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_44, 0, 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_41, 0); +lean_inc(x_45); +lean_dec(x_41); +x_46 = lean_ctor_get(x_5, 4); +lean_inc(x_46); +lean_dec(x_5); +x_47 = l_Lean_Widget_instTypeNameTermInfo; +x_48 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(x_47, x_46, x_2); +if (lean_obj_tag(x_48) == 0) +{ +uint8_t x_49; +lean_dec(x_45); +lean_dec(x_38); +lean_dec(x_31); +lean_dec(x_19); +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) +{ +return x_48; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_48, 0); +lean_inc(x_50); +lean_dec(x_48); +x_51 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_51, 0, x_50); +return x_51; +} +} +else +{ +uint8_t x_52; +x_52 = !lean_is_exclusive(x_48); +if (x_52 == 0) +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_48, 0); +x_54 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_54, 0, x_19); +lean_ctor_set(x_54, 1, x_31); +lean_ctor_set(x_54, 2, 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_45); +lean_ctor_set(x_55, 2, x_53); +lean_ctor_set(x_48, 0, x_55); +return x_48; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_48, 0); +lean_inc(x_56); +lean_dec(x_48); +x_57 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_57, 0, x_19); +lean_ctor_set(x_57, 1, x_31); +lean_ctor_set(x_57, 2, x_38); +x_58 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_45); +lean_ctor_set(x_58, 2, x_56); +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_58); +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_dec(x_5); +lean_dec(x_2); +x_60 = lean_unsigned_to_nat(80u); +x_61 = l_Lean_Json_pretty(x_6, x_60); +x_62 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_63 = lean_string_append(x_62, x_61); +lean_dec(x_61); +x_64 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_65 = lean_string_append(x_63, x_64); +lean_ctor_set_tag(x_3, 0); +lean_ctor_set(x_3, 0, x_65); +return x_3; +} +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_3, 0); +lean_inc(x_66); +lean_dec(x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +if (lean_obj_tag(x_67) == 4) +{ +lean_object* x_68; lean_object* x_69; size_t x_70; size_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; size_t x_75; lean_object* x_76; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +lean_dec(x_67); +x_69 = lean_array_get_size(x_68); +x_70 = lean_usize_of_nat(x_69); +lean_dec(x_69); +x_71 = 0; +x_72 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_70, x_71, x_68); +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +lean_dec(x_72); +x_74 = lean_array_get_size(x_73); +x_75 = lean_usize_of_nat(x_74); +lean_dec(x_74); +lean_inc(x_2); +x_76 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(x_75, x_71, x_73, x_2); +if (lean_obj_tag(x_76) == 0) +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_66); +lean_dec(x_2); +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + x_78 = x_76; +} else { + lean_dec_ref(x_76); + x_78 = lean_box(0); +} +if (lean_is_scalar(x_78)) { + x_79 = lean_alloc_ctor(0, 1, 0); +} else { + x_79 = x_78; +} +lean_ctor_set(x_79, 0, x_77); +return x_79; +} +else +{ +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_76, 0); +lean_inc(x_80); +lean_dec(x_76); +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +x_82 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_81); +if (lean_obj_tag(x_82) == 0) +{ +lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_dec(x_80); +lean_dec(x_66); +lean_dec(x_2); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +if (lean_is_exclusive(x_82)) { + lean_ctor_release(x_82, 0); + x_84 = x_82; +} else { + lean_dec_ref(x_82); + x_84 = lean_box(0); +} +if (lean_is_scalar(x_84)) { + x_85 = lean_alloc_ctor(0, 1, 0); +} else { + x_85 = x_84; +} +lean_ctor_set(x_85, 0, x_83); +return x_85; +} +else +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_82, 0); +lean_inc(x_86); +lean_dec(x_82); +x_87 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; +lean_inc(x_2); +x_88 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_87, x_86, x_2); +if (lean_obj_tag(x_88) == 0) +{ +lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_dec(x_80); +lean_dec(x_66); +lean_dec(x_2); +x_89 = lean_ctor_get(x_88, 0); +lean_inc(x_89); +if (lean_is_exclusive(x_88)) { + lean_ctor_release(x_88, 0); + x_90 = x_88; +} else { + lean_dec_ref(x_88); + x_90 = lean_box(0); +} +if (lean_is_scalar(x_90)) { + x_91 = lean_alloc_ctor(0, 1, 0); +} else { + x_91 = x_90; +} +lean_ctor_set(x_91, 0, x_89); +return x_91; +} +else +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_92 = lean_ctor_get(x_88, 0); +lean_inc(x_92); +lean_dec(x_88); +x_93 = lean_ctor_get(x_66, 2); +lean_inc(x_93); +x_94 = l_Lean_Widget_instTypeNameContextInfo; +lean_inc(x_2); +x_95 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(x_94, x_93, x_2); +if (lean_obj_tag(x_95) == 0) +{ +lean_object* x_96; lean_object* x_97; lean_object* x_98; +lean_dec(x_92); +lean_dec(x_80); +lean_dec(x_66); +lean_dec(x_2); +x_96 = lean_ctor_get(x_95, 0); +lean_inc(x_96); +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + x_97 = x_95; +} else { + lean_dec_ref(x_95); + x_97 = lean_box(0); +} +if (lean_is_scalar(x_97)) { + x_98 = lean_alloc_ctor(0, 1, 0); +} else { + x_98 = x_97; +} +lean_ctor_set(x_98, 0, x_96); +return x_98; +} +else +{ +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_99 = lean_ctor_get(x_95, 0); +lean_inc(x_99); +lean_dec(x_95); +x_100 = lean_ctor_get(x_66, 3); +lean_inc(x_100); +x_101 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_100); +lean_dec(x_100); +x_102 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(x_101, x_2); +if (lean_obj_tag(x_102) == 0) +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_99); +lean_dec(x_92); +lean_dec(x_80); +lean_dec(x_66); +lean_dec(x_2); +x_103 = lean_ctor_get(x_102, 0); +lean_inc(x_103); +if (lean_is_exclusive(x_102)) { + lean_ctor_release(x_102, 0); + x_104 = x_102; +} else { + lean_dec_ref(x_102); + x_104 = lean_box(0); +} +if (lean_is_scalar(x_104)) { + x_105 = lean_alloc_ctor(0, 1, 0); +} else { + x_105 = x_104; +} +lean_ctor_set(x_105, 0, x_103); +return x_105; +} +else +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_106 = lean_ctor_get(x_102, 0); +lean_inc(x_106); +lean_dec(x_102); +x_107 = lean_ctor_get(x_66, 4); +lean_inc(x_107); +lean_dec(x_66); +x_108 = l_Lean_Widget_instTypeNameTermInfo; +x_109 = l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(x_108, x_107, x_2); +if (lean_obj_tag(x_109) == 0) +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; +lean_dec(x_106); +lean_dec(x_99); +lean_dec(x_92); +lean_dec(x_80); +x_110 = lean_ctor_get(x_109, 0); +lean_inc(x_110); +if (lean_is_exclusive(x_109)) { + lean_ctor_release(x_109, 0); + 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, 1, 0); +} else { + x_112 = x_111; +} +lean_ctor_set(x_112, 0, 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; +x_113 = lean_ctor_get(x_109, 0); +lean_inc(x_113); +if (lean_is_exclusive(x_109)) { + lean_ctor_release(x_109, 0); + x_114 = x_109; +} else { + lean_dec_ref(x_109); + x_114 = lean_box(0); +} +x_115 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_115, 0, x_80); +lean_ctor_set(x_115, 1, x_92); +lean_ctor_set(x_115, 2, x_99); +x_116 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_106); +lean_ctor_set(x_116, 2, x_113); +if (lean_is_scalar(x_114)) { + x_117 = lean_alloc_ctor(1, 1, 0); +} else { + x_117 = x_114; +} +lean_ctor_set(x_117, 0, x_116); +return x_117; +} +} +} +} +} +} +} +else +{ +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_dec(x_66); +lean_dec(x_2); +x_118 = lean_unsigned_to_nat(80u); +x_119 = l_Lean_Json_pretty(x_67, x_118); +x_120 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; +x_121 = lean_string_append(x_120, x_119); +lean_dec(x_119); +x_122 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; +x_123 = lean_string_append(x_121, x_122); +x_124 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_124, 0, x_123); +return x_124; +} +} +} +} +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346_(x_1, x_2); +x_3 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537_(x_1, x_2); lean_dec(x_1); return x_3; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__1() { +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346_), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2537_), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__2() { +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__2() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____boxed), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3() { +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__1; -x_2 = l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__2; +x_1 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__1; +x_2 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal___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; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoal() { +static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal() { _start: { lean_object* x_1; -x_1 = l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3; +x_1 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_InteractiveGoal_addLine(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty_addLine(lean_object* x_1) { _start: { uint8_t x_2; @@ -12022,7 +11567,7 @@ return x_1; } } } -LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -12089,7 +11634,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -12139,7 +11684,7 @@ goto _start; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1() { _start: { lean_object* x_1; @@ -12147,7 +11692,7 @@ x_1 = lean_mk_string_from_bytes(" ", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -12157,7 +11702,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3() { _start: { lean_object* x_1; @@ -12165,17 +11710,17 @@ x_1 = lean_mk_string_from_bytes(" :", 2); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__3; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__5() { _start: { lean_object* x_1; @@ -12183,17 +11728,17 @@ x_1 = lean_mk_string_from_bytes(" : ", 3); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__5; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__5; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__7() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__7() { _start: { lean_object* x_1; @@ -12201,17 +11746,17 @@ x_1 = lean_mk_string_from_bytes(" :=", 3); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__7; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__7; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__9() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__9() { _start: { lean_object* x_1; @@ -12219,17 +11764,17 @@ x_1 = lean_mk_string_from_bytes(":", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__9; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__9; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { uint8_t x_6; @@ -12243,14 +11788,14 @@ 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; lean_object* x_16; uint8_t x_17; x_7 = lean_array_uget(x_2, x_4); -x_8 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_InteractiveGoal_addLine(x_5); +x_8 = l_Lean_Widget_InteractiveGoalCore_pretty_addLine(x_5); x_9 = lean_ctor_get(x_7, 0); lean_inc(x_9); x_10 = lean_array_to_list(lean_box(0), x_9); x_11 = lean_box(0); -x_12 = l_List_filterTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__1(x_10, x_11); -x_13 = l_List_mapTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__2(x_12, x_11); -x_14 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1; +x_12 = l_List_filterTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__1(x_10, x_11); +x_13 = l_List_mapTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2(x_12, x_11); +x_14 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1; x_15 = l_String_intercalate(x_14, x_13); x_16 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__2; x_17 = lean_string_dec_eq(x_15, x_16); @@ -12264,11 +11809,11 @@ 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; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; size_t x_35; size_t x_36; x_19 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_19, 0, x_15); -x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; x_21 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_19); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4; +x_22 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4; x_23 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_23, 0, x_21); lean_ctor_set(x_23, 1, x_22); @@ -12313,11 +11858,11 @@ lean_inc(x_38); lean_dec(x_18); x_39 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_39, 0, x_15); -x_40 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +x_40 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; x_41 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); -x_42 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6; +x_42 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6; x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_41); lean_ctor_set(x_43, 1, x_42); @@ -12330,7 +11875,7 @@ lean_ctor_set(x_46, 0, x_45); x_47 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_47, 0, x_43); lean_ctor_set(x_47, 1, x_46); -x_48 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8; +x_48 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8; x_49 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_49, 0, x_47); lean_ctor_set(x_49, 1, x_48); @@ -12383,11 +11928,11 @@ lean_inc(x_1); x_68 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_68, 0, x_1); lean_ctor_set(x_68, 1, x_67); -x_69 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10; +x_69 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10; x_70 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_70, 0, x_69); lean_ctor_set(x_70, 1, x_68); -x_71 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +x_71 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; x_72 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_72, 0, x_70); lean_ctor_set(x_72, 1, x_71); @@ -12407,7 +11952,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { uint8_t x_6; @@ -12421,14 +11966,14 @@ 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; lean_object* x_16; uint8_t x_17; x_7 = lean_array_uget(x_2, x_4); -x_8 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_InteractiveGoal_addLine(x_5); +x_8 = l_Lean_Widget_InteractiveGoalCore_pretty_addLine(x_5); x_9 = lean_ctor_get(x_7, 0); lean_inc(x_9); x_10 = lean_array_to_list(lean_box(0), x_9); x_11 = lean_box(0); -x_12 = l_List_filterTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__1(x_10, x_11); -x_13 = l_List_mapTR_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__2(x_12, x_11); -x_14 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1; +x_12 = l_List_filterTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__1(x_10, x_11); +x_13 = l_List_mapTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2(x_12, x_11); +x_14 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1; x_15 = l_String_intercalate(x_14, x_13); x_16 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__2; x_17 = lean_string_dec_eq(x_15, x_16); @@ -12442,11 +11987,11 @@ 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; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; size_t x_35; size_t x_36; x_19 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_19, 0, x_15); -x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; x_21 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_19); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4; +x_22 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4; x_23 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_23, 0, x_21); lean_ctor_set(x_23, 1, x_22); @@ -12491,11 +12036,11 @@ lean_inc(x_38); lean_dec(x_18); x_39 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_39, 0, x_15); -x_40 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +x_40 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; x_41 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); -x_42 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6; +x_42 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6; x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_41); lean_ctor_set(x_43, 1, x_42); @@ -12508,7 +12053,7 @@ lean_ctor_set(x_46, 0, x_45); x_47 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_47, 0, x_43); lean_ctor_set(x_47, 1, x_46); -x_48 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8; +x_48 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8; x_49 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_49, 0, x_47); lean_ctor_set(x_49, 1, x_48); @@ -12561,11 +12106,11 @@ lean_inc(x_1); x_68 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_68, 0, x_1); lean_ctor_set(x_68, 1, x_67); -x_69 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10; +x_69 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10; x_70 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_70, 0, x_69); lean_ctor_set(x_70, 1, x_68); -x_71 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; +x_71 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; x_72 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_72, 0, x_70); lean_ctor_set(x_72, 1, x_71); @@ -12579,1007 +12124,162 @@ lean_ctor_set(x_75, 1, x_74); x_76 = 1; x_77 = lean_usize_add(x_4, x_76); x_4 = x_77; -x_5 = x_75; -goto _start; -} -} -} -} -static lean_object* _init_l_Lean_Widget_InteractiveGoal_pretty___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(2u); -x_2 = lean_nat_to_int(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Widget_InteractiveGoal_pretty___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("case ", 5); -return x_1; -} -} -static lean_object* _init_l_Lean_Widget_InteractiveGoal_pretty___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Widget_InteractiveGoal_pretty___closed__2; -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_Widget_InteractiveGoal_pretty(lean_object* x_1) { -_start: -{ -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_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, 2); -lean_inc(x_2); -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -x_4 = lean_array_get_size(x_3); -x_5 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_6 = 0; -x_7 = lean_ctor_get(x_1, 3); -lean_inc(x_7); -x_8 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_8, 0, x_7); -x_9 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2; -x_10 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_8); -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 = lean_ctor_get(x_1, 1); -lean_inc(x_12); -lean_dec(x_1); -x_13 = l_Lean_Widget_TaggedText_stripTags___rarg(x_12); -x_14 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_14, 0, x_13); -x_15 = l_Lean_Widget_InteractiveGoal_pretty___closed__1; -x_16 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_14); -x_17 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_17, 0, x_11); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_9); -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_box(0); -x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3(x_15, x_3, x_5, x_6, x_19); -lean_dec(x_3); -x_21 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_InteractiveGoal_addLine(x_20); -x_22 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_18); -return x_22; -} -else -{ -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; -x_23 = lean_ctor_get(x_2, 0); -lean_inc(x_23); -lean_dec(x_2); -x_24 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_24, 0, x_23); -x_25 = l_Lean_Widget_InteractiveGoal_pretty___closed__3; -x_26 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_24); -x_27 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_9); -x_28 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__4(x_15, x_3, x_5, x_6, x_27); -lean_dec(x_3); -x_29 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_InteractiveGoal_addLine(x_28); -x_30 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_18); -return x_30; -} -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___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_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3(x_1, x_2, x_6, x_7, x_5); -lean_dec(x_2); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___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_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__4(x_1, x_2, x_6, x_7, x_5); -lean_dec(x_2); -return x_8; -} -} -static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -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_Widget_instInhabitedInteractiveTermGoal___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Widget_instInhabitedInteractiveTermGoal___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); -return x_2; -} -} -static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__1; -x_2 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__3; -x_3 = l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__2; -x_4 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_4, 0, x_1); -lean_ctor_set(x_4, 1, x_2); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Widget_instInhabitedInteractiveTermGoal() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__3; -return x_1; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15; -x_2 = lean_unsigned_to_nat(2790u); -x_3 = l_Lean_Name_num___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__2() { -_start: -{ -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__1; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__6; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("range", 5); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__10() { -_start: -{ -lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__9; -x_2 = 1; -x_3 = l_Lean_Name_toString(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__11() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__10; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__11; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; -x_3 = lean_string_append(x_1, x_2); -return x_3; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864_(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; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____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_1743____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_178____closed__30; -x_6 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____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_2864____closed__8; -x_9 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743____spec__2(x_1, x_8); -x_10 = !lean_is_exclusive(x_9); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_12, 0, x_4); -lean_ctor_set(x_12, 1, x_7); -lean_ctor_set(x_12, 2, x_11); -lean_ctor_set(x_9, 0, x_12); -return x_9; -} -else -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_9, 0); -lean_inc(x_13); -lean_dec(x_9); -x_14 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_14, 0, x_4); -lean_ctor_set(x_14, 1, x_7); -lean_ctor_set(x_14, 2, x_13); -x_15 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_15, 0, x_14); -return x_15; -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864_(x_1); -lean_dec(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____boxed), 1, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__3() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1; -return x_1; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064_(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; -x_2 = lean_ctor_get(x_1, 0); -x_3 = lean_ctor_get(x_1, 1); -x_4 = lean_ctor_get(x_1, 2); -x_5 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1; -lean_inc(x_2); -x_6 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_6, 0, x_5); -lean_ctor_set(x_6, 1, x_2); -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 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30; -lean_inc(x_3); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_3); -x_11 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_7); -x_12 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8; -lean_inc(x_4); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_4); -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_14); -lean_ctor_set(x_15, 1, x_7); -x_16 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_16, 0, x_11); -lean_ctor_set(x_16, 1, x_15); -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_List_join___rarg(x_17); -x_19 = l_Lean_Json_mkObj(x_18); -return x_19; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064____boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064_(x_1); -lean_dec(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064____boxed), 1, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__3() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__3___closed__1; -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2790_(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; lean_object* x_9; lean_object* x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -x_4 = lean_array_get_size(x_3); -x_5 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_6 = 0; -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_5, x_6, x_3, x_2); -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); -x_10 = lean_array_get_size(x_8); -x_11 = lean_usize_of_nat(x_10); -lean_dec(x_10); -x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_11, x_6, x_8); -x_13 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_13, 0, x_12); -x_14 = lean_ctor_get(x_1, 1); -lean_inc(x_14); -x_15 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_16 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(x_15, x_14, x_9); -x_17 = !lean_is_exclusive(x_16); -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; -x_18 = lean_ctor_get(x_16, 0); -x_19 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); -x_20 = lean_ctor_get(x_1, 2); -lean_inc(x_20); -lean_dec(x_1); -x_21 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_20); -x_22 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_22, 0, x_13); -lean_ctor_set(x_22, 1, x_19); -lean_ctor_set(x_22, 2, x_21); -x_23 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064_(x_22); -lean_dec(x_22); -lean_ctor_set(x_16, 0, x_23); -return x_16; -} -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; -x_24 = lean_ctor_get(x_16, 0); -x_25 = lean_ctor_get(x_16, 1); -lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_16); -x_26 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_24); -x_27 = lean_ctor_get(x_1, 2); -lean_inc(x_27); -lean_dec(x_1); -x_28 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_27); -x_29 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_29, 0, x_13); -lean_ctor_set(x_29, 1, x_26); -lean_ctor_set(x_29, 2, x_28); -x_30 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3064_(x_29); -lean_dec(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_25); -return x_31; -} -} -} -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -if (lean_obj_tag(x_1) == 0) -{ -uint8_t x_3; -x_3 = !lean_is_exclusive(x_1); -if (x_3 == 0) -{ -return x_1; -} -else -{ -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 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_5, 0, x_4); -return x_5; -} -} -else -{ -uint8_t x_6; -x_6 = !lean_is_exclusive(x_1); -if (x_6 == 0) -{ -return x_1; -} -else -{ -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); -lean_dec(x_1); -x_8 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_8, 0, x_7); -return x_8; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790_(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; uint8_t x_4; -x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864_(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_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 4) -{ -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; size_t x_14; lean_object* x_15; -lean_free_object(x_3); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -lean_dec(x_6); -x_8 = lean_array_get_size(x_7); -x_9 = lean_usize_of_nat(x_8); -lean_dec(x_8); -x_10 = 0; -x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_9, x_10, x_7); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -lean_dec(x_11); -x_13 = lean_array_get_size(x_12); -x_14 = lean_usize_of_nat(x_13); -lean_dec(x_13); -lean_inc(x_2); -x_15 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_14, x_10, x_12, x_2); -if (lean_obj_tag(x_15) == 0) -{ -uint8_t x_16; -lean_dec(x_5); -lean_dec(x_2); -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; lean_object* x_21; -x_19 = lean_ctor_get(x_15, 0); -lean_inc(x_19); -lean_dec(x_15); -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); -if (lean_obj_tag(x_21) == 0) -{ -uint8_t x_22; -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -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; lean_object* x_27; -x_25 = lean_ctor_get(x_21, 0); -lean_inc(x_25); -lean_dec(x_21); -x_26 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; -lean_inc(x_2); -x_27 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_26, x_25, x_2); -if (lean_obj_tag(x_27) == 0) -{ -uint8_t x_28; -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_2); -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) -{ -return x_27; -} -else -{ -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_27, 0); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_30, 0, x_29); -return x_30; -} -} -else -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_31 = lean_ctor_get(x_27, 0); -lean_inc(x_31); -lean_dec(x_27); -x_32 = lean_ctor_get(x_5, 2); -lean_inc(x_32); -lean_dec(x_5); -x_33 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_32); -lean_dec(x_32); -x_34 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(x_33, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_34) == 0) -{ -uint8_t x_35; -lean_dec(x_31); -lean_dec(x_19); -x_35 = !lean_is_exclusive(x_34); -if (x_35 == 0) -{ -return x_34; -} -else -{ -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_34, 0); -lean_inc(x_36); -lean_dec(x_34); -x_37 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_37, 0, x_36); -return x_37; -} -} -else -{ -uint8_t x_38; -x_38 = !lean_is_exclusive(x_34); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_34, 0); -x_40 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_40, 0, x_19); -lean_ctor_set(x_40, 1, x_31); -lean_ctor_set(x_40, 2, x_39); -lean_ctor_set(x_34, 0, x_40); -return x_34; -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_34, 0); -lean_inc(x_41); -lean_dec(x_34); -x_42 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_42, 0, x_19); -lean_ctor_set(x_42, 1, x_31); -lean_ctor_set(x_42, 2, x_41); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_42); -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_dec(x_5); -lean_dec(x_2); -x_44 = lean_unsigned_to_nat(80u); -x_45 = l_Lean_Json_pretty(x_6, x_44); -x_46 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_47 = lean_string_append(x_46, x_45); -lean_dec(x_45); -x_48 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_49 = lean_string_append(x_47, x_48); -lean_ctor_set_tag(x_3, 0); -lean_ctor_set(x_3, 0, x_49); -return x_3; -} -} -else -{ -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_3, 0); -lean_inc(x_50); -lean_dec(x_3); -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -if (lean_obj_tag(x_51) == 4) -{ -lean_object* x_52; lean_object* x_53; size_t x_54; size_t x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; size_t x_59; lean_object* x_60; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -lean_dec(x_51); -x_53 = lean_array_get_size(x_52); -x_54 = lean_usize_of_nat(x_53); -lean_dec(x_53); -x_55 = 0; -x_56 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(x_54, x_55, x_52); -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -lean_dec(x_56); -x_58 = lean_array_get_size(x_57); -x_59 = lean_usize_of_nat(x_58); -lean_dec(x_58); -lean_inc(x_2); -x_60 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346____spec__1(x_59, x_55, x_57, x_2); -if (lean_obj_tag(x_60) == 0) -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_50); -lean_dec(x_2); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - x_62 = x_60; -} else { - lean_dec_ref(x_60); - x_62 = lean_box(0); -} -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 1, 0); -} else { - x_63 = x_62; -} -lean_ctor_set(x_63, 0, x_61); -return x_63; -} -else -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_60, 0); -lean_inc(x_64); -lean_dec(x_60); -x_65 = lean_ctor_get(x_50, 1); -lean_inc(x_65); -x_66 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_65); -if (lean_obj_tag(x_66) == 0) -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; -lean_dec(x_64); -lean_dec(x_50); -lean_dec(x_2); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - x_68 = x_66; -} else { - lean_dec_ref(x_66); - x_68 = lean_box(0); -} -if (lean_is_scalar(x_68)) { - x_69 = lean_alloc_ctor(0, 1, 0); -} else { - x_69 = x_68; -} -lean_ctor_set(x_69, 0, x_67); -return x_69; -} -else -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_66, 0); -lean_inc(x_70); -lean_dec(x_66); -x_71 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; -lean_inc(x_2); -x_72 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(x_71, x_70, x_2); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; lean_object* x_74; lean_object* x_75; -lean_dec(x_64); -lean_dec(x_50); -lean_dec(x_2); -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - x_74 = x_72; -} else { - lean_dec_ref(x_72); - x_74 = lean_box(0); -} -if (lean_is_scalar(x_74)) { - x_75 = lean_alloc_ctor(0, 1, 0); -} else { - x_75 = x_74; -} -lean_ctor_set(x_75, 0, x_73); -return x_75; -} -else -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_76 = lean_ctor_get(x_72, 0); -lean_inc(x_76); -lean_dec(x_72); -x_77 = lean_ctor_get(x_50, 2); -lean_inc(x_77); -lean_dec(x_50); -x_78 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(x_77); -lean_dec(x_77); -x_79 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(x_78, x_2); -lean_dec(x_2); -if (lean_obj_tag(x_79) == 0) -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; -lean_dec(x_76); -lean_dec(x_64); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -if (lean_is_exclusive(x_79)) { - lean_ctor_release(x_79, 0); - x_81 = x_79; -} else { - lean_dec_ref(x_79); - x_81 = lean_box(0); -} -if (lean_is_scalar(x_81)) { - x_82 = lean_alloc_ctor(0, 1, 0); -} else { - x_82 = x_81; -} -lean_ctor_set(x_82, 0, x_80); -return x_82; -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_83 = lean_ctor_get(x_79, 0); -lean_inc(x_83); -if (lean_is_exclusive(x_79)) { - lean_ctor_release(x_79, 0); - x_84 = x_79; -} else { - lean_dec_ref(x_79); - x_84 = lean_box(0); -} -x_85 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_85, 0, x_64); -lean_ctor_set(x_85, 1, x_76); -lean_ctor_set(x_85, 2, x_83); -if (lean_is_scalar(x_84)) { - x_86 = lean_alloc_ctor(1, 1, 0); -} else { - x_86 = x_84; -} -lean_ctor_set(x_86, 0, x_85); -return x_86; -} +x_5 = x_75; +goto _start; } } } } -else +static lean_object* _init_l_Lean_Widget_InteractiveGoalCore_pretty___closed__1() { +_start: { -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_dec(x_50); -lean_dec(x_2); -x_87 = lean_unsigned_to_nat(80u); -x_88 = l_Lean_Json_pretty(x_51, x_87); -x_89 = l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -x_90 = lean_string_append(x_89, x_88); -lean_dec(x_88); -x_91 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__4; -x_92 = lean_string_append(x_90, x_91); -x_93 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_93, 0, x_92); -return x_93; +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(2u); +x_2 = lean_nat_to_int(x_1); +return x_2; } } +static lean_object* _init_l_Lean_Widget_InteractiveGoalCore_pretty___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("case ", 5); +return x_1; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l_Lean_Widget_InteractiveGoalCore_pretty___closed__3() { _start: { -lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____spec__1(x_1, x_2); -lean_dec(x_2); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Widget_InteractiveGoalCore_pretty___closed__2; +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_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_3; -x_3 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790_(x_1, x_2); +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; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +x_5 = lean_array_get_size(x_4); +x_6 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_7 = 0; +x_8 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_8, 0, x_3); +x_9 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2; +x_10 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_8); +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 = lean_ctor_get(x_1, 1); +lean_inc(x_12); lean_dec(x_1); -return x_3; +x_13 = l_Lean_Widget_TaggedText_stripTags___rarg(x_12); +x_14 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_14, 0, x_13); +x_15 = l_Lean_Widget_InteractiveGoalCore_pretty___closed__1; +x_16 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_14); +x_17 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_17, 0, x_11); +lean_ctor_set(x_17, 1, x_16); +x_18 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_9); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_box(0); +x_20 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3(x_15, x_4, x_6, x_7, x_19); +lean_dec(x_4); +x_21 = l_Lean_Widget_InteractiveGoalCore_pretty_addLine(x_20); +x_22 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_18); +return x_22; +} +else +{ +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; +x_23 = lean_ctor_get(x_2, 0); +lean_inc(x_23); +x_24 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_24, 0, x_23); +x_25 = l_Lean_Widget_InteractiveGoalCore_pretty___closed__3; +x_26 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +x_27 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_9); +x_28 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4(x_15, x_4, x_6, x_7, x_27); +lean_dec(x_4); +x_29 = l_Lean_Widget_InteractiveGoalCore_pretty_addLine(x_28); +x_30 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_18); +return x_30; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__1() { +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___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_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2790_), 2, 0); -return x_1; +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +return x_8; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__2() { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4___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_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2790____boxed), 2, 0); -return x_1; +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +return x_8; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3() { +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__1; -x_2 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal___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_object* x_4; +x_4 = l_Lean_Widget_InteractiveGoalCore_pretty(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; } } -static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal() { +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoal_pretty(lean_object* x_1) { _start: { -lean_object* x_1; -x_1 = l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3; -return x_1; +lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +x_3 = lean_ctor_get(x_1, 1); +lean_inc(x_3); +x_4 = lean_ctor_get(x_1, 2); +lean_inc(x_4); +lean_dec(x_1); +x_5 = l_Lean_Widget_InteractiveGoalCore_pretty(x_2, x_3, x_4); +lean_dec(x_3); +return x_5; } } -static lean_object* _init_l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___closed__1() { +static lean_object* _init_l_Lean_Widget_InteractiveTermGoal_pretty___closed__1() { _start: { lean_object* x_1; @@ -13587,37 +12287,20 @@ x_1 = lean_mk_string_from_bytes("⊢ ", 4); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveTermGoal_pretty(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_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_2 = lean_ctor_get(x_1, 0); -x_3 = lean_ctor_get(x_1, 1); -x_4 = lean_box(0); -x_5 = l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___closed__1; -lean_inc(x_3); lean_inc(x_2); -x_6 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_6, 0, x_2); -lean_ctor_set(x_6, 1, x_3); -lean_ctor_set(x_6, 2, x_4); -lean_ctor_set(x_6, 3, x_5); -lean_ctor_set(x_6, 4, x_4); -lean_ctor_set(x_6, 5, x_4); -lean_ctor_set(x_6, 6, x_4); -return x_6; -} -} -LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal(x_1); lean_dec(x_1); -return x_2; +x_3 = lean_box(0); +x_4 = l_Lean_Widget_InteractiveTermGoal_pretty___closed__1; +x_5 = l_Lean_Widget_InteractiveGoalCore_pretty(x_2, x_3, x_4); +return x_5; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1() { _start: { lean_object* x_1; @@ -13625,81 +12308,81 @@ x_1 = lean_mk_string_from_bytes("goals", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__2() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15; -x_2 = lean_unsigned_to_nat(3330u); +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15; +x_2 = lean_unsigned_to_nat(3694u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__3() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__2; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__4() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__3; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__5() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__6() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__5; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__7() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__6; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__8() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__7; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(lean_object* x_1) { _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_3354____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____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_1743____spec__2(x_1, x_2); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) @@ -13718,11 +12401,11 @@ return x_6; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354_(x_1); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(x_1); lean_dec(x_1); return x_2; } @@ -13731,7 +12414,7 @@ static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__4___clos _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____boxed), 1, 0); return x_1; } } @@ -13743,11 +12426,11 @@ x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3437_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____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); @@ -13767,7 +12450,7 @@ static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__4___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3437_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_), 1, 0); return x_1; } } @@ -13779,7 +12462,7 @@ x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__4___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -13798,7 +12481,7 @@ lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_ob x_7 = lean_array_uget(x_3, x_2); x_8 = lean_unsigned_to_nat(0u); x_9 = lean_array_uset(x_3, x_2, x_8); -x_10 = l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1346_(x_7, x_4); +x_10 = l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_(x_7, x_4); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); x_12 = lean_ctor_get(x_10, 1); @@ -13814,7 +12497,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; size_t x_4; size_t x_5; lean_object* x_6; uint8_t x_7; @@ -13822,7 +12505,7 @@ x_3 = lean_array_get_size(x_1); x_4 = lean_usize_of_nat(x_3); lean_dec(x_3); x_5 = 0; -x_6 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(x_4, x_5, x_1, x_2); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_4, x_5, x_1, x_2); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) { @@ -13834,7 +12517,7 @@ lean_dec(x_9); x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_10, x_5, x_8); x_12 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_12, 0, x_11); -x_13 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3437_(x_12); +x_13 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(x_12); lean_ctor_set(x_6, 0, x_13); return x_6; } @@ -13852,7 +12535,7 @@ lean_dec(x_16); x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_17, x_5, x_14); x_19 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_19, 0, x_18); -x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3437_(x_19); +x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(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_15); @@ -13860,7 +12543,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1___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_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___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; @@ -13868,11 +12551,11 @@ x_5 = lean_unbox_usize(x_1); lean_dec(x_1); x_6 = lean_unbox_usize(x_2); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(x_5, x_6, x_3, x_4); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_5, x_6, x_3, x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -13892,7 +12575,7 @@ x_7 = lean_array_uget(x_3, x_2); x_8 = lean_unsigned_to_nat(0u); x_9 = lean_array_uset(x_3, x_2, x_8); lean_inc(x_4); -x_10 = l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1346_(x_7, x_4); +x_10 = l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(x_7, x_4); lean_dec(x_7); if (lean_obj_tag(x_10) == 0) { @@ -13931,11 +12614,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; -x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354_(x_1); +x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(x_1); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) { @@ -13959,7 +12642,7 @@ lean_dec(x_10); x_12 = lean_array_get_size(x_11); x_13 = lean_usize_of_nat(x_12); lean_dec(x_12); -x_14 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(x_13, x_9, x_11, x_2); +x_14 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_13, x_9, x_11, x_2); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -14038,7 +12721,7 @@ lean_dec(x_32); x_34 = lean_array_get_size(x_33); x_35 = lean_usize_of_nat(x_34); lean_dec(x_34); -x_36 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(x_35, x_31, x_33, x_2); +x_36 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_35, x_31, x_33, x_2); if (lean_obj_tag(x_36) == 0) { lean_object* x_37; lean_object* x_38; lean_object* x_39; @@ -14098,7 +12781,7 @@ return x_49; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1___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_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___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; @@ -14106,15 +12789,15 @@ x_5 = lean_unbox_usize(x_1); lean_dec(x_1); x_6 = lean_unbox_usize(x_2); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____spec__1(x_5, x_6, x_3, x_4); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_5, x_6, x_3, x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330_(x_1, x_2); +x_3 = l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694_(x_1, x_2); lean_dec(x_1); return x_3; } @@ -14123,7 +12806,7 @@ static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoals___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3330_), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694_), 2, 0); return x_1; } } @@ -14131,7 +12814,7 @@ static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoals___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3330____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____boxed), 2, 0); return x_1; } } @@ -14241,6 +12924,17 @@ goto _start; } } } +static lean_object* _init_l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1() { +_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; +} +} LEAN_EXPORT lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___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) { _start: { @@ -14269,41 +12963,41 @@ lean_inc(x_19); lean_dec(x_17); if (lean_obj_tag(x_4) == 0) { -lean_object* x_47; -x_47 = lean_box(0); -x_20 = x_47; +lean_object* x_61; +x_61 = lean_box(0); +x_20 = x_61; x_21 = x_19; -goto block_46; +goto block_60; } else { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_4); -if (x_48 == 0) +uint8_t x_62; +x_62 = !lean_is_exclusive(x_4); +if (x_62 == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_4, 0); +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_4, 0); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_50 = l_Lean_Widget_ppExprTagged(x_49, x_16, x_6, x_7, x_8, x_9, x_19); -if (lean_obj_tag(x_50) == 0) +x_64 = l_Lean_Widget_ppExprTagged(x_63, x_16, x_6, x_7, x_8, x_9, x_19); +if (lean_obj_tag(x_64) == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -lean_ctor_set(x_4, 0, x_51); +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_64, 1); +lean_inc(x_66); +lean_dec(x_64); +lean_ctor_set(x_4, 0, x_65); x_20 = x_4; -x_21 = x_52; -goto block_46; +x_21 = x_66; +goto block_60; } else { -uint8_t x_53; +uint8_t x_67; lean_free_object(x_4); lean_dec(x_18); lean_dec(x_15); @@ -14314,54 +13008,54 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_53 = !lean_is_exclusive(x_50); -if (x_53 == 0) +x_67 = !lean_is_exclusive(x_64); +if (x_67 == 0) { -return x_50; +return x_64; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_50, 0); -x_55 = lean_ctor_get(x_50, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_50); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_64, 0); +x_69 = lean_ctor_get(x_64, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_64); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } else { -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_4, 0); -lean_inc(x_57); +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_4, 0); +lean_inc(x_71); lean_dec(x_4); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_58 = l_Lean_Widget_ppExprTagged(x_57, x_16, x_6, x_7, x_8, x_9, x_19); -if (lean_obj_tag(x_58) == 0) +x_72 = l_Lean_Widget_ppExprTagged(x_71, x_16, x_6, x_7, x_8, x_9, x_19); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -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_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_59); -x_20 = x_61; -x_21 = x_60; -goto block_46; +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); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_73); +x_20 = x_75; +x_21 = x_74; +goto block_60; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_dec(x_18); lean_dec(x_15); lean_dec(x_14); @@ -14371,30 +13065,30 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_62 = lean_ctor_get(x_58, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_58, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_64 = x_58; +x_76 = lean_ctor_get(x_72, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_72, 1); +lean_inc(x_77); +if (lean_is_exclusive(x_72)) { + lean_ctor_release(x_72, 0); + lean_ctor_release(x_72, 1); + x_78 = x_72; } else { - lean_dec_ref(x_58); - x_64 = lean_box(0); + lean_dec_ref(x_72); + x_78 = lean_box(0); } -if (lean_is_scalar(x_64)) { - x_65 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_78)) { + x_79 = lean_alloc_ctor(1, 2, 0); } else { - x_65 = x_64; + x_79 = x_78; } -lean_ctor_set(x_65, 0, x_62); -lean_ctor_set(x_65, 1, x_63); -return x_65; +lean_ctor_set(x_79, 0, x_76); +lean_ctor_set(x_79, 1, x_77); +return x_79; } } } -block_46: +block_60: { lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_inc(x_9); @@ -14423,34 +13117,35 @@ lean_dec(x_27); x_29 = lean_box(0); if (lean_obj_tag(x_23) == 0) { +if (x_28 == 0) +{ lean_object* x_30; lean_object* x_31; -x_30 = lean_alloc_ctor(0, 6, 2); +x_30 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_30, 0, x_15); lean_ctor_set(x_30, 1, x_14); lean_ctor_set(x_30, 2, x_18); lean_ctor_set(x_30, 3, x_20); lean_ctor_set(x_30, 4, x_29); lean_ctor_set(x_30, 5, x_29); -lean_ctor_set_uint8(x_30, sizeof(void*)*6, x_16); -lean_ctor_set_uint8(x_30, sizeof(void*)*6 + 1, x_28); +lean_ctor_set(x_30, 6, x_29); +lean_ctor_set(x_30, 7, x_29); x_31 = lean_array_push(x_3, x_30); lean_ctor_set(x_25, 0, x_31); return x_25; } else { -uint8_t x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_23); -x_32 = 1; -x_33 = lean_alloc_ctor(0, 6, 2); +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_33 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_33, 0, x_15); lean_ctor_set(x_33, 1, x_14); lean_ctor_set(x_33, 2, x_18); lean_ctor_set(x_33, 3, x_20); lean_ctor_set(x_33, 4, x_29); -lean_ctor_set(x_33, 5, x_29); -lean_ctor_set_uint8(x_33, sizeof(void*)*6, x_32); -lean_ctor_set_uint8(x_33, sizeof(void*)*6 + 1, x_28); +lean_ctor_set(x_33, 5, x_32); +lean_ctor_set(x_33, 6, x_29); +lean_ctor_set(x_33, 7, x_29); x_34 = lean_array_push(x_3, x_33); lean_ctor_set(x_25, 0, x_34); return x_25; @@ -14458,59 +13153,142 @@ return x_25; } else { -lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; -x_35 = lean_ctor_get(x_25, 0); -x_36 = lean_ctor_get(x_25, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_25); -x_37 = l_Lean_Expr_isSort(x_35); -lean_dec(x_35); -x_38 = lean_box(0); -if (lean_obj_tag(x_23) == 0) +lean_dec(x_23); +if (x_28 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_alloc_ctor(0, 6, 2); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_36 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_36, 0, x_15); +lean_ctor_set(x_36, 1, x_14); +lean_ctor_set(x_36, 2, x_18); +lean_ctor_set(x_36, 3, x_20); +lean_ctor_set(x_36, 4, x_35); +lean_ctor_set(x_36, 5, x_29); +lean_ctor_set(x_36, 6, x_29); +lean_ctor_set(x_36, 7, x_29); +x_37 = lean_array_push(x_3, x_36); +lean_ctor_set(x_25, 0, x_37); +return x_25; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_39 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_39, 0, x_15); lean_ctor_set(x_39, 1, x_14); lean_ctor_set(x_39, 2, x_18); lean_ctor_set(x_39, 3, x_20); lean_ctor_set(x_39, 4, x_38); lean_ctor_set(x_39, 5, x_38); -lean_ctor_set_uint8(x_39, sizeof(void*)*6, x_16); -lean_ctor_set_uint8(x_39, sizeof(void*)*6 + 1, x_37); +lean_ctor_set(x_39, 6, x_29); +lean_ctor_set(x_39, 7, x_29); x_40 = lean_array_push(x_3, x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_36); -return x_41; +lean_ctor_set(x_25, 0, x_40); +return x_25; +} +} +} +else +{ +lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_25, 0); +x_42 = lean_ctor_get(x_25, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_25); +x_43 = l_Lean_Expr_isSort(x_41); +lean_dec(x_41); +x_44 = lean_box(0); +if (lean_obj_tag(x_23) == 0) +{ +if (x_43 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_45, 0, x_15); +lean_ctor_set(x_45, 1, x_14); +lean_ctor_set(x_45, 2, x_18); +lean_ctor_set(x_45, 3, x_20); +lean_ctor_set(x_45, 4, x_44); +lean_ctor_set(x_45, 5, x_44); +lean_ctor_set(x_45, 6, x_44); +lean_ctor_set(x_45, 7, x_44); +x_46 = lean_array_push(x_3, 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_42); +return x_47; +} +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_48 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_49 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_49, 0, x_15); +lean_ctor_set(x_49, 1, x_14); +lean_ctor_set(x_49, 2, x_18); +lean_ctor_set(x_49, 3, x_20); +lean_ctor_set(x_49, 4, x_44); +lean_ctor_set(x_49, 5, x_48); +lean_ctor_set(x_49, 6, x_44); +lean_ctor_set(x_49, 7, x_44); +x_50 = lean_array_push(x_3, x_49); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_42); +return x_51; +} } else { -uint8_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_dec(x_23); -x_42 = 1; -x_43 = lean_alloc_ctor(0, 6, 2); -lean_ctor_set(x_43, 0, x_15); -lean_ctor_set(x_43, 1, x_14); -lean_ctor_set(x_43, 2, x_18); -lean_ctor_set(x_43, 3, x_20); -lean_ctor_set(x_43, 4, x_38); -lean_ctor_set(x_43, 5, x_38); -lean_ctor_set_uint8(x_43, sizeof(void*)*6, x_42); -lean_ctor_set_uint8(x_43, sizeof(void*)*6 + 1, x_37); -x_44 = lean_array_push(x_3, 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_36); -return x_45; +if (x_43 == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_52 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_53 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_53, 0, x_15); +lean_ctor_set(x_53, 1, x_14); +lean_ctor_set(x_53, 2, x_18); +lean_ctor_set(x_53, 3, x_20); +lean_ctor_set(x_53, 4, x_52); +lean_ctor_set(x_53, 5, x_44); +lean_ctor_set(x_53, 6, x_44); +lean_ctor_set(x_53, 7, x_44); +x_54 = lean_array_push(x_3, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_42); +return x_55; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_57 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_57, 0, x_15); +lean_ctor_set(x_57, 1, x_14); +lean_ctor_set(x_57, 2, x_18); +lean_ctor_set(x_57, 3, x_20); +lean_ctor_set(x_57, 4, x_56); +lean_ctor_set(x_57, 5, x_56); +lean_ctor_set(x_57, 6, x_44); +lean_ctor_set(x_57, 7, x_44); +x_58 = lean_array_push(x_3, 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_42); +return x_59; +} } } } } else { -uint8_t x_66; +uint8_t x_80; lean_dec(x_15); lean_dec(x_14); lean_dec(x_9); @@ -14520,23 +13298,23 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_66 = !lean_is_exclusive(x_17); -if (x_66 == 0) +x_80 = !lean_is_exclusive(x_17); +if (x_80 == 0) { return x_17; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_17, 0); -x_68 = lean_ctor_get(x_17, 1); -lean_inc(x_68); -lean_inc(x_67); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_17, 0); +x_82 = lean_ctor_get(x_17, 1); +lean_inc(x_82); +lean_inc(x_81); lean_dec(x_17); -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_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; } } } @@ -17728,7 +16506,212 @@ return x_52; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___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) { +static lean_object* _init_l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__2; +x_2 = l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__1; +x_3 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_3, 0, x_1); +lean_ctor_set(x_3, 1, x_2); +lean_ctor_set(x_3, 2, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_5 = lean_st_ref_get(x_3, 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_ctor_get(x_6, 0); +lean_inc(x_8); +lean_dec(x_6); +x_9 = lean_st_ref_get(x_1, x_7); +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_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_13 = lean_ctor_get(x_2, 2); +x_14 = lean_ctor_get(x_2, 6); +x_15 = lean_ctor_get(x_2, 7); +x_16 = lean_st_ref_get(x_3, x_11); +x_17 = !lean_is_exclusive(x_16); +if (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_16, 0); +x_19 = lean_ctor_get(x_18, 2); +lean_inc(x_19); +lean_dec(x_18); +x_20 = l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1; +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +x_21 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_21, 0, x_8); +lean_ctor_set(x_21, 1, x_20); +lean_ctor_set(x_21, 2, x_12); +lean_ctor_set(x_21, 3, x_13); +lean_ctor_set(x_21, 4, x_14); +lean_ctor_set(x_21, 5, x_15); +lean_ctor_set(x_21, 6, x_19); +lean_ctor_set(x_16, 0, x_21); +return x_16; +} +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; +x_22 = lean_ctor_get(x_16, 0); +x_23 = lean_ctor_get(x_16, 1); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_16); +x_24 = lean_ctor_get(x_22, 2); +lean_inc(x_24); +lean_dec(x_22); +x_25 = l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1; +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +x_26 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_26, 0, x_8); +lean_ctor_set(x_26, 1, x_25); +lean_ctor_set(x_26, 2, x_12); +lean_ctor_set(x_26, 3, x_13); +lean_ctor_set(x_26, 4, x_14); +lean_ctor_set(x_26, 5, x_15); +lean_ctor_set(x_26, 6, 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_23); +return x_27; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___boxed), 4, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(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; +x_6 = l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg(x_2, x_3, x_4, x_5); +x_7 = !lean_is_exclusive(x_6); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; +x_8 = lean_ctor_get(x_6, 0); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_3, 1); +x_11 = lean_ctor_get(x_8, 1); +lean_dec(x_11); +lean_inc(x_10); +lean_ctor_set(x_8, 1, x_10); +return x_6; +} +else +{ +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; +x_12 = lean_ctor_get(x_3, 1); +x_13 = lean_ctor_get(x_8, 0); +x_14 = lean_ctor_get(x_8, 2); +x_15 = lean_ctor_get(x_8, 3); +x_16 = lean_ctor_get(x_8, 4); +x_17 = lean_ctor_get(x_8, 5); +x_18 = lean_ctor_get(x_8, 6); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_8); +lean_inc(x_12); +x_19 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_19, 0, x_13); +lean_ctor_set(x_19, 1, x_12); +lean_ctor_set(x_19, 2, x_14); +lean_ctor_set(x_19, 3, x_15); +lean_ctor_set(x_19, 4, x_16); +lean_ctor_set(x_19, 5, x_17); +lean_ctor_set(x_19, 6, x_18); +lean_ctor_set(x_6, 0, x_19); +return x_6; +} +} +else +{ +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; +x_20 = lean_ctor_get(x_6, 0); +x_21 = lean_ctor_get(x_6, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_6); +x_22 = lean_ctor_get(x_3, 1); +x_23 = lean_ctor_get(x_20, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_20, 2); +lean_inc(x_24); +x_25 = lean_ctor_get(x_20, 3); +lean_inc(x_25); +x_26 = lean_ctor_get(x_20, 4); +lean_inc(x_26); +x_27 = lean_ctor_get(x_20, 5); +lean_inc(x_27); +x_28 = lean_ctor_get(x_20, 6); +lean_inc(x_28); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + lean_ctor_release(x_20, 1); + lean_ctor_release(x_20, 2); + lean_ctor_release(x_20, 3); + lean_ctor_release(x_20, 4); + lean_ctor_release(x_20, 5); + lean_ctor_release(x_20, 6); + x_29 = x_20; +} else { + lean_dec_ref(x_20); + x_29 = lean_box(0); +} +lean_inc(x_22); +if (lean_is_scalar(x_29)) { + x_30 = lean_alloc_ctor(0, 7, 0); +} else { + x_30 = x_29; +} +lean_ctor_set(x_30, 0, x_23); +lean_ctor_set(x_30, 1, x_22); +lean_ctor_set(x_30, 2, x_24); +lean_ctor_set(x_30, 3, x_25); +lean_ctor_set(x_30, 4, x_26); +lean_ctor_set(x_30, 5, x_27); +lean_ctor_set(x_30, 6, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_21); +return x_31; +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -17766,15 +16749,15 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___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_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -17802,7 +16785,7 @@ x_16 = l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__3; x_17 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___rarg(x_17, x_3, x_4, x_5, x_6, x_10); +x_18 = l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg(x_17, x_3, x_4, x_5, x_6, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); @@ -17838,11 +16821,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg), 7, 0); return x_2; } } @@ -17906,19 +16889,19 @@ lean_dec(x_18); x_23 = l_Array_isEmpty___rarg(x_22); if (x_23 == 0) { -uint8_t x_71; -x_71 = 0; -x_24 = x_71; -goto block_70; +uint8_t x_81; +x_81 = 0; +x_24 = x_81; +goto block_80; } else { -uint8_t x_72; -x_72 = 1; -x_24 = x_72; -goto block_70; +uint8_t x_82; +x_82 = 1; +x_24 = x_82; +goto block_80; } -block_70: +block_80: { lean_object* x_25; lean_object* x_26; if (x_24 == 0) @@ -17928,57 +16911,57 @@ if (lean_obj_tag(x_21) == 0) lean_dec(x_22); x_25 = x_20; x_26 = x_19; -goto block_61; +goto block_71; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_21, 0); -lean_inc(x_62); +lean_object* x_72; lean_object* x_73; +x_72 = lean_ctor_get(x_21, 0); +lean_inc(x_72); lean_dec(x_21); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_63 = l_Lean_Widget_addInteractiveHypothesisBundle(x_20, x_22, x_62, x_12, x_7, x_8, x_9, x_10, x_19); -if (lean_obj_tag(x_63) == 0) +x_73 = l_Lean_Widget_addInteractiveHypothesisBundle(x_20, x_22, x_72, x_12, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_25 = x_64; -x_26 = x_65; -goto block_61; +lean_object* x_74; lean_object* x_75; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); +lean_inc(x_75); +lean_dec(x_73); +x_25 = x_74; +x_26 = x_75; +goto block_71; } else { -uint8_t x_66; +uint8_t x_76; 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_66 = !lean_is_exclusive(x_63); -if (x_66 == 0) +x_76 = !lean_is_exclusive(x_73); +if (x_76 == 0) { -return x_63; +return x_73; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_63, 0); -x_68 = lean_ctor_get(x_63, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_63); -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; +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_73, 0); +x_78 = lean_ctor_get(x_73, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_73); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } @@ -17989,9 +16972,9 @@ lean_dec(x_22); lean_dec(x_21); x_25 = x_20; x_26 = x_19; -goto block_61; +goto block_71; } -block_61: +block_71: { lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; x_27 = lean_ctor_get(x_6, 2); @@ -18003,131 +16986,166 @@ x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); lean_dec(x_28); x_31 = 0; +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); x_32 = l_Lean_Widget_ppExprTagged(x_29, x_31, x_7, x_8, x_9, x_10, x_30); if (lean_obj_tag(x_32) == 0) { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_32); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_32, 0); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); x_35 = lean_ctor_get(x_6, 0); lean_inc(x_35); -x_36 = l_Lean_Meta_getGoalPrefix(x_6); -lean_dec(x_6); -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_4); +x_36 = l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(x_7, x_8, x_9, x_10, x_34); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); if (lean_obj_tag(x_35) == 0) { -lean_object* x_38; -x_38 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_38, 0, x_25); -lean_ctor_set(x_38, 1, x_34); -lean_ctor_set(x_38, 2, x_12); -lean_ctor_set(x_38, 3, x_36); -lean_ctor_set(x_38, 4, x_37); -lean_ctor_set(x_38, 5, x_12); -lean_ctor_set(x_38, 6, x_12); -lean_ctor_set(x_32, 0, x_38); -return x_32; +uint8_t x_37; +x_37 = !lean_is_exclusive(x_36); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_36, 0); +x_39 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_39, 0, x_25); +lean_ctor_set(x_39, 1, x_33); +lean_ctor_set(x_39, 2, x_38); +x_40 = l_Lean_Meta_getGoalPrefix(x_6); +lean_dec(x_6); +x_41 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_12); +lean_ctor_set(x_41, 2, x_40); +lean_ctor_set(x_41, 3, x_4); +lean_ctor_set(x_41, 4, x_12); +lean_ctor_set(x_41, 5, x_12); +lean_ctor_set(x_36, 0, x_41); +return x_36; } else { -lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_39 = lean_erase_macro_scopes(x_35); -x_40 = 1; -x_41 = l_Lean_Name_toString(x_39, x_40); -x_42 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_42, 0, x_41); -x_43 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_43, 0, x_25); -lean_ctor_set(x_43, 1, x_34); -lean_ctor_set(x_43, 2, x_42); -lean_ctor_set(x_43, 3, x_36); -lean_ctor_set(x_43, 4, x_37); -lean_ctor_set(x_43, 5, x_12); -lean_ctor_set(x_43, 6, x_12); -lean_ctor_set(x_32, 0, x_43); -return x_32; +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_36, 0); +x_43 = lean_ctor_get(x_36, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_36); +x_44 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_44, 0, x_25); +lean_ctor_set(x_44, 1, x_33); +lean_ctor_set(x_44, 2, x_42); +x_45 = l_Lean_Meta_getGoalPrefix(x_6); +lean_dec(x_6); +x_46 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_12); +lean_ctor_set(x_46, 2, x_45); +lean_ctor_set(x_46, 3, x_4); +lean_ctor_set(x_46, 4, x_12); +lean_ctor_set(x_46, 5, x_12); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_43); +return x_47; } } else { -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_32, 0); -x_45 = lean_ctor_get(x_32, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_32); -x_46 = lean_ctor_get(x_6, 0); -lean_inc(x_46); -x_47 = l_Lean_Meta_getGoalPrefix(x_6); +uint8_t x_48; +x_48 = !lean_is_exclusive(x_36); +if (x_48 == 0) +{ +lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_49 = lean_ctor_get(x_36, 0); +x_50 = lean_erase_macro_scopes(x_35); +x_51 = 1; +x_52 = l_Lean_Name_toString(x_50, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_54 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_54, 0, x_25); +lean_ctor_set(x_54, 1, x_33); +lean_ctor_set(x_54, 2, x_49); +x_55 = l_Lean_Meta_getGoalPrefix(x_6); lean_dec(x_6); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_4); -if (lean_obj_tag(x_46) == 0) -{ -lean_object* x_49; lean_object* x_50; -x_49 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_49, 0, x_25); -lean_ctor_set(x_49, 1, x_44); -lean_ctor_set(x_49, 2, x_12); -lean_ctor_set(x_49, 3, x_47); -lean_ctor_set(x_49, 4, x_48); -lean_ctor_set(x_49, 5, x_12); -lean_ctor_set(x_49, 6, x_12); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_45); -return x_50; +x_56 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_53); +lean_ctor_set(x_56, 2, x_55); +lean_ctor_set(x_56, 3, x_4); +lean_ctor_set(x_56, 4, x_12); +lean_ctor_set(x_56, 5, x_12); +lean_ctor_set(x_36, 0, x_56); +return x_36; } else { -lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_51 = lean_erase_macro_scopes(x_46); -x_52 = 1; -x_53 = l_Lean_Name_toString(x_51, x_52); -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_53); -x_55 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_55, 0, x_25); -lean_ctor_set(x_55, 1, x_44); -lean_ctor_set(x_55, 2, x_54); -lean_ctor_set(x_55, 3, x_47); -lean_ctor_set(x_55, 4, x_48); -lean_ctor_set(x_55, 5, x_12); -lean_ctor_set(x_55, 6, x_12); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_45); -return x_56; +lean_object* 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; +x_57 = lean_ctor_get(x_36, 0); +x_58 = lean_ctor_get(x_36, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_36); +x_59 = lean_erase_macro_scopes(x_35); +x_60 = 1; +x_61 = l_Lean_Name_toString(x_59, x_60); +x_62 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_62, 0, x_61); +x_63 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_63, 0, x_25); +lean_ctor_set(x_63, 1, x_33); +lean_ctor_set(x_63, 2, x_57); +x_64 = l_Lean_Meta_getGoalPrefix(x_6); +lean_dec(x_6); +x_65 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_62); +lean_ctor_set(x_65, 2, x_64); +lean_ctor_set(x_65, 3, x_4); +lean_ctor_set(x_65, 4, x_12); +lean_ctor_set(x_65, 5, x_12); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_58); +return x_66; } } } else { -uint8_t x_57; +uint8_t x_67; lean_dec(x_25); +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_57 = !lean_is_exclusive(x_32); -if (x_57 == 0) +x_67 = !lean_is_exclusive(x_32); +if (x_67 == 0) { return x_32; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_32, 0); -x_59 = lean_ctor_get(x_32, 1); -lean_inc(x_59); -lean_inc(x_58); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_32, 0); +x_69 = lean_ctor_get(x_32, 1); +lean_inc(x_69); +lean_inc(x_68); lean_dec(x_32); -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; +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } @@ -18135,30 +17153,30 @@ return x_60; } else { -uint8_t x_73; +uint8_t x_83; 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_73 = !lean_is_exclusive(x_16); -if (x_73 == 0) +x_83 = !lean_is_exclusive(x_16); +if (x_83 == 0) { return x_16; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_16, 0); -x_75 = lean_ctor_get(x_16, 1); -lean_inc(x_75); -lean_inc(x_74); +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_16, 0); +x_85 = lean_ctor_get(x_16, 1); +lean_inc(x_85); +lean_inc(x_84); lean_dec(x_16); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +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; } } } @@ -18209,7 +17227,7 @@ lean_closure_set(x_17, 0, x_14); lean_closure_set(x_17, 1, x_15); lean_closure_set(x_17, 2, x_16); lean_closure_set(x_17, 3, x_1); -x_18 = l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__6___rarg(x_1, x_17, x_2, x_3, x_4, x_5, x_6); +x_18 = l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg(x_1, x_17, x_2, x_3, x_4, x_5, x_6); return x_18; } } @@ -18348,11 +17366,43 @@ x_16 = l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___spec__1 return x_16; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___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_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___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_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg(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_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6___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_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__7___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Widget_goalToInteractive___spec__9___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -18397,6 +17447,10 @@ if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Widget_InteractiveHypothesisBundle_val_x3f___default = _init_l_Lean_Widget_InteractiveHypothesisBundle_val_x3f___default(); lean_mark_persistent(l_Lean_Widget_InteractiveHypothesisBundle_val_x3f___default); +l_Lean_Widget_InteractiveHypothesisBundle_isInstance_x3f___default = _init_l_Lean_Widget_InteractiveHypothesisBundle_isInstance_x3f___default(); +lean_mark_persistent(l_Lean_Widget_InteractiveHypothesisBundle_isInstance_x3f___default); +l_Lean_Widget_InteractiveHypothesisBundle_isType_x3f___default = _init_l_Lean_Widget_InteractiveHypothesisBundle_isType_x3f___default(); +lean_mark_persistent(l_Lean_Widget_InteractiveHypothesisBundle_isType_x3f___default); l_Lean_Widget_InteractiveHypothesisBundle_isInserted_x3f___default = _init_l_Lean_Widget_InteractiveHypothesisBundle_isInserted_x3f___default(); lean_mark_persistent(l_Lean_Widget_InteractiveHypothesisBundle_isInserted_x3f___default); l_Lean_Widget_InteractiveHypothesisBundle_isRemoved_x3f___default = _init_l_Lean_Widget_InteractiveHypothesisBundle_isRemoved_x3f___default(); @@ -18411,130 +17465,134 @@ l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__4 = _init_l_Lea lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__4); l_Lean_Widget_instInhabitedInteractiveHypothesisBundle = _init_l_Lean_Widget_instInhabitedInteractiveHypothesisBundle(); lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveHypothesisBundle); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__2); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__3); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__4); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__5); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__6); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__7); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__8); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__9 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__9(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__9); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__10 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__10(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__10); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__11 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__11(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__11); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__12 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__12(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__12); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__13 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__13(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__13); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__14 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__14(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__14); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__15); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__16 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__16(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__16); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__17 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__17(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__17); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__18); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__19); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__20 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__20(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__20); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__21 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__21(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__21); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__22 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__22(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__22); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__23); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__24 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__24(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__24); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__25); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__26 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__26(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__26); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__27 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__27(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__27); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__28 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__28(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__28); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__29 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__29(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__29); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__30); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__31 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__31(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__31); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__32); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__33 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__33(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__33); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__34 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__34(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__34); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__35 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__35(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__35); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__36 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__36(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__36); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__37 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__37(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__37); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__38 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__38(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__38); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__39 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__39(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__39); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__40 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__40(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__40); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__41); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__42 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__42(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__42); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__43 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__43(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__43); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__44 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__44(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__44); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__45 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__45(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__45); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__46); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__47 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__47(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__47); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__48 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__48(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__48); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__49 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__49(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__49); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__50 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__50(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__50); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__51 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__51(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__51); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__52 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__52(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__52); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__53 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__53(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__53); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__54); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__55 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__55(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__55); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__56 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__56(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__56); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__57); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__58 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__58(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__58); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__59 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__59(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__59); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__60); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__61 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__61(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__61); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__62 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__62(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_178____closed__62); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__1); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__4); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__5); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__6); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__7); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__8); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__9 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__9(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__9); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__10 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__10(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__10); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__12 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__12(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__12); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__13 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__13(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__13); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__16 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__16(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__16); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__17 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__17(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__17); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__20 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__20(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__20); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__22 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__22(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__22); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__24 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__24(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__24); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__25); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__29 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__29(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__29); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__30); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__31 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__31(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__31); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__34 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__34(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__34); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__35); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__38 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__38(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__38); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__39 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__39(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__39); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__40 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__40(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__40); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__41); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__43 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__43(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__43); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__45 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__45(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__45); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__46 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__46(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__46); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__47); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__50 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__50(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__50); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__51 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__51(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__51); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__52 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__52(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__52); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__57 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__57(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__57); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__58 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__58(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__58); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__61 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__61(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__61); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__64 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__64(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__64); l_Lean_Widget_instFromJsonRpcEncodablePacket__1___closed__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__1___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonRpcEncodablePacket__1___closed__1); l_Lean_Widget_instFromJsonRpcEncodablePacket__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__1(); @@ -18567,78 +17625,80 @@ l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3 = _init_l_ lean_mark_persistent(l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__3); l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle = _init_l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle(); lean_mark_persistent(l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle); -l_Lean_Widget_InteractiveGoal_mvarId_x3f___default = _init_l_Lean_Widget_InteractiveGoal_mvarId_x3f___default(); -lean_mark_persistent(l_Lean_Widget_InteractiveGoal_mvarId_x3f___default); l_Lean_Widget_InteractiveGoal_isInserted_x3f___default = _init_l_Lean_Widget_InteractiveGoal_isInserted_x3f___default(); lean_mark_persistent(l_Lean_Widget_InteractiveGoal_isInserted_x3f___default); l_Lean_Widget_InteractiveGoal_isRemoved_x3f___default = _init_l_Lean_Widget_InteractiveGoal_isRemoved_x3f___default(); lean_mark_persistent(l_Lean_Widget_InteractiveGoal_isRemoved_x3f___default); -l_Lean_Widget_instInhabitedInteractiveGoal___closed__1 = _init_l_Lean_Widget_instInhabitedInteractiveGoal___closed__1(); -lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveGoal___closed__1); -l_Lean_Widget_instInhabitedInteractiveGoal = _init_l_Lean_Widget_instInhabitedInteractiveGoal(); -lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveGoal); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__2); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__3); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__4); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__5); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__6); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__7); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__8); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__9 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__9(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__9); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__10 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__10(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__10); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__11 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__11(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__11); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__12 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__12(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__12); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__13 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__13(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__13); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__14 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__14(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__14); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__15 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__15(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__15); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__16 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__16(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__16); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__17); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__18 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__18(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__18); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__19 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__19(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__19); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__20 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__20(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__20); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__21 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__21(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__21); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__22 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__22(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__22); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__23 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__23(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__23); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__24 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__24(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__24); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__25 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__25(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__25); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__26 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__26(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__26); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__27 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__27(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__27); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__28 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__28(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__28); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__29 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__29(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__29); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__30 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__30(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__30); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__31 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__31(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1499____closed__31); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__3); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__5); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__6); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__8); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__9 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__9(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__9); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__10 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__10(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__10); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__14 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__14(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__14); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__15 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__15(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__15); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__16 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__16(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__16); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__18 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__18(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__18); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__20 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__20(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__20); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__21 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__21(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__21); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__24 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__24(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__24); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__25 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__25(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__25); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__26 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__26(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__26); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__29 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__29(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__29); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__30 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__30(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__30); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__31 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__31(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__31); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__32 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__32(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__32); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__33 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__33(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__33); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__34 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__34(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__34); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__35 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__35(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__35); l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonRpcEncodablePacket__2___closed__1); l_Lean_Widget_instFromJsonRpcEncodablePacket__2 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__2(); @@ -18655,64 +17715,44 @@ l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3 = _init_l_Lean_Widget_ lean_mark_persistent(l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3); l_Lean_Widget_instRpcEncodableInteractiveGoal = _init_l_Lean_Widget_instRpcEncodableInteractiveGoal(); lean_mark_persistent(l_Lean_Widget_instRpcEncodableInteractiveGoal); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__3); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__4); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__5 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__5(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__5); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__6); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__7 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__7(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__7); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__8); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__9 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__9(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__9); -l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoal_pretty___spec__3___closed__10); -l_Lean_Widget_InteractiveGoal_pretty___closed__1 = _init_l_Lean_Widget_InteractiveGoal_pretty___closed__1(); -lean_mark_persistent(l_Lean_Widget_InteractiveGoal_pretty___closed__1); -l_Lean_Widget_InteractiveGoal_pretty___closed__2 = _init_l_Lean_Widget_InteractiveGoal_pretty___closed__2(); -lean_mark_persistent(l_Lean_Widget_InteractiveGoal_pretty___closed__2); -l_Lean_Widget_InteractiveGoal_pretty___closed__3 = _init_l_Lean_Widget_InteractiveGoal_pretty___closed__3(); -lean_mark_persistent(l_Lean_Widget_InteractiveGoal_pretty___closed__3); -l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__1 = _init_l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__1(); -lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__1); -l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__2 = _init_l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__2(); -lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__2); -l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__3 = _init_l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__3(); -lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveTermGoal___closed__3); -l_Lean_Widget_instInhabitedInteractiveTermGoal = _init_l_Lean_Widget_instInhabitedInteractiveTermGoal(); -lean_mark_persistent(l_Lean_Widget_instInhabitedInteractiveTermGoal); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__2); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__3); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__4); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__5); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__6); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__7); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__8); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__9 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__9(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__9); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__10 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__10(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__10); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__11 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__11(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__11); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__12 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__12(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2864____closed__12); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__2); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__5); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__7); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__9 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__9(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__9); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__10); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__11 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__11(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__11); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__14 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__14(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__14); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__16 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__16(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__16); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__17 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__17(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__17); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__18 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__18(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__18); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__19 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__19(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__19); l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1); l_Lean_Widget_instFromJsonRpcEncodablePacket__3 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__3(); @@ -18729,24 +17769,50 @@ l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3 = _init_l_Lean_Wid lean_mark_persistent(l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3); l_Lean_Widget_instRpcEncodableInteractiveTermGoal = _init_l_Lean_Widget_instRpcEncodableInteractiveTermGoal(); lean_mark_persistent(l_Lean_Widget_instRpcEncodableInteractiveTermGoal); -l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___closed__1 = _init_l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___closed__1(); -lean_mark_persistent(l_Lean_Widget_InteractiveTermGoal_toInteractiveGoal___closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__2); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__3); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__4); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__5); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__6); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__7); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3354____closed__8); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__2); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__4); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__5 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__5); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__6); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__7 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__7(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__7); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__8); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__9 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__9(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__9); +l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10); +l_Lean_Widget_InteractiveGoalCore_pretty___closed__1 = _init_l_Lean_Widget_InteractiveGoalCore_pretty___closed__1(); +lean_mark_persistent(l_Lean_Widget_InteractiveGoalCore_pretty___closed__1); +l_Lean_Widget_InteractiveGoalCore_pretty___closed__2 = _init_l_Lean_Widget_InteractiveGoalCore_pretty___closed__2(); +lean_mark_persistent(l_Lean_Widget_InteractiveGoalCore_pretty___closed__2); +l_Lean_Widget_InteractiveGoalCore_pretty___closed__3 = _init_l_Lean_Widget_InteractiveGoalCore_pretty___closed__3(); +lean_mark_persistent(l_Lean_Widget_InteractiveGoalCore_pretty___closed__3); +l_Lean_Widget_InteractiveTermGoal_pretty___closed__1 = _init_l_Lean_Widget_InteractiveTermGoal_pretty___closed__1(); +lean_mark_persistent(l_Lean_Widget_InteractiveTermGoal_pretty___closed__1); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8); l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1); l_Lean_Widget_instFromJsonRpcEncodablePacket__4 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__4(); @@ -18769,6 +17835,8 @@ l_Lean_Widget_instAppendInteractiveGoals = _init_l_Lean_Widget_instAppendInterac lean_mark_persistent(l_Lean_Widget_instAppendInteractiveGoals); l_Lean_Widget_instEmptyCollectionInteractiveGoals = _init_l_Lean_Widget_instEmptyCollectionInteractiveGoals(); lean_mark_persistent(l_Lean_Widget_instEmptyCollectionInteractiveGoals); +l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1 = _init_l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1); l_Lean_Widget_addInteractiveHypothesisBundle___closed__1 = _init_l_Lean_Widget_addInteractiveHypothesisBundle___closed__1(); lean_mark_persistent(l_Lean_Widget_addInteractiveHypothesisBundle___closed__1); l_Lean_Widget_addInteractiveHypothesisBundle___closed__2 = _init_l_Lean_Widget_addInteractiveHypothesisBundle___closed__2(); @@ -18781,6 +17849,8 @@ l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__3 = _init_l_Lean_Widget_w lean_mark_persistent(l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__3); l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1); +l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1 = _init_l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1(); +lean_mark_persistent(l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1); l_Lean_Widget_goalToInteractive___lambda__1___closed__1 = _init_l_Lean_Widget_goalToInteractive___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Widget_goalToInteractive___lambda__1___closed__1); l_Lean_Widget_goalToInteractive___lambda__1___closed__2 = _init_l_Lean_Widget_goalToInteractive___lambda__1___closed__2(); From 238884bc5260b74c4ee66c871ff6a50ee89375ef Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 23 Jan 2023 15:14:19 -0800 Subject: [PATCH 3/7] refactor: Bool.asProp --- src/Init/Coe.lean | 2 +- src/Init/Core.lean | 4 + src/Init/Data/Array/DecidableEq.lean | 4 +- src/Init/Data/List/Basic.lean | 29 ++-- src/Init/Data/Nat/Basic.lean | 18 +-- src/Init/Data/Nat/Linear.lean | 136 +++++++++--------- src/Init/Data/Nat/SOM.lean | 15 +- src/Init/Prelude.lean | 41 ++++-- src/Init/SimpLemmas.lean | 25 +++- src/Init/Util.lean | 4 +- src/Lean/Meta/Tactic/Simp/SimpTheorems.lean | 15 +- src/Lean/Util/Recognizers.lean | 3 + tests/lean/986.lean.expected.out | 2 +- .../CompilerProvokeFloatLet.lean.expected.out | 21 +-- tests/lean/congrThmIssue.lean.expected.out | 8 +- .../lean/eagerCoeExpansion.lean.expected.out | 10 +- .../interactive/completion7.lean.expected.out | 4 + tests/lean/ppite.lean.expected.out | 8 +- tests/lean/run/simpBool.lean | 10 +- 19 files changed, 189 insertions(+), 170 deletions(-) diff --git a/src/Init/Coe.lean b/src/Init/Coe.lean index 46a06b2bda3a..ebefc3a43d51 100644 --- a/src/Init/Coe.lean +++ b/src/Init/Coe.lean @@ -290,7 +290,7 @@ syntax:1024 (name := coeNotation) "↑" term:1024 : term /-! # Basic instances -/ instance boolToProp : Coe Bool Prop where - coe b := Eq b true + coe := Bool.asProp instance boolToSort : CoeSort Bool Prop where coe b := b diff --git a/src/Init/Core.lean b/src/Init/Core.lean index 25f3454e44d7..720f2b569c99 100644 --- a/src/Init/Core.lean +++ b/src/Init/Core.lean @@ -598,6 +598,10 @@ theorem Bool.of_not_eq_false : {b : Bool} → ¬ (b = false) → b = true | true, _ => rfl | false, h => absurd rfl h +theorem Bool.of_not_asProp : ¬ b.asProp → b = false := of_not_eq_true + +theorem Bool.of_asProp : b.asProp → b = true := id + theorem ne_of_beq_false [BEq α] [LawfulBEq α] {a b : α} (h : (a == b) = false) : a ≠ b := by intro h'; subst h'; have : true = false := Eq.trans LawfulBEq.rfl.symm h; contradiction diff --git a/src/Init/Data/Array/DecidableEq.lean b/src/Init/Data/Array/DecidableEq.lean index fb6c1f50bccc..44345d4b8ef0 100644 --- a/src/Init/Data/Array/DecidableEq.lean +++ b/src/Init/Data/Array/DecidableEq.lean @@ -31,14 +31,14 @@ theorem eq_of_isEqv [DecidableEq α] (a b : Array α) : Array.isEqv a b (fun x y have aux := eq_of_isEqvAux a b hsz 0 (Nat.zero_le ..) h exact ext a b hsz fun i h _ => aux i (Nat.zero_le ..) _ -theorem isEqvAux_self [DecidableEq α] (a : Array α) (i : Nat) : Array.isEqvAux a a rfl (fun x y => x = y) i = true := by +theorem isEqvAux_self [DecidableEq α] (a : Array α) (i : Nat) : Array.isEqvAux a a rfl (fun x y => x = y) i := by unfold Array.isEqvAux split case inl h => simp [h, isEqvAux_self a (i+1)] case inr h => simp [h] termination_by _ => a.size - i -theorem isEqv_self [DecidableEq α] (a : Array α) : Array.isEqv a a (fun x y => x = y) = true := by +theorem isEqv_self [DecidableEq α] (a : Array α) : Array.isEqv a a (fun x y => x = y) := by simp [isEqv, isEqvAux_self] instance [DecidableEq α] : DecidableEq (Array α) := diff --git a/src/Init/Data/List/Basic.lean b/src/Init/Data/List/Basic.lean index fca0ee920d23..583a0c5c0165 100644 --- a/src/Init/Data/List/Basic.lean +++ b/src/Init/Data/List/Basic.lean @@ -331,9 +331,7 @@ def replace [BEq α] : List α → α → α → List α -/ def elem [BEq α] (a : α) : List α → Bool | [] => false - | b::bs => match a == b with - | true => true - | false => elem a bs + | b::bs => a == b || elem a bs /-- `notElem a l` is `!(elem a l)`. -/ def notElem [BEq α] (a : α) (as : List α) : Bool := @@ -356,22 +354,21 @@ inductive Mem (a : α) : List α → Prop instance : Membership α (List α) where mem := Mem -theorem mem_of_elem_eq_true [DecidableEq α] {a : α} {as : List α} : elem a as = true → a ∈ as := by - match as with - | [] => simp [elem] - | a'::as => - simp [elem] - split - next h => intros; simp [BEq.beq] at h; subst h; apply Mem.head - next _ => intro h; exact Mem.tail _ (mem_of_elem_eq_true h) +theorem elem_iff_mem [DecidableEq α] {a : α} {as : List α} : elem a as ↔ a ∈ as := by + show _ ↔ Mem a as + have not_mem_nil : ∀ {a : α}, ¬ Mem a nil := by intro _ h; cases h + have mem_cons_iff : ∀ {a b : α} {bs}, Mem a (b::bs) ↔ (a = b ∨ Mem a bs) := by + intros; constructor <;> intro h <;> cases h <;> simp [*, Mem.head, Mem.tail] + induction as <;> simp [elem, *] -theorem elem_eq_true_of_mem [DecidableEq α] {a : α} {as : List α} (h : a ∈ as) : elem a as = true := by - induction h with - | head _ => simp [elem] - | tail _ _ ih => simp [elem]; split; rfl; assumption +theorem mem_of_elem [DecidableEq α] {a : α} {as : List α} : elem a as → a ∈ as := + elem_iff_mem.1 + +theorem elem_of_mem [DecidableEq α] {a : α} {as : List α} (h : a ∈ as) : elem a as := + elem_iff_mem.2 h instance [DecidableEq α] (a : α) (as : List α) : Decidable (a ∈ as) := - decidable_of_decidable_of_iff (Iff.intro mem_of_elem_eq_true elem_eq_true_of_mem) + decidable_of_decidable_of_iff elem_iff_mem theorem mem_append_of_mem_left {a : α} {as : List α} (bs : List α) : a ∈ as → a ∈ as ++ bs := by intro h diff --git a/src/Init/Data/Nat/Basic.lean b/src/Init/Data/Nat/Basic.lean index 42737bcde69c..dc1c8c647b7b 100644 --- a/src/Init/Data/Nat/Basic.lean +++ b/src/Init/Data/Nat/Basic.lean @@ -89,26 +89,18 @@ attribute [simp] Nat.zero_le /-! # Helper Bool relation theorems -/ -@[simp] theorem beq_refl (a : Nat) : Nat.beq a a = true := by +@[simp] theorem beq_refl (a : Nat) : (Nat.beq a a).asProp := by induction a with simp [Nat.beq] | succ a ih => simp [ih] -@[simp] theorem beq_eq : (Nat.beq x y = true) = (x = y) := propext <| Iff.intro Nat.eq_of_beq_eq_true (fun h => h ▸ (Nat.beq_refl x)) -@[simp] theorem ble_eq : (Nat.ble x y = true) = (x ≤ y) := propext <| Iff.intro Nat.le_of_ble_eq_true Nat.ble_eq_true_of_le -@[simp] theorem blt_eq : (Nat.blt x y = true) = (x < y) := propext <| Iff.intro Nat.le_of_ble_eq_true Nat.ble_eq_true_of_le +@[simp] theorem beq_eq : (Nat.beq x y).asProp = (x = y) := propext <| Iff.intro Nat.eq_of_beq (fun h => h ▸ (Nat.beq_refl x)) +@[simp] theorem ble_eq : (Nat.ble x y).asProp = (x ≤ y) := propext <| Iff.intro Nat.le_of_ble Nat.ble_of_le +@[simp] theorem blt_eq : (Nat.blt x y).asProp = (x < y) := propext <| Iff.intro Nat.le_of_ble Nat.ble_of_le instance : LawfulBEq Nat where - eq_of_beq h := Nat.eq_of_beq_eq_true h + eq_of_beq h := Nat.eq_of_beq h rfl := by simp [BEq.beq] -@[simp] theorem beq_eq_true_eq (a b : Nat) : ((a == b) = true) = (a = b) := propext <| Iff.intro eq_of_beq (fun h => by subst h; apply LawfulBEq.rfl) -@[simp] theorem not_beq_eq_true_eq (a b : Nat) : ((!(a == b)) = true) = ¬(a = b) := - propext <| Iff.intro - (fun h₁ h₂ => by subst h₂; rw [LawfulBEq.rfl] at h₁; contradiction) - (fun h => - have : ¬ ((a == b) = true) := fun h' => absurd (eq_of_beq h') h - by simp [this]) - /-! # Nat.add theorems -/ @[simp] protected theorem zero_add : ∀ (n : Nat), 0 + n = n diff --git a/src/Init/Data/Nat/Linear.lean b/src/Init/Data/Nat/Linear.lean index 667af7dfce77..3c2de5c09ba5 100644 --- a/src/Init/Data/Nat/Linear.lean +++ b/src/Init/Data/Nat/Linear.lean @@ -274,11 +274,12 @@ def PolyCnstr.toExpr (c : PolyCnstr) : ExprCnstr := attribute [local simp] Nat.add_comm Nat.add_assoc Nat.add_left_comm Nat.right_distrib Nat.left_distrib Nat.mul_assoc Nat.mul_comm attribute [local simp] Poly.denote Expr.denote Poly.insertSorted Poly.sort Poly.sort.go Poly.fuse Poly.cancelAux attribute [local simp] Poly.mul Poly.mul.go +attribute [local simp] cond_eq_ite theorem Poly.denote_insertSorted (ctx : Context) (k : Nat) (v : Var) (p : Poly) : (p.insertSorted k v).denote ctx = p.denote ctx + k * v.denote ctx := by match p with | [] => simp - | (k', v') :: p => by_cases h : Nat.blt v v' <;> simp [h, denote_insertSorted] + | (k', v') :: p => by_cases h : v < v' <;> simp [h, denote_insertSorted] attribute [local simp] Poly.denote_insertSorted @@ -328,22 +329,22 @@ theorem Poly.denote_fuse (ctx : Context) (p : Poly) : p.fuse.denote ctx = p.deno simp split case _ h => simp [← ih, h] - case _ k' v' p' h => by_cases he : v == v' <;> simp [he, ← ih, h]; rw [eq_of_beq he] + case _ k' v' p' h => by_cases he : v = v' <;> simp_all [he, ← ih, h] attribute [local simp] Poly.denote_fuse -theorem Poly.denote_mul (ctx : Context) (k : Nat) (p : Poly) : (p.mul k).denote ctx = k * p.denote ctx := by - simp - by_cases h : k == 0 <;> simp [h]; simp [eq_of_beq h] - by_cases h : k == 1 <;> simp [h]; simp [eq_of_beq h] - induction p with - | nil => simp - | cons kv m ih => cases kv with | _ k' v => simp [ih] +theorem Poly.denote_mul (ctx : Context) (k : Nat) (p : Poly) : (p.mul k).denote ctx = k * p.denote ctx := + match k with + | 0 | 1 => by simp + | k+2 => by + induction p with + | nil => simp + | cons kv m ih => cases kv with | _ k' v => + simp_all [ih, show k + 1 ≠ 0 from (nomatch ·), show k + 2 ≠ 0 from (nomatch ·)] + simp only [Nat.mul_left_comm] -private theorem eq_of_not_blt_eq_true (h₁ : ¬ (Nat.blt x y = true)) (h₂ : ¬ (Nat.blt y x = true)) : x = y := - have h₁ : ¬ x < y := fun h => h₁ (Nat.blt_eq.mpr h) - have h₂ : ¬ y < x := fun h => h₂ (Nat.blt_eq.mpr h) - Nat.le_antisymm (Nat.ge_of_not_lt h₂) (Nat.ge_of_not_lt h₁) +private theorem eq_of_not_lt {x y : Nat} (hxy : ¬ x < y) (hyx : ¬ y < x) : x = y := + Nat.le_antisymm (Nat.ge_of_not_lt hyx) (Nat.ge_of_not_lt hxy) attribute [local simp] Poly.denote_mul @@ -355,27 +356,27 @@ theorem Poly.denote_eq_cancelAux (ctx : Context) (fuel : Nat) (m₁ m₂ r₁ r simp split <;> simp at h <;> try assumption rename_i k₁ v₁ m₁ k₂ v₂ m₂ - by_cases hltv : Nat.blt v₁ v₂ <;> simp [hltv] + by_cases hltv : v₁ < v₂ <;> simp [hltv] · apply ih; simp [denote_eq] at h |-; assumption - · by_cases hgtv : Nat.blt v₂ v₁ <;> simp [hgtv] + · by_cases hgtv : v₂ < v₁ <;> simp [hgtv] · apply ih; simp [denote_eq] at h |-; assumption - · have heqv : v₁ = v₂ := eq_of_not_blt_eq_true hltv hgtv; subst heqv - by_cases hltk : Nat.blt k₁ k₂ <;> simp [hltk] + · cases eq_of_not_lt hltv hgtv + by_cases hltk : k₁ < k₂ <;> simp [hltk] · apply ih simp [denote_eq] at h |- - have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hltk)) + have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hltk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] apply Eq.symm apply Nat.sub_eq_of_eq_add simp [h] - · by_cases hgtk : Nat.blt k₂ k₁ <;> simp [hgtk] + · by_cases hgtk : k₂ < k₁ <;> simp [hgtk] · apply ih simp [denote_eq] at h |- - have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hgtk)) + have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hgtk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] apply Nat.sub_eq_of_eq_add simp [h] - · have heqk : k₁ = k₂ := eq_of_not_blt_eq_true hltk hgtk; subst heqk + · cases eq_of_not_lt hltk hgtk apply ih simp [denote_eq] at h |- rw [← Nat.add_assoc, ← Nat.add_assoc] at h @@ -389,26 +390,26 @@ theorem Poly.of_denote_eq_cancelAux (ctx : Context) (fuel : Nat) (m₁ m₂ r₁ simp at h split at h <;> simp <;> try assumption rename_i k₁ v₁ m₁ k₂ v₂ m₂ - by_cases hltv : Nat.blt v₁ v₂ <;> simp [hltv] at h + by_cases hltv : v₁ < v₂ <;> simp [hltv] at h · have ih := ih (h := h); simp [denote_eq] at ih ⊢; assumption - · by_cases hgtv : Nat.blt v₂ v₁ <;> simp [hgtv] at h + · by_cases hgtv : v₂ < v₁ <;> simp [hgtv] at h · have ih := ih (h := h); simp [denote_eq] at ih ⊢; assumption - · have heqv : v₁ = v₂ := eq_of_not_blt_eq_true hltv hgtv; subst heqv - by_cases hltk : Nat.blt k₁ k₂ <;> simp [hltk] at h + · cases eq_of_not_lt hltv hgtv + by_cases hltk : k₁ < k₂ <;> simp [hltk] at h · have ih := ih (h := h); simp [denote_eq] at ih ⊢ - have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hltk)) + have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hltk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] at ih have ih := Nat.eq_add_of_sub_eq (Nat.le_trans haux (Nat.le_add_left ..)) ih.symm simp at ih rw [ih] - · by_cases hgtk : Nat.blt k₂ k₁ <;> simp [hgtk] at h + · by_cases hgtk : k₂ < k₁ <;> simp [hgtk] at h · have ih := ih (h := h); simp [denote_eq] at ih ⊢ - have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hgtk)) + have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hgtk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] at ih have ih := Nat.eq_add_of_sub_eq (Nat.le_trans haux (Nat.le_add_left ..)) ih simp at ih rw [ih] - · have heqk : k₁ = k₂ := eq_of_not_blt_eq_true hltk hgtk; subst heqk + · cases eq_of_not_lt hltk hgtk have ih := ih (h := h); simp [denote_eq] at ih ⊢ rw [← Nat.add_assoc, ih, Nat.add_assoc] @@ -434,26 +435,26 @@ theorem Poly.denote_le_cancelAux (ctx : Context) (fuel : Nat) (m₁ m₂ r₁ r simp split <;> simp at h <;> try assumption rename_i k₁ v₁ m₁ k₂ v₂ m₂ - by_cases hltv : Nat.blt v₁ v₂ <;> simp [hltv] + by_cases hltv : v₁ < v₂ <;> simp [hltv] · apply ih; simp [denote_le] at h |-; assumption - · by_cases hgtv : Nat.blt v₂ v₁ <;> simp [hgtv] + · by_cases hgtv : v₂ < v₁ <;> simp [hgtv] · apply ih; simp [denote_le] at h |-; assumption - · have heqv : v₁ = v₂ := eq_of_not_blt_eq_true hltv hgtv; subst heqv - by_cases hltk : Nat.blt k₁ k₂ <;> simp [hltk] + · have heqv : v₁ = v₂ := eq_of_not_lt hltv hgtv; subst heqv + by_cases hltk : k₁ < k₂ <;> simp [hltk] · apply ih simp [denote_le] at h |- - have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hltk)) + have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hltk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] apply Nat.le_sub_of_add_le simp [h] - · by_cases hgtk : Nat.blt k₂ k₁ <;> simp [hgtk] + · by_cases hgtk : k₂ < k₁ <;> simp [hgtk] · apply ih simp [denote_le] at h |- - have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hgtk)) + have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hgtk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] apply Nat.sub_le_of_le_add simp [h] - · have heqk : k₁ = k₂ := eq_of_not_blt_eq_true hltk hgtk; subst heqk + · have heqk : k₁ = k₂ := eq_of_not_lt hltk hgtk; subst heqk apply ih simp [denote_le] at h |- rw [← Nat.add_assoc, ← Nat.add_assoc] at h @@ -468,26 +469,26 @@ theorem Poly.of_denote_le_cancelAux (ctx : Context) (fuel : Nat) (m₁ m₂ r₁ simp at h split at h <;> simp <;> try assumption rename_i k₁ v₁ m₁ k₂ v₂ m₂ - by_cases hltv : Nat.blt v₁ v₂ <;> simp [hltv] at h + by_cases hltv : v₁ < v₂ <;> simp [hltv] at h · have ih := ih (h := h); simp [denote_le] at ih ⊢; assumption - · by_cases hgtv : Nat.blt v₂ v₁ <;> simp [hgtv] at h + · by_cases hgtv : v₂ < v₁ <;> simp [hgtv] at h · have ih := ih (h := h); simp [denote_le] at ih ⊢; assumption - · have heqv : v₁ = v₂ := eq_of_not_blt_eq_true hltv hgtv; subst heqv - by_cases hltk : Nat.blt k₁ k₂ <;> simp [hltk] at h + · have heqv : v₁ = v₂ := eq_of_not_lt hltv hgtv; subst heqv + by_cases hltk : k₁ < k₂ <;> simp [hltk] at h · have ih := ih (h := h); simp [denote_le] at ih ⊢ - have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hltk)) + have haux : k₁ * Var.denote ctx v₁ ≤ k₂ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hltk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] at ih have := Nat.add_le_of_le_sub (Nat.le_trans haux (Nat.le_add_left ..)) ih simp at this exact this - · by_cases hgtk : Nat.blt k₂ k₁ <;> simp [hgtk] at h + · by_cases hgtk : k₂ < k₁ <;> simp [hgtk] at h · have ih := ih (h := h); simp [denote_le] at ih ⊢ - have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt (Nat.blt_eq.mp hgtk)) + have haux : k₂ * Var.denote ctx v₁ ≤ k₁ * Var.denote ctx v₁ := Nat.mul_le_mul_right _ (Nat.le_of_lt hgtk) rw [Nat.mul_sub_right_distrib, ← Nat.add_assoc, ← Nat.add_sub_assoc haux] at ih have := Nat.le_add_of_sub_le ih simp at this exact this - · have heqk : k₁ = k₂ := eq_of_not_blt_eq_true hltk hgtk; subst heqk + · have heqk : k₁ = k₂ := eq_of_not_lt hltk hgtk; subst heqk have ih := ih (h := h); simp [denote_le] at ih ⊢ have := Nat.add_le_add_right ih (k₁ * Var.denote ctx v₁) simp at this @@ -512,10 +513,9 @@ theorem Poly.denote_combineAux (ctx : Context) (fuel : Nat) (p₁ p₂ : Poly) : | succ fuel ih => split <;> simp rename_i k₁ v₁ p₁ k₂ v₂ p₂ - by_cases hltv : Nat.blt v₁ v₂ <;> simp [hltv, ih] - by_cases hgtv : Nat.blt v₂ v₁ <;> simp [hgtv, ih] - have heqv : v₁ = v₂ := eq_of_not_blt_eq_true hltv hgtv - simp [heqv] + by_cases hltv : v₁ < v₂ <;> simp [hltv, ih] + by_cases hgtv : v₂ < v₁ <;> simp [hgtv, ih] + simp [eq_of_not_lt hgtv hltv] theorem Poly.denote_combine (ctx : Context) (p₁ p₂ : Poly) : (p₁.combine p₂).denote ctx = p₁.denote ctx + p₂.denote ctx := by simp [combine, denote_combineAux] @@ -524,7 +524,7 @@ attribute [local simp] Poly.denote_combine theorem Expr.denote_toPoly (ctx : Context) (e : Expr) : e.toPoly.denote ctx = e.denote ctx := by induction e with - | num k => by_cases h : k == 0 <;> simp [toPoly, h, Var.denote]; simp [eq_of_beq h] + | num k => by_cases h : k = 0 <;> simp [toPoly, h, Var.denote] | var i => simp [toPoly] | add a b iha ihb => simp [toPoly, iha, ihb] | mulL k a ih => simp [toPoly, ih, -Poly.mul] @@ -559,7 +559,7 @@ theorem ExprCnstr.toPoly_norm_eq (c : ExprCnstr) : c.toPoly.norm = c.toNormPoly theorem ExprCnstr.denote_toPoly (ctx : Context) (c : ExprCnstr) : c.toPoly.denote ctx = c.denote ctx := by cases c; rename_i eq lhs rhs simp [ExprCnstr.denote, PolyCnstr.denote, ExprCnstr.toPoly]; - by_cases h : eq = true <;> simp [h] + by_cases h : eq <;> simp [h] · simp [Poly.denote_eq, Expr.toPoly] · simp [Poly.denote_le, Expr.toPoly] @@ -568,7 +568,7 @@ attribute [local simp] ExprCnstr.denote_toPoly theorem ExprCnstr.denote_toNormPoly (ctx : Context) (c : ExprCnstr) : c.toNormPoly.denote ctx = c.denote ctx := by cases c; rename_i eq lhs rhs simp [ExprCnstr.denote, PolyCnstr.denote, ExprCnstr.toNormPoly] - by_cases h : eq = true <;> simp [h] + by_cases h : eq <;> simp [h] · rw [Poly.denote_eq_cancel_eq]; simp [Poly.denote_eq, Expr.toNormPoly, Poly.norm] · rw [Poly.denote_le_cancel_eq]; simp [Poly.denote_le, Expr.toNormPoly, Poly.norm] @@ -586,13 +586,9 @@ attribute [-simp] Nat.right_distrib Nat.left_distrib theorem PolyCnstr.denote_mul (ctx : Context) (k : Nat) (c : PolyCnstr) : (c.mul (k+1)).denote ctx = c.denote ctx := by cases c; rename_i eq lhs rhs - have : k ≠ 0 → k + 1 ≠ 1 := by intro h; match k with | 0 => contradiction | k+1 => simp; apply Nat.succ_ne_zero - have : ¬ (k == 0) → (k + 1 == 1) = false := fun h => beq_false_of_ne (this (ne_of_beq_false (Bool.of_not_eq_true h))) - have : ¬ ((k + 1 == 0) = true) := fun h => absurd (eq_of_beq h) (Nat.succ_ne_zero k) - have : (1 == (0 : Nat)) = false := rfl - have : (1 == (1 : Nat)) = true := rfl - by_cases he : eq = true <;> simp [he, PolyCnstr.mul, PolyCnstr.denote, Poly.denote_le, Poly.denote_eq] - <;> by_cases hk : k == 0 <;> (try simp [eq_of_beq hk]) <;> simp [*] <;> apply propext <;> apply Iff.intro <;> intro h + have : k + 1 ≠ 0 := (nomatch ·) + by_cases he : eq <;> simp [he, PolyCnstr.mul, PolyCnstr.denote, Poly.denote_le, Poly.denote_eq] + <;> by_cases hk : k = 0 <;> (try simp [hk]) <;> simp [*] <;> apply propext <;> apply Iff.intro <;> intro h · exact Nat.eq_of_mul_eq_mul_left (Nat.zero_lt_succ _) h · rw [h] · exact Nat.le_of_mul_le_mul_left h (Nat.zero_lt_succ _) @@ -606,7 +602,7 @@ theorem PolyCnstr.denote_combine {ctx : Context} {c₁ c₂ : PolyCnstr} (h₁ : cases c₁; cases c₂; rename_i eq₁ lhs₁ rhs₁ eq₂ lhs₂ rhs₂ simp [denote] at h₁ h₂ simp [PolyCnstr.combine, denote] - by_cases he₁ : eq₁ = true <;> by_cases he₂ : eq₂ = true <;> simp [he₁, he₂] at h₁ h₂ |- + by_cases he₁ : eq₁ <;> by_cases he₂ : eq₂ <;> simp [he₁, he₂] at h₁ h₂ |- · rw [Poly.denote_eq_cancel_eq]; simp [Poly.denote_eq] at h₁ h₂ |-; simp [h₁, h₂] · rw [Poly.denote_le_cancel_eq]; simp [Poly.denote_eq, Poly.denote_le] at h₁ h₂ |-; rw [h₁]; apply Nat.add_le_add_left h₂ · rw [Poly.denote_le_cancel_eq]; simp [Poly.denote_eq, Poly.denote_le] at h₁ h₂ |-; rw [h₂]; apply Nat.add_le_add_right h₁ @@ -618,28 +614,28 @@ theorem Poly.isNum?_eq_some (ctx : Context) {p : Poly} {k : Nat} : p.isNum? = so simp [isNum?] split next => intro h; injection h - next k v => by_cases h : v == fixedVar <;> simp [h]; intros; simp [Var.denote, eq_of_beq h]; assumption + next k v => by_cases h : v = fixedVar <;> simp [h]; intros; simp [Var.denote, h]; assumption next => intros; contradiction -theorem Poly.of_isZero (ctx : Context) {p : Poly} (h : isZero p = true) : p.denote ctx = 0 := by +theorem Poly.of_isZero (ctx : Context) {p : Poly} (h : isZero p) : p.denote ctx = 0 := by simp [isZero] at h split at h · simp · contradiction -theorem Poly.of_isNonZero (ctx : Context) {p : Poly} (h : isNonZero p = true) : p.denote ctx > 0 := by +theorem Poly.of_isNonZero (ctx : Context) {p : Poly} (h : isNonZero p) : p.denote ctx > 0 := by match p with | [] => contradiction | (k, v) :: p => - by_cases he : v == fixedVar <;> simp [he, isNonZero] at h ⊢ - · simp [eq_of_beq he, Var.denote]; apply Nat.lt_of_succ_le; exact Nat.le_trans h (Nat.le_add_right ..) + by_cases he : v = fixedVar <;> simp [he, isNonZero] at h ⊢ + · simp [he, Var.denote]; apply Nat.lt_of_succ_le; exact Nat.le_trans h (Nat.le_add_right ..) · have ih := of_isNonZero ctx h exact Nat.le_trans ih (Nat.le_add_right ..) theorem PolyCnstr.eq_false_of_isUnsat (ctx : Context) {c : PolyCnstr} : c.isUnsat → c.denote ctx = False := by cases c; rename_i eq lhs rhs simp [isUnsat] - by_cases he : eq = true <;> simp [he, denote, Poly.denote_eq, Poly.denote_le] + by_cases he : eq <;> simp [he, denote, Poly.denote_eq, Poly.denote_le] · intro | Or.inl ⟨h₁, h₂⟩ => simp [Poly.of_isZero, h₁]; have := Nat.not_eq_zero_of_lt (Poly.of_isNonZero ctx h₂); simp [this.symm] | Or.inr ⟨h₁, h₂⟩ => simp [Poly.of_isZero, h₂]; have := Nat.not_eq_zero_of_lt (Poly.of_isNonZero ctx h₁); simp [this] @@ -652,7 +648,7 @@ theorem PolyCnstr.eq_false_of_isUnsat (ctx : Context) {c : PolyCnstr} : c.isUnsa theorem PolyCnstr.eq_true_of_isValid (ctx : Context) {c : PolyCnstr} : c.isValid → c.denote ctx = True := by cases c; rename_i eq lhs rhs simp [isValid] - by_cases he : eq = true <;> simp [he, denote, Poly.denote_eq, Poly.denote_le] + by_cases he : eq <;> simp [he, denote, Poly.denote_eq, Poly.denote_le] · intro ⟨h₁, h₂⟩ simp [Poly.of_isZero, h₁, h₂] · intro h @@ -694,9 +690,9 @@ theorem Certificate.of_combine_isUnsat (ctx : Context) (cs : Certificate) (h : c theorem denote_monomialToExpr (ctx : Context) (k : Nat) (v : Var) : (monomialToExpr k v).denote ctx = k * v.denote ctx := by simp [monomialToExpr] - by_cases h : v == fixedVar <;> simp [h, Expr.denote] - · simp [eq_of_beq h, Var.denote] - · by_cases h : k == 1 <;> simp [h, Expr.denote]; simp [eq_of_beq h] + by_cases h : v = fixedVar <;> simp [h, Expr.denote] + · simp [h, Var.denote] + · by_cases h : k = 1 <;> simp [h, Expr.denote] attribute [local simp] denote_monomialToExpr diff --git a/src/Init/Data/Nat/SOM.lean b/src/Init/Data/Nat/SOM.lean index f021500d8877..6c16b8878fcd 100644 --- a/src/Init/Data/Nat/SOM.lean +++ b/src/Init/Data/Nat/SOM.lean @@ -113,11 +113,11 @@ where induction fuel generalizing m₁ m₂ with | zero => simp! [append_denote] | succ _ ih => - simp! + simp! [cond_eq_ite] split <;> simp! next v₁ m₁ v₂ m₂ => - by_cases hlt : Nat.blt v₁ v₂ <;> simp! [hlt, Nat.mul_assoc, ih] - by_cases hgt : Nat.blt v₂ v₁ <;> simp! [hgt, Nat.mul_assoc, Nat.mul_comm, Nat.mul_left_comm, ih] + by_cases hlt : v₁ < v₂ <;> simp! [hlt, Nat.mul_assoc, ih] + by_cases hgt : v₂ < v₁ <;> simp! [hgt, Nat.mul_assoc, Nat.mul_comm, Nat.mul_left_comm, ih] theorem Poly.append_denote (ctx : Context) (p₁ p₂ : Poly) : (p₁ ++ p₂).denote ctx = p₁.denote ctx + p₂.denote ctx := by match p₁ with @@ -135,11 +135,11 @@ where split <;> simp! next k₁ m₁ p₁ k₂ m₂ p₂ => by_cases hlt : m₁ < m₂ <;> simp! [hlt, Nat.add_assoc, ih] - by_cases hgt : m₂ < m₁ <;> simp! [hgt, Nat.add_assoc, Nat.add_comm, Nat.add_left_comm, ih] + by_cases hgt : m₂ < m₁ <;> simp! [hgt, Nat.add_assoc, Nat.add_comm, Nat.add_left_comm, ih, cond_eq_ite] have : m₁ = m₂ := List.le_antisymm hgt hlt subst m₂ - by_cases heq : k₁ + k₂ == 0 <;> simp! [heq, ih] - · simp [← Nat.add_assoc, ← Nat.right_distrib, eq_of_beq heq] + by_cases heq : k₁ + k₂ = 0 <;> simp! [heq, ih, if_pos, if_neg] + · simp [← Nat.add_assoc, ← Nat.right_distrib, heq] · simp [Nat.right_distrib, Nat.add_assoc, Nat.add_comm, Nat.add_left_comm] theorem Poly.denote_insertSorted (ctx : Context) (k : Nat) (m : Mon) (p : Poly) : (p.insertSorted k m).denote ctx = p.denote ctx + k * m.denote ctx := by @@ -171,8 +171,7 @@ where theorem Expr.toPoly_denote (ctx : Context) (e : Expr) : e.toPoly.denote ctx = e.denote ctx := by induction e with | num k => - simp!; by_cases h : k == 0 <;> simp! [*] - simp [eq_of_beq h] + simp!; by_cases h : k = 0 <;> simp! [*, cond_eq_ite] | var v => simp! | add a b => simp! [Poly.add_denote, *] | mul a b => simp! [Poly.mul_denote, *] diff --git a/src/Init/Prelude.lean b/src/Init/Prelude.lean index 95de6a774e31..5bafd30b694f 100644 --- a/src/Init/Prelude.lean +++ b/src/Init/Prelude.lean @@ -550,6 +550,10 @@ inductive Bool : Type where export Bool (false true) +/-- Interprets a Boolean value as a proposition. -/ +def Bool.asProp (b : Bool) : Prop := + Eq b true + /-- `Subtype p`, usually written as `{x : α // p x}`, is a type which represents all the elements `x : α` for which `p x` is true. It is structurally @@ -844,6 +848,13 @@ theorem of_decide_eq_self_eq_true [inst : DecidableEq α] (a : α) : Eq (decide | isTrue _ => rfl | isFalse h₁ => absurd rfl h₁ +theorem decide_asProp_of [Decidable p] : p → (decide p).asProp := decide_eq_true + +instance : Decidable (Bool.asProp b) := + match b with + | true => isTrue rfl + | false => isFalse (nomatch ·) + /-- Decidable equality for Bool -/ @[inline] def Bool.decEq (a b : Bool) : Decidable (Eq a b) := match a, b with @@ -1478,13 +1489,13 @@ def Nat.beq : (@& Nat) → (@& Nat) → Bool instance : BEq Nat where beq := Nat.beq -theorem Nat.eq_of_beq_eq_true : {n m : Nat} → Eq (beq n m) true → Eq n m +protected theorem Nat.eq_of_beq : {n m : Nat} → (beq n m).asProp → Eq n m | zero, zero, _ => rfl | zero, succ _, h => Bool.noConfusion h | succ _, zero, h => Bool.noConfusion h | succ n, succ m, h => have : Eq (beq n m) true := h - have : Eq n m := eq_of_beq_eq_true this + have : Eq n m := Nat.eq_of_beq this this ▸ rfl theorem Nat.ne_of_beq_eq_false : {n m : Nat} → Eq (beq n m) false → Not (Eq n m) @@ -1505,7 +1516,7 @@ here is the logical model. @[reducible, extern "lean_nat_dec_eq"] protected def Nat.decEq (n m : @& Nat) : Decidable (Eq n m) := match h:beq n m with - | true => isTrue (eq_of_beq_eq_true h) + | true => isTrue (Nat.eq_of_beq h) | false => isFalse (ne_of_beq_eq_false h) @[inline] instance : DecidableEq Nat := Nat.decEq @@ -1649,30 +1660,30 @@ protected theorem Nat.lt_of_le_of_ne {n m : Nat} (h₁ : LE.le n m) (h₂ : Not | Or.inl h₃ => h₃ | Or.inr h₃ => absurd (Nat.le_antisymm h₁ h₃) h₂ -theorem Nat.le_of_ble_eq_true (h : Eq (Nat.ble n m) true) : LE.le n m := +theorem Nat.le_of_ble (h : (Nat.ble n m).asProp) : LE.le n m := match n, m with | 0, _ => Nat.zero_le _ - | succ _, succ _ => Nat.succ_le_succ (le_of_ble_eq_true h) + | succ _, succ _ => Nat.succ_le_succ (le_of_ble h) -theorem Nat.ble_self_eq_true : (n : Nat) → Eq (Nat.ble n n) true +theorem Nat.ble_self : (n : Nat) → (Nat.ble n n).asProp | 0 => rfl - | succ n => ble_self_eq_true n + | succ n => ble_self n -theorem Nat.ble_succ_eq_true : {n m : Nat} → Eq (Nat.ble n m) true → Eq (Nat.ble n (succ m)) true +theorem Nat.ble_succ : {n m : Nat} → (Nat.ble n m).asProp → (Nat.ble n (succ m)).asProp | 0, _, _ => rfl - | succ n, succ _, h => ble_succ_eq_true (n := n) h + | succ n, succ _, h => ble_succ (n := n) h -theorem Nat.ble_eq_true_of_le (h : LE.le n m) : Eq (Nat.ble n m) true := +theorem Nat.ble_of_le (h : LE.le n m) : (Nat.ble n m).asProp := match h with - | Nat.le.refl => Nat.ble_self_eq_true n - | Nat.le.step h => Nat.ble_succ_eq_true (ble_eq_true_of_le h) + | Nat.le.refl => Nat.ble_self n + | Nat.le.step h => Nat.ble_succ (ble_of_le h) -theorem Nat.not_le_of_not_ble_eq_true (h : Not (Eq (Nat.ble n m) true)) : Not (LE.le n m) := - fun h' => absurd (Nat.ble_eq_true_of_le h') h +theorem Nat.not_le_of_not_ble (h : Not (Nat.ble n m).asProp) : Not (LE.le n m) := + fun h' => absurd (Nat.ble_of_le h') h @[extern "lean_nat_dec_le"] instance Nat.decLe (n m : @& Nat) : Decidable (LE.le n m) := - dite (Eq (Nat.ble n m) true) (fun h => isTrue (Nat.le_of_ble_eq_true h)) (fun h => isFalse (Nat.not_le_of_not_ble_eq_true h)) + dite (Nat.ble n m).asProp (fun h => isTrue (Nat.le_of_ble h)) (fun h => isFalse (Nat.not_le_of_not_ble h)) @[extern "lean_nat_dec_lt"] instance Nat.decLt (n m : @& Nat) : Decidable (LT.lt n m) := diff --git a/src/Init/SimpLemmas.lean b/src/Init/SimpLemmas.lean index e3282c703df0..4cb9c129a032 100644 --- a/src/Init/SimpLemmas.lean +++ b/src/Init/SimpLemmas.lean @@ -127,16 +127,15 @@ theorem Bool.or_assoc (a b c : Bool) : (a || b || c) = (a || (b || c)) := by @[simp] theorem Bool.not_eq_true' (b : Bool) : ((!b) = true) = (b = false) := by cases b <;> simp @[simp] theorem Bool.not_eq_false' (b : Bool) : ((!b) = false) = (b = true) := by cases b <;> simp -@[simp] theorem Bool.beq_to_eq (a b : Bool) : +theorem Bool.beq_to_eq (a b : Bool) : (a == b) = (a = b) := by cases a <;> cases b <;> decide -@[simp] theorem Bool.not_beq_to_not_eq (a b : Bool) : +theorem Bool.not_beq_to_not_eq (a b : Bool) : (!(a == b)) = ¬(a = b) := by cases a <;> cases b <;> decide @[simp] theorem Bool.not_eq_true (b : Bool) : (¬(b = true)) = (b = false) := by cases b <;> decide @[simp] theorem Bool.not_eq_false (b : Bool) : (¬(b = false)) = (b = true) := by cases b <;> decide @[simp] theorem decide_eq_true_eq [Decidable p] : (decide p = true) = p := propext <| Iff.intro of_decide_eq_true decide_eq_true -@[simp] theorem decide_not [h : Decidable p] : decide (¬ p) = !decide p := by cases h <;> rfl @[simp] theorem not_decide_eq_true [h : Decidable p] : ((!decide p) = true) = ¬ p := by cases h <;> simp [decide, *] @[simp] theorem heq_eq_eq {α : Sort u} (a b : α) : HEq a b = (a = b) := propext <| Iff.intro eq_of_heq heq_of_eq @@ -144,6 +143,10 @@ theorem Bool.or_assoc (a b c : Bool) : (a || b || c) = (a || (b || c)) := by @[simp] theorem cond_true (a b : α) : cond true a b = a := rfl @[simp] theorem cond_false (a b : α) : cond false a b = b := rfl +theorem cond_eq_ite : cond c a b = ite c a b := by cases c <;> simp +theorem cond_pos : c.asProp → cond c a b = a := by cases c <;> simp +theorem cond_neg : ¬ c.asProp → cond c a b = b := by cases c <;> simp + @[simp] theorem beq_self_eq_true [BEq α] [LawfulBEq α] (a : α) : (a == a) = true := LawfulBEq.rfl @[simp] theorem beq_self_eq_true' [DecidableEq α] (a : α) : (a == a) = true := by simp [BEq.beq] @@ -153,5 +156,21 @@ theorem Bool.or_assoc (a b c : Bool) : (a || b || c) = (a || (b || c)) := by @[simp] theorem Nat.le_zero_eq (a : Nat) : (a ≤ 0) = (a = 0) := propext ⟨fun h => Nat.le_antisymm h (Nat.zero_le ..), fun h => by simp [h]⟩ +@[simp] theorem Bool.asProp_decide [Decidable p] : (decide p).asProp = p := by simp [asProp] +@[simp] theorem Bool.asProp_false : false.asProp = False := by simp [asProp] +@[simp] theorem Bool.asProp_true : true.asProp = True := by simp [asProp] +@[simp] theorem Bool.asProp_and : (b && c).asProp = (b ∧ c) := by simp [asProp] +@[simp] theorem Bool.asProp_or : (b || c).asProp = (b ∨ c) := by simp [asProp] +@[simp] theorem Bool.asProp_not : (!b).asProp = (¬ b) := by simp [asProp] +@[simp] theorem Bool.asProp_beq [BEq α] [LawfulBEq α] (a b : α) : (a == b).asProp = (a = b) := + propext ⟨eq_of_beq, (by subst ·; apply LawfulBEq.rfl)⟩ + +theorem Bool.eq_of_asProp_eq {b c : Bool} : b.asProp = c.asProp → b = c := by + cases b <;> cases c <;> simp + +@[simp] theorem decide_asProp : decide (Bool.asProp b) = b := by cases b <;> simp @[simp] theorem decide_False : decide False = false := rfl @[simp] theorem decide_True : decide True = true := rfl +@[simp] theorem decide_and [Decidable p] [Decidable q] : decide (p ∧ q) = (decide p && decide q) := Bool.eq_of_asProp_eq (by simp) +@[simp] theorem decide_or [Decidable p] [Decidable q] : decide (p ∨ q) = (decide p || decide q) := Bool.eq_of_asProp_eq (by simp) +@[simp] theorem decide_not [Decidable p] : decide (¬ p) = !decide p := Bool.eq_of_asProp_eq (by simp) diff --git a/src/Init/Util.lean b/src/Init/Util.lean index 55a4f64e2b5a..537fc990ac58 100644 --- a/src/Init/Util.lean +++ b/src/Init/Util.lean @@ -57,11 +57,11 @@ unsafe def ptrEqList : (as bs : List α) → Bool | _, _ => false set_option linter.unusedVariables.funArgs false in -@[inline] unsafe def withPtrEqUnsafe {α : Type u} (a b : α) (k : Unit → Bool) (h : a = b → k () = true) : Bool := +@[inline] unsafe def withPtrEqUnsafe {α : Type u} (a b : α) (k : Unit → Bool) (h : a = b → k ()) : Bool := if ptrEq a b then true else k () @[implemented_by withPtrEqUnsafe] -def withPtrEq {α : Type u} (a b : α) (k : Unit → Bool) (h : a = b → k () = true) : Bool := k () +def withPtrEq {α : Type u} (a b : α) (k : Unit → Bool) (h : a = b → k ()) : Bool := k () /-- `withPtrEq` for `DecidableEq` -/ @[inline] def withPtrEqDecEq {α : Type u} (a b : α) (k : Unit → Decidable (a = b)) : Decidable (a = b) := diff --git a/src/Lean/Meta/Tactic/Simp/SimpTheorems.lean b/src/Lean/Meta/Tactic/Simp/SimpTheorems.lean index 87cea99d203c..762af088e098 100644 --- a/src/Lean/Meta/Tactic/Simp/SimpTheorems.lean +++ b/src/Lean/Meta/Tactic/Simp/SimpTheorems.lean @@ -263,21 +263,14 @@ where else if let some (_, lhs, rhs) := type.ne? then if inv then throwError "invalid '←' modifier in rewrite rule to 'False'" - if rhs.isConstOf ``Bool.true then - return [(← mkAppM ``Bool.of_not_eq_true #[e], ← mkEq lhs (mkConst ``Bool.false))] - else if rhs.isConstOf ``Bool.false then - return [(← mkAppM ``Bool.of_not_eq_false #[e], ← mkEq lhs (mkConst ``Bool.true))] let type ← mkEq (← mkEq lhs rhs) (mkConst ``False) let e ← mkEqFalse e return [(e, type)] else if let some p := type.not? then if inv then throwError "invalid '←' modifier in rewrite rule to 'False'" - if let some (_, lhs, rhs) := p.eq? then - if rhs.isConstOf ``Bool.true then - return [(← mkAppM ``Bool.of_not_eq_true #[e], ← mkEq lhs (mkConst ``Bool.false))] - else if rhs.isConstOf ``Bool.false then - return [(← mkAppM ``Bool.of_not_eq_false #[e], ← mkEq lhs (mkConst ``Bool.true))] + if let some b := p.asProp? then + return [(← mkAppM ``Bool.of_not_asProp #[e], ← mkEq b (mkConst ``false))] let type ← mkEq p (mkConst ``False) let e ← mkEqFalse e return [(e, type)] @@ -285,6 +278,10 @@ where let e₁ := mkProj ``And 0 e let e₂ := mkProj ``And 1 e return (← go e₁ type₁) ++ (← go e₂ type₂) + else if let some b := type.asProp? then + if inv then + throwError "invalid '←' modifier in rewrite rule to 'true'" + return [(← mkAppM ``Bool.of_asProp #[e], ← mkEq b (mkConst ``true))] else if inv then throwError "invalid '←' modifier in rewrite rule to 'True'" diff --git a/src/Lean/Util/Recognizers.lean b/src/Lean/Util/Recognizers.lean index fc074065fca8..0e5c4056118d 100644 --- a/src/Lean/Util/Recognizers.lean +++ b/src/Lean/Util/Recognizers.lean @@ -63,6 +63,9 @@ namespace Expr @[inline] def and? (p : Expr) : Option (Expr × Expr) := p.app2? ``And +@[inline] def asProp? (p : Expr) : Option Expr := + p.app1? ``Bool.asProp + @[inline] def heq? (p : Expr) : Option (Expr × Expr × Expr × Expr) := p.app4? ``HEq diff --git a/tests/lean/986.lean.expected.out b/tests/lean/986.lean.expected.out index 31d203e6347a..cac74df785e0 100644 --- a/tests/lean/986.lean.expected.out +++ b/tests/lean/986.lean.expected.out @@ -4,7 +4,7 @@ Array.insertionSort.swapLoop._eq_2.{u_1} {α : Type u_1} (lt : α → α → Boo (h : Nat.succ j' < Array.size a) : Array.insertionSort.swapLoop lt a (Nat.succ j') h = let_fun h' := (_ : j' < Array.size a); - if lt a[Nat.succ j'] a[j'] = true then + if Bool.asProp (lt a[Nat.succ j'] a[j']) then Array.insertionSort.swapLoop lt (Array.swap a { val := Nat.succ j', isLt := h } { val := j', isLt := h' }) j' (_ : j' < Array.size (Array.swap a { val := Nat.succ j', isLt := h } { val := j', isLt := h' })) else a diff --git a/tests/lean/CompilerProvokeFloatLet.lean.expected.out b/tests/lean/CompilerProvokeFloatLet.lean.expected.out index 9ce82cfd6fa2..5fe1cf4fa567 100644 --- a/tests/lean/CompilerProvokeFloatLet.lean.expected.out +++ b/tests/lean/CompilerProvokeFloatLet.lean.expected.out @@ -1,21 +1,24 @@ -[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.false 1 -[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.true 2 +[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm + `Decidable.isFalse 1 +[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm + `Decidable.isTrue 2 [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Nat.zero 1 [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Nat.succ 1 -[Compiler.floatLetIn] size: 11 +[Compiler.floatLetIn] size: 12 def provokeFloatLet x y cond : Nat := let dual := Nat.mul x y; - cases cond : Nat - | Bool.false => + let _x.1 := @instDecidableAsProp cond; + cases _x.1 : Nat + | Decidable.isFalse x.2 => let b := Nat.add x y; - let _x.1 := Nat.add b dual; - return _x.1 - | Bool.true => + let _x.3 := Nat.add b dual; + return _x.3 + | Decidable.isTrue x.4 => cases dual : Nat | Nat.zero => let a := Nat.pow x y; return a - | Nat.succ n.2 => + | Nat.succ n.5 => let c := Nat.sub x y; return c [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.false 0 diff --git a/tests/lean/congrThmIssue.lean.expected.out b/tests/lean/congrThmIssue.lean.expected.out index ba327af1bceb..074b903496c0 100644 --- a/tests/lean/congrThmIssue.lean.expected.out +++ b/tests/lean/congrThmIssue.lean.expected.out @@ -4,10 +4,10 @@ cap : Nat backing : Fin cap → Option α size : Nat h_size : size ≤ cap -h_full : ∀ (i : Nat) (h : i < size), Option.isSome (backing { val := i, isLt := (_ : i < cap) }) = true +h_full : ∀ (i : Nat) (h : i < size), Bool.asProp (Option.isSome (backing { val := i, isLt := (_ : i < cap) })) i : Nat h : i < size -⊢ Option.isSome +⊢ Bool.asProp + (Option.isSome (if h_1 : i < cap then backing { val := i, isLt := (_ : { val := i, isLt := (_ : i < cap + cap) }.val < cap) } - else none) = - true + else none)) diff --git a/tests/lean/eagerCoeExpansion.lean.expected.out b/tests/lean/eagerCoeExpansion.lean.expected.out index cd504e4e44db..407402a3e484 100644 --- a/tests/lean/eagerCoeExpansion.lean.expected.out +++ b/tests/lean/eagerCoeExpansion.lean.expected.out @@ -1,12 +1,12 @@ def h : BV 32 → Array Bool := fun x => (fun x => g (f x).val) x def r : Nat → Prop := -fun a => if (a == 0) = true then (a != 1) = true else (a != 2) = true +fun a => if Bool.asProp (a == 0) then Bool.asProp (a != 1) else Bool.asProp (a != 2) def r : Nat → Prop := fun (a : Nat) => - @ite.{1} Prop (@Eq.{1} Bool (@BEq.beq.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 0 (instOfNatNat 0))) Bool.true) - (instDecidableEqBool (@BEq.beq.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 0 (instOfNatNat 0))) Bool.true) - (@Eq.{1} Bool (@bne.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 1 (instOfNatNat 1))) Bool.true) - (@Eq.{1} Bool (@bne.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 2 (instOfNatNat 2))) Bool.true) + @ite.{1} Prop (Bool.asProp (@BEq.beq.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 0 (instOfNatNat 0)))) + (@instDecidableAsProp (@BEq.beq.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 0 (instOfNatNat 0)))) + (Bool.asProp (@bne.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 1 (instOfNatNat 1)))) + (Bool.asProp (@bne.{0} Nat instBEqNat a (@OfNat.ofNat.{0} Nat 2 (instOfNatNat 2)))) def s : Option Nat := HOrElse.hOrElse (ConstantFunction.f myFun 3) fun x => ConstantFunction.f myFun 4 diff --git a/tests/lean/interactive/completion7.lean.expected.out b/tests/lean/interactive/completion7.lean.expected.out index 2e2d053325e3..8e5b142bd213 100644 --- a/tests/lean/interactive/completion7.lean.expected.out +++ b/tests/lean/interactive/completion7.lean.expected.out @@ -32,6 +32,10 @@ {"label": "andM", "kind": 3, "detail": "[inst : Monad m] → [inst : ToBool β] → m β → m β → m β"}, + {"label": "decide_and", + "kind": 3, + "detail": + "∀ [inst : Decidable p] [inst_1 : Decidable q], decide (p ∧ q) = (decide p && decide q)"}, {"label": "false_and", "kind": 3, "detail": "∀ (p : Prop), (False ∧ p) = False"}, diff --git a/tests/lean/ppite.lean.expected.out b/tests/lean/ppite.lean.expected.out index f13d214f0960..2cf6bc63b805 100644 --- a/tests/lean/ppite.lean.expected.out +++ b/tests/lean/ppite.lean.expected.out @@ -1,15 +1,15 @@ def f : List Nat → IO Unit := fun xs => List.forM xs fun x => - if (x == 0) = true then do + if Bool.asProp (x == 0) then do IO.println "foo" IO.println "zero" else - if (x % 2 == 0) = true then do + if Bool.asProp (x % 2 == 0) then do IO.println x IO.println "even" else do IO.println x IO.println "odd" -if true = true then 1 else 0 : Nat -if h : true = true then 1 else 0 : Nat +if Bool.asProp true then 1 else 0 : Nat +if h : Bool.asProp true then 1 else 0 : Nat diff --git a/tests/lean/run/simpBool.lean b/tests/lean/run/simpBool.lean index 217526d2b2a9..e6d100e8ab0b 100644 --- a/tests/lean/run/simpBool.lean +++ b/tests/lean/run/simpBool.lean @@ -1,11 +1,5 @@ -example (h : x ≠ true) : (x && y) = false := by +example {x y : Bool} (h : ¬ x) : (x && y) = false := by simp [h] -example (h : ¬ (x = true)) : (x && y) = false := by - simp [h] - -example (h : x ≠ false) : (x && y) = y := by - simp [h] - -example (h : ¬ (x = false)) : (x && y) = y := by +example {x y : Bool} (h : x) : (x && y) = y := by simp [h] From 8b214965654397d4f62d2b6f62ebd49c0a8c127d Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Mon, 23 Jan 2023 20:21:24 -0800 Subject: [PATCH 4/7] chore: update stage0 --- stage0/stdlib/Init/Conv.c | 612 +- stage0/stdlib/Init/Data/AC.c | 14 +- stage0/stdlib/Init/Data/Array/BinSearch.c | 532 +- stage0/stdlib/Init/Data/Channel.c | 280 +- stage0/stdlib/Init/Data/Format/Basic.c | 7860 ++- stage0/stdlib/Init/Data/Format/Syntax.c | 651 +- stage0/stdlib/Init/Data/Repr.c | 168 +- stage0/stdlib/Init/Data/String/Basic.c | 771 +- stage0/stdlib/Init/Meta.c | 5371 +- stage0/stdlib/Init/NotationExtra.c | 674 +- stage0/stdlib/Init/Prelude.c | 19 + stage0/stdlib/Init/System/IO.c | 238 +- stage0/stdlib/Init/System/Uri.c | 287 +- stage0/stdlib/Lean/Attributes.c | 391 +- stage0/stdlib/Lean/Class.c | 680 +- stage0/stdlib/Lean/Compiler/CSimpAttr.c | 16 +- stage0/stdlib/Lean/Compiler/ExternAttr.c | 210 +- stage0/stdlib/Lean/Compiler/IR.c | 361 +- stage0/stdlib/Lean/Compiler/IR/Basic.c | 180 +- stage0/stdlib/Lean/Compiler/IR/Boxing.c | 323 +- stage0/stdlib/Lean/Compiler/IR/Checker.c | 719 +- .../Lean/Compiler/IR/ElimDeadBranches.c | 539 +- stage0/stdlib/Lean/Compiler/IR/EmitC.c | 938 +- stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c | 4414 +- stage0/stdlib/Lean/Compiler/IR/Format.c | 578 +- stage0/stdlib/Lean/Compiler/IR/FreeVars.c | 278 +- stage0/stdlib/Lean/Compiler/IR/PushProj.c | 1601 +- stage0/stdlib/Lean/Compiler/IR/RC.c | 309 +- stage0/stdlib/Lean/Compiler/IR/SimpCase.c | 313 +- stage0/stdlib/Lean/Compiler/InitAttr.c | 919 +- stage0/stdlib/Lean/Compiler/InlineAttrs.c | 636 +- .../stdlib/Lean/Compiler/LCNF/AuxDeclCache.c | 14 +- stage0/stdlib/Lean/Compiler/LCNF/Basic.c | 60 +- stage0/stdlib/Lean/Compiler/LCNF/Bind.c | 501 +- stage0/stdlib/Lean/Compiler/LCNF/CSE.c | 206 +- stage0/stdlib/Lean/Compiler/LCNF/Check.c | 958 +- stage0/stdlib/Lean/Compiler/LCNF/Closure.c | 2501 +- .../Lean/Compiler/LCNF/CompatibleTypes.c | 2235 +- stage0/stdlib/Lean/Compiler/LCNF/CompilerM.c | 24 +- stage0/stdlib/Lean/Compiler/LCNF/DeclHash.c | 16 +- stage0/stdlib/Lean/Compiler/LCNF/DependsOn.c | 149 +- stage0/stdlib/Lean/Compiler/LCNF/ElimDead.c | 12 +- .../Lean/Compiler/LCNF/ElimDeadBranches.c | 954 +- stage0/stdlib/Lean/Compiler/LCNF/FVarUtil.c | 6 +- .../stdlib/Lean/Compiler/LCNF/FixedParams.c | 321 +- stage0/stdlib/Lean/Compiler/LCNF/FloatLetIn.c | 989 +- stage0/stdlib/Lean/Compiler/LCNF/InferType.c | 1765 +- stage0/stdlib/Lean/Compiler/LCNF/JoinPoints.c | 2958 +- stage0/stdlib/Lean/Compiler/LCNF/LCtx.c | 32 +- .../stdlib/Lean/Compiler/LCNF/LambdaLifting.c | 573 +- stage0/stdlib/Lean/Compiler/LCNF/Level.c | 1790 +- stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c | 557 +- .../stdlib/Lean/Compiler/LCNF/PrettyPrinter.c | 417 +- .../stdlib/Lean/Compiler/LCNF/PullFunDecls.c | 134 +- .../stdlib/Lean/Compiler/LCNF/PullLetDecls.c | 206 +- .../stdlib/Lean/Compiler/LCNF/ReduceArity.c | 404 +- .../stdlib/Lean/Compiler/LCNF/ReduceJpArity.c | 2099 +- stage0/stdlib/Lean/Compiler/LCNF/Simp.c | 102 +- .../Lean/Compiler/LCNF/Simp/DefaultAlt.c | 229 +- .../Lean/Compiler/LCNF/Simp/FunDeclInfo.c | 14 +- .../Lean/Compiler/LCNF/Simp/InlineCandidate.c | 372 +- .../stdlib/Lean/Compiler/LCNF/Simp/JpCases.c | 202 +- stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c | 11587 ++-- stage0/stdlib/Lean/Compiler/LCNF/Simp/SimpM.c | 288 +- stage0/stdlib/Lean/Compiler/LCNF/SpecInfo.c | 2548 +- stage0/stdlib/Lean/Compiler/LCNF/Specialize.c | 1014 +- stage0/stdlib/Lean/Compiler/LCNF/Testing.c | 4 +- stage0/stdlib/Lean/Compiler/LCNF/ToLCNF.c | 1215 +- stage0/stdlib/Lean/Compiler/LCNF/ToMono.c | 206 +- stage0/stdlib/Lean/Compiler/LCNF/Types.c | 346 +- stage0/stdlib/Lean/Compiler/NameMangling.c | 204 +- stage0/stdlib/Lean/CoreM.c | 57 +- stage0/stdlib/Lean/Data/FuzzyMatching.c | 653 +- stage0/stdlib/Lean/Data/Json/Basic.c | 347 +- stage0/stdlib/Lean/Data/KVMap.c | 386 +- stage0/stdlib/Lean/Data/Lsp/Basic.c | 2210 +- stage0/stdlib/Lean/Data/Lsp/Capabilities.c | 16 +- stage0/stdlib/Lean/Data/Lsp/CodeActions.c | 32 +- stage0/stdlib/Lean/Data/Lsp/Extra.c | 8 +- stage0/stdlib/Lean/Data/Lsp/Internal.c | 4 +- stage0/stdlib/Lean/Data/Lsp/Ipc.c | 633 +- .../stdlib/Lean/Data/Lsp/LanguageFeatures.c | 5144 +- stage0/stdlib/Lean/Data/Lsp/TextSync.c | 848 +- stage0/stdlib/Lean/Data/Parsec.c | 26 +- stage0/stdlib/Lean/Data/RBTree.c | 41 +- stage0/stdlib/Lean/Data/Rat.c | 185 +- stage0/stdlib/Lean/Data/Xml/Parser.c | 4598 +- stage0/stdlib/Lean/DocString.c | 110 +- stage0/stdlib/Lean/Elab/App.c | 10678 ++- stage0/stdlib/Lean/Elab/Arg.c | 125 +- stage0/stdlib/Lean/Elab/Binders.c | 2555 +- stage0/stdlib/Lean/Elab/BindersUtil.c | 1232 +- stage0/stdlib/Lean/Elab/BuiltinCommand.c | 3219 +- stage0/stdlib/Lean/Elab/BuiltinNotation.c | 2324 +- stage0/stdlib/Lean/Elab/BuiltinTerm.c | 3188 +- stage0/stdlib/Lean/Elab/Calc.c | 1104 +- stage0/stdlib/Lean/Elab/Command.c | 2273 +- stage0/stdlib/Lean/Elab/ComputedFields.c | 1738 +- stage0/stdlib/Lean/Elab/DeclModifiers.c | 236 +- stage0/stdlib/Lean/Elab/DeclUtil.c | 105 +- stage0/stdlib/Lean/Elab/Declaration.c | 709 +- stage0/stdlib/Lean/Elab/Deriving/BEq.c | 1531 +- stage0/stdlib/Lean/Elab/Deriving/Basic.c | 1118 +- stage0/stdlib/Lean/Elab/Deriving/DecEq.c | 979 +- stage0/stdlib/Lean/Elab/Deriving/FromToJson.c | 3079 +- stage0/stdlib/Lean/Elab/Deriving/Hashable.c | 444 +- stage0/stdlib/Lean/Elab/Deriving/Inhabited.c | 524 +- stage0/stdlib/Lean/Elab/Deriving/Ord.c | 1773 +- stage0/stdlib/Lean/Elab/Deriving/Repr.c | 1006 +- stage0/stdlib/Lean/Elab/Deriving/SizeOf.c | 36 +- stage0/stdlib/Lean/Elab/Deriving/Util.c | 4 +- stage0/stdlib/Lean/Elab/Do.c | 5071 +- stage0/stdlib/Lean/Elab/ElabRules.c | 3894 +- stage0/stdlib/Lean/Elab/Extra.c | 1024 +- stage0/stdlib/Lean/Elab/Inductive.c | 2407 +- stage0/stdlib/Lean/Elab/InfoTree/Main.c | 110 +- stage0/stdlib/Lean/Elab/InheritDoc.c | 57 +- stage0/stdlib/Lean/Elab/LetRec.c | 691 +- stage0/stdlib/Lean/Elab/Level.c | 1878 +- stage0/stdlib/Lean/Elab/Match.c | 12233 ++-- stage0/stdlib/Lean/Elab/MutualDef.c | 3058 +- stage0/stdlib/Lean/Elab/Notation.c | 349 +- stage0/stdlib/Lean/Elab/Open.c | 1694 +- stage0/stdlib/Lean/Elab/ParseImportsFast.c | 1479 +- stage0/stdlib/Lean/Elab/PatternVar.c | 2044 +- stage0/stdlib/Lean/Elab/PreDefinition/Basic.c | 127 +- stage0/stdlib/Lean/Elab/PreDefinition/Eqns.c | 3700 +- stage0/stdlib/Lean/Elab/PreDefinition/Main.c | 2847 +- .../Elab/PreDefinition/Structural/BRecOn.c | 6758 +- .../PreDefinition/Structural/FindRecArg.c | 3356 +- .../Elab/PreDefinition/Structural/IndPred.c | 1194 +- .../Lean/Elab/PreDefinition/Structural/Main.c | 1730 +- .../PreDefinition/Structural/SmartUnfolding.c | 1193 +- .../stdlib/Lean/Elab/PreDefinition/WF/Eqns.c | 1210 +- .../stdlib/Lean/Elab/PreDefinition/WF/Fix.c | 3858 +- .../stdlib/Lean/Elab/PreDefinition/WF/Main.c | 2626 +- .../Lean/Elab/PreDefinition/WF/PackDomain.c | 286 +- .../Lean/Elab/PreDefinition/WF/PackMutual.c | 6 +- .../Elab/PreDefinition/WF/TerminationHint.c | 1340 +- stage0/stdlib/Lean/Elab/Quotation.c | 12977 ++-- stage0/stdlib/Lean/Elab/Quotation/Util.c | 328 +- stage0/stdlib/Lean/Elab/StructInst.c | 4346 +- stage0/stdlib/Lean/Elab/Structure.c | 4084 +- stage0/stdlib/Lean/Elab/Syntax.c | 599 +- stage0/stdlib/Lean/Elab/SyntheticMVars.c | 3159 +- stage0/stdlib/Lean/Elab/Tactic/Basic.c | 314 +- .../stdlib/Lean/Elab/Tactic/BuiltinTactic.c | 3876 +- stage0/stdlib/Lean/Elab/Tactic/Conv/Congr.c | 2666 +- stage0/stdlib/Lean/Elab/Tactic/Conv/Pattern.c | 537 +- stage0/stdlib/Lean/Elab/Tactic/ElabTerm.c | 384 +- stage0/stdlib/Lean/Elab/Tactic/Induction.c | 3179 +- stage0/stdlib/Lean/Elab/Tactic/Simp.c | 1929 +- stage0/stdlib/Lean/Elab/Tactic/Split.c | 115 +- stage0/stdlib/Lean/Elab/Term.c | 21528 +++--- stage0/stdlib/Lean/Elab/Util.c | 647 +- stage0/stdlib/Lean/Environment.c | 581 +- stage0/stdlib/Lean/Expr.c | 1686 +- stage0/stdlib/Lean/HeadIndex.c | 8 +- stage0/stdlib/Lean/KeyedDeclsAttribute.c | 235 +- stage0/stdlib/Lean/Level.c | 990 +- stage0/stdlib/Lean/Linter/Builtin.c | 16 +- stage0/stdlib/Lean/Linter/MissingDocs.c | 2317 +- stage0/stdlib/Lean/Linter/UnusedVariables.c | 273 +- stage0/stdlib/Lean/Linter/Util.c | 247 +- stage0/stdlib/Lean/LocalContext.c | 202 +- stage0/stdlib/Lean/Log.c | 73 +- stage0/stdlib/Lean/Message.c | 1303 +- stage0/stdlib/Lean/Meta/ACLt.c | 1407 +- stage0/stdlib/Lean/Meta/AbstractMVars.c | 2562 +- .../stdlib/Lean/Meta/AbstractNestedProofs.c | 949 +- stage0/stdlib/Lean/Meta/AppBuilder.c | 388 +- stage0/stdlib/Lean/Meta/Basic.c | 2216 +- stage0/stdlib/Lean/Meta/Check.c | 985 +- stage0/stdlib/Lean/Meta/Closure.c | 7304 +-- stage0/stdlib/Lean/Meta/CollectFVars.c | 615 +- stage0/stdlib/Lean/Meta/CongrTheorems.c | 2807 +- stage0/stdlib/Lean/Meta/Constructions.c | 440 +- stage0/stdlib/Lean/Meta/DecLevel.c | 236 +- stage0/stdlib/Lean/Meta/DiscrTree.c | 6003 +- stage0/stdlib/Lean/Meta/DiscrTreeTypes.c | 4 +- stage0/stdlib/Lean/Meta/Eqns.c | 6 +- stage0/stdlib/Lean/Meta/ExprDefEq.c | 45041 ++++++------- stage0/stdlib/Lean/Meta/ExprLens.c | 6 +- stage0/stdlib/Lean/Meta/ForEachExpr.c | 451 +- stage0/stdlib/Lean/Meta/FunInfo.c | 6 +- stage0/stdlib/Lean/Meta/GeneralizeVars.c | 10736 +-- stage0/stdlib/Lean/Meta/GetConst.c | 6 +- stage0/stdlib/Lean/Meta/IndPredBelow.c | 321 +- stage0/stdlib/Lean/Meta/InferType.c | 679 +- stage0/stdlib/Lean/Meta/Injective.c | 1373 +- stage0/stdlib/Lean/Meta/Instances.c | 1092 +- stage0/stdlib/Lean/Meta/KAbstract.c | 8185 +-- stage0/stdlib/Lean/Meta/LevelDefEq.c | 1623 +- stage0/stdlib/Lean/Meta/Match/Basic.c | 695 +- stage0/stdlib/Lean/Meta/Match/MVarRenaming.c | 1054 +- stage0/stdlib/Lean/Meta/Match/Match.c | 5642 +- stage0/stdlib/Lean/Meta/Match/MatchEqs.c | 7187 +- stage0/stdlib/Lean/Meta/Match/MatcherInfo.c | 142 +- stage0/stdlib/Lean/Meta/Offset.c | 5398 +- stage0/stdlib/Lean/Meta/RecursorInfo.c | 889 +- stage0/stdlib/Lean/Meta/Reduce.c | 1218 +- stage0/stdlib/Lean/Meta/ReduceEval.c | 1006 +- stage0/stdlib/Lean/Meta/SizeOf.c | 984 +- stage0/stdlib/Lean/Meta/SynthInstance.c | 3903 +- stage0/stdlib/Lean/Meta/Tactic/Acyclic.c | 641 +- stage0/stdlib/Lean/Meta/Tactic/Apply.c | 840 +- stage0/stdlib/Lean/Meta/Tactic/Cases.c | 8385 ++- stage0/stdlib/Lean/Meta/Tactic/Cleanup.c | 816 +- stage0/stdlib/Lean/Meta/Tactic/Clear.c | 6930 +- stage0/stdlib/Lean/Meta/Tactic/Congr.c | 286 +- stage0/stdlib/Lean/Meta/Tactic/Constructor.c | 295 +- .../stdlib/Lean/Meta/Tactic/Contradiction.c | 1529 +- stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c | 2445 +- stage0/stdlib/Lean/Meta/Tactic/FVarSubst.c | 55 +- stage0/stdlib/Lean/Meta/Tactic/Generalize.c | 425 +- stage0/stdlib/Lean/Meta/Tactic/Induction.c | 1522 +- stage0/stdlib/Lean/Meta/Tactic/Injection.c | 2370 +- stage0/stdlib/Lean/Meta/Tactic/Intro.c | 116 +- .../Lean/Meta/Tactic/LinearArith/Basic.c | 151 +- .../Lean/Meta/Tactic/LinearArith/Nat/Basic.c | 2827 +- .../Lean/Meta/Tactic/LinearArith/Nat/Simp.c | 1600 +- .../Lean/Meta/Tactic/LinearArith/Simp.c | 142 +- .../Lean/Meta/Tactic/LinearArith/Solver.c | 1774 +- stage0/stdlib/Lean/Meta/Tactic/Replace.c | 642 +- stage0/stdlib/Lean/Meta/Tactic/Rewrite.c | 430 +- stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c | 3310 +- stage0/stdlib/Lean/Meta/Tactic/Simp/Rewrite.c | 3686 +- .../Lean/Meta/Tactic/Simp/SimpCongrTheorems.c | 4618 +- .../Lean/Meta/Tactic/Simp/SimpTheorems.c | 4984 +- stage0/stdlib/Lean/Meta/Tactic/Split.c | 2817 +- stage0/stdlib/Lean/Meta/Tactic/SplitIf.c | 673 +- stage0/stdlib/Lean/Meta/Tactic/Subst.c | 3737 +- stage0/stdlib/Lean/Meta/Tactic/UnifyEq.c | 611 +- stage0/stdlib/Lean/Meta/Tactic/Util.c | 1080 +- stage0/stdlib/Lean/Meta/Transform.c | 10 +- stage0/stdlib/Lean/Meta/UnificationHint.c | 830 +- stage0/stdlib/Lean/Meta/WHNF.c | 11035 ++-- stage0/stdlib/Lean/MetavarContext.c | 53925 ++++++++++------ stage0/stdlib/Lean/MonadEnv.c | 424 +- stage0/stdlib/Lean/Parser/Basic.c | 1231 +- stage0/stdlib/Lean/Parser/Command.c | 550 +- stage0/stdlib/Lean/Parser/Extension.c | 830 +- stage0/stdlib/Lean/Parser/Extra.c | 1707 +- stage0/stdlib/Lean/Parser/Types.c | 26 +- stage0/stdlib/Lean/ParserCompiler.c | 6706 +- stage0/stdlib/Lean/PrettyPrinter/Basic.c | 59 + .../Lean/PrettyPrinter/Delaborator/Basic.c | 1236 +- .../Lean/PrettyPrinter/Delaborator/Builtins.c | 6422 +- .../Delaborator/TopDownAnalyze.c | 8225 ++- stage0/stdlib/Lean/PrettyPrinter/Formatter.c | 1662 +- .../stdlib/Lean/PrettyPrinter/Parenthesizer.c | 517 +- stage0/stdlib/Lean/ReducibilityAttrs.c | 214 +- stage0/stdlib/Lean/ResolveName.c | 85 +- stage0/stdlib/Lean/Server/CodeActions.c | 354 +- stage0/stdlib/Lean/Server/Completion.c | 3439 +- stage0/stdlib/Lean/Server/FileWorker.c | 1190 +- .../Lean/Server/FileWorker/RequestHandling.c | 7003 +- .../Lean/Server/FileWorker/WidgetRequests.c | 901 +- stage0/stdlib/Lean/Server/InfoUtils.c | 1228 +- stage0/stdlib/Lean/Server/References.c | 293 +- stage0/stdlib/Lean/Server/Rpc/Deriving.c | 168 +- .../stdlib/Lean/Server/Rpc/RequestHandling.c | 252 +- stage0/stdlib/Lean/Server/Snapshots.c | 955 +- stage0/stdlib/Lean/Server/Utils.c | 4 +- stage0/stdlib/Lean/Server/Watchdog.c | 882 +- stage0/stdlib/Lean/Structure.c | 8 +- stage0/stdlib/Lean/SubExpr.c | 859 +- stage0/stdlib/Lean/Syntax.c | 621 +- stage0/stdlib/Lean/Util/CollectFVars.c | 100 +- stage0/stdlib/Lean/Util/CollectLevelParams.c | 104 +- stage0/stdlib/Lean/Util/CollectMVars.c | 100 +- .../stdlib/Lean/Util/InstantiateLevelParams.c | 4221 +- stage0/stdlib/Lean/Util/OccursCheck.c | 164 +- stage0/stdlib/Lean/Util/Path.c | 148 +- stage0/stdlib/Lean/Util/Recognizers.c | 69 + stage0/stdlib/Lean/Util/ReplaceExpr.c | 14 +- stage0/stdlib/Lean/Util/ReplaceLevel.c | 6 +- stage0/stdlib/Lean/Util/Trace.c | 349 +- stage0/stdlib/Lean/Widget/Diff.c | 1232 +- stage0/stdlib/Lean/Widget/InteractiveCode.c | 264 +- .../Lean/Widget/InteractiveDiagnostic.c | 1839 +- stage0/stdlib/Lean/Widget/InteractiveGoal.c | 3315 +- stage0/stdlib/Lean/Widget/TaggedText.c | 5723 +- stage0/stdlib/Lean/Widget/UserWidget.c | 404 +- 284 files changed, 298123 insertions(+), 276267 deletions(-) diff --git a/stage0/stdlib/Init/Conv.c b/stage0/stdlib/Init/Conv.c index 764c857efc09..654dd9363eaf 100644 --- a/stage0/stdlib/Init/Conv.c +++ b/stage0/stdlib/Init/Conv.c @@ -155,6 +155,7 @@ static lean_object* l_Lean_Parser_Tactic_Conv_convRfl___closed__2; static lean_object* l_Lean_Parser_Tactic_Conv_convErw_____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convDone__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_Conv_occsIndexed___closed__6; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_Conv_convRfl___closed__5; static lean_object* l_Lean_Parser_Tactic_Conv_conv_quot___closed__3; static lean_object* l_Lean_Parser_Tactic_Conv_occs___closed__16; @@ -316,6 +317,7 @@ static lean_object* l_Lean_Parser_Tactic_Conv_convRepeat_____closed__2; static lean_object* l_Lean_Parser_Tactic_Conv_simpMatch___closed__1; static lean_object* l_Lean_Parser_Tactic_Conv_convSeqBracketed___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv_delta; +static lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___closed__1; static lean_object* l_Lean_Parser_Tactic_Conv_convArgs___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv_convArgs; static lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__focus__1___closed__1; @@ -431,6 +433,7 @@ static lean_object* l_Lean_Parser_Tactic_Conv_first___closed__10; static lean_object* l_Lean_Parser_Tactic_Conv_enterArg___closed__6; static lean_object* l_Lean_Parser_Tactic_Conv_pattern___closed__8; static lean_object* l_Lean_Parser_Tactic_Conv_zeta___closed__4; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_Conv_conv_quot___closed__11; static lean_object* l_Lean_Parser_Tactic_Conv_simp___closed__3; static lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__2; @@ -565,6 +568,7 @@ static lean_object* l_Lean_Parser_Tactic_Conv_change___closed__3; static lean_object* l_Lean_Parser_Tactic_Conv_first___closed__13; static lean_object* l_Lean_Parser_Tactic_Conv_simp___closed__4; static lean_object* l_Lean_Parser_Tactic_Conv_conv___closed__14; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Tactic_config; static lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convDone__1___closed__1; static lean_object* l_Lean_Parser_Tactic_Conv_anyGoals___closed__2; @@ -7649,6 +7653,98 @@ x_1 = l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d___closed__10; return x_1; } } +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___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_box(1); +x_5 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_3); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; 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_6 = lean_ctor_get(x_4, 5); +lean_inc(x_6); +lean_dec(x_4); +x_7 = 0; +x_8 = l_Lean_SourceInfo_fromRef(x_6, x_7); +x_9 = l_Lean_Parser_Tactic_Conv_occs___closed__5; +lean_inc(x_8); +x_10 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_10, 0, x_8); +lean_ctor_set(x_10, 1, x_9); +x_11 = l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d___closed__3; +lean_inc(x_8); +x_12 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_12, 0, x_8); +lean_ctor_set(x_12, 1, x_11); +x_13 = l_Lean_Parser_Tactic_Conv_dsimp___closed__11; +lean_inc(x_8); +x_14 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_14, 0, x_8); +lean_ctor_set(x_14, 1, x_13); +x_15 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +lean_inc(x_8); +x_16 = l_Lean_Syntax_node1(x_8, x_15, x_2); +x_17 = l_Lean_Parser_Tactic_Conv_simp___closed__21; +lean_inc(x_8); +x_18 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_18, 0, x_8); +lean_ctor_set(x_18, 1, x_17); +lean_inc(x_18); +lean_inc(x_14); +lean_inc(x_12); +lean_inc(x_1); +lean_inc(x_8); +x_19 = l_Lean_Syntax_node4(x_8, x_1, x_12, x_14, x_16, x_18); +x_20 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__case__1___closed__5; +lean_inc(x_8); +x_21 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_21, 0, x_8); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__case__1___closed__2; +x_23 = l_Array_append___rarg(x_22, x_3); +lean_inc(x_8); +x_24 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_24, 0, x_8); +lean_ctor_set(x_24, 1, x_15); +lean_ctor_set(x_24, 2, x_23); +lean_inc(x_8); +x_25 = l_Lean_Syntax_node4(x_8, x_1, x_12, x_14, x_24, x_18); +lean_inc(x_8); +x_26 = l_Lean_Syntax_node3(x_8, x_15, x_19, x_21, x_25); +x_27 = l_Lean_Parser_Tactic_Conv_convSeq1Indented___closed__4; +lean_inc(x_8); +x_28 = l_Lean_Syntax_node1(x_8, x_27, x_26); +x_29 = l_Lean_Parser_Tactic_Conv_convSeq___closed__2; +lean_inc(x_8); +x_30 = l_Lean_Syntax_node1(x_8, x_29, x_28); +x_31 = l_Lean_Parser_Tactic_Conv_conv_quot___closed__14; +lean_inc(x_8); +x_32 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_32, 0, x_8); +lean_ctor_set(x_32, 1, x_31); +x_33 = l_Lean_Parser_Tactic_Conv_paren___closed__2; +x_34 = l_Lean_Syntax_node3(x_8, x_33, x_10, x_30, 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_5); +return x_35; +} +} +static lean_object* _init_l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__1___boxed), 3, 0); +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -7669,282 +7765,321 @@ return x_7; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; x_8 = lean_unsigned_to_nat(2u); x_9 = l_Lean_Syntax_getArg(x_1, x_8); lean_dec(x_1); -x_10 = lean_unsigned_to_nat(1u); +x_10 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___closed__1; +x_11 = lean_unsigned_to_nat(1u); lean_inc(x_9); -x_11 = l_Lean_Syntax_matchesNull(x_9, x_10); -if (x_11 == 0) +x_12 = l_Lean_Syntax_matchesNull(x_9, x_11); +if (x_12 == 0) { -lean_object* x_12; uint8_t x_13; -x_12 = l_Lean_Syntax_getNumArgs(x_9); -x_13 = lean_nat_dec_le(x_8, x_12); -if (x_13 == 0) +lean_object* x_13; uint8_t x_14; +x_13 = l_Lean_Syntax_getNumArgs(x_9); +x_14 = lean_nat_dec_le(x_8, x_13); +if (x_14 == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_12); +lean_object* x_15; lean_object* x_16; +lean_dec(x_13); lean_dec(x_9); -lean_dec(x_2); -x_14 = lean_box(1); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_3); -return x_15; +x_15 = lean_box(0); +x_16 = lean_apply_3(x_10, x_15, x_2, x_3); +return x_16; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; -x_16 = lean_unsigned_to_nat(0u); -x_17 = l_Lean_Syntax_getArg(x_9, x_16); -x_18 = l_Lean_Syntax_getArgs(x_9); +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; +x_17 = lean_unsigned_to_nat(0u); +x_18 = l_Lean_Syntax_getArg(x_9, x_17); +x_19 = l_Lean_Syntax_getArgs(x_9); lean_dec(x_9); -x_19 = lean_nat_sub(x_12, x_16); -lean_dec(x_12); -x_20 = l_Array_extract___rarg(x_18, x_8, x_19); -x_21 = lean_box(2); -x_22 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; -x_23 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -lean_ctor_set(x_23, 2, x_20); -x_24 = l_Lean_Syntax_getArgs(x_23); -lean_dec(x_23); -x_25 = lean_ctor_get(x_2, 5); -lean_inc(x_25); -lean_dec(x_2); -x_26 = 0; -x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); -x_28 = l_Lean_Parser_Tactic_Conv_occs___closed__5; -lean_inc(x_27); -x_29 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_29, 0, x_27); -lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d___closed__3; -lean_inc(x_27); -x_31 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_31, 0, x_27); -lean_ctor_set(x_31, 1, x_30); -x_32 = l_Lean_Parser_Tactic_Conv_dsimp___closed__11; -lean_inc(x_27); -x_33 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_33, 0, x_27); -lean_ctor_set(x_33, 1, x_32); -lean_inc(x_27); -x_34 = l_Lean_Syntax_node1(x_27, x_22, x_17); -x_35 = l_Lean_Parser_Tactic_Conv_simp___closed__21; -lean_inc(x_27); -x_36 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_36, 0, x_27); -lean_ctor_set(x_36, 1, x_35); -lean_inc(x_36); -lean_inc(x_33); -lean_inc(x_31); -lean_inc(x_27); -x_37 = l_Lean_Syntax_node4(x_27, x_4, x_31, x_33, x_34, x_36); -x_38 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__case__1___closed__5; -lean_inc(x_27); -x_39 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_39, 0, x_27); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__case__1___closed__2; -x_41 = l_Array_append___rarg(x_40, x_24); -lean_inc(x_27); -x_42 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_42, 0, x_27); -lean_ctor_set(x_42, 1, x_22); -lean_ctor_set(x_42, 2, x_41); -lean_inc(x_27); -x_43 = l_Lean_Syntax_node4(x_27, x_4, x_31, x_33, x_42, x_36); -lean_inc(x_27); -x_44 = l_Lean_Syntax_node3(x_27, x_22, x_37, x_39, x_43); -x_45 = l_Lean_Parser_Tactic_Conv_convSeq1Indented___closed__4; -lean_inc(x_27); -x_46 = l_Lean_Syntax_node1(x_27, x_45, x_44); -x_47 = l_Lean_Parser_Tactic_Conv_convSeq___closed__2; -lean_inc(x_27); -x_48 = l_Lean_Syntax_node1(x_27, x_47, x_46); -x_49 = l_Lean_Parser_Tactic_Conv_conv_quot___closed__14; -lean_inc(x_27); -x_50 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_50, 0, x_27); -lean_ctor_set(x_50, 1, x_49); -x_51 = l_Lean_Parser_Tactic_Conv_paren___closed__2; -x_52 = l_Lean_Syntax_node3(x_27, x_51, x_29, x_48, x_50); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_3); -return x_53; +x_20 = lean_nat_sub(x_13, x_17); +lean_dec(x_13); +x_21 = l_Array_extract___rarg(x_19, x_8, x_20); +x_22 = lean_box(2); +x_23 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +x_24 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +lean_ctor_set(x_24, 2, x_21); +x_25 = l_Lean_Syntax_getArgs(x_24); +lean_dec(x_24); +x_26 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__2(x_4, x_18, x_25, x_2, x_3); +return x_26; } } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_54 = lean_unsigned_to_nat(0u); -x_55 = l_Lean_Syntax_getArg(x_9, x_54); +lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_27 = lean_unsigned_to_nat(0u); +x_28 = l_Lean_Syntax_getArg(x_9, x_27); +x_29 = l_Lean_Parser_Tactic_Conv_enterArg___closed__2; +lean_inc(x_28); +x_30 = l_Lean_Syntax_isOfKind(x_28, x_29); +if (x_30 == 0) +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Syntax_getNumArgs(x_9); +x_32 = lean_nat_dec_le(x_8, x_31); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; +lean_dec(x_31); +lean_dec(x_28); lean_dec(x_9); -x_56 = l_Lean_Parser_Tactic_Conv_enterArg___closed__2; -lean_inc(x_55); -x_57 = l_Lean_Syntax_isOfKind(x_55, x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_55); -lean_dec(x_2); -x_58 = lean_box(1); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_3); -return x_59; +x_33 = lean_box(0); +x_34 = lean_apply_3(x_10, x_33, x_2, x_3); +return x_34; } else { -lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_60 = l_Lean_Syntax_getArg(x_55, x_54); -lean_dec(x_55); -x_61 = l_Lean_Parser_Tactic_Conv_enterArg___closed__4; -lean_inc(x_60); -x_62 = l_Lean_Syntax_isOfKind(x_60, x_61); -if (x_62 == 0) +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_35 = l_Lean_Syntax_getArgs(x_9); +lean_dec(x_9); +x_36 = lean_nat_sub(x_31, x_27); +lean_dec(x_31); +x_37 = l_Array_extract___rarg(x_35, x_8, x_36); +x_38 = lean_box(2); +x_39 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +x_40 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_39); +lean_ctor_set(x_40, 2, x_37); +x_41 = l_Lean_Syntax_getArgs(x_40); +lean_dec(x_40); +x_42 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__2(x_4, x_28, x_41, x_2, x_3); +return x_42; +} +} +else { -lean_object* x_63; uint8_t x_64; -x_63 = l_Lean_Parser_Tactic_Conv_ext___closed__10; -lean_inc(x_60); -x_64 = l_Lean_Syntax_isOfKind(x_60, x_63); -if (x_64 == 0) +lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_43 = l_Lean_Syntax_getArg(x_28, x_27); +x_44 = l_Lean_Parser_Tactic_Conv_enterArg___closed__4; +lean_inc(x_43); +x_45 = l_Lean_Syntax_isOfKind(x_43, x_44); +if (x_45 == 0) +{ +lean_object* x_46; uint8_t x_47; +x_46 = l_Lean_Parser_Tactic_Conv_ext___closed__10; +lean_inc(x_43); +x_47 = l_Lean_Syntax_isOfKind(x_43, x_46); +if (x_47 == 0) +{ +lean_object* x_48; uint8_t x_49; +lean_dec(x_43); +x_48 = l_Lean_Syntax_getNumArgs(x_9); +x_49 = lean_nat_dec_le(x_8, x_48); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +lean_dec(x_48); +lean_dec(x_28); +lean_dec(x_9); +x_50 = lean_box(0); +x_51 = lean_apply_3(x_10, x_50, x_2, x_3); +return x_51; +} +else { -lean_object* x_65; lean_object* x_66; -lean_dec(x_60); -lean_dec(x_2); -x_65 = lean_box(1); -x_66 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_3); -return x_66; +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_52 = l_Lean_Syntax_getArgs(x_9); +lean_dec(x_9); +x_53 = lean_nat_sub(x_48, x_27); +lean_dec(x_48); +x_54 = l_Array_extract___rarg(x_52, x_8, x_53); +x_55 = lean_box(2); +x_56 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +x_57 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +lean_ctor_set(x_57, 2, x_54); +x_58 = l_Lean_Syntax_getArgs(x_57); +lean_dec(x_57); +x_59 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__2(x_4, x_28, x_58, x_2, x_3); +return x_59; +} } else { -lean_object* 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; -x_67 = lean_ctor_get(x_2, 5); -lean_inc(x_67); +lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_dec(x_28); +lean_dec(x_9); +x_60 = lean_ctor_get(x_2, 5); +lean_inc(x_60); lean_dec(x_2); -x_68 = 0; -x_69 = l_Lean_SourceInfo_fromRef(x_67, x_68); -x_70 = l_Lean_Parser_Tactic_Conv_ext___closed__1; -lean_inc(x_69); -x_71 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_71, 0, x_69); -lean_ctor_set(x_71, 1, x_70); -x_72 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; -lean_inc(x_69); -x_73 = l_Lean_Syntax_node1(x_69, x_72, x_60); -x_74 = l_Lean_Parser_Tactic_Conv_ext___closed__2; -x_75 = l_Lean_Syntax_node2(x_69, x_74, x_71, x_73); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_3); -return x_76; +x_61 = 0; +x_62 = l_Lean_SourceInfo_fromRef(x_60, x_61); +x_63 = l_Lean_Parser_Tactic_Conv_ext___closed__1; +lean_inc(x_62); +x_64 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_64, 0, x_62); +lean_ctor_set(x_64, 1, x_63); +x_65 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +lean_inc(x_62); +x_66 = l_Lean_Syntax_node1(x_62, x_65, x_43); +x_67 = l_Lean_Parser_Tactic_Conv_ext___closed__2; +x_68 = l_Lean_Syntax_node2(x_62, x_67, x_64, x_66); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_3); +return x_69; } } else { -lean_object* x_77; uint8_t x_78; -x_77 = l_Lean_Syntax_getArg(x_60, x_54); -lean_inc(x_77); -x_78 = l_Lean_Syntax_matchesNull(x_77, x_54); -if (x_78 == 0) +lean_object* x_70; uint8_t x_71; +x_70 = l_Lean_Syntax_getArg(x_43, x_27); +lean_inc(x_70); +x_71 = l_Lean_Syntax_matchesNull(x_70, x_27); +if (x_71 == 0) { -uint8_t x_79; -x_79 = l_Lean_Syntax_matchesNull(x_77, x_10); -if (x_79 == 0) +uint8_t x_72; +x_72 = l_Lean_Syntax_matchesNull(x_70, x_11); +if (x_72 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_60); -lean_dec(x_2); -x_80 = lean_box(1); -x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_3); -return x_81; +lean_object* x_73; uint8_t x_74; +lean_dec(x_43); +x_73 = l_Lean_Syntax_getNumArgs(x_9); +x_74 = lean_nat_dec_le(x_8, x_73); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; +lean_dec(x_73); +lean_dec(x_28); +lean_dec(x_9); +x_75 = lean_box(0); +x_76 = lean_apply_3(x_10, x_75, x_2, x_3); +return x_76; } else { -lean_object* x_82; lean_object* x_83; uint8_t 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; -x_82 = l_Lean_Syntax_getArg(x_60, x_10); -lean_dec(x_60); -x_83 = lean_ctor_get(x_2, 5); -lean_inc(x_83); -lean_dec(x_2); -x_84 = 0; -x_85 = l_Lean_SourceInfo_fromRef(x_83, x_84); -x_86 = l_Lean_Parser_Tactic_Conv_arg___closed__1; -lean_inc(x_85); -x_87 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -x_88 = l_Lean_Parser_Tactic_Conv_arg___closed__7; -lean_inc(x_85); -x_89 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_89, 0, x_85); -lean_ctor_set(x_89, 1, x_88); -x_90 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; -lean_inc(x_85); -x_91 = l_Lean_Syntax_node1(x_85, x_90, x_89); -x_92 = l_Lean_Parser_Tactic_Conv_arg___closed__2; -x_93 = l_Lean_Syntax_node3(x_85, x_92, x_87, x_91, x_82); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_3); -return x_94; +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_77 = l_Lean_Syntax_getArgs(x_9); +lean_dec(x_9); +x_78 = lean_nat_sub(x_73, x_27); +lean_dec(x_73); +x_79 = l_Array_extract___rarg(x_77, x_8, x_78); +x_80 = lean_box(2); +x_81 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +x_82 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +lean_ctor_set(x_82, 2, x_79); +x_83 = l_Lean_Syntax_getArgs(x_82); +lean_dec(x_82); +x_84 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__2(x_4, x_28, x_83, x_2, x_3); +return x_84; } } else { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -lean_dec(x_77); -x_95 = l_Lean_Syntax_getArg(x_60, x_10); -lean_dec(x_60); -x_96 = l_Lean_Parser_Tactic_Conv_occsIndexed___closed__6; -lean_inc(x_95); -x_97 = l_Lean_Syntax_isOfKind(x_95, x_96); -if (x_97 == 0) -{ -lean_object* x_98; lean_object* x_99; -lean_dec(x_95); +lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; +lean_dec(x_28); +lean_dec(x_9); +x_85 = l_Lean_Syntax_getArg(x_43, x_11); +lean_dec(x_43); +x_86 = lean_ctor_get(x_2, 5); +lean_inc(x_86); lean_dec(x_2); -x_98 = lean_box(1); -x_99 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_3); -return x_99; +x_87 = 0; +x_88 = l_Lean_SourceInfo_fromRef(x_86, x_87); +x_89 = l_Lean_Parser_Tactic_Conv_arg___closed__1; +lean_inc(x_88); +x_90 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +x_91 = l_Lean_Parser_Tactic_Conv_arg___closed__7; +lean_inc(x_88); +x_92 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_92, 0, x_88); +lean_ctor_set(x_92, 1, x_91); +x_93 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +lean_inc(x_88); +x_94 = l_Lean_Syntax_node1(x_88, x_93, x_92); +x_95 = l_Lean_Parser_Tactic_Conv_arg___closed__2; +x_96 = l_Lean_Syntax_node3(x_88, x_95, x_90, x_94, x_85); +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_3); +return x_97; +} } else { -lean_object* x_100; uint8_t 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_100 = lean_ctor_get(x_2, 5); -lean_inc(x_100); +lean_object* x_98; lean_object* x_99; uint8_t x_100; +lean_dec(x_70); +x_98 = l_Lean_Syntax_getArg(x_43, x_11); +lean_dec(x_43); +x_99 = l_Lean_Parser_Tactic_Conv_occsIndexed___closed__6; +lean_inc(x_98); +x_100 = l_Lean_Syntax_isOfKind(x_98, x_99); +if (x_100 == 0) +{ +lean_object* x_101; uint8_t x_102; +lean_dec(x_98); +x_101 = l_Lean_Syntax_getNumArgs(x_9); +x_102 = lean_nat_dec_le(x_8, x_101); +if (x_102 == 0) +{ +lean_object* x_103; lean_object* x_104; +lean_dec(x_101); +lean_dec(x_28); +lean_dec(x_9); +x_103 = lean_box(0); +x_104 = lean_apply_3(x_10, x_103, x_2, x_3); +return x_104; +} +else +{ +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_105 = l_Lean_Syntax_getArgs(x_9); +lean_dec(x_9); +x_106 = lean_nat_sub(x_101, x_27); +lean_dec(x_101); +x_107 = l_Array_extract___rarg(x_105, x_8, x_106); +x_108 = lean_box(2); +x_109 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +x_110 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_110, 0, x_108); +lean_ctor_set(x_110, 1, x_109); +lean_ctor_set(x_110, 2, x_107); +x_111 = l_Lean_Syntax_getArgs(x_110); +lean_dec(x_110); +x_112 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__2(x_4, x_28, x_111, x_2, x_3); +return x_112; +} +} +else +{ +lean_object* x_113; uint8_t 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_dec(x_28); +lean_dec(x_9); +x_113 = lean_ctor_get(x_2, 5); +lean_inc(x_113); lean_dec(x_2); -x_101 = 0; -x_102 = l_Lean_SourceInfo_fromRef(x_100, x_101); -x_103 = l_Lean_Parser_Tactic_Conv_arg___closed__1; -lean_inc(x_102); -x_104 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_104, 0, x_102); -lean_ctor_set(x_104, 1, x_103); -x_105 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; -x_106 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__case__1___closed__2; -lean_inc(x_102); -x_107 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_107, 0, x_102); -lean_ctor_set(x_107, 1, x_105); -lean_ctor_set(x_107, 2, x_106); -x_108 = l_Lean_Parser_Tactic_Conv_arg___closed__2; -x_109 = l_Lean_Syntax_node3(x_102, x_108, x_104, x_107, x_95); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_3); -return x_110; +x_114 = 0; +x_115 = l_Lean_SourceInfo_fromRef(x_113, x_114); +x_116 = l_Lean_Parser_Tactic_Conv_arg___closed__1; +lean_inc(x_115); +x_117 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_117, 0, x_115); +lean_ctor_set(x_117, 1, x_116); +x_118 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convRfl__1___closed__6; +x_119 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__case__1___closed__2; +lean_inc(x_115); +x_120 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_120, 0, x_115); +lean_ctor_set(x_120, 1, x_118); +lean_ctor_set(x_120, 2, x_119); +x_121 = l_Lean_Parser_Tactic_Conv_arg___closed__2; +x_122 = l_Lean_Syntax_node3(x_115, x_121, x_117, x_120, x_98); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_3); +return x_123; +} } } } @@ -7952,6 +8087,15 @@ return x_110; } } } +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___lambda__1(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} } static lean_object* _init_l_Lean_Parser_Tactic_Conv_convApply_____closed__1() { _start: @@ -10153,6 +10297,8 @@ l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d___closed__10 = _init_l_Lean_Pars lean_mark_persistent(l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d___closed__10); l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d = _init_l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d(); lean_mark_persistent(l_Lean_Parser_Tactic_Conv_convEnter_x5b_____x5d); +l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___closed__1 = _init_l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_Conv___aux__Init__Conv______macroRules__Lean__Parser__Tactic__Conv__convEnter_x5b_____x5d__1___closed__1); l_Lean_Parser_Tactic_Conv_convApply_____closed__1 = _init_l_Lean_Parser_Tactic_Conv_convApply_____closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_Conv_convApply_____closed__1); l_Lean_Parser_Tactic_Conv_convApply_____closed__2 = _init_l_Lean_Parser_Tactic_Conv_convApply_____closed__2(); diff --git a/stage0/stdlib/Init/Data/AC.c b/stage0/stdlib/Init/Data/AC.c index 0686cb0d3562..7bd4456fe656 100644 --- a/stage0/stdlib/Init/Data/AC.c +++ b/stage0/stdlib/Init/Data/AC.c @@ -39,11 +39,11 @@ static lean_object* l_Lean_Data_AC_instContextInformationContext___closed__3; static lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_reprExpr____x40_Init_Data_AC___hyg_40____closed__8; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Data_AC_instContextInformationContext___lambda__2___boxed(lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_reprExpr____x40_Init_Data_AC___hyg_40_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0____private_Init_Data_AC_0__Lean_Data_AC_reprExpr_match__1_splitter____x40_Init_Data_AC___hyg_40____rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_removeNeutrals_loop_match__1_splitter(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_insert_match__1_splitter___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183_(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Data_AC_instBEqExpr___closed__1; lean_object* lean_nat_to_int(lean_object*); @@ -62,7 +62,6 @@ LEAN_EXPORT lean_object* l_Lean_Data_AC_instContextInformationContext(lean_objec static lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_reprExpr____x40_Init_Data_AC___hyg_40____closed__1; LEAN_EXPORT lean_object* l_Lean_Data_AC_instReprExpr; LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Option_toBool_match__1_splitter(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_mergeIdem_loop_match__1_splitter___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Option_toBool_match__1_splitter___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Data_AC_mergeIdem(lean_object*); @@ -86,6 +85,7 @@ lean_object* l_Repr_addAppParen(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Data_AC_evalList(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_insert_match__1_splitter___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Data_AC_instEvalInformationContext___closed__4; +LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Data_AC_norm___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Data_AC_removeNeutrals_loop___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Data_AC_instEvalInformationContext(lean_object*); @@ -330,7 +330,7 @@ x_1 = l_Lean_Data_AC_instReprExpr___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -365,7 +365,7 @@ x_8 = lean_ctor_get(x_1, 0); x_9 = lean_ctor_get(x_1, 1); x_10 = lean_ctor_get(x_2, 0); x_11 = lean_ctor_get(x_2, 1); -x_12 = l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187_(x_8, x_10); +x_12 = l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183_(x_8, x_10); if (x_12 == 0) { uint8_t x_13; @@ -382,11 +382,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187_(x_1, x_2); +x_3 = l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -397,7 +397,7 @@ static lean_object* _init_l_Lean_Data_AC_instBEqExpr___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_187____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Data_AC_0__Lean_Data_AC_beqExpr____x40_Init_Data_AC___hyg_183____boxed), 2, 0); return x_1; } } diff --git a/stage0/stdlib/Init/Data/Array/BinSearch.c b/stage0/stdlib/Init/Data/Array/BinSearch.c index e296669b4cc3..fb8852193463 100644 --- a/stage0/stdlib/Init/Data/Array/BinSearch.c +++ b/stage0/stdlib/Init/Data/Array/BinSearch.c @@ -899,32 +899,32 @@ return x_5; LEAN_EXPORT lean_object* l_Array_binInsertM___rarg___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_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); lean_dec(x_1); x_5 = lean_ctor_get(x_4, 1); lean_inc(x_5); lean_dec(x_4); -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_array_fset(x_2, x_6, x_3); -x_8 = lean_apply_2(x_5, lean_box(0), x_7); -return x_8; +x_6 = lean_array_push(x_2, x_3); +x_7 = lean_apply_2(x_5, lean_box(0), x_6); +return x_7; } } LEAN_EXPORT lean_object* l_Array_binInsertM___rarg___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; +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_1, 0); lean_inc(x_4); lean_dec(x_1); x_5 = lean_ctor_get(x_4, 1); lean_inc(x_5); lean_dec(x_4); -x_6 = lean_array_push(x_2, x_3); -x_7 = lean_apply_2(x_5, lean_box(0), x_6); -return x_7; +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_array_fset(x_2, x_6, x_3); +x_8 = lean_apply_2(x_5, lean_box(0), x_7); +return x_8; } } LEAN_EXPORT lean_object* l_Array_binInsertM___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -946,190 +946,226 @@ return x_8; LEAN_EXPORT lean_object* l_Array_binInsertM___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: { -uint8_t x_7; -x_7 = l_Array_isEmpty___rarg(x_5); -if (x_7 == 0) +uint8_t x_7; uint8_t x_28; uint8_t x_55; +x_55 = l_Array_isEmpty___rarg(x_5); +if (x_55 == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_8 = lean_unsigned_to_nat(0u); +lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +x_56 = lean_unsigned_to_nat(0u); lean_inc(x_6); -x_9 = lean_array_get(x_6, x_5, x_8); +x_57 = lean_array_get(x_6, x_5, x_56); lean_inc(x_2); -lean_inc(x_9); +lean_inc(x_57); lean_inc(x_6); -x_10 = lean_apply_2(x_2, x_6, x_9); -x_11 = lean_unbox(x_10); -lean_dec(x_10); -if (x_11 == 0) +x_58 = lean_apply_2(x_2, x_6, x_57); +x_59 = lean_unbox(x_58); +lean_dec(x_58); +if (x_59 == 0) { -lean_object* x_12; uint8_t x_13; +lean_object* x_60; uint8_t x_61; lean_inc(x_2); lean_inc(x_6); -x_12 = lean_apply_2(x_2, x_9, x_6); -x_13 = lean_unbox(x_12); -lean_dec(x_12); -if (x_13 == 0) +x_60 = lean_apply_2(x_2, x_57, x_6); +x_61 = lean_unbox(x_60); +lean_dec(x_60); +if (x_61 == 0) { -lean_object* x_14; uint8_t x_15; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -x_14 = lean_array_get_size(x_5); -x_15 = lean_nat_dec_lt(x_8, x_14); -lean_dec(x_14); -if (x_15 == 0) +uint8_t x_62; +x_62 = 1; +x_28 = x_62; +goto block_54; +} +else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -lean_dec(x_3); -x_16 = lean_ctor_get(x_1, 0); -lean_inc(x_16); -lean_dec(x_1); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_apply_2(x_17, lean_box(0), x_5); -return x_18; +uint8_t x_63; +x_63 = 0; +x_28 = x_63; +goto block_54; +} } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_19 = lean_array_fget(x_5, x_8); -x_20 = lean_box(0); -x_21 = lean_array_fset(x_5, x_8, x_20); -x_22 = lean_ctor_get(x_1, 1); -lean_inc(x_22); -x_23 = lean_apply_1(x_3, x_19); -x_24 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__1), 3, 2); -lean_closure_set(x_24, 0, x_1); -lean_closure_set(x_24, 1, x_21); -x_25 = lean_apply_4(x_22, lean_box(0), lean_box(0), x_23, x_24); -return x_25; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +lean_dec(x_57); +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +x_64 = lean_ctor_get(x_1, 1); +lean_inc(x_64); +x_65 = lean_box(0); +x_66 = lean_apply_1(x_4, x_65); +x_67 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__3), 3, 2); +lean_closure_set(x_67, 0, x_1); +lean_closure_set(x_67, 1, x_5); +x_68 = lean_apply_4(x_64, lean_box(0), lean_box(0), x_66, x_67); +return x_68; } } else { -lean_object* x_26; lean_object* x_27; uint8_t x_28; -lean_inc(x_6); -x_26 = l_Array_back___rarg(x_6, x_5); -lean_inc(x_2); -lean_inc(x_6); -lean_inc(x_26); -x_27 = lean_apply_2(x_2, x_26, x_6); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +x_69 = lean_ctor_get(x_1, 1); +lean_inc(x_69); +x_70 = lean_box(0); +x_71 = lean_apply_1(x_4, x_70); +x_72 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__1), 3, 2); +lean_closure_set(x_72, 0, x_1); +lean_closure_set(x_72, 1, x_5); +x_73 = lean_apply_4(x_69, lean_box(0), lean_box(0), x_71, x_72); +return x_73; +} +block_27: { -lean_object* x_29; uint8_t x_30; -lean_inc(x_2); -lean_inc(x_6); -x_29 = lean_apply_2(x_2, x_6, x_26); -x_30 = lean_unbox(x_29); -lean_dec(x_29); -if (x_30 == 0) +if (x_7 == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_8 = lean_array_get_size(x_5); +x_9 = lean_unsigned_to_nat(1u); +x_10 = lean_nat_sub(x_8, x_9); +lean_dec(x_8); +x_11 = lean_unsigned_to_nat(0u); +x_12 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_11, x_10); +return x_12; +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); -x_31 = lean_array_get_size(x_5); -x_32 = lean_unsigned_to_nat(1u); -x_33 = lean_nat_sub(x_31, x_32); -x_34 = lean_nat_dec_lt(x_33, x_31); -lean_dec(x_31); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -lean_dec(x_33); +x_13 = lean_array_get_size(x_5); +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_sub(x_13, x_14); +x_16 = lean_nat_dec_lt(x_15, x_13); +lean_dec(x_13); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_15); lean_dec(x_3); -x_35 = lean_ctor_get(x_1, 0); -lean_inc(x_35); +x_17 = lean_ctor_get(x_1, 0); +lean_inc(x_17); lean_dec(x_1); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = lean_apply_2(x_36, lean_box(0), x_5); -return x_37; +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_5); +return x_19; } 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; -x_38 = lean_array_fget(x_5, x_33); -x_39 = lean_box(0); -x_40 = lean_array_fset(x_5, x_33, x_39); -x_41 = lean_ctor_get(x_1, 1); -lean_inc(x_41); -x_42 = lean_apply_1(x_3, x_38); -x_43 = lean_alloc_closure((void*)(l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___rarg___lambda__1___boxed), 4, 3); -lean_closure_set(x_43, 0, x_1); -lean_closure_set(x_43, 1, x_40); -lean_closure_set(x_43, 2, x_33); -x_44 = lean_apply_4(x_41, lean_box(0), lean_box(0), x_42, x_43); -return x_44; +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_array_fget(x_5, x_15); +x_21 = lean_box(0); +x_22 = lean_array_fset(x_5, x_15, x_21); +x_23 = lean_ctor_get(x_1, 1); +lean_inc(x_23); +x_24 = lean_apply_1(x_3, x_20); +x_25 = lean_alloc_closure((void*)(l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___rarg___lambda__1___boxed), 4, 3); +lean_closure_set(x_25, 0, x_1); +lean_closure_set(x_25, 1, x_22); +lean_closure_set(x_25, 2, x_15); +x_26 = lean_apply_4(x_23, lean_box(0), lean_box(0), x_24, x_25); +return x_26; +} } } +block_54: +{ +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_inc(x_6); +x_29 = l_Array_back___rarg(x_6, x_5); +lean_inc(x_2); +lean_inc(x_6); +lean_inc(x_29); +x_30 = lean_apply_2(x_2, x_29, x_6); +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) +{ +lean_object* x_32; uint8_t x_33; +lean_inc(x_2); +lean_inc(x_6); +x_32 = lean_apply_2(x_2, x_6, x_29); +x_33 = lean_unbox(x_32); +lean_dec(x_32); +if (x_33 == 0) +{ +uint8_t x_34; +x_34 = 1; +x_7 = x_34; +goto block_27; +} else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_45 = lean_array_get_size(x_5); -x_46 = lean_unsigned_to_nat(1u); -x_47 = lean_nat_sub(x_45, x_46); -lean_dec(x_45); -x_48 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_47); -return x_48; +uint8_t x_35; +x_35 = 0; +x_7 = x_35; +goto block_27; } } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; -lean_dec(x_26); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_29); lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_49 = lean_ctor_get(x_1, 1); -lean_inc(x_49); -x_50 = lean_box(0); -x_51 = lean_apply_1(x_4, x_50); -x_52 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__2), 3, 2); -lean_closure_set(x_52, 0, x_1); -lean_closure_set(x_52, 1, x_5); -x_53 = lean_apply_4(x_49, lean_box(0), lean_box(0), x_51, x_52); -return x_53; -} +x_36 = lean_ctor_get(x_1, 1); +lean_inc(x_36); +x_37 = lean_box(0); +x_38 = lean_apply_1(x_4, x_37); +x_39 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__1), 3, 2); +lean_closure_set(x_39, 0, x_1); +lean_closure_set(x_39, 1, x_5); +x_40 = lean_apply_4(x_36, lean_box(0), lean_box(0), x_38, x_39); +return x_40; } } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -lean_dec(x_9); +lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_dec(x_6); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); -x_54 = lean_ctor_get(x_1, 1); -lean_inc(x_54); -x_55 = lean_box(0); -x_56 = lean_apply_1(x_4, x_55); -x_57 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__3), 3, 2); -lean_closure_set(x_57, 0, x_1); -lean_closure_set(x_57, 1, x_5); -x_58 = lean_apply_4(x_54, lean_box(0), lean_box(0), x_56, x_57); -return x_58; -} +x_41 = lean_array_get_size(x_5); +x_42 = lean_unsigned_to_nat(0u); +x_43 = lean_nat_dec_lt(x_42, x_41); +lean_dec(x_41); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_3); +x_44 = lean_ctor_get(x_1, 0); +lean_inc(x_44); +lean_dec(x_1); +x_45 = lean_ctor_get(x_44, 1); +lean_inc(x_45); +lean_dec(x_44); +x_46 = lean_apply_2(x_45, lean_box(0), x_5); +return x_46; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_6); -lean_dec(x_3); -lean_dec(x_2); -x_59 = lean_ctor_get(x_1, 1); -lean_inc(x_59); -x_60 = lean_box(0); -x_61 = lean_apply_1(x_4, x_60); -x_62 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__2), 3, 2); -lean_closure_set(x_62, 0, x_1); -lean_closure_set(x_62, 1, x_5); -x_63 = lean_apply_4(x_59, lean_box(0), lean_box(0), x_61, x_62); -return x_63; +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_47 = lean_array_fget(x_5, x_42); +x_48 = lean_box(0); +x_49 = lean_array_fset(x_5, x_42, x_48); +x_50 = lean_ctor_get(x_1, 1); +lean_inc(x_50); +x_51 = lean_apply_1(x_3, x_47); +x_52 = lean_alloc_closure((void*)(l_Array_binInsertM___rarg___lambda__2), 3, 2); +lean_closure_set(x_52, 0, x_1); +lean_closure_set(x_52, 1, x_49); +x_53 = lean_apply_4(x_50, lean_box(0), lean_box(0), x_51, x_52); +return x_53; +} +} } } } @@ -1236,134 +1272,170 @@ return x_2; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Array_binInsert___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Array_isEmpty___rarg(x_3); -if (x_5 == 0) +uint8_t x_5; uint8_t x_19; uint8_t x_35; +x_35 = l_Array_isEmpty___rarg(x_3); +if (x_35 == 0) { -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_6 = lean_unsigned_to_nat(0u); +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_unsigned_to_nat(0u); lean_inc(x_4); -x_7 = lean_array_get(x_4, x_3, x_6); +x_37 = lean_array_get(x_4, x_3, x_36); lean_inc(x_1); -lean_inc(x_7); +lean_inc(x_37); lean_inc(x_4); -x_8 = lean_apply_2(x_1, x_4, x_7); -x_9 = lean_unbox(x_8); -lean_dec(x_8); -if (x_9 == 0) +x_38 = lean_apply_2(x_1, x_4, x_37); +x_39 = lean_unbox(x_38); +lean_dec(x_38); +if (x_39 == 0) { -lean_object* x_10; uint8_t x_11; +lean_object* x_40; uint8_t x_41; lean_inc(x_1); lean_inc(x_4); -x_10 = lean_apply_2(x_1, x_7, x_4); -x_11 = lean_unbox(x_10); -lean_dec(x_10); -if (x_11 == 0) +x_40 = lean_apply_2(x_1, x_37, x_4); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +if (x_41 == 0) { -lean_object* x_12; uint8_t x_13; -lean_dec(x_4); -lean_dec(x_1); -x_12 = lean_array_get_size(x_3); -x_13 = lean_nat_dec_lt(x_6, x_12); -lean_dec(x_12); -if (x_13 == 0) +uint8_t x_42; +x_42 = 1; +x_19 = x_42; +goto block_34; +} +else { -lean_dec(x_2); -return x_3; +uint8_t x_43; +x_43 = 0; +x_19 = x_43; +goto block_34; +} } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = lean_box(0); -x_15 = lean_array_fset(x_3, x_6, x_14); -x_16 = lean_array_fset(x_15, x_6, x_2); -return x_16; +lean_object* x_44; +lean_dec(x_37); +lean_dec(x_4); +lean_dec(x_1); +x_44 = l_Array_insertAt_x21___rarg(x_3, x_36, x_2); +return x_44; } } else { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_inc(x_4); -x_17 = l_Array_back___rarg(x_4, x_3); -lean_inc(x_1); -lean_inc(x_4); -lean_inc(x_17); -x_18 = lean_apply_2(x_1, x_17, x_4); -x_19 = lean_unbox(x_18); -lean_dec(x_18); -if (x_19 == 0) +lean_object* x_45; +lean_dec(x_4); +lean_dec(x_1); +x_45 = lean_array_push(x_3, x_2); +return x_45; +} +block_18: { -lean_object* x_20; uint8_t x_21; -lean_inc(x_1); -lean_inc(x_4); -x_20 = lean_apply_2(x_1, x_4, x_17); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) +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_array_get_size(x_3); +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_nat_sub(x_6, x_7); +lean_dec(x_6); +x_9 = lean_unsigned_to_nat(0u); +x_10 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Array_binInsert___spec__2___rarg(x_1, x_2, x_3, x_4, x_9, x_8); +return x_10; +} +else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_dec(x_4); lean_dec(x_1); -x_22 = lean_array_get_size(x_3); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_sub(x_22, x_23); -x_25 = lean_nat_dec_lt(x_24, x_22); -lean_dec(x_22); -if (x_25 == 0) +x_11 = lean_array_get_size(x_3); +x_12 = lean_unsigned_to_nat(1u); +x_13 = lean_nat_sub(x_11, x_12); +x_14 = lean_nat_dec_lt(x_13, x_11); +lean_dec(x_11); +if (x_14 == 0) { -lean_dec(x_24); +lean_dec(x_13); lean_dec(x_2); return x_3; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_box(0); -x_27 = lean_array_fset(x_3, x_24, x_26); -x_28 = lean_array_fset(x_27, x_24, x_2); -lean_dec(x_24); -return x_28; +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_box(0); +x_16 = lean_array_fset(x_3, x_13, x_15); +x_17 = lean_array_fset(x_16, x_13, x_2); +lean_dec(x_13); +return x_17; } } +} +block_34: +{ +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; +lean_inc(x_4); +x_20 = l_Array_back___rarg(x_4, x_3); +lean_inc(x_1); +lean_inc(x_4); +lean_inc(x_20); +x_21 = lean_apply_2(x_1, x_20, x_4); +x_22 = lean_unbox(x_21); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; uint8_t x_24; +lean_inc(x_1); +lean_inc(x_4); +x_23 = lean_apply_2(x_1, x_4, x_20); +x_24 = lean_unbox(x_23); +lean_dec(x_23); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_5 = x_25; +goto block_18; +} else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_array_get_size(x_3); -x_30 = lean_unsigned_to_nat(1u); -x_31 = lean_nat_sub(x_29, x_30); -lean_dec(x_29); -x_32 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Array_binInsert___spec__2___rarg(x_1, x_2, x_3, x_4, x_6, x_31); -return x_32; +uint8_t x_26; +x_26 = 0; +x_5 = x_26; +goto block_18; } } else { -lean_object* x_33; -lean_dec(x_17); +lean_object* x_27; +lean_dec(x_20); lean_dec(x_4); lean_dec(x_1); -x_33 = lean_array_push(x_3, x_2); -return x_33; -} +x_27 = lean_array_push(x_3, x_2); +return x_27; } } else { -lean_object* x_34; -lean_dec(x_7); +lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_dec(x_4); lean_dec(x_1); -x_34 = l_Array_insertAt_x21___rarg(x_3, x_6, x_2); -return x_34; -} +x_28 = lean_array_get_size(x_3); +x_29 = lean_unsigned_to_nat(0u); +x_30 = lean_nat_dec_lt(x_29, x_28); +lean_dec(x_28); +if (x_30 == 0) +{ +lean_dec(x_2); +return x_3; } else { -lean_object* x_35; -lean_dec(x_4); -lean_dec(x_1); -x_35 = lean_array_push(x_3, x_2); -return x_35; +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_box(0); +x_32 = lean_array_fset(x_3, x_29, x_31); +x_33 = lean_array_fset(x_32, x_29, x_2); +return x_33; +} +} } } } diff --git a/stage0/stdlib/Init/Data/Channel.c b/stage0/stdlib/Init/Data/Channel.c index 2888d9625fbc..a83031c3cbd1 100644 --- a/stage0/stdlib/Init/Data/Channel.c +++ b/stage0/stdlib/Init/Data/Channel.c @@ -25,7 +25,7 @@ LEAN_EXPORT lean_object* l_IO_Channel_recv_x3f(lean_object*); LEAN_EXPORT lean_object* l_IO_Channel_State_values___default(lean_object*); static lean_object* l_IO_Channel_recvAllCurrent___rarg___closed__1; LEAN_EXPORT lean_object* l_ReaderT_bind___at_IO_Channel_recv_x3f___spec__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_IO_Channel_send___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_IO_Channel_send___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_IO_Channel_recv_x3f___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_Channel_sync(lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_IO_Channel_send___spec__1___rarg(lean_object*, lean_object*); @@ -98,7 +98,7 @@ lean_object* lean_io_wait(lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_IO_Channel_recv_x3f___spec__1(lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); -LEAN_EXPORT lean_object* l_IO_Channel_send___rarg___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_IO_Channel_send___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_IO_Channel_close___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_instForInSync___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_Channel_forAsync___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -446,131 +446,220 @@ x_2 = lean_alloc_closure((void*)(l_IO_Mutex_atomically___at_IO_Channel_send___sp return x_2; } } -LEAN_EXPORT lean_object* l_IO_Channel_send___rarg___lambda__1(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_IO_Channel_send___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_8; -lean_inc(x_1); -x_8 = l_Std_Queue_dequeue_x3f___rarg(x_1); -if (lean_obj_tag(x_8) == 0) +uint8_t x_6; +x_6 = !lean_is_exclusive(x_1); +if (x_6 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = l_Std_Queue_enqueue___rarg(x_2, x_3); -x_10 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_1); -lean_ctor_set_uint8(x_10, sizeof(void*)*2, x_4); -x_11 = lean_st_ref_set(x_6, x_10, x_7); +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_ctor_get(x_1, 0); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +x_9 = l_Std_Queue_dequeue_x3f___rarg(x_8); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = l_Std_Queue_enqueue___rarg(x_2, x_7); +lean_ctor_set(x_1, 0, x_10); +x_11 = lean_st_ref_set(x_4, x_1, x_5); return x_11; } else { uint8_t x_12; -lean_dec(x_1); -x_12 = !lean_is_exclusive(x_8); +lean_dec(x_8); +x_12 = !lean_is_exclusive(x_9); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_13 = lean_ctor_get(x_8, 0); +x_13 = lean_ctor_get(x_9, 0); 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_ctor_set(x_8, 0, x_2); -x_16 = lean_io_promise_resolve(x_8, x_14, x_7); +lean_ctor_set(x_9, 0, x_2); +x_16 = lean_io_promise_resolve(x_9, x_14, x_5); lean_dec(x_14); if (lean_obj_tag(x_16) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; +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 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_18, 0, x_3); -lean_ctor_set(x_18, 1, x_15); -lean_ctor_set_uint8(x_18, sizeof(void*)*2, x_4); -x_19 = lean_st_ref_set(x_6, x_18, x_17); -return x_19; +lean_ctor_set(x_1, 1, x_15); +x_18 = lean_st_ref_set(x_4, x_1, x_17); +return x_18; } else { -uint8_t x_20; +uint8_t x_19; lean_dec(x_15); -lean_dec(x_3); -x_20 = !lean_is_exclusive(x_16); -if (x_20 == 0) +lean_free_object(x_1); +lean_dec(x_7); +x_19 = !lean_is_exclusive(x_16); +if (x_19 == 0) { return x_16; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_16, 0); -x_22 = lean_ctor_get(x_16, 1); -lean_inc(x_22); +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_16, 0); +x_21 = lean_ctor_get(x_16, 1); lean_inc(x_21); +lean_inc(x_20); lean_dec(x_16); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; } } } 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_8, 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_9, 0); +lean_inc(x_23); +lean_dec(x_9); +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -lean_dec(x_8); -x_25 = lean_ctor_get(x_24, 0); +x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); +lean_dec(x_23); +x_26 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_26, 0, x_2); +x_27 = lean_io_promise_resolve(x_26, x_24, x_5); lean_dec(x_24); -x_27 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_27, 0, x_2); -x_28 = lean_io_promise_resolve(x_27, x_25, x_7); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +lean_ctor_set(x_1, 1, x_25); +x_29 = lean_st_ref_set(x_4, x_1, x_28); +return x_29; +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_dec(x_25); -if (lean_obj_tag(x_28) == 0) +lean_free_object(x_1); +lean_dec(x_7); +x_30 = lean_ctor_get(x_27, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_27, 1); +lean_inc(x_31); +if (lean_is_exclusive(x_27)) { + lean_ctor_release(x_27, 0); + lean_ctor_release(x_27, 1); + x_32 = x_27; +} else { + lean_dec_ref(x_27); + 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; +} +} +} +} +else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); -x_30 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_30, 0, x_3); -lean_ctor_set(x_30, 1, x_26); -lean_ctor_set_uint8(x_30, sizeof(void*)*2, x_4); -x_31 = lean_st_ref_set(x_6, x_30, x_29); -return x_31; +lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_1, 0); +x_35 = lean_ctor_get(x_1, 1); +x_36 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_1); +lean_inc(x_35); +x_37 = l_Std_Queue_dequeue_x3f___rarg(x_35); +if (lean_obj_tag(x_37) == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = l_Std_Queue_enqueue___rarg(x_2, x_34); +x_39 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_35); +lean_ctor_set_uint8(x_39, sizeof(void*)*2, x_36); +x_40 = lean_st_ref_set(x_4, x_39, x_5); +return x_40; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_26); -lean_dec(x_3); -x_32 = lean_ctor_get(x_28, 0); -lean_inc(x_32); -x_33 = lean_ctor_get(x_28, 1); -lean_inc(x_33); -if (lean_is_exclusive(x_28)) { - lean_ctor_release(x_28, 0); - lean_ctor_release(x_28, 1); - x_34 = x_28; +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_dec(x_35); +x_41 = lean_ctor_get(x_37, 0); +lean_inc(x_41); +if (lean_is_exclusive(x_37)) { + lean_ctor_release(x_37, 0); + x_42 = x_37; } else { - lean_dec_ref(x_28); - x_34 = lean_box(0); + lean_dec_ref(x_37); + x_42 = lean_box(0); } -if (lean_is_scalar(x_34)) { - x_35 = lean_alloc_ctor(1, 2, 0); +x_43 = lean_ctor_get(x_41, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_41, 1); +lean_inc(x_44); +lean_dec(x_41); +if (lean_is_scalar(x_42)) { + x_45 = lean_alloc_ctor(1, 1, 0); } else { - x_35 = x_34; + x_45 = x_42; } -lean_ctor_set(x_35, 0, x_32); -lean_ctor_set(x_35, 1, x_33); -return x_35; +lean_ctor_set(x_45, 0, x_2); +x_46 = lean_io_promise_resolve(x_45, x_43, x_5); +lean_dec(x_43); +if (lean_obj_tag(x_46) == 0) +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_46, 1); +lean_inc(x_47); +lean_dec(x_46); +x_48 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_48, 0, x_34); +lean_ctor_set(x_48, 1, x_44); +lean_ctor_set_uint8(x_48, sizeof(void*)*2, x_36); +x_49 = lean_st_ref_set(x_4, x_48, 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_44); +lean_dec(x_34); +x_50 = lean_ctor_get(x_46, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_46, 1); +lean_inc(x_51); +if (lean_is_exclusive(x_46)) { + lean_ctor_release(x_46, 0); + lean_ctor_release(x_46, 1); + x_52 = x_46; +} else { + lean_dec_ref(x_46); + 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; } } } @@ -583,28 +672,23 @@ uint8_t x_5; x_5 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); if (x_5 == 0) { -lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_6 = lean_ctor_get(x_2, 0); -lean_inc(x_6); -x_7 = lean_ctor_get(x_2, 1); -lean_inc(x_7); -lean_dec(x_2); -x_8 = lean_box(0); -x_9 = l_IO_Channel_send___rarg___lambda__1(x_7, x_1, x_6, x_5, x_8, x_3, x_4); +lean_object* x_6; lean_object* x_7; +x_6 = lean_box(0); +x_7 = l_IO_Channel_send___rarg___lambda__1(x_2, x_1, x_6, x_3, x_4); lean_dec(x_3); -return x_9; +return x_7; } else { -lean_object* x_10; lean_object* x_11; +lean_object* x_8; lean_object* x_9; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_4); -return x_11; +x_8 = lean_box(0); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_4); +return x_9; } } } @@ -639,16 +723,14 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_IO_Channel_send___rarg___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_IO_Channel_send___rarg___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_8; lean_object* x_9; -x_8 = lean_unbox(x_4); +lean_object* x_6; +x_6 = l_IO_Channel_send___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); -x_9 = l_IO_Channel_send___rarg___lambda__1(x_1, x_2, x_3, x_8, x_5, x_6, x_7); -lean_dec(x_6); -lean_dec(x_5); -return x_9; +lean_dec(x_3); +return x_6; } } LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_IO_Channel_close___spec__1___rarg(lean_object* x_1, lean_object* x_2) { diff --git a/stage0/stdlib/Init/Data/Format/Basic.c b/stage0/stdlib/Init/Data/Format/Basic.c index d451ee64816c..af5d49a4b95d 100644 --- a/stage0/stdlib/Init/Data/Format/Basic.c +++ b/stage0/stdlib/Init/Data/Format/Basic.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine_x27(lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_defIndent; @@ -28,17 +27,16 @@ static lean_object* l_Std_Format_paren___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_State_out___default; static lean_object* l_Std_Format_sbracket___closed__6; LEAN_EXPORT uint8_t l___private_Init_Data_Format_Basic_0__Std_Format_SpaceResult_foundFlattenedHardLine___default; -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_instCoeStringFormat(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__2; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_merge___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_fill(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Init_Data_Format_Basic_0__Std_Format_be___spec__1___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_instMonadPrettyFormatStateMState___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -50,7 +48,7 @@ LEAN_EXPORT lean_object* l_Std_Format_join(lean_object*); LEAN_EXPORT uint8_t l___private_Init_Data_Format_Basic_0__Std_Format_SpaceResult_foundLine___default; LEAN_EXPORT lean_object* l_StateT_get___at_Std_Format_instMonadPrettyFormatStateMState___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_instMonadPrettyFormatStateMState___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Std_Format_pretty___spec__2___boxed(lean_object*, lean_object*, lean_object*); @@ -61,12 +59,13 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Std_Format_join___spec__1(lean_object LEAN_EXPORT lean_object* l_Std_Format_FlattenBehavior_noConfusion___rarg___lambda__1___boxed(lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT uint8_t l_Std_Format_isNil(lean_object*); -static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__1; +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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*, lean_object*); extern lean_object* l_instInhabitedPUnit; static lean_object* l_Std_Format_paren___closed__4; static lean_object* l_panic___at_Std_Format_pretty___spec__4___closed__2; LEAN_EXPORT uint8_t l___private_Init_Data_Format_Basic_0__Std_Format_beqFlattenBehavior____x40_Init_Data_Format_Basic___hyg_26_(uint8_t, uint8_t); static lean_object* l_Std_Format_instMonadPrettyFormatStateMState___closed__1; +static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_beqFlattenBehavior____x40_Init_Data_Format_Basic___hyg_26____boxed(lean_object*, lean_object*); lean_object* l_Nat_repeatTR_loop___at_String_pushn___spec__1(uint32_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Std_Format_prefixJoin___spec__1(lean_object*); @@ -74,7 +73,7 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Std_Format_joinSuffix___spec__1___rar static lean_object* l_Std_Format_instMonadPrettyFormatStateMState___closed__5; lean_object* lean_string_utf8_next(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Format_instMonadPrettyFormatStateMState___closed__4; lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -82,7 +81,6 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Std_Format_prefixJoin___spec__1___rar static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__1; static lean_object* l_Std_Format_sbracket___closed__5; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_State_column___default; -static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; LEAN_EXPORT lean_object* l_StateT_bind___at_Std_Format_instMonadPrettyFormatStateMState___spec__2___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Std_Format_pretty___spec__4___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -97,7 +95,7 @@ LEAN_EXPORT lean_object* l_Std_Format_nestD(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_StateT_instMonadStateT___rarg(lean_object*); lean_object* l_String_offsetOfPosAux(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11(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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_prettyM___at_Std_Format_pretty___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Std_Format_instInhabitedFlattenBehavior; @@ -111,8 +109,9 @@ static lean_object* l_Std_Format_isEmpty___closed__1; LEAN_EXPORT lean_object* l_Std_Format_bracketFill(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_defWidth; static lean_object* l_Std_Format_nestD___closed__1; +static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Format_sbracket___closed__3; static lean_object* l_Std_Format_sbracket___closed__4; lean_object* lean_int_sub(lean_object*, lean_object*); @@ -120,13 +119,13 @@ static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg__ LEAN_EXPORT lean_object* l_Std_Format_bracket(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Std_Format_joinSep___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_sbracket(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__10(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_EXPORT lean_object* l_Std_Format_instBEqFlattenBehavior; LEAN_EXPORT lean_object* l_Std_Format_instMonadPrettyFormatStateMState___lambda__4(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6___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_Format_Basic_0__Std_Format_be___rarg___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateT_bind___at_Std_Format_instMonadPrettyFormatStateMState___spec__2(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_isNil___boxed(lean_object*); @@ -134,8 +133,7 @@ static lean_object* l_Std_Format_paren___closed__5; static lean_object* l_Std_Format_sbracket___closed__2; LEAN_EXPORT lean_object* l_Std_Format_FlattenBehavior_noConfusion(lean_object*); lean_object* l_Int_toNat(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4(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_EXPORT lean_object* l_Std_Format_FlattenBehavior_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Format_paren___closed__2; @@ -149,14 +147,14 @@ LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___r LEAN_EXPORT lean_object* l_Std_instToFormatFormat(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Std_Format_joinSuffix___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Std_instToFormatFormat___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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*); static lean_object* l_Std_Format_instBEqFlattenBehavior___closed__1; static lean_object* l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; extern lean_object* l_Id_instMonadId; LEAN_EXPORT lean_object* l_Std_Format_instMonadPrettyFormatStateMState___lambda__4___boxed(lean_object*, lean_object*); static lean_object* l_Std_Format_instInhabitedSpaceResult___closed__1; LEAN_EXPORT uint8_t l_Std_Format_defUnicode; -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l_Std_Format_instMonadPrettyFormatStateMState___lambda__3___boxed(lean_object*, lean_object*); lean_object* lean_int_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -164,11 +162,11 @@ lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_FlattenBehavior_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Std_Format_prefixJoin___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Std_Format_pretty___spec__4(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9(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_Std_Format_FlattenBehavior_noConfusion___rarg___closed__1; static lean_object* l_Std_Format_paren___closed__6; uint8_t lean_nat_dec_le(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_FlattenBehavior_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1505,95 +1503,6 @@ return x_11; LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_11 = lean_ctor_get(x_1, 4); -lean_inc(x_11); -x_12 = lean_ctor_get(x_2, 2); -lean_inc(x_12); -lean_dec(x_2); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_box(x_3); -x_15 = lean_box(x_4); -x_16 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_16, 0, x_14); -lean_closure_set(x_16, 1, x_15); -lean_closure_set(x_16, 2, x_5); -lean_closure_set(x_16, 3, x_6); -lean_closure_set(x_16, 4, x_7); -lean_closure_set(x_16, 5, x_8); -lean_closure_set(x_16, 6, x_1); -x_17 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_13, x_16); -return x_17; -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { -_start: -{ -lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_11 = lean_nat_to_int(x_10); -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); -x_13 = lean_int_dec_lt(x_11, x_12); -if (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; lean_object* x_20; -lean_dec(x_11); -x_14 = lean_ctor_get(x_2, 1); -lean_inc(x_14); -x_15 = l_Int_toNat(x_12); -lean_dec(x_12); -x_16 = lean_apply_1(x_14, x_15); -x_17 = lean_box(x_3); -x_18 = lean_box(x_4); -lean_inc(x_9); -x_19 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); -lean_closure_set(x_19, 0, x_2); -lean_closure_set(x_19, 1, x_1); -lean_closure_set(x_19, 2, x_17); -lean_closure_set(x_19, 3, x_18); -lean_closure_set(x_19, 4, x_5); -lean_closure_set(x_19, 5, x_6); -lean_closure_set(x_19, 6, x_7); -lean_closure_set(x_19, 7, x_8); -lean_closure_set(x_19, 8, x_9); -x_20 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_16, x_19); -return x_20; -} -else -{ -lean_object* x_21; uint32_t 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_21 = lean_ctor_get(x_2, 0); -lean_inc(x_21); -x_22 = 32; -x_23 = lean_int_sub(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -x_24 = l_Int_toNat(x_23); -lean_dec(x_23); -x_25 = l_Std_Format_isEmpty___closed__1; -x_26 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_22, x_24, x_25); -x_27 = lean_apply_1(x_21, x_26); -x_28 = lean_box(x_3); -x_29 = lean_box(x_4); -lean_inc(x_9); -x_30 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); -lean_closure_set(x_30, 0, x_2); -lean_closure_set(x_30, 1, x_1); -lean_closure_set(x_30, 2, x_28); -lean_closure_set(x_30, 3, x_29); -lean_closure_set(x_30, 4, x_5); -lean_closure_set(x_30, 5, x_6); -lean_closure_set(x_30, 6, x_7); -lean_closure_set(x_30, 7, x_8); -lean_closure_set(x_30, 8, x_9); -x_31 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_27, x_30); -return x_31; -} -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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_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; x_11 = lean_ctor_get(x_1, 4); lean_inc(x_11); @@ -1612,7 +1521,7 @@ x_16 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_12, x_15); return x_16; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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: { uint8_t x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -1629,7 +1538,7 @@ x_11 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_9, x_10); return x_11; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -1637,7 +1546,7 @@ x_9 = lean_ctor_get(x_1, 4); lean_inc(x_9); x_10 = lean_apply_1(x_9, x_2); lean_inc(x_7); -x_11 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5___boxed), 7, 6); +x_11 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3___boxed), 7, 6); lean_closure_set(x_11, 0, x_3); lean_closure_set(x_11, 1, x_4); lean_closure_set(x_11, 2, x_5); @@ -1648,7 +1557,7 @@ x_12 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_10, x_11); return x_12; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7(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_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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; @@ -1656,14 +1565,14 @@ x_6 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg(x_1, x_2, x_3, return x_6; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_1, 4); lean_inc(x_8); x_9 = lean_apply_1(x_8, x_2); -x_10 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___boxed), 5, 4); +x_10 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5___boxed), 5, 4); lean_closure_set(x_10, 0, x_3); lean_closure_set(x_10, 1, x_4); lean_closure_set(x_10, 2, x_1); @@ -1672,7 +1581,7 @@ x_11 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_9, x_10); return x_11; } } -static lean_object* _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__1() { +static lean_object* _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__1() { _start: { lean_object* x_1; @@ -1680,7 +1589,7 @@ x_1 = lean_mk_string_from_bytes("unreachable", 11); return x_1; } } -static lean_object* _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2() { +static lean_object* _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2() { _start: { lean_object* x_1; @@ -1688,7 +1597,7 @@ x_1 = lean_mk_string_from_bytes(" ", 1); return x_1; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { _start: { if (lean_obj_tag(x_7) == 0) @@ -1699,7 +1608,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_8 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__1; +x_8 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__1; x_9 = l_panic___at___private_Init_Data_Format_Basic_0__Std_Format_be___spec__1___rarg(x_1, x_8); return x_9; } @@ -1726,10 +1635,10 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean lean_dec(x_2); x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); -x_13 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; +x_13 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; x_14 = lean_apply_1(x_12, x_13); lean_inc(x_6); -x_15 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8___boxed), 7, 6); +x_15 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6___boxed), 7, 6); lean_closure_set(x_15, 0, x_3); lean_closure_set(x_15, 1, x_4); lean_closure_set(x_15, 2, x_5); @@ -1742,7 +1651,68 @@ return x_16; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8(lean_object* x_1, lean_object* x_2, lean_object* 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) { +_start: +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_nat_to_int(x_11); +x_13 = lean_int_dec_lt(x_12, 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; lean_object* x_19; lean_object* x_20; +lean_dec(x_12); +x_14 = lean_ctor_get(x_2, 1); +lean_inc(x_14); +x_15 = l_Int_toNat(x_1); +x_16 = lean_apply_1(x_14, x_15); +x_17 = lean_box(x_4); +x_18 = lean_box(x_5); +lean_inc(x_10); +x_19 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); +lean_closure_set(x_19, 0, x_2); +lean_closure_set(x_19, 1, x_3); +lean_closure_set(x_19, 2, x_17); +lean_closure_set(x_19, 3, x_18); +lean_closure_set(x_19, 4, x_6); +lean_closure_set(x_19, 5, x_7); +lean_closure_set(x_19, 6, x_8); +lean_closure_set(x_19, 7, x_9); +lean_closure_set(x_19, 8, x_10); +x_20 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_16, x_19); +return x_20; +} +else +{ +lean_object* x_21; uint32_t 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_21 = lean_ctor_get(x_2, 0); +lean_inc(x_21); +x_22 = 32; +x_23 = lean_int_sub(x_1, x_12); +lean_dec(x_12); +x_24 = l_Int_toNat(x_23); +lean_dec(x_23); +x_25 = l_Std_Format_isEmpty___closed__1; +x_26 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_22, x_24, x_25); +x_27 = lean_apply_1(x_21, x_26); +x_28 = lean_box(x_4); +x_29 = lean_box(x_5); +lean_inc(x_10); +x_30 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); +lean_closure_set(x_30, 0, x_2); +lean_closure_set(x_30, 1, x_3); +lean_closure_set(x_30, 2, x_28); +lean_closure_set(x_30, 3, x_29); +lean_closure_set(x_30, 4, x_6); +lean_closure_set(x_30, 5, x_7); +lean_closure_set(x_30, 6, x_8); +lean_closure_set(x_30, 7, x_9); +lean_closure_set(x_30, 8, x_10); +x_31 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_27, x_30); +return x_31; +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _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; lean_object* x_21; @@ -1770,7 +1740,7 @@ x_21 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_19, x_20); return x_21; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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, 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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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, uint8_t 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; @@ -1780,7 +1750,7 @@ x_15 = l_Int_toNat(x_2); x_16 = lean_apply_1(x_14, x_15); x_17 = lean_box(x_8); lean_inc(x_12); -x_18 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__10___boxed), 13, 12); +x_18 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___boxed), 13, 12); lean_closure_set(x_18, 0, x_3); lean_closure_set(x_18, 1, x_4); lean_closure_set(x_18, 2, x_5); @@ -1797,7 +1767,7 @@ x_19 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_16, x_18); return x_19; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12(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_object* x_11) { +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11(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_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; @@ -1826,7 +1796,7 @@ static lean_object* _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___ _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; +x_1 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; x_2 = lean_string_length(x_1); return x_2; } @@ -1868,2269 +1838,1444 @@ goto _start; } else { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_4); -if (x_13 == 0) +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_10, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +switch (lean_obj_tag(x_14)) { +case 0: { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_ctor_get(x_4, 1); -x_15 = lean_ctor_get(x_4, 0); -lean_dec(x_15); -x_16 = !lean_is_exclusive(x_9); -if (x_16 == 0) +lean_object* x_15; uint8_t 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; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_17 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_18 = lean_ctor_get(x_10, 1); +lean_inc(x_18); +lean_dec(x_10); +x_19 = lean_ctor_get(x_13, 2); +lean_inc(x_19); +lean_dec(x_13); +x_20 = lean_ctor_get(x_2, 1); +lean_inc(x_20); +x_21 = lean_ctor_get(x_3, 4); +lean_inc(x_21); +x_22 = lean_apply_1(x_21, x_19); +x_23 = lean_box(x_16); +x_24 = lean_box(x_17); +x_25 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); +lean_closure_set(x_25, 0, x_23); +lean_closure_set(x_25, 1, x_24); +lean_closure_set(x_25, 2, x_18); +lean_closure_set(x_25, 3, x_15); +lean_closure_set(x_25, 4, x_1); +lean_closure_set(x_25, 5, x_2); +lean_closure_set(x_25, 6, x_3); +x_26 = lean_apply_4(x_20, lean_box(0), lean_box(0), x_22, x_25); +return x_26; +} +case 1: { -uint8_t x_17; uint8_t x_18; lean_object* x_19; uint8_t x_20; -x_17 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); -x_18 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); -x_19 = lean_ctor_get(x_9, 0); -lean_dec(x_19); -x_20 = !lean_is_exclusive(x_10); -if (x_20 == 0) +uint8_t x_27; +x_27 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +if (x_27 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_31; -x_21 = lean_ctor_get(x_10, 0); -x_22 = lean_ctor_get(x_10, 1); -x_31 = lean_ctor_get(x_21, 0); -lean_inc(x_31); -switch (lean_obj_tag(x_31)) { -case 0: +uint8_t x_28; +x_28 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +lean_dec(x_9); +if (x_28 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -lean_free_object(x_10); -lean_free_object(x_9); -lean_free_object(x_4); -x_32 = lean_ctor_get(x_21, 2); +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; +x_29 = lean_ctor_get(x_4, 1); +lean_inc(x_29); +lean_dec(x_4); +x_30 = lean_ctor_get(x_10, 1); +lean_inc(x_30); +lean_dec(x_10); +x_31 = lean_ctor_get(x_13, 1); +lean_inc(x_31); +x_32 = lean_ctor_get(x_13, 2); lean_inc(x_32); -lean_dec(x_21); +lean_dec(x_13); x_33 = lean_ctor_get(x_2, 1); lean_inc(x_33); -x_34 = lean_ctor_get(x_3, 4); +x_34 = lean_ctor_get(x_3, 1); lean_inc(x_34); -x_35 = lean_apply_1(x_34, x_32); -x_36 = lean_box(x_17); -x_37 = lean_box(x_18); -x_38 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_38, 0, x_36); -lean_closure_set(x_38, 1, x_37); -lean_closure_set(x_38, 2, x_22); -lean_closure_set(x_38, 3, x_14); -lean_closure_set(x_38, 4, x_1); -lean_closure_set(x_38, 5, x_2); -lean_closure_set(x_38, 6, x_3); -x_39 = lean_apply_4(x_33, lean_box(0), lean_box(0), x_35, x_38); -return x_39; +x_35 = l_Int_toNat(x_31); +lean_dec(x_31); +x_36 = lean_apply_1(x_34, x_35); +x_37 = lean_box(x_28); +x_38 = lean_box(x_27); +lean_inc(x_33); +x_39 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); +lean_closure_set(x_39, 0, x_3); +lean_closure_set(x_39, 1, x_32); +lean_closure_set(x_39, 2, x_37); +lean_closure_set(x_39, 3, x_38); +lean_closure_set(x_39, 4, x_30); +lean_closure_set(x_39, 5, x_29); +lean_closure_set(x_39, 6, x_1); +lean_closure_set(x_39, 7, x_2); +lean_closure_set(x_39, 8, x_33); +x_40 = lean_apply_4(x_33, lean_box(0), lean_box(0), x_36, x_39); +return x_40; } -case 1: -{ -lean_free_object(x_10); -lean_free_object(x_9); -lean_free_object(x_4); -if (x_18 == 0) -{ -if (x_17 == 0) +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; lean_object* x_49; -x_40 = lean_ctor_get(x_21, 1); -lean_inc(x_40); -x_41 = lean_ctor_get(x_21, 2); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_41 = lean_ctor_get(x_4, 1); lean_inc(x_41); -lean_dec(x_21); -x_42 = lean_ctor_get(x_2, 1); +lean_dec(x_4); +x_42 = lean_ctor_get(x_10, 1); lean_inc(x_42); -x_43 = lean_ctor_get(x_3, 1); +lean_dec(x_10); +x_43 = lean_ctor_get(x_13, 2); lean_inc(x_43); -x_44 = l_Int_toNat(x_40); -lean_dec(x_40); -x_45 = lean_apply_1(x_43, x_44); -x_46 = lean_box(x_17); -x_47 = lean_box(x_18); -lean_inc(x_42); -x_48 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_48, 0, x_3); -lean_closure_set(x_48, 1, x_41); -lean_closure_set(x_48, 2, x_46); -lean_closure_set(x_48, 3, x_47); -lean_closure_set(x_48, 4, x_22); -lean_closure_set(x_48, 5, x_14); -lean_closure_set(x_48, 6, x_1); -lean_closure_set(x_48, 7, x_2); -lean_closure_set(x_48, 8, x_42); -x_49 = lean_apply_4(x_42, lean_box(0), lean_box(0), x_45, x_48); -return x_49; +lean_dec(x_13); +x_44 = lean_ctor_get(x_2, 1); +lean_inc(x_44); +x_45 = lean_ctor_get(x_3, 0); +lean_inc(x_45); +x_46 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_47 = lean_apply_1(x_45, x_46); +x_48 = lean_box(x_28); +x_49 = lean_box(x_27); +lean_inc(x_44); +x_50 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); +lean_closure_set(x_50, 0, x_3); +lean_closure_set(x_50, 1, x_43); +lean_closure_set(x_50, 2, x_48); +lean_closure_set(x_50, 3, x_49); +lean_closure_set(x_50, 4, x_42); +lean_closure_set(x_50, 5, x_41); +lean_closure_set(x_50, 6, x_1); +lean_closure_set(x_50, 7, x_2); +lean_closure_set(x_50, 8, x_44); +x_51 = lean_apply_4(x_44, lean_box(0), lean_box(0), x_47, x_50); +return x_51; +} } else { -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; -x_50 = lean_ctor_get(x_21, 2); -lean_inc(x_50); -lean_dec(x_21); -x_51 = lean_ctor_get(x_2, 1); -lean_inc(x_51); -x_52 = lean_ctor_get(x_3, 0); +lean_object* x_52; uint8_t 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; +x_52 = lean_ctor_get(x_4, 1); lean_inc(x_52); -x_53 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_54 = lean_apply_1(x_52, x_53); -x_55 = lean_box(x_17); -x_56 = lean_box(x_18); -lean_inc(x_51); -x_57 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_57, 0, x_3); -lean_closure_set(x_57, 1, x_50); -lean_closure_set(x_57, 2, x_55); -lean_closure_set(x_57, 3, x_56); -lean_closure_set(x_57, 4, x_22); -lean_closure_set(x_57, 5, x_14); -lean_closure_set(x_57, 6, x_1); -lean_closure_set(x_57, 7, x_2); -lean_closure_set(x_57, 8, x_51); -x_58 = lean_apply_4(x_51, lean_box(0), lean_box(0), x_54, x_57); -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; -x_59 = lean_ctor_get(x_21, 1); -lean_inc(x_59); -x_60 = lean_ctor_get(x_21, 2); -lean_inc(x_60); -lean_dec(x_21); -x_61 = lean_ctor_get(x_2, 1); -lean_inc(x_61); -x_62 = lean_ctor_get(x_3, 1); -lean_inc(x_62); -x_63 = l_Int_toNat(x_59); -lean_dec(x_59); -x_64 = lean_apply_1(x_62, x_63); -lean_inc(x_61); +lean_dec(x_4); +x_53 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +lean_dec(x_9); +x_54 = lean_ctor_get(x_10, 1); +lean_inc(x_54); +lean_dec(x_10); +x_55 = lean_ctor_get(x_13, 1); +lean_inc(x_55); +x_56 = lean_ctor_get(x_13, 2); +lean_inc(x_56); +lean_dec(x_13); +x_57 = lean_ctor_get(x_2, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 1); +lean_inc(x_58); +x_59 = l_Int_toNat(x_55); +lean_dec(x_55); +x_60 = lean_apply_1(x_58, x_59); +lean_inc(x_57); lean_inc(x_2); lean_inc(x_1); -lean_inc(x_14); -lean_inc(x_22); -lean_inc(x_60); +lean_inc(x_52); +lean_inc(x_54); +lean_inc(x_56); lean_inc(x_3); -x_65 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6___boxed), 8, 7); -lean_closure_set(x_65, 0, x_3); -lean_closure_set(x_65, 1, x_60); -lean_closure_set(x_65, 2, x_22); -lean_closure_set(x_65, 3, x_14); -lean_closure_set(x_65, 4, x_1); -lean_closure_set(x_65, 5, x_2); -lean_closure_set(x_65, 6, x_61); -lean_inc(x_61); -x_66 = lean_apply_4(x_61, lean_box(0), lean_box(0), x_64, x_65); -if (x_17 == 0) -{ -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_22); -lean_dec(x_14); +x_61 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 8, 7); +lean_closure_set(x_61, 0, x_3); +lean_closure_set(x_61, 1, x_56); +lean_closure_set(x_61, 2, x_54); +lean_closure_set(x_61, 3, x_52); +lean_closure_set(x_61, 4, x_1); +lean_closure_set(x_61, 5, x_2); +lean_closure_set(x_61, 6, x_57); +lean_inc(x_57); +x_62 = lean_apply_4(x_57, lean_box(0), lean_box(0), x_60, x_61); +if (x_53 == 0) +{ +lean_dec(x_57); +lean_dec(x_56); +lean_dec(x_54); +lean_dec(x_52); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_66; +return x_62; } else { -lean_object* x_67; lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_67 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_68 = lean_nat_sub(x_1, x_67); -x_69 = 1; +lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_63 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; +x_64 = lean_nat_sub(x_1, x_63); +x_65 = 1; lean_inc(x_3); lean_inc(x_2); -x_70 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_69, x_22, x_14, x_68, x_2, x_3); -lean_inc(x_61); -x_71 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9), 7, 6); -lean_closure_set(x_71, 0, x_2); -lean_closure_set(x_71, 1, x_66); -lean_closure_set(x_71, 2, x_3); -lean_closure_set(x_71, 3, x_60); -lean_closure_set(x_71, 4, x_1); -lean_closure_set(x_71, 5, x_61); -x_72 = lean_apply_4(x_61, lean_box(0), lean_box(0), x_70, x_71); -return x_72; +x_66 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_65, x_54, x_52, x_64, x_2, x_3); +lean_inc(x_57); +x_67 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7), 7, 6); +lean_closure_set(x_67, 0, x_2); +lean_closure_set(x_67, 1, x_62); +lean_closure_set(x_67, 2, x_3); +lean_closure_set(x_67, 3, x_56); +lean_closure_set(x_67, 4, x_1); +lean_closure_set(x_67, 5, x_57); +x_68 = lean_apply_4(x_57, lean_box(0), lean_box(0), x_66, x_67); +return x_68; } } } case 2: { -lean_free_object(x_10); -lean_free_object(x_9); -lean_free_object(x_4); -if (x_17 == 0) +lean_object* x_69; uint8_t x_70; uint8_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; uint8_t x_76; +x_69 = lean_ctor_get(x_4, 1); +lean_inc(x_69); +lean_dec(x_4); +x_70 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_71 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_72 = lean_ctor_get(x_10, 1); +lean_inc(x_72); +lean_dec(x_10); +x_73 = lean_ctor_get(x_13, 1); +lean_inc(x_73); +x_74 = lean_ctor_get(x_13, 2); +lean_inc(x_74); +lean_dec(x_13); +x_75 = lean_ctor_get_uint8(x_14, 0); +lean_dec(x_14); +if (x_70 == 0) { -lean_object* x_73; -lean_dec(x_31); -x_73 = lean_box(0); -x_23 = x_73; -goto block_30; +uint8_t x_91; +x_91 = 0; +x_76 = x_91; +goto block_90; } else { -uint8_t x_74; -x_74 = lean_ctor_get_uint8(x_31, 0); -lean_dec(x_31); -if (x_74 == 0) +if (x_75 == 0) { -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; -x_75 = lean_ctor_get(x_21, 2); -lean_inc(x_75); -lean_dec(x_21); -x_76 = lean_ctor_get(x_2, 1); -lean_inc(x_76); -x_77 = lean_ctor_get(x_3, 4); +uint8_t x_92; +x_92 = 1; +x_76 = x_92; +goto block_90; +} +else +{ +uint8_t x_93; +x_93 = 0; +x_76 = x_93; +goto block_90; +} +} +block_90: +{ +if (x_76 == 0) +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_77 = lean_ctor_get(x_2, 1); +lean_inc(x_77); +x_78 = lean_ctor_get(x_3, 2); +lean_inc(x_78); +x_79 = lean_box(x_70); +x_80 = lean_box(x_71); lean_inc(x_77); -x_78 = lean_apply_1(x_77, x_75); -x_79 = lean_box(x_17); -x_80 = lean_box(x_18); -x_81 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_81, 0, x_79); -lean_closure_set(x_81, 1, x_80); -lean_closure_set(x_81, 2, x_22); -lean_closure_set(x_81, 3, x_14); -lean_closure_set(x_81, 4, x_1); -lean_closure_set(x_81, 5, x_2); -lean_closure_set(x_81, 6, x_3); -x_82 = lean_apply_4(x_76, lean_box(0), lean_box(0), x_78, x_81); +x_81 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8___boxed), 11, 10); +lean_closure_set(x_81, 0, x_73); +lean_closure_set(x_81, 1, x_3); +lean_closure_set(x_81, 2, x_74); +lean_closure_set(x_81, 3, x_79); +lean_closure_set(x_81, 4, x_80); +lean_closure_set(x_81, 5, x_72); +lean_closure_set(x_81, 6, x_69); +lean_closure_set(x_81, 7, x_1); +lean_closure_set(x_81, 8, x_2); +lean_closure_set(x_81, 9, x_77); +x_82 = lean_apply_4(x_77, lean_box(0), lean_box(0), x_78, x_81); return x_82; } else { -lean_object* x_83; -x_83 = lean_box(0); -x_23 = x_83; -goto block_30; +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_dec(x_73); +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +x_84 = lean_ctor_get(x_3, 4); +lean_inc(x_84); +x_85 = lean_apply_1(x_84, x_74); +x_86 = lean_box(x_70); +x_87 = lean_box(x_71); +x_88 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); +lean_closure_set(x_88, 0, x_86); +lean_closure_set(x_88, 1, x_87); +lean_closure_set(x_88, 2, x_72); +lean_closure_set(x_88, 3, x_69); +lean_closure_set(x_88, 4, x_1); +lean_closure_set(x_88, 5, x_2); +lean_closure_set(x_88, 6, x_3); +x_89 = lean_apply_4(x_83, lean_box(0), lean_box(0), x_85, x_88); +return x_89; } } } case 3: { -lean_object* x_84; lean_object* x_85; lean_object* x_86; uint32_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -lean_free_object(x_10); -lean_free_object(x_9); -lean_free_object(x_4); -x_84 = lean_ctor_get(x_21, 1); -lean_inc(x_84); -x_85 = lean_ctor_get(x_21, 2); -lean_inc(x_85); -lean_dec(x_21); -x_86 = lean_ctor_get(x_31, 0); -lean_inc(x_86); -lean_dec(x_31); -x_87 = 10; -x_88 = lean_string_utf8_byte_size(x_86); -x_89 = lean_unsigned_to_nat(0u); -x_90 = l_String_posOfAux(x_86, x_87, x_88, x_89); -x_91 = lean_nat_dec_eq(x_90, x_88); -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; -x_92 = lean_ctor_get(x_2, 1); -lean_inc(x_92); -x_93 = lean_ctor_get(x_3, 0); -lean_inc(x_93); -x_94 = lean_string_utf8_extract(x_86, x_89, x_90); -x_95 = lean_apply_1(x_93, x_94); -x_96 = lean_box(x_18); -lean_inc(x_92); -x_97 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11___boxed), 13, 12); -lean_closure_set(x_97, 0, x_3); -lean_closure_set(x_97, 1, x_84); -lean_closure_set(x_97, 2, x_86); -lean_closure_set(x_97, 3, x_90); -lean_closure_set(x_97, 4, x_88); -lean_closure_set(x_97, 5, x_85); -lean_closure_set(x_97, 6, x_22); -lean_closure_set(x_97, 7, x_96); -lean_closure_set(x_97, 8, x_14); -lean_closure_set(x_97, 9, x_1); -lean_closure_set(x_97, 10, x_2); -lean_closure_set(x_97, 11, x_92); -x_98 = lean_apply_4(x_92, lean_box(0), lean_box(0), x_95, 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_dec(x_90); -lean_dec(x_88); -lean_dec(x_84); -x_99 = lean_ctor_get(x_2, 1); +lean_object* x_94; uint8_t x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint32_t x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; +x_94 = lean_ctor_get(x_4, 1); +lean_inc(x_94); +lean_dec(x_4); +x_95 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_96 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_97 = lean_ctor_get(x_10, 1); +lean_inc(x_97); +lean_dec(x_10); +x_98 = lean_ctor_get(x_13, 1); +lean_inc(x_98); +x_99 = lean_ctor_get(x_13, 2); lean_inc(x_99); -x_100 = lean_ctor_get(x_3, 0); +lean_dec(x_13); +x_100 = lean_ctor_get(x_14, 0); lean_inc(x_100); -x_101 = lean_apply_1(x_100, x_86); -x_102 = lean_box(x_17); -x_103 = lean_box(x_18); -lean_inc(x_99); -x_104 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_104, 0, x_3); -lean_closure_set(x_104, 1, x_85); -lean_closure_set(x_104, 2, x_102); -lean_closure_set(x_104, 3, x_103); -lean_closure_set(x_104, 4, x_22); -lean_closure_set(x_104, 5, x_14); -lean_closure_set(x_104, 6, x_1); -lean_closure_set(x_104, 7, x_2); -lean_closure_set(x_104, 8, x_99); -x_105 = lean_apply_4(x_99, lean_box(0), lean_box(0), x_101, x_104); -return x_105; -} -} -case 4: -{ -uint8_t x_106; -x_106 = !lean_is_exclusive(x_21); -if (x_106 == 0) -{ -lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_107 = lean_ctor_get(x_21, 1); -x_108 = lean_ctor_get(x_21, 0); -lean_dec(x_108); -x_109 = lean_ctor_get(x_31, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_31, 1); -lean_inc(x_110); -lean_dec(x_31); -x_111 = lean_int_add(x_107, x_109); -lean_dec(x_109); -lean_dec(x_107); -lean_ctor_set(x_21, 1, x_111); -lean_ctor_set(x_21, 0, x_110); -goto _start; +lean_dec(x_14); +x_101 = 10; +x_102 = lean_string_utf8_byte_size(x_100); +x_103 = lean_unsigned_to_nat(0u); +x_104 = l_String_posOfAux(x_100, x_101, x_102, x_103); +x_105 = lean_nat_dec_eq(x_104, x_102); +if (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; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); +x_107 = lean_ctor_get(x_3, 0); +lean_inc(x_107); +x_108 = lean_string_utf8_extract(x_100, x_103, x_104); +x_109 = lean_apply_1(x_107, x_108); +x_110 = lean_box(x_96); +lean_inc(x_106); +x_111 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__10___boxed), 13, 12); +lean_closure_set(x_111, 0, x_3); +lean_closure_set(x_111, 1, x_98); +lean_closure_set(x_111, 2, x_100); +lean_closure_set(x_111, 3, x_104); +lean_closure_set(x_111, 4, x_102); +lean_closure_set(x_111, 5, x_99); +lean_closure_set(x_111, 6, x_97); +lean_closure_set(x_111, 7, x_110); +lean_closure_set(x_111, 8, x_94); +lean_closure_set(x_111, 9, x_1); +lean_closure_set(x_111, 10, x_2); +lean_closure_set(x_111, 11, x_106); +x_112 = lean_apply_4(x_106, lean_box(0), lean_box(0), x_109, x_111); +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; -x_113 = lean_ctor_get(x_21, 1); -x_114 = lean_ctor_get(x_21, 2); +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_dec(x_104); +lean_dec(x_102); +lean_dec(x_98); +x_113 = lean_ctor_get(x_2, 1); +lean_inc(x_113); +x_114 = lean_ctor_get(x_3, 0); lean_inc(x_114); +x_115 = lean_apply_1(x_114, x_100); +x_116 = lean_box(x_95); +x_117 = lean_box(x_96); lean_inc(x_113); -lean_dec(x_21); -x_115 = lean_ctor_get(x_31, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_31, 1); -lean_inc(x_116); -lean_dec(x_31); -x_117 = lean_int_add(x_113, x_115); -lean_dec(x_115); -lean_dec(x_113); -x_118 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -lean_ctor_set(x_118, 2, x_114); -lean_ctor_set(x_10, 0, x_118); -goto _start; +x_118 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__2___boxed), 10, 9); +lean_closure_set(x_118, 0, x_3); +lean_closure_set(x_118, 1, x_99); +lean_closure_set(x_118, 2, x_116); +lean_closure_set(x_118, 3, x_117); +lean_closure_set(x_118, 4, x_97); +lean_closure_set(x_118, 5, x_94); +lean_closure_set(x_118, 6, x_1); +lean_closure_set(x_118, 7, x_2); +lean_closure_set(x_118, 8, x_113); +x_119 = lean_apply_4(x_113, lean_box(0), lean_box(0), x_115, x_118); +return x_119; } } -case 5: +case 4: { uint8_t x_120; -x_120 = !lean_is_exclusive(x_21); +x_120 = !lean_is_exclusive(x_4); if (x_120 == 0) { -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; -x_121 = lean_ctor_get(x_21, 1); -x_122 = lean_ctor_get(x_21, 2); -x_123 = lean_ctor_get(x_21, 0); +lean_object* x_121; uint8_t x_122; +x_121 = lean_ctor_get(x_4, 0); +lean_dec(x_121); +x_122 = !lean_is_exclusive(x_9); +if (x_122 == 0) +{ +lean_object* x_123; uint8_t x_124; +x_123 = lean_ctor_get(x_9, 0); lean_dec(x_123); -x_124 = lean_ctor_get(x_31, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_31, 1); -lean_inc(x_125); -lean_dec(x_31); -x_126 = lean_unsigned_to_nat(0u); -lean_inc(x_121); -lean_ctor_set(x_21, 2, x_126); -lean_ctor_set(x_21, 0, x_124); -x_127 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_121); -lean_ctor_set(x_127, 2, x_122); -lean_ctor_set(x_10, 0, x_127); -lean_ctor_set(x_4, 1, x_10); -lean_ctor_set(x_4, 0, x_21); -lean_ctor_set(x_9, 0, x_4); -x_128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_128, 0, x_9); -lean_ctor_set(x_128, 1, x_14); -x_4 = x_128; +x_124 = !lean_is_exclusive(x_10); +if (x_124 == 0) +{ +lean_object* x_125; uint8_t x_126; +x_125 = lean_ctor_get(x_10, 0); +lean_dec(x_125); +x_126 = !lean_is_exclusive(x_13); +if (x_126 == 0) +{ +lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_127 = lean_ctor_get(x_13, 1); +x_128 = lean_ctor_get(x_13, 0); +lean_dec(x_128); +x_129 = lean_ctor_get(x_14, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_14, 1); +lean_inc(x_130); +lean_dec(x_14); +x_131 = lean_int_add(x_127, x_129); +lean_dec(x_129); +lean_dec(x_127); +lean_ctor_set(x_13, 1, x_131); +lean_ctor_set(x_13, 0, x_130); goto _start; } else { -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_130 = lean_ctor_get(x_21, 1); -x_131 = lean_ctor_get(x_21, 2); -lean_inc(x_131); -lean_inc(x_130); -lean_dec(x_21); -x_132 = lean_ctor_get(x_31, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_31, 1); +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_133 = lean_ctor_get(x_13, 1); +x_134 = lean_ctor_get(x_13, 2); +lean_inc(x_134); lean_inc(x_133); -lean_dec(x_31); -x_134 = lean_unsigned_to_nat(0u); -lean_inc(x_130); -x_135 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_135, 0, x_132); -lean_ctor_set(x_135, 1, x_130); -lean_ctor_set(x_135, 2, x_134); -x_136 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_136, 0, x_133); -lean_ctor_set(x_136, 1, x_130); -lean_ctor_set(x_136, 2, x_131); -lean_ctor_set(x_10, 0, x_136); -lean_ctor_set(x_4, 1, x_10); -lean_ctor_set(x_4, 0, x_135); -lean_ctor_set(x_9, 0, x_4); -x_137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_137, 0, x_9); -lean_ctor_set(x_137, 1, x_14); -x_4 = x_137; +lean_dec(x_13); +x_135 = lean_ctor_get(x_14, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_14, 1); +lean_inc(x_136); +lean_dec(x_14); +x_137 = lean_int_add(x_133, x_135); +lean_dec(x_135); +lean_dec(x_133); +x_138 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_138, 0, x_136); +lean_ctor_set(x_138, 1, x_137); +lean_ctor_set(x_138, 2, x_134); +lean_ctor_set(x_10, 0, x_138); goto _start; } } -case 6: -{ -if (x_17 == 0) -{ -uint8_t x_139; -x_139 = !lean_is_exclusive(x_21); -if (x_139 == 0) +else { -lean_object* x_140; lean_object* x_141; uint8_t x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_140 = lean_ctor_get(x_21, 0); -lean_dec(x_140); -x_141 = lean_ctor_get(x_31, 0); +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_140 = lean_ctor_get(x_10, 1); +lean_inc(x_140); +lean_dec(x_10); +x_141 = lean_ctor_get(x_13, 1); lean_inc(x_141); -x_142 = lean_ctor_get_uint8(x_31, sizeof(void*)*1); -lean_dec(x_31); -x_143 = lean_ctor_get(x_2, 1); -lean_inc(x_143); -lean_ctor_set(x_21, 0, x_141); -x_144 = lean_box(0); -lean_ctor_set(x_10, 1, x_144); -lean_ctor_set(x_9, 0, x_22); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_145 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_142, x_10, x_4, x_1, x_2, x_3); -x_146 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); -lean_closure_set(x_146, 0, x_1); -lean_closure_set(x_146, 1, x_2); -lean_closure_set(x_146, 2, x_3); -x_147 = lean_apply_4(x_143, lean_box(0), lean_box(0), x_145, x_146); -return x_147; +x_142 = lean_ctor_get(x_13, 2); +lean_inc(x_142); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_143 = x_13; +} else { + lean_dec_ref(x_13); + x_143 = lean_box(0); +} +x_144 = lean_ctor_get(x_14, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_14, 1); +lean_inc(x_145); +lean_dec(x_14); +x_146 = lean_int_add(x_141, x_144); +lean_dec(x_144); +lean_dec(x_141); +if (lean_is_scalar(x_143)) { + x_147 = lean_alloc_ctor(0, 3, 0); +} else { + x_147 = x_143; +} +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +lean_ctor_set(x_147, 2, x_142); +x_148 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_148, 0, x_147); +lean_ctor_set(x_148, 1, x_140); +lean_ctor_set(x_9, 0, x_148); +goto _start; +} } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t 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; -x_148 = lean_ctor_get(x_21, 1); -x_149 = lean_ctor_get(x_21, 2); -lean_inc(x_149); -lean_inc(x_148); -lean_dec(x_21); -x_150 = lean_ctor_get(x_31, 0); -lean_inc(x_150); -x_151 = lean_ctor_get_uint8(x_31, sizeof(void*)*1); -lean_dec(x_31); -x_152 = lean_ctor_get(x_2, 1); +uint8_t x_150; uint8_t 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; +x_150 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_151 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_152 = lean_ctor_get(x_10, 1); lean_inc(x_152); -x_153 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_153, 0, x_150); -lean_ctor_set(x_153, 1, x_148); -lean_ctor_set(x_153, 2, x_149); -x_154 = lean_box(0); -lean_ctor_set(x_10, 1, x_154); -lean_ctor_set(x_10, 0, x_153); -lean_ctor_set(x_9, 0, x_22); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_155 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_151, x_10, x_4, x_1, x_2, x_3); -x_156 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); -lean_closure_set(x_156, 0, x_1); -lean_closure_set(x_156, 1, x_2); -lean_closure_set(x_156, 2, x_3); -x_157 = lean_apply_4(x_152, lean_box(0), lean_box(0), x_155, x_156); -return x_157; +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_153 = x_10; +} else { + lean_dec_ref(x_10); + x_153 = lean_box(0); +} +x_154 = lean_ctor_get(x_13, 1); +lean_inc(x_154); +x_155 = lean_ctor_get(x_13, 2); +lean_inc(x_155); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_156 = x_13; +} else { + lean_dec_ref(x_13); + x_156 = lean_box(0); } +x_157 = lean_ctor_get(x_14, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_14, 1); +lean_inc(x_158); +lean_dec(x_14); +x_159 = lean_int_add(x_154, x_157); +lean_dec(x_157); +lean_dec(x_154); +if (lean_is_scalar(x_156)) { + x_160 = lean_alloc_ctor(0, 3, 0); +} else { + x_160 = x_156; } -else -{ -uint8_t x_158; -x_158 = !lean_is_exclusive(x_21); -if (x_158 == 0) -{ -lean_object* x_159; lean_object* x_160; -x_159 = lean_ctor_get(x_21, 0); -lean_dec(x_159); -x_160 = lean_ctor_get(x_31, 0); -lean_inc(x_160); -lean_dec(x_31); -lean_ctor_set(x_21, 0, x_160); +lean_ctor_set(x_160, 0, x_158); +lean_ctor_set(x_160, 1, x_159); +lean_ctor_set(x_160, 2, x_155); +if (lean_is_scalar(x_153)) { + x_161 = lean_alloc_ctor(1, 2, 0); +} else { + x_161 = x_153; +} +lean_ctor_set(x_161, 0, x_160); +lean_ctor_set(x_161, 1, x_152); +x_162 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_162, 0, x_161); +lean_ctor_set_uint8(x_162, sizeof(void*)*1, x_150); +lean_ctor_set_uint8(x_162, sizeof(void*)*1 + 1, x_151); +lean_ctor_set(x_4, 0, x_162); goto _start; } +} else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_162 = lean_ctor_get(x_21, 1); -x_163 = lean_ctor_get(x_21, 2); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_21); -x_164 = lean_ctor_get(x_31, 0); +lean_object* x_164; uint8_t x_165; uint8_t 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_164 = lean_ctor_get(x_4, 1); lean_inc(x_164); -lean_dec(x_31); -x_165 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_165, 0, x_164); -lean_ctor_set(x_165, 1, x_162); -lean_ctor_set(x_165, 2, x_163); -lean_ctor_set(x_10, 0, x_165); -goto _start; -} -} +lean_dec(x_4); +x_165 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_166 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + x_167 = x_9; +} else { + lean_dec_ref(x_9); + x_167 = lean_box(0); } -default: -{ -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_free_object(x_10); -lean_free_object(x_9); -lean_free_object(x_4); -x_167 = lean_ctor_get(x_21, 1); -lean_inc(x_167); -x_168 = lean_ctor_get(x_21, 2); +x_168 = lean_ctor_get(x_10, 1); lean_inc(x_168); -lean_dec(x_21); -x_169 = lean_ctor_get(x_31, 0); -lean_inc(x_169); -x_170 = lean_ctor_get(x_31, 1); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_169 = x_10; +} else { + lean_dec_ref(x_10); + x_169 = lean_box(0); +} +x_170 = lean_ctor_get(x_13, 1); lean_inc(x_170); -lean_dec(x_31); -x_171 = lean_ctor_get(x_2, 1); +x_171 = lean_ctor_get(x_13, 2); lean_inc(x_171); -x_172 = lean_ctor_get(x_3, 3); -lean_inc(x_172); -x_173 = lean_apply_1(x_172, x_169); -x_174 = lean_box(x_17); -x_175 = lean_box(x_18); -x_176 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12___boxed), 11, 10); -lean_closure_set(x_176, 0, x_168); -lean_closure_set(x_176, 1, x_170); -lean_closure_set(x_176, 2, x_167); -lean_closure_set(x_176, 3, x_22); -lean_closure_set(x_176, 4, x_174); -lean_closure_set(x_176, 5, x_175); -lean_closure_set(x_176, 6, x_14); -lean_closure_set(x_176, 7, x_1); -lean_closure_set(x_176, 8, x_2); -lean_closure_set(x_176, 9, x_3); -x_177 = lean_apply_4(x_171, lean_box(0), lean_box(0), x_173, x_176); -return x_177; -} -} -block_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_dec(x_23); -x_24 = lean_ctor_get(x_2, 1); -lean_inc(x_24); -x_25 = lean_ctor_get(x_3, 2); -lean_inc(x_25); -x_26 = lean_box(x_17); -x_27 = lean_box(x_18); -lean_inc(x_24); -x_28 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3___boxed), 10, 9); -lean_closure_set(x_28, 0, x_21); -lean_closure_set(x_28, 1, x_3); -lean_closure_set(x_28, 2, x_26); -lean_closure_set(x_28, 3, x_27); -lean_closure_set(x_28, 4, x_22); -lean_closure_set(x_28, 5, x_14); -lean_closure_set(x_28, 6, x_1); -lean_closure_set(x_28, 7, x_2); -lean_closure_set(x_28, 8, x_24); -x_29 = lean_apply_4(x_24, lean_box(0), lean_box(0), x_25, x_28); -return x_29; +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_172 = x_13; +} else { + lean_dec_ref(x_13); + x_172 = lean_box(0); } +x_173 = lean_ctor_get(x_14, 0); +lean_inc(x_173); +x_174 = lean_ctor_get(x_14, 1); +lean_inc(x_174); +lean_dec(x_14); +x_175 = lean_int_add(x_170, x_173); +lean_dec(x_173); +lean_dec(x_170); +if (lean_is_scalar(x_172)) { + x_176 = lean_alloc_ctor(0, 3, 0); +} else { + x_176 = x_172; } -else +lean_ctor_set(x_176, 0, x_174); +lean_ctor_set(x_176, 1, x_175); +lean_ctor_set(x_176, 2, x_171); +if (lean_is_scalar(x_169)) { + x_177 = lean_alloc_ctor(1, 2, 0); +} else { + x_177 = x_169; +} +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_177, 1, x_168); +if (lean_is_scalar(x_167)) { + x_178 = lean_alloc_ctor(0, 1, 2); +} else { + x_178 = x_167; +} +lean_ctor_set(x_178, 0, x_177); +lean_ctor_set_uint8(x_178, sizeof(void*)*1, x_165); +lean_ctor_set_uint8(x_178, sizeof(void*)*1 + 1, x_166); +x_179 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_179, 0, x_178); +lean_ctor_set(x_179, 1, x_164); +x_4 = x_179; +goto _start; +} +} +case 5: { -lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_188; -x_178 = lean_ctor_get(x_10, 0); -x_179 = lean_ctor_get(x_10, 1); -lean_inc(x_179); -lean_inc(x_178); -lean_dec(x_10); -x_188 = lean_ctor_get(x_178, 0); -lean_inc(x_188); -switch (lean_obj_tag(x_188)) { -case 0: +uint8_t x_181; +x_181 = !lean_is_exclusive(x_4); +if (x_181 == 0) +{ +lean_object* x_182; lean_object* x_183; uint8_t x_184; +x_182 = lean_ctor_get(x_4, 1); +x_183 = lean_ctor_get(x_4, 0); +lean_dec(x_183); +x_184 = !lean_is_exclusive(x_9); +if (x_184 == 0) +{ +lean_object* x_185; uint8_t x_186; +x_185 = lean_ctor_get(x_9, 0); +lean_dec(x_185); +x_186 = !lean_is_exclusive(x_10); +if (x_186 == 0) +{ +lean_object* x_187; uint8_t x_188; +x_187 = lean_ctor_get(x_10, 0); +lean_dec(x_187); +x_188 = !lean_is_exclusive(x_13); +if (x_188 == 0) { 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_free_object(x_9); -lean_free_object(x_4); -x_189 = lean_ctor_get(x_178, 2); +x_189 = lean_ctor_get(x_13, 1); +x_190 = lean_ctor_get(x_13, 2); +x_191 = lean_ctor_get(x_13, 0); +lean_dec(x_191); +x_192 = lean_ctor_get(x_14, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_14, 1); +lean_inc(x_193); +lean_dec(x_14); +x_194 = lean_unsigned_to_nat(0u); lean_inc(x_189); -lean_dec(x_178); -x_190 = lean_ctor_get(x_2, 1); -lean_inc(x_190); -x_191 = lean_ctor_get(x_3, 4); -lean_inc(x_191); -x_192 = lean_apply_1(x_191, x_189); -x_193 = lean_box(x_17); -x_194 = lean_box(x_18); -x_195 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_195, 0, x_193); -lean_closure_set(x_195, 1, x_194); -lean_closure_set(x_195, 2, x_179); -lean_closure_set(x_195, 3, x_14); -lean_closure_set(x_195, 4, x_1); -lean_closure_set(x_195, 5, x_2); -lean_closure_set(x_195, 6, x_3); -x_196 = lean_apply_4(x_190, lean_box(0), lean_box(0), x_192, x_195); -return x_196; +lean_ctor_set(x_13, 2, x_194); +lean_ctor_set(x_13, 0, x_192); +x_195 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_195, 0, x_193); +lean_ctor_set(x_195, 1, x_189); +lean_ctor_set(x_195, 2, x_190); +lean_ctor_set(x_10, 0, x_195); +lean_ctor_set(x_4, 1, x_10); +lean_ctor_set(x_4, 0, x_13); +lean_ctor_set(x_9, 0, x_4); +x_196 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_196, 0, x_9); +lean_ctor_set(x_196, 1, x_182); +x_4 = x_196; +goto _start; } -case 1: -{ -lean_free_object(x_9); -lean_free_object(x_4); -if (x_18 == 0) -{ -if (x_17 == 0) +else { -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_197 = lean_ctor_get(x_178, 1); -lean_inc(x_197); -x_198 = lean_ctor_get(x_178, 2); -lean_inc(x_198); -lean_dec(x_178); -x_199 = lean_ctor_get(x_2, 1); +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; +x_198 = lean_ctor_get(x_13, 1); +x_199 = lean_ctor_get(x_13, 2); lean_inc(x_199); -x_200 = lean_ctor_get(x_3, 1); +lean_inc(x_198); +lean_dec(x_13); +x_200 = lean_ctor_get(x_14, 0); lean_inc(x_200); -x_201 = l_Int_toNat(x_197); -lean_dec(x_197); -x_202 = lean_apply_1(x_200, x_201); -x_203 = lean_box(x_17); -x_204 = lean_box(x_18); -lean_inc(x_199); -x_205 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_205, 0, x_3); -lean_closure_set(x_205, 1, x_198); -lean_closure_set(x_205, 2, x_203); -lean_closure_set(x_205, 3, x_204); -lean_closure_set(x_205, 4, x_179); -lean_closure_set(x_205, 5, x_14); -lean_closure_set(x_205, 6, x_1); -lean_closure_set(x_205, 7, x_2); -lean_closure_set(x_205, 8, x_199); -x_206 = lean_apply_4(x_199, lean_box(0), lean_box(0), x_202, x_205); -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; -x_207 = lean_ctor_get(x_178, 2); -lean_inc(x_207); -lean_dec(x_178); -x_208 = lean_ctor_get(x_2, 1); -lean_inc(x_208); -x_209 = lean_ctor_get(x_3, 0); -lean_inc(x_209); -x_210 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_211 = lean_apply_1(x_209, x_210); -x_212 = lean_box(x_17); -x_213 = lean_box(x_18); -lean_inc(x_208); -x_214 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_214, 0, x_3); -lean_closure_set(x_214, 1, x_207); -lean_closure_set(x_214, 2, x_212); -lean_closure_set(x_214, 3, x_213); -lean_closure_set(x_214, 4, x_179); -lean_closure_set(x_214, 5, x_14); -lean_closure_set(x_214, 6, x_1); -lean_closure_set(x_214, 7, x_2); -lean_closure_set(x_214, 8, x_208); -x_215 = lean_apply_4(x_208, lean_box(0), lean_box(0), x_211, x_214); -return x_215; -} -} -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; lean_object* x_222; lean_object* x_223; -x_216 = lean_ctor_get(x_178, 1); -lean_inc(x_216); -x_217 = lean_ctor_get(x_178, 2); -lean_inc(x_217); -lean_dec(x_178); -x_218 = lean_ctor_get(x_2, 1); -lean_inc(x_218); -x_219 = lean_ctor_get(x_3, 1); -lean_inc(x_219); -x_220 = l_Int_toNat(x_216); -lean_dec(x_216); -x_221 = lean_apply_1(x_219, x_220); -lean_inc(x_218); -lean_inc(x_2); -lean_inc(x_1); -lean_inc(x_14); -lean_inc(x_179); -lean_inc(x_217); -lean_inc(x_3); -x_222 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6___boxed), 8, 7); -lean_closure_set(x_222, 0, x_3); -lean_closure_set(x_222, 1, x_217); -lean_closure_set(x_222, 2, x_179); -lean_closure_set(x_222, 3, x_14); -lean_closure_set(x_222, 4, x_1); -lean_closure_set(x_222, 5, x_2); -lean_closure_set(x_222, 6, x_218); -lean_inc(x_218); -x_223 = lean_apply_4(x_218, lean_box(0), lean_box(0), x_221, x_222); -if (x_17 == 0) -{ -lean_dec(x_218); -lean_dec(x_217); -lean_dec(x_179); +x_201 = lean_ctor_get(x_14, 1); +lean_inc(x_201); lean_dec(x_14); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_223; +x_202 = lean_unsigned_to_nat(0u); +lean_inc(x_198); +x_203 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_203, 0, x_200); +lean_ctor_set(x_203, 1, x_198); +lean_ctor_set(x_203, 2, x_202); +x_204 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_204, 0, x_201); +lean_ctor_set(x_204, 1, x_198); +lean_ctor_set(x_204, 2, x_199); +lean_ctor_set(x_10, 0, x_204); +lean_ctor_set(x_4, 1, x_10); +lean_ctor_set(x_4, 0, x_203); +lean_ctor_set(x_9, 0, x_4); +x_205 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_205, 0, x_9); +lean_ctor_set(x_205, 1, x_182); +x_4 = x_205; +goto _start; +} } else { -lean_object* x_224; lean_object* x_225; uint8_t x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_224 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_225 = lean_nat_sub(x_1, x_224); -x_226 = 1; -lean_inc(x_3); -lean_inc(x_2); -x_227 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_226, x_179, x_14, x_225, x_2, x_3); -lean_inc(x_218); -x_228 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9), 7, 6); -lean_closure_set(x_228, 0, x_2); -lean_closure_set(x_228, 1, x_223); -lean_closure_set(x_228, 2, x_3); -lean_closure_set(x_228, 3, x_217); -lean_closure_set(x_228, 4, x_1); -lean_closure_set(x_228, 5, x_218); -x_229 = lean_apply_4(x_218, lean_box(0), lean_box(0), x_227, x_228); -return x_229; -} +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; +x_207 = lean_ctor_get(x_10, 1); +lean_inc(x_207); +lean_dec(x_10); +x_208 = lean_ctor_get(x_13, 1); +lean_inc(x_208); +x_209 = lean_ctor_get(x_13, 2); +lean_inc(x_209); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_210 = x_13; +} else { + lean_dec_ref(x_13); + x_210 = lean_box(0); } +x_211 = lean_ctor_get(x_14, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_14, 1); +lean_inc(x_212); +lean_dec(x_14); +x_213 = lean_unsigned_to_nat(0u); +lean_inc(x_208); +if (lean_is_scalar(x_210)) { + x_214 = lean_alloc_ctor(0, 3, 0); +} else { + x_214 = x_210; +} +lean_ctor_set(x_214, 0, x_211); +lean_ctor_set(x_214, 1, x_208); +lean_ctor_set(x_214, 2, x_213); +x_215 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_215, 0, x_212); +lean_ctor_set(x_215, 1, x_208); +lean_ctor_set(x_215, 2, x_209); +x_216 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_207); +lean_ctor_set(x_4, 1, x_216); +lean_ctor_set(x_4, 0, x_214); +lean_ctor_set(x_9, 0, x_4); +x_217 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_217, 0, x_9); +lean_ctor_set(x_217, 1, x_182); +x_4 = x_217; +goto _start; } -case 2: -{ -lean_free_object(x_9); -lean_free_object(x_4); -if (x_17 == 0) -{ -lean_object* x_230; -lean_dec(x_188); -x_230 = lean_box(0); -x_180 = x_230; -goto block_187; } else { -uint8_t x_231; -x_231 = lean_ctor_get_uint8(x_188, 0); -lean_dec(x_188); -if (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; -x_232 = lean_ctor_get(x_178, 2); -lean_inc(x_232); -lean_dec(x_178); -x_233 = lean_ctor_get(x_2, 1); -lean_inc(x_233); -x_234 = lean_ctor_get(x_3, 4); -lean_inc(x_234); -x_235 = lean_apply_1(x_234, x_232); -x_236 = lean_box(x_17); -x_237 = lean_box(x_18); -x_238 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_238, 0, x_236); -lean_closure_set(x_238, 1, x_237); -lean_closure_set(x_238, 2, x_179); -lean_closure_set(x_238, 3, x_14); -lean_closure_set(x_238, 4, x_1); -lean_closure_set(x_238, 5, x_2); -lean_closure_set(x_238, 6, x_3); -x_239 = lean_apply_4(x_233, lean_box(0), lean_box(0), x_235, x_238); -return x_239; +uint8_t 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; +x_219 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_220 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_221 = lean_ctor_get(x_10, 1); +lean_inc(x_221); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_222 = x_10; +} else { + lean_dec_ref(x_10); + x_222 = lean_box(0); +} +x_223 = lean_ctor_get(x_13, 1); +lean_inc(x_223); +x_224 = lean_ctor_get(x_13, 2); +lean_inc(x_224); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_225 = x_13; +} else { + lean_dec_ref(x_13); + x_225 = lean_box(0); +} +x_226 = lean_ctor_get(x_14, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_14, 1); +lean_inc(x_227); +lean_dec(x_14); +x_228 = lean_unsigned_to_nat(0u); +lean_inc(x_223); +if (lean_is_scalar(x_225)) { + x_229 = lean_alloc_ctor(0, 3, 0); +} else { + x_229 = x_225; +} +lean_ctor_set(x_229, 0, x_226); +lean_ctor_set(x_229, 1, x_223); +lean_ctor_set(x_229, 2, x_228); +x_230 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_230, 0, x_227); +lean_ctor_set(x_230, 1, x_223); +lean_ctor_set(x_230, 2, x_224); +if (lean_is_scalar(x_222)) { + x_231 = lean_alloc_ctor(1, 2, 0); +} else { + x_231 = x_222; +} +lean_ctor_set(x_231, 0, x_230); +lean_ctor_set(x_231, 1, x_221); +lean_ctor_set(x_4, 1, x_231); +lean_ctor_set(x_4, 0, x_229); +x_232 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_232, 0, x_4); +lean_ctor_set_uint8(x_232, sizeof(void*)*1, x_219); +lean_ctor_set_uint8(x_232, sizeof(void*)*1 + 1, x_220); +x_233 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_233, 0, x_232); +lean_ctor_set(x_233, 1, x_182); +x_4 = x_233; +goto _start; +} } else { -lean_object* x_240; -x_240 = lean_box(0); -x_180 = x_240; -goto block_187; -} +lean_object* x_235; uint8_t 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; +x_235 = lean_ctor_get(x_4, 1); +lean_inc(x_235); +lean_dec(x_4); +x_236 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_237 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + x_238 = x_9; +} else { + lean_dec_ref(x_9); + x_238 = lean_box(0); } +x_239 = lean_ctor_get(x_10, 1); +lean_inc(x_239); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_240 = x_10; +} else { + lean_dec_ref(x_10); + x_240 = lean_box(0); } -case 3: -{ -lean_object* x_241; lean_object* x_242; lean_object* x_243; uint32_t x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; uint8_t x_248; -lean_free_object(x_9); -lean_free_object(x_4); -x_241 = lean_ctor_get(x_178, 1); +x_241 = lean_ctor_get(x_13, 1); lean_inc(x_241); -x_242 = lean_ctor_get(x_178, 2); +x_242 = lean_ctor_get(x_13, 2); lean_inc(x_242); -lean_dec(x_178); -x_243 = lean_ctor_get(x_188, 0); -lean_inc(x_243); -lean_dec(x_188); -x_244 = 10; -x_245 = lean_string_utf8_byte_size(x_243); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_243 = x_13; +} else { + lean_dec_ref(x_13); + x_243 = lean_box(0); +} +x_244 = lean_ctor_get(x_14, 0); +lean_inc(x_244); +x_245 = lean_ctor_get(x_14, 1); +lean_inc(x_245); +lean_dec(x_14); x_246 = lean_unsigned_to_nat(0u); -x_247 = l_String_posOfAux(x_243, x_244, x_245, x_246); -x_248 = lean_nat_dec_eq(x_247, x_245); -if (x_248 == 0) -{ -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; -x_249 = lean_ctor_get(x_2, 1); -lean_inc(x_249); -x_250 = lean_ctor_get(x_3, 0); -lean_inc(x_250); -x_251 = lean_string_utf8_extract(x_243, x_246, x_247); -x_252 = lean_apply_1(x_250, x_251); -x_253 = lean_box(x_18); -lean_inc(x_249); -x_254 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11___boxed), 13, 12); -lean_closure_set(x_254, 0, x_3); -lean_closure_set(x_254, 1, x_241); -lean_closure_set(x_254, 2, x_243); -lean_closure_set(x_254, 3, x_247); -lean_closure_set(x_254, 4, x_245); -lean_closure_set(x_254, 5, x_242); -lean_closure_set(x_254, 6, x_179); -lean_closure_set(x_254, 7, x_253); -lean_closure_set(x_254, 8, x_14); -lean_closure_set(x_254, 9, x_1); -lean_closure_set(x_254, 10, x_2); -lean_closure_set(x_254, 11, x_249); -x_255 = lean_apply_4(x_249, lean_box(0), lean_box(0), x_252, x_254); -return x_255; -} -else -{ -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_dec(x_247); -lean_dec(x_245); -lean_dec(x_241); -x_256 = lean_ctor_get(x_2, 1); -lean_inc(x_256); -x_257 = lean_ctor_get(x_3, 0); -lean_inc(x_257); -x_258 = lean_apply_1(x_257, x_243); -x_259 = lean_box(x_17); -x_260 = lean_box(x_18); -lean_inc(x_256); -x_261 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_261, 0, x_3); -lean_closure_set(x_261, 1, x_242); -lean_closure_set(x_261, 2, x_259); -lean_closure_set(x_261, 3, x_260); -lean_closure_set(x_261, 4, x_179); -lean_closure_set(x_261, 5, x_14); -lean_closure_set(x_261, 6, x_1); -lean_closure_set(x_261, 7, x_2); -lean_closure_set(x_261, 8, x_256); -x_262 = lean_apply_4(x_256, lean_box(0), lean_box(0), x_258, x_261); -return x_262; +lean_inc(x_241); +if (lean_is_scalar(x_243)) { + x_247 = lean_alloc_ctor(0, 3, 0); +} else { + x_247 = x_243; +} +lean_ctor_set(x_247, 0, x_244); +lean_ctor_set(x_247, 1, x_241); +lean_ctor_set(x_247, 2, x_246); +x_248 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_248, 0, x_245); +lean_ctor_set(x_248, 1, x_241); +lean_ctor_set(x_248, 2, x_242); +if (lean_is_scalar(x_240)) { + x_249 = lean_alloc_ctor(1, 2, 0); +} else { + x_249 = x_240; +} +lean_ctor_set(x_249, 0, x_248); +lean_ctor_set(x_249, 1, x_239); +x_250 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_250, 0, x_247); +lean_ctor_set(x_250, 1, x_249); +if (lean_is_scalar(x_238)) { + x_251 = lean_alloc_ctor(0, 1, 2); +} else { + x_251 = x_238; +} +lean_ctor_set(x_251, 0, x_250); +lean_ctor_set_uint8(x_251, sizeof(void*)*1, x_236); +lean_ctor_set_uint8(x_251, sizeof(void*)*1 + 1, x_237); +x_252 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_252, 0, x_251); +lean_ctor_set(x_252, 1, x_235); +x_4 = x_252; +goto _start; } } -case 4: +case 6: { -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_263 = lean_ctor_get(x_178, 1); -lean_inc(x_263); -x_264 = lean_ctor_get(x_178, 2); +uint8_t x_254; +x_254 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +if (x_254 == 0) +{ +uint8_t x_255; +x_255 = !lean_is_exclusive(x_4); +if (x_255 == 0) +{ +lean_object* x_256; uint8_t x_257; +x_256 = lean_ctor_get(x_4, 0); +lean_dec(x_256); +x_257 = !lean_is_exclusive(x_9); +if (x_257 == 0) +{ +lean_object* x_258; uint8_t x_259; +x_258 = lean_ctor_get(x_9, 0); +lean_dec(x_258); +x_259 = !lean_is_exclusive(x_10); +if (x_259 == 0) +{ +lean_object* x_260; lean_object* x_261; uint8_t x_262; +x_260 = lean_ctor_get(x_10, 1); +x_261 = lean_ctor_get(x_10, 0); +lean_dec(x_261); +x_262 = !lean_is_exclusive(x_13); +if (x_262 == 0) +{ +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; +x_263 = lean_ctor_get(x_13, 0); +lean_dec(x_263); +x_264 = lean_ctor_get(x_14, 0); lean_inc(x_264); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - lean_ctor_release(x_178, 1); - lean_ctor_release(x_178, 2); - x_265 = x_178; -} else { - lean_dec_ref(x_178); - x_265 = lean_box(0); -} -x_266 = lean_ctor_get(x_188, 0); +x_265 = lean_ctor_get_uint8(x_14, sizeof(void*)*1); +lean_dec(x_14); +x_266 = lean_ctor_get(x_2, 1); lean_inc(x_266); -x_267 = lean_ctor_get(x_188, 1); -lean_inc(x_267); -lean_dec(x_188); -x_268 = lean_int_add(x_263, x_266); -lean_dec(x_266); -lean_dec(x_263); -if (lean_is_scalar(x_265)) { - x_269 = lean_alloc_ctor(0, 3, 0); -} else { - x_269 = x_265; -} -lean_ctor_set(x_269, 0, x_267); -lean_ctor_set(x_269, 1, x_268); -lean_ctor_set(x_269, 2, x_264); -x_270 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_270, 0, x_269); -lean_ctor_set(x_270, 1, x_179); -lean_ctor_set(x_9, 0, x_270); -goto _start; +lean_ctor_set(x_13, 0, x_264); +x_267 = lean_box(0); +lean_ctor_set(x_10, 1, x_267); +lean_ctor_set(x_9, 0, x_260); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_268 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_265, x_10, x_4, x_1, x_2, x_3); +x_269 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); +lean_closure_set(x_269, 0, x_1); +lean_closure_set(x_269, 1, x_2); +lean_closure_set(x_269, 2, x_3); +x_270 = lean_apply_4(x_266, lean_box(0), lean_box(0), x_268, x_269); +return x_270; } -case 5: +else { -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; -x_272 = lean_ctor_get(x_178, 1); +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; +x_271 = lean_ctor_get(x_13, 1); +x_272 = lean_ctor_get(x_13, 2); lean_inc(x_272); -x_273 = lean_ctor_get(x_178, 2); +lean_inc(x_271); +lean_dec(x_13); +x_273 = lean_ctor_get(x_14, 0); lean_inc(x_273); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - lean_ctor_release(x_178, 1); - lean_ctor_release(x_178, 2); - x_274 = x_178; -} else { - lean_dec_ref(x_178); - x_274 = lean_box(0); -} -x_275 = lean_ctor_get(x_188, 0); +x_274 = lean_ctor_get_uint8(x_14, sizeof(void*)*1); +lean_dec(x_14); +x_275 = lean_ctor_get(x_2, 1); lean_inc(x_275); -x_276 = lean_ctor_get(x_188, 1); -lean_inc(x_276); -lean_dec(x_188); -x_277 = lean_unsigned_to_nat(0u); -lean_inc(x_272); -if (lean_is_scalar(x_274)) { - x_278 = lean_alloc_ctor(0, 3, 0); -} else { - x_278 = x_274; -} -lean_ctor_set(x_278, 0, x_275); -lean_ctor_set(x_278, 1, x_272); -lean_ctor_set(x_278, 2, x_277); -x_279 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_279, 0, x_276); -lean_ctor_set(x_279, 1, x_272); -lean_ctor_set(x_279, 2, x_273); -x_280 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_280, 0, x_279); -lean_ctor_set(x_280, 1, x_179); -lean_ctor_set(x_4, 1, x_280); -lean_ctor_set(x_4, 0, x_278); -lean_ctor_set(x_9, 0, x_4); -x_281 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_281, 0, x_9); -lean_ctor_set(x_281, 1, x_14); -x_4 = x_281; -goto _start; +x_276 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_276, 0, x_273); +lean_ctor_set(x_276, 1, x_271); +lean_ctor_set(x_276, 2, x_272); +x_277 = lean_box(0); +lean_ctor_set(x_10, 1, x_277); +lean_ctor_set(x_10, 0, x_276); +lean_ctor_set(x_9, 0, x_260); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_278 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_274, x_10, x_4, x_1, x_2, x_3); +x_279 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); +lean_closure_set(x_279, 0, x_1); +lean_closure_set(x_279, 1, x_2); +lean_closure_set(x_279, 2, x_3); +x_280 = lean_apply_4(x_275, lean_box(0), lean_box(0), x_278, x_279); +return x_280; } -case 6: -{ -if (x_17 == 0) +} +else { -lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; uint8_t 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; -x_283 = lean_ctor_get(x_178, 1); +lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; uint8_t 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; +x_281 = lean_ctor_get(x_10, 1); +lean_inc(x_281); +lean_dec(x_10); +x_282 = lean_ctor_get(x_13, 1); +lean_inc(x_282); +x_283 = lean_ctor_get(x_13, 2); lean_inc(x_283); -x_284 = lean_ctor_get(x_178, 2); -lean_inc(x_284); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - lean_ctor_release(x_178, 1); - lean_ctor_release(x_178, 2); - x_285 = x_178; -} else { - lean_dec_ref(x_178); - x_285 = lean_box(0); -} -x_286 = lean_ctor_get(x_188, 0); -lean_inc(x_286); -x_287 = lean_ctor_get_uint8(x_188, sizeof(void*)*1); -lean_dec(x_188); -x_288 = lean_ctor_get(x_2, 1); -lean_inc(x_288); -if (lean_is_scalar(x_285)) { - x_289 = lean_alloc_ctor(0, 3, 0); -} else { - x_289 = x_285; -} -lean_ctor_set(x_289, 0, x_286); -lean_ctor_set(x_289, 1, x_283); -lean_ctor_set(x_289, 2, x_284); -x_290 = lean_box(0); -x_291 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_291, 0, x_289); -lean_ctor_set(x_291, 1, x_290); -lean_ctor_set(x_9, 0, x_179); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_284 = x_13; +} else { + lean_dec_ref(x_13); + x_284 = lean_box(0); +} +x_285 = lean_ctor_get(x_14, 0); +lean_inc(x_285); +x_286 = lean_ctor_get_uint8(x_14, sizeof(void*)*1); +lean_dec(x_14); +x_287 = lean_ctor_get(x_2, 1); +lean_inc(x_287); +if (lean_is_scalar(x_284)) { + x_288 = lean_alloc_ctor(0, 3, 0); +} else { + x_288 = x_284; +} +lean_ctor_set(x_288, 0, x_285); +lean_ctor_set(x_288, 1, x_282); +lean_ctor_set(x_288, 2, x_283); +x_289 = lean_box(0); +x_290 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_290, 0, x_288); +lean_ctor_set(x_290, 1, x_289); +lean_ctor_set(x_9, 0, x_281); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_292 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_287, x_291, x_4, x_1, x_2, x_3); -x_293 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); -lean_closure_set(x_293, 0, x_1); -lean_closure_set(x_293, 1, x_2); -lean_closure_set(x_293, 2, x_3); -x_294 = lean_apply_4(x_288, lean_box(0), lean_box(0), x_292, x_293); -return x_294; +x_291 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_286, x_290, x_4, x_1, x_2, x_3); +x_292 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); +lean_closure_set(x_292, 0, x_1); +lean_closure_set(x_292, 1, x_2); +lean_closure_set(x_292, 2, x_3); +x_293 = lean_apply_4(x_287, lean_box(0), lean_box(0), x_291, x_292); +return x_293; +} } else { -lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; -x_295 = lean_ctor_get(x_178, 1); +uint8_t 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; uint8_t 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; +x_294 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_295 = lean_ctor_get(x_10, 1); lean_inc(x_295); -x_296 = lean_ctor_get(x_178, 2); -lean_inc(x_296); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - lean_ctor_release(x_178, 1); - lean_ctor_release(x_178, 2); - x_297 = x_178; -} else { - lean_dec_ref(x_178); - x_297 = lean_box(0); -} -x_298 = lean_ctor_get(x_188, 0); -lean_inc(x_298); -lean_dec(x_188); -if (lean_is_scalar(x_297)) { - x_299 = lean_alloc_ctor(0, 3, 0); -} else { - x_299 = x_297; -} -lean_ctor_set(x_299, 0, x_298); -lean_ctor_set(x_299, 1, x_295); -lean_ctor_set(x_299, 2, x_296); -x_300 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_300, 0, x_299); -lean_ctor_set(x_300, 1, x_179); -lean_ctor_set(x_9, 0, x_300); -goto _start; +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_296 = x_10; +} else { + lean_dec_ref(x_10); + x_296 = lean_box(0); } +x_297 = lean_ctor_get(x_13, 1); +lean_inc(x_297); +x_298 = lean_ctor_get(x_13, 2); +lean_inc(x_298); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_299 = x_13; +} else { + lean_dec_ref(x_13); + x_299 = lean_box(0); } -default: -{ -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_free_object(x_9); -lean_free_object(x_4); -x_302 = lean_ctor_get(x_178, 1); +x_300 = lean_ctor_get(x_14, 0); +lean_inc(x_300); +x_301 = lean_ctor_get_uint8(x_14, sizeof(void*)*1); +lean_dec(x_14); +x_302 = lean_ctor_get(x_2, 1); lean_inc(x_302); -x_303 = lean_ctor_get(x_178, 2); -lean_inc(x_303); -lean_dec(x_178); -x_304 = lean_ctor_get(x_188, 0); -lean_inc(x_304); -x_305 = lean_ctor_get(x_188, 1); -lean_inc(x_305); -lean_dec(x_188); -x_306 = lean_ctor_get(x_2, 1); -lean_inc(x_306); -x_307 = lean_ctor_get(x_3, 3); -lean_inc(x_307); -x_308 = lean_apply_1(x_307, x_304); -x_309 = lean_box(x_17); -x_310 = lean_box(x_18); -x_311 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12___boxed), 11, 10); -lean_closure_set(x_311, 0, x_303); -lean_closure_set(x_311, 1, x_305); -lean_closure_set(x_311, 2, x_302); -lean_closure_set(x_311, 3, x_179); -lean_closure_set(x_311, 4, x_309); -lean_closure_set(x_311, 5, x_310); -lean_closure_set(x_311, 6, x_14); -lean_closure_set(x_311, 7, x_1); -lean_closure_set(x_311, 8, x_2); -lean_closure_set(x_311, 9, x_3); -x_312 = lean_apply_4(x_306, lean_box(0), lean_box(0), x_308, x_311); -return x_312; -} -} -block_187: -{ -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_dec(x_180); -x_181 = lean_ctor_get(x_2, 1); -lean_inc(x_181); -x_182 = lean_ctor_get(x_3, 2); -lean_inc(x_182); -x_183 = lean_box(x_17); -x_184 = lean_box(x_18); -lean_inc(x_181); -x_185 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3___boxed), 10, 9); -lean_closure_set(x_185, 0, x_178); -lean_closure_set(x_185, 1, x_3); -lean_closure_set(x_185, 2, x_183); -lean_closure_set(x_185, 3, x_184); -lean_closure_set(x_185, 4, x_179); -lean_closure_set(x_185, 5, x_14); -lean_closure_set(x_185, 6, x_1); -lean_closure_set(x_185, 7, x_2); -lean_closure_set(x_185, 8, x_181); -x_186 = lean_apply_4(x_181, lean_box(0), lean_box(0), x_182, x_185); -return x_186; -} +if (lean_is_scalar(x_299)) { + x_303 = lean_alloc_ctor(0, 3, 0); +} else { + x_303 = x_299; +} +lean_ctor_set(x_303, 0, x_300); +lean_ctor_set(x_303, 1, x_297); +lean_ctor_set(x_303, 2, x_298); +x_304 = lean_box(0); +if (lean_is_scalar(x_296)) { + x_305 = lean_alloc_ctor(1, 2, 0); +} else { + x_305 = x_296; +} +lean_ctor_set(x_305, 0, x_303); +lean_ctor_set(x_305, 1, x_304); +x_306 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_306, 0, x_295); +lean_ctor_set_uint8(x_306, sizeof(void*)*1, x_254); +lean_ctor_set_uint8(x_306, sizeof(void*)*1 + 1, x_294); +lean_ctor_set(x_4, 0, x_306); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_307 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_301, x_305, x_4, x_1, x_2, x_3); +x_308 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); +lean_closure_set(x_308, 0, x_1); +lean_closure_set(x_308, 1, x_2); +lean_closure_set(x_308, 2, x_3); +x_309 = lean_apply_4(x_302, lean_box(0), lean_box(0), x_307, x_308); +return x_309; } } else { -uint8_t x_313; uint8_t x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_326; -x_313 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); -x_314 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); -lean_dec(x_9); -x_315 = lean_ctor_get(x_10, 0); -lean_inc(x_315); -x_316 = lean_ctor_get(x_10, 1); -lean_inc(x_316); +lean_object* x_310; uint8_t 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; uint8_t 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; +x_310 = lean_ctor_get(x_4, 1); +lean_inc(x_310); +lean_dec(x_4); +x_311 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + x_312 = x_9; +} else { + lean_dec_ref(x_9); + x_312 = lean_box(0); +} +x_313 = lean_ctor_get(x_10, 1); +lean_inc(x_313); if (lean_is_exclusive(x_10)) { lean_ctor_release(x_10, 0); lean_ctor_release(x_10, 1); - x_317 = x_10; + x_314 = x_10; } else { lean_dec_ref(x_10); + x_314 = lean_box(0); +} +x_315 = lean_ctor_get(x_13, 1); +lean_inc(x_315); +x_316 = lean_ctor_get(x_13, 2); +lean_inc(x_316); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_317 = x_13; +} else { + lean_dec_ref(x_13); x_317 = lean_box(0); } -x_326 = lean_ctor_get(x_315, 0); -lean_inc(x_326); -switch (lean_obj_tag(x_326)) { -case 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_334; -lean_dec(x_317); -lean_free_object(x_4); -x_327 = lean_ctor_get(x_315, 2); -lean_inc(x_327); -lean_dec(x_315); -x_328 = lean_ctor_get(x_2, 1); -lean_inc(x_328); -x_329 = lean_ctor_get(x_3, 4); -lean_inc(x_329); -x_330 = lean_apply_1(x_329, x_327); -x_331 = lean_box(x_313); -x_332 = lean_box(x_314); -x_333 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_333, 0, x_331); -lean_closure_set(x_333, 1, x_332); -lean_closure_set(x_333, 2, x_316); -lean_closure_set(x_333, 3, x_14); -lean_closure_set(x_333, 4, x_1); -lean_closure_set(x_333, 5, x_2); -lean_closure_set(x_333, 6, x_3); -x_334 = lean_apply_4(x_328, lean_box(0), lean_box(0), x_330, x_333); -return x_334; +x_318 = lean_ctor_get(x_14, 0); +lean_inc(x_318); +x_319 = lean_ctor_get_uint8(x_14, sizeof(void*)*1); +lean_dec(x_14); +x_320 = lean_ctor_get(x_2, 1); +lean_inc(x_320); +if (lean_is_scalar(x_317)) { + x_321 = lean_alloc_ctor(0, 3, 0); +} else { + x_321 = x_317; +} +lean_ctor_set(x_321, 0, x_318); +lean_ctor_set(x_321, 1, x_315); +lean_ctor_set(x_321, 2, x_316); +x_322 = lean_box(0); +if (lean_is_scalar(x_314)) { + x_323 = lean_alloc_ctor(1, 2, 0); +} else { + x_323 = x_314; } -case 1: +lean_ctor_set(x_323, 0, x_321); +lean_ctor_set(x_323, 1, x_322); +if (lean_is_scalar(x_312)) { + x_324 = lean_alloc_ctor(0, 1, 2); +} else { + x_324 = x_312; +} +lean_ctor_set(x_324, 0, x_313); +lean_ctor_set_uint8(x_324, sizeof(void*)*1, x_254); +lean_ctor_set_uint8(x_324, sizeof(void*)*1 + 1, x_311); +x_325 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_325, 0, x_324); +lean_ctor_set(x_325, 1, x_310); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_326 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_319, x_323, x_325, x_1, x_2, x_3); +x_327 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); +lean_closure_set(x_327, 0, x_1); +lean_closure_set(x_327, 1, x_2); +lean_closure_set(x_327, 2, x_3); +x_328 = lean_apply_4(x_320, lean_box(0), lean_box(0), x_326, x_327); +return x_328; +} +} +else { -lean_dec(x_317); -lean_free_object(x_4); -if (x_314 == 0) -{ -if (x_313 == 0) -{ -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; -x_335 = lean_ctor_get(x_315, 1); -lean_inc(x_335); -x_336 = lean_ctor_get(x_315, 2); -lean_inc(x_336); -lean_dec(x_315); -x_337 = lean_ctor_get(x_2, 1); +uint8_t x_329; +x_329 = !lean_is_exclusive(x_4); +if (x_329 == 0) +{ +lean_object* x_330; uint8_t x_331; +x_330 = lean_ctor_get(x_4, 0); +lean_dec(x_330); +x_331 = !lean_is_exclusive(x_9); +if (x_331 == 0) +{ +lean_object* x_332; uint8_t x_333; +x_332 = lean_ctor_get(x_9, 0); +lean_dec(x_332); +x_333 = !lean_is_exclusive(x_10); +if (x_333 == 0) +{ +lean_object* x_334; uint8_t x_335; +x_334 = lean_ctor_get(x_10, 0); +lean_dec(x_334); +x_335 = !lean_is_exclusive(x_13); +if (x_335 == 0) +{ +lean_object* x_336; lean_object* x_337; +x_336 = lean_ctor_get(x_13, 0); +lean_dec(x_336); +x_337 = lean_ctor_get(x_14, 0); lean_inc(x_337); -x_338 = lean_ctor_get(x_3, 1); -lean_inc(x_338); -x_339 = l_Int_toNat(x_335); -lean_dec(x_335); -x_340 = lean_apply_1(x_338, x_339); -x_341 = lean_box(x_313); -x_342 = lean_box(x_314); -lean_inc(x_337); -x_343 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_343, 0, x_3); -lean_closure_set(x_343, 1, x_336); -lean_closure_set(x_343, 2, x_341); -lean_closure_set(x_343, 3, x_342); -lean_closure_set(x_343, 4, x_316); -lean_closure_set(x_343, 5, x_14); -lean_closure_set(x_343, 6, x_1); -lean_closure_set(x_343, 7, x_2); -lean_closure_set(x_343, 8, x_337); -x_344 = lean_apply_4(x_337, lean_box(0), lean_box(0), x_340, x_343); -return x_344; -} -else -{ -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_345 = lean_ctor_get(x_315, 2); -lean_inc(x_345); -lean_dec(x_315); -x_346 = lean_ctor_get(x_2, 1); -lean_inc(x_346); -x_347 = lean_ctor_get(x_3, 0); -lean_inc(x_347); -x_348 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_349 = lean_apply_1(x_347, x_348); -x_350 = lean_box(x_313); -x_351 = lean_box(x_314); -lean_inc(x_346); -x_352 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_352, 0, x_3); -lean_closure_set(x_352, 1, x_345); -lean_closure_set(x_352, 2, x_350); -lean_closure_set(x_352, 3, x_351); -lean_closure_set(x_352, 4, x_316); -lean_closure_set(x_352, 5, x_14); -lean_closure_set(x_352, 6, x_1); -lean_closure_set(x_352, 7, x_2); -lean_closure_set(x_352, 8, x_346); -x_353 = lean_apply_4(x_346, lean_box(0), lean_box(0), x_349, x_352); -return x_353; -} +lean_dec(x_14); +lean_ctor_set(x_13, 0, x_337); +goto _start; } 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; -x_354 = lean_ctor_get(x_315, 1); -lean_inc(x_354); -x_355 = lean_ctor_get(x_315, 2); -lean_inc(x_355); -lean_dec(x_315); -x_356 = lean_ctor_get(x_2, 1); -lean_inc(x_356); -x_357 = lean_ctor_get(x_3, 1); -lean_inc(x_357); -x_358 = l_Int_toNat(x_354); -lean_dec(x_354); -x_359 = lean_apply_1(x_357, x_358); -lean_inc(x_356); -lean_inc(x_2); -lean_inc(x_1); -lean_inc(x_14); -lean_inc(x_316); -lean_inc(x_355); -lean_inc(x_3); -x_360 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6___boxed), 8, 7); -lean_closure_set(x_360, 0, x_3); -lean_closure_set(x_360, 1, x_355); -lean_closure_set(x_360, 2, x_316); -lean_closure_set(x_360, 3, x_14); -lean_closure_set(x_360, 4, x_1); -lean_closure_set(x_360, 5, x_2); -lean_closure_set(x_360, 6, x_356); -lean_inc(x_356); -x_361 = lean_apply_4(x_356, lean_box(0), lean_box(0), x_359, x_360); -if (x_313 == 0) -{ -lean_dec(x_356); -lean_dec(x_355); -lean_dec(x_316); +lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; +x_339 = lean_ctor_get(x_13, 1); +x_340 = lean_ctor_get(x_13, 2); +lean_inc(x_340); +lean_inc(x_339); +lean_dec(x_13); +x_341 = lean_ctor_get(x_14, 0); +lean_inc(x_341); lean_dec(x_14); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_361; -} -else -{ -lean_object* x_362; lean_object* x_363; uint8_t x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; -x_362 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_363 = lean_nat_sub(x_1, x_362); -x_364 = 1; -lean_inc(x_3); -lean_inc(x_2); -x_365 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_364, x_316, x_14, x_363, x_2, x_3); -lean_inc(x_356); -x_366 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9), 7, 6); -lean_closure_set(x_366, 0, x_2); -lean_closure_set(x_366, 1, x_361); -lean_closure_set(x_366, 2, x_3); -lean_closure_set(x_366, 3, x_355); -lean_closure_set(x_366, 4, x_1); -lean_closure_set(x_366, 5, x_356); -x_367 = lean_apply_4(x_356, lean_box(0), lean_box(0), x_365, x_366); -return x_367; -} -} -} -case 2: -{ -lean_dec(x_317); -lean_free_object(x_4); -if (x_313 == 0) -{ -lean_object* x_368; -lean_dec(x_326); -x_368 = lean_box(0); -x_318 = x_368; -goto block_325; +x_342 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_342, 0, x_341); +lean_ctor_set(x_342, 1, x_339); +lean_ctor_set(x_342, 2, x_340); +lean_ctor_set(x_10, 0, x_342); +goto _start; } -else -{ -uint8_t x_369; -x_369 = lean_ctor_get_uint8(x_326, 0); -lean_dec(x_326); -if (x_369 == 0) -{ -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_370 = lean_ctor_get(x_315, 2); -lean_inc(x_370); -lean_dec(x_315); -x_371 = lean_ctor_get(x_2, 1); -lean_inc(x_371); -x_372 = lean_ctor_get(x_3, 4); -lean_inc(x_372); -x_373 = lean_apply_1(x_372, x_370); -x_374 = lean_box(x_313); -x_375 = lean_box(x_314); -x_376 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_376, 0, x_374); -lean_closure_set(x_376, 1, x_375); -lean_closure_set(x_376, 2, x_316); -lean_closure_set(x_376, 3, x_14); -lean_closure_set(x_376, 4, x_1); -lean_closure_set(x_376, 5, x_2); -lean_closure_set(x_376, 6, x_3); -x_377 = lean_apply_4(x_371, lean_box(0), lean_box(0), x_373, x_376); -return x_377; } else { -lean_object* x_378; -x_378 = lean_box(0); -x_318 = x_378; -goto block_325; -} -} -} -case 3: -{ -lean_object* x_379; lean_object* x_380; lean_object* x_381; uint32_t x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; uint8_t x_386; -lean_dec(x_317); -lean_free_object(x_4); -x_379 = lean_ctor_get(x_315, 1); -lean_inc(x_379); -x_380 = lean_ctor_get(x_315, 2); -lean_inc(x_380); -lean_dec(x_315); -x_381 = lean_ctor_get(x_326, 0); -lean_inc(x_381); -lean_dec(x_326); -x_382 = 10; -x_383 = lean_string_utf8_byte_size(x_381); -x_384 = lean_unsigned_to_nat(0u); -x_385 = l_String_posOfAux(x_381, x_382, x_383, x_384); -x_386 = lean_nat_dec_eq(x_385, x_383); -if (x_386 == 0) -{ -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; -x_387 = lean_ctor_get(x_2, 1); -lean_inc(x_387); -x_388 = lean_ctor_get(x_3, 0); -lean_inc(x_388); -x_389 = lean_string_utf8_extract(x_381, x_384, x_385); -x_390 = lean_apply_1(x_388, x_389); -x_391 = lean_box(x_314); -lean_inc(x_387); -x_392 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11___boxed), 13, 12); -lean_closure_set(x_392, 0, x_3); -lean_closure_set(x_392, 1, x_379); -lean_closure_set(x_392, 2, x_381); -lean_closure_set(x_392, 3, x_385); -lean_closure_set(x_392, 4, x_383); -lean_closure_set(x_392, 5, x_380); -lean_closure_set(x_392, 6, x_316); -lean_closure_set(x_392, 7, x_391); -lean_closure_set(x_392, 8, x_14); -lean_closure_set(x_392, 9, x_1); -lean_closure_set(x_392, 10, x_2); -lean_closure_set(x_392, 11, x_387); -x_393 = lean_apply_4(x_387, lean_box(0), lean_box(0), x_390, x_392); -return x_393; -} -else -{ -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_dec(x_385); -lean_dec(x_383); -lean_dec(x_379); -x_394 = lean_ctor_get(x_2, 1); -lean_inc(x_394); -x_395 = lean_ctor_get(x_3, 0); -lean_inc(x_395); -x_396 = lean_apply_1(x_395, x_381); -x_397 = lean_box(x_313); -x_398 = lean_box(x_314); -lean_inc(x_394); -x_399 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_399, 0, x_3); -lean_closure_set(x_399, 1, x_380); -lean_closure_set(x_399, 2, x_397); -lean_closure_set(x_399, 3, x_398); -lean_closure_set(x_399, 4, x_316); -lean_closure_set(x_399, 5, x_14); -lean_closure_set(x_399, 6, x_1); -lean_closure_set(x_399, 7, x_2); -lean_closure_set(x_399, 8, x_394); -x_400 = lean_apply_4(x_394, lean_box(0), lean_box(0), x_396, x_399); -return x_400; -} -} -case 4: -{ -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; -x_401 = lean_ctor_get(x_315, 1); -lean_inc(x_401); -x_402 = lean_ctor_get(x_315, 2); -lean_inc(x_402); -if (lean_is_exclusive(x_315)) { - lean_ctor_release(x_315, 0); - lean_ctor_release(x_315, 1); - lean_ctor_release(x_315, 2); - x_403 = x_315; -} else { - lean_dec_ref(x_315); - x_403 = lean_box(0); -} -x_404 = lean_ctor_get(x_326, 0); -lean_inc(x_404); -x_405 = lean_ctor_get(x_326, 1); -lean_inc(x_405); -lean_dec(x_326); -x_406 = lean_int_add(x_401, x_404); -lean_dec(x_404); -lean_dec(x_401); -if (lean_is_scalar(x_403)) { - x_407 = lean_alloc_ctor(0, 3, 0); -} else { - x_407 = x_403; -} -lean_ctor_set(x_407, 0, x_405); -lean_ctor_set(x_407, 1, x_406); -lean_ctor_set(x_407, 2, x_402); -if (lean_is_scalar(x_317)) { - x_408 = lean_alloc_ctor(1, 2, 0); +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_344 = lean_ctor_get(x_10, 1); +lean_inc(x_344); +lean_dec(x_10); +x_345 = lean_ctor_get(x_13, 1); +lean_inc(x_345); +x_346 = lean_ctor_get(x_13, 2); +lean_inc(x_346); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_347 = x_13; } else { - x_408 = x_317; + lean_dec_ref(x_13); + x_347 = lean_box(0); } -lean_ctor_set(x_408, 0, x_407); -lean_ctor_set(x_408, 1, x_316); -x_409 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_409, 0, x_408); -lean_ctor_set_uint8(x_409, sizeof(void*)*1, x_313); -lean_ctor_set_uint8(x_409, sizeof(void*)*1 + 1, x_314); -lean_ctor_set(x_4, 0, x_409); +x_348 = lean_ctor_get(x_14, 0); +lean_inc(x_348); +lean_dec(x_14); +if (lean_is_scalar(x_347)) { + x_349 = lean_alloc_ctor(0, 3, 0); +} else { + x_349 = x_347; +} +lean_ctor_set(x_349, 0, x_348); +lean_ctor_set(x_349, 1, x_345); +lean_ctor_set(x_349, 2, x_346); +x_350 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_350, 0, x_349); +lean_ctor_set(x_350, 1, x_344); +lean_ctor_set(x_9, 0, x_350); goto _start; } -case 5: -{ -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; -x_411 = lean_ctor_get(x_315, 1); -lean_inc(x_411); -x_412 = lean_ctor_get(x_315, 2); -lean_inc(x_412); -if (lean_is_exclusive(x_315)) { - lean_ctor_release(x_315, 0); - lean_ctor_release(x_315, 1); - lean_ctor_release(x_315, 2); - x_413 = x_315; -} else { - lean_dec_ref(x_315); - x_413 = lean_box(0); -} -x_414 = lean_ctor_get(x_326, 0); -lean_inc(x_414); -x_415 = lean_ctor_get(x_326, 1); -lean_inc(x_415); -lean_dec(x_326); -x_416 = lean_unsigned_to_nat(0u); -lean_inc(x_411); -if (lean_is_scalar(x_413)) { - x_417 = lean_alloc_ctor(0, 3, 0); -} else { - x_417 = x_413; -} -lean_ctor_set(x_417, 0, x_414); -lean_ctor_set(x_417, 1, x_411); -lean_ctor_set(x_417, 2, x_416); -x_418 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_418, 0, x_415); -lean_ctor_set(x_418, 1, x_411); -lean_ctor_set(x_418, 2, x_412); -if (lean_is_scalar(x_317)) { - x_419 = lean_alloc_ctor(1, 2, 0); -} else { - x_419 = x_317; -} -lean_ctor_set(x_419, 0, x_418); -lean_ctor_set(x_419, 1, x_316); -lean_ctor_set(x_4, 1, x_419); -lean_ctor_set(x_4, 0, x_417); -x_420 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_420, 0, x_4); -lean_ctor_set_uint8(x_420, sizeof(void*)*1, x_313); -lean_ctor_set_uint8(x_420, sizeof(void*)*1 + 1, x_314); -x_421 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_421, 0, x_420); -lean_ctor_set(x_421, 1, x_14); -x_4 = x_421; -goto _start; } -case 6: +else { -if (x_313 == 0) -{ -lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; uint8_t 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; -x_423 = lean_ctor_get(x_315, 1); -lean_inc(x_423); -x_424 = lean_ctor_get(x_315, 2); -lean_inc(x_424); -if (lean_is_exclusive(x_315)) { - lean_ctor_release(x_315, 0); - lean_ctor_release(x_315, 1); - lean_ctor_release(x_315, 2); - x_425 = x_315; -} else { - lean_dec_ref(x_315); - x_425 = lean_box(0); -} -x_426 = lean_ctor_get(x_326, 0); -lean_inc(x_426); -x_427 = lean_ctor_get_uint8(x_326, sizeof(void*)*1); -lean_dec(x_326); -x_428 = lean_ctor_get(x_2, 1); -lean_inc(x_428); -if (lean_is_scalar(x_425)) { - x_429 = lean_alloc_ctor(0, 3, 0); -} else { - x_429 = x_425; -} -lean_ctor_set(x_429, 0, x_426); -lean_ctor_set(x_429, 1, x_423); -lean_ctor_set(x_429, 2, x_424); -x_430 = lean_box(0); -if (lean_is_scalar(x_317)) { - x_431 = lean_alloc_ctor(1, 2, 0); +uint8_t 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; +x_352 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_353 = lean_ctor_get(x_10, 1); +lean_inc(x_353); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_354 = x_10; } else { - x_431 = x_317; + lean_dec_ref(x_10); + x_354 = lean_box(0); } -lean_ctor_set(x_431, 0, x_429); -lean_ctor_set(x_431, 1, x_430); -x_432 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_432, 0, x_316); -lean_ctor_set_uint8(x_432, sizeof(void*)*1, x_313); -lean_ctor_set_uint8(x_432, sizeof(void*)*1 + 1, x_314); -lean_ctor_set(x_4, 0, x_432); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_433 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_427, x_431, x_4, x_1, x_2, x_3); -x_434 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); -lean_closure_set(x_434, 0, x_1); -lean_closure_set(x_434, 1, x_2); -lean_closure_set(x_434, 2, x_3); -x_435 = lean_apply_4(x_428, lean_box(0), lean_box(0), x_433, x_434); -return x_435; -} -else -{ -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; -x_436 = lean_ctor_get(x_315, 1); -lean_inc(x_436); -x_437 = lean_ctor_get(x_315, 2); -lean_inc(x_437); -if (lean_is_exclusive(x_315)) { - lean_ctor_release(x_315, 0); - lean_ctor_release(x_315, 1); - lean_ctor_release(x_315, 2); - x_438 = x_315; -} else { - lean_dec_ref(x_315); - x_438 = lean_box(0); -} -x_439 = lean_ctor_get(x_326, 0); -lean_inc(x_439); -lean_dec(x_326); -if (lean_is_scalar(x_438)) { - x_440 = lean_alloc_ctor(0, 3, 0); -} else { - x_440 = x_438; -} -lean_ctor_set(x_440, 0, x_439); -lean_ctor_set(x_440, 1, x_436); -lean_ctor_set(x_440, 2, x_437); -if (lean_is_scalar(x_317)) { - x_441 = lean_alloc_ctor(1, 2, 0); +x_355 = lean_ctor_get(x_13, 1); +lean_inc(x_355); +x_356 = lean_ctor_get(x_13, 2); +lean_inc(x_356); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_357 = x_13; } else { - x_441 = x_317; -} -lean_ctor_set(x_441, 0, x_440); -lean_ctor_set(x_441, 1, x_316); -x_442 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_442, 0, x_441); -lean_ctor_set_uint8(x_442, sizeof(void*)*1, x_313); -lean_ctor_set_uint8(x_442, sizeof(void*)*1 + 1, x_314); -lean_ctor_set(x_4, 0, x_442); -goto _start; -} + lean_dec_ref(x_13); + x_357 = lean_box(0); } -default: -{ -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_dec(x_317); -lean_free_object(x_4); -x_444 = lean_ctor_get(x_315, 1); -lean_inc(x_444); -x_445 = lean_ctor_get(x_315, 2); -lean_inc(x_445); -lean_dec(x_315); -x_446 = lean_ctor_get(x_326, 0); -lean_inc(x_446); -x_447 = lean_ctor_get(x_326, 1); -lean_inc(x_447); -lean_dec(x_326); -x_448 = lean_ctor_get(x_2, 1); -lean_inc(x_448); -x_449 = lean_ctor_get(x_3, 3); -lean_inc(x_449); -x_450 = lean_apply_1(x_449, x_446); -x_451 = lean_box(x_313); -x_452 = lean_box(x_314); -x_453 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12___boxed), 11, 10); -lean_closure_set(x_453, 0, x_445); -lean_closure_set(x_453, 1, x_447); -lean_closure_set(x_453, 2, x_444); -lean_closure_set(x_453, 3, x_316); -lean_closure_set(x_453, 4, x_451); -lean_closure_set(x_453, 5, x_452); -lean_closure_set(x_453, 6, x_14); -lean_closure_set(x_453, 7, x_1); -lean_closure_set(x_453, 8, x_2); -lean_closure_set(x_453, 9, x_3); -x_454 = lean_apply_4(x_448, lean_box(0), lean_box(0), x_450, x_453); -return x_454; -} -} -block_325: -{ -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_dec(x_318); -x_319 = lean_ctor_get(x_2, 1); -lean_inc(x_319); -x_320 = lean_ctor_get(x_3, 2); -lean_inc(x_320); -x_321 = lean_box(x_313); -x_322 = lean_box(x_314); -lean_inc(x_319); -x_323 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3___boxed), 10, 9); -lean_closure_set(x_323, 0, x_315); -lean_closure_set(x_323, 1, x_3); -lean_closure_set(x_323, 2, x_321); -lean_closure_set(x_323, 3, x_322); -lean_closure_set(x_323, 4, x_316); -lean_closure_set(x_323, 5, x_14); -lean_closure_set(x_323, 6, x_1); -lean_closure_set(x_323, 7, x_2); -lean_closure_set(x_323, 8, x_319); -x_324 = lean_apply_4(x_319, lean_box(0), lean_box(0), x_320, x_323); -return x_324; +x_358 = lean_ctor_get(x_14, 0); +lean_inc(x_358); +lean_dec(x_14); +if (lean_is_scalar(x_357)) { + x_359 = lean_alloc_ctor(0, 3, 0); +} else { + x_359 = x_357; } +lean_ctor_set(x_359, 0, x_358); +lean_ctor_set(x_359, 1, x_355); +lean_ctor_set(x_359, 2, x_356); +if (lean_is_scalar(x_354)) { + x_360 = lean_alloc_ctor(1, 2, 0); +} else { + x_360 = x_354; +} +lean_ctor_set(x_360, 0, x_359); +lean_ctor_set(x_360, 1, x_353); +x_361 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_361, 0, x_360); +lean_ctor_set_uint8(x_361, sizeof(void*)*1, x_254); +lean_ctor_set_uint8(x_361, sizeof(void*)*1 + 1, x_352); +lean_ctor_set(x_4, 0, x_361); +goto _start; } } else { -lean_object* x_455; uint8_t x_456; uint8_t 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_470; -x_455 = lean_ctor_get(x_4, 1); -lean_inc(x_455); +lean_object* x_363; uint8_t 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_363 = lean_ctor_get(x_4, 1); +lean_inc(x_363); lean_dec(x_4); -x_456 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); -x_457 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +x_364 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); if (lean_is_exclusive(x_9)) { lean_ctor_release(x_9, 0); - x_458 = x_9; + x_365 = x_9; } else { lean_dec_ref(x_9); - x_458 = lean_box(0); + x_365 = lean_box(0); } -x_459 = lean_ctor_get(x_10, 0); -lean_inc(x_459); -x_460 = lean_ctor_get(x_10, 1); -lean_inc(x_460); +x_366 = lean_ctor_get(x_10, 1); +lean_inc(x_366); if (lean_is_exclusive(x_10)) { lean_ctor_release(x_10, 0); lean_ctor_release(x_10, 1); - x_461 = x_10; + x_367 = x_10; } else { lean_dec_ref(x_10); - x_461 = lean_box(0); -} -x_470 = lean_ctor_get(x_459, 0); -lean_inc(x_470); -switch (lean_obj_tag(x_470)) { -case 0: -{ -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_dec(x_461); -lean_dec(x_458); -x_471 = lean_ctor_get(x_459, 2); -lean_inc(x_471); -lean_dec(x_459); -x_472 = lean_ctor_get(x_2, 1); -lean_inc(x_472); -x_473 = lean_ctor_get(x_3, 4); -lean_inc(x_473); -x_474 = lean_apply_1(x_473, x_471); -x_475 = lean_box(x_456); -x_476 = lean_box(x_457); -x_477 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_477, 0, x_475); -lean_closure_set(x_477, 1, x_476); -lean_closure_set(x_477, 2, x_460); -lean_closure_set(x_477, 3, x_455); -lean_closure_set(x_477, 4, x_1); -lean_closure_set(x_477, 5, x_2); -lean_closure_set(x_477, 6, x_3); -x_478 = lean_apply_4(x_472, lean_box(0), lean_box(0), x_474, x_477); -return x_478; -} -case 1: -{ -lean_dec(x_461); -lean_dec(x_458); -if (x_457 == 0) -{ -if (x_456 == 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_486; lean_object* x_487; lean_object* x_488; -x_479 = lean_ctor_get(x_459, 1); -lean_inc(x_479); -x_480 = lean_ctor_get(x_459, 2); -lean_inc(x_480); -lean_dec(x_459); -x_481 = lean_ctor_get(x_2, 1); -lean_inc(x_481); -x_482 = lean_ctor_get(x_3, 1); -lean_inc(x_482); -x_483 = l_Int_toNat(x_479); -lean_dec(x_479); -x_484 = lean_apply_1(x_482, x_483); -x_485 = lean_box(x_456); -x_486 = lean_box(x_457); -lean_inc(x_481); -x_487 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_487, 0, x_3); -lean_closure_set(x_487, 1, x_480); -lean_closure_set(x_487, 2, x_485); -lean_closure_set(x_487, 3, x_486); -lean_closure_set(x_487, 4, x_460); -lean_closure_set(x_487, 5, x_455); -lean_closure_set(x_487, 6, x_1); -lean_closure_set(x_487, 7, x_2); -lean_closure_set(x_487, 8, x_481); -x_488 = lean_apply_4(x_481, lean_box(0), lean_box(0), x_484, x_487); -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; -x_489 = lean_ctor_get(x_459, 2); -lean_inc(x_489); -lean_dec(x_459); -x_490 = lean_ctor_get(x_2, 1); -lean_inc(x_490); -x_491 = lean_ctor_get(x_3, 0); -lean_inc(x_491); -x_492 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_493 = lean_apply_1(x_491, x_492); -x_494 = lean_box(x_456); -x_495 = lean_box(x_457); -lean_inc(x_490); -x_496 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_496, 0, x_3); -lean_closure_set(x_496, 1, x_489); -lean_closure_set(x_496, 2, x_494); -lean_closure_set(x_496, 3, x_495); -lean_closure_set(x_496, 4, x_460); -lean_closure_set(x_496, 5, x_455); -lean_closure_set(x_496, 6, x_1); -lean_closure_set(x_496, 7, x_2); -lean_closure_set(x_496, 8, x_490); -x_497 = lean_apply_4(x_490, lean_box(0), lean_box(0), x_493, x_496); -return x_497; -} -} -else -{ -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; -x_498 = lean_ctor_get(x_459, 1); -lean_inc(x_498); -x_499 = lean_ctor_get(x_459, 2); -lean_inc(x_499); -lean_dec(x_459); -x_500 = lean_ctor_get(x_2, 1); -lean_inc(x_500); -x_501 = lean_ctor_get(x_3, 1); -lean_inc(x_501); -x_502 = l_Int_toNat(x_498); -lean_dec(x_498); -x_503 = lean_apply_1(x_501, x_502); -lean_inc(x_500); -lean_inc(x_2); -lean_inc(x_1); -lean_inc(x_455); -lean_inc(x_460); -lean_inc(x_499); -lean_inc(x_3); -x_504 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6___boxed), 8, 7); -lean_closure_set(x_504, 0, x_3); -lean_closure_set(x_504, 1, x_499); -lean_closure_set(x_504, 2, x_460); -lean_closure_set(x_504, 3, x_455); -lean_closure_set(x_504, 4, x_1); -lean_closure_set(x_504, 5, x_2); -lean_closure_set(x_504, 6, x_500); -lean_inc(x_500); -x_505 = lean_apply_4(x_500, lean_box(0), lean_box(0), x_503, x_504); -if (x_456 == 0) -{ -lean_dec(x_500); -lean_dec(x_499); -lean_dec(x_460); -lean_dec(x_455); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_505; -} -else -{ -lean_object* x_506; lean_object* x_507; uint8_t x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; -x_506 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_507 = lean_nat_sub(x_1, x_506); -x_508 = 1; -lean_inc(x_3); -lean_inc(x_2); -x_509 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_508, x_460, x_455, x_507, x_2, x_3); -lean_inc(x_500); -x_510 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9), 7, 6); -lean_closure_set(x_510, 0, x_2); -lean_closure_set(x_510, 1, x_505); -lean_closure_set(x_510, 2, x_3); -lean_closure_set(x_510, 3, x_499); -lean_closure_set(x_510, 4, x_1); -lean_closure_set(x_510, 5, x_500); -x_511 = lean_apply_4(x_500, lean_box(0), lean_box(0), x_509, x_510); -return x_511; -} -} -} -case 2: -{ -lean_dec(x_461); -lean_dec(x_458); -if (x_456 == 0) -{ -lean_object* x_512; -lean_dec(x_470); -x_512 = lean_box(0); -x_462 = x_512; -goto block_469; -} -else -{ -uint8_t x_513; -x_513 = lean_ctor_get_uint8(x_470, 0); -lean_dec(x_470); -if (x_513 == 0) -{ -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; -x_514 = lean_ctor_get(x_459, 2); -lean_inc(x_514); -lean_dec(x_459); -x_515 = lean_ctor_get(x_2, 1); -lean_inc(x_515); -x_516 = lean_ctor_get(x_3, 4); -lean_inc(x_516); -x_517 = lean_apply_1(x_516, x_514); -x_518 = lean_box(x_456); -x_519 = lean_box(x_457); -x_520 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__1___boxed), 8, 7); -lean_closure_set(x_520, 0, x_518); -lean_closure_set(x_520, 1, x_519); -lean_closure_set(x_520, 2, x_460); -lean_closure_set(x_520, 3, x_455); -lean_closure_set(x_520, 4, x_1); -lean_closure_set(x_520, 5, x_2); -lean_closure_set(x_520, 6, x_3); -x_521 = lean_apply_4(x_515, lean_box(0), lean_box(0), x_517, x_520); -return x_521; -} -else -{ -lean_object* x_522; -x_522 = lean_box(0); -x_462 = x_522; -goto block_469; -} -} -} -case 3: -{ -lean_object* x_523; lean_object* x_524; lean_object* x_525; uint32_t x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; uint8_t x_530; -lean_dec(x_461); -lean_dec(x_458); -x_523 = lean_ctor_get(x_459, 1); -lean_inc(x_523); -x_524 = lean_ctor_get(x_459, 2); -lean_inc(x_524); -lean_dec(x_459); -x_525 = lean_ctor_get(x_470, 0); -lean_inc(x_525); -lean_dec(x_470); -x_526 = 10; -x_527 = lean_string_utf8_byte_size(x_525); -x_528 = lean_unsigned_to_nat(0u); -x_529 = l_String_posOfAux(x_525, x_526, x_527, x_528); -x_530 = lean_nat_dec_eq(x_529, x_527); -if (x_530 == 0) -{ -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; -x_531 = lean_ctor_get(x_2, 1); -lean_inc(x_531); -x_532 = lean_ctor_get(x_3, 0); -lean_inc(x_532); -x_533 = lean_string_utf8_extract(x_525, x_528, x_529); -x_534 = lean_apply_1(x_532, x_533); -x_535 = lean_box(x_457); -lean_inc(x_531); -x_536 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11___boxed), 13, 12); -lean_closure_set(x_536, 0, x_3); -lean_closure_set(x_536, 1, x_523); -lean_closure_set(x_536, 2, x_525); -lean_closure_set(x_536, 3, x_529); -lean_closure_set(x_536, 4, x_527); -lean_closure_set(x_536, 5, x_524); -lean_closure_set(x_536, 6, x_460); -lean_closure_set(x_536, 7, x_535); -lean_closure_set(x_536, 8, x_455); -lean_closure_set(x_536, 9, x_1); -lean_closure_set(x_536, 10, x_2); -lean_closure_set(x_536, 11, x_531); -x_537 = lean_apply_4(x_531, lean_box(0), lean_box(0), x_534, x_536); -return x_537; -} -else -{ -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_dec(x_529); -lean_dec(x_527); -lean_dec(x_523); -x_538 = lean_ctor_get(x_2, 1); -lean_inc(x_538); -x_539 = lean_ctor_get(x_3, 0); -lean_inc(x_539); -x_540 = lean_apply_1(x_539, x_525); -x_541 = lean_box(x_456); -x_542 = lean_box(x_457); -lean_inc(x_538); -x_543 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4___boxed), 10, 9); -lean_closure_set(x_543, 0, x_3); -lean_closure_set(x_543, 1, x_524); -lean_closure_set(x_543, 2, x_541); -lean_closure_set(x_543, 3, x_542); -lean_closure_set(x_543, 4, x_460); -lean_closure_set(x_543, 5, x_455); -lean_closure_set(x_543, 6, x_1); -lean_closure_set(x_543, 7, x_2); -lean_closure_set(x_543, 8, x_538); -x_544 = lean_apply_4(x_538, lean_box(0), lean_box(0), x_540, x_543); -return x_544; -} -} -case 4: -{ -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; -x_545 = lean_ctor_get(x_459, 1); -lean_inc(x_545); -x_546 = lean_ctor_get(x_459, 2); -lean_inc(x_546); -if (lean_is_exclusive(x_459)) { - lean_ctor_release(x_459, 0); - lean_ctor_release(x_459, 1); - lean_ctor_release(x_459, 2); - x_547 = x_459; -} else { - lean_dec_ref(x_459); - x_547 = lean_box(0); -} -x_548 = lean_ctor_get(x_470, 0); -lean_inc(x_548); -x_549 = lean_ctor_get(x_470, 1); -lean_inc(x_549); -lean_dec(x_470); -x_550 = lean_int_add(x_545, x_548); -lean_dec(x_548); -lean_dec(x_545); -if (lean_is_scalar(x_547)) { - x_551 = lean_alloc_ctor(0, 3, 0); -} else { - x_551 = x_547; -} -lean_ctor_set(x_551, 0, x_549); -lean_ctor_set(x_551, 1, x_550); -lean_ctor_set(x_551, 2, x_546); -if (lean_is_scalar(x_461)) { - x_552 = lean_alloc_ctor(1, 2, 0); -} else { - x_552 = x_461; -} -lean_ctor_set(x_552, 0, x_551); -lean_ctor_set(x_552, 1, x_460); -if (lean_is_scalar(x_458)) { - x_553 = lean_alloc_ctor(0, 1, 2); -} else { - x_553 = x_458; -} -lean_ctor_set(x_553, 0, x_552); -lean_ctor_set_uint8(x_553, sizeof(void*)*1, x_456); -lean_ctor_set_uint8(x_553, sizeof(void*)*1 + 1, x_457); -x_554 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_554, 0, x_553); -lean_ctor_set(x_554, 1, x_455); -x_4 = x_554; -goto _start; -} -case 5: -{ -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; -x_556 = lean_ctor_get(x_459, 1); -lean_inc(x_556); -x_557 = lean_ctor_get(x_459, 2); -lean_inc(x_557); -if (lean_is_exclusive(x_459)) { - lean_ctor_release(x_459, 0); - lean_ctor_release(x_459, 1); - lean_ctor_release(x_459, 2); - x_558 = x_459; -} else { - lean_dec_ref(x_459); - x_558 = lean_box(0); -} -x_559 = lean_ctor_get(x_470, 0); -lean_inc(x_559); -x_560 = lean_ctor_get(x_470, 1); -lean_inc(x_560); -lean_dec(x_470); -x_561 = lean_unsigned_to_nat(0u); -lean_inc(x_556); -if (lean_is_scalar(x_558)) { - x_562 = lean_alloc_ctor(0, 3, 0); -} else { - x_562 = x_558; -} -lean_ctor_set(x_562, 0, x_559); -lean_ctor_set(x_562, 1, x_556); -lean_ctor_set(x_562, 2, x_561); -x_563 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_563, 0, x_560); -lean_ctor_set(x_563, 1, x_556); -lean_ctor_set(x_563, 2, x_557); -if (lean_is_scalar(x_461)) { - x_564 = lean_alloc_ctor(1, 2, 0); -} else { - x_564 = x_461; -} -lean_ctor_set(x_564, 0, x_563); -lean_ctor_set(x_564, 1, x_460); -x_565 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_565, 0, x_562); -lean_ctor_set(x_565, 1, x_564); -if (lean_is_scalar(x_458)) { - x_566 = lean_alloc_ctor(0, 1, 2); -} else { - x_566 = x_458; -} -lean_ctor_set(x_566, 0, x_565); -lean_ctor_set_uint8(x_566, sizeof(void*)*1, x_456); -lean_ctor_set_uint8(x_566, sizeof(void*)*1 + 1, x_457); -x_567 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_567, 0, x_566); -lean_ctor_set(x_567, 1, x_455); -x_4 = x_567; -goto _start; + x_367 = lean_box(0); } -case 6: -{ -if (x_456 == 0) -{ -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; -x_569 = lean_ctor_get(x_459, 1); -lean_inc(x_569); -x_570 = lean_ctor_get(x_459, 2); -lean_inc(x_570); -if (lean_is_exclusive(x_459)) { - lean_ctor_release(x_459, 0); - lean_ctor_release(x_459, 1); - lean_ctor_release(x_459, 2); - x_571 = x_459; +x_368 = lean_ctor_get(x_13, 1); +lean_inc(x_368); +x_369 = lean_ctor_get(x_13, 2); +lean_inc(x_369); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + lean_ctor_release(x_13, 2); + x_370 = x_13; } else { - lean_dec_ref(x_459); - x_571 = lean_box(0); + lean_dec_ref(x_13); + x_370 = lean_box(0); } -x_572 = lean_ctor_get(x_470, 0); -lean_inc(x_572); -x_573 = lean_ctor_get_uint8(x_470, sizeof(void*)*1); -lean_dec(x_470); -x_574 = lean_ctor_get(x_2, 1); -lean_inc(x_574); -if (lean_is_scalar(x_571)) { - x_575 = lean_alloc_ctor(0, 3, 0); +x_371 = lean_ctor_get(x_14, 0); +lean_inc(x_371); +lean_dec(x_14); +if (lean_is_scalar(x_370)) { + x_372 = lean_alloc_ctor(0, 3, 0); } else { - x_575 = x_571; + x_372 = x_370; } -lean_ctor_set(x_575, 0, x_572); -lean_ctor_set(x_575, 1, x_569); -lean_ctor_set(x_575, 2, x_570); -x_576 = lean_box(0); -if (lean_is_scalar(x_461)) { - x_577 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_372, 0, x_371); +lean_ctor_set(x_372, 1, x_368); +lean_ctor_set(x_372, 2, x_369); +if (lean_is_scalar(x_367)) { + x_373 = lean_alloc_ctor(1, 2, 0); } else { - x_577 = x_461; + x_373 = x_367; } -lean_ctor_set(x_577, 0, x_575); -lean_ctor_set(x_577, 1, x_576); -if (lean_is_scalar(x_458)) { - x_578 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_373, 0, x_372); +lean_ctor_set(x_373, 1, x_366); +if (lean_is_scalar(x_365)) { + x_374 = lean_alloc_ctor(0, 1, 2); } else { - x_578 = x_458; + x_374 = x_365; } -lean_ctor_set(x_578, 0, x_460); -lean_ctor_set_uint8(x_578, sizeof(void*)*1, x_456); -lean_ctor_set_uint8(x_578, sizeof(void*)*1 + 1, x_457); -x_579 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_579, 0, x_578); -lean_ctor_set(x_579, 1, x_455); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_580 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___rarg(x_573, x_577, x_579, x_1, x_2, x_3); -x_581 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg), 4, 3); -lean_closure_set(x_581, 0, x_1); -lean_closure_set(x_581, 1, x_2); -lean_closure_set(x_581, 2, x_3); -x_582 = lean_apply_4(x_574, lean_box(0), lean_box(0), x_580, x_581); -return x_582; -} -else -{ -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; -x_583 = lean_ctor_get(x_459, 1); -lean_inc(x_583); -x_584 = lean_ctor_get(x_459, 2); -lean_inc(x_584); -if (lean_is_exclusive(x_459)) { - lean_ctor_release(x_459, 0); - lean_ctor_release(x_459, 1); - lean_ctor_release(x_459, 2); - x_585 = x_459; -} else { - lean_dec_ref(x_459); - x_585 = lean_box(0); -} -x_586 = lean_ctor_get(x_470, 0); -lean_inc(x_586); -lean_dec(x_470); -if (lean_is_scalar(x_585)) { - x_587 = lean_alloc_ctor(0, 3, 0); -} else { - x_587 = x_585; -} -lean_ctor_set(x_587, 0, x_586); -lean_ctor_set(x_587, 1, x_583); -lean_ctor_set(x_587, 2, x_584); -if (lean_is_scalar(x_461)) { - x_588 = lean_alloc_ctor(1, 2, 0); -} else { - x_588 = x_461; -} -lean_ctor_set(x_588, 0, x_587); -lean_ctor_set(x_588, 1, x_460); -if (lean_is_scalar(x_458)) { - x_589 = lean_alloc_ctor(0, 1, 2); -} else { - x_589 = x_458; -} -lean_ctor_set(x_589, 0, x_588); -lean_ctor_set_uint8(x_589, sizeof(void*)*1, x_456); -lean_ctor_set_uint8(x_589, sizeof(void*)*1 + 1, x_457); -x_590 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_590, 0, x_589); -lean_ctor_set(x_590, 1, x_455); -x_4 = x_590; +lean_ctor_set(x_374, 0, x_373); +lean_ctor_set_uint8(x_374, sizeof(void*)*1, x_254); +lean_ctor_set_uint8(x_374, sizeof(void*)*1 + 1, x_364); +x_375 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_375, 0, x_374); +lean_ctor_set(x_375, 1, x_363); +x_4 = x_375; goto _start; } } +} default: { -lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; -lean_dec(x_461); -lean_dec(x_458); -x_592 = lean_ctor_get(x_459, 1); -lean_inc(x_592); -x_593 = lean_ctor_get(x_459, 2); -lean_inc(x_593); -lean_dec(x_459); -x_594 = lean_ctor_get(x_470, 0); -lean_inc(x_594); -x_595 = lean_ctor_get(x_470, 1); -lean_inc(x_595); -lean_dec(x_470); -x_596 = lean_ctor_get(x_2, 1); -lean_inc(x_596); -x_597 = lean_ctor_get(x_3, 3); -lean_inc(x_597); -x_598 = lean_apply_1(x_597, x_594); -x_599 = lean_box(x_456); -x_600 = lean_box(x_457); -x_601 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12___boxed), 11, 10); -lean_closure_set(x_601, 0, x_593); -lean_closure_set(x_601, 1, x_595); -lean_closure_set(x_601, 2, x_592); -lean_closure_set(x_601, 3, x_460); -lean_closure_set(x_601, 4, x_599); -lean_closure_set(x_601, 5, x_600); -lean_closure_set(x_601, 6, x_455); -lean_closure_set(x_601, 7, x_1); -lean_closure_set(x_601, 8, x_2); -lean_closure_set(x_601, 9, x_3); -x_602 = lean_apply_4(x_596, lean_box(0), lean_box(0), x_598, x_601); -return x_602; -} -} -block_469: -{ -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_dec(x_462); -x_463 = lean_ctor_get(x_2, 1); -lean_inc(x_463); -x_464 = lean_ctor_get(x_3, 2); -lean_inc(x_464); -x_465 = lean_box(x_456); -x_466 = lean_box(x_457); -lean_inc(x_463); -x_467 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3___boxed), 10, 9); -lean_closure_set(x_467, 0, x_459); -lean_closure_set(x_467, 1, x_3); -lean_closure_set(x_467, 2, x_465); -lean_closure_set(x_467, 3, x_466); -lean_closure_set(x_467, 4, x_460); -lean_closure_set(x_467, 5, x_455); -lean_closure_set(x_467, 6, x_1); -lean_closure_set(x_467, 7, x_2); -lean_closure_set(x_467, 8, x_463); -x_468 = lean_apply_4(x_463, lean_box(0), lean_box(0), x_464, x_467); -return x_468; +lean_object* x_377; uint8_t x_378; uint8_t 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; +x_377 = lean_ctor_get(x_4, 1); +lean_inc(x_377); +lean_dec(x_4); +x_378 = lean_ctor_get_uint8(x_9, sizeof(void*)*1); +x_379 = lean_ctor_get_uint8(x_9, sizeof(void*)*1 + 1); +lean_dec(x_9); +x_380 = lean_ctor_get(x_10, 1); +lean_inc(x_380); +lean_dec(x_10); +x_381 = lean_ctor_get(x_13, 1); +lean_inc(x_381); +x_382 = lean_ctor_get(x_13, 2); +lean_inc(x_382); +lean_dec(x_13); +x_383 = lean_ctor_get(x_14, 0); +lean_inc(x_383); +x_384 = lean_ctor_get(x_14, 1); +lean_inc(x_384); +lean_dec(x_14); +x_385 = lean_ctor_get(x_2, 1); +lean_inc(x_385); +x_386 = lean_ctor_get(x_3, 3); +lean_inc(x_386); +x_387 = lean_apply_1(x_386, x_383); +x_388 = lean_box(x_378); +x_389 = lean_box(x_379); +x_390 = lean_alloc_closure((void*)(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11___boxed), 11, 10); +lean_closure_set(x_390, 0, x_382); +lean_closure_set(x_390, 1, x_384); +lean_closure_set(x_390, 2, x_381); +lean_closure_set(x_390, 3, x_380); +lean_closure_set(x_390, 4, x_388); +lean_closure_set(x_390, 5, x_389); +lean_closure_set(x_390, 6, x_377); +lean_closure_set(x_390, 7, x_1); +lean_closure_set(x_390, 8, x_2); +lean_closure_set(x_390, 9, x_3); +x_391 = lean_apply_4(x_385, lean_box(0), lean_box(0), x_387, x_390); +return x_391; } } } @@ -4171,74 +3316,62 @@ lean_dec(x_10); return x_13; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { -_start: -{ -uint8_t x_11; uint8_t x_12; lean_object* x_13; -x_11 = lean_unbox(x_3); -lean_dec(x_3); -x_12 = lean_unbox(x_4); -lean_dec(x_4); -x_13 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3(x_1, x_2, x_11, x_12, x_5, x_6, x_7, x_8, x_9, x_10); -return x_13; -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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: -{ -uint8_t x_11; uint8_t x_12; lean_object* x_13; -x_11 = lean_unbox(x_3); -lean_dec(x_3); -x_12 = lean_unbox(x_4); -lean_dec(x_4); -x_13 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4(x_1, x_2, x_11, x_12, x_5, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_10); -return x_13; -} -} -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { _start: { lean_object* x_9; -x_9 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); return x_9; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7(x_1, x_2, x_3, x_4, x_5); +x_6 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5); lean_dec(x_5); return x_6; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { _start: { lean_object* x_8; -x_8 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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, lean_object* x_13) { +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___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) { +_start: +{ +uint8_t x_12; uint8_t x_13; lean_object* x_14; +x_12 = lean_unbox(x_4); +lean_dec(x_4); +x_13 = lean_unbox(x_5); +lean_dec(x_5); +x_14 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__8(x_1, x_2, x_3, x_12, x_13, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_1); +return x_14; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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, lean_object* x_13) { _start: { uint8_t x_14; lean_object* x_15; x_14 = lean_unbox(x_7); lean_dec(x_7); -x_15 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__10(x_1, x_2, x_3, x_4, x_5, x_6, x_14, x_8, x_9, x_10, x_11, x_12, x_13); +x_15 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9(x_1, x_2, x_3, x_4, x_5, x_6, x_14, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_13); lean_dec(x_3); lean_dec(x_2); @@ -4246,18 +3379,18 @@ lean_dec(x_1); return x_15; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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) { +LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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, lean_object* x_13) { _start: { uint8_t x_14; lean_object* x_15; x_14 = lean_unbox(x_8); lean_dec(x_8); -x_15 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14, x_9, x_10, x_11, x_12, x_13); +x_15 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14, x_9, x_10, x_11, x_12, x_13); lean_dec(x_13); return x_15; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__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) { _start: { uint8_t x_12; uint8_t x_13; lean_object* x_14; @@ -4265,7 +3398,7 @@ x_12 = lean_unbox(x_5); lean_dec(x_5); x_13 = lean_unbox(x_6); lean_dec(x_6); -x_14 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__12(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); +x_14 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__11(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); lean_dec(x_11); return x_14; } @@ -5059,342 +4192,609 @@ goto _start; } else { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_2); -if (x_10 == 0) +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_7, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +switch (lean_obj_tag(x_11)) { +case 0: { -lean_object* x_11; lean_object* x_12; uint8_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_68; -x_11 = lean_ctor_get(x_2, 1); -x_12 = lean_ctor_get(x_2, 0); -lean_dec(x_12); -x_13 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); -x_14 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - x_15 = x_6; -} else { - lean_dec_ref(x_6); - x_15 = lean_box(0); +lean_object* x_12; uint8_t x_13; +lean_dec(x_10); +x_12 = lean_ctor_get(x_2, 1); +lean_inc(x_12); +lean_dec(x_2); +x_13 = !lean_is_exclusive(x_6); +if (x_13 == 0) +{ +lean_object* x_14; uint8_t x_15; +x_14 = lean_ctor_get(x_6, 0); +lean_dec(x_14); +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_7, 1); +x_17 = lean_ctor_get(x_7, 0); +lean_dec(x_17); +lean_ctor_set(x_6, 0, x_16); +lean_ctor_set(x_7, 1, x_12); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +goto _start; } -x_16 = lean_ctor_get(x_7, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_7, 1); -lean_inc(x_17); +else +{ +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_dec(x_7); +lean_ctor_set(x_6, 0, x_19); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_6); +lean_ctor_set(x_20, 1, x_12); +x_2 = x_20; +goto _start; +} +} +else +{ +uint8_t x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_22 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_23 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_24 = lean_ctor_get(x_7, 1); +lean_inc(x_24); if (lean_is_exclusive(x_7)) { lean_ctor_release(x_7, 0); lean_ctor_release(x_7, 1); - x_18 = x_7; + x_25 = x_7; } else { lean_dec_ref(x_7); - x_18 = lean_box(0); + x_25 = lean_box(0); +} +x_26 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set_uint8(x_26, sizeof(void*)*1, x_22); +lean_ctor_set_uint8(x_26, sizeof(void*)*1 + 1, x_23); +if (lean_is_scalar(x_25)) { + x_27 = lean_alloc_ctor(1, 2, 0); +} else { + x_27 = x_25; } -x_68 = lean_ctor_get(x_16, 0); -lean_inc(x_68); -switch (lean_obj_tag(x_68)) { -case 0: -{ -lean_object* x_69; -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_15); -x_69 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_69, 0, x_17); -lean_ctor_set_uint8(x_69, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_69, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_69); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_12); +x_2 = x_27; goto _start; } +} case 1: { -lean_dec(x_18); -lean_dec(x_15); -if (x_14 == 0) +uint8_t x_29; +x_29 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (x_29 == 0) { -if (x_13 == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_6); +if (x_30 == 0) { -lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_71 = lean_ctor_get(x_16, 1); -lean_inc(x_71); -lean_dec(x_16); -x_72 = l_Int_toNat(x_71); -lean_dec(x_71); -x_73 = !lean_is_exclusive(x_3); -if (x_73 == 0) +uint8_t x_31; lean_object* x_32; +x_31 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_32 = lean_ctor_get(x_6, 0); +lean_dec(x_32); +if (x_31 == 0) { -lean_object* x_74; lean_object* x_75; uint32_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_74 = lean_ctor_get(x_3, 0); -x_75 = lean_ctor_get(x_3, 1); -lean_dec(x_75); -x_76 = 32; -x_77 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_72); -x_78 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_76, x_72, x_77); -x_79 = lean_string_append(x_74, x_78); -lean_dec(x_78); -lean_ctor_set(x_3, 1, x_72); -lean_ctor_set(x_3, 0, x_79); -x_80 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_80, 0, x_17); -lean_ctor_set_uint8(x_80, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_80, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_80); +lean_object* x_33; uint8_t x_34; +x_33 = lean_ctor_get(x_2, 1); +lean_inc(x_33); +lean_dec(x_2); +x_34 = !lean_is_exclusive(x_7); +if (x_34 == 0) +{ +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_7, 1); +x_36 = lean_ctor_get(x_7, 0); +lean_dec(x_36); +x_37 = lean_ctor_get(x_10, 1); +lean_inc(x_37); +lean_dec(x_10); +x_38 = l_Int_toNat(x_37); +lean_dec(x_37); +x_39 = !lean_is_exclusive(x_3); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; uint32_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_40 = lean_ctor_get(x_3, 0); +x_41 = lean_ctor_get(x_3, 1); +lean_dec(x_41); +x_42 = 32; +x_43 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_38); +x_44 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_42, x_38, x_43); +x_45 = lean_string_append(x_40, x_44); +lean_dec(x_44); +lean_ctor_set(x_3, 1, x_38); +lean_ctor_set(x_3, 0, x_45); +lean_ctor_set(x_6, 0, x_35); +lean_ctor_set(x_7, 1, x_33); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; goto _start; } else { -lean_object* x_82; uint32_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_82 = lean_ctor_get(x_3, 0); -lean_inc(x_82); +lean_object* x_47; uint32_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_47 = lean_ctor_get(x_3, 0); +lean_inc(x_47); lean_dec(x_3); -x_83 = 32; -x_84 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_72); -x_85 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_83, x_72, x_84); -x_86 = lean_string_append(x_82, x_85); -lean_dec(x_85); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_72); -x_88 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_88, 0, x_17); -lean_ctor_set_uint8(x_88, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_88, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_88); -x_3 = x_87; +x_48 = 32; +x_49 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_38); +x_50 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_48, x_38, x_49); +x_51 = lean_string_append(x_47, x_50); +lean_dec(x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_38); +lean_ctor_set(x_6, 0, x_35); +lean_ctor_set(x_7, 1, x_33); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_52; goto _start; } } else { -uint8_t x_90; -lean_dec(x_16); -x_90 = !lean_is_exclusive(x_3); -if (x_90 == 0) -{ -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_91 = lean_ctor_get(x_3, 0); -x_92 = lean_ctor_get(x_3, 1); -x_93 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_94 = lean_string_append(x_91, x_93); -x_95 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_96 = lean_nat_add(x_92, x_95); -lean_dec(x_92); -lean_ctor_set(x_3, 1, x_96); -lean_ctor_set(x_3, 0, x_94); -x_97 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_97, 0, x_17); -lean_ctor_set_uint8(x_97, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_97, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_97); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint32_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_54 = lean_ctor_get(x_7, 1); +lean_inc(x_54); +lean_dec(x_7); +x_55 = lean_ctor_get(x_10, 1); +lean_inc(x_55); +lean_dec(x_10); +x_56 = l_Int_toNat(x_55); +lean_dec(x_55); +x_57 = lean_ctor_get(x_3, 0); +lean_inc(x_57); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_58 = x_3; +} else { + lean_dec_ref(x_3); + x_58 = lean_box(0); +} +x_59 = 32; +x_60 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_56); +x_61 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_59, x_56, x_60); +x_62 = lean_string_append(x_57, x_61); +lean_dec(x_61); +if (lean_is_scalar(x_58)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_58; +} +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_56); +lean_ctor_set(x_6, 0, x_54); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_6); +lean_ctor_set(x_64, 1, x_33); +x_2 = x_64; +x_3 = x_63; goto _start; } +} 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; -x_99 = lean_ctor_get(x_3, 0); -x_100 = lean_ctor_get(x_3, 1); -lean_inc(x_100); -lean_inc(x_99); +lean_object* x_66; uint8_t x_67; +lean_dec(x_10); +x_66 = lean_ctor_get(x_2, 1); +lean_inc(x_66); +lean_dec(x_2); +x_67 = !lean_is_exclusive(x_7); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_68 = lean_ctor_get(x_7, 1); +x_69 = lean_ctor_get(x_7, 0); +lean_dec(x_69); +x_70 = !lean_is_exclusive(x_3); +if (x_70 == 0) +{ +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_71 = lean_ctor_get(x_3, 0); +x_72 = lean_ctor_get(x_3, 1); +x_73 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_74 = lean_string_append(x_71, x_73); +x_75 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; +x_76 = lean_nat_add(x_72, x_75); +lean_dec(x_72); +lean_ctor_set(x_3, 1, x_76); +lean_ctor_set(x_3, 0, x_74); +lean_ctor_set(x_6, 0, x_68); +lean_ctor_set(x_7, 1, x_66); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +goto _start; +} +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; +x_78 = lean_ctor_get(x_3, 0); +x_79 = lean_ctor_get(x_3, 1); +lean_inc(x_79); +lean_inc(x_78); lean_dec(x_3); -x_101 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_102 = lean_string_append(x_99, x_101); -x_103 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_104 = lean_nat_add(x_100, x_103); -lean_dec(x_100); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_102); -lean_ctor_set(x_105, 1, x_104); -x_106 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_106, 0, x_17); -lean_ctor_set_uint8(x_106, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_106, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_106); -x_3 = x_105; +x_80 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_81 = lean_string_append(x_78, x_80); +x_82 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; +x_83 = lean_nat_add(x_79, x_82); +lean_dec(x_79); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_81); +lean_ctor_set(x_84, 1, x_83); +lean_ctor_set(x_6, 0, x_68); +lean_ctor_set(x_7, 1, x_66); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_84; +goto _start; +} +} +else +{ +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; +x_86 = lean_ctor_get(x_7, 1); +lean_inc(x_86); +lean_dec(x_7); +x_87 = lean_ctor_get(x_3, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_3, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_89 = x_3; +} else { + lean_dec_ref(x_3); + x_89 = lean_box(0); +} +x_90 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_91 = lean_string_append(x_87, x_90); +x_92 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; +x_93 = lean_nat_add(x_88, x_92); +lean_dec(x_88); +if (lean_is_scalar(x_89)) { + x_94 = lean_alloc_ctor(0, 2, 0); +} else { + x_94 = x_89; +} +lean_ctor_set(x_94, 0, x_91); +lean_ctor_set(x_94, 1, x_93); +lean_ctor_set(x_6, 0, x_86); +x_95 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_95, 0, x_6); +lean_ctor_set(x_95, 1, x_66); +x_2 = x_95; +x_3 = x_94; goto _start; } } } else { -lean_object* x_108; lean_object* x_109; -lean_free_object(x_2); -x_108 = lean_ctor_get(x_16, 1); -lean_inc(x_108); -lean_dec(x_16); -x_109 = l_Int_toNat(x_108); -lean_dec(x_108); -if (x_13 == 0) +uint8_t x_97; +x_97 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +lean_dec(x_6); +if (x_97 == 0) { -uint8_t x_110; -x_110 = !lean_is_exclusive(x_3); -if (x_110 == 0) -{ -lean_object* x_111; lean_object* x_112; uint32_t 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; lean_object* x_120; -x_111 = lean_ctor_get(x_3, 0); -x_112 = lean_ctor_get(x_3, 1); -lean_dec(x_112); -x_113 = 32; -x_114 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_109); -x_115 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_113, x_109, x_114); -x_116 = lean_string_append(x_111, x_115); -lean_dec(x_115); -lean_ctor_set(x_3, 1, x_109); -lean_ctor_set(x_3, 0, x_116); -x_117 = 1; -x_118 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_117, x_17, x_11, x_1, x_3); -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); -x_2 = x_119; -x_3 = x_120; +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; uint32_t 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; +x_98 = lean_ctor_get(x_2, 1); +lean_inc(x_98); +lean_dec(x_2); +x_99 = lean_ctor_get(x_7, 1); +lean_inc(x_99); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_100 = x_7; +} else { + lean_dec_ref(x_7); + x_100 = lean_box(0); +} +x_101 = lean_ctor_get(x_10, 1); +lean_inc(x_101); +lean_dec(x_10); +x_102 = l_Int_toNat(x_101); +lean_dec(x_101); +x_103 = lean_ctor_get(x_3, 0); +lean_inc(x_103); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_104 = x_3; +} else { + lean_dec_ref(x_3); + x_104 = lean_box(0); +} +x_105 = 32; +x_106 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_102); +x_107 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_105, x_102, x_106); +x_108 = lean_string_append(x_103, x_107); +lean_dec(x_107); +if (lean_is_scalar(x_104)) { + x_109 = lean_alloc_ctor(0, 2, 0); +} else { + x_109 = x_104; +} +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_102); +x_110 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_110, 0, x_99); +lean_ctor_set_uint8(x_110, sizeof(void*)*1, x_97); +lean_ctor_set_uint8(x_110, sizeof(void*)*1 + 1, x_29); +if (lean_is_scalar(x_100)) { + x_111 = lean_alloc_ctor(1, 2, 0); +} else { + x_111 = x_100; +} +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_98); +x_2 = x_111; +x_3 = x_109; goto _start; } else { -lean_object* x_122; uint32_t x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_122 = lean_ctor_get(x_3, 0); -lean_inc(x_122); -lean_dec(x_3); -x_123 = 32; -x_124 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_109); -x_125 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_123, x_109, x_124); -x_126 = lean_string_append(x_122, x_125); -lean_dec(x_125); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_109); -x_128 = 1; -x_129 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_128, x_17, x_11, x_1, x_127); -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -x_2 = x_130; -x_3 = x_131; +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_dec(x_10); +x_113 = lean_ctor_get(x_2, 1); +lean_inc(x_113); +lean_dec(x_2); +x_114 = lean_ctor_get(x_7, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_115 = x_7; +} else { + lean_dec_ref(x_7); + x_115 = lean_box(0); +} +x_116 = lean_ctor_get(x_3, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_3, 1); +lean_inc(x_117); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_118 = x_3; +} else { + lean_dec_ref(x_3); + x_118 = lean_box(0); +} +x_119 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_120 = lean_string_append(x_116, x_119); +x_121 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; +x_122 = lean_nat_add(x_117, x_121); +lean_dec(x_117); +if (lean_is_scalar(x_118)) { + x_123 = lean_alloc_ctor(0, 2, 0); +} else { + x_123 = x_118; +} +lean_ctor_set(x_123, 0, x_120); +lean_ctor_set(x_123, 1, x_122); +x_124 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_124, 0, x_114); +lean_ctor_set_uint8(x_124, sizeof(void*)*1, x_97); +lean_ctor_set_uint8(x_124, sizeof(void*)*1 + 1, x_29); +if (lean_is_scalar(x_115)) { + x_125 = lean_alloc_ctor(1, 2, 0); +} else { + x_125 = x_115; +} +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_113); +x_2 = x_125; +x_3 = x_123; goto _start; } } +} else { -lean_object* x_133; lean_object* x_134; uint8_t x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; -x_133 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_134 = lean_nat_sub(x_1, x_133); -x_135 = 1; -lean_inc(x_11); -lean_inc(x_17); -x_136 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_135, x_17, x_11, x_134, x_3); +lean_object* x_127; uint8_t x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_127 = lean_ctor_get(x_2, 1); +lean_inc(x_127); +lean_dec(x_2); +x_128 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +lean_dec(x_6); +x_129 = lean_ctor_get(x_7, 1); +lean_inc(x_129); +lean_dec(x_7); +x_130 = lean_ctor_get(x_10, 1); +lean_inc(x_130); +lean_dec(x_10); +x_131 = l_Int_toNat(x_130); +lean_dec(x_130); +if (x_128 == 0) +{ +uint8_t x_132; +x_132 = !lean_is_exclusive(x_3); +if (x_132 == 0) +{ +lean_object* x_133; lean_object* x_134; uint32_t 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; +x_133 = lean_ctor_get(x_3, 0); +x_134 = lean_ctor_get(x_3, 1); lean_dec(x_134); -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get_uint8(x_138, sizeof(void*)*1); -lean_dec(x_138); -if (x_139 == 0) -{ -lean_object* x_140; uint8_t x_141; +x_135 = 32; +x_136 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_131); +x_137 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_135, x_131, x_136); +x_138 = lean_string_append(x_133, x_137); lean_dec(x_137); -x_140 = lean_ctor_get(x_136, 1); -lean_inc(x_140); -lean_dec(x_136); -x_141 = !lean_is_exclusive(x_140); -if (x_141 == 0) -{ -lean_object* x_142; lean_object* x_143; uint32_t 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_142 = lean_ctor_get(x_140, 0); -x_143 = lean_ctor_get(x_140, 1); -lean_dec(x_143); -x_144 = 32; -x_145 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_109); -x_146 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_144, x_109, x_145); -x_147 = lean_string_append(x_142, x_146); -lean_dec(x_146); -lean_ctor_set(x_140, 1, x_109); -lean_ctor_set(x_140, 0, x_147); -x_148 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_135, x_17, x_11, x_1, x_140); -x_149 = lean_ctor_get(x_148, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -x_2 = x_149; -x_3 = x_150; +lean_ctor_set(x_3, 1, x_131); +lean_ctor_set(x_3, 0, x_138); +x_139 = 1; +x_140 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_139, x_129, x_127, x_1, x_3); +x_141 = lean_ctor_get(x_140, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_140, 1); +lean_inc(x_142); +lean_dec(x_140); +x_2 = x_141; +x_3 = x_142; goto _start; } else { -lean_object* x_152; uint32_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; -x_152 = lean_ctor_get(x_140, 0); +lean_object* x_144; uint32_t x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; uint8_t x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_144 = lean_ctor_get(x_3, 0); +lean_inc(x_144); +lean_dec(x_3); +x_145 = 32; +x_146 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_131); +x_147 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_145, x_131, x_146); +x_148 = lean_string_append(x_144, x_147); +lean_dec(x_147); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_131); +x_150 = 1; +x_151 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_150, x_129, x_127, x_1, x_149); +x_152 = lean_ctor_get(x_151, 0); lean_inc(x_152); -lean_dec(x_140); -x_153 = 32; -x_154 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_109); -x_155 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_153, x_109, x_154); -x_156 = lean_string_append(x_152, x_155); -lean_dec(x_155); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_109); -x_158 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_135, x_17, x_11, x_1, x_157); -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -lean_dec(x_158); -x_2 = x_159; -x_3 = x_160; +x_153 = lean_ctor_get(x_151, 1); +lean_inc(x_153); +lean_dec(x_151); +x_2 = x_152; +x_3 = x_153; goto _start; } } else { +lean_object* x_155; lean_object* x_156; uint8_t x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; uint8_t x_161; +x_155 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; +x_156 = lean_nat_sub(x_1, x_155); +x_157 = 1; +lean_inc(x_127); +lean_inc(x_129); +x_158 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_157, x_129, x_127, x_156, x_3); +lean_dec(x_156); +x_159 = lean_ctor_get(x_158, 0); +lean_inc(x_159); +x_160 = lean_ctor_get(x_159, 0); +lean_inc(x_160); +x_161 = lean_ctor_get_uint8(x_160, sizeof(void*)*1); +lean_dec(x_160); +if (x_161 == 0) +{ lean_object* x_162; uint8_t x_163; -lean_dec(x_109); -lean_dec(x_17); -lean_dec(x_11); -x_162 = lean_ctor_get(x_136, 1); +lean_dec(x_159); +x_162 = lean_ctor_get(x_158, 1); lean_inc(x_162); -lean_dec(x_136); +lean_dec(x_158); x_163 = !lean_is_exclusive(x_162); if (x_163 == 0) { -lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +lean_object* x_164; lean_object* x_165; uint32_t 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; x_164 = lean_ctor_get(x_162, 0); x_165 = lean_ctor_get(x_162, 1); -x_166 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_167 = lean_string_append(x_164, x_166); -x_168 = lean_nat_add(x_165, x_133); lean_dec(x_165); -lean_ctor_set(x_162, 1, x_168); -lean_ctor_set(x_162, 0, x_167); -x_2 = x_137; -x_3 = x_162; +x_166 = 32; +x_167 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_131); +x_168 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_166, x_131, x_167); +x_169 = lean_string_append(x_164, x_168); +lean_dec(x_168); +lean_ctor_set(x_162, 1, x_131); +lean_ctor_set(x_162, 0, x_169); +x_170 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_157, x_129, x_127, x_1, x_162); +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_170, 1); +lean_inc(x_172); +lean_dec(x_170); +x_2 = x_171; +x_3 = x_172; goto _start; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; -x_170 = lean_ctor_get(x_162, 0); -x_171 = lean_ctor_get(x_162, 1); -lean_inc(x_171); -lean_inc(x_170); +lean_object* x_174; uint32_t 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; +x_174 = lean_ctor_get(x_162, 0); +lean_inc(x_174); lean_dec(x_162); -x_172 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_173 = lean_string_append(x_170, x_172); -x_174 = lean_nat_add(x_171, x_133); -lean_dec(x_171); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_173); -lean_ctor_set(x_175, 1, x_174); -x_2 = x_137; -x_3 = x_175; +x_175 = 32; +x_176 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_131); +x_177 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_175, x_131, x_176); +x_178 = lean_string_append(x_174, x_177); +lean_dec(x_177); +x_179 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_179, 0, x_178); +lean_ctor_set(x_179, 1, x_131); +x_180 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_157, x_129, x_127, x_1, x_179); +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_2 = x_181; +x_3 = x_182; +goto _start; +} +} +else +{ +lean_object* x_184; uint8_t x_185; +lean_dec(x_131); +lean_dec(x_129); +lean_dec(x_127); +x_184 = lean_ctor_get(x_158, 1); +lean_inc(x_184); +lean_dec(x_158); +x_185 = !lean_is_exclusive(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; +x_186 = lean_ctor_get(x_184, 0); +x_187 = lean_ctor_get(x_184, 1); +x_188 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_189 = lean_string_append(x_186, x_188); +x_190 = lean_nat_add(x_187, x_155); +lean_dec(x_187); +lean_ctor_set(x_184, 1, x_190); +lean_ctor_set(x_184, 0, x_189); +x_2 = x_159; +x_3 = x_184; +goto _start; +} +else +{ +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_192 = lean_ctor_get(x_184, 0); +x_193 = lean_ctor_get(x_184, 1); +lean_inc(x_193); +lean_inc(x_192); +lean_dec(x_184); +x_194 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2; +x_195 = lean_string_append(x_192, x_194); +x_196 = lean_nat_add(x_193, x_155); +lean_dec(x_193); +x_197 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +x_2 = x_159; +x_3 = x_197; goto _start; } } @@ -5403,1744 +4803,2186 @@ goto _start; } case 2: { -if (x_13 == 0) +lean_object* x_199; uint8_t x_200; uint8_t x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; uint8_t x_206; uint8_t x_207; +x_199 = lean_ctor_get(x_2, 1); +lean_inc(x_199); +lean_dec(x_2); +x_200 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_201 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_202 = x_6; +} else { + lean_dec_ref(x_6); + x_202 = lean_box(0); +} +x_203 = lean_ctor_get(x_7, 1); +lean_inc(x_203); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_204 = x_7; +} else { + lean_dec_ref(x_7); + x_204 = lean_box(0); +} +x_205 = lean_ctor_get(x_10, 1); +lean_inc(x_205); +lean_dec(x_10); +x_206 = lean_ctor_get_uint8(x_11, 0); +lean_dec(x_11); +if (x_200 == 0) { -lean_object* x_177; -lean_dec(x_68); -lean_free_object(x_2); -x_177 = lean_box(0); -x_19 = x_177; -goto block_67; +uint8_t x_258; +x_258 = 0; +x_207 = x_258; +goto block_257; } else { -uint8_t x_178; -x_178 = lean_ctor_get_uint8(x_68, 0); -lean_dec(x_68); -if (x_178 == 0) +if (x_206 == 0) { -lean_object* x_179; -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_15); -x_179 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_179, 0, x_17); -lean_ctor_set_uint8(x_179, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_179, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_179); -goto _start; +uint8_t x_259; +x_259 = 1; +x_207 = x_259; +goto block_257; } else { -lean_object* x_181; -lean_free_object(x_2); -x_181 = lean_box(0); -x_19 = x_181; -goto block_67; +uint8_t x_260; +x_260 = 0; +x_207 = x_260; +goto block_257; } } -} -case 3: +block_257: { -uint8_t x_182; -lean_dec(x_18); -lean_dec(x_15); -x_182 = !lean_is_exclusive(x_16); -if (x_182 == 0) +if (x_207 == 0) { -lean_object* x_183; lean_object* x_184; lean_object* x_185; uint8_t x_186; -x_183 = lean_ctor_get(x_16, 1); -x_184 = lean_ctor_get(x_16, 2); -x_185 = lean_ctor_get(x_16, 0); -lean_dec(x_185); -x_186 = !lean_is_exclusive(x_68); -if (x_186 == 0) +lean_object* x_208; lean_object* x_209; uint8_t x_210; +x_208 = lean_ctor_get(x_3, 1); +lean_inc(x_208); +x_209 = lean_nat_to_int(x_208); +x_210 = lean_int_dec_lt(x_209, x_205); +if (x_210 == 0) { -lean_object* x_187; uint32_t x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; uint8_t x_192; -x_187 = lean_ctor_get(x_68, 0); -x_188 = 10; -x_189 = lean_string_utf8_byte_size(x_187); -x_190 = lean_unsigned_to_nat(0u); -x_191 = l_String_posOfAux(x_187, x_188, x_189, x_190); -x_192 = lean_nat_dec_eq(x_191, x_189); -if (x_192 == 0) -{ -lean_object* x_193; uint8_t x_194; -x_193 = lean_string_utf8_extract(x_187, x_190, x_191); -x_194 = !lean_is_exclusive(x_3); -if (x_194 == 0) -{ -lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; uint32_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; -x_195 = lean_ctor_get(x_3, 0); -x_196 = lean_ctor_get(x_3, 1); -lean_dec(x_196); -x_197 = lean_string_append(x_195, x_193); -lean_dec(x_193); -x_198 = l_Int_toNat(x_183); -x_199 = 32; -x_200 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_198); -x_201 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_199, x_198, x_200); -x_202 = lean_string_append(x_197, x_201); -lean_dec(x_201); -lean_ctor_set(x_3, 1, x_198); -lean_ctor_set(x_3, 0, x_202); -x_203 = lean_string_utf8_next(x_187, x_191); -lean_dec(x_191); -x_204 = lean_string_utf8_extract(x_187, x_203, x_189); -lean_dec(x_189); -lean_dec(x_203); -lean_dec(x_187); -lean_ctor_set(x_68, 0, x_204); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_205 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_14, x_2, x_11, x_1, x_3); -x_206 = lean_ctor_get(x_205, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_205, 1); -lean_inc(x_207); +lean_object* x_211; uint8_t x_212; +lean_dec(x_209); +x_211 = l_Int_toNat(x_205); lean_dec(x_205); -x_2 = x_206; -x_3 = x_207; -goto _start; -} -else +x_212 = !lean_is_exclusive(x_3); +if (x_212 == 0) { -lean_object* x_209; lean_object* x_210; lean_object* x_211; uint32_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; -x_209 = lean_ctor_get(x_3, 0); -lean_inc(x_209); -lean_dec(x_3); -x_210 = lean_string_append(x_209, x_193); -lean_dec(x_193); -x_211 = l_Int_toNat(x_183); -x_212 = 32; -x_213 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_211); -x_214 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_212, x_211, x_213); -x_215 = lean_string_append(x_210, x_214); +lean_object* x_213; lean_object* x_214; uint32_t x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; +x_213 = lean_ctor_get(x_3, 0); +x_214 = lean_ctor_get(x_3, 1); lean_dec(x_214); -x_216 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_211); -x_217 = lean_string_utf8_next(x_187, x_191); -lean_dec(x_191); -x_218 = lean_string_utf8_extract(x_187, x_217, x_189); -lean_dec(x_189); +x_215 = 32; +x_216 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_211); +x_217 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_215, x_211, x_216); +x_218 = lean_string_append(x_213, x_217); lean_dec(x_217); -lean_dec(x_187); -lean_ctor_set(x_68, 0, x_218); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_219 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_14, x_2, x_11, x_1, x_216); -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); +lean_ctor_set(x_3, 1, x_211); +lean_ctor_set(x_3, 0, x_218); +if (lean_is_scalar(x_202)) { + x_219 = lean_alloc_ctor(0, 1, 2); +} else { + x_219 = x_202; +} +lean_ctor_set(x_219, 0, x_203); +lean_ctor_set_uint8(x_219, sizeof(void*)*1, x_200); +lean_ctor_set_uint8(x_219, sizeof(void*)*1 + 1, x_201); +if (lean_is_scalar(x_204)) { + x_220 = lean_alloc_ctor(1, 2, 0); +} else { + x_220 = x_204; +} +lean_ctor_set(x_220, 0, x_219); +lean_ctor_set(x_220, 1, x_199); x_2 = x_220; -x_3 = x_221; goto _start; } -} else { -uint8_t x_223; -lean_dec(x_191); -lean_dec(x_189); -lean_free_object(x_68); -lean_free_object(x_16); -lean_dec(x_184); -lean_dec(x_183); -x_223 = !lean_is_exclusive(x_3); -if (x_223 == 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; -x_224 = lean_ctor_get(x_3, 0); -x_225 = lean_ctor_get(x_3, 1); -x_226 = lean_string_append(x_224, x_187); -x_227 = lean_string_length(x_187); -lean_dec(x_187); -x_228 = lean_nat_add(x_225, x_227); -lean_dec(x_227); +lean_object* x_222; uint32_t x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; +x_222 = lean_ctor_get(x_3, 0); +lean_inc(x_222); +lean_dec(x_3); +x_223 = 32; +x_224 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_211); +x_225 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_223, x_211, x_224); +x_226 = lean_string_append(x_222, x_225); lean_dec(x_225); -lean_ctor_set(x_3, 1, x_228); -lean_ctor_set(x_3, 0, x_226); -x_229 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_229, 0, x_17); -lean_ctor_set_uint8(x_229, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_229, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_229); +x_227 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_227, 0, x_226); +lean_ctor_set(x_227, 1, x_211); +if (lean_is_scalar(x_202)) { + x_228 = lean_alloc_ctor(0, 1, 2); +} else { + x_228 = x_202; +} +lean_ctor_set(x_228, 0, x_203); +lean_ctor_set_uint8(x_228, sizeof(void*)*1, x_200); +lean_ctor_set_uint8(x_228, sizeof(void*)*1 + 1, x_201); +if (lean_is_scalar(x_204)) { + x_229 = lean_alloc_ctor(1, 2, 0); +} else { + x_229 = x_204; +} +lean_ctor_set(x_229, 0, x_228); +lean_ctor_set(x_229, 1, x_199); +x_2 = x_229; +x_3 = x_227; goto _start; } +} 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; -x_231 = lean_ctor_get(x_3, 0); -x_232 = lean_ctor_get(x_3, 1); -lean_inc(x_232); -lean_inc(x_231); -lean_dec(x_3); -x_233 = lean_string_append(x_231, x_187); -x_234 = lean_string_length(x_187); -lean_dec(x_187); -x_235 = lean_nat_add(x_232, x_234); -lean_dec(x_234); +uint32_t x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; uint8_t x_236; +x_231 = 32; +x_232 = lean_int_sub(x_205, x_209); +lean_dec(x_209); +lean_dec(x_205); +x_233 = l_Int_toNat(x_232); lean_dec(x_232); -x_236 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_236, 0, x_233); -lean_ctor_set(x_236, 1, x_235); -x_237 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_237, 0, x_17); -lean_ctor_set_uint8(x_237, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_237, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_237); -x_3 = x_236; -goto _start; +x_234 = l_Std_Format_isEmpty___closed__1; +x_235 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_231, x_233, x_234); +x_236 = !lean_is_exclusive(x_3); +if (x_236 == 0) +{ +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; +x_237 = lean_ctor_get(x_3, 0); +x_238 = lean_ctor_get(x_3, 1); +x_239 = lean_string_append(x_237, x_235); +x_240 = lean_string_length(x_235); +lean_dec(x_235); +x_241 = lean_nat_add(x_238, x_240); +lean_dec(x_240); +lean_dec(x_238); +lean_ctor_set(x_3, 1, x_241); +lean_ctor_set(x_3, 0, x_239); +if (lean_is_scalar(x_202)) { + x_242 = lean_alloc_ctor(0, 1, 2); +} else { + x_242 = x_202; } +lean_ctor_set(x_242, 0, x_203); +lean_ctor_set_uint8(x_242, sizeof(void*)*1, x_200); +lean_ctor_set_uint8(x_242, sizeof(void*)*1 + 1, x_201); +if (lean_is_scalar(x_204)) { + x_243 = lean_alloc_ctor(1, 2, 0); +} else { + x_243 = x_204; } +lean_ctor_set(x_243, 0, x_242); +lean_ctor_set(x_243, 1, x_199); +x_2 = x_243; +goto _start; } else { -lean_object* x_239; uint32_t x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; uint8_t x_244; -x_239 = lean_ctor_get(x_68, 0); -lean_inc(x_239); -lean_dec(x_68); -x_240 = 10; -x_241 = lean_string_utf8_byte_size(x_239); -x_242 = lean_unsigned_to_nat(0u); -x_243 = l_String_posOfAux(x_239, x_240, x_241, x_242); -x_244 = lean_nat_dec_eq(x_243, x_241); -if (x_244 == 0) -{ -lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; uint32_t 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; -x_245 = lean_string_utf8_extract(x_239, x_242, x_243); -x_246 = lean_ctor_get(x_3, 0); +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; +x_245 = lean_ctor_get(x_3, 0); +x_246 = lean_ctor_get(x_3, 1); lean_inc(x_246); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_247 = x_3; +lean_inc(x_245); +lean_dec(x_3); +x_247 = lean_string_append(x_245, x_235); +x_248 = lean_string_length(x_235); +lean_dec(x_235); +x_249 = lean_nat_add(x_246, x_248); +lean_dec(x_248); +lean_dec(x_246); +x_250 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_250, 0, x_247); +lean_ctor_set(x_250, 1, x_249); +if (lean_is_scalar(x_202)) { + x_251 = lean_alloc_ctor(0, 1, 2); } else { - lean_dec_ref(x_3); - x_247 = lean_box(0); -} -x_248 = lean_string_append(x_246, x_245); -lean_dec(x_245); -x_249 = l_Int_toNat(x_183); -x_250 = 32; -x_251 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_249); -x_252 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_250, x_249, x_251); -x_253 = lean_string_append(x_248, x_252); -lean_dec(x_252); -if (lean_is_scalar(x_247)) { - x_254 = lean_alloc_ctor(0, 2, 0); -} else { - x_254 = x_247; -} -lean_ctor_set(x_254, 0, x_253); -lean_ctor_set(x_254, 1, x_249); -x_255 = lean_string_utf8_next(x_239, x_243); -lean_dec(x_243); -x_256 = lean_string_utf8_extract(x_239, x_255, x_241); -lean_dec(x_241); -lean_dec(x_255); -lean_dec(x_239); -x_257 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_257, 0, x_256); -lean_ctor_set(x_16, 0, x_257); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_258 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_14, x_2, x_11, x_1, x_254); -x_259 = lean_ctor_get(x_258, 0); -lean_inc(x_259); -x_260 = lean_ctor_get(x_258, 1); -lean_inc(x_260); -lean_dec(x_258); -x_2 = x_259; -x_3 = x_260; -goto _start; + x_251 = x_202; +} +lean_ctor_set(x_251, 0, x_203); +lean_ctor_set_uint8(x_251, sizeof(void*)*1, x_200); +lean_ctor_set_uint8(x_251, sizeof(void*)*1 + 1, x_201); +if (lean_is_scalar(x_204)) { + x_252 = lean_alloc_ctor(1, 2, 0); +} else { + x_252 = x_204; +} +lean_ctor_set(x_252, 0, x_251); +lean_ctor_set(x_252, 1, x_199); +x_2 = x_252; +x_3 = x_250; +goto _start; +} +} } else { -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_dec(x_243); -lean_dec(x_241); -lean_free_object(x_16); -lean_dec(x_184); -lean_dec(x_183); -x_262 = lean_ctor_get(x_3, 0); -lean_inc(x_262); -x_263 = lean_ctor_get(x_3, 1); -lean_inc(x_263); +lean_object* x_254; lean_object* x_255; +lean_dec(x_205); +if (lean_is_scalar(x_202)) { + x_254 = lean_alloc_ctor(0, 1, 2); +} else { + x_254 = x_202; +} +lean_ctor_set(x_254, 0, x_203); +lean_ctor_set_uint8(x_254, sizeof(void*)*1, x_200); +lean_ctor_set_uint8(x_254, sizeof(void*)*1 + 1, x_201); +if (lean_is_scalar(x_204)) { + x_255 = lean_alloc_ctor(1, 2, 0); +} else { + x_255 = x_204; +} +lean_ctor_set(x_255, 0, x_254); +lean_ctor_set(x_255, 1, x_199); +x_2 = x_255; +goto _start; +} +} +} +case 3: +{ +lean_object* x_261; uint8_t x_262; +x_261 = lean_ctor_get(x_2, 1); +lean_inc(x_261); +lean_dec(x_2); +x_262 = !lean_is_exclusive(x_6); +if (x_262 == 0) +{ +uint8_t x_263; lean_object* x_264; uint8_t x_265; +x_263 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +x_264 = lean_ctor_get(x_6, 0); +lean_dec(x_264); +x_265 = !lean_is_exclusive(x_7); +if (x_265 == 0) +{ +lean_object* x_266; lean_object* x_267; uint8_t x_268; +x_266 = lean_ctor_get(x_7, 1); +x_267 = lean_ctor_get(x_7, 0); +lean_dec(x_267); +x_268 = !lean_is_exclusive(x_10); +if (x_268 == 0) +{ +lean_object* x_269; lean_object* x_270; lean_object* x_271; uint8_t x_272; +x_269 = lean_ctor_get(x_10, 1); +x_270 = lean_ctor_get(x_10, 2); +x_271 = lean_ctor_get(x_10, 0); +lean_dec(x_271); +x_272 = !lean_is_exclusive(x_11); +if (x_272 == 0) +{ +lean_object* x_273; uint32_t x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; uint8_t x_278; +x_273 = lean_ctor_get(x_11, 0); +x_274 = 10; +x_275 = lean_string_utf8_byte_size(x_273); +x_276 = lean_unsigned_to_nat(0u); +x_277 = l_String_posOfAux(x_273, x_274, x_275, x_276); +x_278 = lean_nat_dec_eq(x_277, x_275); +if (x_278 == 0) +{ +lean_object* x_279; uint8_t x_280; +lean_free_object(x_6); +x_279 = lean_string_utf8_extract(x_273, x_276, x_277); +x_280 = !lean_is_exclusive(x_3); +if (x_280 == 0) +{ +lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; uint32_t 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; +x_281 = lean_ctor_get(x_3, 0); +x_282 = lean_ctor_get(x_3, 1); +lean_dec(x_282); +x_283 = lean_string_append(x_281, x_279); +lean_dec(x_279); +x_284 = l_Int_toNat(x_269); +x_285 = 32; +x_286 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_284); +x_287 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_285, x_284, x_286); +x_288 = lean_string_append(x_283, x_287); +lean_dec(x_287); +lean_ctor_set(x_3, 1, x_284); +lean_ctor_set(x_3, 0, x_288); +x_289 = lean_string_utf8_next(x_273, x_277); +lean_dec(x_277); +x_290 = lean_string_utf8_extract(x_273, x_289, x_275); +lean_dec(x_275); +lean_dec(x_289); +lean_dec(x_273); +lean_ctor_set(x_11, 0, x_290); +x_291 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_263, x_7, x_261, x_1, x_3); +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_2 = x_292; +x_3 = x_293; +goto _start; +} +else +{ +lean_object* x_295; lean_object* x_296; lean_object* x_297; uint32_t 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; +x_295 = lean_ctor_get(x_3, 0); +lean_inc(x_295); +lean_dec(x_3); +x_296 = lean_string_append(x_295, x_279); +lean_dec(x_279); +x_297 = l_Int_toNat(x_269); +x_298 = 32; +x_299 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_297); +x_300 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_298, x_297, x_299); +x_301 = lean_string_append(x_296, x_300); +lean_dec(x_300); +x_302 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_302, 0, x_301); +lean_ctor_set(x_302, 1, x_297); +x_303 = lean_string_utf8_next(x_273, x_277); +lean_dec(x_277); +x_304 = lean_string_utf8_extract(x_273, x_303, x_275); +lean_dec(x_275); +lean_dec(x_303); +lean_dec(x_273); +lean_ctor_set(x_11, 0, x_304); +x_305 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_263, x_7, x_261, x_1, x_302); +x_306 = lean_ctor_get(x_305, 0); +lean_inc(x_306); +x_307 = lean_ctor_get(x_305, 1); +lean_inc(x_307); +lean_dec(x_305); +x_2 = x_306; +x_3 = x_307; +goto _start; +} +} +else +{ +uint8_t x_309; +lean_dec(x_277); +lean_dec(x_275); +lean_free_object(x_11); +lean_free_object(x_10); +lean_dec(x_270); +lean_dec(x_269); +x_309 = !lean_is_exclusive(x_3); +if (x_309 == 0) +{ +lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_310 = lean_ctor_get(x_3, 0); +x_311 = lean_ctor_get(x_3, 1); +x_312 = lean_string_append(x_310, x_273); +x_313 = lean_string_length(x_273); +lean_dec(x_273); +x_314 = lean_nat_add(x_311, x_313); +lean_dec(x_313); +lean_dec(x_311); +lean_ctor_set(x_3, 1, x_314); +lean_ctor_set(x_3, 0, x_312); +lean_ctor_set(x_6, 0, x_266); +lean_ctor_set(x_7, 1, x_261); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +goto _start; +} +else +{ +lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; +x_316 = lean_ctor_get(x_3, 0); +x_317 = lean_ctor_get(x_3, 1); +lean_inc(x_317); +lean_inc(x_316); +lean_dec(x_3); +x_318 = lean_string_append(x_316, x_273); +x_319 = lean_string_length(x_273); +lean_dec(x_273); +x_320 = lean_nat_add(x_317, x_319); +lean_dec(x_319); +lean_dec(x_317); +x_321 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_321, 0, x_318); +lean_ctor_set(x_321, 1, x_320); +lean_ctor_set(x_6, 0, x_266); +lean_ctor_set(x_7, 1, x_261); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_321; +goto _start; +} +} +} +else +{ +lean_object* x_323; uint32_t x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; uint8_t x_328; +x_323 = lean_ctor_get(x_11, 0); +lean_inc(x_323); +lean_dec(x_11); +x_324 = 10; +x_325 = lean_string_utf8_byte_size(x_323); +x_326 = lean_unsigned_to_nat(0u); +x_327 = l_String_posOfAux(x_323, x_324, x_325, x_326); +x_328 = lean_nat_dec_eq(x_327, x_325); +if (x_328 == 0) +{ +lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; uint32_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; lean_object* x_344; +lean_free_object(x_6); +x_329 = lean_string_utf8_extract(x_323, x_326, x_327); +x_330 = lean_ctor_get(x_3, 0); +lean_inc(x_330); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); - x_264 = x_3; + x_331 = x_3; } else { lean_dec_ref(x_3); - x_264 = lean_box(0); + x_331 = lean_box(0); +} +x_332 = lean_string_append(x_330, x_329); +lean_dec(x_329); +x_333 = l_Int_toNat(x_269); +x_334 = 32; +x_335 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_333); +x_336 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_334, x_333, x_335); +x_337 = lean_string_append(x_332, x_336); +lean_dec(x_336); +if (lean_is_scalar(x_331)) { + x_338 = lean_alloc_ctor(0, 2, 0); +} else { + x_338 = x_331; +} +lean_ctor_set(x_338, 0, x_337); +lean_ctor_set(x_338, 1, x_333); +x_339 = lean_string_utf8_next(x_323, x_327); +lean_dec(x_327); +x_340 = lean_string_utf8_extract(x_323, x_339, x_325); +lean_dec(x_325); +lean_dec(x_339); +lean_dec(x_323); +x_341 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_341, 0, x_340); +lean_ctor_set(x_10, 0, x_341); +x_342 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_263, x_7, x_261, x_1, x_338); +x_343 = lean_ctor_get(x_342, 0); +lean_inc(x_343); +x_344 = lean_ctor_get(x_342, 1); +lean_inc(x_344); +lean_dec(x_342); +x_2 = x_343; +x_3 = x_344; +goto _start; } -x_265 = lean_string_append(x_262, x_239); -x_266 = lean_string_length(x_239); -lean_dec(x_239); -x_267 = lean_nat_add(x_263, x_266); -lean_dec(x_266); -lean_dec(x_263); -if (lean_is_scalar(x_264)) { - x_268 = lean_alloc_ctor(0, 2, 0); -} else { - x_268 = x_264; -} -lean_ctor_set(x_268, 0, x_265); -lean_ctor_set(x_268, 1, x_267); -x_269 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_269, 0, x_17); -lean_ctor_set_uint8(x_269, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_269, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_269); -x_3 = x_268; +else +{ +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_dec(x_327); +lean_dec(x_325); +lean_free_object(x_10); +lean_dec(x_270); +lean_dec(x_269); +x_346 = lean_ctor_get(x_3, 0); +lean_inc(x_346); +x_347 = lean_ctor_get(x_3, 1); +lean_inc(x_347); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_348 = x_3; +} else { + lean_dec_ref(x_3); + x_348 = lean_box(0); +} +x_349 = lean_string_append(x_346, x_323); +x_350 = lean_string_length(x_323); +lean_dec(x_323); +x_351 = lean_nat_add(x_347, x_350); +lean_dec(x_350); +lean_dec(x_347); +if (lean_is_scalar(x_348)) { + x_352 = lean_alloc_ctor(0, 2, 0); +} else { + x_352 = x_348; +} +lean_ctor_set(x_352, 0, x_349); +lean_ctor_set(x_352, 1, x_351); +lean_ctor_set(x_6, 0, x_266); +lean_ctor_set(x_7, 1, x_261); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_352; goto _start; } } } else { -lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; uint32_t x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; uint8_t x_279; -x_271 = lean_ctor_get(x_16, 1); -x_272 = lean_ctor_get(x_16, 2); -lean_inc(x_272); -lean_inc(x_271); -lean_dec(x_16); -x_273 = lean_ctor_get(x_68, 0); -lean_inc(x_273); -if (lean_is_exclusive(x_68)) { - lean_ctor_release(x_68, 0); - x_274 = x_68; -} else { - lean_dec_ref(x_68); - x_274 = lean_box(0); -} -x_275 = 10; -x_276 = lean_string_utf8_byte_size(x_273); -x_277 = lean_unsigned_to_nat(0u); -x_278 = l_String_posOfAux(x_273, x_275, x_276, x_277); -x_279 = lean_nat_dec_eq(x_278, x_276); -if (x_279 == 0) -{ -lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; uint32_t 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; -x_280 = lean_string_utf8_extract(x_273, x_277, x_278); -x_281 = lean_ctor_get(x_3, 0); -lean_inc(x_281); +lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; uint32_t x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; uint8_t x_362; +x_354 = lean_ctor_get(x_10, 1); +x_355 = lean_ctor_get(x_10, 2); +lean_inc(x_355); +lean_inc(x_354); +lean_dec(x_10); +x_356 = lean_ctor_get(x_11, 0); +lean_inc(x_356); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + x_357 = x_11; +} else { + lean_dec_ref(x_11); + x_357 = lean_box(0); +} +x_358 = 10; +x_359 = lean_string_utf8_byte_size(x_356); +x_360 = lean_unsigned_to_nat(0u); +x_361 = l_String_posOfAux(x_356, x_358, x_359, x_360); +x_362 = lean_nat_dec_eq(x_361, x_359); +if (x_362 == 0) +{ +lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; uint32_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; lean_object* x_378; lean_object* x_379; +lean_free_object(x_6); +x_363 = lean_string_utf8_extract(x_356, x_360, x_361); +x_364 = lean_ctor_get(x_3, 0); +lean_inc(x_364); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); - x_282 = x_3; + x_365 = x_3; } else { lean_dec_ref(x_3); - x_282 = lean_box(0); + x_365 = lean_box(0); +} +x_366 = lean_string_append(x_364, x_363); +lean_dec(x_363); +x_367 = l_Int_toNat(x_354); +x_368 = 32; +x_369 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_367); +x_370 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_368, x_367, x_369); +x_371 = lean_string_append(x_366, x_370); +lean_dec(x_370); +if (lean_is_scalar(x_365)) { + x_372 = lean_alloc_ctor(0, 2, 0); +} else { + x_372 = x_365; +} +lean_ctor_set(x_372, 0, x_371); +lean_ctor_set(x_372, 1, x_367); +x_373 = lean_string_utf8_next(x_356, x_361); +lean_dec(x_361); +x_374 = lean_string_utf8_extract(x_356, x_373, x_359); +lean_dec(x_359); +lean_dec(x_373); +lean_dec(x_356); +if (lean_is_scalar(x_357)) { + x_375 = lean_alloc_ctor(3, 1, 0); +} else { + x_375 = x_357; } -x_283 = lean_string_append(x_281, x_280); -lean_dec(x_280); -x_284 = l_Int_toNat(x_271); -x_285 = 32; -x_286 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_284); -x_287 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_285, x_284, x_286); -x_288 = lean_string_append(x_283, x_287); -lean_dec(x_287); -if (lean_is_scalar(x_282)) { - x_289 = lean_alloc_ctor(0, 2, 0); -} else { - x_289 = x_282; -} -lean_ctor_set(x_289, 0, x_288); -lean_ctor_set(x_289, 1, x_284); -x_290 = lean_string_utf8_next(x_273, x_278); -lean_dec(x_278); -x_291 = lean_string_utf8_extract(x_273, x_290, x_276); -lean_dec(x_276); -lean_dec(x_290); -lean_dec(x_273); -if (lean_is_scalar(x_274)) { - x_292 = lean_alloc_ctor(3, 1, 0); -} else { - x_292 = x_274; -} -lean_ctor_set(x_292, 0, x_291); -x_293 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_293, 0, x_292); -lean_ctor_set(x_293, 1, x_271); -lean_ctor_set(x_293, 2, x_272); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_293); -x_294 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_14, x_2, x_11, x_1, x_289); -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_2 = x_295; -x_3 = x_296; +lean_ctor_set(x_375, 0, x_374); +x_376 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_376, 0, x_375); +lean_ctor_set(x_376, 1, x_354); +lean_ctor_set(x_376, 2, x_355); +lean_ctor_set(x_7, 0, x_376); +x_377 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_263, x_7, x_261, x_1, x_372); +x_378 = lean_ctor_get(x_377, 0); +lean_inc(x_378); +x_379 = lean_ctor_get(x_377, 1); +lean_inc(x_379); +lean_dec(x_377); +x_2 = x_378; +x_3 = x_379; goto _start; } else { -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_dec(x_278); -lean_dec(x_276); -lean_dec(x_274); -lean_dec(x_272); -lean_dec(x_271); -x_298 = lean_ctor_get(x_3, 0); -lean_inc(x_298); -x_299 = lean_ctor_get(x_3, 1); -lean_inc(x_299); +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_dec(x_361); +lean_dec(x_359); +lean_dec(x_357); +lean_dec(x_355); +lean_dec(x_354); +x_381 = lean_ctor_get(x_3, 0); +lean_inc(x_381); +x_382 = lean_ctor_get(x_3, 1); +lean_inc(x_382); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); - x_300 = x_3; + x_383 = x_3; } else { lean_dec_ref(x_3); - x_300 = lean_box(0); + x_383 = lean_box(0); } -x_301 = lean_string_append(x_298, x_273); -x_302 = lean_string_length(x_273); -lean_dec(x_273); -x_303 = lean_nat_add(x_299, x_302); -lean_dec(x_302); -lean_dec(x_299); -if (lean_is_scalar(x_300)) { - x_304 = lean_alloc_ctor(0, 2, 0); -} else { - x_304 = x_300; -} -lean_ctor_set(x_304, 0, x_301); -lean_ctor_set(x_304, 1, x_303); -x_305 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_305, 0, x_17); -lean_ctor_set_uint8(x_305, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_305, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_305); -x_3 = x_304; +x_384 = lean_string_append(x_381, x_356); +x_385 = lean_string_length(x_356); +lean_dec(x_356); +x_386 = lean_nat_add(x_382, x_385); +lean_dec(x_385); +lean_dec(x_382); +if (lean_is_scalar(x_383)) { + x_387 = lean_alloc_ctor(0, 2, 0); +} else { + x_387 = x_383; +} +lean_ctor_set(x_387, 0, x_384); +lean_ctor_set(x_387, 1, x_386); +lean_ctor_set(x_6, 0, x_266); +lean_ctor_set(x_7, 1, x_261); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_387; goto _start; } } } -case 4: +else { -uint8_t x_307; -lean_dec(x_18); -lean_dec(x_15); -x_307 = !lean_is_exclusive(x_16); -if (x_307 == 0) -{ -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; -x_308 = lean_ctor_get(x_16, 1); -x_309 = lean_ctor_get(x_16, 0); -lean_dec(x_309); -x_310 = lean_ctor_get(x_68, 0); -lean_inc(x_310); -x_311 = lean_ctor_get(x_68, 1); -lean_inc(x_311); -lean_dec(x_68); -x_312 = lean_int_add(x_308, x_310); -lean_dec(x_310); -lean_dec(x_308); -lean_ctor_set(x_16, 1, x_312); -lean_ctor_set(x_16, 0, x_311); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_313 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_313, 0, x_2); -lean_ctor_set_uint8(x_313, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_313, sizeof(void*)*1 + 1, x_14); -x_314 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_314, 0, x_313); -lean_ctor_set(x_314, 1, x_11); -x_2 = x_314; +lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; uint32_t x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; uint8_t x_399; +x_389 = lean_ctor_get(x_7, 1); +lean_inc(x_389); +lean_dec(x_7); +x_390 = lean_ctor_get(x_10, 1); +lean_inc(x_390); +x_391 = lean_ctor_get(x_10, 2); +lean_inc(x_391); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_392 = x_10; +} else { + lean_dec_ref(x_10); + x_392 = lean_box(0); +} +x_393 = lean_ctor_get(x_11, 0); +lean_inc(x_393); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + x_394 = x_11; +} else { + lean_dec_ref(x_11); + x_394 = lean_box(0); +} +x_395 = 10; +x_396 = lean_string_utf8_byte_size(x_393); +x_397 = lean_unsigned_to_nat(0u); +x_398 = l_String_posOfAux(x_393, x_395, x_396, x_397); +x_399 = lean_nat_dec_eq(x_398, x_396); +if (x_399 == 0) +{ +lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; uint32_t x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; +lean_free_object(x_6); +x_400 = lean_string_utf8_extract(x_393, x_397, x_398); +x_401 = lean_ctor_get(x_3, 0); +lean_inc(x_401); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_402 = x_3; +} else { + lean_dec_ref(x_3); + x_402 = lean_box(0); +} +x_403 = lean_string_append(x_401, x_400); +lean_dec(x_400); +x_404 = l_Int_toNat(x_390); +x_405 = 32; +x_406 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_404); +x_407 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_405, x_404, x_406); +x_408 = lean_string_append(x_403, x_407); +lean_dec(x_407); +if (lean_is_scalar(x_402)) { + x_409 = lean_alloc_ctor(0, 2, 0); +} else { + x_409 = x_402; +} +lean_ctor_set(x_409, 0, x_408); +lean_ctor_set(x_409, 1, x_404); +x_410 = lean_string_utf8_next(x_393, x_398); +lean_dec(x_398); +x_411 = lean_string_utf8_extract(x_393, x_410, x_396); +lean_dec(x_396); +lean_dec(x_410); +lean_dec(x_393); +if (lean_is_scalar(x_394)) { + x_412 = lean_alloc_ctor(3, 1, 0); +} else { + x_412 = x_394; +} +lean_ctor_set(x_412, 0, x_411); +if (lean_is_scalar(x_392)) { + x_413 = lean_alloc_ctor(0, 3, 0); +} else { + x_413 = x_392; +} +lean_ctor_set(x_413, 0, x_412); +lean_ctor_set(x_413, 1, x_390); +lean_ctor_set(x_413, 2, x_391); +x_414 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_414, 0, x_413); +lean_ctor_set(x_414, 1, x_389); +x_415 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_263, x_414, x_261, x_1, x_409); +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_2 = x_416; +x_3 = x_417; goto _start; } else { -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; -x_316 = lean_ctor_get(x_16, 1); -x_317 = lean_ctor_get(x_16, 2); -lean_inc(x_317); -lean_inc(x_316); -lean_dec(x_16); -x_318 = lean_ctor_get(x_68, 0); -lean_inc(x_318); -x_319 = lean_ctor_get(x_68, 1); -lean_inc(x_319); -lean_dec(x_68); -x_320 = lean_int_add(x_316, x_318); -lean_dec(x_318); -lean_dec(x_316); -x_321 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_321, 0, x_319); -lean_ctor_set(x_321, 1, x_320); -lean_ctor_set(x_321, 2, x_317); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_321); -x_322 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_322, 0, x_2); -lean_ctor_set_uint8(x_322, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_322, sizeof(void*)*1 + 1, x_14); -x_323 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_323, 0, x_322); -lean_ctor_set(x_323, 1, x_11); -x_2 = x_323; +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_dec(x_398); +lean_dec(x_396); +lean_dec(x_394); +lean_dec(x_392); +lean_dec(x_391); +lean_dec(x_390); +x_419 = lean_ctor_get(x_3, 0); +lean_inc(x_419); +x_420 = lean_ctor_get(x_3, 1); +lean_inc(x_420); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_421 = x_3; +} else { + lean_dec_ref(x_3); + x_421 = lean_box(0); +} +x_422 = lean_string_append(x_419, x_393); +x_423 = lean_string_length(x_393); +lean_dec(x_393); +x_424 = lean_nat_add(x_420, x_423); +lean_dec(x_423); +lean_dec(x_420); +if (lean_is_scalar(x_421)) { + x_425 = lean_alloc_ctor(0, 2, 0); +} else { + x_425 = x_421; +} +lean_ctor_set(x_425, 0, x_422); +lean_ctor_set(x_425, 1, x_424); +lean_ctor_set(x_6, 0, x_389); +x_426 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_426, 0, x_6); +lean_ctor_set(x_426, 1, x_261); +x_2 = x_426; +x_3 = x_425; goto _start; } } -case 5: +} +else { -uint8_t x_325; -lean_dec(x_18); -lean_dec(x_15); -x_325 = !lean_is_exclusive(x_16); -if (x_325 == 0) -{ -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; -x_326 = lean_ctor_get(x_16, 1); -x_327 = lean_ctor_get(x_16, 2); -x_328 = lean_ctor_get(x_16, 0); -lean_dec(x_328); -x_329 = lean_ctor_get(x_68, 0); -lean_inc(x_329); -x_330 = lean_ctor_get(x_68, 1); -lean_inc(x_330); -lean_dec(x_68); -x_331 = lean_unsigned_to_nat(0u); -lean_inc(x_326); -lean_ctor_set(x_16, 2, x_331); -lean_ctor_set(x_16, 0, x_329); -x_332 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_332, 0, x_330); -lean_ctor_set(x_332, 1, x_326); -lean_ctor_set(x_332, 2, x_327); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_332); -x_333 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_333, 0, x_16); -lean_ctor_set(x_333, 1, x_2); -x_334 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_334, 0, x_333); -lean_ctor_set_uint8(x_334, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_334, sizeof(void*)*1 + 1, x_14); -x_335 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_335, 0, x_334); -lean_ctor_set(x_335, 1, x_11); -x_2 = x_335; +uint8_t x_428; uint8_t 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; uint32_t x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; uint8_t x_441; +x_428 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_429 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_430 = lean_ctor_get(x_7, 1); +lean_inc(x_430); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_431 = x_7; +} else { + lean_dec_ref(x_7); + x_431 = lean_box(0); +} +x_432 = lean_ctor_get(x_10, 1); +lean_inc(x_432); +x_433 = lean_ctor_get(x_10, 2); +lean_inc(x_433); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_434 = x_10; +} else { + lean_dec_ref(x_10); + x_434 = lean_box(0); +} +x_435 = lean_ctor_get(x_11, 0); +lean_inc(x_435); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + x_436 = x_11; +} else { + lean_dec_ref(x_11); + x_436 = lean_box(0); +} +x_437 = 10; +x_438 = lean_string_utf8_byte_size(x_435); +x_439 = lean_unsigned_to_nat(0u); +x_440 = l_String_posOfAux(x_435, x_437, x_438, x_439); +x_441 = lean_nat_dec_eq(x_440, x_438); +if (x_441 == 0) +{ +lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; uint32_t x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; +x_442 = lean_string_utf8_extract(x_435, x_439, x_440); +x_443 = lean_ctor_get(x_3, 0); +lean_inc(x_443); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_444 = x_3; +} else { + lean_dec_ref(x_3); + x_444 = lean_box(0); +} +x_445 = lean_string_append(x_443, x_442); +lean_dec(x_442); +x_446 = l_Int_toNat(x_432); +x_447 = 32; +x_448 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; +lean_inc(x_446); +x_449 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_447, x_446, x_448); +x_450 = lean_string_append(x_445, x_449); +lean_dec(x_449); +if (lean_is_scalar(x_444)) { + x_451 = lean_alloc_ctor(0, 2, 0); +} else { + x_451 = x_444; +} +lean_ctor_set(x_451, 0, x_450); +lean_ctor_set(x_451, 1, x_446); +x_452 = lean_string_utf8_next(x_435, x_440); +lean_dec(x_440); +x_453 = lean_string_utf8_extract(x_435, x_452, x_438); +lean_dec(x_438); +lean_dec(x_452); +lean_dec(x_435); +if (lean_is_scalar(x_436)) { + x_454 = lean_alloc_ctor(3, 1, 0); +} else { + x_454 = x_436; +} +lean_ctor_set(x_454, 0, x_453); +if (lean_is_scalar(x_434)) { + x_455 = lean_alloc_ctor(0, 3, 0); +} else { + x_455 = x_434; +} +lean_ctor_set(x_455, 0, x_454); +lean_ctor_set(x_455, 1, x_432); +lean_ctor_set(x_455, 2, x_433); +if (lean_is_scalar(x_431)) { + x_456 = lean_alloc_ctor(1, 2, 0); +} else { + x_456 = x_431; +} +lean_ctor_set(x_456, 0, x_455); +lean_ctor_set(x_456, 1, x_430); +x_457 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_429, x_456, x_261, x_1, x_451); +x_458 = lean_ctor_get(x_457, 0); +lean_inc(x_458); +x_459 = lean_ctor_get(x_457, 1); +lean_inc(x_459); +lean_dec(x_457); +x_2 = x_458; +x_3 = x_459; goto _start; } else { -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; -x_337 = lean_ctor_get(x_16, 1); -x_338 = lean_ctor_get(x_16, 2); -lean_inc(x_338); -lean_inc(x_337); -lean_dec(x_16); -x_339 = lean_ctor_get(x_68, 0); -lean_inc(x_339); -x_340 = lean_ctor_get(x_68, 1); -lean_inc(x_340); -lean_dec(x_68); -x_341 = lean_unsigned_to_nat(0u); -lean_inc(x_337); -x_342 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_342, 0, x_339); -lean_ctor_set(x_342, 1, x_337); -lean_ctor_set(x_342, 2, x_341); -x_343 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_343, 0, x_340); -lean_ctor_set(x_343, 1, x_337); -lean_ctor_set(x_343, 2, x_338); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_343); -x_344 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_344, 0, x_342); -lean_ctor_set(x_344, 1, x_2); -x_345 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_345, 0, x_344); -lean_ctor_set_uint8(x_345, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_345, sizeof(void*)*1 + 1, x_14); -x_346 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_346, 0, x_345); -lean_ctor_set(x_346, 1, x_11); -x_2 = x_346; +lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; +lean_dec(x_440); +lean_dec(x_438); +lean_dec(x_436); +lean_dec(x_434); +lean_dec(x_433); +lean_dec(x_432); +x_461 = lean_ctor_get(x_3, 0); +lean_inc(x_461); +x_462 = lean_ctor_get(x_3, 1); +lean_inc(x_462); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + x_463 = x_3; +} else { + lean_dec_ref(x_3); + x_463 = lean_box(0); +} +x_464 = lean_string_append(x_461, x_435); +x_465 = lean_string_length(x_435); +lean_dec(x_435); +x_466 = lean_nat_add(x_462, x_465); +lean_dec(x_465); +lean_dec(x_462); +if (lean_is_scalar(x_463)) { + x_467 = lean_alloc_ctor(0, 2, 0); +} else { + x_467 = x_463; +} +lean_ctor_set(x_467, 0, x_464); +lean_ctor_set(x_467, 1, x_466); +x_468 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_468, 0, x_430); +lean_ctor_set_uint8(x_468, sizeof(void*)*1, x_428); +lean_ctor_set_uint8(x_468, sizeof(void*)*1 + 1, x_429); +if (lean_is_scalar(x_431)) { + x_469 = lean_alloc_ctor(1, 2, 0); +} else { + x_469 = x_431; +} +lean_ctor_set(x_469, 0, x_468); +lean_ctor_set(x_469, 1, x_261); +x_2 = x_469; +x_3 = x_467; goto _start; } } -case 6: +} +case 4: { -lean_dec(x_18); -lean_dec(x_15); -if (x_13 == 0) +uint8_t x_471; +x_471 = !lean_is_exclusive(x_2); +if (x_471 == 0) { -uint8_t x_348; -x_348 = !lean_is_exclusive(x_16); -if (x_348 == 0) +lean_object* x_472; uint8_t x_473; +x_472 = lean_ctor_get(x_2, 0); +lean_dec(x_472); +x_473 = !lean_is_exclusive(x_6); +if (x_473 == 0) { -lean_object* x_349; lean_object* x_350; uint8_t 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; -x_349 = lean_ctor_get(x_16, 0); -lean_dec(x_349); -x_350 = lean_ctor_get(x_68, 0); -lean_inc(x_350); -x_351 = lean_ctor_get_uint8(x_68, sizeof(void*)*1); -lean_dec(x_68); -lean_ctor_set(x_16, 0, x_350); -x_352 = lean_box(0); -lean_ctor_set(x_2, 1, x_352); -lean_ctor_set(x_2, 0, x_16); -x_353 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_353, 0, x_17); -lean_ctor_set_uint8(x_353, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_353, sizeof(void*)*1 + 1, x_14); -x_354 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_354, 0, x_353); -lean_ctor_set(x_354, 1, x_11); -x_355 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_351, x_2, x_354, x_1, x_3); -x_356 = lean_ctor_get(x_355, 0); -lean_inc(x_356); -x_357 = lean_ctor_get(x_355, 1); -lean_inc(x_357); -lean_dec(x_355); -x_2 = x_356; -x_3 = x_357; +lean_object* x_474; uint8_t x_475; +x_474 = lean_ctor_get(x_6, 0); +lean_dec(x_474); +x_475 = !lean_is_exclusive(x_7); +if (x_475 == 0) +{ +lean_object* x_476; uint8_t x_477; +x_476 = lean_ctor_get(x_7, 0); +lean_dec(x_476); +x_477 = !lean_is_exclusive(x_10); +if (x_477 == 0) +{ +lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; +x_478 = lean_ctor_get(x_10, 1); +x_479 = lean_ctor_get(x_10, 0); +lean_dec(x_479); +x_480 = lean_ctor_get(x_11, 0); +lean_inc(x_480); +x_481 = lean_ctor_get(x_11, 1); +lean_inc(x_481); +lean_dec(x_11); +x_482 = lean_int_add(x_478, x_480); +lean_dec(x_480); +lean_dec(x_478); +lean_ctor_set(x_10, 1, x_482); +lean_ctor_set(x_10, 0, x_481); goto _start; } else { -lean_object* x_359; lean_object* x_360; lean_object* x_361; uint8_t 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; -x_359 = lean_ctor_get(x_16, 1); -x_360 = lean_ctor_get(x_16, 2); -lean_inc(x_360); -lean_inc(x_359); -lean_dec(x_16); -x_361 = lean_ctor_get(x_68, 0); -lean_inc(x_361); -x_362 = lean_ctor_get_uint8(x_68, sizeof(void*)*1); -lean_dec(x_68); -x_363 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_363, 0, x_361); -lean_ctor_set(x_363, 1, x_359); -lean_ctor_set(x_363, 2, x_360); -x_364 = lean_box(0); -lean_ctor_set(x_2, 1, x_364); -lean_ctor_set(x_2, 0, x_363); -x_365 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_365, 0, x_17); -lean_ctor_set_uint8(x_365, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_365, sizeof(void*)*1 + 1, x_14); -x_366 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_366, 0, x_365); -lean_ctor_set(x_366, 1, x_11); -x_367 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_362, x_2, x_366, x_1, x_3); -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_2 = x_368; -x_3 = x_369; +lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; +x_484 = lean_ctor_get(x_10, 1); +x_485 = lean_ctor_get(x_10, 2); +lean_inc(x_485); +lean_inc(x_484); +lean_dec(x_10); +x_486 = lean_ctor_get(x_11, 0); +lean_inc(x_486); +x_487 = lean_ctor_get(x_11, 1); +lean_inc(x_487); +lean_dec(x_11); +x_488 = lean_int_add(x_484, x_486); +lean_dec(x_486); +lean_dec(x_484); +x_489 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_489, 0, x_487); +lean_ctor_set(x_489, 1, x_488); +lean_ctor_set(x_489, 2, x_485); +lean_ctor_set(x_7, 0, x_489); goto _start; } } else { -uint8_t x_371; -x_371 = !lean_is_exclusive(x_16); -if (x_371 == 0) -{ -lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; -x_372 = lean_ctor_get(x_16, 0); -lean_dec(x_372); -x_373 = lean_ctor_get(x_68, 0); -lean_inc(x_373); -lean_dec(x_68); -lean_ctor_set(x_16, 0, x_373); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_374 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_374, 0, x_2); -lean_ctor_set_uint8(x_374, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_374, sizeof(void*)*1 + 1, x_14); -x_375 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_375, 0, x_374); -lean_ctor_set(x_375, 1, x_11); -x_2 = x_375; +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; +x_491 = lean_ctor_get(x_7, 1); +lean_inc(x_491); +lean_dec(x_7); +x_492 = lean_ctor_get(x_10, 1); +lean_inc(x_492); +x_493 = lean_ctor_get(x_10, 2); +lean_inc(x_493); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_494 = x_10; +} else { + lean_dec_ref(x_10); + x_494 = lean_box(0); +} +x_495 = lean_ctor_get(x_11, 0); +lean_inc(x_495); +x_496 = lean_ctor_get(x_11, 1); +lean_inc(x_496); +lean_dec(x_11); +x_497 = lean_int_add(x_492, x_495); +lean_dec(x_495); +lean_dec(x_492); +if (lean_is_scalar(x_494)) { + x_498 = lean_alloc_ctor(0, 3, 0); +} else { + x_498 = x_494; +} +lean_ctor_set(x_498, 0, x_496); +lean_ctor_set(x_498, 1, x_497); +lean_ctor_set(x_498, 2, x_493); +x_499 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_499, 0, x_498); +lean_ctor_set(x_499, 1, x_491); +lean_ctor_set(x_6, 0, x_499); goto _start; } +} else { -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_377 = lean_ctor_get(x_16, 1); -x_378 = lean_ctor_get(x_16, 2); -lean_inc(x_378); -lean_inc(x_377); -lean_dec(x_16); -x_379 = lean_ctor_get(x_68, 0); -lean_inc(x_379); -lean_dec(x_68); -x_380 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_380, 0, x_379); -lean_ctor_set(x_380, 1, x_377); -lean_ctor_set(x_380, 2, x_378); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_380); -x_381 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_381, 0, x_2); -lean_ctor_set_uint8(x_381, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_381, sizeof(void*)*1 + 1, x_14); -x_382 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_382, 0, x_381); -lean_ctor_set(x_382, 1, x_11); -x_2 = x_382; +uint8_t x_501; uint8_t 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; +x_501 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_502 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_503 = lean_ctor_get(x_7, 1); +lean_inc(x_503); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_504 = x_7; +} else { + lean_dec_ref(x_7); + x_504 = lean_box(0); +} +x_505 = lean_ctor_get(x_10, 1); +lean_inc(x_505); +x_506 = lean_ctor_get(x_10, 2); +lean_inc(x_506); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_507 = x_10; +} else { + lean_dec_ref(x_10); + x_507 = lean_box(0); +} +x_508 = lean_ctor_get(x_11, 0); +lean_inc(x_508); +x_509 = lean_ctor_get(x_11, 1); +lean_inc(x_509); +lean_dec(x_11); +x_510 = lean_int_add(x_505, x_508); +lean_dec(x_508); +lean_dec(x_505); +if (lean_is_scalar(x_507)) { + x_511 = lean_alloc_ctor(0, 3, 0); +} else { + x_511 = x_507; +} +lean_ctor_set(x_511, 0, x_509); +lean_ctor_set(x_511, 1, x_510); +lean_ctor_set(x_511, 2, x_506); +if (lean_is_scalar(x_504)) { + x_512 = lean_alloc_ctor(1, 2, 0); +} else { + x_512 = x_504; +} +lean_ctor_set(x_512, 0, x_511); +lean_ctor_set(x_512, 1, x_503); +x_513 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_513, 0, x_512); +lean_ctor_set_uint8(x_513, sizeof(void*)*1, x_501); +lean_ctor_set_uint8(x_513, sizeof(void*)*1 + 1, x_502); +lean_ctor_set(x_2, 0, x_513); goto _start; } } +else +{ +lean_object* x_515; uint8_t x_516; uint8_t 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; +x_515 = lean_ctor_get(x_2, 1); +lean_inc(x_515); +lean_dec(x_2); +x_516 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_517 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_518 = x_6; +} else { + lean_dec_ref(x_6); + x_518 = lean_box(0); +} +x_519 = lean_ctor_get(x_7, 1); +lean_inc(x_519); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_520 = x_7; +} else { + lean_dec_ref(x_7); + x_520 = lean_box(0); +} +x_521 = lean_ctor_get(x_10, 1); +lean_inc(x_521); +x_522 = lean_ctor_get(x_10, 2); +lean_inc(x_522); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_523 = x_10; +} else { + lean_dec_ref(x_10); + x_523 = lean_box(0); } -default: +x_524 = lean_ctor_get(x_11, 0); +lean_inc(x_524); +x_525 = lean_ctor_get(x_11, 1); +lean_inc(x_525); +lean_dec(x_11); +x_526 = lean_int_add(x_521, x_524); +lean_dec(x_524); +lean_dec(x_521); +if (lean_is_scalar(x_523)) { + x_527 = lean_alloc_ctor(0, 3, 0); +} else { + x_527 = x_523; +} +lean_ctor_set(x_527, 0, x_525); +lean_ctor_set(x_527, 1, x_526); +lean_ctor_set(x_527, 2, x_522); +if (lean_is_scalar(x_520)) { + x_528 = lean_alloc_ctor(1, 2, 0); +} else { + x_528 = x_520; +} +lean_ctor_set(x_528, 0, x_527); +lean_ctor_set(x_528, 1, x_519); +if (lean_is_scalar(x_518)) { + x_529 = lean_alloc_ctor(0, 1, 2); +} else { + x_529 = x_518; +} +lean_ctor_set(x_529, 0, x_528); +lean_ctor_set_uint8(x_529, sizeof(void*)*1, x_516); +lean_ctor_set_uint8(x_529, sizeof(void*)*1 + 1, x_517); +x_530 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_530, 0, x_529); +lean_ctor_set(x_530, 1, x_515); +x_2 = x_530; +goto _start; +} +} +case 5: { -uint8_t x_384; -lean_dec(x_18); -lean_dec(x_15); -x_384 = !lean_is_exclusive(x_16); -if (x_384 == 0) -{ -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; -x_385 = lean_ctor_get(x_16, 2); -x_386 = lean_ctor_get(x_16, 0); -lean_dec(x_386); -x_387 = lean_ctor_get(x_68, 1); -lean_inc(x_387); -lean_dec(x_68); -x_388 = lean_unsigned_to_nat(1u); -x_389 = lean_nat_add(x_385, x_388); -lean_dec(x_385); -lean_ctor_set(x_16, 2, x_389); -lean_ctor_set(x_16, 0, x_387); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_390 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_390, 0, x_2); -lean_ctor_set_uint8(x_390, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_390, sizeof(void*)*1 + 1, x_14); -x_391 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_391, 0, x_390); -lean_ctor_set(x_391, 1, x_11); -x_2 = x_391; +uint8_t x_532; +x_532 = !lean_is_exclusive(x_2); +if (x_532 == 0) +{ +lean_object* x_533; lean_object* x_534; uint8_t x_535; +x_533 = lean_ctor_get(x_2, 1); +x_534 = lean_ctor_get(x_2, 0); +lean_dec(x_534); +x_535 = !lean_is_exclusive(x_6); +if (x_535 == 0) +{ +lean_object* x_536; uint8_t x_537; +x_536 = lean_ctor_get(x_6, 0); +lean_dec(x_536); +x_537 = !lean_is_exclusive(x_7); +if (x_537 == 0) +{ +lean_object* x_538; uint8_t x_539; +x_538 = lean_ctor_get(x_7, 0); +lean_dec(x_538); +x_539 = !lean_is_exclusive(x_10); +if (x_539 == 0) +{ +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; +x_540 = lean_ctor_get(x_10, 1); +x_541 = lean_ctor_get(x_10, 2); +x_542 = lean_ctor_get(x_10, 0); +lean_dec(x_542); +x_543 = lean_ctor_get(x_11, 0); +lean_inc(x_543); +x_544 = lean_ctor_get(x_11, 1); +lean_inc(x_544); +lean_dec(x_11); +x_545 = lean_unsigned_to_nat(0u); +lean_inc(x_540); +lean_ctor_set(x_10, 2, x_545); +lean_ctor_set(x_10, 0, x_543); +x_546 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_546, 0, x_544); +lean_ctor_set(x_546, 1, x_540); +lean_ctor_set(x_546, 2, x_541); +lean_ctor_set(x_7, 0, x_546); +lean_ctor_set(x_2, 1, x_7); +lean_ctor_set(x_2, 0, x_10); +lean_ctor_set(x_6, 0, x_2); +x_547 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_547, 0, x_6); +lean_ctor_set(x_547, 1, x_533); +x_2 = x_547; goto _start; } 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; -x_393 = lean_ctor_get(x_16, 1); -x_394 = lean_ctor_get(x_16, 2); -lean_inc(x_394); -lean_inc(x_393); -lean_dec(x_16); -x_395 = lean_ctor_get(x_68, 1); -lean_inc(x_395); -lean_dec(x_68); -x_396 = lean_unsigned_to_nat(1u); -x_397 = lean_nat_add(x_394, x_396); -lean_dec(x_394); -x_398 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_398, 0, x_395); -lean_ctor_set(x_398, 1, x_393); -lean_ctor_set(x_398, 2, x_397); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_398); -x_399 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_399, 0, x_2); -lean_ctor_set_uint8(x_399, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_399, sizeof(void*)*1 + 1, x_14); -x_400 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_400, 0, x_399); -lean_ctor_set(x_400, 1, x_11); -x_2 = x_400; +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; +x_549 = lean_ctor_get(x_10, 1); +x_550 = lean_ctor_get(x_10, 2); +lean_inc(x_550); +lean_inc(x_549); +lean_dec(x_10); +x_551 = lean_ctor_get(x_11, 0); +lean_inc(x_551); +x_552 = lean_ctor_get(x_11, 1); +lean_inc(x_552); +lean_dec(x_11); +x_553 = lean_unsigned_to_nat(0u); +lean_inc(x_549); +x_554 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_554, 0, x_551); +lean_ctor_set(x_554, 1, x_549); +lean_ctor_set(x_554, 2, x_553); +x_555 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_555, 0, x_552); +lean_ctor_set(x_555, 1, x_549); +lean_ctor_set(x_555, 2, x_550); +lean_ctor_set(x_7, 0, x_555); +lean_ctor_set(x_2, 1, x_7); +lean_ctor_set(x_2, 0, x_554); +lean_ctor_set(x_6, 0, x_2); +x_556 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_556, 0, x_6); +lean_ctor_set(x_556, 1, x_533); +x_2 = x_556; goto _start; } } -} -block_67: +else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -lean_dec(x_19); -x_20 = lean_ctor_get(x_3, 1); -lean_inc(x_20); -x_21 = lean_nat_to_int(x_20); -x_22 = lean_ctor_get(x_16, 1); -lean_inc(x_22); -lean_dec(x_16); -x_23 = lean_int_dec_lt(x_21, x_22); -if (x_23 == 0) +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; +x_558 = lean_ctor_get(x_7, 1); +lean_inc(x_558); +lean_dec(x_7); +x_559 = lean_ctor_get(x_10, 1); +lean_inc(x_559); +x_560 = lean_ctor_get(x_10, 2); +lean_inc(x_560); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_561 = x_10; +} else { + lean_dec_ref(x_10); + x_561 = lean_box(0); +} +x_562 = lean_ctor_get(x_11, 0); +lean_inc(x_562); +x_563 = lean_ctor_get(x_11, 1); +lean_inc(x_563); +lean_dec(x_11); +x_564 = lean_unsigned_to_nat(0u); +lean_inc(x_559); +if (lean_is_scalar(x_561)) { + x_565 = lean_alloc_ctor(0, 3, 0); +} else { + x_565 = x_561; +} +lean_ctor_set(x_565, 0, x_562); +lean_ctor_set(x_565, 1, x_559); +lean_ctor_set(x_565, 2, x_564); +x_566 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_566, 0, x_563); +lean_ctor_set(x_566, 1, x_559); +lean_ctor_set(x_566, 2, x_560); +x_567 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_567, 0, x_566); +lean_ctor_set(x_567, 1, x_558); +lean_ctor_set(x_2, 1, x_567); +lean_ctor_set(x_2, 0, x_565); +lean_ctor_set(x_6, 0, x_2); +x_568 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_568, 0, x_6); +lean_ctor_set(x_568, 1, x_533); +x_2 = x_568; +goto _start; +} +} +else { -lean_object* x_24; uint8_t x_25; -lean_dec(x_21); -x_24 = l_Int_toNat(x_22); -lean_dec(x_22); -x_25 = !lean_is_exclusive(x_3); -if (x_25 == 0) +uint8_t x_570; uint8_t 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; +x_570 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_571 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_572 = lean_ctor_get(x_7, 1); +lean_inc(x_572); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_573 = x_7; +} else { + lean_dec_ref(x_7); + x_573 = lean_box(0); +} +x_574 = lean_ctor_get(x_10, 1); +lean_inc(x_574); +x_575 = lean_ctor_get(x_10, 2); +lean_inc(x_575); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_576 = x_10; +} else { + lean_dec_ref(x_10); + x_576 = lean_box(0); +} +x_577 = lean_ctor_get(x_11, 0); +lean_inc(x_577); +x_578 = lean_ctor_get(x_11, 1); +lean_inc(x_578); +lean_dec(x_11); +x_579 = lean_unsigned_to_nat(0u); +lean_inc(x_574); +if (lean_is_scalar(x_576)) { + x_580 = lean_alloc_ctor(0, 3, 0); +} else { + x_580 = x_576; +} +lean_ctor_set(x_580, 0, x_577); +lean_ctor_set(x_580, 1, x_574); +lean_ctor_set(x_580, 2, x_579); +x_581 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_581, 0, x_578); +lean_ctor_set(x_581, 1, x_574); +lean_ctor_set(x_581, 2, x_575); +if (lean_is_scalar(x_573)) { + x_582 = lean_alloc_ctor(1, 2, 0); +} else { + x_582 = x_573; +} +lean_ctor_set(x_582, 0, x_581); +lean_ctor_set(x_582, 1, x_572); +lean_ctor_set(x_2, 1, x_582); +lean_ctor_set(x_2, 0, x_580); +x_583 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_583, 0, x_2); +lean_ctor_set_uint8(x_583, sizeof(void*)*1, x_570); +lean_ctor_set_uint8(x_583, sizeof(void*)*1 + 1, x_571); +x_584 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_584, 0, x_583); +lean_ctor_set(x_584, 1, x_533); +x_2 = x_584; +goto _start; +} +} +else { -lean_object* x_26; lean_object* x_27; uint32_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_26 = lean_ctor_get(x_3, 0); -x_27 = lean_ctor_get(x_3, 1); -lean_dec(x_27); -x_28 = 32; -x_29 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_24); -x_30 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_28, x_24, x_29); -x_31 = lean_string_append(x_26, x_30); -lean_dec(x_30); -lean_ctor_set(x_3, 1, x_24); -lean_ctor_set(x_3, 0, x_31); -if (lean_is_scalar(x_15)) { - x_32 = lean_alloc_ctor(0, 1, 2); +lean_object* x_586; uint8_t x_587; uint8_t x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; +x_586 = lean_ctor_get(x_2, 1); +lean_inc(x_586); +lean_dec(x_2); +x_587 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_588 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_589 = x_6; +} else { + lean_dec_ref(x_6); + x_589 = lean_box(0); +} +x_590 = lean_ctor_get(x_7, 1); +lean_inc(x_590); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_591 = x_7; +} else { + lean_dec_ref(x_7); + x_591 = lean_box(0); +} +x_592 = lean_ctor_get(x_10, 1); +lean_inc(x_592); +x_593 = lean_ctor_get(x_10, 2); +lean_inc(x_593); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_594 = x_10; } else { - x_32 = x_15; + lean_dec_ref(x_10); + x_594 = lean_box(0); } -lean_ctor_set(x_32, 0, x_17); -lean_ctor_set_uint8(x_32, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_32, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_33 = lean_alloc_ctor(1, 2, 0); +x_595 = lean_ctor_get(x_11, 0); +lean_inc(x_595); +x_596 = lean_ctor_get(x_11, 1); +lean_inc(x_596); +lean_dec(x_11); +x_597 = lean_unsigned_to_nat(0u); +lean_inc(x_592); +if (lean_is_scalar(x_594)) { + x_598 = lean_alloc_ctor(0, 3, 0); +} else { + x_598 = x_594; +} +lean_ctor_set(x_598, 0, x_595); +lean_ctor_set(x_598, 1, x_592); +lean_ctor_set(x_598, 2, x_597); +x_599 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_599, 0, x_596); +lean_ctor_set(x_599, 1, x_592); +lean_ctor_set(x_599, 2, x_593); +if (lean_is_scalar(x_591)) { + x_600 = lean_alloc_ctor(1, 2, 0); } else { - x_33 = x_18; + x_600 = x_591; } -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_11); -x_2 = x_33; +lean_ctor_set(x_600, 0, x_599); +lean_ctor_set(x_600, 1, x_590); +x_601 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_601, 0, x_598); +lean_ctor_set(x_601, 1, x_600); +if (lean_is_scalar(x_589)) { + x_602 = lean_alloc_ctor(0, 1, 2); +} else { + x_602 = x_589; +} +lean_ctor_set(x_602, 0, x_601); +lean_ctor_set_uint8(x_602, sizeof(void*)*1, x_587); +lean_ctor_set_uint8(x_602, sizeof(void*)*1 + 1, x_588); +x_603 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_603, 0, x_602); +lean_ctor_set(x_603, 1, x_586); +x_2 = x_603; goto _start; } -else -{ -lean_object* x_35; uint32_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_35 = lean_ctor_get(x_3, 0); -lean_inc(x_35); -lean_dec(x_3); -x_36 = 32; -x_37 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_24); -x_38 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_36, x_24, x_37); -x_39 = lean_string_append(x_35, x_38); -lean_dec(x_38); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_24); -if (lean_is_scalar(x_15)) { - x_41 = lean_alloc_ctor(0, 1, 2); -} else { - x_41 = x_15; } -lean_ctor_set(x_41, 0, x_17); -lean_ctor_set_uint8(x_41, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_41, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_42 = lean_alloc_ctor(1, 2, 0); -} else { - x_42 = x_18; +case 6: +{ +uint8_t x_605; +x_605 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +if (x_605 == 0) +{ +uint8_t x_606; +x_606 = !lean_is_exclusive(x_2); +if (x_606 == 0) +{ +lean_object* x_607; uint8_t x_608; +x_607 = lean_ctor_get(x_2, 0); +lean_dec(x_607); +x_608 = !lean_is_exclusive(x_6); +if (x_608 == 0) +{ +lean_object* x_609; uint8_t x_610; +x_609 = lean_ctor_get(x_6, 0); +lean_dec(x_609); +x_610 = !lean_is_exclusive(x_7); +if (x_610 == 0) +{ +lean_object* x_611; lean_object* x_612; uint8_t x_613; +x_611 = lean_ctor_get(x_7, 1); +x_612 = lean_ctor_get(x_7, 0); +lean_dec(x_612); +x_613 = !lean_is_exclusive(x_10); +if (x_613 == 0) +{ +lean_object* x_614; lean_object* x_615; uint8_t x_616; lean_object* x_617; lean_object* x_618; lean_object* x_619; lean_object* x_620; +x_614 = lean_ctor_get(x_10, 0); +lean_dec(x_614); +x_615 = lean_ctor_get(x_11, 0); +lean_inc(x_615); +x_616 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +lean_ctor_set(x_10, 0, x_615); +x_617 = lean_box(0); +lean_ctor_set(x_7, 1, x_617); +lean_ctor_set(x_6, 0, x_611); +x_618 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_616, x_7, x_2, x_1, x_3); +x_619 = lean_ctor_get(x_618, 0); +lean_inc(x_619); +x_620 = lean_ctor_get(x_618, 1); +lean_inc(x_620); +lean_dec(x_618); +x_2 = x_619; +x_3 = x_620; +goto _start; } -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_11); -x_2 = x_42; -x_3 = x_40; +else +{ +lean_object* x_622; lean_object* x_623; lean_object* x_624; uint8_t x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; lean_object* x_630; +x_622 = lean_ctor_get(x_10, 1); +x_623 = lean_ctor_get(x_10, 2); +lean_inc(x_623); +lean_inc(x_622); +lean_dec(x_10); +x_624 = lean_ctor_get(x_11, 0); +lean_inc(x_624); +x_625 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +x_626 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_626, 0, x_624); +lean_ctor_set(x_626, 1, x_622); +lean_ctor_set(x_626, 2, x_623); +x_627 = lean_box(0); +lean_ctor_set(x_7, 1, x_627); +lean_ctor_set(x_7, 0, x_626); +lean_ctor_set(x_6, 0, x_611); +x_628 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_625, x_7, x_2, x_1, x_3); +x_629 = lean_ctor_get(x_628, 0); +lean_inc(x_629); +x_630 = lean_ctor_get(x_628, 1); +lean_inc(x_630); +lean_dec(x_628); +x_2 = x_629; +x_3 = x_630; goto _start; } } else { -uint32_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_44 = 32; -x_45 = lean_int_sub(x_22, x_21); -lean_dec(x_21); -lean_dec(x_22); -x_46 = l_Int_toNat(x_45); -lean_dec(x_45); -x_47 = l_Std_Format_isEmpty___closed__1; -x_48 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_44, x_46, x_47); -x_49 = !lean_is_exclusive(x_3); -if (x_49 == 0) -{ -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_50 = lean_ctor_get(x_3, 0); -x_51 = lean_ctor_get(x_3, 1); -x_52 = lean_string_append(x_50, x_48); -x_53 = lean_string_length(x_48); -lean_dec(x_48); -x_54 = lean_nat_add(x_51, x_53); -lean_dec(x_53); -lean_dec(x_51); -lean_ctor_set(x_3, 1, x_54); -lean_ctor_set(x_3, 0, x_52); -if (lean_is_scalar(x_15)) { - x_55 = lean_alloc_ctor(0, 1, 2); +lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_object* x_635; lean_object* x_636; uint8_t 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; +x_632 = lean_ctor_get(x_7, 1); +lean_inc(x_632); +lean_dec(x_7); +x_633 = lean_ctor_get(x_10, 1); +lean_inc(x_633); +x_634 = lean_ctor_get(x_10, 2); +lean_inc(x_634); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_635 = x_10; } else { - x_55 = x_15; + lean_dec_ref(x_10); + x_635 = lean_box(0); } -lean_ctor_set(x_55, 0, x_17); -lean_ctor_set_uint8(x_55, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_55, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_56 = lean_alloc_ctor(1, 2, 0); +x_636 = lean_ctor_get(x_11, 0); +lean_inc(x_636); +x_637 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +if (lean_is_scalar(x_635)) { + x_638 = lean_alloc_ctor(0, 3, 0); } else { - x_56 = x_18; -} -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_11); -x_2 = x_56; + x_638 = x_635; +} +lean_ctor_set(x_638, 0, x_636); +lean_ctor_set(x_638, 1, x_633); +lean_ctor_set(x_638, 2, x_634); +x_639 = lean_box(0); +x_640 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_640, 0, x_638); +lean_ctor_set(x_640, 1, x_639); +lean_ctor_set(x_6, 0, x_632); +x_641 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_637, x_640, x_2, x_1, x_3); +x_642 = lean_ctor_get(x_641, 0); +lean_inc(x_642); +x_643 = lean_ctor_get(x_641, 1); +lean_inc(x_643); +lean_dec(x_641); +x_2 = x_642; +x_3 = x_643; goto _start; } +} else { -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_58 = lean_ctor_get(x_3, 0); -x_59 = lean_ctor_get(x_3, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_3); -x_60 = lean_string_append(x_58, x_48); -x_61 = lean_string_length(x_48); -lean_dec(x_48); -x_62 = lean_nat_add(x_59, x_61); -lean_dec(x_61); -lean_dec(x_59); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_60); -lean_ctor_set(x_63, 1, x_62); -if (lean_is_scalar(x_15)) { - x_64 = lean_alloc_ctor(0, 1, 2); +uint8_t x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; lean_object* x_651; uint8_t 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; +x_645 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_646 = lean_ctor_get(x_7, 1); +lean_inc(x_646); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_647 = x_7; } else { - x_64 = x_15; + lean_dec_ref(x_7); + x_647 = lean_box(0); } -lean_ctor_set(x_64, 0, x_17); -lean_ctor_set_uint8(x_64, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_64, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_65 = lean_alloc_ctor(1, 2, 0); +x_648 = lean_ctor_get(x_10, 1); +lean_inc(x_648); +x_649 = lean_ctor_get(x_10, 2); +lean_inc(x_649); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_650 = x_10; } else { - x_65 = x_18; + lean_dec_ref(x_10); + x_650 = lean_box(0); } -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_11); -x_2 = x_65; -x_3 = x_63; +x_651 = lean_ctor_get(x_11, 0); +lean_inc(x_651); +x_652 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +if (lean_is_scalar(x_650)) { + x_653 = lean_alloc_ctor(0, 3, 0); +} else { + x_653 = x_650; +} +lean_ctor_set(x_653, 0, x_651); +lean_ctor_set(x_653, 1, x_648); +lean_ctor_set(x_653, 2, x_649); +x_654 = lean_box(0); +if (lean_is_scalar(x_647)) { + x_655 = lean_alloc_ctor(1, 2, 0); +} else { + x_655 = x_647; +} +lean_ctor_set(x_655, 0, x_653); +lean_ctor_set(x_655, 1, x_654); +x_656 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_656, 0, x_646); +lean_ctor_set_uint8(x_656, sizeof(void*)*1, x_605); +lean_ctor_set_uint8(x_656, sizeof(void*)*1 + 1, x_645); +lean_ctor_set(x_2, 0, x_656); +x_657 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_652, x_655, x_2, x_1, x_3); +x_658 = lean_ctor_get(x_657, 0); +lean_inc(x_658); +x_659 = lean_ctor_get(x_657, 1); +lean_inc(x_659); +lean_dec(x_657); +x_2 = x_658; +x_3 = x_659; goto _start; } } -} -} else { -lean_object* x_402; uint8_t x_403; uint8_t 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_441; -x_402 = lean_ctor_get(x_2, 1); -lean_inc(x_402); +lean_object* x_661; uint8_t 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; uint8_t 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; +x_661 = lean_ctor_get(x_2, 1); +lean_inc(x_661); lean_dec(x_2); -x_403 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); -x_404 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +x_662 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); if (lean_is_exclusive(x_6)) { lean_ctor_release(x_6, 0); - x_405 = x_6; + x_663 = x_6; } else { lean_dec_ref(x_6); - x_405 = lean_box(0); + x_663 = lean_box(0); } -x_406 = lean_ctor_get(x_7, 0); -lean_inc(x_406); -x_407 = lean_ctor_get(x_7, 1); -lean_inc(x_407); +x_664 = lean_ctor_get(x_7, 1); +lean_inc(x_664); if (lean_is_exclusive(x_7)) { lean_ctor_release(x_7, 0); lean_ctor_release(x_7, 1); - x_408 = x_7; + x_665 = x_7; } else { lean_dec_ref(x_7); - x_408 = lean_box(0); -} -x_441 = lean_ctor_get(x_406, 0); -lean_inc(x_441); -switch (lean_obj_tag(x_441)) { -case 0: -{ -lean_object* x_442; lean_object* x_443; -lean_dec(x_408); -lean_dec(x_406); -lean_dec(x_405); -x_442 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_442, 0, x_407); -lean_ctor_set_uint8(x_442, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_442, sizeof(void*)*1 + 1, x_404); -x_443 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_443, 0, x_442); -lean_ctor_set(x_443, 1, x_402); -x_2 = x_443; -goto _start; + x_665 = lean_box(0); } -case 1: -{ -lean_dec(x_408); -lean_dec(x_405); -if (x_404 == 0) -{ -if (x_403 == 0) -{ -lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; uint32_t 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_445 = lean_ctor_get(x_406, 1); -lean_inc(x_445); -lean_dec(x_406); -x_446 = l_Int_toNat(x_445); -lean_dec(x_445); -x_447 = lean_ctor_get(x_3, 0); -lean_inc(x_447); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_448 = x_3; +x_666 = lean_ctor_get(x_10, 1); +lean_inc(x_666); +x_667 = lean_ctor_get(x_10, 2); +lean_inc(x_667); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_668 = x_10; } else { - lean_dec_ref(x_3); - x_448 = lean_box(0); + lean_dec_ref(x_10); + x_668 = lean_box(0); } -x_449 = 32; -x_450 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_446); -x_451 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_449, x_446, x_450); -x_452 = lean_string_append(x_447, x_451); -lean_dec(x_451); -if (lean_is_scalar(x_448)) { - x_453 = lean_alloc_ctor(0, 2, 0); -} else { - x_453 = x_448; -} -lean_ctor_set(x_453, 0, x_452); -lean_ctor_set(x_453, 1, x_446); -x_454 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_454, 0, x_407); -lean_ctor_set_uint8(x_454, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_454, sizeof(void*)*1 + 1, x_404); -x_455 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_455, 0, x_454); -lean_ctor_set(x_455, 1, x_402); -x_2 = x_455; -x_3 = x_453; -goto _start; +x_669 = lean_ctor_get(x_11, 0); +lean_inc(x_669); +x_670 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +if (lean_is_scalar(x_668)) { + x_671 = lean_alloc_ctor(0, 3, 0); +} else { + x_671 = x_668; +} +lean_ctor_set(x_671, 0, x_669); +lean_ctor_set(x_671, 1, x_666); +lean_ctor_set(x_671, 2, x_667); +x_672 = lean_box(0); +if (lean_is_scalar(x_665)) { + x_673 = lean_alloc_ctor(1, 2, 0); +} else { + x_673 = x_665; } -else -{ -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_dec(x_406); -x_457 = lean_ctor_get(x_3, 0); -lean_inc(x_457); -x_458 = lean_ctor_get(x_3, 1); -lean_inc(x_458); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_459 = x_3; +lean_ctor_set(x_673, 0, x_671); +lean_ctor_set(x_673, 1, x_672); +if (lean_is_scalar(x_663)) { + x_674 = lean_alloc_ctor(0, 1, 2); } else { - lean_dec_ref(x_3); - x_459 = lean_box(0); -} -x_460 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_461 = lean_string_append(x_457, x_460); -x_462 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_463 = lean_nat_add(x_458, x_462); -lean_dec(x_458); -if (lean_is_scalar(x_459)) { - x_464 = lean_alloc_ctor(0, 2, 0); -} else { - x_464 = x_459; -} -lean_ctor_set(x_464, 0, x_461); -lean_ctor_set(x_464, 1, x_463); -x_465 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_465, 0, x_407); -lean_ctor_set_uint8(x_465, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_465, sizeof(void*)*1 + 1, x_404); -x_466 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_466, 0, x_465); -lean_ctor_set(x_466, 1, x_402); -x_2 = x_466; -x_3 = x_464; + x_674 = x_663; +} +lean_ctor_set(x_674, 0, x_664); +lean_ctor_set_uint8(x_674, sizeof(void*)*1, x_605); +lean_ctor_set_uint8(x_674, sizeof(void*)*1 + 1, x_662); +x_675 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_675, 0, x_674); +lean_ctor_set(x_675, 1, x_661); +x_676 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_670, x_673, x_675, x_1, x_3); +x_677 = lean_ctor_get(x_676, 0); +lean_inc(x_677); +x_678 = lean_ctor_get(x_676, 1); +lean_inc(x_678); +lean_dec(x_676); +x_2 = x_677; +x_3 = x_678; goto _start; } } else { -lean_object* x_468; lean_object* x_469; -x_468 = lean_ctor_get(x_406, 1); -lean_inc(x_468); -lean_dec(x_406); -x_469 = l_Int_toNat(x_468); -lean_dec(x_468); -if (x_403 == 0) -{ -lean_object* x_470; lean_object* x_471; uint32_t x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; uint8_t x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; -x_470 = lean_ctor_get(x_3, 0); -lean_inc(x_470); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_471 = x_3; -} else { - lean_dec_ref(x_3); - x_471 = lean_box(0); -} -x_472 = 32; -x_473 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_469); -x_474 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_472, x_469, x_473); -x_475 = lean_string_append(x_470, x_474); -lean_dec(x_474); -if (lean_is_scalar(x_471)) { - x_476 = lean_alloc_ctor(0, 2, 0); -} else { - x_476 = x_471; -} -lean_ctor_set(x_476, 0, x_475); -lean_ctor_set(x_476, 1, x_469); -x_477 = 1; -x_478 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_477, x_407, x_402, x_1, x_476); -x_479 = lean_ctor_get(x_478, 0); -lean_inc(x_479); -x_480 = lean_ctor_get(x_478, 1); -lean_inc(x_480); -lean_dec(x_478); -x_2 = x_479; -x_3 = x_480; +uint8_t x_680; +x_680 = !lean_is_exclusive(x_2); +if (x_680 == 0) +{ +lean_object* x_681; uint8_t x_682; +x_681 = lean_ctor_get(x_2, 0); +lean_dec(x_681); +x_682 = !lean_is_exclusive(x_6); +if (x_682 == 0) +{ +lean_object* x_683; uint8_t x_684; +x_683 = lean_ctor_get(x_6, 0); +lean_dec(x_683); +x_684 = !lean_is_exclusive(x_7); +if (x_684 == 0) +{ +lean_object* x_685; uint8_t x_686; +x_685 = lean_ctor_get(x_7, 0); +lean_dec(x_685); +x_686 = !lean_is_exclusive(x_10); +if (x_686 == 0) +{ +lean_object* x_687; lean_object* x_688; +x_687 = lean_ctor_get(x_10, 0); +lean_dec(x_687); +x_688 = lean_ctor_get(x_11, 0); +lean_inc(x_688); +lean_dec(x_11); +lean_ctor_set(x_10, 0, x_688); goto _start; } else { -lean_object* x_482; lean_object* x_483; uint8_t x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; uint8_t x_488; -x_482 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1; -x_483 = lean_nat_sub(x_1, x_482); -x_484 = 1; -lean_inc(x_402); -lean_inc(x_407); -x_485 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_484, x_407, x_402, x_483, x_3); -lean_dec(x_483); -x_486 = lean_ctor_get(x_485, 0); -lean_inc(x_486); -x_487 = lean_ctor_get(x_486, 0); -lean_inc(x_487); -x_488 = lean_ctor_get_uint8(x_487, sizeof(void*)*1); -lean_dec(x_487); -if (x_488 == 0) -{ -lean_object* x_489; lean_object* x_490; lean_object* x_491; uint32_t 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_dec(x_486); -x_489 = lean_ctor_get(x_485, 1); -lean_inc(x_489); -lean_dec(x_485); -x_490 = lean_ctor_get(x_489, 0); -lean_inc(x_490); -if (lean_is_exclusive(x_489)) { - lean_ctor_release(x_489, 0); - lean_ctor_release(x_489, 1); - x_491 = x_489; -} else { - lean_dec_ref(x_489); - x_491 = lean_box(0); -} -x_492 = 32; -x_493 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_469); -x_494 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_492, x_469, x_493); -x_495 = lean_string_append(x_490, x_494); -lean_dec(x_494); -if (lean_is_scalar(x_491)) { - x_496 = lean_alloc_ctor(0, 2, 0); -} else { - x_496 = x_491; -} -lean_ctor_set(x_496, 0, x_495); -lean_ctor_set(x_496, 1, x_469); -x_497 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_484, x_407, x_402, x_1, x_496); -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); -x_2 = x_498; -x_3 = x_499; +lean_object* x_690; lean_object* x_691; lean_object* x_692; lean_object* x_693; +x_690 = lean_ctor_get(x_10, 1); +x_691 = lean_ctor_get(x_10, 2); +lean_inc(x_691); +lean_inc(x_690); +lean_dec(x_10); +x_692 = lean_ctor_get(x_11, 0); +lean_inc(x_692); +lean_dec(x_11); +x_693 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_693, 0, x_692); +lean_ctor_set(x_693, 1, x_690); +lean_ctor_set(x_693, 2, x_691); +lean_ctor_set(x_7, 0, x_693); goto _start; } +} else { -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_dec(x_469); -lean_dec(x_407); -lean_dec(x_402); -x_501 = lean_ctor_get(x_485, 1); -lean_inc(x_501); -lean_dec(x_485); -x_502 = lean_ctor_get(x_501, 0); -lean_inc(x_502); -x_503 = lean_ctor_get(x_501, 1); -lean_inc(x_503); -if (lean_is_exclusive(x_501)) { - lean_ctor_release(x_501, 0); - lean_ctor_release(x_501, 1); - x_504 = x_501; +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; +x_695 = lean_ctor_get(x_7, 1); +lean_inc(x_695); +lean_dec(x_7); +x_696 = lean_ctor_get(x_10, 1); +lean_inc(x_696); +x_697 = lean_ctor_get(x_10, 2); +lean_inc(x_697); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_698 = x_10; } else { - lean_dec_ref(x_501); - x_504 = lean_box(0); + lean_dec_ref(x_10); + x_698 = lean_box(0); } -x_505 = l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2; -x_506 = lean_string_append(x_502, x_505); -x_507 = lean_nat_add(x_503, x_482); -lean_dec(x_503); -if (lean_is_scalar(x_504)) { - x_508 = lean_alloc_ctor(0, 2, 0); +x_699 = lean_ctor_get(x_11, 0); +lean_inc(x_699); +lean_dec(x_11); +if (lean_is_scalar(x_698)) { + x_700 = lean_alloc_ctor(0, 3, 0); } else { - x_508 = x_504; -} -lean_ctor_set(x_508, 0, x_506); -lean_ctor_set(x_508, 1, x_507); -x_2 = x_486; -x_3 = x_508; + x_700 = x_698; +} +lean_ctor_set(x_700, 0, x_699); +lean_ctor_set(x_700, 1, x_696); +lean_ctor_set(x_700, 2, x_697); +x_701 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_701, 0, x_700); +lean_ctor_set(x_701, 1, x_695); +lean_ctor_set(x_6, 0, x_701); goto _start; } } -} -} -case 2: -{ -if (x_403 == 0) -{ -lean_object* x_510; -lean_dec(x_441); -x_510 = lean_box(0); -x_409 = x_510; -goto block_440; -} else { -uint8_t x_511; -x_511 = lean_ctor_get_uint8(x_441, 0); -lean_dec(x_441); -if (x_511 == 0) -{ -lean_object* x_512; lean_object* x_513; -lean_dec(x_408); -lean_dec(x_406); -lean_dec(x_405); -x_512 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_512, 0, x_407); -lean_ctor_set_uint8(x_512, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_512, sizeof(void*)*1 + 1, x_404); -x_513 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_513, 0, x_512); -lean_ctor_set(x_513, 1, x_402); -x_2 = x_513; -goto _start; +uint8_t x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; +x_703 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_704 = lean_ctor_get(x_7, 1); +lean_inc(x_704); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_705 = x_7; +} else { + lean_dec_ref(x_7); + x_705 = lean_box(0); } -else -{ -lean_object* x_515; -x_515 = lean_box(0); -x_409 = x_515; -goto block_440; +x_706 = lean_ctor_get(x_10, 1); +lean_inc(x_706); +x_707 = lean_ctor_get(x_10, 2); +lean_inc(x_707); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_708 = x_10; +} else { + lean_dec_ref(x_10); + x_708 = lean_box(0); +} +x_709 = lean_ctor_get(x_11, 0); +lean_inc(x_709); +lean_dec(x_11); +if (lean_is_scalar(x_708)) { + x_710 = lean_alloc_ctor(0, 3, 0); +} else { + x_710 = x_708; } +lean_ctor_set(x_710, 0, x_709); +lean_ctor_set(x_710, 1, x_706); +lean_ctor_set(x_710, 2, x_707); +if (lean_is_scalar(x_705)) { + x_711 = lean_alloc_ctor(1, 2, 0); +} else { + x_711 = x_705; +} +lean_ctor_set(x_711, 0, x_710); +lean_ctor_set(x_711, 1, x_704); +x_712 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_712, 0, x_711); +lean_ctor_set_uint8(x_712, sizeof(void*)*1, x_605); +lean_ctor_set_uint8(x_712, sizeof(void*)*1 + 1, x_703); +lean_ctor_set(x_2, 0, x_712); +goto _start; } } -case 3: +else { -lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; uint32_t x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; uint8_t x_525; -lean_dec(x_408); -lean_dec(x_405); -x_516 = lean_ctor_get(x_406, 1); -lean_inc(x_516); -x_517 = lean_ctor_get(x_406, 2); -lean_inc(x_517); -if (lean_is_exclusive(x_406)) { - lean_ctor_release(x_406, 0); - lean_ctor_release(x_406, 1); - lean_ctor_release(x_406, 2); - x_518 = x_406; -} else { - lean_dec_ref(x_406); - x_518 = lean_box(0); +lean_object* x_714; uint8_t 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; +x_714 = lean_ctor_get(x_2, 1); +lean_inc(x_714); +lean_dec(x_2); +x_715 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_716 = x_6; +} else { + lean_dec_ref(x_6); + x_716 = lean_box(0); } -x_519 = lean_ctor_get(x_441, 0); -lean_inc(x_519); -if (lean_is_exclusive(x_441)) { - lean_ctor_release(x_441, 0); - x_520 = x_441; +x_717 = lean_ctor_get(x_7, 1); +lean_inc(x_717); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_718 = x_7; } else { - lean_dec_ref(x_441); - x_520 = lean_box(0); + lean_dec_ref(x_7); + x_718 = lean_box(0); } -x_521 = 10; -x_522 = lean_string_utf8_byte_size(x_519); -x_523 = lean_unsigned_to_nat(0u); -x_524 = l_String_posOfAux(x_519, x_521, x_522, x_523); -x_525 = lean_nat_dec_eq(x_524, x_522); -if (x_525 == 0) -{ -lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; uint32_t 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; -x_526 = lean_string_utf8_extract(x_519, x_523, x_524); -x_527 = lean_ctor_get(x_3, 0); -lean_inc(x_527); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_528 = x_3; +x_719 = lean_ctor_get(x_10, 1); +lean_inc(x_719); +x_720 = lean_ctor_get(x_10, 2); +lean_inc(x_720); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_721 = x_10; } else { - lean_dec_ref(x_3); - x_528 = lean_box(0); -} -x_529 = lean_string_append(x_527, x_526); -lean_dec(x_526); -x_530 = l_Int_toNat(x_516); -x_531 = 32; -x_532 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_530); -x_533 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_531, x_530, x_532); -x_534 = lean_string_append(x_529, x_533); -lean_dec(x_533); -if (lean_is_scalar(x_528)) { - x_535 = lean_alloc_ctor(0, 2, 0); -} else { - x_535 = x_528; -} -lean_ctor_set(x_535, 0, x_534); -lean_ctor_set(x_535, 1, x_530); -x_536 = lean_string_utf8_next(x_519, x_524); -lean_dec(x_524); -x_537 = lean_string_utf8_extract(x_519, x_536, x_522); -lean_dec(x_522); -lean_dec(x_536); -lean_dec(x_519); -if (lean_is_scalar(x_520)) { - x_538 = lean_alloc_ctor(3, 1, 0); + lean_dec_ref(x_10); + x_721 = lean_box(0); +} +x_722 = lean_ctor_get(x_11, 0); +lean_inc(x_722); +lean_dec(x_11); +if (lean_is_scalar(x_721)) { + x_723 = lean_alloc_ctor(0, 3, 0); } else { - x_538 = x_520; + x_723 = x_721; } -lean_ctor_set(x_538, 0, x_537); -if (lean_is_scalar(x_518)) { - x_539 = lean_alloc_ctor(0, 3, 0); -} else { - x_539 = x_518; -} -lean_ctor_set(x_539, 0, x_538); -lean_ctor_set(x_539, 1, x_516); -lean_ctor_set(x_539, 2, x_517); -x_540 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_540, 0, x_539); -lean_ctor_set(x_540, 1, x_407); -x_541 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_404, x_540, x_402, x_1, x_535); -x_542 = lean_ctor_get(x_541, 0); -lean_inc(x_542); -x_543 = lean_ctor_get(x_541, 1); -lean_inc(x_543); -lean_dec(x_541); -x_2 = x_542; -x_3 = x_543; -goto _start; +lean_ctor_set(x_723, 0, x_722); +lean_ctor_set(x_723, 1, x_719); +lean_ctor_set(x_723, 2, x_720); +if (lean_is_scalar(x_718)) { + x_724 = lean_alloc_ctor(1, 2, 0); +} else { + x_724 = x_718; } -else -{ -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_dec(x_524); -lean_dec(x_522); -lean_dec(x_520); -lean_dec(x_518); -lean_dec(x_517); -lean_dec(x_516); -x_545 = lean_ctor_get(x_3, 0); -lean_inc(x_545); -x_546 = lean_ctor_get(x_3, 1); -lean_inc(x_546); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_547 = x_3; +lean_ctor_set(x_724, 0, x_723); +lean_ctor_set(x_724, 1, x_717); +if (lean_is_scalar(x_716)) { + x_725 = lean_alloc_ctor(0, 1, 2); } else { - lean_dec_ref(x_3); - x_547 = lean_box(0); -} -x_548 = lean_string_append(x_545, x_519); -x_549 = lean_string_length(x_519); -lean_dec(x_519); -x_550 = lean_nat_add(x_546, x_549); -lean_dec(x_549); -lean_dec(x_546); -if (lean_is_scalar(x_547)) { - x_551 = lean_alloc_ctor(0, 2, 0); -} else { - x_551 = x_547; -} -lean_ctor_set(x_551, 0, x_548); -lean_ctor_set(x_551, 1, x_550); -x_552 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_552, 0, x_407); -lean_ctor_set_uint8(x_552, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_552, sizeof(void*)*1 + 1, x_404); -x_553 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_553, 0, x_552); -lean_ctor_set(x_553, 1, x_402); -x_2 = x_553; -x_3 = x_551; + x_725 = x_716; +} +lean_ctor_set(x_725, 0, x_724); +lean_ctor_set_uint8(x_725, sizeof(void*)*1, x_605); +lean_ctor_set_uint8(x_725, sizeof(void*)*1 + 1, x_715); +x_726 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_726, 0, x_725); +lean_ctor_set(x_726, 1, x_714); +x_2 = x_726; goto _start; } } -case 4: -{ -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_dec(x_408); -lean_dec(x_405); -x_555 = lean_ctor_get(x_406, 1); -lean_inc(x_555); -x_556 = lean_ctor_get(x_406, 2); -lean_inc(x_556); -if (lean_is_exclusive(x_406)) { - lean_ctor_release(x_406, 0); - lean_ctor_release(x_406, 1); - lean_ctor_release(x_406, 2); - x_557 = x_406; -} else { - lean_dec_ref(x_406); - x_557 = lean_box(0); -} -x_558 = lean_ctor_get(x_441, 0); -lean_inc(x_558); -x_559 = lean_ctor_get(x_441, 1); -lean_inc(x_559); -lean_dec(x_441); -x_560 = lean_int_add(x_555, x_558); -lean_dec(x_558); -lean_dec(x_555); -if (lean_is_scalar(x_557)) { - x_561 = lean_alloc_ctor(0, 3, 0); -} else { - x_561 = x_557; -} -lean_ctor_set(x_561, 0, x_559); -lean_ctor_set(x_561, 1, x_560); -lean_ctor_set(x_561, 2, x_556); -x_562 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_562, 0, x_561); -lean_ctor_set(x_562, 1, x_407); -x_563 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_563, 0, x_562); -lean_ctor_set_uint8(x_563, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_563, sizeof(void*)*1 + 1, x_404); -x_564 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_564, 0, x_563); -lean_ctor_set(x_564, 1, x_402); -x_2 = x_564; -goto _start; } -case 5: +default: { -lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; -lean_dec(x_408); -lean_dec(x_405); -x_566 = lean_ctor_get(x_406, 1); -lean_inc(x_566); -x_567 = lean_ctor_get(x_406, 2); -lean_inc(x_567); -if (lean_is_exclusive(x_406)) { - lean_ctor_release(x_406, 0); - lean_ctor_release(x_406, 1); - lean_ctor_release(x_406, 2); - x_568 = x_406; -} else { - lean_dec_ref(x_406); - x_568 = lean_box(0); -} -x_569 = lean_ctor_get(x_441, 0); -lean_inc(x_569); -x_570 = lean_ctor_get(x_441, 1); -lean_inc(x_570); -lean_dec(x_441); -x_571 = lean_unsigned_to_nat(0u); -lean_inc(x_566); -if (lean_is_scalar(x_568)) { - x_572 = lean_alloc_ctor(0, 3, 0); -} else { - x_572 = x_568; -} -lean_ctor_set(x_572, 0, x_569); -lean_ctor_set(x_572, 1, x_566); -lean_ctor_set(x_572, 2, x_571); -x_573 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_573, 0, x_570); -lean_ctor_set(x_573, 1, x_566); -lean_ctor_set(x_573, 2, x_567); -x_574 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_574, 0, x_573); -lean_ctor_set(x_574, 1, x_407); -x_575 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_575, 0, x_572); -lean_ctor_set(x_575, 1, x_574); -x_576 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_576, 0, x_575); -lean_ctor_set_uint8(x_576, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_576, sizeof(void*)*1 + 1, x_404); -x_577 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_577, 0, x_576); -lean_ctor_set(x_577, 1, x_402); -x_2 = x_577; +uint8_t x_728; +x_728 = !lean_is_exclusive(x_2); +if (x_728 == 0) +{ +lean_object* x_729; uint8_t x_730; +x_729 = lean_ctor_get(x_2, 0); +lean_dec(x_729); +x_730 = !lean_is_exclusive(x_6); +if (x_730 == 0) +{ +lean_object* x_731; uint8_t x_732; +x_731 = lean_ctor_get(x_6, 0); +lean_dec(x_731); +x_732 = !lean_is_exclusive(x_7); +if (x_732 == 0) +{ +lean_object* x_733; uint8_t x_734; +x_733 = lean_ctor_get(x_7, 0); +lean_dec(x_733); +x_734 = !lean_is_exclusive(x_10); +if (x_734 == 0) +{ +lean_object* x_735; lean_object* x_736; lean_object* x_737; lean_object* x_738; lean_object* x_739; +x_735 = lean_ctor_get(x_10, 2); +x_736 = lean_ctor_get(x_10, 0); +lean_dec(x_736); +x_737 = lean_ctor_get(x_11, 1); +lean_inc(x_737); +lean_dec(x_11); +x_738 = lean_unsigned_to_nat(1u); +x_739 = lean_nat_add(x_735, x_738); +lean_dec(x_735); +lean_ctor_set(x_10, 2, x_739); +lean_ctor_set(x_10, 0, x_737); goto _start; } -case 6: +else { -lean_dec(x_408); -lean_dec(x_405); -if (x_403 == 0) -{ -lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; uint8_t x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; -x_579 = lean_ctor_get(x_406, 1); -lean_inc(x_579); -x_580 = lean_ctor_get(x_406, 2); -lean_inc(x_580); -if (lean_is_exclusive(x_406)) { - lean_ctor_release(x_406, 0); - lean_ctor_release(x_406, 1); - lean_ctor_release(x_406, 2); - x_581 = x_406; -} else { - lean_dec_ref(x_406); - x_581 = lean_box(0); -} -x_582 = lean_ctor_get(x_441, 0); -lean_inc(x_582); -x_583 = lean_ctor_get_uint8(x_441, sizeof(void*)*1); -lean_dec(x_441); -if (lean_is_scalar(x_581)) { - x_584 = lean_alloc_ctor(0, 3, 0); -} else { - x_584 = x_581; -} -lean_ctor_set(x_584, 0, x_582); -lean_ctor_set(x_584, 1, x_579); -lean_ctor_set(x_584, 2, x_580); -x_585 = lean_box(0); -x_586 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_586, 0, x_584); -lean_ctor_set(x_586, 1, x_585); -x_587 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_587, 0, x_407); -lean_ctor_set_uint8(x_587, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_587, sizeof(void*)*1 + 1, x_404); -x_588 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_588, 0, x_587); -lean_ctor_set(x_588, 1, x_402); -x_589 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Std_Format_pretty___spec__3(x_583, x_586, x_588, x_1, x_3); -x_590 = lean_ctor_get(x_589, 0); -lean_inc(x_590); -x_591 = lean_ctor_get(x_589, 1); -lean_inc(x_591); -lean_dec(x_589); -x_2 = x_590; -x_3 = x_591; +lean_object* x_741; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; +x_741 = lean_ctor_get(x_10, 1); +x_742 = lean_ctor_get(x_10, 2); +lean_inc(x_742); +lean_inc(x_741); +lean_dec(x_10); +x_743 = lean_ctor_get(x_11, 1); +lean_inc(x_743); +lean_dec(x_11); +x_744 = lean_unsigned_to_nat(1u); +x_745 = lean_nat_add(x_742, x_744); +lean_dec(x_742); +x_746 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_746, 0, x_743); +lean_ctor_set(x_746, 1, x_741); +lean_ctor_set(x_746, 2, x_745); +lean_ctor_set(x_7, 0, x_746); goto _start; } +} else { -lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; -x_593 = lean_ctor_get(x_406, 1); -lean_inc(x_593); -x_594 = lean_ctor_get(x_406, 2); -lean_inc(x_594); -if (lean_is_exclusive(x_406)) { - lean_ctor_release(x_406, 0); - lean_ctor_release(x_406, 1); - lean_ctor_release(x_406, 2); - x_595 = x_406; -} else { - lean_dec_ref(x_406); - x_595 = lean_box(0); -} -x_596 = lean_ctor_get(x_441, 0); -lean_inc(x_596); -lean_dec(x_441); -if (lean_is_scalar(x_595)) { - x_597 = lean_alloc_ctor(0, 3, 0); -} else { - x_597 = x_595; -} -lean_ctor_set(x_597, 0, x_596); -lean_ctor_set(x_597, 1, x_593); -lean_ctor_set(x_597, 2, x_594); -x_598 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_598, 0, x_597); -lean_ctor_set(x_598, 1, x_407); -x_599 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_599, 0, x_598); -lean_ctor_set_uint8(x_599, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_599, sizeof(void*)*1 + 1, x_404); -x_600 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_600, 0, x_599); -lean_ctor_set(x_600, 1, x_402); -x_2 = x_600; +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; +x_748 = lean_ctor_get(x_7, 1); +lean_inc(x_748); +lean_dec(x_7); +x_749 = lean_ctor_get(x_10, 1); +lean_inc(x_749); +x_750 = lean_ctor_get(x_10, 2); +lean_inc(x_750); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_751 = x_10; +} else { + lean_dec_ref(x_10); + x_751 = lean_box(0); +} +x_752 = lean_ctor_get(x_11, 1); +lean_inc(x_752); +lean_dec(x_11); +x_753 = lean_unsigned_to_nat(1u); +x_754 = lean_nat_add(x_750, x_753); +lean_dec(x_750); +if (lean_is_scalar(x_751)) { + x_755 = lean_alloc_ctor(0, 3, 0); +} else { + x_755 = x_751; +} +lean_ctor_set(x_755, 0, x_752); +lean_ctor_set(x_755, 1, x_749); +lean_ctor_set(x_755, 2, x_754); +x_756 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_756, 0, x_755); +lean_ctor_set(x_756, 1, x_748); +lean_ctor_set(x_6, 0, x_756); goto _start; } } -default: +else { -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_dec(x_408); -lean_dec(x_405); -x_602 = lean_ctor_get(x_406, 1); -lean_inc(x_602); -x_603 = lean_ctor_get(x_406, 2); -lean_inc(x_603); -if (lean_is_exclusive(x_406)) { - lean_ctor_release(x_406, 0); - lean_ctor_release(x_406, 1); - lean_ctor_release(x_406, 2); - x_604 = x_406; -} else { - lean_dec_ref(x_406); - x_604 = lean_box(0); -} -x_605 = lean_ctor_get(x_441, 1); -lean_inc(x_605); -lean_dec(x_441); -x_606 = lean_unsigned_to_nat(1u); -x_607 = lean_nat_add(x_603, x_606); -lean_dec(x_603); -if (lean_is_scalar(x_604)) { - x_608 = lean_alloc_ctor(0, 3, 0); -} else { - x_608 = x_604; -} -lean_ctor_set(x_608, 0, x_605); -lean_ctor_set(x_608, 1, x_602); -lean_ctor_set(x_608, 2, x_607); -x_609 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_609, 0, x_608); -lean_ctor_set(x_609, 1, x_407); -x_610 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_610, 0, x_609); -lean_ctor_set_uint8(x_610, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_610, sizeof(void*)*1 + 1, x_404); -x_611 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_611, 0, x_610); -lean_ctor_set(x_611, 1, x_402); -x_2 = x_611; -goto _start; +uint8_t x_758; uint8_t x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; +x_758 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_759 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_760 = lean_ctor_get(x_7, 1); +lean_inc(x_760); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_761 = x_7; +} else { + lean_dec_ref(x_7); + x_761 = lean_box(0); +} +x_762 = lean_ctor_get(x_10, 1); +lean_inc(x_762); +x_763 = lean_ctor_get(x_10, 2); +lean_inc(x_763); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_764 = x_10; +} else { + lean_dec_ref(x_10); + x_764 = lean_box(0); } +x_765 = lean_ctor_get(x_11, 1); +lean_inc(x_765); +lean_dec(x_11); +x_766 = lean_unsigned_to_nat(1u); +x_767 = lean_nat_add(x_763, x_766); +lean_dec(x_763); +if (lean_is_scalar(x_764)) { + x_768 = lean_alloc_ctor(0, 3, 0); +} else { + x_768 = x_764; } -block_440: -{ -lean_object* x_410; lean_object* x_411; lean_object* x_412; uint8_t x_413; -lean_dec(x_409); -x_410 = lean_ctor_get(x_3, 1); -lean_inc(x_410); -x_411 = lean_nat_to_int(x_410); -x_412 = lean_ctor_get(x_406, 1); -lean_inc(x_412); -lean_dec(x_406); -x_413 = lean_int_dec_lt(x_411, x_412); -if (x_413 == 0) -{ -lean_object* x_414; lean_object* x_415; lean_object* x_416; uint32_t 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_dec(x_411); -x_414 = l_Int_toNat(x_412); -lean_dec(x_412); -x_415 = lean_ctor_get(x_3, 0); -lean_inc(x_415); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_416 = x_3; +lean_ctor_set(x_768, 0, x_765); +lean_ctor_set(x_768, 1, x_762); +lean_ctor_set(x_768, 2, x_767); +if (lean_is_scalar(x_761)) { + x_769 = lean_alloc_ctor(1, 2, 0); } else { - lean_dec_ref(x_3); - x_416 = lean_box(0); -} -x_417 = 32; -x_418 = l_Std_Format_instMonadPrettyFormatStateMState___lambda__2___closed__1; -lean_inc(x_414); -x_419 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_417, x_414, x_418); -x_420 = lean_string_append(x_415, x_419); -lean_dec(x_419); -if (lean_is_scalar(x_416)) { - x_421 = lean_alloc_ctor(0, 2, 0); -} else { - x_421 = x_416; -} -lean_ctor_set(x_421, 0, x_420); -lean_ctor_set(x_421, 1, x_414); -if (lean_is_scalar(x_405)) { - x_422 = lean_alloc_ctor(0, 1, 2); -} else { - x_422 = x_405; -} -lean_ctor_set(x_422, 0, x_407); -lean_ctor_set_uint8(x_422, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_422, sizeof(void*)*1 + 1, x_404); -if (lean_is_scalar(x_408)) { - x_423 = lean_alloc_ctor(1, 2, 0); -} else { - x_423 = x_408; -} -lean_ctor_set(x_423, 0, x_422); -lean_ctor_set(x_423, 1, x_402); -x_2 = x_423; -x_3 = x_421; + x_769 = x_761; +} +lean_ctor_set(x_769, 0, x_768); +lean_ctor_set(x_769, 1, x_760); +x_770 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_770, 0, x_769); +lean_ctor_set_uint8(x_770, sizeof(void*)*1, x_758); +lean_ctor_set_uint8(x_770, sizeof(void*)*1 + 1, x_759); +lean_ctor_set(x_2, 0, x_770); goto _start; } +} else { -uint32_t 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; -x_425 = 32; -x_426 = lean_int_sub(x_412, x_411); -lean_dec(x_411); -lean_dec(x_412); -x_427 = l_Int_toNat(x_426); -lean_dec(x_426); -x_428 = l_Std_Format_isEmpty___closed__1; -x_429 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_425, x_427, x_428); -x_430 = lean_ctor_get(x_3, 0); -lean_inc(x_430); -x_431 = lean_ctor_get(x_3, 1); -lean_inc(x_431); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - x_432 = x_3; +lean_object* x_772; uint8_t x_773; uint8_t 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_772 = lean_ctor_get(x_2, 1); +lean_inc(x_772); +lean_dec(x_2); +x_773 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_774 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_775 = x_6; } else { - lean_dec_ref(x_3); - x_432 = lean_box(0); + lean_dec_ref(x_6); + x_775 = lean_box(0); } -x_433 = lean_string_append(x_430, x_429); -x_434 = lean_string_length(x_429); -lean_dec(x_429); -x_435 = lean_nat_add(x_431, x_434); -lean_dec(x_434); -lean_dec(x_431); -if (lean_is_scalar(x_432)) { - x_436 = lean_alloc_ctor(0, 2, 0); +x_776 = lean_ctor_get(x_7, 1); +lean_inc(x_776); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_777 = x_7; +} else { + lean_dec_ref(x_7); + x_777 = lean_box(0); +} +x_778 = lean_ctor_get(x_10, 1); +lean_inc(x_778); +x_779 = lean_ctor_get(x_10, 2); +lean_inc(x_779); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_780 = x_10; } else { - x_436 = x_432; + lean_dec_ref(x_10); + x_780 = lean_box(0); } -lean_ctor_set(x_436, 0, x_433); -lean_ctor_set(x_436, 1, x_435); -if (lean_is_scalar(x_405)) { - x_437 = lean_alloc_ctor(0, 1, 2); +x_781 = lean_ctor_get(x_11, 1); +lean_inc(x_781); +lean_dec(x_11); +x_782 = lean_unsigned_to_nat(1u); +x_783 = lean_nat_add(x_779, x_782); +lean_dec(x_779); +if (lean_is_scalar(x_780)) { + x_784 = lean_alloc_ctor(0, 3, 0); } else { - x_437 = x_405; + x_784 = x_780; } -lean_ctor_set(x_437, 0, x_407); -lean_ctor_set_uint8(x_437, sizeof(void*)*1, x_403); -lean_ctor_set_uint8(x_437, sizeof(void*)*1 + 1, x_404); -if (lean_is_scalar(x_408)) { - x_438 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_784, 0, x_781); +lean_ctor_set(x_784, 1, x_778); +lean_ctor_set(x_784, 2, x_783); +if (lean_is_scalar(x_777)) { + x_785 = lean_alloc_ctor(1, 2, 0); } else { - x_438 = x_408; + x_785 = x_777; } -lean_ctor_set(x_438, 0, x_437); -lean_ctor_set(x_438, 1, x_402); -x_2 = x_438; -x_3 = x_436; +lean_ctor_set(x_785, 0, x_784); +lean_ctor_set(x_785, 1, x_776); +if (lean_is_scalar(x_775)) { + x_786 = lean_alloc_ctor(0, 1, 2); +} else { + x_786 = x_775; +} +lean_ctor_set(x_786, 0, x_785); +lean_ctor_set_uint8(x_786, sizeof(void*)*1, x_773); +lean_ctor_set_uint8(x_786, sizeof(void*)*1 + 1, x_774); +x_787 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_787, 0, x_786); +lean_ctor_set(x_787, 1, x_772); +x_2 = x_787; goto _start; } } @@ -7536,10 +7378,10 @@ l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__1 = _in lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__1); l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__2 = _init_l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__2(); lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_spaceUptoLine___closed__2); -l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__1 = _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__1(); -lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__1); -l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2 = _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2(); -lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__9___closed__2); +l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__1 = _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__1(); +lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__1); +l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2 = _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2(); +lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___lambda__7___closed__2); l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1 = _init_l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1(); lean_mark_persistent(l___private_Init_Data_Format_Basic_0__Std_Format_be___rarg___closed__1); l_Std_Format_paren___closed__1 = _init_l_Std_Format_paren___closed__1(); diff --git a/stage0/stdlib/Init/Data/Format/Syntax.c b/stage0/stdlib/Init/Data/Format/Syntax.c index efbf69166c95..7e6500bb29f6 100644 --- a/stage0/stdlib/Init/Data/Format/Syntax.c +++ b/stage0/stdlib/Init/Data/Format/Syntax.c @@ -15,7 +15,6 @@ extern "C" { #endif lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_formatStx(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo(uint8_t, lean_object*, lean_object*); @@ -26,14 +25,12 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_formatStxAux___boxed(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_String_quote(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__17; static lean_object* l_Lean_Syntax_formatStxAux___closed__25; static lean_object* l_Lean_Syntax_formatStxAux___closed__26; LEAN_EXPORT lean_object* l_Lean_Syntax_instToStringTSyntax___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instToStringSyntax; static lean_object* l_Lean_Syntax_formatStxAux___closed__27; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__6(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo___closed__1; static lean_object* l_Lean_Syntax_instToStringSyntax___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_instToFormatSyntax(lean_object*); @@ -44,7 +41,6 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_instToStringSyntax___lambda__1(lean_objec static lean_object* l_Lean_Syntax_formatStxAux___closed__4; lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__23; static lean_object* l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo___closed__5; lean_object* l_Lean_Name_replacePrefix(lean_object*, lean_object*, lean_object*); @@ -53,8 +49,6 @@ static lean_object* l_Lean_Syntax_formatStxAux___closed__15; static lean_object* l_Lean_Syntax_formatStxAux___closed__1; lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_formatStx___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_instToFormatTSyntax(lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__24; @@ -82,14 +76,12 @@ lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Syntax_instToStringTSyntax(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__18; static lean_object* l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo___closed__2; static lean_object* l_Lean_Syntax_formatStxAux___closed__7; lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_formatStxAux___closed__21; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -436,198 +428,6 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_6; -x_6 = l_List_reverse___rarg(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; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -x_9 = lean_ctor_get(x_4, 1); -x_10 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_8); -lean_ctor_set(x_4, 1, x_5); -lean_ctor_set(x_4, 0, x_10); -{ -lean_object* _tmp_3 = x_9; -lean_object* _tmp_4 = x_4; -x_4 = _tmp_3; -x_5 = _tmp_4; -} -goto _start; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_4, 0); -x_13 = lean_ctor_get(x_4, 1); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_4); -x_14 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_12); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_5); -x_4 = x_13; -x_5 = x_15; -goto _start; -} -} -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__4(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_6; -x_6 = l_List_reverse___rarg(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; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -x_9 = lean_ctor_get(x_4, 1); -x_10 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_8); -lean_ctor_set(x_4, 1, x_5); -lean_ctor_set(x_4, 0, x_10); -{ -lean_object* _tmp_3 = x_9; -lean_object* _tmp_4 = x_4; -x_4 = _tmp_3; -x_5 = _tmp_4; -} -goto _start; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_4, 0); -x_13 = lean_ctor_get(x_4, 1); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_4); -x_14 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_12); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_5); -x_4 = x_13; -x_5 = x_15; -goto _start; -} -} -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__5(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_6; -x_6 = l_List_reverse___rarg(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; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -x_9 = lean_ctor_get(x_4, 1); -x_10 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_8); -lean_ctor_set(x_4, 1, x_5); -lean_ctor_set(x_4, 0, x_10); -{ -lean_object* _tmp_3 = x_9; -lean_object* _tmp_4 = x_4; -x_4 = _tmp_3; -x_5 = _tmp_4; -} -goto _start; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_4, 0); -x_13 = lean_ctor_get(x_4, 1); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_4); -x_14 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_12); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_5); -x_4 = x_13; -x_5 = x_15; -goto _start; -} -} -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__6(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_6; -x_6 = l_List_reverse___rarg(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; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -x_9 = lean_ctor_get(x_4, 1); -x_10 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_8); -lean_ctor_set(x_4, 1, x_5); -lean_ctor_set(x_4, 0, x_10); -{ -lean_object* _tmp_3 = x_9; -lean_object* _tmp_4 = x_4; -x_4 = _tmp_3; -x_5 = _tmp_4; -} -goto _start; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_4, 0); -x_13 = lean_ctor_get(x_4, 1); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_4); -x_14 = l_Lean_Syntax_formatStxAux(x_1, x_2, x_3, x_12); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_5); -x_4 = x_13; -x_5 = x_15; -goto _start; -} -} -} -} static lean_object* _init_l_Lean_Syntax_formatStxAux___closed__1() { _start: { @@ -918,7 +718,7 @@ x_10 = l_Lean_Syntax_formatStxAux___closed__4; x_11 = lean_name_eq(x_6, x_10); if (x_11 == 0) { -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; uint8_t x_20; +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; uint8_t x_20; uint8_t x_21; x_12 = l_Lean_Syntax_formatStxAux___closed__7; x_13 = lean_box(0); x_14 = l_Lean_Name_replacePrefix(x_6, x_12, x_13); @@ -932,321 +732,198 @@ x_20 = lean_nat_dec_lt(x_19, x_18); 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; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; -x_21 = lean_array_to_list(lean_box(0), x_7); -x_22 = lean_box(0); -x_23 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__1(x_1, x_2, x_9, x_21, x_22); -lean_dec(x_9); -x_24 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_24, 0, x_17); -lean_ctor_set(x_24, 1, x_23); -x_25 = lean_box(1); -x_26 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_24, x_25); -x_27 = l_Lean_Syntax_formatStxAux___closed__11; -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_Syntax_formatStxAux___closed__13; -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_Syntax_formatStxAux___closed__10; -x_32 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = 0; -x_34 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set_uint8(x_34, sizeof(void*)*1, x_33); -return x_34; +uint8_t x_49; +x_49 = 0; +x_21 = x_49; +goto block_48; } else { if (lean_obj_tag(x_1) == 0) { -uint8_t x_35; -x_35 = lean_nat_dec_lt(x_9, x_9); -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; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_object* x_49; -x_36 = lean_array_to_list(lean_box(0), x_7); -x_37 = lean_box(0); -x_38 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__2(x_1, x_2, x_9, x_36, x_37); -lean_dec(x_9); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_17); -lean_ctor_set(x_39, 1, x_38); -x_40 = lean_box(1); -x_41 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_39, x_40); -x_42 = l_Lean_Syntax_formatStxAux___closed__11; -x_43 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_41); -x_44 = l_Lean_Syntax_formatStxAux___closed__13; -x_45 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -x_46 = l_Lean_Syntax_formatStxAux___closed__10; -x_47 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_45); -x_48 = 0; -x_49 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_49, 0, x_47); -lean_ctor_set_uint8(x_49, sizeof(void*)*1, x_48); -return x_49; +uint8_t x_50; +x_50 = lean_nat_dec_lt(x_9, x_9); +x_21 = x_50; +goto block_48; } else { -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; uint8_t x_60; lean_object* x_61; -lean_dec(x_9); -lean_dec(x_7); -x_50 = l_Lean_Syntax_formatStxAux___closed__16; -x_51 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_51, 0, x_17); -lean_ctor_set(x_51, 1, x_50); -x_52 = lean_box(1); -x_53 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_51, x_52); -x_54 = l_Lean_Syntax_formatStxAux___closed__11; -x_55 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l_Lean_Syntax_formatStxAux___closed__13; -x_57 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -x_58 = l_Lean_Syntax_formatStxAux___closed__10; -x_59 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_57); -x_60 = 0; -x_61 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set_uint8(x_61, sizeof(void*)*1, x_60); -return x_61; +lean_object* x_51; uint8_t x_52; +x_51 = lean_ctor_get(x_1, 0); +x_52 = lean_nat_dec_lt(x_51, x_9); +x_21 = x_52; +goto block_48; } } -else +block_48: { -lean_object* x_62; uint8_t x_63; -x_62 = lean_ctor_get(x_1, 0); -x_63 = lean_nat_dec_lt(x_62, x_9); -if (x_63 == 0) +if (x_21 == 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; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; lean_object* x_77; -x_64 = lean_array_to_list(lean_box(0), x_7); -x_65 = lean_box(0); -x_66 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__3(x_1, x_2, x_9, x_64, x_65); +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; lean_object* x_35; +x_22 = lean_array_to_list(lean_box(0), x_7); +x_23 = lean_box(0); +x_24 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__1(x_1, x_2, x_9, x_22, x_23); lean_dec(x_9); -x_67 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_67, 0, x_17); -lean_ctor_set(x_67, 1, x_66); -x_68 = lean_box(1); -x_69 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_67, x_68); -x_70 = l_Lean_Syntax_formatStxAux___closed__11; -x_71 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_69); -x_72 = l_Lean_Syntax_formatStxAux___closed__13; -x_73 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_73, 0, x_71); -lean_ctor_set(x_73, 1, x_72); -x_74 = l_Lean_Syntax_formatStxAux___closed__10; -x_75 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_73); -x_76 = 0; -x_77 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_77, 0, x_75); -lean_ctor_set_uint8(x_77, sizeof(void*)*1, x_76); -return x_77; +x_25 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_25, 0, x_17); +lean_ctor_set(x_25, 1, x_24); +x_26 = lean_box(1); +x_27 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_25, x_26); +x_28 = l_Lean_Syntax_formatStxAux___closed__11; +x_29 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +x_30 = l_Lean_Syntax_formatStxAux___closed__13; +x_31 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_31, 0, x_29); +lean_ctor_set(x_31, 1, x_30); +x_32 = l_Lean_Syntax_formatStxAux___closed__10; +x_33 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_31); +x_34 = 0; +x_35 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set_uint8(x_35, sizeof(void*)*1, x_34); +return x_35; } 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; uint8_t x_88; lean_object* x_89; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; lean_dec(x_9); lean_dec(x_7); -x_78 = l_Lean_Syntax_formatStxAux___closed__16; -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_17); -lean_ctor_set(x_79, 1, x_78); -x_80 = lean_box(1); -x_81 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_79, x_80); -x_82 = l_Lean_Syntax_formatStxAux___closed__11; -x_83 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_81); -x_84 = l_Lean_Syntax_formatStxAux___closed__13; -x_85 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -x_86 = l_Lean_Syntax_formatStxAux___closed__10; -x_87 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_85); -x_88 = 0; -x_89 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set_uint8(x_89, sizeof(void*)*1, x_88); -return x_89; -} +x_36 = l_Lean_Syntax_formatStxAux___closed__16; +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_17); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_box(1); +x_39 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_37, x_38); +x_40 = l_Lean_Syntax_formatStxAux___closed__11; +x_41 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_39); +x_42 = l_Lean_Syntax_formatStxAux___closed__13; +x_43 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +x_44 = l_Lean_Syntax_formatStxAux___closed__10; +x_45 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_43); +x_46 = 0; +x_47 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set_uint8(x_47, sizeof(void*)*1, x_46); +return x_47; } } } else { -lean_object* x_90; lean_object* x_91; uint8_t x_92; +lean_object* x_53; lean_object* x_54; uint8_t x_55; uint8_t x_56; lean_dec(x_6); -x_90 = lean_array_get_size(x_7); -x_91 = lean_unsigned_to_nat(0u); -x_92 = lean_nat_dec_lt(x_91, x_90); -lean_dec(x_90); -if (x_92 == 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_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; -x_93 = lean_array_to_list(lean_box(0), x_7); -x_94 = lean_box(0); -x_95 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__4(x_1, x_2, x_9, x_93, x_94); -lean_dec(x_9); -x_96 = lean_box(1); -x_97 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_95, x_96); -x_98 = l_Lean_Syntax_formatStxAux___closed__20; -x_99 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_97); -x_100 = l_Lean_Syntax_formatStxAux___closed__22; -x_101 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_101, 0, x_99); -lean_ctor_set(x_101, 1, x_100); -x_102 = l_Lean_Syntax_formatStxAux___closed__19; -x_103 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_101); -x_104 = 0; -x_105 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_105, 0, x_103); -lean_ctor_set_uint8(x_105, sizeof(void*)*1, x_104); -return x_105; +x_53 = lean_array_get_size(x_7); +x_54 = lean_unsigned_to_nat(0u); +x_55 = lean_nat_dec_lt(x_54, x_53); +lean_dec(x_53); +if (x_55 == 0) +{ +uint8_t x_72; +x_72 = 0; +x_56 = x_72; +goto block_71; } else { if (lean_obj_tag(x_1) == 0) { -uint8_t x_106; -x_106 = lean_nat_dec_lt(x_9, x_9); -if (x_106 == 0) -{ -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; uint8_t x_118; lean_object* x_119; -x_107 = lean_array_to_list(lean_box(0), x_7); -x_108 = lean_box(0); -x_109 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__5(x_1, x_2, x_9, x_107, x_108); -lean_dec(x_9); -x_110 = lean_box(1); -x_111 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_109, x_110); -x_112 = l_Lean_Syntax_formatStxAux___closed__20; -x_113 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_111); -x_114 = l_Lean_Syntax_formatStxAux___closed__22; -x_115 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_Syntax_formatStxAux___closed__19; -x_117 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_117, 0, x_116); -lean_ctor_set(x_117, 1, x_115); -x_118 = 0; -x_119 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set_uint8(x_119, sizeof(void*)*1, x_118); -return x_119; +uint8_t x_73; +x_73 = lean_nat_dec_lt(x_9, x_9); +x_56 = x_73; +goto block_71; } else { -lean_object* x_120; -lean_dec(x_9); -lean_dec(x_7); -x_120 = l_Lean_Syntax_formatStxAux___closed__26; -return x_120; +lean_object* x_74; uint8_t x_75; +x_74 = lean_ctor_get(x_1, 0); +x_75 = lean_nat_dec_lt(x_74, x_9); +x_56 = x_75; +goto block_71; } } -else +block_71: { -lean_object* x_121; uint8_t x_122; -x_121 = lean_ctor_get(x_1, 0); -x_122 = lean_nat_dec_lt(x_121, x_9); -if (x_122 == 0) +if (x_56 == 0) { -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; uint8_t x_134; lean_object* x_135; -x_123 = lean_array_to_list(lean_box(0), x_7); -x_124 = lean_box(0); -x_125 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__6(x_1, x_2, x_9, x_123, x_124); +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; uint8_t x_68; lean_object* x_69; +x_57 = lean_array_to_list(lean_box(0), x_7); +x_58 = lean_box(0); +x_59 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__2(x_1, x_2, x_9, x_57, x_58); lean_dec(x_9); -x_126 = lean_box(1); -x_127 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_125, x_126); -x_128 = l_Lean_Syntax_formatStxAux___closed__20; -x_129 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_129, 0, x_128); -lean_ctor_set(x_129, 1, x_127); -x_130 = l_Lean_Syntax_formatStxAux___closed__22; -x_131 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_131, 0, x_129); -lean_ctor_set(x_131, 1, x_130); -x_132 = l_Lean_Syntax_formatStxAux___closed__19; -x_133 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_131); -x_134 = 0; -x_135 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set_uint8(x_135, sizeof(void*)*1, x_134); -return x_135; +x_60 = lean_box(1); +x_61 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_59, x_60); +x_62 = l_Lean_Syntax_formatStxAux___closed__20; +x_63 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_61); +x_64 = l_Lean_Syntax_formatStxAux___closed__22; +x_65 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +x_66 = l_Lean_Syntax_formatStxAux___closed__19; +x_67 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_65); +x_68 = 0; +x_69 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_69, 0, x_67); +lean_ctor_set_uint8(x_69, sizeof(void*)*1, x_68); +return x_69; } else { -lean_object* x_136; +lean_object* x_70; lean_dec(x_9); lean_dec(x_7); -x_136 = l_Lean_Syntax_formatStxAux___closed__26; -return x_136; -} +x_70 = l_Lean_Syntax_formatStxAux___closed__26; +return x_70; } } } } case 2: { -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_137 = lean_ctor_get(x_4, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_4, 1); -lean_inc(x_138); +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_76 = lean_ctor_get(x_4, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_4, 1); +lean_inc(x_77); lean_dec(x_4); -x_139 = l_String_quote(x_138); -lean_dec(x_138); -x_140 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_140, 0, x_139); -x_141 = l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo(x_2, x_137, x_140); -return x_141; +x_78 = l_String_quote(x_77); +lean_dec(x_77); +x_79 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_79, 0, x_78); +x_80 = l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo(x_2, x_76, x_79); +return x_80; } default: { -lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_142 = lean_ctor_get(x_4, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_4, 2); -lean_inc(x_143); +lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_81 = lean_ctor_get(x_4, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_4, 2); +lean_inc(x_82); lean_dec(x_4); -x_144 = 1; -x_145 = l_Lean_Name_toString(x_143, x_144); -x_146 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_146, 0, x_145); -x_147 = l_Lean_Syntax_formatStxAux___closed__28; -x_148 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_146); -x_149 = l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo(x_2, x_142, x_148); -return x_149; +x_83 = 1; +x_84 = l_Lean_Name_toString(x_82, x_83); +x_85 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_85, 0, x_84); +x_86 = l_Lean_Syntax_formatStxAux___closed__28; +x_87 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l___private_Init_Data_Format_Syntax_0__Lean_Syntax_formatInfo(x_2, x_81, x_87); +return x_88; } } } @@ -1275,54 +952,6 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__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_2); -lean_dec(x_2); -x_7 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__3(x_1, x_6, x_3, x_4, x_5); -lean_dec(x_3); -lean_dec(x_1); -return x_7; -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__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_2); -lean_dec(x_2); -x_7 = l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__4(x_1, x_6, x_3, x_4, x_5); -lean_dec(x_3); -lean_dec(x_1); -return x_7; -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__5___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_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__5(x_1, x_6, x_3, x_4, x_5); -lean_dec(x_3); -lean_dec(x_1); -return x_7; -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__6___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_List_mapTR_loop___at_Lean_Syntax_formatStxAux___spec__6(x_1, x_6, x_3, x_4, x_5); -lean_dec(x_3); -lean_dec(x_1); -return x_7; -} -} LEAN_EXPORT lean_object* l_Lean_Syntax_formatStxAux___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { diff --git a/stage0/stdlib/Init/Data/Repr.c b/stage0/stdlib/Init/Data/Repr.c index 72cabcac2759..82fb7eafc10f 100644 --- a/stage0/stdlib/Init/Data/Repr.c +++ b/stage0/stdlib/Init/Data/Repr.c @@ -15,30 +15,31 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Prod_repr(lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; lean_object* lean_format_pretty(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(lean_object*, lean_object*); static lean_object* l_instReprPUnit___closed__2; LEAN_EXPORT lean_object* l_Char_quoteCore_smallCharToHex___boxed(lean_object*); LEAN_EXPORT lean_object* l_instReprPos___boxed(lean_object*, lean_object*); static lean_object* l_List_repr___rarg___closed__1; static lean_object* l_instReprUnit___closed__2; LEAN_EXPORT lean_object* l_instReprTuple___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1; LEAN_EXPORT lean_object* l_Nat_toDigitsCore___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___rarg___closed__4; static lean_object* l_Char_quoteCore___closed__2; static lean_object* l_Sum_repr___rarg___closed__2; LEAN_EXPORT lean_object* l_instReprSigma___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14; lean_object* lean_uint32_to_nat(uint32_t); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12; LEAN_EXPORT lean_object* l_instReprUInt8___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_reprStr(lean_object*); static lean_object* l_instReprPos___closed__1; static lean_object* l_instReprDecidable___rarg___closed__1; static lean_object* l_instReprSigma___rarg___closed__1; static lean_object* l_Char_quoteCore___closed__1; +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprPUnit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprId___rarg___boxed(lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12; LEAN_EXPORT lean_object* l_instReprList__1(lean_object*); static lean_object* l_instReprSigma___rarg___closed__6; LEAN_EXPORT lean_object* l_instReprULift___rarg(lean_object*, lean_object*, lean_object*); @@ -53,9 +54,9 @@ LEAN_EXPORT lean_object* l_instReprULift(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Prod_repr___spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l_instReprPos___closed__3; static lean_object* l_instReprBool___closed__2; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11; LEAN_EXPORT lean_object* l_List_repr_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprSum(lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6; static lean_object* l_instReprPUnit___closed__1; static lean_object* l_instReprSigma___rarg___closed__4; static lean_object* l_Option_repr___rarg___closed__4; @@ -75,17 +76,21 @@ LEAN_EXPORT lean_object* l_instReprList(lean_object*); static lean_object* l_Sum_repr___rarg___closed__4; lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Sum_repr___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13; lean_object* lean_string_push(lean_object*, uint32_t); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7; LEAN_EXPORT lean_object* l_instReprSigma(lean_object*, lean_object*); static lean_object* l_instReprULift___rarg___closed__1; LEAN_EXPORT lean_object* l_Nat_toDigits___boxed(lean_object*, lean_object*); static lean_object* l_instReprIterator___closed__1; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6; static lean_object* l_Repr_addAppParen___closed__2; LEAN_EXPORT lean_object* l_List_foldl___at_List_repr___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_instReprPos___closed__4; uint8_t l_String_isEmpty(lean_object*); lean_object* l_String_foldlAux_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Repr_addAppParen___closed__3; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8; LEAN_EXPORT lean_object* l_List_repr___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_repr(lean_object*); static lean_object* l_List_repr___rarg___closed__2; @@ -119,10 +124,10 @@ LEAN_EXPORT lean_object* l_reprArg___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprBool(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Nat_digitChar___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Prod_repr___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9; static lean_object* l_Repr_addAppParen___closed__4; static lean_object* l_instReprIterator___closed__3; LEAN_EXPORT uint32_t l_Nat_superDigitChar(lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11; LEAN_EXPORT lean_object* l_instReprString___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Char_quoteCore_smallCharToHex(uint32_t); LEAN_EXPORT lean_object* l_List_repr___rarg(lean_object*, lean_object*, lean_object*); @@ -139,16 +144,15 @@ LEAN_EXPORT lean_object* l_instReprInt___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprUSize(size_t, lean_object*); static lean_object* l_instReprBool___closed__1; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_List_repr_x27___spec__1(lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8; LEAN_EXPORT lean_object* l_instReprTuple(lean_object*); LEAN_EXPORT lean_object* l_String_quote___lambda__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; static lean_object* l_List_repr___rarg___closed__5; static lean_object* l_instReprDecidable___rarg___closed__4; LEAN_EXPORT lean_object* l_List_repr_x27___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprULift___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Char_quoteCore___closed__5; static lean_object* l_Int_repr___closed__1; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1; LEAN_EXPORT lean_object* l_List_repr_x27(lean_object*); LEAN_EXPORT lean_object* l_instReprUInt64___boxed(lean_object*, lean_object*); extern lean_object* l_Std_Format_defWidth; @@ -161,13 +165,11 @@ LEAN_EXPORT lean_object* l_instReprIterator___boxed(lean_object*, lean_object*); static lean_object* l_Prod_repr___rarg___closed__1; LEAN_EXPORT lean_object* l_hexDigitRepr___boxed(lean_object*); LEAN_EXPORT lean_object* l_instReprIdType___rarg(lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; LEAN_EXPORT lean_object* l_instReprSubtype(lean_object*, lean_object*); static lean_object* l_Repr_addAppParen___closed__5; LEAN_EXPORT lean_object* l_instReprIdType(lean_object*); static lean_object* l_Repr_addAppParen___closed__6; LEAN_EXPORT lean_object* l_Nat_toDigits(lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13; LEAN_EXPORT lean_object* l_Char_quote___boxed(lean_object*); LEAN_EXPORT lean_object* l_instReprFin___boxed(lean_object*); lean_object* lean_nat_abs(lean_object*); @@ -187,7 +189,6 @@ LEAN_EXPORT lean_object* l_instReprAtomBool; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_instReprProd(lean_object*, lean_object*); static lean_object* l_Int_repr___closed__2; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3; LEAN_EXPORT lean_object* l_repr___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprIterator(lean_object*, lean_object*); static lean_object* l_instReprUnit___closed__1; @@ -195,12 +196,13 @@ static lean_object* l_hexDigitRepr___closed__1; LEAN_EXPORT lean_object* l_instReprSourceInfo; LEAN_EXPORT lean_object* l_instReprPUnit___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprInt(lean_object*, lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); static lean_object* l_instReprSigma___rarg___closed__3; LEAN_EXPORT lean_object* l_instReprAtomChar; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10; LEAN_EXPORT lean_object* l_instReprUnit___boxed(lean_object*, lean_object*); static lean_object* l_Option_repr___rarg___closed__1; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14; LEAN_EXPORT lean_object* l_Nat_toSuperDigitsAux(lean_object*, lean_object*); static lean_object* l_List_repr___rarg___closed__3; lean_object* lean_uint16_to_nat(uint16_t); @@ -210,7 +212,6 @@ uint8_t lean_int_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprAtomUInt8; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_List_repr___spec__1(lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7; static lean_object* l_instReprDecidable___rarg___closed__3; LEAN_EXPORT lean_object* l_instReprOption(lean_object*); static lean_object* l_Option_repr___rarg___closed__2; @@ -218,7 +219,6 @@ static lean_object* l_Char_quote___closed__1; LEAN_EXPORT lean_object* l_instReprSum___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Option_repr___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_instReprIterator___closed__2; -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9; LEAN_EXPORT lean_object* l_instReprUInt32(uint32_t, lean_object*); LEAN_EXPORT lean_object* l_instReprDecidable___rarg(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_instReprUInt32___boxed(lean_object*, lean_object*); @@ -226,11 +226,11 @@ LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_List_repr___spec__1___rarg(le lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_instReprChar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprFin___rarg___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprFin(lean_object*); LEAN_EXPORT lean_object* l_instReprProd___rarg(lean_object*, lean_object*); lean_object* lean_uint8_to_nat(uint8_t); static lean_object* l_String_quote___closed__2; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; LEAN_EXPORT lean_object* l_instReprList__1___rarg(lean_object*, lean_object*); static lean_object* l_instReprSourceInfo___closed__1; LEAN_EXPORT lean_object* l_reprArg(lean_object*); @@ -251,17 +251,17 @@ LEAN_EXPORT lean_object* l_instReprString(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instReprUInt16(uint16_t, lean_object*); LEAN_EXPORT lean_object* l_repr(lean_object*); LEAN_EXPORT lean_object* l_instReprUInt16___boxed(lean_object*, lean_object*); -static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2; static lean_object* l_String_quote___closed__3; static lean_object* l_instReprDecidable___rarg___closed__2; static lean_object* l_List_repr___rarg___closed__6; LEAN_EXPORT lean_object* l_instReprIdType___rarg___boxed(lean_object*); +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10; static lean_object* l_instReprIterator___closed__4; LEAN_EXPORT lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_instReprTupleProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Char_quoteCore___closed__4; +static lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3; LEAN_EXPORT lean_object* l_instReprAtomString; -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___rarg(lean_object* x_1, lean_object* x_2) { _start: { @@ -3037,7 +3037,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1() { _start: { lean_object* x_1; @@ -3045,21 +3045,21 @@ x_1 = lean_mk_string_from_bytes("Lean.SourceInfo.original", 24); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3067,7 +3067,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -3076,7 +3076,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -3085,7 +3085,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6() { _start: { lean_object* x_1; @@ -3093,21 +3093,21 @@ x_1 = lean_mk_string_from_bytes("Lean.SourceInfo.synthetic", 25); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6; 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3115,7 +3115,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9() { _start: { lean_object* x_1; @@ -3123,33 +3123,33 @@ x_1 = lean_mk_string_from_bytes("Lean.SourceInfo.none", 20); return x_1; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9; 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; -x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; +x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10; x_3 = lean_alloc_ctor(4, 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3157,23 +3157,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; -x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; +x_2 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10; x_3 = lean_alloc_ctor(4, 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_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14() { +static lean_object* _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13; +x_1 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3181,7 +3181,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(lean_object* x_1, lean_object* x_2) { _start: { switch (lean_obj_tag(x_1)) { @@ -3239,7 +3239,7 @@ x_24 = l_instReprSubstring___closed__1; x_25 = lean_string_append(x_23, x_24); x_26 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_26, 0, x_25); -x_27 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3; +x_27 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_26); @@ -3278,7 +3278,7 @@ lean_ctor_set(x_41, 1, x_29); x_42 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_18); -x_43 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; +x_43 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; x_44 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_44, 0, x_43); lean_ctor_set(x_44, 1, x_42); @@ -3309,7 +3309,7 @@ x_53 = l_instReprSubstring___closed__1; x_54 = lean_string_append(x_52, x_53); x_55 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_55, 0, x_54); -x_56 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3; +x_56 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3; x_57 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_55); @@ -3348,7 +3348,7 @@ lean_ctor_set(x_70, 1, x_58); x_71 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_71, 0, x_70); lean_ctor_set(x_71, 1, x_18); -x_72 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; +x_72 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; x_73 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_73, 0, x_72); lean_ctor_set(x_73, 1, x_71); @@ -3382,7 +3382,7 @@ x_86 = l_instReprPos___closed__4; x_87 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_87, 0, x_85); lean_ctor_set(x_87, 1, x_86); -x_88 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8; +x_88 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8; x_89 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_89, 0, x_88); lean_ctor_set(x_89, 1, x_87); @@ -3414,7 +3414,7 @@ x_98 = l_instReprBool___closed__2; x_99 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_99, 0, x_97); lean_ctor_set(x_99, 1, x_98); -x_100 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; +x_100 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; x_101 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_101, 0, x_100); lean_ctor_set(x_101, 1, x_99); @@ -3432,7 +3432,7 @@ x_105 = l_instReprBool___closed__4; x_106 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_106, 0, x_97); lean_ctor_set(x_106, 1, x_105); -x_107 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4; +x_107 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4; x_108 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_108, 0, x_107); lean_ctor_set(x_108, 1, x_106); @@ -3453,7 +3453,7 @@ x_112 = l_instReprBool___closed__2; x_113 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_113, 0, x_97); lean_ctor_set(x_113, 1, x_112); -x_114 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; +x_114 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; x_115 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_115, 0, x_114); lean_ctor_set(x_115, 1, x_113); @@ -3471,7 +3471,7 @@ x_119 = l_instReprBool___closed__4; x_120 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_120, 0, x_97); lean_ctor_set(x_120, 1, x_119); -x_121 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5; +x_121 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5; x_122 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_122, 0, x_121); lean_ctor_set(x_122, 1, x_120); @@ -3492,14 +3492,14 @@ x_127 = lean_nat_dec_le(x_126, x_2); if (x_127 == 0) { lean_object* x_128; lean_object* x_129; -x_128 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12; +x_128 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12; x_129 = l_Repr_addAppParen(x_128, x_2); return x_129; } else { lean_object* x_130; lean_object* x_131; -x_130 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14; +x_130 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14; x_131 = l_Repr_addAppParen(x_130, x_2); return x_131; } @@ -3507,11 +3507,11 @@ return x_131; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_1, x_2); +x_3 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -3520,7 +3520,7 @@ static lean_object* _init_l_instReprSourceInfo___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____boxed), 2, 0); return x_1; } } @@ -3713,34 +3713,34 @@ l_instReprAtomUInt64 = _init_l_instReprAtomUInt64(); lean_mark_persistent(l_instReprAtomUInt64); l_instReprAtomUSize = _init_l_instReprAtomUSize(); lean_mark_persistent(l_instReprAtomUSize); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__1); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__2); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__3); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__4); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__5); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__6); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__7); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__8); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__9); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__10); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__11); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__12); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__13); -l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14(); -lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313____closed__14); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__1); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__2); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__3); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__4); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__5); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__6); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__7); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__8); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__9); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__10); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__11); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__12); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__13); +l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14 = _init_l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14(); +lean_mark_persistent(l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311____closed__14); l_instReprSourceInfo___closed__1 = _init_l_instReprSourceInfo___closed__1(); lean_mark_persistent(l_instReprSourceInfo___closed__1); l_instReprSourceInfo = _init_l_instReprSourceInfo(); diff --git a/stage0/stdlib/Init/Data/String/Basic.c b/stage0/stdlib/Init/Data/String/Basic.c index 729da2e4ae11..e275266c01a3 100644 --- a/stage0/stdlib/Init/Data/String/Basic.c +++ b/stage0/stdlib/Init/Data/String/Basic.c @@ -97,7 +97,6 @@ lean_object* lean_string_push(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_String_pushn(lean_object*, uint32_t, lean_object*); LEAN_EXPORT lean_object* l_String_substrEq___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Substring_next(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_intercalate_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_Iterator_extract(lean_object*, lean_object*); LEAN_EXPORT uint32_t l_String_Iterator_curr(lean_object*); @@ -121,6 +120,7 @@ uint8_t l_instDecidableNot___rarg(uint8_t); LEAN_EXPORT lean_object* l_String_get_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_toNat_x3f___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Substring_all(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(lean_object*, lean_object*); lean_object* lean_string_utf8_next(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_Iterator_curr___boxed(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -136,7 +136,6 @@ LEAN_EXPORT uint8_t l_String_anyAux(lean_object*, lean_object*, lean_object*, le LEAN_EXPORT lean_object* l_String_instInhabitedString; LEAN_EXPORT lean_object* l_Substring_splitOn_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Substring_takeWhile(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_foldrAux_loop___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Substring_contains(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_Substring_get___boxed(lean_object*, lean_object*); @@ -242,6 +241,7 @@ LEAN_EXPORT lean_object* l_String_prev___boxed(lean_object*, lean_object*); uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_Substring_toString___boxed(lean_object*); LEAN_EXPORT lean_object* l_String_extract___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_contains___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_split___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_String_map(lean_object*, lean_object*); @@ -1822,7 +1822,7 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(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; uint8_t x_7; @@ -1845,11 +1845,11 @@ return x_9; } } } -LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_2); +x_3 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -1860,7 +1860,7 @@ LEAN_EXPORT uint8_t l_String_instDecidableEqIterator(lean_object* x_1, lean_obje _start: { uint8_t x_3; -x_3 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_2); +x_3 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_2); return x_3; } } @@ -3962,587 +3962,598 @@ goto _start; } else { -lean_object* x_23; uint8_t x_24; lean_object* x_25; uint8_t x_54; +lean_object* x_23; uint8_t x_24; lean_object* x_25; uint8_t x_53; x_23 = lean_string_utf8_next(x_2, x_5); lean_dec(x_5); x_24 = lean_string_utf8_at_end(x_2, x_23); -x_54 = lean_nat_dec_eq(x_13, x_9); -if (x_54 == 0) +x_53 = lean_nat_dec_eq(x_13, x_9); +if (x_53 == 0) { -lean_object* x_55; lean_object* x_56; +lean_object* x_54; lean_object* x_55; lean_dec(x_4); -x_55 = lean_string_utf8_next(x_7, x_13); +x_54 = lean_string_utf8_next(x_7, x_13); lean_dec(x_13); -x_56 = lean_nat_sub(x_55, x_8); -lean_dec(x_55); -x_25 = x_56; -goto block_53; +x_55 = lean_nat_sub(x_54, x_8); +lean_dec(x_54); +if (x_24 == 0) +{ +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_4 = x_55; +x_5 = x_23; +goto _start; } else { -lean_dec(x_13); -x_25 = x_4; -goto block_53; +x_25 = x_55; +goto block_52; +} } -block_53: +else { +lean_dec(x_13); if (x_24 == 0) { lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_4 = x_25; x_5 = x_23; goto _start; } else { -lean_object* x_27; uint8_t x_28; -x_27 = lean_nat_sub(x_25, x_23); +x_25 = x_4; +goto block_52; +} +} +block_52: +{ +lean_object* x_26; uint8_t x_27; +x_26 = lean_nat_sub(x_25, x_23); lean_dec(x_23); -x_28 = lean_nat_dec_le(x_27, x_3); -if (x_28 == 0) +x_27 = lean_nat_dec_le(x_26, x_3); +if (x_27 == 0) { -lean_object* x_29; uint8_t x_30; lean_object* x_31; uint8_t x_32; -x_29 = lean_nat_add(x_8, x_3); +lean_object* x_28; uint8_t x_29; lean_object* x_30; uint8_t x_31; +x_28 = lean_nat_add(x_8, x_3); lean_dec(x_3); -x_30 = lean_nat_dec_le(x_9, x_29); -x_31 = lean_nat_add(x_8, x_27); -lean_dec(x_27); +x_29 = lean_nat_dec_le(x_9, x_28); +x_30 = lean_nat_add(x_8, x_26); +lean_dec(x_26); lean_dec(x_8); -x_32 = lean_nat_dec_le(x_9, x_31); -if (x_30 == 0) +x_31 = lean_nat_dec_le(x_9, x_30); +if (x_29 == 0) { -if (x_32 == 0) +if (x_31 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_dec(x_9); -x_33 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_33, 0, x_7); -lean_ctor_set(x_33, 1, x_29); -lean_ctor_set(x_33, 2, x_31); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_6); -x_35 = lean_unsigned_to_nat(0u); +x_32 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_32, 0, x_7); +lean_ctor_set(x_32, 1, x_28); +lean_ctor_set(x_32, 2, 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_6); +x_34 = lean_unsigned_to_nat(0u); lean_inc(x_25); x_3 = x_25; x_4 = x_25; -x_5 = x_35; -x_6 = x_34; +x_5 = x_34; +x_6 = x_33; goto _start; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -lean_dec(x_31); -x_37 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_37, 0, x_7); -lean_ctor_set(x_37, 1, x_29); -lean_ctor_set(x_37, 2, x_9); -x_38 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_6); -x_39 = lean_unsigned_to_nat(0u); +lean_object* x_36; lean_object* x_37; lean_object* x_38; +lean_dec(x_30); +x_36 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_36, 0, x_7); +lean_ctor_set(x_36, 1, x_28); +lean_ctor_set(x_36, 2, x_9); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_6); +x_38 = lean_unsigned_to_nat(0u); lean_inc(x_25); x_3 = x_25; x_4 = x_25; -x_5 = x_39; -x_6 = x_38; +x_5 = x_38; +x_6 = x_37; goto _start; } } else { -lean_dec(x_29); -if (x_32 == 0) +lean_dec(x_28); +if (x_31 == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_41, 0, x_7); -lean_ctor_set(x_41, 1, x_9); -lean_ctor_set(x_41, 2, x_31); -x_42 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_6); -x_43 = lean_unsigned_to_nat(0u); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_40, 0, x_7); +lean_ctor_set(x_40, 1, x_9); +lean_ctor_set(x_40, 2, x_30); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_6); +x_42 = lean_unsigned_to_nat(0u); lean_inc(x_25); x_3 = x_25; x_4 = x_25; -x_5 = x_43; -x_6 = x_42; +x_5 = x_42; +x_6 = x_41; goto _start; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -lean_dec(x_31); +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_30); lean_inc(x_9); -x_45 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_45, 0, x_7); -lean_ctor_set(x_45, 1, x_9); -lean_ctor_set(x_45, 2, x_9); -x_46 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_6); -x_47 = lean_unsigned_to_nat(0u); +x_44 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_44, 0, x_7); +lean_ctor_set(x_44, 1, x_9); +lean_ctor_set(x_44, 2, x_9); +x_45 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_6); +x_46 = lean_unsigned_to_nat(0u); lean_inc(x_25); x_3 = x_25; x_4 = x_25; -x_5 = x_47; -x_6 = x_46; +x_5 = x_46; +x_6 = x_45; goto _start; } } } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -lean_dec(x_27); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +lean_dec(x_26); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_49 = l_Substring_extract___closed__1; -x_50 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_6); -x_51 = lean_unsigned_to_nat(0u); +x_48 = l_Substring_extract___closed__1; +x_49 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_6); +x_50 = lean_unsigned_to_nat(0u); lean_inc(x_25); x_3 = x_25; x_4 = x_25; -x_5 = x_51; -x_6 = x_50; +x_5 = x_50; +x_6 = x_49; goto _start; } } } } -} else { -uint8_t x_57; -x_57 = !lean_is_exclusive(x_1); -if (x_57 == 0) +uint8_t x_58; +x_58 = !lean_is_exclusive(x_1); +if (x_58 == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; -x_58 = lean_ctor_get(x_1, 2); -lean_dec(x_58); -x_59 = lean_ctor_get(x_1, 1); +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = lean_ctor_get(x_1, 2); lean_dec(x_59); -x_60 = lean_ctor_get(x_1, 0); +x_60 = lean_ctor_get(x_1, 1); lean_dec(x_60); -x_61 = lean_string_utf8_at_end(x_2, x_5); -if (x_61 == 0) +x_61 = lean_ctor_get(x_1, 0); +lean_dec(x_61); +x_62 = lean_string_utf8_at_end(x_2, x_5); +if (x_62 == 0) { -uint8_t x_62; +uint8_t x_63; lean_dec(x_5); -x_62 = lean_nat_dec_le(x_4, x_3); -if (x_62 == 0) +x_63 = lean_nat_dec_le(x_4, x_3); +if (x_63 == 0) { -lean_object* x_63; uint8_t x_64; lean_object* x_65; uint8_t x_66; -x_63 = lean_nat_add(x_8, x_3); +lean_object* x_64; uint8_t x_65; lean_object* x_66; uint8_t x_67; +x_64 = lean_nat_add(x_8, x_3); lean_dec(x_3); -x_64 = lean_nat_dec_le(x_9, x_63); -x_65 = lean_nat_add(x_8, x_4); +x_65 = lean_nat_dec_le(x_9, x_64); +x_66 = lean_nat_add(x_8, x_4); lean_dec(x_4); lean_dec(x_8); -x_66 = lean_nat_dec_le(x_9, x_65); -if (x_64 == 0) +x_67 = lean_nat_dec_le(x_9, x_66); +if (x_65 == 0) { -if (x_66 == 0) +if (x_67 == 0) { -lean_object* x_67; lean_object* x_68; +lean_object* x_68; lean_object* x_69; lean_dec(x_9); -lean_ctor_set(x_1, 2, x_65); -lean_ctor_set(x_1, 1, x_63); -x_67 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_67, 0, x_1); -lean_ctor_set(x_67, 1, x_6); -x_68 = l_List_reverse___rarg(x_67); -return x_68; +lean_ctor_set(x_1, 2, x_66); +lean_ctor_set(x_1, 1, x_64); +x_68 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_68, 0, x_1); +lean_ctor_set(x_68, 1, x_6); +x_69 = l_List_reverse___rarg(x_68); +return x_69; } else { -lean_object* x_69; lean_object* x_70; -lean_dec(x_65); -lean_ctor_set(x_1, 1, x_63); -x_69 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_69, 0, x_1); -lean_ctor_set(x_69, 1, x_6); -x_70 = l_List_reverse___rarg(x_69); -return x_70; +lean_object* x_70; lean_object* x_71; +lean_dec(x_66); +lean_ctor_set(x_1, 1, x_64); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_1); +lean_ctor_set(x_70, 1, x_6); +x_71 = l_List_reverse___rarg(x_70); +return x_71; } } else { -lean_dec(x_63); -if (x_66 == 0) +lean_dec(x_64); +if (x_67 == 0) { -lean_object* x_71; lean_object* x_72; -lean_ctor_set(x_1, 2, x_65); +lean_object* x_72; lean_object* x_73; +lean_ctor_set(x_1, 2, x_66); lean_ctor_set(x_1, 1, x_9); -x_71 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_71, 0, x_1); -lean_ctor_set(x_71, 1, x_6); -x_72 = l_List_reverse___rarg(x_71); -return x_72; +x_72 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_72, 0, x_1); +lean_ctor_set(x_72, 1, x_6); +x_73 = l_List_reverse___rarg(x_72); +return x_73; } else { -lean_object* x_73; lean_object* x_74; -lean_dec(x_65); +lean_object* x_74; lean_object* x_75; +lean_dec(x_66); lean_inc(x_9); lean_ctor_set(x_1, 1, x_9); -x_73 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_73, 0, x_1); -lean_ctor_set(x_73, 1, x_6); -x_74 = l_List_reverse___rarg(x_73); -return x_74; +x_74 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_74, 0, x_1); +lean_ctor_set(x_74, 1, x_6); +x_75 = l_List_reverse___rarg(x_74); +return x_75; } } } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_free_object(x_1); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); -x_75 = l_Substring_extract___closed__1; -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_6); -x_77 = l_List_reverse___rarg(x_76); -return x_77; +x_76 = l_Substring_extract___closed__1; +x_77 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_6); +x_78 = l_List_reverse___rarg(x_77); +return x_78; } } else { -lean_object* x_78; uint8_t x_79; -x_78 = lean_nat_sub(x_4, x_5); +lean_object* x_79; uint8_t x_80; +x_79 = lean_nat_sub(x_4, x_5); lean_dec(x_5); lean_dec(x_4); -x_79 = lean_nat_dec_le(x_78, x_3); -if (x_79 == 0) +x_80 = lean_nat_dec_le(x_79, x_3); +if (x_80 == 0) { -lean_object* x_80; uint8_t x_81; lean_object* x_82; uint8_t x_83; -x_80 = lean_nat_add(x_8, x_3); +lean_object* x_81; uint8_t x_82; lean_object* x_83; uint8_t x_84; +x_81 = lean_nat_add(x_8, x_3); lean_dec(x_3); -x_81 = lean_nat_dec_le(x_9, x_80); -x_82 = lean_nat_add(x_8, x_78); -lean_dec(x_78); +x_82 = lean_nat_dec_le(x_9, x_81); +x_83 = lean_nat_add(x_8, x_79); +lean_dec(x_79); lean_dec(x_8); -x_83 = lean_nat_dec_le(x_9, x_82); -if (x_81 == 0) +x_84 = lean_nat_dec_le(x_9, x_83); +if (x_82 == 0) { -if (x_83 == 0) +if (x_84 == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_dec(x_9); -lean_ctor_set(x_1, 2, x_82); -lean_ctor_set(x_1, 1, x_80); -x_84 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_84, 0, x_1); -lean_ctor_set(x_84, 1, x_6); -x_85 = l_Substring_splitOn_loop___closed__2; -x_86 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_84); -x_87 = l_List_reverse___rarg(x_86); -return x_87; +lean_ctor_set(x_1, 2, x_83); +lean_ctor_set(x_1, 1, x_81); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_1); +lean_ctor_set(x_85, 1, x_6); +x_86 = l_Substring_splitOn_loop___closed__2; +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_List_reverse___rarg(x_87); +return x_88; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -lean_dec(x_82); -lean_ctor_set(x_1, 1, x_80); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_1); -lean_ctor_set(x_88, 1, x_6); -x_89 = l_Substring_splitOn_loop___closed__2; -x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_88); -x_91 = l_List_reverse___rarg(x_90); -return x_91; +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; +lean_dec(x_83); +lean_ctor_set(x_1, 1, x_81); +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_1); +lean_ctor_set(x_89, 1, x_6); +x_90 = l_Substring_splitOn_loop___closed__2; +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_89); +x_92 = l_List_reverse___rarg(x_91); +return x_92; } } else { -lean_dec(x_80); -if (x_83 == 0) +lean_dec(x_81); +if (x_84 == 0) { -lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; -lean_ctor_set(x_1, 2, x_82); +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +lean_ctor_set(x_1, 2, x_83); lean_ctor_set(x_1, 1, x_9); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_1); -lean_ctor_set(x_92, 1, x_6); -x_93 = l_Substring_splitOn_loop___closed__2; -x_94 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_92); -x_95 = l_List_reverse___rarg(x_94); -return x_95; +x_93 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_93, 0, x_1); +lean_ctor_set(x_93, 1, x_6); +x_94 = l_Substring_splitOn_loop___closed__2; +x_95 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_93); +x_96 = l_List_reverse___rarg(x_95); +return x_96; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -lean_dec(x_82); +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +lean_dec(x_83); lean_inc(x_9); lean_ctor_set(x_1, 1, x_9); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_1); -lean_ctor_set(x_96, 1, x_6); -x_97 = l_Substring_splitOn_loop___closed__2; -x_98 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_96); -x_99 = l_List_reverse___rarg(x_98); -return x_99; +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_1); +lean_ctor_set(x_97, 1, x_6); +x_98 = l_Substring_splitOn_loop___closed__2; +x_99 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_97); +x_100 = l_List_reverse___rarg(x_99); +return x_100; } } } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; -lean_dec(x_78); +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_79); lean_free_object(x_1); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_100 = l_Substring_extract___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_6); -x_102 = l_Substring_splitOn_loop___closed__2; -x_103 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_101); -x_104 = l_List_reverse___rarg(x_103); -return x_104; +x_101 = l_Substring_extract___closed__1; +x_102 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_6); +x_103 = l_Substring_splitOn_loop___closed__2; +x_104 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_102); +x_105 = l_List_reverse___rarg(x_104); +return x_105; } } } else { -uint8_t x_105; +uint8_t x_106; lean_dec(x_1); -x_105 = lean_string_utf8_at_end(x_2, x_5); -if (x_105 == 0) +x_106 = lean_string_utf8_at_end(x_2, x_5); +if (x_106 == 0) { -uint8_t x_106; +uint8_t x_107; lean_dec(x_5); -x_106 = lean_nat_dec_le(x_4, x_3); -if (x_106 == 0) +x_107 = lean_nat_dec_le(x_4, x_3); +if (x_107 == 0) { -lean_object* x_107; uint8_t x_108; lean_object* x_109; uint8_t x_110; -x_107 = lean_nat_add(x_8, x_3); +lean_object* x_108; uint8_t x_109; lean_object* x_110; uint8_t x_111; +x_108 = lean_nat_add(x_8, x_3); lean_dec(x_3); -x_108 = lean_nat_dec_le(x_9, x_107); -x_109 = lean_nat_add(x_8, x_4); +x_109 = lean_nat_dec_le(x_9, x_108); +x_110 = lean_nat_add(x_8, x_4); lean_dec(x_4); lean_dec(x_8); -x_110 = lean_nat_dec_le(x_9, x_109); -if (x_108 == 0) +x_111 = lean_nat_dec_le(x_9, x_110); +if (x_109 == 0) { -if (x_110 == 0) +if (x_111 == 0) { -lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_dec(x_9); -x_111 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_111, 0, x_7); -lean_ctor_set(x_111, 1, x_107); -lean_ctor_set(x_111, 2, x_109); -x_112 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_6); -x_113 = l_List_reverse___rarg(x_112); -return x_113; +x_112 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_112, 0, x_7); +lean_ctor_set(x_112, 1, x_108); +lean_ctor_set(x_112, 2, x_110); +x_113 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_6); +x_114 = l_List_reverse___rarg(x_113); +return x_114; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_109); -x_114 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_114, 0, x_7); -lean_ctor_set(x_114, 1, x_107); -lean_ctor_set(x_114, 2, x_9); -x_115 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_6); -x_116 = l_List_reverse___rarg(x_115); -return x_116; +lean_object* x_115; lean_object* x_116; lean_object* x_117; +lean_dec(x_110); +x_115 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_115, 0, x_7); +lean_ctor_set(x_115, 1, x_108); +lean_ctor_set(x_115, 2, x_9); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_6); +x_117 = l_List_reverse___rarg(x_116); +return x_117; } } else { -lean_dec(x_107); -if (x_110 == 0) +lean_dec(x_108); +if (x_111 == 0) { -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_117, 0, x_7); -lean_ctor_set(x_117, 1, x_9); -lean_ctor_set(x_117, 2, x_109); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_6); -x_119 = l_List_reverse___rarg(x_118); -return x_119; +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_7); +lean_ctor_set(x_118, 1, x_9); +lean_ctor_set(x_118, 2, x_110); +x_119 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_6); +x_120 = l_List_reverse___rarg(x_119); +return x_120; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -lean_dec(x_109); +lean_object* x_121; lean_object* x_122; lean_object* x_123; +lean_dec(x_110); lean_inc(x_9); -x_120 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_120, 0, x_7); -lean_ctor_set(x_120, 1, x_9); -lean_ctor_set(x_120, 2, x_9); -x_121 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_121, 0, x_120); -lean_ctor_set(x_121, 1, x_6); -x_122 = l_List_reverse___rarg(x_121); -return x_122; +x_121 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_121, 0, x_7); +lean_ctor_set(x_121, 1, x_9); +lean_ctor_set(x_121, 2, x_9); +x_122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_6); +x_123 = l_List_reverse___rarg(x_122); +return x_123; } } } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); -x_123 = l_Substring_extract___closed__1; -x_124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_6); -x_125 = l_List_reverse___rarg(x_124); -return x_125; +x_124 = l_Substring_extract___closed__1; +x_125 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_6); +x_126 = l_List_reverse___rarg(x_125); +return x_126; } } else { -lean_object* x_126; uint8_t x_127; -x_126 = lean_nat_sub(x_4, x_5); +lean_object* x_127; uint8_t x_128; +x_127 = lean_nat_sub(x_4, x_5); lean_dec(x_5); lean_dec(x_4); -x_127 = lean_nat_dec_le(x_126, x_3); -if (x_127 == 0) +x_128 = lean_nat_dec_le(x_127, x_3); +if (x_128 == 0) { -lean_object* x_128; uint8_t x_129; lean_object* x_130; uint8_t x_131; -x_128 = lean_nat_add(x_8, x_3); +lean_object* x_129; uint8_t x_130; lean_object* x_131; uint8_t x_132; +x_129 = lean_nat_add(x_8, x_3); lean_dec(x_3); -x_129 = lean_nat_dec_le(x_9, x_128); -x_130 = lean_nat_add(x_8, x_126); -lean_dec(x_126); +x_130 = lean_nat_dec_le(x_9, x_129); +x_131 = lean_nat_add(x_8, x_127); +lean_dec(x_127); lean_dec(x_8); -x_131 = lean_nat_dec_le(x_9, x_130); -if (x_129 == 0) +x_132 = lean_nat_dec_le(x_9, x_131); +if (x_130 == 0) { -if (x_131 == 0) +if (x_132 == 0) { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_dec(x_9); -x_132 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_132, 0, x_7); -lean_ctor_set(x_132, 1, x_128); -lean_ctor_set(x_132, 2, x_130); -x_133 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_6); -x_134 = l_Substring_splitOn_loop___closed__2; -x_135 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_133); -x_136 = l_List_reverse___rarg(x_135); -return x_136; -} -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; -lean_dec(x_130); -x_137 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_137, 0, x_7); -lean_ctor_set(x_137, 1, x_128); -lean_ctor_set(x_137, 2, x_9); -x_138 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_6); -x_139 = l_Substring_splitOn_loop___closed__2; -x_140 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_138); -x_141 = l_List_reverse___rarg(x_140); -return x_141; -} -} -else -{ -lean_dec(x_128); -if (x_131 == 0) -{ -lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_142 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_142, 0, x_7); -lean_ctor_set(x_142, 1, x_9); -lean_ctor_set(x_142, 2, x_130); -x_143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_6); -x_144 = l_Substring_splitOn_loop___closed__2; -x_145 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_143); -x_146 = l_List_reverse___rarg(x_145); -return x_146; -} -else -{ -lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; -lean_dec(x_130); +x_133 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_133, 0, x_7); +lean_ctor_set(x_133, 1, x_129); +lean_ctor_set(x_133, 2, x_131); +x_134 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_134, 0, x_133); +lean_ctor_set(x_134, 1, x_6); +x_135 = l_Substring_splitOn_loop___closed__2; +x_136 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_134); +x_137 = l_List_reverse___rarg(x_136); +return x_137; +} +else +{ +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; +lean_dec(x_131); +x_138 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_138, 0, x_7); +lean_ctor_set(x_138, 1, x_129); +lean_ctor_set(x_138, 2, x_9); +x_139 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_139, 0, x_138); +lean_ctor_set(x_139, 1, x_6); +x_140 = l_Substring_splitOn_loop___closed__2; +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_140); +lean_ctor_set(x_141, 1, x_139); +x_142 = l_List_reverse___rarg(x_141); +return x_142; +} +} +else +{ +lean_dec(x_129); +if (x_132 == 0) +{ +lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_143 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_143, 0, x_7); +lean_ctor_set(x_143, 1, x_9); +lean_ctor_set(x_143, 2, x_131); +x_144 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_144, 0, x_143); +lean_ctor_set(x_144, 1, x_6); +x_145 = l_Substring_splitOn_loop___closed__2; +x_146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_144); +x_147 = l_List_reverse___rarg(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_dec(x_131); lean_inc(x_9); -x_147 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_147, 0, x_7); -lean_ctor_set(x_147, 1, x_9); -lean_ctor_set(x_147, 2, x_9); -x_148 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_6); -x_149 = l_Substring_splitOn_loop___closed__2; -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_148); -x_151 = l_List_reverse___rarg(x_150); -return x_151; +x_148 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_148, 0, x_7); +lean_ctor_set(x_148, 1, x_9); +lean_ctor_set(x_148, 2, x_9); +x_149 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_6); +x_150 = l_Substring_splitOn_loop___closed__2; +x_151 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_149); +x_152 = l_List_reverse___rarg(x_151); +return x_152; } } } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -lean_dec(x_126); +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +lean_dec(x_127); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_152 = l_Substring_extract___closed__1; -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_6); -x_154 = l_Substring_splitOn_loop___closed__2; -x_155 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_153); -x_156 = l_List_reverse___rarg(x_155); -return x_156; +x_153 = l_Substring_extract___closed__1; +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_153); +lean_ctor_set(x_154, 1, x_6); +x_155 = l_Substring_splitOn_loop___closed__2; +x_156 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_154); +x_157 = l_List_reverse___rarg(x_156); +return x_157; } } } diff --git a/stage0/stdlib/Init/Meta.c b/stage0/stdlib/Init/Meta.c index 96cbd7c6dcb6..4fa7a5bd8482 100644 --- a/stage0/stdlib/Init/Meta.c +++ b/stage0/stdlib/Init/Meta.c @@ -22,12 +22,12 @@ static lean_object* l_Lean_Name_escapePart___closed__2; LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__termEval__prio____1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__26; LEAN_EXPORT lean_object* l_Lean_evalPrio(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_quoteNameMk___closed__7; lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Name_instDecidableEqName(lean_object*, lean_object*); static lean_object* l_Lean_instQuoteSubstringMkStr1___closed__2; static lean_object* l_Lean_mkGroupNode___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15; LEAN_EXPORT lean_object* l_Lean_instQuote(lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); @@ -44,32 +44,31 @@ LEAN_EXPORT uint8_t l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___la static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__83; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSyntaxArray___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuoteProdMkStr1___rarg(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(lean_object*, lean_object*); static lean_object* l_Lean_origin___closed__1; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__9; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__24; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__26; LEAN_EXPORT lean_object* l_Lean_Syntax_getHead_x3f___lambda__1(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__65; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; LEAN_EXPORT lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__2; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__63; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__16; LEAN_EXPORT lean_object* l_Lean_instQuoteArrayMkStr1___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__6; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_splitNameLitAux(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10; lean_object* l_Lean_Macro_throwErrorAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16; static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___closed__1; uint32_t lean_string_utf8_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_getSepElems___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decode___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -77,33 +76,34 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLit(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_isScientificLit_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20; LEAN_EXPORT lean_object* l_Lean_mkNode(lean_object*, lean_object*); static lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_push___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; LEAN_EXPORT lean_object* l_Lean_Syntax_setHeadInfo(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__24; LEAN_EXPORT lean_object* l_Lean_Syntax_isNameLit_x3f___boxed(lean_object*); static lean_object* l_Lean_instQuoteBoolMkStr1___closed__4; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3; static lean_object* l_Lean_mkNullNode___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_dsimpKind; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeExp___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_instReprTSyntax(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__11; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__5; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12822____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__10; LEAN_EXPORT lean_object* l_Lean_TSyntax_getId(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__18; LEAN_EXPORT lean_object* l_Lean_githash; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; static lean_object* l_Lean_versionString___closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getName(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__84; @@ -111,7 +111,6 @@ lean_object* lean_uint32_to_nat(uint32_t); LEAN_EXPORT lean_object* l_Lean_evalPrec(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_getTailInfo___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__40; -LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedNameGenerator; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__52; @@ -119,28 +118,30 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__25; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMajor___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_toStringWithSep_maybeEscape___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElemsM___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__17; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__25; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__107; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__17; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__1; static lean_object* l_Lean_Name_reprPrec___closed__5; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__48; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__10; LEAN_EXPORT lean_object* lean_name_append_after(lean_object*, lean_object*); static lean_object* l_Lean_TSyntax_getScientific___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__10; static lean_object* l_Lean_termEval__prio_____closed__6; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4; LEAN_EXPORT uint8_t l_Lean_Meta_instInhabitedEtaStructMode; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__15; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; static lean_object* l_Lean_termEval__prec_____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__39; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__100; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461_(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_maxRecDepthErrorMessage; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__35; static lean_object* l_Lean_Syntax_instCoeIdentTSyntaxConsSyntaxNodeKindMkStr4Nil___closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__7; LEAN_EXPORT lean_object* l_Lean_Name_toString___boxed(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getHeadInfo(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -151,56 +152,54 @@ static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_ static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__1; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__3; static lean_object* l_Lean_Option_hasQuote___rarg___closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__13; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSyntaxArrayArraySyntax(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decode(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Tactic_location; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13; +LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19; static lean_object* l_Lean_evalPrec___closed__1; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11; LEAN_EXPORT lean_object* l_Lean_Name_instReprName; static lean_object* l_Lean_versionString___closed__7; LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_mkNumLit___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__21; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; LEAN_EXPORT lean_object* l_Lean_TSyntax_getString(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__37; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrec(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__9; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexDigit(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__113; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028_(lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__10; LEAN_EXPORT lean_object* l_Lean_Syntax_structEq___boxed(lean_object*, lean_object*); static lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSyntaxArray___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7; extern lean_object* l_Lean_reservedMacroScope; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg(uint8_t, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2(lean_object*); lean_object* l_String_quote(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5; static lean_object* l_Lean_Syntax_decodeNatLitVal_x3f___closed__1; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__134; static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStrChunks___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_origin; lean_object* l_Lean_TSyntaxArray_rawImpl___rarg___boxed(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4; static lean_object* l_Lean_Syntax_instCoeOutTSyntaxArrayArraySyntax___closed__1; LEAN_EXPORT lean_object* l_Lean_Option_hasQuote(lean_object*); LEAN_EXPORT lean_object* l_Lean_NameGenerator_curr(lean_object*); @@ -209,20 +208,18 @@ static lean_object* l_Lean_version_major___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeStrLitTerm(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__19; +LEAN_EXPORT uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__2; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5; LEAN_EXPORT lean_object* l_Lean_mkIdentFrom___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeArraySyntaxSepArray(lean_object*); static lean_object* l_Lean_Syntax_isFieldIdx_x3f___closed__1; LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__3(lean_object*, lean_object*, lean_object*); @@ -230,9 +227,8 @@ static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__4; static lean_object* l_Lean_mkHole___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__91; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3; extern lean_object* l_Lean_Parser_Tactic_simpStar; LEAN_EXPORT lean_object* l_Lean_instQuoteStringStrLitKind(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_zeta___default; @@ -240,6 +236,7 @@ uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__110; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__73; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__79; LEAN_EXPORT lean_object* l_Lean_mkCIdentFrom___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__2; @@ -251,41 +248,37 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_isScientificLit_x3f___boxed(lean_object*) static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__12; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeIdentTerm(lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; static lean_object* l_Lean_version_specialDesc___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20799_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__9; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; static lean_object* l_Lean_Syntax_instReprTSyntax___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterExp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__7; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSepArray(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23; LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); lean_object* l_String_trim(lean_object*); +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__7; LEAN_EXPORT lean_object* l_Lean_isLetterLike___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_NameGenerator_idx___default; static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSepArrayTSyntaxArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__106; static lean_object* l_Lean_termEval__prio_____closed__7; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElemsM(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__12; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__7; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__5; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionSepArray(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__22; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_Config_maxDischargeDepth___default; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__17; uint8_t l_String_contains(lean_object*, uint32_t); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_isNatLitAux___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems___rarg(lean_object*); @@ -293,21 +286,23 @@ static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__53; LEAN_EXPORT uint8_t l_Lean_isGreek(uint32_t); LEAN_EXPORT uint8_t l_Lean_isIdBeginEscape(uint32_t); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__4; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19100_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllArith; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems___rarg___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9; LEAN_EXPORT lean_object* l_Array_filterSepElems___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__87; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__5; static lean_object* l_Lean_instQuoteBoolMkStr1___closed__1; static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_isFieldIdx_x3f___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__88; LEAN_EXPORT uint8_t l_Lean_Syntax_instBEqTSyntax___rarg(lean_object*, lean_object*); uint8_t l_Char_isAlpha(uint32_t); -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(uint8_t, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__13; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getPatch(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; @@ -315,32 +310,31 @@ LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStrChunks(lean_object* LEAN_EXPORT lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuoteTermMkStr1; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10; static lean_object* l_Lean_termEval__prec_____closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__16; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__86; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_isLit_x3f___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19127_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__112; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__36; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; LEAN_EXPORT uint8_t l_Lean_Meta_Rewrite_Config_transparency___default; static lean_object* l_Lean_Syntax_unsetTrailing___closed__1; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateLast___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_setTailInfoAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isSubScriptAlnum___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__5; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_beq___at_Lean_Syntax_structEq___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__1; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__48; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__61; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrec__1___closed__2; LEAN_EXPORT uint32_t l_Lean_idBeginEscape; @@ -351,60 +345,54 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__6; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__12; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__15; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__114; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5; static lean_object* l_Lean_versionString___closed__6; LEAN_EXPORT uint8_t l_Lean_Name_escapePart___lambda__1(uint32_t); static lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold; LEAN_EXPORT lean_object* l_Lean_Syntax_mkSynthetic(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; static lean_object* l_Lean_Option_hasQuote___rarg___closed__6; LEAN_EXPORT lean_object* lean_name_append_before(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil___rarg___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__21; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__10; uint8_t lean_string_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__10; static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12; static lean_object* l_Lean_toolchain___closed__6; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSepArray___rarg(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_autoUnfold___default; static lean_object* l_Lean_termEval__prio_____closed__5; static lean_object* l_Lean_termEval__prec_____closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__27; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; LEAN_EXPORT uint8_t l_Lean_Syntax_isAtom(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__47; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_instReprEtaStructMode; -LEAN_EXPORT lean_object* l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12; LEAN_EXPORT uint8_t l_Lean_Meta_Rewrite_Config_offsetCnstrs___default; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSyntaxArrayArraySyntax___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__3; LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__19; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Syntax_structEq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_version_isRelease; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__1; lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeCharLitTerm___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar___boxed__const__1; -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__1; static lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___closed__1; lean_object* lean_string_push(lean_object*, uint32_t); static lean_object* l_Lean_NameGenerator_namePrefix___default___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__59; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__74; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instBEqTransparencyMode___closed__1; LEAN_EXPORT lean_object* l_Lean_mkFreshId(lean_object*); @@ -412,23 +400,25 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef___rarg(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLitAux(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__15; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__11; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_mkApp(lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Tactic_discharger; static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__4; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__14; static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionTSepArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterDot___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__3; LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__5; LEAN_EXPORT lean_object* l_Lean_Name_toStringWithSep_maybeEscape(uint8_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrio___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__23; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__7; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isInterpolatedStrLit_x3f(lean_object*); static lean_object* l_Lean_versionStringCore___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_splitNameLit(lean_object*); @@ -437,13 +427,14 @@ LEAN_EXPORT lean_object* l_List_repr___at___private_Init_Meta_0__Lean_Syntax_rep LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__13; LEAN_EXPORT lean_object* l_Lean_Syntax_isNatLit_x3f___boxed(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_iota___default; LEAN_EXPORT lean_object* l_Lean_Syntax_instReprPreresolved; LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__15; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__71; static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__5; @@ -457,11 +448,14 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__4; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__12; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__34; size_t lean_usize_of_nat(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__12; static lean_object* l_Lean_mkOptionalNode___closed__2; uint8_t l_String_isEmpty(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__16; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitTerm___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378_(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__63; static lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___closed__1; @@ -471,6 +465,7 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray___rarg___box static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__45; LEAN_EXPORT lean_object* l_Lean_instQuoteBoolMkStr1(uint8_t); LEAN_EXPORT lean_object* l_Lean_Syntax_isIdOrAtom_x3f(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__27; LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__5; @@ -487,17 +482,22 @@ static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__5; LEAN_EXPORT lean_object* l_Lean_toolchain; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__10; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__30; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__37; uint8_t l_instDecidableNot___rarg(uint8_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__124; LEAN_EXPORT lean_object* l_Lean_Syntax_copyHeadTailInfoFrom(lean_object*, lean_object*); static lean_object* l_Lean_Syntax_isFieldIdx_x3f___closed__2; static lean_object* l_Array_getSepElems___rarg___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_noConfusion(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13394____boxed(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1___closed__1; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_proj___default; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9; static lean_object* l_Lean_instQuoteProdMkStr1___rarg___closed__3; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__25; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrio__1___closed__2; @@ -505,18 +505,17 @@ lean_object* lean_string_utf8_next(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__14; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__89; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__105; uint8_t l_Char_isAlphanum(uint32_t); LEAN_EXPORT lean_object* l_Lean_Meta_instReprTransparencyMode; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElems___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__1; static lean_object* l_Lean_Name_instReprName___closed__1; lean_object* l_String_dropRight(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__126; static lean_object* l_Lean_version_patch___closed__1; LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; static lean_object* l_Lean_instQuoteBoolMkStr1___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__73; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_neutralConfig; @@ -525,13 +524,12 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems___boxed(lean_object*, static lean_object* l_Lean_Option_hasQuote___rarg___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_isFieldIdx_x3f(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__7; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5; LEAN_EXPORT lean_object* l_Lean_instQuoteNatNumLitKind(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__90; LEAN_EXPORT lean_object* l_Lean_Syntax_getOptionalIdent_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__6(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__22; static lean_object* l_Lean_termEval__prec_____closed__3; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__6; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateLast(lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); @@ -541,14 +539,10 @@ uint8_t lean_uint32_dec_le(uint32_t, uint32_t); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionSepArray___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__81; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____boxed(lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; static lean_object* l_Lean_quoteNameMk___closed__6; -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeStrLitTerm___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__64; static lean_object* l_Lean_Syntax_instCoeOutTSepArrayTSyntaxArray___closed__1; @@ -565,14 +559,13 @@ LEAN_EXPORT lean_object* l_Lean_Name_reprPrec___boxed(lean_object*, lean_object* LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_contextual___default; LEAN_EXPORT lean_object* l_Lean_mkHole(lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__102; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13; -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeDepTermMkConsSyntaxNodeKindMkStr1NilIdentIdent(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeBinLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__13; -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__1; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexDigit___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__20; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__95; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__7; @@ -580,38 +573,39 @@ static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__11; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__23; LEAN_EXPORT lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_instInhabitedConfig___closed__1; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651_(lean_object*); static lean_object* l_Lean_Syntax_instCoeIdentTSyntaxConsSyntaxNodeKindMkStr4Nil___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_etaStruct___default; LEAN_EXPORT uint32_t l_Lean_TSyntax_getChar(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_memoize___default; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__85; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__6; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__130; LEAN_EXPORT lean_object* l_Lean_versionString; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__9; extern lean_object* l_Lean_Parser_Tactic_rwRuleSeq; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__7; static lean_object* l_Lean_Syntax_isCharLit_x3f___closed__1; static lean_object* l_Lean_termEval__prio_____closed__9; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__6; extern lean_object* l_Lean_Parser_Tactic_simpLemma; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterExp(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20; LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__58; static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__2; LEAN_EXPORT lean_object* l_Lean_mkCIdentFrom(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__132; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutSepArrayArraySyntax___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__12; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__26; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArray(lean_object*, lean_object*, lean_object*, lean_object*); static uint8_t l_Lean_versionString___closed__2; @@ -621,47 +615,52 @@ static lean_object* l_Lean_Syntax_getHead_x3f___closed__3; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterDot(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_beq_match__1_splitter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13; static lean_object* l_Lean_Name_escapePart___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__81; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeDecimalLitAux(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__14; static lean_object* l_Lean_termEval__prec_____closed__6; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20772_(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__56; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__9; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__9; LEAN_EXPORT lean_object* l_Lean_quoteNameMk(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkGroupNode(lean_object*); LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Syntax_structEq___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__88; LEAN_EXPORT lean_object* l_Lean_Name_replacePrefix(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21588_(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeDecimalLitAux___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_NameGenerator_namePrefix___default___closed__1; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__131; static lean_object* l_Lean_Syntax_instBEqPreresolved___closed__1; +LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Array_getSepElems___spec__1___rarg(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Name_appendIndexAfter___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__70; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__69; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__16; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__4; uint8_t l_List_isEmpty___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__14; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__3; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__12; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__9; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit___boxed(lean_object*); uint8_t l_String_anyAux_loop(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionStringCore___closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__5; static lean_object* l_Lean_TSyntax_expandInterpolatedStr___closed__3; lean_object* lean_array_to_list(lean_object*, lean_object*); @@ -670,29 +669,29 @@ LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax___boxed( static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__129; lean_object* l_Lean_TSyntaxArray_mkImpl___rarg___boxed(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_getHead_x3f___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isStrLit_x3f(lean_object*); +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5; static lean_object* l_Lean_Syntax_mkNumLit___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__22; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__4; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(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_Parser_Tactic_dsimpAutoUnfold___closed__9; static lean_object* l_Lean_termEval__prio_____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__19; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_mkSep(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterSepElemsM___at_Array_filterSepElems___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14; static lean_object* l_Lean_Option_hasQuote___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_getTrailingSize(lean_object*); uint8_t lean_string_utf8_at_end(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__5(lean_object*); static lean_object* l_Lean_Name_reprPrec___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__138; @@ -704,20 +703,20 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit_loop(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Syntax_getHead_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Array_mapSepElems___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Syntax_instCoeTSyntaxArray___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__127; static lean_object* l_Lean_mkOptionalNode___closed__1; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__12; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateLast___at_Lean_Syntax_setTailInfoAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__18; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398_(uint8_t, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__5; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_beq_match__1_splitter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_mkLit(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__5; LEAN_EXPORT lean_object* l_Array_getSepElems___rarg___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_eta___default; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__122; @@ -727,16 +726,19 @@ static uint8_t l_Lean_versionString___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__90; LEAN_EXPORT lean_object* l_Lean_Syntax_hasArgs___boxed(lean_object*); static lean_object* l_Lean_Name_reprPrec___closed__2; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374____boxed(lean_object*, lean_object*); static lean_object* l_Lean_versionString___closed__10; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__9; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar___boxed__const__5; LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isIdEndEscape___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__121; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqPreresolved; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___boxed(lean_object*); static lean_object* l_Lean_version_minor___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__13; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isStrLit_x3f___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; @@ -753,9 +755,7 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_Syntax_getHead_x3f(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__20; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_push___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__109; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqTSyntax(lean_object*); @@ -775,15 +775,16 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isIdRest___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_isCharLit_x3f___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__21; static lean_object* l_Lean_TSyntax_getScientific___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__80; LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrio__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeNatLitVal_x3f(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__5; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___at_Array_filterSepElems___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_version_minor; lean_object* lean_string_utf8_prev(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6; -LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkOptionalNode(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___rarg___closed__2; @@ -798,11 +799,11 @@ LEAN_EXPORT lean_object* l_Lean_Name_escapePart___lambda__1___boxed(lean_object* static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__51; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__78; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__28; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(lean_object*, lean_object*); static lean_object* l_Lean_mkSepArray___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__123; static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__3; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_ConfigCtx_contextual___default; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__7; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_isIdBeginEscape___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__19; @@ -813,24 +814,24 @@ static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__61; LEAN_EXPORT lean_object* l_Array_mapSepElemsM(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion___rarg___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__7; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__9; LEAN_EXPORT lean_object* l_Lean_version_getSpecialDesc(lean_object*); static lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___closed__3; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg(lean_object*, lean_object*); static lean_object* l_Lean_Option_hasQuote___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeScientificLitTerm(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind___rarg___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__8; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__85; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Array_getSepElems___spec__1(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__52; LEAN_EXPORT lean_object* l_Lean_instQuoteSubstringMkStr1(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11; LEAN_EXPORT lean_object* l_Lean_instQuoteNameMkStr1(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__6; LEAN_EXPORT lean_object* lean_mk_syntax_ident(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; @@ -838,8 +839,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_noConfusion(lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__22; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__46; LEAN_EXPORT lean_object* l_Lean_Name_capitalize(lean_object*); -LEAN_EXPORT uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; static lean_object* l_Lean_versionString___closed__5; static lean_object* l_Lean_instQuoteBoolMkStr1___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__77; @@ -859,49 +858,49 @@ LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef(lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__62; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_autoUnfold___default; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8; static lean_object* l_Lean_Syntax_instReprSyntax___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25; LEAN_EXPORT lean_object* l_Lean_Name_isInaccessibleUserName___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301_(lean_object*, lean_object*, lean_object*); lean_object* lean_get_githash(lean_object*); static lean_object* l_Lean_instQuoteProdMkStr1___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_isAtom___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__111; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__16; LEAN_EXPORT lean_object* l_Lean_version_major; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__104; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutTSepArrayTSyntaxArray___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Syntax_mkScientificLit___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_getSubstring_x3f(lean_object*, uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeIdentTerm___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__3; static lean_object* l_Lean_mkHole___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__3; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__28; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__25; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__29; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__9; static lean_object* l_Lean_versionString___closed__9; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19; LEAN_EXPORT lean_object* l_Array_mapSepElems(lean_object*, lean_object*); extern lean_object* l_Lean_Parser_Tactic_simpErase; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKindNil___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__43; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_arith___default; uint8_t l_Char_isDigit(uint32_t); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__3; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__15; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__83; static lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__35; @@ -924,8 +923,6 @@ static lean_object* l_Lean_quoteNameMk___closed__8; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__21; LEAN_EXPORT uint8_t l_Lean_Meta_instInhabitedTransparencyMode; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_getElems___rarg___boxed(lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__94; lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Name_toString_maybePseudoSyntax___closed__1; @@ -937,25 +934,27 @@ static lean_object* l_Lean_Syntax_getHead_x3f___closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__2; static lean_object* l_Lean_Name_reprPrec___closed__10; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__5; static lean_object* l_Lean_toolchain___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__74; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__5; LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Name_hasNum(lean_object*); static lean_object* l_Lean_Syntax_mkStrLit___closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__25; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_updateFirst___at_Lean_Syntax_setHeadInfoAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedNameGenerator___closed__1; static lean_object* l_Lean_quoteNameMk___closed__2; LEAN_EXPORT uint8_t l_Lean_Syntax_isToken(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3; static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__137; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12; static lean_object* l_Lean_instQuoteSubstringMkStr1___closed__1; static lean_object* l_Lean_Name_reprPrec___closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__136; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef___rarg___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__7; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; static lean_object* l_Lean_toolchain___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArrayTSepArray___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_toNat___boxed(lean_object*); @@ -969,28 +968,29 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterp LEAN_EXPORT lean_object* l_Lean_Syntax_decodeQuotedChar(lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__3; LEAN_EXPORT uint8_t l_Lean_isNumericSubscript(uint32_t); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withHeadRefOnly___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_replacePrefix___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__99; static lean_object* l_Lean_Name_reprPrec___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__16; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__66; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__15; LEAN_EXPORT uint8_t l_Lean_Name_toString_maybePseudoSyntax(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__8; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__9; static lean_object* l_Lean_instQuoteSubstringMkStr1___closed__3; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__24; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Internal_isStage0(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_decide___default; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__28; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587____boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_getSubstring_x3f___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7; LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef___rarg(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray(lean_object*); @@ -998,22 +998,27 @@ static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getScientific(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__20; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__24; lean_object* lean_string_length(lean_object*); LEAN_EXPORT lean_object* l_Lean_termEval__prio__; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_hasNum___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_getTailInfo_x3f___boxed(lean_object*); static lean_object* l_Lean_Name_toStringWithSep___closed__1; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_dsimp___default; LEAN_EXPORT lean_object* l_Lean_Syntax_getOptionalIdent_x3f(lean_object*); LEAN_EXPORT lean_object* l_Array_mapSepElems___boxed(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__15; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__30; static lean_object* l_Lean_Name_isInaccessibleUserName___closed__1; LEAN_EXPORT uint8_t l_Lean_Syntax_hasArgs(lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getNat(lean_object*); static lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___closed__2; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__15; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052_(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2; static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__4; LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__1(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit(lean_object*); @@ -1023,17 +1028,15 @@ static lean_object* l_Lean_termEval__prio_____closed__8; LEAN_EXPORT uint8_t l_Lean_isSubScriptAlnum(uint32_t); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__15; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__68; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__95; LEAN_EXPORT lean_object* l_Lean_Syntax_isLit_x3f(lean_object*, lean_object*); lean_object* lean_nat_mod(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__42; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; static lean_object* l_Lean_instQuoteBoolMkStr1___closed__6; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__14; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13394_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_getTrailingSize___boxed(lean_object*); @@ -1048,10 +1051,11 @@ lean_object* l_id___rarg___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__15; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkIdentFromRef___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__12; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__20; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__120; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Syntax_getTailInfo_x3f___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__79; static lean_object* l_Lean_Syntax_isInterpolatedStrLit_x3f___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; @@ -1061,36 +1065,34 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAllKind; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqSyntax; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__94; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; static lean_object* l_Lean_toolchain___closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_getElems(lean_object*); -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__17; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Syntax_decodeNameLit___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__9; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__6; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__67; LEAN_EXPORT lean_object* l_Lean_version_patch; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar___boxed(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3; static lean_object* l_Lean_Syntax_getHead_x3f___closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__7; static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__60; static uint8_t l_Lean_version_isRelease___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__93; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13; static lean_object* l_Lean_Syntax_instCoeIdentTSyntaxConsSyntaxNodeKindMkStr4Nil___closed__1; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__8; static lean_object* l_Lean_versionString___closed__11; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_findAux(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_proj___default; LEAN_EXPORT lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); @@ -1106,16 +1108,17 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_Name_escapePart(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__13; LEAN_EXPORT lean_object* l_Lean_instQuoteSubstringMkStr1___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__86; LEAN_EXPORT lean_object* l_Lean_Syntax_isInterpolatedStrLit_x3f___boxed(lean_object*); -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__20; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; LEAN_EXPORT lean_object* l_Lean_Syntax_instBEqTSyntax___rarg___boxed(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__6; LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailSyntaxTSyntax___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTSyntaxArray___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrio__1(lean_object*, lean_object*, lean_object*); lean_object* l_Repr_addAppParen(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__13; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__3; @@ -1140,15 +1143,13 @@ LEAN_EXPORT uint8_t l_Lean_isIdEndEscape(uint32_t); LEAN_EXPORT lean_object* l_Lean_mkFreshId___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit_loop___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__18; LEAN_EXPORT lean_object* l_Lean_Syntax_setInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getName___boxed(lean_object*); -static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__6; LEAN_EXPORT lean_object* l_Lean_Syntax_setHeadInfoAux(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11; static lean_object* l_Lean_Syntax_mkNameLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Syntax_TSepArray_push(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__66; @@ -1162,59 +1163,59 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__98; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__75; +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__3(lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__17; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__24; static lean_object* l___private_Init_Meta_0__Lean_quoteArray___rarg___closed__2; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__17; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNumLitPrec___boxed(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpArith; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Syntax_findAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__6; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeScientificLitTerm___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____boxed(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__11; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____boxed(lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__4; static lean_object* l_Lean_Syntax_mkStrLit___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__82; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; LEAN_EXPORT lean_object* l_Lean_versionStringCore; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionString___closed__8; static lean_object* l_Lean_Meta_DSimp_instReprConfig___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__23; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13; LEAN_EXPORT lean_object* l_Lean_monadNameGeneratorLift___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__125; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__50; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__22; static lean_object* l_Lean_termEval__prec_____closed__7; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; LEAN_EXPORT lean_object* l_Lean_Syntax_instEmptyCollectionTSepArray___boxed(lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__5; static lean_object* l_Lean_githash___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_DSimp_instReprConfig; LEAN_EXPORT uint8_t l_Lean_Meta_DSimp_Config_decide___default; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeNameLitTerm(lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_tacticErw____; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8; static lean_object* l_Lean_Name_reprPrec___closed__4; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__18; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__18; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__8; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__13; LEAN_EXPORT uint8_t lean_is_inaccessible_user_name(lean_object*); LEAN_EXPORT lean_object* l_Lean_NameGenerator_next(lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__1; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeCharLitTerm(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6; static lean_object* l_Lean_versionStringCore___closed__7; -LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instBEqTransparencyMode; LEAN_EXPORT uint8_t l_Lean_Meta_Simp_Config_eta___default; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; LEAN_EXPORT lean_object* l_Lean_instQuote___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); @@ -1233,7 +1234,7 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Syntax_structEq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Name_beq_match__1_splitter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18; +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__8; LEAN_EXPORT lean_object* l_Lean_instQuoteBoolMkStr1___boxed(lean_object*); static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrio__1___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__117; @@ -1242,12 +1243,15 @@ static lean_object* l_Lean_Parser_Tactic_tacticErw_______closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_DSimp_instInhabitedConfig; LEAN_EXPORT lean_object* l_Lean_instQuoteListMkStr1___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__7; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__103; LEAN_EXPORT lean_object* l_Lean_TSyntax_expandInterpolatedStr___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__23; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Array_mapSepElems___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionStringCore___closed__5; static lean_object* l_Lean_Meta_instReprEtaStructMode___closed__1; uint8_t l_Substring_beq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388_(uint8_t, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__89; lean_object* l_String_capitalize(lean_object*); size_t lean_usize_add(size_t, size_t); @@ -1257,7 +1261,6 @@ static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__29; static lean_object* l_Array_forInUnsafe_loop___at_Lean_TSyntax_expandInterpolatedStrChunks___spec__1___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getScientific___boxed(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__6; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__92; LEAN_EXPORT lean_object* l_Lean_Option_hasQuote___rarg(lean_object*, lean_object*); @@ -1272,32 +1275,31 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__54; static lean_object* l_Lean_Parser_Tactic_simpArith___closed__6; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__10; lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_version_getSpecialDesc___boxed(lean_object*); static lean_object* l_Lean_termEval__prec_____closed__10; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__97; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__53; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; LEAN_EXPORT lean_object* l_Array_filterSepElemsM___at_Array_filterSepElems___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__116; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__8; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5; extern lean_object* l_Lean_Parser_Tactic_config; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_instBEqConfig; LEAN_EXPORT lean_object* l_Lean_mkSepArray___boxed(lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedSyntax; static lean_object* l_Lean_versionStringCore___closed__1; +LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__115; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMinor(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__22; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__28; static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__17; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_unsetTrailing(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643_(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__24; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__51; LEAN_EXPORT lean_object* l_Lean_Syntax_mkCApp(lean_object*, lean_object*); @@ -1309,27 +1311,29 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_Meta_TransparencyMode_toCtorIdx(uint8_t); static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__14; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__55; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeCharLit___boxed(lean_object*); static lean_object* l_Lean_toolchain___closed__5; lean_object* l_Lean_Syntax_setKind(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__8; static lean_object* l_Lean_quoteNameMk___closed__3; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___at_Array_filterSepElems___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15; LEAN_EXPORT lean_object* l_Lean_TSyntax_getChar___boxed(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_SepArray_ofElemsUsingRef(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_decodeStrLitAux___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Name_reprPrec___closed__8; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_instReprConfig; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2; lean_object* l_Lean_mkAtomFrom(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__26; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__6; LEAN_EXPORT lean_object* l_Lean_Syntax_decodeNatLitVal_x3f___boxed(lean_object*); static lean_object* l_Lean_termEval__prec_____closed__2; -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkNullNode___closed__2; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__72; LEAN_EXPORT lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__termEval__prec____1(lean_object*, lean_object*, lean_object*); @@ -1346,41 +1350,40 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean LEAN_EXPORT lean_object* l_Lean_Syntax_isNatLit_x3f(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__10; static lean_object* l_Lean_instQuoteTermMkStr1___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__1; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__1; static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__2; LEAN_EXPORT lean_object* l_Array_mapSepElemsM___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instReprTSyntax___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__17; static lean_object* l___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__72; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7; LEAN_EXPORT lean_object* l_Lean_Name_instDecidableEqName___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__9; -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__31; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__18; static lean_object* l_Lean_mkGroupNode___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_mkSep___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__93; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Syntax_mkScientificLit___closed__1; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569_(uint8_t, uint8_t); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__33; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Array_mapSepElems___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuoteArrayMkStr1(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18; static lean_object* l_Lean_termEval__prio_____closed__2; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrec__1___closed__1; -LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuoteStringStrLitKind___boxed(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__49; static lean_object* l_Lean_Meta_DSimp_instInhabitedConfig___closed__1; LEAN_EXPORT lean_object* l_Lean_TSyntax_getString___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_toString_maybePseudoSyntax___boxed(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2; +static lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8; static lean_object* l_Lean_evalPrio___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__30; @@ -1398,17 +1401,16 @@ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__91; LEAN_EXPORT lean_object* l_Array_getSepElems(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__70; +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instQuote___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termEval__prio_____closed__3; LEAN_EXPORT lean_object* l_Lean_Syntax_instReprSyntax; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__78; LEAN_EXPORT lean_object* l_Lean_Syntax_mkScientificLit(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_simpAutoUnfold; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__19; static lean_object* l_Lean_termEval__prio_____closed__4; static lean_object* l_Lean_Option_hasQuote___rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_mkHole___boxed(lean_object*, lean_object*); @@ -1417,7 +1419,6 @@ static lean_object* l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__135; LEAN_EXPORT lean_object* l_Lean_expandMacros(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Name_modifyBase(lean_object*, lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_mkSepArray___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_isIdFirst(uint32_t); @@ -1432,42 +1433,41 @@ static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_ static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__27; static lean_object* l_Lean_Parser_Tactic_simpAllKind___closed__8; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__addPrec__1___closed__3; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6; -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(uint8_t, uint8_t); static lean_object* l_Lean_instQuoteNameMkStr1___closed__1; LEAN_EXPORT lean_object* l_Lean_mkCIdentFromRef(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMajor(lean_object*); static lean_object* l_Lean_Parser_Tactic_simpAllArith___closed__5; +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12822_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeOutSepArrayArraySyntax(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSepArray___rarg___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__43; +static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__15; +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__21; LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeIdentLevel___boxed(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* l_String_drop(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__2; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__9; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__7; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418____boxed(lean_object*, lean_object*); static lean_object* l_Lean_termEval__prec_____closed__11; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__38; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7; LEAN_EXPORT lean_object* l_Lean_isIdFirst___boxed(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9; LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at___private_Init_Meta_0__Lean_Syntax_splitNameLitAux___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21561_(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__22; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__5; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__39; lean_object* l_Nat_repr(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328_(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_toNat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_dsimpAutoUnfold; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_isNatLitAux(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; LEAN_EXPORT lean_object* l_Lean_monadNameGeneratorLift(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_dsimpKind___closed__8; static lean_object* l_Lean_toolchain___closed__1; lean_object* l_Char_ofNat(lean_object*); -static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10; static lean_object* l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__133; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getPatch___boxed(lean_object*); @@ -1475,30 +1475,30 @@ LEAN_EXPORT uint8_t l_Lean_isIdRest(uint32_t); LEAN_EXPORT lean_object* l_Lean_TSyntax_instCoeTSyntaxConsSyntaxNodeKind___rarg(lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__57; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__11; -static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Array_getSepElems___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_declareSimpLikeTactic___closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_mkNumLit(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArith___closed__10; static lean_object* l_Lean_Parser_Tactic_simpAutoUnfold___closed__3; static lean_object* l___private_Init_Meta_0__Lean_quoteList___rarg___closed__5; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1; static lean_object* l_Lean___aux__Init__Meta______macroRules__Lean__Parser__Syntax__subPrio__1___closed__1; -static lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16; +static lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_EtaStructMode_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__45; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_filterSepElemsMAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_versionStringCore___closed__6; -static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8; +static lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__1; static lean_object* l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__14; LEAN_EXPORT lean_object* l_Lean_termEval__prec__; static lean_object* l_Lean_Syntax_mkApp___closed__1; uint8_t l_Array_isEmpty___rarg(lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__11; static lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__20; LEAN_EXPORT lean_object* l_Lean_Syntax_instCoeTermTSyntaxConsSyntaxNodeKindMkStr4Nil___boxed(lean_object*); static lean_object* l_Lean_versionStringCore___closed__8; -lean_object* l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(lean_object*, lean_object*); +static lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__2; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_version_getMajor___boxed(lean_object* x_1) { _start: { @@ -2740,68 +2740,69 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Name_escapePart(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_string_length(x_1); -x_15 = lean_unsigned_to_nat(0u); -x_16 = lean_nat_dec_lt(x_15, x_14); -lean_dec(x_14); -if (x_16 == 0) +uint8_t x_2; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_15 = lean_string_length(x_1); +x_16 = lean_unsigned_to_nat(0u); +x_17 = lean_nat_dec_lt(x_16, x_15); +lean_dec(x_15); +if (x_17 == 0) { -lean_object* x_17; -x_17 = lean_box(0); -x_2 = x_17; -goto block_13; +uint8_t x_18; +x_18 = 0; +x_2 = x_18; +goto block_14; } else { -uint32_t x_18; uint8_t x_19; -x_18 = lean_string_utf8_get(x_1, x_15); -x_19 = l_Lean_isIdFirst(x_18); -if (x_19 == 0) +uint32_t x_19; uint8_t x_20; +x_19 = lean_string_utf8_get(x_1, x_16); +x_20 = l_Lean_isIdFirst(x_19); +if (x_20 == 0) { -lean_object* x_20; -x_20 = lean_box(0); -x_2 = x_20; -goto block_13; +uint8_t x_21; +x_21 = 0; +x_2 = x_21; +goto block_14; } else { -lean_object* x_21; 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_21 = lean_string_utf8_byte_size(x_1); -lean_inc(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; +x_22 = lean_string_utf8_byte_size(x_1); +lean_inc(x_22); lean_inc(x_1); -x_22 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_22, 0, x_1); -lean_ctor_set(x_22, 1, x_15); -lean_ctor_set(x_22, 2, x_21); -x_23 = lean_unsigned_to_nat(1u); -x_24 = l_Substring_nextn(x_22, x_23, x_15); +x_23 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_23, 0, x_1); +lean_ctor_set(x_23, 1, x_16); +lean_ctor_set(x_23, 2, x_22); +x_24 = lean_unsigned_to_nat(1u); +x_25 = l_Substring_nextn(x_23, x_24, x_16); +lean_dec(x_23); +x_26 = lean_nat_add(x_16, x_25); +lean_dec(x_25); +x_27 = l_Lean_Name_escapePart___closed__4; +x_28 = l_String_anyAux_loop(x_1, x_22, x_27, x_26); lean_dec(x_22); -x_25 = lean_nat_add(x_15, x_24); -lean_dec(x_24); -x_26 = l_Lean_Name_escapePart___closed__4; -x_27 = l_String_anyAux_loop(x_1, x_21, x_26, x_25); -lean_dec(x_21); -if (x_27 == 0) +if (x_28 == 0) { -lean_object* x_28; -x_28 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_28, 0, x_1); -return x_28; +uint8_t x_29; +x_29 = 1; +x_2 = x_29; +goto block_14; } else { -lean_object* x_29; -x_29 = lean_box(0); -x_2 = x_29; -goto block_13; +uint8_t x_30; +x_30 = 0; +x_2 = x_30; +goto block_14; } } } -block_13: +block_14: +{ +if (x_2 == 0) { lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_dec(x_2); x_3 = lean_string_utf8_byte_size(x_1); x_4 = l_Lean_Name_escapePart___closed__1; x_5 = lean_unsigned_to_nat(0u); @@ -2827,6 +2828,14 @@ x_12 = lean_box(0); return x_12; } } +else +{ +lean_object* x_13; +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_1); +return x_13; +} +} } } LEAN_EXPORT lean_object* l_Lean_Name_escapePart___lambda__1___boxed(lean_object* x_1) { @@ -4482,7 +4491,7 @@ x_3 = lean_alloc_closure((void*)(l_Lean_monadNameGeneratorLift___rarg), 2, 0); return x_3; } } -LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -4492,7 +4501,7 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -4509,7 +4518,7 @@ lean_inc(x_1); x_6 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_1); -x_7 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2(x_4); +x_7 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2(x_4); x_8 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_8, 0, x_6); lean_ctor_set(x_8, 1, x_7); @@ -4519,7 +4528,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__3(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -4541,7 +4550,7 @@ lean_dec(x_2); x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); -x_6 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2(x_5); +x_6 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2(x_5); lean_dec(x_5); return x_6; } @@ -4551,16 +4560,16 @@ lean_object* x_7; lean_object* x_8; lean_object* x_9; x_7 = lean_ctor_get(x_1, 0); lean_inc(x_7); lean_dec(x_1); -x_8 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2(x_7); +x_8 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2(x_7); lean_dec(x_7); -x_9 = l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__4(x_2, x_8, x_4); +x_9 = l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__4(x_2, x_8, x_4); lean_dec(x_4); return x_9; } } } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__1() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__1() { _start: { lean_object* x_1; @@ -4568,17 +4577,17 @@ x_1 = lean_mk_string_from_bytes("[]", 2); return x_1; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__1; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__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_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3() { _start: { lean_object* x_1; @@ -4586,21 +4595,21 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -4608,7 +4617,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6() { _start: { lean_object* x_1; @@ -4616,35 +4625,35 @@ x_1 = lean_mk_string_from_bytes("[", 1); return x_1; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__7; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10() { _start: { lean_object* x_1; @@ -4652,39 +4661,39 @@ x_1 = lean_mk_string_from_bytes("]", 1); return x_1; } } -static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11() { +static lean_object* _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) { lean_object* x_3; -x_3 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2; +x_3 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2; return x_3; } else { 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; uint8_t x_12; lean_object* x_13; -x_4 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5; -x_5 = l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__3(x_1, x_4); -x_6 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9; +x_4 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5; +x_5 = l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__3(x_1, x_4); +x_6 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11; +x_8 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11; x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); -x_10 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8; +x_10 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -4696,7 +4705,7 @@ return x_13; } } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__1() { _start: { lean_object* x_1; @@ -4704,21 +4713,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Syntax.Preresolved.namespace", 33); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____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_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__2; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -4726,7 +4735,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -4735,7 +4744,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -4744,7 +4753,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__6() { _start: { lean_object* x_1; @@ -4752,21 +4761,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Syntax.Preresolved.decl", 28); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__6; 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_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__7; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -4774,7 +4783,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -4786,14 +4795,14 @@ lean_dec(x_1); x_4 = lean_unsigned_to_nat(1024u); x_5 = lean_nat_dec_le(x_4, x_2); x_6 = l_Lean_Name_reprPrec(x_3, x_4); -x_7 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3; +x_7 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__3; x_8 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); if (x_5 == 0) { lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_9 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_9 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_10 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); @@ -4807,7 +4816,7 @@ return x_13; else { lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; -x_14 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_14 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_15 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_8); @@ -4830,7 +4839,7 @@ lean_dec(x_1); x_21 = lean_unsigned_to_nat(1024u); x_22 = lean_nat_dec_le(x_21, x_2); x_23 = l_Lean_Name_reprPrec(x_19, x_21); -x_24 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8; +x_24 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__8; x_25 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_23); @@ -4838,14 +4847,14 @@ x_26 = lean_box(1); x_27 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_27, 0, x_25); lean_ctor_set(x_27, 1, x_26); -x_28 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1(x_20, x_21); +x_28 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1(x_20, x_21); x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); if (x_22 == 0) { lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; -x_30 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_30 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_31 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -4859,7 +4868,7 @@ return x_34; else { lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_35 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_35 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_36 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_36, 0, x_35); lean_ctor_set(x_36, 1, x_29); @@ -4873,38 +4882,38 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__2(x_1); +x_2 = l_repr___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__2(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__4(x_1, x_2, x_3); +x_4 = l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__4(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1(x_1, x_2); +x_3 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -4913,7 +4922,7 @@ static lean_object* _init_l_Lean_Syntax_instReprPreresolved___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____boxed), 2, 0); return x_1; } } @@ -5010,7 +5019,7 @@ LEAN_EXPORT lean_object* l_repr___at___private_Init_Meta_0__Lean_Syntax_reprSynt { lean_object* x_2; lean_object* x_3; x_2 = lean_unsigned_to_nat(0u); -x_3 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(x_1, x_2); return x_3; } } @@ -5035,7 +5044,7 @@ x_6 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_1); x_7 = lean_unsigned_to_nat(0u); -x_8 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(x_4, x_7); +x_8 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(x_4, x_7); x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_6); lean_ctor_set(x_9, 1, x_8); @@ -5068,7 +5077,7 @@ x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); x_6 = lean_unsigned_to_nat(0u); -x_7 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(x_5, x_6); +x_7 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(x_5, x_6); return x_7; } else @@ -5078,7 +5087,7 @@ x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); lean_dec(x_1); x_9 = lean_unsigned_to_nat(0u); -x_10 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233_(x_8, x_9); +x_10 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237_(x_8, x_9); x_11 = l_List_foldl___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__7(x_2, x_10, x_4); return x_11; } @@ -5091,23 +5100,23 @@ LEAN_EXPORT lean_object* l_List_repr___at___private_Init_Meta_0__Lean_Syntax_rep if (lean_obj_tag(x_1) == 0) { lean_object* x_3; -x_3 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2; +x_3 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2; return x_3; } else { 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; uint8_t x_12; lean_object* x_13; -x_4 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5; +x_4 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5; x_5 = l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__6(x_1, x_4); -x_6 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9; +x_6 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11; +x_8 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11; x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); -x_10 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8; +x_10 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -5141,7 +5150,7 @@ static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40 _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_2 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__2; x_3 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5165,7 +5174,7 @@ static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40 _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_2 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__2; x_3 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5373,7 +5382,7 @@ lean_inc(x_11); lean_dec(x_1); x_12 = lean_unsigned_to_nat(1024u); x_13 = lean_nat_dec_le(x_12, x_2); -x_14 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_9, x_12); +x_14 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_9, x_12); x_15 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__9; x_16 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_16, 0, x_15); @@ -5399,13 +5408,13 @@ 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; 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; x_25 = lean_array_to_list(lean_box(0), x_11); -x_26 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5; +x_26 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5; x_27 = l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__2(x_25, x_26); x_28 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__13; x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_28); lean_ctor_set(x_29, 1, x_27); -x_30 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11; +x_30 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11; x_31 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_31, 0, x_29); lean_ctor_set(x_31, 1, x_30); @@ -5420,7 +5429,7 @@ lean_ctor_set_uint8(x_35, sizeof(void*)*1, x_34); x_36 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_36, 0, x_21); lean_ctor_set(x_36, 1, x_35); -x_37 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_37 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_38 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_36); @@ -5439,7 +5448,7 @@ x_42 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_23 x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_21); lean_ctor_set(x_43, 1, x_42); -x_44 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_44 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_45 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); @@ -5457,13 +5466,13 @@ if (x_24 == 0) { 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; uint8_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; x_49 = lean_array_to_list(lean_box(0), x_11); -x_50 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5; +x_50 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5; x_51 = l_Std_Format_joinSep___at___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____spec__2(x_49, x_50); x_52 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__13; x_53 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_53, 0, x_52); lean_ctor_set(x_53, 1, x_51); -x_54 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11; +x_54 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11; x_55 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_55, 0, x_53); lean_ctor_set(x_55, 1, x_54); @@ -5478,7 +5487,7 @@ lean_ctor_set_uint8(x_59, sizeof(void*)*1, x_58); x_60 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_60, 0, x_21); lean_ctor_set(x_60, 1, x_59); -x_61 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_61 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_62 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_62, 0, x_61); lean_ctor_set(x_62, 1, x_60); @@ -5497,7 +5506,7 @@ x_66 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_23 x_67 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_67, 0, x_21); lean_ctor_set(x_67, 1, x_66); -x_68 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_68 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_69 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_69, 0, x_68); lean_ctor_set(x_69, 1, x_67); @@ -5520,7 +5529,7 @@ lean_inc(x_74); lean_dec(x_1); x_75 = lean_unsigned_to_nat(1024u); x_76 = lean_nat_dec_le(x_75, x_2); -x_77 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_73, x_75); +x_77 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_73, x_75); x_78 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__18; x_79 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_79, 0, x_78); @@ -5539,7 +5548,7 @@ lean_ctor_set(x_84, 1, x_83); if (x_76 == 0) { lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; -x_85 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_85 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_86 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_86, 0, x_85); lean_ctor_set(x_86, 1, x_84); @@ -5553,7 +5562,7 @@ return x_89; else { lean_object* x_90; lean_object* x_91; uint8_t x_92; lean_object* x_93; lean_object* x_94; -x_90 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_90 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_91 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_91, 0, x_90); lean_ctor_set(x_91, 1, x_84); @@ -5579,7 +5588,7 @@ lean_inc(x_98); lean_dec(x_1); x_99 = lean_unsigned_to_nat(1024u); x_100 = lean_nat_dec_le(x_99, x_2); -x_101 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2313_(x_95, x_99); +x_101 = l___private_Init_Data_Repr_0__reprSourceInfo____x40_Init_Data_Repr___hyg_2311_(x_95, x_99); x_102 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378____closed__21; x_103 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_103, 0, x_102); @@ -5625,7 +5634,7 @@ lean_ctor_set(x_119, 1, x_104); x_120 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_120, 0, x_119); lean_ctor_set(x_120, 1, x_107); -x_121 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; +x_121 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; x_122 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_122, 0, x_121); lean_ctor_set(x_122, 1, x_120); @@ -5671,7 +5680,7 @@ lean_ctor_set(x_137, 1, x_104); x_138 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_138, 0, x_137); lean_ctor_set(x_138, 1, x_107); -x_139 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; +x_139 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; x_140 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_140, 0, x_139); lean_ctor_set(x_140, 1, x_138); @@ -5720,7 +5729,7 @@ x_1 = l_Lean_Syntax_instReprSyntax___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__1() { _start: { lean_object* x_1; @@ -5728,29 +5737,29 @@ x_1 = lean_mk_string_from_bytes("raw", 3); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__2; +x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__4() { _start: { lean_object* x_1; @@ -5758,29 +5767,29 @@ x_1 = lean_mk_string_from_bytes(" := ", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3; -x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__3; +x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -5789,7 +5798,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__8() { _start: { lean_object* x_1; @@ -5797,35 +5806,35 @@ x_1 = lean_mk_string_from_bytes("{ ", 2); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__8; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__9; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__12() { _start: { lean_object* x_1; @@ -5833,23 +5842,23 @@ x_1 = lean_mk_string_from_bytes(" }", 2); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__12; 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_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg(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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; x_3 = lean_unsigned_to_nat(0u); x_4 = l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378_(x_1, x_3); -x_5 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7; +x_5 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7; x_6 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -5857,19 +5866,19 @@ x_7 = 0; x_8 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_8, 0, x_6); lean_ctor_set_uint8(x_8, sizeof(void*)*1, x_7); -x_9 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__6; +x_9 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__6; x_10 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); -x_11 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; +x_11 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11; x_12 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); -x_13 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13; +x_13 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13; x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); -x_15 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; +x_15 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10; x_16 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -5879,28 +5888,28 @@ lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_7); return x_17; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643_(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___boxed), 2, 0); +x_2 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___boxed), 2, 0); return x_2; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651_(x_1); +x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643_(x_1); lean_dec(x_1); return x_2; } @@ -5909,7 +5918,7 @@ static lean_object* _init_l_Lean_Syntax_instReprTSyntax___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___boxed), 2, 0); return x_1; } } @@ -6212,7 +6221,7 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -6262,7 +6271,7 @@ goto _start; } } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -6307,29 +6316,29 @@ return x_13; else { uint8_t x_14; -x_14 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(x_9, x_11); +x_14 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(x_9, x_11); return x_14; } } } } } -LEAN_EXPORT lean_object* l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(x_1, x_2); +x_3 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(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___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -6340,7 +6349,7 @@ static lean_object* _init_l_Lean_Syntax_instBEqPreresolved___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____boxed), 2, 0); return x_1; } } @@ -6425,7 +6434,7 @@ x_6 = lean_ctor_get(x_1, 0); x_7 = lean_ctor_get(x_1, 1); x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140_(x_6, x_8); +x_10 = l___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132_(x_6, x_8); if (x_10 == 0) { uint8_t x_11; @@ -10310,159 +10319,125 @@ return x_4; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeHexDigit(lean_object* x_1, lean_object* x_2) { _start: { -uint32_t x_3; lean_object* x_4; lean_object* x_5; uint32_t x_44; uint8_t x_45; +uint32_t x_3; lean_object* x_4; uint32_t x_5; uint8_t x_6; uint8_t x_40; x_3 = lean_string_utf8_get(x_1, x_2); x_4 = lean_string_utf8_next(x_1, x_2); -x_44 = 48; -x_45 = lean_uint32_dec_le(x_44, x_3); -if (x_45 == 0) +x_5 = 48; +x_40 = lean_uint32_dec_le(x_5, x_3); +if (x_40 == 0) { -lean_object* x_46; -x_46 = lean_box(0); -x_5 = x_46; -goto block_43; +uint8_t x_41; +x_41 = 0; +x_6 = x_41; +goto block_39; } else { -uint32_t x_47; uint8_t x_48; -x_47 = 57; -x_48 = lean_uint32_dec_le(x_3, x_47); -if (x_48 == 0) +uint32_t x_42; uint8_t x_43; +x_42 = 57; +x_43 = lean_uint32_dec_le(x_3, x_42); +x_6 = x_43; +goto block_39; +} +block_39: +{ +if (x_6 == 0) +{ +uint32_t x_7; uint8_t x_8; uint8_t x_30; +x_7 = 97; +x_30 = lean_uint32_dec_le(x_7, x_3); +if (x_30 == 0) { -lean_object* x_49; -x_49 = lean_box(0); -x_5 = x_49; -goto block_43; +uint8_t x_31; +x_31 = 0; +x_8 = x_31; +goto block_29; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_50 = lean_uint32_to_nat(x_3); -x_51 = lean_unsigned_to_nat(48u); -x_52 = lean_nat_sub(x_50, x_51); -lean_dec(x_50); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_4); -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_53); -return x_54; +uint32_t x_32; uint8_t x_33; +x_32 = 102; +x_33 = lean_uint32_dec_le(x_3, x_32); +x_8 = x_33; +goto block_29; } -} -block_43: +block_29: { -uint32_t x_6; uint8_t x_7; -lean_dec(x_5); -x_6 = 97; -x_7 = lean_uint32_dec_le(x_6, x_3); -if (x_7 == 0) +if (x_8 == 0) { -uint32_t x_8; uint8_t x_9; -x_8 = 65; -x_9 = lean_uint32_dec_le(x_8, x_3); -if (x_9 == 0) +uint32_t x_9; uint8_t x_10; +x_9 = 65; +x_10 = lean_uint32_dec_le(x_9, x_3); +if (x_10 == 0) { -lean_object* x_10; +lean_object* x_11; lean_dec(x_4); -x_10 = lean_box(0); -return x_10; +x_11 = lean_box(0); +return x_11; } else { -uint32_t x_11; uint8_t x_12; -x_11 = 70; -x_12 = lean_uint32_dec_le(x_3, x_11); -if (x_12 == 0) +uint32_t x_12; uint8_t x_13; +x_12 = 70; +x_13 = lean_uint32_dec_le(x_3, x_12); +if (x_13 == 0) { -lean_object* x_13; +lean_object* x_14; lean_dec(x_4); -x_13 = lean_box(0); -return x_13; +x_14 = lean_box(0); +return x_14; } 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; -x_14 = lean_uint32_to_nat(x_3); -x_15 = lean_unsigned_to_nat(10u); -x_16 = lean_nat_add(x_15, x_14); -lean_dec(x_14); -x_17 = lean_unsigned_to_nat(65u); -x_18 = lean_nat_sub(x_16, x_17); -lean_dec(x_16); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_4); -x_20 = lean_alloc_ctor(1, 1, 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; +x_15 = lean_uint32_to_nat(x_3); +x_16 = lean_unsigned_to_nat(10u); +x_17 = lean_nat_add(x_16, x_15); +lean_dec(x_15); +x_18 = lean_unsigned_to_nat(65u); +x_19 = lean_nat_sub(x_17, x_18); +lean_dec(x_17); +x_20 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_20, 0, x_19); -return x_20; -} +lean_ctor_set(x_20, 1, x_4); +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_20); +return x_21; } } -else -{ -uint32_t x_21; uint8_t x_22; -x_21 = 102; -x_22 = lean_uint32_dec_le(x_3, x_21); -if (x_22 == 0) -{ -uint32_t x_23; uint8_t x_24; -x_23 = 65; -x_24 = lean_uint32_dec_le(x_23, x_3); -if (x_24 == 0) -{ -lean_object* x_25; -lean_dec(x_4); -x_25 = lean_box(0); -return x_25; } else { -uint32_t x_26; uint8_t x_27; -x_26 = 70; -x_27 = lean_uint32_dec_le(x_3, x_26); -if (x_27 == 0) -{ -lean_object* x_28; -lean_dec(x_4); -x_28 = lean_box(0); +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; +x_22 = lean_uint32_to_nat(x_3); +x_23 = lean_unsigned_to_nat(10u); +x_24 = lean_nat_add(x_23, x_22); +lean_dec(x_22); +x_25 = lean_unsigned_to_nat(97u); +x_26 = lean_nat_sub(x_24, x_25); +lean_dec(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_4); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); return x_28; } -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; -x_29 = lean_uint32_to_nat(x_3); -x_30 = lean_unsigned_to_nat(10u); -x_31 = lean_nat_add(x_30, x_29); -lean_dec(x_29); -x_32 = lean_unsigned_to_nat(65u); -x_33 = lean_nat_sub(x_31, x_32); -lean_dec(x_31); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_4); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_34); -return x_35; -} } } else { -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_36 = lean_uint32_to_nat(x_3); -x_37 = lean_unsigned_to_nat(10u); -x_38 = lean_nat_add(x_37, x_36); -lean_dec(x_36); -x_39 = lean_unsigned_to_nat(97u); -x_40 = lean_nat_sub(x_38, x_39); -lean_dec(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_4); -x_42 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_42, 0, x_41); -return x_42; -} +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_34 = lean_uint32_to_nat(x_3); +x_35 = lean_unsigned_to_nat(48u); +x_36 = lean_nat_sub(x_34, x_35); +lean_dec(x_34); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_4); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +return x_38; } } } @@ -10656,114 +10631,119 @@ x_12 = lean_nat_dec_eq(x_2, x_11); lean_dec(x_2); if (x_12 == 0) { -uint32_t x_13; uint32_t x_14; uint8_t x_15; +uint32_t x_13; uint8_t x_14; uint32_t x_29; uint8_t x_30; x_13 = lean_string_utf8_get(x_1, x_11); -x_14 = 120; -x_15 = lean_uint32_dec_eq(x_13, x_14); -if (x_15 == 0) -{ -uint32_t x_16; uint8_t x_17; -x_16 = 88; -x_17 = lean_uint32_dec_eq(x_13, x_16); -if (x_17 == 0) -{ -uint32_t x_18; uint8_t x_19; -x_18 = 98; -x_19 = lean_uint32_dec_eq(x_13, x_18); -if (x_19 == 0) -{ -uint32_t x_20; uint8_t x_21; -x_20 = 66; -x_21 = lean_uint32_dec_eq(x_13, x_20); -if (x_21 == 0) -{ -uint32_t x_22; uint8_t x_23; -x_22 = 111; -x_23 = lean_uint32_dec_eq(x_13, x_22); -if (x_23 == 0) +x_29 = 120; +x_30 = lean_uint32_dec_eq(x_13, x_29); +if (x_30 == 0) { -uint32_t x_24; uint8_t x_25; -x_24 = 79; -x_25 = lean_uint32_dec_eq(x_13, x_24); -if (x_25 == 0) +uint32_t x_31; uint8_t x_32; +x_31 = 88; +x_32 = lean_uint32_dec_eq(x_13, x_31); +if (x_32 == 0) { -uint8_t x_26; -x_26 = l_Char_isDigit(x_13); -if (x_26 == 0) +uint32_t x_33; uint8_t x_34; +x_33 = 98; +x_34 = lean_uint32_dec_eq(x_13, x_33); +if (x_34 == 0) { -lean_object* x_27; -x_27 = lean_box(0); -return x_27; +uint32_t x_35; uint8_t x_36; +x_35 = 66; +x_36 = lean_uint32_dec_eq(x_13, x_35); +x_14 = x_36; +goto block_28; } else { -lean_object* x_28; -x_28 = l___private_Init_Meta_0__Lean_Syntax_decodeDecimalLitAux(x_1, x_3, x_3); -return x_28; +uint8_t x_37; +x_37 = 1; +x_14 = x_37; +goto block_28; } } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_unsigned_to_nat(2u); -x_30 = l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux(x_1, x_29, x_3); -return x_30; +lean_object* x_38; lean_object* x_39; +x_38 = lean_unsigned_to_nat(2u); +x_39 = l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux(x_1, x_38, x_3); +return x_39; } } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_unsigned_to_nat(2u); -x_32 = l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux(x_1, x_31, x_3); -return x_32; +lean_object* x_40; lean_object* x_41; +x_40 = lean_unsigned_to_nat(2u); +x_41 = l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux(x_1, x_40, x_3); +return x_41; } +block_28: +{ +if (x_14 == 0) +{ +uint32_t x_15; uint8_t x_16; +x_15 = 111; +x_16 = lean_uint32_dec_eq(x_13, x_15); +if (x_16 == 0) +{ +uint32_t x_17; uint8_t x_18; +x_17 = 79; +x_18 = lean_uint32_dec_eq(x_13, x_17); +if (x_18 == 0) +{ +uint8_t x_19; +x_19 = l_Char_isDigit(x_13); +if (x_19 == 0) +{ +lean_object* x_20; +x_20 = lean_box(0); +return x_20; } else { -lean_object* x_33; lean_object* x_34; -x_33 = lean_unsigned_to_nat(2u); -x_34 = l___private_Init_Meta_0__Lean_Syntax_decodeBinLitAux(x_1, x_33, x_3); -return x_34; +lean_object* x_21; +x_21 = l___private_Init_Meta_0__Lean_Syntax_decodeDecimalLitAux(x_1, x_3, x_3); +return x_21; } } else { -lean_object* x_35; lean_object* x_36; -x_35 = lean_unsigned_to_nat(2u); -x_36 = l___private_Init_Meta_0__Lean_Syntax_decodeBinLitAux(x_1, x_35, x_3); -return x_36; +lean_object* x_22; lean_object* x_23; +x_22 = lean_unsigned_to_nat(2u); +x_23 = l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux(x_1, x_22, x_3); +return x_23; } } else { -lean_object* x_37; lean_object* x_38; -x_37 = lean_unsigned_to_nat(2u); -x_38 = l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux(x_1, x_37, x_3); -return x_38; +lean_object* x_24; lean_object* x_25; +x_24 = lean_unsigned_to_nat(2u); +x_25 = l___private_Init_Meta_0__Lean_Syntax_decodeOctalLitAux(x_1, x_24, x_3); +return x_25; } } else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_unsigned_to_nat(2u); -x_40 = l___private_Init_Meta_0__Lean_Syntax_decodeHexLitAux(x_1, x_39, x_3); -return x_40; +lean_object* x_26; lean_object* x_27; +x_26 = lean_unsigned_to_nat(2u); +x_27 = l___private_Init_Meta_0__Lean_Syntax_decodeBinLitAux(x_1, x_26, x_3); +return x_27; +} } } else { -lean_object* x_41; -x_41 = l_Lean_Syntax_decodeNatLitVal_x3f___closed__1; -return x_41; +lean_object* x_42; +x_42 = l_Lean_Syntax_decodeNatLitVal_x3f___closed__1; +return x_42; } } } else { -lean_object* x_42; +lean_object* x_43; lean_dec(x_2); -x_42 = lean_box(0); -return x_42; +x_43 = lean_box(0); +return x_43; } } } @@ -11135,10 +11115,27 @@ uint8_t x_5; x_5 = lean_string_utf8_at_end(x_1, x_2); if (x_5 == 0) { -uint32_t x_6; uint32_t x_7; uint8_t x_8; +uint32_t x_6; uint32_t x_7; uint8_t x_8; uint8_t x_29; x_6 = lean_string_utf8_get(x_1, x_2); x_7 = 48; -x_8 = lean_uint32_dec_le(x_7, x_6); +x_29 = lean_uint32_dec_le(x_7, x_6); +if (x_29 == 0) +{ +uint8_t x_30; +x_30 = 0; +x_8 = x_30; +goto block_28; +} +else +{ +uint32_t x_31; uint8_t x_32; +x_31 = 57; +x_32 = lean_uint32_dec_le(x_6, x_31); +x_8 = x_32; +goto block_28; +} +block_28: +{ if (x_8 == 0) { uint32_t x_9; uint8_t x_10; @@ -11180,88 +11177,44 @@ return x_17; } else { -uint32_t x_18; uint8_t x_19; -x_18 = 57; -x_19 = lean_uint32_dec_le(x_6, x_18); -if (x_19 == 0) -{ -uint32_t x_20; uint8_t x_21; -x_20 = 101; -x_21 = lean_uint32_dec_eq(x_6, x_20); -if (x_21 == 0) -{ -uint32_t x_22; uint8_t x_23; -x_22 = 69; -x_23 = lean_uint32_dec_eq(x_6, x_22); -if (x_23 == 0) -{ -lean_object* x_24; -lean_dec(x_4); -lean_dec(x_3); +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_string_utf8_next(x_1, x_2); lean_dec(x_2); -x_24 = lean_box(0); -return x_24; +x_19 = lean_unsigned_to_nat(10u); +x_20 = lean_nat_mul(x_19, x_3); +lean_dec(x_3); +x_21 = lean_uint32_to_nat(x_6); +x_22 = lean_nat_add(x_20, x_21); +lean_dec(x_21); +lean_dec(x_20); +x_23 = lean_unsigned_to_nat(48u); +x_24 = lean_nat_sub(x_22, x_23); +lean_dec(x_22); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_add(x_4, x_25); +lean_dec(x_4); +x_2 = x_18; +x_3 = x_24; +x_4 = x_26; +goto _start; +} +} } else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_string_utf8_next(x_1, x_2); -lean_dec(x_2); -x_26 = l_Lean_Syntax_decodeScientificLitVal_x3f_decodeExp(x_1, x_25, x_3, x_4); -lean_dec(x_4); -return x_26; -} -} -else -{ -lean_object* x_27; lean_object* x_28; -x_27 = lean_string_utf8_next(x_1, x_2); -lean_dec(x_2); -x_28 = l_Lean_Syntax_decodeScientificLitVal_x3f_decodeExp(x_1, x_27, x_3, x_4); -lean_dec(x_4); -return x_28; -} -} -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; lean_object* x_37; -x_29 = lean_string_utf8_next(x_1, x_2); +uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_dec(x_2); -x_30 = lean_unsigned_to_nat(10u); -x_31 = lean_nat_mul(x_30, x_3); -lean_dec(x_3); -x_32 = lean_uint32_to_nat(x_6); -x_33 = lean_nat_add(x_31, x_32); -lean_dec(x_32); -lean_dec(x_31); -x_34 = lean_unsigned_to_nat(48u); -x_35 = lean_nat_sub(x_33, x_34); -lean_dec(x_33); -x_36 = lean_unsigned_to_nat(1u); -x_37 = lean_nat_add(x_4, x_36); -lean_dec(x_4); -x_2 = x_29; -x_3 = x_35; -x_4 = x_37; -goto _start; -} -} -} -else -{ -uint8_t x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -lean_dec(x_2); -x_39 = 1; -x_40 = lean_box(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_4); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_3); -lean_ctor_set(x_42, 1, x_41); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_42); -return x_43; +x_33 = 1; +x_34 = lean_box(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_4); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_3); +lean_ctor_set(x_36, 1, x_35); +x_37 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_37, 0, x_36); +return x_37; } } } @@ -11281,10 +11234,27 @@ uint8_t x_4; x_4 = lean_string_utf8_at_end(x_1, x_2); if (x_4 == 0) { -uint32_t x_5; uint32_t x_6; uint8_t x_7; +uint32_t x_5; uint32_t x_6; uint8_t x_7; uint8_t x_33; x_5 = lean_string_utf8_get(x_1, x_2); x_6 = 48; -x_7 = lean_uint32_dec_le(x_6, x_5); +x_33 = lean_uint32_dec_le(x_6, x_5); +if (x_33 == 0) +{ +uint8_t x_34; +x_34 = 0; +x_7 = x_34; +goto block_32; +} +else +{ +uint32_t x_35; uint8_t x_36; +x_35 = 57; +x_36 = lean_uint32_dec_le(x_5, x_35); +x_7 = x_36; +goto block_32; +} +block_32: +{ if (x_7 == 0) { uint32_t x_8; uint8_t x_9; @@ -11340,90 +11310,32 @@ return x_23; } else { -uint32_t x_24; uint8_t x_25; -x_24 = 57; -x_25 = lean_uint32_dec_le(x_5, x_24); -if (x_25 == 0) -{ -uint32_t x_26; uint8_t x_27; -x_26 = 46; -x_27 = lean_uint32_dec_eq(x_5, x_26); -if (x_27 == 0) -{ -uint32_t x_28; uint8_t x_29; -x_28 = 101; -x_29 = lean_uint32_dec_eq(x_5, x_28); -if (x_29 == 0) -{ -uint32_t x_30; uint8_t x_31; -x_30 = 69; -x_31 = lean_uint32_dec_eq(x_5, x_30); -if (x_31 == 0) -{ -lean_object* x_32; -lean_dec(x_3); -lean_dec(x_2); -x_32 = lean_box(0); -return x_32; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_string_utf8_next(x_1, x_2); -lean_dec(x_2); -x_34 = lean_unsigned_to_nat(0u); -x_35 = l_Lean_Syntax_decodeScientificLitVal_x3f_decodeExp(x_1, x_33, x_3, x_34); -return x_35; -} -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_string_utf8_next(x_1, x_2); -lean_dec(x_2); -x_37 = lean_unsigned_to_nat(0u); -x_38 = l_Lean_Syntax_decodeScientificLitVal_x3f_decodeExp(x_1, x_36, x_3, x_37); -return x_38; -} -} -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_string_utf8_next(x_1, x_2); -lean_dec(x_2); -x_40 = lean_unsigned_to_nat(0u); -x_41 = l_Lean_Syntax_decodeScientificLitVal_x3f_decodeAfterDot(x_1, x_39, x_3, 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; -x_42 = lean_string_utf8_next(x_1, x_2); +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; +x_24 = lean_string_utf8_next(x_1, x_2); lean_dec(x_2); -x_43 = lean_unsigned_to_nat(10u); -x_44 = lean_nat_mul(x_43, x_3); +x_25 = lean_unsigned_to_nat(10u); +x_26 = lean_nat_mul(x_25, x_3); lean_dec(x_3); -x_45 = lean_uint32_to_nat(x_5); -x_46 = lean_nat_add(x_44, x_45); -lean_dec(x_45); -lean_dec(x_44); -x_47 = lean_unsigned_to_nat(48u); -x_48 = lean_nat_sub(x_46, x_47); -lean_dec(x_46); -x_2 = x_42; -x_3 = x_48; +x_27 = lean_uint32_to_nat(x_5); +x_28 = lean_nat_add(x_26, x_27); +lean_dec(x_27); +lean_dec(x_26); +x_29 = lean_unsigned_to_nat(48u); +x_30 = lean_nat_sub(x_28, x_29); +lean_dec(x_28); +x_2 = x_24; +x_3 = x_30; goto _start; } } } else { -lean_object* x_50; +lean_object* x_37; lean_dec(x_3); lean_dec(x_2); -x_50 = lean_box(0); -return x_50; +x_37 = lean_box(0); +return x_37; } } } @@ -12729,18 +12641,18 @@ x_72 = lean_nat_dec_le(x_30, x_71); if (x_72 == 0) { x_73 = x_71; -goto block_104; +goto block_105; } else { lean_dec(x_71); lean_inc(x_30); x_73 = x_30; -goto block_104; +goto block_105; } -block_104: +block_105: { -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_89; uint8_t x_90; +lean_object* x_74; lean_object* x_75; uint8_t x_76; lean_object* x_90; uint8_t x_91; lean_inc(x_73); lean_inc(x_29); lean_inc(x_28); @@ -12754,74 +12666,63 @@ lean_ctor_set(x_74, 1, x_29); lean_ctor_set(x_74, 2, x_73); x_75 = lean_nat_sub(x_73, x_29); lean_dec(x_73); -x_89 = lean_nat_add(x_29, x_75); -x_90 = lean_nat_dec_eq(x_89, x_29); -if (x_90 == 0) -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; uint32_t x_94; uint32_t x_95; uint8_t x_96; -x_91 = lean_string_utf8_prev(x_28, x_89); -lean_dec(x_89); -x_92 = lean_nat_sub(x_91, x_29); -lean_dec(x_91); -x_93 = lean_nat_add(x_29, x_92); +x_90 = lean_nat_add(x_29, x_75); +x_91 = lean_nat_dec_eq(x_90, x_29); +if (x_91 == 0) +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint32_t x_95; uint32_t x_96; uint8_t x_97; +x_92 = lean_string_utf8_prev(x_28, x_90); +lean_dec(x_90); +x_93 = lean_nat_sub(x_92, x_29); lean_dec(x_92); -x_94 = lean_string_utf8_get(x_28, x_93); +x_94 = lean_nat_add(x_29, x_93); lean_dec(x_93); -x_95 = l_Lean_idEndEscape; -x_96 = lean_uint32_dec_eq(x_94, x_95); -if (x_96 == 0) +x_95 = lean_string_utf8_get(x_28, x_94); +lean_dec(x_94); +x_96 = l_Lean_idEndEscape; +x_97 = lean_uint32_dec_eq(x_95, x_96); +if (x_97 == 0) { -lean_object* x_97; -lean_dec(x_75); -lean_dec(x_74); -lean_dec(x_32); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_2); -x_97 = lean_box(0); -return x_97; +uint8_t x_98; +x_98 = 1; +x_76 = x_98; +goto block_89; } else { -lean_object* x_98; -x_98 = lean_box(0); -x_76 = x_98; -goto block_88; +uint8_t x_99; +x_99 = 0; +x_76 = x_99; +goto block_89; } } else { -uint32_t x_99; uint32_t x_100; uint8_t x_101; -x_99 = lean_string_utf8_get(x_28, x_89); -lean_dec(x_89); -x_100 = l_Lean_idEndEscape; -x_101 = lean_uint32_dec_eq(x_99, x_100); -if (x_101 == 0) +uint32_t x_100; uint32_t x_101; uint8_t x_102; +x_100 = lean_string_utf8_get(x_28, x_90); +lean_dec(x_90); +x_101 = l_Lean_idEndEscape; +x_102 = lean_uint32_dec_eq(x_100, x_101); +if (x_102 == 0) { -lean_object* x_102; -lean_dec(x_75); -lean_dec(x_74); -lean_dec(x_32); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_2); -x_102 = lean_box(0); -return x_102; +uint8_t x_103; +x_103 = 1; +x_76 = x_103; +goto block_89; } else { -lean_object* x_103; -x_103 = lean_box(0); -x_76 = x_103; -goto block_88; +uint8_t x_104; +x_104 = 0; +x_76 = x_104; +goto block_89; } } -block_88: +block_89: +{ +if (x_76 == 0) { lean_object* x_77; uint8_t x_78; -lean_dec(x_76); x_77 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_77, 0, x_74); lean_ctor_set(x_77, 1, x_2); @@ -12906,20 +12807,34 @@ x_4 = x_77; goto block_27; } } +else +{ +lean_object* x_88; +lean_dec(x_75); +lean_dec(x_74); +lean_dec(x_32); +lean_dec(x_30); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_2); +x_88 = lean_box(0); +return x_88; +} +} } } } else { -lean_object* x_105; +lean_object* x_106; lean_dec(x_32); lean_dec(x_31); lean_dec(x_30); lean_dec(x_29); lean_dec(x_28); lean_dec(x_2); -x_105 = lean_box(0); -return x_105; +x_106 = lean_box(0); +return x_106; } block_27: { @@ -17445,91 +17360,95 @@ return x_3; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrLit_loop(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint32_t x_4; lean_object* x_5; uint32_t x_6; uint8_t x_7; +uint32_t x_4; lean_object* x_5; uint8_t x_6; uint32_t x_23; uint8_t x_24; x_4 = lean_string_utf8_get(x_1, x_2); x_5 = lean_string_utf8_next(x_1, x_2); lean_dec(x_2); -x_6 = 34; -x_7 = lean_uint32_dec_eq(x_4, x_6); +x_23 = 34; +x_24 = lean_uint32_dec_eq(x_4, x_23); +if (x_24 == 0) +{ +uint32_t x_25; uint8_t x_26; +x_25 = 123; +x_26 = lean_uint32_dec_eq(x_4, x_25); +x_6 = x_26; +goto block_22; +} +else +{ +uint8_t x_27; +x_27 = 1; +x_6 = x_27; +goto block_22; +} +block_22: +{ +if (x_6 == 0) +{ +uint8_t x_7; +x_7 = lean_string_utf8_at_end(x_1, x_5); if (x_7 == 0) { uint32_t x_8; uint8_t x_9; -x_8 = 123; +x_8 = 92; x_9 = lean_uint32_dec_eq(x_4, x_8); if (x_9 == 0) { -uint8_t x_10; -x_10 = lean_string_utf8_at_end(x_1, x_5); -if (x_10 == 0) -{ -uint32_t x_11; uint8_t x_12; -x_11 = 92; -x_12 = lean_uint32_dec_eq(x_4, x_11); -if (x_12 == 0) -{ -lean_object* x_13; -x_13 = lean_string_push(x_3, x_4); +lean_object* x_10; +x_10 = lean_string_push(x_3, x_4); x_2 = x_5; -x_3 = x_13; +x_3 = x_10; goto _start; } else { -lean_object* x_15; -x_15 = l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar(x_1, x_5); +lean_object* x_12; +x_12 = l___private_Init_Meta_0__Lean_Syntax_decodeInterpStrQuotedChar(x_1, x_5); lean_dec(x_5); -if (lean_obj_tag(x_15) == 0) +if (lean_obj_tag(x_12) == 0) { -lean_object* x_16; +lean_object* x_13; lean_dec(x_3); -x_16 = lean_box(0); -return x_16; +x_13 = lean_box(0); +return x_13; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint32_t x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint32_t x_17; lean_object* x_18; +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(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_unbox_uint32(x_15); 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_unbox_uint32(x_18); -lean_dec(x_18); -x_21 = lean_string_push(x_3, x_20); -x_2 = x_19; -x_3 = x_21; +x_18 = lean_string_push(x_3, x_17); +x_2 = x_16; +x_3 = x_18; goto _start; } } } else { -lean_object* x_23; +lean_object* x_20; lean_dec(x_5); lean_dec(x_3); -x_23 = lean_box(0); -return x_23; +x_20 = lean_box(0); +return x_20; } } else { -lean_object* x_24; +lean_object* x_21; lean_dec(x_5); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_3); -return x_24; -} +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_3); +return x_21; } -else -{ -lean_object* x_25; -lean_dec(x_5); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_3); -return x_25; } } } @@ -18485,7 +18404,7 @@ x_1 = 0; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -18497,7 +18416,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364____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; @@ -18505,7 +18424,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_3, x_4); +x_5 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -18514,7 +18433,7 @@ static lean_object* _init_l_Lean_Meta_instBEqTransparencyMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364____boxed), 2, 0); return x_1; } } @@ -18526,7 +18445,7 @@ x_1 = l_Lean_Meta_instBEqTransparencyMode___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__1() { _start: { lean_object* x_1; @@ -18534,33 +18453,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.all", 30); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18568,23 +18487,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18592,7 +18511,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__7() { _start: { lean_object* x_1; @@ -18600,33 +18519,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.default", 34); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__7; 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18634,23 +18553,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18658,7 +18577,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__13() { _start: { lean_object* x_1; @@ -18666,33 +18585,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.reducible", 36); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____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___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18700,23 +18619,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18724,7 +18643,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__19() { _start: { lean_object* x_1; @@ -18732,33 +18651,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.TransparencyMode.instances", 36); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__19; 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18766,23 +18685,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -18790,7 +18709,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -18802,14 +18721,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4; +x_5 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6; +x_7 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -18822,14 +18741,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10; +x_11 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12; +x_13 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -18842,14 +18761,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16; +x_17 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18; +x_19 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -18862,14 +18781,14 @@ x_22 = lean_nat_dec_le(x_21, x_2); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22; +x_23 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__22; x_24 = l_Repr_addAppParen(x_23, x_2); return x_24; } else { lean_object* x_25; lean_object* x_26; -x_25 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24; +x_25 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__24; x_26 = l_Repr_addAppParen(x_25, x_2); return x_26; } @@ -18877,13 +18796,13 @@ return x_26; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398_(x_3, x_2); +x_4 = l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -18892,7 +18811,7 @@ static lean_object* _init_l_Lean_Meta_instReprTransparencyMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____boxed), 2, 0); return x_1; } } @@ -18975,7 +18894,7 @@ x_1 = 0; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -18987,7 +18906,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569____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; @@ -18995,7 +18914,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(x_3, x_4); +x_5 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -19004,7 +18923,7 @@ static lean_object* _init_l_Lean_Meta_instBEqEtaStructMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569____boxed), 2, 0); return x_1; } } @@ -19016,7 +18935,7 @@ x_1 = l_Lean_Meta_instBEqEtaStructMode___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__1() { _start: { lean_object* x_1; @@ -19024,33 +18943,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.EtaStructMode.all", 27); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19058,23 +18977,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19082,7 +19001,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__7() { _start: { lean_object* x_1; @@ -19090,33 +19009,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.EtaStructMode.notClasses", 34); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__7; 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19124,23 +19043,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19148,7 +19067,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__13() { _start: { lean_object* x_1; @@ -19156,33 +19075,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.EtaStructMode.none", 28); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____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___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19190,23 +19109,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5; -x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5; +x_2 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17; +x_1 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19214,7 +19133,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -19226,14 +19145,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4; +x_5 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6; +x_7 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -19246,14 +19165,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10; +x_11 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12; +x_13 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -19266,14 +19185,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16; +x_17 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18; +x_19 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -19281,13 +19200,13 @@ return x_20; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(x_3, x_2); +x_4 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -19296,7 +19215,7 @@ static lean_object* _init_l_Lean_Meta_instReprEtaStructMode___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____boxed), 2, 0); return x_1; } } @@ -19398,7 +19317,7 @@ x_1 = l_Lean_Meta_DSimp_instInhabitedConfig___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12822_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; uint8_t x_4; uint8_t x_5; uint8_t x_6; uint8_t x_7; uint8_t x_8; uint8_t x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; uint8_t x_17; uint8_t x_18; lean_object* x_19; lean_object* x_23; lean_object* x_29; lean_object* x_35; lean_object* x_43; uint8_t x_49; @@ -19551,7 +19470,7 @@ goto block_28; { uint8_t x_36; lean_dec(x_35); -x_36 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(x_6, x_14); +x_36 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569_(x_6, x_14); if (x_36 == 0) { uint8_t x_37; @@ -19676,11 +19595,11 @@ goto block_48; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12822____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12822_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -19691,7 +19610,7 @@ static lean_object* _init_l_Lean_Meta_DSimp_instBEqConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12846____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_beqConfig____x40_Init_Meta___hyg_12822____boxed), 2, 0); return x_1; } } @@ -19703,7 +19622,7 @@ x_1 = l_Lean_Meta_DSimp_instBEqConfig___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__1() { _start: { lean_object* x_1; @@ -19711,41 +19630,41 @@ x_1 = lean_mk_string_from_bytes("zeta", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3; -x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__3; +x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -19754,7 +19673,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__6() { _start: { lean_object* x_1; @@ -19762,17 +19681,17 @@ x_1 = lean_mk_string_from_bytes("beta", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__6; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__8() { _start: { lean_object* x_1; @@ -19780,17 +19699,17 @@ x_1 = lean_mk_string_from_bytes("eta", 3); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__10() { _start: { lean_object* x_1; @@ -19798,17 +19717,17 @@ x_1 = lean_mk_string_from_bytes("etaStruct", 9); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12() { _start: { lean_object* x_1; lean_object* x_2; @@ -19817,7 +19736,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__13() { _start: { lean_object* x_1; @@ -19825,17 +19744,17 @@ x_1 = lean_mk_string_from_bytes("iota", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____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___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__15() { _start: { lean_object* x_1; @@ -19843,17 +19762,17 @@ x_1 = lean_mk_string_from_bytes("proj", 4); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__15; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__17() { _start: { lean_object* x_1; @@ -19861,17 +19780,17 @@ x_1 = lean_mk_string_from_bytes("decide", 6); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__17; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19() { _start: { lean_object* x_1; lean_object* x_2; @@ -19880,7 +19799,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20() { _start: { lean_object* x_1; @@ -19888,17 +19807,17 @@ x_1 = lean_mk_string_from_bytes("autoUnfold", 10); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20; 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22() { _start: { lean_object* x_1; lean_object* x_2; @@ -19907,7 +19826,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23() { _start: { lean_object* x_1; lean_object* x_2; @@ -19917,23 +19836,23 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__25() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__24; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19941,7 +19860,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26() { _start: { lean_object* x_1; lean_object* x_2; @@ -19951,23 +19870,23 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__28() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__27; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -19975,7 +19894,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; uint8_t 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; uint8_t x_11; lean_object* x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; lean_object* x_17; @@ -19984,8 +19903,8 @@ x_4 = lean_ctor_get_uint8(x_1, 1); x_5 = lean_ctor_get_uint8(x_1, 2); x_6 = lean_ctor_get_uint8(x_1, 3); x_7 = lean_unsigned_to_nat(0u); -x_8 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(x_6, x_7); -x_9 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12; +x_8 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593_(x_6, x_7); +x_9 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12; x_10 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); @@ -20000,32 +19919,32 @@ x_16 = lean_ctor_get_uint8(x_1, 7); if (x_3 == 0) { lean_object* x_118; -x_118 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_118 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_17 = x_118; goto block_117; } else { lean_object* x_119; -x_119 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_119 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_17 = x_119; goto block_117; } block_117: { 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; -x_18 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5; +x_18 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5; x_19 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_17); x_20 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_20, 0, x_19); lean_ctor_set_uint8(x_20, sizeof(void*)*1, x_11); -x_21 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4; +x_21 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__4; x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); -x_23 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4; +x_23 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4; x_24 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_24, 0, x_22); lean_ctor_set(x_24, 1, x_23); @@ -20033,25 +19952,25 @@ x_25 = lean_box(1); x_26 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_26, 0, x_24); lean_ctor_set(x_26, 1, x_25); -x_27 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7; +x_27 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_26); lean_ctor_set(x_28, 1, x_27); -x_29 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; +x_29 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__5; x_30 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_30, 0, x_28); lean_ctor_set(x_30, 1, x_29); if (x_4 == 0) { lean_object* x_115; -x_115 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_115 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_31 = x_115; goto block_114; } else { lean_object* x_116; -x_116 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_116 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_31 = x_116; goto block_114; } @@ -20073,7 +19992,7 @@ lean_ctor_set(x_35, 1, x_23); x_36 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_36, 0, x_35); lean_ctor_set(x_36, 1, x_25); -x_37 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9; +x_37 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9; x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); @@ -20083,21 +20002,21 @@ lean_ctor_set(x_39, 1, x_29); if (x_5 == 0) { lean_object* x_112; -x_112 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_112 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_40 = x_112; goto block_111; } else { lean_object* x_113; -x_113 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_113 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_40 = x_113; goto block_111; } block_111: { lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_41 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7; +x_41 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7; x_42 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_40); @@ -20113,7 +20032,7 @@ lean_ctor_set(x_45, 1, x_23); x_46 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_46, 0, x_45); lean_ctor_set(x_46, 1, x_25); -x_47 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11; +x_47 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11; x_48 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_48, 0, x_46); lean_ctor_set(x_48, 1, x_47); @@ -20129,7 +20048,7 @@ lean_ctor_set(x_51, 1, x_23); x_52 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_25); -x_53 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14; +x_53 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14; x_54 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_53); @@ -20139,14 +20058,14 @@ lean_ctor_set(x_55, 1, x_29); if (x_13 == 0) { lean_object* x_109; -x_109 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_109 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_56 = x_109; goto block_108; } else { lean_object* x_110; -x_110 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_110 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_56 = x_110; goto block_108; } @@ -20168,7 +20087,7 @@ lean_ctor_set(x_60, 1, x_23); x_61 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_61, 0, x_60); lean_ctor_set(x_61, 1, x_25); -x_62 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16; +x_62 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16; x_63 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_63, 0, x_61); lean_ctor_set(x_63, 1, x_62); @@ -20178,14 +20097,14 @@ lean_ctor_set(x_64, 1, x_29); if (x_14 == 0) { lean_object* x_106; -x_106 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_106 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_65 = x_106; goto block_105; } else { lean_object* x_107; -x_107 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_107 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_65 = x_107; goto block_105; } @@ -20207,7 +20126,7 @@ lean_ctor_set(x_69, 1, x_23); x_70 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_70, 0, x_69); lean_ctor_set(x_70, 1, x_25); -x_71 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18; +x_71 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18; x_72 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_72, 0, x_70); lean_ctor_set(x_72, 1, x_71); @@ -20217,21 +20136,21 @@ lean_ctor_set(x_73, 1, x_29); if (x_15 == 0) { lean_object* x_103; -x_103 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_103 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_74 = x_103; goto block_102; } else { lean_object* x_104; -x_104 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_104 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_74 = x_104; goto block_102; } block_102: { 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_75 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19; +x_75 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19; x_76 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_76, 0, x_75); lean_ctor_set(x_76, 1, x_74); @@ -20247,7 +20166,7 @@ lean_ctor_set(x_79, 1, x_23); x_80 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_80, 0, x_79); lean_ctor_set(x_80, 1, x_25); -x_81 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21; +x_81 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21; x_82 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_82, 0, x_80); lean_ctor_set(x_82, 1, x_81); @@ -20257,19 +20176,19 @@ lean_ctor_set(x_83, 1, x_29); if (x_16 == 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_91; lean_object* x_92; -x_84 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25; +x_84 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__25; x_85 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_85, 0, x_83); lean_ctor_set(x_85, 1, x_84); -x_86 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; +x_86 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11; x_87 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_87, 0, x_86); lean_ctor_set(x_87, 1, x_85); -x_88 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13; +x_88 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13; x_89 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_89, 0, x_87); lean_ctor_set(x_89, 1, x_88); -x_90 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; +x_90 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10; x_91 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_91, 0, x_90); lean_ctor_set(x_91, 1, x_89); @@ -20281,19 +20200,19 @@ return x_92; 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; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_93 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28; +x_93 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__28; x_94 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_94, 0, x_83); lean_ctor_set(x_94, 1, x_93); -x_95 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; +x_95 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11; x_96 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_96, 0, x_95); lean_ctor_set(x_96, 1, x_94); -x_97 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13; +x_97 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13; x_98 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_98, 0, x_96); lean_ctor_set(x_98, 1, x_97); -x_99 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; +x_99 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10; x_100 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_100, 0, x_99); lean_ctor_set(x_100, 1, x_98); @@ -20310,11 +20229,11 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; @@ -20324,7 +20243,7 @@ static lean_object* _init_l_Lean_Meta_DSimp_instReprConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____boxed), 2, 0); return x_1; } } @@ -20498,7 +20417,7 @@ x_1 = l_Lean_Meta_Simp_instInhabitedConfig___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13394_(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; uint8_t x_8; uint8_t x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_37; lean_object* x_43; lean_object* x_49; lean_object* x_55; lean_object* x_61; lean_object* x_69; lean_object* x_75; lean_object* x_81; lean_object* x_87; lean_object* x_93; uint8_t x_99; @@ -20756,7 +20675,7 @@ goto block_54; { uint8_t x_62; lean_dec(x_61); -x_62 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12587_(x_11, x_26); +x_62 = l___private_Init_Meta_0__Lean_Meta_beqEtaStructMode____x40_Init_Meta___hyg_12569_(x_11, x_26); if (x_62 == 0) { uint8_t x_63; @@ -20981,11 +20900,11 @@ goto block_92; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13394____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13394_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -20996,7 +20915,7 @@ static lean_object* _init_l_Lean_Meta_Simp_instBEqConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13418____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_beqConfig____x40_Init_Meta___hyg_13394____boxed), 2, 0); return x_1; } } @@ -21008,7 +20927,7 @@ x_1 = l_Lean_Meta_Simp_instBEqConfig___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__1() { _start: { lean_object* x_1; @@ -21016,41 +20935,41 @@ x_1 = lean_mk_string_from_bytes("maxSteps", 8); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2; +x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3; -x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__3; +x_2 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -21059,7 +20978,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__6() { _start: { lean_object* x_1; @@ -21067,17 +20986,17 @@ x_1 = lean_mk_string_from_bytes("maxDischargeDepth", 17); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__6; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__8() { _start: { lean_object* x_1; lean_object* x_2; @@ -21086,7 +21005,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__9() { _start: { lean_object* x_1; @@ -21094,17 +21013,17 @@ x_1 = lean_mk_string_from_bytes("contextual", 10); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__9; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__11() { _start: { lean_object* x_1; @@ -21112,17 +21031,17 @@ x_1 = lean_mk_string_from_bytes("memoize", 7); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__11; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__13() { _start: { lean_object* x_1; lean_object* x_2; @@ -21131,7 +21050,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__14() { _start: { lean_object* x_1; @@ -21139,17 +21058,17 @@ x_1 = lean_mk_string_from_bytes("singlePass", 10); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__14; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16() { _start: { lean_object* x_1; @@ -21157,17 +21076,17 @@ x_1 = lean_mk_string_from_bytes("arith", 5); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__17() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18() { _start: { lean_object* x_1; lean_object* x_2; @@ -21176,7 +21095,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19() { _start: { lean_object* x_1; @@ -21184,33 +21103,33 @@ x_1 = lean_mk_string_from_bytes("dsimp", 5); return x_1; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21218,23 +21137,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_3 = lean_alloc_ctor(4, 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_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24() { +static lean_object* _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21242,7 +21161,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731_(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; uint8_t x_32; uint8_t x_33; uint8_t x_34; uint8_t x_35; uint8_t x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_45; uint8_t x_46; uint8_t x_47; uint8_t x_48; uint8_t x_49; lean_object* x_50; @@ -21251,7 +21170,7 @@ lean_inc(x_3); x_4 = l_Nat_repr(x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5; +x_6 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__5; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -21259,11 +21178,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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4; +x_10 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__4; 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_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4; +x_12 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4; x_13 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_13, 0, x_11); lean_ctor_set(x_13, 1, x_12); @@ -21271,11 +21190,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___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7; +x_16 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__7; 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___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5; +x_18 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___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); @@ -21284,7 +21203,7 @@ lean_inc(x_20); x_21 = l_Nat_repr(x_20); x_22 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_22, 0, x_21); -x_23 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8; +x_23 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__8; x_24 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_24, 0, x_23); lean_ctor_set(x_24, 1, x_22); @@ -21300,7 +21219,7 @@ lean_ctor_set(x_27, 1, x_12); x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_14); -x_29 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10; +x_29 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__10; x_30 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_30, 0, x_28); lean_ctor_set(x_30, 1, x_29); @@ -21315,8 +21234,8 @@ x_36 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 4); x_37 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 5); x_38 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 6); x_39 = lean_unsigned_to_nat(0u); -x_40 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611_(x_38, x_39); -x_41 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12; +x_40 = l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593_(x_38, x_39); +x_41 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12; x_42 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_40); @@ -21333,21 +21252,21 @@ lean_dec(x_1); if (x_32 == 0) { lean_object* x_210; -x_210 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_210 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_50 = x_210; goto block_209; } else { lean_object* x_211; -x_211 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_211 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_50 = x_211; goto block_209; } block_209: { lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_51 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22; +x_51 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22; x_52 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_50); @@ -21363,7 +21282,7 @@ lean_ctor_set(x_55, 1, x_12); x_56 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_56, 0, x_55); lean_ctor_set(x_56, 1, x_14); -x_57 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12; +x_57 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__12; x_58 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_58, 0, x_56); lean_ctor_set(x_58, 1, x_57); @@ -21373,21 +21292,21 @@ lean_ctor_set(x_59, 1, x_18); if (x_33 == 0) { lean_object* x_207; -x_207 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_207 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_60 = x_207; goto block_206; } else { lean_object* x_208; -x_208 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_208 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_60 = x_208; goto block_206; } block_206: { 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; -x_61 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13; +x_61 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__13; x_62 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_62, 0, x_61); lean_ctor_set(x_62, 1, x_60); @@ -21403,7 +21322,7 @@ lean_ctor_set(x_65, 1, x_12); x_66 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_66, 0, x_65); lean_ctor_set(x_66, 1, x_14); -x_67 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15; +x_67 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__15; x_68 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_68, 0, x_66); lean_ctor_set(x_68, 1, x_67); @@ -21413,14 +21332,14 @@ lean_ctor_set(x_69, 1, x_18); if (x_34 == 0) { lean_object* x_204; -x_204 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_204 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_70 = x_204; goto block_203; } else { lean_object* x_205; -x_205 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_205 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_70 = x_205; goto block_203; } @@ -21442,7 +21361,7 @@ lean_ctor_set(x_74, 1, x_12); x_75 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_75, 0, x_74); lean_ctor_set(x_75, 1, x_14); -x_76 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2; +x_76 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__2; x_77 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_77, 0, x_75); lean_ctor_set(x_77, 1, x_76); @@ -21452,21 +21371,21 @@ lean_ctor_set(x_78, 1, x_18); if (x_35 == 0) { lean_object* x_201; -x_201 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_201 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_79 = x_201; goto block_200; } else { lean_object* x_202; -x_202 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_202 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_79 = x_202; goto block_200; } block_200: { 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_80 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5; +x_80 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5; x_81 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_81, 0, x_80); lean_ctor_set(x_81, 1, x_79); @@ -21482,7 +21401,7 @@ lean_ctor_set(x_84, 1, x_12); x_85 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_85, 0, x_84); lean_ctor_set(x_85, 1, x_14); -x_86 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7; +x_86 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7; x_87 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_87, 0, x_85); lean_ctor_set(x_87, 1, x_86); @@ -21492,14 +21411,14 @@ lean_ctor_set(x_88, 1, x_18); if (x_36 == 0) { lean_object* x_198; -x_198 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_198 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_89 = x_198; goto block_197; } else { lean_object* x_199; -x_199 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_199 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_89 = x_199; goto block_197; } @@ -21521,7 +21440,7 @@ lean_ctor_set(x_93, 1, x_12); x_94 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_94, 0, x_93); lean_ctor_set(x_94, 1, x_14); -x_95 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9; +x_95 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9; x_96 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_96, 0, x_94); lean_ctor_set(x_96, 1, x_95); @@ -21531,21 +21450,21 @@ lean_ctor_set(x_97, 1, x_18); if (x_37 == 0) { lean_object* x_195; -x_195 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_195 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_98 = x_195; goto block_194; } else { lean_object* x_196; -x_196 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_196 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_98 = x_196; goto block_194; } block_194: { 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; -x_99 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7; +x_99 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7; x_100 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_100, 0, x_99); lean_ctor_set(x_100, 1, x_98); @@ -21561,7 +21480,7 @@ lean_ctor_set(x_103, 1, x_12); x_104 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_104, 0, x_103); lean_ctor_set(x_104, 1, x_14); -x_105 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11; +x_105 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11; x_106 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_106, 0, x_104); lean_ctor_set(x_106, 1, x_105); @@ -21577,7 +21496,7 @@ lean_ctor_set(x_109, 1, x_12); x_110 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_110, 0, x_109); lean_ctor_set(x_110, 1, x_14); -x_111 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14; +x_111 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14; x_112 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_112, 0, x_110); lean_ctor_set(x_112, 1, x_111); @@ -21587,14 +21506,14 @@ lean_ctor_set(x_113, 1, x_18); if (x_44 == 0) { lean_object* x_192; -x_192 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_192 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_114 = x_192; goto block_191; } else { lean_object* x_193; -x_193 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_193 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_114 = x_193; goto block_191; } @@ -21616,7 +21535,7 @@ lean_ctor_set(x_118, 1, x_12); x_119 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_119, 0, x_118); lean_ctor_set(x_119, 1, x_14); -x_120 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16; +x_120 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16; x_121 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_121, 0, x_119); lean_ctor_set(x_121, 1, x_120); @@ -21626,14 +21545,14 @@ lean_ctor_set(x_122, 1, x_18); if (x_45 == 0) { lean_object* x_189; -x_189 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_189 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_123 = x_189; goto block_188; } else { lean_object* x_190; -x_190 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_190 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_123 = x_190; goto block_188; } @@ -21655,7 +21574,7 @@ lean_ctor_set(x_127, 1, x_12); x_128 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_128, 0, x_127); lean_ctor_set(x_128, 1, x_14); -x_129 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18; +x_129 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18; x_130 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_130, 0, x_128); lean_ctor_set(x_130, 1, x_129); @@ -21665,21 +21584,21 @@ lean_ctor_set(x_131, 1, x_18); if (x_46 == 0) { lean_object* x_186; -x_186 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_186 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_132 = x_186; goto block_185; } else { lean_object* x_187; -x_187 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_187 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_132 = x_187; goto block_185; } block_185: { 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_133 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19; +x_133 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19; x_134 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_134, 0, x_133); lean_ctor_set(x_134, 1, x_132); @@ -21695,7 +21614,7 @@ lean_ctor_set(x_137, 1, x_12); x_138 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_138, 0, x_137); lean_ctor_set(x_138, 1, x_14); -x_139 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17; +x_139 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__17; x_140 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_140, 0, x_138); lean_ctor_set(x_140, 1, x_139); @@ -21705,21 +21624,21 @@ lean_ctor_set(x_141, 1, x_18); if (x_47 == 0) { lean_object* x_183; -x_183 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_183 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_142 = x_183; goto block_182; } else { lean_object* x_184; -x_184 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_184 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_142 = x_184; goto block_182; } block_182: { 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_143 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18; +x_143 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18; x_144 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_144, 0, x_143); lean_ctor_set(x_144, 1, x_142); @@ -21735,7 +21654,7 @@ lean_ctor_set(x_147, 1, x_12); x_148 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_148, 0, x_147); lean_ctor_set(x_148, 1, x_14); -x_149 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21; +x_149 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21; x_150 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_150, 0, x_148); lean_ctor_set(x_150, 1, x_149); @@ -21745,14 +21664,14 @@ lean_ctor_set(x_151, 1, x_18); if (x_48 == 0) { lean_object* x_180; -x_180 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23; +x_180 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23; x_152 = x_180; goto block_179; } else { lean_object* x_181; -x_181 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26; +x_181 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26; x_152 = x_181; goto block_179; } @@ -21774,7 +21693,7 @@ lean_ctor_set(x_156, 1, x_12); x_157 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_157, 0, x_156); lean_ctor_set(x_157, 1, x_14); -x_158 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20; +x_158 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__20; x_159 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_159, 0, x_157); lean_ctor_set(x_159, 1, x_158); @@ -21784,19 +21703,19 @@ lean_ctor_set(x_160, 1, x_18); if (x_49 == 0) { 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_161 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22; +x_161 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__22; x_162 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_162, 0, x_160); lean_ctor_set(x_162, 1, x_161); -x_163 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; +x_163 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11; x_164 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_164, 0, x_163); lean_ctor_set(x_164, 1, x_162); -x_165 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13; +x_165 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13; x_166 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_166, 0, x_164); lean_ctor_set(x_166, 1, x_165); -x_167 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; +x_167 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10; x_168 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_168, 0, x_167); lean_ctor_set(x_168, 1, x_166); @@ -21808,19 +21727,19 @@ return x_169; else { 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; -x_170 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24; +x_170 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__24; x_171 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_171, 0, x_160); lean_ctor_set(x_171, 1, x_170); -x_172 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11; +x_172 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11; x_173 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_173, 0, x_172); lean_ctor_set(x_173, 1, x_171); -x_174 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13; +x_174 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13; x_175 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_175, 0, x_173); lean_ctor_set(x_175, 1, x_174); -x_176 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10; +x_176 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10; x_177 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_177, 0, x_176); lean_ctor_set(x_177, 1, x_175); @@ -21842,11 +21761,11 @@ return x_178; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755_(x_1, x_2); +x_3 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -21855,7 +21774,7 @@ static lean_object* _init_l_Lean_Meta_Simp_instReprConfig___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____boxed), 2, 0); return x_1; } } @@ -22655,7 +22574,7 @@ static lean_object* _init_l_Lean_Parser_Tactic_simpAllKind___closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4; +x_1 = l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__4; x_2 = lean_alloc_ctor(5, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; @@ -22771,7 +22690,7 @@ static lean_object* _init_l_Lean_Parser_Tactic_dsimpKind___closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -24548,7 +24467,7 @@ lean_inc(x_12); x_27 = l_Lean_Syntax_node2(x_12, x_26, x_21, x_25); lean_inc(x_12); x_28 = l_Lean_Syntax_node1(x_12, x_15, x_27); -x_29 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10; +x_29 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10; lean_inc(x_12); x_30 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_30, 0, x_12); @@ -24670,7 +24589,7 @@ lean_inc(x_12); x_79 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_79, 0, x_12); lean_ctor_set(x_79, 1, x_78); -x_80 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6; +x_80 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6; lean_inc(x_12); x_81 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_81, 0, x_12); @@ -25138,7 +25057,7 @@ static lean_object* _init_l_Lean_Parser_Tactic___aux__Init__Meta______macroRules _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; x_2 = l_String_toSubstring_x27(x_1); return x_2; } @@ -25148,7 +25067,7 @@ static lean_object* _init_l_Lean_Parser_Tactic___aux__Init__Meta______macroRules { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; +x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -25160,7 +25079,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_obj x_1 = l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__2; x_3 = l_Lean_Parser_Tactic_tacticErw_______closed__1; -x_4 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; +x_4 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } @@ -26117,1239 +26036,1221 @@ lean_dec(x_9); x_19 = l_Lean_Syntax_isNone(x_11); if (lean_obj_tag(x_18) == 0) { -lean_object* x_529; -x_529 = lean_box(0); -x_20 = x_529; -goto block_528; +lean_object* x_525; +x_525 = lean_box(0); +x_20 = x_525; +goto block_524; } else { -uint8_t x_530; -x_530 = !lean_is_exclusive(x_18); -if (x_530 == 0) +uint8_t x_526; +x_526 = !lean_is_exclusive(x_18); +if (x_526 == 0) { x_20 = x_18; -goto block_528; +goto block_524; } else { -lean_object* x_531; lean_object* x_532; -x_531 = lean_ctor_get(x_18, 0); -lean_inc(x_531); +lean_object* x_527; lean_object* x_528; +x_527 = lean_ctor_get(x_18, 0); +lean_inc(x_527); lean_dec(x_18); -x_532 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_532, 0, x_531); -x_20 = x_532; -goto block_528; +x_528 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_528, 0, x_527); +x_20 = x_528; +goto block_524; } } -block_528: +block_524: { -uint8_t x_21; if (x_19 == 0) { -uint8_t x_526; -x_526 = 0; -x_21 = x_526; -goto block_525; -} -else -{ -uint8_t x_527; -x_527 = 1; -x_21 = x_527; -goto block_525; -} -block_525: -{ -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = l_Lean_Syntax_getArg(x_11, x_8); +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_21 = l_Lean_Syntax_getArg(x_11, x_8); lean_dec(x_11); -x_23 = l_Lean_Syntax_getKind(x_22); -x_24 = l_Lean_Parser_Tactic_simpAllKind___closed__2; -x_25 = lean_name_eq(x_23, x_24); -lean_dec(x_23); -if (x_25 == 0) +x_22 = l_Lean_Syntax_getKind(x_21); +x_23 = l_Lean_Parser_Tactic_simpAllKind___closed__2; +x_24 = lean_name_eq(x_22, x_23); +lean_dec(x_22); +if (x_24 == 0) { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; 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; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_26 = lean_ctor_get(x_2, 5); -lean_inc(x_26); -x_27 = 0; -x_28 = l_Lean_SourceInfo_fromRef(x_26, x_27); -x_29 = lean_ctor_get(x_2, 2); -lean_inc(x_29); -x_30 = lean_ctor_get(x_2, 1); -lean_inc(x_30); -x_31 = l_Lean_Name_reprPrec___closed__3; +lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; 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; +x_25 = lean_ctor_get(x_2, 5); +lean_inc(x_25); +x_26 = 0; +x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); +x_28 = lean_ctor_get(x_2, 2); lean_inc(x_28); -x_32 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_32, 0, x_28); -lean_ctor_set(x_32, 1, x_31); -x_33 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__4; +x_29 = lean_ctor_get(x_2, 1); lean_inc(x_29); -lean_inc(x_30); -x_34 = l_Lean_addMacroScope(x_30, x_33, x_29); -x_35 = lean_box(0); -x_36 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__3; -x_37 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__9; -lean_inc(x_28); -x_38 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_38, 0, x_28); -lean_ctor_set(x_38, 1, x_36); -lean_ctor_set(x_38, 2, x_34); -lean_ctor_set(x_38, 3, x_37); -x_39 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; -lean_inc(x_32); -lean_inc(x_28); -x_40 = l_Lean_Syntax_node3(x_28, x_39, x_32, x_32, x_38); -x_41 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__10; -lean_inc(x_28); -x_42 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_42, 0, x_28); -lean_ctor_set(x_42, 1, x_41); -x_43 = l_Lean_Syntax_mkStrLit___closed__2; -lean_inc(x_28); -x_44 = l_Lean_Syntax_node1(x_28, x_43, x_42); -x_45 = l_Lean_mkNullNode___closed__2; -x_46 = l_Lean_mkSepArray___closed__1; +x_30 = l_Lean_Name_reprPrec___closed__3; +lean_inc(x_27); +x_31 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_31, 0, x_27); +lean_ctor_set(x_31, 1, x_30); +x_32 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__4; lean_inc(x_28); -x_47 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_47, 0, x_28); -lean_ctor_set(x_47, 1, x_45); -lean_ctor_set(x_47, 2, x_46); -x_48 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; -lean_inc(x_47); -lean_inc(x_28); -x_49 = l_Lean_Syntax_node1(x_28, x_48, x_47); -x_50 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; -lean_inc(x_28); -x_51 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_51, 0, x_28); -lean_ctor_set(x_51, 1, x_50); -x_52 = l_Lean_TSyntax_expandInterpolatedStr___closed__4; -lean_inc(x_28); -x_53 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_53, 0, x_28); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Lean_Syntax_mkNameLit___closed__1; -lean_inc(x_28); -x_55 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_55, 0, x_28); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; -lean_inc(x_28); -x_57 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_57, 0, x_28); -lean_ctor_set(x_57, 1, x_56); -x_58 = l_Lean_TSyntax_expandInterpolatedStr___closed__5; -lean_inc(x_28); -x_59 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_59, 0, x_28); -lean_ctor_set(x_59, 1, x_58); -x_60 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; -lean_inc(x_59); +lean_inc(x_29); +x_33 = l_Lean_addMacroScope(x_29, x_32, x_28); +x_34 = lean_box(0); +x_35 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__3; +x_36 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__9; +lean_inc(x_27); +x_37 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_37, 0, x_27); +lean_ctor_set(x_37, 1, x_35); +lean_ctor_set(x_37, 2, x_33); +lean_ctor_set(x_37, 3, x_36); +x_38 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; +lean_inc(x_31); +lean_inc(x_27); +x_39 = l_Lean_Syntax_node3(x_27, x_38, x_31, x_31, x_37); +x_40 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__10; +lean_inc(x_27); +x_41 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_41, 0, x_27); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Lean_Syntax_mkStrLit___closed__2; +lean_inc(x_27); +x_43 = l_Lean_Syntax_node1(x_27, x_42, x_41); +x_44 = l_Lean_mkNullNode___closed__2; +x_45 = l_Lean_mkSepArray___closed__1; +lean_inc(x_27); +x_46 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_46, 0, x_27); +lean_ctor_set(x_46, 1, x_44); +lean_ctor_set(x_46, 2, x_45); +x_47 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; +lean_inc(x_46); +lean_inc(x_27); +x_48 = l_Lean_Syntax_node1(x_27, x_47, x_46); +x_49 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; +lean_inc(x_27); +x_50 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_50, 0, x_27); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Lean_TSyntax_expandInterpolatedStr___closed__4; +lean_inc(x_27); +x_52 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_52, 0, x_27); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Lean_Syntax_mkNameLit___closed__1; +lean_inc(x_27); +x_54 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_54, 0, x_27); +lean_ctor_set(x_54, 1, x_53); +x_55 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; +lean_inc(x_27); +x_56 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_56, 0, x_27); +lean_ctor_set(x_56, 1, x_55); +x_57 = l_Lean_TSyntax_expandInterpolatedStr___closed__5; +lean_inc(x_27); +x_58 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_58, 0, x_27); +lean_ctor_set(x_58, 1, x_57); +x_59 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; +lean_inc(x_58); lean_inc(x_13); -lean_inc(x_53); -lean_inc(x_28); -x_61 = l_Lean_Syntax_node5(x_28, x_60, x_53, x_55, x_57, x_13, x_59); -lean_inc(x_28); -x_62 = l_Lean_Syntax_node1(x_28, x_45, x_61); -x_63 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; +lean_inc(x_52); +lean_inc(x_27); +x_60 = l_Lean_Syntax_node5(x_27, x_59, x_52, x_54, x_56, x_13, x_58); +lean_inc(x_27); +x_61 = l_Lean_Syntax_node1(x_27, x_44, x_60); +x_62 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; +lean_inc(x_27); +x_63 = l_Lean_Syntax_node1(x_27, x_62, x_15); +x_64 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__76; lean_inc(x_28); -x_64 = l_Lean_Syntax_node1(x_28, x_63, x_15); -x_65 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__76; lean_inc(x_29); -lean_inc(x_30); -x_66 = l_Lean_addMacroScope(x_30, x_65, x_29); -x_67 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; -x_68 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; -lean_inc(x_28); -x_69 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_69, 0, x_28); -lean_ctor_set(x_69, 1, x_67); -lean_ctor_set(x_69, 2, x_66); -lean_ctor_set(x_69, 3, x_68); -x_70 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; -lean_inc(x_47); -lean_inc(x_28); -x_71 = l_Lean_Syntax_node2(x_28, x_70, x_69, x_47); -lean_inc(x_28); -x_72 = l_Lean_Syntax_node1(x_28, x_45, x_71); -x_73 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; -lean_inc(x_59); -lean_inc(x_53); -lean_inc(x_28); -x_74 = l_Lean_Syntax_node3(x_28, x_73, x_53, x_72, x_59); -x_75 = l_Lean_Name_toString_maybePseudoSyntax___closed__2; -lean_inc(x_28); -x_76 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_76, 0, x_28); -lean_ctor_set(x_76, 1, x_75); -x_77 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; -lean_inc(x_76); +x_65 = l_Lean_addMacroScope(x_29, x_64, x_28); +x_66 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; +x_67 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; +lean_inc(x_27); +x_68 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_68, 0, x_27); +lean_ctor_set(x_68, 1, x_66); +lean_ctor_set(x_68, 2, x_65); +lean_ctor_set(x_68, 3, x_67); +x_69 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; +lean_inc(x_46); +lean_inc(x_27); +x_70 = l_Lean_Syntax_node2(x_27, x_69, x_68, x_46); +lean_inc(x_27); +x_71 = l_Lean_Syntax_node1(x_27, x_44, x_70); +x_72 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; +lean_inc(x_58); +lean_inc(x_52); +lean_inc(x_27); +x_73 = l_Lean_Syntax_node3(x_27, x_72, x_52, x_71, x_58); +x_74 = l_Lean_Name_toString_maybePseudoSyntax___closed__2; +lean_inc(x_27); +x_75 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_75, 0, x_27); +lean_ctor_set(x_75, 1, x_74); +x_76 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; +lean_inc(x_75); +lean_inc(x_27); +x_77 = l_Lean_Syntax_node2(x_27, x_76, x_73, x_75); +x_78 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__24; lean_inc(x_28); -x_78 = l_Lean_Syntax_node2(x_28, x_77, x_74, x_76); -x_79 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__24; lean_inc(x_29); -lean_inc(x_30); -x_80 = l_Lean_addMacroScope(x_30, x_79, x_29); -x_81 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; -x_82 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; -lean_inc(x_28); -x_83 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_83, 0, x_28); -lean_ctor_set(x_83, 1, x_81); -lean_ctor_set(x_83, 2, x_80); -lean_ctor_set(x_83, 3, x_82); -lean_inc(x_47); -lean_inc(x_28); -x_84 = l_Lean_Syntax_node2(x_28, x_70, x_83, x_47); -lean_inc(x_28); -x_85 = l_Lean_Syntax_node1(x_28, x_45, x_84); -lean_inc(x_59); -lean_inc(x_53); -lean_inc(x_28); -x_86 = l_Lean_Syntax_node3(x_28, x_73, x_53, x_85, x_59); -lean_inc(x_76); -lean_inc(x_28); -x_87 = l_Lean_Syntax_node2(x_28, x_77, x_86, x_76); -x_88 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; -lean_inc(x_28); -x_89 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_89, 0, x_28); -lean_ctor_set(x_89, 1, x_88); -x_90 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; -lean_inc(x_28); -x_91 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_91, 0, x_28); -lean_ctor_set(x_91, 1, x_90); -lean_inc(x_28); -x_92 = l_Lean_Syntax_node1(x_28, x_43, x_91); -x_93 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; -lean_inc(x_28); -x_94 = l_Lean_Syntax_node2(x_28, x_93, x_89, x_92); -lean_inc(x_28); -x_95 = l_Lean_Syntax_node1(x_28, x_45, x_94); -lean_inc(x_59); -lean_inc(x_53); -lean_inc(x_28); -x_96 = l_Lean_Syntax_node3(x_28, x_73, x_53, x_95, x_59); -lean_inc(x_76); -lean_inc(x_28); -x_97 = l_Lean_Syntax_node2(x_28, x_77, x_96, x_76); -x_98 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; -lean_inc(x_28); -x_99 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_99, 0, x_28); -lean_ctor_set(x_99, 1, x_98); -lean_inc(x_28); -x_100 = l_Lean_Syntax_node1(x_28, x_43, x_99); +x_79 = l_Lean_addMacroScope(x_29, x_78, x_28); +x_80 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; +x_81 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; +lean_inc(x_27); +x_82 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_82, 0, x_27); +lean_ctor_set(x_82, 1, x_80); +lean_ctor_set(x_82, 2, x_79); +lean_ctor_set(x_82, 3, x_81); +lean_inc(x_46); +lean_inc(x_27); +x_83 = l_Lean_Syntax_node2(x_27, x_69, x_82, x_46); +lean_inc(x_27); +x_84 = l_Lean_Syntax_node1(x_27, x_44, x_83); +lean_inc(x_58); +lean_inc(x_52); +lean_inc(x_27); +x_85 = l_Lean_Syntax_node3(x_27, x_72, x_52, x_84, x_58); +lean_inc(x_75); +lean_inc(x_27); +x_86 = l_Lean_Syntax_node2(x_27, x_76, x_85, x_75); +x_87 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; +lean_inc(x_27); +x_88 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_88, 0, x_27); +lean_ctor_set(x_88, 1, x_87); +x_89 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; +lean_inc(x_27); +x_90 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_90, 0, x_27); +lean_ctor_set(x_90, 1, x_89); +lean_inc(x_27); +x_91 = l_Lean_Syntax_node1(x_27, x_42, x_90); +x_92 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; +lean_inc(x_27); +x_93 = l_Lean_Syntax_node2(x_27, x_92, x_88, x_91); +lean_inc(x_27); +x_94 = l_Lean_Syntax_node1(x_27, x_44, x_93); +lean_inc(x_58); +lean_inc(x_52); +lean_inc(x_27); +x_95 = l_Lean_Syntax_node3(x_27, x_72, x_52, x_94, x_58); +lean_inc(x_75); +lean_inc(x_27); +x_96 = l_Lean_Syntax_node2(x_27, x_76, x_95, x_75); +x_97 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; +lean_inc(x_27); +x_98 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_98, 0, x_27); +lean_ctor_set(x_98, 1, x_97); +lean_inc(x_27); +x_99 = l_Lean_Syntax_node1(x_27, x_42, x_98); +lean_inc(x_27); +x_100 = l_Lean_Syntax_node1(x_27, x_62, x_99); +x_101 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; lean_inc(x_28); -x_101 = l_Lean_Syntax_node1(x_28, x_63, x_100); -x_102 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; lean_inc(x_29); -lean_inc(x_30); -x_103 = l_Lean_addMacroScope(x_30, x_102, x_29); -x_104 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; -x_105 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; -lean_inc(x_28); -x_106 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_106, 0, x_28); -lean_ctor_set(x_106, 1, x_104); -lean_ctor_set(x_106, 2, x_103); -lean_ctor_set(x_106, 3, x_105); -lean_inc(x_47); -lean_inc(x_28); -x_107 = l_Lean_Syntax_node2(x_28, x_70, x_106, x_47); -x_108 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; +x_102 = l_Lean_addMacroScope(x_29, x_101, x_28); +x_103 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; +x_104 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; +lean_inc(x_27); +x_105 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_105, 0, x_27); +lean_ctor_set(x_105, 1, x_103); +lean_ctor_set(x_105, 2, x_102); +lean_ctor_set(x_105, 3, x_104); +lean_inc(x_46); +lean_inc(x_27); +x_106 = l_Lean_Syntax_node2(x_27, x_69, x_105, x_46); +x_107 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; +lean_inc(x_27); +x_108 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_108, 0, x_27); +lean_ctor_set(x_108, 1, x_107); +x_109 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; lean_inc(x_28); -x_109 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_109, 0, x_28); -lean_ctor_set(x_109, 1, x_108); -x_110 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; lean_inc(x_29); -lean_inc(x_30); -x_111 = l_Lean_addMacroScope(x_30, x_110, x_29); -x_112 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; -x_113 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; -lean_inc(x_28); -x_114 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_114, 0, x_28); -lean_ctor_set(x_114, 1, x_112); -lean_ctor_set(x_114, 2, x_111); -lean_ctor_set(x_114, 3, x_113); -lean_inc(x_47); -lean_inc(x_28); -x_115 = l_Lean_Syntax_node2(x_28, x_70, x_114, x_47); -x_116 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; -lean_inc(x_28); -x_117 = l_Lean_Syntax_node3(x_28, x_116, x_107, x_109, x_115); -lean_inc(x_28); -x_118 = l_Lean_Syntax_node1(x_28, x_45, x_117); -lean_inc(x_59); -lean_inc(x_53); -lean_inc(x_28); -x_119 = l_Lean_Syntax_node3(x_28, x_73, x_53, x_118, x_59); -x_120 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; -lean_inc(x_28); -x_121 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_121, 0, x_28); -lean_ctor_set(x_121, 1, x_120); -x_122 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; -lean_inc(x_28); -x_123 = l_Lean_Syntax_node2(x_28, x_122, x_119, x_121); -x_124 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; -lean_inc(x_28); -x_125 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_125, 0, x_28); -lean_ctor_set(x_125, 1, x_124); -lean_inc(x_28); -x_126 = l_Lean_Syntax_node1(x_28, x_43, x_125); -lean_inc(x_28); -x_127 = l_Lean_Syntax_node1(x_28, x_63, x_126); -lean_inc(x_28); -x_128 = l_Lean_Syntax_node3(x_28, x_45, x_101, x_123, x_127); -lean_inc(x_59); -lean_inc(x_53); -lean_inc(x_28); -x_129 = l_Lean_Syntax_node3(x_28, x_73, x_53, x_128, x_59); -lean_inc(x_76); +x_110 = l_Lean_addMacroScope(x_29, x_109, x_28); +x_111 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; +x_112 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; +lean_inc(x_27); +x_113 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_113, 0, x_27); +lean_ctor_set(x_113, 1, x_111); +lean_ctor_set(x_113, 2, x_110); +lean_ctor_set(x_113, 3, x_112); +lean_inc(x_46); +lean_inc(x_27); +x_114 = l_Lean_Syntax_node2(x_27, x_69, x_113, x_46); +x_115 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; +lean_inc(x_27); +x_116 = l_Lean_Syntax_node3(x_27, x_115, x_106, x_108, x_114); +lean_inc(x_27); +x_117 = l_Lean_Syntax_node1(x_27, x_44, x_116); +lean_inc(x_58); +lean_inc(x_52); +lean_inc(x_27); +x_118 = l_Lean_Syntax_node3(x_27, x_72, x_52, x_117, x_58); +x_119 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; +lean_inc(x_27); +x_120 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_120, 0, x_27); +lean_ctor_set(x_120, 1, x_119); +x_121 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; +lean_inc(x_27); +x_122 = l_Lean_Syntax_node2(x_27, x_121, x_118, x_120); +x_123 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; +lean_inc(x_27); +x_124 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_124, 0, x_27); +lean_ctor_set(x_124, 1, x_123); +lean_inc(x_27); +x_125 = l_Lean_Syntax_node1(x_27, x_42, x_124); +lean_inc(x_27); +x_126 = l_Lean_Syntax_node1(x_27, x_62, x_125); +lean_inc(x_27); +x_127 = l_Lean_Syntax_node3(x_27, x_44, x_100, x_122, x_126); +lean_inc(x_58); +lean_inc(x_52); +lean_inc(x_27); +x_128 = l_Lean_Syntax_node3(x_27, x_72, x_52, x_127, x_58); +lean_inc(x_75); +lean_inc(x_27); +x_129 = l_Lean_Syntax_node2(x_27, x_76, x_128, x_75); +x_130 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__60; lean_inc(x_28); -x_130 = l_Lean_Syntax_node2(x_28, x_77, x_129, x_76); -x_131 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__60; lean_inc(x_29); -lean_inc(x_30); -x_132 = l_Lean_addMacroScope(x_30, x_131, x_29); -x_133 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__59; -x_134 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__65; -lean_inc(x_28); -x_135 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_135, 0, x_28); -lean_ctor_set(x_135, 1, x_133); -lean_ctor_set(x_135, 2, x_132); -lean_ctor_set(x_135, 3, x_134); -lean_inc(x_47); -lean_inc(x_28); -x_136 = l_Lean_Syntax_node2(x_28, x_70, x_135, x_47); -lean_inc(x_28); -x_137 = l_Lean_Syntax_node1(x_28, x_45, x_136); -lean_inc(x_28); -x_138 = l_Lean_Syntax_node3(x_28, x_73, x_53, x_137, x_59); -lean_inc(x_28); -x_139 = l_Lean_Syntax_node2(x_28, x_77, x_138, x_76); -lean_inc(x_28); -x_140 = l_Lean_Syntax_node6(x_28, x_45, x_64, x_78, x_87, x_97, x_130, x_139); -x_141 = l_Lean_toolchain___closed__1; -lean_inc(x_28); -x_142 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_142, 0, x_28); -lean_ctor_set(x_142, 1, x_141); -x_143 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; -x_144 = l_Lean_addMacroScope(x_30, x_143, x_29); -x_145 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; -lean_inc(x_28); -x_146 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_146, 0, x_28); -lean_ctor_set(x_146, 1, x_145); -lean_ctor_set(x_146, 2, x_144); -lean_ctor_set(x_146, 3, x_35); +x_131 = l_Lean_addMacroScope(x_29, x_130, x_28); +x_132 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__59; +x_133 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__65; +lean_inc(x_27); +x_134 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_134, 0, x_27); +lean_ctor_set(x_134, 1, x_132); +lean_ctor_set(x_134, 2, x_131); +lean_ctor_set(x_134, 3, x_133); +lean_inc(x_46); +lean_inc(x_27); +x_135 = l_Lean_Syntax_node2(x_27, x_69, x_134, x_46); +lean_inc(x_27); +x_136 = l_Lean_Syntax_node1(x_27, x_44, x_135); +lean_inc(x_27); +x_137 = l_Lean_Syntax_node3(x_27, x_72, x_52, x_136, x_58); +lean_inc(x_27); +x_138 = l_Lean_Syntax_node2(x_27, x_76, x_137, x_75); +lean_inc(x_27); +x_139 = l_Lean_Syntax_node6(x_27, x_44, x_63, x_77, x_86, x_96, x_129, x_138); +x_140 = l_Lean_toolchain___closed__1; +lean_inc(x_27); +x_141 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_141, 0, x_27); +lean_ctor_set(x_141, 1, x_140); +x_142 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; +x_143 = l_Lean_addMacroScope(x_29, x_142, x_28); +x_144 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; +lean_inc(x_27); +x_145 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_145, 0, x_27); +lean_ctor_set(x_145, 1, x_144); +lean_ctor_set(x_145, 2, x_143); +lean_ctor_set(x_145, 3, x_34); if (lean_obj_tag(x_20) == 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; 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; uint8_t x_165; -x_147 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; -lean_inc(x_28); -x_148 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_148, 0, x_28); -lean_ctor_set(x_148, 1, x_45); -lean_ctor_set(x_148, 2, x_147); -x_149 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; -x_150 = lean_array_push(x_149, x_148); -lean_inc(x_47); -x_151 = lean_array_push(x_150, x_47); -x_152 = lean_array_push(x_151, x_49); -x_153 = lean_array_push(x_152, x_51); -lean_inc(x_47); -x_154 = lean_array_push(x_153, x_47); -x_155 = lean_array_push(x_154, x_62); -x_156 = lean_array_push(x_155, x_47); -x_157 = lean_array_push(x_156, x_140); -x_158 = lean_array_push(x_157, x_142); -x_159 = lean_array_push(x_158, x_146); -x_160 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; -x_161 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_161, 0, x_28); +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; +x_146 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; +lean_inc(x_27); +x_147 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_147, 0, x_27); +lean_ctor_set(x_147, 1, x_44); +lean_ctor_set(x_147, 2, x_146); +x_148 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; +x_149 = lean_array_push(x_148, x_147); +lean_inc(x_46); +x_150 = lean_array_push(x_149, x_46); +x_151 = lean_array_push(x_150, x_48); +x_152 = lean_array_push(x_151, x_50); +lean_inc(x_46); +x_153 = lean_array_push(x_152, x_46); +x_154 = lean_array_push(x_153, x_61); +x_155 = lean_array_push(x_154, x_46); +x_156 = lean_array_push(x_155, x_139); +x_157 = lean_array_push(x_156, x_141); +x_158 = lean_array_push(x_157, x_145); +x_159 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; +x_160 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_160, 0, x_27); +lean_ctor_set(x_160, 1, x_159); +lean_ctor_set(x_160, 2, x_158); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_43); lean_ctor_set(x_161, 1, x_160); -lean_ctor_set(x_161, 2, x_159); x_162 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_162, 0, x_44); +lean_ctor_set(x_162, 0, x_39); lean_ctor_set(x_162, 1, x_161); -x_163 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_163, 0, x_40); -lean_ctor_set(x_163, 1, x_162); -x_164 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_163, x_2, x_3); -x_165 = !lean_is_exclusive(x_164); -if (x_165 == 0) +x_163 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_162, x_2, x_3); +x_164 = !lean_is_exclusive(x_163); +if (x_164 == 0) { -return x_164; +return x_163; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_164, 0); -x_167 = lean_ctor_get(x_164, 1); -lean_inc(x_167); +lean_object* x_165; lean_object* x_166; lean_object* x_167; +x_165 = lean_ctor_get(x_163, 0); +x_166 = lean_ctor_get(x_163, 1); lean_inc(x_166); -lean_dec(x_164); -x_168 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -return x_168; +lean_inc(x_165); +lean_dec(x_163); +x_167 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_167, 0, x_165); +lean_ctor_set(x_167, 1, x_166); +return x_167; } } 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; 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; uint8_t x_189; -x_169 = lean_ctor_get(x_20, 0); -lean_inc(x_169); +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; +x_168 = lean_ctor_get(x_20, 0); +lean_inc(x_168); lean_dec(x_20); -x_170 = l_Array_mkArray1___rarg(x_169); -x_171 = l_Array_append___rarg(x_46, x_170); -lean_inc(x_28); -x_172 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_172, 0, x_28); -lean_ctor_set(x_172, 1, x_45); -lean_ctor_set(x_172, 2, x_171); -x_173 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; -x_174 = lean_array_push(x_173, x_172); -lean_inc(x_47); -x_175 = lean_array_push(x_174, x_47); -x_176 = lean_array_push(x_175, x_49); -x_177 = lean_array_push(x_176, x_51); -lean_inc(x_47); -x_178 = lean_array_push(x_177, x_47); -x_179 = lean_array_push(x_178, x_62); -x_180 = lean_array_push(x_179, x_47); -x_181 = lean_array_push(x_180, x_140); -x_182 = lean_array_push(x_181, x_142); -x_183 = lean_array_push(x_182, x_146); -x_184 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; -x_185 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_185, 0, x_28); +x_169 = l_Array_mkArray1___rarg(x_168); +x_170 = l_Array_append___rarg(x_45, x_169); +lean_inc(x_27); +x_171 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_171, 0, x_27); +lean_ctor_set(x_171, 1, x_44); +lean_ctor_set(x_171, 2, x_170); +x_172 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; +x_173 = lean_array_push(x_172, x_171); +lean_inc(x_46); +x_174 = lean_array_push(x_173, x_46); +x_175 = lean_array_push(x_174, x_48); +x_176 = lean_array_push(x_175, x_50); +lean_inc(x_46); +x_177 = lean_array_push(x_176, x_46); +x_178 = lean_array_push(x_177, x_61); +x_179 = lean_array_push(x_178, x_46); +x_180 = lean_array_push(x_179, x_139); +x_181 = lean_array_push(x_180, x_141); +x_182 = lean_array_push(x_181, x_145); +x_183 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; +x_184 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_184, 0, x_27); +lean_ctor_set(x_184, 1, x_183); +lean_ctor_set(x_184, 2, x_182); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_43); lean_ctor_set(x_185, 1, x_184); -lean_ctor_set(x_185, 2, x_183); x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_44); +lean_ctor_set(x_186, 0, x_39); lean_ctor_set(x_186, 1, x_185); -x_187 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_187, 0, x_40); -lean_ctor_set(x_187, 1, x_186); -x_188 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_187, x_2, x_3); -x_189 = !lean_is_exclusive(x_188); -if (x_189 == 0) +x_187 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_186, x_2, x_3); +x_188 = !lean_is_exclusive(x_187); +if (x_188 == 0) { -return x_188; +return x_187; } else { -lean_object* x_190; lean_object* x_191; lean_object* x_192; -x_190 = lean_ctor_get(x_188, 0); -x_191 = lean_ctor_get(x_188, 1); -lean_inc(x_191); +lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_189 = lean_ctor_get(x_187, 0); +x_190 = lean_ctor_get(x_187, 1); lean_inc(x_190); -lean_dec(x_188); -x_192 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_192, 0, x_190); -lean_ctor_set(x_192, 1, x_191); -return x_192; +lean_inc(x_189); +lean_dec(x_187); +x_191 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_191, 0, x_189); +lean_ctor_set(x_191, 1, x_190); +return x_191; } } } else { -lean_object* x_193; uint8_t x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; -x_193 = lean_ctor_get(x_2, 5); -lean_inc(x_193); -x_194 = 0; -x_195 = l_Lean_SourceInfo_fromRef(x_193, x_194); -x_196 = lean_ctor_get(x_2, 2); -lean_inc(x_196); -x_197 = lean_ctor_get(x_2, 1); -lean_inc(x_197); -x_198 = l_Lean_Name_reprPrec___closed__3; +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; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; +x_192 = lean_ctor_get(x_2, 5); +lean_inc(x_192); +x_193 = 0; +x_194 = l_Lean_SourceInfo_fromRef(x_192, x_193); +x_195 = lean_ctor_get(x_2, 2); lean_inc(x_195); -x_199 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_199, 0, x_195); -lean_ctor_set(x_199, 1, x_198); -x_200 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__72; +x_196 = lean_ctor_get(x_2, 1); lean_inc(x_196); -lean_inc(x_197); -x_201 = l_Lean_addMacroScope(x_197, x_200, x_196); -x_202 = lean_box(0); -x_203 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__71; -x_204 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__77; -lean_inc(x_195); -x_205 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_205, 0, x_195); -lean_ctor_set(x_205, 1, x_203); -lean_ctor_set(x_205, 2, x_201); -lean_ctor_set(x_205, 3, x_204); -x_206 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; -lean_inc(x_199); -lean_inc(x_195); -x_207 = l_Lean_Syntax_node3(x_195, x_206, x_199, x_199, x_205); -x_208 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__78; -lean_inc(x_195); -x_209 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_209, 0, x_195); -lean_ctor_set(x_209, 1, x_208); -x_210 = l_Lean_Syntax_mkStrLit___closed__2; -lean_inc(x_195); -x_211 = l_Lean_Syntax_node1(x_195, x_210, x_209); -x_212 = l_Lean_mkNullNode___closed__2; -x_213 = l_Lean_mkSepArray___closed__1; -lean_inc(x_195); -x_214 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_214, 0, x_195); -lean_ctor_set(x_214, 1, x_212); -lean_ctor_set(x_214, 2, x_213); -x_215 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; -lean_inc(x_214); -lean_inc(x_195); -x_216 = l_Lean_Syntax_node1(x_195, x_215, x_214); -x_217 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; +x_197 = l_Lean_Name_reprPrec___closed__3; +lean_inc(x_194); +x_198 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_198, 0, x_194); +lean_ctor_set(x_198, 1, x_197); +x_199 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__72; lean_inc(x_195); -x_218 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_218, 0, x_195); -lean_ctor_set(x_218, 1, x_217); -x_219 = l_Lean_TSyntax_expandInterpolatedStr___closed__4; -lean_inc(x_195); -x_220 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_220, 0, x_195); -lean_ctor_set(x_220, 1, x_219); -x_221 = l_Lean_Syntax_mkNameLit___closed__1; -lean_inc(x_195); -x_222 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_222, 0, x_195); -lean_ctor_set(x_222, 1, x_221); -x_223 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; -lean_inc(x_195); -x_224 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_224, 0, x_195); -lean_ctor_set(x_224, 1, x_223); -x_225 = l_Lean_TSyntax_expandInterpolatedStr___closed__5; -lean_inc(x_195); -x_226 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_226, 0, x_195); -lean_ctor_set(x_226, 1, x_225); -x_227 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; -lean_inc(x_226); +lean_inc(x_196); +x_200 = l_Lean_addMacroScope(x_196, x_199, x_195); +x_201 = lean_box(0); +x_202 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__71; +x_203 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__77; +lean_inc(x_194); +x_204 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_204, 0, x_194); +lean_ctor_set(x_204, 1, x_202); +lean_ctor_set(x_204, 2, x_200); +lean_ctor_set(x_204, 3, x_203); +x_205 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; +lean_inc(x_198); +lean_inc(x_194); +x_206 = l_Lean_Syntax_node3(x_194, x_205, x_198, x_198, x_204); +x_207 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__78; +lean_inc(x_194); +x_208 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_208, 0, x_194); +lean_ctor_set(x_208, 1, x_207); +x_209 = l_Lean_Syntax_mkStrLit___closed__2; +lean_inc(x_194); +x_210 = l_Lean_Syntax_node1(x_194, x_209, x_208); +x_211 = l_Lean_mkNullNode___closed__2; +x_212 = l_Lean_mkSepArray___closed__1; +lean_inc(x_194); +x_213 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_213, 0, x_194); +lean_ctor_set(x_213, 1, x_211); +lean_ctor_set(x_213, 2, x_212); +x_214 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; +lean_inc(x_213); +lean_inc(x_194); +x_215 = l_Lean_Syntax_node1(x_194, x_214, x_213); +x_216 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; +lean_inc(x_194); +x_217 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_217, 0, x_194); +lean_ctor_set(x_217, 1, x_216); +x_218 = l_Lean_TSyntax_expandInterpolatedStr___closed__4; +lean_inc(x_194); +x_219 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_219, 0, x_194); +lean_ctor_set(x_219, 1, x_218); +x_220 = l_Lean_Syntax_mkNameLit___closed__1; +lean_inc(x_194); +x_221 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_221, 0, x_194); +lean_ctor_set(x_221, 1, x_220); +x_222 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; +lean_inc(x_194); +x_223 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_223, 0, x_194); +lean_ctor_set(x_223, 1, x_222); +x_224 = l_Lean_TSyntax_expandInterpolatedStr___closed__5; +lean_inc(x_194); +x_225 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_225, 0, x_194); +lean_ctor_set(x_225, 1, x_224); +x_226 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; +lean_inc(x_225); lean_inc(x_13); -lean_inc(x_220); +lean_inc(x_219); +lean_inc(x_194); +x_227 = l_Lean_Syntax_node5(x_194, x_226, x_219, x_221, x_223, x_13, x_225); +lean_inc(x_194); +x_228 = l_Lean_Syntax_node1(x_194, x_211, x_227); +x_229 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; +lean_inc(x_194); +x_230 = l_Lean_Syntax_node1(x_194, x_229, x_15); +x_231 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__76; lean_inc(x_195); -x_228 = l_Lean_Syntax_node5(x_195, x_227, x_220, x_222, x_224, x_13, x_226); -lean_inc(x_195); -x_229 = l_Lean_Syntax_node1(x_195, x_212, x_228); -x_230 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; -lean_inc(x_195); -x_231 = l_Lean_Syntax_node1(x_195, x_230, x_15); -x_232 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__76; lean_inc(x_196); -lean_inc(x_197); -x_233 = l_Lean_addMacroScope(x_197, x_232, x_196); -x_234 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; -x_235 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; -lean_inc(x_195); -x_236 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_236, 0, x_195); -lean_ctor_set(x_236, 1, x_234); -lean_ctor_set(x_236, 2, x_233); -lean_ctor_set(x_236, 3, x_235); -x_237 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; -lean_inc(x_214); -lean_inc(x_195); -x_238 = l_Lean_Syntax_node2(x_195, x_237, x_236, x_214); -lean_inc(x_195); -x_239 = l_Lean_Syntax_node1(x_195, x_212, x_238); -x_240 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; -lean_inc(x_226); -lean_inc(x_220); +x_232 = l_Lean_addMacroScope(x_196, x_231, x_195); +x_233 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; +x_234 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; +lean_inc(x_194); +x_235 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_235, 0, x_194); +lean_ctor_set(x_235, 1, x_233); +lean_ctor_set(x_235, 2, x_232); +lean_ctor_set(x_235, 3, x_234); +x_236 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; +lean_inc(x_213); +lean_inc(x_194); +x_237 = l_Lean_Syntax_node2(x_194, x_236, x_235, x_213); +lean_inc(x_194); +x_238 = l_Lean_Syntax_node1(x_194, x_211, x_237); +x_239 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; +lean_inc(x_225); +lean_inc(x_219); +lean_inc(x_194); +x_240 = l_Lean_Syntax_node3(x_194, x_239, x_219, x_238, x_225); +x_241 = l_Lean_Name_toString_maybePseudoSyntax___closed__2; +lean_inc(x_194); +x_242 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_242, 0, x_194); +lean_ctor_set(x_242, 1, x_241); +x_243 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; +lean_inc(x_242); +lean_inc(x_194); +x_244 = l_Lean_Syntax_node2(x_194, x_243, x_240, x_242); +x_245 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__24; lean_inc(x_195); -x_241 = l_Lean_Syntax_node3(x_195, x_240, x_220, x_239, x_226); -x_242 = l_Lean_Name_toString_maybePseudoSyntax___closed__2; -lean_inc(x_195); -x_243 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_243, 0, x_195); -lean_ctor_set(x_243, 1, x_242); -x_244 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; -lean_inc(x_243); -lean_inc(x_195); -x_245 = l_Lean_Syntax_node2(x_195, x_244, x_241, x_243); -x_246 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__24; lean_inc(x_196); -lean_inc(x_197); -x_247 = l_Lean_addMacroScope(x_197, x_246, x_196); -x_248 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; -x_249 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; -lean_inc(x_195); -x_250 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_250, 0, x_195); -lean_ctor_set(x_250, 1, x_248); -lean_ctor_set(x_250, 2, x_247); -lean_ctor_set(x_250, 3, x_249); -lean_inc(x_214); -lean_inc(x_195); -x_251 = l_Lean_Syntax_node2(x_195, x_237, x_250, x_214); -lean_inc(x_195); -x_252 = l_Lean_Syntax_node1(x_195, x_212, x_251); -lean_inc(x_226); -lean_inc(x_220); -lean_inc(x_195); -x_253 = l_Lean_Syntax_node3(x_195, x_240, x_220, x_252, x_226); -lean_inc(x_243); -lean_inc(x_195); -x_254 = l_Lean_Syntax_node2(x_195, x_244, x_253, x_243); -x_255 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; -lean_inc(x_195); -x_256 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_256, 0, x_195); -lean_ctor_set(x_256, 1, x_255); -x_257 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; -lean_inc(x_195); -x_258 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_258, 0, x_195); -lean_ctor_set(x_258, 1, x_257); -lean_inc(x_195); -x_259 = l_Lean_Syntax_node1(x_195, x_210, x_258); -x_260 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; -lean_inc(x_195); -x_261 = l_Lean_Syntax_node2(x_195, x_260, x_256, x_259); -lean_inc(x_195); -x_262 = l_Lean_Syntax_node1(x_195, x_212, x_261); -lean_inc(x_226); -lean_inc(x_220); -lean_inc(x_195); -x_263 = l_Lean_Syntax_node3(x_195, x_240, x_220, x_262, x_226); -lean_inc(x_243); +x_246 = l_Lean_addMacroScope(x_196, x_245, x_195); +x_247 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; +x_248 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; +lean_inc(x_194); +x_249 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_249, 0, x_194); +lean_ctor_set(x_249, 1, x_247); +lean_ctor_set(x_249, 2, x_246); +lean_ctor_set(x_249, 3, x_248); +lean_inc(x_213); +lean_inc(x_194); +x_250 = l_Lean_Syntax_node2(x_194, x_236, x_249, x_213); +lean_inc(x_194); +x_251 = l_Lean_Syntax_node1(x_194, x_211, x_250); +lean_inc(x_225); +lean_inc(x_219); +lean_inc(x_194); +x_252 = l_Lean_Syntax_node3(x_194, x_239, x_219, x_251, x_225); +lean_inc(x_242); +lean_inc(x_194); +x_253 = l_Lean_Syntax_node2(x_194, x_243, x_252, x_242); +x_254 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; +lean_inc(x_194); +x_255 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_255, 0, x_194); +lean_ctor_set(x_255, 1, x_254); +x_256 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; +lean_inc(x_194); +x_257 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_257, 0, x_194); +lean_ctor_set(x_257, 1, x_256); +lean_inc(x_194); +x_258 = l_Lean_Syntax_node1(x_194, x_209, x_257); +x_259 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; +lean_inc(x_194); +x_260 = l_Lean_Syntax_node2(x_194, x_259, x_255, x_258); +lean_inc(x_194); +x_261 = l_Lean_Syntax_node1(x_194, x_211, x_260); +lean_inc(x_225); +lean_inc(x_219); +lean_inc(x_194); +x_262 = l_Lean_Syntax_node3(x_194, x_239, x_219, x_261, x_225); +lean_inc(x_242); +lean_inc(x_194); +x_263 = l_Lean_Syntax_node2(x_194, x_243, x_262, x_242); +x_264 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; +lean_inc(x_194); +x_265 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_265, 0, x_194); +lean_ctor_set(x_265, 1, x_264); +lean_inc(x_194); +x_266 = l_Lean_Syntax_node1(x_194, x_209, x_265); +lean_inc(x_194); +x_267 = l_Lean_Syntax_node1(x_194, x_229, x_266); +x_268 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; lean_inc(x_195); -x_264 = l_Lean_Syntax_node2(x_195, x_244, x_263, x_243); -x_265 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; -lean_inc(x_195); -x_266 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_266, 0, x_195); -lean_ctor_set(x_266, 1, x_265); -lean_inc(x_195); -x_267 = l_Lean_Syntax_node1(x_195, x_210, x_266); -lean_inc(x_195); -x_268 = l_Lean_Syntax_node1(x_195, x_230, x_267); -x_269 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; lean_inc(x_196); -lean_inc(x_197); -x_270 = l_Lean_addMacroScope(x_197, x_269, x_196); -x_271 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; -x_272 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; +x_269 = l_Lean_addMacroScope(x_196, x_268, x_195); +x_270 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; +x_271 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; +lean_inc(x_194); +x_272 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_272, 0, x_194); +lean_ctor_set(x_272, 1, x_270); +lean_ctor_set(x_272, 2, x_269); +lean_ctor_set(x_272, 3, x_271); +lean_inc(x_213); +lean_inc(x_194); +x_273 = l_Lean_Syntax_node2(x_194, x_236, x_272, x_213); +x_274 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; +lean_inc(x_194); +x_275 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_275, 0, x_194); +lean_ctor_set(x_275, 1, x_274); +x_276 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; lean_inc(x_195); -x_273 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_273, 0, x_195); -lean_ctor_set(x_273, 1, x_271); -lean_ctor_set(x_273, 2, x_270); -lean_ctor_set(x_273, 3, x_272); -lean_inc(x_214); -lean_inc(x_195); -x_274 = l_Lean_Syntax_node2(x_195, x_237, x_273, x_214); -x_275 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; -lean_inc(x_195); -x_276 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_276, 0, x_195); -lean_ctor_set(x_276, 1, x_275); -x_277 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; lean_inc(x_196); -lean_inc(x_197); -x_278 = l_Lean_addMacroScope(x_197, x_277, x_196); -x_279 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; -x_280 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; -lean_inc(x_195); -x_281 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_281, 0, x_195); -lean_ctor_set(x_281, 1, x_279); -lean_ctor_set(x_281, 2, x_278); -lean_ctor_set(x_281, 3, x_280); -lean_inc(x_214); -lean_inc(x_195); -x_282 = l_Lean_Syntax_node2(x_195, x_237, x_281, x_214); -x_283 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; -lean_inc(x_195); -x_284 = l_Lean_Syntax_node3(x_195, x_283, x_274, x_276, x_282); -lean_inc(x_195); -x_285 = l_Lean_Syntax_node1(x_195, x_212, x_284); -lean_inc(x_226); -lean_inc(x_220); -lean_inc(x_195); -x_286 = l_Lean_Syntax_node3(x_195, x_240, x_220, x_285, x_226); -x_287 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; -lean_inc(x_195); -x_288 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_288, 0, x_195); -lean_ctor_set(x_288, 1, x_287); -x_289 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; -lean_inc(x_195); -x_290 = l_Lean_Syntax_node2(x_195, x_289, x_286, x_288); -x_291 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; -lean_inc(x_195); -x_292 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_292, 0, x_195); -lean_ctor_set(x_292, 1, x_291); -lean_inc(x_195); -x_293 = l_Lean_Syntax_node1(x_195, x_210, x_292); -lean_inc(x_195); -x_294 = l_Lean_Syntax_node1(x_195, x_230, x_293); -lean_inc(x_195); -x_295 = l_Lean_Syntax_node3(x_195, x_212, x_268, x_290, x_294); -lean_inc(x_195); -x_296 = l_Lean_Syntax_node3(x_195, x_240, x_220, x_295, x_226); -lean_inc(x_195); -x_297 = l_Lean_Syntax_node2(x_195, x_244, x_296, x_243); -lean_inc(x_195); -x_298 = l_Lean_Syntax_node5(x_195, x_212, x_231, x_245, x_254, x_264, x_297); -x_299 = l_Lean_toolchain___closed__1; -lean_inc(x_195); -x_300 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_300, 0, x_195); -lean_ctor_set(x_300, 1, x_299); -x_301 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; -x_302 = l_Lean_addMacroScope(x_197, x_301, x_196); -x_303 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; -lean_inc(x_195); -x_304 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_304, 0, x_195); -lean_ctor_set(x_304, 1, x_303); -lean_ctor_set(x_304, 2, x_302); -lean_ctor_set(x_304, 3, x_202); +x_277 = l_Lean_addMacroScope(x_196, x_276, x_195); +x_278 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; +x_279 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; +lean_inc(x_194); +x_280 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_280, 0, x_194); +lean_ctor_set(x_280, 1, x_278); +lean_ctor_set(x_280, 2, x_277); +lean_ctor_set(x_280, 3, x_279); +lean_inc(x_213); +lean_inc(x_194); +x_281 = l_Lean_Syntax_node2(x_194, x_236, x_280, x_213); +x_282 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; +lean_inc(x_194); +x_283 = l_Lean_Syntax_node3(x_194, x_282, x_273, x_275, x_281); +lean_inc(x_194); +x_284 = l_Lean_Syntax_node1(x_194, x_211, x_283); +lean_inc(x_225); +lean_inc(x_219); +lean_inc(x_194); +x_285 = l_Lean_Syntax_node3(x_194, x_239, x_219, x_284, x_225); +x_286 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; +lean_inc(x_194); +x_287 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_287, 0, x_194); +lean_ctor_set(x_287, 1, x_286); +x_288 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; +lean_inc(x_194); +x_289 = l_Lean_Syntax_node2(x_194, x_288, x_285, x_287); +x_290 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; +lean_inc(x_194); +x_291 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_291, 0, x_194); +lean_ctor_set(x_291, 1, x_290); +lean_inc(x_194); +x_292 = l_Lean_Syntax_node1(x_194, x_209, x_291); +lean_inc(x_194); +x_293 = l_Lean_Syntax_node1(x_194, x_229, x_292); +lean_inc(x_194); +x_294 = l_Lean_Syntax_node3(x_194, x_211, x_267, x_289, x_293); +lean_inc(x_194); +x_295 = l_Lean_Syntax_node3(x_194, x_239, x_219, x_294, x_225); +lean_inc(x_194); +x_296 = l_Lean_Syntax_node2(x_194, x_243, x_295, x_242); +lean_inc(x_194); +x_297 = l_Lean_Syntax_node5(x_194, x_211, x_230, x_244, x_253, x_263, x_296); +x_298 = l_Lean_toolchain___closed__1; +lean_inc(x_194); +x_299 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_299, 0, x_194); +lean_ctor_set(x_299, 1, x_298); +x_300 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; +x_301 = l_Lean_addMacroScope(x_196, x_300, x_195); +x_302 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; +lean_inc(x_194); +x_303 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_303, 0, x_194); +lean_ctor_set(x_303, 1, x_302); +lean_ctor_set(x_303, 2, x_301); +lean_ctor_set(x_303, 3, x_201); if (lean_obj_tag(x_20) == 0) { -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; uint8_t x_323; -x_305 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; -lean_inc(x_195); -x_306 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_306, 0, x_195); -lean_ctor_set(x_306, 1, x_212); -lean_ctor_set(x_306, 2, x_305); -x_307 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; -x_308 = lean_array_push(x_307, x_306); -lean_inc(x_214); -x_309 = lean_array_push(x_308, x_214); -x_310 = lean_array_push(x_309, x_216); -x_311 = lean_array_push(x_310, x_218); -lean_inc(x_214); -x_312 = lean_array_push(x_311, x_214); -x_313 = lean_array_push(x_312, x_229); -x_314 = lean_array_push(x_313, x_214); -x_315 = lean_array_push(x_314, x_298); -x_316 = lean_array_push(x_315, x_300); -x_317 = lean_array_push(x_316, x_304); -x_318 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; -x_319 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_319, 0, x_195); +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; uint8_t x_322; +x_304 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; +lean_inc(x_194); +x_305 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_305, 0, x_194); +lean_ctor_set(x_305, 1, x_211); +lean_ctor_set(x_305, 2, x_304); +x_306 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; +x_307 = lean_array_push(x_306, x_305); +lean_inc(x_213); +x_308 = lean_array_push(x_307, x_213); +x_309 = lean_array_push(x_308, x_215); +x_310 = lean_array_push(x_309, x_217); +lean_inc(x_213); +x_311 = lean_array_push(x_310, x_213); +x_312 = lean_array_push(x_311, x_228); +x_313 = lean_array_push(x_312, x_213); +x_314 = lean_array_push(x_313, x_297); +x_315 = lean_array_push(x_314, x_299); +x_316 = lean_array_push(x_315, x_303); +x_317 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; +x_318 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_318, 0, x_194); +lean_ctor_set(x_318, 1, x_317); +lean_ctor_set(x_318, 2, x_316); +x_319 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_319, 0, x_210); lean_ctor_set(x_319, 1, x_318); -lean_ctor_set(x_319, 2, x_317); x_320 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_320, 0, x_211); +lean_ctor_set(x_320, 0, x_206); lean_ctor_set(x_320, 1, x_319); -x_321 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_321, 0, x_207); -lean_ctor_set(x_321, 1, x_320); -x_322 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_321, x_2, x_3); -x_323 = !lean_is_exclusive(x_322); -if (x_323 == 0) +x_321 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_320, x_2, x_3); +x_322 = !lean_is_exclusive(x_321); +if (x_322 == 0) { -return x_322; +return x_321; } else { -lean_object* x_324; lean_object* x_325; lean_object* x_326; -x_324 = lean_ctor_get(x_322, 0); -x_325 = lean_ctor_get(x_322, 1); -lean_inc(x_325); +lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_323 = lean_ctor_get(x_321, 0); +x_324 = lean_ctor_get(x_321, 1); lean_inc(x_324); -lean_dec(x_322); -x_326 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_326, 0, x_324); -lean_ctor_set(x_326, 1, x_325); -return x_326; +lean_inc(x_323); +lean_dec(x_321); +x_325 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_325, 0, x_323); +lean_ctor_set(x_325, 1, x_324); +return x_325; } } else { -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; uint8_t x_347; -x_327 = lean_ctor_get(x_20, 0); -lean_inc(x_327); +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; uint8_t x_346; +x_326 = lean_ctor_get(x_20, 0); +lean_inc(x_326); lean_dec(x_20); -x_328 = l_Array_mkArray1___rarg(x_327); -x_329 = l_Array_append___rarg(x_213, x_328); -lean_inc(x_195); -x_330 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_330, 0, x_195); -lean_ctor_set(x_330, 1, x_212); -lean_ctor_set(x_330, 2, x_329); -x_331 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; -x_332 = lean_array_push(x_331, x_330); -lean_inc(x_214); -x_333 = lean_array_push(x_332, x_214); -x_334 = lean_array_push(x_333, x_216); -x_335 = lean_array_push(x_334, x_218); -lean_inc(x_214); -x_336 = lean_array_push(x_335, x_214); -x_337 = lean_array_push(x_336, x_229); -x_338 = lean_array_push(x_337, x_214); -x_339 = lean_array_push(x_338, x_298); -x_340 = lean_array_push(x_339, x_300); -x_341 = lean_array_push(x_340, x_304); -x_342 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; -x_343 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_343, 0, x_195); +x_327 = l_Array_mkArray1___rarg(x_326); +x_328 = l_Array_append___rarg(x_212, x_327); +lean_inc(x_194); +x_329 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_329, 0, x_194); +lean_ctor_set(x_329, 1, x_211); +lean_ctor_set(x_329, 2, x_328); +x_330 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; +x_331 = lean_array_push(x_330, x_329); +lean_inc(x_213); +x_332 = lean_array_push(x_331, x_213); +x_333 = lean_array_push(x_332, x_215); +x_334 = lean_array_push(x_333, x_217); +lean_inc(x_213); +x_335 = lean_array_push(x_334, x_213); +x_336 = lean_array_push(x_335, x_228); +x_337 = lean_array_push(x_336, x_213); +x_338 = lean_array_push(x_337, x_297); +x_339 = lean_array_push(x_338, x_299); +x_340 = lean_array_push(x_339, x_303); +x_341 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; +x_342 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_342, 0, x_194); +lean_ctor_set(x_342, 1, x_341); +lean_ctor_set(x_342, 2, x_340); +x_343 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_343, 0, x_210); lean_ctor_set(x_343, 1, x_342); -lean_ctor_set(x_343, 2, x_341); x_344 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_344, 0, x_211); +lean_ctor_set(x_344, 0, x_206); lean_ctor_set(x_344, 1, x_343); -x_345 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_345, 0, x_207); -lean_ctor_set(x_345, 1, x_344); -x_346 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_345, x_2, x_3); -x_347 = !lean_is_exclusive(x_346); -if (x_347 == 0) +x_345 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_344, x_2, x_3); +x_346 = !lean_is_exclusive(x_345); +if (x_346 == 0) { -return x_346; +return x_345; } else { -lean_object* x_348; lean_object* x_349; lean_object* x_350; -x_348 = lean_ctor_get(x_346, 0); -x_349 = lean_ctor_get(x_346, 1); -lean_inc(x_349); +lean_object* x_347; lean_object* x_348; lean_object* x_349; +x_347 = lean_ctor_get(x_345, 0); +x_348 = lean_ctor_get(x_345, 1); lean_inc(x_348); -lean_dec(x_346); -x_350 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_350, 0, x_348); -lean_ctor_set(x_350, 1, x_349); -return x_350; +lean_inc(x_347); +lean_dec(x_345); +x_349 = lean_alloc_ctor(0, 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_351; uint8_t x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; +lean_object* x_350; uint8_t x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_dec(x_11); -x_351 = lean_ctor_get(x_2, 5); -lean_inc(x_351); -x_352 = 0; -x_353 = l_Lean_SourceInfo_fromRef(x_351, x_352); -x_354 = lean_ctor_get(x_2, 2); -lean_inc(x_354); -x_355 = lean_ctor_get(x_2, 1); -lean_inc(x_355); -x_356 = l_Lean_Name_reprPrec___closed__3; +x_350 = lean_ctor_get(x_2, 5); +lean_inc(x_350); +x_351 = 0; +x_352 = l_Lean_SourceInfo_fromRef(x_350, x_351); +x_353 = lean_ctor_get(x_2, 2); lean_inc(x_353); -x_357 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_357, 0, x_353); -lean_ctor_set(x_357, 1, x_356); -x_358 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__81; +x_354 = lean_ctor_get(x_2, 1); lean_inc(x_354); -lean_inc(x_355); -x_359 = l_Lean_addMacroScope(x_355, x_358, x_354); -x_360 = lean_box(0); -x_361 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__80; -x_362 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__86; -lean_inc(x_353); -x_363 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_363, 0, x_353); -lean_ctor_set(x_363, 1, x_361); -lean_ctor_set(x_363, 2, x_359); -lean_ctor_set(x_363, 3, x_362); -x_364 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; -lean_inc(x_357); -lean_inc(x_353); -x_365 = l_Lean_Syntax_node3(x_353, x_364, x_357, x_357, x_363); -x_366 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__87; -lean_inc(x_353); -x_367 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_367, 0, x_353); -lean_ctor_set(x_367, 1, x_366); -x_368 = l_Lean_Syntax_mkStrLit___closed__2; -lean_inc(x_353); -x_369 = l_Lean_Syntax_node1(x_353, x_368, x_367); -x_370 = l_Lean_mkNullNode___closed__2; -x_371 = l_Lean_mkSepArray___closed__1; -lean_inc(x_353); -x_372 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_372, 0, x_353); -lean_ctor_set(x_372, 1, x_370); -lean_ctor_set(x_372, 2, x_371); -x_373 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; -lean_inc(x_372); -lean_inc(x_353); -x_374 = l_Lean_Syntax_node1(x_353, x_373, x_372); -x_375 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; -lean_inc(x_353); -x_376 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_376, 0, x_353); -lean_ctor_set(x_376, 1, x_375); -x_377 = l_Lean_TSyntax_expandInterpolatedStr___closed__4; +x_355 = l_Lean_Name_reprPrec___closed__3; +lean_inc(x_352); +x_356 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_356, 0, x_352); +lean_ctor_set(x_356, 1, x_355); +x_357 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__81; lean_inc(x_353); -x_378 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_378, 0, x_353); -lean_ctor_set(x_378, 1, x_377); -x_379 = l_Lean_Syntax_mkNameLit___closed__1; -lean_inc(x_353); -x_380 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_380, 0, x_353); -lean_ctor_set(x_380, 1, x_379); -x_381 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; -lean_inc(x_353); -x_382 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_382, 0, x_353); -lean_ctor_set(x_382, 1, x_381); -x_383 = l_Lean_TSyntax_expandInterpolatedStr___closed__5; -lean_inc(x_353); -x_384 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_384, 0, x_353); -lean_ctor_set(x_384, 1, x_383); -x_385 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; -lean_inc(x_384); +lean_inc(x_354); +x_358 = l_Lean_addMacroScope(x_354, x_357, x_353); +x_359 = lean_box(0); +x_360 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__80; +x_361 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__86; +lean_inc(x_352); +x_362 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_362, 0, x_352); +lean_ctor_set(x_362, 1, x_360); +lean_ctor_set(x_362, 2, x_358); +lean_ctor_set(x_362, 3, x_361); +x_363 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__2; +lean_inc(x_356); +lean_inc(x_352); +x_364 = l_Lean_Syntax_node3(x_352, x_363, x_356, x_356, x_362); +x_365 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__87; +lean_inc(x_352); +x_366 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_366, 0, x_352); +lean_ctor_set(x_366, 1, x_365); +x_367 = l_Lean_Syntax_mkStrLit___closed__2; +lean_inc(x_352); +x_368 = l_Lean_Syntax_node1(x_352, x_367, x_366); +x_369 = l_Lean_mkNullNode___closed__2; +x_370 = l_Lean_mkSepArray___closed__1; +lean_inc(x_352); +x_371 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_371, 0, x_352); +lean_ctor_set(x_371, 1, x_369); +lean_ctor_set(x_371, 2, x_370); +x_372 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__11; +lean_inc(x_371); +lean_inc(x_352); +x_373 = l_Lean_Syntax_node1(x_352, x_372, x_371); +x_374 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__11; +lean_inc(x_352); +x_375 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_375, 0, x_352); +lean_ctor_set(x_375, 1, x_374); +x_376 = l_Lean_TSyntax_expandInterpolatedStr___closed__4; +lean_inc(x_352); +x_377 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_377, 0, x_352); +lean_ctor_set(x_377, 1, x_376); +x_378 = l_Lean_Syntax_mkNameLit___closed__1; +lean_inc(x_352); +x_379 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_379, 0, x_352); +lean_ctor_set(x_379, 1, x_378); +x_380 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__6; +lean_inc(x_352); +x_381 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_381, 0, x_352); +lean_ctor_set(x_381, 1, x_380); +x_382 = l_Lean_TSyntax_expandInterpolatedStr___closed__5; +lean_inc(x_352); +x_383 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_383, 0, x_352); +lean_ctor_set(x_383, 1, x_382); +x_384 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__14; +lean_inc(x_383); lean_inc(x_13); -lean_inc(x_378); -lean_inc(x_353); -x_386 = l_Lean_Syntax_node5(x_353, x_385, x_378, x_380, x_382, x_13, x_384); +lean_inc(x_377); +lean_inc(x_352); +x_385 = l_Lean_Syntax_node5(x_352, x_384, x_377, x_379, x_381, x_13, x_383); +lean_inc(x_352); +x_386 = l_Lean_Syntax_node1(x_352, x_369, x_385); +x_387 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; +lean_inc(x_352); +x_388 = l_Lean_Syntax_node1(x_352, x_387, x_15); +x_389 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__76; lean_inc(x_353); -x_387 = l_Lean_Syntax_node1(x_353, x_370, x_386); -x_388 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__16; -lean_inc(x_353); -x_389 = l_Lean_Syntax_node1(x_353, x_388, x_15); -x_390 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__76; lean_inc(x_354); -lean_inc(x_355); -x_391 = l_Lean_addMacroScope(x_355, x_390, x_354); -x_392 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; -x_393 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; -lean_inc(x_353); -x_394 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_394, 0, x_353); -lean_ctor_set(x_394, 1, x_392); -lean_ctor_set(x_394, 2, x_391); -lean_ctor_set(x_394, 3, x_393); -x_395 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; -lean_inc(x_372); -lean_inc(x_353); -x_396 = l_Lean_Syntax_node2(x_353, x_395, x_394, x_372); -lean_inc(x_353); -x_397 = l_Lean_Syntax_node1(x_353, x_370, x_396); -x_398 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; -lean_inc(x_384); -lean_inc(x_378); -lean_inc(x_353); -x_399 = l_Lean_Syntax_node3(x_353, x_398, x_378, x_397, x_384); -x_400 = l_Lean_Name_toString_maybePseudoSyntax___closed__2; +x_390 = l_Lean_addMacroScope(x_354, x_389, x_353); +x_391 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__75; +x_392 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1___closed__80; +lean_inc(x_352); +x_393 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_393, 0, x_352); +lean_ctor_set(x_393, 1, x_391); +lean_ctor_set(x_393, 2, x_390); +lean_ctor_set(x_393, 3, x_392); +x_394 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__21; +lean_inc(x_371); +lean_inc(x_352); +x_395 = l_Lean_Syntax_node2(x_352, x_394, x_393, x_371); +lean_inc(x_352); +x_396 = l_Lean_Syntax_node1(x_352, x_369, x_395); +x_397 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__19; +lean_inc(x_383); +lean_inc(x_377); +lean_inc(x_352); +x_398 = l_Lean_Syntax_node3(x_352, x_397, x_377, x_396, x_383); +x_399 = l_Lean_Name_toString_maybePseudoSyntax___closed__2; +lean_inc(x_352); +x_400 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_400, 0, x_352); +lean_ctor_set(x_400, 1, x_399); +x_401 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; +lean_inc(x_400); +lean_inc(x_352); +x_402 = l_Lean_Syntax_node2(x_352, x_401, x_398, x_400); +x_403 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__24; lean_inc(x_353); -x_401 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_401, 0, x_353); -lean_ctor_set(x_401, 1, x_400); -x_402 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__18; -lean_inc(x_401); -lean_inc(x_353); -x_403 = l_Lean_Syntax_node2(x_353, x_402, x_399, x_401); -x_404 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__24; lean_inc(x_354); -lean_inc(x_355); -x_405 = l_Lean_addMacroScope(x_355, x_404, x_354); -x_406 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; -x_407 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; -lean_inc(x_353); -x_408 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_408, 0, x_353); -lean_ctor_set(x_408, 1, x_406); -lean_ctor_set(x_408, 2, x_405); -lean_ctor_set(x_408, 3, x_407); -lean_inc(x_372); -lean_inc(x_353); -x_409 = l_Lean_Syntax_node2(x_353, x_395, x_408, x_372); -lean_inc(x_353); -x_410 = l_Lean_Syntax_node1(x_353, x_370, x_409); -lean_inc(x_384); -lean_inc(x_378); -lean_inc(x_353); -x_411 = l_Lean_Syntax_node3(x_353, x_398, x_378, x_410, x_384); -lean_inc(x_401); -lean_inc(x_353); -x_412 = l_Lean_Syntax_node2(x_353, x_402, x_411, x_401); -x_413 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; -lean_inc(x_353); -x_414 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_414, 0, x_353); -lean_ctor_set(x_414, 1, x_413); -x_415 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; -lean_inc(x_353); -x_416 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_416, 0, x_353); -lean_ctor_set(x_416, 1, x_415); -lean_inc(x_353); -x_417 = l_Lean_Syntax_node1(x_353, x_368, x_416); -x_418 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; -lean_inc(x_353); -x_419 = l_Lean_Syntax_node2(x_353, x_418, x_414, x_417); -lean_inc(x_353); -x_420 = l_Lean_Syntax_node1(x_353, x_370, x_419); -lean_inc(x_384); -lean_inc(x_378); +x_404 = l_Lean_addMacroScope(x_354, x_403, x_353); +x_405 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__23; +x_406 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__29; +lean_inc(x_352); +x_407 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_407, 0, x_352); +lean_ctor_set(x_407, 1, x_405); +lean_ctor_set(x_407, 2, x_404); +lean_ctor_set(x_407, 3, x_406); +lean_inc(x_371); +lean_inc(x_352); +x_408 = l_Lean_Syntax_node2(x_352, x_394, x_407, x_371); +lean_inc(x_352); +x_409 = l_Lean_Syntax_node1(x_352, x_369, x_408); +lean_inc(x_383); +lean_inc(x_377); +lean_inc(x_352); +x_410 = l_Lean_Syntax_node3(x_352, x_397, x_377, x_409, x_383); +lean_inc(x_400); +lean_inc(x_352); +x_411 = l_Lean_Syntax_node2(x_352, x_401, x_410, x_400); +x_412 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__32; +lean_inc(x_352); +x_413 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_413, 0, x_352); +lean_ctor_set(x_413, 1, x_412); +x_414 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__33; +lean_inc(x_352); +x_415 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_415, 0, x_352); +lean_ctor_set(x_415, 1, x_414); +lean_inc(x_352); +x_416 = l_Lean_Syntax_node1(x_352, x_367, x_415); +x_417 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__31; +lean_inc(x_352); +x_418 = l_Lean_Syntax_node2(x_352, x_417, x_413, x_416); +lean_inc(x_352); +x_419 = l_Lean_Syntax_node1(x_352, x_369, x_418); +lean_inc(x_383); +lean_inc(x_377); +lean_inc(x_352); +x_420 = l_Lean_Syntax_node3(x_352, x_397, x_377, x_419, x_383); +lean_inc(x_400); +lean_inc(x_352); +x_421 = l_Lean_Syntax_node2(x_352, x_401, x_420, x_400); +x_422 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; +lean_inc(x_352); +x_423 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_423, 0, x_352); +lean_ctor_set(x_423, 1, x_422); +lean_inc(x_352); +x_424 = l_Lean_Syntax_node1(x_352, x_367, x_423); +lean_inc(x_352); +x_425 = l_Lean_Syntax_node1(x_352, x_387, x_424); +x_426 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__90; lean_inc(x_353); -x_421 = l_Lean_Syntax_node3(x_353, x_398, x_378, x_420, x_384); -lean_inc(x_401); -lean_inc(x_353); -x_422 = l_Lean_Syntax_node2(x_353, x_402, x_421, x_401); -x_423 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__34; -lean_inc(x_353); -x_424 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_424, 0, x_353); -lean_ctor_set(x_424, 1, x_423); -lean_inc(x_353); -x_425 = l_Lean_Syntax_node1(x_353, x_368, x_424); -lean_inc(x_353); -x_426 = l_Lean_Syntax_node1(x_353, x_388, x_425); -x_427 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__90; lean_inc(x_354); -lean_inc(x_355); -x_428 = l_Lean_addMacroScope(x_355, x_427, x_354); -x_429 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__89; -x_430 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__95; -lean_inc(x_353); -x_431 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_431, 0, x_353); -lean_ctor_set(x_431, 1, x_429); -lean_ctor_set(x_431, 2, x_428); -lean_ctor_set(x_431, 3, x_430); -lean_inc(x_372); +x_427 = l_Lean_addMacroScope(x_354, x_426, x_353); +x_428 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__89; +x_429 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__95; +lean_inc(x_352); +x_430 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_430, 0, x_352); +lean_ctor_set(x_430, 1, x_428); +lean_ctor_set(x_430, 2, x_427); +lean_ctor_set(x_430, 3, x_429); +lean_inc(x_371); +lean_inc(x_352); +x_431 = l_Lean_Syntax_node2(x_352, x_394, x_430, x_371); +x_432 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; +lean_inc(x_352); +x_433 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_433, 0, x_352); +lean_ctor_set(x_433, 1, x_432); +x_434 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; lean_inc(x_353); -x_432 = l_Lean_Syntax_node2(x_353, x_395, x_431, x_372); -x_433 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__47; -lean_inc(x_353); -x_434 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_434, 0, x_353); -lean_ctor_set(x_434, 1, x_433); -x_435 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__41; lean_inc(x_354); -lean_inc(x_355); -x_436 = l_Lean_addMacroScope(x_355, x_435, x_354); -x_437 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; -x_438 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; -lean_inc(x_353); -x_439 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_439, 0, x_353); -lean_ctor_set(x_439, 1, x_437); -lean_ctor_set(x_439, 2, x_436); -lean_ctor_set(x_439, 3, x_438); -lean_inc(x_372); +x_435 = l_Lean_addMacroScope(x_354, x_434, x_353); +x_436 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__40; +x_437 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__46; +lean_inc(x_352); +x_438 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_438, 0, x_352); +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_371); +lean_inc(x_352); +x_439 = l_Lean_Syntax_node2(x_352, x_394, x_438, x_371); +x_440 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; lean_inc(x_353); -x_440 = l_Lean_Syntax_node2(x_353, x_395, x_439, x_372); -x_441 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__50; lean_inc(x_354); -lean_inc(x_355); -x_442 = l_Lean_addMacroScope(x_355, x_441, x_354); -x_443 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; -x_444 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; -lean_inc(x_353); -x_445 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_445, 0, x_353); -lean_ctor_set(x_445, 1, x_443); -lean_ctor_set(x_445, 2, x_442); -lean_ctor_set(x_445, 3, x_444); -lean_inc(x_372); -lean_inc(x_353); -x_446 = l_Lean_Syntax_node2(x_353, x_395, x_445, x_372); -x_447 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; -lean_inc(x_434); -lean_inc(x_353); -x_448 = l_Lean_Syntax_node3(x_353, x_447, x_440, x_434, x_446); +x_441 = l_Lean_addMacroScope(x_354, x_440, x_353); +x_442 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__49; +x_443 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__55; +lean_inc(x_352); +x_444 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_444, 0, x_352); +lean_ctor_set(x_444, 1, x_442); +lean_ctor_set(x_444, 2, x_441); +lean_ctor_set(x_444, 3, x_443); +lean_inc(x_371); +lean_inc(x_352); +x_445 = l_Lean_Syntax_node2(x_352, x_394, x_444, x_371); +x_446 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__38; +lean_inc(x_433); +lean_inc(x_352); +x_447 = l_Lean_Syntax_node3(x_352, x_446, x_439, x_433, x_445); +lean_inc(x_352); +x_448 = l_Lean_Syntax_node3(x_352, x_446, x_431, x_433, x_447); +lean_inc(x_352); +x_449 = l_Lean_Syntax_node1(x_352, x_369, x_448); +lean_inc(x_383); +lean_inc(x_377); +lean_inc(x_352); +x_450 = l_Lean_Syntax_node3(x_352, x_397, x_377, x_449, x_383); +x_451 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; +lean_inc(x_352); +x_452 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_452, 0, x_352); +lean_ctor_set(x_452, 1, x_451); +x_453 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; +lean_inc(x_352); +x_454 = l_Lean_Syntax_node2(x_352, x_453, x_450, x_452); +x_455 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; +lean_inc(x_352); +x_456 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_456, 0, x_352); +lean_ctor_set(x_456, 1, x_455); +lean_inc(x_352); +x_457 = l_Lean_Syntax_node1(x_352, x_367, x_456); +lean_inc(x_352); +x_458 = l_Lean_Syntax_node1(x_352, x_387, x_457); +lean_inc(x_352); +x_459 = l_Lean_Syntax_node3(x_352, x_369, x_425, x_454, x_458); +lean_inc(x_383); +lean_inc(x_377); +lean_inc(x_352); +x_460 = l_Lean_Syntax_node3(x_352, x_397, x_377, x_459, x_383); +lean_inc(x_400); +lean_inc(x_352); +x_461 = l_Lean_Syntax_node2(x_352, x_401, x_460, x_400); +x_462 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__60; lean_inc(x_353); -x_449 = l_Lean_Syntax_node3(x_353, x_447, x_432, x_434, x_448); -lean_inc(x_353); -x_450 = l_Lean_Syntax_node1(x_353, x_370, x_449); -lean_inc(x_384); -lean_inc(x_378); -lean_inc(x_353); -x_451 = l_Lean_Syntax_node3(x_353, x_398, x_378, x_450, x_384); -x_452 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__56; -lean_inc(x_353); -x_453 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_453, 0, x_353); -lean_ctor_set(x_453, 1, x_452); -x_454 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__36; -lean_inc(x_353); -x_455 = l_Lean_Syntax_node2(x_353, x_454, x_451, x_453); -x_456 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__57; -lean_inc(x_353); -x_457 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_457, 0, x_353); -lean_ctor_set(x_457, 1, x_456); -lean_inc(x_353); -x_458 = l_Lean_Syntax_node1(x_353, x_368, x_457); -lean_inc(x_353); -x_459 = l_Lean_Syntax_node1(x_353, x_388, x_458); -lean_inc(x_353); -x_460 = l_Lean_Syntax_node3(x_353, x_370, x_426, x_455, x_459); -lean_inc(x_384); -lean_inc(x_378); -lean_inc(x_353); -x_461 = l_Lean_Syntax_node3(x_353, x_398, x_378, x_460, x_384); -lean_inc(x_401); -lean_inc(x_353); -x_462 = l_Lean_Syntax_node2(x_353, x_402, x_461, x_401); -x_463 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__60; lean_inc(x_354); -lean_inc(x_355); -x_464 = l_Lean_addMacroScope(x_355, x_463, x_354); -x_465 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__59; -x_466 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__65; -lean_inc(x_353); -x_467 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_467, 0, x_353); -lean_ctor_set(x_467, 1, x_465); -lean_ctor_set(x_467, 2, x_464); -lean_ctor_set(x_467, 3, x_466); -lean_inc(x_372); -lean_inc(x_353); -x_468 = l_Lean_Syntax_node2(x_353, x_395, x_467, x_372); -lean_inc(x_353); -x_469 = l_Lean_Syntax_node1(x_353, x_370, x_468); -lean_inc(x_353); -x_470 = l_Lean_Syntax_node3(x_353, x_398, x_378, x_469, x_384); -lean_inc(x_353); -x_471 = l_Lean_Syntax_node2(x_353, x_402, x_470, x_401); -lean_inc(x_353); -x_472 = l_Lean_Syntax_node6(x_353, x_370, x_389, x_403, x_412, x_422, x_462, x_471); -x_473 = l_Lean_toolchain___closed__1; -lean_inc(x_353); -x_474 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_474, 0, x_353); -lean_ctor_set(x_474, 1, x_473); -x_475 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; -x_476 = l_Lean_addMacroScope(x_355, x_475, x_354); -x_477 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; -lean_inc(x_353); -x_478 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_478, 0, x_353); -lean_ctor_set(x_478, 1, x_477); -lean_ctor_set(x_478, 2, x_476); -lean_ctor_set(x_478, 3, x_360); +x_463 = l_Lean_addMacroScope(x_354, x_462, x_353); +x_464 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__59; +x_465 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__65; +lean_inc(x_352); +x_466 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_466, 0, x_352); +lean_ctor_set(x_466, 1, x_464); +lean_ctor_set(x_466, 2, x_463); +lean_ctor_set(x_466, 3, x_465); +lean_inc(x_371); +lean_inc(x_352); +x_467 = l_Lean_Syntax_node2(x_352, x_394, x_466, x_371); +lean_inc(x_352); +x_468 = l_Lean_Syntax_node1(x_352, x_369, x_467); +lean_inc(x_352); +x_469 = l_Lean_Syntax_node3(x_352, x_397, x_377, x_468, x_383); +lean_inc(x_352); +x_470 = l_Lean_Syntax_node2(x_352, x_401, x_469, x_400); +lean_inc(x_352); +x_471 = l_Lean_Syntax_node6(x_352, x_369, x_388, x_402, x_411, x_421, x_461, x_470); +x_472 = l_Lean_toolchain___closed__1; +lean_inc(x_352); +x_473 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_473, 0, x_352); +lean_ctor_set(x_473, 1, x_472); +x_474 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__68; +x_475 = l_Lean_addMacroScope(x_354, x_474, x_353); +x_476 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__67; +lean_inc(x_352); +x_477 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_477, 0, x_352); +lean_ctor_set(x_477, 1, x_476); +lean_ctor_set(x_477, 2, x_475); +lean_ctor_set(x_477, 3, x_359); if (lean_obj_tag(x_20) == 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_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; uint8_t x_497; -x_479 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; -lean_inc(x_353); -x_480 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_480, 0, x_353); -lean_ctor_set(x_480, 1, x_370); -lean_ctor_set(x_480, 2, x_479); -x_481 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; -x_482 = lean_array_push(x_481, x_480); -lean_inc(x_372); -x_483 = lean_array_push(x_482, x_372); -x_484 = lean_array_push(x_483, x_374); -x_485 = lean_array_push(x_484, x_376); -lean_inc(x_372); -x_486 = lean_array_push(x_485, x_372); -x_487 = lean_array_push(x_486, x_387); -x_488 = lean_array_push(x_487, x_372); -x_489 = lean_array_push(x_488, x_472); -x_490 = lean_array_push(x_489, x_474); -x_491 = lean_array_push(x_490, x_478); -x_492 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; -x_493 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_493, 0, x_353); +lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; uint8_t x_496; +x_478 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__tacticErw______1___closed__31; +lean_inc(x_352); +x_479 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_479, 0, x_352); +lean_ctor_set(x_479, 1, x_369); +lean_ctor_set(x_479, 2, x_478); +x_480 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; +x_481 = lean_array_push(x_480, x_479); +lean_inc(x_371); +x_482 = lean_array_push(x_481, x_371); +x_483 = lean_array_push(x_482, x_373); +x_484 = lean_array_push(x_483, x_375); +lean_inc(x_371); +x_485 = lean_array_push(x_484, x_371); +x_486 = lean_array_push(x_485, x_386); +x_487 = lean_array_push(x_486, x_371); +x_488 = lean_array_push(x_487, x_471); +x_489 = lean_array_push(x_488, x_473); +x_490 = lean_array_push(x_489, x_477); +x_491 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; +x_492 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_492, 0, x_352); +lean_ctor_set(x_492, 1, x_491); +lean_ctor_set(x_492, 2, x_490); +x_493 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_493, 0, x_368); lean_ctor_set(x_493, 1, x_492); -lean_ctor_set(x_493, 2, x_491); x_494 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_494, 0, x_369); +lean_ctor_set(x_494, 0, x_364); lean_ctor_set(x_494, 1, x_493); -x_495 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_495, 0, x_365); -lean_ctor_set(x_495, 1, x_494); -x_496 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_495, x_2, x_3); -x_497 = !lean_is_exclusive(x_496); -if (x_497 == 0) +x_495 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_494, x_2, x_3); +x_496 = !lean_is_exclusive(x_495); +if (x_496 == 0) { -return x_496; +return x_495; } else { -lean_object* x_498; lean_object* x_499; lean_object* x_500; -x_498 = lean_ctor_get(x_496, 0); -x_499 = lean_ctor_get(x_496, 1); -lean_inc(x_499); +lean_object* x_497; lean_object* x_498; lean_object* x_499; +x_497 = lean_ctor_get(x_495, 0); +x_498 = lean_ctor_get(x_495, 1); lean_inc(x_498); -lean_dec(x_496); -x_500 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_500, 0, x_498); -lean_ctor_set(x_500, 1, x_499); -return x_500; +lean_inc(x_497); +lean_dec(x_495); +x_499 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_499, 0, x_497); +lean_ctor_set(x_499, 1, x_498); +return x_499; } } else { -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; -x_501 = lean_ctor_get(x_20, 0); -lean_inc(x_501); +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; uint8_t x_520; +x_500 = lean_ctor_get(x_20, 0); +lean_inc(x_500); lean_dec(x_20); -x_502 = l_Array_mkArray1___rarg(x_501); -x_503 = l_Array_append___rarg(x_371, x_502); -lean_inc(x_353); -x_504 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_504, 0, x_353); -lean_ctor_set(x_504, 1, x_370); -lean_ctor_set(x_504, 2, x_503); -x_505 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; -x_506 = lean_array_push(x_505, x_504); -lean_inc(x_372); -x_507 = lean_array_push(x_506, x_372); -x_508 = lean_array_push(x_507, x_374); -x_509 = lean_array_push(x_508, x_376); -lean_inc(x_372); -x_510 = lean_array_push(x_509, x_372); -x_511 = lean_array_push(x_510, x_387); -x_512 = lean_array_push(x_511, x_372); -x_513 = lean_array_push(x_512, x_472); -x_514 = lean_array_push(x_513, x_474); -x_515 = lean_array_push(x_514, x_478); -x_516 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; -x_517 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_517, 0, x_353); +x_501 = l_Array_mkArray1___rarg(x_500); +x_502 = l_Array_append___rarg(x_370, x_501); +lean_inc(x_352); +x_503 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_503, 0, x_352); +lean_ctor_set(x_503, 1, x_369); +lean_ctor_set(x_503, 2, x_502); +x_504 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__69; +x_505 = lean_array_push(x_504, x_503); +lean_inc(x_371); +x_506 = lean_array_push(x_505, x_371); +x_507 = lean_array_push(x_506, x_373); +x_508 = lean_array_push(x_507, x_375); +lean_inc(x_371); +x_509 = lean_array_push(x_508, x_371); +x_510 = lean_array_push(x_509, x_386); +x_511 = lean_array_push(x_510, x_371); +x_512 = lean_array_push(x_511, x_471); +x_513 = lean_array_push(x_512, x_473); +x_514 = lean_array_push(x_513, x_477); +x_515 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___closed__12; +x_516 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_516, 0, x_352); +lean_ctor_set(x_516, 1, x_515); +lean_ctor_set(x_516, 2, x_514); +x_517 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_517, 0, x_368); lean_ctor_set(x_517, 1, x_516); -lean_ctor_set(x_517, 2, x_515); x_518 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_518, 0, x_369); +lean_ctor_set(x_518, 0, x_364); lean_ctor_set(x_518, 1, x_517); -x_519 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_519, 0, x_365); -lean_ctor_set(x_519, 1, x_518); -x_520 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_519, x_2, x_3); -x_521 = !lean_is_exclusive(x_520); -if (x_521 == 0) +x_519 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tactic__declareSimpLikeTactic__1___lambda__1(x_13, x_17, x_518, x_2, x_3); +x_520 = !lean_is_exclusive(x_519); +if (x_520 == 0) { -return x_520; +return x_519; } else { -lean_object* x_522; lean_object* x_523; lean_object* x_524; -x_522 = lean_ctor_get(x_520, 0); -x_523 = lean_ctor_get(x_520, 1); -lean_inc(x_523); +lean_object* x_521; lean_object* x_522; lean_object* x_523; +x_521 = lean_ctor_get(x_519, 0); +x_522 = lean_ctor_get(x_519, 1); lean_inc(x_522); -lean_dec(x_520); -x_524 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_524, 0, x_522); -lean_ctor_set(x_524, 1, x_523); -return x_524; -} +lean_inc(x_521); +lean_dec(x_519); +x_523 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_523, 0, x_521); +lean_ctor_set(x_523, 1, x_522); +return x_523; } } } @@ -27564,7 +27465,7 @@ static lean_object* _init_l_Lean_Parser_Tactic_simpAutoUnfold___closed__19() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; x_1 = l_Lean_Parser_Tactic_simpAutoUnfold___closed__16; -x_2 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_2 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; x_3 = l_Lean_Parser_Tactic_simpAutoUnfold___closed__18; x_4 = 0; x_5 = lean_alloc_ctor(10, 3, 1); @@ -27593,7 +27494,7 @@ static lean_object* _init_l_Lean_Parser_Tactic_simpAutoUnfold___closed__21() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10; +x_1 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10; x_2 = lean_alloc_ctor(5, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; @@ -27675,7 +27576,7 @@ x_1 = l_Lean_Parser_Tactic_simpAutoUnfold___closed__26; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____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; 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; @@ -27703,7 +27604,7 @@ lean_ctor_set(x_20, 1, x_4); return x_20; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__1() { _start: { lean_object* x_1; @@ -27711,16 +27612,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Simp.Config", 21); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3() { _start: { lean_object* x_1; @@ -27728,7 +27629,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4() { _start: { lean_object* x_1; @@ -27736,7 +27637,7 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5() { _start: { lean_object* x_1; @@ -27744,84 +27645,84 @@ x_1 = lean_mk_string_from_bytes("Config", 6); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____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_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; -x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4; -x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3; +x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4; +x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; 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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____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); return x_3; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__7; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__9; 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_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; +x_1 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20; +x_2 = l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498_(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; uint8_t x_9; @@ -27882,12 +27783,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -27935,11 +27836,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -28006,7 +27907,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -28061,12 +27962,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -28114,11 +28015,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -28170,17 +28071,17 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -28317,26 +28218,26 @@ x_1 = l_Lean_Parser_Tactic_simpArith___closed__10; return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; +x_1 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16; +x_2 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301_(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; uint8_t x_9; @@ -28397,12 +28298,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -28450,11 +28351,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -28521,7 +28422,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -28576,12 +28477,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -28629,11 +28530,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -28685,7 +28586,7 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } @@ -28823,7 +28724,7 @@ x_1 = l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__10; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19127_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19100_(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; uint8_t x_9; @@ -28884,12 +28785,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -28937,11 +28838,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -28969,14 +28870,14 @@ lean_inc(x_62); lean_inc(x_20); lean_inc(x_12); x_64 = l_Lean_Syntax_node3(x_12, x_63, x_57, x_20, x_62); -x_65 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_65 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; lean_inc(x_12); x_66 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_66, 0, x_12); lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; x_68 = l_Lean_addMacroScope(x_14, x_67, x_13); -x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_12); x_70 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_70, 0, x_12); @@ -29031,7 +28932,7 @@ x_90 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_91 = l_Lean_Syntax_node2(x_12, x_90, x_83, x_89); x_92 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_91, x_38); -x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_92, x_2, x_3); +x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_92, x_2, x_3); lean_dec(x_2); return x_93; } @@ -29086,12 +28987,12 @@ lean_inc(x_98); x_115 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_115, 0, x_98); lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6; +x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6; lean_inc(x_99); lean_inc(x_100); x_117 = l_Lean_addMacroScope(x_100, x_116, x_99); -x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2; -x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10; +x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2; +x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10; lean_inc(x_98); x_120 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_120, 0, x_98); @@ -29139,11 +29040,11 @@ lean_ctor_set(x_136, 0, x_98); lean_ctor_set(x_136, 1, x_135); lean_inc(x_98); x_137 = l_Lean_Syntax_node2(x_98, x_121, x_134, x_136); -x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_99); lean_inc(x_100); x_139 = l_Lean_addMacroScope(x_100, x_138, x_99); -x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_98); x_141 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_141, 0, x_98); @@ -29171,14 +29072,14 @@ lean_inc(x_148); lean_inc(x_106); lean_inc(x_98); x_150 = l_Lean_Syntax_node3(x_98, x_149, x_143, x_106, x_148); -x_151 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_151 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; lean_inc(x_98); x_152 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_152, 0, x_98); lean_ctor_set(x_152, 1, x_151); -x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; x_154 = l_Lean_addMacroScope(x_100, x_153, x_99); -x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_98); x_156 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_156, 0, x_98); @@ -29218,7 +29119,7 @@ x_171 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_98); x_172 = l_Lean_Syntax_node2(x_98, x_171, x_169, x_170); x_173 = l_Lean_Syntax_node5(x_98, x_8, x_102, x_104, x_106, x_172, x_124); -x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____lambda__1(x_1, x_173, x_2, x_3); +x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____lambda__1(x_1, x_173, x_2, x_3); lean_dec(x_2); return x_174; } @@ -29311,7 +29212,7 @@ static lean_object* _init_l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__8() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; x_1 = l_Lean_Parser_Tactic_simpAutoUnfold___closed__15; -x_2 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_2 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; x_3 = l_Lean_Parser_Tactic_simpAutoUnfold___closed__18; x_4 = 0; x_5 = lean_alloc_ctor(10, 3, 1); @@ -29398,7 +29299,7 @@ x_1 = l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13; return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -29406,7 +29307,7 @@ x_1 = lean_mk_string_from_bytes("simp_all", 8); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____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; 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; @@ -29414,7 +29315,7 @@ x_5 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tact x_6 = l_Lean_Syntax_setKind(x_1, x_5); x_7 = lean_unsigned_to_nat(0u); x_8 = l_Lean_Syntax_getArg(x_6, x_7); -x_9 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1; +x_9 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___closed__1; x_10 = 1; x_11 = l_Lean_mkAtomFrom(x_8, x_9, x_10); x_12 = l_Lean_Syntax_setArg(x_6, x_7, x_11); @@ -29434,7 +29335,7 @@ lean_ctor_set(x_20, 1, x_4); return x_20; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__1() { _start: { lean_object* x_1; @@ -29442,16 +29343,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Simp.ConfigCtx", 24); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__3() { _start: { lean_object* x_1; @@ -29459,65 +29360,65 @@ x_1 = lean_mk_string_from_bytes("ConfigCtx", 9); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____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_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; -x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4; -x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3; +x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4; +x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____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_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; 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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__7; 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; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983_(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; uint8_t x_9; @@ -29578,12 +29479,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -29631,11 +29532,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -29702,7 +29603,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -29757,12 +29658,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -29810,11 +29711,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -29866,17 +29767,17 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -29999,7 +29900,7 @@ x_1 = l_Lean_Parser_Tactic_simpAllArith___closed__9; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20799_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20772_(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; uint8_t x_9; @@ -30060,12 +29961,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -30113,11 +30014,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -30184,7 +30085,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -30239,12 +30140,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -30292,11 +30193,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -30348,7 +30249,7 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } @@ -30472,7 +30373,7 @@ x_1 = l_Lean_Parser_Tactic_simpAllArithAutoUnfold___closed__9; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21588_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_21561_(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; uint8_t x_9; @@ -30533,12 +30434,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -30586,11 +30487,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -30618,14 +30519,14 @@ lean_inc(x_62); lean_inc(x_20); lean_inc(x_12); x_64 = l_Lean_Syntax_node3(x_12, x_63, x_57, x_20, x_62); -x_65 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_65 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; lean_inc(x_12); x_66 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_66, 0, x_12); lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_67 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; x_68 = l_Lean_addMacroScope(x_14, x_67, x_13); -x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_69 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_12); x_70 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_70, 0, x_12); @@ -30680,7 +30581,7 @@ x_90 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_91 = l_Lean_Syntax_node2(x_12, x_90, x_83, x_89); x_92 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_91, x_38); -x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_92, x_2, x_3); +x_93 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_92, x_2, x_3); lean_dec(x_2); return x_93; } @@ -30735,12 +30636,12 @@ lean_inc(x_98); x_115 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_115, 0, x_98); lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4; +x_116 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4; lean_inc(x_99); lean_inc(x_100); x_117 = l_Lean_addMacroScope(x_100, x_116, x_99); -x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2; -x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8; +x_118 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2; +x_119 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8; lean_inc(x_98); x_120 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_120, 0, x_98); @@ -30788,11 +30689,11 @@ lean_ctor_set(x_136, 0, x_98); lean_ctor_set(x_136, 1, x_135); lean_inc(x_98); x_137 = l_Lean_Syntax_node2(x_98, x_121, x_134, x_136); -x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2; +x_138 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2; lean_inc(x_99); lean_inc(x_100); x_139 = l_Lean_addMacroScope(x_100, x_138, x_99); -x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1; +x_140 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1; lean_inc(x_98); x_141 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_141, 0, x_98); @@ -30820,14 +30721,14 @@ lean_inc(x_148); lean_inc(x_106); lean_inc(x_98); x_150 = l_Lean_Syntax_node3(x_98, x_149, x_143, x_106, x_148); -x_151 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3; +x_151 = l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3; lean_inc(x_98); x_152 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_152, 0, x_98); lean_ctor_set(x_152, 1, x_151); -x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_153 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; x_154 = l_Lean_addMacroScope(x_100, x_153, x_99); -x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_155 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_98); x_156 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_156, 0, x_98); @@ -30867,7 +30768,7 @@ x_171 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_98); x_172 = l_Lean_Syntax_node2(x_98, x_171, x_169, x_170); x_173 = l_Lean_Syntax_node5(x_98, x_8, x_102, x_104, x_106, x_172, x_124); -x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1(x_1, x_173, x_2, x_3); +x_174 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1(x_1, x_173, x_2, x_3); lean_dec(x_2); return x_174; } @@ -31005,7 +30906,7 @@ x_1 = l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____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; 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; @@ -31013,7 +30914,7 @@ x_5 = l_Lean_Parser_Tactic___aux__Init__Meta______macroRules__Lean__Parser__Tact x_6 = l_Lean_Syntax_setKind(x_1, x_5); x_7 = lean_unsigned_to_nat(0u); x_8 = l_Lean_Syntax_getArg(x_6, x_7); -x_9 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19; +x_9 = l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19; x_10 = 1; x_11 = l_Lean_mkAtomFrom(x_8, x_9, x_10); x_12 = l_Lean_Syntax_setArg(x_6, x_7, x_11); @@ -31033,7 +30934,7 @@ lean_ctor_set(x_20, 1, x_4); return x_20; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__1() { _start: { lean_object* x_1; @@ -31041,16 +30942,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.DSimp.Config", 22); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__3() { _start: { lean_object* x_1; @@ -31058,65 +30959,65 @@ x_1 = lean_mk_string_from_bytes("DSimp", 5); return x_1; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____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_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1___lambda__1___closed__1; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3; -x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3; -x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3; +x_3 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__3; +x_4 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____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_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4; 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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8() { +static lean_object* _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5; -x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7; +x_1 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__5; +x_2 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__7; 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; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461_(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434_(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; uint8_t x_9; @@ -31177,12 +31078,12 @@ lean_inc(x_12); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_12); lean_ctor_set(x_29, 1, x_28); -x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; +x_30 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4; lean_inc(x_13); lean_inc(x_14); x_31 = l_Lean_addMacroScope(x_14, x_30, x_13); -x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2; -x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8; +x_32 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2; +x_33 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8; lean_inc(x_12); x_34 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_34, 0, x_12); @@ -31230,11 +31131,11 @@ lean_ctor_set(x_50, 0, x_12); lean_ctor_set(x_50, 1, x_49); lean_inc(x_12); x_51 = l_Lean_Syntax_node2(x_12, x_35, x_48, x_50); -x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_52 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; lean_inc(x_13); lean_inc(x_14); x_53 = l_Lean_addMacroScope(x_14, x_52, x_13); -x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_54 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_12); x_55 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_55, 0, x_12); @@ -31301,7 +31202,7 @@ x_82 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_12); x_83 = l_Lean_Syntax_node2(x_12, x_82, x_75, x_81); x_84 = l_Lean_Syntax_node5(x_12, x_8, x_16, x_18, x_20, x_83, x_38); -x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(x_1, x_84, x_2, x_3); +x_85 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____lambda__1(x_1, x_84, x_2, x_3); lean_dec(x_2); return x_85; } @@ -31356,12 +31257,12 @@ lean_inc(x_90); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_90); lean_ctor_set(x_107, 1, x_106); -x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4; +x_108 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4; lean_inc(x_91); lean_inc(x_92); x_109 = l_Lean_addMacroScope(x_92, x_108, x_91); -x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2; -x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8; +x_110 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2; +x_111 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8; lean_inc(x_90); x_112 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_112, 0, x_90); @@ -31409,11 +31310,11 @@ lean_ctor_set(x_128, 0, x_90); lean_ctor_set(x_128, 1, x_127); lean_inc(x_90); x_129 = l_Lean_Syntax_node2(x_90, x_113, x_126, x_128); -x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12; +x_130 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12; lean_inc(x_91); lean_inc(x_92); x_131 = l_Lean_addMacroScope(x_92, x_130, x_91); -x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11; +x_132 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11; lean_inc(x_90); x_133 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_133, 0, x_90); @@ -31465,17 +31366,17 @@ x_155 = l_Lean_Syntax_mkApp___closed__2; lean_inc(x_90); x_156 = l_Lean_Syntax_node2(x_90, x_155, x_153, x_154); x_157 = l_Lean_Syntax_node5(x_90, x_8, x_94, x_96, x_98, x_156, x_116); -x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(x_1, x_157, x_2, x_3); +x_158 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____lambda__1(x_1, x_157, x_2, x_3); lean_dec(x_2); return x_158; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____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_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -31635,44 +31536,44 @@ l_Lean_instInhabitedNameGenerator___closed__1 = _init_l_Lean_instInhabitedNameGe lean_mark_persistent(l_Lean_instInhabitedNameGenerator___closed__1); l_Lean_instInhabitedNameGenerator = _init_l_Lean_instInhabitedNameGenerator(); lean_mark_persistent(l_Lean_instInhabitedNameGenerator); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__1 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__1(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__1); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__2); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__3); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__4); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__5); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__6); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__7); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__8); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__9); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__10); -l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11(); -lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____spec__1___closed__11); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__1); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__2 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__2); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__3); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__4); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__5); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__6); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__7); -l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2233____closed__8); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__1 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__1(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__1); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__2); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__3); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__4); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__5); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__6); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__7 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__7(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__7); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__8); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__9); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__10); +l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11 = _init_l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11(); +lean_mark_persistent(l_List_repr_x27___at___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____spec__1___closed__11); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__1 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__1); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__2 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__2); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__3 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__3); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__4); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__5); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__6 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__6); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__7 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__7); +l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__8 = _init_l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprPreresolved____x40_Init_Meta___hyg_2237____closed__8); l_Lean_Syntax_instReprPreresolved___closed__1 = _init_l_Lean_Syntax_instReprPreresolved___closed__1(); lean_mark_persistent(l_Lean_Syntax_instReprPreresolved___closed__1); l_Lean_Syntax_instReprPreresolved = _init_l_Lean_Syntax_instReprPreresolved(); @@ -31725,32 +31626,32 @@ l_Lean_Syntax_instReprSyntax___closed__1 = _init_l_Lean_Syntax_instReprSyntax___ lean_mark_persistent(l_Lean_Syntax_instReprSyntax___closed__1); l_Lean_Syntax_instReprSyntax = _init_l_Lean_Syntax_instReprSyntax(); lean_mark_persistent(l_Lean_Syntax_instReprSyntax); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__1); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__2 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__2); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__3); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__4); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__5); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__6 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__6); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__7); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__8); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__9); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__10); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__11); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__12); -l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2651____rarg___closed__13); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__1 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__1); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__2 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__2); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__3 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__3); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__4 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__4); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__5 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__5); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__6 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__6); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__7); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__8 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__8); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__9 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__9); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__10); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__11); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__12 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__12); +l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13 = _init_l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Syntax_reprTSyntax____x40_Init_Meta___hyg_2643____rarg___closed__13); l_Lean_Syntax_instReprTSyntax___closed__1 = _init_l_Lean_Syntax_instReprTSyntax___closed__1(); lean_mark_persistent(l_Lean_Syntax_instReprTSyntax___closed__1); l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSyntaxArray___closed__1 = _init_l_Lean_TSyntax_Compat_instCoeTailArraySyntaxTSyntaxArray___closed__1(); @@ -32064,54 +31965,54 @@ l_Lean_Meta_instBEqTransparencyMode___closed__1 = _init_l_Lean_Meta_instBEqTrans lean_mark_persistent(l_Lean_Meta_instBEqTransparencyMode___closed__1); l_Lean_Meta_instBEqTransparencyMode = _init_l_Lean_Meta_instBEqTransparencyMode(); lean_mark_persistent(l_Lean_Meta_instBEqTransparencyMode); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__1); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__2); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__3); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__4); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__5); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__6); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__7); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__8); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__9); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__10); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__11); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__12); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__13); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__14); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__15); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__16); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__17); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__18); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__19); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__20); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__21); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__22); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__23); -l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12398____closed__24); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__1); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__2); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__3); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__4); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__5); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__6); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__7); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__8); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__9); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__10); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__11); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__12); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__13); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__14); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__15); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__16); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__17); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__18); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__19(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__19); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__20); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__21(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__21); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__22(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__22); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__23(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__23); +l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__24(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprTransparencyMode____x40_Init_Meta___hyg_12388____closed__24); l_Lean_Meta_instReprTransparencyMode___closed__1 = _init_l_Lean_Meta_instReprTransparencyMode___closed__1(); lean_mark_persistent(l_Lean_Meta_instReprTransparencyMode___closed__1); l_Lean_Meta_instReprTransparencyMode = _init_l_Lean_Meta_instReprTransparencyMode(); @@ -32121,42 +32022,42 @@ l_Lean_Meta_instBEqEtaStructMode___closed__1 = _init_l_Lean_Meta_instBEqEtaStruc lean_mark_persistent(l_Lean_Meta_instBEqEtaStructMode___closed__1); l_Lean_Meta_instBEqEtaStructMode = _init_l_Lean_Meta_instBEqEtaStructMode(); lean_mark_persistent(l_Lean_Meta_instBEqEtaStructMode); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__1); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__2); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__3); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__4); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__5); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__6); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__7); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__8); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__9); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__10); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__11); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__12); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__13); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__14); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__15); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__16); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__17); -l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12611____closed__18); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__1); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__2); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__3); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__4); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__5); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__6); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__7); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__8); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__9); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__10); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__11); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__12); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__13); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__14); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__15); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__16); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__17); +l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_reprEtaStructMode____x40_Init_Meta___hyg_12593____closed__18); l_Lean_Meta_instReprEtaStructMode___closed__1 = _init_l_Lean_Meta_instReprEtaStructMode___closed__1(); lean_mark_persistent(l_Lean_Meta_instReprEtaStructMode___closed__1); l_Lean_Meta_instReprEtaStructMode = _init_l_Lean_Meta_instReprEtaStructMode(); @@ -32177,62 +32078,62 @@ l_Lean_Meta_DSimp_instBEqConfig___closed__1 = _init_l_Lean_Meta_DSimp_instBEqCon lean_mark_persistent(l_Lean_Meta_DSimp_instBEqConfig___closed__1); l_Lean_Meta_DSimp_instBEqConfig = _init_l_Lean_Meta_DSimp_instBEqConfig(); lean_mark_persistent(l_Lean_Meta_DSimp_instBEqConfig); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__1); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__2); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__3); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__4); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__5); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__6); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__7); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__8); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__9); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__10); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__11); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__12); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__13); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__14); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__15); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__16); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__17); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__18); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__19); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__20); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__21); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__22); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__23); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__24); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__25); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__26); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__27); -l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13052____closed__28); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__1); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__2); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__3); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__4); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__5); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__6); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__7); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__8); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__9); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__10); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__11); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__12); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__13); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__14); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__15); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__16); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__17); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__18); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__19); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__20); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__21); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__22); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__23); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__24(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__24); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__25 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__25(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__25); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__26); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__27 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__27(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__27); +l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__28 = _init_l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__28(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_DSimp_reprConfig____x40_Init_Meta___hyg_13028____closed__28); l_Lean_Meta_DSimp_instReprConfig___closed__1 = _init_l_Lean_Meta_DSimp_instReprConfig___closed__1(); lean_mark_persistent(l_Lean_Meta_DSimp_instReprConfig___closed__1); l_Lean_Meta_DSimp_instReprConfig = _init_l_Lean_Meta_DSimp_instReprConfig(); @@ -32264,54 +32165,54 @@ l_Lean_Meta_Simp_instBEqConfig___closed__1 = _init_l_Lean_Meta_Simp_instBEqConfi lean_mark_persistent(l_Lean_Meta_Simp_instBEqConfig___closed__1); l_Lean_Meta_Simp_instBEqConfig = _init_l_Lean_Meta_Simp_instBEqConfig(); lean_mark_persistent(l_Lean_Meta_Simp_instBEqConfig); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__1); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__2); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__3); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__4); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__5); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__6); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__7); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__8); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__9); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__10); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__11); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__12); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__13); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__14); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__15); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__16); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__17); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__18); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__19); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__20); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__21); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__22); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__23); -l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24(); -lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13755____closed__24); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__1 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__1(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__1); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__2 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__2(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__2); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__3 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__3(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__3); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__4 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__4(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__4); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__5 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__5(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__5); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__6 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__6(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__6); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__7 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__7(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__7); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__8 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__8(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__8); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__9 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__9(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__9); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__10 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__10(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__10); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__11 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__11(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__11); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__12 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__12(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__12); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__13 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__13(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__13); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__14 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__14(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__14); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__15 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__15(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__15); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__16); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__17 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__17(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__17); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__18); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__19); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__20 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__20(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__20); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__21 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__21(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__21); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__22 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__22(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__22); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__23 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__23(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__23); +l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__24 = _init_l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__24(); +lean_mark_persistent(l___private_Init_Meta_0__Lean_Meta_Simp_reprConfig____x40_Init_Meta___hyg_13731____closed__24); l_Lean_Meta_Simp_instReprConfig___closed__1 = _init_l_Lean_Meta_Simp_instReprConfig___closed__1(); lean_mark_persistent(l_Lean_Meta_Simp_instReprConfig___closed__1); l_Lean_Meta_Simp_instReprConfig = _init_l_Lean_Meta_Simp_instReprConfig(); @@ -33037,30 +32938,30 @@ l_Lean_Parser_Tactic_simpAutoUnfold___closed__26 = _init_l_Lean_Parser_Tactic_si lean_mark_persistent(l_Lean_Parser_Tactic_simpAutoUnfold___closed__26); l_Lean_Parser_Tactic_simpAutoUnfold = _init_l_Lean_Parser_Tactic_simpAutoUnfold(); lean_mark_persistent(l_Lean_Parser_Tactic_simpAutoUnfold); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__2); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__3); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__4); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__5); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__6); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__7); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__8); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__9); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__10); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__11); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17525____closed__12); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__3); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__4); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__5); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__6); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__7(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__7); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__8(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__8); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__9 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__9(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__9); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__10); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__11); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_17498____closed__12); l_Lean_Parser_Tactic_simpArith___closed__1 = _init_l_Lean_Parser_Tactic_simpArith___closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_simpArith___closed__1); l_Lean_Parser_Tactic_simpArith___closed__2 = _init_l_Lean_Parser_Tactic_simpArith___closed__2(); @@ -33083,10 +32984,10 @@ l_Lean_Parser_Tactic_simpArith___closed__10 = _init_l_Lean_Parser_Tactic_simpAri lean_mark_persistent(l_Lean_Parser_Tactic_simpArith___closed__10); l_Lean_Parser_Tactic_simpArith = _init_l_Lean_Parser_Tactic_simpArith(); lean_mark_persistent(l_Lean_Parser_Tactic_simpArith); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18328____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_18301____closed__2); l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1 = _init_l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__1); l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__2 = _init_l_Lean_Parser_Tactic_simpArithAutoUnfold___closed__2(); @@ -33137,24 +33038,24 @@ l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13 = _init_l_Lean_Parser_Tactic lean_mark_persistent(l_Lean_Parser_Tactic_simpAllAutoUnfold___closed__13); l_Lean_Parser_Tactic_simpAllAutoUnfold = _init_l_Lean_Parser_Tactic_simpAllAutoUnfold(); lean_mark_persistent(l_Lean_Parser_Tactic_simpAllAutoUnfold); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____lambda__1___closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__2); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__3); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__4); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__5); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__6); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__7); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_20010____closed__8); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____lambda__1___closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__3(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__3); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__4); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__5(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__5); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__6(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__6); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__7(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__7); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_19983____closed__8); l_Lean_Parser_Tactic_simpAllArith___closed__1 = _init_l_Lean_Parser_Tactic_simpAllArith___closed__1(); lean_mark_persistent(l_Lean_Parser_Tactic_simpAllArith___closed__1); l_Lean_Parser_Tactic_simpAllArith___closed__2 = _init_l_Lean_Parser_Tactic_simpAllArith___closed__2(); @@ -33217,22 +33118,22 @@ l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10 = _init_l_Lean_Parser_Tactic_d lean_mark_persistent(l_Lean_Parser_Tactic_dsimpAutoUnfold___closed__10); l_Lean_Parser_Tactic_dsimpAutoUnfold = _init_l_Lean_Parser_Tactic_dsimpAutoUnfold(); lean_mark_persistent(l_Lean_Parser_Tactic_dsimpAutoUnfold); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__1); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__2); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__3); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__4); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__5); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__6); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__7); -l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8(); -lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22461____closed__8); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__1 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__1(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__1); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__2); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__3 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__3(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__3); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__4); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__5 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__5(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__5); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__6 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__6(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__6); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__7 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__7(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__7); +l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8 = _init_l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8(); +lean_mark_persistent(l_Lean_Parser_Tactic_expandSimp____x40_Init_Meta___hyg_22434____closed__8); return lean_io_result_mk_ok(lean_box(0)); } #ifdef __cplusplus diff --git a/stage0/stdlib/Init/NotationExtra.c b/stage0/stdlib/Init/NotationExtra.c index 6218c6fc27cb..eb224addd293 100644 --- a/stage0/stdlib/Init/NotationExtra.c +++ b/stage0/stdlib/Init/NotationExtra.c @@ -26,7 +26,6 @@ static lean_object* l_solve___closed__2; static lean_object* l_Lean_unbracketedExplicitBinders___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_classAbbrev; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19; static lean_object* l_cdotTk___closed__3; static lean_object* l_Lean_explicitBinders___closed__4; static lean_object* l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__8; @@ -52,6 +51,7 @@ static lean_object* l_termExists___x2c_____closed__7; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__25; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__29; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4; static lean_object* l_term_u2203___x2c_____closed__3; LEAN_EXPORT lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2__; static lean_object* l_calcStep___closed__12; @@ -83,6 +83,7 @@ LEAN_EXPORT lean_object* l_unexpandMkStr6___boxed(lean_object*, lean_object*, le static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__10; static lean_object* l_calcStep___closed__10; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__12; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; static lean_object* l_Lean_unbracketedExplicitBinders___closed__13; static lean_object* l_Lean_doElemRepeat__Until_____closed__7; LEAN_EXPORT lean_object* l_term_u03a3_x27___x2c__; @@ -114,6 +115,7 @@ static lean_object* l_unexpandMkArray5___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__6; LEAN_EXPORT lean_object* l_unexpandMkArray6(lean_object*, lean_object*, lean_object*); static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__1; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__3; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__2; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__18; @@ -215,6 +217,7 @@ static lean_object* l_Lean_Parser_Command_classAbbrev___closed__2; LEAN_EXPORT lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_expandExplicitBindersAux_loop___closed__8; static lean_object* l_term_u03a3_x27___x2c_____closed__5; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6; static lean_object* l_calc___closed__13; static lean_object* l_term___xd7_x27_____closed__2; static lean_object* l_Lean_term__Matches___x7c___closed__8; @@ -232,6 +235,7 @@ static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__ static lean_object* l_Lean_unifConstraint___closed__7; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__17; static lean_object* l_Lean_unifConstraint___closed__17; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10; static lean_object* l_term___xd7_x27_____closed__4; static lean_object* l_tactic_______closed__8; lean_object* l_Lean_Syntax_getNumArgs(lean_object*); @@ -249,6 +253,7 @@ static lean_object* l_calcStep___closed__2; static lean_object* l_unexpandExists___closed__3; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__19; static lean_object* l_termExists___x2c_____closed__5; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7; static lean_object* l_unexpandExists___closed__1; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__1; static lean_object* l_tacticFunext_________closed__8; @@ -318,7 +323,6 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__ter static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__15; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__20; static lean_object* l_Lean_term__Matches___x7c___closed__7; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13; static lean_object* l_tacticFunext_________closed__9; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__28; lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -346,15 +350,16 @@ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____cl static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__6; LEAN_EXPORT lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__1(lean_object*); static lean_object* l_unexpandListNil___rarg___closed__1; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__22; static lean_object* l_Lean_unifConstraintElem___closed__1; static lean_object* l_Lean_expandExplicitBindersAux_loop___closed__1; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17; static lean_object* l___aux__Init__NotationExtra______macroRules__solve__1___closed__4; static lean_object* l_term_u03a3_x27___x2c_____closed__1; static lean_object* l_Lean_expandExplicitBindersAux_loop___closed__9; lean_object* l_Lean_Syntax_getKind(lean_object*); static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__9; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__8; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat____1___closed__16; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__19; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__26; @@ -375,6 +380,7 @@ static lean_object* l_unexpandSubtype___closed__5; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__10; LEAN_EXPORT lean_object* l_Lean_Loop_noConfusion___rarg(lean_object*); lean_object* l_Lean_quoteNameMk(lean_object*); +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_unexpandGetElem_x3f(lean_object*, lean_object*, lean_object*); static lean_object* l_solve___closed__5; static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__13; @@ -388,8 +394,8 @@ LEAN_EXPORT lean_object* l_unexpandMkStr4___boxed(lean_object*, lean_object*, le static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__33; static lean_object* l_unexpandMkArray8___closed__1; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12; static lean_object* l_Lean_doElemWhile___x3a__Do_____closed__8; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__4; LEAN_EXPORT lean_object* l_calcTactic; static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__3; @@ -452,7 +458,6 @@ uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_term___xd7____1___closed__3; LEAN_EXPORT lean_object* l_unexpandMkStr2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_doElemWhile__Do_____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -507,6 +512,7 @@ static lean_object* l_solve___closed__11; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__42; static lean_object* l_cdotTk___closed__5; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat__Until____1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_unexpandTSyntaxArray(lean_object*, lean_object*, lean_object*); static lean_object* l_cdotTk___closed__7; @@ -541,11 +547,11 @@ static lean_object* l_calcTactic___closed__8; LEAN_EXPORT lean_object* l_term_u2203___x2c__; static lean_object* l_Lean_doElemRepeat_____closed__5; static lean_object* l_Lean_bracketedExplicitBinders___closed__5; +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_term_u2203___x2c_____closed__5; static lean_object* l_Lean_unifConstraintElem___closed__3; static lean_object* l_Lean_unifConstraint___closed__18; static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___closed__13; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__13; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__13; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__4; @@ -562,7 +568,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean___aux__Init__NotationE uint8_t l_Lean_Name_hasMacroScopes(lean_object*); static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__17; static lean_object* l_term_u2203___x2c_____closed__7; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__15; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__2; static lean_object* l_tacticFunext_________closed__12; @@ -574,7 +579,7 @@ lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, static lean_object* l_tactic_______closed__5; static lean_object* l_Lean_unifConstraint___closed__14; LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__term___xd7____1__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__18; static lean_object* l_unexpandGetElem_x21___closed__1; static lean_object* l_term___xd7_x27_____closed__1; @@ -620,7 +625,6 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__com static lean_object* l_unexpandGetElem_x21___closed__2; static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__13; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__12; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__16; static lean_object* l___aux__Init__NotationExtra______macroRules__Lean__Parser__Command__classAbbrev__1___lambda__3___closed__10; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -685,6 +689,7 @@ static lean_object* l_tactic_______closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap___at___aux__Init__NotationExtra______macroRules__solve__1___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_doElemRepeat_____closed__3; static lean_object* l_Lean_unbracketedExplicitBinders___closed__10; +static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__8; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__command____Unif__hint____Where___x7c_x2d_u22a2____1___lambda__2___closed__23; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__26; @@ -742,7 +747,6 @@ static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext__ static lean_object* l_Lean_command____Unif__hint____Where___x7c_x2d_u22a2_____closed__43; static lean_object* l_calcTactic___closed__4; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__9; -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemWhile___x3a__Do____1___closed__1; static lean_object* l_tactic_______closed__3; static lean_object* l_calcTactic___closed__2; @@ -763,6 +767,7 @@ static lean_object* l___aux__Init__NotationExtra______macroRules__term_x25_x5b__ LEAN_EXPORT lean_object* l_Lean_doElemWhile__Do__; static lean_object* l_tacticFunext_________closed__16; static lean_object* l_Lean_unifConstraint___closed__11; +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termMacro_x2etrace_x5b___x5d_____closed__6; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__12; lean_object* lean_string_append(lean_object*, lean_object*); @@ -795,7 +800,6 @@ static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__ter LEAN_EXPORT lean_object* l_Lean_expandBrackedBinders(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_calcStep___closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16; static lean_object* l_Lean___aux__Init__NotationExtra______macroRules__Lean__term__Matches___x7c__1___closed__17; static lean_object* l_Lean_Parser_Command_classAbbrev___closed__21; static lean_object* l_Lean_unifConstraint___closed__12; @@ -11961,7 +11965,18 @@ x_1 = l_tacticFunext_________closed__16; return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1() { +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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_box(1); +x_5 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_3); +return x_5; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -11969,7 +11984,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__2() { _start: { lean_object* x_1; @@ -11977,19 +11992,19 @@ x_1 = lean_mk_string_from_bytes("seq1", 4); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4() { _start: { lean_object* x_1; @@ -11997,19 +12012,19 @@ x_1 = lean_mk_string_from_bytes("apply", 5); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6() { _start: { lean_object* x_1; lean_object* x_2; @@ -12018,7 +12033,7 @@ x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -12028,31 +12043,31 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; +x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7; 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___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8; +x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___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); return x_3; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10() { _start: { lean_object* x_1; @@ -12060,7 +12075,7 @@ x_1 = lean_mk_string_from_bytes(";", 1); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11() { _start: { lean_object* x_1; @@ -12068,19 +12083,99 @@ x_1 = lean_mk_string_from_bytes("intro", 5); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12() { _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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13() { +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; 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; lean_object* x_36; lean_object* x_37; +x_6 = lean_ctor_get(x_4, 5); +lean_inc(x_6); +x_7 = 0; +x_8 = l_Lean_SourceInfo_fromRef(x_6, x_7); +x_9 = lean_ctor_get(x_4, 2); +lean_inc(x_9); +x_10 = lean_ctor_get(x_4, 1); +lean_inc(x_10); +lean_dec(x_4); +x_11 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4; +lean_inc(x_8); +x_12 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_12, 0, x_8); +lean_ctor_set(x_12, 1, x_11); +x_13 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7; +x_14 = l_Lean_addMacroScope(x_10, x_13, x_9); +x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6; +x_16 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9; +lean_inc(x_8); +x_17 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_17, 0, x_8); +lean_ctor_set(x_17, 1, x_15); +lean_ctor_set(x_17, 2, x_14); +lean_ctor_set(x_17, 3, x_16); +x_18 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5; +lean_inc(x_8); +x_19 = l_Lean_Syntax_node2(x_8, x_18, x_12, x_17); +x_20 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10; +lean_inc(x_8); +x_21 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_21, 0, x_8); +lean_ctor_set(x_21, 1, x_20); +x_22 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11; +lean_inc(x_8); +x_23 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_23, 0, x_8); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; +lean_inc(x_8); +x_25 = l_Lean_Syntax_node1(x_8, x_24, x_2); +x_26 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12; +lean_inc(x_8); +x_27 = l_Lean_Syntax_node2(x_8, x_26, x_23, x_25); +x_28 = l_tacticFunext_________closed__3; +lean_inc(x_8); +x_29 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_29, 0, x_8); +lean_ctor_set(x_29, 1, x_28); +x_30 = l_Lean_expandExplicitBindersAux_loop___closed__8; +x_31 = l_Array_append___rarg(x_30, x_3); +lean_inc(x_8); +x_32 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_32, 0, x_8); +lean_ctor_set(x_32, 1, x_24); +lean_ctor_set(x_32, 2, x_31); +lean_inc(x_8); +x_33 = l_Lean_Syntax_node2(x_8, x_1, x_29, x_32); +lean_inc(x_21); +lean_inc(x_8); +x_34 = l_Lean_Syntax_node5(x_8, x_24, x_19, x_21, x_27, x_21, x_33); +x_35 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__3; +x_36 = l_Lean_Syntax_node1(x_8, x_35, x_34); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_5); +return x_37; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__1___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2() { _start: { lean_object* x_1; @@ -12088,19 +12183,19 @@ x_1 = lean_mk_string_from_bytes("tacticRepeat_", 13); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________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___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4() { _start: { lean_object* x_1; @@ -12108,7 +12203,7 @@ x_1 = lean_mk_string_from_bytes("repeat", 6); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5() { _start: { lean_object* x_1; @@ -12116,19 +12211,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7() { _start: { lean_object* x_1; @@ -12136,25 +12231,25 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8() { _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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; -x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20() { +static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___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_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; x_4 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__17; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -12180,268 +12275,213 @@ return x_7; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; x_8 = lean_unsigned_to_nat(1u); x_9 = l_Lean_Syntax_getArg(x_1, x_8); lean_dec(x_1); -x_10 = lean_unsigned_to_nat(0u); +x_10 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_11 = lean_unsigned_to_nat(0u); lean_inc(x_9); -x_11 = l_Lean_Syntax_matchesNull(x_9, x_10); -if (x_11 == 0) +x_12 = l_Lean_Syntax_matchesNull(x_9, x_11); +if (x_12 == 0) { -uint8_t x_12; +uint8_t x_13; lean_inc(x_9); -x_12 = l_Lean_Syntax_matchesNull(x_9, x_8); -if (x_12 == 0) +x_13 = l_Lean_Syntax_matchesNull(x_9, x_8); +if (x_13 == 0) { -lean_object* x_13; uint8_t x_14; -x_13 = l_Lean_Syntax_getNumArgs(x_9); -x_14 = lean_nat_dec_le(x_8, x_13); -if (x_14 == 0) +lean_object* x_14; uint8_t x_15; +x_14 = l_Lean_Syntax_getNumArgs(x_9); +x_15 = lean_nat_dec_le(x_8, x_14); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_13); +lean_object* x_16; lean_object* x_17; +lean_dec(x_14); lean_dec(x_9); -lean_dec(x_2); -x_15 = lean_box(1); -x_16 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_3); -return x_16; +x_16 = lean_box(0); +x_17 = lean_apply_3(x_10, x_16, x_2, x_3); +return x_17; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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_17 = l_Lean_Syntax_getArg(x_9, x_10); -x_18 = l_Lean_Syntax_getArgs(x_9); +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 = l_Lean_Syntax_getArg(x_9, x_11); +x_19 = l_Lean_Syntax_getArgs(x_9); lean_dec(x_9); -x_19 = lean_nat_sub(x_13, x_10); -lean_dec(x_13); -x_20 = l_Array_extract___rarg(x_18, x_8, x_19); -x_21 = lean_box(2); -x_22 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; -x_23 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -lean_ctor_set(x_23, 2, x_20); -x_24 = l_Lean_Syntax_getArgs(x_23); -lean_dec(x_23); -x_25 = lean_ctor_get(x_2, 5); -lean_inc(x_25); -x_26 = 0; -x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); -x_28 = lean_ctor_get(x_2, 2); -lean_inc(x_28); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); -lean_dec(x_2); -x_30 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; -lean_inc(x_27); -x_31 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_31, 0, x_27); -lean_ctor_set(x_31, 1, x_30); -x_32 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; -x_33 = l_Lean_addMacroScope(x_29, x_32, x_28); -x_34 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; -x_35 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; -lean_inc(x_27); -x_36 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_36, 0, x_27); -lean_ctor_set(x_36, 1, x_34); -lean_ctor_set(x_36, 2, x_33); -lean_ctor_set(x_36, 3, x_35); -x_37 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; -lean_inc(x_27); -x_38 = l_Lean_Syntax_node2(x_27, x_37, x_31, x_36); -x_39 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; -lean_inc(x_27); -x_40 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_40, 0, x_27); -lean_ctor_set(x_40, 1, x_39); -x_41 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; -lean_inc(x_27); -x_42 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_42, 0, x_27); -lean_ctor_set(x_42, 1, x_41); -lean_inc(x_27); -x_43 = l_Lean_Syntax_node1(x_27, x_22, x_17); -x_44 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; -lean_inc(x_27); -x_45 = l_Lean_Syntax_node2(x_27, x_44, x_42, x_43); -x_46 = l_tacticFunext_________closed__3; -lean_inc(x_27); -x_47 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_47, 0, x_27); -lean_ctor_set(x_47, 1, x_46); -x_48 = l_Lean_expandExplicitBindersAux_loop___closed__8; -x_49 = l_Array_append___rarg(x_48, x_24); -lean_inc(x_27); -x_50 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_50, 0, x_27); -lean_ctor_set(x_50, 1, x_22); -lean_ctor_set(x_50, 2, x_49); -lean_inc(x_27); -x_51 = l_Lean_Syntax_node2(x_27, x_4, x_47, x_50); -lean_inc(x_40); -lean_inc(x_27); -x_52 = l_Lean_Syntax_node5(x_27, x_22, x_38, x_40, x_45, x_40, x_51); -x_53 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3; -x_54 = l_Lean_Syntax_node1(x_27, x_53, x_52); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_3); -return x_55; +x_20 = lean_nat_sub(x_14, x_11); +lean_dec(x_14); +x_21 = l_Array_extract___rarg(x_19, x_8, x_20); +x_22 = lean_box(2); +x_23 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; +x_24 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +lean_ctor_set(x_24, 2, x_21); +x_25 = l_Lean_Syntax_getArgs(x_24); +lean_dec(x_24); +x_26 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2(x_4, x_18, x_25, x_2, x_3); +return x_26; } } else { -lean_object* x_56; lean_object* x_57; uint8_t 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; -x_56 = l_Lean_Syntax_getArg(x_9, x_10); +lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_27 = l_Lean_Syntax_getArg(x_9, x_11); lean_dec(x_9); -x_57 = lean_ctor_get(x_2, 5); -lean_inc(x_57); -x_58 = 0; -x_59 = l_Lean_SourceInfo_fromRef(x_57, x_58); -x_60 = lean_ctor_get(x_2, 2); -lean_inc(x_60); -x_61 = lean_ctor_get(x_2, 1); -lean_inc(x_61); +x_28 = lean_ctor_get(x_2, 5); +lean_inc(x_28); +x_29 = 0; +x_30 = l_Lean_SourceInfo_fromRef(x_28, x_29); +x_31 = lean_ctor_get(x_2, 2); +lean_inc(x_31); +x_32 = lean_ctor_get(x_2, 1); +lean_inc(x_32); lean_dec(x_2); -x_62 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; -lean_inc(x_59); -x_63 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_63, 0, x_59); -lean_ctor_set(x_63, 1, x_62); -x_64 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; -x_65 = l_Lean_addMacroScope(x_61, x_64, x_60); -x_66 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; -x_67 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; -lean_inc(x_59); -x_68 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_68, 0, x_59); -lean_ctor_set(x_68, 1, x_66); -lean_ctor_set(x_68, 2, x_65); -lean_ctor_set(x_68, 3, x_67); -x_69 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; -lean_inc(x_59); -x_70 = l_Lean_Syntax_node2(x_59, x_69, x_63, x_68); -x_71 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; -lean_inc(x_59); -x_72 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_72, 0, x_59); -lean_ctor_set(x_72, 1, x_71); -x_73 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; -lean_inc(x_59); -x_74 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_74, 0, x_59); -lean_ctor_set(x_74, 1, x_73); -x_75 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; -lean_inc(x_59); -x_76 = l_Lean_Syntax_node1(x_59, x_75, x_56); -x_77 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; -lean_inc(x_59); -x_78 = l_Lean_Syntax_node2(x_59, x_77, x_74, x_76); -lean_inc(x_59); -x_79 = l_Lean_Syntax_node3(x_59, x_75, x_70, x_72, x_78); -x_80 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3; -x_81 = l_Lean_Syntax_node1(x_59, x_80, x_79); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_3); -return x_82; +x_33 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4; +lean_inc(x_30); +x_34 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_34, 0, x_30); +lean_ctor_set(x_34, 1, x_33); +x_35 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7; +x_36 = l_Lean_addMacroScope(x_32, x_35, x_31); +x_37 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6; +x_38 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9; +lean_inc(x_30); +x_39 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_39, 0, x_30); +lean_ctor_set(x_39, 1, x_37); +lean_ctor_set(x_39, 2, x_36); +lean_ctor_set(x_39, 3, x_38); +x_40 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5; +lean_inc(x_30); +x_41 = l_Lean_Syntax_node2(x_30, x_40, x_34, x_39); +x_42 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10; +lean_inc(x_30); +x_43 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_43, 0, x_30); +lean_ctor_set(x_43, 1, x_42); +x_44 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11; +lean_inc(x_30); +x_45 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_45, 0, x_30); +lean_ctor_set(x_45, 1, x_44); +x_46 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; +lean_inc(x_30); +x_47 = l_Lean_Syntax_node1(x_30, x_46, x_27); +x_48 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12; +lean_inc(x_30); +x_49 = l_Lean_Syntax_node2(x_30, x_48, x_45, x_47); +lean_inc(x_30); +x_50 = l_Lean_Syntax_node3(x_30, x_46, x_41, x_43, x_49); +x_51 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__3; +x_52 = l_Lean_Syntax_node1(x_30, x_51, x_50); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_3); +return x_53; } } else { -lean_object* x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +lean_object* x_54; uint8_t 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_dec(x_9); -x_83 = lean_ctor_get(x_2, 5); -lean_inc(x_83); -x_84 = 0; -x_85 = l_Lean_SourceInfo_fromRef(x_83, x_84); -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); -x_87 = lean_ctor_get(x_2, 1); -lean_inc(x_87); +x_54 = lean_ctor_get(x_2, 5); +lean_inc(x_54); +x_55 = 0; +x_56 = l_Lean_SourceInfo_fromRef(x_54, x_55); +x_57 = lean_ctor_get(x_2, 2); +lean_inc(x_57); +x_58 = lean_ctor_get(x_2, 1); +lean_inc(x_58); lean_dec(x_2); -x_88 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; -lean_inc(x_85); -x_89 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_89, 0, x_85); -lean_ctor_set(x_89, 1, x_88); -x_90 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__19; -lean_inc(x_85); -x_91 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_91, 0, x_85); -lean_ctor_set(x_91, 1, x_90); -x_92 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; -lean_inc(x_85); -x_93 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_93, 0, x_85); -lean_ctor_set(x_93, 1, x_92); -x_94 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__7; -x_95 = l_Lean_addMacroScope(x_87, x_94, x_86); -x_96 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; -x_97 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; -lean_inc(x_85); -x_98 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_98, 0, x_85); -lean_ctor_set(x_98, 1, x_96); -lean_ctor_set(x_98, 2, x_95); -lean_ctor_set(x_98, 3, x_97); -x_99 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; -lean_inc(x_85); -x_100 = l_Lean_Syntax_node2(x_85, x_99, x_93, x_98); -x_101 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; -lean_inc(x_85); -x_102 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_102, 0, x_85); -lean_ctor_set(x_102, 1, x_101); -x_103 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11; -lean_inc(x_85); -x_104 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_104, 0, x_85); -lean_ctor_set(x_104, 1, x_103); -x_105 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; -x_106 = l_Lean_expandExplicitBindersAux_loop___closed__8; -lean_inc(x_85); -x_107 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_107, 0, x_85); -lean_ctor_set(x_107, 1, x_105); -lean_ctor_set(x_107, 2, x_106); -x_108 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12; -lean_inc(x_85); -x_109 = l_Lean_Syntax_node2(x_85, x_108, x_104, x_107); -lean_inc(x_85); -x_110 = l_Lean_Syntax_node3(x_85, x_105, x_100, x_102, x_109); -x_111 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19; -lean_inc(x_85); -x_112 = l_Lean_Syntax_node1(x_85, x_111, x_110); -x_113 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17; -lean_inc(x_85); -x_114 = l_Lean_Syntax_node1(x_85, x_113, x_112); -x_115 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__23; -lean_inc(x_85); -x_116 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_116, 0, x_85); -lean_ctor_set(x_116, 1, x_115); -x_117 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20; -lean_inc(x_85); -x_118 = l_Lean_Syntax_node3(x_85, x_117, x_91, x_114, x_116); -lean_inc(x_85); -x_119 = l_Lean_Syntax_node1(x_85, x_105, x_118); -lean_inc(x_85); -x_120 = l_Lean_Syntax_node1(x_85, x_111, x_119); -lean_inc(x_85); -x_121 = l_Lean_Syntax_node1(x_85, x_113, x_120); -x_122 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14; -x_123 = l_Lean_Syntax_node2(x_85, x_122, x_89, x_121); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_3); -return x_124; +x_59 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; +lean_inc(x_56); +x_60 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_60, 0, x_56); +lean_ctor_set(x_60, 1, x_59); +x_61 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__19; +lean_inc(x_56); +x_62 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_62, 0, x_56); +lean_ctor_set(x_62, 1, x_61); +x_63 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4; +lean_inc(x_56); +x_64 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_64, 0, x_56); +lean_ctor_set(x_64, 1, x_63); +x_65 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7; +x_66 = l_Lean_addMacroScope(x_58, x_65, x_57); +x_67 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6; +x_68 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9; +lean_inc(x_56); +x_69 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_69, 0, x_56); +lean_ctor_set(x_69, 1, x_67); +lean_ctor_set(x_69, 2, x_66); +lean_ctor_set(x_69, 3, x_68); +x_70 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5; +lean_inc(x_56); +x_71 = l_Lean_Syntax_node2(x_56, x_70, x_64, x_69); +x_72 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10; +lean_inc(x_56); +x_73 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_73, 0, x_56); +lean_ctor_set(x_73, 1, x_72); +x_74 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11; +lean_inc(x_56); +x_75 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_75, 0, x_56); +lean_ctor_set(x_75, 1, x_74); +x_76 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; +x_77 = l_Lean_expandExplicitBindersAux_loop___closed__8; +lean_inc(x_56); +x_78 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_78, 0, x_56); +lean_ctor_set(x_78, 1, x_76); +lean_ctor_set(x_78, 2, x_77); +x_79 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12; +lean_inc(x_56); +x_80 = l_Lean_Syntax_node2(x_56, x_79, x_75, x_78); +lean_inc(x_56); +x_81 = l_Lean_Syntax_node3(x_56, x_76, x_71, x_73, x_80); +x_82 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8; +lean_inc(x_56); +x_83 = l_Lean_Syntax_node1(x_56, x_82, x_81); +x_84 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; +lean_inc(x_56); +x_85 = l_Lean_Syntax_node1(x_56, x_84, x_83); +x_86 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__23; +lean_inc(x_56); +x_87 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_87, 0, x_56); +lean_ctor_set(x_87, 1, x_86); +x_88 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; +lean_inc(x_56); +x_89 = l_Lean_Syntax_node3(x_56, x_88, x_62, x_85, x_87); +lean_inc(x_56); +x_90 = l_Lean_Syntax_node1(x_56, x_76, x_89); +lean_inc(x_56); +x_91 = l_Lean_Syntax_node1(x_56, x_82, x_90); +lean_inc(x_56); +x_92 = l_Lean_Syntax_node1(x_56, x_84, x_91); +x_93 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__3; +x_94 = l_Lean_Syntax_node2(x_56, x_93, x_60, x_92); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_3); +return x_95; +} +} } } +LEAN_EXPORT lean_object* l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__1(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; } } LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { @@ -14456,7 +14496,7 @@ static lean_object* _init_l___aux__Init__NotationExtra______macroRules__tactic__ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; x_4 = l___aux__Init__NotationExtra______macroRules__tactic______1___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -14609,7 +14649,7 @@ static lean_object* _init_l_solve___closed__7() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16; +x_2 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -14804,7 +14844,7 @@ static lean_object* _init_l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; x_4 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -14844,10 +14884,10 @@ lean_inc(x_1); x_17 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_17, 0, x_1); lean_ctor_set(x_17, 1, x_16); -x_18 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20; +x_18 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9; lean_inc(x_1); x_19 = l_Lean_Syntax_node3(x_1, x_18, x_15, x_9, x_17); -x_20 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; +x_20 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10; lean_inc(x_1); x_21 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_21, 0, x_1); @@ -14929,7 +14969,7 @@ static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1 lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; x_4 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -14949,7 +14989,7 @@ static lean_object* _init_l___aux__Init__NotationExtra______macroRules__solve__1 lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_termMacro_x2etrace_x5b___x5d_____closed__1; x_2 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__1; -x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1; +x_3 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1; x_4 = l___aux__Init__NotationExtra______macroRules__solve__1___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -15019,8 +15059,8 @@ x_23 = lean_array_get_size(x_15); x_24 = lean_usize_of_nat(x_23); lean_dec(x_23); x_25 = 0; -x_26 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17; -x_27 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19; +x_26 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__6; +x_27 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8; x_28 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__termMacro_x2etrace_x5b___x5d____1___closed__16; lean_inc(x_18); x_29 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__solve__1___spec__3(x_18, x_26, x_27, x_28, x_24, x_25, x_15); @@ -15905,7 +15945,7 @@ lean_inc(x_14); lean_dec(x_2); x_15 = 0; x_16 = l_Lean_SourceInfo_fromRef(x_14, x_15); -x_17 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; +x_17 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; lean_inc(x_16); x_18 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_18, 0, x_16); @@ -16093,7 +16133,7 @@ lean_inc(x_12); lean_dec(x_2); x_13 = 0; x_14 = l_Lean_SourceInfo_fromRef(x_12, x_13); -x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; +x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; lean_inc(x_14); x_16 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_16, 0, x_14); @@ -16299,7 +16339,7 @@ lean_inc(x_12); lean_dec(x_2); x_13 = 0; x_14 = l_Lean_SourceInfo_fromRef(x_12, x_13); -x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15; +x_15 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__4; lean_inc(x_14); x_16 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_16, 0, x_14); @@ -16312,7 +16352,7 @@ lean_ctor_set(x_18, 1, x_17); x_19 = l_Lean___aux__Init__NotationExtra______macroRules__Lean__doElemRepeat__Until____1___closed__2; lean_inc(x_14); x_20 = l_Lean_Syntax_node2(x_14, x_19, x_18, x_9); -x_21 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10; +x_21 = l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10; lean_inc(x_14); x_22 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_22, 0, x_14); @@ -17785,6 +17825,30 @@ l_tacticFunext_________closed__16 = _init_l_tacticFunext_________closed__16(); lean_mark_persistent(l_tacticFunext_________closed__16); l_tacticFunext______ = _init_l_tacticFunext______(); lean_mark_persistent(l_tacticFunext______); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__1); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__2 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__2(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__2); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__3 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__3(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__3); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__4); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__5); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__6); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__7); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__8 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__8(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__8); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__9); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__10); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__11); +l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12(); +lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___lambda__2___closed__12); l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1(); lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__1); l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__2(); @@ -17803,28 +17867,6 @@ l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8 lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__8); l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9(); lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__9); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__10); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__11); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__12); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__13); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__14); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__15); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__16); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__17); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__18); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__19); -l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20 = _init_l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20(); -lean_mark_persistent(l___aux__Init__NotationExtra______macroRules__tacticFunext________1___closed__20); l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__1 = _init_l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__1(); lean_mark_persistent(l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__1); l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__2 = _init_l_Array_foldrMUnsafe_fold___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__4___closed__2(); diff --git a/stage0/stdlib/Init/Prelude.c b/stage0/stdlib/Init/Prelude.c index cfca5732da96..0b0d1c9371d0 100644 --- a/stage0/stdlib/Init/Prelude.c +++ b/stage0/stdlib/Init/Prelude.c @@ -201,6 +201,7 @@ LEAN_EXPORT lean_object* l_instDecidableEqFin(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_getNumArgs___boxed(lean_object*); LEAN_EXPORT uint32_t l_instMaxUInt32(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_throwThe___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_instDecidableAsProp___boxed(lean_object*); uint64_t lean_string_hash(lean_object*); size_t lean_usize_of_nat_mk(lean_object*); LEAN_EXPORT lean_object* l_ite___rarg___boxed(lean_object*, lean_object*, lean_object*); @@ -468,6 +469,7 @@ static lean_object* l_Array_mkArray3___rarg___closed__1; LEAN_EXPORT lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_System_Platform_numBits; LEAN_EXPORT lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_instDecidableAsProp(uint8_t); LEAN_EXPORT lean_object* l_EStateM_instOrElseEStateM(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_extractMacroScopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_interpolatedStrLitKind; @@ -1274,6 +1276,23 @@ x_2 = lean_alloc_closure((void*)(l_decEq___rarg), 3, 0); return x_2; } } +LEAN_EXPORT uint8_t l_instDecidableAsProp(uint8_t x_1) { +_start: +{ +return x_1; +} +} +LEAN_EXPORT lean_object* l_instDecidableAsProp___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; uint8_t x_3; lean_object* x_4; +x_2 = lean_unbox(x_1); +lean_dec(x_1); +x_3 = l_instDecidableAsProp(x_2); +x_4 = lean_box(x_3); +return x_4; +} +} LEAN_EXPORT uint8_t l_Bool_decEq(uint8_t x_1, uint8_t x_2) { _start: { diff --git a/stage0/stdlib/Init/System/IO.c b/stage0/stdlib/Init/System/IO.c index 93c200cbbe90..294e4275bc65 100644 --- a/stage0/stdlib/Init/System/IO.c +++ b/stage0/stdlib/Init/System/IO.c @@ -17,6 +17,7 @@ LEAN_EXPORT lean_object* l_IO_FS_instInhabitedStream___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_unsafeIO___rarg(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_readToEnd___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_println___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__4; LEAN_EXPORT lean_object* l_IO_eprintln___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__12; static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__2; @@ -25,14 +26,13 @@ lean_object* lean_format_pretty(lean_object*, lean_object*); lean_object* lean_byte_array_copy_slice(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_termPrintln_x21_______closed__9; static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__9; +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__3; static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__18; LEAN_EXPORT lean_object* l_EIO_toIO_x27(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_eprint___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068_(uint8_t, uint8_t); lean_object* lean_io_cancel(lean_object*, lean_object*); static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__20; static lean_object* l_IO_FS_instInhabitedSystemTime___closed__1; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__3; static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__5; LEAN_EXPORT lean_object* l_IO_getNumHeartbeats___boxed(lean_object*); LEAN_EXPORT lean_object* l_EIO_toBaseIO___rarg(lean_object*, lean_object*); @@ -47,8 +47,6 @@ LEAN_EXPORT lean_object* l_IO_FS_Handle_readBinToEnd(lean_object*, lean_object*) lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_EIO_toIO(lean_object*, lean_object*); static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__13; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__1; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__9; static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__19; static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__23; lean_object* lean_io_prim_handle_put_str(lean_object*, lean_object*, lean_object*); @@ -75,7 +73,6 @@ lean_object* lean_string_from_utf8_unchecked(lean_object*); lean_object* lean_io_prim_handle_read(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_readFile___boxed(lean_object*, lean_object*); lean_object* lean_io_check_canceled(lean_object*); -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__6; LEAN_EXPORT lean_object* l_IO_appPath___boxed(lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__5; static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__13; @@ -88,8 +85,10 @@ static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init LEAN_EXPORT lean_object* l_EIO_asTask(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_mkPrim___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__20; +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__2; LEAN_EXPORT lean_object* l_EIO_toIO_x27___rarg(lean_object*, lean_object*); lean_object* lean_get_set_stdout(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofBuffer___elambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_termPrintln_x21_______closed__8; static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__3; @@ -111,9 +110,11 @@ LEAN_EXPORT lean_object* l_IO_FileRight_other___default; LEAN_EXPORT lean_object* l_IO_FileRight_flags___boxed(lean_object*); LEAN_EXPORT lean_object* l_IO_hasFinished___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_withIsolatedStreams___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_mapTasks___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_withStderr___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instOrElseEIO(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3264____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_withStderr(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofBuffer___elambda__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofHandle___elambda__3___boxed(lean_object*, lean_object*, lean_object*); @@ -121,6 +122,7 @@ static lean_object* l_IO_FS_instInhabitedSystemTime___closed__2; LEAN_EXPORT lean_object* l_IO_FS_instOrdSystemTime; LEAN_EXPORT lean_object* l_Lean_instEvalUnit___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_io_eprintln(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3169____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_write___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofHandle___elambda__2(lean_object*, lean_object*); uint8_t l_ByteArray_isEmpty(lean_object*); @@ -128,6 +130,7 @@ static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNone lean_object* lean_io_process_child_take_stdin(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_appDir___closed__1; static lean_object* l_termPrintln_x21_______closed__1; +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__1; LEAN_EXPORT lean_object* l_IO_FS_Mode_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_ST_Prim_Ref_get___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofHandle___elambda__5___boxed(lean_object*, lean_object*); @@ -139,7 +142,6 @@ static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__7; LEAN_EXPORT lean_object* l_IO_iterate(lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__17; static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__12; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__10; LEAN_EXPORT lean_object* l_IO_FS_Mode_noConfusion___rarg(uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_System_FilePath_metadata___boxed(lean_object*, lean_object*); lean_object* lean_io_getenv(lean_object*, lean_object*); @@ -151,6 +153,7 @@ static uint32_t l_IO_AccessRight_flags___closed__4; LEAN_EXPORT lean_object* l_IO_withStderr___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__16; lean_object* lean_io_remove_dir(lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__1; LEAN_EXPORT lean_object* l_IO_FS_DirEntry_path(lean_object*); static uint32_t l_IO_AccessRight_flags___closed__2; LEAN_EXPORT lean_object* l_IO_checkCanceled___boxed(lean_object*); @@ -164,6 +167,7 @@ LEAN_EXPORT lean_object* l_allocprof___boxed(lean_object*, lean_object*, lean_ob static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__1; LEAN_EXPORT lean_object* l_IO_FS_instInhabitedSystemTime; LEAN_EXPORT lean_object* l_Lean_instEval(lean_object*); +LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3264_(lean_object*, lean_object*); static lean_object* l_Lean_instEvalUnit___rarg___closed__2; static lean_object* l_termPrintln_x21_______closed__3; static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__10; @@ -177,20 +181,20 @@ static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21__ LEAN_EXPORT lean_object* l_IO_Process_Stdio_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_instMonadFinallyBaseIO; LEAN_EXPORT lean_object* l_System_FilePath_readDir___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3272____boxed(lean_object*, lean_object*); static uint32_t l_IO_AccessRight_flags___closed__12; LEAN_EXPORT lean_object* l_Lean_instEvalUnit___rarg(uint8_t, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__4; static uint32_t l_IO_AccessRight_flags___closed__8; -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_getStdout___boxed(lean_object*); LEAN_EXPORT lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556_; +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instEval__1___rarg(lean_object*, lean_object*, uint8_t, lean_object*); static lean_object* l_IO_FS_instInhabitedStream___closed__3; LEAN_EXPORT lean_object* l_System_FilePath_walkDir_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_FileType_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_readBinToEnd___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Mode_noConfusion___rarg___lambda__1___boxed(lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__9; lean_object* l_ByteArray_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_readBinToEnd_loop(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_lines(lean_object*, lean_object*); @@ -215,6 +219,7 @@ LEAN_EXPORT lean_object* l_IO_cancel___boxed(lean_object*, lean_object*, lean_ob static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__1; static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__5; LEAN_EXPORT lean_object* l_IO_withStdout___at_Lean_runEval___spec__2(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__10; static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__4; LEAN_EXPORT lean_object* l_IO_withStdin(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_createDirAll(lean_object*, lean_object*); @@ -226,8 +231,8 @@ static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21__ LEAN_EXPORT uint32_t l_IO_AccessRight_flags(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_writeBinFile(lean_object*, lean_object*, lean_object*); lean_object* lean_io_process_child_wait(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__5; LEAN_EXPORT lean_object* l_IO_println___at_Lean_instEval___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__5; static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__14; LEAN_EXPORT lean_object* l_IO_FS_createDirAll___lambda__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__20; @@ -245,7 +250,6 @@ lean_object* lean_io_mono_ms_now(lean_object*); static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__16; lean_object* lean_task_pure(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_createDirAll___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3177____boxed(lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__2; LEAN_EXPORT lean_object* l_IO_getStdin___boxed(lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__21; @@ -255,15 +259,16 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* lean_io_allocprof(lean_object*, lean_object*, lean_object*); lean_object* l_EStateM_instInhabitedEStateM___rarg(lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__18; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__4; static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__3; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__8; LEAN_EXPORT lean_object* l_IO_FS_instInhabitedStream___lambda__3___boxed(lean_object*, lean_object*); lean_object* l_String_dropRight(lean_object*, lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__25; +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__5; static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__10; LEAN_EXPORT lean_object* l_System_FilePath_isDir(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_Process_Stdio_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofBuffer___elambda__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_waitAny___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -280,7 +285,6 @@ LEAN_EXPORT lean_object* l_IO_FS_Stream_ofHandle___elambda__4___boxed(lean_objec LEAN_EXPORT lean_object* l_EIO_mapTask___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_EIO_mapTasks___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__8; -LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3177_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_Process_run___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__14; static lean_object* l_IO_Process_run___closed__1; @@ -313,6 +317,7 @@ lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_mk___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__25; LEAN_EXPORT lean_object* l_IO_FS_Handle_readToEnd_loop___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__8; LEAN_EXPORT lean_object* l_IO_print(lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__28; static lean_object* l_instMonadFinallyEIO___closed__1; @@ -321,9 +326,8 @@ LEAN_EXPORT lean_object* l_IO_appDir(lean_object*); LEAN_EXPORT lean_object* l_IO_withStderr___at_Lean_runEval___spec__4(lean_object*, lean_object*, lean_object*); 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*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__6; LEAN_EXPORT lean_object* lean_stream_of_handle(lean_object*); -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__8; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__3; lean_object* lean_io_process_spawn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_removeDirAll(lean_object*, lean_object*); lean_object* lean_io_map_task(lean_object*, lean_object*, lean_object*, lean_object*); @@ -335,6 +339,7 @@ lean_object* lean_get_stdin(lean_object*); static uint32_t l_IO_AccessRight_flags___closed__13; LEAN_EXPORT lean_object* l_IO_FS_instBEqSystemTime; static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__8; +LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3169_(lean_object*, lean_object*); lean_object* lean_get_stderr(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_instInhabitedStream___lambda__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_createDirAll___lambda__1(lean_object*, lean_object*, lean_object*); @@ -348,6 +353,7 @@ static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__4; LEAN_EXPORT lean_object* l_IO_Process_SpawnArgs_env___default; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__4; LEAN_EXPORT lean_object* l_IO_FS_withIsolatedStreams___rarg___lambda__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__12; LEAN_EXPORT lean_object* l_IO_FS_withIsolatedStreams___rarg___lambda__1(lean_object*, lean_object*, lean_object*); @@ -377,7 +383,6 @@ LEAN_EXPORT lean_object* l_EIO_toBaseIO(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags(uint8_t, uint8_t); static uint32_t l_IO_AccessRight_flags___closed__6; LEAN_EXPORT lean_object* l_IO_sleep___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____boxed(lean_object*, lean_object*); lean_object* lean_task_get_own(lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__13; extern lean_object* l_Std_Format_defWidth; @@ -403,9 +408,9 @@ lean_object* lean_io_prim_handle_get_line(lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__1; static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__16; static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__3; +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__3; LEAN_EXPORT uint8_t l_IO_AccessRight_write___default; static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__4; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__5; static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__9; static lean_object* l___auto____x40_Init_System_IO___hyg_1748____closed__6; static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__8; @@ -426,20 +431,19 @@ LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40 LEAN_EXPORT lean_object* l_IO_mapTask(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_EIO_mapTasks(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_BaseIO_bindTask___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3272_(lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__11; static lean_object* l_termPrintln_x21_______closed__5; LEAN_EXPORT lean_object* l_IO_FS_writeFile___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____boxed(lean_object*, lean_object*); static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__12; static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__6; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__6; LEAN_EXPORT lean_object* l_System_FilePath_walkDir_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__7; static uint32_t l_IO_AccessRight_flags___closed__1; LEAN_EXPORT lean_object* l_EIO_catchExceptions___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_withStdout___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_BaseIO_mapTasks_go(lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__6; LEAN_EXPORT lean_object* l_IO_FS_withFile___rarg(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_BaseIO_toIO(lean_object*); static lean_object* l_IO_Process_run___closed__2; @@ -477,7 +481,6 @@ LEAN_EXPORT lean_object* l_IO_setAccessRights___boxed(lean_object*, lean_object* lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Handle_putStr___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_bindTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__1; LEAN_EXPORT lean_object* l_IO_withStdin___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_EIO_bindTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__2; @@ -507,7 +510,6 @@ static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556__ static lean_object* l_termPrintln_x21_______closed__2; static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__6; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068____boxed(lean_object*, lean_object*); uint32_t lean_uint32_lor(uint32_t, uint32_t); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__22; uint32_t lean_uint32_shift_left(uint32_t, uint32_t); @@ -517,6 +519,7 @@ static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556__ static lean_object* l_IO___aux__Init__System__IO______macroRules__IO__tacticNonempty__list__1___closed__7; uint8_t lean_int_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_instBEqFileType; +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__7; LEAN_EXPORT lean_object* l_IO_FS_withIsolatedStreams___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_Handle_fopenFlags___closed__10; LEAN_EXPORT lean_object* l_IO_FS_FileType_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); @@ -533,6 +536,7 @@ LEAN_EXPORT uint32_t l_IO_FileRight_flags(lean_object*); static lean_object* l_termPrintln_x21_______closed__14; LEAN_EXPORT lean_object* l_IO_println___at_Lean_instEval__1___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_ofHandle___elambda__4(lean_object*, size_t, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__7; LEAN_EXPORT lean_object* l_IO_FS_Stream_Buffer_data___default; LEAN_EXPORT lean_object* l_IO_withStdin___rarg___lambda__2___boxed(lean_object*); static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__3; @@ -564,7 +568,6 @@ lean_object* lean_io_current_dir(lean_object*); LEAN_EXPORT lean_object* l_IO_getStderr___boxed(lean_object*); uint8_t lean_uint32_dec_lt(uint32_t, uint32_t); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__21; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__2; static lean_object* l_IO_FS_instReprDirEntry___closed__1; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__19; @@ -574,6 +577,7 @@ LEAN_EXPORT lean_object* l_IO_FS_instReprMetadata; static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__10; LEAN_EXPORT lean_object* l_IO_FS_Stream_ofHandle___elambda__3(lean_object*, lean_object*, lean_object*); lean_object* lean_io_error_to_string(lean_object*); +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060____boxed(lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895____closed__3; LEAN_EXPORT lean_object* l_IO_mapTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -600,7 +604,6 @@ LEAN_EXPORT lean_object* l_IO_FS_Mode_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_IO_asTask___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_eprintln(lean_object*); lean_object* lean_io_wait(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111_(lean_object*, lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__1; lean_object* lean_array_get_size(lean_object*); static lean_object* l_IO_tacticNonempty__list____x40_Init_System_IO___hyg_1556____closed__5; @@ -616,15 +619,13 @@ LEAN_EXPORT lean_object* l_IO_withStdin___rarg(lean_object*, lean_object*, lean_ static lean_object* l_IO_FS_instReprSystemTime___closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); static uint32_t l_IO_AccessRight_flags___closed__7; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__7; LEAN_EXPORT lean_object* l_Lean_instEvalIO___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__2; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__7; LEAN_EXPORT lean_object* l_IO_sleep___lambda__1___boxed(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_instMonadLiftBaseIOEIO(lean_object*, lean_object*); lean_object* lean_io_get_random_bytes(size_t, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_readBinFile(lean_object*, lean_object*); +static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__2; LEAN_EXPORT lean_object* l_EIO_asTask___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ByteArray_findIdx_x3f_loop___at_IO_FS_Stream_ofBuffer___elambda__2___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_termPrintln_x21_______closed__6; @@ -653,7 +654,6 @@ LEAN_EXPORT lean_object* l_IO_setAccessRights(lean_object*, lean_object*, lean_o LEAN_EXPORT lean_object* l_IO_FS_withIsolatedStreams(lean_object*, lean_object*); static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__9; static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__10; -static lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__4; static lean_object* l___aux__Init__System__IO______macroRules__termPrintln_x21______1___closed__18; LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprFileType____x40_Init_System_IO___hyg_2895_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_instMonadFinallyEIO(lean_object*); @@ -4725,7 +4725,7 @@ x_1 = l_IO_FS_instReprFileType___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -4737,7 +4737,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060____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; @@ -4745,7 +4745,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068_(x_3, x_4); +x_5 = l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -4754,7 +4754,7 @@ static lean_object* _init_l_IO_FS_instBEqFileType___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060____boxed), 2, 0); return x_1; } } @@ -4766,7 +4766,7 @@ x_1 = l_IO_FS_instBEqFileType___closed__1; return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__1() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__1() { _start: { lean_object* x_1; @@ -4774,33 +4774,33 @@ x_1 = lean_mk_string_from_bytes("sec", 3); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__2() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__1; +x_1 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____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_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__3() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__2; +x_2 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____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___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__4() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__3; +x_1 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__3; x_2 = l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -4808,7 +4808,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__5() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -4817,7 +4817,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__6() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__6() { _start: { lean_object* x_1; @@ -4825,17 +4825,17 @@ x_1 = lean_mk_string_from_bytes("nsec", 4); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__7() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__6; +x_1 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__6; 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_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103_(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; uint32_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_object* x_32; lean_object* x_33; lean_object* x_34; @@ -4843,7 +4843,7 @@ x_3 = lean_ctor_get(x_1, 0); x_4 = l_Int_repr(x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__5; +x_6 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__5; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -4851,7 +4851,7 @@ 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___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__4; +x_10 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__4; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -4863,7 +4863,7 @@ 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___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__7; +x_16 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__7; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); @@ -4904,11 +4904,11 @@ lean_ctor_set_uint8(x_34, sizeof(void*)*1, x_8); return x_34; } } -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111_(x_1, x_2); +x_3 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; @@ -4918,7 +4918,7 @@ static lean_object* _init_l_IO_FS_instReprSystemTime___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____boxed), 2, 0); return x_1; } } @@ -4930,7 +4930,7 @@ x_1 = l_IO_FS_instReprSystemTime___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3177_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3169_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint32_t x_4; lean_object* x_5; uint32_t x_6; uint8_t x_7; @@ -4953,11 +4953,11 @@ return x_9; } } } -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3177____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3169____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3177_(x_1, x_2); +x_3 = l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3169_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -4968,7 +4968,7 @@ static lean_object* _init_l_IO_FS_instBEqSystemTime___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3177____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_beqSystemTime____x40_Init_System_IO___hyg_3169____boxed), 2, 0); return x_1; } } @@ -4980,7 +4980,7 @@ x_1 = l_IO_FS_instBEqSystemTime___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3272_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3264_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint32_t x_4; lean_object* x_5; uint32_t x_6; uint8_t x_7; @@ -5036,11 +5036,11 @@ return x_15; } } } -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3272____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3264____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3272_(x_1, x_2); +x_3 = l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3264_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -5051,7 +5051,7 @@ static lean_object* _init_l_IO_FS_instOrdSystemTime___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3272____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_ordSystemTime____x40_Init_System_IO___hyg_3264____boxed), 2, 0); return x_1; } } @@ -5108,7 +5108,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__1() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__1() { _start: { lean_object* x_1; @@ -5116,33 +5116,33 @@ x_1 = lean_mk_string_from_bytes("accessed", 8); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__2() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__1; +x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____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_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__3() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__2; +x_2 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____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___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__4() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__3; +x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__3; x_2 = l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -5150,7 +5150,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__5() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__5() { _start: { lean_object* x_1; @@ -5158,17 +5158,17 @@ x_1 = lean_mk_string_from_bytes("modified", 8); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__6() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__5; +x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__5; 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_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__7() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__7() { _start: { lean_object* x_1; @@ -5176,17 +5176,17 @@ x_1 = lean_mk_string_from_bytes("byteSize", 8); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__8() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__7; +x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__7; 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_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__9() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__9() { _start: { lean_object* x_1; @@ -5194,23 +5194,23 @@ x_1 = lean_mk_string_from_bytes("type", 4); return x_1; } } -static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__10() { +static lean_object* _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__9; +x_1 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__9; 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_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438_(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; uint64_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; lean_object* x_37; 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; 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; x_3 = lean_ctor_get(x_1, 0); x_4 = lean_unsigned_to_nat(0u); -x_5 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111_(x_3, x_4); +x_5 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103_(x_3, x_4); x_6 = l___private_Init_System_IO_0__IO_FS_reprDirEntry____x40_Init_System_IO___hyg_2797____closed__14; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); @@ -5219,7 +5219,7 @@ 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___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__4; +x_10 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__4; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -5231,7 +5231,7 @@ 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___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__6; +x_16 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__6; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); @@ -5240,7 +5240,7 @@ x_19 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_19, 0, x_17); lean_ctor_set(x_19, 1, x_18); x_20 = lean_ctor_get(x_1, 1); -x_21 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111_(x_20, x_4); +x_21 = l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103_(x_20, x_4); x_22 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_22, 0, x_6); lean_ctor_set(x_22, 1, x_21); @@ -5256,7 +5256,7 @@ lean_ctor_set(x_25, 1, x_12); x_26 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_14); -x_27 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__8; +x_27 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__8; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_26); lean_ctor_set(x_28, 1, x_27); @@ -5283,7 +5283,7 @@ lean_ctor_set(x_37, 1, x_12); x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_14); -x_39 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__10; +x_39 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__10; x_40 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); @@ -5320,11 +5320,11 @@ lean_ctor_set_uint8(x_54, sizeof(void*)*1, x_8); return x_54; } } -LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446_(x_1, x_2); +x_3 = l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; @@ -5334,7 +5334,7 @@ static lean_object* _init_l_IO_FS_instReprMetadata___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____boxed), 2, 0); return x_1; } } @@ -5380,7 +5380,7 @@ x_5 = lean_ctor_get(x_3, 0); x_6 = lean_ctor_get_uint8(x_5, sizeof(void*)*2 + 8); lean_dec(x_5); x_7 = 0; -x_8 = l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068_(x_6, x_7); +x_8 = l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060_(x_6, x_7); x_9 = lean_box(x_8); lean_ctor_set(x_3, 0, x_9); return x_3; @@ -5396,7 +5396,7 @@ lean_dec(x_3); x_12 = lean_ctor_get_uint8(x_10, sizeof(void*)*2 + 8); lean_dec(x_10); x_13 = 0; -x_14 = l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3068_(x_12, x_13); +x_14 = l___private_Init_System_IO_0__IO_FS_beqFileType____x40_Init_System_IO___hyg_3060_(x_12, x_13); x_15 = lean_box(x_14); x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_15); @@ -11077,20 +11077,20 @@ l_IO_FS_instBEqFileType___closed__1 = _init_l_IO_FS_instBEqFileType___closed__1( lean_mark_persistent(l_IO_FS_instBEqFileType___closed__1); l_IO_FS_instBEqFileType = _init_l_IO_FS_instBEqFileType(); lean_mark_persistent(l_IO_FS_instBEqFileType); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__1 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__1(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__1); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__2 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__2(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__2); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__3 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__3(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__3); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__4 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__4(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__4); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__5 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__5(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__5); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__6 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__6(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__6); -l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__7 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__7(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3111____closed__7); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__1 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__1(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__1); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__2 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__2(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__2); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__3 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__3(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__3); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__4 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__4(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__4); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__5 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__5(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__5); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__6 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__6(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__6); +l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__7 = _init_l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__7(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprSystemTime____x40_Init_System_IO___hyg_3103____closed__7); l_IO_FS_instReprSystemTime___closed__1 = _init_l_IO_FS_instReprSystemTime___closed__1(); lean_mark_persistent(l_IO_FS_instReprSystemTime___closed__1); l_IO_FS_instReprSystemTime = _init_l_IO_FS_instReprSystemTime(); @@ -11113,26 +11113,26 @@ l_IO_FS_instLTSystemTime = _init_l_IO_FS_instLTSystemTime(); lean_mark_persistent(l_IO_FS_instLTSystemTime); l_IO_FS_instLESystemTime = _init_l_IO_FS_instLESystemTime(); lean_mark_persistent(l_IO_FS_instLESystemTime); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__1 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__1(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__1); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__2 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__2(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__2); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__3 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__3(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__3); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__4 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__4(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__4); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__5 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__5(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__5); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__6 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__6(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__6); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__7 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__7(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__7); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__8 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__8(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__8); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__9 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__9(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__9); -l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__10 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__10(); -lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3446____closed__10); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__1 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__1(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__1); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__2 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__2(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__2); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__3 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__3(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__3); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__4 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__4(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__4); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__5 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__5(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__5); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__6 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__6(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__6); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__7 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__7(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__7); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__8 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__8(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__8); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__9 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__9(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__9); +l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__10 = _init_l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__10(); +lean_mark_persistent(l___private_Init_System_IO_0__IO_FS_reprMetadata____x40_Init_System_IO___hyg_3438____closed__10); l_IO_FS_instReprMetadata___closed__1 = _init_l_IO_FS_instReprMetadata___closed__1(); lean_mark_persistent(l_IO_FS_instReprMetadata___closed__1); l_IO_FS_instReprMetadata = _init_l_IO_FS_instReprMetadata(); diff --git a/stage0/stdlib/Init/System/Uri.c b/stage0/stdlib/Init/System/Uri.c index 7d713013c639..22103bc9b52f 100644 --- a/stage0/stdlib/Init/System/Uri.c +++ b/stage0/stdlib/Init/System/Uri.c @@ -1127,95 +1127,95 @@ return x_1; LEAN_EXPORT lean_object* l_System_Uri_UriEscape_uriEscapeAsciiChar(uint32_t x_1) { _start: { -lean_object* x_2; uint8_t x_3; -x_2 = l_System_Uri_UriEscape_rfc3986ReservedChars; -x_3 = l_List_elem___at_System_FilePath_normalize___spec__1(x_1, x_2); -if (x_3 == 0) +uint8_t x_2; lean_object* x_26; uint8_t x_27; +x_26 = l_System_Uri_UriEscape_rfc3986ReservedChars; +x_27 = l_List_elem___at_System_FilePath_normalize___spec__1(x_1, x_26); +if (x_27 == 0) { -uint32_t x_4; uint8_t x_5; -x_4 = 32; -x_5 = lean_uint32_dec_lt(x_1, x_4); -if (x_5 == 0) +uint32_t x_28; uint8_t x_29; +x_28 = 32; +x_29 = lean_uint32_dec_lt(x_1, x_28); +x_2 = x_29; +goto block_25; +} +else { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_uint32_to_nat(x_1); -x_7 = lean_unsigned_to_nat(127u); -x_8 = lean_nat_dec_lt(x_6, x_7); -lean_dec(x_6); -if (x_8 == 0) +uint8_t x_30; +x_30 = 1; +x_2 = x_30; +goto block_25; +} +block_25: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_9 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; -x_10 = lean_string_push(x_9, x_1); -x_11 = lean_string_to_utf8(x_10); -lean_dec(x_10); -x_12 = lean_byte_array_size(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (x_14 == 0) +if (x_2 == 0) { -lean_object* x_15; -lean_dec(x_12); -lean_dec(x_11); -x_15 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; -return x_15; +lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_3 = lean_uint32_to_nat(x_1); +x_4 = lean_unsigned_to_nat(127u); +x_5 = lean_nat_dec_lt(x_3, x_4); +lean_dec(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 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; +x_7 = lean_string_push(x_6, x_1); +x_8 = lean_string_to_utf8(x_7); +lean_dec(x_7); +x_9 = lean_byte_array_size(x_8); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_nat_dec_lt(x_10, x_9); +if (x_11 == 0) +{ +lean_object* x_12; +lean_dec(x_9); +lean_dec(x_8); +x_12 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; +return x_12; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_12, x_12); -if (x_16 == 0) +uint8_t x_13; +x_13 = lean_nat_dec_le(x_9, x_9); +if (x_13 == 0) { -lean_object* x_17; -lean_dec(x_12); -lean_dec(x_11); -x_17 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; -return x_17; +lean_object* x_14; +lean_dec(x_9); +lean_dec(x_8); +x_14 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; +return x_14; } else { -size_t x_18; size_t x_19; lean_object* x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_20 = l_ByteArray_foldlMUnsafe_fold___at_System_Uri_UriEscape_uriEscapeAsciiChar___spec__1(x_11, x_18, x_19, x_9); -lean_dec(x_11); -return x_20; +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = 0; +x_16 = lean_usize_of_nat(x_9); +lean_dec(x_9); +x_17 = l_ByteArray_foldlMUnsafe_fold___at_System_Uri_UriEscape_uriEscapeAsciiChar___spec__1(x_8, x_15, x_16, x_6); +lean_dec(x_8); +return x_17; } } } else { -lean_object* x_21; lean_object* x_22; -x_21 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; -x_22 = lean_string_push(x_21, x_1); -return x_22; +lean_object* x_18; lean_object* x_19; +x_18 = l_System_Uri_UriEscape_uriEscapeAsciiChar___closed__1; +x_19 = lean_string_push(x_18, x_1); +return x_19; } } else { -lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_23 = lean_uint32_to_nat(x_1); -x_24 = lean_uint8_of_nat(x_23); -lean_dec(x_23); -x_25 = l_System_Uri_UriEscape_uriEscapeAsciiChar_uInt8ToHex(x_24); -x_26 = l_ByteArray_foldlMUnsafe_fold___at_System_Uri_UriEscape_uriEscapeAsciiChar___spec__1___closed__1; -x_27 = lean_string_append(x_26, x_25); -lean_dec(x_25); -return x_27; -} +lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_20 = lean_uint32_to_nat(x_1); +x_21 = lean_uint8_of_nat(x_20); +lean_dec(x_20); +x_22 = l_System_Uri_UriEscape_uriEscapeAsciiChar_uInt8ToHex(x_21); +x_23 = l_ByteArray_foldlMUnsafe_fold___at_System_Uri_UriEscape_uriEscapeAsciiChar___spec__1___closed__1; +x_24 = lean_string_append(x_23, x_22); +lean_dec(x_22); +return x_24; } -else -{ -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_28 = lean_uint32_to_nat(x_1); -x_29 = lean_uint8_of_nat(x_28); -lean_dec(x_28); -x_30 = l_System_Uri_UriEscape_uriEscapeAsciiChar_uInt8ToHex(x_29); -x_31 = l_ByteArray_foldlMUnsafe_fold___at_System_Uri_UriEscape_uriEscapeAsciiChar___spec__1___closed__1; -x_32 = lean_string_append(x_31, x_30); -lean_dec(x_30); -return x_32; } } } @@ -1578,104 +1578,121 @@ return x_1; LEAN_EXPORT lean_object* l_System_Uri_fileUriToPath_x3f(lean_object* x_1) { _start: { -lean_object* x_2; uint8_t x_3; -x_2 = l_System_Uri_pathToUri___lambda__1___closed__3; +uint8_t x_2; lean_object* x_40; uint8_t x_41; +x_40 = l_System_Uri_pathToUri___lambda__1___closed__3; lean_inc(x_1); -x_3 = l_String_startsWith(x_1, x_2); -if (x_3 == 0) +x_41 = l_String_startsWith(x_1, x_40); +if (x_41 == 0) { -lean_object* x_4; -lean_dec(x_1); -x_4 = lean_box(0); -return x_4; +uint8_t x_42; +x_42 = 1; +x_2 = x_42; +goto block_39; } else { -lean_object* x_5; 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_5 = l_System_Uri_UriEscape_decodeUri(x_1); +uint8_t x_43; +x_43 = 0; +x_2 = x_43; +goto block_39; +} +block_39: +{ +if (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; uint8_t x_9; +x_3 = l_System_Uri_UriEscape_decodeUri(x_1); lean_dec(x_1); -x_6 = l_System_Uri_fileUriToPath_x3f___closed__1; -x_7 = l_String_drop(x_5, x_6); -x_8 = l_System_Uri_fileUriToPath_x3f___closed__2; -x_9 = l_String_dropWhile(x_7, x_8); -lean_dec(x_7); -x_10 = l_System_Uri_fileUriToPath_x3f___closed__3; -x_11 = l_System_Platform_isWindows; -if (x_11 == 0) +x_4 = l_System_Uri_fileUriToPath_x3f___closed__1; +x_5 = l_String_drop(x_3, x_4); +x_6 = l_System_Uri_fileUriToPath_x3f___closed__2; +x_7 = l_String_dropWhile(x_5, x_6); +lean_dec(x_5); +x_8 = l_System_Uri_fileUriToPath_x3f___closed__3; +x_9 = l_System_Platform_isWindows; +if (x_9 == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = lean_box(0); -x_13 = lean_apply_2(x_10, x_9, x_12); -return x_13; +lean_object* x_10; lean_object* x_11; +x_10 = lean_box(0); +x_11 = lean_apply_2(x_8, x_7, x_10); +return x_11; } else { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_string_length(x_9); -x_15 = lean_unsigned_to_nat(2u); -x_16 = lean_nat_dec_le(x_15, x_14); -lean_dec(x_14); -if (x_16 == 0) +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_string_length(x_7); +x_13 = lean_unsigned_to_nat(2u); +x_14 = lean_nat_dec_le(x_13, x_12); +lean_dec(x_12); +if (x_14 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = lean_box(0); -x_18 = lean_apply_2(x_10, x_9, x_17); -return x_18; +lean_object* x_15; lean_object* x_16; +x_15 = lean_box(0); +x_16 = lean_apply_2(x_8, x_7, x_15); +return x_16; } else { -lean_object* x_19; uint32_t x_20; uint32_t x_21; uint8_t x_22; -x_19 = lean_unsigned_to_nat(0u); -x_20 = lean_string_utf8_get(x_9, x_19); -x_21 = 47; -x_22 = lean_uint32_dec_eq(x_20, x_21); -if (x_22 == 0) +lean_object* x_17; uint32_t x_18; uint32_t x_19; uint8_t x_20; +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_string_utf8_get(x_7, x_17); +x_19 = 47; +x_20 = lean_uint32_dec_eq(x_18, x_19); +if (x_20 == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_box(0); -x_24 = lean_apply_2(x_10, x_9, x_23); -return x_24; +lean_object* x_21; lean_object* x_22; +x_21 = lean_box(0); +x_22 = lean_apply_2(x_8, x_7, x_21); +return x_22; } else { -lean_object* x_25; uint32_t x_26; uint8_t x_27; -x_25 = lean_unsigned_to_nat(1u); -x_26 = lean_string_utf8_get(x_9, x_25); -x_27 = l_Char_isAlpha(x_26); -if (x_27 == 0) +lean_object* x_23; uint32_t x_24; uint8_t x_25; +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_string_utf8_get(x_7, x_23); +x_25 = l_Char_isAlpha(x_24); +if (x_25 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_box(0); -x_29 = lean_apply_2(x_10, x_9, x_28); -return x_29; +lean_object* x_26; lean_object* x_27; +x_26 = lean_box(0); +x_27 = lean_apply_2(x_8, x_7, x_26); +return x_27; } else { -uint32_t x_30; uint32_t x_31; uint8_t x_32; -x_30 = lean_string_utf8_get(x_9, x_15); -x_31 = 58; -x_32 = lean_uint32_dec_eq(x_30, x_31); -if (x_32 == 0) +uint32_t x_28; uint32_t x_29; uint8_t x_30; +x_28 = lean_string_utf8_get(x_7, x_13); +x_29 = 58; +x_30 = lean_uint32_dec_eq(x_28, x_29); +if (x_30 == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = lean_box(0); -x_34 = lean_apply_2(x_10, x_9, x_33); -return x_34; +lean_object* x_31; lean_object* x_32; +x_31 = lean_box(0); +x_32 = lean_apply_2(x_8, x_7, x_31); +return x_32; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_35 = l_String_drop(x_9, x_25); -x_36 = l_System_Uri_fileUriToPath_x3f___closed__4; -x_37 = l_String_modify(x_35, x_19, x_36); -x_38 = lean_box(0); -x_39 = lean_apply_2(x_10, x_37, x_38); -return x_39; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_33 = l_String_drop(x_7, x_23); +x_34 = l_System_Uri_fileUriToPath_x3f___closed__4; +x_35 = l_String_modify(x_33, x_17, x_34); +x_36 = lean_box(0); +x_37 = lean_apply_2(x_8, x_35, x_36); +return x_37; +} } } } } } +else +{ +lean_object* x_38; +lean_dec(x_1); +x_38 = lean_box(0); +return x_38; +} } } } diff --git a/stage0/stdlib/Lean/Attributes.c b/stage0/stdlib/Lean/Attributes.c index 02d6b6e9aec0..79ea10869ec7 100644 --- a/stage0/stdlib/Lean/Attributes.c +++ b/stage0/stdlib/Lean/Attributes.c @@ -18,7 +18,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getBuiltinAt static lean_object* l_Lean_registerTagAttribute___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_registerParametricAttribute___rarg___lambda__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_ParametricAttributeImpl_afterImport___default___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__8; LEAN_EXPORT uint8_t l_Lean_instInhabitedAttributeApplicationTime; LEAN_EXPORT lean_object* l_Lean_instMonadLiftImportMAttrM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getAttrParamOptPrio(lean_object*, lean_object*, lean_object*, lean_object*); @@ -39,10 +38,10 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getBuiltin static lean_object* l_Lean_registerParametricAttribute___rarg___lambda__4___closed__4; LEAN_EXPORT lean_object* l_Lean_Attribute_Builtin_getPrio(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_mkAttributeImplOfBuilder___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__1; LEAN_EXPORT lean_object* l_Lean_instInhabitedAttributeExtensionState; static lean_object* l_Lean_registerEnumAttributes___rarg___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_registerEnumAttributes___rarg___lambda__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542_(lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); static lean_object* l_Lean_registerBuiltinAttribute___lambda__1___closed__1; uint8_t lean_usize_dec_le(size_t, size_t); @@ -58,6 +57,7 @@ static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__23; size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Attributes_0__Lean_AttributeExtension_addImported___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getBuiltinAttributeImpl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550_(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_instMonadLiftImportMAttrM(lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); @@ -82,7 +82,6 @@ LEAN_EXPORT lean_object* l_Lean_instInhabitedAttributeImpl; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__7; lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__6; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_getAttrParamOptPrio___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_518____closed__1; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); @@ -107,6 +106,7 @@ static lean_object* l_Lean_registerAttributeImplBuilder___closed__1; static lean_object* l_Lean_instInhabitedParametricAttribute___closed__1; uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__15; +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3844____spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_EnumAttributes_setValue___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerEnumAttributes___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); @@ -130,6 +130,7 @@ static lean_object* l_Lean_instInhabitedAttributeImpl___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_registerAttributeImplBuilder___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isAttribute___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_518_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__1(lean_object*); static lean_object* l_Lean_registerTagAttribute___closed__1; lean_object* l_Lean_initializing(lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_registerParametricAttribute___spec__2___rarg___lambda__1___boxed(lean_object*, lean_object*); @@ -138,6 +139,7 @@ static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__13; LEAN_EXPORT lean_object* l_Lean_updateEnvAttributesImpl___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerTagAttribute___lambda__2(lean_object*, lean_object*); static uint32_t l_Lean_instInhabitedTagAttribute___lambda__1___closed__1; +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__4; LEAN_EXPORT lean_object* l_Lean_registerTagAttribute___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_getIdent___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Attribute_add___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -148,6 +150,7 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Attribute_Builtin_ensureN size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_registerParametricAttribute___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedTagAttribute___lambda__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3844____spec__1(lean_object*); static lean_object* l_Lean_registerTagAttribute___closed__5; static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__6; static lean_object* l_Lean_registerTagAttribute___closed__2; @@ -223,13 +226,13 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_registerEnumAttributes___sp 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_getBuiltinAttributeImpl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_EnumAttributes_setValue___spec__1___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__7; LEAN_EXPORT lean_object* l_Lean_Attribute_add___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_registerParametricAttribute___spec__2(lean_object*); static lean_object* l_Lean_Attribute_Builtin_getIdent___closed__2; lean_object* l_EStateM_pure___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Attribute_Builtin_getIdent_x3f___closed__3; LEAN_EXPORT lean_object* l_Lean_ParametricAttributeImpl_afterImport___default___rarg(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__2; lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedAttributeImpl___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_ParametricAttribute_getParam_x3f___spec__2(lean_object*); @@ -239,11 +242,12 @@ static lean_object* l_Lean_registerTagAttribute___closed__3; LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_EnumAttributes_getValue___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_registerBuiltinAttribute___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_EnumAttributes_setValue___spec__1(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__3; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_registerTagAttribute___lambda__5___closed__1; static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__28; +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__5; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l___auto____x40_Lean_Attributes___hyg_266_; static lean_object* l_Lean_instInhabitedAttributeImplCore___closed__1; LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_ParametricAttribute_getParam_x3f___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -253,7 +257,6 @@ LEAN_EXPORT lean_object* l_Lean_AttributeKind_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_instToStringAttributeKind___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadLiftImportMAttrM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedAttributeImpl___closed__2; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_3836_(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedTagAttribute___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerAttributeImplBuilder___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); @@ -266,7 +269,6 @@ static lean_object* l_Lean_registerTagAttribute___lambda__6___closed__2; LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_mkAttributeImplOfBuilder___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_registerEnumAttributes___spec__1___rarg___boxed(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__9; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__2(lean_object*); static lean_object* l_Lean_registerBuiltinAttribute___lambda__2___closed__2; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_registerBuiltinAttribute___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); @@ -276,23 +278,24 @@ static lean_object* l_Lean_instToStringAttributeKind___closed__2; static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__26; LEAN_EXPORT uint8_t l_Lean_instInhabitedAttributeKind; static lean_object* l_Lean_Attribute_Builtin_ensureNoArgs___closed__1; -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3836____spec__1___boxed(lean_object*); static lean_object* l_Lean_Attribute_Builtin_getIdent___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Attribute_Builtin_getIdent_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Attributes___hyg_3174_; LEAN_EXPORT lean_object* l_Lean_EnumAttributes_getValue___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqAttributeKind; lean_object* lean_usize_to_nat(size_t); static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__5; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getBuiltinAttributeImpl___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_getBuiltinAttributeNames(lean_object*); LEAN_EXPORT lean_object* l_Lean_Attribute_Builtin_getId_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_mkAttributeImplOfBuilder___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_3844_(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Attributes_0__Lean_beqAttributeKind____x40_Lean_Attributes___hyg_367____boxed(lean_object*, lean_object*); static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__27; LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_registerParametricAttribute___spec__2___rarg___lambda__1(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__1; static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__16; LEAN_EXPORT lean_object* l_Lean_registerParametricAttribute___rarg___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParametricAttribute_setParam___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -303,7 +306,6 @@ LEAN_EXPORT lean_object* l_Lean_instInhabitedTagAttribute; LEAN_EXPORT lean_object* l_Lean_instInhabitedTagAttribute___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_ParametricAttribute_setParam___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkAttributeImplOfBuilder(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__7; static lean_object* l_Lean_registerAttributeImplBuilder___closed__2; LEAN_EXPORT lean_object* l_Lean_registerTagAttribute___lambda__4(lean_object*); static lean_object* l_Lean_registerTagAttribute___lambda__4___closed__4; @@ -320,11 +322,10 @@ extern lean_object* l_Lean_NameSet_empty; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_getBuiltinAttributeNames___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_update_env_attributes(lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedTagAttribute___closed__3; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__1(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__8; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_registerBuiltinAttribute___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_518____closed__3; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_registerEnumAttributes___spec__3(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__4; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_registerEnumAttributes___spec__3___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_registerEnumAttributes___rarg___lambda__3(lean_object*); static lean_object* l_Lean_registerTagAttribute___lambda__4___closed__1; @@ -335,9 +336,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Attributes_0__Lean_AttributeExtension_ LEAN_EXPORT lean_object* l_Lean_registerParametricAttribute___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_EnumAttributes_getValue___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_registerEnumAttributes___spec__3___rarg___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_initFn____x40_Lean_Attributes___hyg_4550____closed__3; static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__21; LEAN_EXPORT lean_object* l_Lean_AttributeImpl_erase___default___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3836____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_registerAttributeImplBuilder___spec__5(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParametricAttribute_getParam_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -360,6 +361,7 @@ LEAN_EXPORT lean_object* l_Lean_registerTagAttribute___boxed(lean_object*, lean_ static lean_object* l_Lean_registerEnumAttributes___rarg___lambda__3___closed__2; uint8_t l_Lean_Syntax_isNone(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_ParametricAttribute_getParam_x3f___spec__1___rarg___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__6; static lean_object* l_Lean_Attribute_Builtin_getIdent_x3f___closed__1; static lean_object* l_Lean_AttributeImpl_erase___default___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_instInhabitedTagAttribute___lambda__3(lean_object*); @@ -368,12 +370,12 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_EnumAttributes_getValue___ LEAN_EXPORT lean_object* l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23____boxed(lean_object*, lean_object*); uint32_t lean_uint32_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_registerAttributeOfDecl___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Attributes___hyg_1749_; lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_registerBuiltinAttribute___spec__6(lean_object*, size_t, lean_object*); static lean_object* l_Lean_mkAttributeImplOfConstantUnsafe___closed__1; static lean_object* l_Lean_instInhabitedTagAttribute___closed__1; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_registerParametricAttribute___spec__1___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerAttributeOfDecl(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TagAttribute_hasTag___boxed(lean_object*, lean_object*, lean_object*); @@ -387,6 +389,7 @@ static lean_object* l_Lean_registerTagAttribute___closed__4; LEAN_EXPORT lean_object* l_Lean_AttributeImpl_erase___default(lean_object*); LEAN_EXPORT uint8_t l_Lean_AttributeImplCore_applicationTime___default; lean_object* l_List_reverse___rarg(lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Attributes___hyg_1752_; size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_mkAttributeImplOfEntry___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); @@ -421,7 +424,6 @@ static lean_object* l_Lean_registerEnumAttributes___rarg___lambda__3___closed__1 static lean_object* l___auto____x40_Lean_Attributes___hyg_266____closed__2; static lean_object* l_Lean_Attribute_Builtin_ensureNoArgs___closed__2; LEAN_EXPORT lean_object* l_Lean_registerTagAttribute___lambda__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_initFn____x40_Lean_Attributes___hyg_4542____lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* lean_get_num_attributes(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_mkAttributeImplOfBuilder___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_mkAttributeImplOfConstantUnsafe___closed__4; @@ -451,7 +453,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_r static lean_object* l_Lean_registerParametricAttribute___rarg___lambda__4___closed__3; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedAttributeImpl___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Attributes___hyg_3168_; static lean_object* l_Lean_registerTagAttribute___lambda__7___closed__2; LEAN_EXPORT lean_object* l_Lean_registerTagAttribute___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Attribute_Builtin_ensureNoArgs___closed__6; @@ -500,7 +501,6 @@ LEAN_EXPORT lean_object* l_Lean_registerParametricAttribute(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_qsort_sort___at_Lean_mkTagDeclarationExtension___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerEnumAttributes___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__5; LEAN_EXPORT lean_object* l_Lean_ParametricAttributeImpl_afterSet___default___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedParametricAttribute(lean_object*); static lean_object* l_Lean_registerEnumAttributes___rarg___closed__1; @@ -2552,52 +2552,52 @@ static lean_object* _init_l_Lean_Attribute_Builtin_ensureNoArgs___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unexpected attribute argument", 29); +x_1 = lean_mk_string_from_bytes("Attr", 4); return x_1; } } static lean_object* _init_l_Lean_Attribute_Builtin_ensureNoArgs___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("class", 5); +return x_1; } } static lean_object* _init_l_Lean_Attribute_Builtin_ensureNoArgs___closed__3() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Attr", 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___auto____x40_Lean_Attributes___hyg_266____closed__1; +x_2 = l___auto____x40_Lean_Attributes___hyg_266____closed__2; +x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__1; +x_4 = l_Lean_Attribute_Builtin_ensureNoArgs___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_Attribute_Builtin_ensureNoArgs___closed__4() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("simple", 6); +x_1 = lean_mk_string_from_bytes("unexpected attribute argument", 29); return x_1; } } static lean_object* _init_l_Lean_Attribute_Builtin_ensureNoArgs___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___auto____x40_Lean_Attributes___hyg_266____closed__1; -x_2 = l___auto____x40_Lean_Attributes___hyg_266____closed__2; -x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__3; -x_4 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__4; -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; +x_1 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__4; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l_Lean_Attribute_Builtin_ensureNoArgs___closed__6() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("class", 5); +x_1 = lean_mk_string_from_bytes("simple", 6); return x_1; } } @@ -2607,7 +2607,7 @@ static lean_object* _init_l_Lean_Attribute_Builtin_ensureNoArgs___closed__7() { 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_Attributes___hyg_266____closed__1; x_2 = l___auto____x40_Lean_Attributes___hyg_266____closed__2; -x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__3; +x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__1; x_4 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -2616,140 +2616,99 @@ return x_5; LEAN_EXPORT lean_object* l_Lean_Attribute_Builtin_ensureNoArgs(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_5; uint8_t x_6; lean_object* x_18; uint8_t x_19; lean_inc(x_1); -x_11 = l_Lean_Syntax_getKind(x_1); -x_12 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__5; -x_13 = lean_name_eq(x_11, x_12); -if (x_13 == 0) -{ -lean_object* x_14; uint8_t x_15; -x_14 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__7; -x_15 = lean_name_eq(x_11, x_14); -lean_dec(x_11); -if (x_15 == 0) -{ -lean_object* x_16; -x_16 = lean_box(0); -x_5 = x_16; -goto block_10; -} -else +x_5 = l_Lean_Syntax_getKind(x_1); +x_18 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__7; +x_19 = lean_name_eq(x_5, x_18); +if (x_19 == 0) { -lean_object* x_17; lean_object* x_18; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_4); -return x_18; -} +uint8_t x_20; +x_20 = 0; +x_6 = x_20; +goto block_17; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = lean_unsigned_to_nat(1u); -x_20 = l_Lean_Syntax_getArg(x_1, x_19); -x_21 = l_Lean_Syntax_isNone(x_20); -lean_dec(x_20); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; -x_22 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__7; -x_23 = lean_name_eq(x_11, x_22); -lean_dec(x_11); +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_unsigned_to_nat(1u); +x_22 = l_Lean_Syntax_getArg(x_1, x_21); +x_23 = l_Lean_Syntax_isNone(x_22); +lean_dec(x_22); if (x_23 == 0) { -lean_object* x_24; -x_24 = lean_box(0); -x_5 = x_24; -goto block_10; +uint8_t x_24; +x_24 = 0; +x_6 = x_24; +goto block_17; } else { -lean_object* x_25; lean_object* x_26; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_4); -return x_26; +lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_25 = lean_unsigned_to_nat(2u); +x_26 = l_Lean_Syntax_getArg(x_1, x_25); +x_27 = l_Lean_Syntax_isNone(x_26); +lean_dec(x_26); +x_6 = x_27; +goto block_17; } } -else +block_17: { -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_unsigned_to_nat(2u); -x_28 = l_Lean_Syntax_getArg(x_1, x_27); -x_29 = l_Lean_Syntax_isNone(x_28); -lean_dec(x_28); -if (x_29 == 0) +if (x_6 == 0) { -lean_object* x_30; uint8_t x_31; -x_30 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__7; -x_31 = lean_name_eq(x_11, x_30); -lean_dec(x_11); -if (x_31 == 0) +lean_object* x_7; uint8_t x_8; +x_7 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__3; +x_8 = lean_name_eq(x_5, x_7); +lean_dec(x_5); +if (x_8 == 0) { -lean_object* x_32; -x_32 = lean_box(0); -x_5 = x_32; -goto block_10; +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_3); +lean_dec(x_2); +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_4); +return x_10; } else { -lean_object* x_33; lean_object* x_34; +lean_object* x_11; lean_object* x_12; +x_11 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__5; +x_12 = l_Lean_throwErrorAt___at_Lean_Attribute_Builtin_ensureNoArgs___spec__1(x_1, x_11, x_2, x_3, x_4); lean_dec(x_3); -lean_dec(x_2); lean_dec(x_1); -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_4); -return x_34; +return x_12; } } else { -lean_object* x_35; lean_object* x_36; -lean_dec(x_11); +lean_object* x_13; lean_object* x_14; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_35 = lean_box(0); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_4); -return x_36; -} +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_4); +return x_14; } } -block_10: +else { +lean_object* x_15; lean_object* x_16; lean_dec(x_5); -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_6; lean_object* x_7; lean_dec(x_3); lean_dec(x_2); -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_4); -return x_7; -} -else -{ -lean_object* x_8; lean_object* x_9; -x_8 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__2; -x_9 = l_Lean_throwErrorAt___at_Lean_Attribute_Builtin_ensureNoArgs___spec__1(x_1, x_8, x_2, x_3, x_4); -lean_dec(x_3); lean_dec(x_1); -return x_9; +x_15 = lean_box(0); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_4); +return x_16; } } } @@ -2882,7 +2841,7 @@ static lean_object* _init_l_Lean_Attribute_Builtin_getIdent_x3f___closed__2() { 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_Attributes___hyg_266____closed__1; x_2 = l___auto____x40_Lean_Attributes___hyg_266____closed__2; -x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__3; +x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__1; x_4 = l_Lean_Attribute_Builtin_getIdent_x3f___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -2902,7 +2861,7 @@ static lean_object* _init_l_Lean_Attribute_Builtin_getIdent_x3f___closed__4() { 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_Attributes___hyg_266____closed__1; x_2 = l___auto____x40_Lean_Attributes___hyg_266____closed__2; -x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__3; +x_3 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__1; x_4 = l_Lean_Attribute_Builtin_getIdent_x3f___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -2914,7 +2873,7 @@ LEAN_EXPORT lean_object* l_Lean_Attribute_Builtin_getIdent_x3f(lean_object* x_1, lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_inc(x_1); x_5 = l_Lean_Syntax_getKind(x_1); -x_6 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__5; +x_6 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__7; x_7 = lean_name_eq(x_5, x_6); if (x_7 == 0) { @@ -2930,7 +2889,7 @@ lean_dec(x_5); if (x_11 == 0) { lean_object* x_12; lean_object* x_13; -x_12 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__2; +x_12 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__5; x_13 = l_Lean_throwErrorAt___at_Lean_Attribute_Builtin_getIdent_x3f___spec__1(x_1, x_12, x_2, x_3, x_4); return x_13; } @@ -3626,7 +3585,7 @@ LEAN_EXPORT lean_object* l_Lean_Attribute_Builtin_getPrio(lean_object* x_1, lean lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_inc(x_1); x_5 = l_Lean_Syntax_getKind(x_1); -x_6 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__5; +x_6 = l_Lean_Attribute_Builtin_ensureNoArgs___closed__7; x_7 = lean_name_eq(x_5, x_6); lean_dec(x_5); if (x_7 == 0) @@ -3834,7 +3793,7 @@ lean_dec(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Attributes___hyg_1749_() { +static lean_object* _init_l___auto____x40_Lean_Attributes___hyg_1752_() { _start: { lean_object* x_1; @@ -6095,11 +6054,28 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_ParametricAttribute_setParam___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; +uint8_t x_5; lean_object* x_34; lean_inc(x_3); lean_inc(x_2); -x_5 = l_Lean_Environment_getModuleIdxFor_x3f(x_2, x_3); -if (lean_obj_tag(x_5) == 0) +x_34 = l_Lean_Environment_getModuleIdxFor_x3f(x_2, x_3); +if (lean_obj_tag(x_34) == 0) +{ +uint8_t x_35; +x_35 = 0; +x_5 = x_35; +goto block_33; +} +else +{ +uint8_t x_36; +lean_dec(x_34); +x_36 = 1; +x_5 = x_36; +goto block_33; +} +block_33: +{ +if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_6 = lean_box(0); @@ -6152,7 +6128,6 @@ return x_22; else { lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); @@ -6178,6 +6153,7 @@ return x_32; } } } +} LEAN_EXPORT lean_object* l_Lean_ParametricAttribute_setParam(lean_object* x_1) { _start: { @@ -6216,7 +6192,7 @@ x_2 = l_Lean_instInhabitedEnumAttributes___closed__1; return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Attributes___hyg_3168_() { +static lean_object* _init_l___auto____x40_Lean_Attributes___hyg_3174_() { _start: { lean_object* x_1; @@ -7422,11 +7398,28 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_EnumAttributes_setValue___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; +uint8_t x_5; lean_object* x_31; lean_inc(x_3); lean_inc(x_2); -x_5 = l_Lean_Environment_getModuleIdxFor_x3f(x_2, x_3); -if (lean_obj_tag(x_5) == 0) +x_31 = l_Lean_Environment_getModuleIdxFor_x3f(x_2, x_3); +if (lean_obj_tag(x_31) == 0) +{ +uint8_t x_32; +x_32 = 0; +x_5 = x_32; +goto block_30; +} +else +{ +uint8_t x_33; +lean_dec(x_31); +x_33 = 1; +x_5 = x_33; +goto block_30; +} +block_30: +{ +if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; x_6 = lean_box(0); @@ -7472,7 +7465,6 @@ return x_20; else { lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); @@ -7495,6 +7487,7 @@ return x_29; } } } +} LEAN_EXPORT lean_object* l_Lean_EnumAttributes_setValue(lean_object* x_1) { _start: { @@ -7513,7 +7506,7 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3836____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3844____spec__1(lean_object* x_1) { _start: { lean_object* x_2; @@ -7521,7 +7514,7 @@ x_2 = l_Lean_mkHashMapImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_3836_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_3844_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -7548,11 +7541,11 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3836____spec__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3844____spec__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3836____spec__1(x_1); +x_2 = l_Lean_mkHashMap___at_Lean_initFn____x40_Lean_Attributes___hyg_3844____spec__1(x_1); lean_dec(x_1); return x_2; } @@ -9035,7 +9028,7 @@ lean_ctor_set(x_11, 1, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__1(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; @@ -9050,7 +9043,7 @@ x_6 = l_List_toArrayAux___rarg(x_3, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__2(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; @@ -9067,7 +9060,7 @@ lean_ctor_set(x_8, 1, x_6); return x_8; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__1() { _start: { lean_object* x_1; @@ -9075,17 +9068,17 @@ x_1 = lean_mk_string_from_bytes("attributeExtension", 18); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___auto____x40_Lean_Attributes___hyg_266____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__3() { _start: { lean_object* x_1; @@ -9093,7 +9086,7 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Attributes_0__Lean_AttributeEx return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__4() { _start: { lean_object* x_1; @@ -9101,7 +9094,7 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Attributes_0__Lean_AttributeEx return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__5() { _start: { lean_object* x_1; @@ -9109,32 +9102,32 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Attributes_0__Lean_addAttrEntr return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__1), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__7() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__2___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__2___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__8() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__8() { _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_initFn____x40_Lean_Attributes___hyg_4542____closed__2; -x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__3; -x_3 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__4; -x_4 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__5; -x_5 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__6; -x_6 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__7; +x_1 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__2; +x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__3; +x_3 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__4; +x_4 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__5; +x_5 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__6; +x_6 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__7; x_7 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_2); @@ -9145,20 +9138,20 @@ lean_ctor_set(x_7, 5, x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__8; +x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__8; x_3 = l_Lean_registerPersistentEnvExtensionUnsafe___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__2___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4542____lambda__2(x_1); +x_2 = l_Lean_initFn____x40_Lean_Attributes___hyg_4550____lambda__2(x_1); lean_dec(x_1); return x_2; } @@ -10518,8 +10511,8 @@ l_Lean_instInhabitedTagAttribute___closed__8 = _init_l_Lean_instInhabitedTagAttr lean_mark_persistent(l_Lean_instInhabitedTagAttribute___closed__8); l_Lean_instInhabitedTagAttribute = _init_l_Lean_instInhabitedTagAttribute(); lean_mark_persistent(l_Lean_instInhabitedTagAttribute); -l___auto____x40_Lean_Attributes___hyg_1749_ = _init_l___auto____x40_Lean_Attributes___hyg_1749_(); -lean_mark_persistent(l___auto____x40_Lean_Attributes___hyg_1749_); +l___auto____x40_Lean_Attributes___hyg_1752_ = _init_l___auto____x40_Lean_Attributes___hyg_1752_(); +lean_mark_persistent(l___auto____x40_Lean_Attributes___hyg_1752_); l_Lean_registerTagAttribute___lambda__4___closed__1 = _init_l_Lean_registerTagAttribute___lambda__4___closed__1(); lean_mark_persistent(l_Lean_registerTagAttribute___lambda__4___closed__1); l_Lean_registerTagAttribute___lambda__4___closed__2 = _init_l_Lean_registerTagAttribute___lambda__4___closed__2(); @@ -10586,8 +10579,8 @@ l_Lean_ParametricAttribute_setParam___rarg___closed__3 = _init_l_Lean_Parametric lean_mark_persistent(l_Lean_ParametricAttribute_setParam___rarg___closed__3); l_Lean_instInhabitedEnumAttributes___closed__1 = _init_l_Lean_instInhabitedEnumAttributes___closed__1(); lean_mark_persistent(l_Lean_instInhabitedEnumAttributes___closed__1); -l___auto____x40_Lean_Attributes___hyg_3168_ = _init_l___auto____x40_Lean_Attributes___hyg_3168_(); -lean_mark_persistent(l___auto____x40_Lean_Attributes___hyg_3168_); +l___auto____x40_Lean_Attributes___hyg_3174_ = _init_l___auto____x40_Lean_Attributes___hyg_3174_(); +lean_mark_persistent(l___auto____x40_Lean_Attributes___hyg_3174_); l_Lean_registerEnumAttributes___rarg___lambda__3___closed__1 = _init_l_Lean_registerEnumAttributes___rarg___lambda__3___closed__1(); lean_mark_persistent(l_Lean_registerEnumAttributes___rarg___lambda__3___closed__1); l_Lean_registerEnumAttributes___rarg___lambda__3___closed__2 = _init_l_Lean_registerEnumAttributes___rarg___lambda__3___closed__2(); @@ -10604,7 +10597,7 @@ l_Lean_EnumAttributes_setValue___rarg___closed__1 = _init_l_Lean_EnumAttributes_ lean_mark_persistent(l_Lean_EnumAttributes_setValue___rarg___closed__1); l_Lean_EnumAttributes_setValue___rarg___closed__2 = _init_l_Lean_EnumAttributes_setValue___rarg___closed__2(); lean_mark_persistent(l_Lean_EnumAttributes_setValue___rarg___closed__2); -if (builtin) {res = l_Lean_initFn____x40_Lean_Attributes___hyg_3836_(lean_io_mk_world()); +if (builtin) {res = l_Lean_initFn____x40_Lean_Attributes___hyg_3844_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_attributeImplBuilderTableRef = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_attributeImplBuilderTableRef); @@ -10633,23 +10626,23 @@ l_Lean_mkAttributeImplOfConstantUnsafe___closed__3 = _init_l_Lean_mkAttributeImp lean_mark_persistent(l_Lean_mkAttributeImplOfConstantUnsafe___closed__3); l_Lean_mkAttributeImplOfConstantUnsafe___closed__4 = _init_l_Lean_mkAttributeImplOfConstantUnsafe___closed__4(); lean_mark_persistent(l_Lean_mkAttributeImplOfConstantUnsafe___closed__4); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__1 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__1); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__2 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__2); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__3 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__3); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__4 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__4); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__5 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__5); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__6 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__6); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__7 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__7); -l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__8 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4542____closed__8); -if (builtin) {res = l_Lean_initFn____x40_Lean_Attributes___hyg_4542_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__1 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__1); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__2 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__2); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__3 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__3); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__4 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__4); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__5 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__5); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__6 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__6); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__7 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__7(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__7); +l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__8 = _init_l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__8(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Attributes___hyg_4550____closed__8); +if (builtin) {res = l_Lean_initFn____x40_Lean_Attributes___hyg_4550_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_attributeExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_attributeExtension); diff --git a/stage0/stdlib/Lean/Class.c b/stage0/stdlib/Lean/Class.c index 43797f9d6d2c..5714b1c55280 100644 --- a/stage0/stdlib/Lean/Class.c +++ b/stage0/stdlib/Lean/Class.c @@ -15,14 +15,14 @@ extern "C" { #endif static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__4; LEAN_EXPORT lean_object* l_Lean_ClassState_switch(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__14; static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_120____closed__4; lean_object* lean_mk_empty_array_with_capacity(lean_object*); size_t lean_usize_shift_right(size_t, size_t); static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_120____closed__2; -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__1; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_ClassState_addEntry___spec__11(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__13; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__2; static lean_object* l_Lean_instInhabitedClassState___closed__2; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_ClassState_addEntry___spec__8(lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__2; @@ -32,10 +32,8 @@ uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l_Lean_addClass___closed__1; size_t lean_uint64_to_usize(uint64_t); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__12; static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_120____closed__6; lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__1; size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_ClassState_addEntry___spec__7(lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); @@ -44,6 +42,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getOutPara LEAN_EXPORT uint8_t l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_ClassState_addEntry___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_getOutParamPositions_x3f___spec__6___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__15; static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__4; LEAN_EXPORT uint8_t l_Lean_ClassEntry_lt(lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__5; @@ -51,45 +50,43 @@ lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, 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_throwError___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit___closed__1; lean_object* lean_environment_find(lean_object*, lean_object*); lean_object* l_Lean_Attribute_Builtin_ensureNoArgs(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_120____closed__3; -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1(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_928____closed__10; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__18; LEAN_EXPORT lean_object* lean_mk_outparam_args_implicit(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__2; uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__4; lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__9; 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_928____closed__18; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__5; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__14; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3___closed__2; static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_120____closed__5; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_ClassState_switch___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_hasOutParams___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_isClass___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedClassState; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__8; LEAN_EXPORT lean_object* l_Lean_ClassEntry_lt___boxed(lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); static lean_object* l_Lean_mkOutParamArgsImplicit_go___closed__6; static lean_object* l_Lean_SMap_empty___at_Lean_ClassState_outParamMap___default___spec__1___closed__3; size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__4; LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Class___hyg_120____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_isClass___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Class_0__Lean_checkOutParam(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_empty___at_Lean_ClassState_outParamMap___default___spec__1; LEAN_EXPORT lean_object* l_Lean_getOutParamPositions_x3f(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_isClass___spec__4(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Class_0__Lean_checkOutParam___closed__2; -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__17; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_getOutParamPositions_x3f___spec__5(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_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_ClassState_addEntry___spec__9(lean_object*, lean_object*, lean_object*); @@ -101,26 +98,25 @@ 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_Lean_PersistentHashMap_containsAtAux___at_Lean_isClass___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928_(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__8; lean_object* l_Lean_setEnv___at_Lean_registerParametricAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); 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); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__10; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__15; static lean_object* l_Lean_addClass___lambda__2___closed__4; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__1; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_list_to_array(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); uint8_t lean_is_out_param(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_ClassState_addEntry___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_120____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_getOutParamPositions_x3f___spec__6(lean_object*, lean_object*); 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*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__2; static lean_object* l_Lean_addClass___lambda__2___closed__2; 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*); @@ -128,69 +124,71 @@ LEAN_EXPORT lean_object* l_Lean_mkOutParamArgsImplicit_go(lean_object*, lean_obj 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_Class___hyg_120____closed__7; +LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ClassState_outParamMap___default; lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__7; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_ClassState_addEntry___spec__3___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_120____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933_(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__12; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_ClassState_outParamMap___default___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_ClassState_addEntry___spec__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_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_initFn____x40_Lean_Class___hyg_933____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__3; static lean_object* l_Lean_SMap_empty___at_Lean_ClassState_outParamMap___default___spec__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_isClass___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__11; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__6; lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); LEAN_EXPORT lean_object* l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_contains___at_Lean_isClass___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__2; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__11; 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_Lean_initFn____x40_Lean_Class___hyg_933____closed__13; LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_isClass___spec__2___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__16; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__2(lean_object*, 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; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getOutParamPositions_x3f___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isClass___boxed(lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_ClassState_outParamMap___default___spec__2___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); 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_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Class___hyg_120____spec__2(lean_object*, size_t, size_t, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__2; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__3; LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_ClassState_addEntry___spec__7___boxed(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*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__1___boxed(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_addClass___lambda__2___closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__16; size_t lean_usize_sub(size_t, size_t); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__2; static lean_object* l_Lean_SMap_empty___at_Lean_ClassState_outParamMap___default___spec__1___closed__2; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); size_t lean_usize_add(size_t, size_t); uint8_t l_Lean_Expr_hasFVar(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__1; 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_933____closed__17; lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_isClass___spec__3___boxed(lean_object*, lean_object*); size_t lean_usize_shift_left(size_t, size_t); -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__9; lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_ClassState_addEntry___spec__10(lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); @@ -199,6 +197,7 @@ LEAN_EXPORT uint8_t l_Lean_SMap_contains___at_Lean_isClass___spec__1(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*); lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____closed__1; LEAN_EXPORT lean_object* l_Lean_addClass(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); @@ -208,15 +207,16 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getOutParamPositions_x3f___spec__3(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_ClassState_addEntry(lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); 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_120____closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____closed__6; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT uint8_t l_Lean_ClassEntry_lt(lean_object* x_1, lean_object* x_2) { _start: @@ -2258,124 +2258,142 @@ return x_11; LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasFVar(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_36; +x_36 = l_Lean_Expr_hasFVar(x_2); +if (x_36 == 0) { -uint8_t x_4; -x_4 = 0; -return x_4; +uint8_t x_37; +x_37 = 1; +x_3 = x_37; +goto block_35; } else { +uint8_t x_38; +x_38 = 0; +x_3 = x_38; +goto block_35; +} +block_35: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_2)) { case 1: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_ctor_get(x_2, 0); -x_6 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_5); -return x_6; +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_2, 0); +x_5 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_4); +return x_5; } case 5: { -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_2, 1); -x_9 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_7); -if (x_9 == 0) +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +x_8 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_6); +if (x_8 == 0) { -x_2 = x_8; +x_2 = x_7; goto _start; } else { -uint8_t x_11; -x_11 = 1; -return x_11; +uint8_t x_10; +x_10 = 1; +return x_10; } } case 6: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_2, 1); -x_13 = lean_ctor_get(x_2, 2); -x_14 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_12); -if (x_14 == 0) +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_2, 1); +x_12 = lean_ctor_get(x_2, 2); +x_13 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_11); +if (x_13 == 0) { -x_2 = x_13; +x_2 = x_12; goto _start; } else { -uint8_t x_16; -x_16 = 1; -return x_16; +uint8_t x_15; +x_15 = 1; +return x_15; } } case 7: { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_ctor_get(x_2, 1); -x_18 = lean_ctor_get(x_2, 2); -x_19 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_17); -if (x_19 == 0) +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_2, 1); +x_17 = lean_ctor_get(x_2, 2); +x_18 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_16); +if (x_18 == 0) { -x_2 = x_18; +x_2 = x_17; goto _start; } else { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_20; +x_20 = 1; +return x_20; } } case 8: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_2, 1); -x_23 = lean_ctor_get(x_2, 2); -x_24 = lean_ctor_get(x_2, 3); +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_21 = lean_ctor_get(x_2, 1); +x_22 = lean_ctor_get(x_2, 2); +x_23 = lean_ctor_get(x_2, 3); +x_24 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_21); +if (x_24 == 0) +{ +uint8_t x_25; x_25 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_22); if (x_25 == 0) { -uint8_t x_26; -x_26 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Class_0__Lean_checkOutParam___spec__3(x_1, x_23); -if (x_26 == 0) -{ -x_2 = x_24; +x_2 = x_23; goto _start; } else { -uint8_t x_28; -x_28 = 1; -return x_28; +uint8_t x_27; +x_27 = 1; +return x_27; } } else { -uint8_t x_29; -x_29 = 1; -return x_29; +uint8_t x_28; +x_28 = 1; +return x_28; } } case 10: { -lean_object* x_30; -x_30 = lean_ctor_get(x_2, 1); -x_2 = x_30; +lean_object* x_29; +x_29 = lean_ctor_get(x_2, 1); +x_2 = x_29; goto _start; } case 11: { -lean_object* x_32; -x_32 = lean_ctor_get(x_2, 2); -x_2 = x_32; +lean_object* x_31; +x_31 = lean_ctor_get(x_2, 2); +x_2 = x_31; goto _start; } default: { +uint8_t x_33; +x_33 = 0; +return x_33; +} +} +} +else +{ uint8_t x_34; x_34 = 0; return x_34; @@ -2383,7 +2401,6 @@ return x_34; } } } -} static lean_object* _init_l___private_Lean_Class_0__Lean_checkOutParam___closed__1() { _start: { @@ -2568,124 +2585,142 @@ return x_4; LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasFVar(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_36; +x_36 = l_Lean_Expr_hasFVar(x_2); +if (x_36 == 0) { -uint8_t x_4; -x_4 = 0; -return x_4; +uint8_t x_37; +x_37 = 1; +x_3 = x_37; +goto block_35; } else { +uint8_t x_38; +x_38 = 0; +x_3 = x_38; +goto block_35; +} +block_35: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_2)) { case 1: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_ctor_get(x_2, 0); -x_6 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_5); -return x_6; +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_2, 0); +x_5 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_4); +return x_5; } case 5: { -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_2, 1); -x_9 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_7); -if (x_9 == 0) +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +x_8 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_6); +if (x_8 == 0) { -x_2 = x_8; +x_2 = x_7; goto _start; } else { -uint8_t x_11; -x_11 = 1; -return x_11; +uint8_t x_10; +x_10 = 1; +return x_10; } } case 6: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_2, 1); -x_13 = lean_ctor_get(x_2, 2); -x_14 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_12); -if (x_14 == 0) +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_2, 1); +x_12 = lean_ctor_get(x_2, 2); +x_13 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_11); +if (x_13 == 0) { -x_2 = x_13; +x_2 = x_12; goto _start; } else { -uint8_t x_16; -x_16 = 1; -return x_16; +uint8_t x_15; +x_15 = 1; +return x_15; } } case 7: { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_ctor_get(x_2, 1); -x_18 = lean_ctor_get(x_2, 2); -x_19 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_17); -if (x_19 == 0) +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_2, 1); +x_17 = lean_ctor_get(x_2, 2); +x_18 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_16); +if (x_18 == 0) { -x_2 = x_18; +x_2 = x_17; goto _start; } else { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_20; +x_20 = 1; +return x_20; } } case 8: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_2, 1); -x_23 = lean_ctor_get(x_2, 2); -x_24 = lean_ctor_get(x_2, 3); +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_21 = lean_ctor_get(x_2, 1); +x_22 = lean_ctor_get(x_2, 2); +x_23 = lean_ctor_get(x_2, 3); +x_24 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_21); +if (x_24 == 0) +{ +uint8_t x_25; x_25 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_22); if (x_25 == 0) { -uint8_t x_26; -x_26 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_mkOutParamArgsImplicit_go___spec__1(x_1, x_23); -if (x_26 == 0) -{ -x_2 = x_24; +x_2 = x_23; goto _start; } else { -uint8_t x_28; -x_28 = 1; -return x_28; +uint8_t x_27; +x_27 = 1; +return x_27; } } else { -uint8_t x_29; -x_29 = 1; -return x_29; +uint8_t x_28; +x_28 = 1; +return x_28; } } case 10: { -lean_object* x_30; -x_30 = lean_ctor_get(x_2, 1); -x_2 = x_30; +lean_object* x_29; +x_29 = lean_ctor_get(x_2, 1); +x_2 = x_29; goto _start; } case 11: { -lean_object* x_32; -x_32 = lean_ctor_get(x_2, 2); -x_2 = x_32; +lean_object* x_31; +x_31 = lean_ctor_get(x_2, 2); +x_2 = x_31; goto _start; } default: { +uint8_t x_33; +x_33 = 0; +return x_33; +} +} +} +else +{ uint8_t x_34; x_34 = 0; return x_34; @@ -2693,7 +2728,6 @@ return x_34; } } } -} static lean_object* _init_l_Lean_mkOutParamArgsImplicit_go___closed__1() { _start: { @@ -2820,7 +2854,7 @@ return x_24; else { uint8_t x_25; -x_25 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_12, x_12); +x_25 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_12, x_12); if (x_25 == 0) { lean_object* x_26; @@ -2902,7 +2936,7 @@ return x_45; else { uint8_t x_46; -x_46 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_33, x_33); +x_46 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_33, x_33); if (x_46 == 0) { lean_object* x_47; @@ -2987,7 +3021,7 @@ else { uint8_t x_73; uint8_t x_74; x_73 = 1; -x_74 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_53, x_73); +x_74 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_53, x_73); if (x_74 == 0) { lean_object* x_75; @@ -3077,7 +3111,7 @@ else { uint8_t x_102; uint8_t x_103; x_102 = 1; -x_103 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_81, x_102); +x_103 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_81, x_102); if (x_103 == 0) { lean_object* x_104; @@ -3212,7 +3246,7 @@ static lean_object* _init_l_Lean_addClass___lambda__2___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("invalid 'class', declaration '", 30); +x_1 = lean_mk_string_from_bytes("unknown declaration '", 21); return x_1; } } @@ -3220,7 +3254,7 @@ static lean_object* _init_l_Lean_addClass___lambda__2___closed__2() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("' must be inductive datatype, structure, or constant", 52); +x_1 = lean_mk_string_from_bytes("'", 1); return x_1; } } @@ -3228,7 +3262,7 @@ static lean_object* _init_l_Lean_addClass___lambda__2___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unknown declaration '", 21); +x_1 = lean_mk_string_from_bytes("invalid 'class', declaration '", 30); return x_1; } } @@ -3236,21 +3270,68 @@ static lean_object* _init_l_Lean_addClass___lambda__2___closed__4() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("'", 1); +x_1 = lean_mk_string_from_bytes("' must be inductive datatype, structure, or constant", 52); return x_1; } } LEAN_EXPORT lean_object* l_Lean_addClass___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_13; +lean_object* x_4; lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_13 = lean_environment_find(x_1, x_2); -if (lean_obj_tag(x_13) == 0) +x_4 = lean_environment_find(x_1, x_2); +if (lean_obj_tag(x_4) == 0) +{ +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_dec(x_1); +x_5 = 1; +x_6 = l_Lean_Name_toString(x_2, x_5); +x_7 = l_Lean_addClass___lambda__2___closed__1; +x_8 = lean_string_append(x_7, x_6); +lean_dec(x_6); +x_9 = l_Lean_addClass___lambda__2___closed__2; +x_10 = lean_string_append(x_8, x_9); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_10); +return x_11; +} +else +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_4, 0); +lean_inc(x_12); +lean_dec(x_4); +switch (lean_obj_tag(x_12)) { +case 0: +{ +uint8_t x_24; +x_24 = 1; +x_13 = x_24; +goto block_23; +} +case 5: +{ +uint8_t x_25; +x_25 = 1; +x_13 = x_25; +goto block_23; +} +default: +{ +uint8_t x_26; +x_26 = 0; +x_13 = x_26; +goto block_23; +} +} +block_23: +{ +if (x_13 == 0) { 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; +lean_dec(x_12); lean_dec(x_1); x_14 = 1; x_15 = l_Lean_Name_toString(x_2, x_14); @@ -3265,52 +3346,13 @@ return x_20; } else { -lean_object* x_21; -x_21 = lean_ctor_get(x_13, 0); -lean_inc(x_21); -lean_dec(x_13); -switch (lean_obj_tag(x_21)) { -case 0: -{ -lean_object* x_22; lean_object* x_23; -x_22 = lean_box(0); -x_23 = l_Lean_addClass___lambda__1(x_21, x_2, x_1, x_22); -lean_dec(x_21); -return x_23; -} -case 5: -{ -lean_object* x_24; lean_object* x_25; -x_24 = lean_box(0); -x_25 = l_Lean_addClass___lambda__1(x_21, x_2, x_1, x_24); -lean_dec(x_21); -return x_25; -} -default: -{ -lean_object* x_26; -lean_dec(x_21); -lean_dec(x_1); -x_26 = lean_box(0); -x_4 = x_26; -goto block_12; -} +lean_object* x_21; lean_object* x_22; +x_21 = lean_box(0); +x_22 = l_Lean_addClass___lambda__1(x_12, x_2, x_1, x_21); +lean_dec(x_12); +return x_22; } } -block_12: -{ -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_dec(x_4); -x_5 = 1; -x_6 = l_Lean_Name_toString(x_2, x_5); -x_7 = l_Lean_addClass___lambda__2___closed__1; -x_8 = lean_string_append(x_7, x_6); -lean_dec(x_6); -x_9 = l_Lean_addClass___lambda__2___closed__2; -x_10 = lean_string_append(x_8, x_9); -x_11 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_11, 0, x_10); -return x_11; } } } @@ -3345,7 +3387,7 @@ x_7 = l_Lean_Name_toString(x_2, x_6); x_8 = l_Lean_addClass___closed__1; x_9 = lean_string_append(x_8, x_7); lean_dec(x_7); -x_10 = l_Lean_addClass___lambda__2___closed__4; +x_10 = l_Lean_addClass___lambda__2___closed__2; x_11 = lean_string_append(x_9, x_10); x_12 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_12, 0, x_11); @@ -3363,7 +3405,7 @@ lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__2(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_initFn____x40_Lean_Class___hyg_933____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; @@ -3401,7 +3443,7 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____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_Lean_initFn____x40_Lean_Class___hyg_933____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) @@ -3414,7 +3456,7 @@ x_6 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_6, 0, x_5); x_7 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_7, 0, x_6); -x_8 = l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__2(x_7, x_2, x_3, x_4); +x_8 = l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__2(x_7, x_2, x_3, x_4); return x_8; } else @@ -3430,12 +3472,12 @@ return x_10; } } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____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_initFn____x40_Lean_Class___hyg_933____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_928____spec__1(x_7, x_4, x_5, x_6); +x_8 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____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; @@ -3471,7 +3513,7 @@ return x_15; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -3479,16 +3521,16 @@ x_1 = lean_mk_string_from_bytes("invalid attribute 'class', must be global", 41) return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__1; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____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_initFn____x40_Lean_Class___hyg_933____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; @@ -3517,7 +3559,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_928____lambda__2___closed__2; +x_15 = l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__2; x_16 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_15, x_4, x_5, x_12); lean_dec(x_5); lean_dec(x_4); @@ -3544,7 +3586,7 @@ else { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__1(x_10, x_1, x_21, x_4, x_5, x_12); +x_22 = l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__1(x_10, x_1, x_21, x_4, x_5, x_12); lean_dec(x_5); lean_dec(x_4); return x_22; @@ -3578,7 +3620,7 @@ return x_26; } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__1() { _start: { lean_object* x_1; @@ -3586,25 +3628,25 @@ x_1 = lean_mk_string_from_bytes("attribute cannot be erased", 26); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__1; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____lambda__3___closed__2; +x_5 = l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__2; x_6 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -3614,7 +3656,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_928____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__2() { _start: { lean_object* x_1; @@ -3622,17 +3664,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__2; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__4() { _start: { lean_object* x_1; @@ -3640,27 +3682,27 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__3; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__4; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__3; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__5; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__5; x_2 = l_Lean_initFn____x40_Lean_Class___hyg_120____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_928____closed__7() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__7() { _start: { lean_object* x_1; @@ -3668,17 +3710,17 @@ x_1 = lean_mk_string_from_bytes("Class", 5); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__8() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__6; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__7; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__6; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____closed__9() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__9() { _start: { lean_object* x_1; @@ -3686,27 +3728,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__10() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__8; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__9; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__8; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____closed__11() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__10; -x_2 = lean_unsigned_to_nat(928u); +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__10; +x_2 = lean_unsigned_to_nat(933u); 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_928____closed__12() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__12() { _start: { lean_object* x_1; @@ -3714,17 +3756,17 @@ x_1 = lean_mk_string_from_bytes("class", 5); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__13() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__13() { _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_928____closed__12; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__12; 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_928____closed__14() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__14() { _start: { lean_object* x_1; @@ -3732,13 +3774,13 @@ x_1 = lean_mk_string_from_bytes("type class", 10); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__15() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__15() { _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_928____closed__11; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__13; -x_3 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__14; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__11; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__13; +x_3 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__14; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -3748,29 +3790,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_928____closed__16() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__16() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__17() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__17() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__18() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__18() { _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_928____closed__15; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__16; -x_3 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__17; +x_1 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__15; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__16; +x_3 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__17; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3778,61 +3820,61 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_933_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_Class___hyg_928____closed__18; +x_2 = l_Lean_initFn____x40_Lean_Class___hyg_933____closed__18; 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_928____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_Lean_initFn____x40_Lean_Class___hyg_933____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_928____spec__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_throwError___at_Lean_initFn____x40_Lean_Class___hyg_933____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_928____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_Lean_initFn____x40_Lean_Class___hyg_933____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_928____spec__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____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_928____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_initFn____x40_Lean_Class___hyg_933____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_928____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_initFn____x40_Lean_Class___hyg_933____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_928____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_initFn____x40_Lean_Class___hyg_933____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_928____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Class___hyg_928____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_initFn____x40_Lean_Class___hyg_933____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_928____lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -3925,51 +3967,51 @@ l_Lean_addClass___lambda__2___closed__4 = _init_l_Lean_addClass___lambda__2___cl lean_mark_persistent(l_Lean_addClass___lambda__2___closed__4); l_Lean_addClass___closed__1 = _init_l_Lean_addClass___closed__1(); lean_mark_persistent(l_Lean_addClass___closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__2___closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____lambda__3___closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__1); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__2); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__3 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__3); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__4 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__4); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__5 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__5); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__6 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__6); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__7 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__7); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__8 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__8); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__9 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__9(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__9); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__10 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__10(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__10); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__11 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__11(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__11); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__12 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__12(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__12); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__13 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__13(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__13); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__14 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__14(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__14); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__15 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__15(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__15); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__16 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__16(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__16); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__17 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__17(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__17); -l_Lean_initFn____x40_Lean_Class___hyg_928____closed__18 = _init_l_Lean_initFn____x40_Lean_Class___hyg_928____closed__18(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_928____closed__18); -res = l_Lean_initFn____x40_Lean_Class___hyg_928_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__1); +l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__2___closed__2); +l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__1); +l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____lambda__3___closed__2); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__1 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__1); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__2 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__2); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__3 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__3); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__4 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__4); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__5 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__5); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__6 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__6); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__7 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__7(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__7); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__8 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__8(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__8); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__9 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__9(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__9); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__10 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__10(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__10); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__11 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__11(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__11); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__12 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__12(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__12); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__13 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__13(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__13); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__14 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__14(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__14); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__15 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__15(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__15); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__16 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__16(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__16); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__17 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__17(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__17); +l_Lean_initFn____x40_Lean_Class___hyg_933____closed__18 = _init_l_Lean_initFn____x40_Lean_Class___hyg_933____closed__18(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Class___hyg_933____closed__18); +res = l_Lean_initFn____x40_Lean_Class___hyg_933_(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 feef32611dc3..1eae8b7255fd 100644 --- a/stage0/stdlib/Lean/Compiler/CSimpAttr.c +++ b/stage0/stdlib/Lean/Compiler/CSimpAttr.c @@ -57,12 +57,12 @@ LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_CSimp_replaceCo LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574____closed__17; lean_object* l_Lean_stringToMessageData(lean_object*); -lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574____closed__4; static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_174____closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574_(lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_174____closed__7; lean_object* l_Lean_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(lean_object*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574____closed__21; lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_instInhabitedEntry; @@ -75,7 +75,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*); static lean_object* l_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574____closed__18; lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_CSimp_State_map___default; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_174____spec__3___closed__2; static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_CSimpAttr_0__Lean_Compiler_CSimp_isConstantReplacement_x3f___spec__1___closed__2; @@ -131,6 +130,7 @@ 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_Lean_Compiler_CSimp_State_map___default___closed__2; static lean_object* l_Lean_Compiler_CSimp_State_map___default___closed__1; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Compiler_CSimp_add___spec__1___boxed(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_Compiler_CSimp_initFn____x40_Lean_Compiler_CSimpAttr___hyg_574____closed__9; @@ -370,7 +370,7 @@ lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); x_4 = lean_ctor_get(x_1, 1); x_5 = l_Lean_SMap_switch___at_Lean_Compiler_CSimp_State_switch___spec__1(x_3); -x_6 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(x_4); +x_6 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(x_4); lean_ctor_set(x_1, 1, x_6); lean_ctor_set(x_1, 0, x_5); return x_1; @@ -384,7 +384,7 @@ lean_inc(x_8); lean_inc(x_7); lean_dec(x_1); x_9 = l_Lean_SMap_switch___at_Lean_Compiler_CSimp_State_switch___spec__1(x_7); -x_10 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(x_8); +x_10 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(x_8); x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_9); lean_ctor_set(x_11, 1, x_10); @@ -3225,7 +3225,7 @@ return x_55; else { uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; @@ -3305,7 +3305,7 @@ return x_92; else { uint8_t x_93; -x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_93 == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; @@ -3404,7 +3404,7 @@ return x_106; else { uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_123 == 0) { lean_object* x_124; lean_object* x_125; @@ -3484,7 +3484,7 @@ return x_143; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_144 == 0) { lean_object* x_145; lean_object* x_146; lean_object* x_147; diff --git a/stage0/stdlib/Lean/Compiler/ExternAttr.c b/stage0/stdlib/Lean/Compiler/ExternAttr.c index 55aae4c6b9d8..b7474c0bad63 100644 --- a/stage0/stdlib/Lean/Compiler/ExternAttr.c +++ b/stage0/stdlib/Lean/Compiler/ExternAttr.c @@ -44,7 +44,6 @@ LEAN_EXPORT lean_object* l_Lean_getExternEntryFor(lean_object*, lean_object*); lean_object* l_String_Iterator_next(lean_object*); LEAN_EXPORT lean_object* l_Lean_getExternEntryForAux(lean_object*, lean_object*); lean_object* l_List_getD___rarg(lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_ExternAttr_0__Lean_getExternConstArity___closed__2; LEAN_EXPORT lean_object* l_Lean_isExternC___boxed(lean_object*, lean_object*); @@ -150,7 +149,6 @@ static lean_object* l_Lean_initFn____x40_Lean_Compiler_ExternAttr___hyg_866____c size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_expandExternPattern___boxed(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l_Lean_expandExternPatternAux___closed__2; static lean_object* l_Lean_instInhabitedExternAttrData___closed__1; LEAN_EXPORT lean_object* l_Lean_ExternAttrData_arity_x3f___default; static lean_object* l___private_Lean_Compiler_ExternAttr_0__Lean_getExternConstArity___closed__21; @@ -177,10 +175,10 @@ static lean_object* l_Lean_mkSimpleFnCall___closed__2; static lean_object* l___private_Lean_Compiler_ExternAttr_0__Lean_getExternConstArity___closed__23; static lean_object* l___private_Lean_Compiler_ExternAttr_0__Lean_getExternConstArity___closed__8; static lean_object* l_Lean_getExternConstArityExport___closed__9; +lean_object* l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Compiler_ExternAttr_0__Lean_syntaxToExternAttrData___spec__3___closed__3; -static uint8_t l_Lean_expandExternPatternAux___closed__1; +static lean_object* l_Lean_expandExternPatternAux___closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_ExternAttr___hyg_866____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static uint8_t l_Lean_expandExternPatternAux___closed__3; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Compiler_ExternAttr_0__Lean_syntaxToExternAttrData___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Compiler_ExternAttr_0__Lean_syntaxToExternAttrData___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* _init_l_Lean_ExternAttrData_arity_x3f___default() { @@ -817,7 +815,7 @@ else lean_object* x_16; lean_object* x_17; lean_free_object(x_6); x_16 = lean_add_extern(x_10, x_1); -x_17 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1(x_16, x_3, x_4, x_9); +x_17 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1(x_16, x_3, x_4, x_9); if (lean_obj_tag(x_17) == 0) { lean_object* x_18; lean_object* x_19; lean_object* x_20; @@ -858,7 +856,7 @@ else lean_object* x_25; lean_object* x_26; lean_free_object(x_6); x_25 = lean_add_extern(x_10, x_1); -x_26 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1(x_25, x_3, x_4, x_9); +x_26 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1(x_25, x_3, x_4, x_9); if (lean_obj_tag(x_26) == 0) { lean_object* x_27; lean_object* x_28; lean_object* x_29; @@ -931,7 +929,7 @@ else { lean_object* x_43; lean_object* x_44; x_43 = lean_add_extern(x_36, x_1); -x_44 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1(x_43, x_3, x_4, x_35); +x_44 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1(x_43, x_3, x_4, x_35); if (lean_obj_tag(x_44) == 0) { lean_object* x_45; lean_object* x_46; lean_object* x_47; @@ -973,7 +971,7 @@ else { lean_object* x_52; lean_object* x_53; x_52 = lean_add_extern(x_36, x_1); -x_53 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_928____spec__1(x_52, x_3, x_4, x_35); +x_53 = l_Lean_ofExcept___at_Lean_initFn____x40_Lean_Class___hyg_933____spec__1(x_52, x_3, x_4, x_35); if (lean_obj_tag(x_53) == 0) { lean_object* x_54; lean_object* x_55; lean_object* x_56; @@ -1197,92 +1195,100 @@ x_4 = lean_unsigned_to_nat(0u); x_5 = lean_nat_dec_eq(x_1, x_4); if (x_5 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; +lean_object* x_6; lean_object* x_7; uint8_t x_8; uint8_t x_26; x_6 = lean_unsigned_to_nat(1u); x_7 = lean_nat_sub(x_1, x_6); lean_dec(x_1); -x_8 = l_String_Iterator_hasNext(x_2); -if (x_8 == 0) +x_26 = l_String_Iterator_hasNext(x_2); +if (x_26 == 0) { -lean_object* x_9; -lean_dec(x_7); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_2); -lean_ctor_set(x_9, 1, x_3); -return x_9; +uint8_t x_27; +x_27 = 1; +x_8 = x_27; +goto block_25; } else { -uint32_t x_10; uint32_t x_11; uint8_t x_12; -x_10 = l_String_Iterator_curr(x_2); -x_11 = 48; -x_12 = lean_uint32_dec_le(x_11, x_10); -if (x_12 == 0) +uint8_t x_28; +x_28 = 0; +x_8 = x_28; +goto block_25; +} +block_25: { -lean_object* x_13; +if (x_8 == 0) +{ +uint32_t x_9; uint32_t x_10; uint8_t x_11; +x_9 = l_String_Iterator_curr(x_2); +x_10 = 48; +x_11 = lean_uint32_dec_le(x_10, x_9); +if (x_11 == 0) +{ +lean_object* x_12; lean_dec(x_7); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_2); -lean_ctor_set(x_13, 1, x_3); -return x_13; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_2); +lean_ctor_set(x_12, 1, x_3); +return x_12; } else { -uint32_t x_14; uint8_t x_15; -x_14 = 57; -x_15 = lean_uint32_dec_le(x_10, x_14); -if (x_15 == 0) +uint32_t x_13; uint8_t x_14; +x_13 = 57; +x_14 = lean_uint32_dec_le(x_9, x_13); +if (x_14 == 0) { -lean_object* x_16; +lean_object* x_15; lean_dec(x_7); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_2); -lean_ctor_set(x_16, 1, x_3); -return x_16; +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_2); +lean_ctor_set(x_15, 1, x_3); +return x_15; } else { -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 = l_String_Iterator_next(x_2); -x_18 = lean_unsigned_to_nat(10u); -x_19 = lean_nat_mul(x_3, x_18); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_16 = l_String_Iterator_next(x_2); +x_17 = lean_unsigned_to_nat(10u); +x_18 = lean_nat_mul(x_3, x_17); lean_dec(x_3); -x_20 = lean_uint32_to_nat(x_10); -x_21 = lean_unsigned_to_nat(48u); -x_22 = lean_nat_sub(x_20, x_21); -lean_dec(x_20); -x_23 = lean_nat_add(x_19, x_22); -lean_dec(x_22); +x_19 = lean_uint32_to_nat(x_9); +x_20 = lean_unsigned_to_nat(48u); +x_21 = lean_nat_sub(x_19, x_20); lean_dec(x_19); +x_22 = lean_nat_add(x_18, x_21); +lean_dec(x_21); +lean_dec(x_18); x_1 = x_7; -x_2 = x_17; -x_3 = x_23; +x_2 = x_16; +x_3 = x_22; goto _start; } } } -} else { -lean_object* x_25; -lean_dec(x_1); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_2); -lean_ctor_set(x_25, 1, x_3); -return x_25; +lean_object* x_24; +lean_dec(x_7); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_2); +lean_ctor_set(x_24, 1, x_3); +return x_24; } } } -static uint8_t _init_l_Lean_expandExternPatternAux___closed__1() { -_start: +else { -uint8_t x_1; uint8_t x_2; -x_1 = 0; -x_2 = l_instDecidableNot___rarg(x_1); -return x_2; +lean_object* x_29; +lean_dec(x_1); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_2); +lean_ctor_set(x_29, 1, x_3); +return x_29; +} } } -static lean_object* _init_l_Lean_expandExternPatternAux___closed__2() { +static lean_object* _init_l_Lean_expandExternPatternAux___closed__1() { _start: { lean_object* x_1; @@ -1290,15 +1296,6 @@ x_1 = lean_mk_string_from_bytes("", 0); return x_1; } } -static uint8_t _init_l_Lean_expandExternPatternAux___closed__3() { -_start: -{ -uint8_t x_1; uint8_t x_2; -x_1 = 1; -x_2 = l_instDecidableNot___rarg(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_expandExternPatternAux(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -1307,15 +1304,12 @@ x_5 = lean_unsigned_to_nat(0u); x_6 = lean_nat_dec_eq(x_2, x_5); if (x_6 == 0) { -lean_object* x_7; lean_object* x_8; uint8_t x_9; +lean_object* x_7; lean_object* x_8; uint8_t x_9; uint8_t x_10; x_7 = lean_unsigned_to_nat(1u); x_8 = lean_nat_sub(x_2, x_7); lean_dec(x_2); x_9 = l_String_Iterator_hasNext(x_3); -if (x_9 == 0) -{ -uint8_t x_10; -x_10 = l_Lean_expandExternPatternAux___closed__1; +x_10 = l_instDecidableNot___rarg(x_9); if (x_10 == 0) { uint32_t x_11; uint32_t x_12; uint8_t x_13; uint8_t x_14; @@ -1336,7 +1330,7 @@ lean_inc(x_19); lean_dec(x_17); x_20 = lean_nat_sub(x_19, x_7); lean_dec(x_19); -x_21 = l_Lean_expandExternPatternAux___closed__2; +x_21 = l_Lean_expandExternPatternAux___closed__1; x_22 = l_List_getD___rarg(x_1, x_20, x_21); x_23 = lean_string_append(x_4, x_22); lean_dec(x_22); @@ -1365,58 +1359,6 @@ return x_4; } else { -uint8_t x_28; -x_28 = l_Lean_expandExternPatternAux___closed__3; -if (x_28 == 0) -{ -uint32_t x_29; uint32_t x_30; uint8_t x_31; uint8_t x_32; -x_29 = l_String_Iterator_curr(x_3); -x_30 = 35; -x_31 = lean_uint32_dec_eq(x_29, x_30); -x_32 = l_instDecidableNot___rarg(x_31); -if (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; -x_33 = l_String_Iterator_next(x_3); -x_34 = l_String_Iterator_remainingBytes(x_33); -x_35 = l___private_Lean_Compiler_ExternAttr_0__Lean_parseOptNum(x_34, x_33, x_5); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = lean_nat_sub(x_37, x_7); -lean_dec(x_37); -x_39 = l_Lean_expandExternPatternAux___closed__2; -x_40 = l_List_getD___rarg(x_1, x_38, x_39); -x_41 = lean_string_append(x_4, x_40); -lean_dec(x_40); -x_2 = x_8; -x_3 = x_36; -x_4 = x_41; -goto _start; -} -else -{ -lean_object* x_43; lean_object* x_44; -x_43 = l_String_Iterator_next(x_3); -x_44 = lean_string_push(x_4, x_29); -x_2 = x_8; -x_3 = x_43; -x_4 = x_44; -goto _start; -} -} -else -{ -lean_dec(x_8); -lean_dec(x_3); -return x_4; -} -} -} -else -{ lean_dec(x_3); lean_dec(x_2); return x_4; @@ -1441,7 +1383,7 @@ x_4 = lean_unsigned_to_nat(0u); 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 = l_Lean_expandExternPatternAux___closed__2; +x_6 = l_Lean_expandExternPatternAux___closed__1; x_7 = l_Lean_expandExternPatternAux(x_2, x_3, x_5, x_6); return x_7; } @@ -1487,7 +1429,7 @@ x_3 = l_Lean_mkSimpleFnCall___closed__1; x_4 = lean_string_append(x_1, x_3); x_5 = l_Lean_mkSimpleFnCall___closed__2; x_6 = l_List_intersperse___rarg(x_5, x_2); -x_7 = l_Lean_expandExternPatternAux___closed__2; +x_7 = l_Lean_expandExternPatternAux___closed__1; x_8 = l_List_foldl___at_String_join___spec__1(x_7, x_6); lean_dec(x_6); x_9 = lean_string_append(x_4, x_8); @@ -2693,7 +2635,7 @@ static lean_object* _init_l_Lean_getExternConstArityExport___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_expandExternPatternAux___closed__2; +x_1 = l_Lean_expandExternPatternAux___closed__1; x_2 = l___private_Lean_Compiler_ExternAttr_0__Lean_syntaxToExternAttrData___lambda__1___closed__1; x_3 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_3, 0, x_1); @@ -3057,9 +2999,7 @@ lean_dec_ref(res); }l_Lean_getExternAttrData_x3f___closed__1 = _init_l_Lean_getExternAttrData_x3f___closed__1(); lean_mark_persistent(l_Lean_getExternAttrData_x3f___closed__1); l_Lean_expandExternPatternAux___closed__1 = _init_l_Lean_expandExternPatternAux___closed__1(); -l_Lean_expandExternPatternAux___closed__2 = _init_l_Lean_expandExternPatternAux___closed__2(); -lean_mark_persistent(l_Lean_expandExternPatternAux___closed__2); -l_Lean_expandExternPatternAux___closed__3 = _init_l_Lean_expandExternPatternAux___closed__3(); +lean_mark_persistent(l_Lean_expandExternPatternAux___closed__1); l_Lean_mkSimpleFnCall___closed__1 = _init_l_Lean_mkSimpleFnCall___closed__1(); lean_mark_persistent(l_Lean_mkSimpleFnCall___closed__1); l_Lean_mkSimpleFnCall___closed__2 = _init_l_Lean_mkSimpleFnCall___closed__2(); diff --git a/stage0/stdlib/Lean/Compiler/IR.c b/stage0/stdlib/Lean/Compiler/IR.c index 93fcac5f3a5e..489e3aa1c7c4 100644 --- a/stage0/stdlib/Lean/Compiler/IR.c +++ b/stage0/stdlib/Lean/Compiler/IR.c @@ -1167,269 +1167,190 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_IR_addBoxedVersionAux(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; uint8_t x_5; +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; uint8_t x_50; x_4 = l_Lean_IR_getEnv___rarg(x_3); -x_5 = !lean_is_exclusive(x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_ctor_get(x_4, 0); -x_7 = lean_ctor_get(x_4, 1); -x_8 = l_Lean_IR_ExplicitBoxing_requiresBoxedVersion(x_6, x_1); -if (x_8 == 0) +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_4, 1); +lean_inc(x_6); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + x_7 = x_4; +} else { + lean_dec_ref(x_4); + x_7 = lean_box(0); +} +x_50 = l_Lean_IR_ExplicitBoxing_requiresBoxedVersion(x_5, x_1); +if (x_50 == 0) { -lean_object* x_9; -lean_dec(x_1); -x_9 = lean_box(0); -lean_ctor_set(x_4, 0, x_9); -return x_4; +uint8_t x_51; +x_51 = 1; +x_8 = x_51; +goto block_49; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -lean_free_object(x_4); -x_10 = l_Lean_IR_ExplicitBoxing_mkBoxedVersion(x_1); -x_11 = l_Lean_IR_addBoxedVersionAux___closed__1; -x_12 = lean_array_push(x_11, x_10); -x_13 = l_Lean_IR_explicitRC(x_12, x_2, x_7); -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; uint8_t x_19; -x_15 = lean_ctor_get(x_13, 0); -x_16 = lean_ctor_get(x_13, 1); -x_17 = lean_array_get_size(x_15); -x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_nat_dec_lt(x_18, x_17); -if (x_19 == 0) -{ -lean_object* x_20; -lean_dec(x_17); -lean_dec(x_15); -x_20 = lean_box(0); -lean_ctor_set(x_13, 0, x_20); -return x_13; +uint8_t x_52; +x_52 = 0; +x_8 = x_52; +goto block_49; +} +block_49: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_dec(x_7); +x_9 = l_Lean_IR_ExplicitBoxing_mkBoxedVersion(x_1); +x_10 = l_Lean_IR_addBoxedVersionAux___closed__1; +x_11 = lean_array_push(x_10, x_9); +x_12 = l_Lean_IR_explicitRC(x_11, x_2, x_6); +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; uint8_t x_18; +x_14 = lean_ctor_get(x_12, 0); +x_15 = lean_ctor_get(x_12, 1); +x_16 = lean_array_get_size(x_14); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_16); +if (x_18 == 0) +{ +lean_object* x_19; +lean_dec(x_16); +lean_dec(x_14); +x_19 = lean_box(0); +lean_ctor_set(x_12, 0, x_19); +return x_12; } else { -uint8_t x_21; -x_21 = lean_nat_dec_le(x_17, x_17); -if (x_21 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_16, x_16); +if (x_20 == 0) { -lean_object* x_22; -lean_dec(x_17); -lean_dec(x_15); -x_22 = lean_box(0); -lean_ctor_set(x_13, 0, x_22); -return x_13; +lean_object* x_21; +lean_dec(x_16); +lean_dec(x_14); +x_21 = lean_box(0); +lean_ctor_set(x_12, 0, x_21); +return x_12; } else { -size_t x_23; size_t x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -lean_free_object(x_13); -x_23 = 0; -x_24 = lean_usize_of_nat(x_17); -lean_dec(x_17); -x_25 = lean_box(0); -x_26 = l_Array_foldlMUnsafe_fold___at_Lean_IR_addBoxedVersionAux___spec__1(x_15, x_23, x_24, x_25, x_2, x_16); -lean_dec(x_15); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +size_t x_22; size_t x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +lean_free_object(x_12); +x_22 = 0; +x_23 = lean_usize_of_nat(x_16); +lean_dec(x_16); +x_24 = lean_box(0); +x_25 = l_Array_foldlMUnsafe_fold___at_Lean_IR_addBoxedVersionAux___spec__1(x_14, x_22, x_23, x_24, x_2, x_15); +lean_dec(x_14); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) { -lean_object* x_28; -x_28 = lean_ctor_get(x_26, 0); -lean_dec(x_28); -lean_ctor_set(x_26, 0, x_25); -return x_26; +lean_object* x_27; +x_27 = lean_ctor_get(x_25, 0); +lean_dec(x_27); +lean_ctor_set(x_25, 0, x_24); +return x_25; } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -lean_dec(x_26); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_25); -lean_ctor_set(x_30, 1, x_29); -return x_30; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_25, 1); +lean_inc(x_28); +lean_dec(x_25); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_24); +lean_ctor_set(x_29, 1, x_28); +return x_29; } } } } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_31 = lean_ctor_get(x_13, 0); -x_32 = lean_ctor_get(x_13, 1); -lean_inc(x_32); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +x_30 = lean_ctor_get(x_12, 0); +x_31 = lean_ctor_get(x_12, 1); lean_inc(x_31); -lean_dec(x_13); -x_33 = lean_array_get_size(x_31); -x_34 = lean_unsigned_to_nat(0u); -x_35 = lean_nat_dec_lt(x_34, x_33); -if (x_35 == 0) -{ -lean_object* x_36; lean_object* x_37; -lean_dec(x_33); -lean_dec(x_31); -x_36 = lean_box(0); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_32); -return x_37; +lean_inc(x_30); +lean_dec(x_12); +x_32 = lean_array_get_size(x_30); +x_33 = lean_unsigned_to_nat(0u); +x_34 = lean_nat_dec_lt(x_33, x_32); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; +lean_dec(x_32); +lean_dec(x_30); +x_35 = lean_box(0); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_31); +return x_36; } else { -uint8_t x_38; -x_38 = lean_nat_dec_le(x_33, x_33); -if (x_38 == 0) +uint8_t x_37; +x_37 = lean_nat_dec_le(x_32, x_32); +if (x_37 == 0) { -lean_object* x_39; lean_object* x_40; -lean_dec(x_33); -lean_dec(x_31); -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_32); -return x_40; +lean_object* x_38; lean_object* x_39; +lean_dec(x_32); +lean_dec(x_30); +x_38 = lean_box(0); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_31); +return x_39; } else { -size_t x_41; size_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_41 = 0; -x_42 = lean_usize_of_nat(x_33); -lean_dec(x_33); -x_43 = lean_box(0); -x_44 = l_Array_foldlMUnsafe_fold___at_Lean_IR_addBoxedVersionAux___spec__1(x_31, x_41, x_42, x_43, x_2, x_32); -lean_dec(x_31); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - lean_ctor_release(x_44, 1); - x_46 = x_44; +size_t x_40; size_t x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_40 = 0; +x_41 = lean_usize_of_nat(x_32); +lean_dec(x_32); +x_42 = lean_box(0); +x_43 = l_Array_foldlMUnsafe_fold___at_Lean_IR_addBoxedVersionAux___spec__1(x_30, x_40, x_41, x_42, x_2, x_31); +lean_dec(x_30); +x_44 = lean_ctor_get(x_43, 1); +lean_inc(x_44); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + x_45 = x_43; } else { - lean_dec_ref(x_44); - x_46 = lean_box(0); + lean_dec_ref(x_43); + x_45 = lean_box(0); } -if (lean_is_scalar(x_46)) { - x_47 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_45)) { + x_46 = lean_alloc_ctor(0, 2, 0); } else { - x_47 = x_46; -} -lean_ctor_set(x_47, 0, x_43); -lean_ctor_set(x_47, 1, x_45); -return x_47; + x_46 = x_45; } +lean_ctor_set(x_46, 0, x_42); +lean_ctor_set(x_46, 1, x_44); +return x_46; } } } } else { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_4, 0); -x_49 = lean_ctor_get(x_4, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_4); -x_50 = l_Lean_IR_ExplicitBoxing_requiresBoxedVersion(x_48, x_1); -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; +lean_object* x_47; lean_object* x_48; lean_dec(x_1); -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_49); -return x_52; -} -else -{ -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; uint8_t x_62; -x_53 = l_Lean_IR_ExplicitBoxing_mkBoxedVersion(x_1); -x_54 = l_Lean_IR_addBoxedVersionAux___closed__1; -x_55 = lean_array_push(x_54, x_53); -x_56 = l_Lean_IR_explicitRC(x_55, x_2, x_49); -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_56, 1); -lean_inc(x_58); -if (lean_is_exclusive(x_56)) { - lean_ctor_release(x_56, 0); - lean_ctor_release(x_56, 1); - x_59 = x_56; -} else { - lean_dec_ref(x_56); - x_59 = lean_box(0); -} -x_60 = lean_array_get_size(x_57); -x_61 = lean_unsigned_to_nat(0u); -x_62 = lean_nat_dec_lt(x_61, x_60); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; -lean_dec(x_60); -lean_dec(x_57); -x_63 = lean_box(0); -if (lean_is_scalar(x_59)) { - x_64 = lean_alloc_ctor(0, 2, 0); +x_47 = lean_box(0); +if (lean_is_scalar(x_7)) { + x_48 = lean_alloc_ctor(0, 2, 0); } else { - x_64 = x_59; -} -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_58); -return x_64; -} -else -{ -uint8_t x_65; -x_65 = lean_nat_dec_le(x_60, x_60); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; -lean_dec(x_60); -lean_dec(x_57); -x_66 = lean_box(0); -if (lean_is_scalar(x_59)) { - x_67 = lean_alloc_ctor(0, 2, 0); -} else { - x_67 = x_59; -} -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_58); -return x_67; -} -else -{ -size_t x_68; size_t x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_59); -x_68 = 0; -x_69 = lean_usize_of_nat(x_60); -lean_dec(x_60); -x_70 = lean_box(0); -x_71 = l_Array_foldlMUnsafe_fold___at_Lean_IR_addBoxedVersionAux___spec__1(x_57, x_68, x_69, x_70, x_2, x_58); -lean_dec(x_57); -x_72 = lean_ctor_get(x_71, 1); -lean_inc(x_72); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_73 = x_71; -} else { - lean_dec_ref(x_71); - x_73 = lean_box(0); -} -if (lean_is_scalar(x_73)) { - x_74 = lean_alloc_ctor(0, 2, 0); -} else { - x_74 = x_73; -} -lean_ctor_set(x_74, 0, x_70); -lean_ctor_set(x_74, 1, x_72); -return x_74; -} + x_48 = x_7; } +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_6); +return x_48; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/Basic.c b/stage0/stdlib/Lean/Compiler/IR/Basic.c index 6fc063178221..4f19ac1c56ec 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Basic.c +++ b/stage0/stdlib/Lean/Compiler/IR/Basic.c @@ -12319,84 +12319,89 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_IR_addParamRename(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_10 = lean_ctor_get(x_2, 1); -lean_inc(x_10); -x_11 = lean_ctor_get(x_3, 1); +uint8_t x_4; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_2, 1); lean_inc(x_11); -x_12 = l_Lean_IR_IRType_beq(x_10, x_11); +x_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +x_13 = l_Lean_IR_IRType_beq(x_11, x_12); +lean_dec(x_12); lean_dec(x_11); -lean_dec(x_10); -if (x_12 == 0) +if (x_13 == 0) { -lean_object* x_13; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_box(0); -return x_13; +uint8_t x_14; +x_14 = 0; +x_4 = x_14; +goto block_10; } else { -uint8_t x_14; -x_14 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); -if (x_14 == 0) -{ uint8_t x_15; -x_15 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); +x_15 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); if (x_15 == 0) { -lean_object* x_16; -x_16 = lean_box(0); -x_4 = x_16; -goto block_9; +uint8_t x_16; +x_16 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); +if (x_16 == 0) +{ +uint8_t x_17; +x_17 = 1; +x_4 = x_17; +goto block_10; } else { -lean_object* x_17; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_17 = lean_box(0); -return x_17; +uint8_t x_18; +x_18 = 0; +x_4 = x_18; +goto block_10; } } else { -uint8_t x_18; -x_18 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); -if (x_18 == 0) +uint8_t x_19; +x_19 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); +if (x_19 == 0) { -lean_object* x_19; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_19 = lean_box(0); -return x_19; +uint8_t x_20; +x_20 = 0; +x_4 = x_20; +goto block_10; } else { -lean_object* x_20; -x_20 = lean_box(0); -x_4 = x_20; -goto block_9; +uint8_t x_21; +x_21 = 1; +x_4 = x_21; +goto block_10; } } } -block_9: +block_10: { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; -lean_dec(x_4); -x_5 = lean_ctor_get(x_2, 0); -lean_inc(x_5); +if (x_4 == 0) +{ +lean_object* x_5; +lean_dec(x_3); lean_dec(x_2); -x_6 = lean_ctor_get(x_3, 0); +lean_dec(x_1); +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_ctor_get(x_2, 0); lean_inc(x_6); +lean_dec(x_2); +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); lean_dec(x_3); -x_7 = l_Lean_IR_addVarRename(x_1, x_5, x_6); -x_8 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_8, 0, x_7); -return x_8; +x_8 = l_Lean_IR_addVarRename(x_1, x_6, x_7); +x_9 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_9, 0, x_8); +return x_9; +} } } } @@ -12568,53 +12573,70 @@ return x_47; LEAN_EXPORT lean_object* l_Lean_IR_addParamsRename(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_object* x_4; lean_object* x_5; uint8_t x_6; uint8_t x_16; x_4 = lean_array_get_size(x_2); x_5 = lean_array_get_size(x_3); -x_6 = lean_nat_dec_eq(x_4, x_5); -if (x_6 == 0) +x_16 = lean_nat_dec_eq(x_4, x_5); +if (x_16 == 0) { -lean_object* x_7; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_7 = lean_box(0); -return x_7; +uint8_t x_17; +x_17 = 1; +x_6 = x_17; +goto block_15; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_unsigned_to_nat(1u); +uint8_t x_18; +x_18 = 0; +x_6 = x_18; +goto block_15; +} +block_15: +{ +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_unsigned_to_nat(1u); lean_inc(x_4); -x_10 = l_Std_Range_forIn_loop___at_Lean_IR_addParamsRename___spec__1(x_2, x_3, x_4, x_5, x_4, x_8, x_4, x_9, x_1); +x_9 = l_Std_Range_forIn_loop___at_Lean_IR_addParamsRename___spec__1(x_2, x_3, x_4, x_5, x_4, x_7, x_4, x_8, x_1); lean_dec(x_5); lean_dec(x_4); -if (lean_obj_tag(x_10) == 0) +if (lean_obj_tag(x_9) == 0) { -lean_object* x_11; -x_11 = lean_box(0); -return x_11; +lean_object* x_10; +x_10 = lean_box(0); +return x_10; } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) { -return x_10; +return x_9; } else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_10, 0); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_13); -return x_14; +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; +} } } +else +{ +lean_object* x_14; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_14 = lean_box(0); +return x_14; +} } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/Boxing.c b/stage0/stdlib/Lean/Compiler/IR/Boxing.c index 161710a33b2f..223d8bd7c9e8 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Boxing.c +++ b/stage0/stdlib/Lean/Compiler/IR/Boxing.c @@ -1710,10 +1710,29 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_Boxing_0__Lean_IR_ExplicitBoxing_isExpensiveConstantValueBoxing(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Lean_IR_IRType_isScalar(x_2); +uint8_t x_5; uint8_t x_54; +x_54 = l_Lean_IR_IRType_isScalar(x_2); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_5 = x_55; +goto block_53; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_5 = x_56; +goto block_53; +} +block_53: +{ if (x_5 == 0) { +switch (lean_obj_tag(x_2)) { +case 1: +{ lean_object* x_6; lean_object* x_7; x_6 = lean_box(0); x_7 = lean_alloc_ctor(0, 2, 0); @@ -1721,10 +1740,7 @@ lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_4); return x_7; } -else -{ -switch (lean_obj_tag(x_2)) { -case 1: +case 2: { lean_object* x_8; lean_object* x_9; x_8 = lean_box(0); @@ -1733,132 +1749,123 @@ lean_ctor_set(x_9, 0, x_8); lean_ctor_set(x_9, 1, x_4); return x_9; } -case 2: -{ -lean_object* x_10; lean_object* x_11; -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_4); -return x_11; -} default: { -lean_object* x_12; uint8_t x_13; -x_12 = l_Lean_IR_ExplicitBoxing_getLocalContext(x_3, x_4); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) +lean_object* x_10; uint8_t x_11; +x_10 = l_Lean_IR_ExplicitBoxing_getLocalContext(x_3, x_4); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_12, 0); -x_15 = l_Lean_IR_LocalContext_getValue(x_14, x_1); -lean_dec(x_14); -if (lean_obj_tag(x_15) == 0) +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_10, 0); +x_13 = l_Lean_IR_LocalContext_getValue(x_12, x_1); +lean_dec(x_12); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_16; -x_16 = lean_box(0); -lean_ctor_set(x_12, 0, x_16); -return x_12; +lean_object* x_14; +x_14 = lean_box(0); +lean_ctor_set(x_10, 0, x_14); +return x_10; } else { -uint8_t x_17; -x_17 = !lean_is_exclusive(x_15); -if (x_17 == 0) +uint8_t x_15; +x_15 = !lean_is_exclusive(x_13); +if (x_15 == 0) { -lean_object* x_18; -x_18 = lean_ctor_get(x_15, 0); -switch (lean_obj_tag(x_18)) { +lean_object* x_16; +x_16 = lean_ctor_get(x_13, 0); +switch (lean_obj_tag(x_16)) { case 6: { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_18, 1); -lean_inc(x_19); -x_20 = lean_array_get_size(x_19); -lean_dec(x_19); -x_21 = lean_unsigned_to_nat(0u); -x_22 = lean_nat_dec_eq(x_20, x_21); -lean_dec(x_20); -if (x_22 == 0) -{ -lean_object* x_23; -lean_free_object(x_15); +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +x_18 = lean_array_get_size(x_17); +lean_dec(x_17); +x_19 = lean_unsigned_to_nat(0u); +x_20 = lean_nat_dec_eq(x_18, x_19); lean_dec(x_18); -x_23 = lean_box(0); -lean_ctor_set(x_12, 0, x_23); -return x_12; +if (x_20 == 0) +{ +lean_object* x_21; +lean_free_object(x_13); +lean_dec(x_16); +x_21 = lean_box(0); +lean_ctor_set(x_10, 0, x_21); +return x_10; } else { -lean_ctor_set(x_12, 0, x_15); -return x_12; +lean_ctor_set(x_10, 0, x_13); +return x_10; } } case 11: { -lean_ctor_set(x_12, 0, x_15); -return x_12; +lean_ctor_set(x_10, 0, x_13); +return x_10; } default: { -lean_object* x_24; -lean_free_object(x_15); -lean_dec(x_18); -x_24 = lean_box(0); -lean_ctor_set(x_12, 0, x_24); -return x_12; +lean_object* x_22; +lean_free_object(x_13); +lean_dec(x_16); +x_22 = lean_box(0); +lean_ctor_set(x_10, 0, x_22); +return x_10; } } } else { -lean_object* x_25; -x_25 = lean_ctor_get(x_15, 0); -lean_inc(x_25); -lean_dec(x_15); -switch (lean_obj_tag(x_25)) { +lean_object* x_23; +x_23 = lean_ctor_get(x_13, 0); +lean_inc(x_23); +lean_dec(x_13); +switch (lean_obj_tag(x_23)) { case 6: { -lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_array_get_size(x_26); -lean_dec(x_26); -x_28 = lean_unsigned_to_nat(0u); -x_29 = lean_nat_dec_eq(x_27, x_28); -lean_dec(x_27); -if (x_29 == 0) -{ -lean_object* x_30; +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +x_25 = lean_array_get_size(x_24); +lean_dec(x_24); +x_26 = lean_unsigned_to_nat(0u); +x_27 = lean_nat_dec_eq(x_25, x_26); lean_dec(x_25); -x_30 = lean_box(0); -lean_ctor_set(x_12, 0, x_30); -return x_12; +if (x_27 == 0) +{ +lean_object* x_28; +lean_dec(x_23); +x_28 = lean_box(0); +lean_ctor_set(x_10, 0, x_28); +return x_10; } else { -lean_object* x_31; -x_31 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_31, 0, x_25); -lean_ctor_set(x_12, 0, x_31); -return x_12; +lean_object* x_29; +x_29 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_29, 0, x_23); +lean_ctor_set(x_10, 0, x_29); +return x_10; } } case 11: { -lean_object* x_32; -x_32 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_32, 0, x_25); -lean_ctor_set(x_12, 0, x_32); -return x_12; +lean_object* x_30; +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_23); +lean_ctor_set(x_10, 0, x_30); +return x_10; } default: { -lean_object* x_33; -lean_dec(x_25); -x_33 = lean_box(0); -lean_ctor_set(x_12, 0, x_33); -return x_12; +lean_object* x_31; +lean_dec(x_23); +x_31 = lean_box(0); +lean_ctor_set(x_10, 0, x_31); +return x_10; } } } @@ -1866,105 +1873,115 @@ return x_12; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_12, 0); -x_35 = lean_ctor_get(x_12, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_12); -x_36 = l_Lean_IR_LocalContext_getValue(x_34, x_1); -lean_dec(x_34); -if (lean_obj_tag(x_36) == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_10, 0); +x_33 = lean_ctor_get(x_10, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_10); +x_34 = l_Lean_IR_LocalContext_getValue(x_32, x_1); +lean_dec(x_32); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_box(0); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_35); -return x_38; +lean_object* x_35; lean_object* x_36; +x_35 = lean_box(0); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +return x_36; } else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_36, 0); -lean_inc(x_39); -if (lean_is_exclusive(x_36)) { - lean_ctor_release(x_36, 0); - x_40 = x_36; +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_34, 0); +lean_inc(x_37); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + x_38 = x_34; } else { - lean_dec_ref(x_36); - x_40 = lean_box(0); + lean_dec_ref(x_34); + x_38 = lean_box(0); } -switch (lean_obj_tag(x_39)) { +switch (lean_obj_tag(x_37)) { case 6: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -x_42 = lean_array_get_size(x_41); -lean_dec(x_41); -x_43 = lean_unsigned_to_nat(0u); -x_44 = lean_nat_dec_eq(x_42, x_43); -lean_dec(x_42); -if (x_44 == 0) +lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_39 = lean_ctor_get(x_37, 1); +lean_inc(x_39); +x_40 = lean_array_get_size(x_39); +lean_dec(x_39); +x_41 = lean_unsigned_to_nat(0u); +x_42 = lean_nat_dec_eq(x_40, x_41); +lean_dec(x_40); +if (x_42 == 0) +{ +lean_object* x_43; lean_object* x_44; +lean_dec(x_38); +lean_dec(x_37); +x_43 = lean_box(0); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_33); +return x_44; +} +else { lean_object* x_45; lean_object* x_46; -lean_dec(x_40); -lean_dec(x_39); -x_45 = lean_box(0); +if (lean_is_scalar(x_38)) { + x_45 = lean_alloc_ctor(1, 1, 0); +} else { + x_45 = x_38; +} +lean_ctor_set(x_45, 0, x_37); x_46 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_35); +lean_ctor_set(x_46, 1, x_33); return x_46; } -else +} +case 11: { lean_object* x_47; lean_object* x_48; -if (lean_is_scalar(x_40)) { +if (lean_is_scalar(x_38)) { x_47 = lean_alloc_ctor(1, 1, 0); } else { - x_47 = x_40; + x_47 = x_38; } -lean_ctor_set(x_47, 0, x_39); +lean_ctor_set(x_47, 0, x_37); x_48 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_35); +lean_ctor_set(x_48, 1, x_33); return x_48; } -} -case 11: +default: { lean_object* x_49; lean_object* x_50; -if (lean_is_scalar(x_40)) { - x_49 = lean_alloc_ctor(1, 1, 0); -} else { - x_49 = x_40; -} -lean_ctor_set(x_49, 0, x_39); +lean_dec(x_38); +lean_dec(x_37); +x_49 = lean_box(0); x_50 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_35); +lean_ctor_set(x_50, 1, x_33); return x_50; } -default: +} +} +} +} +} +} +else { lean_object* x_51; lean_object* x_52; -lean_dec(x_40); -lean_dec(x_39); 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_35); +lean_ctor_set(x_52, 1, x_4); return x_52; } } } } -} -} -} -} -} LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_Boxing_0__Lean_IR_ExplicitBoxing_isExpensiveConstantValueBoxing___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { diff --git a/stage0/stdlib/Lean/Compiler/IR/Checker.c b/stage0/stdlib/Lean/Compiler/IR/Checker.c index af1ece0af8d6..eefe1fea3c93 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Checker.c +++ b/stage0/stdlib/Lean/Compiler/IR/Checker.c @@ -3662,284 +3662,233 @@ return x_282; } case 9: { -lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; +lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_336; lean_object* x_337; x_283 = lean_ctor_get(x_2, 0); lean_inc(x_283); x_284 = lean_ctor_get(x_2, 1); lean_inc(x_284); lean_dec(x_2); lean_inc(x_3); -x_285 = l_Lean_IR_Checker_checkObjType(x_1, x_3, x_4); -x_286 = lean_ctor_get(x_285, 0); -lean_inc(x_286); -if (lean_obj_tag(x_286) == 0) -{ -uint8_t x_287; -lean_dec(x_284); -lean_dec(x_283); -lean_dec(x_3); -x_287 = !lean_is_exclusive(x_285); -if (x_287 == 0) +x_336 = l_Lean_IR_Checker_checkObjType(x_1, x_3, x_4); +x_337 = lean_ctor_get(x_336, 0); +lean_inc(x_337); +if (lean_obj_tag(x_337) == 0) { -lean_object* x_288; uint8_t x_289; -x_288 = lean_ctor_get(x_285, 0); -lean_dec(x_288); -x_289 = !lean_is_exclusive(x_286); -if (x_289 == 0) -{ -return x_285; -} -else +lean_object* x_338; uint8_t x_339; +x_338 = lean_ctor_get(x_336, 1); +lean_inc(x_338); +lean_dec(x_336); +x_339 = !lean_is_exclusive(x_337); +if (x_339 == 0) { -lean_object* x_290; lean_object* x_291; -x_290 = lean_ctor_get(x_286, 0); -lean_inc(x_290); -lean_dec(x_286); -x_291 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_291, 0, x_290); -lean_ctor_set(x_285, 0, x_291); -return x_285; -} +x_285 = x_337; +x_286 = x_338; +goto block_335; } else { -lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; -x_292 = lean_ctor_get(x_285, 1); -lean_inc(x_292); -lean_dec(x_285); -x_293 = lean_ctor_get(x_286, 0); -lean_inc(x_293); -if (lean_is_exclusive(x_286)) { - lean_ctor_release(x_286, 0); - x_294 = x_286; -} else { - lean_dec_ref(x_286); - x_294 = lean_box(0); -} -if (lean_is_scalar(x_294)) { - x_295 = lean_alloc_ctor(0, 1, 0); -} else { - x_295 = x_294; -} -lean_ctor_set(x_295, 0, x_293); -x_296 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_296, 0, x_295); -lean_ctor_set(x_296, 1, x_292); -return x_296; +lean_object* x_340; lean_object* x_341; +x_340 = lean_ctor_get(x_337, 0); +lean_inc(x_340); +lean_dec(x_337); +x_341 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_341, 0, x_340); +x_285 = x_341; +x_286 = x_338; +goto block_335; } } else { -lean_object* x_297; lean_object* x_298; lean_object* x_299; -lean_dec(x_286); -x_297 = lean_ctor_get(x_285, 1); -lean_inc(x_297); -lean_dec(x_285); +lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; +lean_dec(x_337); +x_342 = lean_ctor_get(x_336, 1); +lean_inc(x_342); +lean_dec(x_336); lean_inc(x_3); lean_inc(x_284); -x_298 = l_Lean_IR_Checker_checkScalarVar(x_284, x_3, x_297); -x_299 = lean_ctor_get(x_298, 0); -lean_inc(x_299); -if (lean_obj_tag(x_299) == 0) +x_343 = l_Lean_IR_Checker_checkScalarVar(x_284, x_3, x_342); +x_344 = lean_ctor_get(x_343, 0); +lean_inc(x_344); +x_345 = lean_ctor_get(x_343, 1); +lean_inc(x_345); +lean_dec(x_343); +x_285 = x_344; +x_286 = x_345; +goto block_335; +} +block_335: +{ +if (lean_obj_tag(x_285) == 0) { -uint8_t x_300; +uint8_t x_287; lean_dec(x_284); lean_dec(x_283); lean_dec(x_3); -x_300 = !lean_is_exclusive(x_298); -if (x_300 == 0) -{ -lean_object* x_301; uint8_t x_302; -x_301 = lean_ctor_get(x_298, 0); -lean_dec(x_301); -x_302 = !lean_is_exclusive(x_299); -if (x_302 == 0) -{ -return x_298; -} -else +x_287 = !lean_is_exclusive(x_285); +if (x_287 == 0) { -lean_object* x_303; lean_object* x_304; -x_303 = lean_ctor_get(x_299, 0); -lean_inc(x_303); -lean_dec(x_299); -x_304 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_304, 0, x_303); -lean_ctor_set(x_298, 0, x_304); -return x_298; -} +lean_object* x_288; +x_288 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_288, 0, x_285); +lean_ctor_set(x_288, 1, x_286); +return x_288; } else { -lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; -x_305 = lean_ctor_get(x_298, 1); -lean_inc(x_305); -lean_dec(x_298); -x_306 = lean_ctor_get(x_299, 0); -lean_inc(x_306); -if (lean_is_exclusive(x_299)) { - lean_ctor_release(x_299, 0); - x_307 = x_299; -} else { - lean_dec_ref(x_299); - x_307 = lean_box(0); -} -if (lean_is_scalar(x_307)) { - x_308 = lean_alloc_ctor(0, 1, 0); -} else { - x_308 = x_307; -} -lean_ctor_set(x_308, 0, x_306); -x_309 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_309, 0, x_308); -lean_ctor_set(x_309, 1, x_305); -return x_309; +lean_object* x_289; lean_object* x_290; lean_object* x_291; +x_289 = lean_ctor_get(x_285, 0); +lean_inc(x_289); +lean_dec(x_285); +x_290 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_290, 0, x_289); +x_291 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_291, 0, x_290); +lean_ctor_set(x_291, 1, x_286); +return x_291; } } else { -lean_object* x_310; lean_object* x_311; lean_object* x_312; -lean_dec(x_299); -x_310 = lean_ctor_get(x_298, 1); -lean_inc(x_310); -lean_dec(x_298); -x_311 = l_Lean_IR_Checker_getType(x_284, x_3, x_310); -x_312 = lean_ctor_get(x_311, 0); -lean_inc(x_312); -if (lean_obj_tag(x_312) == 0) +lean_object* x_292; lean_object* x_293; +lean_dec(x_285); +x_292 = l_Lean_IR_Checker_getType(x_284, x_3, x_286); +x_293 = lean_ctor_get(x_292, 0); +lean_inc(x_293); +if (lean_obj_tag(x_293) == 0) { -uint8_t x_313; +uint8_t x_294; lean_dec(x_283); lean_dec(x_3); -x_313 = !lean_is_exclusive(x_311); -if (x_313 == 0) +x_294 = !lean_is_exclusive(x_292); +if (x_294 == 0) { -lean_object* x_314; uint8_t x_315; -x_314 = lean_ctor_get(x_311, 0); -lean_dec(x_314); -x_315 = !lean_is_exclusive(x_312); -if (x_315 == 0) +lean_object* x_295; uint8_t x_296; +x_295 = lean_ctor_get(x_292, 0); +lean_dec(x_295); +x_296 = !lean_is_exclusive(x_293); +if (x_296 == 0) { -return x_311; +return x_292; } else { -lean_object* x_316; lean_object* x_317; -x_316 = lean_ctor_get(x_312, 0); -lean_inc(x_316); -lean_dec(x_312); -x_317 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_317, 0, x_316); -lean_ctor_set(x_311, 0, x_317); -return x_311; +lean_object* x_297; lean_object* x_298; +x_297 = lean_ctor_get(x_293, 0); +lean_inc(x_297); +lean_dec(x_293); +x_298 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_292, 0, x_298); +return x_292; } } else { -lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; -x_318 = lean_ctor_get(x_311, 1); -lean_inc(x_318); -lean_dec(x_311); -x_319 = lean_ctor_get(x_312, 0); -lean_inc(x_319); -if (lean_is_exclusive(x_312)) { - lean_ctor_release(x_312, 0); - x_320 = x_312; +lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; +x_299 = lean_ctor_get(x_292, 1); +lean_inc(x_299); +lean_dec(x_292); +x_300 = lean_ctor_get(x_293, 0); +lean_inc(x_300); +if (lean_is_exclusive(x_293)) { + lean_ctor_release(x_293, 0); + x_301 = x_293; } else { - lean_dec_ref(x_312); - x_320 = lean_box(0); + lean_dec_ref(x_293); + x_301 = lean_box(0); } -if (lean_is_scalar(x_320)) { - x_321 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_301)) { + x_302 = lean_alloc_ctor(0, 1, 0); } else { - x_321 = x_320; + x_302 = x_301; } -lean_ctor_set(x_321, 0, x_319); -x_322 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_322, 0, x_321); -lean_ctor_set(x_322, 1, x_318); -return x_322; +lean_ctor_set(x_302, 0, x_300); +x_303 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_303, 0, x_302); +lean_ctor_set(x_303, 1, x_299); +return x_303; } } else { -uint8_t x_323; -x_323 = !lean_is_exclusive(x_311); -if (x_323 == 0) +uint8_t x_304; +x_304 = !lean_is_exclusive(x_292); +if (x_304 == 0) { -lean_object* x_324; lean_object* x_325; lean_object* x_326; uint8_t x_327; -x_324 = lean_ctor_get(x_311, 1); -x_325 = lean_ctor_get(x_311, 0); -lean_dec(x_325); -x_326 = lean_ctor_get(x_312, 0); -lean_inc(x_326); -lean_dec(x_312); -x_327 = l_Lean_IR_IRType_beq(x_326, x_283); +lean_object* x_305; lean_object* x_306; lean_object* x_307; uint8_t x_308; +x_305 = lean_ctor_get(x_292, 1); +x_306 = lean_ctor_get(x_292, 0); +lean_dec(x_306); +x_307 = lean_ctor_get(x_293, 0); +lean_inc(x_307); +lean_dec(x_293); +x_308 = l_Lean_IR_IRType_beq(x_307, x_283); lean_dec(x_283); -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; lean_object* x_335; lean_object* x_336; lean_object* x_337; -lean_free_object(x_311); -x_328 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_326); -x_329 = l_Std_Format_defWidth; -x_330 = lean_format_pretty(x_328, x_329); -x_331 = l_Lean_IR_Checker_checkType___closed__1; -x_332 = lean_string_append(x_331, x_330); -lean_dec(x_330); -x_333 = l_Lean_IR_Checker_getDecl___closed__2; -x_334 = lean_string_append(x_332, x_333); -x_335 = l_Lean_IR_Checker_checkType___closed__2; -x_336 = lean_box(0); -x_337 = lean_apply_4(x_335, x_334, x_336, x_3, x_324); -return x_337; -} -else -{ -lean_object* x_338; -lean_dec(x_326); +if (x_308 == 0) +{ +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_free_object(x_292); +x_309 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_307); +x_310 = l_Std_Format_defWidth; +x_311 = lean_format_pretty(x_309, x_310); +x_312 = l_Lean_IR_Checker_checkType___closed__1; +x_313 = lean_string_append(x_312, x_311); +lean_dec(x_311); +x_314 = l_Lean_IR_Checker_getDecl___closed__2; +x_315 = lean_string_append(x_313, x_314); +x_316 = l_Lean_IR_Checker_checkType___closed__2; +x_317 = lean_box(0); +x_318 = lean_apply_4(x_316, x_315, x_317, x_3, x_305); +return x_318; +} +else +{ +lean_object* x_319; +lean_dec(x_307); lean_dec(x_3); -x_338 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; -lean_ctor_set(x_311, 0, x_338); -return x_311; +x_319 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; +lean_ctor_set(x_292, 0, x_319); +return x_292; } } else { -lean_object* x_339; lean_object* x_340; uint8_t x_341; -x_339 = lean_ctor_get(x_311, 1); -lean_inc(x_339); -lean_dec(x_311); -x_340 = lean_ctor_get(x_312, 0); -lean_inc(x_340); -lean_dec(x_312); -x_341 = l_Lean_IR_IRType_beq(x_340, x_283); +lean_object* x_320; lean_object* x_321; uint8_t x_322; +x_320 = lean_ctor_get(x_292, 1); +lean_inc(x_320); +lean_dec(x_292); +x_321 = lean_ctor_get(x_293, 0); +lean_inc(x_321); +lean_dec(x_293); +x_322 = l_Lean_IR_IRType_beq(x_321, x_283); lean_dec(x_283); -if (x_341 == 0) -{ -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; -x_342 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_340); -x_343 = l_Std_Format_defWidth; -x_344 = lean_format_pretty(x_342, x_343); -x_345 = l_Lean_IR_Checker_checkType___closed__1; -x_346 = lean_string_append(x_345, x_344); -lean_dec(x_344); -x_347 = l_Lean_IR_Checker_getDecl___closed__2; -x_348 = lean_string_append(x_346, x_347); -x_349 = l_Lean_IR_Checker_checkType___closed__2; -x_350 = lean_box(0); -x_351 = lean_apply_4(x_349, x_348, x_350, x_3, x_339); -return x_351; +if (x_322 == 0) +{ +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; +x_323 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_321); +x_324 = l_Std_Format_defWidth; +x_325 = lean_format_pretty(x_323, x_324); +x_326 = l_Lean_IR_Checker_checkType___closed__1; +x_327 = lean_string_append(x_326, x_325); +lean_dec(x_325); +x_328 = l_Lean_IR_Checker_getDecl___closed__2; +x_329 = lean_string_append(x_327, x_328); +x_330 = l_Lean_IR_Checker_checkType___closed__2; +x_331 = lean_box(0); +x_332 = lean_apply_4(x_330, x_329, x_331, x_3, x_320); +return x_332; } else { -lean_object* x_352; lean_object* x_353; -lean_dec(x_340); +lean_object* x_333; lean_object* x_334; +lean_dec(x_321); lean_dec(x_3); -x_352 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; -x_353 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_353, 0, x_352); -lean_ctor_set(x_353, 1, x_339); -return x_353; +x_333 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; +x_334 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_334, 0, x_333); +lean_ctor_set(x_334, 1, x_320); +return x_334; } } } @@ -3948,245 +3897,245 @@ return x_353; } case 10: { -lean_object* x_354; lean_object* x_355; lean_object* x_356; -x_354 = lean_ctor_get(x_2, 0); -lean_inc(x_354); +lean_object* x_346; lean_object* x_347; lean_object* x_348; +x_346 = lean_ctor_get(x_2, 0); +lean_inc(x_346); lean_dec(x_2); lean_inc(x_3); -x_355 = l_Lean_IR_Checker_checkScalarType(x_1, x_3, x_4); -x_356 = lean_ctor_get(x_355, 0); -lean_inc(x_356); -if (lean_obj_tag(x_356) == 0) +x_347 = l_Lean_IR_Checker_checkScalarType(x_1, x_3, x_4); +x_348 = lean_ctor_get(x_347, 0); +lean_inc(x_348); +if (lean_obj_tag(x_348) == 0) { -uint8_t x_357; -lean_dec(x_354); +uint8_t x_349; +lean_dec(x_346); lean_dec(x_3); -x_357 = !lean_is_exclusive(x_355); -if (x_357 == 0) +x_349 = !lean_is_exclusive(x_347); +if (x_349 == 0) { -lean_object* x_358; uint8_t x_359; -x_358 = lean_ctor_get(x_355, 0); -lean_dec(x_358); -x_359 = !lean_is_exclusive(x_356); -if (x_359 == 0) +lean_object* x_350; uint8_t x_351; +x_350 = lean_ctor_get(x_347, 0); +lean_dec(x_350); +x_351 = !lean_is_exclusive(x_348); +if (x_351 == 0) { -return x_355; +return x_347; } else { -lean_object* x_360; lean_object* x_361; -x_360 = lean_ctor_get(x_356, 0); -lean_inc(x_360); -lean_dec(x_356); -x_361 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_361, 0, x_360); -lean_ctor_set(x_355, 0, x_361); -return x_355; +lean_object* x_352; lean_object* x_353; +x_352 = lean_ctor_get(x_348, 0); +lean_inc(x_352); +lean_dec(x_348); +x_353 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_353, 0, x_352); +lean_ctor_set(x_347, 0, x_353); +return x_347; } } else { -lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; -x_362 = lean_ctor_get(x_355, 1); -lean_inc(x_362); -lean_dec(x_355); -x_363 = lean_ctor_get(x_356, 0); -lean_inc(x_363); -if (lean_is_exclusive(x_356)) { - lean_ctor_release(x_356, 0); - x_364 = x_356; +lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; +x_354 = lean_ctor_get(x_347, 1); +lean_inc(x_354); +lean_dec(x_347); +x_355 = lean_ctor_get(x_348, 0); +lean_inc(x_355); +if (lean_is_exclusive(x_348)) { + lean_ctor_release(x_348, 0); + x_356 = x_348; } else { - lean_dec_ref(x_356); - x_364 = lean_box(0); + lean_dec_ref(x_348); + x_356 = lean_box(0); } -if (lean_is_scalar(x_364)) { - x_365 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_356)) { + x_357 = lean_alloc_ctor(0, 1, 0); } else { - x_365 = x_364; + x_357 = x_356; } -lean_ctor_set(x_365, 0, x_363); -x_366 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_366, 0, x_365); -lean_ctor_set(x_366, 1, x_362); -return x_366; +lean_ctor_set(x_357, 0, x_355); +x_358 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_358, 0, x_357); +lean_ctor_set(x_358, 1, x_354); +return x_358; } } else { -lean_object* x_367; lean_object* x_368; -lean_dec(x_356); -x_367 = lean_ctor_get(x_355, 1); -lean_inc(x_367); -lean_dec(x_355); -x_368 = l_Lean_IR_Checker_checkObjVar(x_354, x_3, x_367); -return x_368; +lean_object* x_359; lean_object* x_360; +lean_dec(x_348); +x_359 = lean_ctor_get(x_347, 1); +lean_inc(x_359); +lean_dec(x_347); +x_360 = l_Lean_IR_Checker_checkObjVar(x_346, x_3, x_359); +return x_360; } } case 11: { -lean_object* x_369; -x_369 = lean_ctor_get(x_2, 0); -lean_inc(x_369); +lean_object* x_361; +x_361 = lean_ctor_get(x_2, 0); +lean_inc(x_361); lean_dec(x_2); -if (lean_obj_tag(x_369) == 0) +if (lean_obj_tag(x_361) == 0) { -lean_object* x_370; lean_object* x_371; -lean_dec(x_369); +lean_object* x_362; lean_object* x_363; +lean_dec(x_361); lean_dec(x_3); lean_dec(x_1); -x_370 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; -x_371 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_371, 0, x_370); -lean_ctor_set(x_371, 1, x_4); -return x_371; +x_362 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; +x_363 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_363, 0, x_362); +lean_ctor_set(x_363, 1, x_4); +return x_363; } else { -lean_object* x_372; -lean_dec(x_369); -x_372 = l_Lean_IR_Checker_checkObjType(x_1, x_3, x_4); -return x_372; +lean_object* x_364; +lean_dec(x_361); +x_364 = l_Lean_IR_Checker_checkObjType(x_1, x_3, x_4); +return x_364; } } default: { -lean_object* x_373; lean_object* x_374; lean_object* x_375; -x_373 = lean_ctor_get(x_2, 0); -lean_inc(x_373); +lean_object* x_365; lean_object* x_366; lean_object* x_367; +x_365 = lean_ctor_get(x_2, 0); +lean_inc(x_365); lean_dec(x_2); lean_inc(x_3); -x_374 = l_Lean_IR_Checker_checkObjVar(x_373, x_3, x_4); -x_375 = lean_ctor_get(x_374, 0); -lean_inc(x_375); -if (lean_obj_tag(x_375) == 0) +x_366 = l_Lean_IR_Checker_checkObjVar(x_365, x_3, x_4); +x_367 = lean_ctor_get(x_366, 0); +lean_inc(x_367); +if (lean_obj_tag(x_367) == 0) { -uint8_t x_376; +uint8_t x_368; lean_dec(x_3); lean_dec(x_1); -x_376 = !lean_is_exclusive(x_374); -if (x_376 == 0) +x_368 = !lean_is_exclusive(x_366); +if (x_368 == 0) { -lean_object* x_377; uint8_t x_378; -x_377 = lean_ctor_get(x_374, 0); -lean_dec(x_377); -x_378 = !lean_is_exclusive(x_375); -if (x_378 == 0) +lean_object* x_369; uint8_t x_370; +x_369 = lean_ctor_get(x_366, 0); +lean_dec(x_369); +x_370 = !lean_is_exclusive(x_367); +if (x_370 == 0) { -return x_374; +return x_366; } else { -lean_object* x_379; lean_object* x_380; -x_379 = lean_ctor_get(x_375, 0); -lean_inc(x_379); -lean_dec(x_375); -x_380 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_380, 0, x_379); -lean_ctor_set(x_374, 0, x_380); -return x_374; +lean_object* x_371; lean_object* x_372; +x_371 = lean_ctor_get(x_367, 0); +lean_inc(x_371); +lean_dec(x_367); +x_372 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_372, 0, x_371); +lean_ctor_set(x_366, 0, x_372); +return x_366; } } else { -lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; -x_381 = lean_ctor_get(x_374, 1); -lean_inc(x_381); -lean_dec(x_374); -x_382 = lean_ctor_get(x_375, 0); -lean_inc(x_382); -if (lean_is_exclusive(x_375)) { - lean_ctor_release(x_375, 0); - x_383 = x_375; +lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; +x_373 = lean_ctor_get(x_366, 1); +lean_inc(x_373); +lean_dec(x_366); +x_374 = lean_ctor_get(x_367, 0); +lean_inc(x_374); +if (lean_is_exclusive(x_367)) { + lean_ctor_release(x_367, 0); + x_375 = x_367; } else { - lean_dec_ref(x_375); - x_383 = lean_box(0); + lean_dec_ref(x_367); + x_375 = lean_box(0); } -if (lean_is_scalar(x_383)) { - x_384 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_375)) { + x_376 = lean_alloc_ctor(0, 1, 0); } else { - x_384 = x_383; + x_376 = x_375; } -lean_ctor_set(x_384, 0, x_382); -x_385 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_385, 0, x_384); -lean_ctor_set(x_385, 1, x_381); -return x_385; +lean_ctor_set(x_376, 0, x_374); +x_377 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_377, 0, x_376); +lean_ctor_set(x_377, 1, x_373); +return x_377; } } else { -uint8_t x_386; -lean_dec(x_375); -x_386 = !lean_is_exclusive(x_374); -if (x_386 == 0) -{ -lean_object* x_387; lean_object* x_388; lean_object* x_389; uint8_t x_390; -x_387 = lean_ctor_get(x_374, 1); -x_388 = lean_ctor_get(x_374, 0); -lean_dec(x_388); -x_389 = lean_box(1); -x_390 = l_Lean_IR_IRType_beq(x_1, x_389); -if (x_390 == 0) -{ -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_free_object(x_374); -x_391 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_1); -x_392 = l_Std_Format_defWidth; -x_393 = lean_format_pretty(x_391, x_392); -x_394 = l_Lean_IR_Checker_checkType___closed__1; -x_395 = lean_string_append(x_394, x_393); -lean_dec(x_393); -x_396 = l_Lean_IR_Checker_getDecl___closed__2; -x_397 = lean_string_append(x_395, x_396); -x_398 = l_Lean_IR_Checker_checkType___closed__2; -x_399 = lean_box(0); -x_400 = lean_apply_4(x_398, x_397, x_399, x_3, x_387); -return x_400; -} -else +uint8_t x_378; +lean_dec(x_367); +x_378 = !lean_is_exclusive(x_366); +if (x_378 == 0) { -lean_object* x_401; +lean_object* x_379; lean_object* x_380; lean_object* x_381; uint8_t x_382; +x_379 = lean_ctor_get(x_366, 1); +x_380 = lean_ctor_get(x_366, 0); +lean_dec(x_380); +x_381 = lean_box(1); +x_382 = l_Lean_IR_IRType_beq(x_1, x_381); +if (x_382 == 0) +{ +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_free_object(x_366); +x_383 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_1); +x_384 = l_Std_Format_defWidth; +x_385 = lean_format_pretty(x_383, x_384); +x_386 = l_Lean_IR_Checker_checkType___closed__1; +x_387 = lean_string_append(x_386, x_385); +lean_dec(x_385); +x_388 = l_Lean_IR_Checker_getDecl___closed__2; +x_389 = lean_string_append(x_387, x_388); +x_390 = l_Lean_IR_Checker_checkType___closed__2; +x_391 = lean_box(0); +x_392 = lean_apply_4(x_390, x_389, x_391, x_3, x_379); +return x_392; +} +else +{ +lean_object* x_393; lean_dec(x_3); lean_dec(x_1); -x_401 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; -lean_ctor_set(x_374, 0, x_401); -return x_374; +x_393 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; +lean_ctor_set(x_366, 0, x_393); +return x_366; } } else { -lean_object* x_402; lean_object* x_403; uint8_t x_404; -x_402 = lean_ctor_get(x_374, 1); -lean_inc(x_402); -lean_dec(x_374); -x_403 = lean_box(1); -x_404 = l_Lean_IR_IRType_beq(x_1, x_403); -if (x_404 == 0) +lean_object* x_394; lean_object* x_395; uint8_t x_396; +x_394 = lean_ctor_get(x_366, 1); +lean_inc(x_394); +lean_dec(x_366); +x_395 = lean_box(1); +x_396 = l_Lean_IR_IRType_beq(x_1, x_395); +if (x_396 == 0) { -lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; -x_405 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_1); -x_406 = l_Std_Format_defWidth; -x_407 = lean_format_pretty(x_405, x_406); -x_408 = l_Lean_IR_Checker_checkType___closed__1; -x_409 = lean_string_append(x_408, x_407); -lean_dec(x_407); -x_410 = l_Lean_IR_Checker_getDecl___closed__2; -x_411 = lean_string_append(x_409, x_410); -x_412 = l_Lean_IR_Checker_checkType___closed__2; -x_413 = lean_box(0); -x_414 = lean_apply_4(x_412, x_411, x_413, x_3, x_402); -return x_414; +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_397 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_1); +x_398 = l_Std_Format_defWidth; +x_399 = lean_format_pretty(x_397, x_398); +x_400 = l_Lean_IR_Checker_checkType___closed__1; +x_401 = lean_string_append(x_400, x_399); +lean_dec(x_399); +x_402 = l_Lean_IR_Checker_getDecl___closed__2; +x_403 = lean_string_append(x_401, x_402); +x_404 = l_Lean_IR_Checker_checkType___closed__2; +x_405 = lean_box(0); +x_406 = lean_apply_4(x_404, x_403, x_405, x_3, x_394); +return x_406; } else { -lean_object* x_415; lean_object* x_416; +lean_object* x_407; lean_object* x_408; lean_dec(x_3); lean_dec(x_1); -x_415 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; -x_416 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_416, 0, x_415); -lean_ctor_set(x_416, 1, x_402); -return x_416; +x_407 = l_Lean_IR_Checker_markIndex___lambda__1___closed__1; +x_408 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_408, 0, x_407); +lean_ctor_set(x_408, 1, x_394); +return x_408; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c b/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c index ad4771dde398..b46e34f196c9 100644 --- a/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c +++ b/stage0/stdlib/Lean/Compiler/IR/ElimDeadBranches.c @@ -14,14 +14,12 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_IR_UnreachableBranches_getFunctionSummary_x3f___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_instToStringValue; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_IR_UnreachableBranches_Value_merge___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_UnreachableBranches_inferStep___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__9; static lean_object* l_Lean_IR_UnreachableBranches_interpFnBody___closed__2; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_widening(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_containsCtor___boxed(lean_object*, lean_object*); @@ -35,6 +33,7 @@ LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_truncate_go(lean_ob static lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat___closed__7; static lean_object* l_Lean_IR_UnreachableBranches_Value_instToFormatValue___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_updateVarAssignment___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_format___closed__1; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__22; @@ -42,7 +41,6 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); size_t lean_usize_shift_right(size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_inferStep___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__17; -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__1; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_projValue(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__11; uint8_t lean_usize_dec_le(size_t, size_t); @@ -53,10 +51,11 @@ uint64_t lean_uint64_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_UnreachableBranches_Value_format___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__8; -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__3; LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__1; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__18; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); +static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_resetNestedJPParams___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_instToFormatValue; LEAN_EXPORT lean_object* l_Lean_PersistentArray_modifyAux___at_Lean_IR_UnreachableBranches_updateCurrFnSummary___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); @@ -71,9 +70,7 @@ LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_instInhabitedValue; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__4___boxed(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_IR_UnreachableBranches_updateJPParamsAssignment___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_elimDeadBranches___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_instReprValue___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); @@ -87,20 +84,22 @@ lean_object* lean_environment_find(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_IR_UnreachableBranches_Value_toFormat___closed__12; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__13; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_IR_UnreachableBranches_Value_beq___spec__2(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_elimDeadAux___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_instReprValue; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__14; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_IR_UnreachableBranches_projValue___spec__1(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_IR_elimDeadBranches___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____boxed(lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__4; LEAN_EXPORT lean_object* l_Array_qsort_sort___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_sortEntries___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_addExtraName(lean_object*, lean_object*); extern lean_object* l_Lean_IR_instInhabitedFnBody; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_InterpContext_currFnIdx___default; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_functionSummariesExt; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__4(lean_object*, lean_object*, lean_object*); @@ -108,13 +107,11 @@ extern lean_object* l_Lean_IR_instInhabitedParam; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__3; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_IR_UnreachableBranches_Value_beq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_IR_UnreachableBranches_Value_merge___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__1; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_IR_UnreachableBranches_Value_beq___spec__4___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_findVarValue___closed__1; static lean_object* l_Lean_IR_UnreachableBranches_Value_instBEqValue___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_interpExpr___lambda__1___boxed(lean_object*, lean_object*); uint8_t l_Lean_IR_CtorInfo_beq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat___closed__6; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_IR_UnreachableBranches_findVarValue___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_getFunctionSummary_x3f___closed__2; @@ -123,7 +120,6 @@ LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_format(lean_object* size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_format___closed__7; static lean_object* l_Lean_IR_UnreachableBranches_interpFnBody___closed__1; -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_IR_UnreachableBranches_updateCurrFnSummary___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_IR_UnreachableBranches_Value_beq___spec__4(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_elimDeadBranches(lean_object*, lean_object*, lean_object*); @@ -135,6 +131,7 @@ static lean_object* l_Lean_IR_UnreachableBranches_Value_format___closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_IR_UnreachableBranches_getFunctionSummary_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__1; extern lean_object* l_Lean_IR_instInhabitedDecl; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_elimDeadAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_IR_UnreachableBranches_containsCtor(lean_object*, lean_object*); @@ -159,6 +156,7 @@ static lean_object* l_Lean_IR_UnreachableBranches_interpFnBody___closed__4; static lean_object* l_List_mapTR_loop___at_Lean_IR_UnreachableBranches_Value_toFormat___spec__1___closed__2; lean_object* l_Lean_IR_LocalContext_getJPParams(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__26; +static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_IR_formatArray___at_Lean_IR_UnreachableBranches_Value_format___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_inferStep(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__10(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -166,23 +164,27 @@ LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_elimDeadBranches___spe LEAN_EXPORT lean_object* l_Lean_PersistentArray_modifyAux___at_Lean_IR_UnreachableBranches_updateCurrFnSummary___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat(lean_object*); lean_object* l_Lean_IR_Decl_name(lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__3(lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_IR_UnreachableBranches_containsCtor___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat___closed__3; static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__7; -static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_UnreachableBranches_Value_format___spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_IR_UnreachableBranches_interpFnBody___spec__2(lean_object*); lean_object* l_Lean_IR_FnBody_body(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_addChoice___closed__3; -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__4; +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__6; lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__5; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_IR_UnreachableBranches_inferStep___spec__1___boxed(lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__9; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_instToStringValue(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_IR_UnreachableBranches_Value_format___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_InterpContext_lctx___default; +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_IR_UnreachableBranches_getFunctionSummary_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -191,22 +193,19 @@ uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__7(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__6; extern lean_object* l_Lean_IR_instInhabitedArg; LEAN_EXPORT uint8_t l_Lean_IR_UnreachableBranches_Value_beq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_interpFnBody(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_IR_UnreachableBranches_Value_toFormat___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_addFunctionSummary(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__5; -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__8; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__5; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_addChoice(lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__6; lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__7; +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_findAtSorted_x3f___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_elimDeadAux(lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_IR_UnreachableBranches_Value_toFormat___spec__1___closed__1; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__2(lean_object*, lean_object*); @@ -223,12 +222,13 @@ LEAN_EXPORT uint8_t l_List_elem___at_Lean_IR_UnreachableBranches_Value_truncate_ LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_instToStringValue___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_IR_UnreachableBranches_findVarValue___spec__1(lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_resetNestedJPParams___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_truncate_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__8; +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__8; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_IR_UnreachableBranches_Value_toFormat___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_IR_UnreachableBranches_Value_merge___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_elimDeadAux___spec__1(lean_object*, size_t, size_t, lean_object*); @@ -258,27 +258,26 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_IR_UnreachableBranches_Value_beq___spec__3(lean_object*, uint8_t, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__16; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_findAtSorted_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_resetNestedJPParams___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_IR_UnreachableBranches_containsCtor___spec__1(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_interpExpr(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_IR_UnreachableBranches_interpFnBody___spec__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398_(lean_object*); uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__9(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40_(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__25; uint64_t l_Lean_Name_hash___override(lean_object*); -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__2; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_resetParamAssignment___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_inferMain(lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_addChoice___closed__1; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3; static lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat___closed__9; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_getFunctionSummary_x3f(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); @@ -287,18 +286,18 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_IR_UnreachableBranche lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__10; static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__1; +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__2; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_IR_UnreachableBranches_getFunctionSummary_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__15; -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_format___closed__8; LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_truncate(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__3(lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____spec__4___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__6(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__3; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_findVarValue(lean_object*, lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); @@ -306,7 +305,6 @@ lean_object* l_Lean_PersistentArray_get_x21___rarg(lean_object*, lean_object*, l lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_resetNestedJPParams___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_interpFnBody___closed__3; -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408_(lean_object*); static lean_object* l_Array_qsort_sort___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_sortEntries___spec__1___closed__1; lean_object* l_Lean_mkPersistentArray___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_inferStep___spec__2(size_t, size_t, lean_object*); @@ -315,7 +313,6 @@ static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_Unr size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_IR_UnreachableBranches_instToFormatValue___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2(lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_addChoice___closed__2; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__19; LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_IR_UnreachableBranches_inferStep___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -325,6 +322,7 @@ LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_elimDeadBranches___spe lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_findArgValue(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_IR_UnreachableBranches_Value_beq___spec__5___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___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_List_redLength___rarg(lean_object*); @@ -338,16 +336,17 @@ static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_Unr LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_addFunctionSummary___closed__1; -static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__7; static lean_object* l___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_reprValue____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_40____closed__20; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_updateJPParamsAssignment(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_IR_UnreachableBranches_updateCurrFnSummary___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__9; lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_Value_beq___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_findAtSorted_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_merge___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_IR_UnreachableBranches_getFunctionSummary_x3f___spec__1(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); @@ -355,13 +354,14 @@ LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_IR_UnreachableBranches_updat lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_UnreachableBranches_Value_instToStringValue___closed__1; LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_IR_elimDeadBranches___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__7; static lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat___closed__11; +static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3; static lean_object* l_Lean_IR_UnreachableBranches_Value_format___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_IR_UnreachableBranches_Value_beq___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_IR_LocalContext_getJPBody(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__3(lean_object*, lean_object*); -static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2; static lean_object* l_Lean_IR_UnreachableBranches_Value_toFormat___closed__4; static lean_object* l_Lean_IR_UnreachableBranches_Value_instToStringValue___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_UnreachableBranches_Value_truncate_go___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -4089,7 +4089,7 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3(size_t 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_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__3(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; @@ -4116,7 +4116,7 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_6, x_17, x_1, x_9, x_10); +x_20 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(x_6, x_17, x_1, x_9, x_10); x_4 = lean_box(0); x_5 = x_19; x_6 = x_20; @@ -4124,7 +4124,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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; lean_object* x_7; uint8_t x_8; @@ -4216,7 +4216,7 @@ return x_29; } } } -static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__1() { +static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__1() { _start: { size_t x_1; size_t x_2; size_t x_3; @@ -4226,17 +4226,17 @@ x_3 = lean_usize_shift_left(x_1, x_2); return x_3; } } -static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2() { +static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__1; +x_2 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__1; x_3 = lean_usize_sub(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3() { +static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3() { _start: { lean_object* x_1; @@ -4244,7 +4244,7 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(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) @@ -4257,7 +4257,7 @@ lean_object* x_7; size_t x_8; size_t x_9; size_t x_10; size_t x_11; lean_object* x_7 = lean_ctor_get(x_1, 0); x_8 = 1; x_9 = 5; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2; +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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); @@ -4357,7 +4357,7 @@ lean_object* x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_3 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_35, x_36, x_37, x_4, x_5); +x_38 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(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); @@ -4372,7 +4372,7 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_40, x_41, x_42, x_4, x_5); +x_43 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(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); @@ -4403,7 +4403,7 @@ lean_inc(x_48); lean_dec(x_1); x_49 = 1; x_50 = 5; -x_51 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2; +x_51 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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); @@ -4488,7 +4488,7 @@ if (lean_is_exclusive(x_57)) { } 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_71, x_73, x_74, x_4, x_5); +x_75 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(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 { @@ -4525,7 +4525,7 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__4(x_1, x_83, x_4, x_5); +x_84 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__4(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) @@ -4543,8 +4543,8 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3; -x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); +x_92 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3; +x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); lean_dec(x_91); lean_dec(x_90); return x_93; @@ -4571,7 +4571,7 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__4(x_96, x_97, x_4, x_5); +x_98 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__4(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) @@ -4589,8 +4589,8 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3; -x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); +x_106 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3; +x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); lean_dec(x_105); lean_dec(x_104); return x_107; @@ -4608,7 +4608,7 @@ return x_98; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -4621,7 +4621,7 @@ x_6 = lean_ctor_get(x_1, 1); x_7 = l_Lean_Name_hash___override(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_5, x_8, x_9, x_2, x_3); +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(x_5, x_8, x_9, x_2, x_3); x_11 = lean_unsigned_to_nat(1u); x_12 = lean_nat_add(x_6, x_11); lean_dec(x_6); @@ -4640,7 +4640,7 @@ lean_dec(x_1); x_15 = l_Lean_Name_hash___override(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; -x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_13, x_16, x_17, x_2, x_3); +x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(x_13, x_16, x_17, x_2, x_3); x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_add(x_14, x_19); lean_dec(x_14); @@ -4651,7 +4651,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; @@ -4660,11 +4660,11 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_2, 1); lean_inc(x_4); lean_dec(x_2); -x_5 = l_Lean_PersistentHashMap_insert___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__1(x_1, x_3, x_4); +x_5 = l_Lean_PersistentHashMap_insert___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__1(x_1, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__1() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -4672,21 +4672,21 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__2() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__1; +x_1 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__3() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__2; +x_1 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -4694,15 +4694,15 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__3; +x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__3; return x_2; } } -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__3(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; @@ -4720,7 +4720,7 @@ lean_dec(x_7); return x_9; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__1() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__1() { _start: { lean_object* x_1; @@ -4728,7 +4728,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__2() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__2() { _start: { lean_object* x_1; @@ -4736,7 +4736,7 @@ x_1 = lean_mk_string_from_bytes("IR", 2); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__3() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__3() { _start: { lean_object* x_1; @@ -4744,7 +4744,7 @@ x_1 = lean_mk_string_from_bytes("UnreachableBranches", 19); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__4() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__4() { _start: { lean_object* x_1; @@ -4752,50 +4752,50 @@ x_1 = lean_mk_string_from_bytes("functionSummariesExt", 20); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__5() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__1; -x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__2; -x_3 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__3; -x_4 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__4; +x_1 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__1; +x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__2; +x_3 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__3; +x_4 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__6() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__1), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__1), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__7() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__8() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__3), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__3), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__9() { +static lean_object* _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__5; -x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__6; -x_3 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__7; -x_4 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__8; +x_1 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__5; +x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__6; +x_3 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__7; +x_4 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__8; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -4804,28 +4804,28 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__9; +x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__9; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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: { 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__3(x_7, x_2, x_3, x_4, x_5, x_6); +x_8 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__3(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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__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_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____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; @@ -4833,15 +4833,15 @@ 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_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2(x_1, x_6, x_7, x_4, x_5); +x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2(x_1, x_6, x_7, x_4, x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2(x_1); +x_2 = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2(x_1); lean_dec(x_1); return x_2; } @@ -4920,7 +4920,7 @@ x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); lean_dec(x_1); x_5 = 5; -x_6 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2; +x_6 = l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__2; x_7 = lean_usize_land(x_2, x_6); x_8 = lean_usize_to_nat(x_7); x_9 = lean_box(2); @@ -6781,245 +6781,158 @@ x_18 = lean_nat_dec_lt(x_14, x_17); lean_dec(x_17); if (x_16 == 0) { -lean_object* x_98; lean_object* x_99; -x_98 = l_Lean_IR_instInhabitedParam; -x_99 = l___private_Init_Util_0__outOfBounds___rarg(x_98); -x_19 = x_99; -goto block_97; +lean_object* x_68; lean_object* x_69; +x_68 = l_Lean_IR_instInhabitedParam; +x_69 = l___private_Init_Util_0__outOfBounds___rarg(x_68); +x_19 = x_69; +goto block_67; } else { -lean_object* x_100; -x_100 = lean_array_fget(x_1, x_14); -x_19 = x_100; -goto block_97; +lean_object* x_70; +x_70 = lean_array_fget(x_1, x_14); +x_19 = x_70; +goto block_67; } -block_97: +block_67: { -lean_object* x_20; lean_object* x_21; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_59; x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); lean_dec(x_19); lean_inc(x_20); -x_21 = l_Lean_IR_UnreachableBranches_findVarValue(x_20, x_7, x_8); +x_59 = l_Lean_IR_UnreachableBranches_findVarValue(x_20, x_7, x_8); if (x_18 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_dec(x_14); -x_22 = l_Lean_IR_instInhabitedArg; -x_23 = l___private_Init_Util_0__outOfBounds___rarg(x_22); -x_24 = lean_ctor_get(x_21, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_21, 1); -lean_inc(x_25); -lean_dec(x_21); -x_26 = l_Lean_IR_UnreachableBranches_findArgValue(x_23, x_7, x_25); -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); -lean_inc(x_24); -x_29 = l_Lean_IR_UnreachableBranches_Value_merge(x_24, x_27); -x_30 = l_Lean_IR_UnreachableBranches_Value_beq(x_29, x_24); -if (x_30 == 0) -{ -uint8_t x_31; -x_31 = !lean_is_exclusive(x_28); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_32 = lean_ctor_get(x_28, 0); -x_33 = lean_array_get_size(x_32); -x_34 = lean_nat_dec_lt(x_3, x_33); -lean_dec(x_33); -if (x_34 == 0) -{ -uint8_t x_35; -lean_dec(x_29); -lean_dec(x_20); -x_35 = 1; -x_5 = x_12; -x_6 = x_35; -x_8 = x_28; -goto _start; -} -else -{ -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_array_fget(x_32, x_3); -x_38 = lean_box(0); -x_39 = lean_array_fset(x_32, x_3, x_38); -x_40 = l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(x_37, x_20, x_29); -x_41 = lean_array_fset(x_39, x_3, x_40); -lean_ctor_set(x_28, 0, x_41); -x_42 = 1; -x_5 = x_12; -x_6 = x_42; -x_8 = x_28; -goto _start; -} +x_60 = l_Lean_IR_instInhabitedArg; +x_61 = l___private_Init_Util_0__outOfBounds___rarg(x_60); +x_62 = lean_ctor_get(x_59, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +lean_dec(x_59); +x_21 = x_61; +x_22 = x_62; +x_23 = x_63; +goto block_58; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_28, 0); -x_45 = lean_ctor_get(x_28, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_28); -x_46 = lean_array_get_size(x_44); -x_47 = lean_nat_dec_lt(x_3, x_46); -lean_dec(x_46); -if (x_47 == 0) -{ -lean_object* x_48; uint8_t x_49; -lean_dec(x_29); -lean_dec(x_20); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_44); -lean_ctor_set(x_48, 1, x_45); -x_49 = 1; -x_5 = x_12; -x_6 = x_49; -x_8 = x_48; -goto _start; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_array_fget(x_2, x_14); +lean_dec(x_14); +x_65 = lean_ctor_get(x_59, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_21 = x_64; +x_22 = x_65; +x_23 = x_66; +goto block_58; } -else +block_58: { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_51 = lean_array_fget(x_44, x_3); -x_52 = lean_box(0); -x_53 = lean_array_fset(x_44, x_3, x_52); -x_54 = l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(x_51, x_20, x_29); -x_55 = lean_array_fset(x_53, x_3, 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_45); -x_57 = 1; -x_5 = x_12; -x_6 = x_57; -x_8 = x_56; -goto _start; -} -} -} -else +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_24 = l_Lean_IR_UnreachableBranches_findArgValue(x_21, x_7, x_23); +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); +lean_inc(x_22); +x_27 = l_Lean_IR_UnreachableBranches_Value_merge(x_22, x_25); +x_28 = l_Lean_IR_UnreachableBranches_Value_beq(x_27, x_22); +if (x_28 == 0) { -lean_dec(x_29); -lean_dec(x_20); -x_5 = x_12; -x_8 = x_28; -goto _start; -} -} -else +uint8_t x_29; +x_29 = !lean_is_exclusive(x_26); +if (x_29 == 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; lean_object* x_66; uint8_t x_67; -x_60 = lean_array_fget(x_2, x_14); -lean_dec(x_14); -x_61 = lean_ctor_get(x_21, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_21, 1); -lean_inc(x_62); -lean_dec(x_21); -x_63 = l_Lean_IR_UnreachableBranches_findArgValue(x_60, x_7, x_62); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -lean_inc(x_61); -x_66 = l_Lean_IR_UnreachableBranches_Value_merge(x_61, x_64); -x_67 = l_Lean_IR_UnreachableBranches_Value_beq(x_66, x_61); -if (x_67 == 0) -{ -uint8_t x_68; -x_68 = !lean_is_exclusive(x_65); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; uint8_t x_71; -x_69 = lean_ctor_get(x_65, 0); -x_70 = lean_array_get_size(x_69); -x_71 = lean_nat_dec_lt(x_3, x_70); -lean_dec(x_70); -if (x_71 == 0) +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_26, 0); +x_31 = lean_array_get_size(x_30); +x_32 = lean_nat_dec_lt(x_3, x_31); +lean_dec(x_31); +if (x_32 == 0) { -uint8_t x_72; -lean_dec(x_66); +uint8_t x_33; +lean_dec(x_27); lean_dec(x_20); -x_72 = 1; +x_33 = 1; x_5 = x_12; -x_6 = x_72; -x_8 = x_65; +x_6 = x_33; +x_8 = x_26; goto _start; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_74 = lean_array_fget(x_69, x_3); -x_75 = lean_box(0); -x_76 = lean_array_fset(x_69, x_3, x_75); -x_77 = l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(x_74, x_20, x_66); -x_78 = lean_array_fset(x_76, x_3, x_77); -lean_ctor_set(x_65, 0, x_78); -x_79 = 1; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_35 = lean_array_fget(x_30, x_3); +x_36 = lean_box(0); +x_37 = lean_array_fset(x_30, x_3, x_36); +x_38 = l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(x_35, x_20, x_27); +x_39 = lean_array_fset(x_37, x_3, x_38); +lean_ctor_set(x_26, 0, x_39); +x_40 = 1; x_5 = x_12; -x_6 = x_79; -x_8 = x_65; +x_6 = x_40; +x_8 = x_26; goto _start; } } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; -x_81 = lean_ctor_get(x_65, 0); -x_82 = lean_ctor_get(x_65, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_65); -x_83 = lean_array_get_size(x_81); -x_84 = lean_nat_dec_lt(x_3, x_83); -lean_dec(x_83); -if (x_84 == 0) +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = lean_ctor_get(x_26, 0); +x_43 = lean_ctor_get(x_26, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_26); +x_44 = lean_array_get_size(x_42); +x_45 = lean_nat_dec_lt(x_3, x_44); +lean_dec(x_44); +if (x_45 == 0) { -lean_object* x_85; uint8_t x_86; -lean_dec(x_66); +lean_object* x_46; uint8_t x_47; +lean_dec(x_27); lean_dec(x_20); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_81); -lean_ctor_set(x_85, 1, x_82); -x_86 = 1; +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_42); +lean_ctor_set(x_46, 1, x_43); +x_47 = 1; x_5 = x_12; -x_6 = x_86; -x_8 = x_85; +x_6 = x_47; +x_8 = x_46; goto _start; } else { -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_88 = lean_array_fget(x_81, x_3); -x_89 = lean_box(0); -x_90 = lean_array_fset(x_81, x_3, x_89); -x_91 = l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(x_88, x_20, x_66); -x_92 = lean_array_fset(x_90, x_3, x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_82); -x_94 = 1; +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; +x_49 = lean_array_fget(x_42, x_3); +x_50 = lean_box(0); +x_51 = lean_array_fset(x_42, x_3, x_50); +x_52 = l_Lean_HashMap_insert___at_Lean_IR_UnreachableBranches_updateVarAssignment___spec__1(x_49, x_20, x_27); +x_53 = lean_array_fset(x_51, x_3, 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_43); +x_55 = 1; x_5 = x_12; -x_6 = x_94; -x_8 = x_93; +x_6 = x_55; +x_8 = x_54; goto _start; } } } else { -lean_dec(x_66); +lean_dec(x_27); lean_dec(x_20); x_5 = x_12; -x_8 = x_65; +x_8 = x_26; goto _start; } } @@ -7027,13 +6940,13 @@ goto _start; } else { -lean_object* x_101; lean_object* x_102; +lean_object* x_71; lean_object* x_72; lean_dec(x_5); -x_101 = lean_box(x_6); -x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_8); -return x_102; +x_71 = lean_box(x_6); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_8); +return x_72; } } } @@ -9360,35 +9273,35 @@ l_Lean_IR_UnreachableBranches_Value_truncateMaxDepth = _init_l_Lean_IR_Unreachab lean_mark_persistent(l_Lean_IR_UnreachableBranches_Value_truncateMaxDepth); l_Array_qsort_sort___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_sortEntries___spec__1___closed__1 = _init_l_Array_qsort_sort___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_sortEntries___spec__1___closed__1(); lean_mark_persistent(l_Array_qsort_sort___at___private_Lean_Compiler_IR_ElimDeadBranches_0__Lean_IR_UnreachableBranches_sortEntries___spec__1___closed__1); -l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__1(); -l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__2(); -l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3(); -lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____spec__2___closed__3); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__1 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__1); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__2 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__2); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__3 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__3(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____lambda__2___closed__3); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__1 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__1(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__1); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__2 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__2(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__2); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__3 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__3(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__3); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__4 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__4(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__4); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__5 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__5(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__5); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__6 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__6(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__6); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__7 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__7(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__7); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__8 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__8(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__8); -l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__9 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__9(); -lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408____closed__9); -if (builtin) {res = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1408_(lean_io_mk_world()); +l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__1(); +l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__2 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__2(); +l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3(); +lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____spec__2___closed__3); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__1 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__1); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__2 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__2); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__3 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__3(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____lambda__2___closed__3); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__1 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__1(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__1); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__2 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__2(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__2); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__3 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__3(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__3); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__4 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__4(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__4); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__5 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__5(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__5); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__6 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__6(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__6); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__7 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__7(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__7); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__8 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__8(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__8); +l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__9 = _init_l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__9(); +lean_mark_persistent(l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398____closed__9); +if (builtin) {res = l_Lean_IR_UnreachableBranches_initFn____x40_Lean_Compiler_IR_ElimDeadBranches___hyg_1398_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_IR_UnreachableBranches_functionSummariesExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_IR_UnreachableBranches_functionSummariesExt); diff --git a/stage0/stdlib/Lean/Compiler/IR/EmitC.c b/stage0/stdlib/Lean/Compiler/IR/EmitC.c index 764d4fc6e37f..2a13c320d57a 100644 --- a/stage0/stdlib/Lean/Compiler/IR/EmitC.c +++ b/stage0/stdlib/Lean/Compiler/IR/EmitC.c @@ -100,6 +100,7 @@ static lean_object* l_Lean_IR_EmitC_emitLn___rarg___closed__1; static lean_object* l_Lean_IR_EmitC_toCName___closed__2; LEAN_EXPORT lean_object* l_panic___at_Lean_IR_EmitC_emitMainFn___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_IR_EmitC_emitTailCall___spec__3___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_IR_EmitC_emitFnDeclAux___spec__2___at_Lean_IR_EmitC_emitFnDeclAux___spec__3(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_declareParams(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__2___closed__12; @@ -229,6 +230,7 @@ LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_IR_EmitC_emitArgs___spec__1__ LEAN_EXPORT uint8_t l_Lean_IR_EmitC_overwriteParam(lean_object*, lean_object*); extern lean_object* l_Lean_exportAttr; LEAN_EXPORT lean_object* l_List_forM___at_Lean_IR_EmitC_emitLns___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___at_Lean_IR_EmitC_emitFnDeclAux___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitC_emitTailCall___closed__1; static lean_object* l_Lean_IR_EmitC_emitSSet___closed__5; LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitLns___at_Lean_IR_EmitC_emitMainFn___spec__1(lean_object*, lean_object*, lean_object*); @@ -479,7 +481,7 @@ static lean_object* l_Lean_IR_EmitC_emitIsShared___closed__1; static lean_object* l_Lean_IR_EmitC_emitDec___closed__1; static lean_object* l_Lean_IR_EmitC_Context_mainParams___default___closed__1; static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__1___closed__11; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_IR_EmitC_emitFileHeader___closed__13; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFileHeader___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__1___closed__20; @@ -491,7 +493,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitInitFn LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_IR_EmitC_emitDeclAux___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitFileHeader(lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitC_emitApp___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_imports(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitInc___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_EmitC_emitMainFn___lambda__2___closed__26; @@ -1850,7 +1852,43 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___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_IR_EmitC_emitFnDeclAux___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_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 1); +lean_inc(x_8); +x_9 = l_Lean_IR_IRType_isIrrelevant(x_8); +lean_dec(x_8); +x_10 = 1; +x_11 = lean_usize_add(x_3, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_5, x_7); +x_3 = x_11; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_7); +x_3 = x_11; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___at_Lean_IR_EmitC_emitFnDeclAux___spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1987,92 +2025,77 @@ x_19 = l_Lean_isExternC(x_4, x_18); if (x_19 == 0) { x_20 = x_3; -goto block_37; +goto block_36; } else { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_38 = lean_array_get_size(x_3); -x_39 = lean_unsigned_to_nat(0u); -x_40 = lean_nat_dec_lt(x_39, x_38); -if (x_40 == 0) +lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_37 = lean_array_get_size(x_3); +x_38 = lean_unsigned_to_nat(0u); +x_39 = lean_nat_dec_lt(x_38, x_37); +if (x_39 == 0) { -lean_object* x_41; -lean_dec(x_38); +lean_object* x_40; +lean_dec(x_37); lean_dec(x_3); -x_41 = l_Lean_IR_EmitC_Context_mainParams___default___closed__1; -x_20 = x_41; -goto block_37; +x_40 = l_Lean_IR_EmitC_Context_mainParams___default___closed__1; +x_20 = x_40; +goto block_36; } else { -uint8_t x_42; -x_42 = lean_nat_dec_le(x_38, x_38); -if (x_42 == 0) +uint8_t x_41; +x_41 = lean_nat_dec_le(x_37, x_37); +if (x_41 == 0) { -lean_object* x_43; -lean_dec(x_38); +lean_object* x_42; +lean_dec(x_37); lean_dec(x_3); -x_43 = l_Lean_IR_EmitC_Context_mainParams___default___closed__1; -x_20 = x_43; -goto block_37; +x_42 = l_Lean_IR_EmitC_Context_mainParams___default___closed__1; +x_20 = x_42; +goto block_36; } else { -size_t x_44; size_t x_45; lean_object* x_46; lean_object* x_47; -x_44 = 0; -x_45 = lean_usize_of_nat(x_38); -lean_dec(x_38); -x_46 = l_Lean_IR_EmitC_Context_mainParams___default___closed__1; -x_47 = l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2(x_3, x_44, x_45, x_46); +size_t x_43; size_t x_44; lean_object* x_45; lean_object* x_46; +x_43 = 0; +x_44 = lean_usize_of_nat(x_37); +lean_dec(x_37); +x_45 = l_Lean_IR_EmitC_Context_mainParams___default___closed__1; +x_46 = l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___at_Lean_IR_EmitC_emitFnDeclAux___spec__3(x_3, x_43, x_44, x_45); lean_dec(x_3); -x_20 = x_47; -goto block_37; +x_20 = x_46; +goto block_36; } } } -block_37: +block_36: { -lean_object* x_21; lean_object* x_22; lean_object* x_28; uint8_t x_29; +lean_object* x_21; uint8_t x_22; lean_object* x_32; uint8_t x_33; x_21 = lean_array_get_size(x_20); -x_28 = l_Lean_closureMaxArgs; -x_29 = lean_nat_dec_lt(x_28, x_21); -if (x_29 == 0) +x_32 = l_Lean_closureMaxArgs; +x_33 = lean_nat_dec_lt(x_32, x_21); +if (x_33 == 0) { -lean_object* x_30; +uint8_t x_34; lean_dec(x_18); -x_30 = lean_box(0); -x_22 = x_30; -goto block_27; +x_34 = 0; +x_22 = x_34; +goto block_31; } else { -uint8_t x_31; -x_31 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_18); +uint8_t x_35; +x_35 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_18); lean_dec(x_18); -if (x_31 == 0) -{ -lean_object* x_32; -x_32 = lean_box(0); -x_22 = x_32; -goto block_27; +x_22 = x_35; +goto block_31; } -else +block_31: { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_21); -lean_dec(x_20); -x_33 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__3___closed__4; -x_34 = lean_string_append(x_17, x_33); -x_35 = lean_box(0); -x_36 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__2(x_14, x_35, x_6, x_34); -return x_36; -} -} -block_27: +if (x_22 == 0) { lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -lean_dec(x_22); lean_inc(x_21); x_23 = l_Nat_forM_loop___at_Lean_IR_EmitC_emitFnDeclAux___spec__1(x_20, x_21, x_21, x_21, x_6, x_17); lean_dec(x_21); @@ -2086,17 +2109,29 @@ x_26 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__2(x_14, x_24, x_6, x_25); lean_dec(x_24); return x_26; } +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_21); +lean_dec(x_20); +x_27 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__3___closed__4; +x_28 = lean_string_append(x_17, x_27); +x_29 = lean_box(0); +x_30 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__2(x_14, x_29, x_6, x_28); +return x_30; +} +} } } else { -lean_object* x_48; lean_object* x_49; +lean_object* x_47; lean_object* x_48; lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_48 = lean_box(0); -x_49 = lean_apply_3(x_14, x_48, x_6, x_13); -return x_49; +x_47 = lean_box(0); +x_48 = lean_apply_3(x_14, x_47, x_6, x_13); +return x_48; } } } @@ -2219,7 +2254,21 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___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_IR_EmitC_emitFnDeclAux___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___at_Lean_IR_EmitC_emitFnDeclAux___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; @@ -2227,7 +2276,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_IR_EmitC_emitFnDeclAux___spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_IR_EmitC_emitFnDeclAux___spec__2___at_Lean_IR_EmitC_emitFnDeclAux___spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -4904,144 +4953,161 @@ return x_5; LEAN_EXPORT lean_object* l_Lean_IR_EmitC_isIf(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; uint8_t x_4; +lean_object* x_2; uint8_t x_3; lean_object* x_44; uint8_t x_45; x_2 = lean_array_get_size(x_1); -x_3 = lean_unsigned_to_nat(2u); -x_4 = lean_nat_dec_eq(x_2, x_3); -if (x_4 == 0) +x_44 = lean_unsigned_to_nat(2u); +x_45 = lean_nat_dec_eq(x_2, x_44); +if (x_45 == 0) { -lean_object* x_5; -lean_dec(x_2); -x_5 = lean_box(0); -return x_5; +uint8_t x_46; +x_46 = 1; +x_3 = x_46; +goto block_43; } else { -lean_object* x_6; uint8_t x_7; -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_nat_dec_lt(x_6, x_2); -if (x_7 == 0) +uint8_t x_47; +x_47 = 0; +x_3 = x_47; +goto block_43; +} +block_43: { -lean_object* x_8; lean_object* x_9; -x_8 = l_Lean_IR_instInhabitedAlt; -x_9 = l___private_Init_Util_0__outOfBounds___rarg(x_8); -if (lean_obj_tag(x_9) == 0) +if (x_3 == 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_9, 0); +lean_object* x_4; uint8_t x_5; +x_4 = lean_unsigned_to_nat(0u); +x_5 = lean_nat_dec_lt(x_4, x_2); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +x_6 = l_Lean_IR_instInhabitedAlt; +x_7 = l___private_Init_Util_0__outOfBounds___rarg(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; uint8_t x_12; +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); +x_10 = lean_ctor_get(x_8, 1); lean_inc(x_10); -x_11 = lean_ctor_get(x_9, 1); -lean_inc(x_11); -lean_dec(x_9); -x_12 = lean_ctor_get(x_10, 1); -lean_inc(x_12); -lean_dec(x_10); -x_13 = lean_unsigned_to_nat(1u); -x_14 = lean_nat_dec_lt(x_13, x_2); +lean_dec(x_8); +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_dec_lt(x_11, x_2); lean_dec(x_2); -if (x_14 == 0) +if (x_12 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_15 = l___private_Init_Util_0__outOfBounds___rarg(x_8); -x_16 = l_Lean_IR_AltCore_body(x_15); -lean_dec(x_15); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_11); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_12); -lean_ctor_set(x_18, 1, x_17); -x_19 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_19, 0, x_18); -return x_19; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_13 = l___private_Init_Util_0__outOfBounds___rarg(x_6); +x_14 = l_Lean_IR_AltCore_body(x_13); +lean_dec(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_9); +lean_ctor_set(x_15, 1, x_14); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_10); +lean_ctor_set(x_16, 1, x_15); +x_17 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_17, 0, x_16); +return x_17; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_20 = lean_array_fget(x_1, x_13); -x_21 = l_Lean_IR_AltCore_body(x_20); -lean_dec(x_20); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_11); -lean_ctor_set(x_22, 1, x_21); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_12); -lean_ctor_set(x_23, 1, x_22); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_23); -return x_24; +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_1, x_11); +x_19 = l_Lean_IR_AltCore_body(x_18); +lean_dec(x_18); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_9); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_10); +lean_ctor_set(x_21, 1, x_20); +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_21); +return x_22; } } else { -lean_object* x_25; -lean_dec(x_9); +lean_object* x_23; +lean_dec(x_7); lean_dec(x_2); -x_25 = lean_box(0); -return x_25; +x_23 = lean_box(0); +return x_23; } } else { -lean_object* x_26; -x_26 = lean_array_fget(x_1, x_6); -if (lean_obj_tag(x_26) == 0) +lean_object* x_24; +x_24 = lean_array_fget(x_1, x_4); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_27 = lean_ctor_get(x_26, 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_24, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +lean_dec(x_24); +x_27 = lean_ctor_get(x_25, 1); lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_unsigned_to_nat(1u); -x_31 = lean_nat_dec_lt(x_30, x_2); +lean_dec(x_25); +x_28 = lean_unsigned_to_nat(1u); +x_29 = lean_nat_dec_lt(x_28, x_2); lean_dec(x_2); -if (x_31 == 0) +if (x_29 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_32 = l_Lean_IR_instInhabitedAlt; -x_33 = l___private_Init_Util_0__outOfBounds___rarg(x_32); -x_34 = l_Lean_IR_AltCore_body(x_33); -lean_dec(x_33); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_28); -lean_ctor_set(x_35, 1, x_34); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_29); -lean_ctor_set(x_36, 1, x_35); -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_36); -return x_37; +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 = l_Lean_IR_instInhabitedAlt; +x_31 = l___private_Init_Util_0__outOfBounds___rarg(x_30); +x_32 = l_Lean_IR_AltCore_body(x_31); +lean_dec(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_26); +lean_ctor_set(x_33, 1, x_32); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_27); +lean_ctor_set(x_34, 1, x_33); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +return x_35; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_38 = lean_array_fget(x_1, x_30); -x_39 = l_Lean_IR_AltCore_body(x_38); -lean_dec(x_38); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_28); -lean_ctor_set(x_40, 1, x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_29); -lean_ctor_set(x_41, 1, x_40); -x_42 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_42, 0, x_41); -return x_42; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_36 = lean_array_fget(x_1, x_28); +x_37 = l_Lean_IR_AltCore_body(x_36); +lean_dec(x_36); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_26); +lean_ctor_set(x_38, 1, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_27); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_40, 0, x_39); +return x_40; } } else { -lean_object* x_43; -lean_dec(x_26); +lean_object* x_41; +lean_dec(x_24); lean_dec(x_2); -x_43 = lean_box(0); -return x_43; +x_41 = lean_box(0); +return x_41; +} } } +else +{ +lean_object* x_42; +lean_dec(x_2); +x_42 = lean_box(0); +return x_42; +} } } } @@ -12154,51 +12220,55 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitDeclAux___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; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +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_21; uint8_t x_22; lean_dec(x_5); x_8 = l_Lean_IR_EmitC_emitDeclAux___lambda__2___closed__1; x_9 = lean_string_append(x_7, x_8); x_10 = l_Lean_IR_EmitC_emitLn___rarg___closed__1; x_11 = lean_string_append(x_9, x_10); x_12 = lean_array_get_size(x_2); -x_13 = l_Lean_closureMaxArgs; -x_14 = lean_nat_dec_lt(x_13, x_12); -if (x_14 == 0) +x_21 = l_Lean_closureMaxArgs; +x_22 = lean_nat_dec_lt(x_21, x_12); +if (x_22 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_12); +uint8_t x_23; lean_dec(x_4); -x_15 = lean_box(0); -x_16 = l_Lean_IR_EmitC_emitDeclAux___lambda__1(x_1, x_2, x_3, x_15, x_6, x_11); -return x_16; +x_23 = 0; +x_13 = x_23; +goto block_20; } else { -uint8_t x_17; -x_17 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_4); +uint8_t x_24; +x_24 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_4); lean_dec(x_4); -if (x_17 == 0) +x_13 = x_24; +goto block_20; +} +block_20: { -lean_object* x_18; lean_object* x_19; +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; lean_dec(x_12); -x_18 = lean_box(0); -x_19 = l_Lean_IR_EmitC_emitDeclAux___lambda__1(x_1, x_2, x_3, x_18, x_6, x_11); -return x_19; +x_14 = lean_box(0); +x_15 = l_Lean_IR_EmitC_emitDeclAux___lambda__1(x_1, x_2, x_3, x_14, x_6, x_11); +return x_15; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_inc(x_12); -x_20 = l_Nat_forM_loop___at_Lean_IR_EmitC_emitDeclAux___spec__1(x_2, x_12, x_12, x_12, x_6, x_11); +x_16 = l_Nat_forM_loop___at_Lean_IR_EmitC_emitDeclAux___spec__1(x_2, x_12, x_12, x_12, x_6, x_11); lean_dec(x_12); -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_IR_EmitC_emitDeclAux___lambda__1(x_1, x_2, x_3, x_21, x_6, x_22); -lean_dec(x_21); -return x_23; +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_IR_EmitC_emitDeclAux___lambda__1(x_1, x_2, x_3, x_17, x_6, x_18); +lean_dec(x_17); +return x_19; } } } @@ -12260,51 +12330,36 @@ return x_24; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_34; uint8_t x_35; +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_38; uint8_t x_39; lean_dec(x_4); lean_dec(x_2); x_25 = lean_string_append(x_13, x_6); lean_dec(x_6); x_26 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__3___closed__3; x_27 = lean_string_append(x_25, x_26); -x_34 = l_Lean_closureMaxArgs; -x_35 = lean_nat_dec_lt(x_34, x_15); -if (x_35 == 0) +x_38 = l_Lean_closureMaxArgs; +x_39 = lean_nat_dec_lt(x_38, x_15); +if (x_39 == 0) { -lean_object* x_36; +uint8_t x_40; lean_dec(x_5); -x_36 = lean_box(0); -x_28 = x_36; -goto block_33; +x_40 = 0; +x_28 = x_40; +goto block_37; } else { -uint8_t x_37; -x_37 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_5); +uint8_t x_41; +x_41 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_5); lean_dec(x_5); -if (x_37 == 0) -{ -lean_object* x_38; -x_38 = lean_box(0); -x_28 = x_38; -goto block_33; +x_28 = x_41; +goto block_37; } -else +block_37: { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -lean_dec(x_15); -lean_dec(x_3); -x_39 = l_Lean_IR_EmitC_emitDeclAux___lambda__3___closed__2; -x_40 = lean_string_append(x_27, x_39); -x_41 = lean_box(0); -x_42 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__2(x_14, x_41, x_8, x_40); -return x_42; -} -} -block_33: +if (x_28 == 0) { lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_28); lean_inc(x_15); x_29 = l_Nat_forM_loop___at_Lean_IR_EmitC_emitDeclAux___spec__2(x_3, x_15, x_15, x_15, x_8, x_27); lean_dec(x_15); @@ -12318,26 +12373,32 @@ x_32 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__2(x_14, x_30, x_8, x_31); lean_dec(x_30); return x_32; } +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +lean_dec(x_15); +lean_dec(x_3); +x_33 = l_Lean_IR_EmitC_emitDeclAux___lambda__3___closed__2; +x_34 = lean_string_append(x_27, x_33); +x_35 = lean_box(0); +x_36 = l_Lean_IR_EmitC_emitFnDeclAux___lambda__2(x_14, x_35, x_8, x_34); +return x_36; +} +} } } } LEAN_EXPORT lean_object* l_Lean_IR_EmitC_emitDeclAux(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; uint8_t x_11; uint8_t x_12; +lean_object* x_4; uint8_t x_5; x_4 = l_Lean_IR_EmitC_getEnv(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); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - x_7 = x_4; -} else { - lean_dec_ref(x_4); - x_7 = lean_box(0); -} +x_5 = !lean_is_exclusive(x_4); +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_4, 0); +x_7 = lean_ctor_get(x_4, 1); lean_inc(x_1); x_8 = l_Lean_IR_mkVarJPMaps(x_1); x_9 = lean_ctor_get(x_8, 1); @@ -12345,224 +12406,347 @@ lean_inc(x_9); lean_dec(x_8); x_10 = l_Lean_IR_Decl_name(x_1); lean_inc(x_10); -x_11 = l_Lean_hasInitAttr(x_5, x_10); +x_11 = l_Lean_hasInitAttr(x_6, x_10); if (x_11 == 0) { -uint8_t x_65; -x_65 = 0; -x_12 = x_65; -goto block_64; -} -else -{ -uint8_t x_66; -x_66 = 1; -x_12 = x_66; -goto block_64; -} -block_64: -{ -if (x_12 == 0) -{ if (lean_obj_tag(x_1) == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -lean_dec(x_7); -x_13 = lean_ctor_get(x_1, 0); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_free_object(x_4); +x_12 = lean_ctor_get(x_1, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_1, 1); lean_inc(x_13); -x_14 = lean_ctor_get(x_1, 1); +x_14 = lean_ctor_get(x_1, 2); lean_inc(x_14); -x_15 = lean_ctor_get(x_1, 2); +x_15 = lean_ctor_get(x_1, 3); lean_inc(x_15); -x_16 = lean_ctor_get(x_1, 3); -lean_inc(x_16); lean_dec(x_1); -x_17 = !lean_is_exclusive(x_2); -if (x_17 == 0) +x_16 = !lean_is_exclusive(x_2); +if (x_16 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_2, 2); -lean_dec(x_18); +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_2, 2); +lean_dec(x_17); lean_ctor_set(x_2, 2, x_9); -lean_inc(x_13); -x_19 = l_Lean_IR_EmitC_toCName(x_13, x_2, x_6); -if (lean_obj_tag(x_19) == 0) +lean_inc(x_12); +x_18 = l_Lean_IR_EmitC_toCName(x_12, x_2, x_7); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_20 = lean_ctor_get(x_19, 0); +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_18, 1); lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -lean_dec(x_19); -x_22 = lean_array_get_size(x_14); -x_23 = lean_unsigned_to_nat(0u); -x_24 = lean_nat_dec_eq(x_22, x_23); -lean_dec(x_22); -if (x_24 == 0) +lean_dec(x_18); +x_21 = lean_array_get_size(x_13); +x_22 = lean_unsigned_to_nat(0u); +x_23 = lean_nat_dec_eq(x_21, x_22); +lean_dec(x_21); +if (x_23 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_25 = l_Lean_IR_EmitC_emitFnDeclAux___closed__1; -x_26 = lean_string_append(x_21, x_25); -x_27 = lean_box(0); -x_28 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_15, x_13, x_14, x_16, x_10, x_20, x_27, x_2, x_26); -return x_28; +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = l_Lean_IR_EmitC_emitFnDeclAux___closed__1; +x_25 = lean_string_append(x_20, x_24); +x_26 = lean_box(0); +x_27 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_14, x_12, x_13, x_15, x_10, x_19, x_26, x_2, x_25); +return x_27; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = l_Lean_IR_EmitC_emitFnDeclAux___closed__3; -x_30 = lean_string_append(x_21, x_29); -x_31 = lean_box(0); -x_32 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_15, x_13, x_14, x_16, x_10, x_20, x_31, x_2, x_30); -return x_32; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_28 = l_Lean_IR_EmitC_emitFnDeclAux___closed__3; +x_29 = lean_string_append(x_20, x_28); +x_30 = lean_box(0); +x_31 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_14, x_12, x_13, x_15, x_10, x_19, x_30, x_2, x_29); +return x_31; } } else { -uint8_t x_33; +uint8_t x_32; lean_dec(x_2); -lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); +lean_dec(x_12); lean_dec(x_10); -x_33 = !lean_is_exclusive(x_19); -if (x_33 == 0) +x_32 = !lean_is_exclusive(x_18); +if (x_32 == 0) { -return x_19; +return x_18; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_19, 0); -x_35 = lean_ctor_get(x_19, 1); -lean_inc(x_35); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_18, 0); +x_34 = lean_ctor_get(x_18, 1); lean_inc(x_34); -lean_dec(x_19); -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_inc(x_33); +lean_dec(x_18); +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_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_37 = lean_ctor_get(x_2, 0); -x_38 = lean_ctor_get(x_2, 1); -x_39 = lean_ctor_get(x_2, 3); -x_40 = lean_ctor_get(x_2, 4); -lean_inc(x_40); +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_2, 0); +x_37 = lean_ctor_get(x_2, 1); +x_38 = lean_ctor_get(x_2, 3); +x_39 = lean_ctor_get(x_2, 4); lean_inc(x_39); lean_inc(x_38); lean_inc(x_37); +lean_inc(x_36); lean_dec(x_2); -x_41 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_41, 0, x_37); -lean_ctor_set(x_41, 1, x_38); -lean_ctor_set(x_41, 2, x_9); -lean_ctor_set(x_41, 3, x_39); -lean_ctor_set(x_41, 4, x_40); -lean_inc(x_13); -x_42 = l_Lean_IR_EmitC_toCName(x_13, x_41, x_6); -if (lean_obj_tag(x_42) == 0) +x_40 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_40, 0, x_36); +lean_ctor_set(x_40, 1, x_37); +lean_ctor_set(x_40, 2, x_9); +lean_ctor_set(x_40, 3, x_38); +lean_ctor_set(x_40, 4, x_39); +lean_inc(x_12); +x_41 = l_Lean_IR_EmitC_toCName(x_12, x_40, x_7); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_43 = lean_ctor_get(x_42, 0); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_41, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_41, 1); lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_array_get_size(x_14); -x_46 = lean_unsigned_to_nat(0u); -x_47 = lean_nat_dec_eq(x_45, x_46); -lean_dec(x_45); -if (x_47 == 0) +lean_dec(x_41); +x_44 = lean_array_get_size(x_13); +x_45 = lean_unsigned_to_nat(0u); +x_46 = lean_nat_dec_eq(x_44, x_45); +lean_dec(x_44); +if (x_46 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = l_Lean_IR_EmitC_emitFnDeclAux___closed__1; -x_49 = lean_string_append(x_44, x_48); -x_50 = lean_box(0); -x_51 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_15, x_13, x_14, x_16, x_10, x_43, x_50, x_41, x_49); -return x_51; +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_47 = l_Lean_IR_EmitC_emitFnDeclAux___closed__1; +x_48 = lean_string_append(x_43, x_47); +x_49 = lean_box(0); +x_50 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_14, x_12, x_13, x_15, x_10, x_42, x_49, x_40, x_48); +return x_50; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = l_Lean_IR_EmitC_emitFnDeclAux___closed__3; -x_53 = lean_string_append(x_44, x_52); -x_54 = lean_box(0); -x_55 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_15, x_13, x_14, x_16, x_10, x_43, x_54, x_41, x_53); -return x_55; +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_51 = l_Lean_IR_EmitC_emitFnDeclAux___closed__3; +x_52 = lean_string_append(x_43, x_51); +x_53 = lean_box(0); +x_54 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_14, x_12, x_13, x_15, x_10, x_42, x_53, x_40, x_52); +return x_54; } } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -lean_dec(x_41); -lean_dec(x_16); +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +lean_dec(x_40); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); +lean_dec(x_12); lean_dec(x_10); -x_56 = lean_ctor_get(x_42, 0); +x_55 = lean_ctor_get(x_41, 0); +lean_inc(x_55); +x_56 = lean_ctor_get(x_41, 1); lean_inc(x_56); -x_57 = lean_ctor_get(x_42, 1); -lean_inc(x_57); -if (lean_is_exclusive(x_42)) { - lean_ctor_release(x_42, 0); - lean_ctor_release(x_42, 1); - x_58 = x_42; +if (lean_is_exclusive(x_41)) { + lean_ctor_release(x_41, 0); + lean_ctor_release(x_41, 1); + x_57 = x_41; } else { - lean_dec_ref(x_42); - x_58 = lean_box(0); + lean_dec_ref(x_41); + x_57 = lean_box(0); } -if (lean_is_scalar(x_58)) { - x_59 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_57)) { + x_58 = lean_alloc_ctor(1, 2, 0); } else { - x_59 = x_58; + x_58 = x_57; } -lean_ctor_set(x_59, 0, x_56); -lean_ctor_set(x_59, 1, x_57); -return x_59; +lean_ctor_set(x_58, 0, x_55); +lean_ctor_set(x_58, 1, x_56); +return x_58; } } } else { -lean_object* x_60; lean_object* x_61; +lean_object* x_59; lean_dec(x_10); lean_dec(x_9); lean_dec(x_2); lean_dec(x_1); -x_60 = lean_box(0); -if (lean_is_scalar(x_7)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_7; -} -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_6); -return x_61; +x_59 = lean_box(0); +lean_ctor_set(x_4, 0, x_59); +return x_4; } } else { -lean_object* x_62; lean_object* x_63; +lean_object* x_60; lean_dec(x_10); lean_dec(x_9); lean_dec(x_2); lean_dec(x_1); -x_62 = lean_box(0); -if (lean_is_scalar(x_7)) { - x_63 = lean_alloc_ctor(0, 2, 0); +x_60 = lean_box(0); +lean_ctor_set(x_4, 0, x_60); +return x_4; +} +} +else +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_61 = lean_ctor_get(x_4, 0); +x_62 = lean_ctor_get(x_4, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_4); +lean_inc(x_1); +x_63 = l_Lean_IR_mkVarJPMaps(x_1); +x_64 = lean_ctor_get(x_63, 1); +lean_inc(x_64); +lean_dec(x_63); +x_65 = l_Lean_IR_Decl_name(x_1); +lean_inc(x_65); +x_66 = l_Lean_hasInitAttr(x_61, x_65); +if (x_66 == 0) +{ +if (lean_obj_tag(x_1) == 0) +{ +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; +x_67 = lean_ctor_get(x_1, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_1, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_1, 2); +lean_inc(x_69); +x_70 = lean_ctor_get(x_1, 3); +lean_inc(x_70); +lean_dec(x_1); +x_71 = lean_ctor_get(x_2, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_2, 1); +lean_inc(x_72); +x_73 = lean_ctor_get(x_2, 3); +lean_inc(x_73); +x_74 = lean_ctor_get(x_2, 4); +lean_inc(x_74); +if (lean_is_exclusive(x_2)) { + lean_ctor_release(x_2, 0); + lean_ctor_release(x_2, 1); + lean_ctor_release(x_2, 2); + lean_ctor_release(x_2, 3); + lean_ctor_release(x_2, 4); + x_75 = x_2; } else { - x_63 = x_7; + lean_dec_ref(x_2); + x_75 = lean_box(0); } -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_6); -return x_63; +if (lean_is_scalar(x_75)) { + x_76 = lean_alloc_ctor(0, 5, 0); +} else { + x_76 = x_75; +} +lean_ctor_set(x_76, 0, x_71); +lean_ctor_set(x_76, 1, x_72); +lean_ctor_set(x_76, 2, x_64); +lean_ctor_set(x_76, 3, x_73); +lean_ctor_set(x_76, 4, x_74); +lean_inc(x_67); +x_77 = l_Lean_IR_EmitC_toCName(x_67, x_76, x_62); +if (lean_obj_tag(x_77) == 0) +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); +lean_inc(x_79); +lean_dec(x_77); +x_80 = lean_array_get_size(x_68); +x_81 = lean_unsigned_to_nat(0u); +x_82 = lean_nat_dec_eq(x_80, x_81); +lean_dec(x_80); +if (x_82 == 0) +{ +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_83 = l_Lean_IR_EmitC_emitFnDeclAux___closed__1; +x_84 = lean_string_append(x_79, x_83); +x_85 = lean_box(0); +x_86 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_69, x_67, x_68, x_70, x_65, x_78, x_85, x_76, x_84); +return x_86; +} +else +{ +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_87 = l_Lean_IR_EmitC_emitFnDeclAux___closed__3; +x_88 = lean_string_append(x_79, x_87); +x_89 = lean_box(0); +x_90 = l_Lean_IR_EmitC_emitDeclAux___lambda__3(x_69, x_67, x_68, x_70, x_65, x_78, x_89, x_76, x_88); +return x_90; +} +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_76); +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_68); +lean_dec(x_67); +lean_dec(x_65); +x_91 = lean_ctor_get(x_77, 0); +lean_inc(x_91); +x_92 = lean_ctor_get(x_77, 1); +lean_inc(x_92); +if (lean_is_exclusive(x_77)) { + lean_ctor_release(x_77, 0); + lean_ctor_release(x_77, 1); + x_93 = x_77; +} else { + lean_dec_ref(x_77); + 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; +} +} +else +{ +lean_object* x_95; lean_object* x_96; +lean_dec(x_65); +lean_dec(x_64); +lean_dec(x_2); +lean_dec(x_1); +x_95 = lean_box(0); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_62); +return x_96; +} +} +else +{ +lean_object* x_97; lean_object* x_98; +lean_dec(x_65); +lean_dec(x_64); +lean_dec(x_2); +lean_dec(x_1); +x_97 = lean_box(0); +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_97); +lean_ctor_set(x_98, 1, x_62); +return x_98; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c b/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c index c0020c656a73..04fa2d4ee3a7 100644 --- a/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c +++ b/stage0/stdlib/Lean/Compiler/IR/EmitLLVM.c @@ -3161,19 +3161,19 @@ lean_object* x_10; lean_object* x_11; x_10 = lean_llvm_void_type_in_context(x_1, x_9); if (x_3 == 0) { -lean_object* x_100; -x_100 = l_Lean_IR_EmitLLVM_instToStringRefcountKind___closed__1; -x_11 = x_100; -goto block_99; +lean_object* x_96; +x_96 = l_Lean_IR_EmitLLVM_instToStringRefcountKind___closed__1; +x_11 = x_96; +goto block_95; } else { -lean_object* x_101; -x_101 = l_Lean_IR_EmitLLVM_instToStringRefcountKind___closed__2; -x_11 = x_101; -goto block_99; +lean_object* x_97; +x_97 = l_Lean_IR_EmitLLVM_instToStringRefcountKind___closed__2; +x_11 = x_97; +goto block_95; } -block_99: +block_95: { lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; x_12 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__1; @@ -3183,17 +3183,17 @@ x_14 = l_Lean_IR_EmitLLVM_emitJp___closed__3; x_15 = lean_string_append(x_13, x_14); if (x_4 == 0) { -lean_object* x_98; -x_98 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__4; -x_16 = x_98; -goto block_97; +lean_object* x_94; +x_94 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__4; +x_16 = x_94; +goto block_93; } else { x_16 = x_14; -goto block_97; +goto block_93; } -block_97: +block_93: { lean_object* x_17; lean_object* x_18; uint8_t x_19; x_17 = lean_string_append(x_15, x_16); @@ -3201,221 +3201,203 @@ lean_dec(x_16); x_18 = lean_string_append(x_17, x_14); if (lean_obj_tag(x_6) == 0) { -uint8_t x_95; -x_95 = 1; -x_19 = x_95; -goto block_94; +uint8_t x_91; +x_91 = 1; +x_19 = x_91; +goto block_90; } else { -uint8_t x_96; -x_96 = 0; -x_19 = x_96; -goto block_94; -} -block_94: -{ -uint8_t x_20; -if (x_19 == 0) -{ uint8_t x_92; x_92 = 0; -x_20 = x_92; -goto block_91; -} -else -{ -uint8_t x_93; -x_93 = 1; -x_20 = x_93; -goto block_91; +x_19 = x_92; +goto block_90; } -block_91: +block_90: { -lean_object* x_21; -if (x_20 == 0) +lean_object* x_20; +if (x_19 == 0) { -lean_object* x_90; -x_90 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__3; -x_21 = x_90; -goto block_89; +lean_object* x_89; +x_89 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__3; +x_20 = x_89; +goto block_88; } else { -x_21 = x_14; -goto block_89; +x_20 = x_14; +goto block_88; } -block_89: +block_88: { -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_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_22 = lean_ctor_get(x_10, 0); +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_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; +x_21 = lean_ctor_get(x_10, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_10, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_10, 1); -lean_inc(x_23); lean_dec(x_10); -x_24 = lean_string_append(x_18, x_21); -lean_dec(x_21); -x_25 = lean_string_append(x_24, x_14); -x_70 = l_LLVM_voidPtrType(x_1, x_23); -x_71 = lean_ctor_get(x_70, 0); +x_23 = lean_string_append(x_18, x_20); +lean_dec(x_20); +x_24 = lean_string_append(x_23, x_14); +x_69 = l_LLVM_voidPtrType(x_1, x_22); +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); -lean_dec(x_70); -x_73 = l_LLVM_voidPtrType(x_1, x_72); -x_74 = lean_ctor_get(x_73, 0); +lean_dec(x_69); +x_72 = l_LLVM_voidPtrType(x_1, x_71); +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_72, 1); lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_IR_LLVM_size__tType(x_1, x_75); -x_77 = lean_ctor_get(x_76, 0); +lean_dec(x_72); +x_75 = l_Lean_IR_LLVM_size__tType(x_1, x_74); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); lean_inc(x_77); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_8, x_78); -if (x_20 == 0) +lean_dec(x_75); +x_78 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_8, x_77); +if (x_19 == 0) { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; -lean_dec(x_71); -x_80 = lean_ctor_get(x_79, 0); +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +lean_dec(x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_82 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__2; -x_83 = lean_array_push(x_82, x_74); -x_84 = lean_array_push(x_83, x_77); -x_26 = x_84; +lean_dec(x_78); +x_81 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__2; +x_82 = lean_array_push(x_81, x_73); +x_83 = lean_array_push(x_82, x_76); +x_25 = x_83; +x_26 = x_79; x_27 = x_80; -x_28 = x_81; -goto block_69; +goto block_68; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_77); -lean_dec(x_74); -x_85 = lean_ctor_get(x_79, 0); +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_dec(x_76); +lean_dec(x_73); +x_84 = lean_ctor_get(x_78, 0); +lean_inc(x_84); +x_85 = lean_ctor_get(x_78, 1); lean_inc(x_85); -x_86 = lean_ctor_get(x_79, 1); -lean_inc(x_86); -lean_dec(x_79); -x_87 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; -x_88 = lean_array_push(x_87, x_71); -x_26 = x_88; +lean_dec(x_78); +x_86 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_87 = lean_array_push(x_86, x_70); +x_25 = x_87; +x_26 = x_84; x_27 = x_85; -x_28 = x_86; -goto block_69; +goto block_68; } -block_69: +block_68: { -lean_object* x_29; size_t x_30; size_t x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; size_t x_37; lean_object* x_38; -x_29 = lean_ctor_get(x_27, 0); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_unbox_usize(x_29); -lean_dec(x_29); -x_31 = lean_unbox_usize(x_22); -x_32 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_30, x_31, x_25, x_26, x_7, x_8, x_28); -lean_dec(x_25); -x_33 = lean_ctor_get(x_32, 0); +lean_object* x_28; size_t x_29; size_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; size_t x_36; lean_object* x_37; +x_28 = lean_ctor_get(x_26, 0); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_unbox_usize(x_28); +lean_dec(x_28); +x_30 = lean_unbox_usize(x_21); +x_31 = l_Lean_IR_EmitLLVM_getOrCreateFunctionPrototype(x_1, x_29, x_30, x_24, x_25, x_7, x_8, x_27); +lean_dec(x_24); +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); +lean_dec(x_31); +x_34 = lean_ctor_get(x_32, 0); lean_inc(x_34); lean_dec(x_32); -x_35 = lean_ctor_get(x_33, 0); -lean_inc(x_35); -lean_dec(x_33); -x_36 = 0; -x_37 = lean_unbox_usize(x_22); -lean_dec(x_22); -x_38 = lean_llvm_function_type(x_1, x_37, x_26, x_36, x_34); -lean_dec(x_26); +x_35 = 0; +x_36 = lean_unbox_usize(x_21); +lean_dec(x_21); +x_37 = lean_llvm_function_type(x_1, x_36, x_25, x_35, x_33); +lean_dec(x_25); if (lean_obj_tag(x_6) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; size_t x_44; size_t x_45; lean_object* x_46; uint8_t x_47; -x_39 = lean_ctor_get(x_38, 0); +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; size_t x_43; size_t x_44; lean_object* x_45; uint8_t x_46; +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_37, 1); lean_inc(x_39); -x_40 = lean_ctor_get(x_38, 1); -lean_inc(x_40); +lean_dec(x_37); +x_40 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_41 = lean_box_usize(x_5); +x_42 = lean_array_push(x_40, x_41); +x_43 = lean_unbox_usize(x_38); lean_dec(x_38); -x_41 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; -x_42 = lean_box_usize(x_5); -x_43 = lean_array_push(x_41, x_42); -x_44 = lean_unbox_usize(x_39); -lean_dec(x_39); -x_45 = lean_unbox_usize(x_35); -lean_dec(x_35); -x_46 = lean_llvm_build_call2(x_1, x_2, x_44, x_45, x_43, x_14, x_40); -lean_dec(x_43); -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) +x_44 = lean_unbox_usize(x_34); +lean_dec(x_34); +x_45 = lean_llvm_build_call2(x_1, x_2, x_43, x_44, x_42, x_14, x_39); +lean_dec(x_42); +x_46 = !lean_is_exclusive(x_45); +if (x_46 == 0) { -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_46, 0); -lean_dec(x_48); -x_49 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -lean_ctor_set(x_46, 0, x_49); -return x_46; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_45, 0); +lean_dec(x_47); +x_48 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_45, 0, x_48); +return x_45; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_46, 1); -lean_inc(x_50); -lean_dec(x_46); -x_51 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_50); -return x_52; +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_45, 1); +lean_inc(x_49); +lean_dec(x_45); +x_50 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_49); +return x_51; } } else { -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; size_t x_60; size_t x_61; lean_object* x_62; uint8_t x_63; -x_53 = lean_ctor_get(x_38, 0); +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; size_t x_59; size_t x_60; lean_object* x_61; uint8_t x_62; +x_52 = lean_ctor_get(x_37, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_37, 1); lean_inc(x_53); -x_54 = lean_ctor_get(x_38, 1); +lean_dec(x_37); +x_54 = lean_ctor_get(x_6, 0); lean_inc(x_54); -lean_dec(x_38); -x_55 = lean_ctor_get(x_6, 0); -lean_inc(x_55); lean_dec(x_6); -x_56 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__2; -x_57 = lean_box_usize(x_5); -x_58 = lean_array_push(x_56, x_57); -x_59 = lean_array_push(x_58, x_55); -x_60 = lean_unbox_usize(x_53); -lean_dec(x_53); -x_61 = lean_unbox_usize(x_35); -lean_dec(x_35); -x_62 = lean_llvm_build_call2(x_1, x_2, x_60, x_61, x_59, x_14, x_54); -lean_dec(x_59); -x_63 = !lean_is_exclusive(x_62); -if (x_63 == 0) +x_55 = l_Lean_IR_EmitLLVM_callLeanRefcountFn___closed__2; +x_56 = lean_box_usize(x_5); +x_57 = lean_array_push(x_55, x_56); +x_58 = lean_array_push(x_57, x_54); +x_59 = lean_unbox_usize(x_52); +lean_dec(x_52); +x_60 = lean_unbox_usize(x_34); +lean_dec(x_34); +x_61 = lean_llvm_build_call2(x_1, x_2, x_59, x_60, x_58, x_14, x_53); +lean_dec(x_58); +x_62 = !lean_is_exclusive(x_61); +if (x_62 == 0) { -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_62, 0); -lean_dec(x_64); -x_65 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -lean_ctor_set(x_62, 0, x_65); -return x_62; +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_61, 0); +lean_dec(x_63); +x_64 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_61, 0, x_64); +return x_61; } 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 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -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; -} +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_61, 1); +lean_inc(x_65); +lean_dec(x_61); +x_66 = l_Lean_IR_EmitLLVM_addVartoState___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); +return x_67; } } } @@ -8342,147 +8324,156 @@ return x_37; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_61; uint8_t x_62; +lean_object* x_38; uint8_t x_39; lean_object* x_63; uint8_t x_64; x_38 = lean_array_uget(x_4, x_6); -x_61 = l_Lean_IR_Decl_name(x_2); +x_63 = l_Lean_IR_Decl_name(x_2); lean_inc(x_3); -x_62 = l_Lean_isExternC(x_3, x_61); -if (x_62 == 0) +x_64 = l_Lean_isExternC(x_3, x_63); +if (x_64 == 0) { -lean_object* x_63; -x_63 = lean_box(0); -x_39 = x_63; -goto block_60; +uint8_t x_65; +x_65 = 1; +x_39 = x_65; +goto block_62; } else { -lean_object* x_64; uint8_t x_65; -x_64 = lean_ctor_get(x_38, 1); -lean_inc(x_64); -x_65 = l_Lean_IR_IRType_isIrrelevant(x_64); -lean_dec(x_64); -if (x_65 == 0) +lean_object* x_66; uint8_t x_67; +x_66 = lean_ctor_get(x_38, 1); +lean_inc(x_66); +x_67 = l_Lean_IR_IRType_isIrrelevant(x_66); +lean_dec(x_66); +if (x_67 == 0) { -lean_object* x_66; -x_66 = lean_box(0); -x_39 = x_66; -goto block_60; +uint8_t x_68; +x_68 = 1; +x_39 = x_68; +goto block_62; } else { -lean_object* x_67; lean_object* x_68; +uint8_t x_69; +x_69 = 0; +x_39 = x_69; +goto block_62; +} +} +block_62: +{ +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_dec(x_38); -x_67 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_67, 0, x_7); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_67); -x_11 = x_68; +x_40 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_40, 0, x_7); +x_41 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_41, 0, x_40); +x_11 = x_41; x_12 = x_10; goto block_34; } -} -block_60: +else { -lean_object* x_40; lean_object* x_41; -lean_dec(x_39); -x_40 = lean_ctor_get(x_38, 1); -lean_inc(x_40); +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); lean_dec(x_38); lean_inc(x_9); lean_inc(x_8); -x_41 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_40, x_8, x_9, x_10); -if (lean_obj_tag(x_41) == 0) +x_43 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_42, x_8, x_9, x_10); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_42; -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -if (lean_obj_tag(x_42) == 0) +lean_object* x_44; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_43; uint8_t x_44; +lean_object* x_45; uint8_t x_46; lean_dec(x_7); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -lean_dec(x_41); -x_44 = !lean_is_exclusive(x_42); -if (x_44 == 0) +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = !lean_is_exclusive(x_44); +if (x_46 == 0) { -x_11 = x_42; -x_12 = x_43; +x_11 = x_44; +x_12 = x_45; goto block_34; } else { -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_42, 0); -lean_inc(x_45); -lean_dec(x_42); -x_46 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_46, 0, x_45); -x_11 = x_46; -x_12 = x_43; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 0); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_48, 0, x_47); +x_11 = x_48; +x_12 = x_45; goto block_34; } } else { -lean_object* x_47; uint8_t x_48; -x_47 = lean_ctor_get(x_41, 1); -lean_inc(x_47); -lean_dec(x_41); -x_48 = !lean_is_exclusive(x_42); -if (x_48 == 0) +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_43, 1); +lean_inc(x_49); +lean_dec(x_43); +x_50 = !lean_is_exclusive(x_44); +if (x_50 == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_42, 0); -x_50 = lean_array_push(x_7, x_49); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_42, 0, x_51); -x_11 = x_42; -x_12 = x_47; +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_44, 0); +x_52 = lean_array_push(x_7, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_44, 0, x_53); +x_11 = x_44; +x_12 = x_49; goto block_34; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_ctor_get(x_42, 0); -lean_inc(x_52); -lean_dec(x_42); -x_53 = lean_array_push(x_7, x_52); -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_53); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_11 = x_55; -x_12 = x_47; +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_54 = lean_ctor_get(x_44, 0); +lean_inc(x_54); +lean_dec(x_44); +x_55 = lean_array_push(x_7, x_54); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_57 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_57, 0, x_56); +x_11 = x_57; +x_12 = x_49; goto block_34; } } } else { -uint8_t x_56; +uint8_t x_58; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_56 = !lean_is_exclusive(x_41); -if (x_56 == 0) +x_58 = !lean_is_exclusive(x_43); +if (x_58 == 0) { -return x_41; +return x_43; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_41, 0); -x_58 = lean_ctor_get(x_41, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_41); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_43, 0); +x_60 = lean_ctor_get(x_43, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_43); +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; +} } } } @@ -11623,7 +11614,7 @@ return x_20; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_55; lean_object* x_56; uint8_t x_57; x_21 = lean_ctor_get(x_10, 0); lean_inc(x_21); lean_dec(x_10); @@ -11633,143 +11624,116 @@ lean_dec(x_9); x_23 = lean_ctor_get(x_21, 1); lean_inc(x_23); lean_dec(x_21); -x_24 = lean_ctor_get(x_4, 2); -x_25 = lean_unsigned_to_nat(0u); -x_26 = lean_nat_dec_eq(x_24, x_25); -if (x_26 == 0) +x_55 = lean_ctor_get(x_4, 2); +x_56 = lean_unsigned_to_nat(0u); +x_57 = lean_nat_dec_eq(x_55, x_56); +if (x_57 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_27 = l_Lean_IR_EmitLLVM_emitAllocCtor(x_1, x_2, x_4, x_6, x_7, x_22); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_ctor_get(x_28, 0); -lean_inc(x_30); -lean_dec(x_28); -x_31 = lean_unbox_usize(x_30); -lean_dec(x_30); -x_32 = lean_unbox_usize(x_23); -lean_dec(x_23); -x_33 = lean_llvm_build_store(x_1, x_2, x_31, x_32, x_29); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_IR_EmitLLVM_emitCtorSetArgs(x_1, x_2, x_3, x_5, x_6, x_7, x_34); -return x_35; +uint8_t x_58; +x_58 = 0; +x_24 = x_58; +goto block_54; } else { -lean_object* x_36; uint8_t x_37; -x_36 = lean_ctor_get(x_4, 3); -x_37 = lean_nat_dec_eq(x_36, x_25); -if (x_37 == 0) +lean_object* x_59; uint8_t x_60; +x_59 = lean_ctor_get(x_4, 3); +x_60 = lean_nat_dec_eq(x_59, x_56); +if (x_60 == 0) { -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; -x_38 = l_Lean_IR_EmitLLVM_emitAllocCtor(x_1, x_2, x_4, x_6, x_7, x_22); -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 = lean_ctor_get(x_39, 0); -lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_unbox_usize(x_41); -lean_dec(x_41); -x_43 = lean_unbox_usize(x_23); -lean_dec(x_23); -x_44 = lean_llvm_build_store(x_1, x_2, x_42, x_43, x_40); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -lean_dec(x_44); -x_46 = l_Lean_IR_EmitLLVM_emitCtorSetArgs(x_1, x_2, x_3, x_5, x_6, x_7, x_45); -return x_46; +uint8_t x_61; +x_61 = 0; +x_24 = x_61; +goto block_54; } else { -lean_object* x_47; uint8_t x_48; -x_47 = lean_ctor_get(x_4, 4); -x_48 = lean_nat_dec_eq(x_47, x_25); -if (x_48 == 0) +lean_object* x_62; uint8_t x_63; +x_62 = lean_ctor_get(x_4, 4); +x_63 = lean_nat_dec_eq(x_62, x_56); +x_24 = x_63; +goto block_54; +} +} +block_54: { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; size_t x_53; size_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_49 = l_Lean_IR_EmitLLVM_emitAllocCtor(x_1, x_2, x_4, x_6, x_7, x_22); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = lean_ctor_get(x_50, 0); -lean_inc(x_52); -lean_dec(x_50); -x_53 = lean_unbox_usize(x_52); -lean_dec(x_52); -x_54 = lean_unbox_usize(x_23); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_25 = l_Lean_IR_EmitLLVM_emitAllocCtor(x_1, x_2, x_4, x_6, x_7, x_22); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = lean_ctor_get(x_26, 0); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_unbox_usize(x_28); +lean_dec(x_28); +x_30 = lean_unbox_usize(x_23); lean_dec(x_23); -x_55 = lean_llvm_build_store(x_1, x_2, x_53, x_54, x_51); -x_56 = lean_ctor_get(x_55, 1); -lean_inc(x_56); -lean_dec(x_55); -x_57 = l_Lean_IR_EmitLLVM_emitCtorSetArgs(x_1, x_2, x_3, x_5, x_6, x_7, x_56); -return x_57; +x_31 = lean_llvm_build_store(x_1, x_2, x_29, x_30, x_27); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = l_Lean_IR_EmitLLVM_emitCtorSetArgs(x_1, x_2, x_3, x_5, x_6, x_7, x_32); +return x_33; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; size_t x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; lean_object* x_71; uint8_t x_72; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; size_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; lean_object* x_47; uint8_t x_48; lean_dec(x_3); -x_58 = lean_ctor_get(x_4, 1); -x_59 = l_Lean_IR_EmitLLVM_constIntUnsigned(x_1, x_58, x_6, x_7, x_22); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = lean_ctor_get(x_60, 0); -lean_inc(x_62); -lean_dec(x_60); -x_63 = l_Lean_IR_EmitLLVM_emitCtor___closed__1; -x_64 = lean_unbox_usize(x_62); -lean_dec(x_62); -x_65 = l_Lean_IR_EmitLLVM_callLeanBox(x_1, x_2, x_64, x_63, x_6, x_7, x_61); +x_34 = lean_ctor_get(x_4, 1); +x_35 = l_Lean_IR_EmitLLVM_constIntUnsigned(x_1, x_34, x_6, x_7, x_22); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = lean_ctor_get(x_36, 0); +lean_inc(x_38); +lean_dec(x_36); +x_39 = l_Lean_IR_EmitLLVM_emitCtor___closed__1; +x_40 = lean_unbox_usize(x_38); +lean_dec(x_38); +x_41 = l_Lean_IR_EmitLLVM_callLeanBox(x_1, x_2, x_40, x_39, x_6, x_7, x_37); lean_dec(x_7); lean_dec(x_6); -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 = lean_ctor_get(x_66, 0); -lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_unbox_usize(x_68); -lean_dec(x_68); -x_70 = lean_unbox_usize(x_23); +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_ctor_get(x_42, 0); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox_usize(x_44); +lean_dec(x_44); +x_46 = lean_unbox_usize(x_23); lean_dec(x_23); -x_71 = lean_llvm_build_store(x_1, x_2, x_69, x_70, x_67); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) +x_47 = lean_llvm_build_store(x_1, x_2, x_45, x_46, x_43); +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -x_74 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -lean_ctor_set(x_71, 0, x_74); -return x_71; +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_47, 0); +lean_dec(x_49); +x_50 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_47, 0, x_50); +return x_47; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_71, 1); -lean_inc(x_75); -lean_dec(x_71); -x_76 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_77, 1, x_75); -return x_77; -} +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_47, 1); +lean_inc(x_51); +lean_dec(x_47); +x_52 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +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; } } } @@ -12526,370 +12490,233 @@ return x_36; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +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; uint8_t x_44; uint8_t x_82; x_37 = lean_array_uget(x_3, x_5); 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 = !lean_is_exclusive(x_6); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_6, 0); -x_42 = lean_ctor_get(x_6, 1); +x_40 = lean_ctor_get(x_6, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_6, 1); +lean_inc(x_41); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + lean_ctor_release(x_6, 1); + x_42 = x_6; +} else { + lean_dec_ref(x_6); + x_42 = lean_box(0); +} x_43 = lean_ctor_get(x_38, 1); lean_inc(x_43); lean_dec(x_38); -x_44 = l_Lean_IR_IRType_isIrrelevant(x_43); +x_82 = l_Lean_IR_IRType_isIrrelevant(x_43); +if (x_82 == 0) +{ +uint8_t x_83; +x_83 = 1; +x_44 = x_83; +goto block_81; +} +else +{ +uint8_t x_84; +x_84 = 0; +x_44 = x_84; +goto block_81; +} +block_81: +{ if (x_44 == 0) { lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_46 = l_Lean_IR_EmitLLVM_emitArgVal(x_1, x_2, x_39, x_45, x_7, x_8, x_9); -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); -if (lean_obj_tag(x_47) == 0) +lean_dec(x_43); +lean_dec(x_39); +if (lean_is_scalar(x_42)) { + x_45 = lean_alloc_ctor(0, 2, 0); +} else { + x_45 = x_42; +} +lean_ctor_set(x_45, 0, x_40); +lean_ctor_set(x_45, 1, x_41); +x_46 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_47 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_47, 0, x_46); +x_10 = x_47; +x_11 = x_9; +goto block_33; +} +else { -lean_object* x_48; uint8_t x_49; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = l_Lean_IR_EmitLLVM_emitJp___closed__3; +x_49 = l_Lean_IR_EmitLLVM_emitArgVal(x_1, x_2, x_39, x_48, x_7, x_8, x_9); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +if (lean_obj_tag(x_50) == 0) +{ +lean_object* x_51; uint8_t x_52; lean_dec(x_43); -lean_free_object(x_6); lean_dec(x_42); lean_dec(x_41); -x_48 = lean_ctor_get(x_46, 1); -lean_inc(x_48); -lean_dec(x_46); -x_49 = !lean_is_exclusive(x_47); -if (x_49 == 0) +lean_dec(x_40); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = !lean_is_exclusive(x_50); +if (x_52 == 0) { -x_10 = x_47; -x_11 = x_48; +x_10 = x_50; +x_11 = x_51; goto block_33; } else { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_47, 0); -lean_inc(x_50); -lean_dec(x_47); -x_51 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_51, 0, x_50); -x_10 = x_51; -x_11 = x_48; +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_50, 0); +lean_inc(x_53); +lean_dec(x_50); +x_54 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_10 = x_54; +x_11 = x_51; goto block_33; } } else { -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 = lean_ctor_get(x_46, 1); -lean_inc(x_53); -lean_dec(x_46); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_inc(x_8); -lean_inc(x_7); -x_55 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_43, x_7, x_8, x_53); -if (lean_obj_tag(x_55) == 0) -{ -lean_object* x_56; -x_56 = lean_ctor_get(x_55, 0); +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_55 = lean_ctor_get(x_50, 0); +lean_inc(x_55); +lean_dec(x_50); +x_56 = lean_ctor_get(x_49, 1); lean_inc(x_56); -if (lean_obj_tag(x_56) == 0) -{ -lean_object* x_57; uint8_t x_58; -lean_dec(x_54); -lean_free_object(x_6); -lean_dec(x_42); -lean_dec(x_41); +lean_dec(x_49); x_57 = lean_ctor_get(x_55, 1); lean_inc(x_57); lean_dec(x_55); -x_58 = !lean_is_exclusive(x_56); -if (x_58 == 0) -{ -x_10 = x_56; -x_11 = x_57; -goto block_33; -} -else +lean_inc(x_8); +lean_inc(x_7); +x_58 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_43, x_7, x_8, x_56); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_56, 0); +lean_object* x_59; +x_59 = lean_ctor_get(x_58, 0); lean_inc(x_59); -lean_dec(x_56); -x_60 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_60, 0, x_59); -x_10 = x_60; -x_11 = x_57; -goto block_33; -} -} -else -{ -lean_object* x_61; uint8_t x_62; -x_61 = lean_ctor_get(x_55, 1); -lean_inc(x_61); -lean_dec(x_55); -x_62 = !lean_is_exclusive(x_56); -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_56, 0); -x_64 = lean_array_push(x_41, x_63); -x_65 = lean_array_push(x_42, x_54); -lean_ctor_set(x_6, 1, x_65); -lean_ctor_set(x_6, 0, x_64); -x_66 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_66, 0, x_6); -lean_ctor_set(x_56, 0, x_66); -x_10 = x_56; -x_11 = x_61; -goto block_33; -} -else -{ -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_56, 0); -lean_inc(x_67); -lean_dec(x_56); -x_68 = lean_array_push(x_41, x_67); -x_69 = lean_array_push(x_42, x_54); -lean_ctor_set(x_6, 1, x_69); -lean_ctor_set(x_6, 0, x_68); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_6); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_70); -x_10 = x_71; -x_11 = x_61; -goto block_33; -} -} -} -else +if (lean_obj_tag(x_59) == 0) { -uint8_t x_72; -lean_dec(x_54); -lean_free_object(x_6); +lean_object* x_60; uint8_t x_61; +lean_dec(x_57); lean_dec(x_42); lean_dec(x_41); -lean_dec(x_8); -lean_dec(x_7); -x_72 = !lean_is_exclusive(x_55); -if (x_72 == 0) -{ -return x_55; -} -else +lean_dec(x_40); +x_60 = lean_ctor_get(x_58, 1); +lean_inc(x_60); +lean_dec(x_58); +x_61 = !lean_is_exclusive(x_59); +if (x_61 == 0) { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_55, 0); -x_74 = lean_ctor_get(x_55, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_55); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; -} -} -} +x_10 = x_59; +x_11 = x_60; +goto block_33; } else { -lean_object* x_76; lean_object* x_77; -lean_dec(x_43); -lean_dec(x_39); -x_76 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_76, 0, x_6); -x_77 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_77, 0, x_76); -x_10 = x_77; -x_11 = x_9; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_59, 0); +lean_inc(x_62); +lean_dec(x_59); +x_63 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_63, 0, x_62); +x_10 = x_63; +x_11 = x_60; goto block_33; } } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; -x_78 = lean_ctor_get(x_6, 0); -x_79 = lean_ctor_get(x_6, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_6); -x_80 = lean_ctor_get(x_38, 1); -lean_inc(x_80); -lean_dec(x_38); -x_81 = l_Lean_IR_IRType_isIrrelevant(x_80); -if (x_81 == 0) -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = l_Lean_IR_EmitLLVM_emitJp___closed__3; -x_83 = l_Lean_IR_EmitLLVM_emitArgVal(x_1, x_2, x_39, x_82, x_7, x_8, x_9); -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -if (lean_obj_tag(x_84) == 0) +lean_object* x_64; uint8_t x_65; +x_64 = lean_ctor_get(x_58, 1); +lean_inc(x_64); +lean_dec(x_58); +x_65 = !lean_is_exclusive(x_59); +if (x_65 == 0) { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_80); -lean_dec(x_79); -lean_dec(x_78); -x_85 = lean_ctor_get(x_83, 1); -lean_inc(x_85); -lean_dec(x_83); -x_86 = lean_ctor_get(x_84, 0); -lean_inc(x_86); -if (lean_is_exclusive(x_84)) { - lean_ctor_release(x_84, 0); - x_87 = x_84; -} else { - lean_dec_ref(x_84); - x_87 = lean_box(0); -} -if (lean_is_scalar(x_87)) { - x_88 = lean_alloc_ctor(0, 1, 0); +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_66 = lean_ctor_get(x_59, 0); +x_67 = lean_array_push(x_40, x_66); +x_68 = lean_array_push(x_41, x_57); +if (lean_is_scalar(x_42)) { + x_69 = lean_alloc_ctor(0, 2, 0); } else { - x_88 = x_87; + x_69 = x_42; } -lean_ctor_set(x_88, 0, x_86); -x_10 = x_88; -x_11 = x_85; +lean_ctor_set(x_69, 0, x_67); +lean_ctor_set(x_69, 1, x_68); +x_70 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_59, 0, x_70); +x_10 = x_59; +x_11 = x_64; goto block_33; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_89 = lean_ctor_get(x_84, 0); -lean_inc(x_89); -lean_dec(x_84); -x_90 = lean_ctor_get(x_83, 1); -lean_inc(x_90); -lean_dec(x_83); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -lean_inc(x_8); -lean_inc(x_7); -x_92 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_80, x_7, x_8, x_90); -if (lean_obj_tag(x_92) == 0) -{ -lean_object* x_93; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -if (lean_obj_tag(x_93) == 0) -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -lean_dec(x_91); -lean_dec(x_79); -lean_dec(x_78); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = lean_ctor_get(x_93, 0); -lean_inc(x_95); -if (lean_is_exclusive(x_93)) { - lean_ctor_release(x_93, 0); - x_96 = x_93; -} else { - lean_dec_ref(x_93); - x_96 = lean_box(0); -} -if (lean_is_scalar(x_96)) { - x_97 = lean_alloc_ctor(0, 1, 0); +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_71 = lean_ctor_get(x_59, 0); +lean_inc(x_71); +lean_dec(x_59); +x_72 = lean_array_push(x_40, x_71); +x_73 = lean_array_push(x_41, x_57); +if (lean_is_scalar(x_42)) { + x_74 = lean_alloc_ctor(0, 2, 0); } else { - x_97 = x_96; + x_74 = x_42; } -lean_ctor_set(x_97, 0, x_95); -x_10 = x_97; -x_11 = x_94; +lean_ctor_set(x_74, 0, x_72); +lean_ctor_set(x_74, 1, x_73); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_74); +x_76 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_76, 0, x_75); +x_10 = x_76; +x_11 = x_64; goto block_33; } -else -{ -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; -x_98 = lean_ctor_get(x_92, 1); -lean_inc(x_98); -lean_dec(x_92); -x_99 = lean_ctor_get(x_93, 0); -lean_inc(x_99); -if (lean_is_exclusive(x_93)) { - lean_ctor_release(x_93, 0); - x_100 = x_93; -} else { - lean_dec_ref(x_93); - x_100 = lean_box(0); -} -x_101 = lean_array_push(x_78, x_99); -x_102 = lean_array_push(x_79, x_91); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_101); -lean_ctor_set(x_103, 1, x_102); -x_104 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_104, 0, x_103); -if (lean_is_scalar(x_100)) { - x_105 = lean_alloc_ctor(1, 1, 0); -} else { - x_105 = x_100; -} -lean_ctor_set(x_105, 0, x_104); -x_10 = x_105; -x_11 = x_98; -goto block_33; } } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -lean_dec(x_91); -lean_dec(x_79); -lean_dec(x_78); +uint8_t x_77; +lean_dec(x_57); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_40); lean_dec(x_8); lean_dec(x_7); -x_106 = lean_ctor_get(x_92, 0); -lean_inc(x_106); -x_107 = lean_ctor_get(x_92, 1); -lean_inc(x_107); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_108 = x_92; -} else { - lean_dec_ref(x_92); - x_108 = lean_box(0); -} -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(1, 2, 0); -} else { - x_109 = x_108; +x_77 = !lean_is_exclusive(x_58); +if (x_77 == 0) +{ +return x_58; } -lean_ctor_set(x_109, 0, x_106); -lean_ctor_set(x_109, 1, x_107); -return x_109; +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_58, 0); +x_79 = lean_ctor_get(x_58, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_58); +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 -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_80); -lean_dec(x_39); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_78); -lean_ctor_set(x_110, 1, x_79); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_110); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_10 = x_112; -x_11 = x_9; -goto block_33; } } } @@ -29071,23 +28898,17 @@ return x_23; LEAN_EXPORT lean_object* l_Lean_IR_EmitLLVM_emitDeclAux(size_t x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -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; uint8_t x_17; +lean_object* x_8; uint8_t x_9; x_8 = l_Lean_IR_EmitLLVM_getEnv___rarg(x_6, 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); -if (lean_is_exclusive(x_8)) { - lean_ctor_release(x_8, 0); - lean_ctor_release(x_8, 1); - x_11 = x_8; -} else { - lean_dec_ref(x_8); - x_11 = lean_box(0); -} -x_12 = lean_ctor_get(x_9, 0); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +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_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +x_12 = lean_ctor_get(x_10, 0); lean_inc(x_12); -lean_dec(x_9); +lean_dec(x_10); lean_inc(x_4); x_13 = l_Lean_IR_mkVarJPMaps(x_4); x_14 = lean_ctor_get(x_13, 1); @@ -29098,446 +28919,430 @@ lean_inc(x_15); x_16 = l_Lean_hasInitAttr(x_12, x_15); if (x_16 == 0) { -uint8_t x_196; -x_196 = 0; -x_17 = x_196; -goto block_195; -} -else -{ -uint8_t x_197; -x_197 = 1; -x_17 = x_197; -goto block_195; -} -block_195: -{ -if (x_17 == 0) -{ if (lean_obj_tag(x_4) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_11); -x_18 = lean_ctor_get(x_4, 0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_free_object(x_8); +x_17 = lean_ctor_get(x_4, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_4, 1); lean_inc(x_18); -x_19 = lean_ctor_get(x_4, 1); +x_19 = lean_ctor_get(x_4, 2); lean_inc(x_19); -x_20 = lean_ctor_get(x_4, 2); +x_20 = lean_ctor_get(x_4, 3); lean_inc(x_20); -x_21 = lean_ctor_get(x_4, 3); -lean_inc(x_21); lean_dec(x_4); -x_22 = !lean_is_exclusive(x_6); -if (x_22 == 0) +x_21 = !lean_is_exclusive(x_6); +if (x_21 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_6, 2); -lean_dec(x_23); -lean_ctor_set(x_6, 2, x_14); -lean_inc(x_18); -x_24 = l_Lean_IR_EmitLLVM_toCName___rarg(x_18, x_5, x_6, x_10); -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -if (lean_obj_tag(x_25) == 0) +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_6, 2); +lean_dec(x_22); +lean_ctor_set(x_6, 2, x_14); +lean_inc(x_17); +x_23 = l_Lean_IR_EmitLLVM_toCName___rarg(x_17, x_5, x_6, x_11); +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_26; +uint8_t x_25; lean_dec(x_6); -lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_26 = !lean_is_exclusive(x_24); -if (x_26 == 0) +x_25 = !lean_is_exclusive(x_23); +if (x_25 == 0) { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_24, 0); -lean_dec(x_27); -x_28 = !lean_is_exclusive(x_25); -if (x_28 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = lean_ctor_get(x_23, 0); +lean_dec(x_26); +x_27 = !lean_is_exclusive(x_24); +if (x_27 == 0) { -return x_24; +return x_23; } 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 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_24, 0, x_30); -return x_24; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_24, 0); +lean_inc(x_28); +lean_dec(x_24); +x_29 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_23, 0, x_29); +return x_23; } } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_31 = lean_ctor_get(x_24, 1); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_30 = lean_ctor_get(x_23, 1); +lean_inc(x_30); +lean_dec(x_23); +x_31 = lean_ctor_get(x_24, 0); lean_inc(x_31); -lean_dec(x_24); -x_32 = lean_ctor_get(x_25, 0); -lean_inc(x_32); -if (lean_is_exclusive(x_25)) { - lean_ctor_release(x_25, 0); - x_33 = x_25; +if (lean_is_exclusive(x_24)) { + lean_ctor_release(x_24, 0); + x_32 = x_24; } else { - lean_dec_ref(x_25); - x_33 = lean_box(0); + lean_dec_ref(x_24); + x_32 = lean_box(0); } -if (lean_is_scalar(x_33)) { - x_34 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_32)) { + x_33 = lean_alloc_ctor(0, 1, 0); } else { - x_34 = x_33; + x_33 = x_32; } -lean_ctor_set(x_34, 0, 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_31); -return x_35; +lean_ctor_set(x_33, 0, x_31); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_30); +return x_34; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_92; uint8_t x_93; lean_object* x_94; -x_36 = lean_ctor_get(x_24, 1); -lean_inc(x_36); -if (lean_is_exclusive(x_24)) { - lean_ctor_release(x_24, 0); - lean_ctor_release(x_24, 1); - x_37 = x_24; +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_91; uint8_t x_92; lean_object* x_93; +x_35 = lean_ctor_get(x_23, 1); +lean_inc(x_35); +if (lean_is_exclusive(x_23)) { + lean_ctor_release(x_23, 0); + lean_ctor_release(x_23, 1); + x_36 = x_23; } else { - lean_dec_ref(x_24); - x_37 = lean_box(0); + lean_dec_ref(x_23); + x_36 = lean_box(0); } -x_38 = lean_ctor_get(x_25, 0); -lean_inc(x_38); -lean_dec(x_25); -x_39 = lean_array_get_size(x_19); -x_92 = lean_unsigned_to_nat(0u); -x_93 = lean_nat_dec_lt(x_92, x_39); +x_37 = lean_ctor_get(x_24, 0); +lean_inc(x_37); +lean_dec(x_24); +x_38 = lean_array_get_size(x_18); +x_91 = lean_unsigned_to_nat(0u); +x_92 = lean_nat_dec_lt(x_91, x_38); lean_inc(x_6); lean_inc(x_5); -x_94 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_20, x_5, x_6, x_36); -if (x_93 == 0) +x_93 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_19, x_5, x_6, x_35); +if (x_92 == 0) { -if (lean_obj_tag(x_94) == 0) +if (lean_obj_tag(x_93) == 0) { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_95 = lean_ctor_get(x_94, 0); +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = l_Lean_IR_EmitLLVM_toCInitName___rarg___closed__1; -x_98 = lean_string_append(x_97, x_38); -lean_dec(x_38); -x_40 = x_98; +lean_dec(x_93); +x_96 = l_Lean_IR_EmitLLVM_toCInitName___rarg___closed__1; +x_97 = lean_string_append(x_96, x_37); +lean_dec(x_37); +x_39 = x_97; +x_40 = x_94; x_41 = x_95; -x_42 = x_96; -goto block_91; +goto block_90; } else { -uint8_t x_99; -lean_dec(x_39); +uint8_t x_98; lean_dec(x_38); lean_dec(x_37); +lean_dec(x_36); lean_dec(x_6); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_99 = !lean_is_exclusive(x_94); -if (x_99 == 0) +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) { -return x_94; +return x_93; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_94, 0); -x_101 = lean_ctor_get(x_94, 1); -lean_inc(x_101); +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_93, 0); +x_100 = lean_ctor_get(x_93, 1); lean_inc(x_100); -lean_dec(x_94); -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; +lean_inc(x_99); +lean_dec(x_93); +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 { -if (lean_obj_tag(x_94) == 0) +if (lean_obj_tag(x_93) == 0) { -lean_object* x_103; lean_object* x_104; -x_103 = lean_ctor_get(x_94, 0); +lean_object* x_102; lean_object* x_103; +x_102 = lean_ctor_get(x_93, 0); +lean_inc(x_102); +x_103 = lean_ctor_get(x_93, 1); lean_inc(x_103); -x_104 = lean_ctor_get(x_94, 1); -lean_inc(x_104); -lean_dec(x_94); -x_40 = x_38; +lean_dec(x_93); +x_39 = x_37; +x_40 = x_102; x_41 = x_103; -x_42 = x_104; -goto block_91; +goto block_90; } else { -uint8_t x_105; -lean_dec(x_39); +uint8_t x_104; lean_dec(x_38); lean_dec(x_37); +lean_dec(x_36); lean_dec(x_6); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_105 = !lean_is_exclusive(x_94); -if (x_105 == 0) +x_104 = !lean_is_exclusive(x_93); +if (x_104 == 0) { -return x_94; +return x_93; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_94, 0); -x_107 = lean_ctor_get(x_94, 1); -lean_inc(x_107); +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_93, 0); +x_106 = lean_ctor_get(x_93, 1); lean_inc(x_106); -lean_dec(x_94); -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_inc(x_105); +lean_dec(x_93); +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; } } } -block_91: +block_90: { -if (lean_obj_tag(x_41) == 0) +if (lean_obj_tag(x_40) == 0) { -uint8_t x_43; -lean_dec(x_40); +uint8_t x_42; lean_dec(x_39); +lean_dec(x_38); lean_dec(x_6); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_43 = !lean_is_exclusive(x_41); -if (x_43 == 0) +x_42 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_44; -if (lean_is_scalar(x_37)) { - x_44 = lean_alloc_ctor(0, 2, 0); +lean_object* x_43; +if (lean_is_scalar(x_36)) { + x_43 = lean_alloc_ctor(0, 2, 0); } else { - x_44 = x_37; + x_43 = x_36; } -lean_ctor_set(x_44, 0, x_41); -lean_ctor_set(x_44, 1, x_42); -return x_44; +lean_ctor_set(x_43, 0, x_40); +lean_ctor_set(x_43, 1, x_41); +return x_43; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_41, 0); -lean_inc(x_45); -lean_dec(x_41); -x_46 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_46, 0, x_45); -if (lean_is_scalar(x_37)) { - x_47 = lean_alloc_ctor(0, 2, 0); +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_40, 0); +lean_inc(x_44); +lean_dec(x_40); +x_45 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_45, 0, x_44); +if (lean_is_scalar(x_36)) { + x_46 = lean_alloc_ctor(0, 2, 0); } else { - x_47 = x_37; + x_46 = x_36; } -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_42); -return x_47; +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_41); +return x_46; } } else { -lean_object* x_48; uint8_t x_49; lean_object* x_87; uint8_t x_88; -lean_dec(x_37); -x_48 = lean_ctor_get(x_41, 0); -lean_inc(x_48); -lean_dec(x_41); -x_87 = l_Lean_closureMaxArgs; -x_88 = lean_nat_dec_lt(x_87, x_39); -if (x_88 == 0) +lean_object* x_47; uint8_t x_48; lean_object* x_86; uint8_t x_87; +lean_dec(x_36); +x_47 = lean_ctor_get(x_40, 0); +lean_inc(x_47); +lean_dec(x_40); +x_86 = l_Lean_closureMaxArgs; +x_87 = lean_nat_dec_lt(x_86, x_38); +if (x_87 == 0) { -uint8_t x_89; +uint8_t x_88; lean_dec(x_15); -x_89 = 0; -x_49 = x_89; -goto block_86; +x_88 = 0; +x_48 = x_88; +goto block_85; } else { -uint8_t x_90; -x_90 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_15); +uint8_t x_89; +x_89 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_15); lean_dec(x_15); -x_49 = x_90; -goto block_86; +x_48 = x_89; +goto block_85; } -block_86: +block_85: { -if (x_49 == 0) +if (x_48 == 0) { -size_t x_50; size_t x_51; lean_object* x_52; lean_object* x_53; -x_50 = lean_usize_of_nat(x_39); -lean_dec(x_39); -x_51 = 0; -x_52 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; +size_t x_49; size_t x_50; lean_object* x_51; lean_object* x_52; +x_49 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_50 = 0; +x_51 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; lean_inc(x_6); lean_inc(x_5); -x_53 = l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDeclAux___spec__3(x_1, x_19, x_50, x_51, x_52, x_5, x_6, x_42); -if (lean_obj_tag(x_53) == 0) +x_52 = l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDeclAux___spec__3(x_1, x_18, x_49, x_50, x_51, x_5, x_6, x_41); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_54; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -if (lean_obj_tag(x_54) == 0) +lean_object* x_53; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) { -uint8_t x_55; -lean_dec(x_48); -lean_dec(x_40); +uint8_t x_54; +lean_dec(x_47); +lean_dec(x_39); lean_dec(x_6); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_5); -x_55 = !lean_is_exclusive(x_53); -if (x_55 == 0) +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) { -lean_object* x_56; uint8_t x_57; -x_56 = lean_ctor_get(x_53, 0); -lean_dec(x_56); -x_57 = !lean_is_exclusive(x_54); -if (x_57 == 0) +lean_object* x_55; uint8_t x_56; +x_55 = lean_ctor_get(x_52, 0); +lean_dec(x_55); +x_56 = !lean_is_exclusive(x_53); +if (x_56 == 0) { -return x_53; +return x_52; } else { -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_54, 0); -lean_inc(x_58); -lean_dec(x_54); -x_59 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_53, 0, x_59); -return x_53; +lean_object* x_57; lean_object* x_58; +x_57 = lean_ctor_get(x_53, 0); +lean_inc(x_57); +lean_dec(x_53); +x_58 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_52, 0, x_58); +return x_52; } } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_60 = lean_ctor_get(x_53, 1); +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_52, 1); +lean_inc(x_59); +lean_dec(x_52); +x_60 = lean_ctor_get(x_53, 0); lean_inc(x_60); -lean_dec(x_53); -x_61 = lean_ctor_get(x_54, 0); -lean_inc(x_61); -if (lean_is_exclusive(x_54)) { - lean_ctor_release(x_54, 0); - x_62 = x_54; +if (lean_is_exclusive(x_53)) { + lean_ctor_release(x_53, 0); + x_61 = x_53; } else { - lean_dec_ref(x_54); - x_62 = lean_box(0); + lean_dec_ref(x_53); + x_61 = lean_box(0); } -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 1, 0); } else { - x_63 = x_62; + x_62 = x_61; } -lean_ctor_set(x_63, 0, x_61); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_60); -return x_64; +lean_ctor_set(x_62, 0, x_60); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_59); +return x_63; } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; size_t x_68; lean_object* x_69; -x_65 = lean_ctor_get(x_53, 1); +lean_object* x_64; lean_object* x_65; lean_object* x_66; size_t x_67; lean_object* x_68; +x_64 = lean_ctor_get(x_52, 1); +lean_inc(x_64); +lean_dec(x_52); +x_65 = lean_ctor_get(x_53, 0); lean_inc(x_65); lean_dec(x_53); -x_66 = lean_ctor_get(x_54, 0); -lean_inc(x_66); -lean_dec(x_54); -x_67 = lean_box(0); -x_68 = lean_unbox_usize(x_48); -lean_dec(x_48); -x_69 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_68, x_2, x_40, x_18, x_19, x_3, x_49, x_21, x_66, x_67, x_5, x_6, x_65); -lean_dec(x_66); -lean_dec(x_40); -return x_69; +x_66 = lean_box(0); +x_67 = lean_unbox_usize(x_47); +lean_dec(x_47); +x_68 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_67, x_2, x_39, x_17, x_18, x_3, x_48, x_20, x_65, x_66, x_5, x_6, x_64); +lean_dec(x_65); +lean_dec(x_39); +return x_68; } } else { -uint8_t x_70; -lean_dec(x_48); -lean_dec(x_40); +uint8_t x_69; +lean_dec(x_47); +lean_dec(x_39); lean_dec(x_6); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_5); -x_70 = !lean_is_exclusive(x_53); -if (x_70 == 0) +x_69 = !lean_is_exclusive(x_52); +if (x_69 == 0) { -return x_53; +return x_52; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_53, 0); -x_72 = lean_ctor_get(x_53, 1); -lean_inc(x_72); +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_52, 0); +x_71 = lean_ctor_get(x_52, 1); lean_inc(x_71); -lean_dec(x_53); -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; +lean_inc(x_70); +lean_dec(x_52); +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_74; lean_object* x_75; lean_object* x_76; size_t x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; size_t x_84; lean_object* x_85; -lean_dec(x_39); -x_74 = l_LLVM_voidPtrType(x_1, x_42); -x_75 = lean_ctor_get(x_74, 0); +lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; size_t x_83; lean_object* x_84; +lean_dec(x_38); +x_73 = l_LLVM_voidPtrType(x_1, x_41); +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); lean_inc(x_75); -x_76 = lean_ctor_get(x_74, 1); -lean_inc(x_76); +lean_dec(x_73); +x_76 = lean_unbox_usize(x_74); lean_dec(x_74); -x_77 = lean_unbox_usize(x_75); -lean_dec(x_75); -x_78 = lean_llvm_pointer_type(x_1, x_77, x_76); -x_79 = lean_ctor_get(x_78, 0); +x_77 = lean_llvm_pointer_type(x_1, x_76, x_75); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; -x_82 = lean_array_push(x_81, x_79); -x_83 = lean_box(0); -x_84 = lean_unbox_usize(x_48); -lean_dec(x_48); -x_85 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_84, x_2, x_40, x_18, x_19, x_3, x_49, x_21, x_82, x_83, x_5, x_6, x_80); -lean_dec(x_82); -lean_dec(x_40); -return x_85; +lean_dec(x_77); +x_80 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_81 = lean_array_push(x_80, x_78); +x_82 = lean_box(0); +x_83 = lean_unbox_usize(x_47); +lean_dec(x_47); +x_84 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_83, x_2, x_39, x_17, x_18, x_3, x_48, x_20, x_81, x_82, x_5, x_6, x_79); +lean_dec(x_81); +lean_dec(x_39); +return x_84; } } } @@ -29546,397 +29351,866 @@ return x_85; } 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; -x_109 = lean_ctor_get(x_6, 0); -x_110 = lean_ctor_get(x_6, 1); -x_111 = lean_ctor_get(x_6, 3); -x_112 = lean_ctor_get(x_6, 4); -x_113 = lean_ctor_get(x_6, 5); -lean_inc(x_113); +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; +x_108 = lean_ctor_get(x_6, 0); +x_109 = lean_ctor_get(x_6, 1); +x_110 = lean_ctor_get(x_6, 3); +x_111 = lean_ctor_get(x_6, 4); +x_112 = lean_ctor_get(x_6, 5); lean_inc(x_112); lean_inc(x_111); lean_inc(x_110); lean_inc(x_109); +lean_inc(x_108); lean_dec(x_6); -x_114 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_114, 0, x_109); -lean_ctor_set(x_114, 1, x_110); -lean_ctor_set(x_114, 2, x_14); -lean_ctor_set(x_114, 3, x_111); -lean_ctor_set(x_114, 4, x_112); -lean_ctor_set(x_114, 5, x_113); -lean_inc(x_18); -x_115 = l_Lean_IR_EmitLLVM_toCName___rarg(x_18, x_5, x_114, x_10); -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -if (lean_obj_tag(x_116) == 0) +x_113 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_113, 0, x_108); +lean_ctor_set(x_113, 1, x_109); +lean_ctor_set(x_113, 2, x_14); +lean_ctor_set(x_113, 3, x_110); +lean_ctor_set(x_113, 4, x_111); +lean_ctor_set(x_113, 5, x_112); +lean_inc(x_17); +x_114 = l_Lean_IR_EmitLLVM_toCName___rarg(x_17, x_5, x_113, x_11); +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +if (lean_obj_tag(x_115) == 0) { -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_114); -lean_dec(x_21); +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_dec(x_113); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); +x_116 = lean_ctor_get(x_114, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_117 = x_114; +} else { + lean_dec_ref(x_114); + x_117 = lean_box(0); +} +x_118 = lean_ctor_get(x_115, 0); +lean_inc(x_118); if (lean_is_exclusive(x_115)) { lean_ctor_release(x_115, 0); - lean_ctor_release(x_115, 1); - x_118 = x_115; + x_119 = x_115; } else { lean_dec_ref(x_115); - x_118 = lean_box(0); + x_119 = lean_box(0); } -x_119 = lean_ctor_get(x_116, 0); -lean_inc(x_119); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - x_120 = x_116; -} else { - lean_dec_ref(x_116); - x_120 = lean_box(0); -} -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_119)) { + x_120 = lean_alloc_ctor(0, 1, 0); } else { - x_121 = x_120; + x_120 = x_119; } -lean_ctor_set(x_121, 0, x_119); -if (lean_is_scalar(x_118)) { - x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_118); +if (lean_is_scalar(x_117)) { + x_121 = lean_alloc_ctor(0, 2, 0); } else { - x_122 = x_118; + x_121 = x_117; } -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_117); -return x_122; +lean_ctor_set(x_121, 0, x_120); +lean_ctor_set(x_121, 1, x_116); +return x_121; } 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_174; uint8_t x_175; lean_object* x_176; -x_123 = lean_ctor_get(x_115, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_115)) { - lean_ctor_release(x_115, 0); - lean_ctor_release(x_115, 1); - x_124 = x_115; +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_173; uint8_t x_174; lean_object* x_175; +x_122 = lean_ctor_get(x_114, 1); +lean_inc(x_122); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_123 = x_114; } else { - lean_dec_ref(x_115); - x_124 = lean_box(0); + lean_dec_ref(x_114); + x_123 = lean_box(0); } -x_125 = lean_ctor_get(x_116, 0); -lean_inc(x_125); -lean_dec(x_116); -x_126 = lean_array_get_size(x_19); -x_174 = lean_unsigned_to_nat(0u); -x_175 = lean_nat_dec_lt(x_174, x_126); -lean_inc(x_114); +x_124 = lean_ctor_get(x_115, 0); +lean_inc(x_124); +lean_dec(x_115); +x_125 = lean_array_get_size(x_18); +x_173 = lean_unsigned_to_nat(0u); +x_174 = lean_nat_dec_lt(x_173, x_125); +lean_inc(x_113); lean_inc(x_5); -x_176 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_20, x_5, x_114, x_123); -if (x_175 == 0) +x_175 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_19, x_5, x_113, x_122); +if (x_174 == 0) { -if (lean_obj_tag(x_176) == 0) +if (lean_obj_tag(x_175) == 0) { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_177 = lean_ctor_get(x_176, 0); +lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; +x_176 = lean_ctor_get(x_175, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_175, 1); lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); -x_179 = l_Lean_IR_EmitLLVM_toCInitName___rarg___closed__1; -x_180 = lean_string_append(x_179, x_125); -lean_dec(x_125); -x_127 = x_180; +lean_dec(x_175); +x_178 = l_Lean_IR_EmitLLVM_toCInitName___rarg___closed__1; +x_179 = lean_string_append(x_178, x_124); +lean_dec(x_124); +x_126 = x_179; +x_127 = x_176; x_128 = x_177; -x_129 = x_178; -goto block_173; +goto block_172; } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; -lean_dec(x_126); +lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_dec(x_125); lean_dec(x_124); -lean_dec(x_114); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_123); +lean_dec(x_113); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_181 = lean_ctor_get(x_176, 0); +x_180 = lean_ctor_get(x_175, 0); +lean_inc(x_180); +x_181 = lean_ctor_get(x_175, 1); lean_inc(x_181); -x_182 = lean_ctor_get(x_176, 1); -lean_inc(x_182); -if (lean_is_exclusive(x_176)) { - lean_ctor_release(x_176, 0); - lean_ctor_release(x_176, 1); - x_183 = x_176; +if (lean_is_exclusive(x_175)) { + lean_ctor_release(x_175, 0); + lean_ctor_release(x_175, 1); + x_182 = x_175; } else { - lean_dec_ref(x_176); - x_183 = lean_box(0); + lean_dec_ref(x_175); + x_182 = lean_box(0); } -if (lean_is_scalar(x_183)) { - x_184 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_182)) { + x_183 = lean_alloc_ctor(1, 2, 0); } else { - x_184 = x_183; + x_183 = x_182; } -lean_ctor_set(x_184, 0, x_181); -lean_ctor_set(x_184, 1, x_182); -return x_184; +lean_ctor_set(x_183, 0, x_180); +lean_ctor_set(x_183, 1, x_181); +return x_183; } } else { -if (lean_obj_tag(x_176) == 0) +if (lean_obj_tag(x_175) == 0) { -lean_object* x_185; lean_object* x_186; -x_185 = lean_ctor_get(x_176, 0); +lean_object* x_184; lean_object* x_185; +x_184 = lean_ctor_get(x_175, 0); +lean_inc(x_184); +x_185 = lean_ctor_get(x_175, 1); lean_inc(x_185); -x_186 = lean_ctor_get(x_176, 1); -lean_inc(x_186); -lean_dec(x_176); -x_127 = x_125; +lean_dec(x_175); +x_126 = x_124; +x_127 = x_184; x_128 = x_185; -x_129 = x_186; -goto block_173; +goto block_172; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; -lean_dec(x_126); +lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_dec(x_125); lean_dec(x_124); -lean_dec(x_114); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_123); +lean_dec(x_113); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_187 = lean_ctor_get(x_176, 0); +x_186 = lean_ctor_get(x_175, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_175, 1); lean_inc(x_187); -x_188 = lean_ctor_get(x_176, 1); -lean_inc(x_188); -if (lean_is_exclusive(x_176)) { - lean_ctor_release(x_176, 0); - lean_ctor_release(x_176, 1); - x_189 = x_176; +if (lean_is_exclusive(x_175)) { + lean_ctor_release(x_175, 0); + lean_ctor_release(x_175, 1); + x_188 = x_175; } else { - lean_dec_ref(x_176); - x_189 = lean_box(0); + lean_dec_ref(x_175); + x_188 = lean_box(0); } -if (lean_is_scalar(x_189)) { - x_190 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_188)) { + x_189 = lean_alloc_ctor(1, 2, 0); } else { - x_190 = x_189; + x_189 = x_188; } -lean_ctor_set(x_190, 0, x_187); -lean_ctor_set(x_190, 1, x_188); -return x_190; +lean_ctor_set(x_189, 0, x_186); +lean_ctor_set(x_189, 1, x_187); +return x_189; } } -block_173: +block_172: { -if (lean_obj_tag(x_128) == 0) +if (lean_obj_tag(x_127) == 0) { -lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; -lean_dec(x_127); +lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_dec(x_126); -lean_dec(x_114); -lean_dec(x_21); -lean_dec(x_19); +lean_dec(x_125); +lean_dec(x_113); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_5); -x_130 = lean_ctor_get(x_128, 0); -lean_inc(x_130); -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - x_131 = x_128; +x_129 = lean_ctor_get(x_127, 0); +lean_inc(x_129); +if (lean_is_exclusive(x_127)) { + lean_ctor_release(x_127, 0); + x_130 = x_127; } else { - lean_dec_ref(x_128); - x_131 = lean_box(0); + lean_dec_ref(x_127); + x_130 = lean_box(0); } -if (lean_is_scalar(x_131)) { - x_132 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_130)) { + x_131 = lean_alloc_ctor(0, 1, 0); } else { - x_132 = x_131; + x_131 = x_130; } -lean_ctor_set(x_132, 0, x_130); -if (lean_is_scalar(x_124)) { - x_133 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_131, 0, x_129); +if (lean_is_scalar(x_123)) { + x_132 = lean_alloc_ctor(0, 2, 0); } else { - x_133 = x_124; + x_132 = x_123; } -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_129); -return x_133; +lean_ctor_set(x_132, 0, x_131); +lean_ctor_set(x_132, 1, x_128); +return x_132; } else { -lean_object* x_134; uint8_t x_135; lean_object* x_169; uint8_t x_170; -lean_dec(x_124); -x_134 = lean_ctor_get(x_128, 0); -lean_inc(x_134); -lean_dec(x_128); -x_169 = l_Lean_closureMaxArgs; -x_170 = lean_nat_dec_lt(x_169, x_126); -if (x_170 == 0) +lean_object* x_133; uint8_t x_134; lean_object* x_168; uint8_t x_169; +lean_dec(x_123); +x_133 = lean_ctor_get(x_127, 0); +lean_inc(x_133); +lean_dec(x_127); +x_168 = l_Lean_closureMaxArgs; +x_169 = lean_nat_dec_lt(x_168, x_125); +if (x_169 == 0) { -uint8_t x_171; +uint8_t x_170; lean_dec(x_15); -x_171 = 0; -x_135 = x_171; -goto block_168; +x_170 = 0; +x_134 = x_170; +goto block_167; } else { -uint8_t x_172; -x_172 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_15); +uint8_t x_171; +x_171 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_15); lean_dec(x_15); -x_135 = x_172; -goto block_168; +x_134 = x_171; +goto block_167; } -block_168: +block_167: { -if (x_135 == 0) +if (x_134 == 0) { -size_t x_136; size_t x_137; lean_object* x_138; lean_object* x_139; -x_136 = lean_usize_of_nat(x_126); -lean_dec(x_126); -x_137 = 0; -x_138 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; -lean_inc(x_114); +size_t x_135; size_t x_136; lean_object* x_137; lean_object* x_138; +x_135 = lean_usize_of_nat(x_125); +lean_dec(x_125); +x_136 = 0; +x_137 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; +lean_inc(x_113); lean_inc(x_5); -x_139 = l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDeclAux___spec__3(x_1, x_19, x_136, x_137, x_138, x_5, x_114, x_129); -if (lean_obj_tag(x_139) == 0) +x_138 = l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDeclAux___spec__3(x_1, x_18, x_135, x_136, x_137, x_5, x_113, x_128); +if (lean_obj_tag(x_138) == 0) { -lean_object* x_140; -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -if (lean_obj_tag(x_140) == 0) +lean_object* x_139; +x_139 = lean_ctor_get(x_138, 0); +lean_inc(x_139); +if (lean_obj_tag(x_139) == 0) { -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_dec(x_134); -lean_dec(x_127); -lean_dec(x_114); -lean_dec(x_21); -lean_dec(x_19); +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_dec(x_133); +lean_dec(x_126); +lean_dec(x_113); +lean_dec(x_20); lean_dec(x_18); +lean_dec(x_17); lean_dec(x_5); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); +x_140 = lean_ctor_get(x_138, 1); +lean_inc(x_140); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + lean_ctor_release(x_138, 1); + x_141 = x_138; +} else { + lean_dec_ref(x_138); + x_141 = lean_box(0); +} +x_142 = lean_ctor_get(x_139, 0); +lean_inc(x_142); if (lean_is_exclusive(x_139)) { lean_ctor_release(x_139, 0); - lean_ctor_release(x_139, 1); - x_142 = x_139; + x_143 = x_139; } else { lean_dec_ref(x_139); - x_142 = lean_box(0); -} -x_143 = lean_ctor_get(x_140, 0); -lean_inc(x_143); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - x_144 = x_140; -} else { - lean_dec_ref(x_140); - x_144 = lean_box(0); + x_143 = lean_box(0); } -if (lean_is_scalar(x_144)) { - x_145 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_143)) { + x_144 = lean_alloc_ctor(0, 1, 0); } else { - x_145 = x_144; + x_144 = x_143; } -lean_ctor_set(x_145, 0, x_143); -if (lean_is_scalar(x_142)) { - x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_142); +if (lean_is_scalar(x_141)) { + x_145 = lean_alloc_ctor(0, 2, 0); } else { - x_146 = x_142; + x_145 = x_141; } -lean_ctor_set(x_146, 0, x_145); -lean_ctor_set(x_146, 1, x_141); -return x_146; +lean_ctor_set(x_145, 0, x_144); +lean_ctor_set(x_145, 1, x_140); +return x_145; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; size_t x_150; lean_object* x_151; -x_147 = lean_ctor_get(x_139, 1); +lean_object* x_146; lean_object* x_147; lean_object* x_148; size_t x_149; lean_object* x_150; +x_146 = lean_ctor_get(x_138, 1); +lean_inc(x_146); +lean_dec(x_138); +x_147 = lean_ctor_get(x_139, 0); lean_inc(x_147); lean_dec(x_139); -x_148 = lean_ctor_get(x_140, 0); -lean_inc(x_148); -lean_dec(x_140); -x_149 = lean_box(0); -x_150 = lean_unbox_usize(x_134); -lean_dec(x_134); -x_151 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_150, x_2, x_127, x_18, x_19, x_3, x_135, x_21, x_148, x_149, x_5, x_114, x_147); -lean_dec(x_148); -lean_dec(x_127); -return x_151; +x_148 = lean_box(0); +x_149 = lean_unbox_usize(x_133); +lean_dec(x_133); +x_150 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_149, x_2, x_126, x_17, x_18, x_3, x_134, x_20, x_147, x_148, x_5, x_113, x_146); +lean_dec(x_147); +lean_dec(x_126); +return x_150; +} +} +else +{ +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +lean_dec(x_133); +lean_dec(x_126); +lean_dec(x_113); +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_5); +x_151 = lean_ctor_get(x_138, 0); +lean_inc(x_151); +x_152 = lean_ctor_get(x_138, 1); +lean_inc(x_152); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + lean_ctor_release(x_138, 1); + x_153 = x_138; +} else { + lean_dec_ref(x_138); + x_153 = lean_box(0); +} +if (lean_is_scalar(x_153)) { + x_154 = lean_alloc_ctor(1, 2, 0); +} else { + x_154 = x_153; +} +lean_ctor_set(x_154, 0, x_151); +lean_ctor_set(x_154, 1, x_152); +return x_154; +} +} +else +{ +lean_object* x_155; lean_object* x_156; lean_object* x_157; size_t 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; size_t x_165; lean_object* x_166; +lean_dec(x_125); +x_155 = l_LLVM_voidPtrType(x_1, x_128); +x_156 = lean_ctor_get(x_155, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_155, 1); +lean_inc(x_157); +lean_dec(x_155); +x_158 = lean_unbox_usize(x_156); +lean_dec(x_156); +x_159 = lean_llvm_pointer_type(x_1, x_158, x_157); +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 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_163 = lean_array_push(x_162, x_160); +x_164 = lean_box(0); +x_165 = lean_unbox_usize(x_133); +lean_dec(x_133); +x_166 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_165, x_2, x_126, x_17, x_18, x_3, x_134, x_20, x_163, x_164, x_5, x_113, x_161); +lean_dec(x_163); +lean_dec(x_126); +return x_166; +} +} +} +} +} +} +} +else +{ +lean_object* x_190; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_190 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_8, 0, x_190); +return x_8; +} +} +else +{ +lean_object* x_191; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_191 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +lean_ctor_set(x_8, 0, x_191); +return x_8; +} +} +else +{ +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; +x_192 = lean_ctor_get(x_8, 0); +x_193 = lean_ctor_get(x_8, 1); +lean_inc(x_193); +lean_inc(x_192); +lean_dec(x_8); +x_194 = lean_ctor_get(x_192, 0); +lean_inc(x_194); +lean_dec(x_192); +lean_inc(x_4); +x_195 = l_Lean_IR_mkVarJPMaps(x_4); +x_196 = lean_ctor_get(x_195, 1); +lean_inc(x_196); +lean_dec(x_195); +x_197 = l_Lean_IR_Decl_name(x_4); +lean_inc(x_197); +x_198 = l_Lean_hasInitAttr(x_194, x_197); +if (x_198 == 0) +{ +if (lean_obj_tag(x_4) == 0) +{ +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; +x_199 = lean_ctor_get(x_4, 0); +lean_inc(x_199); +x_200 = lean_ctor_get(x_4, 1); +lean_inc(x_200); +x_201 = lean_ctor_get(x_4, 2); +lean_inc(x_201); +x_202 = lean_ctor_get(x_4, 3); +lean_inc(x_202); +lean_dec(x_4); +x_203 = lean_ctor_get(x_6, 0); +lean_inc(x_203); +x_204 = lean_ctor_get(x_6, 1); +lean_inc(x_204); +x_205 = lean_ctor_get(x_6, 3); +lean_inc(x_205); +x_206 = lean_ctor_get(x_6, 4); +lean_inc(x_206); +x_207 = lean_ctor_get(x_6, 5); +lean_inc(x_207); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + lean_ctor_release(x_6, 1); + lean_ctor_release(x_6, 2); + lean_ctor_release(x_6, 3); + lean_ctor_release(x_6, 4); + lean_ctor_release(x_6, 5); + x_208 = x_6; +} else { + lean_dec_ref(x_6); + x_208 = lean_box(0); +} +if (lean_is_scalar(x_208)) { + x_209 = lean_alloc_ctor(0, 6, 0); +} else { + x_209 = x_208; +} +lean_ctor_set(x_209, 0, x_203); +lean_ctor_set(x_209, 1, x_204); +lean_ctor_set(x_209, 2, x_196); +lean_ctor_set(x_209, 3, x_205); +lean_ctor_set(x_209, 4, x_206); +lean_ctor_set(x_209, 5, x_207); +lean_inc(x_199); +x_210 = l_Lean_IR_EmitLLVM_toCName___rarg(x_199, x_5, x_209, x_193); +x_211 = lean_ctor_get(x_210, 0); +lean_inc(x_211); +if (lean_obj_tag(x_211) == 0) +{ +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_dec(x_209); +lean_dec(x_202); +lean_dec(x_201); +lean_dec(x_200); +lean_dec(x_199); +lean_dec(x_197); +lean_dec(x_5); +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; +} else { + lean_dec_ref(x_210); + x_213 = lean_box(0); +} +x_214 = lean_ctor_get(x_211, 0); +lean_inc(x_214); +if (lean_is_exclusive(x_211)) { + lean_ctor_release(x_211, 0); + x_215 = x_211; +} else { + lean_dec_ref(x_211); + x_215 = lean_box(0); +} +if (lean_is_scalar(x_215)) { + x_216 = lean_alloc_ctor(0, 1, 0); +} else { + x_216 = x_215; +} +lean_ctor_set(x_216, 0, x_214); +if (lean_is_scalar(x_213)) { + x_217 = lean_alloc_ctor(0, 2, 0); +} else { + x_217 = x_213; +} +lean_ctor_set(x_217, 0, x_216); +lean_ctor_set(x_217, 1, x_212); +return x_217; +} +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; lean_object* x_224; lean_object* x_269; uint8_t x_270; lean_object* x_271; +x_218 = lean_ctor_get(x_210, 1); +lean_inc(x_218); +if (lean_is_exclusive(x_210)) { + lean_ctor_release(x_210, 0); + lean_ctor_release(x_210, 1); + x_219 = x_210; +} else { + lean_dec_ref(x_210); + x_219 = lean_box(0); +} +x_220 = lean_ctor_get(x_211, 0); +lean_inc(x_220); +lean_dec(x_211); +x_221 = lean_array_get_size(x_200); +x_269 = lean_unsigned_to_nat(0u); +x_270 = lean_nat_dec_lt(x_269, x_221); +lean_inc(x_209); +lean_inc(x_5); +x_271 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_201, x_5, x_209, x_218); +if (x_270 == 0) +{ +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_IR_EmitLLVM_toCInitName___rarg___closed__1; +x_275 = lean_string_append(x_274, x_220); +lean_dec(x_220); +x_222 = x_275; +x_223 = x_272; +x_224 = x_273; +goto block_268; +} +else +{ +lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; +lean_dec(x_221); +lean_dec(x_220); +lean_dec(x_219); +lean_dec(x_209); +lean_dec(x_202); +lean_dec(x_200); +lean_dec(x_199); +lean_dec(x_197); +lean_dec(x_5); +x_276 = lean_ctor_get(x_271, 0); +lean_inc(x_276); +x_277 = lean_ctor_get(x_271, 1); +lean_inc(x_277); +if (lean_is_exclusive(x_271)) { + lean_ctor_release(x_271, 0); + lean_ctor_release(x_271, 1); + x_278 = x_271; +} else { + lean_dec_ref(x_271); + x_278 = lean_box(0); +} +if (lean_is_scalar(x_278)) { + x_279 = lean_alloc_ctor(1, 2, 0); +} else { + x_279 = x_278; +} +lean_ctor_set(x_279, 0, x_276); +lean_ctor_set(x_279, 1, x_277); +return x_279; +} +} +else +{ +if (lean_obj_tag(x_271) == 0) +{ +lean_object* x_280; lean_object* x_281; +x_280 = lean_ctor_get(x_271, 0); +lean_inc(x_280); +x_281 = lean_ctor_get(x_271, 1); +lean_inc(x_281); +lean_dec(x_271); +x_222 = x_220; +x_223 = x_280; +x_224 = x_281; +goto block_268; +} +else +{ +lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; +lean_dec(x_221); +lean_dec(x_220); +lean_dec(x_219); +lean_dec(x_209); +lean_dec(x_202); +lean_dec(x_200); +lean_dec(x_199); +lean_dec(x_197); +lean_dec(x_5); +x_282 = lean_ctor_get(x_271, 0); +lean_inc(x_282); +x_283 = lean_ctor_get(x_271, 1); +lean_inc(x_283); +if (lean_is_exclusive(x_271)) { + lean_ctor_release(x_271, 0); + lean_ctor_release(x_271, 1); + x_284 = x_271; +} else { + lean_dec_ref(x_271); + x_284 = lean_box(0); +} +if (lean_is_scalar(x_284)) { + x_285 = lean_alloc_ctor(1, 2, 0); +} else { + x_285 = x_284; +} +lean_ctor_set(x_285, 0, x_282); +lean_ctor_set(x_285, 1, x_283); +return x_285; +} +} +block_268: +{ +if (lean_obj_tag(x_223) == 0) +{ +lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; +lean_dec(x_222); +lean_dec(x_221); +lean_dec(x_209); +lean_dec(x_202); +lean_dec(x_200); +lean_dec(x_199); +lean_dec(x_197); +lean_dec(x_5); +x_225 = lean_ctor_get(x_223, 0); +lean_inc(x_225); +if (lean_is_exclusive(x_223)) { + lean_ctor_release(x_223, 0); + x_226 = x_223; +} else { + lean_dec_ref(x_223); + x_226 = lean_box(0); +} +if (lean_is_scalar(x_226)) { + x_227 = lean_alloc_ctor(0, 1, 0); +} else { + x_227 = x_226; +} +lean_ctor_set(x_227, 0, x_225); +if (lean_is_scalar(x_219)) { + x_228 = lean_alloc_ctor(0, 2, 0); +} else { + x_228 = x_219; +} +lean_ctor_set(x_228, 0, x_227); +lean_ctor_set(x_228, 1, x_224); +return x_228; +} +else +{ +lean_object* x_229; uint8_t x_230; lean_object* x_264; uint8_t x_265; +lean_dec(x_219); +x_229 = lean_ctor_get(x_223, 0); +lean_inc(x_229); +lean_dec(x_223); +x_264 = l_Lean_closureMaxArgs; +x_265 = lean_nat_dec_lt(x_264, x_221); +if (x_265 == 0) +{ +uint8_t x_266; +lean_dec(x_197); +x_266 = 0; +x_230 = x_266; +goto block_263; +} +else +{ +uint8_t x_267; +x_267 = l_Lean_IR_ExplicitBoxing_isBoxedName(x_197); +lean_dec(x_197); +x_230 = x_267; +goto block_263; +} +block_263: +{ +if (x_230 == 0) +{ +size_t x_231; size_t x_232; lean_object* x_233; lean_object* x_234; +x_231 = lean_usize_of_nat(x_221); +lean_dec(x_221); +x_232 = 0; +x_233 = l_Lean_IR_EmitLLVM_Context_mainParams___default___closed__1; +lean_inc(x_209); +lean_inc(x_5); +x_234 = l_Array_forInUnsafe_loop___at_Lean_IR_EmitLLVM_emitDeclAux___spec__3(x_1, x_200, x_231, x_232, x_233, x_5, x_209, x_224); +if (lean_obj_tag(x_234) == 0) +{ +lean_object* x_235; +x_235 = lean_ctor_get(x_234, 0); +lean_inc(x_235); +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_dec(x_229); +lean_dec(x_222); +lean_dec(x_209); +lean_dec(x_202); +lean_dec(x_200); +lean_dec(x_199); +lean_dec(x_5); +x_236 = lean_ctor_get(x_234, 1); +lean_inc(x_236); +if (lean_is_exclusive(x_234)) { + lean_ctor_release(x_234, 0); + lean_ctor_release(x_234, 1); + x_237 = x_234; +} else { + lean_dec_ref(x_234); + x_237 = lean_box(0); +} +x_238 = lean_ctor_get(x_235, 0); +lean_inc(x_238); +if (lean_is_exclusive(x_235)) { + lean_ctor_release(x_235, 0); + x_239 = x_235; +} else { + lean_dec_ref(x_235); + x_239 = lean_box(0); +} +if (lean_is_scalar(x_239)) { + x_240 = lean_alloc_ctor(0, 1, 0); +} else { + x_240 = x_239; +} +lean_ctor_set(x_240, 0, x_238); +if (lean_is_scalar(x_237)) { + x_241 = lean_alloc_ctor(0, 2, 0); +} else { + x_241 = x_237; +} +lean_ctor_set(x_241, 0, x_240); +lean_ctor_set(x_241, 1, x_236); +return x_241; +} +else +{ +lean_object* x_242; lean_object* x_243; lean_object* x_244; size_t x_245; lean_object* x_246; +x_242 = lean_ctor_get(x_234, 1); +lean_inc(x_242); +lean_dec(x_234); +x_243 = lean_ctor_get(x_235, 0); +lean_inc(x_243); +lean_dec(x_235); +x_244 = lean_box(0); +x_245 = lean_unbox_usize(x_229); +lean_dec(x_229); +x_246 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_245, x_2, x_222, x_199, x_200, x_3, x_230, x_202, x_243, x_244, x_5, x_209, x_242); +lean_dec(x_243); +lean_dec(x_222); +return x_246; } } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -lean_dec(x_134); -lean_dec(x_127); -lean_dec(x_114); -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_18); +lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; +lean_dec(x_229); +lean_dec(x_222); +lean_dec(x_209); +lean_dec(x_202); +lean_dec(x_200); +lean_dec(x_199); lean_dec(x_5); -x_152 = lean_ctor_get(x_139, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_139, 1); -lean_inc(x_153); -if (lean_is_exclusive(x_139)) { - lean_ctor_release(x_139, 0); - lean_ctor_release(x_139, 1); - x_154 = x_139; +x_247 = lean_ctor_get(x_234, 0); +lean_inc(x_247); +x_248 = lean_ctor_get(x_234, 1); +lean_inc(x_248); +if (lean_is_exclusive(x_234)) { + lean_ctor_release(x_234, 0); + lean_ctor_release(x_234, 1); + x_249 = x_234; } else { - lean_dec_ref(x_139); - x_154 = lean_box(0); + lean_dec_ref(x_234); + x_249 = lean_box(0); } -if (lean_is_scalar(x_154)) { - x_155 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_249)) { + x_250 = lean_alloc_ctor(1, 2, 0); } else { - x_155 = x_154; + x_250 = x_249; } -lean_ctor_set(x_155, 0, x_152); -lean_ctor_set(x_155, 1, x_153); -return x_155; +lean_ctor_set(x_250, 0, x_247); +lean_ctor_set(x_250, 1, x_248); +return x_250; } } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; size_t 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; size_t x_166; lean_object* x_167; -lean_dec(x_126); -x_156 = l_LLVM_voidPtrType(x_1, x_129); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = lean_unbox_usize(x_157); -lean_dec(x_157); -x_160 = lean_llvm_pointer_type(x_1, x_159, x_158); -x_161 = lean_ctor_get(x_160, 0); -lean_inc(x_161); -x_162 = lean_ctor_get(x_160, 1); -lean_inc(x_162); -lean_dec(x_160); -x_163 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; -x_164 = lean_array_push(x_163, x_161); -x_165 = lean_box(0); -x_166 = lean_unbox_usize(x_134); -lean_dec(x_134); -x_167 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_166, x_2, x_127, x_18, x_19, x_3, x_135, x_21, x_164, x_165, x_5, x_114, x_162); -lean_dec(x_164); -lean_dec(x_127); -return x_167; -} +lean_object* x_251; lean_object* x_252; lean_object* x_253; size_t 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; size_t x_261; lean_object* x_262; +lean_dec(x_221); +x_251 = l_LLVM_voidPtrType(x_1, x_224); +x_252 = lean_ctor_get(x_251, 0); +lean_inc(x_252); +x_253 = lean_ctor_get(x_251, 1); +lean_inc(x_253); +lean_dec(x_251); +x_254 = lean_unbox_usize(x_252); +lean_dec(x_252); +x_255 = lean_llvm_pointer_type(x_1, x_254, x_253); +x_256 = lean_ctor_get(x_255, 0); +lean_inc(x_256); +x_257 = lean_ctor_get(x_255, 1); +lean_inc(x_257); +lean_dec(x_255); +x_258 = l_Lean_IR_EmitLLVM_callLeanBox___closed__1; +x_259 = lean_array_push(x_258, x_256); +x_260 = lean_box(0); +x_261 = lean_unbox_usize(x_229); +lean_dec(x_229); +x_262 = l_Lean_IR_EmitLLVM_emitDeclAux___lambda__1(x_1, x_261, x_2, x_222, x_199, x_200, x_3, x_230, x_202, x_259, x_260, x_5, x_209, x_257); +lean_dec(x_259); +lean_dec(x_222); +return x_262; } } } @@ -29945,40 +30219,32 @@ return x_167; } else { -lean_object* x_191; lean_object* x_192; -lean_dec(x_15); -lean_dec(x_14); +lean_object* x_286; lean_object* x_287; +lean_dec(x_197); +lean_dec(x_196); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_191 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -if (lean_is_scalar(x_11)) { - x_192 = lean_alloc_ctor(0, 2, 0); -} else { - x_192 = x_11; -} -lean_ctor_set(x_192, 0, x_191); -lean_ctor_set(x_192, 1, x_10); -return x_192; +x_286 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_287 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_287, 0, x_286); +lean_ctor_set(x_287, 1, x_193); +return x_287; } } else { -lean_object* x_193; lean_object* x_194; -lean_dec(x_15); -lean_dec(x_14); +lean_object* x_288; lean_object* x_289; +lean_dec(x_197); +lean_dec(x_196); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_193 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -if (lean_is_scalar(x_11)) { - x_194 = lean_alloc_ctor(0, 2, 0); -} else { - x_194 = x_11; -} -lean_ctor_set(x_194, 0, x_193); -lean_ctor_set(x_194, 1, x_10); -return x_194; +x_288 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_289 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_289, 0, x_288); +lean_ctor_set(x_289, 1, x_193); +return x_289; } } } @@ -31947,7 +32213,7 @@ return x_155; } else { -lean_object* x_156; lean_object* x_157; size_t x_158; size_t x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; size_t x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; size_t x_167; size_t x_168; lean_object* x_169; lean_object* x_170; uint8_t 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_156; lean_object* x_157; size_t x_158; size_t x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; size_t x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; size_t x_167; size_t x_168; lean_object* x_169; lean_object* x_170; uint8_t 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; uint8_t x_190; x_156 = lean_ctor_get(x_144, 1); lean_inc(x_156); lean_dec(x_144); @@ -32013,92 +32279,107 @@ x_188 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; x_189 = l_Lean_getInitFnNameForCore_x3f(x_12, x_188, x_13); if (lean_obj_tag(x_189) == 0) { -size_t x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; size_t x_194; size_t x_195; size_t x_196; lean_object* x_197; -x_190 = lean_unbox_usize(x_180); -x_191 = lean_llvm_build_br(x_1, x_2, x_190, x_186); -x_192 = lean_ctor_get(x_191, 1); -lean_inc(x_192); -lean_dec(x_191); -x_193 = lean_box(0); -x_194 = lean_unbox_usize(x_180); +uint8_t x_220; +x_220 = 0; +x_190 = x_220; +goto block_219; +} +else +{ +lean_dec(x_189); +x_190 = x_171; +goto block_219; +} +block_219: +{ +if (x_190 == 0) +{ +size_t x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; size_t x_195; size_t x_196; size_t x_197; lean_object* x_198; +x_191 = lean_unbox_usize(x_180); +x_192 = lean_llvm_build_br(x_1, x_2, x_191, x_186); +x_193 = lean_ctor_get(x_192, 1); +lean_inc(x_193); +lean_dec(x_192); +x_194 = lean_box(0); +x_195 = lean_unbox_usize(x_180); lean_dec(x_180); -x_195 = lean_unbox_usize(x_187); +x_196 = lean_unbox_usize(x_187); lean_dec(x_187); -x_196 = lean_unbox_usize(x_161); +x_197 = lean_unbox_usize(x_161); lean_dec(x_161); -x_197 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_194, x_124, x_172, x_195, x_125, x_196, x_193, x_5, x_6, x_192); -return x_197; +x_198 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_195, x_124, x_172, x_196, x_125, x_197, x_194, x_5, x_6, x_193); +return x_198; } else { -uint64_t x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; size_t x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; size_t x_208; size_t x_209; size_t x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; size_t x_214; size_t x_215; size_t x_216; lean_object* x_217; -lean_dec(x_189); -x_198 = 0; -x_199 = llvm_get_param(x_1, x_3, x_198, x_186); -x_200 = lean_ctor_get(x_199, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_199, 1); +uint64_t x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; size_t x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; size_t x_209; size_t x_210; size_t x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; size_t x_215; size_t x_216; size_t x_217; lean_object* x_218; +x_199 = 0; +x_200 = llvm_get_param(x_1, x_3, x_199, x_186); +x_201 = lean_ctor_get(x_200, 0); lean_inc(x_201); -lean_dec(x_199); -x_202 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; -x_203 = lean_unbox_usize(x_200); +x_202 = lean_ctor_get(x_200, 1); +lean_inc(x_202); lean_dec(x_200); -x_204 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_203, x_202, x_5, x_6, x_201); -x_205 = lean_ctor_get(x_204, 0); -lean_inc(x_205); -x_206 = lean_ctor_get(x_204, 1); +x_203 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; +x_204 = lean_unbox_usize(x_201); +lean_dec(x_201); +x_205 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_204, x_203, x_5, x_6, x_202); +x_206 = lean_ctor_get(x_205, 0); lean_inc(x_206); -lean_dec(x_204); -x_207 = lean_ctor_get(x_205, 0); +x_207 = lean_ctor_get(x_205, 1); lean_inc(x_207); lean_dec(x_205); -x_208 = lean_unbox_usize(x_207); -lean_dec(x_207); -x_209 = lean_unbox_usize(x_180); -x_210 = lean_unbox_usize(x_187); -x_211 = lean_llvm_build_cond_br(x_1, x_2, x_208, x_209, x_210, x_206); -x_212 = lean_ctor_get(x_211, 1); -lean_inc(x_212); -lean_dec(x_211); -x_213 = lean_box(0); -x_214 = lean_unbox_usize(x_180); +x_208 = lean_ctor_get(x_206, 0); +lean_inc(x_208); +lean_dec(x_206); +x_209 = lean_unbox_usize(x_208); +lean_dec(x_208); +x_210 = lean_unbox_usize(x_180); +x_211 = lean_unbox_usize(x_187); +x_212 = lean_llvm_build_cond_br(x_1, x_2, x_209, x_210, x_211, x_207); +x_213 = lean_ctor_get(x_212, 1); +lean_inc(x_213); +lean_dec(x_212); +x_214 = lean_box(0); +x_215 = lean_unbox_usize(x_180); lean_dec(x_180); -x_215 = lean_unbox_usize(x_187); +x_216 = lean_unbox_usize(x_187); lean_dec(x_187); -x_216 = lean_unbox_usize(x_161); +x_217 = lean_unbox_usize(x_161); lean_dec(x_161); -x_217 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_214, x_124, x_172, x_215, x_125, x_216, x_213, x_5, x_6, x_212); -return x_217; +x_218 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_215, x_124, x_172, x_216, x_125, x_217, x_214, x_5, x_6, x_213); +return x_218; +} } } } } else { -uint8_t x_218; +uint8_t x_221; lean_dec(x_125); lean_dec(x_124); lean_dec(x_13); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -x_218 = !lean_is_exclusive(x_126); -if (x_218 == 0) +x_221 = !lean_is_exclusive(x_126); +if (x_221 == 0) { return x_126; } else { -lean_object* x_219; lean_object* x_220; lean_object* x_221; -x_219 = lean_ctor_get(x_126, 0); -x_220 = lean_ctor_get(x_126, 1); -lean_inc(x_220); -lean_inc(x_219); +lean_object* x_222; lean_object* x_223; lean_object* x_224; +x_222 = lean_ctor_get(x_126, 0); +x_223 = lean_ctor_get(x_126, 1); +lean_inc(x_223); +lean_inc(x_222); lean_dec(x_126); -x_221 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_221, 0, x_219); -lean_ctor_set(x_221, 1, x_220); -return x_221; +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; } } } @@ -32106,527 +32387,527 @@ return x_221; } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; +lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_dec(x_12); lean_free_object(x_8); lean_dec(x_4); -x_222 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_11); -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); -x_225 = lean_ctor_get(x_223, 0); -lean_inc(x_225); -lean_dec(x_223); -lean_inc(x_13); -x_226 = l_Lean_IR_EmitLLVM_toCName___rarg(x_13, x_5, x_6, x_224); -x_227 = lean_ctor_get(x_226, 0); +x_225 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_11); +x_226 = lean_ctor_get(x_225, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_225, 1); lean_inc(x_227); -if (lean_obj_tag(x_227) == 0) -{ -uint8_t x_228; lean_dec(x_225); +x_228 = lean_ctor_get(x_226, 0); +lean_inc(x_228); +lean_dec(x_226); +lean_inc(x_13); +x_229 = l_Lean_IR_EmitLLVM_toCName___rarg(x_13, x_5, x_6, x_227); +x_230 = lean_ctor_get(x_229, 0); +lean_inc(x_230); +if (lean_obj_tag(x_230) == 0) +{ +uint8_t x_231; +lean_dec(x_228); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); -x_228 = !lean_is_exclusive(x_226); -if (x_228 == 0) +x_231 = !lean_is_exclusive(x_229); +if (x_231 == 0) { -lean_object* x_229; uint8_t x_230; -x_229 = lean_ctor_get(x_226, 0); -lean_dec(x_229); -x_230 = !lean_is_exclusive(x_227); -if (x_230 == 0) +lean_object* x_232; uint8_t x_233; +x_232 = lean_ctor_get(x_229, 0); +lean_dec(x_232); +x_233 = !lean_is_exclusive(x_230); +if (x_233 == 0) { -return x_226; +return x_229; } else { -lean_object* x_231; lean_object* x_232; -x_231 = lean_ctor_get(x_227, 0); -lean_inc(x_231); -lean_dec(x_227); -x_232 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_232, 0, x_231); -lean_ctor_set(x_226, 0, x_232); -return x_226; +lean_object* x_234; lean_object* x_235; +x_234 = lean_ctor_get(x_230, 0); +lean_inc(x_234); +lean_dec(x_230); +x_235 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_235, 0, x_234); +lean_ctor_set(x_229, 0, x_235); +return x_229; } } else { -lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -x_233 = lean_ctor_get(x_226, 1); -lean_inc(x_233); -lean_dec(x_226); -x_234 = lean_ctor_get(x_227, 0); -lean_inc(x_234); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - x_235 = x_227; +lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; +x_236 = lean_ctor_get(x_229, 1); +lean_inc(x_236); +lean_dec(x_229); +x_237 = lean_ctor_get(x_230, 0); +lean_inc(x_237); +if (lean_is_exclusive(x_230)) { + lean_ctor_release(x_230, 0); + x_238 = x_230; } else { - lean_dec_ref(x_227); - x_235 = lean_box(0); + lean_dec_ref(x_230); + x_238 = lean_box(0); } -if (lean_is_scalar(x_235)) { - x_236 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_238)) { + x_239 = lean_alloc_ctor(0, 1, 0); } else { - x_236 = x_235; + x_239 = x_238; } -lean_ctor_set(x_236, 0, x_234); -x_237 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_237, 0, x_236); -lean_ctor_set(x_237, 1, x_233); -return x_237; +lean_ctor_set(x_239, 0, x_237); +x_240 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_240, 0, x_239); +lean_ctor_set(x_240, 1, x_236); +return x_240; } } else { -lean_object* x_238; lean_object* x_239; size_t x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; size_t x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; uint8_t 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; size_t x_259; lean_object* x_260; -x_238 = lean_ctor_get(x_226, 1); -lean_inc(x_238); -lean_dec(x_226); -x_239 = lean_ctor_get(x_227, 0); -lean_inc(x_239); -lean_dec(x_227); -x_240 = lean_unbox_usize(x_225); -lean_dec(x_225); -x_241 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_239, x_240, x_5, x_6, x_238); -lean_dec(x_239); -x_242 = lean_ctor_get(x_241, 0); +lean_object* x_241; lean_object* x_242; size_t x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; size_t x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; uint8_t 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; size_t x_262; lean_object* x_263; +x_241 = lean_ctor_get(x_229, 1); +lean_inc(x_241); +lean_dec(x_229); +x_242 = lean_ctor_get(x_230, 0); lean_inc(x_242); -x_243 = lean_ctor_get(x_241, 1); -lean_inc(x_243); -lean_dec(x_241); -x_244 = lean_ctor_get(x_242, 0); -lean_inc(x_244); +lean_dec(x_230); +x_243 = lean_unbox_usize(x_228); +lean_dec(x_228); +x_244 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_242, x_243, x_5, x_6, x_241); lean_dec(x_242); -x_245 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; -x_246 = lean_unbox_usize(x_244); -x_247 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_246, x_245, x_5, x_6, x_243); -x_248 = lean_ctor_get(x_247, 0); -lean_inc(x_248); -x_249 = lean_ctor_get(x_247, 1); -lean_inc(x_249); -lean_dec(x_247); -x_250 = lean_ctor_get(x_248, 0); -lean_inc(x_250); -lean_dec(x_248); -x_251 = 1; -x_252 = l_Lean_Name_toString(x_13, x_251); -x_253 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; -x_254 = lean_string_append(x_253, x_252); -lean_dec(x_252); -x_255 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; -x_256 = lean_string_append(x_254, x_255); -x_257 = lean_box_usize(x_1); -x_258 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); -lean_closure_set(x_258, 0, x_257); -lean_closure_set(x_258, 1, x_244); -x_259 = lean_unbox_usize(x_250); +x_245 = lean_ctor_get(x_244, 0); +lean_inc(x_245); +x_246 = lean_ctor_get(x_244, 1); +lean_inc(x_246); +lean_dec(x_244); +x_247 = lean_ctor_get(x_245, 0); +lean_inc(x_247); +lean_dec(x_245); +x_248 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; +x_249 = lean_unbox_usize(x_247); +x_250 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_249, x_248, x_5, x_6, x_246); +x_251 = lean_ctor_get(x_250, 0); +lean_inc(x_251); +x_252 = lean_ctor_get(x_250, 1); +lean_inc(x_252); lean_dec(x_250); -x_260 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_256, x_259, x_258, x_5, x_6, x_249); -return x_260; -} -} -} -else -{ -lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; uint8_t x_265; -x_261 = lean_ctor_get(x_8, 0); -x_262 = lean_ctor_get(x_8, 1); -lean_inc(x_262); -lean_inc(x_261); -lean_dec(x_8); -x_263 = lean_ctor_get(x_261, 0); -lean_inc(x_263); -lean_dec(x_261); -x_264 = l_Lean_IR_Decl_name(x_4); +x_253 = lean_ctor_get(x_251, 0); +lean_inc(x_253); +lean_dec(x_251); +x_254 = 1; +x_255 = l_Lean_Name_toString(x_13, x_254); +x_256 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; +x_257 = lean_string_append(x_256, x_255); +lean_dec(x_255); +x_258 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; +x_259 = lean_string_append(x_257, x_258); +x_260 = lean_box_usize(x_1); +x_261 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); +lean_closure_set(x_261, 0, x_260); +lean_closure_set(x_261, 1, x_247); +x_262 = lean_unbox_usize(x_253); +lean_dec(x_253); +x_263 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_259, x_262, x_261, x_5, x_6, x_252); +return x_263; +} +} +} +else +{ +lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; uint8_t x_268; +x_264 = lean_ctor_get(x_8, 0); +x_265 = lean_ctor_get(x_8, 1); +lean_inc(x_265); lean_inc(x_264); -lean_inc(x_263); -x_265 = l_Lean_isIOUnitInitFn(x_263, x_264); -if (x_265 == 0) +lean_dec(x_8); +x_266 = lean_ctor_get(x_264, 0); +lean_inc(x_266); +lean_dec(x_264); +x_267 = l_Lean_IR_Decl_name(x_4); +lean_inc(x_267); +lean_inc(x_266); +x_268 = l_Lean_isIOUnitInitFn(x_266, x_267); +if (x_268 == 0) +{ +lean_object* x_269; lean_object* x_270; lean_object* x_271; uint8_t x_272; +x_269 = l_Lean_IR_Decl_params(x_4); +x_270 = lean_array_get_size(x_269); +lean_dec(x_269); +x_271 = lean_unsigned_to_nat(0u); +x_272 = lean_nat_dec_eq(x_270, x_271); +lean_dec(x_270); +if (x_272 == 0) { -lean_object* x_266; lean_object* x_267; lean_object* x_268; uint8_t x_269; -x_266 = l_Lean_IR_Decl_params(x_4); -x_267 = lean_array_get_size(x_266); -lean_dec(x_266); -x_268 = lean_unsigned_to_nat(0u); -x_269 = lean_nat_dec_eq(x_267, x_268); +lean_object* x_273; lean_object* x_274; lean_dec(x_267); -if (x_269 == 0) -{ -lean_object* x_270; lean_object* x_271; -lean_dec(x_264); -lean_dec(x_263); +lean_dec(x_266); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_270 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -x_271 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_271, 0, x_270); -lean_ctor_set(x_271, 1, x_262); -return x_271; +x_273 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +x_274 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_274, 0, x_273); +lean_ctor_set(x_274, 1, x_265); +return x_274; } else { -lean_object* x_272; -lean_inc(x_264); -lean_inc(x_263); -x_272 = lean_get_init_fn_name_for(x_263, x_264); -if (lean_obj_tag(x_272) == 0) +lean_object* x_275; +lean_inc(x_267); +lean_inc(x_266); +x_275 = lean_get_init_fn_name_for(x_266, x_267); +if (lean_obj_tag(x_275) == 0) { -lean_object* x_273; lean_object* x_274; -lean_dec(x_263); -x_273 = l_Lean_IR_Decl_resultType(x_4); +lean_object* x_276; lean_object* x_277; +lean_dec(x_266); +x_276 = l_Lean_IR_Decl_resultType(x_4); lean_dec(x_4); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_273); -x_274 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_273, x_5, x_6, x_262); -if (lean_obj_tag(x_274) == 0) +lean_inc(x_276); +x_277 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_276, x_5, x_6, x_265); +if (lean_obj_tag(x_277) == 0) { -lean_object* x_275; -x_275 = lean_ctor_get(x_274, 0); -lean_inc(x_275); -if (lean_obj_tag(x_275) == 0) +lean_object* x_278; +x_278 = lean_ctor_get(x_277, 0); +lean_inc(x_278); +if (lean_obj_tag(x_278) == 0) { -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_dec(x_273); -lean_dec(x_264); +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_dec(x_276); +lean_dec(x_267); lean_dec(x_6); lean_dec(x_5); -x_276 = lean_ctor_get(x_274, 1); -lean_inc(x_276); -if (lean_is_exclusive(x_274)) { - lean_ctor_release(x_274, 0); - lean_ctor_release(x_274, 1); - x_277 = x_274; +x_279 = lean_ctor_get(x_277, 1); +lean_inc(x_279); +if (lean_is_exclusive(x_277)) { + lean_ctor_release(x_277, 0); + lean_ctor_release(x_277, 1); + x_280 = x_277; } else { - lean_dec_ref(x_274); - x_277 = lean_box(0); + lean_dec_ref(x_277); + x_280 = lean_box(0); } -x_278 = lean_ctor_get(x_275, 0); -lean_inc(x_278); -if (lean_is_exclusive(x_275)) { - lean_ctor_release(x_275, 0); - x_279 = x_275; +x_281 = lean_ctor_get(x_278, 0); +lean_inc(x_281); +if (lean_is_exclusive(x_278)) { + lean_ctor_release(x_278, 0); + x_282 = x_278; } else { - lean_dec_ref(x_275); - x_279 = lean_box(0); + lean_dec_ref(x_278); + x_282 = lean_box(0); } -if (lean_is_scalar(x_279)) { - x_280 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_282)) { + x_283 = lean_alloc_ctor(0, 1, 0); } else { - x_280 = x_279; + x_283 = x_282; } -lean_ctor_set(x_280, 0, x_278); -if (lean_is_scalar(x_277)) { - x_281 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_283, 0, x_281); +if (lean_is_scalar(x_280)) { + x_284 = lean_alloc_ctor(0, 2, 0); } else { - x_281 = x_277; + x_284 = x_280; } -lean_ctor_set(x_281, 0, x_280); -lean_ctor_set(x_281, 1, x_276); -return x_281; +lean_ctor_set(x_284, 0, x_283); +lean_ctor_set(x_284, 1, x_279); +return x_284; } else { -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; -x_282 = lean_ctor_get(x_274, 1); -lean_inc(x_282); -lean_dec(x_274); -x_283 = lean_ctor_get(x_275, 0); -lean_inc(x_283); -lean_dec(x_275); -x_284 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_282); -x_285 = lean_ctor_get(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; +x_285 = lean_ctor_get(x_277, 1); lean_inc(x_285); -x_286 = lean_ctor_get(x_284, 1); +lean_dec(x_277); +x_286 = lean_ctor_get(x_278, 0); lean_inc(x_286); -lean_dec(x_284); -x_287 = lean_ctor_get(x_285, 0); -lean_inc(x_287); -lean_dec(x_285); -lean_inc(x_264); -x_288 = l_Lean_IR_EmitLLVM_toCName___rarg(x_264, x_5, x_6, x_286); -x_289 = lean_ctor_get(x_288, 0); +lean_dec(x_278); +x_287 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_285); +x_288 = lean_ctor_get(x_287, 0); +lean_inc(x_288); +x_289 = lean_ctor_get(x_287, 1); lean_inc(x_289); -if (lean_obj_tag(x_289) == 0) -{ -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_dec(x_287); -lean_dec(x_283); -lean_dec(x_273); -lean_dec(x_264); +x_290 = lean_ctor_get(x_288, 0); +lean_inc(x_290); +lean_dec(x_288); +lean_inc(x_267); +x_291 = l_Lean_IR_EmitLLVM_toCName___rarg(x_267, x_5, x_6, x_289); +x_292 = lean_ctor_get(x_291, 0); +lean_inc(x_292); +if (lean_obj_tag(x_292) == 0) +{ +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_dec(x_290); +lean_dec(x_286); +lean_dec(x_276); +lean_dec(x_267); lean_dec(x_6); lean_dec(x_5); -x_290 = lean_ctor_get(x_288, 1); -lean_inc(x_290); -if (lean_is_exclusive(x_288)) { - lean_ctor_release(x_288, 0); - lean_ctor_release(x_288, 1); - x_291 = x_288; +x_293 = lean_ctor_get(x_291, 1); +lean_inc(x_293); +if (lean_is_exclusive(x_291)) { + lean_ctor_release(x_291, 0); + lean_ctor_release(x_291, 1); + x_294 = x_291; } else { - lean_dec_ref(x_288); - x_291 = lean_box(0); + lean_dec_ref(x_291); + x_294 = lean_box(0); } -x_292 = lean_ctor_get(x_289, 0); -lean_inc(x_292); -if (lean_is_exclusive(x_289)) { - lean_ctor_release(x_289, 0); - x_293 = x_289; +x_295 = lean_ctor_get(x_292, 0); +lean_inc(x_295); +if (lean_is_exclusive(x_292)) { + lean_ctor_release(x_292, 0); + x_296 = x_292; } else { - lean_dec_ref(x_289); - x_293 = lean_box(0); + lean_dec_ref(x_292); + x_296 = lean_box(0); } -if (lean_is_scalar(x_293)) { - x_294 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_296)) { + x_297 = lean_alloc_ctor(0, 1, 0); } else { - x_294 = x_293; + x_297 = x_296; } -lean_ctor_set(x_294, 0, x_292); -if (lean_is_scalar(x_291)) { - x_295 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_297, 0, x_295); +if (lean_is_scalar(x_294)) { + x_298 = lean_alloc_ctor(0, 2, 0); } else { - x_295 = x_291; + x_298 = x_294; } -lean_ctor_set(x_295, 0, x_294); -lean_ctor_set(x_295, 1, x_290); -return x_295; +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_298, 1, x_293); +return x_298; } else { -lean_object* x_296; lean_object* x_297; size_t x_298; size_t x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; size_t x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; size_t x_307; size_t x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; -x_296 = lean_ctor_get(x_288, 1); -lean_inc(x_296); -lean_dec(x_288); -x_297 = lean_ctor_get(x_289, 0); -lean_inc(x_297); -lean_dec(x_289); -x_298 = lean_unbox_usize(x_287); -lean_dec(x_287); -x_299 = lean_unbox_usize(x_283); -x_300 = l_LLVM_getOrAddGlobal(x_1, x_298, x_297, x_299, x_296); -lean_dec(x_297); -x_301 = lean_ctor_get(x_300, 0); -lean_inc(x_301); -x_302 = lean_ctor_get(x_300, 1); -lean_inc(x_302); +lean_object* x_299; lean_object* x_300; size_t x_301; size_t x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; size_t x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; size_t x_310; size_t x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; lean_object* x_315; +x_299 = lean_ctor_get(x_291, 1); +lean_inc(x_299); +lean_dec(x_291); +x_300 = lean_ctor_get(x_292, 0); +lean_inc(x_300); +lean_dec(x_292); +x_301 = lean_unbox_usize(x_290); +lean_dec(x_290); +x_302 = lean_unbox_usize(x_286); +x_303 = l_LLVM_getOrAddGlobal(x_1, x_301, x_300, x_302, x_299); lean_dec(x_300); -x_303 = lean_unbox_usize(x_283); -lean_dec(x_283); -x_304 = lean_llvm_get_undef(x_1, x_303, x_302); -x_305 = lean_ctor_get(x_304, 0); +x_304 = lean_ctor_get(x_303, 0); +lean_inc(x_304); +x_305 = lean_ctor_get(x_303, 1); lean_inc(x_305); -x_306 = lean_ctor_get(x_304, 1); -lean_inc(x_306); -lean_dec(x_304); -x_307 = lean_unbox_usize(x_301); -x_308 = lean_unbox_usize(x_305); -lean_dec(x_305); -x_309 = lean_llvm_set_initializer(x_1, x_307, x_308, x_306); -x_310 = lean_ctor_get(x_309, 1); -lean_inc(x_310); -lean_dec(x_309); -x_311 = l_Lean_IR_EmitLLVM_toCInitName___rarg(x_264, x_5, x_6, x_310); -x_312 = lean_ctor_get(x_311, 0); -lean_inc(x_312); -if (lean_obj_tag(x_312) == 0) -{ -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_dec(x_301); -lean_dec(x_273); -lean_dec(x_6); -lean_dec(x_5); -x_313 = lean_ctor_get(x_311, 1); +lean_dec(x_303); +x_306 = lean_unbox_usize(x_286); +lean_dec(x_286); +x_307 = lean_llvm_get_undef(x_1, x_306, x_305); +x_308 = lean_ctor_get(x_307, 0); +lean_inc(x_308); +x_309 = lean_ctor_get(x_307, 1); +lean_inc(x_309); +lean_dec(x_307); +x_310 = lean_unbox_usize(x_304); +x_311 = lean_unbox_usize(x_308); +lean_dec(x_308); +x_312 = lean_llvm_set_initializer(x_1, x_310, x_311, x_309); +x_313 = lean_ctor_get(x_312, 1); lean_inc(x_313); -if (lean_is_exclusive(x_311)) { - lean_ctor_release(x_311, 0); - lean_ctor_release(x_311, 1); - x_314 = x_311; +lean_dec(x_312); +x_314 = l_Lean_IR_EmitLLVM_toCInitName___rarg(x_267, x_5, x_6, x_313); +x_315 = lean_ctor_get(x_314, 0); +lean_inc(x_315); +if (lean_obj_tag(x_315) == 0) +{ +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_dec(x_304); +lean_dec(x_276); +lean_dec(x_6); +lean_dec(x_5); +x_316 = lean_ctor_get(x_314, 1); +lean_inc(x_316); +if (lean_is_exclusive(x_314)) { + lean_ctor_release(x_314, 0); + lean_ctor_release(x_314, 1); + x_317 = x_314; } else { - lean_dec_ref(x_311); - x_314 = lean_box(0); + lean_dec_ref(x_314); + x_317 = lean_box(0); } -x_315 = lean_ctor_get(x_312, 0); -lean_inc(x_315); -if (lean_is_exclusive(x_312)) { - lean_ctor_release(x_312, 0); - x_316 = x_312; +x_318 = lean_ctor_get(x_315, 0); +lean_inc(x_318); +if (lean_is_exclusive(x_315)) { + lean_ctor_release(x_315, 0); + x_319 = x_315; } else { - lean_dec_ref(x_312); - x_316 = lean_box(0); + lean_dec_ref(x_315); + x_319 = lean_box(0); } -if (lean_is_scalar(x_316)) { - x_317 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_319)) { + x_320 = lean_alloc_ctor(0, 1, 0); } else { - x_317 = x_316; + x_320 = x_319; } -lean_ctor_set(x_317, 0, x_315); -if (lean_is_scalar(x_314)) { - x_318 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_320, 0, x_318); +if (lean_is_scalar(x_317)) { + x_321 = lean_alloc_ctor(0, 2, 0); } else { - x_318 = x_314; + x_321 = x_317; } -lean_ctor_set(x_318, 0, x_317); -lean_ctor_set(x_318, 1, x_313); -return x_318; +lean_ctor_set(x_321, 0, x_320); +lean_ctor_set(x_321, 1, x_316); +return x_321; } else { -lean_object* x_319; lean_object* x_320; lean_object* x_321; -x_319 = lean_ctor_get(x_311, 1); -lean_inc(x_319); -lean_dec(x_311); -x_320 = lean_ctor_get(x_312, 0); -lean_inc(x_320); -lean_dec(x_312); +lean_object* x_322; lean_object* x_323; lean_object* x_324; +x_322 = lean_ctor_get(x_314, 1); +lean_inc(x_322); +lean_dec(x_314); +x_323 = lean_ctor_get(x_315, 0); +lean_inc(x_323); +lean_dec(x_315); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_273); -x_321 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_273, x_5, x_6, x_319); -if (lean_obj_tag(x_321) == 0) +lean_inc(x_276); +x_324 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_276, x_5, x_6, x_322); +if (lean_obj_tag(x_324) == 0) { -lean_object* x_322; -x_322 = lean_ctor_get(x_321, 0); -lean_inc(x_322); -if (lean_obj_tag(x_322) == 0) +lean_object* x_325; +x_325 = lean_ctor_get(x_324, 0); +lean_inc(x_325); +if (lean_obj_tag(x_325) == 0) { -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_dec(x_320); -lean_dec(x_301); -lean_dec(x_273); +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_dec(x_323); +lean_dec(x_304); +lean_dec(x_276); lean_dec(x_6); lean_dec(x_5); -x_323 = lean_ctor_get(x_321, 1); -lean_inc(x_323); -if (lean_is_exclusive(x_321)) { - lean_ctor_release(x_321, 0); - lean_ctor_release(x_321, 1); - x_324 = x_321; +x_326 = lean_ctor_get(x_324, 1); +lean_inc(x_326); +if (lean_is_exclusive(x_324)) { + lean_ctor_release(x_324, 0); + lean_ctor_release(x_324, 1); + x_327 = x_324; } else { - lean_dec_ref(x_321); - x_324 = lean_box(0); + lean_dec_ref(x_324); + x_327 = lean_box(0); } -x_325 = lean_ctor_get(x_322, 0); -lean_inc(x_325); -if (lean_is_exclusive(x_322)) { - lean_ctor_release(x_322, 0); - x_326 = x_322; +x_328 = lean_ctor_get(x_325, 0); +lean_inc(x_328); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + x_329 = x_325; } else { - lean_dec_ref(x_322); - x_326 = lean_box(0); + lean_dec_ref(x_325); + x_329 = lean_box(0); } -if (lean_is_scalar(x_326)) { - x_327 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_329)) { + x_330 = lean_alloc_ctor(0, 1, 0); } else { - x_327 = x_326; + x_330 = x_329; } -lean_ctor_set(x_327, 0, x_325); -if (lean_is_scalar(x_324)) { - x_328 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_330, 0, x_328); +if (lean_is_scalar(x_327)) { + x_331 = lean_alloc_ctor(0, 2, 0); } else { - x_328 = x_324; + x_331 = x_327; } -lean_ctor_set(x_328, 0, x_327); -lean_ctor_set(x_328, 1, x_323); -return x_328; +lean_ctor_set(x_331, 0, x_330); +lean_ctor_set(x_331, 1, x_326); +return x_331; } else { -lean_object* x_329; lean_object* x_330; size_t x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; size_t x_336; size_t x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; uint8_t x_341; -x_329 = lean_ctor_get(x_321, 1); -lean_inc(x_329); -lean_dec(x_321); -x_330 = lean_ctor_get(x_322, 0); -lean_inc(x_330); -lean_dec(x_322); -x_331 = lean_unbox_usize(x_330); -lean_dec(x_330); -x_332 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_1, x_2, x_320, x_331, x_5, x_6, x_329); -lean_dec(x_320); -x_333 = lean_ctor_get(x_332, 0); +lean_object* x_332; lean_object* x_333; size_t x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; size_t x_339; size_t x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; uint8_t x_344; +x_332 = lean_ctor_get(x_324, 1); +lean_inc(x_332); +lean_dec(x_324); +x_333 = lean_ctor_get(x_325, 0); lean_inc(x_333); -x_334 = lean_ctor_get(x_332, 1); -lean_inc(x_334); -lean_dec(x_332); -x_335 = lean_ctor_get(x_333, 0); -lean_inc(x_335); +lean_dec(x_325); +x_334 = lean_unbox_usize(x_333); lean_dec(x_333); -x_336 = lean_unbox_usize(x_335); -x_337 = lean_unbox_usize(x_301); -lean_dec(x_301); -x_338 = lean_llvm_build_store(x_1, x_2, x_336, x_337, x_334); -x_339 = lean_ctor_get(x_338, 1); -lean_inc(x_339); -if (lean_is_exclusive(x_338)) { - lean_ctor_release(x_338, 0); - lean_ctor_release(x_338, 1); - x_340 = x_338; -} else { - lean_dec_ref(x_338); - x_340 = lean_box(0); -} -x_341 = l_Lean_IR_IRType_isObj(x_273); -lean_dec(x_273); -if (x_341 == 0) -{ -lean_object* x_342; lean_object* x_343; +x_335 = l_Lean_IR_EmitLLVM_callPureDeclInitFn(x_1, x_2, x_323, x_334, x_5, x_6, x_332); +lean_dec(x_323); +x_336 = lean_ctor_get(x_335, 0); +lean_inc(x_336); +x_337 = lean_ctor_get(x_335, 1); +lean_inc(x_337); lean_dec(x_335); +x_338 = lean_ctor_get(x_336, 0); +lean_inc(x_338); +lean_dec(x_336); +x_339 = lean_unbox_usize(x_338); +x_340 = lean_unbox_usize(x_304); +lean_dec(x_304); +x_341 = lean_llvm_build_store(x_1, x_2, x_339, x_340, x_337); +x_342 = lean_ctor_get(x_341, 1); +lean_inc(x_342); +if (lean_is_exclusive(x_341)) { + lean_ctor_release(x_341, 0); + lean_ctor_release(x_341, 1); + x_343 = x_341; +} else { + lean_dec_ref(x_341); + x_343 = lean_box(0); +} +x_344 = l_Lean_IR_IRType_isObj(x_276); +lean_dec(x_276); +if (x_344 == 0) +{ +lean_object* x_345; lean_object* x_346; +lean_dec(x_338); lean_dec(x_6); lean_dec(x_5); -x_342 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; -if (lean_is_scalar(x_340)) { - x_343 = lean_alloc_ctor(0, 2, 0); +x_345 = l_Lean_IR_EmitLLVM_addVartoState___closed__1; +if (lean_is_scalar(x_343)) { + x_346 = lean_alloc_ctor(0, 2, 0); } else { - x_343 = x_340; + x_346 = x_343; } -lean_ctor_set(x_343, 0, x_342); -lean_ctor_set(x_343, 1, x_339); -return x_343; +lean_ctor_set(x_346, 0, x_345); +lean_ctor_set(x_346, 1, x_342); +return x_346; } else { -size_t x_344; lean_object* x_345; -lean_dec(x_340); -x_344 = lean_unbox_usize(x_335); -lean_dec(x_335); -x_345 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_344, x_5, x_6, x_339); +size_t x_347; lean_object* x_348; +lean_dec(x_343); +x_347 = lean_unbox_usize(x_338); +lean_dec(x_338); +x_348 = l_Lean_IR_EmitLLVM_callLeanMarkPersistentFn(x_1, x_2, x_347, x_5, x_6, x_342); lean_dec(x_6); lean_dec(x_5); -return x_345; +return x_348; } } } else { -lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; -lean_dec(x_320); -lean_dec(x_301); -lean_dec(x_273); +lean_object* x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; +lean_dec(x_323); +lean_dec(x_304); +lean_dec(x_276); lean_dec(x_6); lean_dec(x_5); -x_346 = lean_ctor_get(x_321, 0); -lean_inc(x_346); -x_347 = lean_ctor_get(x_321, 1); -lean_inc(x_347); -if (lean_is_exclusive(x_321)) { - lean_ctor_release(x_321, 0); - lean_ctor_release(x_321, 1); - x_348 = x_321; +x_349 = lean_ctor_get(x_324, 0); +lean_inc(x_349); +x_350 = lean_ctor_get(x_324, 1); +lean_inc(x_350); +if (lean_is_exclusive(x_324)) { + lean_ctor_release(x_324, 0); + lean_ctor_release(x_324, 1); + x_351 = x_324; } else { - lean_dec_ref(x_321); - x_348 = lean_box(0); + lean_dec_ref(x_324); + x_351 = lean_box(0); } -if (lean_is_scalar(x_348)) { - x_349 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_351)) { + x_352 = lean_alloc_ctor(1, 2, 0); } else { - x_349 = x_348; + x_352 = x_351; } -lean_ctor_set(x_349, 0, x_346); -lean_ctor_set(x_349, 1, x_347); -return x_349; +lean_ctor_set(x_352, 0, x_349); +lean_ctor_set(x_352, 1, x_350); +return x_352; } } } @@ -32634,404 +32915,408 @@ return x_349; } else { -lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; -lean_dec(x_273); -lean_dec(x_264); +lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; +lean_dec(x_276); +lean_dec(x_267); lean_dec(x_6); lean_dec(x_5); -x_350 = lean_ctor_get(x_274, 0); -lean_inc(x_350); -x_351 = lean_ctor_get(x_274, 1); -lean_inc(x_351); -if (lean_is_exclusive(x_274)) { - lean_ctor_release(x_274, 0); - lean_ctor_release(x_274, 1); - x_352 = x_274; +x_353 = lean_ctor_get(x_277, 0); +lean_inc(x_353); +x_354 = lean_ctor_get(x_277, 1); +lean_inc(x_354); +if (lean_is_exclusive(x_277)) { + lean_ctor_release(x_277, 0); + lean_ctor_release(x_277, 1); + x_355 = x_277; } else { - lean_dec_ref(x_274); - x_352 = lean_box(0); + lean_dec_ref(x_277); + x_355 = lean_box(0); } -if (lean_is_scalar(x_352)) { - x_353 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_355)) { + x_356 = lean_alloc_ctor(1, 2, 0); } else { - x_353 = x_352; + x_356 = x_355; } -lean_ctor_set(x_353, 0, x_350); -lean_ctor_set(x_353, 1, x_351); -return x_353; +lean_ctor_set(x_356, 0, x_353); +lean_ctor_set(x_356, 1, x_354); +return x_356; } } else { -lean_object* x_354; lean_object* x_355; lean_object* x_356; -x_354 = lean_ctor_get(x_272, 0); -lean_inc(x_354); -lean_dec(x_272); -x_355 = l_Lean_IR_Decl_resultType(x_4); +lean_object* x_357; lean_object* x_358; lean_object* x_359; +x_357 = lean_ctor_get(x_275, 0); +lean_inc(x_357); +lean_dec(x_275); +x_358 = l_Lean_IR_Decl_resultType(x_4); lean_dec(x_4); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_355); -x_356 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_355, x_5, x_6, x_262); -if (lean_obj_tag(x_356) == 0) +lean_inc(x_358); +x_359 = l_Lean_IR_EmitLLVM_toLLVMType(x_1, x_358, x_5, x_6, x_265); +if (lean_obj_tag(x_359) == 0) { -lean_object* x_357; -x_357 = lean_ctor_get(x_356, 0); -lean_inc(x_357); -if (lean_obj_tag(x_357) == 0) +lean_object* x_360; +x_360 = lean_ctor_get(x_359, 0); +lean_inc(x_360); +if (lean_obj_tag(x_360) == 0) { -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_dec(x_355); -lean_dec(x_354); -lean_dec(x_264); -lean_dec(x_263); +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_dec(x_358); +lean_dec(x_357); +lean_dec(x_267); +lean_dec(x_266); lean_dec(x_6); lean_dec(x_5); -x_358 = lean_ctor_get(x_356, 1); -lean_inc(x_358); -if (lean_is_exclusive(x_356)) { - lean_ctor_release(x_356, 0); - lean_ctor_release(x_356, 1); - x_359 = x_356; +x_361 = lean_ctor_get(x_359, 1); +lean_inc(x_361); +if (lean_is_exclusive(x_359)) { + lean_ctor_release(x_359, 0); + lean_ctor_release(x_359, 1); + x_362 = x_359; } else { - lean_dec_ref(x_356); - x_359 = lean_box(0); + lean_dec_ref(x_359); + x_362 = lean_box(0); } -x_360 = lean_ctor_get(x_357, 0); -lean_inc(x_360); -if (lean_is_exclusive(x_357)) { - lean_ctor_release(x_357, 0); - x_361 = x_357; +x_363 = lean_ctor_get(x_360, 0); +lean_inc(x_363); +if (lean_is_exclusive(x_360)) { + lean_ctor_release(x_360, 0); + x_364 = x_360; } else { - lean_dec_ref(x_357); - x_361 = lean_box(0); + lean_dec_ref(x_360); + x_364 = lean_box(0); } -if (lean_is_scalar(x_361)) { - x_362 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_364)) { + x_365 = lean_alloc_ctor(0, 1, 0); } else { - x_362 = x_361; + x_365 = x_364; } -lean_ctor_set(x_362, 0, x_360); -if (lean_is_scalar(x_359)) { - x_363 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_365, 0, x_363); +if (lean_is_scalar(x_362)) { + x_366 = lean_alloc_ctor(0, 2, 0); } else { - x_363 = x_359; + x_366 = x_362; } -lean_ctor_set(x_363, 0, x_362); -lean_ctor_set(x_363, 1, x_358); -return x_363; +lean_ctor_set(x_366, 0, x_365); +lean_ctor_set(x_366, 1, x_361); +return x_366; } else { -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; -x_364 = lean_ctor_get(x_356, 1); -lean_inc(x_364); -lean_dec(x_356); -x_365 = lean_ctor_get(x_357, 0); -lean_inc(x_365); -lean_dec(x_357); -x_366 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_364); -x_367 = lean_ctor_get(x_366, 0); +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_367 = lean_ctor_get(x_359, 1); lean_inc(x_367); -x_368 = lean_ctor_get(x_366, 1); +lean_dec(x_359); +x_368 = lean_ctor_get(x_360, 0); lean_inc(x_368); -lean_dec(x_366); -x_369 = lean_ctor_get(x_367, 0); -lean_inc(x_369); -lean_dec(x_367); -lean_inc(x_264); -x_370 = l_Lean_IR_EmitLLVM_toCName___rarg(x_264, x_5, x_6, x_368); -x_371 = lean_ctor_get(x_370, 0); +lean_dec(x_360); +x_369 = l_Lean_IR_EmitLLVM_getLLVMModule___rarg(x_6, x_367); +x_370 = lean_ctor_get(x_369, 0); +lean_inc(x_370); +x_371 = lean_ctor_get(x_369, 1); lean_inc(x_371); -if (lean_obj_tag(x_371) == 0) -{ -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_dec(x_369); -lean_dec(x_365); -lean_dec(x_355); -lean_dec(x_354); -lean_dec(x_264); -lean_dec(x_263); +x_372 = lean_ctor_get(x_370, 0); +lean_inc(x_372); +lean_dec(x_370); +lean_inc(x_267); +x_373 = l_Lean_IR_EmitLLVM_toCName___rarg(x_267, x_5, x_6, x_371); +x_374 = lean_ctor_get(x_373, 0); +lean_inc(x_374); +if (lean_obj_tag(x_374) == 0) +{ +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_dec(x_372); +lean_dec(x_368); +lean_dec(x_358); +lean_dec(x_357); +lean_dec(x_267); +lean_dec(x_266); lean_dec(x_6); lean_dec(x_5); -x_372 = lean_ctor_get(x_370, 1); -lean_inc(x_372); -if (lean_is_exclusive(x_370)) { - lean_ctor_release(x_370, 0); - lean_ctor_release(x_370, 1); - x_373 = x_370; +x_375 = lean_ctor_get(x_373, 1); +lean_inc(x_375); +if (lean_is_exclusive(x_373)) { + lean_ctor_release(x_373, 0); + lean_ctor_release(x_373, 1); + x_376 = x_373; } else { - lean_dec_ref(x_370); - x_373 = lean_box(0); + lean_dec_ref(x_373); + x_376 = lean_box(0); } -x_374 = lean_ctor_get(x_371, 0); -lean_inc(x_374); -if (lean_is_exclusive(x_371)) { - lean_ctor_release(x_371, 0); - x_375 = x_371; +x_377 = lean_ctor_get(x_374, 0); +lean_inc(x_377); +if (lean_is_exclusive(x_374)) { + lean_ctor_release(x_374, 0); + x_378 = x_374; } else { - lean_dec_ref(x_371); - x_375 = lean_box(0); + lean_dec_ref(x_374); + x_378 = lean_box(0); } -if (lean_is_scalar(x_375)) { - x_376 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_378)) { + x_379 = lean_alloc_ctor(0, 1, 0); } else { - x_376 = x_375; + x_379 = x_378; } -lean_ctor_set(x_376, 0, x_374); -if (lean_is_scalar(x_373)) { - x_377 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_379, 0, x_377); +if (lean_is_scalar(x_376)) { + x_380 = lean_alloc_ctor(0, 2, 0); } else { - x_377 = x_373; + x_380 = x_376; } -lean_ctor_set(x_377, 0, x_376); -lean_ctor_set(x_377, 1, x_372); -return x_377; +lean_ctor_set(x_380, 0, x_379); +lean_ctor_set(x_380, 1, x_375); +return x_380; } else { -lean_object* x_378; lean_object* x_379; size_t x_380; size_t x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; size_t x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; size_t x_389; size_t x_390; lean_object* x_391; lean_object* x_392; uint8_t x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; -x_378 = lean_ctor_get(x_370, 1); -lean_inc(x_378); -lean_dec(x_370); -x_379 = lean_ctor_get(x_371, 0); -lean_inc(x_379); -lean_dec(x_371); -x_380 = lean_unbox_usize(x_369); -lean_dec(x_369); -x_381 = lean_unbox_usize(x_365); -x_382 = l_LLVM_getOrAddGlobal(x_1, x_380, x_379, x_381, x_378); -lean_dec(x_379); -x_383 = lean_ctor_get(x_382, 0); -lean_inc(x_383); -x_384 = lean_ctor_get(x_382, 1); -lean_inc(x_384); +lean_object* x_381; lean_object* x_382; size_t x_383; size_t x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; size_t x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; size_t x_392; size_t 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; lean_object* x_414; uint8_t x_415; +x_381 = lean_ctor_get(x_373, 1); +lean_inc(x_381); +lean_dec(x_373); +x_382 = lean_ctor_get(x_374, 0); +lean_inc(x_382); +lean_dec(x_374); +x_383 = lean_unbox_usize(x_372); +lean_dec(x_372); +x_384 = lean_unbox_usize(x_368); +x_385 = l_LLVM_getOrAddGlobal(x_1, x_383, x_382, x_384, x_381); lean_dec(x_382); -x_385 = lean_unbox_usize(x_365); -lean_dec(x_365); -x_386 = lean_llvm_get_undef(x_1, x_385, x_384); -x_387 = lean_ctor_get(x_386, 0); +x_386 = lean_ctor_get(x_385, 0); +lean_inc(x_386); +x_387 = lean_ctor_get(x_385, 1); lean_inc(x_387); -x_388 = lean_ctor_get(x_386, 1); -lean_inc(x_388); -lean_dec(x_386); -x_389 = lean_unbox_usize(x_383); -x_390 = lean_unbox_usize(x_387); -lean_dec(x_387); -x_391 = lean_llvm_set_initializer(x_1, x_389, x_390, x_388); -x_392 = lean_ctor_get(x_391, 1); -lean_inc(x_392); -lean_dec(x_391); -x_393 = 1; -lean_inc(x_264); -x_394 = l_Lean_Name_toString(x_264, x_393); -x_395 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__1; -x_396 = lean_string_append(x_395, x_394); -x_397 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; -x_398 = lean_string_append(x_396, x_397); -x_399 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_398, x_5, x_6, x_392); -lean_dec(x_398); -x_400 = lean_ctor_get(x_399, 0); -lean_inc(x_400); -x_401 = lean_ctor_get(x_399, 1); -lean_inc(x_401); -lean_dec(x_399); -x_402 = lean_ctor_get(x_400, 0); -lean_inc(x_402); -lean_dec(x_400); -x_403 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__3; -x_404 = lean_string_append(x_403, x_394); -x_405 = lean_string_append(x_404, x_397); -x_406 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_405, x_5, x_6, x_401); -lean_dec(x_405); -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 = lean_ctor_get(x_407, 0); -lean_inc(x_409); -lean_dec(x_407); -x_410 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; -x_411 = l_Lean_getInitFnNameForCore_x3f(x_263, x_410, x_264); -if (lean_obj_tag(x_411) == 0) -{ -size_t x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; size_t x_416; size_t x_417; size_t x_418; lean_object* x_419; -x_412 = lean_unbox_usize(x_402); -x_413 = lean_llvm_build_br(x_1, x_2, x_412, x_408); -x_414 = lean_ctor_get(x_413, 1); -lean_inc(x_414); -lean_dec(x_413); -x_415 = lean_box(0); -x_416 = lean_unbox_usize(x_402); +lean_dec(x_385); +x_388 = lean_unbox_usize(x_368); +lean_dec(x_368); +x_389 = lean_llvm_get_undef(x_1, x_388, x_387); +x_390 = lean_ctor_get(x_389, 0); +lean_inc(x_390); +x_391 = lean_ctor_get(x_389, 1); +lean_inc(x_391); +lean_dec(x_389); +x_392 = lean_unbox_usize(x_386); +x_393 = lean_unbox_usize(x_390); +lean_dec(x_390); +x_394 = lean_llvm_set_initializer(x_1, x_392, x_393, x_391); +x_395 = lean_ctor_get(x_394, 1); +lean_inc(x_395); +lean_dec(x_394); +x_396 = 1; +lean_inc(x_267); +x_397 = l_Lean_Name_toString(x_267, x_396); +x_398 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__1; +x_399 = lean_string_append(x_398, x_397); +x_400 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__2; +x_401 = lean_string_append(x_399, x_400); +x_402 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_401, x_5, x_6, x_395); +lean_dec(x_401); +x_403 = lean_ctor_get(x_402, 0); +lean_inc(x_403); +x_404 = lean_ctor_get(x_402, 1); +lean_inc(x_404); lean_dec(x_402); -x_417 = lean_unbox_usize(x_409); +x_405 = lean_ctor_get(x_403, 0); +lean_inc(x_405); +lean_dec(x_403); +x_406 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__3; +x_407 = lean_string_append(x_406, x_397); +x_408 = lean_string_append(x_407, x_400); +x_409 = l_Lean_IR_EmitLLVM_builderAppendBasicBlock(x_1, x_2, x_408, x_5, x_6, x_404); +lean_dec(x_408); +x_410 = lean_ctor_get(x_409, 0); +lean_inc(x_410); +x_411 = lean_ctor_get(x_409, 1); +lean_inc(x_411); lean_dec(x_409); -x_418 = lean_unbox_usize(x_383); -lean_dec(x_383); -x_419 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_416, x_354, x_394, x_417, x_355, x_418, x_415, x_5, x_6, x_414); -return x_419; -} -else -{ -uint64_t x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; size_t x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; size_t x_430; size_t x_431; size_t x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; size_t x_436; size_t x_437; size_t x_438; lean_object* x_439; -lean_dec(x_411); -x_420 = 0; -x_421 = llvm_get_param(x_1, x_3, x_420, x_408); -x_422 = lean_ctor_get(x_421, 0); -lean_inc(x_422); -x_423 = lean_ctor_get(x_421, 1); -lean_inc(x_423); -lean_dec(x_421); -x_424 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; -x_425 = lean_unbox_usize(x_422); -lean_dec(x_422); -x_426 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_425, x_424, x_5, x_6, x_423); -x_427 = lean_ctor_get(x_426, 0); +x_412 = lean_ctor_get(x_410, 0); +lean_inc(x_412); +lean_dec(x_410); +x_413 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__4; +x_414 = l_Lean_getInitFnNameForCore_x3f(x_266, x_413, x_267); +if (lean_obj_tag(x_414) == 0) +{ +uint8_t x_445; +x_445 = 0; +x_415 = x_445; +goto block_444; +} +else +{ +lean_dec(x_414); +x_415 = x_396; +goto block_444; +} +block_444: +{ +if (x_415 == 0) +{ +size_t x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; size_t x_420; size_t x_421; size_t x_422; lean_object* x_423; +x_416 = lean_unbox_usize(x_405); +x_417 = lean_llvm_build_br(x_1, x_2, x_416, x_411); +x_418 = lean_ctor_get(x_417, 1); +lean_inc(x_418); +lean_dec(x_417); +x_419 = lean_box(0); +x_420 = lean_unbox_usize(x_405); +lean_dec(x_405); +x_421 = lean_unbox_usize(x_412); +lean_dec(x_412); +x_422 = lean_unbox_usize(x_386); +lean_dec(x_386); +x_423 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_420, x_357, x_397, x_421, x_358, x_422, x_419, x_5, x_6, x_418); +return x_423; +} +else +{ +uint64_t x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; size_t x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; size_t x_434; size_t x_435; size_t x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; size_t x_440; size_t x_441; size_t x_442; lean_object* x_443; +x_424 = 0; +x_425 = llvm_get_param(x_1, x_3, x_424, x_411); +x_426 = lean_ctor_get(x_425, 0); +lean_inc(x_426); +x_427 = lean_ctor_get(x_425, 1); lean_inc(x_427); -x_428 = lean_ctor_get(x_426, 1); -lean_inc(x_428); +lean_dec(x_425); +x_428 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__5; +x_429 = lean_unbox_usize(x_426); lean_dec(x_426); -x_429 = lean_ctor_get(x_427, 0); -lean_inc(x_429); -lean_dec(x_427); -x_430 = lean_unbox_usize(x_429); -lean_dec(x_429); -x_431 = lean_unbox_usize(x_402); -x_432 = lean_unbox_usize(x_409); -x_433 = lean_llvm_build_cond_br(x_1, x_2, x_430, x_431, x_432, x_428); -x_434 = lean_ctor_get(x_433, 1); -lean_inc(x_434); +x_430 = l_Lean_IR_EmitLLVM_buildLeanBoolTrue_x3f(x_1, x_2, x_429, x_428, x_5, x_6, x_427); +x_431 = lean_ctor_get(x_430, 0); +lean_inc(x_431); +x_432 = lean_ctor_get(x_430, 1); +lean_inc(x_432); +lean_dec(x_430); +x_433 = lean_ctor_get(x_431, 0); +lean_inc(x_433); +lean_dec(x_431); +x_434 = lean_unbox_usize(x_433); lean_dec(x_433); -x_435 = lean_box(0); -x_436 = lean_unbox_usize(x_402); -lean_dec(x_402); -x_437 = lean_unbox_usize(x_409); -lean_dec(x_409); -x_438 = lean_unbox_usize(x_383); -lean_dec(x_383); -x_439 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_436, x_354, x_394, x_437, x_355, x_438, x_435, x_5, x_6, x_434); -return x_439; +x_435 = lean_unbox_usize(x_405); +x_436 = lean_unbox_usize(x_412); +x_437 = lean_llvm_build_cond_br(x_1, x_2, x_434, x_435, x_436, x_432); +x_438 = lean_ctor_get(x_437, 1); +lean_inc(x_438); +lean_dec(x_437); +x_439 = lean_box(0); +x_440 = lean_unbox_usize(x_405); +lean_dec(x_405); +x_441 = lean_unbox_usize(x_412); +lean_dec(x_412); +x_442 = lean_unbox_usize(x_386); +lean_dec(x_386); +x_443 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3(x_1, x_2, x_440, x_357, x_397, x_441, x_358, x_442, x_439, x_5, x_6, x_438); +return x_443; +} } } } } else { -lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; -lean_dec(x_355); -lean_dec(x_354); -lean_dec(x_264); -lean_dec(x_263); +lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; +lean_dec(x_358); +lean_dec(x_357); +lean_dec(x_267); +lean_dec(x_266); lean_dec(x_6); lean_dec(x_5); -x_440 = lean_ctor_get(x_356, 0); -lean_inc(x_440); -x_441 = lean_ctor_get(x_356, 1); -lean_inc(x_441); -if (lean_is_exclusive(x_356)) { - lean_ctor_release(x_356, 0); - lean_ctor_release(x_356, 1); - x_442 = x_356; +x_446 = lean_ctor_get(x_359, 0); +lean_inc(x_446); +x_447 = lean_ctor_get(x_359, 1); +lean_inc(x_447); +if (lean_is_exclusive(x_359)) { + lean_ctor_release(x_359, 0); + lean_ctor_release(x_359, 1); + x_448 = x_359; } else { - lean_dec_ref(x_356); - x_442 = lean_box(0); + lean_dec_ref(x_359); + x_448 = lean_box(0); } -if (lean_is_scalar(x_442)) { - x_443 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_448)) { + x_449 = lean_alloc_ctor(1, 2, 0); } else { - x_443 = x_442; + x_449 = x_448; } -lean_ctor_set(x_443, 0, x_440); -lean_ctor_set(x_443, 1, x_441); -return x_443; +lean_ctor_set(x_449, 0, x_446); +lean_ctor_set(x_449, 1, x_447); +return x_449; } } } } else { -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_dec(x_263); -lean_dec(x_4); -x_444 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_262); -x_445 = lean_ctor_get(x_444, 0); -lean_inc(x_445); -x_446 = lean_ctor_get(x_444, 1); -lean_inc(x_446); -lean_dec(x_444); -x_447 = lean_ctor_get(x_445, 0); -lean_inc(x_447); -lean_dec(x_445); -lean_inc(x_264); -x_448 = l_Lean_IR_EmitLLVM_toCName___rarg(x_264, x_5, x_6, x_446); -x_449 = lean_ctor_get(x_448, 0); -lean_inc(x_449); -if (lean_obj_tag(x_449) == 0) -{ 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_dec(x_447); -lean_dec(x_264); +lean_dec(x_266); +lean_dec(x_4); +x_450 = l_Lean_IR_EmitLLVM_callLeanIOMkWorld(x_1, x_2, x_5, x_6, x_265); +x_451 = lean_ctor_get(x_450, 0); +lean_inc(x_451); +x_452 = lean_ctor_get(x_450, 1); +lean_inc(x_452); +lean_dec(x_450); +x_453 = lean_ctor_get(x_451, 0); +lean_inc(x_453); +lean_dec(x_451); +lean_inc(x_267); +x_454 = l_Lean_IR_EmitLLVM_toCName___rarg(x_267, x_5, x_6, x_452); +x_455 = lean_ctor_get(x_454, 0); +lean_inc(x_455); +if (lean_obj_tag(x_455) == 0) +{ +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_dec(x_453); +lean_dec(x_267); lean_dec(x_6); lean_dec(x_5); -x_450 = lean_ctor_get(x_448, 1); -lean_inc(x_450); -if (lean_is_exclusive(x_448)) { - lean_ctor_release(x_448, 0); - lean_ctor_release(x_448, 1); - x_451 = x_448; +x_456 = lean_ctor_get(x_454, 1); +lean_inc(x_456); +if (lean_is_exclusive(x_454)) { + lean_ctor_release(x_454, 0); + lean_ctor_release(x_454, 1); + x_457 = x_454; } else { - lean_dec_ref(x_448); - x_451 = lean_box(0); + lean_dec_ref(x_454); + x_457 = lean_box(0); } -x_452 = lean_ctor_get(x_449, 0); -lean_inc(x_452); -if (lean_is_exclusive(x_449)) { - lean_ctor_release(x_449, 0); - x_453 = x_449; +x_458 = lean_ctor_get(x_455, 0); +lean_inc(x_458); +if (lean_is_exclusive(x_455)) { + lean_ctor_release(x_455, 0); + x_459 = x_455; } else { - lean_dec_ref(x_449); - x_453 = lean_box(0); + lean_dec_ref(x_455); + x_459 = lean_box(0); } -if (lean_is_scalar(x_453)) { - x_454 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_459)) { + x_460 = lean_alloc_ctor(0, 1, 0); } else { - x_454 = x_453; + x_460 = x_459; } -lean_ctor_set(x_454, 0, x_452); -if (lean_is_scalar(x_451)) { - x_455 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_460, 0, x_458); +if (lean_is_scalar(x_457)) { + x_461 = lean_alloc_ctor(0, 2, 0); } else { - x_455 = x_451; + x_461 = x_457; } -lean_ctor_set(x_455, 0, x_454); -lean_ctor_set(x_455, 1, x_450); -return x_455; +lean_ctor_set(x_461, 0, x_460); +lean_ctor_set(x_461, 1, x_456); +return x_461; } else { -lean_object* x_456; lean_object* x_457; size_t x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; size_t x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; uint8_t x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; size_t x_477; lean_object* x_478; -x_456 = lean_ctor_get(x_448, 1); -lean_inc(x_456); -lean_dec(x_448); -x_457 = lean_ctor_get(x_449, 0); -lean_inc(x_457); -lean_dec(x_449); -x_458 = lean_unbox_usize(x_447); -lean_dec(x_447); -x_459 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_457, x_458, x_5, x_6, x_456); -lean_dec(x_457); -x_460 = lean_ctor_get(x_459, 0); -lean_inc(x_460); -x_461 = lean_ctor_get(x_459, 1); -lean_inc(x_461); -lean_dec(x_459); -x_462 = lean_ctor_get(x_460, 0); +lean_object* x_462; lean_object* x_463; size_t x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; size_t x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; uint8_t x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; size_t x_483; lean_object* x_484; +x_462 = lean_ctor_get(x_454, 1); lean_inc(x_462); -lean_dec(x_460); -x_463 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; -x_464 = lean_unbox_usize(x_462); -x_465 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_464, x_463, x_5, x_6, x_461); +lean_dec(x_454); +x_463 = lean_ctor_get(x_455, 0); +lean_inc(x_463); +lean_dec(x_455); +x_464 = lean_unbox_usize(x_453); +lean_dec(x_453); +x_465 = l_Lean_IR_EmitLLVM_callIODeclInitFn(x_1, x_2, x_463, x_464, x_5, x_6, x_462); +lean_dec(x_463); x_466 = lean_ctor_get(x_465, 0); lean_inc(x_466); x_467 = lean_ctor_get(x_465, 1); @@ -33040,21 +33325,32 @@ lean_dec(x_465); x_468 = lean_ctor_get(x_466, 0); lean_inc(x_468); lean_dec(x_466); -x_469 = 1; -x_470 = l_Lean_Name_toString(x_264, x_469); -x_471 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; -x_472 = lean_string_append(x_471, x_470); -lean_dec(x_470); -x_473 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; -x_474 = lean_string_append(x_472, x_473); -x_475 = lean_box_usize(x_1); -x_476 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); -lean_closure_set(x_476, 0, x_475); -lean_closure_set(x_476, 1, x_462); -x_477 = lean_unbox_usize(x_468); -lean_dec(x_468); -x_478 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_474, x_477, x_476, x_5, x_6, x_467); -return x_478; +x_469 = l_Lean_IR_EmitLLVM_emitDeclInit___closed__6; +x_470 = lean_unbox_usize(x_468); +x_471 = l_Lean_IR_EmitLLVM_callLeanIOResultIsError(x_1, x_2, x_470, x_469, x_5, x_6, x_467); +x_472 = lean_ctor_get(x_471, 0); +lean_inc(x_472); +x_473 = lean_ctor_get(x_471, 1); +lean_inc(x_473); +lean_dec(x_471); +x_474 = lean_ctor_get(x_472, 0); +lean_inc(x_474); +lean_dec(x_472); +x_475 = 1; +x_476 = l_Lean_Name_toString(x_267, x_475); +x_477 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__2; +x_478 = lean_string_append(x_477, x_476); +lean_dec(x_476); +x_479 = l_Lean_IR_EmitLLVM_emitDeclInit___lambda__3___closed__3; +x_480 = lean_string_append(x_478, x_479); +x_481 = lean_box_usize(x_1); +x_482 = lean_alloc_closure((void*)(l_Lean_IR_EmitLLVM_emitDeclInit___lambda__1___boxed), 6, 2); +lean_closure_set(x_482, 0, x_481); +lean_closure_set(x_482, 1, x_468); +x_483 = lean_unbox_usize(x_474); +lean_dec(x_474); +x_484 = l_Lean_IR_EmitLLVM_buildIfThen__(x_1, x_2, x_480, x_483, x_482, x_5, x_6, x_473); +return x_484; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/Format.c b/stage0/stdlib/Lean/Compiler/IR/Format.c index 594f3080e1b8..c03a923082cc 100644 --- a/stage0/stdlib/Lean/Compiler/IR/Format.c +++ b/stage0/stdlib/Lean/Compiler/IR/Format.c @@ -3659,7 +3659,7 @@ return x_159; } case 6: { -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_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; uint8_t x_170; x_160 = lean_ctor_get(x_2, 0); lean_inc(x_160); x_161 = lean_ctor_get(x_2, 1); @@ -3678,343 +3678,377 @@ lean_ctor_set(x_168, 0, x_167); x_169 = l_Lean_IR_formatFnBody_loop(x_1, x_162); if (x_164 == 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; lean_object* x_177; uint8_t 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; -x_170 = l_Nat_repr(x_161); -x_171 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_171, 0, x_170); -x_172 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__3; -x_173 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_171); -x_174 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__5; -x_175 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_175, 0, x_173); -lean_ctor_set(x_175, 1, x_174); -x_176 = l_Lean_IR_formatFnBodyHead___closed__23; -x_177 = lean_alloc_ctor(4, 2, 0); +uint8_t x_199; +x_199 = 1; +x_170 = x_199; +goto block_198; +} +else +{ +uint8_t x_200; +x_200 = 0; +x_170 = x_200; +goto block_198; +} +block_198: +{ +if (x_170 == 0) +{ +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_dec(x_161); +x_171 = l_Lean_IR_formatFnBodyHead___closed__25; +x_172 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_168); +x_173 = l_Lean_IR_formatFnBody_loop___closed__2; +x_174 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +x_175 = lean_box(1); +x_176 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_176, 0, x_174); +lean_ctor_set(x_176, 1, x_175); +x_177 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_177, 0, x_176); -lean_ctor_set(x_177, 1, x_175); -x_178 = 0; -x_179 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_179, 0, x_177); -lean_ctor_set_uint8(x_179, sizeof(void*)*1, x_178); -x_180 = l_Lean_IR_formatFnBodyHead___closed__21; +lean_ctor_set(x_177, 1, x_169); +return x_177; +} +else +{ +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; +x_178 = l_Nat_repr(x_161); +x_179 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_179, 0, x_178); +x_180 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__3; x_181 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_181, 0, x_180); lean_ctor_set(x_181, 1, x_179); -x_182 = l_Array_foldlMUnsafe_fold___at_Lean_IR_formatArray___spec__1___rarg___closed__2; +x_182 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__5; x_183 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_183, 0, x_181); lean_ctor_set(x_183, 1, x_182); -x_184 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_168); -x_185 = l_Lean_IR_formatFnBody_loop___closed__2; -x_186 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_186, 0, x_184); -lean_ctor_set(x_186, 1, x_185); -x_187 = lean_box(1); -x_188 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_188, 0, x_186); -lean_ctor_set(x_188, 1, x_187); +x_184 = l_Lean_IR_formatFnBodyHead___closed__23; +x_185 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_183); +x_186 = 0; +x_187 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_187, 0, x_185); +lean_ctor_set_uint8(x_187, sizeof(void*)*1, x_186); +x_188 = l_Lean_IR_formatFnBodyHead___closed__21; x_189 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_169); -return x_189; -} -else -{ -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_dec(x_161); -x_190 = l_Lean_IR_formatFnBodyHead___closed__25; +lean_ctor_set(x_189, 1, x_187); +x_190 = l_Array_foldlMUnsafe_fold___at_Lean_IR_formatArray___spec__1___rarg___closed__2; x_191 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_191, 0, x_190); -lean_ctor_set(x_191, 1, x_168); -x_192 = l_Lean_IR_formatFnBody_loop___closed__2; -x_193 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_193, 0, x_191); -lean_ctor_set(x_193, 1, x_192); -x_194 = lean_box(1); -x_195 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_195, 0, x_193); -lean_ctor_set(x_195, 1, x_194); +lean_ctor_set(x_191, 0, x_189); +lean_ctor_set(x_191, 1, x_190); +x_192 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_192, 0, x_191); +lean_ctor_set(x_192, 1, x_168); +x_193 = l_Lean_IR_formatFnBody_loop___closed__2; +x_194 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_194, 0, x_192); +lean_ctor_set(x_194, 1, x_193); +x_195 = lean_box(1); x_196 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_169); -return x_196; +lean_ctor_set(x_196, 0, x_194); +lean_ctor_set(x_196, 1, x_195); +x_197 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_197, 0, x_196); +lean_ctor_set(x_197, 1, x_169); +return x_197; +} } } case 7: { -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; -x_197 = lean_ctor_get(x_2, 0); -lean_inc(x_197); -x_198 = lean_ctor_get(x_2, 1); -lean_inc(x_198); -x_199 = lean_ctor_get(x_2, 2); -lean_inc(x_199); +lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; uint8_t x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; uint8_t x_211; +x_201 = lean_ctor_get(x_2, 0); +lean_inc(x_201); +x_202 = lean_ctor_get(x_2, 1); +lean_inc(x_202); +x_203 = lean_ctor_get(x_2, 2); +lean_inc(x_203); lean_dec(x_2); -x_200 = lean_unsigned_to_nat(1u); -x_201 = lean_nat_dec_eq(x_198, x_200); -x_202 = l_Nat_repr(x_197); -x_203 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; -x_204 = lean_string_append(x_203, x_202); +x_204 = lean_unsigned_to_nat(1u); +x_205 = lean_nat_dec_eq(x_202, x_204); +x_206 = l_Nat_repr(x_201); +x_207 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; +x_208 = lean_string_append(x_207, x_206); +lean_dec(x_206); +x_209 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_209, 0, x_208); +x_210 = l_Lean_IR_formatFnBody_loop(x_1, x_203); +if (x_205 == 0) +{ +uint8_t x_240; +x_240 = 1; +x_211 = x_240; +goto block_239; +} +else +{ +uint8_t x_241; +x_241 = 0; +x_211 = x_241; +goto block_239; +} +block_239: +{ +if (x_211 == 0) +{ +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_dec(x_202); -x_205 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_205, 0, x_204); -x_206 = l_Lean_IR_formatFnBody_loop(x_1, x_199); -if (x_201 == 0) -{ -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; -x_207 = l_Nat_repr(x_198); -x_208 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_208, 0, x_207); -x_209 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__3; -x_210 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_210, 0, x_209); -lean_ctor_set(x_210, 1, x_208); -x_211 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__5; -x_212 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_212, 0, x_210); -lean_ctor_set(x_212, 1, x_211); -x_213 = l_Lean_IR_formatFnBodyHead___closed__23; -x_214 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_212); -x_215 = 0; -x_216 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_216, 0, x_214); -lean_ctor_set_uint8(x_216, sizeof(void*)*1, x_215); -x_217 = l_Lean_IR_formatFnBodyHead___closed__27; +x_212 = l_Lean_IR_formatFnBodyHead___closed__29; +x_213 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_213, 0, x_212); +lean_ctor_set(x_213, 1, x_209); +x_214 = l_Lean_IR_formatFnBody_loop___closed__2; +x_215 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_215, 0, x_213); +lean_ctor_set(x_215, 1, x_214); +x_216 = lean_box(1); +x_217 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_217, 0, x_215); +lean_ctor_set(x_217, 1, x_216); x_218 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_218, 0, x_217); -lean_ctor_set(x_218, 1, x_216); -x_219 = l_Array_foldlMUnsafe_fold___at_Lean_IR_formatArray___spec__1___rarg___closed__2; -x_220 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_220, 0, x_218); -lean_ctor_set(x_220, 1, x_219); -x_221 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_205); -x_222 = l_Lean_IR_formatFnBody_loop___closed__2; -x_223 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_223, 0, x_221); -lean_ctor_set(x_223, 1, x_222); -x_224 = lean_box(1); -x_225 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_225, 0, x_223); -lean_ctor_set(x_225, 1, x_224); -x_226 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_226, 0, x_225); -lean_ctor_set(x_226, 1, x_206); -return x_226; +lean_ctor_set(x_218, 1, x_210); +return x_218; } else { -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_dec(x_198); -x_227 = l_Lean_IR_formatFnBodyHead___closed__29; -x_228 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_228, 0, x_227); -lean_ctor_set(x_228, 1, x_205); -x_229 = l_Lean_IR_formatFnBody_loop___closed__2; +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; 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_219 = l_Nat_repr(x_202); +x_220 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_220, 0, x_219); +x_221 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__3; +x_222 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_220); +x_223 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatCtorInfo___lambda__2___closed__5; +x_224 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_224, 0, x_222); +lean_ctor_set(x_224, 1, x_223); +x_225 = l_Lean_IR_formatFnBodyHead___closed__23; +x_226 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_226, 0, x_225); +lean_ctor_set(x_226, 1, x_224); +x_227 = 0; +x_228 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_228, 0, x_226); +lean_ctor_set_uint8(x_228, sizeof(void*)*1, x_227); +x_229 = l_Lean_IR_formatFnBodyHead___closed__27; x_230 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_230, 0, x_228); -lean_ctor_set(x_230, 1, x_229); -x_231 = lean_box(1); +lean_ctor_set(x_230, 0, x_229); +lean_ctor_set(x_230, 1, x_228); +x_231 = l_Array_foldlMUnsafe_fold___at_Lean_IR_formatArray___spec__1___rarg___closed__2; x_232 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_232, 0, x_230); lean_ctor_set(x_232, 1, x_231); x_233 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_233, 0, x_232); -lean_ctor_set(x_233, 1, x_206); -return x_233; +lean_ctor_set(x_233, 1, x_209); +x_234 = l_Lean_IR_formatFnBody_loop___closed__2; +x_235 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_235, 0, x_233); +lean_ctor_set(x_235, 1, x_234); +x_236 = lean_box(1); +x_237 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_237, 0, x_235); +lean_ctor_set(x_237, 1, x_236); +x_238 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_238, 0, x_237); +lean_ctor_set(x_238, 1, x_210); +return x_238; +} } } case 8: { -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; -x_234 = lean_ctor_get(x_2, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_2, 1); -lean_inc(x_235); +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; +x_242 = lean_ctor_get(x_2, 0); +lean_inc(x_242); +x_243 = lean_ctor_get(x_2, 1); +lean_inc(x_243); lean_dec(x_2); -x_236 = l_Nat_repr(x_234); -x_237 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; -x_238 = lean_string_append(x_237, x_236); -lean_dec(x_236); -x_239 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_239, 0, x_238); -x_240 = l_Lean_IR_formatFnBodyHead___closed__31; -x_241 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_241, 0, x_240); -lean_ctor_set(x_241, 1, x_239); -x_242 = l_Lean_IR_formatFnBody_loop___closed__2; -x_243 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_243, 0, x_241); -lean_ctor_set(x_243, 1, x_242); -x_244 = lean_box(1); -x_245 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_245, 0, x_243); -lean_ctor_set(x_245, 1, x_244); -x_246 = l_Lean_IR_formatFnBody_loop(x_1, x_235); -x_247 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_247, 0, x_245); -lean_ctor_set(x_247, 1, x_246); -return x_247; +x_244 = l_Nat_repr(x_242); +x_245 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; +x_246 = lean_string_append(x_245, x_244); +lean_dec(x_244); +x_247 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_247, 0, x_246); +x_248 = l_Lean_IR_formatFnBodyHead___closed__31; +x_249 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_249, 0, x_248); +lean_ctor_set(x_249, 1, x_247); +x_250 = l_Lean_IR_formatFnBody_loop___closed__2; +x_251 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_251, 0, x_249); +lean_ctor_set(x_251, 1, x_250); +x_252 = lean_box(1); +x_253 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_253, 0, x_251); +lean_ctor_set(x_253, 1, x_252); +x_254 = l_Lean_IR_formatFnBody_loop(x_1, x_243); +x_255 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_255, 0, x_253); +lean_ctor_set(x_255, 1, x_254); +return x_255; } case 9: { -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; -x_248 = lean_ctor_get(x_2, 0); -lean_inc(x_248); -x_249 = lean_ctor_get(x_2, 1); -lean_inc(x_249); +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; +x_256 = lean_ctor_get(x_2, 0); +lean_inc(x_256); +x_257 = lean_ctor_get(x_2, 1); +lean_inc(x_257); lean_dec(x_2); -x_250 = l_Lean_formatKVMap(x_248); -x_251 = l_Lean_IR_formatFnBodyHead___closed__33; -x_252 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_252, 0, x_251); -lean_ctor_set(x_252, 1, x_250); -x_253 = l_Lean_IR_formatFnBody_loop___closed__2; -x_254 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_254, 0, x_252); -lean_ctor_set(x_254, 1, x_253); -x_255 = lean_box(1); -x_256 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_256, 0, x_254); -lean_ctor_set(x_256, 1, x_255); -x_257 = l_Lean_IR_formatFnBody_loop(x_1, x_249); -x_258 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_257); -return x_258; +x_258 = l_Lean_formatKVMap(x_256); +x_259 = l_Lean_IR_formatFnBodyHead___closed__33; +x_260 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_260, 0, x_259); +lean_ctor_set(x_260, 1, x_258); +x_261 = l_Lean_IR_formatFnBody_loop___closed__2; +x_262 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_262, 0, x_260); +lean_ctor_set(x_262, 1, x_261); +x_263 = lean_box(1); +x_264 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_264, 0, x_262); +lean_ctor_set(x_264, 1, x_263); +x_265 = l_Lean_IR_formatFnBody_loop(x_1, x_257); +x_266 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_266, 0, x_264); +lean_ctor_set(x_266, 1, x_265); +return x_266; } case 10: { -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; uint8_t x_276; -x_259 = lean_ctor_get(x_2, 1); -lean_inc(x_259); -x_260 = lean_ctor_get(x_2, 2); -lean_inc(x_260); -x_261 = lean_ctor_get(x_2, 3); -lean_inc(x_261); +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; uint8_t x_284; +x_267 = lean_ctor_get(x_2, 1); +lean_inc(x_267); +x_268 = lean_ctor_get(x_2, 2); +lean_inc(x_268); +x_269 = lean_ctor_get(x_2, 3); +lean_inc(x_269); lean_dec(x_2); -x_262 = l_Nat_repr(x_259); -x_263 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; -x_264 = lean_string_append(x_263, x_262); -lean_dec(x_262); -x_265 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_265, 0, x_264); -x_266 = l_Lean_IR_formatFnBodyHead___closed__35; -x_267 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_267, 0, x_266); -lean_ctor_set(x_267, 1, x_265); -x_268 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatParam___closed__4; -x_269 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_269, 0, x_267); -lean_ctor_set(x_269, 1, x_268); -x_270 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_260); -x_271 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_271, 0, x_269); -lean_ctor_set(x_271, 1, x_270); -x_272 = l_Lean_IR_formatFnBody_loop___closed__6; -x_273 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_273, 0, x_271); -lean_ctor_set(x_273, 1, x_272); -x_274 = lean_array_get_size(x_261); -x_275 = lean_unsigned_to_nat(0u); -x_276 = lean_nat_dec_lt(x_275, x_274); -if (x_276 == 0) -{ -lean_object* x_277; lean_object* x_278; -lean_dec(x_274); -lean_dec(x_261); +x_270 = l_Nat_repr(x_267); +x_271 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg___closed__1; +x_272 = lean_string_append(x_271, x_270); +lean_dec(x_270); +x_273 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_273, 0, x_272); +x_274 = l_Lean_IR_formatFnBodyHead___closed__35; +x_275 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_275, 0, x_274); +lean_ctor_set(x_275, 1, x_273); +x_276 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatParam___closed__4; +x_277 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_277, 0, x_275); +lean_ctor_set(x_277, 1, x_276); +x_278 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatIRType(x_268); +x_279 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_279, 0, x_277); +lean_ctor_set(x_279, 1, x_278); +x_280 = l_Lean_IR_formatFnBody_loop___closed__6; +x_281 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_281, 0, x_279); +lean_ctor_set(x_281, 1, x_280); +x_282 = lean_array_get_size(x_269); +x_283 = lean_unsigned_to_nat(0u); +x_284 = lean_nat_dec_lt(x_283, x_282); +if (x_284 == 0) +{ +lean_object* x_285; lean_object* x_286; +lean_dec(x_282); +lean_dec(x_269); lean_dec(x_1); -x_277 = lean_box(0); -x_278 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_278, 0, x_273); -lean_ctor_set(x_278, 1, x_277); -return x_278; +x_285 = lean_box(0); +x_286 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_286, 0, x_281); +lean_ctor_set(x_286, 1, x_285); +return x_286; } else { -uint8_t x_279; -x_279 = lean_nat_dec_le(x_274, x_274); -if (x_279 == 0) +uint8_t x_287; +x_287 = lean_nat_dec_le(x_282, x_282); +if (x_287 == 0) { -lean_object* x_280; lean_object* x_281; -lean_dec(x_274); -lean_dec(x_261); +lean_object* x_288; lean_object* x_289; +lean_dec(x_282); +lean_dec(x_269); lean_dec(x_1); -x_280 = lean_box(0); -x_281 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_281, 0, x_273); -lean_ctor_set(x_281, 1, x_280); -return x_281; +x_288 = lean_box(0); +x_289 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_289, 0, x_281); +lean_ctor_set(x_289, 1, x_288); +return x_289; } else { -size_t x_282; size_t x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; -x_282 = 0; -x_283 = lean_usize_of_nat(x_274); -lean_dec(x_274); -x_284 = lean_box(0); -x_285 = l_Array_foldlMUnsafe_fold___at_Lean_IR_formatFnBody_loop___spec__1(x_1, x_261, x_282, x_283, x_284); -lean_dec(x_261); -x_286 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_286, 0, x_273); -lean_ctor_set(x_286, 1, x_285); -return x_286; +size_t x_290; size_t x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; +x_290 = 0; +x_291 = lean_usize_of_nat(x_282); +lean_dec(x_282); +x_292 = lean_box(0); +x_293 = l_Array_foldlMUnsafe_fold___at_Lean_IR_formatFnBody_loop___spec__1(x_1, x_269, x_290, x_291, x_292); +lean_dec(x_269); +x_294 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_294, 0, x_281); +lean_ctor_set(x_294, 1, x_293); +return x_294; } } } case 11: { -lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; +lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_dec(x_1); -x_287 = lean_ctor_get(x_2, 0); -lean_inc(x_287); +x_295 = lean_ctor_get(x_2, 0); +lean_inc(x_295); lean_dec(x_2); -x_288 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg(x_287); -x_289 = l_Lean_IR_formatFnBodyHead___closed__39; -x_290 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_288); -return x_290; +x_296 = l___private_Lean_Compiler_IR_Format_0__Lean_IR_formatArg(x_295); +x_297 = l_Lean_IR_formatFnBodyHead___closed__39; +x_298 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_298, 1, x_296); +return x_298; } case 12: { -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_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_dec(x_1); -x_291 = lean_ctor_get(x_2, 0); -lean_inc(x_291); -x_292 = lean_ctor_get(x_2, 1); -lean_inc(x_292); +x_299 = lean_ctor_get(x_2, 0); +lean_inc(x_299); +x_300 = lean_ctor_get(x_2, 1); +lean_inc(x_300); lean_dec(x_2); -x_293 = l_Nat_repr(x_291); -x_294 = l_Lean_IR_formatFnBodyHead___closed__5; -x_295 = lean_string_append(x_294, x_293); -lean_dec(x_293); -x_296 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_296, 0, x_295); -x_297 = l_Lean_IR_formatFnBodyHead___closed__41; -x_298 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_298, 0, x_297); -lean_ctor_set(x_298, 1, x_296); -x_299 = l_Lean_IR_formatArray___at___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___spec__1(x_292); -lean_dec(x_292); -x_300 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_300, 0, x_298); -lean_ctor_set(x_300, 1, x_299); -return x_300; +x_301 = l_Nat_repr(x_299); +x_302 = l_Lean_IR_formatFnBodyHead___closed__5; +x_303 = lean_string_append(x_302, x_301); +lean_dec(x_301); +x_304 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_304, 0, x_303); +x_305 = l_Lean_IR_formatFnBodyHead___closed__41; +x_306 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_306, 0, x_305); +lean_ctor_set(x_306, 1, x_304); +x_307 = l_Lean_IR_formatArray___at___private_Lean_Compiler_IR_Format_0__Lean_IR_formatExpr___spec__1(x_300); +lean_dec(x_300); +x_308 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_308, 0, x_306); +lean_ctor_set(x_308, 1, x_307); +return x_308; } default: { -lean_object* x_301; +lean_object* x_309; lean_dec(x_1); -x_301 = l_Lean_IR_formatFnBodyHead___closed__43; -return x_301; +x_309 = l_Lean_IR_formatFnBodyHead___closed__43; +return x_309; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/FreeVars.c b/stage0/stdlib/Lean/Compiler/IR/FreeVars.c index 96a99394917f..6c5859218e01 100644 --- a/stage0/stdlib/Lean/Compiler/IR/FreeVars.c +++ b/stage0/stdlib/Lean/Compiler/IR/FreeVars.c @@ -1769,7 +1769,7 @@ goto _start; } case 4: { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_41; x_30 = lean_ctor_get(x_1, 0); lean_inc(x_30); x_31 = lean_ctor_get(x_1, 2); @@ -1777,211 +1777,203 @@ lean_inc(x_31); x_32 = lean_ctor_get(x_1, 3); lean_inc(x_32); lean_dec(x_1); -x_33 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_30); -if (lean_obj_tag(x_33) == 0) +x_41 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_30); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_box(0); -x_35 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_30, x_34); -x_36 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_31); -if (lean_obj_tag(x_36) == 0) -{ -lean_object* x_37; -x_37 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_35, x_31, x_34); -x_1 = x_32; -x_3 = x_37; -goto _start; +lean_object* x_42; lean_object* x_43; +x_42 = lean_box(0); +x_43 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_30, x_42); +lean_inc(x_2); +x_33 = x_43; +x_34 = x_2; +goto block_40; } else { -lean_dec(x_36); -lean_dec(x_31); -x_1 = x_32; -x_3 = x_35; -goto _start; -} +lean_dec(x_41); +lean_dec(x_30); +lean_inc(x_2); +x_33 = x_3; +x_34 = x_2; +goto block_40; } -else +block_40: { -lean_object* x_40; -lean_dec(x_33); -lean_dec(x_30); -x_40 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_31); -if (lean_obj_tag(x_40) == 0) +lean_object* x_35; +x_35 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_34, x_31); +lean_dec(x_34); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_41; lean_object* x_42; -x_41 = lean_box(0); -x_42 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_31, x_41); +lean_object* x_36; lean_object* x_37; +x_36 = lean_box(0); +x_37 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_33, x_31, x_36); x_1 = x_32; -x_3 = x_42; +x_3 = x_37; goto _start; } else { -lean_dec(x_40); +lean_dec(x_35); lean_dec(x_31); x_1 = x_32; +x_3 = x_33; goto _start; } } } case 5: { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_45 = lean_ctor_get(x_1, 0); +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_55; +x_44 = lean_ctor_get(x_1, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_1, 3); lean_inc(x_45); -x_46 = lean_ctor_get(x_1, 3); +x_46 = lean_ctor_get(x_1, 5); lean_inc(x_46); -x_47 = lean_ctor_get(x_1, 5); -lean_inc(x_47); -lean_dec(x_1); -x_48 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_45); -if (lean_obj_tag(x_48) == 0) -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_box(0); -x_50 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_45, x_49); -x_51 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_46); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; -x_52 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_50, x_46, x_49); -x_1 = x_47; -x_3 = x_52; -goto _start; +lean_dec(x_1); +x_55 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_44); +if (lean_obj_tag(x_55) == 0) +{ +lean_object* x_56; lean_object* x_57; +x_56 = lean_box(0); +x_57 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_44, x_56); +lean_inc(x_2); +x_47 = x_57; +x_48 = x_2; +goto block_54; } else { -lean_dec(x_51); -lean_dec(x_46); -x_1 = x_47; -x_3 = x_50; -goto _start; -} +lean_dec(x_55); +lean_dec(x_44); +lean_inc(x_2); +x_47 = x_3; +x_48 = x_2; +goto block_54; } -else +block_54: { -lean_object* x_55; +lean_object* x_49; +x_49 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_48, x_45); lean_dec(x_48); -lean_dec(x_45); -x_55 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_46); -if (lean_obj_tag(x_55) == 0) +if (lean_obj_tag(x_49) == 0) { -lean_object* x_56; lean_object* x_57; -x_56 = lean_box(0); -x_57 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_46, x_56); -x_1 = x_47; -x_3 = x_57; +lean_object* x_50; lean_object* x_51; +x_50 = lean_box(0); +x_51 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_47, x_45, x_50); +x_1 = x_46; +x_3 = x_51; goto _start; } else { -lean_dec(x_55); -lean_dec(x_46); -x_1 = x_47; +lean_dec(x_49); +lean_dec(x_45); +x_1 = x_46; +x_3 = x_47; goto _start; } } } case 8: { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_1, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_1, 1); -lean_inc(x_61); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_1, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_1, 1); +lean_inc(x_59); lean_dec(x_1); -x_62 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_60); -if (lean_obj_tag(x_62) == 0) +x_60 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_58); +if (lean_obj_tag(x_60) == 0) { -lean_object* x_63; lean_object* x_64; -x_63 = lean_box(0); -x_64 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_60, x_63); -x_1 = x_61; -x_3 = x_64; +lean_object* x_61; lean_object* x_62; +x_61 = lean_box(0); +x_62 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_58, x_61); +x_1 = x_59; +x_3 = x_62; goto _start; } else { -lean_dec(x_62); lean_dec(x_60); -x_1 = x_61; +lean_dec(x_58); +x_1 = x_59; goto _start; } } case 9: { -lean_object* x_67; -x_67 = lean_ctor_get(x_1, 1); -lean_inc(x_67); +lean_object* x_65; +x_65 = lean_ctor_get(x_1, 1); +lean_inc(x_65); lean_dec(x_1); -x_1 = x_67; +x_1 = x_65; goto _start; } case 10: { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_1, 1); -lean_inc(x_69); -x_70 = lean_ctor_get(x_1, 3); -lean_inc(x_70); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_1, 1); +lean_inc(x_67); +x_68 = lean_ctor_get(x_1, 3); +lean_inc(x_68); lean_dec(x_1); -x_71 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_69); -if (lean_obj_tag(x_71) == 0) +x_69 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_67); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_72 = lean_box(0); -x_73 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_69, x_72); -x_74 = l_Lean_IR_FreeIndices_collectFnBody___closed__1; -x_75 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectAlts(x_74, x_70, x_2, x_73); -return x_75; +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_70 = lean_box(0); +x_71 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_67, x_70); +x_72 = l_Lean_IR_FreeIndices_collectFnBody___closed__1; +x_73 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectAlts(x_72, x_68, x_2, x_71); +return x_73; } else { -lean_object* x_76; lean_object* x_77; -lean_dec(x_71); +lean_object* x_74; lean_object* x_75; lean_dec(x_69); -x_76 = l_Lean_IR_FreeIndices_collectFnBody___closed__1; -x_77 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectAlts(x_76, x_70, x_2, x_3); -return x_77; +lean_dec(x_67); +x_74 = l_Lean_IR_FreeIndices_collectFnBody___closed__1; +x_75 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectAlts(x_74, x_68, x_2, x_3); +return x_75; } } case 11: { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_1, 0); -lean_inc(x_78); +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_1, 0); +lean_inc(x_76); lean_dec(x_1); -x_79 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArg(x_78, x_2, x_3); +x_77 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArg(x_76, x_2, x_3); lean_dec(x_2); -return x_79; +return x_77; } case 12: { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_1, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_1, 1); -lean_inc(x_81); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_1, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_1, 1); +lean_inc(x_79); lean_dec(x_1); -x_82 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_80); -if (lean_obj_tag(x_82) == 0) +x_80 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_78); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_83 = lean_box(0); -x_84 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_80, x_83); -x_85 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArgs___closed__1; -x_86 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArray___rarg(x_81, x_85, x_2, x_84); -return x_86; +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_81 = lean_box(0); +x_82 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_78, x_81); +x_83 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArgs___closed__1; +x_84 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArray___rarg(x_79, x_83, x_2, x_82); +return x_84; } else { -lean_object* x_87; lean_object* x_88; -lean_dec(x_82); +lean_object* x_85; lean_object* x_86; lean_dec(x_80); -x_87 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArgs___closed__1; -x_88 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArray___rarg(x_81, x_87, x_2, x_3); -return x_88; +lean_dec(x_78); +x_85 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArgs___closed__1; +x_86 = l___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectArray___rarg(x_79, x_85, x_2, x_3); +return x_86; } } case 13: @@ -1991,27 +1983,27 @@ return x_3; } default: { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_1, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_1, 2); -lean_inc(x_90); +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_1, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_1, 2); +lean_inc(x_88); lean_dec(x_1); -x_91 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_89); -if (lean_obj_tag(x_91) == 0) +x_89 = l_Lean_RBNode_findCore___at___private_Lean_Compiler_IR_FreeVars_0__Lean_IR_FreeIndices_collectIndex___spec__1(x_2, x_87); +if (lean_obj_tag(x_89) == 0) { -lean_object* x_92; lean_object* x_93; -x_92 = lean_box(0); -x_93 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_89, x_92); -x_1 = x_90; -x_3 = x_93; +lean_object* x_90; lean_object* x_91; +x_90 = lean_box(0); +x_91 = l_Lean_RBNode_insert___at_Lean_IR_mkIndexSet___spec__1(x_3, x_87, x_90); +x_1 = x_88; +x_3 = x_91; goto _start; } else { -lean_dec(x_91); lean_dec(x_89); -x_1 = x_90; +lean_dec(x_87); +x_1 = x_88; goto _start; } } diff --git a/stage0/stdlib/Lean/Compiler/IR/PushProj.c b/stage0/stdlib/Lean/Compiler/IR/PushProj.c index 9dd8b971951b..85e0f1d4320b 100644 --- a/stage0/stdlib/Lean/Compiler/IR/PushProj.c +++ b/stage0/stdlib/Lean/Compiler/IR/PushProj.c @@ -13,71 +13,255 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___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_mk_empty_array_with_capacity(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___spec__10(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_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___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_array_push(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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_array_fget(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___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_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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*); extern lean_object* l_Lean_IR_instInhabitedFnBody; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___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_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_IR_FnBody_flatten(lean_object*); size_t lean_usize_of_nat(lean_object*); lean_object* l_Lean_IR_FnBody_freeIndices(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___spec__10___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_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___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* l_Array_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_IR_FnBody_pushProj___closed__1; -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_mapIdxM_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Lean_IR_Decl_pushProj(lean_object*); lean_object* lean_array_pop(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_IR_pushProjs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__2(size_t, size_t, lean_object*); extern lean_object* l_Lean_IR_instInhabitedIndexSet; -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_FnBody_pushProj(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__1(size_t, size_t, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_IR_FnBody_setBody(lean_object*, lean_object*); lean_object* l_Lean_IR_Decl_updateBody_x21(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_mapIdxM_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_IR_AltCore_body(lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Array_back___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___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_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_IR_mkIndexSet(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_IR_FnBody_collectFreeIndices(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___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* l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_array_get_size(lean_object*); lean_object* l_Lean_IR_reshape(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_IR_Decl_normalizeIds(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___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* lean_array_get(lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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; uint8_t x_13; +x_12 = lean_unsigned_to_nat(0u); +x_13 = lean_nat_dec_eq(x_8, x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_sub(x_8, x_14); +lean_dec(x_8); +x_16 = lean_array_fget(x_7, x_9); +x_17 = lean_nat_add(x_9, x_14); +if (lean_obj_tag(x_16) == 0) +{ +uint8_t x_18; +x_18 = !lean_is_exclusive(x_16); +if (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_16, 1); +x_20 = l_Lean_IR_instInhabitedIndexSet; +x_21 = lean_array_get(x_20, x_2, x_9); +lean_dec(x_9); +x_22 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_21, x_6); +lean_dec(x_21); +if (lean_obj_tag(x_22) == 0) +{ +lean_object* x_23; +x_23 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_23; +goto _start; +} +else +{ +lean_object* x_25; lean_object* x_26; +lean_dec(x_22); +lean_inc(x_3); +x_25 = l_Lean_IR_FnBody_setBody(x_3, x_19); +lean_ctor_set(x_16, 1, x_25); +x_26 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_26; +goto _start; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_ctor_get(x_16, 0); +x_29 = lean_ctor_get(x_16, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_16); +x_30 = l_Lean_IR_instInhabitedIndexSet; +x_31 = lean_array_get(x_30, x_2, x_9); +lean_dec(x_9); +x_32 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_31, x_6); +lean_dec(x_31); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_28); +lean_ctor_set(x_33, 1, x_29); +x_34 = lean_array_push(x_11, x_33); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_34; +goto _start; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +lean_dec(x_32); +lean_inc(x_3); +x_36 = l_Lean_IR_FnBody_setBody(x_3, x_29); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_28); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_array_push(x_11, x_37); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_38; +goto _start; +} +} +} +else +{ +uint8_t x_40; +x_40 = !lean_is_exclusive(x_16); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_16, 0); +x_42 = l_Lean_IR_instInhabitedIndexSet; +x_43 = lean_array_get(x_42, x_2, x_9); +lean_dec(x_9); +x_44 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_43, x_6); +lean_dec(x_43); +if (lean_obj_tag(x_44) == 0) +{ +lean_object* x_45; +x_45 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_45; +goto _start; +} +else +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_44); +lean_inc(x_3); +x_47 = l_Lean_IR_FnBody_setBody(x_3, x_41); +lean_ctor_set(x_16, 0, x_47); +x_48 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_48; +goto _start; +} +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_16, 0); +lean_inc(x_50); +lean_dec(x_16); +x_51 = l_Lean_IR_instInhabitedIndexSet; +x_52 = lean_array_get(x_51, x_2, x_9); +lean_dec(x_9); +x_53 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_52, x_6); +lean_dec(x_52); +if (lean_obj_tag(x_53) == 0) +{ +lean_object* x_54; lean_object* x_55; +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_50); +x_55 = lean_array_push(x_11, x_54); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_55; +goto _start; +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_dec(x_53); +lean_inc(x_3); +x_57 = l_Lean_IR_FnBody_setBody(x_3, x_50); +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_57); +x_59 = lean_array_push(x_11, x_58); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_59; +goto _start; +} +} +} +} +else +{ +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_3); +return x_11; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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) { _start: { lean_object* x_11; uint8_t x_12; @@ -261,191 +445,48 @@ return x_10; } } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3(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: { -lean_object* x_10; uint8_t x_11; -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_eq(x_6, x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_unsigned_to_nat(1u); -x_13 = lean_nat_sub(x_6, x_12); -lean_dec(x_6); -x_14 = lean_array_fget(x_5, x_7); -x_15 = lean_nat_add(x_7, x_12); -if (lean_obj_tag(x_14) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_14, 1); -x_18 = l_Lean_IR_instInhabitedIndexSet; -x_19 = lean_array_get(x_18, x_2, x_7); -lean_dec(x_7); -x_20 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_19, x_4); -lean_dec(x_19); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; -x_21 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_21; -goto _start; -} -else -{ -lean_object* x_23; lean_object* x_24; -lean_dec(x_20); -lean_inc(x_3); -x_23 = l_Lean_IR_FnBody_setBody(x_3, x_17); -lean_ctor_set(x_14, 1, x_23); -x_24 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_24; -goto _start; -} -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_26 = lean_ctor_get(x_14, 0); -x_27 = lean_ctor_get(x_14, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_14); -x_28 = l_Lean_IR_instInhabitedIndexSet; -x_29 = lean_array_get(x_28, x_2, x_7); -lean_dec(x_7); -x_30 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_29, x_4); -lean_dec(x_29); -if (lean_obj_tag(x_30) == 0) +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_6, x_5); +if (x_8 == 0) { -lean_object* x_31; lean_object* x_32; -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_26); -lean_ctor_set(x_31, 1, x_27); -x_32 = lean_array_push(x_9, x_31); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_32; -goto _start; -} -else -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_30); -lean_inc(x_3); -x_34 = l_Lean_IR_FnBody_setBody(x_3, x_27); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_26); -lean_ctor_set(x_35, 1, x_34); -x_36 = lean_array_push(x_9, x_35); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_36; -goto _start; -} -} +lean_dec(x_1); +return x_7; } else { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_14); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_14, 0); -x_40 = l_Lean_IR_instInhabitedIndexSet; -x_41 = lean_array_get(x_40, x_2, x_7); -lean_dec(x_7); -x_42 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_41, x_4); -lean_dec(x_41); -if (lean_obj_tag(x_42) == 0) +lean_object* x_9; lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; +x_9 = lean_array_uget(x_7, x_6); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_array_uset(x_7, x_6, x_10); +x_12 = 1; +x_13 = lean_usize_add(x_6, x_12); +x_14 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_9, x_4); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_43; -x_43 = lean_array_push(x_9, x_14); +lean_object* x_15; +x_15 = lean_array_uset(x_11, x_6, x_9); x_6 = x_13; x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_43; goto _start; } else { -lean_object* x_45; lean_object* x_46; -lean_dec(x_42); -lean_inc(x_3); -x_45 = l_Lean_IR_FnBody_setBody(x_3, x_39); -lean_ctor_set(x_14, 0, x_45); -x_46 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_46; -goto _start; -} -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_14, 0); -lean_inc(x_48); +lean_object* x_17; lean_object* x_18; lean_dec(x_14); -x_49 = l_Lean_IR_instInhabitedIndexSet; -x_50 = lean_array_get(x_49, x_2, x_7); -lean_dec(x_7); -x_51 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_50, x_4); -lean_dec(x_50); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_48); -x_53 = lean_array_push(x_9, x_52); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_53; -goto _start; -} -else -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_51); -lean_inc(x_3); -x_55 = l_Lean_IR_FnBody_setBody(x_3, x_48); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_array_push(x_9, x_56); +lean_inc(x_1); +x_17 = l_Lean_IR_FnBody_collectFreeIndices(x_1, x_9); +x_18 = lean_array_uset(x_11, x_6, x_17); x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_57; +x_7 = x_18; goto _start; } } } } -else -{ -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -return x_9; -} -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___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) { _start: { uint8_t x_7; @@ -486,48 +527,191 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_lt(x_4, x_3); -if (x_6 == 0) +lean_object* x_12; uint8_t x_13; +x_12 = lean_unsigned_to_nat(0u); +x_13 = lean_nat_dec_eq(x_8, x_12); +if (x_13 == 0) { -lean_dec(x_1); -return x_5; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_sub(x_8, x_14); +lean_dec(x_8); +x_16 = lean_array_fget(x_7, x_9); +x_17 = lean_nat_add(x_9, x_14); +if (lean_obj_tag(x_16) == 0) +{ +uint8_t x_18; +x_18 = !lean_is_exclusive(x_16); +if (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_16, 1); +x_20 = l_Lean_IR_instInhabitedIndexSet; +x_21 = lean_array_get(x_20, x_2, x_9); +lean_dec(x_9); +x_22 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_21, x_6); +lean_dec(x_21); +if (lean_obj_tag(x_22) == 0) +{ +lean_object* x_23; +x_23 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_23; +goto _start; } else { -lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_7 = lean_array_uget(x_5, x_4); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_array_uset(x_5, x_4, x_8); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); -x_12 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_7, x_2); -if (lean_obj_tag(x_12) == 0) +lean_object* x_25; lean_object* x_26; +lean_dec(x_22); +lean_inc(x_3); +x_25 = l_Lean_IR_FnBody_setBody(x_3, x_19); +lean_ctor_set(x_16, 1, x_25); +x_26 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_26; +goto _start; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_ctor_get(x_16, 0); +x_29 = lean_ctor_get(x_16, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_16); +x_30 = l_Lean_IR_instInhabitedIndexSet; +x_31 = lean_array_get(x_30, x_2, x_9); +lean_dec(x_9); +x_32 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_31, x_6); +lean_dec(x_31); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_13; -x_13 = lean_array_uset(x_9, x_4, x_7); -x_4 = x_11; -x_5 = x_13; +lean_object* x_33; lean_object* x_34; +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_28); +lean_ctor_set(x_33, 1, x_29); +x_34 = lean_array_push(x_11, x_33); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_34; goto _start; } else { -lean_object* x_15; lean_object* x_16; -lean_dec(x_12); -lean_inc(x_1); -x_15 = l_Lean_IR_FnBody_collectFreeIndices(x_1, x_7); -x_16 = lean_array_uset(x_9, x_4, x_15); -x_4 = x_11; -x_5 = x_16; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +lean_dec(x_32); +lean_inc(x_3); +x_36 = l_Lean_IR_FnBody_setBody(x_3, x_29); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_28); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_array_push(x_11, x_37); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_38; goto _start; } } } +else +{ +uint8_t x_40; +x_40 = !lean_is_exclusive(x_16); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_16, 0); +x_42 = l_Lean_IR_instInhabitedIndexSet; +x_43 = lean_array_get(x_42, x_2, x_9); +lean_dec(x_9); +x_44 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_43, x_6); +lean_dec(x_43); +if (lean_obj_tag(x_44) == 0) +{ +lean_object* x_45; +x_45 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_45; +goto _start; } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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) { +else +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_44); +lean_inc(x_3); +x_47 = l_Lean_IR_FnBody_setBody(x_3, x_41); +lean_ctor_set(x_16, 0, x_47); +x_48 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_48; +goto _start; +} +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_16, 0); +lean_inc(x_50); +lean_dec(x_16); +x_51 = l_Lean_IR_instInhabitedIndexSet; +x_52 = lean_array_get(x_51, x_2, x_9); +lean_dec(x_9); +x_53 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_52, x_6); +lean_dec(x_52); +if (lean_obj_tag(x_53) == 0) +{ +lean_object* x_54; lean_object* x_55; +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_50); +x_55 = lean_array_push(x_11, x_54); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_55; +goto _start; +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_dec(x_53); +lean_inc(x_3); +x_57 = l_Lean_IR_FnBody_setBody(x_3, x_50); +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_57); +x_59 = lean_array_push(x_11, x_58); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_59; +goto _start; +} +} +} +} +else +{ +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_3); +return x_11; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__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) { _start: { lean_object* x_11; uint8_t x_12; @@ -711,191 +895,48 @@ return x_10; } } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7(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: { -lean_object* x_10; uint8_t x_11; -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_eq(x_6, x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_unsigned_to_nat(1u); -x_13 = lean_nat_sub(x_6, x_12); -lean_dec(x_6); -x_14 = lean_array_fget(x_5, x_7); -x_15 = lean_nat_add(x_7, x_12); -if (lean_obj_tag(x_14) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_14, 1); -x_18 = l_Lean_IR_instInhabitedIndexSet; -x_19 = lean_array_get(x_18, x_2, x_7); -lean_dec(x_7); -x_20 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_19, x_4); -lean_dec(x_19); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; -x_21 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_21; -goto _start; -} -else -{ -lean_object* x_23; lean_object* x_24; -lean_dec(x_20); -lean_inc(x_3); -x_23 = l_Lean_IR_FnBody_setBody(x_3, x_17); -lean_ctor_set(x_14, 1, x_23); -x_24 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_24; -goto _start; -} -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_26 = lean_ctor_get(x_14, 0); -x_27 = lean_ctor_get(x_14, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_14); -x_28 = l_Lean_IR_instInhabitedIndexSet; -x_29 = lean_array_get(x_28, x_2, x_7); -lean_dec(x_7); -x_30 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_29, x_4); -lean_dec(x_29); -if (lean_obj_tag(x_30) == 0) +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_6, x_5); +if (x_8 == 0) { -lean_object* x_31; lean_object* x_32; -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_26); -lean_ctor_set(x_31, 1, x_27); -x_32 = lean_array_push(x_9, x_31); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_32; -goto _start; -} -else -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_30); -lean_inc(x_3); -x_34 = l_Lean_IR_FnBody_setBody(x_3, x_27); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_26); -lean_ctor_set(x_35, 1, x_34); -x_36 = lean_array_push(x_9, x_35); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_36; -goto _start; -} -} +lean_dec(x_1); +return x_7; } else { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_14); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_14, 0); -x_40 = l_Lean_IR_instInhabitedIndexSet; -x_41 = lean_array_get(x_40, x_2, x_7); -lean_dec(x_7); -x_42 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_41, x_4); -lean_dec(x_41); -if (lean_obj_tag(x_42) == 0) +lean_object* x_9; lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; +x_9 = lean_array_uget(x_7, x_6); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_array_uset(x_7, x_6, x_10); +x_12 = 1; +x_13 = lean_usize_add(x_6, x_12); +x_14 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_9, x_4); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_43; -x_43 = lean_array_push(x_9, x_14); +lean_object* x_15; +x_15 = lean_array_uset(x_11, x_6, x_9); x_6 = x_13; x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_43; goto _start; } else { -lean_object* x_45; lean_object* x_46; -lean_dec(x_42); -lean_inc(x_3); -x_45 = l_Lean_IR_FnBody_setBody(x_3, x_39); -lean_ctor_set(x_14, 0, x_45); -x_46 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_46; -goto _start; -} -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_14, 0); -lean_inc(x_48); +lean_object* x_17; lean_object* x_18; lean_dec(x_14); -x_49 = l_Lean_IR_instInhabitedIndexSet; -x_50 = lean_array_get(x_49, x_2, x_7); -lean_dec(x_7); -x_51 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_50, x_4); -lean_dec(x_50); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_48); -x_53 = lean_array_push(x_9, x_52); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_53; -goto _start; -} -else -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_51); -lean_inc(x_3); -x_55 = l_Lean_IR_FnBody_setBody(x_3, x_48); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_array_push(x_9, x_56); +lean_inc(x_1); +x_17 = l_Lean_IR_FnBody_collectFreeIndices(x_1, x_9); +x_18 = lean_array_uset(x_11, x_6, x_17); x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_57; -goto _start; -} -} -} +x_7 = x_18; +goto _start; } -else -{ -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -return x_9; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -936,48 +977,191 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_lt(x_4, x_3); -if (x_6 == 0) +lean_object* x_12; uint8_t x_13; +x_12 = lean_unsigned_to_nat(0u); +x_13 = lean_nat_dec_eq(x_8, x_12); +if (x_13 == 0) { -lean_dec(x_1); -return x_5; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_sub(x_8, x_14); +lean_dec(x_8); +x_16 = lean_array_fget(x_7, x_9); +x_17 = lean_nat_add(x_9, x_14); +if (lean_obj_tag(x_16) == 0) +{ +uint8_t x_18; +x_18 = !lean_is_exclusive(x_16); +if (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_16, 1); +x_20 = l_Lean_IR_instInhabitedIndexSet; +x_21 = lean_array_get(x_20, x_2, x_9); +lean_dec(x_9); +x_22 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_21, x_6); +lean_dec(x_21); +if (lean_obj_tag(x_22) == 0) +{ +lean_object* x_23; +x_23 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_23; +goto _start; } else { -lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_7 = lean_array_uget(x_5, x_4); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_array_uset(x_5, x_4, x_8); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); -x_12 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_7, x_2); -if (lean_obj_tag(x_12) == 0) +lean_object* x_25; lean_object* x_26; +lean_dec(x_22); +lean_inc(x_3); +x_25 = l_Lean_IR_FnBody_setBody(x_3, x_19); +lean_ctor_set(x_16, 1, x_25); +x_26 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_26; +goto _start; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_ctor_get(x_16, 0); +x_29 = lean_ctor_get(x_16, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_16); +x_30 = l_Lean_IR_instInhabitedIndexSet; +x_31 = lean_array_get(x_30, x_2, x_9); +lean_dec(x_9); +x_32 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_31, x_6); +lean_dec(x_31); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_13; -x_13 = lean_array_uset(x_9, x_4, x_7); -x_4 = x_11; -x_5 = x_13; +lean_object* x_33; lean_object* x_34; +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_28); +lean_ctor_set(x_33, 1, x_29); +x_34 = lean_array_push(x_11, x_33); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_34; goto _start; } else { -lean_object* x_15; lean_object* x_16; -lean_dec(x_12); -lean_inc(x_1); -x_15 = l_Lean_IR_FnBody_collectFreeIndices(x_1, x_7); -x_16 = lean_array_uset(x_9, x_4, x_15); -x_4 = x_11; -x_5 = x_16; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +lean_dec(x_32); +lean_inc(x_3); +x_36 = l_Lean_IR_FnBody_setBody(x_3, x_29); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_28); +lean_ctor_set(x_37, 1, x_36); +x_38 = lean_array_push(x_11, x_37); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_38; +goto _start; +} +} +} +else +{ +uint8_t x_40; +x_40 = !lean_is_exclusive(x_16); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_16, 0); +x_42 = l_Lean_IR_instInhabitedIndexSet; +x_43 = lean_array_get(x_42, x_2, x_9); +lean_dec(x_9); +x_44 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_43, x_6); +lean_dec(x_43); +if (lean_obj_tag(x_44) == 0) +{ +lean_object* x_45; +x_45 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_45; +goto _start; +} +else +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_44); +lean_inc(x_3); +x_47 = l_Lean_IR_FnBody_setBody(x_3, x_41); +lean_ctor_set(x_16, 0, x_47); +x_48 = lean_array_push(x_11, x_16); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_48; +goto _start; +} +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_16, 0); +lean_inc(x_50); +lean_dec(x_16); +x_51 = l_Lean_IR_instInhabitedIndexSet; +x_52 = lean_array_get(x_51, x_2, x_9); +lean_dec(x_9); +x_53 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_52, x_6); +lean_dec(x_52); +if (lean_obj_tag(x_53) == 0) +{ +lean_object* x_54; lean_object* x_55; +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_50); +x_55 = lean_array_push(x_11, x_54); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_55; +goto _start; +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_dec(x_53); +lean_inc(x_3); +x_57 = l_Lean_IR_FnBody_setBody(x_3, x_50); +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_57); +x_59 = lean_array_push(x_11, x_58); +x_8 = x_15; +x_9 = x_17; +x_10 = lean_box(0); +x_11 = x_59; goto _start; } } } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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) { +else +{ +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_3); +return x_11; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___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) { _start: { lean_object* x_11; uint8_t x_12; @@ -1161,191 +1345,48 @@ return x_10; } } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11(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: { -lean_object* x_10; uint8_t x_11; -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_eq(x_6, x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_unsigned_to_nat(1u); -x_13 = lean_nat_sub(x_6, x_12); -lean_dec(x_6); -x_14 = lean_array_fget(x_5, x_7); -x_15 = lean_nat_add(x_7, x_12); -if (lean_obj_tag(x_14) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_14, 1); -x_18 = l_Lean_IR_instInhabitedIndexSet; -x_19 = lean_array_get(x_18, x_2, x_7); -lean_dec(x_7); -x_20 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_19, x_4); -lean_dec(x_19); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; -x_21 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_21; -goto _start; -} -else -{ -lean_object* x_23; lean_object* x_24; -lean_dec(x_20); -lean_inc(x_3); -x_23 = l_Lean_IR_FnBody_setBody(x_3, x_17); -lean_ctor_set(x_14, 1, x_23); -x_24 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_24; -goto _start; -} -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_26 = lean_ctor_get(x_14, 0); -x_27 = lean_ctor_get(x_14, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_14); -x_28 = l_Lean_IR_instInhabitedIndexSet; -x_29 = lean_array_get(x_28, x_2, x_7); -lean_dec(x_7); -x_30 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_29, x_4); -lean_dec(x_29); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; lean_object* x_32; -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_26); -lean_ctor_set(x_31, 1, x_27); -x_32 = lean_array_push(x_9, x_31); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_32; -goto _start; -} -else +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_6, x_5); +if (x_8 == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_30); -lean_inc(x_3); -x_34 = l_Lean_IR_FnBody_setBody(x_3, x_27); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_26); -lean_ctor_set(x_35, 1, x_34); -x_36 = lean_array_push(x_9, x_35); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_36; -goto _start; -} -} +lean_dec(x_1); +return x_7; } else { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_14); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_14, 0); -x_40 = l_Lean_IR_instInhabitedIndexSet; -x_41 = lean_array_get(x_40, x_2, x_7); -lean_dec(x_7); -x_42 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_41, x_4); -lean_dec(x_41); -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_43; -x_43 = lean_array_push(x_9, x_14); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_43; -goto _start; -} -else +lean_object* x_9; lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; +x_9 = lean_array_uget(x_7, x_6); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_array_uset(x_7, x_6, x_10); +x_12 = 1; +x_13 = lean_usize_add(x_6, x_12); +x_14 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_9, x_4); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_45; lean_object* x_46; -lean_dec(x_42); -lean_inc(x_3); -x_45 = l_Lean_IR_FnBody_setBody(x_3, x_39); -lean_ctor_set(x_14, 0, x_45); -x_46 = lean_array_push(x_9, x_14); +lean_object* x_15; +x_15 = lean_array_uset(x_11, x_6, x_9); x_6 = x_13; x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_46; goto _start; } -} else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_14, 0); -lean_inc(x_48); +lean_object* x_17; lean_object* x_18; lean_dec(x_14); -x_49 = l_Lean_IR_instInhabitedIndexSet; -x_50 = lean_array_get(x_49, x_2, x_7); -lean_dec(x_7); -x_51 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_50, x_4); -lean_dec(x_50); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_48); -x_53 = lean_array_push(x_9, x_52); -x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_53; -goto _start; -} -else -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_51); -lean_inc(x_3); -x_55 = l_Lean_IR_FnBody_setBody(x_3, x_48); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_array_push(x_9, x_56); +lean_inc(x_1); +x_17 = l_Lean_IR_FnBody_collectFreeIndices(x_1, x_9); +x_18 = lean_array_uset(x_11, x_6, x_17); x_6 = x_13; -x_7 = x_15; -x_8 = lean_box(0); -x_9 = x_57; +x_7 = x_18; goto _start; } } } } -else -{ -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -return x_9; -} -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -1386,47 +1427,6 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { -_start: -{ -uint8_t x_6; -x_6 = lean_usize_dec_lt(x_4, x_3); -if (x_6 == 0) -{ -lean_dec(x_1); -return x_5; -} -else -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_7 = lean_array_uget(x_5, x_4); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_array_uset(x_5, x_4, x_8); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); -x_12 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_7, x_2); -if (lean_obj_tag(x_12) == 0) -{ -lean_object* x_13; -x_13 = lean_array_uset(x_9, x_4, x_7); -x_4 = x_11; -x_5 = x_13; -goto _start; -} -else -{ -lean_object* x_15; lean_object* x_16; -lean_dec(x_12); -lean_inc(x_1); -x_15 = l_Lean_IR_FnBody_collectFreeIndices(x_1, x_7); -x_16 = lean_array_uset(x_9, x_4, x_15); -x_4 = x_11; -x_5 = x_16; -goto _start; -} -} -} -} LEAN_EXPORT lean_object* l_Lean_IR_pushProjs(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -1446,188 +1446,253 @@ lean_inc(x_10); switch (lean_obj_tag(x_10)) { case 3: { -lean_object* x_11; lean_object* x_12; +lean_object* x_11; uint8_t x_12; lean_object* x_26; lean_dec(x_10); x_11 = lean_ctor_get(x_8, 0); lean_inc(x_11); -x_12 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_5, x_11); -if (lean_obj_tag(x_12) == 0) +x_26 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_5, x_11); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; size_t x_18; size_t x_19; lean_object* x_20; -x_13 = lean_array_get_size(x_2); -x_14 = lean_mk_empty_array_with_capacity(x_13); -x_15 = lean_unsigned_to_nat(0u); -lean_inc(x_8); -x_16 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___spec__2(x_2, x_3, x_8, x_11, x_2, x_13, x_15, lean_box(0), x_14); -lean_dec(x_2); -x_17 = lean_array_get_size(x_3); -x_18 = lean_usize_of_nat(x_17); -lean_dec(x_17); -x_19 = 0; -x_20 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(x_8, x_11, x_18, x_19, x_3); +uint8_t x_27; +x_27 = 1; +x_12 = x_27; +goto block_25; +} +else +{ +uint8_t x_28; +lean_dec(x_26); +x_28 = 0; +x_12 = x_28; +goto block_25; +} +block_25: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_dec(x_11); +lean_inc(x_8); +x_13 = lean_array_push(x_4, x_8); +x_14 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); x_1 = x_9; -x_2 = x_16; -x_3 = x_20; +x_4 = x_13; +x_5 = x_14; goto _start; } else { -lean_object* x_22; lean_object* x_23; -lean_dec(x_12); -lean_dec(x_11); +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; lean_object* x_23; +x_16 = lean_array_get_size(x_2); +x_17 = lean_mk_empty_array_with_capacity(x_16); +x_18 = lean_unsigned_to_nat(0u); lean_inc(x_8); -x_22 = lean_array_push(x_4, x_8); -x_23 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); +x_19 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___spec__2(x_2, x_3, x_8, x_11, x_11, x_2, x_16, x_18, lean_box(0), x_17); +lean_dec(x_2); +x_20 = lean_array_get_size(x_3); +x_21 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_22 = 0; +x_23 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(x_8, x_11, x_11, x_21, x_22, x_3); +lean_dec(x_11); x_1 = x_9; -x_4 = x_22; -x_5 = x_23; +x_2 = x_19; +x_3 = x_23; goto _start; } } +} case 4: { -lean_object* x_25; lean_object* x_26; +lean_object* x_29; uint8_t x_30; lean_object* x_44; lean_dec(x_10); -x_25 = lean_ctor_get(x_8, 0); -lean_inc(x_25); -x_26 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_5, x_25); -if (lean_obj_tag(x_26) == 0) +x_29 = lean_ctor_get(x_8, 0); +lean_inc(x_29); +x_44 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_5, x_29); +if (lean_obj_tag(x_44) == 0) +{ +uint8_t x_45; +x_45 = 1; +x_30 = x_45; +goto block_43; +} +else +{ +uint8_t x_46; +lean_dec(x_44); +x_46 = 0; +x_30 = x_46; +goto block_43; +} +block_43: +{ +if (x_30 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; size_t x_32; size_t x_33; lean_object* x_34; -x_27 = lean_array_get_size(x_2); -x_28 = lean_mk_empty_array_with_capacity(x_27); -x_29 = lean_unsigned_to_nat(0u); +lean_object* x_31; lean_object* x_32; +lean_dec(x_29); lean_inc(x_8); -x_30 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__6(x_2, x_3, x_8, x_25, x_2, x_27, x_29, lean_box(0), x_28); -lean_dec(x_2); -x_31 = lean_array_get_size(x_3); -x_32 = lean_usize_of_nat(x_31); -lean_dec(x_31); -x_33 = 0; -x_34 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(x_8, x_25, x_32, x_33, x_3); -lean_dec(x_25); +x_31 = lean_array_push(x_4, x_8); +x_32 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); x_1 = x_9; -x_2 = x_30; -x_3 = x_34; +x_4 = x_31; +x_5 = x_32; goto _start; } else { -lean_object* x_36; lean_object* x_37; -lean_dec(x_26); -lean_dec(x_25); +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; size_t x_39; size_t x_40; lean_object* x_41; +x_34 = lean_array_get_size(x_2); +x_35 = lean_mk_empty_array_with_capacity(x_34); +x_36 = lean_unsigned_to_nat(0u); lean_inc(x_8); -x_36 = lean_array_push(x_4, x_8); -x_37 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); +x_37 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__6(x_2, x_3, x_8, x_29, x_29, x_2, x_34, x_36, lean_box(0), x_35); +lean_dec(x_2); +x_38 = lean_array_get_size(x_3); +x_39 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_40 = 0; +x_41 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(x_8, x_29, x_29, x_39, x_40, x_3); +lean_dec(x_29); x_1 = x_9; -x_4 = x_36; -x_5 = x_37; +x_2 = x_37; +x_3 = x_41; goto _start; } } +} case 5: { -lean_object* x_39; lean_object* x_40; +lean_object* x_47; uint8_t x_48; lean_object* x_62; lean_dec(x_10); -x_39 = lean_ctor_get(x_8, 0); -lean_inc(x_39); -x_40 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_5, x_39); -if (lean_obj_tag(x_40) == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; size_t x_46; size_t x_47; lean_object* x_48; -x_41 = lean_array_get_size(x_2); -x_42 = lean_mk_empty_array_with_capacity(x_41); -x_43 = lean_unsigned_to_nat(0u); +x_47 = lean_ctor_get(x_8, 0); +lean_inc(x_47); +x_62 = l_Lean_RBNode_findCore___at_Lean_IR_UniqueIds_checkId___spec__1(x_5, x_47); +if (lean_obj_tag(x_62) == 0) +{ +uint8_t x_63; +x_63 = 1; +x_48 = x_63; +goto block_61; +} +else +{ +uint8_t x_64; +lean_dec(x_62); +x_64 = 0; +x_48 = x_64; +goto block_61; +} +block_61: +{ +if (x_48 == 0) +{ +lean_object* x_49; lean_object* x_50; +lean_dec(x_47); lean_inc(x_8); -x_44 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___spec__10(x_2, x_3, x_8, x_39, x_2, x_41, x_43, lean_box(0), x_42); -lean_dec(x_2); -x_45 = lean_array_get_size(x_3); -x_46 = lean_usize_of_nat(x_45); -lean_dec(x_45); -x_47 = 0; -x_48 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(x_8, x_39, x_46, x_47, x_3); -lean_dec(x_39); +x_49 = lean_array_push(x_4, x_8); +x_50 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); x_1 = x_9; -x_2 = x_44; -x_3 = x_48; +x_4 = x_49; +x_5 = x_50; goto _start; } else { -lean_object* x_50; lean_object* x_51; -lean_dec(x_40); -lean_dec(x_39); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; size_t x_57; size_t x_58; lean_object* x_59; +x_52 = lean_array_get_size(x_2); +x_53 = lean_mk_empty_array_with_capacity(x_52); +x_54 = lean_unsigned_to_nat(0u); lean_inc(x_8); -x_50 = lean_array_push(x_4, x_8); -x_51 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); +x_55 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___spec__10(x_2, x_3, x_8, x_47, x_47, x_2, x_52, x_54, lean_box(0), x_53); +lean_dec(x_2); +x_56 = lean_array_get_size(x_3); +x_57 = lean_usize_of_nat(x_56); +lean_dec(x_56); +x_58 = 0; +x_59 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(x_8, x_47, x_47, x_57, x_58, x_3); +lean_dec(x_47); x_1 = x_9; -x_4 = x_50; -x_5 = x_51; +x_2 = x_55; +x_3 = x_59; goto _start; } } +} case 12: { -lean_object* x_53; lean_object* x_54; +lean_object* x_65; lean_object* x_66; lean_dec(x_10); lean_inc(x_8); -x_53 = lean_array_push(x_4, x_8); -x_54 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); +x_65 = lean_array_push(x_4, x_8); +x_66 = l_Lean_IR_FnBody_collectFreeIndices(x_8, x_5); x_1 = x_9; -x_4 = x_53; -x_5 = x_54; +x_4 = x_65; +x_5 = x_66; goto _start; } default: { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_dec(x_10); lean_dec(x_5); lean_dec(x_3); -x_56 = lean_array_push(x_9, x_8); -x_57 = l_Array_reverse___rarg(x_4); -x_58 = l_Array_append___rarg(x_56, 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_2); -return x_59; +x_68 = lean_array_push(x_9, x_8); +x_69 = l_Array_reverse___rarg(x_4); +x_70 = l_Array_append___rarg(x_68, x_69); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_2); +return x_71; } } } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_dec(x_5); lean_dec(x_3); -x_60 = lean_array_push(x_9, x_8); -x_61 = l_Array_reverse___rarg(x_4); -x_62 = l_Array_append___rarg(x_60, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_2); -return x_63; +x_72 = lean_array_push(x_9, x_8); +x_73 = l_Array_reverse___rarg(x_4); +x_74 = l_Array_append___rarg(x_72, x_73); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_2); +return x_75; } } else { -lean_object* x_64; lean_object* x_65; +lean_object* x_76; lean_object* x_77; lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_64 = l_Array_reverse___rarg(x_4); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_2); -return x_65; +x_76 = l_Array_reverse___rarg(x_4); +x_77 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_2); +return x_77; +} } } +LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_12; +} } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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) { _start: { lean_object* x_11; -x_11 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); @@ -1636,19 +1701,22 @@ lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -lean_object* x_10; -x_10 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__1___at_Lean_IR_pushProjs___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +size_t x_8; size_t x_9; lean_object* x_10; +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_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3(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_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { size_t x_7; size_t x_8; lean_object* x_9; @@ -1656,30 +1724,31 @@ x_7 = lean_unbox_usize(x_4); lean_dec(x_4); x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___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) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); +lean_object* x_12; +x_12 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__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_7); +lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); -x_8 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__3___at_Lean_IR_pushProjs___spec__4(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); -return x_8; +lean_dec(x_1); +return x_12; } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__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: { lean_object* x_11; -x_11 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); @@ -1688,19 +1757,22 @@ lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__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_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___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) { _start: { -lean_object* x_10; -x_10 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__5___at_Lean_IR_pushProjs___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +size_t x_8; size_t x_9; lean_object* x_10; +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_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7(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_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__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) { _start: { size_t x_7; size_t x_8; lean_object* x_9; @@ -1708,30 +1780,31 @@ x_7 = lean_unbox_usize(x_4); lean_dec(x_4); x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8___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_Array_mapIdxM_map___at_Lean_IR_pushProjs___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) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); +lean_object* x_12; +x_12 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9(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_6); +lean_dec(x_5); lean_dec(x_4); -x_8 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__7___at_Lean_IR_pushProjs___spec__8(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); -return x_8; +lean_dec(x_1); +return x_12; } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___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) { _start: { lean_object* x_11; -x_11 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___spec__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); @@ -1740,19 +1813,22 @@ lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___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) { _start: { -lean_object* x_10; -x_10 = l_Array_mapIdxM_map___at_Lean_IR_pushProjs___spec__9___at_Lean_IR_pushProjs___spec__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +size_t x_8; size_t x_9; lean_object* x_10; +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_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11(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_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___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) { _start: { size_t x_7; size_t x_8; lean_object* x_9; @@ -1760,25 +1836,12 @@ x_7 = lean_unbox_usize(x_4); lean_dec(x_4); x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12___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_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Array_mapMUnsafe_map___at_Lean_IR_pushProjs___spec__11___at_Lean_IR_pushProjs___spec__12(x_1, x_2, x_6, x_7, x_5); -lean_dec(x_2); -return x_8; -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_pushProj___spec__1(size_t x_1, size_t x_2, lean_object* x_3) { _start: { diff --git a/stage0/stdlib/Lean/Compiler/IR/RC.c b/stage0/stdlib/Lean/Compiler/IR/RC.c index b7539d1fabcb..4b9be6cd75b9 100644 --- a/stage0/stdlib/Lean/Compiler/IR/RC.c +++ b/stage0/stdlib/Lean/Compiler/IR/RC.c @@ -3926,29 +3926,29 @@ x_8 = lean_unsigned_to_nat(0u); x_9 = lean_nat_dec_eq(x_6, x_8); if (x_9 == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_50; uint8_t x_51; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_52; uint8_t x_53; x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_sub(x_6, x_10); lean_dec(x_6); x_12 = lean_nat_add(x_11, x_10); x_13 = lean_nat_sub(x_5, x_12); lean_dec(x_12); -x_50 = lean_array_get_size(x_2); -x_51 = lean_nat_dec_lt(x_13, x_50); -lean_dec(x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -x_52 = l_Lean_IR_instInhabitedArg; -x_53 = l___private_Init_Util_0__outOfBounds___rarg(x_52); -if (lean_obj_tag(x_53) == 0) -{ -lean_object* x_54; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -lean_dec(x_53); -x_14 = x_54; -goto block_49; +x_52 = lean_array_get_size(x_2); +x_53 = lean_nat_dec_lt(x_13, x_52); +lean_dec(x_52); +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; +x_54 = l_Lean_IR_instInhabitedArg; +x_55 = l___private_Init_Util_0__outOfBounds___rarg(x_54); +if (lean_obj_tag(x_55) == 0) +{ +lean_object* x_56; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +lean_dec(x_55); +x_14 = x_56; +goto block_51; } else { @@ -3959,16 +3959,16 @@ goto _start; } else { -lean_object* x_56; -x_56 = lean_array_fget(x_2, x_13); -if (lean_obj_tag(x_56) == 0) +lean_object* x_58; +x_58 = lean_array_fget(x_2, x_13); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_57; -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -lean_dec(x_56); -x_14 = x_57; -goto block_49; +lean_object* x_59; +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +lean_dec(x_58); +x_14 = x_59; +goto block_51; } else { @@ -3977,65 +3977,53 @@ x_6 = x_11; goto _start; } } -block_49: +block_51: { -lean_object* x_15; uint8_t x_16; +lean_object* x_15; uint8_t x_16; uint8_t x_46; lean_inc(x_1); x_15 = l_Lean_IR_ExplicitRC_getVarInfo(x_1, x_14); -x_16 = lean_ctor_get_uint8(x_15, 0); -if (x_16 == 0) +x_46 = lean_ctor_get_uint8(x_15, 0); +if (x_46 == 0) { -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_47; lean_dec(x_13); -x_6 = x_11; -goto _start; +x_47 = 1; +x_16 = x_47; +goto block_45; } else { -uint8_t x_18; -x_18 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_isFirstOcc(x_2, x_13); -if (x_18 == 0) +uint8_t x_48; +x_48 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_isFirstOcc(x_2, x_13); +if (x_48 == 0) { -lean_dec(x_15); -lean_dec(x_14); -x_6 = x_11; -goto _start; +uint8_t x_49; +x_49 = 1; +x_16 = x_49; +goto block_45; } else { -lean_object* x_20; uint8_t x_21; -lean_inc(x_3); -x_20 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_getNumConsumptions(x_14, x_2, x_3); -x_21 = lean_ctor_get_uint8(x_15, 2); -if (x_21 == 0) +uint8_t x_50; +x_50 = 0; +x_16 = x_50; +goto block_45; +} +} +block_45: { -uint8_t x_22; -x_22 = lean_nat_dec_eq(x_20, x_8); -if (x_22 == 0) +if (x_16 == 0) { -uint8_t x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get_uint8(x_15, 1); -lean_dec(x_15); -x_24 = 1; -x_25 = lean_alloc_ctor(6, 3, 2); -lean_ctor_set(x_25, 0, x_14); -lean_ctor_set(x_25, 1, x_20); -lean_ctor_set(x_25, 2, x_7); -lean_ctor_set_uint8(x_25, sizeof(void*)*3, x_24); -lean_ctor_set_uint8(x_25, sizeof(void*)*3 + 1, x_23); -x_6 = x_11; -x_7 = x_25; -goto _start; -} -else +lean_object* x_17; lean_object* x_18; uint8_t x_26; +lean_inc(x_3); +x_17 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_getNumConsumptions(x_14, x_2, x_3); +x_26 = lean_ctor_get_uint8(x_15, 2); +if (x_26 == 0) { -lean_dec(x_20); -lean_dec(x_15); -lean_dec(x_14); -x_6 = x_11; -goto _start; -} +lean_object* x_27; +x_27 = lean_box(0); +x_18 = x_27; +goto block_25; } else { @@ -4049,8 +4037,8 @@ x_29 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_isBorrowParamAux(x_ if (x_29 == 0) { lean_object* x_30; uint8_t x_31; -x_30 = lean_nat_sub(x_20, x_10); -lean_dec(x_20); +x_30 = lean_nat_sub(x_17, x_10); +lean_dec(x_17); x_31 = lean_nat_dec_eq(x_30, x_8); if (x_31 == 0) { @@ -4080,7 +4068,7 @@ goto _start; else { uint8_t x_37; -x_37 = lean_nat_dec_eq(x_20, x_8); +x_37 = lean_nat_dec_eq(x_17, x_8); if (x_37 == 0) { uint8_t x_38; uint8_t x_39; lean_object* x_40; @@ -4089,7 +4077,7 @@ lean_dec(x_15); x_39 = 1; x_40 = lean_alloc_ctor(6, 3, 2); lean_ctor_set(x_40, 0, x_14); -lean_ctor_set(x_40, 1, x_20); +lean_ctor_set(x_40, 1, x_17); lean_ctor_set(x_40, 2, x_7); lean_ctor_set_uint8(x_40, sizeof(void*)*3, x_39); lean_ctor_set_uint8(x_40, sizeof(void*)*3 + 1, x_38); @@ -4099,7 +4087,7 @@ goto _start; } else { -lean_dec(x_20); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); x_6 = x_11; @@ -4109,28 +4097,37 @@ goto _start; } else { -uint8_t x_43; +lean_object* x_43; lean_dec(x_28); -x_43 = lean_nat_dec_eq(x_20, x_8); -if (x_43 == 0) +x_43 = lean_box(0); +x_18 = x_43; +goto block_25; +} +} +block_25: { -uint8_t x_44; uint8_t x_45; lean_object* x_46; -x_44 = lean_ctor_get_uint8(x_15, 1); +uint8_t x_19; +lean_dec(x_18); +x_19 = lean_nat_dec_eq(x_17, x_8); +if (x_19 == 0) +{ +uint8_t x_20; uint8_t x_21; lean_object* x_22; +x_20 = lean_ctor_get_uint8(x_15, 1); lean_dec(x_15); -x_45 = 1; -x_46 = lean_alloc_ctor(6, 3, 2); -lean_ctor_set(x_46, 0, x_14); -lean_ctor_set(x_46, 1, x_20); -lean_ctor_set(x_46, 2, x_7); -lean_ctor_set_uint8(x_46, sizeof(void*)*3, x_45); -lean_ctor_set_uint8(x_46, sizeof(void*)*3 + 1, x_44); +x_21 = 1; +x_22 = lean_alloc_ctor(6, 3, 2); +lean_ctor_set(x_22, 0, x_14); +lean_ctor_set(x_22, 1, x_17); +lean_ctor_set(x_22, 2, x_7); +lean_ctor_set_uint8(x_22, sizeof(void*)*3, x_21); +lean_ctor_set_uint8(x_22, sizeof(void*)*3 + 1, x_20); x_6 = x_11; -x_7 = x_46; +x_7 = x_22; goto _start; } else { -lean_dec(x_20); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); x_6 = x_11; @@ -4138,6 +4135,12 @@ goto _start; } } } +else +{ +lean_dec(x_15); +lean_dec(x_14); +x_6 = x_11; +goto _start; } } } @@ -6012,12 +6015,40 @@ x_163 = lean_ctor_get(x_1, 0); lean_inc(x_163); if (lean_obj_tag(x_163) == 0) { -lean_object* x_164; lean_object* x_165; uint8_t x_166; +lean_object* x_164; lean_object* x_165; uint8_t x_166; uint8_t x_176; x_164 = lean_ctor_get(x_163, 0); lean_inc(x_164); lean_dec(x_163); x_165 = l_Lean_IR_ExplicitRC_getVarInfo(x_2, x_164); -x_166 = lean_ctor_get_uint8(x_165, 0); +x_176 = lean_ctor_get_uint8(x_165, 0); +if (x_176 == 0) +{ +uint8_t x_177; +x_177 = 0; +x_166 = x_177; +goto block_175; +} +else +{ +uint8_t x_178; +x_178 = lean_ctor_get_uint8(x_165, 2); +if (x_178 == 0) +{ +uint8_t x_179; +x_179 = 1; +x_166 = x_179; +goto block_175; +} +else +{ +uint8_t x_180; +x_180 = 0; +x_166 = x_180; +goto block_175; +} +} +block_175: +{ if (x_166 == 0) { lean_object* x_167; lean_object* x_168; @@ -6030,92 +6061,78 @@ return x_168; } else { -uint8_t x_169; -x_169 = lean_ctor_get_uint8(x_165, 2); -if (x_169 == 0) -{ -uint8_t x_170; lean_object* x_171; uint8_t x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; +lean_object* x_169; uint8_t x_170; lean_object* x_171; uint8_t x_172; lean_object* x_173; lean_object* x_174; +lean_inc(x_164); +x_169 = l_Lean_IR_mkLiveVarSet(x_164); x_170 = lean_ctor_get_uint8(x_165, 1); lean_dec(x_165); x_171 = lean_unsigned_to_nat(1u); x_172 = 1; -lean_inc(x_164); x_173 = lean_alloc_ctor(6, 3, 2); lean_ctor_set(x_173, 0, x_164); lean_ctor_set(x_173, 1, x_171); lean_ctor_set(x_173, 2, x_1); lean_ctor_set_uint8(x_173, sizeof(void*)*3, x_172); lean_ctor_set_uint8(x_173, sizeof(void*)*3 + 1, x_170); -x_174 = l_Lean_IR_mkLiveVarSet(x_164); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_173); -lean_ctor_set(x_175, 1, x_174); -return x_175; -} -else -{ -lean_object* x_176; lean_object* x_177; -lean_dec(x_165); -x_176 = l_Lean_IR_mkLiveVarSet(x_164); -x_177 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_177, 0, x_1); -lean_ctor_set(x_177, 1, x_176); -return x_177; +x_174 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_174, 0, x_173); +lean_ctor_set(x_174, 1, x_169); +return x_174; } } } else { -lean_object* x_178; lean_object* x_179; +lean_object* x_181; lean_object* x_182; lean_dec(x_2); -x_178 = lean_box(0); -x_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_1); -lean_ctor_set(x_179, 1, x_178); -return x_179; +x_181 = lean_box(0); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_1); +lean_ctor_set(x_182, 1, x_181); +return x_182; } } case 12: { -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; -x_180 = lean_ctor_get(x_1, 0); -lean_inc(x_180); -x_181 = lean_ctor_get(x_1, 1); -lean_inc(x_181); -x_182 = l_Lean_IR_ExplicitRC_getJPLiveVars(x_2, x_180); +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; +x_183 = lean_ctor_get(x_1, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_1, 1); +lean_inc(x_184); +x_185 = l_Lean_IR_ExplicitRC_getJPLiveVars(x_2, x_183); lean_inc(x_2); -x_183 = l_Lean_IR_ExplicitRC_getJPParams(x_2, x_180); -lean_dec(x_180); +x_186 = l_Lean_IR_ExplicitRC_getJPParams(x_2, x_183); +lean_dec(x_183); lean_inc(x_2); -x_184 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_addIncBefore(x_2, x_181, x_183, x_1, x_182); -lean_dec(x_181); -x_185 = lean_ctor_get(x_2, 3); -lean_inc(x_185); +x_187 = l___private_Lean_Compiler_IR_RC_0__Lean_IR_ExplicitRC_addIncBefore(x_2, x_184, x_186, x_1, x_185); +lean_dec(x_184); +x_188 = lean_ctor_get(x_2, 3); +lean_inc(x_188); lean_dec(x_2); -x_186 = lean_box(0); -lean_inc(x_184); -x_187 = l_Lean_IR_LiveVars_collectFnBody(x_184, x_185, x_186); -x_188 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_188, 0, x_184); -lean_ctor_set(x_188, 1, x_187); -return x_188; +x_189 = lean_box(0); +lean_inc(x_187); +x_190 = l_Lean_IR_LiveVars_collectFnBody(x_187, x_188, x_189); +x_191 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_191, 0, x_187); +lean_ctor_set(x_191, 1, x_190); +return x_191; } case 13: { -lean_object* x_189; +lean_object* x_192; lean_dec(x_2); -x_189 = l_Lean_IR_ExplicitRC_visitFnBody___closed__1; -return x_189; +x_192 = l_Lean_IR_ExplicitRC_visitFnBody___closed__1; +return x_192; } default: { -lean_object* x_190; lean_object* x_191; +lean_object* x_193; lean_object* x_194; lean_dec(x_2); -x_190 = lean_box(0); -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_1); -lean_ctor_set(x_191, 1, x_190); -return x_191; +x_193 = lean_box(0); +x_194 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_194, 0, x_1); +lean_ctor_set(x_194, 1, x_193); +return x_194; } } } diff --git a/stage0/stdlib/Lean/Compiler/IR/SimpCase.c b/stage0/stdlib/Lean/Compiler/IR/SimpCase.c index 272dc0eca828..cbcbab357f3e 100644 --- a/stage0/stdlib/Lean/Compiler/IR/SimpCase.c +++ b/stage0/stdlib/Lean/Compiler/IR/SimpCase.c @@ -20,6 +20,7 @@ extern lean_object* l_Lean_IR_instInhabitedAlt; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_Decl_simpCase(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_maxOccs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___closed__1; lean_object* lean_array_push(lean_object*, lean_object*); @@ -27,7 +28,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_simpCase___s uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_mkSimpCase___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_ensureHasDefault(lean_object*); lean_object* l_Lean_IR_FnBody_flatten(lean_object*); LEAN_EXPORT lean_object* l_Lean_IR_FnBody_simpCase(lean_object*); @@ -35,16 +36,18 @@ size_t lean_usize_of_nat(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t l_Lean_IR_Alt_isDefault(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_simpCase___spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_IR_FnBody_simpCase___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_pop(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_maxOccs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_getOccsOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_maxOccs(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_mkSimpCase(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_IR_FnBody_beq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_IR_Decl_updateBody_x21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_IR_ensureHasDefault___spec__1___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -59,7 +62,7 @@ lean_object* l_Array_back___rarg(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_getOccsOf___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_getOccsOf___spec__1(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* l_Lean_IR_reshape(lean_object*, lean_object*); @@ -68,6 +71,7 @@ uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_maxOccs___spec__1___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_IR_FnBody_simpCase___spec__2(size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_IR_ensureHasDefault___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { @@ -107,86 +111,58 @@ return x_11; LEAN_EXPORT lean_object* l_Lean_IR_ensureHasDefault(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; uint8_t x_4; +lean_object* x_2; uint8_t x_3; lean_object* x_13; uint8_t x_14; 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; uint8_t x_6; -x_5 = lean_unsigned_to_nat(2u); -x_6 = lean_nat_dec_lt(x_2, x_5); -lean_dec(x_2); -if (x_6 == 0) -{ -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_IR_instInhabitedAlt; -x_8 = l_Array_back___rarg(x_7, x_1); -x_9 = lean_array_pop(x_1); -x_10 = l_Lean_IR_AltCore_body(x_8); -lean_dec(x_8); -x_11 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_11, 0, x_10); -x_12 = lean_array_push(x_9, x_11); -return x_12; -} -else +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_2); +if (x_14 == 0) { -return x_1; -} +uint8_t x_15; +x_15 = 0; +x_3 = x_15; +goto block_12; } else { -uint8_t x_13; -x_13 = lean_nat_dec_le(x_2, x_2); -if (x_13 == 0) -{ -lean_object* x_14; uint8_t x_15; -x_14 = lean_unsigned_to_nat(2u); -x_15 = lean_nat_dec_lt(x_2, x_14); -lean_dec(x_2); -if (x_15 == 0) +uint8_t x_16; +x_16 = lean_nat_dec_le(x_2, x_2); +if (x_16 == 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; -x_16 = l_Lean_IR_instInhabitedAlt; -x_17 = l_Array_back___rarg(x_16, x_1); -x_18 = lean_array_pop(x_1); -x_19 = l_Lean_IR_AltCore_body(x_17); -lean_dec(x_17); -x_20 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, x_19); -x_21 = lean_array_push(x_18, x_20); -return x_21; +uint8_t x_17; +x_17 = 0; +x_3 = x_17; +goto block_12; } else { -return x_1; +size_t x_18; size_t x_19; uint8_t x_20; +x_18 = 0; +x_19 = lean_usize_of_nat(x_2); +x_20 = l_Array_anyMUnsafe_any___at_Lean_IR_ensureHasDefault___spec__1(x_1, x_18, x_19); +x_3 = x_20; +goto block_12; } } -else +block_12: { -size_t x_22; size_t x_23; uint8_t x_24; -x_22 = 0; -x_23 = lean_usize_of_nat(x_2); -x_24 = l_Array_anyMUnsafe_any___at_Lean_IR_ensureHasDefault___spec__1(x_1, x_22, x_23); -if (x_24 == 0) +if (x_3 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_unsigned_to_nat(2u); -x_26 = lean_nat_dec_lt(x_2, x_25); +lean_object* x_4; uint8_t x_5; +x_4 = lean_unsigned_to_nat(2u); +x_5 = lean_nat_dec_lt(x_2, x_4); lean_dec(x_2); -if (x_26 == 0) +if (x_5 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_27 = l_Lean_IR_instInhabitedAlt; -x_28 = l_Array_back___rarg(x_27, x_1); -x_29 = lean_array_pop(x_1); -x_30 = l_Lean_IR_AltCore_body(x_28); -lean_dec(x_28); -x_31 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_31, 0, x_30); -x_32 = lean_array_push(x_29, x_31); -return x_32; +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 = l_Lean_IR_instInhabitedAlt; +x_7 = l_Array_back___rarg(x_6, x_1); +x_8 = lean_array_pop(x_1); +x_9 = l_Lean_IR_AltCore_body(x_7); +lean_dec(x_7); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +x_11 = lean_array_push(x_8, x_10); +return x_11; } else { @@ -201,7 +177,6 @@ return x_1; } } } -} LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_IR_ensureHasDefault___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -729,38 +704,73 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Lean_IR_AltCore_body(x_8); +x_10 = l_Lean_IR_AltCore_body(x_1); +x_11 = l_Lean_IR_FnBody_beq(x_9, x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_Lean_IR_AltCore_body(x_7); -x_9 = l_Lean_IR_AltCore_body(x_1); -x_10 = l_Lean_IR_FnBody_beq(x_8, x_9); -x_11 = 1; -x_12 = lean_usize_add(x_3, x_11); -if (x_10 == 0) +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; +} +else { -lean_object* x_13; -x_13 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_13; +lean_dec(x_8); +x_4 = x_13; goto _start; } +} else { -lean_dec(x_7); -x_3 = x_12; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Lean_IR_AltCore_body(x_8); +x_10 = l_Lean_IR_AltCore_body(x_2); +x_11 = l_Lean_IR_FnBody_beq(x_9, x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_13; goto _start; } } else { -return x_5; +return x_6; } } } @@ -776,7 +786,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; lean_object* x_24; uint8_t x_25; +lean_object* x_2; uint8_t x_3; lean_object* x_24; uint8_t x_25; x_2 = lean_array_get_size(x_1); x_24 = lean_unsigned_to_nat(1u); x_25 = lean_nat_dec_le(x_2, x_24); @@ -787,8 +797,8 @@ x_26 = lean_unsigned_to_nat(0u); x_27 = lean_nat_dec_lt(x_26, x_2); if (x_27 == 0) { -lean_object* x_28; -x_28 = lean_box(0); +uint8_t x_28; +x_28 = 0; x_3 = x_28; goto block_23; } @@ -798,8 +808,8 @@ uint8_t x_29; x_29 = lean_nat_dec_le(x_2, x_2); if (x_29 == 0) { -lean_object* x_30; -x_30 = lean_box(0); +uint8_t x_30; +x_30 = 0; x_3 = x_30; goto block_23; } @@ -809,32 +819,23 @@ size_t x_31; size_t x_32; uint8_t x_33; x_31 = 0; x_32 = lean_usize_of_nat(x_2); x_33 = l_Array_anyMUnsafe_any___at_Lean_IR_ensureHasDefault___spec__1(x_1, x_31, x_32); -if (x_33 == 0) -{ -lean_object* x_34; -x_34 = lean_box(0); -x_3 = x_34; +x_3 = x_33; goto block_23; } -else -{ -lean_dec(x_2); -lean_inc(x_1); -return x_1; -} -} } } else { -lean_dec(x_2); -lean_inc(x_1); -return x_1; +uint8_t x_34; +x_34 = 1; +x_3 = x_34; +goto block_23; } block_23: { +if (x_3 == 0) +{ lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -lean_dec(x_3); x_4 = l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_maxOccs(x_1); x_5 = lean_ctor_get(x_4, 0); lean_inc(x_5); @@ -881,7 +882,7 @@ x_18 = 0; x_19 = lean_usize_of_nat(x_2); lean_dec(x_2); x_20 = l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___closed__1; -x_21 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(x_5, x_1, x_18, x_19, x_20); +x_21 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__2(x_5, x_5, x_1, x_18, x_19, x_20); lean_dec(x_5); x_22 = lean_array_push(x_21, x_12); return x_22; @@ -896,20 +897,43 @@ lean_inc(x_1); return x_1; } } +else +{ +lean_dec(x_2); +lean_inc(x_1); +return x_1; +} +} } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___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_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___spec__2(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___boxed(lean_object* x_1) { @@ -921,7 +945,42 @@ lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(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___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = l_Lean_IR_AltCore_body(x_7); +x_9 = lean_box(13); +x_10 = l_Lean_IR_FnBody_beq(x_8, x_9); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_object* x_13; +x_13 = lean_array_push(x_5, x_7); +x_3 = x_12; +x_5 = x_13; +goto _start; +} +else +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -988,13 +1047,27 @@ x_8 = 0; x_9 = lean_usize_of_nat(x_2); lean_dec(x_2); x_10 = l___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_addDefault___closed__1; -x_11 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(x_1, x_8, x_9, x_10); +x_11 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__2(x_1, x_8, x_9, x_10); return x_11; } } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___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___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___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; @@ -1002,7 +1075,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___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__1___at___private_Lean_Compiler_IR_SimpCase_0__Lean_IR_filterUnreachable___spec__2(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } diff --git a/stage0/stdlib/Lean/Compiler/InitAttr.c b/stage0/stdlib/Lean/Compiler/InitAttr.c index 8db3ba868d48..a97f6d0fdb2d 100644 --- a/stage0/stdlib/Lean/Compiler/InitAttr.c +++ b/stage0/stdlib/Lean/Compiler/InitAttr.c @@ -14,32 +14,33 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_registerInitAttrUnsafe___spec__4___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__9; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__14; LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_registerInitAttrUnsafe___spec__17(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__1; static lean_object* l_Lean_declareBuiltin___closed__10; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103_(lean_object*); lean_object* l_Lean_isInitializerExecutionEnabled(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__4; +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__2; lean_object* l_Lean_ConstantInfo_type(lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___closed__2; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132_(lean_object*); lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__4; LEAN_EXPORT lean_object* l_Lean_registerInitAttr___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_declareBuiltin___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_getIOTypeArg(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_resolveGlobalConstNoOverload___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_registerInitAttrUnsafe___spec__5___closed__3; lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__12; LEAN_EXPORT lean_object* l_Lean_setBuiltinInitAttr(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__19; static lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_registerInitAttrUnsafe___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__1; LEAN_EXPORT lean_object* l_Lean_getInitFnNameForCore_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_registerInitAttrUnsafe___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); @@ -51,41 +52,38 @@ 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___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__17; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_declareBuiltin___spec__1(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__16; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isIOUnitInitFn___boxed(lean_object*, lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___closed__1; lean_object* lean_run_mod_init(lean_object*, lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_registerInitAttrUnsafe___spec__14(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_LocalContext_empty; LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_registerInitAttrUnsafe___spec__17___boxed(lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__18; lean_object* l_List_filterMap___at_Lean_resolveGlobalConst___spec__1(lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__23; LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__19; uint8_t lean_string_dec_eq(lean_object*, lean_object*); lean_object* l_List_toString___at_Lean_resolveGlobalConstNoOverloadCore___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConst___at_Lean_registerInitAttrUnsafe___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__3; LEAN_EXPORT uint8_t l___private_Lean_Compiler_InitAttr_0__Lean_isIOUnit(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_getIOTypeArg___boxed(lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltin___closed__3; static lean_object* l_Lean_declareBuiltin___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__2; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__5; static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__2; LEAN_EXPORT uint8_t l_Lean_hasInitAttr(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__27; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__16; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_registerInitAttrUnsafe___spec__15(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_registerInitAttrUnsafe___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_registerInitAttrUnsafe___spec__5___closed__2; @@ -99,26 +97,30 @@ static lean_object* l_Lean_declareBuiltin___closed__8; 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*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_registerInitAttrUnsafe___spec__9___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11; LEAN_EXPORT lean_object* lean_get_init_fn_name_for(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__19(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_is_io_unit_regular_init_fn(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__18; lean_object* l_Lean_setEnv___at_Lean_addDecl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_is_io_unit_builtin_init_fn(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__7; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135_(lean_object*); lean_object* lean_run_init(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__20; lean_object* lean_eval_const(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__26; static lean_object* l_Lean_registerInitAttrUnsafe___closed__3; +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__4; static lean_object* l_Lean_declareBuiltin___closed__2; static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__5; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__22; +LEAN_EXPORT lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052_; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__13; static lean_object* l_Lean_declareBuiltin___closed__9; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_registerInitAttrUnsafe___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_registerInitAttrUnsafe___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__8; static lean_object* l_Lean_getRegularInitFnNameFor_x3f___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__4; static lean_object* l_Lean_getBuiltinInitFnNameFor_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_isIOUnitInitFnCore___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); @@ -127,20 +129,16 @@ static lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec_ lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_registerInitAttrUnsafe___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__15; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__13; LEAN_EXPORT uint8_t l_Lean_isIOUnitInitFnCore(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__17; static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__6; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_registerInitAttrUnsafe___spec__9___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__8; static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_registerInitAttrUnsafe___spec__15___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_get_builtin_init_fn_name_for(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__24; extern lean_object* l_Std_Format_defWidth; LEAN_EXPORT lean_object* l_Lean_registerInitAttr(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_registerInitAttrUnsafe___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -148,18 +146,16 @@ LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__3(uint8_t, lean LEAN_EXPORT uint8_t l___private_Lean_Compiler_InitAttr_0__Lean_isUnitType(lean_object*); static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_registerInitAttrUnsafe___spec__15___closed__1; static lean_object* l_Lean_resolveGlobalConst___at_Lean_registerInitAttrUnsafe___spec__6___closed__2; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__28; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__10; lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1___closed__4; static lean_object* l_Lean_resolveGlobalConst___at_Lean_registerInitAttrUnsafe___spec__6___closed__1; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106_(lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__23; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at_Lean_registerInitAttrUnsafe___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ParametricAttribute_setParam___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11; LEAN_EXPORT lean_object* l_Lean_runModInit___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__2; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3; LEAN_EXPORT lean_object* l_Lean_regularInitAttr; -static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__3; lean_object* l_Lean_Environment_addAndCompile(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_registerInitAttrUnsafe___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -167,10 +163,13 @@ static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__8; static lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_isUnitType___closed__1; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_declareBuiltin___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__14; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_registerInitAttrUnsafe___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__27; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__28; 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*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__7; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_ParametricAttribute_getParam_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_registerInitAttrUnsafe___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -178,56 +177,57 @@ LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___ LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_registerInitAttrUnsafe___spec__16(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__18(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasInitAttr___boxed(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__10; -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__12; static lean_object* l_Lean_declareBuiltin___closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__19___boxed(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_1049____closed__9; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__21; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__15; lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltin___closed__12; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__25; lean_object* l_Lean_registerParametricAttribute___rarg(lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltin___closed__7; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__20; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_registerInitAttrUnsafe___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__21; +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__1; extern lean_object* l_Lean_instInhabitedName; lean_object* lean_array_uget(lean_object*, size_t); 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*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1; static lean_object* l_Lean_resolveGlobalConst___at_Lean_registerInitAttrUnsafe___spec__6___closed__3; 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___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__4; +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__4; lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__24; LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__3; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InitAttr_0__Lean_isIOUnit___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_isIOUnitInitFn(lean_object*, lean_object*); static lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_registerInitAttrUnsafe___spec__15___closed__2; uint8_t lean_usize_dec_lt(size_t, size_t); +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__29; static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_isIOUnitBuiltinInitFn___boxed(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__2; +static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__22; static lean_object* l_Lean_registerInitAttrUnsafe___lambda__1___closed__4; lean_object* l_List_filterTR_loop___at_Lean_resolveGlobalConstCore___spec__1(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__29; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at_Lean_registerInitAttrUnsafe___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_declareBuiltin___closed__6; lean_object* l_Lean_KernelException_toMessageData(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__25; lean_object* l_Lean_throwError___at_Lean_addDecl___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Attribute_Builtin_getIdent_x3f(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049_; LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_registerInitAttrUnsafe___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__26; LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1___closed__2; +static lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__3; static lean_object* _init_l___private_Lean_Compiler_InitAttr_0__Lean_getIOTypeArg___closed__1() { _start: { @@ -2008,211 +2008,239 @@ lean_ctor_set(x_6, 1, x_23); x_24 = lean_run_mod_init(x_11, x_8); if (lean_obj_tag(x_24) == 0) { -lean_object* x_25; uint8_t x_26; +lean_object* x_25; lean_object* x_26; uint8_t x_27; uint8_t x_45; x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); -x_26 = lean_unbox(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +lean_dec(x_24); +x_45 = lean_unbox(x_25); lean_dec(x_25); -if (x_26 == 0) +if (x_45 == 0) { -lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; lean_object* x_31; lean_object* x_32; -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -x_28 = lean_array_get_size(x_21); -x_29 = lean_usize_of_nat(x_28); -lean_dec(x_28); -x_30 = 0; -x_31 = lean_box(0); -x_32 = l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__18(x_1, x_2, x_21, x_29, x_30, x_31, x_7, x_27); +uint8_t x_46; +x_46 = 1; +x_27 = x_46; +goto block_44; +} +else +{ +uint8_t x_47; +x_47 = 0; +x_27 = x_47; +goto block_44; +} +block_44: +{ +if (x_27 == 0) +{ +size_t x_28; size_t x_29; lean_dec(x_21); -if (lean_obj_tag(x_32) == 0) +x_28 = 1; +x_29 = lean_usize_add(x_5, x_28); +x_5 = x_29; +x_8 = x_26; +goto _start; +} +else { -lean_object* x_33; size_t x_34; size_t x_35; -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); -x_34 = 1; -x_35 = lean_usize_add(x_5, x_34); -x_5 = x_35; -x_8 = x_33; +lean_object* x_31; size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; +x_31 = lean_array_get_size(x_21); +x_32 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_33 = 0; +x_34 = lean_box(0); +x_35 = l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__18(x_1, x_2, x_21, x_32, x_33, x_34, x_7, x_26); +lean_dec(x_21); +if (lean_obj_tag(x_35) == 0) +{ +lean_object* x_36; size_t x_37; size_t x_38; +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = 1; +x_38 = lean_usize_add(x_5, x_37); +x_5 = x_38; +x_8 = x_36; goto _start; } else { -uint8_t x_37; +uint8_t x_40; lean_dec(x_6); -x_37 = !lean_is_exclusive(x_32); -if (x_37 == 0) +x_40 = !lean_is_exclusive(x_35); +if (x_40 == 0) { -return x_32; +return x_35; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_32, 0); -x_39 = lean_ctor_get(x_32, 1); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_32); -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; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_35, 0); +x_42 = lean_ctor_get(x_35, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_35); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } -else -{ -lean_object* x_41; size_t x_42; size_t x_43; -lean_dec(x_21); -x_41 = lean_ctor_get(x_24, 1); -lean_inc(x_41); -lean_dec(x_24); -x_42 = 1; -x_43 = lean_usize_add(x_5, x_42); -x_5 = x_43; -x_8 = x_41; -goto _start; } } else { -uint8_t x_45; +uint8_t x_48; lean_dec(x_6); lean_dec(x_21); -x_45 = !lean_is_exclusive(x_24); -if (x_45 == 0) +x_48 = !lean_is_exclusive(x_24); +if (x_48 == 0) { return x_24; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_24, 0); -x_47 = lean_ctor_get(x_24, 1); -lean_inc(x_47); -lean_inc(x_46); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_24, 0); +x_50 = lean_ctor_get(x_24, 1); +lean_inc(x_50); +lean_inc(x_49); lean_dec(x_24); -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; +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 { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_dec(x_6); -x_49 = lean_array_fget(x_12, x_13); -x_50 = lean_unsigned_to_nat(1u); -x_51 = lean_nat_add(x_13, x_50); +x_52 = lean_array_fget(x_12, x_13); +x_53 = lean_unsigned_to_nat(1u); +x_54 = lean_nat_add(x_13, x_53); lean_dec(x_13); -x_52 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_52, 0, x_12); -lean_ctor_set(x_52, 1, x_51); -lean_ctor_set(x_52, 2, x_14); -x_53 = lean_run_mod_init(x_11, x_8); -if (lean_obj_tag(x_53) == 0) -{ -lean_object* x_54; uint8_t x_55; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_unbox(x_54); -lean_dec(x_54); -if (x_55 == 0) +x_55 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_55, 0, x_12); +lean_ctor_set(x_55, 1, x_54); +lean_ctor_set(x_55, 2, x_14); +x_56 = lean_run_mod_init(x_11, x_8); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_56; lean_object* x_57; size_t x_58; size_t x_59; lean_object* x_60; lean_object* x_61; -x_56 = lean_ctor_get(x_53, 1); -lean_inc(x_56); -lean_dec(x_53); -x_57 = lean_array_get_size(x_49); -x_58 = lean_usize_of_nat(x_57); +lean_object* x_57; lean_object* x_58; uint8_t x_59; uint8_t x_77; +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); +x_77 = lean_unbox(x_57); lean_dec(x_57); -x_59 = 0; -x_60 = lean_box(0); -x_61 = l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__18(x_1, x_2, x_49, x_58, x_59, x_60, x_7, x_56); -lean_dec(x_49); -if (lean_obj_tag(x_61) == 0) -{ -lean_object* x_62; size_t x_63; size_t x_64; -x_62 = lean_ctor_get(x_61, 1); -lean_inc(x_62); -lean_dec(x_61); -x_63 = 1; -x_64 = lean_usize_add(x_5, x_63); -x_5 = x_64; -x_6 = x_52; -x_8 = x_62; +if (x_77 == 0) +{ +uint8_t x_78; +x_78 = 1; +x_59 = x_78; +goto block_76; +} +else +{ +uint8_t x_79; +x_79 = 0; +x_59 = x_79; +goto block_76; +} +block_76: +{ +if (x_59 == 0) +{ +size_t x_60; size_t x_61; +lean_dec(x_52); +x_60 = 1; +x_61 = lean_usize_add(x_5, x_60); +x_5 = x_61; +x_6 = x_55; +x_8 = x_58; goto _start; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_object* x_63; size_t x_64; size_t x_65; lean_object* x_66; lean_object* x_67; +x_63 = lean_array_get_size(x_52); +x_64 = lean_usize_of_nat(x_63); +lean_dec(x_63); +x_65 = 0; +x_66 = lean_box(0); +x_67 = l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__18(x_1, x_2, x_52, x_64, x_65, x_66, x_7, x_58); lean_dec(x_52); -x_66 = lean_ctor_get(x_61, 0); -lean_inc(x_66); -x_67 = lean_ctor_get(x_61, 1); -lean_inc(x_67); -if (lean_is_exclusive(x_61)) { - lean_ctor_release(x_61, 0); - lean_ctor_release(x_61, 1); - x_68 = x_61; +if (lean_obj_tag(x_67) == 0) +{ +lean_object* x_68; size_t x_69; size_t x_70; +x_68 = lean_ctor_get(x_67, 1); +lean_inc(x_68); +lean_dec(x_67); +x_69 = 1; +x_70 = lean_usize_add(x_5, x_69); +x_5 = x_70; +x_6 = x_55; +x_8 = x_68; +goto _start; +} +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_dec(x_55); +x_72 = lean_ctor_get(x_67, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_67, 1); +lean_inc(x_73); +if (lean_is_exclusive(x_67)) { + lean_ctor_release(x_67, 0); + lean_ctor_release(x_67, 1); + x_74 = x_67; } else { - lean_dec_ref(x_61); - x_68 = lean_box(0); + lean_dec_ref(x_67); + x_74 = lean_box(0); } -if (lean_is_scalar(x_68)) { - x_69 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_74)) { + x_75 = lean_alloc_ctor(1, 2, 0); } else { - x_69 = x_68; + x_75 = x_74; } -lean_ctor_set(x_69, 0, x_66); -lean_ctor_set(x_69, 1, x_67); -return x_69; +lean_ctor_set(x_75, 0, x_72); +lean_ctor_set(x_75, 1, x_73); +return x_75; } } -else -{ -lean_object* x_70; size_t x_71; size_t x_72; -lean_dec(x_49); -x_70 = lean_ctor_get(x_53, 1); -lean_inc(x_70); -lean_dec(x_53); -x_71 = 1; -x_72 = lean_usize_add(x_5, x_71); -x_5 = x_72; -x_6 = x_52; -x_8 = x_70; -goto _start; } } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +lean_dec(x_55); lean_dec(x_52); -lean_dec(x_49); -x_74 = lean_ctor_get(x_53, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_53, 1); -lean_inc(x_75); -if (lean_is_exclusive(x_53)) { - lean_ctor_release(x_53, 0); - lean_ctor_release(x_53, 1); - x_76 = x_53; +x_80 = lean_ctor_get(x_56, 0); +lean_inc(x_80); +x_81 = lean_ctor_get(x_56, 1); +lean_inc(x_81); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_82 = x_56; } else { - lean_dec_ref(x_53); - x_76 = lean_box(0); + lean_dec_ref(x_56); + x_82 = lean_box(0); } -if (lean_is_scalar(x_76)) { - x_77 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_82)) { + x_83 = lean_alloc_ctor(1, 2, 0); } else { - x_77 = x_76; + x_83 = x_82; } -lean_ctor_set(x_77, 0, x_74); -lean_ctor_set(x_77, 1, x_75); -return x_77; +lean_ctor_set(x_83, 0, x_80); +lean_ctor_set(x_83, 1, x_81); +return x_83; } } } @@ -2659,132 +2687,113 @@ return x_7; LEAN_EXPORT lean_object* l_Lean_registerInitAttrUnsafe___lambda__3(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; x_5 = l_Lean_isInitializerExecutionEnabled(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); +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); +} if (x_1 == 0) { -uint8_t x_6; -lean_dec(x_2); -x_6 = !lean_is_exclusive(x_5); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_5, 0); -lean_dec(x_7); -x_8 = lean_box(0); -lean_ctor_set(x_5, 0, x_8); -return x_5; +uint8_t x_33; +lean_dec(x_6); +x_33 = 0; +x_9 = x_33; +goto block_32; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_5, 1); -lean_inc(x_9); -lean_dec(x_5); -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; -} +uint8_t x_34; +x_34 = lean_unbox(x_6); +lean_dec(x_6); +x_9 = x_34; +goto block_32; } -else +block_32: { -lean_object* x_12; uint8_t x_13; -x_12 = lean_ctor_get(x_5, 0); -lean_inc(x_12); -x_13 = lean_unbox(x_12); -lean_dec(x_12); -if (x_13 == 0) +if (x_9 == 0) { -uint8_t x_14; +lean_object* x_10; lean_object* x_11; lean_dec(x_2); -x_14 = !lean_is_exclusive(x_5); -if (x_14 == 0) -{ -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_5, 0); -lean_dec(x_15); -x_16 = lean_box(0); -lean_ctor_set(x_5, 0, x_16); -return x_5; -} -else -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = lean_ctor_get(x_5, 1); -lean_inc(x_17); -lean_dec(x_5); -x_18 = lean_box(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; +x_10 = lean_box(0); +if (lean_is_scalar(x_8)) { + x_11 = lean_alloc_ctor(0, 2, 0); +} else { + x_11 = x_8; } +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_7); +return x_11; } else { -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; size_t x_28; size_t x_29; lean_object* x_30; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = lean_array_get_size(x_2); -x_22 = lean_unsigned_to_nat(0u); -x_23 = l_Array_toSubarray___rarg(x_2, x_22, x_21); -x_24 = lean_ctor_get(x_3, 0); -x_25 = lean_ctor_get(x_24, 4); -x_26 = lean_ctor_get(x_25, 3); -x_27 = lean_array_get_size(x_26); -x_28 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_29 = 0; -x_30 = l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__19(x_3, x_24, x_26, x_28, x_29, x_23, x_3, x_20); -if (lean_obj_tag(x_30) == 0) +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; size_t x_19; size_t x_20; lean_object* x_21; +lean_dec(x_8); +x_12 = lean_array_get_size(x_2); +x_13 = lean_unsigned_to_nat(0u); +x_14 = l_Array_toSubarray___rarg(x_2, x_13, x_12); +x_15 = lean_ctor_get(x_3, 0); +x_16 = lean_ctor_get(x_15, 4); +x_17 = lean_ctor_get(x_16, 3); +x_18 = lean_array_get_size(x_17); +x_19 = lean_usize_of_nat(x_18); +lean_dec(x_18); +x_20 = 0; +x_21 = l_Array_forInUnsafe_loop___at_Lean_registerInitAttrUnsafe___spec__19(x_3, x_15, x_17, x_19, x_20, x_14, x_3, x_7); +if (lean_obj_tag(x_21) == 0) { -uint8_t x_31; -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +uint8_t x_22; +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_30, 0); -lean_dec(x_32); -x_33 = lean_box(0); -lean_ctor_set(x_30, 0, x_33); -return x_30; +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_21, 0); +lean_dec(x_23); +x_24 = lean_box(0); +lean_ctor_set(x_21, 0, x_24); +return x_21; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_30, 1); -lean_inc(x_34); -lean_dec(x_30); -x_35 = lean_box(0); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_34); -return x_36; +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_21, 1); +lean_inc(x_25); +lean_dec(x_21); +x_26 = lean_box(0); +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_37; -x_37 = !lean_is_exclusive(x_30); -if (x_37 == 0) +uint8_t x_28; +x_28 = !lean_is_exclusive(x_21); +if (x_28 == 0) { -return x_30; +return x_21; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_30, 0); -x_39 = lean_ctor_get(x_30, 1); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_30); -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; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_21, 0); +x_30 = lean_ctor_get(x_21, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_21); +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; } } } @@ -3034,7 +3043,7 @@ x_6 = l_Lean_registerInitAttrUnsafe(x_1, x_5, x_3, x_4); return x_6; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1() { _start: { lean_object* x_1; @@ -3042,7 +3051,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2() { _start: { lean_object* x_1; @@ -3050,7 +3059,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3() { _start: { lean_object* x_1; @@ -3058,7 +3067,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__4() { _start: { lean_object* x_1; @@ -3066,19 +3075,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____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___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3; -x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__4; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3; +x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6() { _start: { lean_object* x_1; lean_object* x_2; @@ -3087,7 +3096,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__7() { _start: { lean_object* x_1; @@ -3095,19 +3104,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__8() { _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_Compiler_InitAttr___hyg_1049____closed__1; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3; -x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__7; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3; +x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__7; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__9() { _start: { lean_object* x_1; @@ -3115,17 +3124,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__9; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11() { _start: { lean_object* x_1; @@ -3133,41 +3142,41 @@ x_1 = lean_mk_string_from_bytes("exact", 5); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__12() { _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_Compiler_InitAttr___hyg_1049____closed__1; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3; -x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3; +x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11; 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___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__13; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__15() { _start: { lean_object* x_1; @@ -3175,7 +3184,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__16() { _start: { lean_object* x_1; @@ -3183,19 +3192,19 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__17() { _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_Compiler_InitAttr___hyg_1049____closed__1; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__15; -x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__16; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__15; +x_4 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__16; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__18() { _start: { lean_object* x_1; @@ -3203,35 +3212,35 @@ x_1 = lean_mk_string_from_bytes("decl_name%", 10); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__18; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__18; 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___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__19; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__19; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__17; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__20; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__17; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__20; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3239,23 +3248,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__14; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__21; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__14; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__21; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__12; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__22; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__12; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__22; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3263,23 +3272,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__23; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__23; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__10; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__24; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__10; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__24; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3287,23 +3296,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__26() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__25; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__25; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__27() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__8; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__26; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__8; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__26; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3311,23 +3320,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__28() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6; -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__27; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__27; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__29() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__5; -x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__28; +x_2 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__5; +x_3 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__28; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -3335,11 +3344,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049_() { +static lean_object* _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__29; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__29; return x_1; } } @@ -3361,7 +3370,7 @@ x_6 = l_Lean_registerInitAttr(x_1, x_5, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__1() { _start: { lean_object* x_1; @@ -3369,17 +3378,17 @@ x_1 = lean_mk_string_from_bytes("init", 4); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____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_Compiler_InitAttr___hyg_1103____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____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_Compiler_InitAttr___hyg_1103____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__3() { _start: { lean_object* x_1; @@ -3387,28 +3396,28 @@ x_1 = lean_mk_string_from_bytes("regularInitAttr", 15); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__3; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106_(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_Compiler_InitAttr___hyg_1103____closed__2; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__2; x_3 = 1; -x_4 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__4; +x_4 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__4; x_5 = l_Lean_registerInitAttrUnsafe(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__1() { _start: { lean_object* x_1; @@ -3416,17 +3425,17 @@ x_1 = lean_mk_string_from_bytes("builtin_init", 12); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____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_Compiler_InitAttr___hyg_1132____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____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_Compiler_InitAttr___hyg_1132____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__3() { _start: { lean_object* x_1; @@ -3434,23 +3443,23 @@ x_1 = lean_mk_string_from_bytes("builtinInitAttr", 15); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__3; +x_1 = l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135_(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_Compiler_InitAttr___hyg_1132____closed__2; +x_2 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__2; x_3 = 0; -x_4 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__4; +x_4 = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__4; x_5 = l_Lean_registerInitAttrUnsafe(x_2, x_3, x_4, x_1); return x_5; } @@ -4147,88 +4156,88 @@ l_Lean_registerInitAttrUnsafe___closed__2 = _init_l_Lean_registerInitAttrUnsafe_ lean_mark_persistent(l_Lean_registerInitAttrUnsafe___closed__2); l_Lean_registerInitAttrUnsafe___closed__3 = _init_l_Lean_registerInitAttrUnsafe___closed__3(); lean_mark_persistent(l_Lean_registerInitAttrUnsafe___closed__3); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__1); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__2); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__3); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__4 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__4); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__5 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__5); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__6); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__7 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__7); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__8 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__8); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__9 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__9); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__10 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__10); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__11); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__12 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__12); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__13 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__13); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__14 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__14); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__15 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__15); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__16 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__16); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__17 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__17); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__18 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__18); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__19 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__19); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__20 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__20); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__21 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__21); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__22 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__22); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__23 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__23); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__24 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__24); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__25 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__25); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__26 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__26(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__26); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__27 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__27(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__27); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__28 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__28(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__28); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__29 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__29(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049____closed__29); -l___auto____x40_Lean_Compiler_InitAttr___hyg_1049_ = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1049_(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1049_); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__1 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__1); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__2 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__2); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__3 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__3); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__4 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103____closed__4); -if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1103_(lean_io_mk_world()); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__1); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__2); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__3); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__4 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__4); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__5 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__5); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__6); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__7 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__7); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__8 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__8); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__9 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__9); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__10 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__10); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__11); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__12 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__12); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__13 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__13); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__14 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__14); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__15 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__15); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__16 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__16); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__17 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__17); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__18 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__18); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__19 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__19); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__20 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__20); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__21 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__21); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__22 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__22); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__23 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__23); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__24 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__24); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__25 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__25); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__26 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__26(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__26); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__27 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__27(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__27); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__28 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__28(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__28); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__29 = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__29(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052____closed__29); +l___auto____x40_Lean_Compiler_InitAttr___hyg_1052_ = _init_l___auto____x40_Lean_Compiler_InitAttr___hyg_1052_(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_InitAttr___hyg_1052_); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__1 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__1); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__2 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__2); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__3 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__3); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__4 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106____closed__4); +if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1106_(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); lean_dec_ref(res); -}l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__1 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__1); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__2 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__2); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__3 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__3); -l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__4 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132____closed__4); -if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1132_(lean_io_mk_world()); +}l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__1 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__1); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__2 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__2); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__3 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__3); +l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__4 = _init_l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135____closed__4); +if (builtin) {res = l_Lean_initFn____x40_Lean_Compiler_InitAttr___hyg_1135_(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 a599d6e194c7..fae8949f0194 100644 --- a/stage0/stdlib/Lean/Compiler/InlineAttrs.c +++ b/stage0/stdlib/Lean/Compiler/InlineAttrs.c @@ -14,78 +14,76 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__33; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__8; static lean_object* l_Lean_Compiler_instBEqInlineAttributeKind___closed__1; +LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323_(lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__30; static lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_hasInlineIfReduceAttribute___boxed(lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1___closed__2; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__35; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__2; LEAN_EXPORT uint8_t l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_beqInlineAttributeKind____x40_Lean_Compiler_InlineAttrs___hyg_23_(uint8_t, uint8_t); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__12; static lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_setInlineAttribute___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__20; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_has_inline_attribute(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__23; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_has_inline_if_reduce_attribute(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_hasMacroInlineAttribute(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__1; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__13; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__9; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__31; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__32; lean_object* lean_environment_find(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__27; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__11; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_inlineAttrs; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__3; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__16; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__4; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__11; 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*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__14; static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_instHashableInlineAttributeKind___closed__1; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__29; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__15; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__29; static lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___closed__4; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__3; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__23; static lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___closed__5; LEAN_EXPORT uint64_t l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hashInlineAttributeKind____x40_Lean_Compiler_InlineAttrs___hyg_47_(uint8_t); 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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_toCtorIdx(uint8_t); -LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322_(lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__28; LEAN_EXPORT uint8_t lean_has_noinline_attribute(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__17; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__4; lean_object* l_Lean_Name_getPrefix(lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_instInhabitedInlineAttributeKind; LEAN_EXPORT lean_object* l_Lean_Compiler_hasMacroInlineAttribute___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_hasInlineAttributeOld___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__26; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__21; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_hasInlineAttribute___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hasInlineAttrCore(lean_object*, uint8_t, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__22; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__19; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__7; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__34; LEAN_EXPORT uint8_t lean_has_macro_inline_attribute(lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x21(lean_object*); 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_322____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_hasNoInlineAttributeOld___boxed(lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hasInlineAttrCore___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__13; 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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__4; 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*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); @@ -93,62 +91,64 @@ LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_Inline LEAN_EXPORT lean_object* l_Lean_Compiler_hasNoInlineAttribute___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___closed__1; LEAN_EXPORT uint8_t l_Lean_Compiler_hasAlwaysInlineAttribute(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__7; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__1; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__24; lean_object* l_Lean_EnumAttributes_getValue___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__30; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__24; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__5; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__21; lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hasInlineAttrAux___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__27; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__4; lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hasInlineAttrAux(lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Compiler_setInlineAttribute___closed__1; lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__28; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_instHashableInlineAttributeKind; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__8; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__25; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__31; LEAN_EXPORT lean_object* l_Lean_Compiler_instBEqInlineAttributeKind; -LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_hashInlineAttributeKind____x40_Lean_Compiler_InlineAttrs___hyg_47____boxed(lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__16; lean_object* l_Lean_registerEnumAttributes___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); uint8_t l_Lean_isBRecOnRecursor(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_hasMacroInlineAttributeOld___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__6; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__15; +LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__22; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__9; lean_object* l_Lean_Compiler_checkIsDefinition(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__2; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__2; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__35; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__20; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_hasAlwaysInlineAttribute___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion___rarg___lambda__1___boxed(lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__34; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__18; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_beqInlineAttributeKind____x40_Lean_Compiler_InlineAttrs___hyg_23____boxed(lean_object*, lean_object*); 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_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1___closed__4; -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__25; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__17; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_getInlineAttribute_x3f(lean_object*, lean_object*); uint8_t lean_is_eager_lambda_lifting_name(lean_object*); uint8_t l_Lean_Expr_isConst(lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__2; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__19; LEAN_EXPORT uint8_t l_Lean_Compiler_hasInlineIfReduceAttribute(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_hasNoInlineAttribute(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__33; uint8_t l_Lean_Name_isInternal(lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1___closed__1; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__6; LEAN_EXPORT uint8_t l_Lean_Compiler_hasInlineAttribute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_toCtorIdx___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__32; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__14; +static lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__26; LEAN_EXPORT lean_object* l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_InlineAttributeKind_toCtorIdx(uint8_t x_1) { _start: @@ -929,7 +929,7 @@ lean_dec(x_3); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____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) @@ -956,7 +956,7 @@ return x_10; } } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -964,16 +964,16 @@ x_1 = lean_mk_string_from_bytes("invalid use of `[macro_inline]` attribute at `" return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__1; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__3() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__3() { _start: { lean_object* x_1; @@ -981,16 +981,16 @@ x_1 = lean_mk_string_from_bytes("`, it is not supported in this kind of declarat return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__4() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__3; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1(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_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1(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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -1005,164 +1005,176 @@ lean_inc(x_9); lean_dec(x_7); lean_inc(x_1); x_10 = l_Lean_Compiler_checkIsDefinition(x_9, x_1); -x_11 = l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____spec__1(x_10, x_3, x_4, x_8); +x_11 = l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____spec__1(x_10, x_3, x_4, x_8); lean_dec(x_10); if (lean_obj_tag(x_11) == 0) { -lean_object* x_12; -x_12 = lean_box(x_2); -if (lean_obj_tag(x_12) == 2) +lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_38; +x_12 = lean_ctor_get(x_11, 1); +lean_inc(x_12); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + lean_ctor_release(x_11, 1); + x_13 = x_11; +} else { + lean_dec_ref(x_11); + x_13 = lean_box(0); +} +x_38 = lean_box(x_2); +if (lean_obj_tag(x_38) == 2) +{ +uint8_t x_39; +x_39 = 1; +x_14 = x_39; +goto block_37; +} +else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_11, 1); -lean_inc(x_13); -lean_dec(x_11); +uint8_t x_40; +lean_dec(x_38); +x_40 = 0; +x_14 = x_40; +goto block_37; +} +block_37: +{ +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_15 = lean_box(0); +if (lean_is_scalar(x_13)) { + x_16 = lean_alloc_ctor(0, 2, 0); +} else { + x_16 = x_13; +} +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_12); +return x_16; +} +else +{ +lean_object* x_17; +lean_dec(x_13); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); -x_14 = l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline(x_1, x_3, x_4, x_13); -if (lean_obj_tag(x_14) == 0) +x_17 = l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline(x_1, x_3, x_4, x_12); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_unbox(x_15); -lean_dec(x_15); -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; lean_object* x_23; -x_17 = lean_ctor_get(x_14, 1); -lean_inc(x_17); -lean_dec(x_14); -x_18 = l_Lean_MessageData_ofName(x_1); -x_19 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__2; -x_20 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_18); -x_21 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__4; -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_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_22, x_3, x_4, x_17); +lean_object* x_18; uint8_t x_19; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_unbox(x_18); +lean_dec(x_18); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_dec(x_17); +x_21 = l_Lean_MessageData_ofName(x_1); +x_22 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___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_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__4; +x_25 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +x_26 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_25, x_3, x_4, x_20); lean_dec(x_4); lean_dec(x_3); -return x_23; +return x_26; } else { -uint8_t x_24; +uint8_t x_27; lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_24 = !lean_is_exclusive(x_14); -if (x_24 == 0) -{ -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_14, 0); -lean_dec(x_25); -x_26 = lean_box(0); -lean_ctor_set(x_14, 0, x_26); -return x_14; +x_27 = !lean_is_exclusive(x_17); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_17, 0); +lean_dec(x_28); +x_29 = lean_box(0); +lean_ctor_set(x_17, 0, x_29); +return x_17; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_14, 1); -lean_inc(x_27); -lean_dec(x_14); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_27); -return x_29; +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_17, 1); +lean_inc(x_30); +lean_dec(x_17); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; } } } else { -uint8_t x_30; +uint8_t x_33; lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_14); -if (x_30 == 0) +x_33 = !lean_is_exclusive(x_17); +if (x_33 == 0) { -return x_14; +return x_17; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_14, 0); -x_32 = lean_ctor_get(x_14, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_14); -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_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_34; -lean_dec(x_12); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_34 = !lean_is_exclusive(x_11); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_11, 0); -lean_dec(x_35); -x_36 = lean_box(0); -lean_ctor_set(x_11, 0, x_36); -return x_11; -} -else -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_11, 1); -lean_inc(x_37); -lean_dec(x_11); -x_38 = lean_box(0); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_37); -return x_39; -} } } else { -uint8_t x_40; +uint8_t x_41; lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_40 = !lean_is_exclusive(x_11); -if (x_40 == 0) +x_41 = !lean_is_exclusive(x_11); +if (x_41 == 0) { return x_11; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_11, 0); -x_42 = lean_ctor_get(x_11, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_11, 0); +x_43 = lean_ctor_get(x_11, 1); +lean_inc(x_43); lean_inc(x_42); -lean_inc(x_41); lean_dec(x_11); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +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; } } } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__1() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__1() { _start: { lean_object* x_1; @@ -1170,17 +1182,17 @@ x_1 = lean_mk_string_from_bytes("inline", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__2() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__1; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__3() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__3() { _start: { lean_object* x_1; @@ -1188,11 +1200,11 @@ x_1 = lean_mk_string_from_bytes("mark definition to be inlined", 29); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__4() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__3; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__3; x_2 = 0; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -1201,19 +1213,19 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__5() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__2; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__4; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__2; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__4; 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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__6() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__6() { _start: { lean_object* x_1; @@ -1221,17 +1233,17 @@ x_1 = lean_mk_string_from_bytes("inline_if_reduce", 16); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__7() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__6; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__8() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__8() { _start: { lean_object* x_1; @@ -1239,11 +1251,11 @@ x_1 = lean_mk_string_from_bytes("mark definition to be inlined when resultant te return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__9() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__9() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__8; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__8; x_2 = 3; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -1252,19 +1264,19 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__10() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__7; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__9; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__7; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__9; 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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__11() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__11() { _start: { lean_object* x_1; @@ -1272,17 +1284,17 @@ x_1 = lean_mk_string_from_bytes("noinline", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__12() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__11; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__13() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__13() { _start: { lean_object* x_1; @@ -1290,11 +1302,11 @@ x_1 = lean_mk_string_from_bytes("mark definition to never be inlined", 35); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__14() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__14() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__13; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__13; x_2 = 1; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -1303,19 +1315,19 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__15() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__12; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__14; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__12; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__14; 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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__16() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__16() { _start: { lean_object* x_1; @@ -1323,17 +1335,17 @@ x_1 = lean_mk_string_from_bytes("macro_inline", 12); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__17() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__16; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__18() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__18() { _start: { lean_object* x_1; @@ -1341,11 +1353,11 @@ x_1 = lean_mk_string_from_bytes("mark definition to always be inlined before ANF return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__19() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__19() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__18; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__18; x_2 = 2; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -1354,19 +1366,19 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__20() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__17; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__19; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__17; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__19; 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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__21() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__21() { _start: { lean_object* x_1; @@ -1374,17 +1386,17 @@ x_1 = lean_mk_string_from_bytes("always_inline", 13); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__22() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__21; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__23() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__23() { _start: { lean_object* x_1; @@ -1392,11 +1404,11 @@ x_1 = lean_mk_string_from_bytes("mark definition to be always inlined", 36); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__24() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__23; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__23; x_2 = 4; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -1405,79 +1417,79 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__25() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__22; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__24; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__22; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__24; 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_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__26() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__25; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__25; 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_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__27() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__20; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__26; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__20; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__26; 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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__28() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__15; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__27; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__15; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__27; 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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__29() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__10; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__28; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__10; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__28; 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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__30() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__30() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__5; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__29; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__5; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__29; 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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__31() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__31() { _start: { lean_object* x_1; @@ -1485,7 +1497,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__32() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__32() { _start: { lean_object* x_1; @@ -1493,7 +1505,7 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__33() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__33() { _start: { lean_object* x_1; @@ -1501,55 +1513,55 @@ x_1 = lean_mk_string_from_bytes("inlineAttrs", 11); return x_1; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__34() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__31; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__32; -x_3 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__33; +x_1 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__31; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__32; +x_3 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__33; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__35() { +static lean_object* _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__35() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___boxed), 5, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; lean_object* x_6; -x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__30; -x_3 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__35; +x_2 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__30; +x_3 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__35; x_4 = 0; -x_5 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__34; +x_5 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__34; x_6 = l_Lean_registerEnumAttributes___rarg(x_2, x_3, x_4, x_5, x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____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_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____spec__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_ofExcept___at_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____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_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____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_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____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_2); lean_dec(x_2); -x_7 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1(x_1, x_6, x_3, x_4, x_5); +x_7 = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1(x_1, x_6, x_3, x_4, x_5); return x_7; } } @@ -1907,85 +1919,85 @@ l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lamb lean_mark_persistent(l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__2___closed__5); l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__3___closed__1 = _init_l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__3___closed__1(); lean_mark_persistent(l___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___lambda__3___closed__1); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__1 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__1); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__2 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__2); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__3 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__3); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__4 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____lambda__1___closed__4); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__1 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__1(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__1); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__2 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__2(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__2); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__3 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__3(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__3); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__4 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__4(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__4); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__5 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__5(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__5); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__6 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__6(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__6); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__7 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__7(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__7); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__8 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__8(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__8); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__9 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__9(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__9); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__10 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__10(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__10); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__11 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__11(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__11); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__12 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__12(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__12); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__13 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__13(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__13); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__14 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__14(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__14); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__15 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__15(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__15); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__16 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__16(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__16); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__17 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__17(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__17); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__18 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__18(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__18); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__19 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__19(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__19); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__20 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__20(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__20); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__21 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__21(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__21); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__22 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__22(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__22); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__23 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__23(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__23); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__24 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__24(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__24); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__25 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__25(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__25); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__26 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__26(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__26); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__27 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__27(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__27); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__28 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__28(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__28); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__29 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__29(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__29); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__30 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__30(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__30); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__31 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__31(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__31); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__32 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__32(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__32); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__33 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__33(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__33); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__34 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__34(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__34); -l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__35 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__35(); -lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322____closed__35); -if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_322_(lean_io_mk_world()); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__1 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__1); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__2 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__2); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__3 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__3); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__4 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____lambda__1___closed__4); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__1 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__1(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__1); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__2 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__2(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__2); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__3 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__3(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__3); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__4 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__4(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__4); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__5 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__5(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__5); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__6 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__6(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__6); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__7 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__7(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__7); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__8 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__8(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__8); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__9 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__9(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__9); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__10 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__10(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__10); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__11 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__11(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__11); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__12 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__12(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__12); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__13 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__13(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__13); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__14 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__14(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__14); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__15 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__15(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__15); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__16 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__16(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__16); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__17 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__17(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__17); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__18 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__18(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__18); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__19 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__19(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__19); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__20 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__20(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__20); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__21 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__21(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__21); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__22 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__22(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__22); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__23 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__23(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__23); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__24 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__24(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__24); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__25 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__25(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__25); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__26 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__26(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__26); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__27 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__27(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__27); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__28 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__28(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__28); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__29 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__29(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__29); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__30 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__30(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__30); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__31 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__31(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__31); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__32 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__32(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__32); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__33 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__33(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__33); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__34 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__34(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__34); +l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__35 = _init_l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__35(); +lean_mark_persistent(l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323____closed__35); +if (builtin) {res = l_Lean_Compiler_initFn____x40_Lean_Compiler_InlineAttrs___hyg_323_(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/AuxDeclCache.c b/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c index 7d19a58e5098..58a5a6937519 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/AuxDeclCache.c @@ -36,7 +36,6 @@ static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_AuxDec LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_cacheAuxDecl___spec__2(lean_object*, size_t, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_cacheAuxDecl___spec__5___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); -uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object*, lean_object*); lean_object* l_EStateM_pure___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_cacheAuxDecl___closed__4; static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_AuxDeclCache___hyg_9____closed__4; @@ -73,6 +72,7 @@ static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_cacheAuxD lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_cacheAuxDecl___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*); +uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(lean_object*, lean_object*); static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_AuxDeclCache___hyg_9____closed__1() { _start: { @@ -142,7 +142,7 @@ else lean_object* x_9; uint8_t x_10; x_9 = lean_array_fget(x_1, x_4); lean_inc(x_5); -x_10 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_5, x_9); +x_10 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_5, x_9); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; @@ -212,7 +212,7 @@ lean_inc(x_11); x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); -x_13 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_3, x_11); +x_13 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_3, x_11); if (x_13 == 0) { lean_object* x_14; @@ -360,7 +360,7 @@ else lean_object* x_17; uint8_t x_18; x_17 = lean_array_fget(x_5, x_2); lean_inc(x_3); -x_18 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_3, x_17); +x_18 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_3, x_17); if (x_18 == 0) { lean_object* x_19; lean_object* x_20; @@ -458,7 +458,7 @@ x_19 = lean_ctor_get(x_15, 0); x_20 = lean_ctor_get(x_15, 1); lean_inc(x_19); lean_inc(x_4); -x_21 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_4, x_19); +x_21 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_4, x_19); if (x_21 == 0) { lean_object* x_22; lean_object* x_23; lean_object* x_24; @@ -494,7 +494,7 @@ lean_inc(x_26); lean_dec(x_15); lean_inc(x_26); lean_inc(x_4); -x_28 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_4, x_26); +x_28 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_4, x_26); if (x_28 == 0) { lean_object* x_29; lean_object* x_30; lean_object* x_31; @@ -617,7 +617,7 @@ if (lean_is_exclusive(x_57)) { } lean_inc(x_60); lean_inc(x_4); -x_63 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_4, x_60); +x_63 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_4, x_60); if (x_63 == 0) { lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Basic.c b/stage0/stdlib/Lean/Compiler/LCNF/Basic.c index 000d1580c4a0..c976c42f86f9 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Basic.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Basic.c @@ -19,7 +19,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_L LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instBEqFunDecl; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instParams(lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_LetValue_updateArgsImp___closed__1; static lean_object* l_Lean_Compiler_LCNF_instInhabitedParam___closed__2; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateTypeImp___closed__2; @@ -65,6 +64,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedCode; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateContImp___closed__2; LEAN_EXPORT lean_object* l___private_Init_Data_List_BasicAux_0__List_mapMonoMImp___at_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instLetValue___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedFunDeclCore(lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_toLetValue___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_collectUsed___spec__1(lean_object*, size_t, size_t, lean_object*); @@ -107,6 +107,7 @@ static lean_object* l_Lean_Compiler_LCNF_instBEqFunDecl___closed__1; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_CasesCore_extractAlt_x21___lambda__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_eqCases___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_markRecDecls_visit___spec__1(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateReturnImp___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_forM_go___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -135,7 +136,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_L LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_markRecDecls___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Code_isDecl(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_markRecDecls_visit___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_sizeLe___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateJmpImp___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_markRecDecls_go(lean_object*, lean_object*); @@ -152,25 +152,25 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_L LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_eqAlt(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instBEqDecl___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_CasesCore_getCtorNames___spec__1(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint64_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_hashArg____x40_Lean_Compiler_LCNF_Basic___hyg_630_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Decl_inlineAttr(lean_object*); uint8_t l_Lean_Compiler_hasSpecializeAttribute(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_markRecDecls_visit___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Decl_inlineable(lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateCasesImp___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_alwaysInlineAttr___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_instantiateRangeArgs___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_CasesCore_extractAlt_x21___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instCode(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateFVarImp___closed__1; uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_isTemplateLike(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateFunImp___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_markRecDecls_visit___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_getCode(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_attachCodeDecls___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_forM_go___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instBEqLetDecl___closed__1; @@ -179,7 +179,6 @@ static lean_object* l_Lean_Compiler_LCNF_instInhabitedParam___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateUnreachImp___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instExpr(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instHashableLetValue; -LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMono(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectArg(lean_object*, lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); @@ -231,11 +230,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_L static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltsImp___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f_go___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedCodeDecl; +LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____boxed(lean_object*, lean_object*); uint8_t l_List_beq___at___private_Lean_Data_OpenDecl_0__Lean_beqOpenDecl____x40_Lean_Data_OpenDecl___hyg_39____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectLetValue(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateFVarImp___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_instantiateRangeArgs___spec__1(size_t, size_t, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_hashLitValue____x40_Lean_Compiler_LCNF_Basic___hyg_389____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instFunDecl(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instLetValue(lean_object*, lean_object*, lean_object*); @@ -284,9 +283,10 @@ uint64_t l_List_foldl___at_Lean_Expr_const___override___spec__1(uint64_t, lean_o lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedParam; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_sizeLe_inc___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateLetImp___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType___closed__1; -LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_sizeLe_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltImp___closed__1; lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); @@ -301,7 +301,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams(l LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_forM___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f_go___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instInhabitedDecl___closed__1; -LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_markRecDecls_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -321,6 +320,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FunDeclCore_collectUsed(lean_objec LEAN_EXPORT lean_object* l_panic___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType___spec__1___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Compiler_LCNF_CasesCore_extractAlt_x21___closed__2; LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqArg____x40_Lean_Compiler_LCNF_Basic___hyg_517_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_instantiateLevelParamsNoCache(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_inlineable___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Code_isReturnOf(lean_object*, lean_object*); @@ -356,7 +356,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams_instParams___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instInhabitedCode___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetValue____x40_Lean_Compiler_LCNF_Basic___hyg_941____boxed(lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateTypeImp___spec__1(lean_object*); lean_object* lean_expr_instantiate_range(lean_object*, lean_object*, lean_object*, lean_object*); @@ -372,6 +371,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_hasLocalInst___boxed(lean_object*) LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_CasesCore_extractAlt_x21___spec__1(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateCasesImp___closed__1; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f_go___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(lean_object*, lean_object*); static lean_object* _init_l_Lean_Compiler_LCNF_instInhabitedParam___closed__1() { _start: { @@ -810,7 +810,7 @@ case 1: lean_object* x_3; uint64_t x_4; uint64_t x_5; uint64_t x_6; x_3 = lean_ctor_get(x_1, 0); x_4 = 1; -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_3); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_3); x_6 = lean_uint64_mix_hash(x_4, x_5); return x_6; } @@ -1463,7 +1463,7 @@ x_11 = l_Lean_Name_hash___override(x_7); x_12 = lean_uint64_mix_hash(x_10, x_11); x_13 = lean_uint64_of_nat(x_8); x_14 = lean_uint64_mix_hash(x_12, x_13); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_9); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_9); x_16 = lean_uint64_mix_hash(x_14, x_15); return x_16; } @@ -1518,7 +1518,7 @@ lean_object* x_36; lean_object* x_37; uint64_t x_38; uint64_t x_39; uint64_t x_4 x_36 = lean_ctor_get(x_1, 0); x_37 = lean_ctor_get(x_1, 1); x_38 = 4; -x_39 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_36); +x_39 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_36); x_40 = lean_uint64_mix_hash(x_38, x_39); x_41 = 7; x_42 = lean_array_get_size(x_37); @@ -2272,7 +2272,7 @@ x_1 = l_Lean_Compiler_LCNF_instInhabitedLetDecl___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(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; lean_object* x_9; lean_object* x_10; uint8_t x_11; @@ -2321,11 +2321,11 @@ return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(x_1, x_2); +x_3 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -2336,7 +2336,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_instBEqLetDecl___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941____boxed), 2, 0); return x_1; } } @@ -2778,7 +2778,7 @@ lean_inc(x_7); lean_dec(x_1); x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(x_6, x_8); +x_10 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(x_6, x_8); lean_dec(x_6); if (x_10 == 0) { @@ -6675,7 +6675,7 @@ x_1 = l_Lean_Compiler_LCNF_instInhabitedDecl___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -6722,7 +6722,7 @@ return x_10; } } } -LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____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 uint8_t l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____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; uint8_t x_8; @@ -6764,7 +6764,7 @@ goto _start; } } } -LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(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; uint8_t 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; uint8_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_25; @@ -6879,7 +6879,7 @@ else { lean_object* x_35; uint8_t x_36; x_35 = lean_unsigned_to_nat(0u); -x_36 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2(x_6, x_14, lean_box(0), x_6, x_14, x_35); +x_36 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__2(x_6, x_14, lean_box(0), x_6, x_14, x_35); lean_dec(x_14); lean_dec(x_6); if (x_36 == 0) @@ -6957,7 +6957,7 @@ if (x_9 == 0) if (x_17 == 0) { uint8_t x_20; -x_20 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(x_10, x_18); +x_20 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1(x_10, x_18); return x_20; } else @@ -6982,27 +6982,27 @@ return x_22; else { uint8_t x_23; -x_23 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(x_10, x_18); +x_23 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1(x_10, x_18); return x_23; } } } } } -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__1(x_1, x_2); +x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__1(x_1, x_2); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____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_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____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: { uint8_t x_7; lean_object* x_8; -x_7 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____spec__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Array_isEqvAux___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____spec__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); @@ -7011,11 +7011,11 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_1, x_2); +x_3 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_1, x_2); x_4 = lean_box(x_3); return x_4; } @@ -7024,7 +7024,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_instBEqDecl___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678____boxed), 2, 0); return x_1; } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Bind.c b/stage0/stdlib/Lean/Compiler/LCNF/Bind.c index 67778bbf2e20..b383908b33db 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Bind.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Bind.c @@ -1277,13 +1277,30 @@ return x_127; } case 3: { -lean_object* x_128; lean_object* x_129; +lean_object* x_128; uint8_t x_129; lean_object* x_138; lean_dec(x_1); x_128 = lean_ctor_get(x_2, 0); lean_inc(x_128); -x_129 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_3, x_128); +x_138 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_3, x_128); lean_dec(x_128); -if (lean_obj_tag(x_129) == 0) +if (lean_obj_tag(x_138) == 0) +{ +uint8_t x_139; +x_139 = 0; +x_129 = x_139; +goto block_137; +} +else +{ +uint8_t x_140; +lean_dec(x_138); +x_140 = 1; +x_129 = x_140; +goto block_137; +} +block_137: +{ +if (x_129 == 0) { lean_object* x_130; lean_object* x_131; uint8_t x_132; lean_dec(x_2); @@ -1316,7 +1333,6 @@ return x_135; else { lean_object* x_136; -lean_dec(x_129); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1328,378 +1344,349 @@ lean_ctor_set(x_136, 1, x_8); return x_136; } } +} case 4: { -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; size_t x_142; size_t x_143; lean_object* x_144; -x_137 = lean_ctor_get(x_2, 0); -lean_inc(x_137); +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; size_t x_146; size_t x_147; lean_object* x_148; +x_141 = lean_ctor_get(x_2, 0); +lean_inc(x_141); lean_dec(x_2); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 2); -lean_inc(x_139); -x_140 = lean_ctor_get(x_137, 3); -lean_inc(x_140); -lean_dec(x_137); -x_141 = lean_array_get_size(x_140); -x_142 = lean_usize_of_nat(x_141); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 2); +lean_inc(x_143); +x_144 = lean_ctor_get(x_141, 3); +lean_inc(x_144); lean_dec(x_141); -x_143 = 0; +x_145 = lean_array_get_size(x_144); +x_146 = lean_usize_of_nat(x_145); +lean_dec(x_145); +x_147 = 0; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_144 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_CompilerM_codeBind_go___spec__2(x_1, x_142, x_143, x_140, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_144) == 0) -{ -lean_object* x_145; lean_object* x_146; uint8_t x_147; -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = l_Array_isEmpty___rarg(x_145); -if (x_147 == 0) -{ -lean_object* x_148; lean_object* x_149; -x_148 = lean_box(0); -x_149 = l_Lean_Compiler_LCNF_CompilerM_codeBind_go___lambda__2(x_145, x_138, x_139, x_148, x_3, x_4, x_5, x_6, x_7, x_146); +x_148 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_CompilerM_codeBind_go___spec__2(x_1, x_146, x_147, x_144, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_148) == 0) +{ +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_ctor_get(x_148, 0); +lean_inc(x_149); +x_150 = lean_ctor_get(x_148, 1); +lean_inc(x_150); +lean_dec(x_148); +x_151 = l_Array_isEmpty___rarg(x_149); +if (x_151 == 0) +{ +lean_object* x_152; lean_object* x_153; +x_152 = lean_box(0); +x_153 = l_Lean_Compiler_LCNF_CompilerM_codeBind_go___lambda__2(x_149, x_142, x_143, x_152, x_3, x_4, x_5, x_6, x_7, x_150); lean_dec(x_3); -return x_149; +return x_153; } else { -lean_object* x_150; lean_object* x_151; uint8_t x_152; -lean_dec(x_145); -lean_dec(x_139); -lean_dec(x_138); -x_150 = l_Lean_Compiler_LCNF_CompilerM_codeBind_go___closed__4; -x_151 = l_Lean_throwError___at_Lean_Compiler_LCNF_CompilerM_codeBind_go___spec__1(x_150, x_3, x_4, x_5, x_6, x_7, x_146); +lean_object* x_154; lean_object* x_155; uint8_t x_156; +lean_dec(x_149); +lean_dec(x_143); +lean_dec(x_142); +x_154 = l_Lean_Compiler_LCNF_CompilerM_codeBind_go___closed__4; +x_155 = l_Lean_throwError___at_Lean_Compiler_LCNF_CompilerM_codeBind_go___spec__1(x_154, x_3, x_4, x_5, x_6, x_7, x_150); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_152 = !lean_is_exclusive(x_151); -if (x_152 == 0) +x_156 = !lean_is_exclusive(x_155); +if (x_156 == 0) { -return x_151; +return x_155; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_151, 0); -x_154 = lean_ctor_get(x_151, 1); -lean_inc(x_154); -lean_inc(x_153); -lean_dec(x_151); -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_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_155, 0); +x_158 = lean_ctor_get(x_155, 1); +lean_inc(x_158); +lean_inc(x_157); +lean_dec(x_155); +x_159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_158); +return x_159; } } } else { -uint8_t x_156; -lean_dec(x_139); -lean_dec(x_138); +uint8_t x_160; +lean_dec(x_143); +lean_dec(x_142); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_156 = !lean_is_exclusive(x_144); -if (x_156 == 0) +x_160 = !lean_is_exclusive(x_148); +if (x_160 == 0) { -return x_144; +return x_148; } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_157 = lean_ctor_get(x_144, 0); -x_158 = lean_ctor_get(x_144, 1); -lean_inc(x_158); -lean_inc(x_157); -lean_dec(x_144); -x_159 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -return x_159; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +x_161 = lean_ctor_get(x_148, 0); +x_162 = lean_ctor_get(x_148, 1); +lean_inc(x_162); +lean_inc(x_161); +lean_dec(x_148); +x_163 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +return x_163; } } } case 5: { -lean_object* x_160; lean_object* x_161; +lean_object* x_164; lean_object* x_165; lean_dec(x_3); -x_160 = lean_ctor_get(x_2, 0); -lean_inc(x_160); +x_164 = lean_ctor_get(x_2, 0); +lean_inc(x_164); lean_dec(x_2); -x_161 = lean_apply_6(x_1, x_160, x_4, x_5, x_6, x_7, x_8); -return x_161; +x_165 = lean_apply_6(x_1, x_164, x_4, x_5, x_6, x_7, x_8); +return x_165; } default: { -uint8_t x_162; +uint8_t x_166; lean_dec(x_3); -x_162 = !lean_is_exclusive(x_2); -if (x_162 == 0) -{ -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; -x_163 = lean_ctor_get(x_2, 0); -x_164 = 0; -x_165 = l_Lean_Compiler_LCNF_mkAuxParam(x_163, x_164, x_4, x_5, x_6, x_7, x_8); -x_166 = lean_ctor_get(x_165, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -lean_dec(x_165); -x_168 = lean_ctor_get(x_166, 0); -lean_inc(x_168); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_169 = lean_apply_6(x_1, x_168, x_4, x_5, x_6, x_7, x_167); -if (lean_obj_tag(x_169) == 0) +x_166 = !lean_is_exclusive(x_2); +if (x_166 == 0) { -lean_object* x_170; lean_object* x_171; lean_object* x_172; +lean_object* x_167; uint8_t x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_167 = lean_ctor_get(x_2, 0); +x_168 = 0; +x_169 = l_Lean_Compiler_LCNF_mkAuxParam(x_167, x_168, x_4, x_5, x_6, x_7, x_8); x_170 = lean_ctor_get(x_169, 0); lean_inc(x_170); x_171 = lean_ctor_get(x_169, 1); lean_inc(x_171); lean_dec(x_169); +x_172 = lean_ctor_get(x_170, 0); +lean_inc(x_172); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_170); -x_172 = l_Lean_Compiler_LCNF_Code_inferType(x_170, x_4, x_5, x_6, x_7, x_171); -if (lean_obj_tag(x_172) == 0) +x_173 = lean_apply_6(x_1, x_172, x_4, x_5, x_6, x_7, x_171); +if (lean_obj_tag(x_173) == 0) { -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_173 = lean_ctor_get(x_172, 0); -lean_inc(x_173); -x_174 = lean_ctor_get(x_172, 1); +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_173, 0); lean_inc(x_174); -lean_dec(x_172); -x_175 = l_Lean_Compiler_LCNF_eraseCode(x_170, x_4, x_5, x_6, x_7, x_174); -x_176 = lean_ctor_get(x_175, 1); -lean_inc(x_176); -lean_dec(x_175); -x_177 = l_Lean_Compiler_LCNF_eraseParam(x_166, x_4, x_5, x_6, x_7, x_176); +x_175 = lean_ctor_get(x_173, 1); +lean_inc(x_175); +lean_dec(x_173); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_174); +x_176 = l_Lean_Compiler_LCNF_Code_inferType(x_174, x_4, x_5, x_6, x_7, x_175); +if (lean_obj_tag(x_176) == 0) +{ +lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +lean_dec(x_176); +x_179 = l_Lean_Compiler_LCNF_eraseCode(x_174, x_4, x_5, x_6, x_7, x_178); +x_180 = lean_ctor_get(x_179, 1); +lean_inc(x_180); +lean_dec(x_179); +x_181 = l_Lean_Compiler_LCNF_eraseParam(x_170, x_4, x_5, x_6, x_7, x_180); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_166); -x_178 = !lean_is_exclusive(x_177); -if (x_178 == 0) +lean_dec(x_170); +x_182 = !lean_is_exclusive(x_181); +if (x_182 == 0) { -lean_object* x_179; -x_179 = lean_ctor_get(x_177, 0); -lean_dec(x_179); -lean_ctor_set(x_2, 0, x_173); -lean_ctor_set(x_177, 0, x_2); -return x_177; +lean_object* x_183; +x_183 = lean_ctor_get(x_181, 0); +lean_dec(x_183); +lean_ctor_set(x_2, 0, x_177); +lean_ctor_set(x_181, 0, x_2); +return x_181; } else { -lean_object* x_180; lean_object* x_181; -x_180 = lean_ctor_get(x_177, 1); -lean_inc(x_180); -lean_dec(x_177); -lean_ctor_set(x_2, 0, x_173); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_2); -lean_ctor_set(x_181, 1, x_180); -return x_181; +lean_object* x_184; lean_object* x_185; +x_184 = lean_ctor_get(x_181, 1); +lean_inc(x_184); +lean_dec(x_181); +lean_ctor_set(x_2, 0, x_177); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_2); +lean_ctor_set(x_185, 1, x_184); +return x_185; } } else { -uint8_t x_182; +uint8_t x_186; +lean_dec(x_174); lean_dec(x_170); -lean_dec(x_166); lean_free_object(x_2); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_182 = !lean_is_exclusive(x_172); -if (x_182 == 0) +x_186 = !lean_is_exclusive(x_176); +if (x_186 == 0) { -return x_172; +return x_176; } else { -lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_183 = lean_ctor_get(x_172, 0); -x_184 = lean_ctor_get(x_172, 1); -lean_inc(x_184); -lean_inc(x_183); -lean_dec(x_172); -x_185 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_185, 0, x_183); -lean_ctor_set(x_185, 1, x_184); -return x_185; +lean_object* x_187; lean_object* x_188; lean_object* x_189; +x_187 = lean_ctor_get(x_176, 0); +x_188 = lean_ctor_get(x_176, 1); +lean_inc(x_188); +lean_inc(x_187); +lean_dec(x_176); +x_189 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_189, 0, x_187); +lean_ctor_set(x_189, 1, x_188); +return x_189; } } } else { -uint8_t x_186; -lean_dec(x_166); +uint8_t x_190; +lean_dec(x_170); lean_free_object(x_2); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_186 = !lean_is_exclusive(x_169); -if (x_186 == 0) +x_190 = !lean_is_exclusive(x_173); +if (x_190 == 0) { -return x_169; +return x_173; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_169, 0); -x_188 = lean_ctor_get(x_169, 1); -lean_inc(x_188); -lean_inc(x_187); -lean_dec(x_169); -x_189 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_189, 0, x_187); -lean_ctor_set(x_189, 1, x_188); -return x_189; +lean_object* x_191; lean_object* x_192; lean_object* x_193; +x_191 = lean_ctor_get(x_173, 0); +x_192 = lean_ctor_get(x_173, 1); +lean_inc(x_192); +lean_inc(x_191); +lean_dec(x_173); +x_193 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_193, 0, x_191); +lean_ctor_set(x_193, 1, x_192); +return x_193; } } } else { -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; -x_190 = lean_ctor_get(x_2, 0); -lean_inc(x_190); -lean_dec(x_2); -x_191 = 0; -x_192 = l_Lean_Compiler_LCNF_mkAuxParam(x_190, x_191, x_4, x_5, x_6, x_7, x_8); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); +lean_object* x_194; uint8_t x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; +x_194 = lean_ctor_get(x_2, 0); lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_ctor_get(x_193, 0); -lean_inc(x_195); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_196 = lean_apply_6(x_1, x_195, x_4, x_5, x_6, x_7, x_194); -if (lean_obj_tag(x_196) == 0) -{ -lean_object* x_197; lean_object* x_198; lean_object* x_199; +lean_dec(x_2); +x_195 = 0; +x_196 = l_Lean_Compiler_LCNF_mkAuxParam(x_194, x_195, x_4, x_5, x_6, x_7, x_8); x_197 = lean_ctor_get(x_196, 0); lean_inc(x_197); x_198 = lean_ctor_get(x_196, 1); lean_inc(x_198); lean_dec(x_196); +x_199 = lean_ctor_get(x_197, 0); +lean_inc(x_199); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_197); -x_199 = l_Lean_Compiler_LCNF_Code_inferType(x_197, x_4, x_5, x_6, x_7, x_198); -if (lean_obj_tag(x_199) == 0) +x_200 = lean_apply_6(x_1, x_199, x_4, x_5, x_6, x_7, x_198); +if (lean_obj_tag(x_200) == 0) { -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_200 = lean_ctor_get(x_199, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_199, 1); +lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_201 = lean_ctor_get(x_200, 0); lean_inc(x_201); -lean_dec(x_199); -x_202 = l_Lean_Compiler_LCNF_eraseCode(x_197, x_4, x_5, x_6, x_7, x_201); -x_203 = lean_ctor_get(x_202, 1); -lean_inc(x_203); -lean_dec(x_202); -x_204 = l_Lean_Compiler_LCNF_eraseParam(x_193, x_4, x_5, x_6, x_7, x_203); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_193); -x_205 = lean_ctor_get(x_204, 1); -lean_inc(x_205); -if (lean_is_exclusive(x_204)) { - lean_ctor_release(x_204, 0); - lean_ctor_release(x_204, 1); - x_206 = x_204; -} else { - lean_dec_ref(x_204); - x_206 = lean_box(0); -} -x_207 = lean_alloc_ctor(6, 1, 0); -lean_ctor_set(x_207, 0, x_200); -if (lean_is_scalar(x_206)) { - x_208 = lean_alloc_ctor(0, 2, 0); -} else { - x_208 = x_206; -} -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_205); -return x_208; -} -else +x_202 = lean_ctor_get(x_200, 1); +lean_inc(x_202); +lean_dec(x_200); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_201); +x_203 = l_Lean_Compiler_LCNF_Code_inferType(x_201, x_4, x_5, x_6, x_7, x_202); +if (lean_obj_tag(x_203) == 0) { -lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; -lean_dec(x_197); -lean_dec(x_193); +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; +x_204 = lean_ctor_get(x_203, 0); +lean_inc(x_204); +x_205 = lean_ctor_get(x_203, 1); +lean_inc(x_205); +lean_dec(x_203); +x_206 = l_Lean_Compiler_LCNF_eraseCode(x_201, x_4, x_5, x_6, x_7, x_205); +x_207 = lean_ctor_get(x_206, 1); +lean_inc(x_207); +lean_dec(x_206); +x_208 = l_Lean_Compiler_LCNF_eraseParam(x_197, x_4, x_5, x_6, x_7, x_207); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_209 = lean_ctor_get(x_199, 0); +lean_dec(x_197); +x_209 = lean_ctor_get(x_208, 1); lean_inc(x_209); -x_210 = lean_ctor_get(x_199, 1); -lean_inc(x_210); -if (lean_is_exclusive(x_199)) { - lean_ctor_release(x_199, 0); - lean_ctor_release(x_199, 1); - x_211 = x_199; +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_199); - x_211 = lean_box(0); + lean_dec_ref(x_208); + x_210 = lean_box(0); } -if (lean_is_scalar(x_211)) { - x_212 = lean_alloc_ctor(1, 2, 0); +x_211 = lean_alloc_ctor(6, 1, 0); +lean_ctor_set(x_211, 0, x_204); +if (lean_is_scalar(x_210)) { + x_212 = lean_alloc_ctor(0, 2, 0); } else { - x_212 = x_211; + x_212 = x_210; } -lean_ctor_set(x_212, 0, x_209); -lean_ctor_set(x_212, 1, x_210); +lean_ctor_set(x_212, 0, x_211); +lean_ctor_set(x_212, 1, x_209); return x_212; } -} else { lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; -lean_dec(x_193); +lean_dec(x_201); +lean_dec(x_197); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_213 = lean_ctor_get(x_196, 0); +x_213 = lean_ctor_get(x_203, 0); lean_inc(x_213); -x_214 = lean_ctor_get(x_196, 1); +x_214 = lean_ctor_get(x_203, 1); lean_inc(x_214); -if (lean_is_exclusive(x_196)) { - lean_ctor_release(x_196, 0); - lean_ctor_release(x_196, 1); - x_215 = x_196; +if (lean_is_exclusive(x_203)) { + lean_ctor_release(x_203, 0); + lean_ctor_release(x_203, 1); + x_215 = x_203; } else { - lean_dec_ref(x_196); + lean_dec_ref(x_203); x_215 = lean_box(0); } if (lean_is_scalar(x_215)) { @@ -1712,6 +1699,36 @@ lean_ctor_set(x_216, 1, x_214); return x_216; } } +else +{ +lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; +lean_dec(x_197); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_217 = lean_ctor_get(x_200, 0); +lean_inc(x_217); +x_218 = lean_ctor_get(x_200, 1); +lean_inc(x_218); +if (lean_is_exclusive(x_200)) { + lean_ctor_release(x_200, 0); + lean_ctor_release(x_200, 1); + x_219 = x_200; +} else { + lean_dec_ref(x_200); + x_219 = lean_box(0); +} +if (lean_is_scalar(x_219)) { + x_220 = lean_alloc_ctor(1, 2, 0); +} else { + x_220 = x_219; +} +lean_ctor_set(x_220, 0, x_217); +lean_ctor_set(x_220, 1, x_218); +return x_220; +} +} } } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/CSE.c b/stage0/stdlib/Lean/Compiler/LCNF/CSE.c index cea3818bafc7..4fa84f13a75d 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/CSE.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/CSE.c @@ -15,11 +15,11 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_cse(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_CSE_addEntry___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_Code_cse_go___spec__3(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Compiler_LCNF_Code_cse_go___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_cse_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__4; lean_object* l_Lean_Compiler_LCNF_mkReturnErased(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(lean_object*, uint8_t, lean_object*); @@ -27,7 +27,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_C lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseLetDecl(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3; uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normArgs___at_Lean_Compiler_LCNF_Code_cse_go___spec__5(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normLetValueImp(lean_object*, lean_object*, uint8_t); @@ -39,14 +39,14 @@ size_t lean_usize_mul(size_t, size_t); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateParamImp(lean_object*, 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_Compiler_LCNF_Decl_cse(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__15; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__8; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___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_Compiler_LCNF_cse___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_addEntry___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_State_subst___default; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_CSE_addEntry___spec__2___closed__2; static lean_object* l_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___closed__2; @@ -54,6 +54,7 @@ LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_CSE_State_subs LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse; size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_cse_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__18; static lean_object* l_Lean_Compiler_LCNF_CSE_State_map___default___closed__2; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_CSE_addEntry___spec__2___closed__1; static lean_object* l_Lean_Compiler_LCNF_cse___closed__1; @@ -65,18 +66,19 @@ lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_upda lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normArgsImp(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_CSE_addEntry___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Compiler_LCNF_Code_cse_go___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594_(lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_withNewScope(lean_object*); static lean_object* l_Lean_Compiler_LCNF_CSE_State_map___default___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1; static lean_object* l_Lean_Compiler_LCNF_cse___closed__2; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__19; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_replaceLet___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__11; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__9; uint64_t l_Lean_Expr_hash(lean_object*); static lean_object* l_Lean_Compiler_LCNF_cse___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normParams___at_Lean_Compiler_LCNF_Code_cse_goFunDecl___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -84,16 +86,15 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF 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_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_CSE_addEntry___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__10; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_Code_cse_goFunDecl___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_Compiler_LCNF_CSE_State_map___default___closed__3; lean_object* l_Lean_Compiler_LCNF_LetValue_toExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normParams___at_Lean_Compiler_LCNF_Code_cse_goFunDecl___spec__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normParam___at_Lean_Compiler_LCNF_Code_cse_goFunDecl___spec__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__13; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__10; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1; static lean_object* l_Lean_Compiler_LCNF_Code_cse___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_instMonadFVarSubstStateM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_cse_goFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -107,15 +108,14 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_withNewScope___rarg(lean_objec LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_replaceLet(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__13; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__5; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__5; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_CSE_State_subst___default___spec__1___boxed(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__19; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__18; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_CSE_instMonadFVarSubstMFalse___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__16; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__17; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__2; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_CSE_addEntry___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); @@ -123,10 +123,9 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_getSubst(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_getSubst___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6; static lean_object* l_Lean_Compiler_LCNF_Code_cse_go___closed__1; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__4; size_t lean_usize_add(size_t, size_t); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltImp(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Pass_mkPerDeclaration(lean_object*, lean_object*, uint8_t, lean_object*); @@ -139,6 +138,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CSE_replaceFun___boxed(lean_object lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normParam___at_Lean_Compiler_LCNF_Code_cse_goFunDecl___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(lean_object*, lean_object*, uint8_t); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__16; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Code_cse_go___spec__6(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*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); @@ -148,11 +148,11 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_cse(lean_object*, lean_object LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normLetDecl___at_Lean_Compiler_LCNF_Code_cse_go___spec__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normLetDecl___at_Lean_Compiler_LCNF_Code_cse_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__11; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__12; size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normArgs___at_Lean_Compiler_LCNF_Code_cse_go___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_CSE_addEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__17; static lean_object* _init_l_Lean_Compiler_LCNF_CSE_State_map___default___closed__1() { _start: { @@ -5099,7 +5099,7 @@ x_4 = l_Lean_Compiler_LCNF_cse(x_3, x_2); return x_4; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1() { _start: { lean_object* x_1; @@ -5107,17 +5107,17 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1; x_2 = l_Lean_Compiler_LCNF_cse___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3() { _start: { lean_object* x_1; @@ -5125,27 +5125,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6() { _start: { lean_object* x_1; @@ -5153,17 +5153,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__8() { _start: { lean_object* x_1; @@ -5171,17 +5171,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__10() { _start: { lean_object* x_1; @@ -5189,47 +5189,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__13; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__13; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__15() { _start: { lean_object* x_1; @@ -5237,17 +5237,17 @@ x_1 = lean_mk_string_from_bytes("CSE", 3); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__17() { _start: { lean_object* x_1; @@ -5255,33 +5255,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__18; -x_2 = lean_unsigned_to_nat(1594u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__18; +x_2 = lean_unsigned_to_nat(1595u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -5341,45 +5341,45 @@ l_Lean_Compiler_LCNF_cse___closed__2 = _init_l_Lean_Compiler_LCNF_cse___closed__ lean_mark_persistent(l_Lean_Compiler_LCNF_cse___closed__2); l_Lean_Compiler_LCNF_cse___closed__3 = _init_l_Lean_Compiler_LCNF_cse___closed__3(); lean_mark_persistent(l_Lean_Compiler_LCNF_cse___closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1594_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_CSE___hyg_1595_(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/LCNF/Check.c b/stage0/stdlib/Lean/Compiler/LCNF/Check.c index d310f43fb73b..185c6370f459 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Check.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Check.c @@ -32,7 +32,6 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_forM___at_Lean_Compiler_LCNF_checkDead static lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_Check_checkFVar___spec__1___closed__5; static lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkFunDecl___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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___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_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_addFVarId___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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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*); static lean_object* l_Lean_Compiler_LCNF_Check_run___rarg___closed__3; @@ -48,6 +47,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_check LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_run(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__2___closed__7; lean_object* lean_mk_array(lean_object*, lean_object*); +uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_checkDeadLocalDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__3___closed__3; @@ -56,9 +56,7 @@ lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_Check_checkFVar___spec__1___closed__3; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_Compiler_LCNF_Check_checkCases___spec__1___closed__2; -static lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__2; -lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_Compiler_LCNF_Check_checkCases___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_Compiler_LCNF_Check_checkFVar___closed__3; lean_object* lean_environment_find(lean_object*, lean_object*); @@ -86,7 +84,6 @@ lean_object* l_Lean_Compiler_LCNF_getPhase(lean_object*, lean_object*, lean_obje lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Check_check___closed__8; static lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl___closed__3; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__6___boxed(lean_object**); static lean_object* l_Lean_Compiler_LCNF_Check_run___rarg___closed__1; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -109,7 +106,6 @@ LEAN_EXPORT lean_object* l_List_elem___at_Lean_Compiler_LCNF_Check_addFVarId___s static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__3___boxed(lean_object**); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__2___closed__3; -static lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_checkDeadLocalDecls_visitParams(lean_object*, lean_object*); @@ -125,7 +121,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkJpInScope___boxed(lean_ static lean_object* l_Lean_Compiler_LCNF_Check_run___rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkTypes(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Check_withParams___spec__1(lean_object*, size_t, size_t, lean_object*); -lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl___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_Compiler_LCNF_Check_checkFunDecl___lambda__1___closed__1; static lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl___closed__4; @@ -180,7 +175,6 @@ uint8_t l_Lean_Expr_isErased(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_checkDeadLocalDecls___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_Compiler_LCNF_InferType_compatibleTypes(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_Compiler_LCNF_Check_addFVarId___spec__4(lean_object*, lean_object*, lean_object*); -extern lean_object* l_Lean_Compiler_LCNF_instMonadCompilerM; lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Check_check___closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -224,7 +218,6 @@ static lean_object* l_Lean_Compiler_LCNF_Check_checkParam___closed__1; LEAN_EXPORT lean_object* l_List_replace___at_Lean_Compiler_LCNF_Check_addFVarId___spec__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_Compiler_LCNF_Check_addFVarId___spec__7___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Check_checkFunDecl___lambda__1___closed__3; -lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_forM___at_Lean_Compiler_LCNF_checkDeadLocalDecls___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Arg_toExpr(lean_object*); @@ -235,8 +228,8 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_check lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_Check_checkFVar___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_checkDeadLocalDecls_visitFVar(lean_object*, lean_object*); -uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_check(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Check_run___rarg___closed__6; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); @@ -257,14 +250,12 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl(lean_object*, l static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__3___closed__2; lean_object* l_Lean_Compiler_LCNF_inferType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___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* l_Lean_Expr_fvar___override(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__2___closed__1; static lean_object* l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_checkDeadLocalDecls___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_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs(lean_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_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___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*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__2___closed__1; @@ -290,10 +281,8 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Check static lean_object* l_Lean_Compiler_LCNF_Check_checkParam___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_checkDeadLocalDecls_visitParams___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__4; static lean_object* l_Lean_getConstInfo___at_Lean_Compiler_LCNF_Check_checkCases___spec__1___closed__3; static lean_object* l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__2; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Check_checkCases___spec__3___lambda__3___closed__1; @@ -303,7 +292,6 @@ lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_mkCasesResultType___spec_ static lean_object* l_Lean_Compiler_LCNF_Check_checkLetDecl___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___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_object*); static lean_object* l_Lean_Compiler_LCNF_Check_addFVarId___closed__2; -static lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkCases(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_Check_State_all___default; static lean_object* _init_l_Lean_Compiler_LCNF_Check_Context_jps___default() { @@ -602,66 +590,83 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkFVar(lean_object* x_1, lean_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; -x_10 = lean_ctor_get(x_2, 1); -x_11 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_10, x_1); -if (lean_obj_tag(x_11) == 0) +uint8_t x_10; lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_2, 1); +x_28 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_27, x_1); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_12; -x_12 = l_Lean_Compiler_LCNF_getBinderName(x_1, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_12) == 0) +uint8_t x_29; +x_29 = 0; +x_10 = x_29; +goto block_26; +} +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; -x_13 = lean_ctor_get(x_12, 0); +uint8_t x_30; +lean_dec(x_28); +x_30 = 1; +x_10 = x_30; +goto block_26; +} +block_26: +{ +if (x_10 == 0) +{ +lean_object* x_11; +x_11 = l_Lean_Compiler_LCNF_getBinderName(x_1, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_11) == 0) +{ +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; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_11, 1); lean_inc(x_13); -x_14 = lean_ctor_get(x_12, 1); -lean_inc(x_14); -lean_dec(x_12); -x_15 = l_Lean_MessageData_ofName(x_13); -x_16 = l_Lean_Compiler_LCNF_Check_checkFVar___closed__2; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_15); -x_18 = l_Lean_Compiler_LCNF_Check_checkFVar___closed__4; -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_throwError___at_Lean_Compiler_LCNF_Check_checkFVar___spec__1(x_19, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_14); -return x_20; +lean_dec(x_11); +x_14 = l_Lean_MessageData_ofName(x_12); +x_15 = l_Lean_Compiler_LCNF_Check_checkFVar___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_Compiler_LCNF_Check_checkFVar___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_Compiler_LCNF_Check_checkFVar___spec__1(x_18, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13); +return x_19; } else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_12); -if (x_21 == 0) +uint8_t x_20; +x_20 = !lean_is_exclusive(x_11); +if (x_20 == 0) { -return x_12; +return x_11; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_12, 0); -x_23 = lean_ctor_get(x_12, 1); -lean_inc(x_23); +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_11, 0); +x_22 = lean_ctor_get(x_11, 1); lean_inc(x_22); -lean_dec(x_12); -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; +lean_inc(x_21); +lean_dec(x_11); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } } else { -lean_object* x_25; lean_object* x_26; -lean_dec(x_11); +lean_object* x_24; lean_object* x_25; lean_dec(x_1); -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_9); -return x_26; +x_24 = lean_box(0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_9); +return x_25; +} } } } @@ -1010,31 +1015,31 @@ lean_inc(x_1); x_20 = l_Lean_Compiler_LCNF_maybeTypeFormerType(x_1); if (x_20 == 0) { -lean_object* x_80; lean_object* x_81; -x_80 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__2___closed__9; +lean_object* x_79; lean_object* x_80; +x_79 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__2___closed__9; lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_1); -x_81 = l_Lean_Compiler_LCNF_isErasedCompatible_go(x_1, x_80, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_81) == 0) +x_80 = l_Lean_Compiler_LCNF_isErasedCompatible_go(x_1, x_79, x_15, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_82; lean_object* x_83; uint8_t x_84; -x_82 = lean_ctor_get(x_81, 0); +lean_object* x_81; lean_object* x_82; uint8_t x_83; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_80, 1); lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); +lean_dec(x_80); +x_83 = lean_unbox(x_81); lean_dec(x_81); -x_84 = lean_unbox(x_82); -lean_dec(x_82); -x_21 = x_84; -x_22 = x_83; -goto block_79; +x_21 = x_83; +x_22 = x_82; +goto block_78; } else { -uint8_t x_85; +uint8_t x_84; lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); @@ -1050,23 +1055,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_81); -if (x_85 == 0) +x_84 = !lean_is_exclusive(x_80); +if (x_84 == 0) { -return x_81; +return x_80; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_81, 0); -x_87 = lean_ctor_get(x_81, 1); -lean_inc(x_87); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_80, 0); +x_86 = lean_ctor_get(x_80, 1); lean_inc(x_86); -lean_dec(x_81); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_inc(x_85); +lean_dec(x_80); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } @@ -1074,9 +1079,9 @@ else { x_21 = x_20; x_22 = x_19; -goto block_79; +goto block_78; } -block_79: +block_78: { if (x_21 == 0) { @@ -1176,67 +1181,41 @@ x_37 = l_Lean_Compiler_LCNF_Check_isCtorParam(x_6, x_7, x_17, x_18, x_36); lean_dec(x_7); if (lean_obj_tag(x_37) == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_65; uint8_t x_66; uint8_t x_67; +lean_object* x_38; lean_object* x_39; uint8_t x_40; uint8_t x_67; uint8_t x_68; uint8_t x_69; 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_65 = 1; -x_66 = lean_unbox(x_35); +x_67 = 1; +x_68 = lean_unbox(x_35); lean_dec(x_35); -x_67 = l_Lean_Compiler_LCNF_instDecidableLePhaseInstLEPhase(x_65, x_66); -if (x_67 == 0) +x_69 = l_Lean_Compiler_LCNF_instDecidableLePhaseInstLEPhase(x_67, x_68); +if (x_69 == 0) { -lean_object* x_68; +uint8_t x_70; lean_dec(x_38); -lean_dec(x_10); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_68 = lean_box(0); -x_40 = x_68; -goto block_64; +x_70 = 0; +x_40 = x_70; +goto block_66; } else { -uint8_t x_69; -x_69 = lean_unbox(x_38); +uint8_t x_71; +x_71 = lean_unbox(x_38); lean_dec(x_38); -if (x_69 == 0) +x_40 = x_71; +goto block_66; +} +block_66: { -lean_object* x_70; +if (x_40 == 0) +{ +size_t x_41; size_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_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; lean_dec(x_10); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_70 = lean_box(0); -x_40 = x_70; -goto block_64; -} -else -{ -lean_object* x_71; lean_object* x_72; -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_71 = lean_box(0); -x_72 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__1(x_2, x_3, x_4, x_10, x_71, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_39); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_10); -return x_72; -} -} -block_64: -{ -size_t x_41; size_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_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; -lean_dec(x_40); x_41 = lean_usize_of_nat(x_8); x_42 = 0; x_43 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_instantiateRangeArgs___spec__1(x_41, x_42, x_9); @@ -1293,10 +1272,29 @@ lean_ctor_set(x_63, 1, x_62); return x_63; } } +else +{ +lean_object* x_64; lean_object* x_65; +lean_dec(x_9); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_64 = lean_box(0); +x_65 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__1(x_2, x_3, x_4, x_10, x_64, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_39); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_10); +return x_65; +} +} } else { -uint8_t x_73; +uint8_t x_72; lean_dec(x_35); lean_dec(x_18); lean_dec(x_17); @@ -1312,23 +1310,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_73 = !lean_is_exclusive(x_37); -if (x_73 == 0) +x_72 = !lean_is_exclusive(x_37); +if (x_72 == 0) { return x_37; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_37, 0); -x_75 = lean_ctor_get(x_37, 1); -lean_inc(x_75); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_37, 0); +x_74 = lean_ctor_get(x_37, 1); lean_inc(x_74); +lean_inc(x_73); lean_dec(x_37); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } @@ -1336,14 +1334,14 @@ return x_76; } else { -lean_object* x_77; lean_object* x_78; +lean_object* x_76; lean_object* x_77; lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_77 = lean_box(0); -x_78 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__1(x_2, x_3, x_4, x_10, x_77, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_22); +x_76 = lean_box(0); +x_77 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__1(x_2, x_3, x_4, x_10, x_76, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_22); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); @@ -1351,7 +1349,7 @@ lean_dec(x_15); lean_dec(x_13); lean_dec(x_12); lean_dec(x_10); -return x_78; +return x_77; } } } @@ -1746,270 +1744,254 @@ return x_33; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_1, 1); -lean_inc(x_15); -lean_dec(x_1); -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_15, 1); -lean_inc(x_17); -if (lean_is_exclusive(x_15)) { - lean_ctor_release(x_15, 0); - lean_ctor_release(x_15, 1); - x_18 = x_15; +uint8_t x_18; +x_18 = lean_nat_dec_le(x_7, x_6); +if (x_18 == 0) +{ +lean_object* x_19; uint8_t x_20; +x_19 = lean_unsigned_to_nat(0u); +x_20 = lean_nat_dec_eq(x_5, 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; lean_object* x_26; uint8_t x_27; uint8_t x_28; lean_object* x_29; +x_21 = lean_unsigned_to_nat(1u); +x_22 = lean_nat_sub(x_5, x_21); +lean_dec(x_5); +x_23 = lean_ctor_get(x_9, 1); +lean_inc(x_23); +lean_dec(x_9); +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_15); - x_18 = lean_box(0); + lean_dec_ref(x_23); + x_26 = lean_box(0); } -x_19 = lean_nat_dec_lt(x_2, x_3); -x_20 = l_Lean_Expr_isErased(x_16); -if (x_19 == 0) +x_27 = lean_nat_dec_lt(x_6, x_3); +x_28 = l_Lean_Expr_isErased(x_24); +if (x_27 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = l_Lean_Compiler_LCNF_instInhabitedArg; -x_31 = l___private_Init_Util_0__outOfBounds___rarg(x_30); -x_21 = x_31; -goto block_29; +lean_object* x_52; lean_object* x_53; +x_52 = l_Lean_Compiler_LCNF_instInhabitedArg; +x_53 = l___private_Init_Util_0__outOfBounds___rarg(x_52); +x_29 = x_53; +goto block_51; } else { -lean_object* x_32; -x_32 = lean_array_fget(x_4, x_2); -x_21 = x_32; -goto block_29; +lean_object* x_54; +x_54 = lean_array_fget(x_2, x_6); +x_29 = x_54; +goto block_51; } -block_29: +block_51: { -if (x_20 == 0) +if (x_28 == 0) { -lean_object* x_22; lean_object* x_23; -lean_dec(x_18); -x_22 = lean_box(0); -x_23 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4(x_2, x_4, x_5, x_21, x_6, x_3, x_16, x_17, x_22, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -return x_23; -} -else +lean_object* x_30; lean_object* x_31; +lean_dec(x_26); +x_30 = lean_box(0); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_3); +lean_inc(x_1); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_6); +x_31 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4(x_6, x_2, x_4, x_29, x_1, x_3, x_24, x_25, x_30, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_21); +lean_object* x_32; +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +if (lean_obj_tag(x_32) == 0) +{ +uint8_t x_33; +lean_dec(x_22); +lean_dec(x_16); +lean_dec(x_15); +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_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -if (lean_is_scalar(x_18)) { - x_24 = lean_alloc_ctor(0, 2, 0); -} else { - x_24 = x_18; +lean_dec(x_1); +x_33 = !lean_is_exclusive(x_31); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_31, 0); +lean_dec(x_34); +x_35 = lean_ctor_get(x_32, 0); +lean_inc(x_35); +lean_dec(x_32); +lean_ctor_set(x_31, 0, x_35); +return x_31; } -lean_ctor_set(x_24, 0, x_16); -lean_ctor_set(x_24, 1, x_17); -x_25 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4___closed__1; -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_24); -x_27 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_27, 0, x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_14); -return x_28; +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_31, 1); +lean_inc(x_36); +lean_dec(x_31); +x_37 = lean_ctor_get(x_32, 0); +lean_inc(x_37); +lean_dec(x_32); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_36); +return x_38; } } +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_31, 1); +lean_inc(x_39); +lean_dec(x_31); +x_40 = lean_ctor_get(x_32, 0); +lean_inc(x_40); +lean_dec(x_32); +x_41 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_22; +x_6 = x_41; +x_9 = x_40; +x_17 = x_39; +goto _start; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___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_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) { -_start: -{ -if (lean_obj_tag(x_13) == 0) +else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +uint8_t x_43; +lean_dec(x_22); +lean_dec(x_16); +lean_dec(x_15); +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_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_22 = lean_ctor_get(x_13, 0); -lean_inc(x_22); -lean_dec(x_13); -x_23 = lean_ctor_get(x_1, 0); -lean_inc(x_23); lean_dec(x_1); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_apply_10(x_24, lean_box(0), x_22, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_25; +x_43 = !lean_is_exclusive(x_31); +if (x_43 == 0) +{ +return x_31; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_13, 0); -lean_inc(x_26); -lean_dec(x_13); -x_27 = lean_nat_add(x_2, x_3); -lean_dec(x_2); -x_28 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2(x_4, x_5, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_27, x_12, x_3, x_26, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -lean_dec(x_11); -return x_28; -} +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_31, 0); +x_45 = lean_ctor_get(x_31, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_31); +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* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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, 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) { -_start: -{ -uint8_t x_22; -x_22 = lean_nat_dec_le(x_11, x_10); -if (x_22 == 0) -{ -lean_object* x_23; uint8_t x_24; -x_23 = lean_unsigned_to_nat(0u); -x_24 = lean_nat_dec_eq(x_9, 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; -x_25 = lean_unsigned_to_nat(1u); -x_26 = lean_nat_sub(x_9, x_25); -x_27 = lean_ctor_get(x_3, 1); -lean_inc(x_27); -lean_inc(x_1); -lean_inc(x_8); -lean_inc(x_2); -lean_inc(x_7); -lean_inc(x_10); -x_28 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__5), 14, 6); -lean_closure_set(x_28, 0, x_13); -lean_closure_set(x_28, 1, x_10); -lean_closure_set(x_28, 2, x_7); -lean_closure_set(x_28, 3, x_2); -lean_closure_set(x_28, 4, x_8); -lean_closure_set(x_28, 5, x_1); -x_29 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__6___boxed), 21, 12); -lean_closure_set(x_29, 0, x_3); -lean_closure_set(x_29, 1, x_10); -lean_closure_set(x_29, 2, x_12); -lean_closure_set(x_29, 3, x_1); -lean_closure_set(x_29, 4, x_2); -lean_closure_set(x_29, 5, x_4); -lean_closure_set(x_29, 6, x_5); -lean_closure_set(x_29, 7, x_6); -lean_closure_set(x_29, 8, x_7); -lean_closure_set(x_29, 9, x_8); -lean_closure_set(x_29, 10, x_26); -lean_closure_set(x_29, 11, x_11); -x_30 = lean_apply_12(x_27, lean_box(0), lean_box(0), x_28, x_29, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_30; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +lean_dec(x_29); +lean_dec(x_22); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -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_31 = lean_ctor_get(x_3, 0); -lean_inc(x_31); -lean_dec(x_3); -x_32 = lean_ctor_get(x_31, 1); -lean_inc(x_32); -lean_dec(x_31); -x_33 = lean_apply_10(x_32, lean_box(0), x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_33; +if (lean_is_scalar(x_26)) { + x_47 = lean_alloc_ctor(0, 2, 0); +} else { + x_47 = x_26; +} +lean_ctor_set(x_47, 0, x_24); +lean_ctor_set(x_47, 1, x_25); +x_48 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4___closed__1; +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_17); +return x_50; +} } } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; +lean_object* x_55; +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -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_34 = lean_ctor_get(x_3, 0); -lean_inc(x_34); -lean_dec(x_3); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -lean_dec(x_34); -x_36 = lean_apply_10(x_35, lean_box(0), x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_36; -} -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_instMonadCompilerM; -x_2 = l_ReaderT_instMonadReaderT___rarg(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__1; -x_2 = l_ReaderT_instMonadReaderT___rarg(x_1); -return x_2; +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_9); +lean_ctor_set(x_55, 1, x_17); +return x_55; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__3() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__2; -x_2 = l_ReaderT_instMonadReaderT___rarg(x_1); -return x_2; -} +lean_object* x_56; +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +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_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_9); +lean_ctor_set(x_56, 1, x_17); +return x_56; } -static lean_object* _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_ReaderT_instMonadLiftReaderT), 3, 2); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_StateRefT_x27_lift), 4, 3); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -lean_closure_set(x_1, 2, lean_box(0)); -return x_1; } } LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkAppArgs(lean_object* x_1, lean_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) { @@ -2024,7 +2006,7 @@ lean_inc(x_1); x_11 = l_Lean_Compiler_LCNF_inferType(x_1, 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; 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_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_11, 0); lean_inc(x_12); x_13 = lean_ctor_get(x_11, 1); @@ -2039,104 +2021,101 @@ lean_ctor_set(x_17, 1, x_16); x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_15); lean_ctor_set(x_18, 1, x_17); -x_19 = l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__3; -x_20 = l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__4; -x_21 = l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__5; -x_22 = lean_unsigned_to_nat(1u); +x_19 = lean_unsigned_to_nat(1u); lean_inc_n(x_14, 2); -x_23 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2(x_1, x_2, x_19, x_20, x_21, x_20, x_14, x_15, x_14, x_16, x_14, x_22, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_13); +x_20 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2(x_1, x_2, x_14, x_15, x_14, x_16, x_14, x_19, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_13); lean_dec(x_14); -if (lean_obj_tag(x_23) == 0) +if (lean_obj_tag(x_20) == 0) { -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -lean_dec(x_24); -if (lean_obj_tag(x_25) == 0) +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +lean_dec(x_21); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_23); -if (x_26 == 0) +uint8_t x_23; +x_23 = !lean_is_exclusive(x_20); +if (x_23 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_23, 0); -lean_dec(x_27); -x_28 = lean_box(0); -lean_ctor_set(x_23, 0, x_28); -return x_23; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_20, 0); +lean_dec(x_24); +x_25 = lean_box(0); +lean_ctor_set(x_20, 0, x_25); +return x_20; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_23, 1); -lean_inc(x_29); -lean_dec(x_23); -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; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_20, 1); +lean_inc(x_26); +lean_dec(x_20); +x_27 = 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); +return x_28; } } else { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_23); -if (x_32 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_20); +if (x_29 == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_23, 0); -lean_dec(x_33); -x_34 = lean_ctor_get(x_25, 0); -lean_inc(x_34); -lean_dec(x_25); -lean_ctor_set(x_23, 0, x_34); -return x_23; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_20, 0); +lean_dec(x_30); +x_31 = lean_ctor_get(x_22, 0); +lean_inc(x_31); +lean_dec(x_22); +lean_ctor_set(x_20, 0, x_31); +return x_20; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_23, 1); -lean_inc(x_35); -lean_dec(x_23); -x_36 = lean_ctor_get(x_25, 0); -lean_inc(x_36); -lean_dec(x_25); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_35); -return x_37; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_20, 1); +lean_inc(x_32); +lean_dec(x_20); +x_33 = lean_ctor_get(x_22, 0); +lean_inc(x_33); +lean_dec(x_22); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +return x_34; } } } else { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_23); -if (x_38 == 0) +uint8_t x_35; +x_35 = !lean_is_exclusive(x_20); +if (x_35 == 0) { -return x_23; +return x_20; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_23, 0); -x_40 = lean_ctor_get(x_23, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_23); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_20, 0); +x_37 = lean_ctor_get(x_20, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_20); +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 { -uint8_t x_42; +uint8_t x_39; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -2146,23 +2125,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_42 = !lean_is_exclusive(x_11); -if (x_42 == 0) +x_39 = !lean_is_exclusive(x_11); +if (x_39 == 0) { return x_11; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_11, 0); -x_44 = lean_ctor_get(x_11, 1); -lean_inc(x_44); -lean_inc(x_43); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_11, 0); +x_41 = lean_ctor_get(x_11, 1); +lean_inc(x_41); +lean_inc(x_40); lean_dec(x_11); -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; +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; } } } @@ -2278,35 +2257,6 @@ x_18 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec_ return x_18; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__6___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; -lean_object* x_21 = _args[20]; -_start: -{ -lean_object* x_22; -x_22 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___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, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_22; -} -} LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; @@ -2325,16 +2275,13 @@ lean_object* x_14 = _args[13]; lean_object* x_15 = _args[14]; lean_object* x_16 = _args[15]; lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; -lean_object* x_21 = _args[20]; _start: { -lean_object* x_22; -x_22 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -lean_dec(x_9); -return x_22; +lean_object* x_18; +x_18 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___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, x_13, x_14, x_15, x_16, x_17); +lean_dec(x_8); +lean_dec(x_7); +return x_18; } } LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkLetValue(lean_object* x_1, lean_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) { @@ -2480,35 +2427,52 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Check_checkJpInScope(lean_object* x_1, lean_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; -x_10 = lean_ctor_get(x_2, 0); -x_11 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_10, x_1); -if (lean_obj_tag(x_11) == 0) +uint8_t x_10; lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_2, 0); +x_22 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_21, x_1); +if (lean_obj_tag(x_22) == 0) { -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_12 = l_Lean_Expr_fvar___override(x_1); -x_13 = l_Lean_MessageData_ofExpr(x_12); -x_14 = l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__2; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__4; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_throwError___at_Lean_Compiler_LCNF_Check_checkFVar___spec__1(x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_18; +uint8_t x_23; +x_23 = 0; +x_10 = x_23; +goto block_20; } else { -lean_object* x_19; lean_object* x_20; -lean_dec(x_11); +uint8_t x_24; +lean_dec(x_22); +x_24 = 1; +x_10 = x_24; +goto block_20; +} +block_20: +{ +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; +x_11 = l_Lean_Expr_fvar___override(x_1); +x_12 = l_Lean_MessageData_ofExpr(x_11); +x_13 = l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__2; +x_14 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_12); +x_15 = l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__4; +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_throwError___at_Lean_Compiler_LCNF_Check_checkFVar___spec__1(x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_17; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_dec(x_1); -x_19 = lean_box(0); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_9); -return x_20; +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_9); +return x_19; +} } } } @@ -2890,7 +2854,7 @@ if (x_13 == 0) lean_object* x_14; lean_object* x_15; uint8_t x_16; x_14 = lean_ctor_get(x_12, 0); x_15 = lean_ctor_get(x_12, 1); -x_16 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(x_1, x_14); +x_16 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(x_1, x_14); lean_dec(x_14); if (x_16 == 0) { @@ -2928,7 +2892,7 @@ x_26 = lean_ctor_get(x_12, 1); lean_inc(x_26); lean_inc(x_25); lean_dec(x_12); -x_27 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1940_(x_1, x_25); +x_27 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqLetDecl____x40_Lean_Compiler_LCNF_Basic___hyg_1941_(x_1, x_25); lean_dec(x_25); if (x_27 == 0) { @@ -3340,7 +3304,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 1); x_6 = lean_array_get_size(x_1); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 1, x_9); @@ -3358,7 +3322,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_14 = lean_array_get_size(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_16 = (size_t)(x_15) & (lean_unbox(x_14) - 1); x_17 = lean_array_uget(x_1, x_16); x_18 = lean_alloc_ctor(1, 2, 0); @@ -3496,7 +3460,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 1); x_6 = lean_array_get_size(x_5); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_6); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_5, x_8); @@ -3548,7 +3512,7 @@ lean_inc(x_20); lean_inc(x_19); lean_dec(x_1); x_21 = lean_array_get_size(x_20); -x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_21); x_23 = (size_t)(x_22) & (lean_unbox(x_21) - 1); x_24 = lean_array_uget(x_20, x_23); @@ -3604,7 +3568,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -10751,16 +10715,6 @@ l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___la lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__3___closed__8); l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4___closed__1(); lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Check_checkAppArgs___spec__2___lambda__4___closed__1); -l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__1 = _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__1); -l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__2 = _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__2); -l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__3 = _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__3); -l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__4 = _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__4); -l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__5 = _init_l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Check_checkAppArgs___closed__5); l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__1 = _init_l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__1); l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__2 = _init_l_Lean_Compiler_LCNF_Check_checkJpInScope___closed__2(); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Closure.c b/stage0/stdlib/Lean/Compiler/LCNF/Closure.c index 3580009a29e4..b8563da2deed 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Closure.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Closure.c @@ -1392,41 +1392,64 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Closure_collectFVar(lean_object* x_1, lean_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; uint8_t x_10; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_352; lean_object* x_353; x_9 = lean_st_ref_get(x_3, x_8); -x_10 = !lean_is_exclusive(x_9); -if (x_10 == 0) +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_12 = x_9; +} else { + lean_dec_ref(x_9); + x_12 = lean_box(0); +} +x_352 = lean_ctor_get(x_10, 0); +lean_inc(x_352); +lean_dec(x_10); +x_353 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_352, x_1); +lean_dec(x_352); +if (lean_obj_tag(x_353) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_ctor_get(x_9, 1); -x_13 = lean_ctor_get(x_11, 0); -lean_inc(x_13); -lean_dec(x_11); -x_14 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_13, x_1); -lean_dec(x_13); -if (lean_obj_tag(x_14) == 0) +uint8_t x_354; +x_354 = 0; +x_13 = x_354; +goto block_351; +} +else +{ +uint8_t x_355; +lean_dec(x_353); +x_355 = 1; +x_13 = x_355; +goto block_351; +} +block_351: +{ +if (x_13 == 0) { -lean_object* x_15; uint8_t x_16; -lean_free_object(x_9); +lean_object* x_14; uint8_t x_15; +lean_dec(x_12); lean_inc(x_1); -x_15 = l_Lean_Compiler_LCNF_Closure_markVisited(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) +x_14 = l_Lean_Compiler_LCNF_Closure_markVisited(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_17 = lean_ctor_get(x_15, 1); -x_18 = lean_ctor_get(x_15, 0); -lean_dec(x_18); -x_19 = lean_ctor_get(x_2, 0); -lean_inc(x_19); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_16 = lean_ctor_get(x_14, 1); +x_17 = lean_ctor_get(x_14, 0); +lean_dec(x_17); +x_18 = lean_ctor_get(x_2, 0); +lean_inc(x_18); lean_inc(x_1); -x_20 = lean_apply_1(x_19, x_1); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) +x_19 = lean_apply_1(x_18, x_1); +x_20 = lean_unbox(x_19); +lean_dec(x_19); +if (x_20 == 0) { -lean_object* x_22; +lean_object* x_21; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1434,700 +1457,700 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_22 = lean_box(0); -lean_ctor_set(x_15, 0, x_22); -return x_15; +x_21 = lean_box(0); +lean_ctor_set(x_14, 0, x_21); +return x_14; } else { -lean_object* x_23; lean_object* x_24; -lean_free_object(x_15); +lean_object* x_22; lean_object* x_23; +lean_free_object(x_14); lean_inc(x_1); -x_23 = l_Lean_Compiler_LCNF_findFunDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_17); -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -if (lean_obj_tag(x_24) == 0) +x_22 = l_Lean_Compiler_LCNF_findFunDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_16); +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec(x_23); +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); lean_inc(x_1); -x_26 = l_Lean_Compiler_LCNF_findParam_x3f(x_1, x_4, x_5, x_6, x_7, x_25); -x_27 = lean_ctor_get(x_26, 0); +x_25 = l_Lean_Compiler_LCNF_findParam_x3f(x_1, x_4, x_5, x_6, x_7, x_24); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +if (lean_obj_tag(x_26) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_25, 1); lean_inc(x_27); -if (lean_obj_tag(x_27) == 0) +lean_dec(x_25); +x_28 = l_Lean_Compiler_LCNF_findLetDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_27); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = l_Lean_Compiler_LCNF_findLetDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_28); -x_30 = lean_ctor_get(x_29, 0); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); -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_29, 1); -lean_inc(x_31); -lean_dec(x_29); -x_32 = l_Lean_Compiler_LCNF_Closure_collectFVar___closed__4; -x_33 = l_panic___at_Lean_Compiler_LCNF_Closure_collectFVar___spec__1(x_32, x_2, x_3, x_4, x_5, x_6, x_7, x_31); -return x_33; +lean_dec(x_28); +x_31 = l_Lean_Compiler_LCNF_Closure_collectFVar___closed__4; +x_32 = l_panic___at_Lean_Compiler_LCNF_Closure_collectFVar___spec__1(x_31, x_2, x_3, x_4, x_5, x_6, x_7, x_30); +return x_32; } 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_34 = lean_ctor_get(x_30, 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; +x_33 = lean_ctor_get(x_29, 0); +lean_inc(x_33); +lean_dec(x_29); +x_34 = lean_ctor_get(x_28, 1); lean_inc(x_34); -lean_dec(x_30); -x_35 = lean_ctor_get(x_29, 1); +lean_dec(x_28); +x_35 = lean_ctor_get(x_33, 0); lean_inc(x_35); -lean_dec(x_29); -x_36 = lean_ctor_get(x_34, 0); +x_36 = lean_ctor_get(x_33, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_34, 1); +x_37 = lean_ctor_get(x_33, 2); lean_inc(x_37); -x_38 = lean_ctor_get(x_34, 2); +x_38 = lean_ctor_get(x_33, 3); lean_inc(x_38); -x_39 = lean_ctor_get(x_34, 3); -lean_inc(x_39); -x_40 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); -x_41 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); +x_39 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); +x_40 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); 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_38); -x_42 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_40, x_41, x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_35); -if (lean_obj_tag(x_42) == 0) +lean_inc(x_37); +x_41 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_39, x_40, x_37, x_2, x_3, x_4, x_5, x_6, x_7, x_34); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_43 = lean_ctor_get(x_42, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +lean_dec(x_41); +x_43 = lean_ctor_get(x_2, 1); lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_ctor_get(x_2, 1); -lean_inc(x_44); -lean_inc(x_36); -x_45 = lean_apply_1(x_44, x_36); -x_46 = lean_unbox(x_45); -lean_dec(x_45); -if (x_46 == 0) +lean_inc(x_35); +x_44 = lean_apply_1(x_43, x_35); +x_45 = lean_unbox(x_44); +lean_dec(x_44); +if (x_45 == 0) { -lean_object* x_47; -lean_dec(x_38); +lean_object* x_46; lean_dec(x_37); lean_dec(x_36); +lean_dec(x_35); lean_inc(x_3); -x_47 = l_Lean_Compiler_LCNF_Closure_collectLetValue(x_39, x_2, x_3, x_4, x_5, x_6, x_7, x_43); -if (lean_obj_tag(x_47) == 0) +x_46 = l_Lean_Compiler_LCNF_Closure_collectLetValue(x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_42); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_48 = lean_ctor_get(x_47, 1); -lean_inc(x_48); -lean_dec(x_47); -x_49 = lean_st_ref_take(x_3, x_48); -x_50 = lean_ctor_get(x_49, 0); +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_47 = lean_ctor_get(x_46, 1); +lean_inc(x_47); +lean_dec(x_46); +x_48 = lean_st_ref_take(x_3, x_47); +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_48, 1); lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = !lean_is_exclusive(x_50); -if (x_52 == 0) -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_50, 2); -x_54 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_54, 0, x_34); -x_55 = lean_array_push(x_53, x_54); -lean_ctor_set(x_50, 2, x_55); -x_56 = lean_st_ref_set(x_3, x_50, x_51); +lean_dec(x_48); +x_51 = !lean_is_exclusive(x_49); +if (x_51 == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_49, 2); +x_53 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_53, 0, x_33); +x_54 = lean_array_push(x_52, x_53); +lean_ctor_set(x_49, 2, x_54); +x_55 = lean_st_ref_set(x_3, x_49, x_50); lean_dec(x_3); -x_57 = !lean_is_exclusive(x_56); -if (x_57 == 0) +x_56 = !lean_is_exclusive(x_55); +if (x_56 == 0) { -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_56, 0); -lean_dec(x_58); -x_59 = lean_box(0); -lean_ctor_set(x_56, 0, x_59); -return x_56; +lean_object* x_57; lean_object* x_58; +x_57 = lean_ctor_get(x_55, 0); +lean_dec(x_57); +x_58 = lean_box(0); +lean_ctor_set(x_55, 0, x_58); +return x_55; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_56, 1); -lean_inc(x_60); -lean_dec(x_56); -x_61 = lean_box(0); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -return x_62; +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_55, 1); +lean_inc(x_59); +lean_dec(x_55); +x_60 = lean_box(0); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_59); +return x_61; } } else { -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; -x_63 = lean_ctor_get(x_50, 0); -x_64 = lean_ctor_get(x_50, 1); -x_65 = lean_ctor_get(x_50, 2); -lean_inc(x_65); +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; +x_62 = lean_ctor_get(x_49, 0); +x_63 = lean_ctor_get(x_49, 1); +x_64 = lean_ctor_get(x_49, 2); lean_inc(x_64); lean_inc(x_63); -lean_dec(x_50); -x_66 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_66, 0, x_34); -x_67 = lean_array_push(x_65, x_66); -x_68 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_68, 0, x_63); -lean_ctor_set(x_68, 1, x_64); -lean_ctor_set(x_68, 2, x_67); -x_69 = lean_st_ref_set(x_3, x_68, x_51); +lean_inc(x_62); +lean_dec(x_49); +x_65 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_65, 0, x_33); +x_66 = lean_array_push(x_64, x_65); +x_67 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_67, 0, x_62); +lean_ctor_set(x_67, 1, x_63); +lean_ctor_set(x_67, 2, x_66); +x_68 = lean_st_ref_set(x_3, x_67, x_50); lean_dec(x_3); -x_70 = lean_ctor_get(x_69, 1); -lean_inc(x_70); -if (lean_is_exclusive(x_69)) { - lean_ctor_release(x_69, 0); - lean_ctor_release(x_69, 1); - x_71 = x_69; +x_69 = lean_ctor_get(x_68, 1); +lean_inc(x_69); +if (lean_is_exclusive(x_68)) { + lean_ctor_release(x_68, 0); + lean_ctor_release(x_68, 1); + x_70 = x_68; } else { - lean_dec_ref(x_69); - x_71 = lean_box(0); + lean_dec_ref(x_68); + x_70 = lean_box(0); } -x_72 = lean_box(0); -if (lean_is_scalar(x_71)) { - x_73 = lean_alloc_ctor(0, 2, 0); +x_71 = lean_box(0); +if (lean_is_scalar(x_70)) { + x_72 = lean_alloc_ctor(0, 2, 0); } else { - x_73 = x_71; + x_72 = x_70; } -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_70); -return x_73; +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_69); +return x_72; } } else { -uint8_t x_74; -lean_dec(x_34); +uint8_t x_73; +lean_dec(x_33); lean_dec(x_3); -x_74 = !lean_is_exclusive(x_47); -if (x_74 == 0) +x_73 = !lean_is_exclusive(x_46); +if (x_73 == 0) { -return x_47; +return x_46; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_47, 0); -x_76 = lean_ctor_get(x_47, 1); -lean_inc(x_76); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_46, 0); +x_75 = lean_ctor_get(x_46, 1); lean_inc(x_75); -lean_dec(x_47); -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; +lean_inc(x_74); +lean_dec(x_46); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; -lean_dec(x_39); -lean_dec(x_34); +lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; +lean_dec(x_38); +lean_dec(x_33); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_78 = lean_st_ref_take(x_3, x_43); -x_79 = lean_ctor_get(x_78, 0); +x_77 = lean_st_ref_take(x_3, x_42); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = !lean_is_exclusive(x_79); -if (x_81 == 0) -{ -lean_object* x_82; uint8_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; -x_82 = lean_ctor_get(x_79, 1); -x_83 = 0; -x_84 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_84, 0, x_36); -lean_ctor_set(x_84, 1, x_37); -lean_ctor_set(x_84, 2, x_38); -lean_ctor_set_uint8(x_84, sizeof(void*)*3, x_83); -x_85 = lean_array_push(x_82, x_84); -lean_ctor_set(x_79, 1, x_85); -x_86 = lean_st_ref_set(x_3, x_79, x_80); +lean_dec(x_77); +x_80 = !lean_is_exclusive(x_78); +if (x_80 == 0) +{ +lean_object* x_81; uint8_t x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; +x_81 = lean_ctor_get(x_78, 1); +x_82 = 0; +x_83 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_83, 0, x_35); +lean_ctor_set(x_83, 1, x_36); +lean_ctor_set(x_83, 2, x_37); +lean_ctor_set_uint8(x_83, sizeof(void*)*3, x_82); +x_84 = lean_array_push(x_81, x_83); +lean_ctor_set(x_78, 1, x_84); +x_85 = lean_st_ref_set(x_3, x_78, x_79); lean_dec(x_3); -x_87 = !lean_is_exclusive(x_86); -if (x_87 == 0) -{ -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_86, 0); -lean_dec(x_88); -x_89 = lean_box(0); -lean_ctor_set(x_86, 0, x_89); -return x_86; +x_86 = !lean_is_exclusive(x_85); +if (x_86 == 0) +{ +lean_object* x_87; lean_object* x_88; +x_87 = lean_ctor_get(x_85, 0); +lean_dec(x_87); +x_88 = lean_box(0); +lean_ctor_set(x_85, 0, x_88); +return x_85; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_86, 1); -lean_inc(x_90); -lean_dec(x_86); -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_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_85, 1); +lean_inc(x_89); +lean_dec(x_85); +x_90 = lean_box(0); +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_89); +return x_91; } } else { -lean_object* x_93; lean_object* x_94; lean_object* 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; -x_93 = lean_ctor_get(x_79, 0); -x_94 = lean_ctor_get(x_79, 1); -x_95 = lean_ctor_get(x_79, 2); -lean_inc(x_95); +lean_object* x_92; lean_object* x_93; lean_object* 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; +x_92 = lean_ctor_get(x_78, 0); +x_93 = lean_ctor_get(x_78, 1); +x_94 = lean_ctor_get(x_78, 2); lean_inc(x_94); lean_inc(x_93); -lean_dec(x_79); -x_96 = 0; -x_97 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_97, 0, x_36); -lean_ctor_set(x_97, 1, x_37); -lean_ctor_set(x_97, 2, x_38); -lean_ctor_set_uint8(x_97, sizeof(void*)*3, x_96); -x_98 = lean_array_push(x_94, x_97); -x_99 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_99, 0, x_93); -lean_ctor_set(x_99, 1, x_98); -lean_ctor_set(x_99, 2, x_95); -x_100 = lean_st_ref_set(x_3, x_99, x_80); +lean_inc(x_92); +lean_dec(x_78); +x_95 = 0; +x_96 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_96, 0, x_35); +lean_ctor_set(x_96, 1, x_36); +lean_ctor_set(x_96, 2, x_37); +lean_ctor_set_uint8(x_96, sizeof(void*)*3, x_95); +x_97 = lean_array_push(x_93, x_96); +x_98 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_98, 0, x_92); +lean_ctor_set(x_98, 1, x_97); +lean_ctor_set(x_98, 2, x_94); +x_99 = lean_st_ref_set(x_3, x_98, x_79); lean_dec(x_3); -x_101 = lean_ctor_get(x_100, 1); -lean_inc(x_101); -if (lean_is_exclusive(x_100)) { - lean_ctor_release(x_100, 0); - lean_ctor_release(x_100, 1); - x_102 = x_100; +x_100 = lean_ctor_get(x_99, 1); +lean_inc(x_100); +if (lean_is_exclusive(x_99)) { + lean_ctor_release(x_99, 0); + lean_ctor_release(x_99, 1); + x_101 = x_99; } else { - lean_dec_ref(x_100); - x_102 = lean_box(0); + lean_dec_ref(x_99); + x_101 = lean_box(0); } -x_103 = lean_box(0); -if (lean_is_scalar(x_102)) { - x_104 = lean_alloc_ctor(0, 2, 0); +x_102 = lean_box(0); +if (lean_is_scalar(x_101)) { + x_103 = lean_alloc_ctor(0, 2, 0); } else { - x_104 = x_102; + x_103 = x_101; } -lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_101); -return x_104; +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_100); +return x_103; } } } else { -uint8_t x_105; -lean_dec(x_39); +uint8_t x_104; lean_dec(x_38); lean_dec(x_37); lean_dec(x_36); -lean_dec(x_34); +lean_dec(x_35); +lean_dec(x_33); 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_105 = !lean_is_exclusive(x_42); -if (x_105 == 0) +x_104 = !lean_is_exclusive(x_41); +if (x_104 == 0) { -return x_42; +return x_41; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_42, 0); -x_107 = lean_ctor_get(x_42, 1); -lean_inc(x_107); +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_41, 0); +x_106 = lean_ctor_get(x_41, 1); lean_inc(x_106); -lean_dec(x_42); -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_inc(x_105); +lean_dec(x_41); +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; } } } } 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_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_dec(x_1); -x_109 = lean_ctor_get(x_26, 1); +x_108 = lean_ctor_get(x_25, 1); +lean_inc(x_108); +lean_dec(x_25); +x_109 = lean_ctor_get(x_26, 0); lean_inc(x_109); lean_dec(x_26); -x_110 = lean_ctor_get(x_27, 0); +x_110 = lean_ctor_get(x_109, 2); lean_inc(x_110); -lean_dec(x_27); -x_111 = lean_ctor_get(x_110, 2); -lean_inc(x_111); -x_112 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); -x_113 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); +x_111 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); +x_112 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); lean_inc(x_3); -x_114 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_112, x_113, x_111, x_2, x_3, x_4, x_5, x_6, x_7, x_109); -if (lean_obj_tag(x_114) == 0) -{ -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; uint8_t x_119; -x_115 = lean_ctor_get(x_114, 1); -lean_inc(x_115); -lean_dec(x_114); -x_116 = lean_st_ref_take(x_3, x_115); -x_117 = lean_ctor_get(x_116, 0); +x_113 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_111, x_112, x_110, x_2, x_3, x_4, x_5, x_6, x_7, x_108); +if (lean_obj_tag(x_113) == 0) +{ +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_113, 1); +lean_inc(x_114); +lean_dec(x_113); +x_115 = lean_st_ref_take(x_3, x_114); +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_115, 1); lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -lean_dec(x_116); -x_119 = !lean_is_exclusive(x_117); -if (x_119 == 0) -{ -lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; -x_120 = lean_ctor_get(x_117, 1); -x_121 = lean_array_push(x_120, x_110); -lean_ctor_set(x_117, 1, x_121); -x_122 = lean_st_ref_set(x_3, x_117, x_118); +lean_dec(x_115); +x_118 = !lean_is_exclusive(x_116); +if (x_118 == 0) +{ +lean_object* x_119; lean_object* x_120; lean_object* x_121; uint8_t x_122; +x_119 = lean_ctor_get(x_116, 1); +x_120 = lean_array_push(x_119, x_109); +lean_ctor_set(x_116, 1, x_120); +x_121 = lean_st_ref_set(x_3, x_116, x_117); lean_dec(x_3); -x_123 = !lean_is_exclusive(x_122); -if (x_123 == 0) +x_122 = !lean_is_exclusive(x_121); +if (x_122 == 0) { -lean_object* x_124; lean_object* x_125; -x_124 = lean_ctor_get(x_122, 0); -lean_dec(x_124); -x_125 = lean_box(0); -lean_ctor_set(x_122, 0, x_125); -return x_122; +lean_object* x_123; lean_object* x_124; +x_123 = lean_ctor_get(x_121, 0); +lean_dec(x_123); +x_124 = lean_box(0); +lean_ctor_set(x_121, 0, x_124); +return x_121; } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_122, 1); -lean_inc(x_126); -lean_dec(x_122); -x_127 = lean_box(0); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_126); -return x_128; +lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_125 = lean_ctor_get(x_121, 1); +lean_inc(x_125); +lean_dec(x_121); +x_126 = lean_box(0); +x_127 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_127, 0, x_126); +lean_ctor_set(x_127, 1, x_125); +return x_127; } } else { -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; -x_129 = lean_ctor_get(x_117, 0); -x_130 = lean_ctor_get(x_117, 1); -x_131 = lean_ctor_get(x_117, 2); -lean_inc(x_131); +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_128 = lean_ctor_get(x_116, 0); +x_129 = lean_ctor_get(x_116, 1); +x_130 = lean_ctor_get(x_116, 2); lean_inc(x_130); lean_inc(x_129); -lean_dec(x_117); -x_132 = lean_array_push(x_130, x_110); -x_133 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_133, 0, x_129); -lean_ctor_set(x_133, 1, x_132); -lean_ctor_set(x_133, 2, x_131); -x_134 = lean_st_ref_set(x_3, x_133, x_118); +lean_inc(x_128); +lean_dec(x_116); +x_131 = lean_array_push(x_129, x_109); +x_132 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_132, 0, x_128); +lean_ctor_set(x_132, 1, x_131); +lean_ctor_set(x_132, 2, x_130); +x_133 = lean_st_ref_set(x_3, x_132, x_117); lean_dec(x_3); -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; +x_134 = lean_ctor_get(x_133, 1); +lean_inc(x_134); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + lean_ctor_release(x_133, 1); + x_135 = x_133; } else { - lean_dec_ref(x_134); - x_136 = lean_box(0); + lean_dec_ref(x_133); + x_135 = lean_box(0); } -x_137 = lean_box(0); -if (lean_is_scalar(x_136)) { - x_138 = lean_alloc_ctor(0, 2, 0); +x_136 = lean_box(0); +if (lean_is_scalar(x_135)) { + x_137 = lean_alloc_ctor(0, 2, 0); } else { - x_138 = x_136; + x_137 = x_135; } -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_135); -return x_138; +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_134); +return x_137; } } else { -uint8_t x_139; -lean_dec(x_110); +uint8_t x_138; +lean_dec(x_109); lean_dec(x_3); -x_139 = !lean_is_exclusive(x_114); -if (x_139 == 0) +x_138 = !lean_is_exclusive(x_113); +if (x_138 == 0) { -return x_114; +return x_113; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_114, 0); -x_141 = lean_ctor_get(x_114, 1); -lean_inc(x_141); +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_113, 0); +x_140 = lean_ctor_get(x_113, 1); lean_inc(x_140); -lean_dec(x_114); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; +lean_inc(x_139); +lean_dec(x_113); +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } } } 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; uint8_t x_150; +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; uint8_t x_149; lean_dec(x_1); -x_143 = lean_ctor_get(x_24, 0); +x_142 = lean_ctor_get(x_23, 0); +lean_inc(x_142); +lean_dec(x_23); +x_143 = lean_ctor_get(x_22, 1); lean_inc(x_143); -lean_dec(x_24); -x_144 = lean_ctor_get(x_23, 1); +lean_dec(x_22); +x_144 = lean_ctor_get(x_2, 1); lean_inc(x_144); -lean_dec(x_23); -x_145 = lean_ctor_get(x_2, 1); +x_145 = lean_ctor_get(x_142, 0); lean_inc(x_145); -x_146 = lean_ctor_get(x_143, 0); +x_146 = lean_ctor_get(x_142, 1); lean_inc(x_146); -x_147 = lean_ctor_get(x_143, 1); +x_147 = lean_ctor_get(x_142, 3); lean_inc(x_147); -x_148 = lean_ctor_get(x_143, 3); -lean_inc(x_148); -lean_inc(x_146); -x_149 = lean_apply_1(x_145, x_146); -x_150 = lean_unbox(x_149); -lean_dec(x_149); -if (x_150 == 0) -{ -lean_object* x_151; +lean_inc(x_145); +x_148 = lean_apply_1(x_144, x_145); +x_149 = lean_unbox(x_148); lean_dec(x_148); +if (x_149 == 0) +{ +lean_object* x_150; lean_dec(x_147); lean_dec(x_146); +lean_dec(x_145); lean_inc(x_3); -lean_inc(x_143); -x_151 = l_Lean_Compiler_LCNF_Closure_collectFunDecl(x_143, x_2, x_3, x_4, x_5, x_6, x_7, x_144); -if (lean_obj_tag(x_151) == 0) -{ -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; uint8_t x_156; -x_152 = lean_ctor_get(x_151, 1); -lean_inc(x_152); -lean_dec(x_151); -x_153 = lean_st_ref_take(x_3, x_152); -x_154 = lean_ctor_get(x_153, 0); +lean_inc(x_142); +x_150 = l_Lean_Compiler_LCNF_Closure_collectFunDecl(x_142, x_2, x_3, x_4, x_5, x_6, x_7, x_143); +if (lean_obj_tag(x_150) == 0) +{ +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; uint8_t x_155; +x_151 = lean_ctor_get(x_150, 1); +lean_inc(x_151); +lean_dec(x_150); +x_152 = lean_st_ref_take(x_3, x_151); +x_153 = lean_ctor_get(x_152, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_152, 1); lean_inc(x_154); -x_155 = lean_ctor_get(x_153, 1); -lean_inc(x_155); -lean_dec(x_153); -x_156 = !lean_is_exclusive(x_154); -if (x_156 == 0) -{ -lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; uint8_t x_161; -x_157 = lean_ctor_get(x_154, 2); -x_158 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_158, 0, x_143); -x_159 = lean_array_push(x_157, x_158); -lean_ctor_set(x_154, 2, x_159); -x_160 = lean_st_ref_set(x_3, x_154, x_155); +lean_dec(x_152); +x_155 = !lean_is_exclusive(x_153); +if (x_155 == 0) +{ +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_153, 2); +x_157 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_157, 0, x_142); +x_158 = lean_array_push(x_156, x_157); +lean_ctor_set(x_153, 2, x_158); +x_159 = lean_st_ref_set(x_3, x_153, x_154); lean_dec(x_3); -x_161 = !lean_is_exclusive(x_160); -if (x_161 == 0) +x_160 = !lean_is_exclusive(x_159); +if (x_160 == 0) { -lean_object* x_162; lean_object* x_163; -x_162 = lean_ctor_get(x_160, 0); -lean_dec(x_162); -x_163 = lean_box(0); -lean_ctor_set(x_160, 0, x_163); -return x_160; +lean_object* x_161; lean_object* x_162; +x_161 = lean_ctor_get(x_159, 0); +lean_dec(x_161); +x_162 = lean_box(0); +lean_ctor_set(x_159, 0, x_162); +return x_159; } else { -lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_164 = lean_ctor_get(x_160, 1); -lean_inc(x_164); -lean_dec(x_160); -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_164); -return x_166; +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_159, 1); +lean_inc(x_163); +lean_dec(x_159); +x_164 = lean_box(0); +x_165 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_163); +return x_165; } } else { -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; -x_167 = lean_ctor_get(x_154, 0); -x_168 = lean_ctor_get(x_154, 1); -x_169 = lean_ctor_get(x_154, 2); -lean_inc(x_169); +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_166 = lean_ctor_get(x_153, 0); +x_167 = lean_ctor_get(x_153, 1); +x_168 = lean_ctor_get(x_153, 2); lean_inc(x_168); lean_inc(x_167); -lean_dec(x_154); -x_170 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_170, 0, x_143); -x_171 = lean_array_push(x_169, x_170); -x_172 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_172, 0, x_167); -lean_ctor_set(x_172, 1, x_168); -lean_ctor_set(x_172, 2, x_171); -x_173 = lean_st_ref_set(x_3, x_172, x_155); +lean_inc(x_166); +lean_dec(x_153); +x_169 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_169, 0, x_142); +x_170 = lean_array_push(x_168, x_169); +x_171 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_171, 0, x_166); +lean_ctor_set(x_171, 1, x_167); +lean_ctor_set(x_171, 2, x_170); +x_172 = lean_st_ref_set(x_3, x_171, x_154); lean_dec(x_3); -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; +x_173 = lean_ctor_get(x_172, 1); +lean_inc(x_173); +if (lean_is_exclusive(x_172)) { + lean_ctor_release(x_172, 0); + lean_ctor_release(x_172, 1); + x_174 = x_172; } else { - lean_dec_ref(x_173); - x_175 = lean_box(0); + lean_dec_ref(x_172); + x_174 = lean_box(0); } -x_176 = lean_box(0); -if (lean_is_scalar(x_175)) { - x_177 = lean_alloc_ctor(0, 2, 0); +x_175 = lean_box(0); +if (lean_is_scalar(x_174)) { + x_176 = lean_alloc_ctor(0, 2, 0); } else { - x_177 = x_175; + x_176 = x_174; } -lean_ctor_set(x_177, 0, x_176); -lean_ctor_set(x_177, 1, x_174); -return x_177; +lean_ctor_set(x_176, 0, x_175); +lean_ctor_set(x_176, 1, x_173); +return x_176; } } else { -uint8_t x_178; -lean_dec(x_143); +uint8_t x_177; +lean_dec(x_142); lean_dec(x_3); -x_178 = !lean_is_exclusive(x_151); -if (x_178 == 0) +x_177 = !lean_is_exclusive(x_150); +if (x_177 == 0) { -return x_151; +return x_150; } else { -lean_object* x_179; lean_object* x_180; lean_object* x_181; -x_179 = lean_ctor_get(x_151, 0); -x_180 = lean_ctor_get(x_151, 1); -lean_inc(x_180); +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_150, 0); +x_179 = lean_ctor_get(x_150, 1); lean_inc(x_179); -lean_dec(x_151); -x_181 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_181, 0, x_179); -lean_ctor_set(x_181, 1, x_180); -return x_181; +lean_inc(x_178); +lean_dec(x_150); +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 { -lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -lean_dec(x_143); +lean_object* x_181; lean_object* x_182; lean_object* x_183; uint8_t x_184; +lean_dec(x_142); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_182 = lean_st_ref_take(x_3, x_144); -x_183 = lean_ctor_get(x_182, 0); +x_181 = lean_st_ref_take(x_3, x_143); +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_181, 1); lean_inc(x_183); -x_184 = lean_ctor_get(x_182, 1); -lean_inc(x_184); -lean_dec(x_182); -x_185 = !lean_is_exclusive(x_183); -if (x_185 == 0) -{ -lean_object* x_186; uint8_t x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_186 = lean_ctor_get(x_183, 1); -x_187 = 0; -x_188 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_188, 0, x_146); -lean_ctor_set(x_188, 1, x_147); -lean_ctor_set(x_188, 2, x_148); -lean_ctor_set_uint8(x_188, sizeof(void*)*3, x_187); -x_189 = lean_array_push(x_186, x_188); -lean_ctor_set(x_183, 1, x_189); -x_190 = lean_st_ref_set(x_3, x_183, x_184); +lean_dec(x_181); +x_184 = !lean_is_exclusive(x_182); +if (x_184 == 0) +{ +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_185 = lean_ctor_get(x_182, 1); +x_186 = 0; +x_187 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_187, 0, x_145); +lean_ctor_set(x_187, 1, x_146); +lean_ctor_set(x_187, 2, x_147); +lean_ctor_set_uint8(x_187, sizeof(void*)*3, x_186); +x_188 = lean_array_push(x_185, x_187); +lean_ctor_set(x_182, 1, x_188); +x_189 = lean_st_ref_set(x_3, x_182, x_183); lean_dec(x_3); -x_191 = !lean_is_exclusive(x_190); -if (x_191 == 0) +x_190 = !lean_is_exclusive(x_189); +if (x_190 == 0) { -lean_object* x_192; lean_object* x_193; -x_192 = lean_ctor_get(x_190, 0); -lean_dec(x_192); -x_193 = lean_box(0); -lean_ctor_set(x_190, 0, x_193); -return x_190; +lean_object* x_191; lean_object* x_192; +x_191 = lean_ctor_get(x_189, 0); +lean_dec(x_191); +x_192 = lean_box(0); +lean_ctor_set(x_189, 0, x_192); +return x_189; } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_194 = lean_ctor_get(x_190, 1); -lean_inc(x_194); -lean_dec(x_190); -x_195 = lean_box(0); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_194); -return x_196; +lean_object* x_193; lean_object* x_194; lean_object* x_195; +x_193 = lean_ctor_get(x_189, 1); +lean_inc(x_193); +lean_dec(x_189); +x_194 = lean_box(0); +x_195 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_195, 0, x_194); +lean_ctor_set(x_195, 1, x_193); +return x_195; } } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; uint8_t 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_197 = lean_ctor_get(x_183, 0); -x_198 = lean_ctor_get(x_183, 1); -x_199 = lean_ctor_get(x_183, 2); -lean_inc(x_199); +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; +x_196 = lean_ctor_get(x_182, 0); +x_197 = lean_ctor_get(x_182, 1); +x_198 = lean_ctor_get(x_182, 2); lean_inc(x_198); lean_inc(x_197); -lean_dec(x_183); -x_200 = 0; -x_201 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_201, 0, x_146); -lean_ctor_set(x_201, 1, x_147); -lean_ctor_set(x_201, 2, x_148); -lean_ctor_set_uint8(x_201, sizeof(void*)*3, x_200); -x_202 = lean_array_push(x_198, x_201); -x_203 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_203, 0, x_197); -lean_ctor_set(x_203, 1, x_202); -lean_ctor_set(x_203, 2, x_199); -x_204 = lean_st_ref_set(x_3, x_203, x_184); +lean_inc(x_196); +lean_dec(x_182); +x_199 = 0; +x_200 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_200, 0, x_145); +lean_ctor_set(x_200, 1, x_146); +lean_ctor_set(x_200, 2, x_147); +lean_ctor_set_uint8(x_200, sizeof(void*)*3, x_199); +x_201 = lean_array_push(x_197, x_200); +x_202 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_202, 0, x_196); +lean_ctor_set(x_202, 1, x_201); +lean_ctor_set(x_202, 2, x_198); +x_203 = lean_st_ref_set(x_3, x_202, x_183); lean_dec(x_3); -x_205 = lean_ctor_get(x_204, 1); -lean_inc(x_205); -if (lean_is_exclusive(x_204)) { - lean_ctor_release(x_204, 0); - lean_ctor_release(x_204, 1); - x_206 = x_204; +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_204); - x_206 = lean_box(0); + lean_dec_ref(x_203); + x_205 = lean_box(0); } -x_207 = lean_box(0); -if (lean_is_scalar(x_206)) { - x_208 = lean_alloc_ctor(0, 2, 0); +x_206 = lean_box(0); +if (lean_is_scalar(x_205)) { + x_207 = lean_alloc_ctor(0, 2, 0); } else { - x_208 = x_206; + x_207 = x_205; } -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_205); -return x_208; +lean_ctor_set(x_207, 0, x_206); +lean_ctor_set(x_207, 1, x_204); +return x_207; } } } @@ -2135,19 +2158,19 @@ return x_208; } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; uint8_t x_212; -x_209 = lean_ctor_get(x_15, 1); +lean_object* x_208; lean_object* x_209; lean_object* x_210; uint8_t x_211; +x_208 = lean_ctor_get(x_14, 1); +lean_inc(x_208); +lean_dec(x_14); +x_209 = lean_ctor_get(x_2, 0); lean_inc(x_209); -lean_dec(x_15); -x_210 = lean_ctor_get(x_2, 0); -lean_inc(x_210); lean_inc(x_1); -x_211 = lean_apply_1(x_210, x_1); -x_212 = lean_unbox(x_211); -lean_dec(x_211); -if (x_212 == 0) +x_210 = lean_apply_1(x_209, x_1); +x_211 = lean_unbox(x_210); +lean_dec(x_210); +if (x_211 == 0) { -lean_object* x_213; lean_object* x_214; +lean_object* x_212; lean_object* x_213; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2155,574 +2178,574 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_213 = lean_box(0); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_209); -return x_214; +x_212 = lean_box(0); +x_213 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_213, 0, x_212); +lean_ctor_set(x_213, 1, x_208); +return x_213; } else { -lean_object* x_215; lean_object* x_216; +lean_object* x_214; lean_object* x_215; lean_inc(x_1); -x_215 = l_Lean_Compiler_LCNF_findFunDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_209); -x_216 = lean_ctor_get(x_215, 0); -lean_inc(x_216); -if (lean_obj_tag(x_216) == 0) +x_214 = l_Lean_Compiler_LCNF_findFunDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_208); +x_215 = lean_ctor_get(x_214, 0); +lean_inc(x_215); +if (lean_obj_tag(x_215) == 0) { -lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_217 = lean_ctor_get(x_215, 1); -lean_inc(x_217); -lean_dec(x_215); +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = lean_ctor_get(x_214, 1); +lean_inc(x_216); +lean_dec(x_214); lean_inc(x_1); -x_218 = l_Lean_Compiler_LCNF_findParam_x3f(x_1, x_4, x_5, x_6, x_7, x_217); -x_219 = lean_ctor_get(x_218, 0); -lean_inc(x_219); -if (lean_obj_tag(x_219) == 0) +x_217 = l_Lean_Compiler_LCNF_findParam_x3f(x_1, x_4, x_5, x_6, x_7, x_216); +x_218 = lean_ctor_get(x_217, 0); +lean_inc(x_218); +if (lean_obj_tag(x_218) == 0) { -lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_218, 1); -lean_inc(x_220); -lean_dec(x_218); -x_221 = l_Lean_Compiler_LCNF_findLetDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_220); -x_222 = lean_ctor_get(x_221, 0); +lean_object* x_219; lean_object* x_220; lean_object* x_221; +x_219 = lean_ctor_get(x_217, 1); +lean_inc(x_219); +lean_dec(x_217); +x_220 = l_Lean_Compiler_LCNF_findLetDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_219); +x_221 = lean_ctor_get(x_220, 0); +lean_inc(x_221); +if (lean_obj_tag(x_221) == 0) +{ +lean_object* x_222; lean_object* x_223; lean_object* x_224; +x_222 = lean_ctor_get(x_220, 1); lean_inc(x_222); -if (lean_obj_tag(x_222) == 0) -{ -lean_object* x_223; lean_object* x_224; lean_object* x_225; -x_223 = lean_ctor_get(x_221, 1); -lean_inc(x_223); -lean_dec(x_221); -x_224 = l_Lean_Compiler_LCNF_Closure_collectFVar___closed__4; -x_225 = l_panic___at_Lean_Compiler_LCNF_Closure_collectFVar___spec__1(x_224, x_2, x_3, x_4, x_5, x_6, x_7, x_223); -return x_225; +lean_dec(x_220); +x_223 = l_Lean_Compiler_LCNF_Closure_collectFVar___closed__4; +x_224 = l_panic___at_Lean_Compiler_LCNF_Closure_collectFVar___spec__1(x_223, x_2, x_3, x_4, x_5, x_6, x_7, x_222); +return x_224; } else { -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; -x_226 = lean_ctor_get(x_222, 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; lean_object* x_233; +x_225 = lean_ctor_get(x_221, 0); +lean_inc(x_225); +lean_dec(x_221); +x_226 = lean_ctor_get(x_220, 1); lean_inc(x_226); -lean_dec(x_222); -x_227 = lean_ctor_get(x_221, 1); +lean_dec(x_220); +x_227 = lean_ctor_get(x_225, 0); lean_inc(x_227); -lean_dec(x_221); -x_228 = lean_ctor_get(x_226, 0); +x_228 = lean_ctor_get(x_225, 1); lean_inc(x_228); -x_229 = lean_ctor_get(x_226, 1); +x_229 = lean_ctor_get(x_225, 2); lean_inc(x_229); -x_230 = lean_ctor_get(x_226, 2); +x_230 = lean_ctor_get(x_225, 3); lean_inc(x_230); -x_231 = lean_ctor_get(x_226, 3); -lean_inc(x_231); -x_232 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); -x_233 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); +x_231 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); +x_232 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); 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_230); -x_234 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_232, x_233, x_230, x_2, x_3, x_4, x_5, x_6, x_7, x_227); -if (lean_obj_tag(x_234) == 0) -{ -lean_object* x_235; lean_object* x_236; lean_object* x_237; uint8_t x_238; -x_235 = lean_ctor_get(x_234, 1); +lean_inc(x_229); +x_233 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_231, x_232, x_229, x_2, x_3, x_4, x_5, x_6, x_7, x_226); +if (lean_obj_tag(x_233) == 0) +{ +lean_object* x_234; lean_object* x_235; lean_object* x_236; uint8_t x_237; +x_234 = lean_ctor_get(x_233, 1); +lean_inc(x_234); +lean_dec(x_233); +x_235 = lean_ctor_get(x_2, 1); lean_inc(x_235); -lean_dec(x_234); -x_236 = lean_ctor_get(x_2, 1); -lean_inc(x_236); -lean_inc(x_228); -x_237 = lean_apply_1(x_236, x_228); -x_238 = lean_unbox(x_237); -lean_dec(x_237); -if (x_238 == 0) +lean_inc(x_227); +x_236 = lean_apply_1(x_235, x_227); +x_237 = lean_unbox(x_236); +lean_dec(x_236); +if (x_237 == 0) { -lean_object* x_239; -lean_dec(x_230); +lean_object* x_238; lean_dec(x_229); lean_dec(x_228); +lean_dec(x_227); lean_inc(x_3); -x_239 = l_Lean_Compiler_LCNF_Closure_collectLetValue(x_231, x_2, x_3, x_4, x_5, x_6, x_7, x_235); -if (lean_obj_tag(x_239) == 0) -{ -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; -x_240 = lean_ctor_get(x_239, 1); -lean_inc(x_240); -lean_dec(x_239); -x_241 = lean_st_ref_take(x_3, x_240); -x_242 = lean_ctor_get(x_241, 0); +x_238 = l_Lean_Compiler_LCNF_Closure_collectLetValue(x_230, x_2, x_3, x_4, x_5, x_6, x_7, x_234); +if (lean_obj_tag(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; 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; +x_239 = lean_ctor_get(x_238, 1); +lean_inc(x_239); +lean_dec(x_238); +x_240 = lean_st_ref_take(x_3, x_239); +x_241 = lean_ctor_get(x_240, 0); +lean_inc(x_241); +x_242 = lean_ctor_get(x_240, 1); lean_inc(x_242); -x_243 = lean_ctor_get(x_241, 1); +lean_dec(x_240); +x_243 = lean_ctor_get(x_241, 0); lean_inc(x_243); -lean_dec(x_241); -x_244 = lean_ctor_get(x_242, 0); +x_244 = lean_ctor_get(x_241, 1); lean_inc(x_244); -x_245 = lean_ctor_get(x_242, 1); +x_245 = lean_ctor_get(x_241, 2); lean_inc(x_245); -x_246 = lean_ctor_get(x_242, 2); -lean_inc(x_246); -if (lean_is_exclusive(x_242)) { - lean_ctor_release(x_242, 0); - lean_ctor_release(x_242, 1); - lean_ctor_release(x_242, 2); - x_247 = x_242; +if (lean_is_exclusive(x_241)) { + lean_ctor_release(x_241, 0); + lean_ctor_release(x_241, 1); + lean_ctor_release(x_241, 2); + x_246 = x_241; } else { - lean_dec_ref(x_242); - x_247 = lean_box(0); -} -x_248 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_248, 0, x_226); -x_249 = lean_array_push(x_246, x_248); -if (lean_is_scalar(x_247)) { - x_250 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_241); + x_246 = lean_box(0); +} +x_247 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_247, 0, x_225); +x_248 = lean_array_push(x_245, x_247); +if (lean_is_scalar(x_246)) { + x_249 = lean_alloc_ctor(0, 3, 0); } else { - x_250 = x_247; + x_249 = x_246; } -lean_ctor_set(x_250, 0, x_244); -lean_ctor_set(x_250, 1, x_245); -lean_ctor_set(x_250, 2, x_249); -x_251 = lean_st_ref_set(x_3, x_250, x_243); +lean_ctor_set(x_249, 0, x_243); +lean_ctor_set(x_249, 1, x_244); +lean_ctor_set(x_249, 2, x_248); +x_250 = lean_st_ref_set(x_3, x_249, x_242); lean_dec(x_3); -x_252 = lean_ctor_get(x_251, 1); -lean_inc(x_252); -if (lean_is_exclusive(x_251)) { - lean_ctor_release(x_251, 0); - lean_ctor_release(x_251, 1); - x_253 = x_251; +x_251 = lean_ctor_get(x_250, 1); +lean_inc(x_251); +if (lean_is_exclusive(x_250)) { + lean_ctor_release(x_250, 0); + lean_ctor_release(x_250, 1); + x_252 = x_250; } else { - lean_dec_ref(x_251); - x_253 = lean_box(0); + lean_dec_ref(x_250); + x_252 = lean_box(0); } -x_254 = lean_box(0); -if (lean_is_scalar(x_253)) { - x_255 = lean_alloc_ctor(0, 2, 0); +x_253 = lean_box(0); +if (lean_is_scalar(x_252)) { + x_254 = lean_alloc_ctor(0, 2, 0); } else { - x_255 = x_253; + x_254 = x_252; } -lean_ctor_set(x_255, 0, x_254); -lean_ctor_set(x_255, 1, x_252); -return x_255; +lean_ctor_set(x_254, 0, x_253); +lean_ctor_set(x_254, 1, x_251); +return x_254; } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; -lean_dec(x_226); +lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; +lean_dec(x_225); lean_dec(x_3); -x_256 = lean_ctor_get(x_239, 0); +x_255 = lean_ctor_get(x_238, 0); +lean_inc(x_255); +x_256 = lean_ctor_get(x_238, 1); lean_inc(x_256); -x_257 = lean_ctor_get(x_239, 1); -lean_inc(x_257); -if (lean_is_exclusive(x_239)) { - lean_ctor_release(x_239, 0); - lean_ctor_release(x_239, 1); - x_258 = x_239; +if (lean_is_exclusive(x_238)) { + lean_ctor_release(x_238, 0); + lean_ctor_release(x_238, 1); + x_257 = x_238; } else { - lean_dec_ref(x_239); - x_258 = lean_box(0); + lean_dec_ref(x_238); + x_257 = lean_box(0); } -if (lean_is_scalar(x_258)) { - x_259 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_257)) { + x_258 = lean_alloc_ctor(1, 2, 0); } else { - x_259 = x_258; + x_258 = x_257; } -lean_ctor_set(x_259, 0, x_256); -lean_ctor_set(x_259, 1, x_257); -return x_259; +lean_ctor_set(x_258, 0, x_255); +lean_ctor_set(x_258, 1, x_256); +return x_258; } } 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; uint8_t 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_dec(x_231); -lean_dec(x_226); +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_dec(x_230); +lean_dec(x_225); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_260 = lean_st_ref_take(x_3, x_235); -x_261 = lean_ctor_get(x_260, 0); +x_259 = lean_st_ref_take(x_3, x_234); +x_260 = lean_ctor_get(x_259, 0); +lean_inc(x_260); +x_261 = lean_ctor_get(x_259, 1); lean_inc(x_261); -x_262 = lean_ctor_get(x_260, 1); +lean_dec(x_259); +x_262 = lean_ctor_get(x_260, 0); lean_inc(x_262); -lean_dec(x_260); -x_263 = lean_ctor_get(x_261, 0); +x_263 = lean_ctor_get(x_260, 1); lean_inc(x_263); -x_264 = lean_ctor_get(x_261, 1); +x_264 = lean_ctor_get(x_260, 2); lean_inc(x_264); -x_265 = lean_ctor_get(x_261, 2); -lean_inc(x_265); -if (lean_is_exclusive(x_261)) { - lean_ctor_release(x_261, 0); - lean_ctor_release(x_261, 1); - lean_ctor_release(x_261, 2); - x_266 = x_261; +if (lean_is_exclusive(x_260)) { + lean_ctor_release(x_260, 0); + lean_ctor_release(x_260, 1); + lean_ctor_release(x_260, 2); + x_265 = x_260; } else { - lean_dec_ref(x_261); - x_266 = lean_box(0); -} -x_267 = 0; -x_268 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_268, 0, x_228); -lean_ctor_set(x_268, 1, x_229); -lean_ctor_set(x_268, 2, x_230); -lean_ctor_set_uint8(x_268, sizeof(void*)*3, x_267); -x_269 = lean_array_push(x_264, x_268); -if (lean_is_scalar(x_266)) { - x_270 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_260); + x_265 = lean_box(0); +} +x_266 = 0; +x_267 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_267, 0, x_227); +lean_ctor_set(x_267, 1, x_228); +lean_ctor_set(x_267, 2, x_229); +lean_ctor_set_uint8(x_267, sizeof(void*)*3, x_266); +x_268 = lean_array_push(x_263, x_267); +if (lean_is_scalar(x_265)) { + x_269 = lean_alloc_ctor(0, 3, 0); } else { - x_270 = x_266; + x_269 = x_265; } -lean_ctor_set(x_270, 0, x_263); -lean_ctor_set(x_270, 1, x_269); -lean_ctor_set(x_270, 2, x_265); -x_271 = lean_st_ref_set(x_3, x_270, x_262); +lean_ctor_set(x_269, 0, x_262); +lean_ctor_set(x_269, 1, x_268); +lean_ctor_set(x_269, 2, x_264); +x_270 = lean_st_ref_set(x_3, x_269, x_261); lean_dec(x_3); -x_272 = lean_ctor_get(x_271, 1); -lean_inc(x_272); -if (lean_is_exclusive(x_271)) { - lean_ctor_release(x_271, 0); - lean_ctor_release(x_271, 1); - x_273 = x_271; +x_271 = lean_ctor_get(x_270, 1); +lean_inc(x_271); +if (lean_is_exclusive(x_270)) { + lean_ctor_release(x_270, 0); + lean_ctor_release(x_270, 1); + x_272 = x_270; } else { - lean_dec_ref(x_271); - x_273 = lean_box(0); + lean_dec_ref(x_270); + x_272 = lean_box(0); } -x_274 = lean_box(0); -if (lean_is_scalar(x_273)) { - x_275 = lean_alloc_ctor(0, 2, 0); +x_273 = lean_box(0); +if (lean_is_scalar(x_272)) { + x_274 = lean_alloc_ctor(0, 2, 0); } else { - x_275 = x_273; + x_274 = x_272; } -lean_ctor_set(x_275, 0, x_274); -lean_ctor_set(x_275, 1, x_272); -return x_275; +lean_ctor_set(x_274, 0, x_273); +lean_ctor_set(x_274, 1, x_271); +return x_274; } } else { -lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; -lean_dec(x_231); +lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_dec(x_230); lean_dec(x_229); lean_dec(x_228); -lean_dec(x_226); +lean_dec(x_227); +lean_dec(x_225); 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_276 = lean_ctor_get(x_234, 0); +x_275 = lean_ctor_get(x_233, 0); +lean_inc(x_275); +x_276 = lean_ctor_get(x_233, 1); lean_inc(x_276); -x_277 = lean_ctor_get(x_234, 1); -lean_inc(x_277); -if (lean_is_exclusive(x_234)) { - lean_ctor_release(x_234, 0); - lean_ctor_release(x_234, 1); - x_278 = x_234; +if (lean_is_exclusive(x_233)) { + lean_ctor_release(x_233, 0); + lean_ctor_release(x_233, 1); + x_277 = x_233; } else { - lean_dec_ref(x_234); - x_278 = lean_box(0); + lean_dec_ref(x_233); + x_277 = lean_box(0); } -if (lean_is_scalar(x_278)) { - x_279 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_277)) { + x_278 = lean_alloc_ctor(1, 2, 0); } else { - x_279 = x_278; + x_278 = x_277; } -lean_ctor_set(x_279, 0, x_276); -lean_ctor_set(x_279, 1, x_277); -return x_279; +lean_ctor_set(x_278, 0, x_275); +lean_ctor_set(x_278, 1, x_276); +return x_278; } } } else { -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_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_dec(x_1); -x_280 = lean_ctor_get(x_218, 1); +x_279 = lean_ctor_get(x_217, 1); +lean_inc(x_279); +lean_dec(x_217); +x_280 = lean_ctor_get(x_218, 0); lean_inc(x_280); lean_dec(x_218); -x_281 = lean_ctor_get(x_219, 0); +x_281 = lean_ctor_get(x_280, 2); lean_inc(x_281); -lean_dec(x_219); -x_282 = lean_ctor_get(x_281, 2); -lean_inc(x_282); -x_283 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); -x_284 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); +x_282 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); +x_283 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); lean_inc(x_3); -x_285 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_283, x_284, x_282, x_2, x_3, x_4, x_5, x_6, x_7, x_280); -if (lean_obj_tag(x_285) == 0) -{ -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; -x_286 = lean_ctor_get(x_285, 1); -lean_inc(x_286); -lean_dec(x_285); -x_287 = lean_st_ref_take(x_3, x_286); -x_288 = lean_ctor_get(x_287, 0); +x_284 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_282, x_283, x_281, x_2, x_3, x_4, x_5, x_6, x_7, x_279); +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; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; +x_285 = lean_ctor_get(x_284, 1); +lean_inc(x_285); +lean_dec(x_284); +x_286 = lean_st_ref_take(x_3, x_285); +x_287 = lean_ctor_get(x_286, 0); +lean_inc(x_287); +x_288 = lean_ctor_get(x_286, 1); lean_inc(x_288); -x_289 = lean_ctor_get(x_287, 1); +lean_dec(x_286); +x_289 = lean_ctor_get(x_287, 0); lean_inc(x_289); -lean_dec(x_287); -x_290 = lean_ctor_get(x_288, 0); +x_290 = lean_ctor_get(x_287, 1); lean_inc(x_290); -x_291 = lean_ctor_get(x_288, 1); +x_291 = lean_ctor_get(x_287, 2); lean_inc(x_291); -x_292 = lean_ctor_get(x_288, 2); -lean_inc(x_292); -if (lean_is_exclusive(x_288)) { - lean_ctor_release(x_288, 0); - lean_ctor_release(x_288, 1); - lean_ctor_release(x_288, 2); - x_293 = x_288; +if (lean_is_exclusive(x_287)) { + lean_ctor_release(x_287, 0); + lean_ctor_release(x_287, 1); + lean_ctor_release(x_287, 2); + x_292 = x_287; } else { - lean_dec_ref(x_288); - x_293 = lean_box(0); + lean_dec_ref(x_287); + x_292 = lean_box(0); } -x_294 = lean_array_push(x_291, x_281); -if (lean_is_scalar(x_293)) { - x_295 = lean_alloc_ctor(0, 3, 0); +x_293 = lean_array_push(x_290, x_280); +if (lean_is_scalar(x_292)) { + x_294 = lean_alloc_ctor(0, 3, 0); } else { - x_295 = x_293; + x_294 = x_292; } -lean_ctor_set(x_295, 0, x_290); -lean_ctor_set(x_295, 1, x_294); -lean_ctor_set(x_295, 2, x_292); -x_296 = lean_st_ref_set(x_3, x_295, x_289); +lean_ctor_set(x_294, 0, x_289); +lean_ctor_set(x_294, 1, x_293); +lean_ctor_set(x_294, 2, x_291); +x_295 = lean_st_ref_set(x_3, x_294, x_288); lean_dec(x_3); -x_297 = lean_ctor_get(x_296, 1); -lean_inc(x_297); -if (lean_is_exclusive(x_296)) { - lean_ctor_release(x_296, 0); - lean_ctor_release(x_296, 1); - x_298 = x_296; +x_296 = lean_ctor_get(x_295, 1); +lean_inc(x_296); +if (lean_is_exclusive(x_295)) { + lean_ctor_release(x_295, 0); + lean_ctor_release(x_295, 1); + x_297 = x_295; } else { - lean_dec_ref(x_296); - x_298 = lean_box(0); + lean_dec_ref(x_295); + x_297 = lean_box(0); } -x_299 = lean_box(0); -if (lean_is_scalar(x_298)) { - x_300 = lean_alloc_ctor(0, 2, 0); +x_298 = lean_box(0); +if (lean_is_scalar(x_297)) { + x_299 = lean_alloc_ctor(0, 2, 0); } else { - x_300 = x_298; + x_299 = x_297; } -lean_ctor_set(x_300, 0, x_299); -lean_ctor_set(x_300, 1, x_297); -return x_300; +lean_ctor_set(x_299, 0, x_298); +lean_ctor_set(x_299, 1, x_296); +return x_299; } else { -lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; -lean_dec(x_281); +lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; +lean_dec(x_280); lean_dec(x_3); -x_301 = lean_ctor_get(x_285, 0); +x_300 = lean_ctor_get(x_284, 0); +lean_inc(x_300); +x_301 = lean_ctor_get(x_284, 1); lean_inc(x_301); -x_302 = lean_ctor_get(x_285, 1); -lean_inc(x_302); -if (lean_is_exclusive(x_285)) { - lean_ctor_release(x_285, 0); - lean_ctor_release(x_285, 1); - x_303 = x_285; +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + x_302 = x_284; } else { - lean_dec_ref(x_285); - x_303 = lean_box(0); + lean_dec_ref(x_284); + x_302 = lean_box(0); } -if (lean_is_scalar(x_303)) { - x_304 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_302)) { + x_303 = lean_alloc_ctor(1, 2, 0); } else { - x_304 = x_303; + x_303 = x_302; } -lean_ctor_set(x_304, 0, x_301); -lean_ctor_set(x_304, 1, x_302); -return x_304; +lean_ctor_set(x_303, 0, x_300); +lean_ctor_set(x_303, 1, x_301); +return x_303; } } } 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; uint8_t x_312; +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; uint8_t x_311; lean_dec(x_1); -x_305 = lean_ctor_get(x_216, 0); +x_304 = lean_ctor_get(x_215, 0); +lean_inc(x_304); +lean_dec(x_215); +x_305 = lean_ctor_get(x_214, 1); lean_inc(x_305); -lean_dec(x_216); -x_306 = lean_ctor_get(x_215, 1); +lean_dec(x_214); +x_306 = lean_ctor_get(x_2, 1); lean_inc(x_306); -lean_dec(x_215); -x_307 = lean_ctor_get(x_2, 1); +x_307 = lean_ctor_get(x_304, 0); lean_inc(x_307); -x_308 = lean_ctor_get(x_305, 0); +x_308 = lean_ctor_get(x_304, 1); lean_inc(x_308); -x_309 = lean_ctor_get(x_305, 1); +x_309 = lean_ctor_get(x_304, 3); lean_inc(x_309); -x_310 = lean_ctor_get(x_305, 3); -lean_inc(x_310); -lean_inc(x_308); -x_311 = lean_apply_1(x_307, x_308); -x_312 = lean_unbox(x_311); -lean_dec(x_311); -if (x_312 == 0) -{ -lean_object* x_313; +lean_inc(x_307); +x_310 = lean_apply_1(x_306, x_307); +x_311 = lean_unbox(x_310); lean_dec(x_310); +if (x_311 == 0) +{ +lean_object* x_312; lean_dec(x_309); lean_dec(x_308); +lean_dec(x_307); lean_inc(x_3); -lean_inc(x_305); -x_313 = l_Lean_Compiler_LCNF_Closure_collectFunDecl(x_305, x_2, x_3, x_4, x_5, x_6, x_7, x_306); -if (lean_obj_tag(x_313) == 0) -{ -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; -x_314 = lean_ctor_get(x_313, 1); -lean_inc(x_314); -lean_dec(x_313); -x_315 = lean_st_ref_take(x_3, x_314); -x_316 = lean_ctor_get(x_315, 0); +lean_inc(x_304); +x_312 = l_Lean_Compiler_LCNF_Closure_collectFunDecl(x_304, x_2, x_3, x_4, x_5, x_6, x_7, x_305); +if (lean_obj_tag(x_312) == 0) +{ +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; +x_313 = lean_ctor_get(x_312, 1); +lean_inc(x_313); +lean_dec(x_312); +x_314 = lean_st_ref_take(x_3, x_313); +x_315 = lean_ctor_get(x_314, 0); +lean_inc(x_315); +x_316 = lean_ctor_get(x_314, 1); lean_inc(x_316); -x_317 = lean_ctor_get(x_315, 1); +lean_dec(x_314); +x_317 = lean_ctor_get(x_315, 0); lean_inc(x_317); -lean_dec(x_315); -x_318 = lean_ctor_get(x_316, 0); +x_318 = lean_ctor_get(x_315, 1); lean_inc(x_318); -x_319 = lean_ctor_get(x_316, 1); +x_319 = lean_ctor_get(x_315, 2); lean_inc(x_319); -x_320 = lean_ctor_get(x_316, 2); -lean_inc(x_320); -if (lean_is_exclusive(x_316)) { - lean_ctor_release(x_316, 0); - lean_ctor_release(x_316, 1); - lean_ctor_release(x_316, 2); - x_321 = x_316; +if (lean_is_exclusive(x_315)) { + lean_ctor_release(x_315, 0); + lean_ctor_release(x_315, 1); + lean_ctor_release(x_315, 2); + x_320 = x_315; } else { - lean_dec_ref(x_316); - x_321 = lean_box(0); -} -x_322 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_322, 0, x_305); -x_323 = lean_array_push(x_320, x_322); -if (lean_is_scalar(x_321)) { - x_324 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_315); + x_320 = lean_box(0); +} +x_321 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_321, 0, x_304); +x_322 = lean_array_push(x_319, x_321); +if (lean_is_scalar(x_320)) { + x_323 = lean_alloc_ctor(0, 3, 0); } else { - x_324 = x_321; + x_323 = x_320; } -lean_ctor_set(x_324, 0, x_318); -lean_ctor_set(x_324, 1, x_319); -lean_ctor_set(x_324, 2, x_323); -x_325 = lean_st_ref_set(x_3, x_324, x_317); +lean_ctor_set(x_323, 0, x_317); +lean_ctor_set(x_323, 1, x_318); +lean_ctor_set(x_323, 2, x_322); +x_324 = lean_st_ref_set(x_3, x_323, x_316); lean_dec(x_3); -x_326 = lean_ctor_get(x_325, 1); -lean_inc(x_326); -if (lean_is_exclusive(x_325)) { - lean_ctor_release(x_325, 0); - lean_ctor_release(x_325, 1); - x_327 = x_325; +x_325 = lean_ctor_get(x_324, 1); +lean_inc(x_325); +if (lean_is_exclusive(x_324)) { + lean_ctor_release(x_324, 0); + lean_ctor_release(x_324, 1); + x_326 = x_324; } else { - lean_dec_ref(x_325); - x_327 = lean_box(0); + lean_dec_ref(x_324); + x_326 = lean_box(0); } -x_328 = lean_box(0); -if (lean_is_scalar(x_327)) { - x_329 = lean_alloc_ctor(0, 2, 0); +x_327 = lean_box(0); +if (lean_is_scalar(x_326)) { + x_328 = lean_alloc_ctor(0, 2, 0); } else { - x_329 = x_327; + x_328 = x_326; } -lean_ctor_set(x_329, 0, x_328); -lean_ctor_set(x_329, 1, x_326); -return x_329; +lean_ctor_set(x_328, 0, x_327); +lean_ctor_set(x_328, 1, x_325); +return x_328; } else { -lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; -lean_dec(x_305); +lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; +lean_dec(x_304); lean_dec(x_3); -x_330 = lean_ctor_get(x_313, 0); +x_329 = lean_ctor_get(x_312, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_312, 1); lean_inc(x_330); -x_331 = lean_ctor_get(x_313, 1); -lean_inc(x_331); -if (lean_is_exclusive(x_313)) { - lean_ctor_release(x_313, 0); - lean_ctor_release(x_313, 1); - x_332 = x_313; +if (lean_is_exclusive(x_312)) { + lean_ctor_release(x_312, 0); + lean_ctor_release(x_312, 1); + x_331 = x_312; } else { - lean_dec_ref(x_313); - x_332 = lean_box(0); + lean_dec_ref(x_312); + x_331 = lean_box(0); } -if (lean_is_scalar(x_332)) { - x_333 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_331)) { + x_332 = lean_alloc_ctor(1, 2, 0); } else { - x_333 = x_332; + x_332 = x_331; } -lean_ctor_set(x_333, 0, x_330); -lean_ctor_set(x_333, 1, x_331); -return x_333; +lean_ctor_set(x_332, 0, x_329); +lean_ctor_set(x_332, 1, x_330); +return x_332; } } 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; uint8_t 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_dec(x_305); +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; uint8_t x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; +lean_dec(x_304); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_334 = lean_st_ref_take(x_3, x_306); -x_335 = lean_ctor_get(x_334, 0); +x_333 = lean_st_ref_take(x_3, x_305); +x_334 = lean_ctor_get(x_333, 0); +lean_inc(x_334); +x_335 = lean_ctor_get(x_333, 1); lean_inc(x_335); -x_336 = lean_ctor_get(x_334, 1); +lean_dec(x_333); +x_336 = lean_ctor_get(x_334, 0); lean_inc(x_336); -lean_dec(x_334); -x_337 = lean_ctor_get(x_335, 0); +x_337 = lean_ctor_get(x_334, 1); lean_inc(x_337); -x_338 = lean_ctor_get(x_335, 1); +x_338 = lean_ctor_get(x_334, 2); lean_inc(x_338); -x_339 = lean_ctor_get(x_335, 2); -lean_inc(x_339); -if (lean_is_exclusive(x_335)) { - lean_ctor_release(x_335, 0); - lean_ctor_release(x_335, 1); - lean_ctor_release(x_335, 2); - x_340 = 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); + x_339 = x_334; } else { - lean_dec_ref(x_335); - x_340 = lean_box(0); -} -x_341 = 0; -x_342 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_342, 0, x_308); -lean_ctor_set(x_342, 1, x_309); -lean_ctor_set(x_342, 2, x_310); -lean_ctor_set_uint8(x_342, sizeof(void*)*3, x_341); -x_343 = lean_array_push(x_338, x_342); -if (lean_is_scalar(x_340)) { - x_344 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_334); + x_339 = lean_box(0); +} +x_340 = 0; +x_341 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_341, 0, x_307); +lean_ctor_set(x_341, 1, x_308); +lean_ctor_set(x_341, 2, x_309); +lean_ctor_set_uint8(x_341, sizeof(void*)*3, x_340); +x_342 = lean_array_push(x_337, x_341); +if (lean_is_scalar(x_339)) { + x_343 = lean_alloc_ctor(0, 3, 0); } else { - x_344 = x_340; + x_343 = x_339; } -lean_ctor_set(x_344, 0, x_337); -lean_ctor_set(x_344, 1, x_343); -lean_ctor_set(x_344, 2, x_339); -x_345 = lean_st_ref_set(x_3, x_344, x_336); +lean_ctor_set(x_343, 0, x_336); +lean_ctor_set(x_343, 1, x_342); +lean_ctor_set(x_343, 2, x_338); +x_344 = lean_st_ref_set(x_3, x_343, x_335); lean_dec(x_3); -x_346 = lean_ctor_get(x_345, 1); -lean_inc(x_346); -if (lean_is_exclusive(x_345)) { - lean_ctor_release(x_345, 0); - lean_ctor_release(x_345, 1); - x_347 = x_345; +x_345 = lean_ctor_get(x_344, 1); +lean_inc(x_345); +if (lean_is_exclusive(x_344)) { + lean_ctor_release(x_344, 0); + lean_ctor_release(x_344, 1); + x_346 = x_344; } else { - lean_dec_ref(x_345); - x_347 = lean_box(0); + lean_dec_ref(x_344); + x_346 = lean_box(0); } -x_348 = lean_box(0); -if (lean_is_scalar(x_347)) { - x_349 = lean_alloc_ctor(0, 2, 0); +x_347 = lean_box(0); +if (lean_is_scalar(x_346)) { + x_348 = lean_alloc_ctor(0, 2, 0); } else { - x_349 = x_347; + x_348 = x_346; } -lean_ctor_set(x_349, 0, x_348); -lean_ctor_set(x_349, 1, x_346); -return x_349; +lean_ctor_set(x_348, 0, x_347); +lean_ctor_set(x_348, 1, x_345); +return x_348; } } } @@ -2730,57 +2753,7 @@ return x_349; } else { -lean_object* x_350; -lean_dec(x_14); -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_350 = lean_box(0); -lean_ctor_set(x_9, 0, x_350); -return x_9; -} -} -else -{ -lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; -x_351 = lean_ctor_get(x_9, 0); -x_352 = lean_ctor_get(x_9, 1); -lean_inc(x_352); -lean_inc(x_351); -lean_dec(x_9); -x_353 = lean_ctor_get(x_351, 0); -lean_inc(x_353); -lean_dec(x_351); -x_354 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_353, x_1); -lean_dec(x_353); -if (lean_obj_tag(x_354) == 0) -{ -lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; uint8_t x_360; -lean_inc(x_1); -x_355 = l_Lean_Compiler_LCNF_Closure_markVisited(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_352); -x_356 = lean_ctor_get(x_355, 1); -lean_inc(x_356); -if (lean_is_exclusive(x_355)) { - lean_ctor_release(x_355, 0); - lean_ctor_release(x_355, 1); - x_357 = x_355; -} else { - lean_dec_ref(x_355); - x_357 = lean_box(0); -} -x_358 = lean_ctor_get(x_2, 0); -lean_inc(x_358); -lean_inc(x_1); -x_359 = lean_apply_1(x_358, x_1); -x_360 = lean_unbox(x_359); -lean_dec(x_359); -if (x_360 == 0) -{ -lean_object* x_361; lean_object* x_362; +lean_object* x_349; lean_object* x_350; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2788,599 +2761,15 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_361 = lean_box(0); -if (lean_is_scalar(x_357)) { - x_362 = lean_alloc_ctor(0, 2, 0); +x_349 = lean_box(0); +if (lean_is_scalar(x_12)) { + x_350 = lean_alloc_ctor(0, 2, 0); } else { - x_362 = x_357; -} -lean_ctor_set(x_362, 0, x_361); -lean_ctor_set(x_362, 1, x_356); -return x_362; -} -else -{ -lean_object* x_363; lean_object* x_364; -lean_dec(x_357); -lean_inc(x_1); -x_363 = l_Lean_Compiler_LCNF_findFunDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_356); -x_364 = lean_ctor_get(x_363, 0); -lean_inc(x_364); -if (lean_obj_tag(x_364) == 0) -{ -lean_object* x_365; lean_object* x_366; lean_object* x_367; -x_365 = lean_ctor_get(x_363, 1); -lean_inc(x_365); -lean_dec(x_363); -lean_inc(x_1); -x_366 = l_Lean_Compiler_LCNF_findParam_x3f(x_1, x_4, x_5, x_6, x_7, x_365); -x_367 = lean_ctor_get(x_366, 0); -lean_inc(x_367); -if (lean_obj_tag(x_367) == 0) -{ -lean_object* x_368; lean_object* x_369; lean_object* x_370; -x_368 = lean_ctor_get(x_366, 1); -lean_inc(x_368); -lean_dec(x_366); -x_369 = l_Lean_Compiler_LCNF_findLetDecl_x3f(x_1, x_4, x_5, x_6, x_7, x_368); -x_370 = lean_ctor_get(x_369, 0); -lean_inc(x_370); -if (lean_obj_tag(x_370) == 0) -{ -lean_object* x_371; lean_object* x_372; lean_object* x_373; -x_371 = lean_ctor_get(x_369, 1); -lean_inc(x_371); -lean_dec(x_369); -x_372 = l_Lean_Compiler_LCNF_Closure_collectFVar___closed__4; -x_373 = l_panic___at_Lean_Compiler_LCNF_Closure_collectFVar___spec__1(x_372, x_2, x_3, x_4, x_5, x_6, x_7, x_371); -return x_373; + x_350 = x_12; } -else -{ -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_374 = lean_ctor_get(x_370, 0); -lean_inc(x_374); -lean_dec(x_370); -x_375 = lean_ctor_get(x_369, 1); -lean_inc(x_375); -lean_dec(x_369); -x_376 = lean_ctor_get(x_374, 0); -lean_inc(x_376); -x_377 = lean_ctor_get(x_374, 1); -lean_inc(x_377); -x_378 = lean_ctor_get(x_374, 2); -lean_inc(x_378); -x_379 = lean_ctor_get(x_374, 3); -lean_inc(x_379); -x_380 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); -x_381 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); -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_378); -x_382 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_380, x_381, x_378, x_2, x_3, x_4, x_5, x_6, x_7, x_375); -if (lean_obj_tag(x_382) == 0) -{ -lean_object* x_383; lean_object* x_384; lean_object* x_385; uint8_t x_386; -x_383 = lean_ctor_get(x_382, 1); -lean_inc(x_383); -lean_dec(x_382); -x_384 = lean_ctor_get(x_2, 1); -lean_inc(x_384); -lean_inc(x_376); -x_385 = lean_apply_1(x_384, x_376); -x_386 = lean_unbox(x_385); -lean_dec(x_385); -if (x_386 == 0) -{ -lean_object* x_387; -lean_dec(x_378); -lean_dec(x_377); -lean_dec(x_376); -lean_inc(x_3); -x_387 = l_Lean_Compiler_LCNF_Closure_collectLetValue(x_379, x_2, x_3, x_4, x_5, x_6, x_7, x_383); -if (lean_obj_tag(x_387) == 0) -{ -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; -x_388 = lean_ctor_get(x_387, 1); -lean_inc(x_388); -lean_dec(x_387); -x_389 = lean_st_ref_take(x_3, x_388); -x_390 = lean_ctor_get(x_389, 0); -lean_inc(x_390); -x_391 = lean_ctor_get(x_389, 1); -lean_inc(x_391); -lean_dec(x_389); -x_392 = lean_ctor_get(x_390, 0); -lean_inc(x_392); -x_393 = lean_ctor_get(x_390, 1); -lean_inc(x_393); -x_394 = lean_ctor_get(x_390, 2); -lean_inc(x_394); -if (lean_is_exclusive(x_390)) { - lean_ctor_release(x_390, 0); - lean_ctor_release(x_390, 1); - lean_ctor_release(x_390, 2); - x_395 = x_390; -} else { - lean_dec_ref(x_390); - x_395 = lean_box(0); -} -x_396 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_396, 0, x_374); -x_397 = lean_array_push(x_394, x_396); -if (lean_is_scalar(x_395)) { - x_398 = lean_alloc_ctor(0, 3, 0); -} else { - x_398 = x_395; -} -lean_ctor_set(x_398, 0, x_392); -lean_ctor_set(x_398, 1, x_393); -lean_ctor_set(x_398, 2, x_397); -x_399 = lean_st_ref_set(x_3, x_398, x_391); -lean_dec(x_3); -x_400 = lean_ctor_get(x_399, 1); -lean_inc(x_400); -if (lean_is_exclusive(x_399)) { - lean_ctor_release(x_399, 0); - lean_ctor_release(x_399, 1); - x_401 = x_399; -} else { - lean_dec_ref(x_399); - x_401 = lean_box(0); -} -x_402 = lean_box(0); -if (lean_is_scalar(x_401)) { - x_403 = lean_alloc_ctor(0, 2, 0); -} else { - x_403 = x_401; -} -lean_ctor_set(x_403, 0, x_402); -lean_ctor_set(x_403, 1, x_400); -return x_403; -} -else -{ -lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; -lean_dec(x_374); -lean_dec(x_3); -x_404 = lean_ctor_get(x_387, 0); -lean_inc(x_404); -x_405 = lean_ctor_get(x_387, 1); -lean_inc(x_405); -if (lean_is_exclusive(x_387)) { - lean_ctor_release(x_387, 0); - lean_ctor_release(x_387, 1); - x_406 = x_387; -} else { - lean_dec_ref(x_387); - x_406 = lean_box(0); -} -if (lean_is_scalar(x_406)) { - x_407 = lean_alloc_ctor(1, 2, 0); -} else { - x_407 = x_406; -} -lean_ctor_set(x_407, 0, x_404); -lean_ctor_set(x_407, 1, x_405); -return x_407; -} -} -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; uint8_t 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_dec(x_379); -lean_dec(x_374); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -x_408 = lean_st_ref_take(x_3, x_383); -x_409 = lean_ctor_get(x_408, 0); -lean_inc(x_409); -x_410 = lean_ctor_get(x_408, 1); -lean_inc(x_410); -lean_dec(x_408); -x_411 = lean_ctor_get(x_409, 0); -lean_inc(x_411); -x_412 = lean_ctor_get(x_409, 1); -lean_inc(x_412); -x_413 = lean_ctor_get(x_409, 2); -lean_inc(x_413); -if (lean_is_exclusive(x_409)) { - lean_ctor_release(x_409, 0); - lean_ctor_release(x_409, 1); - lean_ctor_release(x_409, 2); - x_414 = x_409; -} else { - lean_dec_ref(x_409); - x_414 = lean_box(0); -} -x_415 = 0; -x_416 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_416, 0, x_376); -lean_ctor_set(x_416, 1, x_377); -lean_ctor_set(x_416, 2, x_378); -lean_ctor_set_uint8(x_416, sizeof(void*)*3, x_415); -x_417 = lean_array_push(x_412, x_416); -if (lean_is_scalar(x_414)) { - x_418 = lean_alloc_ctor(0, 3, 0); -} else { - x_418 = x_414; -} -lean_ctor_set(x_418, 0, x_411); -lean_ctor_set(x_418, 1, x_417); -lean_ctor_set(x_418, 2, x_413); -x_419 = lean_st_ref_set(x_3, x_418, x_410); -lean_dec(x_3); -x_420 = lean_ctor_get(x_419, 1); -lean_inc(x_420); -if (lean_is_exclusive(x_419)) { - lean_ctor_release(x_419, 0); - lean_ctor_release(x_419, 1); - x_421 = x_419; -} else { - lean_dec_ref(x_419); - x_421 = lean_box(0); -} -x_422 = lean_box(0); -if (lean_is_scalar(x_421)) { - x_423 = lean_alloc_ctor(0, 2, 0); -} else { - x_423 = x_421; -} -lean_ctor_set(x_423, 0, x_422); -lean_ctor_set(x_423, 1, x_420); -return x_423; -} -} -else -{ -lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; -lean_dec(x_379); -lean_dec(x_378); -lean_dec(x_377); -lean_dec(x_376); -lean_dec(x_374); -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_424 = lean_ctor_get(x_382, 0); -lean_inc(x_424); -x_425 = lean_ctor_get(x_382, 1); -lean_inc(x_425); -if (lean_is_exclusive(x_382)) { - lean_ctor_release(x_382, 0); - lean_ctor_release(x_382, 1); - x_426 = x_382; -} else { - lean_dec_ref(x_382); - x_426 = lean_box(0); -} -if (lean_is_scalar(x_426)) { - x_427 = lean_alloc_ctor(1, 2, 0); -} else { - x_427 = x_426; -} -lean_ctor_set(x_427, 0, x_424); -lean_ctor_set(x_427, 1, x_425); -return x_427; -} -} -} -else -{ -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_dec(x_1); -x_428 = lean_ctor_get(x_366, 1); -lean_inc(x_428); -lean_dec(x_366); -x_429 = lean_ctor_get(x_367, 0); -lean_inc(x_429); -lean_dec(x_367); -x_430 = lean_ctor_get(x_429, 2); -lean_inc(x_430); -x_431 = lean_alloc_closure((void*)(l_Lean_Expr_isFVar___boxed), 1, 0); -x_432 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Closure_collectType___lambda__1), 8, 0); -lean_inc(x_3); -x_433 = l_Lean_ForEachExprWhere_visit___at_Lean_Compiler_LCNF_Closure_collectType___spec__1(x_431, x_432, x_430, x_2, x_3, x_4, x_5, x_6, x_7, x_428); -if (lean_obj_tag(x_433) == 0) -{ -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; -x_434 = lean_ctor_get(x_433, 1); -lean_inc(x_434); -lean_dec(x_433); -x_435 = lean_st_ref_take(x_3, x_434); -x_436 = lean_ctor_get(x_435, 0); -lean_inc(x_436); -x_437 = lean_ctor_get(x_435, 1); -lean_inc(x_437); -lean_dec(x_435); -x_438 = lean_ctor_get(x_436, 0); -lean_inc(x_438); -x_439 = lean_ctor_get(x_436, 1); -lean_inc(x_439); -x_440 = lean_ctor_get(x_436, 2); -lean_inc(x_440); -if (lean_is_exclusive(x_436)) { - lean_ctor_release(x_436, 0); - lean_ctor_release(x_436, 1); - lean_ctor_release(x_436, 2); - x_441 = x_436; -} else { - lean_dec_ref(x_436); - x_441 = lean_box(0); -} -x_442 = lean_array_push(x_439, x_429); -if (lean_is_scalar(x_441)) { - x_443 = lean_alloc_ctor(0, 3, 0); -} else { - x_443 = x_441; -} -lean_ctor_set(x_443, 0, x_438); -lean_ctor_set(x_443, 1, x_442); -lean_ctor_set(x_443, 2, x_440); -x_444 = lean_st_ref_set(x_3, x_443, x_437); -lean_dec(x_3); -x_445 = lean_ctor_get(x_444, 1); -lean_inc(x_445); -if (lean_is_exclusive(x_444)) { - lean_ctor_release(x_444, 0); - lean_ctor_release(x_444, 1); - x_446 = x_444; -} else { - lean_dec_ref(x_444); - x_446 = lean_box(0); -} -x_447 = lean_box(0); -if (lean_is_scalar(x_446)) { - x_448 = lean_alloc_ctor(0, 2, 0); -} else { - x_448 = x_446; -} -lean_ctor_set(x_448, 0, x_447); -lean_ctor_set(x_448, 1, x_445); -return x_448; -} -else -{ -lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; -lean_dec(x_429); -lean_dec(x_3); -x_449 = lean_ctor_get(x_433, 0); -lean_inc(x_449); -x_450 = lean_ctor_get(x_433, 1); -lean_inc(x_450); -if (lean_is_exclusive(x_433)) { - lean_ctor_release(x_433, 0); - lean_ctor_release(x_433, 1); - x_451 = x_433; -} else { - lean_dec_ref(x_433); - x_451 = lean_box(0); -} -if (lean_is_scalar(x_451)) { - x_452 = lean_alloc_ctor(1, 2, 0); -} else { - x_452 = x_451; -} -lean_ctor_set(x_452, 0, x_449); -lean_ctor_set(x_452, 1, x_450); -return x_452; -} -} -} -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; uint8_t x_460; -lean_dec(x_1); -x_453 = lean_ctor_get(x_364, 0); -lean_inc(x_453); -lean_dec(x_364); -x_454 = lean_ctor_get(x_363, 1); -lean_inc(x_454); -lean_dec(x_363); -x_455 = lean_ctor_get(x_2, 1); -lean_inc(x_455); -x_456 = lean_ctor_get(x_453, 0); -lean_inc(x_456); -x_457 = lean_ctor_get(x_453, 1); -lean_inc(x_457); -x_458 = lean_ctor_get(x_453, 3); -lean_inc(x_458); -lean_inc(x_456); -x_459 = lean_apply_1(x_455, x_456); -x_460 = lean_unbox(x_459); -lean_dec(x_459); -if (x_460 == 0) -{ -lean_object* x_461; -lean_dec(x_458); -lean_dec(x_457); -lean_dec(x_456); -lean_inc(x_3); -lean_inc(x_453); -x_461 = l_Lean_Compiler_LCNF_Closure_collectFunDecl(x_453, x_2, x_3, x_4, x_5, x_6, x_7, x_454); -if (lean_obj_tag(x_461) == 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; 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; -x_462 = lean_ctor_get(x_461, 1); -lean_inc(x_462); -lean_dec(x_461); -x_463 = lean_st_ref_take(x_3, x_462); -x_464 = lean_ctor_get(x_463, 0); -lean_inc(x_464); -x_465 = lean_ctor_get(x_463, 1); -lean_inc(x_465); -lean_dec(x_463); -x_466 = lean_ctor_get(x_464, 0); -lean_inc(x_466); -x_467 = lean_ctor_get(x_464, 1); -lean_inc(x_467); -x_468 = lean_ctor_get(x_464, 2); -lean_inc(x_468); -if (lean_is_exclusive(x_464)) { - lean_ctor_release(x_464, 0); - lean_ctor_release(x_464, 1); - lean_ctor_release(x_464, 2); - x_469 = x_464; -} else { - lean_dec_ref(x_464); - x_469 = lean_box(0); -} -x_470 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_470, 0, x_453); -x_471 = lean_array_push(x_468, x_470); -if (lean_is_scalar(x_469)) { - x_472 = lean_alloc_ctor(0, 3, 0); -} else { - x_472 = x_469; -} -lean_ctor_set(x_472, 0, x_466); -lean_ctor_set(x_472, 1, x_467); -lean_ctor_set(x_472, 2, x_471); -x_473 = lean_st_ref_set(x_3, x_472, x_465); -lean_dec(x_3); -x_474 = lean_ctor_get(x_473, 1); -lean_inc(x_474); -if (lean_is_exclusive(x_473)) { - lean_ctor_release(x_473, 0); - lean_ctor_release(x_473, 1); - x_475 = x_473; -} else { - lean_dec_ref(x_473); - x_475 = lean_box(0); -} -x_476 = lean_box(0); -if (lean_is_scalar(x_475)) { - x_477 = lean_alloc_ctor(0, 2, 0); -} else { - x_477 = x_475; -} -lean_ctor_set(x_477, 0, x_476); -lean_ctor_set(x_477, 1, x_474); -return x_477; -} -else -{ -lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; -lean_dec(x_453); -lean_dec(x_3); -x_478 = lean_ctor_get(x_461, 0); -lean_inc(x_478); -x_479 = lean_ctor_get(x_461, 1); -lean_inc(x_479); -if (lean_is_exclusive(x_461)) { - lean_ctor_release(x_461, 0); - lean_ctor_release(x_461, 1); - x_480 = x_461; -} else { - lean_dec_ref(x_461); - x_480 = lean_box(0); -} -if (lean_is_scalar(x_480)) { - x_481 = lean_alloc_ctor(1, 2, 0); -} else { - x_481 = x_480; -} -lean_ctor_set(x_481, 0, x_478); -lean_ctor_set(x_481, 1, x_479); -return x_481; -} -} -else -{ -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; uint8_t 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_dec(x_453); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -x_482 = lean_st_ref_take(x_3, x_454); -x_483 = lean_ctor_get(x_482, 0); -lean_inc(x_483); -x_484 = lean_ctor_get(x_482, 1); -lean_inc(x_484); -lean_dec(x_482); -x_485 = lean_ctor_get(x_483, 0); -lean_inc(x_485); -x_486 = lean_ctor_get(x_483, 1); -lean_inc(x_486); -x_487 = lean_ctor_get(x_483, 2); -lean_inc(x_487); -if (lean_is_exclusive(x_483)) { - lean_ctor_release(x_483, 0); - lean_ctor_release(x_483, 1); - lean_ctor_release(x_483, 2); - x_488 = x_483; -} else { - lean_dec_ref(x_483); - x_488 = lean_box(0); -} -x_489 = 0; -x_490 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_490, 0, x_456); -lean_ctor_set(x_490, 1, x_457); -lean_ctor_set(x_490, 2, x_458); -lean_ctor_set_uint8(x_490, sizeof(void*)*3, x_489); -x_491 = lean_array_push(x_486, x_490); -if (lean_is_scalar(x_488)) { - x_492 = lean_alloc_ctor(0, 3, 0); -} else { - x_492 = x_488; -} -lean_ctor_set(x_492, 0, x_485); -lean_ctor_set(x_492, 1, x_491); -lean_ctor_set(x_492, 2, x_487); -x_493 = lean_st_ref_set(x_3, x_492, x_484); -lean_dec(x_3); -x_494 = lean_ctor_get(x_493, 1); -lean_inc(x_494); -if (lean_is_exclusive(x_493)) { - lean_ctor_release(x_493, 0); - lean_ctor_release(x_493, 1); - x_495 = x_493; -} else { - lean_dec_ref(x_493); - x_495 = lean_box(0); -} -x_496 = lean_box(0); -if (lean_is_scalar(x_495)) { - x_497 = lean_alloc_ctor(0, 2, 0); -} else { - x_497 = x_495; -} -lean_ctor_set(x_497, 0, x_496); -lean_ctor_set(x_497, 1, x_494); -return x_497; -} -} -} -} -else -{ -lean_object* x_498; lean_object* x_499; -lean_dec(x_354); -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_498 = lean_box(0); -x_499 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_499, 0, x_498); -lean_ctor_set(x_499, 1, x_352); -return x_499; +lean_ctor_set(x_350, 0, x_349); +lean_ctor_set(x_350, 1, x_11); +return x_350; } } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/CompatibleTypes.c b/stage0/stdlib/Lean/Compiler/LCNF/CompatibleTypes.c index d0039ccf4d4b..7a847577e9d6 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/CompatibleTypes.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/CompatibleTypes.c @@ -39,271 +39,291 @@ lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_compatibleTypesQuick(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_isErased(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_55; +x_55 = l_Lean_Expr_isErased(x_1); +if (x_55 == 0) +{ +uint8_t x_56; +x_56 = l_Lean_Expr_isErased(x_2); +x_3 = x_56; +goto block_54; +} +else { -uint8_t x_4; -x_4 = l_Lean_Expr_isErased(x_2); -if (x_4 == 0) +uint8_t x_57; +x_57 = 1; +x_3 = x_57; +goto block_54; +} +block_54: { -lean_object* x_5; lean_object* x_6; uint8_t x_7; +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; uint8_t x_48; lean_inc(x_1); -x_5 = l_Lean_Expr_headBeta(x_1); +x_4 = l_Lean_Expr_headBeta(x_1); lean_inc(x_2); -x_6 = l_Lean_Expr_headBeta(x_2); -x_7 = lean_expr_eqv(x_1, x_5); -if (x_7 == 0) +x_5 = l_Lean_Expr_headBeta(x_2); +x_48 = lean_expr_eqv(x_1, x_4); +if (x_48 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_5; -x_2 = x_6; -goto _start; +uint8_t x_49; +x_49 = 1; +x_6 = x_49; +goto block_47; } else { -uint8_t x_9; -x_9 = lean_expr_eqv(x_2, x_6); -if (x_9 == 0) +uint8_t x_50; +x_50 = lean_expr_eqv(x_2, x_5); +if (x_50 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_5; -x_2 = x_6; -goto _start; +uint8_t x_51; +x_51 = 1; +x_6 = x_51; +goto block_47; } else { -uint8_t x_11; -lean_dec(x_6); +uint8_t x_52; +x_52 = 0; +x_6 = x_52; +goto block_47; +} +} +block_47: +{ +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_5); -x_11 = lean_expr_eqv(x_1, x_2); -if (x_11 == 0) +lean_dec(x_4); +x_7 = lean_expr_eqv(x_1, x_2); +if (x_7 == 0) { switch (lean_obj_tag(x_1)) { case 3: { if (lean_obj_tag(x_2) == 3) { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_1, 0); -lean_inc(x_12); +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_ctor_get(x_1, 0); +lean_inc(x_8); lean_dec(x_1); -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); lean_dec(x_2); -x_14 = l_Lean_Level_isEquiv(x_12, x_13); -return x_14; +x_10 = l_Lean_Level_isEquiv(x_8, x_9); +return x_10; } else { -uint8_t x_15; +uint8_t x_11; lean_dec(x_2); lean_dec(x_1); -x_15 = 0; -return x_15; +x_11 = 0; +return x_11; } } case 4: { if (lean_obj_tag(x_2) == 4) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_16 = lean_ctor_get(x_1, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_1, 1); -lean_inc(x_17); +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_1, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_1, 1); +lean_inc(x_13); lean_dec(x_1); -x_18 = lean_ctor_get(x_2, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_2, 1); -lean_inc(x_19); +x_14 = lean_ctor_get(x_2, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_2, 1); +lean_inc(x_15); lean_dec(x_2); -x_20 = lean_name_eq(x_16, x_18); -lean_dec(x_18); -lean_dec(x_16); -if (x_20 == 0) +x_16 = lean_name_eq(x_12, x_14); +lean_dec(x_14); +lean_dec(x_12); +if (x_16 == 0) { -uint8_t x_21; -lean_dec(x_19); -lean_dec(x_17); -x_21 = 0; -return x_21; +uint8_t x_17; +lean_dec(x_15); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -uint8_t x_22; -x_22 = l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1(x_17, x_19); -return x_22; +uint8_t x_18; +x_18 = l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1(x_13, x_15); +return x_18; } } else { -uint8_t x_23; +uint8_t x_19; lean_dec(x_2); lean_dec(x_1); -x_23 = 0; -return x_23; +x_19 = 0; +return x_19; } } case 5: { if (lean_obj_tag(x_2) == 5) { -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_1, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_1, 1); -lean_inc(x_25); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_20 = lean_ctor_get(x_1, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_1, 1); +lean_inc(x_21); lean_dec(x_1); -x_26 = lean_ctor_get(x_2, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_2, 1); -lean_inc(x_27); +x_22 = lean_ctor_get(x_2, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_2, 1); +lean_inc(x_23); lean_dec(x_2); -x_28 = l_Lean_Compiler_LCNF_compatibleTypesQuick(x_24, x_26); -if (x_28 == 0) +x_24 = l_Lean_Compiler_LCNF_compatibleTypesQuick(x_20, x_22); +if (x_24 == 0) { -uint8_t x_29; -lean_dec(x_27); -lean_dec(x_25); -x_29 = 0; -return x_29; +uint8_t x_25; +lean_dec(x_23); +lean_dec(x_21); +x_25 = 0; +return x_25; } else { -x_1 = x_25; -x_2 = x_27; +x_1 = x_21; +x_2 = x_23; goto _start; } } else { -uint8_t x_31; +uint8_t x_27; lean_dec(x_2); lean_dec(x_1); -x_31 = 0; -return x_31; +x_27 = 0; +return x_27; } } case 6: { if (lean_obj_tag(x_2) == 6) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_32 = lean_ctor_get(x_1, 1); -lean_inc(x_32); -x_33 = lean_ctor_get(x_1, 2); -lean_inc(x_33); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_28 = lean_ctor_get(x_1, 1); +lean_inc(x_28); +x_29 = lean_ctor_get(x_1, 2); +lean_inc(x_29); lean_dec(x_1); -x_34 = lean_ctor_get(x_2, 1); -lean_inc(x_34); -x_35 = lean_ctor_get(x_2, 2); -lean_inc(x_35); +x_30 = lean_ctor_get(x_2, 1); +lean_inc(x_30); +x_31 = lean_ctor_get(x_2, 2); +lean_inc(x_31); lean_dec(x_2); -x_36 = l_Lean_Compiler_LCNF_compatibleTypesQuick(x_32, x_34); -if (x_36 == 0) +x_32 = l_Lean_Compiler_LCNF_compatibleTypesQuick(x_28, x_30); +if (x_32 == 0) { -uint8_t x_37; -lean_dec(x_35); -lean_dec(x_33); -x_37 = 0; -return x_37; +uint8_t x_33; +lean_dec(x_31); +lean_dec(x_29); +x_33 = 0; +return x_33; } else { -x_1 = x_33; -x_2 = x_35; +x_1 = x_29; +x_2 = x_31; goto _start; } } else { -uint8_t x_39; +uint8_t x_35; lean_dec(x_2); lean_dec(x_1); -x_39 = 0; -return x_39; +x_35 = 0; +return x_35; } } case 7: { if (lean_obj_tag(x_2) == 7) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_40 = lean_ctor_get(x_1, 1); -lean_inc(x_40); -x_41 = lean_ctor_get(x_1, 2); -lean_inc(x_41); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_36 = lean_ctor_get(x_1, 1); +lean_inc(x_36); +x_37 = lean_ctor_get(x_1, 2); +lean_inc(x_37); lean_dec(x_1); -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); +x_38 = lean_ctor_get(x_2, 1); +lean_inc(x_38); +x_39 = lean_ctor_get(x_2, 2); +lean_inc(x_39); lean_dec(x_2); -x_44 = l_Lean_Compiler_LCNF_compatibleTypesQuick(x_40, x_42); -if (x_44 == 0) +x_40 = l_Lean_Compiler_LCNF_compatibleTypesQuick(x_36, x_38); +if (x_40 == 0) { -uint8_t x_45; -lean_dec(x_43); -lean_dec(x_41); -x_45 = 0; -return x_45; +uint8_t x_41; +lean_dec(x_39); +lean_dec(x_37); +x_41 = 0; +return x_41; } else { -x_1 = x_41; -x_2 = x_43; +x_1 = x_37; +x_2 = x_39; goto _start; } } else { -uint8_t x_47; +uint8_t x_43; lean_dec(x_2); lean_dec(x_1); -x_47 = 0; -return x_47; +x_43 = 0; +return x_43; } } default: { -uint8_t x_48; +uint8_t x_44; lean_dec(x_2); lean_dec(x_1); -x_48 = 0; -return x_48; +x_44 = 0; +return x_44; } } } else { -uint8_t x_49; +uint8_t x_45; lean_dec(x_2); lean_dec(x_1); -x_49 = 1; -return x_49; -} -} +x_45 = 1; +return x_45; } } else { -uint8_t x_50; lean_dec(x_2); lean_dec(x_1); -x_50 = 1; -return x_50; +x_1 = x_4; +x_2 = x_5; +goto _start; +} } } else { -uint8_t x_51; +uint8_t x_53; lean_dec(x_2); lean_dec(x_1); -x_51 = 1; -return x_51; +x_53 = 1; +return x_53; +} } } } @@ -460,83 +480,103 @@ return x_21; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(lean_object* x_1, lean_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; -x_9 = l_Lean_Expr_isErased(x_1); -if (x_9 == 0) +uint8_t x_9; uint8_t x_343; +x_343 = l_Lean_Expr_isErased(x_1); +if (x_343 == 0) { -uint8_t x_10; -x_10 = l_Lean_Expr_isErased(x_2); -if (x_10 == 0) +uint8_t x_344; +x_344 = l_Lean_Expr_isErased(x_2); +x_9 = x_344; +goto block_342; +} +else +{ +uint8_t x_345; +x_345 = 1; +x_9 = x_345; +goto block_342; +} +block_342: +{ +if (x_9 == 0) { -lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_334; lean_inc(x_1); -x_11 = l_Lean_Expr_headBeta(x_1); +x_10 = l_Lean_Expr_headBeta(x_1); lean_inc(x_2); -x_12 = l_Lean_Expr_headBeta(x_2); -x_13 = lean_expr_eqv(x_1, x_11); -if (x_13 == 0) +x_11 = l_Lean_Expr_headBeta(x_2); +x_334 = lean_expr_eqv(x_1, x_10); +if (x_334 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_11; -x_2 = x_12; -goto _start; +uint8_t x_335; +x_335 = 1; +x_12 = x_335; +goto block_333; } else { -uint8_t x_15; -x_15 = lean_expr_eqv(x_2, x_12); -if (x_15 == 0) +uint8_t x_336; +x_336 = lean_expr_eqv(x_2, x_11); +if (x_336 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_11; -x_2 = x_12; -goto _start; +uint8_t x_337; +x_337 = 1; +x_12 = x_337; +goto block_333; } else { -uint8_t x_17; -lean_dec(x_12); +uint8_t x_338; +x_338 = 0; +x_12 = x_338; +goto block_333; +} +} +block_333: +{ +if (x_12 == 0) +{ +uint8_t x_13; lean_dec(x_11); -x_17 = lean_expr_eqv(x_1, x_2); -if (x_17 == 0) +lean_dec(x_10); +x_13 = lean_expr_eqv(x_1, x_2); +if (x_13 == 0) { switch (lean_obj_tag(x_1)) { case 3: { if (lean_obj_tag(x_2) == 3) { -lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; lean_object* x_22; +lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_18 = lean_ctor_get(x_1, 0); -lean_inc(x_18); +x_14 = lean_ctor_get(x_1, 0); +lean_inc(x_14); lean_dec(x_1); -x_19 = lean_ctor_get(x_2, 0); -lean_inc(x_19); +x_15 = lean_ctor_get(x_2, 0); +lean_inc(x_15); lean_dec(x_2); -x_20 = l_Lean_Level_isEquiv(x_18, x_19); -x_21 = lean_box(x_20); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_8); -return x_22; +x_16 = l_Lean_Level_isEquiv(x_14, x_15); +x_17 = lean_box(x_16); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_8); +return x_18; } else { -uint8_t x_23; -x_23 = l_Lean_Expr_isLambda(x_1); -if (x_23 == 0) +uint8_t x_19; +x_19 = l_Lean_Expr_isLambda(x_1); +if (x_19 == 0) { -uint8_t x_24; -x_24 = l_Lean_Expr_isLambda(x_2); -if (x_24 == 0) +uint8_t x_20; +x_20 = l_Lean_Expr_isLambda(x_2); +if (x_20 == 0) { -uint8_t x_25; lean_object* x_26; lean_object* x_27; +uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -544,193 +584,193 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_25 = 0; -x_26 = lean_box(x_25); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_8); -return x_27; +x_21 = 0; +x_22 = lean_box(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_8); +return x_23; } else { -lean_object* x_28; +lean_object* x_24; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_28 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_28) == 0) +x_24 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_29; -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -if (lean_obj_tag(x_29) == 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_30; +uint8_t x_26; 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_30 = !lean_is_exclusive(x_28); -if (x_30 == 0) +x_26 = !lean_is_exclusive(x_24); +if (x_26 == 0) { -lean_object* x_31; uint8_t x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_28, 0); -lean_dec(x_31); -x_32 = 0; -x_33 = lean_box(x_32); -lean_ctor_set(x_28, 0, x_33); -return x_28; +lean_object* x_27; uint8_t x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_24, 0); +lean_dec(x_27); +x_28 = 0; +x_29 = lean_box(x_28); +lean_ctor_set(x_24, 0, x_29); +return x_24; } else { -lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); -x_35 = 0; -x_36 = lean_box(x_35); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_34); -return x_37; +lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = 0; +x_32 = lean_box(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_30); +return x_33; } } else { -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_28, 1); -lean_inc(x_38); -lean_dec(x_28); -x_39 = lean_ctor_get(x_29, 0); -lean_inc(x_39); -lean_dec(x_29); -x_1 = x_39; -x_8 = x_38; +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_24, 1); +lean_inc(x_34); +lean_dec(x_24); +x_35 = lean_ctor_get(x_25, 0); +lean_inc(x_35); +lean_dec(x_25); +x_1 = x_35; +x_8 = x_34; goto _start; } } else { -uint8_t x_41; +uint8_t x_37; 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_41 = !lean_is_exclusive(x_28); -if (x_41 == 0) +x_37 = !lean_is_exclusive(x_24); +if (x_37 == 0) { -return x_28; +return x_24; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_28, 0); -x_43 = lean_ctor_get(x_28, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_28); -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; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_24, 0); +x_39 = lean_ctor_get(x_24, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_24); +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 { -lean_object* x_45; +lean_object* x_41; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_45 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_45) == 0) +x_41 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_46; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -if (lean_obj_tag(x_46) == 0) +lean_object* x_42; +x_42 = lean_ctor_get(x_41, 0); +lean_inc(x_42); +if (lean_obj_tag(x_42) == 0) { -uint8_t x_47; +uint8_t x_43; 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_47 = !lean_is_exclusive(x_45); -if (x_47 == 0) -{ -lean_object* x_48; uint8_t x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -x_49 = 0; -x_50 = lean_box(x_49); -lean_ctor_set(x_45, 0, x_50); -return x_45; +x_43 = !lean_is_exclusive(x_41); +if (x_43 == 0) +{ +lean_object* x_44; uint8_t x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_41, 0); +lean_dec(x_44); +x_45 = 0; +x_46 = lean_box(x_45); +lean_ctor_set(x_41, 0, x_46); +return x_41; } else { -lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_45, 1); -lean_inc(x_51); -lean_dec(x_45); -x_52 = 0; -x_53 = lean_box(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_51); -return x_54; +lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; +x_47 = lean_ctor_get(x_41, 1); +lean_inc(x_47); +lean_dec(x_41); +x_48 = 0; +x_49 = lean_box(x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_47); +return x_50; } } else { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_45, 1); -lean_inc(x_55); -lean_dec(x_45); -x_56 = lean_ctor_get(x_46, 0); -lean_inc(x_56); -lean_dec(x_46); -x_2 = x_56; -x_8 = x_55; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_41, 1); +lean_inc(x_51); +lean_dec(x_41); +x_52 = lean_ctor_get(x_42, 0); +lean_inc(x_52); +lean_dec(x_42); +x_2 = x_52; +x_8 = x_51; goto _start; } } else { -uint8_t x_58; +uint8_t x_54; 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_58 = !lean_is_exclusive(x_45); -if (x_58 == 0) +x_54 = !lean_is_exclusive(x_41); +if (x_54 == 0) { -return x_45; +return x_41; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_45, 0); -x_60 = lean_ctor_get(x_45, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_45); -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_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_41, 0); +x_56 = lean_ctor_get(x_41, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_41); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } @@ -740,59 +780,59 @@ case 4: { if (lean_obj_tag(x_2) == 4) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_62 = lean_ctor_get(x_1, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_1, 1); -lean_inc(x_63); +x_58 = lean_ctor_get(x_1, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_1, 1); +lean_inc(x_59); lean_dec(x_1); -x_64 = lean_ctor_get(x_2, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 1); -lean_inc(x_65); +x_60 = lean_ctor_get(x_2, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_2, 1); +lean_inc(x_61); lean_dec(x_2); -x_66 = lean_name_eq(x_62, x_64); -lean_dec(x_64); -lean_dec(x_62); -if (x_66 == 0) +x_62 = lean_name_eq(x_58, x_60); +lean_dec(x_60); +lean_dec(x_58); +if (x_62 == 0) { -uint8_t x_67; lean_object* x_68; lean_object* x_69; -lean_dec(x_65); -lean_dec(x_63); -x_67 = 0; -x_68 = lean_box(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_8); -return x_69; +uint8_t x_63; lean_object* x_64; lean_object* x_65; +lean_dec(x_61); +lean_dec(x_59); +x_63 = 0; +x_64 = lean_box(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_8); +return x_65; } else { -uint8_t x_70; lean_object* x_71; lean_object* x_72; -x_70 = l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1(x_63, x_65); -x_71 = lean_box(x_70); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_8); -return x_72; +uint8_t x_66; lean_object* x_67; lean_object* x_68; +x_66 = l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1(x_59, x_61); +x_67 = lean_box(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_8); +return x_68; } } else { -uint8_t x_73; -x_73 = l_Lean_Expr_isLambda(x_1); -if (x_73 == 0) +uint8_t x_69; +x_69 = l_Lean_Expr_isLambda(x_1); +if (x_69 == 0) { -uint8_t x_74; -x_74 = l_Lean_Expr_isLambda(x_2); -if (x_74 == 0) +uint8_t x_70; +x_70 = l_Lean_Expr_isLambda(x_2); +if (x_70 == 0) { -uint8_t x_75; lean_object* x_76; lean_object* x_77; +uint8_t x_71; lean_object* x_72; lean_object* x_73; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -800,193 +840,193 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_75 = 0; -x_76 = lean_box(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_8); -return x_77; +x_71 = 0; +x_72 = lean_box(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_8); +return x_73; } else { -lean_object* x_78; +lean_object* x_74; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_78 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_78) == 0) +x_74 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_74) == 0) { -lean_object* x_79; -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -if (lean_obj_tag(x_79) == 0) +lean_object* x_75; +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +if (lean_obj_tag(x_75) == 0) { -uint8_t x_80; +uint8_t x_76; 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_80 = !lean_is_exclusive(x_78); -if (x_80 == 0) +x_76 = !lean_is_exclusive(x_74); +if (x_76 == 0) { -lean_object* x_81; uint8_t x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_78, 0); -lean_dec(x_81); -x_82 = 0; -x_83 = lean_box(x_82); -lean_ctor_set(x_78, 0, x_83); -return x_78; +lean_object* x_77; uint8_t x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_74, 0); +lean_dec(x_77); +x_78 = 0; +x_79 = lean_box(x_78); +lean_ctor_set(x_74, 0, x_79); +return x_74; } else { -lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_87; -x_84 = lean_ctor_get(x_78, 1); -lean_inc(x_84); -lean_dec(x_78); -x_85 = 0; -x_86 = lean_box(x_85); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_84); -return x_87; +lean_object* x_80; uint8_t x_81; lean_object* x_82; lean_object* x_83; +x_80 = lean_ctor_get(x_74, 1); +lean_inc(x_80); +lean_dec(x_74); +x_81 = 0; +x_82 = lean_box(x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_80); +return x_83; } } else { -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_78, 1); -lean_inc(x_88); -lean_dec(x_78); -x_89 = lean_ctor_get(x_79, 0); -lean_inc(x_89); -lean_dec(x_79); -x_1 = x_89; -x_8 = x_88; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_74, 1); +lean_inc(x_84); +lean_dec(x_74); +x_85 = lean_ctor_get(x_75, 0); +lean_inc(x_85); +lean_dec(x_75); +x_1 = x_85; +x_8 = x_84; goto _start; } } else { -uint8_t x_91; +uint8_t x_87; 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_91 = !lean_is_exclusive(x_78); -if (x_91 == 0) +x_87 = !lean_is_exclusive(x_74); +if (x_87 == 0) { -return x_78; +return x_74; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_78, 0); -x_93 = lean_ctor_get(x_78, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_78); -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; +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_74, 0); +x_89 = lean_ctor_get(x_74, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_74); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } } } else { -lean_object* x_95; +lean_object* x_91; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_95 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_95) == 0) +x_91 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_91) == 0) { -lean_object* x_96; -x_96 = lean_ctor_get(x_95, 0); -lean_inc(x_96); -if (lean_obj_tag(x_96) == 0) +lean_object* x_92; +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +if (lean_obj_tag(x_92) == 0) { -uint8_t x_97; +uint8_t x_93; 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_97 = !lean_is_exclusive(x_95); -if (x_97 == 0) +x_93 = !lean_is_exclusive(x_91); +if (x_93 == 0) { -lean_object* x_98; uint8_t x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_95, 0); -lean_dec(x_98); -x_99 = 0; -x_100 = lean_box(x_99); -lean_ctor_set(x_95, 0, x_100); -return x_95; +lean_object* x_94; uint8_t x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +x_95 = 0; +x_96 = lean_box(x_95); +lean_ctor_set(x_91, 0, x_96); +return x_91; } else { -lean_object* x_101; uint8_t x_102; lean_object* x_103; lean_object* x_104; -x_101 = lean_ctor_get(x_95, 1); -lean_inc(x_101); -lean_dec(x_95); -x_102 = 0; -x_103 = lean_box(x_102); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_101); -return x_104; +lean_object* x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; +x_97 = lean_ctor_get(x_91, 1); +lean_inc(x_97); +lean_dec(x_91); +x_98 = 0; +x_99 = lean_box(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_97); +return x_100; } } else { -lean_object* x_105; lean_object* x_106; -x_105 = lean_ctor_get(x_95, 1); -lean_inc(x_105); -lean_dec(x_95); -x_106 = lean_ctor_get(x_96, 0); -lean_inc(x_106); -lean_dec(x_96); -x_2 = x_106; -x_8 = x_105; +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_91, 1); +lean_inc(x_101); +lean_dec(x_91); +x_102 = lean_ctor_get(x_92, 0); +lean_inc(x_102); +lean_dec(x_92); +x_2 = x_102; +x_8 = x_101; goto _start; } } else { -uint8_t x_108; +uint8_t x_104; 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_108 = !lean_is_exclusive(x_95); -if (x_108 == 0) +x_104 = !lean_is_exclusive(x_91); +if (x_104 == 0) { -return x_95; +return x_91; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_95, 0); -x_110 = lean_ctor_get(x_95, 1); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_95); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_91, 0); +x_106 = lean_ctor_get(x_91, 1); +lean_inc(x_106); +lean_inc(x_105); +lean_dec(x_91); +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; } } } @@ -996,113 +1036,113 @@ case 5: { if (lean_obj_tag(x_2) == 5) { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_112 = lean_ctor_get(x_1, 0); -lean_inc(x_112); -x_113 = lean_ctor_get(x_1, 1); -lean_inc(x_113); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_108 = lean_ctor_get(x_1, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_1, 1); +lean_inc(x_109); lean_dec(x_1); -x_114 = lean_ctor_get(x_2, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_2, 1); -lean_inc(x_115); +x_110 = lean_ctor_get(x_2, 0); +lean_inc(x_110); +x_111 = lean_ctor_get(x_2, 1); +lean_inc(x_111); lean_dec(x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_116 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(x_112, x_114, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_116) == 0) +x_112 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(x_108, x_110, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_112) == 0) { -lean_object* x_117; uint8_t x_118; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_unbox(x_117); -if (x_118 == 0) +lean_object* x_113; uint8_t x_114; +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_unbox(x_113); +if (x_114 == 0) { -uint8_t x_119; -lean_dec(x_115); -lean_dec(x_113); +uint8_t x_115; +lean_dec(x_111); +lean_dec(x_109); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_119 = !lean_is_exclusive(x_116); -if (x_119 == 0) +x_115 = !lean_is_exclusive(x_112); +if (x_115 == 0) { -lean_object* x_120; -x_120 = lean_ctor_get(x_116, 0); -lean_dec(x_120); -return x_116; +lean_object* x_116; +x_116 = lean_ctor_get(x_112, 0); +lean_dec(x_116); +return x_112; } else { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_116, 1); -lean_inc(x_121); -lean_dec(x_116); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_117); -lean_ctor_set(x_122, 1, x_121); -return x_122; +lean_object* x_117; lean_object* x_118; +x_117 = lean_ctor_get(x_112, 1); +lean_inc(x_117); +lean_dec(x_112); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_113); +lean_ctor_set(x_118, 1, x_117); +return x_118; } } else { -lean_object* x_123; -lean_dec(x_117); -x_123 = lean_ctor_get(x_116, 1); -lean_inc(x_123); -lean_dec(x_116); -x_1 = x_113; -x_2 = x_115; -x_8 = x_123; +lean_object* x_119; +lean_dec(x_113); +x_119 = lean_ctor_get(x_112, 1); +lean_inc(x_119); +lean_dec(x_112); +x_1 = x_109; +x_2 = x_111; +x_8 = x_119; goto _start; } } else { -uint8_t x_125; -lean_dec(x_115); -lean_dec(x_113); +uint8_t x_121; +lean_dec(x_111); +lean_dec(x_109); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_125 = !lean_is_exclusive(x_116); -if (x_125 == 0) +x_121 = !lean_is_exclusive(x_112); +if (x_121 == 0) { -return x_116; +return x_112; } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_116, 0); -x_127 = lean_ctor_get(x_116, 1); -lean_inc(x_127); -lean_inc(x_126); -lean_dec(x_116); -x_128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_128, 0, x_126); -lean_ctor_set(x_128, 1, x_127); -return x_128; +lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_122 = lean_ctor_get(x_112, 0); +x_123 = lean_ctor_get(x_112, 1); +lean_inc(x_123); +lean_inc(x_122); +lean_dec(x_112); +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; } } } else { -uint8_t x_129; -x_129 = l_Lean_Expr_isLambda(x_1); -if (x_129 == 0) +uint8_t x_125; +x_125 = l_Lean_Expr_isLambda(x_1); +if (x_125 == 0) { -uint8_t x_130; -x_130 = l_Lean_Expr_isLambda(x_2); -if (x_130 == 0) +uint8_t x_126; +x_126 = l_Lean_Expr_isLambda(x_2); +if (x_126 == 0) { -uint8_t x_131; lean_object* x_132; lean_object* x_133; +uint8_t x_127; lean_object* x_128; lean_object* x_129; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1110,193 +1150,193 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_131 = 0; -x_132 = lean_box(x_131); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_8); -return x_133; +x_127 = 0; +x_128 = lean_box(x_127); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_8); +return x_129; } else { -lean_object* x_134; +lean_object* x_130; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_134 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_134) == 0) +x_130 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_130) == 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_131; +x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_131); +if (lean_obj_tag(x_131) == 0) { -uint8_t x_136; +uint8_t x_132; 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_136 = !lean_is_exclusive(x_134); -if (x_136 == 0) +x_132 = !lean_is_exclusive(x_130); +if (x_132 == 0) { -lean_object* x_137; uint8_t x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_134, 0); -lean_dec(x_137); -x_138 = 0; -x_139 = lean_box(x_138); -lean_ctor_set(x_134, 0, x_139); -return x_134; +lean_object* x_133; uint8_t x_134; lean_object* x_135; +x_133 = lean_ctor_get(x_130, 0); +lean_dec(x_133); +x_134 = 0; +x_135 = lean_box(x_134); +lean_ctor_set(x_130, 0, x_135); +return x_130; } else { -lean_object* x_140; uint8_t x_141; lean_object* x_142; lean_object* x_143; -x_140 = lean_ctor_get(x_134, 1); -lean_inc(x_140); -lean_dec(x_134); -x_141 = 0; -x_142 = lean_box(x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_140); -return x_143; +lean_object* x_136; uint8_t x_137; lean_object* x_138; lean_object* x_139; +x_136 = lean_ctor_get(x_130, 1); +lean_inc(x_136); +lean_dec(x_130); +x_137 = 0; +x_138 = lean_box(x_137); +x_139 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_139, 0, x_138); +lean_ctor_set(x_139, 1, x_136); +return x_139; } } else { -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_134, 1); -lean_inc(x_144); -lean_dec(x_134); -x_145 = lean_ctor_get(x_135, 0); -lean_inc(x_145); -lean_dec(x_135); -x_1 = x_145; -x_8 = x_144; +lean_object* x_140; lean_object* x_141; +x_140 = lean_ctor_get(x_130, 1); +lean_inc(x_140); +lean_dec(x_130); +x_141 = lean_ctor_get(x_131, 0); +lean_inc(x_141); +lean_dec(x_131); +x_1 = x_141; +x_8 = x_140; goto _start; } } else { -uint8_t x_147; +uint8_t x_143; 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_147 = !lean_is_exclusive(x_134); -if (x_147 == 0) +x_143 = !lean_is_exclusive(x_130); +if (x_143 == 0) { -return x_134; +return x_130; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_134, 0); -x_149 = lean_ctor_get(x_134, 1); -lean_inc(x_149); -lean_inc(x_148); -lean_dec(x_134); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; +lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_144 = lean_ctor_get(x_130, 0); +x_145 = lean_ctor_get(x_130, 1); +lean_inc(x_145); +lean_inc(x_144); +lean_dec(x_130); +x_146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_146, 0, x_144); +lean_ctor_set(x_146, 1, x_145); +return x_146; } } } } else { -lean_object* x_151; +lean_object* x_147; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_151 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_151) == 0) +x_147 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_147) == 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_148; +x_148 = lean_ctor_get(x_147, 0); +lean_inc(x_148); +if (lean_obj_tag(x_148) == 0) { -uint8_t x_153; +uint8_t x_149; 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_153 = !lean_is_exclusive(x_151); -if (x_153 == 0) +x_149 = !lean_is_exclusive(x_147); +if (x_149 == 0) { -lean_object* x_154; uint8_t x_155; lean_object* x_156; -x_154 = lean_ctor_get(x_151, 0); -lean_dec(x_154); -x_155 = 0; -x_156 = lean_box(x_155); -lean_ctor_set(x_151, 0, x_156); -return x_151; +lean_object* x_150; uint8_t x_151; lean_object* x_152; +x_150 = lean_ctor_get(x_147, 0); +lean_dec(x_150); +x_151 = 0; +x_152 = lean_box(x_151); +lean_ctor_set(x_147, 0, x_152); +return x_147; } else { -lean_object* x_157; uint8_t x_158; lean_object* x_159; lean_object* x_160; -x_157 = lean_ctor_get(x_151, 1); -lean_inc(x_157); -lean_dec(x_151); -x_158 = 0; -x_159 = lean_box(x_158); -x_160 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_160, 0, x_159); -lean_ctor_set(x_160, 1, x_157); -return x_160; +lean_object* x_153; uint8_t x_154; lean_object* x_155; lean_object* x_156; +x_153 = lean_ctor_get(x_147, 1); +lean_inc(x_153); +lean_dec(x_147); +x_154 = 0; +x_155 = lean_box(x_154); +x_156 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_153); +return x_156; } } else { -lean_object* x_161; lean_object* x_162; -x_161 = lean_ctor_get(x_151, 1); -lean_inc(x_161); -lean_dec(x_151); -x_162 = lean_ctor_get(x_152, 0); -lean_inc(x_162); -lean_dec(x_152); -x_2 = x_162; -x_8 = x_161; +lean_object* x_157; lean_object* x_158; +x_157 = lean_ctor_get(x_147, 1); +lean_inc(x_157); +lean_dec(x_147); +x_158 = lean_ctor_get(x_148, 0); +lean_inc(x_158); +lean_dec(x_148); +x_2 = x_158; +x_8 = x_157; goto _start; } } else { -uint8_t x_164; +uint8_t x_160; 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_164 = !lean_is_exclusive(x_151); -if (x_164 == 0) +x_160 = !lean_is_exclusive(x_147); +if (x_160 == 0) { -return x_151; +return x_147; } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_165 = lean_ctor_get(x_151, 0); -x_166 = lean_ctor_get(x_151, 1); -lean_inc(x_166); -lean_inc(x_165); -lean_dec(x_151); -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_161; lean_object* x_162; lean_object* x_163; +x_161 = lean_ctor_get(x_147, 0); +x_162 = lean_ctor_get(x_147, 1); +lean_inc(x_162); +lean_inc(x_161); +lean_dec(x_147); +x_163 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +return x_163; } } } @@ -1306,125 +1346,125 @@ case 6: { if (lean_obj_tag(x_2) == 6) { -lean_object* x_168; lean_object* x_169; lean_object* x_170; uint8_t x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; -x_168 = lean_ctor_get(x_1, 0); +lean_object* x_164; lean_object* x_165; lean_object* x_166; uint8_t x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_164 = lean_ctor_get(x_1, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_1, 1); +lean_inc(x_165); +x_166 = lean_ctor_get(x_1, 2); +lean_inc(x_166); +x_167 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_dec(x_1); +x_168 = lean_ctor_get(x_2, 1); lean_inc(x_168); -x_169 = lean_ctor_get(x_1, 1); +x_169 = lean_ctor_get(x_2, 2); lean_inc(x_169); -x_170 = lean_ctor_get(x_1, 2); -lean_inc(x_170); -x_171 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); -lean_dec(x_1); -x_172 = lean_ctor_get(x_2, 1); -lean_inc(x_172); -x_173 = lean_ctor_get(x_2, 2); -lean_inc(x_173); lean_dec(x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_169); -x_174 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(x_169, x_172, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_174) == 0) -{ -lean_object* x_175; uint8_t x_176; -x_175 = lean_ctor_get(x_174, 0); -lean_inc(x_175); -x_176 = lean_unbox(x_175); -lean_dec(x_175); -if (x_176 == 0) -{ -uint8_t x_177; -lean_dec(x_173); -lean_dec(x_170); +lean_inc(x_165); +x_170 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(x_165, x_168, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_170) == 0) +{ +lean_object* x_171; uint8_t x_172; +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); +x_172 = lean_unbox(x_171); +lean_dec(x_171); +if (x_172 == 0) +{ +uint8_t x_173; lean_dec(x_169); -lean_dec(x_168); +lean_dec(x_166); +lean_dec(x_165); +lean_dec(x_164); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_177 = !lean_is_exclusive(x_174); -if (x_177 == 0) +x_173 = !lean_is_exclusive(x_170); +if (x_173 == 0) { -lean_object* x_178; uint8_t x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_174, 0); -lean_dec(x_178); -x_179 = 0; -x_180 = lean_box(x_179); -lean_ctor_set(x_174, 0, x_180); -return x_174; +lean_object* x_174; uint8_t x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_170, 0); +lean_dec(x_174); +x_175 = 0; +x_176 = lean_box(x_175); +lean_ctor_set(x_170, 0, x_176); +return x_170; } else { -lean_object* x_181; uint8_t x_182; lean_object* x_183; lean_object* x_184; -x_181 = lean_ctor_get(x_174, 1); -lean_inc(x_181); -lean_dec(x_174); -x_182 = 0; -x_183 = lean_box(x_182); -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_181); -return x_184; +lean_object* x_177; uint8_t x_178; lean_object* x_179; lean_object* x_180; +x_177 = lean_ctor_get(x_170, 1); +lean_inc(x_177); +lean_dec(x_170); +x_178 = 0; +x_179 = lean_box(x_178); +x_180 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_180, 0, x_179); +lean_ctor_set(x_180, 1, x_177); +return x_180; } } else { -lean_object* x_185; lean_object* x_186; lean_object* x_187; -x_185 = lean_ctor_get(x_174, 1); -lean_inc(x_185); -lean_dec(x_174); -x_186 = lean_box(0); -x_187 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull___lambda__1(x_168, x_169, x_171, x_170, x_173, x_186, x_3, x_4, x_5, x_6, x_7, x_185); -return x_187; +lean_object* x_181; lean_object* x_182; lean_object* x_183; +x_181 = lean_ctor_get(x_170, 1); +lean_inc(x_181); +lean_dec(x_170); +x_182 = lean_box(0); +x_183 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull___lambda__1(x_164, x_165, x_167, x_166, x_169, x_182, x_3, x_4, x_5, x_6, x_7, x_181); +return x_183; } } else { -uint8_t x_188; -lean_dec(x_173); -lean_dec(x_170); +uint8_t x_184; lean_dec(x_169); -lean_dec(x_168); +lean_dec(x_166); +lean_dec(x_165); +lean_dec(x_164); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_188 = !lean_is_exclusive(x_174); -if (x_188 == 0) +x_184 = !lean_is_exclusive(x_170); +if (x_184 == 0) { -return x_174; +return x_170; } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; -x_189 = lean_ctor_get(x_174, 0); -x_190 = lean_ctor_get(x_174, 1); -lean_inc(x_190); -lean_inc(x_189); -lean_dec(x_174); -x_191 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_191, 0, x_189); -lean_ctor_set(x_191, 1, x_190); -return x_191; +lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_185 = lean_ctor_get(x_170, 0); +x_186 = lean_ctor_get(x_170, 1); +lean_inc(x_186); +lean_inc(x_185); +lean_dec(x_170); +x_187 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_187, 0, x_185); +lean_ctor_set(x_187, 1, x_186); +return x_187; } } } else { -uint8_t x_192; -x_192 = l_Lean_Expr_isLambda(x_1); -if (x_192 == 0) +uint8_t x_188; +x_188 = l_Lean_Expr_isLambda(x_1); +if (x_188 == 0) { -uint8_t x_193; -x_193 = l_Lean_Expr_isLambda(x_2); -if (x_193 == 0) +uint8_t x_189; +x_189 = l_Lean_Expr_isLambda(x_2); +if (x_189 == 0) { -uint8_t x_194; lean_object* x_195; lean_object* x_196; +uint8_t x_190; lean_object* x_191; lean_object* x_192; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1432,193 +1472,193 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_194 = 0; -x_195 = lean_box(x_194); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_8); -return x_196; +x_190 = 0; +x_191 = lean_box(x_190); +x_192 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_192, 0, x_191); +lean_ctor_set(x_192, 1, x_8); +return x_192; } else { -lean_object* x_197; +lean_object* x_193; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_197 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_197) == 0) +x_193 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_193) == 0) { -lean_object* x_198; -x_198 = lean_ctor_get(x_197, 0); -lean_inc(x_198); -if (lean_obj_tag(x_198) == 0) +lean_object* x_194; +x_194 = lean_ctor_get(x_193, 0); +lean_inc(x_194); +if (lean_obj_tag(x_194) == 0) { -uint8_t x_199; +uint8_t x_195; 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_199 = !lean_is_exclusive(x_197); -if (x_199 == 0) +x_195 = !lean_is_exclusive(x_193); +if (x_195 == 0) { -lean_object* x_200; uint8_t x_201; lean_object* x_202; -x_200 = lean_ctor_get(x_197, 0); -lean_dec(x_200); -x_201 = 0; -x_202 = lean_box(x_201); -lean_ctor_set(x_197, 0, x_202); -return x_197; +lean_object* x_196; uint8_t x_197; lean_object* x_198; +x_196 = lean_ctor_get(x_193, 0); +lean_dec(x_196); +x_197 = 0; +x_198 = lean_box(x_197); +lean_ctor_set(x_193, 0, x_198); +return x_193; } else { -lean_object* x_203; uint8_t x_204; lean_object* x_205; lean_object* x_206; -x_203 = lean_ctor_get(x_197, 1); -lean_inc(x_203); -lean_dec(x_197); -x_204 = 0; -x_205 = lean_box(x_204); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_205); -lean_ctor_set(x_206, 1, x_203); -return x_206; +lean_object* x_199; uint8_t x_200; lean_object* x_201; lean_object* x_202; +x_199 = lean_ctor_get(x_193, 1); +lean_inc(x_199); +lean_dec(x_193); +x_200 = 0; +x_201 = lean_box(x_200); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_201); +lean_ctor_set(x_202, 1, x_199); +return x_202; } } else { -lean_object* x_207; lean_object* x_208; -x_207 = lean_ctor_get(x_197, 1); -lean_inc(x_207); -lean_dec(x_197); -x_208 = lean_ctor_get(x_198, 0); -lean_inc(x_208); -lean_dec(x_198); -x_1 = x_208; -x_8 = x_207; +lean_object* x_203; lean_object* x_204; +x_203 = lean_ctor_get(x_193, 1); +lean_inc(x_203); +lean_dec(x_193); +x_204 = lean_ctor_get(x_194, 0); +lean_inc(x_204); +lean_dec(x_194); +x_1 = x_204; +x_8 = x_203; goto _start; } } else { -uint8_t x_210; +uint8_t x_206; 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_210 = !lean_is_exclusive(x_197); -if (x_210 == 0) +x_206 = !lean_is_exclusive(x_193); +if (x_206 == 0) { -return x_197; +return x_193; } else { -lean_object* x_211; lean_object* x_212; lean_object* x_213; -x_211 = lean_ctor_get(x_197, 0); -x_212 = lean_ctor_get(x_197, 1); -lean_inc(x_212); -lean_inc(x_211); -lean_dec(x_197); -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; +lean_object* x_207; lean_object* x_208; lean_object* x_209; +x_207 = lean_ctor_get(x_193, 0); +x_208 = lean_ctor_get(x_193, 1); +lean_inc(x_208); +lean_inc(x_207); +lean_dec(x_193); +x_209 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_209, 0, x_207); +lean_ctor_set(x_209, 1, x_208); +return x_209; } } } } else { -lean_object* x_214; +lean_object* x_210; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_214 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_214) == 0) +x_210 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_210) == 0) { -lean_object* x_215; -x_215 = lean_ctor_get(x_214, 0); -lean_inc(x_215); -if (lean_obj_tag(x_215) == 0) +lean_object* x_211; +x_211 = lean_ctor_get(x_210, 0); +lean_inc(x_211); +if (lean_obj_tag(x_211) == 0) { -uint8_t x_216; +uint8_t x_212; 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_216 = !lean_is_exclusive(x_214); -if (x_216 == 0) +x_212 = !lean_is_exclusive(x_210); +if (x_212 == 0) { -lean_object* x_217; uint8_t x_218; lean_object* x_219; -x_217 = lean_ctor_get(x_214, 0); -lean_dec(x_217); -x_218 = 0; -x_219 = lean_box(x_218); -lean_ctor_set(x_214, 0, x_219); -return x_214; +lean_object* x_213; uint8_t x_214; lean_object* x_215; +x_213 = lean_ctor_get(x_210, 0); +lean_dec(x_213); +x_214 = 0; +x_215 = lean_box(x_214); +lean_ctor_set(x_210, 0, x_215); +return x_210; } else { -lean_object* x_220; uint8_t x_221; lean_object* x_222; lean_object* x_223; -x_220 = lean_ctor_get(x_214, 1); -lean_inc(x_220); -lean_dec(x_214); -x_221 = 0; -x_222 = lean_box(x_221); -x_223 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_223, 0, x_222); -lean_ctor_set(x_223, 1, x_220); -return x_223; +lean_object* x_216; uint8_t x_217; lean_object* x_218; lean_object* x_219; +x_216 = lean_ctor_get(x_210, 1); +lean_inc(x_216); +lean_dec(x_210); +x_217 = 0; +x_218 = lean_box(x_217); +x_219 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_219, 0, x_218); +lean_ctor_set(x_219, 1, x_216); +return x_219; } } else { -lean_object* x_224; lean_object* x_225; -x_224 = lean_ctor_get(x_214, 1); -lean_inc(x_224); -lean_dec(x_214); -x_225 = lean_ctor_get(x_215, 0); -lean_inc(x_225); -lean_dec(x_215); -x_2 = x_225; -x_8 = x_224; +lean_object* x_220; lean_object* x_221; +x_220 = lean_ctor_get(x_210, 1); +lean_inc(x_220); +lean_dec(x_210); +x_221 = lean_ctor_get(x_211, 0); +lean_inc(x_221); +lean_dec(x_211); +x_2 = x_221; +x_8 = x_220; goto _start; } } else { -uint8_t x_227; +uint8_t x_223; 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_227 = !lean_is_exclusive(x_214); -if (x_227 == 0) +x_223 = !lean_is_exclusive(x_210); +if (x_223 == 0) { -return x_214; +return x_210; } else { -lean_object* x_228; lean_object* x_229; lean_object* x_230; -x_228 = lean_ctor_get(x_214, 0); -x_229 = lean_ctor_get(x_214, 1); -lean_inc(x_229); -lean_inc(x_228); -lean_dec(x_214); -x_230 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_230, 0, x_228); -lean_ctor_set(x_230, 1, x_229); -return x_230; +lean_object* x_224; lean_object* x_225; lean_object* x_226; +x_224 = lean_ctor_get(x_210, 0); +x_225 = lean_ctor_get(x_210, 1); +lean_inc(x_225); +lean_inc(x_224); +lean_dec(x_210); +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; } } } @@ -1628,125 +1668,125 @@ case 7: { if (lean_obj_tag(x_2) == 7) { -lean_object* 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; -x_231 = lean_ctor_get(x_1, 0); +lean_object* x_227; lean_object* x_228; lean_object* x_229; uint8_t x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_227 = lean_ctor_get(x_1, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_1, 1); +lean_inc(x_228); +x_229 = lean_ctor_get(x_1, 2); +lean_inc(x_229); +x_230 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_dec(x_1); +x_231 = lean_ctor_get(x_2, 1); lean_inc(x_231); -x_232 = lean_ctor_get(x_1, 1); +x_232 = lean_ctor_get(x_2, 2); lean_inc(x_232); -x_233 = lean_ctor_get(x_1, 2); -lean_inc(x_233); -x_234 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); -lean_dec(x_1); -x_235 = lean_ctor_get(x_2, 1); -lean_inc(x_235); -x_236 = lean_ctor_get(x_2, 2); -lean_inc(x_236); lean_dec(x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_232); -x_237 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(x_232, x_235, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_237) == 0) -{ -lean_object* x_238; uint8_t x_239; -x_238 = lean_ctor_get(x_237, 0); -lean_inc(x_238); -x_239 = lean_unbox(x_238); -lean_dec(x_238); -if (x_239 == 0) -{ -uint8_t x_240; -lean_dec(x_236); -lean_dec(x_233); +lean_inc(x_228); +x_233 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull(x_228, x_231, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_233) == 0) +{ +lean_object* x_234; uint8_t x_235; +x_234 = lean_ctor_get(x_233, 0); +lean_inc(x_234); +x_235 = lean_unbox(x_234); +lean_dec(x_234); +if (x_235 == 0) +{ +uint8_t x_236; lean_dec(x_232); -lean_dec(x_231); +lean_dec(x_229); +lean_dec(x_228); +lean_dec(x_227); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_240 = !lean_is_exclusive(x_237); -if (x_240 == 0) +x_236 = !lean_is_exclusive(x_233); +if (x_236 == 0) { -lean_object* x_241; uint8_t x_242; lean_object* x_243; -x_241 = lean_ctor_get(x_237, 0); -lean_dec(x_241); -x_242 = 0; -x_243 = lean_box(x_242); -lean_ctor_set(x_237, 0, x_243); -return x_237; +lean_object* x_237; uint8_t x_238; lean_object* x_239; +x_237 = lean_ctor_get(x_233, 0); +lean_dec(x_237); +x_238 = 0; +x_239 = lean_box(x_238); +lean_ctor_set(x_233, 0, x_239); +return x_233; } else { -lean_object* x_244; uint8_t x_245; lean_object* x_246; lean_object* x_247; -x_244 = lean_ctor_get(x_237, 1); -lean_inc(x_244); -lean_dec(x_237); -x_245 = 0; -x_246 = lean_box(x_245); -x_247 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_247, 0, x_246); -lean_ctor_set(x_247, 1, x_244); -return x_247; +lean_object* x_240; uint8_t x_241; lean_object* x_242; lean_object* x_243; +x_240 = lean_ctor_get(x_233, 1); +lean_inc(x_240); +lean_dec(x_233); +x_241 = 0; +x_242 = lean_box(x_241); +x_243 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_243, 0, x_242); +lean_ctor_set(x_243, 1, x_240); +return x_243; } } else { -lean_object* x_248; lean_object* x_249; lean_object* x_250; -x_248 = lean_ctor_get(x_237, 1); -lean_inc(x_248); -lean_dec(x_237); -x_249 = lean_box(0); -x_250 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull___lambda__1(x_231, x_232, x_234, x_233, x_236, x_249, x_3, x_4, x_5, x_6, x_7, x_248); -return x_250; +lean_object* x_244; lean_object* x_245; lean_object* x_246; +x_244 = lean_ctor_get(x_233, 1); +lean_inc(x_244); +lean_dec(x_233); +x_245 = lean_box(0); +x_246 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull___lambda__1(x_227, x_228, x_230, x_229, x_232, x_245, x_3, x_4, x_5, x_6, x_7, x_244); +return x_246; } } else { -uint8_t x_251; -lean_dec(x_236); -lean_dec(x_233); +uint8_t x_247; lean_dec(x_232); -lean_dec(x_231); +lean_dec(x_229); +lean_dec(x_228); +lean_dec(x_227); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_251 = !lean_is_exclusive(x_237); -if (x_251 == 0) +x_247 = !lean_is_exclusive(x_233); +if (x_247 == 0) { -return x_237; +return x_233; } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; -x_252 = lean_ctor_get(x_237, 0); -x_253 = lean_ctor_get(x_237, 1); -lean_inc(x_253); -lean_inc(x_252); -lean_dec(x_237); -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_248; lean_object* x_249; lean_object* x_250; +x_248 = lean_ctor_get(x_233, 0); +x_249 = lean_ctor_get(x_233, 1); +lean_inc(x_249); +lean_inc(x_248); +lean_dec(x_233); +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; } } } else { -uint8_t x_255; -x_255 = l_Lean_Expr_isLambda(x_1); -if (x_255 == 0) +uint8_t x_251; +x_251 = l_Lean_Expr_isLambda(x_1); +if (x_251 == 0) { -uint8_t x_256; -x_256 = l_Lean_Expr_isLambda(x_2); -if (x_256 == 0) +uint8_t x_252; +x_252 = l_Lean_Expr_isLambda(x_2); +if (x_252 == 0) { -uint8_t x_257; lean_object* x_258; lean_object* x_259; +uint8_t x_253; lean_object* x_254; lean_object* x_255; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1754,193 +1794,193 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_257 = 0; -x_258 = lean_box(x_257); -x_259 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_259, 0, x_258); -lean_ctor_set(x_259, 1, x_8); -return x_259; +x_253 = 0; +x_254 = lean_box(x_253); +x_255 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_255, 0, x_254); +lean_ctor_set(x_255, 1, x_8); +return x_255; } else { -lean_object* x_260; +lean_object* x_256; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_260 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_260) == 0) +x_256 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_256) == 0) { -lean_object* x_261; -x_261 = lean_ctor_get(x_260, 0); -lean_inc(x_261); -if (lean_obj_tag(x_261) == 0) +lean_object* x_257; +x_257 = lean_ctor_get(x_256, 0); +lean_inc(x_257); +if (lean_obj_tag(x_257) == 0) { -uint8_t x_262; +uint8_t x_258; 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_262 = !lean_is_exclusive(x_260); -if (x_262 == 0) +x_258 = !lean_is_exclusive(x_256); +if (x_258 == 0) { -lean_object* x_263; uint8_t x_264; lean_object* x_265; -x_263 = lean_ctor_get(x_260, 0); -lean_dec(x_263); -x_264 = 0; -x_265 = lean_box(x_264); -lean_ctor_set(x_260, 0, x_265); -return x_260; +lean_object* x_259; uint8_t x_260; lean_object* x_261; +x_259 = lean_ctor_get(x_256, 0); +lean_dec(x_259); +x_260 = 0; +x_261 = lean_box(x_260); +lean_ctor_set(x_256, 0, x_261); +return x_256; } else { -lean_object* x_266; uint8_t x_267; lean_object* x_268; lean_object* x_269; -x_266 = lean_ctor_get(x_260, 1); -lean_inc(x_266); -lean_dec(x_260); -x_267 = 0; -x_268 = lean_box(x_267); -x_269 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_269, 0, x_268); -lean_ctor_set(x_269, 1, x_266); -return x_269; +lean_object* x_262; uint8_t x_263; lean_object* x_264; lean_object* x_265; +x_262 = lean_ctor_get(x_256, 1); +lean_inc(x_262); +lean_dec(x_256); +x_263 = 0; +x_264 = lean_box(x_263); +x_265 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_262); +return x_265; } } else { -lean_object* x_270; lean_object* x_271; -x_270 = lean_ctor_get(x_260, 1); -lean_inc(x_270); -lean_dec(x_260); -x_271 = lean_ctor_get(x_261, 0); -lean_inc(x_271); -lean_dec(x_261); -x_1 = x_271; -x_8 = x_270; +lean_object* x_266; lean_object* x_267; +x_266 = lean_ctor_get(x_256, 1); +lean_inc(x_266); +lean_dec(x_256); +x_267 = lean_ctor_get(x_257, 0); +lean_inc(x_267); +lean_dec(x_257); +x_1 = x_267; +x_8 = x_266; goto _start; } } else { -uint8_t x_273; +uint8_t x_269; 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_273 = !lean_is_exclusive(x_260); -if (x_273 == 0) +x_269 = !lean_is_exclusive(x_256); +if (x_269 == 0) { -return x_260; +return x_256; } else { -lean_object* x_274; lean_object* x_275; lean_object* x_276; -x_274 = lean_ctor_get(x_260, 0); -x_275 = lean_ctor_get(x_260, 1); -lean_inc(x_275); -lean_inc(x_274); -lean_dec(x_260); -x_276 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_276, 0, x_274); -lean_ctor_set(x_276, 1, x_275); -return x_276; +lean_object* x_270; lean_object* x_271; lean_object* x_272; +x_270 = lean_ctor_get(x_256, 0); +x_271 = lean_ctor_get(x_256, 1); +lean_inc(x_271); +lean_inc(x_270); +lean_dec(x_256); +x_272 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_272, 0, x_270); +lean_ctor_set(x_272, 1, x_271); +return x_272; } } } } else { -lean_object* x_277; +lean_object* x_273; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_277 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_277) == 0) +x_273 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_273) == 0) { -lean_object* x_278; -x_278 = lean_ctor_get(x_277, 0); -lean_inc(x_278); -if (lean_obj_tag(x_278) == 0) +lean_object* x_274; +x_274 = lean_ctor_get(x_273, 0); +lean_inc(x_274); +if (lean_obj_tag(x_274) == 0) { -uint8_t x_279; +uint8_t x_275; 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_279 = !lean_is_exclusive(x_277); -if (x_279 == 0) +x_275 = !lean_is_exclusive(x_273); +if (x_275 == 0) { -lean_object* x_280; uint8_t x_281; lean_object* x_282; -x_280 = lean_ctor_get(x_277, 0); -lean_dec(x_280); -x_281 = 0; -x_282 = lean_box(x_281); -lean_ctor_set(x_277, 0, x_282); -return x_277; +lean_object* x_276; uint8_t x_277; lean_object* x_278; +x_276 = lean_ctor_get(x_273, 0); +lean_dec(x_276); +x_277 = 0; +x_278 = lean_box(x_277); +lean_ctor_set(x_273, 0, x_278); +return x_273; } else { -lean_object* x_283; uint8_t x_284; lean_object* x_285; lean_object* x_286; -x_283 = lean_ctor_get(x_277, 1); -lean_inc(x_283); -lean_dec(x_277); -x_284 = 0; -x_285 = lean_box(x_284); -x_286 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_286, 0, x_285); -lean_ctor_set(x_286, 1, x_283); -return x_286; +lean_object* x_279; uint8_t x_280; lean_object* x_281; lean_object* x_282; +x_279 = lean_ctor_get(x_273, 1); +lean_inc(x_279); +lean_dec(x_273); +x_280 = 0; +x_281 = lean_box(x_280); +x_282 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_282, 0, x_281); +lean_ctor_set(x_282, 1, x_279); +return x_282; } } else { -lean_object* x_287; lean_object* x_288; -x_287 = lean_ctor_get(x_277, 1); -lean_inc(x_287); -lean_dec(x_277); -x_288 = lean_ctor_get(x_278, 0); -lean_inc(x_288); -lean_dec(x_278); -x_2 = x_288; -x_8 = x_287; +lean_object* x_283; lean_object* x_284; +x_283 = lean_ctor_get(x_273, 1); +lean_inc(x_283); +lean_dec(x_273); +x_284 = lean_ctor_get(x_274, 0); +lean_inc(x_284); +lean_dec(x_274); +x_2 = x_284; +x_8 = x_283; goto _start; } } else { -uint8_t x_290; +uint8_t x_286; 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_290 = !lean_is_exclusive(x_277); -if (x_290 == 0) +x_286 = !lean_is_exclusive(x_273); +if (x_286 == 0) { -return x_277; +return x_273; } else { -lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_291 = lean_ctor_get(x_277, 0); -x_292 = lean_ctor_get(x_277, 1); -lean_inc(x_292); -lean_inc(x_291); -lean_dec(x_277); -x_293 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_293, 0, x_291); -lean_ctor_set(x_293, 1, x_292); -return x_293; +lean_object* x_287; lean_object* x_288; lean_object* x_289; +x_287 = lean_ctor_get(x_273, 0); +x_288 = lean_ctor_get(x_273, 1); +lean_inc(x_288); +lean_inc(x_287); +lean_dec(x_273); +x_289 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_289, 0, x_287); +lean_ctor_set(x_289, 1, x_288); +return x_289; } } } @@ -1948,15 +1988,15 @@ return x_293; } default: { -uint8_t x_294; -x_294 = l_Lean_Expr_isLambda(x_1); -if (x_294 == 0) +uint8_t x_290; +x_290 = l_Lean_Expr_isLambda(x_1); +if (x_290 == 0) { -uint8_t x_295; -x_295 = l_Lean_Expr_isLambda(x_2); -if (x_295 == 0) +uint8_t x_291; +x_291 = l_Lean_Expr_isLambda(x_2); +if (x_291 == 0) { -uint8_t x_296; lean_object* x_297; lean_object* x_298; +uint8_t x_292; lean_object* x_293; lean_object* x_294; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1964,193 +2004,193 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_296 = 0; -x_297 = lean_box(x_296); -x_298 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_298, 0, x_297); -lean_ctor_set(x_298, 1, x_8); -return x_298; +x_292 = 0; +x_293 = lean_box(x_292); +x_294 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_294, 0, x_293); +lean_ctor_set(x_294, 1, x_8); +return x_294; } else { -lean_object* x_299; +lean_object* x_295; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_299 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_299) == 0) +x_295 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_1, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_295) == 0) { -lean_object* x_300; -x_300 = lean_ctor_get(x_299, 0); -lean_inc(x_300); -if (lean_obj_tag(x_300) == 0) +lean_object* x_296; +x_296 = lean_ctor_get(x_295, 0); +lean_inc(x_296); +if (lean_obj_tag(x_296) == 0) { -uint8_t x_301; +uint8_t x_297; 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_301 = !lean_is_exclusive(x_299); -if (x_301 == 0) +x_297 = !lean_is_exclusive(x_295); +if (x_297 == 0) { -lean_object* x_302; uint8_t x_303; lean_object* x_304; -x_302 = lean_ctor_get(x_299, 0); -lean_dec(x_302); -x_303 = 0; -x_304 = lean_box(x_303); -lean_ctor_set(x_299, 0, x_304); -return x_299; +lean_object* x_298; uint8_t x_299; lean_object* x_300; +x_298 = lean_ctor_get(x_295, 0); +lean_dec(x_298); +x_299 = 0; +x_300 = lean_box(x_299); +lean_ctor_set(x_295, 0, x_300); +return x_295; } else { -lean_object* x_305; uint8_t x_306; lean_object* x_307; lean_object* x_308; -x_305 = lean_ctor_get(x_299, 1); -lean_inc(x_305); -lean_dec(x_299); -x_306 = 0; -x_307 = lean_box(x_306); -x_308 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_308, 0, x_307); -lean_ctor_set(x_308, 1, x_305); -return x_308; +lean_object* x_301; uint8_t x_302; lean_object* x_303; lean_object* x_304; +x_301 = lean_ctor_get(x_295, 1); +lean_inc(x_301); +lean_dec(x_295); +x_302 = 0; +x_303 = lean_box(x_302); +x_304 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_304, 0, x_303); +lean_ctor_set(x_304, 1, x_301); +return x_304; } } else { -lean_object* x_309; lean_object* x_310; -x_309 = lean_ctor_get(x_299, 1); -lean_inc(x_309); -lean_dec(x_299); -x_310 = lean_ctor_get(x_300, 0); -lean_inc(x_310); -lean_dec(x_300); -x_1 = x_310; -x_8 = x_309; +lean_object* x_305; lean_object* x_306; +x_305 = lean_ctor_get(x_295, 1); +lean_inc(x_305); +lean_dec(x_295); +x_306 = lean_ctor_get(x_296, 0); +lean_inc(x_306); +lean_dec(x_296); +x_1 = x_306; +x_8 = x_305; goto _start; } } else { -uint8_t x_312; +uint8_t x_308; 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_312 = !lean_is_exclusive(x_299); -if (x_312 == 0) +x_308 = !lean_is_exclusive(x_295); +if (x_308 == 0) { -return x_299; +return x_295; } else { -lean_object* x_313; lean_object* x_314; lean_object* x_315; -x_313 = lean_ctor_get(x_299, 0); -x_314 = lean_ctor_get(x_299, 1); -lean_inc(x_314); -lean_inc(x_313); -lean_dec(x_299); -x_315 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_315, 0, x_313); -lean_ctor_set(x_315, 1, x_314); -return x_315; +lean_object* x_309; lean_object* x_310; lean_object* x_311; +x_309 = lean_ctor_get(x_295, 0); +x_310 = lean_ctor_get(x_295, 1); +lean_inc(x_310); +lean_inc(x_309); +lean_dec(x_295); +x_311 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_311, 0, x_309); +lean_ctor_set(x_311, 1, x_310); +return x_311; } } } } else { -lean_object* x_316; +lean_object* x_312; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_316 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_316) == 0) +x_312 = l_Lean_Compiler_LCNF_InferType_compatibleTypesFull_etaExpand_x3f(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_312) == 0) { -lean_object* x_317; -x_317 = lean_ctor_get(x_316, 0); -lean_inc(x_317); -if (lean_obj_tag(x_317) == 0) +lean_object* x_313; +x_313 = lean_ctor_get(x_312, 0); +lean_inc(x_313); +if (lean_obj_tag(x_313) == 0) { -uint8_t x_318; +uint8_t x_314; 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_318 = !lean_is_exclusive(x_316); -if (x_318 == 0) +x_314 = !lean_is_exclusive(x_312); +if (x_314 == 0) { -lean_object* x_319; uint8_t x_320; lean_object* x_321; -x_319 = lean_ctor_get(x_316, 0); -lean_dec(x_319); -x_320 = 0; -x_321 = lean_box(x_320); -lean_ctor_set(x_316, 0, x_321); -return x_316; +lean_object* x_315; uint8_t x_316; lean_object* x_317; +x_315 = lean_ctor_get(x_312, 0); +lean_dec(x_315); +x_316 = 0; +x_317 = lean_box(x_316); +lean_ctor_set(x_312, 0, x_317); +return x_312; } else { -lean_object* x_322; uint8_t x_323; lean_object* x_324; lean_object* x_325; -x_322 = lean_ctor_get(x_316, 1); -lean_inc(x_322); -lean_dec(x_316); -x_323 = 0; -x_324 = lean_box(x_323); -x_325 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_325, 0, x_324); -lean_ctor_set(x_325, 1, x_322); -return x_325; +lean_object* x_318; uint8_t x_319; lean_object* x_320; lean_object* x_321; +x_318 = lean_ctor_get(x_312, 1); +lean_inc(x_318); +lean_dec(x_312); +x_319 = 0; +x_320 = lean_box(x_319); +x_321 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_321, 0, x_320); +lean_ctor_set(x_321, 1, x_318); +return x_321; } } else { -lean_object* x_326; lean_object* x_327; -x_326 = lean_ctor_get(x_316, 1); -lean_inc(x_326); -lean_dec(x_316); -x_327 = lean_ctor_get(x_317, 0); -lean_inc(x_327); -lean_dec(x_317); -x_2 = x_327; -x_8 = x_326; +lean_object* x_322; lean_object* x_323; +x_322 = lean_ctor_get(x_312, 1); +lean_inc(x_322); +lean_dec(x_312); +x_323 = lean_ctor_get(x_313, 0); +lean_inc(x_323); +lean_dec(x_313); +x_2 = x_323; +x_8 = x_322; goto _start; } } else { -uint8_t x_329; +uint8_t x_325; 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_329 = !lean_is_exclusive(x_316); -if (x_329 == 0) +x_325 = !lean_is_exclusive(x_312); +if (x_325 == 0) { -return x_316; +return x_312; } else { -lean_object* x_330; lean_object* x_331; lean_object* x_332; -x_330 = lean_ctor_get(x_316, 0); -x_331 = lean_ctor_get(x_316, 1); -lean_inc(x_331); -lean_inc(x_330); -lean_dec(x_316); -x_332 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_332, 0, x_330); -lean_ctor_set(x_332, 1, x_331); -return x_332; +lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_326 = lean_ctor_get(x_312, 0); +x_327 = lean_ctor_get(x_312, 1); +lean_inc(x_327); +lean_inc(x_326); +lean_dec(x_312); +x_328 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_328, 0, x_326); +lean_ctor_set(x_328, 1, x_327); +return x_328; } } } @@ -2159,7 +2199,7 @@ return x_332; } else { -uint8_t x_333; lean_object* x_334; lean_object* x_335; +uint8_t x_329; lean_object* x_330; lean_object* x_331; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2167,32 +2207,22 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_333 = 1; -x_334 = lean_box(x_333); -x_335 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_335, 0, x_334); -lean_ctor_set(x_335, 1, x_8); -return x_335; -} -} +x_329 = 1; +x_330 = lean_box(x_329); +x_331 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_331, 0, x_330); +lean_ctor_set(x_331, 1, x_8); +return x_331; } } else { -uint8_t x_336; lean_object* x_337; lean_object* x_338; -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_336 = 1; -x_337 = lean_box(x_336); -x_338 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_338, 0, x_337); -lean_ctor_set(x_338, 1, x_8); -return x_338; +x_1 = x_10; +x_2 = x_11; +goto _start; +} } } else @@ -2214,6 +2244,7 @@ return x_341; } } } +} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_InferType_compatibleTypesFull___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: { diff --git a/stage0/stdlib/Lean/Compiler/LCNF/CompilerM.c b/stage0/stdlib/Lean/Compiler/LCNF/CompilerM.c index 44ecfb3f05f5..d3c8dd99dde4 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/CompilerM.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/CompilerM.c @@ -163,7 +163,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compil LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateLetDeclImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normArgsImp(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_getType___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Phase_noConfusion___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_addFVarSubst___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_normParam___at_Lean_Compiler_LCNF_normCodeImp___spec__4___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -292,6 +291,7 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_getTy LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_findLetDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_normCodeImp___spec__6(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_Compiler_LCNF_normFunDecl___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_Compiler_LCNF_CompilerM_instInhabitedState___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getConfig(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_addFVarSubst___spec__5(lean_object*, lean_object*); @@ -320,6 +320,7 @@ lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_addFVarSubst___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_normCodeImp___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_getType___closed__1; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_getLetDecl___closed__2; extern lean_object* l_Lean_Core_instMonadCoreM; @@ -379,7 +380,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getFunDecl___boxed(lean_object*, l LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Compiler_LCNF_getFunDecl___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_withNormFVarResult(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_normCodeImp___spec__7(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FunDeclCore_updateValue(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*); @@ -1092,7 +1092,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -1142,7 +1142,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -1192,7 +1192,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -3716,7 +3716,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -3910,7 +3910,7 @@ return x_39; else { uint8_t x_40; -x_40 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_28, x_28); +x_40 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_28, x_28); if (x_40 == 0) { lean_object* x_41; @@ -3977,7 +3977,7 @@ return x_56; else { uint8_t x_57; -x_57 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_45, x_45); +x_57 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_45, x_45); if (x_57 == 0) { lean_object* x_58; @@ -4606,7 +4606,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -4626,7 +4626,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -4774,7 +4774,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -4827,7 +4827,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/DeclHash.c b/stage0/stdlib/Lean/Compiler/LCNF/DeclHash.c index a2b241b29cbd..5d51a954d97c 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/DeclHash.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/DeclHash.c @@ -41,6 +41,7 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_hashAlt___boxed(lean_object*); LEAN_EXPORT uint64_t l_Lean_Compiler_LCNF_instHashableParam(lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT uint64_t l_Lean_Compiler_LCNF_hashAlts(lean_object*); LEAN_EXPORT uint64_t l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_hashAlts___spec__1(lean_object*, size_t, size_t, uint64_t); size_t lean_usize_add(size_t, size_t); @@ -48,13 +49,12 @@ lean_object* lean_array_uget(lean_object*, size_t); lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint64_t l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_hashLetValue____x40_Lean_Compiler_LCNF_Basic___hyg_1241____spec__1(lean_object*, size_t, size_t, uint64_t); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT uint64_t l_Lean_Compiler_LCNF_instHashableParam(lean_object* x_1) { _start: { lean_object* x_2; uint64_t x_3; lean_object* x_4; uint64_t x_5; uint64_t x_6; x_2 = lean_ctor_get(x_1, 0); -x_3 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_3 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_4 = lean_ctor_get(x_1, 2); x_5 = l_Lean_Expr_hash(x_4); x_6 = lean_uint64_mix_hash(x_3, x_5); @@ -82,7 +82,7 @@ lean_object* x_6; lean_object* x_7; uint64_t x_8; lean_object* x_9; uint64_t x_1 x_6 = lean_array_uget(x_1, x_2); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_7); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_7); lean_dec(x_7); x_9 = lean_ctor_get(x_6, 2); lean_inc(x_9); @@ -230,7 +230,7 @@ lean_object* x_2; lean_object* x_3; lean_object* x_4; uint64_t x_5; lean_object* x_2 = lean_ctor_get(x_1, 0); x_3 = lean_ctor_get(x_1, 1); x_4 = lean_ctor_get(x_2, 0); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_6 = lean_ctor_get(x_2, 2); x_7 = l_Lean_Expr_hash(x_6); x_8 = lean_uint64_mix_hash(x_5, x_7); @@ -246,7 +246,7 @@ case 3: lean_object* x_14; lean_object* x_15; uint64_t x_16; uint64_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; x_14 = lean_ctor_get(x_1, 0); x_15 = lean_ctor_get(x_1, 1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_14); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_14); x_17 = 7; x_18 = lean_array_get_size(x_15); x_19 = lean_unsigned_to_nat(0u); @@ -286,7 +286,7 @@ case 4: lean_object* x_28; lean_object* x_29; uint64_t x_30; lean_object* x_31; uint64_t x_32; uint64_t x_33; lean_object* x_34; uint64_t x_35; uint64_t x_36; x_28 = lean_ctor_get(x_1, 0); x_29 = lean_ctor_get(x_28, 2); -x_30 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_29); +x_30 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_29); x_31 = lean_ctor_get(x_28, 1); x_32 = l_Lean_Expr_hash(x_31); x_33 = lean_uint64_mix_hash(x_30, x_32); @@ -299,7 +299,7 @@ case 5: { lean_object* x_37; uint64_t x_38; x_37 = lean_ctor_get(x_1, 0); -x_38 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_37); +x_38 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_37); return x_38; } case 6: @@ -315,7 +315,7 @@ lean_object* x_41; lean_object* x_42; lean_object* x_43; uint64_t x_44; lean_obj x_41 = lean_ctor_get(x_1, 0); x_42 = lean_ctor_get(x_1, 1); x_43 = lean_ctor_get(x_41, 0); -x_44 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_43); +x_44 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_43); x_45 = lean_ctor_get(x_41, 3); x_46 = l_Lean_Expr_hash(x_45); x_47 = lean_uint64_mix_hash(x_44, x_46); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/DependsOn.c b/stage0/stdlib/Lean/Compiler/LCNF/DependsOn.c index f8d60c5dc2ad..92b1eef3986e 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/DependsOn.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/DependsOn.c @@ -83,136 +83,154 @@ return x_4; LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasFVar(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_38; +x_38 = l_Lean_Expr_hasFVar(x_2); +if (x_38 == 0) { -uint8_t x_4; -x_4 = 0; -return x_4; +uint8_t x_39; +x_39 = 1; +x_3 = x_39; +goto block_37; } else { +uint8_t x_40; +x_40 = 0; +x_3 = x_40; +goto block_37; +} +block_37: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_2)) { case 1: { -lean_object* x_5; lean_object* x_6; -x_5 = lean_ctor_get(x_2, 0); -x_6 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_5); -if (lean_obj_tag(x_6) == 0) +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +x_5 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_4); +if (lean_obj_tag(x_5) == 0) { -uint8_t x_7; -x_7 = 0; -return x_7; +uint8_t x_6; +x_6 = 0; +return x_6; } else { -uint8_t x_8; -lean_dec(x_6); -x_8 = 1; -return x_8; +uint8_t x_7; +lean_dec(x_5); +x_7 = 1; +return x_7; } } case 5: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_2, 0); -x_10 = lean_ctor_get(x_2, 1); -x_11 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_9); -if (x_11 == 0) +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_ctor_get(x_2, 0); +x_9 = lean_ctor_get(x_2, 1); +x_10 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_8); +if (x_10 == 0) { -x_2 = x_10; +x_2 = x_9; goto _start; } else { -uint8_t x_13; -x_13 = 1; -return x_13; +uint8_t x_12; +x_12 = 1; +return x_12; } } case 6: { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_ctor_get(x_2, 1); -x_15 = lean_ctor_get(x_2, 2); -x_16 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_14); -if (x_16 == 0) +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_2, 1); +x_14 = lean_ctor_get(x_2, 2); +x_15 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_13); +if (x_15 == 0) { -x_2 = x_15; +x_2 = x_14; goto _start; } else { -uint8_t x_18; -x_18 = 1; -return x_18; +uint8_t x_17; +x_17 = 1; +return x_17; } } case 7: { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = lean_ctor_get(x_2, 1); -x_20 = lean_ctor_get(x_2, 2); -x_21 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_19); -if (x_21 == 0) +lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_18 = lean_ctor_get(x_2, 1); +x_19 = lean_ctor_get(x_2, 2); +x_20 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_18); +if (x_20 == 0) { -x_2 = x_20; +x_2 = x_19; goto _start; } else { -uint8_t x_23; -x_23 = 1; -return x_23; +uint8_t x_22; +x_22 = 1; +return x_22; } } case 8: { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = lean_ctor_get(x_2, 1); -x_25 = lean_ctor_get(x_2, 2); -x_26 = lean_ctor_get(x_2, 3); +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_2, 1); +x_24 = lean_ctor_get(x_2, 2); +x_25 = lean_ctor_get(x_2, 3); +x_26 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_23); +if (x_26 == 0) +{ +uint8_t x_27; x_27 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_24); if (x_27 == 0) { -uint8_t x_28; -x_28 = l_Lean_Expr_hasAnyFVar_visit___at___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn___spec__1(x_1, x_25); -if (x_28 == 0) -{ -x_2 = x_26; +x_2 = x_25; goto _start; } else { -uint8_t x_30; -x_30 = 1; -return x_30; +uint8_t x_29; +x_29 = 1; +return x_29; } } else { -uint8_t x_31; -x_31 = 1; -return x_31; +uint8_t x_30; +x_30 = 1; +return x_30; } } case 10: { -lean_object* x_32; -x_32 = lean_ctor_get(x_2, 1); -x_2 = x_32; +lean_object* x_31; +x_31 = lean_ctor_get(x_2, 1); +x_2 = x_31; goto _start; } case 11: { -lean_object* x_34; -x_34 = lean_ctor_get(x_2, 2); -x_2 = x_34; +lean_object* x_33; +x_33 = lean_ctor_get(x_2, 2); +x_2 = x_33; goto _start; } default: { +uint8_t x_35; +x_35 = 0; +return x_35; +} +} +} +else +{ uint8_t x_36; x_36 = 0; return x_36; @@ -220,7 +238,6 @@ return x_36; } } } -} LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_typeDepOn(lean_object* x_1, lean_object* x_2) { _start: { diff --git a/stage0/stdlib/Lean/Compiler/LCNF/ElimDead.c b/stage0/stdlib/Lean/Compiler/LCNF/ElimDead.c index 8960d03bd22c..53abe7011225 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ElimDead.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ElimDead.c @@ -69,6 +69,7 @@ LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_Compiler_LCNF_Elim lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_collectLocalDeclsType_go___spec__7(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_ElimDead_elimDead___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___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -79,7 +80,6 @@ lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_elem___at_Lean_Compiler_LCNF_collectLocalDeclsType_go___spec__2(lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Compiler_LCNF_Code_elimDead___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_Compiler_LCNF_collectLocalDeclsType_go___spec__1(lean_object*, lean_object*); @@ -129,7 +129,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 1); x_6 = lean_array_get_size(x_1); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 1, x_9); @@ -147,7 +147,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_14 = lean_array_get_size(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_16 = (size_t)(x_15) & (lean_unbox(x_14) - 1); x_17 = lean_array_uget(x_1, x_16); x_18 = lean_alloc_ctor(1, 2, 0); @@ -285,7 +285,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 1); x_6 = lean_array_get_size(x_5); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_6); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_5, x_8); @@ -337,7 +337,7 @@ lean_inc(x_20); lean_inc(x_19); lean_dec(x_1); x_21 = lean_array_get_size(x_20); -x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_21); x_23 = (size_t)(x_22) & (lean_unbox(x_21) - 1); x_24 = lean_array_uget(x_20, x_23); @@ -883,7 +883,7 @@ LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_Compiler_LCNF_ElimDead_ lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); x_7 = lean_array_uget(x_3, x_6); x_8 = l_List_elem___at_Lean_Compiler_LCNF_collectLocalDeclsType_go___spec__2(x_2, x_7); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/ElimDeadBranches.c b/stage0/stdlib/Lean/Compiler/LCNF/ElimDeadBranches.c index 5ae81e7b9932..7d5b67bcbfe8 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ElimDeadBranches.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ElimDeadBranches.c @@ -13,47 +13,45 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_modifyAssignment___boxed(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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode___spec__2___lambda__1___closed__1; +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__1; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___boxed(lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment(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_UnreachableBranches_Value_ofNat_goSmall(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__26; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__11; static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___spec__2(lean_object*, uint8_t, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__4; LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_Compiler_LCNF_Decl_elimDeadBranches___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_elimDead___closed__3; -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__10; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goSmall___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Compiler_LCNF_UnreachableBranches_getFunctionSummary_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__6(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat___boxed(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___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_Compiler_LCNF_UnreachableBranches_Value_truncate_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___spec__4(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_inferMain___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__1; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__5___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__7; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__5; -static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3; uint8_t lean_usize_dec_le(size_t, size_t); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__21; static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__4; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___closed__1; +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode___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_List_forIn_loop___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorArgs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); @@ -71,31 +69,28 @@ lean_object* l_Lean_PersistentArray_push___rarg(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*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__4(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_elimDead___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__5; lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findFunVal_x3f___boxed(lean_object*, lean_object*, 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_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_inferMain___spec__2(size_t, size_t, lean_object*); -static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofLCNFLit___boxed(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_proj(lean_object*, lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_findAtSorted_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_addFunctionSummary(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__10; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__13; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__7(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_addFunctionSummary___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findVarValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__16; @@ -104,9 +99,11 @@ lean_object* lean_environment_find(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_UnreachableBranches_Value_widening(lean_object*, 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__7; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_UnreachableBranches_Value_isLiteral___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_elimDead(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_InterpContext_currFnIdx___default; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_getNatConstant___closed__2; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___spec__3___boxed(lean_object*, lean_object*, lean_object*); @@ -116,6 +113,7 @@ LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_Unre static lean_object* l_Prod_repr___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__6___closed__5; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_empty(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_UnreachableBranches_inferStep___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*); uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -126,9 +124,9 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_Unreacha uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_UnreachableBranches_inferStep___spec__1___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Compiler_LCNF_Decl_elimDeadBranches___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*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__13; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___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_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_UnreachableBranches_getFunctionSummary_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___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* l_Lean_Compiler_LCNF_Decl_getArity(lean_object*); lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); @@ -143,25 +141,24 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiter static lean_object* l_Lean_Compiler_LCNF_Decl_elimDeadBranches___closed__2; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_elimDead___closed__1; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__2(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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__5; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_UnreachableBranches_Value_isLiteral(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_interpCode_interpFunCall(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___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_getFunVal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__14; size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instInhabitedDecl; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__14; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_getAssignment___closed__1; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goBig___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode___spec__2(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_PersistentHashMap_insert___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_panic___at_String_toNat_x21___spec__1(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__2; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorArgs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -173,7 +170,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___bo LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_resetVarAssignment___lambda__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__1___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__3; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__1(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -186,27 +182,29 @@ static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Comp LEAN_EXPORT lean_object* l_Lean_PersistentArray_modifyAux___at_Lean_Compiler_LCNF_UnreachableBranches_updateCurrFnSummary___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode_handleFunVar___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_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1; lean_object* l_Lean_PersistentEnvExtension_getModuleEntries___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_elimDeadBranches___closed__2; lean_object* lean_nat_to_int(lean_object*); -LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__2; lean_object* lean_nat_div(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290_(lean_object*); static lean_object* l_Prod_repr___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__6___closed__3; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_UnreachableBranches_inferMain___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findFunVal_x3f(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 lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__3(lean_object*); lean_object* l_Lean_PersistentHashMap_instInhabitedPersistentHashMap___rarg(lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__2___closed__3; lean_object* l_Lean_Name_getPrefix(lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__8; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_UnreachableBranches_findFunVal_x3f___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_getNatConstant___closed__1; @@ -214,7 +212,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Unreacha static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_instInhabitedValue; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode___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_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goSmall___closed__2; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Compiler_LCNF_Decl_elimDeadBranches___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_st_ref_get(lean_object*, lean_object*); @@ -227,6 +224,7 @@ LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Val lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2; lean_object* l_Lean_Compiler_LCNF_eraseCode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___closed__4; @@ -237,21 +235,21 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_interpCode_han static lean_object* l_Lean_Compiler_LCNF_elimDeadBranches___closed__3; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorArgs___closed__1; LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__6; LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_UnreachableBranches_Value_addChoice___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_resetNestedFunDeclParams___spec__2(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__1; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findVarValue___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_inferStep(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__9; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__6(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_elimDeadBranches; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__5; static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__22; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_elimDead___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2(lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___spec__1___closed__1; static lean_object* l_Prod_repr___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__6___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -264,17 +262,18 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_inferMain(lean LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_resetNestedFunDeclParams___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_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_resetVarAssignment(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__2; static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__19; lean_object* l_Lean_Compiler_LCNF_getDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_modifyAux___at_Lean_Compiler_LCNF_UnreachableBranches_updateCurrFnSummary___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__3; +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__5; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_UnreachableBranches_inferMain___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___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_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__3; -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__9; static lean_object* l_panic___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___spec__1___closed__2; -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_instBEqValue___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__10; extern lean_object* l_Std_Format_defWidth; @@ -284,10 +283,10 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiter LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_Compiler_LCNF_Decl_elimDeadBranches___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__2(lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__24; extern lean_object* l_Lean_instInhabitedFVarId; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode_interpLetValue___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_append___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; @@ -298,20 +297,18 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_getNatConstant___boxed(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___closed__5; +static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__2; +static lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___closed__1; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_merge___closed__1; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_elimDeadBranches___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_zipWithAux___at_Lean_Compiler_LCNF_UnreachableBranches_Value_merge___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3; -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_instBEqValue; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findArgValue___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_Compiler_LCNF_UnreachableBranches_updateCurrFnSummary___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__15; static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_inferStep___closed__1; -static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_addFVarSubst___spec__1(lean_object*, lean_object*, lean_object*); @@ -320,8 +317,8 @@ static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Comp LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_interpCode(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_Compiler_LCNF_UnreachableBranches_interpCode_handleFunVar___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*); extern lean_object* l_Lean_NameSet_empty; -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode___spec__2___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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__10; static lean_object* l_Lean_Compiler_LCNF_elimDeadBranches___closed__1; lean_object* lean_string_length(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorArgs___boxed(lean_object*, lean_object*); @@ -332,6 +329,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goSmall___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_UnreachableBranches_inferStep___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__9; lean_object* l_Lean_Compiler_LCNF_normCodeImp(uint8_t, 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_Prod_repr___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__6___boxed(lean_object*, lean_object*); @@ -340,6 +338,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_isLiteral___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_decLt___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___spec__5___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__3(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*); @@ -350,11 +349,14 @@ LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_Compiler_LCNF_Decl_elimDead static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_addChoice___closed__1; lean_object* l_Lean_Compiler_LCNF_getBinderName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Compiler_LCNF_UnreachableBranches_getFunctionSummary_x3f___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__7___boxed(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__11; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_findAtSorted_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_addChoice(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__13; LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Value_containsCtor___spec__1(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorArgs___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_elem___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__12___boxed(lean_object*, lean_object*); @@ -378,30 +380,34 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorA static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__7; lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__7; -static lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___closed__1; static lean_object* l_Prod_repr___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__6___closed__1; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_toArray___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead___spec__1(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__12; LEAN_EXPORT lean_object* l_Array_zipWithAux___at_Lean_Compiler_LCNF_UnreachableBranches_Value_merge___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_getAssignment(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_inferStep___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__4; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__9(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofLCNFLit(lean_object*); extern lean_object* l_Lean_Core_instMonadCoreM; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_getFunctionSummary_x3f(lean_object*, lean_object*); lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getCtorArgs___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_interpCode___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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_elimDeadBranches(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -414,19 +420,19 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Unrea lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_Compiler_LCNF_getFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_UnreachableBranches_updateVarAssignment___spec__5(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__12; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_resetNestedFunDeclParams___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_Compiler_LCNF_UnreachableBranches_inferStep___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Name_instBEqName; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___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_Lean_Compiler_LCNF_UnreachableBranches_updateCurrFnSummary___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__8; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goSmall___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_UnreachableBranches_getFunctionSummary_x3f___spec__2(lean_object*, size_t, lean_object*); lean_object* l_Lean_Expr_fvar___override(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentArray_modify___at_Lean_Compiler_LCNF_UnreachableBranches_updateCurrFnSummary___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___spec__2(lean_object*, size_t, size_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___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*); @@ -435,6 +441,8 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBr LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_containsCtor___boxed(lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_findAtSorted_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__9; static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__20; @@ -444,6 +452,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findArgValue(l LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode_interpLetValue___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_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode___spec__2___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_Compiler_LCNF_UnreachableBranches_Value_addChoice___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_interpCode_interpLetValue___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_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_findFunVal_x3f___lambda__1___boxed(lean_object*, lean_object*); @@ -451,13 +460,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_interpCode_handleFunArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__6; -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___spec__3(lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____closed__14; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goBig___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_getAssignment___boxed(lean_object*, 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_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_getNatConstant___closed__3; @@ -468,20 +474,14 @@ static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_ lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_Compiler_LCNF_Decl_elimDeadBranches___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Compiler_LCNF_UnreachableBranches_Value_beq___spec__4___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__4; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__2___closed__2; static lean_object* l_List_repr___at___private_Lean_Compiler_LCNF_ElimDeadBranches_0__Lean_Compiler_LCNF_UnreachableBranches_reprValue____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_41____spec__4___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__10(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__6; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_Value_truncate_go___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_instReprValue; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_resetVarAssignment___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_Value_ofNat_goBig___closed__4; @@ -6547,7 +6547,7 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3(size_t 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_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__3(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; @@ -6574,7 +6574,7 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_6, x_17, x_1, x_9, x_10); +x_20 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(x_6, x_17, x_1, x_9, x_10); x_4 = lean_box(0); x_5 = x_19; x_6 = x_20; @@ -6582,7 +6582,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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; lean_object* x_7; uint8_t x_8; @@ -6674,7 +6674,7 @@ return x_29; } } } -static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__1() { +static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__1() { _start: { size_t x_1; size_t x_2; size_t x_3; @@ -6684,17 +6684,17 @@ x_3 = lean_usize_shift_left(x_1, x_2); return x_3; } } -static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2() { +static size_t _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__1; +x_2 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__1; x_3 = lean_usize_sub(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3() { +static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3() { _start: { lean_object* x_1; @@ -6702,7 +6702,7 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(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) @@ -6715,7 +6715,7 @@ lean_object* x_7; size_t x_8; size_t x_9; size_t x_10; size_t x_11; lean_object* x_7 = lean_ctor_get(x_1, 0); x_8 = 1; x_9 = 5; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2; +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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); @@ -6815,7 +6815,7 @@ lean_object* x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_3 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_35, x_36, x_37, x_4, x_5); +x_38 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(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); @@ -6830,7 +6830,7 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_40, x_41, x_42, x_4, x_5); +x_43 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(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); @@ -6861,7 +6861,7 @@ lean_inc(x_48); lean_dec(x_1); x_49 = 1; x_50 = 5; -x_51 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2; +x_51 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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); @@ -6946,7 +6946,7 @@ if (lean_is_exclusive(x_57)) { } 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_71, x_73, x_74, x_4, x_5); +x_75 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(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 { @@ -6983,7 +6983,7 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__4(x_1, x_83, x_4, x_5); +x_84 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__4(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) @@ -7001,8 +7001,8 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3; -x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); +x_92 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3; +x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); lean_dec(x_91); lean_dec(x_90); return x_93; @@ -7029,7 +7029,7 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__4(x_96, x_97, x_4, x_5); +x_98 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__4(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) @@ -7047,8 +7047,8 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3; -x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); +x_106 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3; +x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); lean_dec(x_105); lean_dec(x_104); return x_107; @@ -7066,7 +7066,7 @@ return x_98; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -7079,7 +7079,7 @@ x_6 = lean_ctor_get(x_1, 1); x_7 = l_Lean_Name_hash___override(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_5, x_8, x_9, x_2, x_3); +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(x_5, x_8, x_9, x_2, x_3); x_11 = lean_unsigned_to_nat(1u); x_12 = lean_nat_add(x_6, x_11); lean_dec(x_6); @@ -7098,7 +7098,7 @@ lean_dec(x_1); x_15 = l_Lean_Name_hash___override(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; -x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_13, x_16, x_17, x_2, x_3); +x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(x_13, x_16, x_17, x_2, x_3); x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_add(x_14, x_19); lean_dec(x_14); @@ -7109,7 +7109,7 @@ return x_21; } } } -static lean_object* _init_l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___closed__1() { +static lean_object* _init_l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___closed__1() { _start: { lean_object* x_1; @@ -7117,7 +7117,7 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Compiler_LCNF_ElimDeadBranches return x_1; } } -LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -7130,7 +7130,7 @@ return x_1; else { lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_5 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___closed__1; +x_5 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___closed__1; lean_inc(x_2); x_6 = l_Array_qpartition___rarg(x_1, x_5, x_2, x_3); x_7 = lean_ctor_get(x_6, 0); @@ -7142,7 +7142,7 @@ x_9 = lean_nat_dec_le(x_3, x_7); if (x_9 == 0) { lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5(x_8, x_2, x_7); +x_10 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5(x_8, x_2, x_7); x_11 = lean_unsigned_to_nat(1u); x_12 = lean_nat_add(x_7, x_11); lean_dec(x_7); @@ -7159,7 +7159,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; @@ -7168,11 +7168,11 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_2, 1); lean_inc(x_4); lean_dec(x_2); -x_5 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__1(x_1, x_3, x_4); +x_5 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__1(x_1, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -7180,21 +7180,21 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__1; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -7202,15 +7202,15 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3; return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__3(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; @@ -7223,12 +7223,12 @@ x_6 = lean_unsigned_to_nat(1u); x_7 = lean_nat_sub(x_5, x_6); lean_dec(x_5); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5(x_4, x_8, x_7); +x_9 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5(x_4, x_8, x_7); lean_dec(x_7); return x_9; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1() { _start: { lean_object* x_1; @@ -7236,7 +7236,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2() { _start: { lean_object* x_1; @@ -7244,7 +7244,7 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3() { _start: { lean_object* x_1; @@ -7252,7 +7252,7 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__4() { _start: { lean_object* x_1; @@ -7260,7 +7260,7 @@ x_1 = lean_mk_string_from_bytes("UnreachableBranches", 19); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__5() { _start: { lean_object* x_1; @@ -7268,51 +7268,51 @@ x_1 = lean_mk_string_from_bytes("functionSummariesExt", 20); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2; -x_3 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3; -x_4 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__4; -x_5 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__5; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2; +x_3 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3; +x_4 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__4; +x_5 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__1), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__1), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__9() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__3), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__3), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__6; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__7; -x_3 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__8; -x_4 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__9; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__6; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__7; +x_3 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__8; +x_4 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__9; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -7321,28 +7321,28 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__10; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__10; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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: { 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__3(x_7, x_2, x_3, x_4, x_5, x_6); +x_8 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__3(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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__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_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____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; @@ -7350,24 +7350,24 @@ 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_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2(x_1, x_6, x_7, x_4, x_5); +x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2(x_1, x_6, x_7, x_4, x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5(x_1, x_2, x_3); +x_4 = l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2(x_1); +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2(x_1); lean_dec(x_1); return x_2; } @@ -7446,7 +7446,7 @@ x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); lean_dec(x_1); x_5 = 5; -x_6 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2; +x_6 = l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__2; x_7 = lean_usize_land(x_2, x_6); x_8 = lean_usize_to_nat(x_7); x_9 = lean_box(2); @@ -8184,7 +8184,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -8362,7 +8362,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -8382,7 +8382,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -8530,7 +8530,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -8583,7 +8583,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -9504,7 +9504,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment(lean_object* x_1, lean_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; lean_object* x_14; lean_object* x_15; lean_object* x_16; size_t x_17; size_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_object* x_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; size_t x_17; size_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_40; x_10 = lean_array_get_size(x_2); x_11 = lean_unsigned_to_nat(0u); lean_inc(x_10); @@ -9527,45 +9527,60 @@ x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); lean_dec(x_20); x_23 = l_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___closed__1; -x_24 = lean_nat_dec_eq(x_16, x_10); +x_40 = lean_nat_dec_eq(x_16, x_10); lean_dec(x_16); -if (x_24 == 0) +if (x_40 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; size_t x_28; lean_object* x_29; size_t x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_25 = lean_array_get_size(x_1); -x_26 = l_Array_toSubarray___rarg(x_1, x_10, x_25); -x_27 = lean_ctor_get(x_26, 2); -lean_inc(x_27); -x_28 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -x_30 = lean_usize_of_nat(x_29); -lean_dec(x_29); -x_31 = lean_unbox(x_22); -lean_dec(x_22); -x_32 = l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___spec__2(x_26, x_28, x_30, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_21); -lean_dec(x_26); -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_box(0); -x_36 = lean_apply_9(x_23, x_33, x_35, x_3, x_4, x_5, x_6, x_7, x_8, x_34); -return x_36; +uint8_t x_41; +x_41 = 1; +x_24 = x_41; +goto block_39; } else { -lean_object* x_37; lean_object* x_38; +x_24 = x_13; +goto block_39; +} +block_39: +{ +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; lean_dec(x_10); lean_dec(x_1); +x_25 = lean_box(0); +x_26 = lean_apply_9(x_23, x_22, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +return x_26; +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; size_t x_30; lean_object* x_31; size_t x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_27 = lean_array_get_size(x_1); +x_28 = l_Array_toSubarray___rarg(x_1, x_10, x_27); +x_29 = lean_ctor_get(x_28, 2); +lean_inc(x_29); +x_30 = lean_usize_of_nat(x_29); +lean_dec(x_29); +x_31 = lean_ctor_get(x_28, 1); +lean_inc(x_31); +x_32 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_33 = lean_unbox(x_22); +lean_dec(x_22); +x_34 = l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___spec__2(x_28, x_30, x_32, x_33, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +lean_dec(x_28); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); x_37 = lean_box(0); -x_38 = lean_apply_9(x_23, x_22, x_37, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +x_38 = lean_apply_9(x_23, x_35, x_37, x_3, x_4, x_5, x_6, x_7, x_8, x_36); return x_38; } } } +} LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_UnreachableBranches_updateFunDeclParamsAssignment___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: { @@ -13269,7 +13284,7 @@ static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBra _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13281,7 +13296,7 @@ static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBra _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13296,7 +13311,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_obj x_1 = lean_unsigned_to_nat(0u); x_2 = l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__2___closed__1; x_3 = l_Lean_addTrace___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__2___closed__2; -x_4 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3; +x_4 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_1); @@ -13904,7 +13919,7 @@ static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Unreach _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2; x_2 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -14102,17 +14117,35 @@ x_66 = l_Array_filterMapM___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_g lean_dec(x_27); if (lean_obj_tag(x_66) == 0) { -lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; uint8_t x_125; x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); lean_dec(x_66); x_69 = lean_array_get_size(x_67); -x_70 = lean_nat_dec_eq(x_69, x_17); +x_125 = lean_nat_dec_eq(x_69, x_17); +if (x_125 == 0) +{ +uint8_t x_126; +x_126 = 1; +x_70 = x_126; +goto block_124; +} +else +{ +uint8_t x_127; +x_127 = 0; +x_70 = x_127; +goto block_124; +} +block_124: +{ if (x_70 == 0) { lean_object* x_71; +lean_dec(x_69); +lean_dec(x_67); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -14121,48 +14154,20 @@ lean_inc(x_1); x_71 = l_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go(x_1, x_28, x_9, x_10, x_11, x_12, x_68); if (lean_obj_tag(x_71) == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +lean_object* x_72; lean_object* x_73; lean_object* x_74; 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 = lean_unsigned_to_nat(8u); -x_75 = l_Lean_mkHashMapImp___rarg(x_74); -lean_inc(x_75); -lean_inc(x_72); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_72); -lean_ctor_set(x_76, 1, x_75); -x_77 = lean_nat_dec_lt(x_17, x_69); -if (x_77 == 0) -{ -uint8_t x_78; lean_object* x_79; -lean_dec(x_76); -lean_dec(x_69); -lean_dec(x_67); -x_78 = 0; -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_79 = l_Lean_Compiler_LCNF_normCodeImp(x_78, x_72, x_75, x_9, x_10, x_11, x_12, x_73); -if (lean_obj_tag(x_79) == 0) -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_82 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_80); -x_19 = x_82; -x_20 = x_81; +x_74 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_72); +x_19 = x_74; +x_20 = x_73; goto block_25; } else { -uint8_t x_83; +uint8_t x_75; lean_dec(x_18); lean_dec(x_16); lean_dec(x_12); @@ -14173,58 +14178,79 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_79); -if (x_83 == 0) +x_75 = !lean_is_exclusive(x_71); +if (x_75 == 0) { -return x_79; +return x_71; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_79, 0); -x_85 = lean_ctor_get(x_79, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_79); -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_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_71, 0); +x_77 = lean_ctor_get(x_71, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_71); +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 { -uint8_t x_87; -x_87 = lean_nat_dec_le(x_69, x_69); -if (x_87 == 0) +lean_object* x_79; +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_1); +x_79 = l_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go(x_1, x_28, x_9, x_10, x_11, x_12, x_68); +if (lean_obj_tag(x_79) == 0) { -uint8_t x_88; lean_object* x_89; -lean_dec(x_76); +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_80 = lean_ctor_get(x_79, 0); +lean_inc(x_80); +x_81 = lean_ctor_get(x_79, 1); +lean_inc(x_81); +lean_dec(x_79); +x_82 = lean_unsigned_to_nat(8u); +x_83 = l_Lean_mkHashMapImp___rarg(x_82); +lean_inc(x_83); +lean_inc(x_80); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_80); +lean_ctor_set(x_84, 1, x_83); +x_85 = lean_nat_dec_lt(x_17, x_69); +if (x_85 == 0) +{ +uint8_t x_86; lean_object* x_87; +lean_dec(x_84); lean_dec(x_69); lean_dec(x_67); -x_88 = 0; +x_86 = 0; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_89 = l_Lean_Compiler_LCNF_normCodeImp(x_88, x_72, x_75, x_9, x_10, x_11, x_12, x_73); -if (lean_obj_tag(x_89) == 0) +x_87 = l_Lean_Compiler_LCNF_normCodeImp(x_86, x_80, x_83, x_9, x_10, x_11, x_12, x_81); +if (lean_obj_tag(x_87) == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -x_92 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_90); -x_19 = x_92; -x_20 = x_91; +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); +x_90 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_88); +x_19 = x_90; +x_20 = x_89; goto block_25; } else { -uint8_t x_93; +uint8_t x_91; lean_dec(x_18); lean_dec(x_16); lean_dec(x_12); @@ -14235,67 +14261,58 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_93 = !lean_is_exclusive(x_89); -if (x_93 == 0) +x_91 = !lean_is_exclusive(x_87); +if (x_91 == 0) { -return x_89; +return x_87; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_89, 0); -x_95 = lean_ctor_get(x_89, 1); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_89); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_87, 0); +x_93 = lean_ctor_get(x_87, 1); +lean_inc(x_93); +lean_inc(x_92); +lean_dec(x_87); +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 { -size_t x_97; 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_104; -lean_dec(x_75); -lean_dec(x_72); -x_97 = lean_usize_of_nat(x_69); +uint8_t x_95; +x_95 = lean_nat_dec_le(x_69, x_69); +if (x_95 == 0) +{ +uint8_t x_96; lean_object* x_97; +lean_dec(x_84); lean_dec(x_69); -x_98 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__6(x_67, x_4, x_97, x_76, x_9, x_10, x_11, x_12, x_73); lean_dec(x_67); -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); -lean_dec(x_98); -x_101 = lean_ctor_get(x_99, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_99, 1); -lean_inc(x_102); -lean_dec(x_99); -x_103 = 0; +x_96 = 0; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_104 = l_Lean_Compiler_LCNF_normCodeImp(x_103, x_101, x_102, x_9, x_10, x_11, x_12, x_100); -if (lean_obj_tag(x_104) == 0) +x_97 = l_Lean_Compiler_LCNF_normCodeImp(x_96, x_80, x_83, x_9, x_10, x_11, x_12, x_81); +if (lean_obj_tag(x_97) == 0) { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 1); -lean_inc(x_106); -lean_dec(x_104); -x_107 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_105); -x_19 = x_107; -x_20 = x_106; +lean_object* x_98; lean_object* x_99; lean_object* x_100; +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___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_98); +x_19 = x_100; +x_20 = x_99; goto block_25; } else { -uint8_t x_108; +uint8_t x_101; lean_dec(x_18); lean_dec(x_16); lean_dec(x_12); @@ -14306,33 +14323,67 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_108 = !lean_is_exclusive(x_104); -if (x_108 == 0) +x_101 = !lean_is_exclusive(x_97); +if (x_101 == 0) { -return x_104; +return x_97; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_104, 0); -x_110 = lean_ctor_get(x_104, 1); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_104); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; -} -} +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_97, 0); +x_103 = lean_ctor_get(x_97, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_97); +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; } } } else { -uint8_t x_112; +size_t x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; lean_object* x_112; +lean_dec(x_83); +lean_dec(x_80); +x_105 = lean_usize_of_nat(x_69); lean_dec(x_69); +x_106 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__6(x_67, x_4, x_105, x_84, x_9, x_10, x_11, x_12, x_81); lean_dec(x_67); +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); +x_109 = lean_ctor_get(x_107, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_107, 1); +lean_inc(x_110); +lean_dec(x_107); +x_111 = 0; +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_112 = l_Lean_Compiler_LCNF_normCodeImp(x_111, x_109, x_110, x_9, x_10, x_11, x_12, x_108); +if (lean_obj_tag(x_112) == 0) +{ +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_112, 1); +lean_inc(x_114); +lean_dec(x_112); +x_115 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_113); +x_19 = x_115; +x_20 = x_114; +goto block_25; +} +else +{ +uint8_t x_116; lean_dec(x_18); lean_dec(x_16); lean_dec(x_12); @@ -14343,53 +14394,33 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_112 = !lean_is_exclusive(x_71); -if (x_112 == 0) +x_116 = !lean_is_exclusive(x_112); +if (x_116 == 0) { -return x_71; +return x_112; } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_ctor_get(x_71, 0); -x_114 = lean_ctor_get(x_71, 1); -lean_inc(x_114); -lean_inc(x_113); -lean_dec(x_71); -x_115 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -return x_115; +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_112, 0); +x_118 = lean_ctor_get(x_112, 1); +lean_inc(x_118); +lean_inc(x_117); +lean_dec(x_112); +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; +} } } } -else -{ -lean_object* x_116; -lean_dec(x_69); -lean_dec(x_67); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_1); -x_116 = l_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go(x_1, x_28, x_9, x_10, x_11, x_12, x_68); -if (lean_obj_tag(x_116) == 0) -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -lean_dec(x_116); -x_119 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_117); -x_19 = x_119; -x_20 = x_118; -goto block_25; } else { uint8_t x_120; +lean_dec(x_69); +lean_dec(x_67); lean_dec(x_18); lean_dec(x_16); lean_dec(x_12); @@ -14400,19 +14431,19 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_120 = !lean_is_exclusive(x_116); +x_120 = !lean_is_exclusive(x_79); if (x_120 == 0) { -return x_116; +return x_79; } else { lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_116, 0); -x_122 = lean_ctor_get(x_116, 1); +x_121 = lean_ctor_get(x_79, 0); +x_122 = lean_ctor_get(x_79, 1); lean_inc(x_122); lean_inc(x_121); -lean_dec(x_116); +lean_dec(x_79); x_123 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_123, 0, x_121); lean_ctor_set(x_123, 1, x_122); @@ -14421,9 +14452,10 @@ return x_123; } } } +} else { -uint8_t x_124; +uint8_t x_128; lean_dec(x_28); lean_dec(x_18); lean_dec(x_16); @@ -14435,54 +14467,54 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_124 = !lean_is_exclusive(x_66); -if (x_124 == 0) +x_128 = !lean_is_exclusive(x_66); +if (x_128 == 0) { return x_66; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_ctor_get(x_66, 0); -x_126 = lean_ctor_get(x_66, 1); -lean_inc(x_126); -lean_inc(x_125); +lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_129 = lean_ctor_get(x_66, 0); +x_130 = lean_ctor_get(x_66, 1); +lean_inc(x_130); +lean_inc(x_129); lean_dec(x_66); -x_127 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -return x_127; +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; } } } } else { -lean_object* x_128; lean_object* x_129; -x_128 = lean_ctor_get(x_16, 0); -lean_inc(x_128); +lean_object* x_132; lean_object* x_133; +x_132 = lean_ctor_get(x_16, 0); +lean_inc(x_132); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_1); -x_129 = l_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go(x_1, x_128, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_129) == 0) +x_133 = l_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go(x_1, x_132, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_133) == 0) { -lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -x_132 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_130); -x_19 = x_132; -x_20 = x_131; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_133, 0); +lean_inc(x_134); +x_135 = lean_ctor_get(x_133, 1); +lean_inc(x_135); +lean_dec(x_133); +x_136 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_16, x_134); +x_19 = x_136; +x_20 = x_135; goto block_25; } else { -uint8_t x_133; +uint8_t x_137; lean_dec(x_18); lean_dec(x_16); lean_dec(x_12); @@ -14493,23 +14525,23 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_133 = !lean_is_exclusive(x_129); -if (x_133 == 0) +x_137 = !lean_is_exclusive(x_133); +if (x_137 == 0) { -return x_129; +return x_133; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_129, 0); -x_135 = lean_ctor_get(x_129, 1); -lean_inc(x_135); -lean_inc(x_134); -lean_dec(x_129); -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; +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_133, 0); +x_139 = lean_ctor_get(x_133, 1); +lean_inc(x_139); +lean_inc(x_138); +lean_dec(x_133); +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; } } } @@ -16976,7 +17008,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_Decl_elimDeadBranches___closed__2 _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3; +x_1 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___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); @@ -17206,37 +17238,37 @@ x_1 = l_Lean_Compiler_LCNF_elimDeadBranches___closed__3; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____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_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__1; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__1; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__2; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__2; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__4() { _start: { lean_object* x_1; @@ -17244,17 +17276,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__6() { _start: { lean_object* x_1; @@ -17262,47 +17294,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__7; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__7; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__8; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__8; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__9; -x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__9; +x_2 = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__11() { _start: { lean_object* x_1; @@ -17310,17 +17342,17 @@ x_1 = lean_mk_string_from_bytes("ElimDeadBranches", 16); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__10; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__11; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__10; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__13() { _start: { lean_object* x_1; @@ -17328,33 +17360,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__14; -x_2 = lean_unsigned_to_nat(7177u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__14; +x_2 = lean_unsigned_to_nat(7175u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_UnreachableBranches_elimDead_go___spec__7___closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__15; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -17524,39 +17556,39 @@ l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__6 = _init lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__6); l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__7 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__7(); lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_Value_getLiteral_go___closed__7); -l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__1(); -l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__2(); -l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3(); -lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__2___closed__3); -l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___closed__1 = _init_l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___closed__1(); -lean_mark_persistent(l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____spec__5___closed__1); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__1 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__1); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__2); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____lambda__2___closed__3); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__1); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__2); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__3); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__4 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__4); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__5 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__5); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__6 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__6); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__7 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__7); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__8 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__8); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__9 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__9); -l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__10 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297____closed__10); -if (builtin) {res = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2297_(lean_io_mk_world()); +l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__1(); +l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__2 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__2(); +l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3(); +lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__2___closed__3); +l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___closed__1 = _init_l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___closed__1(); +lean_mark_persistent(l_Array_qsort_sort___at_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____spec__5___closed__1); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__1 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__1); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__2); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____lambda__2___closed__3); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__1); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__2); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__3); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__4 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__4); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__5 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__5); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__6 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__6); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__7 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__7); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__8 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__8); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__9 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__9); +l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__10 = _init_l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290____closed__10); +if (builtin) {res = l_Lean_Compiler_LCNF_UnreachableBranches_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_2290_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_LCNF_UnreachableBranches_functionSummariesExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_LCNF_UnreachableBranches_functionSummariesExt); @@ -17633,37 +17665,37 @@ l_Lean_Compiler_LCNF_elimDeadBranches___closed__3 = _init_l_Lean_Compiler_LCNF_e lean_mark_persistent(l_Lean_Compiler_LCNF_elimDeadBranches___closed__3); l_Lean_Compiler_LCNF_elimDeadBranches = _init_l_Lean_Compiler_LCNF_elimDeadBranches(); lean_mark_persistent(l_Lean_Compiler_LCNF_elimDeadBranches); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177____closed__15); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7177_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175____closed__15); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ElimDeadBranches___hyg_7175_(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/LCNF/FVarUtil.c b/stage0/stdlib/Lean/Compiler/LCNF/FVarUtil.c index 0d4c2fc84c18..7bfbadc83e81 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/FVarUtil.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/FVarUtil.c @@ -136,7 +136,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instTraverseFVarAlt___lambda__2(le LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_instTraverseFVarAlt___spec__2(lean_object*); static lean_object* l_Lean_Compiler_LCNF_instTraverseFVarAlt___closed__2; LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Expr_forFVarM___spec__3(lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); static lean_object* l_Lean_Compiler_LCNF_instTraverseFVarLetDecl___closed__1; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateParamImp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_anyFVarM_go___rarg___lambda__2___boxed(lean_object*, lean_object*); @@ -247,6 +246,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_map LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_forFVarM___spec__5___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Code_forFVarM___spec__5(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_mapFVarM___rarg___lambda__4___closed__2; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_forFVarM(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Expr_forFVarM___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Expr_mapFVarM___rarg___lambda__1(lean_object*, lean_object*, lean_object*); @@ -695,7 +695,7 @@ return x_21; else { uint8_t x_22; -x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_10, x_10); +x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_10, x_10); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; @@ -833,7 +833,7 @@ return x_21; else { uint8_t x_22; -x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_10, x_10); +x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_10, x_10); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; diff --git a/stage0/stdlib/Lean/Compiler/LCNF/FixedParams.c b/stage0/stdlib/Lean/Compiler/LCNF/FixedParams.c index 285a0d565d7e..78a8403bc2d4 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/FixedParams.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/FixedParams.c @@ -20,6 +20,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FixedParams_evalFVar___boxed(lean_ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_of_nat(lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); +static lean_object* l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_FixedParams_0__Lean_Compiler_LCNF_FixedParams_hashAbsValue____x40_Lean_Compiler_LCNF_FixedParams___hyg_118____boxed(lean_object*); LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__15(lean_object*, uint8_t); @@ -1930,6 +1931,16 @@ goto _start; } } } +static lean_object* _init_l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___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_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___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: { @@ -1952,227 +1963,203 @@ x_16 = lean_unsigned_to_nat(0u); x_17 = lean_nat_dec_eq(x_8, x_16); if (x_17 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_26; uint8_t x_27; lean_dec(x_11); x_18 = lean_unsigned_to_nat(1u); x_19 = lean_nat_sub(x_8, x_18); lean_dec(x_8); -x_20 = lean_array_get_size(x_1); -x_21 = lean_nat_dec_lt(x_9, x_20); -lean_dec(x_20); -if (x_21 == 0) +x_26 = lean_array_get_size(x_1); +x_27 = lean_nat_dec_lt(x_9, x_26); +lean_dec(x_26); +if (x_27 == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_13); -if (x_22 == 0) +uint8_t x_28; +x_28 = !lean_is_exclusive(x_13); +if (x_28 == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_23 = lean_ctor_get(x_13, 1); -x_24 = 0; -x_25 = lean_box(x_24); -x_26 = lean_array_set(x_23, x_9, x_25); -lean_ctor_set(x_13, 1, x_26); -x_27 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_28 = lean_box(0); -x_8 = x_19; -x_9 = x_27; -x_10 = lean_box(0); -x_11 = x_28; -goto _start; +lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_29 = lean_ctor_get(x_13, 1); +x_30 = 0; +x_31 = lean_box(x_30); +x_32 = lean_array_set(x_29, x_9, x_31); +lean_ctor_set(x_13, 1, x_32); +x_33 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_33; +x_21 = x_13; +goto block_25; } else { -lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_30 = lean_ctor_get(x_13, 0); -x_31 = lean_ctor_get(x_13, 1); -lean_inc(x_31); -lean_inc(x_30); +lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_34 = lean_ctor_get(x_13, 0); +x_35 = lean_ctor_get(x_13, 1); +lean_inc(x_35); +lean_inc(x_34); lean_dec(x_13); -x_32 = 0; -x_33 = lean_box(x_32); -x_34 = lean_array_set(x_31, x_9, x_33); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_30); -lean_ctor_set(x_35, 1, x_34); -x_36 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_37 = lean_box(0); -x_8 = x_19; -x_9 = x_36; -x_10 = lean_box(0); -x_11 = x_37; -x_13 = x_35; -goto _start; +x_36 = 0; +x_37 = lean_box(x_36); +x_38 = lean_array_set(x_35, x_9, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_34); +lean_ctor_set(x_39, 1, x_38); +x_40 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_40; +x_21 = x_39; +goto block_25; } } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_39 = lean_array_fget(x_2, x_9); -x_40 = lean_array_fget(x_1, x_9); -x_41 = l_Lean_Compiler_LCNF_FixedParams_evalArg(x_40, x_12, x_13); -lean_dec(x_40); -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); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_41 = lean_array_fget(x_2, x_9); +x_42 = lean_array_fget(x_1, x_9); +x_43 = l_Lean_Compiler_LCNF_FixedParams_evalArg(x_42, x_12, x_13); +lean_dec(x_42); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); lean_inc(x_9); -x_44 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_44, 0, x_9); -x_45 = l___private_Lean_Compiler_LCNF_FixedParams_0__Lean_Compiler_LCNF_FixedParams_beqAbsValue____x40_Lean_Compiler_LCNF_FixedParams___hyg_23_(x_42, x_44); +x_46 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_46, 0, x_9); +x_47 = l___private_Lean_Compiler_LCNF_FixedParams_0__Lean_Compiler_LCNF_FixedParams_beqAbsValue____x40_Lean_Compiler_LCNF_FixedParams___hyg_23_(x_44, x_46); +lean_dec(x_46); +if (x_47 == 0) +{ +lean_object* x_48; uint8_t x_49; +x_48 = lean_box(1); +x_49 = l___private_Lean_Compiler_LCNF_FixedParams_0__Lean_Compiler_LCNF_FixedParams_beqAbsValue____x40_Lean_Compiler_LCNF_FixedParams___hyg_23_(x_44, x_48); lean_dec(x_44); -if (x_45 == 0) +if (x_49 == 0) { -lean_object* x_46; uint8_t x_47; -x_46 = lean_box(1); -x_47 = l___private_Lean_Compiler_LCNF_FixedParams_0__Lean_Compiler_LCNF_FixedParams_beqAbsValue____x40_Lean_Compiler_LCNF_FixedParams___hyg_23_(x_42, x_46); -lean_dec(x_42); -if (x_47 == 0) +uint8_t x_50; +lean_dec(x_41); +x_50 = !lean_is_exclusive(x_45); +if (x_50 == 0) { -uint8_t x_48; -lean_dec(x_39); -x_48 = !lean_is_exclusive(x_43); -if (x_48 == 0) -{ -lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_49 = lean_ctor_get(x_43, 1); -x_50 = 0; -x_51 = lean_box(x_50); -x_52 = lean_array_set(x_49, x_9, x_51); -lean_ctor_set(x_43, 1, x_52); -x_53 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_54 = lean_box(0); -x_8 = x_19; -x_9 = x_53; -x_10 = lean_box(0); -x_11 = x_54; -x_13 = x_43; -goto _start; +lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_51 = lean_ctor_get(x_45, 1); +x_52 = 0; +x_53 = lean_box(x_52); +x_54 = lean_array_set(x_51, x_9, x_53); +lean_ctor_set(x_45, 1, x_54); +x_55 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_55; +x_21 = x_45; +goto block_25; } else { -lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_56 = lean_ctor_get(x_43, 0); -x_57 = lean_ctor_get(x_43, 1); +lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_56 = lean_ctor_get(x_45, 0); +x_57 = lean_ctor_get(x_45, 1); lean_inc(x_57); lean_inc(x_56); -lean_dec(x_43); +lean_dec(x_45); x_58 = 0; x_59 = lean_box(x_58); x_60 = lean_array_set(x_57, x_9, x_59); x_61 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_61, 0, x_56); lean_ctor_set(x_61, 1, x_60); -x_62 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_63 = lean_box(0); -x_8 = x_19; -x_9 = x_62; -x_10 = lean_box(0); -x_11 = x_63; -x_13 = x_61; -goto _start; +x_62 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_62; +x_21 = x_61; +goto block_25; } } else { -lean_object* x_65; uint8_t x_66; -x_65 = lean_ctor_get(x_39, 2); -lean_inc(x_65); -lean_dec(x_39); -x_66 = l_Lean_Expr_isErased(x_65); -lean_dec(x_65); -if (x_66 == 0) -{ -uint8_t x_67; -x_67 = !lean_is_exclusive(x_43); -if (x_67 == 0) -{ -lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_68 = lean_ctor_get(x_43, 1); -x_69 = 0; -x_70 = lean_box(x_69); -x_71 = lean_array_set(x_68, x_9, x_70); -lean_ctor_set(x_43, 1, x_71); -x_72 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_73 = lean_box(0); -x_8 = x_19; -x_9 = x_72; -x_10 = lean_box(0); -x_11 = x_73; -x_13 = x_43; -goto _start; +lean_object* x_63; uint8_t x_64; +x_63 = lean_ctor_get(x_41, 2); +lean_inc(x_63); +lean_dec(x_41); +x_64 = l_Lean_Expr_isErased(x_63); +lean_dec(x_63); +if (x_64 == 0) +{ +uint8_t x_65; +x_65 = !lean_is_exclusive(x_45); +if (x_65 == 0) +{ +lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_66 = lean_ctor_get(x_45, 1); +x_67 = 0; +x_68 = lean_box(x_67); +x_69 = lean_array_set(x_66, x_9, x_68); +lean_ctor_set(x_45, 1, x_69); +x_70 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_70; +x_21 = x_45; +goto block_25; } else { -lean_object* x_75; lean_object* x_76; uint8_t x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_75 = lean_ctor_get(x_43, 0); -x_76 = lean_ctor_get(x_43, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_43); -x_77 = 0; -x_78 = lean_box(x_77); -x_79 = lean_array_set(x_76, x_9, x_78); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_75); -lean_ctor_set(x_80, 1, x_79); -x_81 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_82 = lean_box(0); -x_8 = x_19; -x_9 = x_81; -x_10 = lean_box(0); -x_11 = x_82; -x_13 = x_80; -goto _start; +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; +x_71 = lean_ctor_get(x_45, 0); +x_72 = lean_ctor_get(x_45, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_45); +x_73 = 0; +x_74 = lean_box(x_73); +x_75 = lean_array_set(x_72, x_9, x_74); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_71); +lean_ctor_set(x_76, 1, x_75); +x_77 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_77; +x_21 = x_76; +goto block_25; } } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_nat_add(x_9, x_7); -lean_dec(x_9); -x_85 = lean_box(0); -x_8 = x_19; -x_9 = x_84; -x_10 = lean_box(0); -x_11 = x_85; -x_13 = x_43; -goto _start; +lean_object* x_78; +x_78 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_78; +x_21 = x_45; +goto block_25; } } } else { -lean_object* x_87; lean_object* x_88; -lean_dec(x_42); -lean_dec(x_39); -x_87 = lean_nat_add(x_9, x_7); +lean_object* x_79; +lean_dec(x_44); +lean_dec(x_41); +x_79 = l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1; +x_20 = x_79; +x_21 = x_45; +goto block_25; +} +} +block_25: +{ +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_nat_add(x_9, x_7); lean_dec(x_9); -x_88 = lean_box(0); x_8 = x_19; -x_9 = x_87; +x_9 = x_23; x_10 = lean_box(0); -x_11 = x_88; -x_13 = x_43; +x_11 = x_22; +x_13 = x_21; goto _start; } } -} else { -lean_object* x_90; +lean_object* x_80; lean_dec(x_9); lean_dec(x_8); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_11); -lean_ctor_set(x_90, 1, x_13); -return x_90; +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_11); +lean_ctor_set(x_80, 1, x_13); +return x_80; } } } @@ -3069,6 +3056,8 @@ l_Lean_Compiler_LCNF_FixedParams_State_visited___default = _init_l_Lean_Compiler lean_mark_persistent(l_Lean_Compiler_LCNF_FixedParams_State_visited___default); l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__13___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__13___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__13___closed__1); +l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1 = _init_l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1(); +lean_mark_persistent(l_Std_Range_forIn_x27_loop___at_Lean_Compiler_LCNF_FixedParams_evalApp___spec__14___closed__1); l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_mkFixedParamsMap___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_mkFixedParamsMap___spec__1___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_mkFixedParamsMap___spec__1___closed__1); return lean_io_result_mk_ok(lean_box(0)); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/FloatLetIn.c b/stage0/stdlib/Lean/Compiler/LCNF/FloatLetIn.c index 92fdbbc0f13d..d9db1bba462a 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/FloatLetIn.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/FloatLetIn.c @@ -14,13 +14,13 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_instInhabitedDecision; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__14; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__13; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_withNewCandidate___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__7; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___spec__2___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__15___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__16(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___spec__1(lean_object*); @@ -32,21 +32,24 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compi LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Param_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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_AssocList_foldlM___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_dontFloat_goFVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__15; uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___spec__3(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_withNewScope___rarg(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*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_floatLetIn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__9; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_instHashableDecision; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__6(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__6; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__6; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__1___boxed(lean_object*); @@ -61,12 +64,14 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___ static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_ignore_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_ignore_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__3; lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__2___closed__2; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedPUnit; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__16; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_initialDecisions(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__2___closed__5; @@ -79,13 +84,14 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_instReprDecision; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar(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_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__8; lean_object* l_Array_reverse___rarg(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__10(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__17; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__14; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__11; lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_floatLetIn___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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*); @@ -95,19 +101,16 @@ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__3(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__3; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_floatLetIn___closed__2; static lean_object* l_Lean_Compiler_LCNF_floatLetIn___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_dontFloat_goFVar___boxed(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_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__15___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__16___boxed(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__9; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_FloatLetIn_instHashableDecision___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__19; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__7; lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__21; lean_object* lean_st_mk_ref(lean_object*, lean_object*); @@ -116,11 +119,11 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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_instInhabited___rarg(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_AltCore_getCode(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__6; static lean_object* l_Lean_Compiler_LCNF_FloatLetIn_instInhabitedDecision___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_floatLetIn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___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_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__10; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_initialDecisions___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__15(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -152,11 +155,9 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_Float static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__23; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_floatLetIn(uint8_t, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__2; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__2; static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__1___closed__1; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__2___closed__4; -static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__9(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_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__9; @@ -172,20 +173,19 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_Float static lean_object* l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__16; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__10; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__11; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_float___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_float___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_addTrace___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__2___closed__1; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_float_goFVar___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_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___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_Compiler_LCNF_AltCore_forCodeM___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__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_Compiler_LCNF_FloatLetIn_initialNewArms(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__17; static lean_object* l_panic___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__3___closed__2; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__5; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -205,7 +205,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Float uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__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*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__12; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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_object* l_Repr_addAppParen(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_CodeDecl_fvarId(lean_object*); @@ -215,13 +214,14 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt( LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_withNewScope(lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___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*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__12; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__5(lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__5; static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__18; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__13; lean_object* l_Lean_Compiler_LCNF_eraseCodeDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__22; @@ -245,7 +245,6 @@ lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Compiler_LCNF_FloatLetIn_instBEqDecision___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_withNewCandidate(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__13(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_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__7(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -253,7 +252,7 @@ lean_object* l_List_redLength___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_forCodeM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__13(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_FloatLetIn_withNewScope___rarg___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_Compiler_LCNF_FloatLetIn_initialDecisions_goCases___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__1; static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__2___closed__4; @@ -268,13 +267,13 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Float LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_Decision_ofAlt___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_forFVarM___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___spec__10(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516_(lean_object*); lean_object* l_Lean_Compiler_LCNF_isArrowClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__17; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FloatLetIn_dontFloat___spec__16___boxed(lean_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_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goAlt___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*); static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__20; LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_FloatLetIn_initialNewArms___spec__7(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_reprDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_187____closed__15; @@ -1156,7 +1155,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -1212,7 +1211,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -1232,7 +1231,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -1380,7 +1379,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -1433,7 +1432,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -4862,7 +4861,7 @@ LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_FloatLetI lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); x_8 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__4(x_2, x_7); @@ -8896,134 +8895,167 @@ return x_15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_float_goFVar(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_11; +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_10 = lean_st_ref_get(x_3, x_9); -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; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_12, 0); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_13 = x_10; +} else { + lean_dec_ref(x_10); + x_13 = lean_box(0); +} +x_14 = lean_ctor_get(x_11, 0); lean_inc(x_14); -lean_dec(x_12); +lean_dec(x_11); lean_inc(x_1); x_15 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__1(x_14, x_1); if (lean_obj_tag(x_15) == 0) { -lean_object* x_16; +lean_object* x_16; lean_object* x_17; lean_dec(x_2); lean_dec(x_1); x_16 = lean_box(0); -lean_ctor_set(x_10, 0, x_16); -return x_10; +if (lean_is_scalar(x_13)) { + x_17 = lean_alloc_ctor(0, 2, 0); +} else { + x_17 = x_13; +} +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_17, 1, x_12); +return x_17; } else { -lean_object* x_17; uint8_t x_18; -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); +lean_object* x_18; uint8_t x_19; uint8_t x_71; +x_18 = lean_ctor_get(x_15, 0); +lean_inc(x_18); lean_dec(x_15); -x_18 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_17, x_2); -if (x_18 == 0) +x_71 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_18, x_2); +if (x_71 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_17); -lean_free_object(x_10); +uint8_t x_72; +x_72 = 1; +x_19 = x_72; +goto block_70; +} +else +{ +uint8_t x_73; +x_73 = 0; +x_19 = x_73; +goto block_70; +} +block_70: +{ +if (x_19 == 0) +{ +lean_object* x_20; uint8_t x_21; +x_20 = lean_box(3); +x_21 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_18, x_20); +lean_dec(x_18); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; lean_dec(x_2); -x_19 = lean_st_ref_take(x_3, x_13); -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_20); -if (x_22 == 0) +lean_dec(x_1); +x_22 = lean_box(0); +if (lean_is_scalar(x_13)) { + x_23 = lean_alloc_ctor(0, 2, 0); +} else { + x_23 = x_13; +} +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_12); +return x_23; +} +else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_23 = lean_ctor_get(x_20, 0); -x_24 = lean_box(2); -x_25 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_23, x_1, x_24); -lean_ctor_set(x_20, 0, x_25); -x_26 = lean_st_ref_set(x_3, x_20, x_21); -x_27 = !lean_is_exclusive(x_26); +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_dec(x_13); +x_24 = lean_st_ref_take(x_3, x_12); +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 = !lean_is_exclusive(x_25); if (x_27 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_26, 0); -lean_dec(x_28); -x_29 = lean_box(0); -lean_ctor_set(x_26, 0, x_29); -return x_26; +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_28 = lean_ctor_get(x_25, 0); +x_29 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_28, x_1, x_2); +lean_ctor_set(x_25, 0, x_29); +x_30 = lean_st_ref_set(x_3, x_25, x_26); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_30, 0); +lean_dec(x_32); +x_33 = lean_box(0); +lean_ctor_set(x_30, 0, x_33); +return x_30; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_26, 1); -lean_inc(x_30); -lean_dec(x_26); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_30, 1); +lean_inc(x_34); +lean_dec(x_30); +x_35 = lean_box(0); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +return x_36; } } 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; lean_object* x_41; lean_object* x_42; -x_33 = lean_ctor_get(x_20, 0); -x_34 = lean_ctor_get(x_20, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_20); -x_35 = lean_box(2); -x_36 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_33, x_1, x_35); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_34); -x_38 = lean_st_ref_set(x_3, x_37, x_21); -x_39 = lean_ctor_get(x_38, 1); -lean_inc(x_39); -if (lean_is_exclusive(x_38)) { - lean_ctor_release(x_38, 0); - lean_ctor_release(x_38, 1); - x_40 = x_38; +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; +x_37 = lean_ctor_get(x_25, 0); +x_38 = lean_ctor_get(x_25, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_25); +x_39 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_37, x_1, x_2); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = lean_st_ref_set(x_3, x_40, x_26); +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +if (lean_is_exclusive(x_41)) { + lean_ctor_release(x_41, 0); + lean_ctor_release(x_41, 1); + x_43 = x_41; } else { - lean_dec_ref(x_38); - x_40 = lean_box(0); + lean_dec_ref(x_41); + x_43 = lean_box(0); } -x_41 = lean_box(0); -if (lean_is_scalar(x_40)) { - x_42 = lean_alloc_ctor(0, 2, 0); +x_44 = lean_box(0); +if (lean_is_scalar(x_43)) { + x_45 = lean_alloc_ctor(0, 2, 0); } else { - x_42 = x_40; + x_45 = x_43; } -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_39); -return x_42; +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_42); +return x_45; } } -else -{ -lean_object* x_43; uint8_t x_44; -x_43 = lean_box(3); -x_44 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_17, x_43); -lean_dec(x_17); -if (x_44 == 0) -{ -lean_object* x_45; -lean_dec(x_2); -lean_dec(x_1); -x_45 = lean_box(0); -lean_ctor_set(x_10, 0, x_45); -return x_10; } else { lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -lean_free_object(x_10); -x_46 = lean_st_ref_take(x_3, x_13); +lean_dec(x_18); +lean_dec(x_13); +lean_dec(x_2); +x_46 = lean_st_ref_take(x_3, x_12); x_47 = lean_ctor_get(x_46, 0); lean_inc(x_47); x_48 = lean_ctor_get(x_46, 1); @@ -9032,221 +9064,68 @@ lean_dec(x_46); x_49 = !lean_is_exclusive(x_47); if (x_49 == 0) { -lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; x_50 = lean_ctor_get(x_47, 0); -x_51 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_50, x_1, x_2); -lean_ctor_set(x_47, 0, x_51); -x_52 = lean_st_ref_set(x_3, x_47, x_48); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) -{ -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_52, 0); -lean_dec(x_54); -x_55 = lean_box(0); -lean_ctor_set(x_52, 0, x_55); -return x_52; +x_51 = lean_box(2); +x_52 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_50, x_1, x_51); +lean_ctor_set(x_47, 0, x_52); +x_53 = lean_st_ref_set(x_3, x_47, x_48); +x_54 = !lean_is_exclusive(x_53); +if (x_54 == 0) +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_53, 0); +lean_dec(x_55); +x_56 = lean_box(0); +lean_ctor_set(x_53, 0, x_56); +return x_53; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_52, 1); -lean_inc(x_56); -lean_dec(x_52); -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; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_53, 1); +lean_inc(x_57); +lean_dec(x_53); +x_58 = lean_box(0); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } 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; -x_59 = lean_ctor_get(x_47, 0); -x_60 = lean_ctor_get(x_47, 1); +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; +x_60 = lean_ctor_get(x_47, 0); +x_61 = lean_ctor_get(x_47, 1); +lean_inc(x_61); lean_inc(x_60); -lean_inc(x_59); lean_dec(x_47); -x_61 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_59, x_1, x_2); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -x_63 = lean_st_ref_set(x_3, x_62, x_48); -x_64 = lean_ctor_get(x_63, 1); -lean_inc(x_64); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - lean_ctor_release(x_63, 1); - x_65 = x_63; -} else { - lean_dec_ref(x_63); - x_65 = lean_box(0); -} -x_66 = lean_box(0); -if (lean_is_scalar(x_65)) { - x_67 = lean_alloc_ctor(0, 2, 0); -} else { +x_62 = lean_box(2); +x_63 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_60, x_1, x_62); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_61); +x_65 = lean_st_ref_set(x_3, x_64, x_48); +x_66 = lean_ctor_get(x_65, 1); +lean_inc(x_66); +if (lean_is_exclusive(x_65)) { + lean_ctor_release(x_65, 0); + lean_ctor_release(x_65, 1); x_67 = x_65; -} -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_64); -return x_67; -} -} -} -} -} -else -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_68 = lean_ctor_get(x_10, 0); -x_69 = lean_ctor_get(x_10, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_10); -x_70 = lean_ctor_get(x_68, 0); -lean_inc(x_70); -lean_dec(x_68); -lean_inc(x_1); -x_71 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__1(x_70, x_1); -if (lean_obj_tag(x_71) == 0) -{ -lean_object* x_72; lean_object* x_73; -lean_dec(x_2); -lean_dec(x_1); -x_72 = lean_box(0); -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; uint8_t x_75; -x_74 = lean_ctor_get(x_71, 0); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_74, x_2); -if (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; 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_dec(x_74); -lean_dec(x_2); -x_76 = lean_st_ref_take(x_3, x_69); -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 = lean_ctor_get(x_77, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_81 = x_77; -} else { - lean_dec_ref(x_77); - x_81 = lean_box(0); -} -x_82 = lean_box(2); -x_83 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_79, x_1, x_82); -if (lean_is_scalar(x_81)) { - x_84 = lean_alloc_ctor(0, 2, 0); -} else { - x_84 = x_81; -} -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_80); -x_85 = lean_st_ref_set(x_3, x_84, x_78); -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_85); - x_87 = lean_box(0); -} -x_88 = lean_box(0); -if (lean_is_scalar(x_87)) { - x_89 = lean_alloc_ctor(0, 2, 0); -} else { - x_89 = x_87; -} -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_86); -return x_89; -} -else -{ -lean_object* x_90; uint8_t x_91; -x_90 = lean_box(3); -x_91 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_74, x_90); -lean_dec(x_74); -if (x_91 == 0) -{ -lean_object* x_92; lean_object* x_93; -lean_dec(x_2); -lean_dec(x_1); -x_92 = lean_box(0); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_69); -return x_93; -} -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; -x_94 = lean_st_ref_take(x_3, x_69); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_ctor_get(x_95, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_95, 1); -lean_inc(x_98); -if (lean_is_exclusive(x_95)) { - lean_ctor_release(x_95, 0); - lean_ctor_release(x_95, 1); - x_99 = x_95; } else { - lean_dec_ref(x_95); - x_99 = lean_box(0); + lean_dec_ref(x_65); + x_67 = lean_box(0); } -x_100 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__3(x_97, x_1, x_2); -if (lean_is_scalar(x_99)) { - x_101 = lean_alloc_ctor(0, 2, 0); +x_68 = lean_box(0); +if (lean_is_scalar(x_67)) { + x_69 = lean_alloc_ctor(0, 2, 0); } else { - x_101 = x_99; -} -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_98); -x_102 = lean_st_ref_set(x_3, x_101, x_96); -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_102); - x_104 = lean_box(0); -} -x_105 = lean_box(0); -if (lean_is_scalar(x_104)) { - x_106 = lean_alloc_ctor(0, 2, 0); -} else { - x_106 = x_104; + x_69 = x_67; } -lean_ctor_set(x_106, 0, x_105); -lean_ctor_set(x_106, 1, x_103); -return x_106; +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_66); +return x_69; } } } @@ -9594,16 +9473,6 @@ lean_dec(x_3); return x_10; } } -static lean_object* _init_l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___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_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___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) { _start: { @@ -9623,192 +9492,77 @@ return x_10; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; 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_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_dec(x_2); x_11 = lean_ctor_get(x_1, 0); lean_inc(x_11); x_12 = lean_ctor_get(x_1, 1); lean_inc(x_12); lean_dec(x_1); -x_18 = lean_st_ref_get(x_3, x_9); -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 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(x_19); -x_22 = l_Lean_Compiler_LCNF_CodeDecl_fvarId(x_11); -x_23 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__1(x_21, x_22); -if (lean_obj_tag(x_23) == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__4; -x_25 = l_panic___at_Lean_Compiler_LCNF_FloatLetIn_float___spec__1(x_24); -x_26 = lean_box(3); -x_27 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_25, x_26); -if (x_27 == 0) -{ -lean_object* x_28; uint8_t x_29; -x_28 = lean_box(2); -x_29 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_25, x_28); -lean_dec(x_25); -if (x_29 == 0) -{ -lean_object* x_30; -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_30 = l_Lean_Compiler_LCNF_FloatLetIn_float(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -x_32 = l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; -x_13 = x_32; -x_14 = x_31; -goto block_17; -} -else -{ -uint8_t x_33; -lean_dec(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_3); -x_33 = !lean_is_exclusive(x_30); -if (x_33 == 0) -{ -return x_30; -} -else -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_30, 0); -x_35 = lean_ctor_get(x_30, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_30); -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_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_37 = l_Lean_Compiler_LCNF_FloatLetIn_dontFloat(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_37, 1); -lean_inc(x_38); -lean_dec(x_37); -x_39 = l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; -x_13 = x_39; -x_14 = x_38; -goto block_17; -} -else -{ -uint8_t x_40; -lean_dec(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_3); -x_40 = !lean_is_exclusive(x_37); -if (x_40 == 0) -{ -return x_37; -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_37, 0); -x_42 = lean_ctor_get(x_37, 1); +x_13 = lean_st_ref_get(x_3, x_9); +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_42 = lean_ctor_get(x_14, 0); lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_37); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; -} -} -} +lean_dec(x_14); +x_43 = l_Lean_Compiler_LCNF_CodeDecl_fvarId(x_11); +x_44 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_FloatLetIn_initialDecisions_goFVar___spec__1(x_42, x_43); +if (lean_obj_tag(x_44) == 0) +{ +lean_object* x_45; lean_object* x_46; +x_45 = l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__4; +x_46 = l_panic___at_Lean_Compiler_LCNF_FloatLetIn_float___spec__1(x_45); +x_16 = x_46; +goto block_41; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_dec(x_25); -x_44 = l_Lean_Compiler_LCNF_eraseCodeDecl(x_11, x_5, x_6, x_7, x_8, x_20); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); +lean_object* x_47; +x_47 = lean_ctor_get(x_44, 0); +lean_inc(x_47); lean_dec(x_44); -x_46 = l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; -x_13 = x_46; -x_14 = x_45; -goto block_17; -} +x_16 = x_47; +goto block_41; } -else +block_41: { -lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_47 = lean_ctor_get(x_23, 0); -lean_inc(x_47); -lean_dec(x_23); -x_48 = lean_box(3); -x_49 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_47, x_48); -if (x_49 == 0) +lean_object* x_17; uint8_t x_18; +x_17 = lean_box(3); +x_18 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_16, x_17); +if (x_18 == 0) { -lean_object* x_50; uint8_t x_51; -x_50 = lean_box(2); -x_51 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_47, x_50); -lean_dec(x_47); -if (x_51 == 0) +lean_object* x_19; uint8_t x_20; +x_19 = lean_box(2); +x_20 = l___private_Lean_Compiler_LCNF_FloatLetIn_0__Lean_Compiler_LCNF_FloatLetIn_beqDecision____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_71_(x_16, x_19); +lean_dec(x_16); +if (x_20 == 0) { -lean_object* x_52; +lean_object* x_21; 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_52 = l_Lean_Compiler_LCNF_FloatLetIn_float(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -if (lean_obj_tag(x_52) == 0) +x_21 = l_Lean_Compiler_LCNF_FloatLetIn_float(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_52, 1); -lean_inc(x_53); -lean_dec(x_52); -x_54 = l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; -x_13 = x_54; -x_14 = x_53; -goto block_17; +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = lean_box(0); +x_1 = x_12; +x_2 = x_23; +x_9 = x_22; +goto _start; } else { -uint8_t x_55; +uint8_t x_25; lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); @@ -9816,50 +9570,51 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_55 = !lean_is_exclusive(x_52); -if (x_55 == 0) +x_25 = !lean_is_exclusive(x_21); +if (x_25 == 0) { -return x_52; +return x_21; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_52, 0); -x_57 = lean_ctor_get(x_52, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_52); -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_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_21, 0); +x_27 = lean_ctor_get(x_21, 1); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_21); +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_59; +lean_object* x_29; 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_59 = l_Lean_Compiler_LCNF_FloatLetIn_dontFloat(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -if (lean_obj_tag(x_59) == 0) +x_29 = l_Lean_Compiler_LCNF_FloatLetIn_dontFloat(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_60; lean_object* x_61; -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; -x_13 = x_61; -x_14 = x_60; -goto block_17; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +x_31 = lean_box(0); +x_1 = x_12; +x_2 = x_31; +x_9 = x_30; +goto _start; } else { -uint8_t x_62; +uint8_t x_33; lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); @@ -9867,55 +9622,45 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_62 = !lean_is_exclusive(x_59); -if (x_62 == 0) +x_33 = !lean_is_exclusive(x_29); +if (x_33 == 0) { -return x_59; +return x_29; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_59, 0); -x_64 = lean_ctor_get(x_59, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_59); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_29, 0); +x_35 = lean_ctor_get(x_29, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_29); +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_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_47); -x_66 = l_Lean_Compiler_LCNF_eraseCodeDecl(x_11, x_5, x_6, x_7, x_8, x_20); -x_67 = lean_ctor_get(x_66, 1); -lean_inc(x_67); -lean_dec(x_66); -x_68 = l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1; -x_13 = x_68; -x_14 = x_67; -goto block_17; -} -} -block_17: -{ -lean_object* x_15; -x_15 = lean_ctor_get(x_13, 0); -lean_inc(x_15); -lean_dec(x_13); +lean_object* x_37; lean_object* x_38; lean_object* x_39; +lean_dec(x_16); +x_37 = l_Lean_Compiler_LCNF_eraseCodeDecl(x_11, x_5, x_6, x_7, x_8, x_15); +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_box(0); x_1 = x_12; -x_2 = x_15; -x_9 = x_14; +x_2 = x_39; +x_9 = x_38; goto _start; } } } } +} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases(lean_object* x_1, 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: { @@ -11660,7 +11405,7 @@ x_4 = l_Lean_Compiler_LCNF_floatLetIn(x_3, x_2); return x_4; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1() { _start: { lean_object* x_1; @@ -11668,27 +11413,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____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_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__2; x_2 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4() { _start: { lean_object* x_1; @@ -11696,17 +11441,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__6() { _start: { lean_object* x_1; @@ -11714,17 +11459,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__8() { _start: { lean_object* x_1; @@ -11732,47 +11477,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__10; x_2 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__13() { _start: { lean_object* x_1; @@ -11780,17 +11525,17 @@ x_1 = lean_mk_string_from_bytes("FloatLetIn", 10); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__15() { _start: { lean_object* x_1; @@ -11798,33 +11543,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__16; -x_2 = lean_unsigned_to_nat(3520u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__16; +x_2 = lean_unsigned_to_nat(3516u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__3___closed__3; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__17; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__17; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -11942,8 +11687,6 @@ l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__4 = _init_l_Lean_Compiler_LC lean_mark_persistent(l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__4); l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__5 = _init_l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__5(); lean_mark_persistent(l_Lean_Compiler_LCNF_FloatLetIn_dontFloat___closed__5); -l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1 = _init_l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1(); -lean_mark_persistent(l_List_forIn_loop___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_goCases___spec__1___closed__1); l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__1___closed__1 = _init_l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__1___closed__1(); lean_mark_persistent(l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__1___closed__1); l_Lean_addTrace___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__2___closed__1 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_FloatLetIn_floatLetIn_go___spec__2___closed__1(); @@ -11982,41 +11725,41 @@ l_Lean_Compiler_LCNF_floatLetIn___closed__1 = _init_l_Lean_Compiler_LCNF_floatLe lean_mark_persistent(l_Lean_Compiler_LCNF_floatLetIn___closed__1); l_Lean_Compiler_LCNF_floatLetIn___closed__2 = _init_l_Lean_Compiler_LCNF_floatLetIn___closed__2(); lean_mark_persistent(l_Lean_Compiler_LCNF_floatLetIn___closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520____closed__17); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3520_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516____closed__17); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_FloatLetIn___hyg_3516_(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/LCNF/InferType.c b/stage0/stdlib/Lean/Compiler/LCNF/InferType.c index 490461566f9c..5473f10e9d4b 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/InferType.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/InferType.c @@ -9003,197 +9003,188 @@ lean_inc(x_32); lean_dec(x_23); if (lean_obj_tag(x_32) == 5) { -lean_object* x_33; uint8_t x_34; +lean_object* x_33; uint8_t x_34; uint8_t x_132; x_33 = lean_ctor_get(x_32, 0); lean_inc(x_33); lean_dec(x_32); -x_34 = lean_ctor_get_uint8(x_33, sizeof(void*)*5); +x_132 = lean_ctor_get_uint8(x_33, sizeof(void*)*5); +if (x_132 == 0) +{ +lean_object* x_133; lean_object* x_134; uint8_t x_135; +x_133 = lean_ctor_get(x_33, 2); +lean_inc(x_133); +x_134 = lean_unsigned_to_nat(0u); +x_135 = lean_nat_dec_eq(x_133, x_134); +lean_dec(x_133); +if (x_135 == 0) +{ +uint8_t x_136; +x_136 = 1; +x_34 = x_136; +goto block_131; +} +else +{ +uint8_t x_137; +x_137 = 0; +x_34 = x_137; +goto block_131; +} +} +else +{ +uint8_t x_138; +x_138 = 1; +x_34 = x_138; +goto block_131; +} +block_131: +{ if (x_34 == 0) { -lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_35 = lean_ctor_get(x_33, 2); +lean_object* x_35; +x_35 = lean_ctor_get(x_33, 4); lean_inc(x_35); -x_36 = lean_unsigned_to_nat(0u); -x_37 = lean_nat_dec_eq(x_35, x_36); -lean_dec(x_35); -if (x_37 == 0) +if (lean_obj_tag(x_35) == 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_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_dec(x_33); lean_dec(x_18); lean_dec(x_14); -x_38 = l_Lean_Expr_fvar___override(x_3); -x_39 = l_Lean_Expr_proj___override(x_1, x_2, x_38); -x_40 = l_Lean_indentExpr(x_39); -x_41 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_36 = l_Lean_Expr_fvar___override(x_3); +x_37 = l_Lean_Expr_proj___override(x_1, x_2, x_36); +x_38 = l_Lean_indentExpr(x_37); +x_39 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; 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 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -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_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_44, x_4, x_5, x_6, x_7, x_8, x_21); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_42, x_4, x_5, x_6, x_7, x_8, x_21); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_45; +return x_43; } else { -lean_object* x_46; -x_46 = lean_ctor_get(x_33, 4); -lean_inc(x_46); +lean_object* x_44; +x_44 = lean_ctor_get(x_35, 1); +lean_inc(x_44); +if (lean_obj_tag(x_44) == 0) +{ +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_35, 0); +lean_inc(x_45); +lean_dec(x_35); +x_46 = l_Lean_getConstInfo___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__2(x_45, x_4, x_5, x_6, x_7, x_8, x_21); if (lean_obj_tag(x_46) == 0) { -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_47; +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +if (lean_obj_tag(x_47) == 6) +{ +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; uint8_t x_58; lean_object* x_98; uint8_t x_99; +x_48 = lean_ctor_get(x_46, 1); +lean_inc(x_48); +lean_dec(x_46); +x_49 = lean_ctor_get(x_47, 0); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_ctor_get(x_33, 1); +lean_inc(x_50); lean_dec(x_33); -lean_dec(x_18); -lean_dec(x_14); -x_47 = l_Lean_Expr_fvar___override(x_3); -x_48 = l_Lean_Expr_proj___override(x_1, x_2, x_47); -x_49 = l_Lean_indentExpr(x_48); -x_50 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_49); -x_52 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_53 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_53, x_4, x_5, x_6, x_7, x_8, x_21); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_54; +x_51 = lean_unsigned_to_nat(0u); +x_52 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_14, x_51); +x_53 = l_Lean_Compiler_LCNF_InferType_inferAppType___closed__1; +lean_inc(x_52); +x_54 = lean_mk_array(x_52, x_53); +x_55 = lean_unsigned_to_nat(1u); +x_56 = lean_nat_sub(x_52, x_55); +lean_dec(x_52); +x_57 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_14, x_54, x_56); +x_98 = lean_array_get_size(x_57); +x_99 = lean_nat_dec_eq(x_50, x_98); +lean_dec(x_98); +lean_dec(x_50); +if (x_99 == 0) +{ +uint8_t x_100; +x_100 = 1; +x_58 = x_100; +goto block_97; } else { -lean_object* x_55; -x_55 = lean_ctor_get(x_46, 1); -lean_inc(x_55); -if (lean_obj_tag(x_55) == 0) -{ -lean_object* x_56; lean_object* x_57; -x_56 = lean_ctor_get(x_46, 0); -lean_inc(x_56); -lean_dec(x_46); -x_57 = l_Lean_getConstInfo___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__2(x_56, x_4, x_5, x_6, x_7, x_8, x_21); -if (lean_obj_tag(x_57) == 0) +uint8_t x_101; +x_101 = 0; +x_58 = x_101; +goto block_97; +} +block_97: { -lean_object* x_58; -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -if (lean_obj_tag(x_58) == 6) +if (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; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_59 = lean_ctor_get(x_57, 1); +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_49, 0); lean_inc(x_59); -lean_dec(x_57); -x_60 = lean_ctor_get(x_58, 0); +lean_dec(x_49); +x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -lean_dec(x_58); -x_61 = lean_ctor_get(x_33, 1); -lean_inc(x_61); -lean_dec(x_33); -x_62 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_14, x_36); -x_63 = l_Lean_Compiler_LCNF_InferType_inferAppType___closed__1; -lean_inc(x_62); -x_64 = lean_mk_array(x_62, x_63); -x_65 = lean_unsigned_to_nat(1u); -x_66 = lean_nat_sub(x_62, x_65); -lean_dec(x_62); -x_67 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_14, x_64, x_66); -x_68 = lean_array_get_size(x_67); -x_69 = lean_nat_dec_eq(x_61, x_68); -lean_dec(x_68); -lean_dec(x_61); -if (x_69 == 0) -{ -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_dec(x_67); -lean_dec(x_60); -lean_dec(x_18); -x_70 = l_Lean_Expr_fvar___override(x_3); -x_71 = l_Lean_Expr_proj___override(x_1, x_2, x_70); -x_72 = l_Lean_indentExpr(x_71); -x_73 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_74 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_72); -x_75 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_76 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -x_77 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_76, x_4, x_5, x_6, x_7, x_8, x_59); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_77; -} -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_78 = lean_ctor_get(x_60, 0); -lean_inc(x_78); -lean_dec(x_60); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -lean_dec(x_78); -x_80 = l_Lean_Expr_const___override(x_79, x_18); -x_81 = l_Lean_mkAppN(x_80, x_67); +lean_dec(x_59); +x_61 = l_Lean_Expr_const___override(x_60, x_18); +x_62 = l_Lean_mkAppN(x_61, x_57); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_82 = l_Lean_Compiler_LCNF_InferType_inferAppType(x_81, x_4, x_5, x_6, x_7, x_8, x_59); -if (lean_obj_tag(x_82) == 0) +x_63 = l_Lean_Compiler_LCNF_InferType_inferAppType(x_62, x_4, x_5, x_6, x_7, x_8, x_48); +if (lean_obj_tag(x_63) == 0) { -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_82, 0); -lean_inc(x_83); -x_84 = lean_ctor_get(x_82, 1); -lean_inc(x_84); -lean_dec(x_82); -x_85 = lean_box(0); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_83); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_box(0); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_64); lean_inc(x_3); lean_inc_n(x_2, 2); lean_inc(x_1); -x_87 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5(x_1, x_2, x_3, x_85, x_2, x_36, x_2, x_65, x_86, x_4, x_5, x_6, x_7, x_8, x_84); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -if (lean_obj_tag(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_87, 1); -lean_inc(x_90); -lean_dec(x_87); -x_91 = lean_ctor_get(x_88, 1); -lean_inc(x_91); -lean_dec(x_88); -x_92 = lean_box(0); -x_93 = l_Lean_Compiler_LCNF_InferType_inferProjType___lambda__2(x_91, x_3, x_1, x_2, x_92, x_4, x_5, x_6, x_7, x_8, x_90); -return x_93; +x_68 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5(x_1, x_2, x_3, x_66, x_2, x_51, x_2, x_55, x_67, x_4, x_5, x_6, x_7, x_8, x_65); +if (lean_obj_tag(x_68) == 0) +{ +lean_object* x_69; lean_object* x_70; +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_69, 0); +lean_inc(x_70); +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_68, 1); +lean_inc(x_71); +lean_dec(x_68); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_dec(x_69); +x_73 = lean_box(0); +x_74 = l_Lean_Compiler_LCNF_InferType_inferProjType___lambda__2(x_72, x_3, x_1, x_2, x_73, x_4, x_5, x_6, x_7, x_8, x_71); +return x_74; } else { -uint8_t x_94; -lean_dec(x_88); +uint8_t x_75; +lean_dec(x_69); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9202,37 +9193,37 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_94 = !lean_is_exclusive(x_87); -if (x_94 == 0) +x_75 = !lean_is_exclusive(x_68); +if (x_75 == 0) { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_87, 0); -lean_dec(x_95); -x_96 = lean_ctor_get(x_89, 0); -lean_inc(x_96); -lean_dec(x_89); -lean_ctor_set(x_87, 0, x_96); -return x_87; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_68, 0); +lean_dec(x_76); +x_77 = lean_ctor_get(x_70, 0); +lean_inc(x_77); +lean_dec(x_70); +lean_ctor_set(x_68, 0, x_77); +return x_68; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_87, 1); -lean_inc(x_97); -lean_dec(x_87); -x_98 = lean_ctor_get(x_89, 0); -lean_inc(x_98); -lean_dec(x_89); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_97); -return x_99; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_68, 1); +lean_inc(x_78); +lean_dec(x_68); +x_79 = lean_ctor_get(x_70, 0); +lean_inc(x_79); +lean_dec(x_70); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +return x_80; } } } else { -uint8_t x_100; +uint8_t x_81; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9241,29 +9232,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_100 = !lean_is_exclusive(x_87); -if (x_100 == 0) +x_81 = !lean_is_exclusive(x_68); +if (x_81 == 0) { -return x_87; +return x_68; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_87, 0); -x_102 = lean_ctor_get(x_87, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_87); -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; +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_68, 0); +x_83 = lean_ctor_get(x_68, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_68); +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 { -uint8_t x_104; +uint8_t x_85; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9272,60 +9263,86 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_104 = !lean_is_exclusive(x_82); -if (x_104 == 0) +x_85 = !lean_is_exclusive(x_63); +if (x_85 == 0) { -return x_82; +return x_63; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_82, 0); -x_106 = lean_ctor_get(x_82, 1); -lean_inc(x_106); -lean_inc(x_105); -lean_dec(x_82); -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; +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_63, 0); +x_87 = lean_ctor_get(x_63, 1); +lean_inc(x_87); +lean_inc(x_86); +lean_dec(x_63); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; +} +} } +else +{ +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_dec(x_57); +lean_dec(x_49); +lean_dec(x_18); +x_89 = l_Lean_Expr_fvar___override(x_3); +x_90 = l_Lean_Expr_proj___override(x_1, x_2, x_89); +x_91 = l_Lean_indentExpr(x_90); +x_92 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_93 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_91); +x_94 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_95 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_95, 0, x_93); +lean_ctor_set(x_95, 1, x_94); +x_96 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_95, x_4, x_5, x_6, x_7, x_8, x_48); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_96; } } } else { -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_dec(x_58); +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_dec(x_47); lean_dec(x_33); lean_dec(x_18); lean_dec(x_14); -x_108 = lean_ctor_get(x_57, 1); -lean_inc(x_108); -lean_dec(x_57); -x_109 = l_Lean_Expr_fvar___override(x_3); -x_110 = l_Lean_Expr_proj___override(x_1, x_2, x_109); -x_111 = l_Lean_indentExpr(x_110); -x_112 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_113 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_111); -x_114 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_115 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_115, x_4, x_5, x_6, x_7, x_8, x_108); +x_102 = lean_ctor_get(x_46, 1); +lean_inc(x_102); +lean_dec(x_46); +x_103 = l_Lean_Expr_fvar___override(x_3); +x_104 = l_Lean_Expr_proj___override(x_1, x_2, x_103); +x_105 = l_Lean_indentExpr(x_104); +x_106 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_109 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_109, 0, x_107); +lean_ctor_set(x_109, 1, x_108); +x_110 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_109, x_4, x_5, x_6, x_7, x_8, x_102); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_116; +return x_110; } } else { -uint8_t x_117; +uint8_t x_111; lean_dec(x_33); lean_dec(x_18); lean_dec(x_14); @@ -9337,137 +9354,137 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_117 = !lean_is_exclusive(x_57); -if (x_117 == 0) +x_111 = !lean_is_exclusive(x_46); +if (x_111 == 0) { -return x_57; +return x_46; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_57, 0); -x_119 = lean_ctor_get(x_57, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_57); -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; +lean_object* x_112; lean_object* x_113; lean_object* x_114; +x_112 = lean_ctor_get(x_46, 0); +x_113 = lean_ctor_get(x_46, 1); +lean_inc(x_113); +lean_inc(x_112); +lean_dec(x_46); +x_114 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_114, 0, x_112); +lean_ctor_set(x_114, 1, x_113); +return x_114; } } } 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_dec(x_55); -lean_dec(x_46); +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_dec(x_44); +lean_dec(x_35); lean_dec(x_33); lean_dec(x_18); lean_dec(x_14); -x_121 = l_Lean_Expr_fvar___override(x_3); -x_122 = l_Lean_Expr_proj___override(x_1, x_2, x_121); -x_123 = l_Lean_indentExpr(x_122); -x_124 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_125 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_125, 0, x_124); -lean_ctor_set(x_125, 1, x_123); -x_126 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_127 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -x_128 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_127, x_4, x_5, x_6, x_7, x_8, x_21); +x_115 = l_Lean_Expr_fvar___override(x_3); +x_116 = l_Lean_Expr_proj___override(x_1, x_2, x_115); +x_117 = l_Lean_indentExpr(x_116); +x_118 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_119 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_117); +x_120 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_121 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_121, 0, x_119); +lean_ctor_set(x_121, 1, x_120); +x_122 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_121, x_4, x_5, x_6, x_7, x_8, x_21); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_128; -} +return x_122; } } } else { -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_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_dec(x_33); lean_dec(x_18); lean_dec(x_14); -x_129 = l_Lean_Expr_fvar___override(x_3); -x_130 = l_Lean_Expr_proj___override(x_1, x_2, x_129); -x_131 = l_Lean_indentExpr(x_130); -x_132 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_133 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_131); -x_134 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_135 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_134); -x_136 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_135, x_4, x_5, x_6, x_7, x_8, x_21); +x_123 = l_Lean_Expr_fvar___override(x_3); +x_124 = l_Lean_Expr_proj___override(x_1, x_2, x_123); +x_125 = l_Lean_indentExpr(x_124); +x_126 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_127 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_127, 0, x_126); +lean_ctor_set(x_127, 1, x_125); +x_128 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_129 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_129, 0, x_127); +lean_ctor_set(x_129, 1, x_128); +x_130 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_129, x_4, x_5, x_6, x_7, x_8, x_21); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_136; +return x_130; +} } } else { -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_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_dec(x_32); lean_dec(x_18); lean_dec(x_14); -x_137 = l_Lean_Expr_fvar___override(x_3); -x_138 = l_Lean_Expr_proj___override(x_1, x_2, x_137); -x_139 = l_Lean_indentExpr(x_138); -x_140 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_141 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_139); -x_142 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_139 = l_Lean_Expr_fvar___override(x_3); +x_140 = l_Lean_Expr_proj___override(x_1, x_2, x_139); +x_141 = l_Lean_indentExpr(x_140); +x_142 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; x_143 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -x_144 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_143, x_4, x_5, x_6, x_7, x_8, x_21); +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_141); +x_144 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_145 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +x_146 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_145, x_4, x_5, x_6, x_7, x_8, x_21); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_144; +return x_146; } } } 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_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_dec(x_16); lean_dec(x_14); -x_145 = l_Lean_Expr_fvar___override(x_3); -x_146 = l_Lean_Expr_proj___override(x_1, x_2, x_145); -x_147 = l_Lean_indentExpr(x_146); -x_148 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_149 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_149, 0, x_148); -lean_ctor_set(x_149, 1, x_147); -x_150 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_147 = l_Lean_Expr_fvar___override(x_3); +x_148 = l_Lean_Expr_proj___override(x_1, x_2, x_147); +x_149 = l_Lean_indentExpr(x_148); +x_150 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; x_151 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_150); -x_152 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_151, x_4, x_5, x_6, x_7, x_8, x_13); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_149); +x_152 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_153 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +x_154 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_153, x_4, x_5, x_6, x_7, x_8, x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_152; +return x_154; } } else { -lean_object* x_153; +lean_object* x_155; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -9477,94 +9494,123 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_153 = l_Lean_Compiler_LCNF_erasedExpr; -lean_ctor_set(x_10, 0, x_153); +x_155 = l_Lean_Compiler_LCNF_erasedExpr; +lean_ctor_set(x_10, 0, x_155); return x_10; } } else { -lean_object* x_154; lean_object* x_155; lean_object* x_156; uint8_t x_157; -x_154 = lean_ctor_get(x_10, 0); -x_155 = lean_ctor_get(x_10, 1); -lean_inc(x_155); -lean_inc(x_154); +lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; +x_156 = lean_ctor_get(x_10, 0); +x_157 = lean_ctor_get(x_10, 1); +lean_inc(x_157); +lean_inc(x_156); lean_dec(x_10); -x_156 = l_Lean_Expr_headBeta(x_154); -x_157 = l_Lean_Expr_isErased(x_156); -if (x_157 == 0) -{ -lean_object* x_158; -x_158 = l_Lean_Expr_getAppFn(x_156); -if (lean_obj_tag(x_158) == 4) -{ -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; -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -lean_dec(x_158); -x_161 = lean_st_ref_get(x_8, x_155); -x_162 = lean_ctor_get(x_161, 0); +x_158 = l_Lean_Expr_headBeta(x_156); +x_159 = l_Lean_Expr_isErased(x_158); +if (x_159 == 0) +{ +lean_object* x_160; +x_160 = l_Lean_Expr_getAppFn(x_158); +if (lean_obj_tag(x_160) == 4) +{ +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_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +x_162 = lean_ctor_get(x_160, 1); lean_inc(x_162); -x_163 = lean_ctor_get(x_161, 1); -lean_inc(x_163); -lean_dec(x_161); -x_164 = lean_ctor_get(x_162, 0); +lean_dec(x_160); +x_163 = lean_st_ref_get(x_8, x_157); +x_164 = lean_ctor_get(x_163, 0); lean_inc(x_164); -lean_dec(x_162); -x_165 = lean_environment_find(x_164, x_159); -if (lean_obj_tag(x_165) == 0) +x_165 = lean_ctor_get(x_163, 1); +lean_inc(x_165); +lean_dec(x_163); +x_166 = lean_ctor_get(x_164, 0); +lean_inc(x_166); +lean_dec(x_164); +x_167 = lean_environment_find(x_166, x_161); +if (lean_obj_tag(x_167) == 0) { -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_dec(x_160); -lean_dec(x_156); -x_166 = l_Lean_Expr_fvar___override(x_3); -x_167 = l_Lean_Expr_proj___override(x_1, x_2, x_166); -x_168 = l_Lean_indentExpr(x_167); -x_169 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_170 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_168); -x_171 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +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_dec(x_162); +lean_dec(x_158); +x_168 = l_Lean_Expr_fvar___override(x_3); +x_169 = l_Lean_Expr_proj___override(x_1, x_2, x_168); +x_170 = l_Lean_indentExpr(x_169); +x_171 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; x_172 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -x_173 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_172, x_4, x_5, x_6, x_7, x_8, x_163); +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_170); +x_173 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_174 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +x_175 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_174, x_4, x_5, x_6, x_7, x_8, x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_173; +return x_175; } else { -lean_object* x_174; -x_174 = lean_ctor_get(x_165, 0); -lean_inc(x_174); -lean_dec(x_165); -if (lean_obj_tag(x_174) == 5) -{ -lean_object* x_175; uint8_t x_176; -x_175 = lean_ctor_get(x_174, 0); -lean_inc(x_175); -lean_dec(x_174); -x_176 = lean_ctor_get_uint8(x_175, sizeof(void*)*5); -if (x_176 == 0) +lean_object* x_176; +x_176 = lean_ctor_get(x_167, 0); +lean_inc(x_176); +lean_dec(x_167); +if (lean_obj_tag(x_176) == 5) { -lean_object* x_177; lean_object* x_178; uint8_t x_179; -x_177 = lean_ctor_get(x_175, 2); +lean_object* x_177; uint8_t x_178; uint8_t x_274; +x_177 = lean_ctor_get(x_176, 0); lean_inc(x_177); -x_178 = lean_unsigned_to_nat(0u); -x_179 = lean_nat_dec_eq(x_177, x_178); -lean_dec(x_177); -if (x_179 == 0) +lean_dec(x_176); +x_274 = lean_ctor_get_uint8(x_177, sizeof(void*)*5); +if (x_274 == 0) +{ +lean_object* x_275; lean_object* x_276; uint8_t x_277; +x_275 = lean_ctor_get(x_177, 2); +lean_inc(x_275); +x_276 = lean_unsigned_to_nat(0u); +x_277 = lean_nat_dec_eq(x_275, x_276); +lean_dec(x_275); +if (x_277 == 0) +{ +uint8_t x_278; +x_278 = 1; +x_178 = x_278; +goto block_273; +} +else +{ +uint8_t x_279; +x_279 = 0; +x_178 = x_279; +goto block_273; +} +} +else +{ +uint8_t x_280; +x_280 = 1; +x_178 = x_280; +goto block_273; +} +block_273: +{ +if (x_178 == 0) +{ +lean_object* x_179; +x_179 = lean_ctor_get(x_177, 4); +lean_inc(x_179); +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; lean_object* x_187; -lean_dec(x_175); -lean_dec(x_160); -lean_dec(x_156); +lean_dec(x_177); +lean_dec(x_162); +lean_dec(x_158); x_180 = l_Lean_Expr_fvar___override(x_3); x_181 = l_Lean_Expr_proj___override(x_1, x_2, x_180); x_182 = l_Lean_indentExpr(x_181); @@ -9576,7 +9622,7 @@ x_185 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType__ x_186 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_186, 0, x_184); lean_ctor_set(x_186, 1, x_185); -x_187 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_186, x_4, x_5, x_6, x_7, x_8, x_163); +x_187 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_186, x_4, x_5, x_6, x_7, x_8, x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9587,156 +9633,118 @@ return x_187; else { lean_object* x_188; -x_188 = lean_ctor_get(x_175, 4); +x_188 = lean_ctor_get(x_179, 1); lean_inc(x_188); if (lean_obj_tag(x_188) == 0) { -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_dec(x_175); -lean_dec(x_160); -lean_dec(x_156); -x_189 = l_Lean_Expr_fvar___override(x_3); -x_190 = l_Lean_Expr_proj___override(x_1, x_2, x_189); -x_191 = l_Lean_indentExpr(x_190); -x_192 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_193 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_193, 0, x_192); -lean_ctor_set(x_193, 1, x_191); -x_194 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_195 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_195, 0, x_193); -lean_ctor_set(x_195, 1, x_194); -x_196 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_195, x_4, x_5, x_6, x_7, x_8, x_163); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_196; +lean_object* x_189; lean_object* x_190; +x_189 = lean_ctor_get(x_179, 0); +lean_inc(x_189); +lean_dec(x_179); +x_190 = l_Lean_getConstInfo___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__2(x_189, x_4, x_5, x_6, x_7, x_8, x_165); +if (lean_obj_tag(x_190) == 0) +{ +lean_object* x_191; +x_191 = lean_ctor_get(x_190, 0); +lean_inc(x_191); +if (lean_obj_tag(x_191) == 6) +{ +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; uint8_t x_202; lean_object* x_240; uint8_t x_241; +x_192 = lean_ctor_get(x_190, 1); +lean_inc(x_192); +lean_dec(x_190); +x_193 = lean_ctor_get(x_191, 0); +lean_inc(x_193); +lean_dec(x_191); +x_194 = lean_ctor_get(x_177, 1); +lean_inc(x_194); +lean_dec(x_177); +x_195 = lean_unsigned_to_nat(0u); +x_196 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_158, x_195); +x_197 = l_Lean_Compiler_LCNF_InferType_inferAppType___closed__1; +lean_inc(x_196); +x_198 = lean_mk_array(x_196, x_197); +x_199 = lean_unsigned_to_nat(1u); +x_200 = lean_nat_sub(x_196, x_199); +lean_dec(x_196); +x_201 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_158, x_198, x_200); +x_240 = lean_array_get_size(x_201); +x_241 = lean_nat_dec_eq(x_194, x_240); +lean_dec(x_240); +lean_dec(x_194); +if (x_241 == 0) +{ +uint8_t x_242; +x_242 = 1; +x_202 = x_242; +goto block_239; } else { -lean_object* x_197; -x_197 = lean_ctor_get(x_188, 1); -lean_inc(x_197); -if (lean_obj_tag(x_197) == 0) -{ -lean_object* x_198; lean_object* x_199; -x_198 = lean_ctor_get(x_188, 0); -lean_inc(x_198); -lean_dec(x_188); -x_199 = l_Lean_getConstInfo___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__2(x_198, x_4, x_5, x_6, x_7, x_8, x_163); -if (lean_obj_tag(x_199) == 0) +uint8_t x_243; +x_243 = 0; +x_202 = x_243; +goto block_239; +} +block_239: { -lean_object* x_200; -x_200 = lean_ctor_get(x_199, 0); -lean_inc(x_200); -if (lean_obj_tag(x_200) == 6) +if (x_202 == 0) { -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; uint8_t x_211; -x_201 = lean_ctor_get(x_199, 1); -lean_inc(x_201); -lean_dec(x_199); -x_202 = lean_ctor_get(x_200, 0); -lean_inc(x_202); -lean_dec(x_200); -x_203 = lean_ctor_get(x_175, 1); +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_193, 0); lean_inc(x_203); -lean_dec(x_175); -x_204 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_156, x_178); -x_205 = l_Lean_Compiler_LCNF_InferType_inferAppType___closed__1; +lean_dec(x_193); +x_204 = lean_ctor_get(x_203, 0); lean_inc(x_204); -x_206 = lean_mk_array(x_204, x_205); -x_207 = lean_unsigned_to_nat(1u); -x_208 = lean_nat_sub(x_204, x_207); -lean_dec(x_204); -x_209 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_156, x_206, x_208); -x_210 = lean_array_get_size(x_209); -x_211 = lean_nat_dec_eq(x_203, x_210); -lean_dec(x_210); lean_dec(x_203); -if (x_211 == 0) -{ -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_dec(x_209); -lean_dec(x_202); -lean_dec(x_160); -x_212 = l_Lean_Expr_fvar___override(x_3); -x_213 = l_Lean_Expr_proj___override(x_1, x_2, x_212); -x_214 = l_Lean_indentExpr(x_213); -x_215 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_216 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_214); -x_217 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_218 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_218, 0, x_216); -lean_ctor_set(x_218, 1, x_217); -x_219 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_218, x_4, x_5, x_6, x_7, x_8, x_201); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_219; -} -else -{ -lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; -x_220 = lean_ctor_get(x_202, 0); -lean_inc(x_220); -lean_dec(x_202); -x_221 = lean_ctor_get(x_220, 0); -lean_inc(x_221); -lean_dec(x_220); -x_222 = l_Lean_Expr_const___override(x_221, x_160); -x_223 = l_Lean_mkAppN(x_222, x_209); +x_205 = l_Lean_Expr_const___override(x_204, x_162); +x_206 = l_Lean_mkAppN(x_205, x_201); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_224 = l_Lean_Compiler_LCNF_InferType_inferAppType(x_223, x_4, x_5, x_6, x_7, x_8, x_201); -if (lean_obj_tag(x_224) == 0) +x_207 = l_Lean_Compiler_LCNF_InferType_inferAppType(x_206, x_4, x_5, x_6, x_7, x_8, x_192); +if (lean_obj_tag(x_207) == 0) { -lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_225 = lean_ctor_get(x_224, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_224, 1); -lean_inc(x_226); -lean_dec(x_224); -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_225); +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; +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); +x_210 = lean_box(0); +x_211 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_211, 0, x_210); +lean_ctor_set(x_211, 1, x_208); lean_inc(x_3); lean_inc_n(x_2, 2); lean_inc(x_1); -x_229 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5(x_1, x_2, x_3, x_227, x_2, x_178, x_2, x_207, x_228, x_4, x_5, x_6, x_7, x_8, x_226); -if (lean_obj_tag(x_229) == 0) -{ -lean_object* x_230; lean_object* x_231; -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_230, 0); -lean_inc(x_231); -if (lean_obj_tag(x_231) == 0) -{ -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; -x_232 = lean_ctor_get(x_229, 1); -lean_inc(x_232); -lean_dec(x_229); -x_233 = lean_ctor_get(x_230, 1); -lean_inc(x_233); -lean_dec(x_230); -x_234 = lean_box(0); -x_235 = l_Lean_Compiler_LCNF_InferType_inferProjType___lambda__2(x_233, x_3, x_1, x_2, x_234, x_4, x_5, x_6, x_7, x_8, x_232); -return x_235; +x_212 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5(x_1, x_2, x_3, x_210, x_2, x_195, x_2, x_199, x_211, x_4, x_5, x_6, x_7, x_8, x_209); +if (lean_obj_tag(x_212) == 0) +{ +lean_object* x_213; lean_object* x_214; +x_213 = lean_ctor_get(x_212, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_213, 0); +lean_inc(x_214); +if (lean_obj_tag(x_214) == 0) +{ +lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_215 = lean_ctor_get(x_212, 1); +lean_inc(x_215); +lean_dec(x_212); +x_216 = lean_ctor_get(x_213, 1); +lean_inc(x_216); +lean_dec(x_213); +x_217 = lean_box(0); +x_218 = l_Lean_Compiler_LCNF_InferType_inferProjType___lambda__2(x_216, x_3, x_1, x_2, x_217, x_4, x_5, x_6, x_7, x_8, x_215); +return x_218; } else { -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; -lean_dec(x_230); +lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; +lean_dec(x_213); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9745,32 +9753,32 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_236 = lean_ctor_get(x_229, 1); -lean_inc(x_236); -if (lean_is_exclusive(x_229)) { - lean_ctor_release(x_229, 0); - lean_ctor_release(x_229, 1); - x_237 = x_229; +x_219 = lean_ctor_get(x_212, 1); +lean_inc(x_219); +if (lean_is_exclusive(x_212)) { + lean_ctor_release(x_212, 0); + lean_ctor_release(x_212, 1); + x_220 = x_212; } else { - lean_dec_ref(x_229); - x_237 = lean_box(0); -} -x_238 = lean_ctor_get(x_231, 0); -lean_inc(x_238); -lean_dec(x_231); -if (lean_is_scalar(x_237)) { - x_239 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_212); + x_220 = lean_box(0); +} +x_221 = lean_ctor_get(x_214, 0); +lean_inc(x_221); +lean_dec(x_214); +if (lean_is_scalar(x_220)) { + x_222 = lean_alloc_ctor(0, 2, 0); } else { - x_239 = x_237; + x_222 = x_220; } -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_236); -return x_239; +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_219); +return x_222; } } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; +lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9779,31 +9787,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_240 = lean_ctor_get(x_229, 0); -lean_inc(x_240); -x_241 = lean_ctor_get(x_229, 1); -lean_inc(x_241); -if (lean_is_exclusive(x_229)) { - lean_ctor_release(x_229, 0); - lean_ctor_release(x_229, 1); - x_242 = x_229; +x_223 = lean_ctor_get(x_212, 0); +lean_inc(x_223); +x_224 = lean_ctor_get(x_212, 1); +lean_inc(x_224); +if (lean_is_exclusive(x_212)) { + lean_ctor_release(x_212, 0); + lean_ctor_release(x_212, 1); + x_225 = x_212; } else { - lean_dec_ref(x_229); - x_242 = lean_box(0); + lean_dec_ref(x_212); + x_225 = lean_box(0); } -if (lean_is_scalar(x_242)) { - x_243 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_225)) { + x_226 = lean_alloc_ctor(1, 2, 0); } else { - x_243 = x_242; + x_226 = x_225; } -lean_ctor_set(x_243, 0, x_240); -lean_ctor_set(x_243, 1, x_241); -return x_243; +lean_ctor_set(x_226, 0, x_223); +lean_ctor_set(x_226, 1, x_224); +return x_226; } } else { -lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9812,65 +9820,91 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_244 = lean_ctor_get(x_224, 0); -lean_inc(x_244); -x_245 = lean_ctor_get(x_224, 1); -lean_inc(x_245); -if (lean_is_exclusive(x_224)) { - lean_ctor_release(x_224, 0); - lean_ctor_release(x_224, 1); - x_246 = x_224; +x_227 = lean_ctor_get(x_207, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_207, 1); +lean_inc(x_228); +if (lean_is_exclusive(x_207)) { + lean_ctor_release(x_207, 0); + lean_ctor_release(x_207, 1); + x_229 = x_207; } else { - lean_dec_ref(x_224); - x_246 = lean_box(0); + lean_dec_ref(x_207); + x_229 = lean_box(0); } -if (lean_is_scalar(x_246)) { - x_247 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_229)) { + x_230 = lean_alloc_ctor(1, 2, 0); } else { - x_247 = x_246; + x_230 = x_229; } -lean_ctor_set(x_247, 0, x_244); -lean_ctor_set(x_247, 1, x_245); -return x_247; +lean_ctor_set(x_230, 0, x_227); +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; +lean_dec(x_201); +lean_dec(x_193); +lean_dec(x_162); +x_231 = l_Lean_Expr_fvar___override(x_3); +x_232 = l_Lean_Expr_proj___override(x_1, x_2, x_231); +x_233 = l_Lean_indentExpr(x_232); +x_234 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_235 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_235, 0, x_234); +lean_ctor_set(x_235, 1, x_233); +x_236 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_237 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_237, 0, x_235); +lean_ctor_set(x_237, 1, x_236); +x_238 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_237, x_4, x_5, x_6, x_7, x_8, x_192); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_238; } } } else { -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_dec(x_200); -lean_dec(x_175); -lean_dec(x_160); -lean_dec(x_156); -x_248 = lean_ctor_get(x_199, 1); -lean_inc(x_248); -lean_dec(x_199); -x_249 = l_Lean_Expr_fvar___override(x_3); -x_250 = l_Lean_Expr_proj___override(x_1, x_2, x_249); -x_251 = l_Lean_indentExpr(x_250); -x_252 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_253 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_253, 0, x_252); -lean_ctor_set(x_253, 1, x_251); -x_254 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_255 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_255, 0, x_253); -lean_ctor_set(x_255, 1, x_254); -x_256 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_255, x_4, x_5, x_6, x_7, x_8, x_248); +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_dec(x_191); +lean_dec(x_177); +lean_dec(x_162); +lean_dec(x_158); +x_244 = lean_ctor_get(x_190, 1); +lean_inc(x_244); +lean_dec(x_190); +x_245 = l_Lean_Expr_fvar___override(x_3); +x_246 = l_Lean_Expr_proj___override(x_1, x_2, x_245); +x_247 = l_Lean_indentExpr(x_246); +x_248 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_249 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_249, 0, x_248); +lean_ctor_set(x_249, 1, x_247); +x_250 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_251 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_251, 0, x_249); +lean_ctor_set(x_251, 1, x_250); +x_252 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_251, x_4, x_5, x_6, x_7, x_8, x_244); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_256; +return x_252; } } else { -lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; -lean_dec(x_175); -lean_dec(x_160); -lean_dec(x_156); +lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; +lean_dec(x_177); +lean_dec(x_162); +lean_dec(x_158); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9879,140 +9913,140 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_257 = lean_ctor_get(x_199, 0); -lean_inc(x_257); -x_258 = lean_ctor_get(x_199, 1); -lean_inc(x_258); -if (lean_is_exclusive(x_199)) { - lean_ctor_release(x_199, 0); - lean_ctor_release(x_199, 1); - x_259 = x_199; +x_253 = lean_ctor_get(x_190, 0); +lean_inc(x_253); +x_254 = lean_ctor_get(x_190, 1); +lean_inc(x_254); +if (lean_is_exclusive(x_190)) { + lean_ctor_release(x_190, 0); + lean_ctor_release(x_190, 1); + x_255 = x_190; } else { - lean_dec_ref(x_199); - x_259 = lean_box(0); + lean_dec_ref(x_190); + x_255 = lean_box(0); } -if (lean_is_scalar(x_259)) { - x_260 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_255)) { + x_256 = lean_alloc_ctor(1, 2, 0); } else { - x_260 = x_259; + x_256 = x_255; } -lean_ctor_set(x_260, 0, x_257); -lean_ctor_set(x_260, 1, x_258); -return x_260; +lean_ctor_set(x_256, 0, x_253); +lean_ctor_set(x_256, 1, x_254); +return x_256; } } else { -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_dec(x_197); +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_188); -lean_dec(x_175); -lean_dec(x_160); -lean_dec(x_156); -x_261 = l_Lean_Expr_fvar___override(x_3); -x_262 = l_Lean_Expr_proj___override(x_1, x_2, x_261); -x_263 = l_Lean_indentExpr(x_262); -x_264 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_265 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_265, 0, x_264); -lean_ctor_set(x_265, 1, x_263); -x_266 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_267 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_267, 0, x_265); -lean_ctor_set(x_267, 1, x_266); -x_268 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_267, x_4, x_5, x_6, x_7, x_8, x_163); +lean_dec(x_179); +lean_dec(x_177); +lean_dec(x_162); +lean_dec(x_158); +x_257 = l_Lean_Expr_fvar___override(x_3); +x_258 = l_Lean_Expr_proj___override(x_1, x_2, x_257); +x_259 = l_Lean_indentExpr(x_258); +x_260 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_261 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_261, 0, x_260); +lean_ctor_set(x_261, 1, x_259); +x_262 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_263 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_263, 0, x_261); +lean_ctor_set(x_263, 1, x_262); +x_264 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_263, x_4, x_5, x_6, x_7, x_8, x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_268; -} +return x_264; } } } else { -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_dec(x_175); -lean_dec(x_160); -lean_dec(x_156); -x_269 = l_Lean_Expr_fvar___override(x_3); -x_270 = l_Lean_Expr_proj___override(x_1, x_2, x_269); -x_271 = l_Lean_indentExpr(x_270); -x_272 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_273 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_273, 0, x_272); -lean_ctor_set(x_273, 1, x_271); -x_274 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_275 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_275, 0, x_273); -lean_ctor_set(x_275, 1, x_274); -x_276 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_275, x_4, x_5, x_6, x_7, x_8, x_163); +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_177); +lean_dec(x_162); +lean_dec(x_158); +x_265 = l_Lean_Expr_fvar___override(x_3); +x_266 = l_Lean_Expr_proj___override(x_1, x_2, x_265); +x_267 = l_Lean_indentExpr(x_266); +x_268 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_269 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_269, 0, x_268); +lean_ctor_set(x_269, 1, x_267); +x_270 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_271 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_271, 0, x_269); +lean_ctor_set(x_271, 1, x_270); +x_272 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_271, x_4, x_5, x_6, x_7, x_8, x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_276; +return x_272; +} } } else { -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_dec(x_174); -lean_dec(x_160); -lean_dec(x_156); -x_277 = l_Lean_Expr_fvar___override(x_3); -x_278 = l_Lean_Expr_proj___override(x_1, x_2, x_277); -x_279 = l_Lean_indentExpr(x_278); -x_280 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_281 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_281, 0, x_280); -lean_ctor_set(x_281, 1, x_279); -x_282 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_283 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_283, 0, x_281); -lean_ctor_set(x_283, 1, x_282); -x_284 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_283, x_4, x_5, x_6, x_7, x_8, x_163); +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_dec(x_176); +lean_dec(x_162); +lean_dec(x_158); +x_281 = l_Lean_Expr_fvar___override(x_3); +x_282 = l_Lean_Expr_proj___override(x_1, x_2, x_281); +x_283 = l_Lean_indentExpr(x_282); +x_284 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_285 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_285, 0, x_284); +lean_ctor_set(x_285, 1, x_283); +x_286 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_287 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_287, 0, x_285); +lean_ctor_set(x_287, 1, x_286); +x_288 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_287, x_4, x_5, x_6, x_7, x_8, x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_284; +return x_288; } } } else { -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_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_dec(x_160); lean_dec(x_158); -lean_dec(x_156); -x_285 = l_Lean_Expr_fvar___override(x_3); -x_286 = l_Lean_Expr_proj___override(x_1, x_2, x_285); -x_287 = l_Lean_indentExpr(x_286); -x_288 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; -x_289 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_289, 0, x_288); -lean_ctor_set(x_289, 1, x_287); -x_290 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; -x_291 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_291, 0, x_289); -lean_ctor_set(x_291, 1, x_290); -x_292 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_291, x_4, x_5, x_6, x_7, x_8, x_155); +x_289 = l_Lean_Expr_fvar___override(x_3); +x_290 = l_Lean_Expr_proj___override(x_1, x_2, x_289); +x_291 = l_Lean_indentExpr(x_290); +x_292 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__2; +x_293 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_293, 0, x_292); +lean_ctor_set(x_293, 1, x_291); +x_294 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__5___lambda__1___closed__4; +x_295 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_295, 0, x_293); +lean_ctor_set(x_295, 1, x_294); +x_296 = l_Lean_throwError___at_Lean_Compiler_LCNF_InferType_inferProjType___spec__1(x_295, x_4, x_5, x_6, x_7, x_8, x_157); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_292; +return x_296; } } else { -lean_object* x_293; lean_object* x_294; -lean_dec(x_156); +lean_object* x_297; lean_object* x_298; +lean_dec(x_158); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -10021,17 +10055,17 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_293 = l_Lean_Compiler_LCNF_erasedExpr; -x_294 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_294, 0, x_293); -lean_ctor_set(x_294, 1, x_155); -return x_294; +x_297 = l_Lean_Compiler_LCNF_erasedExpr; +x_298 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_298, 1, x_157); +return x_298; } } } else { -uint8_t x_295; +uint8_t x_299; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -10040,23 +10074,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_295 = !lean_is_exclusive(x_10); -if (x_295 == 0) +x_299 = !lean_is_exclusive(x_10); +if (x_299 == 0) { return x_10; } else { -lean_object* x_296; lean_object* x_297; lean_object* x_298; -x_296 = lean_ctor_get(x_10, 0); -x_297 = lean_ctor_get(x_10, 1); -lean_inc(x_297); -lean_inc(x_296); +lean_object* x_300; lean_object* x_301; lean_object* x_302; +x_300 = lean_ctor_get(x_10, 0); +x_301 = lean_ctor_get(x_10, 1); +lean_inc(x_301); +lean_inc(x_300); lean_dec(x_10); -x_298 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_298, 0, x_296); -lean_ctor_set(x_298, 1, x_297); -return x_298; +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; } } } @@ -11727,147 +11761,109 @@ goto _start; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_eqvTypes(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; uint8_t x_56; -x_56 = lean_expr_eqv(x_1, x_2); -if (x_56 == 0) +uint8_t x_3; uint8_t x_67; +x_67 = lean_expr_eqv(x_1, x_2); +if (x_67 == 0) { -uint8_t x_57; -x_57 = l_Lean_Expr_isErased(x_1); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; uint8_t x_60; -lean_inc(x_1); -x_58 = l_Lean_Expr_headBeta(x_1); -lean_inc(x_2); -x_59 = l_Lean_Expr_headBeta(x_2); -x_60 = lean_expr_eqv(x_1, x_58); -if (x_60 == 0) +uint8_t x_68; +x_68 = l_Lean_Expr_isErased(x_1); +if (x_68 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_58; -x_2 = x_59; -goto _start; +uint8_t x_69; +x_69 = 0; +x_3 = x_69; +goto block_66; } else { -uint8_t x_62; -x_62 = lean_expr_eqv(x_2, x_59); -if (x_62 == 0) -{ -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_58; -x_2 = x_59; -goto _start; +uint8_t x_70; +x_70 = l_Lean_Expr_isErased(x_2); +x_3 = x_70; +goto block_66; +} } else { -lean_object* x_64; -lean_dec(x_59); -lean_dec(x_58); -x_64 = lean_box(0); -x_3 = x_64; -goto block_55; -} -} +uint8_t x_71; +lean_dec(x_2); +lean_dec(x_1); +x_71 = 1; +return x_71; } -else +block_66: { -uint8_t x_65; -x_65 = l_Lean_Expr_isErased(x_2); -if (x_65 == 0) +if (x_3 == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +lean_object* x_4; lean_object* x_5; uint8_t x_6; uint8_t x_60; lean_inc(x_1); -x_66 = l_Lean_Expr_headBeta(x_1); +x_4 = l_Lean_Expr_headBeta(x_1); lean_inc(x_2); -x_67 = l_Lean_Expr_headBeta(x_2); -x_68 = lean_expr_eqv(x_1, x_66); -if (x_68 == 0) +x_5 = l_Lean_Expr_headBeta(x_2); +x_60 = lean_expr_eqv(x_1, x_4); +if (x_60 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_66; -x_2 = x_67; -goto _start; +uint8_t x_61; +x_61 = 1; +x_6 = x_61; +goto block_59; } else { -uint8_t x_70; -x_70 = lean_expr_eqv(x_2, x_67); -if (x_70 == 0) +uint8_t x_62; +x_62 = lean_expr_eqv(x_2, x_5); +if (x_62 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_66; -x_2 = x_67; -goto _start; +uint8_t x_63; +x_63 = 1; +x_6 = x_63; +goto block_59; } else { -lean_object* x_72; -lean_dec(x_67); -lean_dec(x_66); -x_72 = lean_box(0); -x_3 = x_72; -goto block_55; +uint8_t x_64; +x_64 = 0; +x_6 = x_64; +goto block_59; } } -} -else -{ -uint8_t x_73; -lean_dec(x_2); -lean_dec(x_1); -x_73 = 1; -return x_73; -} -} -} -else +block_59: { -uint8_t x_74; -lean_dec(x_2); -lean_dec(x_1); -x_74 = 1; -return x_74; -} -block_55: +if (x_6 == 0) { -lean_dec(x_3); +lean_dec(x_5); +lean_dec(x_4); switch (lean_obj_tag(x_1)) { case 3: { switch (lean_obj_tag(x_2)) { case 3: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_4 = lean_ctor_get(x_1, 0); -lean_inc(x_4); +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); lean_dec(x_1); -x_5 = lean_ctor_get(x_2, 0); -lean_inc(x_5); +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); lean_dec(x_2); -x_6 = l_Lean_Level_isEquiv(x_4, x_5); -return x_6; +x_9 = l_Lean_Level_isEquiv(x_7, x_8); +return x_9; } case 10: { -lean_object* x_7; -x_7 = lean_ctor_get(x_2, 1); -lean_inc(x_7); +lean_object* x_10; +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); lean_dec(x_2); -x_2 = x_7; +x_2 = x_10; goto _start; } default: { -uint8_t x_9; +uint8_t x_12; lean_dec(x_2); lean_dec(x_1); -x_9 = 0; -return x_9; +x_12 = 0; +return x_12; } } } @@ -11876,51 +11872,51 @@ case 4: switch (lean_obj_tag(x_2)) { case 4: { -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_1, 0); -lean_inc(x_10); -x_11 = lean_ctor_get(x_1, 1); -lean_inc(x_11); -lean_dec(x_1); -x_12 = lean_ctor_get(x_2, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_2, 1); +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_1, 0); lean_inc(x_13); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +lean_dec(x_1); +x_15 = lean_ctor_get(x_2, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_2, 1); +lean_inc(x_16); lean_dec(x_2); -x_14 = lean_name_eq(x_10, x_12); -lean_dec(x_12); -lean_dec(x_10); -if (x_14 == 0) -{ -uint8_t x_15; +x_17 = lean_name_eq(x_13, x_15); +lean_dec(x_15); lean_dec(x_13); -lean_dec(x_11); -x_15 = 0; -return x_15; +if (x_17 == 0) +{ +uint8_t x_18; +lean_dec(x_16); +lean_dec(x_14); +x_18 = 0; +return x_18; } else { -uint8_t x_16; -x_16 = l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1(x_11, x_13); -return x_16; +uint8_t x_19; +x_19 = l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1(x_14, x_16); +return x_19; } } case 10: { -lean_object* x_17; -x_17 = lean_ctor_get(x_2, 1); -lean_inc(x_17); +lean_object* x_20; +x_20 = lean_ctor_get(x_2, 1); +lean_inc(x_20); lean_dec(x_2); -x_2 = x_17; +x_2 = x_20; goto _start; } default: { -uint8_t x_19; +uint8_t x_22; lean_dec(x_2); lean_dec(x_1); -x_19 = 0; -return x_19; +x_22 = 0; +return x_22; } } } @@ -11929,49 +11925,49 @@ case 5: switch (lean_obj_tag(x_2)) { case 5: { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_20 = lean_ctor_get(x_1, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_1, 1); -lean_inc(x_21); -lean_dec(x_1); -x_22 = lean_ctor_get(x_2, 0); -lean_inc(x_22); -x_23 = lean_ctor_get(x_2, 1); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_23 = lean_ctor_get(x_1, 0); lean_inc(x_23); +x_24 = lean_ctor_get(x_1, 1); +lean_inc(x_24); +lean_dec(x_1); +x_25 = lean_ctor_get(x_2, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_2, 1); +lean_inc(x_26); lean_dec(x_2); -x_24 = l_Lean_Compiler_LCNF_eqvTypes(x_20, x_22); -if (x_24 == 0) +x_27 = l_Lean_Compiler_LCNF_eqvTypes(x_23, x_25); +if (x_27 == 0) { -uint8_t x_25; -lean_dec(x_23); -lean_dec(x_21); -x_25 = 0; -return x_25; +uint8_t x_28; +lean_dec(x_26); +lean_dec(x_24); +x_28 = 0; +return x_28; } else { -x_1 = x_21; -x_2 = x_23; +x_1 = x_24; +x_2 = x_26; goto _start; } } case 10: { -lean_object* x_27; -x_27 = lean_ctor_get(x_2, 1); -lean_inc(x_27); +lean_object* x_30; +x_30 = lean_ctor_get(x_2, 1); +lean_inc(x_30); lean_dec(x_2); -x_2 = x_27; +x_2 = x_30; goto _start; } default: { -uint8_t x_29; +uint8_t x_32; lean_dec(x_2); lean_dec(x_1); -x_29 = 0; -return x_29; +x_32 = 0; +return x_32; } } } @@ -11980,49 +11976,49 @@ case 6: switch (lean_obj_tag(x_2)) { case 6: { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_30 = lean_ctor_get(x_1, 1); -lean_inc(x_30); -x_31 = lean_ctor_get(x_1, 2); -lean_inc(x_31); -lean_dec(x_1); -x_32 = lean_ctor_get(x_2, 1); -lean_inc(x_32); -x_33 = lean_ctor_get(x_2, 2); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_33 = lean_ctor_get(x_1, 1); lean_inc(x_33); +x_34 = lean_ctor_get(x_1, 2); +lean_inc(x_34); +lean_dec(x_1); +x_35 = lean_ctor_get(x_2, 1); +lean_inc(x_35); +x_36 = lean_ctor_get(x_2, 2); +lean_inc(x_36); lean_dec(x_2); -x_34 = l_Lean_Compiler_LCNF_eqvTypes(x_30, x_32); -if (x_34 == 0) +x_37 = l_Lean_Compiler_LCNF_eqvTypes(x_33, x_35); +if (x_37 == 0) { -uint8_t x_35; -lean_dec(x_33); -lean_dec(x_31); -x_35 = 0; -return x_35; +uint8_t x_38; +lean_dec(x_36); +lean_dec(x_34); +x_38 = 0; +return x_38; } else { -x_1 = x_31; -x_2 = x_33; +x_1 = x_34; +x_2 = x_36; goto _start; } } case 10: { -lean_object* x_37; -x_37 = lean_ctor_get(x_2, 1); -lean_inc(x_37); +lean_object* x_40; +x_40 = lean_ctor_get(x_2, 1); +lean_inc(x_40); lean_dec(x_2); -x_2 = x_37; +x_2 = x_40; goto _start; } default: { -uint8_t x_39; +uint8_t x_42; lean_dec(x_2); lean_dec(x_1); -x_39 = 0; -return x_39; +x_42 = 0; +return x_42; } } } @@ -12031,83 +12027,102 @@ case 7: switch (lean_obj_tag(x_2)) { case 7: { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_40 = lean_ctor_get(x_1, 1); -lean_inc(x_40); -x_41 = lean_ctor_get(x_1, 2); -lean_inc(x_41); -lean_dec(x_1); -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_43 = lean_ctor_get(x_1, 1); lean_inc(x_43); +x_44 = lean_ctor_get(x_1, 2); +lean_inc(x_44); +lean_dec(x_1); +x_45 = lean_ctor_get(x_2, 1); +lean_inc(x_45); +x_46 = lean_ctor_get(x_2, 2); +lean_inc(x_46); lean_dec(x_2); -x_44 = l_Lean_Compiler_LCNF_eqvTypes(x_40, x_42); -if (x_44 == 0) +x_47 = l_Lean_Compiler_LCNF_eqvTypes(x_43, x_45); +if (x_47 == 0) { -uint8_t x_45; -lean_dec(x_43); -lean_dec(x_41); -x_45 = 0; -return x_45; +uint8_t x_48; +lean_dec(x_46); +lean_dec(x_44); +x_48 = 0; +return x_48; } else { -x_1 = x_41; -x_2 = x_43; +x_1 = x_44; +x_2 = x_46; goto _start; } } case 10: { -lean_object* x_47; -x_47 = lean_ctor_get(x_2, 1); -lean_inc(x_47); +lean_object* x_50; +x_50 = lean_ctor_get(x_2, 1); +lean_inc(x_50); lean_dec(x_2); -x_2 = x_47; +x_2 = x_50; goto _start; } default: { -uint8_t x_49; +uint8_t x_52; lean_dec(x_2); lean_dec(x_1); -x_49 = 0; -return x_49; +x_52 = 0; +return x_52; } } } case 10: { -lean_object* x_50; -x_50 = lean_ctor_get(x_1, 1); -lean_inc(x_50); +lean_object* x_53; +x_53 = lean_ctor_get(x_1, 1); +lean_inc(x_53); lean_dec(x_1); -x_1 = x_50; +x_1 = x_53; goto _start; } default: { if (lean_obj_tag(x_2) == 10) { -lean_object* x_52; -x_52 = lean_ctor_get(x_2, 1); -lean_inc(x_52); +lean_object* x_55; +x_55 = lean_ctor_get(x_2, 1); +lean_inc(x_55); lean_dec(x_2); -x_2 = x_52; +x_2 = x_55; goto _start; } else { -uint8_t x_54; +uint8_t x_57; lean_dec(x_2); lean_dec(x_1); -x_54 = 0; -return x_54; +x_57 = 0; +return x_57; } } } } +else +{ +lean_dec(x_2); +lean_dec(x_1); +x_1 = x_4; +x_2 = x_5; +goto _start; +} +} +} +else +{ +uint8_t x_65; +lean_dec(x_2); +lean_dec(x_1); +x_65 = 1; +return x_65; +} +} } } LEAN_EXPORT lean_object* l_List_isEqv___at_Lean_Compiler_LCNF_eqvTypes___spec__1___boxed(lean_object* x_1, lean_object* x_2) { diff --git a/stage0/stdlib/Lean/Compiler/LCNF/JoinPoints.c b/stage0/stdlib/Lean/Compiler/LCNF/JoinPoints.c index 74c5fdc2dd93..280b6fee7245 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/JoinPoints.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/JoinPoints.c @@ -13,21 +13,24 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__7; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_JoinPointContextExtender_ExtendState_fvarMap___default___spec__1(lean_object*); LEAN_EXPORT uint8_t l_List_elem___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___spec__2(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_LetValue_updateProjImp(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__1; lean_object* l_Lean_Compiler_LCNF_Decl_pullFunDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16; lean_object* l_Lean_Compiler_LCNF_ScopeM_clearScope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__4___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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_Compiler_LCNF_LetDecl_updateValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_ScopeM_addToScope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__6; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__14; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__6___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_FindState_candidates___default; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateTypeImp(lean_object*, lean_object*); extern lean_object* l_Lean_instFVarIdSetInhabited; -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__10; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__2(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__6(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -39,24 +42,27 @@ static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___c LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___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___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_mapFVarM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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_ReaderT_bind___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__2___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___spec__2(lean_object*); static lean_object* l_Lean_Compiler_LCNF_allFVarM_go___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__3___closed__1; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___spec__1___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_Compiler_LCNF_Decl_findJoinPoints___closed__7; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___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_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8___closed__1; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__1(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__6___closed__1; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); lean_object* l_Lean_Compiler_LCNF_Code_inferType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___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_HashSetImp_moveEntries___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__6___closed__1; @@ -65,7 +71,7 @@ lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__ lean_object* l_panic___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltsImp___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_replace___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_ExtendContext_candidates___default; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2(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_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___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*); @@ -82,20 +88,18 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Comp static lean_object* l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go___spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__6___closed__2; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_extendJoinPointContext___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__18; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___spec__3(lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___spec__1(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813_; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f___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_JoinPointFinder_replace(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__1___closed__1; @@ -114,31 +118,30 @@ lean_object* l_Lean_Compiler_LCNF_mkFreshJpName(lean_object*, lean_object*, lean static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___spec__3___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_AssocList_erase___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__3(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__14; -LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___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*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__8(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__6(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_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_ExtendState_fvarMap___default; uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_findJoinPoints___closed__3; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_find(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_erase___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__9(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__6; LEAN_EXPORT lean_object* l_Lean_AssocList_erase___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__10(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__8; -LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3___boxed(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___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_Compiler_LCNF_JoinPointFinder_instInhabitedCandidateInfo; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__7(lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__20; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_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_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___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_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7___closed__1; lean_object* l_Lean_Compiler_LCNF_mkForallParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedPUnit; static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__5; @@ -146,7 +149,6 @@ LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_JoinPointCommonA LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_LCtx_addParam___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_mergeJpContextIfNecessary(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_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewAltScope___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_Compiler_LCNF_extendJoinPointContext___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_goFVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -157,24 +159,26 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinP LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__6(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_Compiler_LCNF_commonJoinPointArgs; size_t lean_usize_of_nat(lean_object*); +LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_LetValue_updateFVarImp(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__17; +LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___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_Compiler_LCNF_Expr_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___spec__2___closed__1; lean_object* l_Lean_Compiler_LCNF_ScopeM_getScope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_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*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__25; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__16; static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___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_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__4(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_LCNF_JoinPoints___hyg_6813____closed__21; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__2; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756_(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903_(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__23; LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2___closed__1; @@ -187,14 +191,16 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_JoinPo lean_object* l_Array_zip___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___spec__5(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__19; LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___spec__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__4(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_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_extendJoinPointContext___closed__3; +LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__6(lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__25; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl(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_JoinPointContextExtender_replaceFVar___closed__1; -LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg(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 lean_object* l_Lean_AssocList_contains___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__2___boxed(lean_object*, lean_object*); @@ -203,19 +209,20 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinP static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidate___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887_(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewAltScope(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(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_LCNF_JoinPoints___hyg_6829____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_AnalysisCtx_jpScopes___default; static lean_object* l_Lean_Compiler_LCNF_Expr_mapFVarM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidates___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_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__4; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__21; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce(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_JoinPointCommonArgs_reduce_goAnalyze___spec__14(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_mkHashMap___at_Lean_Compiler_LCNF_JoinPointFinder_FindState_candidates___default___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__11(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___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_ReaderT_bind___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -226,7 +233,9 @@ lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_mergeJpContextIfNecessary___boxed(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_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__12; +LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__9; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__5; LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___spec__2(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_mapFVarM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__3___closed__1; @@ -235,48 +244,48 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_find_go(lean_objec LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__12(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_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__24; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__10; lean_object* l_instInhabited___rarg(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_AltCore_getCode(lean_object*); +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__5(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_findJoinPoints___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Compiler_LCNF_JoinPointFinder_instInhabitedCandidateInfo___spec__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___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_Compiler_LCNF_JoinPointContextExtender_extend_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*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidates___rarg(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_EXPORT lean_object* l_Lean_Compiler_LCNF_findJoinPoints; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__5; -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__12; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___spec__3(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_mkHashMap___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__7___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__2___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_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewAltScope___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__2___closed__1; static lean_object* l_Lean_Compiler_LCNF_Decl_findJoinPoints___closed__4; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__14(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_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__10; LEAN_EXPORT lean_object* l_Lean_HashMapImp_erase___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__1(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___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_LCtx_addFunDecl(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_ScopeM_setScope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__14___closed__1; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__6(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_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___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___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___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_FunDeclCore_getArity___rarg(lean_object*); static lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_find___closed__1; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_FindState_scope___default; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -284,14 +293,13 @@ uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_addFVarSubst___spec__2 LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__14___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___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f___spec__1(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_AnalysisState_jpJmpArgs___default; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__17; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__2; LEAN_EXPORT lean_object* l_Lean_HashMapImp_erase___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__9___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_commonJoinPointArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___closed__1; @@ -300,28 +308,31 @@ static lean_object* l_Lean_Compiler_LCNF_findJoinPoints___closed__1; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_Lean_AssocList_erase___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__10___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue(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_LCNF_JoinPoints___hyg_6829____closed__16; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___spec__1(lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instMonadCompilerM; extern lean_object* l_Lean_inheritedTraceOptions; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__3; LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope___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_Lean_mkHashMap___at_Lean_Compiler_LCNF_JoinPointContextExtender_ExtendState_fvarMap___default___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__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_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___spec__5(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__3; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__6; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__9___closed__1; static lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___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_Compiler_LCNF_Decl_findJoinPoints___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidates(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__3; lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_addFVarSubst___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__22; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_replace_go(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_JoinPointContextExtender_withNewCandidates___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*); @@ -329,43 +340,39 @@ static lean_object* l_panic___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__5(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_Compiler_LCNF_JoinPointContextExtender_extend_go___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_Lean_Expr_app___override(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_forFVarM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___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_Compiler_LCNF_JoinPoints___hyg_6829____closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_goFVar___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_normCodeImp(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar(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_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__15; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__2___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_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__11(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_List_elem___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency___spec__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___spec__3___closed__4; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___boxed__const__1; -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__20; -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__4; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__13(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_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_modifyCandidates___boxed(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_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__11; -LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_modifyCandidates(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_LCNF_JoinPoints___hyg_6829____closed__17; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___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_Compiler_LCNF_Arg_toExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___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* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_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*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__2; -LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__2(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___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_JoinPointContextExtender_withNewFunScope___boxed(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___spec__1(lean_object*, lean_object*, lean_object*); @@ -375,6 +382,7 @@ LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_JoinPointFinde LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_JoinPointFinder_find___closed__2; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2___closed__2; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___closed__2; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); @@ -385,44 +393,41 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewJpScope(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__2___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM_go___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___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___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__22; size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___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_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewFunScope___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_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze(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_Expr_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___spec__2___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___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_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__1; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___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* l_Lean_Compiler_LCNF_getFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Pass_mkPerDeclaration(lean_object*, lean_object*, uint8_t, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__19; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___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*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__23; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__7; static lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__5; +LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__14___boxed__const__1; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Expr_mapFVarM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2___closed__4; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__2; lean_object* l_Lean_Compiler_LCNF_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__11; static lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_extendJoinPointContext(lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__5(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_LCNF_JoinPoints___hyg_6829____closed__24; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_findJoinPoints___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_Compiler_LCNF_JoinPointContextExtender_withNewCandidate(lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_findJoinPoints___spec__2___closed__3; @@ -434,18 +439,17 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinP lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_erase___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_mapFVarM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___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_ReaderT_bind___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__3(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__12; LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9; uint8_t lean_nat_dec_le(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829_; static lean_object* l_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___closed__3; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointFinder_replace___spec__4(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__17; LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointFinder_replace_go___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__5(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_EXPORT lean_object* l_Lean_HashMapImp_erase___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__1___boxed(lean_object*, lean_object*); @@ -459,10 +463,7 @@ lean_object* l_Lean_HashMap_toArray___at_Lean_Compiler_LCNF_LCtx_toLocalContext_ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyzeFunDecl___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_mkHashSet___at_Lean_Compiler_LCNF_JoinPointFinder_instInhabitedCandidateInfo___spec__1(lean_object*); -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___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*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewAltScope___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -470,19 +471,20 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withBackTrackingScope___at_ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___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_Compiler_LCNF_findJoinPoints___closed__2; static lean_object* l_Lean_Compiler_LCNF_Decl_findJoinPoints___closed__1; -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__3; -static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__14; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__18; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_Arg_updateFVarImp(lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); static lean_object* l_panic___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___spec__3___closed__1; static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___spec__2___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(lean_object*, 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_JoinPointContextExtender_extendByIfNecessary(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_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__1; lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__9; +static lean_object* l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__7; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointContextExtender_extend_go___spec__7(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Compiler_LCNF_JoinPointFinder_instInhabitedCandidateInfo___spec__1(lean_object* x_1) { _start: @@ -597,7 +599,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -772,7 +774,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_data_hashmap_mk_idx(x_5, x_6); x_8 = lean_array_uget(x_4, x_7); x_9 = l_Lean_AssocList_contains___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate___spec__2(x_2, x_8); @@ -2219,7 +2221,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -2239,7 +2241,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -2387,7 +2389,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -2440,7 +2442,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -2573,7 +2575,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 1); x_6 = lean_array_get_size(x_1); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 1, x_9); @@ -2591,7 +2593,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_14 = lean_array_get_size(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_16 = (size_t)(x_15) & (lean_unbox(x_14) - 1); x_17 = lean_array_uget(x_1, x_16); x_18 = lean_alloc_ctor(1, 2, 0); @@ -2729,7 +2731,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 1); x_6 = lean_array_get_size(x_5); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_6); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_5, x_8); @@ -2781,7 +2783,7 @@ lean_inc(x_20); lean_inc(x_19); lean_dec(x_1); x_21 = lean_array_get_size(x_20); -x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_21); x_23 = (size_t)(x_22) & (lean_unbox(x_21) - 1); x_24 = lean_array_uget(x_20, x_23); @@ -3359,88 +3361,66 @@ return x_22; } else { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_19); -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_19, 1); -x_25 = lean_ctor_get(x_19, 0); -lean_dec(x_25); -x_26 = lean_ctor_get(x_20, 0); -lean_inc(x_26); +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_43; uint8_t x_44; +x_23 = lean_ctor_get(x_19, 1); +lean_inc(x_23); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_24 = x_19; +} else { + lean_dec_ref(x_19); + x_24 = lean_box(0); +} +x_25 = lean_ctor_get(x_20, 0); +lean_inc(x_25); lean_dec(x_20); -x_27 = lean_ctor_get(x_11, 0); -lean_inc(x_27); +x_43 = lean_ctor_get(x_11, 0); +lean_inc(x_43); lean_dec(x_11); -x_28 = lean_name_eq(x_13, x_27); -lean_dec(x_27); +x_44 = lean_name_eq(x_13, x_43); +lean_dec(x_43); lean_dec(x_13); -if (x_28 == 0) +if (x_44 == 0) { -lean_object* x_29; -lean_dec(x_26); -lean_free_object(x_19); +uint8_t x_45; +lean_dec(x_25); lean_dec(x_16); -x_29 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_24); -return x_29; +x_45 = 1; +x_26 = x_45; +goto block_42; } else { -lean_object* x_30; uint8_t x_31; -x_30 = lean_ctor_get(x_26, 0); -lean_inc(x_30); -lean_dec(x_26); -x_31 = lean_nat_dec_eq(x_16, x_30); -lean_dec(x_30); +lean_object* x_46; uint8_t x_47; +x_46 = lean_ctor_get(x_25, 0); +lean_inc(x_46); +lean_dec(x_25); +x_47 = lean_nat_dec_eq(x_16, x_46); +lean_dec(x_46); lean_dec(x_16); -if (x_31 == 0) +if (x_47 == 0) { -lean_object* x_32; -lean_free_object(x_19); -x_32 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_24); -return x_32; +uint8_t x_48; +x_48 = 1; +x_26 = x_48; +goto block_42; } else { -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_33; -lean_dec(x_14); -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_33 = lean_box(0); -lean_ctor_set(x_19, 0, x_33); -return x_19; +uint8_t x_49; +x_49 = 0; +x_26 = x_49; +goto block_42; } -else +} +block_42: { -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -lean_free_object(x_19); -x_34 = lean_ctor_get(x_2, 0); -lean_inc(x_34); -x_35 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_24); -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) +if (x_26 == 0) { -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_dec(x_35); -x_39 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_34, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_38); -return x_39; -} -else +if (lean_obj_tag(x_2) == 0) { -uint8_t x_40; -lean_dec(x_34); +lean_object* x_27; lean_object* x_28; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -3448,77 +3428,40 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_40 = !lean_is_exclusive(x_35); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_35, 0); -lean_dec(x_41); -x_42 = lean_box(0); -lean_ctor_set(x_35, 0, x_42); -return x_35; -} -else -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_35, 1); -lean_inc(x_43); -lean_dec(x_35); -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; -} -} -} -} -} +x_27 = lean_box(0); +if (lean_is_scalar(x_24)) { + x_28 = lean_alloc_ctor(0, 2, 0); +} else { + x_28 = x_24; } -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_46 = lean_ctor_get(x_19, 1); -lean_inc(x_46); -lean_dec(x_19); -x_47 = lean_ctor_get(x_20, 0); -lean_inc(x_47); -lean_dec(x_20); -x_48 = lean_ctor_get(x_11, 0); -lean_inc(x_48); -lean_dec(x_11); -x_49 = lean_name_eq(x_13, x_48); -lean_dec(x_48); -lean_dec(x_13); -if (x_49 == 0) -{ -lean_object* x_50; -lean_dec(x_47); -lean_dec(x_16); -x_50 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_46); -return x_50; +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_23); +return x_28; } else { -lean_object* x_51; uint8_t x_52; -x_51 = lean_ctor_get(x_47, 0); -lean_inc(x_51); -lean_dec(x_47); -x_52 = lean_nat_dec_eq(x_16, x_51); -lean_dec(x_51); -lean_dec(x_16); -if (x_52 == 0) +lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +lean_dec(x_24); +x_29 = lean_ctor_get(x_2, 0); +lean_inc(x_29); +x_30 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_23); +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +x_32 = lean_unbox(x_31); +lean_dec(x_31); +if (x_32 == 0) { -lean_object* x_53; -x_53 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_46); -return x_53; +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_30, 1); +lean_inc(x_33); +lean_dec(x_30); +x_34 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_29, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_33); +return x_34; } else { -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_54; lean_object* x_55; +uint8_t x_35; +lean_dec(x_29); lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -3526,106 +3469,82 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_54 = lean_box(0); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_46); -return x_55; -} -else -{ -lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_56 = lean_ctor_get(x_2, 0); -lean_inc(x_56); -x_57 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_46); -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_dec(x_2); +x_35 = !lean_is_exclusive(x_30); +if (x_35 == 0) { -lean_object* x_60; lean_object* x_61; -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); -lean_dec(x_57); -x_61 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_56, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_60); -return x_61; +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_30, 0); +lean_dec(x_36); +x_37 = lean_box(0); +lean_ctor_set(x_30, 0, x_37); +return x_30; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; -lean_dec(x_56); -lean_dec(x_14); -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_62 = lean_ctor_get(x_57, 1); -lean_inc(x_62); -if (lean_is_exclusive(x_57)) { - lean_ctor_release(x_57, 0); - lean_ctor_release(x_57, 1); - x_63 = x_57; -} else { - lean_dec_ref(x_57); - x_63 = lean_box(0); -} -x_64 = lean_box(0); -if (lean_is_scalar(x_63)) { - x_65 = lean_alloc_ctor(0, 2, 0); -} else { - x_65 = x_63; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_30, 1); +lean_inc(x_38); +lean_dec(x_30); +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; } -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_62); -return x_65; } } } +else +{ +lean_object* x_41; +lean_dec(x_24); +x_41 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_23); +return x_41; } } } } else { -uint8_t x_66; -x_66 = lean_nat_dec_le(x_16, x_16); -if (x_66 == 0) +uint8_t x_50; +x_50 = lean_nat_dec_le(x_16, x_16); +if (x_50 == 0) { -lean_object* x_67; lean_object* x_68; +lean_object* x_51; lean_object* x_52; lean_dec(x_15); lean_inc(x_14); -x_67 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -if (lean_obj_tag(x_68) == 0) +x_51 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_69; lean_object* x_70; +lean_object* x_53; lean_object* x_54; lean_dec(x_16); lean_dec(x_13); lean_dec(x_11); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -lean_dec(x_67); -x_70 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_69); -return x_70; +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_53); +return x_54; } else { -uint8_t x_71; -x_71 = !lean_is_exclusive(x_67); -if (x_71 == 0) -{ -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; -x_72 = lean_ctor_get(x_67, 1); -x_73 = lean_ctor_get(x_67, 0); -lean_dec(x_73); -x_74 = lean_ctor_get(x_68, 0); -lean_inc(x_74); -lean_dec(x_68); +lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_75; uint8_t x_76; +x_55 = lean_ctor_get(x_51, 1); +lean_inc(x_55); +if (lean_is_exclusive(x_51)) { + lean_ctor_release(x_51, 0); + lean_ctor_release(x_51, 1); + x_56 = x_51; +} else { + lean_dec_ref(x_51); + x_56 = lean_box(0); +} +x_57 = lean_ctor_get(x_52, 0); +lean_inc(x_57); +lean_dec(x_52); x_75 = lean_ctor_get(x_11, 0); lean_inc(x_75); lean_dec(x_11); @@ -3634,183 +3553,44 @@ lean_dec(x_75); lean_dec(x_13); if (x_76 == 0) { -lean_object* x_77; -lean_dec(x_74); -lean_free_object(x_67); +uint8_t x_77; +lean_dec(x_57); lean_dec(x_16); -x_77 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_72); -return x_77; +x_77 = 1; +x_58 = x_77; +goto block_74; } else { lean_object* x_78; uint8_t x_79; -x_78 = lean_ctor_get(x_74, 0); +x_78 = lean_ctor_get(x_57, 0); lean_inc(x_78); -lean_dec(x_74); +lean_dec(x_57); x_79 = lean_nat_dec_eq(x_16, x_78); lean_dec(x_78); lean_dec(x_16); if (x_79 == 0) { -lean_object* x_80; -lean_free_object(x_67); -x_80 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_72); -return x_80; +uint8_t x_80; +x_80 = 1; +x_58 = x_80; +goto block_74; } else { -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_81; -lean_dec(x_14); -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_81 = lean_box(0); -lean_ctor_set(x_67, 0, x_81); -return x_67; +uint8_t x_81; +x_81 = 0; +x_58 = x_81; +goto block_74; } -else -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; -lean_free_object(x_67); -x_82 = lean_ctor_get(x_2, 0); -lean_inc(x_82); -x_83 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_72); -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -x_87 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_82, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_86); -return x_87; } -else +block_74: { -uint8_t x_88; -lean_dec(x_82); -lean_dec(x_14); -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_88 = !lean_is_exclusive(x_83); -if (x_88 == 0) -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_83, 0); -lean_dec(x_89); -x_90 = lean_box(0); -lean_ctor_set(x_83, 0, x_90); -return x_83; -} -else -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_83, 1); -lean_inc(x_91); -lean_dec(x_83); -x_92 = lean_box(0); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_91); -return x_93; -} -} -} -} -} -} -else -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = lean_ctor_get(x_67, 1); -lean_inc(x_94); -lean_dec(x_67); -x_95 = lean_ctor_get(x_68, 0); -lean_inc(x_95); -lean_dec(x_68); -x_96 = lean_ctor_get(x_11, 0); -lean_inc(x_96); -lean_dec(x_11); -x_97 = lean_name_eq(x_13, x_96); -lean_dec(x_96); -lean_dec(x_13); -if (x_97 == 0) -{ -lean_object* x_98; -lean_dec(x_95); -lean_dec(x_16); -x_98 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_94); -return x_98; -} -else -{ -lean_object* x_99; uint8_t x_100; -x_99 = lean_ctor_get(x_95, 0); -lean_inc(x_99); -lean_dec(x_95); -x_100 = lean_nat_dec_eq(x_16, x_99); -lean_dec(x_99); -lean_dec(x_16); -if (x_100 == 0) -{ -lean_object* x_101; -x_101 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_94); -return x_101; -} -else +if (x_58 == 0) { if (lean_obj_tag(x_2) == 0) { -lean_object* x_102; lean_object* x_103; -lean_dec(x_14); -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_102 = lean_box(0); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_94); -return x_103; -} -else -{ -lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; -x_104 = lean_ctor_get(x_2, 0); -lean_inc(x_104); -x_105 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_94); -x_106 = lean_ctor_get(x_105, 0); -lean_inc(x_106); -x_107 = lean_unbox(x_106); -lean_dec(x_106); -if (x_107 == 0) -{ -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_105, 1); -lean_inc(x_108); -lean_dec(x_105); -x_109 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_104, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_108); -return x_109; -} -else -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_104); +lean_object* x_59; lean_object* x_60; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -3818,152 +3598,40 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_110 = lean_ctor_get(x_105, 1); -lean_inc(x_110); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_111 = x_105; -} else { - lean_dec_ref(x_105); - x_111 = lean_box(0); -} -x_112 = lean_box(0); -if (lean_is_scalar(x_111)) { - x_113 = lean_alloc_ctor(0, 2, 0); +x_59 = lean_box(0); +if (lean_is_scalar(x_56)) { + x_60 = lean_alloc_ctor(0, 2, 0); } else { - x_113 = x_111; -} -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_110); -return x_113; -} -} -} -} -} -} -} -else -{ -size_t x_114; size_t x_115; lean_object* x_116; lean_object* x_117; -x_114 = 0; -x_115 = lean_usize_of_nat(x_16); -x_116 = lean_box(0); -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_117 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__1(x_15, x_114, x_115, x_116, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_15); -if (lean_obj_tag(x_117) == 0) -{ -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_117, 1); -lean_inc(x_118); -lean_dec(x_117); -lean_inc(x_14); -x_119 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_118); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -if (lean_obj_tag(x_120) == 0) -{ -lean_object* x_121; lean_object* x_122; -lean_dec(x_16); -lean_dec(x_13); -lean_dec(x_11); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -lean_dec(x_119); -x_122 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_121); -return x_122; -} -else -{ -uint8_t x_123; -x_123 = !lean_is_exclusive(x_119); -if (x_123 == 0) -{ -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; -x_124 = lean_ctor_get(x_119, 1); -x_125 = lean_ctor_get(x_119, 0); -lean_dec(x_125); -x_126 = lean_ctor_get(x_120, 0); -lean_inc(x_126); -lean_dec(x_120); -x_127 = lean_ctor_get(x_11, 0); -lean_inc(x_127); -lean_dec(x_11); -x_128 = lean_name_eq(x_13, x_127); -lean_dec(x_127); -lean_dec(x_13); -if (x_128 == 0) -{ -lean_object* x_129; -lean_dec(x_126); -lean_free_object(x_119); -lean_dec(x_16); -x_129 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_124); -return x_129; -} -else -{ -lean_object* x_130; uint8_t x_131; -x_130 = lean_ctor_get(x_126, 0); -lean_inc(x_130); -lean_dec(x_126); -x_131 = lean_nat_dec_eq(x_16, x_130); -lean_dec(x_130); -lean_dec(x_16); -if (x_131 == 0) -{ -lean_object* x_132; -lean_free_object(x_119); -x_132 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_124); -return x_132; + x_60 = x_56; } -else -{ -if (lean_obj_tag(x_2) == 0) -{ -lean_dec(x_14); -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_ctor_set(x_119, 0, x_116); -return x_119; +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_55); +return x_60; } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; -lean_free_object(x_119); -x_133 = lean_ctor_get(x_2, 0); -lean_inc(x_133); -x_134 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_124); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_unbox(x_135); -lean_dec(x_135); -if (x_136 == 0) +lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +lean_dec(x_56); +x_61 = lean_ctor_get(x_2, 0); +lean_inc(x_61); +x_62 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_55); +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_unbox(x_63); +lean_dec(x_63); +if (x_64 == 0) { -lean_object* x_137; lean_object* x_138; -x_137 = lean_ctor_get(x_134, 1); -lean_inc(x_137); -lean_dec(x_134); -x_138 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_133, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_137); -return x_138; +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_62, 1); +lean_inc(x_65); +lean_dec(x_62); +x_66 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_61, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_65); +return x_66; } else { -uint8_t x_139; -lean_dec(x_133); +uint8_t x_67; +lean_dec(x_61); lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -3972,74 +3640,140 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_139 = !lean_is_exclusive(x_134); -if (x_139 == 0) +x_67 = !lean_is_exclusive(x_62); +if (x_67 == 0) { -lean_object* x_140; -x_140 = lean_ctor_get(x_134, 0); -lean_dec(x_140); -lean_ctor_set(x_134, 0, x_116); -return x_134; +lean_object* x_68; lean_object* x_69; +x_68 = lean_ctor_get(x_62, 0); +lean_dec(x_68); +x_69 = lean_box(0); +lean_ctor_set(x_62, 0, x_69); +return x_62; } else { -lean_object* x_141; lean_object* x_142; -x_141 = lean_ctor_get(x_134, 1); -lean_inc(x_141); -lean_dec(x_134); -x_142 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_142, 0, x_116); -lean_ctor_set(x_142, 1, x_141); -return x_142; +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_62, 1); +lean_inc(x_70); +lean_dec(x_62); +x_71 = lean_box(0); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_70); +return x_72; +} +} } } +else +{ +lean_object* x_73; +lean_dec(x_56); +x_73 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_55); +return x_73; } } } } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; -x_143 = lean_ctor_get(x_119, 1); -lean_inc(x_143); -lean_dec(x_119); -x_144 = lean_ctor_get(x_120, 0); -lean_inc(x_144); -lean_dec(x_120); -x_145 = lean_ctor_get(x_11, 0); -lean_inc(x_145); +size_t x_82; size_t x_83; lean_object* x_84; lean_object* x_85; +x_82 = 0; +x_83 = lean_usize_of_nat(x_16); +x_84 = lean_box(0); +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_85 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__1(x_15, x_82, x_83, x_84, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_15); +if (lean_obj_tag(x_85) == 0) +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_85, 1); +lean_inc(x_86); +lean_dec(x_85); +lean_inc(x_14); +x_87 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_findCandidate_x3f(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_86); +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +if (lean_obj_tag(x_88) == 0) +{ +lean_object* x_89; lean_object* x_90; +lean_dec(x_16); +lean_dec(x_13); lean_dec(x_11); -x_146 = lean_name_eq(x_13, x_145); -lean_dec(x_145); +x_89 = lean_ctor_get(x_87, 1); +lean_inc(x_89); +lean_dec(x_87); +x_90 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_89); +return x_90; +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; lean_object* x_108; uint8_t x_109; +x_91 = lean_ctor_get(x_87, 1); +lean_inc(x_91); +if (lean_is_exclusive(x_87)) { + lean_ctor_release(x_87, 0); + lean_ctor_release(x_87, 1); + x_92 = x_87; +} else { + lean_dec_ref(x_87); + x_92 = lean_box(0); +} +x_93 = lean_ctor_get(x_88, 0); +lean_inc(x_93); +lean_dec(x_88); +x_108 = lean_ctor_get(x_11, 0); +lean_inc(x_108); +lean_dec(x_11); +x_109 = lean_name_eq(x_13, x_108); +lean_dec(x_108); lean_dec(x_13); -if (x_146 == 0) +if (x_109 == 0) { -lean_object* x_147; -lean_dec(x_144); +uint8_t x_110; +lean_dec(x_93); lean_dec(x_16); -x_147 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_143); -return x_147; +x_110 = 1; +x_94 = x_110; +goto block_107; } else { -lean_object* x_148; uint8_t x_149; -x_148 = lean_ctor_get(x_144, 0); -lean_inc(x_148); -lean_dec(x_144); -x_149 = lean_nat_dec_eq(x_16, x_148); -lean_dec(x_148); +lean_object* x_111; uint8_t x_112; +x_111 = lean_ctor_get(x_93, 0); +lean_inc(x_111); +lean_dec(x_93); +x_112 = lean_nat_dec_eq(x_16, x_111); +lean_dec(x_111); lean_dec(x_16); -if (x_149 == 0) +if (x_112 == 0) { -lean_object* x_150; -x_150 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_143); -return x_150; +uint8_t x_113; +x_113 = 1; +x_94 = x_113; +goto block_107; } else { +uint8_t x_114; +x_114 = 0; +x_94 = x_114; +goto block_107; +} +} +block_107: +{ +if (x_94 == 0) +{ if (lean_obj_tag(x_2) == 0) { -lean_object* x_151; +lean_object* x_95; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -4047,34 +3781,39 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_151 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_151, 0, x_116); -lean_ctor_set(x_151, 1, x_143); -return x_151; +if (lean_is_scalar(x_92)) { + x_95 = lean_alloc_ctor(0, 2, 0); +} else { + x_95 = x_92; +} +lean_ctor_set(x_95, 0, x_84); +lean_ctor_set(x_95, 1, x_91); +return x_95; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; uint8_t x_155; -x_152 = lean_ctor_get(x_2, 0); -lean_inc(x_152); -x_153 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_143); -x_154 = lean_ctor_get(x_153, 0); -lean_inc(x_154); -x_155 = lean_unbox(x_154); -lean_dec(x_154); -if (x_155 == 0) +lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; +lean_dec(x_92); +x_96 = lean_ctor_get(x_2, 0); +lean_inc(x_96); +x_97 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_14, x_4, x_5, x_6, x_7, x_8, x_91); +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_156; lean_object* x_157; -x_156 = lean_ctor_get(x_153, 1); -lean_inc(x_156); -lean_dec(x_153); -x_157 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_152, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_156); -return x_157; +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___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addDependency(x_14, x_96, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_100); +return x_101; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -lean_dec(x_152); +uint8_t x_102; +lean_dec(x_96); lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -4083,34 +3822,42 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_158 = lean_ctor_get(x_153, 1); -lean_inc(x_158); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - lean_ctor_release(x_153, 1); - x_159 = x_153; -} else { - lean_dec_ref(x_153); - x_159 = lean_box(0); +x_102 = !lean_is_exclusive(x_97); +if (x_102 == 0) +{ +lean_object* x_103; +x_103 = lean_ctor_get(x_97, 0); +lean_dec(x_103); +lean_ctor_set(x_97, 0, x_84); +return x_97; } -if (lean_is_scalar(x_159)) { - x_160 = lean_alloc_ctor(0, 2, 0); -} else { - x_160 = x_159; +else +{ +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_97, 1); +lean_inc(x_104); +lean_dec(x_97); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_84); +lean_ctor_set(x_105, 1, x_104); +return x_105; } -lean_ctor_set(x_160, 0, x_116); -lean_ctor_set(x_160, 1, x_158); -return x_160; } } } +else +{ +lean_object* x_106; +lean_dec(x_92); +x_106 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_91); +return x_106; } } } } else { -uint8_t x_161; +uint8_t x_115; lean_dec(x_16); lean_dec(x_14); lean_dec(x_13); @@ -4122,23 +3869,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_161 = !lean_is_exclusive(x_117); -if (x_161 == 0) +x_115 = !lean_is_exclusive(x_85); +if (x_115 == 0) { -return x_117; +return x_85; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_117, 0); -x_163 = lean_ctor_get(x_117, 1); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_117); -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; +lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_116 = lean_ctor_get(x_85, 0); +x_117 = lean_ctor_get(x_85, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_85); +x_118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +return x_118; } } } @@ -4146,9 +3893,9 @@ return x_164; } else { -lean_object* x_165; lean_object* x_166; +lean_object* x_119; lean_object* x_120; lean_dec(x_11); -x_165 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___closed__1; +x_119 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); @@ -4156,20 +3903,20 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_166 = l_Lean_Compiler_LCNF_LetValue_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___spec__1(x_165, x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_166) == 0) +x_120 = l_Lean_Compiler_LCNF_LetValue_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___spec__1(x_119, x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_120) == 0) { -lean_object* x_167; -x_167 = lean_ctor_get(x_166, 1); -lean_inc(x_167); -lean_dec(x_166); +lean_object* x_121; +x_121 = lean_ctor_get(x_120, 1); +lean_inc(x_121); +lean_dec(x_120); x_1 = x_10; -x_9 = x_167; +x_9 = x_121; goto _start; } else { -uint8_t x_169; +uint8_t x_123; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -4178,37 +3925,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_169 = !lean_is_exclusive(x_166); -if (x_169 == 0) +x_123 = !lean_is_exclusive(x_120); +if (x_123 == 0) { -return x_166; +return x_120; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_166, 0); -x_171 = lean_ctor_get(x_166, 1); -lean_inc(x_171); -lean_inc(x_170); -lean_dec(x_166); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_120, 0); +x_125 = lean_ctor_get(x_120, 1); +lean_inc(x_125); +lean_inc(x_124); +lean_dec(x_120); +x_126 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_126, 0, x_124); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } } } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_173 = lean_ctor_get(x_1, 0); -lean_inc(x_173); +lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_127 = lean_ctor_get(x_1, 0); +lean_inc(x_127); lean_dec(x_1); -x_174 = lean_ctor_get(x_173, 3); -lean_inc(x_174); -lean_dec(x_173); -x_175 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___closed__1; +x_128 = lean_ctor_get(x_127, 3); +lean_inc(x_128); +lean_dec(x_127); +x_129 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInArg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); @@ -4216,20 +3963,20 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_176 = l_Lean_Compiler_LCNF_LetValue_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___spec__1(x_175, x_174, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_176) == 0) +x_130 = l_Lean_Compiler_LCNF_LetValue_forFVarM___at___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_removeCandidatesInLetValue___spec__1(x_129, x_128, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_177; -x_177 = lean_ctor_get(x_176, 1); -lean_inc(x_177); -lean_dec(x_176); +lean_object* x_131; +x_131 = lean_ctor_get(x_130, 1); +lean_inc(x_131); +lean_dec(x_130); x_1 = x_10; -x_9 = x_177; +x_9 = x_131; goto _start; } else { -uint8_t x_179; +uint8_t x_133; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -4238,78 +3985,78 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_179 = !lean_is_exclusive(x_176); -if (x_179 == 0) +x_133 = !lean_is_exclusive(x_130); +if (x_133 == 0) { -return x_176; +return x_130; } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; -x_180 = lean_ctor_get(x_176, 0); -x_181 = lean_ctor_get(x_176, 1); -lean_inc(x_181); -lean_inc(x_180); -lean_dec(x_176); -x_182 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_181); -return x_182; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_130, 0); +x_135 = lean_ctor_get(x_130, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_130); +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; } } } } case 1: { -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; -x_183 = lean_ctor_get(x_1, 0); -lean_inc(x_183); -x_184 = lean_ctor_get(x_1, 1); -lean_inc(x_184); +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; +x_137 = lean_ctor_get(x_1, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_1, 1); +lean_inc(x_138); lean_dec(x_1); -x_185 = lean_ctor_get(x_183, 0); -lean_inc(x_185); -x_186 = lean_ctor_get(x_183, 4); -lean_inc(x_186); -x_187 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_JoinPointFinder_find_go), 9, 1); -lean_closure_set(x_187, 0, x_186); -lean_inc(x_185); -x_188 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_188, 0, x_185); +x_139 = lean_ctor_get(x_137, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_137, 4); +lean_inc(x_140); +x_141 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_JoinPointFinder_find_go), 9, 1); +lean_closure_set(x_141, 0, x_140); +lean_inc(x_139); +x_142 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_142, 0, x_139); 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_189 = l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__2(x_187, x_188, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_189) == 0) +x_143 = l_Lean_Compiler_LCNF_ScopeM_withNewScope___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__2(x_141, x_142, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_143) == 0) { -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_190 = lean_ctor_get(x_189, 1); -lean_inc(x_190); -lean_dec(x_189); -x_191 = l_Lean_Compiler_LCNF_FunDeclCore_getArity___rarg(x_183); -lean_dec(x_183); -lean_inc(x_185); -x_192 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate(x_185, x_191, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_190); -x_193 = lean_ctor_get(x_192, 1); -lean_inc(x_193); -lean_dec(x_192); -x_194 = l_Lean_Compiler_LCNF_ScopeM_addToScope(x_185, x_4, x_5, x_6, x_7, x_8, x_193); -x_195 = lean_ctor_get(x_194, 1); -lean_inc(x_195); -lean_dec(x_194); -x_1 = x_184; -x_9 = x_195; +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; +x_144 = lean_ctor_get(x_143, 1); +lean_inc(x_144); +lean_dec(x_143); +x_145 = l_Lean_Compiler_LCNF_FunDeclCore_getArity___rarg(x_137); +lean_dec(x_137); +lean_inc(x_139); +x_146 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_addCandidate(x_139, x_145, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_144); +x_147 = lean_ctor_get(x_146, 1); +lean_inc(x_147); +lean_dec(x_146); +x_148 = l_Lean_Compiler_LCNF_ScopeM_addToScope(x_139, x_4, x_5, x_6, x_7, x_8, x_147); +x_149 = lean_ctor_get(x_148, 1); +lean_inc(x_149); +lean_dec(x_148); +x_1 = x_138; +x_9 = x_149; goto _start; } else { -uint8_t x_197; -lean_dec(x_185); -lean_dec(x_184); -lean_dec(x_183); +uint8_t x_151; +lean_dec(x_139); +lean_dec(x_138); +lean_dec(x_137); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4317,37 +4064,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_197 = !lean_is_exclusive(x_189); -if (x_197 == 0) +x_151 = !lean_is_exclusive(x_143); +if (x_151 == 0) { -return x_189; +return x_143; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_189, 0); -x_199 = lean_ctor_get(x_189, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_189); -x_200 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_200, 0, x_198); -lean_ctor_set(x_200, 1, x_199); -return x_200; +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_143, 0); +x_153 = lean_ctor_get(x_143, 1); +lean_inc(x_153); +lean_inc(x_152); +lean_dec(x_143); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } case 2: { -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -x_201 = lean_ctor_get(x_1, 0); -lean_inc(x_201); -x_202 = lean_ctor_get(x_1, 1); -lean_inc(x_202); +lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_155 = lean_ctor_get(x_1, 0); +lean_inc(x_155); +x_156 = lean_ctor_get(x_1, 1); +lean_inc(x_156); lean_dec(x_1); -x_203 = lean_ctor_get(x_201, 4); -lean_inc(x_203); -lean_dec(x_201); +x_157 = lean_ctor_get(x_155, 4); +lean_inc(x_157); +lean_dec(x_155); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); @@ -4355,21 +4102,21 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_204 = l_Lean_Compiler_LCNF_JoinPointFinder_find_go(x_203, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_204) == 0) -{ -lean_object* x_205; -x_205 = lean_ctor_get(x_204, 1); -lean_inc(x_205); -lean_dec(x_204); -x_1 = x_202; -x_9 = x_205; +x_158 = l_Lean_Compiler_LCNF_JoinPointFinder_find_go(x_157, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_158) == 0) +{ +lean_object* x_159; +x_159 = lean_ctor_get(x_158, 1); +lean_inc(x_159); +lean_dec(x_158); +x_1 = x_156; +x_9 = x_159; goto _start; } else { -uint8_t x_207; -lean_dec(x_202); +uint8_t x_161; +lean_dec(x_156); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4377,40 +4124,40 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_207 = !lean_is_exclusive(x_204); -if (x_207 == 0) +x_161 = !lean_is_exclusive(x_158); +if (x_161 == 0) { -return x_204; +return x_158; } else { -lean_object* x_208; lean_object* x_209; lean_object* x_210; -x_208 = lean_ctor_get(x_204, 0); -x_209 = lean_ctor_get(x_204, 1); -lean_inc(x_209); -lean_inc(x_208); -lean_dec(x_204); -x_210 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_210, 0, x_208); -lean_ctor_set(x_210, 1, x_209); -return x_210; +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_158, 0); +x_163 = lean_ctor_get(x_158, 1); +lean_inc(x_163); +lean_inc(x_162); +lean_dec(x_158); +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; } } } case 3: { -lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t x_214; -x_211 = lean_ctor_get(x_1, 1); -lean_inc(x_211); +lean_object* x_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; +x_165 = lean_ctor_get(x_1, 1); +lean_inc(x_165); lean_dec(x_1); -x_212 = lean_array_get_size(x_211); -x_213 = lean_unsigned_to_nat(0u); -x_214 = lean_nat_dec_lt(x_213, x_212); -if (x_214 == 0) +x_166 = lean_array_get_size(x_165); +x_167 = lean_unsigned_to_nat(0u); +x_168 = lean_nat_dec_lt(x_167, x_166); +if (x_168 == 0) { -lean_object* x_215; lean_object* x_216; -lean_dec(x_212); -lean_dec(x_211); +lean_object* x_169; lean_object* x_170; +lean_dec(x_166); +lean_dec(x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4418,21 +4165,21 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_215 = lean_box(0); -x_216 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_9); -return x_216; +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_9); +return x_170; } else { -uint8_t x_217; -x_217 = lean_nat_dec_le(x_212, x_212); -if (x_217 == 0) +uint8_t x_171; +x_171 = lean_nat_dec_le(x_166, x_166); +if (x_171 == 0) { -lean_object* x_218; lean_object* x_219; -lean_dec(x_212); -lean_dec(x_211); +lean_object* x_172; lean_object* x_173; +lean_dec(x_166); +lean_dec(x_165); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4440,59 +4187,59 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_218 = lean_box(0); -x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_218); -lean_ctor_set(x_219, 1, x_9); -return x_219; +x_172 = lean_box(0); +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 { -size_t x_220; size_t x_221; lean_object* x_222; lean_object* x_223; -x_220 = 0; -x_221 = lean_usize_of_nat(x_212); -lean_dec(x_212); -x_222 = lean_box(0); -x_223 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__1(x_211, x_220, x_221, x_222, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_211); -return x_223; +size_t x_174; size_t x_175; lean_object* x_176; lean_object* x_177; +x_174 = 0; +x_175 = lean_usize_of_nat(x_166); +lean_dec(x_166); +x_176 = lean_box(0); +x_177 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__1(x_165, x_174, x_175, x_176, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_165); +return x_177; } } } case 4: { -lean_object* x_224; lean_object* x_225; lean_object* x_226; uint8_t x_227; -x_224 = lean_ctor_get(x_1, 0); -lean_inc(x_224); +lean_object* x_178; lean_object* x_179; lean_object* x_180; uint8_t x_181; +x_178 = lean_ctor_get(x_1, 0); +lean_inc(x_178); lean_dec(x_1); -x_225 = lean_ctor_get(x_224, 2); -lean_inc(x_225); +x_179 = lean_ctor_get(x_178, 2); +lean_inc(x_179); 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_226 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_225, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_227 = !lean_is_exclusive(x_226); -if (x_227 == 0) -{ -lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; uint8_t x_233; -x_228 = lean_ctor_get(x_226, 1); -x_229 = lean_ctor_get(x_226, 0); -lean_dec(x_229); -x_230 = lean_ctor_get(x_224, 3); -lean_inc(x_230); -lean_dec(x_224); -x_231 = lean_array_get_size(x_230); -x_232 = lean_unsigned_to_nat(0u); -x_233 = lean_nat_dec_lt(x_232, x_231); -if (x_233 == 0) +lean_inc(x_3); +lean_inc(x_2); +x_180 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_179, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_181 = !lean_is_exclusive(x_180); +if (x_181 == 0) +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; +x_182 = lean_ctor_get(x_180, 1); +x_183 = lean_ctor_get(x_180, 0); +lean_dec(x_183); +x_184 = lean_ctor_get(x_178, 3); +lean_inc(x_184); +lean_dec(x_178); +x_185 = lean_array_get_size(x_184); +x_186 = lean_unsigned_to_nat(0u); +x_187 = lean_nat_dec_lt(x_186, x_185); +if (x_187 == 0) { -lean_object* x_234; -lean_dec(x_231); -lean_dec(x_230); +lean_object* x_188; +lean_dec(x_185); +lean_dec(x_184); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4500,19 +4247,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_234 = lean_box(0); -lean_ctor_set(x_226, 0, x_234); -return x_226; +x_188 = lean_box(0); +lean_ctor_set(x_180, 0, x_188); +return x_180; } else { -uint8_t x_235; -x_235 = lean_nat_dec_le(x_231, x_231); -if (x_235 == 0) +uint8_t x_189; +x_189 = lean_nat_dec_le(x_185, x_185); +if (x_189 == 0) { -lean_object* x_236; -lean_dec(x_231); -lean_dec(x_230); +lean_object* x_190; +lean_dec(x_185); +lean_dec(x_184); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4520,41 +4267,41 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_236 = lean_box(0); -lean_ctor_set(x_226, 0, x_236); -return x_226; +x_190 = lean_box(0); +lean_ctor_set(x_180, 0, x_190); +return x_180; } else { -size_t x_237; size_t x_238; lean_object* x_239; lean_object* x_240; -lean_free_object(x_226); -x_237 = 0; -x_238 = lean_usize_of_nat(x_231); -lean_dec(x_231); -x_239 = lean_box(0); -x_240 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__6(x_230, x_237, x_238, x_239, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_228); -lean_dec(x_230); -return x_240; +size_t x_191; size_t x_192; lean_object* x_193; lean_object* x_194; +lean_free_object(x_180); +x_191 = 0; +x_192 = lean_usize_of_nat(x_185); +lean_dec(x_185); +x_193 = lean_box(0); +x_194 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__6(x_184, x_191, x_192, x_193, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_182); +lean_dec(x_184); +return x_194; } } } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; uint8_t x_245; -x_241 = lean_ctor_get(x_226, 1); -lean_inc(x_241); -lean_dec(x_226); -x_242 = lean_ctor_get(x_224, 3); -lean_inc(x_242); -lean_dec(x_224); -x_243 = lean_array_get_size(x_242); -x_244 = lean_unsigned_to_nat(0u); -x_245 = lean_nat_dec_lt(x_244, x_243); -if (x_245 == 0) -{ -lean_object* x_246; lean_object* x_247; -lean_dec(x_243); -lean_dec(x_242); +lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; uint8_t x_199; +x_195 = lean_ctor_get(x_180, 1); +lean_inc(x_195); +lean_dec(x_180); +x_196 = lean_ctor_get(x_178, 3); +lean_inc(x_196); +lean_dec(x_178); +x_197 = lean_array_get_size(x_196); +x_198 = lean_unsigned_to_nat(0u); +x_199 = lean_nat_dec_lt(x_198, x_197); +if (x_199 == 0) +{ +lean_object* x_200; lean_object* x_201; +lean_dec(x_197); +lean_dec(x_196); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4562,21 +4309,21 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_246 = lean_box(0); -x_247 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_247, 0, x_246); -lean_ctor_set(x_247, 1, x_241); -return x_247; +x_200 = lean_box(0); +x_201 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_201, 0, x_200); +lean_ctor_set(x_201, 1, x_195); +return x_201; } else { -uint8_t x_248; -x_248 = lean_nat_dec_le(x_243, x_243); -if (x_248 == 0) +uint8_t x_202; +x_202 = lean_nat_dec_le(x_197, x_197); +if (x_202 == 0) { -lean_object* x_249; lean_object* x_250; -lean_dec(x_243); -lean_dec(x_242); +lean_object* x_203; lean_object* x_204; +lean_dec(x_197); +lean_dec(x_196); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4584,38 +4331,38 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_249 = lean_box(0); -x_250 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_250, 0, x_249); -lean_ctor_set(x_250, 1, x_241); -return x_250; +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_195); +return x_204; } else { -size_t x_251; size_t x_252; lean_object* x_253; lean_object* x_254; -x_251 = 0; -x_252 = lean_usize_of_nat(x_243); -lean_dec(x_243); -x_253 = lean_box(0); -x_254 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__6(x_242, x_251, x_252, x_253, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_241); -lean_dec(x_242); -return x_254; +size_t x_205; size_t x_206; lean_object* x_207; lean_object* x_208; +x_205 = 0; +x_206 = lean_usize_of_nat(x_197); +lean_dec(x_197); +x_207 = lean_box(0); +x_208 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointFinder_find_go___spec__6(x_196, x_205, x_206, x_207, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_195); +lean_dec(x_196); +return x_208; } } } } case 5: { -lean_object* x_255; lean_object* x_256; -x_255 = lean_ctor_get(x_1, 0); -lean_inc(x_255); +lean_object* x_209; lean_object* x_210; +x_209 = lean_ctor_get(x_1, 0); +lean_inc(x_209); lean_dec(x_1); -x_256 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_255, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_256; +x_210 = l___private_Lean_Compiler_LCNF_JoinPoints_0__Lean_Compiler_LCNF_JoinPointFinder_eraseCandidate(x_209, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_210; } default: { -lean_object* x_257; lean_object* x_258; +lean_object* x_211; lean_object* x_212; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4624,11 +4371,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_257 = lean_box(0); -x_258 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_258, 0, x_257); -lean_ctor_set(x_258, 1, x_9); -return x_258; +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_9); +return x_212; } } } @@ -4828,7 +4575,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -4878,7 +4625,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -7716,7 +7463,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -7736,7 +7483,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -7884,7 +7631,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -7937,7 +7684,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -8389,7 +8136,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -8458,172 +8205,189 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar(lean_object* x_1, lean_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; -x_10 = lean_ctor_get(x_2, 1); -lean_inc(x_10); -x_11 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_10, x_1); -lean_dec(x_10); -if (lean_obj_tag(x_11) == 0) +uint8_t x_10; lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_2, 1); +lean_inc(x_45); +x_46 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_45, x_1); +lean_dec(x_45); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_12; +uint8_t x_47; +x_47 = 0; +x_10 = x_47; +goto block_44; +} +else +{ +uint8_t x_48; +lean_dec(x_46); +x_48 = 1; +x_10 = x_48; +goto block_44; +} +block_44: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_dec(x_2); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_1); -lean_ctor_set(x_12, 1, x_9); -return x_12; +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_1); +lean_ctor_set(x_11, 1, x_9); +return x_11; } else { -lean_object* x_13; -lean_dec(x_11); -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); +lean_object* x_12; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); lean_dec(x_2); -if (lean_obj_tag(x_13) == 0) +if (lean_obj_tag(x_12) == 0) { -lean_object* x_14; -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_1); -lean_ctor_set(x_14, 1, x_9); -return x_14; +lean_object* x_13; +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_1); +lean_ctor_set(x_13, 1, x_9); +return x_13; } else { -lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_15 = lean_ctor_get(x_13, 0); -lean_inc(x_15); -lean_dec(x_13); -x_16 = lean_st_ref_get(x_3, x_9); -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +x_15 = lean_st_ref_get(x_3, x_9); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_16, 0); -x_19 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(x_18, x_15); -if (lean_obj_tag(x_19) == 0) +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +x_18 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(x_17, x_14); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__4; -x_21 = l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(x_20); +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__4; +x_20 = l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(x_19); lean_inc(x_1); -x_22 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_21, x_1); -if (lean_obj_tag(x_22) == 0) +x_21 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_20, x_1); +if (lean_obj_tag(x_21) == 0) { -lean_ctor_set(x_16, 0, x_1); -return x_16; +lean_ctor_set(x_15, 0, x_1); +return x_15; } else { -lean_object* x_23; lean_object* x_24; +lean_object* x_22; lean_object* x_23; lean_dec(x_1); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +lean_dec(x_21); x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); lean_dec(x_22); -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -lean_dec(x_23); -lean_ctor_set(x_16, 0, x_24); -return x_16; +lean_ctor_set(x_15, 0, x_23); +return x_15; } } else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_19, 0); -lean_inc(x_25); -lean_dec(x_19); +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_18, 0); +lean_inc(x_24); +lean_dec(x_18); lean_inc(x_1); -x_26 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_25, x_1); -if (lean_obj_tag(x_26) == 0) +x_25 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_24, x_1); +if (lean_obj_tag(x_25) == 0) { -lean_ctor_set(x_16, 0, x_1); -return x_16; +lean_ctor_set(x_15, 0, x_1); +return x_15; } else { -lean_object* x_27; lean_object* x_28; +lean_object* x_26; lean_object* x_27; lean_dec(x_1); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +lean_dec(x_25); x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); lean_dec(x_26); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -lean_dec(x_27); -lean_ctor_set(x_16, 0, x_28); -return x_16; +lean_ctor_set(x_15, 0, x_27); +return x_15; } } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_16, 0); -x_30 = lean_ctor_get(x_16, 1); -lean_inc(x_30); +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_15, 0); +x_29 = lean_ctor_get(x_15, 1); lean_inc(x_29); -lean_dec(x_16); -x_31 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(x_29, x_15); -if (lean_obj_tag(x_31) == 0) +lean_inc(x_28); +lean_dec(x_15); +x_30 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(x_28, x_14); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__4; -x_33 = l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(x_32); +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__4; +x_32 = l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(x_31); lean_inc(x_1); -x_34 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_33, x_1); -if (lean_obj_tag(x_34) == 0) +x_33 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_32, x_1); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_35; -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_1); -lean_ctor_set(x_35, 1, x_30); -return x_35; +lean_object* x_34; +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_1); +lean_ctor_set(x_34, 1, x_29); +return x_34; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_dec(x_1); -x_36 = lean_ctor_get(x_34, 0); +x_35 = lean_ctor_get(x_33, 0); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); -lean_dec(x_34); -x_37 = lean_ctor_get(x_36, 0); -lean_inc(x_37); -lean_dec(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_30); -return x_38; +lean_dec(x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_29); +return x_37; } } else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_31, 0); -lean_inc(x_39); -lean_dec(x_31); +lean_object* x_38; lean_object* x_39; +x_38 = lean_ctor_get(x_30, 0); +lean_inc(x_38); +lean_dec(x_30); lean_inc(x_1); -x_40 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_39, x_1); -if (lean_obj_tag(x_40) == 0) +x_39 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_getType___spec__3(x_38, x_1); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_41; -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_1); -lean_ctor_set(x_41, 1, x_30); -return x_41; +lean_object* x_40; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_1); +lean_ctor_set(x_40, 1, x_29); +return x_40; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_dec(x_1); -x_42 = lean_ctor_get(x_40, 0); +x_41 = lean_ctor_get(x_39, 0); +lean_inc(x_41); +lean_dec(x_39); +x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_30); -return x_44; +lean_dec(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_29); +return x_43; +} } } } @@ -8769,10 +8533,27 @@ return x_22; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidates___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) { _start: { -lean_object* x_11; -x_11 = lean_ctor_get(x_3, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +uint8_t x_11; lean_object* x_45; +x_45 = lean_ctor_get(x_3, 0); +lean_inc(x_45); +if (lean_obj_tag(x_45) == 0) +{ +uint8_t x_46; +x_46 = 0; +x_11 = x_46; +goto block_44; +} +else +{ +uint8_t x_47; +lean_dec(x_45); +x_47 = 1; +x_11 = x_47; +goto block_44; +} +block_44: +{ +if (x_11 == 0) { lean_object* x_12; x_12 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); @@ -8780,106 +8561,109 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_3, 1); +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_3, 0); lean_inc(x_13); -x_14 = lean_array_get_size(x_1); -x_15 = lean_unsigned_to_nat(0u); -x_16 = lean_nat_dec_lt(x_15, x_14); -if (x_16 == 0) -{ -uint8_t x_17; -lean_dec(x_14); -x_17 = !lean_is_exclusive(x_3); +x_14 = lean_ctor_get(x_3, 1); +lean_inc(x_14); +x_15 = lean_array_get_size(x_1); +x_16 = lean_unsigned_to_nat(0u); +x_17 = lean_nat_dec_lt(x_16, x_15); if (x_17 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_3, 1); -lean_dec(x_18); -x_19 = lean_ctor_get(x_3, 0); +uint8_t x_18; +lean_dec(x_15); +x_18 = !lean_is_exclusive(x_3); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_3, 1); lean_dec(x_19); -x_20 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_20; +x_20 = lean_ctor_get(x_3, 0); +lean_dec(x_20); +x_21 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_21; } else { -lean_object* x_21; lean_object* x_22; +lean_object* x_22; lean_object* x_23; lean_dec(x_3); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_11); -lean_ctor_set(x_21, 1, x_13); -x_22 = lean_apply_8(x_2, x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_22; +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_13); +lean_ctor_set(x_22, 1, x_14); +x_23 = lean_apply_8(x_2, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_23; } } else { -uint8_t x_23; -x_23 = lean_nat_dec_le(x_14, x_14); -if (x_23 == 0) -{ uint8_t x_24; -lean_dec(x_14); -x_24 = !lean_is_exclusive(x_3); +x_24 = lean_nat_dec_le(x_15, x_15); if (x_24 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_3, 1); -lean_dec(x_25); -x_26 = lean_ctor_get(x_3, 0); +uint8_t x_25; +lean_dec(x_15); +x_25 = !lean_is_exclusive(x_3); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_3, 1); lean_dec(x_26); -x_27 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_27; +x_27 = lean_ctor_get(x_3, 0); +lean_dec(x_27); +x_28 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_28; } else { -lean_object* x_28; lean_object* x_29; +lean_object* x_29; lean_object* x_30; lean_dec(x_3); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_11); -lean_ctor_set(x_28, 1, x_13); -x_29 = lean_apply_8(x_2, x_28, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_29; +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_13); +lean_ctor_set(x_29, 1, x_14); +x_30 = lean_apply_8(x_2, x_29, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_30; } } else { -size_t x_30; size_t x_31; lean_object* x_32; uint8_t x_33; -x_30 = 0; -x_31 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidates___spec__1(x_1, x_30, x_31, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_33 = !lean_is_exclusive(x_3); -if (x_33 == 0) +size_t x_31; size_t x_32; lean_object* x_33; uint8_t x_34; +x_31 = 0; +x_32 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_33 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointContextExtender_withNewCandidates___spec__1(x_1, x_31, x_32, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_34 = !lean_is_exclusive(x_3); +if (x_34 == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_34 = lean_ctor_get(x_3, 1); -lean_dec(x_34); -x_35 = lean_ctor_get(x_3, 0); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_35 = lean_ctor_get(x_3, 1); lean_dec(x_35); -x_36 = lean_ctor_get(x_32, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_32, 1); +x_36 = lean_ctor_get(x_3, 0); +lean_dec(x_36); +x_37 = lean_ctor_get(x_33, 0); lean_inc(x_37); -lean_dec(x_32); -lean_ctor_set(x_3, 1, x_36); -x_38 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_37); -return x_38; +x_38 = lean_ctor_get(x_33, 1); +lean_inc(x_38); +lean_dec(x_33); +lean_ctor_set(x_3, 1, x_37); +x_39 = lean_apply_8(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_38); +return x_39; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_dec(x_3); -x_39 = lean_ctor_get(x_32, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_32, 1); +x_40 = lean_ctor_get(x_33, 0); lean_inc(x_40); -lean_dec(x_32); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_11); -lean_ctor_set(x_41, 1, x_39); -x_42 = lean_apply_8(x_2, x_41, x_4, x_5, x_6, x_7, x_8, x_9, x_40); -return x_42; +x_41 = lean_ctor_get(x_33, 1); +lean_inc(x_41); +lean_dec(x_33); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_13); +lean_ctor_set(x_42, 1, x_40); +x_43 = lean_apply_8(x_2, x_42, x_4, x_5, x_6, x_7, x_8, x_9, x_41); +return x_43; +} } } } @@ -8923,21 +8707,7 @@ lean_dec(x_1); return x_11; } } -LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; -x_3 = lean_ctor_get(x_1, 1); -x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); -x_6 = lean_data_hashmap_mk_idx(x_4, x_5); -x_7 = lean_array_uget(x_3, x_6); -x_8 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addParam___spec__2(x_2, x_7); -lean_dec(x_7); -return x_8; -} -} -LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -8966,7 +8736,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -8983,7 +8753,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -9003,7 +8773,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -9018,7 +8788,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -9037,7 +8807,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_obj 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_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(x_3, x_6); +x_9 = l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__5(x_3, x_6); x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_add(x_1, x_10); lean_dec(x_1); @@ -9048,7 +8818,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(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; lean_object* x_9; lean_object* x_10; @@ -9059,14 +8829,14 @@ lean_dec(x_3); x_6 = lean_box(0); x_7 = lean_mk_array(x_5, x_6); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__5(x_8, x_2, x_7); +x_9 = l_Lean_HashMapImp_moveEntries___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(x_8, x_2, x_7); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_1); lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -9091,7 +8861,7 @@ x_9 = lean_name_eq(x_6, x_1); if (x_9 == 0) { lean_object* x_10; -x_10 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(x_1, x_2, x_8); +x_10 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(x_1, x_2, x_8); lean_ctor_set(x_3, 2, x_10); return x_3; } @@ -9118,7 +8888,7 @@ x_14 = lean_name_eq(x_11, x_1); if (x_14 == 0) { lean_object* x_15; lean_object* x_16; -x_15 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(x_1, x_2, x_13); +x_15 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(x_1, x_2, x_13); x_16 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_16, 0, x_11); lean_ctor_set(x_16, 1, x_12); @@ -9140,7 +8910,7 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -9151,11 +8921,11 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); -x_11 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(x_2, x_10); +x_11 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(x_2, x_10); if (x_11 == 0) { lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; @@ -9175,7 +8945,7 @@ if (x_17 == 0) { lean_object* x_18; lean_free_object(x_1); -x_18 = l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(x_13, x_15); +x_18 = l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(x_13, x_15); return x_18; } else @@ -9189,7 +8959,7 @@ else { lean_object* x_19; lean_object* x_20; lean_dec(x_7); -x_19 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(x_2, x_3, x_10); +x_19 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(x_2, x_3, x_10); x_20 = lean_array_uset(x_6, x_9, x_19); lean_ctor_set(x_1, 1, x_20); return x_1; @@ -9204,11 +8974,11 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); -x_27 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(x_2, x_26); +x_27 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(x_2, x_26); if (x_27 == 0) { lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; @@ -9227,7 +8997,7 @@ lean_dec(x_32); if (x_33 == 0) { lean_object* x_34; -x_34 = l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__4(x_29, x_31); +x_34 = l_Lean_HashMapImp_expand___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(x_29, x_31); return x_34; } else @@ -9243,7 +9013,7 @@ else { lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_23); -x_36 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(x_2, x_3, x_26); +x_36 = l_Lean_AssocList_replace___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__6(x_2, x_3, x_26); x_37 = lean_array_uset(x_22, x_25, x_36); x_38 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_38, 0, x_21); @@ -9253,6 +9023,20 @@ return x_38; } } } +LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; +x_3 = lean_ctor_get(x_1, 1); +x_4 = lean_array_get_size(x_3); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); +x_6 = lean_data_hashmap_mk_idx(x_4, x_5); +x_7 = lean_array_uget(x_3, x_6); +x_8 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addParam___spec__2(x_2, x_7); +lean_dec(x_7); +return x_8; +} +} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary(lean_object* x_1, lean_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: { @@ -9272,7 +9056,7 @@ return x_12; } 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; uint8_t x_21; lean_object* x_22; lean_object* x_55; +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; lean_object* x_22; lean_object* x_57; x_13 = lean_ctor_get(x_10, 0); lean_inc(x_13); lean_dec(x_10); @@ -9294,205 +9078,205 @@ lean_inc(x_18); lean_dec(x_2); x_19 = l_Lean_Compiler_LCNF_ScopeM_isInScope(x_1, x_4, x_5, x_6, x_7, x_8, x_16); lean_inc(x_13); -x_55 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(x_15, x_13); -if (lean_obj_tag(x_55) == 0) +x_57 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__1(x_15, x_13); +if (lean_obj_tag(x_57) == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_56 = lean_ctor_get(x_19, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_19, 1); -lean_inc(x_57); +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_58 = lean_ctor_get(x_19, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_19, 1); +lean_inc(x_59); lean_dec(x_19); -x_58 = l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__4; -x_59 = l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(x_58); -x_60 = lean_unbox(x_56); -lean_dec(x_56); -x_20 = x_59; -x_21 = x_60; -x_22 = x_57; -goto block_54; +x_60 = l_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___closed__4; +x_61 = l_panic___at_Lean_Compiler_LCNF_JoinPointContextExtender_replaceFVar___spec__3(x_60); +x_62 = lean_unbox(x_58); +lean_dec(x_58); +x_20 = x_61; +x_21 = x_62; +x_22 = x_59; +goto block_56; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; -x_61 = lean_ctor_get(x_55, 0); -lean_inc(x_61); -lean_dec(x_55); -x_62 = lean_ctor_get(x_19, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_19, 1); +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = lean_ctor_get(x_57, 0); lean_inc(x_63); +lean_dec(x_57); +x_64 = lean_ctor_get(x_19, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_19, 1); +lean_inc(x_65); lean_dec(x_19); -x_64 = lean_unbox(x_62); -lean_dec(x_62); -x_20 = x_61; -x_21 = x_64; -x_22 = x_63; -goto block_54; +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_20 = x_63; +x_21 = x_66; +x_22 = x_65; +goto block_56; } -block_54: +block_56: { +uint8_t x_23; if (x_21 == 0) { -uint8_t x_23; -x_23 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(x_20, x_1); -if (x_23 == 0) +uint8_t x_50; +x_50 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(x_20, x_1); +if (x_50 == 0) { -lean_object* x_24; -x_24 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_18, x_1); +lean_object* x_51; +x_51 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_18, x_1); lean_dec(x_18); -if (lean_obj_tag(x_24) == 0) +if (lean_obj_tag(x_51) == 0) { -lean_object* x_25; lean_object* x_26; +uint8_t x_52; +x_52 = 0; +x_23 = x_52; +goto block_49; +} +else +{ +uint8_t x_53; +lean_dec(x_51); +x_53 = 1; +x_23 = x_53; +goto block_49; +} +} +else +{ +uint8_t x_54; +lean_dec(x_18); +x_54 = 0; +x_23 = x_54; +goto block_49; +} +} +else +{ +uint8_t x_55; +lean_dec(x_18); +x_55 = 0; +x_23 = x_55; +goto block_49; +} +block_49: +{ +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_dec(x_20); lean_dec(x_13); lean_dec(x_1); -x_25 = lean_box(0); +x_24 = lean_box(0); if (lean_is_scalar(x_17)) { - x_26 = lean_alloc_ctor(0, 2, 0); + x_25 = lean_alloc_ctor(0, 2, 0); } else { - x_26 = x_17; + x_25 = x_17; } -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_22); -return x_26; +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_22); +return x_25; } else { -lean_object* x_27; -lean_dec(x_24); +lean_object* x_26; lean_dec(x_17); lean_inc(x_1); -x_27 = l_Lean_Compiler_LCNF_getType(x_1, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_27) == 0) +x_26 = l_Lean_Compiler_LCNF_getType(x_1, x_5, x_6, x_7, x_8, x_22); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_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; -x_28 = lean_ctor_get(x_27, 0); +lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_26, 1); lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = 0; -x_31 = l_Lean_Compiler_LCNF_mkAuxParam(x_28, x_30, x_5, x_6, x_7, x_8, x_29); -x_32 = lean_ctor_get(x_31, 0); +lean_dec(x_26); +x_29 = 0; +x_30 = l_Lean_Compiler_LCNF_mkAuxParam(x_27, x_29, x_5, x_6, x_7, x_8, x_28); +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_30, 1); lean_inc(x_32); -x_33 = lean_ctor_get(x_31, 1); -lean_inc(x_33); -lean_dec(x_31); -x_34 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_LCtx_addParam___spec__1(x_20, x_1, x_32); -x_35 = lean_st_ref_take(x_3, x_33); -x_36 = lean_ctor_get(x_35, 0); +lean_dec(x_30); +x_33 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_LCtx_addParam___spec__1(x_20, x_1, x_31); +x_34 = lean_st_ref_take(x_3, x_32); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(x_36, x_13, x_34); -x_39 = lean_st_ref_set(x_3, x_38, x_37); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +lean_dec(x_34); +x_37 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(x_35, x_13, x_33); +x_38 = lean_st_ref_set(x_3, x_37, x_36); +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) { -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_39, 0); -lean_dec(x_41); -x_42 = lean_box(0); -lean_ctor_set(x_39, 0, x_42); -return x_39; +lean_object* x_40; lean_object* x_41; +x_40 = lean_ctor_get(x_38, 0); +lean_dec(x_40); +x_41 = lean_box(0); +lean_ctor_set(x_38, 0, x_41); +return x_38; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_39, 1); -lean_inc(x_43); -lean_dec(x_39); -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_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_43 = lean_box(0); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +return x_44; } } else { -uint8_t x_46; +uint8_t x_45; lean_dec(x_20); lean_dec(x_13); lean_dec(x_1); -x_46 = !lean_is_exclusive(x_27); -if (x_46 == 0) +x_45 = !lean_is_exclusive(x_26); +if (x_45 == 0) { -return x_27; +return x_26; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_27, 0); -x_48 = lean_ctor_get(x_27, 1); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_26, 0); +x_47 = lean_ctor_get(x_26, 1); lean_inc(x_47); -lean_dec(x_27); -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; -} -} -} -} -else -{ -lean_object* x_50; lean_object* x_51; -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_13); -lean_dec(x_1); -x_50 = lean_box(0); -if (lean_is_scalar(x_17)) { - x_51 = lean_alloc_ctor(0, 2, 0); -} else { - x_51 = x_17; -} -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_22); -return x_51; +lean_inc(x_46); +lean_dec(x_26); +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_52; lean_object* x_53; -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_13); -lean_dec(x_1); -x_52 = lean_box(0); -if (lean_is_scalar(x_17)) { - x_53 = lean_alloc_ctor(0, 2, 0); -} else { - x_53 = x_17; } -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_22); -return x_53; } } } } } -LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(x_1, x_2); +x_3 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(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_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__3(x_1, x_2); +x_3 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__7(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -9580,10 +9364,27 @@ return x_26; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_JoinPointContextExtender_mergeJpContextIfNecessary(lean_object* x_1, lean_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 = lean_ctor_get(x_2, 0); -lean_inc(x_10); -if (lean_obj_tag(x_10) == 0) +uint8_t x_10; lean_object* x_48; +x_48 = lean_ctor_get(x_2, 0); +lean_inc(x_48); +if (lean_obj_tag(x_48) == 0) +{ +uint8_t x_49; +x_49 = 0; +x_10 = x_49; +goto block_47; +} +else +{ +uint8_t x_50; +lean_dec(x_48); +x_50 = 1; +x_10 = x_50; +goto block_47; +} +block_47: +{ +if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_dec(x_2); @@ -9597,7 +9398,6 @@ return x_12; else { lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; lean_object* x_17; -lean_dec(x_10); x_13 = lean_st_ref_get(x_3, x_9); x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); @@ -9728,6 +9528,7 @@ return x_46; } } } +} LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_JoinPointContextExtender_mergeJpContextIfNecessary___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: { @@ -10154,7 +9955,7 @@ x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); lean_dec(x_16); x_19 = l_Lean_Compiler_LCNF_JoinPointFinder_find___closed__1; -x_20 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(x_17, x_11, x_19); +x_20 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(x_17, x_11, x_19); x_21 = lean_st_ref_set(x_4, x_20, x_18); x_22 = lean_ctor_get(x_21, 1); lean_inc(x_22); @@ -10186,7 +9987,7 @@ x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); lean_dec(x_31); x_34 = l_Lean_Compiler_LCNF_JoinPointFinder_find___closed__1; -x_35 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__2(x_32, x_11, x_34); +x_35 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_JoinPointContextExtender_extendByIfNecessary___spec__1(x_32, x_11, x_34); x_36 = lean_st_ref_set(x_4, x_35, x_33); x_37 = lean_ctor_get(x_36, 1); lean_inc(x_37); @@ -10805,7 +10606,7 @@ return x_73; else { uint8_t x_85; -x_85 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_69, x_69); +x_85 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_69, x_69); if (x_85 == 0) { lean_object* x_86; @@ -10872,7 +10673,7 @@ return x_99; else { uint8_t x_100; -x_100 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_69, x_69); +x_100 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_69, x_69); if (x_100 == 0) { lean_object* x_101; lean_object* x_102; @@ -11033,7 +10834,7 @@ return x_119; else { uint8_t x_131; -x_131 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_115, x_115); +x_131 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_115, x_115); if (x_131 == 0) { lean_object* x_132; @@ -11100,7 +10901,7 @@ return x_145; else { uint8_t x_146; -x_146 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_115, x_115); +x_146 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_115, x_115); if (x_146 == 0) { lean_object* x_147; lean_object* x_148; @@ -15464,7 +15265,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_data_hashmap_mk_idx(x_5, x_6); x_8 = lean_array_uget(x_4, x_7); x_9 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_addFVarSubst___spec__2(x_2, x_8); @@ -16617,7 +16418,7 @@ LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPoint lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); x_8 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_addFVarSubst___spec__2(x_2, x_7); @@ -16781,46 +16582,85 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___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) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; uint8_t x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); +lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; uint8_t x_13; +x_8 = lean_array_uget(x_3, x_4); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +lean_dec(x_9); +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +x_13 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__1(x_1, x_10); +lean_dec(x_10); +if (x_13 == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_12; +x_6 = x_14; +goto _start; +} +else +{ lean_dec(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_3, x_10); -x_12 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__1(x_1, x_9); +x_4 = x_12; +goto _start; +} +} +else +{ +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; uint8_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); lean_dec(x_9); -if (x_12 == 0) +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +x_13 = l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__1(x_2, x_10); +lean_dec(x_10); +if (x_13 == 0) { -lean_object* x_13; -x_13 = lean_array_push(x_5, x_7); -x_3 = x_11; -x_5 = x_13; +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_12; +x_6 = x_14; goto _start; } else { -lean_dec(x_7); -x_3 = x_11; +lean_dec(x_8); +x_4 = x_12; goto _start; } } else { -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(lean_object* x_1) { +LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__6(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -16829,7 +16669,7 @@ x_3 = lean_panic_fn(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__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_EXPORT lean_object* l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__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) { _start: { lean_object* x_9; lean_object* x_10; @@ -16887,7 +16727,7 @@ return x_21; } } } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7___closed__1() { +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8___closed__1() { _start: { lean_object* x_1; @@ -16895,7 +16735,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(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, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8(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, lean_object* x_9) { _start: { uint8_t x_10; @@ -16919,13 +16759,13 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean x_12 = lean_array_uget(x_3, x_2); x_13 = lean_unsigned_to_nat(0u); x_14 = lean_array_uset(x_3, x_2, x_13); -x_15 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7___closed__1; +x_15 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_16 = l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__6(x_12, x_15, x_4, x_5, x_6, x_7, x_8, x_9); +x_16 = l_Lean_Compiler_LCNF_AltCore_mapCodeM___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(x_12, x_15, x_4, x_5, x_6, x_7, x_8, x_9); if (lean_obj_tag(x_16) == 0) { lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; lean_object* x_21; @@ -18513,7 +18353,7 @@ x_303 = lean_ctor_get(x_300, 1); lean_inc(x_303); lean_dec(x_300); x_304 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_isInJpScope___closed__3; -x_305 = l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(x_304); +x_305 = l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__6(x_304); x_256 = x_305; x_257 = x_302; x_258 = x_303; @@ -18633,7 +18473,7 @@ x_295 = 0; x_296 = lean_usize_of_nat(x_289); lean_dec(x_289); x_297 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; -x_298 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4(x_256, x_288, x_295, x_296, x_297); +x_298 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(x_256, x_256, x_288, x_295, x_296, x_297); lean_dec(x_288); lean_dec(x_256); x_259 = x_298; @@ -18770,7 +18610,7 @@ x_324 = lean_usize_of_nat(x_323); lean_dec(x_323); x_325 = 0; lean_inc(x_322); -x_326 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(x_324, x_325, x_322, x_2, x_3, x_4, x_5, x_6, x_7); +x_326 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8(x_324, x_325, x_322, x_2, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_326) == 0) { uint8_t x_327; @@ -19027,7 +18867,7 @@ x_371 = lean_usize_of_nat(x_370); lean_dec(x_370); x_372 = 0; lean_inc(x_369); -x_373 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(x_371, x_372, x_369, x_2, x_3, x_4, x_5, x_6, x_7); +x_373 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8(x_371, x_372, x_369, x_2, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_373) == 0) { lean_object* x_374; lean_object* x_375; lean_object* x_376; size_t x_377; size_t x_378; uint8_t x_379; @@ -19270,21 +19110,37 @@ x_6 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_ return x_6; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__4___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__5(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___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) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__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) { _start: { size_t x_10; size_t x_11; lean_object* x_12; @@ -19292,7 +19148,7 @@ x_10 = lean_unbox_usize(x_1); lean_dec(x_1); x_11 = lean_unbox_usize(x_2); lean_dec(x_2); -x_12 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7(x_10, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_12 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8(x_10, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_12; } } @@ -20102,7 +19958,7 @@ x_1 = l_Lean_Compiler_LCNF_findJoinPoints___closed__3; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1() { _start: { lean_object* x_1; @@ -20110,27 +19966,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____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_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__2; x_2 = l_Lean_Compiler_LCNF_Decl_findJoinPoints___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4() { _start: { lean_object* x_1; @@ -20138,17 +19994,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__6() { _start: { lean_object* x_1; @@ -20156,17 +20012,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__8() { _start: { lean_object* x_1; @@ -20174,47 +20030,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__10; x_2 = l_Lean_Compiler_LCNF_Decl_findJoinPoints___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__13() { _start: { lean_object* x_1; @@ -20222,17 +20078,17 @@ x_1 = lean_mk_string_from_bytes("JoinPoints", 10); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__15() { _start: { lean_object* x_1; @@ -20240,33 +20096,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16; -x_2 = lean_unsigned_to_nat(6740u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16; +x_2 = lean_unsigned_to_nat(6756u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756_(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_Compiler_LCNF_Decl_findJoinPoints___closed__3; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__17; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__17; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -20279,7 +20135,7 @@ x_7 = l_Lean_Compiler_LCNF_JoinPointContextExtender_extend(x_1, x_2, x_3, x_4, x return x_7; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1() { _start: { lean_object* x_1; @@ -20287,7 +20143,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2() { _start: { lean_object* x_1; @@ -20295,7 +20151,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__3() { _start: { lean_object* x_1; @@ -20303,19 +20159,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2; -x_4 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2; +x_4 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__5() { _start: { lean_object* x_1; @@ -20323,19 +20179,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____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_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2; -x_4 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__5; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2; +x_4 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__7() { _start: { lean_object* x_1; @@ -20343,17 +20199,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__7; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9() { _start: { lean_object* x_1; @@ -20361,46 +20217,46 @@ x_1 = lean_mk_string_from_bytes("simp", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2; -x_4 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2; +x_4 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9; 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___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__11; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__11; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8; x_3 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); @@ -20409,63 +20265,63 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__12; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13; +x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__12; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__14; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13; +x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__14; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__15; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13; +x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__15; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__16; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13; +x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__16; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__17; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13; +x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__17; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__10; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__18; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__10; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__18; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -20473,23 +20329,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__19; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__19; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__20; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__20; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -20497,23 +20353,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__21; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__21; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__6; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__22; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__6; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__22; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -20521,23 +20377,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1; -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__23; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__23; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__4; -x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__24; +x_2 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__4; +x_3 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__24; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -20545,11 +20401,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813_() { +static lean_object* _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__25; +x_1 = l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__25; return x_1; } } @@ -20599,7 +20455,7 @@ x_5 = l_Lean_Compiler_LCNF_extendJoinPointContext(x_1, x_4, x_3); return x_5; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -20609,23 +20465,23 @@ x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16; -x_2 = lean_unsigned_to_nat(6887u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16; +x_2 = lean_unsigned_to_nat(6903u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__1; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__2; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__2; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -20684,7 +20540,7 @@ x_1 = l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__4; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -20694,23 +20550,23 @@ x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16; -x_2 = lean_unsigned_to_nat(6966u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16; +x_2 = lean_unsigned_to_nat(6982u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__1; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__2; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__2; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -20830,8 +20686,8 @@ l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__6__ lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__6___closed__2); l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__14___boxed__const__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__14___boxed__const__1(); lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goAnalyze___spec__14___boxed__const__1); -l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7___closed__1 = _init_l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__7___closed__1); +l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8___closed__1 = _init_l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___spec__8___closed__1); l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1 = _init_l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__1); l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__2 = _init_l_Lean_Compiler_LCNF_JoinPointCommonArgs_reduce_goReduce___closed__2(); @@ -20878,106 +20734,106 @@ l_Lean_Compiler_LCNF_findJoinPoints___closed__3 = _init_l_Lean_Compiler_LCNF_fin lean_mark_persistent(l_Lean_Compiler_LCNF_findJoinPoints___closed__3); l_Lean_Compiler_LCNF_findJoinPoints = _init_l_Lean_Compiler_LCNF_findJoinPoints(); lean_mark_persistent(l_Lean_Compiler_LCNF_findJoinPoints); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740____closed__17); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6740_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756____closed__17); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6756_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__1); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__2); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__3 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__3); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__4 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__4); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__5 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__5); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__6 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__6); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__7 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__7); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__8); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__9); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__10 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__10); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__11 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__11); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__12 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__12); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__13); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__14 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__14); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__15 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__15); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__16 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__16); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__17 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__17); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__18 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__18); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__19 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__19); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__20 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__20); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__21 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__21); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__22 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__22); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__23 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__23); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__24 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__24); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__25 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813____closed__25); -l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813_ = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813_(); -lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6813_); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__1); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__2); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__3 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__3); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__4 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__4); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__5 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__5); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__6 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__6); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__7 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__7); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__8); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__9); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__10 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__10); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__11 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__11); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__12 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__12); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__13); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__14 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__14); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__15 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__15); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__16 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__16); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__17 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__17); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__18 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__18); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__19 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__19); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__20 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__20); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__21 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__21); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__22 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__22); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__23 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__23); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__24 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__24); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__25 = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829____closed__25); +l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829_ = _init_l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829_(); +lean_mark_persistent(l___auto____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6829_); l_Lean_Compiler_LCNF_extendJoinPointContext___closed__1 = _init_l_Lean_Compiler_LCNF_extendJoinPointContext___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_extendJoinPointContext___closed__1); l_Lean_Compiler_LCNF_extendJoinPointContext___closed__2 = _init_l_Lean_Compiler_LCNF_extendJoinPointContext___closed__2(); lean_mark_persistent(l_Lean_Compiler_LCNF_extendJoinPointContext___closed__2); l_Lean_Compiler_LCNF_extendJoinPointContext___closed__3 = _init_l_Lean_Compiler_LCNF_extendJoinPointContext___closed__3(); lean_mark_persistent(l_Lean_Compiler_LCNF_extendJoinPointContext___closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887____closed__2); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6887_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903____closed__2); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6903_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__1 = _init_l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__1(); @@ -20990,11 +20846,11 @@ l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__4 = _init_l_Lean_Compiler_LCN lean_mark_persistent(l_Lean_Compiler_LCNF_commonJoinPointArgs___closed__4); l_Lean_Compiler_LCNF_commonJoinPointArgs = _init_l_Lean_Compiler_LCNF_commonJoinPointArgs(); lean_mark_persistent(l_Lean_Compiler_LCNF_commonJoinPointArgs); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966____closed__2); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6966_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982____closed__2); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_JoinPoints___hyg_6982_(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/LCNF/LCtx.c b/stage0/stdlib/Lean/Compiler/LCNF/LCtx.c index d7f591c5d8dc..d0030c1efcda 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/LCtx.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/LCtx.c @@ -103,6 +103,7 @@ lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext___closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_LCtx_toLocalContext___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_LCtx_toLocalContext___spec__3(lean_object*, size_t, size_t, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Compiler_LCNF_LCtx_toLocalContext___spec__6(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addLetDecl___spec__2(lean_object*, lean_object*); @@ -124,7 +125,6 @@ uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_toArray___at_Lean_Compiler_LCNF_LCtx_toLocalContext___spec__1(lean_object*); static lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext___closed__7; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_LCtx_toLocalContext___spec__8(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LCtx_eraseLetDecl___boxed(lean_object*, lean_object*); @@ -284,7 +284,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -304,7 +304,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -452,7 +452,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -505,7 +505,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -647,7 +647,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -667,7 +667,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -815,7 +815,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -868,7 +868,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -1010,7 +1010,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -1030,7 +1030,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -1178,7 +1178,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -1231,7 +1231,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -1402,7 +1402,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_data_hashmap_mk_idx(x_5, x_6); x_8 = lean_array_uget(x_4, x_7); x_9 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addParam___spec__2(x_2, x_8); @@ -1726,7 +1726,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_data_hashmap_mk_idx(x_5, x_6); x_8 = lean_array_uget(x_4, x_7); x_9 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addLetDecl___spec__2(x_2, x_8); @@ -1910,7 +1910,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_data_hashmap_mk_idx(x_5, x_6); x_8 = lean_array_uget(x_4, x_7); x_9 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addFunDecl___spec__2(x_2, x_8); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/LambdaLifting.c b/stage0/stdlib/Lean/Compiler/LCNF/LambdaLifting.c index 47b02aec64d8..604d997986b1 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/LambdaLifting.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/LambdaLifting.c @@ -23,30 +23,29 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_lambd LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_shouldLift(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_eagerLambdaLifting___closed__1; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_eagerLambdaLifting___elambda__1___spec__1___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__2; lean_object* l_Lean_Compiler_LCNF_Code_inferType(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_LambdaLifting___hyg_2067_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDeclName___closed__1; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_lambdaLifting___closed__1; static lean_object* l_Lean_Compiler_LCNF_LambdaLifting_visitCode___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__5; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_lambdaLifting; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__13; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__20; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__15; static lean_object* l_Lean_Compiler_LCNF_lambdaLifting___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDeclName___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDecl_go___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_Compiler_LCNF_lambdaLifting___closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__17; static lean_object* l_Lean_Compiler_LCNF_eagerLambdaLifting___closed__4; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_LambdaLifting_visitCode___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__7; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_mkForallParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_lambdaLifting___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_LambdaLifting_Context_inheritInlineAttrs___default; @@ -54,41 +53,37 @@ size_t lean_usize_of_nat(lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_etaExpandCore___spec__1(size_t, size_t, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_setLevelParams(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_Context_minSize___default; lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseFunDecl(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_eagerLambdaLifting___elambda__1___spec__1___boxed(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_Compiler_LCNF_Internalize_internalizeFunDecl___spec__1(size_t, size_t, 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_LambdaLifting_hasInstParam___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_eagerLambdaLifting; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__14; static lean_object* l_Lean_Compiler_LCNF_LambdaLifting_visitCode___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_visitCode___lambda__1___boxed(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__11; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_lambdaLifting(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__15; 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__4; static lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDecl___closed__1; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_LambdaLifting_visitCode___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_Compiler_LCNF_LCtx_addLetDecl(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_eagerLambdaLifting___elambda__1___spec__1___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__5; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_visitCode(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_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__20; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__11; static lean_object* l_Lean_Compiler_LCNF_LambdaLifting_State_decls___default___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_visitFunDecl(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_LambdaLifting_visitCode___closed__3; lean_object* l_Lean_Compiler_LCNF_getDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__19; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3; static lean_object* l_Lean_Compiler_LCNF_eagerLambdaLifting___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_eagerLambdaLifting___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); @@ -96,25 +91,27 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_eager LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDecl(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_isInstance(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Code_size_go(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__8; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_lambdaLifting___elambda__1___spec__1___closed__1; lean_object* lean_name_append_index_after(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__12; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3; lean_object* l_Lean_RBTree_contains___rarg___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__12; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_lambdaLifting___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDecl___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__9; lean_object* l_Lean_Compiler_LCNF_Decl_save(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__16; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_main(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_LambdaLifting_mkAuxDeclName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Closure_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_eagerLambdaLifting___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDecl___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_Compiler_LCNF_cacheAuxDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__13; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_visitCode___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); static lean_object* l_Lean_Compiler_LCNF_eagerLambdaLifting___closed__3; @@ -122,22 +119,25 @@ lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAl size_t lean_usize_add(size_t, size_t); lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_withParams___spec__1(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__7; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_lambdaLifting___elambda__1___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_State_decls___default; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070_(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__17; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LambdaLifting_mkAuxDecl_go(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_Compiler_LCNF_lambdaLifting___closed__4; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__19; lean_object* l_Lean_Compiler_LCNF_isArrowClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_lambdaLifting___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_Compiler_LCNF_lambdaLifting___elambda__1___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__16; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_LambdaLifting_Context_liftInstParamOnly___default; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_LambdaLifting_visitCode___lambda__1(lean_object*); lean_object* l_Lean_Compiler_LCNF_Closure_collectFunDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_lambdaLifting___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static uint8_t _init_l_Lean_Compiler_LCNF_LambdaLifting_Context_liftInstParamOnly___default() { _start: @@ -2930,260 +2930,223 @@ return x_219; } case 4: { -lean_object* x_220; uint8_t x_221; +lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; x_220 = lean_ctor_get(x_1, 0); lean_inc(x_220); -x_221 = !lean_is_exclusive(x_220); -if (x_221 == 0) -{ -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_222 = lean_ctor_get(x_220, 0); -x_223 = lean_ctor_get(x_220, 1); -x_224 = lean_ctor_get(x_220, 2); -x_225 = lean_ctor_get(x_220, 3); -x_226 = l_Lean_Compiler_LCNF_LambdaLifting_visitCode___closed__3; -lean_inc(x_225); -x_227 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_LambdaLifting_visitCode___spec__1(x_225, x_226, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_227) == 0) -{ -uint8_t x_228; -x_228 = !lean_is_exclusive(x_227); -if (x_228 == 0) -{ -lean_object* x_229; size_t x_230; size_t x_231; uint8_t x_232; -x_229 = lean_ctor_get(x_227, 0); -x_230 = lean_ptr_addr(x_225); -lean_dec(x_225); -x_231 = lean_ptr_addr(x_229); -x_232 = lean_usize_dec_eq(x_230, x_231); -if (x_232 == 0) -{ -uint8_t x_233; -x_233 = !lean_is_exclusive(x_1); +x_221 = lean_ctor_get(x_220, 3); +lean_inc(x_221); +x_222 = l_Lean_Compiler_LCNF_LambdaLifting_visitCode___closed__3; +x_223 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_LambdaLifting_visitCode___spec__1(x_221, x_222, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_223) == 0) +{ +uint8_t x_224; +x_224 = !lean_is_exclusive(x_223); +if (x_224 == 0) +{ +uint8_t x_225; +x_225 = !lean_is_exclusive(x_220); +if (x_225 == 0) +{ +lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; size_t x_231; size_t x_232; uint8_t x_233; +x_226 = lean_ctor_get(x_223, 0); +x_227 = lean_ctor_get(x_220, 0); +x_228 = lean_ctor_get(x_220, 1); +x_229 = lean_ctor_get(x_220, 2); +x_230 = lean_ctor_get(x_220, 3); +x_231 = lean_ptr_addr(x_230); +lean_dec(x_230); +x_232 = lean_ptr_addr(x_226); +x_233 = lean_usize_dec_eq(x_231, x_232); if (x_233 == 0) { -lean_object* x_234; -x_234 = lean_ctor_get(x_1, 0); -lean_dec(x_234); -lean_ctor_set(x_220, 3, x_229); -lean_ctor_set(x_227, 0, x_1); -return x_227; +uint8_t x_234; +x_234 = !lean_is_exclusive(x_1); +if (x_234 == 0) +{ +lean_object* x_235; +x_235 = lean_ctor_get(x_1, 0); +lean_dec(x_235); +lean_ctor_set(x_220, 3, x_226); +lean_ctor_set(x_223, 0, x_1); +return x_223; } else { -lean_object* x_235; +lean_object* x_236; lean_dec(x_1); -lean_ctor_set(x_220, 3, x_229); -x_235 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_235, 0, x_220); -lean_ctor_set(x_227, 0, x_235); -return x_227; +lean_ctor_set(x_220, 3, x_226); +x_236 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_236, 0, x_220); +lean_ctor_set(x_223, 0, x_236); +return x_223; } } else { -lean_dec(x_229); lean_free_object(x_220); -lean_dec(x_224); -lean_dec(x_223); -lean_dec(x_222); -lean_ctor_set(x_227, 0, x_1); -return x_227; +lean_dec(x_229); +lean_dec(x_228); +lean_dec(x_227); +lean_dec(x_226); +lean_ctor_set(x_223, 0, x_1); +return x_223; } } else { -lean_object* x_236; lean_object* x_237; size_t x_238; size_t x_239; uint8_t x_240; -x_236 = lean_ctor_get(x_227, 0); -x_237 = lean_ctor_get(x_227, 1); -lean_inc(x_237); -lean_inc(x_236); -lean_dec(x_227); -x_238 = lean_ptr_addr(x_225); -lean_dec(x_225); -x_239 = lean_ptr_addr(x_236); -x_240 = lean_usize_dec_eq(x_238, x_239); -if (x_240 == 0) +lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; size_t x_242; size_t x_243; uint8_t x_244; +x_237 = lean_ctor_get(x_223, 0); +x_238 = lean_ctor_get(x_220, 0); +x_239 = lean_ctor_get(x_220, 1); +x_240 = lean_ctor_get(x_220, 2); +x_241 = lean_ctor_get(x_220, 3); +lean_inc(x_241); +lean_inc(x_240); +lean_inc(x_239); +lean_inc(x_238); +lean_dec(x_220); +x_242 = lean_ptr_addr(x_241); +lean_dec(x_241); +x_243 = lean_ptr_addr(x_237); +x_244 = lean_usize_dec_eq(x_242, x_243); +if (x_244 == 0) { -lean_object* x_241; lean_object* x_242; lean_object* x_243; +lean_object* x_245; lean_object* x_246; lean_object* x_247; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_241 = x_1; + x_245 = x_1; } else { lean_dec_ref(x_1); - x_241 = lean_box(0); -} -lean_ctor_set(x_220, 3, x_236); -if (lean_is_scalar(x_241)) { - x_242 = lean_alloc_ctor(4, 1, 0); + x_245 = lean_box(0); +} +x_246 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_246, 0, x_238); +lean_ctor_set(x_246, 1, x_239); +lean_ctor_set(x_246, 2, x_240); +lean_ctor_set(x_246, 3, x_237); +if (lean_is_scalar(x_245)) { + x_247 = lean_alloc_ctor(4, 1, 0); } else { - x_242 = x_241; + x_247 = x_245; } -lean_ctor_set(x_242, 0, x_220); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_242); -lean_ctor_set(x_243, 1, x_237); -return x_243; +lean_ctor_set(x_247, 0, x_246); +lean_ctor_set(x_223, 0, x_247); +return x_223; } else { -lean_object* x_244; -lean_dec(x_236); -lean_free_object(x_220); -lean_dec(x_224); -lean_dec(x_223); -lean_dec(x_222); -x_244 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_244, 0, x_1); -lean_ctor_set(x_244, 1, x_237); -return x_244; +lean_dec(x_240); +lean_dec(x_239); +lean_dec(x_238); +lean_dec(x_237); +lean_ctor_set(x_223, 0, x_1); +return x_223; } } } else { -uint8_t x_245; -lean_free_object(x_220); -lean_dec(x_225); -lean_dec(x_224); +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; size_t x_255; size_t x_256; uint8_t x_257; +x_248 = lean_ctor_get(x_223, 0); +x_249 = lean_ctor_get(x_223, 1); +lean_inc(x_249); +lean_inc(x_248); lean_dec(x_223); -lean_dec(x_222); -lean_dec(x_1); -x_245 = !lean_is_exclusive(x_227); -if (x_245 == 0) -{ -return x_227; -} -else -{ -lean_object* x_246; lean_object* x_247; lean_object* x_248; -x_246 = lean_ctor_get(x_227, 0); -x_247 = lean_ctor_get(x_227, 1); -lean_inc(x_247); -lean_inc(x_246); -lean_dec(x_227); -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; -} -} -} -else -{ -lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; -x_249 = lean_ctor_get(x_220, 0); -x_250 = lean_ctor_get(x_220, 1); -x_251 = lean_ctor_get(x_220, 2); -x_252 = lean_ctor_get(x_220, 3); -lean_inc(x_252); -lean_inc(x_251); +x_250 = lean_ctor_get(x_220, 0); lean_inc(x_250); -lean_inc(x_249); -lean_dec(x_220); -x_253 = l_Lean_Compiler_LCNF_LambdaLifting_visitCode___closed__3; +x_251 = lean_ctor_get(x_220, 1); +lean_inc(x_251); +x_252 = lean_ctor_get(x_220, 2); lean_inc(x_252); -x_254 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_LambdaLifting_visitCode___spec__1(x_252, x_253, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_254) == 0) -{ -lean_object* x_255; lean_object* x_256; lean_object* x_257; size_t x_258; size_t x_259; uint8_t x_260; -x_255 = lean_ctor_get(x_254, 0); -lean_inc(x_255); -x_256 = lean_ctor_get(x_254, 1); -lean_inc(x_256); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_257 = x_254; +x_253 = lean_ctor_get(x_220, 3); +lean_inc(x_253); +if (lean_is_exclusive(x_220)) { + lean_ctor_release(x_220, 0); + lean_ctor_release(x_220, 1); + lean_ctor_release(x_220, 2); + lean_ctor_release(x_220, 3); + x_254 = x_220; } else { - lean_dec_ref(x_254); - x_257 = lean_box(0); + lean_dec_ref(x_220); + x_254 = lean_box(0); } -x_258 = lean_ptr_addr(x_252); -lean_dec(x_252); -x_259 = lean_ptr_addr(x_255); -x_260 = lean_usize_dec_eq(x_258, x_259); -if (x_260 == 0) +x_255 = lean_ptr_addr(x_253); +lean_dec(x_253); +x_256 = lean_ptr_addr(x_248); +x_257 = lean_usize_dec_eq(x_255, x_256); +if (x_257 == 0) { -lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; +lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_261 = x_1; + x_258 = x_1; } else { lean_dec_ref(x_1); - x_261 = lean_box(0); -} -x_262 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_262, 0, x_249); -lean_ctor_set(x_262, 1, x_250); -lean_ctor_set(x_262, 2, x_251); -lean_ctor_set(x_262, 3, x_255); -if (lean_is_scalar(x_261)) { - x_263 = lean_alloc_ctor(4, 1, 0); -} else { - x_263 = x_261; + x_258 = lean_box(0); } -lean_ctor_set(x_263, 0, x_262); -if (lean_is_scalar(x_257)) { - x_264 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_254)) { + x_259 = lean_alloc_ctor(0, 4, 0); } else { - x_264 = x_257; + x_259 = x_254; +} +lean_ctor_set(x_259, 0, x_250); +lean_ctor_set(x_259, 1, x_251); +lean_ctor_set(x_259, 2, x_252); +lean_ctor_set(x_259, 3, x_248); +if (lean_is_scalar(x_258)) { + x_260 = lean_alloc_ctor(4, 1, 0); +} else { + x_260 = x_258; } -lean_ctor_set(x_264, 0, x_263); -lean_ctor_set(x_264, 1, x_256); -return x_264; +lean_ctor_set(x_260, 0, x_259); +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_260); +lean_ctor_set(x_261, 1, x_249); +return x_261; } else { -lean_object* x_265; -lean_dec(x_255); +lean_object* x_262; +lean_dec(x_254); +lean_dec(x_252); lean_dec(x_251); lean_dec(x_250); -lean_dec(x_249); -if (lean_is_scalar(x_257)) { - x_265 = lean_alloc_ctor(0, 2, 0); -} else { - x_265 = x_257; +lean_dec(x_248); +x_262 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_262, 0, x_1); +lean_ctor_set(x_262, 1, x_249); +return x_262; } -lean_ctor_set(x_265, 0, x_1); -lean_ctor_set(x_265, 1, x_256); -return x_265; } } else { -lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; -lean_dec(x_252); -lean_dec(x_251); -lean_dec(x_250); -lean_dec(x_249); +uint8_t x_263; +lean_dec(x_220); lean_dec(x_1); -x_266 = lean_ctor_get(x_254, 0); -lean_inc(x_266); -x_267 = lean_ctor_get(x_254, 1); -lean_inc(x_267); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_268 = x_254; -} else { - lean_dec_ref(x_254); - x_268 = lean_box(0); -} -if (lean_is_scalar(x_268)) { - x_269 = lean_alloc_ctor(1, 2, 0); -} else { - x_269 = x_268; +x_263 = !lean_is_exclusive(x_223); +if (x_263 == 0) +{ +return x_223; } -lean_ctor_set(x_269, 0, x_266); -lean_ctor_set(x_269, 1, x_267); -return x_269; +else +{ +lean_object* x_264; lean_object* x_265; lean_object* x_266; +x_264 = lean_ctor_get(x_223, 0); +x_265 = lean_ctor_get(x_223, 1); +lean_inc(x_265); +lean_inc(x_264); +lean_dec(x_223); +x_266 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_266, 0, x_264); +lean_ctor_set(x_266, 1, x_265); +return x_266; } } } default: { -lean_object* x_270; +lean_object* x_267; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -3191,10 +3154,10 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_270 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_270, 0, x_1); -lean_ctor_set(x_270, 1, x_9); -return x_270; +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_1); +lean_ctor_set(x_267, 1, x_9); +return x_267; } } } @@ -4274,7 +4237,7 @@ lean_dec(x_1); return x_7; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1() { _start: { lean_object* x_1; @@ -4282,17 +4245,17 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1; x_2 = l_Lean_Compiler_LCNF_eagerLambdaLifting___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3() { _start: { lean_object* x_1; @@ -4300,27 +4263,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6() { _start: { lean_object* x_1; @@ -4328,17 +4291,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__8() { _start: { lean_object* x_1; @@ -4346,17 +4309,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__10() { _start: { lean_object* x_1; @@ -4364,47 +4327,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__13; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__13; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__15() { _start: { lean_object* x_1; @@ -4412,17 +4375,17 @@ x_1 = lean_mk_string_from_bytes("LambdaLifting", 13); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__17() { _start: { lean_object* x_1; @@ -4430,43 +4393,43 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__18; -x_2 = lean_unsigned_to_nat(2067u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__18; +x_2 = lean_unsigned_to_nat(2070u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__20() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1; x_2 = l_Lean_Compiler_LCNF_lambdaLifting___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -4474,7 +4437,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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__20; +x_7 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__20; x_8 = l_Lean_registerTraceClass(x_7, x_3, x_4, x_6); return x_8; } @@ -4593,47 +4556,47 @@ l_Lean_Compiler_LCNF_eagerLambdaLifting___closed__4 = _init_l_Lean_Compiler_LCNF lean_mark_persistent(l_Lean_Compiler_LCNF_eagerLambdaLifting___closed__4); l_Lean_Compiler_LCNF_eagerLambdaLifting = _init_l_Lean_Compiler_LCNF_eagerLambdaLifting(); lean_mark_persistent(l_Lean_Compiler_LCNF_eagerLambdaLifting); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__19); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__20 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__20(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067____closed__20); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2067_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__19); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__20 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__20(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070____closed__20); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_LambdaLifting___hyg_2070_(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/LCNF/Level.c b/stage0/stdlib/Lean/Compiler/LCNF/Level.c index f86033133a53..489bdca09c68 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Level.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Level.c @@ -53,7 +53,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_setLevelParams(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_CollectLevelParams_visitParams___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CollectLevelParams_visitLetValue(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CollectLevelParams_visitAlts(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__4(lean_object*, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); @@ -94,6 +93,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CollectLevelParams_visitParams(lea lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_CollectLevelParams_visitArgs(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_panic___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__9___closed__2; uint64_t l_Lean_Name_hash___override(lean_object*); uint8_t l_ptrEqList___rarg(lean_object*, lean_object*); @@ -626,411 +626,428 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_NormLevelParam_normLevel(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Level_hasParam(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_114; +x_114 = l_Lean_Level_hasParam(x_1); +if (x_114 == 0) { -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_2); -return x_4; +uint8_t x_115; +x_115 = 1; +x_3 = x_115; +goto block_113; } else { +uint8_t x_116; +x_116 = 0; +x_3 = x_116; +goto block_113; +} +block_113: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_1)) { case 0: { -lean_object* x_5; -x_5 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_5, 0, x_1); -lean_ctor_set(x_5, 1, x_2); -return x_5; +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_2); +return x_4; } case 1: { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_ctor_get(x_1, 0); -lean_inc(x_6); -lean_inc(x_6); -x_7 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_6, x_2); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); +lean_inc(x_5); +x_6 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_5, x_2); +x_7 = !lean_is_exclusive(x_6); +if (x_7 == 0) { -lean_object* x_9; size_t x_10; size_t x_11; uint8_t x_12; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ptr_addr(x_6); -lean_dec(x_6); -x_11 = lean_ptr_addr(x_9); -x_12 = lean_usize_dec_eq(x_10, x_11); -if (x_12 == 0) +lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_6, 0); +x_9 = lean_ptr_addr(x_5); +lean_dec(x_5); +x_10 = lean_ptr_addr(x_8); +x_11 = lean_usize_dec_eq(x_9, x_10); +if (x_11 == 0) { -lean_object* x_13; +lean_object* x_12; lean_dec(x_1); -x_13 = l_Lean_Level_succ___override(x_9); -lean_ctor_set(x_7, 0, x_13); -return x_7; +x_12 = l_Lean_Level_succ___override(x_8); +lean_ctor_set(x_6, 0, x_12); +return x_6; } else { -lean_dec(x_9); -lean_ctor_set(x_7, 0, x_1); -return x_7; +lean_dec(x_8); +lean_ctor_set(x_6, 0, x_1); +return x_6; } } else { -lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; uint8_t x_18; -x_14 = lean_ctor_get(x_7, 0); -x_15 = lean_ctor_get(x_7, 1); -lean_inc(x_15); +lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; uint8_t x_17; +x_13 = lean_ctor_get(x_6, 0); +x_14 = lean_ctor_get(x_6, 1); lean_inc(x_14); -lean_dec(x_7); -x_16 = lean_ptr_addr(x_6); +lean_inc(x_13); lean_dec(x_6); -x_17 = lean_ptr_addr(x_14); -x_18 = lean_usize_dec_eq(x_16, x_17); -if (x_18 == 0) +x_15 = lean_ptr_addr(x_5); +lean_dec(x_5); +x_16 = lean_ptr_addr(x_13); +x_17 = lean_usize_dec_eq(x_15, x_16); +if (x_17 == 0) { -lean_object* x_19; lean_object* x_20; +lean_object* x_18; lean_object* x_19; lean_dec(x_1); -x_19 = l_Lean_Level_succ___override(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_15); -return x_20; +x_18 = l_Lean_Level_succ___override(x_13); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_14); +return x_19; } else { -lean_object* x_21; -lean_dec(x_14); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_1); -lean_ctor_set(x_21, 1, x_15); -return x_21; +lean_object* x_20; +lean_dec(x_13); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_1); +lean_ctor_set(x_20, 1, x_14); +return x_20; } } } case 2: { -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; -x_22 = lean_ctor_get(x_1, 0); -lean_inc(x_22); -x_23 = lean_ctor_get(x_1, 1); -lean_inc(x_23); +lean_object* x_21; 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_21 = lean_ctor_get(x_1, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_1, 1); lean_inc(x_22); -x_24 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_22, x_2); -x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_21); +x_23 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_21, x_2); +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -lean_dec(x_24); -lean_inc(x_23); -x_27 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_23, x_26); -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +lean_dec(x_23); +lean_inc(x_22); +x_26 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_22, x_25); +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) { -lean_object* x_29; size_t x_30; size_t x_31; uint8_t x_32; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ptr_addr(x_22); -lean_dec(x_22); -x_31 = lean_ptr_addr(x_25); -x_32 = lean_usize_dec_eq(x_30, x_31); -if (x_32 == 0) +lean_object* x_28; size_t x_29; size_t x_30; uint8_t x_31; +x_28 = lean_ctor_get(x_26, 0); +x_29 = lean_ptr_addr(x_21); +lean_dec(x_21); +x_30 = lean_ptr_addr(x_24); +x_31 = lean_usize_dec_eq(x_29, x_30); +if (x_31 == 0) { -lean_object* x_33; -lean_dec(x_23); +lean_object* x_32; +lean_dec(x_22); lean_dec(x_1); -x_33 = l_Lean_mkLevelMax_x27(x_25, x_29); -lean_ctor_set(x_27, 0, x_33); -return x_27; +x_32 = l_Lean_mkLevelMax_x27(x_24, x_28); +lean_ctor_set(x_26, 0, x_32); +return x_26; } else { -size_t x_34; size_t x_35; uint8_t x_36; -x_34 = lean_ptr_addr(x_23); -lean_dec(x_23); -x_35 = lean_ptr_addr(x_29); -x_36 = lean_usize_dec_eq(x_34, x_35); -if (x_36 == 0) +size_t x_33; size_t x_34; uint8_t x_35; +x_33 = lean_ptr_addr(x_22); +lean_dec(x_22); +x_34 = lean_ptr_addr(x_28); +x_35 = lean_usize_dec_eq(x_33, x_34); +if (x_35 == 0) { -lean_object* x_37; +lean_object* x_36; lean_dec(x_1); -x_37 = l_Lean_mkLevelMax_x27(x_25, x_29); -lean_ctor_set(x_27, 0, x_37); -return x_27; +x_36 = l_Lean_mkLevelMax_x27(x_24, x_28); +lean_ctor_set(x_26, 0, x_36); +return x_26; } else { -lean_object* x_38; -x_38 = l_Lean_simpLevelMax_x27(x_25, x_29, x_1); +lean_object* x_37; +x_37 = l_Lean_simpLevelMax_x27(x_24, x_28, x_1); lean_dec(x_1); -lean_dec(x_29); -lean_dec(x_25); -lean_ctor_set(x_27, 0, x_38); -return x_27; +lean_dec(x_28); +lean_dec(x_24); +lean_ctor_set(x_26, 0, x_37); +return x_26; } } } else { -lean_object* x_39; lean_object* x_40; size_t x_41; size_t x_42; uint8_t x_43; -x_39 = lean_ctor_get(x_27, 0); -x_40 = lean_ctor_get(x_27, 1); -lean_inc(x_40); +lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_26, 0); +x_39 = lean_ctor_get(x_26, 1); lean_inc(x_39); -lean_dec(x_27); -x_41 = lean_ptr_addr(x_22); -lean_dec(x_22); -x_42 = lean_ptr_addr(x_25); -x_43 = lean_usize_dec_eq(x_41, x_42); -if (x_43 == 0) +lean_inc(x_38); +lean_dec(x_26); +x_40 = lean_ptr_addr(x_21); +lean_dec(x_21); +x_41 = lean_ptr_addr(x_24); +x_42 = lean_usize_dec_eq(x_40, x_41); +if (x_42 == 0) { -lean_object* x_44; lean_object* x_45; -lean_dec(x_23); +lean_object* x_43; lean_object* x_44; +lean_dec(x_22); lean_dec(x_1); -x_44 = l_Lean_mkLevelMax_x27(x_25, x_39); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_40); -return x_45; +x_43 = l_Lean_mkLevelMax_x27(x_24, x_38); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_39); +return x_44; } else { -size_t x_46; size_t x_47; uint8_t x_48; -x_46 = lean_ptr_addr(x_23); -lean_dec(x_23); -x_47 = lean_ptr_addr(x_39); -x_48 = lean_usize_dec_eq(x_46, x_47); -if (x_48 == 0) +size_t x_45; size_t x_46; uint8_t x_47; +x_45 = lean_ptr_addr(x_22); +lean_dec(x_22); +x_46 = lean_ptr_addr(x_38); +x_47 = lean_usize_dec_eq(x_45, x_46); +if (x_47 == 0) { -lean_object* x_49; lean_object* x_50; +lean_object* x_48; lean_object* x_49; lean_dec(x_1); -x_49 = l_Lean_mkLevelMax_x27(x_25, x_39); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_40); -return x_50; +x_48 = l_Lean_mkLevelMax_x27(x_24, x_38); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_39); +return x_49; } else { -lean_object* x_51; lean_object* x_52; -x_51 = l_Lean_simpLevelMax_x27(x_25, x_39, x_1); +lean_object* x_50; lean_object* x_51; +x_50 = l_Lean_simpLevelMax_x27(x_24, x_38, x_1); lean_dec(x_1); -lean_dec(x_39); -lean_dec(x_25); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_40); -return x_52; +lean_dec(x_38); +lean_dec(x_24); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_39); +return x_51; } } } } case 3: { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_53 = lean_ctor_get(x_1, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_1, 1); -lean_inc(x_54); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_52 = lean_ctor_get(x_1, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_1, 1); lean_inc(x_53); -x_55 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_53, x_2); -x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_52); +x_54 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_52, x_2); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_ctor_get(x_54, 1); lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -lean_inc(x_54); -x_58 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_54, x_57); -x_59 = !lean_is_exclusive(x_58); -if (x_59 == 0) -{ -lean_object* x_60; size_t x_61; size_t x_62; uint8_t x_63; -x_60 = lean_ctor_get(x_58, 0); -x_61 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_62 = lean_ptr_addr(x_56); -x_63 = lean_usize_dec_eq(x_61, x_62); -if (x_63 == 0) -{ -lean_object* x_64; lean_dec(x_54); +lean_inc(x_53); +x_57 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_53, x_56); +x_58 = !lean_is_exclusive(x_57); +if (x_58 == 0) +{ +lean_object* x_59; size_t x_60; size_t x_61; uint8_t x_62; +x_59 = lean_ctor_get(x_57, 0); +x_60 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_61 = lean_ptr_addr(x_55); +x_62 = lean_usize_dec_eq(x_60, x_61); +if (x_62 == 0) +{ +lean_object* x_63; +lean_dec(x_53); lean_dec(x_1); -x_64 = l_Lean_mkLevelIMax_x27(x_56, x_60); -lean_ctor_set(x_58, 0, x_64); -return x_58; +x_63 = l_Lean_mkLevelIMax_x27(x_55, x_59); +lean_ctor_set(x_57, 0, x_63); +return x_57; } else { -size_t x_65; size_t x_66; uint8_t x_67; -x_65 = lean_ptr_addr(x_54); -lean_dec(x_54); -x_66 = lean_ptr_addr(x_60); -x_67 = lean_usize_dec_eq(x_65, x_66); -if (x_67 == 0) +size_t x_64; size_t x_65; uint8_t x_66; +x_64 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_65 = lean_ptr_addr(x_59); +x_66 = lean_usize_dec_eq(x_64, x_65); +if (x_66 == 0) { -lean_object* x_68; +lean_object* x_67; lean_dec(x_1); -x_68 = l_Lean_mkLevelIMax_x27(x_56, x_60); -lean_ctor_set(x_58, 0, x_68); -return x_58; +x_67 = l_Lean_mkLevelIMax_x27(x_55, x_59); +lean_ctor_set(x_57, 0, x_67); +return x_57; } else { -lean_object* x_69; -x_69 = l_Lean_simpLevelIMax_x27(x_56, x_60, x_1); +lean_object* x_68; +x_68 = l_Lean_simpLevelIMax_x27(x_55, x_59, x_1); lean_dec(x_1); -lean_ctor_set(x_58, 0, x_69); -return x_58; +lean_ctor_set(x_57, 0, x_68); +return x_57; } } } else { -lean_object* x_70; lean_object* x_71; size_t x_72; size_t x_73; uint8_t x_74; -x_70 = lean_ctor_get(x_58, 0); -x_71 = lean_ctor_get(x_58, 1); -lean_inc(x_71); +lean_object* x_69; lean_object* x_70; size_t x_71; size_t x_72; uint8_t x_73; +x_69 = lean_ctor_get(x_57, 0); +x_70 = lean_ctor_get(x_57, 1); lean_inc(x_70); -lean_dec(x_58); -x_72 = lean_ptr_addr(x_53); +lean_inc(x_69); +lean_dec(x_57); +x_71 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_72 = lean_ptr_addr(x_55); +x_73 = lean_usize_dec_eq(x_71, x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_dec(x_53); -x_73 = lean_ptr_addr(x_56); -x_74 = lean_usize_dec_eq(x_72, x_73); -if (x_74 == 0) -{ -lean_object* x_75; lean_object* x_76; -lean_dec(x_54); lean_dec(x_1); -x_75 = l_Lean_mkLevelIMax_x27(x_56, x_70); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_71); -return x_76; +x_74 = l_Lean_mkLevelIMax_x27(x_55, x_69); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_70); +return x_75; } else { -size_t x_77; size_t x_78; uint8_t x_79; -x_77 = lean_ptr_addr(x_54); -lean_dec(x_54); -x_78 = lean_ptr_addr(x_70); -x_79 = lean_usize_dec_eq(x_77, x_78); -if (x_79 == 0) +size_t x_76; size_t x_77; uint8_t x_78; +x_76 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_77 = lean_ptr_addr(x_69); +x_78 = lean_usize_dec_eq(x_76, x_77); +if (x_78 == 0) { -lean_object* x_80; lean_object* x_81; +lean_object* x_79; lean_object* x_80; lean_dec(x_1); -x_80 = l_Lean_mkLevelIMax_x27(x_56, x_70); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_71); -return x_81; +x_79 = l_Lean_mkLevelIMax_x27(x_55, x_69); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_70); +return x_80; } else { -lean_object* x_82; lean_object* x_83; -x_82 = l_Lean_simpLevelIMax_x27(x_56, x_70, x_1); +lean_object* x_81; lean_object* x_82; +x_81 = l_Lean_simpLevelIMax_x27(x_55, x_69, x_1); lean_dec(x_1); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_71); -return x_83; +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_70); +return x_82; } } } } case 4: { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_1, 0); -lean_inc(x_84); +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_1, 0); +lean_inc(x_83); lean_dec(x_1); -x_85 = lean_ctor_get(x_2, 1); -lean_inc(x_85); +x_84 = lean_ctor_get(x_2, 1); lean_inc(x_84); -x_86 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__1(x_85, 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; uint8_t x_91; -x_87 = lean_ctor_get(x_2, 0); -lean_inc(x_87); -x_88 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel___closed__2; -x_89 = lean_name_append_index_after(x_88, x_87); -x_90 = l_Lean_Level_param___override(x_89); -x_91 = !lean_is_exclusive(x_2); -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; -x_92 = lean_ctor_get(x_2, 0); -x_93 = lean_ctor_get(x_2, 1); -x_94 = lean_ctor_get(x_2, 2); -x_95 = lean_unsigned_to_nat(1u); -x_96 = lean_nat_add(x_92, x_95); -lean_dec(x_92); -lean_inc(x_90); -lean_inc(x_84); -x_97 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__3(x_93, x_84, x_90); -x_98 = lean_array_push(x_94, x_84); -lean_ctor_set(x_2, 2, x_98); -lean_ctor_set(x_2, 1, x_97); -lean_ctor_set(x_2, 0, x_96); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_90); -lean_ctor_set(x_99, 1, x_2); -return x_99; -} -else -{ -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_100 = lean_ctor_get(x_2, 0); -x_101 = lean_ctor_get(x_2, 1); -x_102 = lean_ctor_get(x_2, 2); -lean_inc(x_102); +lean_inc(x_83); +x_85 = l_Lean_HashMapImp_find_x3f___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__1(x_84, x_83); +if (lean_obj_tag(x_85) == 0) +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; +x_86 = lean_ctor_get(x_2, 0); +lean_inc(x_86); +x_87 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel___closed__2; +x_88 = lean_name_append_index_after(x_87, x_86); +x_89 = l_Lean_Level_param___override(x_88); +x_90 = !lean_is_exclusive(x_2); +if (x_90 == 0) +{ +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_91 = lean_ctor_get(x_2, 0); +x_92 = lean_ctor_get(x_2, 1); +x_93 = lean_ctor_get(x_2, 2); +x_94 = lean_unsigned_to_nat(1u); +x_95 = lean_nat_add(x_91, x_94); +lean_dec(x_91); +lean_inc(x_89); +lean_inc(x_83); +x_96 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__3(x_92, x_83, x_89); +x_97 = lean_array_push(x_93, x_83); +lean_ctor_set(x_2, 2, x_97); +lean_ctor_set(x_2, 1, x_96); +lean_ctor_set(x_2, 0, x_95); +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_89); +lean_ctor_set(x_98, 1, x_2); +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; +x_99 = lean_ctor_get(x_2, 0); +x_100 = lean_ctor_get(x_2, 1); +x_101 = lean_ctor_get(x_2, 2); lean_inc(x_101); lean_inc(x_100); +lean_inc(x_99); lean_dec(x_2); -x_103 = lean_unsigned_to_nat(1u); -x_104 = lean_nat_add(x_100, x_103); -lean_dec(x_100); -lean_inc(x_90); -lean_inc(x_84); -x_105 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__3(x_101, x_84, x_90); -x_106 = lean_array_push(x_102, x_84); -x_107 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_107, 0, x_104); -lean_ctor_set(x_107, 1, x_105); -lean_ctor_set(x_107, 2, x_106); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_90); -lean_ctor_set(x_108, 1, x_107); -return x_108; +x_102 = lean_unsigned_to_nat(1u); +x_103 = lean_nat_add(x_99, x_102); +lean_dec(x_99); +lean_inc(x_89); +lean_inc(x_83); +x_104 = l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__3(x_100, x_83, x_89); +x_105 = lean_array_push(x_101, x_83); +x_106 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_106, 0, x_103); +lean_ctor_set(x_106, 1, x_104); +lean_ctor_set(x_106, 2, x_105); +x_107 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_89); +lean_ctor_set(x_107, 1, x_106); +return x_107; +} +} +else +{ +lean_object* x_108; lean_object* x_109; +lean_dec(x_83); +x_108 = lean_ctor_get(x_85, 0); +lean_inc(x_108); +lean_dec(x_85); +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_2); +return x_109; } } -else +default: { -lean_object* x_109; lean_object* x_110; -lean_dec(x_84); -x_109 = lean_ctor_get(x_86, 0); -lean_inc(x_109); -lean_dec(x_86); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_2); -return x_110; +lean_object* x_110; lean_object* x_111; +lean_dec(x_1); +x_110 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel___closed__6; +x_111 = l_panic___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__9(x_110, x_2); +return x_111; } } -default: +} +else { -lean_object* x_111; lean_object* x_112; -lean_dec(x_1); -x_111 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel___closed__6; -x_112 = l_panic___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__9(x_111, x_2); +lean_object* x_112; +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_1); +lean_ctor_set(x_112, 1, x_2); return x_112; } } } } -} LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Compiler_LCNF_NormLevelParam_normLevel___spec__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { @@ -1160,415 +1177,423 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_NormLevelParam_normExpr(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasLevelParam(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_223; +x_223 = l_Lean_Expr_hasLevelParam(x_1); +if (x_223 == 0) { -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_2); -return x_4; +uint8_t x_224; +x_224 = 1; +x_3 = x_224; +goto block_222; } else { +uint8_t x_225; +x_225 = 0; +x_3 = x_225; +goto block_222; +} +block_222: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_1)) { case 2: { -lean_object* x_5; lean_object* x_6; +lean_object* x_4; lean_object* x_5; lean_dec(x_1); -x_5 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr___closed__2; -x_6 = l_panic___at_Lean_Compiler_LCNF_NormLevelParam_normExpr___spec__1(x_5, x_2); -return x_6; +x_4 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr___closed__2; +x_5 = l_panic___at_Lean_Compiler_LCNF_NormLevelParam_normExpr___spec__1(x_4, x_2); +return x_5; } case 3: { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); -lean_inc(x_7); -x_8 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_7, x_2); -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Compiler_LCNF_NormLevelParam_normLevel(x_6, x_2); +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) { -lean_object* x_10; size_t x_11; size_t x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_8, 0); -x_11 = lean_ptr_addr(x_7); -lean_dec(x_7); -x_12 = lean_ptr_addr(x_10); -x_13 = lean_usize_dec_eq(x_11, x_12); -if (x_13 == 0) +lean_object* x_9; size_t x_10; size_t x_11; uint8_t x_12; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_11 = lean_ptr_addr(x_9); +x_12 = lean_usize_dec_eq(x_10, x_11); +if (x_12 == 0) { -lean_object* x_14; +lean_object* x_13; lean_dec(x_1); -x_14 = l_Lean_Expr_sort___override(x_10); -lean_ctor_set(x_8, 0, x_14); -return x_8; +x_13 = l_Lean_Expr_sort___override(x_9); +lean_ctor_set(x_7, 0, x_13); +return x_7; } else { -lean_dec(x_10); -lean_ctor_set(x_8, 0, x_1); -return x_8; +lean_dec(x_9); +lean_ctor_set(x_7, 0, x_1); +return x_7; } } else { -lean_object* x_15; lean_object* x_16; size_t x_17; size_t x_18; uint8_t x_19; -x_15 = lean_ctor_get(x_8, 0); -x_16 = lean_ctor_get(x_8, 1); -lean_inc(x_16); +lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_7, 0); +x_15 = lean_ctor_get(x_7, 1); lean_inc(x_15); -lean_dec(x_8); -x_17 = lean_ptr_addr(x_7); +lean_inc(x_14); lean_dec(x_7); -x_18 = lean_ptr_addr(x_15); -x_19 = lean_usize_dec_eq(x_17, x_18); -if (x_19 == 0) +x_16 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_17 = lean_ptr_addr(x_14); +x_18 = lean_usize_dec_eq(x_16, x_17); +if (x_18 == 0) { -lean_object* x_20; lean_object* x_21; +lean_object* x_19; lean_object* x_20; lean_dec(x_1); -x_20 = l_Lean_Expr_sort___override(x_15); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_16); -return x_21; +x_19 = l_Lean_Expr_sort___override(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_15); +return x_20; } else { -lean_object* x_22; -lean_dec(x_15); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_1); -lean_ctor_set(x_22, 1, x_16); -return x_22; +lean_object* x_21; +lean_dec(x_14); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_1); +lean_ctor_set(x_21, 1, x_15); +return x_21; } } } case 4: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_23 = lean_ctor_get(x_1, 0); +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_22 = lean_ctor_get(x_1, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_1, 1); lean_inc(x_23); -x_24 = lean_ctor_get(x_1, 1); -lean_inc(x_24); -x_25 = lean_box(0); -lean_inc(x_24); -x_26 = l_List_mapM_loop___at_Lean_Compiler_LCNF_NormLevelParam_normExpr___spec__2(x_24, x_25, x_2); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +x_24 = lean_box(0); +lean_inc(x_23); +x_25 = l_List_mapM_loop___at_Lean_Compiler_LCNF_NormLevelParam_normExpr___spec__2(x_23, x_24, x_2); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) { -lean_object* x_28; uint8_t x_29; -x_28 = lean_ctor_get(x_26, 0); -x_29 = l_ptrEqList___rarg(x_24, x_28); -lean_dec(x_24); -if (x_29 == 0) +lean_object* x_27; uint8_t x_28; +x_27 = lean_ctor_get(x_25, 0); +x_28 = l_ptrEqList___rarg(x_23, x_27); +lean_dec(x_23); +if (x_28 == 0) { -lean_object* x_30; +lean_object* x_29; lean_dec(x_1); -x_30 = l_Lean_Expr_const___override(x_23, x_28); -lean_ctor_set(x_26, 0, x_30); -return x_26; +x_29 = l_Lean_Expr_const___override(x_22, x_27); +lean_ctor_set(x_25, 0, x_29); +return x_25; } else { -lean_dec(x_28); -lean_dec(x_23); -lean_ctor_set(x_26, 0, x_1); -return x_26; +lean_dec(x_27); +lean_dec(x_22); +lean_ctor_set(x_25, 0, x_1); +return x_25; } } else { -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_ctor_get(x_26, 0); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_25, 0); +x_31 = lean_ctor_get(x_25, 1); lean_inc(x_31); -lean_dec(x_26); -x_33 = l_ptrEqList___rarg(x_24, x_31); -lean_dec(x_24); -if (x_33 == 0) +lean_inc(x_30); +lean_dec(x_25); +x_32 = l_ptrEqList___rarg(x_23, x_30); +lean_dec(x_23); +if (x_32 == 0) { -lean_object* x_34; lean_object* x_35; +lean_object* x_33; lean_object* x_34; lean_dec(x_1); -x_34 = l_Lean_Expr_const___override(x_23, x_31); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_32); -return x_35; +x_33 = l_Lean_Expr_const___override(x_22, x_30); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_31); +return x_34; } else { -lean_object* x_36; -lean_dec(x_31); -lean_dec(x_23); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_1); -lean_ctor_set(x_36, 1, x_32); -return x_36; +lean_object* x_35; +lean_dec(x_30); +lean_dec(x_22); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_1); +lean_ctor_set(x_35, 1, x_31); +return x_35; } } } case 5: { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_37 = lean_ctor_get(x_1, 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; uint8_t x_42; +x_36 = lean_ctor_get(x_1, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_1, 1); lean_inc(x_37); -x_38 = lean_ctor_get(x_1, 1); -lean_inc(x_38); -lean_inc(x_37); -x_39 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_37, x_2); -x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_36); +x_38 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_36, x_2); +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_38, 1); lean_inc(x_40); -x_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -lean_dec(x_39); -lean_inc(x_38); -x_42 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_38, x_41); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) -{ -lean_object* x_44; size_t x_45; size_t x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_42, 0); -x_45 = lean_ptr_addr(x_37); -lean_dec(x_37); -x_46 = lean_ptr_addr(x_40); -x_47 = lean_usize_dec_eq(x_45, x_46); -if (x_47 == 0) -{ -lean_object* x_48; lean_dec(x_38); +lean_inc(x_37); +x_41 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_37, x_40); +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) +{ +lean_object* x_43; size_t x_44; size_t x_45; uint8_t x_46; +x_43 = lean_ctor_get(x_41, 0); +x_44 = lean_ptr_addr(x_36); +lean_dec(x_36); +x_45 = lean_ptr_addr(x_39); +x_46 = lean_usize_dec_eq(x_44, x_45); +if (x_46 == 0) +{ +lean_object* x_47; +lean_dec(x_37); lean_dec(x_1); -x_48 = l_Lean_Expr_app___override(x_40, x_44); -lean_ctor_set(x_42, 0, x_48); -return x_42; +x_47 = l_Lean_Expr_app___override(x_39, x_43); +lean_ctor_set(x_41, 0, x_47); +return x_41; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = lean_ptr_addr(x_38); -lean_dec(x_38); -x_50 = lean_ptr_addr(x_44); -x_51 = lean_usize_dec_eq(x_49, x_50); -if (x_51 == 0) +size_t x_48; size_t x_49; uint8_t x_50; +x_48 = lean_ptr_addr(x_37); +lean_dec(x_37); +x_49 = lean_ptr_addr(x_43); +x_50 = lean_usize_dec_eq(x_48, x_49); +if (x_50 == 0) { -lean_object* x_52; +lean_object* x_51; lean_dec(x_1); -x_52 = l_Lean_Expr_app___override(x_40, x_44); -lean_ctor_set(x_42, 0, x_52); -return x_42; +x_51 = l_Lean_Expr_app___override(x_39, x_43); +lean_ctor_set(x_41, 0, x_51); +return x_41; } else { -lean_dec(x_44); -lean_dec(x_40); -lean_ctor_set(x_42, 0, x_1); -return x_42; +lean_dec(x_43); +lean_dec(x_39); +lean_ctor_set(x_41, 0, x_1); +return x_41; } } } else { -lean_object* x_53; lean_object* x_54; size_t x_55; size_t x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_42, 0); -x_54 = lean_ctor_get(x_42, 1); -lean_inc(x_54); +lean_object* x_52; lean_object* x_53; size_t x_54; size_t x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_41, 0); +x_53 = lean_ctor_get(x_41, 1); lean_inc(x_53); -lean_dec(x_42); -x_55 = lean_ptr_addr(x_37); +lean_inc(x_52); +lean_dec(x_41); +x_54 = lean_ptr_addr(x_36); +lean_dec(x_36); +x_55 = lean_ptr_addr(x_39); +x_56 = lean_usize_dec_eq(x_54, x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; lean_dec(x_37); -x_56 = lean_ptr_addr(x_40); -x_57 = lean_usize_dec_eq(x_55, x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_38); lean_dec(x_1); -x_58 = l_Lean_Expr_app___override(x_40, x_53); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_54); -return x_59; +x_57 = l_Lean_Expr_app___override(x_39, x_52); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_53); +return x_58; } else { -size_t x_60; size_t x_61; uint8_t x_62; -x_60 = lean_ptr_addr(x_38); -lean_dec(x_38); -x_61 = lean_ptr_addr(x_53); -x_62 = lean_usize_dec_eq(x_60, x_61); -if (x_62 == 0) +size_t x_59; size_t x_60; uint8_t x_61; +x_59 = lean_ptr_addr(x_37); +lean_dec(x_37); +x_60 = lean_ptr_addr(x_52); +x_61 = lean_usize_dec_eq(x_59, x_60); +if (x_61 == 0) { -lean_object* x_63; lean_object* x_64; +lean_object* x_62; lean_object* x_63; lean_dec(x_1); -x_63 = l_Lean_Expr_app___override(x_40, x_53); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_54); -return x_64; +x_62 = l_Lean_Expr_app___override(x_39, x_52); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } else { -lean_object* x_65; -lean_dec(x_53); -lean_dec(x_40); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_1); -lean_ctor_set(x_65, 1, x_54); -return x_65; +lean_object* x_64; +lean_dec(x_52); +lean_dec(x_39); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_1); +lean_ctor_set(x_64, 1, x_53); +return x_64; } } } } case 6: { -lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_66 = lean_ctor_get(x_1, 0); +lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_65 = lean_ctor_get(x_1, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_1, 1); lean_inc(x_66); -x_67 = lean_ctor_get(x_1, 1); +x_67 = lean_ctor_get(x_1, 2); lean_inc(x_67); -x_68 = lean_ctor_get(x_1, 2); -lean_inc(x_68); -x_69 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_68 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_67); -x_70 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_67, x_2); -x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_66); +x_69 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_66, x_2); +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); -lean_dec(x_70); -lean_inc(x_68); -x_73 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_68, x_72); -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) -{ -lean_object* x_75; lean_object* x_76; size_t x_77; size_t x_78; uint8_t x_79; -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_68); +lean_dec(x_69); +lean_inc(x_67); +x_72 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_67, x_71); +x_73 = !lean_is_exclusive(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; size_t x_76; size_t x_77; uint8_t x_78; +x_74 = lean_ctor_get(x_72, 0); lean_inc(x_67); lean_inc(x_66); -x_76 = l_Lean_Expr_lam___override(x_66, x_67, x_68, x_69); -x_77 = lean_ptr_addr(x_67); -lean_dec(x_67); -x_78 = lean_ptr_addr(x_71); -x_79 = lean_usize_dec_eq(x_77, x_78); -if (x_79 == 0) +lean_inc(x_65); +x_75 = l_Lean_Expr_lam___override(x_65, x_66, x_67, x_68); +x_76 = lean_ptr_addr(x_66); +lean_dec(x_66); +x_77 = lean_ptr_addr(x_70); +x_78 = lean_usize_dec_eq(x_76, x_77); +if (x_78 == 0) { -lean_object* x_80; -lean_dec(x_76); -lean_dec(x_68); -x_80 = l_Lean_Expr_lam___override(x_66, x_71, x_75, x_69); -lean_ctor_set(x_73, 0, x_80); -return x_73; +lean_object* x_79; +lean_dec(x_75); +lean_dec(x_67); +x_79 = l_Lean_Expr_lam___override(x_65, x_70, x_74, x_68); +lean_ctor_set(x_72, 0, x_79); +return x_72; } else { -size_t x_81; size_t x_82; uint8_t x_83; -x_81 = lean_ptr_addr(x_68); -lean_dec(x_68); -x_82 = lean_ptr_addr(x_75); -x_83 = lean_usize_dec_eq(x_81, x_82); -if (x_83 == 0) +size_t x_80; size_t x_81; uint8_t x_82; +x_80 = lean_ptr_addr(x_67); +lean_dec(x_67); +x_81 = lean_ptr_addr(x_74); +x_82 = lean_usize_dec_eq(x_80, x_81); +if (x_82 == 0) { -lean_object* x_84; -lean_dec(x_76); -x_84 = l_Lean_Expr_lam___override(x_66, x_71, x_75, x_69); -lean_ctor_set(x_73, 0, x_84); -return x_73; +lean_object* x_83; +lean_dec(x_75); +x_83 = l_Lean_Expr_lam___override(x_65, x_70, x_74, x_68); +lean_ctor_set(x_72, 0, x_83); +return x_72; } else { -uint8_t x_85; -x_85 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_69, x_69); -if (x_85 == 0) +uint8_t x_84; +x_84 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_68, x_68); +if (x_84 == 0) { -lean_object* x_86; -lean_dec(x_76); -x_86 = l_Lean_Expr_lam___override(x_66, x_71, x_75, x_69); -lean_ctor_set(x_73, 0, x_86); -return x_73; +lean_object* x_85; +lean_dec(x_75); +x_85 = l_Lean_Expr_lam___override(x_65, x_70, x_74, x_68); +lean_ctor_set(x_72, 0, x_85); +return x_72; } else { -lean_dec(x_75); -lean_dec(x_71); -lean_dec(x_66); -lean_ctor_set(x_73, 0, x_76); -return x_73; +lean_dec(x_74); +lean_dec(x_70); +lean_dec(x_65); +lean_ctor_set(x_72, 0, x_75); +return x_72; } } } } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; size_t x_90; size_t x_91; uint8_t x_92; -x_87 = lean_ctor_get(x_73, 0); -x_88 = lean_ctor_get(x_73, 1); -lean_inc(x_88); +lean_object* x_86; lean_object* x_87; lean_object* x_88; size_t x_89; size_t x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_72, 0); +x_87 = lean_ctor_get(x_72, 1); lean_inc(x_87); -lean_dec(x_73); -lean_inc(x_68); +lean_inc(x_86); +lean_dec(x_72); lean_inc(x_67); lean_inc(x_66); -x_89 = l_Lean_Expr_lam___override(x_66, x_67, x_68, x_69); -x_90 = lean_ptr_addr(x_67); -lean_dec(x_67); -x_91 = lean_ptr_addr(x_71); -x_92 = lean_usize_dec_eq(x_90, x_91); -if (x_92 == 0) +lean_inc(x_65); +x_88 = l_Lean_Expr_lam___override(x_65, x_66, x_67, x_68); +x_89 = lean_ptr_addr(x_66); +lean_dec(x_66); +x_90 = lean_ptr_addr(x_70); +x_91 = lean_usize_dec_eq(x_89, x_90); +if (x_91 == 0) { -lean_object* x_93; lean_object* x_94; -lean_dec(x_89); -lean_dec(x_68); -x_93 = l_Lean_Expr_lam___override(x_66, x_71, x_87, x_69); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_88); -return x_94; +lean_object* x_92; lean_object* x_93; +lean_dec(x_88); +lean_dec(x_67); +x_92 = l_Lean_Expr_lam___override(x_65, x_70, x_86, x_68); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_87); +return x_93; } else { -size_t x_95; size_t x_96; uint8_t x_97; -x_95 = lean_ptr_addr(x_68); -lean_dec(x_68); -x_96 = lean_ptr_addr(x_87); -x_97 = lean_usize_dec_eq(x_95, x_96); -if (x_97 == 0) +size_t x_94; size_t x_95; uint8_t x_96; +x_94 = lean_ptr_addr(x_67); +lean_dec(x_67); +x_95 = lean_ptr_addr(x_86); +x_96 = lean_usize_dec_eq(x_94, x_95); +if (x_96 == 0) { -lean_object* x_98; lean_object* x_99; -lean_dec(x_89); -x_98 = l_Lean_Expr_lam___override(x_66, x_71, x_87, x_69); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_88); -return x_99; +lean_object* x_97; lean_object* x_98; +lean_dec(x_88); +x_97 = l_Lean_Expr_lam___override(x_65, x_70, x_86, x_68); +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_97); +lean_ctor_set(x_98, 1, x_87); +return x_98; } else { -uint8_t x_100; -x_100 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_69, x_69); -if (x_100 == 0) +uint8_t x_99; +x_99 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_68, x_68); +if (x_99 == 0) { -lean_object* x_101; lean_object* x_102; -lean_dec(x_89); -x_101 = l_Lean_Expr_lam___override(x_66, x_71, x_87, x_69); -x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_88); -return x_102; +lean_object* x_100; lean_object* x_101; +lean_dec(x_88); +x_100 = l_Lean_Expr_lam___override(x_65, x_70, x_86, x_68); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_87); +return x_101; } else { -lean_object* x_103; -lean_dec(x_87); -lean_dec(x_71); -lean_dec(x_66); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_89); -lean_ctor_set(x_103, 1, x_88); -return x_103; +lean_object* x_102; +lean_dec(x_86); +lean_dec(x_70); +lean_dec(x_65); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_88); +lean_ctor_set(x_102, 1, x_87); +return x_102; } } } @@ -1576,152 +1601,152 @@ return x_103; } case 7: { -lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_104 = lean_ctor_get(x_1, 0); +lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_103 = lean_ctor_get(x_1, 0); +lean_inc(x_103); +x_104 = lean_ctor_get(x_1, 1); lean_inc(x_104); -x_105 = lean_ctor_get(x_1, 1); +x_105 = lean_ctor_get(x_1, 2); lean_inc(x_105); -x_106 = lean_ctor_get(x_1, 2); -lean_inc(x_106); -x_107 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_106 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_105); -x_108 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_105, x_2); -x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_104); +x_107 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_104, x_2); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -lean_inc(x_106); -x_111 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_106, x_110); -x_112 = !lean_is_exclusive(x_111); -if (x_112 == 0) -{ -lean_object* x_113; lean_object* x_114; size_t x_115; size_t x_116; uint8_t x_117; -x_113 = lean_ctor_get(x_111, 0); -lean_inc(x_106); +lean_dec(x_107); +lean_inc(x_105); +x_110 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_105, x_109); +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) +{ +lean_object* x_112; lean_object* x_113; size_t x_114; size_t x_115; uint8_t x_116; +x_112 = lean_ctor_get(x_110, 0); lean_inc(x_105); lean_inc(x_104); -x_114 = l_Lean_Expr_forallE___override(x_104, x_105, x_106, x_107); -x_115 = lean_ptr_addr(x_105); +lean_inc(x_103); +x_113 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_114 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_115 = lean_ptr_addr(x_108); +x_116 = lean_usize_dec_eq(x_114, x_115); +if (x_116 == 0) +{ +lean_object* x_117; +lean_dec(x_113); lean_dec(x_105); -x_116 = lean_ptr_addr(x_109); -x_117 = lean_usize_dec_eq(x_115, x_116); -if (x_117 == 0) -{ -lean_object* x_118; -lean_dec(x_114); -lean_dec(x_106); -x_118 = l_Lean_Expr_forallE___override(x_104, x_109, x_113, x_107); -lean_ctor_set(x_111, 0, x_118); -return x_111; +x_117 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_ctor_set(x_110, 0, x_117); +return x_110; } else { -size_t x_119; size_t x_120; uint8_t x_121; -x_119 = lean_ptr_addr(x_106); -lean_dec(x_106); -x_120 = lean_ptr_addr(x_113); -x_121 = lean_usize_dec_eq(x_119, x_120); -if (x_121 == 0) +size_t x_118; size_t x_119; uint8_t x_120; +x_118 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_119 = lean_ptr_addr(x_112); +x_120 = lean_usize_dec_eq(x_118, x_119); +if (x_120 == 0) { -lean_object* x_122; -lean_dec(x_114); -x_122 = l_Lean_Expr_forallE___override(x_104, x_109, x_113, x_107); -lean_ctor_set(x_111, 0, x_122); -return x_111; +lean_object* x_121; +lean_dec(x_113); +x_121 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_ctor_set(x_110, 0, x_121); +return x_110; } else { -uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_107, x_107); -if (x_123 == 0) +uint8_t x_122; +x_122 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_122 == 0) { -lean_object* x_124; -lean_dec(x_114); -x_124 = l_Lean_Expr_forallE___override(x_104, x_109, x_113, x_107); -lean_ctor_set(x_111, 0, x_124); -return x_111; +lean_object* x_123; +lean_dec(x_113); +x_123 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_ctor_set(x_110, 0, x_123); +return x_110; } else { -lean_dec(x_113); -lean_dec(x_109); -lean_dec(x_104); -lean_ctor_set(x_111, 0, x_114); -return x_111; +lean_dec(x_112); +lean_dec(x_108); +lean_dec(x_103); +lean_ctor_set(x_110, 0, x_113); +return x_110; } } } } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; size_t x_128; size_t x_129; uint8_t x_130; -x_125 = lean_ctor_get(x_111, 0); -x_126 = lean_ctor_get(x_111, 1); -lean_inc(x_126); +lean_object* x_124; lean_object* x_125; lean_object* x_126; size_t x_127; size_t x_128; uint8_t x_129; +x_124 = lean_ctor_get(x_110, 0); +x_125 = lean_ctor_get(x_110, 1); lean_inc(x_125); -lean_dec(x_111); -lean_inc(x_106); +lean_inc(x_124); +lean_dec(x_110); lean_inc(x_105); lean_inc(x_104); -x_127 = l_Lean_Expr_forallE___override(x_104, x_105, x_106, x_107); -x_128 = lean_ptr_addr(x_105); -lean_dec(x_105); -x_129 = lean_ptr_addr(x_109); -x_130 = lean_usize_dec_eq(x_128, x_129); -if (x_130 == 0) +lean_inc(x_103); +x_126 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_127 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_128 = lean_ptr_addr(x_108); +x_129 = lean_usize_dec_eq(x_127, x_128); +if (x_129 == 0) { -lean_object* x_131; lean_object* x_132; -lean_dec(x_127); -lean_dec(x_106); -x_131 = l_Lean_Expr_forallE___override(x_104, x_109, x_125, x_107); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_126); -return x_132; +lean_object* x_130; lean_object* x_131; +lean_dec(x_126); +lean_dec(x_105); +x_130 = l_Lean_Expr_forallE___override(x_103, x_108, x_124, x_106); +x_131 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_131, 0, x_130); +lean_ctor_set(x_131, 1, x_125); +return x_131; } else { -size_t x_133; size_t x_134; uint8_t x_135; -x_133 = lean_ptr_addr(x_106); -lean_dec(x_106); -x_134 = lean_ptr_addr(x_125); -x_135 = lean_usize_dec_eq(x_133, x_134); -if (x_135 == 0) +size_t x_132; size_t x_133; uint8_t x_134; +x_132 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_133 = lean_ptr_addr(x_124); +x_134 = lean_usize_dec_eq(x_132, x_133); +if (x_134 == 0) { -lean_object* x_136; lean_object* x_137; -lean_dec(x_127); -x_136 = l_Lean_Expr_forallE___override(x_104, x_109, x_125, x_107); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_126); -return x_137; +lean_object* x_135; lean_object* x_136; +lean_dec(x_126); +x_135 = l_Lean_Expr_forallE___override(x_103, x_108, x_124, x_106); +x_136 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_125); +return x_136; } else { -uint8_t x_138; -x_138 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_107, x_107); -if (x_138 == 0) +uint8_t x_137; +x_137 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_137 == 0) { -lean_object* x_139; lean_object* x_140; -lean_dec(x_127); -x_139 = l_Lean_Expr_forallE___override(x_104, x_109, x_125, x_107); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_126); -return x_140; +lean_object* x_138; lean_object* x_139; +lean_dec(x_126); +x_138 = l_Lean_Expr_forallE___override(x_103, x_108, x_124, x_106); +x_139 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_139, 0, x_138); +lean_ctor_set(x_139, 1, x_125); +return x_139; } else { -lean_object* x_141; -lean_dec(x_125); -lean_dec(x_109); -lean_dec(x_104); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_127); -lean_ctor_set(x_141, 1, x_126); -return x_141; +lean_object* x_140; +lean_dec(x_124); +lean_dec(x_108); +lean_dec(x_103); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_126); +lean_ctor_set(x_140, 1, x_125); +return x_140; } } } @@ -1729,164 +1754,164 @@ return x_141; } case 8: { -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; uint8_t x_154; -x_142 = lean_ctor_get(x_1, 0); +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; uint8_t 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_141 = lean_ctor_get(x_1, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_1, 1); lean_inc(x_142); -x_143 = lean_ctor_get(x_1, 1); +x_143 = lean_ctor_get(x_1, 2); lean_inc(x_143); -x_144 = lean_ctor_get(x_1, 2); +x_144 = lean_ctor_get(x_1, 3); lean_inc(x_144); -x_145 = lean_ctor_get(x_1, 3); -lean_inc(x_145); -x_146 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); -lean_inc(x_143); -x_147 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_143, x_2); -x_148 = lean_ctor_get(x_147, 0); +x_145 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +lean_inc(x_142); +x_146 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_142, x_2); +x_147 = lean_ctor_get(x_146, 0); +lean_inc(x_147); +x_148 = lean_ctor_get(x_146, 1); lean_inc(x_148); -x_149 = lean_ctor_get(x_147, 1); -lean_inc(x_149); -lean_dec(x_147); -lean_inc(x_144); -x_150 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_144, x_149); -x_151 = lean_ctor_get(x_150, 0); +lean_dec(x_146); +lean_inc(x_143); +x_149 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_143, x_148); +x_150 = lean_ctor_get(x_149, 0); +lean_inc(x_150); +x_151 = lean_ctor_get(x_149, 1); lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -lean_inc(x_145); -x_153 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_145, x_152); -x_154 = !lean_is_exclusive(x_153); -if (x_154 == 0) -{ -lean_object* x_155; size_t x_156; size_t x_157; uint8_t x_158; -x_155 = lean_ctor_get(x_153, 0); -x_156 = lean_ptr_addr(x_143); -lean_dec(x_143); -x_157 = lean_ptr_addr(x_148); -x_158 = lean_usize_dec_eq(x_156, x_157); -if (x_158 == 0) +lean_dec(x_149); +lean_inc(x_144); +x_152 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_144, x_151); +x_153 = !lean_is_exclusive(x_152); +if (x_153 == 0) { -lean_object* x_159; -lean_dec(x_145); +lean_object* x_154; size_t x_155; size_t x_156; uint8_t x_157; +x_154 = lean_ctor_get(x_152, 0); +x_155 = lean_ptr_addr(x_142); +lean_dec(x_142); +x_156 = lean_ptr_addr(x_147); +x_157 = lean_usize_dec_eq(x_155, x_156); +if (x_157 == 0) +{ +lean_object* x_158; lean_dec(x_144); +lean_dec(x_143); lean_dec(x_1); -x_159 = l_Lean_Expr_letE___override(x_142, x_148, x_151, x_155, x_146); -lean_ctor_set(x_153, 0, x_159); -return x_153; +x_158 = l_Lean_Expr_letE___override(x_141, x_147, x_150, x_154, x_145); +lean_ctor_set(x_152, 0, x_158); +return x_152; } else { -size_t x_160; size_t x_161; uint8_t x_162; -x_160 = lean_ptr_addr(x_144); -lean_dec(x_144); -x_161 = lean_ptr_addr(x_151); -x_162 = lean_usize_dec_eq(x_160, x_161); -if (x_162 == 0) +size_t x_159; size_t x_160; uint8_t x_161; +x_159 = lean_ptr_addr(x_143); +lean_dec(x_143); +x_160 = lean_ptr_addr(x_150); +x_161 = lean_usize_dec_eq(x_159, x_160); +if (x_161 == 0) { -lean_object* x_163; -lean_dec(x_145); +lean_object* x_162; +lean_dec(x_144); lean_dec(x_1); -x_163 = l_Lean_Expr_letE___override(x_142, x_148, x_151, x_155, x_146); -lean_ctor_set(x_153, 0, x_163); -return x_153; +x_162 = l_Lean_Expr_letE___override(x_141, x_147, x_150, x_154, x_145); +lean_ctor_set(x_152, 0, x_162); +return x_152; } else { -size_t x_164; size_t x_165; uint8_t x_166; -x_164 = lean_ptr_addr(x_145); -lean_dec(x_145); -x_165 = lean_ptr_addr(x_155); -x_166 = lean_usize_dec_eq(x_164, x_165); -if (x_166 == 0) +size_t x_163; size_t x_164; uint8_t x_165; +x_163 = lean_ptr_addr(x_144); +lean_dec(x_144); +x_164 = lean_ptr_addr(x_154); +x_165 = lean_usize_dec_eq(x_163, x_164); +if (x_165 == 0) { -lean_object* x_167; +lean_object* x_166; lean_dec(x_1); -x_167 = l_Lean_Expr_letE___override(x_142, x_148, x_151, x_155, x_146); -lean_ctor_set(x_153, 0, x_167); -return x_153; +x_166 = l_Lean_Expr_letE___override(x_141, x_147, x_150, x_154, x_145); +lean_ctor_set(x_152, 0, x_166); +return x_152; } else { -lean_dec(x_155); -lean_dec(x_151); -lean_dec(x_148); -lean_dec(x_142); -lean_ctor_set(x_153, 0, x_1); -return x_153; +lean_dec(x_154); +lean_dec(x_150); +lean_dec(x_147); +lean_dec(x_141); +lean_ctor_set(x_152, 0, x_1); +return x_152; } } } } else { -lean_object* x_168; lean_object* x_169; size_t x_170; size_t x_171; uint8_t x_172; -x_168 = lean_ctor_get(x_153, 0); -x_169 = lean_ctor_get(x_153, 1); -lean_inc(x_169); +lean_object* x_167; lean_object* x_168; size_t x_169; size_t x_170; uint8_t x_171; +x_167 = lean_ctor_get(x_152, 0); +x_168 = lean_ctor_get(x_152, 1); lean_inc(x_168); -lean_dec(x_153); -x_170 = lean_ptr_addr(x_143); -lean_dec(x_143); -x_171 = lean_ptr_addr(x_148); -x_172 = lean_usize_dec_eq(x_170, x_171); -if (x_172 == 0) +lean_inc(x_167); +lean_dec(x_152); +x_169 = lean_ptr_addr(x_142); +lean_dec(x_142); +x_170 = lean_ptr_addr(x_147); +x_171 = lean_usize_dec_eq(x_169, x_170); +if (x_171 == 0) { -lean_object* x_173; lean_object* x_174; -lean_dec(x_145); +lean_object* x_172; lean_object* x_173; lean_dec(x_144); +lean_dec(x_143); lean_dec(x_1); -x_173 = l_Lean_Expr_letE___override(x_142, x_148, x_151, x_168, x_146); -x_174 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_174, 0, x_173); -lean_ctor_set(x_174, 1, x_169); -return x_174; +x_172 = l_Lean_Expr_letE___override(x_141, x_147, x_150, x_167, x_145); +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_172); +lean_ctor_set(x_173, 1, x_168); +return x_173; } else { -size_t x_175; size_t x_176; uint8_t x_177; -x_175 = lean_ptr_addr(x_144); -lean_dec(x_144); -x_176 = lean_ptr_addr(x_151); -x_177 = lean_usize_dec_eq(x_175, x_176); -if (x_177 == 0) +size_t x_174; size_t x_175; uint8_t x_176; +x_174 = lean_ptr_addr(x_143); +lean_dec(x_143); +x_175 = lean_ptr_addr(x_150); +x_176 = lean_usize_dec_eq(x_174, x_175); +if (x_176 == 0) { -lean_object* x_178; lean_object* x_179; -lean_dec(x_145); +lean_object* x_177; lean_object* x_178; +lean_dec(x_144); lean_dec(x_1); -x_178 = l_Lean_Expr_letE___override(x_142, x_148, x_151, x_168, x_146); -x_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_178); -lean_ctor_set(x_179, 1, x_169); -return x_179; +x_177 = l_Lean_Expr_letE___override(x_141, x_147, x_150, x_167, x_145); +x_178 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_178, 0, x_177); +lean_ctor_set(x_178, 1, x_168); +return x_178; } else { -size_t x_180; size_t x_181; uint8_t x_182; -x_180 = lean_ptr_addr(x_145); -lean_dec(x_145); -x_181 = lean_ptr_addr(x_168); -x_182 = lean_usize_dec_eq(x_180, x_181); -if (x_182 == 0) +size_t x_179; size_t x_180; uint8_t x_181; +x_179 = lean_ptr_addr(x_144); +lean_dec(x_144); +x_180 = lean_ptr_addr(x_167); +x_181 = lean_usize_dec_eq(x_179, x_180); +if (x_181 == 0) { -lean_object* x_183; lean_object* x_184; +lean_object* x_182; lean_object* x_183; lean_dec(x_1); -x_183 = l_Lean_Expr_letE___override(x_142, x_148, x_151, x_168, x_146); -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_169); -return x_184; +x_182 = l_Lean_Expr_letE___override(x_141, x_147, x_150, x_167, x_145); +x_183 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_183, 0, x_182); +lean_ctor_set(x_183, 1, x_168); +return x_183; } else { -lean_object* x_185; -lean_dec(x_168); -lean_dec(x_151); -lean_dec(x_148); -lean_dec(x_142); -x_185 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_185, 0, x_1); -lean_ctor_set(x_185, 1, x_169); -return x_185; +lean_object* x_184; +lean_dec(x_167); +lean_dec(x_150); +lean_dec(x_147); +lean_dec(x_141); +x_184 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_184, 0, x_1); +lean_ctor_set(x_184, 1, x_168); +return x_184; } } } @@ -1894,145 +1919,155 @@ return x_185; } case 10: { -lean_object* x_186; lean_object* x_187; lean_object* x_188; uint8_t x_189; -x_186 = lean_ctor_get(x_1, 0); +lean_object* x_185; lean_object* x_186; lean_object* x_187; uint8_t x_188; +x_185 = lean_ctor_get(x_1, 0); +lean_inc(x_185); +x_186 = lean_ctor_get(x_1, 1); lean_inc(x_186); -x_187 = lean_ctor_get(x_1, 1); -lean_inc(x_187); -lean_inc(x_187); -x_188 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_187, x_2); -x_189 = !lean_is_exclusive(x_188); -if (x_189 == 0) -{ -lean_object* x_190; size_t x_191; size_t x_192; uint8_t x_193; -x_190 = lean_ctor_get(x_188, 0); -x_191 = lean_ptr_addr(x_187); -lean_dec(x_187); -x_192 = lean_ptr_addr(x_190); -x_193 = lean_usize_dec_eq(x_191, x_192); -if (x_193 == 0) +lean_inc(x_186); +x_187 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_186, x_2); +x_188 = !lean_is_exclusive(x_187); +if (x_188 == 0) { -lean_object* x_194; +lean_object* x_189; size_t x_190; size_t x_191; uint8_t x_192; +x_189 = lean_ctor_get(x_187, 0); +x_190 = lean_ptr_addr(x_186); +lean_dec(x_186); +x_191 = lean_ptr_addr(x_189); +x_192 = lean_usize_dec_eq(x_190, x_191); +if (x_192 == 0) +{ +lean_object* x_193; lean_dec(x_1); -x_194 = l_Lean_Expr_mdata___override(x_186, x_190); -lean_ctor_set(x_188, 0, x_194); -return x_188; +x_193 = l_Lean_Expr_mdata___override(x_185, x_189); +lean_ctor_set(x_187, 0, x_193); +return x_187; } else { -lean_dec(x_190); -lean_dec(x_186); -lean_ctor_set(x_188, 0, x_1); -return x_188; +lean_dec(x_189); +lean_dec(x_185); +lean_ctor_set(x_187, 0, x_1); +return x_187; } } else { -lean_object* x_195; lean_object* x_196; size_t x_197; size_t x_198; uint8_t x_199; -x_195 = lean_ctor_get(x_188, 0); -x_196 = lean_ctor_get(x_188, 1); -lean_inc(x_196); +lean_object* x_194; lean_object* x_195; size_t x_196; size_t x_197; uint8_t x_198; +x_194 = lean_ctor_get(x_187, 0); +x_195 = lean_ctor_get(x_187, 1); lean_inc(x_195); -lean_dec(x_188); -x_197 = lean_ptr_addr(x_187); +lean_inc(x_194); lean_dec(x_187); -x_198 = lean_ptr_addr(x_195); -x_199 = lean_usize_dec_eq(x_197, x_198); -if (x_199 == 0) +x_196 = lean_ptr_addr(x_186); +lean_dec(x_186); +x_197 = lean_ptr_addr(x_194); +x_198 = lean_usize_dec_eq(x_196, x_197); +if (x_198 == 0) { -lean_object* x_200; lean_object* x_201; +lean_object* x_199; lean_object* x_200; lean_dec(x_1); -x_200 = l_Lean_Expr_mdata___override(x_186, x_195); -x_201 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_201, 0, x_200); -lean_ctor_set(x_201, 1, x_196); -return x_201; +x_199 = l_Lean_Expr_mdata___override(x_185, x_194); +x_200 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_195); +return x_200; } else { -lean_object* x_202; -lean_dec(x_195); -lean_dec(x_186); -x_202 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_202, 0, x_1); -lean_ctor_set(x_202, 1, x_196); -return x_202; +lean_object* x_201; +lean_dec(x_194); +lean_dec(x_185); +x_201 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_201, 0, x_1); +lean_ctor_set(x_201, 1, x_195); +return x_201; } } } case 11: { -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; uint8_t x_207; -x_203 = lean_ctor_get(x_1, 0); +lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; uint8_t x_206; +x_202 = lean_ctor_get(x_1, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_1, 1); lean_inc(x_203); -x_204 = lean_ctor_get(x_1, 1); +x_204 = lean_ctor_get(x_1, 2); lean_inc(x_204); -x_205 = lean_ctor_get(x_1, 2); -lean_inc(x_205); -lean_inc(x_205); -x_206 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_205, x_2); -x_207 = !lean_is_exclusive(x_206); -if (x_207 == 0) -{ -lean_object* x_208; size_t x_209; size_t x_210; uint8_t x_211; -x_208 = lean_ctor_get(x_206, 0); -x_209 = lean_ptr_addr(x_205); -lean_dec(x_205); -x_210 = lean_ptr_addr(x_208); -x_211 = lean_usize_dec_eq(x_209, x_210); -if (x_211 == 0) +lean_inc(x_204); +x_205 = l_Lean_Compiler_LCNF_NormLevelParam_normExpr(x_204, x_2); +x_206 = !lean_is_exclusive(x_205); +if (x_206 == 0) +{ +lean_object* x_207; size_t x_208; size_t x_209; uint8_t x_210; +x_207 = lean_ctor_get(x_205, 0); +x_208 = lean_ptr_addr(x_204); +lean_dec(x_204); +x_209 = lean_ptr_addr(x_207); +x_210 = lean_usize_dec_eq(x_208, x_209); +if (x_210 == 0) { -lean_object* x_212; +lean_object* x_211; lean_dec(x_1); -x_212 = l_Lean_Expr_proj___override(x_203, x_204, x_208); -lean_ctor_set(x_206, 0, x_212); -return x_206; +x_211 = l_Lean_Expr_proj___override(x_202, x_203, x_207); +lean_ctor_set(x_205, 0, x_211); +return x_205; } else { -lean_dec(x_208); -lean_dec(x_204); +lean_dec(x_207); lean_dec(x_203); -lean_ctor_set(x_206, 0, x_1); -return x_206; +lean_dec(x_202); +lean_ctor_set(x_205, 0, x_1); +return x_205; } } else { -lean_object* x_213; lean_object* x_214; size_t x_215; size_t x_216; uint8_t x_217; -x_213 = lean_ctor_get(x_206, 0); -x_214 = lean_ctor_get(x_206, 1); -lean_inc(x_214); +lean_object* x_212; lean_object* x_213; size_t x_214; size_t x_215; uint8_t x_216; +x_212 = lean_ctor_get(x_205, 0); +x_213 = lean_ctor_get(x_205, 1); lean_inc(x_213); -lean_dec(x_206); -x_215 = lean_ptr_addr(x_205); +lean_inc(x_212); lean_dec(x_205); -x_216 = lean_ptr_addr(x_213); -x_217 = lean_usize_dec_eq(x_215, x_216); -if (x_217 == 0) +x_214 = lean_ptr_addr(x_204); +lean_dec(x_204); +x_215 = lean_ptr_addr(x_212); +x_216 = lean_usize_dec_eq(x_214, x_215); +if (x_216 == 0) { -lean_object* x_218; lean_object* x_219; +lean_object* x_217; lean_object* x_218; lean_dec(x_1); -x_218 = l_Lean_Expr_proj___override(x_203, x_204, x_213); +x_217 = l_Lean_Expr_proj___override(x_202, x_203, x_212); +x_218 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_218, 0, x_217); +lean_ctor_set(x_218, 1, x_213); +return x_218; +} +else +{ +lean_object* x_219; +lean_dec(x_212); +lean_dec(x_203); +lean_dec(x_202); x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_218); -lean_ctor_set(x_219, 1, x_214); +lean_ctor_set(x_219, 0, x_1); +lean_ctor_set(x_219, 1, x_213); return x_219; } -else +} +} +default: { lean_object* x_220; -lean_dec(x_213); -lean_dec(x_204); -lean_dec(x_203); x_220 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_220, 0, x_1); -lean_ctor_set(x_220, 1, x_214); +lean_ctor_set(x_220, 1, x_2); return x_220; } } } -default: +else { lean_object* x_221; x_221 = lean_alloc_ctor(0, 2, 0); @@ -2043,7 +2078,6 @@ return x_221; } } } -} static lean_object* _init_l_Lean_Compiler_LCNF_normLevelParams___closed__1() { _start: { diff --git a/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c b/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c index efe2b6c9f112..334fba70fb82 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c @@ -28,6 +28,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_monoTypeExt; extern lean_object* l_Lean_Compiler_LCNF_builtinRuntimeTypes; static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__14; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_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_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953_(lean_object*); lean_object* l_Lean_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_elem___at_Lean_NameHashSet_insert___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Core_instInhabitedCoreM___boxed(lean_object*, lean_object*, lean_object*); @@ -67,7 +68,6 @@ static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___lambda__1___clo static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__22; static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__20; static lean_object* l_Lean_Compiler_LCNF_getOtherDeclMonoType___closed__2; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951_(lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_getOtherDeclBaseType___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__17; size_t lean_usize_of_nat(lean_object*); @@ -79,8 +79,8 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instReprTrivialStructureInfo; static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3; lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__4; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951____closed__1; lean_object* lean_nat_to_int(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_hasTrivialStructure_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_toMonoType___closed__1; @@ -1328,310 +1328,138 @@ x_16 = lean_unsigned_to_nat(0u); x_17 = lean_nat_dec_eq(x_7, x_16); if (x_17 == 0) { -lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_37; x_18 = lean_unsigned_to_nat(1u); x_19 = lean_nat_sub(x_7, x_18); lean_dec(x_7); -x_20 = !lean_is_exclusive(x_11); -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_ctor_get(x_11, 1); -x_22 = lean_ctor_get(x_11, 0); -lean_dec(x_22); -x_23 = lean_nat_dec_lt(x_8, x_5); -if (x_23 == 0) -{ -uint8_t x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = l_instInhabitedBool; -x_25 = lean_box(x_24); -x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); -x_27 = lean_unbox(x_26); -lean_dec(x_26); -if (x_27 == 0) -{ -lean_object* x_28; -lean_inc(x_6); -lean_ctor_set(x_11, 0, x_6); -x_28 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_19; -x_8 = x_28; -goto _start; -} -else -{ -if (lean_obj_tag(x_21) == 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_free_object(x_11); -x_30 = lean_box(0); -lean_inc(x_6); -lean_inc(x_8); -lean_inc(x_2); -x_31 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_x3f___spec__1___lambda__1(x_1, x_2, x_8, x_6, x_21, x_30, x_12, x_13, x_14); -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, 0); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_19; -x_8 = x_35; -x_11 = x_34; -x_14 = x_33; -goto _start; -} -else -{ -lean_object* x_37; lean_object* x_38; -lean_dec(x_19); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_2); -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_4); -lean_ctor_set(x_11, 0, x_37); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_11); -lean_ctor_set(x_38, 1, x_14); -return x_38; -} -} -} -else -{ -lean_object* x_39; uint8_t x_40; -x_39 = lean_array_fget(x_3, x_8); -x_40 = lean_unbox(x_39); -lean_dec(x_39); -if (x_40 == 0) -{ -lean_object* x_41; -lean_inc(x_6); -lean_ctor_set(x_11, 0, x_6); -x_41 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_19; -x_8 = x_41; -goto _start; -} -else -{ -if (lean_obj_tag(x_21) == 0) -{ -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_free_object(x_11); -x_43 = lean_box(0); -lean_inc(x_6); -lean_inc(x_8); -lean_inc(x_2); -x_44 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_x3f___spec__1___lambda__1(x_1, x_2, x_8, x_6, x_21, x_43, x_12, x_13, x_14); -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_45, 0); -lean_inc(x_47); -lean_dec(x_45); -x_48 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_19; -x_8 = x_48; -x_11 = x_47; -x_14 = x_46; -goto _start; +x_20 = lean_ctor_get(x_11, 1); +lean_inc(x_20); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + lean_ctor_release(x_11, 1); + x_21 = x_11; +} else { + lean_dec_ref(x_11); + x_21 = lean_box(0); } -else +x_37 = lean_nat_dec_lt(x_8, x_5); +if (x_37 == 0) { -lean_object* x_50; lean_object* x_51; -lean_dec(x_19); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_2); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_4); -lean_ctor_set(x_11, 0, x_50); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_11); -lean_ctor_set(x_51, 1, x_14); -return x_51; -} -} -} +uint8_t x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_38 = l_instInhabitedBool; +x_39 = lean_box(x_38); +x_40 = l___private_Init_Util_0__outOfBounds___rarg(x_39); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +x_22 = x_41; +goto block_36; } else { -lean_object* x_52; uint8_t x_53; -x_52 = lean_ctor_get(x_11, 1); -lean_inc(x_52); -lean_dec(x_11); -x_53 = lean_nat_dec_lt(x_8, x_5); -if (x_53 == 0) -{ -uint8_t x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_54 = l_instInhabitedBool; -x_55 = lean_box(x_54); -x_56 = l___private_Init_Util_0__outOfBounds___rarg(x_55); -x_57 = lean_unbox(x_56); -lean_dec(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_inc(x_6); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_6); -lean_ctor_set(x_58, 1, x_52); -x_59 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_19; -x_8 = x_59; -x_11 = x_58; -goto _start; +lean_object* x_42; uint8_t x_43; +x_42 = lean_array_fget(x_3, x_8); +x_43 = lean_unbox(x_42); +lean_dec(x_42); +x_22 = x_43; +goto block_36; } -else +block_36: { -if (lean_obj_tag(x_52) == 0) +if (x_22 == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_61 = lean_box(0); +lean_object* x_23; lean_object* x_24; lean_inc(x_6); -lean_inc(x_8); -lean_inc(x_2); -x_62 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_x3f___spec__1___lambda__1(x_1, x_2, x_8, x_6, x_52, x_61, x_12, x_13, x_14); -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_ctor_get(x_63, 0); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_19; -x_8 = x_66; -x_11 = x_65; -x_14 = x_64; -goto _start; +if (lean_is_scalar(x_21)) { + x_23 = lean_alloc_ctor(0, 2, 0); +} else { + x_23 = x_21; } -else -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_19); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_2); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_4); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_52); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_14); -return x_70; -} -} -} -else -{ -lean_object* x_71; uint8_t x_72; -x_71 = lean_array_fget(x_3, x_8); -x_72 = lean_unbox(x_71); -lean_dec(x_71); -if (x_72 == 0) -{ -lean_object* x_73; lean_object* x_74; -lean_inc(x_6); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_6); -lean_ctor_set(x_73, 1, x_52); -x_74 = lean_nat_add(x_8, x_10); +lean_ctor_set(x_23, 0, x_6); +lean_ctor_set(x_23, 1, x_20); +x_24 = lean_nat_add(x_8, x_10); lean_dec(x_8); x_7 = x_19; -x_8 = x_74; -x_11 = x_73; +x_8 = x_24; +x_11 = x_23; goto _start; } else { -if (lean_obj_tag(x_52) == 0) +if (lean_obj_tag(x_20) == 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; -x_76 = lean_box(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_dec(x_21); +x_26 = lean_box(0); lean_inc(x_6); lean_inc(x_8); lean_inc(x_2); -x_77 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_x3f___spec__1___lambda__1(x_1, x_2, x_8, x_6, x_52, x_76, x_12, x_13, x_14); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -x_80 = lean_ctor_get(x_78, 0); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_nat_add(x_8, x_10); +x_27 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_x3f___spec__1___lambda__1(x_1, x_2, x_8, x_6, x_20, x_26, x_12, x_13, x_14); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_ctor_get(x_28, 0); +lean_inc(x_30); +lean_dec(x_28); +x_31 = lean_nat_add(x_8, x_10); lean_dec(x_8); x_7 = x_19; -x_8 = x_81; -x_11 = x_80; -x_14 = x_79; +x_8 = x_31; +x_11 = x_30; +x_14 = x_29; goto _start; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_19); lean_dec(x_8); lean_dec(x_6); lean_dec(x_2); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_4); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_52); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_14); -return x_85; +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_4); +if (lean_is_scalar(x_21)) { + x_34 = lean_alloc_ctor(0, 2, 0); +} else { + x_34 = x_21; } +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_20); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_14); +return x_35; } } } } else { -lean_object* x_86; +lean_object* x_44; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_11); -lean_ctor_set(x_86, 1, x_14); -return x_86; +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_11); +lean_ctor_set(x_44, 1, x_14); +return x_44; } } else { -lean_object* x_87; +lean_object* x_45; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_11); -lean_ctor_set(x_87, 1, x_14); -return x_87; +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_11); +lean_ctor_set(x_45, 1, x_14); +return x_45; } } } @@ -2149,189 +1977,198 @@ lean_inc(x_30); x_31 = l_Lean_Expr_headBeta(x_30); if (lean_obj_tag(x_31) == 7) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_47; +lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; uint8_t x_51; x_32 = lean_ctor_get(x_31, 1); lean_inc(x_32); x_33 = lean_ctor_get(x_31, 2); lean_inc(x_33); lean_dec(x_31); x_34 = l_Lean_Expr_headBeta(x_10); -x_47 = l_Lean_Expr_isErased(x_34); -if (x_47 == 0) +x_51 = l_Lean_Expr_isErased(x_34); +if (x_51 == 0) { -uint8_t x_48; -x_48 = l_Lean_Expr_isErased(x_32); -if (x_48 == 0) +uint8_t x_52; +x_52 = l_Lean_Expr_isErased(x_32); +if (x_52 == 0) { if (lean_obj_tag(x_32) == 3) { -lean_object* x_49; +uint8_t x_53; lean_dec(x_32); -x_49 = lean_box(0); -x_35 = x_49; -goto block_46; +x_53 = 1; +x_35 = x_53; +goto block_50; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +uint8_t x_54; lean_dec(x_32); -x_50 = l_Lean_Compiler_LCNF_erasedExpr; -x_51 = l_Lean_Expr_app___override(x_29, x_50); -x_52 = lean_box(0); -x_53 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_33, x_34, x_51, x_30, x_52, x_5, x_6, x_7); -lean_dec(x_30); -lean_dec(x_34); -lean_dec(x_33); -x_11 = x_53; -goto block_28; +x_54 = 0; +x_35 = x_54; +goto block_50; } } else { -lean_object* x_54; +uint8_t x_55; lean_dec(x_32); -x_54 = lean_box(0); -x_35 = x_54; -goto block_46; +x_55 = 1; +x_35 = x_55; +goto block_50; } } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_dec(x_32); lean_inc(x_34); -x_55 = l_Lean_Expr_app___override(x_29, x_34); -x_56 = lean_box(0); -x_57 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_33, x_34, x_55, x_30, x_56, x_5, x_6, x_7); +x_56 = l_Lean_Expr_app___override(x_29, x_34); +x_57 = lean_box(0); +x_58 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_33, x_34, x_56, x_30, x_57, x_5, x_6, x_7); lean_dec(x_30); lean_dec(x_34); lean_dec(x_33); -x_11 = x_57; +x_11 = x_58; goto block_28; } -block_46: +block_50: +{ +if (x_35 == 0) { -lean_object* x_36; -lean_dec(x_35); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = l_Lean_Compiler_LCNF_erasedExpr; +x_37 = l_Lean_Expr_app___override(x_29, x_36); +x_38 = lean_box(0); +x_39 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_33, x_34, x_37, x_30, x_38, x_5, x_6, x_7); +lean_dec(x_30); +lean_dec(x_34); +lean_dec(x_33); +x_11 = x_39; +goto block_28; +} +else +{ +lean_object* x_40; lean_inc(x_6); lean_inc(x_5); lean_inc(x_34); -x_36 = l_Lean_Compiler_LCNF_toMonoType(x_34, x_5, x_6, x_7); -if (lean_obj_tag(x_36) == 0) +x_40 = l_Lean_Compiler_LCNF_toMonoType(x_34, x_5, x_6, x_7); +if (lean_obj_tag(x_40) == 0) { -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_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_Expr_app___override(x_29, x_37); -x_40 = lean_box(0); -x_41 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_33, x_34, x_39, x_30, x_40, x_5, x_6, x_38); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = l_Lean_Expr_app___override(x_29, x_41); +x_44 = lean_box(0); +x_45 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___lambda__1(x_33, x_34, x_43, x_30, x_44, x_5, x_6, x_42); lean_dec(x_30); lean_dec(x_34); lean_dec(x_33); -x_11 = x_41; +x_11 = x_45; goto block_28; } else { -uint8_t x_42; +uint8_t x_46; lean_dec(x_34); lean_dec(x_33); lean_dec(x_30); lean_dec(x_29); -x_42 = !lean_is_exclusive(x_36); -if (x_42 == 0) +x_46 = !lean_is_exclusive(x_40); +if (x_46 == 0) { -x_11 = x_36; +x_11 = x_40; goto block_28; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_36, 0); -x_44 = lean_ctor_get(x_36, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_36); -x_45 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -x_11 = x_45; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_40, 0); +x_48 = lean_ctor_get(x_40, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_40); +x_49 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +x_11 = x_49; goto block_28; } } } } +} else { -lean_object* x_58; lean_object* x_59; +lean_object* x_59; lean_object* x_60; lean_dec(x_31); lean_dec(x_10); -x_58 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2; +x_59 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2; lean_inc(x_6); lean_inc(x_5); -x_59 = l_panic___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__1(x_58, x_5, x_6, x_7); -if (lean_obj_tag(x_59) == 0) -{ -uint8_t x_60; -x_60 = !lean_is_exclusive(x_59); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_59, 0); -lean_dec(x_61); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_29); -lean_ctor_set(x_62, 1, x_30); -x_63 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_59, 0, x_63); -x_11 = x_59; +x_60 = l_panic___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__1(x_59, x_5, x_6, x_7); +if (lean_obj_tag(x_60) == 0) +{ +uint8_t x_61; +x_61 = !lean_is_exclusive(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_60, 0); +lean_dec(x_62); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_29); +lean_ctor_set(x_63, 1, x_30); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_60, 0, x_64); +x_11 = x_60; goto block_28; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_64 = lean_ctor_get(x_59, 1); -lean_inc(x_64); -lean_dec(x_59); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_29); -lean_ctor_set(x_65, 1, x_30); -x_66 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_66, 0, x_65); -x_67 = lean_alloc_ctor(0, 2, 0); +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_65 = lean_ctor_get(x_60, 1); +lean_inc(x_65); +lean_dec(x_60); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_29); +lean_ctor_set(x_66, 1, x_30); +x_67 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_64); -x_11 = x_67; +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_65); +x_11 = x_68; goto block_28; } } else { -uint8_t x_68; +uint8_t x_69; lean_dec(x_30); lean_dec(x_29); -x_68 = !lean_is_exclusive(x_59); -if (x_68 == 0) +x_69 = !lean_is_exclusive(x_60); +if (x_69 == 0) { -x_11 = x_59; +x_11 = x_60; goto block_28; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_59, 0); -x_70 = lean_ctor_get(x_59, 1); +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_60, 0); +x_71 = lean_ctor_get(x_60, 1); +lean_inc(x_71); lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_59); -x_71 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_71, 0, x_69); -lean_ctor_set(x_71, 1, x_70); -x_11 = x_71; +lean_dec(x_60); +x_72 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_72, 0, x_70); +lean_ctor_set(x_72, 1, x_71); +x_11 = x_72; goto block_28; } } @@ -3037,7 +2874,7 @@ x_1 = l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__16; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -3047,11 +2884,11 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1; x_3 = l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg(x_2, x_1); return x_3; } @@ -3626,9 +3463,9 @@ l_Lean_Compiler_LCNF_MonoTypeExtState_mono___default = _init_l_Lean_Compiler_LCN lean_mark_persistent(l_Lean_Compiler_LCNF_MonoTypeExtState_mono___default); l_Lean_Compiler_LCNF_instInhabitedMonoTypeExtState = _init_l_Lean_Compiler_LCNF_instInhabitedMonoTypeExtState(); lean_mark_persistent(l_Lean_Compiler_LCNF_instInhabitedMonoTypeExtState); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951____closed__1); -if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1951_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1); +if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953_(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/PrettyPrinter.c b/stage0/stdlib/Lean/Compiler/LCNF/PrettyPrinter.c index 90ae4c49c30b..0b58097e1f5d 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/PrettyPrinter.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/PrettyPrinter.c @@ -27,6 +27,7 @@ static lean_object* l_Lean_Compiler_LCNF_PP_ppAlt___closed__1; static lean_object* l_Lean_Compiler_LCNF_PP_ppArg___closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PP_ppParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_PP_ppCode___closed__8; +static lean_object* l_Lean_Compiler_LCNF_PP_ppParam___closed__5; static lean_object* l_Lean_Compiler_LCNF_PP_ppParam___closed__4; static lean_object* l_Lean_Compiler_LCNF_PP_ppArg___closed__4; static lean_object* l_Lean_Compiler_LCNF_PP_ppArg___closed__3; @@ -54,6 +55,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PP_ppArg___boxed(lean_object*, lea static lean_object* l_Lean_Compiler_LCNF_PP_ppAlt___closed__3; static lean_object* l_Lean_Compiler_LCNF_PP_ppCode___closed__14; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_indentD(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_PP_ppParam___closed__7; extern lean_object* l_Lean_Expr_instBEqExpr; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PP_ppParams___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_PP_ppCode___closed__1; @@ -64,8 +66,10 @@ static lean_object* l_Lean_Compiler_LCNF_PP_run___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PP_ppAlt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_PP_ppCode___closed__15; static lean_object* l_Lean_Compiler_LCNF_PP_ppExpr___closed__7; +static lean_object* l_Lean_Compiler_LCNF_PP_ppParam___closed__6; static lean_object* l_Lean_Compiler_LCNF_PP_ppAlt___closed__4; static lean_object* l_Lean_Compiler_LCNF_runCompilerWithoutModifyingState___rarg___closed__1; +static lean_object* l_Lean_Compiler_LCNF_PP_ppParam___closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PP_getFunType___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_PP_ppAlt___closed__2; size_t lean_usize_of_nat(lean_object*); @@ -1775,29 +1779,48 @@ static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__1() { _start: { lean_object* x_1; -x_1 = l_Lean_pp_funBinderTypes; +x_1 = lean_mk_string_from_bytes(" : ", 3); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__2() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Compiler_LCNF_PP_ppParam___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_Compiler_LCNF_PP_ppParam___closed__3() { +_start: +{ lean_object* x_1; -x_1 = lean_mk_string_from_bytes(" : ", 3); +x_1 = l_Lean_pp_funBinderTypes; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; -x_2 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_2, 0, x_1); +x_1 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_2 = lean_string_append(x_1, x_1); return x_2; } } -static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_LCNF_PP_ppParam___closed__4; +x_2 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__6() { _start: { lean_object* x_1; @@ -1805,197 +1828,239 @@ x_1 = lean_mk_string_from_bytes("@&", 2); return x_1; } } +static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__7() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_2 = l_Lean_Compiler_LCNF_PP_ppParam___closed__6; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_LCNF_PP_ppParam___closed__7; +x_2 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_3 = lean_string_append(x_1, x_2); +return x_3; +} +} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PP_ppParam(lean_object* x_1, 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; lean_object* x_10; uint8_t x_11; lean_object* x_12; -x_8 = lean_ctor_get_uint8(x_1, sizeof(void*)*3); -x_9 = lean_ctor_get(x_5, 2); -x_10 = l_Lean_Compiler_LCNF_PP_ppParam___closed__1; -x_11 = l_Lean_Option_get___at_Lean_Compiler_LCNF_toConfigOptions___spec__2(x_9, x_10); -if (x_8 == 0) +lean_object* x_8; uint8_t x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = lean_ctor_get_uint8(x_1, sizeof(void*)*3); +x_64 = lean_ctor_get(x_5, 2); +x_65 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_66 = l_Lean_Option_get___at_Lean_Compiler_LCNF_toConfigOptions___spec__2(x_64, x_65); +if (x_63 == 0) +{ +if (x_66 == 0) { -lean_object* x_77; -x_77 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; -x_12 = x_77; -goto block_76; +lean_object* 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_dec(x_2); +x_67 = lean_ctor_get(x_1, 1); +lean_inc(x_67); +lean_dec(x_1); +x_68 = 1; +x_69 = l_Lean_Name_toString(x_67, x_68); +x_70 = l_Lean_Compiler_LCNF_PP_ppParam___closed__5; +x_71 = lean_string_append(x_70, x_69); +lean_dec(x_69); +x_72 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_73 = lean_string_append(x_71, x_72); +x_74 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_74, 0, x_73); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_7); +return x_75; } else { -lean_object* x_78; -x_78 = l_Lean_Compiler_LCNF_PP_ppParam___closed__4; -x_12 = x_78; -goto block_76; +lean_object* x_76; +x_76 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_8 = x_76; +goto block_62; } -block_76: +} +else { -if (x_11 == 0) +if (x_66 == 0) { -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_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_dec(x_2); -x_13 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; -x_14 = lean_string_append(x_13, x_12); -lean_dec(x_12); -x_15 = lean_string_append(x_14, x_13); -x_16 = lean_ctor_get(x_1, 1); -lean_inc(x_16); +x_77 = lean_ctor_get(x_1, 1); +lean_inc(x_77); lean_dec(x_1); -x_17 = 1; -x_18 = l_Lean_Name_toString(x_16, x_17); -x_19 = lean_string_append(x_15, x_18); -lean_dec(x_18); -x_20 = lean_string_append(x_19, x_13); -x_21 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_21, 0, x_20); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_7); -return x_22; +x_78 = 1; +x_79 = l_Lean_Name_toString(x_77, x_78); +x_80 = l_Lean_Compiler_LCNF_PP_ppParam___closed__8; +x_81 = lean_string_append(x_80, x_79); +lean_dec(x_79); +x_82 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__1; +x_83 = lean_string_append(x_81, x_82); +x_84 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_84, 0, x_83); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_7); +return x_85; } else { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_1, 2); -lean_inc(x_23); -x_24 = l_Lean_Compiler_LCNF_PP_ppExpr(x_23, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_24) == 0) +lean_object* x_86; +x_86 = l_Lean_Compiler_LCNF_PP_ppParam___closed__6; +x_8 = x_86; +goto block_62; +} +} +block_62: { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_1, 2); +lean_inc(x_9); +x_10 = l_Lean_Compiler_LCNF_PP_ppExpr(x_9, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_10) == 0) { -lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; -x_26 = lean_ctor_get(x_24, 0); -x_27 = lean_ctor_get(x_1, 1); -lean_inc(x_27); +uint8_t x_11; +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +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; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; +x_12 = lean_ctor_get(x_10, 0); +x_13 = lean_ctor_get(x_1, 1); +lean_inc(x_13); lean_dec(x_1); -x_28 = 1; -x_29 = l_Lean_Name_toString(x_27, x_28); -x_30 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_30, 0, x_29); -x_31 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__2; -x_32 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; -x_34 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_35, 0, x_12); -x_36 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -x_37 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_31); -x_38 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_26); -x_39 = lean_alloc_ctor(5, 2, 0); +x_14 = 1; +x_15 = l_Lean_Name_toString(x_13, x_14); +x_16 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_16, 0, x_15); +x_17 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__2; +x_18 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_16); +x_19 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; +x_20 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_21, 0, x_8); +x_22 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +x_23 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_17); +x_24 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_12); +x_25 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_17); +x_26 = l_Lean_Compiler_LCNF_PP_ppArg___closed__9; +x_27 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_25); +x_28 = l_Lean_Compiler_LCNF_PP_ppArg___closed__11; +x_29 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +x_30 = l_Lean_Compiler_LCNF_PP_ppArg___closed__8; +x_31 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_29); +x_32 = 0; +x_33 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set_uint8(x_33, sizeof(void*)*1, x_32); +lean_ctor_set(x_10, 0, x_33); +return x_10; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; 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; +x_34 = lean_ctor_get(x_10, 0); +x_35 = lean_ctor_get(x_10, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_10); +x_36 = lean_ctor_get(x_1, 1); +lean_inc(x_36); +lean_dec(x_1); +x_37 = 1; +x_38 = l_Lean_Name_toString(x_36, x_37); +x_39 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_31); -x_40 = l_Lean_Compiler_LCNF_PP_ppArg___closed__9; +x_40 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__2; x_41 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Compiler_LCNF_PP_ppArg___closed__11; +x_42 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_41); lean_ctor_set(x_43, 1, x_42); -x_44 = l_Lean_Compiler_LCNF_PP_ppArg___closed__8; -x_45 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_43); -x_46 = 0; -x_47 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set_uint8(x_47, sizeof(void*)*1, x_46); -lean_ctor_set(x_24, 0, x_47); -return x_24; -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_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; uint8_t x_69; lean_object* x_70; lean_object* x_71; -x_48 = lean_ctor_get(x_24, 0); -x_49 = lean_ctor_get(x_24, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_24); -x_50 = lean_ctor_get(x_1, 1); -lean_inc(x_50); -lean_dec(x_1); -x_51 = 1; -x_52 = l_Lean_Name_toString(x_50, x_51); -x_53 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_53, 0, x_52); -x_54 = l_Subarray_forInUnsafe_loop___at___private_Lean_Compiler_LCNF_PrettyPrinter_0__Lean_Compiler_LCNF_PP_join___spec__1___rarg___closed__2; -x_55 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; -x_57 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -x_58 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_58, 0, x_12); -x_59 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -x_60 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_54); -x_61 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_48); -x_62 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_54); -x_63 = l_Lean_Compiler_LCNF_PP_ppArg___closed__9; -x_64 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_62); -x_65 = l_Lean_Compiler_LCNF_PP_ppArg___closed__11; -x_66 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_66, 0, x_64); -lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Compiler_LCNF_PP_ppArg___closed__8; -x_68 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_66); -x_69 = 0; -x_70 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set_uint8(x_70, sizeof(void*)*1, x_69); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_49); -return x_71; +x_44 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_44, 0, x_8); +x_45 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_45, 0, x_43); +lean_ctor_set(x_45, 1, x_44); +x_46 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_40); +x_47 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_34); +x_48 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_40); +x_49 = l_Lean_Compiler_LCNF_PP_ppArg___closed__9; +x_50 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_48); +x_51 = l_Lean_Compiler_LCNF_PP_ppArg___closed__11; +x_52 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Lean_Compiler_LCNF_PP_ppArg___closed__8; +x_54 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_52); +x_55 = 0; +x_56 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set_uint8(x_56, sizeof(void*)*1, x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_35); +return x_57; } } else { -uint8_t x_72; -lean_dec(x_12); +uint8_t x_58; +lean_dec(x_8); lean_dec(x_1); -x_72 = !lean_is_exclusive(x_24); -if (x_72 == 0) +x_58 = !lean_is_exclusive(x_10); +if (x_58 == 0) { -return x_24; +return x_10; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_24, 0); -x_74 = lean_ctor_get(x_24, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_24); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; -} +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_10, 0); +x_60 = lean_ctor_get(x_10, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_10); +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; } } } @@ -2229,7 +2294,7 @@ x_56 = l_Lean_Compiler_LCNF_PP_ppLetDecl___closed__3; x_57 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_55); -x_58 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_58 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_59 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_59, 0, x_57); lean_ctor_set(x_59, 1, x_58); @@ -2269,7 +2334,7 @@ x_72 = l_Lean_Compiler_LCNF_PP_ppLetDecl___closed__3; x_73 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_73, 0, x_72); lean_ctor_set(x_73, 1, x_71); -x_74 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_74 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_75 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_75, 0, x_73); lean_ctor_set(x_75, 1, x_74); @@ -2460,7 +2525,7 @@ lean_ctor_set(x_29, 1, x_27); x_30 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_10); -x_31 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_31 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_32 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); @@ -2506,7 +2571,7 @@ lean_ctor_set(x_47, 1, x_45); x_48 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_48, 0, x_47); lean_ctor_set(x_48, 1, x_10); -x_49 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_49 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_50 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_50, 0, x_48); lean_ctor_set(x_50, 1, x_49); @@ -3334,7 +3399,7 @@ x_145 = l_Lean_Compiler_LCNF_PP_ppCode___closed__11; x_146 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_146, 0, x_145); lean_ctor_set(x_146, 1, x_133); -x_147 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_147 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_148 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_148, 0, x_146); lean_ctor_set(x_148, 1, x_147); @@ -3366,7 +3431,7 @@ x_156 = l_Lean_Compiler_LCNF_PP_ppCode___closed__11; x_157 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_157, 0, x_156); lean_ctor_set(x_157, 1, x_133); -x_158 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_158 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_159 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_159, 0, x_157); lean_ctor_set(x_159, 1, x_158); @@ -4136,7 +4201,7 @@ lean_ctor_set(x_28, 1, x_27); x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_28); lean_ctor_set(x_29, 1, x_3); -x_30 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_30 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_31 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_31, 0, x_29); lean_ctor_set(x_31, 1, x_30); @@ -4183,7 +4248,7 @@ lean_ctor_set(x_47, 1, x_46); x_48 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_48, 0, x_47); lean_ctor_set(x_48, 1, x_3); -x_49 = l_Lean_Compiler_LCNF_PP_ppParam___closed__3; +x_49 = l_Lean_Compiler_LCNF_PP_ppParam___closed__2; x_50 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_50, 0, x_48); lean_ctor_set(x_50, 1, x_49); @@ -4643,6 +4708,14 @@ l_Lean_Compiler_LCNF_PP_ppParam___closed__3 = _init_l_Lean_Compiler_LCNF_PP_ppPa lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParam___closed__3); l_Lean_Compiler_LCNF_PP_ppParam___closed__4 = _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__4(); lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParam___closed__4); +l_Lean_Compiler_LCNF_PP_ppParam___closed__5 = _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParam___closed__5); +l_Lean_Compiler_LCNF_PP_ppParam___closed__6 = _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParam___closed__6); +l_Lean_Compiler_LCNF_PP_ppParam___closed__7 = _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParam___closed__7); +l_Lean_Compiler_LCNF_PP_ppParam___closed__8 = _init_l_Lean_Compiler_LCNF_PP_ppParam___closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParam___closed__8); l_Lean_Compiler_LCNF_PP_ppParams___closed__1 = _init_l_Lean_Compiler_LCNF_PP_ppParams___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_PP_ppParams___closed__1); l_Lean_Compiler_LCNF_PP_ppLetDecl___closed__1 = _init_l_Lean_Compiler_LCNF_PP_ppLetDecl___closed__1(); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/PullFunDecls.c b/stage0/stdlib/Lean/Compiler/LCNF/PullFunDecls.c index de95b2aea37a..a4ca57494cf6 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/PullFunDecls.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/PullFunDecls.c @@ -769,131 +769,103 @@ x_17 = lean_unbox(x_16); lean_dec(x_16); if (x_17 == 0) { -lean_object* x_18; uint8_t x_19; +lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_18 = lean_ctor_get(x_15, 1); lean_inc(x_18); lean_dec(x_15); x_19 = lean_nat_dec_lt(x_5, x_2); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; x_20 = lean_ctor_get(x_3, 0); x_21 = lean_ctor_get(x_20, 0); -x_22 = l_Lean_Compiler_LCNF_PullFunDecls_instInhabitedToPull; -x_23 = l___private_Init_Util_0__outOfBounds___rarg(x_22); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_24, x_21); -lean_dec(x_24); -if (lean_obj_tag(x_25) == 0) +if (x_19 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_nat_add(x_5, x_7); -lean_dec(x_5); -x_27 = lean_box(0); -x_4 = x_14; -x_5 = x_26; -x_8 = x_27; -x_9 = x_18; -goto _start; +lean_object* x_34; lean_object* x_35; +x_34 = l_Lean_Compiler_LCNF_PullFunDecls_instInhabitedToPull; +x_35 = l___private_Init_Util_0__outOfBounds___rarg(x_34); +x_22 = x_35; +goto block_33; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_25); -x_29 = l_Lean_Compiler_LCNF_PullFunDecls_attach_visit(x_1, x_5, x_18); -x_30 = lean_ctor_get(x_29, 1); -lean_inc(x_30); -lean_dec(x_29); -x_31 = lean_nat_add(x_5, x_7); -lean_dec(x_5); -x_32 = lean_box(0); -x_4 = x_14; -x_5 = x_31; -x_8 = x_32; -x_9 = x_30; -goto _start; -} +lean_object* x_36; +x_36 = lean_array_fget(x_1, x_5); +x_22 = x_36; +goto block_33; } -else +block_33: { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_34 = lean_ctor_get(x_3, 0); -x_35 = lean_ctor_get(x_34, 0); -x_36 = lean_array_fget(x_1, x_5); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -lean_dec(x_36); -x_38 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_37, x_35); -lean_dec(x_37); -if (lean_obj_tag(x_38) == 0) +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_23, x_21); +lean_dec(x_23); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_39; lean_object* x_40; -x_39 = lean_nat_add(x_5, x_7); +lean_object* x_25; lean_object* x_26; +x_25 = lean_nat_add(x_5, x_7); lean_dec(x_5); -x_40 = lean_box(0); +x_26 = lean_box(0); x_4 = x_14; -x_5 = x_39; -x_8 = x_40; +x_5 = x_25; +x_8 = x_26; x_9 = x_18; goto _start; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -lean_dec(x_38); -x_42 = l_Lean_Compiler_LCNF_PullFunDecls_attach_visit(x_1, x_5, x_18); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_nat_add(x_5, x_7); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_24); +x_28 = l_Lean_Compiler_LCNF_PullFunDecls_attach_visit(x_1, x_5, x_18); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = lean_nat_add(x_5, x_7); lean_dec(x_5); -x_45 = lean_box(0); +x_31 = lean_box(0); x_4 = x_14; -x_5 = x_44; -x_8 = x_45; -x_9 = x_43; +x_5 = x_30; +x_8 = x_31; +x_9 = x_29; goto _start; } } } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_15, 1); -lean_inc(x_47); +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_15, 1); +lean_inc(x_37); lean_dec(x_15); -x_48 = lean_nat_add(x_5, x_7); +x_38 = lean_nat_add(x_5, x_7); lean_dec(x_5); -x_49 = lean_box(0); +x_39 = lean_box(0); x_4 = x_14; -x_5 = x_48; -x_8 = x_49; -x_9 = x_47; +x_5 = x_38; +x_8 = x_39; +x_9 = x_37; goto _start; } } else { -lean_object* x_51; +lean_object* x_41; lean_dec(x_5); lean_dec(x_4); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_8); -lean_ctor_set(x_51, 1, x_9); -return x_51; +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_8); +lean_ctor_set(x_41, 1, x_9); +return x_41; } } else { -lean_object* x_52; +lean_object* x_42; lean_dec(x_5); lean_dec(x_4); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_8); -lean_ctor_set(x_52, 1, x_9); -return x_52; +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_8); +lean_ctor_set(x_42, 1, x_9); +return x_42; } } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/PullLetDecls.c b/stage0/stdlib/Lean/Compiler/LCNF/PullLetDecls.c index 447cd4cbfb8f..16e54ef44225 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/PullLetDecls.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/PullLetDecls.c @@ -13,10 +13,10 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_attachToPull___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_pullLetDecls___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_Compiler_LCNF_pullInstances___closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__16; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_PullLetDecls_pullDecls___spec__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_ReaderT_bind___at_Lean_Compiler_LCNF_PullLetDecls_pullDecls___spec__1(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -25,79 +25,81 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_State_toPull___defaul LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Compiler_LCNF_PullLetDecls_attachToPull___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_pullInstances___closed__1; static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_State_toPull___default___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withCheckpoint(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_shouldPull(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_panic___at___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltsImp___spec__1(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); uint8_t l___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_LetDecl_depOn(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__12; lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__2; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___lambda__1___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_PullLetDecls_withParams___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__11; static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___lambda__1___closed__2; static lean_object* l_Lean_Compiler_LCNF_pullInstances___closed__4; static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_shouldPull___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__19; size_t lean_ptr_addr(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__13; size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withParams(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_PullM_run(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1; static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_pullLetDecls___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__19; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__11; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__17; lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___lambda__1___closed__4; lean_object* l_Lean_Compiler_LCNF_isClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__14; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832_(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withCheckpoint_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__15; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_PullLetDecls_pullDecls___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__14; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_pullInstances___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_PullLetDecls_pullDecls___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_Compiler_LCNF_PullLetDecls_Context_included___default; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_pullInstances; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_pullLetDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withNewScope(lean_object*); static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___lambda__2___closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_PullM_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__5; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullAlt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_pullInstances___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___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_Array_append___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_shouldPull___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_pullInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_pullInstances___closed__3; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831_(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_pullInstances___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_Compiler_LCNF_PullLetDecls_withParams___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_shrink___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_attachToPull(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__5; lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__18; size_t lean_usize_sub(size_t, size_t); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -105,18 +107,16 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withCheckpoint_go(lea lean_object* l_Lean_Compiler_LCNF_Pass_mkPerDeclaration(lean_object*, lean_object*, uint8_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__12; static lean_object* l_Lean_Compiler_LCNF_PullLetDecls_pullDecls___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Compiler_LCNF_PullLetDecls_attachToPull___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withParams___rarg(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_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__4; lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__17; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_PullLetDecls_withParams___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withNewScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__16; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__9; lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_PullLetDecls_withFVar___rarg(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_PullLetDecls_shouldPull___closed__1; static lean_object* _init_l_Lean_Compiler_LCNF_PullLetDecls_Context_included___default() { @@ -3362,7 +3362,7 @@ x_1 = l_Lean_Compiler_LCNF_pullInstances___closed__4; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1() { _start: { lean_object* x_1; @@ -3370,17 +3370,17 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1; x_2 = l_Lean_Compiler_LCNF_pullInstances___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3() { _start: { lean_object* x_1; @@ -3388,27 +3388,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6() { _start: { lean_object* x_1; @@ -3416,17 +3416,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__8() { _start: { lean_object* x_1; @@ -3434,17 +3434,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__10() { _start: { lean_object* x_1; @@ -3452,47 +3452,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__13; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__13; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__15() { _start: { lean_object* x_1; @@ -3500,17 +3500,17 @@ x_1 = lean_mk_string_from_bytes("PullLetDecls", 12); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__17() { _start: { lean_object* x_1; @@ -3518,33 +3518,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__18; -x_2 = lean_unsigned_to_nat(1831u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__18; +x_2 = lean_unsigned_to_nat(1832u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -3608,45 +3608,45 @@ l_Lean_Compiler_LCNF_pullInstances___closed__4 = _init_l_Lean_Compiler_LCNF_pull lean_mark_persistent(l_Lean_Compiler_LCNF_pullInstances___closed__4); l_Lean_Compiler_LCNF_pullInstances = _init_l_Lean_Compiler_LCNF_pullInstances(); lean_mark_persistent(l_Lean_Compiler_LCNF_pullInstances); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1831_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_PullLetDecls___hyg_1832_(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/LCNF/ReduceArity.c b/stage0/stdlib/Lean/Compiler/LCNF/ReduceArity.c index 19a9c96999ee..5cc546e91d8e 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ReduceArity.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ReduceArity.c @@ -15,15 +15,15 @@ extern "C" { #endif lean_object* l_Lean_Compiler_LCNF_mkAuxLetDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_reduceArity___closed__3; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_FindUsed_visitLetValue___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* l_Lean_Compiler_LCNF_LetDecl_updateValue(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_Decl_reduceArity___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___closed__5; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_reduceArity___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_visitLetValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__4; @@ -43,12 +43,13 @@ static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___closed__7; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__14; +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__4; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_Decl_reduceArity___lambda__1___closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_FindUsed_visitLetValue___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_FindUsed_visitLetValue___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_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ReduceArity_reduce___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -56,24 +57,25 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ReduceArity_reduce(lean_object*, l static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___closed__1; lean_object* l_Lean_Compiler_LCNF_mkForallParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_saveMono(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__6; size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__5; +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__5; +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__3; static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_reduceArity; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1(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_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Internalize_internalizeFunDecl___spec__1(size_t, size_t, 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_FindUsed_visitLetValue___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*); static lean_object* l_Lean_Compiler_LCNF_ReduceArity_reduce___closed__1; lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FindUsed_visitLetValue___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_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__2; @@ -82,16 +84,19 @@ lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Met static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__5; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_reduceArity___elambda__1___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__16; -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__6; static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__13(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_ReduceArity_reduce___lambda__1___closed__1; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_AltCore_getCode(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___boxed(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_FindUsed_visitLetValue___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ReduceArity_reduce___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*); @@ -99,30 +104,29 @@ static lean_object* l_Lean_Compiler_LCNF_reduceArity___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_collectUsedParams(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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___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_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__10; -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2; +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___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_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__8; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_visitFVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_reduceArity___closed__2; static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__3; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___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_Compiler_LCNF_FindUsed_collectUsedParams___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__2___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FindUsed_visit___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_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_ReduceArity_reduce___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_visit(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_FindUsed_visitLetValue___spec__4(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_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_visitArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__17; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___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*); @@ -140,35 +144,35 @@ lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_obje lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FindUsed_visitLetValue___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__15; -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_reduceArity___elambda__1___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___closed__8; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceArity_reduce___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_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ReduceArity_reduce___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__12; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceArity_reduce___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_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceArity___hyg_2769____closed__7; lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_visitFVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_FindUsed_State_used___default; static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___closed__6; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_FindUsed_collectUsedParams___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__6; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___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_Compiler_LCNF_FindUsed_visit___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* _init_l_Lean_Compiler_LCNF_FindUsed_State_used___default() { _start: @@ -3579,7 +3583,81 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5(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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { +_start: +{ +uint8_t x_8; +x_8 = lean_usize_dec_eq(x_5, x_6); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = 1; +x_12 = lean_usize_add(x_5, x_11); +x_13 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_10); +lean_dec(x_10); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_7, x_9); +x_5 = x_12; +x_7 = x_14; +goto _start; +} +else +{ +lean_dec(x_13); +lean_dec(x_9); +x_5 = x_12; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(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_eq(x_5, x_6); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = 1; +x_12 = lean_usize_add(x_5, x_11); +x_13 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_3, x_10); +lean_dec(x_10); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_7, x_9); +x_5 = x_12; +x_7 = x_14; +goto _start; +} +else +{ +lean_dec(x_13); +lean_dec(x_9); +x_5 = x_12; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { _start: { uint8_t x_7; @@ -3592,7 +3670,7 @@ x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); x_10 = 1; x_11 = lean_usize_add(x_4, x_10); -x_12 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_9); +x_12 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_9); lean_dec(x_9); if (lean_obj_tag(x_12) == 0) { @@ -3616,44 +3694,81 @@ return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(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_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_8; +x_8 = lean_usize_dec_eq(x_5, x_6); +if (x_8 == 0) { -lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; lean_object* x_11; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_11 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_8); -lean_dec(x_8); -if (lean_obj_tag(x_11) == 0) +lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = 1; +x_12 = lean_usize_add(x_5, x_11); +x_13 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_10); +lean_dec(x_10); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_12; -x_12 = lean_array_push(x_5, x_7); -x_3 = x_10; +lean_dec(x_9); x_5 = x_12; goto _start; } else { -lean_dec(x_11); -lean_dec(x_7); -x_3 = x_10; +lean_object* x_15; +lean_dec(x_13); +x_15 = lean_array_push(x_7, x_9); +x_5 = x_12; +x_7 = x_15; goto _start; } } else { -return x_5; +return x_7; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(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_eq(x_5, x_6); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = 1; +x_12 = lean_usize_add(x_5, x_11); +x_13 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_3, x_10); +lean_dec(x_10); +if (lean_obj_tag(x_13) == 0) +{ +lean_dec(x_9); +x_5 = x_12; +goto _start; +} +else +{ +lean_object* x_15; +lean_dec(x_13); +x_15 = lean_array_push(x_7, x_9); +x_5 = x_12; +x_7 = x_15; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -3666,7 +3781,7 @@ x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); x_10 = 1; x_11 = lean_usize_add(x_4, x_10); -x_12 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_9); +x_12 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_9); lean_dec(x_9); if (lean_obj_tag(x_12) == 0) { @@ -3690,44 +3805,7 @@ return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { -_start: -{ -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; lean_object* x_11; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_11 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_8); -lean_dec(x_8); -if (lean_obj_tag(x_11) == 0) -{ -lean_dec(x_7); -x_3 = x_10; -goto _start; -} -else -{ -lean_object* x_13; -lean_dec(x_11); -x_13 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_13; -goto _start; -} -} -else -{ -return x_5; -} -} -} -LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -3740,7 +3818,7 @@ lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_obj x_3 = lean_ctor_get(x_2, 0); x_4 = lean_ctor_get(x_2, 1); x_5 = lean_ctor_get(x_2, 3); -x_6 = l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(x_1, x_5); +x_6 = l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(x_1, x_5); lean_inc(x_4); x_7 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_7, 0, x_4); @@ -3751,17 +3829,17 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = lean_box(0); -x_3 = l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(x_2, x_1); +x_3 = l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(x_2, x_1); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__13(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -3809,7 +3887,7 @@ goto _start; } } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__1() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__1() { _start: { lean_object* x_1; @@ -3817,21 +3895,21 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__1; +x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___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_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__3() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2; +x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3839,11 +3917,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__4() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2; +x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3851,11 +3929,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__5() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2; +x_1 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3863,14 +3941,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__6() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___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 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__3; -x_3 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__4; -x_4 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__5; +x_2 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__3; +x_3 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__4; +x_4 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__5; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_1); @@ -3884,7 +3962,7 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___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_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { _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; 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; @@ -3909,7 +3987,7 @@ lean_inc(x_16); lean_dec(x_14); x_17 = l_Lean_Compiler_LCNF_LCtx_toLocalContext(x_16); x_18 = lean_ctor_get(x_5, 2); -x_19 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__6; +x_19 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__6; lean_inc(x_18); x_20 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_20, 0, x_12); @@ -4140,7 +4218,7 @@ else { lean_object* x_109; lean_object* x_110; x_109 = l_Lean_Compiler_LCNF_ReduceArity_reduce___lambda__1___closed__1; -x_110 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(x_2, x_3, x_18, x_17, x_109); +x_110 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(x_2, x_2, x_3, x_18, x_17, x_109); x_26 = x_110; goto block_105; } @@ -4170,7 +4248,7 @@ else { lean_object* x_103; lean_object* x_104; x_103 = l_Lean_Compiler_LCNF_ReduceArity_reduce___lambda__1___closed__1; -x_104 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(x_2, x_3, x_18, x_17, x_103); +x_104 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7(x_2, x_2, x_3, x_18, x_17, x_103); x_27 = x_104; goto block_99; } @@ -4632,9 +4710,9 @@ x_35 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_35, 0, x_33); lean_ctor_set(x_35, 1, x_34); lean_inc(x_9); -x_36 = l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(x_9); +x_36 = l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(x_9); x_37 = lean_box(0); -x_38 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(x_36, x_37); +x_38 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__13(x_36, x_37); x_39 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_38, x_37); x_40 = l_Lean_MessageData_ofList(x_39); lean_dec(x_39); @@ -4644,7 +4722,7 @@ lean_ctor_set(x_41, 1, x_40); x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_32); -x_43 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(x_23, x_42, x_2, x_3, x_4, x_5, x_30); +x_43 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14(x_23, x_42, x_2, x_3, x_4, x_5, x_30); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_ctor_get(x_43, 1); @@ -4744,9 +4822,9 @@ x_75 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_75, 0, x_73); lean_ctor_set(x_75, 1, x_74); lean_inc(x_49); -x_76 = l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(x_49); +x_76 = l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(x_49); x_77 = lean_box(0); -x_78 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__11(x_76, x_77); +x_78 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__13(x_76, x_77); x_79 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_78, x_77); x_80 = l_Lean_MessageData_ofList(x_79); lean_dec(x_79); @@ -4756,7 +4834,7 @@ 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_72); -x_83 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(x_63, x_82, x_2, x_3, x_4, x_5, x_70); +x_83 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14(x_63, x_82, x_2, x_3, x_4, x_5, x_70); x_84 = lean_ctor_get(x_83, 0); lean_inc(x_84); x_85 = lean_ctor_get(x_83, 1); @@ -4851,36 +4929,39 @@ lean_dec(x_1); return x_13; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { _start: { -size_t x_7; size_t x_8; lean_object* x_9; -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_8; size_t x_9; lean_object* x_10; x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5(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_9; +return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__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) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); +size_t x_8; size_t x_9; lean_object* x_10; +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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(x_1, x_2, x_3, x_4, x_8, x_9, x_7); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___at_Lean_Compiler_LCNF_Decl_reduceArity___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; size_t x_8; lean_object* x_9; @@ -4888,41 +4969,74 @@ x_7 = lean_unbox_usize(x_4); lean_dec(x_4); x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__5___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__6___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___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_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__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) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_8; size_t x_9; lean_object* x_10; +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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(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_10; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { +_start: +{ +size_t x_8; size_t x_9; lean_object* x_10; +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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9(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_10; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__7___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__8___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__9___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__10(x_1, x_2); +x_3 = l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___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_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___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) { _start: { lean_object* x_8; -x_8 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14(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); @@ -5336,18 +5450,18 @@ l_Lean_Compiler_LCNF_ReduceArity_reduce___closed__1 = _init_l_Lean_Compiler_LCNF lean_mark_persistent(l_Lean_Compiler_LCNF_ReduceArity_reduce___closed__1); l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__1___closed__1 = _init_l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__1___closed__1(); lean_mark_persistent(l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__1___closed__1); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__1 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__1(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__1); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__2); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__3 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__3(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__3); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__4 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__4(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__4); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__5 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__5(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__5); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__6 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__6(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__12___closed__6); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__1 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__1(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__1); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__2); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__3 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__3(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__3); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__4 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__4(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__4); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__5 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__5(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__5); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__6 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__6(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Decl_reduceArity___spec__14___closed__6); l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__1 = _init_l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__1); l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__2 = _init_l_Lean_Compiler_LCNF_Decl_reduceArity___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/ReduceJpArity.c b/stage0/stdlib/Lean/Compiler/LCNF/ReduceJpArity.c index d6b0d01e8961..3738dc27e4cc 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ReduceJpArity.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ReduceJpArity.c @@ -13,38 +13,41 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__12; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__18; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__18; lean_object* lean_mk_empty_array_with_capacity(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__12; lean_object* l_Lean_Compiler_LCNF_Code_collectUsed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_reduceJpArity___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__14; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__2; lean_object* l_Lean_Compiler_LCNF_Code_inferType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__17; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3; lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Compiler_LCNF_reduceJpArity___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__17; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__10; lean_object* l_Lean_Compiler_LCNF_mkForallParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__15; size_t lean_ptr_addr(lean_object*); size_t lean_usize_of_nat(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_reduceJpArity___boxed(lean_object*); lean_object* l_Array_reverse___rarg(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__13; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__1___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__2(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__4; lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__1___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_reduceJpArity(uint8_t); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__10; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_AltCore_getCode(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ReduceJpArity_reduce___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -53,38 +56,35 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ReduceJpArity_reduce(lean_object*, lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___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_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__11; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__4; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__5; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__1(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__9; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__16; static lean_object* l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__2; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031_(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__16; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__11; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__13; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_Compiler_LCNF_Pass_mkPerDeclaration(lean_object*, lean_object*, uint8_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__8; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__6(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*); uint8_t lean_usize_dec_lt(size_t, size_t); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__14; lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__19; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__19; static lean_object* l_Lean_Compiler_LCNF_reduceJpArity___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_reduceJpArity(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { @@ -100,126 +100,137 @@ return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_14 = lean_array_uget(x_2, x_4); -x_15 = lean_ctor_get(x_5, 1); -lean_inc(x_15); -x_16 = lean_ctor_get(x_5, 0); -lean_inc(x_16); +x_22 = lean_ctor_get(x_5, 1); +lean_inc(x_22); +x_23 = lean_ctor_get(x_5, 0); +lean_inc(x_23); lean_dec(x_5); -x_17 = !lean_is_exclusive(x_15); -if (x_17 == 0) +x_24 = !lean_is_exclusive(x_22); +if (x_24 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_18 = lean_ctor_get(x_15, 0); -x_19 = lean_ctor_get(x_15, 1); -x_20 = lean_ctor_get(x_14, 0); -lean_inc(x_20); -x_21 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_19, x_20); -lean_dec(x_20); -if (lean_obj_tag(x_21) == 0) +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_22, 0); +x_26 = lean_ctor_get(x_22, 1); +x_27 = lean_ctor_get(x_14, 0); +lean_inc(x_27); +x_28 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_26, x_27); +lean_dec(x_27); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; size_t x_28; size_t x_29; -x_22 = l_Lean_Compiler_LCNF_eraseParam(x_14, x_7, x_8, x_9, x_10, x_11); +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_29 = l_Lean_Compiler_LCNF_eraseParam(x_14, x_7, x_8, x_9, x_10, x_11); lean_dec(x_14); -x_23 = lean_ctor_get(x_22, 1); -lean_inc(x_23); -lean_dec(x_22); -x_24 = 0; -x_25 = lean_box(x_24); -x_26 = lean_array_push(x_16, x_25); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_15); -x_28 = 1; -x_29 = lean_usize_add(x_4, x_28); -x_4 = x_29; -x_5 = x_27; -x_11 = x_23; -goto _start; -} -else -{ -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; size_t x_38; size_t x_39; -lean_dec(x_21); -x_31 = lean_ctor_get(x_14, 2); -lean_inc(x_31); -x_32 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_31, x_19); -x_33 = 1; -x_34 = lean_box(x_33); -x_35 = lean_array_push(x_16, x_34); -x_36 = lean_array_push(x_18, x_14); -lean_ctor_set(x_15, 1, x_32); -lean_ctor_set(x_15, 0, x_36); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_15); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +x_31 = 0; +x_32 = lean_box(x_31); +x_33 = lean_array_push(x_23, x_32); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_22); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_15 = x_35; +x_16 = x_30; +goto block_21; +} +else +{ +lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_dec(x_28); +x_36 = lean_ctor_get(x_14, 2); +lean_inc(x_36); +x_37 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_36, x_26); x_38 = 1; -x_39 = lean_usize_add(x_4, x_38); -x_4 = x_39; -x_5 = x_37; -goto _start; +x_39 = lean_box(x_38); +x_40 = lean_array_push(x_23, x_39); +x_41 = lean_array_push(x_25, x_14); +lean_ctor_set(x_22, 1, x_37); +lean_ctor_set(x_22, 0, x_41); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_22); +x_43 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_42); +x_15 = x_43; +x_16 = x_11; +goto block_21; } } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_15, 0); -x_42 = lean_ctor_get(x_15, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_15); -x_43 = lean_ctor_get(x_14, 0); -lean_inc(x_43); -x_44 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_42, x_43); -lean_dec(x_43); -if (lean_obj_tag(x_44) == 0) +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_44 = lean_ctor_get(x_22, 0); +x_45 = lean_ctor_get(x_22, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_22); +x_46 = lean_ctor_get(x_14, 0); +lean_inc(x_46); +x_47 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_45, x_46); +lean_dec(x_46); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_45; lean_object* x_46; uint8_t 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_45 = l_Lean_Compiler_LCNF_eraseParam(x_14, x_7, x_8, x_9, x_10, x_11); +lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_48 = l_Lean_Compiler_LCNF_eraseParam(x_14, x_7, x_8, x_9, x_10, x_11); lean_dec(x_14); -x_46 = lean_ctor_get(x_45, 1); -lean_inc(x_46); -lean_dec(x_45); -x_47 = 0; -x_48 = lean_box(x_47); -x_49 = lean_array_push(x_16, x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_41); -lean_ctor_set(x_50, 1, x_42); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = 1; -x_53 = lean_usize_add(x_4, x_52); -x_4 = x_53; -x_5 = x_51; -x_11 = x_46; -goto _start; +x_49 = lean_ctor_get(x_48, 1); +lean_inc(x_49); +lean_dec(x_48); +x_50 = 0; +x_51 = lean_box(x_50); +x_52 = lean_array_push(x_23, x_51); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_44); +lean_ctor_set(x_53, 1, x_45); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_55, 0, x_54); +x_15 = x_55; +x_16 = x_49; +goto block_21; } else { -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; size_t x_63; size_t x_64; -lean_dec(x_44); -x_55 = lean_ctor_get(x_14, 2); -lean_inc(x_55); -x_56 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_55, x_42); -x_57 = 1; -x_58 = lean_box(x_57); -x_59 = lean_array_push(x_16, x_58); -x_60 = lean_array_push(x_41, x_14); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_56); +lean_object* x_56; lean_object* x_57; uint8_t 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_dec(x_47); +x_56 = lean_ctor_get(x_14, 2); +lean_inc(x_56); +x_57 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_56, x_45); +x_58 = 1; +x_59 = lean_box(x_58); +x_60 = lean_array_push(x_23, x_59); +x_61 = lean_array_push(x_44, x_14); x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_59); -lean_ctor_set(x_62, 1, x_61); -x_63 = 1; -x_64 = lean_usize_add(x_4, x_63); -x_4 = x_64; -x_5 = x_62; -goto _start; +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_57); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_60); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, x_63); +x_15 = x_64; +x_16 = x_11; +goto block_21; +} } +block_21: +{ +lean_object* x_17; size_t x_18; size_t x_19; +x_17 = lean_ctor_get(x_15, 0); +lean_inc(x_17); +lean_dec(x_15); +x_18 = 1; +x_19 = lean_usize_add(x_4, x_18); +x_4 = x_19; +x_5 = x_17; +x_11 = x_16; +goto _start; } } } @@ -239,130 +250,141 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_21; lean_object* x_22; uint8_t x_23; x_13 = lean_array_uget(x_1, x_3); -x_14 = lean_ctor_get(x_4, 1); -lean_inc(x_14); -x_15 = lean_ctor_get(x_4, 0); -lean_inc(x_15); +x_21 = lean_ctor_get(x_4, 1); +lean_inc(x_21); +x_22 = lean_ctor_get(x_4, 0); +lean_inc(x_22); lean_dec(x_4); -x_16 = !lean_is_exclusive(x_14); -if (x_16 == 0) +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_14, 0); -x_18 = lean_ctor_get(x_14, 1); -x_19 = lean_ctor_get(x_13, 0); -lean_inc(x_19); -x_20 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_18, x_19); -lean_dec(x_19); -if (lean_obj_tag(x_20) == 0) +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_21, 0); +x_25 = lean_ctor_get(x_21, 1); +x_26 = lean_ctor_get(x_13, 0); +lean_inc(x_26); +x_27 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_25, x_26); +lean_dec(x_26); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; -x_21 = l_Lean_Compiler_LCNF_eraseParam(x_13, x_6, x_7, x_8, x_9, x_10); +lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_28 = l_Lean_Compiler_LCNF_eraseParam(x_13, x_6, x_7, x_8, x_9, x_10); lean_dec(x_13); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -x_23 = 0; -x_24 = lean_box(x_23); -x_25 = lean_array_push(x_15, x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_14); -x_27 = 1; -x_28 = lean_usize_add(x_3, x_27); -x_3 = x_28; -x_4 = x_26; -x_10 = x_22; -goto _start; +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = 0; +x_31 = lean_box(x_30); +x_32 = lean_array_push(x_22, x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_21); +x_34 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_14 = x_34; +x_15 = x_29; +goto block_20; } else { -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; size_t x_37; size_t x_38; -lean_dec(x_20); -x_30 = lean_ctor_get(x_13, 2); -lean_inc(x_30); -x_31 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_30, x_18); -x_32 = 1; -x_33 = lean_box(x_32); -x_34 = lean_array_push(x_15, x_33); -x_35 = lean_array_push(x_17, x_13); -lean_ctor_set(x_14, 1, x_31); -lean_ctor_set(x_14, 0, x_35); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_14); +lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_27); +x_35 = lean_ctor_get(x_13, 2); +lean_inc(x_35); +x_36 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_35, x_25); x_37 = 1; -x_38 = lean_usize_add(x_3, x_37); -x_3 = x_38; -x_4 = x_36; -goto _start; -} -} -else -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_40 = lean_ctor_get(x_14, 0); -x_41 = lean_ctor_get(x_14, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_14); -x_42 = lean_ctor_get(x_13, 0); -lean_inc(x_42); -x_43 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_41, x_42); -lean_dec(x_42); -if (lean_obj_tag(x_43) == 0) +x_38 = lean_box(x_37); +x_39 = lean_array_push(x_22, x_38); +x_40 = lean_array_push(x_24, x_13); +lean_ctor_set(x_21, 1, x_36); +lean_ctor_set(x_21, 0, x_40); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_21); +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_41); +x_14 = x_42; +x_15 = x_10; +goto block_20; +} +} +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_43 = lean_ctor_get(x_21, 0); +x_44 = lean_ctor_get(x_21, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_21); +x_45 = lean_ctor_get(x_13, 0); +lean_inc(x_45); +x_46 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_44, x_45); +lean_dec(x_45); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_44; lean_object* x_45; uint8_t x_46; 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_44 = l_Lean_Compiler_LCNF_eraseParam(x_13, x_6, x_7, x_8, x_9, x_10); +lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_47 = l_Lean_Compiler_LCNF_eraseParam(x_13, x_6, x_7, x_8, x_9, x_10); lean_dec(x_13); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -lean_dec(x_44); -x_46 = 0; -x_47 = lean_box(x_46); -x_48 = lean_array_push(x_15, 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_41); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_48); -lean_ctor_set(x_50, 1, x_49); -x_51 = 1; -x_52 = lean_usize_add(x_3, x_51); -x_3 = x_52; -x_4 = x_50; -x_10 = x_45; -goto _start; +x_48 = lean_ctor_get(x_47, 1); +lean_inc(x_48); +lean_dec(x_47); +x_49 = 0; +x_50 = lean_box(x_49); +x_51 = lean_array_push(x_22, x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_43); +lean_ctor_set(x_52, 1, x_44); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, x_52); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_14 = x_54; +x_15 = x_48; +goto block_20; +} +else +{ +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_dec(x_46); +x_55 = lean_ctor_get(x_13, 2); +lean_inc(x_55); +x_56 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_55, x_44); +x_57 = 1; +x_58 = lean_box(x_57); +x_59 = lean_array_push(x_22, x_58); +x_60 = lean_array_push(x_43, x_13); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_56); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_59); +lean_ctor_set(x_62, 1, x_61); +x_63 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_63, 0, x_62); +x_14 = x_63; +x_15 = x_10; +goto block_20; } -else +} +block_20: { -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; lean_object* x_61; size_t x_62; size_t x_63; -lean_dec(x_43); -x_54 = lean_ctor_get(x_13, 2); -lean_inc(x_54); -x_55 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_collectType(x_54, x_41); -x_56 = 1; -x_57 = lean_box(x_56); -x_58 = lean_array_push(x_15, x_57); -x_59 = lean_array_push(x_40, x_13); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_55); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_58); -lean_ctor_set(x_61, 1, x_60); -x_62 = 1; -x_63 = lean_usize_add(x_3, x_62); -x_3 = x_63; -x_4 = x_61; +lean_object* x_16; size_t x_17; size_t x_18; +x_16 = lean_ctor_get(x_14, 0); +lean_inc(x_16); +lean_dec(x_14); +x_17 = 1; +x_18 = lean_usize_add(x_3, x_17); +x_3 = x_18; +x_4 = x_16; +x_10 = x_15; goto _start; } } } } -} LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__3(lean_object* x_1, lean_object* x_2) { _start: { @@ -1258,7 +1280,7 @@ lean_inc(x_2); x_98 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_97, x_2, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_98) == 0) { -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; size_t x_109; size_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; uint8_t x_121; +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; size_t x_109; size_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; uint8_t x_119; lean_object* x_222; lean_object* x_223; uint8_t x_224; x_99 = lean_ctor_get(x_98, 0); lean_inc(x_99); x_100 = lean_ctor_get(x_98, 1); @@ -1299,118 +1321,339 @@ lean_inc(x_116); lean_dec(x_113); x_117 = l_Array_reverse___rarg(x_115); x_118 = l_Array_reverse___rarg(x_116); -x_119 = lean_array_get_size(x_118); -x_120 = lean_array_get_size(x_103); -x_121 = lean_nat_dec_eq(x_119, x_120); -lean_dec(x_120); -lean_dec(x_119); -if (x_121 == 0) -{ -uint8_t x_122; -lean_dec(x_103); -x_122 = !lean_is_exclusive(x_1); -if (x_122 == 0) +x_222 = lean_array_get_size(x_118); +x_223 = lean_array_get_size(x_103); +x_224 = lean_nat_dec_eq(x_222, x_223); +lean_dec(x_223); +lean_dec(x_222); +if (x_224 == 0) +{ +uint8_t x_225; +x_225 = 1; +x_119 = x_225; +goto block_221; +} +else +{ +uint8_t x_226; +x_226 = 0; +x_119 = x_226; +goto block_221; +} +block_221: +{ +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +lean_dec(x_118); +lean_dec(x_117); +x_120 = lean_ctor_get(x_95, 3); +lean_inc(x_120); +lean_inc(x_95); +x_121 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(x_95, x_120, x_103, x_99, x_3, x_4, x_5, x_6, x_114); +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); +lean_inc(x_96); +x_124 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_96, x_2, x_3, x_4, x_5, x_6, x_123); +if (lean_obj_tag(x_124) == 0) +{ +uint8_t x_125; +x_125 = !lean_is_exclusive(x_124); +if (x_125 == 0) +{ +lean_object* x_126; size_t x_127; size_t x_128; uint8_t x_129; +x_126 = lean_ctor_get(x_124, 0); +x_127 = lean_ptr_addr(x_96); +lean_dec(x_96); +x_128 = lean_ptr_addr(x_126); +x_129 = lean_usize_dec_eq(x_127, x_128); +if (x_129 == 0) +{ +uint8_t x_130; +lean_dec(x_95); +x_130 = !lean_is_exclusive(x_1); +if (x_130 == 0) +{ +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_1, 1); +lean_dec(x_131); +x_132 = lean_ctor_get(x_1, 0); +lean_dec(x_132); +lean_ctor_set(x_1, 1, x_126); +lean_ctor_set(x_1, 0, x_122); +lean_ctor_set(x_124, 0, x_1); +return x_124; +} +else +{ +lean_object* x_133; +lean_dec(x_1); +x_133 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_133, 0, x_122); +lean_ctor_set(x_133, 1, x_126); +lean_ctor_set(x_124, 0, x_133); +return x_124; +} +} +else +{ +size_t x_134; size_t x_135; uint8_t x_136; +x_134 = lean_ptr_addr(x_95); +lean_dec(x_95); +x_135 = lean_ptr_addr(x_122); +x_136 = lean_usize_dec_eq(x_134, x_135); +if (x_136 == 0) { -lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_123 = lean_ctor_get(x_1, 1); -lean_dec(x_123); -x_124 = lean_ctor_get(x_1, 0); +uint8_t x_137; +x_137 = !lean_is_exclusive(x_1); +if (x_137 == 0) +{ +lean_object* x_138; lean_object* x_139; +x_138 = lean_ctor_get(x_1, 1); +lean_dec(x_138); +x_139 = lean_ctor_get(x_1, 0); +lean_dec(x_139); +lean_ctor_set(x_1, 1, x_126); +lean_ctor_set(x_1, 0, x_122); +lean_ctor_set(x_124, 0, x_1); +return x_124; +} +else +{ +lean_object* x_140; +lean_dec(x_1); +x_140 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_140, 0, x_122); +lean_ctor_set(x_140, 1, x_126); +lean_ctor_set(x_124, 0, x_140); +return x_124; +} +} +else +{ +lean_dec(x_126); +lean_dec(x_122); +lean_ctor_set(x_124, 0, x_1); +return x_124; +} +} +} +else +{ +lean_object* x_141; lean_object* x_142; size_t x_143; size_t x_144; uint8_t x_145; +x_141 = lean_ctor_get(x_124, 0); +x_142 = lean_ctor_get(x_124, 1); +lean_inc(x_142); +lean_inc(x_141); lean_dec(x_124); +x_143 = lean_ptr_addr(x_96); +lean_dec(x_96); +x_144 = lean_ptr_addr(x_141); +x_145 = lean_usize_dec_eq(x_143, x_144); +if (x_145 == 0) +{ +lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_dec(x_95); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_146 = x_1; +} else { + lean_dec_ref(x_1); + x_146 = lean_box(0); +} +if (lean_is_scalar(x_146)) { + x_147 = lean_alloc_ctor(2, 2, 0); +} else { + x_147 = x_146; +} +lean_ctor_set(x_147, 0, x_122); +lean_ctor_set(x_147, 1, x_141); +x_148 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_148, 0, x_147); +lean_ctor_set(x_148, 1, x_142); +return x_148; +} +else +{ +size_t x_149; size_t x_150; uint8_t x_151; +x_149 = lean_ptr_addr(x_95); +lean_dec(x_95); +x_150 = lean_ptr_addr(x_122); +x_151 = lean_usize_dec_eq(x_149, x_150); +if (x_151 == 0) +{ +lean_object* x_152; lean_object* x_153; lean_object* x_154; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + x_152 = x_1; +} else { + lean_dec_ref(x_1); + x_152 = lean_box(0); +} +if (lean_is_scalar(x_152)) { + x_153 = lean_alloc_ctor(2, 2, 0); +} else { + x_153 = x_152; +} +lean_ctor_set(x_153, 0, x_122); +lean_ctor_set(x_153, 1, x_141); +x_154 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_154, 0, x_153); +lean_ctor_set(x_154, 1, x_142); +return x_154; +} +else +{ +lean_object* x_155; +lean_dec(x_141); +lean_dec(x_122); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_1); +lean_ctor_set(x_155, 1, x_142); +return x_155; +} +} +} +} +else +{ +uint8_t x_156; +lean_dec(x_122); +lean_dec(x_96); +lean_dec(x_95); +lean_dec(x_1); +x_156 = !lean_is_exclusive(x_124); +if (x_156 == 0) +{ +return x_124; +} +else +{ +lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_124, 0); +x_158 = lean_ctor_get(x_124, 1); +lean_inc(x_158); +lean_inc(x_157); +lean_dec(x_124); +x_159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_158); +return x_159; +} +} +} +else +{ +uint8_t x_160; +lean_dec(x_103); +x_160 = !lean_is_exclusive(x_1); +if (x_160 == 0) +{ +lean_object* x_161; lean_object* x_162; lean_object* x_163; +x_161 = lean_ctor_get(x_1, 1); +lean_dec(x_161); +x_162 = lean_ctor_get(x_1, 0); +lean_dec(x_162); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_99); -x_125 = l_Lean_Compiler_LCNF_Code_inferType(x_99, x_3, x_4, x_5, x_6, x_114); -if (lean_obj_tag(x_125) == 0) -{ -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_125, 1); -lean_inc(x_127); -lean_dec(x_125); +x_163 = l_Lean_Compiler_LCNF_Code_inferType(x_99, x_3, x_4, x_5, x_6, x_114); +if (lean_obj_tag(x_163) == 0) +{ +lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_163, 1); +lean_inc(x_165); +lean_dec(x_163); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_118); -x_128 = l_Lean_Compiler_LCNF_mkForallParams(x_118, x_126, x_3, x_4, x_5, x_6, x_127); -if (lean_obj_tag(x_128) == 0) -{ -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_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -lean_dec(x_128); -x_131 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(x_95, x_129, x_118, x_99, x_3, x_4, x_5, x_6, x_130); -x_132 = lean_ctor_get(x_131, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_131, 1); -lean_inc(x_133); -lean_dec(x_131); -x_134 = lean_ctor_get(x_132, 0); -lean_inc(x_134); -x_135 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_2, x_134, x_117); -x_136 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_96, x_135, x_3, x_4, x_5, x_6, x_133); -if (lean_obj_tag(x_136) == 0) -{ -uint8_t x_137; -x_137 = !lean_is_exclusive(x_136); -if (x_137 == 0) +x_166 = l_Lean_Compiler_LCNF_mkForallParams(x_118, x_164, x_3, x_4, x_5, x_6, x_165); +if (lean_obj_tag(x_166) == 0) { -lean_object* x_138; -x_138 = lean_ctor_get(x_136, 0); -lean_ctor_set(x_1, 1, x_138); -lean_ctor_set(x_1, 0, x_132); -lean_ctor_set(x_136, 0, x_1); -return x_136; +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; +x_167 = lean_ctor_get(x_166, 0); +lean_inc(x_167); +x_168 = lean_ctor_get(x_166, 1); +lean_inc(x_168); +lean_dec(x_166); +x_169 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(x_95, x_167, x_118, x_99, x_3, x_4, x_5, x_6, x_168); +x_170 = lean_ctor_get(x_169, 0); +lean_inc(x_170); +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); +lean_dec(x_169); +x_172 = lean_ctor_get(x_170, 0); +lean_inc(x_172); +x_173 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_2, x_172, x_117); +x_174 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_96, x_173, x_3, x_4, x_5, x_6, x_171); +if (lean_obj_tag(x_174) == 0) +{ +uint8_t x_175; +x_175 = !lean_is_exclusive(x_174); +if (x_175 == 0) +{ +lean_object* x_176; +x_176 = lean_ctor_get(x_174, 0); +lean_ctor_set(x_1, 1, x_176); +lean_ctor_set(x_1, 0, x_170); +lean_ctor_set(x_174, 0, x_1); +return x_174; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_139 = lean_ctor_get(x_136, 0); -x_140 = lean_ctor_get(x_136, 1); -lean_inc(x_140); -lean_inc(x_139); -lean_dec(x_136); -lean_ctor_set(x_1, 1, x_139); -lean_ctor_set(x_1, 0, x_132); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_1); -lean_ctor_set(x_141, 1, x_140); -return x_141; +lean_object* x_177; lean_object* x_178; lean_object* x_179; +x_177 = lean_ctor_get(x_174, 0); +x_178 = lean_ctor_get(x_174, 1); +lean_inc(x_178); +lean_inc(x_177); +lean_dec(x_174); +lean_ctor_set(x_1, 1, x_177); +lean_ctor_set(x_1, 0, x_170); +x_179 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_179, 0, x_1); +lean_ctor_set(x_179, 1, x_178); +return x_179; } } else { -uint8_t x_142; -lean_dec(x_132); +uint8_t x_180; +lean_dec(x_170); lean_free_object(x_1); -x_142 = !lean_is_exclusive(x_136); -if (x_142 == 0) +x_180 = !lean_is_exclusive(x_174); +if (x_180 == 0) { -return x_136; +return x_174; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_143 = lean_ctor_get(x_136, 0); -x_144 = lean_ctor_get(x_136, 1); -lean_inc(x_144); -lean_inc(x_143); -lean_dec(x_136); -x_145 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -return x_145; +lean_object* x_181; lean_object* x_182; lean_object* x_183; +x_181 = lean_ctor_get(x_174, 0); +x_182 = lean_ctor_get(x_174, 1); +lean_inc(x_182); +lean_inc(x_181); +lean_dec(x_174); +x_183 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_183, 0, x_181); +lean_ctor_set(x_183, 1, x_182); +return x_183; } } } else { -uint8_t x_146; +uint8_t x_184; lean_free_object(x_1); lean_dec(x_118); lean_dec(x_117); @@ -1422,29 +1665,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_146 = !lean_is_exclusive(x_128); -if (x_146 == 0) +x_184 = !lean_is_exclusive(x_166); +if (x_184 == 0) { -return x_128; +return x_166; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_128, 0); -x_148 = lean_ctor_get(x_128, 1); -lean_inc(x_148); -lean_inc(x_147); -lean_dec(x_128); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; +lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_185 = lean_ctor_get(x_166, 0); +x_186 = lean_ctor_get(x_166, 1); +lean_inc(x_186); +lean_inc(x_185); +lean_dec(x_166); +x_187 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_187, 0, x_185); +lean_ctor_set(x_187, 1, x_186); +return x_187; } } } else { -uint8_t x_150; +uint8_t x_188; lean_free_object(x_1); lean_dec(x_118); lean_dec(x_117); @@ -1456,124 +1699,124 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_150 = !lean_is_exclusive(x_125); -if (x_150 == 0) +x_188 = !lean_is_exclusive(x_163); +if (x_188 == 0) { -return x_125; +return x_163; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_125, 0); -x_152 = lean_ctor_get(x_125, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_125); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; +lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_189 = lean_ctor_get(x_163, 0); +x_190 = lean_ctor_get(x_163, 1); +lean_inc(x_190); +lean_inc(x_189); +lean_dec(x_163); +x_191 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_191, 0, x_189); +lean_ctor_set(x_191, 1, x_190); +return x_191; } } } else { -lean_object* x_154; +lean_object* x_192; lean_dec(x_1); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_99); -x_154 = l_Lean_Compiler_LCNF_Code_inferType(x_99, x_3, x_4, x_5, x_6, x_114); -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); +x_192 = l_Lean_Compiler_LCNF_Code_inferType(x_99, x_3, x_4, x_5, x_6, x_114); +if (lean_obj_tag(x_192) == 0) +{ +lean_object* x_193; lean_object* x_194; lean_object* x_195; +x_193 = lean_ctor_get(x_192, 0); +lean_inc(x_193); +x_194 = lean_ctor_get(x_192, 1); +lean_inc(x_194); +lean_dec(x_192); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_118); -x_157 = l_Lean_Compiler_LCNF_mkForallParams(x_118, x_155, x_3, x_4, x_5, x_6, x_156); -if (lean_obj_tag(x_157) == 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_165; -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -x_160 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(x_95, x_158, x_118, x_99, x_3, x_4, x_5, x_6, x_159); -x_161 = lean_ctor_get(x_160, 0); -lean_inc(x_161); -x_162 = lean_ctor_get(x_160, 1); -lean_inc(x_162); -lean_dec(x_160); -x_163 = lean_ctor_get(x_161, 0); -lean_inc(x_163); -x_164 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_2, x_163, x_117); -x_165 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_96, x_164, x_3, x_4, x_5, x_6, x_162); -if (lean_obj_tag(x_165) == 0) -{ -lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_166 = lean_ctor_get(x_165, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -if (lean_is_exclusive(x_165)) { - lean_ctor_release(x_165, 0); - lean_ctor_release(x_165, 1); - x_168 = x_165; +x_195 = l_Lean_Compiler_LCNF_mkForallParams(x_118, x_193, x_3, x_4, x_5, x_6, x_194); +if (lean_obj_tag(x_195) == 0) +{ +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_196 = lean_ctor_get(x_195, 0); +lean_inc(x_196); +x_197 = lean_ctor_get(x_195, 1); +lean_inc(x_197); +lean_dec(x_195); +x_198 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(x_95, x_196, x_118, x_99, x_3, x_4, x_5, x_6, x_197); +x_199 = lean_ctor_get(x_198, 0); +lean_inc(x_199); +x_200 = lean_ctor_get(x_198, 1); +lean_inc(x_200); +lean_dec(x_198); +x_201 = lean_ctor_get(x_199, 0); +lean_inc(x_201); +x_202 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_2, x_201, x_117); +x_203 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_96, x_202, x_3, x_4, x_5, x_6, x_200); +if (lean_obj_tag(x_203) == 0) +{ +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; +x_204 = lean_ctor_get(x_203, 0); +lean_inc(x_204); +x_205 = lean_ctor_get(x_203, 1); +lean_inc(x_205); +if (lean_is_exclusive(x_203)) { + lean_ctor_release(x_203, 0); + lean_ctor_release(x_203, 1); + x_206 = x_203; } else { - lean_dec_ref(x_165); - x_168 = lean_box(0); -} -x_169 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_169, 0, x_161); -lean_ctor_set(x_169, 1, x_166); -if (lean_is_scalar(x_168)) { - x_170 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_203); + x_206 = lean_box(0); +} +x_207 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_207, 0, x_199); +lean_ctor_set(x_207, 1, x_204); +if (lean_is_scalar(x_206)) { + x_208 = lean_alloc_ctor(0, 2, 0); } else { - x_170 = x_168; + x_208 = x_206; } -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_167); -return x_170; +lean_ctor_set(x_208, 0, x_207); +lean_ctor_set(x_208, 1, x_205); +return x_208; } else { -lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; -lean_dec(x_161); -x_171 = lean_ctor_get(x_165, 0); -lean_inc(x_171); -x_172 = lean_ctor_get(x_165, 1); -lean_inc(x_172); -if (lean_is_exclusive(x_165)) { - lean_ctor_release(x_165, 0); - lean_ctor_release(x_165, 1); - x_173 = x_165; +lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; +lean_dec(x_199); +x_209 = lean_ctor_get(x_203, 0); +lean_inc(x_209); +x_210 = lean_ctor_get(x_203, 1); +lean_inc(x_210); +if (lean_is_exclusive(x_203)) { + lean_ctor_release(x_203, 0); + lean_ctor_release(x_203, 1); + x_211 = x_203; } else { - lean_dec_ref(x_165); - x_173 = lean_box(0); + lean_dec_ref(x_203); + x_211 = lean_box(0); } -if (lean_is_scalar(x_173)) { - x_174 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_211)) { + x_212 = lean_alloc_ctor(1, 2, 0); } else { - x_174 = x_173; + x_212 = x_211; } -lean_ctor_set(x_174, 0, x_171); -lean_ctor_set(x_174, 1, x_172); -return x_174; +lean_ctor_set(x_212, 0, x_209); +lean_ctor_set(x_212, 1, x_210); +return x_212; } } else { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; +lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_dec(x_118); lean_dec(x_117); lean_dec(x_99); @@ -1584,31 +1827,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_175 = lean_ctor_get(x_157, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_157, 1); -lean_inc(x_176); -if (lean_is_exclusive(x_157)) { - lean_ctor_release(x_157, 0); - lean_ctor_release(x_157, 1); - x_177 = x_157; +x_213 = lean_ctor_get(x_195, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_195, 1); +lean_inc(x_214); +if (lean_is_exclusive(x_195)) { + lean_ctor_release(x_195, 0); + lean_ctor_release(x_195, 1); + x_215 = x_195; } else { - lean_dec_ref(x_157); - x_177 = lean_box(0); + lean_dec_ref(x_195); + x_215 = lean_box(0); } -if (lean_is_scalar(x_177)) { - x_178 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_215)) { + x_216 = lean_alloc_ctor(1, 2, 0); } else { - x_178 = x_177; + x_216 = x_215; } -lean_ctor_set(x_178, 0, x_175); -lean_ctor_set(x_178, 1, x_176); -return x_178; +lean_ctor_set(x_216, 0, x_213); +lean_ctor_set(x_216, 1, x_214); +return x_216; } } else { -lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_dec(x_118); lean_dec(x_117); lean_dec(x_99); @@ -1619,238 +1862,34 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_179 = lean_ctor_get(x_154, 0); -lean_inc(x_179); -x_180 = lean_ctor_get(x_154, 1); -lean_inc(x_180); -if (lean_is_exclusive(x_154)) { - lean_ctor_release(x_154, 0); - lean_ctor_release(x_154, 1); - x_181 = x_154; +x_217 = lean_ctor_get(x_192, 0); +lean_inc(x_217); +x_218 = lean_ctor_get(x_192, 1); +lean_inc(x_218); +if (lean_is_exclusive(x_192)) { + lean_ctor_release(x_192, 0); + lean_ctor_release(x_192, 1); + x_219 = x_192; } else { - lean_dec_ref(x_154); - x_181 = lean_box(0); + lean_dec_ref(x_192); + x_219 = lean_box(0); } -if (lean_is_scalar(x_181)) { - x_182 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_219)) { + x_220 = lean_alloc_ctor(1, 2, 0); } else { - x_182 = x_181; + x_220 = x_219; } -lean_ctor_set(x_182, 0, x_179); -lean_ctor_set(x_182, 1, x_180); -return x_182; +lean_ctor_set(x_220, 0, x_217); +lean_ctor_set(x_220, 1, x_218); +return x_220; } } } -else -{ -lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; -lean_dec(x_118); -lean_dec(x_117); -x_183 = lean_ctor_get(x_95, 3); -lean_inc(x_183); -lean_inc(x_95); -x_184 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(x_95, x_183, x_103, x_99, x_3, x_4, x_5, x_6, x_114); -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -x_186 = lean_ctor_get(x_184, 1); -lean_inc(x_186); -lean_dec(x_184); -lean_inc(x_96); -x_187 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce(x_96, x_2, x_3, x_4, x_5, x_6, x_186); -if (lean_obj_tag(x_187) == 0) -{ -uint8_t x_188; -x_188 = !lean_is_exclusive(x_187); -if (x_188 == 0) -{ -lean_object* x_189; size_t x_190; size_t x_191; uint8_t x_192; -x_189 = lean_ctor_get(x_187, 0); -x_190 = lean_ptr_addr(x_96); -lean_dec(x_96); -x_191 = lean_ptr_addr(x_189); -x_192 = lean_usize_dec_eq(x_190, x_191); -if (x_192 == 0) -{ -uint8_t x_193; -lean_dec(x_95); -x_193 = !lean_is_exclusive(x_1); -if (x_193 == 0) -{ -lean_object* x_194; lean_object* x_195; -x_194 = lean_ctor_get(x_1, 1); -lean_dec(x_194); -x_195 = lean_ctor_get(x_1, 0); -lean_dec(x_195); -lean_ctor_set(x_1, 1, x_189); -lean_ctor_set(x_1, 0, x_185); -lean_ctor_set(x_187, 0, x_1); -return x_187; -} -else -{ -lean_object* x_196; -lean_dec(x_1); -x_196 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_196, 0, x_185); -lean_ctor_set(x_196, 1, x_189); -lean_ctor_set(x_187, 0, x_196); -return x_187; } } else { -size_t x_197; size_t x_198; uint8_t x_199; -x_197 = lean_ptr_addr(x_95); -lean_dec(x_95); -x_198 = lean_ptr_addr(x_185); -x_199 = lean_usize_dec_eq(x_197, x_198); -if (x_199 == 0) -{ -uint8_t x_200; -x_200 = !lean_is_exclusive(x_1); -if (x_200 == 0) -{ -lean_object* x_201; lean_object* x_202; -x_201 = lean_ctor_get(x_1, 1); -lean_dec(x_201); -x_202 = lean_ctor_get(x_1, 0); -lean_dec(x_202); -lean_ctor_set(x_1, 1, x_189); -lean_ctor_set(x_1, 0, x_185); -lean_ctor_set(x_187, 0, x_1); -return x_187; -} -else -{ -lean_object* x_203; -lean_dec(x_1); -x_203 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_203, 0, x_185); -lean_ctor_set(x_203, 1, x_189); -lean_ctor_set(x_187, 0, x_203); -return x_187; -} -} -else -{ -lean_dec(x_189); -lean_dec(x_185); -lean_ctor_set(x_187, 0, x_1); -return x_187; -} -} -} -else -{ -lean_object* x_204; lean_object* x_205; size_t x_206; size_t x_207; uint8_t x_208; -x_204 = lean_ctor_get(x_187, 0); -x_205 = lean_ctor_get(x_187, 1); -lean_inc(x_205); -lean_inc(x_204); -lean_dec(x_187); -x_206 = lean_ptr_addr(x_96); -lean_dec(x_96); -x_207 = lean_ptr_addr(x_204); -x_208 = lean_usize_dec_eq(x_206, x_207); -if (x_208 == 0) -{ -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_95); -if (lean_is_exclusive(x_1)) { - lean_ctor_release(x_1, 0); - lean_ctor_release(x_1, 1); - x_209 = x_1; -} else { - lean_dec_ref(x_1); - x_209 = lean_box(0); -} -if (lean_is_scalar(x_209)) { - x_210 = lean_alloc_ctor(2, 2, 0); -} else { - x_210 = x_209; -} -lean_ctor_set(x_210, 0, x_185); -lean_ctor_set(x_210, 1, x_204); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_205); -return x_211; -} -else -{ -size_t x_212; size_t x_213; uint8_t x_214; -x_212 = lean_ptr_addr(x_95); -lean_dec(x_95); -x_213 = lean_ptr_addr(x_185); -x_214 = lean_usize_dec_eq(x_212, x_213); -if (x_214 == 0) -{ -lean_object* x_215; lean_object* x_216; lean_object* x_217; -if (lean_is_exclusive(x_1)) { - lean_ctor_release(x_1, 0); - lean_ctor_release(x_1, 1); - x_215 = x_1; -} else { - lean_dec_ref(x_1); - x_215 = lean_box(0); -} -if (lean_is_scalar(x_215)) { - x_216 = lean_alloc_ctor(2, 2, 0); -} else { - x_216 = x_215; -} -lean_ctor_set(x_216, 0, x_185); -lean_ctor_set(x_216, 1, x_204); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_205); -return x_217; -} -else -{ -lean_object* x_218; -lean_dec(x_204); -lean_dec(x_185); -x_218 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_218, 0, x_1); -lean_ctor_set(x_218, 1, x_205); -return x_218; -} -} -} -} -else -{ -uint8_t x_219; -lean_dec(x_185); -lean_dec(x_96); -lean_dec(x_95); -lean_dec(x_1); -x_219 = !lean_is_exclusive(x_187); -if (x_219 == 0) -{ -return x_187; -} -else -{ -lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_187, 0); -x_221 = lean_ctor_get(x_187, 1); -lean_inc(x_221); -lean_inc(x_220); -lean_dec(x_187); -x_222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_222, 0, x_220); -lean_ctor_set(x_222, 1, x_221); -return x_222; -} -} -} -} -else -{ -uint8_t x_223; +uint8_t x_227; lean_dec(x_96); lean_dec(x_95); lean_dec(x_6); @@ -1859,430 +1898,430 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_223 = !lean_is_exclusive(x_98); -if (x_223 == 0) +x_227 = !lean_is_exclusive(x_98); +if (x_227 == 0) { return x_98; } else { -lean_object* x_224; lean_object* x_225; lean_object* x_226; -x_224 = lean_ctor_get(x_98, 0); -x_225 = lean_ctor_get(x_98, 1); -lean_inc(x_225); -lean_inc(x_224); +lean_object* x_228; lean_object* x_229; lean_object* x_230; +x_228 = lean_ctor_get(x_98, 0); +x_229 = lean_ctor_get(x_98, 1); +lean_inc(x_229); +lean_inc(x_228); lean_dec(x_98); -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; +x_230 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_230, 0, x_228); +lean_ctor_set(x_230, 1, x_229); +return x_230; } } } case 3: { -lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_227 = lean_ctor_get(x_1, 0); -lean_inc(x_227); -x_228 = lean_ctor_get(x_1, 1); -lean_inc(x_228); -x_229 = l_Lean_RBNode_find___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__3(x_2, x_227); -if (lean_obj_tag(x_229) == 0) +lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_231 = lean_ctor_get(x_1, 0); +lean_inc(x_231); +x_232 = lean_ctor_get(x_1, 1); +lean_inc(x_232); +x_233 = l_Lean_RBNode_find___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__3(x_2, x_231); +if (lean_obj_tag(x_233) == 0) { -lean_object* x_230; -lean_dec(x_228); -lean_dec(x_227); +lean_object* x_234; +lean_dec(x_232); +lean_dec(x_231); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_230 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_230, 0, x_1); -lean_ctor_set(x_230, 1, x_7); -return x_230; +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_1); +lean_ctor_set(x_234, 1, x_7); +return x_234; } else { -uint8_t x_231; -x_231 = !lean_is_exclusive(x_1); -if (x_231 == 0) +uint8_t x_235; +x_235 = !lean_is_exclusive(x_1); +if (x_235 == 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; size_t x_241; size_t x_242; lean_object* x_243; uint8_t x_244; -x_232 = lean_ctor_get(x_1, 1); -lean_dec(x_232); -x_233 = lean_ctor_get(x_1, 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; lean_object* x_243; lean_object* x_244; size_t x_245; size_t x_246; lean_object* x_247; uint8_t x_248; +x_236 = lean_ctor_get(x_1, 1); +lean_dec(x_236); +x_237 = lean_ctor_get(x_1, 0); +lean_dec(x_237); +x_238 = lean_ctor_get(x_233, 0); +lean_inc(x_238); lean_dec(x_233); -x_234 = lean_ctor_get(x_229, 0); -lean_inc(x_234); -lean_dec(x_229); -x_235 = lean_array_get_size(x_228); -x_236 = lean_unsigned_to_nat(0u); -x_237 = l_Array_toSubarray___rarg(x_228, x_236, x_235); -x_238 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__1; -x_239 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_239, 0, x_237); -lean_ctor_set(x_239, 1, x_238); -x_240 = lean_array_get_size(x_234); -x_241 = lean_usize_of_nat(x_240); -lean_dec(x_240); -x_242 = 0; -x_243 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__4(x_234, x_241, x_242, x_239, x_2, x_3, x_4, x_5, x_6, x_7); +x_239 = lean_array_get_size(x_232); +x_240 = lean_unsigned_to_nat(0u); +x_241 = l_Array_toSubarray___rarg(x_232, x_240, x_239); +x_242 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__1; +x_243 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_243, 0, x_241); +lean_ctor_set(x_243, 1, x_242); +x_244 = lean_array_get_size(x_238); +x_245 = lean_usize_of_nat(x_244); +lean_dec(x_244); +x_246 = 0; +x_247 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__4(x_238, x_245, x_246, x_243, 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_2); -lean_dec(x_234); -x_244 = !lean_is_exclusive(x_243); -if (x_244 == 0) -{ -lean_object* x_245; lean_object* x_246; -x_245 = lean_ctor_get(x_243, 0); -x_246 = lean_ctor_get(x_245, 1); -lean_inc(x_246); -lean_dec(x_245); -lean_ctor_set(x_1, 1, x_246); -lean_ctor_set(x_243, 0, x_1); -return x_243; -} -else -{ -lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; -x_247 = lean_ctor_get(x_243, 0); -x_248 = lean_ctor_get(x_243, 1); -lean_inc(x_248); -lean_inc(x_247); -lean_dec(x_243); -x_249 = lean_ctor_get(x_247, 1); -lean_inc(x_249); +lean_dec(x_238); +x_248 = !lean_is_exclusive(x_247); +if (x_248 == 0) +{ +lean_object* x_249; lean_object* x_250; +x_249 = lean_ctor_get(x_247, 0); +x_250 = lean_ctor_get(x_249, 1); +lean_inc(x_250); +lean_dec(x_249); +lean_ctor_set(x_1, 1, x_250); +lean_ctor_set(x_247, 0, x_1); +return x_247; +} +else +{ +lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; +x_251 = lean_ctor_get(x_247, 0); +x_252 = lean_ctor_get(x_247, 1); +lean_inc(x_252); +lean_inc(x_251); lean_dec(x_247); -lean_ctor_set(x_1, 1, x_249); -x_250 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_250, 0, x_1); -lean_ctor_set(x_250, 1, x_248); -return x_250; +x_253 = lean_ctor_get(x_251, 1); +lean_inc(x_253); +lean_dec(x_251); +lean_ctor_set(x_1, 1, x_253); +x_254 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_254, 0, x_1); +lean_ctor_set(x_254, 1, x_252); +return x_254; } } else { -lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; size_t x_258; size_t 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_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; size_t x_262; size_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_dec(x_1); -x_251 = lean_ctor_get(x_229, 0); -lean_inc(x_251); -lean_dec(x_229); -x_252 = lean_array_get_size(x_228); -x_253 = lean_unsigned_to_nat(0u); -x_254 = l_Array_toSubarray___rarg(x_228, x_253, x_252); -x_255 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__1; -x_256 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_256, 0, x_254); -lean_ctor_set(x_256, 1, x_255); -x_257 = lean_array_get_size(x_251); -x_258 = lean_usize_of_nat(x_257); -lean_dec(x_257); -x_259 = 0; -x_260 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__4(x_251, x_258, x_259, x_256, x_2, x_3, x_4, x_5, x_6, x_7); +x_255 = lean_ctor_get(x_233, 0); +lean_inc(x_255); +lean_dec(x_233); +x_256 = lean_array_get_size(x_232); +x_257 = lean_unsigned_to_nat(0u); +x_258 = l_Array_toSubarray___rarg(x_232, x_257, x_256); +x_259 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__1; +x_260 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_260, 0, x_258); +lean_ctor_set(x_260, 1, x_259); +x_261 = lean_array_get_size(x_255); +x_262 = lean_usize_of_nat(x_261); +lean_dec(x_261); +x_263 = 0; +x_264 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__4(x_255, x_262, x_263, x_260, 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_2); -lean_dec(x_251); -x_261 = lean_ctor_get(x_260, 0); -lean_inc(x_261); -x_262 = lean_ctor_get(x_260, 1); -lean_inc(x_262); -if (lean_is_exclusive(x_260)) { - lean_ctor_release(x_260, 0); - lean_ctor_release(x_260, 1); - x_263 = x_260; +lean_dec(x_255); +x_265 = lean_ctor_get(x_264, 0); +lean_inc(x_265); +x_266 = lean_ctor_get(x_264, 1); +lean_inc(x_266); +if (lean_is_exclusive(x_264)) { + lean_ctor_release(x_264, 0); + lean_ctor_release(x_264, 1); + x_267 = x_264; } else { - lean_dec_ref(x_260); - x_263 = lean_box(0); -} -x_264 = lean_ctor_get(x_261, 1); -lean_inc(x_264); -lean_dec(x_261); -x_265 = lean_alloc_ctor(3, 2, 0); -lean_ctor_set(x_265, 0, x_227); -lean_ctor_set(x_265, 1, x_264); -if (lean_is_scalar(x_263)) { - x_266 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_264); + x_267 = lean_box(0); +} +x_268 = lean_ctor_get(x_265, 1); +lean_inc(x_268); +lean_dec(x_265); +x_269 = lean_alloc_ctor(3, 2, 0); +lean_ctor_set(x_269, 0, x_231); +lean_ctor_set(x_269, 1, x_268); +if (lean_is_scalar(x_267)) { + x_270 = lean_alloc_ctor(0, 2, 0); } else { - x_266 = x_263; + x_270 = x_267; } -lean_ctor_set(x_266, 0, x_265); -lean_ctor_set(x_266, 1, x_262); -return x_266; +lean_ctor_set(x_270, 0, x_269); +lean_ctor_set(x_270, 1, x_266); +return x_270; } } } case 4: { -lean_object* x_267; uint8_t x_268; -x_267 = lean_ctor_get(x_1, 0); -lean_inc(x_267); -x_268 = !lean_is_exclusive(x_267); -if (x_268 == 0) -{ -lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; -x_269 = lean_ctor_get(x_267, 0); -x_270 = lean_ctor_get(x_267, 1); -x_271 = lean_ctor_get(x_267, 2); -x_272 = lean_ctor_get(x_267, 3); -x_273 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__2; -lean_inc(x_272); -x_274 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__5(x_272, x_273, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_274) == 0) -{ -uint8_t x_275; -x_275 = !lean_is_exclusive(x_274); -if (x_275 == 0) -{ -lean_object* x_276; size_t x_277; size_t x_278; uint8_t x_279; -x_276 = lean_ctor_get(x_274, 0); -x_277 = lean_ptr_addr(x_272); -lean_dec(x_272); -x_278 = lean_ptr_addr(x_276); -x_279 = lean_usize_dec_eq(x_277, x_278); +lean_object* x_271; uint8_t x_272; +x_271 = lean_ctor_get(x_1, 0); +lean_inc(x_271); +x_272 = !lean_is_exclusive(x_271); +if (x_272 == 0) +{ +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_273 = lean_ctor_get(x_271, 0); +x_274 = lean_ctor_get(x_271, 1); +x_275 = lean_ctor_get(x_271, 2); +x_276 = lean_ctor_get(x_271, 3); +x_277 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__2; +lean_inc(x_276); +x_278 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__5(x_276, x_277, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_278) == 0) +{ +uint8_t x_279; +x_279 = !lean_is_exclusive(x_278); if (x_279 == 0) { -uint8_t x_280; -x_280 = !lean_is_exclusive(x_1); -if (x_280 == 0) +lean_object* x_280; size_t x_281; size_t x_282; uint8_t x_283; +x_280 = lean_ctor_get(x_278, 0); +x_281 = lean_ptr_addr(x_276); +lean_dec(x_276); +x_282 = lean_ptr_addr(x_280); +x_283 = lean_usize_dec_eq(x_281, x_282); +if (x_283 == 0) +{ +uint8_t x_284; +x_284 = !lean_is_exclusive(x_1); +if (x_284 == 0) { -lean_object* x_281; -x_281 = lean_ctor_get(x_1, 0); -lean_dec(x_281); -lean_ctor_set(x_267, 3, x_276); -lean_ctor_set(x_274, 0, x_1); -return x_274; +lean_object* x_285; +x_285 = lean_ctor_get(x_1, 0); +lean_dec(x_285); +lean_ctor_set(x_271, 3, x_280); +lean_ctor_set(x_278, 0, x_1); +return x_278; } else { -lean_object* x_282; +lean_object* x_286; lean_dec(x_1); -lean_ctor_set(x_267, 3, x_276); -x_282 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_282, 0, x_267); -lean_ctor_set(x_274, 0, x_282); -return x_274; +lean_ctor_set(x_271, 3, x_280); +x_286 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_286, 0, x_271); +lean_ctor_set(x_278, 0, x_286); +return x_278; } } else { -lean_dec(x_276); -lean_free_object(x_267); -lean_dec(x_271); -lean_dec(x_270); -lean_dec(x_269); -lean_ctor_set(x_274, 0, x_1); -return x_274; +lean_dec(x_280); +lean_free_object(x_271); +lean_dec(x_275); +lean_dec(x_274); +lean_dec(x_273); +lean_ctor_set(x_278, 0, x_1); +return x_278; } } else { -lean_object* x_283; lean_object* x_284; size_t x_285; size_t x_286; uint8_t x_287; -x_283 = lean_ctor_get(x_274, 0); -x_284 = lean_ctor_get(x_274, 1); -lean_inc(x_284); -lean_inc(x_283); -lean_dec(x_274); -x_285 = lean_ptr_addr(x_272); -lean_dec(x_272); -x_286 = lean_ptr_addr(x_283); -x_287 = lean_usize_dec_eq(x_285, x_286); -if (x_287 == 0) +lean_object* x_287; lean_object* x_288; size_t x_289; size_t x_290; uint8_t x_291; +x_287 = lean_ctor_get(x_278, 0); +x_288 = lean_ctor_get(x_278, 1); +lean_inc(x_288); +lean_inc(x_287); +lean_dec(x_278); +x_289 = lean_ptr_addr(x_276); +lean_dec(x_276); +x_290 = lean_ptr_addr(x_287); +x_291 = lean_usize_dec_eq(x_289, x_290); +if (x_291 == 0) { -lean_object* x_288; lean_object* x_289; lean_object* x_290; +lean_object* x_292; lean_object* x_293; lean_object* x_294; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_288 = x_1; + x_292 = x_1; } else { lean_dec_ref(x_1); - x_288 = lean_box(0); + x_292 = lean_box(0); } -lean_ctor_set(x_267, 3, x_283); -if (lean_is_scalar(x_288)) { - x_289 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_271, 3, x_287); +if (lean_is_scalar(x_292)) { + x_293 = lean_alloc_ctor(4, 1, 0); } else { - x_289 = x_288; + x_293 = x_292; } -lean_ctor_set(x_289, 0, x_267); -x_290 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_284); -return x_290; +lean_ctor_set(x_293, 0, x_271); +x_294 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_294, 0, x_293); +lean_ctor_set(x_294, 1, x_288); +return x_294; } else { -lean_object* x_291; -lean_dec(x_283); -lean_free_object(x_267); -lean_dec(x_271); -lean_dec(x_270); -lean_dec(x_269); -x_291 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_291, 0, x_1); -lean_ctor_set(x_291, 1, x_284); -return x_291; +lean_object* x_295; +lean_dec(x_287); +lean_free_object(x_271); +lean_dec(x_275); +lean_dec(x_274); +lean_dec(x_273); +x_295 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_295, 0, x_1); +lean_ctor_set(x_295, 1, x_288); +return x_295; } } } else { -uint8_t x_292; -lean_free_object(x_267); -lean_dec(x_272); -lean_dec(x_271); -lean_dec(x_270); -lean_dec(x_269); +uint8_t x_296; +lean_free_object(x_271); +lean_dec(x_276); +lean_dec(x_275); +lean_dec(x_274); +lean_dec(x_273); lean_dec(x_1); -x_292 = !lean_is_exclusive(x_274); -if (x_292 == 0) +x_296 = !lean_is_exclusive(x_278); +if (x_296 == 0) { -return x_274; +return x_278; } else { -lean_object* x_293; lean_object* x_294; lean_object* x_295; -x_293 = lean_ctor_get(x_274, 0); -x_294 = lean_ctor_get(x_274, 1); -lean_inc(x_294); -lean_inc(x_293); -lean_dec(x_274); -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; +lean_object* x_297; lean_object* x_298; lean_object* x_299; +x_297 = lean_ctor_get(x_278, 0); +x_298 = lean_ctor_get(x_278, 1); +lean_inc(x_298); +lean_inc(x_297); +lean_dec(x_278); +x_299 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_299, 0, x_297); +lean_ctor_set(x_299, 1, x_298); +return x_299; } } } else { -lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; -x_296 = lean_ctor_get(x_267, 0); -x_297 = lean_ctor_get(x_267, 1); -x_298 = lean_ctor_get(x_267, 2); -x_299 = lean_ctor_get(x_267, 3); -lean_inc(x_299); -lean_inc(x_298); -lean_inc(x_297); -lean_inc(x_296); -lean_dec(x_267); -x_300 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__2; -lean_inc(x_299); -x_301 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__5(x_299, x_300, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_301) == 0) -{ -lean_object* x_302; lean_object* x_303; lean_object* x_304; size_t x_305; size_t x_306; uint8_t x_307; -x_302 = lean_ctor_get(x_301, 0); +lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; +x_300 = lean_ctor_get(x_271, 0); +x_301 = lean_ctor_get(x_271, 1); +x_302 = lean_ctor_get(x_271, 2); +x_303 = lean_ctor_get(x_271, 3); +lean_inc(x_303); lean_inc(x_302); -x_303 = lean_ctor_get(x_301, 1); +lean_inc(x_301); +lean_inc(x_300); +lean_dec(x_271); +x_304 = l_Lean_Compiler_LCNF_ReduceJpArity_reduce___closed__2; lean_inc(x_303); -if (lean_is_exclusive(x_301)) { - lean_ctor_release(x_301, 0); - lean_ctor_release(x_301, 1); - x_304 = x_301; +x_305 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_ReduceJpArity_reduce___spec__5(x_303, x_304, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_305) == 0) +{ +lean_object* x_306; lean_object* x_307; lean_object* x_308; size_t x_309; size_t x_310; uint8_t x_311; +x_306 = lean_ctor_get(x_305, 0); +lean_inc(x_306); +x_307 = lean_ctor_get(x_305, 1); +lean_inc(x_307); +if (lean_is_exclusive(x_305)) { + lean_ctor_release(x_305, 0); + lean_ctor_release(x_305, 1); + x_308 = x_305; } else { - lean_dec_ref(x_301); - x_304 = lean_box(0); + lean_dec_ref(x_305); + x_308 = lean_box(0); } -x_305 = lean_ptr_addr(x_299); -lean_dec(x_299); -x_306 = lean_ptr_addr(x_302); -x_307 = lean_usize_dec_eq(x_305, x_306); -if (x_307 == 0) +x_309 = lean_ptr_addr(x_303); +lean_dec(x_303); +x_310 = lean_ptr_addr(x_306); +x_311 = lean_usize_dec_eq(x_309, x_310); +if (x_311 == 0) { -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; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_308 = x_1; + x_312 = x_1; } else { lean_dec_ref(x_1); - x_308 = lean_box(0); -} -x_309 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_309, 0, x_296); -lean_ctor_set(x_309, 1, x_297); -lean_ctor_set(x_309, 2, x_298); -lean_ctor_set(x_309, 3, x_302); -if (lean_is_scalar(x_308)) { - x_310 = lean_alloc_ctor(4, 1, 0); + x_312 = lean_box(0); +} +x_313 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_313, 0, x_300); +lean_ctor_set(x_313, 1, x_301); +lean_ctor_set(x_313, 2, x_302); +lean_ctor_set(x_313, 3, x_306); +if (lean_is_scalar(x_312)) { + x_314 = lean_alloc_ctor(4, 1, 0); } else { - x_310 = x_308; + x_314 = x_312; } -lean_ctor_set(x_310, 0, x_309); -if (lean_is_scalar(x_304)) { - x_311 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_314, 0, x_313); +if (lean_is_scalar(x_308)) { + x_315 = lean_alloc_ctor(0, 2, 0); } else { - x_311 = x_304; + x_315 = x_308; } -lean_ctor_set(x_311, 0, x_310); -lean_ctor_set(x_311, 1, x_303); -return x_311; +lean_ctor_set(x_315, 0, x_314); +lean_ctor_set(x_315, 1, x_307); +return x_315; } else { -lean_object* x_312; +lean_object* x_316; +lean_dec(x_306); lean_dec(x_302); -lean_dec(x_298); -lean_dec(x_297); -lean_dec(x_296); -if (lean_is_scalar(x_304)) { - x_312 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_301); +lean_dec(x_300); +if (lean_is_scalar(x_308)) { + x_316 = lean_alloc_ctor(0, 2, 0); } else { - x_312 = x_304; + x_316 = x_308; } -lean_ctor_set(x_312, 0, x_1); -lean_ctor_set(x_312, 1, x_303); -return x_312; +lean_ctor_set(x_316, 0, x_1); +lean_ctor_set(x_316, 1, x_307); +return x_316; } } else { -lean_object* x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; -lean_dec(x_299); -lean_dec(x_298); -lean_dec(x_297); -lean_dec(x_296); +lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; +lean_dec(x_303); +lean_dec(x_302); +lean_dec(x_301); +lean_dec(x_300); lean_dec(x_1); -x_313 = lean_ctor_get(x_301, 0); -lean_inc(x_313); -x_314 = lean_ctor_get(x_301, 1); -lean_inc(x_314); -if (lean_is_exclusive(x_301)) { - lean_ctor_release(x_301, 0); - lean_ctor_release(x_301, 1); - x_315 = x_301; +x_317 = lean_ctor_get(x_305, 0); +lean_inc(x_317); +x_318 = lean_ctor_get(x_305, 1); +lean_inc(x_318); +if (lean_is_exclusive(x_305)) { + lean_ctor_release(x_305, 0); + lean_ctor_release(x_305, 1); + x_319 = x_305; } else { - lean_dec_ref(x_301); - x_315 = lean_box(0); + lean_dec_ref(x_305); + x_319 = lean_box(0); } -if (lean_is_scalar(x_315)) { - x_316 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_319)) { + x_320 = lean_alloc_ctor(1, 2, 0); } else { - x_316 = x_315; + x_320 = x_319; } -lean_ctor_set(x_316, 0, x_313); -lean_ctor_set(x_316, 1, x_314); -return x_316; +lean_ctor_set(x_320, 0, x_317); +lean_ctor_set(x_320, 1, x_318); +return x_320; } } } default: { -lean_object* x_317; +lean_object* x_321; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_317 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_317, 0, x_1); -lean_ctor_set(x_317, 1, x_7); -return x_317; +x_321 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_321, 0, x_1); +lean_ctor_set(x_321, 1, x_7); +return x_321; } } } @@ -2556,7 +2595,7 @@ x_3 = l_Lean_Compiler_LCNF_reduceJpArity(x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1() { _start: { lean_object* x_1; @@ -2564,17 +2603,17 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1; x_2 = l_Lean_Compiler_LCNF_reduceJpArity___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3() { _start: { lean_object* x_1; @@ -2582,27 +2621,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6() { _start: { lean_object* x_1; @@ -2610,17 +2649,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__8() { _start: { lean_object* x_1; @@ -2628,17 +2667,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__10() { _start: { lean_object* x_1; @@ -2646,47 +2685,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__13; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__13; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__15() { _start: { lean_object* x_1; @@ -2694,17 +2733,17 @@ x_1 = lean_mk_string_from_bytes("ReduceJpArity", 13); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__17() { _start: { lean_object* x_1; @@ -2712,33 +2751,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__18; -x_2 = lean_unsigned_to_nat(1031u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__18; +x_2 = lean_unsigned_to_nat(1033u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -2774,45 +2813,45 @@ l_Lean_Compiler_LCNF_reduceJpArity___closed__2 = _init_l_Lean_Compiler_LCNF_redu lean_mark_persistent(l_Lean_Compiler_LCNF_reduceJpArity___closed__2); l_Lean_Compiler_LCNF_reduceJpArity___closed__3 = _init_l_Lean_Compiler_LCNF_reduceJpArity___closed__3(); lean_mark_persistent(l_Lean_Compiler_LCNF_reduceJpArity___closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1031_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ReduceJpArity___hyg_1033_(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/LCNF/Simp.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp.c index a80762b2f181..4b896369b2b5 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp.c @@ -1505,7 +1505,7 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_16; lean_object* x_17; lean_object* x_27; lean_object* x_28; uint8_t x_29; x_13 = lean_ctor_get(x_8, 1); lean_inc(x_13); lean_dec(x_8); @@ -1513,68 +1513,72 @@ lean_inc(x_1); x_14 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Decl_simp___lambda__1___boxed), 8, 1); lean_closure_set(x_14, 0, x_1); x_15 = lean_ctor_get_uint8(x_2, 3); -x_16 = l_Lean_Compiler_LCNF_inBasePhase(x_3, x_4, x_5, x_6, x_13); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_unbox(x_17); -lean_dec(x_17); -if (x_18 == 0) +x_27 = l_Lean_Compiler_LCNF_inBasePhase(x_3, x_4, x_5, x_6, x_13); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_unbox(x_28); +if (x_29 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_1); -x_19 = lean_ctor_get(x_16, 1); -lean_inc(x_19); -lean_dec(x_16); -x_20 = lean_box(0); -x_21 = l_Lean_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_15, x_20, x_3, x_4, x_5, x_6, x_19); -return x_21; +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_dec(x_27); +x_31 = lean_unbox(x_28); +lean_dec(x_28); +x_16 = x_31; +x_17 = x_30; +goto block_26; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_22 = lean_ctor_get(x_16, 1); -lean_inc(x_22); -lean_dec(x_16); -x_23 = lean_ctor_get(x_1, 0); -lean_inc(x_23); -x_24 = l_Lean_Meta_isInstance(x_23, x_5, x_6, 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_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +lean_dec(x_28); +x_32 = lean_ctor_get(x_27, 1); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_ctor_get(x_1, 0); +lean_inc(x_33); +x_34 = l_Lean_Meta_isInstance(x_33, x_5, x_6, x_32); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = lean_unbox(x_35); +lean_dec(x_35); +x_16 = x_37; +x_17 = x_36; +goto block_26; +} +block_26: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; +if (x_16 == 0) +{ +lean_object* x_18; lean_object* x_19; 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_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_15, x_28, x_3, x_4, x_5, x_6, x_27); -return x_29; +x_18 = lean_box(0); +x_19 = l_Lean_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_15, x_18, x_3, x_4, x_5, x_6, x_17); +return x_19; } else { -lean_object* x_30; uint8_t x_31; -x_30 = lean_ctor_get(x_24, 1); -lean_inc(x_30); -lean_dec(x_24); -x_31 = l_Lean_Compiler_LCNF_Decl_inlineable(x_1); +uint8_t x_20; +x_20 = l_Lean_Compiler_LCNF_Decl_inlineable(x_1); lean_dec(x_1); -if (x_31 == 0) +if (x_20 == 0) { -uint8_t x_32; lean_object* x_33; lean_object* x_34; -x_32 = 0; -x_33 = lean_box(0); -x_34 = l_Lean_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_32, x_33, x_3, x_4, x_5, x_6, x_30); -return x_34; +uint8_t x_21; lean_object* x_22; lean_object* x_23; +x_21 = 0; +x_22 = lean_box(0); +x_23 = l_Lean_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_21, x_22, x_3, x_4, x_5, x_6, x_17); +return x_23; } else { -lean_object* x_35; lean_object* x_36; -x_35 = lean_box(0); -x_36 = l_Lean_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_15, x_35, x_3, x_4, x_5, x_6, x_30); -return x_36; +lean_object* x_24; lean_object* x_25; +x_24 = lean_box(0); +x_25 = l_Lean_Compiler_LCNF_Decl_simp___lambda__2(x_14, x_2, x_15, x_24, x_3, x_4, x_5, x_6, x_17); +return x_25; } } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Simp/DefaultAlt.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/DefaultAlt.c index c54a49c84fe5..799ae9a2987a 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/DefaultAlt.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/DefaultAlt.c @@ -41,7 +41,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_eraseParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___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_Compiler_LCNF_Simp_addDefaultAlt___closed__1; static lean_object* l_panic___at_Lean_Compiler_LCNF_Simp_addDefaultAlt___spec__1___closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -49,7 +48,6 @@ lean_object* l_Lean_Compiler_LCNF_eraseCode(lean_object*, lean_object*, lean_obj lean_object* l_instInhabited___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_AltCore_getCode(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instMonadCompilerM; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Simp_addDefaultAlt___spec__2___closed__2; @@ -172,104 +170,6 @@ return x_9; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___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) { -_start: -{ -uint8_t x_10; -x_10 = lean_nat_dec_le(x_7, x_6); -if (x_10 == 0) -{ -lean_object* x_11; uint8_t x_12; -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_eq(x_5, x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_unsigned_to_nat(1u); -x_14 = lean_nat_sub(x_5, x_13); -lean_dec(x_5); -x_15 = lean_nat_dec_lt(x_6, x_3); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -lean_inc(x_2); -x_16 = l___private_Init_Util_0__outOfBounds___rarg(x_2); -x_17 = l_Lean_Compiler_LCNF_AltCore_getCode(x_16); -lean_dec(x_16); -lean_inc(x_4); -x_18 = l_Lean_Compiler_LCNF_Code_alphaEqv(x_17, x_4); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = lean_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_14; -x_6 = x_19; -goto _start; -} -else -{ -lean_object* x_21; lean_object* x_22; -x_21 = lean_nat_add(x_9, x_13); -lean_dec(x_9); -x_22 = lean_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_14; -x_6 = x_22; -x_9 = x_21; -goto _start; -} -} -else -{ -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_array_fget(x_1, x_6); -x_25 = l_Lean_Compiler_LCNF_AltCore_getCode(x_24); -lean_dec(x_24); -lean_inc(x_4); -x_26 = l_Lean_Compiler_LCNF_Code_alphaEqv(x_25, x_4); -if (x_26 == 0) -{ -lean_object* x_27; -x_27 = lean_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_14; -x_6 = x_27; -goto _start; -} -else -{ -lean_object* x_29; lean_object* x_30; -x_29 = lean_nat_add(x_9, x_13); -lean_dec(x_9); -x_30 = lean_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_14; -x_6 = x_30; -x_9 = x_29; -goto _start; -} -} -} -else -{ -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -return x_9; -} -} -else -{ -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -return x_9; -} -} -} static lean_object* _init_l___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___closed__1() { _start: { @@ -309,7 +209,7 @@ x_12 = l_Lean_Compiler_LCNF_AltCore_getCode(x_11); lean_dec(x_11); x_13 = l___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___closed__1; lean_inc(x_3); -x_14 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___spec__2(x_1, x_13, x_3, x_12, x_3, x_6, x_3, x_5, x_5); +x_14 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___spec__1(x_1, x_13, x_3, x_12, x_3, x_6, x_3, x_5, x_5); lean_dec(x_3); return x_14; } @@ -327,18 +227,6 @@ lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___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) { -_start: -{ -lean_object* x_10; -x_10 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_1); -return x_10; -} -} LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs_getNumOccsOf___boxed(lean_object* x_1, lean_object* x_2) { _start: { @@ -1219,87 +1107,60 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_addDefaultAlt(lean_object* x_1, lean_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_42; lean_object* x_43; uint8_t x_44; -x_42 = lean_array_get_size(x_1); -x_43 = lean_unsigned_to_nat(1u); -x_44 = lean_nat_dec_le(x_42, x_43); -if (x_44 == 0) -{ -lean_object* x_45; uint8_t x_46; -x_45 = lean_unsigned_to_nat(0u); -x_46 = lean_nat_dec_lt(x_45, x_42); -if (x_46 == 0) +uint8_t x_10; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_43 = lean_array_get_size(x_1); +x_44 = lean_unsigned_to_nat(1u); +x_45 = lean_nat_dec_le(x_43, x_44); +if (x_45 == 0) { -lean_object* x_47; -lean_dec(x_42); -x_47 = lean_box(0); -x_10 = x_47; -goto block_41; -} -else +lean_object* x_46; uint8_t x_47; +x_46 = lean_unsigned_to_nat(0u); +x_47 = lean_nat_dec_lt(x_46, x_43); +if (x_47 == 0) { uint8_t x_48; -x_48 = lean_nat_dec_le(x_42, x_42); -if (x_48 == 0) -{ -lean_object* x_49; -lean_dec(x_42); -x_49 = lean_box(0); -x_10 = x_49; -goto block_41; +lean_dec(x_43); +x_48 = 0; +x_10 = x_48; +goto block_42; } else { -size_t x_50; size_t x_51; uint8_t x_52; -x_50 = 0; -x_51 = lean_usize_of_nat(x_42); -lean_dec(x_42); -x_52 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_Simp_addDefaultAlt___spec__3(x_1, x_50, x_51); -if (x_52 == 0) +uint8_t x_49; +x_49 = lean_nat_dec_le(x_43, x_43); +if (x_49 == 0) { -lean_object* x_53; -x_53 = lean_box(0); -x_10 = x_53; -goto block_41; +uint8_t x_50; +lean_dec(x_43); +x_50 = 0; +x_10 = x_50; +goto block_42; } else { -lean_object* x_54; -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_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_1); -lean_ctor_set(x_54, 1, x_9); -return x_54; -} +size_t x_51; size_t x_52; uint8_t x_53; +x_51 = 0; +x_52 = lean_usize_of_nat(x_43); +lean_dec(x_43); +x_53 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_Simp_addDefaultAlt___spec__3(x_1, x_51, x_52); +x_10 = x_53; +goto block_42; } } } else { -lean_object* x_55; -lean_dec(x_42); -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_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_1); -lean_ctor_set(x_55, 1, x_9); -return x_55; +uint8_t x_54; +lean_dec(x_43); +x_54 = 1; +x_10 = x_54; +goto block_42; } -block_41: +block_42: +{ +if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; -lean_dec(x_10); x_11 = l___private_Lean_Compiler_LCNF_Simp_DefaultAlt_0__Lean_Compiler_LCNF_Simp_getMaxOccs(x_1); x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); @@ -1405,6 +1266,22 @@ lean_ctor_set(x_40, 1, x_9); return x_40; } } +else +{ +lean_object* x_41; +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_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_1); +lean_ctor_set(x_41, 1, x_9); +return x_41; +} +} } } LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Simp_addDefaultAlt___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, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Simp/FunDeclInfo.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/FunDeclInfo.c index 6528f8e19d92..5a6e52d1de05 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/FunDeclInfo.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/FunDeclInfo.c @@ -93,6 +93,7 @@ lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Simp_FunDeclInfo_0__Lean_Compiler_LCNF_Simp_reprFunDeclInfo____x40_Lean_Compiler_LCNF_Simp_FunDeclInfo___hyg_16____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfo_toCtorIdx(uint8_t); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Simp_instInhabitedFunDeclInfo; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_update_go(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_addHo(lean_object*, lean_object*); @@ -117,7 +118,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfo_noConfusion___rar LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_update_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Simp_FunDeclInfo_0__Lean_Compiler_LCNF_Simp_reprFunDeclInfo____x40_Lean_Compiler_LCNF_Simp_FunDeclInfo___hyg_16____closed__14; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Simp_FunDeclInfo_0__Lean_Compiler_LCNF_Simp_reprFunDeclInfo____x40_Lean_Compiler_LCNF_Simp_FunDeclInfo___hyg_16____closed__2; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_format___spec__4___closed__4; @@ -955,7 +955,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -1011,7 +1011,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -1031,7 +1031,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -1181,7 +1181,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -1235,7 +1235,7 @@ lean_inc(x_23); lean_inc(x_22); lean_dec(x_1); x_24 = lean_array_get_size(x_23); -x_25 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_25 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_24); x_26 = lean_data_hashmap_mk_idx(x_24, x_25); x_27 = lean_array_uget(x_23, x_26); @@ -1482,7 +1482,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_data_hashmap_mk_idx(x_5, x_6); x_8 = lean_array_uget(x_4, x_7); x_9 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_add___spec__4(x_2, x_8); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c index 0347c003fe8c..d7ba3a38e59a 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c @@ -13,6 +13,7 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_arity___boxed(lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); uint8_t l_Lean_Compiler_LCNF_Decl_noinlineAttr(lean_object*); @@ -22,78 +23,74 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_arity(lea LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__13(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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5(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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__5; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22; lean_object* l_Lean_Compiler_LCNF_Decl_instantiateParamsLevelParams(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__9(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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__12; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__21; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__6; lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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* l_Lean_Compiler_LCNF_Decl_instantiateTypeLevelParams(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_inlineCandidate_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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__2; uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15; lean_object* l_Lean_Compiler_LCNF_Decl_getArity(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1; static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1; lean_object* l_Lean_Compiler_LCNF_Arg_isConstructorApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_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_st_ref_take(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8; static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17; uint8_t l_Lean_Compiler_LCNF_Decl_inlineAttr(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__16; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__3; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__23; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4; static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7; lean_object* l_Lean_Compiler_LCNF_inBasePhase(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_incInlineLocal___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__18; uint8_t lean_name_eq(lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__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*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__15; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5; extern lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l_Lean_Compiler_LCNF_getDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__11; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__1(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_isSmall(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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19; lean_object* l_Lean_Meta_isInstance(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__10; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__14; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14; lean_object* l_Lean_Compiler_LCNF_Simp_shouldInlineLocal(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_incInline___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*); lean_object* l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7; lean_object* l_Lean_Compiler_LCNF_findLetDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536_(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__13; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__19; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21; lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__14(lean_object*, uint8_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_Simp_findFunDecl_x27_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_recursive___default; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__20; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_st_ref_set(lean_object*, lean_object*, lean_object*); @@ -101,10 +98,13 @@ lean_object* l_Lean_Compiler_LCNF_getType(lean_object*, lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__6(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_array_get_size(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__2___closed__1; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__17; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__10(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*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__22; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); static uint8_t _init_l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_recursive___default() { _start: @@ -844,42 +844,25 @@ lean_dec(x_15); x_25 = l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr(x_24); if (x_25 == 0) { -uint8_t x_49; -x_49 = lean_ctor_get_uint8(x_24, sizeof(void*)*6); -x_26 = x_49; -goto block_48; +uint8_t x_45; +x_45 = lean_ctor_get_uint8(x_24, sizeof(void*)*6); +x_26 = x_45; +goto block_44; } else { -uint8_t x_50; -x_50 = 0; -x_26 = x_50; -goto block_48; -} -block_48: -{ -uint8_t x_27; -if (x_26 == 0) -{ uint8_t x_46; x_46 = 0; -x_27 = x_46; -goto block_45; +x_26 = x_46; +goto block_44; } -else +block_44: { -uint8_t x_47; -x_47 = 1; -x_27 = x_47; -goto block_45; -} -block_45: -{ -uint8_t x_28; lean_object* x_29; -if (x_27 == 0) +uint8_t x_27; lean_object* x_28; +if (x_26 == 0) { -lean_object* x_35; lean_object* x_36; -x_35 = lean_box(0); +lean_object* x_34; lean_object* x_35; +x_34 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -888,24 +871,24 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_24); -x_36 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__6(x_2, x_24, x_35, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_22); -if (lean_obj_tag(x_36) == 0) +x_35 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__6(x_2, x_24, x_34, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_22); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_37 = lean_ctor_get(x_36, 0); +lean_object* x_36; lean_object* x_37; uint8_t x_38; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); -x_38 = lean_ctor_get(x_36, 1); -lean_inc(x_38); +lean_dec(x_35); +x_38 = lean_unbox(x_36); lean_dec(x_36); -x_39 = lean_unbox(x_37); -lean_dec(x_37); -x_28 = x_39; -x_29 = x_38; -goto block_34; +x_27 = x_38; +x_28 = x_37; +goto block_33; } else { -uint8_t x_40; +uint8_t x_39; lean_dec(x_24); lean_dec(x_23); lean_dec(x_12); @@ -917,39 +900,39 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -x_40 = !lean_is_exclusive(x_36); -if (x_40 == 0) +x_39 = !lean_is_exclusive(x_35); +if (x_39 == 0) { -return x_36; +return x_35; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_36, 0); -x_42 = lean_ctor_get(x_36, 1); -lean_inc(x_42); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_35, 0); +x_41 = lean_ctor_get(x_35, 1); lean_inc(x_41); -lean_dec(x_36); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_inc(x_40); +lean_dec(x_35); +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_44; -x_44 = 0; -x_28 = x_44; -x_29 = x_22; -goto block_34; +uint8_t x_43; +x_43 = 0; +x_27 = x_43; +x_28 = x_22; +goto block_33; } -block_34: +block_33: { -if (x_28 == 0) +if (x_27 == 0) { -lean_object* x_30; lean_object* x_31; +lean_object* x_29; lean_object* x_30; lean_dec(x_24); lean_dec(x_12); lean_dec(x_11); @@ -960,24 +943,23 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -x_30 = lean_box(0); +x_29 = lean_box(0); if (lean_is_scalar(x_23)) { - x_31 = lean_alloc_ctor(0, 2, 0); + x_30 = lean_alloc_ctor(0, 2, 0); } else { - x_31 = x_23; + x_30 = x_23; } -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_29); -return x_31; +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +return x_30; } else { -lean_object* x_32; lean_object* x_33; +lean_object* x_31; lean_object* x_32; lean_dec(x_23); -x_32 = lean_box(0); -x_33 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__10(x_24, x_3, x_4, x_25, x_2, x_32, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_29); -return x_33; -} +x_31 = lean_box(0); +x_32 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__10(x_24, x_3, x_4, x_25, x_2, x_31, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_28); +return x_32; } } } @@ -1799,7 +1781,7 @@ x_13 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__14(x_1, x_12, x_3 return x_13; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1() { _start: { lean_object* x_1; @@ -1807,7 +1789,7 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2() { _start: { lean_object* x_1; @@ -1815,18 +1797,18 @@ x_1 = lean_mk_string_from_bytes("simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__2; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2; x_3 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4() { _start: { lean_object* x_1; @@ -1834,27 +1816,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5() { _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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__5; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7() { _start: { lean_object* x_1; @@ -1862,17 +1844,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__6; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9() { _start: { lean_object* x_1; @@ -1880,17 +1862,17 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__8; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11() { _start: { lean_object* x_1; @@ -1898,17 +1880,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__10; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__11; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13() { _start: { lean_object* x_1; @@ -1916,57 +1898,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__12; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__13; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__14; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__15; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__16; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__17; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19() { _start: { lean_object* x_1; @@ -1974,17 +1956,17 @@ x_1 = lean_mk_string_from_bytes("InlineCandidate", 15); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__20() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__18; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__19; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__21() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21() { _start: { lean_object* x_1; @@ -1992,33 +1974,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__22() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__20; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__21; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__23() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__22; -x_2 = lean_unsigned_to_nat(1536u); +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22; +x_2 = lean_unsigned_to_nat(1535u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535_(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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__3; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3; x_3 = 0; -x_4 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__23; +x_4 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -2047,53 +2029,53 @@ l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1 = _init_l_Lean_Compile lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1); l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2 = _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__1); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__2 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__2); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__3 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__3); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__4); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__5 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__5); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__6 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__6); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__7); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__8 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__8); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__9); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__10 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__10); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__11 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__11); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__12 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__12); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__13 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__13); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__14 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__14); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__15 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__15); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__16 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__16); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__17 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__17); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__18 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__18); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__19 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__19); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__20 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__20(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__20); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__21 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__21(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__21); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__22 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__22(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__22); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__23 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__23(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536____closed__23); -res = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1536_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23); +res = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535_(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/LCNF/Simp/JpCases.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c index 9939f74248f4..8292ea0213bb 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/JpCases.c @@ -29,7 +29,6 @@ lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeCode(lean_object*, lean LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f_go(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861_(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_any___at_Lean_Compiler_LCNF_Simp_JpCasesInfoMap_isCandidate___spec__1___boxed(lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(size_t, size_t, lean_object*); @@ -38,10 +37,12 @@ static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt(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_Compiler_LCNF_Simp_instInhabitedJpCasesInfo___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__18; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go___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_panic___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__12; LEAN_EXPORT lean_object* l_Lean_RBMap_toList___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__1(lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); @@ -55,43 +56,43 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Com static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7(lean_object*, 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__15; lean_object* l_Lean_Compiler_LCNF_Simp_findCtorName_x3f(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_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Simp_isJpCases_x3f_go___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__19; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__11; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJmp_x3f___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go(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_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__3; static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__16; static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7___closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__10; lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11; static lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__13; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___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*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2; size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12; lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f_go___lambda__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeCodeDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo___closed__3; @@ -106,7 +107,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Com LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__4___boxed(lean_object*, lean_object*); lean_object* lean_st_ref_get(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*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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_object*, lean_object*); @@ -129,9 +129,11 @@ lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeParam(lean_object*, lea static lean_object* l_Lean_Compiler_LCNF_Simp_collectJpCasesInfo___closed__1; extern lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go(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* l_Lean_Compiler_LCNF_CasesCore_getCtorNames(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___closed__1; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850_(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__3(lean_object*, lean_object*, size_t, size_t); lean_object* l_Array_append___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; @@ -139,31 +141,29 @@ lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f(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_instInhabitedCasesCore(lean_object*); lean_object* l_Lean_Compiler_LCNF_attachCodeDecls(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__5; LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__3(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___lambda__1___closed__2; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_collectJpCasesInfo_go___spec__2(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5; static lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8; extern lean_object* l_Lean_NameSet_empty; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visit___spec__1(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*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__6___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4; lean_object* l_Lean_Compiler_LCNF_getConfig(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__17; uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visit(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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_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_panic_fn(lean_object*, lean_object*); uint8_t l___private_Lean_Compiler_LCNF_DependsOn_0__Lean_Compiler_LCNF_depOn(lean_object*, lean_object*); @@ -182,16 +182,16 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Compiler_LCNF_Sim static lean_object* l_panic___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_extractJpCases_go___spec__1___closed__3; lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp_go___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visit___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___spec__8___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__8; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJpAlt_go___spec__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*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_CodeDecl_dependsOn(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__6; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Simp_JpCases_0__Lean_Compiler_LCNF_Simp_mkJmpNewArgs(lean_object*, lean_object*, lean_object*, uint8_t); @@ -199,9 +199,9 @@ static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f_visitJp_x3f___lamb LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Simp_JpCasesInfoMap_isCandidate(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_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7; static lean_object* l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__2; lean_object* lean_array_get_size(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__2; uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_isJpCases_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -7975,7 +7975,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1() { _start: { lean_object* x_1; @@ -7983,27 +7983,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__2; x_2 = l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4() { _start: { lean_object* x_1; @@ -8011,17 +8011,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__6() { _start: { lean_object* x_1; @@ -8029,17 +8029,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__8() { _start: { lean_object* x_1; @@ -8047,47 +8047,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__10; x_2 = l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___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_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__13() { _start: { lean_object* x_1; @@ -8095,17 +8095,17 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__15() { _start: { lean_object* x_1; @@ -8113,17 +8113,17 @@ x_1 = lean_mk_string_from_bytes("JpCases", 7); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__17() { _start: { lean_object* x_1; @@ -8131,33 +8131,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18; -x_2 = lean_unsigned_to_nat(3861u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__18; +x_2 = lean_unsigned_to_nat(3850u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850_(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_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__4; x_3 = 0; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -8267,45 +8267,45 @@ l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__6 = _init_l_Lean lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__6); l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__7 = _init_l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__7(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_simpJpCases_x3f___lambda__1___closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3861_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Simp_JpCases___hyg_3850_(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/LCNF/Simp/Main.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c index f4dc5e1b4f84..46e5c69380f9 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/Main.c @@ -851,21 +851,21 @@ x_10 = lean_ctor_get(x_2, 1); x_11 = lean_ctor_get_uint8(x_10, 0); if (x_11 == 0) { -lean_object* x_173; -x_173 = lean_box(0); -x_12 = x_173; +lean_object* x_165; +x_165 = lean_box(0); +x_12 = x_165; x_13 = x_9; -goto block_172; +goto block_164; } else { -lean_object* x_174; -x_174 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; -x_12 = x_174; +lean_object* x_166; +x_166 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; +x_12 = x_166; x_13 = x_9; -goto block_172; +goto block_164; } -block_172: +block_164: { if (lean_obj_tag(x_12) == 0) { @@ -947,7 +947,7 @@ return x_28; } else { -lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; +lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; x_29 = lean_ctor_get(x_26, 0); lean_inc(x_29); lean_dec(x_26); @@ -957,42 +957,25 @@ x_31 = l_Lean_Compiler_LCNF_hasLocalInst(x_30); lean_dec(x_30); if (x_31 == 0) { -uint8_t x_168; -x_168 = 0; -x_32 = x_168; -goto block_167; -} -else -{ -uint8_t x_169; -x_169 = 1; -x_32 = x_169; -goto block_167; -} -block_167: -{ -lean_object* x_33; lean_object* x_34; -if (x_32 == 0) -{ -lean_object* x_165; -x_165 = lean_box(0); -x_33 = x_165; -x_34 = x_23; -goto block_164; +lean_object* x_160; +x_160 = lean_box(0); +x_32 = x_160; +x_33 = x_23; +goto block_159; } else { -lean_object* x_166; -x_166 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; -x_33 = x_166; -x_34 = x_23; -goto block_164; +lean_object* x_161; +x_161 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; +x_32 = x_161; +x_33 = x_23; +goto block_159; } -block_164: +block_159: { -if (lean_obj_tag(x_33) == 0) +if (lean_obj_tag(x_32) == 0) { -lean_object* x_35; lean_object* x_36; +lean_object* x_34; lean_object* x_35; lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1002,92 +985,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_35 = lean_box(0); +x_34 = lean_box(0); if (lean_is_scalar(x_24)) { - x_36 = lean_alloc_ctor(0, 2, 0); + x_35 = lean_alloc_ctor(0, 2, 0); } else { - x_36 = x_24; + x_35 = x_24; } -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_34); -return x_36; +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_33); +return x_35; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; uint8_t x_161; -lean_dec(x_33); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; uint8_t x_156; +lean_dec(x_32); lean_dec(x_24); lean_inc(x_17); -x_37 = l_Lean_Meta_isInstance(x_17, x_7, x_8, x_34); -x_38 = lean_ctor_get(x_37, 0); +x_36 = l_Lean_Meta_isInstance(x_17, x_7, x_8, x_33); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_36, 1); lean_inc(x_38); -x_39 = lean_ctor_get(x_37, 1); -lean_inc(x_39); -if (lean_is_exclusive(x_37)) { - lean_ctor_release(x_37, 0); - lean_ctor_release(x_37, 1); - x_40 = x_37; +if (lean_is_exclusive(x_36)) { + lean_ctor_release(x_36, 0); + lean_ctor_release(x_36, 1); + x_39 = x_36; } else { - lean_dec_ref(x_37); - x_40 = lean_box(0); + lean_dec_ref(x_36); + x_39 = lean_box(0); } -x_161 = lean_unbox(x_38); -lean_dec(x_38); -if (x_161 == 0) +x_156 = lean_unbox(x_37); +lean_dec(x_37); +if (x_156 == 0) { -uint8_t x_162; -x_162 = 1; -x_41 = x_162; -goto block_160; +uint8_t x_157; +x_157 = 1; +x_40 = x_157; +goto block_155; } else { -uint8_t x_163; -x_163 = 0; -x_41 = x_163; -goto block_160; -} -block_160: -{ -uint8_t x_42; -if (x_41 == 0) -{ uint8_t x_158; x_158 = 0; -x_42 = x_158; -goto block_157; -} -else -{ -uint8_t x_159; -x_159 = 1; -x_42 = x_159; -goto block_157; +x_40 = x_158; +goto block_155; } -block_157: +block_155: { -lean_object* x_43; lean_object* x_44; -if (x_42 == 0) +lean_object* x_41; lean_object* x_42; +if (x_40 == 0) { -lean_object* x_155; -x_155 = lean_box(0); -x_43 = x_155; -x_44 = x_39; -goto block_154; +lean_object* x_153; +x_153 = lean_box(0); +x_41 = x_153; +x_42 = x_38; +goto block_152; } else { -lean_object* x_156; -x_156 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; -x_43 = x_156; -x_44 = x_39; -goto block_154; +lean_object* x_154; +x_154 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; +x_41 = x_154; +x_42 = x_38; +goto block_152; } -block_154: +block_152: { -if (lean_obj_tag(x_43) == 0) +if (lean_obj_tag(x_41) == 0) { -lean_object* x_45; lean_object* x_46; +lean_object* x_43; lean_object* x_44; lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1097,28 +1063,28 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_45 = lean_box(0); -if (lean_is_scalar(x_40)) { - x_46 = lean_alloc_ctor(0, 2, 0); +x_43 = lean_box(0); +if (lean_is_scalar(x_39)) { + x_44 = lean_alloc_ctor(0, 2, 0); } else { - x_46 = x_40; + x_44 = x_39; } -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_44); -return x_46; +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +return x_44; } else { -lean_object* x_47; lean_object* x_48; -lean_dec(x_43); -lean_dec(x_40); +lean_object* x_45; lean_object* x_46; +lean_dec(x_41); +lean_dec(x_39); lean_inc(x_17); -x_47 = l_Lean_Compiler_LCNF_getDecl_x3f(x_17, x_5, x_6, x_7, x_8, x_44); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -if (lean_obj_tag(x_48) == 0) +x_45 = l_Lean_Compiler_LCNF_getDecl_x3f(x_17, x_5, x_6, x_7, x_8, x_42); +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +if (lean_obj_tag(x_46) == 0) { -uint8_t x_49; +uint8_t x_47; lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1128,72 +1094,72 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_47); -if (x_49 == 0) +x_47 = !lean_is_exclusive(x_45); +if (x_47 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_47, 0); -lean_dec(x_50); -x_51 = lean_box(0); -lean_ctor_set(x_47, 0, x_51); -return x_47; +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_45, 0); +lean_dec(x_48); +x_49 = lean_box(0); +lean_ctor_set(x_45, 0, x_49); +return x_45; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_47, 1); -lean_inc(x_52); -lean_dec(x_47); -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_52); -return x_54; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_45, 1); +lean_inc(x_50); +lean_dec(x_45); +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_50); +return x_52; } } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; lean_object* x_61; lean_object* x_62; -x_55 = lean_ctor_get(x_47, 1); -lean_inc(x_55); -if (lean_is_exclusive(x_47)) { - lean_ctor_release(x_47, 0); - lean_ctor_release(x_47, 1); - x_56 = x_47; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; lean_object* x_60; +x_53 = lean_ctor_get(x_45, 1); +lean_inc(x_53); +if (lean_is_exclusive(x_45)) { + lean_ctor_release(x_45, 0); + lean_ctor_release(x_45, 1); + x_54 = x_45; } else { - lean_dec_ref(x_47); - x_56 = lean_box(0); + lean_dec_ref(x_45); + x_54 = lean_box(0); } -x_57 = lean_ctor_get(x_48, 0); -lean_inc(x_57); -lean_dec(x_48); -x_58 = lean_array_get_size(x_19); -x_59 = l_Lean_Compiler_LCNF_Decl_getArity(x_57); +x_55 = lean_ctor_get(x_46, 0); +lean_inc(x_55); +lean_dec(x_46); +x_56 = lean_array_get_size(x_19); +x_57 = l_Lean_Compiler_LCNF_Decl_getArity(x_55); +lean_dec(x_55); +x_58 = lean_nat_dec_lt(x_56, x_57); lean_dec(x_57); -x_60 = lean_nat_dec_lt(x_58, x_59); -lean_dec(x_59); -lean_dec(x_58); -if (x_60 == 0) +lean_dec(x_56); +if (x_58 == 0) { -lean_object* x_152; -x_152 = lean_box(0); -x_61 = x_152; -x_62 = x_55; -goto block_151; +lean_object* x_150; +x_150 = lean_box(0); +x_59 = x_150; +x_60 = x_53; +goto block_149; } else { -lean_object* x_153; -x_153 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; -x_61 = x_153; -x_62 = x_55; -goto block_151; +lean_object* x_151; +x_151 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__3; +x_59 = x_151; +x_60 = x_53; +goto block_149; } -block_151: +block_149: { -if (lean_obj_tag(x_61) == 0) +if (lean_obj_tag(x_59) == 0) { -lean_object* x_63; lean_object* x_64; +lean_object* x_61; lean_object* x_62; lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1203,405 +1169,403 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_63 = lean_box(0); -if (lean_is_scalar(x_56)) { - x_64 = lean_alloc_ctor(0, 2, 0); +x_61 = lean_box(0); +if (lean_is_scalar(x_54)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_64 = x_56; + x_62 = x_54; } -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_62); -return x_64; +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_60); +return x_62; } else { -uint8_t x_65; -lean_dec(x_56); -x_65 = !lean_is_exclusive(x_61); -if (x_65 == 0) +uint8_t x_63; +lean_dec(x_54); +x_63 = !lean_is_exclusive(x_59); +if (x_63 == 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; size_t x_72; size_t x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_66 = lean_ctor_get(x_61, 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; size_t x_70; size_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_64 = lean_ctor_get(x_59, 0); +lean_dec(x_64); +x_65 = lean_ctor_get(x_1, 2); +lean_inc(x_65); +x_66 = l_Lean_Compiler_LCNF_mkNewParams(x_65, x_5, x_6, x_7, x_8, x_60); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); lean_dec(x_66); -x_67 = lean_ctor_get(x_1, 2); +x_69 = lean_array_get_size(x_67); +x_70 = lean_usize_of_nat(x_69); +lean_dec(x_69); +x_71 = 0; lean_inc(x_67); -x_68 = l_Lean_Compiler_LCNF_mkNewParams(x_67, x_5, x_6, x_7, x_8, x_62); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_array_get_size(x_69); -x_72 = lean_usize_of_nat(x_71); -lean_dec(x_71); -x_73 = 0; -lean_inc(x_69); -x_74 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(x_72, x_73, x_69); -x_75 = l_Array_append___rarg(x_19, x_74); +x_72 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(x_70, x_71, x_67); +x_73 = l_Array_append___rarg(x_19, x_72); if (lean_is_scalar(x_20)) { - x_76 = lean_alloc_ctor(3, 3, 0); + x_74 = lean_alloc_ctor(3, 3, 0); } else { - x_76 = x_20; + x_74 = x_20; } -lean_ctor_set(x_76, 0, x_17); -lean_ctor_set(x_76, 1, x_18); -lean_ctor_set(x_76, 2, x_75); -x_77 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_ctor_set(x_74, 0, x_17); +lean_ctor_set(x_74, 1, x_18); +lean_ctor_set(x_74, 2, x_73); +x_75 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_78 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_76, x_77, x_5, x_6, x_7, x_8, x_70); -if (lean_obj_tag(x_78) == 0) +x_76 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_74, x_75, x_5, x_6, x_7, x_8, x_68); +if (lean_obj_tag(x_76) == 0) { -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; -x_79 = lean_ctor_get(x_78, 0); +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_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 = lean_ctor_get(x_77, 0); lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_ctor_get(x_79, 0); -lean_inc(x_81); -x_82 = lean_alloc_ctor(5, 1, 0); -lean_ctor_set(x_82, 0, x_81); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_79); -lean_ctor_set(x_83, 1, x_82); -x_84 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +x_80 = lean_alloc_ctor(5, 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_77); +lean_ctor_set(x_81, 1, x_80); +x_82 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_85 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_69, x_83, x_84, x_5, x_6, x_7, x_8, x_80); -if (lean_obj_tag(x_85) == 0) +x_83 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_67, x_81, x_82, x_5, x_6, x_7, x_8, x_78); +if (lean_obj_tag(x_83) == 0) { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_86 = lean_ctor_get(x_85, 0); +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +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 = lean_ctor_get(x_1, 0); lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); +x_87 = lean_ctor_get(x_84, 0); lean_inc(x_87); -lean_dec(x_85); -x_88 = lean_ctor_get(x_1, 0); -lean_inc(x_88); -x_89 = lean_ctor_get(x_86, 0); -lean_inc(x_89); -x_90 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_88, x_89, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_87); -if (lean_obj_tag(x_90) == 0) +x_88 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_86, x_87, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_85); +if (lean_obj_tag(x_88) == 0) { -lean_object* x_91; lean_object* x_92; uint8_t x_93; -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_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_91); +lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_89 = lean_ctor_get(x_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_89); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_93 = !lean_is_exclusive(x_92); -if (x_93 == 0) +x_91 = !lean_is_exclusive(x_90); +if (x_91 == 0) { -lean_object* x_94; -x_94 = lean_ctor_get(x_92, 0); -lean_dec(x_94); -lean_ctor_set(x_61, 0, x_86); -lean_ctor_set(x_92, 0, x_61); -return x_92; +lean_object* x_92; +x_92 = lean_ctor_get(x_90, 0); +lean_dec(x_92); +lean_ctor_set(x_59, 0, x_84); +lean_ctor_set(x_90, 0, x_59); +return x_90; } else { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_92, 1); -lean_inc(x_95); -lean_dec(x_92); -lean_ctor_set(x_61, 0, x_86); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_61); -lean_ctor_set(x_96, 1, x_95); -return x_96; +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_90, 1); +lean_inc(x_93); +lean_dec(x_90); +lean_ctor_set(x_59, 0, x_84); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_59); +lean_ctor_set(x_94, 1, x_93); +return x_94; } } else { -uint8_t x_97; -lean_dec(x_86); -lean_free_object(x_61); +uint8_t x_95; +lean_dec(x_84); +lean_free_object(x_59); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_97 = !lean_is_exclusive(x_90); -if (x_97 == 0) +x_95 = !lean_is_exclusive(x_88); +if (x_95 == 0) { -return x_90; +return x_88; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_90, 0); -x_99 = lean_ctor_get(x_90, 1); -lean_inc(x_99); -lean_inc(x_98); -lean_dec(x_90); -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_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_88, 0); +x_97 = lean_ctor_get(x_88, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_88); +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; } } } else { -uint8_t x_101; -lean_free_object(x_61); +uint8_t x_99; +lean_free_object(x_59); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_101 = !lean_is_exclusive(x_85); -if (x_101 == 0) +x_99 = !lean_is_exclusive(x_83); +if (x_99 == 0) { -return x_85; +return x_83; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_85, 0); -x_103 = lean_ctor_get(x_85, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_85); -x_104 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_104, 0, x_102); -lean_ctor_set(x_104, 1, x_103); -return x_104; +lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_100 = lean_ctor_get(x_83, 0); +x_101 = lean_ctor_get(x_83, 1); +lean_inc(x_101); +lean_inc(x_100); +lean_dec(x_83); +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_105; -lean_dec(x_69); -lean_free_object(x_61); +uint8_t x_103; +lean_dec(x_67); +lean_free_object(x_59); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_105 = !lean_is_exclusive(x_78); -if (x_105 == 0) +x_103 = !lean_is_exclusive(x_76); +if (x_103 == 0) { -return x_78; +return x_76; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_78, 0); -x_107 = lean_ctor_get(x_78, 1); -lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_78); -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_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_76, 0); +x_105 = lean_ctor_get(x_76, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_76); +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 { -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; size_t x_114; size_t x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_61); -x_109 = lean_ctor_get(x_1, 2); +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; size_t x_112; size_t 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_59); +x_107 = lean_ctor_get(x_1, 2); +lean_inc(x_107); +x_108 = l_Lean_Compiler_LCNF_mkNewParams(x_107, x_5, x_6, x_7, x_8, x_60); +x_109 = lean_ctor_get(x_108, 0); lean_inc(x_109); -x_110 = l_Lean_Compiler_LCNF_mkNewParams(x_109, x_5, x_6, x_7, x_8, x_62); -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_array_get_size(x_111); -x_114 = lean_usize_of_nat(x_113); -lean_dec(x_113); -x_115 = 0; -lean_inc(x_111); -x_116 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(x_114, x_115, x_111); -x_117 = l_Array_append___rarg(x_19, x_116); +x_110 = lean_ctor_get(x_108, 1); +lean_inc(x_110); +lean_dec(x_108); +x_111 = lean_array_get_size(x_109); +x_112 = lean_usize_of_nat(x_111); +lean_dec(x_111); +x_113 = 0; +lean_inc(x_109); +x_114 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(x_112, x_113, x_109); +x_115 = l_Array_append___rarg(x_19, x_114); if (lean_is_scalar(x_20)) { - x_118 = lean_alloc_ctor(3, 3, 0); + x_116 = lean_alloc_ctor(3, 3, 0); } else { - x_118 = x_20; + x_116 = x_20; } -lean_ctor_set(x_118, 0, x_17); -lean_ctor_set(x_118, 1, x_18); -lean_ctor_set(x_118, 2, x_117); -x_119 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_ctor_set(x_116, 0, x_17); +lean_ctor_set(x_116, 1, x_18); +lean_ctor_set(x_116, 2, x_115); +x_117 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_120 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_118, x_119, x_5, x_6, x_7, x_8, x_112); -if (lean_obj_tag(x_120) == 0) +x_118 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_116, x_117, x_5, x_6, x_7, x_8, x_110); +if (lean_obj_tag(x_118) == 0) { -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; -x_121 = lean_ctor_get(x_120, 0); +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_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); +x_121 = lean_ctor_get(x_119, 0); lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -x_123 = lean_ctor_get(x_121, 0); -lean_inc(x_123); -x_124 = lean_alloc_ctor(5, 1, 0); -lean_ctor_set(x_124, 0, x_123); -x_125 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_125, 0, x_121); -lean_ctor_set(x_125, 1, x_124); -x_126 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +x_122 = lean_alloc_ctor(5, 1, 0); +lean_ctor_set(x_122, 0, x_121); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_119); +lean_ctor_set(x_123, 1, x_122); +x_124 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_127 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_111, x_125, x_126, x_5, x_6, x_7, x_8, x_122); -if (lean_obj_tag(x_127) == 0) +x_125 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_109, x_123, x_124, x_5, x_6, x_7, x_8, x_120); +if (lean_obj_tag(x_125) == 0) { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_128 = lean_ctor_get(x_127, 0); +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); +lean_inc(x_127); +lean_dec(x_125); +x_128 = lean_ctor_get(x_1, 0); lean_inc(x_128); -x_129 = lean_ctor_get(x_127, 1); +x_129 = lean_ctor_get(x_126, 0); lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_ctor_get(x_1, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_128, 0); -lean_inc(x_131); -x_132 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_130, x_131, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_129); -if (lean_obj_tag(x_132) == 0) +x_130 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_128, x_129, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_127); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; -x_133 = lean_ctor_get(x_132, 1); -lean_inc(x_133); -lean_dec(x_132); -x_134 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_133); +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_131 = lean_ctor_get(x_130, 1); +lean_inc(x_131); +lean_dec(x_130); +x_132 = l_Lean_Compiler_LCNF_Simp_eraseLetDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_131); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -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; +x_133 = lean_ctor_get(x_132, 1); +lean_inc(x_133); +if (lean_is_exclusive(x_132)) { + lean_ctor_release(x_132, 0); + lean_ctor_release(x_132, 1); + x_134 = x_132; } else { - lean_dec_ref(x_134); - x_136 = lean_box(0); + lean_dec_ref(x_132); + x_134 = lean_box(0); } -x_137 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_137, 0, x_128); -if (lean_is_scalar(x_136)) { - x_138 = lean_alloc_ctor(0, 2, 0); +x_135 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_135, 0, x_126); +if (lean_is_scalar(x_134)) { + x_136 = lean_alloc_ctor(0, 2, 0); } else { - x_138 = x_136; + x_136 = x_134; } -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_135); -return x_138; +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_133); +return x_136; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; -lean_dec(x_128); +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; +lean_dec(x_126); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_139 = lean_ctor_get(x_132, 0); -lean_inc(x_139); -x_140 = lean_ctor_get(x_132, 1); -lean_inc(x_140); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_141 = x_132; +x_137 = lean_ctor_get(x_130, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_130, 1); +lean_inc(x_138); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + x_139 = x_130; } else { - lean_dec_ref(x_132); - x_141 = lean_box(0); + lean_dec_ref(x_130); + x_139 = lean_box(0); } -if (lean_is_scalar(x_141)) { - x_142 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_139)) { + x_140 = lean_alloc_ctor(1, 2, 0); } else { - x_142 = x_141; + x_140 = x_139; } -lean_ctor_set(x_142, 0, x_139); -lean_ctor_set(x_142, 1, x_140); -return x_142; +lean_ctor_set(x_140, 0, x_137); +lean_ctor_set(x_140, 1, x_138); +return x_140; } } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_143 = lean_ctor_get(x_127, 0); -lean_inc(x_143); -x_144 = lean_ctor_get(x_127, 1); -lean_inc(x_144); -if (lean_is_exclusive(x_127)) { - lean_ctor_release(x_127, 0); - lean_ctor_release(x_127, 1); - x_145 = x_127; +x_141 = lean_ctor_get(x_125, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_125, 1); +lean_inc(x_142); +if (lean_is_exclusive(x_125)) { + lean_ctor_release(x_125, 0); + lean_ctor_release(x_125, 1); + x_143 = x_125; } else { - lean_dec_ref(x_127); - x_145 = lean_box(0); + lean_dec_ref(x_125); + x_143 = lean_box(0); } -if (lean_is_scalar(x_145)) { - x_146 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_143)) { + x_144 = lean_alloc_ctor(1, 2, 0); } else { - x_146 = x_145; + x_144 = x_143; } -lean_ctor_set(x_146, 0, x_143); -lean_ctor_set(x_146, 1, x_144); -return x_146; +lean_ctor_set(x_144, 0, x_141); +lean_ctor_set(x_144, 1, x_142); +return x_144; } } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; -lean_dec(x_111); +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_dec(x_109); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_147 = lean_ctor_get(x_120, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_120, 1); -lean_inc(x_148); -if (lean_is_exclusive(x_120)) { - lean_ctor_release(x_120, 0); - lean_ctor_release(x_120, 1); - x_149 = x_120; +x_145 = lean_ctor_get(x_118, 0); +lean_inc(x_145); +x_146 = lean_ctor_get(x_118, 1); +lean_inc(x_146); +if (lean_is_exclusive(x_118)) { + lean_ctor_release(x_118, 0); + lean_ctor_release(x_118, 1); + x_147 = x_118; } else { - lean_dec_ref(x_120); - x_149 = lean_box(0); + lean_dec_ref(x_118); + x_147 = lean_box(0); } -if (lean_is_scalar(x_149)) { - x_150 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_147)) { + x_148 = lean_alloc_ctor(1, 2, 0); } else { - x_150 = x_149; -} -lean_ctor_set(x_150, 0, x_147); -lean_ctor_set(x_150, 1, x_148); -return x_150; -} + x_148 = x_147; } +lean_ctor_set(x_148, 0, x_145); +lean_ctor_set(x_148, 1, x_146); +return x_148; } } } @@ -1616,18 +1580,18 @@ return x_150; } else { -lean_object* x_170; lean_object* x_171; +lean_object* x_162; lean_object* x_163; lean_dec(x_16); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_170 = lean_box(0); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_13); -return x_171; +x_162 = lean_box(0); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +return x_163; } } } @@ -2124,104 +2088,30 @@ x_35 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_34, x_3, x_4, x_ lean_dec(x_29); if (lean_obj_tag(x_35) == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_216; +lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_230; x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); -x_216 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); -if (x_216 == 0) +x_230 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); +if (x_230 == 0) { -lean_object* x_217; -x_217 = lean_box(0); -x_38 = x_217; -goto block_215; +x_38 = x_34; +goto block_229; } else { -uint8_t x_218; -x_218 = lean_nat_dec_eq(x_24, x_27); -if (x_218 == 0) -{ -lean_object* x_219; -x_219 = lean_box(0); -x_38 = x_219; -goto block_215; +uint8_t x_231; +x_231 = lean_nat_dec_eq(x_24, x_27); +x_38 = x_231; +goto block_229; } -else +block_229: { -lean_object* x_220; lean_object* x_221; lean_object* x_222; -lean_dec(x_33); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_2); -x_220 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_37); -x_221 = lean_ctor_get(x_220, 1); -lean_inc(x_221); -lean_dec(x_220); -x_222 = l_Lean_Compiler_LCNF_Simp_simp(x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_221); -if (lean_obj_tag(x_222) == 0) -{ -uint8_t x_223; -x_223 = !lean_is_exclusive(x_222); -if (x_223 == 0) -{ -lean_object* x_224; lean_object* x_225; -x_224 = lean_ctor_get(x_222, 0); -x_225 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_225, 0, x_224); -lean_ctor_set(x_222, 0, x_225); -return x_222; -} -else -{ -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_226 = lean_ctor_get(x_222, 0); -x_227 = lean_ctor_get(x_222, 1); -lean_inc(x_227); -lean_inc(x_226); -lean_dec(x_222); -x_228 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_228, 0, x_226); -x_229 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_229, 0, x_228); -lean_ctor_set(x_229, 1, x_227); -return x_229; -} -} -else -{ -uint8_t x_230; -x_230 = !lean_is_exclusive(x_222); -if (x_230 == 0) -{ -return x_222; -} -else -{ -lean_object* x_231; lean_object* x_232; lean_object* x_233; -x_231 = lean_ctor_get(x_222, 0); -x_232 = lean_ctor_get(x_222, 1); -lean_inc(x_232); -lean_inc(x_231); -lean_dec(x_222); -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; -} -} -} -} -block_215: +if (x_38 == 0) { lean_object* x_39; -lean_dec(x_38); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -3168,86 +3058,87 @@ return x_214; } } } -} else { -uint8_t x_234; +lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); lean_dec(x_21); -lean_dec(x_9); -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_234 = !lean_is_exclusive(x_35); -if (x_234 == 0) +x_215 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_37); +x_216 = lean_ctor_get(x_215, 1); +lean_inc(x_216); +lean_dec(x_215); +x_217 = l_Lean_Compiler_LCNF_Simp_simp(x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_216); +if (lean_obj_tag(x_217) == 0) { -return x_35; +uint8_t x_218; +x_218 = !lean_is_exclusive(x_217); +if (x_218 == 0) +{ +lean_object* x_219; lean_object* x_220; +x_219 = lean_ctor_get(x_217, 0); +if (lean_is_scalar(x_22)) { + x_220 = lean_alloc_ctor(1, 1, 0); +} else { + x_220 = x_22; +} +lean_ctor_set(x_220, 0, x_219); +lean_ctor_set(x_217, 0, x_220); +return x_217; } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; -x_235 = lean_ctor_get(x_35, 0); -x_236 = lean_ctor_get(x_35, 1); -lean_inc(x_236); -lean_inc(x_235); -lean_dec(x_35); -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; +lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; +x_221 = lean_ctor_get(x_217, 0); +x_222 = lean_ctor_get(x_217, 1); +lean_inc(x_222); +lean_inc(x_221); +lean_dec(x_217); +if (lean_is_scalar(x_22)) { + x_223 = lean_alloc_ctor(1, 1, 0); +} else { + x_223 = x_22; } +lean_ctor_set(x_223, 0, x_221); +x_224 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_224, 0, x_223); +lean_ctor_set(x_224, 1, x_222); +return x_224; } } -case 1: -{ -uint8_t x_238; lean_object* x_239; -x_238 = 0; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_33); -x_239 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_238, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); -lean_dec(x_29); -if (lean_obj_tag(x_239) == 0) +else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; uint8_t x_420; -x_240 = lean_ctor_get(x_239, 0); -lean_inc(x_240); -x_241 = lean_ctor_get(x_239, 1); -lean_inc(x_241); -lean_dec(x_239); -x_420 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); -if (x_420 == 0) +uint8_t x_225; +lean_dec(x_22); +x_225 = !lean_is_exclusive(x_217); +if (x_225 == 0) { -lean_object* x_421; -x_421 = lean_box(0); -x_242 = x_421; -goto block_419; +return x_217; } else { -uint8_t x_422; -x_422 = lean_nat_dec_eq(x_24, x_27); -if (x_422 == 0) -{ -lean_object* x_423; -x_423 = lean_box(0); -x_242 = x_423; -goto block_419; +lean_object* x_226; lean_object* x_227; lean_object* x_228; +x_226 = lean_ctor_get(x_217, 0); +x_227 = lean_ctor_get(x_217, 1); +lean_inc(x_227); +lean_inc(x_226); +lean_dec(x_217); +x_228 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_228, 0, x_226); +lean_ctor_set(x_228, 1, x_227); +return x_228; +} +} +} +} } else { -lean_object* x_424; lean_object* x_425; lean_object* x_426; +uint8_t x_232; lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -3255,69 +3146,71 @@ lean_dec(x_24); lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); +lean_dec(x_9); +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_424 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_241); -x_425 = lean_ctor_get(x_424, 1); -lean_inc(x_425); -lean_dec(x_424); -x_426 = l_Lean_Compiler_LCNF_Simp_simp(x_240, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_425); -if (lean_obj_tag(x_426) == 0) -{ -uint8_t x_427; -x_427 = !lean_is_exclusive(x_426); -if (x_427 == 0) +x_232 = !lean_is_exclusive(x_35); +if (x_232 == 0) { -lean_object* x_428; lean_object* x_429; -x_428 = lean_ctor_get(x_426, 0); -x_429 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_429, 0, x_428); -lean_ctor_set(x_426, 0, x_429); -return x_426; +return x_35; } else { -lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; -x_430 = lean_ctor_get(x_426, 0); -x_431 = lean_ctor_get(x_426, 1); -lean_inc(x_431); -lean_inc(x_430); -lean_dec(x_426); -x_432 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_432, 0, x_430); -x_433 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_433, 0, x_432); -lean_ctor_set(x_433, 1, x_431); -return x_433; +lean_object* x_233; lean_object* x_234; lean_object* x_235; +x_233 = lean_ctor_get(x_35, 0); +x_234 = lean_ctor_get(x_35, 1); +lean_inc(x_234); +lean_inc(x_233); +lean_dec(x_35); +x_235 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_235, 0, x_233); +lean_ctor_set(x_235, 1, x_234); +return x_235; } } -else +} +case 1: { -uint8_t x_434; -x_434 = !lean_is_exclusive(x_426); -if (x_434 == 0) +uint8_t x_236; lean_object* x_237; +x_236 = 0; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_33); +x_237 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_236, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +lean_dec(x_29); +if (lean_obj_tag(x_237) == 0) { -return x_426; +lean_object* x_238; lean_object* x_239; uint8_t x_240; uint8_t x_432; +x_238 = lean_ctor_get(x_237, 0); +lean_inc(x_238); +x_239 = lean_ctor_get(x_237, 1); +lean_inc(x_239); +lean_dec(x_237); +x_432 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); +if (x_432 == 0) +{ +x_240 = x_236; +goto block_431; } else { -lean_object* x_435; lean_object* x_436; lean_object* x_437; -x_435 = lean_ctor_get(x_426, 0); -x_436 = lean_ctor_get(x_426, 1); -lean_inc(x_436); -lean_inc(x_435); -lean_dec(x_426); -x_437 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_437, 0, x_435); -lean_ctor_set(x_437, 1, x_436); -return x_437; -} -} +uint8_t x_433; +x_433 = lean_nat_dec_eq(x_24, x_27); +x_240 = x_433; +goto block_431; } -} -block_419: +block_431: { -lean_object* x_243; -lean_dec(x_242); +if (x_240 == 0) +{ +lean_object* x_241; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -3325,118 +3218,118 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_243 = l_Lean_Compiler_LCNF_Simp_simp(x_240, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_241); -if (lean_obj_tag(x_243) == 0) -{ -lean_object* x_244; lean_object* x_245; uint8_t x_246; -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); -lean_inc(x_244); -x_246 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_244); -if (x_246 == 0) -{ -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_247 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_245); -x_248 = lean_ctor_get(x_247, 1); -lean_inc(x_248); -lean_dec(x_247); -x_249 = lean_ctor_get(x_21, 2); -lean_inc(x_249); +x_241 = l_Lean_Compiler_LCNF_Simp_simp(x_238, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_239); +if (lean_obj_tag(x_241) == 0) +{ +lean_object* x_242; lean_object* x_243; uint8_t x_244; +x_242 = lean_ctor_get(x_241, 0); +lean_inc(x_242); +x_243 = lean_ctor_get(x_241, 1); +lean_inc(x_243); +lean_dec(x_241); +lean_inc(x_242); +x_244 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_242); +if (x_244 == 0) +{ +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; uint8_t x_252; +x_245 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_243); +x_246 = lean_ctor_get(x_245, 1); +lean_inc(x_246); +lean_dec(x_245); +x_247 = lean_ctor_get(x_21, 2); +lean_inc(x_247); lean_dec(x_21); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_250 = l_Lean_Compiler_LCNF_inferAppType(x_249, x_33, x_6, x_7, x_8, x_9, x_248); -x_251 = lean_ctor_get(x_250, 0); -lean_inc(x_251); -x_252 = lean_ctor_get(x_250, 1); -lean_inc(x_252); -lean_dec(x_250); -lean_inc(x_251); -x_253 = l_Lean_Expr_headBeta(x_251); -x_254 = l_Lean_Expr_isForall(x_253); +x_248 = l_Lean_Compiler_LCNF_inferAppType(x_247, x_33, x_6, x_7, x_8, x_9, x_246); +x_249 = lean_ctor_get(x_248, 0); +lean_inc(x_249); +x_250 = lean_ctor_get(x_248, 1); +lean_inc(x_250); +lean_dec(x_248); +lean_inc(x_249); +x_251 = l_Lean_Expr_headBeta(x_249); +x_252 = l_Lean_Expr_isForall(x_251); +lean_dec(x_251); +if (x_252 == 0) +{ +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; +x_253 = l_Lean_Compiler_LCNF_mkAuxParam(x_249, x_236, x_6, x_7, x_8, x_9, x_250); +x_254 = lean_ctor_get(x_253, 0); +lean_inc(x_254); +x_255 = lean_ctor_get(x_253, 1); +lean_inc(x_255); lean_dec(x_253); -if (x_254 == 0) -{ -lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; uint8_t x_259; lean_object* x_260; lean_object* x_261; -x_255 = l_Lean_Compiler_LCNF_mkAuxParam(x_251, x_238, x_6, x_7, x_8, x_9, x_252); -x_256 = lean_ctor_get(x_255, 0); +x_256 = lean_ctor_get(x_254, 0); lean_inc(x_256); -x_257 = lean_ctor_get(x_255, 1); -lean_inc(x_257); -lean_dec(x_255); -x_258 = lean_ctor_get(x_256, 0); -lean_inc(x_258); -x_259 = lean_nat_dec_lt(x_27, x_24); +x_257 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_259 == 0) +if (x_257 == 0) { -lean_object* x_288; +lean_object* x_286; lean_dec(x_27); lean_dec(x_23); -x_288 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_258, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_257); -if (lean_obj_tag(x_288) == 0) +x_286 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_256, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_255); +if (lean_obj_tag(x_286) == 0) { -lean_object* x_289; lean_object* x_290; -x_289 = lean_ctor_get(x_288, 1); -lean_inc(x_289); -lean_dec(x_288); +lean_object* x_287; lean_object* x_288; +x_287 = lean_ctor_get(x_286, 1); +lean_inc(x_287); +lean_dec(x_286); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_290 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_289); -if (lean_obj_tag(x_290) == 0) +x_288 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_287); +if (lean_obj_tag(x_288) == 0) { -lean_object* x_291; lean_object* x_292; -x_291 = lean_ctor_get(x_290, 0); -lean_inc(x_291); -x_292 = lean_ctor_get(x_290, 1); -lean_inc(x_292); -lean_dec(x_290); -x_260 = x_291; -x_261 = x_292; -goto block_287; +lean_object* x_289; lean_object* x_290; +x_289 = lean_ctor_get(x_288, 0); +lean_inc(x_289); +x_290 = lean_ctor_get(x_288, 1); +lean_inc(x_290); +lean_dec(x_288); +x_258 = x_289; +x_259 = x_290; +goto block_285; } else { -uint8_t x_293; -lean_dec(x_256); -lean_dec(x_244); +uint8_t x_291; +lean_dec(x_254); +lean_dec(x_242); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_293 = !lean_is_exclusive(x_290); -if (x_293 == 0) +x_291 = !lean_is_exclusive(x_288); +if (x_291 == 0) { -return x_290; +return x_288; } else { -lean_object* x_294; lean_object* x_295; lean_object* x_296; -x_294 = lean_ctor_get(x_290, 0); -x_295 = lean_ctor_get(x_290, 1); -lean_inc(x_295); -lean_inc(x_294); -lean_dec(x_290); -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; +lean_object* x_292; lean_object* x_293; lean_object* x_294; +x_292 = lean_ctor_get(x_288, 0); +x_293 = lean_ctor_get(x_288, 1); +lean_inc(x_293); +lean_inc(x_292); +lean_dec(x_288); +x_294 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_294, 0, x_292); +lean_ctor_set(x_294, 1, x_293); +return x_294; } } } else { -uint8_t x_297; -lean_dec(x_256); -lean_dec(x_244); +uint8_t x_295; +lean_dec(x_254); +lean_dec(x_242); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -3446,114 +3339,114 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_297 = !lean_is_exclusive(x_288); -if (x_297 == 0) +x_295 = !lean_is_exclusive(x_286); +if (x_295 == 0) { -return x_288; +return x_286; } else { -lean_object* x_298; lean_object* x_299; lean_object* x_300; -x_298 = lean_ctor_get(x_288, 0); -x_299 = lean_ctor_get(x_288, 1); -lean_inc(x_299); -lean_inc(x_298); -lean_dec(x_288); -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; +lean_object* x_296; lean_object* x_297; lean_object* x_298; +x_296 = lean_ctor_get(x_286, 0); +x_297 = lean_ctor_get(x_286, 1); +lean_inc(x_297); +lean_inc(x_296); +lean_dec(x_286); +x_298 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_298, 0, x_296); +lean_ctor_set(x_298, 1, x_297); +return x_298; } } } else { -lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; -x_301 = lean_array_get_size(x_23); -x_302 = l_Array_toSubarray___rarg(x_23, x_27, x_301); -x_303 = l_Array_ofSubarray___rarg(x_302); -x_304 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_304, 0, x_258); -lean_ctor_set(x_304, 1, x_303); -x_305 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +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_299 = lean_array_get_size(x_23); +x_300 = l_Array_toSubarray___rarg(x_23, x_27, x_299); +x_301 = l_Array_ofSubarray___rarg(x_300); +x_302 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_302, 0, x_256); +lean_ctor_set(x_302, 1, x_301); +x_303 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_306 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_304, x_305, x_6, x_7, x_8, x_9, x_257); -if (lean_obj_tag(x_306) == 0) -{ -lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; -x_307 = lean_ctor_get(x_306, 0); +x_304 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_302, x_303, x_6, x_7, x_8, x_9, x_255); +if (lean_obj_tag(x_304) == 0) +{ +lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; +x_305 = lean_ctor_get(x_304, 0); +lean_inc(x_305); +x_306 = lean_ctor_get(x_304, 1); +lean_inc(x_306); +lean_dec(x_304); +x_307 = lean_ctor_get(x_305, 0); lean_inc(x_307); -x_308 = lean_ctor_get(x_306, 1); -lean_inc(x_308); -lean_dec(x_306); -x_309 = lean_ctor_get(x_307, 0); +x_308 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_307, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_306); +if (lean_obj_tag(x_308) == 0) +{ +lean_object* x_309; lean_object* x_310; lean_object* x_311; +x_309 = lean_ctor_get(x_308, 1); lean_inc(x_309); -x_310 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_309, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_308); -if (lean_obj_tag(x_310) == 0) -{ -lean_object* x_311; lean_object* x_312; lean_object* x_313; -x_311 = lean_ctor_get(x_310, 1); -lean_inc(x_311); -lean_dec(x_310); -x_312 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_312, 0, x_307); -lean_ctor_set(x_312, 1, x_2); +lean_dec(x_308); +x_310 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_310, 0, x_305); +lean_ctor_set(x_310, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_313 = l_Lean_Compiler_LCNF_Simp_simp(x_312, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_311); -if (lean_obj_tag(x_313) == 0) +x_311 = l_Lean_Compiler_LCNF_Simp_simp(x_310, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_309); +if (lean_obj_tag(x_311) == 0) { -lean_object* x_314; lean_object* x_315; -x_314 = lean_ctor_get(x_313, 0); -lean_inc(x_314); -x_315 = lean_ctor_get(x_313, 1); -lean_inc(x_315); -lean_dec(x_313); -x_260 = x_314; -x_261 = x_315; -goto block_287; +lean_object* x_312; lean_object* x_313; +x_312 = lean_ctor_get(x_311, 0); +lean_inc(x_312); +x_313 = lean_ctor_get(x_311, 1); +lean_inc(x_313); +lean_dec(x_311); +x_258 = x_312; +x_259 = x_313; +goto block_285; } else { -uint8_t x_316; -lean_dec(x_256); -lean_dec(x_244); +uint8_t x_314; +lean_dec(x_254); +lean_dec(x_242); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_316 = !lean_is_exclusive(x_313); -if (x_316 == 0) +x_314 = !lean_is_exclusive(x_311); +if (x_314 == 0) { -return x_313; +return x_311; } else { -lean_object* x_317; lean_object* x_318; lean_object* x_319; -x_317 = lean_ctor_get(x_313, 0); -x_318 = lean_ctor_get(x_313, 1); -lean_inc(x_318); -lean_inc(x_317); -lean_dec(x_313); -x_319 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_319, 0, x_317); -lean_ctor_set(x_319, 1, x_318); -return x_319; +lean_object* x_315; lean_object* x_316; lean_object* x_317; +x_315 = lean_ctor_get(x_311, 0); +x_316 = lean_ctor_get(x_311, 1); +lean_inc(x_316); +lean_inc(x_315); +lean_dec(x_311); +x_317 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_317, 0, x_315); +lean_ctor_set(x_317, 1, x_316); +return x_317; } } } else { -uint8_t x_320; -lean_dec(x_307); -lean_dec(x_256); -lean_dec(x_244); +uint8_t x_318; +lean_dec(x_305); +lean_dec(x_254); +lean_dec(x_242); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -3563,31 +3456,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_320 = !lean_is_exclusive(x_310); -if (x_320 == 0) +x_318 = !lean_is_exclusive(x_308); +if (x_318 == 0) { -return x_310; +return x_308; } else { -lean_object* x_321; lean_object* x_322; lean_object* x_323; -x_321 = lean_ctor_get(x_310, 0); -x_322 = lean_ctor_get(x_310, 1); -lean_inc(x_322); -lean_inc(x_321); -lean_dec(x_310); -x_323 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_323, 0, x_321); -lean_ctor_set(x_323, 1, x_322); -return x_323; +lean_object* x_319; lean_object* x_320; lean_object* x_321; +x_319 = lean_ctor_get(x_308, 0); +x_320 = lean_ctor_get(x_308, 1); +lean_inc(x_320); +lean_inc(x_319); +lean_dec(x_308); +x_321 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_321, 0, x_319); +lean_ctor_set(x_321, 1, x_320); +return x_321; } } } else { -uint8_t x_324; -lean_dec(x_256); -lean_dec(x_244); +uint8_t x_322; +lean_dec(x_254); +lean_dec(x_242); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -3598,196 +3491,196 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_324 = !lean_is_exclusive(x_306); -if (x_324 == 0) +x_322 = !lean_is_exclusive(x_304); +if (x_322 == 0) { -return x_306; +return x_304; } else { -lean_object* x_325; lean_object* x_326; lean_object* x_327; -x_325 = lean_ctor_get(x_306, 0); -x_326 = lean_ctor_get(x_306, 1); -lean_inc(x_326); -lean_inc(x_325); -lean_dec(x_306); -x_327 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_327, 0, x_325); -lean_ctor_set(x_327, 1, x_326); -return x_327; +lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_323 = lean_ctor_get(x_304, 0); +x_324 = lean_ctor_get(x_304, 1); +lean_inc(x_324); +lean_inc(x_323); +lean_dec(x_304); +x_325 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_325, 0, x_323); +lean_ctor_set(x_325, 1, x_324); +return x_325; } } } -block_287: +block_285: { -lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; -x_262 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_263 = lean_array_push(x_262, x_256); -x_264 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; +lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; +x_260 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_261 = lean_array_push(x_260, x_254); +x_262 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_265 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_263, x_260, x_264, x_6, x_7, x_8, x_9, x_261); -if (lean_obj_tag(x_265) == 0) -{ -lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; -x_266 = lean_ctor_get(x_265, 0); -lean_inc(x_266); -x_267 = lean_ctor_get(x_265, 1); -lean_inc(x_267); -lean_dec(x_265); -lean_inc(x_266); -x_268 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); -lean_closure_set(x_268, 0, x_266); -lean_closure_set(x_268, 1, x_262); -x_269 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_244, x_268, x_6, x_7, x_8, x_9, x_267); -if (lean_obj_tag(x_269) == 0) -{ -uint8_t x_270; -x_270 = !lean_is_exclusive(x_269); -if (x_270 == 0) +x_263 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_261, x_258, x_262, x_6, x_7, x_8, x_9, x_259); +if (lean_obj_tag(x_263) == 0) { -lean_object* x_271; lean_object* x_272; lean_object* x_273; -x_271 = lean_ctor_get(x_269, 0); -x_272 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_272, 0, x_266); -lean_ctor_set(x_272, 1, x_271); +lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +x_264 = lean_ctor_get(x_263, 0); +lean_inc(x_264); +x_265 = lean_ctor_get(x_263, 1); +lean_inc(x_265); +lean_dec(x_263); +lean_inc(x_264); +x_266 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); +lean_closure_set(x_266, 0, x_264); +lean_closure_set(x_266, 1, x_260); +x_267 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_242, x_266, x_6, x_7, x_8, x_9, x_265); +if (lean_obj_tag(x_267) == 0) +{ +uint8_t x_268; +x_268 = !lean_is_exclusive(x_267); +if (x_268 == 0) +{ +lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_269 = lean_ctor_get(x_267, 0); +x_270 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_270, 0, x_264); +lean_ctor_set(x_270, 1, x_269); if (lean_is_scalar(x_22)) { - x_273 = lean_alloc_ctor(1, 1, 0); + x_271 = lean_alloc_ctor(1, 1, 0); } else { - x_273 = x_22; + x_271 = x_22; } -lean_ctor_set(x_273, 0, x_272); -lean_ctor_set(x_269, 0, x_273); -return x_269; +lean_ctor_set(x_271, 0, x_270); +lean_ctor_set(x_267, 0, x_271); +return x_267; } else { -lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; -x_274 = lean_ctor_get(x_269, 0); -x_275 = lean_ctor_get(x_269, 1); -lean_inc(x_275); -lean_inc(x_274); -lean_dec(x_269); -x_276 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_276, 0, x_266); -lean_ctor_set(x_276, 1, x_274); +lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; +x_272 = lean_ctor_get(x_267, 0); +x_273 = lean_ctor_get(x_267, 1); +lean_inc(x_273); +lean_inc(x_272); +lean_dec(x_267); +x_274 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_274, 0, x_264); +lean_ctor_set(x_274, 1, x_272); if (lean_is_scalar(x_22)) { - x_277 = lean_alloc_ctor(1, 1, 0); + x_275 = lean_alloc_ctor(1, 1, 0); } else { - x_277 = x_22; + x_275 = x_22; } -lean_ctor_set(x_277, 0, x_276); -x_278 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_278, 0, x_277); -lean_ctor_set(x_278, 1, x_275); -return x_278; +lean_ctor_set(x_275, 0, x_274); +x_276 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_276, 0, x_275); +lean_ctor_set(x_276, 1, x_273); +return x_276; } } else { -uint8_t x_279; -lean_dec(x_266); +uint8_t x_277; +lean_dec(x_264); lean_dec(x_22); -x_279 = !lean_is_exclusive(x_269); -if (x_279 == 0) +x_277 = !lean_is_exclusive(x_267); +if (x_277 == 0) { -return x_269; +return x_267; } else { -lean_object* x_280; lean_object* x_281; lean_object* x_282; -x_280 = lean_ctor_get(x_269, 0); -x_281 = lean_ctor_get(x_269, 1); -lean_inc(x_281); -lean_inc(x_280); -lean_dec(x_269); -x_282 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_282, 0, x_280); -lean_ctor_set(x_282, 1, x_281); -return x_282; +lean_object* x_278; lean_object* x_279; lean_object* x_280; +x_278 = lean_ctor_get(x_267, 0); +x_279 = lean_ctor_get(x_267, 1); +lean_inc(x_279); +lean_inc(x_278); +lean_dec(x_267); +x_280 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_280, 0, x_278); +lean_ctor_set(x_280, 1, x_279); +return x_280; } } } else { -uint8_t x_283; -lean_dec(x_244); +uint8_t x_281; +lean_dec(x_242); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_283 = !lean_is_exclusive(x_265); -if (x_283 == 0) +x_281 = !lean_is_exclusive(x_263); +if (x_281 == 0) { -return x_265; +return x_263; } else { -lean_object* x_284; lean_object* x_285; lean_object* x_286; -x_284 = lean_ctor_get(x_265, 0); -x_285 = lean_ctor_get(x_265, 1); -lean_inc(x_285); -lean_inc(x_284); -lean_dec(x_265); -x_286 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_286, 0, x_284); -lean_ctor_set(x_286, 1, x_285); -return x_286; +lean_object* x_282; lean_object* x_283; lean_object* x_284; +x_282 = lean_ctor_get(x_263, 0); +x_283 = lean_ctor_get(x_263, 1); +lean_inc(x_283); +lean_inc(x_282); +lean_dec(x_263); +x_284 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_284, 0, x_282); +lean_ctor_set(x_284, 1, x_283); +return x_284; } } } } else { -lean_object* x_328; lean_object* x_329; lean_object* x_330; -lean_dec(x_251); -x_328 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; -x_329 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +lean_object* x_326; lean_object* x_327; lean_object* x_328; +lean_dec(x_249); +x_326 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; +x_327 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_330 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_328, x_244, x_329, x_6, x_7, x_8, x_9, x_252); -if (lean_obj_tag(x_330) == 0) +x_328 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_326, x_242, x_327, x_6, x_7, x_8, x_9, x_250); +if (lean_obj_tag(x_328) == 0) { -lean_object* x_331; lean_object* x_332; lean_object* x_333; -x_331 = lean_ctor_get(x_330, 0); -lean_inc(x_331); -x_332 = lean_ctor_get(x_330, 1); -lean_inc(x_332); -lean_dec(x_330); +lean_object* x_329; lean_object* x_330; lean_object* x_331; +x_329 = lean_ctor_get(x_328, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_328, 1); +lean_inc(x_330); +lean_dec(x_328); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_333 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_331, x_6, x_7, x_8, x_9, x_332); -if (lean_obj_tag(x_333) == 0) +x_331 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_329, x_6, x_7, x_8, x_9, x_330); +if (lean_obj_tag(x_331) == 0) { -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_334 = lean_ctor_get(x_333, 0); +lean_object* x_332; lean_object* x_333; lean_object* x_334; uint8_t x_335; lean_object* x_336; lean_object* x_337; +x_332 = lean_ctor_get(x_331, 0); +lean_inc(x_332); +x_333 = lean_ctor_get(x_331, 1); +lean_inc(x_333); +lean_dec(x_331); +x_334 = lean_ctor_get(x_332, 0); lean_inc(x_334); -x_335 = lean_ctor_get(x_333, 1); -lean_inc(x_335); -lean_dec(x_333); -x_336 = lean_ctor_get(x_334, 0); -lean_inc(x_336); -x_337 = lean_nat_dec_lt(x_27, x_24); +x_335 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_337 == 0) +if (x_335 == 0) { -lean_object* x_352; +lean_object* x_350; lean_dec(x_27); lean_dec(x_23); -x_352 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_336, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_335); -if (lean_obj_tag(x_352) == 0) +x_350 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_334, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_333); +if (lean_obj_tag(x_350) == 0) { -lean_object* x_353; lean_object* x_354; -x_353 = lean_ctor_get(x_352, 1); -lean_inc(x_353); -lean_dec(x_352); +lean_object* x_351; lean_object* x_352; +x_351 = lean_ctor_get(x_350, 1); +lean_inc(x_351); +lean_dec(x_350); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -3795,23 +3688,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_354 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_353); -if (lean_obj_tag(x_354) == 0) +x_352 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_351); +if (lean_obj_tag(x_352) == 0) { -lean_object* x_355; lean_object* x_356; -x_355 = lean_ctor_get(x_354, 0); -lean_inc(x_355); -x_356 = lean_ctor_get(x_354, 1); -lean_inc(x_356); -lean_dec(x_354); -x_338 = x_355; -x_339 = x_356; -goto block_351; +lean_object* x_353; lean_object* x_354; +x_353 = lean_ctor_get(x_352, 0); +lean_inc(x_353); +x_354 = lean_ctor_get(x_352, 1); +lean_inc(x_354); +lean_dec(x_352); +x_336 = x_353; +x_337 = x_354; +goto block_349; } else { -uint8_t x_357; -lean_dec(x_334); +uint8_t x_355; +lean_dec(x_332); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -3820,30 +3713,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_357 = !lean_is_exclusive(x_354); -if (x_357 == 0) +x_355 = !lean_is_exclusive(x_352); +if (x_355 == 0) { -return x_354; +return x_352; } else { -lean_object* x_358; lean_object* x_359; lean_object* x_360; -x_358 = lean_ctor_get(x_354, 0); -x_359 = lean_ctor_get(x_354, 1); -lean_inc(x_359); -lean_inc(x_358); -lean_dec(x_354); -x_360 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_360, 0, x_358); -lean_ctor_set(x_360, 1, x_359); -return x_360; +lean_object* x_356; lean_object* x_357; lean_object* x_358; +x_356 = lean_ctor_get(x_352, 0); +x_357 = lean_ctor_get(x_352, 1); +lean_inc(x_357); +lean_inc(x_356); +lean_dec(x_352); +x_358 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_358, 0, x_356); +lean_ctor_set(x_358, 1, x_357); +return x_358; } } } else { -uint8_t x_361; -lean_dec(x_334); +uint8_t x_359; +lean_dec(x_332); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -3853,61 +3746,61 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_361 = !lean_is_exclusive(x_352); -if (x_361 == 0) +x_359 = !lean_is_exclusive(x_350); +if (x_359 == 0) { -return x_352; +return x_350; } else { -lean_object* x_362; lean_object* x_363; lean_object* x_364; -x_362 = lean_ctor_get(x_352, 0); -x_363 = lean_ctor_get(x_352, 1); -lean_inc(x_363); -lean_inc(x_362); -lean_dec(x_352); -x_364 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_364, 0, x_362); -lean_ctor_set(x_364, 1, x_363); -return x_364; +lean_object* x_360; lean_object* x_361; lean_object* x_362; +x_360 = lean_ctor_get(x_350, 0); +x_361 = lean_ctor_get(x_350, 1); +lean_inc(x_361); +lean_inc(x_360); +lean_dec(x_350); +x_362 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_362, 0, x_360); +lean_ctor_set(x_362, 1, x_361); +return x_362; } } } else { -lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; -x_365 = lean_array_get_size(x_23); -x_366 = l_Array_toSubarray___rarg(x_23, x_27, x_365); -x_367 = l_Array_ofSubarray___rarg(x_366); -x_368 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_368, 0, x_336); -lean_ctor_set(x_368, 1, x_367); -x_369 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; +x_363 = lean_array_get_size(x_23); +x_364 = l_Array_toSubarray___rarg(x_23, x_27, x_363); +x_365 = l_Array_ofSubarray___rarg(x_364); +x_366 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_366, 0, x_334); +lean_ctor_set(x_366, 1, x_365); +x_367 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_370 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_368, x_369, x_6, x_7, x_8, x_9, x_335); -if (lean_obj_tag(x_370) == 0) -{ -lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; -x_371 = lean_ctor_get(x_370, 0); +x_368 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_366, x_367, x_6, x_7, x_8, x_9, x_333); +if (lean_obj_tag(x_368) == 0) +{ +lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; +x_369 = lean_ctor_get(x_368, 0); +lean_inc(x_369); +x_370 = lean_ctor_get(x_368, 1); +lean_inc(x_370); +lean_dec(x_368); +x_371 = lean_ctor_get(x_369, 0); lean_inc(x_371); -x_372 = lean_ctor_get(x_370, 1); -lean_inc(x_372); -lean_dec(x_370); -x_373 = lean_ctor_get(x_371, 0); -lean_inc(x_373); -x_374 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_373, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_372); -if (lean_obj_tag(x_374) == 0) +x_372 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_371, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_370); +if (lean_obj_tag(x_372) == 0) { -lean_object* x_375; lean_object* x_376; lean_object* x_377; -x_375 = lean_ctor_get(x_374, 1); -lean_inc(x_375); -lean_dec(x_374); -x_376 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_376, 0, x_371); -lean_ctor_set(x_376, 1, x_2); +lean_object* x_373; lean_object* x_374; lean_object* x_375; +x_373 = lean_ctor_get(x_372, 1); +lean_inc(x_373); +lean_dec(x_372); +x_374 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_374, 0, x_369); +lean_ctor_set(x_374, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -3915,23 +3808,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_377 = l_Lean_Compiler_LCNF_Simp_simp(x_376, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_375); -if (lean_obj_tag(x_377) == 0) +x_375 = l_Lean_Compiler_LCNF_Simp_simp(x_374, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_373); +if (lean_obj_tag(x_375) == 0) { -lean_object* x_378; lean_object* x_379; -x_378 = lean_ctor_get(x_377, 0); -lean_inc(x_378); -x_379 = lean_ctor_get(x_377, 1); -lean_inc(x_379); -lean_dec(x_377); -x_338 = x_378; -x_339 = x_379; -goto block_351; +lean_object* x_376; lean_object* x_377; +x_376 = lean_ctor_get(x_375, 0); +lean_inc(x_376); +x_377 = lean_ctor_get(x_375, 1); +lean_inc(x_377); +lean_dec(x_375); +x_336 = x_376; +x_337 = x_377; +goto block_349; } else { -uint8_t x_380; -lean_dec(x_334); +uint8_t x_378; +lean_dec(x_332); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -3940,31 +3833,31 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_380 = !lean_is_exclusive(x_377); -if (x_380 == 0) +x_378 = !lean_is_exclusive(x_375); +if (x_378 == 0) { -return x_377; +return x_375; } else { -lean_object* x_381; lean_object* x_382; lean_object* x_383; -x_381 = lean_ctor_get(x_377, 0); -x_382 = lean_ctor_get(x_377, 1); -lean_inc(x_382); -lean_inc(x_381); -lean_dec(x_377); -x_383 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_383, 0, x_381); -lean_ctor_set(x_383, 1, x_382); -return x_383; +lean_object* x_379; lean_object* x_380; lean_object* x_381; +x_379 = lean_ctor_get(x_375, 0); +x_380 = lean_ctor_get(x_375, 1); +lean_inc(x_380); +lean_inc(x_379); +lean_dec(x_375); +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; } } } else { -uint8_t x_384; -lean_dec(x_371); -lean_dec(x_334); +uint8_t x_382; +lean_dec(x_369); +lean_dec(x_332); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -3974,30 +3867,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_384 = !lean_is_exclusive(x_374); -if (x_384 == 0) +x_382 = !lean_is_exclusive(x_372); +if (x_382 == 0) { -return x_374; +return x_372; } else { -lean_object* x_385; lean_object* x_386; lean_object* x_387; -x_385 = lean_ctor_get(x_374, 0); -x_386 = lean_ctor_get(x_374, 1); -lean_inc(x_386); -lean_inc(x_385); -lean_dec(x_374); -x_387 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_387, 0, x_385); -lean_ctor_set(x_387, 1, x_386); -return x_387; +lean_object* x_383; lean_object* x_384; lean_object* x_385; +x_383 = lean_ctor_get(x_372, 0); +x_384 = lean_ctor_get(x_372, 1); +lean_inc(x_384); +lean_inc(x_383); +lean_dec(x_372); +x_385 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_385, 0, x_383); +lean_ctor_set(x_385, 1, x_384); +return x_385; } } } else { -uint8_t x_388; -lean_dec(x_334); +uint8_t x_386; +lean_dec(x_332); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -4008,73 +3901,73 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_388 = !lean_is_exclusive(x_370); -if (x_388 == 0) +x_386 = !lean_is_exclusive(x_368); +if (x_386 == 0) { -return x_370; +return x_368; } else { -lean_object* x_389; lean_object* x_390; lean_object* x_391; -x_389 = lean_ctor_get(x_370, 0); -x_390 = lean_ctor_get(x_370, 1); -lean_inc(x_390); -lean_inc(x_389); -lean_dec(x_370); -x_391 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_391, 0, x_389); -lean_ctor_set(x_391, 1, x_390); -return x_391; +lean_object* x_387; lean_object* x_388; lean_object* x_389; +x_387 = lean_ctor_get(x_368, 0); +x_388 = lean_ctor_get(x_368, 1); +lean_inc(x_388); +lean_inc(x_387); +lean_dec(x_368); +x_389 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_389, 0, x_387); +lean_ctor_set(x_389, 1, x_388); +return x_389; } } } -block_351: +block_349: { -lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; uint8_t x_344; -x_340 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_340, 0, x_334); -x_341 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_342 = lean_array_push(x_341, x_340); -x_343 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_342, x_338, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_339); -lean_dec(x_342); -x_344 = !lean_is_exclusive(x_343); -if (x_344 == 0) +lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; uint8_t x_342; +x_338 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_338, 0, x_332); +x_339 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_340 = lean_array_push(x_339, x_338); +x_341 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_340, x_336, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_337); +lean_dec(x_340); +x_342 = !lean_is_exclusive(x_341); +if (x_342 == 0) { -lean_object* x_345; lean_object* x_346; -x_345 = lean_ctor_get(x_343, 0); +lean_object* x_343; lean_object* x_344; +x_343 = lean_ctor_get(x_341, 0); if (lean_is_scalar(x_22)) { - x_346 = lean_alloc_ctor(1, 1, 0); + x_344 = lean_alloc_ctor(1, 1, 0); } else { - x_346 = x_22; + x_344 = x_22; } -lean_ctor_set(x_346, 0, x_345); -lean_ctor_set(x_343, 0, x_346); -return x_343; +lean_ctor_set(x_344, 0, x_343); +lean_ctor_set(x_341, 0, x_344); +return x_341; } else { -lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_object* x_350; -x_347 = lean_ctor_get(x_343, 0); -x_348 = lean_ctor_get(x_343, 1); -lean_inc(x_348); -lean_inc(x_347); -lean_dec(x_343); +lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; +x_345 = lean_ctor_get(x_341, 0); +x_346 = lean_ctor_get(x_341, 1); +lean_inc(x_346); +lean_inc(x_345); +lean_dec(x_341); if (lean_is_scalar(x_22)) { - x_349 = lean_alloc_ctor(1, 1, 0); + x_347 = lean_alloc_ctor(1, 1, 0); } else { - x_349 = x_22; + x_347 = x_22; } -lean_ctor_set(x_349, 0, x_347); -x_350 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_350, 0, x_349); -lean_ctor_set(x_350, 1, x_348); -return x_350; +lean_ctor_set(x_347, 0, x_345); +x_348 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_348, 0, x_347); +lean_ctor_set(x_348, 1, x_346); +return x_348; } } } else { -uint8_t x_392; +uint8_t x_390; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -4088,29 +3981,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_392 = !lean_is_exclusive(x_333); -if (x_392 == 0) +x_390 = !lean_is_exclusive(x_331); +if (x_390 == 0) { -return x_333; +return x_331; } else { -lean_object* x_393; lean_object* x_394; lean_object* x_395; -x_393 = lean_ctor_get(x_333, 0); -x_394 = lean_ctor_get(x_333, 1); -lean_inc(x_394); -lean_inc(x_393); -lean_dec(x_333); -x_395 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_395, 0, x_393); -lean_ctor_set(x_395, 1, x_394); -return x_395; +lean_object* x_391; lean_object* x_392; lean_object* x_393; +x_391 = lean_ctor_get(x_331, 0); +x_392 = lean_ctor_get(x_331, 1); +lean_inc(x_392); +lean_inc(x_391); +lean_dec(x_331); +x_393 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_393, 0, x_391); +lean_ctor_set(x_393, 1, x_392); +return x_393; } } } else { -uint8_t x_396; +uint8_t x_394; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -4124,111 +4017,111 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_396 = !lean_is_exclusive(x_330); -if (x_396 == 0) +x_394 = !lean_is_exclusive(x_328); +if (x_394 == 0) { -return x_330; +return x_328; } else { -lean_object* x_397; lean_object* x_398; lean_object* x_399; -x_397 = lean_ctor_get(x_330, 0); -x_398 = lean_ctor_get(x_330, 1); -lean_inc(x_398); -lean_inc(x_397); -lean_dec(x_330); -x_399 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_399, 0, x_397); -lean_ctor_set(x_399, 1, x_398); -return x_399; +lean_object* x_395; lean_object* x_396; lean_object* x_397; +x_395 = lean_ctor_get(x_328, 0); +x_396 = lean_ctor_get(x_328, 1); +lean_inc(x_396); +lean_inc(x_395); +lean_dec(x_328); +x_397 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_397, 0, x_395); +lean_ctor_set(x_397, 1, x_396); +return x_397; } } } } else { -lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; +lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_dec(x_33); lean_dec(x_21); -x_400 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_245); -x_401 = lean_ctor_get(x_400, 1); -lean_inc(x_401); -lean_dec(x_400); -x_402 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); -lean_closure_set(x_402, 0, x_3); -lean_closure_set(x_402, 1, x_4); -lean_closure_set(x_402, 2, x_5); -lean_closure_set(x_402, 3, x_27); -lean_closure_set(x_402, 4, x_24); -lean_closure_set(x_402, 5, x_26); -lean_closure_set(x_402, 6, x_2); -lean_closure_set(x_402, 7, x_23); -x_403 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_244, x_402, x_6, x_7, x_8, x_9, x_401); -if (lean_obj_tag(x_403) == 0) -{ -uint8_t x_404; -x_404 = !lean_is_exclusive(x_403); -if (x_404 == 0) -{ -lean_object* x_405; lean_object* x_406; -x_405 = lean_ctor_get(x_403, 0); +x_398 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_243); +x_399 = lean_ctor_get(x_398, 1); +lean_inc(x_399); +lean_dec(x_398); +x_400 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); +lean_closure_set(x_400, 0, x_3); +lean_closure_set(x_400, 1, x_4); +lean_closure_set(x_400, 2, x_5); +lean_closure_set(x_400, 3, x_27); +lean_closure_set(x_400, 4, x_24); +lean_closure_set(x_400, 5, x_26); +lean_closure_set(x_400, 6, x_2); +lean_closure_set(x_400, 7, x_23); +x_401 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_242, x_400, x_6, x_7, x_8, x_9, x_399); +if (lean_obj_tag(x_401) == 0) +{ +uint8_t x_402; +x_402 = !lean_is_exclusive(x_401); +if (x_402 == 0) +{ +lean_object* x_403; lean_object* x_404; +x_403 = lean_ctor_get(x_401, 0); if (lean_is_scalar(x_22)) { - x_406 = lean_alloc_ctor(1, 1, 0); + x_404 = lean_alloc_ctor(1, 1, 0); } else { - x_406 = x_22; + x_404 = x_22; } -lean_ctor_set(x_406, 0, x_405); -lean_ctor_set(x_403, 0, x_406); -return x_403; +lean_ctor_set(x_404, 0, x_403); +lean_ctor_set(x_401, 0, x_404); +return x_401; } else { -lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; -x_407 = lean_ctor_get(x_403, 0); -x_408 = lean_ctor_get(x_403, 1); -lean_inc(x_408); -lean_inc(x_407); -lean_dec(x_403); +lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; +x_405 = lean_ctor_get(x_401, 0); +x_406 = lean_ctor_get(x_401, 1); +lean_inc(x_406); +lean_inc(x_405); +lean_dec(x_401); if (lean_is_scalar(x_22)) { - x_409 = lean_alloc_ctor(1, 1, 0); + x_407 = lean_alloc_ctor(1, 1, 0); } else { - x_409 = x_22; + x_407 = x_22; } -lean_ctor_set(x_409, 0, x_407); -x_410 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_410, 0, x_409); -lean_ctor_set(x_410, 1, x_408); -return x_410; +lean_ctor_set(x_407, 0, x_405); +x_408 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_408, 0, x_407); +lean_ctor_set(x_408, 1, x_406); +return x_408; } } else { -uint8_t x_411; +uint8_t x_409; lean_dec(x_22); -x_411 = !lean_is_exclusive(x_403); -if (x_411 == 0) +x_409 = !lean_is_exclusive(x_401); +if (x_409 == 0) { -return x_403; +return x_401; } else { -lean_object* x_412; lean_object* x_413; lean_object* x_414; -x_412 = lean_ctor_get(x_403, 0); -x_413 = lean_ctor_get(x_403, 1); -lean_inc(x_413); -lean_inc(x_412); -lean_dec(x_403); -x_414 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_414, 0, x_412); -lean_ctor_set(x_414, 1, x_413); -return x_414; +lean_object* x_410; lean_object* x_411; lean_object* x_412; +x_410 = lean_ctor_get(x_401, 0); +x_411 = lean_ctor_get(x_401, 1); +lean_inc(x_411); +lean_inc(x_410); +lean_dec(x_401); +x_412 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_412, 0, x_410); +lean_ctor_set(x_412, 1, x_411); +return x_412; } } } } else { -uint8_t x_415; +uint8_t x_413; lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -4244,30 +4137,107 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_415 = !lean_is_exclusive(x_243); -if (x_415 == 0) +x_413 = !lean_is_exclusive(x_241); +if (x_413 == 0) { -return x_243; +return x_241; } else { -lean_object* x_416; lean_object* x_417; lean_object* x_418; -x_416 = lean_ctor_get(x_243, 0); -x_417 = lean_ctor_get(x_243, 1); -lean_inc(x_417); -lean_inc(x_416); -lean_dec(x_243); -x_418 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_418, 0, x_416); -lean_ctor_set(x_418, 1, x_417); -return x_418; +lean_object* x_414; lean_object* x_415; lean_object* x_416; +x_414 = lean_ctor_get(x_241, 0); +x_415 = lean_ctor_get(x_241, 1); +lean_inc(x_415); +lean_inc(x_414); +lean_dec(x_241); +x_416 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_416, 0, x_414); +lean_ctor_set(x_416, 1, x_415); +return x_416; +} +} +} +else +{ +lean_object* x_417; lean_object* x_418; lean_object* x_419; +lean_dec(x_33); +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_2); +x_417 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_239); +x_418 = lean_ctor_get(x_417, 1); +lean_inc(x_418); +lean_dec(x_417); +x_419 = l_Lean_Compiler_LCNF_Simp_simp(x_238, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_418); +if (lean_obj_tag(x_419) == 0) +{ +uint8_t x_420; +x_420 = !lean_is_exclusive(x_419); +if (x_420 == 0) +{ +lean_object* x_421; lean_object* x_422; +x_421 = lean_ctor_get(x_419, 0); +if (lean_is_scalar(x_22)) { + x_422 = lean_alloc_ctor(1, 1, 0); +} else { + x_422 = x_22; } +lean_ctor_set(x_422, 0, x_421); +lean_ctor_set(x_419, 0, x_422); +return x_419; +} +else +{ +lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; +x_423 = lean_ctor_get(x_419, 0); +x_424 = lean_ctor_get(x_419, 1); +lean_inc(x_424); +lean_inc(x_423); +lean_dec(x_419); +if (lean_is_scalar(x_22)) { + x_425 = lean_alloc_ctor(1, 1, 0); +} else { + x_425 = x_22; } +lean_ctor_set(x_425, 0, x_423); +x_426 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_426, 0, x_425); +lean_ctor_set(x_426, 1, x_424); +return x_426; } } else { -uint8_t x_438; +uint8_t x_427; +lean_dec(x_22); +x_427 = !lean_is_exclusive(x_419); +if (x_427 == 0) +{ +return x_419; +} +else +{ +lean_object* x_428; lean_object* x_429; lean_object* x_430; +x_428 = lean_ctor_get(x_419, 0); +x_429 = lean_ctor_get(x_419, 1); +lean_inc(x_429); +lean_inc(x_428); +lean_dec(x_419); +x_430 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_430, 0, x_428); +lean_ctor_set(x_430, 1, x_429); +return x_430; +} +} +} +} +} +else +{ +uint8_t x_434; lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -4283,138 +4253,64 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_438 = !lean_is_exclusive(x_239); -if (x_438 == 0) +x_434 = !lean_is_exclusive(x_237); +if (x_434 == 0) { -return x_239; +return x_237; } else { -lean_object* x_439; lean_object* x_440; lean_object* x_441; -x_439 = lean_ctor_get(x_239, 0); -x_440 = lean_ctor_get(x_239, 1); -lean_inc(x_440); -lean_inc(x_439); -lean_dec(x_239); -x_441 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_441, 0, x_439); -lean_ctor_set(x_441, 1, x_440); -return x_441; +lean_object* x_435; lean_object* x_436; lean_object* x_437; +x_435 = lean_ctor_get(x_237, 0); +x_436 = lean_ctor_get(x_237, 1); +lean_inc(x_436); +lean_inc(x_435); +lean_dec(x_237); +x_437 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_437, 0, x_435); +lean_ctor_set(x_437, 1, x_436); +return x_437; } } } case 2: { -uint8_t x_442; lean_object* x_443; +uint8_t x_438; lean_object* x_439; lean_dec(x_11); -x_442 = 0; +x_438 = 0; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_443 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_442, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +x_439 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_438, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); lean_dec(x_29); -if (lean_obj_tag(x_443) == 0) -{ -lean_object* x_444; lean_object* x_445; lean_object* x_446; uint8_t x_624; -x_444 = lean_ctor_get(x_443, 0); -lean_inc(x_444); -x_445 = lean_ctor_get(x_443, 1); -lean_inc(x_445); -lean_dec(x_443); -x_624 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); -if (x_624 == 0) -{ -lean_object* x_625; -x_625 = lean_box(0); -x_446 = x_625; -goto block_623; -} -else -{ -uint8_t x_626; -x_626 = lean_nat_dec_eq(x_24, x_27); -if (x_626 == 0) +if (lean_obj_tag(x_439) == 0) { -lean_object* x_627; -x_627 = lean_box(0); -x_446 = x_627; -goto block_623; -} -else +lean_object* x_440; lean_object* x_441; uint8_t x_442; uint8_t x_634; +x_440 = lean_ctor_get(x_439, 0); +lean_inc(x_440); +x_441 = lean_ctor_get(x_439, 1); +lean_inc(x_441); +lean_dec(x_439); +x_634 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); +if (x_634 == 0) { -lean_object* x_628; lean_object* x_629; lean_object* x_630; -lean_dec(x_33); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_2); -x_628 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_445); -x_629 = lean_ctor_get(x_628, 1); -lean_inc(x_629); -lean_dec(x_628); -x_630 = l_Lean_Compiler_LCNF_Simp_simp(x_444, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_629); -if (lean_obj_tag(x_630) == 0) -{ -uint8_t x_631; -x_631 = !lean_is_exclusive(x_630); -if (x_631 == 0) -{ -lean_object* x_632; lean_object* x_633; -x_632 = lean_ctor_get(x_630, 0); -x_633 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_633, 0, x_632); -lean_ctor_set(x_630, 0, x_633); -return x_630; -} -else -{ -lean_object* x_634; lean_object* x_635; lean_object* x_636; lean_object* x_637; -x_634 = lean_ctor_get(x_630, 0); -x_635 = lean_ctor_get(x_630, 1); -lean_inc(x_635); -lean_inc(x_634); -lean_dec(x_630); -x_636 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_636, 0, x_634); -x_637 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_637, 0, x_636); -lean_ctor_set(x_637, 1, x_635); -return x_637; -} +x_442 = x_438; +goto block_633; } else { -uint8_t x_638; -x_638 = !lean_is_exclusive(x_630); -if (x_638 == 0) -{ -return x_630; +uint8_t x_635; +x_635 = lean_nat_dec_eq(x_24, x_27); +x_442 = x_635; +goto block_633; } -else +block_633: { -lean_object* x_639; lean_object* x_640; lean_object* x_641; -x_639 = lean_ctor_get(x_630, 0); -x_640 = lean_ctor_get(x_630, 1); -lean_inc(x_640); -lean_inc(x_639); -lean_dec(x_630); -x_641 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_641, 0, x_639); -lean_ctor_set(x_641, 1, x_640); -return x_641; -} -} -} -} -block_623: +if (x_442 == 0) { -lean_object* x_447; -lean_dec(x_446); +lean_object* x_443; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -4422,118 +4318,118 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_447 = l_Lean_Compiler_LCNF_Simp_simp(x_444, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_445); -if (lean_obj_tag(x_447) == 0) +x_443 = l_Lean_Compiler_LCNF_Simp_simp(x_440, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_441); +if (lean_obj_tag(x_443) == 0) +{ +lean_object* x_444; lean_object* x_445; uint8_t x_446; +x_444 = lean_ctor_get(x_443, 0); +lean_inc(x_444); +x_445 = lean_ctor_get(x_443, 1); +lean_inc(x_445); +lean_dec(x_443); +lean_inc(x_444); +x_446 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_444); +if (x_446 == 0) { -lean_object* x_448; lean_object* x_449; uint8_t x_450; -x_448 = lean_ctor_get(x_447, 0); +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; uint8_t x_454; +x_447 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_445); +x_448 = lean_ctor_get(x_447, 1); lean_inc(x_448); -x_449 = lean_ctor_get(x_447, 1); -lean_inc(x_449); lean_dec(x_447); -lean_inc(x_448); -x_450 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_448); -if (x_450 == 0) -{ -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; uint8_t x_458; -x_451 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_449); -x_452 = lean_ctor_get(x_451, 1); -lean_inc(x_452); -lean_dec(x_451); -x_453 = lean_ctor_get(x_21, 2); -lean_inc(x_453); +x_449 = lean_ctor_get(x_21, 2); +lean_inc(x_449); lean_dec(x_21); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_454 = l_Lean_Compiler_LCNF_inferAppType(x_453, x_33, x_6, x_7, x_8, x_9, x_452); -x_455 = lean_ctor_get(x_454, 0); -lean_inc(x_455); -x_456 = lean_ctor_get(x_454, 1); +x_450 = l_Lean_Compiler_LCNF_inferAppType(x_449, x_33, x_6, x_7, x_8, x_9, x_448); +x_451 = lean_ctor_get(x_450, 0); +lean_inc(x_451); +x_452 = lean_ctor_get(x_450, 1); +lean_inc(x_452); +lean_dec(x_450); +lean_inc(x_451); +x_453 = l_Lean_Expr_headBeta(x_451); +x_454 = l_Lean_Expr_isForall(x_453); +lean_dec(x_453); +if (x_454 == 0) +{ +lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; uint8_t x_459; lean_object* x_460; lean_object* x_461; +x_455 = l_Lean_Compiler_LCNF_mkAuxParam(x_451, x_438, x_6, x_7, x_8, x_9, x_452); +x_456 = lean_ctor_get(x_455, 0); lean_inc(x_456); -lean_dec(x_454); -lean_inc(x_455); -x_457 = l_Lean_Expr_headBeta(x_455); -x_458 = l_Lean_Expr_isForall(x_457); -lean_dec(x_457); -if (x_458 == 0) -{ -lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; uint8_t x_463; lean_object* x_464; lean_object* x_465; -x_459 = l_Lean_Compiler_LCNF_mkAuxParam(x_455, x_442, x_6, x_7, x_8, x_9, x_456); -x_460 = lean_ctor_get(x_459, 0); -lean_inc(x_460); -x_461 = lean_ctor_get(x_459, 1); -lean_inc(x_461); -lean_dec(x_459); -x_462 = lean_ctor_get(x_460, 0); -lean_inc(x_462); -x_463 = lean_nat_dec_lt(x_27, x_24); +x_457 = lean_ctor_get(x_455, 1); +lean_inc(x_457); +lean_dec(x_455); +x_458 = lean_ctor_get(x_456, 0); +lean_inc(x_458); +x_459 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_463 == 0) +if (x_459 == 0) { -lean_object* x_492; +lean_object* x_488; lean_dec(x_27); lean_dec(x_23); -x_492 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_462, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_461); -if (lean_obj_tag(x_492) == 0) +x_488 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_458, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_457); +if (lean_obj_tag(x_488) == 0) { -lean_object* x_493; lean_object* x_494; -x_493 = lean_ctor_get(x_492, 1); -lean_inc(x_493); -lean_dec(x_492); +lean_object* x_489; lean_object* x_490; +x_489 = lean_ctor_get(x_488, 1); +lean_inc(x_489); +lean_dec(x_488); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_494 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_493); -if (lean_obj_tag(x_494) == 0) +x_490 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_489); +if (lean_obj_tag(x_490) == 0) { -lean_object* x_495; lean_object* x_496; -x_495 = lean_ctor_get(x_494, 0); -lean_inc(x_495); -x_496 = lean_ctor_get(x_494, 1); -lean_inc(x_496); -lean_dec(x_494); -x_464 = x_495; -x_465 = x_496; -goto block_491; +lean_object* x_491; lean_object* x_492; +x_491 = lean_ctor_get(x_490, 0); +lean_inc(x_491); +x_492 = lean_ctor_get(x_490, 1); +lean_inc(x_492); +lean_dec(x_490); +x_460 = x_491; +x_461 = x_492; +goto block_487; } else { -uint8_t x_497; -lean_dec(x_460); -lean_dec(x_448); +uint8_t x_493; +lean_dec(x_456); +lean_dec(x_444); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_497 = !lean_is_exclusive(x_494); -if (x_497 == 0) +x_493 = !lean_is_exclusive(x_490); +if (x_493 == 0) { -return x_494; +return x_490; } else { -lean_object* x_498; lean_object* x_499; lean_object* x_500; -x_498 = lean_ctor_get(x_494, 0); -x_499 = lean_ctor_get(x_494, 1); -lean_inc(x_499); -lean_inc(x_498); -lean_dec(x_494); -x_500 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_500, 0, x_498); -lean_ctor_set(x_500, 1, x_499); -return x_500; +lean_object* x_494; lean_object* x_495; lean_object* x_496; +x_494 = lean_ctor_get(x_490, 0); +x_495 = lean_ctor_get(x_490, 1); +lean_inc(x_495); +lean_inc(x_494); +lean_dec(x_490); +x_496 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_496, 0, x_494); +lean_ctor_set(x_496, 1, x_495); +return x_496; } } } else { -uint8_t x_501; -lean_dec(x_460); -lean_dec(x_448); +uint8_t x_497; +lean_dec(x_456); +lean_dec(x_444); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -4543,114 +4439,114 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_501 = !lean_is_exclusive(x_492); -if (x_501 == 0) +x_497 = !lean_is_exclusive(x_488); +if (x_497 == 0) { -return x_492; +return x_488; } else { -lean_object* x_502; lean_object* x_503; lean_object* x_504; -x_502 = lean_ctor_get(x_492, 0); -x_503 = lean_ctor_get(x_492, 1); -lean_inc(x_503); -lean_inc(x_502); -lean_dec(x_492); -x_504 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_504, 0, x_502); -lean_ctor_set(x_504, 1, x_503); -return x_504; +lean_object* x_498; lean_object* x_499; lean_object* x_500; +x_498 = lean_ctor_get(x_488, 0); +x_499 = lean_ctor_get(x_488, 1); +lean_inc(x_499); +lean_inc(x_498); +lean_dec(x_488); +x_500 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_500, 0, x_498); +lean_ctor_set(x_500, 1, x_499); +return x_500; } } } else { -lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; -x_505 = lean_array_get_size(x_23); -x_506 = l_Array_toSubarray___rarg(x_23, x_27, x_505); -x_507 = l_Array_ofSubarray___rarg(x_506); -x_508 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_508, 0, x_462); -lean_ctor_set(x_508, 1, x_507); -x_509 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; +x_501 = lean_array_get_size(x_23); +x_502 = l_Array_toSubarray___rarg(x_23, x_27, x_501); +x_503 = l_Array_ofSubarray___rarg(x_502); +x_504 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_504, 0, x_458); +lean_ctor_set(x_504, 1, x_503); +x_505 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_510 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_508, x_509, x_6, x_7, x_8, x_9, x_461); +x_506 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_504, x_505, x_6, x_7, x_8, x_9, x_457); +if (lean_obj_tag(x_506) == 0) +{ +lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; +x_507 = lean_ctor_get(x_506, 0); +lean_inc(x_507); +x_508 = lean_ctor_get(x_506, 1); +lean_inc(x_508); +lean_dec(x_506); +x_509 = lean_ctor_get(x_507, 0); +lean_inc(x_509); +x_510 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_509, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_508); if (lean_obj_tag(x_510) == 0) { -lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; -x_511 = lean_ctor_get(x_510, 0); +lean_object* x_511; lean_object* x_512; lean_object* x_513; +x_511 = lean_ctor_get(x_510, 1); lean_inc(x_511); -x_512 = lean_ctor_get(x_510, 1); -lean_inc(x_512); lean_dec(x_510); -x_513 = lean_ctor_get(x_511, 0); -lean_inc(x_513); -x_514 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_513, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_512); -if (lean_obj_tag(x_514) == 0) -{ -lean_object* x_515; lean_object* x_516; lean_object* x_517; -x_515 = lean_ctor_get(x_514, 1); -lean_inc(x_515); -lean_dec(x_514); -x_516 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_516, 0, x_511); -lean_ctor_set(x_516, 1, x_2); +x_512 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_512, 0, x_507); +lean_ctor_set(x_512, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_517 = l_Lean_Compiler_LCNF_Simp_simp(x_516, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_515); -if (lean_obj_tag(x_517) == 0) +x_513 = l_Lean_Compiler_LCNF_Simp_simp(x_512, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_511); +if (lean_obj_tag(x_513) == 0) { -lean_object* x_518; lean_object* x_519; -x_518 = lean_ctor_get(x_517, 0); -lean_inc(x_518); -x_519 = lean_ctor_get(x_517, 1); -lean_inc(x_519); -lean_dec(x_517); -x_464 = x_518; -x_465 = x_519; -goto block_491; +lean_object* x_514; lean_object* x_515; +x_514 = lean_ctor_get(x_513, 0); +lean_inc(x_514); +x_515 = lean_ctor_get(x_513, 1); +lean_inc(x_515); +lean_dec(x_513); +x_460 = x_514; +x_461 = x_515; +goto block_487; } else { -uint8_t x_520; -lean_dec(x_460); -lean_dec(x_448); +uint8_t x_516; +lean_dec(x_456); +lean_dec(x_444); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_520 = !lean_is_exclusive(x_517); -if (x_520 == 0) +x_516 = !lean_is_exclusive(x_513); +if (x_516 == 0) { -return x_517; +return x_513; } else { -lean_object* x_521; lean_object* x_522; lean_object* x_523; -x_521 = lean_ctor_get(x_517, 0); -x_522 = lean_ctor_get(x_517, 1); -lean_inc(x_522); -lean_inc(x_521); -lean_dec(x_517); -x_523 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_523, 0, x_521); -lean_ctor_set(x_523, 1, x_522); -return x_523; +lean_object* x_517; lean_object* x_518; lean_object* x_519; +x_517 = lean_ctor_get(x_513, 0); +x_518 = lean_ctor_get(x_513, 1); +lean_inc(x_518); +lean_inc(x_517); +lean_dec(x_513); +x_519 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_519, 0, x_517); +lean_ctor_set(x_519, 1, x_518); +return x_519; } } } else { -uint8_t x_524; -lean_dec(x_511); -lean_dec(x_460); -lean_dec(x_448); +uint8_t x_520; +lean_dec(x_507); +lean_dec(x_456); +lean_dec(x_444); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -4660,31 +4556,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_524 = !lean_is_exclusive(x_514); -if (x_524 == 0) +x_520 = !lean_is_exclusive(x_510); +if (x_520 == 0) { -return x_514; +return x_510; } else { -lean_object* x_525; lean_object* x_526; lean_object* x_527; -x_525 = lean_ctor_get(x_514, 0); -x_526 = lean_ctor_get(x_514, 1); -lean_inc(x_526); -lean_inc(x_525); -lean_dec(x_514); -x_527 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_527, 0, x_525); -lean_ctor_set(x_527, 1, x_526); -return x_527; +lean_object* x_521; lean_object* x_522; lean_object* x_523; +x_521 = lean_ctor_get(x_510, 0); +x_522 = lean_ctor_get(x_510, 1); +lean_inc(x_522); +lean_inc(x_521); +lean_dec(x_510); +x_523 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_523, 0, x_521); +lean_ctor_set(x_523, 1, x_522); +return x_523; } } } else { -uint8_t x_528; -lean_dec(x_460); -lean_dec(x_448); +uint8_t x_524; +lean_dec(x_456); +lean_dec(x_444); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -4695,196 +4591,196 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_528 = !lean_is_exclusive(x_510); -if (x_528 == 0) +x_524 = !lean_is_exclusive(x_506); +if (x_524 == 0) { -return x_510; +return x_506; } else { -lean_object* x_529; lean_object* x_530; lean_object* x_531; -x_529 = lean_ctor_get(x_510, 0); -x_530 = lean_ctor_get(x_510, 1); -lean_inc(x_530); -lean_inc(x_529); -lean_dec(x_510); -x_531 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_531, 0, x_529); -lean_ctor_set(x_531, 1, x_530); -return x_531; +lean_object* x_525; lean_object* x_526; lean_object* x_527; +x_525 = lean_ctor_get(x_506, 0); +x_526 = lean_ctor_get(x_506, 1); +lean_inc(x_526); +lean_inc(x_525); +lean_dec(x_506); +x_527 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_527, 0, x_525); +lean_ctor_set(x_527, 1, x_526); +return x_527; } } } -block_491: +block_487: { -lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; -x_466 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_467 = lean_array_push(x_466, x_460); -x_468 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; +lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; +x_462 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_463 = lean_array_push(x_462, x_456); +x_464 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_469 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_467, x_464, x_468, x_6, x_7, x_8, x_9, x_465); +x_465 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_463, x_460, x_464, x_6, x_7, x_8, x_9, x_461); +if (lean_obj_tag(x_465) == 0) +{ +lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; +x_466 = lean_ctor_get(x_465, 0); +lean_inc(x_466); +x_467 = lean_ctor_get(x_465, 1); +lean_inc(x_467); +lean_dec(x_465); +lean_inc(x_466); +x_468 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); +lean_closure_set(x_468, 0, x_466); +lean_closure_set(x_468, 1, x_462); +x_469 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_444, x_468, x_6, x_7, x_8, x_9, x_467); if (lean_obj_tag(x_469) == 0) { -lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; -x_470 = lean_ctor_get(x_469, 0); -lean_inc(x_470); -x_471 = lean_ctor_get(x_469, 1); -lean_inc(x_471); -lean_dec(x_469); -lean_inc(x_470); -x_472 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); -lean_closure_set(x_472, 0, x_470); -lean_closure_set(x_472, 1, x_466); -x_473 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_448, x_472, x_6, x_7, x_8, x_9, x_471); -if (lean_obj_tag(x_473) == 0) -{ -uint8_t x_474; -x_474 = !lean_is_exclusive(x_473); -if (x_474 == 0) +uint8_t x_470; +x_470 = !lean_is_exclusive(x_469); +if (x_470 == 0) { -lean_object* x_475; lean_object* x_476; lean_object* x_477; -x_475 = lean_ctor_get(x_473, 0); -x_476 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_476, 0, x_470); -lean_ctor_set(x_476, 1, x_475); +lean_object* x_471; lean_object* x_472; lean_object* x_473; +x_471 = lean_ctor_get(x_469, 0); +x_472 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_472, 0, x_466); +lean_ctor_set(x_472, 1, x_471); if (lean_is_scalar(x_22)) { - x_477 = lean_alloc_ctor(1, 1, 0); + x_473 = lean_alloc_ctor(1, 1, 0); } else { - x_477 = x_22; + x_473 = x_22; } -lean_ctor_set(x_477, 0, x_476); -lean_ctor_set(x_473, 0, x_477); -return x_473; +lean_ctor_set(x_473, 0, x_472); +lean_ctor_set(x_469, 0, x_473); +return x_469; } else { -lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; -x_478 = lean_ctor_get(x_473, 0); -x_479 = lean_ctor_get(x_473, 1); -lean_inc(x_479); -lean_inc(x_478); -lean_dec(x_473); -x_480 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_480, 0, x_470); -lean_ctor_set(x_480, 1, x_478); +lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; +x_474 = lean_ctor_get(x_469, 0); +x_475 = lean_ctor_get(x_469, 1); +lean_inc(x_475); +lean_inc(x_474); +lean_dec(x_469); +x_476 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_476, 0, x_466); +lean_ctor_set(x_476, 1, x_474); if (lean_is_scalar(x_22)) { - x_481 = lean_alloc_ctor(1, 1, 0); + x_477 = lean_alloc_ctor(1, 1, 0); } else { - x_481 = x_22; + x_477 = x_22; } -lean_ctor_set(x_481, 0, x_480); -x_482 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_482, 0, x_481); -lean_ctor_set(x_482, 1, x_479); -return x_482; +lean_ctor_set(x_477, 0, x_476); +x_478 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_478, 0, x_477); +lean_ctor_set(x_478, 1, x_475); +return x_478; } } else { -uint8_t x_483; -lean_dec(x_470); +uint8_t x_479; +lean_dec(x_466); lean_dec(x_22); -x_483 = !lean_is_exclusive(x_473); -if (x_483 == 0) +x_479 = !lean_is_exclusive(x_469); +if (x_479 == 0) { -return x_473; +return x_469; } else { -lean_object* x_484; lean_object* x_485; lean_object* x_486; -x_484 = lean_ctor_get(x_473, 0); -x_485 = lean_ctor_get(x_473, 1); -lean_inc(x_485); -lean_inc(x_484); -lean_dec(x_473); -x_486 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_486, 0, x_484); -lean_ctor_set(x_486, 1, x_485); -return x_486; +lean_object* x_480; lean_object* x_481; lean_object* x_482; +x_480 = lean_ctor_get(x_469, 0); +x_481 = lean_ctor_get(x_469, 1); +lean_inc(x_481); +lean_inc(x_480); +lean_dec(x_469); +x_482 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_482, 0, x_480); +lean_ctor_set(x_482, 1, x_481); +return x_482; } } } else { -uint8_t x_487; -lean_dec(x_448); +uint8_t x_483; +lean_dec(x_444); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_487 = !lean_is_exclusive(x_469); -if (x_487 == 0) +x_483 = !lean_is_exclusive(x_465); +if (x_483 == 0) { -return x_469; +return x_465; } else { -lean_object* x_488; lean_object* x_489; lean_object* x_490; -x_488 = lean_ctor_get(x_469, 0); -x_489 = lean_ctor_get(x_469, 1); -lean_inc(x_489); -lean_inc(x_488); -lean_dec(x_469); -x_490 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_490, 0, x_488); -lean_ctor_set(x_490, 1, x_489); -return x_490; +lean_object* x_484; lean_object* x_485; lean_object* x_486; +x_484 = lean_ctor_get(x_465, 0); +x_485 = lean_ctor_get(x_465, 1); +lean_inc(x_485); +lean_inc(x_484); +lean_dec(x_465); +x_486 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_486, 0, x_484); +lean_ctor_set(x_486, 1, x_485); +return x_486; } } } } else { -lean_object* x_532; lean_object* x_533; lean_object* x_534; -lean_dec(x_455); -x_532 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; -x_533 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +lean_object* x_528; lean_object* x_529; lean_object* x_530; +lean_dec(x_451); +x_528 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; +x_529 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_534 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_532, x_448, x_533, x_6, x_7, x_8, x_9, x_456); -if (lean_obj_tag(x_534) == 0) +x_530 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_528, x_444, x_529, x_6, x_7, x_8, x_9, x_452); +if (lean_obj_tag(x_530) == 0) { -lean_object* x_535; lean_object* x_536; lean_object* x_537; -x_535 = lean_ctor_get(x_534, 0); -lean_inc(x_535); -x_536 = lean_ctor_get(x_534, 1); -lean_inc(x_536); -lean_dec(x_534); +lean_object* x_531; lean_object* x_532; lean_object* x_533; +x_531 = lean_ctor_get(x_530, 0); +lean_inc(x_531); +x_532 = lean_ctor_get(x_530, 1); +lean_inc(x_532); +lean_dec(x_530); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_537 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_535, x_6, x_7, x_8, x_9, x_536); -if (lean_obj_tag(x_537) == 0) -{ -lean_object* x_538; lean_object* x_539; lean_object* x_540; uint8_t x_541; lean_object* x_542; lean_object* x_543; -x_538 = lean_ctor_get(x_537, 0); -lean_inc(x_538); -x_539 = lean_ctor_get(x_537, 1); -lean_inc(x_539); -lean_dec(x_537); -x_540 = lean_ctor_get(x_538, 0); -lean_inc(x_540); -x_541 = lean_nat_dec_lt(x_27, x_24); +x_533 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_531, x_6, x_7, x_8, x_9, x_532); +if (lean_obj_tag(x_533) == 0) +{ +lean_object* x_534; lean_object* x_535; lean_object* x_536; uint8_t x_537; lean_object* x_538; lean_object* x_539; +x_534 = lean_ctor_get(x_533, 0); +lean_inc(x_534); +x_535 = lean_ctor_get(x_533, 1); +lean_inc(x_535); +lean_dec(x_533); +x_536 = lean_ctor_get(x_534, 0); +lean_inc(x_536); +x_537 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_541 == 0) +if (x_537 == 0) { -lean_object* x_556; +lean_object* x_552; lean_dec(x_27); lean_dec(x_23); -x_556 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_540, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_539); -if (lean_obj_tag(x_556) == 0) +x_552 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_536, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_535); +if (lean_obj_tag(x_552) == 0) { -lean_object* x_557; lean_object* x_558; -x_557 = lean_ctor_get(x_556, 1); -lean_inc(x_557); -lean_dec(x_556); +lean_object* x_553; lean_object* x_554; +x_553 = lean_ctor_get(x_552, 1); +lean_inc(x_553); +lean_dec(x_552); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -4892,23 +4788,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_558 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_557); -if (lean_obj_tag(x_558) == 0) +x_554 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_553); +if (lean_obj_tag(x_554) == 0) { -lean_object* x_559; lean_object* x_560; -x_559 = lean_ctor_get(x_558, 0); -lean_inc(x_559); -x_560 = lean_ctor_get(x_558, 1); -lean_inc(x_560); -lean_dec(x_558); -x_542 = x_559; -x_543 = x_560; -goto block_555; +lean_object* x_555; lean_object* x_556; +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_538 = x_555; +x_539 = x_556; +goto block_551; } else { -uint8_t x_561; -lean_dec(x_538); +uint8_t x_557; +lean_dec(x_534); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -4917,30 +4813,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_561 = !lean_is_exclusive(x_558); -if (x_561 == 0) +x_557 = !lean_is_exclusive(x_554); +if (x_557 == 0) { -return x_558; +return x_554; } else { -lean_object* x_562; lean_object* x_563; lean_object* x_564; -x_562 = lean_ctor_get(x_558, 0); -x_563 = lean_ctor_get(x_558, 1); -lean_inc(x_563); -lean_inc(x_562); -lean_dec(x_558); -x_564 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_564, 0, x_562); -lean_ctor_set(x_564, 1, x_563); -return x_564; +lean_object* x_558; lean_object* x_559; lean_object* x_560; +x_558 = lean_ctor_get(x_554, 0); +x_559 = lean_ctor_get(x_554, 1); +lean_inc(x_559); +lean_inc(x_558); +lean_dec(x_554); +x_560 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_560, 0, x_558); +lean_ctor_set(x_560, 1, x_559); +return x_560; } } } else { -uint8_t x_565; -lean_dec(x_538); +uint8_t x_561; +lean_dec(x_534); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -4950,61 +4846,61 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_565 = !lean_is_exclusive(x_556); -if (x_565 == 0) +x_561 = !lean_is_exclusive(x_552); +if (x_561 == 0) { -return x_556; +return x_552; } else { -lean_object* x_566; lean_object* x_567; lean_object* x_568; -x_566 = lean_ctor_get(x_556, 0); -x_567 = lean_ctor_get(x_556, 1); -lean_inc(x_567); -lean_inc(x_566); -lean_dec(x_556); -x_568 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_568, 0, x_566); -lean_ctor_set(x_568, 1, x_567); -return x_568; +lean_object* x_562; lean_object* x_563; lean_object* x_564; +x_562 = lean_ctor_get(x_552, 0); +x_563 = lean_ctor_get(x_552, 1); +lean_inc(x_563); +lean_inc(x_562); +lean_dec(x_552); +x_564 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_564, 0, x_562); +lean_ctor_set(x_564, 1, x_563); +return x_564; } } } else { -lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; -x_569 = lean_array_get_size(x_23); -x_570 = l_Array_toSubarray___rarg(x_23, x_27, x_569); -x_571 = l_Array_ofSubarray___rarg(x_570); -x_572 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_572, 0, x_540); -lean_ctor_set(x_572, 1, x_571); -x_573 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; +x_565 = lean_array_get_size(x_23); +x_566 = l_Array_toSubarray___rarg(x_23, x_27, x_565); +x_567 = l_Array_ofSubarray___rarg(x_566); +x_568 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_568, 0, x_536); +lean_ctor_set(x_568, 1, x_567); +x_569 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_574 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_572, x_573, x_6, x_7, x_8, x_9, x_539); +x_570 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_568, x_569, x_6, x_7, x_8, x_9, x_535); +if (lean_obj_tag(x_570) == 0) +{ +lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; +x_571 = lean_ctor_get(x_570, 0); +lean_inc(x_571); +x_572 = lean_ctor_get(x_570, 1); +lean_inc(x_572); +lean_dec(x_570); +x_573 = lean_ctor_get(x_571, 0); +lean_inc(x_573); +x_574 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_573, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_572); if (lean_obj_tag(x_574) == 0) { -lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; -x_575 = lean_ctor_get(x_574, 0); +lean_object* x_575; lean_object* x_576; lean_object* x_577; +x_575 = lean_ctor_get(x_574, 1); lean_inc(x_575); -x_576 = lean_ctor_get(x_574, 1); -lean_inc(x_576); lean_dec(x_574); -x_577 = lean_ctor_get(x_575, 0); -lean_inc(x_577); -x_578 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_577, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_576); -if (lean_obj_tag(x_578) == 0) -{ -lean_object* x_579; lean_object* x_580; lean_object* x_581; -x_579 = lean_ctor_get(x_578, 1); -lean_inc(x_579); -lean_dec(x_578); -x_580 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_580, 0, x_575); -lean_ctor_set(x_580, 1, x_2); +x_576 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_576, 0, x_571); +lean_ctor_set(x_576, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -5012,23 +4908,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_581 = l_Lean_Compiler_LCNF_Simp_simp(x_580, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_579); -if (lean_obj_tag(x_581) == 0) +x_577 = l_Lean_Compiler_LCNF_Simp_simp(x_576, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_575); +if (lean_obj_tag(x_577) == 0) { -lean_object* x_582; lean_object* x_583; -x_582 = lean_ctor_get(x_581, 0); -lean_inc(x_582); -x_583 = lean_ctor_get(x_581, 1); -lean_inc(x_583); -lean_dec(x_581); -x_542 = x_582; -x_543 = x_583; -goto block_555; +lean_object* x_578; lean_object* x_579; +x_578 = lean_ctor_get(x_577, 0); +lean_inc(x_578); +x_579 = lean_ctor_get(x_577, 1); +lean_inc(x_579); +lean_dec(x_577); +x_538 = x_578; +x_539 = x_579; +goto block_551; } else { -uint8_t x_584; -lean_dec(x_538); +uint8_t x_580; +lean_dec(x_534); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -5037,31 +4933,31 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_584 = !lean_is_exclusive(x_581); -if (x_584 == 0) +x_580 = !lean_is_exclusive(x_577); +if (x_580 == 0) { -return x_581; +return x_577; } else { -lean_object* x_585; lean_object* x_586; lean_object* x_587; -x_585 = lean_ctor_get(x_581, 0); -x_586 = lean_ctor_get(x_581, 1); -lean_inc(x_586); -lean_inc(x_585); -lean_dec(x_581); -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; +lean_object* x_581; lean_object* x_582; lean_object* x_583; +x_581 = lean_ctor_get(x_577, 0); +x_582 = lean_ctor_get(x_577, 1); +lean_inc(x_582); +lean_inc(x_581); +lean_dec(x_577); +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_588; -lean_dec(x_575); -lean_dec(x_538); +uint8_t x_584; +lean_dec(x_571); +lean_dec(x_534); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -5071,30 +4967,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_588 = !lean_is_exclusive(x_578); -if (x_588 == 0) +x_584 = !lean_is_exclusive(x_574); +if (x_584 == 0) { -return x_578; +return x_574; } else { -lean_object* x_589; lean_object* x_590; lean_object* x_591; -x_589 = lean_ctor_get(x_578, 0); -x_590 = lean_ctor_get(x_578, 1); -lean_inc(x_590); -lean_inc(x_589); -lean_dec(x_578); -x_591 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_591, 0, x_589); -lean_ctor_set(x_591, 1, x_590); -return x_591; +lean_object* x_585; lean_object* x_586; lean_object* x_587; +x_585 = lean_ctor_get(x_574, 0); +x_586 = lean_ctor_get(x_574, 1); +lean_inc(x_586); +lean_inc(x_585); +lean_dec(x_574); +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; } } } else { -uint8_t x_592; -lean_dec(x_538); +uint8_t x_588; +lean_dec(x_534); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -5105,73 +5001,73 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_592 = !lean_is_exclusive(x_574); -if (x_592 == 0) +x_588 = !lean_is_exclusive(x_570); +if (x_588 == 0) { -return x_574; +return x_570; } else { -lean_object* x_593; lean_object* x_594; lean_object* x_595; -x_593 = lean_ctor_get(x_574, 0); -x_594 = lean_ctor_get(x_574, 1); -lean_inc(x_594); -lean_inc(x_593); -lean_dec(x_574); -x_595 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_595, 0, x_593); -lean_ctor_set(x_595, 1, x_594); -return x_595; +lean_object* x_589; lean_object* x_590; lean_object* x_591; +x_589 = lean_ctor_get(x_570, 0); +x_590 = lean_ctor_get(x_570, 1); +lean_inc(x_590); +lean_inc(x_589); +lean_dec(x_570); +x_591 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_591, 0, x_589); +lean_ctor_set(x_591, 1, x_590); +return x_591; } } } -block_555: +block_551: { -lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; uint8_t x_548; -x_544 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_544, 0, x_538); -x_545 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_546 = lean_array_push(x_545, x_544); -x_547 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_546, x_542, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_543); -lean_dec(x_546); -x_548 = !lean_is_exclusive(x_547); -if (x_548 == 0) +lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; uint8_t x_544; +x_540 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_540, 0, x_534); +x_541 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_542 = lean_array_push(x_541, x_540); +x_543 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_542, x_538, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_539); +lean_dec(x_542); +x_544 = !lean_is_exclusive(x_543); +if (x_544 == 0) { -lean_object* x_549; lean_object* x_550; -x_549 = lean_ctor_get(x_547, 0); +lean_object* x_545; lean_object* x_546; +x_545 = lean_ctor_get(x_543, 0); if (lean_is_scalar(x_22)) { - x_550 = lean_alloc_ctor(1, 1, 0); + x_546 = lean_alloc_ctor(1, 1, 0); } else { - x_550 = x_22; + x_546 = x_22; } -lean_ctor_set(x_550, 0, x_549); -lean_ctor_set(x_547, 0, x_550); -return x_547; +lean_ctor_set(x_546, 0, x_545); +lean_ctor_set(x_543, 0, x_546); +return x_543; } else { -lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; -x_551 = lean_ctor_get(x_547, 0); -x_552 = lean_ctor_get(x_547, 1); -lean_inc(x_552); -lean_inc(x_551); -lean_dec(x_547); +lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_object* x_550; +x_547 = lean_ctor_get(x_543, 0); +x_548 = lean_ctor_get(x_543, 1); +lean_inc(x_548); +lean_inc(x_547); +lean_dec(x_543); if (lean_is_scalar(x_22)) { - x_553 = lean_alloc_ctor(1, 1, 0); + x_549 = lean_alloc_ctor(1, 1, 0); } else { - x_553 = x_22; + x_549 = x_22; } -lean_ctor_set(x_553, 0, x_551); -x_554 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_554, 0, x_553); -lean_ctor_set(x_554, 1, x_552); -return x_554; +lean_ctor_set(x_549, 0, x_547); +x_550 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_550, 0, x_549); +lean_ctor_set(x_550, 1, x_548); +return x_550; } } } else { -uint8_t x_596; +uint8_t x_592; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -5185,29 +5081,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_596 = !lean_is_exclusive(x_537); -if (x_596 == 0) +x_592 = !lean_is_exclusive(x_533); +if (x_592 == 0) { -return x_537; +return x_533; } else { -lean_object* x_597; lean_object* x_598; lean_object* x_599; -x_597 = lean_ctor_get(x_537, 0); -x_598 = lean_ctor_get(x_537, 1); -lean_inc(x_598); -lean_inc(x_597); -lean_dec(x_537); -x_599 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_599, 0, x_597); -lean_ctor_set(x_599, 1, x_598); -return x_599; +lean_object* x_593; lean_object* x_594; lean_object* x_595; +x_593 = lean_ctor_get(x_533, 0); +x_594 = lean_ctor_get(x_533, 1); +lean_inc(x_594); +lean_inc(x_593); +lean_dec(x_533); +x_595 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_595, 0, x_593); +lean_ctor_set(x_595, 1, x_594); +return x_595; } } } else { -uint8_t x_600; +uint8_t x_596; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -5221,111 +5117,111 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_600 = !lean_is_exclusive(x_534); -if (x_600 == 0) +x_596 = !lean_is_exclusive(x_530); +if (x_596 == 0) { -return x_534; +return x_530; } else { -lean_object* x_601; lean_object* x_602; lean_object* x_603; -x_601 = lean_ctor_get(x_534, 0); -x_602 = lean_ctor_get(x_534, 1); -lean_inc(x_602); -lean_inc(x_601); -lean_dec(x_534); -x_603 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_603, 0, x_601); -lean_ctor_set(x_603, 1, x_602); -return x_603; +lean_object* x_597; lean_object* x_598; lean_object* x_599; +x_597 = lean_ctor_get(x_530, 0); +x_598 = lean_ctor_get(x_530, 1); +lean_inc(x_598); +lean_inc(x_597); +lean_dec(x_530); +x_599 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_599, 0, x_597); +lean_ctor_set(x_599, 1, x_598); +return x_599; } } } } else { -lean_object* x_604; lean_object* x_605; lean_object* x_606; lean_object* x_607; +lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; lean_dec(x_33); lean_dec(x_21); -x_604 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_449); -x_605 = lean_ctor_get(x_604, 1); -lean_inc(x_605); -lean_dec(x_604); -x_606 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); -lean_closure_set(x_606, 0, x_3); -lean_closure_set(x_606, 1, x_4); -lean_closure_set(x_606, 2, x_5); -lean_closure_set(x_606, 3, x_27); -lean_closure_set(x_606, 4, x_24); -lean_closure_set(x_606, 5, x_26); -lean_closure_set(x_606, 6, x_2); -lean_closure_set(x_606, 7, x_23); -x_607 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_448, x_606, x_6, x_7, x_8, x_9, x_605); -if (lean_obj_tag(x_607) == 0) -{ -uint8_t x_608; -x_608 = !lean_is_exclusive(x_607); -if (x_608 == 0) -{ -lean_object* x_609; lean_object* x_610; -x_609 = lean_ctor_get(x_607, 0); +x_600 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_445); +x_601 = lean_ctor_get(x_600, 1); +lean_inc(x_601); +lean_dec(x_600); +x_602 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); +lean_closure_set(x_602, 0, x_3); +lean_closure_set(x_602, 1, x_4); +lean_closure_set(x_602, 2, x_5); +lean_closure_set(x_602, 3, x_27); +lean_closure_set(x_602, 4, x_24); +lean_closure_set(x_602, 5, x_26); +lean_closure_set(x_602, 6, x_2); +lean_closure_set(x_602, 7, x_23); +x_603 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_444, x_602, x_6, x_7, x_8, x_9, x_601); +if (lean_obj_tag(x_603) == 0) +{ +uint8_t x_604; +x_604 = !lean_is_exclusive(x_603); +if (x_604 == 0) +{ +lean_object* x_605; lean_object* x_606; +x_605 = lean_ctor_get(x_603, 0); if (lean_is_scalar(x_22)) { - x_610 = lean_alloc_ctor(1, 1, 0); + x_606 = lean_alloc_ctor(1, 1, 0); } else { - x_610 = x_22; + x_606 = x_22; } -lean_ctor_set(x_610, 0, x_609); -lean_ctor_set(x_607, 0, x_610); -return x_607; +lean_ctor_set(x_606, 0, x_605); +lean_ctor_set(x_603, 0, x_606); +return x_603; } else { -lean_object* x_611; lean_object* x_612; lean_object* x_613; lean_object* x_614; -x_611 = lean_ctor_get(x_607, 0); -x_612 = lean_ctor_get(x_607, 1); -lean_inc(x_612); -lean_inc(x_611); -lean_dec(x_607); +lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; +x_607 = lean_ctor_get(x_603, 0); +x_608 = lean_ctor_get(x_603, 1); +lean_inc(x_608); +lean_inc(x_607); +lean_dec(x_603); if (lean_is_scalar(x_22)) { - x_613 = lean_alloc_ctor(1, 1, 0); + x_609 = lean_alloc_ctor(1, 1, 0); } else { - x_613 = x_22; + x_609 = x_22; } -lean_ctor_set(x_613, 0, x_611); -x_614 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_614, 0, x_613); -lean_ctor_set(x_614, 1, x_612); -return x_614; +lean_ctor_set(x_609, 0, x_607); +x_610 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_610, 0, x_609); +lean_ctor_set(x_610, 1, x_608); +return x_610; } } else { -uint8_t x_615; +uint8_t x_611; lean_dec(x_22); -x_615 = !lean_is_exclusive(x_607); -if (x_615 == 0) +x_611 = !lean_is_exclusive(x_603); +if (x_611 == 0) { -return x_607; +return x_603; } else { -lean_object* x_616; lean_object* x_617; lean_object* x_618; -x_616 = lean_ctor_get(x_607, 0); -x_617 = lean_ctor_get(x_607, 1); -lean_inc(x_617); -lean_inc(x_616); -lean_dec(x_607); -x_618 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_618, 0, x_616); -lean_ctor_set(x_618, 1, x_617); -return x_618; +lean_object* x_612; lean_object* x_613; lean_object* x_614; +x_612 = lean_ctor_get(x_603, 0); +x_613 = lean_ctor_get(x_603, 1); +lean_inc(x_613); +lean_inc(x_612); +lean_dec(x_603); +x_614 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_614, 0, x_612); +lean_ctor_set(x_614, 1, x_613); +return x_614; } } } } else { -uint8_t x_619; +uint8_t x_615; lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -5341,30 +5237,107 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_619 = !lean_is_exclusive(x_447); -if (x_619 == 0) +x_615 = !lean_is_exclusive(x_443); +if (x_615 == 0) +{ +return x_443; +} +else { -return x_447; +lean_object* x_616; lean_object* x_617; lean_object* x_618; +x_616 = lean_ctor_get(x_443, 0); +x_617 = lean_ctor_get(x_443, 1); +lean_inc(x_617); +lean_inc(x_616); +lean_dec(x_443); +x_618 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_618, 0, x_616); +lean_ctor_set(x_618, 1, x_617); +return x_618; +} +} } else { -lean_object* x_620; lean_object* x_621; lean_object* x_622; -x_620 = lean_ctor_get(x_447, 0); -x_621 = lean_ctor_get(x_447, 1); -lean_inc(x_621); +lean_object* x_619; lean_object* x_620; lean_object* x_621; +lean_dec(x_33); +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_2); +x_619 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_441); +x_620 = lean_ctor_get(x_619, 1); lean_inc(x_620); -lean_dec(x_447); -x_622 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_622, 0, x_620); -lean_ctor_set(x_622, 1, x_621); -return x_622; +lean_dec(x_619); +x_621 = l_Lean_Compiler_LCNF_Simp_simp(x_440, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_620); +if (lean_obj_tag(x_621) == 0) +{ +uint8_t x_622; +x_622 = !lean_is_exclusive(x_621); +if (x_622 == 0) +{ +lean_object* x_623; lean_object* x_624; +x_623 = lean_ctor_get(x_621, 0); +if (lean_is_scalar(x_22)) { + x_624 = lean_alloc_ctor(1, 1, 0); +} else { + x_624 = x_22; +} +lean_ctor_set(x_624, 0, x_623); +lean_ctor_set(x_621, 0, x_624); +return x_621; +} +else +{ +lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; +x_625 = lean_ctor_get(x_621, 0); +x_626 = lean_ctor_get(x_621, 1); +lean_inc(x_626); +lean_inc(x_625); +lean_dec(x_621); +if (lean_is_scalar(x_22)) { + x_627 = lean_alloc_ctor(1, 1, 0); +} else { + x_627 = x_22; +} +lean_ctor_set(x_627, 0, x_625); +x_628 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_628, 0, x_627); +lean_ctor_set(x_628, 1, x_626); +return x_628; +} +} +else +{ +uint8_t x_629; +lean_dec(x_22); +x_629 = !lean_is_exclusive(x_621); +if (x_629 == 0) +{ +return x_621; +} +else +{ +lean_object* x_630; lean_object* x_631; lean_object* x_632; +x_630 = lean_ctor_get(x_621, 0); +x_631 = lean_ctor_get(x_621, 1); +lean_inc(x_631); +lean_inc(x_630); +lean_dec(x_621); +x_632 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_632, 0, x_630); +lean_ctor_set(x_632, 1, x_631); +return x_632; +} } } } } else { -uint8_t x_642; +uint8_t x_636; lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -5380,31 +5353,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_642 = !lean_is_exclusive(x_443); -if (x_642 == 0) +x_636 = !lean_is_exclusive(x_439); +if (x_636 == 0) { -return x_443; +return x_439; } else { -lean_object* x_643; lean_object* x_644; lean_object* x_645; -x_643 = lean_ctor_get(x_443, 0); -x_644 = lean_ctor_get(x_443, 1); -lean_inc(x_644); -lean_inc(x_643); -lean_dec(x_443); -x_645 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_645, 0, x_643); -lean_ctor_set(x_645, 1, x_644); -return x_645; +lean_object* x_637; lean_object* x_638; lean_object* x_639; +x_637 = lean_ctor_get(x_439, 0); +x_638 = lean_ctor_get(x_439, 1); +lean_inc(x_638); +lean_inc(x_637); +lean_dec(x_439); +x_639 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_639, 0, x_637); +lean_ctor_set(x_639, 1, x_638); +return x_639; } } } case 3: { -lean_object* x_646; lean_object* x_647; -x_646 = lean_ctor_get(x_11, 0); -lean_inc(x_646); +lean_object* x_640; lean_object* x_641; +x_640 = lean_ctor_get(x_11, 0); +lean_inc(x_640); lean_dec(x_11); lean_inc(x_9); lean_inc(x_8); @@ -5413,137 +5386,63 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_646); -x_647 = l_Lean_Compiler_LCNF_Simp_withInlining_check(x_25, x_646, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); -if (lean_obj_tag(x_647) == 0) -{ -lean_object* x_648; lean_object* x_649; uint8_t x_650; -x_648 = lean_ctor_get(x_647, 0); -lean_inc(x_648); -x_649 = lean_ctor_get(x_647, 1); -lean_inc(x_649); -lean_dec(x_647); -x_650 = !lean_is_exclusive(x_3); -if (x_650 == 0) -{ -lean_object* x_651; lean_object* x_652; lean_object* x_653; lean_object* x_654; uint8_t x_655; lean_object* x_656; -x_651 = lean_ctor_get(x_3, 2); -x_652 = lean_ctor_get(x_3, 3); -lean_inc(x_646); -x_653 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_653, 0, x_646); -lean_ctor_set(x_653, 1, x_651); -x_654 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_652, x_646, x_648); -lean_ctor_set(x_3, 3, x_654); -lean_ctor_set(x_3, 2, x_653); -x_655 = 0; +lean_inc(x_640); +x_641 = l_Lean_Compiler_LCNF_Simp_withInlining_check(x_25, x_640, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +if (lean_obj_tag(x_641) == 0) +{ +lean_object* x_642; lean_object* x_643; uint8_t x_644; +x_642 = lean_ctor_get(x_641, 0); +lean_inc(x_642); +x_643 = lean_ctor_get(x_641, 1); +lean_inc(x_643); +lean_dec(x_641); +x_644 = !lean_is_exclusive(x_3); +if (x_644 == 0) +{ +lean_object* x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; uint8_t x_649; lean_object* x_650; +x_645 = lean_ctor_get(x_3, 2); +x_646 = lean_ctor_get(x_3, 3); +lean_inc(x_640); +x_647 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_647, 0, x_640); +lean_ctor_set(x_647, 1, x_645); +x_648 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_646, x_640, x_642); +lean_ctor_set(x_3, 3, x_648); +lean_ctor_set(x_3, 2, x_647); +x_649 = 0; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_656 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_655, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_649); +x_650 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_649, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_643); lean_dec(x_29); -if (lean_obj_tag(x_656) == 0) -{ -lean_object* x_657; lean_object* x_658; lean_object* x_659; uint8_t x_837; -x_657 = lean_ctor_get(x_656, 0); -lean_inc(x_657); -x_658 = lean_ctor_get(x_656, 1); -lean_inc(x_658); -lean_dec(x_656); -x_837 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); -if (x_837 == 0) -{ -lean_object* x_838; -x_838 = lean_box(0); -x_659 = x_838; -goto block_836; -} -else -{ -uint8_t x_839; -x_839 = lean_nat_dec_eq(x_24, x_27); -if (x_839 == 0) -{ -lean_object* x_840; -x_840 = lean_box(0); -x_659 = x_840; -goto block_836; -} -else +if (lean_obj_tag(x_650) == 0) { -lean_object* x_841; lean_object* x_842; lean_object* x_843; -lean_dec(x_33); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_2); -x_841 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_658); -x_842 = lean_ctor_get(x_841, 1); -lean_inc(x_842); -lean_dec(x_841); -x_843 = l_Lean_Compiler_LCNF_Simp_simp(x_657, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_842); -if (lean_obj_tag(x_843) == 0) -{ -uint8_t x_844; -x_844 = !lean_is_exclusive(x_843); -if (x_844 == 0) -{ -lean_object* x_845; lean_object* x_846; -x_845 = lean_ctor_get(x_843, 0); -x_846 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_846, 0, x_845); -lean_ctor_set(x_843, 0, x_846); -return x_843; -} -else +lean_object* x_651; lean_object* x_652; uint8_t x_653; uint8_t x_845; +x_651 = lean_ctor_get(x_650, 0); +lean_inc(x_651); +x_652 = lean_ctor_get(x_650, 1); +lean_inc(x_652); +lean_dec(x_650); +x_845 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); +if (x_845 == 0) { -lean_object* x_847; lean_object* x_848; lean_object* x_849; lean_object* x_850; -x_847 = lean_ctor_get(x_843, 0); -x_848 = lean_ctor_get(x_843, 1); -lean_inc(x_848); -lean_inc(x_847); -lean_dec(x_843); -x_849 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_849, 0, x_847); -x_850 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_850, 0, x_849); -lean_ctor_set(x_850, 1, x_848); -return x_850; -} +x_653 = x_649; +goto block_844; } else { -uint8_t x_851; -x_851 = !lean_is_exclusive(x_843); -if (x_851 == 0) -{ -return x_843; +uint8_t x_846; +x_846 = lean_nat_dec_eq(x_24, x_27); +x_653 = x_846; +goto block_844; } -else +block_844: { -lean_object* x_852; lean_object* x_853; lean_object* x_854; -x_852 = lean_ctor_get(x_843, 0); -x_853 = lean_ctor_get(x_843, 1); -lean_inc(x_853); -lean_inc(x_852); -lean_dec(x_843); -x_854 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_854, 0, x_852); -lean_ctor_set(x_854, 1, x_853); -return x_854; -} -} -} -} -block_836: +if (x_653 == 0) { -lean_object* x_660; -lean_dec(x_659); +lean_object* x_654; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -5551,118 +5450,118 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_660 = l_Lean_Compiler_LCNF_Simp_simp(x_657, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_658); -if (lean_obj_tag(x_660) == 0) +x_654 = l_Lean_Compiler_LCNF_Simp_simp(x_651, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_652); +if (lean_obj_tag(x_654) == 0) { -lean_object* x_661; lean_object* x_662; uint8_t x_663; -x_661 = lean_ctor_get(x_660, 0); -lean_inc(x_661); -x_662 = lean_ctor_get(x_660, 1); -lean_inc(x_662); -lean_dec(x_660); -lean_inc(x_661); -x_663 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_661); -if (x_663 == 0) -{ -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; uint8_t x_671; -x_664 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_662); -x_665 = lean_ctor_get(x_664, 1); -lean_inc(x_665); -lean_dec(x_664); -x_666 = lean_ctor_get(x_21, 2); -lean_inc(x_666); +lean_object* x_655; lean_object* x_656; uint8_t x_657; +x_655 = lean_ctor_get(x_654, 0); +lean_inc(x_655); +x_656 = lean_ctor_get(x_654, 1); +lean_inc(x_656); +lean_dec(x_654); +lean_inc(x_655); +x_657 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_655); +if (x_657 == 0) +{ +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; uint8_t x_665; +x_658 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_656); +x_659 = lean_ctor_get(x_658, 1); +lean_inc(x_659); +lean_dec(x_658); +x_660 = lean_ctor_get(x_21, 2); +lean_inc(x_660); lean_dec(x_21); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_667 = l_Lean_Compiler_LCNF_inferAppType(x_666, x_33, x_6, x_7, x_8, x_9, x_665); -x_668 = lean_ctor_get(x_667, 0); +x_661 = l_Lean_Compiler_LCNF_inferAppType(x_660, x_33, x_6, x_7, x_8, x_9, x_659); +x_662 = lean_ctor_get(x_661, 0); +lean_inc(x_662); +x_663 = lean_ctor_get(x_661, 1); +lean_inc(x_663); +lean_dec(x_661); +lean_inc(x_662); +x_664 = l_Lean_Expr_headBeta(x_662); +x_665 = l_Lean_Expr_isForall(x_664); +lean_dec(x_664); +if (x_665 == 0) +{ +lean_object* x_666; lean_object* x_667; lean_object* x_668; lean_object* x_669; uint8_t x_670; lean_object* x_671; lean_object* x_672; +x_666 = l_Lean_Compiler_LCNF_mkAuxParam(x_662, x_649, x_6, x_7, x_8, x_9, x_663); +x_667 = lean_ctor_get(x_666, 0); +lean_inc(x_667); +x_668 = lean_ctor_get(x_666, 1); lean_inc(x_668); -x_669 = lean_ctor_get(x_667, 1); +lean_dec(x_666); +x_669 = lean_ctor_get(x_667, 0); lean_inc(x_669); -lean_dec(x_667); -lean_inc(x_668); -x_670 = l_Lean_Expr_headBeta(x_668); -x_671 = l_Lean_Expr_isForall(x_670); -lean_dec(x_670); -if (x_671 == 0) -{ -lean_object* x_672; lean_object* x_673; lean_object* x_674; lean_object* x_675; uint8_t x_676; lean_object* x_677; lean_object* x_678; -x_672 = l_Lean_Compiler_LCNF_mkAuxParam(x_668, x_655, x_6, x_7, x_8, x_9, x_669); -x_673 = lean_ctor_get(x_672, 0); -lean_inc(x_673); -x_674 = lean_ctor_get(x_672, 1); -lean_inc(x_674); -lean_dec(x_672); -x_675 = lean_ctor_get(x_673, 0); -lean_inc(x_675); -x_676 = lean_nat_dec_lt(x_27, x_24); +x_670 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_676 == 0) +if (x_670 == 0) { -lean_object* x_705; +lean_object* x_699; lean_dec(x_27); lean_dec(x_23); -x_705 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_675, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_674); -if (lean_obj_tag(x_705) == 0) +x_699 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_669, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_668); +if (lean_obj_tag(x_699) == 0) { -lean_object* x_706; lean_object* x_707; -x_706 = lean_ctor_get(x_705, 1); -lean_inc(x_706); -lean_dec(x_705); +lean_object* x_700; lean_object* x_701; +x_700 = lean_ctor_get(x_699, 1); +lean_inc(x_700); +lean_dec(x_699); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_707 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_706); -if (lean_obj_tag(x_707) == 0) +x_701 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_700); +if (lean_obj_tag(x_701) == 0) { -lean_object* x_708; lean_object* x_709; -x_708 = lean_ctor_get(x_707, 0); -lean_inc(x_708); -x_709 = lean_ctor_get(x_707, 1); -lean_inc(x_709); -lean_dec(x_707); -x_677 = x_708; -x_678 = x_709; -goto block_704; +lean_object* x_702; lean_object* x_703; +x_702 = lean_ctor_get(x_701, 0); +lean_inc(x_702); +x_703 = lean_ctor_get(x_701, 1); +lean_inc(x_703); +lean_dec(x_701); +x_671 = x_702; +x_672 = x_703; +goto block_698; } else { -uint8_t x_710; -lean_dec(x_673); -lean_dec(x_661); +uint8_t x_704; +lean_dec(x_667); +lean_dec(x_655); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_710 = !lean_is_exclusive(x_707); -if (x_710 == 0) +x_704 = !lean_is_exclusive(x_701); +if (x_704 == 0) { -return x_707; +return x_701; } else { -lean_object* x_711; lean_object* x_712; lean_object* x_713; -x_711 = lean_ctor_get(x_707, 0); -x_712 = lean_ctor_get(x_707, 1); -lean_inc(x_712); -lean_inc(x_711); -lean_dec(x_707); -x_713 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_713, 0, x_711); -lean_ctor_set(x_713, 1, x_712); -return x_713; +lean_object* x_705; lean_object* x_706; lean_object* x_707; +x_705 = lean_ctor_get(x_701, 0); +x_706 = lean_ctor_get(x_701, 1); +lean_inc(x_706); +lean_inc(x_705); +lean_dec(x_701); +x_707 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_707, 0, x_705); +lean_ctor_set(x_707, 1, x_706); +return x_707; } } } else { -uint8_t x_714; -lean_dec(x_673); -lean_dec(x_661); +uint8_t x_708; +lean_dec(x_667); +lean_dec(x_655); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -5672,114 +5571,114 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_714 = !lean_is_exclusive(x_705); -if (x_714 == 0) +x_708 = !lean_is_exclusive(x_699); +if (x_708 == 0) { -return x_705; +return x_699; } else { -lean_object* x_715; lean_object* x_716; lean_object* x_717; -x_715 = lean_ctor_get(x_705, 0); -x_716 = lean_ctor_get(x_705, 1); -lean_inc(x_716); -lean_inc(x_715); -lean_dec(x_705); -x_717 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_717, 0, x_715); -lean_ctor_set(x_717, 1, x_716); -return x_717; +lean_object* x_709; lean_object* x_710; lean_object* x_711; +x_709 = lean_ctor_get(x_699, 0); +x_710 = lean_ctor_get(x_699, 1); +lean_inc(x_710); +lean_inc(x_709); +lean_dec(x_699); +x_711 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_711, 0, x_709); +lean_ctor_set(x_711, 1, x_710); +return x_711; } } } else { -lean_object* x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; lean_object* x_722; lean_object* x_723; -x_718 = lean_array_get_size(x_23); -x_719 = l_Array_toSubarray___rarg(x_23, x_27, x_718); -x_720 = l_Array_ofSubarray___rarg(x_719); -x_721 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_721, 0, x_675); -lean_ctor_set(x_721, 1, x_720); -x_722 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; +x_712 = lean_array_get_size(x_23); +x_713 = l_Array_toSubarray___rarg(x_23, x_27, x_712); +x_714 = l_Array_ofSubarray___rarg(x_713); +x_715 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_715, 0, x_669); +lean_ctor_set(x_715, 1, x_714); +x_716 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_723 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_721, x_722, x_6, x_7, x_8, x_9, x_674); -if (lean_obj_tag(x_723) == 0) -{ -lean_object* x_724; lean_object* x_725; lean_object* x_726; lean_object* x_727; -x_724 = lean_ctor_get(x_723, 0); -lean_inc(x_724); -x_725 = lean_ctor_get(x_723, 1); -lean_inc(x_725); -lean_dec(x_723); -x_726 = lean_ctor_get(x_724, 0); -lean_inc(x_726); -x_727 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_726, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_725); -if (lean_obj_tag(x_727) == 0) -{ -lean_object* x_728; lean_object* x_729; lean_object* x_730; -x_728 = lean_ctor_get(x_727, 1); -lean_inc(x_728); -lean_dec(x_727); -x_729 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_729, 0, x_724); -lean_ctor_set(x_729, 1, x_2); +x_717 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_715, x_716, x_6, x_7, x_8, x_9, x_668); +if (lean_obj_tag(x_717) == 0) +{ +lean_object* x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; +x_718 = lean_ctor_get(x_717, 0); +lean_inc(x_718); +x_719 = lean_ctor_get(x_717, 1); +lean_inc(x_719); +lean_dec(x_717); +x_720 = lean_ctor_get(x_718, 0); +lean_inc(x_720); +x_721 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_720, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_719); +if (lean_obj_tag(x_721) == 0) +{ +lean_object* x_722; lean_object* x_723; lean_object* x_724; +x_722 = lean_ctor_get(x_721, 1); +lean_inc(x_722); +lean_dec(x_721); +x_723 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_723, 0, x_718); +lean_ctor_set(x_723, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_730 = l_Lean_Compiler_LCNF_Simp_simp(x_729, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_728); -if (lean_obj_tag(x_730) == 0) +x_724 = l_Lean_Compiler_LCNF_Simp_simp(x_723, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_722); +if (lean_obj_tag(x_724) == 0) { -lean_object* x_731; lean_object* x_732; -x_731 = lean_ctor_get(x_730, 0); -lean_inc(x_731); -x_732 = lean_ctor_get(x_730, 1); -lean_inc(x_732); -lean_dec(x_730); -x_677 = x_731; -x_678 = x_732; -goto block_704; +lean_object* x_725; lean_object* x_726; +x_725 = lean_ctor_get(x_724, 0); +lean_inc(x_725); +x_726 = lean_ctor_get(x_724, 1); +lean_inc(x_726); +lean_dec(x_724); +x_671 = x_725; +x_672 = x_726; +goto block_698; } else { -uint8_t x_733; -lean_dec(x_673); -lean_dec(x_661); +uint8_t x_727; +lean_dec(x_667); +lean_dec(x_655); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_733 = !lean_is_exclusive(x_730); -if (x_733 == 0) +x_727 = !lean_is_exclusive(x_724); +if (x_727 == 0) { -return x_730; +return x_724; } else { -lean_object* x_734; lean_object* x_735; lean_object* x_736; -x_734 = lean_ctor_get(x_730, 0); -x_735 = lean_ctor_get(x_730, 1); -lean_inc(x_735); -lean_inc(x_734); -lean_dec(x_730); -x_736 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_736, 0, x_734); -lean_ctor_set(x_736, 1, x_735); -return x_736; +lean_object* x_728; lean_object* x_729; lean_object* x_730; +x_728 = lean_ctor_get(x_724, 0); +x_729 = lean_ctor_get(x_724, 1); +lean_inc(x_729); +lean_inc(x_728); +lean_dec(x_724); +x_730 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_730, 0, x_728); +lean_ctor_set(x_730, 1, x_729); +return x_730; } } } else { -uint8_t x_737; -lean_dec(x_724); -lean_dec(x_673); -lean_dec(x_661); +uint8_t x_731; +lean_dec(x_718); +lean_dec(x_667); +lean_dec(x_655); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -5789,31 +5688,31 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_737 = !lean_is_exclusive(x_727); -if (x_737 == 0) +x_731 = !lean_is_exclusive(x_721); +if (x_731 == 0) { -return x_727; +return x_721; } else { -lean_object* x_738; lean_object* x_739; lean_object* x_740; -x_738 = lean_ctor_get(x_727, 0); -x_739 = lean_ctor_get(x_727, 1); -lean_inc(x_739); -lean_inc(x_738); -lean_dec(x_727); -x_740 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_740, 0, x_738); -lean_ctor_set(x_740, 1, x_739); -return x_740; +lean_object* x_732; lean_object* x_733; lean_object* x_734; +x_732 = lean_ctor_get(x_721, 0); +x_733 = lean_ctor_get(x_721, 1); +lean_inc(x_733); +lean_inc(x_732); +lean_dec(x_721); +x_734 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_734, 0, x_732); +lean_ctor_set(x_734, 1, x_733); +return x_734; } } } else { -uint8_t x_741; -lean_dec(x_673); -lean_dec(x_661); +uint8_t x_735; +lean_dec(x_667); +lean_dec(x_655); lean_dec(x_3); lean_dec(x_26); lean_dec(x_22); @@ -5824,196 +5723,196 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_741 = !lean_is_exclusive(x_723); -if (x_741 == 0) +x_735 = !lean_is_exclusive(x_717); +if (x_735 == 0) { -return x_723; +return x_717; } else { -lean_object* x_742; lean_object* x_743; lean_object* x_744; -x_742 = lean_ctor_get(x_723, 0); -x_743 = lean_ctor_get(x_723, 1); -lean_inc(x_743); -lean_inc(x_742); -lean_dec(x_723); -x_744 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_744, 0, x_742); -lean_ctor_set(x_744, 1, x_743); -return x_744; +lean_object* x_736; lean_object* x_737; lean_object* x_738; +x_736 = lean_ctor_get(x_717, 0); +x_737 = lean_ctor_get(x_717, 1); +lean_inc(x_737); +lean_inc(x_736); +lean_dec(x_717); +x_738 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_738, 0, x_736); +lean_ctor_set(x_738, 1, x_737); +return x_738; } } } -block_704: +block_698: { -lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; -x_679 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_680 = lean_array_push(x_679, x_673); -x_681 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; +lean_object* x_673; lean_object* x_674; lean_object* x_675; lean_object* x_676; +x_673 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_674 = lean_array_push(x_673, x_667); +x_675 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_682 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_680, x_677, x_681, x_6, x_7, x_8, x_9, x_678); -if (lean_obj_tag(x_682) == 0) -{ -lean_object* x_683; lean_object* x_684; lean_object* x_685; lean_object* x_686; -x_683 = lean_ctor_get(x_682, 0); -lean_inc(x_683); -x_684 = lean_ctor_get(x_682, 1); -lean_inc(x_684); -lean_dec(x_682); -lean_inc(x_683); -x_685 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); -lean_closure_set(x_685, 0, x_683); -lean_closure_set(x_685, 1, x_679); -x_686 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_661, x_685, x_6, x_7, x_8, x_9, x_684); -if (lean_obj_tag(x_686) == 0) -{ -uint8_t x_687; -x_687 = !lean_is_exclusive(x_686); -if (x_687 == 0) -{ -lean_object* x_688; lean_object* x_689; lean_object* x_690; -x_688 = lean_ctor_get(x_686, 0); -x_689 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_689, 0, x_683); -lean_ctor_set(x_689, 1, x_688); +x_676 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_674, x_671, x_675, x_6, x_7, x_8, x_9, x_672); +if (lean_obj_tag(x_676) == 0) +{ +lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; +x_677 = lean_ctor_get(x_676, 0); +lean_inc(x_677); +x_678 = lean_ctor_get(x_676, 1); +lean_inc(x_678); +lean_dec(x_676); +lean_inc(x_677); +x_679 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); +lean_closure_set(x_679, 0, x_677); +lean_closure_set(x_679, 1, x_673); +x_680 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_655, x_679, x_6, x_7, x_8, x_9, x_678); +if (lean_obj_tag(x_680) == 0) +{ +uint8_t x_681; +x_681 = !lean_is_exclusive(x_680); +if (x_681 == 0) +{ +lean_object* x_682; lean_object* x_683; lean_object* x_684; +x_682 = lean_ctor_get(x_680, 0); +x_683 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_683, 0, x_677); +lean_ctor_set(x_683, 1, x_682); if (lean_is_scalar(x_22)) { - x_690 = lean_alloc_ctor(1, 1, 0); + x_684 = lean_alloc_ctor(1, 1, 0); } else { - x_690 = x_22; + x_684 = x_22; } -lean_ctor_set(x_690, 0, x_689); -lean_ctor_set(x_686, 0, x_690); -return x_686; +lean_ctor_set(x_684, 0, x_683); +lean_ctor_set(x_680, 0, x_684); +return x_680; } else { -lean_object* x_691; lean_object* x_692; lean_object* x_693; lean_object* x_694; lean_object* x_695; -x_691 = lean_ctor_get(x_686, 0); -x_692 = lean_ctor_get(x_686, 1); -lean_inc(x_692); -lean_inc(x_691); -lean_dec(x_686); -x_693 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_693, 0, x_683); -lean_ctor_set(x_693, 1, x_691); +lean_object* x_685; lean_object* x_686; lean_object* x_687; lean_object* x_688; lean_object* x_689; +x_685 = lean_ctor_get(x_680, 0); +x_686 = lean_ctor_get(x_680, 1); +lean_inc(x_686); +lean_inc(x_685); +lean_dec(x_680); +x_687 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_687, 0, x_677); +lean_ctor_set(x_687, 1, x_685); if (lean_is_scalar(x_22)) { - x_694 = lean_alloc_ctor(1, 1, 0); + x_688 = lean_alloc_ctor(1, 1, 0); } else { - x_694 = x_22; + x_688 = x_22; } -lean_ctor_set(x_694, 0, x_693); -x_695 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_695, 0, x_694); -lean_ctor_set(x_695, 1, x_692); -return x_695; +lean_ctor_set(x_688, 0, x_687); +x_689 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_689, 0, x_688); +lean_ctor_set(x_689, 1, x_686); +return x_689; } } else { -uint8_t x_696; -lean_dec(x_683); +uint8_t x_690; +lean_dec(x_677); lean_dec(x_22); -x_696 = !lean_is_exclusive(x_686); -if (x_696 == 0) +x_690 = !lean_is_exclusive(x_680); +if (x_690 == 0) { -return x_686; +return x_680; } else { -lean_object* x_697; lean_object* x_698; lean_object* x_699; -x_697 = lean_ctor_get(x_686, 0); -x_698 = lean_ctor_get(x_686, 1); -lean_inc(x_698); -lean_inc(x_697); -lean_dec(x_686); -x_699 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_699, 0, x_697); -lean_ctor_set(x_699, 1, x_698); -return x_699; +lean_object* x_691; lean_object* x_692; lean_object* x_693; +x_691 = lean_ctor_get(x_680, 0); +x_692 = lean_ctor_get(x_680, 1); +lean_inc(x_692); +lean_inc(x_691); +lean_dec(x_680); +x_693 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_693, 0, x_691); +lean_ctor_set(x_693, 1, x_692); +return x_693; } } } else { -uint8_t x_700; -lean_dec(x_661); +uint8_t x_694; +lean_dec(x_655); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_700 = !lean_is_exclusive(x_682); -if (x_700 == 0) +x_694 = !lean_is_exclusive(x_676); +if (x_694 == 0) { -return x_682; +return x_676; } else { -lean_object* x_701; lean_object* x_702; lean_object* x_703; -x_701 = lean_ctor_get(x_682, 0); -x_702 = lean_ctor_get(x_682, 1); -lean_inc(x_702); -lean_inc(x_701); -lean_dec(x_682); -x_703 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_703, 0, x_701); -lean_ctor_set(x_703, 1, x_702); -return x_703; +lean_object* x_695; lean_object* x_696; lean_object* x_697; +x_695 = lean_ctor_get(x_676, 0); +x_696 = lean_ctor_get(x_676, 1); +lean_inc(x_696); +lean_inc(x_695); +lean_dec(x_676); +x_697 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_697, 0, x_695); +lean_ctor_set(x_697, 1, x_696); +return x_697; } } } } else { -lean_object* x_745; lean_object* x_746; lean_object* x_747; -lean_dec(x_668); -x_745 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; -x_746 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +lean_object* x_739; lean_object* x_740; lean_object* x_741; +lean_dec(x_662); +x_739 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; +x_740 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_747 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_745, x_661, x_746, x_6, x_7, x_8, x_9, x_669); -if (lean_obj_tag(x_747) == 0) -{ -lean_object* x_748; lean_object* x_749; lean_object* x_750; -x_748 = lean_ctor_get(x_747, 0); -lean_inc(x_748); -x_749 = lean_ctor_get(x_747, 1); -lean_inc(x_749); -lean_dec(x_747); +x_741 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_739, x_655, x_740, x_6, x_7, x_8, x_9, x_663); +if (lean_obj_tag(x_741) == 0) +{ +lean_object* x_742; lean_object* x_743; lean_object* x_744; +x_742 = lean_ctor_get(x_741, 0); +lean_inc(x_742); +x_743 = lean_ctor_get(x_741, 1); +lean_inc(x_743); +lean_dec(x_741); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_750 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_748, x_6, x_7, x_8, x_9, x_749); -if (lean_obj_tag(x_750) == 0) -{ -lean_object* x_751; lean_object* x_752; lean_object* x_753; uint8_t x_754; lean_object* x_755; lean_object* x_756; -x_751 = lean_ctor_get(x_750, 0); -lean_inc(x_751); -x_752 = lean_ctor_get(x_750, 1); -lean_inc(x_752); -lean_dec(x_750); -x_753 = lean_ctor_get(x_751, 0); -lean_inc(x_753); -x_754 = lean_nat_dec_lt(x_27, x_24); +x_744 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_742, x_6, x_7, x_8, x_9, x_743); +if (lean_obj_tag(x_744) == 0) +{ +lean_object* x_745; lean_object* x_746; lean_object* x_747; uint8_t x_748; lean_object* x_749; lean_object* x_750; +x_745 = lean_ctor_get(x_744, 0); +lean_inc(x_745); +x_746 = lean_ctor_get(x_744, 1); +lean_inc(x_746); +lean_dec(x_744); +x_747 = lean_ctor_get(x_745, 0); +lean_inc(x_747); +x_748 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_754 == 0) +if (x_748 == 0) { -lean_object* x_769; +lean_object* x_763; lean_dec(x_27); lean_dec(x_23); -x_769 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_753, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_752); -if (lean_obj_tag(x_769) == 0) +x_763 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_747, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_746); +if (lean_obj_tag(x_763) == 0) { -lean_object* x_770; lean_object* x_771; -x_770 = lean_ctor_get(x_769, 1); -lean_inc(x_770); -lean_dec(x_769); +lean_object* x_764; lean_object* x_765; +x_764 = lean_ctor_get(x_763, 1); +lean_inc(x_764); +lean_dec(x_763); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -6021,23 +5920,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_771 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_770); -if (lean_obj_tag(x_771) == 0) +x_765 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_764); +if (lean_obj_tag(x_765) == 0) { -lean_object* x_772; lean_object* x_773; -x_772 = lean_ctor_get(x_771, 0); -lean_inc(x_772); -x_773 = lean_ctor_get(x_771, 1); -lean_inc(x_773); -lean_dec(x_771); -x_755 = x_772; -x_756 = x_773; -goto block_768; +lean_object* x_766; lean_object* x_767; +x_766 = lean_ctor_get(x_765, 0); +lean_inc(x_766); +x_767 = lean_ctor_get(x_765, 1); +lean_inc(x_767); +lean_dec(x_765); +x_749 = x_766; +x_750 = x_767; +goto block_762; } else { -uint8_t x_774; -lean_dec(x_751); +uint8_t x_768; +lean_dec(x_745); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -6046,30 +5945,30 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_774 = !lean_is_exclusive(x_771); -if (x_774 == 0) +x_768 = !lean_is_exclusive(x_765); +if (x_768 == 0) { -return x_771; +return x_765; } else { -lean_object* x_775; lean_object* x_776; lean_object* x_777; -x_775 = lean_ctor_get(x_771, 0); -x_776 = lean_ctor_get(x_771, 1); -lean_inc(x_776); -lean_inc(x_775); -lean_dec(x_771); -x_777 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_777, 0, x_775); -lean_ctor_set(x_777, 1, x_776); -return x_777; +lean_object* x_769; lean_object* x_770; lean_object* x_771; +x_769 = lean_ctor_get(x_765, 0); +x_770 = lean_ctor_get(x_765, 1); +lean_inc(x_770); +lean_inc(x_769); +lean_dec(x_765); +x_771 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_771, 0, x_769); +lean_ctor_set(x_771, 1, x_770); +return x_771; } } } else { -uint8_t x_778; -lean_dec(x_751); +uint8_t x_772; +lean_dec(x_745); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -6079,61 +5978,61 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_778 = !lean_is_exclusive(x_769); -if (x_778 == 0) +x_772 = !lean_is_exclusive(x_763); +if (x_772 == 0) { -return x_769; +return x_763; } else { -lean_object* x_779; lean_object* x_780; lean_object* x_781; -x_779 = lean_ctor_get(x_769, 0); -x_780 = lean_ctor_get(x_769, 1); -lean_inc(x_780); -lean_inc(x_779); -lean_dec(x_769); -x_781 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_781, 0, x_779); -lean_ctor_set(x_781, 1, x_780); -return x_781; +lean_object* x_773; lean_object* x_774; lean_object* x_775; +x_773 = lean_ctor_get(x_763, 0); +x_774 = lean_ctor_get(x_763, 1); +lean_inc(x_774); +lean_inc(x_773); +lean_dec(x_763); +x_775 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_775, 0, x_773); +lean_ctor_set(x_775, 1, x_774); +return x_775; } } } else { -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_782 = lean_array_get_size(x_23); -x_783 = l_Array_toSubarray___rarg(x_23, x_27, x_782); -x_784 = l_Array_ofSubarray___rarg(x_783); -x_785 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_785, 0, x_753); -lean_ctor_set(x_785, 1, x_784); -x_786 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_776; lean_object* x_777; lean_object* x_778; lean_object* x_779; lean_object* x_780; lean_object* x_781; +x_776 = lean_array_get_size(x_23); +x_777 = l_Array_toSubarray___rarg(x_23, x_27, x_776); +x_778 = l_Array_ofSubarray___rarg(x_777); +x_779 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_779, 0, x_747); +lean_ctor_set(x_779, 1, x_778); +x_780 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_787 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_785, x_786, x_6, x_7, x_8, x_9, x_752); -if (lean_obj_tag(x_787) == 0) -{ -lean_object* x_788; lean_object* x_789; lean_object* x_790; lean_object* x_791; -x_788 = lean_ctor_get(x_787, 0); -lean_inc(x_788); -x_789 = lean_ctor_get(x_787, 1); -lean_inc(x_789); -lean_dec(x_787); -x_790 = lean_ctor_get(x_788, 0); -lean_inc(x_790); -x_791 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_790, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_789); -if (lean_obj_tag(x_791) == 0) -{ -lean_object* x_792; lean_object* x_793; lean_object* x_794; -x_792 = lean_ctor_get(x_791, 1); -lean_inc(x_792); -lean_dec(x_791); -x_793 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_793, 0, x_788); -lean_ctor_set(x_793, 1, x_2); +x_781 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_779, x_780, x_6, x_7, x_8, x_9, x_746); +if (lean_obj_tag(x_781) == 0) +{ +lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; +x_782 = lean_ctor_get(x_781, 0); +lean_inc(x_782); +x_783 = lean_ctor_get(x_781, 1); +lean_inc(x_783); +lean_dec(x_781); +x_784 = lean_ctor_get(x_782, 0); +lean_inc(x_784); +x_785 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_784, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_783); +if (lean_obj_tag(x_785) == 0) +{ +lean_object* x_786; lean_object* x_787; lean_object* x_788; +x_786 = lean_ctor_get(x_785, 1); +lean_inc(x_786); +lean_dec(x_785); +x_787 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_787, 0, x_782); +lean_ctor_set(x_787, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -6141,23 +6040,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_794 = l_Lean_Compiler_LCNF_Simp_simp(x_793, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_792); -if (lean_obj_tag(x_794) == 0) +x_788 = l_Lean_Compiler_LCNF_Simp_simp(x_787, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_786); +if (lean_obj_tag(x_788) == 0) { -lean_object* x_795; lean_object* x_796; -x_795 = lean_ctor_get(x_794, 0); -lean_inc(x_795); -x_796 = lean_ctor_get(x_794, 1); -lean_inc(x_796); -lean_dec(x_794); -x_755 = x_795; -x_756 = x_796; -goto block_768; +lean_object* x_789; lean_object* x_790; +x_789 = lean_ctor_get(x_788, 0); +lean_inc(x_789); +x_790 = lean_ctor_get(x_788, 1); +lean_inc(x_790); +lean_dec(x_788); +x_749 = x_789; +x_750 = x_790; +goto block_762; } else { -uint8_t x_797; -lean_dec(x_751); +uint8_t x_791; +lean_dec(x_745); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -6166,31 +6065,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_797 = !lean_is_exclusive(x_794); -if (x_797 == 0) +x_791 = !lean_is_exclusive(x_788); +if (x_791 == 0) { -return x_794; +return x_788; } else { -lean_object* x_798; lean_object* x_799; lean_object* x_800; -x_798 = lean_ctor_get(x_794, 0); -x_799 = lean_ctor_get(x_794, 1); -lean_inc(x_799); -lean_inc(x_798); -lean_dec(x_794); -x_800 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_800, 0, x_798); -lean_ctor_set(x_800, 1, x_799); -return x_800; +lean_object* x_792; lean_object* x_793; lean_object* x_794; +x_792 = lean_ctor_get(x_788, 0); +x_793 = lean_ctor_get(x_788, 1); +lean_inc(x_793); +lean_inc(x_792); +lean_dec(x_788); +x_794 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_794, 0, x_792); +lean_ctor_set(x_794, 1, x_793); +return x_794; } } } else { -uint8_t x_801; -lean_dec(x_788); -lean_dec(x_751); +uint8_t x_795; +lean_dec(x_782); +lean_dec(x_745); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -6200,30 +6099,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_801 = !lean_is_exclusive(x_791); -if (x_801 == 0) +x_795 = !lean_is_exclusive(x_785); +if (x_795 == 0) { -return x_791; +return x_785; } else { -lean_object* x_802; lean_object* x_803; lean_object* x_804; -x_802 = lean_ctor_get(x_791, 0); -x_803 = lean_ctor_get(x_791, 1); -lean_inc(x_803); -lean_inc(x_802); -lean_dec(x_791); -x_804 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_804, 0, x_802); -lean_ctor_set(x_804, 1, x_803); -return x_804; +lean_object* x_796; lean_object* x_797; lean_object* x_798; +x_796 = lean_ctor_get(x_785, 0); +x_797 = lean_ctor_get(x_785, 1); +lean_inc(x_797); +lean_inc(x_796); +lean_dec(x_785); +x_798 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_798, 0, x_796); +lean_ctor_set(x_798, 1, x_797); +return x_798; } } } else { -uint8_t x_805; -lean_dec(x_751); +uint8_t x_799; +lean_dec(x_745); lean_dec(x_3); lean_dec(x_26); lean_dec(x_22); @@ -6234,73 +6133,73 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_805 = !lean_is_exclusive(x_787); -if (x_805 == 0) +x_799 = !lean_is_exclusive(x_781); +if (x_799 == 0) { -return x_787; +return x_781; } else { -lean_object* x_806; lean_object* x_807; lean_object* x_808; -x_806 = lean_ctor_get(x_787, 0); -x_807 = lean_ctor_get(x_787, 1); -lean_inc(x_807); -lean_inc(x_806); -lean_dec(x_787); -x_808 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_808, 0, x_806); -lean_ctor_set(x_808, 1, x_807); -return x_808; +lean_object* x_800; lean_object* x_801; lean_object* x_802; +x_800 = lean_ctor_get(x_781, 0); +x_801 = lean_ctor_get(x_781, 1); +lean_inc(x_801); +lean_inc(x_800); +lean_dec(x_781); +x_802 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_802, 0, x_800); +lean_ctor_set(x_802, 1, x_801); +return x_802; } } } -block_768: +block_762: { -lean_object* x_757; lean_object* x_758; lean_object* x_759; lean_object* x_760; uint8_t x_761; -x_757 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_757, 0, x_751); -x_758 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_759 = lean_array_push(x_758, x_757); -x_760 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_759, x_755, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_756); -lean_dec(x_759); -x_761 = !lean_is_exclusive(x_760); -if (x_761 == 0) +lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; uint8_t x_755; +x_751 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_751, 0, x_745); +x_752 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_753 = lean_array_push(x_752, x_751); +x_754 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_753, x_749, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_750); +lean_dec(x_753); +x_755 = !lean_is_exclusive(x_754); +if (x_755 == 0) { -lean_object* x_762; lean_object* x_763; -x_762 = lean_ctor_get(x_760, 0); +lean_object* x_756; lean_object* x_757; +x_756 = lean_ctor_get(x_754, 0); if (lean_is_scalar(x_22)) { - x_763 = lean_alloc_ctor(1, 1, 0); + x_757 = lean_alloc_ctor(1, 1, 0); } else { - x_763 = x_22; + x_757 = x_22; } -lean_ctor_set(x_763, 0, x_762); -lean_ctor_set(x_760, 0, x_763); -return x_760; +lean_ctor_set(x_757, 0, x_756); +lean_ctor_set(x_754, 0, x_757); +return x_754; } else { -lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; -x_764 = lean_ctor_get(x_760, 0); -x_765 = lean_ctor_get(x_760, 1); -lean_inc(x_765); -lean_inc(x_764); -lean_dec(x_760); +lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; +x_758 = lean_ctor_get(x_754, 0); +x_759 = lean_ctor_get(x_754, 1); +lean_inc(x_759); +lean_inc(x_758); +lean_dec(x_754); if (lean_is_scalar(x_22)) { - x_766 = lean_alloc_ctor(1, 1, 0); + x_760 = lean_alloc_ctor(1, 1, 0); } else { - x_766 = x_22; + x_760 = x_22; } -lean_ctor_set(x_766, 0, x_764); -x_767 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_767, 0, x_766); -lean_ctor_set(x_767, 1, x_765); -return x_767; +lean_ctor_set(x_760, 0, x_758); +x_761 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_761, 0, x_760); +lean_ctor_set(x_761, 1, x_759); +return x_761; } } } else { -uint8_t x_809; +uint8_t x_803; lean_dec(x_3); lean_dec(x_27); lean_dec(x_26); @@ -6314,29 +6213,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_809 = !lean_is_exclusive(x_750); -if (x_809 == 0) +x_803 = !lean_is_exclusive(x_744); +if (x_803 == 0) { -return x_750; +return x_744; } else { -lean_object* x_810; lean_object* x_811; lean_object* x_812; -x_810 = lean_ctor_get(x_750, 0); -x_811 = lean_ctor_get(x_750, 1); -lean_inc(x_811); -lean_inc(x_810); -lean_dec(x_750); -x_812 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_812, 0, x_810); -lean_ctor_set(x_812, 1, x_811); -return x_812; +lean_object* x_804; lean_object* x_805; lean_object* x_806; +x_804 = lean_ctor_get(x_744, 0); +x_805 = lean_ctor_get(x_744, 1); +lean_inc(x_805); +lean_inc(x_804); +lean_dec(x_744); +x_806 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_806, 0, x_804); +lean_ctor_set(x_806, 1, x_805); +return x_806; } } } else { -uint8_t x_813; +uint8_t x_807; lean_dec(x_3); lean_dec(x_27); lean_dec(x_26); @@ -6350,111 +6249,111 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_813 = !lean_is_exclusive(x_747); -if (x_813 == 0) +x_807 = !lean_is_exclusive(x_741); +if (x_807 == 0) { -return x_747; +return x_741; } else { -lean_object* x_814; lean_object* x_815; lean_object* x_816; -x_814 = lean_ctor_get(x_747, 0); -x_815 = lean_ctor_get(x_747, 1); -lean_inc(x_815); -lean_inc(x_814); -lean_dec(x_747); -x_816 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_816, 0, x_814); -lean_ctor_set(x_816, 1, x_815); -return x_816; +lean_object* x_808; lean_object* x_809; lean_object* x_810; +x_808 = lean_ctor_get(x_741, 0); +x_809 = lean_ctor_get(x_741, 1); +lean_inc(x_809); +lean_inc(x_808); +lean_dec(x_741); +x_810 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_810, 0, x_808); +lean_ctor_set(x_810, 1, x_809); +return x_810; } } } } else { -lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; +lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_dec(x_33); lean_dec(x_21); -x_817 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_662); -x_818 = lean_ctor_get(x_817, 1); -lean_inc(x_818); -lean_dec(x_817); -x_819 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); -lean_closure_set(x_819, 0, x_3); -lean_closure_set(x_819, 1, x_4); -lean_closure_set(x_819, 2, x_5); -lean_closure_set(x_819, 3, x_27); -lean_closure_set(x_819, 4, x_24); -lean_closure_set(x_819, 5, x_26); -lean_closure_set(x_819, 6, x_2); -lean_closure_set(x_819, 7, x_23); -x_820 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_661, x_819, x_6, x_7, x_8, x_9, x_818); -if (lean_obj_tag(x_820) == 0) -{ -uint8_t x_821; -x_821 = !lean_is_exclusive(x_820); -if (x_821 == 0) -{ -lean_object* x_822; lean_object* x_823; -x_822 = lean_ctor_get(x_820, 0); +x_811 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_656); +x_812 = lean_ctor_get(x_811, 1); +lean_inc(x_812); +lean_dec(x_811); +x_813 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); +lean_closure_set(x_813, 0, x_3); +lean_closure_set(x_813, 1, x_4); +lean_closure_set(x_813, 2, x_5); +lean_closure_set(x_813, 3, x_27); +lean_closure_set(x_813, 4, x_24); +lean_closure_set(x_813, 5, x_26); +lean_closure_set(x_813, 6, x_2); +lean_closure_set(x_813, 7, x_23); +x_814 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_655, x_813, x_6, x_7, x_8, x_9, x_812); +if (lean_obj_tag(x_814) == 0) +{ +uint8_t x_815; +x_815 = !lean_is_exclusive(x_814); +if (x_815 == 0) +{ +lean_object* x_816; lean_object* x_817; +x_816 = lean_ctor_get(x_814, 0); if (lean_is_scalar(x_22)) { - x_823 = lean_alloc_ctor(1, 1, 0); + x_817 = lean_alloc_ctor(1, 1, 0); } else { - x_823 = x_22; + x_817 = x_22; } -lean_ctor_set(x_823, 0, x_822); -lean_ctor_set(x_820, 0, x_823); -return x_820; +lean_ctor_set(x_817, 0, x_816); +lean_ctor_set(x_814, 0, x_817); +return x_814; } else { -lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; -x_824 = lean_ctor_get(x_820, 0); -x_825 = lean_ctor_get(x_820, 1); -lean_inc(x_825); -lean_inc(x_824); -lean_dec(x_820); +lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; +x_818 = lean_ctor_get(x_814, 0); +x_819 = lean_ctor_get(x_814, 1); +lean_inc(x_819); +lean_inc(x_818); +lean_dec(x_814); if (lean_is_scalar(x_22)) { - x_826 = lean_alloc_ctor(1, 1, 0); + x_820 = lean_alloc_ctor(1, 1, 0); } else { - x_826 = x_22; + x_820 = x_22; } -lean_ctor_set(x_826, 0, x_824); -x_827 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_827, 0, x_826); -lean_ctor_set(x_827, 1, x_825); -return x_827; +lean_ctor_set(x_820, 0, x_818); +x_821 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_821, 0, x_820); +lean_ctor_set(x_821, 1, x_819); +return x_821; } } else { -uint8_t x_828; +uint8_t x_822; lean_dec(x_22); -x_828 = !lean_is_exclusive(x_820); -if (x_828 == 0) +x_822 = !lean_is_exclusive(x_814); +if (x_822 == 0) { -return x_820; +return x_814; } else { -lean_object* x_829; lean_object* x_830; lean_object* x_831; -x_829 = lean_ctor_get(x_820, 0); -x_830 = lean_ctor_get(x_820, 1); -lean_inc(x_830); -lean_inc(x_829); -lean_dec(x_820); -x_831 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_831, 0, x_829); -lean_ctor_set(x_831, 1, x_830); -return x_831; +lean_object* x_823; lean_object* x_824; lean_object* x_825; +x_823 = lean_ctor_get(x_814, 0); +x_824 = lean_ctor_get(x_814, 1); +lean_inc(x_824); +lean_inc(x_823); +lean_dec(x_814); +x_825 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_825, 0, x_823); +lean_ctor_set(x_825, 1, x_824); +return x_825; } } } } else { -uint8_t x_832; +uint8_t x_826; lean_dec(x_3); lean_dec(x_33); lean_dec(x_27); @@ -6470,30 +6369,107 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_832 = !lean_is_exclusive(x_660); -if (x_832 == 0) +x_826 = !lean_is_exclusive(x_654); +if (x_826 == 0) { -return x_660; +return x_654; } else { -lean_object* x_833; lean_object* x_834; lean_object* x_835; -x_833 = lean_ctor_get(x_660, 0); -x_834 = lean_ctor_get(x_660, 1); -lean_inc(x_834); -lean_inc(x_833); -lean_dec(x_660); -x_835 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_835, 0, x_833); -lean_ctor_set(x_835, 1, x_834); -return x_835; +lean_object* x_827; lean_object* x_828; lean_object* x_829; +x_827 = lean_ctor_get(x_654, 0); +x_828 = lean_ctor_get(x_654, 1); +lean_inc(x_828); +lean_inc(x_827); +lean_dec(x_654); +x_829 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_829, 0, x_827); +lean_ctor_set(x_829, 1, x_828); +return x_829; +} +} +} +else +{ +lean_object* x_830; lean_object* x_831; lean_object* x_832; +lean_dec(x_33); +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_2); +x_830 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_652); +x_831 = lean_ctor_get(x_830, 1); +lean_inc(x_831); +lean_dec(x_830); +x_832 = l_Lean_Compiler_LCNF_Simp_simp(x_651, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_831); +if (lean_obj_tag(x_832) == 0) +{ +uint8_t x_833; +x_833 = !lean_is_exclusive(x_832); +if (x_833 == 0) +{ +lean_object* x_834; lean_object* x_835; +x_834 = lean_ctor_get(x_832, 0); +if (lean_is_scalar(x_22)) { + x_835 = lean_alloc_ctor(1, 1, 0); +} else { + x_835 = x_22; +} +lean_ctor_set(x_835, 0, x_834); +lean_ctor_set(x_832, 0, x_835); +return x_832; +} +else +{ +lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; +x_836 = lean_ctor_get(x_832, 0); +x_837 = lean_ctor_get(x_832, 1); +lean_inc(x_837); +lean_inc(x_836); +lean_dec(x_832); +if (lean_is_scalar(x_22)) { + x_838 = lean_alloc_ctor(1, 1, 0); +} else { + x_838 = x_22; +} +lean_ctor_set(x_838, 0, x_836); +x_839 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_839, 0, x_838); +lean_ctor_set(x_839, 1, x_837); +return x_839; +} +} +else +{ +uint8_t x_840; +lean_dec(x_22); +x_840 = !lean_is_exclusive(x_832); +if (x_840 == 0) +{ +return x_832; +} +else +{ +lean_object* x_841; lean_object* x_842; lean_object* x_843; +x_841 = lean_ctor_get(x_832, 0); +x_842 = lean_ctor_get(x_832, 1); +lean_inc(x_842); +lean_inc(x_841); +lean_dec(x_832); +x_843 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_843, 0, x_841); +lean_ctor_set(x_843, 1, x_842); +return x_843; +} } } } } else { -uint8_t x_855; +uint8_t x_847; lean_dec(x_3); lean_dec(x_33); lean_dec(x_27); @@ -6509,277 +6485,204 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_855 = !lean_is_exclusive(x_656); -if (x_855 == 0) +x_847 = !lean_is_exclusive(x_650); +if (x_847 == 0) { -return x_656; +return x_650; } else { -lean_object* x_856; lean_object* x_857; lean_object* x_858; -x_856 = lean_ctor_get(x_656, 0); -x_857 = lean_ctor_get(x_656, 1); -lean_inc(x_857); -lean_inc(x_856); -lean_dec(x_656); -x_858 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_858, 0, x_856); -lean_ctor_set(x_858, 1, x_857); -return x_858; +lean_object* x_848; lean_object* x_849; lean_object* x_850; +x_848 = lean_ctor_get(x_650, 0); +x_849 = lean_ctor_get(x_650, 1); +lean_inc(x_849); +lean_inc(x_848); +lean_dec(x_650); +x_850 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_850, 0, x_848); +lean_ctor_set(x_850, 1, x_849); +return x_850; } } } else { -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; uint8_t x_866; lean_object* x_867; -x_859 = lean_ctor_get(x_3, 0); -x_860 = lean_ctor_get(x_3, 1); -x_861 = lean_ctor_get(x_3, 2); -x_862 = lean_ctor_get(x_3, 3); -lean_inc(x_862); -lean_inc(x_861); -lean_inc(x_860); -lean_inc(x_859); +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; uint8_t x_858; lean_object* x_859; +x_851 = lean_ctor_get(x_3, 0); +x_852 = lean_ctor_get(x_3, 1); +x_853 = lean_ctor_get(x_3, 2); +x_854 = lean_ctor_get(x_3, 3); +lean_inc(x_854); +lean_inc(x_853); +lean_inc(x_852); +lean_inc(x_851); lean_dec(x_3); -lean_inc(x_646); -x_863 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_863, 0, x_646); -lean_ctor_set(x_863, 1, x_861); -x_864 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_862, x_646, x_648); -x_865 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_865, 0, x_859); -lean_ctor_set(x_865, 1, x_860); -lean_ctor_set(x_865, 2, x_863); -lean_ctor_set(x_865, 3, x_864); -x_866 = 0; +lean_inc(x_640); +x_855 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_855, 0, x_640); +lean_ctor_set(x_855, 1, x_853); +x_856 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_854, x_640, x_642); +x_857 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_857, 0, x_851); +lean_ctor_set(x_857, 1, x_852); +lean_ctor_set(x_857, 2, x_855); +lean_ctor_set(x_857, 3, x_856); +x_858 = 0; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_867 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_866, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_649); +x_859 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_858, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_643); lean_dec(x_29); -if (lean_obj_tag(x_867) == 0) -{ -lean_object* x_868; lean_object* x_869; lean_object* x_870; uint8_t x_1041; -x_868 = lean_ctor_get(x_867, 0); -lean_inc(x_868); -x_869 = lean_ctor_get(x_867, 1); -lean_inc(x_869); -lean_dec(x_867); -x_1041 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); -if (x_1041 == 0) +if (lean_obj_tag(x_859) == 0) { -lean_object* x_1042; -x_1042 = lean_box(0); -x_870 = x_1042; -goto block_1040; -} -else -{ -uint8_t x_1043; -x_1043 = lean_nat_dec_eq(x_24, x_27); -if (x_1043 == 0) +lean_object* x_860; lean_object* x_861; uint8_t x_862; uint8_t x_1045; +x_860 = lean_ctor_get(x_859, 0); +lean_inc(x_860); +x_861 = lean_ctor_get(x_859, 1); +lean_inc(x_861); +lean_dec(x_859); +x_1045 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); +if (x_1045 == 0) { -lean_object* x_1044; -x_1044 = lean_box(0); -x_870 = x_1044; -goto block_1040; +x_862 = x_858; +goto block_1044; } else { -lean_object* x_1045; lean_object* x_1046; lean_object* x_1047; -lean_dec(x_33); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_2); -x_1045 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_869); -x_1046 = lean_ctor_get(x_1045, 1); -lean_inc(x_1046); -lean_dec(x_1045); -x_1047 = l_Lean_Compiler_LCNF_Simp_simp(x_868, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_1046); -if (lean_obj_tag(x_1047) == 0) -{ -lean_object* x_1048; lean_object* x_1049; lean_object* x_1050; lean_object* x_1051; lean_object* x_1052; -x_1048 = lean_ctor_get(x_1047, 0); -lean_inc(x_1048); -x_1049 = lean_ctor_get(x_1047, 1); -lean_inc(x_1049); -if (lean_is_exclusive(x_1047)) { - lean_ctor_release(x_1047, 0); - lean_ctor_release(x_1047, 1); - x_1050 = x_1047; -} else { - lean_dec_ref(x_1047); - x_1050 = lean_box(0); -} -x_1051 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_1051, 0, x_1048); -if (lean_is_scalar(x_1050)) { - x_1052 = lean_alloc_ctor(0, 2, 0); -} else { - x_1052 = x_1050; -} -lean_ctor_set(x_1052, 0, x_1051); -lean_ctor_set(x_1052, 1, x_1049); -return x_1052; +uint8_t x_1046; +x_1046 = lean_nat_dec_eq(x_24, x_27); +x_862 = x_1046; +goto block_1044; } -else +block_1044: { -lean_object* x_1053; lean_object* x_1054; lean_object* x_1055; lean_object* x_1056; -x_1053 = lean_ctor_get(x_1047, 0); -lean_inc(x_1053); -x_1054 = lean_ctor_get(x_1047, 1); -lean_inc(x_1054); -if (lean_is_exclusive(x_1047)) { - lean_ctor_release(x_1047, 0); - lean_ctor_release(x_1047, 1); - x_1055 = x_1047; -} else { - lean_dec_ref(x_1047); - x_1055 = lean_box(0); -} -if (lean_is_scalar(x_1055)) { - x_1056 = lean_alloc_ctor(1, 2, 0); -} else { - x_1056 = x_1055; -} -lean_ctor_set(x_1056, 0, x_1053); -lean_ctor_set(x_1056, 1, x_1054); -return x_1056; -} -} -} -block_1040: +if (x_862 == 0) { -lean_object* x_871; -lean_dec(x_870); +lean_object* x_863; 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_865); -x_871 = l_Lean_Compiler_LCNF_Simp_simp(x_868, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_869); -if (lean_obj_tag(x_871) == 0) -{ -lean_object* x_872; lean_object* x_873; uint8_t x_874; -x_872 = lean_ctor_get(x_871, 0); -lean_inc(x_872); -x_873 = lean_ctor_get(x_871, 1); -lean_inc(x_873); -lean_dec(x_871); -lean_inc(x_872); -x_874 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_872); -if (x_874 == 0) +lean_inc(x_857); +x_863 = l_Lean_Compiler_LCNF_Simp_simp(x_860, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_861); +if (lean_obj_tag(x_863) == 0) { -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; uint8_t x_882; -x_875 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_873); -x_876 = lean_ctor_get(x_875, 1); -lean_inc(x_876); -lean_dec(x_875); -x_877 = lean_ctor_get(x_21, 2); -lean_inc(x_877); +lean_object* x_864; lean_object* x_865; uint8_t x_866; +x_864 = lean_ctor_get(x_863, 0); +lean_inc(x_864); +x_865 = lean_ctor_get(x_863, 1); +lean_inc(x_865); +lean_dec(x_863); +lean_inc(x_864); +x_866 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_864); +if (x_866 == 0) +{ +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; uint8_t x_874; +x_867 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_865); +x_868 = lean_ctor_get(x_867, 1); +lean_inc(x_868); +lean_dec(x_867); +x_869 = lean_ctor_get(x_21, 2); +lean_inc(x_869); lean_dec(x_21); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_878 = l_Lean_Compiler_LCNF_inferAppType(x_877, x_33, x_6, x_7, x_8, x_9, x_876); -x_879 = lean_ctor_get(x_878, 0); -lean_inc(x_879); -x_880 = lean_ctor_get(x_878, 1); -lean_inc(x_880); -lean_dec(x_878); -lean_inc(x_879); -x_881 = l_Lean_Expr_headBeta(x_879); -x_882 = l_Lean_Expr_isForall(x_881); -lean_dec(x_881); -if (x_882 == 0) -{ -lean_object* x_883; lean_object* x_884; lean_object* x_885; lean_object* x_886; uint8_t x_887; lean_object* x_888; lean_object* x_889; -x_883 = l_Lean_Compiler_LCNF_mkAuxParam(x_879, x_866, x_6, x_7, x_8, x_9, x_880); -x_884 = lean_ctor_get(x_883, 0); -lean_inc(x_884); -x_885 = lean_ctor_get(x_883, 1); -lean_inc(x_885); -lean_dec(x_883); -x_886 = lean_ctor_get(x_884, 0); -lean_inc(x_886); -x_887 = lean_nat_dec_lt(x_27, x_24); +x_870 = l_Lean_Compiler_LCNF_inferAppType(x_869, x_33, x_6, x_7, x_8, x_9, x_868); +x_871 = lean_ctor_get(x_870, 0); +lean_inc(x_871); +x_872 = lean_ctor_get(x_870, 1); +lean_inc(x_872); +lean_dec(x_870); +lean_inc(x_871); +x_873 = l_Lean_Expr_headBeta(x_871); +x_874 = l_Lean_Expr_isForall(x_873); +lean_dec(x_873); +if (x_874 == 0) +{ +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; +x_875 = l_Lean_Compiler_LCNF_mkAuxParam(x_871, x_858, x_6, x_7, x_8, x_9, x_872); +x_876 = lean_ctor_get(x_875, 0); +lean_inc(x_876); +x_877 = lean_ctor_get(x_875, 1); +lean_inc(x_877); +lean_dec(x_875); +x_878 = lean_ctor_get(x_876, 0); +lean_inc(x_878); +x_879 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_887 == 0) +if (x_879 == 0) { -lean_object* x_913; +lean_object* x_905; lean_dec(x_27); lean_dec(x_23); -x_913 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_886, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_885); -if (lean_obj_tag(x_913) == 0) +x_905 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_878, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_877); +if (lean_obj_tag(x_905) == 0) { -lean_object* x_914; lean_object* x_915; -x_914 = lean_ctor_get(x_913, 1); -lean_inc(x_914); -lean_dec(x_913); +lean_object* x_906; lean_object* x_907; +x_906 = lean_ctor_get(x_905, 1); +lean_inc(x_906); +lean_dec(x_905); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_915 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_914); -if (lean_obj_tag(x_915) == 0) +x_907 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_906); +if (lean_obj_tag(x_907) == 0) { -lean_object* x_916; lean_object* x_917; -x_916 = lean_ctor_get(x_915, 0); -lean_inc(x_916); -x_917 = lean_ctor_get(x_915, 1); -lean_inc(x_917); -lean_dec(x_915); -x_888 = x_916; -x_889 = x_917; -goto block_912; +lean_object* x_908; lean_object* x_909; +x_908 = lean_ctor_get(x_907, 0); +lean_inc(x_908); +x_909 = lean_ctor_get(x_907, 1); +lean_inc(x_909); +lean_dec(x_907); +x_880 = x_908; +x_881 = x_909; +goto block_904; } else { -lean_object* x_918; lean_object* x_919; lean_object* x_920; lean_object* x_921; -lean_dec(x_884); -lean_dec(x_872); +lean_object* x_910; lean_object* x_911; lean_object* x_912; lean_object* x_913; +lean_dec(x_876); +lean_dec(x_864); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_918 = lean_ctor_get(x_915, 0); -lean_inc(x_918); -x_919 = lean_ctor_get(x_915, 1); -lean_inc(x_919); -if (lean_is_exclusive(x_915)) { - lean_ctor_release(x_915, 0); - lean_ctor_release(x_915, 1); - x_920 = x_915; +x_910 = lean_ctor_get(x_907, 0); +lean_inc(x_910); +x_911 = lean_ctor_get(x_907, 1); +lean_inc(x_911); +if (lean_is_exclusive(x_907)) { + lean_ctor_release(x_907, 0); + lean_ctor_release(x_907, 1); + x_912 = x_907; } else { - lean_dec_ref(x_915); - x_920 = lean_box(0); + lean_dec_ref(x_907); + x_912 = lean_box(0); } -if (lean_is_scalar(x_920)) { - x_921 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_912)) { + x_913 = lean_alloc_ctor(1, 2, 0); } else { - x_921 = x_920; + x_913 = x_912; } -lean_ctor_set(x_921, 0, x_918); -lean_ctor_set(x_921, 1, x_919); -return x_921; +lean_ctor_set(x_913, 0, x_910); +lean_ctor_set(x_913, 1, x_911); +return x_913; } } else { -lean_object* x_922; lean_object* x_923; lean_object* x_924; lean_object* x_925; -lean_dec(x_884); -lean_dec(x_872); -lean_dec(x_865); +lean_object* x_914; lean_object* x_915; lean_object* x_916; lean_object* x_917; +lean_dec(x_876); +lean_dec(x_864); +lean_dec(x_857); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -6788,119 +6691,119 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_922 = lean_ctor_get(x_913, 0); -lean_inc(x_922); -x_923 = lean_ctor_get(x_913, 1); -lean_inc(x_923); -if (lean_is_exclusive(x_913)) { - lean_ctor_release(x_913, 0); - lean_ctor_release(x_913, 1); - x_924 = x_913; +x_914 = lean_ctor_get(x_905, 0); +lean_inc(x_914); +x_915 = lean_ctor_get(x_905, 1); +lean_inc(x_915); +if (lean_is_exclusive(x_905)) { + lean_ctor_release(x_905, 0); + lean_ctor_release(x_905, 1); + x_916 = x_905; } else { - lean_dec_ref(x_913); - x_924 = lean_box(0); + lean_dec_ref(x_905); + x_916 = lean_box(0); } -if (lean_is_scalar(x_924)) { - x_925 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_916)) { + x_917 = lean_alloc_ctor(1, 2, 0); } else { - x_925 = x_924; + x_917 = x_916; } -lean_ctor_set(x_925, 0, x_922); -lean_ctor_set(x_925, 1, x_923); -return x_925; +lean_ctor_set(x_917, 0, x_914); +lean_ctor_set(x_917, 1, x_915); +return x_917; } } else { -lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; lean_object* x_931; -x_926 = lean_array_get_size(x_23); -x_927 = l_Array_toSubarray___rarg(x_23, x_27, x_926); -x_928 = l_Array_ofSubarray___rarg(x_927); -x_929 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_929, 0, x_886); -lean_ctor_set(x_929, 1, x_928); -x_930 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_918; lean_object* x_919; lean_object* x_920; lean_object* x_921; lean_object* x_922; lean_object* x_923; +x_918 = lean_array_get_size(x_23); +x_919 = l_Array_toSubarray___rarg(x_23, x_27, x_918); +x_920 = l_Array_ofSubarray___rarg(x_919); +x_921 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_921, 0, x_878); +lean_ctor_set(x_921, 1, x_920); +x_922 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_931 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_929, x_930, x_6, x_7, x_8, x_9, x_885); -if (lean_obj_tag(x_931) == 0) -{ -lean_object* x_932; lean_object* x_933; lean_object* x_934; lean_object* x_935; -x_932 = lean_ctor_get(x_931, 0); -lean_inc(x_932); -x_933 = lean_ctor_get(x_931, 1); -lean_inc(x_933); -lean_dec(x_931); -x_934 = lean_ctor_get(x_932, 0); -lean_inc(x_934); -x_935 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_934, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_933); -if (lean_obj_tag(x_935) == 0) -{ -lean_object* x_936; lean_object* x_937; lean_object* x_938; -x_936 = lean_ctor_get(x_935, 1); -lean_inc(x_936); -lean_dec(x_935); -x_937 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_937, 0, x_932); -lean_ctor_set(x_937, 1, x_2); +x_923 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_921, x_922, x_6, x_7, x_8, x_9, x_877); +if (lean_obj_tag(x_923) == 0) +{ +lean_object* x_924; lean_object* x_925; lean_object* x_926; lean_object* x_927; +x_924 = lean_ctor_get(x_923, 0); +lean_inc(x_924); +x_925 = lean_ctor_get(x_923, 1); +lean_inc(x_925); +lean_dec(x_923); +x_926 = lean_ctor_get(x_924, 0); +lean_inc(x_926); +x_927 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_926, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_925); +if (lean_obj_tag(x_927) == 0) +{ +lean_object* x_928; lean_object* x_929; lean_object* x_930; +x_928 = lean_ctor_get(x_927, 1); +lean_inc(x_928); +lean_dec(x_927); +x_929 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_929, 0, x_924); +lean_ctor_set(x_929, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_938 = l_Lean_Compiler_LCNF_Simp_simp(x_937, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_936); -if (lean_obj_tag(x_938) == 0) +x_930 = l_Lean_Compiler_LCNF_Simp_simp(x_929, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_928); +if (lean_obj_tag(x_930) == 0) { -lean_object* x_939; lean_object* x_940; -x_939 = lean_ctor_get(x_938, 0); -lean_inc(x_939); -x_940 = lean_ctor_get(x_938, 1); -lean_inc(x_940); -lean_dec(x_938); -x_888 = x_939; -x_889 = x_940; -goto block_912; +lean_object* x_931; lean_object* x_932; +x_931 = lean_ctor_get(x_930, 0); +lean_inc(x_931); +x_932 = lean_ctor_get(x_930, 1); +lean_inc(x_932); +lean_dec(x_930); +x_880 = x_931; +x_881 = x_932; +goto block_904; } else { -lean_object* x_941; lean_object* x_942; lean_object* x_943; lean_object* x_944; -lean_dec(x_884); -lean_dec(x_872); +lean_object* x_933; lean_object* x_934; lean_object* x_935; lean_object* x_936; +lean_dec(x_876); +lean_dec(x_864); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_941 = lean_ctor_get(x_938, 0); -lean_inc(x_941); -x_942 = lean_ctor_get(x_938, 1); -lean_inc(x_942); -if (lean_is_exclusive(x_938)) { - lean_ctor_release(x_938, 0); - lean_ctor_release(x_938, 1); - x_943 = x_938; +x_933 = lean_ctor_get(x_930, 0); +lean_inc(x_933); +x_934 = lean_ctor_get(x_930, 1); +lean_inc(x_934); +if (lean_is_exclusive(x_930)) { + lean_ctor_release(x_930, 0); + lean_ctor_release(x_930, 1); + x_935 = x_930; } else { - lean_dec_ref(x_938); - x_943 = lean_box(0); + lean_dec_ref(x_930); + x_935 = lean_box(0); } -if (lean_is_scalar(x_943)) { - x_944 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_935)) { + x_936 = lean_alloc_ctor(1, 2, 0); } else { - x_944 = x_943; + x_936 = x_935; } -lean_ctor_set(x_944, 0, x_941); -lean_ctor_set(x_944, 1, x_942); -return x_944; +lean_ctor_set(x_936, 0, x_933); +lean_ctor_set(x_936, 1, x_934); +return x_936; } } else { -lean_object* x_945; lean_object* x_946; lean_object* x_947; lean_object* x_948; -lean_dec(x_932); -lean_dec(x_884); -lean_dec(x_872); -lean_dec(x_865); +lean_object* x_937; lean_object* x_938; lean_object* x_939; lean_object* x_940; +lean_dec(x_924); +lean_dec(x_876); +lean_dec(x_864); +lean_dec(x_857); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -6909,34 +6812,34 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_945 = lean_ctor_get(x_935, 0); -lean_inc(x_945); -x_946 = lean_ctor_get(x_935, 1); -lean_inc(x_946); -if (lean_is_exclusive(x_935)) { - lean_ctor_release(x_935, 0); - lean_ctor_release(x_935, 1); - x_947 = x_935; +x_937 = lean_ctor_get(x_927, 0); +lean_inc(x_937); +x_938 = lean_ctor_get(x_927, 1); +lean_inc(x_938); +if (lean_is_exclusive(x_927)) { + lean_ctor_release(x_927, 0); + lean_ctor_release(x_927, 1); + x_939 = x_927; } else { - lean_dec_ref(x_935); - x_947 = lean_box(0); + lean_dec_ref(x_927); + x_939 = lean_box(0); } -if (lean_is_scalar(x_947)) { - x_948 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_939)) { + x_940 = lean_alloc_ctor(1, 2, 0); } else { - x_948 = x_947; + x_940 = x_939; } -lean_ctor_set(x_948, 0, x_945); -lean_ctor_set(x_948, 1, x_946); -return x_948; +lean_ctor_set(x_940, 0, x_937); +lean_ctor_set(x_940, 1, x_938); +return x_940; } } else { -lean_object* x_949; lean_object* x_950; lean_object* x_951; lean_object* x_952; -lean_dec(x_884); -lean_dec(x_872); -lean_dec(x_865); +lean_object* x_941; lean_object* x_942; lean_object* x_943; lean_object* x_944; +lean_dec(x_876); +lean_dec(x_864); +lean_dec(x_857); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -6946,217 +6849,217 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_949 = lean_ctor_get(x_931, 0); -lean_inc(x_949); -x_950 = lean_ctor_get(x_931, 1); -lean_inc(x_950); -if (lean_is_exclusive(x_931)) { - lean_ctor_release(x_931, 0); - lean_ctor_release(x_931, 1); - x_951 = x_931; +x_941 = lean_ctor_get(x_923, 0); +lean_inc(x_941); +x_942 = lean_ctor_get(x_923, 1); +lean_inc(x_942); +if (lean_is_exclusive(x_923)) { + lean_ctor_release(x_923, 0); + lean_ctor_release(x_923, 1); + x_943 = x_923; } else { - lean_dec_ref(x_931); - x_951 = lean_box(0); + lean_dec_ref(x_923); + x_943 = lean_box(0); } -if (lean_is_scalar(x_951)) { - x_952 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_943)) { + x_944 = lean_alloc_ctor(1, 2, 0); } else { - x_952 = x_951; + x_944 = x_943; } -lean_ctor_set(x_952, 0, x_949); -lean_ctor_set(x_952, 1, x_950); -return x_952; +lean_ctor_set(x_944, 0, x_941); +lean_ctor_set(x_944, 1, x_942); +return x_944; } } -block_912: +block_904: { -lean_object* x_890; lean_object* x_891; lean_object* x_892; lean_object* x_893; -x_890 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_891 = lean_array_push(x_890, x_884); -x_892 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; +lean_object* x_882; lean_object* x_883; lean_object* x_884; lean_object* x_885; +x_882 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_883 = lean_array_push(x_882, x_876); +x_884 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_893 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_891, x_888, x_892, x_6, x_7, x_8, x_9, x_889); -if (lean_obj_tag(x_893) == 0) -{ -lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; -x_894 = lean_ctor_get(x_893, 0); -lean_inc(x_894); -x_895 = lean_ctor_get(x_893, 1); -lean_inc(x_895); -lean_dec(x_893); -lean_inc(x_894); -x_896 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); -lean_closure_set(x_896, 0, x_894); -lean_closure_set(x_896, 1, x_890); -x_897 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_872, x_896, x_6, x_7, x_8, x_9, x_895); -if (lean_obj_tag(x_897) == 0) -{ -lean_object* x_898; lean_object* x_899; lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; -x_898 = lean_ctor_get(x_897, 0); -lean_inc(x_898); -x_899 = lean_ctor_get(x_897, 1); -lean_inc(x_899); -if (lean_is_exclusive(x_897)) { - lean_ctor_release(x_897, 0); - lean_ctor_release(x_897, 1); - x_900 = x_897; +x_885 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_883, x_880, x_884, x_6, x_7, x_8, x_9, x_881); +if (lean_obj_tag(x_885) == 0) +{ +lean_object* x_886; lean_object* x_887; lean_object* x_888; lean_object* x_889; +x_886 = lean_ctor_get(x_885, 0); +lean_inc(x_886); +x_887 = lean_ctor_get(x_885, 1); +lean_inc(x_887); +lean_dec(x_885); +lean_inc(x_886); +x_888 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); +lean_closure_set(x_888, 0, x_886); +lean_closure_set(x_888, 1, x_882); +x_889 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_864, x_888, x_6, x_7, x_8, x_9, x_887); +if (lean_obj_tag(x_889) == 0) +{ +lean_object* x_890; lean_object* x_891; lean_object* x_892; lean_object* x_893; lean_object* x_894; lean_object* x_895; +x_890 = lean_ctor_get(x_889, 0); +lean_inc(x_890); +x_891 = lean_ctor_get(x_889, 1); +lean_inc(x_891); +if (lean_is_exclusive(x_889)) { + lean_ctor_release(x_889, 0); + lean_ctor_release(x_889, 1); + x_892 = x_889; } else { - lean_dec_ref(x_897); - x_900 = lean_box(0); + lean_dec_ref(x_889); + x_892 = lean_box(0); } -x_901 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_901, 0, x_894); -lean_ctor_set(x_901, 1, x_898); +x_893 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_893, 0, x_886); +lean_ctor_set(x_893, 1, x_890); if (lean_is_scalar(x_22)) { - x_902 = lean_alloc_ctor(1, 1, 0); + x_894 = lean_alloc_ctor(1, 1, 0); } else { - x_902 = x_22; + x_894 = x_22; } -lean_ctor_set(x_902, 0, x_901); -if (lean_is_scalar(x_900)) { - x_903 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_894, 0, x_893); +if (lean_is_scalar(x_892)) { + x_895 = lean_alloc_ctor(0, 2, 0); } else { - x_903 = x_900; + x_895 = x_892; } -lean_ctor_set(x_903, 0, x_902); -lean_ctor_set(x_903, 1, x_899); -return x_903; +lean_ctor_set(x_895, 0, x_894); +lean_ctor_set(x_895, 1, x_891); +return x_895; } else { -lean_object* x_904; lean_object* x_905; lean_object* x_906; lean_object* x_907; -lean_dec(x_894); +lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; +lean_dec(x_886); lean_dec(x_22); -x_904 = lean_ctor_get(x_897, 0); -lean_inc(x_904); -x_905 = lean_ctor_get(x_897, 1); -lean_inc(x_905); -if (lean_is_exclusive(x_897)) { - lean_ctor_release(x_897, 0); - lean_ctor_release(x_897, 1); - x_906 = x_897; +x_896 = lean_ctor_get(x_889, 0); +lean_inc(x_896); +x_897 = lean_ctor_get(x_889, 1); +lean_inc(x_897); +if (lean_is_exclusive(x_889)) { + lean_ctor_release(x_889, 0); + lean_ctor_release(x_889, 1); + x_898 = x_889; } else { - lean_dec_ref(x_897); - x_906 = lean_box(0); + lean_dec_ref(x_889); + x_898 = lean_box(0); } -if (lean_is_scalar(x_906)) { - x_907 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_898)) { + x_899 = lean_alloc_ctor(1, 2, 0); } else { - x_907 = x_906; + x_899 = x_898; } -lean_ctor_set(x_907, 0, x_904); -lean_ctor_set(x_907, 1, x_905); -return x_907; +lean_ctor_set(x_899, 0, x_896); +lean_ctor_set(x_899, 1, x_897); +return x_899; } } else { -lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; -lean_dec(x_872); +lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; +lean_dec(x_864); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_908 = lean_ctor_get(x_893, 0); -lean_inc(x_908); -x_909 = lean_ctor_get(x_893, 1); -lean_inc(x_909); -if (lean_is_exclusive(x_893)) { - lean_ctor_release(x_893, 0); - lean_ctor_release(x_893, 1); - x_910 = x_893; +x_900 = lean_ctor_get(x_885, 0); +lean_inc(x_900); +x_901 = lean_ctor_get(x_885, 1); +lean_inc(x_901); +if (lean_is_exclusive(x_885)) { + lean_ctor_release(x_885, 0); + lean_ctor_release(x_885, 1); + x_902 = x_885; } else { - lean_dec_ref(x_893); - x_910 = lean_box(0); + lean_dec_ref(x_885); + x_902 = lean_box(0); } -if (lean_is_scalar(x_910)) { - x_911 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_902)) { + x_903 = lean_alloc_ctor(1, 2, 0); } else { - x_911 = x_910; + x_903 = x_902; } -lean_ctor_set(x_911, 0, x_908); -lean_ctor_set(x_911, 1, x_909); -return x_911; +lean_ctor_set(x_903, 0, x_900); +lean_ctor_set(x_903, 1, x_901); +return x_903; } } } else { -lean_object* x_953; lean_object* x_954; lean_object* x_955; -lean_dec(x_879); -x_953 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; -x_954 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +lean_object* x_945; lean_object* x_946; lean_object* x_947; +lean_dec(x_871); +x_945 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; +x_946 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_955 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_953, x_872, x_954, x_6, x_7, x_8, x_9, x_880); -if (lean_obj_tag(x_955) == 0) -{ -lean_object* x_956; lean_object* x_957; lean_object* x_958; -x_956 = lean_ctor_get(x_955, 0); -lean_inc(x_956); -x_957 = lean_ctor_get(x_955, 1); -lean_inc(x_957); -lean_dec(x_955); +x_947 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_945, x_864, x_946, x_6, x_7, x_8, x_9, x_872); +if (lean_obj_tag(x_947) == 0) +{ +lean_object* x_948; lean_object* x_949; lean_object* x_950; +x_948 = lean_ctor_get(x_947, 0); +lean_inc(x_948); +x_949 = lean_ctor_get(x_947, 1); +lean_inc(x_949); +lean_dec(x_947); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_958 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_956, x_6, x_7, x_8, x_9, x_957); -if (lean_obj_tag(x_958) == 0) -{ -lean_object* x_959; lean_object* x_960; lean_object* x_961; uint8_t x_962; lean_object* x_963; lean_object* x_964; -x_959 = lean_ctor_get(x_958, 0); -lean_inc(x_959); -x_960 = lean_ctor_get(x_958, 1); -lean_inc(x_960); -lean_dec(x_958); -x_961 = lean_ctor_get(x_959, 0); -lean_inc(x_961); -x_962 = lean_nat_dec_lt(x_27, x_24); +x_950 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_948, x_6, x_7, x_8, x_9, x_949); +if (lean_obj_tag(x_950) == 0) +{ +lean_object* x_951; lean_object* x_952; lean_object* x_953; uint8_t x_954; lean_object* x_955; lean_object* x_956; +x_951 = lean_ctor_get(x_950, 0); +lean_inc(x_951); +x_952 = lean_ctor_get(x_950, 1); +lean_inc(x_952); +lean_dec(x_950); +x_953 = lean_ctor_get(x_951, 0); +lean_inc(x_953); +x_954 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_962 == 0) +if (x_954 == 0) { -lean_object* x_975; +lean_object* x_967; lean_dec(x_27); lean_dec(x_23); -x_975 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_961, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_960); -if (lean_obj_tag(x_975) == 0) +x_967 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_953, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_952); +if (lean_obj_tag(x_967) == 0) { -lean_object* x_976; lean_object* x_977; -x_976 = lean_ctor_get(x_975, 1); -lean_inc(x_976); -lean_dec(x_975); +lean_object* x_968; lean_object* x_969; +x_968 = lean_ctor_get(x_967, 1); +lean_inc(x_968); +lean_dec(x_967); 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_865); -x_977 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_976); -if (lean_obj_tag(x_977) == 0) +lean_inc(x_857); +x_969 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_968); +if (lean_obj_tag(x_969) == 0) { -lean_object* x_978; lean_object* x_979; -x_978 = lean_ctor_get(x_977, 0); -lean_inc(x_978); -x_979 = lean_ctor_get(x_977, 1); -lean_inc(x_979); -lean_dec(x_977); -x_963 = x_978; -x_964 = x_979; -goto block_974; +lean_object* x_970; lean_object* x_971; +x_970 = lean_ctor_get(x_969, 0); +lean_inc(x_970); +x_971 = lean_ctor_get(x_969, 1); +lean_inc(x_971); +lean_dec(x_969); +x_955 = x_970; +x_956 = x_971; +goto block_966; } else { -lean_object* x_980; lean_object* x_981; lean_object* x_982; lean_object* x_983; -lean_dec(x_959); -lean_dec(x_865); +lean_object* x_972; lean_object* x_973; lean_object* x_974; lean_object* x_975; +lean_dec(x_951); +lean_dec(x_857); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -7164,33 +7067,33 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_980 = lean_ctor_get(x_977, 0); -lean_inc(x_980); -x_981 = lean_ctor_get(x_977, 1); -lean_inc(x_981); -if (lean_is_exclusive(x_977)) { - lean_ctor_release(x_977, 0); - lean_ctor_release(x_977, 1); - x_982 = x_977; +x_972 = lean_ctor_get(x_969, 0); +lean_inc(x_972); +x_973 = lean_ctor_get(x_969, 1); +lean_inc(x_973); +if (lean_is_exclusive(x_969)) { + lean_ctor_release(x_969, 0); + lean_ctor_release(x_969, 1); + x_974 = x_969; } else { - lean_dec_ref(x_977); - x_982 = lean_box(0); + lean_dec_ref(x_969); + x_974 = lean_box(0); } -if (lean_is_scalar(x_982)) { - x_983 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_974)) { + x_975 = lean_alloc_ctor(1, 2, 0); } else { - x_983 = x_982; + x_975 = x_974; } -lean_ctor_set(x_983, 0, x_980); -lean_ctor_set(x_983, 1, x_981); -return x_983; +lean_ctor_set(x_975, 0, x_972); +lean_ctor_set(x_975, 1, x_973); +return x_975; } } else { -lean_object* x_984; lean_object* x_985; lean_object* x_986; lean_object* x_987; -lean_dec(x_959); -lean_dec(x_865); +lean_object* x_976; lean_object* x_977; lean_object* x_978; lean_object* x_979; +lean_dec(x_951); +lean_dec(x_857); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -7199,88 +7102,88 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_984 = lean_ctor_get(x_975, 0); -lean_inc(x_984); -x_985 = lean_ctor_get(x_975, 1); -lean_inc(x_985); -if (lean_is_exclusive(x_975)) { - lean_ctor_release(x_975, 0); - lean_ctor_release(x_975, 1); - x_986 = x_975; +x_976 = lean_ctor_get(x_967, 0); +lean_inc(x_976); +x_977 = lean_ctor_get(x_967, 1); +lean_inc(x_977); +if (lean_is_exclusive(x_967)) { + lean_ctor_release(x_967, 0); + lean_ctor_release(x_967, 1); + x_978 = x_967; } else { - lean_dec_ref(x_975); - x_986 = lean_box(0); + lean_dec_ref(x_967); + x_978 = lean_box(0); } -if (lean_is_scalar(x_986)) { - x_987 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_978)) { + x_979 = lean_alloc_ctor(1, 2, 0); } else { - x_987 = x_986; + x_979 = x_978; } -lean_ctor_set(x_987, 0, x_984); -lean_ctor_set(x_987, 1, x_985); -return x_987; +lean_ctor_set(x_979, 0, x_976); +lean_ctor_set(x_979, 1, x_977); +return x_979; } } else { -lean_object* x_988; lean_object* x_989; lean_object* x_990; lean_object* x_991; lean_object* x_992; lean_object* x_993; -x_988 = lean_array_get_size(x_23); -x_989 = l_Array_toSubarray___rarg(x_23, x_27, x_988); -x_990 = l_Array_ofSubarray___rarg(x_989); -x_991 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_991, 0, x_961); -lean_ctor_set(x_991, 1, x_990); -x_992 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_object* x_980; lean_object* x_981; lean_object* x_982; lean_object* x_983; lean_object* x_984; lean_object* x_985; +x_980 = lean_array_get_size(x_23); +x_981 = l_Array_toSubarray___rarg(x_23, x_27, x_980); +x_982 = l_Array_ofSubarray___rarg(x_981); +x_983 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_983, 0, x_953); +lean_ctor_set(x_983, 1, x_982); +x_984 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_993 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_991, x_992, x_6, x_7, x_8, x_9, x_960); -if (lean_obj_tag(x_993) == 0) -{ -lean_object* x_994; lean_object* x_995; lean_object* x_996; lean_object* x_997; -x_994 = lean_ctor_get(x_993, 0); -lean_inc(x_994); -x_995 = lean_ctor_get(x_993, 1); -lean_inc(x_995); -lean_dec(x_993); -x_996 = lean_ctor_get(x_994, 0); -lean_inc(x_996); -x_997 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_996, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_995); -if (lean_obj_tag(x_997) == 0) -{ -lean_object* x_998; lean_object* x_999; lean_object* x_1000; -x_998 = lean_ctor_get(x_997, 1); -lean_inc(x_998); -lean_dec(x_997); -x_999 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_999, 0, x_994); -lean_ctor_set(x_999, 1, x_2); +x_985 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_983, x_984, x_6, x_7, x_8, x_9, x_952); +if (lean_obj_tag(x_985) == 0) +{ +lean_object* x_986; lean_object* x_987; lean_object* x_988; lean_object* x_989; +x_986 = lean_ctor_get(x_985, 0); +lean_inc(x_986); +x_987 = lean_ctor_get(x_985, 1); +lean_inc(x_987); +lean_dec(x_985); +x_988 = lean_ctor_get(x_986, 0); +lean_inc(x_988); +x_989 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_988, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_987); +if (lean_obj_tag(x_989) == 0) +{ +lean_object* x_990; lean_object* x_991; lean_object* x_992; +x_990 = lean_ctor_get(x_989, 1); +lean_inc(x_990); +lean_dec(x_989); +x_991 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_991, 0, x_986); +lean_ctor_set(x_991, 1, x_2); 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_865); -x_1000 = l_Lean_Compiler_LCNF_Simp_simp(x_999, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_998); -if (lean_obj_tag(x_1000) == 0) +lean_inc(x_857); +x_992 = l_Lean_Compiler_LCNF_Simp_simp(x_991, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_990); +if (lean_obj_tag(x_992) == 0) { -lean_object* x_1001; lean_object* x_1002; -x_1001 = lean_ctor_get(x_1000, 0); -lean_inc(x_1001); -x_1002 = lean_ctor_get(x_1000, 1); -lean_inc(x_1002); -lean_dec(x_1000); -x_963 = x_1001; -x_964 = x_1002; -goto block_974; +lean_object* x_993; lean_object* x_994; +x_993 = lean_ctor_get(x_992, 0); +lean_inc(x_993); +x_994 = lean_ctor_get(x_992, 1); +lean_inc(x_994); +lean_dec(x_992); +x_955 = x_993; +x_956 = x_994; +goto block_966; } else { -lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; -lean_dec(x_959); -lean_dec(x_865); +lean_object* x_995; lean_object* x_996; lean_object* x_997; lean_object* x_998; +lean_dec(x_951); +lean_dec(x_857); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -7288,34 +7191,34 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_1003 = lean_ctor_get(x_1000, 0); -lean_inc(x_1003); -x_1004 = lean_ctor_get(x_1000, 1); -lean_inc(x_1004); -if (lean_is_exclusive(x_1000)) { - lean_ctor_release(x_1000, 0); - lean_ctor_release(x_1000, 1); - x_1005 = x_1000; +x_995 = lean_ctor_get(x_992, 0); +lean_inc(x_995); +x_996 = lean_ctor_get(x_992, 1); +lean_inc(x_996); +if (lean_is_exclusive(x_992)) { + lean_ctor_release(x_992, 0); + lean_ctor_release(x_992, 1); + x_997 = x_992; } else { - lean_dec_ref(x_1000); - x_1005 = lean_box(0); + lean_dec_ref(x_992); + x_997 = lean_box(0); } -if (lean_is_scalar(x_1005)) { - x_1006 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_997)) { + x_998 = lean_alloc_ctor(1, 2, 0); } else { - x_1006 = x_1005; + x_998 = x_997; } -lean_ctor_set(x_1006, 0, x_1003); -lean_ctor_set(x_1006, 1, x_1004); -return x_1006; +lean_ctor_set(x_998, 0, x_995); +lean_ctor_set(x_998, 1, x_996); +return x_998; } } else { -lean_object* x_1007; lean_object* x_1008; lean_object* x_1009; lean_object* x_1010; -lean_dec(x_994); -lean_dec(x_959); -lean_dec(x_865); +lean_object* x_999; lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; +lean_dec(x_986); +lean_dec(x_951); +lean_dec(x_857); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -7324,33 +7227,33 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1007 = lean_ctor_get(x_997, 0); -lean_inc(x_1007); -x_1008 = lean_ctor_get(x_997, 1); -lean_inc(x_1008); -if (lean_is_exclusive(x_997)) { - lean_ctor_release(x_997, 0); - lean_ctor_release(x_997, 1); - x_1009 = x_997; +x_999 = lean_ctor_get(x_989, 0); +lean_inc(x_999); +x_1000 = lean_ctor_get(x_989, 1); +lean_inc(x_1000); +if (lean_is_exclusive(x_989)) { + lean_ctor_release(x_989, 0); + lean_ctor_release(x_989, 1); + x_1001 = x_989; } else { - lean_dec_ref(x_997); - x_1009 = lean_box(0); + lean_dec_ref(x_989); + x_1001 = lean_box(0); } -if (lean_is_scalar(x_1009)) { - x_1010 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1001)) { + x_1002 = lean_alloc_ctor(1, 2, 0); } else { - x_1010 = x_1009; + x_1002 = x_1001; } -lean_ctor_set(x_1010, 0, x_1007); -lean_ctor_set(x_1010, 1, x_1008); -return x_1010; +lean_ctor_set(x_1002, 0, x_999); +lean_ctor_set(x_1002, 1, x_1000); +return x_1002; } } else { -lean_object* x_1011; lean_object* x_1012; lean_object* x_1013; lean_object* x_1014; -lean_dec(x_959); -lean_dec(x_865); +lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; +lean_dec(x_951); +lean_dec(x_857); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -7360,69 +7263,69 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1011 = lean_ctor_get(x_993, 0); -lean_inc(x_1011); -x_1012 = lean_ctor_get(x_993, 1); -lean_inc(x_1012); -if (lean_is_exclusive(x_993)) { - lean_ctor_release(x_993, 0); - lean_ctor_release(x_993, 1); - x_1013 = x_993; +x_1003 = lean_ctor_get(x_985, 0); +lean_inc(x_1003); +x_1004 = lean_ctor_get(x_985, 1); +lean_inc(x_1004); +if (lean_is_exclusive(x_985)) { + lean_ctor_release(x_985, 0); + lean_ctor_release(x_985, 1); + x_1005 = x_985; } else { - lean_dec_ref(x_993); - x_1013 = lean_box(0); + lean_dec_ref(x_985); + x_1005 = lean_box(0); } -if (lean_is_scalar(x_1013)) { - x_1014 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1005)) { + x_1006 = lean_alloc_ctor(1, 2, 0); } else { - x_1014 = x_1013; + x_1006 = x_1005; } -lean_ctor_set(x_1014, 0, x_1011); -lean_ctor_set(x_1014, 1, x_1012); -return x_1014; +lean_ctor_set(x_1006, 0, x_1003); +lean_ctor_set(x_1006, 1, x_1004); +return x_1006; } } -block_974: +block_966: { -lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; lean_object* x_970; lean_object* x_971; lean_object* x_972; lean_object* x_973; -x_965 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_965, 0, x_959); -x_966 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_967 = lean_array_push(x_966, x_965); -x_968 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_967, x_963, x_865, x_4, x_5, x_6, x_7, x_8, x_9, x_964); -lean_dec(x_967); -x_969 = lean_ctor_get(x_968, 0); -lean_inc(x_969); -x_970 = lean_ctor_get(x_968, 1); -lean_inc(x_970); -if (lean_is_exclusive(x_968)) { - lean_ctor_release(x_968, 0); - lean_ctor_release(x_968, 1); - x_971 = x_968; +lean_object* x_957; lean_object* x_958; lean_object* x_959; lean_object* x_960; lean_object* x_961; lean_object* x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; +x_957 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_957, 0, x_951); +x_958 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_959 = lean_array_push(x_958, x_957); +x_960 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_959, x_955, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_956); +lean_dec(x_959); +x_961 = lean_ctor_get(x_960, 0); +lean_inc(x_961); +x_962 = lean_ctor_get(x_960, 1); +lean_inc(x_962); +if (lean_is_exclusive(x_960)) { + lean_ctor_release(x_960, 0); + lean_ctor_release(x_960, 1); + x_963 = x_960; } else { - lean_dec_ref(x_968); - x_971 = lean_box(0); + lean_dec_ref(x_960); + x_963 = lean_box(0); } if (lean_is_scalar(x_22)) { - x_972 = lean_alloc_ctor(1, 1, 0); + x_964 = lean_alloc_ctor(1, 1, 0); } else { - x_972 = x_22; + x_964 = x_22; } -lean_ctor_set(x_972, 0, x_969); -if (lean_is_scalar(x_971)) { - x_973 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_964, 0, x_961); +if (lean_is_scalar(x_963)) { + x_965 = lean_alloc_ctor(0, 2, 0); } else { - x_973 = x_971; + x_965 = x_963; } -lean_ctor_set(x_973, 0, x_972); -lean_ctor_set(x_973, 1, x_970); -return x_973; +lean_ctor_set(x_965, 0, x_964); +lean_ctor_set(x_965, 1, x_962); +return x_965; } } else { -lean_object* x_1015; lean_object* x_1016; lean_object* x_1017; lean_object* x_1018; -lean_dec(x_865); +lean_object* x_1007; lean_object* x_1008; lean_object* x_1009; lean_object* x_1010; +lean_dec(x_857); lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -7435,32 +7338,32 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1015 = lean_ctor_get(x_958, 0); -lean_inc(x_1015); -x_1016 = lean_ctor_get(x_958, 1); -lean_inc(x_1016); -if (lean_is_exclusive(x_958)) { - lean_ctor_release(x_958, 0); - lean_ctor_release(x_958, 1); - x_1017 = x_958; +x_1007 = lean_ctor_get(x_950, 0); +lean_inc(x_1007); +x_1008 = lean_ctor_get(x_950, 1); +lean_inc(x_1008); +if (lean_is_exclusive(x_950)) { + lean_ctor_release(x_950, 0); + lean_ctor_release(x_950, 1); + x_1009 = x_950; } else { - lean_dec_ref(x_958); - x_1017 = lean_box(0); + lean_dec_ref(x_950); + x_1009 = lean_box(0); } -if (lean_is_scalar(x_1017)) { - x_1018 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1009)) { + x_1010 = lean_alloc_ctor(1, 2, 0); } else { - x_1018 = x_1017; + x_1010 = x_1009; } -lean_ctor_set(x_1018, 0, x_1015); -lean_ctor_set(x_1018, 1, x_1016); -return x_1018; +lean_ctor_set(x_1010, 0, x_1007); +lean_ctor_set(x_1010, 1, x_1008); +return x_1010; } } else { -lean_object* x_1019; lean_object* x_1020; lean_object* x_1021; lean_object* x_1022; -lean_dec(x_865); +lean_object* x_1011; lean_object* x_1012; lean_object* x_1013; lean_object* x_1014; +lean_dec(x_857); lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -7473,109 +7376,109 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1019 = lean_ctor_get(x_955, 0); -lean_inc(x_1019); -x_1020 = lean_ctor_get(x_955, 1); -lean_inc(x_1020); -if (lean_is_exclusive(x_955)) { - lean_ctor_release(x_955, 0); - lean_ctor_release(x_955, 1); - x_1021 = x_955; +x_1011 = lean_ctor_get(x_947, 0); +lean_inc(x_1011); +x_1012 = lean_ctor_get(x_947, 1); +lean_inc(x_1012); +if (lean_is_exclusive(x_947)) { + lean_ctor_release(x_947, 0); + lean_ctor_release(x_947, 1); + x_1013 = x_947; } else { - lean_dec_ref(x_955); - x_1021 = lean_box(0); + lean_dec_ref(x_947); + x_1013 = lean_box(0); } -if (lean_is_scalar(x_1021)) { - x_1022 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1013)) { + x_1014 = lean_alloc_ctor(1, 2, 0); } else { - x_1022 = x_1021; + x_1014 = x_1013; } -lean_ctor_set(x_1022, 0, x_1019); -lean_ctor_set(x_1022, 1, x_1020); -return x_1022; +lean_ctor_set(x_1014, 0, x_1011); +lean_ctor_set(x_1014, 1, x_1012); +return x_1014; } } } else { -lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; +lean_object* x_1015; lean_object* x_1016; lean_object* x_1017; lean_object* x_1018; lean_dec(x_33); lean_dec(x_21); -x_1023 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_873); -x_1024 = lean_ctor_get(x_1023, 1); -lean_inc(x_1024); -lean_dec(x_1023); -x_1025 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); -lean_closure_set(x_1025, 0, x_865); -lean_closure_set(x_1025, 1, x_4); -lean_closure_set(x_1025, 2, x_5); -lean_closure_set(x_1025, 3, x_27); -lean_closure_set(x_1025, 4, x_24); -lean_closure_set(x_1025, 5, x_26); -lean_closure_set(x_1025, 6, x_2); -lean_closure_set(x_1025, 7, x_23); -x_1026 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_872, x_1025, x_6, x_7, x_8, x_9, x_1024); -if (lean_obj_tag(x_1026) == 0) -{ -lean_object* x_1027; lean_object* x_1028; lean_object* x_1029; lean_object* x_1030; lean_object* x_1031; -x_1027 = lean_ctor_get(x_1026, 0); -lean_inc(x_1027); -x_1028 = lean_ctor_get(x_1026, 1); -lean_inc(x_1028); -if (lean_is_exclusive(x_1026)) { - lean_ctor_release(x_1026, 0); - lean_ctor_release(x_1026, 1); - x_1029 = x_1026; +x_1015 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_865); +x_1016 = lean_ctor_get(x_1015, 1); +lean_inc(x_1016); +lean_dec(x_1015); +x_1017 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); +lean_closure_set(x_1017, 0, x_857); +lean_closure_set(x_1017, 1, x_4); +lean_closure_set(x_1017, 2, x_5); +lean_closure_set(x_1017, 3, x_27); +lean_closure_set(x_1017, 4, x_24); +lean_closure_set(x_1017, 5, x_26); +lean_closure_set(x_1017, 6, x_2); +lean_closure_set(x_1017, 7, x_23); +x_1018 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_864, x_1017, x_6, x_7, x_8, x_9, x_1016); +if (lean_obj_tag(x_1018) == 0) +{ +lean_object* x_1019; lean_object* x_1020; lean_object* x_1021; lean_object* x_1022; lean_object* x_1023; +x_1019 = lean_ctor_get(x_1018, 0); +lean_inc(x_1019); +x_1020 = lean_ctor_get(x_1018, 1); +lean_inc(x_1020); +if (lean_is_exclusive(x_1018)) { + lean_ctor_release(x_1018, 0); + lean_ctor_release(x_1018, 1); + x_1021 = x_1018; } else { - lean_dec_ref(x_1026); - x_1029 = lean_box(0); + lean_dec_ref(x_1018); + x_1021 = lean_box(0); } if (lean_is_scalar(x_22)) { - x_1030 = lean_alloc_ctor(1, 1, 0); + x_1022 = lean_alloc_ctor(1, 1, 0); } else { - x_1030 = x_22; + x_1022 = x_22; } -lean_ctor_set(x_1030, 0, x_1027); -if (lean_is_scalar(x_1029)) { - x_1031 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1022, 0, x_1019); +if (lean_is_scalar(x_1021)) { + x_1023 = lean_alloc_ctor(0, 2, 0); } else { - x_1031 = x_1029; + x_1023 = x_1021; } -lean_ctor_set(x_1031, 0, x_1030); -lean_ctor_set(x_1031, 1, x_1028); -return x_1031; +lean_ctor_set(x_1023, 0, x_1022); +lean_ctor_set(x_1023, 1, x_1020); +return x_1023; } else { -lean_object* x_1032; lean_object* x_1033; lean_object* x_1034; lean_object* x_1035; +lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; lean_object* x_1027; lean_dec(x_22); -x_1032 = lean_ctor_get(x_1026, 0); -lean_inc(x_1032); -x_1033 = lean_ctor_get(x_1026, 1); -lean_inc(x_1033); -if (lean_is_exclusive(x_1026)) { - lean_ctor_release(x_1026, 0); - lean_ctor_release(x_1026, 1); - x_1034 = x_1026; +x_1024 = lean_ctor_get(x_1018, 0); +lean_inc(x_1024); +x_1025 = lean_ctor_get(x_1018, 1); +lean_inc(x_1025); +if (lean_is_exclusive(x_1018)) { + lean_ctor_release(x_1018, 0); + lean_ctor_release(x_1018, 1); + x_1026 = x_1018; } else { - lean_dec_ref(x_1026); - x_1034 = lean_box(0); + lean_dec_ref(x_1018); + x_1026 = lean_box(0); } -if (lean_is_scalar(x_1034)) { - x_1035 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1026)) { + x_1027 = lean_alloc_ctor(1, 2, 0); } else { - x_1035 = x_1034; + x_1027 = x_1026; } -lean_ctor_set(x_1035, 0, x_1032); -lean_ctor_set(x_1035, 1, x_1033); -return x_1035; +lean_ctor_set(x_1027, 0, x_1024); +lean_ctor_set(x_1027, 1, x_1025); +return x_1027; } } } else { -lean_object* x_1036; lean_object* x_1037; lean_object* x_1038; lean_object* x_1039; -lean_dec(x_865); +lean_object* x_1028; lean_object* x_1029; lean_object* x_1030; lean_object* x_1031; +lean_dec(x_857); lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -7590,33 +7493,105 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1036 = lean_ctor_get(x_871, 0); +x_1028 = lean_ctor_get(x_863, 0); +lean_inc(x_1028); +x_1029 = lean_ctor_get(x_863, 1); +lean_inc(x_1029); +if (lean_is_exclusive(x_863)) { + lean_ctor_release(x_863, 0); + lean_ctor_release(x_863, 1); + x_1030 = x_863; +} else { + lean_dec_ref(x_863); + x_1030 = lean_box(0); +} +if (lean_is_scalar(x_1030)) { + x_1031 = lean_alloc_ctor(1, 2, 0); +} else { + x_1031 = x_1030; +} +lean_ctor_set(x_1031, 0, x_1028); +lean_ctor_set(x_1031, 1, x_1029); +return x_1031; +} +} +else +{ +lean_object* x_1032; lean_object* x_1033; lean_object* x_1034; +lean_dec(x_33); +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_2); +x_1032 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_861); +x_1033 = lean_ctor_get(x_1032, 1); +lean_inc(x_1033); +lean_dec(x_1032); +x_1034 = l_Lean_Compiler_LCNF_Simp_simp(x_860, x_857, x_4, x_5, x_6, x_7, x_8, x_9, x_1033); +if (lean_obj_tag(x_1034) == 0) +{ +lean_object* x_1035; lean_object* x_1036; lean_object* x_1037; lean_object* x_1038; lean_object* x_1039; +x_1035 = lean_ctor_get(x_1034, 0); +lean_inc(x_1035); +x_1036 = lean_ctor_get(x_1034, 1); lean_inc(x_1036); -x_1037 = lean_ctor_get(x_871, 1); -lean_inc(x_1037); -if (lean_is_exclusive(x_871)) { - lean_ctor_release(x_871, 0); - lean_ctor_release(x_871, 1); - x_1038 = x_871; +if (lean_is_exclusive(x_1034)) { + lean_ctor_release(x_1034, 0); + lean_ctor_release(x_1034, 1); + x_1037 = x_1034; } else { - lean_dec_ref(x_871); - x_1038 = lean_box(0); + lean_dec_ref(x_1034); + x_1037 = lean_box(0); } -if (lean_is_scalar(x_1038)) { - x_1039 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_22)) { + x_1038 = lean_alloc_ctor(1, 1, 0); +} else { + x_1038 = x_22; +} +lean_ctor_set(x_1038, 0, x_1035); +if (lean_is_scalar(x_1037)) { + x_1039 = lean_alloc_ctor(0, 2, 0); } else { - x_1039 = x_1038; + x_1039 = x_1037; } -lean_ctor_set(x_1039, 0, x_1036); -lean_ctor_set(x_1039, 1, x_1037); +lean_ctor_set(x_1039, 0, x_1038); +lean_ctor_set(x_1039, 1, x_1036); return x_1039; } +else +{ +lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; lean_object* x_1043; +lean_dec(x_22); +x_1040 = lean_ctor_get(x_1034, 0); +lean_inc(x_1040); +x_1041 = lean_ctor_get(x_1034, 1); +lean_inc(x_1041); +if (lean_is_exclusive(x_1034)) { + lean_ctor_release(x_1034, 0); + lean_ctor_release(x_1034, 1); + x_1042 = x_1034; +} else { + lean_dec_ref(x_1034); + x_1042 = lean_box(0); +} +if (lean_is_scalar(x_1042)) { + x_1043 = lean_alloc_ctor(1, 2, 0); +} else { + x_1043 = x_1042; +} +lean_ctor_set(x_1043, 0, x_1040); +lean_ctor_set(x_1043, 1, x_1041); +return x_1043; +} +} } } else { -lean_object* x_1057; lean_object* x_1058; lean_object* x_1059; lean_object* x_1060; -lean_dec(x_865); +lean_object* x_1047; lean_object* x_1048; lean_object* x_1049; lean_object* x_1050; +lean_dec(x_857); lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -7631,33 +7606,33 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1057 = lean_ctor_get(x_867, 0); -lean_inc(x_1057); -x_1058 = lean_ctor_get(x_867, 1); -lean_inc(x_1058); -if (lean_is_exclusive(x_867)) { - lean_ctor_release(x_867, 0); - lean_ctor_release(x_867, 1); - x_1059 = x_867; +x_1047 = lean_ctor_get(x_859, 0); +lean_inc(x_1047); +x_1048 = lean_ctor_get(x_859, 1); +lean_inc(x_1048); +if (lean_is_exclusive(x_859)) { + lean_ctor_release(x_859, 0); + lean_ctor_release(x_859, 1); + x_1049 = x_859; } else { - lean_dec_ref(x_867); - x_1059 = lean_box(0); + lean_dec_ref(x_859); + x_1049 = lean_box(0); } -if (lean_is_scalar(x_1059)) { - x_1060 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1049)) { + x_1050 = lean_alloc_ctor(1, 2, 0); } else { - x_1060 = x_1059; + x_1050 = x_1049; } -lean_ctor_set(x_1060, 0, x_1057); -lean_ctor_set(x_1060, 1, x_1058); -return x_1060; +lean_ctor_set(x_1050, 0, x_1047); +lean_ctor_set(x_1050, 1, x_1048); +return x_1050; } } } else { -uint8_t x_1061; -lean_dec(x_646); +uint8_t x_1051; +lean_dec(x_640); lean_dec(x_33); lean_dec(x_30); lean_dec(x_29); @@ -7675,146 +7650,71 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1061 = !lean_is_exclusive(x_647); -if (x_1061 == 0) +x_1051 = !lean_is_exclusive(x_641); +if (x_1051 == 0) { -return x_647; +return x_641; } else { -lean_object* x_1062; lean_object* x_1063; lean_object* x_1064; -x_1062 = lean_ctor_get(x_647, 0); -x_1063 = lean_ctor_get(x_647, 1); -lean_inc(x_1063); -lean_inc(x_1062); -lean_dec(x_647); -x_1064 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1064, 0, x_1062); -lean_ctor_set(x_1064, 1, x_1063); -return x_1064; +lean_object* x_1052; lean_object* x_1053; lean_object* x_1054; +x_1052 = lean_ctor_get(x_641, 0); +x_1053 = lean_ctor_get(x_641, 1); +lean_inc(x_1053); +lean_inc(x_1052); +lean_dec(x_641); +x_1054 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1054, 0, x_1052); +lean_ctor_set(x_1054, 1, x_1053); +return x_1054; } } } default: { -lean_object* x_1065; uint8_t x_1066; lean_object* x_1067; +lean_object* x_1055; uint8_t x_1056; lean_object* x_1057; if (lean_is_exclusive(x_11)) { lean_ctor_release(x_11, 0); lean_ctor_release(x_11, 1); - x_1065 = x_11; + x_1055 = x_11; } else { lean_dec_ref(x_11); - x_1065 = lean_box(0); + x_1055 = lean_box(0); } -x_1066 = 0; +x_1056 = 0; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_1067 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_1066, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +x_1057 = l_Lean_Compiler_LCNF_Simp_betaReduce(x_29, x_30, x_33, x_1056, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); lean_dec(x_29); -if (lean_obj_tag(x_1067) == 0) -{ -lean_object* x_1068; lean_object* x_1069; lean_object* x_1070; uint8_t x_1248; -x_1068 = lean_ctor_get(x_1067, 0); -lean_inc(x_1068); -x_1069 = lean_ctor_get(x_1067, 1); -lean_inc(x_1069); -lean_dec(x_1067); -x_1248 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); -if (x_1248 == 0) -{ -lean_object* x_1249; -x_1249 = lean_box(0); -x_1070 = x_1249; -goto block_1247; -} -else +if (lean_obj_tag(x_1057) == 0) { -uint8_t x_1250; -x_1250 = lean_nat_dec_eq(x_24, x_27); -if (x_1250 == 0) -{ -lean_object* x_1251; -x_1251 = lean_box(0); -x_1070 = x_1251; -goto block_1247; -} -else +lean_object* x_1058; lean_object* x_1059; uint8_t x_1060; uint8_t x_1252; +x_1058 = lean_ctor_get(x_1057, 0); +lean_inc(x_1058); +x_1059 = lean_ctor_get(x_1057, 1); +lean_inc(x_1059); +lean_dec(x_1057); +x_1252 = l_Lean_Compiler_LCNF_Code_isReturnOf(x_2, x_26); +if (x_1252 == 0) { -lean_object* x_1252; lean_object* x_1253; lean_object* x_1254; -lean_dec(x_1065); -lean_dec(x_33); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_2); -x_1252 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1069); -x_1253 = lean_ctor_get(x_1252, 1); -lean_inc(x_1253); -lean_dec(x_1252); -x_1254 = l_Lean_Compiler_LCNF_Simp_simp(x_1068, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1253); -if (lean_obj_tag(x_1254) == 0) -{ -uint8_t x_1255; -x_1255 = !lean_is_exclusive(x_1254); -if (x_1255 == 0) -{ -lean_object* x_1256; lean_object* x_1257; -x_1256 = lean_ctor_get(x_1254, 0); -x_1257 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_1257, 0, x_1256); -lean_ctor_set(x_1254, 0, x_1257); -return x_1254; -} -else -{ -lean_object* x_1258; lean_object* x_1259; lean_object* x_1260; lean_object* x_1261; -x_1258 = lean_ctor_get(x_1254, 0); -x_1259 = lean_ctor_get(x_1254, 1); -lean_inc(x_1259); -lean_inc(x_1258); -lean_dec(x_1254); -x_1260 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_1260, 0, x_1258); -x_1261 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1261, 0, x_1260); -lean_ctor_set(x_1261, 1, x_1259); -return x_1261; -} +x_1060 = x_1056; +goto block_1251; } else { -uint8_t x_1262; -x_1262 = !lean_is_exclusive(x_1254); -if (x_1262 == 0) -{ -return x_1254; +uint8_t x_1253; +x_1253 = lean_nat_dec_eq(x_24, x_27); +x_1060 = x_1253; +goto block_1251; } -else +block_1251: { -lean_object* x_1263; lean_object* x_1264; lean_object* x_1265; -x_1263 = lean_ctor_get(x_1254, 0); -x_1264 = lean_ctor_get(x_1254, 1); -lean_inc(x_1264); -lean_inc(x_1263); -lean_dec(x_1254); -x_1265 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1265, 0, x_1263); -lean_ctor_set(x_1265, 1, x_1264); -return x_1265; -} -} -} -} -block_1247: +if (x_1060 == 0) { -lean_object* x_1071; -lean_dec(x_1070); +lean_object* x_1061; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -7822,119 +7722,119 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_1071 = l_Lean_Compiler_LCNF_Simp_simp(x_1068, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1069); -if (lean_obj_tag(x_1071) == 0) -{ -lean_object* x_1072; lean_object* x_1073; uint8_t x_1074; -x_1072 = lean_ctor_get(x_1071, 0); -lean_inc(x_1072); -x_1073 = lean_ctor_get(x_1071, 1); -lean_inc(x_1073); -lean_dec(x_1071); -lean_inc(x_1072); -x_1074 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_1072); -if (x_1074 == 0) +x_1061 = l_Lean_Compiler_LCNF_Simp_simp(x_1058, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1059); +if (lean_obj_tag(x_1061) == 0) { -lean_object* x_1075; lean_object* x_1076; lean_object* x_1077; lean_object* x_1078; lean_object* x_1079; lean_object* x_1080; lean_object* x_1081; uint8_t x_1082; -x_1075 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1073); -x_1076 = lean_ctor_get(x_1075, 1); -lean_inc(x_1076); -lean_dec(x_1075); -x_1077 = lean_ctor_get(x_21, 2); -lean_inc(x_1077); +lean_object* x_1062; lean_object* x_1063; uint8_t x_1064; +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); +lean_inc(x_1062); +x_1064 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go(x_1062); +if (x_1064 == 0) +{ +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; uint8_t x_1072; +x_1065 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1063); +x_1066 = lean_ctor_get(x_1065, 1); +lean_inc(x_1066); +lean_dec(x_1065); +x_1067 = lean_ctor_get(x_21, 2); +lean_inc(x_1067); lean_dec(x_21); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1078 = l_Lean_Compiler_LCNF_inferAppType(x_1077, x_33, x_6, x_7, x_8, x_9, x_1076); -x_1079 = lean_ctor_get(x_1078, 0); -lean_inc(x_1079); -x_1080 = lean_ctor_get(x_1078, 1); -lean_inc(x_1080); -lean_dec(x_1078); -lean_inc(x_1079); -x_1081 = l_Lean_Expr_headBeta(x_1079); -x_1082 = l_Lean_Expr_isForall(x_1081); -lean_dec(x_1081); -if (x_1082 == 0) -{ -lean_object* x_1083; lean_object* x_1084; lean_object* x_1085; lean_object* x_1086; uint8_t x_1087; lean_object* x_1088; lean_object* x_1089; -x_1083 = l_Lean_Compiler_LCNF_mkAuxParam(x_1079, x_1066, x_6, x_7, x_8, x_9, x_1080); -x_1084 = lean_ctor_get(x_1083, 0); -lean_inc(x_1084); -x_1085 = lean_ctor_get(x_1083, 1); -lean_inc(x_1085); -lean_dec(x_1083); -x_1086 = lean_ctor_get(x_1084, 0); -lean_inc(x_1086); -x_1087 = lean_nat_dec_lt(x_27, x_24); +x_1068 = l_Lean_Compiler_LCNF_inferAppType(x_1067, x_33, x_6, x_7, x_8, x_9, x_1066); +x_1069 = lean_ctor_get(x_1068, 0); +lean_inc(x_1069); +x_1070 = lean_ctor_get(x_1068, 1); +lean_inc(x_1070); +lean_dec(x_1068); +lean_inc(x_1069); +x_1071 = l_Lean_Expr_headBeta(x_1069); +x_1072 = l_Lean_Expr_isForall(x_1071); +lean_dec(x_1071); +if (x_1072 == 0) +{ +lean_object* x_1073; lean_object* x_1074; lean_object* x_1075; lean_object* x_1076; uint8_t x_1077; lean_object* x_1078; lean_object* x_1079; +x_1073 = l_Lean_Compiler_LCNF_mkAuxParam(x_1069, x_1056, x_6, x_7, x_8, x_9, x_1070); +x_1074 = lean_ctor_get(x_1073, 0); +lean_inc(x_1074); +x_1075 = lean_ctor_get(x_1073, 1); +lean_inc(x_1075); +lean_dec(x_1073); +x_1076 = lean_ctor_get(x_1074, 0); +lean_inc(x_1076); +x_1077 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_1087 == 0) +if (x_1077 == 0) { -lean_object* x_1116; -lean_dec(x_1065); +lean_object* x_1106; +lean_dec(x_1055); lean_dec(x_27); lean_dec(x_23); -x_1116 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1086, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1085); -if (lean_obj_tag(x_1116) == 0) +x_1106 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1076, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1075); +if (lean_obj_tag(x_1106) == 0) { -lean_object* x_1117; lean_object* x_1118; -x_1117 = lean_ctor_get(x_1116, 1); -lean_inc(x_1117); -lean_dec(x_1116); +lean_object* x_1107; lean_object* x_1108; +x_1107 = lean_ctor_get(x_1106, 1); +lean_inc(x_1107); +lean_dec(x_1106); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1118 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1117); -if (lean_obj_tag(x_1118) == 0) +x_1108 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1107); +if (lean_obj_tag(x_1108) == 0) { -lean_object* x_1119; lean_object* x_1120; -x_1119 = lean_ctor_get(x_1118, 0); -lean_inc(x_1119); -x_1120 = lean_ctor_get(x_1118, 1); -lean_inc(x_1120); -lean_dec(x_1118); -x_1088 = x_1119; -x_1089 = x_1120; -goto block_1115; +lean_object* x_1109; lean_object* x_1110; +x_1109 = lean_ctor_get(x_1108, 0); +lean_inc(x_1109); +x_1110 = lean_ctor_get(x_1108, 1); +lean_inc(x_1110); +lean_dec(x_1108); +x_1078 = x_1109; +x_1079 = x_1110; +goto block_1105; } else { -uint8_t x_1121; -lean_dec(x_1084); -lean_dec(x_1072); +uint8_t x_1111; +lean_dec(x_1074); +lean_dec(x_1062); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_1121 = !lean_is_exclusive(x_1118); -if (x_1121 == 0) +x_1111 = !lean_is_exclusive(x_1108); +if (x_1111 == 0) { -return x_1118; +return x_1108; } else { -lean_object* x_1122; lean_object* x_1123; lean_object* x_1124; -x_1122 = lean_ctor_get(x_1118, 0); -x_1123 = lean_ctor_get(x_1118, 1); -lean_inc(x_1123); -lean_inc(x_1122); -lean_dec(x_1118); -x_1124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1124, 0, x_1122); -lean_ctor_set(x_1124, 1, x_1123); -return x_1124; +lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; +x_1112 = lean_ctor_get(x_1108, 0); +x_1113 = lean_ctor_get(x_1108, 1); +lean_inc(x_1113); +lean_inc(x_1112); +lean_dec(x_1108); +x_1114 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1114, 0, x_1112); +lean_ctor_set(x_1114, 1, x_1113); +return x_1114; } } } else { -uint8_t x_1125; -lean_dec(x_1084); -lean_dec(x_1072); +uint8_t x_1115; +lean_dec(x_1074); +lean_dec(x_1062); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -7944,118 +7844,118 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1125 = !lean_is_exclusive(x_1116); -if (x_1125 == 0) +x_1115 = !lean_is_exclusive(x_1106); +if (x_1115 == 0) { -return x_1116; +return x_1106; } else { -lean_object* x_1126; lean_object* x_1127; lean_object* x_1128; -x_1126 = lean_ctor_get(x_1116, 0); -x_1127 = lean_ctor_get(x_1116, 1); -lean_inc(x_1127); -lean_inc(x_1126); -lean_dec(x_1116); -x_1128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1128, 0, x_1126); -lean_ctor_set(x_1128, 1, x_1127); -return x_1128; +lean_object* x_1116; lean_object* x_1117; lean_object* x_1118; +x_1116 = lean_ctor_get(x_1106, 0); +x_1117 = lean_ctor_get(x_1106, 1); +lean_inc(x_1117); +lean_inc(x_1116); +lean_dec(x_1106); +x_1118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1118, 0, x_1116); +lean_ctor_set(x_1118, 1, x_1117); +return x_1118; } } } else { -lean_object* x_1129; lean_object* x_1130; lean_object* x_1131; lean_object* x_1132; lean_object* x_1133; lean_object* x_1134; -x_1129 = lean_array_get_size(x_23); -x_1130 = l_Array_toSubarray___rarg(x_23, x_27, x_1129); -x_1131 = l_Array_ofSubarray___rarg(x_1130); -if (lean_is_scalar(x_1065)) { - x_1132 = lean_alloc_ctor(4, 2, 0); +lean_object* x_1119; lean_object* x_1120; lean_object* x_1121; lean_object* x_1122; lean_object* x_1123; lean_object* x_1124; +x_1119 = lean_array_get_size(x_23); +x_1120 = l_Array_toSubarray___rarg(x_23, x_27, x_1119); +x_1121 = l_Array_ofSubarray___rarg(x_1120); +if (lean_is_scalar(x_1055)) { + x_1122 = lean_alloc_ctor(4, 2, 0); } else { - x_1132 = x_1065; + x_1122 = x_1055; } -lean_ctor_set(x_1132, 0, x_1086); -lean_ctor_set(x_1132, 1, x_1131); -x_1133 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_ctor_set(x_1122, 0, x_1076); +lean_ctor_set(x_1122, 1, x_1121); +x_1123 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1134 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_1132, x_1133, x_6, x_7, x_8, x_9, x_1085); -if (lean_obj_tag(x_1134) == 0) -{ -lean_object* x_1135; lean_object* x_1136; lean_object* x_1137; lean_object* x_1138; -x_1135 = lean_ctor_get(x_1134, 0); -lean_inc(x_1135); -x_1136 = lean_ctor_get(x_1134, 1); -lean_inc(x_1136); -lean_dec(x_1134); -x_1137 = lean_ctor_get(x_1135, 0); -lean_inc(x_1137); -x_1138 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1137, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1136); -if (lean_obj_tag(x_1138) == 0) +x_1124 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_1122, x_1123, x_6, x_7, x_8, x_9, x_1075); +if (lean_obj_tag(x_1124) == 0) { -lean_object* x_1139; lean_object* x_1140; lean_object* x_1141; -x_1139 = lean_ctor_get(x_1138, 1); -lean_inc(x_1139); -lean_dec(x_1138); -x_1140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1140, 0, x_1135); -lean_ctor_set(x_1140, 1, x_2); +lean_object* x_1125; lean_object* x_1126; lean_object* x_1127; lean_object* x_1128; +x_1125 = lean_ctor_get(x_1124, 0); +lean_inc(x_1125); +x_1126 = lean_ctor_get(x_1124, 1); +lean_inc(x_1126); +lean_dec(x_1124); +x_1127 = lean_ctor_get(x_1125, 0); +lean_inc(x_1127); +x_1128 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1127, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1126); +if (lean_obj_tag(x_1128) == 0) +{ +lean_object* x_1129; lean_object* x_1130; lean_object* x_1131; +x_1129 = lean_ctor_get(x_1128, 1); +lean_inc(x_1129); +lean_dec(x_1128); +x_1130 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1130, 0, x_1125); +lean_ctor_set(x_1130, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1141 = l_Lean_Compiler_LCNF_Simp_simp(x_1140, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1139); -if (lean_obj_tag(x_1141) == 0) +x_1131 = l_Lean_Compiler_LCNF_Simp_simp(x_1130, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1129); +if (lean_obj_tag(x_1131) == 0) { -lean_object* x_1142; lean_object* x_1143; -x_1142 = lean_ctor_get(x_1141, 0); -lean_inc(x_1142); -x_1143 = lean_ctor_get(x_1141, 1); -lean_inc(x_1143); -lean_dec(x_1141); -x_1088 = x_1142; -x_1089 = x_1143; -goto block_1115; +lean_object* x_1132; lean_object* x_1133; +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_1078 = x_1132; +x_1079 = x_1133; +goto block_1105; } else { -uint8_t x_1144; -lean_dec(x_1084); -lean_dec(x_1072); +uint8_t x_1134; +lean_dec(x_1074); +lean_dec(x_1062); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_1144 = !lean_is_exclusive(x_1141); -if (x_1144 == 0) +x_1134 = !lean_is_exclusive(x_1131); +if (x_1134 == 0) { -return x_1141; +return x_1131; } else { -lean_object* x_1145; lean_object* x_1146; lean_object* x_1147; -x_1145 = lean_ctor_get(x_1141, 0); -x_1146 = lean_ctor_get(x_1141, 1); -lean_inc(x_1146); -lean_inc(x_1145); -lean_dec(x_1141); -x_1147 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1147, 0, x_1145); -lean_ctor_set(x_1147, 1, x_1146); -return x_1147; +lean_object* x_1135; lean_object* x_1136; lean_object* x_1137; +x_1135 = lean_ctor_get(x_1131, 0); +x_1136 = lean_ctor_get(x_1131, 1); +lean_inc(x_1136); +lean_inc(x_1135); +lean_dec(x_1131); +x_1137 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1137, 0, x_1135); +lean_ctor_set(x_1137, 1, x_1136); +return x_1137; } } } else { -uint8_t x_1148; -lean_dec(x_1135); -lean_dec(x_1084); -lean_dec(x_1072); +uint8_t x_1138; +lean_dec(x_1125); +lean_dec(x_1074); +lean_dec(x_1062); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -8065,31 +7965,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1148 = !lean_is_exclusive(x_1138); -if (x_1148 == 0) +x_1138 = !lean_is_exclusive(x_1128); +if (x_1138 == 0) { -return x_1138; +return x_1128; } else { -lean_object* x_1149; lean_object* x_1150; lean_object* x_1151; -x_1149 = lean_ctor_get(x_1138, 0); -x_1150 = lean_ctor_get(x_1138, 1); -lean_inc(x_1150); -lean_inc(x_1149); -lean_dec(x_1138); -x_1151 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1151, 0, x_1149); -lean_ctor_set(x_1151, 1, x_1150); -return x_1151; +lean_object* x_1139; lean_object* x_1140; lean_object* x_1141; +x_1139 = lean_ctor_get(x_1128, 0); +x_1140 = lean_ctor_get(x_1128, 1); +lean_inc(x_1140); +lean_inc(x_1139); +lean_dec(x_1128); +x_1141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1141, 0, x_1139); +lean_ctor_set(x_1141, 1, x_1140); +return x_1141; } } } else { -uint8_t x_1152; -lean_dec(x_1084); -lean_dec(x_1072); +uint8_t x_1142; +lean_dec(x_1074); +lean_dec(x_1062); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -8100,197 +8000,197 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1152 = !lean_is_exclusive(x_1134); -if (x_1152 == 0) +x_1142 = !lean_is_exclusive(x_1124); +if (x_1142 == 0) { -return x_1134; +return x_1124; } else { -lean_object* x_1153; lean_object* x_1154; lean_object* x_1155; -x_1153 = lean_ctor_get(x_1134, 0); -x_1154 = lean_ctor_get(x_1134, 1); -lean_inc(x_1154); -lean_inc(x_1153); -lean_dec(x_1134); -x_1155 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1155, 0, x_1153); -lean_ctor_set(x_1155, 1, x_1154); -return x_1155; +lean_object* x_1143; lean_object* x_1144; lean_object* x_1145; +x_1143 = lean_ctor_get(x_1124, 0); +x_1144 = lean_ctor_get(x_1124, 1); +lean_inc(x_1144); +lean_inc(x_1143); +lean_dec(x_1124); +x_1145 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1145, 0, x_1143); +lean_ctor_set(x_1145, 1, x_1144); +return x_1145; } } } -block_1115: +block_1105: { -lean_object* x_1090; lean_object* x_1091; lean_object* x_1092; lean_object* x_1093; -x_1090 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_1091 = lean_array_push(x_1090, x_1084); -x_1092 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; +lean_object* x_1080; lean_object* x_1081; lean_object* x_1082; lean_object* x_1083; +x_1080 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_1081 = lean_array_push(x_1080, x_1074); +x_1082 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__3; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1093 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_1091, x_1088, x_1092, x_6, x_7, x_8, x_9, x_1089); -if (lean_obj_tag(x_1093) == 0) -{ -lean_object* x_1094; lean_object* x_1095; lean_object* x_1096; lean_object* x_1097; -x_1094 = lean_ctor_get(x_1093, 0); -lean_inc(x_1094); -x_1095 = lean_ctor_get(x_1093, 1); -lean_inc(x_1095); -lean_dec(x_1093); -lean_inc(x_1094); -x_1096 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); -lean_closure_set(x_1096, 0, x_1094); -lean_closure_set(x_1096, 1, x_1090); -x_1097 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_1072, x_1096, x_6, x_7, x_8, x_9, x_1095); -if (lean_obj_tag(x_1097) == 0) -{ -uint8_t x_1098; -x_1098 = !lean_is_exclusive(x_1097); -if (x_1098 == 0) -{ -lean_object* x_1099; lean_object* x_1100; lean_object* x_1101; -x_1099 = lean_ctor_get(x_1097, 0); -x_1100 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1100, 0, x_1094); -lean_ctor_set(x_1100, 1, x_1099); +x_1083 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_1081, x_1078, x_1082, x_6, x_7, x_8, x_9, x_1079); +if (lean_obj_tag(x_1083) == 0) +{ +lean_object* x_1084; lean_object* x_1085; lean_object* x_1086; lean_object* x_1087; +x_1084 = lean_ctor_get(x_1083, 0); +lean_inc(x_1084); +x_1085 = lean_ctor_get(x_1083, 1); +lean_inc(x_1085); +lean_dec(x_1083); +lean_inc(x_1084); +x_1086 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__1___boxed), 8, 2); +lean_closure_set(x_1086, 0, x_1084); +lean_closure_set(x_1086, 1, x_1080); +x_1087 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_1062, x_1086, x_6, x_7, x_8, x_9, x_1085); +if (lean_obj_tag(x_1087) == 0) +{ +uint8_t x_1088; +x_1088 = !lean_is_exclusive(x_1087); +if (x_1088 == 0) +{ +lean_object* x_1089; lean_object* x_1090; lean_object* x_1091; +x_1089 = lean_ctor_get(x_1087, 0); +x_1090 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1090, 0, x_1084); +lean_ctor_set(x_1090, 1, x_1089); if (lean_is_scalar(x_22)) { - x_1101 = lean_alloc_ctor(1, 1, 0); + x_1091 = lean_alloc_ctor(1, 1, 0); } else { - x_1101 = x_22; + x_1091 = x_22; } -lean_ctor_set(x_1101, 0, x_1100); -lean_ctor_set(x_1097, 0, x_1101); -return x_1097; +lean_ctor_set(x_1091, 0, x_1090); +lean_ctor_set(x_1087, 0, x_1091); +return x_1087; } else { -lean_object* x_1102; lean_object* x_1103; lean_object* x_1104; lean_object* x_1105; lean_object* x_1106; -x_1102 = lean_ctor_get(x_1097, 0); -x_1103 = lean_ctor_get(x_1097, 1); -lean_inc(x_1103); -lean_inc(x_1102); -lean_dec(x_1097); -x_1104 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_1104, 0, x_1094); -lean_ctor_set(x_1104, 1, x_1102); +lean_object* x_1092; lean_object* x_1093; lean_object* x_1094; lean_object* x_1095; lean_object* x_1096; +x_1092 = lean_ctor_get(x_1087, 0); +x_1093 = lean_ctor_get(x_1087, 1); +lean_inc(x_1093); +lean_inc(x_1092); +lean_dec(x_1087); +x_1094 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_1094, 0, x_1084); +lean_ctor_set(x_1094, 1, x_1092); if (lean_is_scalar(x_22)) { - x_1105 = lean_alloc_ctor(1, 1, 0); + x_1095 = lean_alloc_ctor(1, 1, 0); } else { - x_1105 = x_22; + x_1095 = x_22; } -lean_ctor_set(x_1105, 0, x_1104); -x_1106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1106, 0, x_1105); -lean_ctor_set(x_1106, 1, x_1103); -return x_1106; +lean_ctor_set(x_1095, 0, x_1094); +x_1096 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1096, 0, x_1095); +lean_ctor_set(x_1096, 1, x_1093); +return x_1096; } } else { -uint8_t x_1107; -lean_dec(x_1094); +uint8_t x_1097; +lean_dec(x_1084); lean_dec(x_22); -x_1107 = !lean_is_exclusive(x_1097); -if (x_1107 == 0) +x_1097 = !lean_is_exclusive(x_1087); +if (x_1097 == 0) { -return x_1097; +return x_1087; } else { -lean_object* x_1108; lean_object* x_1109; lean_object* x_1110; -x_1108 = lean_ctor_get(x_1097, 0); -x_1109 = lean_ctor_get(x_1097, 1); -lean_inc(x_1109); -lean_inc(x_1108); -lean_dec(x_1097); -x_1110 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1110, 0, x_1108); -lean_ctor_set(x_1110, 1, x_1109); -return x_1110; +lean_object* x_1098; lean_object* x_1099; lean_object* x_1100; +x_1098 = lean_ctor_get(x_1087, 0); +x_1099 = lean_ctor_get(x_1087, 1); +lean_inc(x_1099); +lean_inc(x_1098); +lean_dec(x_1087); +x_1100 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1100, 0, x_1098); +lean_ctor_set(x_1100, 1, x_1099); +return x_1100; } } } else { -uint8_t x_1111; -lean_dec(x_1072); +uint8_t x_1101; +lean_dec(x_1062); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_1111 = !lean_is_exclusive(x_1093); -if (x_1111 == 0) +x_1101 = !lean_is_exclusive(x_1083); +if (x_1101 == 0) { -return x_1093; +return x_1083; } else { -lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; -x_1112 = lean_ctor_get(x_1093, 0); -x_1113 = lean_ctor_get(x_1093, 1); -lean_inc(x_1113); -lean_inc(x_1112); -lean_dec(x_1093); -x_1114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1114, 0, x_1112); -lean_ctor_set(x_1114, 1, x_1113); -return x_1114; +lean_object* x_1102; lean_object* x_1103; lean_object* x_1104; +x_1102 = lean_ctor_get(x_1083, 0); +x_1103 = lean_ctor_get(x_1083, 1); +lean_inc(x_1103); +lean_inc(x_1102); +lean_dec(x_1083); +x_1104 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1104, 0, x_1102); +lean_ctor_set(x_1104, 1, x_1103); +return x_1104; } } } } else { -lean_object* x_1156; lean_object* x_1157; lean_object* x_1158; -lean_dec(x_1079); -x_1156 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; -x_1157 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; +lean_object* x_1146; lean_object* x_1147; lean_object* x_1148; +lean_dec(x_1069); +x_1146 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__2; +x_1147 = l_Lean_Compiler_LCNF_Simp_specializePartialApp___closed__4; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1158 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_1156, x_1072, x_1157, x_6, x_7, x_8, x_9, x_1080); -if (lean_obj_tag(x_1158) == 0) -{ -lean_object* x_1159; lean_object* x_1160; lean_object* x_1161; -x_1159 = lean_ctor_get(x_1158, 0); -lean_inc(x_1159); -x_1160 = lean_ctor_get(x_1158, 1); -lean_inc(x_1160); -lean_dec(x_1158); +x_1148 = l_Lean_Compiler_LCNF_mkAuxFunDecl(x_1146, x_1062, x_1147, x_6, x_7, x_8, x_9, x_1070); +if (lean_obj_tag(x_1148) == 0) +{ +lean_object* x_1149; lean_object* x_1150; lean_object* x_1151; +x_1149 = lean_ctor_get(x_1148, 0); +lean_inc(x_1149); +x_1150 = lean_ctor_get(x_1148, 1); +lean_inc(x_1150); +lean_dec(x_1148); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1161 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_1159, x_6, x_7, x_8, x_9, x_1160); -if (lean_obj_tag(x_1161) == 0) -{ -lean_object* x_1162; lean_object* x_1163; lean_object* x_1164; uint8_t x_1165; lean_object* x_1166; lean_object* x_1167; -x_1162 = lean_ctor_get(x_1161, 0); -lean_inc(x_1162); -x_1163 = lean_ctor_get(x_1161, 1); -lean_inc(x_1163); -lean_dec(x_1161); -x_1164 = lean_ctor_get(x_1162, 0); -lean_inc(x_1164); -x_1165 = lean_nat_dec_lt(x_27, x_24); +x_1151 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_1149, x_6, x_7, x_8, x_9, x_1150); +if (lean_obj_tag(x_1151) == 0) +{ +lean_object* x_1152; lean_object* x_1153; lean_object* x_1154; uint8_t x_1155; lean_object* x_1156; lean_object* x_1157; +x_1152 = lean_ctor_get(x_1151, 0); +lean_inc(x_1152); +x_1153 = lean_ctor_get(x_1151, 1); +lean_inc(x_1153); +lean_dec(x_1151); +x_1154 = lean_ctor_get(x_1152, 0); +lean_inc(x_1154); +x_1155 = lean_nat_dec_lt(x_27, x_24); lean_dec(x_24); -if (x_1165 == 0) +if (x_1155 == 0) { -lean_object* x_1180; -lean_dec(x_1065); +lean_object* x_1170; +lean_dec(x_1055); lean_dec(x_27); lean_dec(x_23); -x_1180 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1164, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1163); -if (lean_obj_tag(x_1180) == 0) +x_1170 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1154, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1153); +if (lean_obj_tag(x_1170) == 0) { -lean_object* x_1181; lean_object* x_1182; -x_1181 = lean_ctor_get(x_1180, 1); -lean_inc(x_1181); -lean_dec(x_1180); +lean_object* x_1171; lean_object* x_1172; +x_1171 = lean_ctor_get(x_1170, 1); +lean_inc(x_1171); +lean_dec(x_1170); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -8298,23 +8198,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_1182 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1181); -if (lean_obj_tag(x_1182) == 0) +x_1172 = l_Lean_Compiler_LCNF_Simp_simp(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1171); +if (lean_obj_tag(x_1172) == 0) { -lean_object* x_1183; lean_object* x_1184; -x_1183 = lean_ctor_get(x_1182, 0); -lean_inc(x_1183); -x_1184 = lean_ctor_get(x_1182, 1); -lean_inc(x_1184); -lean_dec(x_1182); -x_1166 = x_1183; -x_1167 = x_1184; -goto block_1179; +lean_object* x_1173; lean_object* x_1174; +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_1156 = x_1173; +x_1157 = x_1174; +goto block_1169; } else { -uint8_t x_1185; -lean_dec(x_1162); +uint8_t x_1175; +lean_dec(x_1152); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -8323,30 +8223,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_1185 = !lean_is_exclusive(x_1182); -if (x_1185 == 0) +x_1175 = !lean_is_exclusive(x_1172); +if (x_1175 == 0) { -return x_1182; +return x_1172; } else { -lean_object* x_1186; lean_object* x_1187; lean_object* x_1188; -x_1186 = lean_ctor_get(x_1182, 0); -x_1187 = lean_ctor_get(x_1182, 1); -lean_inc(x_1187); -lean_inc(x_1186); -lean_dec(x_1182); -x_1188 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1188, 0, x_1186); -lean_ctor_set(x_1188, 1, x_1187); -return x_1188; +lean_object* x_1176; lean_object* x_1177; lean_object* x_1178; +x_1176 = lean_ctor_get(x_1172, 0); +x_1177 = lean_ctor_get(x_1172, 1); +lean_inc(x_1177); +lean_inc(x_1176); +lean_dec(x_1172); +x_1178 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1178, 0, x_1176); +lean_ctor_set(x_1178, 1, x_1177); +return x_1178; } } } else { -uint8_t x_1189; -lean_dec(x_1162); +uint8_t x_1179; +lean_dec(x_1152); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -8356,65 +8256,65 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1189 = !lean_is_exclusive(x_1180); -if (x_1189 == 0) +x_1179 = !lean_is_exclusive(x_1170); +if (x_1179 == 0) { -return x_1180; +return x_1170; } else { -lean_object* x_1190; lean_object* x_1191; lean_object* x_1192; -x_1190 = lean_ctor_get(x_1180, 0); -x_1191 = lean_ctor_get(x_1180, 1); -lean_inc(x_1191); -lean_inc(x_1190); -lean_dec(x_1180); -x_1192 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1192, 0, x_1190); -lean_ctor_set(x_1192, 1, x_1191); -return x_1192; +lean_object* x_1180; lean_object* x_1181; lean_object* x_1182; +x_1180 = lean_ctor_get(x_1170, 0); +x_1181 = lean_ctor_get(x_1170, 1); +lean_inc(x_1181); +lean_inc(x_1180); +lean_dec(x_1170); +x_1182 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1182, 0, x_1180); +lean_ctor_set(x_1182, 1, x_1181); +return x_1182; } } } else { -lean_object* x_1193; lean_object* x_1194; lean_object* x_1195; lean_object* x_1196; lean_object* x_1197; lean_object* x_1198; -x_1193 = lean_array_get_size(x_23); -x_1194 = l_Array_toSubarray___rarg(x_23, x_27, x_1193); -x_1195 = l_Array_ofSubarray___rarg(x_1194); -if (lean_is_scalar(x_1065)) { - x_1196 = lean_alloc_ctor(4, 2, 0); +lean_object* x_1183; lean_object* x_1184; lean_object* x_1185; lean_object* x_1186; lean_object* x_1187; lean_object* x_1188; +x_1183 = lean_array_get_size(x_23); +x_1184 = l_Array_toSubarray___rarg(x_23, x_27, x_1183); +x_1185 = l_Array_ofSubarray___rarg(x_1184); +if (lean_is_scalar(x_1055)) { + x_1186 = lean_alloc_ctor(4, 2, 0); } else { - x_1196 = x_1065; + x_1186 = x_1055; } -lean_ctor_set(x_1196, 0, x_1164); -lean_ctor_set(x_1196, 1, x_1195); -x_1197 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; +lean_ctor_set(x_1186, 0, x_1154); +lean_ctor_set(x_1186, 1, x_1185); +x_1187 = l_Lean_Compiler_LCNF_Simp_etaPolyApp_x3f___closed__2; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1198 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_1196, x_1197, x_6, x_7, x_8, x_9, x_1163); -if (lean_obj_tag(x_1198) == 0) -{ -lean_object* x_1199; lean_object* x_1200; lean_object* x_1201; lean_object* x_1202; -x_1199 = lean_ctor_get(x_1198, 0); -lean_inc(x_1199); -x_1200 = lean_ctor_get(x_1198, 1); -lean_inc(x_1200); -lean_dec(x_1198); -x_1201 = lean_ctor_get(x_1199, 0); -lean_inc(x_1201); -x_1202 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1201, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1200); -if (lean_obj_tag(x_1202) == 0) +x_1188 = l_Lean_Compiler_LCNF_mkAuxLetDecl(x_1186, x_1187, x_6, x_7, x_8, x_9, x_1153); +if (lean_obj_tag(x_1188) == 0) { -lean_object* x_1203; lean_object* x_1204; lean_object* x_1205; -x_1203 = lean_ctor_get(x_1202, 1); -lean_inc(x_1203); -lean_dec(x_1202); -x_1204 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1204, 0, x_1199); -lean_ctor_set(x_1204, 1, x_2); +lean_object* x_1189; lean_object* x_1190; lean_object* x_1191; lean_object* x_1192; +x_1189 = lean_ctor_get(x_1188, 0); +lean_inc(x_1189); +x_1190 = lean_ctor_get(x_1188, 1); +lean_inc(x_1190); +lean_dec(x_1188); +x_1191 = lean_ctor_get(x_1189, 0); +lean_inc(x_1191); +x_1192 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1191, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1190); +if (lean_obj_tag(x_1192) == 0) +{ +lean_object* x_1193; lean_object* x_1194; lean_object* x_1195; +x_1193 = lean_ctor_get(x_1192, 1); +lean_inc(x_1193); +lean_dec(x_1192); +x_1194 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1194, 0, x_1189); +lean_ctor_set(x_1194, 1, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -8422,23 +8322,23 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_1205 = l_Lean_Compiler_LCNF_Simp_simp(x_1204, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1203); -if (lean_obj_tag(x_1205) == 0) +x_1195 = l_Lean_Compiler_LCNF_Simp_simp(x_1194, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1193); +if (lean_obj_tag(x_1195) == 0) { -lean_object* x_1206; lean_object* x_1207; -x_1206 = lean_ctor_get(x_1205, 0); -lean_inc(x_1206); -x_1207 = lean_ctor_get(x_1205, 1); -lean_inc(x_1207); -lean_dec(x_1205); -x_1166 = x_1206; -x_1167 = x_1207; -goto block_1179; +lean_object* x_1196; lean_object* x_1197; +x_1196 = lean_ctor_get(x_1195, 0); +lean_inc(x_1196); +x_1197 = lean_ctor_get(x_1195, 1); +lean_inc(x_1197); +lean_dec(x_1195); +x_1156 = x_1196; +x_1157 = x_1197; +goto block_1169; } else { -uint8_t x_1208; -lean_dec(x_1162); +uint8_t x_1198; +lean_dec(x_1152); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -8447,31 +8347,31 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_1208 = !lean_is_exclusive(x_1205); -if (x_1208 == 0) +x_1198 = !lean_is_exclusive(x_1195); +if (x_1198 == 0) { -return x_1205; +return x_1195; } else { -lean_object* x_1209; lean_object* x_1210; lean_object* x_1211; -x_1209 = lean_ctor_get(x_1205, 0); -x_1210 = lean_ctor_get(x_1205, 1); -lean_inc(x_1210); -lean_inc(x_1209); -lean_dec(x_1205); -x_1211 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1211, 0, x_1209); -lean_ctor_set(x_1211, 1, x_1210); -return x_1211; +lean_object* x_1199; lean_object* x_1200; lean_object* x_1201; +x_1199 = lean_ctor_get(x_1195, 0); +x_1200 = lean_ctor_get(x_1195, 1); +lean_inc(x_1200); +lean_inc(x_1199); +lean_dec(x_1195); +x_1201 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1201, 0, x_1199); +lean_ctor_set(x_1201, 1, x_1200); +return x_1201; } } } else { -uint8_t x_1212; -lean_dec(x_1199); -lean_dec(x_1162); +uint8_t x_1202; +lean_dec(x_1189); +lean_dec(x_1152); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -8481,30 +8381,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1212 = !lean_is_exclusive(x_1202); -if (x_1212 == 0) +x_1202 = !lean_is_exclusive(x_1192); +if (x_1202 == 0) { -return x_1202; +return x_1192; } else { -lean_object* x_1213; lean_object* x_1214; lean_object* x_1215; -x_1213 = lean_ctor_get(x_1202, 0); -x_1214 = lean_ctor_get(x_1202, 1); -lean_inc(x_1214); -lean_inc(x_1213); -lean_dec(x_1202); -x_1215 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1215, 0, x_1213); -lean_ctor_set(x_1215, 1, x_1214); -return x_1215; +lean_object* x_1203; lean_object* x_1204; lean_object* x_1205; +x_1203 = lean_ctor_get(x_1192, 0); +x_1204 = lean_ctor_get(x_1192, 1); +lean_inc(x_1204); +lean_inc(x_1203); +lean_dec(x_1192); +x_1205 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1205, 0, x_1203); +lean_ctor_set(x_1205, 1, x_1204); +return x_1205; } } } else { -uint8_t x_1216; -lean_dec(x_1162); +uint8_t x_1206; +lean_dec(x_1152); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -8515,74 +8415,74 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1216 = !lean_is_exclusive(x_1198); -if (x_1216 == 0) +x_1206 = !lean_is_exclusive(x_1188); +if (x_1206 == 0) { -return x_1198; +return x_1188; } else { -lean_object* x_1217; lean_object* x_1218; lean_object* x_1219; -x_1217 = lean_ctor_get(x_1198, 0); -x_1218 = lean_ctor_get(x_1198, 1); -lean_inc(x_1218); -lean_inc(x_1217); -lean_dec(x_1198); -x_1219 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1219, 0, x_1217); -lean_ctor_set(x_1219, 1, x_1218); -return x_1219; +lean_object* x_1207; lean_object* x_1208; lean_object* x_1209; +x_1207 = lean_ctor_get(x_1188, 0); +x_1208 = lean_ctor_get(x_1188, 1); +lean_inc(x_1208); +lean_inc(x_1207); +lean_dec(x_1188); +x_1209 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1209, 0, x_1207); +lean_ctor_set(x_1209, 1, x_1208); +return x_1209; } } } -block_1179: +block_1169: { -lean_object* x_1168; lean_object* x_1169; lean_object* x_1170; lean_object* x_1171; uint8_t x_1172; -x_1168 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_1168, 0, x_1162); -x_1169 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; -x_1170 = lean_array_push(x_1169, x_1168); -x_1171 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_1170, x_1166, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1167); -lean_dec(x_1170); -x_1172 = !lean_is_exclusive(x_1171); -if (x_1172 == 0) +lean_object* x_1158; lean_object* x_1159; lean_object* x_1160; lean_object* x_1161; uint8_t x_1162; +x_1158 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_1158, 0, x_1152); +x_1159 = l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___closed__1; +x_1160 = lean_array_push(x_1159, x_1158); +x_1161 = l_Lean_Compiler_LCNF_Simp_attachCodeDecls(x_1160, x_1156, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1157); +lean_dec(x_1160); +x_1162 = !lean_is_exclusive(x_1161); +if (x_1162 == 0) { -lean_object* x_1173; lean_object* x_1174; -x_1173 = lean_ctor_get(x_1171, 0); +lean_object* x_1163; lean_object* x_1164; +x_1163 = lean_ctor_get(x_1161, 0); if (lean_is_scalar(x_22)) { - x_1174 = lean_alloc_ctor(1, 1, 0); + x_1164 = lean_alloc_ctor(1, 1, 0); } else { - x_1174 = x_22; + x_1164 = x_22; } -lean_ctor_set(x_1174, 0, x_1173); -lean_ctor_set(x_1171, 0, x_1174); -return x_1171; +lean_ctor_set(x_1164, 0, x_1163); +lean_ctor_set(x_1161, 0, x_1164); +return x_1161; } else { -lean_object* x_1175; lean_object* x_1176; lean_object* x_1177; lean_object* x_1178; -x_1175 = lean_ctor_get(x_1171, 0); -x_1176 = lean_ctor_get(x_1171, 1); -lean_inc(x_1176); -lean_inc(x_1175); -lean_dec(x_1171); +lean_object* x_1165; lean_object* x_1166; lean_object* x_1167; lean_object* x_1168; +x_1165 = lean_ctor_get(x_1161, 0); +x_1166 = lean_ctor_get(x_1161, 1); +lean_inc(x_1166); +lean_inc(x_1165); +lean_dec(x_1161); if (lean_is_scalar(x_22)) { - x_1177 = lean_alloc_ctor(1, 1, 0); + x_1167 = lean_alloc_ctor(1, 1, 0); } else { - x_1177 = x_22; + x_1167 = x_22; } -lean_ctor_set(x_1177, 0, x_1175); -x_1178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1178, 0, x_1177); -lean_ctor_set(x_1178, 1, x_1176); -return x_1178; +lean_ctor_set(x_1167, 0, x_1165); +x_1168 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1168, 0, x_1167); +lean_ctor_set(x_1168, 1, x_1166); +return x_1168; } } } else { -uint8_t x_1220; -lean_dec(x_1065); +uint8_t x_1210; +lean_dec(x_1055); lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -8596,30 +8496,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1220 = !lean_is_exclusive(x_1161); -if (x_1220 == 0) +x_1210 = !lean_is_exclusive(x_1151); +if (x_1210 == 0) { -return x_1161; +return x_1151; } else { -lean_object* x_1221; lean_object* x_1222; lean_object* x_1223; -x_1221 = lean_ctor_get(x_1161, 0); -x_1222 = lean_ctor_get(x_1161, 1); -lean_inc(x_1222); -lean_inc(x_1221); -lean_dec(x_1161); -x_1223 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1223, 0, x_1221); -lean_ctor_set(x_1223, 1, x_1222); -return x_1223; +lean_object* x_1211; lean_object* x_1212; lean_object* x_1213; +x_1211 = lean_ctor_get(x_1151, 0); +x_1212 = lean_ctor_get(x_1151, 1); +lean_inc(x_1212); +lean_inc(x_1211); +lean_dec(x_1151); +x_1213 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1213, 0, x_1211); +lean_ctor_set(x_1213, 1, x_1212); +return x_1213; } } } else { -uint8_t x_1224; -lean_dec(x_1065); +uint8_t x_1214; +lean_dec(x_1055); lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -8633,113 +8533,113 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1224 = !lean_is_exclusive(x_1158); -if (x_1224 == 0) +x_1214 = !lean_is_exclusive(x_1148); +if (x_1214 == 0) { -return x_1158; +return x_1148; } else { -lean_object* x_1225; lean_object* x_1226; lean_object* x_1227; -x_1225 = lean_ctor_get(x_1158, 0); -x_1226 = lean_ctor_get(x_1158, 1); -lean_inc(x_1226); -lean_inc(x_1225); -lean_dec(x_1158); -x_1227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1227, 0, x_1225); -lean_ctor_set(x_1227, 1, x_1226); -return x_1227; +lean_object* x_1215; lean_object* x_1216; lean_object* x_1217; +x_1215 = lean_ctor_get(x_1148, 0); +x_1216 = lean_ctor_get(x_1148, 1); +lean_inc(x_1216); +lean_inc(x_1215); +lean_dec(x_1148); +x_1217 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1217, 0, x_1215); +lean_ctor_set(x_1217, 1, x_1216); +return x_1217; } } } } else { -lean_object* x_1228; lean_object* x_1229; lean_object* x_1230; lean_object* x_1231; -lean_dec(x_1065); +lean_object* x_1218; lean_object* x_1219; lean_object* x_1220; lean_object* x_1221; +lean_dec(x_1055); lean_dec(x_33); lean_dec(x_21); -x_1228 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1073); -x_1229 = lean_ctor_get(x_1228, 1); -lean_inc(x_1229); -lean_dec(x_1228); -x_1230 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); -lean_closure_set(x_1230, 0, x_3); -lean_closure_set(x_1230, 1, x_4); -lean_closure_set(x_1230, 2, x_5); -lean_closure_set(x_1230, 3, x_27); -lean_closure_set(x_1230, 4, x_24); -lean_closure_set(x_1230, 5, x_26); -lean_closure_set(x_1230, 6, x_2); -lean_closure_set(x_1230, 7, x_23); -x_1231 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_1072, x_1230, x_6, x_7, x_8, x_9, x_1229); -if (lean_obj_tag(x_1231) == 0) -{ -uint8_t x_1232; -x_1232 = !lean_is_exclusive(x_1231); -if (x_1232 == 0) -{ -lean_object* x_1233; lean_object* x_1234; -x_1233 = lean_ctor_get(x_1231, 0); +x_1218 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1063); +x_1219 = lean_ctor_get(x_1218, 1); +lean_inc(x_1219); +lean_dec(x_1218); +x_1220 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_inlineApp_x3f___lambda__2), 14, 8); +lean_closure_set(x_1220, 0, x_3); +lean_closure_set(x_1220, 1, x_4); +lean_closure_set(x_1220, 2, x_5); +lean_closure_set(x_1220, 3, x_27); +lean_closure_set(x_1220, 4, x_24); +lean_closure_set(x_1220, 5, x_26); +lean_closure_set(x_1220, 6, x_2); +lean_closure_set(x_1220, 7, x_23); +x_1221 = l_Lean_Compiler_LCNF_CompilerM_codeBind(x_1062, x_1220, x_6, x_7, x_8, x_9, x_1219); +if (lean_obj_tag(x_1221) == 0) +{ +uint8_t x_1222; +x_1222 = !lean_is_exclusive(x_1221); +if (x_1222 == 0) +{ +lean_object* x_1223; lean_object* x_1224; +x_1223 = lean_ctor_get(x_1221, 0); if (lean_is_scalar(x_22)) { - x_1234 = lean_alloc_ctor(1, 1, 0); + x_1224 = lean_alloc_ctor(1, 1, 0); } else { - x_1234 = x_22; + x_1224 = x_22; } -lean_ctor_set(x_1234, 0, x_1233); -lean_ctor_set(x_1231, 0, x_1234); -return x_1231; +lean_ctor_set(x_1224, 0, x_1223); +lean_ctor_set(x_1221, 0, x_1224); +return x_1221; } else { -lean_object* x_1235; lean_object* x_1236; lean_object* x_1237; lean_object* x_1238; -x_1235 = lean_ctor_get(x_1231, 0); -x_1236 = lean_ctor_get(x_1231, 1); -lean_inc(x_1236); -lean_inc(x_1235); -lean_dec(x_1231); +lean_object* x_1225; lean_object* x_1226; lean_object* x_1227; lean_object* x_1228; +x_1225 = lean_ctor_get(x_1221, 0); +x_1226 = lean_ctor_get(x_1221, 1); +lean_inc(x_1226); +lean_inc(x_1225); +lean_dec(x_1221); if (lean_is_scalar(x_22)) { - x_1237 = lean_alloc_ctor(1, 1, 0); + x_1227 = lean_alloc_ctor(1, 1, 0); } else { - x_1237 = x_22; + x_1227 = x_22; } -lean_ctor_set(x_1237, 0, x_1235); -x_1238 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1238, 0, x_1237); -lean_ctor_set(x_1238, 1, x_1236); -return x_1238; +lean_ctor_set(x_1227, 0, x_1225); +x_1228 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1228, 0, x_1227); +lean_ctor_set(x_1228, 1, x_1226); +return x_1228; } } else { -uint8_t x_1239; +uint8_t x_1229; lean_dec(x_22); -x_1239 = !lean_is_exclusive(x_1231); -if (x_1239 == 0) +x_1229 = !lean_is_exclusive(x_1221); +if (x_1229 == 0) { -return x_1231; +return x_1221; } else { -lean_object* x_1240; lean_object* x_1241; lean_object* x_1242; -x_1240 = lean_ctor_get(x_1231, 0); -x_1241 = lean_ctor_get(x_1231, 1); -lean_inc(x_1241); -lean_inc(x_1240); -lean_dec(x_1231); -x_1242 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1242, 0, x_1240); -lean_ctor_set(x_1242, 1, x_1241); -return x_1242; +lean_object* x_1230; lean_object* x_1231; lean_object* x_1232; +x_1230 = lean_ctor_get(x_1221, 0); +x_1231 = lean_ctor_get(x_1221, 1); +lean_inc(x_1231); +lean_inc(x_1230); +lean_dec(x_1221); +x_1232 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1232, 0, x_1230); +lean_ctor_set(x_1232, 1, x_1231); +return x_1232; } } } } else { -uint8_t x_1243; -lean_dec(x_1065); +uint8_t x_1233; +lean_dec(x_1055); lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -8755,31 +8655,109 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1243 = !lean_is_exclusive(x_1071); -if (x_1243 == 0) +x_1233 = !lean_is_exclusive(x_1061); +if (x_1233 == 0) +{ +return x_1061; +} +else +{ +lean_object* x_1234; lean_object* x_1235; lean_object* x_1236; +x_1234 = lean_ctor_get(x_1061, 0); +x_1235 = lean_ctor_get(x_1061, 1); +lean_inc(x_1235); +lean_inc(x_1234); +lean_dec(x_1061); +x_1236 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1236, 0, x_1234); +lean_ctor_set(x_1236, 1, x_1235); +return x_1236; +} +} +} +else { -return x_1071; +lean_object* x_1237; lean_object* x_1238; lean_object* x_1239; +lean_dec(x_1055); +lean_dec(x_33); +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_2); +x_1237 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1059); +x_1238 = lean_ctor_get(x_1237, 1); +lean_inc(x_1238); +lean_dec(x_1237); +x_1239 = l_Lean_Compiler_LCNF_Simp_simp(x_1058, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1238); +if (lean_obj_tag(x_1239) == 0) +{ +uint8_t x_1240; +x_1240 = !lean_is_exclusive(x_1239); +if (x_1240 == 0) +{ +lean_object* x_1241; lean_object* x_1242; +x_1241 = lean_ctor_get(x_1239, 0); +if (lean_is_scalar(x_22)) { + x_1242 = lean_alloc_ctor(1, 1, 0); +} else { + x_1242 = x_22; +} +lean_ctor_set(x_1242, 0, x_1241); +lean_ctor_set(x_1239, 0, x_1242); +return x_1239; } else { -lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; -x_1244 = lean_ctor_get(x_1071, 0); -x_1245 = lean_ctor_get(x_1071, 1); -lean_inc(x_1245); +lean_object* x_1243; lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; +x_1243 = lean_ctor_get(x_1239, 0); +x_1244 = lean_ctor_get(x_1239, 1); lean_inc(x_1244); -lean_dec(x_1071); -x_1246 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1246, 0, x_1244); -lean_ctor_set(x_1246, 1, x_1245); +lean_inc(x_1243); +lean_dec(x_1239); +if (lean_is_scalar(x_22)) { + x_1245 = lean_alloc_ctor(1, 1, 0); +} else { + x_1245 = x_22; +} +lean_ctor_set(x_1245, 0, x_1243); +x_1246 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1246, 0, x_1245); +lean_ctor_set(x_1246, 1, x_1244); return x_1246; } } +else +{ +uint8_t x_1247; +lean_dec(x_22); +x_1247 = !lean_is_exclusive(x_1239); +if (x_1247 == 0) +{ +return x_1239; +} +else +{ +lean_object* x_1248; lean_object* x_1249; lean_object* x_1250; +x_1248 = lean_ctor_get(x_1239, 0); +x_1249 = lean_ctor_get(x_1239, 1); +lean_inc(x_1249); +lean_inc(x_1248); +lean_dec(x_1239); +x_1250 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1250, 0, x_1248); +lean_ctor_set(x_1250, 1, x_1249); +return x_1250; +} +} +} } } else { -uint8_t x_1266; -lean_dec(x_1065); +uint8_t x_1254; +lean_dec(x_1055); lean_dec(x_33); lean_dec(x_27); lean_dec(x_26); @@ -8795,23 +8773,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1266 = !lean_is_exclusive(x_1067); -if (x_1266 == 0) +x_1254 = !lean_is_exclusive(x_1057); +if (x_1254 == 0) { -return x_1067; +return x_1057; } else { -lean_object* x_1267; lean_object* x_1268; lean_object* x_1269; -x_1267 = lean_ctor_get(x_1067, 0); -x_1268 = lean_ctor_get(x_1067, 1); -lean_inc(x_1268); -lean_inc(x_1267); -lean_dec(x_1067); -x_1269 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1269, 0, x_1267); -lean_ctor_set(x_1269, 1, x_1268); -return x_1269; +lean_object* x_1255; lean_object* x_1256; lean_object* x_1257; +x_1255 = lean_ctor_get(x_1057, 0); +x_1256 = lean_ctor_get(x_1057, 1); +lean_inc(x_1256); +lean_inc(x_1255); +lean_dec(x_1057); +x_1257 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1257, 0, x_1255); +lean_ctor_set(x_1257, 1, x_1256); +return x_1257; } } } @@ -8824,9 +8802,9 @@ lean_dec(x_24); lean_dec(x_23); if (lean_obj_tag(x_11) == 3) { -lean_object* x_1270; lean_object* x_1271; -x_1270 = lean_ctor_get(x_11, 0); -lean_inc(x_1270); +lean_object* x_1258; lean_object* x_1259; +x_1258 = lean_ctor_get(x_11, 0); +lean_inc(x_1258); lean_dec(x_11); lean_inc(x_9); lean_inc(x_8); @@ -8835,124 +8813,124 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_1270); -x_1271 = l_Lean_Compiler_LCNF_Simp_withInlining_check(x_25, x_1270, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); -if (lean_obj_tag(x_1271) == 0) -{ -lean_object* x_1272; lean_object* x_1273; uint8_t x_1274; -x_1272 = lean_ctor_get(x_1271, 0); -lean_inc(x_1272); -x_1273 = lean_ctor_get(x_1271, 1); -lean_inc(x_1273); -lean_dec(x_1271); -x_1274 = !lean_is_exclusive(x_3); -if (x_1274 == 0) +lean_inc(x_1258); +x_1259 = l_Lean_Compiler_LCNF_Simp_withInlining_check(x_25, x_1258, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +if (lean_obj_tag(x_1259) == 0) +{ +lean_object* x_1260; lean_object* x_1261; uint8_t x_1262; +x_1260 = lean_ctor_get(x_1259, 0); +lean_inc(x_1260); +x_1261 = lean_ctor_get(x_1259, 1); +lean_inc(x_1261); +lean_dec(x_1259); +x_1262 = !lean_is_exclusive(x_3); +if (x_1262 == 0) { -lean_object* x_1275; lean_object* x_1276; lean_object* x_1277; lean_object* x_1278; lean_object* x_1279; -x_1275 = lean_ctor_get(x_3, 2); -x_1276 = lean_ctor_get(x_3, 3); -lean_inc(x_1270); -x_1277 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1277, 0, x_1270); -lean_ctor_set(x_1277, 1, x_1275); -x_1278 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_1276, x_1270, x_1272); -lean_ctor_set(x_3, 3, x_1278); -lean_ctor_set(x_3, 2, x_1277); +lean_object* x_1263; lean_object* x_1264; lean_object* x_1265; lean_object* x_1266; lean_object* x_1267; +x_1263 = lean_ctor_get(x_3, 2); +x_1264 = lean_ctor_get(x_3, 3); +lean_inc(x_1258); +x_1265 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1265, 0, x_1258); +lean_ctor_set(x_1265, 1, x_1263); +x_1266 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_1264, x_1258, x_1260); +lean_ctor_set(x_3, 3, x_1266); +lean_ctor_set(x_3, 2, x_1265); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1279 = l_Lean_Compiler_LCNF_Simp_specializePartialApp(x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1273); -if (lean_obj_tag(x_1279) == 0) -{ -lean_object* x_1280; lean_object* x_1281; lean_object* x_1282; lean_object* x_1283; -x_1280 = lean_ctor_get(x_1279, 0); -lean_inc(x_1280); -x_1281 = lean_ctor_get(x_1279, 1); -lean_inc(x_1281); -lean_dec(x_1279); -x_1282 = lean_ctor_get(x_1280, 0); -lean_inc(x_1282); -x_1283 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1282, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1281); -if (lean_obj_tag(x_1283) == 0) -{ -lean_object* x_1284; lean_object* x_1285; lean_object* x_1286; lean_object* x_1287; lean_object* x_1288; -x_1284 = lean_ctor_get(x_1283, 1); -lean_inc(x_1284); -lean_dec(x_1283); -x_1285 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(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_1285); -x_1287 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1287, 0, x_1280); -lean_ctor_set(x_1287, 1, x_2); -x_1288 = l_Lean_Compiler_LCNF_Simp_simp(x_1287, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1286); -if (lean_obj_tag(x_1288) == 0) +x_1267 = l_Lean_Compiler_LCNF_Simp_specializePartialApp(x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1261); +if (lean_obj_tag(x_1267) == 0) { -uint8_t x_1289; -x_1289 = !lean_is_exclusive(x_1288); -if (x_1289 == 0) +lean_object* x_1268; lean_object* x_1269; lean_object* x_1270; lean_object* x_1271; +x_1268 = lean_ctor_get(x_1267, 0); +lean_inc(x_1268); +x_1269 = lean_ctor_get(x_1267, 1); +lean_inc(x_1269); +lean_dec(x_1267); +x_1270 = lean_ctor_get(x_1268, 0); +lean_inc(x_1270); +x_1271 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1270, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1269); +if (lean_obj_tag(x_1271) == 0) { -lean_object* x_1290; lean_object* x_1291; -x_1290 = lean_ctor_get(x_1288, 0); +lean_object* x_1272; lean_object* x_1273; lean_object* x_1274; lean_object* x_1275; lean_object* x_1276; +x_1272 = lean_ctor_get(x_1271, 1); +lean_inc(x_1272); +lean_dec(x_1271); +x_1273 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1272); +x_1274 = lean_ctor_get(x_1273, 1); +lean_inc(x_1274); +lean_dec(x_1273); +x_1275 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1275, 0, x_1268); +lean_ctor_set(x_1275, 1, x_2); +x_1276 = l_Lean_Compiler_LCNF_Simp_simp(x_1275, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1274); +if (lean_obj_tag(x_1276) == 0) +{ +uint8_t x_1277; +x_1277 = !lean_is_exclusive(x_1276); +if (x_1277 == 0) +{ +lean_object* x_1278; lean_object* x_1279; +x_1278 = lean_ctor_get(x_1276, 0); if (lean_is_scalar(x_22)) { - x_1291 = lean_alloc_ctor(1, 1, 0); + x_1279 = lean_alloc_ctor(1, 1, 0); } else { - x_1291 = x_22; + x_1279 = x_22; } -lean_ctor_set(x_1291, 0, x_1290); -lean_ctor_set(x_1288, 0, x_1291); -return x_1288; +lean_ctor_set(x_1279, 0, x_1278); +lean_ctor_set(x_1276, 0, x_1279); +return x_1276; } else { -lean_object* x_1292; lean_object* x_1293; lean_object* x_1294; lean_object* x_1295; -x_1292 = lean_ctor_get(x_1288, 0); -x_1293 = lean_ctor_get(x_1288, 1); -lean_inc(x_1293); -lean_inc(x_1292); -lean_dec(x_1288); +lean_object* x_1280; lean_object* x_1281; lean_object* x_1282; lean_object* x_1283; +x_1280 = lean_ctor_get(x_1276, 0); +x_1281 = lean_ctor_get(x_1276, 1); +lean_inc(x_1281); +lean_inc(x_1280); +lean_dec(x_1276); if (lean_is_scalar(x_22)) { - x_1294 = lean_alloc_ctor(1, 1, 0); + x_1282 = lean_alloc_ctor(1, 1, 0); } else { - x_1294 = x_22; + x_1282 = x_22; } -lean_ctor_set(x_1294, 0, x_1292); -x_1295 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1295, 0, x_1294); -lean_ctor_set(x_1295, 1, x_1293); -return x_1295; +lean_ctor_set(x_1282, 0, x_1280); +x_1283 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1283, 0, x_1282); +lean_ctor_set(x_1283, 1, x_1281); +return x_1283; } } else { -uint8_t x_1296; +uint8_t x_1284; lean_dec(x_22); -x_1296 = !lean_is_exclusive(x_1288); -if (x_1296 == 0) +x_1284 = !lean_is_exclusive(x_1276); +if (x_1284 == 0) { -return x_1288; +return x_1276; } else { -lean_object* x_1297; lean_object* x_1298; lean_object* x_1299; -x_1297 = lean_ctor_get(x_1288, 0); -x_1298 = lean_ctor_get(x_1288, 1); -lean_inc(x_1298); -lean_inc(x_1297); -lean_dec(x_1288); -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; +lean_object* x_1285; lean_object* x_1286; lean_object* x_1287; +x_1285 = lean_ctor_get(x_1276, 0); +x_1286 = lean_ctor_get(x_1276, 1); +lean_inc(x_1286); +lean_inc(x_1285); +lean_dec(x_1276); +x_1287 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1287, 0, x_1285); +lean_ctor_set(x_1287, 1, x_1286); +return x_1287; } } } else { -uint8_t x_1300; -lean_dec(x_1280); +uint8_t x_1288; +lean_dec(x_1268); lean_dec(x_3); lean_dec(x_22); lean_dec(x_9); @@ -8962,29 +8940,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1300 = !lean_is_exclusive(x_1283); -if (x_1300 == 0) +x_1288 = !lean_is_exclusive(x_1271); +if (x_1288 == 0) { -return x_1283; +return x_1271; } else { -lean_object* x_1301; lean_object* x_1302; lean_object* x_1303; -x_1301 = lean_ctor_get(x_1283, 0); -x_1302 = lean_ctor_get(x_1283, 1); -lean_inc(x_1302); -lean_inc(x_1301); -lean_dec(x_1283); -x_1303 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1303, 0, x_1301); -lean_ctor_set(x_1303, 1, x_1302); -return x_1303; +lean_object* x_1289; lean_object* x_1290; lean_object* x_1291; +x_1289 = lean_ctor_get(x_1271, 0); +x_1290 = lean_ctor_get(x_1271, 1); +lean_inc(x_1290); +lean_inc(x_1289); +lean_dec(x_1271); +x_1291 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1291, 0, x_1289); +lean_ctor_set(x_1291, 1, x_1290); +return x_1291; } } } else { -uint8_t x_1304; +uint8_t x_1292; lean_dec(x_3); lean_dec(x_26); lean_dec(x_22); @@ -8995,139 +8973,139 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1304 = !lean_is_exclusive(x_1279); -if (x_1304 == 0) +x_1292 = !lean_is_exclusive(x_1267); +if (x_1292 == 0) { -return x_1279; +return x_1267; } else { -lean_object* x_1305; lean_object* x_1306; lean_object* x_1307; -x_1305 = lean_ctor_get(x_1279, 0); -x_1306 = lean_ctor_get(x_1279, 1); -lean_inc(x_1306); -lean_inc(x_1305); -lean_dec(x_1279); -x_1307 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1307, 0, x_1305); -lean_ctor_set(x_1307, 1, x_1306); -return x_1307; +lean_object* x_1293; lean_object* x_1294; lean_object* x_1295; +x_1293 = lean_ctor_get(x_1267, 0); +x_1294 = lean_ctor_get(x_1267, 1); +lean_inc(x_1294); +lean_inc(x_1293); +lean_dec(x_1267); +x_1295 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1295, 0, x_1293); +lean_ctor_set(x_1295, 1, x_1294); +return x_1295; } } } else { -lean_object* x_1308; lean_object* x_1309; lean_object* x_1310; lean_object* x_1311; lean_object* x_1312; lean_object* x_1313; lean_object* x_1314; lean_object* x_1315; -x_1308 = lean_ctor_get(x_3, 0); -x_1309 = lean_ctor_get(x_3, 1); -x_1310 = lean_ctor_get(x_3, 2); -x_1311 = lean_ctor_get(x_3, 3); -lean_inc(x_1311); -lean_inc(x_1310); -lean_inc(x_1309); -lean_inc(x_1308); +lean_object* x_1296; lean_object* x_1297; lean_object* x_1298; lean_object* x_1299; lean_object* x_1300; lean_object* x_1301; lean_object* x_1302; lean_object* x_1303; +x_1296 = lean_ctor_get(x_3, 0); +x_1297 = lean_ctor_get(x_3, 1); +x_1298 = lean_ctor_get(x_3, 2); +x_1299 = lean_ctor_get(x_3, 3); +lean_inc(x_1299); +lean_inc(x_1298); +lean_inc(x_1297); +lean_inc(x_1296); lean_dec(x_3); -lean_inc(x_1270); -x_1312 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1312, 0, x_1270); -lean_ctor_set(x_1312, 1, x_1310); -x_1313 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_1311, x_1270, x_1272); -x_1314 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_1314, 0, x_1308); -lean_ctor_set(x_1314, 1, x_1309); -lean_ctor_set(x_1314, 2, x_1312); -lean_ctor_set(x_1314, 3, x_1313); +lean_inc(x_1258); +x_1300 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1300, 0, x_1258); +lean_ctor_set(x_1300, 1, x_1298); +x_1301 = l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_Simp_withInlining___spec__1(x_1299, x_1258, x_1260); +x_1302 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_1302, 0, x_1296); +lean_ctor_set(x_1302, 1, x_1297); +lean_ctor_set(x_1302, 2, x_1300); +lean_ctor_set(x_1302, 3, x_1301); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1315 = l_Lean_Compiler_LCNF_Simp_specializePartialApp(x_21, x_1314, x_4, x_5, x_6, x_7, x_8, x_9, x_1273); -if (lean_obj_tag(x_1315) == 0) -{ -lean_object* x_1316; lean_object* x_1317; lean_object* x_1318; lean_object* x_1319; -x_1316 = lean_ctor_get(x_1315, 0); -lean_inc(x_1316); -x_1317 = lean_ctor_get(x_1315, 1); -lean_inc(x_1317); -lean_dec(x_1315); -x_1318 = lean_ctor_get(x_1316, 0); -lean_inc(x_1318); -x_1319 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1318, x_1314, x_4, x_5, x_6, x_7, x_8, x_9, x_1317); -if (lean_obj_tag(x_1319) == 0) -{ -lean_object* x_1320; lean_object* x_1321; lean_object* x_1322; lean_object* x_1323; lean_object* x_1324; -x_1320 = lean_ctor_get(x_1319, 1); -lean_inc(x_1320); -lean_dec(x_1319); -x_1321 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1320); -x_1322 = lean_ctor_get(x_1321, 1); -lean_inc(x_1322); -lean_dec(x_1321); -x_1323 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1323, 0, x_1316); -lean_ctor_set(x_1323, 1, x_2); -x_1324 = l_Lean_Compiler_LCNF_Simp_simp(x_1323, x_1314, x_4, x_5, x_6, x_7, x_8, x_9, x_1322); -if (lean_obj_tag(x_1324) == 0) -{ -lean_object* x_1325; lean_object* x_1326; lean_object* x_1327; lean_object* x_1328; lean_object* x_1329; -x_1325 = lean_ctor_get(x_1324, 0); -lean_inc(x_1325); -x_1326 = lean_ctor_get(x_1324, 1); -lean_inc(x_1326); -if (lean_is_exclusive(x_1324)) { - lean_ctor_release(x_1324, 0); - lean_ctor_release(x_1324, 1); - x_1327 = x_1324; +x_1303 = l_Lean_Compiler_LCNF_Simp_specializePartialApp(x_21, x_1302, x_4, x_5, x_6, x_7, x_8, x_9, x_1261); +if (lean_obj_tag(x_1303) == 0) +{ +lean_object* x_1304; lean_object* x_1305; lean_object* x_1306; lean_object* x_1307; +x_1304 = lean_ctor_get(x_1303, 0); +lean_inc(x_1304); +x_1305 = lean_ctor_get(x_1303, 1); +lean_inc(x_1305); +lean_dec(x_1303); +x_1306 = lean_ctor_get(x_1304, 0); +lean_inc(x_1306); +x_1307 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1306, x_1302, x_4, x_5, x_6, x_7, x_8, x_9, x_1305); +if (lean_obj_tag(x_1307) == 0) +{ +lean_object* x_1308; lean_object* x_1309; lean_object* x_1310; lean_object* x_1311; lean_object* x_1312; +x_1308 = lean_ctor_get(x_1307, 1); +lean_inc(x_1308); +lean_dec(x_1307); +x_1309 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1308); +x_1310 = lean_ctor_get(x_1309, 1); +lean_inc(x_1310); +lean_dec(x_1309); +x_1311 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1311, 0, x_1304); +lean_ctor_set(x_1311, 1, x_2); +x_1312 = l_Lean_Compiler_LCNF_Simp_simp(x_1311, x_1302, x_4, x_5, x_6, x_7, x_8, x_9, x_1310); +if (lean_obj_tag(x_1312) == 0) +{ +lean_object* x_1313; lean_object* x_1314; lean_object* x_1315; lean_object* x_1316; lean_object* x_1317; +x_1313 = lean_ctor_get(x_1312, 0); +lean_inc(x_1313); +x_1314 = lean_ctor_get(x_1312, 1); +lean_inc(x_1314); +if (lean_is_exclusive(x_1312)) { + lean_ctor_release(x_1312, 0); + lean_ctor_release(x_1312, 1); + x_1315 = x_1312; } else { - lean_dec_ref(x_1324); - x_1327 = lean_box(0); + lean_dec_ref(x_1312); + x_1315 = lean_box(0); } if (lean_is_scalar(x_22)) { - x_1328 = lean_alloc_ctor(1, 1, 0); + x_1316 = lean_alloc_ctor(1, 1, 0); } else { - x_1328 = x_22; + x_1316 = x_22; } -lean_ctor_set(x_1328, 0, x_1325); -if (lean_is_scalar(x_1327)) { - x_1329 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1316, 0, x_1313); +if (lean_is_scalar(x_1315)) { + x_1317 = lean_alloc_ctor(0, 2, 0); } else { - x_1329 = x_1327; + x_1317 = x_1315; } -lean_ctor_set(x_1329, 0, x_1328); -lean_ctor_set(x_1329, 1, x_1326); -return x_1329; +lean_ctor_set(x_1317, 0, x_1316); +lean_ctor_set(x_1317, 1, x_1314); +return x_1317; } else { -lean_object* x_1330; lean_object* x_1331; lean_object* x_1332; lean_object* x_1333; +lean_object* x_1318; lean_object* x_1319; lean_object* x_1320; lean_object* x_1321; lean_dec(x_22); -x_1330 = lean_ctor_get(x_1324, 0); -lean_inc(x_1330); -x_1331 = lean_ctor_get(x_1324, 1); -lean_inc(x_1331); -if (lean_is_exclusive(x_1324)) { - lean_ctor_release(x_1324, 0); - lean_ctor_release(x_1324, 1); - x_1332 = x_1324; +x_1318 = lean_ctor_get(x_1312, 0); +lean_inc(x_1318); +x_1319 = lean_ctor_get(x_1312, 1); +lean_inc(x_1319); +if (lean_is_exclusive(x_1312)) { + lean_ctor_release(x_1312, 0); + lean_ctor_release(x_1312, 1); + x_1320 = x_1312; } else { - lean_dec_ref(x_1324); - x_1332 = lean_box(0); + lean_dec_ref(x_1312); + x_1320 = lean_box(0); } -if (lean_is_scalar(x_1332)) { - x_1333 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1320)) { + x_1321 = lean_alloc_ctor(1, 2, 0); } else { - x_1333 = x_1332; + x_1321 = x_1320; } -lean_ctor_set(x_1333, 0, x_1330); -lean_ctor_set(x_1333, 1, x_1331); -return x_1333; +lean_ctor_set(x_1321, 0, x_1318); +lean_ctor_set(x_1321, 1, x_1319); +return x_1321; } } else { -lean_object* x_1334; lean_object* x_1335; lean_object* x_1336; lean_object* x_1337; -lean_dec(x_1316); -lean_dec(x_1314); +lean_object* x_1322; lean_object* x_1323; lean_object* x_1324; lean_object* x_1325; +lean_dec(x_1304); +lean_dec(x_1302); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -9136,32 +9114,32 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1334 = lean_ctor_get(x_1319, 0); -lean_inc(x_1334); -x_1335 = lean_ctor_get(x_1319, 1); -lean_inc(x_1335); -if (lean_is_exclusive(x_1319)) { - lean_ctor_release(x_1319, 0); - lean_ctor_release(x_1319, 1); - x_1336 = x_1319; +x_1322 = lean_ctor_get(x_1307, 0); +lean_inc(x_1322); +x_1323 = lean_ctor_get(x_1307, 1); +lean_inc(x_1323); +if (lean_is_exclusive(x_1307)) { + lean_ctor_release(x_1307, 0); + lean_ctor_release(x_1307, 1); + x_1324 = x_1307; } else { - lean_dec_ref(x_1319); - x_1336 = lean_box(0); + lean_dec_ref(x_1307); + x_1324 = lean_box(0); } -if (lean_is_scalar(x_1336)) { - x_1337 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1324)) { + x_1325 = lean_alloc_ctor(1, 2, 0); } else { - x_1337 = x_1336; + x_1325 = x_1324; } -lean_ctor_set(x_1337, 0, x_1334); -lean_ctor_set(x_1337, 1, x_1335); -return x_1337; +lean_ctor_set(x_1325, 0, x_1322); +lean_ctor_set(x_1325, 1, x_1323); +return x_1325; } } else { -lean_object* x_1338; lean_object* x_1339; lean_object* x_1340; lean_object* x_1341; -lean_dec(x_1314); +lean_object* x_1326; lean_object* x_1327; lean_object* x_1328; lean_object* x_1329; +lean_dec(x_1302); lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -9171,33 +9149,33 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_1338 = lean_ctor_get(x_1315, 0); -lean_inc(x_1338); -x_1339 = lean_ctor_get(x_1315, 1); -lean_inc(x_1339); -if (lean_is_exclusive(x_1315)) { - lean_ctor_release(x_1315, 0); - lean_ctor_release(x_1315, 1); - x_1340 = x_1315; +x_1326 = lean_ctor_get(x_1303, 0); +lean_inc(x_1326); +x_1327 = lean_ctor_get(x_1303, 1); +lean_inc(x_1327); +if (lean_is_exclusive(x_1303)) { + lean_ctor_release(x_1303, 0); + lean_ctor_release(x_1303, 1); + x_1328 = x_1303; } else { - lean_dec_ref(x_1315); - x_1340 = lean_box(0); + lean_dec_ref(x_1303); + x_1328 = lean_box(0); } -if (lean_is_scalar(x_1340)) { - x_1341 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1328)) { + x_1329 = lean_alloc_ctor(1, 2, 0); } else { - x_1341 = x_1340; + x_1329 = x_1328; } -lean_ctor_set(x_1341, 0, x_1338); -lean_ctor_set(x_1341, 1, x_1339); -return x_1341; +lean_ctor_set(x_1329, 0, x_1326); +lean_ctor_set(x_1329, 1, x_1327); +return x_1329; } } } else { -uint8_t x_1342; -lean_dec(x_1270); +uint8_t x_1330; +lean_dec(x_1258); lean_dec(x_26); lean_dec(x_22); lean_dec(x_21); @@ -9209,125 +9187,125 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1342 = !lean_is_exclusive(x_1271); -if (x_1342 == 0) +x_1330 = !lean_is_exclusive(x_1259); +if (x_1330 == 0) { -return x_1271; +return x_1259; } else { -lean_object* x_1343; lean_object* x_1344; lean_object* x_1345; -x_1343 = lean_ctor_get(x_1271, 0); -x_1344 = lean_ctor_get(x_1271, 1); -lean_inc(x_1344); -lean_inc(x_1343); -lean_dec(x_1271); -x_1345 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1345, 0, x_1343); -lean_ctor_set(x_1345, 1, x_1344); -return x_1345; +lean_object* x_1331; lean_object* x_1332; lean_object* x_1333; +x_1331 = lean_ctor_get(x_1259, 0); +x_1332 = lean_ctor_get(x_1259, 1); +lean_inc(x_1332); +lean_inc(x_1331); +lean_dec(x_1259); +x_1333 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1333, 0, x_1331); +lean_ctor_set(x_1333, 1, x_1332); +return x_1333; } } } else { -lean_object* x_1346; +lean_object* x_1334; lean_dec(x_11); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_1346 = l_Lean_Compiler_LCNF_Simp_specializePartialApp(x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); -if (lean_obj_tag(x_1346) == 0) -{ -lean_object* x_1347; lean_object* x_1348; lean_object* x_1349; lean_object* x_1350; -x_1347 = lean_ctor_get(x_1346, 0); -lean_inc(x_1347); -x_1348 = lean_ctor_get(x_1346, 1); -lean_inc(x_1348); -lean_dec(x_1346); -x_1349 = lean_ctor_get(x_1347, 0); -lean_inc(x_1349); -x_1350 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1349, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1348); -if (lean_obj_tag(x_1350) == 0) -{ -lean_object* x_1351; lean_object* x_1352; lean_object* x_1353; lean_object* x_1354; lean_object* x_1355; -x_1351 = lean_ctor_get(x_1350, 1); -lean_inc(x_1351); -lean_dec(x_1350); -x_1352 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1351); -x_1353 = lean_ctor_get(x_1352, 1); -lean_inc(x_1353); -lean_dec(x_1352); -x_1354 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1354, 0, x_1347); -lean_ctor_set(x_1354, 1, x_2); -x_1355 = l_Lean_Compiler_LCNF_Simp_simp(x_1354, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1353); -if (lean_obj_tag(x_1355) == 0) -{ -uint8_t x_1356; -x_1356 = !lean_is_exclusive(x_1355); -if (x_1356 == 0) +x_1334 = l_Lean_Compiler_LCNF_Simp_specializePartialApp(x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +if (lean_obj_tag(x_1334) == 0) { -lean_object* x_1357; lean_object* x_1358; -x_1357 = lean_ctor_get(x_1355, 0); +lean_object* x_1335; lean_object* x_1336; lean_object* x_1337; lean_object* x_1338; +x_1335 = lean_ctor_get(x_1334, 0); +lean_inc(x_1335); +x_1336 = lean_ctor_get(x_1334, 1); +lean_inc(x_1336); +lean_dec(x_1334); +x_1337 = lean_ctor_get(x_1335, 0); +lean_inc(x_1337); +x_1338 = l_Lean_Compiler_LCNF_Simp_addFVarSubst(x_26, x_1337, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1336); +if (lean_obj_tag(x_1338) == 0) +{ +lean_object* x_1339; lean_object* x_1340; lean_object* x_1341; lean_object* x_1342; lean_object* x_1343; +x_1339 = lean_ctor_get(x_1338, 1); +lean_inc(x_1339); +lean_dec(x_1338); +x_1340 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_1339); +x_1341 = lean_ctor_get(x_1340, 1); +lean_inc(x_1341); +lean_dec(x_1340); +x_1342 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1342, 0, x_1335); +lean_ctor_set(x_1342, 1, x_2); +x_1343 = l_Lean_Compiler_LCNF_Simp_simp(x_1342, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1341); +if (lean_obj_tag(x_1343) == 0) +{ +uint8_t x_1344; +x_1344 = !lean_is_exclusive(x_1343); +if (x_1344 == 0) +{ +lean_object* x_1345; lean_object* x_1346; +x_1345 = lean_ctor_get(x_1343, 0); if (lean_is_scalar(x_22)) { - x_1358 = lean_alloc_ctor(1, 1, 0); + x_1346 = lean_alloc_ctor(1, 1, 0); } else { - x_1358 = x_22; + x_1346 = x_22; } -lean_ctor_set(x_1358, 0, x_1357); -lean_ctor_set(x_1355, 0, x_1358); -return x_1355; +lean_ctor_set(x_1346, 0, x_1345); +lean_ctor_set(x_1343, 0, x_1346); +return x_1343; } else { -lean_object* x_1359; lean_object* x_1360; lean_object* x_1361; lean_object* x_1362; -x_1359 = lean_ctor_get(x_1355, 0); -x_1360 = lean_ctor_get(x_1355, 1); -lean_inc(x_1360); -lean_inc(x_1359); -lean_dec(x_1355); +lean_object* x_1347; lean_object* x_1348; lean_object* x_1349; lean_object* x_1350; +x_1347 = lean_ctor_get(x_1343, 0); +x_1348 = lean_ctor_get(x_1343, 1); +lean_inc(x_1348); +lean_inc(x_1347); +lean_dec(x_1343); if (lean_is_scalar(x_22)) { - x_1361 = lean_alloc_ctor(1, 1, 0); + x_1349 = lean_alloc_ctor(1, 1, 0); } else { - x_1361 = x_22; + x_1349 = x_22; } -lean_ctor_set(x_1361, 0, x_1359); -x_1362 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1362, 0, x_1361); -lean_ctor_set(x_1362, 1, x_1360); -return x_1362; +lean_ctor_set(x_1349, 0, x_1347); +x_1350 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1350, 0, x_1349); +lean_ctor_set(x_1350, 1, x_1348); +return x_1350; } } else { -uint8_t x_1363; +uint8_t x_1351; lean_dec(x_22); -x_1363 = !lean_is_exclusive(x_1355); -if (x_1363 == 0) +x_1351 = !lean_is_exclusive(x_1343); +if (x_1351 == 0) { -return x_1355; +return x_1343; } else { -lean_object* x_1364; lean_object* x_1365; lean_object* x_1366; -x_1364 = lean_ctor_get(x_1355, 0); -x_1365 = lean_ctor_get(x_1355, 1); -lean_inc(x_1365); -lean_inc(x_1364); -lean_dec(x_1355); -x_1366 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1366, 0, x_1364); -lean_ctor_set(x_1366, 1, x_1365); -return x_1366; +lean_object* x_1352; lean_object* x_1353; lean_object* x_1354; +x_1352 = lean_ctor_get(x_1343, 0); +x_1353 = lean_ctor_get(x_1343, 1); +lean_inc(x_1353); +lean_inc(x_1352); +lean_dec(x_1343); +x_1354 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1354, 0, x_1352); +lean_ctor_set(x_1354, 1, x_1353); +return x_1354; } } } else { -uint8_t x_1367; -lean_dec(x_1347); +uint8_t x_1355; +lean_dec(x_1335); lean_dec(x_22); lean_dec(x_9); lean_dec(x_8); @@ -9337,29 +9315,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1367 = !lean_is_exclusive(x_1350); -if (x_1367 == 0) +x_1355 = !lean_is_exclusive(x_1338); +if (x_1355 == 0) { -return x_1350; +return x_1338; } else { -lean_object* x_1368; lean_object* x_1369; lean_object* x_1370; -x_1368 = lean_ctor_get(x_1350, 0); -x_1369 = lean_ctor_get(x_1350, 1); -lean_inc(x_1369); -lean_inc(x_1368); -lean_dec(x_1350); -x_1370 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1370, 0, x_1368); -lean_ctor_set(x_1370, 1, x_1369); -return x_1370; +lean_object* x_1356; lean_object* x_1357; lean_object* x_1358; +x_1356 = lean_ctor_get(x_1338, 0); +x_1357 = lean_ctor_get(x_1338, 1); +lean_inc(x_1357); +lean_inc(x_1356); +lean_dec(x_1338); +x_1358 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1358, 0, x_1356); +lean_ctor_set(x_1358, 1, x_1357); +return x_1358; } } } else { -uint8_t x_1371; +uint8_t x_1359; lean_dec(x_26); lean_dec(x_22); lean_dec(x_9); @@ -9370,23 +9348,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1371 = !lean_is_exclusive(x_1346); -if (x_1371 == 0) +x_1359 = !lean_is_exclusive(x_1334); +if (x_1359 == 0) { -return x_1346; +return x_1334; } else { -lean_object* x_1372; lean_object* x_1373; lean_object* x_1374; -x_1372 = lean_ctor_get(x_1346, 0); -x_1373 = lean_ctor_get(x_1346, 1); -lean_inc(x_1373); -lean_inc(x_1372); -lean_dec(x_1346); -x_1374 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1374, 0, x_1372); -lean_ctor_set(x_1374, 1, x_1373); -return x_1374; +lean_object* x_1360; lean_object* x_1361; lean_object* x_1362; +x_1360 = lean_ctor_get(x_1334, 0); +x_1361 = lean_ctor_get(x_1334, 1); +lean_inc(x_1361); +lean_inc(x_1360); +lean_dec(x_1334); +x_1362 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1362, 0, x_1360); +lean_ctor_set(x_1362, 1, x_1361); +return x_1362; } } } @@ -9395,7 +9373,7 @@ return x_1374; } else { -uint8_t x_1375; +uint8_t x_1363; lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); @@ -9406,23 +9384,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_1375 = !lean_is_exclusive(x_12); -if (x_1375 == 0) +x_1363 = !lean_is_exclusive(x_12); +if (x_1363 == 0) { return x_12; } else { -lean_object* x_1376; lean_object* x_1377; lean_object* x_1378; -x_1376 = lean_ctor_get(x_12, 0); -x_1377 = lean_ctor_get(x_12, 1); -lean_inc(x_1377); -lean_inc(x_1376); +lean_object* x_1364; lean_object* x_1365; lean_object* x_1366; +x_1364 = lean_ctor_get(x_12, 0); +x_1365 = lean_ctor_get(x_12, 1); +lean_inc(x_1365); +lean_inc(x_1364); lean_dec(x_12); -x_1378 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1378, 0, x_1376); -lean_ctor_set(x_1378, 1, x_1377); -return x_1378; +x_1366 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1366, 0, x_1364); +lean_ctor_set(x_1366, 1, x_1365); +return x_1366; } } } @@ -10921,156 +10899,63 @@ x_15 = lean_unsigned_to_nat(0u); x_16 = lean_nat_dec_lt(x_15, x_14); if (x_16 == 0) { -uint8_t x_79; +uint8_t x_60; lean_dec(x_14); -x_79 = 0; -x_17 = x_79; +x_60 = 0; +x_17 = x_60; x_18 = x_10; -goto block_78; +goto block_59; } else { -uint8_t x_80; -x_80 = lean_nat_dec_le(x_14, x_14); -if (x_80 == 0) +uint8_t x_61; +x_61 = lean_nat_dec_le(x_14, x_14); +if (x_61 == 0) { -uint8_t x_81; +uint8_t x_62; lean_dec(x_14); -x_81 = 0; -x_17 = x_81; +x_62 = 0; +x_17 = x_62; x_18 = x_10; -goto block_78; +goto block_59; } else { -size_t x_82; size_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; -x_82 = 0; -x_83 = lean_usize_of_nat(x_14); +size_t x_63; size_t x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = 0; +x_64 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_84 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_Simp_simp___spec__3(x_12, x_82, x_83, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_85 = lean_ctor_get(x_84, 0); -lean_inc(x_85); -x_86 = lean_ctor_get(x_84, 1); -lean_inc(x_86); -lean_dec(x_84); -x_87 = lean_unbox(x_85); -lean_dec(x_85); -x_17 = x_87; -x_18 = x_86; -goto block_78; -} -} -block_78: -{ -lean_object* x_19; -if (lean_obj_tag(x_13) == 6) -{ -lean_object* x_58; -lean_inc(x_9); -lean_inc(x_8); -x_58 = l_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx(x_1, x_11, x_12, x_5, x_6, x_7, x_8, x_9, x_18); -if (lean_obj_tag(x_58) == 0) -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; -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_Compiler_LCNF_Simp_simp(x_13, x_3, x_4, x_59, x_6, x_7, x_8, x_9, x_60); -if (lean_obj_tag(x_61) == 0) -{ -uint8_t x_62; -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; -x_63 = lean_ctor_get(x_61, 0); -x_64 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_2, x_63); -lean_ctor_set(x_61, 0, x_64); -return x_61; -} -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_65 = lean_ctor_get(x_61, 0); -x_66 = lean_ctor_get(x_61, 1); +x_65 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_Simp_simp___spec__3(x_12, x_63, x_64, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_66 = lean_ctor_get(x_65, 0); lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_61); -x_67 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_2, x_65); -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 -{ -uint8_t x_69; -lean_dec(x_2); -x_69 = !lean_is_exclusive(x_61); -if (x_69 == 0) -{ -return x_61; -} -else -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_61, 0); -x_71 = lean_ctor_get(x_61, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_61); -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; -} +x_67 = lean_ctor_get(x_65, 1); +lean_inc(x_67); +lean_dec(x_65); +x_68 = lean_unbox(x_66); +lean_dec(x_66); +x_17 = x_68; +x_18 = x_67; +goto block_59; } } -else -{ -uint8_t x_73; -lean_dec(x_13); -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); -x_73 = !lean_is_exclusive(x_58); -if (x_73 == 0) +block_59: { -return x_58; -} -else +uint8_t x_19; +if (lean_obj_tag(x_13) == 6) { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_58, 0); -x_75 = lean_ctor_get(x_58, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_58); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; -} -} +uint8_t x_58; +x_58 = 0; +x_19 = x_58; +goto block_57; } else { -lean_object* x_77; -x_77 = lean_box(0); -x_19 = x_77; +x_19 = x_17; goto block_57; } block_57: { -lean_dec(x_19); -if (x_17 == 0) +if (x_19 == 0) { lean_object* x_20; lean_inc(x_9); @@ -11262,59 +11147,59 @@ return x_56; } else { -lean_object* x_88; lean_object* x_89; +lean_object* x_69; lean_object* x_70; lean_dec(x_1); -x_88 = lean_ctor_get(x_2, 0); -lean_inc(x_88); -x_89 = l_Lean_Compiler_LCNF_Simp_simp(x_88, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_89) == 0) +x_69 = lean_ctor_get(x_2, 0); +lean_inc(x_69); +x_70 = l_Lean_Compiler_LCNF_Simp_simp(x_69, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_70) == 0) { -uint8_t x_90; -x_90 = !lean_is_exclusive(x_89); -if (x_90 == 0) +uint8_t x_71; +x_71 = !lean_is_exclusive(x_70); +if (x_71 == 0) { -lean_object* x_91; lean_object* x_92; -x_91 = lean_ctor_get(x_89, 0); -x_92 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_2, x_91); -lean_ctor_set(x_89, 0, x_92); -return x_89; +lean_object* x_72; lean_object* x_73; +x_72 = lean_ctor_get(x_70, 0); +x_73 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_2, x_72); +lean_ctor_set(x_70, 0, x_73); +return x_70; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_ctor_get(x_89, 0); -x_94 = lean_ctor_get(x_89, 1); -lean_inc(x_94); -lean_inc(x_93); -lean_dec(x_89); -x_95 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_2, x_93); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_94); -return x_96; +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_74 = lean_ctor_get(x_70, 0); +x_75 = lean_ctor_get(x_70, 1); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_70); +x_76 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_2, x_74); +x_77 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_75); +return x_77; } } else { -uint8_t x_97; +uint8_t x_78; lean_dec(x_2); -x_97 = !lean_is_exclusive(x_89); -if (x_97 == 0) +x_78 = !lean_is_exclusive(x_70); +if (x_78 == 0) { -return x_89; +return x_70; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_89, 0); -x_99 = lean_ctor_get(x_89, 1); -lean_inc(x_99); -lean_inc(x_98); -lean_dec(x_89); -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_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_70, 0); +x_80 = lean_ctor_get(x_70, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_70); +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; } } } @@ -12355,124 +12240,89 @@ lean_inc(x_238); x_255 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Simp_simp___spec__4(x_238, x_254, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_253); if (lean_obj_tag(x_255) == 0) { -lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; +lean_object* x_256; lean_object* x_257; lean_object* x_258; x_256 = lean_ctor_get(x_255, 0); lean_inc(x_256); x_257 = lean_ctor_get(x_255, 1); lean_inc(x_257); -if (lean_is_exclusive(x_255)) { - lean_ctor_release(x_255, 0); - lean_ctor_release(x_255, 1); - x_258 = x_255; -} else { - lean_dec_ref(x_255); - x_258 = lean_box(0); -} -x_259 = l_Lean_Compiler_LCNF_Simp_addDefaultAlt(x_256, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_257); -if (lean_obj_tag(x_259) == 0) +lean_dec(x_255); +x_258 = l_Lean_Compiler_LCNF_Simp_addDefaultAlt(x_256, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_257); +if (lean_obj_tag(x_258) == 0) { -lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_294; lean_object* x_295; uint8_t x_306; -x_260 = lean_ctor_get(x_259, 0); +lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; uint8_t x_263; uint8_t x_303; +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_258, 1); lean_inc(x_260); -x_261 = lean_ctor_get(x_259, 1); -lean_inc(x_261); -if (lean_is_exclusive(x_259)) { - lean_ctor_release(x_259, 0); - lean_ctor_release(x_259, 1); - x_262 = x_259; +if (lean_is_exclusive(x_258)) { + lean_ctor_release(x_258, 0); + lean_ctor_release(x_258, 1); + x_261 = x_258; } else { - lean_dec_ref(x_259); - x_262 = lean_box(0); + lean_dec_ref(x_258); + x_261 = lean_box(0); } -x_294 = lean_array_get_size(x_260); -x_306 = lean_nat_dec_eq(x_294, x_34); -if (x_306 == 0) +x_262 = lean_array_get_size(x_259); +x_303 = lean_nat_dec_eq(x_262, x_34); +if (x_303 == 0) { -lean_object* x_307; -lean_dec(x_294); -lean_dec(x_258); -x_307 = lean_box(0); -x_263 = x_307; -goto block_293; +x_263 = x_244; +goto block_302; } else { -lean_object* x_308; uint8_t x_309; -x_308 = lean_unsigned_to_nat(0u); -x_309 = lean_nat_dec_lt(x_308, x_294); -if (x_309 == 0) +lean_object* x_304; uint8_t x_305; +x_304 = lean_unsigned_to_nat(0u); +x_305 = lean_nat_dec_lt(x_304, x_262); +if (x_305 == 0) { -lean_object* x_310; lean_object* x_311; -x_310 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; -x_311 = l___private_Init_Util_0__outOfBounds___rarg(x_310); -if (lean_obj_tag(x_311) == 0) +lean_object* x_306; lean_object* x_307; +x_306 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; +x_307 = l___private_Init_Util_0__outOfBounds___rarg(x_306); +if (lean_obj_tag(x_307) == 0) { -lean_object* x_312; -lean_dec(x_311); -lean_dec(x_294); -lean_dec(x_258); -x_312 = lean_box(0); -x_263 = x_312; -goto block_293; +lean_dec(x_307); +x_263 = x_244; +goto block_302; } else { -lean_object* x_313; -lean_dec(x_311); -lean_dec(x_262); -lean_dec(x_251); -lean_dec(x_246); -lean_dec(x_239); -lean_dec(x_238); -lean_dec(x_237); -lean_dec(x_236); -lean_dec(x_235); -lean_dec(x_1); -x_313 = lean_box(0); -x_295 = x_313; -goto block_305; +uint8_t x_308; +lean_dec(x_307); +x_308 = 1; +x_263 = x_308; +goto block_302; } } else { -lean_object* x_314; -x_314 = lean_array_fget(x_260, x_308); -if (lean_obj_tag(x_314) == 0) +lean_object* x_309; +x_309 = lean_array_fget(x_259, x_304); +if (lean_obj_tag(x_309) == 0) { -lean_object* x_315; -lean_dec(x_314); -lean_dec(x_294); -lean_dec(x_258); -x_315 = lean_box(0); -x_263 = x_315; -goto block_293; +lean_dec(x_309); +x_263 = x_244; +goto block_302; } else { -lean_object* x_316; -lean_dec(x_314); -lean_dec(x_262); -lean_dec(x_251); -lean_dec(x_246); -lean_dec(x_239); -lean_dec(x_238); -lean_dec(x_237); -lean_dec(x_236); -lean_dec(x_235); -lean_dec(x_1); -x_316 = lean_box(0); -x_295 = x_316; -goto block_305; +uint8_t x_310; +lean_dec(x_309); +x_310 = 1; +x_263 = x_310; +goto block_302; } } } -block_293: +block_302: +{ +if (x_263 == 0) { size_t x_264; size_t x_265; uint8_t x_266; -lean_dec(x_263); +lean_dec(x_262); x_264 = lean_ptr_addr(x_238); lean_dec(x_238); -x_265 = lean_ptr_addr(x_260); +x_265 = lean_ptr_addr(x_259); x_266 = lean_usize_dec_eq(x_264, x_265); if (x_266 == 0) { @@ -12493,15 +12343,15 @@ if (lean_is_scalar(x_239)) { lean_ctor_set(x_269, 0, x_235); lean_ctor_set(x_269, 1, x_251); lean_ctor_set(x_269, 2, x_246); -lean_ctor_set(x_269, 3, x_260); +lean_ctor_set(x_269, 3, x_259); lean_ctor_set(x_1, 0, x_269); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_270 = lean_alloc_ctor(0, 2, 0); } else { - x_270 = x_262; + x_270 = x_261; } lean_ctor_set(x_270, 0, x_1); -lean_ctor_set(x_270, 1, x_261); +lean_ctor_set(x_270, 1, x_260); return x_270; } else @@ -12516,16 +12366,16 @@ if (lean_is_scalar(x_239)) { lean_ctor_set(x_271, 0, x_235); lean_ctor_set(x_271, 1, x_251); lean_ctor_set(x_271, 2, x_246); -lean_ctor_set(x_271, 3, x_260); +lean_ctor_set(x_271, 3, x_259); x_272 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_272, 0, x_271); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_273 = lean_alloc_ctor(0, 2, 0); } else { - x_273 = x_262; + x_273 = x_261; } lean_ctor_set(x_273, 0, x_272); -lean_ctor_set(x_273, 1, x_261); +lean_ctor_set(x_273, 1, x_260); return x_273; } } @@ -12554,15 +12404,15 @@ if (lean_is_scalar(x_239)) { lean_ctor_set(x_279, 0, x_235); lean_ctor_set(x_279, 1, x_251); lean_ctor_set(x_279, 2, x_246); -lean_ctor_set(x_279, 3, x_260); +lean_ctor_set(x_279, 3, x_259); lean_ctor_set(x_1, 0, x_279); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_280 = lean_alloc_ctor(0, 2, 0); } else { - x_280 = x_262; + x_280 = x_261; } lean_ctor_set(x_280, 0, x_1); -lean_ctor_set(x_280, 1, x_261); +lean_ctor_set(x_280, 1, x_260); return x_280; } else @@ -12577,16 +12427,16 @@ if (lean_is_scalar(x_239)) { lean_ctor_set(x_281, 0, x_235); lean_ctor_set(x_281, 1, x_251); lean_ctor_set(x_281, 2, x_246); -lean_ctor_set(x_281, 3, x_260); +lean_ctor_set(x_281, 3, x_259); x_282 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_282, 0, x_281); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_283 = lean_alloc_ctor(0, 2, 0); } else { - x_283 = x_262; + x_283 = x_261; } lean_ctor_set(x_283, 0, x_282); -lean_ctor_set(x_283, 1, x_261); +lean_ctor_set(x_283, 1, x_260); return x_283; } } @@ -12612,15 +12462,15 @@ if (lean_is_scalar(x_239)) { lean_ctor_set(x_287, 0, x_235); lean_ctor_set(x_287, 1, x_251); lean_ctor_set(x_287, 2, x_246); -lean_ctor_set(x_287, 3, x_260); +lean_ctor_set(x_287, 3, x_259); lean_ctor_set(x_1, 0, x_287); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_288 = lean_alloc_ctor(0, 2, 0); } else { - x_288 = x_262; + x_288 = x_261; } lean_ctor_set(x_288, 0, x_1); -lean_ctor_set(x_288, 1, x_261); +lean_ctor_set(x_288, 1, x_260); return x_288; } else @@ -12635,85 +12485,92 @@ if (lean_is_scalar(x_239)) { lean_ctor_set(x_289, 0, x_235); lean_ctor_set(x_289, 1, x_251); lean_ctor_set(x_289, 2, x_246); -lean_ctor_set(x_289, 3, x_260); +lean_ctor_set(x_289, 3, x_259); x_290 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_290, 0, x_289); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_291 = lean_alloc_ctor(0, 2, 0); } else { - x_291 = x_262; + x_291 = x_261; } lean_ctor_set(x_291, 0, x_290); -lean_ctor_set(x_291, 1, x_261); +lean_ctor_set(x_291, 1, x_260); return x_291; } } else { lean_object* x_292; -lean_dec(x_260); +lean_dec(x_259); lean_dec(x_251); lean_dec(x_246); lean_dec(x_239); lean_dec(x_235); -if (lean_is_scalar(x_262)) { +if (lean_is_scalar(x_261)) { x_292 = lean_alloc_ctor(0, 2, 0); } else { - x_292 = x_262; + x_292 = x_261; } lean_ctor_set(x_292, 0, x_1); -lean_ctor_set(x_292, 1, x_261); +lean_ctor_set(x_292, 1, x_260); return x_292; } } } } -block_305: +else +{ +lean_object* x_293; uint8_t x_294; +lean_dec(x_251); +lean_dec(x_246); +lean_dec(x_239); +lean_dec(x_238); +lean_dec(x_237); +lean_dec(x_236); +lean_dec(x_235); +lean_dec(x_1); +x_293 = lean_unsigned_to_nat(0u); +x_294 = lean_nat_dec_lt(x_293, x_262); +lean_dec(x_262); +if (x_294 == 0) { -lean_object* x_296; uint8_t x_297; -lean_dec(x_295); -x_296 = lean_unsigned_to_nat(0u); -x_297 = lean_nat_dec_lt(x_296, x_294); -lean_dec(x_294); -if (x_297 == 0) +lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; +lean_dec(x_259); +x_295 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; +x_296 = l___private_Init_Util_0__outOfBounds___rarg(x_295); +x_297 = l_Lean_Compiler_LCNF_AltCore_getCode(x_296); +lean_dec(x_296); +if (lean_is_scalar(x_261)) { + x_298 = lean_alloc_ctor(0, 2, 0); +} else { + x_298 = x_261; +} +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_298, 1, x_260); +return x_298; +} +else { -lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; -lean_dec(x_260); -x_298 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; -x_299 = l___private_Init_Util_0__outOfBounds___rarg(x_298); +lean_object* x_299; lean_object* x_300; lean_object* x_301; +x_299 = lean_array_fget(x_259, x_293); +lean_dec(x_259); x_300 = l_Lean_Compiler_LCNF_AltCore_getCode(x_299); lean_dec(x_299); -if (lean_is_scalar(x_258)) { +if (lean_is_scalar(x_261)) { x_301 = lean_alloc_ctor(0, 2, 0); } else { - x_301 = x_258; + x_301 = x_261; } lean_ctor_set(x_301, 0, x_300); -lean_ctor_set(x_301, 1, x_261); +lean_ctor_set(x_301, 1, x_260); return x_301; } -else -{ -lean_object* x_302; lean_object* x_303; lean_object* x_304; -x_302 = lean_array_fget(x_260, x_296); -lean_dec(x_260); -x_303 = l_Lean_Compiler_LCNF_AltCore_getCode(x_302); -lean_dec(x_302); -if (lean_is_scalar(x_258)) { - x_304 = lean_alloc_ctor(0, 2, 0); -} else { - x_304 = x_258; -} -lean_ctor_set(x_304, 0, x_303); -lean_ctor_set(x_304, 1, x_261); -return x_304; } } } else { -uint8_t x_317; -lean_dec(x_258); +uint8_t x_311; lean_dec(x_251); lean_dec(x_246); lean_dec(x_239); @@ -12722,29 +12579,29 @@ lean_dec(x_237); lean_dec(x_236); lean_dec(x_235); lean_dec(x_1); -x_317 = !lean_is_exclusive(x_259); -if (x_317 == 0) +x_311 = !lean_is_exclusive(x_258); +if (x_311 == 0) { -return x_259; +return x_258; } else { -lean_object* x_318; lean_object* x_319; lean_object* x_320; -x_318 = lean_ctor_get(x_259, 0); -x_319 = lean_ctor_get(x_259, 1); -lean_inc(x_319); -lean_inc(x_318); -lean_dec(x_259); -x_320 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_320, 0, x_318); -lean_ctor_set(x_320, 1, x_319); -return x_320; +lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_312 = lean_ctor_get(x_258, 0); +x_313 = lean_ctor_get(x_258, 1); +lean_inc(x_313); +lean_inc(x_312); +lean_dec(x_258); +x_314 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_314, 0, x_312); +lean_ctor_set(x_314, 1, x_313); +return x_314; } } } else { -uint8_t x_321; +uint8_t x_315; lean_dec(x_251); lean_dec(x_246); lean_dec(x_239); @@ -12760,29 +12617,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_321 = !lean_is_exclusive(x_255); -if (x_321 == 0) +x_315 = !lean_is_exclusive(x_255); +if (x_315 == 0) { return x_255; } else { -lean_object* x_322; lean_object* x_323; lean_object* x_324; -x_322 = lean_ctor_get(x_255, 0); -x_323 = lean_ctor_get(x_255, 1); -lean_inc(x_323); -lean_inc(x_322); +lean_object* x_316; lean_object* x_317; lean_object* x_318; +x_316 = lean_ctor_get(x_255, 0); +x_317 = lean_ctor_get(x_255, 1); +lean_inc(x_317); +lean_inc(x_316); lean_dec(x_255); -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; +x_318 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_318, 0, x_316); +lean_ctor_set(x_318, 1, x_317); +return x_318; } } } else { -lean_object* x_325; +lean_object* x_319; lean_dec(x_239); lean_dec(x_238); lean_dec(x_237); @@ -12792,17 +12649,17 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_325 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_7, x_8, x_242); +x_319 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_7, x_8, x_242); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_325; +return x_319; } } else { -uint8_t x_326; +uint8_t x_320; lean_dec(x_231); lean_dec(x_7); lean_dec(x_8); @@ -12812,37 +12669,37 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_326 = !lean_is_exclusive(x_232); -if (x_326 == 0) +x_320 = !lean_is_exclusive(x_232); +if (x_320 == 0) { -lean_object* x_327; lean_object* x_328; -x_327 = lean_ctor_get(x_232, 0); -lean_dec(x_327); -x_328 = lean_ctor_get(x_233, 0); -lean_inc(x_328); +lean_object* x_321; lean_object* x_322; +x_321 = lean_ctor_get(x_232, 0); +lean_dec(x_321); +x_322 = lean_ctor_get(x_233, 0); +lean_inc(x_322); lean_dec(x_233); -lean_ctor_set(x_232, 0, x_328); +lean_ctor_set(x_232, 0, x_322); return x_232; } else { -lean_object* x_329; lean_object* x_330; lean_object* x_331; -x_329 = lean_ctor_get(x_232, 1); -lean_inc(x_329); +lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_323 = lean_ctor_get(x_232, 1); +lean_inc(x_323); lean_dec(x_232); -x_330 = lean_ctor_get(x_233, 0); -lean_inc(x_330); +x_324 = lean_ctor_get(x_233, 0); +lean_inc(x_324); lean_dec(x_233); -x_331 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_331, 0, x_330); -lean_ctor_set(x_331, 1, x_329); -return x_331; +x_325 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_325, 0, x_324); +lean_ctor_set(x_325, 1, x_323); +return x_325; } } } else { -uint8_t x_332; +uint8_t x_326; lean_dec(x_231); lean_dec(x_7); lean_dec(x_8); @@ -12852,54 +12709,54 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_332 = !lean_is_exclusive(x_232); -if (x_332 == 0) +x_326 = !lean_is_exclusive(x_232); +if (x_326 == 0) { return x_232; } else { -lean_object* x_333; lean_object* x_334; lean_object* x_335; -x_333 = lean_ctor_get(x_232, 0); -x_334 = lean_ctor_get(x_232, 1); -lean_inc(x_334); -lean_inc(x_333); +lean_object* x_327; lean_object* x_328; lean_object* x_329; +x_327 = lean_ctor_get(x_232, 0); +x_328 = lean_ctor_get(x_232, 1); +lean_inc(x_328); +lean_inc(x_327); lean_dec(x_232); -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; +x_329 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_329, 0, x_327); +lean_ctor_set(x_329, 1, x_328); +return x_329; } } } case 5: { -lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; uint8_t x_342; lean_object* x_343; -x_336 = lean_ctor_get(x_36, 1); -lean_inc(x_336); +lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; uint8_t x_336; lean_object* x_337; +x_330 = lean_ctor_get(x_36, 1); +lean_inc(x_330); lean_dec(x_36); -x_337 = lean_ctor_get(x_1, 0); -lean_inc(x_337); -x_338 = lean_st_ref_get(x_3, x_336); -x_339 = lean_ctor_get(x_338, 0); -lean_inc(x_339); -x_340 = lean_ctor_get(x_338, 1); -lean_inc(x_340); -lean_dec(x_338); -x_341 = lean_ctor_get(x_339, 0); -lean_inc(x_341); -lean_dec(x_339); -x_342 = 0; -lean_inc(x_337); -x_343 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_341, x_337, x_342); -if (lean_obj_tag(x_343) == 0) -{ -lean_object* x_344; lean_object* x_345; uint8_t x_346; -x_344 = lean_ctor_get(x_343, 0); -lean_inc(x_344); -lean_dec(x_343); -lean_inc(x_344); -x_345 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_344, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_340); +x_331 = lean_ctor_get(x_1, 0); +lean_inc(x_331); +x_332 = lean_st_ref_get(x_3, x_330); +x_333 = lean_ctor_get(x_332, 0); +lean_inc(x_333); +x_334 = lean_ctor_get(x_332, 1); +lean_inc(x_334); +lean_dec(x_332); +x_335 = lean_ctor_get(x_333, 0); +lean_inc(x_335); +lean_dec(x_333); +x_336 = 0; +lean_inc(x_331); +x_337 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_335, x_331, x_336); +if (lean_obj_tag(x_337) == 0) +{ +lean_object* x_338; lean_object* x_339; uint8_t x_340; +x_338 = lean_ctor_get(x_337, 0); +lean_inc(x_338); +lean_dec(x_337); +lean_inc(x_338); +x_339 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_338, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_334); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -12907,208 +12764,208 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_346 = !lean_is_exclusive(x_345); -if (x_346 == 0) +x_340 = !lean_is_exclusive(x_339); +if (x_340 == 0) { -lean_object* x_347; uint8_t x_348; -x_347 = lean_ctor_get(x_345, 0); -lean_dec(x_347); -x_348 = lean_name_eq(x_337, x_344); -lean_dec(x_337); -if (x_348 == 0) +lean_object* x_341; uint8_t x_342; +x_341 = lean_ctor_get(x_339, 0); +lean_dec(x_341); +x_342 = lean_name_eq(x_331, x_338); +lean_dec(x_331); +if (x_342 == 0) { -uint8_t x_349; -x_349 = !lean_is_exclusive(x_1); -if (x_349 == 0) +uint8_t x_343; +x_343 = !lean_is_exclusive(x_1); +if (x_343 == 0) { -lean_object* x_350; -x_350 = lean_ctor_get(x_1, 0); -lean_dec(x_350); -lean_ctor_set(x_1, 0, x_344); -lean_ctor_set(x_345, 0, x_1); -return x_345; +lean_object* x_344; +x_344 = lean_ctor_get(x_1, 0); +lean_dec(x_344); +lean_ctor_set(x_1, 0, x_338); +lean_ctor_set(x_339, 0, x_1); +return x_339; } else { -lean_object* x_351; +lean_object* x_345; lean_dec(x_1); -x_351 = lean_alloc_ctor(5, 1, 0); -lean_ctor_set(x_351, 0, x_344); -lean_ctor_set(x_345, 0, x_351); -return x_345; +x_345 = lean_alloc_ctor(5, 1, 0); +lean_ctor_set(x_345, 0, x_338); +lean_ctor_set(x_339, 0, x_345); +return x_339; } } else { -lean_dec(x_344); -lean_ctor_set(x_345, 0, x_1); -return x_345; +lean_dec(x_338); +lean_ctor_set(x_339, 0, x_1); +return x_339; } } else { -lean_object* x_352; uint8_t x_353; -x_352 = lean_ctor_get(x_345, 1); -lean_inc(x_352); -lean_dec(x_345); -x_353 = lean_name_eq(x_337, x_344); -lean_dec(x_337); -if (x_353 == 0) +lean_object* x_346; uint8_t x_347; +x_346 = lean_ctor_get(x_339, 1); +lean_inc(x_346); +lean_dec(x_339); +x_347 = lean_name_eq(x_331, x_338); +lean_dec(x_331); +if (x_347 == 0) { -lean_object* x_354; lean_object* x_355; lean_object* x_356; +lean_object* x_348; lean_object* x_349; lean_object* x_350; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_354 = x_1; + x_348 = x_1; } else { lean_dec_ref(x_1); - x_354 = lean_box(0); + x_348 = lean_box(0); } -if (lean_is_scalar(x_354)) { - x_355 = lean_alloc_ctor(5, 1, 0); +if (lean_is_scalar(x_348)) { + x_349 = lean_alloc_ctor(5, 1, 0); } else { - x_355 = x_354; + x_349 = x_348; } -lean_ctor_set(x_355, 0, x_344); -x_356 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_356, 0, x_355); -lean_ctor_set(x_356, 1, x_352); -return x_356; +lean_ctor_set(x_349, 0, x_338); +x_350 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_350, 0, x_349); +lean_ctor_set(x_350, 1, x_346); +return x_350; } else { -lean_object* x_357; -lean_dec(x_344); -x_357 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_357, 0, x_1); -lean_ctor_set(x_357, 1, x_352); -return x_357; +lean_object* x_351; +lean_dec(x_338); +x_351 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_351, 0, x_1); +lean_ctor_set(x_351, 1, x_346); +return x_351; } } } else { -lean_object* x_358; -lean_dec(x_337); +lean_object* x_352; +lean_dec(x_331); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_358 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_7, x_8, x_340); +x_352 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_7, x_8, x_334); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_358; +return x_352; } } default: { -lean_object* x_359; lean_object* x_360; lean_object* x_361; uint8_t x_362; +lean_object* x_353; lean_object* x_354; lean_object* x_355; uint8_t x_356; lean_dec(x_7); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_359 = lean_ctor_get(x_36, 1); -lean_inc(x_359); +x_353 = lean_ctor_get(x_36, 1); +lean_inc(x_353); lean_dec(x_36); -x_360 = lean_ctor_get(x_1, 0); -lean_inc(x_360); -x_361 = lean_st_ref_get(x_3, x_359); +x_354 = lean_ctor_get(x_1, 0); +lean_inc(x_354); +x_355 = lean_st_ref_get(x_3, x_353); lean_dec(x_3); -x_362 = !lean_is_exclusive(x_361); -if (x_362 == 0) -{ -lean_object* x_363; lean_object* x_364; uint8_t x_365; lean_object* x_366; size_t x_367; size_t x_368; uint8_t x_369; -x_363 = lean_ctor_get(x_361, 0); -x_364 = lean_ctor_get(x_363, 0); -lean_inc(x_364); -lean_dec(x_363); -x_365 = 0; -lean_inc(x_360); -x_366 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_364, x_365, x_360); -x_367 = lean_ptr_addr(x_360); -lean_dec(x_360); -x_368 = lean_ptr_addr(x_366); -x_369 = lean_usize_dec_eq(x_367, x_368); -if (x_369 == 0) +x_356 = !lean_is_exclusive(x_355); +if (x_356 == 0) +{ +lean_object* x_357; lean_object* x_358; uint8_t x_359; lean_object* x_360; size_t x_361; size_t x_362; uint8_t x_363; +x_357 = lean_ctor_get(x_355, 0); +x_358 = lean_ctor_get(x_357, 0); +lean_inc(x_358); +lean_dec(x_357); +x_359 = 0; +lean_inc(x_354); +x_360 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_358, x_359, x_354); +x_361 = lean_ptr_addr(x_354); +lean_dec(x_354); +x_362 = lean_ptr_addr(x_360); +x_363 = lean_usize_dec_eq(x_361, x_362); +if (x_363 == 0) { -uint8_t x_370; -x_370 = !lean_is_exclusive(x_1); -if (x_370 == 0) +uint8_t x_364; +x_364 = !lean_is_exclusive(x_1); +if (x_364 == 0) { -lean_object* x_371; -x_371 = lean_ctor_get(x_1, 0); -lean_dec(x_371); -lean_ctor_set(x_1, 0, x_366); -lean_ctor_set(x_361, 0, x_1); -return x_361; +lean_object* x_365; +x_365 = lean_ctor_get(x_1, 0); +lean_dec(x_365); +lean_ctor_set(x_1, 0, x_360); +lean_ctor_set(x_355, 0, x_1); +return x_355; } else { -lean_object* x_372; +lean_object* x_366; lean_dec(x_1); -x_372 = lean_alloc_ctor(6, 1, 0); -lean_ctor_set(x_372, 0, x_366); -lean_ctor_set(x_361, 0, x_372); -return x_361; +x_366 = lean_alloc_ctor(6, 1, 0); +lean_ctor_set(x_366, 0, x_360); +lean_ctor_set(x_355, 0, x_366); +return x_355; } } else { -lean_dec(x_366); -lean_ctor_set(x_361, 0, x_1); -return x_361; +lean_dec(x_360); +lean_ctor_set(x_355, 0, x_1); +return x_355; } } else { -lean_object* x_373; lean_object* x_374; lean_object* x_375; uint8_t x_376; lean_object* x_377; size_t x_378; size_t x_379; uint8_t x_380; -x_373 = lean_ctor_get(x_361, 0); -x_374 = lean_ctor_get(x_361, 1); -lean_inc(x_374); -lean_inc(x_373); -lean_dec(x_361); -x_375 = lean_ctor_get(x_373, 0); -lean_inc(x_375); -lean_dec(x_373); -x_376 = 0; -lean_inc(x_360); -x_377 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_375, x_376, x_360); -x_378 = lean_ptr_addr(x_360); -lean_dec(x_360); -x_379 = lean_ptr_addr(x_377); -x_380 = lean_usize_dec_eq(x_378, x_379); -if (x_380 == 0) +lean_object* x_367; lean_object* x_368; lean_object* x_369; uint8_t x_370; lean_object* x_371; size_t x_372; size_t x_373; uint8_t x_374; +x_367 = lean_ctor_get(x_355, 0); +x_368 = lean_ctor_get(x_355, 1); +lean_inc(x_368); +lean_inc(x_367); +lean_dec(x_355); +x_369 = lean_ctor_get(x_367, 0); +lean_inc(x_369); +lean_dec(x_367); +x_370 = 0; +lean_inc(x_354); +x_371 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_369, x_370, x_354); +x_372 = lean_ptr_addr(x_354); +lean_dec(x_354); +x_373 = lean_ptr_addr(x_371); +x_374 = lean_usize_dec_eq(x_372, x_373); +if (x_374 == 0) { -lean_object* x_381; lean_object* x_382; lean_object* x_383; +lean_object* x_375; lean_object* x_376; lean_object* x_377; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_381 = x_1; + x_375 = x_1; } else { lean_dec_ref(x_1); - x_381 = lean_box(0); + x_375 = lean_box(0); } -if (lean_is_scalar(x_381)) { - x_382 = lean_alloc_ctor(6, 1, 0); +if (lean_is_scalar(x_375)) { + x_376 = lean_alloc_ctor(6, 1, 0); } else { - x_382 = x_381; + x_376 = x_375; } -lean_ctor_set(x_382, 0, x_377); -x_383 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_383, 0, x_382); -lean_ctor_set(x_383, 1, x_374); -return x_383; +lean_ctor_set(x_376, 0, x_371); +x_377 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_377, 0, x_376); +lean_ctor_set(x_377, 1, x_368); +return x_377; } else { -lean_object* x_384; -lean_dec(x_377); -x_384 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_384, 0, x_1); -lean_ctor_set(x_384, 1, x_374); -return x_384; +lean_object* x_378; +lean_dec(x_371); +x_378 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_378, 0, x_1); +lean_ctor_set(x_378, 1, x_368); +return x_378; } } } @@ -13116,97 +12973,97 @@ return x_384; } else { -lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; +lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_dec(x_7); -x_385 = lean_unsigned_to_nat(1u); -x_386 = lean_nat_add(x_13, x_385); +x_379 = lean_unsigned_to_nat(1u); +x_380 = lean_nat_add(x_13, x_379); lean_dec(x_13); -x_387 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_387, 0, x_10); -lean_ctor_set(x_387, 1, x_11); -lean_ctor_set(x_387, 2, x_12); -lean_ctor_set(x_387, 3, x_386); -lean_ctor_set(x_387, 4, x_14); -lean_ctor_set(x_387, 5, x_15); -lean_ctor_set(x_387, 6, x_16); -lean_ctor_set(x_387, 7, x_17); -lean_ctor_set(x_387, 8, x_18); -lean_ctor_set(x_387, 9, x_19); -lean_ctor_set(x_387, 10, x_20); -x_388 = l_Lean_Compiler_LCNF_Simp_incVisited___rarg(x_3, x_4, x_5, x_6, x_387, x_8, x_9); +x_381 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_381, 0, x_10); +lean_ctor_set(x_381, 1, x_11); +lean_ctor_set(x_381, 2, x_12); +lean_ctor_set(x_381, 3, x_380); +lean_ctor_set(x_381, 4, x_14); +lean_ctor_set(x_381, 5, x_15); +lean_ctor_set(x_381, 6, x_16); +lean_ctor_set(x_381, 7, x_17); +lean_ctor_set(x_381, 8, x_18); +lean_ctor_set(x_381, 9, x_19); +lean_ctor_set(x_381, 10, x_20); +x_382 = l_Lean_Compiler_LCNF_Simp_incVisited___rarg(x_3, x_4, x_5, x_6, x_381, x_8, x_9); switch (lean_obj_tag(x_1)) { case 0: { -lean_object* x_389; lean_object* x_390; lean_object* x_391; uint8_t x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; -x_389 = lean_ctor_get(x_388, 1); +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; +x_383 = lean_ctor_get(x_382, 1); +lean_inc(x_383); +lean_dec(x_382); +x_384 = lean_ctor_get(x_1, 0); +lean_inc(x_384); +x_385 = lean_ctor_get(x_1, 1); +lean_inc(x_385); +x_386 = 0; +lean_inc(x_384); +x_387 = l_Lean_Compiler_LCNF_normLetDecl___at_Lean_Compiler_LCNF_Simp_simp___spec__1(x_386, x_384, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_383); +x_388 = lean_ctor_get(x_387, 0); +lean_inc(x_388); +x_389 = lean_ctor_get(x_387, 1); lean_inc(x_389); -lean_dec(x_388); -x_390 = lean_ctor_get(x_1, 0); -lean_inc(x_390); -x_391 = lean_ctor_get(x_1, 1); -lean_inc(x_391); -x_392 = 0; +lean_dec(x_387); +x_390 = lean_ctor_get(x_388, 3); lean_inc(x_390); -x_393 = l_Lean_Compiler_LCNF_normLetDecl___at_Lean_Compiler_LCNF_Simp_simp___spec__1(x_392, x_390, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_389); -x_394 = lean_ctor_get(x_393, 0); -lean_inc(x_394); -x_395 = lean_ctor_get(x_393, 1); -lean_inc(x_395); -lean_dec(x_393); -x_396 = lean_ctor_get(x_394, 3); -lean_inc(x_396); lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_397 = l_Lean_Compiler_LCNF_Simp_simpValue_x3f(x_396, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_395); -if (lean_obj_tag(x_397) == 0) +x_391 = l_Lean_Compiler_LCNF_Simp_simpValue_x3f(x_390, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_389); +if (lean_obj_tag(x_391) == 0) { -lean_object* x_398; -x_398 = lean_ctor_get(x_397, 0); -lean_inc(x_398); -if (lean_obj_tag(x_398) == 0) +lean_object* x_392; +x_392 = lean_ctor_get(x_391, 0); +lean_inc(x_392); +if (lean_obj_tag(x_392) == 0) { -lean_object* x_399; lean_object* x_400; lean_object* x_401; -x_399 = lean_ctor_get(x_397, 1); -lean_inc(x_399); -lean_dec(x_397); -x_400 = lean_box(0); -x_401 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1(x_391, x_390, x_1, x_394, x_400, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_399); -return x_401; +lean_object* x_393; lean_object* x_394; lean_object* x_395; +x_393 = lean_ctor_get(x_391, 1); +lean_inc(x_393); +lean_dec(x_391); +x_394 = lean_box(0); +x_395 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1(x_385, x_384, x_1, x_388, x_394, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_393); +return x_395; } else { -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; -x_402 = lean_ctor_get(x_397, 1); -lean_inc(x_402); -lean_dec(x_397); -x_403 = lean_ctor_get(x_398, 0); -lean_inc(x_403); +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; +x_396 = lean_ctor_get(x_391, 1); +lean_inc(x_396); +lean_dec(x_391); +x_397 = lean_ctor_get(x_392, 0); +lean_inc(x_397); +lean_dec(x_392); +x_398 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_3, x_4, x_5, x_6, x_381, x_8, x_396); +x_399 = lean_ctor_get(x_398, 1); +lean_inc(x_399); lean_dec(x_398); -x_404 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_3, x_4, x_5, x_6, x_387, x_8, x_402); -x_405 = lean_ctor_get(x_404, 1); -lean_inc(x_405); -lean_dec(x_404); -x_406 = l_Lean_Compiler_LCNF_LetDecl_updateValue(x_394, x_403, x_5, x_6, x_387, x_8, x_405); -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 = lean_box(0); -x_410 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1(x_391, x_390, x_1, x_407, x_409, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_408); -return x_410; +x_400 = l_Lean_Compiler_LCNF_LetDecl_updateValue(x_388, x_397, x_5, x_6, x_381, x_8, 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 = lean_box(0); +x_404 = l_Lean_Compiler_LCNF_Simp_simp___lambda__1(x_385, x_384, x_1, x_401, x_403, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_402); +return x_404; } } else { -lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; -lean_dec(x_394); -lean_dec(x_391); -lean_dec(x_390); -lean_dec(x_387); +lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; +lean_dec(x_388); +lean_dec(x_385); +lean_dec(x_384); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -13214,242 +13071,242 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_411 = lean_ctor_get(x_397, 0); -lean_inc(x_411); -x_412 = lean_ctor_get(x_397, 1); -lean_inc(x_412); -if (lean_is_exclusive(x_397)) { - lean_ctor_release(x_397, 0); - lean_ctor_release(x_397, 1); - x_413 = x_397; +x_405 = lean_ctor_get(x_391, 0); +lean_inc(x_405); +x_406 = lean_ctor_get(x_391, 1); +lean_inc(x_406); +if (lean_is_exclusive(x_391)) { + lean_ctor_release(x_391, 0); + lean_ctor_release(x_391, 1); + x_407 = x_391; } else { - lean_dec_ref(x_397); - x_413 = lean_box(0); + lean_dec_ref(x_391); + x_407 = lean_box(0); } -if (lean_is_scalar(x_413)) { - x_414 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_407)) { + x_408 = lean_alloc_ctor(1, 2, 0); } else { - x_414 = x_413; + x_408 = x_407; } -lean_ctor_set(x_414, 0, x_411); -lean_ctor_set(x_414, 1, x_412); -return x_414; +lean_ctor_set(x_408, 0, x_405); +lean_ctor_set(x_408, 1, x_406); +return x_408; } } case 1: { -lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; uint8_t x_421; -x_415 = lean_ctor_get(x_388, 1); -lean_inc(x_415); -lean_dec(x_388); -x_416 = lean_ctor_get(x_1, 0); +lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; uint8_t x_415; +x_409 = lean_ctor_get(x_382, 1); +lean_inc(x_409); +lean_dec(x_382); +x_410 = lean_ctor_get(x_1, 0); +lean_inc(x_410); +x_411 = lean_ctor_get(x_1, 1); +lean_inc(x_411); +x_412 = lean_ctor_get(x_410, 0); +lean_inc(x_412); +x_413 = l_Lean_Compiler_LCNF_Simp_isOnceOrMustInline(x_412, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_409); +x_414 = lean_ctor_get(x_413, 0); +lean_inc(x_414); +x_415 = lean_unbox(x_414); +if (x_415 == 0) +{ +lean_object* x_416; lean_object* x_417; uint8_t x_418; +x_416 = lean_ctor_get(x_413, 1); lean_inc(x_416); -x_417 = lean_ctor_get(x_1, 1); -lean_inc(x_417); -x_418 = lean_ctor_get(x_416, 0); -lean_inc(x_418); -x_419 = l_Lean_Compiler_LCNF_Simp_isOnceOrMustInline(x_418, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_415); -x_420 = lean_ctor_get(x_419, 0); -lean_inc(x_420); -x_421 = lean_unbox(x_420); -if (x_421 == 0) -{ -lean_object* x_422; lean_object* x_423; uint8_t x_424; -x_422 = lean_ctor_get(x_419, 1); -lean_inc(x_422); -lean_dec(x_419); +lean_dec(x_413); lean_inc(x_1); -lean_inc(x_416); -x_423 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__3___boxed), 14, 4); -lean_closure_set(x_423, 0, x_417); -lean_closure_set(x_423, 1, x_416); -lean_closure_set(x_423, 2, x_1); -lean_closure_set(x_423, 3, x_420); -x_424 = l_Lean_Compiler_LCNF_Code_isFun(x_1); +lean_inc(x_410); +x_417 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__3___boxed), 14, 4); +lean_closure_set(x_417, 0, x_411); +lean_closure_set(x_417, 1, x_410); +lean_closure_set(x_417, 2, x_1); +lean_closure_set(x_417, 3, x_414); +x_418 = l_Lean_Compiler_LCNF_Code_isFun(x_1); lean_dec(x_1); -if (x_424 == 0) +if (x_418 == 0) { -lean_object* x_425; lean_object* x_426; -x_425 = lean_box(0); -x_426 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_423, x_416, x_425, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_422); -return x_426; +lean_object* x_419; lean_object* x_420; +x_419 = lean_box(0); +x_420 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_417, x_410, x_419, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_416); +return x_420; } else { -lean_object* x_427; lean_object* x_428; uint8_t x_429; -x_427 = lean_ctor_get(x_416, 3); -lean_inc(x_427); -x_428 = lean_ctor_get(x_416, 2); -lean_inc(x_428); -x_429 = l_Lean_Compiler_LCNF_isEtaExpandCandidateCore(x_427, x_428); -lean_dec(x_428); -if (x_429 == 0) +lean_object* x_421; lean_object* x_422; uint8_t x_423; +x_421 = lean_ctor_get(x_410, 3); +lean_inc(x_421); +x_422 = lean_ctor_get(x_410, 2); +lean_inc(x_422); +x_423 = l_Lean_Compiler_LCNF_isEtaExpandCandidateCore(x_421, x_422); +lean_dec(x_422); +if (x_423 == 0) { -lean_object* x_430; lean_object* x_431; -x_430 = lean_box(0); -x_431 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_423, x_416, x_430, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_422); -return x_431; +lean_object* x_424; lean_object* x_425; +x_424 = lean_box(0); +x_425 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_417, x_410, x_424, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_416); +return x_425; } else { -lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; uint8_t x_436; lean_object* x_437; -x_432 = lean_st_ref_get(x_3, x_422); -x_433 = lean_ctor_get(x_432, 0); +lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; uint8_t x_430; lean_object* x_431; +x_426 = lean_st_ref_get(x_3, x_416); +x_427 = lean_ctor_get(x_426, 0); +lean_inc(x_427); +x_428 = lean_ctor_get(x_426, 1); +lean_inc(x_428); +lean_dec(x_426); +x_429 = lean_ctor_get(x_427, 0); +lean_inc(x_429); +lean_dec(x_427); +x_430 = 0; +lean_inc(x_8); +lean_inc(x_381); +lean_inc(x_6); +lean_inc(x_5); +x_431 = l_Lean_Compiler_LCNF_normFunDeclImp(x_430, x_410, x_429, x_5, x_6, x_381, x_8, x_428); +if (lean_obj_tag(x_431) == 0) +{ +lean_object* x_432; lean_object* x_433; lean_object* x_434; +x_432 = lean_ctor_get(x_431, 0); +lean_inc(x_432); +x_433 = lean_ctor_get(x_431, 1); lean_inc(x_433); -x_434 = lean_ctor_get(x_432, 1); -lean_inc(x_434); -lean_dec(x_432); -x_435 = lean_ctor_get(x_433, 0); -lean_inc(x_435); -lean_dec(x_433); -x_436 = 0; +lean_dec(x_431); lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); -x_437 = l_Lean_Compiler_LCNF_normFunDeclImp(x_436, x_416, x_435, x_5, x_6, x_387, x_8, x_434); -if (lean_obj_tag(x_437) == 0) +x_434 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_432, x_5, x_6, x_381, x_8, x_433); +if (lean_obj_tag(x_434) == 0) { -lean_object* x_438; lean_object* x_439; lean_object* x_440; +lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; +x_435 = lean_ctor_get(x_434, 0); +lean_inc(x_435); +x_436 = lean_ctor_get(x_434, 1); +lean_inc(x_436); +lean_dec(x_434); +x_437 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_3, x_4, x_5, x_6, x_381, x_8, x_436); x_438 = lean_ctor_get(x_437, 0); lean_inc(x_438); x_439 = lean_ctor_get(x_437, 1); lean_inc(x_439); lean_dec(x_437); -lean_inc(x_8); -lean_inc(x_387); -lean_inc(x_6); -lean_inc(x_5); -x_440 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_438, x_5, x_6, x_387, x_8, x_439); -if (lean_obj_tag(x_440) == 0) -{ -lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; -x_441 = lean_ctor_get(x_440, 0); -lean_inc(x_441); -x_442 = lean_ctor_get(x_440, 1); -lean_inc(x_442); -lean_dec(x_440); -x_443 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_3, x_4, x_5, x_6, x_387, x_8, x_442); -x_444 = lean_ctor_get(x_443, 0); -lean_inc(x_444); -x_445 = lean_ctor_get(x_443, 1); -lean_inc(x_445); -lean_dec(x_443); -x_446 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_423, x_441, x_444, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_445); -lean_dec(x_444); -return x_446; +x_440 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_417, x_435, x_438, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_439); +lean_dec(x_438); +return x_440; } else { -lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; -lean_dec(x_423); -lean_dec(x_387); +lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; +lean_dec(x_417); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_447 = lean_ctor_get(x_440, 0); -lean_inc(x_447); -x_448 = lean_ctor_get(x_440, 1); -lean_inc(x_448); -if (lean_is_exclusive(x_440)) { - lean_ctor_release(x_440, 0); - lean_ctor_release(x_440, 1); - x_449 = x_440; +x_441 = lean_ctor_get(x_434, 0); +lean_inc(x_441); +x_442 = lean_ctor_get(x_434, 1); +lean_inc(x_442); +if (lean_is_exclusive(x_434)) { + lean_ctor_release(x_434, 0); + lean_ctor_release(x_434, 1); + x_443 = x_434; } else { - lean_dec_ref(x_440); - x_449 = lean_box(0); + lean_dec_ref(x_434); + x_443 = lean_box(0); } -if (lean_is_scalar(x_449)) { - x_450 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_443)) { + x_444 = lean_alloc_ctor(1, 2, 0); } else { - x_450 = x_449; + x_444 = x_443; } -lean_ctor_set(x_450, 0, x_447); -lean_ctor_set(x_450, 1, x_448); -return x_450; +lean_ctor_set(x_444, 0, x_441); +lean_ctor_set(x_444, 1, x_442); +return x_444; } } else { -lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; -lean_dec(x_423); -lean_dec(x_387); +lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; +lean_dec(x_417); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_451 = lean_ctor_get(x_437, 0); -lean_inc(x_451); -x_452 = lean_ctor_get(x_437, 1); -lean_inc(x_452); -if (lean_is_exclusive(x_437)) { - lean_ctor_release(x_437, 0); - lean_ctor_release(x_437, 1); - x_453 = x_437; +x_445 = lean_ctor_get(x_431, 0); +lean_inc(x_445); +x_446 = lean_ctor_get(x_431, 1); +lean_inc(x_446); +if (lean_is_exclusive(x_431)) { + lean_ctor_release(x_431, 0); + lean_ctor_release(x_431, 1); + x_447 = x_431; } else { - lean_dec_ref(x_437); - x_453 = lean_box(0); + lean_dec_ref(x_431); + x_447 = lean_box(0); } -if (lean_is_scalar(x_453)) { - x_454 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_447)) { + x_448 = lean_alloc_ctor(1, 2, 0); } else { - x_454 = x_453; + x_448 = x_447; } -lean_ctor_set(x_454, 0, x_451); -lean_ctor_set(x_454, 1, x_452); -return x_454; +lean_ctor_set(x_448, 0, x_445); +lean_ctor_set(x_448, 1, x_446); +return x_448; } } } } else { -lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; uint8_t x_460; lean_object* x_461; -x_455 = lean_ctor_get(x_419, 1); -lean_inc(x_455); -lean_dec(x_419); -x_456 = lean_st_ref_get(x_3, x_455); -x_457 = lean_ctor_get(x_456, 0); -lean_inc(x_457); -x_458 = lean_ctor_get(x_456, 1); -lean_inc(x_458); -lean_dec(x_456); -x_459 = lean_ctor_get(x_457, 0); -lean_inc(x_459); -lean_dec(x_457); -x_460 = 0; +lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; uint8_t x_454; lean_object* x_455; +x_449 = lean_ctor_get(x_413, 1); +lean_inc(x_449); +lean_dec(x_413); +x_450 = lean_st_ref_get(x_3, x_449); +x_451 = lean_ctor_get(x_450, 0); +lean_inc(x_451); +x_452 = lean_ctor_get(x_450, 1); +lean_inc(x_452); +lean_dec(x_450); +x_453 = lean_ctor_get(x_451, 0); +lean_inc(x_453); +lean_dec(x_451); +x_454 = 0; lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_416); -x_461 = l_Lean_Compiler_LCNF_normFunDeclImp(x_460, x_416, x_459, x_5, x_6, x_387, x_8, x_458); -if (lean_obj_tag(x_461) == 0) +lean_inc(x_410); +x_455 = l_Lean_Compiler_LCNF_normFunDeclImp(x_454, x_410, x_453, x_5, x_6, x_381, x_8, x_452); +if (lean_obj_tag(x_455) == 0) { -lean_object* x_462; lean_object* x_463; lean_object* x_464; uint8_t x_465; lean_object* x_466; -x_462 = lean_ctor_get(x_461, 0); -lean_inc(x_462); -x_463 = lean_ctor_get(x_461, 1); -lean_inc(x_463); -lean_dec(x_461); -x_464 = lean_box(0); -x_465 = lean_unbox(x_420); -lean_dec(x_420); -x_466 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_417, x_416, x_1, x_465, x_462, x_464, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_463); -return x_466; +lean_object* x_456; lean_object* x_457; lean_object* x_458; uint8_t x_459; lean_object* x_460; +x_456 = lean_ctor_get(x_455, 0); +lean_inc(x_456); +x_457 = lean_ctor_get(x_455, 1); +lean_inc(x_457); +lean_dec(x_455); +x_458 = lean_box(0); +x_459 = lean_unbox(x_414); +lean_dec(x_414); +x_460 = l_Lean_Compiler_LCNF_Simp_simp___lambda__3(x_411, x_410, x_1, x_459, x_456, x_458, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_457); +return x_460; } else { -lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; -lean_dec(x_420); -lean_dec(x_417); -lean_dec(x_416); -lean_dec(x_387); +lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; +lean_dec(x_414); +lean_dec(x_411); +lean_dec(x_410); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -13457,243 +13314,243 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_467 = lean_ctor_get(x_461, 0); -lean_inc(x_467); -x_468 = lean_ctor_get(x_461, 1); -lean_inc(x_468); -if (lean_is_exclusive(x_461)) { - lean_ctor_release(x_461, 0); - lean_ctor_release(x_461, 1); - x_469 = x_461; +x_461 = lean_ctor_get(x_455, 0); +lean_inc(x_461); +x_462 = lean_ctor_get(x_455, 1); +lean_inc(x_462); +if (lean_is_exclusive(x_455)) { + lean_ctor_release(x_455, 0); + lean_ctor_release(x_455, 1); + x_463 = x_455; } else { - lean_dec_ref(x_461); - x_469 = lean_box(0); + lean_dec_ref(x_455); + x_463 = lean_box(0); } -if (lean_is_scalar(x_469)) { - x_470 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_463)) { + x_464 = lean_alloc_ctor(1, 2, 0); } else { - x_470 = x_469; + x_464 = x_463; } -lean_ctor_set(x_470, 0, x_467); -lean_ctor_set(x_470, 1, x_468); -return x_470; +lean_ctor_set(x_464, 0, x_461); +lean_ctor_set(x_464, 1, x_462); +return x_464; } } } case 2: { -lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; uint8_t x_477; -x_471 = lean_ctor_get(x_388, 1); -lean_inc(x_471); -lean_dec(x_388); -x_472 = lean_ctor_get(x_1, 0); +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; +x_465 = lean_ctor_get(x_382, 1); +lean_inc(x_465); +lean_dec(x_382); +x_466 = lean_ctor_get(x_1, 0); +lean_inc(x_466); +x_467 = lean_ctor_get(x_1, 1); +lean_inc(x_467); +x_468 = lean_ctor_get(x_466, 0); +lean_inc(x_468); +x_469 = l_Lean_Compiler_LCNF_Simp_isOnceOrMustInline(x_468, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_465); +x_470 = lean_ctor_get(x_469, 0); +lean_inc(x_470); +x_471 = lean_unbox(x_470); +if (x_471 == 0) +{ +lean_object* x_472; lean_object* x_473; uint8_t x_474; +x_472 = lean_ctor_get(x_469, 1); lean_inc(x_472); -x_473 = lean_ctor_get(x_1, 1); -lean_inc(x_473); -x_474 = lean_ctor_get(x_472, 0); -lean_inc(x_474); -x_475 = l_Lean_Compiler_LCNF_Simp_isOnceOrMustInline(x_474, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_471); -x_476 = lean_ctor_get(x_475, 0); -lean_inc(x_476); -x_477 = lean_unbox(x_476); -if (x_477 == 0) -{ -lean_object* x_478; lean_object* x_479; uint8_t x_480; -x_478 = lean_ctor_get(x_475, 1); -lean_inc(x_478); -lean_dec(x_475); +lean_dec(x_469); lean_inc(x_1); -lean_inc(x_472); -x_479 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__6___boxed), 14, 4); -lean_closure_set(x_479, 0, x_473); -lean_closure_set(x_479, 1, x_472); -lean_closure_set(x_479, 2, x_1); -lean_closure_set(x_479, 3, x_476); -x_480 = l_Lean_Compiler_LCNF_Code_isFun(x_1); +lean_inc(x_466); +x_473 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__6___boxed), 14, 4); +lean_closure_set(x_473, 0, x_467); +lean_closure_set(x_473, 1, x_466); +lean_closure_set(x_473, 2, x_1); +lean_closure_set(x_473, 3, x_470); +x_474 = l_Lean_Compiler_LCNF_Code_isFun(x_1); lean_dec(x_1); -if (x_480 == 0) +if (x_474 == 0) { -lean_object* x_481; lean_object* x_482; -x_481 = lean_box(0); -x_482 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_479, x_472, x_481, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_478); -return x_482; +lean_object* x_475; lean_object* x_476; +x_475 = lean_box(0); +x_476 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_473, x_466, x_475, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_472); +return x_476; } else { -lean_object* x_483; lean_object* x_484; uint8_t x_485; -x_483 = lean_ctor_get(x_472, 3); -lean_inc(x_483); -x_484 = lean_ctor_get(x_472, 2); -lean_inc(x_484); -x_485 = l_Lean_Compiler_LCNF_isEtaExpandCandidateCore(x_483, x_484); -lean_dec(x_484); -if (x_485 == 0) +lean_object* x_477; lean_object* x_478; uint8_t x_479; +x_477 = lean_ctor_get(x_466, 3); +lean_inc(x_477); +x_478 = lean_ctor_get(x_466, 2); +lean_inc(x_478); +x_479 = l_Lean_Compiler_LCNF_isEtaExpandCandidateCore(x_477, x_478); +lean_dec(x_478); +if (x_479 == 0) { -lean_object* x_486; lean_object* x_487; -x_486 = lean_box(0); -x_487 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_479, x_472, x_486, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_478); -return x_487; +lean_object* x_480; lean_object* x_481; +x_480 = lean_box(0); +x_481 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_473, x_466, x_480, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_472); +return x_481; } else { -lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; uint8_t x_492; lean_object* x_493; -x_488 = lean_st_ref_get(x_3, x_478); -x_489 = lean_ctor_get(x_488, 0); +lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; uint8_t x_486; lean_object* x_487; +x_482 = lean_st_ref_get(x_3, x_472); +x_483 = lean_ctor_get(x_482, 0); +lean_inc(x_483); +x_484 = lean_ctor_get(x_482, 1); +lean_inc(x_484); +lean_dec(x_482); +x_485 = lean_ctor_get(x_483, 0); +lean_inc(x_485); +lean_dec(x_483); +x_486 = 0; +lean_inc(x_8); +lean_inc(x_381); +lean_inc(x_6); +lean_inc(x_5); +x_487 = l_Lean_Compiler_LCNF_normFunDeclImp(x_486, x_466, x_485, x_5, x_6, x_381, x_8, x_484); +if (lean_obj_tag(x_487) == 0) +{ +lean_object* x_488; lean_object* x_489; lean_object* x_490; +x_488 = lean_ctor_get(x_487, 0); +lean_inc(x_488); +x_489 = lean_ctor_get(x_487, 1); lean_inc(x_489); -x_490 = lean_ctor_get(x_488, 1); -lean_inc(x_490); -lean_dec(x_488); -x_491 = lean_ctor_get(x_489, 0); -lean_inc(x_491); -lean_dec(x_489); -x_492 = 0; +lean_dec(x_487); lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); -x_493 = l_Lean_Compiler_LCNF_normFunDeclImp(x_492, x_472, x_491, x_5, x_6, x_387, x_8, x_490); -if (lean_obj_tag(x_493) == 0) +x_490 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_488, x_5, x_6, x_381, x_8, x_489); +if (lean_obj_tag(x_490) == 0) { -lean_object* x_494; lean_object* x_495; lean_object* x_496; +lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; +x_491 = lean_ctor_get(x_490, 0); +lean_inc(x_491); +x_492 = lean_ctor_get(x_490, 1); +lean_inc(x_492); +lean_dec(x_490); +x_493 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_3, x_4, x_5, x_6, x_381, x_8, x_492); x_494 = lean_ctor_get(x_493, 0); lean_inc(x_494); x_495 = lean_ctor_get(x_493, 1); lean_inc(x_495); lean_dec(x_493); -lean_inc(x_8); -lean_inc(x_387); -lean_inc(x_6); -lean_inc(x_5); -x_496 = l_Lean_Compiler_LCNF_FunDeclCore_etaExpand(x_494, x_5, x_6, x_387, x_8, x_495); -if (lean_obj_tag(x_496) == 0) -{ -lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; -x_497 = lean_ctor_get(x_496, 0); -lean_inc(x_497); -x_498 = lean_ctor_get(x_496, 1); -lean_inc(x_498); -lean_dec(x_496); -x_499 = l_Lean_Compiler_LCNF_Simp_markSimplified___rarg(x_3, x_4, x_5, x_6, x_387, x_8, x_498); -x_500 = lean_ctor_get(x_499, 0); -lean_inc(x_500); -x_501 = lean_ctor_get(x_499, 1); -lean_inc(x_501); -lean_dec(x_499); -x_502 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_479, x_497, x_500, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_501); -lean_dec(x_500); -return x_502; +x_496 = l_Lean_Compiler_LCNF_Simp_simp___lambda__4(x_473, x_491, x_494, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_495); +lean_dec(x_494); +return x_496; } else { -lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; -lean_dec(x_479); -lean_dec(x_387); +lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; +lean_dec(x_473); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_503 = lean_ctor_get(x_496, 0); -lean_inc(x_503); -x_504 = lean_ctor_get(x_496, 1); -lean_inc(x_504); -if (lean_is_exclusive(x_496)) { - lean_ctor_release(x_496, 0); - lean_ctor_release(x_496, 1); - x_505 = x_496; +x_497 = lean_ctor_get(x_490, 0); +lean_inc(x_497); +x_498 = lean_ctor_get(x_490, 1); +lean_inc(x_498); +if (lean_is_exclusive(x_490)) { + lean_ctor_release(x_490, 0); + lean_ctor_release(x_490, 1); + x_499 = x_490; } else { - lean_dec_ref(x_496); - x_505 = lean_box(0); + lean_dec_ref(x_490); + x_499 = lean_box(0); } -if (lean_is_scalar(x_505)) { - x_506 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_499)) { + x_500 = lean_alloc_ctor(1, 2, 0); } else { - x_506 = x_505; + x_500 = x_499; } -lean_ctor_set(x_506, 0, x_503); -lean_ctor_set(x_506, 1, x_504); -return x_506; +lean_ctor_set(x_500, 0, x_497); +lean_ctor_set(x_500, 1, x_498); +return x_500; } } else { -lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; -lean_dec(x_479); -lean_dec(x_387); +lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; +lean_dec(x_473); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_507 = lean_ctor_get(x_493, 0); -lean_inc(x_507); -x_508 = lean_ctor_get(x_493, 1); -lean_inc(x_508); -if (lean_is_exclusive(x_493)) { - lean_ctor_release(x_493, 0); - lean_ctor_release(x_493, 1); - x_509 = x_493; +x_501 = lean_ctor_get(x_487, 0); +lean_inc(x_501); +x_502 = lean_ctor_get(x_487, 1); +lean_inc(x_502); +if (lean_is_exclusive(x_487)) { + lean_ctor_release(x_487, 0); + lean_ctor_release(x_487, 1); + x_503 = x_487; } else { - lean_dec_ref(x_493); - x_509 = lean_box(0); + lean_dec_ref(x_487); + x_503 = lean_box(0); } -if (lean_is_scalar(x_509)) { - x_510 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_503)) { + x_504 = lean_alloc_ctor(1, 2, 0); } else { - x_510 = x_509; + x_504 = x_503; } -lean_ctor_set(x_510, 0, x_507); -lean_ctor_set(x_510, 1, x_508); -return x_510; +lean_ctor_set(x_504, 0, x_501); +lean_ctor_set(x_504, 1, x_502); +return x_504; } } } } else { -lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; uint8_t x_516; lean_object* x_517; -x_511 = lean_ctor_get(x_475, 1); -lean_inc(x_511); -lean_dec(x_475); -x_512 = lean_st_ref_get(x_3, x_511); -x_513 = lean_ctor_get(x_512, 0); -lean_inc(x_513); -x_514 = lean_ctor_get(x_512, 1); -lean_inc(x_514); -lean_dec(x_512); -x_515 = lean_ctor_get(x_513, 0); -lean_inc(x_515); -lean_dec(x_513); -x_516 = 0; +lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; uint8_t x_510; lean_object* x_511; +x_505 = lean_ctor_get(x_469, 1); +lean_inc(x_505); +lean_dec(x_469); +x_506 = lean_st_ref_get(x_3, x_505); +x_507 = lean_ctor_get(x_506, 0); +lean_inc(x_507); +x_508 = lean_ctor_get(x_506, 1); +lean_inc(x_508); +lean_dec(x_506); +x_509 = lean_ctor_get(x_507, 0); +lean_inc(x_509); +lean_dec(x_507); +x_510 = 0; lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_472); -x_517 = l_Lean_Compiler_LCNF_normFunDeclImp(x_516, x_472, x_515, x_5, x_6, x_387, x_8, x_514); -if (lean_obj_tag(x_517) == 0) +lean_inc(x_466); +x_511 = l_Lean_Compiler_LCNF_normFunDeclImp(x_510, x_466, x_509, x_5, x_6, x_381, x_8, x_508); +if (lean_obj_tag(x_511) == 0) { -lean_object* x_518; lean_object* x_519; lean_object* x_520; uint8_t x_521; lean_object* x_522; -x_518 = lean_ctor_get(x_517, 0); -lean_inc(x_518); -x_519 = lean_ctor_get(x_517, 1); -lean_inc(x_519); -lean_dec(x_517); -x_520 = lean_box(0); -x_521 = lean_unbox(x_476); -lean_dec(x_476); -x_522 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_473, x_472, x_1, x_521, x_518, x_520, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_519); -return x_522; +lean_object* x_512; lean_object* x_513; lean_object* x_514; uint8_t x_515; lean_object* x_516; +x_512 = lean_ctor_get(x_511, 0); +lean_inc(x_512); +x_513 = lean_ctor_get(x_511, 1); +lean_inc(x_513); +lean_dec(x_511); +x_514 = lean_box(0); +x_515 = lean_unbox(x_470); +lean_dec(x_470); +x_516 = l_Lean_Compiler_LCNF_Simp_simp___lambda__6(x_467, x_466, x_1, x_515, x_512, x_514, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_513); +return x_516; } else -{ -lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; -lean_dec(x_476); -lean_dec(x_473); -lean_dec(x_472); -lean_dec(x_387); +{ +lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; +lean_dec(x_470); +lean_dec(x_467); +lean_dec(x_466); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -13701,183 +13558,183 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_523 = lean_ctor_get(x_517, 0); -lean_inc(x_523); -x_524 = lean_ctor_get(x_517, 1); -lean_inc(x_524); -if (lean_is_exclusive(x_517)) { - lean_ctor_release(x_517, 0); - lean_ctor_release(x_517, 1); - x_525 = x_517; +x_517 = lean_ctor_get(x_511, 0); +lean_inc(x_517); +x_518 = lean_ctor_get(x_511, 1); +lean_inc(x_518); +if (lean_is_exclusive(x_511)) { + lean_ctor_release(x_511, 0); + lean_ctor_release(x_511, 1); + x_519 = x_511; } else { - lean_dec_ref(x_517); - x_525 = lean_box(0); + lean_dec_ref(x_511); + x_519 = lean_box(0); } -if (lean_is_scalar(x_525)) { - x_526 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_519)) { + x_520 = lean_alloc_ctor(1, 2, 0); } else { - x_526 = x_525; + x_520 = x_519; } -lean_ctor_set(x_526, 0, x_523); -lean_ctor_set(x_526, 1, x_524); -return x_526; +lean_ctor_set(x_520, 0, x_517); +lean_ctor_set(x_520, 1, x_518); +return x_520; } } } case 3: { -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; uint8_t x_534; lean_object* x_535; -x_527 = lean_ctor_get(x_388, 1); +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; uint8_t x_528; lean_object* x_529; +x_521 = lean_ctor_get(x_382, 1); +lean_inc(x_521); +lean_dec(x_382); +x_522 = lean_ctor_get(x_1, 0); +lean_inc(x_522); +x_523 = lean_ctor_get(x_1, 1); +lean_inc(x_523); +x_524 = lean_st_ref_get(x_3, x_521); +x_525 = lean_ctor_get(x_524, 0); +lean_inc(x_525); +x_526 = lean_ctor_get(x_524, 1); +lean_inc(x_526); +lean_dec(x_524); +x_527 = lean_ctor_get(x_525, 0); lean_inc(x_527); -lean_dec(x_388); -x_528 = lean_ctor_get(x_1, 0); -lean_inc(x_528); -x_529 = lean_ctor_get(x_1, 1); -lean_inc(x_529); -x_530 = lean_st_ref_get(x_3, x_527); -x_531 = lean_ctor_get(x_530, 0); -lean_inc(x_531); -x_532 = lean_ctor_get(x_530, 1); +lean_dec(x_525); +x_528 = 0; +lean_inc(x_522); +x_529 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_527, x_522, x_528); +if (lean_obj_tag(x_529) == 0) +{ +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_548; +x_530 = lean_ctor_get(x_529, 0); +lean_inc(x_530); +lean_dec(x_529); +lean_inc(x_523); +x_531 = l_Lean_Compiler_LCNF_normArgs___at_Lean_Compiler_LCNF_Simp_simp___spec__2(x_528, x_523, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_526); +x_532 = lean_ctor_get(x_531, 0); lean_inc(x_532); -lean_dec(x_530); -x_533 = lean_ctor_get(x_531, 0); +x_533 = lean_ctor_get(x_531, 1); lean_inc(x_533); -lean_dec(x_531); -x_534 = 0; -lean_inc(x_528); -x_535 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_533, x_528, x_534); -if (lean_obj_tag(x_535) == 0) -{ -lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_554; -x_536 = lean_ctor_get(x_535, 0); -lean_inc(x_536); -lean_dec(x_535); -lean_inc(x_529); -x_537 = l_Lean_Compiler_LCNF_normArgs___at_Lean_Compiler_LCNF_Simp_simp___spec__2(x_534, x_529, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_532); -x_538 = lean_ctor_get(x_537, 0); -lean_inc(x_538); -x_539 = lean_ctor_get(x_537, 1); -lean_inc(x_539); -if (lean_is_exclusive(x_537)) { - lean_ctor_release(x_537, 0); - lean_ctor_release(x_537, 1); - x_540 = x_537; +if (lean_is_exclusive(x_531)) { + lean_ctor_release(x_531, 0); + lean_ctor_release(x_531, 1); + x_534 = x_531; } else { - lean_dec_ref(x_537); - x_540 = lean_box(0); + lean_dec_ref(x_531); + x_534 = lean_box(0); } lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_538); -lean_inc(x_536); -x_554 = l_Lean_Compiler_LCNF_Simp_inlineJp_x3f(x_536, x_538, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_539); -if (lean_obj_tag(x_554) == 0) -{ -lean_object* x_555; -x_555 = lean_ctor_get(x_554, 0); -lean_inc(x_555); -if (lean_obj_tag(x_555) == 0) -{ -lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; uint8_t x_561; -x_556 = lean_ctor_get(x_554, 1); -lean_inc(x_556); -lean_dec(x_554); -lean_inc(x_536); -x_557 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_536, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_556); -x_558 = lean_ctor_get(x_557, 1); -lean_inc(x_558); -lean_dec(x_557); -x_559 = lean_array_get_size(x_538); -x_560 = lean_unsigned_to_nat(0u); -x_561 = lean_nat_dec_lt(x_560, x_559); -if (x_561 == 0) -{ -lean_dec(x_559); -lean_dec(x_387); +lean_inc(x_532); +lean_inc(x_530); +x_548 = l_Lean_Compiler_LCNF_Simp_inlineJp_x3f(x_530, x_532, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_533); +if (lean_obj_tag(x_548) == 0) +{ +lean_object* x_549; +x_549 = lean_ctor_get(x_548, 0); +lean_inc(x_549); +if (lean_obj_tag(x_549) == 0) +{ +lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; uint8_t x_555; +x_550 = lean_ctor_get(x_548, 1); +lean_inc(x_550); +lean_dec(x_548); +lean_inc(x_530); +x_551 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_530, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_550); +x_552 = lean_ctor_get(x_551, 1); +lean_inc(x_552); +lean_dec(x_551); +x_553 = lean_array_get_size(x_532); +x_554 = lean_unsigned_to_nat(0u); +x_555 = lean_nat_dec_lt(x_554, x_553); +if (x_555 == 0) +{ +lean_dec(x_553); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_541 = x_558; -goto block_553; +x_535 = x_552; +goto block_547; } else { -uint8_t x_562; -x_562 = lean_nat_dec_le(x_559, x_559); -if (x_562 == 0) +uint8_t x_556; +x_556 = lean_nat_dec_le(x_553, x_553); +if (x_556 == 0) { -lean_dec(x_559); -lean_dec(x_387); +lean_dec(x_553); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_541 = x_558; -goto block_553; +x_535 = x_552; +goto block_547; } else { -size_t x_563; size_t x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; -x_563 = 0; -x_564 = lean_usize_of_nat(x_559); -lean_dec(x_559); -x_565 = lean_box(0); -x_566 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_markUsedLetValue___spec__1(x_538, x_563, x_564, x_565, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_558); +size_t x_557; size_t x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; +x_557 = 0; +x_558 = lean_usize_of_nat(x_553); +lean_dec(x_553); +x_559 = lean_box(0); +x_560 = l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Simp_markUsedLetValue___spec__1(x_532, x_557, x_558, x_559, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_552); lean_dec(x_8); -lean_dec(x_387); +lean_dec(x_381); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_567 = lean_ctor_get(x_566, 1); -lean_inc(x_567); -lean_dec(x_566); -x_541 = x_567; -goto block_553; +x_561 = lean_ctor_get(x_560, 1); +lean_inc(x_561); +lean_dec(x_560); +x_535 = x_561; +goto block_547; } } } else { -lean_object* x_568; lean_object* x_569; -lean_dec(x_540); -lean_dec(x_538); -lean_dec(x_536); -lean_dec(x_529); -lean_dec(x_528); +lean_object* x_562; lean_object* x_563; +lean_dec(x_534); +lean_dec(x_532); +lean_dec(x_530); +lean_dec(x_523); +lean_dec(x_522); lean_dec(x_1); -x_568 = lean_ctor_get(x_554, 1); -lean_inc(x_568); -lean_dec(x_554); -x_569 = lean_ctor_get(x_555, 0); -lean_inc(x_569); -lean_dec(x_555); -x_1 = x_569; -x_7 = x_387; -x_9 = x_568; +x_562 = lean_ctor_get(x_548, 1); +lean_inc(x_562); +lean_dec(x_548); +x_563 = lean_ctor_get(x_549, 0); +lean_inc(x_563); +lean_dec(x_549); +x_1 = x_563; +x_7 = x_381; +x_9 = x_562; goto _start; } } else { -lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; -lean_dec(x_540); -lean_dec(x_538); -lean_dec(x_536); -lean_dec(x_529); -lean_dec(x_528); -lean_dec(x_387); +lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; +lean_dec(x_534); +lean_dec(x_532); +lean_dec(x_530); +lean_dec(x_523); +lean_dec(x_522); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -13885,565 +13742,537 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_571 = lean_ctor_get(x_554, 0); -lean_inc(x_571); -x_572 = lean_ctor_get(x_554, 1); -lean_inc(x_572); -if (lean_is_exclusive(x_554)) { - lean_ctor_release(x_554, 0); - lean_ctor_release(x_554, 1); - x_573 = x_554; +x_565 = lean_ctor_get(x_548, 0); +lean_inc(x_565); +x_566 = lean_ctor_get(x_548, 1); +lean_inc(x_566); +if (lean_is_exclusive(x_548)) { + lean_ctor_release(x_548, 0); + lean_ctor_release(x_548, 1); + x_567 = x_548; } else { - lean_dec_ref(x_554); - x_573 = lean_box(0); + lean_dec_ref(x_548); + x_567 = lean_box(0); } -if (lean_is_scalar(x_573)) { - x_574 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_567)) { + x_568 = lean_alloc_ctor(1, 2, 0); } else { - x_574 = x_573; + x_568 = x_567; } -lean_ctor_set(x_574, 0, x_571); -lean_ctor_set(x_574, 1, x_572); -return x_574; +lean_ctor_set(x_568, 0, x_565); +lean_ctor_set(x_568, 1, x_566); +return x_568; } -block_553: +block_547: { -uint8_t x_542; -x_542 = lean_name_eq(x_528, x_536); -lean_dec(x_528); -if (x_542 == 0) +uint8_t x_536; +x_536 = lean_name_eq(x_522, x_530); +lean_dec(x_522); +if (x_536 == 0) { -lean_object* x_543; lean_object* x_544; lean_object* x_545; -lean_dec(x_529); +lean_object* x_537; lean_object* x_538; lean_object* x_539; +lean_dec(x_523); if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); lean_ctor_release(x_1, 1); - x_543 = x_1; + x_537 = x_1; } else { lean_dec_ref(x_1); - x_543 = lean_box(0); + x_537 = lean_box(0); } -if (lean_is_scalar(x_543)) { - x_544 = lean_alloc_ctor(3, 2, 0); +if (lean_is_scalar(x_537)) { + x_538 = lean_alloc_ctor(3, 2, 0); } else { - x_544 = x_543; + x_538 = x_537; } -lean_ctor_set(x_544, 0, x_536); -lean_ctor_set(x_544, 1, x_538); -if (lean_is_scalar(x_540)) { - x_545 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_538, 0, x_530); +lean_ctor_set(x_538, 1, x_532); +if (lean_is_scalar(x_534)) { + x_539 = lean_alloc_ctor(0, 2, 0); } else { - x_545 = x_540; + x_539 = x_534; } -lean_ctor_set(x_545, 0, x_544); -lean_ctor_set(x_545, 1, x_541); -return x_545; +lean_ctor_set(x_539, 0, x_538); +lean_ctor_set(x_539, 1, x_535); +return x_539; } else { -size_t x_546; size_t x_547; uint8_t x_548; -x_546 = lean_ptr_addr(x_529); -lean_dec(x_529); -x_547 = lean_ptr_addr(x_538); -x_548 = lean_usize_dec_eq(x_546, x_547); -if (x_548 == 0) +size_t x_540; size_t x_541; uint8_t x_542; +x_540 = lean_ptr_addr(x_523); +lean_dec(x_523); +x_541 = lean_ptr_addr(x_532); +x_542 = lean_usize_dec_eq(x_540, x_541); +if (x_542 == 0) { -lean_object* x_549; lean_object* x_550; lean_object* x_551; +lean_object* x_543; lean_object* x_544; lean_object* x_545; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); lean_ctor_release(x_1, 1); - x_549 = x_1; + x_543 = x_1; } else { lean_dec_ref(x_1); - x_549 = lean_box(0); + x_543 = lean_box(0); } -if (lean_is_scalar(x_549)) { - x_550 = lean_alloc_ctor(3, 2, 0); +if (lean_is_scalar(x_543)) { + x_544 = lean_alloc_ctor(3, 2, 0); } else { - x_550 = x_549; + x_544 = x_543; } -lean_ctor_set(x_550, 0, x_536); -lean_ctor_set(x_550, 1, x_538); -if (lean_is_scalar(x_540)) { - x_551 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_544, 0, x_530); +lean_ctor_set(x_544, 1, x_532); +if (lean_is_scalar(x_534)) { + x_545 = lean_alloc_ctor(0, 2, 0); } else { - x_551 = x_540; + x_545 = x_534; } -lean_ctor_set(x_551, 0, x_550); -lean_ctor_set(x_551, 1, x_541); -return x_551; +lean_ctor_set(x_545, 0, x_544); +lean_ctor_set(x_545, 1, x_535); +return x_545; } else { -lean_object* x_552; -lean_dec(x_538); -lean_dec(x_536); -if (lean_is_scalar(x_540)) { - x_552 = lean_alloc_ctor(0, 2, 0); +lean_object* x_546; +lean_dec(x_532); +lean_dec(x_530); +if (lean_is_scalar(x_534)) { + x_546 = lean_alloc_ctor(0, 2, 0); } else { - x_552 = x_540; + x_546 = x_534; } -lean_ctor_set(x_552, 0, x_1); -lean_ctor_set(x_552, 1, x_541); -return x_552; +lean_ctor_set(x_546, 0, x_1); +lean_ctor_set(x_546, 1, x_535); +return x_546; } } } } else { -lean_object* x_575; -lean_dec(x_529); -lean_dec(x_528); +lean_object* x_569; +lean_dec(x_523); +lean_dec(x_522); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_575 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_387, x_8, x_532); +x_569 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_381, x_8, x_526); lean_dec(x_8); -lean_dec(x_387); +lean_dec(x_381); lean_dec(x_6); lean_dec(x_5); -return x_575; +return x_569; } } case 4: { -lean_object* x_576; lean_object* x_577; lean_object* x_578; -x_576 = lean_ctor_get(x_388, 1); -lean_inc(x_576); -lean_dec(x_388); -x_577 = lean_ctor_get(x_1, 0); -lean_inc(x_577); +lean_object* x_570; lean_object* x_571; lean_object* x_572; +x_570 = lean_ctor_get(x_382, 1); +lean_inc(x_570); +lean_dec(x_382); +x_571 = lean_ctor_get(x_1, 0); +lean_inc(x_571); lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); +lean_inc(x_571); +x_572 = l_Lean_Compiler_LCNF_Simp_simpCasesOnCtor_x3f(x_571, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_570); +if (lean_obj_tag(x_572) == 0) +{ +lean_object* x_573; +x_573 = lean_ctor_get(x_572, 0); +lean_inc(x_573); +if (lean_obj_tag(x_573) == 0) +{ +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; uint8_t x_584; lean_object* x_585; +x_574 = lean_ctor_get(x_572, 1); +lean_inc(x_574); +lean_dec(x_572); +x_575 = lean_ctor_get(x_571, 0); +lean_inc(x_575); +x_576 = lean_ctor_get(x_571, 1); +lean_inc(x_576); +x_577 = lean_ctor_get(x_571, 2); lean_inc(x_577); -x_578 = l_Lean_Compiler_LCNF_Simp_simpCasesOnCtor_x3f(x_577, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_576); -if (lean_obj_tag(x_578) == 0) -{ -lean_object* x_579; -x_579 = lean_ctor_get(x_578, 0); -lean_inc(x_579); -if (lean_obj_tag(x_579) == 0) -{ -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; uint8_t x_590; lean_object* x_591; -x_580 = lean_ctor_get(x_578, 1); -lean_inc(x_580); -lean_dec(x_578); -x_581 = lean_ctor_get(x_577, 0); +x_578 = lean_ctor_get(x_571, 3); +lean_inc(x_578); +if (lean_is_exclusive(x_571)) { + lean_ctor_release(x_571, 0); + lean_ctor_release(x_571, 1); + lean_ctor_release(x_571, 2); + lean_ctor_release(x_571, 3); + x_579 = x_571; +} else { + lean_dec_ref(x_571); + x_579 = lean_box(0); +} +x_580 = lean_st_ref_get(x_3, x_574); +x_581 = lean_ctor_get(x_580, 0); lean_inc(x_581); -x_582 = lean_ctor_get(x_577, 1); +x_582 = lean_ctor_get(x_580, 1); lean_inc(x_582); -x_583 = lean_ctor_get(x_577, 2); +lean_dec(x_580); +x_583 = lean_ctor_get(x_581, 0); lean_inc(x_583); -x_584 = lean_ctor_get(x_577, 3); -lean_inc(x_584); -if (lean_is_exclusive(x_577)) { - lean_ctor_release(x_577, 0); - lean_ctor_release(x_577, 1); - lean_ctor_release(x_577, 2); - lean_ctor_release(x_577, 3); - x_585 = x_577; -} else { - lean_dec_ref(x_577); - x_585 = lean_box(0); -} -x_586 = lean_st_ref_get(x_3, x_580); -x_587 = lean_ctor_get(x_586, 0); -lean_inc(x_587); -x_588 = lean_ctor_get(x_586, 1); +lean_dec(x_581); +x_584 = 0; +lean_inc(x_577); +x_585 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_583, x_577, x_584); +if (lean_obj_tag(x_585) == 0) +{ +lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; +x_586 = lean_ctor_get(x_585, 0); +lean_inc(x_586); +lean_dec(x_585); +x_587 = lean_st_ref_get(x_3, x_582); +x_588 = lean_ctor_get(x_587, 0); lean_inc(x_588); -lean_dec(x_586); -x_589 = lean_ctor_get(x_587, 0); +x_589 = lean_ctor_get(x_587, 1); lean_inc(x_589); lean_dec(x_587); -x_590 = 0; -lean_inc(x_583); -x_591 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_589, x_583, x_590); -if (lean_obj_tag(x_591) == 0) -{ -lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; -x_592 = lean_ctor_get(x_591, 0); -lean_inc(x_592); -lean_dec(x_591); -x_593 = lean_st_ref_get(x_3, x_588); -x_594 = lean_ctor_get(x_593, 0); -lean_inc(x_594); -x_595 = lean_ctor_get(x_593, 1); -lean_inc(x_595); -lean_dec(x_593); -x_596 = lean_ctor_get(x_594, 0); -lean_inc(x_596); -lean_dec(x_594); -lean_inc(x_582); -x_597 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_596, x_590, x_582); -lean_inc(x_592); -x_598 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_592, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_595); -x_599 = lean_ctor_get(x_598, 1); -lean_inc(x_599); -lean_dec(x_598); -lean_inc(x_592); -x_600 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__7), 10, 1); -lean_closure_set(x_600, 0, x_592); +x_590 = lean_ctor_get(x_588, 0); +lean_inc(x_590); +lean_dec(x_588); +lean_inc(x_576); +x_591 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_590, x_584, x_576); +lean_inc(x_586); +x_592 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_586, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_589); +x_593 = lean_ctor_get(x_592, 1); +lean_inc(x_593); +lean_dec(x_592); +lean_inc(x_586); +x_594 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_Simp_simp___lambda__7), 10, 1); +lean_closure_set(x_594, 0, x_586); lean_inc(x_8); -lean_inc(x_387); +lean_inc(x_381); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_584); -x_601 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Simp_simp___spec__4(x_584, x_600, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_599); -if (lean_obj_tag(x_601) == 0) -{ -lean_object* x_602; lean_object* x_603; lean_object* x_604; lean_object* x_605; -x_602 = lean_ctor_get(x_601, 0); -lean_inc(x_602); -x_603 = lean_ctor_get(x_601, 1); -lean_inc(x_603); -if (lean_is_exclusive(x_601)) { - lean_ctor_release(x_601, 0); - lean_ctor_release(x_601, 1); - x_604 = x_601; -} else { - lean_dec_ref(x_601); - x_604 = lean_box(0); -} -x_605 = l_Lean_Compiler_LCNF_Simp_addDefaultAlt(x_602, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_603); -if (lean_obj_tag(x_605) == 0) +lean_inc(x_578); +x_595 = l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Simp_simp___spec__4(x_578, x_594, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_593); +if (lean_obj_tag(x_595) == 0) { -lean_object* x_606; lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_631; lean_object* x_632; uint8_t x_643; -x_606 = lean_ctor_get(x_605, 0); -lean_inc(x_606); -x_607 = lean_ctor_get(x_605, 1); -lean_inc(x_607); -if (lean_is_exclusive(x_605)) { - lean_ctor_release(x_605, 0); - lean_ctor_release(x_605, 1); - x_608 = x_605; +lean_object* x_596; lean_object* x_597; lean_object* x_598; +x_596 = lean_ctor_get(x_595, 0); +lean_inc(x_596); +x_597 = lean_ctor_get(x_595, 1); +lean_inc(x_597); +lean_dec(x_595); +x_598 = l_Lean_Compiler_LCNF_Simp_addDefaultAlt(x_596, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_597); +if (lean_obj_tag(x_598) == 0) +{ +lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; uint8_t x_603; uint8_t x_634; +x_599 = lean_ctor_get(x_598, 0); +lean_inc(x_599); +x_600 = lean_ctor_get(x_598, 1); +lean_inc(x_600); +if (lean_is_exclusive(x_598)) { + lean_ctor_release(x_598, 0); + lean_ctor_release(x_598, 1); + x_601 = x_598; } else { - lean_dec_ref(x_605); - x_608 = lean_box(0); + lean_dec_ref(x_598); + x_601 = lean_box(0); } -x_631 = lean_array_get_size(x_606); -x_643 = lean_nat_dec_eq(x_631, x_385); -if (x_643 == 0) +x_602 = lean_array_get_size(x_599); +x_634 = lean_nat_dec_eq(x_602, x_379); +if (x_634 == 0) { -lean_object* x_644; -lean_dec(x_631); -lean_dec(x_604); -x_644 = lean_box(0); -x_609 = x_644; -goto block_630; +x_603 = x_584; +goto block_633; } else { -lean_object* x_645; uint8_t x_646; -x_645 = lean_unsigned_to_nat(0u); -x_646 = lean_nat_dec_lt(x_645, x_631); -if (x_646 == 0) +lean_object* x_635; uint8_t x_636; +x_635 = lean_unsigned_to_nat(0u); +x_636 = lean_nat_dec_lt(x_635, x_602); +if (x_636 == 0) { -lean_object* x_647; lean_object* x_648; -x_647 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; -x_648 = l___private_Init_Util_0__outOfBounds___rarg(x_647); -if (lean_obj_tag(x_648) == 0) +lean_object* x_637; lean_object* x_638; +x_637 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; +x_638 = l___private_Init_Util_0__outOfBounds___rarg(x_637); +if (lean_obj_tag(x_638) == 0) { -lean_object* x_649; -lean_dec(x_648); -lean_dec(x_631); -lean_dec(x_604); -x_649 = lean_box(0); -x_609 = x_649; -goto block_630; +lean_dec(x_638); +x_603 = x_584; +goto block_633; } else { -lean_object* x_650; -lean_dec(x_648); -lean_dec(x_608); -lean_dec(x_597); -lean_dec(x_592); -lean_dec(x_585); -lean_dec(x_584); -lean_dec(x_583); -lean_dec(x_582); -lean_dec(x_581); -lean_dec(x_1); -x_650 = lean_box(0); -x_632 = x_650; -goto block_642; +uint8_t x_639; +lean_dec(x_638); +x_639 = 1; +x_603 = x_639; +goto block_633; } } else { -lean_object* x_651; -x_651 = lean_array_fget(x_606, x_645); -if (lean_obj_tag(x_651) == 0) +lean_object* x_640; +x_640 = lean_array_fget(x_599, x_635); +if (lean_obj_tag(x_640) == 0) { -lean_object* x_652; -lean_dec(x_651); -lean_dec(x_631); -lean_dec(x_604); -x_652 = lean_box(0); -x_609 = x_652; -goto block_630; +lean_dec(x_640); +x_603 = x_584; +goto block_633; } else { -lean_object* x_653; -lean_dec(x_651); -lean_dec(x_608); -lean_dec(x_597); -lean_dec(x_592); -lean_dec(x_585); -lean_dec(x_584); -lean_dec(x_583); -lean_dec(x_582); -lean_dec(x_581); -lean_dec(x_1); -x_653 = lean_box(0); -x_632 = x_653; -goto block_642; +uint8_t x_641; +lean_dec(x_640); +x_641 = 1; +x_603 = x_641; +goto block_633; } } } -block_630: +block_633: { -size_t x_610; size_t x_611; uint8_t x_612; -lean_dec(x_609); -x_610 = lean_ptr_addr(x_584); -lean_dec(x_584); -x_611 = lean_ptr_addr(x_606); -x_612 = lean_usize_dec_eq(x_610, x_611); -if (x_612 == 0) +if (x_603 == 0) +{ +size_t x_604; size_t x_605; uint8_t x_606; +lean_dec(x_602); +x_604 = lean_ptr_addr(x_578); +lean_dec(x_578); +x_605 = lean_ptr_addr(x_599); +x_606 = lean_usize_dec_eq(x_604, x_605); +if (x_606 == 0) { -lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; -lean_dec(x_583); -lean_dec(x_582); +lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; +lean_dec(x_577); +lean_dec(x_576); if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_613 = x_1; + x_607 = x_1; } else { lean_dec_ref(x_1); - x_613 = lean_box(0); + x_607 = lean_box(0); } -if (lean_is_scalar(x_585)) { - x_614 = lean_alloc_ctor(0, 4, 0); +if (lean_is_scalar(x_579)) { + x_608 = lean_alloc_ctor(0, 4, 0); } else { - x_614 = x_585; -} -lean_ctor_set(x_614, 0, x_581); -lean_ctor_set(x_614, 1, x_597); -lean_ctor_set(x_614, 2, x_592); -lean_ctor_set(x_614, 3, x_606); -if (lean_is_scalar(x_613)) { - x_615 = lean_alloc_ctor(4, 1, 0); + x_608 = x_579; +} +lean_ctor_set(x_608, 0, x_575); +lean_ctor_set(x_608, 1, x_591); +lean_ctor_set(x_608, 2, x_586); +lean_ctor_set(x_608, 3, x_599); +if (lean_is_scalar(x_607)) { + x_609 = lean_alloc_ctor(4, 1, 0); } else { - x_615 = x_613; + x_609 = x_607; } -lean_ctor_set(x_615, 0, x_614); -if (lean_is_scalar(x_608)) { - x_616 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_609, 0, x_608); +if (lean_is_scalar(x_601)) { + x_610 = lean_alloc_ctor(0, 2, 0); } else { - x_616 = x_608; + x_610 = x_601; } -lean_ctor_set(x_616, 0, x_615); -lean_ctor_set(x_616, 1, x_607); -return x_616; +lean_ctor_set(x_610, 0, x_609); +lean_ctor_set(x_610, 1, x_600); +return x_610; } else { -size_t x_617; size_t x_618; uint8_t x_619; -x_617 = lean_ptr_addr(x_582); -lean_dec(x_582); -x_618 = lean_ptr_addr(x_597); -x_619 = lean_usize_dec_eq(x_617, x_618); -if (x_619 == 0) +size_t x_611; size_t x_612; uint8_t x_613; +x_611 = lean_ptr_addr(x_576); +lean_dec(x_576); +x_612 = lean_ptr_addr(x_591); +x_613 = lean_usize_dec_eq(x_611, x_612); +if (x_613 == 0) { -lean_object* x_620; lean_object* x_621; lean_object* x_622; lean_object* x_623; -lean_dec(x_583); +lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_object* x_617; +lean_dec(x_577); if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_620 = x_1; + x_614 = x_1; } else { lean_dec_ref(x_1); - x_620 = lean_box(0); + x_614 = lean_box(0); } -if (lean_is_scalar(x_585)) { - x_621 = lean_alloc_ctor(0, 4, 0); +if (lean_is_scalar(x_579)) { + x_615 = lean_alloc_ctor(0, 4, 0); } else { - x_621 = x_585; -} -lean_ctor_set(x_621, 0, x_581); -lean_ctor_set(x_621, 1, x_597); -lean_ctor_set(x_621, 2, x_592); -lean_ctor_set(x_621, 3, x_606); -if (lean_is_scalar(x_620)) { - x_622 = lean_alloc_ctor(4, 1, 0); + x_615 = x_579; +} +lean_ctor_set(x_615, 0, x_575); +lean_ctor_set(x_615, 1, x_591); +lean_ctor_set(x_615, 2, x_586); +lean_ctor_set(x_615, 3, x_599); +if (lean_is_scalar(x_614)) { + x_616 = lean_alloc_ctor(4, 1, 0); } else { - x_622 = x_620; + x_616 = x_614; } -lean_ctor_set(x_622, 0, x_621); -if (lean_is_scalar(x_608)) { - x_623 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_616, 0, x_615); +if (lean_is_scalar(x_601)) { + x_617 = lean_alloc_ctor(0, 2, 0); } else { - x_623 = x_608; + x_617 = x_601; } -lean_ctor_set(x_623, 0, x_622); -lean_ctor_set(x_623, 1, x_607); -return x_623; +lean_ctor_set(x_617, 0, x_616); +lean_ctor_set(x_617, 1, x_600); +return x_617; } else { -uint8_t x_624; -x_624 = lean_name_eq(x_583, x_592); -lean_dec(x_583); -if (x_624 == 0) +uint8_t x_618; +x_618 = lean_name_eq(x_577, x_586); +lean_dec(x_577); +if (x_618 == 0) { -lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; +lean_object* x_619; lean_object* x_620; lean_object* x_621; lean_object* x_622; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_625 = x_1; + x_619 = x_1; } else { lean_dec_ref(x_1); - x_625 = lean_box(0); + x_619 = lean_box(0); } -if (lean_is_scalar(x_585)) { - x_626 = lean_alloc_ctor(0, 4, 0); +if (lean_is_scalar(x_579)) { + x_620 = lean_alloc_ctor(0, 4, 0); } else { - x_626 = x_585; -} -lean_ctor_set(x_626, 0, x_581); -lean_ctor_set(x_626, 1, x_597); -lean_ctor_set(x_626, 2, x_592); -lean_ctor_set(x_626, 3, x_606); -if (lean_is_scalar(x_625)) { - x_627 = lean_alloc_ctor(4, 1, 0); + x_620 = x_579; +} +lean_ctor_set(x_620, 0, x_575); +lean_ctor_set(x_620, 1, x_591); +lean_ctor_set(x_620, 2, x_586); +lean_ctor_set(x_620, 3, x_599); +if (lean_is_scalar(x_619)) { + x_621 = lean_alloc_ctor(4, 1, 0); } else { - x_627 = x_625; + x_621 = x_619; } -lean_ctor_set(x_627, 0, x_626); -if (lean_is_scalar(x_608)) { - x_628 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_621, 0, x_620); +if (lean_is_scalar(x_601)) { + x_622 = lean_alloc_ctor(0, 2, 0); } else { - x_628 = x_608; + x_622 = x_601; } -lean_ctor_set(x_628, 0, x_627); -lean_ctor_set(x_628, 1, x_607); -return x_628; +lean_ctor_set(x_622, 0, x_621); +lean_ctor_set(x_622, 1, x_600); +return x_622; } else { -lean_object* x_629; -lean_dec(x_606); -lean_dec(x_597); -lean_dec(x_592); -lean_dec(x_585); -lean_dec(x_581); -if (lean_is_scalar(x_608)) { - x_629 = lean_alloc_ctor(0, 2, 0); +lean_object* x_623; +lean_dec(x_599); +lean_dec(x_591); +lean_dec(x_586); +lean_dec(x_579); +lean_dec(x_575); +if (lean_is_scalar(x_601)) { + x_623 = lean_alloc_ctor(0, 2, 0); } else { - x_629 = x_608; + x_623 = x_601; } -lean_ctor_set(x_629, 0, x_1); -lean_ctor_set(x_629, 1, x_607); -return x_629; +lean_ctor_set(x_623, 0, x_1); +lean_ctor_set(x_623, 1, x_600); +return x_623; } } } } -block_642: -{ -lean_object* x_633; uint8_t x_634; -lean_dec(x_632); -x_633 = lean_unsigned_to_nat(0u); -x_634 = lean_nat_dec_lt(x_633, x_631); -lean_dec(x_631); -if (x_634 == 0) +else { -lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; -lean_dec(x_606); -x_635 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; -x_636 = l___private_Init_Util_0__outOfBounds___rarg(x_635); -x_637 = l_Lean_Compiler_LCNF_AltCore_getCode(x_636); -lean_dec(x_636); -if (lean_is_scalar(x_604)) { - x_638 = lean_alloc_ctor(0, 2, 0); +lean_object* x_624; uint8_t x_625; +lean_dec(x_591); +lean_dec(x_586); +lean_dec(x_579); +lean_dec(x_578); +lean_dec(x_577); +lean_dec(x_576); +lean_dec(x_575); +lean_dec(x_1); +x_624 = lean_unsigned_to_nat(0u); +x_625 = lean_nat_dec_lt(x_624, x_602); +lean_dec(x_602); +if (x_625 == 0) +{ +lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; +lean_dec(x_599); +x_626 = l___private_Lean_Compiler_LCNF_Simp_Main_0__Lean_Compiler_LCNF_Simp_oneExitPointQuick_go___closed__1; +x_627 = l___private_Init_Util_0__outOfBounds___rarg(x_626); +x_628 = l_Lean_Compiler_LCNF_AltCore_getCode(x_627); +lean_dec(x_627); +if (lean_is_scalar(x_601)) { + x_629 = lean_alloc_ctor(0, 2, 0); } else { - x_638 = x_604; + x_629 = x_601; } -lean_ctor_set(x_638, 0, x_637); -lean_ctor_set(x_638, 1, x_607); -return x_638; +lean_ctor_set(x_629, 0, x_628); +lean_ctor_set(x_629, 1, x_600); +return x_629; } else { -lean_object* x_639; lean_object* x_640; lean_object* x_641; -x_639 = lean_array_fget(x_606, x_633); -lean_dec(x_606); -x_640 = l_Lean_Compiler_LCNF_AltCore_getCode(x_639); -lean_dec(x_639); -if (lean_is_scalar(x_604)) { - x_641 = lean_alloc_ctor(0, 2, 0); +lean_object* x_630; lean_object* x_631; lean_object* x_632; +x_630 = lean_array_fget(x_599, x_624); +lean_dec(x_599); +x_631 = l_Lean_Compiler_LCNF_AltCore_getCode(x_630); +lean_dec(x_630); +if (lean_is_scalar(x_601)) { + x_632 = lean_alloc_ctor(0, 2, 0); } else { - x_641 = x_604; + x_632 = x_601; +} +lean_ctor_set(x_632, 0, x_631); +lean_ctor_set(x_632, 1, x_600); +return x_632; } -lean_ctor_set(x_641, 0, x_640); -lean_ctor_set(x_641, 1, x_607); -return x_641; } } } else { -lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_657; -lean_dec(x_604); -lean_dec(x_597); -lean_dec(x_592); -lean_dec(x_585); -lean_dec(x_584); -lean_dec(x_583); -lean_dec(x_582); -lean_dec(x_581); +lean_object* x_642; lean_object* x_643; lean_object* x_644; lean_object* x_645; +lean_dec(x_591); +lean_dec(x_586); +lean_dec(x_579); +lean_dec(x_578); +lean_dec(x_577); +lean_dec(x_576); +lean_dec(x_575); lean_dec(x_1); -x_654 = lean_ctor_get(x_605, 0); -lean_inc(x_654); -x_655 = lean_ctor_get(x_605, 1); -lean_inc(x_655); -if (lean_is_exclusive(x_605)) { - lean_ctor_release(x_605, 0); - lean_ctor_release(x_605, 1); - x_656 = x_605; +x_642 = lean_ctor_get(x_598, 0); +lean_inc(x_642); +x_643 = lean_ctor_get(x_598, 1); +lean_inc(x_643); +if (lean_is_exclusive(x_598)) { + lean_ctor_release(x_598, 0); + lean_ctor_release(x_598, 1); + x_644 = x_598; } else { - lean_dec_ref(x_605); - x_656 = lean_box(0); + lean_dec_ref(x_598); + x_644 = lean_box(0); } -if (lean_is_scalar(x_656)) { - x_657 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_644)) { + x_645 = lean_alloc_ctor(1, 2, 0); } else { - x_657 = x_656; + x_645 = x_644; } -lean_ctor_set(x_657, 0, x_654); -lean_ctor_set(x_657, 1, x_655); -return x_657; +lean_ctor_set(x_645, 0, x_642); +lean_ctor_set(x_645, 1, x_643); +return x_645; } } else { -lean_object* x_658; lean_object* x_659; lean_object* x_660; lean_object* x_661; -lean_dec(x_597); -lean_dec(x_592); -lean_dec(x_585); -lean_dec(x_584); -lean_dec(x_583); -lean_dec(x_582); -lean_dec(x_581); -lean_dec(x_387); +lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; +lean_dec(x_591); +lean_dec(x_586); +lean_dec(x_579); +lean_dec(x_578); +lean_dec(x_577); +lean_dec(x_576); +lean_dec(x_575); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -14451,53 +14280,53 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_658 = lean_ctor_get(x_601, 0); -lean_inc(x_658); -x_659 = lean_ctor_get(x_601, 1); -lean_inc(x_659); -if (lean_is_exclusive(x_601)) { - lean_ctor_release(x_601, 0); - lean_ctor_release(x_601, 1); - x_660 = x_601; +x_646 = lean_ctor_get(x_595, 0); +lean_inc(x_646); +x_647 = lean_ctor_get(x_595, 1); +lean_inc(x_647); +if (lean_is_exclusive(x_595)) { + lean_ctor_release(x_595, 0); + lean_ctor_release(x_595, 1); + x_648 = x_595; } else { - lean_dec_ref(x_601); - x_660 = lean_box(0); + lean_dec_ref(x_595); + x_648 = lean_box(0); } -if (lean_is_scalar(x_660)) { - x_661 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_648)) { + x_649 = lean_alloc_ctor(1, 2, 0); } else { - x_661 = x_660; + x_649 = x_648; } -lean_ctor_set(x_661, 0, x_658); -lean_ctor_set(x_661, 1, x_659); -return x_661; +lean_ctor_set(x_649, 0, x_646); +lean_ctor_set(x_649, 1, x_647); +return x_649; } } else { -lean_object* x_662; -lean_dec(x_585); -lean_dec(x_584); -lean_dec(x_583); -lean_dec(x_582); -lean_dec(x_581); +lean_object* x_650; +lean_dec(x_579); +lean_dec(x_578); +lean_dec(x_577); +lean_dec(x_576); +lean_dec(x_575); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_662 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_387, x_8, x_588); +x_650 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_381, x_8, x_582); lean_dec(x_8); -lean_dec(x_387); +lean_dec(x_381); lean_dec(x_6); lean_dec(x_5); -return x_662; +return x_650; } } else { -lean_object* x_663; lean_object* x_664; lean_object* x_665; lean_object* x_666; -lean_dec(x_577); -lean_dec(x_387); +lean_object* x_651; lean_object* x_652; lean_object* x_653; lean_object* x_654; +lean_dec(x_571); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -14505,34 +14334,34 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_663 = lean_ctor_get(x_578, 1); -lean_inc(x_663); -if (lean_is_exclusive(x_578)) { - lean_ctor_release(x_578, 0); - lean_ctor_release(x_578, 1); - x_664 = x_578; +x_651 = lean_ctor_get(x_572, 1); +lean_inc(x_651); +if (lean_is_exclusive(x_572)) { + lean_ctor_release(x_572, 0); + lean_ctor_release(x_572, 1); + x_652 = x_572; } else { - lean_dec_ref(x_578); - x_664 = lean_box(0); -} -x_665 = lean_ctor_get(x_579, 0); -lean_inc(x_665); -lean_dec(x_579); -if (lean_is_scalar(x_664)) { - x_666 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_572); + x_652 = lean_box(0); +} +x_653 = lean_ctor_get(x_573, 0); +lean_inc(x_653); +lean_dec(x_573); +if (lean_is_scalar(x_652)) { + x_654 = lean_alloc_ctor(0, 2, 0); } else { - x_666 = x_664; + x_654 = x_652; } -lean_ctor_set(x_666, 0, x_665); -lean_ctor_set(x_666, 1, x_663); -return x_666; +lean_ctor_set(x_654, 0, x_653); +lean_ctor_set(x_654, 1, x_651); +return x_654; } } else { -lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_object* x_670; -lean_dec(x_577); -lean_dec(x_387); +lean_object* x_655; lean_object* x_656; lean_object* x_657; lean_object* x_658; +lean_dec(x_571); +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -14540,205 +14369,205 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_667 = lean_ctor_get(x_578, 0); -lean_inc(x_667); -x_668 = lean_ctor_get(x_578, 1); -lean_inc(x_668); -if (lean_is_exclusive(x_578)) { - lean_ctor_release(x_578, 0); - lean_ctor_release(x_578, 1); - x_669 = x_578; +x_655 = lean_ctor_get(x_572, 0); +lean_inc(x_655); +x_656 = lean_ctor_get(x_572, 1); +lean_inc(x_656); +if (lean_is_exclusive(x_572)) { + lean_ctor_release(x_572, 0); + lean_ctor_release(x_572, 1); + x_657 = x_572; } else { - lean_dec_ref(x_578); - x_669 = lean_box(0); + lean_dec_ref(x_572); + x_657 = lean_box(0); } -if (lean_is_scalar(x_669)) { - x_670 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_657)) { + x_658 = lean_alloc_ctor(1, 2, 0); } else { - x_670 = x_669; + x_658 = x_657; } -lean_ctor_set(x_670, 0, x_667); -lean_ctor_set(x_670, 1, x_668); -return x_670; +lean_ctor_set(x_658, 0, x_655); +lean_ctor_set(x_658, 1, x_656); +return x_658; } } case 5: { -lean_object* x_671; lean_object* x_672; lean_object* x_673; lean_object* x_674; lean_object* x_675; lean_object* x_676; uint8_t x_677; lean_object* x_678; -x_671 = lean_ctor_get(x_388, 1); -lean_inc(x_671); -lean_dec(x_388); -x_672 = lean_ctor_get(x_1, 0); -lean_inc(x_672); -x_673 = lean_st_ref_get(x_3, x_671); -x_674 = lean_ctor_get(x_673, 0); -lean_inc(x_674); -x_675 = lean_ctor_get(x_673, 1); -lean_inc(x_675); -lean_dec(x_673); -x_676 = lean_ctor_get(x_674, 0); -lean_inc(x_676); -lean_dec(x_674); -x_677 = 0; -lean_inc(x_672); -x_678 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_676, x_672, x_677); -if (lean_obj_tag(x_678) == 0) -{ -lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; uint8_t x_683; -x_679 = lean_ctor_get(x_678, 0); -lean_inc(x_679); -lean_dec(x_678); -lean_inc(x_679); -x_680 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_679, x_2, x_3, x_4, x_5, x_6, x_387, x_8, x_675); +lean_object* x_659; lean_object* x_660; lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; uint8_t x_665; lean_object* x_666; +x_659 = lean_ctor_get(x_382, 1); +lean_inc(x_659); +lean_dec(x_382); +x_660 = lean_ctor_get(x_1, 0); +lean_inc(x_660); +x_661 = lean_st_ref_get(x_3, x_659); +x_662 = lean_ctor_get(x_661, 0); +lean_inc(x_662); +x_663 = lean_ctor_get(x_661, 1); +lean_inc(x_663); +lean_dec(x_661); +x_664 = lean_ctor_get(x_662, 0); +lean_inc(x_664); +lean_dec(x_662); +x_665 = 0; +lean_inc(x_660); +x_666 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normFVarImp(x_664, x_660, x_665); +if (lean_obj_tag(x_666) == 0) +{ +lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_object* x_670; uint8_t x_671; +x_667 = lean_ctor_get(x_666, 0); +lean_inc(x_667); +lean_dec(x_666); +lean_inc(x_667); +x_668 = l_Lean_Compiler_LCNF_Simp_markUsedFVar(x_667, x_2, x_3, x_4, x_5, x_6, x_381, x_8, x_663); lean_dec(x_8); -lean_dec(x_387); +lean_dec(x_381); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_681 = lean_ctor_get(x_680, 1); -lean_inc(x_681); -if (lean_is_exclusive(x_680)) { - lean_ctor_release(x_680, 0); - lean_ctor_release(x_680, 1); - x_682 = x_680; +x_669 = lean_ctor_get(x_668, 1); +lean_inc(x_669); +if (lean_is_exclusive(x_668)) { + lean_ctor_release(x_668, 0); + lean_ctor_release(x_668, 1); + x_670 = x_668; } else { - lean_dec_ref(x_680); - x_682 = lean_box(0); + lean_dec_ref(x_668); + x_670 = lean_box(0); } -x_683 = lean_name_eq(x_672, x_679); -lean_dec(x_672); -if (x_683 == 0) +x_671 = lean_name_eq(x_660, x_667); +lean_dec(x_660); +if (x_671 == 0) { -lean_object* x_684; lean_object* x_685; lean_object* x_686; +lean_object* x_672; lean_object* x_673; lean_object* x_674; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_684 = x_1; + x_672 = x_1; } else { lean_dec_ref(x_1); - x_684 = lean_box(0); + x_672 = lean_box(0); } -if (lean_is_scalar(x_684)) { - x_685 = lean_alloc_ctor(5, 1, 0); +if (lean_is_scalar(x_672)) { + x_673 = lean_alloc_ctor(5, 1, 0); } else { - x_685 = x_684; + x_673 = x_672; } -lean_ctor_set(x_685, 0, x_679); -if (lean_is_scalar(x_682)) { - x_686 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_673, 0, x_667); +if (lean_is_scalar(x_670)) { + x_674 = lean_alloc_ctor(0, 2, 0); } else { - x_686 = x_682; + x_674 = x_670; } -lean_ctor_set(x_686, 0, x_685); -lean_ctor_set(x_686, 1, x_681); -return x_686; +lean_ctor_set(x_674, 0, x_673); +lean_ctor_set(x_674, 1, x_669); +return x_674; } else { -lean_object* x_687; -lean_dec(x_679); -if (lean_is_scalar(x_682)) { - x_687 = lean_alloc_ctor(0, 2, 0); +lean_object* x_675; +lean_dec(x_667); +if (lean_is_scalar(x_670)) { + x_675 = lean_alloc_ctor(0, 2, 0); } else { - x_687 = x_682; + x_675 = x_670; } -lean_ctor_set(x_687, 0, x_1); -lean_ctor_set(x_687, 1, x_681); -return x_687; +lean_ctor_set(x_675, 0, x_1); +lean_ctor_set(x_675, 1, x_669); +return x_675; } } else { -lean_object* x_688; -lean_dec(x_672); +lean_object* x_676; +lean_dec(x_660); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_688 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_387, x_8, x_675); +x_676 = l_Lean_Compiler_LCNF_mkReturnErased(x_5, x_6, x_381, x_8, x_663); lean_dec(x_8); -lean_dec(x_387); +lean_dec(x_381); lean_dec(x_6); lean_dec(x_5); -return x_688; +return x_676; } } default: { -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; uint8_t x_696; lean_object* x_697; size_t x_698; size_t x_699; uint8_t x_700; -lean_dec(x_387); +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; uint8_t x_684; lean_object* x_685; size_t x_686; size_t x_687; uint8_t x_688; +lean_dec(x_381); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_689 = lean_ctor_get(x_388, 1); -lean_inc(x_689); -lean_dec(x_388); -x_690 = lean_ctor_get(x_1, 0); -lean_inc(x_690); -x_691 = lean_st_ref_get(x_3, x_689); +x_677 = lean_ctor_get(x_382, 1); +lean_inc(x_677); +lean_dec(x_382); +x_678 = lean_ctor_get(x_1, 0); +lean_inc(x_678); +x_679 = lean_st_ref_get(x_3, x_677); lean_dec(x_3); -x_692 = lean_ctor_get(x_691, 0); -lean_inc(x_692); -x_693 = lean_ctor_get(x_691, 1); -lean_inc(x_693); -if (lean_is_exclusive(x_691)) { - lean_ctor_release(x_691, 0); - lean_ctor_release(x_691, 1); - x_694 = x_691; +x_680 = lean_ctor_get(x_679, 0); +lean_inc(x_680); +x_681 = lean_ctor_get(x_679, 1); +lean_inc(x_681); +if (lean_is_exclusive(x_679)) { + lean_ctor_release(x_679, 0); + lean_ctor_release(x_679, 1); + x_682 = x_679; } else { - lean_dec_ref(x_691); - x_694 = lean_box(0); + lean_dec_ref(x_679); + x_682 = lean_box(0); } -x_695 = lean_ctor_get(x_692, 0); -lean_inc(x_695); -lean_dec(x_692); -x_696 = 0; -lean_inc(x_690); -x_697 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_695, x_696, x_690); -x_698 = lean_ptr_addr(x_690); -lean_dec(x_690); -x_699 = lean_ptr_addr(x_697); -x_700 = lean_usize_dec_eq(x_698, x_699); -if (x_700 == 0) -{ -lean_object* x_701; lean_object* x_702; lean_object* x_703; +x_683 = lean_ctor_get(x_680, 0); +lean_inc(x_683); +lean_dec(x_680); +x_684 = 0; +lean_inc(x_678); +x_685 = l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normExprImp_go(x_683, x_684, x_678); +x_686 = lean_ptr_addr(x_678); +lean_dec(x_678); +x_687 = lean_ptr_addr(x_685); +x_688 = lean_usize_dec_eq(x_686, x_687); +if (x_688 == 0) +{ +lean_object* x_689; lean_object* x_690; lean_object* x_691; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_701 = x_1; + x_689 = x_1; } else { lean_dec_ref(x_1); - x_701 = lean_box(0); + x_689 = lean_box(0); } -if (lean_is_scalar(x_701)) { - x_702 = lean_alloc_ctor(6, 1, 0); +if (lean_is_scalar(x_689)) { + x_690 = lean_alloc_ctor(6, 1, 0); } else { - x_702 = x_701; + x_690 = x_689; } -lean_ctor_set(x_702, 0, x_697); -if (lean_is_scalar(x_694)) { - x_703 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_690, 0, x_685); +if (lean_is_scalar(x_682)) { + x_691 = lean_alloc_ctor(0, 2, 0); } else { - x_703 = x_694; + x_691 = x_682; } -lean_ctor_set(x_703, 0, x_702); -lean_ctor_set(x_703, 1, x_693); -return x_703; +lean_ctor_set(x_691, 0, x_690); +lean_ctor_set(x_691, 1, x_681); +return x_691; } else { -lean_object* x_704; -lean_dec(x_697); -if (lean_is_scalar(x_694)) { - x_704 = lean_alloc_ctor(0, 2, 0); +lean_object* x_692; +lean_dec(x_685); +if (lean_is_scalar(x_682)) { + x_692 = lean_alloc_ctor(0, 2, 0); } else { - x_704 = x_694; + x_692 = x_682; } -lean_ctor_set(x_704, 0, x_1); -lean_ctor_set(x_704, 1, x_693); -return x_704; +lean_ctor_set(x_692, 0, x_1); +lean_ctor_set(x_692, 1, x_681); +return x_692; } } } @@ -14746,7 +14575,7 @@ return x_704; } else { -lean_object* x_705; +lean_object* x_693; lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -14759,8 +14588,8 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_1); -x_705 = l_Lean_Compiler_LCNF_Simp_withIncRecDepth_throwMaxRecDepth___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_705; +x_693 = l_Lean_Compiler_LCNF_Simp_withIncRecDepth_throwMaxRecDepth___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_693; } } } diff --git a/stage0/stdlib/Lean/Compiler/LCNF/Simp/SimpM.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/SimpM.c index 231e533b95c4..899324b88d4b 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/SimpM.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/SimpM.c @@ -125,7 +125,7 @@ lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(le uint8_t lean_name_eq(lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr(lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_FunDeclInfoMap_restore(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(lean_object*, uint8_t, 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_Compiler_LCNF_Simp_withInlining_check___lambda__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_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Simp_withInlining_check___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_Compiler_LCNF_Simp_instMonadSimpM___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_Compiler_LCNF_getDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2389,217 +2389,121 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(lean_object* x_1, uint8_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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -lean_object* x_13; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; x_13 = l_Lean_Compiler_LCNF_getConfig(x_8, x_9, x_10, x_11, x_12); -if (x_2 == 0) -{ -uint8_t x_14; -lean_dec(x_3); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) -{ -lean_object* x_15; -x_15 = lean_ctor_get(x_13, 0); -lean_dec(x_15); -lean_ctor_set(x_13, 0, x_1); -return x_13; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + x_16 = x_13; +} else { + lean_dec_ref(x_13); + x_16 = lean_box(0); } -else +if (x_3 == 0) { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -lean_dec(x_13); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_1); -lean_ctor_set(x_17, 1, x_16); -return x_17; -} +uint8_t x_40; +lean_dec(x_14); +x_40 = 0; +x_17 = x_40; +goto block_39; } else { if (x_4 == 0) { -uint8_t x_18; -lean_dec(x_3); -x_18 = !lean_is_exclusive(x_13); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = lean_ctor_get(x_13, 0); -lean_dec(x_19); -lean_ctor_set(x_13, 0, x_1); -return x_13; +uint8_t x_41; +lean_dec(x_14); +x_41 = 0; +x_17 = x_41; +goto block_39; } else { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_13, 1); -lean_inc(x_20); -lean_dec(x_13); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_1); -lean_ctor_set(x_21, 1, x_20); -return x_21; +lean_object* x_42; uint8_t x_43; +x_42 = lean_ctor_get(x_14, 2); +lean_inc(x_42); +lean_dec(x_14); +x_43 = lean_nat_dec_lt(x_42, x_1); +lean_dec(x_42); +x_17 = x_43; +goto block_39; } } -else -{ -uint8_t x_22; -x_22 = !lean_is_exclusive(x_13); -if (x_22 == 0) +block_39: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_23 = lean_ctor_get(x_13, 0); -x_24 = lean_ctor_get(x_13, 1); -x_25 = lean_ctor_get(x_23, 2); -lean_inc(x_25); -lean_dec(x_23); -x_26 = lean_nat_dec_lt(x_25, x_1); -lean_dec(x_25); -if (x_26 == 0) -{ -lean_dec(x_3); -lean_ctor_set(x_13, 0, x_1); -return x_13; -} -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; 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; uint8_t x_43; -lean_free_object(x_13); -lean_dec(x_1); -x_27 = l_Lean_Compiler_LCNF_getConfig(x_8, x_9, x_10, x_11, x_24); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = l_Lean_MessageData_ofName(x_3); -x_31 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__2; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__4; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = lean_ctor_get(x_28, 2); -lean_inc(x_35); -lean_dec(x_28); -x_36 = l_Nat_repr(x_35); -x_37 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_37, 0, x_36); -x_38 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_38, 0, x_37); -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_34); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__6; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_throwError___at_Lean_Compiler_LCNF_Simp_withInlining_check___spec__5(x_41, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_29); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) -{ -return x_42; -} -else +if (x_17 == 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_45); -lean_inc(x_44); -lean_dec(x_42); -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_object* x_18; +lean_dec(x_2); +if (lean_is_scalar(x_16)) { + x_18 = lean_alloc_ctor(0, 2, 0); +} else { + x_18 = x_16; } +lean_ctor_set(x_18, 0, x_1); +lean_ctor_set(x_18, 1, x_15); +return x_18; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_47 = lean_ctor_get(x_13, 0); -x_48 = lean_ctor_get(x_13, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_13); -x_49 = lean_ctor_get(x_47, 2); -lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_nat_dec_lt(x_49, x_1); -lean_dec(x_49); -if (x_50 == 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; 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; +lean_dec(x_16); +lean_dec(x_1); +x_19 = l_Lean_Compiler_LCNF_getConfig(x_8, x_9, x_10, x_11, x_15); +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 = l_Lean_MessageData_ofName(x_2); +x_23 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__2; +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_22); +x_25 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__4; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = lean_ctor_get(x_20, 2); +lean_inc(x_27); +lean_dec(x_20); +x_28 = l_Nat_repr(x_27); +x_29 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_29, 0, x_28); +x_30 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_31, 0, x_26); +lean_ctor_set(x_31, 1, x_30); +x_32 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__6; +x_33 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_32); +x_34 = l_Lean_throwError___at_Lean_Compiler_LCNF_Simp_withInlining_check___spec__5(x_33, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_21); +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) { -lean_object* x_51; -lean_dec(x_3); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_1); -lean_ctor_set(x_51, 1, x_48); -return x_51; +return x_34; } 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; 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_dec(x_1); -x_52 = l_Lean_Compiler_LCNF_getConfig(x_8, x_9, x_10, x_11, x_48); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = l_Lean_MessageData_ofName(x_3); -x_56 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__2; -x_57 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_55); -x_58 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__4; -x_59 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -x_60 = lean_ctor_get(x_53, 2); -lean_inc(x_60); -lean_dec(x_53); -x_61 = l_Nat_repr(x_60); -x_62 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_64 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_64, 0, x_59); -lean_ctor_set(x_64, 1, x_63); -x_65 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2___closed__6; -x_66 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_66, 0, x_64); -lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_throwError___at_Lean_Compiler_LCNF_Simp_withInlining_check___spec__5(x_66, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_54); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_70 = x_67; -} else { - lean_dec_ref(x_67); - x_70 = lean_box(0); -} -if (lean_is_scalar(x_70)) { - x_71 = lean_alloc_ctor(1, 2, 0); -} else { - x_71 = x_70; -} -lean_ctor_set(x_71, 0, x_68); -lean_ctor_set(x_71, 1, x_69); -return x_71; -} +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_34, 0); +x_37 = lean_ctor_get(x_34, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_34); +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; } } } @@ -2647,7 +2551,7 @@ if (lean_obj_tag(x_16) == 0) { uint8_t x_20; lean_object* x_21; x_20 = 0; -x_21 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(x_19, x_2, x_1, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17); +x_21 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(x_19, x_1, x_2, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -2665,7 +2569,7 @@ lean_inc(x_22); lean_dec(x_16); x_23 = l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr(x_22); lean_dec(x_22); -x_24 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(x_19, x_2, x_1, x_23, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17); +x_24 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(x_19, x_1, x_2, x_23, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -2863,11 +2767,11 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__ _start: { uint8_t x_13; uint8_t x_14; lean_object* x_15; -x_13 = lean_unbox(x_2); -lean_dec(x_2); +x_13 = lean_unbox(x_3); +lean_dec(x_3); x_14 = lean_unbox(x_4); lean_dec(x_4); -x_15 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(x_1, x_13, x_3, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Lean_Compiler_LCNF_Simp_withInlining_check___lambda__2(x_1, x_2, x_13, x_14, 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); diff --git a/stage0/stdlib/Lean/Compiler/LCNF/SpecInfo.c b/stage0/stdlib/Lean/Compiler/LCNF/SpecInfo.c index 7f0d2cc9cf74..9f2d08cd700d 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/SpecInfo.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/SpecInfo.c @@ -13,16 +13,13 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__4; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_instInhabitedSpecParamInfo; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__14; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__7; static lean_object* l_Array_qsort_sort___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_sortEntries___spec__1___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__9; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__24; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__9; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__13; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__14; @@ -37,15 +34,15 @@ static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCN LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_noConfusion___rarg(uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_sortEntries(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__15; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__1; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__6; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__13; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__5; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482_(lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__29; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_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_RBNode_find___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__7___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__10; size_t lean_uint64_to_usize(uint64_t); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___closed__3; LEAN_EXPORT lean_object* l_Array_binSearchAux___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_findAtSorted_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -57,15 +54,14 @@ lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); lean_object* lean_mk_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__4(lean_object*, size_t, size_t, 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_instToMessageDataSpecParamInfo___closed__11; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_specExtension; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__8; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13___closed__3; lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__15; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__4; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__1(lean_object*, lean_object*, lean_object*); @@ -74,10 +70,11 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_Spe static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(lean_object*, lean_object*, lean_object*, 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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(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*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedSpecState; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__12(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___closed__1; static lean_object* l_Lean_Compiler_LCNF_SpecState_specInfo___default___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____boxed(lean_object*, lean_object*); @@ -85,6 +82,7 @@ uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___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_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecState_addEntry(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_zipWithAux___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__10; @@ -93,34 +91,35 @@ static lean_object* l_panic___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__8_ static lean_object* l_Lean_Compiler_LCNF_instReprSpecParamInfo___closed__1; lean_object* l_Lean_Compiler_LCNF_LCtx_toLocalContext(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___spec__1___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_isSpecCandidate(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__3; static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__3; extern lean_object* l_instInhabitedPUnit; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__1___boxed(lean_object*); static lean_object* l_Lean_Compiler_LCNF_SpecState_specInfo___default___closed__3; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__2(lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instInhabitedDecl; size_t lean_usize_of_nat(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__26; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__9; static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__12; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__28; static lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__14___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__15___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__16___closed__6; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_noConfusion___rarg___lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17(lean_object*, lean_object*, 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_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__5; static lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_noConfusion___rarg___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__3; LEAN_EXPORT lean_object* l_Array_binSearchAux___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_findAtSorted_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -128,28 +127,27 @@ LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCN lean_object* l_Lean_PersistentEnvExtension_getModuleEntries___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__9; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__7; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__5; lean_object* lean_nat_div(lean_object*, lean_object*); lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__13; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__15; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__14(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_noConfusion___rarg___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_zipWithAux___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673_(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_saveSpecParamInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_isSpecCandidate___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__12; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__3; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__7; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__21; LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___lambda__1(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492_(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getSpecParamInfo_x3f___rarg(lean_object*, lean_object*, lean_object*); @@ -157,16 +155,17 @@ uint8_t l_Lean_Compiler_LCNF_isTypeFormerType(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__20; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__7(lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__8___closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instReprSpecParamInfo; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___boxed(lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__14___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__15___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__16___closed__3; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__31; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__3; 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_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___at_Lean_Compiler_LCNF_saveSpecParamInfo___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_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_getSpecializationArgs_x3f(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__2; @@ -178,18 +177,19 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParam static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__12; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__5; LEAN_EXPORT uint8_t l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(lean_object*, size_t, size_t); lean_object* lean_usize_to_nat(size_t); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__18(size_t, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___at_Lean_Compiler_LCNF_saveSpecParamInfo___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*); extern lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f(lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__8___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__7; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__2; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__14; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__6; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__8; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__10; uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__2; @@ -197,20 +197,19 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpec LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__7; lean_object* l_Lean_Compiler_LCNF_mkFixedParamsMap(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__6; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2; static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__1; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13___boxed(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__10; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__5; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__5; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__4; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__11(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__4; lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__11; @@ -229,14 +228,15 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instInhabitedParam; lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__1; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663_(lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__2___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___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_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__23; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getSpecParamInfo_x3f(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__4; static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__6; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__1; @@ -244,7 +244,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpec extern lean_object* l_Lean_Core_instMonadCoreM; lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__14___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__15___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__16___closed__4; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_declLt___boxed(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__1___boxed(lean_object*, lean_object*); @@ -254,10 +254,9 @@ uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__3(size_t, 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_Compiler_LCNF_isSpecCandidate___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__2(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__14; 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_List_redLength___rarg(lean_object*); @@ -265,6 +264,7 @@ static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCN static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__17; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_findAtSorted_x3f(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__8; lean_object* lean_array_get_size(lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__12; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -275,12 +275,10 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParam uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__14___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__15___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__16___closed__1; static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__11; uint8_t lean_usize_dec_lt(size_t, size_t); uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__9___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__1(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__2; @@ -288,10 +286,12 @@ static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCN static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__8; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___closed__1; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__27; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__6; static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__22; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getSpecParamInfo_x3f___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__8; lean_object* l_Lean_Compiler_LCNF_isArrowClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); @@ -300,10 +300,12 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_noConfusion___rarg__ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_instInhabitedSpecEntry; size_t lean_usize_land(size_t, size_t); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__2___closed__3; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(size_t, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(lean_object*, size_t, size_t); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_reprSpecParamInfo____x40_Lean_Compiler_LCNF_SpecInfo___hyg_23____closed__30; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__7; static lean_object* l_Lean_Compiler_LCNF_instToMessageDataSpecParamInfo___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_SpecParamInfo_toCtorIdx(uint8_t x_1) { @@ -1980,7 +1982,7 @@ lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; @@ -1988,7 +1990,7 @@ x_2 = l_Lean_Compiler_LCNF_SpecState_specInfo___default___closed__3; return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__2(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; @@ -2006,7 +2008,7 @@ lean_dec(x_7); return x_9; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1() { _start: { lean_object* x_1; @@ -2014,7 +2016,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2() { _start: { lean_object* x_1; @@ -2022,7 +2024,7 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3() { _start: { lean_object* x_1; @@ -2030,7 +2032,7 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__4() { _start: { lean_object* x_1; @@ -2038,19 +2040,19 @@ x_1 = lean_mk_string_from_bytes("specExtension", 13); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2; -x_3 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2; +x_3 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__6() { _start: { lean_object* x_1; @@ -2058,30 +2060,30 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_SpecState_addEntry), 2, 0) return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__1___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__6; -x_3 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__7; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__6; +x_3 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__7; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__8; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -2090,20 +2092,20 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__9; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____lambda__1(x_1); +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____lambda__1(x_1); lean_dec(x_1); return x_2; } @@ -2196,60 +2198,44 @@ x_12 = lean_unsigned_to_nat(0u); x_13 = lean_nat_dec_eq(x_6, x_12); if (x_13 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_34; uint8_t x_35; +lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_36; uint8_t x_37; x_14 = lean_unsigned_to_nat(1u); x_15 = lean_nat_sub(x_6, x_14); lean_dec(x_6); -x_34 = lean_array_get_size(x_1); -x_35 = lean_nat_dec_lt(x_7, x_34); -lean_dec(x_34); -if (x_35 == 0) +x_36 = lean_array_get_size(x_1); +x_37 = lean_nat_dec_lt(x_7, x_36); +lean_dec(x_36); +if (x_37 == 0) { -uint8_t x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_40; -x_36 = l_Lean_Compiler_LCNF_instInhabitedSpecParamInfo; -x_37 = lean_box(x_36); -x_38 = l___private_Init_Util_0__outOfBounds___rarg(x_37); -x_39 = lean_unbox(x_38); -lean_dec(x_38); -x_40 = lean_box(x_39); -switch (lean_obj_tag(x_40)) { +uint8_t x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; lean_object* x_42; +x_38 = l_Lean_Compiler_LCNF_instInhabitedSpecParamInfo; +x_39 = lean_box(x_38); +x_40 = l___private_Init_Util_0__outOfBounds___rarg(x_39); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +x_42 = lean_box(x_41); +switch (lean_obj_tag(x_42)) { case 2: { -lean_object* x_41; -x_41 = lean_nat_add(x_7, x_9); -lean_dec(x_7); -{ -lean_object* _tmp_5 = x_15; -lean_object* _tmp_6 = x_41; -lean_object* _tmp_9 = x_4; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; -} -goto _start; +uint8_t x_43; +x_43 = 0; +x_16 = x_43; +goto block_35; } case 4: { -lean_object* x_43; -x_43 = lean_nat_add(x_7, x_9); -lean_dec(x_7); -{ -lean_object* _tmp_5 = x_15; -lean_object* _tmp_6 = x_43; -lean_object* _tmp_9 = x_4; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; -} -goto _start; +uint8_t x_44; +x_44 = 0; +x_16 = x_44; +goto block_35; } default: { -lean_object* x_45; -lean_dec(x_40); -x_45 = lean_box(0); +uint8_t x_45; +lean_dec(x_42); +x_45 = 1; x_16 = x_45; -goto block_33; +goto block_35; } } } @@ -2263,27 +2249,38 @@ x_48 = lean_box(x_47); switch (lean_obj_tag(x_48)) { case 2: { -lean_object* x_49; -x_49 = lean_nat_add(x_7, x_9); -lean_dec(x_7); +uint8_t x_49; +x_49 = 0; +x_16 = x_49; +goto block_35; +} +case 4: { -lean_object* _tmp_5 = x_15; -lean_object* _tmp_6 = x_49; -lean_object* _tmp_9 = x_4; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; +uint8_t x_50; +x_50 = 0; +x_16 = x_50; +goto block_35; } -goto _start; +default: +{ +uint8_t x_51; +lean_dec(x_48); +x_51 = 1; +x_16 = x_51; +goto block_35; } -case 4: +} +} +block_35: { -lean_object* x_51; -x_51 = lean_nat_add(x_7, x_9); +if (x_16 == 0) +{ +lean_object* x_17; +x_17 = lean_nat_add(x_7, x_9); lean_dec(x_7); { lean_object* _tmp_5 = x_15; -lean_object* _tmp_6 = x_51; +lean_object* _tmp_6 = x_17; lean_object* _tmp_9 = x_4; x_6 = _tmp_5; x_7 = _tmp_6; @@ -2291,40 +2288,29 @@ x_10 = _tmp_9; } goto _start; } -default: -{ -lean_object* x_53; -lean_dec(x_48); -x_53 = lean_box(0); -x_16 = x_53; -goto block_33; -} -} -} -block_33: +else { -uint8_t x_17; -lean_dec(x_16); -x_17 = lean_nat_dec_lt(x_7, x_3); -if (x_17 == 0) +uint8_t x_19; +x_19 = lean_nat_dec_lt(x_7, x_3); +if (x_19 == 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_5, 0); -x_19 = l_Lean_Compiler_LCNF_instInhabitedParam; -x_20 = l___private_Init_Util_0__outOfBounds___rarg(x_19); -x_21 = lean_ctor_get(x_20, 2); -lean_inc(x_21); -lean_dec(x_20); -x_22 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_18, x_21); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_20 = lean_ctor_get(x_5, 0); +x_21 = l_Lean_Compiler_LCNF_instInhabitedParam; +x_22 = l___private_Init_Util_0__outOfBounds___rarg(x_21); +x_23 = lean_ctor_get(x_22, 2); +lean_inc(x_23); +lean_dec(x_22); +x_24 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_20, x_23); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_23; -x_23 = lean_nat_add(x_7, x_9); +lean_object* x_25; +x_25 = lean_nat_add(x_7, x_9); lean_dec(x_7); { lean_object* _tmp_5 = x_15; -lean_object* _tmp_6 = x_23; +lean_object* _tmp_6 = x_25; lean_object* _tmp_9 = x_4; x_6 = _tmp_5; x_7 = _tmp_6; @@ -2334,31 +2320,31 @@ goto _start; } else { -lean_object* x_25; +lean_object* x_27; lean_dec(x_15); lean_dec(x_7); -x_25 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___spec__1___closed__2; -return x_25; +x_27 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___spec__1___closed__2; +return x_27; } } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_26 = lean_ctor_get(x_5, 0); -x_27 = lean_array_fget(x_2, x_7); -x_28 = lean_ctor_get(x_27, 2); -lean_inc(x_28); -lean_dec(x_27); -x_29 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_26, x_28); -lean_dec(x_28); -if (x_29 == 0) +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_28 = lean_ctor_get(x_5, 0); +x_29 = lean_array_fget(x_2, x_7); +x_30 = lean_ctor_get(x_29, 2); +lean_inc(x_30); +lean_dec(x_29); +x_31 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_28, x_30); +lean_dec(x_30); +if (x_31 == 0) { -lean_object* x_30; -x_30 = lean_nat_add(x_7, x_9); +lean_object* x_32; +x_32 = lean_nat_add(x_7, x_9); lean_dec(x_7); { lean_object* _tmp_5 = x_15; -lean_object* _tmp_6 = x_30; +lean_object* _tmp_6 = x_32; lean_object* _tmp_9 = x_4; x_6 = _tmp_5; x_7 = _tmp_6; @@ -2368,11 +2354,12 @@ goto _start; } else { -lean_object* x_32; +lean_object* x_34; lean_dec(x_15); lean_dec(x_7); -x_32 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___spec__1___closed__2; -return x_32; +x_34 = l_Std_Range_forIn_loop___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps___spec__1___closed__2; +return x_34; +} } } } @@ -2653,420 +2640,859 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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, lean_object* x_14) { _start: { -uint8_t x_14; -x_14 = lean_nat_dec_le(x_6, x_5); -if (x_14 == 0) +uint8_t x_15; +x_15 = lean_nat_dec_le(x_7, x_6); +if (x_15 == 0) { -lean_object* x_15; uint8_t x_16; -x_15 = lean_unsigned_to_nat(0u); -x_16 = lean_nat_dec_eq(x_4, x_15); -if (x_16 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_unsigned_to_nat(0u); +x_17 = lean_nat_dec_eq(x_5, x_16); +if (x_17 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_36; lean_object* x_37; lean_object* x_38; -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_sub(x_4, x_17); -lean_dec(x_4); -x_36 = lean_nat_dec_lt(x_5, x_3); -x_37 = lean_st_ref_get(x_12, x_13); -if (x_36 == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_sub(x_5, x_18); +lean_dec(x_5); +x_37 = lean_nat_dec_lt(x_6, x_4); +x_38 = lean_st_ref_get(x_13, x_14); +if (x_37 == 0) { -lean_object* x_95; lean_object* x_96; -x_95 = l_Lean_Compiler_LCNF_instInhabitedParam; -x_96 = l___private_Init_Util_0__outOfBounds___rarg(x_95); -x_38 = x_96; -goto block_94; +lean_object* x_97; lean_object* x_98; +x_97 = l_Lean_Compiler_LCNF_instInhabitedParam; +x_98 = l___private_Init_Util_0__outOfBounds___rarg(x_97); +x_39 = x_98; +goto block_96; } else { -lean_object* x_97; -x_97 = lean_array_fget(x_2, x_5); -x_38 = x_97; -goto block_94; +lean_object* x_99; +x_99 = lean_array_fget(x_3, x_6); +x_39 = x_99; +goto block_96; } -block_35: +block_36: { -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); if (lean_obj_tag(x_20) == 0) { -uint8_t x_21; -lean_dec(x_18); +lean_object* x_21; +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +if (lean_obj_tag(x_21) == 0) +{ +uint8_t x_22; +lean_dec(x_19); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); +lean_dec(x_6); lean_dec(x_1); -x_21 = !lean_is_exclusive(x_19); -if (x_21 == 0) +x_22 = !lean_is_exclusive(x_20); +if (x_22 == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); +lean_object* x_23; lean_object* x_24; x_23 = lean_ctor_get(x_20, 0); -lean_inc(x_23); -lean_dec(x_20); -lean_ctor_set(x_19, 0, x_23); -return x_19; +lean_dec(x_23); +x_24 = lean_ctor_get(x_21, 0); +lean_inc(x_24); +lean_dec(x_21); +lean_ctor_set(x_20, 0, x_24); +return x_20; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_19, 1); -lean_inc(x_24); -lean_dec(x_19); -x_25 = lean_ctor_get(x_20, 0); +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_20, 1); lean_inc(x_25); lean_dec(x_20); -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; +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_25); +return x_27; } } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_19, 1); -lean_inc(x_27); -lean_dec(x_19); -x_28 = lean_ctor_get(x_20, 0); +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_20, 1); lean_inc(x_28); lean_dec(x_20); -x_29 = lean_nat_add(x_5, x_7); -lean_dec(x_5); -x_4 = x_18; -x_5 = x_29; -x_8 = x_28; -x_13 = x_27; +x_29 = lean_ctor_get(x_21, 0); +lean_inc(x_29); +lean_dec(x_21); +x_30 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_19; +x_6 = x_30; +x_9 = x_29; +x_14 = x_28; goto _start; } } else { -uint8_t x_31; -lean_dec(x_18); +uint8_t x_32; +lean_dec(x_19); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); +lean_dec(x_6); lean_dec(x_1); -x_31 = !lean_is_exclusive(x_19); -if (x_31 == 0) +x_32 = !lean_is_exclusive(x_20); +if (x_32 == 0) { -return x_19; +return x_20; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_19, 0); -x_33 = lean_ctor_get(x_19, 1); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_20, 0); +x_34 = lean_ctor_get(x_20, 1); +lean_inc(x_34); lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_19); -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_dec(x_20); +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; } } } -block_94: +block_96: { -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_39 = lean_ctor_get(x_37, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_37, 1); +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; uint8_t x_48; uint8_t x_56; +x_40 = lean_ctor_get(x_38, 0); lean_inc(x_40); -lean_dec(x_37); -x_41 = lean_ctor_get(x_39, 0); +x_41 = lean_ctor_get(x_38, 1); lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_ctor_get(x_38, 2); -lean_inc(x_42); lean_dec(x_38); +x_42 = lean_ctor_get(x_40, 0); lean_inc(x_42); -x_43 = l_Lean_Compiler_LCNF_isArrowClass_x3f(x_42, x_11, x_12, x_40); -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); +lean_dec(x_40); +x_43 = lean_ctor_get(x_39, 2); +lean_inc(x_43); +lean_dec(x_39); +lean_inc(x_43); +x_44 = l_Lean_Compiler_LCNF_isArrowClass_x3f(x_43, x_12, x_13, x_41); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -lean_dec(x_43); -x_46 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__1; +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__1; if (lean_obj_tag(x_1) == 0) { -lean_object* x_60; uint8_t x_61; -x_60 = l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__1; -x_61 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_60, x_5); -if (x_61 == 0) +lean_object* x_66; uint8_t x_67; +x_66 = l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__1; +x_67 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_66, x_6); +if (x_67 == 0) { -uint8_t x_62; -x_62 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(x_41, x_42); -if (x_62 == 0) +uint8_t x_68; +x_68 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(x_42, x_43); +if (x_68 == 0) { -uint8_t x_63; -lean_inc(x_42); -x_63 = l_Lean_Compiler_LCNF_isTypeFormerType(x_42); -if (x_63 == 0) +uint8_t x_69; +lean_inc(x_43); +x_69 = l_Lean_Compiler_LCNF_isTypeFormerType(x_43); +if (x_69 == 0) { -if (lean_obj_tag(x_44) == 0) +if (lean_obj_tag(x_45) == 0) { -lean_object* x_64; -x_64 = lean_box(0); -x_47 = x_64; -goto block_59; +uint8_t x_70; +x_70 = 0; +x_56 = x_70; +goto block_65; } else { -uint8_t x_65; lean_object* x_66; lean_object* x_67; -lean_dec(x_44); -lean_dec(x_42); -x_65 = 0; -x_66 = lean_box(x_65); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_67 = lean_apply_7(x_46, x_8, x_66, x_9, x_10, x_11, x_12, x_45); -x_19 = x_67; -goto block_35; +uint8_t x_71; +lean_dec(x_45); +x_71 = 1; +x_56 = x_71; +goto block_65; } } else { -uint8_t x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_44); -lean_dec(x_42); -x_68 = 2; -x_69 = lean_box(x_68); +uint8_t x_72; lean_object* x_73; lean_object* x_74; +lean_dec(x_45); +lean_dec(x_43); +x_72 = 2; +x_73 = lean_box(x_72); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_70 = lean_apply_7(x_46, x_8, x_69, x_9, x_10, x_11, x_12, x_45); -x_19 = x_70; -goto block_35; +x_74 = lean_apply_7(x_47, x_9, x_73, x_10, x_11, x_12, x_13, x_46); +x_20 = x_74; +goto block_36; } } else { -uint8_t x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_44); -lean_dec(x_42); -x_71 = 4; -x_72 = lean_box(x_71); +uint8_t x_75; lean_object* x_76; lean_object* x_77; +lean_dec(x_45); +lean_dec(x_43); +x_75 = 4; +x_76 = lean_box(x_75); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_73 = lean_apply_7(x_46, x_8, x_72, x_9, x_10, x_11, x_12, x_45); -x_19 = x_73; -goto block_35; +x_77 = lean_apply_7(x_47, x_9, x_76, x_10, x_11, x_12, x_13, x_46); +x_20 = x_77; +goto block_36; } } else { -uint8_t x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_44); +uint8_t x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_45); +lean_dec(x_43); lean_dec(x_42); -lean_dec(x_41); -x_74 = 3; -x_75 = lean_box(x_74); +x_78 = 3; +x_79 = lean_box(x_78); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_76 = lean_apply_7(x_46, x_8, x_75, x_9, x_10, x_11, x_12, x_45); -x_19 = x_76; -goto block_35; +x_80 = lean_apply_7(x_47, x_9, x_79, x_10, x_11, x_12, x_13, x_46); +x_20 = x_80; +goto block_36; } } else { -lean_object* x_77; uint8_t x_78; -x_77 = lean_ctor_get(x_1, 0); -lean_inc(x_77); -x_78 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_77, x_5); -lean_dec(x_77); -if (x_78 == 0) +lean_object* x_81; uint8_t x_82; +x_81 = lean_ctor_get(x_1, 0); +lean_inc(x_81); +x_82 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_81, x_6); +lean_dec(x_81); +if (x_82 == 0) { -uint8_t x_79; -x_79 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(x_41, x_42); -if (x_79 == 0) +uint8_t x_83; +x_83 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(x_42, x_43); +if (x_83 == 0) { -uint8_t x_80; -lean_inc(x_42); -x_80 = l_Lean_Compiler_LCNF_isTypeFormerType(x_42); -if (x_80 == 0) +uint8_t x_84; +lean_inc(x_43); +x_84 = l_Lean_Compiler_LCNF_isTypeFormerType(x_43); +if (x_84 == 0) { -if (lean_obj_tag(x_44) == 0) +if (lean_obj_tag(x_45) == 0) { -lean_object* x_81; -x_81 = lean_box(0); -x_47 = x_81; -goto block_59; +uint8_t x_85; +x_85 = 0; +x_56 = x_85; +goto block_65; } else { -uint8_t x_82; lean_object* x_83; lean_object* x_84; -lean_dec(x_44); -lean_dec(x_42); -x_82 = 0; -x_83 = lean_box(x_82); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_84 = lean_apply_7(x_46, x_8, x_83, x_9, x_10, x_11, x_12, x_45); -x_19 = x_84; -goto block_35; +uint8_t x_86; +lean_dec(x_45); +x_86 = 1; +x_56 = x_86; +goto block_65; } } else { -uint8_t x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_44); -lean_dec(x_42); -x_85 = 2; -x_86 = lean_box(x_85); +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_45); +lean_dec(x_43); +x_87 = 2; +x_88 = lean_box(x_87); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_87 = lean_apply_7(x_46, x_8, x_86, x_9, x_10, x_11, x_12, x_45); -x_19 = x_87; -goto block_35; +x_89 = lean_apply_7(x_47, x_9, x_88, x_10, x_11, x_12, x_13, x_46); +x_20 = x_89; +goto block_36; } } else { -uint8_t x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_44); -lean_dec(x_42); -x_88 = 4; -x_89 = lean_box(x_88); +uint8_t x_90; lean_object* x_91; lean_object* x_92; +lean_dec(x_45); +lean_dec(x_43); +x_90 = 4; +x_91 = lean_box(x_90); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_90 = lean_apply_7(x_46, x_8, x_89, x_9, x_10, x_11, x_12, x_45); -x_19 = x_90; -goto block_35; +x_92 = lean_apply_7(x_47, x_9, x_91, x_10, x_11, x_12, x_13, x_46); +x_20 = x_92; +goto block_36; } } else { -uint8_t x_91; lean_object* x_92; lean_object* x_93; -lean_dec(x_44); +uint8_t x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_45); +lean_dec(x_43); lean_dec(x_42); -lean_dec(x_41); -x_91 = 3; -x_92 = lean_box(x_91); +x_93 = 3; +x_94 = lean_box(x_93); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_93 = lean_apply_7(x_46, x_8, x_92, x_9, x_10, x_11, x_12, x_45); -x_19 = x_93; -goto block_35; +x_95 = lean_apply_7(x_47, x_9, x_94, x_10, x_11, x_12, x_13, x_46); +x_20 = x_95; +goto block_36; } } -block_59: +block_55: { -lean_object* x_48; uint8_t x_49; -lean_dec(x_47); -x_48 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__2; -lean_inc(x_1); -x_49 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__1(x_1, x_48); -if (x_49 == 0) +if (x_48 == 0) { -uint8_t x_50; lean_object* x_51; lean_object* x_52; -lean_dec(x_42); -x_50 = 4; -x_51 = lean_box(x_50); +uint8_t x_49; lean_object* x_50; lean_object* x_51; +x_49 = 4; +x_50 = lean_box(x_49); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_52 = lean_apply_7(x_46, x_8, x_51, x_9, x_10, x_11, x_12, x_45); -x_19 = x_52; -goto block_35; +x_51 = lean_apply_7(x_47, x_9, x_50, x_10, x_11, x_12, x_13, x_46); +x_20 = x_51; +goto block_36; } else { -if (lean_obj_tag(x_42) == 7) -{ -uint8_t x_53; lean_object* x_54; lean_object* x_55; -lean_dec(x_42); -x_53 = 1; -x_54 = lean_box(x_53); +uint8_t x_52; lean_object* x_53; lean_object* x_54; +x_52 = 1; +x_53 = lean_box(x_52); +lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_55 = lean_apply_7(x_46, x_8, x_54, x_9, x_10, x_11, x_12, x_45); -x_19 = x_55; -goto block_35; +x_54 = lean_apply_7(x_47, x_9, x_53, x_10, x_11, x_12, x_13, x_46); +x_20 = x_54; +goto block_36; +} +} +block_65: +{ +if (x_56 == 0) +{ +lean_object* x_57; uint8_t x_58; +x_57 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__2; +lean_inc(x_1); +x_58 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__1(x_1, x_57); +if (x_58 == 0) +{ +uint8_t x_59; +lean_dec(x_43); +x_59 = 0; +x_48 = x_59; +goto block_55; } else { -uint8_t x_56; lean_object* x_57; lean_object* x_58; -lean_dec(x_42); -x_56 = 4; -x_57 = lean_box(x_56); -lean_inc(x_12); -lean_inc(x_11); +if (lean_obj_tag(x_43) == 7) +{ +uint8_t x_60; +lean_dec(x_43); +x_60 = 1; +x_48 = x_60; +goto block_55; +} +else +{ +uint8_t x_61; +lean_dec(x_43); +x_61 = 0; +x_48 = x_61; +goto block_55; +} +} +} +else +{ +uint8_t x_62; lean_object* x_63; lean_object* x_64; +lean_dec(x_43); +x_62 = 0; +x_63 = lean_box(x_62); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -x_58 = lean_apply_7(x_46, x_8, x_57, x_9, x_10, x_11, x_12, x_45); -x_19 = x_58; -goto block_35; +x_64 = lean_apply_7(x_47, x_9, x_63, x_10, x_11, x_12, x_13, x_46); +x_20 = x_64; +goto block_36; +} } } } +else +{ +lean_object* x_100; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_9); +lean_ctor_set(x_100, 1, x_14); +return x_100; } } else { -lean_object* x_98; +lean_object* x_101; +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_9); +lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); lean_dec(x_1); -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_8); -lean_ctor_set(x_98, 1, x_13); -return x_98; +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_9); +lean_ctor_set(x_101, 1, x_14); +return x_101; } } +} +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___at_Lean_Compiler_LCNF_saveSpecParamInfo___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, lean_object* x_14) { +_start: +{ +uint8_t x_15; +x_15 = lean_nat_dec_le(x_7, x_6); +if (x_15 == 0) +{ +lean_object* x_16; uint8_t x_17; +x_16 = lean_unsigned_to_nat(0u); +x_17 = lean_nat_dec_eq(x_5, x_16); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_sub(x_5, x_18); +lean_dec(x_5); +x_37 = lean_nat_dec_lt(x_6, x_4); +x_38 = lean_st_ref_get(x_13, x_14); +if (x_37 == 0) +{ +lean_object* x_97; lean_object* x_98; +x_97 = l_Lean_Compiler_LCNF_instInhabitedParam; +x_98 = l___private_Init_Util_0__outOfBounds___rarg(x_97); +x_39 = x_98; +goto block_96; +} else { lean_object* x_99; +x_99 = lean_array_fget(x_3, x_6); +x_39 = x_99; +goto block_96; +} +block_36: +{ +if (lean_obj_tag(x_20) == 0) +{ +lean_object* x_21; +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +if (lean_obj_tag(x_21) == 0) +{ +uint8_t x_22; +lean_dec(x_19); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_9); +lean_dec(x_6); +lean_dec(x_2); +x_22 = !lean_is_exclusive(x_20); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_20, 0); +lean_dec(x_23); +x_24 = lean_ctor_get(x_21, 0); +lean_inc(x_24); +lean_dec(x_21); +lean_ctor_set(x_20, 0, x_24); +return x_20; +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_20, 1); +lean_inc(x_25); +lean_dec(x_20); +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_25); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_20, 1); +lean_inc(x_28); +lean_dec(x_20); +x_29 = lean_ctor_get(x_21, 0); +lean_inc(x_29); +lean_dec(x_21); +x_30 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_19; +x_6 = x_30; +x_9 = x_29; +x_14 = x_28; +goto _start; +} +} +else +{ +uint8_t x_32; +lean_dec(x_19); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_2); +x_32 = !lean_is_exclusive(x_20); +if (x_32 == 0) +{ +return x_20; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_20, 0); +x_34 = lean_ctor_get(x_20, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_20); +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; +} +} +} +block_96: +{ +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; uint8_t x_48; uint8_t x_56; +x_40 = lean_ctor_get(x_38, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +lean_dec(x_38); +x_42 = lean_ctor_get(x_40, 0); +lean_inc(x_42); +lean_dec(x_40); +x_43 = lean_ctor_get(x_39, 2); +lean_inc(x_43); +lean_dec(x_39); +lean_inc(x_43); +x_44 = l_Lean_Compiler_LCNF_isArrowClass_x3f(x_43, x_12, x_13, x_41); +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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__1; +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_66; uint8_t x_67; +x_66 = l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__1; +x_67 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_66, x_6); +if (x_67 == 0) +{ +uint8_t x_68; +x_68 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(x_42, x_43); +if (x_68 == 0) +{ +uint8_t x_69; +lean_inc(x_43); +x_69 = l_Lean_Compiler_LCNF_isTypeFormerType(x_43); +if (x_69 == 0) +{ +if (lean_obj_tag(x_45) == 0) +{ +uint8_t x_70; +x_70 = 0; +x_56 = x_70; +goto block_65; +} +else +{ +uint8_t x_71; +lean_dec(x_45); +x_71 = 1; +x_56 = x_71; +goto block_65; +} +} +else +{ +uint8_t x_72; lean_object* x_73; lean_object* x_74; +lean_dec(x_45); +lean_dec(x_43); +x_72 = 2; +x_73 = lean_box(x_72); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_74 = lean_apply_7(x_47, x_9, x_73, x_10, x_11, x_12, x_13, x_46); +x_20 = x_74; +goto block_36; +} +} +else +{ +uint8_t x_75; lean_object* x_76; lean_object* x_77; +lean_dec(x_45); +lean_dec(x_43); +x_75 = 4; +x_76 = lean_box(x_75); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_77 = lean_apply_7(x_47, x_9, x_76, x_10, x_11, x_12, x_13, x_46); +x_20 = x_77; +goto block_36; +} +} +else +{ +uint8_t x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_45); +lean_dec(x_43); +lean_dec(x_42); +x_78 = 3; +x_79 = lean_box(x_78); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_80 = lean_apply_7(x_47, x_9, x_79, x_10, x_11, x_12, x_13, x_46); +x_20 = x_80; +goto block_36; +} +} +else +{ +lean_object* x_81; uint8_t x_82; +x_81 = lean_ctor_get(x_2, 0); +lean_inc(x_81); +x_82 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_81, x_6); +lean_dec(x_81); +if (x_82 == 0) +{ +uint8_t x_83; +x_83 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_isNoSpecType(x_42, x_43); +if (x_83 == 0) +{ +uint8_t x_84; +lean_inc(x_43); +x_84 = l_Lean_Compiler_LCNF_isTypeFormerType(x_43); +if (x_84 == 0) +{ +if (lean_obj_tag(x_45) == 0) +{ +uint8_t x_85; +x_85 = 0; +x_56 = x_85; +goto block_65; +} +else +{ +uint8_t x_86; +lean_dec(x_45); +x_86 = 1; +x_56 = x_86; +goto block_65; +} +} +else +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_45); +lean_dec(x_43); +x_87 = 2; +x_88 = lean_box(x_87); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_89 = lean_apply_7(x_47, x_9, x_88, x_10, x_11, x_12, x_13, x_46); +x_20 = x_89; +goto block_36; +} +} +else +{ +uint8_t x_90; lean_object* x_91; lean_object* x_92; +lean_dec(x_45); +lean_dec(x_43); +x_90 = 4; +x_91 = lean_box(x_90); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_92 = lean_apply_7(x_47, x_9, x_91, x_10, x_11, x_12, x_13, x_46); +x_20 = x_92; +goto block_36; +} +} +else +{ +uint8_t x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_45); +lean_dec(x_43); +lean_dec(x_42); +x_93 = 3; +x_94 = lean_box(x_93); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_95 = lean_apply_7(x_47, x_9, x_94, x_10, x_11, x_12, x_13, x_46); +x_20 = x_95; +goto block_36; +} +} +block_55: +{ +if (x_48 == 0) +{ +uint8_t x_49; lean_object* x_50; lean_object* x_51; +x_49 = 4; +x_50 = lean_box(x_49); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_51 = lean_apply_7(x_47, x_9, x_50, x_10, x_11, x_12, x_13, x_46); +x_20 = x_51; +goto block_36; +} +else +{ +uint8_t x_52; lean_object* x_53; lean_object* x_54; +x_52 = 1; +x_53 = lean_box(x_52); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_54 = lean_apply_7(x_47, x_9, x_53, x_10, x_11, x_12, x_13, x_46); +x_20 = x_54; +goto block_36; +} +} +block_65: +{ +if (x_56 == 0) +{ +lean_object* x_57; uint8_t x_58; +x_57 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___closed__2; +lean_inc(x_2); +x_58 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__1(x_2, x_57); +if (x_58 == 0) +{ +uint8_t x_59; +lean_dec(x_43); +x_59 = 0; +x_48 = x_59; +goto block_55; +} +else +{ +if (lean_obj_tag(x_43) == 7) +{ +uint8_t x_60; +lean_dec(x_43); +x_60 = 1; +x_48 = x_60; +goto block_55; +} +else +{ +uint8_t x_61; +lean_dec(x_43); +x_61 = 0; +x_48 = x_61; +goto block_55; +} +} +} +else +{ +uint8_t x_62; lean_object* x_63; lean_object* x_64; +lean_dec(x_43); +x_62 = 0; +x_63 = lean_box(x_62); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_64 = lean_apply_7(x_47, x_9, x_63, x_10, x_11, x_12, x_13, x_46); +x_20 = x_64; +goto block_36; +} +} +} +} +else +{ +lean_object* x_100; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_8); -lean_ctor_set(x_99, 1, x_13); -return x_99; +lean_dec(x_2); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_9); +lean_ctor_set(x_100, 1, x_14); +return x_100; +} +} +else +{ +lean_object* x_101; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_2); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_9); +lean_ctor_set(x_101, 1, x_14); +return x_101; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__4(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { uint8_t x_10; @@ -3126,9 +3552,11 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_26); -x_30 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3(x_24, x_25, x_26, x_26, x_27, x_26, x_28, x_29, x_5, x_6, x_7, x_8, x_22); +lean_inc(x_24); +x_30 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__4(x_24, x_24, x_25, x_26, x_26, x_27, x_26, x_28, x_29, x_5, x_6, x_7, x_8, x_22); lean_dec(x_26); lean_dec(x_25); +lean_dec(x_24); if (lean_obj_tag(x_30) == 0) { lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; @@ -3196,117 +3624,65 @@ goto _start; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(lean_object* x_1, size_t x_2, size_t x_3) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_4; uint8_t x_10; +x_10 = lean_usize_dec_eq(x_2, x_3); +if (x_10 == 0) { -lean_object* x_5; uint8_t x_6; lean_object* x_7; -x_5 = lean_array_uget(x_1, x_2); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -x_7 = lean_box(x_6); -switch (lean_obj_tag(x_7)) { +lean_object* x_11; uint8_t x_12; lean_object* x_13; +x_11 = lean_array_uget(x_1, x_2); +x_12 = lean_unbox(x_11); +lean_dec(x_11); +x_13 = lean_box(x_12); +switch (lean_obj_tag(x_13)) { case 2: { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_2, x_8); -x_2 = x_9; -goto _start; -} -case 4: -{ -size_t x_11; size_t x_12; -x_11 = 1; -x_12 = lean_usize_add(x_2, x_11); -x_2 = x_12; -goto _start; -} -default: -{ uint8_t x_14; -lean_dec(x_7); -x_14 = 1; -return x_14; +x_14 = 0; +x_4 = x_14; +goto block_9; } -} -} -else +case 4: { uint8_t x_15; x_15 = 0; -return x_15; +x_4 = x_15; +goto block_9; } +default: +{ +uint8_t x_16; +lean_dec(x_13); +x_16 = 1; +x_4 = x_16; +goto block_9; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(size_t x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_6 = lean_array_uget(x_2, x_3); -x_7 = lean_array_get_size(x_6); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_nat_dec_lt(x_8, x_7); -if (x_9 == 0) -{ -size_t x_10; size_t x_11; -lean_dec(x_7); -lean_dec(x_6); -x_10 = 1; -x_11 = lean_usize_add(x_3, x_10); -x_3 = x_11; -goto _start; } else { -uint8_t x_13; -x_13 = lean_nat_dec_le(x_7, x_7); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; -lean_dec(x_7); -lean_dec(x_6); -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +uint8_t x_17; +x_17 = 0; +return x_17; } -else +block_9: { -size_t x_17; uint8_t x_18; -x_17 = lean_usize_of_nat(x_7); -lean_dec(x_7); -x_18 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(x_6, x_1, x_17); -lean_dec(x_6); -if (x_18 == 0) +if (x_4 == 0) { -size_t x_19; size_t x_20; -x_19 = 1; -x_20 = lean_usize_add(x_3, x_19); -x_3 = x_20; +size_t x_5; size_t x_6; +x_5 = 1; +x_6 = lean_usize_add(x_2, x_5); +x_2 = x_6; goto _start; } else { -uint8_t x_22; -x_22 = 1; -return x_22; -} -} -} -} -else -{ -uint8_t x_23; -x_23 = 0; -return x_23; +uint8_t x_8; +x_8 = 1; +return x_8; +} } } } @@ -3519,64 +3895,32 @@ x_13 = lean_unsigned_to_nat(0u); x_14 = lean_nat_dec_eq(x_2, 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_23; lean_object* x_32; uint8_t x_33; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_23; lean_object* x_34; uint8_t x_35; x_15 = lean_unsigned_to_nat(1u); x_16 = lean_nat_sub(x_2, x_15); lean_dec(x_2); -x_32 = lean_array_get_size(x_6); -x_33 = lean_nat_dec_lt(x_3, x_32); -lean_dec(x_32); -if (x_33 == 0) -{ -uint8_t x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; -x_34 = l_Lean_Compiler_LCNF_instInhabitedSpecParamInfo; -x_35 = lean_box(x_34); -x_36 = l___private_Init_Util_0__outOfBounds___rarg(x_35); -x_37 = lean_unbox(x_36); -lean_dec(x_36); -x_38 = lean_box(x_37); -if (lean_obj_tag(x_38) == 2) -{ -lean_object* x_39; -x_39 = lean_box(0); -x_23 = x_39; -goto block_31; -} -else +x_34 = lean_array_get_size(x_6); +x_35 = lean_nat_dec_lt(x_3, x_34); +lean_dec(x_34); +if (x_35 == 0) { -lean_object* x_40; +uint8_t x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = l_Lean_Compiler_LCNF_instInhabitedSpecParamInfo; +x_37 = lean_box(x_36); +x_38 = l___private_Init_Util_0__outOfBounds___rarg(x_37); +x_39 = lean_unbox(x_38); lean_dec(x_38); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_6); -x_17 = x_40; -x_18 = x_11; -goto block_22; -} -} -else -{ -lean_object* x_41; uint8_t x_42; lean_object* x_43; -x_41 = lean_array_fget(x_6, x_3); -x_42 = lean_unbox(x_41); -lean_dec(x_41); -x_43 = lean_box(x_42); -if (lean_obj_tag(x_43) == 2) -{ -lean_object* x_44; -x_44 = lean_box(0); -x_23 = x_44; -goto block_31; +x_23 = x_39; +goto block_33; } else { -lean_object* x_45; -lean_dec(x_43); -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_6); -x_17 = x_45; -x_18 = x_11; -goto block_22; -} +lean_object* x_40; uint8_t x_41; +x_40 = lean_array_fget(x_6, x_3); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +x_23 = x_41; +goto block_33; } block_22: { @@ -3592,31 +3936,45 @@ x_6 = x_19; x_11 = x_18; goto _start; } -block_31: +block_33: { -lean_object* x_24; uint8_t x_25; -lean_dec(x_23); -x_24 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps(x_1, x_6, x_3); -x_25 = lean_unbox(x_24); -lean_dec(x_24); -if (x_25 == 0) +lean_object* x_24; +x_24 = lean_box(x_23); +if (lean_obj_tag(x_24) == 2) { -uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_26 = 4; -x_27 = lean_box(x_26); -x_28 = lean_array_set(x_6, x_3, x_27); -x_29 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_29, 0, x_28); -x_17 = x_29; +lean_object* x_25; uint8_t x_26; +x_25 = l___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_hasFwdDeps(x_1, x_6, x_3); +x_26 = lean_unbox(x_25); +lean_dec(x_25); +if (x_26 == 0) +{ +uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_27 = 4; +x_28 = lean_box(x_27); +x_29 = lean_array_set(x_6, x_3, x_28); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_17 = x_30; x_18 = x_11; goto block_22; } else { -lean_object* x_30; -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_6); -x_17 = x_30; +lean_object* x_31; +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_6); +x_17 = x_31; +x_18 = x_11; +goto block_22; +} +} +else +{ +lean_object* x_32; +lean_dec(x_24); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_6); +x_17 = x_32; x_18 = x_11; goto block_22; } @@ -3624,24 +3982,24 @@ goto block_22; } else { -lean_object* x_46; +lean_object* x_42; lean_dec(x_3); lean_dec(x_2); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_6); -lean_ctor_set(x_46, 1, x_11); -return x_46; +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_6); +lean_ctor_set(x_42, 1, x_11); +return x_42; } } else { -lean_object* x_47; +lean_object* x_43; lean_dec(x_3); lean_dec(x_2); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_6); -lean_ctor_set(x_47, 1, x_11); -return x_47; +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_6); +lean_ctor_set(x_43, 1, x_11); +return x_43; } } } @@ -4463,10 +4821,10 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t 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; uint8_t x_19; +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; uint8_t x_22; lean_object* x_48; uint8_t x_49; lean_dec(x_8); x_14 = lean_unsigned_to_nat(0u); x_15 = l_Array_zipWithAux___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__10(x_7, x_1, x_14, x_2); @@ -4477,236 +4835,126 @@ lean_inc(x_16); x_18 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__11(x_3, x_16, x_14, x_16, x_17, x_15, x_9, x_10, x_11, x_12, x_13); lean_dec(x_16); lean_dec(x_3); -x_19 = !lean_is_exclusive(x_18); -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_18, 0); -x_21 = lean_ctor_get(x_18, 1); -x_22 = lean_array_get_size(x_20); -x_23 = lean_nat_dec_lt(x_14, x_22); -if (x_23 == 0) -{ -lean_object* x_24; -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_6); -lean_dec(x_5); -x_24 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; -lean_ctor_set(x_18, 0, x_24); -return x_18; -} -else -{ -uint8_t x_25; -x_25 = lean_nat_dec_le(x_22, x_22); -if (x_25 == 0) -{ -lean_object* x_26; -lean_dec(x_22); -lean_dec(x_20); -lean_dec(x_6); -lean_dec(x_5); -x_26 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; -lean_ctor_set(x_18, 0, x_26); -return x_18; +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +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_18); + x_21 = lean_box(0); } -else -{ -size_t x_27; uint8_t x_28; -x_27 = lean_usize_of_nat(x_22); -lean_dec(x_22); -x_28 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(x_20, x_4, x_27); -if (x_28 == 0) +x_48 = lean_array_get_size(x_19); +x_49 = lean_nat_dec_lt(x_14, x_48); +if (x_49 == 0) { -lean_object* x_29; -lean_dec(x_20); -lean_dec(x_6); -lean_dec(x_5); -x_29 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; -lean_ctor_set(x_18, 0, x_29); -return x_18; +uint8_t x_50; +lean_dec(x_48); +x_50 = 0; +x_22 = x_50; +goto block_47; } else { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -lean_free_object(x_18); -lean_inc(x_5); -x_30 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__9(x_5, x_9, x_10, x_11, x_12, x_21); -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) +uint8_t x_51; +x_51 = lean_nat_dec_le(x_48, x_48); +if (x_51 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_5); -x_33 = lean_ctor_get(x_30, 1); -lean_inc(x_33); -lean_dec(x_30); -x_34 = lean_box(0); -x_35 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1(x_6, x_20, x_34, x_9, x_10, x_11, x_12, x_33); -return x_35; +uint8_t x_52; +lean_dec(x_48); +x_52 = 0; +x_22 = x_52; +goto block_47; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; -x_36 = lean_ctor_get(x_30, 1); -lean_inc(x_36); -lean_dec(x_30); -lean_inc(x_6); -x_37 = l_Lean_MessageData_ofName(x_6); -x_38 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -lean_inc(x_20); -x_42 = lean_array_to_list(lean_box(0), x_20); -x_43 = lean_box(0); -x_44 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__12(x_42, x_43); -x_45 = l_Lean_MessageData_ofList(x_44); -lean_dec(x_44); -x_46 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_46, 0, x_41); -lean_ctor_set(x_46, 1, x_45); -x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_38); -x_48 = l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13(x_5, x_47, x_9, x_10, x_11, x_12, x_36); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_48, 1); -lean_inc(x_50); +size_t x_53; uint8_t x_54; +x_53 = lean_usize_of_nat(x_48); lean_dec(x_48); -x_51 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1(x_6, x_20, x_49, x_9, x_10, x_11, x_12, x_50); -lean_dec(x_49); -return x_51; -} -} -} +x_54 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(x_19, x_6, x_53); +x_22 = x_54; +goto block_47; } } -else +block_47: { -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -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_dec(x_18); -x_54 = lean_array_get_size(x_52); -x_55 = lean_nat_dec_lt(x_14, x_54); -if (x_55 == 0) +if (x_22 == 0) { -lean_object* x_56; lean_object* x_57; -lean_dec(x_54); -lean_dec(x_52); -lean_dec(x_6); +lean_object* x_23; lean_object* x_24; +lean_dec(x_19); lean_dec(x_5); -x_56 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___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_53); -return x_57; +lean_dec(x_4); +x_23 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; +if (lean_is_scalar(x_21)) { + x_24 = lean_alloc_ctor(0, 2, 0); +} else { + x_24 = x_21; } -else -{ -uint8_t x_58; -x_58 = lean_nat_dec_le(x_54, x_54); -if (x_58 == 0) -{ -lean_object* x_59; lean_object* x_60; -lean_dec(x_54); -lean_dec(x_52); -lean_dec(x_6); -lean_dec(x_5); -x_59 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_53); -return x_60; +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_20); +return x_24; } else { -size_t x_61; uint8_t x_62; -x_61 = lean_usize_of_nat(x_54); -lean_dec(x_54); -x_62 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(x_52, x_4, x_61); -if (x_62 == 0) +lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_dec(x_21); +lean_inc(x_4); +x_25 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__9(x_4, x_9, x_10, x_11, x_12, x_20); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_unbox(x_26); +lean_dec(x_26); +if (x_27 == 0) { -lean_object* x_63; lean_object* x_64; -lean_dec(x_52); -lean_dec(x_6); -lean_dec(x_5); -x_63 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1___closed__3; -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_53); -return x_64; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_4); +x_28 = lean_ctor_get(x_25, 1); +lean_inc(x_28); +lean_dec(x_25); +x_29 = lean_box(0); +x_30 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1(x_5, x_19, x_29, x_9, x_10, x_11, x_12, x_28); +return x_30; } else { -lean_object* x_65; lean_object* x_66; uint8_t x_67; +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_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_25, 1); +lean_inc(x_31); +lean_dec(x_25); lean_inc(x_5); -x_65 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__9(x_5, x_9, x_10, x_11, x_12, x_53); -x_66 = lean_ctor_get(x_65, 0); -lean_inc(x_66); -x_67 = lean_unbox(x_66); -lean_dec(x_66); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_5); -x_68 = lean_ctor_get(x_65, 1); -lean_inc(x_68); -lean_dec(x_65); -x_69 = lean_box(0); -x_70 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1(x_6, x_52, x_69, x_9, x_10, x_11, x_12, x_68); -return x_70; -} -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; -x_71 = lean_ctor_get(x_65, 1); -lean_inc(x_71); -lean_dec(x_65); -lean_inc(x_6); -x_72 = l_Lean_MessageData_ofName(x_6); -x_73 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__2; -x_74 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_72); -x_75 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__4; -x_76 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -lean_inc(x_52); -x_77 = lean_array_to_list(lean_box(0), x_52); -x_78 = lean_box(0); -x_79 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__12(x_77, x_78); -x_80 = l_Lean_MessageData_ofList(x_79); -lean_dec(x_79); -x_81 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_81, 0, x_76); -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_73); -x_83 = l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13(x_5, x_82, x_9, x_10, x_11, x_12, x_71); -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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1(x_6, x_52, x_84, x_9, x_10, x_11, x_12, x_85); -lean_dec(x_84); -return x_86; -} -} +x_32 = l_Lean_MessageData_ofName(x_5); +x_33 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__2; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +x_35 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2___closed__4; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +lean_inc(x_19); +x_37 = lean_array_to_list(lean_box(0), x_19); +x_38 = lean_box(0); +x_39 = l_List_mapTR_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__12(x_37, x_38); +x_40 = l_Lean_MessageData_ofList(x_39); +lean_dec(x_39); +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_36); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_33); +x_43 = l_Lean_addTrace___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__13(x_4, x_42, x_9, x_10, x_11, x_12, x_31); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__1(x_5, x_19, x_44, x_9, x_10, x_11, x_12, x_45); +lean_dec(x_44); +return x_46; } } } @@ -4769,7 +5017,7 @@ static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpe _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2; x_2 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__5; x_3 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__6; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -4912,7 +5160,7 @@ lean_inc(x_44); lean_dec(x_41); x_45 = l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__1; x_46 = lean_box(0); -x_47 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(x_39, x_45, x_24, x_3, x_40, x_25, x_26, x_46, x_12, x_13, x_14, x_15, x_44); +x_47 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(x_39, x_45, x_24, x_40, x_25, x_3, x_26, x_46, x_12, x_13, x_14, x_15, x_44); lean_dec(x_26); x_48 = lean_ctor_get(x_47, 0); lean_inc(x_48); @@ -4965,7 +5213,7 @@ x_67 = lean_ctor_get(x_65, 1); lean_inc(x_67); lean_dec(x_65); x_68 = l_Lean_Compiler_LCNF_instInhabitedSpecEntry___closed__1; -x_69 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(x_39, x_68, x_24, x_3, x_40, x_25, x_26, x_66, x_12, x_13, x_14, x_15, x_67); +x_69 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(x_39, x_68, x_24, x_40, x_25, x_3, x_26, x_66, x_12, x_13, x_14, x_15, x_67); lean_dec(x_26); x_70 = lean_ctor_get(x_69, 0); lean_inc(x_70); @@ -4983,38 +5231,106 @@ x_11 = x_72; x_16 = x_71; goto _start; } -} -} -} -} +} +} +} +} +else +{ +lean_object* x_83; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_8); +lean_dec(x_7); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_11); +lean_ctor_set(x_83, 1, x_16); +return x_83; +} +} +else +{ +lean_object* x_84; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_8); +lean_dec(x_7); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_11); +lean_ctor_set(x_84, 1, x_16); +return x_84; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__18(size_t x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_array_uget(x_2, x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +size_t x_10; size_t x_11; +lean_dec(x_7); +lean_dec(x_6); +x_10 = 1; +x_11 = lean_usize_add(x_3, x_10); +x_3 = x_11; +goto _start; +} +else +{ +uint8_t x_13; +x_13 = lean_nat_dec_le(x_7, x_7); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +lean_dec(x_7); +lean_dec(x_6); +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +size_t x_17; uint8_t x_18; +x_17 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_18 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(x_6, x_1, x_17); +lean_dec(x_6); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} else { -lean_object* x_83; -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_11); -lean_ctor_set(x_83, 1, x_16); -return x_83; +uint8_t x_22; +x_22 = 1; +return x_22; +} +} } } else { -lean_object* x_84; -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_11); -lean_ctor_set(x_84, 1, x_16); -return x_84; +uint8_t x_23; +x_23 = 0; +return x_23; } } } @@ -5030,269 +5346,135 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__4(x_1, x_8, x_9, x_10, x_2, x_3, x_4, x_5, x_6); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(x_1, x_8, x_9, x_10, x_2, x_3, x_4, x_5, x_6); 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; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_13 = lean_ctor_get(x_11, 0); -x_14 = lean_ctor_get(x_11, 1); -x_15 = lean_array_get_size(x_13); -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_nat_dec_lt(x_16, x_15); -if (x_17 == 0) +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_33; uint8_t x_34; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + lean_ctor_release(x_11, 1); + x_14 = x_11; +} else { + lean_dec_ref(x_11); + x_14 = lean_box(0); +} +x_15 = lean_array_get_size(x_12); +x_33 = lean_unsigned_to_nat(0u); +x_34 = lean_nat_dec_lt(x_33, x_15); +if (x_34 == 0) { -lean_object* x_18; -lean_dec(x_15); -lean_dec(x_13); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_18 = lean_box(0); -lean_ctor_set(x_11, 0, x_18); -return x_11; +uint8_t x_35; +x_35 = 0; +x_16 = x_35; +goto block_32; } else { -uint8_t x_19; -x_19 = lean_nat_dec_le(x_15, x_15); -if (x_19 == 0) +uint8_t x_36; +x_36 = lean_nat_dec_le(x_15, x_15); +if (x_36 == 0) { -lean_object* x_20; -lean_dec(x_15); -lean_dec(x_13); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_20 = lean_box(0); -lean_ctor_set(x_11, 0, x_20); -return x_11; +uint8_t x_37; +x_37 = 0; +x_16 = x_37; +goto block_32; } else { -size_t x_21; uint8_t x_22; -x_21 = lean_usize_of_nat(x_15); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(x_9, x_13, x_9, x_21); -if (x_22 == 0) +size_t x_38; uint8_t x_39; +x_38 = lean_usize_of_nat(x_15); +x_39 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__18(x_9, x_12, x_9, x_38); +x_16 = x_39; +goto block_32; +} +} +block_32: +{ +if (x_16 == 0) { -lean_object* x_23; +lean_object* x_17; lean_object* x_18; lean_dec(x_15); -lean_dec(x_13); +lean_dec(x_12); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_23 = lean_box(0); -lean_ctor_set(x_11, 0, x_23); -return x_11; +x_17 = lean_box(0); +if (lean_is_scalar(x_14)) { + x_18 = lean_alloc_ctor(0, 2, 0); +} else { + x_18 = x_14; +} +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_13); +return x_18; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -lean_free_object(x_11); +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_dec(x_14); lean_inc(x_1); -x_24 = l_Lean_Compiler_LCNF_mkFixedParamsMap(x_1); -x_25 = lean_unsigned_to_nat(1u); -x_26 = lean_box(0); +x_19 = l_Lean_Compiler_LCNF_mkFixedParamsMap(x_1); +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_unsigned_to_nat(1u); +x_22 = lean_box(0); lean_inc(x_7); -x_27 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17(x_1, x_7, x_9, x_13, x_15, x_24, x_7, x_16, x_7, x_25, x_26, x_2, x_3, x_4, x_5, x_14); -lean_dec(x_24); +x_23 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17(x_1, x_7, x_9, x_12, x_15, x_19, x_7, x_20, x_7, x_21, x_22, x_2, x_3, x_4, x_5, x_13); +lean_dec(x_19); lean_dec(x_15); -lean_dec(x_13); +lean_dec(x_12); lean_dec(x_7); lean_dec(x_1); -if (lean_obj_tag(x_27) == 0) -{ -uint8_t x_28; -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_29; -x_29 = lean_ctor_get(x_27, 0); -lean_dec(x_29); -lean_ctor_set(x_27, 0, x_26); -return x_27; -} -else +uint8_t x_24; +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -lean_dec(x_27); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_26); -lean_ctor_set(x_31, 1, x_30); -return x_31; -} +lean_object* x_25; +x_25 = lean_ctor_get(x_23, 0); +lean_dec(x_25); +lean_ctor_set(x_23, 0, x_22); +return x_23; } else { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_27); -if (x_32 == 0) -{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_23, 1); +lean_inc(x_26); +lean_dec(x_23); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_22); +lean_ctor_set(x_27, 1, x_26); return x_27; } -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_27, 0); -x_34 = lean_ctor_get(x_27, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_27); -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; lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_36 = lean_ctor_get(x_11, 0); -x_37 = lean_ctor_get(x_11, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_11); -x_38 = lean_array_get_size(x_36); -x_39 = lean_unsigned_to_nat(0u); -x_40 = lean_nat_dec_lt(x_39, x_38); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_41 = lean_box(0); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_37); -return x_42; -} -else -{ -uint8_t x_43; -x_43 = lean_nat_dec_le(x_38, x_38); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_37); -return x_45; } else { -size_t x_46; uint8_t x_47; -x_46 = lean_usize_of_nat(x_38); -x_47 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(x_9, x_36, x_9, x_46); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_48 = lean_box(0); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_37); -return x_49; -} -else +uint8_t x_28; +x_28 = !lean_is_exclusive(x_23); +if (x_28 == 0) { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; -lean_inc(x_1); -x_50 = l_Lean_Compiler_LCNF_mkFixedParamsMap(x_1); -x_51 = lean_unsigned_to_nat(1u); -x_52 = lean_box(0); -lean_inc(x_7); -x_53 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17(x_1, x_7, x_9, x_36, x_38, x_50, x_7, x_39, x_7, x_51, x_52, x_2, x_3, x_4, x_5, x_37); -lean_dec(x_50); -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_7); -lean_dec(x_1); -if (lean_obj_tag(x_53) == 0) -{ -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_53, 1); -lean_inc(x_54); -if (lean_is_exclusive(x_53)) { - lean_ctor_release(x_53, 0); - lean_ctor_release(x_53, 1); - x_55 = x_53; -} else { - lean_dec_ref(x_53); - x_55 = lean_box(0); -} -if (lean_is_scalar(x_55)) { - x_56 = lean_alloc_ctor(0, 2, 0); -} else { - x_56 = x_55; -} -lean_ctor_set(x_56, 0, x_52); -lean_ctor_set(x_56, 1, x_54); -return x_56; +return x_23; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_57 = lean_ctor_get(x_53, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_53, 1); -lean_inc(x_58); -if (lean_is_exclusive(x_53)) { - lean_ctor_release(x_53, 0); - lean_ctor_release(x_53, 1); - x_59 = x_53; -} else { - lean_dec_ref(x_53); - x_59 = lean_box(0); -} -if (lean_is_scalar(x_59)) { - x_60 = lean_alloc_ctor(1, 2, 0); -} else { - x_60 = x_59; -} -lean_ctor_set(x_60, 0, x_57); -lean_ctor_set(x_60, 1, x_58); -return x_60; -} +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_23, 0); +x_30 = lean_ctor_get(x_23, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_23); +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; } } } @@ -5300,30 +5482,30 @@ return x_60; } else { -uint8_t x_61; +uint8_t x_40; lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_61 = !lean_is_exclusive(x_11); -if (x_61 == 0) +x_40 = !lean_is_exclusive(x_11); +if (x_40 == 0) { return x_11; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_11, 0); -x_63 = lean_ctor_get(x_11, 1); -lean_inc(x_63); -lean_inc(x_62); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_11, 0); +x_42 = lean_ctor_get(x_11, 1); +lean_inc(x_42); +lean_inc(x_41); lean_dec(x_11); -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; +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } @@ -5365,19 +5547,33 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__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_object* x_15; +x_15 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__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_8); lean_dec(x_7); -lean_dec(x_6); +lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_14; +return x_15; +} +} +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___at_Lean_Compiler_LCNF_saveSpecParamInfo___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, lean_object* x_14) { +_start: +{ +lean_object* x_15; +x_15 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__3___at_Lean_Compiler_LCNF_saveSpecParamInfo___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, x_14); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +return x_15; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___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) { _start: { size_t x_10; size_t x_11; lean_object* x_12; @@ -5385,12 +5581,12 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_3); lean_dec(x_3); -x_12 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__4(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -5398,28 +5594,12 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__5(x_1, x_4, x_5); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(x_1, x_4, x_5); lean_dec(x_1); x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6___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; size_t x_7; uint8_t x_8; lean_object* x_9; -x_5 = lean_unbox_usize(x_1); -lean_dec(x_1); -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__6(x_5, x_2, x_6, x_7); -lean_dec(x_2); -x_9 = lean_box(x_8); -return x_9; -} -} LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { @@ -5496,9 +5676,9 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpec _start: { size_t x_14; lean_object* x_15; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(x_1, x_2, x_3, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_14 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_15 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___lambda__2(x_1, x_2, x_3, x_4, x_5, x_14, 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); @@ -5524,6 +5704,22 @@ lean_dec(x_1); return x_18; } } +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__18___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; size_t x_7; uint8_t x_8; lean_object* x_9; +x_5 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__18(x_5, x_2, x_6, x_7); +lean_dec(x_2); +x_9 = lean_box(x_8); +return x_9; +} +} LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -5876,37 +6072,37 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_isSpecCandidate___rarg), 3 return x_2; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____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_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__1; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__2; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__4() { _start: { lean_object* x_1; @@ -5914,17 +6110,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__4; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__6() { _start: { lean_object* x_1; @@ -5932,47 +6128,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__8; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__8; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__11() { _start: { lean_object* x_1; @@ -5980,17 +6176,17 @@ x_1 = lean_mk_string_from_bytes("SpecInfo", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__10; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__11; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__10; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__13() { _start: { lean_object* x_1; @@ -5998,33 +6194,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__14; -x_2 = lean_unsigned_to_nat(2673u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__14; +x_2 = lean_unsigned_to_nat(2663u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__7; x_3 = 0; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__15; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -6173,25 +6369,25 @@ l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___ lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Compiler_LCNF_SpecState_addEntry___spec__2___closed__3); l_Array_qsort_sort___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_sortEntries___spec__1___closed__1 = _init_l_Array_qsort_sort___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_sortEntries___spec__1___closed__1(); lean_mark_persistent(l_Array_qsort_sort___at___private_Lean_Compiler_LCNF_SpecInfo_0__Lean_Compiler_LCNF_sortEntries___spec__1___closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492____closed__9); -if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_492_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482____closed__9); +if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_482_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Compiler_LCNF_specExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Compiler_LCNF_specExtension); @@ -6268,37 +6464,37 @@ l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___cl lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_saveSpecParamInfo___spec__17___closed__7); l_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___closed__1 = _init_l_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f___closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673____closed__15); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2673_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663____closed__15); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_SpecInfo___hyg_2663_(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/LCNF/Specialize.c b/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c index 54849bd3c26c..50c8609d1e0d 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Specialize.c @@ -13,23 +13,21 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__7___boxed(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*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_findSpecCache_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__4; -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2; static lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_isGround___spec__1___rarg___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3; lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeCode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__18; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_getRemainingArgs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___rarg___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___closed__2; -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_cacheSpec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -40,8 +38,8 @@ lean_object* l_Lean_Compiler_LCNF_Code_inferType(lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Specialize_expandCodeDecls___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_State_decls___default___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__4; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__16; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4; lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; @@ -50,13 +48,10 @@ lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*) static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Specialize_expandCodeDecls___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize(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_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_saveBase(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_etaExpand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12; -static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_visitCode___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); @@ -68,11 +63,11 @@ static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__ static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__3; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50_(lean_object*); +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___at_Lean_Compiler_LCNF_Specialize_shouldSpecialize___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__6; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__4; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13; static lean_object* l_Lean_Compiler_LCNF_specialize___closed__2; static lean_object* l_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___closed__1; lean_object* l_Lean_SMap_find_x3f___at_Lean_Compiler_getCachedSpecialization___spec__1(lean_object*, lean_object*); @@ -85,7 +80,9 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___boxed(lean lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_FunDeclCore_toExprM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_shouldSpecialize___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__3; @@ -104,6 +101,7 @@ static lean_object* l_Lean_Compiler_LCNF_Specialize_cacheSpec___closed__2; static lean_object* l_Lean_Compiler_LCNF_Specialize_instInhabitedCacheEntry___closed__2; size_t lean_ptr_addr(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__6; static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_mkSpecDecl_go___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_of_nat(lean_object*); @@ -117,10 +115,10 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lam LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize___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_Specialize_specCacheExt; lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5; lean_object* l_Lean_Compiler_LCNF_Decl_internalize(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_ToExpr_abstractM___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_specialize___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_normArgImp(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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*); @@ -132,11 +130,9 @@ static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_S LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Arg_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_shouldSpecialize___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*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__4; -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_Specialize_Collector_collect___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_specialize___elambda__1___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____lambda__1___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9; lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); lean_object* l_Lean_SMap_instInhabitedSMap___rarg(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_isGround___spec__1___rarg(lean_object*, lean_object*, lean_object*); @@ -148,6 +144,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_specialize___elambda__1(lean_objec static lean_object* l_Lean_Compiler_LCNF_specialize___closed__3; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___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_Compiler_LCNF_Specialize_Context_scope___default; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___boxed__const__1; @@ -159,6 +156,7 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_withLetDecl___rarg(lean LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___spec__2(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__1(lean_object*, lean_object*); +static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2; static lean_object* l_Lean_Compiler_LCNF_Specialize_findSpecCache_x3f___closed__1; static lean_object* l_Lean_Compiler_LCNF_Specialize_cacheSpec___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_addEntry(lean_object*, lean_object*); @@ -174,24 +172,20 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_speci lean_object* l_Lean_Name_append(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToExpr_withParams_go___at_Lean_Compiler_LCNF_Specialize_mkKey___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1; static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__6___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2; static lean_object* l_Lean_Compiler_LCNF_Specialize_shouldSpecialize___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6; extern lean_object* l_Lean_Expr_instHashableExpr; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__4___closed__2; lean_object* l_Lean_Compiler_LCNF_Closure_collectArg(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_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__8; -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_findSpecCache_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_Specialize_Collector_collect___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__1; lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__17; lean_object* l_Lean_Compiler_LCNF_Internalize_internalizeParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___closed__3; @@ -203,6 +197,7 @@ lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, le lean_object* l_Lean_Compiler_LCNF_ToExpr_mkLambdaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_visitFunDecl(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_Compiler_LCNF_Specialize_specializeApp_x3f___spec__4(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_main(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -215,9 +210,9 @@ lean_object* l_Lean_SMap_switch___at_Lean_Compiler_SpecState_switch___spec__2(le LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__3(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkKey(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__1; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__3; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_mkSpecDecl_go___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*); extern lean_object* l_Lean_Compiler_LCNF_instMonadCompilerM; @@ -226,16 +221,16 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___lam lean_object* l_Lean_MessageData_ofExpr(lean_object*); lean_object* l_Lean_Compiler_LCNF_getSpecParamInfoCore_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___at_Lean_Compiler_LCNF_Specialize_shouldSpecialize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1; lean_object* l_Lean_Compiler_LCNF_attachCodeDecls(lean_object*, lean_object*); lean_object* l_Lean_Meta_isInstance(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3; lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BasicAux_0__mapMonoMImp___at_Lean_Compiler_LCNF_Specialize_visitCode___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_isGround___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_mkSpecDecl_go___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_Compiler_LCNF_getSpecParamInfo_x3f___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -249,7 +244,6 @@ lean_object* l_Lean_HashMap_insert___at_Lean_Compiler_LCNF_addFVarSubst___spec__ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_expandCodeDecls_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Decl_simp(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_Specialize___hyg_5153_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_Collector_collect___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_Lean_RBTree_contains___rarg___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -259,6 +253,7 @@ LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Compiler_LCNF_Specialize_instM lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_getRemainingArgs(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__5; LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__10; lean_object* l_Lean_Compiler_LCNF_Arg_toExpr(lean_object*); @@ -271,9 +266,10 @@ LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specia LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____lambda__1(lean_object*); lean_object* l_Lean_Compiler_LCNF_allFVarM_go___at_Lean_Compiler_LCNF_allFVar___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_specialize(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Closure_run___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_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___closed__1; lean_object* l_Array_ofSubarray___rarg(lean_object*); @@ -295,19 +291,18 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkKey___boxed(lean_obje uint8_t l_Lean_Expr_hasFVar(lean_object*); extern lean_object* l_Id_instMonadId; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_State_decls___default; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8; lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_withParams___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_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* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_withLetDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_visitCode___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_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_getRemainingArgs___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Specialize_Collector_collect___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Expr_forFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__5___closed__4; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_instantiateLevelParamsNoCache(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToExpr_withParams_go___at_Lean_Compiler_LCNF_Specialize_mkKey___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____spec__2(lean_object*, size_t, size_t, lean_object*); @@ -327,14 +322,19 @@ static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_instMonadScopeSpecializeM___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_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__1; lean_object* l_Lean_Compiler_LCNF_FunDeclCore_toExpr(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3; LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_allFVarM___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155_(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__8; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(lean_object*, 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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getSpecParamInfo_x3f___at_Lean_Compiler_LCNF_Specialize_specializeApp_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_Compiler_LCNF_Specialize_Collector_collect___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_Specialize_specializeApp_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_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___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_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_shouldSpecialize___spec__3(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_array_uset(lean_object*, size_t, lean_object*); @@ -342,15 +342,15 @@ lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___closed__1; static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Specialize_expandCodeDecls___spec__1(size_t, size_t, lean_object*); lean_object* lean_expr_abstract_range(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_Specialize_Collector_collect___spec__2(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_specialize; static lean_object* l_Lean_Compiler_LCNF_Specialize_Collector_collect___closed__2; -LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__12; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_isGround___at_Lean_Compiler_LCNF_Specialize_withLetDecl___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_instInhabitedCacheEntry___closed__1() { @@ -1866,7 +1866,7 @@ LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Compiler_LCNF_Specializ lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); x_8 = l_Lean_AssocList_contains___at_Lean_Compiler_LCNF_LCtx_addFunDecl___spec__2(x_2, x_7); @@ -4508,184 +4508,178 @@ return x_4; } else { -lean_object* x_6; uint8_t x_7; uint8_t x_8; +lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; x_6 = lean_array_uget(x_1, x_3); x_7 = lean_unbox(x_6); lean_dec(x_6); -x_8 = !lean_is_exclusive(x_4); -if (x_8 == 0) -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_9 = lean_ctor_get(x_4, 0); -x_10 = lean_ctor_get(x_4, 1); -x_11 = lean_ctor_get(x_9, 0); +x_8 = lean_ctor_get(x_4, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_4, 1); +lean_inc(x_9); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + x_10 = x_4; +} else { + lean_dec_ref(x_4); + x_10 = lean_box(0); +} +x_11 = lean_ctor_get(x_8, 0); lean_inc(x_11); -x_12 = lean_ctor_get(x_9, 1); +x_12 = lean_ctor_get(x_8, 1); lean_inc(x_12); -x_13 = lean_ctor_get(x_9, 2); +x_13 = lean_ctor_get(x_8, 2); lean_inc(x_13); x_14 = lean_nat_dec_lt(x_12, x_13); if (x_14 == 0) { +lean_object* x_15; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -return x_4; +if (lean_is_scalar(x_10)) { + x_15 = lean_alloc_ctor(0, 2, 0); +} else { + x_15 = x_10; +} +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_9); +return x_15; } else { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_9); -if (x_15 == 0) +uint8_t x_16; +x_16 = !lean_is_exclusive(x_8); +if (x_16 == 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; -x_16 = lean_ctor_get(x_9, 2); -lean_dec(x_16); -x_17 = lean_ctor_get(x_9, 1); +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_34; +x_17 = lean_ctor_get(x_8, 2); lean_dec(x_17); -x_18 = lean_ctor_get(x_9, 0); +x_18 = lean_ctor_get(x_8, 1); lean_dec(x_18); -x_19 = lean_array_fget(x_11, x_12); -x_20 = lean_unsigned_to_nat(1u); -x_21 = lean_nat_add(x_12, x_20); +x_19 = lean_ctor_get(x_8, 0); +lean_dec(x_19); +x_20 = lean_array_fget(x_11, x_12); +x_21 = lean_unsigned_to_nat(1u); +x_22 = lean_nat_add(x_12, x_21); lean_dec(x_12); -lean_ctor_set(x_9, 1, x_21); -x_22 = lean_box(x_7); -if (lean_obj_tag(x_22) == 4) -{ -lean_object* x_23; size_t x_24; size_t x_25; -x_23 = lean_array_push(x_10, x_19); -lean_ctor_set(x_4, 1, x_23); -x_24 = 1; -x_25 = lean_usize_add(x_3, x_24); -x_3 = x_25; -goto _start; +lean_ctor_set(x_8, 1, x_22); +x_34 = lean_box(x_7); +if (lean_obj_tag(x_34) == 4) +{ +uint8_t x_35; +x_35 = 1; +x_23 = x_35; +goto block_33; } else { -size_t x_27; size_t x_28; -lean_dec(x_22); -lean_dec(x_19); -x_27 = 1; -x_28 = lean_usize_add(x_3, x_27); -x_3 = x_28; -goto _start; -} +uint8_t x_36; +lean_dec(x_34); +x_36 = 0; +x_23 = x_36; +goto block_33; } -else +block_33: { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_9); -x_30 = lean_array_fget(x_11, x_12); -x_31 = lean_unsigned_to_nat(1u); -x_32 = lean_nat_add(x_12, x_31); -lean_dec(x_12); -x_33 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_33, 0, x_11); -lean_ctor_set(x_33, 1, x_32); -lean_ctor_set(x_33, 2, x_13); -x_34 = lean_box(x_7); -if (lean_obj_tag(x_34) == 4) +if (x_23 == 0) { -lean_object* x_35; size_t x_36; size_t x_37; -x_35 = lean_array_push(x_10, x_30); -lean_ctor_set(x_4, 1, x_35); -lean_ctor_set(x_4, 0, x_33); -x_36 = 1; -x_37 = lean_usize_add(x_3, x_36); -x_3 = x_37; +lean_object* x_24; size_t x_25; size_t x_26; +lean_dec(x_20); +if (lean_is_scalar(x_10)) { + x_24 = lean_alloc_ctor(0, 2, 0); +} else { + x_24 = x_10; +} +lean_ctor_set(x_24, 0, x_8); +lean_ctor_set(x_24, 1, x_9); +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +x_4 = x_24; goto _start; } else { -size_t x_39; size_t x_40; -lean_dec(x_34); -lean_dec(x_30); -lean_ctor_set(x_4, 0, x_33); -x_39 = 1; -x_40 = lean_usize_add(x_3, x_39); -x_3 = x_40; +lean_object* x_28; lean_object* x_29; size_t x_30; size_t x_31; +x_28 = lean_array_push(x_9, x_20); +if (lean_is_scalar(x_10)) { + x_29 = lean_alloc_ctor(0, 2, 0); +} else { + x_29 = x_10; +} +lean_ctor_set(x_29, 0, x_8); +lean_ctor_set(x_29, 1, x_28); +x_30 = 1; +x_31 = lean_usize_add(x_3, x_30); +x_3 = x_31; +x_4 = x_29; goto _start; } } } -} else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_42 = lean_ctor_get(x_4, 0); -x_43 = lean_ctor_get(x_4, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_4); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_42, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_42, 2); -lean_inc(x_46); -x_47 = lean_nat_dec_lt(x_45, x_46); -if (x_47 == 0) +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; lean_object* x_52; +lean_dec(x_8); +x_37 = lean_array_fget(x_11, x_12); +x_38 = lean_unsigned_to_nat(1u); +x_39 = lean_nat_add(x_12, x_38); +lean_dec(x_12); +x_40 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_40, 0, x_11); +lean_ctor_set(x_40, 1, x_39); +lean_ctor_set(x_40, 2, x_13); +x_52 = lean_box(x_7); +if (lean_obj_tag(x_52) == 4) { -lean_object* x_48; -lean_dec(x_46); -lean_dec(x_45); -lean_dec(x_44); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_42); -lean_ctor_set(x_48, 1, x_43); -return x_48; +uint8_t x_53; +x_53 = 1; +x_41 = x_53; +goto block_51; } 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; -if (lean_is_exclusive(x_42)) { - lean_ctor_release(x_42, 0); - lean_ctor_release(x_42, 1); - lean_ctor_release(x_42, 2); - x_49 = x_42; -} else { - lean_dec_ref(x_42); - x_49 = lean_box(0); +uint8_t x_54; +lean_dec(x_52); +x_54 = 0; +x_41 = x_54; +goto block_51; } -x_50 = lean_array_fget(x_44, x_45); -x_51 = lean_unsigned_to_nat(1u); -x_52 = lean_nat_add(x_45, x_51); -lean_dec(x_45); -if (lean_is_scalar(x_49)) { - x_53 = lean_alloc_ctor(0, 3, 0); +block_51: +{ +if (x_41 == 0) +{ +lean_object* x_42; size_t x_43; size_t x_44; +lean_dec(x_37); +if (lean_is_scalar(x_10)) { + x_42 = lean_alloc_ctor(0, 2, 0); } else { - x_53 = x_49; -} -lean_ctor_set(x_53, 0, x_44); -lean_ctor_set(x_53, 1, x_52); -lean_ctor_set(x_53, 2, x_46); -x_54 = lean_box(x_7); -if (lean_obj_tag(x_54) == 4) -{ -lean_object* x_55; lean_object* x_56; size_t x_57; size_t x_58; -x_55 = lean_array_push(x_43, x_50); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_53); -lean_ctor_set(x_56, 1, x_55); -x_57 = 1; -x_58 = lean_usize_add(x_3, x_57); -x_3 = x_58; -x_4 = x_56; + x_42 = x_10; +} +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_9); +x_43 = 1; +x_44 = lean_usize_add(x_3, x_43); +x_3 = x_44; +x_4 = x_42; goto _start; } else { -lean_object* x_60; size_t x_61; size_t x_62; -lean_dec(x_54); -lean_dec(x_50); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_53); -lean_ctor_set(x_60, 1, x_43); -x_61 = 1; -x_62 = lean_usize_add(x_3, x_61); -x_3 = x_62; -x_4 = x_60; +lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; +x_46 = lean_array_push(x_9, x_37); +if (lean_is_scalar(x_10)) { + x_47 = lean_alloc_ctor(0, 2, 0); +} else { + x_47 = x_10; +} +lean_ctor_set(x_47, 0, x_40); +lean_ctor_set(x_47, 1, x_46); +x_48 = 1; +x_49 = lean_usize_add(x_3, x_48); +x_3 = x_49; +x_4 = x_47; goto _start; } } @@ -4693,6 +4687,7 @@ goto _start; } } } +} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_getRemainingArgs(lean_object* x_1, lean_object* x_2) { _start: { @@ -4897,7 +4892,46 @@ return x_12; } } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1() { +static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Compiler_LCNF_instMonadCompilerM; +x_2 = l_ReaderT_instMonadReaderT___rarg(x_1); +return x_2; +} +} +static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1; +x_3 = l_instInhabited___rarg(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2; +x_2 = lean_alloc_closure((void*)(l_instInhabitedReaderT___rarg___boxed), 2, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3; +x_10 = lean_panic_fn(x_9, x_1); +x_11 = lean_apply_7(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_11; +} +} +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -4909,7 +4943,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -4921,13 +4955,13 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3() { +static lean_object* _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___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 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1; -x_3 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2; +x_2 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1; +x_3 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2; x_4 = l_Lean_Compiler_LCNF_Specialize_cacheSpec___closed__2; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); @@ -4942,7 +4976,7 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__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) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_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; uint8_t x_27; @@ -4967,7 +5001,7 @@ lean_inc(x_18); lean_dec(x_16); x_19 = l_Lean_Compiler_LCNF_LCtx_toLocalContext(x_18); x_20 = lean_ctor_get(x_7, 2); -x_21 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3; +x_21 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3; lean_inc(x_20); x_22 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_22, 0, x_14); @@ -5086,45 +5120,6 @@ return x_58; } } } -static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_instMonadCompilerM; -x_2 = l_ReaderT_instMonadReaderT___rarg(x_1); -return x_2; -} -} -static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1; -x_3 = l_instInhabited___rarg(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2; -x_2 = lean_alloc_closure((void*)(l_instInhabitedReaderT___rarg___boxed), 2, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__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) { -_start: -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3; -x_10 = lean_panic_fn(x_9, x_1); -x_11 = lean_apply_7(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_11; -} -} static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__1() { _start: { @@ -5607,7 +5602,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___la _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("specialize", 10); +x_1 = lean_mk_string_from_bytes("assertion violation: ", 21); return x_1; } } @@ -5615,125 +5610,125 @@ static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___la _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("step", 4); +x_1 = lean_mk_string_from_bytes("!key.hasFVar\n ", 17); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; -x_3 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__2; -x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); -return x_4; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__2; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__4() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("new: ", 5); +x_1 = lean_mk_string_from_bytes("Lean.Compiler.LCNF.Specialize", 29); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__5() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__4; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Lean.Compiler.LCNF.Specialize.specializeApp?", 44); +return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__6() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("", 0); -return x_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; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__4; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__5; +x_3 = lean_unsigned_to_nat(276u); +x_4 = lean_unsigned_to_nat(4u); +x_5 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__3; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__6; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("specialize", 10); +return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__8() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("cached: ", 8); +x_1 = lean_mk_string_from_bytes("step", 4); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__9() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__8; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; +x_3 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__8; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__10() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("assertion violation: ", 21); +x_1 = lean_mk_string_from_bytes("new: ", 5); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__11() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("!key.hasFVar\n ", 17); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__10; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__12() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__10; -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__11; -x_3 = lean_string_append(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("", 0); +return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Lean.Compiler.LCNF.Specialize", 29); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__12; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__14() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Lean.Compiler.LCNF.Specialize.specializeApp?", 44); +x_1 = lean_mk_string_from_bytes("cached: ", 8); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__15() { _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_Specialize_specializeApp_x3f___lambda__3___closed__13; -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__14; -x_3 = lean_unsigned_to_nat(276u); -x_4 = lean_unsigned_to_nat(4u); -x_5 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__12; -x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); -return x_6; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__14; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__16() { @@ -5748,7 +5743,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___la _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__10; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__16; x_3 = lean_string_append(x_1, x_2); return x_3; @@ -5758,8 +5753,8 @@ static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___la _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_Specialize_specializeApp_x3f___lambda__3___closed__13; -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__14; +x_1 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__4; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__5; x_3 = lean_unsigned_to_nat(275u); x_4 = lean_unsigned_to_nat(4u); x_5 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__17; @@ -5770,234 +5765,251 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { -uint8_t x_18; +uint8_t x_18; uint8_t x_77; lean_dec(x_10); -x_18 = l_Lean_Expr_hasLooseBVars(x_1); -if (x_18 == 0) +x_77 = l_Lean_Expr_hasLooseBVars(x_5); +if (x_77 == 0) { -uint8_t x_19; -x_19 = l_Lean_Expr_hasFVar(x_1); -if (x_19 == 0) +uint8_t x_78; +x_78 = l_Lean_Expr_hasFVar(x_5); +if (x_78 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_20 = lean_box(0); -lean_inc(x_2); -x_21 = l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(x_2, x_20); -x_22 = lean_array_get_size(x_3); -x_23 = lean_usize_of_nat(x_22); -lean_dec(x_22); -x_24 = 0; -lean_inc(x_3); -x_25 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(x_23, x_24, x_3); -x_26 = l_Lean_Compiler_LCNF_Specialize_getRemainingArgs(x_4, x_5); +uint8_t x_79; +x_79 = 1; +x_18 = x_79; +goto block_76; +} +else +{ +uint8_t x_80; +x_80 = 0; +x_18 = x_80; +goto block_76; +} +} +else +{ +lean_object* x_81; lean_object* x_82; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); -x_27 = l_Array_append___rarg(x_25, x_26); -lean_inc(x_1); -x_28 = l_Lean_Compiler_LCNF_Specialize_findSpecCache_x3f(x_1, x_15, x_16, x_17); -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -if (lean_obj_tag(x_29) == 0) +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_81 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__18; +x_82 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_81, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +return x_82; +} +block_76: { -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_28, 1); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_9); +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_19 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__6; +x_20 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +return x_20; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_21 = lean_box(0); +lean_inc(x_1); +x_22 = l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(x_1, x_21); +x_23 = lean_array_get_size(x_2); +x_24 = lean_usize_of_nat(x_23); +lean_dec(x_23); +x_25 = 0; +lean_inc(x_2); +x_26 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Simp_withDiscrCtorImp_updateCtx___spec__5(x_24, x_25, x_2); +x_27 = l_Lean_Compiler_LCNF_Specialize_getRemainingArgs(x_3, x_4); +lean_dec(x_3); +x_28 = l_Array_append___rarg(x_26, x_27); +lean_inc(x_5); +x_29 = l_Lean_Compiler_LCNF_Specialize_findSpecCache_x3f(x_5, x_15, x_16, x_17); +x_30 = lean_ctor_get(x_29, 0); lean_inc(x_30); -lean_dec(x_28); +if (lean_obj_tag(x_30) == 0) +{ +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_29, 1); +lean_inc(x_31); +lean_dec(x_29); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_11); -x_31 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_6, x_7, x_8, x_3, x_9, x_2, x_11, x_12, x_13, x_14, x_15, x_16, x_30); -if (lean_obj_tag(x_31) == 0) +x_32 = l_Lean_Compiler_LCNF_Specialize_mkSpecDecl(x_6, x_7, x_8, x_2, x_9, x_1, x_11, x_12, x_13, x_14, x_15, x_16, x_31); +if (lean_obj_tag(x_32) == 0) { -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); -x_33 = lean_ctor_get(x_31, 1); +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_33 = lean_ctor_get(x_32, 0); lean_inc(x_33); -lean_dec(x_31); -x_34 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__3; -x_35 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2(x_34, x_11, x_12, x_13, x_14, x_15, x_16, x_33); -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) +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__9; +x_36 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2(x_35, x_11, x_12, x_13, x_14, x_15, x_16, x_34); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_unbox(x_37); +lean_dec(x_37); +if (x_38 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_dec(x_35); -x_39 = lean_box(0); -x_40 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1(x_32, x_1, x_21, x_27, x_24, x_39, x_11, x_12, x_13, x_14, x_15, x_16, x_38); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_36, 1); +lean_inc(x_39); +lean_dec(x_36); +x_40 = lean_box(0); +x_41 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1(x_33, x_5, x_22, x_28, x_25, x_40, x_11, x_12, x_13, x_14, x_15, x_16, x_39); lean_dec(x_11); -return x_40; +return x_41; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_41 = lean_ctor_get(x_35, 1); -lean_inc(x_41); -lean_dec(x_35); -x_42 = lean_ctor_get(x_32, 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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_42 = lean_ctor_get(x_36, 1); lean_inc(x_42); -x_43 = l_Lean_MessageData_ofName(x_42); -x_44 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__5; -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_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; -x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -x_48 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_34, x_47, x_11, x_12, x_13, x_14, x_15, x_16, x_41); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_48, 1); +lean_dec(x_36); +x_43 = lean_ctor_get(x_33, 0); +lean_inc(x_43); +x_44 = l_Lean_MessageData_ofName(x_43); +x_45 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__11; +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_44); +x_47 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13; +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +x_49 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_35, x_48, x_11, x_12, x_13, x_14, x_15, x_16, x_42); +x_50 = lean_ctor_get(x_49, 0); lean_inc(x_50); -lean_dec(x_48); -x_51 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1(x_32, x_1, x_21, x_27, x_24, x_49, x_11, x_12, x_13, x_14, x_15, x_16, x_50); -lean_dec(x_11); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); lean_dec(x_49); -return x_51; +x_52 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1(x_33, x_5, x_22, x_28, x_25, x_50, x_11, x_12, x_13, x_14, x_15, x_16, x_51); +lean_dec(x_11); +lean_dec(x_50); +return x_52; } } else { -uint8_t x_52; -lean_dec(x_27); -lean_dec(x_21); +uint8_t x_53; +lean_dec(x_28); +lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_1); -x_52 = !lean_is_exclusive(x_31); -if (x_52 == 0) +lean_dec(x_5); +x_53 = !lean_is_exclusive(x_32); +if (x_53 == 0) { -return x_31; +return x_32; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_31, 0); -x_54 = lean_ctor_get(x_31, 1); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_32, 0); +x_55 = lean_ctor_get(x_32, 1); +lean_inc(x_55); lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_31); -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; +lean_dec(x_32); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_3); +lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_56 = lean_ctor_get(x_28, 1); -lean_inc(x_56); -lean_dec(x_28); -x_57 = lean_ctor_get(x_29, 0); +x_57 = lean_ctor_get(x_29, 1); lean_inc(x_57); lean_dec(x_29); -x_58 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__3; -x_59 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2(x_58, x_11, x_12, x_13, x_14, x_15, x_16, x_56); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_unbox(x_60); -lean_dec(x_60); -if (x_61 == 0) +x_58 = lean_ctor_get(x_30, 0); +lean_inc(x_58); +lean_dec(x_30); +x_59 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__9; +x_60 = l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2(x_59, x_11, x_12, x_13, x_14, x_15, x_16, x_57); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_unbox(x_61); +lean_dec(x_61); +if (x_62 == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_59, 1); -lean_inc(x_62); -lean_dec(x_59); -x_63 = lean_box(0); -x_64 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__2(x_57, x_21, x_27, x_63, x_11, x_12, x_13, x_14, x_15, x_16, x_62); +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_60, 1); +lean_inc(x_63); +lean_dec(x_60); +x_64 = lean_box(0); +x_65 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__2(x_58, x_22, x_28, x_64, x_11, x_12, x_13, x_14, x_15, x_16, x_63); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -return x_64; +return x_65; } 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; lean_object* x_73; lean_object* x_74; -x_65 = lean_ctor_get(x_59, 1); -lean_inc(x_65); -lean_dec(x_59); -lean_inc(x_57); -x_66 = l_Lean_MessageData_ofName(x_57); -x_67 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__9; -x_68 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_66); -x_69 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; -x_70 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -x_71 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_58, x_70, x_11, x_12, x_13, x_14, x_15, x_16, x_65); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_71, 1); +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; +x_66 = lean_ctor_get(x_60, 1); +lean_inc(x_66); +lean_dec(x_60); +lean_inc(x_58); +x_67 = l_Lean_MessageData_ofName(x_58); +x_68 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__15; +x_69 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_67); +x_70 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13; +x_71 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_71, 0, x_69); +lean_ctor_set(x_71, 1, x_70); +x_72 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_59, x_71, x_11, x_12, x_13, x_14, x_15, x_16, x_66); +x_73 = lean_ctor_get(x_72, 0); lean_inc(x_73); -lean_dec(x_71); -x_74 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__2(x_57, x_21, x_27, x_72, x_11, x_12, x_13, x_14, x_15, x_16, x_73); +x_74 = lean_ctor_get(x_72, 1); +lean_inc(x_74); +lean_dec(x_72); +x_75 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__2(x_58, x_22, x_28, x_73, x_11, x_12, x_13, x_14, x_15, x_16, x_74); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_72); -return x_74; +lean_dec(x_73); +return x_75; } } } -else -{ -lean_object* x_75; lean_object* x_76; -lean_dec(x_9); -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_75 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__15; -x_76 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_75, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -return x_76; -} -} -else -{ -lean_object* x_77; lean_object* x_78; -lean_dec(x_9); -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 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__18; -x_78 = l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_77, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -return x_78; } } } @@ -6084,7 +6096,7 @@ x_34 = lean_ctor_get(x_31, 1); lean_inc(x_34); lean_dec(x_31); x_35 = lean_box(0); -x_36 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3(x_29, x_30, x_20, x_1, x_2, x_6, x_4, x_19, x_21, x_35, x_8, x_9, x_10, x_11, x_12, x_13, x_34); +x_36 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3(x_30, x_20, x_1, x_2, x_29, x_6, x_4, x_19, x_21, x_35, x_8, x_9, x_10, x_11, x_12, x_13, x_34); return x_36; } else @@ -6099,17 +6111,17 @@ x_39 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__4___closed__2 x_40 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_40, 0, x_39); lean_ctor_set(x_40, 1, x_38); -x_41 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; +x_41 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13; x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); -x_43 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_5, x_42, x_8, x_9, x_10, x_11, x_12, x_13, x_37); +x_43 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_5, x_42, x_8, x_9, x_10, x_11, x_12, x_13, x_37); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_ctor_get(x_43, 1); lean_inc(x_45); lean_dec(x_43); -x_46 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3(x_29, x_30, x_20, x_1, x_2, x_6, x_4, x_19, x_21, x_44, x_8, x_9, x_10, x_11, x_12, x_13, x_45); +x_46 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3(x_30, x_20, x_1, x_2, x_29, x_6, x_4, x_19, x_21, x_44, x_8, x_9, x_10, x_11, x_12, x_13, x_45); return x_46; } } @@ -6162,7 +6174,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___la { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; x_3 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__5___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -6265,7 +6277,7 @@ lean_inc(x_31); lean_dec(x_25); x_32 = l_Lean_Compiler_LCNF_LetValue_toExpr(x_5); x_33 = l_Lean_MessageData_ofExpr(x_32); -x_34 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; +x_34 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__13; x_35 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_35, 0, x_34); lean_ctor_set(x_35, 1, x_33); @@ -6285,7 +6297,7 @@ lean_ctor_set(x_42, 1, x_41); x_43 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_43, 0, x_42); lean_ctor_set(x_43, 1, x_34); -x_44 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_24, x_43, x_7, x_8, x_9, x_10, x_11, x_12, x_31); +x_44 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_24, x_43, x_7, x_8, x_9, x_10, x_11, x_12, x_31); x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); x_46 = lean_ctor_get(x_44, 1); @@ -9014,11 +9026,11 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___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_EXPORT lean_object* l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__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) { _start: { lean_object* x_10; -x_10 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -10156,7 +10168,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_specialize___closed__1() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -10207,17 +10219,17 @@ lean_dec(x_1); return x_12; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; -x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__1; +x_2 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__7; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10227,27 +10239,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__2; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__3; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__5() { _start: { lean_object* x_1; @@ -10255,17 +10267,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__7() { _start: { lean_object* x_1; @@ -10273,57 +10285,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__6; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__8; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__9; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__10; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__11; x_2 = l_Lean_Compiler_LCNF_Specialize_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_50____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__13() { _start: { lean_object* x_1; @@ -10331,33 +10343,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14; -x_2 = lean_unsigned_to_nat(5153u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__14; +x_2 = lean_unsigned_to_nat(5155u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__1; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -10374,7 +10386,7 @@ lean_object* x_10; lean_object* x_11; lean_object* x_12; x_10 = lean_ctor_get(x_9, 1); lean_inc(x_10); lean_dec(x_9); -x_11 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__3; +x_11 = l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__3___closed__9; x_12 = l_Lean_registerTraceClass(x_11, x_8, x_4, x_10); return x_12; } @@ -10573,18 +10585,18 @@ l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___closed__4 = _init_l_Lean_Compiler_L lean_mark_persistent(l_Lean_Compiler_LCNF_Specialize_mkSpecDecl___closed__4); l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2___closed__1 = _init_l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2___closed__1(); lean_mark_persistent(l_Lean_isTracingEnabledFor___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__2___closed__1); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2); -l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3(); -lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3); -l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1 = _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1(); -lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1); -l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2 = _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2(); -lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2); -l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3 = _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3(); -lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3); +l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1 = _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1(); +lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__1); +l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2 = _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2(); +lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__2); +l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3 = _init_l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3(); +lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__5___closed__3); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__1); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__2); +l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3 = _init_l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3(); +lean_mark_persistent(l_Lean_addTrace___at_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___spec__6___closed__3); l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__1 = _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__1); l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__2 = _init_l_Lean_Compiler_LCNF_Specialize_specializeApp_x3f___lambda__1___closed__2(); @@ -10647,37 +10659,37 @@ l_Lean_Compiler_LCNF_specialize___closed__3 = _init_l_Lean_Compiler_LCNF_special lean_mark_persistent(l_Lean_Compiler_LCNF_specialize___closed__3); l_Lean_Compiler_LCNF_specialize = _init_l_Lean_Compiler_LCNF_specialize(); lean_mark_persistent(l_Lean_Compiler_LCNF_specialize); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153____closed__15); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5153_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155____closed__15); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_Specialize___hyg_5155_(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/LCNF/Testing.c b/stage0/stdlib/Lean/Compiler/LCNF/Testing.c index 65473b3b4be8..882b96abd794 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Testing.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Testing.c @@ -103,7 +103,6 @@ static lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_InOutAssertionM_run(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_assertForEachDeclAfterEachOccurrence(lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_containsConst___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF_Testing_assertAfterTest___elambda__1___lambda__2___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF_Testing_assertAroundTest(lean_object*, lean_object*, lean_object*); @@ -211,6 +210,7 @@ static lean_object* l_Lean_Compiler_LCNF_Testing_assertPreservesSize___closed__1 static lean_object* l_Lean_Compiler_LCNF_Testing_assertIsAtFixPoint___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_assertForEachDeclAfter___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_Testing_0__Lean_Compiler_LCNF_Testing_assertAfterTest___elambda__1___lambda__2___closed__3; +uint8_t l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Testing_assertIsAtFixPoint(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_Code_containsConst_goExpr___spec__1(lean_object* x_1) { _start: @@ -2906,7 +2906,7 @@ else lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_array_fget(x_4, x_6); x_11 = lean_array_fget(x_5, x_6); -x_12 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5676_(x_10, x_11); +x_12 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_beqDecl____x40_Lean_Compiler_LCNF_Basic___hyg_5678_(x_10, x_11); if (x_12 == 0) { uint8_t x_13; diff --git a/stage0/stdlib/Lean/Compiler/LCNF/ToLCNF.c b/stage0/stdlib/Lean/Compiler/LCNF/ToLCNF.c index 6215493220f7..0d9647a14183 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ToLCNF.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ToLCNF.c @@ -195,7 +195,6 @@ LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Compiler_L LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Compiler_LCNF_ToLCNF_State_typeCache___default___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToLCNF_mkParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_ToLCNF_instInhabitedElement___closed__2; -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); lean_object* l_Lean_Compiler_LCNF_Code_inferParamType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Core_instantiateValueLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -366,6 +365,7 @@ static lean_object* l_Lean_Compiler_LCNF_ToLCNF_State_lctx___default___closed__1 LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToLCNF_toLCNFType(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 uint8_t l_Lean_AssocList_contains___at___private_Lean_Compiler_LCNF_ToLCNF_0__Lean_Compiler_LCNF_ToLCNF_isTypeFormerType___spec__2(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__5; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAlt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_getBinderName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -7880,7 +7880,7 @@ return x_55; else { uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; @@ -7960,7 +7960,7 @@ return x_92; else { uint8_t x_93; -x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_93 == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; @@ -8058,7 +8058,7 @@ return x_106; else { uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_123 == 0) { lean_object* x_124; lean_object* x_125; @@ -8138,7 +8138,7 @@ return x_143; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_144 == 0) { lean_object* x_145; lean_object* x_146; lean_object* x_147; @@ -10451,246 +10451,264 @@ lean_inc(x_4); x_7 = l_Lean_Compiler_LCNF_ToLCNF_etaReduceImplicit(x_4); if (lean_obj_tag(x_7) == 5) { -lean_object* x_8; -x_8 = lean_ctor_get(x_7, 1); +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); -if (lean_obj_tag(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_7, 0); +x_9 = lean_ctor_get(x_7, 1); lean_inc(x_9); -x_10 = lean_ctor_get(x_8, 0); -lean_inc(x_10); -lean_dec(x_8); -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_eq(x_10, x_11); -lean_dec(x_10); -if (x_12 == 0) +if (lean_obj_tag(x_9) == 0) { -lean_object* x_13; size_t x_14; uint8_t x_15; +lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_24 = lean_ctor_get(x_9, 0); +lean_inc(x_24); lean_dec(x_9); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_eq(x_24, x_25); +lean_dec(x_24); +if (x_26 == 0) +{ +lean_object* x_27; size_t x_28; uint8_t x_29; +lean_dec(x_8); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_13 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_14 = lean_ptr_addr(x_3); -x_15 = lean_usize_dec_eq(x_14, x_14); -if (x_15 == 0) +x_27 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_28 = lean_ptr_addr(x_3); +x_29 = lean_usize_dec_eq(x_28, x_28); +if (x_29 == 0) { -lean_object* x_16; -lean_dec(x_13); +lean_object* x_30; +lean_dec(x_27); lean_dec(x_4); -x_16 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_16; +x_30 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_30; } else { -size_t x_17; size_t x_18; uint8_t x_19; -x_17 = lean_ptr_addr(x_4); +size_t x_31; size_t x_32; uint8_t x_33; +x_31 = lean_ptr_addr(x_4); lean_dec(x_4); -x_18 = lean_ptr_addr(x_7); -x_19 = lean_usize_dec_eq(x_17, x_18); -if (x_19 == 0) +x_32 = lean_ptr_addr(x_7); +x_33 = lean_usize_dec_eq(x_31, x_32); +if (x_33 == 0) { -lean_object* x_20; -lean_dec(x_13); -x_20 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_20; +lean_object* x_34; +lean_dec(x_27); +x_34 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_34; } else { -uint8_t x_21; -x_21 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_21 == 0) +uint8_t x_35; +x_35 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_35 == 0) { -lean_object* x_22; -lean_dec(x_13); -x_22 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_22; +lean_object* x_36; +lean_dec(x_27); +x_36 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_36; } else { lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -return x_13; +return x_27; } } } } else { -uint8_t x_23; -x_23 = lean_expr_has_loose_bvar(x_9, x_11); -if (x_23 == 0) +uint8_t x_37; +x_37 = lean_expr_has_loose_bvar(x_8, x_25); +if (x_37 == 0) { -lean_object* x_24; lean_object* x_25; -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_expr_lower_loose_bvars(x_9, x_24, x_24); -lean_dec(x_9); -return x_25; +uint8_t x_38; +x_38 = 1; +x_10 = x_38; +goto block_23; } else { -lean_object* x_26; size_t x_27; uint8_t x_28; +uint8_t x_39; +x_39 = 0; +x_10 = x_39; +goto block_23; +} +} +} +else +{ +lean_object* x_40; size_t x_41; uint8_t x_42; lean_dec(x_9); +lean_dec(x_8); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_26 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_27 = lean_ptr_addr(x_3); -x_28 = lean_usize_dec_eq(x_27, x_27); -if (x_28 == 0) +x_40 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_41 = lean_ptr_addr(x_3); +x_42 = lean_usize_dec_eq(x_41, x_41); +if (x_42 == 0) { -lean_object* x_29; -lean_dec(x_26); +lean_object* x_43; +lean_dec(x_40); lean_dec(x_4); -x_29 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_29; +x_43 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_43; } else { -size_t x_30; size_t x_31; uint8_t x_32; -x_30 = lean_ptr_addr(x_4); +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = lean_ptr_addr(x_4); lean_dec(x_4); -x_31 = lean_ptr_addr(x_7); -x_32 = lean_usize_dec_eq(x_30, x_31); -if (x_32 == 0) +x_45 = lean_ptr_addr(x_7); +x_46 = lean_usize_dec_eq(x_44, x_45); +if (x_46 == 0) { -lean_object* x_33; -lean_dec(x_26); -x_33 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_33; +lean_object* x_47; +lean_dec(x_40); +x_47 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_47; } else { -uint8_t x_34; -x_34 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_34 == 0) +uint8_t x_48; +x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_48 == 0) { -lean_object* x_35; -lean_dec(x_26); -x_35 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_35; +lean_object* x_49; +lean_dec(x_40); +x_49 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_49; } else { lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -return x_26; -} -} +return x_40; } } } } -else +block_23: { -lean_object* x_36; size_t x_37; uint8_t x_38; +if (x_10 == 0) +{ +lean_object* x_11; size_t x_12; uint8_t x_13; lean_dec(x_8); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_36 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_37 = lean_ptr_addr(x_3); -x_38 = lean_usize_dec_eq(x_37, x_37); -if (x_38 == 0) +x_11 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_12 = lean_ptr_addr(x_3); +x_13 = lean_usize_dec_eq(x_12, x_12); +if (x_13 == 0) { -lean_object* x_39; -lean_dec(x_36); +lean_object* x_14; +lean_dec(x_11); lean_dec(x_4); -x_39 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_39; +x_14 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_14; } else { -size_t x_40; size_t x_41; uint8_t x_42; -x_40 = lean_ptr_addr(x_4); +size_t x_15; size_t x_16; uint8_t x_17; +x_15 = lean_ptr_addr(x_4); lean_dec(x_4); -x_41 = lean_ptr_addr(x_7); -x_42 = lean_usize_dec_eq(x_40, x_41); -if (x_42 == 0) +x_16 = lean_ptr_addr(x_7); +x_17 = lean_usize_dec_eq(x_15, x_16); +if (x_17 == 0) { -lean_object* x_43; -lean_dec(x_36); -x_43 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_43; +lean_object* x_18; +lean_dec(x_11); +x_18 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_18; } else { -uint8_t x_44; -x_44 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_44 == 0) +uint8_t x_19; +x_19 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_19 == 0) { -lean_object* x_45; -lean_dec(x_36); -x_45 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_45; +lean_object* x_20; +lean_dec(x_11); +x_20 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_20; } else { lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -return x_36; +return x_11; } } } } +else +{ +lean_object* x_21; lean_object* x_22; +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_21 = lean_unsigned_to_nat(1u); +x_22 = lean_expr_lower_loose_bvars(x_8, x_21, x_21); +lean_dec(x_8); +return x_22; +} +} } else { -lean_object* x_46; size_t x_47; uint8_t x_48; +lean_object* x_50; size_t x_51; uint8_t x_52; lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_46 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_47 = lean_ptr_addr(x_3); -x_48 = lean_usize_dec_eq(x_47, x_47); -if (x_48 == 0) +x_50 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_51 = lean_ptr_addr(x_3); +x_52 = lean_usize_dec_eq(x_51, x_51); +if (x_52 == 0) { -lean_object* x_49; -lean_dec(x_46); +lean_object* x_53; +lean_dec(x_50); lean_dec(x_4); -x_49 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_49; +x_53 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_53; } else { -size_t x_50; size_t x_51; uint8_t x_52; -x_50 = lean_ptr_addr(x_4); +size_t x_54; size_t x_55; uint8_t x_56; +x_54 = lean_ptr_addr(x_4); lean_dec(x_4); -x_51 = lean_ptr_addr(x_7); -x_52 = lean_usize_dec_eq(x_50, x_51); -if (x_52 == 0) +x_55 = lean_ptr_addr(x_7); +x_56 = lean_usize_dec_eq(x_54, x_55); +if (x_56 == 0) { -lean_object* x_53; -lean_dec(x_46); -x_53 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_53; +lean_object* x_57; +lean_dec(x_50); +x_57 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_57; } else { -uint8_t x_54; -x_54 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_54 == 0) +uint8_t x_58; +x_58 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_58 == 0) { -lean_object* x_55; -lean_dec(x_46); -x_55 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); -return x_55; +lean_object* x_59; +lean_dec(x_50); +x_59 = l_Lean_Expr_lam___override(x_2, x_3, x_7, x_5); +return x_59; } else { lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -return x_46; +return x_50; } } } @@ -13100,15 +13118,13 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_5, 10); lean_inc(x_19); x_20 = lean_nat_dec_eq(x_12, x_13); -if (x_8 == 0) -{ if (x_20 == 0) { uint8_t x_21; x_21 = !lean_is_exclusive(x_5); if (x_21 == 0) { -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_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; x_22 = lean_ctor_get(x_5, 10); lean_dec(x_22); x_23 = lean_ctor_get(x_5, 9); @@ -13131,6 +13147,9 @@ x_31 = lean_ctor_get(x_5, 1); lean_dec(x_31); x_32 = lean_ctor_get(x_5, 0); lean_dec(x_32); +if (x_8 == 0) +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; x_33 = lean_unsigned_to_nat(1u); x_34 = lean_nat_add(x_12, x_33); lean_dec(x_12); @@ -13141,90 +13160,104 @@ return x_36; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -lean_dec(x_5); -x_37 = lean_unsigned_to_nat(1u); -x_38 = lean_nat_add(x_12, x_37); -lean_dec(x_12); -x_39 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_39, 0, x_9); -lean_ctor_set(x_39, 1, x_10); -lean_ctor_set(x_39, 2, x_11); -lean_ctor_set(x_39, 3, x_38); -lean_ctor_set(x_39, 4, x_13); -lean_ctor_set(x_39, 5, x_14); -lean_ctor_set(x_39, 6, x_15); -lean_ctor_set(x_39, 7, x_16); -lean_ctor_set(x_39, 8, x_17); -lean_ctor_set(x_39, 9, x_18); -lean_ctor_set(x_39, 10, x_19); -x_40 = lean_box(0); -x_41 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit___lambda__3(x_1, x_40, x_2, x_3, x_4, x_39, x_6, x_7); -return x_41; -} -} -else -{ -lean_object* x_42; +lean_object* x_37; lean_object* x_38; +lean_free_object(x_5); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); +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_1); -x_42 = l_Lean_throwMaxRecDepthAt___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCore___spec__9(x_14, 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_2); -return x_42; +lean_dec(x_1); +x_37 = lean_box(0); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_7); +return x_38; } } else { +lean_dec(x_5); +if (x_8 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_39 = lean_unsigned_to_nat(1u); +x_40 = lean_nat_add(x_12, x_39); +lean_dec(x_12); +x_41 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_41, 0, x_9); +lean_ctor_set(x_41, 1, x_10); +lean_ctor_set(x_41, 2, x_11); +lean_ctor_set(x_41, 3, x_40); +lean_ctor_set(x_41, 4, x_13); +lean_ctor_set(x_41, 5, x_14); +lean_ctor_set(x_41, 6, x_15); +lean_ctor_set(x_41, 7, x_16); +lean_ctor_set(x_41, 8, x_17); +lean_ctor_set(x_41, 9, x_18); +lean_ctor_set(x_41, 10, x_19); +x_42 = lean_box(0); +x_43 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit___lambda__3(x_1, x_42, x_2, x_3, x_4, x_41, x_6, x_7); +return x_43; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); +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_1); -if (x_20 == 0) -{ -lean_object* x_43; lean_object* x_44; -lean_dec(x_14); lean_dec(x_6); -lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_43 = lean_box(0); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_7); -return x_44; +lean_dec(x_1); +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_7); +return x_45; +} +} } else { -lean_object* x_45; -x_45 = l_Lean_throwMaxRecDepthAt___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCore___spec__9(x_14, x_2, x_3, x_4, x_5, x_6, x_7); +lean_object* x_46; +lean_dec(x_19); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_1); +x_46 = l_Lean_throwMaxRecDepthAt___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCore___spec__9(x_14, 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_2); -return x_45; -} +return x_46; } } } @@ -13416,7 +13449,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda(lean_object* x_1, 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; uint8_t x_35; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_36; lean_inc(x_1); x_8 = l_Lean_Compiler_LCNF_ToLCNF_etaReduceImplicit(x_1); x_9 = lean_st_ref_get(x_6, x_7); @@ -13428,40 +13461,40 @@ lean_dec(x_9); x_12 = lean_ctor_get(x_10, 0); lean_inc(x_12); lean_dec(x_10); -x_35 = l_Lean_Expr_isLambda(x_8); -if (x_35 == 0) -{ -uint8_t x_36; -x_36 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand(x_12, x_8); +x_36 = l_Lean_Expr_isLambda(x_8); if (x_36 == 0) { -lean_object* x_37; -lean_dec(x_1); -x_37 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit(x_8, x_2, x_3, x_4, x_5, x_6, x_11); -return x_37; +uint8_t x_37; +x_37 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand(x_12, x_8); +if (x_37 == 0) +{ +uint8_t x_38; +x_38 = 1; +x_13 = x_38; +goto block_35; } else { -lean_object* x_38; -lean_dec(x_8); -x_38 = lean_box(0); -x_13 = x_38; -goto block_34; +uint8_t x_39; +x_39 = 0; +x_13 = x_39; +goto block_35; } } else { -lean_object* x_39; +uint8_t x_40; lean_dec(x_12); -lean_dec(x_8); -x_39 = lean_box(0); -x_13 = x_39; -goto block_34; +x_40 = 0; +x_13 = x_40; +goto block_35; } -block_34: +block_35: +{ +if (x_13 == 0) { lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -lean_dec(x_13); +lean_dec(x_8); x_14 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_visitLambda___boxed), 7, 1); lean_closure_set(x_14, 0, x_1); x_15 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___closed__1; @@ -13550,6 +13583,14 @@ return x_33; } } } +else +{ +lean_object* x_34; +lean_dec(x_1); +x_34 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit(x_8, x_2, x_3, x_4, x_5, x_6, x_11); +return x_34; +} +} } } LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitMData(lean_object* x_1, lean_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) { @@ -14038,7 +14079,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Quot", 4); +x_1 = lean_mk_string_from_bytes("And", 3); return x_1; } } @@ -14046,7 +14087,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("lift", 4); +x_1 = lean_mk_string_from_bytes("casesOn", 7); return x_1; } } @@ -14064,7 +14105,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("mk", 2); +x_1 = lean_mk_string_from_bytes("Iff", 3); return x_1; } } @@ -14072,8 +14113,8 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__2; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__5; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__5; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -14082,90 +14123,88 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("casesOn", 7); +x_1 = lean_mk_string_from_bytes("False", 5); return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__3; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("rec", 3); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__3; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__10() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("And", 3); +x_1 = lean_mk_string_from_bytes("Empty", 5); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__11; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__10; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__12() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Iff", 3); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__3; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__13; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__10; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } +static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__14() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Quot", 4); +return x_1; +} +} static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__15() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__11; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("lift", 4); +return x_1; } } static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__13; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__14; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__15; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -14174,7 +14213,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("False", 5); +x_1 = lean_mk_string_from_bytes("mk", 2); return x_1; } } @@ -14182,8 +14221,8 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__17; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__14; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__17; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -14191,17 +14230,19 @@ return x_3; static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__19() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Empty", 5); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__3; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__3; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__19; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__3; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -14210,8 +14251,8 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__17; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__2; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -14220,8 +14261,8 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__19; -x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__7; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__5; +x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -14233,176 +14274,199 @@ lean_object* x_8; x_8 = l_Lean_Expr_getAppFn(x_1); if (lean_obj_tag(x_8) == 4) { -lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_9; uint8_t x_10; uint8_t x_53; lean_object* x_76; uint8_t x_77; x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); lean_dec(x_8); -x_10 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__4; -x_11 = lean_name_eq(x_9, x_10); -if (x_11 == 0) -{ -lean_object* x_12; uint8_t x_13; -x_12 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__6; -x_13 = lean_name_eq(x_9, x_12); -if (x_13 == 0) -{ -lean_object* x_14; uint8_t x_15; -x_14 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__8; -x_15 = lean_name_eq(x_9, x_14); -if (x_15 == 0) +x_76 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__16; +x_77 = lean_name_eq(x_9, x_76); +if (x_77 == 0) +{ +lean_object* x_78; uint8_t x_79; +x_78 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__18; +x_79 = lean_name_eq(x_9, x_78); +if (x_79 == 0) +{ +lean_object* x_80; uint8_t x_81; +x_80 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__19; +x_81 = lean_name_eq(x_9, x_80); +if (x_81 == 0) +{ +lean_object* x_82; uint8_t x_83; +x_82 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__20; +x_83 = lean_name_eq(x_9, x_82); +if (x_83 == 0) { -lean_object* x_16; uint8_t x_17; -x_16 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__10; -x_17 = lean_name_eq(x_9, x_16); -if (x_17 == 0) +lean_object* x_84; uint8_t x_85; +x_84 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__5; +x_85 = lean_name_eq(x_9, x_84); +if (x_85 == 0) { -lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__5; -x_19 = lean_name_eq(x_9, x_18); -if (x_19 == 0) +lean_object* x_86; uint8_t x_87; +x_86 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__21; +x_87 = lean_name_eq(x_9, x_86); +if (x_87 == 0) { -lean_object* x_20; uint8_t x_21; -x_20 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__12; -x_21 = lean_name_eq(x_9, x_20); -if (x_21 == 0) +lean_object* x_88; uint8_t x_89; +x_88 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__22; +x_89 = lean_name_eq(x_9, x_88); +x_53 = x_89; +goto block_75; +} +else { -lean_object* x_22; uint8_t x_23; -x_22 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__14; -x_23 = lean_name_eq(x_9, x_22); -if (x_23 == 0) +uint8_t x_90; +x_90 = 1; +x_53 = x_90; +goto block_75; +} +} +else { -lean_object* x_24; uint8_t x_25; -x_24 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__15; -x_25 = lean_name_eq(x_9, x_24); -if (x_25 == 0) +lean_object* x_91; +lean_dec(x_9); +x_91 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_91; +} +} +else { -lean_object* x_26; uint8_t x_27; -x_26 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__16; -x_27 = lean_name_eq(x_9, x_26); -if (x_27 == 0) +lean_object* x_92; +lean_dec(x_9); +x_92 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_92; +} +} +else { -lean_object* x_28; uint8_t x_29; -x_28 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__18; -x_29 = lean_name_eq(x_9, x_28); -if (x_29 == 0) +lean_object* x_93; +lean_dec(x_9); +x_93 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_93; +} +} +else { -lean_object* x_30; uint8_t x_31; -x_30 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__20; -x_31 = lean_name_eq(x_9, x_30); -if (x_31 == 0) +lean_object* x_94; lean_object* x_95; +lean_dec(x_9); +x_94 = lean_unsigned_to_nat(3u); +x_95 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCtor(x_94, x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_95; +} +} +else { -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__21; -x_33 = lean_name_eq(x_9, x_32); -if (x_33 == 0) +lean_object* x_96; +lean_dec(x_9); +x_96 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitQuotLift(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_96; +} +block_52: { -lean_object* x_34; uint8_t x_35; -x_34 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__22; -x_35 = lean_name_eq(x_9, x_34); -if (x_35 == 0) +if (x_10 == 0) { -lean_object* x_36; +lean_object* x_11; lean_inc(x_6); lean_inc(x_5); lean_inc(x_9); -x_36 = l_Lean_Compiler_LCNF_getCasesInfo_x3f(x_9, x_5, x_6, x_7); -if (lean_obj_tag(x_36) == 0) +x_11 = l_Lean_Compiler_LCNF_getCasesInfo_x3f(x_9, x_5, x_6, x_7); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_37; -x_37 = lean_ctor_get(x_36, 0); -lean_inc(x_37); -if (lean_obj_tag(x_37) == 0) +lean_object* x_12; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 0) { -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_36, 1); -lean_inc(x_38); -lean_dec(x_36); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +lean_dec(x_11); lean_inc(x_9); -x_39 = l_Lean_Compiler_LCNF_getCtorArity_x3f(x_9, x_5, x_6, x_38); -if (lean_obj_tag(x_39) == 0) +x_14 = l_Lean_Compiler_LCNF_getCtorArity_x3f(x_9, x_5, x_6, x_13); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_40; -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -if (lean_obj_tag(x_40) == 0) +lean_object* x_15; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_st_ref_get(x_6, x_41); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_43, 0); -lean_inc(x_45); -lean_dec(x_43); -x_46 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__1; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +lean_dec(x_14); +x_17 = lean_st_ref_get(x_6, x_16); +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 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__1; lean_inc(x_9); -x_47 = l_Lean_TagDeclarationExtension_isTagged(x_46, x_45, x_9); -if (x_47 == 0) +x_22 = l_Lean_TagDeclarationExtension_isTagged(x_21, x_20, x_9); +if (x_22 == 0) { -lean_object* x_48; lean_object* x_49; -x_48 = l_Lean_getProjectionFnInfo_x3f___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___spec__3(x_9, x_2, x_3, x_4, x_5, x_6, x_44); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -if (lean_obj_tag(x_49) == 0) +lean_object* x_23; lean_object* x_24; +x_23 = l_Lean_getProjectionFnInfo_x3f___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___spec__3(x_9, x_2, x_3, x_4, x_5, x_6, x_19); +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +if (lean_obj_tag(x_24) == 0) { -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; -x_50 = lean_ctor_get(x_48, 1); -lean_inc(x_50); -lean_dec(x_48); -x_51 = lean_unsigned_to_nat(0u); -x_52 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_51); -x_53 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__1; -lean_inc(x_52); -x_54 = lean_mk_array(x_52, x_53); -x_55 = lean_unsigned_to_nat(1u); -x_56 = lean_nat_sub(x_52, x_55); -lean_dec(x_52); -x_57 = l_Lean_Expr_withAppAux___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___spec__4(x_1, x_54, x_56, x_2, x_3, x_4, x_5, x_6, x_50); -return x_57; +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; +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_unsigned_to_nat(0u); +x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_26); +x_28 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__1; +lean_inc(x_27); +x_29 = lean_mk_array(x_27, x_28); +x_30 = lean_unsigned_to_nat(1u); +x_31 = lean_nat_sub(x_27, x_30); +lean_dec(x_27); +x_32 = l_Lean_Expr_withAppAux___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___spec__4(x_1, x_29, x_31, x_2, x_3, x_4, x_5, x_6, x_25); +return x_32; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_48, 1); -lean_inc(x_58); -lean_dec(x_48); -x_59 = lean_ctor_get(x_49, 0); -lean_inc(x_59); -lean_dec(x_49); -x_60 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitProjFn(x_59, x_1, x_2, x_3, x_4, x_5, x_6, x_58); -return x_60; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_23, 1); +lean_inc(x_33); +lean_dec(x_23); +x_34 = lean_ctor_get(x_24, 0); +lean_inc(x_34); +lean_dec(x_24); +x_35 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitProjFn(x_34, x_1, x_2, x_3, x_4, x_5, x_6, x_33); +return x_35; } } else { -lean_object* x_61; +lean_object* x_36; lean_dec(x_9); -x_61 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitNoConfusion(x_1, x_2, x_3, x_4, x_5, x_6, x_44); -return x_61; +x_36 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitNoConfusion(x_1, x_2, x_3, x_4, x_5, x_6, x_19); +return x_36; } } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_dec(x_9); -x_62 = lean_ctor_get(x_39, 1); -lean_inc(x_62); -lean_dec(x_39); -x_63 = lean_ctor_get(x_40, 0); -lean_inc(x_63); -lean_dec(x_40); -x_64 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCtor(x_63, x_1, x_2, x_3, x_4, x_5, x_6, x_62); -return x_64; +x_37 = lean_ctor_get(x_14, 1); +lean_inc(x_37); +lean_dec(x_14); +x_38 = lean_ctor_get(x_15, 0); +lean_inc(x_38); +lean_dec(x_15); +x_39 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCtor(x_38, x_1, x_2, x_3, x_4, x_5, x_6, x_37); +return x_39; } } else { -uint8_t x_65; +uint8_t x_40; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); @@ -14410,43 +14474,43 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_65 = !lean_is_exclusive(x_39); -if (x_65 == 0) +x_40 = !lean_is_exclusive(x_14); +if (x_40 == 0) { -return x_39; +return x_14; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_39, 0); -x_67 = lean_ctor_get(x_39, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_39); -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; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_14, 0); +x_42 = lean_ctor_get(x_14, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_14); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_dec(x_9); -x_69 = lean_ctor_get(x_36, 1); -lean_inc(x_69); -lean_dec(x_36); -x_70 = lean_ctor_get(x_37, 0); -lean_inc(x_70); -lean_dec(x_37); -x_71 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCases(x_70, x_1, x_2, x_3, x_4, x_5, x_6, x_69); -return x_71; +x_44 = lean_ctor_get(x_11, 1); +lean_inc(x_44); +lean_dec(x_11); +x_45 = lean_ctor_get(x_12, 0); +lean_inc(x_45); +lean_dec(x_12); +x_46 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCases(x_45, x_1, x_2, x_3, x_4, x_5, x_6, x_44); +return x_46; } } else { -uint8_t x_72; +uint8_t x_47; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); @@ -14454,149 +14518,135 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_72 = !lean_is_exclusive(x_36); -if (x_72 == 0) +x_47 = !lean_is_exclusive(x_11); +if (x_47 == 0) { -return x_36; +return x_11; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_36, 0); -x_74 = lean_ctor_get(x_36, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_36); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_11, 0); +x_49 = lean_ctor_get(x_11, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_11); +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; } } } else { -lean_object* x_76; +lean_object* x_51; lean_dec(x_9); -x_76 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitFalseRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_76; +x_51 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitFalseRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_51; } } -else +block_75: { -lean_object* x_77; -lean_dec(x_9); -x_77 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitFalseRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_77; -} -} -else +if (x_53 == 0) { -lean_object* x_78; -lean_dec(x_9); -x_78 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitFalseRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_78; -} -} -else +lean_object* x_54; uint8_t x_55; +x_54 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__4; +x_55 = lean_name_eq(x_9, x_54); +if (x_55 == 0) { -lean_object* x_79; -lean_dec(x_9); -x_79 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitFalseRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_79; -} -} -else +lean_object* x_56; uint8_t x_57; +x_56 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__6; +x_57 = lean_name_eq(x_9, x_56); +if (x_57 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_9); -x_80 = lean_unsigned_to_nat(4u); -x_81 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_80, x_2, x_3, x_4, x_5, x_6, x_7); -return x_81; -} -} -else +lean_object* x_58; uint8_t x_59; +x_58 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__9; +x_59 = lean_name_eq(x_9, x_58); +if (x_59 == 0) { -lean_object* x_82; lean_object* x_83; -lean_dec(x_9); -x_82 = lean_unsigned_to_nat(4u); -x_83 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_82, x_2, x_3, x_4, x_5, x_6, x_7); -return x_83; -} -} -else +lean_object* x_60; uint8_t x_61; +x_60 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__11; +x_61 = lean_name_eq(x_9, x_60); +if (x_61 == 0) { -lean_object* x_84; lean_object* x_85; -lean_dec(x_9); -x_84 = lean_unsigned_to_nat(3u); -x_85 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_84, x_2, x_3, x_4, x_5, x_6, x_7); -return x_85; -} +lean_object* x_62; uint8_t x_63; +x_62 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__12; +x_63 = lean_name_eq(x_9, x_62); +if (x_63 == 0) +{ +lean_object* x_64; uint8_t x_65; +x_64 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__13; +x_65 = lean_name_eq(x_9, x_64); +x_10 = x_65; +goto block_52; } else { -lean_object* x_86; lean_object* x_87; -lean_dec(x_9); -x_86 = lean_unsigned_to_nat(3u); -x_87 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_86, x_2, x_3, x_4, x_5, x_6, x_7); -return x_87; +uint8_t x_66; +x_66 = 1; +x_10 = x_66; +goto block_52; } } else { -lean_object* x_88; -lean_dec(x_9); -x_88 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_88; +uint8_t x_67; +x_67 = 1; +x_10 = x_67; +goto block_52; } } else { -lean_object* x_89; -lean_dec(x_9); -x_89 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_89; +uint8_t x_68; +x_68 = 1; +x_10 = x_68; +goto block_52; } } else { -lean_object* x_90; +lean_object* x_69; lean_object* x_70; lean_dec(x_9); -x_90 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_90; +x_69 = lean_unsigned_to_nat(4u); +x_70 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_69, x_2, x_3, x_4, x_5, x_6, x_7); +return x_70; } } else { -lean_object* x_91; lean_object* x_92; +lean_object* x_71; lean_object* x_72; lean_dec(x_9); -x_91 = lean_unsigned_to_nat(3u); -x_92 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitCtor(x_91, x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_92; +x_71 = lean_unsigned_to_nat(4u); +x_72 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_71, x_2, x_3, x_4, x_5, x_6, x_7); +return x_72; } } else { -lean_object* x_93; +lean_object* x_73; lean_object* x_74; lean_dec(x_9); -x_93 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitQuotLift(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_93; +x_73 = lean_unsigned_to_nat(3u); +x_74 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitAndIffRecCore(x_1, x_73, x_2, x_3, x_4, x_5, x_6, x_7); +return x_74; +} } } 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_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_dec(x_8); -x_94 = lean_unsigned_to_nat(0u); -x_95 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_94); -x_96 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__1; -lean_inc(x_95); -x_97 = lean_mk_array(x_95, x_96); -x_98 = lean_unsigned_to_nat(1u); -x_99 = lean_nat_sub(x_95, x_98); -lean_dec(x_95); -x_100 = l_Lean_Expr_withAppAux___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___spec__2(x_1, x_97, x_99, x_2, x_3, x_4, x_5, x_6, x_7); -return x_100; +x_97 = lean_unsigned_to_nat(0u); +x_98 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_97); +x_99 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__1; +lean_inc(x_98); +x_100 = lean_mk_array(x_98, x_99); +x_101 = lean_unsigned_to_nat(1u); +x_102 = lean_nat_sub(x_98, x_101); +lean_dec(x_98); +x_103 = l_Lean_Expr_withAppAux___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___spec__2(x_1, x_100, x_102, x_2, x_3, x_4, x_5, x_6, x_7); +return x_103; } } } @@ -21113,7 +21163,7 @@ return x_10; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec(lean_object* x_1, 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; uint8_t x_16; lean_object* x_17; +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; lean_object* x_17; uint8_t x_18; x_8 = lean_unsigned_to_nat(0u); x_9 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_8); x_10 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__1; @@ -21124,126 +21174,101 @@ x_13 = lean_nat_sub(x_9, x_12); lean_dec(x_9); lean_inc(x_1); x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_11, x_13); -x_15 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__10; +x_15 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__20; x_16 = l_Lean_Expr_isAppOf(x_1, x_15); lean_inc(x_14); x_17 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitEqRec___lambda__1), 8, 1); lean_closure_set(x_17, 0, x_14); if (x_16 == 0) { -lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__5; -x_19 = l_Lean_Expr_isAppOf(x_1, x_18); -if (x_19 == 0) +lean_object* x_48; uint8_t x_49; +x_48 = l_Lean_Compiler_LCNF_ToLCNF_mustEtaExpand___closed__5; +x_49 = l_Lean_Expr_isAppOf(x_1, x_48); +x_18 = x_49; +goto block_47; +} +else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_array_get_size(x_14); -x_21 = lean_unsigned_to_nat(5u); -x_22 = lean_nat_dec_lt(x_21, x_20); -lean_dec(x_20); -if (x_22 == 0) +uint8_t x_50; +x_50 = 1; +x_18 = x_50; +goto block_47; +} +block_47: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_array_get_size(x_14); +x_20 = lean_unsigned_to_nat(5u); +x_21 = lean_nat_dec_lt(x_20, x_19); +lean_dec(x_19); +if (x_21 == 0) +{ +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_dec(x_14); -x_23 = l_Lean_instInhabitedExpr; -x_24 = l___private_Init_Util_0__outOfBounds___rarg(x_23); -x_25 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +x_22 = l_Lean_instInhabitedExpr; +x_23 = l___private_Init_Util_0__outOfBounds___rarg(x_22); +x_24 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +lean_closure_set(x_24, 0, x_23); +x_25 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); lean_closure_set(x_25, 0, x_24); -x_26 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); -lean_closure_set(x_26, 0, x_25); -lean_closure_set(x_26, 1, x_17); -x_27 = lean_unsigned_to_nat(6u); -x_28 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_27, x_26, x_2, x_3, x_4, x_5, x_6, x_7); -return x_28; +lean_closure_set(x_25, 1, x_17); +x_26 = lean_unsigned_to_nat(6u); +x_27 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_26, x_25, x_2, x_3, x_4, x_5, x_6, x_7); +return x_27; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_29 = lean_array_fget(x_14, x_21); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_array_fget(x_14, x_20); lean_dec(x_14); -x_30 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +x_29 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +lean_closure_set(x_29, 0, x_28); +x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); lean_closure_set(x_30, 0, x_29); -x_31 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); -lean_closure_set(x_31, 0, x_30); -lean_closure_set(x_31, 1, x_17); -x_32 = lean_unsigned_to_nat(6u); -x_33 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_32, x_31, x_2, x_3, x_4, x_5, x_6, x_7); -return x_33; +lean_closure_set(x_30, 1, x_17); +x_31 = lean_unsigned_to_nat(6u); +x_32 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_31, x_30, x_2, x_3, x_4, x_5, x_6, x_7); +return x_32; } } else { -lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_34 = lean_array_get_size(x_14); -x_35 = lean_unsigned_to_nat(3u); -x_36 = lean_nat_dec_lt(x_35, x_34); -lean_dec(x_34); -if (x_36 == 0) +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_array_get_size(x_14); +x_34 = lean_unsigned_to_nat(3u); +x_35 = lean_nat_dec_lt(x_34, x_33); +lean_dec(x_33); +if (x_35 == 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_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_dec(x_14); -x_37 = l_Lean_instInhabitedExpr; -x_38 = l___private_Init_Util_0__outOfBounds___rarg(x_37); -x_39 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +x_36 = l_Lean_instInhabitedExpr; +x_37 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_38 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +lean_closure_set(x_38, 0, x_37); +x_39 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); lean_closure_set(x_39, 0, x_38); -x_40 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); -lean_closure_set(x_40, 0, x_39); -lean_closure_set(x_40, 1, x_17); -x_41 = lean_unsigned_to_nat(6u); -x_42 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_41, x_40, x_2, x_3, x_4, x_5, x_6, x_7); -return x_42; +lean_closure_set(x_39, 1, x_17); +x_40 = lean_unsigned_to_nat(6u); +x_41 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_40, x_39, x_2, x_3, x_4, x_5, x_6, x_7); +return x_41; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_43 = lean_array_fget(x_14, x_35); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_42 = lean_array_fget(x_14, x_34); lean_dec(x_14); -x_44 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +x_43 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); +lean_closure_set(x_43, 0, x_42); +x_44 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); lean_closure_set(x_44, 0, x_43); -x_45 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); -lean_closure_set(x_45, 0, x_44); -lean_closure_set(x_45, 1, x_17); -x_46 = lean_unsigned_to_nat(6u); -x_47 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_46, x_45, x_2, x_3, x_4, x_5, x_6, x_7); -return x_47; -} -} -} -else -{ -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_array_get_size(x_14); -x_49 = lean_unsigned_to_nat(3u); -x_50 = lean_nat_dec_lt(x_49, x_48); -lean_dec(x_48); -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_dec(x_14); -x_51 = l_Lean_instInhabitedExpr; -x_52 = l___private_Init_Util_0__outOfBounds___rarg(x_51); -x_53 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); -lean_closure_set(x_53, 0, x_52); -x_54 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); -lean_closure_set(x_54, 0, x_53); -lean_closure_set(x_54, 1, x_17); -x_55 = lean_unsigned_to_nat(6u); -x_56 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_55, x_54, x_2, x_3, x_4, x_5, x_6, x_7); -return x_56; +lean_closure_set(x_44, 1, x_17); +x_45 = lean_unsigned_to_nat(6u); +x_46 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_45, x_44, x_2, x_3, x_4, x_5, x_6, x_7); +return x_46; } -else -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_57 = lean_array_fget(x_14, x_49); -lean_dec(x_14); -x_58 = lean_alloc_closure((void*)(l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visit), 7, 1); -lean_closure_set(x_58, 0, x_57); -x_59 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitLambda___spec__1___rarg), 8, 2); -lean_closure_set(x_59, 0, x_58); -lean_closure_set(x_59, 1, x_17); -x_60 = lean_unsigned_to_nat(6u); -x_61 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_etaIfUnderApplied(x_1, x_60, x_59, x_2, x_3, x_4, x_5, x_6, x_7); -return x_61; } } } @@ -21303,7 +21328,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitQuotLift___lam _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__2; +x_1 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitApp___closed__14; x_2 = l_Lean_Compiler_LCNF_ToLCNF_toLCNF_visitQuotLift___lambda__1___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; diff --git a/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c b/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c index b36381b378b3..b055d2c60645 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c @@ -14,19 +14,16 @@ extern "C" { #endif static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__16; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetDecl_toMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__4; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__2; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_toMono___elambda__1___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__14; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__7; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_argToMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -34,7 +31,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ToMonoM_State_typeParams___default LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FunDeclCore_toMono___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_Compiler_LCNF_trivialStructToMono___closed__8; lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__17; lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instInhabitedCode; lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateParamImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -44,32 +40,34 @@ static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__12; lean_object* l_Lean_Compiler_LCNF_Arg_toLetValue(lean_object*); lean_object* l_Lean_Compiler_LCNF_instInhabitedAltCore___rarg(lean_object*); lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17; lean_object* lean_environment_find(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_FunDeclCore_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__10; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__6; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__9; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__9; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14; lean_object* l_Lean_Compiler_LCNF_Decl_saveMono(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Param_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_argToMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Param_toMono___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19; lean_object* l_Lean_Compiler_LCNF_eraseDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_Code_toMono___closed__1; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__2; lean_object* lean_st_ref_take(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateLetDeclImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__5; lean_object* l_Lean_Compiler_LCNF_eraseParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__2; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__7; @@ -79,17 +77,15 @@ static lean_object* l_Lean_Compiler_LCNF_toMono___closed__4; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__11; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__8; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__18; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__15; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__10; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__4; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_isTypeFormerType(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_LCtx_addLetDecl(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__13; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__4; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__12; uint8_t lean_name_eq(lean_object*, lean_object*); @@ -99,19 +95,21 @@ extern lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ctorAppToMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMono___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_toMono___elambda__1___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__11; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9; uint8_t l_Lean_Compiler_LCNF_hasLocalInst(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMono; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetDecl_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instMonadCompilerM; static lean_object* l_Lean_Compiler_LCNF_toMono___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__19; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_isTrivialConstructorApp_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_toMono___elambda__1___closed__1; lean_object* l_Lean_Compiler_LCNF_toMonoType(lean_object*, lean_object*, lean_object*, lean_object*); @@ -120,10 +118,12 @@ static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__13; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_toMono_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__7; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15; lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__8; static size_t l_Lean_Compiler_LCNF_toMono___elambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -134,15 +134,13 @@ lean_object* l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(lean_object*, lean_obj static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__13; lean_object* l_Array_ofSubarray___rarg(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltImp(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__12; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__14; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__15; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466_(lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_toMono___elambda__1___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -158,10 +156,12 @@ lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_toMono___elambda__1___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_Compiler_LCNF_Code_toMono___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__3; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ctorAppToMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__6; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__9; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472_(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16; static lean_object* _init_l_Lean_Compiler_LCNF_ToMonoM_State_typeParams___default() { _start: { @@ -6166,7 +6166,7 @@ lean_dec(x_1); return x_12; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1() { _start: { lean_object* x_1; @@ -6174,17 +6174,17 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; x_2 = l_Lean_Compiler_LCNF_toMono___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3() { _start: { lean_object* x_1; @@ -6192,27 +6192,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6() { _start: { lean_object* x_1; @@ -6220,17 +6220,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8() { _start: { lean_object* x_1; @@ -6238,17 +6238,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10() { _start: { lean_object* x_1; @@ -6256,47 +6256,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__13; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15() { _start: { lean_object* x_1; @@ -6304,17 +6304,17 @@ x_1 = lean_mk_string_from_bytes("ToMono", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17() { _start: { lean_object* x_1; @@ -6322,33 +6322,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__18; -x_2 = lean_unsigned_to_nat(2466u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18; +x_2 = lean_unsigned_to_nat(2472u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -6449,45 +6449,45 @@ l_Lean_Compiler_LCNF_toMono___closed__4 = _init_l_Lean_Compiler_LCNF_toMono___cl lean_mark_persistent(l_Lean_Compiler_LCNF_toMono___closed__4); l_Lean_Compiler_LCNF_toMono = _init_l_Lean_Compiler_LCNF_toMono(); lean_mark_persistent(l_Lean_Compiler_LCNF_toMono); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2466_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472_(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/LCNF/Types.c b/stage0/stdlib/Lean/Compiler/LCNF/Types.c index 50be6b6dbaf0..83916f1d0510 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Types.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Types.c @@ -2390,107 +2390,127 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_joinTypes_x3f(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_isErased(x_1); +uint8_t x_3; uint8_t x_77; +x_77 = l_Lean_Expr_isErased(x_1); +if (x_77 == 0) +{ +uint8_t x_78; +x_78 = l_Lean_Expr_isErased(x_2); +x_3 = x_78; +goto block_76; +} +else +{ +uint8_t x_79; +x_79 = 1; +x_3 = x_79; +goto block_76; +} +block_76: +{ if (x_3 == 0) { uint8_t x_4; -x_4 = l_Lean_Expr_isErased(x_2); +x_4 = lean_expr_eqv(x_1, x_2); if (x_4 == 0) { -uint8_t x_5; -x_5 = lean_expr_eqv(x_1, x_2); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; +lean_object* x_5; lean_object* x_6; uint8_t x_7; uint8_t x_69; lean_inc(x_1); -x_6 = l_Lean_Expr_headBeta(x_1); +x_5 = l_Lean_Expr_headBeta(x_1); lean_inc(x_2); -x_7 = l_Lean_Expr_headBeta(x_2); -x_8 = lean_expr_eqv(x_1, x_6); -if (x_8 == 0) +x_6 = l_Lean_Expr_headBeta(x_2); +x_69 = lean_expr_eqv(x_1, x_5); +if (x_69 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_6; -x_2 = x_7; -goto _start; +uint8_t x_70; +x_70 = 1; +x_7 = x_70; +goto block_68; } else { -uint8_t x_10; -x_10 = lean_expr_eqv(x_2, x_7); -if (x_10 == 0) +uint8_t x_71; +x_71 = lean_expr_eqv(x_2, x_6); +if (x_71 == 0) { -lean_dec(x_2); -lean_dec(x_1); -x_1 = x_6; -x_2 = x_7; -goto _start; +uint8_t x_72; +x_72 = 1; +x_7 = x_72; +goto block_68; } else { -lean_dec(x_7); +uint8_t x_73; +x_73 = 0; +x_7 = x_73; +goto block_68; +} +} +block_68: +{ +if (x_7 == 0) +{ lean_dec(x_6); +lean_dec(x_5); switch (lean_obj_tag(x_1)) { case 5: { switch (lean_obj_tag(x_2)) { case 5: { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_12 = lean_ctor_get(x_1, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_1, 1); -lean_inc(x_13); +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; +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_14 = lean_ctor_get(x_2, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_2, 1); -lean_inc(x_15); +x_10 = lean_ctor_get(x_2, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_2, 1); +lean_inc(x_11); lean_dec(x_2); -x_16 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_12, x_14); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -lean_dec(x_16); -x_18 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_13, x_15); -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) +x_12 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_8, x_10); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +lean_dec(x_12); +x_14 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_9, x_11); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_18, 0); -x_21 = l_Lean_Expr_app___override(x_17, x_20); -lean_ctor_set(x_18, 0, x_21); -return x_18; +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_14, 0); +x_17 = l_Lean_Expr_app___override(x_13, x_16); +lean_ctor_set(x_14, 0, x_17); +return x_14; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_18, 0); -lean_inc(x_22); -lean_dec(x_18); -x_23 = l_Lean_Expr_app___override(x_17, x_22); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_23); -return x_24; +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_14, 0); +lean_inc(x_18); +lean_dec(x_14); +x_19 = l_Lean_Expr_app___override(x_13, x_18); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; } } case 10: { -lean_object* x_25; -x_25 = lean_ctor_get(x_2, 1); -lean_inc(x_25); +lean_object* x_21; +x_21 = lean_ctor_get(x_2, 1); +lean_inc(x_21); lean_dec(x_2); -x_2 = x_25; +x_2 = x_21; goto _start; } default: { -lean_object* x_27; +lean_object* x_23; lean_dec(x_2); lean_dec(x_1); -x_27 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; -return x_27; +x_23 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; +return x_23; } } } @@ -2499,61 +2519,61 @@ case 6: switch (lean_obj_tag(x_2)) { case 6: { -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_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 = lean_ctor_get(x_1, 2); -lean_inc(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; uint8_t x_30; +x_24 = lean_ctor_get(x_1, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_1, 1); +lean_inc(x_25); +x_26 = lean_ctor_get(x_1, 2); +lean_inc(x_26); lean_dec(x_1); -x_31 = lean_ctor_get(x_2, 1); -lean_inc(x_31); -x_32 = lean_ctor_get(x_2, 2); -lean_inc(x_32); +x_27 = lean_ctor_get(x_2, 1); +lean_inc(x_27); +x_28 = lean_ctor_get(x_2, 2); +lean_inc(x_28); lean_dec(x_2); -x_33 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_29, x_31); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) +x_29 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_25, x_27); +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) { -lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; -x_35 = lean_ctor_get(x_33, 0); -x_36 = l_Lean_Compiler_LCNF_joinTypes(x_30, x_32); -x_37 = 0; -x_38 = l_Lean_Expr_lam___override(x_28, x_35, x_36, x_37); -lean_ctor_set(x_33, 0, x_38); -return x_33; +lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_29, 0); +x_32 = l_Lean_Compiler_LCNF_joinTypes(x_26, x_28); +x_33 = 0; +x_34 = l_Lean_Expr_lam___override(x_24, x_31, x_32, x_33); +lean_ctor_set(x_29, 0, x_34); +return x_29; } else { -lean_object* x_39; lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; -x_39 = lean_ctor_get(x_33, 0); -lean_inc(x_39); -lean_dec(x_33); -x_40 = l_Lean_Compiler_LCNF_joinTypes(x_30, x_32); -x_41 = 0; -x_42 = l_Lean_Expr_lam___override(x_28, x_39, x_40, x_41); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_42); -return x_43; +lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_35 = lean_ctor_get(x_29, 0); +lean_inc(x_35); +lean_dec(x_29); +x_36 = l_Lean_Compiler_LCNF_joinTypes(x_26, x_28); +x_37 = 0; +x_38 = l_Lean_Expr_lam___override(x_24, x_35, x_36, x_37); +x_39 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_39, 0, x_38); +return x_39; } } case 10: { -lean_object* x_44; -x_44 = lean_ctor_get(x_2, 1); -lean_inc(x_44); +lean_object* x_40; +x_40 = lean_ctor_get(x_2, 1); +lean_inc(x_40); lean_dec(x_2); -x_2 = x_44; +x_2 = x_40; goto _start; } default: { -lean_object* x_46; +lean_object* x_42; lean_dec(x_2); lean_dec(x_1); -x_46 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; -return x_46; +x_42 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; +return x_42; } } } @@ -2562,122 +2582,122 @@ case 7: switch (lean_obj_tag(x_2)) { case 7: { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_47 = lean_ctor_get(x_1, 0); -lean_inc(x_47); -x_48 = lean_ctor_get(x_1, 1); -lean_inc(x_48); -x_49 = lean_ctor_get(x_1, 2); -lean_inc(x_49); +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; +x_43 = lean_ctor_get(x_1, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_1, 1); +lean_inc(x_44); +x_45 = lean_ctor_get(x_1, 2); +lean_inc(x_45); lean_dec(x_1); -x_50 = lean_ctor_get(x_2, 1); -lean_inc(x_50); -x_51 = lean_ctor_get(x_2, 2); -lean_inc(x_51); +x_46 = lean_ctor_get(x_2, 1); +lean_inc(x_46); +x_47 = lean_ctor_get(x_2, 2); +lean_inc(x_47); lean_dec(x_2); -x_52 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_48, x_50); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) -{ -lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; -x_54 = lean_ctor_get(x_52, 0); -x_55 = l_Lean_Compiler_LCNF_joinTypes(x_49, x_51); -x_56 = 0; -x_57 = l_Lean_Expr_forallE___override(x_47, x_54, x_55, x_56); -lean_ctor_set(x_52, 0, x_57); -return x_52; +x_48 = l_Lean_Compiler_LCNF_joinTypes_x3f(x_44, x_46); +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; uint8_t x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_48, 0); +x_51 = l_Lean_Compiler_LCNF_joinTypes(x_45, x_47); +x_52 = 0; +x_53 = l_Lean_Expr_forallE___override(x_43, x_50, x_51, x_52); +lean_ctor_set(x_48, 0, x_53); +return x_48; } else { -lean_object* x_58; lean_object* x_59; uint8_t x_60; lean_object* x_61; lean_object* x_62; -x_58 = lean_ctor_get(x_52, 0); -lean_inc(x_58); -lean_dec(x_52); -x_59 = l_Lean_Compiler_LCNF_joinTypes(x_49, x_51); -x_60 = 0; -x_61 = l_Lean_Expr_forallE___override(x_47, x_58, x_59, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -return x_62; +lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; +x_54 = lean_ctor_get(x_48, 0); +lean_inc(x_54); +lean_dec(x_48); +x_55 = l_Lean_Compiler_LCNF_joinTypes(x_45, x_47); +x_56 = 0; +x_57 = l_Lean_Expr_forallE___override(x_43, x_54, x_55, x_56); +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_57); +return x_58; } } case 10: { -lean_object* x_63; -x_63 = lean_ctor_get(x_2, 1); -lean_inc(x_63); +lean_object* x_59; +x_59 = lean_ctor_get(x_2, 1); +lean_inc(x_59); lean_dec(x_2); -x_2 = x_63; +x_2 = x_59; goto _start; } default: { -lean_object* x_65; +lean_object* x_61; lean_dec(x_2); lean_dec(x_1); -x_65 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; -return x_65; +x_61 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; +return x_61; } } } case 10: { -lean_object* x_66; -x_66 = lean_ctor_get(x_1, 1); -lean_inc(x_66); +lean_object* x_62; +x_62 = lean_ctor_get(x_1, 1); +lean_inc(x_62); lean_dec(x_1); -x_1 = x_66; +x_1 = x_62; goto _start; } default: { if (lean_obj_tag(x_2) == 10) { -lean_object* x_68; -x_68 = lean_ctor_get(x_2, 1); -lean_inc(x_68); +lean_object* x_64; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); lean_dec(x_2); -x_2 = x_68; +x_2 = x_64; goto _start; } else { -lean_object* x_70; +lean_object* x_66; lean_dec(x_2); lean_dec(x_1); -x_70 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; -return x_70; -} -} +x_66 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; +return x_66; } } } } else { -lean_object* x_71; lean_dec(x_2); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_1); -return x_71; +lean_dec(x_1); +x_1 = x_5; +x_2 = x_6; +goto _start; +} } } else { -lean_object* x_72; +lean_object* x_74; lean_dec(x_2); -lean_dec(x_1); -x_72 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; -return x_72; +x_74 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_74, 0, x_1); +return x_74; } } else { -lean_object* x_73; +lean_object* x_75; lean_dec(x_2); lean_dec(x_1); -x_73 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; -return x_73; +x_75 = l_Lean_Compiler_LCNF_joinTypes_x3f___closed__1; +return x_75; +} } } } diff --git a/stage0/stdlib/Lean/Compiler/NameMangling.c b/stage0/stdlib/Lean/Compiler/NameMangling.c index 4ed43581010f..208bcfbf1975 100644 --- a/stage0/stdlib/Lean/Compiler/NameMangling.c +++ b/stage0/stdlib/Lean/Compiler/NameMangling.c @@ -134,142 +134,144 @@ x_4 = lean_unsigned_to_nat(0u); x_5 = lean_nat_dec_eq(x_1, x_4); if (x_5 == 0) { -lean_object* x_6; lean_object* x_7; uint32_t x_8; uint8_t x_9; +lean_object* x_6; lean_object* x_7; uint32_t x_8; uint8_t x_9; uint8_t x_67; x_6 = lean_unsigned_to_nat(1u); x_7 = lean_nat_sub(x_1, x_6); lean_dec(x_1); x_8 = l_String_Iterator_curr(x_2); -x_9 = l_Char_isAlpha(x_8); -if (x_9 == 0) +x_67 = l_Char_isAlpha(x_8); +if (x_67 == 0) { -uint8_t x_10; -x_10 = l_Char_isDigit(x_8); -if (x_10 == 0) -{ -uint32_t x_11; uint8_t x_12; -x_11 = 95; -x_12 = lean_uint32_dec_eq(x_8, x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_uint32_to_nat(x_8); -x_14 = lean_unsigned_to_nat(256u); -x_15 = lean_nat_dec_lt(x_13, x_14); -if (x_15 == 0) -{ -lean_object* x_16; uint8_t x_17; -x_16 = lean_unsigned_to_nat(65536u); -x_17 = lean_nat_dec_lt(x_13, x_16); -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; lean_object* x_27; -x_18 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__1; -x_19 = lean_string_append(x_3, x_18); -x_20 = lean_unsigned_to_nat(16u); -x_21 = l_Nat_toDigits(x_20, x_13); -x_22 = l_List_lengthTRAux___rarg(x_21, x_4); -x_23 = lean_unsigned_to_nat(8u); -x_24 = lean_nat_sub(x_23, x_22); -lean_dec(x_22); -x_25 = l_Nat_repeatTR_loop___at___private_Lean_Compiler_NameMangling_0__String_mangleAux___spec__1(x_24, x_19); -x_26 = l_List_foldl___at___private_Lean_Compiler_NameMangling_0__String_mangleAux___spec__2(x_25, x_21); -x_27 = l_String_Iterator_next(x_2); -x_1 = x_7; -x_2 = x_27; -x_3 = x_26; -goto _start; +uint8_t x_68; +x_68 = l_Char_isDigit(x_8); +x_9 = x_68; +goto block_66; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint32_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint32_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint32_t x_42; lean_object* x_43; lean_object* x_44; uint32_t x_45; lean_object* x_46; lean_object* x_47; -x_29 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__2; -x_30 = lean_string_append(x_3, x_29); -x_31 = lean_unsigned_to_nat(4096u); -x_32 = lean_nat_div(x_13, x_31); -x_33 = l_Nat_digitChar(x_32); -lean_dec(x_32); -x_34 = lean_string_push(x_30, x_33); -x_35 = lean_nat_mod(x_13, x_31); -lean_dec(x_13); -x_36 = lean_nat_div(x_35, x_14); -x_37 = l_Nat_digitChar(x_36); -lean_dec(x_36); -x_38 = lean_string_push(x_34, x_37); -x_39 = lean_nat_mod(x_35, x_14); -lean_dec(x_35); -x_40 = lean_unsigned_to_nat(16u); -x_41 = lean_nat_div(x_39, x_40); -x_42 = l_Nat_digitChar(x_41); -lean_dec(x_41); -x_43 = lean_string_push(x_38, x_42); -x_44 = lean_nat_mod(x_39, x_40); -lean_dec(x_39); -x_45 = l_Nat_digitChar(x_44); -lean_dec(x_44); -x_46 = lean_string_push(x_43, x_45); -x_47 = l_String_Iterator_next(x_2); +uint8_t x_69; +x_69 = 1; +x_9 = x_69; +goto block_66; +} +block_66: +{ +if (x_9 == 0) +{ +uint32_t x_10; uint8_t x_11; +x_10 = 95; +x_11 = lean_uint32_dec_eq(x_8, x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_uint32_to_nat(x_8); +x_13 = lean_unsigned_to_nat(256u); +x_14 = lean_nat_dec_lt(x_12, x_13); +if (x_14 == 0) +{ +lean_object* x_15; uint8_t x_16; +x_15 = lean_unsigned_to_nat(65536u); +x_16 = lean_nat_dec_lt(x_12, x_15); +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; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_17 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__1; +x_18 = lean_string_append(x_3, x_17); +x_19 = lean_unsigned_to_nat(16u); +x_20 = l_Nat_toDigits(x_19, x_12); +x_21 = l_List_lengthTRAux___rarg(x_20, x_4); +x_22 = lean_unsigned_to_nat(8u); +x_23 = lean_nat_sub(x_22, x_21); +lean_dec(x_21); +x_24 = l_Nat_repeatTR_loop___at___private_Lean_Compiler_NameMangling_0__String_mangleAux___spec__1(x_23, x_18); +x_25 = l_List_foldl___at___private_Lean_Compiler_NameMangling_0__String_mangleAux___spec__2(x_24, x_20); +x_26 = l_String_Iterator_next(x_2); x_1 = x_7; -x_2 = x_47; -x_3 = x_46; +x_2 = x_26; +x_3 = x_25; goto _start; } -} else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint32_t x_53; lean_object* x_54; lean_object* x_55; uint32_t x_56; lean_object* x_57; lean_object* x_58; -x_49 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__3; -x_50 = lean_string_append(x_3, x_49); -x_51 = lean_unsigned_to_nat(16u); -x_52 = lean_nat_div(x_13, x_51); -x_53 = l_Nat_digitChar(x_52); -lean_dec(x_52); -x_54 = lean_string_push(x_50, x_53); -x_55 = lean_nat_mod(x_13, x_51); -lean_dec(x_13); -x_56 = l_Nat_digitChar(x_55); -lean_dec(x_55); -x_57 = lean_string_push(x_54, x_56); -x_58 = l_String_Iterator_next(x_2); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint32_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint32_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint32_t x_41; lean_object* x_42; lean_object* x_43; uint32_t x_44; lean_object* x_45; lean_object* x_46; +x_28 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__2; +x_29 = lean_string_append(x_3, x_28); +x_30 = lean_unsigned_to_nat(4096u); +x_31 = lean_nat_div(x_12, x_30); +x_32 = l_Nat_digitChar(x_31); +lean_dec(x_31); +x_33 = lean_string_push(x_29, x_32); +x_34 = lean_nat_mod(x_12, x_30); +lean_dec(x_12); +x_35 = lean_nat_div(x_34, x_13); +x_36 = l_Nat_digitChar(x_35); +lean_dec(x_35); +x_37 = lean_string_push(x_33, x_36); +x_38 = lean_nat_mod(x_34, x_13); +lean_dec(x_34); +x_39 = lean_unsigned_to_nat(16u); +x_40 = lean_nat_div(x_38, x_39); +x_41 = l_Nat_digitChar(x_40); +lean_dec(x_40); +x_42 = lean_string_push(x_37, x_41); +x_43 = lean_nat_mod(x_38, x_39); +lean_dec(x_38); +x_44 = l_Nat_digitChar(x_43); +lean_dec(x_43); +x_45 = lean_string_push(x_42, x_44); +x_46 = l_String_Iterator_next(x_2); x_1 = x_7; -x_2 = x_58; -x_3 = x_57; +x_2 = x_46; +x_3 = x_45; goto _start; } } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = l_String_Iterator_next(x_2); -x_61 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__4; -x_62 = lean_string_append(x_3, x_61); +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; uint32_t x_52; lean_object* x_53; lean_object* x_54; uint32_t x_55; lean_object* x_56; lean_object* x_57; +x_48 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__3; +x_49 = lean_string_append(x_3, x_48); +x_50 = lean_unsigned_to_nat(16u); +x_51 = lean_nat_div(x_12, x_50); +x_52 = l_Nat_digitChar(x_51); +lean_dec(x_51); +x_53 = lean_string_push(x_49, x_52); +x_54 = lean_nat_mod(x_12, x_50); +lean_dec(x_12); +x_55 = l_Nat_digitChar(x_54); +lean_dec(x_54); +x_56 = lean_string_push(x_53, x_55); +x_57 = l_String_Iterator_next(x_2); x_1 = x_7; -x_2 = x_60; -x_3 = x_62; +x_2 = x_57; +x_3 = x_56; goto _start; } } else { -lean_object* x_64; lean_object* x_65; -x_64 = l_String_Iterator_next(x_2); -x_65 = lean_string_push(x_3, x_8); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = l_String_Iterator_next(x_2); +x_60 = l___private_Lean_Compiler_NameMangling_0__String_mangleAux___closed__4; +x_61 = lean_string_append(x_3, x_60); x_1 = x_7; -x_2 = x_64; -x_3 = x_65; +x_2 = x_59; +x_3 = x_61; goto _start; } } else { -lean_object* x_67; lean_object* x_68; -x_67 = l_String_Iterator_next(x_2); -x_68 = lean_string_push(x_3, x_8); +lean_object* x_63; lean_object* x_64; +x_63 = l_String_Iterator_next(x_2); +x_64 = lean_string_push(x_3, x_8); x_1 = x_7; -x_2 = x_67; -x_3 = x_68; +x_2 = x_63; +x_3 = x_64; goto _start; } } +} else { lean_dec(x_2); diff --git a/stage0/stdlib/Lean/CoreM.c b/stage0/stdlib/Lean/CoreM.c index 45442ee5f6c0..59460699a7d5 100644 --- a/stage0/stdlib/Lean/CoreM.c +++ b/stage0/stdlib/Lean/CoreM.c @@ -8637,45 +8637,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_addDecl___spec__6(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; uint8_t x_265; uint8_t x_266; -x_265 = 2; -x_266 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_265); -if (x_266 == 0) +uint8_t x_7; uint8_t x_267; uint8_t x_268; +x_267 = 2; +x_268 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_267); +if (x_268 == 0) { -lean_object* x_267; -x_267 = lean_box(0); -x_7 = x_267; -goto block_264; +uint8_t x_269; +x_269 = 0; +x_7 = x_269; +goto block_266; } else { -lean_object* x_268; uint8_t x_269; +lean_object* x_270; uint8_t x_271; lean_inc(x_2); -x_268 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_269 = lean_unbox(x_268); -lean_dec(x_268); -if (x_269 == 0) -{ -lean_object* x_270; -x_270 = lean_box(0); -x_7 = x_270; -goto block_264; +x_270 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_271 = lean_unbox(x_270); +lean_dec(x_270); +x_7 = x_271; +goto block_266; } -else +block_266: { -lean_object* x_271; lean_object* x_272; -lean_dec(x_2); -x_271 = lean_box(0); -x_272 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_272, 0, x_271); -lean_ctor_set(x_272, 1, x_6); -return x_272; -} -} -block_264: +if (x_7 == 0) { uint8_t x_8; lean_object* x_258; uint8_t x_259; uint8_t x_260; -lean_dec(x_7); x_258 = lean_ctor_get(x_4, 2); x_259 = 1; x_260 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_259); @@ -9515,6 +9501,17 @@ return x_256; } } } +else +{ +lean_object* x_264; lean_object* x_265; +lean_dec(x_2); +x_264 = lean_box(0); +x_265 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_6); +return x_265; +} +} } } LEAN_EXPORT lean_object* l_Lean_log___at_Lean_addDecl___spec__5(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { diff --git a/stage0/stdlib/Lean/Data/FuzzyMatching.c b/stage0/stdlib/Lean/Data/FuzzyMatching.c index 5ab25a4648aa..d246a9e0f2a7 100644 --- a/stage0/stdlib/Lean/Data/FuzzyMatching.c +++ b/stage0/stdlib/Lean/Data/FuzzyMatching.c @@ -820,25 +820,27 @@ return x_1; LEAN_EXPORT uint8_t l_Lean_FuzzyMatching_charRole(lean_object* x_1, uint8_t x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_13; lean_object* x_21; -x_21 = lean_box(x_2); -if (lean_obj_tag(x_21) == 2) +uint8_t x_4; uint8_t x_14; uint8_t x_20; lean_object* x_27; +x_27 = lean_box(x_2); +if (lean_obj_tag(x_27) == 2) { -uint8_t x_22; -x_22 = 2; -return x_22; +uint8_t x_28; +x_28 = 1; +x_20 = x_28; +goto block_26; } else { -lean_object* x_23; -lean_dec(x_21); -x_23 = lean_box(0); -x_13 = x_23; -goto block_20; +uint8_t x_29; +lean_dec(x_27); +x_29 = 0; +x_20 = x_29; +goto block_26; } -block_12: +block_13: +{ +if (x_4 == 0) { -lean_dec(x_4); if (lean_obj_tag(x_1) == 0) { uint8_t x_5; @@ -883,46 +885,80 @@ return x_11; } } } -block_20: -{ -lean_dec(x_13); -if (lean_obj_tag(x_1) == 0) +else { -uint8_t x_14; -x_14 = 0; -return x_14; +uint8_t x_12; +x_12 = 1; +return x_12; } -else +} +block_19: +{ +if (x_14 == 0) { lean_object* x_15; -x_15 = lean_ctor_get(x_1, 0); -if (lean_obj_tag(x_15) == 2) +x_15 = lean_box(x_2); +if (lean_obj_tag(x_15) == 0) { uint8_t x_16; -x_16 = 0; -return x_16; +x_16 = 1; +x_4 = x_16; +goto block_13; } else { -lean_object* x_17; -x_17 = lean_box(x_2); -if (lean_obj_tag(x_17) == 0) +uint8_t x_17; +lean_dec(x_15); +x_17 = 0; +x_4 = x_17; +goto block_13; +} +} +else { uint8_t x_18; -x_18 = 1; +x_18 = 0; return x_18; } +} +block_26: +{ +if (x_20 == 0) +{ +if (lean_obj_tag(x_1) == 0) +{ +uint8_t x_21; +x_21 = 1; +x_14 = x_21; +goto block_19; +} else { -lean_object* x_19; -lean_dec(x_17); -x_19 = lean_box(0); -x_4 = x_19; -goto block_12; +lean_object* x_22; +x_22 = lean_ctor_get(x_1, 0); +if (lean_obj_tag(x_22) == 2) +{ +uint8_t x_23; +x_23 = 1; +x_14 = x_23; +goto block_19; } +else +{ +uint8_t x_24; +x_24 = 0; +x_14 = x_24; +goto block_19; } } } +else +{ +uint8_t x_25; +x_25 = 2; +return x_25; +} +} } } LEAN_EXPORT lean_object* l_Lean_FuzzyMatching_charRole___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -950,7 +986,7 @@ x_8 = lean_unsigned_to_nat(0u); x_9 = lean_nat_dec_eq(x_2, x_8); if (x_9 == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint32_t x_14; lean_object* x_15; uint32_t x_16; uint32_t x_17; uint8_t x_18; uint8_t x_19; uint8_t x_20; lean_object* x_21; lean_object* x_40; lean_object* x_55; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint32_t x_14; lean_object* x_15; uint32_t x_16; uint32_t x_17; uint8_t x_18; uint8_t x_19; uint8_t x_20; uint8_t x_21; uint8_t x_45; uint8_t x_55; lean_object* x_65; x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_sub(x_2, x_10); lean_dec(x_2); @@ -965,32 +1001,27 @@ x_17 = lean_string_utf8_get(x_1, x_3); x_18 = l_Lean_FuzzyMatching_charType(x_16); x_19 = l_Lean_FuzzyMatching_charType(x_14); x_20 = l_Lean_FuzzyMatching_charType(x_17); -x_55 = lean_box(x_18); -if (lean_obj_tag(x_55) == 2) -{ -uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = 2; -x_57 = lean_box(x_56); -x_58 = lean_array_push(x_6, x_57); -x_59 = lean_nat_add(x_3, x_5); -lean_dec(x_3); -x_2 = x_11; -x_3 = x_59; -x_6 = x_58; -goto _start; +x_65 = lean_box(x_18); +if (lean_obj_tag(x_65) == 2) +{ +uint8_t x_66; +x_66 = 1; +x_55 = x_66; +goto block_64; } else { -lean_object* x_61; -lean_dec(x_55); -x_61 = lean_box(0); -x_40 = x_61; -goto block_54; +uint8_t x_67; +lean_dec(x_65); +x_67 = 0; +x_55 = x_67; +goto block_64; } -block_39: +block_44: +{ +if (x_21 == 0) { lean_object* x_22; -lean_dec(x_21); x_22 = lean_box(x_19); if (lean_obj_tag(x_22) == 1) { @@ -1039,51 +1070,91 @@ x_6 = x_36; goto _start; } } -block_54: +else { -lean_object* x_41; -lean_dec(x_40); -x_41 = lean_box(x_19); -if (lean_obj_tag(x_41) == 2) -{ -uint8_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_42 = 0; -x_43 = lean_box(x_42); -x_44 = lean_array_push(x_6, x_43); -x_45 = lean_nat_add(x_3, x_5); +uint8_t x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = 1; +x_40 = lean_box(x_39); +x_41 = lean_array_push(x_6, x_40); +x_42 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_11; -x_3 = x_45; -x_6 = x_44; +x_3 = x_42; +x_6 = x_41; goto _start; } +} +block_54: +{ +if (x_45 == 0) +{ +lean_object* x_46; +x_46 = lean_box(x_18); +if (lean_obj_tag(x_46) == 0) +{ +uint8_t x_47; +x_47 = 1; +x_21 = x_47; +goto block_44; +} else { -lean_object* x_47; -lean_dec(x_41); -x_47 = lean_box(x_18); -if (lean_obj_tag(x_47) == 0) +uint8_t x_48; +lean_dec(x_46); +x_48 = 0; +x_21 = x_48; +goto block_44; +} +} +else { -uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = 1; -x_49 = lean_box(x_48); -x_50 = lean_array_push(x_6, x_49); -x_51 = lean_nat_add(x_3, x_5); +uint8_t x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_49 = 0; +x_50 = lean_box(x_49); +x_51 = lean_array_push(x_6, x_50); +x_52 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_11; -x_3 = x_51; -x_6 = x_50; +x_3 = x_52; +x_6 = x_51; goto _start; } +} +block_64: +{ +if (x_55 == 0) +{ +lean_object* x_56; +x_56 = lean_box(x_19); +if (lean_obj_tag(x_56) == 2) +{ +uint8_t x_57; +x_57 = 1; +x_45 = x_57; +goto block_54; +} else { -lean_object* x_53; -lean_dec(x_47); -x_53 = lean_box(0); -x_21 = x_53; -goto block_39; +uint8_t x_58; +lean_dec(x_56); +x_58 = 0; +x_45 = x_58; +goto block_54; } } +else +{ +uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_59 = 2; +x_60 = lean_box(x_59); +x_61 = lean_array_push(x_6, x_60); +x_62 = lean_nat_add(x_3, x_5); +lean_dec(x_3); +x_2 = x_11; +x_3 = x_62; +x_6 = x_61; +goto _start; +} } } else @@ -1136,7 +1207,7 @@ x_4 = lean_unsigned_to_nat(1u); x_5 = lean_nat_dec_eq(x_3, x_4); if (x_5 == 0) { -lean_object* x_6; lean_object* x_7; uint32_t x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; uint32_t x_12; lean_object* x_13; uint32_t x_14; uint8_t x_15; uint8_t x_16; uint8_t x_17; lean_object* x_47; +lean_object* x_6; lean_object* x_7; uint32_t x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; uint32_t x_12; lean_object* x_13; uint32_t x_14; uint8_t x_15; uint8_t x_16; uint8_t x_17; uint8_t x_53; lean_object* x_57; x_6 = lean_mk_empty_array_with_capacity(x_3); x_7 = lean_unsigned_to_nat(0u); x_8 = lean_string_utf8_get(x_1, x_7); @@ -1150,51 +1221,51 @@ x_14 = lean_string_utf8_get(x_1, x_13); lean_dec(x_13); x_15 = l_Lean_FuzzyMatching_charType(x_14); x_16 = l_Lean_FuzzyMatching_charType(x_12); -x_47 = lean_box(x_9); -if (lean_obj_tag(x_47) == 2) +x_57 = lean_box(x_9); +if (lean_obj_tag(x_57) == 2) { -uint8_t x_48; -x_48 = 2; -x_17 = x_48; -goto block_46; +uint8_t x_58; +x_58 = 1; +x_53 = x_58; +goto block_56; } else { -uint8_t x_49; -lean_dec(x_47); -x_49 = 0; -x_17 = x_49; -goto block_46; +uint8_t x_59; +lean_dec(x_57); +x_59 = 0; +x_53 = x_59; +goto block_56; } -block_46: +block_52: { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_30; lean_object* x_41; +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_33; uint8_t x_41; lean_object* x_49; x_18 = lean_box(x_17); x_19 = lean_array_push(x_6, x_18); lean_inc(x_3); x_20 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__2(x_1, x_3, x_10, x_3, x_4, x_19); lean_dec(x_3); -x_41 = lean_box(x_15); -if (lean_obj_tag(x_41) == 2) +x_49 = lean_box(x_15); +if (lean_obj_tag(x_49) == 2) { -uint8_t x_42; lean_object* x_43; lean_object* x_44; -x_42 = 2; -x_43 = lean_box(x_42); -x_44 = lean_array_push(x_20, x_43); -return x_44; +uint8_t x_50; +x_50 = 1; +x_41 = x_50; +goto block_48; } else { -lean_object* x_45; -lean_dec(x_41); -x_45 = lean_box(0); -x_30 = x_45; -goto block_40; +uint8_t x_51; +lean_dec(x_49); +x_51 = 0; +x_41 = x_51; +goto block_48; } -block_29: +block_32: +{ +if (x_21 == 0) { lean_object* x_22; -lean_dec(x_21); x_22 = lean_box(x_16); if (lean_obj_tag(x_22) == 1) { @@ -1214,72 +1285,141 @@ x_28 = lean_array_push(x_20, x_27); return x_28; } } +else +{ +uint8_t x_29; lean_object* x_30; lean_object* x_31; +x_29 = 1; +x_30 = lean_box(x_29); +x_31 = lean_array_push(x_20, x_30); +return x_31; +} +} block_40: { -lean_object* x_31; -lean_dec(x_30); -x_31 = lean_box(x_16); -if (lean_obj_tag(x_31) == 2) +if (x_33 == 0) { -uint8_t x_32; lean_object* x_33; lean_object* x_34; -x_32 = 0; -x_33 = lean_box(x_32); -x_34 = lean_array_push(x_20, x_33); -return x_34; +lean_object* x_34; +x_34 = lean_box(x_15); +if (lean_obj_tag(x_34) == 0) +{ +uint8_t x_35; +x_35 = 1; +x_21 = x_35; +goto block_32; } else { -lean_object* x_35; -lean_dec(x_31); -x_35 = lean_box(x_15); -if (lean_obj_tag(x_35) == 0) +uint8_t x_36; +lean_dec(x_34); +x_36 = 0; +x_21 = x_36; +goto block_32; +} +} +else +{ +uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_37 = 0; +x_38 = lean_box(x_37); +x_39 = lean_array_push(x_20, x_38); +return x_39; +} +} +block_48: +{ +if (x_41 == 0) { -uint8_t x_36; lean_object* x_37; lean_object* x_38; -x_36 = 1; -x_37 = lean_box(x_36); -x_38 = lean_array_push(x_20, x_37); -return x_38; +lean_object* x_42; +x_42 = lean_box(x_16); +if (lean_obj_tag(x_42) == 2) +{ +uint8_t x_43; +x_43 = 1; +x_33 = x_43; +goto block_40; } else { -lean_object* x_39; -lean_dec(x_35); -x_39 = lean_box(0); -x_21 = x_39; -goto block_29; +uint8_t x_44; +lean_dec(x_42); +x_44 = 0; +x_33 = x_44; +goto block_40; +} } +else +{ +uint8_t x_45; lean_object* x_46; lean_object* x_47; +x_45 = 2; +x_46 = lean_box(x_45); +x_47 = lean_array_push(x_20, x_46); +return x_47; } } } +block_56: +{ +if (x_53 == 0) +{ +uint8_t x_54; +x_54 = 0; +x_17 = x_54; +goto block_52; } else { -lean_object* x_50; uint32_t x_51; uint8_t x_52; lean_object* x_53; +uint8_t x_55; +x_55 = 2; +x_17 = x_55; +goto block_52; +} +} +} +else +{ +lean_object* x_60; uint32_t x_61; uint8_t x_62; uint8_t x_63; lean_object* x_67; lean_dec(x_3); -x_50 = lean_unsigned_to_nat(0u); -x_51 = lean_string_utf8_get(x_1, x_50); -x_52 = l_Lean_FuzzyMatching_charType(x_51); -x_53 = lean_box(x_52); -if (lean_obj_tag(x_53) == 2) +x_60 = lean_unsigned_to_nat(0u); +x_61 = lean_string_utf8_get(x_1, x_60); +x_62 = l_Lean_FuzzyMatching_charType(x_61); +x_67 = lean_box(x_62); +if (lean_obj_tag(x_67) == 2) { -lean_object* x_54; -x_54 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1___closed__2; -return x_54; +uint8_t x_68; +x_68 = 1; +x_63 = x_68; +goto block_66; } else { -lean_object* x_55; -lean_dec(x_53); -x_55 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1___closed__1; -return x_55; +uint8_t x_69; +lean_dec(x_67); +x_69 = 0; +x_63 = x_69; +goto block_66; +} +block_66: +{ +if (x_63 == 0) +{ +lean_object* x_64; +x_64 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1___closed__1; +return x_64; +} +else +{ +lean_object* x_65; +x_65 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_stringInfo___spec__1___closed__2; +return x_65; +} } } } else { -lean_object* x_56; -x_56 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___rarg___closed__2; -return x_56; +lean_object* x_70; +x_70 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_iterateLookaround___rarg___closed__2; +return x_70; } } } @@ -1901,61 +2041,72 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult(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) { _start: { -uint32_t x_8; uint32_t x_9; uint8_t x_10; -x_8 = lean_string_utf8_get(x_1, x_3); -x_9 = lean_string_utf8_get(x_2, x_4); -x_10 = lean_uint32_dec_eq(x_8, x_9); -if (x_10 == 0) +uint8_t x_8; uint32_t x_16; uint32_t x_17; uint8_t x_18; +x_16 = lean_string_utf8_get(x_1, x_3); +x_17 = lean_string_utf8_get(x_2, x_4); +x_18 = lean_uint32_dec_eq(x_16, x_17); +if (x_18 == 0) { -lean_object* x_11; -x_11 = lean_box(x_5); -if (lean_obj_tag(x_11) == 0) +lean_object* x_19; +x_19 = lean_box(x_5); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_12; -x_12 = lean_box(x_6); -if (lean_obj_tag(x_12) == 0) +lean_object* x_20; +x_20 = lean_box(x_6); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; -x_14 = lean_box(0); -x_15 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_13, x_14); -lean_dec(x_3); -lean_dec(x_7); -return x_15; +uint8_t x_21; +x_21 = 1; +x_8 = x_21; +goto block_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -lean_dec(x_12); -x_16 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; -x_17 = lean_box(0); -x_18 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_16, x_17); -lean_dec(x_3); -lean_dec(x_7); -return x_18; +uint8_t x_22; +lean_dec(x_20); +x_22 = 0; +x_8 = x_22; +goto block_15; } } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_11); -x_19 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; -x_20 = lean_box(0); -x_21 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_19, x_20); +uint8_t x_23; +lean_dec(x_19); +x_23 = 0; +x_8 = x_23; +goto block_15; +} +} +else +{ +uint8_t x_24; +x_24 = 1; +x_8 = x_24; +goto block_15; +} +block_15: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; +x_10 = lean_box(0); +x_11 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_9, x_10); lean_dec(x_3); lean_dec(x_7); -return x_21; -} +return x_11; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; -x_23 = lean_box(0); -x_24 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_22, x_23); +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___closed__1; +x_13 = lean_box(0); +x_14 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_matchResult___lambda__4(x_7, x_4, x_2, x_1, x_3, x_12, x_13); lean_dec(x_3); lean_dec(x_7); -return x_24; +return x_14; +} } } } @@ -2054,88 +2205,80 @@ x_9 = lean_unsigned_to_nat(0u); x_10 = lean_nat_dec_eq(x_3, x_9); 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_object* x_18; uint8_t x_19; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_11 = lean_unsigned_to_nat(1u); x_12 = lean_nat_sub(x_3, x_11); lean_dec(x_3); -x_13 = lean_ctor_get(x_7, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_7, 1); -lean_inc(x_14); -lean_dec(x_7); -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_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +x_18 = lean_ctor_get(x_7, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_nat_dec_eq(x_4, x_9); -if (x_19 == 0) +x_19 = lean_ctor_get(x_7, 1); +lean_inc(x_19); +lean_dec(x_7); +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_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_nat_dec_eq(x_4, x_9); +if (x_24 == 0) { -uint8_t x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; -x_20 = l_Lean_FuzzyMatching_instInhabitedCharRole; -x_21 = lean_box(x_20); -x_22 = lean_array_get(x_21, x_1, x_4); -x_23 = lean_unbox(x_22); -lean_dec(x_22); -x_24 = lean_box(x_23); -if (lean_obj_tag(x_24) == 2) +uint8_t x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; +x_25 = l_Lean_FuzzyMatching_instInhabitedCharRole; +x_26 = lean_box(x_25); +x_27 = lean_array_get(x_26, x_1, x_4); +x_28 = lean_unbox(x_27); +lean_dec(x_27); +x_29 = lean_box(x_28); +if (lean_obj_tag(x_29) == 2) { -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_dec(x_17); -lean_dec(x_13); -x_25 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; -x_26 = lean_int_add(x_15, x_25); -lean_dec(x_15); -x_27 = lean_box(0); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +lean_dec(x_22); +lean_dec(x_18); +x_30 = l___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore_skipPenalty___lambda__2___closed__2; +x_31 = lean_int_add(x_20, x_30); +lean_dec(x_20); +x_32 = lean_box(0); lean_inc(x_4); -x_28 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1(x_1, x_4, x_4, x_26, x_2, x_18, x_27); -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -lean_dec(x_28); -x_30 = lean_nat_add(x_4, x_6); -lean_dec(x_4); -x_3 = x_12; -x_4 = x_30; -x_7 = x_29; -goto _start; +x_33 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1(x_1, x_4, x_4, x_31, x_2, x_23, x_32); +x_13 = x_33; +goto block_17; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_24); -x_32 = lean_box(0); -x_33 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1(x_1, x_4, x_13, x_15, x_17, x_18, x_32); -lean_dec(x_17); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -lean_dec(x_33); -x_35 = lean_nat_add(x_4, x_6); -lean_dec(x_4); -x_3 = x_12; -x_4 = x_35; -x_7 = x_34; -goto _start; +lean_object* x_34; lean_object* x_35; +lean_dec(x_29); +x_34 = lean_box(0); +x_35 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1(x_1, x_4, x_18, x_20, x_22, x_23, x_34); +lean_dec(x_22); +x_13 = x_35; +goto block_17; } } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_37 = lean_box(0); -x_38 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1(x_1, x_4, x_13, x_15, x_17, x_18, x_37); -lean_dec(x_17); -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -lean_dec(x_38); -x_40 = lean_nat_add(x_4, x_6); +lean_object* x_36; lean_object* x_37; +x_36 = lean_box(0); +x_37 = l_Std_Range_forIn_loop___at___private_Lean_Data_FuzzyMatching_0__Lean_FuzzyMatching_fuzzyMatchCore___spec__1___lambda__1(x_1, x_4, x_18, x_20, x_22, x_23, x_36); +lean_dec(x_22); +x_13 = x_37; +goto block_17; +} +block_17: +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_nat_add(x_4, x_6); lean_dec(x_4); x_3 = x_12; -x_4 = x_40; -x_7 = x_39; +x_4 = x_15; +x_7 = x_14; goto _start; } } diff --git a/stage0/stdlib/Lean/Data/Json/Basic.c b/stage0/stdlib/Lean/Data/Json/Basic.c index 9b835579d65f..831156482a2b 100644 --- a/stage0/stdlib/Lean/Data/Json/Basic.c +++ b/stage0/stdlib/Lean/Data/Json/Basic.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -lean_object* l_Std_Range_instForInRangeNat___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l_Lean_JsonNumber_fromFloat_x3f___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Data_Json_Basic_0__Lean_Json_beq_x27___boxed(lean_object*, lean_object*); @@ -24,7 +23,6 @@ LEAN_EXPORT lean_object* l_Lean_Json_getObj_x3f(lean_object*); uint8_t lean_float_isinf(double); static lean_object* l_Lean_JsonNumber_normalize___closed__3; LEAN_EXPORT lean_object* l_Lean_Json_getArrVal_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Json_isNull(lean_object*); static lean_object* l_Lean_JsonNumber_fromFloat_x3f___closed__2; uint32_t lean_string_utf8_get(lean_object*, lean_object*); @@ -33,13 +31,11 @@ LEAN_EXPORT lean_object* l_Lean_instDecidableEqJsonNumber___boxed(lean_object*, LEAN_EXPORT uint8_t l_Array_isEqvAux___at___private_Lean_Data_Json_Basic_0__Lean_Json_beq_x27___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Data_Json_Basic_0__Lean_Json_beq_x27___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_JsonNumber_toString(lean_object*); -extern lean_object* l_Nat_instDivNat; LEAN_EXPORT double l_Lean_JsonNumber_toFloat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getStr_x3f___boxed(lean_object*); static lean_object* l_Lean_JsonNumber_instReprJsonNumber___closed__6; static lean_object* l_Lean_JsonNumber_toString___closed__3; -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_JsonNumber_fromFloat_x3f___boxed(lean_object*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_JsonNumber_fromFloat_x3f(double); @@ -72,9 +68,7 @@ LEAN_EXPORT uint8_t l___private_Lean_Data_Json_Basic_0__Lean_Json_beq_x27(lean_o lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjVal_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getBool_x3f(lean_object*); -extern lean_object* l_Nat_instModNat; LEAN_EXPORT lean_object* l_Lean_JsonNumber_instOfScientificJsonNumber___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_JsonNumber_normalize___lambda__2___closed__1; static lean_object* l_Lean_JsonNumber_fromFloat_x3f___closed__6; LEAN_EXPORT lean_object* l_Lean_Json_instCoeNatJson(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getStr_x3f(lean_object*); @@ -89,7 +83,6 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getArr_x3f___boxed(lean_object*); static double l_Lean_JsonNumber_toFloat___closed__2; LEAN_EXPORT lean_object* l_Lean_JsonNumber_shiftl___boxed(lean_object*, lean_object*); -extern lean_object* l_Int_instNegInt; lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Lean_JsonNumber_toString___closed__4; @@ -102,7 +95,7 @@ lean_object* l_Int_pow(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getInt_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_JsonNumber_instReprJsonNumber___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_instBEqJson; -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_JsonNumber_normalize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Json_Basic_0__Lean_decEqJsonNumber____x40_Lean_Data_Json_Basic___hyg_22____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Json_setObjVal_x21___closed__1; static lean_object* l_Lean_Json_getNat_x3f___closed__2; @@ -155,6 +148,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Data_Json_Basic_0__Lean_Json_beq_x27___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getArrVal_x3f___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +lean_object* lean_nat_mod(lean_object*, lean_object*); lean_object* lean_float_to_string(double); uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); static lean_object* l_Lean_JsonNumber_toString___closed__6; @@ -183,10 +177,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Json_Basic_0__Lean_JsonNumber_fro static lean_object* l_Lean_JsonNumber_normalize___closed__2; static lean_object* l_Lean_JsonNumber_fromFloat_x3f___closed__4; static lean_object* l_Lean_Json_getObjVal_x3f___closed__1; -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_JsonNumber_instCoeNatJsonNumber___closed__1; static double l_Lean_JsonNumber_fromFloat_x3f___closed__3; -extern lean_object* l_Id_instMonadId; static lean_object* l_Lean_JsonNumber_normalize___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_mergeObj(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_JsonNumber_instOrdJsonNumber___boxed(lean_object*, lean_object*); @@ -195,11 +187,9 @@ LEAN_EXPORT uint8_t l_Lean_JsonNumber_lt(lean_object*, lean_object*); lean_object* lean_int_add(lean_object*, lean_object*); static double l_Lean_JsonNumber_fromFloat_x3f___closed__1; static lean_object* l_Lean_JsonNumber_normalize___closed__4; -static lean_object* l_Lean_JsonNumber_lt___closed__1; uint8_t lean_int_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_JsonNumber_instToStringJsonNumber___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Lean_JsonNumber_toString___spec__1(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Json_setObjVal_x21___closed__3; @@ -210,6 +200,7 @@ LEAN_EXPORT lean_object* l_Lean_JsonNumber_instNegJsonNumber(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getNat_x3f___boxed(lean_object*); static lean_object* l_Lean_JsonNumber_fromFloat_x3f___closed__5; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_JsonNumber_normalize___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); uint8_t lean_string_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Json_mkObj___spec__1(lean_object*, lean_object*, lean_object*); @@ -220,7 +211,6 @@ LEAN_EXPORT lean_object* l_Lean_Json_instCoeArrayJsonStructured(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValD___boxed(lean_object*, lean_object*); static lean_object* l_Lean_JsonNumber_toString___closed__1; LEAN_EXPORT uint8_t l_Lean_instDecidableEqJsonNumber(lean_object*, lean_object*); -extern lean_object* l_Int_instAddInt; lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getInt_x3f(lean_object*); static lean_object* l_Lean_Json_getArr_x3f___closed__2; @@ -376,94 +366,58 @@ x_3 = l___private_Lean_Data_Json_Basic_0__Lean_JsonNumber_countDigits_loop(x_1, return x_3; } } -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_JsonNumber_normalize___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_4; lean_object* x_5; -x_4 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_4, 0, x_1); -x_5 = lean_apply_2(x_2, lean_box(0), x_4); -return x_5; -} -} -static lean_object* _init_l_Lean_JsonNumber_normalize___lambda__2___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Id_instMonadId; -x_2 = lean_ctor_get(x_1, 0); -lean_inc(x_2); -x_3 = lean_ctor_get(x_2, 1); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_box(0); -x_5 = lean_apply_2(x_3, lean_box(0), x_4); -return x_5; -} -} -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +uint8_t x_6; +x_6 = lean_nat_dec_le(x_3, x_2); +if (x_6 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_4 = lean_unsigned_to_nat(10u); -x_5 = l_Nat_instModNat; -lean_inc(x_3); -x_6 = lean_apply_2(x_5, x_3, x_4); +lean_object* x_7; uint8_t x_8; x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_eq(x_6, x_7); -lean_dec(x_6); +x_8 = lean_nat_dec_eq(x_1, x_7); if (x_8 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_9 = lean_unsigned_to_nat(1u); +x_10 = lean_nat_sub(x_1, x_9); lean_dec(x_1); -x_9 = l_Id_instMonadId; -x_10 = lean_ctor_get(x_9, 0); -lean_inc(x_10); -x_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); +x_11 = lean_unsigned_to_nat(10u); +x_12 = lean_nat_mod(x_5, x_11); +x_13 = lean_nat_dec_eq(x_12, x_7); +lean_dec(x_12); +if (x_13 == 0) +{ lean_dec(x_10); -x_12 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_12, 0, x_3); -x_13 = lean_apply_2(x_11, lean_box(0), x_12); -return x_13; +lean_dec(x_2); +return x_5; } 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 = l_Nat_instDivNat; -x_15 = lean_apply_2(x_14, x_3, x_4); -x_16 = l_Id_instMonadId; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = lean_alloc_closure((void*)(l_Lean_JsonNumber_normalize___lambda__1___boxed), 3, 2); -lean_closure_set(x_19, 0, x_15); -lean_closure_set(x_19, 1, x_18); -x_20 = l_Lean_JsonNumber_normalize___lambda__2___closed__1; -x_21 = lean_apply_4(x_1, lean_box(0), lean_box(0), x_20, x_19); -return x_21; +lean_object* x_14; lean_object* x_15; +x_14 = lean_nat_div(x_5, x_11); +lean_dec(x_5); +x_15 = lean_nat_add(x_2, x_4); +lean_dec(x_2); +x_1 = x_10; +x_2 = x_15; +x_5 = x_14; +goto _start; } } +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_5; } -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +else { -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 = lean_nat_to_int(x_1); -x_6 = l_Int_instNegInt; -x_7 = lean_apply_1(x_6, x_5); -x_8 = lean_nat_to_int(x_2); -x_9 = l_Int_instAddInt; -x_10 = lean_apply_2(x_9, x_7, x_8); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_4); -lean_ctor_set(x_11, 1, x_10); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_3); -lean_ctor_set(x_12, 1, x_11); -return x_12; +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} } } static lean_object* _init_l_Lean_JsonNumber_normalize___closed__1() { @@ -487,11 +441,10 @@ return x_2; static lean_object* _init_l_Lean_JsonNumber_normalize___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; +lean_object* x_1; lean_object* x_2; x_1 = l_Lean_JsonNumber_normalize___closed__2; -x_2 = l_Int_instNegInt; -x_3 = lean_apply_1(x_2, x_1); -return x_3; +x_2 = lean_int_neg(x_1); +return x_2; } } static lean_object* _init_l_Lean_JsonNumber_normalize___closed__4() { @@ -531,84 +484,63 @@ x_4 = l_Lean_JsonNumber_normalize___closed__1; x_5 = lean_int_dec_eq(x_2, x_4); if (x_5 == 0) { -uint8_t 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_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_6 = lean_int_dec_lt(x_4, x_2); x_7 = lean_nat_abs(x_2); lean_dec(x_2); x_8 = lean_unsigned_to_nat(1u); lean_inc(x_7); x_9 = l___private_Lean_Data_Json_Basic_0__Lean_JsonNumber_countDigits_loop(x_7, x_8); -x_10 = l_Id_instMonadId; -x_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); -x_12 = lean_unsigned_to_nat(0u); +x_10 = lean_unsigned_to_nat(0u); lean_inc(x_9); -x_13 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_9); -lean_ctor_set(x_13, 2, x_8); -lean_inc(x_11); -x_14 = lean_alloc_closure((void*)(l_Lean_JsonNumber_normalize___lambda__2___boxed), 3, 1); -lean_closure_set(x_14, 0, x_11); -x_15 = l_Std_Range_instForInRangeNat___rarg(x_10, x_13, x_7, x_14); +x_11 = l_Std_Range_forIn_loop___at_Lean_JsonNumber_normalize___spec__1(x_9, x_10, x_9, x_8, x_7); +x_12 = lean_nat_to_int(x_3); +x_13 = lean_int_neg(x_12); +lean_dec(x_12); +x_14 = lean_nat_to_int(x_9); +x_15 = lean_int_add(x_13, x_14); +lean_dec(x_14); +lean_dec(x_13); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_11); +lean_ctor_set(x_16, 1, x_15); if (x_6 == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = l_Lean_JsonNumber_normalize___closed__3; -x_17 = lean_alloc_closure((void*)(l_Lean_JsonNumber_normalize___lambda__3), 4, 3); -lean_closure_set(x_17, 0, x_3); -lean_closure_set(x_17, 1, x_9); -lean_closure_set(x_17, 2, x_16); -x_18 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_15, x_17); +lean_object* x_17; lean_object* x_18; +x_17 = l_Lean_JsonNumber_normalize___closed__3; +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; lean_object* x_20; lean_object* x_21; +lean_object* x_19; lean_object* x_20; x_19 = l_Lean_JsonNumber_normalize___closed__2; -x_20 = lean_alloc_closure((void*)(l_Lean_JsonNumber_normalize___lambda__3), 4, 3); -lean_closure_set(x_20, 0, x_3); -lean_closure_set(x_20, 1, x_9); -lean_closure_set(x_20, 2, x_19); -x_21 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_15, x_20); -return x_21; +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_16); +return x_20; } } else { -lean_object* x_22; +lean_object* x_21; lean_dec(x_3); lean_dec(x_2); -x_22 = l_Lean_JsonNumber_normalize___closed__5; -return x_22; +x_21 = l_Lean_JsonNumber_normalize___closed__5; +return x_21; } } } -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_JsonNumber_normalize___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_4; -x_4 = l_Lean_JsonNumber_normalize___lambda__1(x_1, x_2, x_3); +lean_object* x_6; +x_6 = l_Std_Range_forIn_loop___at_Lean_JsonNumber_normalize___spec__1(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_4); lean_dec(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_JsonNumber_normalize___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l_Lean_JsonNumber_normalize___lambda__2(x_1, x_2, x_3); -lean_dec(x_2); -return x_4; -} -} -static lean_object* _init_l_Lean_JsonNumber_lt___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_JsonNumber_normalize___closed__2; -x_2 = lean_int_neg(x_1); -return x_2; +return x_6; } } LEAN_EXPORT uint8_t l_Lean_JsonNumber_lt(lean_object* x_1, lean_object* x_2) { @@ -651,7 +583,7 @@ lean_dec(x_46); if (x_48 == 0) { lean_object* x_49; uint8_t x_50; -x_49 = l_Lean_JsonNumber_lt___closed__1; +x_49 = l_Lean_JsonNumber_normalize___closed__3; x_50 = lean_int_dec_eq(x_34, x_49); lean_dec(x_34); if (x_50 == 0) @@ -697,7 +629,7 @@ x_52 = lean_int_dec_lt(x_41, x_44); if (x_52 == 0) { lean_object* x_53; uint8_t x_54; -x_53 = l_Lean_JsonNumber_lt___closed__1; +x_53 = l_Lean_JsonNumber_normalize___closed__3; x_54 = lean_int_dec_eq(x_34, x_53); lean_dec(x_34); if (x_54 == 0) @@ -748,7 +680,7 @@ lean_dec(x_57); if (x_59 == 0) { lean_object* x_60; uint8_t x_61; -x_60 = l_Lean_JsonNumber_lt___closed__1; +x_60 = l_Lean_JsonNumber_normalize___closed__3; x_61 = lean_int_dec_eq(x_34, x_60); lean_dec(x_34); if (x_61 == 0) @@ -817,7 +749,7 @@ lean_dec(x_66); if (x_68 == 0) { lean_object* x_69; uint8_t x_70; -x_69 = l_Lean_JsonNumber_lt___closed__1; +x_69 = l_Lean_JsonNumber_normalize___closed__3; x_70 = lean_int_dec_eq(x_34, x_69); lean_dec(x_34); if (x_70 == 0) @@ -869,7 +801,7 @@ lean_dec(x_73); if (x_74 == 0) { lean_object* x_75; uint8_t x_76; -x_75 = l_Lean_JsonNumber_lt___closed__1; +x_75 = l_Lean_JsonNumber_normalize___closed__3; x_76 = lean_int_dec_eq(x_34, x_75); lean_dec(x_34); if (x_76 == 0) @@ -926,7 +858,7 @@ return x_78; else { lean_object* x_79; uint8_t x_80; -x_79 = l_Lean_JsonNumber_lt___closed__1; +x_79 = l_Lean_JsonNumber_normalize___closed__3; x_80 = lean_int_dec_eq(x_34, x_79); lean_dec(x_34); if (x_80 == 0) @@ -989,7 +921,7 @@ lean_dec(x_87); if (x_89 == 0) { lean_object* x_90; uint8_t x_91; -x_90 = l_Lean_JsonNumber_lt___closed__1; +x_90 = l_Lean_JsonNumber_normalize___closed__3; x_91 = lean_int_dec_eq(x_34, x_90); lean_dec(x_34); if (x_91 == 0) @@ -1043,7 +975,7 @@ x_96 = lean_int_dec_lt(x_82, x_85); if (x_96 == 0) { lean_object* x_97; uint8_t x_98; -x_97 = l_Lean_JsonNumber_lt___closed__1; +x_97 = l_Lean_JsonNumber_normalize___closed__3; x_98 = lean_int_dec_eq(x_34, x_97); lean_dec(x_34); if (x_98 == 0) @@ -1102,7 +1034,7 @@ lean_dec(x_104); if (x_106 == 0) { lean_object* x_107; uint8_t x_108; -x_107 = l_Lean_JsonNumber_lt___closed__1; +x_107 = l_Lean_JsonNumber_normalize___closed__3; x_108 = lean_int_dec_eq(x_34, x_107); lean_dec(x_34); if (x_108 == 0) @@ -1178,7 +1110,7 @@ lean_dec(x_116); if (x_118 == 0) { lean_object* x_119; uint8_t x_120; -x_119 = l_Lean_JsonNumber_lt___closed__1; +x_119 = l_Lean_JsonNumber_normalize___closed__3; x_120 = lean_int_dec_eq(x_34, x_119); lean_dec(x_34); if (x_120 == 0) @@ -1238,7 +1170,7 @@ lean_dec(x_126); if (x_127 == 0) { lean_object* x_128; uint8_t x_129; -x_128 = l_Lean_JsonNumber_lt___closed__1; +x_128 = l_Lean_JsonNumber_normalize___closed__3; x_129 = lean_int_dec_eq(x_34, x_128); lean_dec(x_34); if (x_129 == 0) @@ -1302,7 +1234,7 @@ return x_134; else { lean_object* x_135; uint8_t x_136; -x_135 = l_Lean_JsonNumber_lt___closed__1; +x_135 = l_Lean_JsonNumber_normalize___closed__3; x_136 = lean_int_dec_eq(x_34, x_135); lean_dec(x_34); if (x_136 == 0) @@ -1385,7 +1317,7 @@ lean_dec(x_148); if (x_150 == 0) { lean_object* x_151; uint8_t x_152; -x_151 = l_Lean_JsonNumber_lt___closed__1; +x_151 = l_Lean_JsonNumber_normalize___closed__3; x_152 = lean_int_dec_eq(x_34, x_151); lean_dec(x_34); if (x_152 == 0) @@ -1454,7 +1386,7 @@ x_160 = lean_int_dec_lt(x_142, x_146); if (x_160 == 0) { lean_object* x_161; uint8_t x_162; -x_161 = l_Lean_JsonNumber_lt___closed__1; +x_161 = l_Lean_JsonNumber_normalize___closed__3; x_162 = lean_int_dec_eq(x_34, x_161); lean_dec(x_34); if (x_162 == 0) @@ -1528,7 +1460,7 @@ lean_dec(x_171); if (x_173 == 0) { lean_object* x_174; uint8_t x_175; -x_174 = l_Lean_JsonNumber_lt___closed__1; +x_174 = l_Lean_JsonNumber_normalize___closed__3; x_175 = lean_int_dec_eq(x_34, x_174); lean_dec(x_34); if (x_175 == 0) @@ -1619,7 +1551,7 @@ lean_dec(x_186); if (x_188 == 0) { lean_object* x_189; uint8_t x_190; -x_189 = l_Lean_JsonNumber_lt___closed__1; +x_189 = l_Lean_JsonNumber_normalize___closed__3; x_190 = lean_int_dec_eq(x_34, x_189); lean_dec(x_34); if (x_190 == 0) @@ -1694,7 +1626,7 @@ lean_dec(x_199); if (x_200 == 0) { lean_object* x_201; uint8_t x_202; -x_201 = l_Lean_JsonNumber_lt___closed__1; +x_201 = l_Lean_JsonNumber_normalize___closed__3; x_202 = lean_int_dec_eq(x_34, x_201); lean_dec(x_34); if (x_202 == 0) @@ -1773,7 +1705,7 @@ return x_210; else { lean_object* x_211; uint8_t x_212; -x_211 = l_Lean_JsonNumber_lt___closed__1; +x_211 = l_Lean_JsonNumber_normalize___closed__3; x_212 = lean_int_dec_eq(x_34, x_211); lean_dec(x_34); if (x_212 == 0) @@ -2153,35 +2085,35 @@ x_16 = lean_int_dec_lt(x_15, x_6); x_17 = lean_nat_to_int(x_8); if (x_7 == 0) { -lean_object* x_64; -x_64 = l_Lean_JsonNumber_toString___closed__6; -x_18 = x_64; -goto block_63; +lean_object* x_63; +x_63 = l_Lean_JsonNumber_toString___closed__6; +x_18 = x_63; +goto block_62; } else { -lean_object* x_65; -x_65 = l_Lean_JsonNumber_toString___closed__3; -x_18 = x_65; -goto block_63; +lean_object* x_64; +x_64 = l_Lean_JsonNumber_toString___closed__3; +x_18 = x_64; +goto block_62; } -block_63: +block_62: { lean_object* x_19; if (x_16 == 0) { lean_dec(x_15); x_19 = x_6; -goto block_62; +goto block_61; } else { x_19 = x_15; -goto block_62; +goto block_61; } -block_62: +block_61: { -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_53; +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; uint8_t x_27; uint8_t x_58; x_20 = lean_nat_abs(x_19); x_21 = lean_nat_sub(x_3, x_20); lean_dec(x_20); @@ -2194,45 +2126,26 @@ x_25 = l_Int_repr(x_24); lean_dec(x_24); x_26 = lean_int_mod(x_17, x_23); lean_dec(x_17); -x_53 = lean_int_dec_eq(x_26, x_6); -if (x_53 == 0) +x_58 = lean_int_dec_eq(x_26, x_6); +if (x_58 == 0) { -lean_object* x_54; -x_54 = lean_box(0); -x_27 = x_54; -goto block_52; +uint8_t x_59; +x_59 = 0; +x_27 = x_59; +goto block_57; } else { -uint8_t x_55; -x_55 = lean_int_dec_eq(x_19, x_6); -if (x_55 == 0) -{ -lean_object* x_56; -x_56 = lean_box(0); -x_27 = x_56; -goto block_52; +uint8_t x_60; +x_60 = lean_int_dec_eq(x_19, x_6); +x_27 = x_60; +goto block_57; } -else +block_57: { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -lean_dec(x_26); -lean_dec(x_23); -lean_dec(x_19); -x_57 = l_Lean_JsonNumber_toString___closed__3; -x_58 = lean_string_append(x_57, x_18); -lean_dec(x_18); -x_59 = lean_string_append(x_58, x_57); -x_60 = lean_string_append(x_59, x_25); -lean_dec(x_25); -x_61 = lean_string_append(x_60, x_57); -return x_61; -} -} -block_52: +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_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -lean_dec(x_27); x_28 = lean_int_add(x_23, x_26); lean_dec(x_26); lean_dec(x_23); @@ -2288,16 +2201,32 @@ x_51 = lean_string_append(x_50, x_37); return x_51; } } +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +lean_dec(x_26); +lean_dec(x_23); +lean_dec(x_19); +x_52 = l_Lean_JsonNumber_toString___closed__3; +x_53 = lean_string_append(x_52, x_18); +lean_dec(x_18); +x_54 = lean_string_append(x_53, x_52); +x_55 = lean_string_append(x_54, x_25); +lean_dec(x_25); +x_56 = lean_string_append(x_55, x_52); +return x_56; +} +} } } } else { -lean_object* x_66; +lean_object* x_65; lean_dec(x_3); -x_66 = l_Int_repr(x_2); +x_65 = l_Int_repr(x_2); lean_dec(x_2); -return x_66; +return x_65; } } } @@ -6668,8 +6597,6 @@ l_Lean_JsonNumber_instCoeIntJsonNumber___closed__1 = _init_l_Lean_JsonNumber_ins lean_mark_persistent(l_Lean_JsonNumber_instCoeIntJsonNumber___closed__1); l_Lean_JsonNumber_instCoeIntJsonNumber = _init_l_Lean_JsonNumber_instCoeIntJsonNumber(); lean_mark_persistent(l_Lean_JsonNumber_instCoeIntJsonNumber); -l_Lean_JsonNumber_normalize___lambda__2___closed__1 = _init_l_Lean_JsonNumber_normalize___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_JsonNumber_normalize___lambda__2___closed__1); l_Lean_JsonNumber_normalize___closed__1 = _init_l_Lean_JsonNumber_normalize___closed__1(); lean_mark_persistent(l_Lean_JsonNumber_normalize___closed__1); l_Lean_JsonNumber_normalize___closed__2 = _init_l_Lean_JsonNumber_normalize___closed__2(); @@ -6680,8 +6607,6 @@ l_Lean_JsonNumber_normalize___closed__4 = _init_l_Lean_JsonNumber_normalize___cl lean_mark_persistent(l_Lean_JsonNumber_normalize___closed__4); l_Lean_JsonNumber_normalize___closed__5 = _init_l_Lean_JsonNumber_normalize___closed__5(); lean_mark_persistent(l_Lean_JsonNumber_normalize___closed__5); -l_Lean_JsonNumber_lt___closed__1 = _init_l_Lean_JsonNumber_lt___closed__1(); -lean_mark_persistent(l_Lean_JsonNumber_lt___closed__1); l_Lean_JsonNumber_ltProp = _init_l_Lean_JsonNumber_ltProp(); lean_mark_persistent(l_Lean_JsonNumber_ltProp); l_Lean_JsonNumber_instLTJsonNumber = _init_l_Lean_JsonNumber_instLTJsonNumber(); diff --git a/stage0/stdlib/Lean/Data/KVMap.c b/stage0/stdlib/Lean/Data/KVMap.c index acb1343a59ad..5c377539b8a2 100644 --- a/stage0/stdlib/Lean/Data/KVMap.c +++ b/stage0/stdlib/Lean/Data/KVMap.c @@ -13,40 +13,38 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__17; LEAN_EXPORT lean_object* l_Lean_KVMap_getSyntax(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__3; -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__2(lean_object*); LEAN_EXPORT uint8_t lean_data_value_beq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____boxed(lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueName___closed__3; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueNat___lambda__2___boxed(lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__20; -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__5; LEAN_EXPORT lean_object* l_Lean_DataValue_getBoolEx___boxed(lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__6; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__14; LEAN_EXPORT lean_object* l_Lean_KVMap_subset___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__10; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__34; LEAN_EXPORT uint8_t l_Lean_KVMap_subsetAux(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__11; static lean_object* l_Lean_KVMap_instValueNat___closed__1; static lean_object* l_Lean_DataValue_str___closed__2; -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__5; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__23; +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__6; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueString___lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__10; lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_size___boxed(lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__7; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__21; +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueString___closed__1; static lean_object* l_Lean_KVMap_instValueName___closed__1; lean_object* l_String_quote(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__9; static lean_object* l_Lean_instReprKVMap___closed__1; static lean_object* l_Lean_instInhabitedDataValue___closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_find(lean_object*, lean_object*); @@ -55,6 +53,7 @@ LEAN_EXPORT lean_object* l_Lean_KVMap_getNat(lean_object*, lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_KVMap_setNat(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_getBool___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueInt___lambda__2___boxed(lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__6; LEAN_EXPORT uint8_t l_Lean_KVMap_isEmpty(lean_object*); static lean_object* l_List_foldl___at_Lean_KVMap_instToStringKVMap___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_instInhabitedDataValue; @@ -65,58 +64,65 @@ static lean_object* l_Lean_KVMap_instValueString___closed__2; LEAN_EXPORT lean_object* l_Lean_KVMap_forIn(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_KVMap_subset(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__32; -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__2; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instToStringKVMap(lean_object*); LEAN_EXPORT lean_object* l_Lean_instCoeStringDataValue(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueSyntax___closed__2; -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__2; +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8; +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__8; lean_object* lean_string_push(lean_object*, uint32_t); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__15; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueName; LEAN_EXPORT lean_object* l_Lean_instCoeNatDataValue(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1; -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__2; LEAN_EXPORT lean_object* l_Lean_KVMap_setName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkBoolDataValueEx___boxed(lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034_(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__24; lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_getName(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_forIn___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueString___closed__3; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueInt___closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueInt___lambda__1(lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__9; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__30; LEAN_EXPORT lean_object* l_Lean_KVMap_subsetAux___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprKVMap; LEAN_EXPORT lean_object* l_Lean_KVMap_getNat___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3; lean_object* lean_nat_to_int(lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3; +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__7; +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueSyntax___lambda__2___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_KVMap_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_toString___at_Lean_KVMap_instToStringKVMap___spec__1(lean_object*); static lean_object* l_Lean_KVMap_instValueDataValue___closed__3; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__8; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueString; +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_findD(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueBool___closed__3; uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueBool___lambda__1(uint8_t); LEAN_EXPORT lean_object* l_Lean_KVMap_set___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__3; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueName___lambda__2___boxed(lean_object*); -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_beqDataValue____x40_Lean_Data_KVMap___hyg_68____boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__5(lean_object*, lean_object*, lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4; lean_object* l_List_forIn_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__8; LEAN_EXPORT lean_object* l_Lean_KVMap_find___boxed(lean_object*, lean_object*); lean_object* l_Int_repr(lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__18; +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__9; static lean_object* l_Lean_KVMap_instValueInt___closed__2; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueName___lambda__2(lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__12; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__4; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__28; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); @@ -124,12 +130,8 @@ LEAN_EXPORT lean_object* l_Lean_KVMap_set(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueSyntax___lambda__1(lean_object*); static lean_object* l_Lean_KVMap_instValueDataValue___closed__2; uint8_t lean_name_eq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__6; -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__6; static lean_object* l_Lean_instInhabitedDataValue___closed__2; -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__5; static lean_object* l_Lean_KVMap_instValueSyntax___closed__1; -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__4(lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instBEqKVMap___closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_setString(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__33; @@ -137,15 +139,12 @@ static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lea static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__27; LEAN_EXPORT lean_object* l_Lean_instBEqDataValue; LEAN_EXPORT lean_object* l_Lean_KVMap_findCore___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_isEmpty___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueBool___lambda__2(lean_object*); extern lean_object* l_Std_Format_defWidth; -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___boxed(lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_get_x3f___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_setBool(lean_object*, lean_object*, uint8_t); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__3; -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueBool; static lean_object* l_Lean_KVMap_instValueBool___closed__1; LEAN_EXPORT lean_object* l_Lean_DataValue_beqExp___boxed(lean_object*, lean_object*); @@ -153,50 +152,51 @@ static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lea LEAN_EXPORT lean_object* l_Lean_KVMap_instValueSyntax; LEAN_EXPORT lean_object* l_Lean_KVMap_size(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_KVMap_instToStringKVMap___spec__2(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__13; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueString___lambda__2___boxed(lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__4; +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedKVMap; LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__13; +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__11; LEAN_EXPORT lean_object* l_Lean_KVMap_instForInKVMapProdNameDataValue___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__5; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueInt___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_DataValue_sameCtor___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_get___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_abs(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueDataValue; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueBool___lambda__2___boxed(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__2; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__29; +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__1; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__11; lean_object* lean_string_length(lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueNat___lambda__1(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__6; LEAN_EXPORT lean_object* l_Lean_instCoeSyntaxDataValue(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueName___lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__1; LEAN_EXPORT lean_object* l_Lean_instCoeBoolDataValue___boxed(lean_object*); static lean_object* l_Lean_KVMap_instValueName___closed__2; -static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueNat; lean_object* l_id___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_entries___default; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueNat___lambda__2(lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__5; LEAN_EXPORT lean_object* l_Lean_KVMap_setInt(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_eqv___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__25; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__6; LEAN_EXPORT lean_object* lean_mk_bool_data_value(uint8_t); lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__12; LEAN_EXPORT uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__26; LEAN_EXPORT lean_object* l_Lean_instCoeNameDataValue(lean_object*); static lean_object* l_Lean_KVMap_instValueBool___closed__2; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__9; -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__7; +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__2; static lean_object* l_Lean_KVMap_instValueNat___closed__2; uint8_t lean_int_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueBool___lambda__1___boxed(lean_object*); @@ -204,42 +204,43 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_instToStringDataValue___closed__1; LEAN_EXPORT lean_object* l_Lean_KVMap_get_x3f(lean_object*); static lean_object* l_Lean_instBEqDataValue___closed__1; +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__16; LEAN_EXPORT lean_object* l_Lean_KVMap_insert(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_DataValue_sameCtor(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__10; static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__12; -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_KVMap_getInt___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__5; +static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__13; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Data_KVMap_0__Lean_beqDataValue____x40_Lean_Data_KVMap___hyg_68_(lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueNat___closed__3; uint8_t l_Lean_Syntax_structEq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8; +static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_KVMap_findCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instValueString___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_instCoeBoolDataValue(uint8_t); LEAN_EXPORT lean_object* l_Lean_KVMap_instBEqKVMap; uint8_t lean_int_dec_eq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__9; LEAN_EXPORT lean_object* l_Lean_KVMap_setBool___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_empty; static lean_object* l_Lean_instReprDataValue___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_instForInKVMapProdNameDataValue(lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4; static lean_object* l_Lean_KVMap_instValueInt___closed__3; +static lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__5; LEAN_EXPORT lean_object* l_Lean_KVMap_instValueSyntax___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprDataValue; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__7; -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7; LEAN_EXPORT lean_object* l_Lean_KVMap_getName___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_get___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KVMap_instValueSyntax___closed__3; -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__8; +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___boxed(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprDataValue____x40_Lean_Data_KVMap___hyg_307____closed__31; -static lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__4; LEAN_EXPORT lean_object* l_Lean_instCoeIntDataValue(lean_object*); LEAN_EXPORT uint8_t l_Lean_KVMap_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_getInt(lean_object*, lean_object*, lean_object*); @@ -253,7 +254,6 @@ LEAN_EXPORT lean_object* l_Lean_KVMap_setSyntax(lean_object*, lean_object*, lean LEAN_EXPORT lean_object* l_Lean_KVMap_get_x3f___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_getString___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_KVMap_getString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_KVMap_getSyntax___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_data_value_to_string(lean_object*); @@ -1510,7 +1510,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__1() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__1() { _start: { lean_object* x_1; @@ -1518,21 +1518,21 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__2() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__1; +x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___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_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__2; +x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -1540,7 +1540,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4() { _start: { lean_object* x_1; @@ -1548,35 +1548,35 @@ x_1 = lean_mk_string_from_bytes("(", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__5() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4; +x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__6() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__5; +x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__5; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__7() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4; +x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___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_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8() { _start: { lean_object* x_1; @@ -1584,17 +1584,17 @@ x_1 = lean_mk_string_from_bytes(")", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__9() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8; +x_1 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(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; 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; uint8_t x_20; lean_object* x_21; @@ -1614,17 +1614,17 @@ x_10 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); x_11 = l_List_reverse___rarg(x_10); -x_12 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3; +x_12 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3; x_13 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_11, x_12); -x_14 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__7; +x_14 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__7; x_15 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); -x_16 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__9; +x_16 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__9; 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_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__6; +x_18 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__6; x_19 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_17); @@ -1635,16 +1635,16 @@ lean_ctor_set_uint8(x_21, sizeof(void*)*1, x_20); return x_21; } } -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__2(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(x_1, x_2); +x_3 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -1665,7 +1665,7 @@ x_6 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_1); x_7 = lean_unsigned_to_nat(0u); -x_8 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(x_4, x_7); +x_8 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(x_4, x_7); x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_6); lean_ctor_set(x_9, 1, x_8); @@ -1675,7 +1675,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__4(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -1698,7 +1698,7 @@ x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); x_6 = lean_unsigned_to_nat(0u); -x_7 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(x_5, x_6); +x_7 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(x_5, x_6); return x_7; } else @@ -1708,14 +1708,14 @@ x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); lean_dec(x_1); x_9 = lean_unsigned_to_nat(0u); -x_10 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(x_8, x_9); -x_11 = l_List_foldl___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__5(x_2, x_10, x_4); +x_10 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(x_8, x_9); +x_11 = l_List_foldl___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__5(x_2, x_10, x_4); return x_11; } } } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__1() { _start: { lean_object* x_1; @@ -1723,17 +1723,17 @@ x_1 = lean_mk_string_from_bytes("[]", 2); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__2() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1; +x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__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_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3() { _start: { lean_object* x_1; @@ -1741,35 +1741,35 @@ x_1 = lean_mk_string_from_bytes("[", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__4() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3; +x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__5() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__4; +x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__4; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__6() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3; +x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7() { _start: { lean_object* x_1; @@ -1777,39 +1777,39 @@ x_1 = lean_mk_string_from_bytes("]", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__8() { +static lean_object* _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7; +x_1 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__2; +x_3 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__2; return x_3; } else { 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; uint8_t x_12; lean_object* x_13; -x_4 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3; -x_5 = l_Std_Format_joinSep___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__4(x_1, x_4); -x_6 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__6; +x_4 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3; +x_5 = l_Std_Format_joinSep___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__4(x_1, x_4); +x_6 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__6; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__8; +x_8 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__8; x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); -x_10 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__5; +x_10 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__5; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -1821,7 +1821,7 @@ return x_13; } } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__1() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__1() { _start: { lean_object* x_1; @@ -1829,29 +1829,29 @@ x_1 = lean_mk_string_from_bytes("entries", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__2() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__1; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____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_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__3() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__2; +x_2 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____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___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__4() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__4() { _start: { lean_object* x_1; @@ -1859,29 +1859,29 @@ x_1 = lean_mk_string_from_bytes(" := ", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__5() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__4; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____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___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__6() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__3; -x_2 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__5; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__3; +x_2 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____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___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__7() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -1890,7 +1890,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__8() { _start: { lean_object* x_1; @@ -1898,35 +1898,35 @@ x_1 = lean_mk_string_from_bytes("{ ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__9() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__8; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__10() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__9; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__9; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__11() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____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___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__12() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__12() { _start: { lean_object* x_1; @@ -1934,23 +1934,23 @@ x_1 = lean_mk_string_from_bytes(" }", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__13() { +static lean_object* _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__13() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__12; +x_1 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__12; 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_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034_(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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; x_3 = lean_unsigned_to_nat(0u); -x_4 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1(x_1, x_3); -x_5 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__7; +x_4 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1(x_1, x_3); +x_5 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__7; x_6 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -1958,19 +1958,19 @@ x_7 = 0; x_8 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_8, 0, x_6); lean_ctor_set_uint8(x_8, sizeof(void*)*1, x_7); -x_9 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__6; +x_9 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__6; x_10 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); -x_11 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__11; +x_11 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__11; x_12 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); -x_13 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__13; +x_13 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__13; x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); -x_15 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__10; +x_15 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__10; x_16 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -1980,29 +1980,29 @@ lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_7); return x_17; } } -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3(x_1, x_2); +x_3 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1(x_1, x_2); +x_3 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046_(x_1, x_2); +x_3 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -2011,7 +2011,7 @@ static lean_object* _init_l_Lean_instReprKVMap___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____boxed), 2, 0); return x_1; } } @@ -2055,14 +2055,14 @@ lean_inc(x_8); lean_dec(x_3); x_9 = 1; x_10 = l_Lean_Name_toString(x_7, x_9); -x_11 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4; +x_11 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4; x_12 = lean_string_append(x_11, x_10); lean_dec(x_10); x_13 = lean_string_append(x_12, x_5); x_14 = lean_data_value_to_string(x_8); x_15 = lean_string_append(x_13, x_14); lean_dec(x_14); -x_16 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8; +x_16 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8; x_17 = lean_string_append(x_15, x_16); x_18 = lean_string_append(x_6, x_17); lean_dec(x_17); @@ -2078,7 +2078,7 @@ LEAN_EXPORT lean_object* l_List_toString___at_Lean_KVMap_instToStringKVMap___spe if (lean_obj_tag(x_1) == 0) { lean_object* x_2; -x_2 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1; +x_2 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__1; return x_2; } else @@ -2099,7 +2099,7 @@ lean_inc(x_6); lean_dec(x_4); x_7 = 1; x_8 = l_Lean_Name_toString(x_5, x_7); -x_9 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4; +x_9 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = l_List_foldl___at_Lean_KVMap_instToStringKVMap___spec__2___closed__1; @@ -2107,12 +2107,12 @@ x_12 = lean_string_append(x_10, x_11); x_13 = lean_data_value_to_string(x_6); x_14 = lean_string_append(x_12, x_13); lean_dec(x_13); -x_15 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8; +x_15 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8; x_16 = lean_string_append(x_14, x_15); -x_17 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3; +x_17 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7; +x_19 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7; x_20 = lean_string_append(x_18, x_19); return x_20; } @@ -2130,7 +2130,7 @@ lean_inc(x_24); lean_dec(x_21); x_25 = 1; x_26 = l_Lean_Name_toString(x_23, x_25); -x_27 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4; +x_27 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4; x_28 = lean_string_append(x_27, x_26); lean_dec(x_26); x_29 = l_List_foldl___at_Lean_KVMap_instToStringKVMap___spec__2___closed__1; @@ -2138,9 +2138,9 @@ x_30 = lean_string_append(x_28, x_29); x_31 = lean_data_value_to_string(x_24); x_32 = lean_string_append(x_30, x_31); lean_dec(x_31); -x_33 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8; +x_33 = l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8; x_34 = lean_string_append(x_32, x_33); -x_35 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3; +x_35 = l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3; x_36 = lean_string_append(x_35, x_34); lean_dec(x_34); x_37 = l_List_foldl___at_Lean_KVMap_instToStringKVMap___spec__2(x_36, x_3); @@ -3693,66 +3693,66 @@ l_Lean_KVMap_entries___default = _init_l_Lean_KVMap_entries___default(); lean_mark_persistent(l_Lean_KVMap_entries___default); l_Lean_instInhabitedKVMap = _init_l_Lean_instInhabitedKVMap(); lean_mark_persistent(l_Lean_instInhabitedKVMap); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__1 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__1(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__1); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__2 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__2(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__2); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__3); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__4); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__5 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__5(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__5); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__6 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__6(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__6); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__7 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__7(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__7); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__8); -l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__9 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__9(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__3___closed__9); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__1); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__2 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__2(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__2); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__3); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__4 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__4(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__4); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__5 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__5(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__5); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__6 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__6(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__6); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__7); -l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__8 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__8(); -lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____spec__1___closed__8); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__1 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__1(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__1); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__2 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__2(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__2); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__3 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__3(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__3); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__4 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__4(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__4); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__5 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__5(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__5); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__6 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__6(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__6); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__7 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__7(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__7); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__8); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__9 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__9(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__9); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__10 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__10(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__10); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__11 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__11(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__11); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__12 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__12(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__12); -l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__13 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__13(); -lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046____closed__13); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__1 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__1(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__1); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__2 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__2(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__2); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__3); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__4); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__5 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__5(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__5); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__6 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__6(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__6); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__7 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__7(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__7); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__8); +l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__9 = _init_l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__9(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__3___closed__9); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__1 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__1(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__1); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__2 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__2(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__2); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__3); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__4 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__4(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__4); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__5 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__5(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__5); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__6 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__6(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__6); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__7); +l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__8 = _init_l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__8(); +lean_mark_persistent(l_List_repr___at___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____spec__1___closed__8); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__1 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__1(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__1); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__2 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__2(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__2); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__3 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__3(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__3); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__4 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__4(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__4); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__5 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__5(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__5); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__6 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__6(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__6); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__7 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__7(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__7); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__8 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__8(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__8); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__9 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__9(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__9); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__10 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__10(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__10); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__11 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__11(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__11); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__12 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__12(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__12); +l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__13 = _init_l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__13(); +lean_mark_persistent(l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034____closed__13); l_Lean_instReprKVMap___closed__1 = _init_l_Lean_instReprKVMap___closed__1(); lean_mark_persistent(l_Lean_instReprKVMap___closed__1); l_Lean_instReprKVMap = _init_l_Lean_instReprKVMap(); diff --git a/stage0/stdlib/Lean/Data/Lsp/Basic.c b/stage0/stdlib/Lean/Data/Lsp/Basic.c index fb4ba00b379d..939f02a60b27 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Basic.c +++ b/stage0/stdlib/Lean/Data/Lsp/Basic.c @@ -13,74 +13,70 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318_(lean_object*); lean_object* l_Lean_JsonNumber_fromNat(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__6; static lean_object* l_Lean_Lsp_instToJsonMarkupContent___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__12; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instBEqRange___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_noConfusion___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CreateFile_instFromJsonOptions; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__6; static lean_object* l_Lean_Lsp_instToStringPosition___closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonChangeAnnotation; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2500_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__12; lean_object* l_List_join___rarg(lean_object*); lean_object* l_Lean_Json_getObj_x3f(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonStaticRegistrationOptions___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_TextEdit_annotationId_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedLocation; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__6; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__5(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentPositionParams; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__9; static lean_object* l_Lean_Lsp_instToJsonVersionedTextDocumentIdentifier___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__2; -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__7; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCancelParams; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__4; static lean_object* l_Lean_Lsp_instInhabitedRange___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_ApplyWorkspaceEditParams_label_x3f___default; static lean_object* l_Lean_Lsp_instFromJsonPartialResultParams___closed__1; +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__4; LEAN_EXPORT uint64_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_hashPosition____x40_Lean_Data_Lsp_Basic___hyg_449_(lean_object*); static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonProgressParams(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__3; static lean_object* l_Lean_Lsp_instToJsonCancelParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__18; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__15; static lean_object* l_Lean_Lsp_instHashablePosition___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDocumentFilter; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToStringTextDocumentPositionParams(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonCommand___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__6; @@ -90,27 +86,26 @@ static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJ lean_object* l_Lean_Json_mkObj(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__3; static lean_object* l_Lean_Lsp_DeleteFile_instToJsonOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__15; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__10; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9; LEAN_EXPORT uint8_t l_Lean_Lsp_WorkDoneProgressReport_cancellable___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__17; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressBegin_kind___default; -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__7; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDocumentSelector(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressReport_kind___default; static lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___closed__1; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__5(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3105____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__4; static lean_object* l_Lean_Lsp_instInhabitedCancelParams___closed__1; @@ -119,12 +114,13 @@ static lean_object* l_Lean_Lsp_instOrdRange___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_toCtorIdx(uint8_t); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__1; uint64_t lean_uint64_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonPosition; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1___boxed(lean_object*, lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__6; static lean_object* l_Lean_Lsp_instToJsonTextDocumentItem___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2677_(lean_object*); @@ -132,40 +128,41 @@ static lean_object* l_Lean_Lsp_instToJsonMarkupKind___closed__1; static lean_object* l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__10; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonMarkupContent; -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__8; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092_(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonCreateFile___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWorkDoneProgressOptions; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4; uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3285____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497____closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5985_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__3; lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressReport; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3105____boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3473____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonTextEditBatch___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentEdit; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6785_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1; static lean_object* l_Lean_Lsp_instToJsonPartialResultParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressParams_workDoneToken_x3f___default; @@ -176,176 +173,186 @@ static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAn 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_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__21; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__13; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__18; LEAN_EXPORT lean_object* l_Lean_Lsp_instOrdPosition; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5983____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___lambda__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__10; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonLocation___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_ofTextEdit(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__14; static lean_object* l_Lean_Lsp_instCoeTextEditTextEditBatch___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__7(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__15; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8; static lean_object* l_Lean_Lsp_WorkspaceEdit_ofTextEdit___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__8(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__8; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentEdit; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWorkDoneProgressParams; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRenameFile; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3717_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1; static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_changes___default; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__14; static lean_object* l_Lean_Lsp_instBEqLocation___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__7; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__6; +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRange; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___lambda__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__11; static lean_object* l_Lean_Lsp_instOrdPosition___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_DeleteFile_annotationId_x3f___default; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLocation; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__7; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instEmptyCollectionTextEditBatch; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__5; static lean_object* l_Lean_Lsp_instToJsonCreateFile___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__10; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3717____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5983_(lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__1; static lean_object* l_Lean_Lsp_instToStringTextDocumentPositionParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentFilter_language_x3f___default; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonApplyWorkspaceEditParams; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__12; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instBEqLocation; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLocation; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1263_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3717____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__10; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__17; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__11; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__7; lean_object* l_Lean_Json_getObjVal_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getBool_x3f(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_DeleteFile_instToJsonOptions; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3473____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__3; static lean_object* l_Lean_Lsp_instFromJsonRange___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentIdentifier; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__14; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__6; static lean_object* l_Lean_Lsp_instEmptyCollectionTextEditBatch___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2500____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSelector(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__17; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextEditBatch(lean_object*); lean_object* l_Lean_Json_getStr_x3f(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDocumentChange(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonPosition; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCommand; 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_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentFilter_pattern_x3f___default; -LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentChange(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__6; LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_ordRange____x40_Lean_Data_Lsp_Basic___hyg_1022_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__6(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__5; -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__7; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__8; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextEdit; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__20; LEAN_EXPORT lean_object* l_Lean_Lsp_CreateFile_options_x3f___default; static lean_object* l_Lean_Lsp_instToJsonCommand___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__12; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__7; static lean_object* l_Lean_Lsp_instFromJsonMarkupKind___closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__16; LEAN_EXPORT lean_object* l_Lean_Lsp_PartialResultParams_partialResultToken_x3f___default; LEAN_EXPORT lean_object* l_Lean_Lsp_StaticRegistrationOptions_id_x3f___default; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3285_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__4; static lean_object* l_Lean_Lsp_instFromJsonTextEdit___closed__1; static lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___closed__2; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonTextDocumentPositionParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instLTRange; static lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875____boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____boxed(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonTextDocumentPositionParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3717____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__7; LEAN_EXPORT uint8_t l_Lean_Lsp_DeleteFile_Options_ignoreIfNotExists___default; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonTextEditBatch___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(lean_object*); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5985____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonChangeAnnotation; @@ -355,12 +362,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLoc LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressOptions; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqPosition____x40_Lean_Data_Lsp_Basic___hyg_251____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressParams; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3105_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__7; static lean_object* l_Lean_Lsp_instFromJsonDocumentFilter___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqRange____x40_Lean_Data_Lsp_Basic___hyg_730____boxed(lean_object*, lean_object*); @@ -368,15 +373,15 @@ lean_object* l_Lean_Json_setObjVal_x21(lean_object*, lean_object*, lean_object*) static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__3; static lean_object* l_Lean_Lsp_instToJsonTextDocumentIdentifier___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__1; lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6785____boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_CreateFile_Options_overwrite___default; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__6(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instHashablePosition; @@ -384,18 +389,16 @@ static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_toJso LEAN_EXPORT lean_object* l_Lean_Lsp_instOrdRange; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__7; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCancelParams; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWorkspaceEdit; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__3; LEAN_EXPORT uint8_t l_Lean_Lsp_ChangeAnnotation_needsConfirmation___default; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__7___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__1; static lean_object* l_Lean_Lsp_instFromJsonWorkDoneProgressParams___closed__1; static lean_object* l_Lean_Lsp_instToJsonWorkspaceEdit___closed__1; @@ -403,321 +406,315 @@ static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersione LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentPositionParams; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressBegin; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentItem___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_instCoeTextEditTextEditBatch(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__12; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__5; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3473____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____spec__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_toCtorIdx___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonRange___closed__1; +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__12(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2677____closed__2; static lean_object* l_Lean_Lsp_WorkDoneProgressBegin_kind___default___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1263____closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonDocumentSelector___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonMarkupKind(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__3; static lean_object* l_Lean_Lsp_instToJsonMarkupKind___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToStringPosition(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__10; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__11; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCreateFile; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonLocationLink; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkspaceEdit; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instAppendTextEditBatch; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_ordRange____x40_Lean_Data_Lsp_Basic___hyg_1022____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__16; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__10; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__2; static lean_object* l_Lean_Lsp_DeleteFile_instFromJsonOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__13; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__2___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497____closed__2; LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqCancelParams____x40_Lean_Data_Lsp_Basic___hyg_27_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDeleteFile; static lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__6; +LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__9(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonTextDocumentEdit___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__16; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_CreateFile_annotationId_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__11; static lean_object* l_Lean_Lsp_WorkDoneProgressReport_kind___default___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg(lean_object*, lean_object*); LEAN_EXPORT uint64_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_821_(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqRange____x40_Lean_Data_Lsp_Basic___hyg_730_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonDocumentSelector___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6783_(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__13; +LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_ordPosition____x40_Lean_Data_Lsp_Basic___hyg_342____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonPartialResultParams; LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedCancelParams; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__8; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqCancelParams____x40_Lean_Data_Lsp_Basic___hyg_27____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__2; -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressBegin____x40_Lean_Data_Lsp_Basic___hyg_6686_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6783____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentFilter; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressBegin____x40_Lean_Data_Lsp_Basic___hyg_6684_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_Command_arguments_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__11; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonPartialResultParams; static lean_object* l_Lean_Lsp_CreateFile_instFromJsonOptions___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonMarkupContent; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonVersionedTextDocumentIdentifier; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressReport_percentage_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instEmptyCollectionWorkspaceEdit; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_hashPosition____x40_Lean_Data_Lsp_Basic___hyg_449____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonVersionedTextDocumentIdentifier; LEAN_EXPORT uint8_t l_Lean_Lsp_DeleteFile_Options_recursive___default; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonMarkupKind___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__11; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__7; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__15; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instLEPosition; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548_(lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__11; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instBEqPosition; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CreateFile_instToJsonOptions; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__2; static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__16; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonApplyWorkspaceEditParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_RenameFile_annotationId_x3f___default; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonDocumentSelector___spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__14; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__13; static lean_object* l_Lean_Lsp_instToJsonDeleteFile___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextEdit; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__6; static lean_object* l_Lean_Lsp_instFromJsonMarkupKind___closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__18; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_RenameFile_options_x3f___default; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonStaticRegistrationOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16; +LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonTextEditBatch___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonMarkupKind(uint8_t); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____closed__1; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDeleteFile; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053_(uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressEnd_message_x3f___default; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___lambda__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__8; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instBEqRange; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentIdentifier___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14; static lean_object* l_Lean_Lsp_CreateFile_instToJsonOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__10; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonTextEditBatch___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__11; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__16; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonProgressParams___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonStaticRegistrationOptions; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__8; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__6; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2500____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instLTPosition; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__12; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDocumentChange___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonStaticRegistrationOptions; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051_(uint8_t); static lean_object* l_Lean_Lsp_instFromJsonLocation___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__10; static lean_object* l_Lean_Lsp_instFromJsonLocationLink___closed__1; static lean_object* l_Lean_Lsp_instInhabitedPosition___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentFilter_scheme_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__14; static lean_object* l_Lean_Lsp_instFromJsonPosition___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__7; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2677____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__17; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_3998____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__3; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__5; static lean_object* l_Lean_Lsp_instInhabitedLocation___closed__1; static lean_object* l_Lean_Lsp_instFromJsonMarkupContent___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqLocation____x40_Lean_Data_Lsp_Basic___hyg_1168_(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__12; static lean_object* l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__4; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonWorkDoneProgressOptions___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DeleteFile_instFromJsonOptions; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_CreateFile_Options_ignoreIfExists___default; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentRegistrationOptions_documentSelector_x3f___default; -LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqLocation____x40_Lean_Data_Lsp_Basic___hyg_1168____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedRange; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__7___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__2; -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__12(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____boxed(lean_object*); uint8_t l___private_Lean_Data_JsonRpc_0__Lean_JsonRpc_beqRequestID____x40_Lean_Data_JsonRpc___hyg_34_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3285____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__8; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__16; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__7; +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonMarkupKind___closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1263____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__12; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__19; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instLERange; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__15; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_hashRange____x40_Lean_Data_Lsp_Basic___hyg_821____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__10; static lean_object* l_Lean_Lsp_instBEqCancelParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__1; LEAN_EXPORT uint8_t l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___lambda__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__7(size_t, size_t, lean_object*); lean_object* l_Lean_Json_getNat_x3f(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_ChangeAnnotation_description_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__2; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____boxed(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonMarkupKind___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__11; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__13; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__13; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_instHashableRange; static lean_object* l_Lean_Lsp_instAppendTextEditBatch___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__2(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__8; static lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressEnd___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837_(lean_object*); @@ -727,33 +724,35 @@ static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAn static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____closed__1; static lean_object* l_Lean_Lsp_instBEqPosition___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_ordPosition____x40_Lean_Data_Lsp_Basic___hyg_342_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092_(lean_object*); static lean_object* l_Lean_Lsp_instInhabitedCancelParams___closed__2; static lean_object* l_Lean_Lsp_instToJsonRenameFile___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__1; static lean_object* l_Lean_Lsp_instFromJsonVersionedTextDocumentIdentifier___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonWorkspaceEdit___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3473_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__3; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__8; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__16; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__11; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__3; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT uint8_t l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_beqPosition____x40_Lean_Data_Lsp_Basic___hyg_251_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressEnd; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_documentChanges___default; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentItem; @@ -766,52 +765,48 @@ lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonDocumentFilter___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__8; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DeleteFile_options_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__15; static lean_object* l_Lean_Lsp_instToStringPosition___closed__3; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressEnd_kind___default; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__2; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3; static lean_object* l_Lean_Lsp_instToJsonChangeAnnotation___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____closed__7; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCommand; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentItem; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_toJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3105____closed__2; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_3998____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonLocationLink; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__6; -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__8(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335____closed__9; static lean_object* l_Lean_Lsp_instHashableRange___closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__6; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__4; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressBegin___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonRenameFile; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__10; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__4; static lean_object* l_Lean_Lsp_instFromJsonDeleteFile___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_VersionedTextDocumentIdentifier_version_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__13; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__1; lean_object* l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875____closed__3; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3473____spec__1(lean_object*, lean_object*); @@ -819,67 +814,76 @@ static lean_object* l_Lean_Lsp_instFromJsonMarkupKind___closed__2; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Lsp_WorkDoneProgressReport_message_x3f___default; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCreateFile; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__11; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentEdit___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_MarkupKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_WorkspaceEdit_instEmptyCollectionWorkspaceEdit___closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2414____closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__2; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__9; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____closed__3; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__7; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____spec__1(lean_object*, lean_object*); uint8_t lean_string_dec_lt(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_WorkDoneProgressOptions_workDoneProgress___default; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentIdentifier; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__15; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____boxed(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonMarkupKind___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__12; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875____closed__1; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_548____closed__3; static lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressReport___closed__1; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__7; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__7; static lean_object* l_Lean_Lsp_instToJsonDocumentChange___closed__5; -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_3998_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonCancelParams___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__12; static lean_object* l_Lean_Lsp_instToJsonWorkDoneProgressOptions___closed__1; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonMarkupKind___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonRange; static lean_object* l_Lean_Lsp_instToStringPosition___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__13; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_4050____closed__7; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4; static lean_object* l_Lean_Lsp_instToJsonPosition___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_DeleteFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3335_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__3; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__5; static lean_object* l_Lean_Lsp_MarkupKind_noConfusion___rarg___closed__1; static lean_object* l_Lean_Lsp_instFromJsonRenameFile___closed__1; lean_object* l_Nat_repr(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__2; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__6; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__1; +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__17; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_CreateFile_fromJsonOptions____x40_Lean_Data_Lsp_Basic___hyg_3155____closed__6; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__5; +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instFromJsonDocumentSelector___spec__1(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__5; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_100____closed__4; static lean_object* l_Lean_Lsp_instToJsonLocationLink___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextEditBatch(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__12; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCreateFile____x40_Lean_Data_Lsp_Basic___hyg_3525____closed__11; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRenameFile____x40_Lean_Data_Lsp_Basic___hyg_3781____closed__14; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDeleteFile____x40_Lean_Data_Lsp_Basic___hyg_3998____spec__1(lean_object*, lean_object*); @@ -887,10 +891,6 @@ static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange___ LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_changeAnnotations___default; static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2545____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEdit_instAppendWorkspaceEdit___lambda__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__5; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__1; -static lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(lean_object*); static lean_object* _init_l_Lean_Lsp_instInhabitedCancelParams___closed__1() { _start: { @@ -8737,7 +8737,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -8756,7 +8756,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_1, 0); x_5 = lean_ctor_get(x_1, 2); x_6 = lean_ctor_get(x_1, 3); -x_7 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(x_4); +x_7 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(x_4); x_8 = lean_array_get_size(x_5); x_9 = lean_usize_of_nat(x_8); lean_dec(x_8); @@ -8764,7 +8764,7 @@ x_10 = 0; x_11 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonTextEditBatch___spec__1(x_9, x_10, x_5); x_12 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_12, 0, x_11); -x_13 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(x_6); +x_13 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(x_6); lean_ctor_set(x_1, 3, x_13); lean_ctor_set(x_1, 2, x_12); lean_ctor_set(x_1, 0, x_7); @@ -8783,7 +8783,7 @@ lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_dec(x_1); -x_19 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(x_15); +x_19 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(x_15); x_20 = lean_array_get_size(x_17); x_21 = lean_usize_of_nat(x_20); lean_dec(x_20); @@ -8791,7 +8791,7 @@ x_22 = 0; x_23 = l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonTextEditBatch___spec__1(x_21, x_22, x_17); x_24 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_24, 0, x_23); -x_25 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(x_18); +x_25 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(x_18); x_26 = lean_alloc_ctor(1, 4, 1); lean_ctor_set(x_26, 0, x_19); lean_ctor_set(x_26, 1, x_16); @@ -8803,15 +8803,15 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg), 1, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg), 1, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -8893,7 +8893,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -8912,10 +8912,10 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_obj x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 2); x_6 = lean_ctor_get(x_1, 3); -x_7 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(x_4); +x_7 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(x_4); x_8 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875_(x_5); lean_dec(x_5); -x_9 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(x_6); +x_9 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(x_6); lean_ctor_set(x_1, 3, x_9); lean_ctor_set(x_1, 2, x_8); lean_ctor_set(x_1, 0, x_7); @@ -8934,10 +8934,10 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_dec(x_1); -x_15 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(x_11); +x_15 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(x_11); x_16 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2875_(x_13); lean_dec(x_13); -x_17 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(x_14); +x_17 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(x_14); x_18 = lean_alloc_ctor(1, 4, 1); lean_ctor_set(x_18, 0, x_15); lean_ctor_set(x_18, 1, x_12); @@ -8949,15 +8949,15 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg), 1, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg), 1, 0); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__1() { _start: { lean_object* x_1; @@ -8965,7 +8965,7 @@ x_1 = lean_mk_string_from_bytes("changes", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2() { _start: { lean_object* x_1; @@ -8973,7 +8973,7 @@ x_1 = lean_mk_string_from_bytes("documentChanges", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3() { _start: { lean_object* x_1; @@ -8981,16 +8981,16 @@ x_1 = lean_mk_string_from_bytes("changeAnnotations", 17); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588_(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; size_t x_11; size_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); -x_3 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__1___rarg(x_2); +x_3 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__1___rarg(x_2); x_4 = lean_alloc_ctor(5, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1; +x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____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); @@ -9004,10 +9004,10 @@ x_10 = lean_array_get_size(x_9); x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; -x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__2(x_11, x_12, x_9); +x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__2(x_11, x_12, x_9); x_14 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_14, 0, x_13); -x_15 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2; +x_15 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2; x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -9017,10 +9017,10 @@ lean_ctor_set(x_17, 1, x_7); x_18 = lean_ctor_get(x_1, 2); lean_inc(x_18); lean_dec(x_1); -x_19 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__3___rarg(x_18); +x_19 = l_Lean_RBNode_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__3___rarg(x_18); x_20 = lean_alloc_ctor(5, 1, 0); lean_ctor_set(x_20, 0, x_19); -x_21 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3; +x_21 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); @@ -9041,7 +9041,7 @@ x_28 = l_Lean_Json_mkObj(x_27); return x_28; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____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; @@ -9049,7 +9049,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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____spec__2(x_4, x_5, x_3); return x_6; } } @@ -9057,7 +9057,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkspaceEdit___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588_), 1, 0); return x_1; } } @@ -9069,7 +9069,7 @@ x_1 = l_Lean_Lsp_instToJsonWorkspaceEdit___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -9108,7 +9108,7 @@ x_14 = lean_string_dec_eq(x_2, x_10); if (x_14 == 0) { lean_object* x_15; uint8_t x_16; -x_15 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_12, x_2, x_3); +x_15 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_12, x_2, x_3); x_16 = 0; lean_ctor_set(x_1, 3, x_15); lean_ctor_set_uint8(x_1, sizeof(void*)*4, x_16); @@ -9129,7 +9129,7 @@ return x_1; else { lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_9, x_2, x_3); +x_18 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_9, x_2, x_3); x_19 = 0; lean_ctor_set(x_1, 0, x_18); lean_ctor_set_uint8(x_1, sizeof(void*)*4, x_19); @@ -9156,7 +9156,7 @@ x_25 = lean_string_dec_eq(x_2, x_21); if (x_25 == 0) { lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_26 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_23, x_2, x_3); +x_26 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_23, x_2, x_3); x_27 = 0; x_28 = lean_alloc_ctor(1, 4, 1); lean_ctor_set(x_28, 0, x_20); @@ -9184,7 +9184,7 @@ return x_30; else { lean_object* x_31; uint8_t x_32; lean_object* x_33; -x_31 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_20, x_2, x_3); +x_31 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_20, x_2, x_3); x_32 = 0; x_33 = lean_alloc_ctor(1, 4, 1); lean_ctor_set(x_33, 0, x_31); @@ -9215,7 +9215,7 @@ x_40 = lean_string_dec_eq(x_2, x_36); if (x_40 == 0) { lean_object* x_41; uint8_t x_42; -x_41 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_38, x_2, x_3); +x_41 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_38, x_2, x_3); x_42 = lean_ctor_get_uint8(x_41, sizeof(void*)*4); if (x_42 == 0) { @@ -9906,7 +9906,7 @@ return x_1; else { lean_object* x_193; uint8_t x_194; -x_193 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_35, x_2, x_3); +x_193 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_35, x_2, x_3); x_194 = lean_ctor_get_uint8(x_193, sizeof(void*)*4); if (x_194 == 0) { @@ -10612,7 +10612,7 @@ x_350 = lean_string_dec_eq(x_2, x_346); if (x_350 == 0) { lean_object* x_351; uint8_t x_352; -x_351 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_348, x_2, x_3); +x_351 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_348, x_2, x_3); x_352 = lean_ctor_get_uint8(x_351, sizeof(void*)*4); if (x_352 == 0) { @@ -11042,7 +11042,7 @@ return x_427; else { lean_object* x_428; uint8_t x_429; -x_428 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_345, x_2, x_3); +x_428 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_345, x_2, x_3); x_429 = lean_ctor_get_uint8(x_428, sizeof(void*)*4); if (x_429 == 0) { @@ -11459,7 +11459,7 @@ return x_502; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -11467,19 +11467,19 @@ x_4 = l_Lean_RBNode_isRed___rarg(x_1); if (x_4 == 0) { lean_object* x_5; -x_5 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_1, x_2, x_3); +x_5 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_1, x_2, x_3); return x_5; } else { lean_object* x_6; lean_object* x_7; -x_6 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__3(x_1, x_2, x_3); +x_6 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__3(x_1, x_2, x_3); x_7 = l_Lean_RBNode_setBlack___rarg(x_6); return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -11501,7 +11501,7 @@ lean_inc(x_7); x_8 = lean_ctor_get(x_3, 3); lean_inc(x_8); lean_dec(x_3); -x_9 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4(x_1, x_2, x_5); +x_9 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4(x_1, x_2, x_5); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -11568,7 +11568,7 @@ lean_object* x_22; lean_object* x_23; x_22 = lean_ctor_get(x_18, 0); lean_inc(x_22); lean_dec(x_18); -x_23 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__2(x_13, x_6, x_22); +x_23 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__2(x_13, x_6, x_22); x_2 = x_23; x_3 = x_8; goto _start; @@ -11616,7 +11616,7 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -11638,7 +11638,7 @@ lean_inc(x_6); x_7 = lean_ctor_get(x_2, 3); lean_inc(x_7); lean_dec(x_2); -x_8 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__5(x_1, x_4); +x_8 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__5(x_1, x_4); if (lean_obj_tag(x_8) == 0) { uint8_t x_9; @@ -11705,7 +11705,7 @@ lean_object* x_21; lean_object* x_22; x_21 = lean_ctor_get(x_17, 0); lean_inc(x_21); lean_dec(x_17); -x_22 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__2(x_12, x_5, x_21); +x_22 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__2(x_12, x_5, x_21); x_1 = x_22; x_2 = x_7; goto _start; @@ -11753,7 +11753,7 @@ return x_38; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -11788,12 +11788,12 @@ x_8 = lean_ctor_get(x_4, 0); lean_inc(x_8); lean_dec(x_4); x_9 = lean_box(0); -x_10 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__5(x_9, x_8); +x_10 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__5(x_9, x_8); return x_10; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__7(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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__7(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -11999,7 +11999,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__6(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -12016,7 +12016,7 @@ x_5 = lean_array_get_size(x_4); x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__7(x_6, x_7, x_4); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__7(x_6, x_7, x_4); return x_8; } else @@ -12035,7 +12035,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -12074,7 +12074,7 @@ x_14 = lean_string_dec_eq(x_2, x_10); if (x_14 == 0) { lean_object* x_15; uint8_t x_16; -x_15 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_12, x_2, x_3); +x_15 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_12, x_2, x_3); x_16 = 0; lean_ctor_set(x_1, 3, x_15); lean_ctor_set_uint8(x_1, sizeof(void*)*4, x_16); @@ -12095,7 +12095,7 @@ return x_1; else { lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_9, x_2, x_3); +x_18 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_9, x_2, x_3); x_19 = 0; lean_ctor_set(x_1, 0, x_18); lean_ctor_set_uint8(x_1, sizeof(void*)*4, x_19); @@ -12122,7 +12122,7 @@ x_25 = lean_string_dec_eq(x_2, x_21); if (x_25 == 0) { lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_26 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_23, x_2, x_3); +x_26 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_23, x_2, x_3); x_27 = 0; x_28 = lean_alloc_ctor(1, 4, 1); lean_ctor_set(x_28, 0, x_20); @@ -12150,7 +12150,7 @@ return x_30; else { lean_object* x_31; uint8_t x_32; lean_object* x_33; -x_31 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_20, x_2, x_3); +x_31 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_20, x_2, x_3); x_32 = 0; x_33 = lean_alloc_ctor(1, 4, 1); lean_ctor_set(x_33, 0, x_31); @@ -12181,7 +12181,7 @@ x_40 = lean_string_dec_eq(x_2, x_36); if (x_40 == 0) { lean_object* x_41; uint8_t x_42; -x_41 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_38, x_2, x_3); +x_41 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_38, x_2, x_3); x_42 = lean_ctor_get_uint8(x_41, sizeof(void*)*4); if (x_42 == 0) { @@ -12872,7 +12872,7 @@ return x_1; else { lean_object* x_193; uint8_t x_194; -x_193 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_35, x_2, x_3); +x_193 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_35, x_2, x_3); x_194 = lean_ctor_get_uint8(x_193, sizeof(void*)*4); if (x_194 == 0) { @@ -13578,7 +13578,7 @@ x_350 = lean_string_dec_eq(x_2, x_346); if (x_350 == 0) { lean_object* x_351; uint8_t x_352; -x_351 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_348, x_2, x_3); +x_351 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_348, x_2, x_3); x_352 = lean_ctor_get_uint8(x_351, sizeof(void*)*4); if (x_352 == 0) { @@ -14008,7 +14008,7 @@ return x_427; else { lean_object* x_428; uint8_t x_429; -x_428 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_345, x_2, x_3); +x_428 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_345, x_2, x_3); x_429 = lean_ctor_get_uint8(x_428, sizeof(void*)*4); if (x_429 == 0) { @@ -14425,7 +14425,7 @@ return x_502; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -14433,19 +14433,19 @@ x_4 = l_Lean_RBNode_isRed___rarg(x_1); if (x_4 == 0) { lean_object* x_5; -x_5 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_1, x_2, x_3); +x_5 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_1, x_2, x_3); return x_5; } else { lean_object* x_6; lean_object* x_7; -x_6 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__10(x_1, x_2, x_3); +x_6 = l_Lean_RBNode_ins___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__10(x_1, x_2, x_3); x_7 = l_Lean_RBNode_setBlack___rarg(x_6); return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -14467,7 +14467,7 @@ lean_inc(x_7); x_8 = lean_ctor_get(x_3, 3); lean_inc(x_8); lean_dec(x_3); -x_9 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11(x_1, x_2, x_5); +x_9 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11(x_1, x_2, x_5); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -14526,7 +14526,7 @@ lean_object* x_18; lean_object* x_19; x_18 = lean_ctor_get(x_14, 0); lean_inc(x_18); lean_dec(x_14); -x_19 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__9(x_13, x_6, x_18); +x_19 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__9(x_13, x_6, x_18); x_2 = x_19; x_3 = x_8; goto _start; @@ -14535,7 +14535,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__12(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__12(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -14557,7 +14557,7 @@ lean_inc(x_6); x_7 = lean_ctor_get(x_2, 3); lean_inc(x_7); lean_dec(x_2); -x_8 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__12(x_1, x_4); +x_8 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__12(x_1, x_4); if (lean_obj_tag(x_8) == 0) { uint8_t x_9; @@ -14616,7 +14616,7 @@ lean_object* x_17; lean_object* x_18; x_17 = lean_ctor_get(x_13, 0); lean_inc(x_17); lean_dec(x_13); -x_18 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__9(x_12, x_5, x_17); +x_18 = l_Lean_RBNode_insert___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__9(x_12, x_5, x_17); x_1 = x_18; x_2 = x_7; goto _start; @@ -14625,7 +14625,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__8(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__8(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -14660,12 +14660,12 @@ x_8 = lean_ctor_get(x_4, 0); lean_inc(x_8); lean_dec(x_4); x_9 = lean_box(0); -x_10 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__12(x_9, x_8); +x_10 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__12(x_9, x_8); return x_10; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__1() { _start: { lean_object* x_1; @@ -14673,164 +14673,164 @@ x_1 = lean_mk_string_from_bytes("WorkspaceEdit", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__5; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__7; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____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_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__9; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__9; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__10; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__10; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__11; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__11; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__13() { _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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__14() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__13; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__13; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__14; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__14; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__15; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__15; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__1; lean_inc(x_1); -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -14840,7 +14840,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -14852,7 +14852,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -14866,9 +14866,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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2; +x_13 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2; lean_inc(x_1); -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__6(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__6(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -14879,7 +14879,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -14891,7 +14891,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12; +x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -14905,8 +14905,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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3; -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__8(x_1, x_24); +x_24 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3; +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__8(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; @@ -14917,7 +14917,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16; +x_28 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -14929,7 +14929,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16; +x_31 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -14971,16 +14971,16 @@ return x_39; } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__4(x_1, x_2, x_3); +x_4 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__4(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__7___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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__7___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; @@ -14988,15 +14988,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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__7(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__7(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____spec__11(x_1, x_2, x_3); +x_4 = l_Lean_RBNode_foldM___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____spec__11(x_1, x_2, x_3); lean_dec(x_1); return x_4; } @@ -15005,7 +15005,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonWorkspaceEdit___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660_), 1, 0); return x_1; } } @@ -15220,7 +15220,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____closed__1() { _start: { lean_object* x_1; @@ -15228,7 +15228,7 @@ x_1 = lean_mk_string_from_bytes("edit", 4); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049_(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; @@ -15240,8 +15240,8 @@ lean_dec(x_2); x_5 = lean_ctor_get(x_1, 1); lean_inc(x_5); lean_dec(x_1); -x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590_(x_5); -x_7 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588_(x_5); +x_7 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____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); @@ -15264,7 +15264,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonApplyWorkspaceEditParams___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049_), 1, 0); return x_1; } } @@ -15276,16 +15276,16 @@ x_1 = l_Lean_Lsp_instToJsonApplyWorkspaceEditParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662_(x_3); +x_4 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660_(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__1() { _start: { lean_object* x_1; @@ -15293,38 +15293,38 @@ x_1 = lean_mk_string_from_bytes("ApplyWorkspaceEditParams", 24); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__5() { _start: { lean_object* x_1; @@ -15332,87 +15332,87 @@ x_1 = lean_mk_string_from_bytes("label?", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__5; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__8; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__10; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__10; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__11; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__12; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__12; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -15426,7 +15426,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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -15438,7 +15438,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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -15452,8 +15452,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_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____closed__1; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -15463,7 +15463,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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -15475,7 +15475,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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13; +x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -15514,21 +15514,21 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____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_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092_(x_1); lean_dec(x_1); return x_2; } @@ -15537,7 +15537,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams___clos _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____boxed), 1, 0); return x_1; } } @@ -15549,7 +15549,7 @@ x_1 = l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__1() { _start: { lean_object* x_1; @@ -15557,7 +15557,7 @@ x_1 = lean_mk_string_from_bytes("languageId", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2() { _start: { lean_object* x_1; @@ -15565,7 +15565,7 @@ x_1 = lean_mk_string_from_bytes("text", 4); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235_(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; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; @@ -15590,7 +15590,7 @@ lean_ctor_set(x_10, 0, x_8); lean_ctor_set(x_10, 1, x_9); x_11 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_11, 0, x_3); -x_12 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1; +x_12 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____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); @@ -15609,7 +15609,7 @@ lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_9); x_20 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_20, 0, x_5); -x_21 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2; +x_21 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); @@ -15637,7 +15637,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonTextDocumentItem___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235_), 1, 0); return x_1; } } @@ -15649,7 +15649,7 @@ x_1 = l_Lean_Lsp_instToJsonTextDocumentItem___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__1() { _start: { lean_object* x_1; @@ -15657,98 +15657,98 @@ x_1 = lean_mk_string_from_bytes("TextDocumentItem", 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__5; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__5; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____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_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__8() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__7; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__9; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__9; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -15758,77 +15758,77 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__11; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__12; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__13; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__13; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____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_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__15; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__15; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__16; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__16; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__17; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__17; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -15842,7 +15842,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -15854,7 +15854,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -15868,7 +15868,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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1; +x_13 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__1; x_14 = l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -15879,7 +15879,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -15891,7 +15891,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10; +x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -15917,7 +15917,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14; +x_28 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -15929,7 +15929,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14; +x_31 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -15943,7 +15943,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_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2; +x_35 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2; x_36 = l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(x_1, x_35); if (lean_obj_tag(x_36) == 0) { @@ -15956,7 +15956,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18; +x_39 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18; x_40 = lean_string_append(x_39, x_38); lean_dec(x_38); lean_ctor_set(x_36, 0, x_40); @@ -15968,7 +15968,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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18; +x_42 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); x_44 = lean_alloc_ctor(0, 1, 0); @@ -16013,11 +16013,11 @@ return x_50; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313_(x_1); lean_dec(x_1); return x_2; } @@ -16026,7 +16026,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonTextDocumentItem___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____boxed), 1, 0); return x_1; } } @@ -16038,7 +16038,7 @@ x_1 = l_Lean_Lsp_instFromJsonTextDocumentItem___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____closed__1() { _start: { lean_object* x_1; @@ -16046,7 +16046,7 @@ x_1 = lean_mk_string_from_bytes("position", 8); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518_(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; @@ -16065,7 +16065,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1; +x_10 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____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_9); @@ -16087,7 +16087,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonTextDocumentPositionParams___clos _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518_), 1, 0); return x_1; } } @@ -16099,7 +16099,7 @@ x_1 = l_Lean_Lsp_instToJsonTextDocumentPositionParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -16109,7 +16109,7 @@ lean_dec(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__1() { _start: { lean_object* x_1; @@ -16117,103 +16117,103 @@ x_1 = lean_mk_string_from_bytes("TextDocumentPositionParams", 26); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__5; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__5; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____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_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__8() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__7; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__9; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__9; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2677____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_5570____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -16222,7 +16222,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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -16234,7 +16234,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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -16248,7 +16248,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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1; +x_13 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____closed__1; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -16259,7 +16259,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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -16271,7 +16271,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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10; +x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -16310,21 +16310,21 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____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_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(x_1); lean_dec(x_1); return x_2; } @@ -16333,7 +16333,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonTextDocumentPositionParams___cl _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____boxed), 1, 0); return x_1; } } @@ -16407,7 +16407,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1() { _start: { lean_object* x_1; @@ -16415,7 +16415,7 @@ x_1 = lean_mk_string_from_bytes("language", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2() { _start: { lean_object* x_1; @@ -16423,7 +16423,7 @@ x_1 = lean_mk_string_from_bytes("scheme", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3() { _start: { lean_object* x_1; @@ -16431,18 +16431,18 @@ x_1 = lean_mk_string_from_bytes("pattern", 7); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749_(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; x_2 = lean_ctor_get(x_1, 0); -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1; x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_3, x_2); x_5 = lean_ctor_get(x_1, 1); -x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2; x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_6, x_5); x_8 = lean_ctor_get(x_1, 2); -x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3; x_10 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_9, x_8); x_11 = lean_box(0); x_12 = lean_alloc_ctor(1, 2, 0); @@ -16459,11 +16459,11 @@ x_16 = l_Lean_Json_mkObj(x_15); return x_16; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749_(x_1); lean_dec(x_1); return x_2; } @@ -16472,7 +16472,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDocumentFilter___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____boxed), 1, 0); return x_1; } } @@ -16484,7 +16484,7 @@ x_1 = l_Lean_Lsp_instToJsonDocumentFilter___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__1() { _start: { lean_object* x_1; @@ -16492,38 +16492,38 @@ x_1 = lean_mk_string_from_bytes("DocumentFilter", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__5() { _start: { lean_object* x_1; @@ -16531,47 +16531,47 @@ x_1 = lean_mk_string_from_bytes("language?", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__5; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__8; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__10() { _start: { lean_object* x_1; @@ -16579,47 +16579,47 @@ x_1 = lean_mk_string_from_bytes("scheme?", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__10; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__11; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__12; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__13; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__13; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__15() { _start: { lean_object* x_1; @@ -16627,51 +16627,51 @@ x_1 = lean_mk_string_from_bytes("pattern?", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__15; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__16; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__16; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__17; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__17; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__18; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__18; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -16681,7 +16681,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -16693,7 +16693,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -16707,7 +16707,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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2; +x_13 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -16718,7 +16718,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -16730,7 +16730,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14; +x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -16744,7 +16744,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_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3; +x_24 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3; x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { @@ -16756,7 +16756,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19; +x_28 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -16768,7 +16768,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19; +x_31 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -16810,11 +16810,11 @@ return x_39; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792_(x_1); lean_dec(x_1); return x_2; } @@ -16823,7 +16823,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDocumentFilter___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____boxed), 1, 0); return x_1; } } @@ -16853,7 +16853,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_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794_(x_6); +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792_(x_6); lean_dec(x_6); if (lean_obj_tag(x_9) == 0) { @@ -16950,7 +16950,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_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751_(x_5); +x_8 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749_(x_5); lean_dec(x_5); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); @@ -16995,7 +16995,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5985_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5983_(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; @@ -17010,11 +17010,11 @@ x_7 = l_Lean_Json_mkObj(x_6); return x_7; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5985____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5983____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5985_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5983_(x_1); lean_dec(x_1); return x_2; } @@ -17023,7 +17023,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonStaticRegistrationOptions___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5985____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_5983____boxed), 1, 0); return x_1; } } @@ -17035,7 +17035,7 @@ x_1 = l_Lean_Lsp_instToJsonStaticRegistrationOptions___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__1() { _start: { lean_object* x_1; @@ -17043,38 +17043,38 @@ x_1 = lean_mk_string_from_bytes("StaticRegistrationOptions", 25); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____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_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__5() { _start: { lean_object* x_1; @@ -17082,47 +17082,47 @@ x_1 = lean_mk_string_from_bytes("id?", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____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_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__5; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____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_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__8; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -17136,7 +17136,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_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -17148,7 +17148,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_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -17177,11 +17177,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012_(x_1); lean_dec(x_1); return x_2; } @@ -17190,7 +17190,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonStaticRegistrationOptions___clo _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____boxed), 1, 0); return x_1; } } @@ -17210,7 +17210,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -17244,7 +17244,7 @@ return x_12; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1() { _start: { lean_object* x_1; @@ -17252,12 +17252,12 @@ x_1 = lean_mk_string_from_bytes("documentSelector", 16); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090_(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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1; -x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____spec__1(x_2, x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____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); @@ -17271,7 +17271,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090_), 1, 0); return x_1; } } @@ -17283,7 +17283,7 @@ x_1 = l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -17369,7 +17369,7 @@ return x_25; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__1() { _start: { lean_object* x_1; @@ -17377,38 +17377,38 @@ x_1 = lean_mk_string_from_bytes("TextDocumentRegistrationOptions", 31); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__5() { _start: { lean_object* x_1; @@ -17416,52 +17416,52 @@ x_1 = lean_mk_string_from_bytes("documentSelector?", 17); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__5; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__8; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -17470,7 +17470,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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -17482,7 +17482,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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -17511,21 +17511,21 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____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_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125_(x_1); lean_dec(x_1); return x_2; } @@ -17534,7 +17534,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____boxed), 1, 0); return x_1; } } @@ -17779,7 +17779,7 @@ x_3 = l_Lean_Lsp_instToJsonMarkupKind(x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__1() { _start: { lean_object* x_1; @@ -17787,7 +17787,7 @@ x_1 = lean_mk_string_from_bytes("value", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -17799,19 +17799,19 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__3() { _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_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__2; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____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); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -17823,19 +17823,19 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____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_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____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; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318_(lean_object* x_1) { _start: { uint8_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; lean_object* x_9; @@ -17845,7 +17845,7 @@ x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____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); @@ -17858,7 +17858,7 @@ lean_ctor_set(x_9, 1, x_3); if (x_2 == 0) { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__3; +x_10 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__3; x_11 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -17869,7 +17869,7 @@ return x_13; else { lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__5; +x_14 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__5; x_15 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_9); @@ -17879,11 +17879,11 @@ return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318_(x_1); lean_dec(x_1); return x_2; } @@ -17892,7 +17892,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonMarkupContent___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____boxed), 1, 0); return x_1; } } @@ -17904,7 +17904,7 @@ x_1 = l_Lean_Lsp_instToJsonMarkupContent___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -17953,7 +17953,7 @@ return x_12; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__1() { _start: { lean_object* x_1; @@ -17961,38 +17961,38 @@ x_1 = lean_mk_string_from_bytes("MarkupContent", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -18002,82 +18002,82 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__5; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__7; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____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_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__9; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__9; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__10; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__10; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__11; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__11; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = l_Lean_Lsp_instToJsonDocumentChange___closed__3; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -18086,7 +18086,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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -18098,7 +18098,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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -18112,7 +18112,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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1; +x_13 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__1; x_14 = l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -18123,7 +18123,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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -18135,7 +18135,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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12; +x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -18178,21 +18178,21 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368_(x_1); lean_dec(x_1); return x_2; } @@ -18201,7 +18201,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonMarkupContent___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____boxed), 1, 0); return x_1; } } @@ -18213,7 +18213,7 @@ x_1 = l_Lean_Lsp_instFromJsonMarkupContent___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg___closed__1() { _start: { lean_object* x_1; @@ -18221,7 +18221,7 @@ x_1 = lean_mk_string_from_bytes("token", 5); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg(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; 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; @@ -18232,7 +18232,7 @@ lean_inc(x_4); lean_dec(x_2); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_3); -x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg___closed__1; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg___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); @@ -18241,7 +18241,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 = lean_apply_1(x_1, x_4); -x_11 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1; +x_11 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____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); @@ -18259,11 +18259,11 @@ x_17 = l_Lean_Json_mkObj(x_16); return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503_(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg), 2, 0); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg), 2, 0); return x_2; } } @@ -18271,7 +18271,7 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonProgressParams___rarg(lean_object* _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg), 2, 1); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } @@ -18324,7 +18324,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1() { _start: { lean_object* x_1; @@ -18332,7 +18332,7 @@ x_1 = lean_mk_string_from_bytes("message", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2() { _start: { lean_object* x_1; @@ -18340,7 +18340,7 @@ x_1 = lean_mk_string_from_bytes("cancellable", 11); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3() { _start: { lean_object* x_1; @@ -18348,7 +18348,7 @@ x_1 = lean_mk_string_from_bytes("percentage", 10); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600_(lean_object* x_1) { _start: { 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_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; @@ -18370,19 +18370,19 @@ x_9 = lean_box(0); x_10 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_10, 0, x_8); lean_ctor_set(x_10, 1, x_9); -x_11 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1; +x_11 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1; x_12 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_11, x_3); lean_dec(x_3); x_13 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_13, 0, x_4); -x_14 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2; +x_14 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2; x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); x_16 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_9); -x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3; +x_17 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3; x_18 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2500____spec__1(x_17, x_5); x_19 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_19, 0, x_18); @@ -18405,7 +18405,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkDoneProgressReport___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600_), 1, 0); return x_1; } } @@ -18433,7 +18433,7 @@ x_1 = l_Lean_Lsp_WorkDoneProgressBegin_kind___default___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressBegin____x40_Lean_Data_Lsp_Basic___hyg_6686_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressBegin____x40_Lean_Data_Lsp_Basic___hyg_6684_(lean_object* x_1) { _start: { 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_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; @@ -18457,19 +18457,19 @@ 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 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1; +x_12 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1; x_13 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_12, x_4); lean_dec(x_4); x_14 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_14, 0, x_5); -x_15 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2; +x_15 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2; 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_10); -x_18 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3; +x_18 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3; x_19 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2500____spec__1(x_18, x_6); x_20 = lean_ctor_get(x_1, 1); lean_inc(x_20); @@ -18507,7 +18507,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkDoneProgressBegin___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressBegin____x40_Lean_Data_Lsp_Basic___hyg_6686_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressBegin____x40_Lean_Data_Lsp_Basic___hyg_6684_), 1, 0); return x_1; } } @@ -18535,7 +18535,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6785_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6783_(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; @@ -18552,7 +18552,7 @@ 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 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1; x_10 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_9, x_3); x_11 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_11, 0, x_10); @@ -18565,11 +18565,11 @@ x_14 = l_Lean_Json_mkObj(x_13); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6785____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6783____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6785_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6783_(x_1); lean_dec(x_1); return x_2; } @@ -18578,7 +18578,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkDoneProgressEnd___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6785____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressEnd____x40_Lean_Data_Lsp_Basic___hyg_6783____boxed), 1, 0); return x_1; } } @@ -18598,7 +18598,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -18626,7 +18626,7 @@ return x_8; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1() { _start: { lean_object* x_1; @@ -18634,12 +18634,12 @@ x_1 = lean_mk_string_from_bytes("workDoneToken", 13); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839_(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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1; -x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_2, x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____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); @@ -18649,20 +18649,20 @@ x_7 = l_Lean_Json_mkObj(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____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_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_1, x_2); +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839_(x_1); lean_dec(x_1); return x_2; } @@ -18671,7 +18671,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkDoneProgressParams___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____boxed), 1, 0); return x_1; } } @@ -18683,7 +18683,7 @@ x_1 = l_Lean_Lsp_instToJsonWorkDoneProgressParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -18747,7 +18747,7 @@ return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__1() { _start: { lean_object* x_1; @@ -18755,38 +18755,38 @@ x_1 = lean_mk_string_from_bytes("WorkDoneProgressParams", 22); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__5() { _start: { lean_object* x_1; @@ -18794,52 +18794,52 @@ x_1 = lean_mk_string_from_bytes("workDoneToken?", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__5; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__8; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -18848,7 +18848,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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -18860,7 +18860,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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -18889,21 +18889,21 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868_(x_1); lean_dec(x_1); return x_2; } @@ -18912,7 +18912,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonWorkDoneProgressParams___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____boxed), 1, 0); return x_1; } } @@ -18932,7 +18932,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1() { _start: { lean_object* x_1; @@ -18940,12 +18940,12 @@ x_1 = lean_mk_string_from_bytes("partialResultToken", 18); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946_(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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1; -x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_2, x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1; +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____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); @@ -18955,11 +18955,11 @@ x_7 = l_Lean_Json_mkObj(x_6); return x_7; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946_(x_1); lean_dec(x_1); return x_2; } @@ -18968,7 +18968,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonPartialResultParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____boxed), 1, 0); return x_1; } } @@ -18980,7 +18980,7 @@ x_1 = l_Lean_Lsp_instToJsonPartialResultParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__1() { _start: { lean_object* x_1; @@ -18988,38 +18988,38 @@ x_1 = lean_mk_string_from_bytes("PartialResultParams", 19); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____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_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__5() { _start: { lean_object* x_1; @@ -19027,52 +19027,52 @@ x_1 = lean_mk_string_from_bytes("partialResultToken?", 19); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____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_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__5; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____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_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__8; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__8; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -19081,7 +19081,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_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -19093,7 +19093,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_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -19122,11 +19122,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975_(x_1); lean_dec(x_1); return x_2; } @@ -19135,7 +19135,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonPartialResultParams___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____boxed), 1, 0); return x_1; } } @@ -19155,7 +19155,7 @@ x_1 = 0; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____closed__1() { _start: { lean_object* x_1; @@ -19163,13 +19163,13 @@ x_1 = lean_mk_string_from_bytes("workDoneProgress", 16); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053_(uint8_t x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051_(uint8_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; x_2 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_2, 0, x_1); -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____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); @@ -19185,13 +19185,13 @@ x_9 = l_Lean_Json_mkObj(x_8); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____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_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053_(x_2); +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051_(x_2); return x_3; } } @@ -19199,7 +19199,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkDoneProgressOptions___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____boxed), 1, 0); return x_1; } } @@ -19211,7 +19211,7 @@ x_1 = l_Lean_Lsp_instToJsonWorkDoneProgressOptions___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__1() { _start: { lean_object* x_1; @@ -19219,82 +19219,82 @@ x_1 = lean_mk_string_from_bytes("WorkDoneProgressOptions", 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____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_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__1; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__2; -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__1; +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__2; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__3; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__3; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____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_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__5; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__4; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__6; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__4; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__7; +x_1 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__7; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCancelParams____x40_Lean_Data_Lsp_Basic___hyg_144____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1; +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -19304,7 +19304,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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8; +x_6 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -19316,7 +19316,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_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8; +x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -19345,11 +19345,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087_(x_1); lean_dec(x_1); return x_2; } @@ -19358,7 +19358,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonWorkDoneProgressOptions___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____boxed), 1, 0); return x_1; } } @@ -20126,48 +20126,48 @@ l_Lean_Lsp_WorkspaceEdit_documentChanges___default = _init_l_Lean_Lsp_WorkspaceE lean_mark_persistent(l_Lean_Lsp_WorkspaceEdit_documentChanges___default); l_Lean_Lsp_WorkspaceEdit_changeAnnotations___default = _init_l_Lean_Lsp_WorkspaceEdit_changeAnnotations___default(); lean_mark_persistent(l_Lean_Lsp_WorkspaceEdit_changeAnnotations___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588____closed__3); l_Lean_Lsp_instToJsonWorkspaceEdit___closed__1 = _init_l_Lean_Lsp_instToJsonWorkspaceEdit___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkspaceEdit___closed__1); l_Lean_Lsp_instToJsonWorkspaceEdit = _init_l_Lean_Lsp_instToJsonWorkspaceEdit(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkspaceEdit); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__9); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__10); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__11); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__12); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__13); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__14 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__14); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__15 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__15); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662____closed__16); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__10); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__11); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__12); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__13); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__14 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__14); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__15 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__15); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660____closed__16); l_Lean_Lsp_instFromJsonWorkspaceEdit___closed__1 = _init_l_Lean_Lsp_instFromJsonWorkspaceEdit___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonWorkspaceEdit___closed__1); l_Lean_Lsp_instFromJsonWorkspaceEdit = _init_l_Lean_Lsp_instFromJsonWorkspaceEdit(); @@ -20186,116 +20186,116 @@ l_Lean_Lsp_WorkspaceEdit_ofTextEdit___closed__1 = _init_l_Lean_Lsp_WorkspaceEdit lean_mark_persistent(l_Lean_Lsp_WorkspaceEdit_ofTextEdit___closed__1); l_Lean_Lsp_ApplyWorkspaceEditParams_label_x3f___default = _init_l_Lean_Lsp_ApplyWorkspaceEditParams_label_x3f___default(); lean_mark_persistent(l_Lean_Lsp_ApplyWorkspaceEditParams_label_x3f___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049____closed__1); l_Lean_Lsp_instToJsonApplyWorkspaceEditParams___closed__1 = _init_l_Lean_Lsp_instToJsonApplyWorkspaceEditParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonApplyWorkspaceEditParams___closed__1); l_Lean_Lsp_instToJsonApplyWorkspaceEditParams = _init_l_Lean_Lsp_instToJsonApplyWorkspaceEditParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonApplyWorkspaceEditParams); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__9); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__10); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__11); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__12); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5094____closed__13); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__10); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__11); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__12); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5092____closed__13); l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams___closed__1 = _init_l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams___closed__1); l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams = _init_l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams(); lean_mark_persistent(l_Lean_Lsp_instFromJsonApplyWorkspaceEditParams); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235____closed__2); l_Lean_Lsp_instToJsonTextDocumentItem___closed__1 = _init_l_Lean_Lsp_instToJsonTextDocumentItem___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentItem___closed__1); l_Lean_Lsp_instToJsonTextDocumentItem = _init_l_Lean_Lsp_instToJsonTextDocumentItem(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentItem); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__9); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__10); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__11); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__12); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__13); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__14); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__15 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__15); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__16 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__16); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__17 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__17); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315____closed__18); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__10); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__11); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__12); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__13); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__14); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__15 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__15); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__16 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__16); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__17 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__17); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313____closed__18); l_Lean_Lsp_instFromJsonTextDocumentItem___closed__1 = _init_l_Lean_Lsp_instFromJsonTextDocumentItem___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentItem___closed__1); l_Lean_Lsp_instFromJsonTextDocumentItem = _init_l_Lean_Lsp_instFromJsonTextDocumentItem(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentItem); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5520____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5518____closed__1); l_Lean_Lsp_instToJsonTextDocumentPositionParams___closed__1 = _init_l_Lean_Lsp_instToJsonTextDocumentPositionParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentPositionParams___closed__1); l_Lean_Lsp_instToJsonTextDocumentPositionParams = _init_l_Lean_Lsp_instToJsonTextDocumentPositionParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentPositionParams); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__9); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____closed__10); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____closed__10); l_Lean_Lsp_instFromJsonTextDocumentPositionParams___closed__1 = _init_l_Lean_Lsp_instFromJsonTextDocumentPositionParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentPositionParams___closed__1); l_Lean_Lsp_instFromJsonTextDocumentPositionParams = _init_l_Lean_Lsp_instFromJsonTextDocumentPositionParams(); @@ -20308,54 +20308,54 @@ l_Lean_Lsp_DocumentFilter_scheme_x3f___default = _init_l_Lean_Lsp_DocumentFilter lean_mark_persistent(l_Lean_Lsp_DocumentFilter_scheme_x3f___default); l_Lean_Lsp_DocumentFilter_pattern_x3f___default = _init_l_Lean_Lsp_DocumentFilter_pattern_x3f___default(); lean_mark_persistent(l_Lean_Lsp_DocumentFilter_pattern_x3f___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5751____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5749____closed__3); l_Lean_Lsp_instToJsonDocumentFilter___closed__1 = _init_l_Lean_Lsp_instToJsonDocumentFilter___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonDocumentFilter___closed__1); l_Lean_Lsp_instToJsonDocumentFilter = _init_l_Lean_Lsp_instToJsonDocumentFilter(); lean_mark_persistent(l_Lean_Lsp_instToJsonDocumentFilter); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__9); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__10); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__11); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__12); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__13); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__14); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__15 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__15); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__16 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__16); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__17 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__17); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__18 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__18); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5794____closed__19); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__10); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__11); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__12); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__13 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__13); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__14); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__15 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__15); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__16 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__16); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__17 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__17); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__18 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__18); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonDocumentFilter____x40_Lean_Data_Lsp_Basic___hyg_5792____closed__19); l_Lean_Lsp_instFromJsonDocumentFilter___closed__1 = _init_l_Lean_Lsp_instFromJsonDocumentFilter___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDocumentFilter___closed__1); l_Lean_Lsp_instFromJsonDocumentFilter = _init_l_Lean_Lsp_instFromJsonDocumentFilter(); @@ -20366,54 +20366,54 @@ l_Lean_Lsp_instToJsonStaticRegistrationOptions___closed__1 = _init_l_Lean_Lsp_in lean_mark_persistent(l_Lean_Lsp_instToJsonStaticRegistrationOptions___closed__1); l_Lean_Lsp_instToJsonStaticRegistrationOptions = _init_l_Lean_Lsp_instToJsonStaticRegistrationOptions(); lean_mark_persistent(l_Lean_Lsp_instToJsonStaticRegistrationOptions); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6014____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonStaticRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6012____closed__9); l_Lean_Lsp_instFromJsonStaticRegistrationOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonStaticRegistrationOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonStaticRegistrationOptions___closed__1); l_Lean_Lsp_instFromJsonStaticRegistrationOptions = _init_l_Lean_Lsp_instFromJsonStaticRegistrationOptions(); lean_mark_persistent(l_Lean_Lsp_instFromJsonStaticRegistrationOptions); l_Lean_Lsp_TextDocumentRegistrationOptions_documentSelector_x3f___default = _init_l_Lean_Lsp_TextDocumentRegistrationOptions_documentSelector_x3f___default(); lean_mark_persistent(l_Lean_Lsp_TextDocumentRegistrationOptions_documentSelector_x3f___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6092____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6090____closed__1); l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions___closed__1 = _init_l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions___closed__1); l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions = _init_l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentRegistrationOptions); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____closed__9); l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions___closed__1); l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions = _init_l_Lean_Lsp_instFromJsonTextDocumentRegistrationOptions(); @@ -20436,50 +20436,50 @@ l_Lean_Lsp_instToJsonMarkupKind___closed__1 = _init_l_Lean_Lsp_instToJsonMarkupK lean_mark_persistent(l_Lean_Lsp_instToJsonMarkupKind___closed__1); l_Lean_Lsp_instToJsonMarkupKind___closed__2 = _init_l_Lean_Lsp_instToJsonMarkupKind___closed__2(); lean_mark_persistent(l_Lean_Lsp_instToJsonMarkupKind___closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318____closed__5); l_Lean_Lsp_instToJsonMarkupContent___closed__1 = _init_l_Lean_Lsp_instToJsonMarkupContent___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonMarkupContent___closed__1); l_Lean_Lsp_instToJsonMarkupContent = _init_l_Lean_Lsp_instToJsonMarkupContent(); lean_mark_persistent(l_Lean_Lsp_instToJsonMarkupContent); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__9); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__10); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__11); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370____closed__12); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__10 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__10); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__11 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__11); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368____closed__12); l_Lean_Lsp_instFromJsonMarkupContent___closed__1 = _init_l_Lean_Lsp_instFromJsonMarkupContent___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonMarkupContent___closed__1); l_Lean_Lsp_instFromJsonMarkupContent = _init_l_Lean_Lsp_instFromJsonMarkupContent(); lean_mark_persistent(l_Lean_Lsp_instFromJsonMarkupContent); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg___closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6505____rarg___closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg___closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6503____rarg___closed__1); l_Lean_Lsp_WorkDoneProgressReport_kind___default___closed__1 = _init_l_Lean_Lsp_WorkDoneProgressReport_kind___default___closed__1(); lean_mark_persistent(l_Lean_Lsp_WorkDoneProgressReport_kind___default___closed__1); l_Lean_Lsp_WorkDoneProgressReport_kind___default = _init_l_Lean_Lsp_WorkDoneProgressReport_kind___default(); @@ -20489,12 +20489,12 @@ lean_mark_persistent(l_Lean_Lsp_WorkDoneProgressReport_message_x3f___default); l_Lean_Lsp_WorkDoneProgressReport_cancellable___default = _init_l_Lean_Lsp_WorkDoneProgressReport_cancellable___default(); l_Lean_Lsp_WorkDoneProgressReport_percentage_x3f___default = _init_l_Lean_Lsp_WorkDoneProgressReport_percentage_x3f___default(); lean_mark_persistent(l_Lean_Lsp_WorkDoneProgressReport_percentage_x3f___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6602____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressReport____x40_Lean_Data_Lsp_Basic___hyg_6600____closed__3); l_Lean_Lsp_instToJsonWorkDoneProgressReport___closed__1 = _init_l_Lean_Lsp_instToJsonWorkDoneProgressReport___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkDoneProgressReport___closed__1); l_Lean_Lsp_instToJsonWorkDoneProgressReport = _init_l_Lean_Lsp_instToJsonWorkDoneProgressReport(); @@ -20517,87 +20517,87 @@ l_Lean_Lsp_instToJsonWorkDoneProgressEnd = _init_l_Lean_Lsp_instToJsonWorkDonePr lean_mark_persistent(l_Lean_Lsp_instToJsonWorkDoneProgressEnd); l_Lean_Lsp_WorkDoneProgressParams_workDoneToken_x3f___default = _init_l_Lean_Lsp_WorkDoneProgressParams_workDoneToken_x3f___default(); lean_mark_persistent(l_Lean_Lsp_WorkDoneProgressParams_workDoneToken_x3f___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____closed__1); l_Lean_Lsp_instToJsonWorkDoneProgressParams___closed__1 = _init_l_Lean_Lsp_instToJsonWorkDoneProgressParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkDoneProgressParams___closed__1); l_Lean_Lsp_instToJsonWorkDoneProgressParams = _init_l_Lean_Lsp_instToJsonWorkDoneProgressParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkDoneProgressParams); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____closed__9); l_Lean_Lsp_instFromJsonWorkDoneProgressParams___closed__1 = _init_l_Lean_Lsp_instFromJsonWorkDoneProgressParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonWorkDoneProgressParams___closed__1); l_Lean_Lsp_instFromJsonWorkDoneProgressParams = _init_l_Lean_Lsp_instFromJsonWorkDoneProgressParams(); lean_mark_persistent(l_Lean_Lsp_instFromJsonWorkDoneProgressParams); l_Lean_Lsp_PartialResultParams_partialResultToken_x3f___default = _init_l_Lean_Lsp_PartialResultParams_partialResultToken_x3f___default(); lean_mark_persistent(l_Lean_Lsp_PartialResultParams_partialResultToken_x3f___default); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6948____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6946____closed__1); l_Lean_Lsp_instToJsonPartialResultParams___closed__1 = _init_l_Lean_Lsp_instToJsonPartialResultParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonPartialResultParams___closed__1); l_Lean_Lsp_instToJsonPartialResultParams = _init_l_Lean_Lsp_instToJsonPartialResultParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonPartialResultParams); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__8); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6977____closed__9); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonPartialResultParams____x40_Lean_Data_Lsp_Basic___hyg_6975____closed__9); l_Lean_Lsp_instFromJsonPartialResultParams___closed__1 = _init_l_Lean_Lsp_instFromJsonPartialResultParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonPartialResultParams___closed__1); l_Lean_Lsp_instFromJsonPartialResultParams = _init_l_Lean_Lsp_instFromJsonPartialResultParams(); lean_mark_persistent(l_Lean_Lsp_instFromJsonPartialResultParams); l_Lean_Lsp_WorkDoneProgressOptions_workDoneProgress___default = _init_l_Lean_Lsp_WorkDoneProgressOptions_workDoneProgress___default(); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7053____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7051____closed__1); l_Lean_Lsp_instToJsonWorkDoneProgressOptions___closed__1 = _init_l_Lean_Lsp_instToJsonWorkDoneProgressOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkDoneProgressOptions___closed__1); l_Lean_Lsp_instToJsonWorkDoneProgressOptions = _init_l_Lean_Lsp_instToJsonWorkDoneProgressOptions(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkDoneProgressOptions); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__1); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__2); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__3); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__4); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__5); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__6); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__7); -l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7089____closed__8); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__1 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__1); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__2 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__2); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__3 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__3); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__4 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__4); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__5 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__5); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__6 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__6); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__7 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__7); +l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8 = _init_l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressOptions____x40_Lean_Data_Lsp_Basic___hyg_7087____closed__8); l_Lean_Lsp_instFromJsonWorkDoneProgressOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonWorkDoneProgressOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonWorkDoneProgressOptions___closed__1); l_Lean_Lsp_instFromJsonWorkDoneProgressOptions = _init_l_Lean_Lsp_instFromJsonWorkDoneProgressOptions(); diff --git a/stage0/stdlib/Lean/Data/Lsp/Capabilities.c b/stage0/stdlib/Lean/Data/Lsp/Capabilities.c index 4961e3cfdb81..10f02ea75ff3 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Capabilities.c +++ b/stage0/stdlib/Lean/Data/Lsp/Capabilities.c @@ -29,7 +29,6 @@ LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabiliti LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_20_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonServerCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1067____closed__13; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6850_(lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_995____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1553____closed__3; 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_1262____spec__1(lean_object*, lean_object*); @@ -112,7 +111,6 @@ static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonS static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1262____closed__8; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1553____closed__9; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1737____closed__19; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_702____closed__2; static lean_object* l_Lean_Lsp_instToJsonWindowClientCapabilities___closed__1; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_848____closed__5; @@ -211,6 +209,7 @@ static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonC lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_311____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_174____boxed(lean_object*); +lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1737____closed__35; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_702____closed__3; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_271____spec__1___boxed(lean_object*, lean_object*); @@ -264,7 +263,6 @@ lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActio LEAN_EXPORT lean_object* l_Lean_Lsp_WorkspaceEditClientCapabilities_resourceOperations_x3f___default; LEAN_EXPORT lean_object* l_Lean_Lsp_ClientCapabilities_workspace_x3f___default; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1737____closed__3; -lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109_(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_1737____spec__2___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_848____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_1737____spec__1___boxed(lean_object*, lean_object*); @@ -293,6 +291,8 @@ LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Ls LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1737____boxed(lean_object*); static lean_object* l_Lean_Lsp_instToJsonWorkspaceClientCapabilities___closed__1; LEAN_EXPORT uint8_t l_Lean_Lsp_ServerCapabilities_documentHighlightProvider___default; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6800_(lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_311____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonChangeAnnotationSupport____x40_Lean_Data_Lsp_Capabilities___hyg_673____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1262____closed__14; @@ -305,6 +305,7 @@ static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonC LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonWindowClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_557____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1067____closed__11; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_848____closed__7; +lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonCompletionClientCapabilities___closed__1; LEAN_EXPORT uint8_t l_Lean_Lsp_ServerCapabilities_typeDefinitionProvider___default; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonCompletionItemCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_53____closed__2; @@ -324,7 +325,6 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonClientCapabilities; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonShowDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_479____closed__7; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonTextDocumentClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_311____closed__14; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_toJsonServerCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_1553____closed__7; -lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_ServerCapabilities_documentSymbolProvider___default; static lean_object* l___private_Lean_Data_Lsp_Capabilities_0__Lean_Lsp_fromJsonWorkspaceEditClientCapabilities____x40_Lean_Data_Lsp_Capabilities___hyg_848____closed__17; 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_1737____spec__2(lean_object*, lean_object*); @@ -4141,7 +4141,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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109_(x_4); +x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107_(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); @@ -4197,7 +4197,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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6850_(x_4); +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6800_(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); @@ -4527,7 +4527,7 @@ return x_4; else { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196_(x_3); +x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194_(x_3); lean_dec(x_3); if (lean_obj_tag(x_5) == 0) { @@ -4655,7 +4655,7 @@ return x_4; else { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702_(x_3); +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652_(x_3); lean_dec(x_3); if (lean_obj_tag(x_5) == 0) { diff --git a/stage0/stdlib/Lean/Data/Lsp/CodeActions.c b/stage0/stdlib/Lean/Data/Lsp/CodeActions.c index 6aff19fd08e0..952e937e4160 100644 --- a/stage0/stdlib/Lean/Data/Lsp/CodeActions.c +++ b/stage0/stdlib/Lean/Data/Lsp/CodeActions.c @@ -25,6 +25,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Ls static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__20; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__44; LEAN_EXPORT lean_object* l_Lean_Lsp_CodeActionClientCapabilities_resolveSupport_x3f___default; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonCodeActionTriggerKind___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeActionLiteralSupportValueSet____x40_Lean_Data_Lsp_CodeActions___hyg_2001_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__6; @@ -63,6 +64,7 @@ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCo LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1248____closed__1; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__31; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____closed__19; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__21; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__46; @@ -134,7 +136,6 @@ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCo static lean_object* l_Lean_Lsp_instToJsonCodeActionParams___closed__1; static lean_object* l_Lean_Lsp_instFromJsonResolveSupport___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1248_(lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionLiteralSupport____x40_Lean_Data_Lsp_CodeActions___hyg_2048____closed__9; static lean_object* l_Lean_Lsp_instFromJsonCodeActionTriggerKind___closed__4; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____closed__8; @@ -155,6 +156,7 @@ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCo static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__36; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonResolveSupport___closed__1; +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588_(lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonCodeAction___closed__1; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionDisabled____x40_Lean_Data_Lsp_CodeActions___hyg_807____closed__8; @@ -164,6 +166,7 @@ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCo static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____closed__12; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__19; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_995_(lean_object*); +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____spec__3(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__13; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__5; @@ -176,7 +179,6 @@ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCo static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__46; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_CodeActionTriggerKind_noConfusion___rarg___lambda__1___boxed(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1248____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionLiteralSupportValueSet____x40_Lean_Data_Lsp_CodeActions___hyg_1936_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__43; @@ -312,6 +314,7 @@ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCo static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__15; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__28; +lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CodeActionTriggerKind_noConfusion(lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_995____closed__17; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionLiteralSupport____x40_Lean_Data_Lsp_CodeActions___hyg_2048____closed__6; @@ -357,7 +360,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJ static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__3; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_995____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____boxed(lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____closed__14; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__21; @@ -370,7 +372,6 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCodeActionParams; lean_object* lean_array_get_size(lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__38; static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____spec__1___closed__2; -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_995____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionDisabled____x40_Lean_Data_Lsp_CodeActions___hyg_807____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355____closed__39; @@ -404,7 +405,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Cod static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__24; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionContext____x40_Lean_Data_Lsp_CodeActions___hyg_186____closed__4; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__6; -lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1248____closed__2; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionOptions____x40_Lean_Data_Lsp_CodeActions___hyg_995____closed__15; static lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionClientCapabilities____x40_Lean_Data_Lsp_CodeActions___hyg_2224____closed__11; @@ -2040,7 +2040,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJ { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -2076,7 +2076,7 @@ x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); x_13 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__11; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -2113,7 +2113,7 @@ x_23 = lean_ctor_get(x_14, 0); lean_inc(x_23); lean_dec(x_14); x_24 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__17; -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(x_1, x_24); +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; @@ -2305,12 +2305,12 @@ lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_obj x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__1; -x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_3, x_2); +x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(x_3, x_2); lean_dec(x_2); x_5 = lean_ctor_get(x_1, 1); lean_inc(x_5); x_6 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__11; -x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_6, x_5); +x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(x_6, x_5); lean_dec(x_5); x_8 = lean_ctor_get(x_1, 2); lean_inc(x_8); @@ -3299,7 +3299,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_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4590_(x_4); +x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4588_(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); @@ -3402,12 +3402,12 @@ lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_obj x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__1; -x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_3, x_2); +x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(x_3, x_2); lean_dec(x_2); x_5 = lean_ctor_get(x_1, 1); lean_inc(x_5); x_6 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__11; -x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6841____spec__1(x_6, x_5); +x_7 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6839____spec__1(x_6, x_5); lean_dec(x_5); x_8 = lean_ctor_get(x_1, 2); lean_inc(x_8); @@ -3741,7 +3741,7 @@ return x_4; else { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4662_(x_3); +x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkspaceEdit____x40_Lean_Data_Lsp_Basic___hyg_4660_(x_3); if (lean_obj_tag(x_5) == 0) { uint8_t x_6; @@ -4314,7 +4314,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJ { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -4350,7 +4350,7 @@ x_12 = lean_ctor_get(x_3, 0); lean_inc(x_12); lean_dec(x_3); x_13 = l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490____closed__11; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6870____spec__1(x_1, x_13); +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonWorkDoneProgressParams____x40_Lean_Data_Lsp_Basic___hyg_6868____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; diff --git a/stage0/stdlib/Lean/Data/Lsp/Extra.c b/stage0/stdlib/Lean/Data/Lsp/Extra.c index a30b9720e0eb..53718be5d99e 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Extra.c +++ b/stage0/stdlib/Lean/Data/Lsp/Extra.c @@ -72,6 +72,7 @@ static lean_object* l_Lean_Lsp_instToJsonRpcCallParams___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); 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_2598____closed__7; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_reprLineRange____x40_Lean_Data_Lsp_Extra___hyg_2525____closed__11; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1148____closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_601____closed__3; @@ -357,7 +358,6 @@ static lean_object* l_Lean_Lsp_instToJsonWaitForDiagnostics___closed__1; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPlainGoalParams____x40_Lean_Data_Lsp_Extra___hyg_795____closed__2; static lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_1600____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWaitForDiagnosticsParams; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(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_fromJsonPlainTermGoalParams____x40_Lean_Data_Lsp_Extra___hyg_1148____closed__3; lean_object* lean_array_get_size(lean_object*); @@ -2346,7 +2346,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPla { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_601____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_5570____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -3061,7 +3061,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonPla { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_601____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_5570____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -4374,7 +4374,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpc { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLeanFileProgressParams____x40_Lean_Data_Lsp_Extra___hyg_601____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_5570____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; diff --git a/stage0/stdlib/Lean/Data/Lsp/Internal.c b/stage0/stdlib/Lean/Data/Lsp/Internal.c index 95e6e6e668e8..43c83eaccc72 100644 --- a/stage0/stdlib/Lean/Data/Lsp/Internal.c +++ b/stage0/stdlib/Lean/Data/Lsp/Internal.c @@ -110,6 +110,7 @@ lean_object* lean_nat_mul(lean_object*, lean_object*); lean_object* l_Lean_Json_getNat_x3f(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonLeanIleanInfoParams___closed__1; static lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonRefInfo___spec__1___closed__3; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT uint64_t l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_hashRefIdent____x40_Lean_Data_Lsp_Internal___hyg_129_(lean_object*); lean_object* l_List_reverse___rarg(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_1412____spec__2(lean_object*, lean_object*, lean_object*); @@ -140,7 +141,6 @@ static lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonRefInf lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_1412_(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Lsp_instFromJsonModuleRefs___spec__5(lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_fromJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_1227____closed__6; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_String_drop(lean_object*, lean_object*); @@ -240,7 +240,7 @@ else lean_object* x_6; uint64_t x_7; uint64_t x_8; uint64_t x_9; x_6 = lean_ctor_get(x_1, 0); x_7 = 1; -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_6); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_6); x_9 = lean_uint64_mix_hash(x_7, x_8); return x_9; } diff --git a/stage0/stdlib/Lean/Data/Lsp/Ipc.c b/stage0/stdlib/Lean/Data/Lsp/Ipc.c index 3c611e2c7fcd..37dc6b9529c2 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_runWith___rarg___closed__1; uint8_t l_Lean_Json_isNull(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12; lean_object* l_Lean_JsonNumber_toString(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_Ipc_runWith(lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonWaitForDiagnosticsParams____x40_Lean_Data_Lsp_Extra___hyg_138_(lean_object*); @@ -448,22 +447,12 @@ return x_16; static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___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_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__2() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("assertion violation: ", 21); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__3() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__2() { _start: { lean_object* x_1; @@ -471,17 +460,17 @@ x_1 = lean_mk_string_from_bytes("result.isNull\n ", 20); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__4() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__2; -x_2 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__3; +x_1 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__1; +x_2 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__2; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__5() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__4() { _start: { lean_object* x_1; @@ -489,7 +478,7 @@ x_1 = lean_mk_string_from_bytes("Lean.Data.Lsp.Ipc", 17); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__6() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__5() { _start: { lean_object* x_1; @@ -497,20 +486,20 @@ x_1 = lean_mk_string_from_bytes("Lean.Lsp.Ipc.shutdown", 21); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__7() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___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_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__5; -x_2 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__6; +x_1 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__4; +x_2 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__5; x_3 = lean_unsigned_to_nat(50u); x_4 = lean_unsigned_to_nat(6u); -x_5 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__4; +x_5 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__8() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__7() { _start: { lean_object* x_1; @@ -518,7 +507,7 @@ x_1 = lean_mk_string_from_bytes("Expected id ", 12); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__9() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__8() { _start: { lean_object* x_1; @@ -526,7 +515,7 @@ x_1 = lean_mk_string_from_bytes(", got id ", 9); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__9() { _start: { lean_object* x_1; @@ -534,7 +523,7 @@ x_1 = lean_mk_string_from_bytes("\"", 1); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10() { _start: { lean_object* x_1; @@ -542,7 +531,7 @@ x_1 = lean_mk_string_from_bytes("", 0); return x_1; } } -static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12() { +static lean_object* _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11() { _start: { lean_object* x_1; @@ -553,51 +542,95 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___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) { _start: { -lean_object* x_8; lean_object* x_9; lean_object* x_15; +lean_object* x_8; lean_dec(x_5); lean_inc(x_2); -x_15 = l_IO_FS_Stream_readLspMessage(x_2, x_7); -if (lean_obj_tag(x_15) == 0) +x_8 = l_IO_FS_Stream_readLspMessage(x_2, x_7); +if (lean_obj_tag(x_8) == 0) { -lean_object* x_16; -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -if (lean_obj_tag(x_16) == 2) +lean_object* x_9; +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +if (lean_obj_tag(x_9) == 2) { -uint8_t x_17; -x_17 = !lean_is_exclusive(x_15); -if (x_17 == 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_8, 1); +lean_inc(x_10); +if (lean_is_exclusive(x_8)) { + lean_ctor_release(x_8, 0); + lean_ctor_release(x_8, 1); + x_11 = x_8; +} else { + lean_dec_ref(x_8); + x_11 = lean_box(0); +} +x_12 = lean_ctor_get(x_9, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_9, 1); +lean_inc(x_13); +lean_dec(x_9); +x_14 = l_Lean_Json_isNull(x_13); +lean_dec(x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_12); +lean_dec(x_11); +x_15 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__6; +lean_inc(x_6); +x_16 = l_panic___at_Lean_Lsp_Ipc_shutdown___spec__3(x_15, x_6, x_10); +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) { -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_15, 1); -x_19 = lean_ctor_get(x_15, 0); +uint8_t x_18; +lean_dec(x_6); +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_ctor_get(x_16, 0); +x_20 = lean_ctor_get(x_17, 0); lean_inc(x_20); +lean_dec(x_17); +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 = l_Lean_Json_isNull(x_21); -lean_dec(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; -lean_dec(x_20); -lean_free_object(x_15); -x_23 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__7; -lean_inc(x_6); -x_24 = l_panic___at_Lean_Lsp_Ipc_shutdown___spec__3(x_23, x_6, x_18); -if (lean_obj_tag(x_24) == 0) +x_22 = lean_ctor_get(x_17, 0); +lean_inc(x_22); +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_21); +return x_23; +} +} +else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_24, 0); +lean_object* x_24; lean_object* x_25; +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); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -lean_dec(x_24); -x_8 = x_25; -x_9 = x_26; -goto block_14; +lean_dec(x_17); +x_5 = x_25; +x_7 = x_24; +goto _start; +} } else { @@ -606,19 +639,19 @@ lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_27 = !lean_is_exclusive(x_24); +x_27 = !lean_is_exclusive(x_16); if (x_27 == 0) { -return x_24; +return x_16; } else { lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_24, 0); -x_29 = lean_ctor_get(x_24, 1); +x_28 = lean_ctor_get(x_16, 0); +x_29 = lean_ctor_get(x_16, 1); lean_inc(x_29); lean_inc(x_28); -lean_dec(x_24); +lean_dec(x_16); x_30 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_30, 0, x_28); lean_ctor_set(x_30, 1, x_29); @@ -628,301 +661,193 @@ return x_30; } else { -uint8_t x_31; -x_31 = l___private_Lean_Data_JsonRpc_0__Lean_JsonRpc_beqRequestID____x40_Lean_Data_JsonRpc___hyg_34_(x_20, x_4); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_6); -lean_dec(x_3); -lean_dec(x_2); -x_32 = l_Nat_repr(x_1); -x_33 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__8; -x_34 = lean_string_append(x_33, x_32); -lean_dec(x_32); -x_35 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__9; -x_36 = lean_string_append(x_34, x_35); -switch (lean_obj_tag(x_20)) { -case 0: +uint8_t x_31; uint8_t x_76; +x_76 = l___private_Lean_Data_JsonRpc_0__Lean_JsonRpc_beqRequestID____x40_Lean_Data_JsonRpc___hyg_34_(x_12, x_4); +if (x_76 == 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; -x_37 = lean_ctor_get(x_20, 0); -lean_inc(x_37); -lean_dec(x_20); -x_38 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; -x_39 = lean_string_append(x_38, x_37); -lean_dec(x_37); -x_40 = lean_string_append(x_39, x_38); -x_41 = lean_string_append(x_36, x_40); -lean_dec(x_40); -x_42 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; -x_43 = lean_string_append(x_41, x_42); -x_44 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set_tag(x_15, 1); -lean_ctor_set(x_15, 0, x_44); -return x_15; +uint8_t x_77; +x_77 = 1; +x_31 = x_77; +goto block_75; } -case 1: +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; -x_45 = lean_ctor_get(x_20, 0); -lean_inc(x_45); -lean_dec(x_20); -x_46 = l_Lean_JsonNumber_toString(x_45); -x_47 = lean_string_append(x_36, x_46); -lean_dec(x_46); -x_48 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; -x_49 = lean_string_append(x_47, x_48); -x_50 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set_tag(x_15, 1); -lean_ctor_set(x_15, 0, x_50); -return x_15; +uint8_t x_78; +x_78 = 0; +x_31 = x_78; +goto block_75; } -default: +block_75: { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_51 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12; -x_52 = lean_string_append(x_36, x_51); -x_53 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; -x_54 = lean_string_append(x_52, x_53); -x_55 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set_tag(x_15, 1); -lean_ctor_set(x_15, 0, x_55); -return x_15; -} -} -} -else +if (x_31 == 0) { -lean_object* x_56; lean_object* x_57; -lean_dec(x_20); -lean_free_object(x_15); -x_56 = lean_box(0); +lean_object* x_32; lean_object* x_33; +lean_dec(x_12); +lean_dec(x_11); +x_32 = lean_box(0); lean_inc(x_3); -x_57 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___lambda__1(x_3, x_56, x_6, x_18); -if (lean_obj_tag(x_57) == 0) +x_33 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___lambda__1(x_3, x_32, x_6, x_10); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); -x_8 = x_58; -x_9 = x_59; -goto block_14; -} -else +lean_object* x_34; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +if (lean_obj_tag(x_34) == 0) { -uint8_t x_60; +uint8_t x_35; lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_60 = !lean_is_exclusive(x_57); -if (x_60 == 0) +x_35 = !lean_is_exclusive(x_33); +if (x_35 == 0) { -return x_57; +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_33, 0); +lean_dec(x_36); +x_37 = lean_ctor_get(x_34, 0); +lean_inc(x_37); +lean_dec(x_34); +lean_ctor_set(x_33, 0, x_37); +return x_33; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -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_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_33, 1); +lean_inc(x_38); +lean_dec(x_33); +x_39 = lean_ctor_get(x_34, 0); +lean_inc(x_39); +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_38); +return x_40; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_64 = lean_ctor_get(x_15, 1); -lean_inc(x_64); -lean_dec(x_15); -x_65 = lean_ctor_get(x_16, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_16, 1); -lean_inc(x_66); -lean_dec(x_16); -x_67 = l_Lean_Json_isNull(x_66); -lean_dec(x_66); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; -lean_dec(x_65); -x_68 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__7; -lean_inc(x_6); -x_69 = l_panic___at_Lean_Lsp_Ipc_shutdown___spec__3(x_68, x_6, x_64); -if (lean_obj_tag(x_69) == 0) -{ -lean_object* x_70; lean_object* x_71; -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_8 = x_70; -x_9 = x_71; -goto block_14; +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_33, 1); +lean_inc(x_41); +lean_dec(x_33); +x_42 = lean_ctor_get(x_34, 0); +lean_inc(x_42); +lean_dec(x_34); +x_5 = x_42; +x_7 = x_41; +goto _start; +} } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +uint8_t x_44; lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_72 = lean_ctor_get(x_69, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_69, 1); -lean_inc(x_73); -if (lean_is_exclusive(x_69)) { - lean_ctor_release(x_69, 0); - lean_ctor_release(x_69, 1); - x_74 = x_69; -} else { - lean_dec_ref(x_69); - x_74 = lean_box(0); +x_44 = !lean_is_exclusive(x_33); +if (x_44 == 0) +{ +return x_33; } -if (lean_is_scalar(x_74)) { - x_75 = lean_alloc_ctor(1, 2, 0); -} else { - x_75 = x_74; +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_33, 0); +x_46 = lean_ctor_get(x_33, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_33); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } -lean_ctor_set(x_75, 0, x_72); -lean_ctor_set(x_75, 1, x_73); -return x_75; } } else { -uint8_t x_76; -x_76 = l___private_Lean_Data_JsonRpc_0__Lean_JsonRpc_beqRequestID____x40_Lean_Data_JsonRpc___hyg_34_(x_65, x_4); -if (x_76 == 0) -{ -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_77 = l_Nat_repr(x_1); -x_78 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__8; -x_79 = lean_string_append(x_78, x_77); -lean_dec(x_77); -x_80 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__9; -x_81 = lean_string_append(x_79, x_80); -switch (lean_obj_tag(x_65)) { +x_48 = l_Nat_repr(x_1); +x_49 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__7; +x_50 = lean_string_append(x_49, x_48); +lean_dec(x_48); +x_51 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__8; +x_52 = lean_string_append(x_50, x_51); +switch (lean_obj_tag(x_12)) { case 0: { -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_82 = lean_ctor_get(x_65, 0); -lean_inc(x_82); -lean_dec(x_65); -x_83 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; -x_84 = lean_string_append(x_83, x_82); -lean_dec(x_82); -x_85 = lean_string_append(x_84, x_83); -x_86 = lean_string_append(x_81, x_85); -lean_dec(x_85); -x_87 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; -x_88 = lean_string_append(x_86, x_87); -x_89 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_89, 0, x_88); -x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_64); -return x_90; +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; +x_53 = lean_ctor_get(x_12, 0); +lean_inc(x_53); +lean_dec(x_12); +x_54 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__9; +x_55 = lean_string_append(x_54, x_53); +lean_dec(x_53); +x_56 = lean_string_append(x_55, x_54); +x_57 = lean_string_append(x_52, x_56); +lean_dec(x_56); +x_58 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; +x_59 = lean_string_append(x_57, x_58); +x_60 = lean_alloc_ctor(18, 1, 0); +lean_ctor_set(x_60, 0, x_59); +if (lean_is_scalar(x_11)) { + x_61 = lean_alloc_ctor(1, 2, 0); +} else { + x_61 = x_11; + lean_ctor_set_tag(x_61, 1); } -case 1: -{ -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_91 = lean_ctor_get(x_65, 0); -lean_inc(x_91); -lean_dec(x_65); -x_92 = l_Lean_JsonNumber_toString(x_91); -x_93 = lean_string_append(x_81, x_92); -lean_dec(x_92); -x_94 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; -x_95 = lean_string_append(x_93, x_94); -x_96 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_96, 0, x_95); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_64); -return x_97; +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_10); +return x_61; } -default: +case 1: { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_98 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12; -x_99 = lean_string_append(x_81, x_98); -x_100 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; -x_101 = lean_string_append(x_99, x_100); -x_102 = lean_alloc_ctor(18, 1, 0); -lean_ctor_set(x_102, 0, x_101); -x_103 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_64); -return x_103; -} -} +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; +x_62 = lean_ctor_get(x_12, 0); +lean_inc(x_62); +lean_dec(x_12); +x_63 = l_Lean_JsonNumber_toString(x_62); +x_64 = lean_string_append(x_52, x_63); +lean_dec(x_63); +x_65 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; +x_66 = lean_string_append(x_64, x_65); +x_67 = lean_alloc_ctor(18, 1, 0); +lean_ctor_set(x_67, 0, x_66); +if (lean_is_scalar(x_11)) { + x_68 = lean_alloc_ctor(1, 2, 0); +} else { + x_68 = x_11; + lean_ctor_set_tag(x_68, 1); } -else -{ -lean_object* x_104; lean_object* x_105; -lean_dec(x_65); -x_104 = lean_box(0); -lean_inc(x_3); -x_105 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___lambda__1(x_3, x_104, x_6, x_64); -if (lean_obj_tag(x_105) == 0) -{ -lean_object* x_106; lean_object* x_107; -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_8 = x_106; -x_9 = x_107; -goto block_14; +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_10); +return x_68; } -else +default: { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; -lean_dec(x_6); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_108 = lean_ctor_get(x_105, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_105, 1); -lean_inc(x_109); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_110 = x_105; +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_69 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_70 = lean_string_append(x_52, x_69); +x_71 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; +x_72 = lean_string_append(x_70, x_71); +x_73 = lean_alloc_ctor(18, 1, 0); +lean_ctor_set(x_73, 0, x_72); +if (lean_is_scalar(x_11)) { + x_74 = lean_alloc_ctor(1, 2, 0); } else { - lean_dec_ref(x_105); - x_110 = lean_box(0); + x_74 = x_11; + lean_ctor_set_tag(x_74, 1); } -if (lean_is_scalar(x_110)) { - x_111 = lean_alloc_ctor(1, 2, 0); -} else { - x_111 = x_110; +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_10); +return x_74; } -lean_ctor_set(x_111, 0, x_108); -lean_ctor_set(x_111, 1, x_109); -return x_111; } } } @@ -930,69 +855,41 @@ return x_111; } else { -lean_object* x_112; lean_object* x_113; -lean_dec(x_16); -x_112 = lean_ctor_get(x_15, 1); -lean_inc(x_112); -lean_dec(x_15); -x_113 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__1; -x_8 = x_113; -x_9 = x_112; -goto block_14; +lean_object* x_79; lean_object* x_80; +lean_dec(x_9); +x_79 = lean_ctor_get(x_8, 1); +lean_inc(x_79); +lean_dec(x_8); +x_80 = lean_box(0); +x_5 = x_80; +x_7 = x_79; +goto _start; } } else { -uint8_t x_114; +uint8_t x_82; lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_114 = !lean_is_exclusive(x_15); -if (x_114 == 0) +x_82 = !lean_is_exclusive(x_8); +if (x_82 == 0) { -return x_15; -} -else -{ -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_15, 0); -x_116 = lean_ctor_get(x_15, 1); -lean_inc(x_116); -lean_inc(x_115); -lean_dec(x_15); -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; -} -} -block_14: -{ -if (lean_obj_tag(x_8) == 0) -{ -lean_object* x_10; lean_object* x_11; -lean_dec(x_6); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_10 = lean_ctor_get(x_8, 0); -lean_inc(x_10); -lean_dec(x_8); -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; +return x_8; } else { -lean_object* x_12; -x_12 = lean_ctor_get(x_8, 0); -lean_inc(x_12); +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_8, 0); +x_84 = lean_ctor_get(x_8, 1); +lean_inc(x_84); +lean_inc(x_83); lean_dec(x_8); -x_5 = x_12; -x_7 = x_9; -goto _start; +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } @@ -1304,7 +1201,7 @@ lean_dec(x_20); x_22 = l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__2; x_23 = lean_string_append(x_22, x_21); lean_dec(x_21); -x_24 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_24 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; x_25 = lean_string_append(x_23, x_24); x_26 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_26, 0, x_25); @@ -1401,7 +1298,7 @@ lean_dec(x_44); x_46 = l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__2; x_47 = lean_string_append(x_46, x_45); lean_dec(x_45); -x_48 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_48 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; x_49 = lean_string_append(x_47, x_48); x_50 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_50, 0, x_49); @@ -1534,7 +1431,7 @@ lean_dec(x_76); x_78 = l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__2; x_79 = lean_string_append(x_78, x_77); lean_dec(x_77); -x_80 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_80 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; x_81 = lean_string_append(x_79, x_80); x_82 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_82, 0, x_81); @@ -1626,7 +1523,7 @@ lean_dec(x_98); x_100 = l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__2; x_101 = lean_string_append(x_100, x_99); lean_dec(x_99); -x_102 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_102 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; x_103 = lean_string_append(x_101, x_102); x_104 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_104, 0, x_103); @@ -1792,7 +1689,7 @@ lean_dec(x_2); x_138 = l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__3; x_139 = lean_string_append(x_138, x_135); lean_dec(x_135); -x_140 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_140 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; x_141 = lean_string_append(x_139, x_140); x_142 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_142, 0, x_141); @@ -1827,7 +1724,7 @@ lean_dec(x_2); x_148 = l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__3; x_149 = lean_string_append(x_148, x_145); lean_dec(x_145); -x_150 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11; +x_150 = l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10; x_151 = lean_string_append(x_149, x_150); x_152 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_152, 0, x_151); @@ -2124,8 +2021,6 @@ l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10 = _init lean_mark_persistent(l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__10); l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11 = _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11(); lean_mark_persistent(l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__11); -l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12 = _init_l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12(); -lean_mark_persistent(l_Lean_Loop_forIn_loop___at_Lean_Lsp_Ipc_shutdown___spec__5___closed__12); l_Lean_Lsp_Ipc_shutdown___closed__1 = _init_l_Lean_Lsp_Ipc_shutdown___closed__1(); lean_mark_persistent(l_Lean_Lsp_Ipc_shutdown___closed__1); l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__1 = _init_l_Lean_Lsp_Ipc_collectDiagnostics_loop___closed__1(); diff --git a/stage0/stdlib/Lean/Data/Lsp/LanguageFeatures.c b/stage0/stdlib/Lean/Data/Lsp/LanguageFeatures.c index 622d14b91440..3623d1222c91 100644 --- a/stage0/stdlib/Lean/Data/Lsp/LanguageFeatures.c +++ b/stage0/stdlib/Lean/Data/Lsp/LanguageFeatures.c @@ -13,1053 +13,1053 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9; +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318_(lean_object*); lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__27; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__19; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokens; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__3___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39; lean_object* l_List_join___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonFoldingRangeParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7; static lean_object* l_Lean_Lsp_instToJsonCompletionParams___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__29; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__26; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___boxed(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonDocumentSymbolParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__152; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonSemanticTokensParams___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonFoldingRangeParams; static lean_object* l_Lean_Lsp_instFromJsonSemanticTokens___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonReferenceContext; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__17; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__97; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__114; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__8; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__115; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_noConfusion(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolInformation___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonReferenceContext; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6850_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__88; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__17; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_toNat(uint8_t); static lean_object* l_Lean_Lsp_instToJsonCompletionItem___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonHover; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__16; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__118; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; static lean_object* l_Lean_Lsp_instFromJsonCompletionParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__151; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__106; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokenModifier; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; static lean_object* l_Lean_Lsp_instToJsonFoldingRange___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__42; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__32; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3212_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__1; static lean_object* l_Lean_Lsp_instToJsonDocumentHighlight___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____boxed(lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokensLegend; LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentSymbolAux_detail_x3f___default; lean_object* l_Lean_Json_mkObj(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokensRangeParams; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__53; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_FoldingRangeKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__39; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__92; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__21; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__41; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbolAux___rarg(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__10; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__6; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__31; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__23; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__35; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__30; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__74; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__2; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__33; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonHoverParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__12; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__44; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__22; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__108; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__87; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2882_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__78; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____boxed(lean_object*); static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionParams; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__13; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__44; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__54; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6990_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401_(lean_object*); static lean_object* l_Lean_Lsp_SymbolInformation_tags___default___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__3; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__120; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__130; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1582_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__11; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__40; uint8_t lean_nat_dec_le(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___closed__1; lean_object* lean_array_push(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458_(uint8_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__3; static lean_object* l_Lean_Lsp_instToJsonReferenceParams___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__28; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__3; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__123; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokens_resultId_x3f___default; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7(lean_object*, lean_object*, lean_object*); 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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__16; static lean_object* l_Lean_Lsp_instToJsonSemanticTokensRangeParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__150; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__128; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__20; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__81; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_ofNat___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__15; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_noConfusion___rarg(uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonReferenceParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9; static lean_object* l_Lean_Lsp_instToJsonSemanticTokensOptions___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__1; LEAN_EXPORT uint8_t l_Lean_Lsp_CompletionItemKind_ofNat(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_names; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__133; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__135; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__49; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__16; LEAN_EXPORT lean_object* l_Lean_Lsp_instDecidableEqCompletionItemKind___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__28; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolTag_noConfusion___rarg___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; static lean_object* l_Lean_Lsp_instToJsonDocumentSymbol___closed__1; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_227____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__117; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__22; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__43; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__30; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__15; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____boxed(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonReferenceContext___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____spec__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_instDecidableEqCompletionItemKind(uint8_t, uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokensRangeParams; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__38; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokens; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonInsertReplaceEdit; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSymbolTag___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__2; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__38; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__8; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItem_detail_x3f___default; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__99; static lean_object* l_Lean_Lsp_instFromJsonHover___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__139; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionItem; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__40; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__13; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__2(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288_(uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentHighlight_kind_x3f___default; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonHover; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2832_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokensParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6940_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__48; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItem_kind_x3f___default; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__19; static lean_object* l_Lean_Lsp_instToJsonDeclarationParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__40; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__57; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__19; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__12; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285____spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__119; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__7; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__25; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___closed__1; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionOptions_triggerCharacters_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___closed__1; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1263_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__23; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45; static lean_object* l_Lean_Lsp_instFromJsonDocumentHighlightParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__7; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_noConfusion(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokenType; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__80; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__40; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____boxed(lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__6; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__143; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__2; static lean_object* l_Lean_Lsp_instFromJsonFoldingRangeParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__29; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__68; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__32; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__29; static lean_object* l_Lean_Lsp_instToJsonHover___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__2; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__43; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__22; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonWorkspaceSymbolParams; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__19; LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentHighlightKind_toCtorIdx(uint8_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3831_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__6; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__60; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7; static lean_object* l_Lean_Lsp_instFromJsonSemanticTokensOptions___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__8; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__12; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__3___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__48; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__45; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__98; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__2; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__12; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__91; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_toCtorIdx___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__13; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__21; static lean_object* l_Lean_Lsp_instToJsonCompletionOptions___closed__1; lean_object* l_Lean_Json_getStr_x3f(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__9; static lean_object* l_Lean_Lsp_instToJsonFoldingRangeKind___closed__2; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__6; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__104; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__58; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__5; static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__94; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__25; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonHoverParams; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___closed__1; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__30; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__18; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__34; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159____spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__25; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentHighlightKind_toCtorIdx___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_toCtorIdx___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__30; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__10; +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolInformation_containerName_x3f___default; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__16; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__20; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__9; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__16; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__9; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__32; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDeclarationParams; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_Hover_range_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__42; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__24; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__145; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__16; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__12; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__26; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2997_(lean_object*); static lean_object* l_Lean_Lsp_CompletionItemKind_noConfusion___rarg___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__17; static lean_object* l_Lean_Lsp_instFromJsonCompletionItem___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7101_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__11; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__55; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__14; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___closed__1; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__10; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__36; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__6; LEAN_EXPORT lean_object* l_Lean_Json_opt___at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__2(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__5; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__67; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9; lean_object* lean_nat_to_int(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__107; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__25; static lean_object* l_Lean_Lsp_instFromJsonSemanticTokenModifier___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolKind_noConfusion(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__5; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__102; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_toNat___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__2(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__12; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__45; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolInformation_tags___default; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__5; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__70; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8; static lean_object* l_Lean_Lsp_instToJsonFoldingRangeKind___closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__14; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__12; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__12; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__44; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__1(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__34; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__64; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokenModifier; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__9; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__5; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__4; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__10; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__41; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__69; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__33; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__66; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonReferenceParams; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__23; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__25; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__2(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2667_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__12; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__137; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__52; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__13; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1632_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItem_documentation_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__16; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSemanticTokenType___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__17; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____spec__1(size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__56; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__8; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokensParams; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__101; static lean_object* l_Lean_Lsp_instToJsonFoldingRangeKind___closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__48; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__19; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__11; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__20; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__126; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSymbolKind___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__13; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_toCtorIdx(uint8_t); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__6; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__24; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolKind_toCtorIdx(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__5; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__2___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__2; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__20; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335____spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6; static lean_object* l_Lean_Lsp_instFromJsonTypeDefinitionParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__1; lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__8; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__7; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__37; LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentHighlightKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__75; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__50; static lean_object* l_Lean_Lsp_instFromJsonHoverParams___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__16; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__22; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSemanticTokensOptions; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3162_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonFoldingRangeKind(uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Lsp_CompletionOptions_resolveProvider___default; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__6; static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__5; static lean_object* l_Lean_Lsp_instFromJsonSemanticTokensRangeParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__12; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__5; static lean_object* l_Lean_Lsp_instToJsonTypeDefinitionParams___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571_(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__13; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__25; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__61; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__29; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__86; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__82; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__46; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_toCtorIdx(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__18; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__3(size_t, size_t, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionList; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__37; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__17; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionItemKind___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__121; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4025_(lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__14; LEAN_EXPORT lean_object* l_Lean_Lsp_instInhabitedCompletionItem; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__100; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__46; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17; static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbol_go(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6625_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__5; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__127; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9; static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind___closed__2; static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__1___closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolTag_noConfusion___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_FoldingRangeKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338_(uint8_t); static lean_object* l_Lean_Lsp_instToJsonWorkspaceSymbolParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__10; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__12; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokensLegend; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__109; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867_(uint8_t); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__72; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__96; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__12; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__5; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__95; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__83; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__12; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__17; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__16; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__17; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__13; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__63; LEAN_EXPORT lean_object* l_Lean_Lsp_FoldingRange_kind_x3f___default; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__122; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__138; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7151_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__18; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__1; static lean_object* l_Lean_Lsp_instFromJsonInsertReplaceEdit___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__16; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6; static lean_object* l_Lean_Lsp_instInhabitedCompletionItem___closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__11; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29; static lean_object* l_Lean_Lsp_instToJsonReferenceContext___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__132; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__31; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonFoldingRange; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolTag_noConfusion___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__21; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonInsertReplaceEdit; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__19; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolTag_toCtorIdx(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2717_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__42; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__9; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instToJsonDocumentHighlightParams___closed__1; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionItemKind(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__32; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__9; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentHighlightKind_noConfusion(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__5; static lean_object* l_Lean_Lsp_instToJsonDefinitionParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__5; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335____spec__1(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__12; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instReprCompletionItemKind; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__18; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__8; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__59; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6; static lean_object* l_Lean_Lsp_instToJsonSemanticTokensLegend___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_1314____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__28; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__21; static lean_object* l_Lean_Lsp_instFromJsonSemanticTokenType___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionList; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__131; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__19; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3680_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__24; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__30; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__31; lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__113; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentSymbolAux_children_x3f___default(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__24; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTypeDefinitionParams; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_toNat(uint8_t); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__6; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonWorkspaceSymbolParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__62; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionOptions; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__10; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__2(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817_(uint8_t); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__2; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__51; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__18; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__140; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_DocumentHighlightKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565_(lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__17; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__13; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__89; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__77; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7458_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7408_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_227____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2380_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__5; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__26; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDefinitionParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__39; LEAN_EXPORT lean_object* l_Lean_Lsp_FoldingRangeKind_toCtorIdx(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__12; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbolParams; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__73; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__8; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__93; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonReferenceParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360_(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSemanticTokens___closed__1; static lean_object* l_Lean_Lsp_instToJsonFoldingRangeParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_noConfusion(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__32; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__46; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__2; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__26; -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_names; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__3; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__34; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__36; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__18; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285____spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__26; static lean_object* l_Lean_Lsp_instInhabitedCompletionItem___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__8; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__129; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSymbolInformation; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionItemKind(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__31; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__142; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__12; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____boxed(lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13; static lean_object* l_Lean_Lsp_instFromJsonCompletionList___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6800_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__7; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__15; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__15; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__5; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__38; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonWorkspaceSymbolParams; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__124; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__18; LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolKind_toCtorIdx___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___closed__1; static lean_object* l_Lean_Lsp_instToJsonInsertReplaceEdit___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItem_textEdit_x3f___default; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__110; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__28; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__32; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__24; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8; static lean_object* l_Lean_Lsp_instFromJsonDeclarationParams___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__8; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__125; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__38; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159____spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_Lsp_instToJsonHoverParams___closed__1; lean_object* l_Except_orElseLazy___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__1; lean_object* lean_nat_sub(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__15; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__136; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__20; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__2; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__149; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__141; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__18; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__2; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__12; lean_object* l_Lean_Json_getNat_x3f(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDeclarationParams; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokensOptions; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__20; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__19; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__27; LEAN_EXPORT lean_object* l_Lean_Lsp_FoldingRangeKind_toCtorIdx___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____boxed(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg(lean_object*, size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3781_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__105; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__46; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__13; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__22; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3540_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__8; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6575_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__13; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__1; static lean_object* l_Lean_Lsp_instToJsonSemanticTokensParams___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__2; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__16; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbolResult(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__22; lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209____spec__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3630_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionOptions; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__12; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbol; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__14; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__47; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__5; LEAN_EXPORT uint8_t l_Lean_Lsp_instInhabitedCompletionItemKind; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8; size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__6; static lean_object* l_Lean_Lsp_instToJsonSemanticTokenModifier___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__79; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__90; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__76; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__4; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonCompletionItem; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__18; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9; static lean_object* l_Lean_Lsp_instToJsonDocumentSymbolParams___closed__1; lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenModifier_toNat___boxed(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__5; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSymbolTag(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6; static lean_object* l_Lean_Lsp_instToJsonFoldingRangeKind___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__85; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonCompletionOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__112; LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolTag_noConfusion(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689_(uint8_t); static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__15; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__23; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8; static lean_object* l_Lean_Lsp_instToJsonCompletionList___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__5; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__116; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SemanticTokenType_toCtorIdx___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__2___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__14; static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__9; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3047_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__11; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionOptions_allCommitCharacters_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__65; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__12; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__4; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonFoldingRangeKind___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__1; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__20; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__4; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__134; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__23; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentHighlight; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_227_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__24; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentHighlightKind(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__3; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__2; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonCompletionItemKind___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__10; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__84; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDocumentSymbolParams; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__11; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__2; uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4075_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__6; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__14; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__30; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__12; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____boxed(lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__23; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDefinitionParams; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209____spec__1(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__10; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__71; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436_(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDocumentHighlightParams; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__20; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__17; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentHighlightParams; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__3; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__24; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1(lean_object*); static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__44; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___closed__1; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__2(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__9; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__6; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__7; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944_(lean_object*); static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__1___closed__1; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___closed__1; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__6; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__24; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__9; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__26; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45; static lean_object* l_Lean_Lsp_instReprCompletionItemKind___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__111; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__3; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__147; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1; static lean_object* l_Lean_Lsp_instToJsonSymbolKind___closed__42; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__144; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbolAux(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____boxed(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_FoldingRangeKind_noConfusion(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__34; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonDefinitionParams___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__3; static lean_object* l_Lean_Lsp_instFromJsonSemanticTokensLegend___closed__1; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__35; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSemanticTokenType; LEAN_EXPORT lean_object* l_Lean_Lsp_CompletionItemKind_noConfusion___rarg___lambda__1___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6; static lean_object* l_Lean_Lsp_SemanticTokenType_names___closed__7; static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____spec__1___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739_(uint8_t); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__4; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__14; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTypeDefinitionParams; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__16; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__5; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSymbolKind(uint8_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__6; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__12; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__148; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__14; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2330_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3490_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_227____spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_SymbolTag_toCtorIdx___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__13; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_SemanticTokenModifier_names___closed__7; -static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___closed__1; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__17; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__146; +static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__13; static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_reprCompletionItemKind____x40_Lean_Data_Lsp_LanguageFeatures___hyg_458____closed__103; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__17; static lean_object* _init_l_Lean_Lsp_CompletionOptions_triggerCharacters_x3f___default() { _start: @@ -4648,7 +4648,7 @@ lean_dec(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__1() { _start: { lean_object* x_1; @@ -4656,7 +4656,7 @@ x_1 = lean_mk_string_from_bytes("newText", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__2() { _start: { lean_object* x_1; @@ -4664,78 +4664,78 @@ x_1 = lean_mk_string_from_bytes("InsertReplaceEdit", 17); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__10() { _start: { lean_object* x_1; @@ -4743,47 +4743,47 @@ x_1 = lean_mk_string_from_bytes("insert", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__13; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__15() { _start: { lean_object* x_1; @@ -4791,51 +4791,51 @@ x_1 = lean_mk_string_from_bytes("replace", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__16; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__16; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__17; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__17; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__18; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__18; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__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) { @@ -4845,7 +4845,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -4857,7 +4857,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -4871,7 +4871,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__2(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -4882,7 +4882,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -4894,7 +4894,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -4908,7 +4908,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15; +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__15; x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__2(x_1, x_24); if (lean_obj_tag(x_25) == 0) { @@ -4920,7 +4920,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19; +x_28 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -4932,7 +4932,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19; +x_31 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -4974,11 +4974,11 @@ return x_39; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436_(x_1); lean_dec(x_1); return x_2; } @@ -4987,7 +4987,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonInsertReplaceEdit___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____boxed), 1, 0); return x_1; } } @@ -4999,7 +4999,7 @@ x_1 = l_Lean_Lsp_instFromJsonInsertReplaceEdit___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1632_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1582_(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; @@ -5012,7 +5012,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_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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); @@ -5021,7 +5021,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_866_(x_3); -x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10; +x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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); @@ -5029,7 +5029,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_866_(x_4); -x_15 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15; +x_15 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____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); @@ -5054,7 +5054,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonInsertReplaceEdit___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1632_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1582_), 1, 0); return x_1; } } @@ -5098,7 +5098,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -5112,7 +5112,7 @@ return x_4; else { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370_(x_3); +x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368_(x_3); lean_dec(x_3); if (lean_obj_tag(x_5) == 0) { @@ -5162,7 +5162,7 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -5238,7 +5238,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__3(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -5252,7 +5252,7 @@ return x_4; else { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486_(x_3); +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436_(x_3); lean_dec(x_3); if (lean_obj_tag(x_5) == 0) { @@ -5302,7 +5302,7 @@ return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__1() { _start: { lean_object* x_1; @@ -5310,7 +5310,7 @@ x_1 = lean_mk_string_from_bytes("label", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__2() { _start: { lean_object* x_1; @@ -5318,78 +5318,78 @@ x_1 = lean_mk_string_from_bytes("CompletionItem", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10() { _start: { lean_object* x_1; @@ -5397,7 +5397,7 @@ x_1 = lean_mk_string_from_bytes("detail", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__11() { _start: { lean_object* x_1; @@ -5405,47 +5405,47 @@ x_1 = lean_mk_string_from_bytes("detail?", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__11; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__13() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__12; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__14; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__14; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16() { _start: { lean_object* x_1; @@ -5453,7 +5453,7 @@ x_1 = lean_mk_string_from_bytes("documentation", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__17() { _start: { lean_object* x_1; @@ -5461,47 +5461,47 @@ x_1 = lean_mk_string_from_bytes("documentation?", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__18() { _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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__17; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__19() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__18; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__18; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__20() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__19; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__19; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__20; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__20; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22() { _start: { lean_object* x_1; @@ -5509,7 +5509,7 @@ x_1 = lean_mk_string_from_bytes("kind", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__23() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__23() { _start: { lean_object* x_1; @@ -5517,47 +5517,47 @@ x_1 = lean_mk_string_from_bytes("kind?", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__24() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__24() { _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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__23; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__23; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__25() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__25() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__24; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__24; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__26() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__25; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__25; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__26; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__26; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28() { _start: { lean_object* x_1; @@ -5565,7 +5565,7 @@ x_1 = lean_mk_string_from_bytes("textEdit", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__29() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__29() { _start: { lean_object* x_1; @@ -5573,51 +5573,51 @@ x_1 = lean_mk_string_from_bytes("textEdit?", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__30() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__30() { _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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__29; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__29; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__31() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__31() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__30; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__30; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__32() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__32() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__31; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__31; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__32; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__32; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__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) { @@ -5627,7 +5627,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -5639,7 +5639,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -5653,7 +5653,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -5664,7 +5664,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -5676,7 +5676,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -5690,8 +5690,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16; -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__1(x_1, x_24); +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16; +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; @@ -5702,7 +5702,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21; +x_28 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -5714,7 +5714,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21; +x_31 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -5728,8 +5728,8 @@ 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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; -x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__2(x_1, x_35); +x_35 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; +x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__2(x_1, x_35); if (lean_obj_tag(x_36) == 0) { uint8_t x_37; @@ -5741,7 +5741,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27; +x_39 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27; x_40 = lean_string_append(x_39, x_38); lean_dec(x_38); lean_ctor_set(x_36, 0, x_40); @@ -5753,7 +5753,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27; +x_42 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); x_44 = lean_alloc_ctor(0, 1, 0); @@ -5767,8 +5767,8 @@ 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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28; -x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__3(x_1, x_46); +x_46 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28; +x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__3(x_1, x_46); if (lean_obj_tag(x_47) == 0) { uint8_t x_48; @@ -5781,7 +5781,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33; +x_50 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33; x_51 = lean_string_append(x_50, x_49); lean_dec(x_49); lean_ctor_set(x_47, 0, x_51); @@ -5793,7 +5793,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33; +x_53 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33; x_54 = lean_string_append(x_53, x_52); lean_dec(x_52); x_55 = lean_alloc_ctor(0, 1, 0); @@ -5841,41 +5841,41 @@ return x_61; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__2(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____spec__3(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____spec__3(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697_(x_1); lean_dec(x_1); return x_2; } @@ -5884,7 +5884,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonCompletionItem___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____boxed), 1, 0); return x_1; } } @@ -5896,7 +5896,7 @@ x_1 = l_Lean_Lsp_instFromJsonCompletionItem___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5910,7 +5910,7 @@ 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_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320_(x_4); +x_5 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318_(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); @@ -5922,7 +5922,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__2(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5958,7 +5958,7 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__3(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5974,7 +5974,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_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1632_(x_4); +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1582_(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); @@ -5986,7 +5986,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944_(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; lean_object* x_24; lean_object* x_25; lean_object* x_26; @@ -6003,7 +6003,7 @@ lean_inc(x_6); lean_dec(x_1); x_7 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_7, 0, x_2); -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____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); @@ -6011,16 +6011,16 @@ 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 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10; x_13 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_12, x_3); lean_dec(x_3); -x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16; -x_15 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__1(x_14, x_4); +x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16; +x_15 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__1(x_14, x_4); lean_dec(x_4); -x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; -x_17 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__2(x_16, x_5); -x_18 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28; -x_19 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__3(x_18, x_6); +x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; +x_17 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__2(x_16, x_5); +x_18 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28; +x_19 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__3(x_18, x_6); x_20 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_20, 0, x_19); lean_ctor_set(x_20, 1, x_10); @@ -6041,11 +6041,11 @@ x_26 = l_Lean_Json_mkObj(x_25); return x_26; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____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_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994____spec__1(x_1, x_2); +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -6054,7 +6054,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonCompletionItem___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944_), 1, 0); return x_1; } } @@ -6097,7 +6097,7 @@ x_1 = l_Lean_Lsp_instInhabitedCompletionItem___closed__2; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -6115,7 +6115,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747_(x_6); +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697_(x_6); lean_dec(x_6); if (lean_obj_tag(x_9) == 0) { @@ -6153,7 +6153,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -6170,7 +6170,7 @@ x_5 = lean_array_get_size(x_4); x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__2(x_6, x_7, x_4); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__2(x_6, x_7, x_4); return x_8; } else @@ -6189,7 +6189,7 @@ return x_15; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__1() { _start: { lean_object* x_1; @@ -6197,7 +6197,7 @@ x_1 = lean_mk_string_from_bytes("isIncomplete", 12); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__2() { _start: { lean_object* x_1; @@ -6205,78 +6205,78 @@ x_1 = lean_mk_string_from_bytes("CompletionList", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__10() { _start: { lean_object* x_1; @@ -6284,51 +6284,51 @@ x_1 = lean_mk_string_from_bytes("items", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__13; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -6339,7 +6339,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6351,7 +6351,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6365,8 +6365,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__10; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -6376,7 +6376,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -6388,7 +6388,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -6431,7 +6431,7 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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; @@ -6439,7 +6439,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____spec__2(x_4, x_5, x_3); return x_6; } } @@ -6447,7 +6447,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonCompletionList___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047_), 1, 0); return x_1; } } @@ -6459,7 +6459,7 @@ x_1 = l_Lean_Lsp_instFromJsonCompletionList___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209____spec__1(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_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -6474,7 +6474,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_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1994_(x_5); +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1944_(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); @@ -6484,7 +6484,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159_(lean_object* x_1) { _start: { uint8_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; lean_object* x_9; size_t x_10; size_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; @@ -6494,7 +6494,7 @@ lean_inc(x_3); lean_dec(x_1); x_4 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_4, 0, x_2); -x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1; +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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); @@ -6506,10 +6506,10 @@ x_9 = lean_array_get_size(x_3); x_10 = lean_usize_of_nat(x_9); lean_dec(x_9); x_11 = 0; -x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209____spec__1(x_10, x_11, x_3); +x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159____spec__1(x_10, x_11, x_3); x_13 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_13, 0, x_12); -x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10; +x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____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); @@ -6527,7 +6527,7 @@ x_20 = l_Lean_Json_mkObj(x_19); return x_20; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209____spec__1___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_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159____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; @@ -6535,7 +6535,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_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209____spec__1(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159____spec__1(x_4, x_5, x_3); return x_6; } } @@ -6543,7 +6543,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonCompletionList___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159_), 1, 0); return x_1; } } @@ -6555,7 +6555,7 @@ x_1 = l_Lean_Lsp_instToJsonCompletionList___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__1() { _start: { lean_object* x_1; @@ -6563,7 +6563,7 @@ x_1 = lean_mk_string_from_bytes("textDocument", 12); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__2() { _start: { lean_object* x_1; @@ -6571,78 +6571,78 @@ x_1 = lean_mk_string_from_bytes("CompletionParams", 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10() { _start: { lean_object* x_1; @@ -6650,52 +6650,52 @@ x_1 = lean_mk_string_from_bytes("position", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__13; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -6704,7 +6704,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6716,7 +6716,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6730,7 +6730,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -6741,7 +6741,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -6753,7 +6753,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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -6792,11 +6792,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224_(x_1); lean_dec(x_1); return x_2; } @@ -6805,7 +6805,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonCompletionParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____boxed), 1, 0); return x_1; } } @@ -6817,14 +6817,14 @@ x_1 = l_Lean_Lsp_instFromJsonCompletionParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2380_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2330_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -6836,7 +6836,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -6858,7 +6858,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonCompletionParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2380_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2330_), 1, 0); return x_1; } } @@ -6878,7 +6878,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__1() { _start: { lean_object* x_1; @@ -6886,7 +6886,7 @@ x_1 = lean_mk_string_from_bytes("contents", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2() { _start: { lean_object* x_1; @@ -6894,15 +6894,15 @@ x_1 = lean_mk_string_from_bytes("range", 5); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___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; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); -x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6320_(x_2); +x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6318_(x_2); lean_dec(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____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); @@ -6913,7 +6913,7 @@ lean_ctor_set(x_7, 1, x_6); x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); -x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_10 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____spec__1(x_9, x_8); x_11 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_11, 0, x_10); @@ -6930,7 +6930,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonHover___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401_), 1, 0); return x_1; } } @@ -6942,17 +6942,17 @@ x_1 = l_Lean_Lsp_instToJsonHover___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6370_(x_3); +x_4 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonMarkupContent____x40_Lean_Data_Lsp_Basic___hyg_6368_(x_3); lean_dec(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__1() { _start: { lean_object* x_1; @@ -6960,78 +6960,78 @@ x_1 = lean_mk_string_from_bytes("Hover", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__9() { _start: { lean_object* x_1; @@ -7039,52 +7039,52 @@ x_1 = lean_mk_string_from_bytes("range?", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__9; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__10; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__10; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__12; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -7093,7 +7093,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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -7105,7 +7105,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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -7119,7 +7119,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -7130,7 +7130,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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -7142,7 +7142,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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -7181,21 +7181,21 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____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_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444_(x_1); lean_dec(x_1); return x_2; } @@ -7204,7 +7204,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonHover___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____boxed), 1, 0); return x_1; } } @@ -7216,7 +7216,7 @@ x_1 = l_Lean_Lsp_instFromJsonHover___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__1() { _start: { lean_object* x_1; @@ -7224,83 +7224,83 @@ x_1 = lean_mk_string_from_bytes("HoverParams", 11); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____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_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -7309,7 +7309,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_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -7321,7 +7321,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_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -7335,7 +7335,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -7346,7 +7346,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_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -7358,7 +7358,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_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -7397,11 +7397,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563_(x_1); lean_dec(x_1); return x_2; } @@ -7410,7 +7410,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonHoverParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____boxed), 1, 0); return x_1; } } @@ -7422,14 +7422,14 @@ x_1 = l_Lean_Lsp_instFromJsonHoverParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2717_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2667_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -7441,7 +7441,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -7463,7 +7463,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonHoverParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2717_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2667_), 1, 0); return x_1; } } @@ -7475,7 +7475,7 @@ x_1 = l_Lean_Lsp_instToJsonHoverParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__1() { _start: { lean_object* x_1; @@ -7483,83 +7483,83 @@ x_1 = lean_mk_string_from_bytes("DeclarationParams", 17); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____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_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -7568,7 +7568,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_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -7580,7 +7580,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_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -7594,7 +7594,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -7605,7 +7605,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_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -7617,7 +7617,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_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -7656,11 +7656,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728_(x_1); lean_dec(x_1); return x_2; } @@ -7669,7 +7669,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDeclarationParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____boxed), 1, 0); return x_1; } } @@ -7681,14 +7681,14 @@ x_1 = l_Lean_Lsp_instFromJsonDeclarationParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2882_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2832_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -7700,7 +7700,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -7722,7 +7722,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDeclarationParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2882_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2832_), 1, 0); return x_1; } } @@ -7734,7 +7734,7 @@ x_1 = l_Lean_Lsp_instToJsonDeclarationParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__1() { _start: { lean_object* x_1; @@ -7742,83 +7742,83 @@ x_1 = lean_mk_string_from_bytes("DefinitionParams", 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____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_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -7827,7 +7827,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_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -7839,7 +7839,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_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -7853,7 +7853,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -7864,7 +7864,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_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -7876,7 +7876,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_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -7915,11 +7915,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893_(x_1); lean_dec(x_1); return x_2; } @@ -7928,7 +7928,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDefinitionParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____boxed), 1, 0); return x_1; } } @@ -7940,14 +7940,14 @@ x_1 = l_Lean_Lsp_instFromJsonDefinitionParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3047_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2997_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -7959,7 +7959,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -7981,7 +7981,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDefinitionParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3047_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2997_), 1, 0); return x_1; } } @@ -7993,7 +7993,7 @@ x_1 = l_Lean_Lsp_instToJsonDefinitionParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__1() { _start: { lean_object* x_1; @@ -8001,83 +8001,83 @@ x_1 = lean_mk_string_from_bytes("TypeDefinitionParams", 20); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____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_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -8086,7 +8086,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_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -8098,7 +8098,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_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -8112,7 +8112,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -8123,7 +8123,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_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -8135,7 +8135,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_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -8174,11 +8174,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058_(x_1); lean_dec(x_1); return x_2; } @@ -8187,7 +8187,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonTypeDefinitionParams___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____boxed), 1, 0); return x_1; } } @@ -8199,14 +8199,14 @@ x_1 = l_Lean_Lsp_instFromJsonTypeDefinitionParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3212_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3162_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -8218,7 +8218,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -8240,7 +8240,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonTypeDefinitionParams___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3212_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3162_), 1, 0); return x_1; } } @@ -8252,7 +8252,7 @@ x_1 = l_Lean_Lsp_instToJsonTypeDefinitionParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__1() { _start: { lean_object* x_1; @@ -8260,7 +8260,7 @@ x_1 = lean_mk_string_from_bytes("includeDeclaration", 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__2() { _start: { lean_object* x_1; @@ -8268,82 +8268,82 @@ x_1 = lean_mk_string_from_bytes("ReferenceContext", 16); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -8353,7 +8353,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -8365,7 +8365,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -8394,11 +8394,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223_(x_1); lean_dec(x_1); return x_2; } @@ -8407,7 +8407,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonReferenceContext___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____boxed), 1, 0); return x_1; } } @@ -8419,13 +8419,13 @@ x_1 = l_Lean_Lsp_instFromJsonReferenceContext___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338_(uint8_t x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288_(uint8_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; x_2 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_2, 0, x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____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); @@ -8441,13 +8441,13 @@ x_9 = l_Lean_Json_mkObj(x_8); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288____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_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338_(x_2); +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288_(x_2); return x_3; } } @@ -8455,7 +8455,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonReferenceContext___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288____boxed), 1, 0); return x_1; } } @@ -8467,17 +8467,17 @@ x_1 = l_Lean_Lsp_instToJsonReferenceContext___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273_(x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223_(x_3); lean_dec(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__1() { _start: { lean_object* x_1; @@ -8485,78 +8485,78 @@ x_1 = lean_mk_string_from_bytes("ReferenceParams", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9() { _start: { lean_object* x_1; @@ -8564,52 +8564,52 @@ x_1 = lean_mk_string_from_bytes("context", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__10; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__10; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__12; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -8618,7 +8618,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -8630,7 +8630,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -8644,7 +8644,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -8655,7 +8655,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -8667,7 +8667,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -8681,8 +8681,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9; -x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____spec__1(x_1, x_24); +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9; +x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { uint8_t x_26; @@ -8693,7 +8693,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13; +x_28 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -8705,7 +8705,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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13; +x_31 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -8751,21 +8751,21 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____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_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343_(x_1); lean_dec(x_1); return x_2; } @@ -8774,7 +8774,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonReferenceParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____boxed), 1, 0); return x_1; } } @@ -8786,7 +8786,7 @@ x_1 = l_Lean_Lsp_instFromJsonReferenceParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3540_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3490_(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; uint8_t 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; @@ -8795,7 +8795,7 @@ lean_inc(x_2); x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); x_4 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_3); -x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -8807,7 +8807,7 @@ x_9 = lean_ctor_get(x_2, 1); lean_inc(x_9); lean_dec(x_2); x_10 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_9); -x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -8819,8 +8819,8 @@ lean_inc(x_14); lean_dec(x_1); x_15 = lean_unbox(x_14); lean_dec(x_14); -x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3338_(x_15); -x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9; +x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3288_(x_15); +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9; x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); @@ -8845,7 +8845,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonReferenceParams___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3540_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3490_), 1, 0); return x_1; } } @@ -8857,7 +8857,7 @@ x_1 = l_Lean_Lsp_instToJsonReferenceParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__1() { _start: { lean_object* x_1; @@ -8865,7 +8865,7 @@ x_1 = lean_mk_string_from_bytes("query", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__2() { _start: { lean_object* x_1; @@ -8873,82 +8873,82 @@ x_1 = lean_mk_string_from_bytes("WorkspaceSymbolParams", 21); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____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_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____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_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____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_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__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) { @@ -8958,7 +8958,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_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -8970,7 +8970,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_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -8999,11 +8999,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565_(x_1); lean_dec(x_1); return x_2; } @@ -9012,7 +9012,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonWorkspaceSymbolParams___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____boxed), 1, 0); return x_1; } } @@ -9024,13 +9024,13 @@ x_1 = l_Lean_Lsp_instFromJsonWorkspaceSymbolParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3680_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3630_(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; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____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); @@ -9050,7 +9050,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonWorkspaceSymbolParams___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3680_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3630_), 1, 0); return x_1; } } @@ -9062,7 +9062,7 @@ x_1 = l_Lean_Lsp_instToJsonWorkspaceSymbolParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__1() { _start: { lean_object* x_1; @@ -9070,83 +9070,83 @@ x_1 = lean_mk_string_from_bytes("DocumentHighlightParams", 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -9155,7 +9155,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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -9167,7 +9167,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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -9181,7 +9181,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -9192,7 +9192,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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -9204,7 +9204,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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -9243,11 +9243,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677_(x_1); lean_dec(x_1); return x_2; } @@ -9256,7 +9256,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDocumentHighlightParams___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____boxed), 1, 0); return x_1; } } @@ -9268,14 +9268,14 @@ x_1 = l_Lean_Lsp_instFromJsonDocumentHighlightParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3831_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3781_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -9287,7 +9287,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonPosition____x40_Lean_Data_Lsp_Basic___hyg_497_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -9309,7 +9309,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDocumentHighlightParams___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3831_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3781_), 1, 0); return x_1; } } @@ -9484,7 +9484,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -9541,14 +9541,14 @@ return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__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); @@ -9559,8 +9559,8 @@ lean_ctor_set(x_7, 1, x_6); x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); -x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; -x_10 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950____spec__1(x_9, x_8); +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; +x_10 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900____spec__1(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_11, 0, x_10); @@ -9573,11 +9573,11 @@ x_14 = l_Lean_Json_mkObj(x_13); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900____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_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950____spec__1(x_1, x_2); +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -9586,7 +9586,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDocumentHighlight___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900_), 1, 0); return x_1; } } @@ -9598,7 +9598,7 @@ x_1 = l_Lean_Lsp_instToJsonDocumentHighlight___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__1() { _start: { lean_object* x_1; @@ -9606,63 +9606,63 @@ x_1 = lean_mk_string_from_bytes("DocumentSymbolParams", 20); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -9671,7 +9671,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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -9683,7 +9683,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_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -9712,11 +9712,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960_(x_1); lean_dec(x_1); return x_2; } @@ -9725,7 +9725,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDocumentSymbolParams___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____boxed), 1, 0); return x_1; } } @@ -9737,12 +9737,12 @@ x_1 = l_Lean_Lsp_instFromJsonDocumentSymbolParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4075_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4025_(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; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -9762,7 +9762,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDocumentSymbolParams___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4075_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4025_), 1, 0); return x_1; } } @@ -10601,7 +10601,7 @@ x_2 = lean_box(0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -10628,15 +10628,15 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg___boxed), 4, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg___boxed), 4, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -10657,7 +10657,7 @@ x_6 = lean_array_get_size(x_5); x_7 = lean_usize_of_nat(x_6); lean_dec(x_6); x_8 = 0; -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg(x_1, x_7, x_8, x_5); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg(x_1, x_7, x_8, x_5); x_10 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_10, 0, x_9); x_11 = lean_alloc_ctor(0, 2, 0); @@ -10671,15 +10671,15 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__1___rarg), 3, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__1___rarg), 3, 0); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__1() { _start: { lean_object* x_1; @@ -10687,7 +10687,7 @@ x_1 = lean_mk_string_from_bytes("name", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2() { _start: { lean_object* x_1; @@ -10695,7 +10695,7 @@ x_1 = lean_mk_string_from_bytes("selectionRange", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3() { _start: { lean_object* x_1; @@ -10703,7 +10703,7 @@ x_1 = lean_mk_string_from_bytes("children", 8); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg(lean_object* x_1, lean_object* x_2) { _start: { 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_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; @@ -10721,7 +10721,7 @@ lean_inc(x_8); lean_dec(x_2); x_9 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_9, 0, x_3); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___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_9); @@ -10729,11 +10729,11 @@ 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 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10; +x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10; x_15 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_14, x_4); lean_dec(x_4); x_16 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_6); -x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); @@ -10741,15 +10741,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_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_7); -x_21 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2; +x_21 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_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 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3; -x_25 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__1___rarg(x_1, x_24, x_8); +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3; +x_25 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__1___rarg(x_1, x_24, x_8); x_26 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_12); @@ -10946,7 +10946,7 @@ goto block_38; block_38: { 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; -x_30 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; +x_30 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -10968,15 +10968,15 @@ return x_37; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310_(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg), 2, 0); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg), 2, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg___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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg___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; @@ -10984,7 +10984,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_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____spec__2___rarg(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____spec__2___rarg(x_1, x_5, x_6, x_4); return x_7; } } @@ -10992,7 +10992,7 @@ LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDocumentSymbolAux___rarg(lean_obje _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg), 2, 1); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } @@ -11064,7 +11064,7 @@ return x_12; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__1(lean_object* x_1) { _start: { 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_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; @@ -11082,7 +11082,7 @@ lean_inc(x_7); lean_dec(x_1); x_8 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_8, 0, x_2); -x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__1; x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); @@ -11090,11 +11090,11 @@ x_11 = lean_box(0); x_12 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_12, 0, x_10); lean_ctor_set(x_12, 1, x_11); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10; x_14 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_13, x_3); lean_dec(x_3); x_15 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_5); -x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_17 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_17, 0, x_16); lean_ctor_set(x_17, 1, x_15); @@ -11102,14 +11102,14 @@ x_18 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_11); x_19 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_6); -x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2; x_21 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_19); x_22 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_11); -x_23 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3; +x_23 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3; x_24 = l_Lean_Json_opt___at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__2(x_23, x_7); x_25 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_25, 0, x_24); @@ -11307,7 +11307,7 @@ goto block_37; block_37: { 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 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; +x_29 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; x_30 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); @@ -11336,7 +11336,7 @@ lean_object* x_2; lean_object* x_3; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); lean_dec(x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__1(x_2); +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____at_Lean_Lsp_instToJsonDocumentSymbol_go___spec__1(x_2); return x_3; } } @@ -11475,7 +11475,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____spec__1(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_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -11499,7 +11499,7 @@ goto _start; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__1() { _start: { lean_object* x_1; @@ -11507,7 +11507,7 @@ x_1 = lean_mk_string_from_bytes("tags", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__2() { _start: { lean_object* x_1; @@ -11515,7 +11515,7 @@ x_1 = lean_mk_string_from_bytes("location", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__3() { _start: { lean_object* x_1; @@ -11523,7 +11523,7 @@ x_1 = lean_mk_string_from_bytes("containerName", 13); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590_(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; size_t x_13; size_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; 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; @@ -11539,7 +11539,7 @@ lean_inc(x_6); lean_dec(x_1); x_7 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_7, 0, x_2); -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___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); @@ -11551,10 +11551,10 @@ x_12 = lean_array_get_size(x_4); x_13 = lean_usize_of_nat(x_12); lean_dec(x_12); x_14 = 0; -x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____spec__1(x_13, x_14, x_4); +x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____spec__1(x_13, x_14, x_4); x_16 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_16, 0, x_15); -x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__1; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____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); @@ -11562,14 +11562,14 @@ x_19 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_10); x_20 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1263_(x_5); -x_21 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__2; +x_21 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__2; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); x_23 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_10); -x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__3; +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__3; x_25 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_24, x_6); lean_dec(x_6); x_26 = lean_alloc_ctor(1, 2, 0); @@ -11768,7 +11768,7 @@ goto block_37; block_37: { 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_30 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; +x_30 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -11787,7 +11787,7 @@ return x_36; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____spec__1___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_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____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; @@ -11795,7 +11795,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_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____spec__1(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____spec__1(x_4, x_5, x_3); return x_6; } } @@ -11803,7 +11803,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSymbolInformation___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590_), 1, 0); return x_1; } } @@ -12004,7 +12004,7 @@ x_6 = l_Lean_Lsp_SemanticTokenType_noConfusion___rarg(x_4, x_5, x_3); return x_6; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1() { _start: { lean_object* x_1; @@ -12012,17 +12012,17 @@ x_1 = lean_mk_string_from_bytes("keyword", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3() { _start: { lean_object* x_1; @@ -12030,17 +12030,17 @@ x_1 = lean_mk_string_from_bytes("variable", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5() { _start: { lean_object* x_1; @@ -12048,17 +12048,17 @@ x_1 = lean_mk_string_from_bytes("property", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7() { _start: { lean_object* x_1; @@ -12066,17 +12066,17 @@ x_1 = lean_mk_string_from_bytes("function", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9() { _start: { lean_object* x_1; @@ -12084,17 +12084,17 @@ x_1 = lean_mk_string_from_bytes("namespace", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11() { _start: { lean_object* x_1; @@ -12102,17 +12102,17 @@ x_1 = lean_mk_string_from_bytes("type", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13() { _start: { lean_object* x_1; @@ -12120,17 +12120,17 @@ x_1 = lean_mk_string_from_bytes("class", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15() { _start: { lean_object* x_1; @@ -12138,17 +12138,17 @@ x_1 = lean_mk_string_from_bytes("enum", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17() { _start: { lean_object* x_1; @@ -12156,17 +12156,17 @@ x_1 = lean_mk_string_from_bytes("interface", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19() { _start: { lean_object* x_1; @@ -12174,17 +12174,17 @@ x_1 = lean_mk_string_from_bytes("struct", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__20() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21() { _start: { lean_object* x_1; @@ -12192,17 +12192,17 @@ x_1 = lean_mk_string_from_bytes("typeParameter", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__22() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__22() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23() { _start: { lean_object* x_1; @@ -12210,17 +12210,17 @@ x_1 = lean_mk_string_from_bytes("parameter", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__24() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__24() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25() { _start: { lean_object* x_1; @@ -12228,17 +12228,17 @@ x_1 = lean_mk_string_from_bytes("enumMember", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__26() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__26() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27() { _start: { lean_object* x_1; @@ -12246,17 +12246,17 @@ x_1 = lean_mk_string_from_bytes("event", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__28() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__28() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29() { _start: { lean_object* x_1; @@ -12264,17 +12264,17 @@ x_1 = lean_mk_string_from_bytes("method", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__30() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__30() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31() { _start: { lean_object* x_1; @@ -12282,17 +12282,17 @@ x_1 = lean_mk_string_from_bytes("macro", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__32() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__32() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33() { _start: { lean_object* x_1; @@ -12300,17 +12300,17 @@ x_1 = lean_mk_string_from_bytes("modifier", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__34() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__34() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35() { _start: { lean_object* x_1; @@ -12318,17 +12318,17 @@ x_1 = lean_mk_string_from_bytes("comment", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37() { _start: { lean_object* x_1; @@ -12336,17 +12336,17 @@ x_1 = lean_mk_string_from_bytes("string", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__38() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__38() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39() { _start: { lean_object* x_1; @@ -12354,17 +12354,17 @@ x_1 = lean_mk_string_from_bytes("number", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__40() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__40() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41() { _start: { lean_object* x_1; @@ -12372,17 +12372,17 @@ x_1 = lean_mk_string_from_bytes("regexp", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__42() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__42() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43() { _start: { lean_object* x_1; @@ -12390,17 +12390,17 @@ x_1 = lean_mk_string_from_bytes("operator", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__44() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__44() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45() { _start: { lean_object* x_1; @@ -12408,17 +12408,17 @@ x_1 = lean_mk_string_from_bytes("decorator", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__46() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__46() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47() { _start: { lean_object* x_1; @@ -12426,174 +12426,174 @@ x_1 = lean_mk_string_from_bytes("leanSorryLike", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__48() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__48() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739_(uint8_t x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689_(uint8_t x_1) { _start: { switch (x_1) { case 0: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__2; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__2; return x_2; } case 1: { lean_object* x_3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__4; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__4; return x_3; } case 2: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__6; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__6; return x_4; } case 3: { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__8; +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__8; return x_5; } case 4: { lean_object* x_6; -x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__10; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__10; return x_6; } case 5: { lean_object* x_7; -x_7 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__12; +x_7 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__12; return x_7; } case 6: { lean_object* x_8; -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__14; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__14; return x_8; } case 7: { lean_object* x_9; -x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__16; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__16; return x_9; } case 8: { lean_object* x_10; -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__18; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__18; return x_10; } case 9: { lean_object* x_11; -x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__20; +x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__20; return x_11; } case 10: { lean_object* x_12; -x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__22; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__22; return x_12; } case 11: { lean_object* x_13; -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__24; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__24; return x_13; } case 12: { lean_object* x_14; -x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__26; +x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__26; return x_14; } case 13: { lean_object* x_15; -x_15 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__28; +x_15 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__28; return x_15; } case 14: { lean_object* x_16; -x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__30; +x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__30; return x_16; } case 15: { lean_object* x_17; -x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__32; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__32; return x_17; } case 16: { lean_object* x_18; -x_18 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__34; +x_18 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__34; return x_18; } case 17: { lean_object* x_19; -x_19 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36; +x_19 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36; return x_19; } case 18: { lean_object* x_20; -x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__38; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__38; return x_20; } case 19: { lean_object* x_21; -x_21 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__40; +x_21 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__40; return x_21; } case 20: { lean_object* x_22; -x_22 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__42; +x_22 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__42; return x_22; } case 21: { lean_object* x_23; -x_23 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__44; +x_23 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__44; return x_23; } case 22: { lean_object* x_24; -x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__46; +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__46; return x_24; } default: { lean_object* x_25; -x_25 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__48; +x_25 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__48; return x_25; } } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739_(x_2); +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689_(x_2); return x_3; } } @@ -12601,7 +12601,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokenType___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____boxed), 1, 0); return x_1; } } @@ -12613,7 +12613,7 @@ x_1 = l_Lean_Lsp_instToJsonSemanticTokenType___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -12621,33 +12621,33 @@ x_1 = lean_mk_string_from_bytes("no inductive constructor matched", 32); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__1; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__2; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__2; return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___boxed), 1, 0); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__2() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12658,21 +12658,21 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__2; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; x_3 = l_Except_orElseLazy___rarg(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____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; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45; 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) @@ -12682,7 +12682,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; x_9 = l_Except_orElseLazy___rarg(x_6, x_8); return x_9; } @@ -12694,7 +12694,7 @@ 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; x_13 = l_Except_orElseLazy___rarg(x_11, x_12); return x_13; } @@ -12703,12 +12703,12 @@ else { lean_object* x_14; lean_dec(x_6); -x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__3; +x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__3; return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12719,14 +12719,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___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) @@ -12755,13 +12755,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12772,14 +12772,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__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; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___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) @@ -12808,13 +12808,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12825,14 +12825,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___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) @@ -12861,13 +12861,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12878,14 +12878,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__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; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___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) @@ -12914,13 +12914,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12931,14 +12931,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___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) @@ -12967,13 +12967,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -12984,14 +12984,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___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) @@ -13020,13 +13020,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13037,14 +13037,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___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) @@ -13073,13 +13073,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13090,14 +13090,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___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) @@ -13126,13 +13126,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13143,14 +13143,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___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) @@ -13179,13 +13179,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13196,14 +13196,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___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) @@ -13232,13 +13232,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13249,14 +13249,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___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) @@ -13285,13 +13285,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13302,14 +13302,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___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) @@ -13338,13 +13338,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13355,14 +13355,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___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) @@ -13391,13 +13391,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13408,14 +13408,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___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) @@ -13444,13 +13444,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13461,14 +13461,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___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) @@ -13497,13 +13497,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13514,14 +13514,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___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) @@ -13550,13 +13550,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13567,14 +13567,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___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) @@ -13603,13 +13603,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13620,14 +13620,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___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) @@ -13656,13 +13656,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13673,14 +13673,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___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) @@ -13709,13 +13709,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13726,14 +13726,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___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) @@ -13762,13 +13762,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13779,14 +13779,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___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) @@ -13815,13 +13815,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13832,14 +13832,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___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) @@ -13868,13 +13868,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -13884,7 +13884,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__2() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -13895,15 +13895,15 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876_(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47; x_3 = lean_unsigned_to_nat(0u); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___boxed), 3, 2); +x_6 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___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) @@ -13932,226 +13932,226 @@ else { lean_object* x_12; lean_object* x_13; lean_dec(x_5); -x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__2; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__2; x_13 = l_Except_orElseLazy___rarg(x_12, x_6); return x_13; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2(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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24(x_1, x_2, x_3); lean_dec(x_3); return x_4; } @@ -14160,7 +14160,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokenType___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876_), 1, 0); return x_1; } } @@ -14186,7 +14186,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__2() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__1; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14196,7 +14196,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__3() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14206,7 +14206,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__4() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14216,7 +14216,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__5() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14226,7 +14226,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__6() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14236,7 +14236,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__7() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__6; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14246,7 +14246,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__8() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__7; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14256,7 +14256,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__9() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__8; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14266,7 +14266,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__10() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__9; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14276,7 +14276,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__11() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__10; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14286,7 +14286,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__12() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__11; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14296,7 +14296,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__13() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__12; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14306,7 +14306,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__14() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__13; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14316,7 +14316,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__15() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__14; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14326,7 +14326,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__16() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__15; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14336,7 +14336,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__17() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__16; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14346,7 +14346,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__18() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__17; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14356,7 +14356,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__19() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__18; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14366,7 +14366,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__20() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__19; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14376,7 +14376,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__21() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__20; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14386,7 +14386,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__22() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__21; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14396,7 +14396,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__23() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__22; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14406,7 +14406,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__24() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__23; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14416,7 +14416,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenType_names___closed__25() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenType_names___closed__24; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -14552,7 +14552,7 @@ x_6 = l_Lean_Lsp_SemanticTokenModifier_noConfusion___rarg(x_4, x_5, x_3); return x_6; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1() { _start: { lean_object* x_1; @@ -14560,17 +14560,17 @@ x_1 = lean_mk_string_from_bytes("declaration", 11); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3() { _start: { lean_object* x_1; @@ -14578,17 +14578,17 @@ x_1 = lean_mk_string_from_bytes("definition", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5() { _start: { lean_object* x_1; @@ -14596,17 +14596,17 @@ x_1 = lean_mk_string_from_bytes("readonly", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7() { _start: { lean_object* x_1; @@ -14614,17 +14614,17 @@ x_1 = lean_mk_string_from_bytes("static", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9() { _start: { lean_object* x_1; @@ -14632,17 +14632,17 @@ x_1 = lean_mk_string_from_bytes("deprecated", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11() { _start: { lean_object* x_1; @@ -14650,17 +14650,17 @@ x_1 = lean_mk_string_from_bytes("abstract", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13() { _start: { lean_object* x_1; @@ -14668,17 +14668,17 @@ x_1 = lean_mk_string_from_bytes("async", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15() { _start: { lean_object* x_1; @@ -14686,27 +14686,27 @@ x_1 = lean_mk_string_from_bytes("modification", 12); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__17() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18() { _start: { lean_object* x_1; @@ -14714,90 +14714,90 @@ x_1 = lean_mk_string_from_bytes("defaultLibrary", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__19() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18; 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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867_(uint8_t x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817_(uint8_t x_1) { _start: { switch (x_1) { case 0: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__2; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__2; return x_2; } case 1: { lean_object* x_3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__4; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__4; return x_3; } case 2: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__6; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__6; return x_4; } case 3: { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__8; +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__8; return x_5; } case 4: { lean_object* x_6; -x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__10; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__10; return x_6; } case 5: { lean_object* x_7; -x_7 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__12; +x_7 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__12; return x_7; } case 6: { lean_object* x_8; -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__14; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__14; return x_8; } case 7: { lean_object* x_9; -x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__16; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__16; return x_9; } case 8: { lean_object* x_10; -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__17; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__17; return x_10; } default: { lean_object* x_11; -x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__19; +x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__19; return x_11; } } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867_(x_2); +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817_(x_2); return x_3; } } @@ -14805,7 +14805,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokenModifier___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____boxed), 1, 0); return x_1; } } @@ -14817,7 +14817,7 @@ x_1 = l_Lean_Lsp_instToJsonSemanticTokenModifier___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -14828,21 +14828,21 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__1; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; x_3 = l_Except_orElseLazy___rarg(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16; 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) @@ -14852,7 +14852,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; x_9 = l_Except_orElseLazy___rarg(x_6, x_8); return x_9; } @@ -14864,7 +14864,7 @@ 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1; x_13 = l_Except_orElseLazy___rarg(x_11, x_12); return x_13; } @@ -14873,12 +14873,12 @@ else { lean_object* x_14; lean_dec(x_6); -x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__2; +x_14 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__2; return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -14889,14 +14889,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____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) @@ -14925,13 +14925,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -14942,14 +14942,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___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) @@ -14978,13 +14978,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -14995,14 +14995,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__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; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___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) @@ -15031,13 +15031,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -15048,14 +15048,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___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) @@ -15084,13 +15084,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -15101,14 +15101,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__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; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___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) @@ -15137,13 +15137,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -15154,14 +15154,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___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) @@ -15190,13 +15190,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -15207,14 +15207,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___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) @@ -15243,13 +15243,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -15260,14 +15260,14 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1; x_5 = lean_unsigned_to_nat(0u); 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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___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) @@ -15296,13 +15296,13 @@ else { lean_object* x_13; lean_object* x_14; lean_dec(x_6); -x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___closed__1; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___closed__1; x_14 = l_Except_orElseLazy___rarg(x_13, x_7); return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -15313,15 +15313,15 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906_(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18; x_3 = lean_unsigned_to_nat(0u); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___boxed), 3, 2); +x_6 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___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) @@ -15350,91 +15350,91 @@ else { lean_object* x_12; lean_object* x_13; lean_dec(x_5); -x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____closed__1; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____closed__1; x_13 = l_Except_orElseLazy___rarg(x_12, x_6); return x_13; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9(x_1, x_2, x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9(x_1, x_2, x_3); lean_dec(x_3); return x_4; } @@ -15443,7 +15443,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokenModifier___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906_), 1, 0); return x_1; } } @@ -15469,7 +15469,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__2() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__1; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15479,7 +15479,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__3() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15489,7 +15489,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__4() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15499,7 +15499,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__5() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15509,7 +15509,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__6() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15519,7 +15519,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__7() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__6; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15529,7 +15529,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__8() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__7; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15539,7 +15539,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__9() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__8; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15549,7 +15549,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__10() { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__9; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15559,7 +15559,7 @@ static lean_object* _init_l_Lean_Lsp_SemanticTokenModifier_names___closed__11() { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Lsp_SemanticTokenModifier_names___closed__10; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18; x_3 = lean_array_push(x_1, x_2); return x_3; } @@ -15590,7 +15590,7 @@ x_3 = l_Lean_Lsp_SemanticTokenModifier_toNat(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -15624,7 +15624,7 @@ return x_15; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__1() { _start: { lean_object* x_1; @@ -15632,7 +15632,7 @@ x_1 = lean_mk_string_from_bytes("tokenTypes", 10); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__2() { _start: { lean_object* x_1; @@ -15640,78 +15640,78 @@ x_1 = lean_mk_string_from_bytes("SemanticTokensLegend", 20); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10() { _start: { lean_object* x_1; @@ -15719,52 +15719,52 @@ x_1 = lean_mk_string_from_bytes("tokenModifiers", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__13; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -15773,7 +15773,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -15785,7 +15785,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -15799,8 +15799,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -15810,7 +15810,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -15822,7 +15822,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -15861,21 +15861,21 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467_(x_1); lean_dec(x_1); return x_2; } @@ -15884,7 +15884,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokensLegend___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____boxed), 1, 0); return x_1; } } @@ -15896,7 +15896,7 @@ x_1 = l_Lean_Lsp_instFromJsonSemanticTokensLegend___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6625_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6575_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; size_t x_4; size_t x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; size_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; lean_object* x_21; lean_object* x_22; lean_object* x_23; @@ -15909,7 +15909,7 @@ x_5 = 0; x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_227____spec__2(x_4, x_5, x_2); x_7 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_7, 0, x_6); -x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1; +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____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); @@ -15926,7 +15926,7 @@ lean_dec(x_13); x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_227____spec__2(x_14, x_5, x_12); x_16 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_16, 0, x_15); -x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10; x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); @@ -15948,7 +15948,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokensLegend___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6625_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6575_), 1, 0); return x_1; } } @@ -15960,17 +15960,17 @@ x_1 = l_Lean_Lsp_instToJsonSemanticTokensLegend___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517_(x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467_(x_3); lean_dec(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__1() { _start: { lean_object* x_1; @@ -15978,7 +15978,7 @@ x_1 = lean_mk_string_from_bytes("legend", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__2() { _start: { lean_object* x_1; @@ -15986,118 +15986,118 @@ x_1 = lean_mk_string_from_bytes("SemanticTokensOptions", 21); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__6; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__6; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__8; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__10; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__10; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__12; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14() { _start: { lean_object* x_1; @@ -16105,52 +16105,52 @@ x_1 = lean_mk_string_from_bytes("full", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__15; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__15; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__16; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__16; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__17; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__17; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -16159,7 +16159,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -16171,7 +16171,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -16185,7 +16185,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -16196,7 +16196,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -16208,7 +16208,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -16222,7 +16222,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14; +x_24 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14; x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { @@ -16234,7 +16234,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18; +x_28 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -16246,7 +16246,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18; +x_31 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -16296,21 +16296,21 @@ return x_43; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652_(x_1); lean_dec(x_1); return x_2; } @@ -16319,7 +16319,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokensOptions___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____boxed), 1, 0); return x_1; } } @@ -16331,14 +16331,14 @@ x_1 = l_Lean_Lsp_instFromJsonSemanticTokensOptions___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6850_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6800_(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; 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; lean_object* x_20; lean_object* x_21; lean_object* x_22; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6625_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6575_(x_2); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____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); @@ -16349,7 +16349,7 @@ lean_ctor_set(x_7, 1, x_6); x_8 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); x_9 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_9, 0, x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -16360,7 +16360,7 @@ x_13 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); lean_dec(x_1); x_14 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_14, 0, x_13); -x_15 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14; +x_15 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14; x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -16385,7 +16385,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokensOptions___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6850_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6800_), 1, 0); return x_1; } } @@ -16397,7 +16397,7 @@ x_1 = l_Lean_Lsp_instToJsonSemanticTokensOptions___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__1() { _start: { lean_object* x_1; @@ -16405,63 +16405,63 @@ x_1 = lean_mk_string_from_bytes("SemanticTokensParams", 20); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -16470,7 +16470,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -16482,7 +16482,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -16511,11 +16511,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875_(x_1); lean_dec(x_1); return x_2; } @@ -16524,7 +16524,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokensParams___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____boxed), 1, 0); return x_1; } } @@ -16536,12 +16536,12 @@ x_1 = l_Lean_Lsp_instFromJsonSemanticTokensParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6990_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6940_(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; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -16561,7 +16561,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokensParams___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6990_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6940_), 1, 0); return x_1; } } @@ -16573,7 +16573,7 @@ x_1 = l_Lean_Lsp_instToJsonSemanticTokensParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__1() { _start: { lean_object* x_1; @@ -16581,83 +16581,83 @@ x_1 = lean_mk_string_from_bytes("SemanticTokensRangeParams", 25); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__7; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -16666,7 +16666,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -16678,7 +16678,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -16692,7 +16692,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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__2(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -16703,7 +16703,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -16715,7 +16715,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -16754,11 +16754,11 @@ return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995_(x_1); lean_dec(x_1); return x_2; } @@ -16767,7 +16767,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokensRangeParams___clo _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____boxed), 1, 0); return x_1; } } @@ -16779,14 +16779,14 @@ x_1 = l_Lean_Lsp_instFromJsonSemanticTokensRangeParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7151_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7101_(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; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_2); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -16798,7 +16798,7 @@ x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_dec(x_1); x_9 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(x_8); -x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2; +x_10 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2; x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -16820,7 +16820,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokensRangeParams___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7151_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7101_), 1, 0); return x_1; } } @@ -16840,7 +16840,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -16896,7 +16896,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -16913,7 +16913,7 @@ x_5 = lean_array_get_size(x_4); x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__2(x_6, x_7, x_4); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__2(x_6, x_7, x_4); return x_8; } else @@ -16932,7 +16932,7 @@ return x_15; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1() { _start: { lean_object* x_1; @@ -16940,7 +16940,7 @@ x_1 = lean_mk_string_from_bytes("resultId", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__2() { _start: { lean_object* x_1; @@ -16948,38 +16948,38 @@ x_1 = lean_mk_string_from_bytes("SemanticTokens", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__2; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__3; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__4; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__4; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__6() { _start: { lean_object* x_1; @@ -16987,47 +16987,47 @@ x_1 = lean_mk_string_from_bytes("resultId?", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__6; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__8() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__7; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__8; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__9; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__9; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11() { _start: { lean_object* x_1; @@ -17035,51 +17035,51 @@ x_1 = lean_mk_string_from_bytes("data", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__13() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__12; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__12; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__13; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__14; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__14; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2082____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -17090,7 +17090,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -17102,7 +17102,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -17116,8 +17116,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -17127,7 +17127,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15; +x_17 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -17139,7 +17139,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15; +x_20 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -17178,7 +17178,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____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; @@ -17186,7 +17186,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_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____spec__2(x_4, x_5, x_3); return x_6; } } @@ -17194,7 +17194,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSemanticTokens___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173_), 1, 0); return x_1; } } @@ -17206,7 +17206,7 @@ x_1 = l_Lean_Lsp_instFromJsonSemanticTokens___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335____spec__1(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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -17233,13 +17233,13 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285_(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; 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_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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1; x_4 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextEdit____x40_Lean_Data_Lsp_Basic___hyg_2023____spec__1(x_3, x_2); lean_dec(x_2); x_5 = lean_ctor_get(x_1, 1); @@ -17249,10 +17249,10 @@ x_6 = lean_array_get_size(x_5); x_7 = lean_usize_of_nat(x_6); lean_dec(x_6); x_8 = 0; -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335____spec__1(x_7, x_8, x_5); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285____spec__1(x_7, x_8, x_5); x_10 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_10, 0, x_9); -x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11; +x_11 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11; x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); @@ -17271,7 +17271,7 @@ x_18 = l_Lean_Json_mkObj(x_17); return x_18; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335____spec__1___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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285____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; @@ -17279,7 +17279,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_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335____spec__1(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285____spec__1(x_4, x_5, x_3); return x_6; } } @@ -17287,7 +17287,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSemanticTokens___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285_), 1, 0); return x_1; } } @@ -17299,7 +17299,7 @@ x_1 = l_Lean_Lsp_instToJsonSemanticTokens___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__1() { _start: { lean_object* x_1; @@ -17307,63 +17307,63 @@ x_1 = lean_mk_string_from_bytes("FoldingRangeParams", 18); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____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_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__2; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__3; -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____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_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__2; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__3; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__3; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__4; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__4; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__5; +x_1 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__5; x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_44____closed__13; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____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_5570____spec__1(x_1, x_2); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -17372,7 +17372,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_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6; +x_6 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -17384,7 +17384,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_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6; +x_9 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -17413,11 +17413,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343_(x_1); lean_dec(x_1); return x_2; } @@ -17426,7 +17426,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonFoldingRangeParams___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____boxed), 1, 0); return x_1; } } @@ -17438,12 +17438,12 @@ x_1 = l_Lean_Lsp_instFromJsonFoldingRangeParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7458_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7408_(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; x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(x_1); -x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1; +x_3 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____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); @@ -17463,7 +17463,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonFoldingRangeParams___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7458_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7408_), 1, 0); return x_1; } } @@ -17581,7 +17581,7 @@ switch (x_1) { case 0: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36; +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36; return x_2; } case 1: @@ -17617,7 +17617,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -17637,7 +17637,7 @@ switch (x_6) { case 0: { lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_7 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36; +x_7 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36; x_8 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_8, 0, x_1); lean_ctor_set(x_8, 1, x_7); @@ -17674,7 +17674,7 @@ return x_15; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__1() { _start: { lean_object* x_1; @@ -17682,7 +17682,7 @@ x_1 = lean_mk_string_from_bytes("startLine", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__2() { _start: { lean_object* x_1; @@ -17690,7 +17690,7 @@ x_1 = lean_mk_string_from_bytes("endLine", 7); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521_(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; @@ -17699,7 +17699,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_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__1; +x_5 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____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); @@ -17712,7 +17712,7 @@ lean_inc(x_9); 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___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__2; +x_12 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__2; x_13 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_11); @@ -17722,8 +17722,8 @@ lean_ctor_set(x_14, 1, x_7); x_15 = lean_ctor_get(x_1, 2); lean_inc(x_15); lean_dec(x_1); -x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22; -x_17 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____spec__1(x_16, x_15); +x_16 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22; +x_17 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____spec__1(x_16, x_15); lean_dec(x_15); x_18 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_18, 0, x_17); @@ -17739,11 +17739,11 @@ x_22 = l_Lean_Json_mkObj(x_21); return x_22; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____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_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____spec__1(x_1, x_2); +x_3 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } @@ -17752,7 +17752,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonFoldingRange___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521_), 1, 0); return x_1; } } @@ -18161,44 +18161,44 @@ l_Lean_Lsp_instReprCompletionItemKind___closed__1 = _init_l_Lean_Lsp_instReprCom lean_mark_persistent(l_Lean_Lsp_instReprCompletionItemKind___closed__1); l_Lean_Lsp_instReprCompletionItemKind = _init_l_Lean_Lsp_instReprCompletionItemKind(); lean_mark_persistent(l_Lean_Lsp_instReprCompletionItemKind); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__14); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__15); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__16); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__17); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__18); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1486____closed__19); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__15); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__16); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__17); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__18); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonInsertReplaceEdit____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1436____closed__19); l_Lean_Lsp_instFromJsonInsertReplaceEdit___closed__1 = _init_l_Lean_Lsp_instFromJsonInsertReplaceEdit___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonInsertReplaceEdit___closed__1); l_Lean_Lsp_instFromJsonInsertReplaceEdit = _init_l_Lean_Lsp_instFromJsonInsertReplaceEdit(); @@ -18215,72 +18215,72 @@ l_Lean_Lsp_CompletionItem_kind_x3f___default = _init_l_Lean_Lsp_CompletionItem_k lean_mark_persistent(l_Lean_Lsp_CompletionItem_kind_x3f___default); l_Lean_Lsp_CompletionItem_textEdit_x3f___default = _init_l_Lean_Lsp_CompletionItem_textEdit_x3f___default(); lean_mark_persistent(l_Lean_Lsp_CompletionItem_textEdit_x3f___default); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__14); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__15); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__16); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__17); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__18); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__19); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__20 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__20(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__20); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__21); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__22); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__23 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__23(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__23); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__24 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__24(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__24); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__25 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__25(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__25); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__26 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__26(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__26); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__27); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__28); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__29 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__29(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__29); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__30 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__30(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__30); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__31 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__31(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__31); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__32 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__32(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__32); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1747____closed__33); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__15); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__16); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__17); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__18); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__19); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__20 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__20(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__20); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__21); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__22); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__23 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__23(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__23); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__24 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__24(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__24); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__25 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__25(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__25); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__26 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__26(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__26); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__27); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__28); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__29 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__29(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__29); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__30 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__30(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__30); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__31 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__31(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__31); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__32 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__32(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__32); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionItem____x40_Lean_Data_Lsp_LanguageFeatures___hyg_1697____closed__33); l_Lean_Lsp_instFromJsonCompletionItem___closed__1 = _init_l_Lean_Lsp_instFromJsonCompletionItem___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonCompletionItem___closed__1); l_Lean_Lsp_instFromJsonCompletionItem = _init_l_Lean_Lsp_instFromJsonCompletionItem(); @@ -18295,34 +18295,34 @@ l_Lean_Lsp_instInhabitedCompletionItem___closed__2 = _init_l_Lean_Lsp_instInhabi lean_mark_persistent(l_Lean_Lsp_instInhabitedCompletionItem___closed__2); l_Lean_Lsp_instInhabitedCompletionItem = _init_l_Lean_Lsp_instInhabitedCompletionItem(); lean_mark_persistent(l_Lean_Lsp_instInhabitedCompletionItem); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2097____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2047____closed__14); l_Lean_Lsp_instFromJsonCompletionList___closed__1 = _init_l_Lean_Lsp_instFromJsonCompletionList___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonCompletionList___closed__1); l_Lean_Lsp_instFromJsonCompletionList = _init_l_Lean_Lsp_instFromJsonCompletionList(); @@ -18331,34 +18331,34 @@ l_Lean_Lsp_instToJsonCompletionList___closed__1 = _init_l_Lean_Lsp_instToJsonCom lean_mark_persistent(l_Lean_Lsp_instToJsonCompletionList___closed__1); l_Lean_Lsp_instToJsonCompletionList = _init_l_Lean_Lsp_instToJsonCompletionList(); lean_mark_persistent(l_Lean_Lsp_instToJsonCompletionList); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224____closed__14); l_Lean_Lsp_instFromJsonCompletionParams___closed__1 = _init_l_Lean_Lsp_instFromJsonCompletionParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonCompletionParams___closed__1); l_Lean_Lsp_instFromJsonCompletionParams = _init_l_Lean_Lsp_instFromJsonCompletionParams(); @@ -18369,60 +18369,60 @@ l_Lean_Lsp_instToJsonCompletionParams = _init_l_Lean_Lsp_instToJsonCompletionPar lean_mark_persistent(l_Lean_Lsp_instToJsonCompletionParams); l_Lean_Lsp_Hover_range_x3f___default = _init_l_Lean_Lsp_Hover_range_x3f___default(); lean_mark_persistent(l_Lean_Lsp_Hover_range_x3f___default); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401____closed__2); l_Lean_Lsp_instToJsonHover___closed__1 = _init_l_Lean_Lsp_instToJsonHover___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonHover___closed__1); l_Lean_Lsp_instToJsonHover = _init_l_Lean_Lsp_instToJsonHover(); lean_mark_persistent(l_Lean_Lsp_instToJsonHover); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2494____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2444____closed__13); l_Lean_Lsp_instFromJsonHover___closed__1 = _init_l_Lean_Lsp_instFromJsonHover___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonHover___closed__1); l_Lean_Lsp_instFromJsonHover = _init_l_Lean_Lsp_instFromJsonHover(); lean_mark_persistent(l_Lean_Lsp_instFromJsonHover); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563____closed__8); l_Lean_Lsp_instFromJsonHoverParams___closed__1 = _init_l_Lean_Lsp_instFromJsonHoverParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonHoverParams___closed__1); l_Lean_Lsp_instFromJsonHoverParams = _init_l_Lean_Lsp_instFromJsonHoverParams(); @@ -18431,22 +18431,22 @@ l_Lean_Lsp_instToJsonHoverParams___closed__1 = _init_l_Lean_Lsp_instToJsonHoverP lean_mark_persistent(l_Lean_Lsp_instToJsonHoverParams___closed__1); l_Lean_Lsp_instToJsonHoverParams = _init_l_Lean_Lsp_instToJsonHoverParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonHoverParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2778____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDeclarationParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2728____closed__8); l_Lean_Lsp_instFromJsonDeclarationParams___closed__1 = _init_l_Lean_Lsp_instFromJsonDeclarationParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDeclarationParams___closed__1); l_Lean_Lsp_instFromJsonDeclarationParams = _init_l_Lean_Lsp_instFromJsonDeclarationParams(); @@ -18455,22 +18455,22 @@ l_Lean_Lsp_instToJsonDeclarationParams___closed__1 = _init_l_Lean_Lsp_instToJson lean_mark_persistent(l_Lean_Lsp_instToJsonDeclarationParams___closed__1); l_Lean_Lsp_instToJsonDeclarationParams = _init_l_Lean_Lsp_instToJsonDeclarationParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonDeclarationParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2943____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2893____closed__8); l_Lean_Lsp_instFromJsonDefinitionParams___closed__1 = _init_l_Lean_Lsp_instFromJsonDefinitionParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDefinitionParams___closed__1); l_Lean_Lsp_instFromJsonDefinitionParams = _init_l_Lean_Lsp_instFromJsonDefinitionParams(); @@ -18479,22 +18479,22 @@ l_Lean_Lsp_instToJsonDefinitionParams___closed__1 = _init_l_Lean_Lsp_instToJsonD lean_mark_persistent(l_Lean_Lsp_instToJsonDefinitionParams___closed__1); l_Lean_Lsp_instToJsonDefinitionParams = _init_l_Lean_Lsp_instToJsonDefinitionParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonDefinitionParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3108____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonTypeDefinitionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3058____closed__8); l_Lean_Lsp_instFromJsonTypeDefinitionParams___closed__1 = _init_l_Lean_Lsp_instFromJsonTypeDefinitionParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTypeDefinitionParams___closed__1); l_Lean_Lsp_instFromJsonTypeDefinitionParams = _init_l_Lean_Lsp_instFromJsonTypeDefinitionParams(); @@ -18503,24 +18503,24 @@ l_Lean_Lsp_instToJsonTypeDefinitionParams___closed__1 = _init_l_Lean_Lsp_instToJ lean_mark_persistent(l_Lean_Lsp_instToJsonTypeDefinitionParams___closed__1); l_Lean_Lsp_instToJsonTypeDefinitionParams = _init_l_Lean_Lsp_instToJsonTypeDefinitionParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonTypeDefinitionParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3273____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceContext____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3223____closed__9); l_Lean_Lsp_instFromJsonReferenceContext___closed__1 = _init_l_Lean_Lsp_instFromJsonReferenceContext___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonReferenceContext___closed__1); l_Lean_Lsp_instFromJsonReferenceContext = _init_l_Lean_Lsp_instFromJsonReferenceContext(); @@ -18529,32 +18529,32 @@ l_Lean_Lsp_instToJsonReferenceContext___closed__1 = _init_l_Lean_Lsp_instToJsonR lean_mark_persistent(l_Lean_Lsp_instToJsonReferenceContext___closed__1); l_Lean_Lsp_instToJsonReferenceContext = _init_l_Lean_Lsp_instToJsonReferenceContext(); lean_mark_persistent(l_Lean_Lsp_instToJsonReferenceContext); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343____closed__13); l_Lean_Lsp_instFromJsonReferenceParams___closed__1 = _init_l_Lean_Lsp_instFromJsonReferenceParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonReferenceParams___closed__1); l_Lean_Lsp_instFromJsonReferenceParams = _init_l_Lean_Lsp_instFromJsonReferenceParams(); @@ -18563,24 +18563,24 @@ l_Lean_Lsp_instToJsonReferenceParams___closed__1 = _init_l_Lean_Lsp_instToJsonRe lean_mark_persistent(l_Lean_Lsp_instToJsonReferenceParams___closed__1); l_Lean_Lsp_instToJsonReferenceParams = _init_l_Lean_Lsp_instToJsonReferenceParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonReferenceParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565____closed__9); l_Lean_Lsp_instFromJsonWorkspaceSymbolParams___closed__1 = _init_l_Lean_Lsp_instFromJsonWorkspaceSymbolParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonWorkspaceSymbolParams___closed__1); l_Lean_Lsp_instFromJsonWorkspaceSymbolParams = _init_l_Lean_Lsp_instFromJsonWorkspaceSymbolParams(); @@ -18589,22 +18589,22 @@ l_Lean_Lsp_instToJsonWorkspaceSymbolParams___closed__1 = _init_l_Lean_Lsp_instTo lean_mark_persistent(l_Lean_Lsp_instToJsonWorkspaceSymbolParams___closed__1); l_Lean_Lsp_instToJsonWorkspaceSymbolParams = _init_l_Lean_Lsp_instToJsonWorkspaceSymbolParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonWorkspaceSymbolParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677____closed__8); l_Lean_Lsp_instFromJsonDocumentHighlightParams___closed__1 = _init_l_Lean_Lsp_instFromJsonDocumentHighlightParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDocumentHighlightParams___closed__1); l_Lean_Lsp_instFromJsonDocumentHighlightParams = _init_l_Lean_Lsp_instFromJsonDocumentHighlightParams(); @@ -18631,18 +18631,18 @@ l_Lean_Lsp_instToJsonDocumentHighlight___closed__1 = _init_l_Lean_Lsp_instToJson lean_mark_persistent(l_Lean_Lsp_instToJsonDocumentHighlight___closed__1); l_Lean_Lsp_instToJsonDocumentHighlight = _init_l_Lean_Lsp_instToJsonDocumentHighlight(); lean_mark_persistent(l_Lean_Lsp_instToJsonDocumentHighlight); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960____closed__6); l_Lean_Lsp_instFromJsonDocumentSymbolParams___closed__1 = _init_l_Lean_Lsp_instFromJsonDocumentSymbolParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDocumentSymbolParams___closed__1); l_Lean_Lsp_instFromJsonDocumentSymbolParams = _init_l_Lean_Lsp_instFromJsonDocumentSymbolParams(); @@ -18745,12 +18745,12 @@ l_Lean_Lsp_instToJsonSymbolKind___closed__46 = _init_l_Lean_Lsp_instToJsonSymbol lean_mark_persistent(l_Lean_Lsp_instToJsonSymbolKind___closed__46); l_Lean_Lsp_DocumentSymbolAux_detail_x3f___default = _init_l_Lean_Lsp_DocumentSymbolAux_detail_x3f___default(); lean_mark_persistent(l_Lean_Lsp_DocumentSymbolAux_detail_x3f___default); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4360____rarg___closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentSymbolAux____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4310____rarg___closed__3); l_Lean_Lsp_instToJsonDocumentSymbol___closed__1 = _init_l_Lean_Lsp_instToJsonDocumentSymbol___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonDocumentSymbol___closed__1); l_Lean_Lsp_instToJsonDocumentSymbol = _init_l_Lean_Lsp_instToJsonDocumentSymbol(); @@ -18761,174 +18761,174 @@ l_Lean_Lsp_SymbolInformation_tags___default = _init_l_Lean_Lsp_SymbolInformation lean_mark_persistent(l_Lean_Lsp_SymbolInformation_tags___default); l_Lean_Lsp_SymbolInformation_containerName_x3f___default = _init_l_Lean_Lsp_SymbolInformation_containerName_x3f___default(); lean_mark_persistent(l_Lean_Lsp_SymbolInformation_containerName_x3f___default); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590____closed__3); l_Lean_Lsp_instToJsonSymbolInformation___closed__1 = _init_l_Lean_Lsp_instToJsonSymbolInformation___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonSymbolInformation___closed__1); l_Lean_Lsp_instToJsonSymbolInformation = _init_l_Lean_Lsp_instToJsonSymbolInformation(); lean_mark_persistent(l_Lean_Lsp_instToJsonSymbolInformation); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__14); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__15); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__16); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__17); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__18); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__19); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__20 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__20(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__20); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__21); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__22 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__22(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__22); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__23); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__24 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__24(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__24); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__25); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__26 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__26(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__26); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__27); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__28 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__28(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__28); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__29); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__30 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__30(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__30); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__31); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__32 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__32(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__32); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__33); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__34 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__34(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__34); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__35); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__36); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__37); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__38 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__38(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__38); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__39); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__40 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__40(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__40); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__41); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__42 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__42(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__42); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__43); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__44 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__44(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__44); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__45); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__46 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__46(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__46); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__47); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__48 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__48(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4739____closed__48); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__15); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__16); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__17); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__18); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__19); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__20 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__20(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__20); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__21); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__22 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__22(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__22); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__23); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__24 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__24(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__24); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__25); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__26 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__26(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__26); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__27); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__28 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__28(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__28); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__29); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__30 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__30(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__30); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__31); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__32 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__32(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__32); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__33); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__34 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__34(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__34); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__35); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__36); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__37); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__38 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__38(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__38); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__39); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__40 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__40(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__40); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__41); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__42 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__42(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__42); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__43); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__44 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__44(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__44); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__45); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__46 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__46(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__46); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__47); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__48 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__48(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4689____closed__48); l_Lean_Lsp_instToJsonSemanticTokenType___closed__1 = _init_l_Lean_Lsp_instToJsonSemanticTokenType___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokenType___closed__1); l_Lean_Lsp_instToJsonSemanticTokenType = _init_l_Lean_Lsp_instToJsonSemanticTokenType(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokenType); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__1___closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__2___closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__3___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__4___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__5___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__6___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__7___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__8___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__9___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__10___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__11___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__12___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__13___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__14___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__15___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__16___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__17___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__18___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__19___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__20___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__21___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__22___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__23___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____lambda__24___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4926____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__1___closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__2___closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__3___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__4___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__5___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__6___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__7___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__8___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__9___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__10___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__11___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__12___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__13___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__14___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__15___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__16___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__17___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__18___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__19___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__20___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__21___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__22___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__23___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____lambda__24___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenType____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4876____closed__2); l_Lean_Lsp_instFromJsonSemanticTokenType___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokenType___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokenType___closed__1); l_Lean_Lsp_instFromJsonSemanticTokenType = _init_l_Lean_Lsp_instFromJsonSemanticTokenType(); @@ -18985,70 +18985,70 @@ l_Lean_Lsp_SemanticTokenType_names___closed__25 = _init_l_Lean_Lsp_SemanticToken lean_mark_persistent(l_Lean_Lsp_SemanticTokenType_names___closed__25); l_Lean_Lsp_SemanticTokenType_names = _init_l_Lean_Lsp_SemanticTokenType_names(); lean_mark_persistent(l_Lean_Lsp_SemanticTokenType_names); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__14); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__15); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__16); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__17); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__18); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5867____closed__19); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__15); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__16); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__17); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__18); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__19 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5817____closed__19); l_Lean_Lsp_instToJsonSemanticTokenModifier___closed__1 = _init_l_Lean_Lsp_instToJsonSemanticTokenModifier___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokenModifier___closed__1); l_Lean_Lsp_instToJsonSemanticTokenModifier = _init_l_Lean_Lsp_instToJsonSemanticTokenModifier(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokenModifier); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__1___closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__2___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__3___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__4___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__5___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__6___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__7___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__8___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____lambda__9___closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5956____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__1___closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__2___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__3___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__4___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__5___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__6___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__7___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__8___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____lambda__9___closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokenModifier____x40_Lean_Data_Lsp_LanguageFeatures___hyg_5906____closed__1); l_Lean_Lsp_instFromJsonSemanticTokenModifier___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokenModifier___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokenModifier___closed__1); l_Lean_Lsp_instFromJsonSemanticTokenModifier = _init_l_Lean_Lsp_instFromJsonSemanticTokenModifier(); @@ -19077,34 +19077,34 @@ l_Lean_Lsp_SemanticTokenModifier_names___closed__11 = _init_l_Lean_Lsp_SemanticT lean_mark_persistent(l_Lean_Lsp_SemanticTokenModifier_names___closed__11); l_Lean_Lsp_SemanticTokenModifier_names = _init_l_Lean_Lsp_SemanticTokenModifier_names(); lean_mark_persistent(l_Lean_Lsp_SemanticTokenModifier_names); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6517____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensLegend____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6467____closed__14); l_Lean_Lsp_instFromJsonSemanticTokensLegend___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokensLegend___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokensLegend___closed__1); l_Lean_Lsp_instFromJsonSemanticTokensLegend = _init_l_Lean_Lsp_instFromJsonSemanticTokensLegend(); @@ -19113,42 +19113,42 @@ l_Lean_Lsp_instToJsonSemanticTokensLegend___closed__1 = _init_l_Lean_Lsp_instToJ lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensLegend___closed__1); l_Lean_Lsp_instToJsonSemanticTokensLegend = _init_l_Lean_Lsp_instToJsonSemanticTokensLegend(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensLegend); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__14); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__15); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__16); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__17); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6702____closed__18); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__15); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__16 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__16); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__17 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__17); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensOptions____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6652____closed__18); l_Lean_Lsp_instFromJsonSemanticTokensOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokensOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokensOptions___closed__1); l_Lean_Lsp_instFromJsonSemanticTokensOptions = _init_l_Lean_Lsp_instFromJsonSemanticTokensOptions(); @@ -19157,18 +19157,18 @@ l_Lean_Lsp_instToJsonSemanticTokensOptions___closed__1 = _init_l_Lean_Lsp_instTo lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensOptions___closed__1); l_Lean_Lsp_instToJsonSemanticTokensOptions = _init_l_Lean_Lsp_instToJsonSemanticTokensOptions(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensOptions); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875____closed__6); l_Lean_Lsp_instFromJsonSemanticTokensParams___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokensParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokensParams___closed__1); l_Lean_Lsp_instFromJsonSemanticTokensParams = _init_l_Lean_Lsp_instFromJsonSemanticTokensParams(); @@ -19177,22 +19177,22 @@ l_Lean_Lsp_instToJsonSemanticTokensParams___closed__1 = _init_l_Lean_Lsp_instToJ lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensParams___closed__1); l_Lean_Lsp_instToJsonSemanticTokensParams = _init_l_Lean_Lsp_instToJsonSemanticTokensParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensParams); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995____closed__8); l_Lean_Lsp_instFromJsonSemanticTokensRangeParams___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokensRangeParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokensRangeParams___closed__1); l_Lean_Lsp_instFromJsonSemanticTokensRangeParams = _init_l_Lean_Lsp_instFromJsonSemanticTokensRangeParams(); @@ -19203,36 +19203,36 @@ l_Lean_Lsp_instToJsonSemanticTokensRangeParams = _init_l_Lean_Lsp_instToJsonSema lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokensRangeParams); l_Lean_Lsp_SemanticTokens_resultId_x3f___default = _init_l_Lean_Lsp_SemanticTokens_resultId_x3f___default(); lean_mark_persistent(l_Lean_Lsp_SemanticTokens_resultId_x3f___default); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__6); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__7); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__8); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__9); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__10); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__11); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__12); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__13); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__14); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7223____closed__15); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__7 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__7); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__8 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__8); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__9 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__9); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__10); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__11); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__12 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__12); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__13 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__13); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__14 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__14); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7173____closed__15); l_Lean_Lsp_instFromJsonSemanticTokens___closed__1 = _init_l_Lean_Lsp_instFromJsonSemanticTokens___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSemanticTokens___closed__1); l_Lean_Lsp_instFromJsonSemanticTokens = _init_l_Lean_Lsp_instFromJsonSemanticTokens(); @@ -19241,18 +19241,18 @@ l_Lean_Lsp_instToJsonSemanticTokens___closed__1 = _init_l_Lean_Lsp_instToJsonSem lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokens___closed__1); l_Lean_Lsp_instToJsonSemanticTokens = _init_l_Lean_Lsp_instToJsonSemanticTokens(); lean_mark_persistent(l_Lean_Lsp_instToJsonSemanticTokens); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__2); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__3); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__4); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__5); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393____closed__6); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__3 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__3); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__4 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__4); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__5 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__5); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343____closed__6); l_Lean_Lsp_instFromJsonFoldingRangeParams___closed__1 = _init_l_Lean_Lsp_instFromJsonFoldingRangeParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonFoldingRangeParams___closed__1); l_Lean_Lsp_instFromJsonFoldingRangeParams = _init_l_Lean_Lsp_instFromJsonFoldingRangeParams(); @@ -19271,10 +19271,10 @@ l_Lean_Lsp_instToJsonFoldingRangeKind___closed__4 = _init_l_Lean_Lsp_instToJsonF lean_mark_persistent(l_Lean_Lsp_instToJsonFoldingRangeKind___closed__4); l_Lean_Lsp_FoldingRange_kind_x3f___default = _init_l_Lean_Lsp_FoldingRange_kind_x3f___default(); lean_mark_persistent(l_Lean_Lsp_FoldingRange_kind_x3f___default); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__1); -l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571____closed__2); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__1 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__1); +l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__2 = _init_l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521____closed__2); l_Lean_Lsp_instToJsonFoldingRange___closed__1 = _init_l_Lean_Lsp_instToJsonFoldingRange___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonFoldingRange___closed__1); l_Lean_Lsp_instToJsonFoldingRange = _init_l_Lean_Lsp_instToJsonFoldingRange(); diff --git a/stage0/stdlib/Lean/Data/Lsp/TextSync.c b/stage0/stdlib/Lean/Data/Lsp/TextSync.c index 39732fd328c8..40bcc52763d3 100644 --- a/stage0/stdlib/Lean/Data/Lsp/TextSync.c +++ b/stage0/stdlib/Lean/Data/Lsp/TextSync.c @@ -14,206 +14,206 @@ extern "C" { #endif lean_object* l_Lean_JsonNumber_fromNat(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__18; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonVersionedTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2500_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__15; lean_object* l_List_join___rarg(lean_object*); -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__19; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__14; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__12; static lean_object* l_Lean_Lsp_instToJsonSaveOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__7; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentContentChangeEvent_hasToJson(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3; lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDidOpenTextDocumentParams; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____spec__1(lean_object*, size_t, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__6; +static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___closed__1; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__5; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__6; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__10; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_toCtorIdx(uint8_t); +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__10; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__3; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__5; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_161____closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__9; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__1; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__7; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonSaveOptions; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncOptions_save_x3f___default; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999_(lean_object*); -static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__21; +lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__21; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__7; +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__2; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__2; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__7; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__10; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__23; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__2; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__24; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__22; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__3; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__3; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__2; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__4; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__2; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind___closed__1; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__23; static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848_(uint8_t); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDidOpenTextDocumentParams; -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____boxed(lean_object*); static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncOptions___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_noConfusion(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__7; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind___closed__2; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6; +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__2; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDidChangeTextDocumentParams; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__6; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__4; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__7; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__5; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__2(size_t, size_t, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__24; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind(lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentEdit____x40_Lean_Data_Lsp_Basic___hyg_2731____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__10; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__7; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__2; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_toCtorIdx___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__2; +static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__1; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__1; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__9; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind___closed__3; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__13; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__6; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__17; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__19; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__9; +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313_(lean_object*); static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__11; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__13; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__22; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_161_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__11; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentChangeRegistrationOptions_documentSelector_x3f___default; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__5; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___boxed(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonSaveOptions___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__1; static lean_object* l_Lean_Lsp_instToJsonDidOpenTextDocumentParams___closed__1; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__8; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__3; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__3; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__6; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind___closed__4; static lean_object* l_Lean_Lsp_TextDocumentSyncKind_noConfusion___rarg___closed__1; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentIdentifier____x40_Lean_Data_Lsp_Basic___hyg_2378_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__5; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__14; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__8; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonDidCloseTextDocumentParams; static lean_object* l_Lean_Lsp_instToJsonDidCloseTextDocumentParams___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205_(lean_object*); static lean_object* l_Lean_Lsp_instFromJsonTextDocumentChangeRegistrationOptions___closed__1; static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__2; LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncOptions; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__2; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocation____x40_Lean_Data_Lsp_Basic___hyg_1314____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Lsp_instFromJsonDidOpenTextDocumentParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__6; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__15; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__9; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__5; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__9; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncOptions; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997_(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__2; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__1; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__10; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_963_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__11; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_noConfusion___rarg___lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__12; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__5; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__11; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__15; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____closed__1; static lean_object* l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams___closed__1; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonSaveOptions; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonTextDocumentChangeRegistrationOptions; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__3; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__7; -static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__4; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____boxed(lean_object*); static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__14; LEAN_EXPORT lean_object* l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams; lean_object* l_Lean_Json_getNat_x3f(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__6; -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315_(lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____boxed(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__13; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__5; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__8; size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10; lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind(uint8_t); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__1; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__5; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4; static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_961_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__3; -lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570____spec__1(lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_(lean_object*); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__4; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__3; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Lsp_instToJsonDidChangeTextDocumentParams___closed__1; -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__17; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__11; static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__5; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncOptions___closed__1; static lean_object* l_Lean_Lsp_instFromJsonTextDocumentSyncKind___closed__5; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____spec__1___boxed(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__8; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__1; +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__6; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850_(uint8_t); +static lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__1; static lean_object* l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__3; LEAN_EXPORT lean_object* l_Lean_Lsp_TextDocumentSyncKind_toCtorIdx(uint8_t x_1) { _start: @@ -528,7 +528,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDi _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; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5237_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5235_(x_1); x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_161____closed__1; x_4 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_4, 0, x_3); @@ -566,7 +566,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Ls { 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_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5315_(x_3); +x_4 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentItem____x40_Lean_Data_Lsp_Basic___hyg_5313_(x_3); lean_dec(x_3); return x_4; } @@ -992,7 +992,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJson { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6127____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentRegistrationOptions____x40_Lean_Data_Lsp_Basic___hyg_6125____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -1323,7 +1323,7 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1398,7 +1398,7 @@ goto _start; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____closed__1() { _start: { lean_object* x_1; @@ -1406,7 +1406,7 @@ x_1 = lean_mk_string_from_bytes("contentChanges", 14); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638_(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; size_t x_10; size_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; @@ -1428,10 +1428,10 @@ x_9 = lean_array_get_size(x_8); x_10 = lean_usize_of_nat(x_9); lean_dec(x_9); x_11 = 0; -x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____spec__1(x_6, x_10, x_11, x_8); +x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____spec__1(x_6, x_10, x_11, x_8); x_13 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_13, 0, x_12); -x_14 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1; +x_14 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____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_13); @@ -1449,7 +1449,7 @@ x_20 = l_Lean_Json_mkObj(x_19); return x_20; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____spec__1___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___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____spec__1___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; @@ -1457,7 +1457,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_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____spec__1(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____spec__1(x_1, x_5, x_6, x_4); return x_7; } } @@ -1465,7 +1465,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDidChangeTextDocumentParams___clo _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638_), 1, 0); return x_1; } } @@ -1477,7 +1477,7 @@ x_1 = l_Lean_Lsp_instToJsonDidChangeTextDocumentParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -1590,7 +1590,7 @@ goto _start; } } } -static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__1() { +static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__1() { _start: { lean_object* x_1; @@ -1598,7 +1598,7 @@ x_1 = lean_mk_string_from_bytes("expected JSON array, got '", 26); return x_1; } } -static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__2() { +static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__2() { _start: { lean_object* x_1; @@ -1606,7 +1606,7 @@ x_1 = lean_mk_string_from_bytes("'", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -1623,7 +1623,7 @@ x_5 = lean_array_get_size(x_4); x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__2(x_6, x_7, x_4); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__2(x_6, x_7, x_4); return x_8; } else @@ -1631,10 +1631,10 @@ else 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_3, x_9); -x_11 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__1; +x_11 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__1; x_12 = lean_string_append(x_11, x_10); lean_dec(x_10); -x_13 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__2; +x_13 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___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); @@ -1642,7 +1642,7 @@ return x_15; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__1() { _start: { lean_object* x_1; @@ -1650,98 +1650,98 @@ x_1 = lean_mk_string_from_bytes("DidChangeTextDocumentParams", 27); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____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_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__1; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__2; -x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__1; +x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__2; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__3; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__3; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__9; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__5; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____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_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__8() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__7; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__7; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__8; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__8; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__9; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__9; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -1756,7 +1756,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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6; +x_6 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -1768,7 +1768,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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6; +x_9 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -1782,8 +1782,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_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1(x_1, x_13); +x_13 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____closed__1; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -1793,7 +1793,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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10; +x_17 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -1805,7 +1805,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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10; +x_20 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -1844,7 +1844,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____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; @@ -1852,7 +1852,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_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__2(x_4, x_5, x_3); return x_6; } } @@ -1860,7 +1860,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams___c _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_), 1, 0); return x_1; } } @@ -1872,7 +1872,7 @@ x_1 = l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____closed__1() { _start: { lean_object* x_1; @@ -1880,13 +1880,13 @@ x_1 = lean_mk_string_from_bytes("includeText", 11); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850_(uint8_t x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848_(uint8_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; x_2 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_2, 0, x_1); -x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1; +x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____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); @@ -1902,13 +1902,13 @@ x_9 = l_Lean_Json_mkObj(x_8); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____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_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850_(x_2); +x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848_(x_2); return x_3; } } @@ -1916,7 +1916,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonSaveOptions___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____boxed), 1, 0); return x_1; } } @@ -1928,7 +1928,7 @@ x_1 = l_Lean_Lsp_instToJsonSaveOptions___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__1() { _start: { lean_object* x_1; @@ -1936,82 +1936,82 @@ x_1 = lean_mk_string_from_bytes("SaveOptions", 11); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____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_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__1; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__2; -x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__1; +x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____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_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__2; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__3; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__3; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____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_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____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_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__6; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__7; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__7; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -2021,7 +2021,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_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8; +x_6 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -2033,7 +2033,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_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8; +x_9 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -2062,11 +2062,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887_(x_1); +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885_(x_1); lean_dec(x_1); return x_2; } @@ -2075,7 +2075,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonSaveOptions___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____boxed), 1, 0); return x_1; } } @@ -2087,7 +2087,7 @@ x_1 = l_Lean_Lsp_instFromJsonSaveOptions___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_963_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_961_(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; @@ -2112,7 +2112,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonDidCloseTextDocumentParams___clos _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_963_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_961_), 1, 0); return x_1; } } @@ -2124,7 +2124,7 @@ x_1 = l_Lean_Lsp_instToJsonDidCloseTextDocumentParams___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__1() { _start: { lean_object* x_1; @@ -2132,63 +2132,63 @@ x_1 = lean_mk_string_from_bytes("DidCloseTextDocumentParams", 26); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____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_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__1; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__2; -x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__1; +x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____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_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__2; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__3; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__3; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__4; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__4; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__9; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__5; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_161____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_5570____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -2197,7 +2197,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_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6; +x_6 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -2209,7 +2209,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_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6; +x_9 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -2238,11 +2238,11 @@ return x_14; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999_(x_1); +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997_(x_1); lean_dec(x_1); return x_2; } @@ -2251,7 +2251,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams___cl _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____boxed), 1, 0); return x_1; } } @@ -2271,7 +2271,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -2289,7 +2289,7 @@ lean_inc(x_4); lean_dec(x_2); x_5 = lean_unbox(x_4); lean_dec(x_4); -x_6 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850_(x_5); +x_6 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848_(x_5); x_7 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_7, 0, x_1); lean_ctor_set(x_7, 1, x_6); @@ -2301,7 +2301,7 @@ return x_9; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__1() { _start: { lean_object* x_1; @@ -2309,7 +2309,7 @@ x_1 = lean_mk_string_from_bytes("openClose", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2() { _start: { lean_object* x_1; @@ -2317,7 +2317,7 @@ x_1 = lean_mk_string_from_bytes("willSave", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3() { _start: { lean_object* x_1; @@ -2325,7 +2325,7 @@ x_1 = lean_mk_string_from_bytes("willSaveWaitUntil", 17); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4() { _start: { lean_object* x_1; @@ -2333,7 +2333,7 @@ x_1 = lean_mk_string_from_bytes("save", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5() { _start: { lean_object* x_1; @@ -2341,11 +2341,11 @@ x_1 = lean_mk_string_from_bytes("change", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5; x_2 = l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__2; x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2353,23 +2353,23 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__6; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5; x_2 = l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__4; x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2377,23 +2377,23 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__8; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5; x_2 = l_Lean_Lsp_instToJsonTextDocumentSyncKind___closed__6; x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2401,19 +2401,19 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__10; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__10; 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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107_(lean_object* x_1) { _start: { uint8_t 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; 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; @@ -2426,7 +2426,7 @@ lean_inc(x_6); lean_dec(x_1); x_7 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_7, 0, x_2); -x_8 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1; +x_8 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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); @@ -2436,7 +2436,7 @@ lean_ctor_set(x_11, 0, x_9); lean_ctor_set(x_11, 1, x_10); x_12 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_12, 0, x_4); -x_13 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2; +x_13 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2; x_14 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_14, 0, x_13); lean_ctor_set(x_14, 1, x_12); @@ -2445,15 +2445,15 @@ lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_10); x_16 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_16, 0, x_5); -x_17 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3; +x_17 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3; x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); x_19 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_19, 0, x_18); lean_ctor_set(x_19, 1, x_10); -x_20 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4; -x_21 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____spec__1(x_20, x_6); +x_20 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4; +x_21 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____spec__1(x_20, x_6); x_22 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_10); @@ -2467,7 +2467,7 @@ switch (x_3) { case 0: { lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_25 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__7; +x_25 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__7; x_26 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_24); @@ -2481,7 +2481,7 @@ return x_29; case 1: { lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_30 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__9; +x_30 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__9; x_31 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_24); @@ -2495,7 +2495,7 @@ return x_34; default: { lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_35 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__11; +x_35 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__11; x_36 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_36, 0, x_35); lean_ctor_set(x_36, 1, x_24); @@ -2513,7 +2513,7 @@ static lean_object* _init_l_Lean_Lsp_instToJsonTextDocumentSyncOptions___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107_), 1, 0); return x_1; } } @@ -2525,7 +2525,7 @@ x_1 = l_Lean_Lsp_instToJsonTextDocumentSyncOptions___closed__1; return x_1; } } -static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___closed__1() { +static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -2535,7 +2535,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -2543,13 +2543,13 @@ x_3 = l_Lean_Json_getObjValD(x_1, x_2); if (lean_obj_tag(x_3) == 0) { lean_object* x_4; -x_4 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___closed__1; +x_4 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___closed__1; return x_4; } else { lean_object* x_5; -x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887_(x_3); +x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885_(x_3); lean_dec(x_3); if (lean_obj_tag(x_5) == 0) { @@ -2599,7 +2599,7 @@ return x_14; } } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__1() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__1() { _start: { lean_object* x_1; @@ -2607,198 +2607,198 @@ x_1 = lean_mk_string_from_bytes("TextDocumentSyncOptions", 23); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__2() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____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_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__1; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__2; -x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__1; +x_3 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__3() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__2; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__3; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__3; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__5() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__6() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__5; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__7() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__6; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__7; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__7; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__9() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____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_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__10() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__9; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__9; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__11() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__10; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__10; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__11; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__11; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__13() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__13() { _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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__14() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__14() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__13; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__13; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__15() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__14; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__14; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__15; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__15; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__17() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__18() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__17; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__17; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__19() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__18; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__18; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__19; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__19; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__21() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__21() { _start: { lean_object* x_1; @@ -2806,51 +2806,51 @@ x_1 = lean_mk_string_from_bytes("save?", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__22() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__22() { _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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__21; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__23() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__23() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__22; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__22; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__24() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__23; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25() { +static lean_object* _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__24; +x_1 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__24; x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidOpenTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_205____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1; +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__1; x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { @@ -2860,7 +2860,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8; +x_6 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -2872,7 +2872,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8; +x_9 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -2886,7 +2886,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___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5; +x_13 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5; x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentChangeRegistrationOptions____x40_Lean_Data_Lsp_TextSync___hyg_299____spec__1(x_1, x_13); if (lean_obj_tag(x_14) == 0) { @@ -2897,7 +2897,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12; +x_17 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -2909,7 +2909,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12; +x_20 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -2923,7 +2923,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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2; +x_24 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2; x_25 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_24); if (lean_obj_tag(x_25) == 0) { @@ -2935,7 +2935,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16; +x_28 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -2947,7 +2947,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16; +x_31 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -2961,7 +2961,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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3; +x_35 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3; x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonChangeAnnotation____x40_Lean_Data_Lsp_Basic___hyg_2933____spec__1(x_1, x_35); if (lean_obj_tag(x_36) == 0) { @@ -2974,7 +2974,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20; +x_39 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20; x_40 = lean_string_append(x_39, x_38); lean_dec(x_38); lean_ctor_set(x_36, 0, x_40); @@ -2986,7 +2986,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20; +x_42 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); x_44 = lean_alloc_ctor(0, 1, 0); @@ -3000,8 +3000,8 @@ 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_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4; -x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1(x_1, x_46); +x_46 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4; +x_47 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1(x_1, x_46); if (lean_obj_tag(x_47) == 0) { uint8_t x_48; @@ -3014,7 +3014,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25; +x_50 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25; x_51 = lean_string_append(x_50, x_49); lean_dec(x_49); lean_ctor_set(x_47, 0, x_51); @@ -3026,7 +3026,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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25; +x_53 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25; x_54 = lean_string_append(x_53, x_52); lean_dec(x_52); x_55 = lean_alloc_ctor(0, 1, 0); @@ -3090,21 +3090,21 @@ return x_69; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____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_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196_(x_1); +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194_(x_1); lean_dec(x_1); return x_2; } @@ -3113,7 +3113,7 @@ static lean_object* _init_l_Lean_Lsp_instFromJsonTextDocumentSyncOptions___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____boxed), 1, 0); return x_1; } } @@ -3240,62 +3240,62 @@ l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__1 = _init_l_Lean lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__1); l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__2 = _init_l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__2(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentContentChangeEvent___closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638____closed__1); l_Lean_Lsp_instToJsonDidChangeTextDocumentParams___closed__1 = _init_l_Lean_Lsp_instToJsonDidChangeTextDocumentParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonDidChangeTextDocumentParams___closed__1); l_Lean_Lsp_instToJsonDidChangeTextDocumentParams = _init_l_Lean_Lsp_instToJsonDidChangeTextDocumentParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonDidChangeTextDocumentParams); -l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__1 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__1(); -lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__1); -l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__2 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__2(); -lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____spec__1___closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__1); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__3); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__4); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__5); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__6); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__7); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__8); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__9 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__9); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711____closed__10); +l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__1 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__1(); +lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__1); +l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__2 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__2(); +lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____spec__1___closed__2); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__2); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__3); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__4); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__5); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__6); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__7); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__8); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__9 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__9); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709____closed__10); l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams___closed__1 = _init_l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams___closed__1); l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams = _init_l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDidChangeTextDocumentParams); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_850____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_848____closed__1); l_Lean_Lsp_instToJsonSaveOptions___closed__1 = _init_l_Lean_Lsp_instToJsonSaveOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonSaveOptions___closed__1); l_Lean_Lsp_instToJsonSaveOptions = _init_l_Lean_Lsp_instToJsonSaveOptions(); lean_mark_persistent(l_Lean_Lsp_instToJsonSaveOptions); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__1); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__3); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__4); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__5); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__6); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__7); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_887____closed__8); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__2); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__3); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__4); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__5); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__6); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__7); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonSaveOptions____x40_Lean_Data_Lsp_TextSync___hyg_885____closed__8); l_Lean_Lsp_instFromJsonSaveOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonSaveOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonSaveOptions___closed__1); l_Lean_Lsp_instFromJsonSaveOptions = _init_l_Lean_Lsp_instFromJsonSaveOptions(); @@ -3304,102 +3304,102 @@ l_Lean_Lsp_instToJsonDidCloseTextDocumentParams___closed__1 = _init_l_Lean_Lsp_i lean_mark_persistent(l_Lean_Lsp_instToJsonDidCloseTextDocumentParams___closed__1); l_Lean_Lsp_instToJsonDidCloseTextDocumentParams = _init_l_Lean_Lsp_instToJsonDidCloseTextDocumentParams(); lean_mark_persistent(l_Lean_Lsp_instToJsonDidCloseTextDocumentParams); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__1); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__3); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__4); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__5); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999____closed__6); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__2); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__3); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__4); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__5); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997____closed__6); l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams___closed__1 = _init_l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams___closed__1); l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams = _init_l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams(); lean_mark_persistent(l_Lean_Lsp_instFromJsonDidCloseTextDocumentParams); l_Lean_Lsp_TextDocumentSyncOptions_save_x3f___default = _init_l_Lean_Lsp_TextDocumentSyncOptions_save_x3f___default(); lean_mark_persistent(l_Lean_Lsp_TextDocumentSyncOptions_save_x3f___default); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__1); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__3); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__4); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__5); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__6); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__7); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__8); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__9 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__9); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__10 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__10); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__11 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1109____closed__11); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__2); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__3); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__4); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__5); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__6); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__7); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__8); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__9 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__9); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__10 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__10); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__11 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1107____closed__11); l_Lean_Lsp_instToJsonTextDocumentSyncOptions___closed__1 = _init_l_Lean_Lsp_instToJsonTextDocumentSyncOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentSyncOptions___closed__1); l_Lean_Lsp_instToJsonTextDocumentSyncOptions = _init_l_Lean_Lsp_instToJsonTextDocumentSyncOptions(); lean_mark_persistent(l_Lean_Lsp_instToJsonTextDocumentSyncOptions); -l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___closed__1 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___closed__1(); -lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____spec__1___closed__1); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__1(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__1); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__2(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__2); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__3(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__3); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__4); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__5(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__5); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__6(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__6); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__7(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__7); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__8); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__9 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__9(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__9); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__10 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__10(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__10); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__11 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__11(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__11); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__12); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__13 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__13(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__13); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__14 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__14(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__14); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__15 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__15(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__15); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__16); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__17 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__17(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__17); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__18 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__18(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__18); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__19 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__19(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__19); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__20); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__21 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__21(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__21); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__22 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__22(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__22); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__23 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__23(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__23); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__24 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__24(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__24); -l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25(); -lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1196____closed__25); +l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___closed__1 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___closed__1(); +lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____spec__1___closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__1 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__1(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__1); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__2 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__2(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__2); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__3 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__3(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__3); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__4); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__5 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__5(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__5); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__6 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__6(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__6); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__7 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__7(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__7); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__8); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__9 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__9(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__9); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__10 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__10(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__10); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__11 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__11(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__11); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__12); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__13 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__13(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__13); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__14 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__14(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__14); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__15 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__15(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__15); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__16); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__17 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__17(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__17); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__18 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__18(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__18); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__19 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__19(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__19); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__20); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__21 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__21(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__21); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__22 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__22(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__22); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__23 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__23(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__23); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__24 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__24(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__24); +l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25 = _init_l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25(); +lean_mark_persistent(l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonTextDocumentSyncOptions____x40_Lean_Data_Lsp_TextSync___hyg_1194____closed__25); l_Lean_Lsp_instFromJsonTextDocumentSyncOptions___closed__1 = _init_l_Lean_Lsp_instFromJsonTextDocumentSyncOptions___closed__1(); lean_mark_persistent(l_Lean_Lsp_instFromJsonTextDocumentSyncOptions___closed__1); l_Lean_Lsp_instFromJsonTextDocumentSyncOptions = _init_l_Lean_Lsp_instFromJsonTextDocumentSyncOptions(); diff --git a/stage0/stdlib/Lean/Data/Parsec.c b/stage0/stdlib/Lean/Data/Parsec.c index e183b37ca7d1..43b4883da7d6 100644 --- a/stage0/stdlib/Lean/Data/Parsec.c +++ b/stage0/stdlib/Lean/Data/Parsec.c @@ -58,12 +58,12 @@ static lean_object* l_Lean_Parsec_instMonadParsec___closed__5; LEAN_EXPORT lean_object* l_Lean_Parsec_instAlternativeParsec___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parsec_digit___closed__1; static lean_object* l_Lean_Parsec_unexpectedEndOfInput___closed__1; +uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(lean_object*, lean_object*); static lean_object* l_Lean_Parsec_instAlternativeParsec___closed__3; LEAN_EXPORT lean_object* l_Lean_Parsec_hexDigit(lean_object*); uint8_t lean_uint32_dec_le(uint32_t, uint32_t); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parsec_skip(lean_object*); -uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(lean_object*, lean_object*); static lean_object* l_Lean_Parsec_run___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Parsec_instReprParseResult___rarg(lean_object*); uint8_t l_String_Iterator_hasNext(lean_object*); @@ -1152,7 +1152,7 @@ if (x_9 == 0) lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_ctor_get(x_4, 0); x_11 = lean_ctor_get(x_4, 1); -x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_10); +x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_10); if (x_12 == 0) { lean_dec(x_3); @@ -1178,7 +1178,7 @@ x_16 = lean_ctor_get(x_4, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_4); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_15); if (x_17 == 0) { lean_object* x_18; @@ -1323,7 +1323,7 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = lean_ctor_get(x_5, 0); x_12 = lean_ctor_get(x_5, 1); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_4, x_11); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_11); if (x_13 == 0) { lean_dec(x_4); @@ -1349,7 +1349,7 @@ x_17 = lean_ctor_get(x_5, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_5); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_4, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_16); if (x_18 == 0) { lean_object* x_19; @@ -1579,7 +1579,7 @@ if (x_13 == 0) lean_object* x_14; lean_object* x_15; uint8_t x_16; x_14 = lean_ctor_get(x_8, 0); x_15 = lean_ctor_get(x_8, 1); -x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_14); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_14); if (x_16 == 0) { lean_dec(x_3); @@ -1604,7 +1604,7 @@ x_18 = lean_ctor_get(x_8, 1); lean_inc(x_18); lean_inc(x_17); lean_dec(x_8); -x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_17); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_17); if (x_19 == 0) { lean_object* x_20; @@ -1638,7 +1638,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_4, 0); x_24 = lean_ctor_get(x_4, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_23); if (x_25 == 0) { lean_dec(x_3); @@ -1663,7 +1663,7 @@ x_27 = lean_ctor_get(x_4, 1); lean_inc(x_27); lean_inc(x_26); lean_dec(x_4); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_26); if (x_28 == 0) { lean_object* x_29; @@ -1836,7 +1836,7 @@ if (x_14 == 0) lean_object* x_15; lean_object* x_16; uint8_t x_17; x_15 = lean_ctor_get(x_9, 0); x_16 = lean_ctor_get(x_9, 1); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_15); if (x_17 == 0) { lean_dec(x_3); @@ -1861,7 +1861,7 @@ x_19 = lean_ctor_get(x_9, 1); lean_inc(x_19); lean_inc(x_18); lean_dec(x_9); -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_18); +x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_18); if (x_20 == 0) { lean_object* x_21; @@ -1895,7 +1895,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_4, 0); x_25 = lean_ctor_get(x_4, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_24); if (x_26 == 0) { lean_dec(x_3); @@ -1920,7 +1920,7 @@ x_28 = lean_ctor_get(x_4, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_4); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_27); if (x_29 == 0) { lean_object* x_30; diff --git a/stage0/stdlib/Lean/Data/RBTree.c b/stage0/stdlib/Lean/Data/RBTree.c index a5bbbfe740ee..3c9acf7261a6 100644 --- a/stage0/stdlib/Lean/Data/RBTree.c +++ b/stage0/stdlib/Lean/Data/RBTree.c @@ -56,6 +56,7 @@ LEAN_EXPORT lean_object* l_Lean_instEmptyCollectionRBTree___boxed(lean_object*, LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at_Lean_RBTree_revFold___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_max___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_forM___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_max___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_insert(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkRBTree___boxed(lean_object*, lean_object*); @@ -101,6 +102,7 @@ lean_object* l_List_repr___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_find_x3f(lean_object*); lean_object* l_Lean_RBNode_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_RBTree_instReprRBTree___rarg___closed__2; +LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_any___at_Lean_RBTree_any___spec__1___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_forM___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_rbtreeOf(lean_object*); @@ -1817,6 +1819,43 @@ x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_fold___at_Lean_RBTree_union___spe return x_2; } } +LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_dec(x_1); +return x_2; +} +else +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_3, 1); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 3); +lean_inc(x_6); +lean_dec(x_3); +lean_inc(x_1); +x_7 = l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2___rarg(x_1, x_2, x_4); +x_8 = lean_box(0); +lean_inc(x_1); +x_9 = l_Lean_RBNode_insert___rarg(x_1, x_7, x_5, x_8); +x_2 = x_9; +x_3 = x_6; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2___rarg), 3, 0); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_RBTree_union___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -1828,7 +1867,7 @@ return x_3; else { lean_object* x_4; -x_4 = l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__1___rarg(x_1, x_2, x_3); +x_4 = l_Lean_RBNode_fold___at_Lean_RBTree_union___spec__2___rarg(x_1, x_2, x_3); return x_4; } } diff --git a/stage0/stdlib/Lean/Data/Rat.c b/stage0/stdlib/Lean/Data/Rat.c index d458e3b1bccf..c6947c77386d 100644 --- a/stage0/stdlib/Lean/Data/Rat.c +++ b/stage0/stdlib/Lean/Data/Rat.c @@ -581,143 +581,124 @@ return x_3; LEAN_EXPORT uint8_t l_Lean_Rat_lt(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; lean_object* x_4; lean_object* x_26; uint8_t x_27; +lean_object* x_3; uint8_t x_4; lean_object* x_30; uint8_t x_31; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); -x_26 = l_Lean_instInhabitedRat___closed__1; -x_27 = lean_int_dec_lt(x_3, x_26); -if (x_27 == 0) -{ -uint8_t x_28; -x_28 = lean_int_dec_eq(x_3, x_26); -if (x_28 == 0) +x_30 = l_Lean_instInhabitedRat___closed__1; +x_31 = lean_int_dec_lt(x_3, x_30); +if (x_31 == 0) { -lean_object* x_29; -x_29 = lean_box(0); -x_4 = x_29; -goto block_25; +uint8_t x_32; +x_32 = 0; +x_4 = x_32; +goto block_29; } else { -lean_object* x_30; uint8_t x_31; -lean_dec(x_3); -lean_dec(x_1); -x_30 = lean_ctor_get(x_2, 0); -lean_inc(x_30); -lean_dec(x_2); -x_31 = lean_int_dec_lt(x_26, x_30); -lean_dec(x_30); -return x_31; -} +lean_object* x_33; uint8_t x_34; +x_33 = lean_ctor_get(x_2, 0); +lean_inc(x_33); +x_34 = lean_int_dec_le(x_30, x_33); +lean_dec(x_33); +x_4 = x_34; +goto block_29; } -else +block_29: { -lean_object* x_32; uint8_t x_33; -x_32 = lean_ctor_get(x_2, 0); -lean_inc(x_32); -x_33 = lean_int_dec_le(x_26, x_32); -if (x_33 == 0) +if (x_4 == 0) { -uint8_t x_34; -x_34 = lean_int_dec_eq(x_3, x_26); -if (x_34 == 0) +lean_object* x_5; uint8_t x_6; +x_5 = l_Lean_instInhabitedRat___closed__1; +x_6 = lean_int_dec_eq(x_3, x_5); +if (x_6 == 0) { -lean_object* x_35; -lean_dec(x_32); -x_35 = lean_box(0); -x_4 = x_35; -goto block_25; -} -else +uint8_t x_7; +x_7 = lean_int_dec_lt(x_5, x_3); +if (x_7 == 0) { -uint8_t x_36; +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; +x_8 = lean_ctor_get(x_2, 1); +lean_inc(x_8); +x_9 = lean_nat_to_int(x_8); +x_10 = lean_int_mul(x_3, x_9); +lean_dec(x_9); lean_dec(x_3); +x_11 = lean_ctor_get(x_2, 0); +lean_inc(x_11); lean_dec(x_2); +x_12 = lean_ctor_get(x_1, 1); +lean_inc(x_12); lean_dec(x_1); -x_36 = lean_int_dec_lt(x_26, x_32); -lean_dec(x_32); -return x_36; -} +x_13 = lean_nat_to_int(x_12); +x_14 = lean_int_mul(x_11, x_13); +lean_dec(x_13); +lean_dec(x_11); +x_15 = lean_int_dec_lt(x_10, x_14); +lean_dec(x_14); +lean_dec(x_10); +return x_15; } else { -uint8_t x_37; -lean_dec(x_32); -lean_dec(x_3); +lean_object* x_16; uint8_t x_17; +x_16 = lean_ctor_get(x_2, 0); +lean_inc(x_16); +x_17 = lean_int_dec_le(x_16, x_5); +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; uint8_t x_24; +x_18 = lean_ctor_get(x_2, 1); +lean_inc(x_18); lean_dec(x_2); +x_19 = lean_nat_to_int(x_18); +x_20 = lean_int_mul(x_3, x_19); +lean_dec(x_19); +lean_dec(x_3); +x_21 = lean_ctor_get(x_1, 1); +lean_inc(x_21); lean_dec(x_1); -x_37 = 1; -return x_37; -} +x_22 = lean_nat_to_int(x_21); +x_23 = lean_int_mul(x_16, x_22); +lean_dec(x_22); +lean_dec(x_16); +x_24 = lean_int_dec_lt(x_20, x_23); +lean_dec(x_23); +lean_dec(x_20); +return x_24; } -block_25: -{ -lean_object* x_5; uint8_t x_6; -lean_dec(x_4); -x_5 = l_Lean_instInhabitedRat___closed__1; -x_6 = lean_int_dec_lt(x_5, x_3); -if (x_6 == 0) +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; uint8_t x_14; -x_7 = lean_ctor_get(x_2, 1); -lean_inc(x_7); -x_8 = lean_nat_to_int(x_7); -x_9 = lean_int_mul(x_3, x_8); -lean_dec(x_8); +uint8_t x_25; +lean_dec(x_16); lean_dec(x_3); -x_10 = lean_ctor_get(x_2, 0); -lean_inc(x_10); lean_dec(x_2); -x_11 = lean_ctor_get(x_1, 1); -lean_inc(x_11); lean_dec(x_1); -x_12 = lean_nat_to_int(x_11); -x_13 = lean_int_mul(x_10, x_12); -lean_dec(x_12); -lean_dec(x_10); -x_14 = lean_int_dec_lt(x_9, x_13); -lean_dec(x_13); -lean_dec(x_9); -return x_14; +x_25 = 0; +return x_25; +} +} } else { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_2, 0); -lean_inc(x_15); -x_16 = lean_int_dec_le(x_15, x_5); -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; -x_17 = lean_ctor_get(x_2, 1); -lean_inc(x_17); -lean_dec(x_2); -x_18 = lean_nat_to_int(x_17); -x_19 = lean_int_mul(x_3, x_18); -lean_dec(x_18); +lean_object* x_26; uint8_t x_27; lean_dec(x_3); -x_20 = lean_ctor_get(x_1, 1); -lean_inc(x_20); lean_dec(x_1); -x_21 = lean_nat_to_int(x_20); -x_22 = lean_int_mul(x_15, x_21); -lean_dec(x_21); -lean_dec(x_15); -x_23 = lean_int_dec_lt(x_19, x_22); -lean_dec(x_22); -lean_dec(x_19); -return x_23; +x_26 = lean_ctor_get(x_2, 0); +lean_inc(x_26); +lean_dec(x_2); +x_27 = lean_int_dec_lt(x_5, x_26); +lean_dec(x_26); +return x_27; +} } else { -uint8_t x_24; -lean_dec(x_15); +uint8_t x_28; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_24 = 0; -return x_24; -} +x_28 = 1; +return x_28; } } } diff --git a/stage0/stdlib/Lean/Data/Xml/Parser.c b/stage0/stdlib/Lean/Data/Xml/Parser.c index d90d26f54e8c..f1d884a4537e 100644 --- a/stage0/stdlib/Lean/Data/Xml/Parser.c +++ b/stage0/stdlib/Lean/Data/Xml/Parser.c @@ -13,20 +13,22 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5(uint32_t, uint32_t, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_Eq___closed__2; static lean_object* l_Lean_Xml_Parser_Comment___closed__3; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_PEDef(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_quote___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Mixed___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_CDStart(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_EntityRef___closed__2; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_NDataDecl(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_EncodingDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_PubidLiteral___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_SDDecl___closed__2; static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges___closed__16; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_uint32_to_nat(uint32_t); LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_seq___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_cp___closed__2; @@ -40,7 +42,6 @@ static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStar static lean_object* l_Lean_Xml_Parser_SDDecl___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_Eq(lean_object*); static lean_object* l_Lean_Xml_Parser_endl___closed__2; -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2(uint32_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_DefaultDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_seq(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Xml_Parser_elementPrefix___elambda__1___spec__2(lean_object*, lean_object*, lean_object*); @@ -50,11 +51,14 @@ static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStar LEAN_EXPORT lean_object* l_Lean_Xml_Parser_NameChar(lean_object*); static lean_object* l_Lean_Xml_parse___closed__2; static lean_object* l_Lean_Xml_Parser_Comment___closed__2; +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_NotationType(lean_object*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); static lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_EncName___spec__1___closed__4; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_PITarget___closed__10; +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2(uint32_t, uint32_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_quote___rarg___closed__5; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_SystemLiteral(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); @@ -80,12 +84,14 @@ static lean_object* l_Lean_Xml_Parser_PITarget___closed__2; static lean_object* l_Lean_Xml_Parser_ExternalID___closed__1; extern lean_object* l_Lean_Parsec_unexpectedEndOfInput; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_ExternalID(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4(uint32_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_NameChar___closed__6; static lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_PubidLiteral___spec__1___closed__1; static lean_object* l_Lean_Xml_Parser_predefinedEntityToChar___closed__8; static lean_object* l_Lean_Xml_Parser_TokenizedType___closed__1; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_ETag(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_EntityDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_SystemLiteral___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_NameChar___closed__5; @@ -93,12 +99,13 @@ LEAN_EXPORT lean_object* l_Lean_Xml_Parser_Name(lean_object*); static lean_object* l_Lean_Xml_Parser_Char___closed__1; static lean_object* l_Lean_Xml_Parser_PEReference___closed__3; uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(uint32_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(uint32_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_NameChar___closed__3; static lean_object* l_Lean_Xml_Parser_S___closed__3; static lean_object* l_Lean_Xml_Parser_XMLdecl___closed__1; static lean_object* l_Lean_Xml_Parser_Eq___closed__3; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_Attribute(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1___at_Lean_Xml_Parser_Comment___spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges___closed__1; lean_object* lean_string_push(lean_object*, uint32_t); lean_object* l_Lean_Parsec_pstring(lean_object*, lean_object*); @@ -133,6 +140,7 @@ LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_VersionNum_ LEAN_EXPORT lean_object* l_Lean_Xml_Parser_EntityValue(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_SDDecl___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_NameStartChar(lean_object*); +uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_endl___closed__5; static lean_object* l_Lean_Xml_Parser_SDDecl___closed__1; LEAN_EXPORT lean_object* l_Array_filterMapM___at_Lean_Xml_Parser_content___spec__2___boxed(lean_object*, lean_object*, lean_object*); @@ -151,7 +159,6 @@ lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); static lean_object* l_Lean_Xml_Parser_endl___closed__7; static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges___closed__20; static lean_object* l_Lean_Xml_Parser_Mixed___closed__2; -uint8_t l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_doctypedecl___closed__6; static lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Mixed___spec__1___closed__3; static lean_object* l_Lean_Xml_Parser_VersionInfo___closed__1; @@ -198,7 +205,7 @@ LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_PubidL LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_AttValue___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Xml_Parser_cp___closed__5; extern lean_object* l_Lean_Xml_instInhabitedContent; -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Enumeration___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_hexDigitToNat___boxed(lean_object*); static size_t l_Lean_Xml_Parser_NameStartChar___closed__5; @@ -237,12 +244,14 @@ LEAN_EXPORT lean_object* l_Lean_Xml_Parser_Reference(lean_object*); static lean_object* l_Lean_Xml_Parser_doctypedecl___closed__5; static lean_object* l_Lean_Xml_Parser_TokenizedType___closed__2; static lean_object* l_Lean_Xml_Parser_doctypedecl___closed__2; -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges___closed__25; static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges___closed__21; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_elementPrefix___elambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_endl___closed__1; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_AttType(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3(uint32_t, uint32_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_elementPrefix___closed__2; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_EmptyElemTag(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_Mixed___closed__5; @@ -277,13 +286,11 @@ static lean_object* l_Lean_Xml_Parser_EmptyElemTag___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Xml_Parser_content___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_elementDecl___closed__3; LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_PI___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(uint32_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(uint32_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_TokenizedType___closed__7; LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_prolog___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges___closed__3; static lean_object* l_Lean_Xml_Parser_PEReference___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__2(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_seq___spec__1___closed__2; static lean_object* l_Lean_Xml_Parser_NotationType___closed__1; LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_S___spec__1(uint32_t, lean_object*, lean_object*); @@ -301,6 +308,7 @@ static lean_object* l_Lean_Xml_Parser_PITarget___closed__15; static lean_object* l_Lean_Xml_Parser_VersionNum___closed__1; static lean_object* l_Lean_Xml_Parser_cp___closed__9; LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_S___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4(uint32_t, uint32_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_predefinedEntityToChar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_StringType(lean_object*); static lean_object* l_Lean_Xml_Parser_NameChar___closed__4; @@ -329,7 +337,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Xml_Parser_content__ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_digitsToNat___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_CharData___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_XMLdecl(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3(uint32_t, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_NameChar___closed__7; lean_object* l_Array_back___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_NameChar___closed__1; @@ -338,6 +345,7 @@ static lean_object* l_Lean_Xml_Parser_cp___closed__8; LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_elementPrefix___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_Mixed(lean_object*); static lean_object* l_Lean_Xml_Parser_PITarget___closed__5; +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_VersionNum___closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Xml_Parser_elementPrefix___elambda__1___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_intSubset___spec__1(lean_object*, lean_object*); @@ -365,9 +373,11 @@ static lean_object* l_Lean_Xml_Parser_PITarget___closed__12; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_CharRef___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Data_Xml_Parser_0__Lean_Xml_Parser_nameStartCharRanges; +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_Eq___closed__1; static lean_object* l_Lean_Xml_Parser_contentspec___closed__1; lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__3(lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Xml_Parser_TokenizedType___closed__4; uint8_t lean_usize_dec_lt(size_t, size_t); @@ -375,6 +385,7 @@ LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_choice___sp static lean_object* l_Lean_Xml_Parser_NameChar___closed__11; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_PITarget(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3(uint32_t, lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_doctypedecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_NameChar___boxed__const__1; @@ -393,7 +404,6 @@ lean_object* l_Char_ofNat(lean_object*); static lean_object* l_Lean_Xml_Parser_PubidChar___closed__1; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_CharRef(lean_object*); LEAN_EXPORT lean_object* l_Lean_Xml_Parser_Comment(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_CharRef___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Xml_Parser_cp(lean_object*); static lean_object* l_Lean_Xml_Parser_endl___closed__4; @@ -543,7 +553,7 @@ if (x_26 == 0) lean_object* x_27; lean_object* x_28; uint8_t x_29; x_27 = lean_ctor_get(x_19, 0); x_28 = lean_ctor_get(x_19, 1); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_27); if (x_29 == 0) { lean_dec(x_1); @@ -605,7 +615,7 @@ x_39 = lean_ctor_get(x_19, 1); lean_inc(x_39); lean_inc(x_38); lean_dec(x_19); -x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_38); +x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_38); if (x_40 == 0) { lean_object* x_41; @@ -665,7 +675,7 @@ return x_50; block_17: { uint8_t x_4; -x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_2); +x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_2); if (x_4 == 0) { lean_object* x_5; @@ -934,7 +944,7 @@ goto block_42; block_42: { uint8_t x_6; -x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_4); +x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_4); if (x_6 == 0) { lean_object* x_7; @@ -1331,7 +1341,7 @@ return x_49; block_21: { uint8_t x_4; -x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_2); +x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_2); if (x_4 == 0) { lean_object* x_5; @@ -1351,7 +1361,7 @@ x_7 = l_String_Iterator_hasNext(x_1); if (x_7 == 0) { uint8_t x_8; -x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_1); +x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_1); if (x_8 == 0) { lean_object* x_9; lean_object* x_10; @@ -1379,7 +1389,7 @@ if (x_14 == 0) { uint8_t x_15; lean_dec(x_12); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_1); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_1); if (x_15 == 0) { lean_object* x_16; lean_object* x_17; @@ -1494,7 +1504,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = lean_ctor_get(x_7, 0); x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_13); if (x_15 == 0) { lean_dec(x_3); @@ -1519,7 +1529,7 @@ x_17 = lean_ctor_get(x_7, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_16); if (x_18 == 0) { lean_object* x_19; @@ -1546,7 +1556,7 @@ return x_20; block_27: { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_22); if (x_24 == 0) { lean_object* x_25; @@ -1571,7 +1581,7 @@ return x_26; block_45: { uint8_t x_30; -x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_28); +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_28); if (x_30 == 0) { x_22 = x_28; @@ -1607,7 +1617,7 @@ lean_inc(x_35); x_36 = lean_ctor_get(x_31, 1); lean_inc(x_36); lean_dec(x_31); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_35); if (x_37 == 0) { x_22 = x_35; @@ -1743,7 +1753,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = lean_ctor_get(x_7, 0); x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_13); if (x_15 == 0) { lean_dec(x_3); @@ -1768,7 +1778,7 @@ x_17 = lean_ctor_get(x_7, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_16); if (x_18 == 0) { lean_object* x_19; @@ -1795,7 +1805,7 @@ return x_20; block_27: { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_22); if (x_24 == 0) { lean_object* x_25; @@ -1820,7 +1830,7 @@ return x_26; block_45: { uint8_t x_30; -x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_28); +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_28); if (x_30 == 0) { x_22 = x_28; @@ -1856,7 +1866,7 @@ lean_inc(x_35); x_36 = lean_ctor_get(x_31, 1); lean_inc(x_36); lean_dec(x_31); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_35); if (x_37 == 0) { x_22 = x_35; @@ -1992,7 +2002,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = lean_ctor_get(x_7, 0); x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_13); if (x_15 == 0) { lean_dec(x_3); @@ -2017,7 +2027,7 @@ x_17 = lean_ctor_get(x_7, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_16); if (x_18 == 0) { lean_object* x_19; @@ -2044,7 +2054,7 @@ return x_20; block_27: { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_22); if (x_24 == 0) { lean_object* x_25; @@ -2069,7 +2079,7 @@ return x_26; block_45: { uint8_t x_30; -x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_28); +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_28); if (x_30 == 0) { x_22 = x_28; @@ -2105,7 +2115,7 @@ lean_inc(x_35); x_36 = lean_ctor_get(x_31, 1); lean_inc(x_36); lean_dec(x_31); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_35); if (x_37 == 0) { x_22 = x_35; @@ -2232,7 +2242,7 @@ return x_50; block_42: { uint8_t x_5; -x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_3); +x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_3); if (x_5 == 0) { lean_object* x_6; @@ -2274,7 +2284,7 @@ if (x_14 == 0) lean_object* x_15; lean_object* x_16; uint8_t x_17; x_15 = lean_ctor_get(x_7, 0); x_16 = lean_ctor_get(x_7, 1); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_15); if (x_17 == 0) { lean_dec(x_1); @@ -2331,7 +2341,7 @@ x_28 = lean_ctor_get(x_7, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_7); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_27); if (x_29 == 0) { lean_object* x_30; @@ -2475,7 +2485,7 @@ if (x_33 == 0) lean_object* x_34; lean_object* x_35; uint8_t x_36; x_34 = lean_ctor_get(x_31, 0); x_35 = lean_ctor_get(x_31, 1); -x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_34); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_34); if (x_36 == 0) { lean_dec(x_1); @@ -2498,7 +2508,7 @@ x_38 = lean_ctor_get(x_31, 1); lean_inc(x_38); lean_inc(x_37); lean_dec(x_31); -x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_37); +x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_37); if (x_39 == 0) { lean_object* x_40; @@ -2590,7 +2600,7 @@ if (x_19 == 0) lean_object* x_20; lean_object* x_21; uint8_t x_22; x_20 = lean_ctor_get(x_12, 0); x_21 = lean_ctor_get(x_12, 1); -x_22 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_7, x_20); +x_22 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_7, x_20); if (x_22 == 0) { lean_dec(x_7); @@ -2616,7 +2626,7 @@ x_25 = lean_ctor_get(x_12, 1); lean_inc(x_25); lean_inc(x_24); lean_dec(x_12); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_7, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_7, x_24); if (x_26 == 0) { lean_object* x_27; @@ -3422,7 +3432,7 @@ if (lean_is_exclusive(x_2)) { lean_dec_ref(x_2); x_9 = lean_box(0); } -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_7); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_7); if (x_10 == 0) { lean_object* x_11; @@ -3438,69 +3448,69 @@ return x_11; } else { -lean_object* x_12; lean_object* x_13; uint8_t x_90; +lean_object* x_12; lean_object* x_13; uint8_t x_84; lean_dec(x_8); lean_dec(x_7); -x_90 = l_String_Iterator_hasNext(x_1); -if (x_90 == 0) +x_84 = l_String_Iterator_hasNext(x_1); +if (x_84 == 0) { -lean_object* x_91; -x_91 = l_Lean_Parsec_unexpectedEndOfInput; +lean_object* x_85; +x_85 = l_Lean_Parsec_unexpectedEndOfInput; lean_inc(x_1); x_12 = x_1; -x_13 = x_91; -goto block_89; +x_13 = x_85; +goto block_83; } else { -lean_object* x_92; uint32_t x_93; uint32_t x_94; uint8_t x_95; +lean_object* x_86; uint32_t x_87; uint32_t x_88; uint8_t x_89; lean_inc(x_1); -x_92 = l_String_Iterator_next(x_1); -x_93 = l_String_Iterator_curr(x_1); -x_94 = 48; -x_95 = lean_uint32_dec_le(x_94, x_93); -if (x_95 == 0) +x_86 = l_String_Iterator_next(x_1); +x_87 = l_String_Iterator_curr(x_1); +x_88 = 48; +x_89 = lean_uint32_dec_le(x_88, x_87); +if (x_89 == 0) { -lean_object* x_96; -lean_dec(x_92); -x_96 = l_Lean_Xml_Parser_NameChar___closed__11; +lean_object* x_90; +lean_dec(x_86); +x_90 = l_Lean_Xml_Parser_NameChar___closed__11; lean_inc(x_1); x_12 = x_1; -x_13 = x_96; -goto block_89; +x_13 = x_90; +goto block_83; } else { -uint32_t x_97; uint8_t x_98; -x_97 = 57; -x_98 = lean_uint32_dec_le(x_93, x_97); -if (x_98 == 0) +uint32_t x_91; uint8_t x_92; +x_91 = 57; +x_92 = lean_uint32_dec_le(x_87, x_91); +if (x_92 == 0) { -lean_object* x_99; -lean_dec(x_92); -x_99 = l_Lean_Xml_Parser_NameChar___closed__11; +lean_object* x_93; +lean_dec(x_86); +x_93 = l_Lean_Xml_Parser_NameChar___closed__11; lean_inc(x_1); x_12 = x_1; -x_13 = x_99; -goto block_89; +x_13 = x_93; +goto block_83; } else { -lean_object* x_100; lean_object* x_101; +lean_object* x_94; lean_object* x_95; lean_dec(x_9); lean_dec(x_1); -x_100 = lean_box_uint32(x_93); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_92); -lean_ctor_set(x_101, 1, x_100); -return x_101; +x_94 = lean_box_uint32(x_87); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_86); +lean_ctor_set(x_95, 1, x_94); +return x_95; } } } -block_89: +block_83: { uint8_t x_14; -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_12); if (x_14 == 0) { lean_object* x_15; @@ -3516,53 +3526,53 @@ return x_15; } else { -uint32_t x_16; lean_object* x_17; lean_object* x_18; uint8_t x_81; +uint32_t x_16; lean_object* x_17; lean_object* x_18; uint8_t x_75; lean_dec(x_13); lean_dec(x_12); x_16 = 45; -x_81 = l_String_Iterator_hasNext(x_1); -if (x_81 == 0) +x_75 = l_String_Iterator_hasNext(x_1); +if (x_75 == 0) { -lean_object* x_82; -x_82 = l_Lean_Parsec_unexpectedEndOfInput; +lean_object* x_76; +x_76 = l_Lean_Parsec_unexpectedEndOfInput; lean_inc(x_1); x_17 = x_1; -x_18 = x_82; -goto block_80; +x_18 = x_76; +goto block_74; } else { -lean_object* x_83; uint32_t x_84; uint8_t x_85; +lean_object* x_77; uint32_t x_78; uint8_t x_79; lean_inc(x_1); -x_83 = l_String_Iterator_next(x_1); -x_84 = l_String_Iterator_curr(x_1); -x_85 = lean_uint32_dec_eq(x_84, x_16); -if (x_85 == 0) +x_77 = l_String_Iterator_next(x_1); +x_78 = l_String_Iterator_curr(x_1); +x_79 = lean_uint32_dec_eq(x_78, x_16); +if (x_79 == 0) { -lean_object* x_86; -lean_dec(x_83); -x_86 = l_Lean_Xml_Parser_NameChar___closed__10; +lean_object* x_80; +lean_dec(x_77); +x_80 = l_Lean_Xml_Parser_NameChar___closed__10; lean_inc(x_1); x_17 = x_1; -x_18 = x_86; -goto block_80; +x_18 = x_80; +goto block_74; } else { -lean_object* x_87; lean_object* x_88; +lean_object* x_81; lean_object* x_82; lean_dec(x_9); lean_dec(x_1); -x_87 = l_Lean_Xml_Parser_NameChar___boxed__const__3; -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_83); -lean_ctor_set(x_88, 1, x_87); -return x_88; +x_81 = l_Lean_Xml_Parser_NameChar___boxed__const__3; +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_77); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } -block_80: +block_74: { uint8_t x_19; -x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_17); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_17); if (x_19 == 0) { lean_object* x_20; @@ -3578,53 +3588,53 @@ return x_20; } else { -uint32_t x_21; lean_object* x_22; lean_object* x_23; uint8_t x_72; +uint32_t x_21; lean_object* x_22; lean_object* x_23; uint8_t x_66; lean_dec(x_18); lean_dec(x_17); x_21 = 46; -x_72 = l_String_Iterator_hasNext(x_1); -if (x_72 == 0) +x_66 = l_String_Iterator_hasNext(x_1); +if (x_66 == 0) { -lean_object* x_73; -x_73 = l_Lean_Parsec_unexpectedEndOfInput; +lean_object* x_67; +x_67 = l_Lean_Parsec_unexpectedEndOfInput; lean_inc(x_1); x_22 = x_1; -x_23 = x_73; -goto block_71; +x_23 = x_67; +goto block_65; } else { -lean_object* x_74; uint32_t x_75; uint8_t x_76; +lean_object* x_68; uint32_t x_69; uint8_t x_70; lean_inc(x_1); -x_74 = l_String_Iterator_next(x_1); -x_75 = l_String_Iterator_curr(x_1); -x_76 = lean_uint32_dec_eq(x_75, x_21); -if (x_76 == 0) +x_68 = l_String_Iterator_next(x_1); +x_69 = l_String_Iterator_curr(x_1); +x_70 = lean_uint32_dec_eq(x_69, x_21); +if (x_70 == 0) { -lean_object* x_77; -lean_dec(x_74); -x_77 = l_Lean_Xml_Parser_NameChar___closed__7; +lean_object* x_71; +lean_dec(x_68); +x_71 = l_Lean_Xml_Parser_NameChar___closed__7; lean_inc(x_1); x_22 = x_1; -x_23 = x_77; -goto block_71; +x_23 = x_71; +goto block_65; } else { -lean_object* x_78; lean_object* x_79; +lean_object* x_72; lean_object* x_73; lean_dec(x_9); lean_dec(x_1); -x_78 = l_Lean_Xml_Parser_NameChar___boxed__const__2; -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_74); -lean_ctor_set(x_79, 1, x_78); -return x_79; +x_72 = l_Lean_Xml_Parser_NameChar___boxed__const__2; +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_68); +lean_ctor_set(x_73, 1, x_72); +return x_73; } } -block_71: +block_65: { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_22); if (x_24 == 0) { lean_object* x_25; @@ -3640,53 +3650,53 @@ return x_25; } else { -uint32_t x_26; lean_object* x_27; lean_object* x_28; uint8_t x_63; +uint32_t x_26; lean_object* x_27; lean_object* x_28; uint8_t x_57; lean_dec(x_23); lean_dec(x_22); x_26 = 183; -x_63 = l_String_Iterator_hasNext(x_1); -if (x_63 == 0) +x_57 = l_String_Iterator_hasNext(x_1); +if (x_57 == 0) { -lean_object* x_64; -x_64 = l_Lean_Parsec_unexpectedEndOfInput; +lean_object* x_58; +x_58 = l_Lean_Parsec_unexpectedEndOfInput; lean_inc(x_1); x_27 = x_1; -x_28 = x_64; -goto block_62; +x_28 = x_58; +goto block_56; } else { -lean_object* x_65; uint32_t x_66; uint8_t x_67; +lean_object* x_59; uint32_t x_60; uint8_t x_61; lean_inc(x_1); -x_65 = l_String_Iterator_next(x_1); -x_66 = l_String_Iterator_curr(x_1); -x_67 = lean_uint32_dec_eq(x_66, x_26); -if (x_67 == 0) +x_59 = l_String_Iterator_next(x_1); +x_60 = l_String_Iterator_curr(x_1); +x_61 = lean_uint32_dec_eq(x_60, x_26); +if (x_61 == 0) { -lean_object* x_68; -lean_dec(x_65); -x_68 = l_Lean_Xml_Parser_NameChar___closed__4; +lean_object* x_62; +lean_dec(x_59); +x_62 = l_Lean_Xml_Parser_NameChar___closed__4; lean_inc(x_1); x_27 = x_1; -x_28 = x_68; -goto block_62; +x_28 = x_62; +goto block_56; } else { -lean_object* x_69; lean_object* x_70; +lean_object* x_63; lean_object* x_64; lean_dec(x_9); lean_dec(x_1); -x_69 = l_Lean_Xml_Parser_NameChar___boxed__const__1; -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_65); -lean_ctor_set(x_70, 1, x_69); -return x_70; +x_63 = l_Lean_Xml_Parser_NameChar___boxed__const__1; +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_59); +lean_ctor_set(x_64, 1, x_63); +return x_64; } } -block_62: +block_56: { uint8_t x_29; -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_27); if (x_29 == 0) { lean_object* x_30; @@ -3721,141 +3731,97 @@ return x_33; } else { -lean_object* x_34; uint32_t x_35; uint32_t x_36; uint8_t x_37; +lean_object* x_34; uint32_t x_35; lean_object* x_36; uint32_t x_48; uint8_t x_49; lean_inc(x_1); x_34 = l_String_Iterator_next(x_1); x_35 = l_String_Iterator_curr(x_1); -x_36 = 768; -x_37 = lean_uint32_dec_le(x_36, x_35); -if (x_37 == 0) -{ -uint32_t x_38; uint8_t x_39; -x_38 = 8255; -x_39 = lean_uint32_dec_le(x_38, x_35); -if (x_39 == 0) +x_48 = 768; +x_49 = lean_uint32_dec_le(x_48, x_35); +if (x_49 == 0) { -lean_object* x_40; lean_object* x_41; -lean_dec(x_34); -x_40 = l_Lean_Xml_Parser_NameChar___closed__1; -if (lean_is_scalar(x_9)) { - x_41 = lean_alloc_ctor(1, 2, 0); -} else { - x_41 = x_9; -} -lean_ctor_set(x_41, 0, x_1); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_object* x_50; +x_50 = lean_box(0); +x_36 = x_50; +goto block_47; } else { -uint32_t x_42; uint8_t x_43; -x_42 = 8256; -x_43 = lean_uint32_dec_le(x_35, x_42); -if (x_43 == 0) +uint32_t x_51; uint8_t x_52; +x_51 = 879; +x_52 = lean_uint32_dec_le(x_35, x_51); +if (x_52 == 0) { -lean_object* x_44; lean_object* x_45; -lean_dec(x_34); -x_44 = l_Lean_Xml_Parser_NameChar___closed__1; -if (lean_is_scalar(x_9)) { - x_45 = lean_alloc_ctor(1, 2, 0); -} else { - x_45 = x_9; -} -lean_ctor_set(x_45, 0, x_1); -lean_ctor_set(x_45, 1, x_44); -return x_45; +lean_object* x_53; +x_53 = lean_box(0); +x_36 = x_53; +goto block_47; } else { -lean_object* x_46; lean_object* x_47; +lean_object* x_54; lean_object* x_55; +lean_dec(x_9); lean_dec(x_1); -x_46 = lean_box_uint32(x_35); -if (lean_is_scalar(x_9)) { - x_47 = lean_alloc_ctor(0, 2, 0); -} else { - x_47 = x_9; - lean_ctor_set_tag(x_47, 0); -} -lean_ctor_set(x_47, 0, x_34); -lean_ctor_set(x_47, 1, x_46); -return x_47; -} +x_54 = lean_box_uint32(x_35); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_34); +lean_ctor_set(x_55, 1, x_54); +return x_55; } } -else -{ -uint32_t x_48; uint8_t x_49; -x_48 = 879; -x_49 = lean_uint32_dec_le(x_35, x_48); -if (x_49 == 0) +block_47: { -uint32_t x_50; uint8_t x_51; -x_50 = 8255; -x_51 = lean_uint32_dec_le(x_50, x_35); -if (x_51 == 0) +uint32_t x_37; uint8_t x_38; +lean_dec(x_36); +x_37 = 8255; +x_38 = lean_uint32_dec_le(x_37, x_35); +if (x_38 == 0) { -lean_object* x_52; lean_object* x_53; +lean_object* x_39; lean_object* x_40; lean_dec(x_34); -x_52 = l_Lean_Xml_Parser_NameChar___closed__1; +x_39 = l_Lean_Xml_Parser_NameChar___closed__1; if (lean_is_scalar(x_9)) { - x_53 = lean_alloc_ctor(1, 2, 0); + x_40 = lean_alloc_ctor(1, 2, 0); } else { - x_53 = x_9; + x_40 = x_9; } -lean_ctor_set(x_53, 0, x_1); -lean_ctor_set(x_53, 1, x_52); -return x_53; +lean_ctor_set(x_40, 0, x_1); +lean_ctor_set(x_40, 1, x_39); +return x_40; } else { -uint32_t x_54; uint8_t x_55; -x_54 = 8256; -x_55 = lean_uint32_dec_le(x_35, x_54); -if (x_55 == 0) +uint32_t x_41; uint8_t x_42; +x_41 = 8256; +x_42 = lean_uint32_dec_le(x_35, x_41); +if (x_42 == 0) { -lean_object* x_56; lean_object* x_57; +lean_object* x_43; lean_object* x_44; lean_dec(x_34); -x_56 = l_Lean_Xml_Parser_NameChar___closed__1; +x_43 = l_Lean_Xml_Parser_NameChar___closed__1; if (lean_is_scalar(x_9)) { - x_57 = lean_alloc_ctor(1, 2, 0); + x_44 = lean_alloc_ctor(1, 2, 0); } else { - x_57 = x_9; + x_44 = x_9; } -lean_ctor_set(x_57, 0, x_1); -lean_ctor_set(x_57, 1, x_56); -return x_57; +lean_ctor_set(x_44, 0, x_1); +lean_ctor_set(x_44, 1, x_43); +return x_44; } else { -lean_object* x_58; lean_object* x_59; +lean_object* x_45; lean_object* x_46; lean_dec(x_1); -x_58 = lean_box_uint32(x_35); +x_45 = lean_box_uint32(x_35); if (lean_is_scalar(x_9)) { - x_59 = lean_alloc_ctor(0, 2, 0); + x_46 = lean_alloc_ctor(0, 2, 0); } else { - x_59 = x_9; - lean_ctor_set_tag(x_59, 0); + x_46 = x_9; + lean_ctor_set_tag(x_46, 0); } -lean_ctor_set(x_59, 0, x_34); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} -} -else -{ -lean_object* x_60; lean_object* x_61; -lean_dec(x_1); -x_60 = lean_box_uint32(x_35); -if (lean_is_scalar(x_9)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_9; - lean_ctor_set_tag(x_61, 0); +lean_ctor_set(x_46, 0, x_34); +lean_ctor_set(x_46, 1, x_45); +return x_46; } -lean_ctor_set(x_61, 0, x_34); -lean_ctor_set(x_61, 1, x_60); -return x_61; } } } @@ -3923,7 +3889,7 @@ if (x_13 == 0) lean_object* x_14; lean_object* x_15; uint8_t x_16; x_14 = lean_ctor_get(x_8, 0); x_15 = lean_ctor_get(x_8, 1); -x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_14); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_14); if (x_16 == 0) { lean_dec(x_2); @@ -3948,7 +3914,7 @@ x_18 = lean_ctor_get(x_8, 1); lean_inc(x_18); lean_inc(x_17); lean_dec(x_8); -x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_17); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_17); if (x_19 == 0) { lean_object* x_20; @@ -3981,7 +3947,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_3, 0); x_24 = lean_ctor_get(x_3, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_23); if (x_25 == 0) { lean_dec(x_2); @@ -4006,7 +3972,7 @@ x_27 = lean_ctor_get(x_3, 1); lean_inc(x_27); lean_inc(x_26); lean_dec(x_3); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_26); if (x_28 == 0) { lean_object* x_29; @@ -4083,7 +4049,7 @@ x_3 = l_String_Iterator_hasNext(x_2); if (x_3 == 0) { uint8_t x_4; -x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; @@ -4115,7 +4081,7 @@ if (x_11 == 0) { uint8_t x_12; lean_dec(x_8); -x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; @@ -4144,7 +4110,7 @@ if (x_17 == 0) { uint8_t x_18; lean_dec(x_8); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_18 == 0) { lean_object* x_19; lean_object* x_20; @@ -4204,7 +4170,7 @@ if (x_29 == 0) lean_object* x_30; lean_object* x_31; uint8_t x_32; x_30 = lean_ctor_get(x_24, 0); x_31 = lean_ctor_get(x_24, 1); -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_30); +x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_30); if (x_32 == 0) { lean_dec(x_2); @@ -4229,7 +4195,7 @@ x_34 = lean_ctor_get(x_24, 1); lean_inc(x_34); lean_inc(x_33); lean_dec(x_24); -x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_33); +x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_33); if (x_35 == 0) { lean_object* x_36; @@ -4828,7 +4794,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -4853,7 +4819,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -4880,7 +4846,7 @@ return x_19; block_26: { uint8_t x_23; -x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_23 == 0) { lean_object* x_24; @@ -4905,7 +4871,7 @@ return x_25; block_37: { uint8_t x_29; -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_27); if (x_29 == 0) { x_21 = x_27; @@ -4957,7 +4923,7 @@ goto block_20; block_48: { uint8_t x_40; -x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_38); +x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_38); if (x_40 == 0) { x_21 = x_38; @@ -5009,7 +4975,7 @@ goto block_20; block_59: { uint8_t x_51; -x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_49); +x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_49); if (x_51 == 0) { x_21 = x_49; @@ -5061,7 +5027,7 @@ goto block_20; block_73: { uint8_t x_62; -x_62 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_60); +x_62 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_60); if (x_62 == 0) { x_21 = x_60; @@ -5421,7 +5387,7 @@ if (x_8 == 0) lean_object* x_9; lean_object* x_10; uint8_t x_11; x_9 = lean_ctor_get(x_3, 0); x_10 = lean_ctor_get(x_3, 1); -x_11 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_9); +x_11 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_9); if (x_11 == 0) { lean_dec(x_1); @@ -5446,7 +5412,7 @@ x_15 = lean_ctor_get(x_3, 1); lean_inc(x_15); lean_inc(x_14); lean_dec(x_3); -x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_14); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_14); if (x_16 == 0) { lean_object* x_17; @@ -5650,7 +5616,7 @@ if (x_57 == 0) lean_object* x_58; lean_object* x_59; uint8_t x_60; x_58 = lean_ctor_get(x_55, 0); x_59 = lean_ctor_get(x_55, 1); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_54, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_54, x_58); if (x_60 == 0) { lean_dec(x_54); @@ -5673,7 +5639,7 @@ x_62 = lean_ctor_get(x_55, 1); lean_inc(x_62); lean_inc(x_61); lean_dec(x_55); -x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_54, x_61); +x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_54, x_61); if (x_63 == 0) { lean_object* x_64; @@ -5702,7 +5668,7 @@ if (x_65 == 0) lean_object* x_66; lean_object* x_67; uint8_t x_68; x_66 = lean_ctor_get(x_53, 0); x_67 = lean_ctor_get(x_53, 1); -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_52, x_66); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_52, x_66); if (x_68 == 0) { lean_dec(x_52); @@ -5735,7 +5701,7 @@ if (x_71 == 0) lean_object* x_72; lean_object* x_73; uint8_t x_74; x_72 = lean_ctor_get(x_69, 0); x_73 = lean_ctor_get(x_69, 1); -x_74 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_52, x_72); +x_74 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_52, x_72); if (x_74 == 0) { lean_dec(x_52); @@ -5758,7 +5724,7 @@ x_76 = lean_ctor_get(x_69, 1); lean_inc(x_76); lean_inc(x_75); lean_dec(x_69); -x_77 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_52, x_75); +x_77 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_52, x_75); if (x_77 == 0) { lean_object* x_78; @@ -5787,7 +5753,7 @@ x_80 = lean_ctor_get(x_53, 1); lean_inc(x_80); lean_inc(x_79); lean_dec(x_53); -x_81 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_52, x_79); +x_81 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_52, x_79); if (x_81 == 0) { lean_object* x_82; @@ -5829,7 +5795,7 @@ if (lean_is_exclusive(x_83)) { lean_dec_ref(x_83); x_87 = lean_box(0); } -x_88 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_52, x_85); +x_88 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_52, x_85); if (x_88 == 0) { lean_object* x_89; @@ -5973,7 +5939,7 @@ if (x_17 == 0) lean_object* x_18; lean_object* x_19; uint8_t x_20; x_18 = lean_ctor_get(x_3, 0); x_19 = lean_ctor_get(x_3, 1); -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_18); +x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_18); if (x_20 == 0) { lean_dec(x_2); @@ -6045,7 +6011,7 @@ x_34 = lean_ctor_get(x_3, 1); lean_inc(x_34); lean_inc(x_33); lean_dec(x_3); -x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_33); +x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_33); if (x_35 == 0) { lean_object* x_36; @@ -6115,7 +6081,255 @@ return x_46; } } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__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_22; lean_object* x_23; lean_object* x_28; lean_object* x_29; uint8_t x_50; +x_50 = l_String_Iterator_hasNext(x_3); +if (x_50 == 0) +{ +lean_object* x_51; +x_51 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_3); +x_28 = x_3; +x_29 = x_51; +goto block_49; +} +else +{ +lean_object* x_52; uint32_t x_53; uint32_t x_54; uint8_t x_55; uint8_t x_56; +lean_inc(x_3); +x_52 = l_String_Iterator_next(x_3); +x_53 = l_String_Iterator_curr(x_3); +x_54 = 45; +x_55 = lean_uint32_dec_eq(x_53, x_54); +x_56 = l_instDecidableNot___rarg(x_55); +if (x_56 == 0) +{ +lean_object* x_57; +lean_dec(x_52); +x_57 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_3); +x_28 = x_3; +x_29 = x_57; +goto block_49; +} +else +{ +lean_object* x_58; lean_object* x_59; +x_58 = l_Lean_Xml_Parser_endl___closed__1; +x_59 = lean_string_push(x_58, x_53); +x_4 = x_52; +x_5 = x_59; +goto block_21; +} +} +block_21: +{ +lean_object* x_6; lean_object* x_7; +lean_inc(x_2); +x_6 = lean_array_push(x_2, x_5); +x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(x_1, x_6, x_4); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +lean_dec(x_3); +lean_dec(x_2); +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +return x_7; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_inc(x_9); +lean_dec(x_7); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_9); +lean_ctor_set(x_11, 1, x_10); +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_7, 0); +x_14 = lean_ctor_get(x_7, 1); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_13); +if (x_15 == 0) +{ +lean_dec(x_3); +lean_dec(x_2); +return x_7; +} +else +{ +lean_dec(x_14); +lean_dec(x_13); +lean_ctor_set_tag(x_7, 0); +lean_ctor_set(x_7, 1, x_2); +lean_ctor_set(x_7, 0, x_3); +return x_7; +} +} +else +{ +lean_object* x_16; lean_object* x_17; uint8_t 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 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_16); +if (x_18 == 0) +{ +lean_object* x_19; +lean_dec(x_3); +lean_dec(x_2); +x_19 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_19, 0, x_16); +lean_ctor_set(x_19, 1, x_17); +return x_19; +} +else +{ +lean_object* x_20; +lean_dec(x_17); +lean_dec(x_16); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_3); +lean_ctor_set(x_20, 1, x_2); +return x_20; +} +} +} +} +block_27: +{ +uint8_t x_24; +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_22); +if (x_24 == 0) +{ +lean_object* x_25; +lean_dec(x_3); +lean_dec(x_2); +x_25 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_25, 0, x_22); +lean_ctor_set(x_25, 1, x_23); +return x_25; +} +else +{ +lean_object* x_26; +lean_dec(x_23); +lean_dec(x_22); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_3); +lean_ctor_set(x_26, 1, x_2); +return x_26; +} +} +block_49: +{ +uint8_t x_30; +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_28); +if (x_30 == 0) +{ +x_22 = x_28; +x_23 = x_29; +goto block_27; +} +else +{ +uint32_t x_31; uint8_t x_32; +lean_dec(x_29); +lean_dec(x_28); +x_31 = 45; +x_32 = l_String_Iterator_hasNext(x_3); +if (x_32 == 0) +{ +lean_object* x_33; +x_33 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_3); +x_22 = x_3; +x_23 = x_33; +goto block_27; +} +else +{ +lean_object* x_34; uint32_t x_35; uint8_t x_36; +lean_inc(x_3); +x_34 = l_String_Iterator_next(x_3); +x_35 = l_String_Iterator_curr(x_3); +x_36 = lean_uint32_dec_eq(x_35, x_31); +if (x_36 == 0) +{ +lean_object* x_37; +lean_dec(x_34); +x_37 = l_Lean_Xml_Parser_NameChar___closed__10; +lean_inc(x_3); +x_22 = x_3; +x_23 = x_37; +goto block_27; +} +else +{ +uint8_t x_38; +x_38 = l_String_Iterator_hasNext(x_34); +if (x_38 == 0) +{ +lean_object* x_39; +x_39 = l_Lean_Parsec_unexpectedEndOfInput; +x_22 = x_34; +x_23 = x_39; +goto block_27; +} +else +{ +lean_object* x_40; uint32_t x_41; uint8_t x_42; uint8_t x_43; +lean_inc(x_34); +x_40 = l_String_Iterator_next(x_34); +x_41 = l_String_Iterator_curr(x_34); +x_42 = lean_uint32_dec_eq(x_41, x_31); +x_43 = l_instDecidableNot___rarg(x_42); +if (x_43 == 0) +{ +lean_object* x_44; +lean_dec(x_40); +x_44 = l_Lean_Xml_Parser_NameChar___closed__1; +x_22 = x_34; +x_23 = x_44; +goto block_27; +} +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +lean_dec(x_34); +x_45 = l_Lean_Xml_Parser_endl___closed__1; +x_46 = lean_string_push(x_45, x_41); +x_47 = l_Lean_Xml_Parser_NameChar___closed__8; +x_48 = lean_string_append(x_47, x_46); +lean_dec(x_46); +x_4 = x_40; +x_5 = x_48; +goto block_21; +} +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1___at_Lean_Xml_Parser_Comment___spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_21; lean_object* x_22; lean_object* x_27; lean_object* x_28; uint8_t x_49; @@ -6163,7 +6377,7 @@ goto block_20; lean_object* x_5; lean_object* x_6; lean_inc(x_1); x_5 = lean_array_push(x_1, x_4); -x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(x_5, x_3); +x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1___at_Lean_Xml_Parser_Comment___spec__2(x_5, x_3); if (lean_obj_tag(x_6) == 0) { uint8_t x_7; @@ -6197,7 +6411,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -6222,7 +6436,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -6249,7 +6463,7 @@ return x_19; block_26: { uint8_t x_23; -x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_23 == 0) { lean_object* x_24; @@ -6274,7 +6488,7 @@ return x_25; block_48: { uint8_t x_29; -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_27); if (x_29 == 0) { x_21 = x_27; @@ -6363,7 +6577,7 @@ goto block_20; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___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_Xml_Parser_Comment___spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -6424,7 +6638,7 @@ x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = l_Lean_Xml_Parser_Comment___closed__2; -x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(x_5, x_4); +x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1___at_Lean_Xml_Parser_Comment___spec__2(x_5, x_4); if (lean_obj_tag(x_6) == 0) { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; @@ -6559,7 +6773,7 @@ x_37 = 0; x_38 = lean_usize_of_nat(x_9); lean_dec(x_9); x_39 = l_Lean_Xml_Parser_endl___closed__1; -x_40 = l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__2(x_8, x_37, x_38, x_39); +x_40 = l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__3(x_8, x_37, x_38, x_39); lean_dec(x_8); x_41 = l_Lean_Xml_Parser_Comment___closed__3; x_42 = l_Lean_Parsec_pstring(x_41, x_7); @@ -6660,7 +6874,16 @@ return x_58; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___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_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_Comment___spec__1(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___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; @@ -6668,7 +6891,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_Xml_Parser_Comment___spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Xml_Parser_Comment___spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -6913,7 +7136,7 @@ goto block_51; block_69: { uint8_t x_58; -x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_53, x_56); +x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_53, x_56); if (x_58 == 0) { lean_object* x_59; @@ -7052,7 +7275,7 @@ return x_26; block_18: { uint8_t x_6; -x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_4); +x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_4); if (x_6 == 0) { lean_object* x_7; @@ -7153,7 +7376,7 @@ goto block_27; block_43: { uint8_t x_32; -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_30); +x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_30); if (x_32 == 0) { lean_object* x_33; @@ -7230,7 +7453,7 @@ x_6 = lean_ctor_get(x_4, 1); lean_dec(x_6); x_7 = lean_ctor_get(x_4, 0); lean_dec(x_7); -x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_8 == 0) { lean_object* x_9; @@ -7252,7 +7475,7 @@ else { uint8_t x_10; lean_dec(x_4); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; @@ -7325,7 +7548,7 @@ if (x_24 == 0) lean_object* x_25; lean_object* x_26; uint8_t x_27; x_25 = lean_ctor_get(x_19, 0); x_26 = lean_ctor_get(x_19, 1); -x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_25); +x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_25); if (x_27 == 0) { lean_dec(x_2); @@ -7350,7 +7573,7 @@ x_29 = lean_ctor_get(x_19, 1); lean_inc(x_29); lean_inc(x_28); lean_dec(x_19); -x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_28); +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_28); if (x_30 == 0) { lean_object* x_31; @@ -7383,7 +7606,7 @@ if (x_33 == 0) lean_object* x_34; lean_object* x_35; uint8_t x_36; x_34 = lean_ctor_get(x_14, 0); x_35 = lean_ctor_get(x_14, 1); -x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_34); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_34); if (x_36 == 0) { lean_dec(x_2); @@ -7408,7 +7631,7 @@ x_38 = lean_ctor_get(x_14, 1); lean_inc(x_38); lean_inc(x_37); lean_dec(x_14); -x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_37); +x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_37); if (x_39 == 0) { lean_object* x_40; @@ -7538,7 +7761,7 @@ if (x_24 == 0) lean_object* x_25; lean_object* x_26; uint8_t x_27; x_25 = lean_ctor_get(x_10, 0); x_26 = lean_ctor_get(x_10, 1); -x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_6, x_25); +x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_6, x_25); if (x_27 == 0) { lean_dec(x_6); @@ -7610,7 +7833,7 @@ x_41 = lean_ctor_get(x_10, 1); lean_inc(x_41); lean_inc(x_40); lean_dec(x_10); -x_42 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_6, x_40); +x_42 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_6, x_40); if (x_42 == 0) { lean_object* x_43; @@ -7687,7 +7910,7 @@ if (x_54 == 0) lean_object* x_55; lean_object* x_56; uint8_t x_57; x_55 = lean_ctor_get(x_7, 0); x_56 = lean_ctor_get(x_7, 1); -x_57 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_6, x_55); +x_57 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_6, x_55); if (x_57 == 0) { lean_dec(x_6); @@ -7759,7 +7982,7 @@ x_71 = lean_ctor_get(x_7, 1); lean_inc(x_71); lean_inc(x_70); lean_dec(x_7); -x_72 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_6, x_70); +x_72 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_6, x_70); if (x_72 == 0) { lean_object* x_73; @@ -7916,7 +8139,7 @@ if (x_9 == 0) lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_ctor_get(x_2, 0); x_11 = lean_ctor_get(x_2, 1); -x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_10); +x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_10); if (x_12 == 0) { lean_dec(x_1); @@ -7962,7 +8185,7 @@ if (x_18 == 0) lean_object* x_19; lean_object* x_20; uint8_t x_21; x_19 = lean_ctor_get(x_13, 0); x_20 = lean_ctor_get(x_13, 1); -x_21 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_19); +x_21 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_19); if (x_21 == 0) { lean_dec(x_1); @@ -8033,7 +8256,7 @@ x_34 = lean_ctor_get(x_13, 1); lean_inc(x_34); lean_inc(x_33); lean_dec(x_13); -x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_33); +x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_33); if (x_35 == 0) { lean_object* x_36; @@ -8109,7 +8332,7 @@ x_47 = lean_ctor_get(x_2, 1); lean_inc(x_47); lean_inc(x_46); lean_dec(x_2); -x_48 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_46); +x_48 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_46); if (x_48 == 0) { lean_object* x_49; @@ -8166,7 +8389,7 @@ if (lean_is_exclusive(x_50)) { lean_dec_ref(x_50); x_57 = lean_box(0); } -x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_55); +x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_55); if (x_58 == 0) { lean_object* x_59; @@ -8249,7 +8472,7 @@ x_4 = l_String_Iterator_hasNext(x_3); if (x_4 == 0) { uint8_t x_5; -x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; @@ -8281,7 +8504,7 @@ if (x_12 == 0) { uint8_t x_13; lean_dec(x_9); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; @@ -8340,7 +8563,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_18, 0); x_25 = lean_ctor_get(x_18, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_24); if (x_26 == 0) { lean_dec(x_3); @@ -8365,7 +8588,7 @@ x_28 = lean_ctor_get(x_18, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_18); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_27); if (x_29 == 0) { lean_object* x_30; @@ -8400,7 +8623,7 @@ x_4 = l_String_Iterator_hasNext(x_3); if (x_4 == 0) { uint8_t x_5; -x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; @@ -8432,7 +8655,7 @@ if (x_12 == 0) { uint8_t x_13; lean_dec(x_9); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; @@ -8491,7 +8714,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_18, 0); x_25 = lean_ctor_get(x_18, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_24); if (x_26 == 0) { lean_dec(x_3); @@ -8516,7 +8739,7 @@ x_28 = lean_ctor_get(x_18, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_18); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_27); if (x_29 == 0) { lean_object* x_30; @@ -8692,7 +8915,7 @@ goto block_26; block_26: { uint8_t x_5; -x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_3); +x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_3); if (x_5 == 0) { lean_object* x_6; @@ -8953,7 +9176,7 @@ return x_81; block_55: { uint8_t x_4; -x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_2); +x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_2); if (x_4 == 0) { lean_object* x_5; @@ -9026,7 +9249,7 @@ return x_54; block_42: { uint8_t x_8; -x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_6); +x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_6); if (x_8 == 0) { lean_object* x_9; @@ -9075,7 +9298,7 @@ if (x_15 == 0) lean_object* x_16; lean_object* x_17; uint8_t x_18; x_16 = lean_ctor_get(x_10, 0); x_17 = lean_ctor_get(x_10, 1); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_16); if (x_18 == 0) { lean_dec(x_1); @@ -9133,7 +9356,7 @@ x_28 = lean_ctor_get(x_10, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_10); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_27); if (x_29 == 0) { lean_object* x_30; @@ -9263,7 +9486,7 @@ if (x_17 == 0) lean_object* x_18; lean_object* x_19; uint8_t x_20; x_18 = lean_ctor_get(x_12, 0); x_19 = lean_ctor_get(x_12, 1); -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_18); +x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_18); if (x_20 == 0) { lean_dec(x_3); @@ -9288,7 +9511,7 @@ x_22 = lean_ctor_get(x_12, 1); lean_inc(x_22); lean_inc(x_21); lean_dec(x_12); -x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_21); +x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_21); if (x_23 == 0) { lean_object* x_24; @@ -9317,7 +9540,7 @@ else uint8_t x_26; lean_dec(x_7); lean_dec(x_6); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_26 == 0) { lean_object* x_27; @@ -9395,7 +9618,7 @@ if (lean_is_exclusive(x_34)) { lean_dec_ref(x_34); x_41 = lean_box(0); } -x_42 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_39); +x_42 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_39); if (x_42 == 0) { lean_object* x_43; @@ -9432,7 +9655,7 @@ else uint8_t x_45; lean_dec(x_29); lean_dec(x_28); -x_45 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_45 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_45 == 0) { lean_object* x_46; lean_object* x_47; @@ -9464,7 +9687,7 @@ lean_object* x_50; lean_object* x_51; uint8_t x_52; x_50 = lean_ctor_get(x_4, 1); x_51 = lean_ctor_get(x_4, 0); lean_dec(x_51); -x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_52 == 0) { lean_dec(x_2); @@ -9486,7 +9709,7 @@ lean_object* x_53; uint8_t x_54; x_53 = lean_ctor_get(x_4, 1); lean_inc(x_53); lean_dec(x_4); -x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); +x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_3); if (x_54 == 0) { lean_object* x_55; @@ -9561,7 +9784,7 @@ if (x_13 == 0) lean_object* x_14; lean_object* x_15; uint8_t x_16; x_14 = lean_ctor_get(x_8, 0); x_15 = lean_ctor_get(x_8, 1); -x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_14); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_14); if (x_16 == 0) { lean_dec(x_2); @@ -9586,7 +9809,7 @@ x_18 = lean_ctor_get(x_8, 1); lean_inc(x_18); lean_inc(x_17); lean_dec(x_8); -x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_17); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_17); if (x_19 == 0) { lean_object* x_20; @@ -9619,7 +9842,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_3, 0); x_24 = lean_ctor_get(x_3, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_23); if (x_25 == 0) { lean_dec(x_2); @@ -9644,7 +9867,7 @@ x_27 = lean_ctor_get(x_3, 1); lean_inc(x_27); lean_inc(x_26); lean_dec(x_3); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_26); if (x_28 == 0) { lean_object* x_29; @@ -9818,7 +10041,7 @@ goto block_42; block_42: { uint8_t x_5; -x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_3); +x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_3); if (x_5 == 0) { lean_object* x_6; @@ -10071,7 +10294,7 @@ if (x_14 == 0) lean_object* x_15; lean_object* x_16; uint8_t x_17; x_15 = lean_ctor_get(x_7, 0); x_16 = lean_ctor_get(x_7, 1); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_15); if (x_17 == 0) { lean_dec(x_1); @@ -10263,7 +10486,7 @@ x_55 = lean_ctor_get(x_7, 1); lean_inc(x_55); lean_inc(x_54); lean_dec(x_7); -x_56 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_54); +x_56 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_54); if (x_56 == 0) { lean_object* x_57; @@ -10468,7 +10691,7 @@ if (x_92 == 0) lean_object* x_93; lean_object* x_94; uint8_t x_95; x_93 = lean_ctor_get(x_5, 0); x_94 = lean_ctor_get(x_5, 1); -x_95 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_93); +x_95 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_93); if (x_95 == 0) { lean_dec(x_1); @@ -10660,7 +10883,7 @@ x_133 = lean_ctor_get(x_5, 1); lean_inc(x_133); lean_inc(x_132); lean_dec(x_5); -x_134 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_132); +x_134 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_132); if (x_134 == 0) { lean_object* x_135; @@ -10865,7 +11088,7 @@ if (x_170 == 0) lean_object* x_171; lean_object* x_172; uint8_t x_173; x_171 = lean_ctor_get(x_3, 0); x_172 = lean_ctor_get(x_3, 1); -x_173 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_171); +x_173 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_171); if (x_173 == 0) { lean_dec(x_1); @@ -11057,7 +11280,7 @@ x_211 = lean_ctor_get(x_3, 1); lean_inc(x_211); lean_inc(x_210); lean_dec(x_3); -x_212 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_210); +x_212 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_210); if (x_212 == 0) { lean_object* x_213; @@ -11308,7 +11531,7 @@ if (x_84 == 0) lean_object* x_85; lean_object* x_86; uint8_t x_87; x_85 = lean_ctor_get(x_82, 0); x_86 = lean_ctor_get(x_82, 1); -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_85); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_85); if (x_87 == 0) { lean_dec(x_2); @@ -11333,7 +11556,7 @@ x_89 = lean_ctor_get(x_82, 1); lean_inc(x_89); lean_inc(x_88); lean_dec(x_82); -x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_88); +x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_88); if (x_90 == 0) { lean_object* x_91; @@ -11393,7 +11616,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -11418,7 +11641,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -11450,7 +11673,7 @@ x_23 = l_String_Iterator_hasNext(x_21); if (x_23 == 0) { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_24 == 0) { lean_object* x_25; lean_object* x_26; @@ -11483,7 +11706,7 @@ if (x_30 == 0) { uint8_t x_31; lean_dec(x_28); -x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_31 == 0) { lean_object* x_32; lean_object* x_33; @@ -11540,7 +11763,7 @@ if (x_40 == 0) lean_object* x_41; lean_object* x_42; uint8_t x_43; x_41 = lean_ctor_get(x_37, 0); x_42 = lean_ctor_get(x_37, 1); -x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_41); +x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_41); if (x_43 == 0) { lean_dec(x_2); @@ -11565,7 +11788,7 @@ x_45 = lean_ctor_get(x_37, 1); lean_inc(x_45); lean_inc(x_44); lean_dec(x_37); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_44); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_44); if (x_46 == 0) { lean_object* x_47; @@ -11598,12 +11821,12 @@ if (x_49 == 0) lean_object* x_50; lean_object* x_51; uint8_t x_52; x_50 = lean_ctor_get(x_35, 0); x_51 = lean_ctor_get(x_35, 1); -x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_50); +x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_50); if (x_52 == 0) { uint8_t x_53; lean_dec(x_28); -x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_50); +x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_50); if (x_53 == 0) { lean_dec(x_2); @@ -11648,7 +11871,7 @@ if (x_57 == 0) lean_object* x_58; lean_object* x_59; uint8_t x_60; x_58 = lean_ctor_get(x_54, 0); x_59 = lean_ctor_get(x_54, 1); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_58); if (x_60 == 0) { lean_dec(x_2); @@ -11673,7 +11896,7 @@ x_62 = lean_ctor_get(x_54, 1); lean_inc(x_62); lean_inc(x_61); lean_dec(x_54); -x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_61); +x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_61); if (x_63 == 0) { lean_object* x_64; @@ -11706,12 +11929,12 @@ x_67 = lean_ctor_get(x_35, 1); lean_inc(x_67); lean_inc(x_66); lean_dec(x_35); -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_66); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_66); if (x_68 == 0) { uint8_t x_69; lean_dec(x_28); -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_66); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_66); if (x_69 == 0) { lean_object* x_70; @@ -11766,7 +11989,7 @@ if (lean_is_exclusive(x_72)) { lean_dec_ref(x_72); x_77 = lean_box(0); } -x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_75); +x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_75); if (x_78 == 0) { lean_object* x_79; @@ -11957,7 +12180,7 @@ lean_inc(x_106); x_107 = lean_ctor_get(x_99, 1); lean_inc(x_107); lean_dec(x_99); -x_108 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_95, x_106); +x_108 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_95, x_106); if (x_108 == 0) { lean_dec(x_95); @@ -12075,7 +12298,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_19, 0); x_24 = lean_ctor_get(x_19, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_18, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_18, x_23); if (x_25 == 0) { lean_dec(x_18); @@ -12101,7 +12324,7 @@ x_28 = lean_ctor_get(x_19, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_19); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_18, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_18, x_27); if (x_29 == 0) { lean_object* x_30; @@ -12150,7 +12373,7 @@ return x_35; block_60: { uint8_t x_40; -x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_38); +x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_38); if (x_40 == 0) { lean_object* x_41; @@ -12217,7 +12440,7 @@ if (x_52 == 0) lean_object* x_53; lean_object* x_54; uint8_t x_55; x_53 = lean_ctor_get(x_50, 0); x_54 = lean_ctor_get(x_50, 1); -x_55 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_45, x_53); +x_55 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_45, x_53); if (x_55 == 0) { lean_dec(x_45); @@ -12240,7 +12463,7 @@ x_57 = lean_ctor_get(x_50, 1); lean_inc(x_57); lean_inc(x_56); lean_dec(x_50); -x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_45, x_56); +x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_45, x_56); if (x_58 == 0) { lean_object* x_59; @@ -12333,7 +12556,7 @@ lean_inc(x_77); x_78 = lean_ctor_get(x_65, 1); lean_inc(x_78); lean_dec(x_65); -x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_64, x_77); +x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_64, x_77); if (x_79 == 0) { lean_dec(x_64); @@ -12522,7 +12745,7 @@ if (x_48 == 0) lean_object* x_49; lean_object* x_50; uint8_t x_51; x_49 = lean_ctor_get(x_45, 0); x_50 = lean_ctor_get(x_45, 1); -x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_49); +x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_49); if (x_51 == 0) { lean_dec(x_1); @@ -12558,7 +12781,7 @@ if (x_55 == 0) lean_object* x_56; lean_object* x_57; uint8_t x_58; x_56 = lean_ctor_get(x_52, 0); x_57 = lean_ctor_get(x_52, 1); -x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_56); +x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_56); if (x_58 == 0) { lean_dec(x_1); @@ -12615,7 +12838,7 @@ x_67 = lean_ctor_get(x_52, 1); lean_inc(x_67); lean_inc(x_66); lean_dec(x_52); -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_66); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_66); if (x_68 == 0) { lean_object* x_69; @@ -12680,7 +12903,7 @@ x_78 = lean_ctor_get(x_45, 1); lean_inc(x_78); lean_inc(x_77); lean_dec(x_45); -x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_77); +x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_77); if (x_79 == 0) { lean_object* x_80; @@ -12725,7 +12948,7 @@ if (lean_is_exclusive(x_81)) { lean_dec_ref(x_81); x_86 = lean_box(0); } -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_84); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_84); if (x_87 == 0) { lean_object* x_88; @@ -12831,7 +13054,7 @@ return x_43; block_22: { uint8_t x_6; -x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_4); +x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_4); if (x_6 == 0) { lean_object* x_7; @@ -12852,7 +13075,7 @@ x_9 = l_String_Iterator_hasNext(x_2); if (x_9 == 0) { uint8_t x_10; -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; @@ -12883,7 +13106,7 @@ if (x_16 == 0) { uint8_t x_17; lean_dec(x_14); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_17 == 0) { lean_object* x_18; lean_object* x_19; @@ -12918,7 +13141,7 @@ return x_21; block_35: { uint8_t x_25; -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_23); if (x_25 == 0) { lean_object* x_26; @@ -13031,7 +13254,7 @@ if (x_84 == 0) lean_object* x_85; lean_object* x_86; uint8_t x_87; x_85 = lean_ctor_get(x_82, 0); x_86 = lean_ctor_get(x_82, 1); -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_85); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_85); if (x_87 == 0) { lean_dec(x_2); @@ -13056,7 +13279,7 @@ x_89 = lean_ctor_get(x_82, 1); lean_inc(x_89); lean_inc(x_88); lean_dec(x_82); -x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_88); +x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_88); if (x_90 == 0) { lean_object* x_91; @@ -13116,7 +13339,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -13141,7 +13364,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -13173,7 +13396,7 @@ x_23 = l_String_Iterator_hasNext(x_21); if (x_23 == 0) { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_24 == 0) { lean_object* x_25; lean_object* x_26; @@ -13206,7 +13429,7 @@ if (x_30 == 0) { uint8_t x_31; lean_dec(x_28); -x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_31 == 0) { lean_object* x_32; lean_object* x_33; @@ -13263,7 +13486,7 @@ if (x_40 == 0) lean_object* x_41; lean_object* x_42; uint8_t x_43; x_41 = lean_ctor_get(x_37, 0); x_42 = lean_ctor_get(x_37, 1); -x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_41); +x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_41); if (x_43 == 0) { lean_dec(x_2); @@ -13288,7 +13511,7 @@ x_45 = lean_ctor_get(x_37, 1); lean_inc(x_45); lean_inc(x_44); lean_dec(x_37); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_44); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_44); if (x_46 == 0) { lean_object* x_47; @@ -13321,12 +13544,12 @@ if (x_49 == 0) lean_object* x_50; lean_object* x_51; uint8_t x_52; x_50 = lean_ctor_get(x_35, 0); x_51 = lean_ctor_get(x_35, 1); -x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_50); +x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_50); if (x_52 == 0) { uint8_t x_53; lean_dec(x_28); -x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_50); +x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_50); if (x_53 == 0) { lean_dec(x_2); @@ -13371,7 +13594,7 @@ if (x_57 == 0) lean_object* x_58; lean_object* x_59; uint8_t x_60; x_58 = lean_ctor_get(x_54, 0); x_59 = lean_ctor_get(x_54, 1); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_58); if (x_60 == 0) { lean_dec(x_2); @@ -13396,7 +13619,7 @@ x_62 = lean_ctor_get(x_54, 1); lean_inc(x_62); lean_inc(x_61); lean_dec(x_54); -x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_61); +x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_61); if (x_63 == 0) { lean_object* x_64; @@ -13429,12 +13652,12 @@ x_67 = lean_ctor_get(x_35, 1); lean_inc(x_67); lean_inc(x_66); lean_dec(x_35); -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_66); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_66); if (x_68 == 0) { uint8_t x_69; lean_dec(x_28); -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_66); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_66); if (x_69 == 0) { lean_object* x_70; @@ -13489,7 +13712,7 @@ if (lean_is_exclusive(x_72)) { lean_dec_ref(x_72); x_77 = lean_box(0); } -x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_75); +x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_75); if (x_78 == 0) { lean_object* x_79; @@ -13585,7 +13808,7 @@ if (x_51 == 0) lean_object* x_52; lean_object* x_53; uint8_t x_54; x_52 = lean_ctor_get(x_49, 0); x_53 = lean_ctor_get(x_49, 1); -x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_44, x_52); +x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_44, x_52); if (x_54 == 0) { lean_dec(x_44); @@ -13608,7 +13831,7 @@ x_56 = lean_ctor_get(x_49, 1); lean_inc(x_56); lean_inc(x_55); lean_dec(x_49); -x_57 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_44, x_55); +x_57 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_44, x_55); if (x_57 == 0) { lean_object* x_58; @@ -13711,7 +13934,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_21, 0); x_25 = lean_ctor_get(x_21, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_20, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_20, x_24); if (x_26 == 0) { lean_dec(x_20); @@ -13734,7 +13957,7 @@ x_28 = lean_ctor_get(x_21, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_21); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_20, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_20, x_27); if (x_29 == 0) { lean_object* x_30; @@ -13826,7 +14049,7 @@ if (x_84 == 0) lean_object* x_85; lean_object* x_86; uint8_t x_87; x_85 = lean_ctor_get(x_82, 0); x_86 = lean_ctor_get(x_82, 1); -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_85); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_85); if (x_87 == 0) { lean_dec(x_2); @@ -13851,7 +14074,7 @@ x_89 = lean_ctor_get(x_82, 1); lean_inc(x_89); lean_inc(x_88); lean_dec(x_82); -x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_88); +x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_88); if (x_90 == 0) { lean_object* x_91; @@ -13911,7 +14134,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -13936,7 +14159,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -13968,7 +14191,7 @@ x_23 = l_String_Iterator_hasNext(x_21); if (x_23 == 0) { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_24 == 0) { lean_object* x_25; lean_object* x_26; @@ -14001,7 +14224,7 @@ if (x_30 == 0) { uint8_t x_31; lean_dec(x_28); -x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_31 == 0) { lean_object* x_32; lean_object* x_33; @@ -14058,7 +14281,7 @@ if (x_40 == 0) lean_object* x_41; lean_object* x_42; uint8_t x_43; x_41 = lean_ctor_get(x_37, 0); x_42 = lean_ctor_get(x_37, 1); -x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_41); +x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_41); if (x_43 == 0) { lean_dec(x_2); @@ -14083,7 +14306,7 @@ x_45 = lean_ctor_get(x_37, 1); lean_inc(x_45); lean_inc(x_44); lean_dec(x_37); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_44); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_44); if (x_46 == 0) { lean_object* x_47; @@ -14116,12 +14339,12 @@ if (x_49 == 0) lean_object* x_50; lean_object* x_51; uint8_t x_52; x_50 = lean_ctor_get(x_35, 0); x_51 = lean_ctor_get(x_35, 1); -x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_50); +x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_50); if (x_52 == 0) { uint8_t x_53; lean_dec(x_28); -x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_50); +x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_50); if (x_53 == 0) { lean_dec(x_2); @@ -14166,7 +14389,7 @@ if (x_57 == 0) lean_object* x_58; lean_object* x_59; uint8_t x_60; x_58 = lean_ctor_get(x_54, 0); x_59 = lean_ctor_get(x_54, 1); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_58); if (x_60 == 0) { lean_dec(x_2); @@ -14191,7 +14414,7 @@ x_62 = lean_ctor_get(x_54, 1); lean_inc(x_62); lean_inc(x_61); lean_dec(x_54); -x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_61); +x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_61); if (x_63 == 0) { lean_object* x_64; @@ -14224,12 +14447,12 @@ x_67 = lean_ctor_get(x_35, 1); lean_inc(x_67); lean_inc(x_66); lean_dec(x_35); -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_66); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_66); if (x_68 == 0) { uint8_t x_69; lean_dec(x_28); -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_66); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_66); if (x_69 == 0) { lean_object* x_70; @@ -14284,7 +14507,7 @@ if (lean_is_exclusive(x_72)) { lean_dec_ref(x_72); x_77 = lean_box(0); } -x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_75); +x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_75); if (x_78 == 0) { lean_object* x_79; @@ -14410,7 +14633,7 @@ if (x_92 == 0) lean_object* x_93; lean_object* x_94; uint8_t x_95; x_93 = lean_ctor_get(x_84, 0); x_94 = lean_ctor_get(x_84, 1); -x_95 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_79, x_93); +x_95 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_79, x_93); if (x_95 == 0) { lean_dec(x_79); @@ -14464,7 +14687,7 @@ x_103 = lean_ctor_get(x_84, 1); lean_inc(x_103); lean_inc(x_102); lean_dec(x_84); -x_104 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_79, x_102); +x_104 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_79, x_102); if (x_104 == 0) { lean_object* x_105; @@ -14585,7 +14808,7 @@ if (x_66 == 0) lean_object* x_67; lean_object* x_68; uint8_t x_69; x_67 = lean_ctor_get(x_64, 0); x_68 = lean_ctor_get(x_64, 1); -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_67); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_67); if (x_69 == 0) { lean_dec(x_15); @@ -14608,7 +14831,7 @@ x_71 = lean_ctor_get(x_64, 1); lean_inc(x_71); lean_inc(x_70); lean_dec(x_64); -x_72 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_70); +x_72 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_70); if (x_72 == 0) { lean_object* x_73; @@ -14669,7 +14892,7 @@ if (x_26 == 0) lean_object* x_27; lean_object* x_28; uint8_t x_29; x_27 = lean_ctor_get(x_24, 0); x_28 = lean_ctor_get(x_24, 1); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_23, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_23, x_27); if (x_29 == 0) { lean_dec(x_23); @@ -14692,7 +14915,7 @@ x_31 = lean_ctor_get(x_24, 1); lean_inc(x_31); lean_inc(x_30); lean_dec(x_24); -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_23, x_30); +x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_23, x_30); if (x_32 == 0) { lean_object* x_33; @@ -14814,7 +15037,7 @@ if (x_55 == 0) lean_object* x_56; lean_object* x_57; uint8_t x_58; x_56 = lean_ctor_get(x_53, 0); x_57 = lean_ctor_get(x_53, 1); -x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_48, x_56); +x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_48, x_56); if (x_58 == 0) { lean_dec(x_48); @@ -14837,7 +15060,7 @@ x_60 = lean_ctor_get(x_53, 1); lean_inc(x_60); lean_inc(x_59); lean_dec(x_53); -x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_48, x_59); +x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_48, x_59); if (x_61 == 0) { lean_object* x_62; @@ -14890,7 +15113,7 @@ if (x_48 == 0) lean_object* x_49; lean_object* x_50; uint8_t x_51; x_49 = lean_ctor_get(x_45, 0); x_50 = lean_ctor_get(x_45, 1); -x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_49); +x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_49); if (x_51 == 0) { lean_dec(x_1); @@ -14947,7 +15170,7 @@ x_60 = lean_ctor_get(x_45, 1); lean_inc(x_60); lean_inc(x_59); lean_dec(x_45); -x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_59); +x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_59); if (x_61 == 0) { lean_object* x_62; @@ -15046,7 +15269,7 @@ return x_43; block_22: { uint8_t x_6; -x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_4); +x_6 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_4); if (x_6 == 0) { lean_object* x_7; @@ -15067,7 +15290,7 @@ x_9 = l_String_Iterator_hasNext(x_2); if (x_9 == 0) { uint8_t x_10; -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; @@ -15098,7 +15321,7 @@ if (x_16 == 0) { uint8_t x_17; lean_dec(x_14); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_17 == 0) { lean_object* x_18; lean_object* x_19; @@ -15133,7 +15356,7 @@ return x_21; block_35: { uint8_t x_25; -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_23); if (x_25 == 0) { lean_object* x_26; @@ -15251,7 +15474,7 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = lean_ctor_get(x_3, 0); x_12 = lean_ctor_get(x_3, 1); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_11); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_11); if (x_13 == 0) { lean_dec(x_1); @@ -15302,7 +15525,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_15, 0); x_24 = lean_ctor_get(x_15, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_23); if (x_25 == 0) { lean_dec(x_1); @@ -15348,7 +15571,7 @@ if (x_31 == 0) lean_object* x_32; lean_object* x_33; uint8_t x_34; x_32 = lean_ctor_get(x_26, 0); x_33 = lean_ctor_get(x_26, 1); -x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_32); +x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_32); if (x_34 == 0) { lean_dec(x_1); @@ -15372,7 +15595,7 @@ x_37 = lean_ctor_get(x_26, 1); lean_inc(x_37); lean_inc(x_36); lean_dec(x_26); -x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_36); +x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_36); if (x_38 == 0) { lean_object* x_39; @@ -15402,7 +15625,7 @@ x_42 = lean_ctor_get(x_15, 1); lean_inc(x_42); lean_inc(x_41); lean_dec(x_15); -x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_41); +x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_41); if (x_43 == 0) { lean_object* x_44; @@ -15459,7 +15682,7 @@ if (lean_is_exclusive(x_45)) { lean_dec_ref(x_45); x_52 = lean_box(0); } -x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_50); +x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_50); if (x_53 == 0) { lean_object* x_54; @@ -15496,7 +15719,7 @@ x_57 = lean_ctor_get(x_3, 1); lean_inc(x_57); lean_inc(x_56); lean_dec(x_3); -x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_56); +x_58 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_56); if (x_58 == 0) { lean_object* x_59; @@ -15553,7 +15776,7 @@ if (lean_is_exclusive(x_61)) { lean_dec_ref(x_61); x_68 = lean_box(0); } -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_66); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_66); if (x_69 == 0) { lean_object* x_70; @@ -15615,7 +15838,7 @@ if (lean_is_exclusive(x_71)) { lean_dec_ref(x_71); x_78 = lean_box(0); } -x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_76); +x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_76); if (x_79 == 0) { lean_object* x_80; @@ -15738,7 +15961,7 @@ if (x_26 == 0) lean_object* x_27; lean_object* x_28; uint8_t x_29; x_27 = lean_ctor_get(x_24, 0); x_28 = lean_ctor_get(x_24, 1); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_23, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_23, x_27); if (x_29 == 0) { lean_dec(x_23); @@ -15761,7 +15984,7 @@ x_31 = lean_ctor_get(x_24, 1); lean_inc(x_31); lean_inc(x_30); lean_dec(x_24); -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_23, x_30); +x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_23, x_30); if (x_32 == 0) { lean_object* x_33; @@ -16080,7 +16303,7 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = lean_ctor_get(x_3, 0); x_12 = lean_ctor_get(x_3, 1); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_11); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_11); if (x_13 == 0) { lean_dec(x_1); @@ -16131,7 +16354,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_15, 0); x_24 = lean_ctor_get(x_15, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_23); if (x_25 == 0) { lean_dec(x_1); @@ -16182,7 +16405,7 @@ if (x_34 == 0) lean_object* x_35; lean_object* x_36; uint8_t x_37; x_35 = lean_ctor_get(x_27, 0); x_36 = lean_ctor_get(x_27, 1); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_35); if (x_37 == 0) { lean_dec(x_1); @@ -16233,7 +16456,7 @@ if (x_46 == 0) lean_object* x_47; lean_object* x_48; uint8_t x_49; x_47 = lean_ctor_get(x_39, 0); x_48 = lean_ctor_get(x_39, 1); -x_49 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_47); +x_49 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_47); if (x_49 == 0) { lean_dec(x_1); @@ -16284,7 +16507,7 @@ if (x_58 == 0) lean_object* x_59; lean_object* x_60; uint8_t x_61; x_59 = lean_ctor_get(x_51, 0); x_60 = lean_ctor_get(x_51, 1); -x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_59); +x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_59); if (x_61 == 0) { lean_dec(x_1); @@ -16335,7 +16558,7 @@ if (x_70 == 0) lean_object* x_71; lean_object* x_72; uint8_t x_73; x_71 = lean_ctor_get(x_63, 0); x_72 = lean_ctor_get(x_63, 1); -x_73 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_71); +x_73 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_71); if (x_73 == 0) { lean_dec(x_1); @@ -16407,7 +16630,7 @@ x_87 = lean_ctor_get(x_63, 1); lean_inc(x_87); lean_inc(x_86); lean_dec(x_63); -x_88 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_86); +x_88 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_86); if (x_88 == 0) { lean_object* x_89; @@ -16484,7 +16707,7 @@ x_101 = lean_ctor_get(x_51, 1); lean_inc(x_101); lean_inc(x_100); lean_dec(x_51); -x_102 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_100); +x_102 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_100); if (x_102 == 0) { lean_object* x_103; @@ -16541,7 +16764,7 @@ if (lean_is_exclusive(x_105)) { lean_dec_ref(x_105); x_112 = lean_box(0); } -x_113 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_110); +x_113 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_110); if (x_113 == 0) { lean_object* x_114; @@ -16625,7 +16848,7 @@ x_126 = lean_ctor_get(x_39, 1); lean_inc(x_126); lean_inc(x_125); lean_dec(x_39); -x_127 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_125); +x_127 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_125); if (x_127 == 0) { lean_object* x_128; @@ -16682,7 +16905,7 @@ if (lean_is_exclusive(x_130)) { lean_dec_ref(x_130); x_137 = lean_box(0); } -x_138 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_135); +x_138 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_135); if (x_138 == 0) { lean_object* x_139; @@ -16744,7 +16967,7 @@ if (lean_is_exclusive(x_141)) { lean_dec_ref(x_141); x_148 = lean_box(0); } -x_149 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_146); +x_149 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_146); if (x_149 == 0) { lean_object* x_150; @@ -16830,7 +17053,7 @@ x_162 = lean_ctor_get(x_27, 1); lean_inc(x_162); lean_inc(x_161); lean_dec(x_27); -x_163 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_161); +x_163 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_161); if (x_163 == 0) { lean_object* x_164; @@ -16887,7 +17110,7 @@ if (lean_is_exclusive(x_166)) { lean_dec_ref(x_166); x_173 = lean_box(0); } -x_174 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_171); +x_174 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_171); if (x_174 == 0) { lean_object* x_175; @@ -16949,7 +17172,7 @@ if (lean_is_exclusive(x_177)) { lean_dec_ref(x_177); x_184 = lean_box(0); } -x_185 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_182); +x_185 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_182); if (x_185 == 0) { lean_object* x_186; @@ -17011,7 +17234,7 @@ if (lean_is_exclusive(x_188)) { lean_dec_ref(x_188); x_195 = lean_box(0); } -x_196 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_193); +x_196 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_193); if (x_196 == 0) { lean_object* x_197; @@ -17099,7 +17322,7 @@ x_209 = lean_ctor_get(x_15, 1); lean_inc(x_209); lean_inc(x_208); lean_dec(x_15); -x_210 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_208); +x_210 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_208); if (x_210 == 0) { lean_object* x_211; @@ -17156,7 +17379,7 @@ if (lean_is_exclusive(x_213)) { lean_dec_ref(x_213); x_220 = lean_box(0); } -x_221 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_218); +x_221 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_218); if (x_221 == 0) { lean_object* x_222; @@ -17218,7 +17441,7 @@ if (lean_is_exclusive(x_224)) { lean_dec_ref(x_224); x_231 = lean_box(0); } -x_232 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_229); +x_232 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_229); if (x_232 == 0) { lean_object* x_233; @@ -17280,7 +17503,7 @@ if (lean_is_exclusive(x_235)) { lean_dec_ref(x_235); x_242 = lean_box(0); } -x_243 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_240); +x_243 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_240); if (x_243 == 0) { lean_object* x_244; @@ -17342,7 +17565,7 @@ if (lean_is_exclusive(x_246)) { lean_dec_ref(x_246); x_253 = lean_box(0); } -x_254 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_251); +x_254 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_251); if (x_254 == 0) { lean_object* x_255; @@ -17432,7 +17655,7 @@ x_267 = lean_ctor_get(x_3, 1); lean_inc(x_267); lean_inc(x_266); lean_dec(x_3); -x_268 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_266); +x_268 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_266); if (x_268 == 0) { lean_object* x_269; @@ -17489,7 +17712,7 @@ if (lean_is_exclusive(x_271)) { lean_dec_ref(x_271); x_278 = lean_box(0); } -x_279 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_276); +x_279 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_276); if (x_279 == 0) { lean_object* x_280; @@ -17551,7 +17774,7 @@ if (lean_is_exclusive(x_282)) { lean_dec_ref(x_282); x_289 = lean_box(0); } -x_290 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_287); +x_290 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_287); if (x_290 == 0) { lean_object* x_291; @@ -17613,7 +17836,7 @@ if (lean_is_exclusive(x_293)) { lean_dec_ref(x_293); x_300 = lean_box(0); } -x_301 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_298); +x_301 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_298); if (x_301 == 0) { lean_object* x_302; @@ -17675,7 +17898,7 @@ if (lean_is_exclusive(x_304)) { lean_dec_ref(x_304); x_311 = lean_box(0); } -x_312 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_309); +x_312 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_309); if (x_312 == 0) { lean_object* x_313; @@ -17737,7 +17960,7 @@ if (lean_is_exclusive(x_315)) { lean_dec_ref(x_315); x_322 = lean_box(0); } -x_323 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_320); +x_323 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_320); if (x_323 == 0) { lean_object* x_324; @@ -17904,7 +18127,7 @@ if (x_56 == 0) lean_object* x_57; lean_object* x_58; uint8_t x_59; x_57 = lean_ctor_get(x_54, 0); x_58 = lean_ctor_get(x_54, 1); -x_59 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_50, x_57); +x_59 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_50, x_57); if (x_59 == 0) { lean_dec(x_50); @@ -17927,7 +18150,7 @@ x_61 = lean_ctor_get(x_54, 1); lean_inc(x_61); lean_inc(x_60); lean_dec(x_54); -x_62 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_50, x_60); +x_62 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_50, x_60); if (x_62 == 0) { lean_object* x_63; @@ -18014,7 +18237,7 @@ if (lean_is_exclusive(x_74)) { lean_dec_ref(x_74); x_78 = lean_box(0); } -x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_69, x_76); +x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_69, x_76); if (x_79 == 0) { lean_object* x_80; @@ -18168,7 +18391,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_21, 0); x_25 = lean_ctor_get(x_21, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_20, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_20, x_24); if (x_26 == 0) { lean_dec(x_20); @@ -18191,7 +18414,7 @@ x_28 = lean_ctor_get(x_21, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_21); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_20, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_20, x_27); if (x_29 == 0) { lean_object* x_30; @@ -18327,7 +18550,7 @@ if (x_84 == 0) lean_object* x_85; lean_object* x_86; uint8_t x_87; x_85 = lean_ctor_get(x_82, 0); x_86 = lean_ctor_get(x_82, 1); -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_85); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_85); if (x_87 == 0) { lean_dec(x_2); @@ -18352,7 +18575,7 @@ x_89 = lean_ctor_get(x_82, 1); lean_inc(x_89); lean_inc(x_88); lean_dec(x_82); -x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_88); +x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_88); if (x_90 == 0) { lean_object* x_91; @@ -18412,7 +18635,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -18437,7 +18660,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -18469,7 +18692,7 @@ x_23 = l_String_Iterator_hasNext(x_21); if (x_23 == 0) { uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_24 == 0) { lean_object* x_25; lean_object* x_26; @@ -18502,7 +18725,7 @@ if (x_30 == 0) { uint8_t x_31; lean_dec(x_28); -x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_31 == 0) { lean_object* x_32; lean_object* x_33; @@ -18559,7 +18782,7 @@ if (x_40 == 0) lean_object* x_41; lean_object* x_42; uint8_t x_43; x_41 = lean_ctor_get(x_37, 0); x_42 = lean_ctor_get(x_37, 1); -x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_41); +x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_41); if (x_43 == 0) { lean_dec(x_2); @@ -18584,7 +18807,7 @@ x_45 = lean_ctor_get(x_37, 1); lean_inc(x_45); lean_inc(x_44); lean_dec(x_37); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_44); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_44); if (x_46 == 0) { lean_object* x_47; @@ -18617,12 +18840,12 @@ if (x_49 == 0) lean_object* x_50; lean_object* x_51; uint8_t x_52; x_50 = lean_ctor_get(x_35, 0); x_51 = lean_ctor_get(x_35, 1); -x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_50); +x_52 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_50); if (x_52 == 0) { uint8_t x_53; lean_dec(x_28); -x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_50); +x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_50); if (x_53 == 0) { lean_dec(x_2); @@ -18667,7 +18890,7 @@ if (x_57 == 0) lean_object* x_58; lean_object* x_59; uint8_t x_60; x_58 = lean_ctor_get(x_54, 0); x_59 = lean_ctor_get(x_54, 1); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_58); if (x_60 == 0) { lean_dec(x_2); @@ -18692,7 +18915,7 @@ x_62 = lean_ctor_get(x_54, 1); lean_inc(x_62); lean_inc(x_61); lean_dec(x_54); -x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_61); +x_63 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_61); if (x_63 == 0) { lean_object* x_64; @@ -18725,12 +18948,12 @@ x_67 = lean_ctor_get(x_35, 1); lean_inc(x_67); lean_inc(x_66); lean_dec(x_35); -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_28, x_66); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_28, x_66); if (x_68 == 0) { uint8_t x_69; lean_dec(x_28); -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_66); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_66); if (x_69 == 0) { lean_object* x_70; @@ -18785,7 +19008,7 @@ if (lean_is_exclusive(x_72)) { lean_dec_ref(x_72); x_77 = lean_box(0); } -x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_75); +x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_75); if (x_78 == 0) { lean_object* x_79; @@ -18881,7 +19104,7 @@ if (x_51 == 0) lean_object* x_52; lean_object* x_53; uint8_t x_54; x_52 = lean_ctor_get(x_49, 0); x_53 = lean_ctor_get(x_49, 1); -x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_44, x_52); +x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_44, x_52); if (x_54 == 0) { lean_dec(x_44); @@ -18904,7 +19127,7 @@ x_56 = lean_ctor_get(x_49, 1); lean_inc(x_56); lean_inc(x_55); lean_dec(x_49); -x_57 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_44, x_55); +x_57 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_44, x_55); if (x_57 == 0) { lean_object* x_58; @@ -19007,7 +19230,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_21, 0); x_25 = lean_ctor_get(x_21, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_20, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_20, x_24); if (x_26 == 0) { lean_dec(x_20); @@ -19030,7 +19253,7 @@ x_28 = lean_ctor_get(x_21, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_21); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_20, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_20, x_27); if (x_29 == 0) { lean_object* x_30; @@ -19136,7 +19359,7 @@ if (x_7 == 0) lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_8); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_8); if (x_10 == 0) { lean_dec(x_1); @@ -19160,7 +19383,7 @@ x_13 = lean_ctor_get(x_2, 1); lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_12); if (x_14 == 0) { lean_object* x_15; @@ -19220,7 +19443,7 @@ if (x_7 == 0) lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_8); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_8); if (x_10 == 0) { lean_dec(x_1); @@ -19266,7 +19489,7 @@ if (x_16 == 0) lean_object* x_17; lean_object* x_18; uint8_t x_19; x_17 = lean_ctor_get(x_11, 0); x_18 = lean_ctor_get(x_11, 1); -x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_17); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_17); if (x_19 == 0) { lean_dec(x_1); @@ -19290,7 +19513,7 @@ x_22 = lean_ctor_get(x_11, 1); lean_inc(x_22); lean_inc(x_21); lean_dec(x_11); -x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_21); +x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_21); if (x_23 == 0) { lean_object* x_24; @@ -19320,7 +19543,7 @@ x_27 = lean_ctor_get(x_2, 1); lean_inc(x_27); lean_inc(x_26); lean_dec(x_2); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_26); if (x_28 == 0) { lean_object* x_29; @@ -19377,7 +19600,7 @@ if (lean_is_exclusive(x_30)) { lean_dec_ref(x_30); x_37 = lean_box(0); } -x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_35); +x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_35); if (x_38 == 0) { lean_object* x_39; @@ -20047,7 +20270,7 @@ x_60 = l_String_Iterator_hasNext(x_2); if (x_60 == 0) { uint8_t x_61; -x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_61 == 0) { lean_object* x_62; lean_object* x_63; @@ -20236,7 +20459,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -20261,7 +20484,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -20288,7 +20511,7 @@ return x_19; block_26: { uint8_t x_23; -x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_23 == 0) { lean_object* x_24; @@ -20412,7 +20635,7 @@ x_3 = l_String_Iterator_hasNext(x_2); if (x_3 == 0) { uint8_t x_4; -x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; @@ -20444,7 +20667,7 @@ if (x_11 == 0) { uint8_t x_12; lean_dec(x_8); -x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; @@ -20473,7 +20696,7 @@ if (x_17 == 0) { uint8_t x_18; lean_dec(x_8); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_18 == 0) { lean_object* x_19; lean_object* x_20; @@ -20536,7 +20759,7 @@ if (x_31 == 0) lean_object* x_32; lean_object* x_33; uint8_t x_34; x_32 = lean_ctor_get(x_26, 0); x_33 = lean_ctor_get(x_26, 1); -x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_32); +x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_32); if (x_34 == 0) { lean_dec(x_2); @@ -20561,7 +20784,7 @@ x_36 = lean_ctor_get(x_26, 1); lean_inc(x_36); lean_inc(x_35); lean_dec(x_26); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_35); if (x_37 == 0) { lean_object* x_38; @@ -20697,7 +20920,7 @@ if (x_138 == 0) lean_object* x_139; lean_object* x_140; uint8_t x_141; x_139 = lean_ctor_get(x_133, 0); x_140 = lean_ctor_get(x_133, 1); -x_141 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_102, x_139); +x_141 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_102, x_139); if (x_141 == 0) { lean_dec(x_120); @@ -20737,7 +20960,7 @@ x_146 = lean_ctor_get(x_133, 1); lean_inc(x_146); lean_inc(x_145); lean_dec(x_133); -x_147 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_102, x_145); +x_147 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_102, x_145); if (x_147 == 0) { lean_object* x_148; @@ -20780,7 +21003,7 @@ goto block_99; block_117: { uint8_t x_106; -x_106 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_102, x_104); +x_106 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_102, x_104); if (x_106 == 0) { lean_object* x_107; @@ -21244,7 +21467,7 @@ if (x_7 == 0) lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_8); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_8); if (x_10 == 0) { lean_dec(x_1); @@ -21318,7 +21541,7 @@ x_24 = lean_ctor_get(x_2, 1); lean_inc(x_24); lean_inc(x_23); lean_dec(x_2); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_23); if (x_25 == 0) { lean_object* x_26; @@ -21425,667 +21648,1039 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(uint32_t x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(uint32_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; lean_object* x_5; lean_object* x_22; lean_object* x_23; uint8_t x_28; -x_28 = l_String_Iterator_hasNext(x_3); -if (x_28 == 0) -{ -uint8_t x_29; -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_29 == 0) -{ -lean_object* x_30; -x_30 = l_Lean_Parsec_unexpectedEndOfInput; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_30; -goto block_27; -} -else -{ -lean_object* x_31; -lean_inc(x_3); -x_31 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; -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_4 = x_32; -x_5 = x_33; -goto block_21; -} -else -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_31, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_31, 1); -lean_inc(x_35); -lean_dec(x_31); -x_22 = x_34; -x_23 = x_35; -goto block_27; -} -} -} -else -{ -lean_object* x_36; uint32_t x_37; uint32_t x_38; uint8_t x_39; uint8_t x_40; -lean_inc(x_3); -x_36 = l_String_Iterator_next(x_3); -x_37 = l_String_Iterator_curr(x_3); -x_38 = 60; -x_39 = lean_uint32_dec_eq(x_37, x_38); -x_40 = l_instDecidableNot___rarg(x_39); +lean_object* x_5; lean_object* x_6; lean_object* x_23; lean_object* x_24; uint8_t x_40; +x_40 = l_String_Iterator_hasNext(x_4); if (x_40 == 0) { -uint8_t x_41; -lean_dec(x_36); -x_41 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_41 == 0) -{ -lean_object* x_42; -x_42 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_42; -goto block_27; +lean_object* x_41; +x_41 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_41; +goto block_39; } else { -lean_object* x_43; -lean_inc(x_3); -x_43 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_43) == 0) -{ -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_4 = x_44; -x_5 = x_45; -goto block_21; -} -else +lean_object* x_42; uint32_t x_43; uint32_t x_44; uint8_t x_45; uint8_t x_46; +lean_inc(x_4); +x_42 = l_String_Iterator_next(x_4); +x_43 = l_String_Iterator_curr(x_4); +x_44 = 60; +x_45 = lean_uint32_dec_eq(x_43, x_44); +x_46 = l_instDecidableNot___rarg(x_45); +if (x_46 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_43, 0); -lean_inc(x_46); -x_47 = lean_ctor_get(x_43, 1); -lean_inc(x_47); -lean_dec(x_43); -x_22 = x_46; -x_23 = x_47; -goto block_27; -} -} +lean_object* x_47; +lean_dec(x_42); +x_47 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_47; +goto block_39; } else { uint32_t x_48; uint8_t x_49; uint8_t x_50; x_48 = 38; -x_49 = lean_uint32_dec_eq(x_37, x_48); +x_49 = lean_uint32_dec_eq(x_43, x_48); x_50 = l_instDecidableNot___rarg(x_49); if (x_50 == 0) { -uint8_t x_51; -lean_dec(x_36); -x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_51 == 0) -{ -lean_object* x_52; -x_52 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_52; -goto block_27; +lean_object* x_51; +lean_dec(x_42); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_51; +goto block_39; } else { -lean_object* x_53; -lean_inc(x_3); -x_53 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_53) == 0) +uint8_t x_52; uint8_t x_53; +x_52 = lean_uint32_dec_eq(x_43, x_1); +x_53 = l_instDecidableNot___rarg(x_52); +if (x_53 == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_4 = x_54; -x_5 = x_55; -goto block_21; +lean_object* x_54; +lean_dec(x_42); +x_54 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_54; +goto block_39; } else { -lean_object* x_56; lean_object* x_57; -x_56 = lean_ctor_get(x_53, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_53, 1); -lean_inc(x_57); -lean_dec(x_53); -x_22 = x_56; -x_23 = x_57; -goto block_27; +lean_object* x_55; lean_object* x_56; +x_55 = lean_box_uint32(x_43); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_5 = x_42; +x_6 = x_56; +goto block_22; } } } -else -{ -uint8_t x_58; uint8_t x_59; -x_58 = lean_uint32_dec_eq(x_37, x_1); -x_59 = l_instDecidableNot___rarg(x_58); -if (x_59 == 0) -{ -uint8_t x_60; -lean_dec(x_36); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_61; -goto block_27; } -else +block_22: { -lean_object* x_62; +lean_object* x_7; lean_object* x_8; lean_inc(x_3); -x_62 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_62) == 0) -{ -lean_object* x_63; lean_object* x_64; -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_4 = x_63; -x_5 = x_64; -goto block_21; -} -else -{ -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_62, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_62, 1); -lean_inc(x_66); -lean_dec(x_62); -x_22 = x_65; -x_23 = x_66; -goto block_27; -} -} -} -else -{ -lean_object* x_67; lean_object* x_68; -x_67 = lean_box_uint32(x_37); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_67); -x_4 = x_36; -x_5 = x_68; -goto block_21; -} -} -} -} -block_21: -{ -lean_object* x_6; lean_object* x_7; -lean_inc(x_2); -x_6 = lean_array_push(x_2, x_5); -x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(x_1, x_6, x_4); -if (lean_obj_tag(x_7) == 0) +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) { -uint8_t x_8; +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) { -return x_7; +return x_8; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ctor_get(x_7, 1); +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -lean_dec(x_7); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_9); -lean_ctor_set(x_11, 1, x_10); -return x_11; +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; } } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_7); -if (x_12 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_7, 0); -x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); -if (x_15 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) { +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_7; +return x_8; } else { +lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_ctor_set_tag(x_7, 0); -lean_ctor_set(x_7, 1, x_2); -lean_ctor_set(x_7, 0, x_3); -return x_7; +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; } } else { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_7, 0); -x_17 = lean_ctor_get(x_7, 1); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); -if (x_18 == 0) +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) { -lean_object* x_19; +lean_object* x_20; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_19 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_19, 0, x_16); -lean_ctor_set(x_19, 1, x_17); -return x_19; +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; } else { -lean_object* x_20; +lean_object* x_21; +lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_3); -lean_ctor_set(x_20, 1, x_2); -return x_20; +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; } } } } -block_27: +block_39: { -uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); -if (x_24 == 0) +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) { -lean_object* x_25; +lean_object* x_26; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_22); -lean_ctor_set(x_25, 1, x_23); -return x_25; +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); +return x_26; } else { -lean_object* x_26; +lean_object* x_27; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_3); -lean_ctor_set(x_26, 1, x_2); -return x_26; -} -} -} +lean_inc(x_4); +x_27 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_5 = x_28; +x_6 = x_29; +goto block_22; } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3(uint32_t x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; lean_object* x_5; lean_object* x_22; lean_object* x_23; uint8_t x_28; -x_28 = l_String_Iterator_hasNext(x_3); -if (x_28 == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_27); +if (x_30 == 0) { -uint8_t x_29; -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_29 == 0) +lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = lean_ctor_get(x_27, 0); +x_32 = lean_ctor_get(x_27, 1); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_31); +if (x_33 == 0) { -lean_object* x_30; -x_30 = l_Lean_Parsec_unexpectedEndOfInput; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_30; -goto block_27; +lean_dec(x_4); +lean_dec(x_3); +return x_27; } else { -lean_object* x_31; -lean_inc(x_3); -x_31 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; -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_32); lean_dec(x_31); -x_4 = x_32; -x_5 = x_33; -goto block_21; +lean_ctor_set_tag(x_27, 0); +lean_ctor_set(x_27, 1, x_3); +lean_ctor_set(x_27, 0, x_4); +return x_27; +} } else { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_31, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_31, 1); +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_27, 0); +x_35 = lean_ctor_get(x_27, 1); lean_inc(x_35); -lean_dec(x_31); -x_22 = x_34; -x_23 = x_35; -goto block_27; +lean_inc(x_34); +lean_dec(x_27); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_34); +if (x_36 == 0) +{ +lean_object* x_37; +lean_dec(x_4); +lean_dec(x_3); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_35); +return x_37; } +else +{ +lean_object* x_38; +lean_dec(x_35); +lean_dec(x_34); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_4); +lean_ctor_set(x_38, 1, x_3); +return x_38; } } -else +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3(uint32_t x_1, uint32_t x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_36; uint32_t x_37; uint32_t x_38; uint8_t x_39; uint8_t x_40; -lean_inc(x_3); -x_36 = l_String_Iterator_next(x_3); -x_37 = l_String_Iterator_curr(x_3); -x_38 = 60; -x_39 = lean_uint32_dec_eq(x_37, x_38); -x_40 = l_instDecidableNot___rarg(x_39); +lean_object* x_5; lean_object* x_6; lean_object* x_23; lean_object* x_24; uint8_t x_40; +x_40 = l_String_Iterator_hasNext(x_4); if (x_40 == 0) { -uint8_t x_41; -lean_dec(x_36); -x_41 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_41 == 0) -{ -lean_object* x_42; -x_42 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_42; -goto block_27; +lean_object* x_41; +x_41 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_41; +goto block_39; } else { -lean_object* x_43; -lean_inc(x_3); -x_43 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_43) == 0) -{ -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_4 = x_44; -x_5 = x_45; -goto block_21; -} -else +lean_object* x_42; uint32_t x_43; uint32_t x_44; uint8_t x_45; uint8_t x_46; +lean_inc(x_4); +x_42 = l_String_Iterator_next(x_4); +x_43 = l_String_Iterator_curr(x_4); +x_44 = 60; +x_45 = lean_uint32_dec_eq(x_43, x_44); +x_46 = l_instDecidableNot___rarg(x_45); +if (x_46 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_43, 0); -lean_inc(x_46); -x_47 = lean_ctor_get(x_43, 1); -lean_inc(x_47); -lean_dec(x_43); -x_22 = x_46; -x_23 = x_47; -goto block_27; -} -} +lean_object* x_47; +lean_dec(x_42); +x_47 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_47; +goto block_39; } else { uint32_t x_48; uint8_t x_49; uint8_t x_50; x_48 = 38; -x_49 = lean_uint32_dec_eq(x_37, x_48); +x_49 = lean_uint32_dec_eq(x_43, x_48); x_50 = l_instDecidableNot___rarg(x_49); if (x_50 == 0) { -uint8_t x_51; -lean_dec(x_36); -x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_51 == 0) -{ -lean_object* x_52; -x_52 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_52; -goto block_27; +lean_object* x_51; +lean_dec(x_42); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_51; +goto block_39; } else { -lean_object* x_53; -lean_inc(x_3); -x_53 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_53) == 0) +uint8_t x_52; uint8_t x_53; +x_52 = lean_uint32_dec_eq(x_43, x_2); +x_53 = l_instDecidableNot___rarg(x_52); +if (x_53 == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_4 = x_54; -x_5 = x_55; -goto block_21; +lean_object* x_54; +lean_dec(x_42); +x_54 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_54; +goto block_39; } else { -lean_object* x_56; lean_object* x_57; -x_56 = lean_ctor_get(x_53, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_53, 1); -lean_inc(x_57); -lean_dec(x_53); -x_22 = x_56; -x_23 = x_57; -goto block_27; +lean_object* x_55; lean_object* x_56; +x_55 = lean_box_uint32(x_43); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_5 = x_42; +x_6 = x_56; +goto block_22; } } } -else -{ -uint8_t x_58; uint8_t x_59; -x_58 = lean_uint32_dec_eq(x_37, x_1); -x_59 = l_instDecidableNot___rarg(x_58); -if (x_59 == 0) -{ -uint8_t x_60; -lean_dec(x_36); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_3); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_61; -goto block_27; } -else +block_22: { -lean_object* x_62; +lean_object* x_7; lean_object* x_8; lean_inc(x_3); -x_62 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_62) == 0) +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) { -lean_object* x_63; lean_object* x_64; -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_4 = x_63; -x_5 = x_64; -goto block_21; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +return x_8; } else { -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_62, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_62, 1); -lean_inc(x_66); -lean_dec(x_62); -x_22 = x_65; -x_23 = x_66; -goto block_27; -} +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; } } else { -lean_object* x_67; lean_object* x_68; -x_67 = lean_box_uint32(x_37); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_67); -x_4 = x_36; -x_5 = x_68; -goto block_21; -} -} -} -} -block_21: +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) { -lean_object* x_6; lean_object* x_7; -lean_inc(x_2); -x_6 = lean_array_push(x_2, x_5); -x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3(x_1, x_6, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) { -uint8_t x_8; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +return x_8; +} +else { -return x_7; +lean_dec(x_15); +lean_dec(x_14); +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; +} } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ctor_get(x_7, 1); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) +{ +lean_object* x_20; +lean_dec(x_4); +lean_dec(x_3); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_18); +lean_dec(x_17); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; +} +} +} +} +block_39: +{ +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) +{ +lean_object* x_26; +lean_dec(x_4); +lean_dec(x_3); +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); +return x_26; +} +else +{ +lean_object* x_27; +lean_dec(x_24); +lean_dec(x_23); +lean_inc(x_4); +x_27 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_5 = x_28; +x_6 = x_29; +goto block_22; +} +else +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_27); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = lean_ctor_get(x_27, 0); +x_32 = lean_ctor_get(x_27, 1); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_31); +if (x_33 == 0) +{ +lean_dec(x_4); +lean_dec(x_3); +return x_27; +} +else +{ +lean_dec(x_32); +lean_dec(x_31); +lean_ctor_set_tag(x_27, 0); +lean_ctor_set(x_27, 1, x_3); +lean_ctor_set(x_27, 0, x_4); +return x_27; +} +} +else +{ +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_27, 0); +x_35 = lean_ctor_get(x_27, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_27); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_34); +if (x_36 == 0) +{ +lean_object* x_37; +lean_dec(x_4); +lean_dec(x_3); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_35); +return x_37; +} +else +{ +lean_object* x_38; +lean_dec(x_35); +lean_dec(x_34); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_4); +lean_ctor_set(x_38, 1, x_3); +return x_38; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4(uint32_t 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_23; lean_object* x_24; uint8_t x_40; +x_40 = l_String_Iterator_hasNext(x_4); +if (x_40 == 0) +{ +lean_object* x_41; +x_41 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_41; +goto block_39; +} +else +{ +lean_object* x_42; uint32_t x_43; uint32_t x_44; uint8_t x_45; uint8_t x_46; +lean_inc(x_4); +x_42 = l_String_Iterator_next(x_4); +x_43 = l_String_Iterator_curr(x_4); +x_44 = 60; +x_45 = lean_uint32_dec_eq(x_43, x_44); +x_46 = l_instDecidableNot___rarg(x_45); +if (x_46 == 0) +{ +lean_object* x_47; +lean_dec(x_42); +x_47 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_47; +goto block_39; +} +else +{ +uint32_t x_48; uint8_t x_49; uint8_t x_50; +x_48 = 38; +x_49 = lean_uint32_dec_eq(x_43, x_48); +x_50 = l_instDecidableNot___rarg(x_49); +if (x_50 == 0) +{ +lean_object* x_51; +lean_dec(x_42); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_51; +goto block_39; +} +else +{ +uint8_t x_52; uint8_t x_53; +x_52 = lean_uint32_dec_eq(x_43, x_1); +x_53 = l_instDecidableNot___rarg(x_52); +if (x_53 == 0) +{ +lean_object* x_54; +lean_dec(x_42); +x_54 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_54; +goto block_39; +} +else +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_box_uint32(x_43); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_5 = x_42; +x_6 = x_56; +goto block_22; +} +} +} +} +block_22: +{ +lean_object* x_7; lean_object* x_8; +lean_inc(x_3); +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +return x_8; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -lean_dec(x_7); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_9); -lean_ctor_set(x_11, 1, x_10); -return x_11; +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; } } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_7); -if (x_12 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_7, 0); -x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); -if (x_15 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) { +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_7; +return x_8; } else { +lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_ctor_set_tag(x_7, 0); -lean_ctor_set(x_7, 1, x_2); -lean_ctor_set(x_7, 0, x_3); -return x_7; +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; } } else { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_7, 0); -x_17 = lean_ctor_get(x_7, 1); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); -if (x_18 == 0) +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) { -lean_object* x_19; +lean_object* x_20; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_19 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_19, 0, x_16); -lean_ctor_set(x_19, 1, x_17); -return x_19; +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; } else { -lean_object* x_20; +lean_object* x_21; +lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_3); -lean_ctor_set(x_20, 1, x_2); -return x_20; +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; } } } } -block_27: +block_39: { -uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); -if (x_24 == 0) +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) { -lean_object* x_25; +lean_object* x_26; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_22); -lean_ctor_set(x_25, 1, x_23); -return x_25; +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); +return x_26; } else { -lean_object* x_26; +lean_object* x_27; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_3); -lean_ctor_set(x_26, 1, x_2); +lean_inc(x_4); +x_27 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_5 = x_28; +x_6 = x_29; +goto block_22; +} +else +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_27); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = lean_ctor_get(x_27, 0); +x_32 = lean_ctor_get(x_27, 1); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_31); +if (x_33 == 0) +{ +lean_dec(x_4); +lean_dec(x_3); +return x_27; +} +else +{ +lean_dec(x_32); +lean_dec(x_31); +lean_ctor_set_tag(x_27, 0); +lean_ctor_set(x_27, 1, x_3); +lean_ctor_set(x_27, 0, x_4); +return x_27; +} +} +else +{ +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_27, 0); +x_35 = lean_ctor_get(x_27, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_27); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_34); +if (x_36 == 0) +{ +lean_object* x_37; +lean_dec(x_4); +lean_dec(x_3); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_35); +return x_37; +} +else +{ +lean_object* x_38; +lean_dec(x_35); +lean_dec(x_34); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_4); +lean_ctor_set(x_38, 1, x_3); +return x_38; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5(uint32_t x_1, uint32_t x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; lean_object* x_23; lean_object* x_24; uint8_t x_40; +x_40 = l_String_Iterator_hasNext(x_4); +if (x_40 == 0) +{ +lean_object* x_41; +x_41 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_41; +goto block_39; +} +else +{ +lean_object* x_42; uint32_t x_43; uint32_t x_44; uint8_t x_45; uint8_t x_46; +lean_inc(x_4); +x_42 = l_String_Iterator_next(x_4); +x_43 = l_String_Iterator_curr(x_4); +x_44 = 60; +x_45 = lean_uint32_dec_eq(x_43, x_44); +x_46 = l_instDecidableNot___rarg(x_45); +if (x_46 == 0) +{ +lean_object* x_47; +lean_dec(x_42); +x_47 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_47; +goto block_39; +} +else +{ +uint32_t x_48; uint8_t x_49; uint8_t x_50; +x_48 = 38; +x_49 = lean_uint32_dec_eq(x_43, x_48); +x_50 = l_instDecidableNot___rarg(x_49); +if (x_50 == 0) +{ +lean_object* x_51; +lean_dec(x_42); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_51; +goto block_39; +} +else +{ +uint8_t x_52; uint8_t x_53; +x_52 = lean_uint32_dec_eq(x_43, x_2); +x_53 = l_instDecidableNot___rarg(x_52); +if (x_53 == 0) +{ +lean_object* x_54; +lean_dec(x_42); +x_54 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_23 = x_4; +x_24 = x_54; +goto block_39; +} +else +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_box_uint32(x_43); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_5 = x_42; +x_6 = x_56; +goto block_22; +} +} +} +} +block_22: +{ +lean_object* x_7; lean_object* x_8; +lean_inc(x_3); +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +return x_8; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) +{ +lean_dec(x_4); +lean_dec(x_3); +return x_8; +} +else +{ +lean_dec(x_15); +lean_dec(x_14); +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; +} +} +else +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) +{ +lean_object* x_20; +lean_dec(x_4); +lean_dec(x_3); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_18); +lean_dec(x_17); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; +} +} +} +} +block_39: +{ +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) +{ +lean_object* x_26; +lean_dec(x_4); +lean_dec(x_3); +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); return x_26; } +else +{ +lean_object* x_27; +lean_dec(x_24); +lean_dec(x_23); +lean_inc(x_4); +x_27 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_5 = x_28; +x_6 = x_29; +goto block_22; +} +else +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_27); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = lean_ctor_get(x_27, 0); +x_32 = lean_ctor_get(x_27, 1); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_31); +if (x_33 == 0) +{ +lean_dec(x_4); +lean_dec(x_3); +return x_27; +} +else +{ +lean_dec(x_32); +lean_dec(x_31); +lean_ctor_set_tag(x_27, 0); +lean_ctor_set(x_27, 1, x_3); +lean_ctor_set(x_27, 0, x_4); +return x_27; +} +} +else +{ +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_27, 0); +x_35 = lean_ctor_get(x_27, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_27); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_34); +if (x_36 == 0) +{ +lean_object* x_37; +lean_dec(x_4); +lean_dec(x_3); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_34); +lean_ctor_set(x_37, 1, x_35); +return x_37; +} +else +{ +lean_object* x_38; +lean_dec(x_35); +lean_dec(x_34); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_4); +lean_ctor_set(x_38, 1, x_3); +return x_38; +} +} +} +} } } } @@ -22125,7 +22720,7 @@ else { lean_object* x_64; lean_object* x_65; x_64 = l_Lean_Xml_Parser_Comment___closed__2; -x_65 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3(x_57, x_64, x_60); +x_65 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5(x_57, x_57, x_64, x_60); if (lean_obj_tag(x_65) == 0) { lean_object* x_66; lean_object* x_67; uint8_t x_68; @@ -22236,7 +22831,7 @@ return x_16; block_56: { uint8_t x_20; -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_18); +x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_18); if (x_20 == 0) { lean_object* x_21; @@ -22284,7 +22879,7 @@ else lean_object* x_31; lean_object* x_32; lean_dec(x_1); x_31 = l_Lean_Xml_Parser_Comment___closed__2; -x_32 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(x_22, x_31, x_26); +x_32 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3(x_22, x_22, x_31, x_26); if (lean_obj_tag(x_32) == 0) { uint8_t x_33; @@ -22419,24 +23014,50 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint32_t x_4; lean_object* x_5; -x_4 = lean_unbox_uint32(x_1); +uint32_t x_5; lean_object* x_6; +x_5 = lean_unbox_uint32(x_1); lean_dec(x_1); -x_5 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(x_4, x_2, x_3); -return x_5; +x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2(x_5, x_2, x_3, x_4); +lean_dec(x_2); +return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint32_t x_4; lean_object* x_5; -x_4 = lean_unbox_uint32(x_1); +uint32_t x_5; uint32_t x_6; lean_object* x_7; +x_5 = lean_unbox_uint32(x_1); lean_dec(x_1); -x_5 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__3(x_4, x_2, x_3); -return x_5; +x_6 = lean_unbox_uint32(x_2); +lean_dec(x_2); +x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__2___at_Lean_Xml_Parser_AttValue___spec__3(x_5, x_6, x_3, x_4); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint32_t x_5; lean_object* x_6; +x_5 = lean_unbox_uint32(x_1); +lean_dec(x_1); +x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4(x_5, x_2, x_3, x_4); +lean_dec(x_2); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint32_t x_5; uint32_t x_6; lean_object* x_7; +x_5 = lean_unbox_uint32(x_1); +lean_dec(x_1); +x_6 = lean_unbox_uint32(x_2); +lean_dec(x_2); +x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_AttValue___spec__4___at_Lean_Xml_Parser_AttValue___spec__5(x_5, x_6, x_3, x_4); +return x_7; } } static lean_object* _init_l_Lean_Xml_Parser_DefaultDecl___closed__1() { @@ -22506,7 +23127,7 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = lean_ctor_get(x_3, 0); x_12 = lean_ctor_get(x_3, 1); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_11); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_11); if (x_13 == 0) { lean_dec(x_1); @@ -22557,7 +23178,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_15, 0); x_24 = lean_ctor_get(x_15, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_23); if (x_25 == 0) { lean_dec(x_1); @@ -22645,7 +23266,7 @@ if (x_42 == 0) lean_object* x_43; lean_object* x_44; uint8_t x_45; x_43 = lean_ctor_get(x_29, 0); x_44 = lean_ctor_get(x_29, 1); -x_45 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_43); +x_45 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_43); if (x_45 == 0) { lean_dec(x_1); @@ -22716,7 +23337,7 @@ x_58 = lean_ctor_get(x_29, 1); lean_inc(x_58); lean_inc(x_57); lean_dec(x_29); -x_59 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_57); +x_59 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_57); if (x_59 == 0) { lean_object* x_60; @@ -22792,7 +23413,7 @@ if (x_70 == 0) lean_object* x_71; lean_object* x_72; uint8_t x_73; x_71 = lean_ctor_get(x_27, 0); x_72 = lean_ctor_get(x_27, 1); -x_73 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_71); +x_73 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_71); if (x_73 == 0) { lean_dec(x_1); @@ -22863,7 +23484,7 @@ x_86 = lean_ctor_get(x_27, 1); lean_inc(x_86); lean_inc(x_85); lean_dec(x_27); -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_85); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_85); if (x_87 == 0) { lean_object* x_88; @@ -22939,7 +23560,7 @@ x_99 = lean_ctor_get(x_15, 1); lean_inc(x_99); lean_inc(x_98); lean_dec(x_15); -x_100 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_98); +x_100 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_98); if (x_100 == 0) { lean_object* x_101; @@ -23035,7 +23656,7 @@ if (lean_is_exclusive(x_105)) { lean_dec_ref(x_105); x_118 = lean_box(0); } -x_119 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_116); +x_119 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_116); if (x_119 == 0) { lean_object* x_120; @@ -23121,7 +23742,7 @@ if (lean_is_exclusive(x_103)) { lean_dec_ref(x_103); x_132 = lean_box(0); } -x_133 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_130); +x_133 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_130); if (x_133 == 0) { lean_object* x_134; @@ -23204,7 +23825,7 @@ x_145 = lean_ctor_get(x_3, 1); lean_inc(x_145); lean_inc(x_144); lean_dec(x_3); -x_146 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_144); +x_146 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_144); if (x_146 == 0) { lean_object* x_147; @@ -23261,7 +23882,7 @@ if (lean_is_exclusive(x_149)) { lean_dec_ref(x_149); x_156 = lean_box(0); } -x_157 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_154); +x_157 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_154); if (x_157 == 0) { lean_object* x_158; @@ -23362,7 +23983,7 @@ if (lean_is_exclusive(x_162)) { lean_dec_ref(x_162); x_175 = lean_box(0); } -x_176 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_173); +x_176 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_173); if (x_176 == 0) { lean_object* x_177; @@ -23448,7 +24069,7 @@ if (lean_is_exclusive(x_160)) { lean_dec_ref(x_160); x_189 = lean_box(0); } -x_190 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_187); +x_190 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_187); if (x_190 == 0) { lean_object* x_191; @@ -23733,7 +24354,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = lean_ctor_get(x_7, 0); x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_13); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_13); if (x_15 == 0) { lean_dec(x_2); @@ -23758,7 +24379,7 @@ x_17 = lean_ctor_get(x_7, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_16); if (x_18 == 0) { lean_object* x_19; @@ -23791,7 +24412,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; uint8_t x_24; x_22 = lean_ctor_get(x_3, 0); x_23 = lean_ctor_get(x_3, 1); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_22); if (x_24 == 0) { lean_dec(x_2); @@ -23816,7 +24437,7 @@ x_26 = lean_ctor_get(x_3, 1); lean_inc(x_26); lean_inc(x_25); lean_dec(x_3); -x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_25); +x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_25); if (x_27 == 0) { lean_object* x_28; @@ -23904,7 +24525,7 @@ if (x_27 == 0) lean_object* x_28; lean_object* x_29; uint8_t x_30; x_28 = lean_ctor_get(x_25, 0); x_29 = lean_ctor_get(x_25, 1); -x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_24, x_28); +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_24, x_28); if (x_30 == 0) { lean_dec(x_24); @@ -23927,7 +24548,7 @@ x_32 = lean_ctor_get(x_25, 1); lean_inc(x_32); lean_inc(x_31); lean_dec(x_25); -x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_24, x_31); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_24, x_31); if (x_33 == 0) { lean_object* x_34; @@ -24270,382 +24891,809 @@ return x_38; } } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(uint32_t x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(uint32_t 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_23; lean_object* x_24; lean_object* x_29; lean_object* x_30; uint8_t x_44; +x_44 = l_String_Iterator_hasNext(x_4); +if (x_44 == 0) +{ +lean_object* x_45; +x_45 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_45; +goto block_43; +} +else +{ +lean_object* x_46; uint32_t x_47; uint32_t x_48; uint8_t x_49; uint8_t x_50; +lean_inc(x_4); +x_46 = l_String_Iterator_next(x_4); +x_47 = l_String_Iterator_curr(x_4); +x_48 = 37; +x_49 = lean_uint32_dec_eq(x_47, x_48); +x_50 = l_instDecidableNot___rarg(x_49); +if (x_50 == 0) +{ +lean_object* x_51; +lean_dec(x_46); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_51; +goto block_43; +} +else +{ +uint32_t x_52; uint8_t x_53; uint8_t x_54; +x_52 = 38; +x_53 = lean_uint32_dec_eq(x_47, x_52); +x_54 = l_instDecidableNot___rarg(x_53); +if (x_54 == 0) +{ +lean_object* x_55; +lean_dec(x_46); +x_55 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_55; +goto block_43; +} +else +{ +uint8_t x_56; uint8_t x_57; +x_56 = lean_uint32_dec_eq(x_47, x_1); +x_57 = l_instDecidableNot___rarg(x_56); +if (x_57 == 0) +{ +lean_object* x_58; +lean_dec(x_46); +x_58 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_58; +goto block_43; +} +else +{ +lean_object* x_59; lean_object* x_60; +x_59 = lean_box_uint32(x_47); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_5 = x_46; +x_6 = x_60; +goto block_22; +} +} +} +} +block_22: +{ +lean_object* x_7; lean_object* x_8; +lean_inc(x_3); +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +return x_8; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) +{ +lean_dec(x_4); +lean_dec(x_3); +return x_8; +} +else +{ +lean_dec(x_15); +lean_dec(x_14); +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; +} +} +else +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) +{ +lean_object* x_20; +lean_dec(x_4); +lean_dec(x_3); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_18); +lean_dec(x_17); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; +} +} +} +} +block_28: +{ +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) +{ +lean_object* x_26; +lean_dec(x_4); +lean_dec(x_3); +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); +return x_26; +} +else +{ +lean_object* x_27; +lean_dec(x_24); +lean_dec(x_23); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_3); +return x_27; +} +} +block_43: +{ +uint8_t x_31; +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_29); +if (x_31 == 0) +{ +x_23 = x_29; +x_24 = x_30; +goto block_28; +} +else +{ +lean_object* x_32; +lean_dec(x_30); +lean_dec(x_29); +lean_inc(x_4); +x_32 = l_Lean_Xml_Parser_PEReference(x_4); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +lean_dec(x_32); +x_34 = lean_box(0); +x_5 = x_33; +x_6 = x_34; +goto block_22; +} +else +{ +lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = lean_ctor_get(x_32, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_32, 1); +lean_inc(x_36); +lean_dec(x_32); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_35); +if (x_37 == 0) +{ +x_23 = x_35; +x_24 = x_36; +goto block_28; +} +else +{ +lean_object* x_38; +lean_dec(x_36); +lean_dec(x_35); +lean_inc(x_4); +x_38 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_38) == 0) +{ +lean_object* x_39; lean_object* x_40; +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_5 = x_39; +x_6 = x_40; +goto block_22; +} +else +{ +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_38, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_23 = x_41; +x_24 = x_42; +goto block_28; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2(uint32_t x_1, uint32_t x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; lean_object* x_5; lean_object* x_22; lean_object* x_23; uint8_t x_59; -x_59 = l_String_Iterator_hasNext(x_3); -if (x_59 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_23; lean_object* x_24; lean_object* x_29; lean_object* x_30; uint8_t x_44; +x_44 = l_String_Iterator_hasNext(x_4); +if (x_44 == 0) { -lean_object* x_60; -x_60 = l_Lean_Parsec_unexpectedEndOfInput; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_60; -goto block_58; +lean_object* x_45; +x_45 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_45; +goto block_43; } else { -lean_object* x_61; uint32_t x_62; uint32_t x_63; uint8_t x_64; uint8_t x_65; -lean_inc(x_3); -x_61 = l_String_Iterator_next(x_3); -x_62 = l_String_Iterator_curr(x_3); -x_63 = 37; -x_64 = lean_uint32_dec_eq(x_62, x_63); -x_65 = l_instDecidableNot___rarg(x_64); -if (x_65 == 0) +lean_object* x_46; uint32_t x_47; uint32_t x_48; uint8_t x_49; uint8_t x_50; +lean_inc(x_4); +x_46 = l_String_Iterator_next(x_4); +x_47 = l_String_Iterator_curr(x_4); +x_48 = 37; +x_49 = lean_uint32_dec_eq(x_47, x_48); +x_50 = l_instDecidableNot___rarg(x_49); +if (x_50 == 0) { -lean_object* x_66; -lean_dec(x_61); -x_66 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_66; -goto block_58; +lean_object* x_51; +lean_dec(x_46); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_51; +goto block_43; } else { -uint32_t x_67; uint8_t x_68; uint8_t x_69; -x_67 = 38; -x_68 = lean_uint32_dec_eq(x_62, x_67); -x_69 = l_instDecidableNot___rarg(x_68); -if (x_69 == 0) +uint32_t x_52; uint8_t x_53; uint8_t x_54; +x_52 = 38; +x_53 = lean_uint32_dec_eq(x_47, x_52); +x_54 = l_instDecidableNot___rarg(x_53); +if (x_54 == 0) { -lean_object* x_70; -lean_dec(x_61); -x_70 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_70; -goto block_58; +lean_object* x_55; +lean_dec(x_46); +x_55 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_55; +goto block_43; } else { -uint8_t x_71; uint8_t x_72; -x_71 = lean_uint32_dec_eq(x_62, x_1); -x_72 = l_instDecidableNot___rarg(x_71); -if (x_72 == 0) +uint8_t x_56; uint8_t x_57; +x_56 = lean_uint32_dec_eq(x_47, x_2); +x_57 = l_instDecidableNot___rarg(x_56); +if (x_57 == 0) { -lean_object* x_73; -lean_dec(x_61); -x_73 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_73; -goto block_58; +lean_object* x_58; +lean_dec(x_46); +x_58 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_58; +goto block_43; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_box_uint32(x_62); -x_75 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_75, 0, x_74); -x_4 = x_61; -x_5 = x_75; -goto block_21; +lean_object* x_59; lean_object* x_60; +x_59 = lean_box_uint32(x_47); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_5 = x_46; +x_6 = x_60; +goto block_22; } } } } -block_21: +block_22: { -lean_object* x_6; lean_object* x_7; -lean_inc(x_2); -x_6 = lean_array_push(x_2, x_5); -x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(x_1, x_6, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_7; lean_object* x_8; +lean_inc(x_3); +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) { -uint8_t x_8; +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) { -return x_7; +return x_8; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ctor_get(x_7, 1); +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -lean_dec(x_7); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_9); -lean_ctor_set(x_11, 1, x_10); -return x_11; +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; } } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_7); -if (x_12 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_7, 0); -x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); -if (x_15 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) { +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_7; +return x_8; } else { +lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_ctor_set_tag(x_7, 0); -lean_ctor_set(x_7, 1, x_2); -lean_ctor_set(x_7, 0, x_3); -return x_7; +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; } } else { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_7, 0); -x_17 = lean_ctor_get(x_7, 1); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); -if (x_18 == 0) +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) { -lean_object* x_19; +lean_object* x_20; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_19 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_19, 0, x_16); -lean_ctor_set(x_19, 1, x_17); -return x_19; +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; } else { -lean_object* x_20; +lean_object* x_21; +lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_3); -lean_ctor_set(x_20, 1, x_2); -return x_20; +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; } } } } -block_58: +block_28: { -uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); -if (x_24 == 0) +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) { -lean_object* x_25; +lean_object* x_26; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_22); -lean_ctor_set(x_25, 1, x_23); -return x_25; +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); +return x_26; } else { -lean_object* x_26; +lean_object* x_27; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); -lean_inc(x_3); -x_26 = l_Lean_Xml_Parser_PEReference(x_3); -if (lean_obj_tag(x_26) == 0) +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_3); +return x_27; +} +} +block_43: { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -lean_dec(x_26); -x_28 = lean_box(0); -x_4 = x_27; -x_5 = x_28; -goto block_21; +uint8_t x_31; +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_29); +if (x_31 == 0) +{ +x_23 = x_29; +x_24 = x_30; +goto block_28; } else { -uint8_t x_29; -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +lean_object* x_32; +lean_dec(x_30); +lean_dec(x_29); +lean_inc(x_4); +x_32 = l_Lean_Xml_Parser_PEReference(x_4); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_26, 0); -x_31 = lean_ctor_get(x_26, 1); -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_30); -if (x_32 == 0) +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +lean_dec(x_32); +x_34 = lean_box(0); +x_5 = x_33; +x_6 = x_34; +goto block_22; +} +else { -lean_dec(x_3); -lean_dec(x_2); -return x_26; +lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = lean_ctor_get(x_32, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_32, 1); +lean_inc(x_36); +lean_dec(x_32); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_35); +if (x_37 == 0) +{ +x_23 = x_35; +x_24 = x_36; +goto block_28; } else { -lean_object* x_33; -lean_free_object(x_26); -lean_dec(x_31); -lean_dec(x_30); -lean_inc(x_3); -x_33 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_33) == 0) +lean_object* x_38; +lean_dec(x_36); +lean_dec(x_35); +lean_inc(x_4); +x_38 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_4 = x_34; -x_5 = x_35; -goto block_21; +lean_object* x_39; lean_object* x_40; +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_5 = x_39; +x_6 = x_40; +goto block_22; } else { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_33); -if (x_36 == 0) +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_38, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_23 = x_41; +x_24 = x_42; +goto block_28; +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3(uint32_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_37 = lean_ctor_get(x_33, 0); -x_38 = lean_ctor_get(x_33, 1); -x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_37); -if (x_39 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_23; lean_object* x_24; lean_object* x_29; lean_object* x_30; uint8_t x_44; +x_44 = l_String_Iterator_hasNext(x_4); +if (x_44 == 0) { -lean_dec(x_3); -lean_dec(x_2); -return x_33; +lean_object* x_45; +x_45 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_45; +goto block_43; } else { -lean_dec(x_38); -lean_dec(x_37); -lean_ctor_set_tag(x_33, 0); -lean_ctor_set(x_33, 1, x_2); -lean_ctor_set(x_33, 0, x_3); -return x_33; +lean_object* x_46; uint32_t x_47; uint32_t x_48; uint8_t x_49; uint8_t x_50; +lean_inc(x_4); +x_46 = l_String_Iterator_next(x_4); +x_47 = l_String_Iterator_curr(x_4); +x_48 = 37; +x_49 = lean_uint32_dec_eq(x_47, x_48); +x_50 = l_instDecidableNot___rarg(x_49); +if (x_50 == 0) +{ +lean_object* x_51; +lean_dec(x_46); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_51; +goto block_43; } +else +{ +uint32_t x_52; uint8_t x_53; uint8_t x_54; +x_52 = 38; +x_53 = lean_uint32_dec_eq(x_47, x_52); +x_54 = l_instDecidableNot___rarg(x_53); +if (x_54 == 0) +{ +lean_object* x_55; +lean_dec(x_46); +x_55 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_55; +goto block_43; } else { -lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_40 = lean_ctor_get(x_33, 0); -x_41 = lean_ctor_get(x_33, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_33); -x_42 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_40); -if (x_42 == 0) +uint8_t x_56; uint8_t x_57; +x_56 = lean_uint32_dec_eq(x_47, x_1); +x_57 = l_instDecidableNot___rarg(x_56); +if (x_57 == 0) { -lean_object* x_43; -lean_dec(x_3); -lean_dec(x_2); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_40); -lean_ctor_set(x_43, 1, x_41); -return x_43; +lean_object* x_58; +lean_dec(x_46); +x_58 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_58; +goto block_43; } else { -lean_object* x_44; -lean_dec(x_41); -lean_dec(x_40); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_3); -lean_ctor_set(x_44, 1, x_2); -return x_44; +lean_object* x_59; lean_object* x_60; +x_59 = lean_box_uint32(x_47); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_5 = x_46; +x_6 = x_60; +goto block_22; +} } } } +block_22: +{ +lean_object* x_7; lean_object* x_8; +lean_inc(x_3); +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +return x_8; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; } } else { -lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_45 = lean_ctor_get(x_26, 0); -x_46 = lean_ctor_get(x_26, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_26); -x_47 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_45); -if (x_47 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) { -lean_object* x_48; +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) +{ +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_45); -lean_ctor_set(x_48, 1, x_46); -return x_48; +return x_8; } else { -lean_object* x_49; -lean_dec(x_46); -lean_dec(x_45); -lean_inc(x_3); -x_49 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_49) == 0) +lean_dec(x_15); +lean_dec(x_14); +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; +} +} +else { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_4 = x_50; -x_5 = x_51; -goto block_21; +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) +{ +lean_object* x_20; +lean_dec(x_4); +lean_dec(x_3); +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_49, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_49, 1); -lean_inc(x_53); -if (lean_is_exclusive(x_49)) { - lean_ctor_release(x_49, 0); - lean_ctor_release(x_49, 1); - x_54 = x_49; -} else { - lean_dec_ref(x_49); - x_54 = lean_box(0); +lean_object* x_21; +lean_dec(x_18); +lean_dec(x_17); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; } -x_55 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_52); -if (x_55 == 0) +} +} +} +block_28: { -lean_object* x_56; +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) +{ +lean_object* x_26; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -if (lean_is_scalar(x_54)) { - x_56 = lean_alloc_ctor(1, 2, 0); -} else { - x_56 = x_54; +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); +return x_26; } -lean_ctor_set(x_56, 0, x_52); -lean_ctor_set(x_56, 1, x_53); -return x_56; +else +{ +lean_object* x_27; +lean_dec(x_24); +lean_dec(x_23); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_3); +return x_27; +} +} +block_43: +{ +uint8_t x_31; +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_29); +if (x_31 == 0) +{ +x_23 = x_29; +x_24 = x_30; +goto block_28; } else { -lean_object* x_57; -lean_dec(x_53); -lean_dec(x_52); -if (lean_is_scalar(x_54)) { - x_57 = lean_alloc_ctor(0, 2, 0); -} else { - x_57 = x_54; - lean_ctor_set_tag(x_57, 0); +lean_object* x_32; +lean_dec(x_30); +lean_dec(x_29); +lean_inc(x_4); +x_32 = l_Lean_Xml_Parser_PEReference(x_4); +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +lean_dec(x_32); +x_34 = lean_box(0); +x_5 = x_33; +x_6 = x_34; +goto block_22; } -lean_ctor_set(x_57, 0, x_3); -lean_ctor_set(x_57, 1, x_2); -return x_57; +else +{ +lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = lean_ctor_get(x_32, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_32, 1); +lean_inc(x_36); +lean_dec(x_32); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_35); +if (x_37 == 0) +{ +x_23 = x_35; +x_24 = x_36; +goto block_28; } +else +{ +lean_object* x_38; +lean_dec(x_36); +lean_dec(x_35); +lean_inc(x_4); +x_38 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_38) == 0) +{ +lean_object* x_39; lean_object* x_40; +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_5 = x_39; +x_6 = x_40; +goto block_22; } +else +{ +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_38, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_23 = x_41; +x_24 = x_42; +goto block_28; } } } @@ -24653,382 +25701,269 @@ return x_57; } } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2(uint32_t x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4(uint32_t x_1, uint32_t x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; lean_object* x_5; lean_object* x_22; lean_object* x_23; uint8_t x_59; -x_59 = l_String_Iterator_hasNext(x_3); -if (x_59 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_23; lean_object* x_24; lean_object* x_29; lean_object* x_30; uint8_t x_44; +x_44 = l_String_Iterator_hasNext(x_4); +if (x_44 == 0) { -lean_object* x_60; -x_60 = l_Lean_Parsec_unexpectedEndOfInput; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_60; -goto block_58; +lean_object* x_45; +x_45 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_45; +goto block_43; } else { -lean_object* x_61; uint32_t x_62; uint32_t x_63; uint8_t x_64; uint8_t x_65; -lean_inc(x_3); -x_61 = l_String_Iterator_next(x_3); -x_62 = l_String_Iterator_curr(x_3); -x_63 = 37; -x_64 = lean_uint32_dec_eq(x_62, x_63); -x_65 = l_instDecidableNot___rarg(x_64); -if (x_65 == 0) +lean_object* x_46; uint32_t x_47; uint32_t x_48; uint8_t x_49; uint8_t x_50; +lean_inc(x_4); +x_46 = l_String_Iterator_next(x_4); +x_47 = l_String_Iterator_curr(x_4); +x_48 = 37; +x_49 = lean_uint32_dec_eq(x_47, x_48); +x_50 = l_instDecidableNot___rarg(x_49); +if (x_50 == 0) { -lean_object* x_66; -lean_dec(x_61); -x_66 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_66; -goto block_58; +lean_object* x_51; +lean_dec(x_46); +x_51 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_51; +goto block_43; } else { -uint32_t x_67; uint8_t x_68; uint8_t x_69; -x_67 = 38; -x_68 = lean_uint32_dec_eq(x_62, x_67); -x_69 = l_instDecidableNot___rarg(x_68); -if (x_69 == 0) +uint32_t x_52; uint8_t x_53; uint8_t x_54; +x_52 = 38; +x_53 = lean_uint32_dec_eq(x_47, x_52); +x_54 = l_instDecidableNot___rarg(x_53); +if (x_54 == 0) { -lean_object* x_70; -lean_dec(x_61); -x_70 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_70; -goto block_58; +lean_object* x_55; +lean_dec(x_46); +x_55 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_55; +goto block_43; } else { -uint8_t x_71; uint8_t x_72; -x_71 = lean_uint32_dec_eq(x_62, x_1); -x_72 = l_instDecidableNot___rarg(x_71); -if (x_72 == 0) +uint8_t x_56; uint8_t x_57; +x_56 = lean_uint32_dec_eq(x_47, x_2); +x_57 = l_instDecidableNot___rarg(x_56); +if (x_57 == 0) { -lean_object* x_73; -lean_dec(x_61); -x_73 = l_Lean_Xml_Parser_NameChar___closed__1; -lean_inc(x_3); -x_22 = x_3; -x_23 = x_73; -goto block_58; +lean_object* x_58; +lean_dec(x_46); +x_58 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_4); +x_29 = x_4; +x_30 = x_58; +goto block_43; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_box_uint32(x_62); -x_75 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_75, 0, x_74); -x_4 = x_61; -x_5 = x_75; -goto block_21; +lean_object* x_59; lean_object* x_60; +x_59 = lean_box_uint32(x_47); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_5 = x_46; +x_6 = x_60; +goto block_22; } } } } -block_21: +block_22: { -lean_object* x_6; lean_object* x_7; -lean_inc(x_2); -x_6 = lean_array_push(x_2, x_5); -x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2(x_1, x_6, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_7; lean_object* x_8; +lean_inc(x_3); +x_7 = lean_array_push(x_3, x_6); +x_8 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4(x_1, x_2, x_7, x_5); +if (lean_obj_tag(x_8) == 0) { -uint8_t x_8; +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) { -return x_7; +return x_8; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ctor_get(x_7, 1); +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_8, 0); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); -lean_dec(x_7); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_9); -lean_ctor_set(x_11, 1, x_10); -return x_11; +lean_dec(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +return x_12; } } else { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_7); -if (x_12 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_8); +if (x_13 == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_7, 0); -x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_13); -if (x_15 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_8, 0); +x_15 = lean_ctor_get(x_8, 1); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_14); +if (x_16 == 0) { +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_7; +return x_8; } else { +lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_ctor_set_tag(x_7, 0); -lean_ctor_set(x_7, 1, x_2); -lean_ctor_set(x_7, 0, x_3); -return x_7; +lean_ctor_set_tag(x_8, 0); +lean_ctor_set(x_8, 1, x_3); +lean_ctor_set(x_8, 0, x_4); +return x_8; } } else { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_7, 0); -x_17 = lean_ctor_get(x_7, 1); +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_8, 0); +x_18 = lean_ctor_get(x_8, 1); +lean_inc(x_18); lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_16); -if (x_18 == 0) +lean_dec(x_8); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_17); +if (x_19 == 0) { -lean_object* x_19; +lean_object* x_20; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_19 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_19, 0, x_16); -lean_ctor_set(x_19, 1, x_17); -return x_19; +x_20 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_18); +return x_20; } else { -lean_object* x_20; +lean_object* x_21; +lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_3); -lean_ctor_set(x_20, 1, x_2); -return x_20; +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_4); +lean_ctor_set(x_21, 1, x_3); +return x_21; } } } } -block_58: -{ -uint8_t x_24; -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_22); -if (x_24 == 0) +block_28: { -lean_object* x_25; -lean_dec(x_3); -lean_dec(x_2); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_22); -lean_ctor_set(x_25, 1, x_23); -return x_25; -} -else +uint8_t x_25; +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_23); +if (x_25 == 0) { lean_object* x_26; -lean_dec(x_23); -lean_dec(x_22); -lean_inc(x_3); -x_26 = l_Lean_Xml_Parser_PEReference(x_3); -if (lean_obj_tag(x_26) == 0) -{ -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -lean_dec(x_26); -x_28 = lean_box(0); -x_4 = x_27; -x_5 = x_28; -goto block_21; -} -else -{ -uint8_t x_29; -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_26, 0); -x_31 = lean_ctor_get(x_26, 1); -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_30); -if (x_32 == 0) -{ +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_24); return x_26; } else { -lean_object* x_33; -lean_free_object(x_26); -lean_dec(x_31); -lean_dec(x_30); -lean_inc(x_3); -x_33 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_33) == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_4 = x_34; -x_5 = x_35; -goto block_21; -} -else -{ -uint8_t x_36; -x_36 = !lean_is_exclusive(x_33); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_37 = lean_ctor_get(x_33, 0); -x_38 = lean_ctor_get(x_33, 1); -x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_37); -if (x_39 == 0) -{ -lean_dec(x_3); -lean_dec(x_2); -return x_33; -} -else -{ -lean_dec(x_38); -lean_dec(x_37); -lean_ctor_set_tag(x_33, 0); -lean_ctor_set(x_33, 1, x_2); -lean_ctor_set(x_33, 0, x_3); -return x_33; +lean_object* x_27; +lean_dec(x_24); +lean_dec(x_23); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_3); +return x_27; } } -else -{ -lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_40 = lean_ctor_get(x_33, 0); -x_41 = lean_ctor_get(x_33, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_33); -x_42 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_40); -if (x_42 == 0) +block_43: { -lean_object* x_43; -lean_dec(x_3); -lean_dec(x_2); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_40); -lean_ctor_set(x_43, 1, x_41); -return x_43; -} -else +uint8_t x_31; +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_29); +if (x_31 == 0) { -lean_object* x_44; -lean_dec(x_41); -lean_dec(x_40); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_3); -lean_ctor_set(x_44, 1, x_2); -return x_44; -} -} -} -} +x_23 = x_29; +x_24 = x_30; +goto block_28; } else { -lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_45 = lean_ctor_get(x_26, 0); -x_46 = lean_ctor_get(x_26, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_26); -x_47 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_45); -if (x_47 == 0) +lean_object* x_32; +lean_dec(x_30); +lean_dec(x_29); +lean_inc(x_4); +x_32 = l_Lean_Xml_Parser_PEReference(x_4); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_48; -lean_dec(x_3); -lean_dec(x_2); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_45); -lean_ctor_set(x_48, 1, x_46); -return x_48; +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +lean_dec(x_32); +x_34 = lean_box(0); +x_5 = x_33; +x_6 = x_34; +goto block_22; } else { -lean_object* x_49; -lean_dec(x_46); -lean_dec(x_45); -lean_inc(x_3); -x_49 = l_Lean_Xml_Parser_Reference(x_3); -if (lean_obj_tag(x_49) == 0) +lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = lean_ctor_get(x_32, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_32, 1); +lean_inc(x_36); +lean_dec(x_32); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_4, x_35); +if (x_37 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_4 = x_50; -x_5 = x_51; -goto block_21; +x_23 = x_35; +x_24 = x_36; +goto block_28; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_49, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_49, 1); -lean_inc(x_53); -if (lean_is_exclusive(x_49)) { - lean_ctor_release(x_49, 0); - lean_ctor_release(x_49, 1); - x_54 = x_49; -} else { - lean_dec_ref(x_49); - x_54 = lean_box(0); -} -x_55 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_52); -if (x_55 == 0) +lean_object* x_38; +lean_dec(x_36); +lean_dec(x_35); +lean_inc(x_4); +x_38 = l_Lean_Xml_Parser_Reference(x_4); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_56; -lean_dec(x_3); -lean_dec(x_2); -if (lean_is_scalar(x_54)) { - x_56 = lean_alloc_ctor(1, 2, 0); -} else { - x_56 = x_54; -} -lean_ctor_set(x_56, 0, x_52); -lean_ctor_set(x_56, 1, x_53); -return x_56; +lean_object* x_39; lean_object* x_40; +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_5 = x_39; +x_6 = x_40; +goto block_22; } else { -lean_object* x_57; -lean_dec(x_53); -lean_dec(x_52); -if (lean_is_scalar(x_54)) { - x_57 = lean_alloc_ctor(0, 2, 0); -} else { - x_57 = x_54; - lean_ctor_set_tag(x_57, 0); -} -lean_ctor_set(x_57, 0, x_3); -lean_ctor_set(x_57, 1, x_2); -return x_57; -} -} +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_38, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_23 = x_41; +x_24 = x_42; +goto block_28; } } } @@ -25072,7 +26007,7 @@ else { lean_object* x_64; lean_object* x_65; x_64 = l_Lean_Xml_Parser_Comment___closed__2; -x_65 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2(x_57, x_64, x_60); +x_65 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4(x_57, x_57, x_64, x_60); if (lean_obj_tag(x_65) == 0) { lean_object* x_66; lean_object* x_67; uint8_t x_68; @@ -25183,7 +26118,7 @@ return x_16; block_56: { uint8_t x_20; -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_18); +x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_18); if (x_20 == 0) { lean_object* x_21; @@ -25231,7 +26166,7 @@ else lean_object* x_31; lean_object* x_32; lean_dec(x_1); x_31 = l_Lean_Xml_Parser_Comment___closed__2; -x_32 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(x_22, x_31, x_26); +x_32 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2(x_22, x_22, x_31, x_26); if (lean_obj_tag(x_32) == 0) { uint8_t x_33; @@ -25353,24 +26288,50 @@ return x_55; } } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint32_t x_4; lean_object* x_5; -x_4 = lean_unbox_uint32(x_1); +uint32_t x_5; lean_object* x_6; +x_5 = lean_unbox_uint32(x_1); lean_dec(x_1); -x_5 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(x_4, x_2, x_3); -return x_5; +x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1(x_5, x_2, x_3, x_4); +lean_dec(x_2); +return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint32_t x_4; lean_object* x_5; -x_4 = lean_unbox_uint32(x_1); +uint32_t x_5; uint32_t x_6; lean_object* x_7; +x_5 = lean_unbox_uint32(x_1); lean_dec(x_1); -x_5 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__2(x_4, x_2, x_3); -return x_5; +x_6 = lean_unbox_uint32(x_2); +lean_dec(x_2); +x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__1___at_Lean_Xml_Parser_EntityValue___spec__2(x_5, x_6, x_3, x_4); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint32_t x_5; lean_object* x_6; +x_5 = lean_unbox_uint32(x_1); +lean_dec(x_1); +x_6 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3(x_5, x_2, x_3, x_4); +lean_dec(x_2); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint32_t x_5; uint32_t x_6; lean_object* x_7; +x_5 = lean_unbox_uint32(x_1); +lean_dec(x_1); +x_6 = lean_unbox_uint32(x_2); +lean_dec(x_2); +x_7 = l_Lean_Parsec_manyCore___at_Lean_Xml_Parser_EntityValue___spec__3___at_Lean_Xml_Parser_EntityValue___spec__4(x_5, x_6, x_3, x_4); +return x_7; } } static lean_object* _init_l_Lean_Xml_Parser_NDataDecl___closed__1() { @@ -25569,7 +26530,7 @@ if (x_9 == 0) lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_ctor_get(x_2, 0); x_11 = lean_ctor_get(x_2, 1); -x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_10); +x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_10); if (x_12 == 0) { lean_dec(x_1); @@ -25626,7 +26587,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; uint8_t x_24; x_22 = lean_ctor_get(x_16, 0); x_23 = lean_ctor_get(x_16, 1); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_14, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_14, x_22); if (x_24 == 0) { lean_dec(x_15); @@ -25651,7 +26612,7 @@ x_26 = lean_ctor_get(x_16, 1); lean_inc(x_26); lean_inc(x_25); lean_dec(x_16); -x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_14, x_25); +x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_14, x_25); if (x_27 == 0) { lean_object* x_28; @@ -25707,7 +26668,7 @@ x_35 = lean_ctor_get(x_2, 1); lean_inc(x_35); lean_inc(x_34); lean_dec(x_2); -x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_34); +x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_34); if (x_36 == 0) { lean_object* x_37; @@ -25771,7 +26732,7 @@ if (lean_is_exclusive(x_41)) { lean_dec_ref(x_41); x_47 = lean_box(0); } -x_48 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_39, x_45); +x_48 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_39, x_45); if (x_48 == 0) { lean_object* x_49; @@ -25901,7 +26862,7 @@ if (x_28 == 0) lean_object* x_29; lean_object* x_30; uint8_t x_31; x_29 = lean_ctor_get(x_26, 0); x_30 = lean_ctor_get(x_26, 1); -x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_25, x_29); +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_25, x_29); if (x_31 == 0) { lean_dec(x_25); @@ -25924,7 +26885,7 @@ x_33 = lean_ctor_get(x_26, 1); lean_inc(x_33); lean_inc(x_32); lean_dec(x_26); -x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_25, x_32); +x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_25, x_32); if (x_34 == 0) { lean_object* x_35; @@ -26145,7 +27106,7 @@ if (x_9 == 0) lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_ctor_get(x_2, 0); x_11 = lean_ctor_get(x_2, 1); -x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_10); +x_12 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_10); if (x_12 == 0) { lean_dec(x_1); @@ -26169,7 +27130,7 @@ x_15 = lean_ctor_get(x_2, 1); lean_inc(x_15); lean_inc(x_14); lean_dec(x_2); -x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_14); +x_16 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_14); if (x_16 == 0) { lean_object* x_17; @@ -26287,7 +27248,7 @@ if (x_37 == 0) lean_object* x_38; lean_object* x_39; uint8_t x_40; x_38 = lean_ctor_get(x_35, 0); x_39 = lean_ctor_get(x_35, 1); -x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_34, x_38); +x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_34, x_38); if (x_40 == 0) { lean_dec(x_34); @@ -26310,7 +27271,7 @@ x_42 = lean_ctor_get(x_35, 1); lean_inc(x_42); lean_inc(x_41); lean_dec(x_35); -x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_34, x_41); +x_43 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_34, x_41); if (x_43 == 0) { lean_object* x_44; @@ -26487,7 +27448,7 @@ if (lean_is_exclusive(x_73)) { lean_dec_ref(x_73); x_77 = lean_box(0); } -x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_72, x_75); +x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_72, x_75); if (x_78 == 0) { lean_object* x_79; @@ -26717,7 +27678,7 @@ if (x_7 == 0) lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_8); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_8); if (x_10 == 0) { lean_dec(x_1); @@ -26741,7 +27702,7 @@ x_13 = lean_ctor_get(x_2, 1); lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_12); if (x_14 == 0) { lean_object* x_15; @@ -26934,7 +27895,7 @@ if (x_36 == 0) lean_object* x_37; lean_object* x_38; uint8_t x_39; x_37 = lean_ctor_get(x_34, 0); x_38 = lean_ctor_get(x_34, 1); -x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_33, x_37); +x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_33, x_37); if (x_39 == 0) { lean_dec(x_33); @@ -26988,7 +27949,7 @@ x_47 = lean_ctor_get(x_34, 1); lean_inc(x_47); lean_inc(x_46); lean_dec(x_34); -x_48 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_33, x_46); +x_48 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_33, x_46); if (x_48 == 0) { lean_object* x_49; @@ -27176,7 +28137,7 @@ if (x_18 == 0) lean_object* x_19; lean_object* x_20; uint8_t x_21; x_19 = lean_ctor_get(x_16, 0); x_20 = lean_ctor_get(x_16, 1); -x_21 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_19); +x_21 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_19); if (x_21 == 0) { lean_dec(x_15); @@ -27199,7 +28160,7 @@ x_23 = lean_ctor_get(x_16, 1); lean_inc(x_23); lean_inc(x_22); lean_dec(x_16); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_22); if (x_24 == 0) { lean_object* x_25; @@ -27259,7 +28220,7 @@ if (x_7 == 0) lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_8); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_8); if (x_10 == 0) { lean_dec(x_1); @@ -27305,7 +28266,7 @@ if (x_16 == 0) lean_object* x_17; lean_object* x_18; uint8_t x_19; x_17 = lean_ctor_get(x_11, 0); x_18 = lean_ctor_get(x_11, 1); -x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_17); +x_19 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_17); if (x_19 == 0) { lean_dec(x_1); @@ -27351,7 +28312,7 @@ if (x_25 == 0) lean_object* x_26; lean_object* x_27; uint8_t x_28; x_26 = lean_ctor_get(x_20, 0); x_27 = lean_ctor_get(x_20, 1); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_26); if (x_28 == 0) { lean_dec(x_1); @@ -27397,7 +28358,7 @@ if (x_34 == 0) lean_object* x_35; lean_object* x_36; uint8_t x_37; x_35 = lean_ctor_get(x_29, 0); x_36 = lean_ctor_get(x_29, 1); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_35); if (x_37 == 0) { lean_dec(x_1); @@ -27443,7 +28404,7 @@ if (x_43 == 0) lean_object* x_44; lean_object* x_45; uint8_t x_46; x_44 = lean_ctor_get(x_38, 0); x_45 = lean_ctor_get(x_38, 1); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_44); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_44); if (x_46 == 0) { lean_dec(x_1); @@ -27514,7 +28475,7 @@ x_59 = lean_ctor_get(x_38, 1); lean_inc(x_59); lean_inc(x_58); lean_dec(x_38); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_58); if (x_60 == 0) { lean_object* x_61; @@ -27590,7 +28551,7 @@ x_72 = lean_ctor_get(x_29, 1); lean_inc(x_72); lean_inc(x_71); lean_dec(x_29); -x_73 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_71); +x_73 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_71); if (x_73 == 0) { lean_object* x_74; @@ -27647,7 +28608,7 @@ if (lean_is_exclusive(x_75)) { lean_dec_ref(x_75); x_82 = lean_box(0); } -x_83 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_80); +x_83 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_80); if (x_83 == 0) { lean_object* x_84; @@ -27730,7 +28691,7 @@ x_95 = lean_ctor_get(x_20, 1); lean_inc(x_95); lean_inc(x_94); lean_dec(x_20); -x_96 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_94); +x_96 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_94); if (x_96 == 0) { lean_object* x_97; @@ -27787,7 +28748,7 @@ if (lean_is_exclusive(x_98)) { lean_dec_ref(x_98); x_105 = lean_box(0); } -x_106 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_103); +x_106 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_103); if (x_106 == 0) { lean_object* x_107; @@ -27849,7 +28810,7 @@ if (lean_is_exclusive(x_108)) { lean_dec_ref(x_108); x_115 = lean_box(0); } -x_116 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_113); +x_116 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_113); if (x_116 == 0) { lean_object* x_117; @@ -27934,7 +28895,7 @@ x_128 = lean_ctor_get(x_11, 1); lean_inc(x_128); lean_inc(x_127); lean_dec(x_11); -x_129 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_127); +x_129 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_127); if (x_129 == 0) { lean_object* x_130; @@ -27991,7 +28952,7 @@ if (lean_is_exclusive(x_131)) { lean_dec_ref(x_131); x_138 = lean_box(0); } -x_139 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_136); +x_139 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_136); if (x_139 == 0) { lean_object* x_140; @@ -28053,7 +29014,7 @@ if (lean_is_exclusive(x_141)) { lean_dec_ref(x_141); x_148 = lean_box(0); } -x_149 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_146); +x_149 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_146); if (x_149 == 0) { lean_object* x_150; @@ -28115,7 +29076,7 @@ if (lean_is_exclusive(x_151)) { lean_dec_ref(x_151); x_158 = lean_box(0); } -x_159 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_156); +x_159 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_156); if (x_159 == 0) { lean_object* x_160; @@ -28202,7 +29163,7 @@ x_171 = lean_ctor_get(x_2, 1); lean_inc(x_171); lean_inc(x_170); lean_dec(x_2); -x_172 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_170); +x_172 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_170); if (x_172 == 0) { lean_object* x_173; @@ -28259,7 +29220,7 @@ if (lean_is_exclusive(x_174)) { lean_dec_ref(x_174); x_181 = lean_box(0); } -x_182 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_179); +x_182 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_179); if (x_182 == 0) { lean_object* x_183; @@ -28321,7 +29282,7 @@ if (lean_is_exclusive(x_184)) { lean_dec_ref(x_184); x_191 = lean_box(0); } -x_192 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_189); +x_192 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_189); if (x_192 == 0) { lean_object* x_193; @@ -28383,7 +29344,7 @@ if (lean_is_exclusive(x_194)) { lean_dec_ref(x_194); x_201 = lean_box(0); } -x_202 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_199); +x_202 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_199); if (x_202 == 0) { lean_object* x_203; @@ -28445,7 +29406,7 @@ if (lean_is_exclusive(x_204)) { lean_dec_ref(x_204); x_211 = lean_box(0); } -x_212 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_209); +x_212 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_209); if (x_212 == 0) { lean_object* x_213; @@ -28564,7 +29525,7 @@ if (x_7 == 0) lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_8); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_8); if (x_10 == 0) { lean_dec(x_1); @@ -28635,7 +29596,7 @@ x_23 = lean_ctor_get(x_2, 1); lean_inc(x_23); lean_inc(x_22); lean_dec(x_2); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_22); if (x_24 == 0) { lean_object* x_25; @@ -28753,7 +29714,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = lean_ctor_get(x_7, 0); x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_13); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_13); if (x_15 == 0) { lean_dec(x_2); @@ -28778,7 +29739,7 @@ x_17 = lean_ctor_get(x_7, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_16); if (x_18 == 0) { lean_object* x_19; @@ -28811,7 +29772,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; uint8_t x_24; x_22 = lean_ctor_get(x_3, 0); x_23 = lean_ctor_get(x_3, 1); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_22); if (x_24 == 0) { lean_dec(x_2); @@ -28870,7 +29831,7 @@ if (x_34 == 0) lean_object* x_35; lean_object* x_36; uint8_t x_37; x_35 = lean_ctor_get(x_29, 0); x_36 = lean_ctor_get(x_29, 1); -x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_35); +x_37 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_35); if (x_37 == 0) { lean_dec(x_2); @@ -28895,7 +29856,7 @@ x_39 = lean_ctor_get(x_29, 1); lean_inc(x_39); lean_inc(x_38); lean_dec(x_29); -x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_38); +x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_38); if (x_40 == 0) { lean_object* x_41; @@ -28928,7 +29889,7 @@ if (x_43 == 0) lean_object* x_44; lean_object* x_45; uint8_t x_46; x_44 = lean_ctor_get(x_25, 0); x_45 = lean_ctor_get(x_25, 1); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_44); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_44); if (x_46 == 0) { lean_dec(x_2); @@ -28953,7 +29914,7 @@ x_48 = lean_ctor_get(x_25, 1); lean_inc(x_48); lean_inc(x_47); lean_dec(x_25); -x_49 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_47); +x_49 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_47); if (x_49 == 0) { lean_object* x_50; @@ -28986,7 +29947,7 @@ x_53 = lean_ctor_get(x_3, 1); lean_inc(x_53); lean_inc(x_52); lean_dec(x_3); -x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_52); +x_54 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_52); if (x_54 == 0) { lean_object* x_55; @@ -29056,7 +30017,7 @@ if (lean_is_exclusive(x_60)) { lean_dec_ref(x_60); x_67 = lean_box(0); } -x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_65); +x_68 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_65); if (x_68 == 0) { lean_object* x_69; @@ -29103,7 +30064,7 @@ if (lean_is_exclusive(x_56)) { lean_dec_ref(x_56); x_73 = lean_box(0); } -x_74 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_71); +x_74 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_71); if (x_74 == 0) { lean_object* x_75; @@ -29317,7 +30278,7 @@ if (x_104 == 0) lean_object* x_105; lean_object* x_106; uint8_t x_107; x_105 = lean_ctor_get(x_102, 0); x_106 = lean_ctor_get(x_102, 1); -x_107 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_99, x_105); +x_107 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_99, x_105); if (x_107 == 0) { lean_dec(x_99); @@ -29340,7 +30301,7 @@ x_109 = lean_ctor_get(x_102, 1); lean_inc(x_109); lean_inc(x_108); lean_dec(x_102); -x_110 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_99, x_108); +x_110 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_99, x_108); if (x_110 == 0) { lean_object* x_111; @@ -29369,7 +30330,7 @@ if (x_112 == 0) lean_object* x_113; lean_object* x_114; uint8_t x_115; x_113 = lean_ctor_get(x_100, 0); x_114 = lean_ctor_get(x_100, 1); -x_115 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_99, x_113); +x_115 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_99, x_113); if (x_115 == 0) { lean_dec(x_99); @@ -29392,7 +30353,7 @@ x_117 = lean_ctor_get(x_100, 1); lean_inc(x_117); lean_inc(x_116); lean_dec(x_100); -x_118 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_99, x_116); +x_118 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_99, x_116); if (x_118 == 0) { lean_object* x_119; @@ -29531,7 +30492,7 @@ x_17 = l_String_Iterator_hasNext(x_15); if (x_17 == 0) { uint8_t x_18; -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_15); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_15); if (x_18 == 0) { lean_object* x_19; lean_object* x_20; @@ -29558,7 +30519,7 @@ if (x_23 == 0) { uint8_t x_24; lean_dec(x_21); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_15); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_15); if (x_24 == 0) { lean_object* x_25; lean_object* x_26; @@ -29593,7 +30554,7 @@ x_32 = l_String_Iterator_hasNext(x_29); if (x_32 == 0) { uint8_t x_33; -x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_29); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_29); if (x_33 == 0) { lean_object* x_34; @@ -29622,7 +30583,7 @@ if (x_37 == 0) { uint8_t x_38; lean_dec(x_35); -x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_29); +x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_29); if (x_38 == 0) { lean_object* x_39; @@ -29667,12 +30628,12 @@ if (x_42 == 0) lean_object* x_43; lean_object* x_44; uint8_t x_45; x_43 = lean_ctor_get(x_40, 0); x_44 = lean_ctor_get(x_40, 1); -x_45 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_35, x_43); +x_45 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_35, x_43); if (x_45 == 0) { uint8_t x_46; lean_dec(x_35); -x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_43); +x_46 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_43); if (x_46 == 0) { lean_dec(x_15); @@ -29705,12 +30666,12 @@ x_48 = lean_ctor_get(x_40, 1); lean_inc(x_48); lean_inc(x_47); lean_dec(x_40); -x_49 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_35, x_47); +x_49 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_35, x_47); if (x_49 == 0) { uint8_t x_50; lean_dec(x_35); -x_50 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_47); +x_50 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_47); if (x_50 == 0) { lean_object* x_51; @@ -29752,7 +30713,7 @@ x_54 = l_String_Iterator_hasNext(x_52); if (x_54 == 0) { uint8_t x_55; -x_55 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_52); +x_55 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_52); if (x_55 == 0) { lean_object* x_56; lean_object* x_57; @@ -29781,7 +30742,7 @@ if (x_60 == 0) { uint8_t x_61; lean_dec(x_58); -x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_52); +x_61 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_52); if (x_61 == 0) { lean_object* x_62; lean_object* x_63; @@ -29831,12 +30792,12 @@ if (lean_is_exclusive(x_64)) { lean_dec_ref(x_64); x_68 = lean_box(0); } -x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_58, x_66); +x_69 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_58, x_66); if (x_69 == 0) { uint8_t x_70; lean_dec(x_58); -x_70 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_66); +x_70 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_66); if (x_70 == 0) { lean_object* x_71; @@ -29882,7 +30843,7 @@ if (x_72 == 0) lean_object* x_73; lean_object* x_74; uint8_t x_75; x_73 = lean_ctor_get(x_27, 0); x_74 = lean_ctor_get(x_27, 1); -x_75 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_73); +x_75 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_73); if (x_75 == 0) { lean_dec(x_15); @@ -29905,7 +30866,7 @@ x_77 = lean_ctor_get(x_27, 1); lean_inc(x_77); lean_inc(x_76); lean_dec(x_27); -x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_15, x_76); +x_78 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_15, x_76); if (x_78 == 0) { lean_object* x_79; @@ -29951,7 +30912,7 @@ if (x_84 == 0) lean_object* x_85; lean_object* x_86; uint8_t x_87; x_85 = lean_ctor_get(x_82, 0); x_86 = lean_ctor_get(x_82, 1); -x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_81, x_85); +x_87 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_81, x_85); if (x_87 == 0) { lean_dec(x_81); @@ -29974,7 +30935,7 @@ x_89 = lean_ctor_get(x_82, 1); lean_inc(x_89); lean_inc(x_88); lean_dec(x_82); -x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_81, x_88); +x_90 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_81, x_88); if (x_90 == 0) { lean_object* x_91; @@ -30046,7 +31007,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = lean_ctor_get(x_7, 0); x_14 = lean_ctor_get(x_7, 1); -x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_13); +x_15 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_13); if (x_15 == 0) { lean_dec(x_2); @@ -30071,7 +31032,7 @@ x_17 = lean_ctor_get(x_7, 1); lean_inc(x_17); lean_inc(x_16); lean_dec(x_7); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_16); if (x_18 == 0) { lean_object* x_19; @@ -30104,7 +31065,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; uint8_t x_24; x_22 = lean_ctor_get(x_3, 0); x_23 = lean_ctor_get(x_3, 1); -x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_22); +x_24 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_22); if (x_24 == 0) { lean_dec(x_2); @@ -30129,7 +31090,7 @@ x_26 = lean_ctor_get(x_3, 1); lean_inc(x_26); lean_inc(x_25); lean_dec(x_3); -x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_25); +x_27 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_25); if (x_27 == 0) { lean_object* x_28; @@ -30179,7 +31140,7 @@ if (x_44 == 0) lean_object* x_45; lean_object* x_46; uint8_t x_47; x_45 = lean_ctor_get(x_42, 0); x_46 = lean_ctor_get(x_42, 1); -x_47 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_45); +x_47 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_45); if (x_47 == 0) { lean_dec(x_1); @@ -30202,7 +31163,7 @@ x_49 = lean_ctor_get(x_42, 1); lean_inc(x_49); lean_inc(x_48); lean_dec(x_42); -x_50 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_48); +x_50 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_48); if (x_50 == 0) { lean_object* x_51; @@ -30277,7 +31238,7 @@ if (x_15 == 0) lean_object* x_16; lean_object* x_17; uint8_t x_18; x_16 = lean_ctor_get(x_8, 0); x_17 = lean_ctor_get(x_8, 1); -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_5, x_16); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_5, x_16); if (x_18 == 0) { lean_dec(x_5); @@ -30303,7 +31264,7 @@ x_21 = lean_ctor_get(x_8, 1); lean_inc(x_21); lean_inc(x_20); lean_dec(x_8); -x_22 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_5, x_20); +x_22 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_5, x_20); if (x_22 == 0) { lean_object* x_23; @@ -30336,7 +31297,7 @@ if (x_26 == 0) lean_object* x_27; lean_object* x_28; uint8_t x_29; x_27 = lean_ctor_get(x_6, 0); x_28 = lean_ctor_get(x_6, 1); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_5, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_5, x_27); if (x_29 == 0) { lean_dec(x_5); @@ -30362,7 +31323,7 @@ x_32 = lean_ctor_get(x_6, 1); lean_inc(x_32); lean_inc(x_31); lean_dec(x_6); -x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_5, x_31); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_5, x_31); if (x_33 == 0) { lean_object* x_34; @@ -33070,7 +34031,7 @@ if (x_14 == 0) lean_object* x_15; lean_object* x_16; uint8_t x_17; x_15 = lean_ctor_get(x_9, 0); x_16 = lean_ctor_get(x_9, 1); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_dec(x_2); @@ -33095,7 +34056,7 @@ x_19 = lean_ctor_get(x_9, 1); lean_inc(x_19); lean_inc(x_18); lean_dec(x_9); -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_18); +x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_18); if (x_20 == 0) { lean_object* x_21; @@ -33128,7 +34089,7 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; uint8_t x_26; x_24 = lean_ctor_get(x_5, 0); x_25 = lean_ctor_get(x_5, 1); -x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_24); +x_26 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_24); if (x_26 == 0) { lean_dec(x_2); @@ -33153,7 +34114,7 @@ x_28 = lean_ctor_get(x_5, 1); lean_inc(x_28); lean_inc(x_27); lean_dec(x_5); -x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_27); +x_29 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_27); if (x_29 == 0) { lean_object* x_30; @@ -33186,7 +34147,7 @@ if (x_32 == 0) lean_object* x_33; lean_object* x_34; uint8_t x_35; x_33 = lean_ctor_get(x_3, 0); x_34 = lean_ctor_get(x_3, 1); -x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_33); +x_35 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_33); if (x_35 == 0) { lean_dec(x_2); @@ -33211,7 +34172,7 @@ x_37 = lean_ctor_get(x_3, 1); lean_inc(x_37); lean_inc(x_36); lean_dec(x_3); -x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_36); +x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_36); if (x_38 == 0) { lean_object* x_39; @@ -33363,7 +34324,7 @@ if (x_25 == 0) lean_object* x_26; lean_object* x_27; uint8_t x_28; x_26 = lean_ctor_get(x_18, 0); x_27 = lean_ctor_get(x_18, 1); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_16, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_16, x_26); if (x_28 == 0) { lean_dec(x_17); @@ -33393,7 +34354,7 @@ x_31 = lean_ctor_get(x_18, 1); lean_inc(x_31); lean_inc(x_30); lean_dec(x_18); -x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_16, x_30); +x_32 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_16, x_30); if (x_32 == 0) { lean_object* x_33; @@ -33641,7 +34602,7 @@ if (x_22 == 0) lean_object* x_23; lean_object* x_24; uint8_t x_25; x_23 = lean_ctor_get(x_20, 0); x_24 = lean_ctor_get(x_20, 1); -x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_19, x_23); +x_25 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_19, x_23); if (x_25 == 0) { lean_dec(x_19); @@ -33664,7 +34625,7 @@ x_27 = lean_ctor_get(x_20, 1); lean_inc(x_27); lean_inc(x_26); lean_dec(x_20); -x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_19, x_26); +x_28 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_19, x_26); if (x_28 == 0) { lean_object* x_29; @@ -33920,7 +34881,7 @@ x_6 = lean_ctor_get(x_4, 1); lean_dec(x_6); x_7 = lean_ctor_get(x_4, 0); lean_dec(x_7); -x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_8 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_8 == 0) { lean_object* x_9; @@ -33942,7 +34903,7 @@ else { uint8_t x_10; lean_dec(x_4); -x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_10 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; @@ -33978,7 +34939,7 @@ x_17 = l_String_Iterator_hasNext(x_2); if (x_17 == 0) { uint8_t x_18; -x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_18 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_18 == 0) { lean_object* x_19; @@ -34039,7 +35000,7 @@ if (x_28 == 0) lean_object* x_29; lean_object* x_30; uint8_t x_31; x_29 = lean_ctor_get(x_23, 0); x_30 = lean_ctor_get(x_23, 1); -x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_29); +x_31 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_29); if (x_31 == 0) { lean_dec(x_2); @@ -34064,7 +35025,7 @@ x_33 = lean_ctor_get(x_23, 1); lean_inc(x_33); lean_inc(x_32); lean_dec(x_23); -x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_32); +x_34 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_32); if (x_34 == 0) { lean_object* x_35; @@ -34097,7 +35058,7 @@ x_37 = l_String_Iterator_hasNext(x_2); if (x_37 == 0) { uint8_t x_38; -x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_38 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_38 == 0) { lean_object* x_39; lean_object* x_40; @@ -34167,7 +35128,7 @@ if (lean_is_exclusive(x_45)) { lean_dec_ref(x_45); x_52 = lean_box(0); } -x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_50); +x_53 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_50); if (x_53 == 0) { lean_object* x_54; @@ -34332,182 +35293,165 @@ return x_24; LEAN_EXPORT lean_object* l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_CharData___spec__1(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_String_Iterator_hasNext(x_2); -if (x_3 == 0) -{ -uint8_t x_4; -x_4 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); -if (x_4 == 0) -{ -lean_object* x_5; lean_object* x_6; -lean_dec(x_1); -x_5 = l_Lean_Parsec_unexpectedEndOfInput; -x_6 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_6, 0, x_2); -lean_ctor_set(x_6, 1, x_5); -return x_6; -} -else +lean_object* x_3; lean_object* x_4; uint8_t x_9; +x_9 = l_String_Iterator_hasNext(x_2); +if (x_9 == 0) { -lean_object* x_7; -x_7 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_7, 0, x_2); -lean_ctor_set(x_7, 1, x_1); -return x_7; -} +lean_object* x_10; +x_10 = l_Lean_Parsec_unexpectedEndOfInput; +lean_inc(x_2); +x_3 = x_2; +x_4 = x_10; +goto block_8; } else { -lean_object* x_8; uint32_t x_9; uint32_t x_10; uint8_t x_11; uint8_t x_12; +lean_object* x_11; uint32_t x_12; uint32_t x_13; uint8_t x_14; uint8_t x_15; lean_inc(x_2); -x_8 = l_String_Iterator_next(x_2); -x_9 = l_String_Iterator_curr(x_2); -x_10 = 60; -x_11 = lean_uint32_dec_eq(x_9, x_10); -x_12 = l_instDecidableNot___rarg(x_11); -if (x_12 == 0) -{ -uint8_t x_13; -lean_dec(x_8); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -lean_dec(x_1); -x_14 = l_Lean_Xml_Parser_NameChar___closed__1; -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_2); -lean_ctor_set(x_15, 1, x_14); -return x_15; -} -else +x_11 = l_String_Iterator_next(x_2); +x_12 = l_String_Iterator_curr(x_2); +x_13 = 60; +x_14 = lean_uint32_dec_eq(x_12, x_13); +x_15 = l_instDecidableNot___rarg(x_14); +if (x_15 == 0) { lean_object* x_16; -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_2); -lean_ctor_set(x_16, 1, x_1); -return x_16; -} +lean_dec(x_11); +x_16 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_2); +x_3 = x_2; +x_4 = x_16; +goto block_8; } else { uint32_t x_17; uint8_t x_18; uint8_t x_19; x_17 = 38; -x_18 = lean_uint32_dec_eq(x_9, x_17); +x_18 = lean_uint32_dec_eq(x_12, x_17); x_19 = l_instDecidableNot___rarg(x_18); if (x_19 == 0) { -uint8_t x_20; -lean_dec(x_8); -x_20 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); -if (x_20 == 0) +lean_object* x_20; +lean_dec(x_11); +x_20 = l_Lean_Xml_Parser_NameChar___closed__1; +lean_inc(x_2); +x_3 = x_2; +x_4 = x_20; +goto block_8; +} +else { lean_object* x_21; lean_object* x_22; +lean_inc(x_1); +x_21 = lean_string_push(x_1, x_12); +x_22 = l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_CharData___spec__1(x_21, x_11); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; +lean_dec(x_2); lean_dec(x_1); -x_21 = l_Lean_Xml_Parser_NameChar___closed__1; -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_2); -lean_ctor_set(x_22, 1, x_21); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ return x_22; } else { -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_2); -lean_ctor_set(x_23, 1, x_1); -return x_23; +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_22); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; } } else { -lean_object* x_24; lean_object* x_25; -lean_inc(x_1); -x_24 = lean_string_push(x_1, x_9); -x_25 = l_Lean_Parsec_manyCharsCore___at_Lean_Xml_Parser_CharData___spec__1(x_24, x_8); -if (lean_obj_tag(x_25) == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_22); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_28 = lean_ctor_get(x_22, 0); +x_29 = lean_ctor_get(x_22, 1); +x_30 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_28); +if (x_30 == 0) { -uint8_t x_26; lean_dec(x_2); lean_dec(x_1); -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) -{ -return x_25; +return x_22; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_25, 0); -x_28 = lean_ctor_get(x_25, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_25); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_27); -lean_ctor_set(x_29, 1, x_28); -return x_29; +lean_dec(x_29); +lean_dec(x_28); +lean_ctor_set_tag(x_22, 0); +lean_ctor_set(x_22, 1, x_1); +lean_ctor_set(x_22, 0, x_2); +return x_22; } } else { -uint8_t x_30; -x_30 = !lean_is_exclusive(x_25); -if (x_30 == 0) -{ lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_ctor_get(x_25, 0); -x_32 = lean_ctor_get(x_25, 1); -x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_31); +x_31 = lean_ctor_get(x_22, 0); +x_32 = lean_ctor_get(x_22, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_22); +x_33 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_31); if (x_33 == 0) { +lean_object* x_34; lean_dec(x_2); lean_dec(x_1); -return x_25; +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_31); +lean_ctor_set(x_34, 1, x_32); +return x_34; } else { +lean_object* x_35; lean_dec(x_32); lean_dec(x_31); -lean_ctor_set_tag(x_25, 0); -lean_ctor_set(x_25, 1, x_1); -lean_ctor_set(x_25, 0, x_2); -return x_25; +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_2); +lean_ctor_set(x_35, 1, x_1); +return x_35; } } -else +} +} +} +} +block_8: { -lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_34 = lean_ctor_get(x_25, 0); -x_35 = lean_ctor_get(x_25, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_25); -x_36 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_34); -if (x_36 == 0) +uint8_t x_5; +x_5 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_3); +if (x_5 == 0) { -lean_object* x_37; +lean_object* x_6; lean_dec(x_2); lean_dec(x_1); -x_37 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_37, 0, x_34); -lean_ctor_set(x_37, 1, x_35); -return x_37; +x_6 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_6, 0, x_3); +lean_ctor_set(x_6, 1, x_4); +return x_6; } else { -lean_object* x_38; -lean_dec(x_35); -lean_dec(x_34); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_2); -lean_ctor_set(x_38, 1, x_1); -return x_38; -} -} -} -} +lean_object* x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_7, 0, x_2); +lean_ctor_set(x_7, 1, x_1); +return x_7; } } } @@ -34594,7 +35538,7 @@ lean_object* x_50; uint8_t x_51; x_50 = lean_ctor_get(x_45, 1); lean_inc(x_50); lean_dec(x_45); -x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_2); +x_51 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_2); if (x_51 == 0) { lean_inc(x_2); @@ -34674,7 +35618,7 @@ lean_inc(x_69); x_70 = lean_ctor_get(x_52, 1); lean_inc(x_70); lean_dec(x_52); -x_71 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_69); +x_71 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_69); if (x_71 == 0) { x_21 = x_69; @@ -34712,7 +35656,7 @@ lean_inc(x_77); x_78 = lean_ctor_get(x_72, 1); lean_inc(x_78); lean_dec(x_72); -x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_77); +x_79 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_77); if (x_79 == 0) { x_21 = x_77; @@ -34745,7 +35689,7 @@ lean_inc(x_83); x_84 = lean_ctor_get(x_80, 1); lean_inc(x_84); lean_dec(x_80); -x_85 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_83); +x_85 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_83); if (x_85 == 0) { x_21 = x_83; @@ -34834,7 +35778,7 @@ if (x_11 == 0) lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = lean_ctor_get(x_6, 0); x_13 = lean_ctor_get(x_6, 1); -x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_12); +x_14 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_12); if (x_14 == 0) { lean_dec(x_2); @@ -34859,7 +35803,7 @@ x_16 = lean_ctor_get(x_6, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_15); +x_17 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_15); if (x_17 == 0) { lean_object* x_18; @@ -34886,7 +35830,7 @@ return x_19; block_26: { uint8_t x_23; -x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_2, x_21); +x_23 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_2, x_21); if (x_23 == 0) { lean_object* x_24; @@ -34941,7 +35885,7 @@ lean_inc(x_37); x_38 = lean_ctor_get(x_29, 1); lean_inc(x_38); lean_dec(x_29); -x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_27, x_37); +x_39 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_27, x_37); if (x_39 == 0) { lean_dec(x_28); @@ -35223,7 +36167,7 @@ if (x_57 == 0) lean_object* x_58; lean_object* x_59; uint8_t x_60; x_58 = lean_ctor_get(x_52, 0); x_59 = lean_ctor_get(x_52, 1); -x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_58); +x_60 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_58); if (x_60 == 0) { lean_dec(x_1); @@ -35249,7 +36193,7 @@ x_63 = lean_ctor_get(x_52, 1); lean_inc(x_63); lean_inc(x_62); lean_dec(x_52); -x_64 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_1, x_62); +x_64 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_1, x_62); if (x_64 == 0) { lean_object* x_65; @@ -35472,7 +36416,7 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = lean_ctor_get(x_5, 0); x_12 = lean_ctor_get(x_5, 1); -x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_11); +x_13 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_11); if (x_13 == 0) { lean_dec(x_4); @@ -35609,7 +36553,7 @@ x_39 = lean_ctor_get(x_5, 1); lean_inc(x_39); lean_inc(x_38); lean_dec(x_5); -x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2169_(x_3, x_38); +x_40 = l___private_Init_Data_String_Basic_0__String_decEqIterator____x40_Init_Data_String_Basic___hyg_2167_(x_3, x_38); if (x_40 == 0) { lean_object* x_41; diff --git a/stage0/stdlib/Lean/DocString.c b/stage0/stdlib/Lean/DocString.c index b20c2bcf5d1d..e5490919ca67 100644 --- a/stage0/stdlib/Lean/DocString.c +++ b/stage0/stdlib/Lean/DocString.c @@ -20,10 +20,10 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_addDocString_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces_saveLine(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_4_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751_(lean_object*); lean_object* l_Lean_indentD(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1; +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__3; static lean_object* l_Lean_addBuiltinDocString___closed__1; LEAN_EXPORT lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56_(lean_object*); @@ -32,21 +32,18 @@ LEAN_EXPORT lean_object* l_Lean_getDocStringText(lean_object*); LEAN_EXPORT lean_object* l_Lean_getModuleDoc_x3f___boxed(lean_object*, lean_object*); lean_object* l_String_Iterator_next(lean_object*); LEAN_EXPORT lean_object* l_Lean_getDocStringText___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_removeLeadingSpaces(lean_object*); LEAN_EXPORT lean_object* l_Lean_findDocString_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addDocString___rarg___lambda__1___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__1; lean_object* lean_string_utf8_byte_size(lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); uint32_t l_String_Iterator_curr(lean_object*); LEAN_EXPORT lean_object* l_Lean_addDocString___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_findLeadingSpacesSize_findNextLine(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_findDocString_x3f___spec__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDocStringText___rarg(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_String_instInhabitedString; @@ -59,26 +56,27 @@ LEAN_EXPORT lean_object* l_Lean_addMainModuleDoc(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* lean_list_to_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1; +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__5; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_findLeadingSpacesSize_consumeSpaces(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getDocStringText___rarg___closed__3; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getDocString(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__2; +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__1; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_builtinDocStrings; static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__3; LEAN_EXPORT lean_object* l_Lean_addDocString___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5; LEAN_EXPORT lean_object* l_Lean_getMainModuleDoc(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__1; LEAN_EXPORT lean_object* l_Lean_getModuleDoc_x3f(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2; lean_object* l_Lean_throwErrorAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TSyntax_getDocString___boxed(lean_object*); static lean_object* l_Lean_getModuleDoc_x3f___closed__1; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___boxed(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__6; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_moduleDocExt; LEAN_EXPORT lean_object* l_Lean_addDocString(lean_object*); lean_object* lean_string_length(lean_object*); @@ -87,14 +85,14 @@ static lean_object* l_Lean_addMainModuleDoc___closed__1; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_Environment_getModuleIdx_x3f(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__4; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_findLeadingSpacesSize(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_mkMapDeclarationExtension___rarg(lean_object*, lean_object*); lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces___closed__1; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749_(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__3; static lean_object* l_Lean_getDocStringText___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_DocString_0__Lean_removeNumLeadingSpaces(lean_object*, lean_object*); lean_object* l_Lean_instInhabitedPersistentArray(lean_object*); @@ -102,11 +100,13 @@ static lean_object* l_Lean_getMainModuleDoc___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_findDocString_x3f___spec__1___boxed(lean_object*, lean_object*); uint8_t l_String_Iterator_atEnd(lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_String_Iterator_find___at___private_Lean_DocString_0__Lean_findLeadingSpacesSize___spec__1(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_getDocStringText___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_addDocString_x27(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__2; LEAN_EXPORT lean_object* l_Lean_getMainModuleDoc___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_4_(lean_object* x_1) { _start: @@ -741,7 +741,7 @@ x_6 = l_Lean_findDocString_x3f(x_1, x_2, x_5, x_4); return x_6; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -750,23 +750,23 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1; +x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___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_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___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_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2; -x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__2; +x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___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); @@ -777,15 +777,15 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__3; return x_2; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__1() { _start: { lean_object* x_1; @@ -793,17 +793,17 @@ x_1 = lean_mk_string_from_bytes("moduleDocExt", 12); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_56____closed__1; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__3() { _start: { lean_object* x_1; @@ -812,7 +812,7 @@ lean_closure_set(x_1, 0, lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__4() { _start: { lean_object* x_1; @@ -820,22 +820,22 @@ x_1 = lean_alloc_closure((void*)(l_Lean_PersistentArray_push___rarg), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____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_initFn____x40_Lean_DocString___hyg_1749____closed__2; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4; -x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5; -x_4 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3; +x_1 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__2; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__4; +x_3 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__5; +x_4 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__3; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -844,20 +844,20 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6; +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__6; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1(x_1); +x_2 = l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1(x_1); lean_dec(x_1); return x_2; } @@ -1141,25 +1141,25 @@ l_Lean_addBuiltinDocString___closed__1 = _init_l_Lean_addBuiltinDocString___clos lean_mark_persistent(l_Lean_addBuiltinDocString___closed__1); l_Lean_addDocString___rarg___lambda__1___closed__1 = _init_l_Lean_addDocString___rarg___lambda__1___closed__1(); lean_mark_persistent(l_Lean_addDocString___rarg___lambda__1___closed__1); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__1); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__2); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____lambda__1___closed__3); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__1); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__2); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__3); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__4); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__5); -l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1749____closed__6); -if (builtin) {res = l_Lean_initFn____x40_Lean_DocString___hyg_1749_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__1); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__2); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____lambda__1___closed__3); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__1 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__1); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__2 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__2); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__3 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__3); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__4 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__4); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__5 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__5); +l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__6 = _init_l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_DocString___hyg_1751____closed__6); +if (builtin) {res = l_Lean_initFn____x40_Lean_DocString___hyg_1751_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l___private_Lean_DocString_0__Lean_moduleDocExt = lean_io_result_get_value(res); lean_mark_persistent(l___private_Lean_DocString_0__Lean_moduleDocExt); diff --git a/stage0/stdlib/Lean/Elab/App.c b/stage0/stdlib/Lean/Elab/App.c index 1dc303eddc64..7542bedbfe4d 100644 --- a/stage0/stdlib/Lean/Elab/App.c +++ b/stage0/stdlib/Lean/Elab/App.c @@ -38,19 +38,20 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabIdent(lean_object*, lean_object*, static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___rarg___closed__1; lean_object* lean_format_pretty(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabApp_declRange___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__15; static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit_declRange___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__5; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals___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_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*); 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*); static lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__3___rarg___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___spec__1___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__18(lean_object*, lean_object*, size_t, size_t); static lean_object* l_panic___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___spec__1___closed__1; 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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_elabAppArgs___spec__1___at_Lean_Elab_Term_elabAppArgs___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLambda___at_Lean_Elab_Term_ElabElim_revertArgs___spec__4___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit___closed__3; @@ -61,7 +62,6 @@ 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; lean_object* l_Lean_Elab_Term_addNamedArg(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_propagateExpectedType___closed__8; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__6; 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_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_ElabElim_revertArgs___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*, lean_object*); @@ -79,6 +79,7 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck__ LEAN_EXPORT lean_object* l_List_foldr___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_hasElabWithoutExpectedType(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 uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23(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*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withMCtxImp___rarg(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__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -89,6 +90,7 @@ lean_object* lean_private_to_user_name(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals___closed__1; lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__15; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange___closed__2; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_elabExplicitUnivs___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_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -104,7 +106,6 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_prop lean_object* l_Lean_throwError___at_Lean_Elab_Term_mkAuxName___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_instToStringNamedArg___closed__1; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__3; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__5; lean_object* l_Lean_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -117,6 +118,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit_declRange___close lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_hasOptAutoParams___closed__1; static lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___spec__2___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__16; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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__16; lean_object* l_Lean_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -144,6 +146,7 @@ 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_Lean_Elab_Term_elabAppArgs___lambda__5(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_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_hasArgsToProcess___boxed(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__24; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__14; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_elabAndAddNewArg___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_ElabAppArgs_State_etaArgs___default; @@ -151,7 +154,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabExplicitUniv(lean_object*, lean_ob lean_object* l_Lean_Expr_getAutoParamTactic_x3f(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_consumeImplicits(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_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___spec__2___lambda__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_24985_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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_isOptParam(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__8; @@ -159,18 +161,17 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_ElabElim_finalize 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_Elab_App_0__Lean_Elab_Term_ElabElim_elabArg(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_State_etaArgs___default___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__15; uint8_t l_Lean_Expr_isApp(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_consumeImplicits___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__5(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__10; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__12(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop(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___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValLoop___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___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__6; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__4; lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_ElabElim_finalize___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -182,7 +183,6 @@ lean_object* lean_array_push(lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_ElabElim_finalize___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_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__13; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__3___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit_declRange___closed__2; lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); @@ -194,13 +194,14 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux__ static lean_object* l_Lean_Elab_Term_ElabElim_finalize___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_getArgExpectedType(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__3___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__17; static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv___closed__3; static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__2(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_getSuccesses(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_getSuccesses___spec__2___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__3(lean_object*, size_t, size_t, lean_object*); 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; @@ -209,6 +210,8 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_shou extern lean_object* l_Lean_Elab_Term_instMonadTermElabM; lean_object* l_Lean_Syntax_getArgs(lean_object*); lean_object* l_ST_Prim_Ref_get___boxed(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_anyNamedArgDependsOnCurrent___spec__28___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_Term_initFn____x40_Lean_Elab_App___hyg_25008_(lean_object*); lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instToStringNamedArg___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg___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*); @@ -221,11 +224,12 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeProj___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv_declRange___closed__5; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___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* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__2; LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__17; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_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*); @@ -254,7 +258,6 @@ LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId___at___private_Lean_Elab_App_0__Le LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___lambda__1___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_finalize(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_throwLValError___rarg___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21; static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeProj___closed__1; @@ -263,8 +266,10 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___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* 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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__19; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___closed__2; static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__9; 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*); lean_object* l_List_find_x3f___rarg(lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_mkBaseProjections___spec__1___closed__3; @@ -290,6 +295,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_State_idx___default; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_elabAppArgs___spec__4___at_Lean_Elab_Term_elabAppArgs___spec__5___at_Lean_Elab_Term_elabAppArgs___spec__6(lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextArgHole(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__12; lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId_toName_go(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabProj_declRange___closed__7; @@ -297,17 +303,18 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange___close 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go___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___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__4; 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*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__15___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___boxed(lean_object*, lean_object*, lean_object*); 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; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs___spec__15___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabApp_declRange___closed__5; 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__5; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__7; extern lean_object* l_Lean_Expr_instBEqExpr; lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -351,7 +358,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeAppInstMVars___boxed(lean_ob 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*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___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*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__14; static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__4; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -361,15 +367,16 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__16(lean_object*, lean_object*, size_t, size_t); 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*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_State_motive_x3f___default; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLet___at_Lean_Elab_Term_ElabElim_revertArgs___spec__6___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*); +static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabChoice(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWithoutExpectedTypeAttr; LEAN_EXPORT uint8_t l_Lean_Elab_Term_elabAppArgs_isFirstOrder___lambda__1(lean_object*); lean_object* l_Lean_getStructureLikeNumFields(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabApp___closed__3; size_t lean_ptr_addr(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__10; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instToStringNamedArg(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -390,7 +397,7 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___clos LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_elabExplicitUnivs___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_throwMaxRecDepthAt___at_Lean_Elab_Term_ElabElim_revertArgs___spec__14___rarg___boxed(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_anyNamedArgDependsOnCurrent___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___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__4___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_Expr_withAppAux___at_Lean_Elab_Term_ElabElim_revertArgs___spec__11(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*); @@ -402,6 +409,7 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux__ static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__4___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs(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*); static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__4___closed__1; +static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabExplicitUnivs(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_App_0__Lean_Elab_Term_elabAppAux___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange___closed__6; @@ -428,7 +436,6 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___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___regBuiltin_Lean_Elab_Term_elabIdent_declRange___closed__3; LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId___spec__2(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*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__23; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__4___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit_declRange___closed__7; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent_declRange(lean_object*); @@ -440,8 +447,11 @@ LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at_Lean_Elab_ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwInvalidNamedArg___spec__1(lean_object*); lean_object* l_Lean_mkPrivateName(lean_object*, 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_initFn____x40_Lean_Elab_App___hyg_25008____closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__20; lean_object* l_Lean_Syntax_isFieldIdx_x3f(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName___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_getRefPos___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabAppArgs_isFirstOrder___closed__1; @@ -469,6 +479,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabChoice_declRange___closed_ 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_object* l_StateRefT_x27_lift___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f(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_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__1; lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__2___closed__1; 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*); @@ -477,7 +488,6 @@ lean_object* l_Lean_Elab_Term_registerMVarErrorInfo(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType___closed__2; uint8_t l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__24; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_propagateExpectedTypeFor___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabAppArgs___closed__3; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType___closed__1; @@ -491,14 +501,14 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwInvalidNamed LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_shouldElabAsElim___lambda__1___boxed(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__20; 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__10; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__15; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange___closed__5; static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__7; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__2; static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__4___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_normalizeFunType(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12; 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabProj___closed__3; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___spec__5___closed__1; @@ -509,6 +519,7 @@ static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__6; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabProj_declRange___closed__6; lean_object* l_Lean_Syntax_getKind(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___boxed(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___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange___closed__7; lean_object* l_Lean_Elab_Term_LVal_getRef(lean_object*); @@ -516,15 +527,12 @@ lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at_Lean_Elab_Term_ElabElim_revertArgs___spec__5(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*); uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___lambda__1(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_7884____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__2___boxed(lean_object**); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwInvalidNamedArg___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_App___hyg_7884____lambda__1___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___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_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at_Lean_Elab_Term_ElabElim_finalize___spec__6___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___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv(lean_object*); @@ -552,6 +560,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*, 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_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_throwLValError___spec__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___boxed(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_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___spec__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals___lambda__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*, lean_object*, lean_object*, lean_object*); @@ -566,6 +575,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__ uint8_t l_List_isEmpty___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___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_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__14; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppAux___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_Lean_Meta_withLetDecl___at_Lean_Elab_Term_ElabElim_revertArgs___spec__9___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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*, lean_object*, lean_object*); @@ -574,12 +584,10 @@ lean_object* lean_st_mk_ref(lean_object*, lean_object*); 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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__7(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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__1; lean_object* l_Lean_mkRecAppWithSyntax(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_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_findMethod_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__11; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at_Lean_Elab_Term_ElabElim_revertArgs___spec__2___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* 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*, lean_object*); @@ -588,18 +596,22 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs extern lean_object* l_Lean_Elab_Term_termElabAttribute; uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); 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*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___boxed(lean_object**); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); uint8_t lean_is_out_param(lean_object*); -lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(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_7892____lambda__1___closed__4; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabChoice___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__11; lean_object* l_instInhabited___rarg(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*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__25(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_getElabAsElimExtraArgsPos___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_transform_visit_visitLambda___at_Lean_Elab_Term_ElabElim_revertArgs___spec__4(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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__6; 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_List_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType___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_withLocalDecl___at_Lean_Elab_Term_ElabElim_revertArgs___spec__8___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*); @@ -618,10 +630,10 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_synthesize lean_object* l_Lean_Expr_constName_x21(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; lean_object* l_Lean_getParentStructures(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__23; static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitPost___at_Lean_Elab_Term_ElabElim_revertArgs___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*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___boxed(lean_object**); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__6; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___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_object* l_Lean_Expr_constName_x3f(lean_object*); @@ -629,7 +641,8 @@ lean_object* l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec_ lean_object* l_Lean_Meta_coerceToFunction_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_getMVarErrorInfo_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_isResultType(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__20; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__4; uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_getElabAsElimExtraArgsPos(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_isNextOutParamOfLocalInstanceAndResult___closed__1; @@ -642,7 +655,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Elab_Term_ElabElim_finalize___spec__5___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabApp___closed__5; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__22; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_eraseNamedArg(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange___closed__4; @@ -650,18 +662,18 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__5___closed__1; lean_object* l_Lean_Core_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_Term_ElabAppArgs_synthesizeAppInstMVars(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__13; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); 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_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___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_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*); static lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__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*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884_(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* lean_expr_consume_type_annotations(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892_(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__16___boxed(lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_finalize___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*); @@ -669,7 +681,6 @@ static lean_object* l_Lean_Elab_Term_ElabElim_finalize___lambda__4___closed__7; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___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_elabExplicitUnivs___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_isNextArgHole___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -684,7 +695,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit_declRange___closed__1; lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__3; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(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; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabAppArgs_eraseNamedArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -705,6 +715,7 @@ static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____clos 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__6; 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; @@ -722,11 +733,11 @@ LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs__ 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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Elab_Term_ElabElim_revertArgs___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_object*); lean_object* l_Lean_registerTagAttribute(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitPost___at_Lean_Elab_Term_ElabElim_revertArgs___spec__3(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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange___closed__7; lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__4(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_25008____closed__11; extern lean_object* l_Std_Format_defWidth; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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*); @@ -735,6 +746,7 @@ static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__4___closed__2; uint8_t l_Lean_BinderInfo_isImplicit(uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux(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_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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__2; 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___regBuiltin_Lean_Elab_Term_elabNamedPattern___closed__1; static lean_object* l_Lean_Elab_Term_elabExplicit___closed__1; @@ -752,13 +764,15 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeProj(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at_Lean_Elab_Term_ElabElim_revertArgs___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabPipeProj(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_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go___closed__1; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType___closed__4; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId___spec__2___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg___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_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Term_ElabElim_revertArgs___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___private_Lean_Elab_App_0__Lean_Elab_Term_throwInvalidFieldNotation(lean_object*); static lean_object* l_Lean_Meta_transform___at_Lean_Elab_Term_ElabElim_revertArgs___spec__1___closed__2; @@ -794,7 +808,6 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___clos LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at_Lean_Elab_Term_ElabElim_revertArgs___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_PersistentArray_forIn___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*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__4; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__4; 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*); static lean_object* l_Lean_Elab_Term_instToStringNamedArg___closed__3; @@ -811,14 +824,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_saveArgInfo(lean_object*, lea LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextArgHole___boxed(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*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__5___boxed(lean_object**); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__3; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValLoop___boxed(lean_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_instantiateMVars___at_Lean_Elab_Term_ElabElim_finalize___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_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_Meta_withLocalDecl___at_Lean_Elab_Term_ElabElim_revertArgs___spec__7___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_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__7; 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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwInvalidFieldNotation___rarg___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_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__15(lean_object*, lean_object*); @@ -827,7 +839,7 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fina LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_hasArgsToProcess___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_elabAppFnId_toLVals(lean_object*, lean_object*, uint8_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabChoice_declRange___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__16; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__6___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_throwInvalidFieldNotation___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__2___closed__1; @@ -840,7 +852,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabChoice_declRange___closed_ static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent_declRange___closed__2; 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_7884____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_ElabElim_mkMotive___spec__1(lean_object*, lean_object*); lean_object* l_Lean_getFieldInfo_x3f(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent_declRange___closed__7; @@ -852,9 +863,7 @@ LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs__ static lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_ElabElim_mkMotive___spec__1___rarg___closed__1; static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabAppArgs_State_instMVars___default; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_getArgExpectedType___boxed(lean_object*); -static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__1; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkBaseProjections___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabProj_declRange(lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); @@ -869,7 +878,9 @@ lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec 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*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___lambda__1___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go(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_25008____closed__7; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fTypeHasOptAutoParams___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); @@ -877,20 +888,19 @@ static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_ElabElim_rever LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___spec__3___rarg(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___regBuiltin_Lean_Elab_Term_elabDotIdent_declRange___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__18; LEAN_EXPORT uint8_t l_Lean_Elab_Term_elabAppArgs_isFirstOrder(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent___closed__2; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mergeFailures___rarg___closed__3; lean_object* lean_environment_main_module(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__9; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabChoice_declRange(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__18; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange___closed__6; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__18; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__4; LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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_Term_elabAppArgs___lambda__4___boxed(lean_object**); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__8; 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__1___boxed(lean_object**); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__19; @@ -900,12 +910,13 @@ uint8_t l_Lean_isPrivateNameFromImportedModule(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv_declRange___closed__3; 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*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at_Lean_Elab_Term_ElabElim_revertArgs___spec__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_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ElabElim_addDiscr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern_declRange(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_object* l_Lean_indentExpr(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__5; uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__26(lean_object*, lean_object*, size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv___closed__1; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshId___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -918,7 +929,6 @@ static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processInstImplicitArg(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_throwUnknownConstant___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__1___closed__1; lean_object* l_Lean_Meta_unfoldDefinition_x3f(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_7884____lambda__1___closed__15; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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_Term_elabAppArgs_elabAsElim_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___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__7; @@ -935,12 +945,11 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux__ 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___regBuiltin_Lean_Elab_Term_elabChoice_declRange___closed__6; lean_object* l_Lean_LocalDecl_type(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addNewArg___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_mkBaseProjections___closed__2; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22___boxed(lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___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_List_mapTR_loop___at_Lean_Elab_Term_elabAppArgs___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at_Lean_Elab_Term_ElabElim_revertArgs___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*); @@ -962,6 +971,7 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_shouldElabAsElim___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_ElabElim_revertArgs___spec__8(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__24(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___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*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals___closed__2; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___lambda__3___closed__4; @@ -976,11 +986,14 @@ uint8_t l_Lean_Expr_isProp(lean_object*); static lean_object* l_Lean_Elab_Term_elabExplicit___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Term_ElabElim_revertArgs___spec__9___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_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabProj(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_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2___boxed(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_getSuccesses___spec__2___boxed(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___lambda__3(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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__13; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__17(lean_object*, lean_object*, size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIdent_declRange___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processStrictImplicitArg(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_25008____closed__9; lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName_go___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_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___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_object*); @@ -1002,7 +1015,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabProj_declRange___closed__3 LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__6(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__8; 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*); uint8_t l_Lean_LocalDecl_binderInfo(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*); @@ -1020,6 +1032,7 @@ lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_ElabElim_revertArgs___spec__14___rarg___closed__1; 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_ElabElim_finalize___lambda__4___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__13; 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_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___spec__2(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_Term_ElabElim_revertArgs___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1034,11 +1047,14 @@ lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabApp___closed__2; static lean_object* l_Lean_Elab_Term_throwInvalidNamedArg___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20(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_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23___boxed(lean_object*, lean_object*); lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); -static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2; 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*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_mkBaseProjections___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_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabProj_declRange___closed__5; size_t lean_usize_add(size_t, size_t); 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*); @@ -1049,10 +1065,12 @@ static lean_object* l_Lean_setEnv___at___private_Lean_Elab_App_0__Lean_Elab_Term LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_hasLocalInstaceWithOutParams(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNamedPattern___closed__4; lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__2; uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId___spec__1___lambda__1___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_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___regBuiltin_Lean_Elab_Term_elabExplicit_declRange(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__22; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___lambda__1___closed__1; extern lean_object* l_Lean_instInhabitedName; static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__5___closed__1; @@ -1064,8 +1082,8 @@ lean_object* l_Lean_Expr_fvar___override(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__6; lean_object* l_Lean_Elab_Term_addTermInfo(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*); static lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop___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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21; LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___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_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId_toLVals___boxed(lean_object*, lean_object*, lean_object*); @@ -1077,8 +1095,8 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0 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_Elab_Term_getSyntheticMVarDecl_x3f(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_24985____closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___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_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_throwMaxRecDepthAt___at_Lean_Elab_Term_ElabElim_revertArgs___spec__14(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1105,7 +1123,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_ lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_shouldElabAsElim(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAsElim; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__12; static lean_object* l___regBuiltin_Lean_Elab_Term_elabApp_declRange___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult___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_Elab_App_0__Lean_Elab_Term_ElabAppArgs_normalizeFunType___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1123,7 +1140,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Term_elabAppArgs_getElabAsElimExtraArgsPos___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_synthesizePendingAndNormalizeFunType___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_Meta_withLocalDecl___at_Lean_Elab_Term_ElabElim_revertArgs___spec__8___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__19; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_elabAppArgs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_mkBaseProjections___spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addNewArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1135,14 +1151,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabAppArgs_elabAsElim_x3f___lambda__2 extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; static lean_object* l___regBuiltin_Lean_Elab_Term_elabDotIdent___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fTypeHasOptAutoParams___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_7884____lambda__1___closed__14; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicit_declRange___closed__4; static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_getBindingName___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeProj_declRange___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__13___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_dbg_to_string(lean_object*); @@ -1161,13 +1175,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Term_ElabElim_revertArgs___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isConst(lean_object*); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___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___private_Lean_Elab_App_0__Lean_Elab_Term_resolveLValAux___lambda__5___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_isNextOutParamOfLocalInstanceAndResult_isOutParamOfLocalInstance___lambda__1(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__2; static lean_object* l_Lean_Elab_Term_elabAppArgs___lambda__5___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__14; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__13(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__1; lean_object* l_Lean_Expr_bindingInfo_x21(lean_object*); uint8_t l_Lean_Expr_isForall(lean_object*); static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName___closed__1; @@ -1187,6 +1202,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwInvalidNamedArg(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22(lean_object*, lean_object*); uint8_t l_Lean_isCasesOnRecursor(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_addLValArg___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_elabPipeProj___lambda__1___closed__3; @@ -1215,6 +1231,7 @@ static lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_ static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv_declRange___closed__2; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Elab_Term_ElabElim_mkMotive___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_PersistentArray_forIn___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_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_isMVarApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_whnfR(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_resolveName_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1223,6 +1240,7 @@ LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_App_0__Lean_E LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addInstMVar___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_ElabElim_finalize___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_App_0__Lean_Elab_Term_ElabAppArgs_shouldPropagateExpectedTypeFor___boxed(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_hasOptAutoParams___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabExplicitUniv___closed__2; lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2140,102 +2158,115 @@ lean_inc(x_22); x_24 = l_Lean_Meta_isProp(x_22, x_4, x_5, x_6, x_7, x_23); if (lean_obj_tag(x_24) == 0) { -lean_object* x_25; uint8_t x_26; +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_49; x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); -x_26 = lean_unbox(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_49 = lean_unbox(x_25); lean_dec(x_25); -if (x_26 == 0) +if (x_49 == 0) +{ +uint8_t x_50; +x_50 = 1; +x_28 = x_50; +goto block_48; +} +else +{ +uint8_t x_51; +x_51 = 0; +x_28 = x_51; +goto block_48; +} +block_48: +{ +if (x_28 == 0) +{ +lean_object* x_29; +lean_dec(x_22); +lean_dec(x_11); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +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_9); +lean_ctor_set(x_29, 1, x_26); +return x_29; +} +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; 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; uint8_t x_42; +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_object* x_42; lean_object* x_43; uint8_t x_44; +lean_dec(x_27); lean_dec(x_9); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -x_28 = l_Lean_indentExpr(x_3); -x_29 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___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___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__4; +x_30 = l_Lean_indentExpr(x_3); +x_31 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__2; 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_indentExpr(x_11); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +x_33 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__4; x_34 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); -x_35 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__6; +x_35 = l_Lean_indentExpr(x_11); x_36 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean_indentExpr(x_22); +x_37 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__6; x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); -x_39 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__8; +x_39 = l_Lean_indentExpr(x_22); x_40 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); -x_41 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_40, x_4, x_5, x_6, x_7, x_27); +x_41 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__8; +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_42, x_4, x_5, x_6, x_7, x_26); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_42 = !lean_is_exclusive(x_41); -if (x_42 == 0) -{ -return x_41; -} -else +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_41, 0); -x_44 = lean_ctor_get(x_41, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_41); -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; -} +return x_43; } else { -uint8_t x_46; -lean_dec(x_22); -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_46 = !lean_is_exclusive(x_24); -if (x_46 == 0) -{ -lean_object* x_47; -x_47 = lean_ctor_get(x_24, 0); -lean_dec(x_47); -lean_ctor_set(x_24, 0, x_9); -return x_24; +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_43, 0); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_43); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } -else -{ -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_24, 1); -lean_inc(x_48); -lean_dec(x_24); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_9); -lean_ctor_set(x_49, 1, x_48); -return x_49; } } } else { -uint8_t x_50; +uint8_t x_52; lean_dec(x_22); lean_dec(x_11); lean_dec(x_9); @@ -2244,29 +2275,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_50 = !lean_is_exclusive(x_24); -if (x_50 == 0) +x_52 = !lean_is_exclusive(x_24); +if (x_52 == 0) { return x_24; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_24, 0); -x_52 = lean_ctor_get(x_24, 1); -lean_inc(x_52); -lean_inc(x_51); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_24, 0); +x_54 = lean_ctor_get(x_24, 1); +lean_inc(x_54); +lean_inc(x_53); lean_dec(x_24); -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; +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 { -uint8_t x_54; +uint8_t x_56; lean_dec(x_11); lean_dec(x_9); lean_dec(x_7); @@ -2274,30 +2305,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_54 = !lean_is_exclusive(x_21); -if (x_54 == 0) +x_56 = !lean_is_exclusive(x_21); +if (x_56 == 0) { return x_21; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_21, 0); -x_56 = lean_ctor_get(x_21, 1); -lean_inc(x_56); -lean_inc(x_55); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_21, 0); +x_58 = lean_ctor_get(x_21, 1); +lean_inc(x_58); +lean_inc(x_57); lean_dec(x_21); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } } else { -uint8_t x_58; +uint8_t x_60; lean_dec(x_11); lean_dec(x_9); lean_dec(x_7); @@ -2305,52 +2336,52 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_58 = !lean_is_exclusive(x_13); -if (x_58 == 0) +x_60 = !lean_is_exclusive(x_13); +if (x_60 == 0) { return x_13; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_13, 0); -x_60 = lean_ctor_get(x_13, 1); -lean_inc(x_60); -lean_inc(x_59); +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_13, 0); +x_62 = lean_ctor_get(x_13, 1); +lean_inc(x_62); +lean_inc(x_61); lean_dec(x_13); -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; +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } else { -uint8_t x_62; +uint8_t x_64; lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_62 = !lean_is_exclusive(x_10); -if (x_62 == 0) +x_64 = !lean_is_exclusive(x_10); +if (x_64 == 0) { return x_10; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_10, 0); -x_64 = lean_ctor_get(x_10, 1); -lean_inc(x_64); -lean_inc(x_63); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_10, 0); +x_66 = lean_ctor_get(x_10, 1); +lean_inc(x_66); +lean_inc(x_65); lean_dec(x_10); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +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; } } } @@ -3236,36 +3267,36 @@ uint8_t x_14; x_14 = lean_usize_dec_eq(x_2, x_3); if (x_14 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_22; lean_object* x_23; +lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_26; lean_object* x_27; x_15 = lean_array_uget(x_1, x_2); lean_inc(x_15); -x_22 = l_Lean_Expr_mvar___override(x_15); +x_26 = l_Lean_Expr_mvar___override(x_15); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_23 = lean_infer_type(x_22, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_23) == 0) +x_27 = lean_infer_type(x_26, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_27) == 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; uint8_t x_30; -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 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__1(x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_25); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); +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_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -lean_dec(x_26); -x_29 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__2___closed__1; -x_30 = l_Lean_Expr_isMVar(x_27); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); lean_dec(x_27); -if (x_30 == 0) +x_30 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__1(x_28, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_29); +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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ElabAppArgs_trySynthesizeAppInstMVars___spec__2___closed__1; +x_34 = l_Lean_Expr_isMVar(x_31); +lean_dec(x_31); +if (x_34 == 0) { -lean_object* x_31; lean_object* x_32; -x_31 = lean_box(0); +lean_object* x_35; lean_object* x_36; +x_35 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -3273,21 +3304,21 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_15); -x_32 = l_Lean_Elab_Term_synthesizeInstMVarCore(x_15, x_31, x_7, x_8, x_9, x_10, x_11, x_12, x_28); -if (lean_obj_tag(x_32) == 0) +x_36 = l_Lean_Elab_Term_synthesizeInstMVarCore(x_15, x_35, x_7, x_8, x_9, x_10, x_11, x_12, x_32); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_33; uint8_t x_34; -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_unbox(x_33); -lean_dec(x_33); -if (x_34 == 0) +lean_object* x_37; uint8_t x_38; +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_unbox(x_37); +lean_dec(x_37); +if (x_38 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -lean_dec(x_32); -x_36 = lean_box(0); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_36, 1); +lean_inc(x_39); +lean_dec(x_36); +x_40 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -3296,40 +3327,24 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_37 = lean_apply_10(x_29, x_36, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_35); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; uint8_t x_39; -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -x_39 = lean_unbox(x_38); -lean_dec(x_38); -if (x_39 == 0) -{ -lean_object* x_40; -lean_dec(x_15); -x_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_dec(x_37); -x_16 = x_4; -x_17 = x_40; -goto block_21; -} -else +x_41 = lean_apply_10(x_33, x_40, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_39); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_37, 1); -lean_inc(x_41); -lean_dec(x_37); -x_42 = lean_array_push(x_4, x_15); -x_16 = x_42; -x_17 = x_41; -goto block_21; -} +lean_object* x_42; lean_object* x_43; uint8_t x_44; +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_unbox(x_42); +lean_dec(x_42); +x_16 = x_44; +x_17 = x_43; +goto block_25; } else { -uint8_t x_43; +uint8_t x_45; lean_dec(x_15); lean_dec(x_12); lean_dec(x_11); @@ -3340,45 +3355,45 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +x_45 = !lean_is_exclusive(x_41); +if (x_45 == 0) { -return x_37; +return x_41; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_41, 0); +x_47 = lean_ctor_get(x_41, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_41); +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_47; -lean_dec(x_15); -x_47 = lean_ctor_get(x_32, 1); -lean_inc(x_47); -lean_dec(x_32); -x_16 = x_4; -x_17 = x_47; -goto block_21; +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_36, 1); +lean_inc(x_49); +lean_dec(x_36); +x_50 = 0; +x_16 = x_50; +x_17 = x_49; +goto block_25; } } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_32, 1); -lean_inc(x_48); -lean_dec(x_32); -x_49 = lean_box(0); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_36, 1); +lean_inc(x_51); +lean_dec(x_36); +x_52 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -3387,40 +3402,24 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_50 = lean_apply_10(x_29, x_49, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_48); -if (lean_obj_tag(x_50) == 0) -{ -lean_object* x_51; uint8_t x_52; -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_unbox(x_51); -lean_dec(x_51); -if (x_52 == 0) -{ -lean_object* x_53; -lean_dec(x_15); -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); -lean_dec(x_50); -x_16 = x_4; -x_17 = x_53; -goto block_21; -} -else +x_53 = lean_apply_10(x_33, x_52, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_51); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_50, 1); +lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_54 = lean_ctor_get(x_53, 0); lean_inc(x_54); -lean_dec(x_50); -x_55 = lean_array_push(x_4, x_15); -x_16 = x_55; -x_17 = x_54; -goto block_21; -} +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_unbox(x_54); +lean_dec(x_54); +x_16 = x_56; +x_17 = x_55; +goto block_25; } else { -uint8_t x_56; +uint8_t x_57; lean_dec(x_15); lean_dec(x_12); lean_dec(x_11); @@ -3431,31 +3430,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_56 = !lean_is_exclusive(x_50); -if (x_56 == 0) +x_57 = !lean_is_exclusive(x_53); +if (x_57 == 0) { -return x_50; +return x_53; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_50, 0); -x_58 = lean_ctor_get(x_50, 1); +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_inc(x_57); -lean_dec(x_50); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +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 { -lean_object* x_60; lean_object* x_61; -x_60 = lean_box(0); +lean_object* x_61; lean_object* x_62; +x_61 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -3464,40 +3463,24 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_61 = lean_apply_10(x_29, x_60, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_28); -if (lean_obj_tag(x_61) == 0) -{ -lean_object* x_62; uint8_t x_63; -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_unbox(x_62); -lean_dec(x_62); -if (x_63 == 0) +x_62 = lean_apply_10(x_33, x_61, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_32); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_64; -lean_dec(x_15); -x_64 = lean_ctor_get(x_61, 1); +lean_object* x_63; lean_object* x_64; uint8_t x_65; +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_61); -x_16 = x_4; +lean_dec(x_62); +x_65 = lean_unbox(x_63); +lean_dec(x_63); +x_16 = x_65; x_17 = x_64; -goto block_21; -} -else -{ -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_61, 1); -lean_inc(x_65); -lean_dec(x_61); -x_66 = lean_array_push(x_4, x_15); -x_16 = x_66; -x_17 = x_65; -goto block_21; -} +goto block_25; } else { -uint8_t x_67; +uint8_t x_66; lean_dec(x_15); lean_dec(x_12); lean_dec(x_11); @@ -3508,30 +3491,30 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_67 = !lean_is_exclusive(x_61); -if (x_67 == 0) +x_66 = !lean_is_exclusive(x_62); +if (x_66 == 0) { -return x_61; +return x_62; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_61, 0); -x_69 = lean_ctor_get(x_61, 1); -lean_inc(x_69); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_62, 0); +x_68 = lean_ctor_get(x_62, 1); lean_inc(x_68); -lean_dec(x_61); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +lean_inc(x_67); +lean_dec(x_62); +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; } } } } else { -uint8_t x_71; +uint8_t x_70; lean_dec(x_15); lean_dec(x_12); lean_dec(x_11); @@ -3542,39 +3525,53 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_71 = !lean_is_exclusive(x_23); -if (x_71 == 0) +x_70 = !lean_is_exclusive(x_27); +if (x_70 == 0) { -return x_23; +return x_27; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_23, 0); -x_73 = lean_ctor_get(x_23, 1); -lean_inc(x_73); +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_27, 0); +x_72 = lean_ctor_get(x_27, 1); lean_inc(x_72); -lean_dec(x_23); -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; +lean_inc(x_71); +lean_dec(x_27); +x_73 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_73, 0, x_71); +lean_ctor_set(x_73, 1, x_72); +return x_73; } } -block_21: +block_25: +{ +if (x_16 == 0) { size_t x_18; size_t x_19; +lean_dec(x_15); x_18 = 1; x_19 = lean_usize_add(x_2, x_18); x_2 = x_19; -x_4 = x_16; x_13 = x_17; goto _start; } +else +{ +lean_object* x_21; size_t x_22; size_t x_23; +x_21 = lean_array_push(x_4, x_15); +x_22 = 1; +x_23 = lean_usize_add(x_2, x_22); +x_2 = x_23; +x_4 = x_21; +x_13 = x_17; +goto _start; +} +} } else { -lean_object* x_75; +lean_object* x_74; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -3583,10 +3580,10 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_4); -lean_ctor_set(x_75, 1, x_13); -return x_75; +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_4); +lean_ctor_set(x_74, 1, x_13); +return x_74; } } } @@ -5875,7 +5872,7 @@ if (x_6 == 0) { if (lean_obj_tag(x_4) == 7) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_22; +lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; uint8_t x_11; lean_object* x_23; x_7 = lean_ctor_get(x_4, 0); lean_inc(x_7); x_8 = lean_ctor_get(x_4, 1); @@ -5885,52 +5882,53 @@ lean_inc(x_9); x_10 = lean_ctor_get_uint8(x_4, sizeof(void*)*3 + 8); lean_inc(x_7); lean_inc(x_3); -x_22 = l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f(x_3, x_7); -if (lean_obj_tag(x_22) == 0) +x_23 = l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f(x_3, x_7); +if (lean_obj_tag(x_23) == 0) { lean_dec(x_7); if (x_1 == 0) { -uint8_t x_23; -x_23 = l_Lean_BinderInfo_isExplicit(x_10); -if (x_23 == 0) +uint8_t x_24; +x_24 = l_Lean_BinderInfo_isExplicit(x_10); +if (x_24 == 0) { -lean_dec(x_8); -lean_dec(x_4); -x_4 = x_9; -goto _start; +uint8_t x_25; +x_25 = 1; +x_11 = x_25; +goto block_22; } else { -lean_object* x_25; -x_25 = lean_box(0); -x_11 = x_25; -goto block_21; +uint8_t x_26; +x_26 = 0; +x_11 = x_26; +goto block_22; } } else { -lean_object* x_26; -x_26 = lean_box(0); -x_11 = x_26; -goto block_21; +uint8_t x_27; +x_27 = 0; +x_11 = x_27; +goto block_22; } } else { -lean_object* x_27; -lean_dec(x_22); +lean_object* x_28; +lean_dec(x_23); lean_dec(x_8); lean_dec(x_4); -x_27 = l_Lean_Elab_Term_eraseNamedArg(x_3, x_7); -x_3 = x_27; +x_28 = l_Lean_Elab_Term_eraseNamedArg(x_3, x_7); +x_3 = x_28; x_4 = x_9; goto _start; } -block_21: +block_22: +{ +if (x_11 == 0) { uint8_t x_12; -lean_dec(x_11); x_12 = lean_nat_dec_lt(x_5, x_2); if (x_12 == 0) { @@ -5979,15 +5977,23 @@ x_4 = x_9; goto _start; } } +else +{ +lean_dec(x_8); +lean_dec(x_4); +x_4 = x_9; +goto _start; +} +} } else { -lean_object* x_29; +lean_object* x_30; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_29 = lean_box(0); -return x_29; +x_30 = lean_box(0); +return x_30; } } else @@ -5997,244 +6003,223 @@ if (lean_obj_tag(x_3) == 0) { if (lean_obj_tag(x_4) == 7) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; -x_30 = lean_ctor_get(x_4, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_4, 1); +lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; uint8_t x_35; lean_object* x_43; +x_31 = lean_ctor_get(x_4, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_4, 2); +x_32 = lean_ctor_get(x_4, 1); lean_inc(x_32); -x_33 = lean_ctor_get_uint8(x_4, sizeof(void*)*3 + 8); -lean_inc(x_30); -x_34 = l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f(x_3, x_30); -if (lean_obj_tag(x_34) == 0) +x_33 = lean_ctor_get(x_4, 2); +lean_inc(x_33); +x_34 = lean_ctor_get_uint8(x_4, sizeof(void*)*3 + 8); +lean_inc(x_31); +x_43 = l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f(x_3, x_31); +if (lean_obj_tag(x_43) == 0) { -lean_dec(x_30); +lean_dec(x_31); if (x_1 == 0) { -uint8_t x_35; -x_35 = l_Lean_BinderInfo_isExplicit(x_33); -if (x_35 == 0) +uint8_t x_44; +x_44 = l_Lean_BinderInfo_isExplicit(x_34); +if (x_44 == 0) { -lean_dec(x_31); -lean_dec(x_4); -x_2 = x_5; -x_4 = x_32; -goto _start; +uint8_t x_45; +x_45 = 1; +x_35 = x_45; +goto block_42; } else { -uint8_t x_37; -x_37 = l_Lean_Expr_isAutoParam(x_31); -if (x_37 == 0) -{ -uint8_t x_38; -x_38 = l_Lean_Expr_isOptParam(x_31); -lean_dec(x_31); -if (x_38 == 0) -{ -lean_object* x_39; -lean_dec(x_32); -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_4); -return x_39; +uint8_t x_46; +x_46 = 0; +x_35 = x_46; +goto block_42; +} } else { -lean_dec(x_4); -x_2 = x_5; -x_4 = x_32; -goto _start; +uint8_t x_47; +x_47 = 0; +x_35 = x_47; +goto block_42; } } else { -lean_dec(x_31); +lean_object* x_48; +lean_dec(x_43); +lean_dec(x_32); lean_dec(x_4); +x_48 = l_Lean_Elab_Term_eraseNamedArg(x_3, x_31); x_2 = x_5; -x_4 = x_32; +x_3 = x_48; +x_4 = x_33; goto _start; } -} -} -else +block_42: { -uint8_t x_42; -x_42 = l_Lean_Expr_isAutoParam(x_31); -if (x_42 == 0) +if (x_35 == 0) { -uint8_t x_43; -x_43 = l_Lean_Expr_isOptParam(x_31); -lean_dec(x_31); -if (x_43 == 0) +uint8_t x_36; +x_36 = l_Lean_Expr_isAutoParam(x_32); +if (x_36 == 0) { -lean_object* x_44; +uint8_t x_37; +x_37 = l_Lean_Expr_isOptParam(x_32); lean_dec(x_32); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_4); -return x_44; +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_33); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_4); +return x_38; } else { lean_dec(x_4); x_2 = x_5; -x_4 = x_32; +x_4 = x_33; goto _start; } } else { -lean_dec(x_31); +lean_dec(x_32); lean_dec(x_4); x_2 = x_5; -x_4 = x_32; +x_4 = x_33; goto _start; } } -} else { -lean_object* x_47; -lean_dec(x_34); -lean_dec(x_31); +lean_dec(x_32); lean_dec(x_4); -x_47 = l_Lean_Elab_Term_eraseNamedArg(x_3, x_30); x_2 = x_5; -x_3 = x_47; -x_4 = x_32; +x_4 = x_33; goto _start; } } +} else { -lean_object* x_49; -x_49 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_49, 0, x_4); -return x_49; +lean_object* x_50; +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_4); +return x_50; } } else { if (lean_obj_tag(x_4) == 7) { -lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; -x_50 = lean_ctor_get(x_4, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_4, 1); +lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; uint8_t x_55; lean_object* x_63; +x_51 = lean_ctor_get(x_4, 0); lean_inc(x_51); -x_52 = lean_ctor_get(x_4, 2); +x_52 = lean_ctor_get(x_4, 1); lean_inc(x_52); -x_53 = lean_ctor_get_uint8(x_4, sizeof(void*)*3 + 8); -lean_inc(x_50); +x_53 = lean_ctor_get(x_4, 2); +lean_inc(x_53); +x_54 = lean_ctor_get_uint8(x_4, sizeof(void*)*3 + 8); +lean_inc(x_51); lean_inc(x_3); -x_54 = l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f(x_3, x_50); -if (lean_obj_tag(x_54) == 0) +x_63 = l___private_Lean_Elab_App_0__Lean_Elab_Term_findBinderName_x3f(x_3, x_51); +if (lean_obj_tag(x_63) == 0) { -lean_dec(x_50); +lean_dec(x_51); if (x_1 == 0) { -uint8_t x_55; -x_55 = l_Lean_BinderInfo_isExplicit(x_53); -if (x_55 == 0) +uint8_t x_64; +x_64 = l_Lean_BinderInfo_isExplicit(x_54); +if (x_64 == 0) { -lean_dec(x_51); -lean_dec(x_4); -x_2 = x_5; -x_4 = x_52; -goto _start; +uint8_t x_65; +x_65 = 1; +x_55 = x_65; +goto block_62; } else { -uint8_t x_57; -x_57 = l_Lean_Expr_isAutoParam(x_51); -if (x_57 == 0) -{ -uint8_t x_58; -x_58 = l_Lean_Expr_isOptParam(x_51); -lean_dec(x_51); -if (x_58 == 0) -{ -lean_object* x_59; -lean_dec(x_52); -lean_dec(x_3); -x_59 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_59, 0, x_4); -return x_59; +uint8_t x_66; +x_66 = 0; +x_55 = x_66; +goto block_62; +} } else { -lean_dec(x_4); -x_2 = x_5; -x_4 = x_52; -goto _start; +uint8_t x_67; +x_67 = 0; +x_55 = x_67; +goto block_62; } } else { -lean_dec(x_51); +lean_object* x_68; +lean_dec(x_63); +lean_dec(x_52); lean_dec(x_4); +x_68 = l_Lean_Elab_Term_eraseNamedArg(x_3, x_51); x_2 = x_5; -x_4 = x_52; +x_3 = x_68; +x_4 = x_53; goto _start; } -} -} -else +block_62: { -uint8_t x_62; -x_62 = l_Lean_Expr_isAutoParam(x_51); -if (x_62 == 0) +if (x_55 == 0) { -uint8_t x_63; -x_63 = l_Lean_Expr_isOptParam(x_51); -lean_dec(x_51); -if (x_63 == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_isAutoParam(x_52); +if (x_56 == 0) { -lean_object* x_64; +uint8_t x_57; +x_57 = l_Lean_Expr_isOptParam(x_52); lean_dec(x_52); +if (x_57 == 0) +{ +lean_object* x_58; +lean_dec(x_53); lean_dec(x_3); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_4); -return x_64; +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_4); +return x_58; } else { lean_dec(x_4); x_2 = x_5; -x_4 = x_52; +x_4 = x_53; goto _start; } } else { -lean_dec(x_51); +lean_dec(x_52); lean_dec(x_4); x_2 = x_5; -x_4 = x_52; +x_4 = x_53; goto _start; } } -} else { -lean_object* x_67; -lean_dec(x_54); -lean_dec(x_51); +lean_dec(x_52); lean_dec(x_4); -x_67 = l_Lean_Elab_Term_eraseNamedArg(x_3, x_50); x_2 = x_5; -x_3 = x_67; -x_4 = x_52; +x_4 = x_53; goto _start; } } +} else { -lean_object* x_69; +lean_object* x_70; lean_dec(x_4); lean_dec(x_3); -x_69 = lean_box(0); -return x_69; +x_70 = lean_box(0); +return x_70; } } } @@ -7098,65 +7083,61 @@ return x_13; } else { -lean_object* x_14; uint8_t x_15; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_90; x_14 = lean_st_ref_get(x_3, x_10); -x_15 = !lean_is_exclusive(x_14); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_16 = lean_ctor_get(x_14, 0); -x_17 = lean_ctor_get(x_14, 1); -x_18 = lean_ctor_get(x_16, 5); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_17 = x_14; +} else { + lean_dec_ref(x_14); + x_17 = lean_box(0); +} +x_18 = lean_ctor_get(x_15, 5); lean_inc(x_18); -x_19 = l_Array_isEmpty___rarg(x_18); -if (x_19 == 0) +x_90 = l_Array_isEmpty___rarg(x_18); +if (x_90 == 0) { -lean_object* x_20; -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_9); -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_20 = lean_box(0); -lean_ctor_set(x_14, 0, x_20); -return x_14; +uint8_t x_91; +x_91 = 1; +x_19 = x_91; +goto block_89; } else { -uint8_t x_21; -x_21 = lean_ctor_get_uint8(x_16, sizeof(void*)*9); -if (x_21 == 0) +uint8_t x_92; +x_92 = lean_ctor_get_uint8(x_15, sizeof(void*)*9); +if (x_92 == 0) { -lean_object* x_22; -lean_dec(x_18); -lean_dec(x_16); -lean_dec(x_9); -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_22 = lean_box(0); -lean_ctor_set(x_14, 0, x_22); -return x_14; +uint8_t x_93; +x_93 = 1; +x_19 = x_93; +goto block_89; } else { -lean_object* x_23; -x_23 = lean_ctor_get(x_16, 4); -lean_inc(x_23); -if (lean_obj_tag(x_23) == 0) +uint8_t x_94; +x_94 = 0; +x_19 = x_94; +goto block_89; +} +} +block_89: { -lean_object* x_24; +if (x_19 == 0) +{ +lean_object* x_20; +x_20 = lean_ctor_get(x_15, 4); +lean_inc(x_20); +if (lean_obj_tag(x_20) == 0) +{ +lean_object* x_21; lean_object* x_22; lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7165,103 +7146,109 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_24 = lean_box(0); -lean_ctor_set(x_14, 0, x_24); -return x_14; +x_21 = lean_box(0); +if (lean_is_scalar(x_17)) { + x_22 = lean_alloc_ctor(0, 2, 0); +} else { + x_22 = x_17; +} +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_16); +return x_22; } else { -lean_object* x_25; uint8_t x_26; -lean_free_object(x_14); -x_25 = lean_ctor_get(x_23, 0); -lean_inc(x_25); -lean_dec(x_23); -x_26 = l_Lean_Expr_isProp(x_25); -if (x_26 == 0) +lean_object* x_23; uint8_t x_24; +lean_dec(x_17); +x_23 = lean_ctor_get(x_20, 0); +lean_inc(x_23); +lean_dec(x_20); +x_24 = l_Lean_Expr_isProp(x_23); +if (x_24 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_27 = lean_ctor_get(x_16, 2); -lean_inc(x_27); -x_28 = lean_unsigned_to_nat(0u); -x_29 = l_List_lengthTRAux___rarg(x_27, x_28); -lean_dec(x_27); -x_30 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__3; -x_31 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__1(x_30, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_17); -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_unbox(x_32); -lean_dec(x_32); -if (x_33 == 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; uint8_t x_31; +x_25 = lean_ctor_get(x_15, 2); +lean_inc(x_25); +x_26 = lean_unsigned_to_nat(0u); +x_27 = l_List_lengthTRAux___rarg(x_25, x_26); +lean_dec(x_25); +x_28 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__3; +x_29 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__1(x_28, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_16); +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_dec(x_18); -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_dec(x_31); -x_35 = lean_box(0); -x_36 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2(x_16, x_29, x_30, x_25, x_35, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_34); -return x_36; +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_dec(x_29); +x_33 = lean_box(0); +x_34 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2(x_15, x_27, x_28, x_23, x_33, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_32); +return x_34; } else { -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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_37 = lean_ctor_get(x_31, 1); -lean_inc(x_37); -lean_dec(x_31); -x_38 = lean_array_get_size(x_18); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; +x_35 = lean_ctor_get(x_29, 1); +lean_inc(x_35); +lean_dec(x_29); +x_36 = lean_array_get_size(x_18); lean_dec(x_18); -x_39 = l_Nat_repr(x_38); -x_40 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_40, 0, x_39); -x_41 = lean_alloc_ctor(0, 1, 0); +x_37 = l_Nat_repr(x_36); +x_38 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_39, 0, x_38); +x_40 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__5; +x_41 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_41, 0, x_40); -x_42 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__5; +lean_ctor_set(x_41, 1, x_39); +x_42 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__7; 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___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__7; -x_45 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -lean_inc(x_29); -x_46 = l_Nat_repr(x_29); -x_47 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_48 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +lean_inc(x_27); +x_44 = l_Nat_repr(x_27); +x_45 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_45, 0, x_44); +x_46 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_47 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_47, 0, x_43); +lean_ctor_set(x_47, 1, x_46); +x_48 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__9; x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_45); +lean_ctor_set(x_49, 0, x_47); lean_ctor_set(x_49, 1, x_48); -x_50 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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); -x_52 = lean_ctor_get(x_16, 1); -lean_inc(x_52); -x_53 = l_Lean_MessageData_ofExpr(x_52); +x_50 = lean_ctor_get(x_15, 1); +lean_inc(x_50); +x_51 = l_Lean_MessageData_ofExpr(x_50); +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_49); +lean_ctor_set(x_52, 1, x_51); +x_53 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__8; x_54 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_54, 0, x_51); +lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_53); -x_55 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__8; -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -x_57 = l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__2(x_30, x_56, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_37); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); -x_60 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2(x_16, x_29, x_30, x_25, x_58, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_59); -return x_60; +x_55 = l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__2(x_28, x_54, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_35); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); +x_58 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2(x_15, x_27, x_28, x_23, x_56, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_57); +return x_58; } } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; -lean_dec(x_25); +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +lean_dec(x_23); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -7269,57 +7256,55 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_61 = lean_st_ref_take(x_3, x_17); -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = !lean_is_exclusive(x_62); -if (x_64 == 0) +x_59 = lean_st_ref_take(x_3, x_16); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = !lean_is_exclusive(x_60); +if (x_62 == 0) { -uint8_t x_65; lean_object* x_66; uint8_t x_67; -x_65 = 0; -lean_ctor_set_uint8(x_62, sizeof(void*)*9, x_65); -x_66 = lean_st_ref_set(x_3, x_62, x_63); +uint8_t x_63; lean_object* x_64; uint8_t x_65; +x_63 = 0; +lean_ctor_set_uint8(x_60, sizeof(void*)*9, x_63); +x_64 = lean_st_ref_set(x_3, x_60, x_61); lean_dec(x_3); -x_67 = !lean_is_exclusive(x_66); -if (x_67 == 0) +x_65 = !lean_is_exclusive(x_64); +if (x_65 == 0) { -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_66, 0); -lean_dec(x_68); -x_69 = lean_box(0); -lean_ctor_set(x_66, 0, x_69); -return x_66; +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_64, 0); +lean_dec(x_66); +x_67 = lean_box(0); +lean_ctor_set(x_64, 0, x_67); +return x_64; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_66, 1); -lean_inc(x_70); -lean_dec(x_66); -x_71 = lean_box(0); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_70); -return x_72; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_64, 1); +lean_inc(x_68); +lean_dec(x_64); +x_69 = lean_box(0); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +return x_70; } } 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; uint8_t x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_73 = lean_ctor_get(x_62, 0); -x_74 = lean_ctor_get(x_62, 1); -x_75 = lean_ctor_get(x_62, 2); -x_76 = lean_ctor_get(x_62, 3); -x_77 = lean_ctor_get(x_62, 4); -x_78 = lean_ctor_get(x_62, 5); -x_79 = lean_ctor_get(x_62, 6); -x_80 = lean_ctor_get(x_62, 7); -x_81 = lean_ctor_get(x_62, 8); -lean_inc(x_81); -lean_inc(x_80); +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; uint8_t x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_71 = lean_ctor_get(x_60, 0); +x_72 = lean_ctor_get(x_60, 1); +x_73 = lean_ctor_get(x_60, 2); +x_74 = lean_ctor_get(x_60, 3); +x_75 = lean_ctor_get(x_60, 4); +x_76 = lean_ctor_get(x_60, 5); +x_77 = lean_ctor_get(x_60, 6); +x_78 = lean_ctor_get(x_60, 7); +x_79 = lean_ctor_get(x_60, 8); lean_inc(x_79); lean_inc(x_78); lean_inc(x_77); @@ -7327,62 +7312,78 @@ lean_inc(x_76); lean_inc(x_75); lean_inc(x_74); lean_inc(x_73); -lean_dec(x_62); -x_82 = 0; -x_83 = lean_alloc_ctor(0, 9, 1); -lean_ctor_set(x_83, 0, x_73); -lean_ctor_set(x_83, 1, x_74); -lean_ctor_set(x_83, 2, x_75); -lean_ctor_set(x_83, 3, x_76); -lean_ctor_set(x_83, 4, x_77); -lean_ctor_set(x_83, 5, x_78); -lean_ctor_set(x_83, 6, x_79); -lean_ctor_set(x_83, 7, x_80); -lean_ctor_set(x_83, 8, x_81); -lean_ctor_set_uint8(x_83, sizeof(void*)*9, x_82); -x_84 = lean_st_ref_set(x_3, x_83, x_63); -lean_dec(x_3); -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; +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_60); +x_80 = 0; +x_81 = lean_alloc_ctor(0, 9, 1); +lean_ctor_set(x_81, 0, x_71); +lean_ctor_set(x_81, 1, x_72); +lean_ctor_set(x_81, 2, x_73); +lean_ctor_set(x_81, 3, x_74); +lean_ctor_set(x_81, 4, x_75); +lean_ctor_set(x_81, 5, x_76); +lean_ctor_set(x_81, 6, x_77); +lean_ctor_set(x_81, 7, x_78); +lean_ctor_set(x_81, 8, x_79); +lean_ctor_set_uint8(x_81, sizeof(void*)*9, x_80); +x_82 = lean_st_ref_set(x_3, x_81, x_61); +lean_dec(x_3); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +if (lean_is_exclusive(x_82)) { + lean_ctor_release(x_82, 0); + lean_ctor_release(x_82, 1); + x_84 = x_82; +} else { + lean_dec_ref(x_82); + x_84 = lean_box(0); +} +x_85 = lean_box(0); +if (lean_is_scalar(x_84)) { + x_86 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_84); - x_86 = lean_box(0); + x_86 = x_84; +} +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_83); +return x_86; +} +} +} } +else +{ +lean_object* x_87; lean_object* x_88; +lean_dec(x_18); +lean_dec(x_15); +lean_dec(x_9); +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_box(0); -if (lean_is_scalar(x_86)) { +if (lean_is_scalar(x_17)) { x_88 = lean_alloc_ctor(0, 2, 0); } else { - x_88 = x_86; + x_88 = x_17; } lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_85); +lean_ctor_set(x_88, 1, x_16); return x_88; } } } } } -} -else -{ -lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; -x_89 = lean_ctor_get(x_14, 0); -x_90 = lean_ctor_get(x_14, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_14); -x_91 = lean_ctor_get(x_89, 5); -lean_inc(x_91); -x_92 = l_Array_isEmpty___rarg(x_91); -if (x_92 == 0) +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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) { +_start: { -lean_object* x_93; lean_object* x_94; -lean_dec(x_91); -lean_dec(x_89); +lean_object* x_11; +x_11 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__1(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); @@ -7391,21 +7392,15 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_93 = lean_box(0); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_90); -return x_94; +return x_11; } -else -{ -uint8_t x_95; -x_95 = lean_ctor_get_uint8(x_89, sizeof(void*)*9); -if (x_95 == 0) +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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) { +_start: { -lean_object* x_96; lean_object* x_97; -lean_dec(x_91); -lean_dec(x_89); +lean_object* x_12; +x_12 = l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__2(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); @@ -7413,279 +7408,36 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -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_90); -return x_97; +return x_12; } -else -{ -lean_object* x_98; -x_98 = lean_ctor_get(x_89, 4); -lean_inc(x_98); -if (lean_obj_tag(x_98) == 0) +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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_99; lean_object* x_100; -lean_dec(x_91); -lean_dec(x_89); -lean_dec(x_9); -lean_dec(x_8); +lean_object* x_13; +x_13 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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_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_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15) { +_start: +{ +uint8_t x_16; +x_16 = lean_usize_dec_lt(x_5, x_4); +if (x_16 == 0) +{ +lean_object* x_17; lean_dec(x_2); -x_99 = lean_box(0); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_90); -return x_100; -} -else -{ -lean_object* x_101; uint8_t x_102; -x_101 = lean_ctor_get(x_98, 0); -lean_inc(x_101); -lean_dec(x_98); -x_102 = l_Lean_Expr_isProp(x_101); -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; uint8_t x_109; -x_103 = lean_ctor_get(x_89, 2); -lean_inc(x_103); -x_104 = lean_unsigned_to_nat(0u); -x_105 = l_List_lengthTRAux___rarg(x_103, x_104); -lean_dec(x_103); -x_106 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__3; -x_107 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__1(x_106, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_90); -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -x_109 = lean_unbox(x_108); -lean_dec(x_108); -if (x_109 == 0) -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_91); -x_110 = lean_ctor_get(x_107, 1); -lean_inc(x_110); -lean_dec(x_107); -x_111 = lean_box(0); -x_112 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2(x_89, x_105, x_106, x_101, x_111, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, 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_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; -x_113 = lean_ctor_get(x_107, 1); -lean_inc(x_113); -lean_dec(x_107); -x_114 = lean_array_get_size(x_91); -lean_dec(x_91); -x_115 = l_Nat_repr(x_114); -x_116 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_116, 0, x_115); -x_117 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_117, 0, x_116); -x_118 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__5; -x_119 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_117); -x_120 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__7; -x_121 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_121, 0, x_119); -lean_ctor_set(x_121, 1, x_120); -lean_inc(x_105); -x_122 = l_Nat_repr(x_105); -x_123 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_123, 0, x_122); -x_124 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_124, 0, x_123); -x_125 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_125, 0, x_121); -lean_ctor_set(x_125, 1, x_124); -x_126 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___closed__9; -x_127 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -x_128 = lean_ctor_get(x_89, 1); -lean_inc(x_128); -x_129 = l_Lean_MessageData_ofExpr(x_128); -x_130 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_130, 0, x_127); -lean_ctor_set(x_130, 1, x_129); -x_131 = l___private_Lean_Elab_App_0__Lean_Elab_Term_mkProjAndCheck___closed__8; -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 = l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__2(x_106, x_132, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_113); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_136 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___lambda__2(x_89, x_105, x_106, x_101, x_134, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_135); -return x_136; -} -} -else -{ -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; uint8_t 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_dec(x_101); -lean_dec(x_91); -lean_dec(x_89); -lean_dec(x_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_137 = lean_st_ref_take(x_3, x_90); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec(x_137); -x_140 = lean_ctor_get(x_138, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_138, 1); -lean_inc(x_141); -x_142 = lean_ctor_get(x_138, 2); -lean_inc(x_142); -x_143 = lean_ctor_get(x_138, 3); -lean_inc(x_143); -x_144 = lean_ctor_get(x_138, 4); -lean_inc(x_144); -x_145 = lean_ctor_get(x_138, 5); -lean_inc(x_145); -x_146 = lean_ctor_get(x_138, 6); -lean_inc(x_146); -x_147 = lean_ctor_get(x_138, 7); -lean_inc(x_147); -x_148 = lean_ctor_get(x_138, 8); -lean_inc(x_148); -if (lean_is_exclusive(x_138)) { - lean_ctor_release(x_138, 0); - lean_ctor_release(x_138, 1); - lean_ctor_release(x_138, 2); - lean_ctor_release(x_138, 3); - lean_ctor_release(x_138, 4); - lean_ctor_release(x_138, 5); - lean_ctor_release(x_138, 6); - lean_ctor_release(x_138, 7); - lean_ctor_release(x_138, 8); - x_149 = x_138; -} else { - lean_dec_ref(x_138); - x_149 = lean_box(0); -} -x_150 = 0; -if (lean_is_scalar(x_149)) { - x_151 = lean_alloc_ctor(0, 9, 1); -} else { - x_151 = x_149; -} -lean_ctor_set(x_151, 0, x_140); -lean_ctor_set(x_151, 1, x_141); -lean_ctor_set(x_151, 2, x_142); -lean_ctor_set(x_151, 3, x_143); -lean_ctor_set(x_151, 4, x_144); -lean_ctor_set(x_151, 5, x_145); -lean_ctor_set(x_151, 6, x_146); -lean_ctor_set(x_151, 7, x_147); -lean_ctor_set(x_151, 8, x_148); -lean_ctor_set_uint8(x_151, sizeof(void*)*9, x_150); -x_152 = lean_st_ref_set(x_3, x_151, x_139); -lean_dec(x_3); -x_153 = lean_ctor_get(x_152, 1); -lean_inc(x_153); -if (lean_is_exclusive(x_152)) { - lean_ctor_release(x_152, 0); - lean_ctor_release(x_152, 1); - x_154 = x_152; -} else { - lean_dec_ref(x_152); - x_154 = lean_box(0); -} -x_155 = lean_box(0); -if (lean_is_scalar(x_154)) { - x_156 = lean_alloc_ctor(0, 2, 0); -} else { - x_156 = x_154; -} -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_153); -return x_156; -} -} -} -} -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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) { -_start: -{ -lean_object* x_11; -x_11 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__1(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); -return x_11; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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) { -_start: -{ -lean_object* x_12; -x_12 = l_Lean_addTrace___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___spec__2(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); -return x_12; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType___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_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_Array_forInUnsafe_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15) { -_start: -{ -uint8_t x_16; -x_16 = lean_usize_dec_lt(x_5, x_4); -if (x_16 == 0) -{ -lean_object* x_17; -lean_dec(x_2); -lean_dec(x_1); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_6); -lean_ctor_set(x_17, 1, x_15); -return x_17; +lean_dec(x_1); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_6); +lean_ctor_set(x_17, 1, x_15); +return x_17; } else { @@ -10138,509 +9890,1105 @@ return x_16; } } } -static lean_object* _init_l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashSetImp___rarg(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _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; uint8_t x_18; -x_12 = lean_st_ref_get(x_8, x_11); -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_ctor_get(x_13, 0); -lean_inc(x_15); -lean_dec(x_13); -x_16 = l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1; -lean_inc(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_15); -x_18 = l_Lean_Expr_hasFVar(x_1); -if (x_18 == 0) +if (lean_obj_tag(x_2) == 5) { -uint8_t x_19; -x_19 = l_Lean_Expr_hasMVar(x_1); -if (x_19 == 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -lean_dec(x_17); -lean_dec(x_1); -x_20 = lean_st_ref_take(x_8, x_14); -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_is_exclusive(x_21); -if (x_23 == 0) +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_5, x_9); +return x_10; +} +else { -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_ctor_get(x_21, 0); -lean_dec(x_24); -lean_ctor_set(x_21, 0, x_15); -x_25 = lean_st_ref_set(x_8, x_21, x_22); -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_27; uint8_t x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_25, 0); -lean_dec(x_27); -x_28 = 0; -x_29 = lean_box(x_28); -lean_ctor_set(x_25, 0, x_29); -return x_25; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_25, 1); -lean_inc(x_30); -lean_dec(x_25); -x_31 = 0; -x_32 = lean_box(x_31); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_30); -return x_33; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} } } 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; lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; -x_34 = lean_ctor_get(x_21, 1); -x_35 = lean_ctor_get(x_21, 2); -x_36 = lean_ctor_get(x_21, 3); -lean_inc(x_36); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_21); -x_37 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_37, 0, x_15); -lean_ctor_set(x_37, 1, x_34); -lean_ctor_set(x_37, 2, x_35); -lean_ctor_set(x_37, 3, x_36); -x_38 = lean_st_ref_set(x_8, x_37, x_22); -x_39 = lean_ctor_get(x_38, 1); -lean_inc(x_39); -if (lean_is_exclusive(x_38)) { - lean_ctor_release(x_38, 0); - lean_ctor_release(x_38, 1); - x_40 = x_38; -} else { - lean_dec_ref(x_38); - x_40 = lean_box(0); -} -x_41 = 0; -x_42 = lean_box(x_41); -if (lean_is_scalar(x_40)) { - x_43 = lean_alloc_ctor(0, 2, 0); -} else { - x_43 = x_40; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_2, x_3); +return x_15; } -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_39); -return x_43; } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; uint8_t x_51; -lean_dec(x_15); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__3(x_2, x_1, x_17); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -x_48 = lean_st_ref_take(x_8, x_14); -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_is_exclusive(x_49); -if (x_51 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_52 = lean_ctor_get(x_49, 0); -lean_dec(x_52); -lean_ctor_set(x_49, 0, x_47); -x_53 = lean_st_ref_set(x_8, x_49, x_50); -x_54 = !lean_is_exclusive(x_53); -if (x_54 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23(x_1, x_6); +if (x_7 == 0) { -lean_object* x_55; -x_55 = lean_ctor_get(x_53, 0); -lean_dec(x_55); -lean_ctor_set(x_53, 0, x_46); -return x_53; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_56; lean_object* x_57; -x_56 = lean_ctor_get(x_53, 1); -lean_inc(x_56); -lean_dec(x_53); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_46); -lean_ctor_set(x_57, 1, x_56); -return x_57; +uint8_t x_11; +x_11 = 1; +return x_11; } } else { -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_58 = lean_ctor_get(x_49, 1); -x_59 = lean_ctor_get(x_49, 2); -x_60 = lean_ctor_get(x_49, 3); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_49); -x_61 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_61, 0, x_47); -lean_ctor_set(x_61, 1, x_58); -lean_ctor_set(x_61, 2, x_59); -lean_ctor_set(x_61, 3, x_60); -x_62 = lean_st_ref_set(x_8, x_61, x_50); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_64 = x_62; -} else { - lean_dec_ref(x_62); - x_64 = lean_box(0); -} -if (lean_is_scalar(x_64)) { - x_65 = lean_alloc_ctor(0, 2, 0); -} else { - x_65 = x_64; -} -lean_ctor_set(x_65, 0, x_46); -lean_ctor_set(x_65, 1, x_63); -return x_65; +uint8_t x_12; +x_12 = 0; +return x_12; } } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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_dec(x_15); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__11(x_2, x_1, x_17); -x_67 = lean_ctor_get(x_66, 1); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 0); -lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_st_ref_take(x_8, x_14); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = !lean_is_exclusive(x_71); -if (x_73 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_74; lean_object* x_75; uint8_t x_76; -x_74 = lean_ctor_get(x_71, 0); -lean_dec(x_74); -lean_ctor_set(x_71, 0, x_69); -x_75 = lean_st_ref_set(x_8, x_71, x_72); -x_76 = !lean_is_exclusive(x_75); -if (x_76 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_77; -x_77 = lean_ctor_get(x_75, 0); -lean_dec(x_77); -lean_ctor_set(x_75, 0, x_68); -return x_75; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_75, 1); -lean_inc(x_78); -lean_dec(x_75); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_68); -lean_ctor_set(x_79, 1, x_78); -return x_79; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -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; -x_80 = lean_ctor_get(x_71, 1); -x_81 = lean_ctor_get(x_71, 2); -x_82 = lean_ctor_get(x_71, 3); -lean_inc(x_82); -lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_71); -x_83 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_83, 0, x_69); -lean_ctor_set(x_83, 1, x_80); -lean_ctor_set(x_83, 2, x_81); -lean_ctor_set(x_83, 3, x_82); -x_84 = lean_st_ref_set(x_8, x_83, x_72); -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; -} else { - lean_dec_ref(x_84); - x_86 = lean_box(0); -} -if (lean_is_scalar(x_86)) { - x_87 = lean_alloc_ctor(0, 2, 0); -} else { - x_87 = x_86; -} -lean_ctor_set(x_87, 0, x_68); -lean_ctor_set(x_87, 1, x_85); -return x_87; -} +uint8_t x_16; +x_16 = 1; +return x_16; } } } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__1() { -_start: +else { -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; -} +uint8_t x_17; +x_17 = 0; +return x_17; } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__1; -x_2 = lean_box(0); -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_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(lean_object* x_1, lean_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_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_20; -x_20 = lean_nat_dec_le(x_8, x_7); -if (x_20 == 0) -{ -lean_object* x_21; uint8_t x_22; -x_21 = lean_unsigned_to_nat(0u); -x_22 = lean_nat_dec_eq(x_6, x_21); -if (x_22 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_54; -lean_dec(x_10); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_sub(x_6, x_23); -lean_dec(x_6); -x_54 = lean_nat_dec_lt(x_7, x_3); -if (x_54 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -lean_object* x_55; lean_object* x_56; -x_55 = l_Lean_instInhabitedExpr; -x_56 = l___private_Init_Util_0__outOfBounds___rarg(x_55); -x_25 = x_56; -goto block_53; +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_57; -x_57 = lean_array_fget(x_2, x_7); -x_25 = x_57; -goto block_53; -} -block_53: -{ -lean_object* x_26; lean_object* x_27; -x_26 = l_Lean_Expr_fvarId_x21(x_25); -lean_inc(x_15); -x_27 = l_Lean_FVarId_getDecl(x_26, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_27) == 0) -{ -lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_31; -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = 0; -x_31 = l_List_foldr___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__1(x_28, x_30, x_1); -if (x_31 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_32; -lean_dec(x_28); -x_32 = lean_nat_add(x_7, x_9); -lean_dec(x_7); -lean_inc(x_4); +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else { -lean_object* _tmp_5 = x_24; -lean_object* _tmp_6 = x_32; -lean_object* _tmp_9 = x_4; -lean_object* _tmp_18 = x_29; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; -x_19 = _tmp_18; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__24(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} } -goto _start; } else { -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_34 = l_Lean_LocalDecl_type(x_28); -lean_dec(x_28); -x_35 = l_Lean_Expr_cleanupAnnotations(x_34); -lean_inc(x_5); -x_36 = l_Lean_Expr_fvarId_x21(x_5); -x_37 = l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2(x_35, x_36, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_29); -lean_dec(x_36); -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -x_39 = lean_unbox(x_38); -lean_dec(x_38); -if (x_39 == 0) -{ -lean_object* x_40; lean_object* x_41; -x_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_dec(x_37); -x_41 = lean_nat_add(x_7, x_9); -lean_dec(x_7); -lean_inc(x_4); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_object* _tmp_5 = x_24; -lean_object* _tmp_6 = x_41; -lean_object* _tmp_9 = x_4; -lean_object* _tmp_18 = x_40; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; -x_19 = _tmp_18; -} -goto _start; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -uint8_t x_43; -lean_dec(x_24); -lean_dec(x_15); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -x_43 = !lean_is_exclusive(x_37); -if (x_43 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_37, 0); -lean_dec(x_44); -x_45 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2; -lean_ctor_set(x_37, 0, x_45); -return x_37; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_37, 1); -lean_inc(x_46); -lean_dec(x_37); -x_47 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2; -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_46); -return x_48; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__25(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} } } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__26(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} else { -uint8_t x_49; -lean_dec(x_24); -lean_dec(x_15); -lean_dec(x_7); +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__26(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); lean_dec(x_4); -x_49 = !lean_is_exclusive(x_27); -if (x_49 == 0) +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else { +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); return x_27; } +} else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_27, 0); -x_51 = lean_ctor_get(x_27, 1); -lean_inc(x_51); +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); lean_inc(x_50); -lean_dec(x_27); -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_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_53, x_57); +return x_58; } else { -lean_object* x_58; -lean_dec(x_15); +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20(x_1, x_2, x_15); +return x_16; +} +} +} +static lean_object* _init_l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashSetImp___rarg(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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) { +_start: +{ +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_41; lean_object* x_42; uint8_t x_43; +x_12 = lean_st_ref_get(x_8, x_11); +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_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_41 = l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1; +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_15); +x_43 = l_Lean_Expr_hasFVar(x_1); +if (x_43 == 0) +{ +uint8_t x_44; +x_44 = l_Lean_Expr_hasMVar(x_1); +if (x_44 == 0) +{ +uint8_t x_45; +lean_dec(x_1); +x_45 = 0; +x_16 = x_45; +x_17 = x_42; +goto block_40; +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__11(x_2, x_1, x_42); +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 = lean_unbox(x_47); +lean_dec(x_47); +x_16 = x_49; +x_17 = x_48; +goto block_40; +} +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_50 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_2, x_1, x_42); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = lean_unbox(x_51); +lean_dec(x_51); +x_16 = x_53; +x_17 = x_52; +goto block_40; +} +block_40: +{ +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_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = lean_st_ref_take(x_8, 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_20); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_ctor_get(x_20, 0); +lean_dec(x_23); +lean_ctor_set(x_20, 0, x_18); +x_24 = lean_st_ref_set(x_8, x_20, x_21); +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +lean_dec(x_26); +x_27 = lean_box(x_16); +lean_ctor_set(x_24, 0, x_27); +return x_24; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 1); +lean_inc(x_28); +lean_dec(x_24); +x_29 = lean_box(x_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); +return x_30; +} +} +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; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_31 = lean_ctor_get(x_20, 1); +x_32 = lean_ctor_get(x_20, 2); +x_33 = lean_ctor_get(x_20, 3); +lean_inc(x_33); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_20); +x_34 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_34, 0, x_18); +lean_ctor_set(x_34, 1, x_31); +lean_ctor_set(x_34, 2, x_32); +lean_ctor_set(x_34, 3, x_33); +x_35 = lean_st_ref_set(x_8, x_34, x_21); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +if (lean_is_exclusive(x_35)) { + lean_ctor_release(x_35, 0); + lean_ctor_release(x_35, 1); + x_37 = x_35; +} else { + lean_dec_ref(x_35); + x_37 = lean_box(0); +} +x_38 = lean_box(x_16); +if (lean_is_scalar(x_37)) { + x_39 = lean_alloc_ctor(0, 2, 0); +} else { + x_39 = x_37; +} +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_36); +return x_39; +} +} +} +} +static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__1() { +_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_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__1; +x_2 = lean_box(0); +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_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27(lean_object* x_1, lean_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) { +_start: +{ +uint8_t x_21; +x_21 = lean_nat_dec_le(x_9, x_8); +if (x_21 == 0) +{ +lean_object* x_22; uint8_t x_23; +x_22 = lean_unsigned_to_nat(0u); +x_23 = lean_nat_dec_eq(x_7, x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_55; +lean_dec(x_11); +x_24 = lean_unsigned_to_nat(1u); +x_25 = lean_nat_sub(x_7, x_24); lean_dec(x_7); +x_55 = lean_nat_dec_lt(x_8, x_4); +if (x_55 == 0) +{ +lean_object* x_56; lean_object* x_57; +x_56 = l_Lean_instInhabitedExpr; +x_57 = l___private_Init_Util_0__outOfBounds___rarg(x_56); +x_26 = x_57; +goto block_54; +} +else +{ +lean_object* x_58; +x_58 = lean_array_fget(x_3, x_8); +x_26 = x_58; +goto block_54; +} +block_54: +{ +lean_object* x_27; lean_object* x_28; +x_27 = l_Lean_Expr_fvarId_x21(x_26); +lean_inc(x_16); +x_28 = l_Lean_FVarId_getDecl(x_27, x_16, x_17, x_18, x_19, x_20); +if (lean_obj_tag(x_28) == 0) +{ +lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; +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 = 0; +x_32 = l_List_foldr___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__1(x_29, x_31, x_2); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_29); +x_33 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +lean_inc(x_5); +{ +lean_object* _tmp_6 = x_25; +lean_object* _tmp_7 = x_33; +lean_object* _tmp_10 = x_5; +lean_object* _tmp_19 = x_30; +x_7 = _tmp_6; +x_8 = _tmp_7; +x_11 = _tmp_10; +x_20 = _tmp_19; +} +goto _start; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_35 = l_Lean_LocalDecl_type(x_29); +lean_dec(x_29); +x_36 = l_Lean_Expr_cleanupAnnotations(x_35); +lean_inc(x_6); +x_37 = l_Lean_Expr_fvarId_x21(x_6); +x_38 = l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2(x_36, x_37, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_30); +lean_dec(x_37); +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_unbox(x_39); +lean_dec(x_39); +if (x_40 == 0) +{ +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_nat_add(x_8, x_10); +lean_dec(x_8); +lean_inc(x_5); +{ +lean_object* _tmp_6 = x_25; +lean_object* _tmp_7 = x_42; +lean_object* _tmp_10 = x_5; +lean_object* _tmp_19 = x_41; +x_7 = _tmp_6; +x_8 = _tmp_7; +x_11 = _tmp_10; +x_20 = _tmp_19; +} +goto _start; +} +else +{ +uint8_t x_44; +lean_dec(x_25); +lean_dec(x_16); +lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_10); -lean_ctor_set(x_58, 1, x_19); -return x_58; +x_44 = !lean_is_exclusive(x_38); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_38, 0); +lean_dec(x_45); +x_46 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2; +lean_ctor_set(x_38, 0, x_46); +return x_38; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_38, 1); +lean_inc(x_47); +lean_dec(x_38); +x_48 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2; +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; +} +} +} +} +else +{ +uint8_t x_50; +lean_dec(x_25); +lean_dec(x_16); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +x_50 = !lean_is_exclusive(x_28); +if (x_50 == 0) +{ +return x_28; +} +else +{ +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_28, 0); +x_52 = lean_ctor_get(x_28, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_28); +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; +} +} } } else { lean_object* x_59; -lean_dec(x_15); +lean_dec(x_16); +lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_10); -lean_ctor_set(x_59, 1, x_19); +lean_ctor_set(x_59, 0, x_11); +lean_ctor_set(x_59, 1, x_20); return x_59; } } +else +{ +lean_object* x_60; +lean_dec(x_16); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_11); +lean_ctor_set(x_60, 1, x_20); +return x_60; +} +} } -LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___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, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___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, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { lean_object* x_13; @@ -10648,11 +10996,11 @@ x_13 = lean_apply_11(x_1, x_6, x_7, x_2, x_3, x_4, x_5, x_8, x_9, x_10, x_11, x_ return x_13; } } -LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___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) { +LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___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 = lean_alloc_closure((void*)(l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___rarg___lambda__1), 12, 5); +x_12 = lean_alloc_closure((void*)(l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___rarg___lambda__1), 12, 5); lean_closure_set(x_12, 0, x_2); lean_closure_set(x_12, 1, x_3); lean_closure_set(x_12, 2, x_4); @@ -10705,11 +11053,11 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___rarg), 11, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___rarg), 11, 0); return x_2; } } @@ -10745,59 +11093,60 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_Ela return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; -x_13 = lean_array_get_size(x_2); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_14 = lean_array_get_size(x_3); +x_15 = lean_unsigned_to_nat(0u); +x_16 = lean_nat_dec_lt(x_15, x_14); +if (x_16 == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = l_Lean_instInhabitedExpr; -x_38 = l___private_Init_Util_0__outOfBounds___rarg(x_37); -x_16 = x_38; -goto block_36; +lean_object* x_38; lean_object* x_39; +x_38 = l_Lean_instInhabitedExpr; +x_39 = l___private_Init_Util_0__outOfBounds___rarg(x_38); +x_17 = x_39; +goto block_37; } else { -lean_object* x_39; -x_39 = lean_array_fget(x_2, x_14); -x_16 = x_39; -goto block_36; +lean_object* x_40; +x_40 = lean_array_fget(x_3, x_15); +x_17 = x_40; +goto block_37; } -block_36: +block_37: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__1; -x_18 = lean_unsigned_to_nat(1u); -lean_inc(x_8); -lean_inc(x_13); -x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_2, x_13, x_17, x_16, x_13, x_18, x_13, x_18, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_13); -if (lean_obj_tag(x_19) == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__1; +x_19 = lean_unsigned_to_nat(1u); +lean_inc(x_9); +lean_inc(x_14); +x_20 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27(x_1, x_2, x_3, x_14, x_18, x_17, x_14, x_19, x_14, x_19, x_18, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_14); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); +lean_object* x_21; lean_object* x_22; x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -lean_dec(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_19, 1); +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_19); -x_23 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__2; -x_24 = lean_box(0); -x_25 = lean_apply_10(x_23, x_24, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_22); -return x_25; +lean_dec(x_21); +if (lean_obj_tag(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_20, 1); +lean_inc(x_23); +lean_dec(x_20); +x_24 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__2; +x_25 = lean_box(0); +x_26 = lean_apply_10(x_24, x_25, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_23); +return x_26; } else { -uint8_t x_26; +uint8_t x_27; +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10805,38 +11154,38 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_26 = !lean_is_exclusive(x_19); -if (x_26 == 0) +x_27 = !lean_is_exclusive(x_20); +if (x_27 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_19, 0); -lean_dec(x_27); -x_28 = lean_ctor_get(x_21, 0); -lean_inc(x_28); -lean_dec(x_21); -lean_ctor_set(x_19, 0, x_28); -return x_19; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_20, 0); +lean_dec(x_28); +x_29 = lean_ctor_get(x_22, 0); +lean_inc(x_29); +lean_dec(x_22); +lean_ctor_set(x_20, 0, x_29); +return x_20; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_19, 1); -lean_inc(x_29); -lean_dec(x_19); -x_30 = lean_ctor_get(x_21, 0); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_20, 1); lean_inc(x_30); -lean_dec(x_21); -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; +lean_dec(x_20); +x_31 = lean_ctor_get(x_22, 0); +lean_inc(x_31); +lean_dec(x_22); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; } } } else { -uint8_t x_32; +uint8_t x_33; +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10844,24 +11193,23 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -x_32 = !lean_is_exclusive(x_19); -if (x_32 == 0) +x_33 = !lean_is_exclusive(x_20); +if (x_33 == 0) { -return x_19; +return x_20; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_19, 0); -x_34 = lean_ctor_get(x_19, 1); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_20, 0); +x_35 = lean_ctor_get(x_20, 1); +lean_inc(x_35); lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_19); -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_dec(x_20); +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; } } } @@ -10887,10 +11235,10 @@ lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_free_object(x_10); x_16 = lean_ctor_get(x_12, 1); lean_inc(x_16); -lean_dec(x_12); -x_17 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___boxed), 12, 1); -lean_closure_set(x_17, 0, x_14); -x_18 = l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___rarg(x_16, x_17, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13); +x_17 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___boxed), 13, 2); +lean_closure_set(x_17, 0, x_12); +lean_closure_set(x_17, 1, x_14); +x_18 = l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___rarg(x_16, x_17, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13); return x_18; } else @@ -10928,10 +11276,10 @@ if (x_24 == 0) lean_object* x_25; lean_object* x_26; lean_object* x_27; x_25 = lean_ctor_get(x_21, 1); lean_inc(x_25); -lean_dec(x_21); -x_26 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___boxed), 12, 1); -lean_closure_set(x_26, 0, x_23); -x_27 = l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___rarg(x_25, x_26, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_22); +x_26 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___boxed), 13, 2); +lean_closure_set(x_26, 0, x_21); +lean_closure_set(x_26, 1, x_23); +x_27 = l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___rarg(x_25, x_26, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_22); return x_27; } else @@ -11154,6 +11502,98 @@ lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__21(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__24(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__25___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__25(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__23(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__26___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__26(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__22(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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) { _start: { @@ -11171,7 +11611,7 @@ lean_dec(x_2); return x_12; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -11191,23 +11631,25 @@ lean_object* x_16 = _args[15]; lean_object* x_17 = _args[16]; lean_object* x_18 = _args[17]; lean_object* x_19 = _args[18]; +lean_object* x_20 = _args[19]; _start: { -lean_object* x_20; -x_20 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19(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, x_19); +lean_object* x_21; +x_21 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27(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, x_19, x_20); +lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); +lean_dec(x_15); 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_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_20; +return x_21; } } LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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) { @@ -11227,15 +11669,16 @@ lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_13; -x_13 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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); +lean_object* x_14; +x_14 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___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_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_13; +return x_14; } } LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_hasArgsToProcess___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) { @@ -13786,18 +14229,38 @@ x_20 = l_Lean_Expr_getAutoParamTactic_x3f(x_17); lean_dec(x_17); if (lean_obj_tag(x_20) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_53; uint8_t x_54; x_21 = lean_st_ref_get(x_3, x_18); 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_22, 3); -lean_inc(x_24); +x_53 = lean_ctor_get(x_22, 3); +lean_inc(x_53); lean_dec(x_22); -x_25 = l_List_isEmpty___rarg(x_24); -lean_dec(x_24); +x_54 = l_List_isEmpty___rarg(x_53); +lean_dec(x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_24 = x_55; +goto block_52; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_24 = x_56; +goto block_52; +} +block_52: +{ +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = lean_ctor_get_uint8(x_2, 0); if (x_25 == 0) { lean_object* x_26; @@ -13805,11 +14268,7 @@ 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_26 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_23); +x_26 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fTypeHasOptAutoParams___rarg(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_23); if (lean_obj_tag(x_26) == 0) { lean_object* x_27; uint8_t x_28; @@ -13819,40 +14278,27 @@ x_28 = lean_unbox(x_27); lean_dec(x_27); if (x_28 == 0) { -uint8_t x_29; -x_29 = lean_ctor_get_uint8(x_2, 0); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_26, 1); -lean_inc(x_30); -lean_dec(x_26); -x_31 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_30); -return x_31; -} -else -{ -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); +lean_object* x_29; lean_object* x_30; +lean_dec(x_1); +x_29 = lean_ctor_get(x_26, 1); +lean_inc(x_29); lean_dec(x_26); -x_33 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_32); -return x_33; -} +x_30 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_29); +return x_30; } else { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 1); -lean_inc(x_34); +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_26, 1); +lean_inc(x_31); lean_dec(x_26); -x_35 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_34); -return x_35; +x_32 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_31); +return x_32; } } else { -uint8_t x_36; +uint8_t x_33; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -13862,62 +14308,82 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_36 = !lean_is_exclusive(x_26); -if (x_36 == 0) +x_33 = !lean_is_exclusive(x_26); +if (x_33 == 0) { return x_26; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_26, 0); -x_38 = lean_ctor_get(x_26, 1); -lean_inc(x_38); -lean_inc(x_37); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_26, 0); +x_35 = lean_ctor_get(x_26, 1); +lean_inc(x_35); +lean_inc(x_34); lean_dec(x_26); -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; +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_40; -x_40 = lean_ctor_get_uint8(x_2, 0); -if (x_40 == 0) +lean_object* x_37; +x_37 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_23); +return x_37; +} +} +else { -lean_object* x_41; +lean_object* x_38; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_41 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_fTypeHasOptAutoParams___rarg(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_23); -if (lean_obj_tag(x_41) == 0) +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +x_38 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_23); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_42; uint8_t x_43; -x_42 = lean_ctor_get(x_41, 0); +lean_object* x_39; uint8_t x_40; +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_unbox(x_39); +lean_dec(x_39); +if (x_40 == 0) +{ +uint8_t x_41; +x_41 = lean_ctor_get_uint8(x_2, 0); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_38, 1); lean_inc(x_42); -x_43 = lean_unbox(x_42); -lean_dec(x_42); -if (x_43 == 0) +lean_dec(x_38); +x_43 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_42); +return x_43; +} +else { lean_object* x_44; lean_object* x_45; -lean_dec(x_1); -x_44 = lean_ctor_get(x_41, 1); +x_44 = lean_ctor_get(x_38, 1); lean_inc(x_44); -lean_dec(x_41); -x_45 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_44); +lean_dec(x_38); +x_45 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_44); return x_45; } +} else { lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_41, 1); +x_46 = lean_ctor_get(x_38, 1); lean_inc(x_46); -lean_dec(x_41); -x_47 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_46); +lean_dec(x_38); +x_47 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_46); return x_47; } } @@ -13933,19 +14399,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_48 = !lean_is_exclusive(x_41); +x_48 = !lean_is_exclusive(x_38); if (x_48 == 0) { -return x_41; +return x_38; } else { lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_41, 0); -x_50 = lean_ctor_get(x_41, 1); +x_49 = lean_ctor_get(x_38, 0); +x_50 = lean_ctor_get(x_38, 1); lean_inc(x_50); lean_inc(x_49); -lean_dec(x_41); +lean_dec(x_38); x_51 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_51, 0, x_49); lean_ctor_set(x_51, 1, x_50); @@ -13953,51 +14419,45 @@ return x_51; } } } -else -{ -lean_object* x_52; -x_52 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_23); -return x_52; -} } } else { -lean_object* x_53; -x_53 = lean_ctor_get(x_20, 0); -lean_inc(x_53); +lean_object* x_57; +x_57 = lean_ctor_get(x_20, 0); +lean_inc(x_57); lean_dec(x_20); -if (lean_obj_tag(x_53) == 4) +if (lean_obj_tag(x_57) == 4) { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -lean_dec(x_53); -x_55 = lean_st_ref_get(x_9, x_18); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); +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; +x_58 = lean_ctor_get(x_57, 0); lean_inc(x_58); -lean_dec(x_56); -x_59 = lean_ctor_get(x_8, 2); -lean_inc(x_59); -x_60 = l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe(x_58, x_59, x_54); +lean_dec(x_57); +x_59 = lean_st_ref_get(x_9, x_18); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); lean_dec(x_59); -if (lean_obj_tag(x_60) == 0) +x_62 = lean_ctor_get(x_60, 0); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_ctor_get(x_8, 2); +lean_inc(x_63); +x_64 = l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe(x_62, x_63, x_58); +lean_dec(x_63); +if (lean_obj_tag(x_64) == 0) { -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_dec(x_1); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -lean_dec(x_60); -x_62 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_64 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___spec__1(x_63, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_57); +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +lean_dec(x_64); +x_66 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_66, 0, x_65); +x_67 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_67, 0, x_66); +x_68 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___spec__1(x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_61); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14006,31 +14466,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_64; +return x_68; } else { -lean_object* x_65; lean_object* x_66; uint8_t 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_65 = lean_ctor_get(x_60, 0); -lean_inc(x_65); -lean_dec(x_60); -x_66 = lean_ctor_get(x_8, 5); -lean_inc(x_66); -x_67 = 0; -x_68 = l_Lean_SourceInfo_fromRef(x_66, x_67); -x_69 = lean_st_ref_get(x_9, x_57); -x_70 = lean_ctor_get(x_69, 1); +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_69 = lean_ctor_get(x_64, 0); +lean_inc(x_69); +lean_dec(x_64); +x_70 = lean_ctor_get(x_8, 5); lean_inc(x_70); -lean_dec(x_69); -x_71 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__3; -lean_inc(x_68); -x_72 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_72, 0, x_68); -lean_ctor_set(x_72, 1, x_71); -x_73 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_shouldPropagateExpectedTypeFor___closed__7; -x_74 = l_Lean_Syntax_node2(x_68, x_73, x_72, x_65); -x_75 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_75, 0, x_74); +x_71 = 0; +x_72 = l_Lean_SourceInfo_fromRef(x_70, x_71); +x_73 = lean_st_ref_get(x_9, x_61); +x_74 = lean_ctor_get(x_73, 1); +lean_inc(x_74); +lean_dec(x_73); +x_75 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__3; +lean_inc(x_72); +x_76 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_76, 0, x_72); +lean_ctor_set(x_76, 1, x_75); +x_77 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_shouldPropagateExpectedTypeFor___closed__7; +x_78 = l_Lean_Syntax_node2(x_72, x_77, x_76, x_69); +x_79 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_79, 0, x_78); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -14039,33 +14499,33 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_75); -x_76 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType(x_75, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_70); -if (lean_obj_tag(x_76) == 0) +lean_inc(x_79); +x_80 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_propagateExpectedType(x_79, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_74); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_76, 1); -lean_inc(x_77); -lean_dec(x_76); +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_80, 1); +lean_inc(x_81); +lean_dec(x_80); 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_78 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_elabAndAddNewArg(x_1, x_75, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_77); -if (lean_obj_tag(x_78) == 0) +x_82 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_elabAndAddNewArg(x_1, x_79, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_81); +if (lean_obj_tag(x_82) == 0) { -lean_object* x_79; lean_object* x_80; -x_79 = lean_ctor_get(x_78, 1); -lean_inc(x_79); -lean_dec(x_78); -x_80 = l_Lean_Elab_Term_ElabAppArgs_main(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_79); -return x_80; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_84 = l_Lean_Elab_Term_ElabAppArgs_main(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_83); +return x_84; } else { -uint8_t x_81; +uint8_t x_85; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14074,30 +14534,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_81 = !lean_is_exclusive(x_78); -if (x_81 == 0) +x_85 = !lean_is_exclusive(x_82); +if (x_85 == 0) { -return x_78; +return x_82; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_78, 0); -x_83 = lean_ctor_get(x_78, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_78); -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; +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_82, 0); +x_87 = lean_ctor_get(x_82, 1); +lean_inc(x_87); +lean_inc(x_86); +lean_dec(x_82); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } else { -uint8_t x_85; -lean_dec(x_75); +uint8_t x_89; +lean_dec(x_79); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14107,34 +14567,34 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_76); -if (x_85 == 0) +x_89 = !lean_is_exclusive(x_80); +if (x_89 == 0) { -return x_76; +return x_80; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_76, 0); -x_87 = lean_ctor_get(x_76, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_76); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_80, 0); +x_91 = lean_ctor_get(x_80, 1); +lean_inc(x_91); +lean_inc(x_90); +lean_dec(x_80); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } } } } else { -lean_object* x_89; lean_object* x_90; -lean_dec(x_53); +lean_object* x_93; lean_object* x_94; +lean_dec(x_57); lean_dec(x_1); -x_89 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__2; -x_90 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___spec__1(x_89, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_18); +x_93 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__2; +x_94 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___spec__1(x_93, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_18); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14143,45 +14603,68 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_90; +return x_94; } } } else { -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_dec(x_17); -x_91 = lean_ctor_get(x_19, 0); -lean_inc(x_91); +x_95 = lean_ctor_get(x_19, 0); +lean_inc(x_95); lean_dec(x_19); -x_92 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addNewArg(x_1, x_91, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_18); -x_93 = lean_ctor_get(x_92, 1); -lean_inc(x_93); -lean_dec(x_92); -x_94 = l_Lean_Elab_Term_ElabAppArgs_main(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_93); -return x_94; +x_96 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addNewArg(x_1, x_95, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_18); +x_97 = lean_ctor_get(x_96, 1); +lean_inc(x_97); +lean_dec(x_96); +x_98 = l_Lean_Elab_Term_ElabAppArgs_main(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_97); +return x_98; } } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; -x_95 = lean_ctor_get(x_15, 1); -lean_inc(x_95); -lean_dec(x_15); -x_96 = lean_st_ref_get(x_3, x_95); -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); -x_99 = lean_ctor_get(x_97, 3); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; lean_object* x_120; uint8_t x_121; +x_99 = lean_ctor_get(x_15, 1); lean_inc(x_99); -lean_dec(x_97); -x_100 = l_List_isEmpty___rarg(x_99); -lean_dec(x_99); -if (x_100 == 0) +lean_dec(x_15); +x_100 = lean_st_ref_get(x_3, x_99); +x_101 = lean_ctor_get(x_100, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_100, 1); +lean_inc(x_102); +lean_dec(x_100); +x_120 = lean_ctor_get(x_101, 3); +lean_inc(x_120); +lean_dec(x_101); +x_121 = l_List_isEmpty___rarg(x_120); +lean_dec(x_120); +if (x_121 == 0) { -lean_object* x_101; +uint8_t x_122; +x_122 = 1; +x_103 = x_122; +goto block_119; +} +else +{ +uint8_t x_123; +x_123 = 0; +x_103 = x_123; +goto block_119; +} +block_119: +{ +if (x_103 == 0) +{ +lean_object* x_104; +lean_dec(x_1); +x_104 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_102); +return x_104; +} +else +{ +lean_object* x_105; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -14190,50 +14673,50 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_101 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_98); -if (lean_obj_tag(x_101) == 0) +x_105 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_102); +if (lean_obj_tag(x_105) == 0) { -lean_object* x_102; uint8_t x_103; -x_102 = lean_ctor_get(x_101, 0); -lean_inc(x_102); -x_103 = lean_unbox(x_102); -lean_dec(x_102); -if (x_103 == 0) +lean_object* x_106; uint8_t x_107; +x_106 = lean_ctor_get(x_105, 0); +lean_inc(x_106); +x_107 = lean_unbox(x_106); +lean_dec(x_106); +if (x_107 == 0) { -uint8_t x_104; -x_104 = lean_ctor_get_uint8(x_2, 0); -if (x_104 == 0) +uint8_t x_108; +x_108 = lean_ctor_get_uint8(x_2, 0); +if (x_108 == 0) { -lean_object* x_105; lean_object* x_106; -x_105 = lean_ctor_get(x_101, 1); -lean_inc(x_105); -lean_dec(x_101); -x_106 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_105); -return x_106; +lean_object* x_109; lean_object* x_110; +x_109 = lean_ctor_get(x_105, 1); +lean_inc(x_109); +lean_dec(x_105); +x_110 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addEtaArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_109); +return x_110; } else { -lean_object* x_107; lean_object* x_108; -x_107 = lean_ctor_get(x_101, 1); -lean_inc(x_107); -lean_dec(x_101); -x_108 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_107); -return x_108; +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_105, 1); +lean_inc(x_111); +lean_dec(x_105); +x_112 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_111); +return x_112; } } else { -lean_object* x_109; lean_object* x_110; -x_109 = lean_ctor_get(x_101, 1); -lean_inc(x_109); -lean_dec(x_101); -x_110 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_109); -return x_110; +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_105, 1); +lean_inc(x_113); +lean_dec(x_105); +x_114 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_113); +return x_114; } } else { -uint8_t x_111; +uint8_t x_115; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14243,45 +14726,39 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_111 = !lean_is_exclusive(x_101); -if (x_111 == 0) +x_115 = !lean_is_exclusive(x_105); +if (x_115 == 0) { -return x_101; +return x_105; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_112 = lean_ctor_get(x_101, 0); -x_113 = lean_ctor_get(x_101, 1); -lean_inc(x_113); -lean_inc(x_112); -lean_dec(x_101); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -return x_114; +lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_116 = lean_ctor_get(x_105, 0); +x_117 = lean_ctor_get(x_105, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_105); +x_118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +return x_118; } } } -else -{ -lean_object* x_115; -lean_dec(x_1); -x_115 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_98); -return x_115; } } } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_116 = lean_ctor_get(x_11, 1); -lean_inc(x_116); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_124 = lean_ctor_get(x_11, 1); +lean_inc(x_124); lean_dec(x_11); -x_117 = lean_ctor_get(x_13, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_13, 1); -lean_inc(x_118); +x_125 = lean_ctor_get(x_13, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_13, 1); +lean_inc(x_126); lean_dec(x_13); lean_inc(x_9); lean_inc(x_8); @@ -14291,84 +14768,84 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_119 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_116); -if (lean_obj_tag(x_119) == 0) +x_127 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_124); +if (lean_obj_tag(x_127) == 0) { -lean_object* x_120; uint8_t x_121; -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_unbox(x_120); -lean_dec(x_120); -if (x_121 == 0) +lean_object* x_128; uint8_t x_129; +x_128 = lean_ctor_get(x_127, 0); +lean_inc(x_128); +x_129 = lean_unbox(x_128); +lean_dec(x_128); +if (x_129 == 0) { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_119, 1); -lean_inc(x_122); -lean_dec(x_119); -x_123 = lean_box(0); -x_124 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___lambda__1(x_117, x_118, x_1, x_123, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_122); -return x_124; +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_127, 1); +lean_inc(x_130); +lean_dec(x_127); +x_131 = lean_box(0); +x_132 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___lambda__1(x_125, x_126, x_1, x_131, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_130); +return x_132; } else { -lean_object* x_125; lean_object* x_126; -lean_dec(x_118); -lean_dec(x_117); -x_125 = lean_ctor_get(x_119, 1); -lean_inc(x_125); -lean_dec(x_119); -x_126 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_125); -if (lean_obj_tag(x_126) == 0) +lean_object* x_133; lean_object* x_134; +lean_dec(x_126); +lean_dec(x_125); +x_133 = lean_ctor_get(x_127, 1); +lean_inc(x_133); +lean_dec(x_127); +x_134 = l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_addImplicitArg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_133); +if (lean_obj_tag(x_134) == 0) { -uint8_t x_127; -x_127 = !lean_is_exclusive(x_126); -if (x_127 == 0) +uint8_t x_135; +x_135 = !lean_is_exclusive(x_134); +if (x_135 == 0) { -return x_126; +return x_134; } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_128 = lean_ctor_get(x_126, 0); -x_129 = lean_ctor_get(x_126, 1); -lean_inc(x_129); -lean_inc(x_128); -lean_dec(x_126); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_128); -lean_ctor_set(x_130, 1, x_129); -return x_130; +lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_136 = lean_ctor_get(x_134, 0); +x_137 = lean_ctor_get(x_134, 1); +lean_inc(x_137); +lean_inc(x_136); +lean_dec(x_134); +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_136); +lean_ctor_set(x_138, 1, x_137); +return x_138; } } else { -uint8_t x_131; -x_131 = !lean_is_exclusive(x_126); -if (x_131 == 0) +uint8_t x_139; +x_139 = !lean_is_exclusive(x_134); +if (x_139 == 0) { -return x_126; +return x_134; } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_132 = lean_ctor_get(x_126, 0); -x_133 = lean_ctor_get(x_126, 1); -lean_inc(x_133); -lean_inc(x_132); -lean_dec(x_126); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_132); -lean_ctor_set(x_134, 1, x_133); -return x_134; +lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_140 = lean_ctor_get(x_134, 0); +x_141 = lean_ctor_get(x_134, 1); +lean_inc(x_141); +lean_inc(x_140); +lean_dec(x_134); +x_142 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_142, 0, x_140); +lean_ctor_set(x_142, 1, x_141); +return x_142; } } } } else { -uint8_t x_135; -lean_dec(x_118); -lean_dec(x_117); +uint8_t x_143; +lean_dec(x_126); +lean_dec(x_125); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -14378,23 +14855,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_135 = !lean_is_exclusive(x_119); -if (x_135 == 0) +x_143 = !lean_is_exclusive(x_127); +if (x_143 == 0) { -return x_119; +return x_127; } else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; -x_136 = lean_ctor_get(x_119, 0); -x_137 = lean_ctor_get(x_119, 1); -lean_inc(x_137); -lean_inc(x_136); -lean_dec(x_119); -x_138 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_138, 0, x_136); -lean_ctor_set(x_138, 1, x_137); -return x_138; +lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_144 = lean_ctor_get(x_127, 0); +x_145 = lean_ctor_get(x_127, 1); +lean_inc(x_145); +lean_inc(x_144); +lean_dec(x_127); +x_146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_146, 0, x_144); +lean_ctor_set(x_146, 1, x_145); +return x_146; } } } @@ -14900,7 +15377,7 @@ lean_dec(x_2); return x_11; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; @@ -14925,7 +15402,7 @@ lean_ctor_set_uint8(x_5, 12, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__2() { _start: { lean_object* x_1; @@ -14933,21 +15410,21 @@ 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_7884____lambda__1___closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14955,7 +15432,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -14964,23 +15441,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_7884____lambda__1___closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__6; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__6; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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); @@ -14991,25 +15468,25 @@ 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_7884____lambda__1___closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__7; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__7; 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_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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 = lean_box(0); -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__1; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__8; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__1; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__8; x_4 = l_Lean_Elab_Term_ElabAppArgs_State_etaArgs___default___closed__1; x_5 = lean_unsigned_to_nat(0u); x_6 = lean_alloc_ctor(0, 6, 0); @@ -15022,11 +15499,11 @@ lean_ctor_set(x_6, 5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15034,11 +15511,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_App___hyg_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15046,11 +15523,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15058,14 +15535,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____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 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__10; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__11; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__10; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__11; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__12; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_1); @@ -15079,11 +15556,11 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15091,7 +15568,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__15() { _start: { lean_object* x_1; @@ -15099,11 +15576,11 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_InfoCacheKey_instHashableInfoCacheK return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__16() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__16() { _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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15111,11 +15588,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__17() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__17() { _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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15123,7 +15600,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__18() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__18() { _start: { lean_object* x_1; lean_object* x_2; @@ -15134,7 +15611,7 @@ lean_closure_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__19() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__19() { _start: { lean_object* x_1; lean_object* x_2; @@ -15145,11 +15622,11 @@ lean_closure_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__20() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__20() { _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_7884____lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -15157,14 +15634,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__14; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__16; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__17; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__20; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__14; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__16; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__17; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__20; x_5 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -15175,14 +15652,14 @@ lean_ctor_set(x_5, 5, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__22() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__13; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__13; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__7; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_2); lean_ctor_set(x_5, 1, x_3); @@ -15191,7 +15668,7 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__23() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__23() { _start: { lean_object* x_1; @@ -15199,28 +15676,28 @@ x_1 = lean_mk_string_from_bytes("[elab_as_elim] attribute cannot be used in decl return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__24() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__24() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__23; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__23; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____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_Term_initFn____x40_Lean_Elab_App___hyg_7892____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; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_5 = lean_box(0); -x_6 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__22; +x_6 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__22; x_7 = lean_st_mk_ref(x_6, x_4); 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); -x_10 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__9; +x_10 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__9; lean_inc(x_3); lean_inc(x_2); lean_inc(x_8); @@ -15294,7 +15771,7 @@ lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; x_29 = lean_ctor_get(x_18, 1); lean_inc(x_29); lean_dec(x_18); -x_30 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__24; +x_30 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__24; x_31 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_30, x_10, x_8, x_2, x_3, x_29); lean_dec(x_3); lean_dec(x_2); @@ -15399,7 +15876,7 @@ return x_47; } } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__1() { _start: { lean_object* x_1; @@ -15407,17 +15884,17 @@ x_1 = lean_mk_string_from_bytes("elab_as_elim", 12); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____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_initFn____x40_Lean_Elab_App___hyg_7884____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____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_App___hyg_7884____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__3() { _start: { lean_object* x_1; @@ -15425,19 +15902,19 @@ x_1 = lean_mk_string_from_bytes("elabAsElim", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____closed__3; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____closed__4; x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__3; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____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_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__5() { _start: { lean_object* x_1; @@ -15445,22 +15922,22 @@ x_1 = lean_mk_string_from_bytes("instructs elaborator that the arguments of the return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1), 4, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892_(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; lean_object* x_7; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__2; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__5; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__6; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__2; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__5; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__6; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__4; x_6 = 1; x_7 = l_Lean_registerTagAttribute(x_2, x_3, x_4, x_5, x_6, x_1); return x_7; @@ -19535,7 +20012,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at_Lean_Elab_Term_ElabEli _start: { lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; -x_12 = lean_alloc_closure((void*)(l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__20___rarg___lambda__1), 12, 5); +x_12 = lean_alloc_closure((void*)(l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__28___rarg___lambda__1), 12, 5); lean_closure_set(x_12, 0, x_2); lean_closure_set(x_12, 1, x_3); lean_closure_set(x_12, 2, x_4); @@ -20093,7 +20570,7 @@ static lean_object* _init_l_Lean_Elab_Term_ElabElim_finalize___lambda__4___close _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Elab.App._hyg.9699.0 ).args.isEmpty\n ", 62); +x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Elab.App._hyg.9707.0 ).args.isEmpty\n ", 62); return x_1; } } @@ -21656,119 +22133,101 @@ lean_ctor_set(x_12, 0, x_1); x_13 = l_Lean_BinderInfo_isInstImplicit(x_2); if (x_13 == 0) { -uint8_t x_55; -x_55 = 0; -x_14 = x_55; -goto block_54; +uint8_t x_51; +x_51 = 0; +x_14 = x_51; +goto block_50; } else { -uint8_t x_56; -x_56 = 1; -x_14 = x_56; -goto block_54; -} -block_54: -{ -uint8_t x_15; -if (x_14 == 0) -{ uint8_t x_52; -x_52 = 0; -x_15 = x_52; -goto block_51; -} -else -{ -uint8_t x_53; -x_53 = 1; -x_15 = x_53; -goto block_51; +x_52 = 1; +x_14 = x_52; +goto block_50; } -block_51: +block_50: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_12, x_15, x_16, x_7, x_8, x_9, x_10, x_11); -if (x_14 == 0) +lean_object* x_15; lean_object* x_16; +x_15 = lean_box(0); +x_16 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_12, x_14, x_15, x_7, x_8, x_9, x_10, x_11); +if (x_13 == 0) { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) +uint8_t x_17; +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 0) { -return x_17; +return x_16; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_17, 0); -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_16, 0); +x_19 = lean_ctor_get(x_16, 1); lean_inc(x_19); -lean_dec(x_17); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_19); -lean_ctor_set(x_21, 1, x_20); -return x_21; +lean_inc(x_18); +lean_dec(x_16); +x_20 = lean_alloc_ctor(0, 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_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_17, 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_16, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_16, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_17, 1); -lean_inc(x_23); -lean_dec(x_17); -x_24 = lean_st_ref_take(x_4, x_23); -x_25 = lean_ctor_get(x_24, 0); +lean_dec(x_16); +x_23 = lean_st_ref_take(x_4, 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); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -lean_dec(x_24); -x_27 = !lean_is_exclusive(x_25); -if (x_27 == 0) +lean_dec(x_23); +x_26 = !lean_is_exclusive(x_24); +if (x_26 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_28 = lean_ctor_get(x_25, 5); -lean_inc(x_22); -x_29 = l_Lean_Expr_mvarId_x21(x_22); -x_30 = lean_array_push(x_28, x_29); -lean_ctor_set(x_25, 5, x_30); -x_31 = lean_st_ref_set(x_4, x_25, x_26); -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_27 = lean_ctor_get(x_24, 5); +lean_inc(x_21); +x_28 = l_Lean_Expr_mvarId_x21(x_21); +x_29 = lean_array_push(x_27, x_28); +lean_ctor_set(x_24, 5, x_29); +x_30 = lean_st_ref_set(x_4, x_24, x_25); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_33; -x_33 = lean_ctor_get(x_31, 0); -lean_dec(x_33); -lean_ctor_set(x_31, 0, x_22); -return x_31; +lean_object* x_32; +x_32 = lean_ctor_get(x_30, 0); +lean_dec(x_32); +lean_ctor_set(x_30, 0, x_21); +return x_30; } else { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_dec(x_31); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_22); -lean_ctor_set(x_35, 1, x_34); -return x_35; +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_30, 1); +lean_inc(x_33); +lean_dec(x_30); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_21); +lean_ctor_set(x_34, 1, x_33); +return x_34; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_36 = lean_ctor_get(x_25, 0); -x_37 = lean_ctor_get(x_25, 1); -x_38 = lean_ctor_get(x_25, 2); -x_39 = lean_ctor_get(x_25, 3); -x_40 = lean_ctor_get(x_25, 4); -x_41 = lean_ctor_get(x_25, 5); -x_42 = lean_ctor_get(x_25, 6); -x_43 = lean_ctor_get(x_25, 7); -lean_inc(x_43); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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_35 = lean_ctor_get(x_24, 0); +x_36 = lean_ctor_get(x_24, 1); +x_37 = lean_ctor_get(x_24, 2); +x_38 = lean_ctor_get(x_24, 3); +x_39 = lean_ctor_get(x_24, 4); +x_40 = lean_ctor_get(x_24, 5); +x_41 = lean_ctor_get(x_24, 6); +x_42 = lean_ctor_get(x_24, 7); lean_inc(x_42); lean_inc(x_41); lean_inc(x_40); @@ -21776,39 +22235,39 @@ lean_inc(x_39); lean_inc(x_38); lean_inc(x_37); lean_inc(x_36); -lean_dec(x_25); -lean_inc(x_22); -x_44 = l_Lean_Expr_mvarId_x21(x_22); -x_45 = lean_array_push(x_41, x_44); -x_46 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_46, 0, x_36); -lean_ctor_set(x_46, 1, x_37); -lean_ctor_set(x_46, 2, x_38); -lean_ctor_set(x_46, 3, x_39); -lean_ctor_set(x_46, 4, x_40); -lean_ctor_set(x_46, 5, x_45); -lean_ctor_set(x_46, 6, x_42); -lean_ctor_set(x_46, 7, x_43); -x_47 = lean_st_ref_set(x_4, x_46, x_26); -x_48 = lean_ctor_get(x_47, 1); -lean_inc(x_48); -if (lean_is_exclusive(x_47)) { - lean_ctor_release(x_47, 0); - lean_ctor_release(x_47, 1); - x_49 = x_47; +lean_inc(x_35); +lean_dec(x_24); +lean_inc(x_21); +x_43 = l_Lean_Expr_mvarId_x21(x_21); +x_44 = lean_array_push(x_40, x_43); +x_45 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_45, 0, x_35); +lean_ctor_set(x_45, 1, x_36); +lean_ctor_set(x_45, 2, x_37); +lean_ctor_set(x_45, 3, x_38); +lean_ctor_set(x_45, 4, x_39); +lean_ctor_set(x_45, 5, x_44); +lean_ctor_set(x_45, 6, x_41); +lean_ctor_set(x_45, 7, x_42); +x_46 = lean_st_ref_set(x_4, x_45, x_25); +x_47 = lean_ctor_get(x_46, 1); +lean_inc(x_47); +if (lean_is_exclusive(x_46)) { + lean_ctor_release(x_46, 0); + lean_ctor_release(x_46, 1); + x_48 = x_46; } else { - lean_dec_ref(x_47); - x_49 = lean_box(0); + lean_dec_ref(x_46); + x_48 = lean_box(0); } -if (lean_is_scalar(x_49)) { - x_50 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_48)) { + x_49 = lean_alloc_ctor(0, 2, 0); } else { - x_50 = x_49; -} -lean_ctor_set(x_50, 0, x_22); -lean_ctor_set(x_50, 1, x_48); -return x_50; + x_49 = x_48; } +lean_ctor_set(x_49, 0, x_21); +lean_ctor_set(x_49, 1, x_47); +return x_49; } } } @@ -23859,180 +24318,127 @@ x_16 = lean_unsigned_to_nat(0u); x_17 = lean_nat_dec_eq(x_5, x_16); if (x_17 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_26; lean_object* x_27; uint8_t x_28; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_26; uint8_t x_42; lean_object* x_43; uint8_t x_44; x_18 = lean_unsigned_to_nat(1u); x_19 = lean_nat_sub(x_5, x_18); lean_dec(x_5); -x_26 = lean_nat_dec_lt(x_6, x_4); -x_27 = lean_ctor_get(x_1, 2); -x_28 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_27, x_6); -if (x_26 == 0) -{ -if (x_28 == 0) -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = l_Lean_instInhabitedExpr; -x_30 = l___private_Init_Util_0__outOfBounds___rarg(x_29); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_31 = lean_infer_type(x_30, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; uint8_t 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); -lean_inc(x_32); -x_34 = l_Lean_Elab_Term_elabAppArgs_isFirstOrder(x_32); -if (x_34 == 0) -{ -lean_object* x_35; -lean_dec(x_32); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_9); -x_20 = x_35; -x_21 = x_33; -goto block_25; -} -else +x_42 = lean_nat_dec_lt(x_6, x_4); +x_43 = lean_ctor_get(x_1, 2); +x_44 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_43, x_6); +if (x_42 == 0) { -lean_object* x_36; lean_object* x_37; -lean_inc(x_3); -x_36 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Term_elabAppArgs_getElabAsElimExtraArgsPos___spec__1___lambda__1___boxed), 2, 1); -lean_closure_set(x_36, 0, x_3); -x_37 = l_Lean_Expr_FindImpl_findUnsafe_x3f(x_36, x_32); -if (lean_obj_tag(x_37) == 0) +if (x_44 == 0) { -lean_object* x_38; -x_38 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_38, 0, x_9); -x_20 = x_38; -x_21 = x_33; -goto block_25; +lean_object* x_45; lean_object* x_46; +x_45 = l_Lean_instInhabitedExpr; +x_46 = l___private_Init_Util_0__outOfBounds___rarg(x_45); +x_26 = x_46; +goto block_41; } else { -lean_object* x_39; lean_object* x_40; -lean_dec(x_37); -lean_inc(x_6); -x_39 = lean_array_push(x_9, x_6); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_39); -x_20 = x_40; -x_21 = x_33; +lean_object* x_47; +x_47 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_47, 0, x_9); +x_20 = x_47; +x_21 = x_14; goto block_25; } } -} else { -uint8_t x_41; -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_3); -x_41 = !lean_is_exclusive(x_31); -if (x_41 == 0) -{ -return x_31; -} -else +if (x_44 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_31, 0); -x_43 = lean_ctor_get(x_31, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_31); -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; -} -} +lean_object* x_48; +x_48 = lean_array_fget(x_2, x_6); +x_26 = x_48; +goto block_41; } else { -lean_object* x_45; -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_9); -x_20 = x_45; +lean_object* x_49; +x_49 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_49, 0, x_9); +x_20 = x_49; x_21 = x_14; goto block_25; } } -else +block_25: { -if (x_28 == 0) +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_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_19; +x_6 = x_23; +x_9 = x_22; +x_14 = x_21; +goto _start; +} +block_41: { -lean_object* x_46; lean_object* x_47; -x_46 = lean_array_fget(x_2, x_6); +lean_object* x_27; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_47 = lean_infer_type(x_46, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_47) == 0) +x_27 = lean_infer_type(x_26, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -lean_inc(x_48); -x_50 = l_Lean_Elab_Term_elabAppArgs_isFirstOrder(x_48); -if (x_50 == 0) +lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +lean_inc(x_28); +x_30 = l_Lean_Elab_Term_elabAppArgs_isFirstOrder(x_28); +if (x_30 == 0) { -lean_object* x_51; -lean_dec(x_48); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_9); -x_20 = x_51; -x_21 = x_49; +lean_object* x_31; +lean_dec(x_28); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_9); +x_20 = x_31; +x_21 = x_29; goto block_25; } else { -lean_object* x_52; lean_object* x_53; +lean_object* x_32; lean_object* x_33; lean_inc(x_3); -x_52 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Term_elabAppArgs_getElabAsElimExtraArgsPos___spec__1___lambda__1___boxed), 2, 1); -lean_closure_set(x_52, 0, x_3); -x_53 = l_Lean_Expr_FindImpl_findUnsafe_x3f(x_52, x_48); -if (lean_obj_tag(x_53) == 0) +x_32 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Term_elabAppArgs_getElabAsElimExtraArgsPos___spec__1___lambda__1___boxed), 2, 1); +lean_closure_set(x_32, 0, x_3); +x_33 = l_Lean_Expr_FindImpl_findUnsafe_x3f(x_32, x_28); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_54; -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_9); -x_20 = x_54; -x_21 = x_49; +lean_object* x_34; +x_34 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_34, 0, x_9); +x_20 = x_34; +x_21 = x_29; goto block_25; } else { -lean_object* x_55; lean_object* x_56; -lean_dec(x_53); +lean_object* x_35; lean_object* x_36; +lean_dec(x_33); lean_inc(x_6); -x_55 = lean_array_push(x_9, x_6); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_20 = x_56; -x_21 = x_49; +x_35 = lean_array_push(x_9, x_6); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_20 = x_36; +x_21 = x_29; goto block_25; } } } else { -uint8_t x_57; +uint8_t x_37; lean_dec(x_19); lean_dec(x_13); lean_dec(x_12); @@ -24041,54 +24447,30 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_6); lean_dec(x_3); -x_57 = !lean_is_exclusive(x_47); -if (x_57 == 0) -{ -return x_47; -} -else +x_37 = !lean_is_exclusive(x_27); +if (x_37 == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_47, 0); -x_59 = lean_ctor_get(x_47, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_47); -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; -} -} +return x_27; } else { -lean_object* x_61; -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_9); -x_20 = x_61; -x_21 = x_14; -goto block_25; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_27, 0); +x_39 = lean_ctor_get(x_27, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_27); +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; } } -block_25: -{ -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_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_19; -x_6 = x_23; -x_9 = x_22; -x_14 = x_21; -goto _start; } } else { -lean_object* x_62; +lean_object* x_50; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -24096,15 +24478,15 @@ lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_9); -lean_ctor_set(x_62, 1, x_14); -return x_62; +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_9); +lean_ctor_set(x_50, 1, x_14); +return x_50; } } else { -lean_object* x_63; +lean_object* x_51; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -24112,10 +24494,10 @@ lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_9); -lean_ctor_set(x_63, 1, x_14); -return x_63; +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_9); +lean_ctor_set(x_51, 1, x_14); +return x_51; } } } @@ -30601,7 +30983,7 @@ x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); if (lean_obj_tag(x_15) == 7) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; lean_object* x_44; uint8_t x_58; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; uint8_t x_56; x_16 = lean_ctor_get(x_14, 1); lean_inc(x_16); if (lean_is_exclusive(x_14)) { @@ -30617,51 +30999,32 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_15, 2); lean_inc(x_19); x_20 = lean_ctor_get_uint8(x_15, sizeof(void*)*3 + 8); -x_58 = l_Lean_BinderInfo_isImplicit(x_20); -if (x_58 == 0) +x_56 = l_Lean_BinderInfo_isImplicit(x_20); +if (x_56 == 0) { if (x_4 == 0) { -lean_object* x_59; -x_59 = lean_box(0); -x_21 = x_59; -goto block_43; +x_21 = x_13; +goto block_55; } else { -uint8_t x_60; -x_60 = l_Lean_BinderInfo_isStrictImplicit(x_20); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = lean_box(0); -x_21 = x_61; -goto block_43; -} -else -{ -lean_object* x_62; -lean_dec(x_17); -lean_dec(x_15); -x_62 = lean_box(0); -x_44 = x_62; -goto block_57; -} +uint8_t x_57; +x_57 = l_Lean_BinderInfo_isStrictImplicit(x_20); +x_21 = x_57; +goto block_55; } } else { -lean_object* x_63; -lean_dec(x_17); -lean_dec(x_15); -x_63 = lean_box(0); -x_44 = x_63; -goto block_57; +x_21 = x_12; +goto block_55; } -block_43: +block_55: +{ +if (x_21 == 0) { uint8_t x_22; -lean_dec(x_21); x_22 = l_Lean_BinderInfo_isInstImplicit(x_20); if (x_22 == 0) { @@ -30781,42 +31144,44 @@ return x_42; } } } -block_57: +else { -lean_object* x_45; uint8_t 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_dec(x_44); -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_18); -x_46 = 0; -x_47 = lean_box(0); +lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +lean_dec(x_17); +lean_dec(x_15); +x_43 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_18); +x_44 = 0; +x_45 = lean_box(0); lean_inc(x_7); -x_48 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_45, x_46, x_47, x_7, x_8, x_9, x_10, x_16); -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_49); -x_51 = l_Lean_Expr_mvarId_x21(x_49); +x_46 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_43, x_44, x_45, x_7, x_8, x_9, x_10, x_16); +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); +lean_inc(x_47); +x_49 = l_Lean_Expr_mvarId_x21(x_47); lean_inc(x_1); -x_52 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_51, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_50); -x_53 = lean_ctor_get(x_52, 1); -lean_inc(x_53); -lean_dec(x_52); -lean_inc(x_49); -x_54 = l_Lean_Expr_app___override(x_2, x_49); -x_55 = lean_expr_instantiate1(x_19, x_49); -lean_dec(x_49); +x_50 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_49, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_48); +x_51 = lean_ctor_get(x_50, 1); +lean_inc(x_51); +lean_dec(x_50); +lean_inc(x_47); +x_52 = l_Lean_Expr_app___override(x_2, x_47); +x_53 = lean_expr_instantiate1(x_19, x_47); +lean_dec(x_47); lean_dec(x_19); -x_2 = x_54; -x_3 = x_55; -x_11 = x_53; +x_2 = x_52; +x_3 = x_53; +x_11 = x_51; goto _start; } } +} else { -uint8_t x_64; +uint8_t x_58; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -30824,37 +31189,37 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_64 = !lean_is_exclusive(x_14); -if (x_64 == 0) +x_58 = !lean_is_exclusive(x_14); +if (x_58 == 0) { -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_14, 0); -lean_dec(x_65); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_2); -lean_ctor_set(x_66, 1, x_15); -lean_ctor_set(x_14, 0, x_66); +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_14, 0); +lean_dec(x_59); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_2); +lean_ctor_set(x_60, 1, x_15); +lean_ctor_set(x_14, 0, x_60); return x_14; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_14, 1); -lean_inc(x_67); +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_14, 1); +lean_inc(x_61); lean_dec(x_14); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_2); -lean_ctor_set(x_68, 1, x_15); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_67); -return x_69; +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_2); +lean_ctor_set(x_62, 1, x_15); +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_70; +uint8_t x_64; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -30863,23 +31228,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_70 = !lean_is_exclusive(x_14); -if (x_70 == 0) +x_64 = !lean_is_exclusive(x_14); +if (x_64 == 0) { return x_14; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_14, 0); -x_72 = lean_ctor_get(x_14, 1); -lean_inc(x_72); -lean_inc(x_71); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_14, 0); +x_66 = lean_ctor_get(x_14, 1); +lean_inc(x_66); +lean_inc(x_65); lean_dec(x_14); -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_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; } } } @@ -32265,7 +32630,7 @@ x_41 = l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_add x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); -x_43 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_42, x_11, x_12, x_13, x_14, x_15, x_16, x_27); +x_43 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_42, x_11, x_12, x_13, x_14, x_15, x_16, x_27); lean_dec(x_13); x_44 = !lean_is_exclusive(x_43); if (x_44 == 0) @@ -34887,11 +35252,23 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals(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, 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; -x_15 = l_List_isEmpty___rarg(x_2); -if (x_15 == 0) +uint8_t x_15; uint8_t x_24; +x_24 = l_List_isEmpty___rarg(x_2); +if (x_24 == 0) { -if (x_6 == 0) +x_15 = x_6; +goto block_23; +} +else +{ +uint8_t x_25; +x_25 = 0; +x_15 = x_25; +goto block_23; +} +block_23: +{ +if (x_15 == 0) { lean_object* x_16; x_16 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop(x_3, x_4, x_5, x_6, x_7, x_1, x_2, x_8, x_9, x_10, x_11, x_12, x_13, x_14); @@ -34932,12 +35309,6 @@ return x_22; } } } -else -{ -lean_object* x_23; -x_23 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLValsAux_loop(x_3, x_4, x_5, x_6, x_7, x_1, x_2, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -return x_23; -} } } LEAN_EXPORT lean_object* l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppLVals___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_object* x_15) { @@ -38009,238 +38380,117 @@ uint8_t x_36; uint8_t x_37; x_36 = l_List_isEmpty___rarg(x_2); if (x_8 == 0) { -uint8_t x_128; -x_128 = 1; -x_37 = x_128; -goto block_127; +uint8_t x_96; +x_96 = 1; +x_37 = x_96; +goto block_95; } else { -uint8_t x_129; -x_129 = 0; -x_37 = x_129; -goto block_127; +uint8_t x_97; +x_97 = 0; +x_37 = x_97; +goto block_95; } -block_127: +block_95: { +uint8_t x_38; if (x_36 == 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; -x_38 = lean_box(0); -x_39 = lean_box(x_37); -x_40 = lean_box(x_6); -x_41 = lean_box(x_7); -x_42 = lean_box(x_8); -x_43 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_43, 0, x_1); -lean_closure_set(x_43, 1, x_38); -lean_closure_set(x_43, 2, x_39); -lean_closure_set(x_43, 3, x_2); -lean_closure_set(x_43, 4, x_3); -lean_closure_set(x_43, 5, x_4); -lean_closure_set(x_43, 6, x_5); -lean_closure_set(x_43, 7, x_40); -lean_closure_set(x_43, 8, x_41); -lean_closure_set(x_43, 9, x_42); -x_44 = l_Lean_Elab_Term_observing___rarg(x_43, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_44) == 0) -{ -uint8_t x_45; -x_45 = !lean_is_exclusive(x_44); -if (x_45 == 0) -{ -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_44, 0); -x_47 = lean_array_push(x_9, x_46); -lean_ctor_set(x_44, 0, x_47); -return x_44; -} -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_inc(x_48); -lean_dec(x_44); -x_50 = lean_array_push(x_9, x_48); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_49); -return x_51; -} -} -else -{ -uint8_t x_52; -lean_dec(x_9); -x_52 = !lean_is_exclusive(x_44); -if (x_52 == 0) -{ -return x_44; +uint8_t x_91; +x_91 = 0; +x_38 = x_91; +goto block_90; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_44, 0); -x_54 = lean_ctor_get(x_44, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_44); -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 -{ -uint8_t x_56; -x_56 = l_Array_isEmpty___rarg(x_3); -if (x_56 == 0) -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_57 = lean_box(0); -x_58 = lean_box(x_37); -x_59 = lean_box(x_6); -x_60 = lean_box(x_7); -x_61 = lean_box(x_8); -x_62 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_62, 0, x_1); -lean_closure_set(x_62, 1, x_57); -lean_closure_set(x_62, 2, x_58); -lean_closure_set(x_62, 3, x_2); -lean_closure_set(x_62, 4, x_3); -lean_closure_set(x_62, 5, x_4); -lean_closure_set(x_62, 6, x_5); -lean_closure_set(x_62, 7, x_59); -lean_closure_set(x_62, 8, x_60); -lean_closure_set(x_62, 9, x_61); -x_63 = l_Lean_Elab_Term_observing___rarg(x_62, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_63) == 0) -{ -uint8_t x_64; -x_64 = !lean_is_exclusive(x_63); -if (x_64 == 0) -{ -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_63, 0); -x_66 = lean_array_push(x_9, x_65); -lean_ctor_set(x_63, 0, x_66); -return x_63; -} -else -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_67 = lean_ctor_get(x_63, 0); -x_68 = lean_ctor_get(x_63, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_63); -x_69 = lean_array_push(x_9, x_67); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_68); -return x_70; -} -} -else -{ -uint8_t x_71; -lean_dec(x_9); -x_71 = !lean_is_exclusive(x_63); -if (x_71 == 0) +uint8_t x_92; +x_92 = l_Array_isEmpty___rarg(x_3); +if (x_92 == 0) { -return x_63; +uint8_t x_93; +x_93 = 0; +x_38 = x_93; +goto block_90; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_63, 0); -x_73 = lean_ctor_get(x_63, 1); -lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_63); -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; -} +uint8_t x_94; +x_94 = l_Array_isEmpty___rarg(x_4); +x_38 = x_94; +goto block_90; } } -else +block_90: { -uint8_t x_75; -x_75 = l_Array_isEmpty___rarg(x_4); -if (x_75 == 0) +if (x_38 == 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; -x_76 = lean_box(0); -x_77 = lean_box(x_37); -x_78 = lean_box(x_6); -x_79 = lean_box(x_7); -x_80 = lean_box(x_8); -x_81 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_81, 0, x_1); -lean_closure_set(x_81, 1, x_76); -lean_closure_set(x_81, 2, x_77); -lean_closure_set(x_81, 3, x_2); -lean_closure_set(x_81, 4, x_3); -lean_closure_set(x_81, 5, x_4); -lean_closure_set(x_81, 6, x_5); -lean_closure_set(x_81, 7, x_78); -lean_closure_set(x_81, 8, x_79); -lean_closure_set(x_81, 9, x_80); -x_82 = l_Lean_Elab_Term_observing___rarg(x_81, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_82) == 0) +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; +x_39 = lean_box(0); +x_40 = lean_box(x_37); +x_41 = lean_box(x_6); +x_42 = lean_box(x_7); +x_43 = lean_box(x_8); +x_44 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_44, 0, x_1); +lean_closure_set(x_44, 1, x_39); +lean_closure_set(x_44, 2, x_40); +lean_closure_set(x_44, 3, x_2); +lean_closure_set(x_44, 4, x_3); +lean_closure_set(x_44, 5, x_4); +lean_closure_set(x_44, 6, x_5); +lean_closure_set(x_44, 7, x_41); +lean_closure_set(x_44, 8, x_42); +lean_closure_set(x_44, 9, x_43); +x_45 = l_Lean_Elab_Term_observing___rarg(x_44, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_45) == 0) { -uint8_t x_83; -x_83 = !lean_is_exclusive(x_82); -if (x_83 == 0) +uint8_t x_46; +x_46 = !lean_is_exclusive(x_45); +if (x_46 == 0) { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_82, 0); -x_85 = lean_array_push(x_9, x_84); -lean_ctor_set(x_82, 0, x_85); -return x_82; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_45, 0); +x_48 = lean_array_push(x_9, x_47); +lean_ctor_set(x_45, 0, x_48); +return x_45; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_86 = lean_ctor_get(x_82, 0); -x_87 = lean_ctor_get(x_82, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_82); -x_88 = lean_array_push(x_9, x_86); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_87); -return x_89; +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_49 = lean_ctor_get(x_45, 0); +x_50 = lean_ctor_get(x_45, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_45); +x_51 = lean_array_push(x_9, x_49); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_50); +return x_52; } } else { -uint8_t x_90; +uint8_t x_53; lean_dec(x_9); -x_90 = !lean_is_exclusive(x_82); -if (x_90 == 0) +x_53 = !lean_is_exclusive(x_45); +if (x_53 == 0) { -return x_82; +return x_45; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_82, 0); -x_92 = lean_ctor_get(x_82, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_82); -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_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_45, 0); +x_55 = lean_ctor_get(x_45, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_45); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } @@ -38251,130 +38501,129 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_94 = 1; -x_95 = lean_box(x_94); -x_96 = lean_box(x_94); -x_97 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_97, 0, x_1); -lean_closure_set(x_97, 1, x_5); -lean_closure_set(x_97, 2, x_95); -lean_closure_set(x_97, 3, x_96); -x_98 = l_Lean_Elab_Term_observing___rarg(x_97, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_98) == 0) +uint8_t x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_57 = 1; +x_58 = lean_box(x_57); +x_59 = lean_box(x_57); +x_60 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_60, 0, x_1); +lean_closure_set(x_60, 1, x_5); +lean_closure_set(x_60, 2, x_58); +lean_closure_set(x_60, 3, x_59); +x_61 = l_Lean_Elab_Term_observing___rarg(x_60, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_61) == 0) { -uint8_t x_99; -x_99 = !lean_is_exclusive(x_98); -if (x_99 == 0) +uint8_t x_62; +x_62 = !lean_is_exclusive(x_61); +if (x_62 == 0) { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_98, 0); -x_101 = lean_array_push(x_9, x_100); -lean_ctor_set(x_98, 0, x_101); -return x_98; +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_61, 0); +x_64 = lean_array_push(x_9, x_63); +lean_ctor_set(x_61, 0, x_64); +return x_61; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_102 = lean_ctor_get(x_98, 0); -x_103 = lean_ctor_get(x_98, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_98); -x_104 = lean_array_push(x_9, x_102); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_103); -return x_105; +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_65 = lean_ctor_get(x_61, 0); +x_66 = lean_ctor_get(x_61, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_61); +x_67 = lean_array_push(x_9, x_65); +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 { -uint8_t x_106; +uint8_t x_69; lean_dec(x_9); -x_106 = !lean_is_exclusive(x_98); -if (x_106 == 0) +x_69 = !lean_is_exclusive(x_61); +if (x_69 == 0) { -return x_98; +return x_61; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_98, 0); -x_108 = lean_ctor_get(x_98, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_98); -x_109 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_109, 0, x_107); -lean_ctor_set(x_109, 1, x_108); -return x_109; +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_61, 0); +x_71 = lean_ctor_get(x_61, 1); +lean_inc(x_71); +lean_inc(x_70); +lean_dec(x_61); +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_110; uint8_t x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_110 = lean_box(0); -x_111 = 1; -x_112 = lean_box(x_37); -x_113 = lean_box(x_111); -x_114 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_114, 0, x_1); -lean_closure_set(x_114, 1, x_5); -lean_closure_set(x_114, 2, x_112); -lean_closure_set(x_114, 3, x_113); -lean_closure_set(x_114, 4, x_110); -x_115 = l_Lean_Elab_Term_observing___rarg(x_114, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_115) == 0) +lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_73 = lean_box(0); +x_74 = 1; +x_75 = lean_box(x_37); +x_76 = lean_box(x_74); +x_77 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_77, 0, x_1); +lean_closure_set(x_77, 1, x_5); +lean_closure_set(x_77, 2, x_75); +lean_closure_set(x_77, 3, x_76); +lean_closure_set(x_77, 4, x_73); +x_78 = l_Lean_Elab_Term_observing___rarg(x_77, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_78) == 0) { -uint8_t x_116; -x_116 = !lean_is_exclusive(x_115); -if (x_116 == 0) +uint8_t x_79; +x_79 = !lean_is_exclusive(x_78); +if (x_79 == 0) { -lean_object* x_117; lean_object* x_118; -x_117 = lean_ctor_get(x_115, 0); -x_118 = lean_array_push(x_9, x_117); -lean_ctor_set(x_115, 0, x_118); -return x_115; +lean_object* x_80; lean_object* x_81; +x_80 = lean_ctor_get(x_78, 0); +x_81 = lean_array_push(x_9, x_80); +lean_ctor_set(x_78, 0, x_81); +return x_78; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_119 = lean_ctor_get(x_115, 0); -x_120 = lean_ctor_get(x_115, 1); -lean_inc(x_120); -lean_inc(x_119); -lean_dec(x_115); -x_121 = lean_array_push(x_9, x_119); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_120); -return x_122; +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_82 = lean_ctor_get(x_78, 0); +x_83 = lean_ctor_get(x_78, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_78); +x_84 = lean_array_push(x_9, x_82); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_83); +return x_85; } } else { -uint8_t x_123; +uint8_t x_86; lean_dec(x_9); -x_123 = !lean_is_exclusive(x_115); -if (x_123 == 0) +x_86 = !lean_is_exclusive(x_78); +if (x_86 == 0) { -return x_115; +return x_78; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_115, 0); -x_125 = lean_ctor_get(x_115, 1); -lean_inc(x_125); -lean_inc(x_124); -lean_dec(x_115); -x_126 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -return x_126; -} +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_78, 0); +x_88 = lean_ctor_get(x_78, 1); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_78); +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } } @@ -38384,250 +38633,129 @@ return x_126; } else { -lean_object* x_130; lean_object* x_131; uint8_t x_132; -x_130 = lean_unsigned_to_nat(1u); -x_131 = l_Lean_Syntax_getArg(x_1, x_130); -lean_inc(x_131); -x_132 = l_Lean_Syntax_isOfKind(x_131, x_26); -if (x_132 == 0) +lean_object* x_98; lean_object* x_99; uint8_t x_100; +x_98 = lean_unsigned_to_nat(1u); +x_99 = l_Lean_Syntax_getArg(x_1, x_98); +lean_inc(x_99); +x_100 = l_Lean_Syntax_isOfKind(x_99, x_26); +if (x_100 == 0) { -uint8_t x_133; uint8_t x_134; -lean_dec(x_131); -x_133 = l_List_isEmpty___rarg(x_2); +uint8_t x_101; uint8_t x_102; +lean_dec(x_99); +x_101 = l_List_isEmpty___rarg(x_2); if (x_8 == 0) { -uint8_t x_225; -x_225 = 1; -x_134 = x_225; -goto block_224; -} -else -{ -uint8_t x_226; -x_226 = 0; -x_134 = x_226; -goto block_224; -} -block_224: -{ -if (x_133 == 0) -{ -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; -x_135 = lean_box(0); -x_136 = lean_box(x_134); -x_137 = lean_box(x_6); -x_138 = lean_box(x_7); -x_139 = lean_box(x_8); -x_140 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_140, 0, x_1); -lean_closure_set(x_140, 1, x_135); -lean_closure_set(x_140, 2, x_136); -lean_closure_set(x_140, 3, x_2); -lean_closure_set(x_140, 4, x_3); -lean_closure_set(x_140, 5, x_4); -lean_closure_set(x_140, 6, x_5); -lean_closure_set(x_140, 7, x_137); -lean_closure_set(x_140, 8, x_138); -lean_closure_set(x_140, 9, x_139); -x_141 = l_Lean_Elab_Term_observing___rarg(x_140, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_141) == 0) -{ -uint8_t x_142; -x_142 = !lean_is_exclusive(x_141); -if (x_142 == 0) -{ -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_141, 0); -x_144 = lean_array_push(x_9, x_143); -lean_ctor_set(x_141, 0, x_144); -return x_141; -} -else -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_145 = lean_ctor_get(x_141, 0); -x_146 = lean_ctor_get(x_141, 1); -lean_inc(x_146); -lean_inc(x_145); -lean_dec(x_141); -x_147 = lean_array_push(x_9, x_145); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_146); -return x_148; -} +uint8_t x_161; +x_161 = 1; +x_102 = x_161; +goto block_160; } else { -uint8_t x_149; -lean_dec(x_9); -x_149 = !lean_is_exclusive(x_141); -if (x_149 == 0) -{ -return x_141; +uint8_t x_162; +x_162 = 0; +x_102 = x_162; +goto block_160; } -else +block_160: { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_141, 0); -x_151 = lean_ctor_get(x_141, 1); -lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_141); -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; -} -} +uint8_t x_103; +if (x_101 == 0) +{ +uint8_t x_156; +x_156 = 0; +x_103 = x_156; +goto block_155; } else { -uint8_t x_153; -x_153 = l_Array_isEmpty___rarg(x_3); -if (x_153 == 0) -{ -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; -x_154 = lean_box(0); -x_155 = lean_box(x_134); -x_156 = lean_box(x_6); -x_157 = lean_box(x_7); -x_158 = lean_box(x_8); -x_159 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_159, 0, x_1); -lean_closure_set(x_159, 1, x_154); -lean_closure_set(x_159, 2, x_155); -lean_closure_set(x_159, 3, x_2); -lean_closure_set(x_159, 4, x_3); -lean_closure_set(x_159, 5, x_4); -lean_closure_set(x_159, 6, x_5); -lean_closure_set(x_159, 7, x_156); -lean_closure_set(x_159, 8, x_157); -lean_closure_set(x_159, 9, x_158); -x_160 = l_Lean_Elab_Term_observing___rarg(x_159, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_160) == 0) -{ -uint8_t x_161; -x_161 = !lean_is_exclusive(x_160); -if (x_161 == 0) +uint8_t x_157; +x_157 = l_Array_isEmpty___rarg(x_3); +if (x_157 == 0) { -lean_object* x_162; lean_object* x_163; -x_162 = lean_ctor_get(x_160, 0); -x_163 = lean_array_push(x_9, x_162); -lean_ctor_set(x_160, 0, x_163); -return x_160; +uint8_t x_158; +x_158 = 0; +x_103 = x_158; +goto block_155; } else { -lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_164 = lean_ctor_get(x_160, 0); -x_165 = lean_ctor_get(x_160, 1); -lean_inc(x_165); -lean_inc(x_164); -lean_dec(x_160); -x_166 = lean_array_push(x_9, x_164); -x_167 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_167, 0, x_166); -lean_ctor_set(x_167, 1, x_165); -return x_167; +uint8_t x_159; +x_159 = l_Array_isEmpty___rarg(x_4); +x_103 = x_159; +goto block_155; } } -else +block_155: { -uint8_t x_168; -lean_dec(x_9); -x_168 = !lean_is_exclusive(x_160); -if (x_168 == 0) +if (x_103 == 0) { -return x_160; -} -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; lean_object* x_110; +x_104 = lean_box(0); +x_105 = lean_box(x_102); +x_106 = lean_box(x_6); +x_107 = lean_box(x_7); +x_108 = lean_box(x_8); +x_109 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_109, 0, x_1); +lean_closure_set(x_109, 1, x_104); +lean_closure_set(x_109, 2, x_105); +lean_closure_set(x_109, 3, x_2); +lean_closure_set(x_109, 4, x_3); +lean_closure_set(x_109, 5, x_4); +lean_closure_set(x_109, 6, x_5); +lean_closure_set(x_109, 7, x_106); +lean_closure_set(x_109, 8, x_107); +lean_closure_set(x_109, 9, x_108); +x_110 = l_Lean_Elab_Term_observing___rarg(x_109, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_110) == 0) { -lean_object* x_169; lean_object* x_170; lean_object* x_171; -x_169 = lean_ctor_get(x_160, 0); -x_170 = lean_ctor_get(x_160, 1); -lean_inc(x_170); -lean_inc(x_169); -lean_dec(x_160); -x_171 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_171, 0, x_169); -lean_ctor_set(x_171, 1, x_170); -return x_171; -} -} -} -else -{ -uint8_t x_172; -x_172 = l_Array_isEmpty___rarg(x_4); -if (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_box(0); -x_174 = lean_box(x_134); -x_175 = lean_box(x_6); -x_176 = lean_box(x_7); -x_177 = lean_box(x_8); -x_178 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_178, 0, x_1); -lean_closure_set(x_178, 1, x_173); -lean_closure_set(x_178, 2, x_174); -lean_closure_set(x_178, 3, x_2); -lean_closure_set(x_178, 4, x_3); -lean_closure_set(x_178, 5, x_4); -lean_closure_set(x_178, 6, x_5); -lean_closure_set(x_178, 7, x_175); -lean_closure_set(x_178, 8, x_176); -lean_closure_set(x_178, 9, x_177); -x_179 = l_Lean_Elab_Term_observing___rarg(x_178, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_179) == 0) -{ -uint8_t x_180; -x_180 = !lean_is_exclusive(x_179); -if (x_180 == 0) -{ -lean_object* x_181; lean_object* x_182; -x_181 = lean_ctor_get(x_179, 0); -x_182 = lean_array_push(x_9, x_181); -lean_ctor_set(x_179, 0, x_182); -return x_179; +uint8_t x_111; +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) +{ +lean_object* x_112; lean_object* x_113; +x_112 = lean_ctor_get(x_110, 0); +x_113 = lean_array_push(x_9, x_112); +lean_ctor_set(x_110, 0, x_113); +return x_110; } else { -lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_183 = lean_ctor_get(x_179, 0); -x_184 = lean_ctor_get(x_179, 1); -lean_inc(x_184); -lean_inc(x_183); -lean_dec(x_179); -x_185 = lean_array_push(x_9, x_183); -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -return x_186; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 0); +x_115 = lean_ctor_get(x_110, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_110); +x_116 = lean_array_push(x_9, x_114); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_115); +return x_117; } } else { -uint8_t x_187; +uint8_t x_118; lean_dec(x_9); -x_187 = !lean_is_exclusive(x_179); -if (x_187 == 0) +x_118 = !lean_is_exclusive(x_110); +if (x_118 == 0) { -return x_179; +return x_110; } 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; +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_110, 0); +x_120 = lean_ctor_get(x_110, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_110); +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; } } } @@ -38638,130 +38766,129 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_191 = 1; -x_192 = lean_box(x_191); -x_193 = lean_box(x_191); -x_194 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_194, 0, x_1); -lean_closure_set(x_194, 1, x_5); -lean_closure_set(x_194, 2, x_192); -lean_closure_set(x_194, 3, x_193); -x_195 = l_Lean_Elab_Term_observing___rarg(x_194, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_195) == 0) +uint8_t x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_122 = 1; +x_123 = lean_box(x_122); +x_124 = lean_box(x_122); +x_125 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_125, 0, x_1); +lean_closure_set(x_125, 1, x_5); +lean_closure_set(x_125, 2, x_123); +lean_closure_set(x_125, 3, x_124); +x_126 = l_Lean_Elab_Term_observing___rarg(x_125, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_126) == 0) { -uint8_t x_196; -x_196 = !lean_is_exclusive(x_195); -if (x_196 == 0) +uint8_t x_127; +x_127 = !lean_is_exclusive(x_126); +if (x_127 == 0) { -lean_object* x_197; lean_object* x_198; -x_197 = lean_ctor_get(x_195, 0); -x_198 = lean_array_push(x_9, x_197); -lean_ctor_set(x_195, 0, x_198); -return x_195; +lean_object* x_128; lean_object* x_129; +x_128 = lean_ctor_get(x_126, 0); +x_129 = lean_array_push(x_9, x_128); +lean_ctor_set(x_126, 0, x_129); +return x_126; } else { -lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_199 = lean_ctor_get(x_195, 0); -x_200 = lean_ctor_get(x_195, 1); -lean_inc(x_200); -lean_inc(x_199); -lean_dec(x_195); -x_201 = lean_array_push(x_9, x_199); -x_202 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_202, 0, x_201); -lean_ctor_set(x_202, 1, x_200); -return x_202; +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_130 = lean_ctor_get(x_126, 0); +x_131 = lean_ctor_get(x_126, 1); +lean_inc(x_131); +lean_inc(x_130); +lean_dec(x_126); +x_132 = lean_array_push(x_9, x_130); +x_133 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_133, 0, x_132); +lean_ctor_set(x_133, 1, x_131); +return x_133; } } else { -uint8_t x_203; +uint8_t x_134; lean_dec(x_9); -x_203 = !lean_is_exclusive(x_195); -if (x_203 == 0) +x_134 = !lean_is_exclusive(x_126); +if (x_134 == 0) { -return x_195; +return x_126; } else { -lean_object* x_204; lean_object* x_205; lean_object* x_206; -x_204 = lean_ctor_get(x_195, 0); -x_205 = lean_ctor_get(x_195, 1); -lean_inc(x_205); -lean_inc(x_204); -lean_dec(x_195); -x_206 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_206, 0, x_204); -lean_ctor_set(x_206, 1, x_205); -return x_206; +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_126, 0); +x_136 = lean_ctor_get(x_126, 1); +lean_inc(x_136); +lean_inc(x_135); +lean_dec(x_126); +x_137 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_137, 0, x_135); +lean_ctor_set(x_137, 1, x_136); +return x_137; } } } else { -lean_object* x_207; uint8_t x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; -x_207 = lean_box(0); -x_208 = 1; -x_209 = lean_box(x_134); -x_210 = lean_box(x_208); -x_211 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_211, 0, x_1); -lean_closure_set(x_211, 1, x_5); -lean_closure_set(x_211, 2, x_209); -lean_closure_set(x_211, 3, x_210); -lean_closure_set(x_211, 4, x_207); -x_212 = l_Lean_Elab_Term_observing___rarg(x_211, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_212) == 0) +lean_object* x_138; uint8_t x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; +x_138 = lean_box(0); +x_139 = 1; +x_140 = lean_box(x_102); +x_141 = lean_box(x_139); +x_142 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_142, 0, x_1); +lean_closure_set(x_142, 1, x_5); +lean_closure_set(x_142, 2, x_140); +lean_closure_set(x_142, 3, x_141); +lean_closure_set(x_142, 4, x_138); +x_143 = l_Lean_Elab_Term_observing___rarg(x_142, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_143) == 0) { -uint8_t x_213; -x_213 = !lean_is_exclusive(x_212); -if (x_213 == 0) +uint8_t x_144; +x_144 = !lean_is_exclusive(x_143); +if (x_144 == 0) { -lean_object* x_214; lean_object* x_215; -x_214 = lean_ctor_get(x_212, 0); -x_215 = lean_array_push(x_9, x_214); -lean_ctor_set(x_212, 0, x_215); -return x_212; +lean_object* x_145; lean_object* x_146; +x_145 = lean_ctor_get(x_143, 0); +x_146 = lean_array_push(x_9, x_145); +lean_ctor_set(x_143, 0, x_146); +return x_143; } else { -lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_216 = lean_ctor_get(x_212, 0); -x_217 = lean_ctor_get(x_212, 1); -lean_inc(x_217); -lean_inc(x_216); -lean_dec(x_212); -x_218 = lean_array_push(x_9, x_216); -x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_218); -lean_ctor_set(x_219, 1, x_217); -return x_219; +lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_147 = lean_ctor_get(x_143, 0); +x_148 = lean_ctor_get(x_143, 1); +lean_inc(x_148); +lean_inc(x_147); +lean_dec(x_143); +x_149 = lean_array_push(x_9, x_147); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_150, 1, x_148); +return x_150; } } else { -uint8_t x_220; +uint8_t x_151; lean_dec(x_9); -x_220 = !lean_is_exclusive(x_212); -if (x_220 == 0) +x_151 = !lean_is_exclusive(x_143); +if (x_151 == 0) { -return x_212; +return x_143; } else { -lean_object* x_221; lean_object* x_222; lean_object* x_223; -x_221 = lean_ctor_get(x_212, 0); -x_222 = lean_ctor_get(x_212, 1); -lean_inc(x_222); -lean_inc(x_221); -lean_dec(x_212); -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_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_143, 0); +x_153 = lean_ctor_get(x_143, 1); +lean_inc(x_153); +lean_inc(x_152); +lean_dec(x_143); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } @@ -38771,21 +38898,21 @@ return x_223; } else { -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_227 = lean_ctor_get(x_12, 1); -lean_inc(x_227); -x_228 = l_Lean_Syntax_getId(x_131); +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_12, 1); +lean_inc(x_163); +x_164 = l_Lean_Syntax_getId(x_99); lean_inc(x_5); lean_inc(x_1); -x_229 = lean_alloc_ctor(2, 4, 0); -lean_ctor_set(x_229, 0, x_1); -lean_ctor_set(x_229, 1, x_228); -lean_ctor_set(x_229, 2, x_227); -lean_ctor_set(x_229, 3, x_5); -x_230 = l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(x_229, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -x_231 = lean_ctor_get(x_230, 1); -lean_inc(x_231); -lean_dec(x_230); +x_165 = lean_alloc_ctor(2, 4, 0); +lean_ctor_set(x_165, 0, x_1); +lean_ctor_set(x_165, 1, x_164); +lean_ctor_set(x_165, 2, x_163); +lean_ctor_set(x_165, 3, x_5); +x_166 = l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(x_165, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +x_167 = lean_ctor_get(x_166, 1); +lean_inc(x_167); +lean_dec(x_166); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); @@ -38793,100 +38920,100 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_5); -x_232 = l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName(x_131, x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_231); -if (lean_obj_tag(x_232) == 0) -{ -lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; -x_233 = lean_ctor_get(x_232, 0); -lean_inc(x_233); -x_234 = lean_ctor_get(x_232, 1); -lean_inc(x_234); -lean_dec(x_232); -x_235 = lean_box(0); +x_168 = l___private_Lean_Elab_App_0__Lean_Elab_Term_resolveDotName(x_99, x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_167); +if (lean_obj_tag(x_168) == 0) +{ +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_169 = lean_ctor_get(x_168, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_168, 1); +lean_inc(x_170); +lean_dec(x_168); +x_171 = lean_box(0); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_10); -x_236 = l_Lean_Elab_Term_mkConst(x_233, x_235, x_10, x_11, x_12, x_13, x_14, x_15, x_234); -if (lean_obj_tag(x_236) == 0) +x_172 = l_Lean_Elab_Term_mkConst(x_169, x_171, x_10, x_11, x_12, x_13, x_14, x_15, x_170); +if (lean_obj_tag(x_172) == 0) { -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; -x_237 = lean_ctor_get(x_236, 0); -lean_inc(x_237); -x_238 = lean_ctor_get(x_236, 1); -lean_inc(x_238); -lean_dec(x_236); -x_239 = lean_box(0); -x_240 = lean_box(x_6); -x_241 = lean_box(x_7); -x_242 = lean_box(x_8); -x_243 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__2___boxed), 17, 10); -lean_closure_set(x_243, 0, x_1); -lean_closure_set(x_243, 1, x_237); -lean_closure_set(x_243, 2, x_5); -lean_closure_set(x_243, 3, x_239); -lean_closure_set(x_243, 4, x_2); -lean_closure_set(x_243, 5, x_3); -lean_closure_set(x_243, 6, x_4); -lean_closure_set(x_243, 7, x_240); -lean_closure_set(x_243, 8, x_241); -lean_closure_set(x_243, 9, x_242); -x_244 = l_Lean_Elab_Term_observing___rarg(x_243, x_10, x_11, x_12, x_13, x_14, x_15, x_238); -if (lean_obj_tag(x_244) == 0) -{ -uint8_t x_245; -x_245 = !lean_is_exclusive(x_244); -if (x_245 == 0) -{ -lean_object* x_246; lean_object* x_247; -x_246 = lean_ctor_get(x_244, 0); -x_247 = lean_array_push(x_9, x_246); -lean_ctor_set(x_244, 0, x_247); -return x_244; -} -else -{ -lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; -x_248 = lean_ctor_get(x_244, 0); -x_249 = lean_ctor_get(x_244, 1); -lean_inc(x_249); -lean_inc(x_248); -lean_dec(x_244); -x_250 = lean_array_push(x_9, x_248); -x_251 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_251, 0, x_250); -lean_ctor_set(x_251, 1, x_249); -return x_251; +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_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_box(0); +x_176 = lean_box(x_6); +x_177 = lean_box(x_7); +x_178 = lean_box(x_8); +x_179 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__2___boxed), 17, 10); +lean_closure_set(x_179, 0, x_1); +lean_closure_set(x_179, 1, x_173); +lean_closure_set(x_179, 2, x_5); +lean_closure_set(x_179, 3, x_175); +lean_closure_set(x_179, 4, x_2); +lean_closure_set(x_179, 5, x_3); +lean_closure_set(x_179, 6, x_4); +lean_closure_set(x_179, 7, x_176); +lean_closure_set(x_179, 8, x_177); +lean_closure_set(x_179, 9, x_178); +x_180 = l_Lean_Elab_Term_observing___rarg(x_179, x_10, x_11, x_12, x_13, x_14, x_15, x_174); +if (lean_obj_tag(x_180) == 0) +{ +uint8_t x_181; +x_181 = !lean_is_exclusive(x_180); +if (x_181 == 0) +{ +lean_object* x_182; lean_object* x_183; +x_182 = lean_ctor_get(x_180, 0); +x_183 = lean_array_push(x_9, x_182); +lean_ctor_set(x_180, 0, x_183); +return x_180; +} +else +{ +lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_184 = lean_ctor_get(x_180, 0); +x_185 = lean_ctor_get(x_180, 1); +lean_inc(x_185); +lean_inc(x_184); +lean_dec(x_180); +x_186 = lean_array_push(x_9, x_184); +x_187 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_187, 0, x_186); +lean_ctor_set(x_187, 1, x_185); +return x_187; } } else { -uint8_t x_252; +uint8_t x_188; lean_dec(x_9); -x_252 = !lean_is_exclusive(x_244); -if (x_252 == 0) +x_188 = !lean_is_exclusive(x_180); +if (x_188 == 0) { -return x_244; +return x_180; } else { -lean_object* x_253; lean_object* x_254; lean_object* x_255; -x_253 = lean_ctor_get(x_244, 0); -x_254 = lean_ctor_get(x_244, 1); -lean_inc(x_254); -lean_inc(x_253); -lean_dec(x_244); -x_255 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_255, 0, x_253); -lean_ctor_set(x_255, 1, x_254); -return x_255; +lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_189 = lean_ctor_get(x_180, 0); +x_190 = lean_ctor_get(x_180, 1); +lean_inc(x_190); +lean_inc(x_189); +lean_dec(x_180); +x_191 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_191, 0, x_189); +lean_ctor_set(x_191, 1, x_190); +return x_191; } } } else { -uint8_t x_256; +uint8_t x_192; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -38899,29 +39026,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_256 = !lean_is_exclusive(x_236); -if (x_256 == 0) +x_192 = !lean_is_exclusive(x_172); +if (x_192 == 0) { -return x_236; +return x_172; } else { -lean_object* x_257; lean_object* x_258; lean_object* x_259; -x_257 = lean_ctor_get(x_236, 0); -x_258 = lean_ctor_get(x_236, 1); -lean_inc(x_258); -lean_inc(x_257); -lean_dec(x_236); -x_259 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_259, 0, x_257); -lean_ctor_set(x_259, 1, x_258); -return x_259; +lean_object* x_193; lean_object* x_194; lean_object* x_195; +x_193 = lean_ctor_get(x_172, 0); +x_194 = lean_ctor_get(x_172, 1); +lean_inc(x_194); +lean_inc(x_193); +lean_dec(x_172); +x_195 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_195, 0, x_193); +lean_ctor_set(x_195, 1, x_194); +return x_195; } } } else { -uint8_t x_260; +uint8_t x_196; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -38934,23 +39061,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_260 = !lean_is_exclusive(x_232); -if (x_260 == 0) +x_196 = !lean_is_exclusive(x_168); +if (x_196 == 0) { -return x_232; +return x_168; } else { -lean_object* x_261; lean_object* x_262; lean_object* x_263; -x_261 = lean_ctor_get(x_232, 0); -x_262 = lean_ctor_get(x_232, 1); -lean_inc(x_262); -lean_inc(x_261); -lean_dec(x_232); -x_263 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_263, 0, x_261); -lean_ctor_set(x_263, 1, x_262); -return x_263; +lean_object* x_197; lean_object* x_198; lean_object* x_199; +x_197 = lean_ctor_get(x_168, 0); +x_198 = lean_ctor_get(x_168, 1); +lean_inc(x_198); +lean_inc(x_197); +lean_dec(x_168); +x_199 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_198); +return x_199; } } } @@ -38958,40 +39085,40 @@ return x_263; } else { -lean_object* x_264; lean_object* x_265; +lean_object* x_200; lean_object* x_201; lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_264 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__18; -x_265 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_264, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +x_200 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__18; +x_201 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_200, x_10, x_11, x_12, x_13, x_14, x_15, x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -return x_265; +return x_201; } } else { -lean_object* x_266; lean_object* x_267; uint8_t x_268; -x_266 = lean_unsigned_to_nat(1u); -x_267 = l_Lean_Syntax_getArg(x_1, x_266); +lean_object* x_202; lean_object* x_203; uint8_t x_204; +x_202 = lean_unsigned_to_nat(1u); +x_203 = l_Lean_Syntax_getArg(x_1, x_202); lean_dec(x_1); -lean_inc(x_267); -x_268 = l_Lean_Syntax_isOfKind(x_267, x_26); -if (x_268 == 0) +lean_inc(x_203); +x_204 = l_Lean_Syntax_isOfKind(x_203, x_26); +if (x_204 == 0) { -uint8_t x_269; -lean_inc(x_267); -x_269 = l_Lean_Syntax_isOfKind(x_267, x_28); -if (x_269 == 0) +uint8_t x_205; +lean_inc(x_203); +x_205 = l_Lean_Syntax_isOfKind(x_203, x_28); +if (x_205 == 0) { -lean_object* x_270; -lean_dec(x_267); +lean_object* x_206; +lean_dec(x_203); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -39003,19 +39130,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_270 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2___rarg(x_16); -return x_270; +x_206 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2___rarg(x_16); +return x_206; } else { -lean_object* x_271; lean_object* x_272; uint8_t x_273; -x_271 = lean_unsigned_to_nat(0u); -x_272 = l_Lean_Syntax_getArg(x_267, x_271); -x_273 = l_Lean_Syntax_isOfKind(x_272, x_26); -if (x_273 == 0) +lean_object* x_207; lean_object* x_208; uint8_t x_209; +x_207 = lean_unsigned_to_nat(0u); +x_208 = l_Lean_Syntax_getArg(x_203, x_207); +x_209 = l_Lean_Syntax_isOfKind(x_208, x_26); +if (x_209 == 0) { -lean_object* x_274; -lean_dec(x_267); +lean_object* x_210; +lean_dec(x_203); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -39027,275 +39154,154 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_274 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2___rarg(x_16); -return x_274; +x_210 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__2___rarg(x_16); +return x_210; } else { -uint8_t x_275; -x_275 = 1; -x_1 = x_267; -x_6 = x_275; +uint8_t x_211; +x_211 = 1; +x_1 = x_203; +x_6 = x_211; goto _start; } } } else { -uint8_t x_277; -x_277 = 1; -x_1 = x_267; -x_6 = x_277; +uint8_t x_213; +x_213 = 1; +x_1 = x_203; +x_6 = x_213; goto _start; } } } else { -lean_object* x_279; lean_object* x_280; uint8_t x_281; -x_279 = lean_unsigned_to_nat(0u); -x_280 = l_Lean_Syntax_getArg(x_1, x_279); -lean_inc(x_280); -x_281 = l_Lean_Syntax_isOfKind(x_280, x_26); -if (x_281 == 0) +lean_object* x_215; lean_object* x_216; uint8_t x_217; +x_215 = lean_unsigned_to_nat(0u); +x_216 = l_Lean_Syntax_getArg(x_1, x_215); +lean_inc(x_216); +x_217 = l_Lean_Syntax_isOfKind(x_216, x_26); +if (x_217 == 0) { -uint8_t x_282; uint8_t x_283; -lean_dec(x_280); -x_282 = l_List_isEmpty___rarg(x_2); +uint8_t x_218; uint8_t x_219; +lean_dec(x_216); +x_218 = l_List_isEmpty___rarg(x_2); if (x_8 == 0) { -uint8_t x_374; -x_374 = 1; -x_283 = x_374; -goto block_373; -} -else -{ -uint8_t x_375; -x_375 = 0; -x_283 = x_375; -goto block_373; -} -block_373: -{ -if (x_282 == 0) -{ -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; -x_284 = lean_box(0); -x_285 = lean_box(x_283); -x_286 = lean_box(x_6); -x_287 = lean_box(x_7); -x_288 = lean_box(x_8); -x_289 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_289, 0, x_1); -lean_closure_set(x_289, 1, x_284); -lean_closure_set(x_289, 2, x_285); -lean_closure_set(x_289, 3, x_2); -lean_closure_set(x_289, 4, x_3); -lean_closure_set(x_289, 5, x_4); -lean_closure_set(x_289, 6, x_5); -lean_closure_set(x_289, 7, x_286); -lean_closure_set(x_289, 8, x_287); -lean_closure_set(x_289, 9, x_288); -x_290 = l_Lean_Elab_Term_observing___rarg(x_289, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_290) == 0) -{ -uint8_t x_291; -x_291 = !lean_is_exclusive(x_290); -if (x_291 == 0) -{ -lean_object* x_292; lean_object* x_293; -x_292 = lean_ctor_get(x_290, 0); -x_293 = lean_array_push(x_9, x_292); -lean_ctor_set(x_290, 0, x_293); -return x_290; -} -else -{ -lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; -x_294 = lean_ctor_get(x_290, 0); -x_295 = lean_ctor_get(x_290, 1); -lean_inc(x_295); -lean_inc(x_294); -lean_dec(x_290); -x_296 = lean_array_push(x_9, x_294); -x_297 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_297, 0, x_296); -lean_ctor_set(x_297, 1, x_295); -return x_297; -} -} -else -{ -uint8_t x_298; -lean_dec(x_9); -x_298 = !lean_is_exclusive(x_290); -if (x_298 == 0) -{ -return x_290; +uint8_t x_278; +x_278 = 1; +x_219 = x_278; +goto block_277; } else { -lean_object* x_299; lean_object* x_300; lean_object* x_301; -x_299 = lean_ctor_get(x_290, 0); -x_300 = lean_ctor_get(x_290, 1); -lean_inc(x_300); -lean_inc(x_299); -lean_dec(x_290); -x_301 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_301, 0, x_299); -lean_ctor_set(x_301, 1, x_300); -return x_301; +uint8_t x_279; +x_279 = 0; +x_219 = x_279; +goto block_277; } -} -} -else -{ -uint8_t x_302; -x_302 = l_Array_isEmpty___rarg(x_3); -if (x_302 == 0) -{ -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; -x_303 = lean_box(0); -x_304 = lean_box(x_283); -x_305 = lean_box(x_6); -x_306 = lean_box(x_7); -x_307 = lean_box(x_8); -x_308 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_308, 0, x_1); -lean_closure_set(x_308, 1, x_303); -lean_closure_set(x_308, 2, x_304); -lean_closure_set(x_308, 3, x_2); -lean_closure_set(x_308, 4, x_3); -lean_closure_set(x_308, 5, x_4); -lean_closure_set(x_308, 6, x_5); -lean_closure_set(x_308, 7, x_305); -lean_closure_set(x_308, 8, x_306); -lean_closure_set(x_308, 9, x_307); -x_309 = l_Lean_Elab_Term_observing___rarg(x_308, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_309) == 0) -{ -uint8_t x_310; -x_310 = !lean_is_exclusive(x_309); -if (x_310 == 0) +block_277: { -lean_object* x_311; lean_object* x_312; -x_311 = lean_ctor_get(x_309, 0); -x_312 = lean_array_push(x_9, x_311); -lean_ctor_set(x_309, 0, x_312); -return x_309; -} -else +uint8_t x_220; +if (x_218 == 0) { -lean_object* x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; -x_313 = lean_ctor_get(x_309, 0); -x_314 = lean_ctor_get(x_309, 1); -lean_inc(x_314); -lean_inc(x_313); -lean_dec(x_309); -x_315 = lean_array_push(x_9, x_313); -x_316 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_316, 0, x_315); -lean_ctor_set(x_316, 1, x_314); -return x_316; -} +uint8_t x_273; +x_273 = 0; +x_220 = x_273; +goto block_272; } else { -uint8_t x_317; -lean_dec(x_9); -x_317 = !lean_is_exclusive(x_309); -if (x_317 == 0) +uint8_t x_274; +x_274 = l_Array_isEmpty___rarg(x_3); +if (x_274 == 0) { -return x_309; +uint8_t x_275; +x_275 = 0; +x_220 = x_275; +goto block_272; } else { -lean_object* x_318; lean_object* x_319; lean_object* x_320; -x_318 = lean_ctor_get(x_309, 0); -x_319 = lean_ctor_get(x_309, 1); -lean_inc(x_319); -lean_inc(x_318); -lean_dec(x_309); -x_320 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_320, 0, x_318); -lean_ctor_set(x_320, 1, x_319); -return x_320; +uint8_t x_276; +x_276 = l_Array_isEmpty___rarg(x_4); +x_220 = x_276; +goto block_272; } } -} -else +block_272: { -uint8_t x_321; -x_321 = l_Array_isEmpty___rarg(x_4); -if (x_321 == 0) +if (x_220 == 0) { -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; -x_322 = lean_box(0); -x_323 = lean_box(x_283); -x_324 = lean_box(x_6); -x_325 = lean_box(x_7); -x_326 = lean_box(x_8); -x_327 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_327, 0, x_1); -lean_closure_set(x_327, 1, x_322); -lean_closure_set(x_327, 2, x_323); -lean_closure_set(x_327, 3, x_2); -lean_closure_set(x_327, 4, x_3); -lean_closure_set(x_327, 5, x_4); -lean_closure_set(x_327, 6, x_5); -lean_closure_set(x_327, 7, x_324); -lean_closure_set(x_327, 8, x_325); -lean_closure_set(x_327, 9, x_326); -x_328 = l_Lean_Elab_Term_observing___rarg(x_327, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_328) == 0) -{ -uint8_t x_329; -x_329 = !lean_is_exclusive(x_328); -if (x_329 == 0) -{ -lean_object* x_330; lean_object* x_331; -x_330 = lean_ctor_get(x_328, 0); -x_331 = lean_array_push(x_9, x_330); -lean_ctor_set(x_328, 0, x_331); -return x_328; -} -else -{ -lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; -x_332 = lean_ctor_get(x_328, 0); -x_333 = lean_ctor_get(x_328, 1); -lean_inc(x_333); -lean_inc(x_332); -lean_dec(x_328); -x_334 = lean_array_push(x_9, x_332); -x_335 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_335, 0, x_334); -lean_ctor_set(x_335, 1, x_333); -return x_335; +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; +x_221 = lean_box(0); +x_222 = lean_box(x_219); +x_223 = lean_box(x_6); +x_224 = lean_box(x_7); +x_225 = lean_box(x_8); +x_226 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_226, 0, x_1); +lean_closure_set(x_226, 1, x_221); +lean_closure_set(x_226, 2, x_222); +lean_closure_set(x_226, 3, x_2); +lean_closure_set(x_226, 4, x_3); +lean_closure_set(x_226, 5, x_4); +lean_closure_set(x_226, 6, x_5); +lean_closure_set(x_226, 7, x_223); +lean_closure_set(x_226, 8, x_224); +lean_closure_set(x_226, 9, x_225); +x_227 = l_Lean_Elab_Term_observing___rarg(x_226, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_227) == 0) +{ +uint8_t x_228; +x_228 = !lean_is_exclusive(x_227); +if (x_228 == 0) +{ +lean_object* x_229; lean_object* x_230; +x_229 = lean_ctor_get(x_227, 0); +x_230 = lean_array_push(x_9, x_229); +lean_ctor_set(x_227, 0, x_230); +return x_227; +} +else +{ +lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; +x_231 = lean_ctor_get(x_227, 0); +x_232 = lean_ctor_get(x_227, 1); +lean_inc(x_232); +lean_inc(x_231); +lean_dec(x_227); +x_233 = lean_array_push(x_9, x_231); +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_233); +lean_ctor_set(x_234, 1, x_232); +return x_234; } } else { -uint8_t x_336; +uint8_t x_235; lean_dec(x_9); -x_336 = !lean_is_exclusive(x_328); -if (x_336 == 0) +x_235 = !lean_is_exclusive(x_227); +if (x_235 == 0) { -return x_328; +return x_227; } else { -lean_object* x_337; lean_object* x_338; lean_object* x_339; -x_337 = lean_ctor_get(x_328, 0); -x_338 = lean_ctor_get(x_328, 1); -lean_inc(x_338); -lean_inc(x_337); -lean_dec(x_328); -x_339 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_339, 0, x_337); -lean_ctor_set(x_339, 1, x_338); -return x_339; +lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_236 = lean_ctor_get(x_227, 0); +x_237 = lean_ctor_get(x_227, 1); +lean_inc(x_237); +lean_inc(x_236); +lean_dec(x_227); +x_238 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_238, 0, x_236); +lean_ctor_set(x_238, 1, x_237); +return x_238; } } } @@ -39306,130 +39312,129 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; -x_340 = 1; -x_341 = lean_box(x_340); -x_342 = lean_box(x_340); -x_343 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_343, 0, x_1); -lean_closure_set(x_343, 1, x_5); -lean_closure_set(x_343, 2, x_341); -lean_closure_set(x_343, 3, x_342); -x_344 = l_Lean_Elab_Term_observing___rarg(x_343, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_344) == 0) -{ -uint8_t x_345; -x_345 = !lean_is_exclusive(x_344); -if (x_345 == 0) -{ -lean_object* x_346; lean_object* x_347; -x_346 = lean_ctor_get(x_344, 0); -x_347 = lean_array_push(x_9, x_346); -lean_ctor_set(x_344, 0, x_347); -return x_344; -} -else -{ -lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; -x_348 = lean_ctor_get(x_344, 0); -x_349 = lean_ctor_get(x_344, 1); -lean_inc(x_349); -lean_inc(x_348); -lean_dec(x_344); -x_350 = lean_array_push(x_9, x_348); -x_351 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_351, 0, x_350); -lean_ctor_set(x_351, 1, x_349); -return x_351; +uint8_t x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; +x_239 = 1; +x_240 = lean_box(x_239); +x_241 = lean_box(x_239); +x_242 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_242, 0, x_1); +lean_closure_set(x_242, 1, x_5); +lean_closure_set(x_242, 2, x_240); +lean_closure_set(x_242, 3, x_241); +x_243 = l_Lean_Elab_Term_observing___rarg(x_242, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_243) == 0) +{ +uint8_t x_244; +x_244 = !lean_is_exclusive(x_243); +if (x_244 == 0) +{ +lean_object* x_245; lean_object* x_246; +x_245 = lean_ctor_get(x_243, 0); +x_246 = lean_array_push(x_9, x_245); +lean_ctor_set(x_243, 0, x_246); +return x_243; +} +else +{ +lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; +x_247 = lean_ctor_get(x_243, 0); +x_248 = lean_ctor_get(x_243, 1); +lean_inc(x_248); +lean_inc(x_247); +lean_dec(x_243); +x_249 = lean_array_push(x_9, x_247); +x_250 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_250, 0, x_249); +lean_ctor_set(x_250, 1, x_248); +return x_250; } } else { -uint8_t x_352; +uint8_t x_251; lean_dec(x_9); -x_352 = !lean_is_exclusive(x_344); -if (x_352 == 0) +x_251 = !lean_is_exclusive(x_243); +if (x_251 == 0) { -return x_344; +return x_243; } else { -lean_object* x_353; lean_object* x_354; lean_object* x_355; -x_353 = lean_ctor_get(x_344, 0); -x_354 = lean_ctor_get(x_344, 1); -lean_inc(x_354); -lean_inc(x_353); -lean_dec(x_344); -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; +lean_object* x_252; lean_object* x_253; lean_object* x_254; +x_252 = lean_ctor_get(x_243, 0); +x_253 = lean_ctor_get(x_243, 1); +lean_inc(x_253); +lean_inc(x_252); +lean_dec(x_243); +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; } } } else { -lean_object* x_356; uint8_t x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; -x_356 = lean_box(0); -x_357 = 1; -x_358 = lean_box(x_283); -x_359 = lean_box(x_357); -x_360 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_360, 0, x_1); -lean_closure_set(x_360, 1, x_5); -lean_closure_set(x_360, 2, x_358); -lean_closure_set(x_360, 3, x_359); -lean_closure_set(x_360, 4, x_356); -x_361 = l_Lean_Elab_Term_observing___rarg(x_360, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_361) == 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; +x_255 = lean_box(0); +x_256 = 1; +x_257 = lean_box(x_219); +x_258 = lean_box(x_256); +x_259 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_259, 0, x_1); +lean_closure_set(x_259, 1, x_5); +lean_closure_set(x_259, 2, x_257); +lean_closure_set(x_259, 3, x_258); +lean_closure_set(x_259, 4, x_255); +x_260 = l_Lean_Elab_Term_observing___rarg(x_259, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_260) == 0) { -uint8_t x_362; -x_362 = !lean_is_exclusive(x_361); -if (x_362 == 0) +uint8_t x_261; +x_261 = !lean_is_exclusive(x_260); +if (x_261 == 0) { -lean_object* x_363; lean_object* x_364; -x_363 = lean_ctor_get(x_361, 0); -x_364 = lean_array_push(x_9, x_363); -lean_ctor_set(x_361, 0, x_364); -return x_361; +lean_object* x_262; lean_object* x_263; +x_262 = lean_ctor_get(x_260, 0); +x_263 = lean_array_push(x_9, x_262); +lean_ctor_set(x_260, 0, x_263); +return x_260; } else { -lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; -x_365 = lean_ctor_get(x_361, 0); -x_366 = lean_ctor_get(x_361, 1); -lean_inc(x_366); -lean_inc(x_365); -lean_dec(x_361); -x_367 = lean_array_push(x_9, x_365); -x_368 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_368, 0, x_367); -lean_ctor_set(x_368, 1, x_366); -return x_368; +lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +x_264 = lean_ctor_get(x_260, 0); +x_265 = lean_ctor_get(x_260, 1); +lean_inc(x_265); +lean_inc(x_264); +lean_dec(x_260); +x_266 = lean_array_push(x_9, x_264); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_265); +return x_267; } } else { -uint8_t x_369; +uint8_t x_268; lean_dec(x_9); -x_369 = !lean_is_exclusive(x_361); -if (x_369 == 0) +x_268 = !lean_is_exclusive(x_260); +if (x_268 == 0) { -return x_361; +return x_260; } else { -lean_object* x_370; lean_object* x_371; lean_object* x_372; -x_370 = lean_ctor_get(x_361, 0); -x_371 = lean_ctor_get(x_361, 1); -lean_inc(x_371); -lean_inc(x_370); -lean_dec(x_361); -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; -} +lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_269 = lean_ctor_get(x_260, 0); +x_270 = lean_ctor_get(x_260, 1); +lean_inc(x_270); +lean_inc(x_269); +lean_dec(x_260); +x_271 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_271, 0, x_269); +lean_ctor_set(x_271, 1, x_270); +return x_271; } } } @@ -39439,37 +39444,37 @@ return x_372; } else { -lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; -x_376 = lean_unsigned_to_nat(2u); -x_377 = l_Lean_Syntax_getArg(x_1, x_376); +lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; +x_280 = lean_unsigned_to_nat(2u); +x_281 = l_Lean_Syntax_getArg(x_1, x_280); lean_dec(x_1); -x_378 = l_Lean_Syntax_getArgs(x_377); -lean_dec(x_377); -x_379 = l_Lean_Syntax_TSepArray_getElems___rarg(x_378); -lean_dec(x_378); +x_282 = l_Lean_Syntax_getArgs(x_281); +lean_dec(x_281); +x_283 = l_Lean_Syntax_TSepArray_getElems___rarg(x_282); +lean_dec(x_282); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_380 = l_Lean_Elab_Term_elabExplicitUnivs(x_379, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_379); -if (lean_obj_tag(x_380) == 0) +x_284 = l_Lean_Elab_Term_elabExplicitUnivs(x_283, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_283); +if (lean_obj_tag(x_284) == 0) { -lean_object* x_381; lean_object* x_382; lean_object* x_383; -x_381 = lean_ctor_get(x_380, 0); -lean_inc(x_381); -x_382 = lean_ctor_get(x_380, 1); -lean_inc(x_382); -lean_dec(x_380); -x_383 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId(x_280, x_381, 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_382); -return x_383; +lean_object* x_285; lean_object* x_286; lean_object* x_287; +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 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId(x_216, x_285, 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_286); +return x_287; } else { -uint8_t x_384; -lean_dec(x_280); +uint8_t x_288; +lean_dec(x_216); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -39481,23 +39486,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_384 = !lean_is_exclusive(x_380); -if (x_384 == 0) +x_288 = !lean_is_exclusive(x_284); +if (x_288 == 0) { -return x_380; +return x_284; } else { -lean_object* x_385; lean_object* x_386; lean_object* x_387; -x_385 = lean_ctor_get(x_380, 0); -x_386 = lean_ctor_get(x_380, 1); -lean_inc(x_386); -lean_inc(x_385); -lean_dec(x_380); -x_387 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_387, 0, x_385); -lean_ctor_set(x_387, 1, x_386); -return x_387; +lean_object* x_289; lean_object* x_290; lean_object* x_291; +x_289 = lean_ctor_get(x_284, 0); +x_290 = lean_ctor_get(x_284, 1); +lean_inc(x_290); +lean_inc(x_289); +lean_dec(x_284); +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; } } } @@ -39505,257 +39510,136 @@ return x_387; } else { -lean_object* x_388; lean_object* x_389; -x_388 = lean_box(0); -x_389 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId(x_1, x_388, 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); -return x_389; +lean_object* x_292; lean_object* x_293; +x_292 = lean_box(0); +x_293 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFnId(x_1, x_292, 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); +return x_293; } } else { -lean_object* x_390; lean_object* x_391; lean_object* x_392; uint8_t x_393; -x_390 = lean_unsigned_to_nat(0u); -x_391 = l_Lean_Syntax_getArg(x_1, x_390); -x_392 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__10; -x_393 = l_Lean_Syntax_isOfKind(x_391, x_392); -if (x_393 == 0) +lean_object* x_294; lean_object* x_295; lean_object* x_296; uint8_t x_297; +x_294 = lean_unsigned_to_nat(0u); +x_295 = l_Lean_Syntax_getArg(x_1, x_294); +x_296 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__10; +x_297 = l_Lean_Syntax_isOfKind(x_295, x_296); +if (x_297 == 0) { -uint8_t x_394; uint8_t x_395; -x_394 = l_List_isEmpty___rarg(x_2); +uint8_t x_298; uint8_t x_299; +x_298 = l_List_isEmpty___rarg(x_2); if (x_8 == 0) { -uint8_t x_486; -x_486 = 1; -x_395 = x_486; -goto block_485; -} -else -{ -uint8_t x_487; -x_487 = 0; -x_395 = x_487; -goto block_485; -} -block_485: -{ -if (x_394 == 0) -{ -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; -x_396 = lean_box(0); -x_397 = lean_box(x_395); -x_398 = lean_box(x_6); -x_399 = lean_box(x_7); -x_400 = lean_box(x_8); -x_401 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_401, 0, x_1); -lean_closure_set(x_401, 1, x_396); -lean_closure_set(x_401, 2, x_397); -lean_closure_set(x_401, 3, x_2); -lean_closure_set(x_401, 4, x_3); -lean_closure_set(x_401, 5, x_4); -lean_closure_set(x_401, 6, x_5); -lean_closure_set(x_401, 7, x_398); -lean_closure_set(x_401, 8, x_399); -lean_closure_set(x_401, 9, x_400); -x_402 = l_Lean_Elab_Term_observing___rarg(x_401, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_402) == 0) -{ -uint8_t x_403; -x_403 = !lean_is_exclusive(x_402); -if (x_403 == 0) -{ -lean_object* x_404; lean_object* x_405; -x_404 = lean_ctor_get(x_402, 0); -x_405 = lean_array_push(x_9, x_404); -lean_ctor_set(x_402, 0, x_405); -return x_402; -} -else -{ -lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; -x_406 = lean_ctor_get(x_402, 0); -x_407 = lean_ctor_get(x_402, 1); -lean_inc(x_407); -lean_inc(x_406); -lean_dec(x_402); -x_408 = lean_array_push(x_9, x_406); -x_409 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_409, 0, x_408); -lean_ctor_set(x_409, 1, x_407); -return x_409; -} -} -else -{ -uint8_t x_410; -lean_dec(x_9); -x_410 = !lean_is_exclusive(x_402); -if (x_410 == 0) -{ -return x_402; +uint8_t x_358; +x_358 = 1; +x_299 = x_358; +goto block_357; } else { -lean_object* x_411; lean_object* x_412; lean_object* x_413; -x_411 = lean_ctor_get(x_402, 0); -x_412 = lean_ctor_get(x_402, 1); -lean_inc(x_412); -lean_inc(x_411); -lean_dec(x_402); -x_413 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_413, 0, x_411); -lean_ctor_set(x_413, 1, x_412); -return x_413; +uint8_t x_359; +x_359 = 0; +x_299 = x_359; +goto block_357; } -} -} -else -{ -uint8_t x_414; -x_414 = l_Array_isEmpty___rarg(x_3); -if (x_414 == 0) +block_357: { -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; -x_415 = lean_box(0); -x_416 = lean_box(x_395); -x_417 = lean_box(x_6); -x_418 = lean_box(x_7); -x_419 = lean_box(x_8); -x_420 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_420, 0, x_1); -lean_closure_set(x_420, 1, x_415); -lean_closure_set(x_420, 2, x_416); -lean_closure_set(x_420, 3, x_2); -lean_closure_set(x_420, 4, x_3); -lean_closure_set(x_420, 5, x_4); -lean_closure_set(x_420, 6, x_5); -lean_closure_set(x_420, 7, x_417); -lean_closure_set(x_420, 8, x_418); -lean_closure_set(x_420, 9, x_419); -x_421 = l_Lean_Elab_Term_observing___rarg(x_420, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_421) == 0) -{ -uint8_t x_422; -x_422 = !lean_is_exclusive(x_421); -if (x_422 == 0) -{ -lean_object* x_423; lean_object* x_424; -x_423 = lean_ctor_get(x_421, 0); -x_424 = lean_array_push(x_9, x_423); -lean_ctor_set(x_421, 0, x_424); -return x_421; -} -else +uint8_t x_300; +if (x_298 == 0) { -lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; -x_425 = lean_ctor_get(x_421, 0); -x_426 = lean_ctor_get(x_421, 1); -lean_inc(x_426); -lean_inc(x_425); -lean_dec(x_421); -x_427 = lean_array_push(x_9, x_425); -x_428 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_428, 0, x_427); -lean_ctor_set(x_428, 1, x_426); -return x_428; -} +uint8_t x_353; +x_353 = 0; +x_300 = x_353; +goto block_352; } else { -uint8_t x_429; -lean_dec(x_9); -x_429 = !lean_is_exclusive(x_421); -if (x_429 == 0) +uint8_t x_354; +x_354 = l_Array_isEmpty___rarg(x_3); +if (x_354 == 0) { -return x_421; +uint8_t x_355; +x_355 = 0; +x_300 = x_355; +goto block_352; } else { -lean_object* x_430; lean_object* x_431; lean_object* x_432; -x_430 = lean_ctor_get(x_421, 0); -x_431 = lean_ctor_get(x_421, 1); -lean_inc(x_431); -lean_inc(x_430); -lean_dec(x_421); -x_432 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_432, 0, x_430); -lean_ctor_set(x_432, 1, x_431); -return x_432; +uint8_t x_356; +x_356 = l_Array_isEmpty___rarg(x_4); +x_300 = x_356; +goto block_352; } } -} -else +block_352: { -uint8_t x_433; -x_433 = l_Array_isEmpty___rarg(x_4); -if (x_433 == 0) +if (x_300 == 0) { -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; -x_434 = lean_box(0); -x_435 = lean_box(x_395); -x_436 = lean_box(x_6); -x_437 = lean_box(x_7); -x_438 = lean_box(x_8); -x_439 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_439, 0, x_1); -lean_closure_set(x_439, 1, x_434); -lean_closure_set(x_439, 2, x_435); -lean_closure_set(x_439, 3, x_2); -lean_closure_set(x_439, 4, x_3); -lean_closure_set(x_439, 5, x_4); -lean_closure_set(x_439, 6, x_5); -lean_closure_set(x_439, 7, x_436); -lean_closure_set(x_439, 8, x_437); -lean_closure_set(x_439, 9, x_438); -x_440 = l_Lean_Elab_Term_observing___rarg(x_439, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_440) == 0) +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; +x_301 = lean_box(0); +x_302 = lean_box(x_299); +x_303 = lean_box(x_6); +x_304 = lean_box(x_7); +x_305 = lean_box(x_8); +x_306 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_306, 0, x_1); +lean_closure_set(x_306, 1, x_301); +lean_closure_set(x_306, 2, x_302); +lean_closure_set(x_306, 3, x_2); +lean_closure_set(x_306, 4, x_3); +lean_closure_set(x_306, 5, x_4); +lean_closure_set(x_306, 6, x_5); +lean_closure_set(x_306, 7, x_303); +lean_closure_set(x_306, 8, x_304); +lean_closure_set(x_306, 9, x_305); +x_307 = l_Lean_Elab_Term_observing___rarg(x_306, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_307) == 0) { -uint8_t x_441; -x_441 = !lean_is_exclusive(x_440); -if (x_441 == 0) +uint8_t x_308; +x_308 = !lean_is_exclusive(x_307); +if (x_308 == 0) { -lean_object* x_442; lean_object* x_443; -x_442 = lean_ctor_get(x_440, 0); -x_443 = lean_array_push(x_9, x_442); -lean_ctor_set(x_440, 0, x_443); -return x_440; +lean_object* x_309; lean_object* x_310; +x_309 = lean_ctor_get(x_307, 0); +x_310 = lean_array_push(x_9, x_309); +lean_ctor_set(x_307, 0, x_310); +return x_307; } else { -lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; -x_444 = lean_ctor_get(x_440, 0); -x_445 = lean_ctor_get(x_440, 1); -lean_inc(x_445); -lean_inc(x_444); -lean_dec(x_440); -x_446 = lean_array_push(x_9, x_444); -x_447 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_447, 0, x_446); -lean_ctor_set(x_447, 1, x_445); -return x_447; +lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_311 = lean_ctor_get(x_307, 0); +x_312 = lean_ctor_get(x_307, 1); +lean_inc(x_312); +lean_inc(x_311); +lean_dec(x_307); +x_313 = lean_array_push(x_9, x_311); +x_314 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_314, 0, x_313); +lean_ctor_set(x_314, 1, x_312); +return x_314; } } else { -uint8_t x_448; +uint8_t x_315; lean_dec(x_9); -x_448 = !lean_is_exclusive(x_440); -if (x_448 == 0) +x_315 = !lean_is_exclusive(x_307); +if (x_315 == 0) { -return x_440; +return x_307; } else { -lean_object* x_449; lean_object* x_450; lean_object* x_451; -x_449 = lean_ctor_get(x_440, 0); -x_450 = lean_ctor_get(x_440, 1); -lean_inc(x_450); -lean_inc(x_449); -lean_dec(x_440); -x_451 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_451, 0, x_449); -lean_ctor_set(x_451, 1, x_450); -return x_451; +lean_object* x_316; lean_object* x_317; lean_object* x_318; +x_316 = lean_ctor_get(x_307, 0); +x_317 = lean_ctor_get(x_307, 1); +lean_inc(x_317); +lean_inc(x_316); +lean_dec(x_307); +x_318 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_318, 0, x_316); +lean_ctor_set(x_318, 1, x_317); +return x_318; } } } @@ -39766,799 +39650,259 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; -x_452 = 1; -x_453 = lean_box(x_452); -x_454 = lean_box(x_452); -x_455 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_455, 0, x_1); -lean_closure_set(x_455, 1, x_5); -lean_closure_set(x_455, 2, x_453); -lean_closure_set(x_455, 3, x_454); -x_456 = l_Lean_Elab_Term_observing___rarg(x_455, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_456) == 0) -{ -uint8_t x_457; -x_457 = !lean_is_exclusive(x_456); -if (x_457 == 0) -{ -lean_object* x_458; lean_object* x_459; -x_458 = lean_ctor_get(x_456, 0); -x_459 = lean_array_push(x_9, x_458); -lean_ctor_set(x_456, 0, x_459); -return x_456; -} -else -{ -lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; -x_460 = lean_ctor_get(x_456, 0); -x_461 = lean_ctor_get(x_456, 1); -lean_inc(x_461); -lean_inc(x_460); -lean_dec(x_456); -x_462 = lean_array_push(x_9, x_460); -x_463 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_463, 0, x_462); -lean_ctor_set(x_463, 1, x_461); -return x_463; -} -} -else -{ -uint8_t x_464; -lean_dec(x_9); -x_464 = !lean_is_exclusive(x_456); -if (x_464 == 0) -{ -return x_456; -} -else -{ -lean_object* x_465; lean_object* x_466; lean_object* x_467; -x_465 = lean_ctor_get(x_456, 0); -x_466 = lean_ctor_get(x_456, 1); -lean_inc(x_466); -lean_inc(x_465); -lean_dec(x_456); -x_467 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_467, 0, x_465); -lean_ctor_set(x_467, 1, x_466); -return x_467; -} -} -} -else -{ -lean_object* x_468; uint8_t x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; -x_468 = lean_box(0); -x_469 = 1; -x_470 = lean_box(x_395); -x_471 = lean_box(x_469); -x_472 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_472, 0, x_1); -lean_closure_set(x_472, 1, x_5); -lean_closure_set(x_472, 2, x_470); -lean_closure_set(x_472, 3, x_471); -lean_closure_set(x_472, 4, x_468); -x_473 = l_Lean_Elab_Term_observing___rarg(x_472, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_473) == 0) -{ -uint8_t x_474; -x_474 = !lean_is_exclusive(x_473); -if (x_474 == 0) -{ -lean_object* x_475; lean_object* x_476; -x_475 = lean_ctor_get(x_473, 0); -x_476 = lean_array_push(x_9, x_475); -lean_ctor_set(x_473, 0, x_476); -return x_473; -} -else -{ -lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; -x_477 = lean_ctor_get(x_473, 0); -x_478 = lean_ctor_get(x_473, 1); -lean_inc(x_478); -lean_inc(x_477); -lean_dec(x_473); -x_479 = lean_array_push(x_9, x_477); -x_480 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_480, 0, x_479); -lean_ctor_set(x_480, 1, x_478); -return x_480; -} -} -else -{ -uint8_t x_481; -lean_dec(x_9); -x_481 = !lean_is_exclusive(x_473); -if (x_481 == 0) -{ -return x_473; -} -else -{ -lean_object* x_482; lean_object* x_483; lean_object* x_484; -x_482 = lean_ctor_get(x_473, 0); -x_483 = lean_ctor_get(x_473, 1); -lean_inc(x_483); -lean_inc(x_482); -lean_dec(x_473); -x_484 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_484, 0, x_482); -lean_ctor_set(x_484, 1, x_483); -return x_484; -} -} -} -} -} -} -} -} -else -{ -lean_object* x_488; lean_object* x_489; uint8_t x_490; -x_488 = lean_unsigned_to_nat(2u); -x_489 = l_Lean_Syntax_getArg(x_1, x_488); -x_490 = l_Lean_Syntax_matchesNull(x_489, x_390); -if (x_490 == 0) -{ -uint8_t x_491; uint8_t x_492; -x_491 = l_List_isEmpty___rarg(x_2); -if (x_8 == 0) -{ -uint8_t x_583; -x_583 = 1; -x_492 = x_583; -goto block_582; -} -else -{ -uint8_t x_584; -x_584 = 0; -x_492 = x_584; -goto block_582; -} -block_582: -{ -if (x_491 == 0) +uint8_t x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; +x_319 = 1; +x_320 = lean_box(x_319); +x_321 = lean_box(x_319); +x_322 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_322, 0, x_1); +lean_closure_set(x_322, 1, x_5); +lean_closure_set(x_322, 2, x_320); +lean_closure_set(x_322, 3, x_321); +x_323 = l_Lean_Elab_Term_observing___rarg(x_322, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_323) == 0) { -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; -x_493 = lean_box(0); -x_494 = lean_box(x_492); -x_495 = lean_box(x_6); -x_496 = lean_box(x_7); -x_497 = lean_box(x_8); -x_498 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_498, 0, x_1); -lean_closure_set(x_498, 1, x_493); -lean_closure_set(x_498, 2, x_494); -lean_closure_set(x_498, 3, x_2); -lean_closure_set(x_498, 4, x_3); -lean_closure_set(x_498, 5, x_4); -lean_closure_set(x_498, 6, x_5); -lean_closure_set(x_498, 7, x_495); -lean_closure_set(x_498, 8, x_496); -lean_closure_set(x_498, 9, x_497); -x_499 = l_Lean_Elab_Term_observing___rarg(x_498, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_499) == 0) -{ -uint8_t x_500; -x_500 = !lean_is_exclusive(x_499); -if (x_500 == 0) +uint8_t x_324; +x_324 = !lean_is_exclusive(x_323); +if (x_324 == 0) { -lean_object* x_501; lean_object* x_502; -x_501 = lean_ctor_get(x_499, 0); -x_502 = lean_array_push(x_9, x_501); -lean_ctor_set(x_499, 0, x_502); -return x_499; +lean_object* x_325; lean_object* x_326; +x_325 = lean_ctor_get(x_323, 0); +x_326 = lean_array_push(x_9, x_325); +lean_ctor_set(x_323, 0, x_326); +return x_323; } else { -lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; -x_503 = lean_ctor_get(x_499, 0); -x_504 = lean_ctor_get(x_499, 1); -lean_inc(x_504); -lean_inc(x_503); -lean_dec(x_499); -x_505 = lean_array_push(x_9, x_503); -x_506 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_506, 0, x_505); -lean_ctor_set(x_506, 1, x_504); -return x_506; +lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; +x_327 = lean_ctor_get(x_323, 0); +x_328 = lean_ctor_get(x_323, 1); +lean_inc(x_328); +lean_inc(x_327); +lean_dec(x_323); +x_329 = lean_array_push(x_9, x_327); +x_330 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_330, 0, x_329); +lean_ctor_set(x_330, 1, x_328); +return x_330; } } else { -uint8_t x_507; +uint8_t x_331; lean_dec(x_9); -x_507 = !lean_is_exclusive(x_499); -if (x_507 == 0) +x_331 = !lean_is_exclusive(x_323); +if (x_331 == 0) { -return x_499; +return x_323; } else { -lean_object* x_508; lean_object* x_509; lean_object* x_510; -x_508 = lean_ctor_get(x_499, 0); -x_509 = lean_ctor_get(x_499, 1); -lean_inc(x_509); -lean_inc(x_508); -lean_dec(x_499); -x_510 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_510, 0, x_508); -lean_ctor_set(x_510, 1, x_509); -return x_510; +lean_object* x_332; lean_object* x_333; lean_object* x_334; +x_332 = lean_ctor_get(x_323, 0); +x_333 = lean_ctor_get(x_323, 1); +lean_inc(x_333); +lean_inc(x_332); +lean_dec(x_323); +x_334 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_334, 0, x_332); +lean_ctor_set(x_334, 1, x_333); +return x_334; } } } else { -uint8_t x_511; -x_511 = l_Array_isEmpty___rarg(x_3); -if (x_511 == 0) -{ -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; -x_512 = lean_box(0); -x_513 = lean_box(x_492); -x_514 = lean_box(x_6); -x_515 = lean_box(x_7); -x_516 = lean_box(x_8); -x_517 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_517, 0, x_1); -lean_closure_set(x_517, 1, x_512); -lean_closure_set(x_517, 2, x_513); -lean_closure_set(x_517, 3, x_2); -lean_closure_set(x_517, 4, x_3); -lean_closure_set(x_517, 5, x_4); -lean_closure_set(x_517, 6, x_5); -lean_closure_set(x_517, 7, x_514); -lean_closure_set(x_517, 8, x_515); -lean_closure_set(x_517, 9, x_516); -x_518 = l_Lean_Elab_Term_observing___rarg(x_517, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_518) == 0) +lean_object* x_335; uint8_t x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; +x_335 = lean_box(0); +x_336 = 1; +x_337 = lean_box(x_299); +x_338 = lean_box(x_336); +x_339 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_339, 0, x_1); +lean_closure_set(x_339, 1, x_5); +lean_closure_set(x_339, 2, x_337); +lean_closure_set(x_339, 3, x_338); +lean_closure_set(x_339, 4, x_335); +x_340 = l_Lean_Elab_Term_observing___rarg(x_339, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_340) == 0) { -uint8_t x_519; -x_519 = !lean_is_exclusive(x_518); -if (x_519 == 0) +uint8_t x_341; +x_341 = !lean_is_exclusive(x_340); +if (x_341 == 0) { -lean_object* x_520; lean_object* x_521; -x_520 = lean_ctor_get(x_518, 0); -x_521 = lean_array_push(x_9, x_520); -lean_ctor_set(x_518, 0, x_521); -return x_518; +lean_object* x_342; lean_object* x_343; +x_342 = lean_ctor_get(x_340, 0); +x_343 = lean_array_push(x_9, x_342); +lean_ctor_set(x_340, 0, x_343); +return x_340; } else { -lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; -x_522 = lean_ctor_get(x_518, 0); -x_523 = lean_ctor_get(x_518, 1); -lean_inc(x_523); -lean_inc(x_522); -lean_dec(x_518); -x_524 = lean_array_push(x_9, x_522); -x_525 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_525, 0, x_524); -lean_ctor_set(x_525, 1, x_523); -return x_525; +lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; +x_344 = lean_ctor_get(x_340, 0); +x_345 = lean_ctor_get(x_340, 1); +lean_inc(x_345); +lean_inc(x_344); +lean_dec(x_340); +x_346 = lean_array_push(x_9, x_344); +x_347 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_347, 0, x_346); +lean_ctor_set(x_347, 1, x_345); +return x_347; } } else { -uint8_t x_526; +uint8_t x_348; lean_dec(x_9); -x_526 = !lean_is_exclusive(x_518); -if (x_526 == 0) +x_348 = !lean_is_exclusive(x_340); +if (x_348 == 0) { -return x_518; +return x_340; } else { -lean_object* x_527; lean_object* x_528; lean_object* x_529; -x_527 = lean_ctor_get(x_518, 0); -x_528 = lean_ctor_get(x_518, 1); -lean_inc(x_528); -lean_inc(x_527); -lean_dec(x_518); -x_529 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_529, 0, x_527); -lean_ctor_set(x_529, 1, x_528); -return x_529; +lean_object* x_349; lean_object* x_350; lean_object* x_351; +x_349 = lean_ctor_get(x_340, 0); +x_350 = lean_ctor_get(x_340, 1); +lean_inc(x_350); +lean_inc(x_349); +lean_dec(x_340); +x_351 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_351, 0, x_349); +lean_ctor_set(x_351, 1, x_350); +return x_351; } } } -else -{ -uint8_t x_530; -x_530 = l_Array_isEmpty___rarg(x_4); -if (x_530 == 0) -{ -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; -x_531 = lean_box(0); -x_532 = lean_box(x_492); -x_533 = lean_box(x_6); -x_534 = lean_box(x_7); -x_535 = lean_box(x_8); -x_536 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_536, 0, x_1); -lean_closure_set(x_536, 1, x_531); -lean_closure_set(x_536, 2, x_532); -lean_closure_set(x_536, 3, x_2); -lean_closure_set(x_536, 4, x_3); -lean_closure_set(x_536, 5, x_4); -lean_closure_set(x_536, 6, x_5); -lean_closure_set(x_536, 7, x_533); -lean_closure_set(x_536, 8, x_534); -lean_closure_set(x_536, 9, x_535); -x_537 = l_Lean_Elab_Term_observing___rarg(x_536, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_537) == 0) -{ -uint8_t x_538; -x_538 = !lean_is_exclusive(x_537); -if (x_538 == 0) -{ -lean_object* x_539; lean_object* x_540; -x_539 = lean_ctor_get(x_537, 0); -x_540 = lean_array_push(x_9, x_539); -lean_ctor_set(x_537, 0, x_540); -return x_537; } -else -{ -lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; -x_541 = lean_ctor_get(x_537, 0); -x_542 = lean_ctor_get(x_537, 1); -lean_inc(x_542); -lean_inc(x_541); -lean_dec(x_537); -x_543 = lean_array_push(x_9, x_541); -x_544 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_544, 0, x_543); -lean_ctor_set(x_544, 1, x_542); -return x_544; } } -else -{ -uint8_t x_545; -lean_dec(x_9); -x_545 = !lean_is_exclusive(x_537); -if (x_545 == 0) -{ -return x_537; } else { -lean_object* x_546; lean_object* x_547; lean_object* x_548; -x_546 = lean_ctor_get(x_537, 0); -x_547 = lean_ctor_get(x_537, 1); -lean_inc(x_547); -lean_inc(x_546); -lean_dec(x_537); -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 +lean_object* x_360; lean_object* x_361; uint8_t x_362; +x_360 = lean_unsigned_to_nat(2u); +x_361 = l_Lean_Syntax_getArg(x_1, x_360); +x_362 = l_Lean_Syntax_matchesNull(x_361, x_294); +if (x_362 == 0) { -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); +uint8_t x_363; uint8_t x_364; +x_363 = l_List_isEmpty___rarg(x_2); if (x_8 == 0) { -uint8_t x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; -x_549 = 1; -x_550 = lean_box(x_549); -x_551 = lean_box(x_549); -x_552 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_552, 0, x_1); -lean_closure_set(x_552, 1, x_5); -lean_closure_set(x_552, 2, x_550); -lean_closure_set(x_552, 3, x_551); -x_553 = l_Lean_Elab_Term_observing___rarg(x_552, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_553) == 0) -{ -uint8_t x_554; -x_554 = !lean_is_exclusive(x_553); -if (x_554 == 0) -{ -lean_object* x_555; lean_object* x_556; -x_555 = lean_ctor_get(x_553, 0); -x_556 = lean_array_push(x_9, x_555); -lean_ctor_set(x_553, 0, x_556); -return x_553; -} -else -{ -lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; -x_557 = lean_ctor_get(x_553, 0); -x_558 = lean_ctor_get(x_553, 1); -lean_inc(x_558); -lean_inc(x_557); -lean_dec(x_553); -x_559 = lean_array_push(x_9, x_557); -x_560 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_560, 0, x_559); -lean_ctor_set(x_560, 1, x_558); -return x_560; -} -} -else -{ -uint8_t x_561; -lean_dec(x_9); -x_561 = !lean_is_exclusive(x_553); -if (x_561 == 0) -{ -return x_553; -} -else -{ -lean_object* x_562; lean_object* x_563; lean_object* x_564; -x_562 = lean_ctor_get(x_553, 0); -x_563 = lean_ctor_get(x_553, 1); -lean_inc(x_563); -lean_inc(x_562); -lean_dec(x_553); -x_564 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_564, 0, x_562); -lean_ctor_set(x_564, 1, x_563); -return x_564; -} -} -} -else -{ -lean_object* x_565; uint8_t x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; -x_565 = lean_box(0); -x_566 = 1; -x_567 = lean_box(x_492); -x_568 = lean_box(x_566); -x_569 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_569, 0, x_1); -lean_closure_set(x_569, 1, x_5); -lean_closure_set(x_569, 2, x_567); -lean_closure_set(x_569, 3, x_568); -lean_closure_set(x_569, 4, x_565); -x_570 = l_Lean_Elab_Term_observing___rarg(x_569, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_570) == 0) -{ -uint8_t x_571; -x_571 = !lean_is_exclusive(x_570); -if (x_571 == 0) -{ -lean_object* x_572; lean_object* x_573; -x_572 = lean_ctor_get(x_570, 0); -x_573 = lean_array_push(x_9, x_572); -lean_ctor_set(x_570, 0, x_573); -return x_570; -} -else -{ -lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; -x_574 = lean_ctor_get(x_570, 0); -x_575 = lean_ctor_get(x_570, 1); -lean_inc(x_575); -lean_inc(x_574); -lean_dec(x_570); -x_576 = lean_array_push(x_9, x_574); -x_577 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_577, 0, x_576); -lean_ctor_set(x_577, 1, x_575); -return x_577; -} -} -else -{ -uint8_t x_578; -lean_dec(x_9); -x_578 = !lean_is_exclusive(x_570); -if (x_578 == 0) -{ -return x_570; -} -else -{ -lean_object* x_579; lean_object* x_580; lean_object* x_581; -x_579 = lean_ctor_get(x_570, 0); -x_580 = lean_ctor_get(x_570, 1); -lean_inc(x_580); -lean_inc(x_579); -lean_dec(x_570); -x_581 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_581, 0, x_579); -lean_ctor_set(x_581, 1, x_580); -return x_581; -} -} -} -} -} -} -} +uint8_t x_423; +x_423 = 1; +x_364 = x_423; +goto block_422; } else { -lean_object* x_585; lean_object* x_586; -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_585 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__20; -x_586 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_585, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -return x_586; -} +uint8_t x_424; +x_424 = 0; +x_364 = x_424; +goto block_422; } -} -} -else -{ -lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; uint8_t x_592; -x_587 = lean_unsigned_to_nat(0u); -x_588 = l_Lean_Syntax_getArg(x_1, x_587); -x_589 = lean_unsigned_to_nat(2u); -x_590 = l_Lean_Syntax_getArg(x_1, x_589); -x_591 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__22; -lean_inc(x_590); -x_592 = l_Lean_Syntax_isOfKind(x_590, x_591); -if (x_592 == 0) -{ -lean_object* x_593; uint8_t x_594; -x_593 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__10; -lean_inc(x_590); -x_594 = l_Lean_Syntax_isOfKind(x_590, x_593); -if (x_594 == 0) -{ -uint8_t x_595; uint8_t x_596; -lean_dec(x_590); -lean_dec(x_588); -x_595 = l_List_isEmpty___rarg(x_2); -if (x_8 == 0) -{ -uint8_t x_687; -x_687 = 1; -x_596 = x_687; -goto block_686; -} -else -{ -uint8_t x_688; -x_688 = 0; -x_596 = x_688; -goto block_686; -} -block_686: -{ -if (x_595 == 0) -{ -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; -x_597 = lean_box(0); -x_598 = lean_box(x_596); -x_599 = lean_box(x_6); -x_600 = lean_box(x_7); -x_601 = lean_box(x_8); -x_602 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_602, 0, x_1); -lean_closure_set(x_602, 1, x_597); -lean_closure_set(x_602, 2, x_598); -lean_closure_set(x_602, 3, x_2); -lean_closure_set(x_602, 4, x_3); -lean_closure_set(x_602, 5, x_4); -lean_closure_set(x_602, 6, x_5); -lean_closure_set(x_602, 7, x_599); -lean_closure_set(x_602, 8, x_600); -lean_closure_set(x_602, 9, x_601); -x_603 = l_Lean_Elab_Term_observing___rarg(x_602, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_603) == 0) -{ -uint8_t x_604; -x_604 = !lean_is_exclusive(x_603); -if (x_604 == 0) +block_422: { -lean_object* x_605; lean_object* x_606; -x_605 = lean_ctor_get(x_603, 0); -x_606 = lean_array_push(x_9, x_605); -lean_ctor_set(x_603, 0, x_606); -return x_603; -} -else +uint8_t x_365; +if (x_363 == 0) { -lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; -x_607 = lean_ctor_get(x_603, 0); -x_608 = lean_ctor_get(x_603, 1); -lean_inc(x_608); -lean_inc(x_607); -lean_dec(x_603); -x_609 = lean_array_push(x_9, x_607); -x_610 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_610, 0, x_609); -lean_ctor_set(x_610, 1, x_608); -return x_610; -} +uint8_t x_418; +x_418 = 0; +x_365 = x_418; +goto block_417; } else { -uint8_t x_611; -lean_dec(x_9); -x_611 = !lean_is_exclusive(x_603); -if (x_611 == 0) +uint8_t x_419; +x_419 = l_Array_isEmpty___rarg(x_3); +if (x_419 == 0) { -return x_603; +uint8_t x_420; +x_420 = 0; +x_365 = x_420; +goto block_417; } else { -lean_object* x_612; lean_object* x_613; lean_object* x_614; -x_612 = lean_ctor_get(x_603, 0); -x_613 = lean_ctor_get(x_603, 1); -lean_inc(x_613); -lean_inc(x_612); -lean_dec(x_603); -x_614 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_614, 0, x_612); -lean_ctor_set(x_614, 1, x_613); -return x_614; -} +uint8_t x_421; +x_421 = l_Array_isEmpty___rarg(x_4); +x_365 = x_421; +goto block_417; } } -else -{ -uint8_t x_615; -x_615 = l_Array_isEmpty___rarg(x_3); -if (x_615 == 0) -{ -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; -x_616 = lean_box(0); -x_617 = lean_box(x_596); -x_618 = lean_box(x_6); -x_619 = lean_box(x_7); -x_620 = lean_box(x_8); -x_621 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_621, 0, x_1); -lean_closure_set(x_621, 1, x_616); -lean_closure_set(x_621, 2, x_617); -lean_closure_set(x_621, 3, x_2); -lean_closure_set(x_621, 4, x_3); -lean_closure_set(x_621, 5, x_4); -lean_closure_set(x_621, 6, x_5); -lean_closure_set(x_621, 7, x_618); -lean_closure_set(x_621, 8, x_619); -lean_closure_set(x_621, 9, x_620); -x_622 = l_Lean_Elab_Term_observing___rarg(x_621, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_622) == 0) -{ -uint8_t x_623; -x_623 = !lean_is_exclusive(x_622); -if (x_623 == 0) +block_417: { -lean_object* x_624; lean_object* x_625; -x_624 = lean_ctor_get(x_622, 0); -x_625 = lean_array_push(x_9, x_624); -lean_ctor_set(x_622, 0, x_625); -return x_622; -} -else -{ -lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; -x_626 = lean_ctor_get(x_622, 0); -x_627 = lean_ctor_get(x_622, 1); -lean_inc(x_627); -lean_inc(x_626); -lean_dec(x_622); -x_628 = lean_array_push(x_9, x_626); -x_629 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_629, 0, x_628); -lean_ctor_set(x_629, 1, x_627); -return x_629; -} -} -else +if (x_365 == 0) { -uint8_t x_630; -lean_dec(x_9); -x_630 = !lean_is_exclusive(x_622); -if (x_630 == 0) +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; +x_366 = lean_box(0); +x_367 = lean_box(x_364); +x_368 = lean_box(x_6); +x_369 = lean_box(x_7); +x_370 = lean_box(x_8); +x_371 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_371, 0, x_1); +lean_closure_set(x_371, 1, x_366); +lean_closure_set(x_371, 2, x_367); +lean_closure_set(x_371, 3, x_2); +lean_closure_set(x_371, 4, x_3); +lean_closure_set(x_371, 5, x_4); +lean_closure_set(x_371, 6, x_5); +lean_closure_set(x_371, 7, x_368); +lean_closure_set(x_371, 8, x_369); +lean_closure_set(x_371, 9, x_370); +x_372 = l_Lean_Elab_Term_observing___rarg(x_371, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_372) == 0) { -return x_622; -} -else +uint8_t x_373; +x_373 = !lean_is_exclusive(x_372); +if (x_373 == 0) { -lean_object* x_631; lean_object* x_632; lean_object* x_633; -x_631 = lean_ctor_get(x_622, 0); -x_632 = lean_ctor_get(x_622, 1); -lean_inc(x_632); -lean_inc(x_631); -lean_dec(x_622); -x_633 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_633, 0, x_631); -lean_ctor_set(x_633, 1, x_632); -return x_633; -} -} +lean_object* x_374; lean_object* x_375; +x_374 = lean_ctor_get(x_372, 0); +x_375 = lean_array_push(x_9, x_374); +lean_ctor_set(x_372, 0, x_375); +return x_372; } else { -uint8_t x_634; -x_634 = l_Array_isEmpty___rarg(x_4); -if (x_634 == 0) -{ -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; -x_635 = lean_box(0); -x_636 = lean_box(x_596); -x_637 = lean_box(x_6); -x_638 = lean_box(x_7); -x_639 = lean_box(x_8); -x_640 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_640, 0, x_1); -lean_closure_set(x_640, 1, x_635); -lean_closure_set(x_640, 2, x_636); -lean_closure_set(x_640, 3, x_2); -lean_closure_set(x_640, 4, x_3); -lean_closure_set(x_640, 5, x_4); -lean_closure_set(x_640, 6, x_5); -lean_closure_set(x_640, 7, x_637); -lean_closure_set(x_640, 8, x_638); -lean_closure_set(x_640, 9, x_639); -x_641 = l_Lean_Elab_Term_observing___rarg(x_640, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_641) == 0) -{ -uint8_t x_642; -x_642 = !lean_is_exclusive(x_641); -if (x_642 == 0) -{ -lean_object* x_643; lean_object* x_644; -x_643 = lean_ctor_get(x_641, 0); -x_644 = lean_array_push(x_9, x_643); -lean_ctor_set(x_641, 0, x_644); -return x_641; -} -else -{ -lean_object* x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; -x_645 = lean_ctor_get(x_641, 0); -x_646 = lean_ctor_get(x_641, 1); -lean_inc(x_646); -lean_inc(x_645); -lean_dec(x_641); -x_647 = lean_array_push(x_9, x_645); -x_648 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_648, 0, x_647); -lean_ctor_set(x_648, 1, x_646); -return x_648; +lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; +x_376 = lean_ctor_get(x_372, 0); +x_377 = lean_ctor_get(x_372, 1); +lean_inc(x_377); +lean_inc(x_376); +lean_dec(x_372); +x_378 = lean_array_push(x_9, x_376); +x_379 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_379, 0, x_378); +lean_ctor_set(x_379, 1, x_377); +return x_379; } } else { -uint8_t x_649; +uint8_t x_380; lean_dec(x_9); -x_649 = !lean_is_exclusive(x_641); -if (x_649 == 0) +x_380 = !lean_is_exclusive(x_372); +if (x_380 == 0) { -return x_641; +return x_372; } else { -lean_object* x_650; lean_object* x_651; lean_object* x_652; -x_650 = lean_ctor_get(x_641, 0); -x_651 = lean_ctor_get(x_641, 1); -lean_inc(x_651); -lean_inc(x_650); -lean_dec(x_641); -x_652 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_652, 0, x_650); -lean_ctor_set(x_652, 1, x_651); -return x_652; +lean_object* x_381; lean_object* x_382; lean_object* x_383; +x_381 = lean_ctor_get(x_372, 0); +x_382 = lean_ctor_get(x_372, 1); +lean_inc(x_382); +lean_inc(x_381); +lean_dec(x_372); +x_383 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_383, 0, x_381); +lean_ctor_set(x_383, 1, x_382); +return x_383; } } } @@ -40569,786 +39913,557 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_653; lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_657; -x_653 = 1; -x_654 = lean_box(x_653); -x_655 = lean_box(x_653); -x_656 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_656, 0, x_1); -lean_closure_set(x_656, 1, x_5); -lean_closure_set(x_656, 2, x_654); -lean_closure_set(x_656, 3, x_655); -x_657 = l_Lean_Elab_Term_observing___rarg(x_656, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_657) == 0) -{ -uint8_t x_658; -x_658 = !lean_is_exclusive(x_657); -if (x_658 == 0) -{ -lean_object* x_659; lean_object* x_660; -x_659 = lean_ctor_get(x_657, 0); -x_660 = lean_array_push(x_9, x_659); -lean_ctor_set(x_657, 0, x_660); -return x_657; -} -else -{ -lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; -x_661 = lean_ctor_get(x_657, 0); -x_662 = lean_ctor_get(x_657, 1); -lean_inc(x_662); -lean_inc(x_661); -lean_dec(x_657); -x_663 = lean_array_push(x_9, x_661); -x_664 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_664, 0, x_663); -lean_ctor_set(x_664, 1, x_662); -return x_664; -} -} -else -{ -uint8_t x_665; -lean_dec(x_9); -x_665 = !lean_is_exclusive(x_657); -if (x_665 == 0) -{ -return x_657; -} -else -{ -lean_object* x_666; lean_object* x_667; lean_object* x_668; -x_666 = lean_ctor_get(x_657, 0); -x_667 = lean_ctor_get(x_657, 1); -lean_inc(x_667); -lean_inc(x_666); -lean_dec(x_657); -x_668 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_668, 0, x_666); -lean_ctor_set(x_668, 1, x_667); -return x_668; -} -} -} -else -{ -lean_object* x_669; uint8_t x_670; lean_object* x_671; lean_object* x_672; lean_object* x_673; lean_object* x_674; -x_669 = lean_box(0); -x_670 = 1; -x_671 = lean_box(x_596); -x_672 = lean_box(x_670); -x_673 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_673, 0, x_1); -lean_closure_set(x_673, 1, x_5); -lean_closure_set(x_673, 2, x_671); -lean_closure_set(x_673, 3, x_672); -lean_closure_set(x_673, 4, x_669); -x_674 = l_Lean_Elab_Term_observing___rarg(x_673, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_674) == 0) -{ -uint8_t x_675; -x_675 = !lean_is_exclusive(x_674); -if (x_675 == 0) -{ -lean_object* x_676; lean_object* x_677; -x_676 = lean_ctor_get(x_674, 0); -x_677 = lean_array_push(x_9, x_676); -lean_ctor_set(x_674, 0, x_677); -return x_674; -} -else -{ -lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; -x_678 = lean_ctor_get(x_674, 0); -x_679 = lean_ctor_get(x_674, 1); -lean_inc(x_679); -lean_inc(x_678); -lean_dec(x_674); -x_680 = lean_array_push(x_9, x_678); -x_681 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_681, 0, x_680); -lean_ctor_set(x_681, 1, x_679); -return x_681; -} -} -else -{ -uint8_t x_682; -lean_dec(x_9); -x_682 = !lean_is_exclusive(x_674); -if (x_682 == 0) -{ -return x_674; -} -else -{ -lean_object* x_683; lean_object* x_684; lean_object* x_685; -x_683 = lean_ctor_get(x_674, 0); -x_684 = lean_ctor_get(x_674, 1); -lean_inc(x_684); -lean_inc(x_683); -lean_dec(x_674); -x_685 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_685, 0, x_683); -lean_ctor_set(x_685, 1, x_684); -return x_685; -} -} -} -} -} -} -} -} -else -{ -lean_object* x_689; lean_object* x_690; uint8_t x_691; -x_689 = lean_unsigned_to_nat(3u); -x_690 = l_Lean_Syntax_getArg(x_1, x_689); -x_691 = l_Lean_Syntax_matchesNull(x_690, x_587); -if (x_691 == 0) -{ -uint8_t x_692; uint8_t x_693; -lean_dec(x_590); -lean_dec(x_588); -x_692 = l_List_isEmpty___rarg(x_2); -if (x_8 == 0) -{ -uint8_t x_784; -x_784 = 1; -x_693 = x_784; -goto block_783; -} -else -{ -uint8_t x_785; -x_785 = 0; -x_693 = x_785; -goto block_783; -} -block_783: -{ -if (x_692 == 0) -{ -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; -x_694 = lean_box(0); -x_695 = lean_box(x_693); -x_696 = lean_box(x_6); -x_697 = lean_box(x_7); -x_698 = lean_box(x_8); -x_699 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_699, 0, x_1); -lean_closure_set(x_699, 1, x_694); -lean_closure_set(x_699, 2, x_695); -lean_closure_set(x_699, 3, x_2); -lean_closure_set(x_699, 4, x_3); -lean_closure_set(x_699, 5, x_4); -lean_closure_set(x_699, 6, x_5); -lean_closure_set(x_699, 7, x_696); -lean_closure_set(x_699, 8, x_697); -lean_closure_set(x_699, 9, x_698); -x_700 = l_Lean_Elab_Term_observing___rarg(x_699, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_700) == 0) -{ -uint8_t x_701; -x_701 = !lean_is_exclusive(x_700); -if (x_701 == 0) -{ -lean_object* x_702; lean_object* x_703; -x_702 = lean_ctor_get(x_700, 0); -x_703 = lean_array_push(x_9, x_702); -lean_ctor_set(x_700, 0, x_703); -return x_700; -} -else -{ -lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; -x_704 = lean_ctor_get(x_700, 0); -x_705 = lean_ctor_get(x_700, 1); -lean_inc(x_705); -lean_inc(x_704); -lean_dec(x_700); -x_706 = lean_array_push(x_9, x_704); -x_707 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_707, 0, x_706); -lean_ctor_set(x_707, 1, x_705); -return x_707; -} -} -else -{ -uint8_t x_708; -lean_dec(x_9); -x_708 = !lean_is_exclusive(x_700); -if (x_708 == 0) -{ -return x_700; -} -else -{ -lean_object* x_709; lean_object* x_710; lean_object* x_711; -x_709 = lean_ctor_get(x_700, 0); -x_710 = lean_ctor_get(x_700, 1); -lean_inc(x_710); -lean_inc(x_709); -lean_dec(x_700); -x_711 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_711, 0, x_709); -lean_ctor_set(x_711, 1, x_710); -return x_711; -} -} -} -else -{ -uint8_t x_712; -x_712 = l_Array_isEmpty___rarg(x_3); -if (x_712 == 0) -{ -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; -x_713 = lean_box(0); -x_714 = lean_box(x_693); -x_715 = lean_box(x_6); -x_716 = lean_box(x_7); -x_717 = lean_box(x_8); -x_718 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_718, 0, x_1); -lean_closure_set(x_718, 1, x_713); -lean_closure_set(x_718, 2, x_714); -lean_closure_set(x_718, 3, x_2); -lean_closure_set(x_718, 4, x_3); -lean_closure_set(x_718, 5, x_4); -lean_closure_set(x_718, 6, x_5); -lean_closure_set(x_718, 7, x_715); -lean_closure_set(x_718, 8, x_716); -lean_closure_set(x_718, 9, x_717); -x_719 = l_Lean_Elab_Term_observing___rarg(x_718, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_719) == 0) +uint8_t x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; +x_384 = 1; +x_385 = lean_box(x_384); +x_386 = lean_box(x_384); +x_387 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_387, 0, x_1); +lean_closure_set(x_387, 1, x_5); +lean_closure_set(x_387, 2, x_385); +lean_closure_set(x_387, 3, x_386); +x_388 = l_Lean_Elab_Term_observing___rarg(x_387, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_388) == 0) { -uint8_t x_720; -x_720 = !lean_is_exclusive(x_719); -if (x_720 == 0) +uint8_t x_389; +x_389 = !lean_is_exclusive(x_388); +if (x_389 == 0) { -lean_object* x_721; lean_object* x_722; -x_721 = lean_ctor_get(x_719, 0); -x_722 = lean_array_push(x_9, x_721); -lean_ctor_set(x_719, 0, x_722); -return x_719; +lean_object* x_390; lean_object* x_391; +x_390 = lean_ctor_get(x_388, 0); +x_391 = lean_array_push(x_9, x_390); +lean_ctor_set(x_388, 0, x_391); +return x_388; } else { -lean_object* x_723; lean_object* x_724; lean_object* x_725; lean_object* x_726; -x_723 = lean_ctor_get(x_719, 0); -x_724 = lean_ctor_get(x_719, 1); -lean_inc(x_724); -lean_inc(x_723); -lean_dec(x_719); -x_725 = lean_array_push(x_9, x_723); -x_726 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_726, 0, x_725); -lean_ctor_set(x_726, 1, x_724); -return x_726; +lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; +x_392 = lean_ctor_get(x_388, 0); +x_393 = lean_ctor_get(x_388, 1); +lean_inc(x_393); +lean_inc(x_392); +lean_dec(x_388); +x_394 = lean_array_push(x_9, x_392); +x_395 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_395, 0, x_394); +lean_ctor_set(x_395, 1, x_393); +return x_395; } } else { -uint8_t x_727; +uint8_t x_396; lean_dec(x_9); -x_727 = !lean_is_exclusive(x_719); -if (x_727 == 0) +x_396 = !lean_is_exclusive(x_388); +if (x_396 == 0) { -return x_719; +return x_388; } else { -lean_object* x_728; lean_object* x_729; lean_object* x_730; -x_728 = lean_ctor_get(x_719, 0); -x_729 = lean_ctor_get(x_719, 1); -lean_inc(x_729); -lean_inc(x_728); -lean_dec(x_719); -x_730 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_730, 0, x_728); -lean_ctor_set(x_730, 1, x_729); -return x_730; +lean_object* x_397; lean_object* x_398; lean_object* x_399; +x_397 = lean_ctor_get(x_388, 0); +x_398 = lean_ctor_get(x_388, 1); +lean_inc(x_398); +lean_inc(x_397); +lean_dec(x_388); +x_399 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_399, 0, x_397); +lean_ctor_set(x_399, 1, x_398); +return x_399; } } } else { -uint8_t x_731; -x_731 = l_Array_isEmpty___rarg(x_4); -if (x_731 == 0) +lean_object* x_400; uint8_t x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; +x_400 = lean_box(0); +x_401 = 1; +x_402 = lean_box(x_364); +x_403 = lean_box(x_401); +x_404 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_404, 0, x_1); +lean_closure_set(x_404, 1, x_5); +lean_closure_set(x_404, 2, x_402); +lean_closure_set(x_404, 3, x_403); +lean_closure_set(x_404, 4, x_400); +x_405 = l_Lean_Elab_Term_observing___rarg(x_404, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_405) == 0) { -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; -x_732 = lean_box(0); -x_733 = lean_box(x_693); -x_734 = lean_box(x_6); -x_735 = lean_box(x_7); -x_736 = lean_box(x_8); -x_737 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_737, 0, x_1); -lean_closure_set(x_737, 1, x_732); -lean_closure_set(x_737, 2, x_733); -lean_closure_set(x_737, 3, x_2); -lean_closure_set(x_737, 4, x_3); -lean_closure_set(x_737, 5, x_4); -lean_closure_set(x_737, 6, x_5); -lean_closure_set(x_737, 7, x_734); -lean_closure_set(x_737, 8, x_735); -lean_closure_set(x_737, 9, x_736); -x_738 = l_Lean_Elab_Term_observing___rarg(x_737, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_738) == 0) -{ -uint8_t x_739; -x_739 = !lean_is_exclusive(x_738); -if (x_739 == 0) -{ -lean_object* x_740; lean_object* x_741; -x_740 = lean_ctor_get(x_738, 0); -x_741 = lean_array_push(x_9, x_740); -lean_ctor_set(x_738, 0, x_741); -return x_738; -} -else -{ -lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; -x_742 = lean_ctor_get(x_738, 0); -x_743 = lean_ctor_get(x_738, 1); -lean_inc(x_743); -lean_inc(x_742); -lean_dec(x_738); -x_744 = lean_array_push(x_9, x_742); -x_745 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_745, 0, x_744); -lean_ctor_set(x_745, 1, x_743); -return x_745; +uint8_t x_406; +x_406 = !lean_is_exclusive(x_405); +if (x_406 == 0) +{ +lean_object* x_407; lean_object* x_408; +x_407 = lean_ctor_get(x_405, 0); +x_408 = lean_array_push(x_9, x_407); +lean_ctor_set(x_405, 0, x_408); +return x_405; +} +else +{ +lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; +x_409 = lean_ctor_get(x_405, 0); +x_410 = lean_ctor_get(x_405, 1); +lean_inc(x_410); +lean_inc(x_409); +lean_dec(x_405); +x_411 = lean_array_push(x_9, x_409); +x_412 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_412, 0, x_411); +lean_ctor_set(x_412, 1, x_410); +return x_412; } } else { -uint8_t x_746; +uint8_t x_413; lean_dec(x_9); -x_746 = !lean_is_exclusive(x_738); -if (x_746 == 0) +x_413 = !lean_is_exclusive(x_405); +if (x_413 == 0) { -return x_738; +return x_405; } else { -lean_object* x_747; lean_object* x_748; lean_object* x_749; -x_747 = lean_ctor_get(x_738, 0); -x_748 = lean_ctor_get(x_738, 1); -lean_inc(x_748); -lean_inc(x_747); -lean_dec(x_738); -x_749 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_749, 0, x_747); -lean_ctor_set(x_749, 1, x_748); -return x_749; +lean_object* x_414; lean_object* x_415; lean_object* x_416; +x_414 = lean_ctor_get(x_405, 0); +x_415 = lean_ctor_get(x_405, 1); +lean_inc(x_415); +lean_inc(x_414); +lean_dec(x_405); +x_416 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_416, 0, x_414); +lean_ctor_set(x_416, 1, x_415); +return x_416; +} +} +} +} } } } else { +lean_object* x_425; lean_object* x_426; +lean_dec(x_9); +lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); +lean_dec(x_1); +x_425 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__20; +x_426 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_425, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +return x_426; +} +} +} +} +else +{ +lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; uint8_t x_432; +x_427 = lean_unsigned_to_nat(0u); +x_428 = l_Lean_Syntax_getArg(x_1, x_427); +x_429 = lean_unsigned_to_nat(2u); +x_430 = l_Lean_Syntax_getArg(x_1, x_429); +x_431 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__22; +lean_inc(x_430); +x_432 = l_Lean_Syntax_isOfKind(x_430, x_431); +if (x_432 == 0) +{ +lean_object* x_433; uint8_t x_434; +x_433 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__10; +lean_inc(x_430); +x_434 = l_Lean_Syntax_isOfKind(x_430, x_433); +if (x_434 == 0) +{ +uint8_t x_435; uint8_t x_436; +lean_dec(x_430); +lean_dec(x_428); +x_435 = l_List_isEmpty___rarg(x_2); if (x_8 == 0) { -uint8_t x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; -x_750 = 1; -x_751 = lean_box(x_750); -x_752 = lean_box(x_750); -x_753 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_753, 0, x_1); -lean_closure_set(x_753, 1, x_5); -lean_closure_set(x_753, 2, x_751); -lean_closure_set(x_753, 3, x_752); -x_754 = l_Lean_Elab_Term_observing___rarg(x_753, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_754) == 0) -{ -uint8_t x_755; -x_755 = !lean_is_exclusive(x_754); -if (x_755 == 0) -{ -lean_object* x_756; lean_object* x_757; -x_756 = lean_ctor_get(x_754, 0); -x_757 = lean_array_push(x_9, x_756); -lean_ctor_set(x_754, 0, x_757); -return x_754; +uint8_t x_495; +x_495 = 1; +x_436 = x_495; +goto block_494; } else { -lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; -x_758 = lean_ctor_get(x_754, 0); -x_759 = lean_ctor_get(x_754, 1); -lean_inc(x_759); -lean_inc(x_758); -lean_dec(x_754); -x_760 = lean_array_push(x_9, x_758); -x_761 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_761, 0, x_760); -lean_ctor_set(x_761, 1, x_759); -return x_761; +uint8_t x_496; +x_496 = 0; +x_436 = x_496; +goto block_494; } +block_494: +{ +uint8_t x_437; +if (x_435 == 0) +{ +uint8_t x_490; +x_490 = 0; +x_437 = x_490; +goto block_489; } else { -uint8_t x_762; -lean_dec(x_9); -x_762 = !lean_is_exclusive(x_754); -if (x_762 == 0) +uint8_t x_491; +x_491 = l_Array_isEmpty___rarg(x_3); +if (x_491 == 0) { -return x_754; +uint8_t x_492; +x_492 = 0; +x_437 = x_492; +goto block_489; } else { -lean_object* x_763; lean_object* x_764; lean_object* x_765; -x_763 = lean_ctor_get(x_754, 0); -x_764 = lean_ctor_get(x_754, 1); -lean_inc(x_764); -lean_inc(x_763); -lean_dec(x_754); -x_765 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_765, 0, x_763); -lean_ctor_set(x_765, 1, x_764); -return x_765; +uint8_t x_493; +x_493 = l_Array_isEmpty___rarg(x_4); +x_437 = x_493; +goto block_489; } } -} -else +block_489: { -lean_object* x_766; uint8_t x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; -x_766 = lean_box(0); -x_767 = 1; -x_768 = lean_box(x_693); -x_769 = lean_box(x_767); -x_770 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_770, 0, x_1); -lean_closure_set(x_770, 1, x_5); -lean_closure_set(x_770, 2, x_768); -lean_closure_set(x_770, 3, x_769); -lean_closure_set(x_770, 4, x_766); -x_771 = l_Lean_Elab_Term_observing___rarg(x_770, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_771) == 0) +if (x_437 == 0) { -uint8_t x_772; -x_772 = !lean_is_exclusive(x_771); -if (x_772 == 0) +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_438 = lean_box(0); +x_439 = lean_box(x_436); +x_440 = lean_box(x_6); +x_441 = lean_box(x_7); +x_442 = lean_box(x_8); +x_443 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_443, 0, x_1); +lean_closure_set(x_443, 1, x_438); +lean_closure_set(x_443, 2, x_439); +lean_closure_set(x_443, 3, x_2); +lean_closure_set(x_443, 4, x_3); +lean_closure_set(x_443, 5, x_4); +lean_closure_set(x_443, 6, x_5); +lean_closure_set(x_443, 7, x_440); +lean_closure_set(x_443, 8, x_441); +lean_closure_set(x_443, 9, x_442); +x_444 = l_Lean_Elab_Term_observing___rarg(x_443, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_444) == 0) { -lean_object* x_773; lean_object* x_774; -x_773 = lean_ctor_get(x_771, 0); -x_774 = lean_array_push(x_9, x_773); -lean_ctor_set(x_771, 0, x_774); -return x_771; +uint8_t x_445; +x_445 = !lean_is_exclusive(x_444); +if (x_445 == 0) +{ +lean_object* x_446; lean_object* x_447; +x_446 = lean_ctor_get(x_444, 0); +x_447 = lean_array_push(x_9, x_446); +lean_ctor_set(x_444, 0, x_447); +return x_444; } else { -lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; -x_775 = lean_ctor_get(x_771, 0); -x_776 = lean_ctor_get(x_771, 1); -lean_inc(x_776); -lean_inc(x_775); -lean_dec(x_771); -x_777 = lean_array_push(x_9, x_775); -x_778 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_778, 0, x_777); -lean_ctor_set(x_778, 1, x_776); -return x_778; +lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; +x_448 = lean_ctor_get(x_444, 0); +x_449 = lean_ctor_get(x_444, 1); +lean_inc(x_449); +lean_inc(x_448); +lean_dec(x_444); +x_450 = lean_array_push(x_9, x_448); +x_451 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_451, 0, x_450); +lean_ctor_set(x_451, 1, x_449); +return x_451; } } else { -uint8_t x_779; +uint8_t x_452; lean_dec(x_9); -x_779 = !lean_is_exclusive(x_771); -if (x_779 == 0) +x_452 = !lean_is_exclusive(x_444); +if (x_452 == 0) { -return x_771; +return x_444; } else { -lean_object* x_780; lean_object* x_781; lean_object* x_782; -x_780 = lean_ctor_get(x_771, 0); -x_781 = lean_ctor_get(x_771, 1); -lean_inc(x_781); -lean_inc(x_780); -lean_dec(x_771); -x_782 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_782, 0, x_780); -lean_ctor_set(x_782, 1, x_781); -return x_782; -} -} -} -} -} +lean_object* x_453; lean_object* x_454; lean_object* x_455; +x_453 = lean_ctor_get(x_444, 0); +x_454 = lean_ctor_get(x_444, 1); +lean_inc(x_454); +lean_inc(x_453); +lean_dec(x_444); +x_455 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_455, 0, x_453); +lean_ctor_set(x_455, 1, x_454); +return x_455; } } } else { -lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; -lean_dec(x_1); -x_786 = lean_box(0); -x_787 = l_Lean_Syntax_identComponents(x_590, x_786); -x_788 = lean_box(0); -lean_inc(x_588); -x_789 = l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__3(x_588, x_787, x_788); -x_790 = l_List_appendTR___rarg(x_789, x_2); -x_1 = x_588; -x_2 = x_790; -goto _start; -} +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +if (x_8 == 0) +{ +uint8_t x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; +x_456 = 1; +x_457 = lean_box(x_456); +x_458 = lean_box(x_456); +x_459 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_459, 0, x_1); +lean_closure_set(x_459, 1, x_5); +lean_closure_set(x_459, 2, x_457); +lean_closure_set(x_459, 3, x_458); +x_460 = l_Lean_Elab_Term_observing___rarg(x_459, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_460) == 0) +{ +uint8_t x_461; +x_461 = !lean_is_exclusive(x_460); +if (x_461 == 0) +{ +lean_object* x_462; lean_object* x_463; +x_462 = lean_ctor_get(x_460, 0); +x_463 = lean_array_push(x_9, x_462); +lean_ctor_set(x_460, 0, x_463); +return x_460; +} +else +{ +lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; +x_464 = lean_ctor_get(x_460, 0); +x_465 = lean_ctor_get(x_460, 1); +lean_inc(x_465); +lean_inc(x_464); +lean_dec(x_460); +x_466 = lean_array_push(x_9, x_464); +x_467 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_467, 0, x_466); +lean_ctor_set(x_467, 1, x_465); +return x_467; } } else { -lean_object* x_792; lean_object* x_793; uint8_t x_794; -x_792 = lean_unsigned_to_nat(3u); -x_793 = l_Lean_Syntax_getArg(x_1, x_792); -x_794 = l_Lean_Syntax_matchesNull(x_793, x_587); -if (x_794 == 0) -{ -uint8_t x_795; uint8_t x_796; -lean_dec(x_590); -lean_dec(x_588); -x_795 = l_List_isEmpty___rarg(x_2); -if (x_8 == 0) +uint8_t x_468; +lean_dec(x_9); +x_468 = !lean_is_exclusive(x_460); +if (x_468 == 0) { -uint8_t x_887; -x_887 = 1; -x_796 = x_887; -goto block_886; +return x_460; } else { -uint8_t x_888; -x_888 = 0; -x_796 = x_888; -goto block_886; +lean_object* x_469; lean_object* x_470; lean_object* x_471; +x_469 = lean_ctor_get(x_460, 0); +x_470 = lean_ctor_get(x_460, 1); +lean_inc(x_470); +lean_inc(x_469); +lean_dec(x_460); +x_471 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_471, 0, x_469); +lean_ctor_set(x_471, 1, x_470); +return x_471; } -block_886: -{ -if (x_795 == 0) +} +} +else { -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; -x_797 = lean_box(0); -x_798 = lean_box(x_796); -x_799 = lean_box(x_6); -x_800 = lean_box(x_7); -x_801 = lean_box(x_8); -x_802 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_802, 0, x_1); -lean_closure_set(x_802, 1, x_797); -lean_closure_set(x_802, 2, x_798); -lean_closure_set(x_802, 3, x_2); -lean_closure_set(x_802, 4, x_3); -lean_closure_set(x_802, 5, x_4); -lean_closure_set(x_802, 6, x_5); -lean_closure_set(x_802, 7, x_799); -lean_closure_set(x_802, 8, x_800); -lean_closure_set(x_802, 9, x_801); -x_803 = l_Lean_Elab_Term_observing___rarg(x_802, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_803) == 0) +lean_object* x_472; uint8_t x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; +x_472 = lean_box(0); +x_473 = 1; +x_474 = lean_box(x_436); +x_475 = lean_box(x_473); +x_476 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_476, 0, x_1); +lean_closure_set(x_476, 1, x_5); +lean_closure_set(x_476, 2, x_474); +lean_closure_set(x_476, 3, x_475); +lean_closure_set(x_476, 4, x_472); +x_477 = l_Lean_Elab_Term_observing___rarg(x_476, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_477) == 0) { -uint8_t x_804; -x_804 = !lean_is_exclusive(x_803); -if (x_804 == 0) +uint8_t x_478; +x_478 = !lean_is_exclusive(x_477); +if (x_478 == 0) { -lean_object* x_805; lean_object* x_806; -x_805 = lean_ctor_get(x_803, 0); -x_806 = lean_array_push(x_9, x_805); -lean_ctor_set(x_803, 0, x_806); -return x_803; +lean_object* x_479; lean_object* x_480; +x_479 = lean_ctor_get(x_477, 0); +x_480 = lean_array_push(x_9, x_479); +lean_ctor_set(x_477, 0, x_480); +return x_477; } else { -lean_object* x_807; lean_object* x_808; lean_object* x_809; lean_object* x_810; -x_807 = lean_ctor_get(x_803, 0); -x_808 = lean_ctor_get(x_803, 1); -lean_inc(x_808); -lean_inc(x_807); -lean_dec(x_803); -x_809 = lean_array_push(x_9, x_807); -x_810 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_810, 0, x_809); -lean_ctor_set(x_810, 1, x_808); -return x_810; +lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; +x_481 = lean_ctor_get(x_477, 0); +x_482 = lean_ctor_get(x_477, 1); +lean_inc(x_482); +lean_inc(x_481); +lean_dec(x_477); +x_483 = lean_array_push(x_9, x_481); +x_484 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_484, 0, x_483); +lean_ctor_set(x_484, 1, x_482); +return x_484; } } else { -uint8_t x_811; +uint8_t x_485; lean_dec(x_9); -x_811 = !lean_is_exclusive(x_803); -if (x_811 == 0) +x_485 = !lean_is_exclusive(x_477); +if (x_485 == 0) { -return x_803; +return x_477; } else { -lean_object* x_812; lean_object* x_813; lean_object* x_814; -x_812 = lean_ctor_get(x_803, 0); -x_813 = lean_ctor_get(x_803, 1); -lean_inc(x_813); -lean_inc(x_812); -lean_dec(x_803); -x_814 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_814, 0, x_812); -lean_ctor_set(x_814, 1, x_813); -return x_814; +lean_object* x_486; lean_object* x_487; lean_object* x_488; +x_486 = lean_ctor_get(x_477, 0); +x_487 = lean_ctor_get(x_477, 1); +lean_inc(x_487); +lean_inc(x_486); +lean_dec(x_477); +x_488 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_488, 0, x_486); +lean_ctor_set(x_488, 1, x_487); +return x_488; +} +} +} +} } } } else { -uint8_t x_815; -x_815 = l_Array_isEmpty___rarg(x_3); -if (x_815 == 0) +lean_object* x_497; lean_object* x_498; uint8_t x_499; +x_497 = lean_unsigned_to_nat(3u); +x_498 = l_Lean_Syntax_getArg(x_1, x_497); +x_499 = l_Lean_Syntax_matchesNull(x_498, x_427); +if (x_499 == 0) { -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; -x_816 = lean_box(0); -x_817 = lean_box(x_796); -x_818 = lean_box(x_6); -x_819 = lean_box(x_7); -x_820 = lean_box(x_8); -x_821 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_821, 0, x_1); -lean_closure_set(x_821, 1, x_816); -lean_closure_set(x_821, 2, x_817); -lean_closure_set(x_821, 3, x_2); -lean_closure_set(x_821, 4, x_3); -lean_closure_set(x_821, 5, x_4); -lean_closure_set(x_821, 6, x_5); -lean_closure_set(x_821, 7, x_818); -lean_closure_set(x_821, 8, x_819); -lean_closure_set(x_821, 9, x_820); -x_822 = l_Lean_Elab_Term_observing___rarg(x_821, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_822) == 0) -{ -uint8_t x_823; -x_823 = !lean_is_exclusive(x_822); -if (x_823 == 0) +uint8_t x_500; uint8_t x_501; +lean_dec(x_430); +lean_dec(x_428); +x_500 = l_List_isEmpty___rarg(x_2); +if (x_8 == 0) { -lean_object* x_824; lean_object* x_825; -x_824 = lean_ctor_get(x_822, 0); -x_825 = lean_array_push(x_9, x_824); -lean_ctor_set(x_822, 0, x_825); -return x_822; +uint8_t x_560; +x_560 = 1; +x_501 = x_560; +goto block_559; } else { -lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_829; -x_826 = lean_ctor_get(x_822, 0); -x_827 = lean_ctor_get(x_822, 1); -lean_inc(x_827); -lean_inc(x_826); -lean_dec(x_822); -x_828 = lean_array_push(x_9, x_826); -x_829 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_829, 0, x_828); -lean_ctor_set(x_829, 1, x_827); -return x_829; +uint8_t x_561; +x_561 = 0; +x_501 = x_561; +goto block_559; } +block_559: +{ +uint8_t x_502; +if (x_500 == 0) +{ +uint8_t x_555; +x_555 = 0; +x_502 = x_555; +goto block_554; } else { -uint8_t x_830; -lean_dec(x_9); -x_830 = !lean_is_exclusive(x_822); -if (x_830 == 0) +uint8_t x_556; +x_556 = l_Array_isEmpty___rarg(x_3); +if (x_556 == 0) { -return x_822; +uint8_t x_557; +x_557 = 0; +x_502 = x_557; +goto block_554; } else { -lean_object* x_831; lean_object* x_832; lean_object* x_833; -x_831 = lean_ctor_get(x_822, 0); -x_832 = lean_ctor_get(x_822, 1); -lean_inc(x_832); -lean_inc(x_831); -lean_dec(x_822); -x_833 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_833, 0, x_831); -lean_ctor_set(x_833, 1, x_832); -return x_833; +uint8_t x_558; +x_558 = l_Array_isEmpty___rarg(x_4); +x_502 = x_558; +goto block_554; } } -} -else +block_554: { -uint8_t x_834; -x_834 = l_Array_isEmpty___rarg(x_4); -if (x_834 == 0) +if (x_502 == 0) { -lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; lean_object* x_840; lean_object* x_841; -x_835 = lean_box(0); -x_836 = lean_box(x_796); -x_837 = lean_box(x_6); -x_838 = lean_box(x_7); -x_839 = lean_box(x_8); -x_840 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_840, 0, x_1); -lean_closure_set(x_840, 1, x_835); -lean_closure_set(x_840, 2, x_836); -lean_closure_set(x_840, 3, x_2); -lean_closure_set(x_840, 4, x_3); -lean_closure_set(x_840, 5, x_4); -lean_closure_set(x_840, 6, x_5); -lean_closure_set(x_840, 7, x_837); -lean_closure_set(x_840, 8, x_838); -lean_closure_set(x_840, 9, x_839); -x_841 = l_Lean_Elab_Term_observing___rarg(x_840, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_841) == 0) +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; +x_503 = lean_box(0); +x_504 = lean_box(x_501); +x_505 = lean_box(x_6); +x_506 = lean_box(x_7); +x_507 = lean_box(x_8); +x_508 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_508, 0, x_1); +lean_closure_set(x_508, 1, x_503); +lean_closure_set(x_508, 2, x_504); +lean_closure_set(x_508, 3, x_2); +lean_closure_set(x_508, 4, x_3); +lean_closure_set(x_508, 5, x_4); +lean_closure_set(x_508, 6, x_5); +lean_closure_set(x_508, 7, x_505); +lean_closure_set(x_508, 8, x_506); +lean_closure_set(x_508, 9, x_507); +x_509 = l_Lean_Elab_Term_observing___rarg(x_508, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_509) == 0) { -uint8_t x_842; -x_842 = !lean_is_exclusive(x_841); -if (x_842 == 0) +uint8_t x_510; +x_510 = !lean_is_exclusive(x_509); +if (x_510 == 0) { -lean_object* x_843; lean_object* x_844; -x_843 = lean_ctor_get(x_841, 0); -x_844 = lean_array_push(x_9, x_843); -lean_ctor_set(x_841, 0, x_844); -return x_841; +lean_object* x_511; lean_object* x_512; +x_511 = lean_ctor_get(x_509, 0); +x_512 = lean_array_push(x_9, x_511); +lean_ctor_set(x_509, 0, x_512); +return x_509; } else { -lean_object* x_845; lean_object* x_846; lean_object* x_847; lean_object* x_848; -x_845 = lean_ctor_get(x_841, 0); -x_846 = lean_ctor_get(x_841, 1); -lean_inc(x_846); -lean_inc(x_845); -lean_dec(x_841); -x_847 = lean_array_push(x_9, x_845); -x_848 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_848, 0, x_847); -lean_ctor_set(x_848, 1, x_846); -return x_848; +lean_object* x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; +x_513 = lean_ctor_get(x_509, 0); +x_514 = lean_ctor_get(x_509, 1); +lean_inc(x_514); +lean_inc(x_513); +lean_dec(x_509); +x_515 = lean_array_push(x_9, x_513); +x_516 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_516, 0, x_515); +lean_ctor_set(x_516, 1, x_514); +return x_516; } } else { -uint8_t x_849; +uint8_t x_517; lean_dec(x_9); -x_849 = !lean_is_exclusive(x_841); -if (x_849 == 0) +x_517 = !lean_is_exclusive(x_509); +if (x_517 == 0) { -return x_841; +return x_509; } else { -lean_object* x_850; lean_object* x_851; lean_object* x_852; -x_850 = lean_ctor_get(x_841, 0); -x_851 = lean_ctor_get(x_841, 1); -lean_inc(x_851); -lean_inc(x_850); -lean_dec(x_841); -x_852 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_852, 0, x_850); -lean_ctor_set(x_852, 1, x_851); -return x_852; +lean_object* x_518; lean_object* x_519; lean_object* x_520; +x_518 = lean_ctor_get(x_509, 0); +x_519 = lean_ctor_get(x_509, 1); +lean_inc(x_519); +lean_inc(x_518); +lean_dec(x_509); +x_520 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_520, 0, x_518); +lean_ctor_set(x_520, 1, x_519); +return x_520; } } } @@ -41359,130 +40474,129 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_853; lean_object* x_854; lean_object* x_855; lean_object* x_856; lean_object* x_857; -x_853 = 1; -x_854 = lean_box(x_853); -x_855 = lean_box(x_853); -x_856 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_856, 0, x_1); -lean_closure_set(x_856, 1, x_5); -lean_closure_set(x_856, 2, x_854); -lean_closure_set(x_856, 3, x_855); -x_857 = l_Lean_Elab_Term_observing___rarg(x_856, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_857) == 0) +uint8_t x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; +x_521 = 1; +x_522 = lean_box(x_521); +x_523 = lean_box(x_521); +x_524 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_524, 0, x_1); +lean_closure_set(x_524, 1, x_5); +lean_closure_set(x_524, 2, x_522); +lean_closure_set(x_524, 3, x_523); +x_525 = l_Lean_Elab_Term_observing___rarg(x_524, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_525) == 0) { -uint8_t x_858; -x_858 = !lean_is_exclusive(x_857); -if (x_858 == 0) +uint8_t x_526; +x_526 = !lean_is_exclusive(x_525); +if (x_526 == 0) { -lean_object* x_859; lean_object* x_860; -x_859 = lean_ctor_get(x_857, 0); -x_860 = lean_array_push(x_9, x_859); -lean_ctor_set(x_857, 0, x_860); -return x_857; +lean_object* x_527; lean_object* x_528; +x_527 = lean_ctor_get(x_525, 0); +x_528 = lean_array_push(x_9, x_527); +lean_ctor_set(x_525, 0, x_528); +return x_525; } else { -lean_object* x_861; lean_object* x_862; lean_object* x_863; lean_object* x_864; -x_861 = lean_ctor_get(x_857, 0); -x_862 = lean_ctor_get(x_857, 1); -lean_inc(x_862); -lean_inc(x_861); -lean_dec(x_857); -x_863 = lean_array_push(x_9, x_861); -x_864 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_864, 0, x_863); -lean_ctor_set(x_864, 1, x_862); -return x_864; +lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; +x_529 = lean_ctor_get(x_525, 0); +x_530 = lean_ctor_get(x_525, 1); +lean_inc(x_530); +lean_inc(x_529); +lean_dec(x_525); +x_531 = lean_array_push(x_9, x_529); +x_532 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_532, 0, x_531); +lean_ctor_set(x_532, 1, x_530); +return x_532; } } else { -uint8_t x_865; +uint8_t x_533; lean_dec(x_9); -x_865 = !lean_is_exclusive(x_857); -if (x_865 == 0) +x_533 = !lean_is_exclusive(x_525); +if (x_533 == 0) { -return x_857; +return x_525; } else { -lean_object* x_866; lean_object* x_867; lean_object* x_868; -x_866 = lean_ctor_get(x_857, 0); -x_867 = lean_ctor_get(x_857, 1); -lean_inc(x_867); -lean_inc(x_866); -lean_dec(x_857); -x_868 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_868, 0, x_866); -lean_ctor_set(x_868, 1, x_867); -return x_868; +lean_object* x_534; lean_object* x_535; lean_object* x_536; +x_534 = lean_ctor_get(x_525, 0); +x_535 = lean_ctor_get(x_525, 1); +lean_inc(x_535); +lean_inc(x_534); +lean_dec(x_525); +x_536 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_536, 0, x_534); +lean_ctor_set(x_536, 1, x_535); +return x_536; } } } else { -lean_object* x_869; uint8_t x_870; lean_object* x_871; lean_object* x_872; lean_object* x_873; lean_object* x_874; -x_869 = lean_box(0); -x_870 = 1; -x_871 = lean_box(x_796); -x_872 = lean_box(x_870); -x_873 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_873, 0, x_1); -lean_closure_set(x_873, 1, x_5); -lean_closure_set(x_873, 2, x_871); -lean_closure_set(x_873, 3, x_872); -lean_closure_set(x_873, 4, x_869); -x_874 = l_Lean_Elab_Term_observing___rarg(x_873, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_874) == 0) +lean_object* x_537; uint8_t x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; +x_537 = lean_box(0); +x_538 = 1; +x_539 = lean_box(x_501); +x_540 = lean_box(x_538); +x_541 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_541, 0, x_1); +lean_closure_set(x_541, 1, x_5); +lean_closure_set(x_541, 2, x_539); +lean_closure_set(x_541, 3, x_540); +lean_closure_set(x_541, 4, x_537); +x_542 = l_Lean_Elab_Term_observing___rarg(x_541, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_542) == 0) { -uint8_t x_875; -x_875 = !lean_is_exclusive(x_874); -if (x_875 == 0) +uint8_t x_543; +x_543 = !lean_is_exclusive(x_542); +if (x_543 == 0) { -lean_object* x_876; lean_object* x_877; -x_876 = lean_ctor_get(x_874, 0); -x_877 = lean_array_push(x_9, x_876); -lean_ctor_set(x_874, 0, x_877); -return x_874; +lean_object* x_544; lean_object* x_545; +x_544 = lean_ctor_get(x_542, 0); +x_545 = lean_array_push(x_9, x_544); +lean_ctor_set(x_542, 0, x_545); +return x_542; } else { -lean_object* x_878; lean_object* x_879; lean_object* x_880; lean_object* x_881; -x_878 = lean_ctor_get(x_874, 0); -x_879 = lean_ctor_get(x_874, 1); -lean_inc(x_879); -lean_inc(x_878); -lean_dec(x_874); -x_880 = lean_array_push(x_9, x_878); -x_881 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_881, 0, x_880); -lean_ctor_set(x_881, 1, x_879); -return x_881; +lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; +x_546 = lean_ctor_get(x_542, 0); +x_547 = lean_ctor_get(x_542, 1); +lean_inc(x_547); +lean_inc(x_546); +lean_dec(x_542); +x_548 = lean_array_push(x_9, x_546); +x_549 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_549, 0, x_548); +lean_ctor_set(x_549, 1, x_547); +return x_549; } } else { -uint8_t x_882; +uint8_t x_550; lean_dec(x_9); -x_882 = !lean_is_exclusive(x_874); -if (x_882 == 0) +x_550 = !lean_is_exclusive(x_542); +if (x_550 == 0) { -return x_874; +return x_542; } else { -lean_object* x_883; lean_object* x_884; lean_object* x_885; -x_883 = lean_ctor_get(x_874, 0); -x_884 = lean_ctor_get(x_874, 1); -lean_inc(x_884); -lean_inc(x_883); -lean_dec(x_874); -x_885 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_885, 0, x_883); -lean_ctor_set(x_885, 1, x_884); -return x_885; -} +lean_object* x_551; lean_object* x_552; lean_object* x_553; +x_551 = lean_ctor_get(x_542, 0); +x_552 = lean_ctor_get(x_542, 1); +lean_inc(x_552); +lean_inc(x_551); +lean_dec(x_542); +x_553 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_553, 0, x_551); +lean_ctor_set(x_553, 1, x_552); +return x_553; } } } @@ -41492,304 +40606,464 @@ return x_885; } else { -lean_object* x_889; +lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_dec(x_1); -x_889 = l_Lean_Syntax_isFieldIdx_x3f(x_590); -if (lean_obj_tag(x_889) == 0) -{ -lean_object* x_890; lean_object* x_891; -lean_dec(x_590); -lean_dec(x_588); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_890 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__24; -x_891 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_890, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -return x_891; -} -else -{ -lean_object* x_892; lean_object* x_893; lean_object* x_894; -x_892 = lean_ctor_get(x_889, 0); -lean_inc(x_892); -lean_dec(x_889); -x_893 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_893, 0, x_590); -lean_ctor_set(x_893, 1, x_892); -x_894 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_894, 0, x_893); -lean_ctor_set(x_894, 1, x_2); -x_1 = x_588; -x_2 = x_894; +x_562 = lean_box(0); +x_563 = l_Lean_Syntax_identComponents(x_430, x_562); +x_564 = lean_box(0); +lean_inc(x_428); +x_565 = l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__3(x_428, x_563, x_564); +x_566 = l_List_appendTR___rarg(x_565, x_2); +x_1 = x_428; +x_2 = x_566; goto _start; } } } -} +else +{ +lean_object* x_568; lean_object* x_569; uint8_t x_570; +x_568 = lean_unsigned_to_nat(3u); +x_569 = l_Lean_Syntax_getArg(x_1, x_568); +x_570 = l_Lean_Syntax_matchesNull(x_569, x_427); +if (x_570 == 0) +{ +uint8_t x_571; uint8_t x_572; +lean_dec(x_430); +lean_dec(x_428); +x_571 = l_List_isEmpty___rarg(x_2); +if (x_8 == 0) +{ +uint8_t x_631; +x_631 = 1; +x_572 = x_631; +goto block_630; } else { -lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; lean_object* x_900; uint8_t x_901; -x_896 = lean_unsigned_to_nat(0u); -x_897 = l_Lean_Syntax_getArg(x_1, x_896); -x_898 = lean_unsigned_to_nat(2u); -x_899 = l_Lean_Syntax_getArg(x_1, x_898); -x_900 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__22; -lean_inc(x_899); -x_901 = l_Lean_Syntax_isOfKind(x_899, x_900); -if (x_901 == 0) +uint8_t x_632; +x_632 = 0; +x_572 = x_632; +goto block_630; +} +block_630: { -lean_object* x_902; uint8_t x_903; -x_902 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__10; -lean_inc(x_899); -x_903 = l_Lean_Syntax_isOfKind(x_899, x_902); -if (x_903 == 0) +uint8_t x_573; +if (x_571 == 0) { -uint8_t x_904; uint8_t x_905; -lean_dec(x_899); -lean_dec(x_897); -x_904 = l_List_isEmpty___rarg(x_2); -if (x_8 == 0) +uint8_t x_626; +x_626 = 0; +x_573 = x_626; +goto block_625; +} +else { -uint8_t x_996; -x_996 = 1; -x_905 = x_996; -goto block_995; +uint8_t x_627; +x_627 = l_Array_isEmpty___rarg(x_3); +if (x_627 == 0) +{ +uint8_t x_628; +x_628 = 0; +x_573 = x_628; +goto block_625; } else { -uint8_t x_997; -x_997 = 0; -x_905 = x_997; -goto block_995; +uint8_t x_629; +x_629 = l_Array_isEmpty___rarg(x_4); +x_573 = x_629; +goto block_625; +} } -block_995: +block_625: { -if (x_904 == 0) +if (x_573 == 0) { -lean_object* x_906; lean_object* x_907; lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; lean_object* x_912; -x_906 = lean_box(0); -x_907 = lean_box(x_905); -x_908 = lean_box(x_6); -x_909 = lean_box(x_7); -x_910 = lean_box(x_8); -x_911 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_911, 0, x_1); -lean_closure_set(x_911, 1, x_906); -lean_closure_set(x_911, 2, x_907); -lean_closure_set(x_911, 3, x_2); -lean_closure_set(x_911, 4, x_3); -lean_closure_set(x_911, 5, x_4); -lean_closure_set(x_911, 6, x_5); -lean_closure_set(x_911, 7, x_908); -lean_closure_set(x_911, 8, x_909); -lean_closure_set(x_911, 9, x_910); -x_912 = l_Lean_Elab_Term_observing___rarg(x_911, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_912) == 0) +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; +x_574 = lean_box(0); +x_575 = lean_box(x_572); +x_576 = lean_box(x_6); +x_577 = lean_box(x_7); +x_578 = lean_box(x_8); +x_579 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_579, 0, x_1); +lean_closure_set(x_579, 1, x_574); +lean_closure_set(x_579, 2, x_575); +lean_closure_set(x_579, 3, x_2); +lean_closure_set(x_579, 4, x_3); +lean_closure_set(x_579, 5, x_4); +lean_closure_set(x_579, 6, x_5); +lean_closure_set(x_579, 7, x_576); +lean_closure_set(x_579, 8, x_577); +lean_closure_set(x_579, 9, x_578); +x_580 = l_Lean_Elab_Term_observing___rarg(x_579, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_580) == 0) { -uint8_t x_913; -x_913 = !lean_is_exclusive(x_912); -if (x_913 == 0) +uint8_t x_581; +x_581 = !lean_is_exclusive(x_580); +if (x_581 == 0) { -lean_object* x_914; lean_object* x_915; -x_914 = lean_ctor_get(x_912, 0); -x_915 = lean_array_push(x_9, x_914); -lean_ctor_set(x_912, 0, x_915); -return x_912; +lean_object* x_582; lean_object* x_583; +x_582 = lean_ctor_get(x_580, 0); +x_583 = lean_array_push(x_9, x_582); +lean_ctor_set(x_580, 0, x_583); +return x_580; } else { -lean_object* x_916; lean_object* x_917; lean_object* x_918; lean_object* x_919; -x_916 = lean_ctor_get(x_912, 0); -x_917 = lean_ctor_get(x_912, 1); -lean_inc(x_917); -lean_inc(x_916); -lean_dec(x_912); -x_918 = lean_array_push(x_9, x_916); -x_919 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_919, 0, x_918); -lean_ctor_set(x_919, 1, x_917); -return x_919; +lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; +x_584 = lean_ctor_get(x_580, 0); +x_585 = lean_ctor_get(x_580, 1); +lean_inc(x_585); +lean_inc(x_584); +lean_dec(x_580); +x_586 = lean_array_push(x_9, x_584); +x_587 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_587, 0, x_586); +lean_ctor_set(x_587, 1, x_585); +return x_587; } } else { -uint8_t x_920; +uint8_t x_588; lean_dec(x_9); -x_920 = !lean_is_exclusive(x_912); -if (x_920 == 0) +x_588 = !lean_is_exclusive(x_580); +if (x_588 == 0) { -return x_912; +return x_580; } else { -lean_object* x_921; lean_object* x_922; lean_object* x_923; -x_921 = lean_ctor_get(x_912, 0); -x_922 = lean_ctor_get(x_912, 1); -lean_inc(x_922); -lean_inc(x_921); -lean_dec(x_912); -x_923 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_923, 0, x_921); -lean_ctor_set(x_923, 1, x_922); -return x_923; +lean_object* x_589; lean_object* x_590; lean_object* x_591; +x_589 = lean_ctor_get(x_580, 0); +x_590 = lean_ctor_get(x_580, 1); +lean_inc(x_590); +lean_inc(x_589); +lean_dec(x_580); +x_591 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_591, 0, x_589); +lean_ctor_set(x_591, 1, x_590); +return x_591; } } } else { -uint8_t x_924; -x_924 = l_Array_isEmpty___rarg(x_3); -if (x_924 == 0) +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +if (x_8 == 0) { -lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; lean_object* x_931; -x_925 = lean_box(0); -x_926 = lean_box(x_905); -x_927 = lean_box(x_6); -x_928 = lean_box(x_7); -x_929 = lean_box(x_8); -x_930 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_930, 0, x_1); -lean_closure_set(x_930, 1, x_925); -lean_closure_set(x_930, 2, x_926); -lean_closure_set(x_930, 3, x_2); -lean_closure_set(x_930, 4, x_3); -lean_closure_set(x_930, 5, x_4); -lean_closure_set(x_930, 6, x_5); -lean_closure_set(x_930, 7, x_927); -lean_closure_set(x_930, 8, x_928); -lean_closure_set(x_930, 9, x_929); -x_931 = l_Lean_Elab_Term_observing___rarg(x_930, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_931) == 0) +uint8_t x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; +x_592 = 1; +x_593 = lean_box(x_592); +x_594 = lean_box(x_592); +x_595 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_595, 0, x_1); +lean_closure_set(x_595, 1, x_5); +lean_closure_set(x_595, 2, x_593); +lean_closure_set(x_595, 3, x_594); +x_596 = l_Lean_Elab_Term_observing___rarg(x_595, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_596) == 0) +{ +uint8_t x_597; +x_597 = !lean_is_exclusive(x_596); +if (x_597 == 0) +{ +lean_object* x_598; lean_object* x_599; +x_598 = lean_ctor_get(x_596, 0); +x_599 = lean_array_push(x_9, x_598); +lean_ctor_set(x_596, 0, x_599); +return x_596; +} +else +{ +lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; +x_600 = lean_ctor_get(x_596, 0); +x_601 = lean_ctor_get(x_596, 1); +lean_inc(x_601); +lean_inc(x_600); +lean_dec(x_596); +x_602 = lean_array_push(x_9, x_600); +x_603 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_603, 0, x_602); +lean_ctor_set(x_603, 1, x_601); +return x_603; +} +} +else +{ +uint8_t x_604; +lean_dec(x_9); +x_604 = !lean_is_exclusive(x_596); +if (x_604 == 0) +{ +return x_596; +} +else +{ +lean_object* x_605; lean_object* x_606; lean_object* x_607; +x_605 = lean_ctor_get(x_596, 0); +x_606 = lean_ctor_get(x_596, 1); +lean_inc(x_606); +lean_inc(x_605); +lean_dec(x_596); +x_607 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_607, 0, x_605); +lean_ctor_set(x_607, 1, x_606); +return x_607; +} +} +} +else +{ +lean_object* x_608; uint8_t x_609; lean_object* x_610; lean_object* x_611; lean_object* x_612; lean_object* x_613; +x_608 = lean_box(0); +x_609 = 1; +x_610 = lean_box(x_572); +x_611 = lean_box(x_609); +x_612 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_612, 0, x_1); +lean_closure_set(x_612, 1, x_5); +lean_closure_set(x_612, 2, x_610); +lean_closure_set(x_612, 3, x_611); +lean_closure_set(x_612, 4, x_608); +x_613 = l_Lean_Elab_Term_observing___rarg(x_612, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_613) == 0) +{ +uint8_t x_614; +x_614 = !lean_is_exclusive(x_613); +if (x_614 == 0) +{ +lean_object* x_615; lean_object* x_616; +x_615 = lean_ctor_get(x_613, 0); +x_616 = lean_array_push(x_9, x_615); +lean_ctor_set(x_613, 0, x_616); +return x_613; +} +else { -uint8_t x_932; -x_932 = !lean_is_exclusive(x_931); -if (x_932 == 0) +lean_object* x_617; lean_object* x_618; lean_object* x_619; lean_object* x_620; +x_617 = lean_ctor_get(x_613, 0); +x_618 = lean_ctor_get(x_613, 1); +lean_inc(x_618); +lean_inc(x_617); +lean_dec(x_613); +x_619 = lean_array_push(x_9, x_617); +x_620 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_620, 0, x_619); +lean_ctor_set(x_620, 1, x_618); +return x_620; +} +} +else +{ +uint8_t x_621; +lean_dec(x_9); +x_621 = !lean_is_exclusive(x_613); +if (x_621 == 0) { -lean_object* x_933; lean_object* x_934; -x_933 = lean_ctor_get(x_931, 0); -x_934 = lean_array_push(x_9, x_933); -lean_ctor_set(x_931, 0, x_934); -return x_931; +return x_613; } else { -lean_object* x_935; lean_object* x_936; lean_object* x_937; lean_object* x_938; -x_935 = lean_ctor_get(x_931, 0); -x_936 = lean_ctor_get(x_931, 1); -lean_inc(x_936); -lean_inc(x_935); -lean_dec(x_931); -x_937 = lean_array_push(x_9, x_935); -x_938 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_938, 0, x_937); -lean_ctor_set(x_938, 1, x_936); -return x_938; +lean_object* x_622; lean_object* x_623; lean_object* x_624; +x_622 = lean_ctor_get(x_613, 0); +x_623 = lean_ctor_get(x_613, 1); +lean_inc(x_623); +lean_inc(x_622); +lean_dec(x_613); +x_624 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_624, 0, x_622); +lean_ctor_set(x_624, 1, x_623); +return x_624; +} +} +} +} +} } } else { -uint8_t x_939; +lean_object* x_633; +lean_dec(x_1); +x_633 = l_Lean_Syntax_isFieldIdx_x3f(x_430); +if (lean_obj_tag(x_633) == 0) +{ +lean_object* x_634; lean_object* x_635; +lean_dec(x_430); +lean_dec(x_428); lean_dec(x_9); -x_939 = !lean_is_exclusive(x_931); -if (x_939 == 0) +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_634 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__24; +x_635 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_634, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +return x_635; +} +else +{ +lean_object* x_636; lean_object* x_637; lean_object* x_638; +x_636 = lean_ctor_get(x_633, 0); +lean_inc(x_636); +lean_dec(x_633); +x_637 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_637, 0, x_430); +lean_ctor_set(x_637, 1, x_636); +x_638 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_638, 0, x_637); +lean_ctor_set(x_638, 1, x_2); +x_1 = x_428; +x_2 = x_638; +goto _start; +} +} +} +} +} +else +{ +lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; lean_object* x_644; uint8_t x_645; +x_640 = lean_unsigned_to_nat(0u); +x_641 = l_Lean_Syntax_getArg(x_1, x_640); +x_642 = lean_unsigned_to_nat(2u); +x_643 = l_Lean_Syntax_getArg(x_1, x_642); +x_644 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__22; +lean_inc(x_643); +x_645 = l_Lean_Syntax_isOfKind(x_643, x_644); +if (x_645 == 0) { -return x_931; +lean_object* x_646; uint8_t x_647; +x_646 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__10; +lean_inc(x_643); +x_647 = l_Lean_Syntax_isOfKind(x_643, x_646); +if (x_647 == 0) +{ +uint8_t x_648; uint8_t x_649; +lean_dec(x_643); +lean_dec(x_641); +x_648 = l_List_isEmpty___rarg(x_2); +if (x_8 == 0) +{ +uint8_t x_708; +x_708 = 1; +x_649 = x_708; +goto block_707; } else { -lean_object* x_940; lean_object* x_941; lean_object* x_942; -x_940 = lean_ctor_get(x_931, 0); -x_941 = lean_ctor_get(x_931, 1); -lean_inc(x_941); -lean_inc(x_940); -lean_dec(x_931); -x_942 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_942, 0, x_940); -lean_ctor_set(x_942, 1, x_941); -return x_942; +uint8_t x_709; +x_709 = 0; +x_649 = x_709; +goto block_707; } +block_707: +{ +uint8_t x_650; +if (x_648 == 0) +{ +uint8_t x_703; +x_703 = 0; +x_650 = x_703; +goto block_702; } +else +{ +uint8_t x_704; +x_704 = l_Array_isEmpty___rarg(x_3); +if (x_704 == 0) +{ +uint8_t x_705; +x_705 = 0; +x_650 = x_705; +goto block_702; } else { -uint8_t x_943; -x_943 = l_Array_isEmpty___rarg(x_4); -if (x_943 == 0) +uint8_t x_706; +x_706 = l_Array_isEmpty___rarg(x_4); +x_650 = x_706; +goto block_702; +} +} +block_702: +{ +if (x_650 == 0) { -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_944 = lean_box(0); -x_945 = lean_box(x_905); -x_946 = lean_box(x_6); -x_947 = lean_box(x_7); -x_948 = lean_box(x_8); -x_949 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); -lean_closure_set(x_949, 0, x_1); -lean_closure_set(x_949, 1, x_944); -lean_closure_set(x_949, 2, x_945); -lean_closure_set(x_949, 3, x_2); -lean_closure_set(x_949, 4, x_3); -lean_closure_set(x_949, 5, x_4); -lean_closure_set(x_949, 6, x_5); -lean_closure_set(x_949, 7, x_946); -lean_closure_set(x_949, 8, x_947); -lean_closure_set(x_949, 9, x_948); -x_950 = l_Lean_Elab_Term_observing___rarg(x_949, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_950) == 0) +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; +x_651 = lean_box(0); +x_652 = lean_box(x_649); +x_653 = lean_box(x_6); +x_654 = lean_box(x_7); +x_655 = lean_box(x_8); +x_656 = lean_alloc_closure((void*)(l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___lambda__1___boxed), 17, 10); +lean_closure_set(x_656, 0, x_1); +lean_closure_set(x_656, 1, x_651); +lean_closure_set(x_656, 2, x_652); +lean_closure_set(x_656, 3, x_2); +lean_closure_set(x_656, 4, x_3); +lean_closure_set(x_656, 5, x_4); +lean_closure_set(x_656, 6, x_5); +lean_closure_set(x_656, 7, x_653); +lean_closure_set(x_656, 8, x_654); +lean_closure_set(x_656, 9, x_655); +x_657 = l_Lean_Elab_Term_observing___rarg(x_656, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_657) == 0) { -uint8_t x_951; -x_951 = !lean_is_exclusive(x_950); -if (x_951 == 0) +uint8_t x_658; +x_658 = !lean_is_exclusive(x_657); +if (x_658 == 0) { -lean_object* x_952; lean_object* x_953; -x_952 = lean_ctor_get(x_950, 0); -x_953 = lean_array_push(x_9, x_952); -lean_ctor_set(x_950, 0, x_953); -return x_950; +lean_object* x_659; lean_object* x_660; +x_659 = lean_ctor_get(x_657, 0); +x_660 = lean_array_push(x_9, x_659); +lean_ctor_set(x_657, 0, x_660); +return x_657; } else { -lean_object* x_954; lean_object* x_955; lean_object* x_956; lean_object* x_957; -x_954 = lean_ctor_get(x_950, 0); -x_955 = lean_ctor_get(x_950, 1); -lean_inc(x_955); -lean_inc(x_954); -lean_dec(x_950); -x_956 = lean_array_push(x_9, x_954); -x_957 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_957, 0, x_956); -lean_ctor_set(x_957, 1, x_955); -return x_957; +lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; +x_661 = lean_ctor_get(x_657, 0); +x_662 = lean_ctor_get(x_657, 1); +lean_inc(x_662); +lean_inc(x_661); +lean_dec(x_657); +x_663 = lean_array_push(x_9, x_661); +x_664 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_664, 0, x_663); +lean_ctor_set(x_664, 1, x_662); +return x_664; } } else { -uint8_t x_958; +uint8_t x_665; lean_dec(x_9); -x_958 = !lean_is_exclusive(x_950); -if (x_958 == 0) +x_665 = !lean_is_exclusive(x_657); +if (x_665 == 0) { -return x_950; +return x_657; } else { -lean_object* x_959; lean_object* x_960; lean_object* x_961; -x_959 = lean_ctor_get(x_950, 0); -x_960 = lean_ctor_get(x_950, 1); -lean_inc(x_960); -lean_inc(x_959); -lean_dec(x_950); -x_961 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_961, 0, x_959); -lean_ctor_set(x_961, 1, x_960); -return x_961; +lean_object* x_666; lean_object* x_667; lean_object* x_668; +x_666 = lean_ctor_get(x_657, 0); +x_667 = lean_ctor_get(x_657, 1); +lean_inc(x_667); +lean_inc(x_666); +lean_dec(x_657); +x_668 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_668, 0, x_666); +lean_ctor_set(x_668, 1, x_667); +return x_668; } } } @@ -41800,130 +41074,129 @@ lean_dec(x_3); lean_dec(x_2); if (x_8 == 0) { -uint8_t x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; lean_object* x_966; -x_962 = 1; -x_963 = lean_box(x_962); -x_964 = lean_box(x_962); -x_965 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_965, 0, x_1); -lean_closure_set(x_965, 1, x_5); -lean_closure_set(x_965, 2, x_963); -lean_closure_set(x_965, 3, x_964); -x_966 = l_Lean_Elab_Term_observing___rarg(x_965, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_966) == 0) -{ -uint8_t x_967; -x_967 = !lean_is_exclusive(x_966); -if (x_967 == 0) -{ -lean_object* x_968; lean_object* x_969; -x_968 = lean_ctor_get(x_966, 0); -x_969 = lean_array_push(x_9, x_968); -lean_ctor_set(x_966, 0, x_969); -return x_966; -} -else -{ -lean_object* x_970; lean_object* x_971; lean_object* x_972; lean_object* x_973; -x_970 = lean_ctor_get(x_966, 0); -x_971 = lean_ctor_get(x_966, 1); -lean_inc(x_971); -lean_inc(x_970); -lean_dec(x_966); -x_972 = lean_array_push(x_9, x_970); -x_973 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_973, 0, x_972); -lean_ctor_set(x_973, 1, x_971); -return x_973; +uint8_t x_669; lean_object* x_670; lean_object* x_671; lean_object* x_672; lean_object* x_673; +x_669 = 1; +x_670 = lean_box(x_669); +x_671 = lean_box(x_669); +x_672 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_672, 0, x_1); +lean_closure_set(x_672, 1, x_5); +lean_closure_set(x_672, 2, x_670); +lean_closure_set(x_672, 3, x_671); +x_673 = l_Lean_Elab_Term_observing___rarg(x_672, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_673) == 0) +{ +uint8_t x_674; +x_674 = !lean_is_exclusive(x_673); +if (x_674 == 0) +{ +lean_object* x_675; lean_object* x_676; +x_675 = lean_ctor_get(x_673, 0); +x_676 = lean_array_push(x_9, x_675); +lean_ctor_set(x_673, 0, x_676); +return x_673; +} +else +{ +lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; +x_677 = lean_ctor_get(x_673, 0); +x_678 = lean_ctor_get(x_673, 1); +lean_inc(x_678); +lean_inc(x_677); +lean_dec(x_673); +x_679 = lean_array_push(x_9, x_677); +x_680 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_680, 0, x_679); +lean_ctor_set(x_680, 1, x_678); +return x_680; } } else { -uint8_t x_974; +uint8_t x_681; lean_dec(x_9); -x_974 = !lean_is_exclusive(x_966); -if (x_974 == 0) +x_681 = !lean_is_exclusive(x_673); +if (x_681 == 0) { -return x_966; +return x_673; } else { -lean_object* x_975; lean_object* x_976; lean_object* x_977; -x_975 = lean_ctor_get(x_966, 0); -x_976 = lean_ctor_get(x_966, 1); -lean_inc(x_976); -lean_inc(x_975); -lean_dec(x_966); -x_977 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_977, 0, x_975); -lean_ctor_set(x_977, 1, x_976); -return x_977; +lean_object* x_682; lean_object* x_683; lean_object* x_684; +x_682 = lean_ctor_get(x_673, 0); +x_683 = lean_ctor_get(x_673, 1); +lean_inc(x_683); +lean_inc(x_682); +lean_dec(x_673); +x_684 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_684, 0, x_682); +lean_ctor_set(x_684, 1, x_683); +return x_684; } } } else { -lean_object* x_978; uint8_t x_979; lean_object* x_980; lean_object* x_981; lean_object* x_982; lean_object* x_983; -x_978 = lean_box(0); -x_979 = 1; -x_980 = lean_box(x_905); -x_981 = lean_box(x_979); -x_982 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); -lean_closure_set(x_982, 0, x_1); -lean_closure_set(x_982, 1, x_5); -lean_closure_set(x_982, 2, x_980); -lean_closure_set(x_982, 3, x_981); -lean_closure_set(x_982, 4, x_978); -x_983 = l_Lean_Elab_Term_observing___rarg(x_982, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_983) == 0) +lean_object* x_685; uint8_t x_686; lean_object* x_687; lean_object* x_688; lean_object* x_689; lean_object* x_690; +x_685 = lean_box(0); +x_686 = 1; +x_687 = lean_box(x_649); +x_688 = lean_box(x_686); +x_689 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTermEnsuringType___boxed), 12, 5); +lean_closure_set(x_689, 0, x_1); +lean_closure_set(x_689, 1, x_5); +lean_closure_set(x_689, 2, x_687); +lean_closure_set(x_689, 3, x_688); +lean_closure_set(x_689, 4, x_685); +x_690 = l_Lean_Elab_Term_observing___rarg(x_689, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_690) == 0) { -uint8_t x_984; -x_984 = !lean_is_exclusive(x_983); -if (x_984 == 0) +uint8_t x_691; +x_691 = !lean_is_exclusive(x_690); +if (x_691 == 0) { -lean_object* x_985; lean_object* x_986; -x_985 = lean_ctor_get(x_983, 0); -x_986 = lean_array_push(x_9, x_985); -lean_ctor_set(x_983, 0, x_986); -return x_983; +lean_object* x_692; lean_object* x_693; +x_692 = lean_ctor_get(x_690, 0); +x_693 = lean_array_push(x_9, x_692); +lean_ctor_set(x_690, 0, x_693); +return x_690; } else { -lean_object* x_987; lean_object* x_988; lean_object* x_989; lean_object* x_990; -x_987 = lean_ctor_get(x_983, 0); -x_988 = lean_ctor_get(x_983, 1); -lean_inc(x_988); -lean_inc(x_987); -lean_dec(x_983); -x_989 = lean_array_push(x_9, x_987); -x_990 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_990, 0, x_989); -lean_ctor_set(x_990, 1, x_988); -return x_990; +lean_object* x_694; lean_object* x_695; lean_object* x_696; lean_object* x_697; +x_694 = lean_ctor_get(x_690, 0); +x_695 = lean_ctor_get(x_690, 1); +lean_inc(x_695); +lean_inc(x_694); +lean_dec(x_690); +x_696 = lean_array_push(x_9, x_694); +x_697 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_697, 0, x_696); +lean_ctor_set(x_697, 1, x_695); +return x_697; } } else { -uint8_t x_991; +uint8_t x_698; lean_dec(x_9); -x_991 = !lean_is_exclusive(x_983); -if (x_991 == 0) +x_698 = !lean_is_exclusive(x_690); +if (x_698 == 0) { -return x_983; +return x_690; } else { -lean_object* x_992; lean_object* x_993; lean_object* x_994; -x_992 = lean_ctor_get(x_983, 0); -x_993 = lean_ctor_get(x_983, 1); -lean_inc(x_993); -lean_inc(x_992); -lean_dec(x_983); -x_994 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_994, 0, x_992); -lean_ctor_set(x_994, 1, x_993); -return x_994; -} +lean_object* x_699; lean_object* x_700; lean_object* x_701; +x_699 = lean_ctor_get(x_690, 0); +x_700 = lean_ctor_get(x_690, 1); +lean_inc(x_700); +lean_inc(x_699); +lean_dec(x_690); +x_701 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_701, 0, x_699); +lean_ctor_set(x_701, 1, x_700); +return x_701; } } } @@ -41933,57 +41206,57 @@ return x_994; } else { -lean_object* x_998; lean_object* x_999; lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; +lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_dec(x_1); -x_998 = lean_box(0); -x_999 = l_Lean_Syntax_identComponents(x_899, x_998); -x_1000 = lean_box(0); -lean_inc(x_897); -x_1001 = l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__4(x_897, x_999, x_1000); -x_1002 = l_List_appendTR___rarg(x_1001, x_2); -x_1 = x_897; -x_2 = x_1002; +x_710 = lean_box(0); +x_711 = l_Lean_Syntax_identComponents(x_643, x_710); +x_712 = lean_box(0); +lean_inc(x_641); +x_713 = l_List_mapTR_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__4(x_641, x_711, x_712); +x_714 = l_List_appendTR___rarg(x_713, x_2); +x_1 = x_641; +x_2 = x_714; goto _start; } } else { -lean_object* x_1004; +lean_object* x_716; lean_dec(x_1); -x_1004 = l_Lean_Syntax_isFieldIdx_x3f(x_899); -if (lean_obj_tag(x_1004) == 0) +x_716 = l_Lean_Syntax_isFieldIdx_x3f(x_643); +if (lean_obj_tag(x_716) == 0) { -lean_object* x_1005; lean_object* x_1006; -lean_dec(x_899); -lean_dec(x_897); +lean_object* x_717; lean_object* x_718; +lean_dec(x_643); +lean_dec(x_641); lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1005 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__24; -x_1006 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_1005, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +x_717 = l___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___closed__24; +x_718 = l_Lean_throwError___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__1(x_717, x_10, x_11, x_12, x_13, x_14, x_15, x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -return x_1006; -} -else -{ -lean_object* x_1007; lean_object* x_1008; lean_object* x_1009; -x_1007 = lean_ctor_get(x_1004, 0); -lean_inc(x_1007); -lean_dec(x_1004); -x_1008 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1008, 0, x_899); -lean_ctor_set(x_1008, 1, x_1007); -x_1009 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1009, 0, x_1008); -lean_ctor_set(x_1009, 1, x_2); -x_1 = x_897; -x_2 = x_1009; +return x_718; +} +else +{ +lean_object* x_719; lean_object* x_720; lean_object* x_721; +x_719 = lean_ctor_get(x_716, 0); +lean_inc(x_719); +lean_dec(x_716); +x_720 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_720, 0, x_643); +lean_ctor_set(x_720, 1, x_719); +x_721 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_721, 0, x_720); +lean_ctor_set(x_721, 1, x_2); +x_1 = x_641; +x_2 = x_721; goto _start; } } @@ -41991,17 +41264,17 @@ goto _start; } else { -lean_object* x_1011; lean_object* x_1012; lean_object* x_1013; uint8_t x_1014; -x_1011 = l_Lean_Syntax_getArgs(x_1); +lean_object* x_723; lean_object* x_724; lean_object* x_725; uint8_t x_726; +x_723 = l_Lean_Syntax_getArgs(x_1); lean_dec(x_1); -x_1012 = lean_array_get_size(x_1011); -x_1013 = lean_unsigned_to_nat(0u); -x_1014 = lean_nat_dec_lt(x_1013, x_1012); -if (x_1014 == 0) +x_724 = lean_array_get_size(x_723); +x_725 = lean_unsigned_to_nat(0u); +x_726 = lean_nat_dec_lt(x_725, x_724); +if (x_726 == 0) { -lean_object* x_1015; -lean_dec(x_1012); -lean_dec(x_1011); +lean_object* x_727; +lean_dec(x_724); +lean_dec(x_723); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -42012,27 +41285,27 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1015 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1015, 0, x_9); -lean_ctor_set(x_1015, 1, x_16); -return x_1015; +x_727 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_727, 0, x_9); +lean_ctor_set(x_727, 1, x_16); +return x_727; } else { -uint8_t x_1016; -x_1016 = !lean_is_exclusive(x_10); -if (x_1016 == 0) +uint8_t x_728; +x_728 = !lean_is_exclusive(x_10); +if (x_728 == 0) { -uint8_t x_1017; uint8_t x_1018; -x_1017 = 0; -lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 1, x_1017); -x_1018 = lean_nat_dec_le(x_1012, x_1012); -if (x_1018 == 0) +uint8_t x_729; uint8_t x_730; +x_729 = 0; +lean_ctor_set_uint8(x_10, sizeof(void*)*8 + 1, x_729); +x_730 = lean_nat_dec_le(x_724, x_724); +if (x_730 == 0) { -lean_object* x_1019; +lean_object* x_731; lean_dec(x_10); -lean_dec(x_1012); -lean_dec(x_1011); +lean_dec(x_724); +lean_dec(x_723); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -42042,76 +41315,76 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1019 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1019, 0, x_9); -lean_ctor_set(x_1019, 1, x_16); -return x_1019; +x_731 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_731, 0, x_9); +lean_ctor_set(x_731, 1, x_16); +return x_731; } else { -size_t x_1020; size_t x_1021; lean_object* x_1022; -x_1020 = 0; -x_1021 = lean_usize_of_nat(x_1012); -lean_dec(x_1012); -x_1022 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__5(x_2, x_3, x_4, x_5, x_6, x_7, x_1011, x_1020, x_1021, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_1011); -return x_1022; +size_t x_732; size_t x_733; lean_object* x_734; +x_732 = 0; +x_733 = lean_usize_of_nat(x_724); +lean_dec(x_724); +x_734 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__5(x_2, x_3, x_4, x_5, x_6, x_7, x_723, x_732, x_733, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_723); +return x_734; } } else { -lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; uint8_t x_1026; uint8_t x_1027; lean_object* x_1028; lean_object* x_1029; lean_object* x_1030; lean_object* x_1031; uint8_t x_1032; uint8_t x_1033; uint8_t x_1034; uint8_t x_1035; lean_object* x_1036; uint8_t x_1037; uint8_t x_1038; uint8_t x_1039; lean_object* x_1040; uint8_t x_1041; -x_1023 = lean_ctor_get(x_10, 0); -x_1024 = lean_ctor_get(x_10, 1); -x_1025 = lean_ctor_get(x_10, 2); -x_1026 = lean_ctor_get_uint8(x_10, sizeof(void*)*8); -x_1027 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 2); -x_1028 = lean_ctor_get(x_10, 3); -x_1029 = lean_ctor_get(x_10, 4); -x_1030 = lean_ctor_get(x_10, 5); -x_1031 = lean_ctor_get(x_10, 6); -x_1032 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 3); -x_1033 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 4); -x_1034 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 5); -x_1035 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 6); -x_1036 = lean_ctor_get(x_10, 7); -x_1037 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 7); -x_1038 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 8); -lean_inc(x_1036); -lean_inc(x_1031); -lean_inc(x_1030); -lean_inc(x_1029); -lean_inc(x_1028); -lean_inc(x_1025); -lean_inc(x_1024); -lean_inc(x_1023); +lean_object* x_735; lean_object* x_736; lean_object* x_737; uint8_t x_738; uint8_t x_739; lean_object* x_740; lean_object* x_741; lean_object* x_742; lean_object* x_743; uint8_t x_744; uint8_t x_745; uint8_t x_746; uint8_t x_747; lean_object* x_748; uint8_t x_749; uint8_t x_750; uint8_t x_751; lean_object* x_752; uint8_t x_753; +x_735 = lean_ctor_get(x_10, 0); +x_736 = lean_ctor_get(x_10, 1); +x_737 = lean_ctor_get(x_10, 2); +x_738 = lean_ctor_get_uint8(x_10, sizeof(void*)*8); +x_739 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 2); +x_740 = lean_ctor_get(x_10, 3); +x_741 = lean_ctor_get(x_10, 4); +x_742 = lean_ctor_get(x_10, 5); +x_743 = lean_ctor_get(x_10, 6); +x_744 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 3); +x_745 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 4); +x_746 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 5); +x_747 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 6); +x_748 = lean_ctor_get(x_10, 7); +x_749 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 7); +x_750 = lean_ctor_get_uint8(x_10, sizeof(void*)*8 + 8); +lean_inc(x_748); +lean_inc(x_743); +lean_inc(x_742); +lean_inc(x_741); +lean_inc(x_740); +lean_inc(x_737); +lean_inc(x_736); +lean_inc(x_735); lean_dec(x_10); -x_1039 = 0; -x_1040 = lean_alloc_ctor(0, 8, 9); -lean_ctor_set(x_1040, 0, x_1023); -lean_ctor_set(x_1040, 1, x_1024); -lean_ctor_set(x_1040, 2, x_1025); -lean_ctor_set(x_1040, 3, x_1028); -lean_ctor_set(x_1040, 4, x_1029); -lean_ctor_set(x_1040, 5, x_1030); -lean_ctor_set(x_1040, 6, x_1031); -lean_ctor_set(x_1040, 7, x_1036); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8, x_1026); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 1, x_1039); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 2, x_1027); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 3, x_1032); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 4, x_1033); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 5, x_1034); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 6, x_1035); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 7, x_1037); -lean_ctor_set_uint8(x_1040, sizeof(void*)*8 + 8, x_1038); -x_1041 = lean_nat_dec_le(x_1012, x_1012); -if (x_1041 == 0) -{ -lean_object* x_1042; -lean_dec(x_1040); -lean_dec(x_1012); -lean_dec(x_1011); +x_751 = 0; +x_752 = lean_alloc_ctor(0, 8, 9); +lean_ctor_set(x_752, 0, x_735); +lean_ctor_set(x_752, 1, x_736); +lean_ctor_set(x_752, 2, x_737); +lean_ctor_set(x_752, 3, x_740); +lean_ctor_set(x_752, 4, x_741); +lean_ctor_set(x_752, 5, x_742); +lean_ctor_set(x_752, 6, x_743); +lean_ctor_set(x_752, 7, x_748); +lean_ctor_set_uint8(x_752, sizeof(void*)*8, x_738); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 1, x_751); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 2, x_739); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 3, x_744); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 4, x_745); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 5, x_746); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 6, x_747); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 7, x_749); +lean_ctor_set_uint8(x_752, sizeof(void*)*8 + 8, x_750); +x_753 = lean_nat_dec_le(x_724, x_724); +if (x_753 == 0) +{ +lean_object* x_754; +lean_dec(x_752); +lean_dec(x_724); +lean_dec(x_723); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -42121,20 +41394,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_1042 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1042, 0, x_9); -lean_ctor_set(x_1042, 1, x_16); -return x_1042; +x_754 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_754, 0, x_9); +lean_ctor_set(x_754, 1, x_16); +return x_754; } else { -size_t x_1043; size_t x_1044; lean_object* x_1045; -x_1043 = 0; -x_1044 = lean_usize_of_nat(x_1012); -lean_dec(x_1012); -x_1045 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__5(x_2, x_3, x_4, x_5, x_6, x_7, x_1011, x_1043, x_1044, x_9, x_1040, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_1011); -return x_1045; +size_t x_755; size_t x_756; lean_object* x_757; +x_755 = 0; +x_756 = lean_usize_of_nat(x_724); +lean_dec(x_724); +x_757 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_elabAppFn___spec__5(x_2, x_3, x_4, x_5, x_6, x_7, x_723, x_755, x_756, x_9, x_752, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_723); +return x_757; } } } @@ -42423,50 +41696,60 @@ goto block_52; } else { -lean_object* x_72; lean_object* x_73; -x_72 = lean_ctor_get(x_69, 0); +lean_object* x_72; lean_object* x_73; uint8_t x_74; lean_object* x_78; +x_72 = lean_ctor_get(x_68, 1); lean_inc(x_72); -lean_dec(x_69); -x_73 = lean_ctor_get(x_72, 1); +lean_dec(x_68); +x_73 = lean_ctor_get(x_69, 0); lean_inc(x_73); -lean_dec(x_72); -if (lean_obj_tag(x_73) == 1) -{ -lean_object* x_74; lean_object* x_75; +lean_dec(x_69); +x_78 = lean_ctor_get(x_73, 1); +lean_inc(x_78); lean_dec(x_73); -x_74 = lean_ctor_get(x_68, 1); -lean_inc(x_74); -lean_dec(x_68); -x_75 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__3; +if (lean_obj_tag(x_78) == 1) +{ +lean_dec(x_78); +x_74 = x_59; +goto block_77; +} +else +{ +lean_dec(x_78); +x_74 = x_56; +goto block_77; +} +block_77: +{ +if (x_74 == 0) +{ +lean_object* x_75; +x_75 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__2; x_46 = x_75; -x_47 = x_74; +x_47 = x_72; goto block_52; } else { -lean_object* x_76; lean_object* x_77; -lean_dec(x_73); -x_76 = lean_ctor_get(x_68, 1); -lean_inc(x_76); -lean_dec(x_68); -x_77 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__2; -x_46 = x_77; -x_47 = x_76; +lean_object* x_76; +x_76 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__3; +x_46 = x_76; +x_47 = x_72; goto block_52; } } } } +} else { -lean_object* x_78; lean_object* x_79; +lean_object* x_79; lean_object* x_80; lean_dec(x_43); -x_78 = lean_ctor_get(x_60, 1); -lean_inc(x_78); +x_79 = lean_ctor_get(x_60, 1); +lean_inc(x_79); lean_dec(x_60); -x_79 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__3; -x_46 = x_79; -x_47 = x_78; +x_80 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__1___closed__3; +x_46 = x_80; +x_47 = x_79; goto block_52; } } @@ -42504,31 +41787,14 @@ goto block_42; } else { -uint8_t x_80; -x_80 = !lean_is_exclusive(x_13); -if (x_80 == 0) -{ -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_13, 1); -lean_dec(x_81); -x_82 = lean_ctor_get(x_13, 0); -lean_dec(x_82); -lean_ctor_set_tag(x_13, 0); -lean_ctor_set(x_13, 1, x_11); -lean_ctor_set(x_13, 0, x_4); -x_14 = x_13; -goto block_24; -} -else -{ -lean_object* x_83; -lean_dec(x_13); +uint8_t x_81; lean_object* x_82; lean_object* x_83; +x_81 = 0; +x_82 = lean_box(x_81); x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_4); +lean_ctor_set(x_83, 0, x_82); lean_ctor_set(x_83, 1, x_11); -x_14 = x_83; -goto block_24; -} +x_25 = x_83; +goto block_42; } block_24: { @@ -42685,7 +41951,39 @@ return x_84; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; size_t x_8; size_t x_9; +x_7 = lean_array_uget(x_2, x_3); +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +if (lean_obj_tag(x_7) == 0) +{ +lean_object* x_10; +x_10 = lean_array_push(x_5, x_7); +x_3 = x_9; +x_5 = x_10; +goto _start; +} +else +{ +lean_dec(x_7); +x_3 = x_9; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -42923,7 +42221,7 @@ size_t x_23; size_t x_24; lean_object* x_25; lean_object* x_26; x_23 = 0; x_24 = lean_usize_of_nat(x_9); x_25 = l_Lean_Elab_Term_ElabAppArgs_State_etaArgs___default___closed__1; -x_26 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2(x_1, x_23, x_24, x_25); +x_26 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__3(x_1, x_23, x_24, x_25); x_10 = x_26; goto block_17; } @@ -42991,7 +42289,21 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___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; @@ -42999,7 +42311,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___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__2___at___private_Lean_Elab_App_0__Lean_Elab_Term_getSuccesses___spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -43622,7 +42934,7 @@ static lean_object* _init_l_Lean_setEnv___at___private_Lean_Elab_App_0__Lean_Ela _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__12; x_2 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_2, 0, x_1); lean_ctor_set(x_2, 1, x_1); @@ -43666,7 +42978,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_7884____lambda__1___closed__21; +x_23 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21; 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); @@ -43702,7 +43014,7 @@ lean_inc(x_33); lean_inc(x_32); lean_inc(x_31); lean_dec(x_19); -x_34 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21; +x_34 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21; x_35 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_35, 0, x_31); lean_ctor_set(x_35, 1, x_34); @@ -43779,7 +43091,7 @@ if (lean_is_exclusive(x_51)) { lean_dec_ref(x_51); x_56 = lean_box(0); } -x_57 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21; +x_57 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21; if (lean_is_scalar(x_56)) { x_58 = lean_alloc_ctor(0, 4, 0); } else { @@ -46596,7 +45908,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_24985____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -46606,7 +45918,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_24985____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -46616,27 +45928,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_24985____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__2; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___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_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__3; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____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_24985____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__5() { _start: { lean_object* x_1; @@ -46644,17 +45956,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__5; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__7() { _start: { lean_object* x_1; @@ -46662,37 +45974,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__6; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__7; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__8; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_5____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_24985____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__9; x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___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_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__11() { _start: { lean_object* x_1; @@ -46700,17 +46012,17 @@ x_1 = lean_mk_string_from_bytes("App", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__10; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__10; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__13() { _start: { lean_object* x_1; @@ -46718,33 +46030,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__12; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__13; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____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_24985____closed__14; -x_2 = lean_unsigned_to_nat(24985u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__14; +x_2 = lean_unsigned_to_nat(25008u); 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_24985_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008_(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_24985____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__15; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -47029,10 +46341,10 @@ l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___closed__2 = _ lean_mark_persistent(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_finalize___closed__2); l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1 = _init_l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1(); lean_mark_persistent(l_Lean_exprDependsOn___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__2___closed__1); -l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__1 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__1(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__1); -l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__19___closed__2); +l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__1 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__1(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__1); +l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___spec__27___closed__2); l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__1 = _init_l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__1); l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__2 = _init_l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_anyNamedArgDependsOnCurrent___lambda__2___closed__2(); @@ -47047,67 +46359,67 @@ l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___clos lean_mark_persistent(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__2); l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__3 = _init_l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__3(); lean_mark_persistent(l___private_Lean_Elab_App_0__Lean_Elab_Term_ElabAppArgs_processExplictArg___closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__15); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__16 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__16(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__16); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__17 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__17(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__17); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__18 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__18(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__18); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__19 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__19(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__19); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__20 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__20(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__20); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__21); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__22 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__22(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__22); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__23 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__23(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__23); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__24 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__24(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____lambda__1___closed__24); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884____closed__6); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7884_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__15); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__16 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__16(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__16); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__17 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__17(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__17); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__18 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__18(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__18); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__19 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__19(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__19); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__20 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__20(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__20); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__21); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__22 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__22(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__22); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__23 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__23(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__23); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__24 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__24(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____lambda__1___closed__24); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892____closed__6); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_7892_(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); @@ -47689,37 +47001,37 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabProj_declRange___closed__ res = l___regBuiltin_Lean_Elab_Term_elabProj_declRange(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_24985____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985____closed__15); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_24985_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008____closed__15); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_App___hyg_25008_(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/Arg.c b/stage0/stdlib/Lean/Elab/Arg.c index 85c12c3e3835..3de9556cc8b0 100644 --- a/stage0/stdlib/Lean/Elab/Arg.c +++ b/stage0/stdlib/Lean/Elab/Arg.c @@ -206,95 +206,92 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addNamedArg(lean_object* x_1, 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; uint8_t x_10; -x_8 = lean_array_get_size(x_1); -x_9 = lean_unsigned_to_nat(0u); -x_10 = lean_nat_dec_lt(x_9, x_8); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; -lean_dec(x_8); -x_11 = lean_box(0); -x_12 = l_Lean_Elab_Term_addNamedArg___lambda__1(x_1, x_2, x_11, 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); -return x_12; +uint8_t x_8; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_array_get_size(x_1); +x_24 = lean_unsigned_to_nat(0u); +x_25 = lean_nat_dec_lt(x_24, x_23); +if (x_25 == 0) +{ +uint8_t x_26; +lean_dec(x_23); +x_26 = 0; +x_8 = x_26; +goto block_22; } else { -uint8_t x_13; -x_13 = lean_nat_dec_le(x_8, x_8); -if (x_13 == 0) +uint8_t x_27; +x_27 = lean_nat_dec_le(x_23, x_23); +if (x_27 == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_8); -x_14 = lean_box(0); -x_15 = l_Lean_Elab_Term_addNamedArg___lambda__1(x_1, x_2, x_14, 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); -return x_15; +uint8_t x_28; +lean_dec(x_23); +x_28 = 0; +x_8 = x_28; +goto block_22; } else { -size_t x_16; size_t x_17; uint8_t x_18; -x_16 = 0; -x_17 = lean_usize_of_nat(x_8); -lean_dec(x_8); -x_18 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addNamedArg___spec__1(x_2, x_1, x_16, x_17); -if (x_18 == 0) +size_t x_29; size_t x_30; uint8_t x_31; +x_29 = 0; +x_30 = lean_usize_of_nat(x_23); +lean_dec(x_23); +x_31 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addNamedArg___spec__1(x_2, x_1, x_29, x_30); +x_8 = x_31; +goto block_22; +} +} +block_22: +{ +if (x_8 == 0) { -lean_object* x_19; lean_object* x_20; -x_19 = lean_box(0); -x_20 = l_Lean_Elab_Term_addNamedArg___lambda__1(x_1, x_2, x_19, x_3, x_4, x_5, x_6, x_7); +lean_object* x_9; lean_object* x_10; +x_9 = lean_box(0); +x_10 = l_Lean_Elab_Term_addNamedArg___lambda__1(x_1, x_2, x_9, 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); -return x_20; +return x_10; } else { -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_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; lean_dec(x_1); -x_21 = lean_ctor_get(x_2, 1); -lean_inc(x_21); +x_11 = lean_ctor_get(x_2, 1); +lean_inc(x_11); lean_dec(x_2); -x_22 = l_Lean_MessageData_ofName(x_21); -x_23 = l_Lean_Elab_Term_addNamedArg___closed__2; -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_22); -x_25 = l_Lean_Elab_Term_addNamedArg___closed__4; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -x_27 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_26, x_3, x_4, x_5, x_6, x_7); +x_12 = l_Lean_MessageData_ofName(x_11); +x_13 = l_Lean_Elab_Term_addNamedArg___closed__2; +x_14 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_12); +x_15 = l_Lean_Elab_Term_addNamedArg___closed__4; +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_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_16, 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); -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) { -return x_27; +return x_17; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_27); -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; -} +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_17); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +return x_21; } } } diff --git a/stage0/stdlib/Lean/Elab/Binders.c b/stage0/stdlib/Lean/Elab/Binders.c index 37b0a122b894..fa41ac0889cb 100644 --- a/stage0/stdlib/Lean/Elab/Binders.c +++ b/stage0/stdlib/Lean/Elab/Binders.c @@ -29,13 +29,14 @@ static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_2400_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabArrow___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_elabArrow(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___at_Lean_Elab_Term_expandFunBinders_loop___spec__1(lean_object*, uint8_t, lean_object*, lean_object*); -lean_object* l_ReaderT_instMonadFunctorReaderT(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__11; static lean_object* l_Lean_Elab_Term_expandWhereDecls___closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBindersAux_loop(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl_declRange___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_registerFailedToInferBinderTypeInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__2; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_ensureAtomicBinderName___closed__1; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__33; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalContextImp___rarg(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_Elab_Term_elabLetDeclAux___lambda__6(lean_object static lean_object* l___regBuiltin_Lean_Elab_Term_expandExplicitFun_declRange___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl_declRange___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__10; lean_object* l_Lean_Elab_Term_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclAux___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -92,21 +94,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getFunB LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabForall_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclCore___boxed(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___regBuiltin_Lean_Elab_Term_precheckArrow___closed__1; -static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__52; LEAN_EXPORT lean_object* l_Lean_Elab_Term_FunBinders_elabFunBindersAux(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_elabLetDeclAux___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___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_Term_expandWhereDecls___closed__3; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_precheckFun___spec__4___closed__1; uint8_t l_Lean_Syntax_isAntiquotSuffixSplice(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__10; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__8; static lean_object* l___regBuiltin_Lean_Elab_Term_elabArrow___closed__1; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabArrow_declRange___closed__5; 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*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(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*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___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*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandExplicitFun___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___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*); @@ -117,6 +117,7 @@ static lean_object* l_Lean_Elab_Term_expandWhereDecls___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews___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_Binders_0__Lean_Elab_Term_ensureAtomicBinderName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl_declRange(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__1; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__12; uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__24; @@ -127,7 +128,6 @@ lean_object* l_Lean_Syntax_getArgs(lean_object*); static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__40; lean_object* l_Lean_compileDecl(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabFunBinders___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_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__9; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl_declRange___closed__5; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandFun_declRange___closed__3; @@ -147,7 +147,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabForall___lambda__1(lean_object*, l LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandFunBinders(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl(lean_object*); uint8_t lean_expr_has_loose_bvar(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__15; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___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_Array_sequenceMap_loop___at_Lean_Elab_Term_expandWhereDecls___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabBinders___spec__1(size_t, size_t, lean_object*); @@ -188,13 +187,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclAux___lambda__3___boxed(lea LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderType___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabFun___closed__1; static lean_object* l_Lean_Elab_Term_expandSimpleBinderWithType___closed__3; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabFun___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandFun___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__14; uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandWhereDecls___closed__7; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__1; static lean_object* l_Lean_Elab_Term_expandSimpleBinderWithType___closed__4; extern lean_object* l_Lean_Elab_Term_Quotation_precheckAttribute; lean_object* l_Lean_Elab_Term_registerCustomErrorIfMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -204,7 +200,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders lean_object* l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandWhereDecls___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_expandExplicitFun_declRange___closed__4; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209_(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl_declRange___closed__6; static lean_object* l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -222,6 +217,7 @@ static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_registerFail static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4; lean_object* l_Lean_Syntax_getNumArgs(lean_object*); lean_object* l_Lean_Elab_Term_mkExplicitBinder(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___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*); uint8_t l_Lean_Name_isImplementationDetail(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_elabFun___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -229,7 +225,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandLetEqnsDecl(lean_object*, uint8_ static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall_declRange___closed__7; static lean_object* l_Lean_Elab_Term_precheckArrow___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_expandForall_declRange___closed__1; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__27; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__2; @@ -249,7 +244,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDecl_declRange___closed LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_expandFunBinders_loop___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_elabLetDeclCore___spec__2___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__18; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getFunBinderIds_x3f___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isAntiquot(lean_object*); @@ -295,8 +289,8 @@ static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBindersA LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Term_elabLetDeclAux___spec__2___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_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___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___closed__6; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208_(lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__54; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___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*, lean_object*); lean_object* l_Lean_Meta_restoreSynthInstanceCache(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_unzip___rarg(lean_object*); @@ -313,6 +307,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandFunBinders_loop(lean_object*, le static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__2; lean_object* l_Lean_mkHole(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_expandFunBinders_loop___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__9; 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*); static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__22; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderModifier___closed__6; @@ -325,7 +320,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetFunDecl_declRange___clo lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__47; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDelayedDecl_declRange___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__11; static lean_object* l_Lean_Elab_Term_expandWhereDecls___closed__14; lean_object* l_Lean_Elab_Term_expandOptType(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getFunBinderIds_x3f___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); @@ -340,13 +334,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_FunBinders_elabFunBindersAux___boxed(l LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandFunBinders_loop___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshIdent___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___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_Syntax_getKind(lean_object*); +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Term_initFn____x40_Lean_Elab_Binders___hyg_2400____closed__5; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___closed__3; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__43; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__49; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckFun___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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__4; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabDepArrow___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -359,7 +352,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandExplicitFun___closed__2; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__1; lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_expandFunBinders_loop___closed__4; -lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_elabFun___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_quoteNameMk(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_checkBinderAnnotations; @@ -375,6 +367,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandForall_declRange(le static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDecl_declRange___closed__3; 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl_declRange___closed__5; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__15; 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_precheckFun___closed__1; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__17; @@ -464,6 +457,7 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(lean_o 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent(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_Binders___hyg_12208____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabFun___spec__5___rarg(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_precheckFun___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -471,7 +465,6 @@ static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderVi LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckFun___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_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandOptIdent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDecl___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__12; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderModifier___closed__11; static lean_object* l___regBuiltin_Lean_Elab_Term_elabArrow_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_expandForall_declRange___closed__7; @@ -480,7 +473,7 @@ static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderView LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderModifier(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandForall_declRange___closed__2; lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___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*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandFun_declRange___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBindersAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); @@ -493,13 +486,13 @@ static lean_object* l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__6 static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderModifier___closed__4; lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBindersAux(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandMatchAltsWhereDecls_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetFunDecl_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl_declRange___closed__1; -extern lean_object* l_Lean_Core_instMonadQuotationCoreM; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDecl___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_expandExplicitFun_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabArrow___closed__3; @@ -511,6 +504,7 @@ static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__5; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandWhereDecls___lambda__1(lean_object*); static lean_object* l_Lean_Elab_Term_expandForall___closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__13; 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall___closed__3; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__2; @@ -520,7 +514,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_precheckFun_ static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabForall___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall_declRange___closed__4; -static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__50; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__14; lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabFun_declRange___closed__7; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl(lean_object*); @@ -531,8 +525,8 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandFunBin LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandFunBinders_loop___spec__4(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckFun___spec__6(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___private_Lean_Elab_Binders_0__Lean_Elab_Term_FunBinders_propagateExpectedType___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_instMonadQuotation___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__12; 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_quoteAutoTactic___closed__37; static lean_object* l_Lean_Elab_Term_expandWhereDecls___lambda__1___closed__2; @@ -541,7 +535,6 @@ static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__25; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__41; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclAux___lambda__7(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, 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_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_FunBinders_State_expectedType_x3f___default; static lean_object* l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__4; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__1; @@ -555,7 +548,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_ static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__35; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckFun___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_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__13; static lean_object* l_Lean_Elab_Term_expandWhereDecls___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclAux___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_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandFunBinders_loop___spec__7(lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -591,19 +583,16 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_precheckFun_ lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkFreshBinderName___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___spec__2___rarg___closed__2; -lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, 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*); static lean_object* l_Lean_Elab_Term_elabArrow___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_registerFailedToInferBinderTypeInfo___boxed(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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__13; -lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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* 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_Elab_Term_kindOfBinderName___boxed(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetFunDecl_declRange___closed__5; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandLetEqnsDecl___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetTmpDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isNone(lean_object*); @@ -635,7 +624,6 @@ lean_object* lean_erase_macro_scopes(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabArrow_declRange___closed__1; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_precheckArrow(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_Binders___hyg_12209____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDecl(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_expandFunBinders_loop___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); @@ -650,7 +638,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_precheckArrow___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getFunBinderIds_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__51; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDelayedDecl(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_elabBinder___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_Lean_Elab_Term_elabLetDeclAux___lambda__4(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*); @@ -664,6 +651,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabFun___lambda__1(lean_object*, lean static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getFunBinderIds_x3f(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall_declRange___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetDeclAux___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_array_uget(lean_object*, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl_declRange___closed__3; @@ -691,7 +679,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetDecl_declRange___closed static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__21; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderType(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__53; static lean_object* l_Lean_Elab_Term_expandSimpleBinderWithType___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_expandFun_declRange___closed__6; lean_object* l_Lean_Elab_Term_getMatchAltsNumPatterns(lean_object*); @@ -715,6 +702,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabArrow_declRange___closed__ uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabLetDeclCore___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___spec__2___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__6; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at_Lean_Elab_Term_elabLetDeclCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -770,6 +758,7 @@ static lean_object* l_Lean_Elab_Term_expandFunBinders_loop___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandExplicitFun(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForall_declRange___closed__2; static lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandMatchAltsIntoMatchAux___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__3; static lean_object* l_Lean_Elab_Term_quoteAutoTactic___closed__42; lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1365,201 +1354,187 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___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, size_t x_9, size_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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___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, lean_object* x_14, lean_object* x_15) { _start: { -uint8_t x_19; -x_19 = lean_usize_dec_lt(x_10, x_9); -if (x_19 == 0) +uint8_t x_16; +x_16 = lean_usize_dec_lt(x_7, x_6); +if (x_16 == 0) { -lean_object* x_20; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); +lean_object* x_17; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); -lean_dec(x_7); -lean_dec(x_6); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_11); -lean_ctor_set(x_20, 1, x_18); -return x_20; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_4); +lean_dec(x_3); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_8); +lean_ctor_set(x_17, 1, x_15); +return x_17; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_53; lean_object* x_61; uint8_t x_62; -x_21 = lean_array_uget(x_8, x_10); -x_61 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; -x_62 = lean_name_eq(x_1, x_61); -if (x_62 == 0) +lean_object* x_18; uint8_t x_19; lean_object* x_56; uint8_t x_57; +x_18 = lean_array_uget(x_5, x_7); +x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +x_57 = lean_name_eq(x_1, x_56); +if (x_57 == 0) { -lean_object* x_63; -x_63 = lean_box(0); -x_22 = x_63; -goto block_52; +uint8_t x_58; +x_58 = 0; +x_19 = x_58; +goto block_55; } else { -uint8_t x_64; -x_64 = l_Lean_Syntax_isAntiquotSuffixSplice(x_21); -if (x_64 == 0) +uint8_t x_59; +x_59 = l_Lean_Syntax_isAntiquotSuffixSplice(x_18); +if (x_59 == 0) { -uint8_t x_65; -x_65 = l_Lean_Syntax_isAntiquotSplice(x_21); -if (x_65 == 0) -{ -lean_object* x_66; -x_66 = lean_box(0); -x_22 = x_66; -goto block_52; +uint8_t x_60; +x_60 = l_Lean_Syntax_isAntiquotSplice(x_18); +x_19 = x_60; +goto block_55; } else { -lean_object* x_67; -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -x_67 = lean_box(0); -x_53 = x_67; -goto block_60; +uint8_t x_61; +x_61 = 1; +x_19 = x_61; +goto block_55; } } -else +block_55: { -lean_object* x_68; -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -x_68 = lean_box(0); -x_53 = x_68; -goto block_60; -} -} -block_52: +if (x_19 == 0) { -lean_object* x_23; -lean_dec(x_22); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); +lean_object* x_20; lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_23 = l_Lean_Elab_Term_quoteAutoTactic(x_21, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_23) == 0) +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_20 = l_Lean_Elab_Term_quoteAutoTactic(x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; -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_ctor_get(x_16, 5); +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; 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; size_t x_42; size_t x_43; +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_ctor_get(x_13, 5); +lean_inc(x_23); +x_24 = 0; +x_25 = l_Lean_SourceInfo_fromRef(x_23, x_24); +x_26 = lean_ctor_get(x_13, 10); lean_inc(x_26); -x_27 = 0; -x_28 = l_Lean_SourceInfo_fromRef(x_26, x_27); -x_29 = lean_ctor_get(x_16, 10); -lean_inc(x_29); -x_30 = lean_st_ref_get(x_17, x_25); -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 = lean_ctor_get(x_31, 0); -lean_inc(x_33); -lean_dec(x_31); -x_34 = lean_environment_main_module(x_33); -x_35 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__7; -x_36 = l_Lean_addMacroScope(x_34, x_35, x_29); -lean_inc(x_6); -x_37 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_6); -lean_inc(x_7); -x_38 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_7); -x_39 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__4; -lean_inc(x_28); -x_40 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_40, 0, x_28); -lean_ctor_set(x_40, 1, x_39); -lean_ctor_set(x_40, 2, x_36); -lean_ctor_set(x_40, 3, x_38); -x_41 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +x_27 = lean_st_ref_get(x_14, x_22); +x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -x_42 = l_Lean_Syntax_node2(x_28, x_41, x_11, x_24); -x_43 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_44 = l_Lean_Syntax_node2(x_28, x_43, x_40, x_42); -x_45 = 1; -x_46 = lean_usize_add(x_10, x_45); -x_10 = x_46; -x_11 = x_44; -x_18 = x_32; +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_ctor_get(x_28, 0); +lean_inc(x_30); +lean_dec(x_28); +x_31 = lean_environment_main_module(x_30); +x_32 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__7; +x_33 = l_Lean_addMacroScope(x_31, x_32, x_26); +lean_inc(x_3); +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_3); +lean_inc(x_4); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_4); +x_36 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__4; +lean_inc(x_25); +x_37 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_37, 0, x_25); +lean_ctor_set(x_37, 1, x_36); +lean_ctor_set(x_37, 2, x_33); +lean_ctor_set(x_37, 3, x_35); +x_38 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +lean_inc(x_25); +x_39 = l_Lean_Syntax_node2(x_25, x_38, x_8, x_21); +x_40 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_41 = l_Lean_Syntax_node2(x_25, x_40, x_37, x_39); +x_42 = 1; +x_43 = lean_usize_add(x_7, x_42); +x_7 = x_43; +x_8 = x_41; +x_15 = x_29; goto _start; } else { -uint8_t x_48; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); +uint8_t x_45; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -x_48 = !lean_is_exclusive(x_23); -if (x_48 == 0) +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_4); +lean_dec(x_3); +x_45 = !lean_is_exclusive(x_20); +if (x_45 == 0) { -return x_23; +return x_20; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_23, 0); -x_50 = lean_ctor_get(x_23, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_23); -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; +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_20, 0); +x_47 = lean_ctor_get(x_20, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_20); +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; } } } -block_60: +else { -lean_object* x_54; lean_object* x_55; uint8_t x_56; -lean_dec(x_53); -x_54 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__11; -x_55 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__1(x_21, x_54, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -lean_dec(x_17); -lean_dec(x_15); +lean_object* x_49; lean_object* x_50; uint8_t x_51; +lean_dec(x_8); +lean_dec(x_4); +lean_dec(x_3); +x_49 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__11; +x_50 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__1(x_18, x_49, x_9, x_10, x_11, x_12, x_13, x_14, x_15); lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_21); -x_56 = !lean_is_exclusive(x_55); -if (x_56 == 0) +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_18); +x_51 = !lean_is_exclusive(x_50); +if (x_51 == 0) { -return x_55; +return x_50; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_55, 0); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_55); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_50, 0); +x_53 = lean_ctor_get(x_50, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_50); +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; +} } } } @@ -1586,97 +1561,33 @@ static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__3() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_ReaderT_instMonadFunctorReaderT), 3, 2); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__4() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_ReaderT_instMonadLiftReaderT), 3, 2); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_StateRefT_x27_lift), 4, 3); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -lean_closure_set(x_1, 2, lean_box(0)); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__3; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__5; -x_3 = l_Lean_Core_instMonadQuotationCoreM; -x_4 = l_Lean_instMonadQuotation___rarg(x_1, x_2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__7() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__3; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__4; -x_3 = l_Lean_Elab_Term_quoteAutoTactic___closed__6; -x_4 = l_Lean_instMonadQuotation___rarg(x_1, x_2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__3; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__5; -x_3 = l_Lean_Elab_Term_quoteAutoTactic___closed__7; -x_4 = l_Lean_instMonadQuotation___rarg(x_1, x_2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__9() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("term", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__10() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___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_quoteAutoTactic___closed__9; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__11() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___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_Term_quoteAutoTactic___closed__10; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___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_Lean_Elab_Term_quoteAutoTactic___closed__12() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__6() { _start: { lean_object* x_1; @@ -1684,16 +1595,16 @@ x_1 = lean_mk_string_from_bytes("Array.empty", 11); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__13() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__12; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__6; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__14() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__8() { _start: { lean_object* x_1; @@ -1701,63 +1612,63 @@ x_1 = lean_mk_string_from_bytes("empty", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__15() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__5; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__14; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__8; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__16() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__9; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__17() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__9; 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_quoteAutoTactic___closed__18() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__17; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__11; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__19() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__16; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__18; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__10; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__12; 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_Lean_Elab_Term_quoteAutoTactic___closed__20() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__14() { _start: { lean_object* x_1; @@ -1765,16 +1676,16 @@ x_1 = lean_mk_string_from_bytes("Syntax.node", 11); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__21() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__20; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__14; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__22() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__16() { _start: { lean_object* x_1; @@ -1782,7 +1693,7 @@ x_1 = lean_mk_string_from_bytes("Syntax", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__23() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__17() { _start: { lean_object* x_1; @@ -1790,74 +1701,74 @@ x_1 = lean_mk_string_from_bytes("node", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__24() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__22; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__23; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__16; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__17; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__25() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__1; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__22; -x_3 = l_Lean_Elab_Term_quoteAutoTactic___closed__23; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__16; +x_3 = l_Lean_Elab_Term_quoteAutoTactic___closed__17; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__26() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__25; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__19; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__27() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__21() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__25; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__19; 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_quoteAutoTactic___closed__28() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__27; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__21; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__29() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__26; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__28; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__20; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__22; 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_Lean_Elab_Term_quoteAutoTactic___closed__30() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__24() { _start: { lean_object* x_1; @@ -1865,16 +1776,16 @@ x_1 = lean_mk_string_from_bytes("SourceInfo.none", 15); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__31() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__25() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__30; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__24; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__32() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__26() { _start: { lean_object* x_1; @@ -1882,7 +1793,7 @@ x_1 = lean_mk_string_from_bytes("SourceInfo", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__33() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__27() { _start: { lean_object* x_1; @@ -1890,74 +1801,74 @@ x_1 = lean_mk_string_from_bytes("none", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__34() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__32; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__33; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__26; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__27; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__35() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__1; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__32; -x_3 = l_Lean_Elab_Term_quoteAutoTactic___closed__33; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__26; +x_3 = l_Lean_Elab_Term_quoteAutoTactic___closed__27; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__36() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__30() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__35; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__29; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__37() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__31() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__35; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__29; 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_quoteAutoTactic___closed__38() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__32() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__37; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__31; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__39() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__36; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__30; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__32; 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_Lean_Elab_Term_quoteAutoTactic___closed__40() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__34() { _start: { lean_object* x_1; @@ -1965,19 +1876,19 @@ x_1 = lean_mk_string_from_bytes("quotedName", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__41() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__35() { _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_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__1; x_2 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__2; x_3 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__3; -x_4 = l_Lean_Elab_Term_quoteAutoTactic___closed__40; +x_4 = l_Lean_Elab_Term_quoteAutoTactic___closed__34; 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_quoteAutoTactic___closed__42() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__36() { _start: { lean_object* x_1; @@ -1985,7 +1896,7 @@ x_1 = lean_mk_string_from_bytes(".", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__43() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__37() { _start: { lean_object* x_1; @@ -1993,7 +1904,7 @@ x_1 = lean_mk_string_from_bytes("`", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__44() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__38() { _start: { lean_object* x_1; lean_object* x_2; @@ -2002,7 +1913,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__45() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__39() { _start: { lean_object* x_1; @@ -2010,82 +1921,82 @@ x_1 = lean_mk_string_from_bytes("mkAtom", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__46() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__40() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__45; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__39; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__47() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__41() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__45; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__39; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__48() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__42() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__1; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__45; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__39; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__49() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__43() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__48; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__42; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__50() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__44() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__48; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__42; 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_quoteAutoTactic___closed__51() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__45() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__50; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__52() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__46() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__49; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__51; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__43; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__45; 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_Lean_Elab_Term_quoteAutoTactic___closed__53() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__47() { _start: { lean_object* x_1; @@ -2093,11 +2004,11 @@ x_1 = lean_mk_string_from_bytes("invalid auto tactic, identifier is not allowed" return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__54() { +static lean_object* _init_l_Lean_Elab_Term_quoteAutoTactic___closed__48() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__53; +x_1 = l_Lean_Elab_Term_quoteAutoTactic___closed__47; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } @@ -2132,7 +2043,7 @@ 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; 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_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t 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_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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; size_t x_34; size_t x_35; lean_object* x_36; lean_object* x_37; x_15 = lean_ctor_get(x_1, 2); lean_dec(x_15); x_16 = lean_ctor_get(x_1, 1); @@ -2156,11 +2067,11 @@ lean_inc(x_25); lean_dec(x_23); x_26 = lean_environment_main_module(x_25); x_27 = lean_box(0); -x_28 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; +x_28 = l_Lean_Elab_Term_quoteAutoTactic___closed__9; lean_inc(x_21); x_29 = l_Lean_addMacroScope(x_26, x_28, x_21); -x_30 = l_Lean_Elab_Term_quoteAutoTactic___closed__13; -x_31 = l_Lean_Elab_Term_quoteAutoTactic___closed__19; +x_30 = l_Lean_Elab_Term_quoteAutoTactic___closed__7; +x_31 = l_Lean_Elab_Term_quoteAutoTactic___closed__13; lean_inc(x_20); x_32 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_32, 0, x_20); @@ -2171,525 +2082,498 @@ x_33 = lean_array_get_size(x_12); x_34 = lean_usize_of_nat(x_33); lean_dec(x_33); x_35 = 0; -x_36 = l_Lean_Elab_Term_quoteAutoTactic___closed__3; -x_37 = l_Lean_Elab_Term_quoteAutoTactic___closed__4; -x_38 = l_Lean_Elab_Term_quoteAutoTactic___closed__8; -x_39 = l_Lean_Elab_Term_quoteAutoTactic___closed__11; +x_36 = l_Lean_Elab_Term_quoteAutoTactic___closed__5; lean_inc(x_7); -x_40 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(x_11, x_36, x_37, x_38, x_39, x_27, x_27, x_12, x_34, x_35, x_32, x_2, x_3, x_4, x_5, x_6, x_7, x_24); +x_37 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(x_11, x_36, x_27, x_27, x_12, x_34, x_35, x_32, x_2, x_3, x_4, x_5, x_6, x_7, x_24); lean_dec(x_12); -if (lean_obj_tag(x_40) == 0) +if (lean_obj_tag(x_37) == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_st_ref_get(x_7, x_42); +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +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 = lean_st_ref_get(x_7, x_39); lean_dec(x_7); -x_44 = !lean_is_exclusive(x_43); -if (x_44 == 0) +x_41 = !lean_is_exclusive(x_40); +if (x_41 == 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; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_45 = lean_ctor_get(x_43, 0); -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -lean_dec(x_45); -x_47 = lean_environment_main_module(x_46); -x_48 = l_Lean_Elab_Term_quoteAutoTactic___closed__24; +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; +x_42 = lean_ctor_get(x_40, 0); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +lean_dec(x_42); +x_44 = lean_environment_main_module(x_43); +x_45 = l_Lean_Elab_Term_quoteAutoTactic___closed__18; lean_inc(x_21); -lean_inc(x_47); -x_49 = l_Lean_addMacroScope(x_47, x_48, x_21); -x_50 = l_Lean_Elab_Term_quoteAutoTactic___closed__21; -x_51 = l_Lean_Elab_Term_quoteAutoTactic___closed__29; +lean_inc(x_44); +x_46 = l_Lean_addMacroScope(x_44, x_45, x_21); +x_47 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; +x_48 = l_Lean_Elab_Term_quoteAutoTactic___closed__23; lean_inc(x_20); -x_52 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_52, 0, x_20); -lean_ctor_set(x_52, 1, x_50); -lean_ctor_set(x_52, 2, x_49); -lean_ctor_set(x_52, 3, x_51); -x_53 = l_Lean_Elab_Term_quoteAutoTactic___closed__34; -x_54 = l_Lean_addMacroScope(x_47, x_53, x_21); -x_55 = l_Lean_Elab_Term_quoteAutoTactic___closed__31; -x_56 = l_Lean_Elab_Term_quoteAutoTactic___closed__39; +x_49 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_49, 0, x_20); +lean_ctor_set(x_49, 1, x_47); +lean_ctor_set(x_49, 2, x_46); +lean_ctor_set(x_49, 3, x_48); +x_50 = l_Lean_Elab_Term_quoteAutoTactic___closed__28; +x_51 = l_Lean_addMacroScope(x_44, x_50, x_21); +x_52 = l_Lean_Elab_Term_quoteAutoTactic___closed__25; +x_53 = l_Lean_Elab_Term_quoteAutoTactic___closed__33; lean_inc(x_20); -x_57 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_57, 0, x_20); -lean_ctor_set(x_57, 1, x_55); -lean_ctor_set(x_57, 2, x_54); -lean_ctor_set(x_57, 3, x_56); +x_54 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_54, 0, x_20); +lean_ctor_set(x_54, 1, x_52); +lean_ctor_set(x_54, 2, x_51); +lean_ctor_set(x_54, 3, x_53); lean_inc(x_11); -x_58 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_27, x_11); -if (lean_obj_tag(x_58) == 0) +x_55 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_27, x_11); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_free_object(x_1); -x_59 = l_Lean_quoteNameMk(x_11); -x_60 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +x_56 = l_Lean_quoteNameMk(x_11); +x_57 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; lean_inc(x_20); -x_61 = l_Lean_Syntax_node3(x_20, x_60, x_57, x_59, x_41); -x_62 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_63 = l_Lean_Syntax_node2(x_20, x_62, x_52, x_61); -lean_ctor_set(x_43, 0, x_63); -return x_43; +x_58 = l_Lean_Syntax_node3(x_20, x_57, x_54, x_56, x_38); +x_59 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_60 = l_Lean_Syntax_node2(x_20, x_59, x_49, x_58); +lean_ctor_set(x_40, 0, x_60); +return x_40; } else { -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_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_dec(x_11); -x_64 = lean_ctor_get(x_58, 0); -lean_inc(x_64); -lean_dec(x_58); -x_65 = l_Lean_Elab_Term_quoteAutoTactic___closed__42; -x_66 = l_String_intercalate(x_65, x_64); -x_67 = l_Lean_Elab_Term_quoteAutoTactic___closed__43; -x_68 = lean_string_append(x_67, x_66); -lean_dec(x_66); -x_69 = lean_box(2); -x_70 = l_Lean_Syntax_mkNameLit(x_68, x_69); -x_71 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_72 = lean_array_push(x_71, x_70); -x_73 = l_Lean_Elab_Term_quoteAutoTactic___closed__41; -lean_ctor_set(x_1, 2, x_72); -lean_ctor_set(x_1, 1, x_73); -lean_ctor_set(x_1, 0, x_69); -x_74 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +x_61 = lean_ctor_get(x_55, 0); +lean_inc(x_61); +lean_dec(x_55); +x_62 = l_Lean_Elab_Term_quoteAutoTactic___closed__36; +x_63 = l_String_intercalate(x_62, x_61); +x_64 = l_Lean_Elab_Term_quoteAutoTactic___closed__37; +x_65 = lean_string_append(x_64, x_63); +lean_dec(x_63); +x_66 = lean_box(2); +x_67 = l_Lean_Syntax_mkNameLit(x_65, x_66); +x_68 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_69 = lean_array_push(x_68, x_67); +x_70 = l_Lean_Elab_Term_quoteAutoTactic___closed__35; +lean_ctor_set(x_1, 2, x_69); +lean_ctor_set(x_1, 1, x_70); +lean_ctor_set(x_1, 0, x_66); +x_71 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; lean_inc(x_20); -x_75 = l_Lean_Syntax_node3(x_20, x_74, x_57, x_1, x_41); -x_76 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_77 = l_Lean_Syntax_node2(x_20, x_76, x_52, x_75); -lean_ctor_set(x_43, 0, x_77); -return x_43; +x_72 = l_Lean_Syntax_node3(x_20, x_71, x_54, x_1, x_38); +x_73 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_74 = l_Lean_Syntax_node2(x_20, x_73, x_49, x_72); +lean_ctor_set(x_40, 0, x_74); +return x_40; } } 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; lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_78 = lean_ctor_get(x_43, 0); -x_79 = lean_ctor_get(x_43, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_43); -x_80 = lean_ctor_get(x_78, 0); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_environment_main_module(x_80); -x_82 = l_Lean_Elab_Term_quoteAutoTactic___closed__24; +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; +x_75 = lean_ctor_get(x_40, 0); +x_76 = lean_ctor_get(x_40, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_40); +x_77 = lean_ctor_get(x_75, 0); +lean_inc(x_77); +lean_dec(x_75); +x_78 = lean_environment_main_module(x_77); +x_79 = l_Lean_Elab_Term_quoteAutoTactic___closed__18; lean_inc(x_21); -lean_inc(x_81); -x_83 = l_Lean_addMacroScope(x_81, x_82, x_21); -x_84 = l_Lean_Elab_Term_quoteAutoTactic___closed__21; -x_85 = l_Lean_Elab_Term_quoteAutoTactic___closed__29; +lean_inc(x_78); +x_80 = l_Lean_addMacroScope(x_78, x_79, x_21); +x_81 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; +x_82 = l_Lean_Elab_Term_quoteAutoTactic___closed__23; lean_inc(x_20); -x_86 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_86, 0, x_20); -lean_ctor_set(x_86, 1, x_84); -lean_ctor_set(x_86, 2, x_83); -lean_ctor_set(x_86, 3, x_85); -x_87 = l_Lean_Elab_Term_quoteAutoTactic___closed__34; -x_88 = l_Lean_addMacroScope(x_81, x_87, x_21); -x_89 = l_Lean_Elab_Term_quoteAutoTactic___closed__31; -x_90 = l_Lean_Elab_Term_quoteAutoTactic___closed__39; +x_83 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_83, 0, x_20); +lean_ctor_set(x_83, 1, x_81); +lean_ctor_set(x_83, 2, x_80); +lean_ctor_set(x_83, 3, x_82); +x_84 = l_Lean_Elab_Term_quoteAutoTactic___closed__28; +x_85 = l_Lean_addMacroScope(x_78, x_84, x_21); +x_86 = l_Lean_Elab_Term_quoteAutoTactic___closed__25; +x_87 = l_Lean_Elab_Term_quoteAutoTactic___closed__33; lean_inc(x_20); -x_91 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_91, 0, x_20); -lean_ctor_set(x_91, 1, x_89); -lean_ctor_set(x_91, 2, x_88); -lean_ctor_set(x_91, 3, x_90); +x_88 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_88, 0, x_20); +lean_ctor_set(x_88, 1, x_86); +lean_ctor_set(x_88, 2, x_85); +lean_ctor_set(x_88, 3, x_87); lean_inc(x_11); -x_92 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_27, x_11); -if (lean_obj_tag(x_92) == 0) +x_89 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_27, x_11); +if (lean_obj_tag(x_89) == 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_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_free_object(x_1); -x_93 = l_Lean_quoteNameMk(x_11); -x_94 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +x_90 = l_Lean_quoteNameMk(x_11); +x_91 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; lean_inc(x_20); -x_95 = l_Lean_Syntax_node3(x_20, x_94, x_91, x_93, x_41); -x_96 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_97 = l_Lean_Syntax_node2(x_20, x_96, x_86, x_95); -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_79); -return x_98; +x_92 = l_Lean_Syntax_node3(x_20, x_91, x_88, x_90, x_38); +x_93 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_94 = l_Lean_Syntax_node2(x_20, x_93, x_83, x_92); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_76); +return x_95; } 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_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_dec(x_11); -x_99 = lean_ctor_get(x_92, 0); -lean_inc(x_99); -lean_dec(x_92); -x_100 = l_Lean_Elab_Term_quoteAutoTactic___closed__42; -x_101 = l_String_intercalate(x_100, x_99); -x_102 = l_Lean_Elab_Term_quoteAutoTactic___closed__43; -x_103 = lean_string_append(x_102, x_101); -lean_dec(x_101); -x_104 = lean_box(2); -x_105 = l_Lean_Syntax_mkNameLit(x_103, x_104); -x_106 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_107 = lean_array_push(x_106, x_105); -x_108 = l_Lean_Elab_Term_quoteAutoTactic___closed__41; -lean_ctor_set(x_1, 2, x_107); -lean_ctor_set(x_1, 1, x_108); -lean_ctor_set(x_1, 0, x_104); -x_109 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +x_96 = lean_ctor_get(x_89, 0); +lean_inc(x_96); +lean_dec(x_89); +x_97 = l_Lean_Elab_Term_quoteAutoTactic___closed__36; +x_98 = l_String_intercalate(x_97, x_96); +x_99 = l_Lean_Elab_Term_quoteAutoTactic___closed__37; +x_100 = lean_string_append(x_99, x_98); +lean_dec(x_98); +x_101 = lean_box(2); +x_102 = l_Lean_Syntax_mkNameLit(x_100, x_101); +x_103 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_104 = lean_array_push(x_103, x_102); +x_105 = l_Lean_Elab_Term_quoteAutoTactic___closed__35; +lean_ctor_set(x_1, 2, x_104); +lean_ctor_set(x_1, 1, x_105); +lean_ctor_set(x_1, 0, x_101); +x_106 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; lean_inc(x_20); -x_110 = l_Lean_Syntax_node3(x_20, x_109, x_91, x_1, x_41); -x_111 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_112 = l_Lean_Syntax_node2(x_20, x_111, x_86, x_110); -x_113 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_79); -return x_113; +x_107 = l_Lean_Syntax_node3(x_20, x_106, x_88, x_1, x_38); +x_108 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_109 = l_Lean_Syntax_node2(x_20, x_108, x_83, x_107); +x_110 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_110, 1, x_76); +return x_110; } } } else { -uint8_t x_114; +uint8_t x_111; lean_dec(x_21); lean_dec(x_20); lean_free_object(x_1); lean_dec(x_11); lean_dec(x_7); -x_114 = !lean_is_exclusive(x_40); -if (x_114 == 0) +x_111 = !lean_is_exclusive(x_37); +if (x_111 == 0) { -return x_40; +return x_37; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_40, 0); -x_116 = lean_ctor_get(x_40, 1); -lean_inc(x_116); -lean_inc(x_115); -lean_dec(x_40); -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; +lean_object* x_112; lean_object* x_113; lean_object* x_114; +x_112 = lean_ctor_get(x_37, 0); +x_113 = lean_ctor_get(x_37, 1); +lean_inc(x_113); +lean_inc(x_112); +lean_dec(x_37); +x_114 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_114, 0, x_112); +lean_ctor_set(x_114, 1, x_113); +return x_114; } } } else { -lean_object* x_118; uint8_t 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; size_t x_134; size_t 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_115; uint8_t 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; size_t x_131; size_t x_132; lean_object* x_133; lean_object* x_134; lean_dec(x_1); -x_118 = lean_ctor_get(x_6, 5); +x_115 = lean_ctor_get(x_6, 5); +lean_inc(x_115); +x_116 = 0; +x_117 = l_Lean_SourceInfo_fromRef(x_115, x_116); +x_118 = lean_ctor_get(x_6, 10); lean_inc(x_118); -x_119 = 0; -x_120 = l_Lean_SourceInfo_fromRef(x_118, x_119); -x_121 = lean_ctor_get(x_6, 10); -lean_inc(x_121); -x_122 = lean_st_ref_get(x_7, x_8); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -lean_dec(x_122); -x_125 = lean_ctor_get(x_123, 0); -lean_inc(x_125); -lean_dec(x_123); -x_126 = lean_environment_main_module(x_125); -x_127 = lean_box(0); -x_128 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; -lean_inc(x_121); -x_129 = l_Lean_addMacroScope(x_126, x_128, x_121); -x_130 = l_Lean_Elab_Term_quoteAutoTactic___closed__13; -x_131 = l_Lean_Elab_Term_quoteAutoTactic___closed__19; +x_119 = lean_st_ref_get(x_7, x_8); +x_120 = lean_ctor_get(x_119, 0); lean_inc(x_120); -x_132 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_132, 0, x_120); -lean_ctor_set(x_132, 1, x_130); -lean_ctor_set(x_132, 2, x_129); -lean_ctor_set(x_132, 3, x_131); -x_133 = lean_array_get_size(x_12); -x_134 = lean_usize_of_nat(x_133); -lean_dec(x_133); -x_135 = 0; -x_136 = l_Lean_Elab_Term_quoteAutoTactic___closed__3; -x_137 = l_Lean_Elab_Term_quoteAutoTactic___closed__4; -x_138 = l_Lean_Elab_Term_quoteAutoTactic___closed__8; -x_139 = l_Lean_Elab_Term_quoteAutoTactic___closed__11; +x_121 = lean_ctor_get(x_119, 1); +lean_inc(x_121); +lean_dec(x_119); +x_122 = lean_ctor_get(x_120, 0); +lean_inc(x_122); +lean_dec(x_120); +x_123 = lean_environment_main_module(x_122); +x_124 = lean_box(0); +x_125 = l_Lean_Elab_Term_quoteAutoTactic___closed__9; +lean_inc(x_118); +x_126 = l_Lean_addMacroScope(x_123, x_125, x_118); +x_127 = l_Lean_Elab_Term_quoteAutoTactic___closed__7; +x_128 = l_Lean_Elab_Term_quoteAutoTactic___closed__13; +lean_inc(x_117); +x_129 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_129, 0, x_117); +lean_ctor_set(x_129, 1, x_127); +lean_ctor_set(x_129, 2, x_126); +lean_ctor_set(x_129, 3, x_128); +x_130 = lean_array_get_size(x_12); +x_131 = lean_usize_of_nat(x_130); +lean_dec(x_130); +x_132 = 0; +x_133 = l_Lean_Elab_Term_quoteAutoTactic___closed__5; lean_inc(x_7); -x_140 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(x_11, x_136, x_137, x_138, x_139, x_127, x_127, x_12, x_134, x_135, x_132, x_2, x_3, x_4, x_5, x_6, x_7, x_124); +x_134 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(x_11, x_133, x_124, x_124, x_12, x_131, x_132, x_129, x_2, x_3, x_4, x_5, x_6, x_7, x_121); lean_dec(x_12); -if (lean_obj_tag(x_140) == 0) +if (lean_obj_tag(x_134) == 0) { -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; -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_143 = lean_st_ref_get(x_7, x_142); +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; +x_135 = lean_ctor_get(x_134, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_134, 1); +lean_inc(x_136); +lean_dec(x_134); +x_137 = lean_st_ref_get(x_7, x_136); lean_dec(x_7); -x_144 = lean_ctor_get(x_143, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_143, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_143)) { - lean_ctor_release(x_143, 0); - lean_ctor_release(x_143, 1); - x_146 = x_143; +x_138 = lean_ctor_get(x_137, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_137, 1); +lean_inc(x_139); +if (lean_is_exclusive(x_137)) { + lean_ctor_release(x_137, 0); + lean_ctor_release(x_137, 1); + x_140 = x_137; } else { - lean_dec_ref(x_143); - x_146 = lean_box(0); + lean_dec_ref(x_137); + x_140 = lean_box(0); } -x_147 = lean_ctor_get(x_144, 0); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_environment_main_module(x_147); -x_149 = l_Lean_Elab_Term_quoteAutoTactic___closed__24; -lean_inc(x_121); -lean_inc(x_148); -x_150 = l_Lean_addMacroScope(x_148, x_149, x_121); -x_151 = l_Lean_Elab_Term_quoteAutoTactic___closed__21; -x_152 = l_Lean_Elab_Term_quoteAutoTactic___closed__29; -lean_inc(x_120); -x_153 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_153, 0, x_120); -lean_ctor_set(x_153, 1, x_151); -lean_ctor_set(x_153, 2, x_150); -lean_ctor_set(x_153, 3, x_152); -x_154 = l_Lean_Elab_Term_quoteAutoTactic___closed__34; -x_155 = l_Lean_addMacroScope(x_148, x_154, x_121); -x_156 = l_Lean_Elab_Term_quoteAutoTactic___closed__31; -x_157 = l_Lean_Elab_Term_quoteAutoTactic___closed__39; -lean_inc(x_120); -x_158 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_158, 0, x_120); -lean_ctor_set(x_158, 1, x_156); -lean_ctor_set(x_158, 2, x_155); -lean_ctor_set(x_158, 3, x_157); +x_141 = lean_ctor_get(x_138, 0); +lean_inc(x_141); +lean_dec(x_138); +x_142 = lean_environment_main_module(x_141); +x_143 = l_Lean_Elab_Term_quoteAutoTactic___closed__18; +lean_inc(x_118); +lean_inc(x_142); +x_144 = l_Lean_addMacroScope(x_142, x_143, x_118); +x_145 = l_Lean_Elab_Term_quoteAutoTactic___closed__15; +x_146 = l_Lean_Elab_Term_quoteAutoTactic___closed__23; +lean_inc(x_117); +x_147 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_147, 0, x_117); +lean_ctor_set(x_147, 1, x_145); +lean_ctor_set(x_147, 2, x_144); +lean_ctor_set(x_147, 3, x_146); +x_148 = l_Lean_Elab_Term_quoteAutoTactic___closed__28; +x_149 = l_Lean_addMacroScope(x_142, x_148, x_118); +x_150 = l_Lean_Elab_Term_quoteAutoTactic___closed__25; +x_151 = l_Lean_Elab_Term_quoteAutoTactic___closed__33; +lean_inc(x_117); +x_152 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_152, 0, x_117); +lean_ctor_set(x_152, 1, x_150); +lean_ctor_set(x_152, 2, x_149); +lean_ctor_set(x_152, 3, x_151); lean_inc(x_11); -x_159 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_127, x_11); -if (lean_obj_tag(x_159) == 0) +x_153 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_124, x_11); +if (lean_obj_tag(x_153) == 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; -x_160 = l_Lean_quoteNameMk(x_11); -x_161 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; -lean_inc(x_120); -x_162 = l_Lean_Syntax_node3(x_120, x_161, x_158, x_160, x_141); -x_163 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_164 = l_Lean_Syntax_node2(x_120, x_163, x_153, x_162); -if (lean_is_scalar(x_146)) { - x_165 = lean_alloc_ctor(0, 2, 0); +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_154 = l_Lean_quoteNameMk(x_11); +x_155 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +lean_inc(x_117); +x_156 = l_Lean_Syntax_node3(x_117, x_155, x_152, x_154, x_135); +x_157 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_158 = l_Lean_Syntax_node2(x_117, x_157, x_147, x_156); +if (lean_is_scalar(x_140)) { + x_159 = lean_alloc_ctor(0, 2, 0); } else { - x_165 = x_146; + x_159 = x_140; } -lean_ctor_set(x_165, 0, x_164); -lean_ctor_set(x_165, 1, x_145); -return x_165; +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_159, 1, x_139); +return x_159; } 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_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_dec(x_11); -x_166 = lean_ctor_get(x_159, 0); -lean_inc(x_166); -lean_dec(x_159); -x_167 = l_Lean_Elab_Term_quoteAutoTactic___closed__42; -x_168 = l_String_intercalate(x_167, x_166); -x_169 = l_Lean_Elab_Term_quoteAutoTactic___closed__43; -x_170 = lean_string_append(x_169, x_168); -lean_dec(x_168); -x_171 = lean_box(2); -x_172 = l_Lean_Syntax_mkNameLit(x_170, x_171); -x_173 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_174 = lean_array_push(x_173, x_172); -x_175 = l_Lean_Elab_Term_quoteAutoTactic___closed__41; -x_176 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_176, 0, x_171); -lean_ctor_set(x_176, 1, x_175); -lean_ctor_set(x_176, 2, x_174); -x_177 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; -lean_inc(x_120); -x_178 = l_Lean_Syntax_node3(x_120, x_177, x_158, x_176, x_141); -x_179 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_180 = l_Lean_Syntax_node2(x_120, x_179, x_153, x_178); -if (lean_is_scalar(x_146)) { - x_181 = lean_alloc_ctor(0, 2, 0); +x_160 = lean_ctor_get(x_153, 0); +lean_inc(x_160); +lean_dec(x_153); +x_161 = l_Lean_Elab_Term_quoteAutoTactic___closed__36; +x_162 = l_String_intercalate(x_161, x_160); +x_163 = l_Lean_Elab_Term_quoteAutoTactic___closed__37; +x_164 = lean_string_append(x_163, x_162); +lean_dec(x_162); +x_165 = lean_box(2); +x_166 = l_Lean_Syntax_mkNameLit(x_164, x_165); +x_167 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_168 = lean_array_push(x_167, x_166); +x_169 = l_Lean_Elab_Term_quoteAutoTactic___closed__35; +x_170 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_170, 0, x_165); +lean_ctor_set(x_170, 1, x_169); +lean_ctor_set(x_170, 2, x_168); +x_171 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +lean_inc(x_117); +x_172 = l_Lean_Syntax_node3(x_117, x_171, x_152, x_170, x_135); +x_173 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_174 = l_Lean_Syntax_node2(x_117, x_173, x_147, x_172); +if (lean_is_scalar(x_140)) { + x_175 = lean_alloc_ctor(0, 2, 0); } else { - x_181 = x_146; + x_175 = x_140; } -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_145); -return x_181; +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_139); +return x_175; } } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -lean_dec(x_121); -lean_dec(x_120); +lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; +lean_dec(x_118); +lean_dec(x_117); lean_dec(x_11); lean_dec(x_7); -x_182 = lean_ctor_get(x_140, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_140, 1); -lean_inc(x_183); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_184 = x_140; +x_176 = lean_ctor_get(x_134, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_134, 1); +lean_inc(x_177); +if (lean_is_exclusive(x_134)) { + lean_ctor_release(x_134, 0); + lean_ctor_release(x_134, 1); + x_178 = x_134; } else { - lean_dec_ref(x_140); - x_184 = lean_box(0); + lean_dec_ref(x_134); + x_178 = lean_box(0); } -if (lean_is_scalar(x_184)) { - x_185 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_178)) { + x_179 = lean_alloc_ctor(1, 2, 0); } else { - x_185 = x_184; + x_179 = x_178; } -lean_ctor_set(x_185, 0, x_182); -lean_ctor_set(x_185, 1, x_183); -return x_185; +lean_ctor_set(x_179, 0, x_176); +lean_ctor_set(x_179, 1, x_177); +return x_179; } } } else { -lean_object* x_186; lean_object* x_187; +lean_object* x_180; lean_object* x_181; lean_dec(x_12); lean_dec(x_11); -x_186 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__11; -x_187 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_1, x_186, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_187; +x_180 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__11; +x_181 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_1, x_180, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_181; } } case 2: { -lean_object* x_188; lean_object* x_189; uint8_t x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; uint8_t x_194; +lean_object* x_182; lean_object* x_183; uint8_t x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; uint8_t x_188; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_188 = lean_ctor_get(x_1, 1); -lean_inc(x_188); +x_182 = lean_ctor_get(x_1, 1); +lean_inc(x_182); lean_dec(x_1); -x_189 = lean_ctor_get(x_6, 5); -lean_inc(x_189); -x_190 = 0; -x_191 = l_Lean_SourceInfo_fromRef(x_189, x_190); -x_192 = lean_ctor_get(x_6, 10); -lean_inc(x_192); +x_183 = lean_ctor_get(x_6, 5); +lean_inc(x_183); +x_184 = 0; +x_185 = l_Lean_SourceInfo_fromRef(x_183, x_184); +x_186 = lean_ctor_get(x_6, 10); +lean_inc(x_186); lean_dec(x_6); -x_193 = lean_st_ref_get(x_7, x_8); +x_187 = lean_st_ref_get(x_7, x_8); lean_dec(x_7); -x_194 = !lean_is_exclusive(x_193); -if (x_194 == 0) +x_188 = !lean_is_exclusive(x_187); +if (x_188 == 0) { -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; -x_195 = lean_ctor_get(x_193, 0); -x_196 = lean_ctor_get(x_195, 0); -lean_inc(x_196); -lean_dec(x_195); -x_197 = lean_environment_main_module(x_196); -x_198 = l_Lean_Elab_Term_quoteAutoTactic___closed__47; -x_199 = l_Lean_addMacroScope(x_197, x_198, x_192); -x_200 = l_Lean_Elab_Term_quoteAutoTactic___closed__46; -x_201 = l_Lean_Elab_Term_quoteAutoTactic___closed__52; -lean_inc(x_191); -x_202 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_202, 0, x_191); -lean_ctor_set(x_202, 1, x_200); -lean_ctor_set(x_202, 2, x_199); -lean_ctor_set(x_202, 3, x_201); -x_203 = lean_box(2); -x_204 = l_Lean_Syntax_mkStrLit(x_188, x_203); -lean_dec(x_188); -x_205 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; -lean_inc(x_191); -x_206 = l_Lean_Syntax_node1(x_191, x_205, x_204); -x_207 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_208 = l_Lean_Syntax_node2(x_191, x_207, x_202, x_206); -lean_ctor_set(x_193, 0, x_208); -return x_193; -} -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; 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; -x_209 = lean_ctor_get(x_193, 0); -x_210 = lean_ctor_get(x_193, 1); -lean_inc(x_210); -lean_inc(x_209); -lean_dec(x_193); -x_211 = lean_ctor_get(x_209, 0); -lean_inc(x_211); -lean_dec(x_209); -x_212 = lean_environment_main_module(x_211); -x_213 = l_Lean_Elab_Term_quoteAutoTactic___closed__47; -x_214 = l_Lean_addMacroScope(x_212, x_213, x_192); -x_215 = l_Lean_Elab_Term_quoteAutoTactic___closed__46; -x_216 = l_Lean_Elab_Term_quoteAutoTactic___closed__52; -lean_inc(x_191); -x_217 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_217, 0, x_191); -lean_ctor_set(x_217, 1, x_215); -lean_ctor_set(x_217, 2, x_214); -lean_ctor_set(x_217, 3, x_216); -x_218 = lean_box(2); -x_219 = l_Lean_Syntax_mkStrLit(x_188, x_218); -lean_dec(x_188); -x_220 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; -lean_inc(x_191); -x_221 = l_Lean_Syntax_node1(x_191, x_220, x_219); -x_222 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; -x_223 = l_Lean_Syntax_node2(x_191, x_222, x_217, x_221); -x_224 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_224, 0, x_223); -lean_ctor_set(x_224, 1, x_210); -return x_224; -} +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; +x_189 = lean_ctor_get(x_187, 0); +x_190 = lean_ctor_get(x_189, 0); +lean_inc(x_190); +lean_dec(x_189); +x_191 = lean_environment_main_module(x_190); +x_192 = l_Lean_Elab_Term_quoteAutoTactic___closed__41; +x_193 = l_Lean_addMacroScope(x_191, x_192, x_186); +x_194 = l_Lean_Elab_Term_quoteAutoTactic___closed__40; +x_195 = l_Lean_Elab_Term_quoteAutoTactic___closed__46; +lean_inc(x_185); +x_196 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_196, 0, x_185); +lean_ctor_set(x_196, 1, x_194); +lean_ctor_set(x_196, 2, x_193); +lean_ctor_set(x_196, 3, x_195); +x_197 = lean_box(2); +x_198 = l_Lean_Syntax_mkStrLit(x_182, x_197); +lean_dec(x_182); +x_199 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +lean_inc(x_185); +x_200 = l_Lean_Syntax_node1(x_185, x_199, x_198); +x_201 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_202 = l_Lean_Syntax_node2(x_185, x_201, x_196, x_200); +lean_ctor_set(x_187, 0, x_202); +return x_187; } -default: +else { -lean_object* x_225; lean_object* x_226; -x_225 = l_Lean_Elab_Term_quoteAutoTactic___closed__54; -x_226 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_1, x_225, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_226; +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; +x_203 = lean_ctor_get(x_187, 0); +x_204 = lean_ctor_get(x_187, 1); +lean_inc(x_204); +lean_inc(x_203); +lean_dec(x_187); +x_205 = lean_ctor_get(x_203, 0); +lean_inc(x_205); +lean_dec(x_203); +x_206 = lean_environment_main_module(x_205); +x_207 = l_Lean_Elab_Term_quoteAutoTactic___closed__41; +x_208 = l_Lean_addMacroScope(x_206, x_207, x_186); +x_209 = l_Lean_Elab_Term_quoteAutoTactic___closed__40; +x_210 = l_Lean_Elab_Term_quoteAutoTactic___closed__46; +lean_inc(x_185); +x_211 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_211, 0, x_185); +lean_ctor_set(x_211, 1, x_209); +lean_ctor_set(x_211, 2, x_208); +lean_ctor_set(x_211, 3, x_210); +x_212 = lean_box(2); +x_213 = l_Lean_Syntax_mkStrLit(x_182, x_212); +lean_dec(x_182); +x_214 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__9; +lean_inc(x_185); +x_215 = l_Lean_Syntax_node1(x_185, x_214, x_213); +x_216 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___closed__2; +x_217 = l_Lean_Syntax_node2(x_185, x_216, x_211, x_215); +x_218 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_218, 0, x_217); +lean_ctor_set(x_218, 1, x_204); +return x_218; } } +default: +{ +lean_object* x_219; lean_object* x_220; +x_219 = l_Lean_Elab_Term_quoteAutoTactic___closed__48; +x_220 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_1, x_219, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_220; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15) { _start: { -size_t x_19; size_t x_20; lean_object* x_21; -x_19 = lean_unbox_usize(x_9); -lean_dec(x_9); -x_20 = lean_unbox_usize(x_10); -lean_dec(x_10); -x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_19, x_20, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -lean_dec(x_8); +size_t x_16; size_t x_17; lean_object* x_18; +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_quoteAutoTactic___spec__1(x_1, x_2, x_3, x_4, x_5, x_16, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_21; +return x_18; } } LEAN_EXPORT lean_object* l_Lean_Elab_Term_declareTacticSyntax___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) { @@ -2808,7 +2692,7 @@ static lean_object* _init_l_Lean_Elab_Term_declareTacticSyntax___lambda__2___clo { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__1; -x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__22; +x_2 = l_Lean_Elab_Term_quoteAutoTactic___closed__16; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -3463,35 +3347,35 @@ static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binder _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("ident", 5); +x_1 = lean_mk_string_from_bytes("identifier or `_` expected", 26); return x_1; } } static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("identifier or `_` expected", 26); +x_1 = lean_mk_string_from_bytes("ident", 5); return x_1; } } static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__3; -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_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___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, lean_object* x_9, lean_object* x_10) { @@ -3515,70 +3399,72 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_29; uint8_t x_30; x_13 = lean_array_uget(x_3, x_2); x_14 = lean_unsigned_to_nat(0u); x_15 = lean_array_uset(x_3, x_2, x_14); lean_inc(x_13); x_16 = l_Lean_Syntax_getKind(x_13); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__2; -x_18 = lean_name_eq(x_16, x_17); -if (x_18 == 0) +x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4; +x_30 = lean_name_eq(x_16, x_29); +if (x_30 == 0) { -lean_object* x_19; uint8_t x_20; -x_19 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__5; -x_20 = lean_name_eq(x_16, x_19); +lean_object* x_31; uint8_t x_32; +x_31 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__5; +x_32 = lean_name_eq(x_16, x_31); lean_dec(x_16); -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; uint8_t x_23; -lean_dec(x_15); -x_21 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4; -x_22 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_13, x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_23 = !lean_is_exclusive(x_22); -if (x_23 == 0) -{ -return x_22; +x_17 = x_32; +goto block_28; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_22, 0); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_22); -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; +uint8_t x_33; +lean_dec(x_16); +x_33 = 1; +x_17 = x_33; +goto block_28; } +block_28: +{ +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_dec(x_15); +x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__2; +x_19 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_13, x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) +{ +return x_19; } else { -size_t x_27; size_t x_28; lean_object* x_29; -x_27 = 1; -x_28 = lean_usize_add(x_2, x_27); -x_29 = lean_array_uset(x_15, x_2, x_13); -x_2 = x_28; -x_3 = x_29; -goto _start; +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_19, 0); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_19); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } else { -size_t x_31; size_t x_32; lean_object* x_33; -lean_dec(x_16); -x_31 = 1; -x_32 = lean_usize_add(x_2, x_31); -x_33 = lean_array_uset(x_15, x_2, x_13); -x_2 = x_32; -x_3 = x_33; +size_t x_24; size_t x_25; lean_object* x_26; +x_24 = 1; +x_25 = lean_usize_add(x_2, x_24); +x_26 = lean_array_uset(x_15, x_2, x_13); +x_2 = x_25; +x_3 = x_26; goto _start; } } } } +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(lean_object* x_1, lean_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: { @@ -4016,39 +3902,51 @@ return x_5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews(lean_object* x_1, lean_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; uint8_t x_10; +lean_object* x_9; uint8_t x_10; uint8_t x_114; lean_inc(x_1); x_9 = l_Lean_Syntax_getKind(x_1); -x_10 = l_Lean_Syntax_isIdent(x_1); +x_114 = l_Lean_Syntax_isIdent(x_1); +if (x_114 == 0) +{ +lean_object* x_115; uint8_t x_116; +x_115 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__5; +x_116 = lean_name_eq(x_9, x_115); +x_10 = x_116; +goto block_113; +} +else +{ +uint8_t x_117; +x_117 = 1; +x_10 = x_117; +goto block_113; +} +block_113: +{ if (x_10 == 0) { lean_object* x_11; uint8_t x_12; -x_11 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___closed__5; +x_11 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__2; x_12 = lean_name_eq(x_9, x_11); if (x_12 == 0) { lean_object* x_13; uint8_t x_14; -x_13 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__2; +x_13 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__4; x_14 = lean_name_eq(x_9, x_13); if (x_14 == 0) { lean_object* x_15; uint8_t x_16; -x_15 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__4; +x_15 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__6; x_16 = lean_name_eq(x_9, x_15); if (x_16 == 0) { lean_object* x_17; uint8_t x_18; -x_17 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__6; +x_17 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__8; x_18 = lean_name_eq(x_9, x_17); -if (x_18 == 0) -{ -lean_object* x_19; uint8_t x_20; -x_19 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___closed__8; -x_20 = lean_name_eq(x_9, x_19); lean_dec(x_9); -if (x_20 == 0) +if (x_18 == 0) { -lean_object* x_21; +lean_object* x_19; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -4056,132 +3954,132 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_21 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__1___rarg(x_8); -return x_21; +x_19 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__1___rarg(x_8); +return x_19; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_unsigned_to_nat(1u); -x_23 = l_Lean_Syntax_getArg(x_1, x_22); -x_24 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandOptIdent(x_23, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_unsigned_to_nat(1u); +x_21 = l_Lean_Syntax_getArg(x_1, x_20); +x_22 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandOptIdent(x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -if (lean_obj_tag(x_24) == 0) +if (lean_obj_tag(x_22) == 0) { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -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; -x_26 = lean_ctor_get(x_24, 0); -x_27 = lean_unsigned_to_nat(2u); -x_28 = l_Lean_Syntax_getArg(x_1, x_27); +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_unsigned_to_nat(2u); +x_26 = l_Lean_Syntax_getArg(x_1, x_25); lean_dec(x_1); -x_29 = 3; -lean_inc(x_26); -x_30 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_30, 0, x_26); -lean_ctor_set(x_30, 1, x_26); -lean_ctor_set(x_30, 2, x_28); -lean_ctor_set_uint8(x_30, sizeof(void*)*3, x_29); -x_31 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_32 = lean_array_push(x_31, x_30); -lean_ctor_set(x_24, 0, x_32); -return x_24; +x_27 = 3; +lean_inc(x_24); +x_28 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_28, 0, x_24); +lean_ctor_set(x_28, 1, x_24); +lean_ctor_set(x_28, 2, x_26); +lean_ctor_set_uint8(x_28, sizeof(void*)*3, x_27); +x_29 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_30 = lean_array_push(x_29, x_28); +lean_ctor_set(x_22, 0, x_30); +return x_22; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_33 = lean_ctor_get(x_24, 0); -x_34 = lean_ctor_get(x_24, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_24); -x_35 = lean_unsigned_to_nat(2u); -x_36 = l_Lean_Syntax_getArg(x_1, x_35); +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_31 = lean_ctor_get(x_22, 0); +x_32 = lean_ctor_get(x_22, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_22); +x_33 = lean_unsigned_to_nat(2u); +x_34 = l_Lean_Syntax_getArg(x_1, x_33); lean_dec(x_1); -x_37 = 3; -lean_inc(x_33); -x_38 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_38, 0, x_33); -lean_ctor_set(x_38, 1, x_33); -lean_ctor_set(x_38, 2, x_36); -lean_ctor_set_uint8(x_38, sizeof(void*)*3, x_37); -x_39 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_40 = lean_array_push(x_39, 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_34); -return x_41; +x_35 = 3; +lean_inc(x_31); +x_36 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_36, 0, x_31); +lean_ctor_set(x_36, 1, x_31); +lean_ctor_set(x_36, 2, x_34); +lean_ctor_set_uint8(x_36, sizeof(void*)*3, x_35); +x_37 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_38 = lean_array_push(x_37, x_36); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_32); +return x_39; } } else { -uint8_t x_42; +uint8_t x_40; lean_dec(x_1); -x_42 = !lean_is_exclusive(x_24); -if (x_42 == 0) +x_40 = !lean_is_exclusive(x_22); +if (x_40 == 0) { -return x_24; +return x_22; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_24, 0); -x_44 = lean_ctor_get(x_24, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_24); -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; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_22, 0); +x_42 = lean_ctor_get(x_22, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_22); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_dec(x_9); -x_46 = lean_unsigned_to_nat(1u); -x_47 = l_Lean_Syntax_getArg(x_1, x_46); +x_44 = lean_unsigned_to_nat(1u); +x_45 = l_Lean_Syntax_getArg(x_1, x_44); 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_48 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(x_47, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_48) == 0) +x_46 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; size_t x_54; size_t x_55; lean_object* x_56; -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_unsigned_to_nat(2u); -x_52 = l_Lean_Syntax_getArg(x_1, x_51); +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; lean_object* x_54; +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 = lean_unsigned_to_nat(2u); +x_50 = l_Lean_Syntax_getArg(x_1, x_49); lean_dec(x_1); -x_53 = lean_array_get_size(x_49); -x_54 = lean_usize_of_nat(x_53); -lean_dec(x_53); -x_55 = 0; -x_56 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__2(x_52, x_54, x_55, x_49, x_2, x_3, x_4, x_5, x_6, x_7, x_50); +x_51 = lean_array_get_size(x_47); +x_52 = lean_usize_of_nat(x_51); +lean_dec(x_51); +x_53 = 0; +x_54 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__2(x_50, x_52, x_53, x_47, x_2, x_3, x_4, x_5, x_6, x_7, x_48); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_52); -return x_56; +lean_dec(x_50); +return x_54; } else { -uint8_t x_57; +uint8_t x_55; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -4189,66 +4087,66 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_57 = !lean_is_exclusive(x_48); -if (x_57 == 0) +x_55 = !lean_is_exclusive(x_46); +if (x_55 == 0) { -return x_48; +return x_46; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_48, 0); -x_59 = lean_ctor_get(x_48, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_48); -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; +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_46, 0); +x_57 = lean_ctor_get(x_46, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_46); +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; } } } } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_dec(x_9); -x_61 = lean_unsigned_to_nat(1u); -x_62 = l_Lean_Syntax_getArg(x_1, x_61); +x_59 = lean_unsigned_to_nat(1u); +x_60 = l_Lean_Syntax_getArg(x_1, x_59); 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_63 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(x_62, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_63) == 0) +x_61 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(x_60, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; lean_object* x_71; -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_unsigned_to_nat(2u); -x_67 = l_Lean_Syntax_getArg(x_1, x_66); +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; size_t x_67; size_t x_68; lean_object* x_69; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = lean_unsigned_to_nat(2u); +x_65 = l_Lean_Syntax_getArg(x_1, x_64); lean_dec(x_1); -x_68 = lean_array_get_size(x_64); -x_69 = lean_usize_of_nat(x_68); -lean_dec(x_68); -x_70 = 0; -x_71 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__3(x_67, x_69, x_70, x_64, x_2, x_3, x_4, x_5, x_6, x_7, x_65); +x_66 = lean_array_get_size(x_62); +x_67 = lean_usize_of_nat(x_66); +lean_dec(x_66); +x_68 = 0; +x_69 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__3(x_65, x_67, x_68, x_62, x_2, x_3, x_4, x_5, x_6, x_7, x_63); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_67); -return x_71; +lean_dec(x_65); +return x_69; } else { -uint8_t x_72; +uint8_t x_70; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -4256,253 +4154,172 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_72 = !lean_is_exclusive(x_63); -if (x_72 == 0) +x_70 = !lean_is_exclusive(x_61); +if (x_70 == 0) { -return x_63; +return x_61; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_63, 0); -x_74 = lean_ctor_get(x_63, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_63); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_61, 0); +x_72 = lean_ctor_get(x_61, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_61); +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; } } } } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_dec(x_9); -x_76 = lean_unsigned_to_nat(1u); -x_77 = l_Lean_Syntax_getArg(x_1, x_76); +x_74 = lean_unsigned_to_nat(1u); +x_75 = l_Lean_Syntax_getArg(x_1, x_74); 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_78 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(x_77, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_78) == 0) -{ -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; size_t x_86; size_t x_87; lean_object* x_88; -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_unsigned_to_nat(2u); -x_82 = l_Lean_Syntax_getArg(x_1, x_81); -x_83 = lean_unsigned_to_nat(3u); -x_84 = l_Lean_Syntax_getArg(x_1, x_83); -lean_dec(x_1); -x_85 = lean_array_get_size(x_79); -x_86 = lean_usize_of_nat(x_85); -lean_dec(x_85); -x_87 = 0; -x_88 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__4(x_82, x_84, x_86, x_87, x_79, x_2, x_3, x_4, x_5, x_6, x_7, x_80); -lean_dec(x_84); -lean_dec(x_82); -return x_88; -} -else -{ -uint8_t x_89; -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_89 = !lean_is_exclusive(x_78); -if (x_89 == 0) -{ -return x_78; -} -else -{ -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_78, 0); -x_91 = lean_ctor_get(x_78, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_78); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -return x_92; -} -} -} -} -else -{ -lean_object* x_93; -lean_dec(x_9); -lean_inc(x_1); -x_93 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -if (lean_obj_tag(x_93) == 0) -{ -uint8_t x_94; -x_94 = !lean_is_exclusive(x_93); -if (x_94 == 0) -{ -lean_object* x_95; uint8_t x_96; lean_object* x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_95 = lean_ctor_get(x_93, 0); -x_96 = 0; -lean_inc(x_1); -x_97 = l_Lean_mkHole(x_1, x_96); -x_98 = 0; -x_99 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_99, 0, x_1); -lean_ctor_set(x_99, 1, x_95); -lean_ctor_set(x_99, 2, x_97); -lean_ctor_set_uint8(x_99, sizeof(void*)*3, x_98); -x_100 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_101 = lean_array_push(x_100, x_99); -lean_ctor_set(x_93, 0, x_101); -return x_93; -} -else -{ -lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_102 = lean_ctor_get(x_93, 0); -x_103 = lean_ctor_get(x_93, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_93); -x_104 = 0; -lean_inc(x_1); -x_105 = l_Lean_mkHole(x_1, x_104); -x_106 = 0; -x_107 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_107, 0, x_1); -lean_ctor_set(x_107, 1, x_102); -lean_ctor_set(x_107, 2, x_105); -lean_ctor_set_uint8(x_107, sizeof(void*)*3, x_106); -x_108 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_109 = lean_array_push(x_108, x_107); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_103); -return x_110; -} +lean_inc(x_2); +x_76 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds(x_75, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_76) == 0) +{ +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; size_t x_84; size_t x_85; lean_object* x_86; +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 = lean_unsigned_to_nat(2u); +x_80 = l_Lean_Syntax_getArg(x_1, x_79); +x_81 = lean_unsigned_to_nat(3u); +x_82 = l_Lean_Syntax_getArg(x_1, x_81); +lean_dec(x_1); +x_83 = lean_array_get_size(x_77); +x_84 = lean_usize_of_nat(x_83); +lean_dec(x_83); +x_85 = 0; +x_86 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_toBinderViews___spec__4(x_80, x_82, x_84, x_85, x_77, x_2, x_3, x_4, x_5, x_6, x_7, x_78); +lean_dec(x_82); +lean_dec(x_80); +return x_86; } else { -uint8_t x_111; +uint8_t x_87; +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_111 = !lean_is_exclusive(x_93); -if (x_111 == 0) +x_87 = !lean_is_exclusive(x_76); +if (x_87 == 0) { -return x_93; +return x_76; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_112 = lean_ctor_get(x_93, 0); -x_113 = lean_ctor_get(x_93, 1); -lean_inc(x_113); -lean_inc(x_112); -lean_dec(x_93); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -return x_114; +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_76, 0); +x_89 = lean_ctor_get(x_76, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_76); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } } } else { -lean_object* x_115; +lean_object* x_91; lean_dec(x_9); lean_inc(x_1); -x_115 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_91 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -if (lean_obj_tag(x_115) == 0) +if (lean_obj_tag(x_91) == 0) { -uint8_t x_116; -x_116 = !lean_is_exclusive(x_115); -if (x_116 == 0) +uint8_t x_92; +x_92 = !lean_is_exclusive(x_91); +if (x_92 == 0) { -lean_object* x_117; uint8_t x_118; lean_object* x_119; uint8_t x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_117 = lean_ctor_get(x_115, 0); -x_118 = 0; +lean_object* x_93; uint8_t x_94; lean_object* x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_93 = lean_ctor_get(x_91, 0); +x_94 = 0; lean_inc(x_1); -x_119 = l_Lean_mkHole(x_1, x_118); -x_120 = 0; -x_121 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_121, 0, x_1); -lean_ctor_set(x_121, 1, x_117); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set_uint8(x_121, sizeof(void*)*3, x_120); -x_122 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_123 = lean_array_push(x_122, x_121); -lean_ctor_set(x_115, 0, x_123); -return x_115; -} -else -{ -lean_object* x_124; lean_object* x_125; uint8_t x_126; lean_object* x_127; uint8_t x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_124 = lean_ctor_get(x_115, 0); -x_125 = lean_ctor_get(x_115, 1); -lean_inc(x_125); -lean_inc(x_124); -lean_dec(x_115); -x_126 = 0; +x_95 = l_Lean_mkHole(x_1, x_94); +x_96 = 0; +x_97 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_97, 0, x_1); +lean_ctor_set(x_97, 1, x_93); +lean_ctor_set(x_97, 2, x_95); +lean_ctor_set_uint8(x_97, sizeof(void*)*3, x_96); +x_98 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_99 = lean_array_push(x_98, x_97); +lean_ctor_set(x_91, 0, x_99); +return x_91; +} +else +{ +lean_object* x_100; lean_object* x_101; uint8_t x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_100 = lean_ctor_get(x_91, 0); +x_101 = lean_ctor_get(x_91, 1); +lean_inc(x_101); +lean_inc(x_100); +lean_dec(x_91); +x_102 = 0; lean_inc(x_1); -x_127 = l_Lean_mkHole(x_1, x_126); -x_128 = 0; -x_129 = lean_alloc_ctor(0, 3, 1); -lean_ctor_set(x_129, 0, x_1); -lean_ctor_set(x_129, 1, x_124); -lean_ctor_set(x_129, 2, x_127); -lean_ctor_set_uint8(x_129, sizeof(void*)*3, x_128); -x_130 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; -x_131 = lean_array_push(x_130, x_129); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_125); -return x_132; +x_103 = l_Lean_mkHole(x_1, x_102); +x_104 = 0; +x_105 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_105, 0, x_1); +lean_ctor_set(x_105, 1, x_100); +lean_ctor_set(x_105, 2, x_103); +lean_ctor_set_uint8(x_105, sizeof(void*)*3, x_104); +x_106 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; +x_107 = lean_array_push(x_106, x_105); +x_108 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_108, 1, x_101); +return x_108; } } else { -uint8_t x_133; +uint8_t x_109; lean_dec(x_1); -x_133 = !lean_is_exclusive(x_115); -if (x_133 == 0) +x_109 = !lean_is_exclusive(x_91); +if (x_109 == 0) { -return x_115; +return x_91; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_115, 0); -x_135 = lean_ctor_get(x_115, 1); -lean_inc(x_135); -lean_inc(x_134); -lean_dec(x_115); -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; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_91, 0); +x_111 = lean_ctor_get(x_91, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_91); +x_112 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +return x_112; +} } } } @@ -4935,7 +4752,7 @@ x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); if (lean_obj_tag(x_10) == 7) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; uint8_t x_17; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_16; lean_object* x_30; uint8_t x_31; x_11 = lean_ctor_get(x_9, 1); lean_inc(x_11); lean_dec(x_9); @@ -4947,58 +4764,75 @@ x_14 = lean_ctor_get(x_10, 2); lean_inc(x_14); x_15 = lean_ctor_get_uint8(x_10, sizeof(void*)*3 + 8); lean_dec(x_10); -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_expr_has_loose_bvar(x_14, x_16); -if (x_17 == 0) +x_30 = lean_unsigned_to_nat(0u); +x_31 = lean_expr_has_loose_bvar(x_14, x_30); +if (x_31 == 0) +{ +uint8_t x_32; +x_32 = 1; +x_16 = x_32; +goto block_29; +} +else +{ +uint8_t x_33; +x_33 = 0; +x_16 = x_33; +goto block_29; +} +block_29: +{ +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_box(0); +x_18 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___lambda__2(x_14, x_12, x_15, x_13, x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +return x_18; +} +else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +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; lean_dec(x_14); lean_dec(x_12); -x_18 = l_Lean_indentExpr(x_13); -x_19 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___closed__2; -x_20 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_18); -x_21 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___closed__4; -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_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_22, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +x_19 = l_Lean_indentExpr(x_13); +x_20 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___closed__2; +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +x_22 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___closed__4; +x_23 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_23, x_2, x_3, x_4, x_5, x_6, x_7, x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -return x_23; +return x_24; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_23); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_dec(x_24); +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_28; lean_object* x_29; -x_28 = lean_box(0); -x_29 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_checkLocalInstanceParameters___lambda__2(x_14, x_12, x_15, x_13, x_28, x_2, x_3, x_4, x_5, x_6, x_7, x_11); -return x_29; } } else { -uint8_t x_30; +uint8_t x_34; lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); @@ -5006,56 +4840,56 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_30 = !lean_is_exclusive(x_9); -if (x_30 == 0) +x_34 = !lean_is_exclusive(x_9); +if (x_34 == 0) { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_9, 0); -lean_dec(x_31); -x_32 = lean_box(0); -lean_ctor_set(x_9, 0, x_32); +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_9, 0); +lean_dec(x_35); +x_36 = lean_box(0); +lean_ctor_set(x_9, 0, x_36); return x_9; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_9, 1); -lean_inc(x_33); +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_9, 1); +lean_inc(x_37); lean_dec(x_9); -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; +x_38 = lean_box(0); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_37); +return x_39; } } } else { -uint8_t x_36; +uint8_t x_40; 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_36 = !lean_is_exclusive(x_9); -if (x_36 == 0) +x_40 = !lean_is_exclusive(x_9); +if (x_40 == 0) { return x_9; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_9, 0); -x_38 = lean_ctor_get(x_9, 1); -lean_inc(x_38); -lean_inc(x_37); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_9, 0); +x_42 = lean_ctor_get(x_9, 1); +lean_inc(x_42); +lean_inc(x_41); lean_dec(x_9); -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; +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } @@ -5313,28 +5147,20 @@ static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBi _start: { lean_object* x_1; -x_1 = l_Lean_Elab_Term_checkBinderAnnotations; -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__2() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("invalid binder annotation, type is not a class instance", 55); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__3() { +static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__2; +x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__4() { +static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__3() { _start: { lean_object* x_1; @@ -5342,15 +5168,23 @@ x_1 = lean_mk_string_from_bytes("\nuse the command `set_option checkBinderAnnota return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__5() { +static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__4; +x_1 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } +static lean_object* _init_l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_Term_checkBinderAnnotations; +return x_1; +} +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___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: { @@ -5396,7 +5230,7 @@ lean_inc(x_18); x_19 = l_Lean_Elab_Term_elabType(x_18, x_5, x_6, x_7, x_8, x_9, x_10, 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; lean_object* x_25; uint8_t x_26; uint8_t x_27; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; uint8_t x_49; uint8_t x_50; x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); @@ -5422,36 +5256,39 @@ lean_closure_set(x_25, 2, x_4); lean_closure_set(x_25, 3, x_1); lean_closure_set(x_25, 4, x_2); lean_closure_set(x_25, 5, x_20); -x_26 = lean_ctor_get_uint8(x_15, sizeof(void*)*3); -x_27 = l_Lean_BinderInfo_isInstImplicit(x_26); -if (x_27 == 0) +x_49 = lean_ctor_get_uint8(x_15, sizeof(void*)*3); +x_50 = l_Lean_BinderInfo_isInstImplicit(x_49); +if (x_50 == 0) { -lean_object* x_28; lean_object* x_29; -lean_dec(x_25); +uint8_t x_51; lean_dec(x_24); -lean_dec(x_18); -x_28 = lean_box(0); -x_29 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___lambda__2(x_15, x_3, x_4, x_1, x_2, x_20, x_28, x_5, x_6, x_7, x_8, x_9, x_10, x_23); -return x_29; +x_51 = 0; +x_26 = x_51; +goto block_48; } else { -lean_object* x_30; uint8_t x_31; -x_30 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__1; -x_31 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_24, x_30); +lean_object* x_52; uint8_t x_53; +x_52 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__5; +x_53 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_24, x_52); lean_dec(x_24); -if (x_31 == 0) +x_26 = x_53; +goto block_48; +} +block_48: +{ +if (x_26 == 0) { -lean_object* x_32; lean_object* x_33; +lean_object* x_27; lean_object* x_28; lean_dec(x_25); lean_dec(x_18); -x_32 = lean_box(0); -x_33 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___lambda__2(x_15, x_3, x_4, x_1, x_2, x_20, x_32, x_5, x_6, x_7, x_8, x_9, x_10, x_23); -return x_33; +x_27 = lean_box(0); +x_28 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___lambda__2(x_15, x_3, x_4, x_1, x_2, x_20, x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +return x_28; } else { -lean_object* x_34; lean_object* x_35; +lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_dec(x_15); lean_dec(x_4); lean_dec(x_3); @@ -5462,68 +5299,82 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_20); -x_34 = l_Lean_Meta_isClass_x3f(x_20, x_7, x_8, x_9, x_10, x_23); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -if (lean_obj_tag(x_35) == 0) +x_29 = l_Lean_Meta_isClass_x3f(x_20, x_7, x_8, x_9, x_10, x_23); +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); +if (lean_obj_tag(x_30) == 0) +{ +uint8_t x_46; +x_46 = 0; +x_32 = x_46; +goto block_45; +} +else +{ +uint8_t x_47; +lean_dec(x_30); +x_47 = 1; +x_32 = x_47; +goto block_45; +} +block_45: +{ +if (x_32 == 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; lean_object* x_42; uint8_t x_43; +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; lean_dec(x_25); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = l_Lean_indentExpr(x_20); -x_38 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__3; -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___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__5; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_throwErrorAt___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___spec__1(x_18, x_41, x_5, x_6, x_7, x_8, x_9, x_10, x_36); +x_33 = l_Lean_indentExpr(x_20); +x_34 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__2; +x_35 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_33); +x_36 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___closed__4; +x_37 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +x_38 = l_Lean_throwErrorAt___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___spec__1(x_18, x_37, x_5, x_6, x_7, x_8, x_9, x_10, x_31); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_18); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) { -return x_42; +return x_38; } else { -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_45); -lean_inc(x_44); -lean_dec(x_42); -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_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_38, 0); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_38); +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 { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -lean_dec(x_35); -x_47 = lean_ctor_get(x_34, 1); -lean_inc(x_47); -lean_dec(x_34); -x_48 = lean_box(0); -x_49 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___lambda__3(x_18, x_20, x_25, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_47); +lean_object* x_43; lean_object* x_44; +x_43 = lean_box(0); +x_44 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___rarg___lambda__3(x_18, x_20, x_25, x_43, x_5, x_6, x_7, x_8, x_9, x_10, x_31); lean_dec(x_18); -return x_49; +return x_44; +} } } } } else { -uint8_t x_50; +uint8_t x_54; lean_dec(x_18); lean_dec(x_15); lean_dec(x_10); @@ -5536,29 +5387,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_50 = !lean_is_exclusive(x_19); -if (x_50 == 0) +x_54 = !lean_is_exclusive(x_19); +if (x_54 == 0) { return x_19; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_19, 0); -x_52 = lean_ctor_get(x_19, 1); -lean_inc(x_52); -lean_inc(x_51); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_19, 0); +x_56 = lean_ctor_get(x_19, 1); +lean_inc(x_56); +lean_inc(x_55); lean_dec(x_19); -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; +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } else { -uint8_t x_54; +uint8_t x_58; lean_dec(x_15); lean_dec(x_10); lean_dec(x_9); @@ -5570,23 +5421,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_54 = !lean_is_exclusive(x_16); -if (x_54 == 0) +x_58 = !lean_is_exclusive(x_16); +if (x_58 == 0) { return x_16; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_16, 0); -x_56 = lean_ctor_get(x_16, 1); -lean_inc(x_56); -lean_inc(x_55); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_16, 0); +x_60 = lean_ctor_get(x_16, 1); +lean_inc(x_60); +lean_inc(x_59); lean_dec(x_16); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; +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; } } } @@ -5902,7 +5753,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabBinder___rarg(lean_object* x_1, le _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; +x_10 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; x_11 = lean_array_push(x_10, x_1); x_12 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabBinder___rarg___lambda__1___boxed), 9, 1); lean_closure_set(x_12, 0, x_2); @@ -6256,7 +6107,7 @@ x_25 = lean_array_get_size(x_24); x_26 = lean_usize_of_nat(x_25); lean_dec(x_25); x_27 = 0; -x_28 = l_Lean_Elab_Term_quoteAutoTactic___closed__11; +x_28 = l_Lean_Elab_Term_quoteAutoTactic___closed__5; lean_inc(x_2); x_29 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandForall___spec__1(x_28, x_21, x_26, x_27, x_24, x_2, x_3); if (lean_obj_tag(x_29) == 0) @@ -7323,7 +7174,7 @@ x_10 = lean_unsigned_to_nat(0u); x_11 = l_Lean_Syntax_getArg(x_1, x_10); x_12 = lean_unsigned_to_nat(2u); x_13 = l_Lean_Syntax_getArg(x_1, x_12); -x_14 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; +x_14 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; x_15 = lean_array_push(x_14, x_11); x_16 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabForall___lambda__1), 9, 1); lean_closure_set(x_16, 0, x_13); @@ -7606,7 +7457,7 @@ x_12 = l_Lean_Syntax_isOfKind(x_11, x_1); if (x_12 == 0) { lean_object* x_13; uint8_t x_14; -x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__2; +x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4; lean_inc(x_11); x_14 = l_Lean_Syntax_isOfKind(x_11, x_13); if (x_14 == 0) @@ -7660,7 +7511,7 @@ x_7 = l_Lean_Syntax_isOfKind(x_1, x_6); if (x_7 == 0) { lean_object* x_8; uint8_t x_9; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__2; +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4; lean_inc(x_1); x_9 = l_Lean_Syntax_isOfKind(x_1, x_8); if (x_9 == 0) @@ -7715,7 +7566,7 @@ x_26 = l_Lean_Syntax_isOfKind(x_21, x_25); if (x_26 == 0) { lean_object* x_27; uint8_t x_28; -x_27 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__2; +x_27 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__4; lean_inc(x_21); x_28 = l_Lean_Syntax_isOfKind(x_21, x_27); if (x_28 == 0) @@ -8426,7 +8277,7 @@ lean_object* x_17; lean_object* x_18; uint8_t x_19; x_17 = lean_ctor_get(x_15, 1); lean_inc(x_17); lean_dec(x_15); -x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__1; +x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_getBinderIds___spec__1___closed__3; x_19 = lean_string_dec_eq(x_17, x_18); lean_dec(x_17); if (x_19 == 0) @@ -18274,7 +18125,7 @@ x_88 = lean_array_get_size(x_87); x_89 = lean_usize_of_nat(x_88); lean_dec(x_88); x_90 = 0; -x_91 = l_Lean_Elab_Term_quoteAutoTactic___closed__11; +x_91 = l_Lean_Elab_Term_quoteAutoTactic___closed__5; lean_inc(x_2); x_92 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandFun___spec__1(x_91, x_84, x_89, x_90, x_87, x_2, x_3); if (lean_obj_tag(x_92) == 0) @@ -22000,7 +21851,7 @@ lean_closure_set(x_17, 0, x_15); lean_closure_set(x_17, 1, x_2); lean_closure_set(x_17, 2, x_3); lean_closure_set(x_17, 3, x_4); -x_18 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_5, x_16, x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_18 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_5, x_16, x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13); if (lean_obj_tag(x_18) == 0) { uint8_t x_19; @@ -22094,7 +21945,7 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); lean_dec(x_19); -x_22 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; +x_22 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; x_23 = lean_array_push(x_22, x_4); x_24 = 0; x_25 = 1; @@ -22211,7 +22062,7 @@ lean_inc(x_21); x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); lean_dec(x_20); -x_23 = l_Lean_Elab_Term_quoteAutoTactic___closed__44; +x_23 = l_Lean_Elab_Term_quoteAutoTactic___closed__38; x_24 = lean_array_push(x_23, x_5); x_25 = 0; x_26 = 1; @@ -24196,7 +24047,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_Binders___hyg_12209____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -24206,7 +24057,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_Binders___hyg_12209____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -24216,27 +24067,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_Binders___hyg_12209____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__2; x_2 = l_Lean_Elab_Term_declareTacticSyntax___lambda__2___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_Binders___hyg_12209____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__3; x_2 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___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_Binders___hyg_12209____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__5() { _start: { lean_object* x_1; @@ -24244,17 +24095,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__5; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__7() { _start: { lean_object* x_1; @@ -24262,37 +24113,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__6; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__7; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__6; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__8; x_2 = l___private_Lean_Elab_Binders_0__Lean_Elab_Term_expandBinderIdent___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_Binders___hyg_12209____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__9; x_2 = l_Lean_Elab_Term_declareTacticSyntax___lambda__2___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_Binders___hyg_12209____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__11() { _start: { lean_object* x_1; @@ -24300,17 +24151,17 @@ x_1 = lean_mk_string_from_bytes("Binders", 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__10; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__10; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__13() { _start: { lean_object* x_1; @@ -24318,33 +24169,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__12; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__13; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____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_Binders___hyg_12209____closed__14; -x_2 = lean_unsigned_to_nat(12209u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__14; +x_2 = lean_unsigned_to_nat(12208u); 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_Binders___hyg_12209_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208_(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_Binders___hyg_12209____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__15; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -24508,18 +24359,6 @@ l_Lean_Elab_Term_quoteAutoTactic___closed__47 = _init_l_Lean_Elab_Term_quoteAuto lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__47); l_Lean_Elab_Term_quoteAutoTactic___closed__48 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__48(); lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__48); -l_Lean_Elab_Term_quoteAutoTactic___closed__49 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__49(); -lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__49); -l_Lean_Elab_Term_quoteAutoTactic___closed__50 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__50(); -lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__50); -l_Lean_Elab_Term_quoteAutoTactic___closed__51 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__51(); -lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__51); -l_Lean_Elab_Term_quoteAutoTactic___closed__52 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__52(); -lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__52); -l_Lean_Elab_Term_quoteAutoTactic___closed__53 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__53(); -lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__53); -l_Lean_Elab_Term_quoteAutoTactic___closed__54 = _init_l_Lean_Elab_Term_quoteAutoTactic___closed__54(); -lean_mark_persistent(l_Lean_Elab_Term_quoteAutoTactic___closed__54); l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__1 = _init_l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__1); l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__2 = _init_l_Lean_Elab_Term_declareTacticSyntax___lambda__2___closed__2(); @@ -25140,37 +24979,37 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl_declRange___cl res = l___regBuiltin_Lean_Elab_Term_elabLetTmpDecl_declRange(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_Binders___hyg_12209____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209____closed__15); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12209_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208____closed__15); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Binders___hyg_12208_(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/BindersUtil.c b/stage0/stdlib/Lean/Elab/BindersUtil.c index 6b105b420b8d..23ca0b44e07a 100644 --- a/stage0/stdlib/Lean/Elab/BindersUtil.c +++ b/stage0/stdlib/Lean/Elab/BindersUtil.c @@ -17,6 +17,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_clearInMatchAlt___boxed(lean_object*, lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_clearInMatchAlt___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_clearInMatch___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; static lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__1; @@ -24,12 +25,14 @@ lean_object* lean_array_push(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_clearInMatch___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_Term_expandMatchAlt___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1___boxed(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_Array_sequenceMap___at_Lean_Elab_Term_expandMatchAlt___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getMatchAltsNumPatterns___boxed(lean_object*); @@ -41,6 +44,7 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_Term_expandMatchAlt___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_shouldExpandMatchAlt(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandOptType___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHole(lean_object*, uint8_t); @@ -50,13 +54,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandOptType(lean_object*, lean_objec static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_clearInMatch___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_clearInMatchAlt___spec__1___closed__4; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandMatchAlt___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_clearInMatch___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_Term_expandMatchAlt___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__2; static lean_object* l_Lean_Elab_Term_clearInMatchAlt___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__1; lean_object* l_Lean_Syntax_getSepArgs(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; @@ -71,7 +73,6 @@ static lean_object* l_Lean_Elab_Term_shouldExpandMatchAlt___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_clearInMatch___spec__1(lean_object*, size_t, size_t, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_clearInMatchAlt___spec__1___closed__2; static lean_object* l_Lean_Elab_Term_expandMatchAlt___closed__3; @@ -92,7 +93,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchA extern lean_object* l_Lean_firstFrontendMacroScope; static lean_object* l_Lean_Elab_Term_expandMatchAlt___closed__1; static lean_object* l_Lean_Elab_Term_clearInMatchAlt___closed__1; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -730,40 +730,7 @@ x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { -_start: -{ -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Lean_Elab_Term_shouldExpandMatchAlt(x_5); -if (x_6 == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_2, x_7); -x_2 = x_8; -goto _start; -} -else -{ -uint8_t x_10; -x_10 = 1; -return x_10; -} -} -else -{ -uint8_t x_11; -x_11 = 0; -return x_11; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -798,6 +765,39 @@ return x_16; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l_Lean_Elab_Term_shouldExpandMatchAlt(x_5); +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_2, x_7); +x_2 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +else +{ +uint8_t x_11; +x_11 = 0; +return x_11; +} +} +} static lean_object* _init_l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__1() { _start: { @@ -871,7 +871,7 @@ return x_15; } else { -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_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_277; x_16 = lean_unsigned_to_nat(0u); x_17 = l_Lean_Syntax_getArg(x_11, x_16); lean_dec(x_11); @@ -880,7 +880,37 @@ lean_dec(x_17); x_19 = l_Lean_Syntax_getArgs(x_9); lean_dec(x_9); x_20 = lean_array_get_size(x_18); -x_21 = lean_nat_dec_lt(x_16, x_20); +x_277 = lean_nat_dec_lt(x_16, x_20); +if (x_277 == 0) +{ +uint8_t x_278; +x_278 = 0; +x_21 = x_278; +goto block_276; +} +else +{ +uint8_t x_279; +x_279 = lean_nat_dec_le(x_20, x_20); +if (x_279 == 0) +{ +uint8_t x_280; +x_280 = 0; +x_21 = x_280; +goto block_276; +} +else +{ +size_t x_281; size_t x_282; uint8_t x_283; +x_281 = 0; +x_282 = lean_usize_of_nat(x_20); +x_283 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(x_18, x_281, x_282); +x_21 = x_283; +goto block_276; +} +} +block_276: +{ if (x_21 == 0) { lean_object* x_22; lean_object* x_23; @@ -900,440 +930,864 @@ return x_23; else { uint8_t x_24; -x_24 = lean_nat_dec_le(x_20, x_20); +x_24 = lean_nat_dec_lt(x_16, x_20); if (x_24 == 0) { -lean_object* x_25; lean_object* x_26; +lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_20); -lean_dec(x_19); lean_dec(x_18); +x_25 = lean_ctor_get(x_6, 5); +lean_inc(x_25); lean_dec(x_6); +x_26 = 0; +x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); +x_28 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; +lean_inc(x_27); +x_29 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +x_30 = l_Lean_Elab_Term_expandMatchAlt___closed__7; +x_31 = l_Array_append___rarg(x_30, x_19); +x_32 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; +lean_inc(x_27); +x_33 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_33, 0, x_27); +lean_ctor_set(x_33, 1, x_32); +lean_ctor_set(x_33, 2, x_31); +x_34 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; +lean_inc(x_27); +x_35 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_35, 0, x_27); +lean_ctor_set(x_35, 1, x_34); +x_36 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_27); +x_37 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_37, 0, x_27); +lean_ctor_set(x_37, 1, x_32); +lean_ctor_set(x_37, 2, x_36); +lean_inc(x_37); +lean_inc(x_27); +x_38 = l_Lean_Syntax_node1(x_27, x_12, x_37); +if (lean_obj_tag(x_2) == 0) +{ +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +lean_inc(x_37); +x_39 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_37, x_37, x_33, x_35, x_38); +x_40 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_40, 0, x_39); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_7); +return x_41; +} +else +{ +uint8_t x_42; +x_42 = !lean_is_exclusive(x_5); +if (x_42 == 0) +{ +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_43 = lean_ctor_get(x_5, 0); +x_44 = l_Array_mkArray1___rarg(x_43); +x_45 = l_Array_append___rarg(x_30, x_44); +lean_inc(x_27); +x_46 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_46, 0, x_27); +lean_ctor_set(x_46, 1, x_32); +lean_ctor_set(x_46, 2, x_45); +x_47 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_37, x_46, x_33, x_35, x_38); +lean_ctor_set(x_5, 0, x_47); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_5); +lean_ctor_set(x_48, 1, x_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; +x_49 = lean_ctor_get(x_5, 0); +lean_inc(x_49); lean_dec(x_5); -lean_dec(x_3); +x_50 = l_Array_mkArray1___rarg(x_49); +x_51 = l_Array_append___rarg(x_30, x_50); +lean_inc(x_27); +x_52 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_52, 0, x_27); +lean_ctor_set(x_52, 1, x_32); +lean_ctor_set(x_52, 2, x_51); +x_53 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_37, x_52, x_33, x_35, x_38); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_7); +return x_55; +} +} +} +else +{ +uint8_t x_56; +x_56 = !lean_is_exclusive(x_2); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_57 = lean_ctor_get(x_2, 0); +x_58 = l_Array_mkArray1___rarg(x_57); +x_59 = l_Array_append___rarg(x_30, x_58); +lean_inc(x_27); +x_60 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_60, 0, x_27); +lean_ctor_set(x_60, 1, x_32); +lean_ctor_set(x_60, 2, x_59); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_61; lean_object* x_62; +x_61 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_60, x_37, x_33, x_35, x_38); +lean_ctor_set(x_2, 0, x_61); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_2); +lean_ctor_set(x_62, 1, x_7); +return x_62; +} +else +{ +uint8_t x_63; +lean_free_object(x_2); +lean_dec(x_37); +x_63 = !lean_is_exclusive(x_5); +if (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_5, 0); +x_65 = l_Array_mkArray1___rarg(x_64); +x_66 = l_Array_append___rarg(x_30, x_65); +lean_inc(x_27); +x_67 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_67, 0, x_27); +lean_ctor_set(x_67, 1, x_32); +lean_ctor_set(x_67, 2, x_66); +x_68 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_60, x_67, x_33, x_35, x_38); +lean_ctor_set(x_5, 0, x_68); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_5); +lean_ctor_set(x_69, 1, x_7); +return x_69; +} +else +{ +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_70 = lean_ctor_get(x_5, 0); +lean_inc(x_70); +lean_dec(x_5); +x_71 = l_Array_mkArray1___rarg(x_70); +x_72 = l_Array_append___rarg(x_30, x_71); +lean_inc(x_27); +x_73 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_73, 0, x_27); +lean_ctor_set(x_73, 1, x_32); +lean_ctor_set(x_73, 2, x_72); +x_74 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_60, x_73, x_33, x_35, x_38); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_74); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_7); +return x_76; +} +} +} +else +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_77 = lean_ctor_get(x_2, 0); +lean_inc(x_77); lean_dec(x_2); -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_7); -return x_26; +x_78 = l_Array_mkArray1___rarg(x_77); +x_79 = l_Array_append___rarg(x_30, x_78); +lean_inc(x_27); +x_80 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_80, 0, x_27); +lean_ctor_set(x_80, 1, x_32); +lean_ctor_set(x_80, 2, x_79); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_80, x_37, x_33, x_35, x_38); +x_82 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_82, 0, x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_7); +return x_83; } else { -size_t x_27; size_t x_28; uint8_t x_29; -x_27 = 0; -x_28 = lean_usize_of_nat(x_20); -lean_dec(x_20); -x_29 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(x_18, x_27, x_28); -if (x_29 == 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_91; +lean_dec(x_37); +x_84 = lean_ctor_get(x_5, 0); +lean_inc(x_84); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + x_85 = x_5; +} else { + lean_dec_ref(x_5); + x_85 = lean_box(0); +} +x_86 = l_Array_mkArray1___rarg(x_84); +x_87 = l_Array_append___rarg(x_30, x_86); +lean_inc(x_27); +x_88 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_88, 0, x_27); +lean_ctor_set(x_88, 1, x_32); +lean_ctor_set(x_88, 2, x_87); +x_89 = l_Lean_Syntax_node6(x_27, x_3, x_29, x_80, x_88, x_33, x_35, x_38); +if (lean_is_scalar(x_85)) { + x_90 = lean_alloc_ctor(1, 1, 0); +} else { + x_90 = x_85; +} +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_7); +return x_91; +} +} +} +} +else { -lean_object* x_30; lean_object* x_31; -lean_dec(x_19); +uint8_t x_92; +x_92 = lean_nat_dec_le(x_20, x_20); +if (x_92 == 0) +{ +lean_object* x_93; uint8_t 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_dec(x_20); lean_dec(x_18); +x_93 = lean_ctor_get(x_6, 5); +lean_inc(x_93); lean_dec(x_6); +x_94 = 0; +x_95 = l_Lean_SourceInfo_fromRef(x_93, x_94); +x_96 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; +lean_inc(x_95); +x_97 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +x_98 = l_Lean_Elab_Term_expandMatchAlt___closed__7; +x_99 = l_Array_append___rarg(x_98, x_19); +x_100 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; +lean_inc(x_95); +x_101 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_101, 0, x_95); +lean_ctor_set(x_101, 1, x_100); +lean_ctor_set(x_101, 2, x_99); +x_102 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; +lean_inc(x_95); +x_103 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_103, 0, x_95); +lean_ctor_set(x_103, 1, x_102); +x_104 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_95); +x_105 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_105, 0, x_95); +lean_ctor_set(x_105, 1, x_100); +lean_ctor_set(x_105, 2, x_104); +lean_inc(x_105); +lean_inc(x_95); +x_106 = l_Lean_Syntax_node1(x_95, x_12, x_105); +if (lean_obj_tag(x_2) == 0) +{ +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_inc(x_105); +x_107 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_105, x_105, x_101, x_103, x_106); +x_108 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_108, 0, x_107); +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_7); +return x_109; +} +else +{ +uint8_t x_110; +x_110 = !lean_is_exclusive(x_5); +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_5, 0); +x_112 = l_Array_mkArray1___rarg(x_111); +x_113 = l_Array_append___rarg(x_98, x_112); +lean_inc(x_95); +x_114 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_114, 0, x_95); +lean_ctor_set(x_114, 1, x_100); +lean_ctor_set(x_114, 2, x_113); +x_115 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_105, x_114, x_101, x_103, x_106); +lean_ctor_set(x_5, 0, x_115); +x_116 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_116, 0, x_5); +lean_ctor_set(x_116, 1, x_7); +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; +x_117 = lean_ctor_get(x_5, 0); +lean_inc(x_117); lean_dec(x_5); -lean_dec(x_3); +x_118 = l_Array_mkArray1___rarg(x_117); +x_119 = l_Array_append___rarg(x_98, x_118); +lean_inc(x_95); +x_120 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_120, 0, x_95); +lean_ctor_set(x_120, 1, x_100); +lean_ctor_set(x_120, 2, x_119); +x_121 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_105, x_120, x_101, x_103, x_106); +x_122 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_122, 0, x_121); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_7); +return x_123; +} +} +} +else +{ +uint8_t x_124; +x_124 = !lean_is_exclusive(x_2); +if (x_124 == 0) +{ +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_125 = lean_ctor_get(x_2, 0); +x_126 = l_Array_mkArray1___rarg(x_125); +x_127 = l_Array_append___rarg(x_98, x_126); +lean_inc(x_95); +x_128 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_128, 0, x_95); +lean_ctor_set(x_128, 1, x_100); +lean_ctor_set(x_128, 2, x_127); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_129; lean_object* x_130; +x_129 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_128, x_105, x_101, x_103, x_106); +lean_ctor_set(x_2, 0, x_129); +x_130 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_130, 0, x_2); +lean_ctor_set(x_130, 1, x_7); +return x_130; +} +else +{ +uint8_t x_131; +lean_free_object(x_2); +lean_dec(x_105); +x_131 = !lean_is_exclusive(x_5); +if (x_131 == 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; +x_132 = lean_ctor_get(x_5, 0); +x_133 = l_Array_mkArray1___rarg(x_132); +x_134 = l_Array_append___rarg(x_98, x_133); +lean_inc(x_95); +x_135 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_135, 0, x_95); +lean_ctor_set(x_135, 1, x_100); +lean_ctor_set(x_135, 2, x_134); +x_136 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_128, x_135, x_101, x_103, x_106); +lean_ctor_set(x_5, 0, x_136); +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_5); +lean_ctor_set(x_137, 1, x_7); +return x_137; +} +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; +x_138 = lean_ctor_get(x_5, 0); +lean_inc(x_138); +lean_dec(x_5); +x_139 = l_Array_mkArray1___rarg(x_138); +x_140 = l_Array_append___rarg(x_98, x_139); +lean_inc(x_95); +x_141 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_141, 0, x_95); +lean_ctor_set(x_141, 1, x_100); +lean_ctor_set(x_141, 2, x_140); +x_142 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_128, x_141, x_101, x_103, x_106); +x_143 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_143, 0, x_142); +x_144 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_143); +lean_ctor_set(x_144, 1, x_7); +return x_144; +} +} +} +else +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; +x_145 = lean_ctor_get(x_2, 0); +lean_inc(x_145); lean_dec(x_2); -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_7); -return x_31; +x_146 = l_Array_mkArray1___rarg(x_145); +x_147 = l_Array_append___rarg(x_98, x_146); +lean_inc(x_95); +x_148 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_148, 0, x_95); +lean_ctor_set(x_148, 1, x_100); +lean_ctor_set(x_148, 2, x_147); +if (lean_obj_tag(x_5) == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_149 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_148, x_105, x_101, x_103, x_106); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_7); +return x_151; +} +else +{ +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_dec(x_105); +x_152 = lean_ctor_get(x_5, 0); +lean_inc(x_152); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + x_153 = x_5; +} else { + lean_dec_ref(x_5); + x_153 = lean_box(0); +} +x_154 = l_Array_mkArray1___rarg(x_152); +x_155 = l_Array_append___rarg(x_98, x_154); +lean_inc(x_95); +x_156 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_156, 0, x_95); +lean_ctor_set(x_156, 1, x_100); +lean_ctor_set(x_156, 2, x_155); +x_157 = l_Lean_Syntax_node6(x_95, x_3, x_97, x_148, x_156, x_101, x_103, x_106); +if (lean_is_scalar(x_153)) { + x_158 = lean_alloc_ctor(1, 1, 0); +} else { + x_158 = x_153; +} +lean_ctor_set(x_158, 0, x_157); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_159, 1, x_7); +return x_159; +} +} +} } else { -lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_32 = l_Lean_Elab_Term_expandMatchAlt___closed__7; +size_t x_160; size_t x_161; lean_object* x_162; lean_object* x_163; uint8_t x_164; +x_160 = 0; +x_161 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_162 = l_Lean_Elab_Term_expandMatchAlt___closed__7; lean_inc(x_6); -x_33 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(x_18, x_27, x_28, x_32, x_6, x_7); +x_163 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(x_18, x_160, x_161, x_162, x_6, x_7); lean_dec(x_18); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) +x_164 = !lean_is_exclusive(x_163); +if (x_164 == 0) { -lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_35 = lean_ctor_get(x_33, 0); -x_36 = lean_ctor_get(x_6, 5); -lean_inc(x_36); +lean_object* x_165; lean_object* x_166; uint8_t 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; +x_165 = lean_ctor_get(x_163, 0); +x_166 = lean_ctor_get(x_6, 5); +lean_inc(x_166); lean_dec(x_6); -x_37 = 0; -x_38 = l_Lean_SourceInfo_fromRef(x_36, x_37); -x_39 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; -lean_inc(x_38); -x_40 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_40, 0, x_38); -lean_ctor_set(x_40, 1, x_39); -x_41 = l_Array_append___rarg(x_32, x_19); -x_42 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; -lean_inc(x_38); -x_43 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_43, 0, x_38); -lean_ctor_set(x_43, 1, x_42); -lean_ctor_set(x_43, 2, x_41); -x_44 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; -lean_inc(x_38); -x_45 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_45, 0, x_38); -lean_ctor_set(x_45, 1, x_44); -x_46 = l_Array_append___rarg(x_32, x_35); -lean_inc(x_38); -x_47 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_47, 0, x_38); -lean_ctor_set(x_47, 1, x_42); -lean_ctor_set(x_47, 2, x_46); -lean_inc(x_38); -x_48 = l_Lean_Syntax_node1(x_38, x_12, x_47); +x_167 = 0; +x_168 = l_Lean_SourceInfo_fromRef(x_166, x_167); +x_169 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; +lean_inc(x_168); +x_170 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_170, 0, x_168); +lean_ctor_set(x_170, 1, x_169); +x_171 = l_Array_append___rarg(x_162, x_19); +x_172 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; +lean_inc(x_168); +x_173 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_173, 0, x_168); +lean_ctor_set(x_173, 1, x_172); +lean_ctor_set(x_173, 2, x_171); +x_174 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; +lean_inc(x_168); +x_175 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_175, 0, x_168); +lean_ctor_set(x_175, 1, x_174); +x_176 = l_Array_append___rarg(x_162, x_165); +lean_inc(x_168); +x_177 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_177, 0, x_168); +lean_ctor_set(x_177, 1, x_172); +lean_ctor_set(x_177, 2, x_176); +lean_inc(x_168); +x_178 = l_Lean_Syntax_node1(x_168, x_12, x_177); if (lean_obj_tag(x_2) == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; -lean_inc(x_38); -x_50 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_50, 0, x_38); -lean_ctor_set(x_50, 1, x_42); -lean_ctor_set(x_50, 2, x_49); +lean_object* x_179; lean_object* x_180; +x_179 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_168); +x_180 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_180, 0, x_168); +lean_ctor_set(x_180, 1, x_172); +lean_ctor_set(x_180, 2, x_179); if (lean_obj_tag(x_5) == 0) { -lean_object* x_51; lean_object* x_52; -lean_inc(x_50); -x_51 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_50, x_50, x_43, x_45, x_48); -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_33, 0, x_52); -return x_33; +lean_object* x_181; lean_object* x_182; +lean_inc(x_180); +x_181 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_180, x_180, x_173, x_175, x_178); +x_182 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_163, 0, x_182); +return x_163; } else { -uint8_t x_53; -x_53 = !lean_is_exclusive(x_5); -if (x_53 == 0) -{ -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_54 = lean_ctor_get(x_5, 0); -x_55 = l_Array_mkArray1___rarg(x_54); -x_56 = l_Array_append___rarg(x_32, x_55); -lean_inc(x_38); -x_57 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_57, 0, x_38); -lean_ctor_set(x_57, 1, x_42); -lean_ctor_set(x_57, 2, x_56); -x_58 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_50, x_57, x_43, x_45, x_48); -lean_ctor_set(x_5, 0, x_58); -lean_ctor_set(x_33, 0, x_5); -return x_33; +uint8_t x_183; +x_183 = !lean_is_exclusive(x_5); +if (x_183 == 0) +{ +lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; +x_184 = lean_ctor_get(x_5, 0); +x_185 = l_Array_mkArray1___rarg(x_184); +x_186 = l_Array_append___rarg(x_162, x_185); +lean_inc(x_168); +x_187 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_187, 0, x_168); +lean_ctor_set(x_187, 1, x_172); +lean_ctor_set(x_187, 2, x_186); +x_188 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_180, x_187, x_173, x_175, x_178); +lean_ctor_set(x_5, 0, x_188); +lean_ctor_set(x_163, 0, x_5); +return x_163; } 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; -x_59 = lean_ctor_get(x_5, 0); -lean_inc(x_59); +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_5, 0); +lean_inc(x_189); lean_dec(x_5); -x_60 = l_Array_mkArray1___rarg(x_59); -x_61 = l_Array_append___rarg(x_32, x_60); -lean_inc(x_38); -x_62 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_62, 0, x_38); -lean_ctor_set(x_62, 1, x_42); -lean_ctor_set(x_62, 2, x_61); -x_63 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_50, x_62, x_43, x_45, x_48); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_33, 0, x_64); -return x_33; -} -} -} -else -{ -uint8_t x_65; -x_65 = !lean_is_exclusive(x_2); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_66 = lean_ctor_get(x_2, 0); -x_67 = l_Array_mkArray1___rarg(x_66); -x_68 = l_Array_append___rarg(x_32, x_67); -lean_inc(x_38); -x_69 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_69, 0, x_38); -lean_ctor_set(x_69, 1, x_42); -lean_ctor_set(x_69, 2, x_68); +x_190 = l_Array_mkArray1___rarg(x_189); +x_191 = l_Array_append___rarg(x_162, x_190); +lean_inc(x_168); +x_192 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_192, 0, x_168); +lean_ctor_set(x_192, 1, x_172); +lean_ctor_set(x_192, 2, x_191); +x_193 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_180, x_192, x_173, x_175, x_178); +x_194 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_194, 0, x_193); +lean_ctor_set(x_163, 0, x_194); +return x_163; +} +} +} +else +{ +uint8_t x_195; +x_195 = !lean_is_exclusive(x_2); +if (x_195 == 0) +{ +lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; +x_196 = lean_ctor_get(x_2, 0); +x_197 = l_Array_mkArray1___rarg(x_196); +x_198 = l_Array_append___rarg(x_162, x_197); +lean_inc(x_168); +x_199 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_199, 0, x_168); +lean_ctor_set(x_199, 1, x_172); +lean_ctor_set(x_199, 2, x_198); if (lean_obj_tag(x_5) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; -lean_inc(x_38); -x_71 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_71, 0, x_38); -lean_ctor_set(x_71, 1, x_42); -lean_ctor_set(x_71, 2, x_70); -x_72 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_69, x_71, x_43, x_45, x_48); -lean_ctor_set(x_2, 0, x_72); -lean_ctor_set(x_33, 0, x_2); -return x_33; +lean_object* x_200; lean_object* x_201; lean_object* x_202; +x_200 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_168); +x_201 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_201, 0, x_168); +lean_ctor_set(x_201, 1, x_172); +lean_ctor_set(x_201, 2, x_200); +x_202 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_199, x_201, x_173, x_175, x_178); +lean_ctor_set(x_2, 0, x_202); +lean_ctor_set(x_163, 0, x_2); +return x_163; } else { -uint8_t x_73; +uint8_t x_203; lean_free_object(x_2); -x_73 = !lean_is_exclusive(x_5); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_74 = lean_ctor_get(x_5, 0); -x_75 = l_Array_mkArray1___rarg(x_74); -x_76 = l_Array_append___rarg(x_32, x_75); -lean_inc(x_38); -x_77 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_77, 0, x_38); -lean_ctor_set(x_77, 1, x_42); -lean_ctor_set(x_77, 2, x_76); -x_78 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_69, x_77, x_43, x_45, x_48); -lean_ctor_set(x_5, 0, x_78); -lean_ctor_set(x_33, 0, x_5); -return x_33; -} -else -{ -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_79 = lean_ctor_get(x_5, 0); -lean_inc(x_79); +x_203 = !lean_is_exclusive(x_5); +if (x_203 == 0) +{ +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; +x_204 = lean_ctor_get(x_5, 0); +x_205 = l_Array_mkArray1___rarg(x_204); +x_206 = l_Array_append___rarg(x_162, x_205); +lean_inc(x_168); +x_207 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_207, 0, x_168); +lean_ctor_set(x_207, 1, x_172); +lean_ctor_set(x_207, 2, x_206); +x_208 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_199, x_207, x_173, x_175, x_178); +lean_ctor_set(x_5, 0, x_208); +lean_ctor_set(x_163, 0, x_5); +return x_163; +} +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; +x_209 = lean_ctor_get(x_5, 0); +lean_inc(x_209); lean_dec(x_5); -x_80 = l_Array_mkArray1___rarg(x_79); -x_81 = l_Array_append___rarg(x_32, x_80); -lean_inc(x_38); -x_82 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_82, 0, x_38); -lean_ctor_set(x_82, 1, x_42); -lean_ctor_set(x_82, 2, x_81); -x_83 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_69, x_82, x_43, x_45, x_48); -x_84 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_33, 0, x_84); -return x_33; +x_210 = l_Array_mkArray1___rarg(x_209); +x_211 = l_Array_append___rarg(x_162, x_210); +lean_inc(x_168); +x_212 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_212, 0, x_168); +lean_ctor_set(x_212, 1, x_172); +lean_ctor_set(x_212, 2, x_211); +x_213 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_199, x_212, x_173, x_175, x_178); +x_214 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_214, 0, x_213); +lean_ctor_set(x_163, 0, x_214); +return x_163; } } } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_85 = lean_ctor_get(x_2, 0); -lean_inc(x_85); +lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_215 = lean_ctor_get(x_2, 0); +lean_inc(x_215); lean_dec(x_2); -x_86 = l_Array_mkArray1___rarg(x_85); -x_87 = l_Array_append___rarg(x_32, x_86); -lean_inc(x_38); -x_88 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_88, 0, x_38); -lean_ctor_set(x_88, 1, x_42); -lean_ctor_set(x_88, 2, x_87); +x_216 = l_Array_mkArray1___rarg(x_215); +x_217 = l_Array_append___rarg(x_162, x_216); +lean_inc(x_168); +x_218 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_218, 0, x_168); +lean_ctor_set(x_218, 1, x_172); +lean_ctor_set(x_218, 2, x_217); if (lean_obj_tag(x_5) == 0) { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_89 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; -lean_inc(x_38); -x_90 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_90, 0, x_38); -lean_ctor_set(x_90, 1, x_42); -lean_ctor_set(x_90, 2, x_89); -x_91 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_88, x_90, x_43, x_45, x_48); -x_92 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_33, 0, x_92); -return x_33; +lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; +x_219 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_168); +x_220 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_220, 0, x_168); +lean_ctor_set(x_220, 1, x_172); +lean_ctor_set(x_220, 2, x_219); +x_221 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_218, x_220, x_173, x_175, x_178); +x_222 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_163, 0, x_222); +return x_163; } 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; lean_object* x_99; -x_93 = lean_ctor_get(x_5, 0); -lean_inc(x_93); +lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; +x_223 = lean_ctor_get(x_5, 0); +lean_inc(x_223); if (lean_is_exclusive(x_5)) { lean_ctor_release(x_5, 0); - x_94 = x_5; + x_224 = x_5; } else { lean_dec_ref(x_5); - x_94 = lean_box(0); -} -x_95 = l_Array_mkArray1___rarg(x_93); -x_96 = l_Array_append___rarg(x_32, x_95); -lean_inc(x_38); -x_97 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_97, 0, x_38); -lean_ctor_set(x_97, 1, x_42); -lean_ctor_set(x_97, 2, x_96); -x_98 = l_Lean_Syntax_node6(x_38, x_3, x_40, x_88, x_97, x_43, x_45, x_48); -if (lean_is_scalar(x_94)) { - x_99 = lean_alloc_ctor(1, 1, 0); + x_224 = lean_box(0); +} +x_225 = l_Array_mkArray1___rarg(x_223); +x_226 = l_Array_append___rarg(x_162, x_225); +lean_inc(x_168); +x_227 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_227, 0, x_168); +lean_ctor_set(x_227, 1, x_172); +lean_ctor_set(x_227, 2, x_226); +x_228 = l_Lean_Syntax_node6(x_168, x_3, x_170, x_218, x_227, x_173, x_175, x_178); +if (lean_is_scalar(x_224)) { + x_229 = lean_alloc_ctor(1, 1, 0); } else { - x_99 = x_94; + x_229 = x_224; } -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_33, 0, x_99); -return x_33; +lean_ctor_set(x_229, 0, x_228); +lean_ctor_set(x_163, 0, x_229); +return x_163; } } } } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t 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; -x_100 = lean_ctor_get(x_33, 0); -x_101 = lean_ctor_get(x_33, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_33); -x_102 = lean_ctor_get(x_6, 5); -lean_inc(x_102); +lean_object* x_230; lean_object* x_231; lean_object* x_232; uint8_t 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; +x_230 = lean_ctor_get(x_163, 0); +x_231 = lean_ctor_get(x_163, 1); +lean_inc(x_231); +lean_inc(x_230); +lean_dec(x_163); +x_232 = lean_ctor_get(x_6, 5); +lean_inc(x_232); lean_dec(x_6); -x_103 = 0; -x_104 = l_Lean_SourceInfo_fromRef(x_102, x_103); -x_105 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; -lean_inc(x_104); -x_106 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_106, 0, x_104); -lean_ctor_set(x_106, 1, x_105); -x_107 = l_Array_append___rarg(x_32, x_19); -x_108 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; -lean_inc(x_104); -x_109 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_109, 0, x_104); -lean_ctor_set(x_109, 1, x_108); -lean_ctor_set(x_109, 2, x_107); -x_110 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; -lean_inc(x_104); -x_111 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_111, 0, x_104); -lean_ctor_set(x_111, 1, x_110); -x_112 = l_Array_append___rarg(x_32, x_100); -lean_inc(x_104); -x_113 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_113, 0, x_104); -lean_ctor_set(x_113, 1, x_108); -lean_ctor_set(x_113, 2, x_112); -lean_inc(x_104); -x_114 = l_Lean_Syntax_node1(x_104, x_12, x_113); +x_233 = 0; +x_234 = l_Lean_SourceInfo_fromRef(x_232, x_233); +x_235 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__3; +lean_inc(x_234); +x_236 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_236, 0, x_234); +lean_ctor_set(x_236, 1, x_235); +x_237 = l_Array_append___rarg(x_162, x_19); +x_238 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMatchAlt___spec__3___closed__3; +lean_inc(x_234); +x_239 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_239, 0, x_234); +lean_ctor_set(x_239, 1, x_238); +lean_ctor_set(x_239, 2, x_237); +x_240 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__4; +lean_inc(x_234); +x_241 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_241, 0, x_234); +lean_ctor_set(x_241, 1, x_240); +x_242 = l_Array_append___rarg(x_162, x_230); +lean_inc(x_234); +x_243 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_243, 0, x_234); +lean_ctor_set(x_243, 1, x_238); +lean_ctor_set(x_243, 2, x_242); +lean_inc(x_234); +x_244 = l_Lean_Syntax_node1(x_234, x_12, x_243); if (lean_obj_tag(x_2) == 0) { -lean_object* x_115; lean_object* x_116; -x_115 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; -lean_inc(x_104); -x_116 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_116, 0, x_104); -lean_ctor_set(x_116, 1, x_108); -lean_ctor_set(x_116, 2, x_115); +lean_object* x_245; lean_object* x_246; +x_245 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_234); +x_246 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_246, 0, x_234); +lean_ctor_set(x_246, 1, x_238); +lean_ctor_set(x_246, 2, x_245); if (lean_obj_tag(x_5) == 0) { -lean_object* x_117; lean_object* x_118; lean_object* x_119; -lean_inc(x_116); -x_117 = l_Lean_Syntax_node6(x_104, x_3, x_106, x_116, x_116, x_109, x_111, x_114); -x_118 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_118, 0, x_117); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_101); -return x_119; +lean_object* x_247; lean_object* x_248; lean_object* x_249; +lean_inc(x_246); +x_247 = l_Lean_Syntax_node6(x_234, x_3, x_236, x_246, x_246, x_239, x_241, x_244); +x_248 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_248, 0, x_247); +x_249 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_249, 0, x_248); +lean_ctor_set(x_249, 1, x_231); +return x_249; } else { -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; -x_120 = lean_ctor_get(x_5, 0); -lean_inc(x_120); +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; +x_250 = lean_ctor_get(x_5, 0); +lean_inc(x_250); if (lean_is_exclusive(x_5)) { lean_ctor_release(x_5, 0); - x_121 = x_5; + x_251 = x_5; } else { lean_dec_ref(x_5); - x_121 = lean_box(0); -} -x_122 = l_Array_mkArray1___rarg(x_120); -x_123 = l_Array_append___rarg(x_32, x_122); -lean_inc(x_104); -x_124 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_124, 0, x_104); -lean_ctor_set(x_124, 1, x_108); -lean_ctor_set(x_124, 2, x_123); -x_125 = l_Lean_Syntax_node6(x_104, x_3, x_106, x_116, x_124, x_109, x_111, x_114); -if (lean_is_scalar(x_121)) { - x_126 = lean_alloc_ctor(1, 1, 0); + x_251 = lean_box(0); +} +x_252 = l_Array_mkArray1___rarg(x_250); +x_253 = l_Array_append___rarg(x_162, x_252); +lean_inc(x_234); +x_254 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_254, 0, x_234); +lean_ctor_set(x_254, 1, x_238); +lean_ctor_set(x_254, 2, x_253); +x_255 = l_Lean_Syntax_node6(x_234, x_3, x_236, x_246, x_254, x_239, x_241, x_244); +if (lean_is_scalar(x_251)) { + x_256 = lean_alloc_ctor(1, 1, 0); } else { - x_126 = x_121; + x_256 = x_251; } -lean_ctor_set(x_126, 0, x_125); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_101); -return x_127; +lean_ctor_set(x_256, 0, x_255); +x_257 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_257, 0, x_256); +lean_ctor_set(x_257, 1, x_231); +return x_257; } } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_128 = lean_ctor_get(x_2, 0); -lean_inc(x_128); +lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; +x_258 = lean_ctor_get(x_2, 0); +lean_inc(x_258); if (lean_is_exclusive(x_2)) { lean_ctor_release(x_2, 0); - x_129 = x_2; + x_259 = x_2; } else { lean_dec_ref(x_2); - x_129 = lean_box(0); -} -x_130 = l_Array_mkArray1___rarg(x_128); -x_131 = l_Array_append___rarg(x_32, x_130); -lean_inc(x_104); -x_132 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_132, 0, x_104); -lean_ctor_set(x_132, 1, x_108); -lean_ctor_set(x_132, 2, x_131); + x_259 = lean_box(0); +} +x_260 = l_Array_mkArray1___rarg(x_258); +x_261 = l_Array_append___rarg(x_162, x_260); +lean_inc(x_234); +x_262 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_262, 0, x_234); +lean_ctor_set(x_262, 1, x_238); +lean_ctor_set(x_262, 2, x_261); if (lean_obj_tag(x_5) == 0) { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_133 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; -lean_inc(x_104); -x_134 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_134, 0, x_104); -lean_ctor_set(x_134, 1, x_108); -lean_ctor_set(x_134, 2, x_133); -x_135 = l_Lean_Syntax_node6(x_104, x_3, x_106, x_132, x_134, x_109, x_111, x_114); -if (lean_is_scalar(x_129)) { - x_136 = lean_alloc_ctor(1, 1, 0); +lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +x_263 = l_Lean_Elab_Term_expandMatchAlts_x3f___lambda__1___closed__5; +lean_inc(x_234); +x_264 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_264, 0, x_234); +lean_ctor_set(x_264, 1, x_238); +lean_ctor_set(x_264, 2, x_263); +x_265 = l_Lean_Syntax_node6(x_234, x_3, x_236, x_262, x_264, x_239, x_241, x_244); +if (lean_is_scalar(x_259)) { + x_266 = lean_alloc_ctor(1, 1, 0); } else { - x_136 = x_129; + x_266 = x_259; } -lean_ctor_set(x_136, 0, x_135); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_101); -return x_137; +lean_ctor_set(x_266, 0, x_265); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_231); +return x_267; } 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; -lean_dec(x_129); -x_138 = lean_ctor_get(x_5, 0); -lean_inc(x_138); +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_dec(x_259); +x_268 = lean_ctor_get(x_5, 0); +lean_inc(x_268); if (lean_is_exclusive(x_5)) { lean_ctor_release(x_5, 0); - x_139 = x_5; + x_269 = x_5; } else { lean_dec_ref(x_5); - x_139 = lean_box(0); -} -x_140 = l_Array_mkArray1___rarg(x_138); -x_141 = l_Array_append___rarg(x_32, x_140); -lean_inc(x_104); -x_142 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_142, 0, x_104); -lean_ctor_set(x_142, 1, x_108); -lean_ctor_set(x_142, 2, x_141); -x_143 = l_Lean_Syntax_node6(x_104, x_3, x_106, x_132, x_142, x_109, x_111, x_114); -if (lean_is_scalar(x_139)) { - x_144 = lean_alloc_ctor(1, 1, 0); + x_269 = lean_box(0); +} +x_270 = l_Array_mkArray1___rarg(x_268); +x_271 = l_Array_append___rarg(x_162, x_270); +lean_inc(x_234); +x_272 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_272, 0, x_234); +lean_ctor_set(x_272, 1, x_238); +lean_ctor_set(x_272, 2, x_271); +x_273 = l_Lean_Syntax_node6(x_234, x_3, x_236, x_262, x_272, x_239, x_241, x_244); +if (lean_is_scalar(x_269)) { + x_274 = lean_alloc_ctor(1, 1, 0); } else { - x_144 = x_139; + x_274 = x_269; +} +lean_ctor_set(x_274, 0, x_273); +x_275 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_275, 0, x_274); +lean_ctor_set(x_275, 1, x_231); +return x_275; } -lean_ctor_set(x_144, 0, x_143); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_101); -return x_145; } } } @@ -1474,31 +1928,31 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_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: { -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_2); lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); +x_8 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(x_1, x_4, x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__1(x_1, x_7, x_8, x_4, x_5, x_6); lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___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_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -size_t x_7; size_t x_8; lean_object* x_9; -x_7 = lean_unbox_usize(x_2); +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_8 = lean_unbox_usize(x_3); +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(x_1, x_7, x_8, x_4, x_5, x_6); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_expandMatchAlts_x3f___spec__2(x_1, x_4, x_5); lean_dec(x_1); -return x_9; +x_7 = lean_box(x_6); +return x_7; } } LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f___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) { diff --git a/stage0/stdlib/Lean/Elab/BuiltinCommand.c b/stage0/stdlib/Lean/Elab/BuiltinCommand.c index d019e495b23c..6fb190ca8b90 100644 --- a/stage0/stdlib/Lean/Elab/BuiltinCommand.c +++ b/stage0/stdlib/Lean/Elab/BuiltinCommand.c @@ -39,7 +39,9 @@ static lean_object* l___regBuiltin_Lean_Elab_Command_elabOpen___closed__3; static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Command_elabModuleDoc___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCheckCore___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_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCheckCore___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* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__38; LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Command_elabOpen___spec__1___lambda__2(lean_object*); static lean_object* l_Lean_Elab_Command_elabCheckFailure___closed__2; @@ -55,7 +57,6 @@ lean_object* l_Lean_PrettyPrinter_ppSignature(lean_object*, lean_object*, lean_o static lean_object* l_Lean_setEnv___at_Lean_Elab_Command_elabEvalUnsafe___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_addAuxDeclarationRanges___at_Lean_Elab_Command_elabAddDeclDoc___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_log___at_Lean_Elab_Command_elabCommand___spec__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Command_elabNamespace___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabReduce___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_mk_empty_array_with_capacity(lean_object*); @@ -101,6 +102,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Command_elabCheckFailure_declRange_ lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabOpen___spec__17(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabModuleDoc_declRange___closed__1; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabEnd_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabVariable___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Command_elabCheckCore___spec__8___closed__7; @@ -133,6 +135,7 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_forArgsM___at_Lean_Elab_Command_elabUnive LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabNamespace___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_mkEvalInstCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(uint8_t, lean_object*, uint8_t, lean_object*, size_t, size_t, 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_elabEvalUnsafe___lambda__4___closed__29; static lean_object* l___regBuiltin_Lean_Elab_Command_elabReduce_declRange___closed__4; @@ -222,7 +225,6 @@ static lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_mk extern lean_object* l_Lean_instInhabitedException; static lean_object* l___regBuiltin_Lean_Elab_Command_elabExport___closed__1; static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__4; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5; LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at_Lean_Elab_Command_elabAddDeclDoc___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_pushScope___rarg(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabUniverse_declRange___closed__3; @@ -295,6 +297,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_C extern lean_object* l_Lean_Expr_instBEqExpr; static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__32; static lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_mkEvalInstCore___closed__8; +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabOpen___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -331,15 +334,13 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabSection_declRange( static lean_object* l___regBuiltin_Lean_Elab_Command_elabModuleDoc_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Command_elabModuleDoc___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabNamespace(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabExport_declRange___closed__2; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_Command_elabExport___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_evalConst___at_Lean_Elab_Command_elabEvalUnsafe___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabVariable___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_checkAnonymousScope___boxed(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabExit___closed__3; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; LEAN_EXPORT uint8_t l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_containsId(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_popScopes___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_Command_elabEvalUnsafe___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*); @@ -357,6 +358,8 @@ static lean_object* l___regBuiltin_Lean_Elab_Command_elabImport_declRange___clos LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabOpen_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabOpen___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Command_elabCheckCore___spec__8___closed__2; +LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(lean_object*, lean_object*, size_t, size_t); size_t lean_usize_of_nat(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabInitQuot___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Command_elabImport_declRange___closed__7; @@ -392,9 +395,9 @@ LEAN_EXPORT lean_object* l_Lean_findDeclarationRangesCore_x3f___at_Lean_Elab_Com static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__27; static lean_object* l_Lean_Elab_Command_elabAddDeclDoc___closed__4; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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_Command_elabSetOption___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_checkAnonymousScope(lean_object*); -LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___lambda__1(lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_getBracketedBinderIds(lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Command_elabOpen___spec__1___closed__8; static lean_object* l___regBuiltin_Lean_Elab_Command_elabOpen_declRange___closed__1; @@ -424,7 +427,6 @@ lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData_ static lean_object* l_Lean_Elab_Command_elabEnd___lambda__1___closed__4; static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_Command_elabExport___spec__10___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabVariable___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6; lean_object* l_Lean_ScopedEnvExtension_popScope___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandInCmd(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabVariable_declRange___closed__5; @@ -463,6 +465,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Command_elabInitQuot_declRange___cl lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_Command_elabCheckCore___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_Elab_getBetterRef(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__8(uint8_t, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___at_Lean_Elab_Command_elabCheckCore___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_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_addScope___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -470,7 +473,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Command_elabVariable_declRange___cl static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__31; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_Command_elabExport___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___at_Lean_Elab_Command_elabCheckCore___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_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabEval_declRange___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabEvalUnsafe___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_List_forIn_loop___at_Lean_Elab_Command_elabCheckCore___spec__8___lambda__1___closed__1; @@ -510,7 +512,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Command_elabSynth___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_addScopes___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabSynth_declRange___closed__6; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabEval_declRange___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabEnd___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_isStrLit_x3f(lean_object*); @@ -566,11 +568,11 @@ lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Command_elabOpen___spec__1___closed__5; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabChoice_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabVariable___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__25; static lean_object* l_Lean_Elab_Command_elabExport___closed__4; static lean_object* l_Lean_Elab_Command_elabEnd___lambda__1___closed__2; -lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(size_t, size_t, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabNamespace___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabSection_declRange___closed__1; @@ -626,20 +628,17 @@ lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2(l static lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_mkEvalInstCore___closed__5; LEAN_EXPORT lean_object* l_Lean_Syntax_forArgsM___at_Lean_Elab_Command_elabUniverse___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabUniverse(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7; lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabOpen_declRange___closed__6; extern lean_object* l_Std_Format_defWidth; static lean_object* l_Lean_Elab_Command_elabImport___rarg___closed__2; static lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_mkRunMetaEval___lambda__1___closed__5; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KVMap_setBool(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabVariable___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_add_alias(lean_object*, lean_object*, lean_object*); lean_object* lean_add_decl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabOpen___spec__14(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabSetOption_setOption___at_Lean_Elab_Command_elabSetOption___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabReduce(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_expandInCmd___closed__3; @@ -670,6 +669,7 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabCheckCor static lean_object* l___regBuiltin_Lean_Elab_Command_elabEnd_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Command_elabUniverse___closed__2; static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabNamespace___spec__1___rarg___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__5; 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_elabEvalUnsafe___lambda__4___closed__23; static lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_Command_elabExport___spec__7___closed__1; @@ -679,6 +679,7 @@ static lean_object* l_Lean_Elab_Command_elabSection___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Command_elabInitQuot___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_hasNoErrorMessages___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabEvalUnsafe(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; static lean_object* l_Lean_Elab_Command_elabEnd___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Command_elabModuleDoc_declRange___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabExport_declRange(lean_object*); @@ -688,7 +689,6 @@ static lean_object* l_Lean_Elab_Command_elabReduce___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Command_elabEnd_declRange___closed__7; static lean_object* l_Lean_Elab_Command_elabAddDeclDoc___closed__2; static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Command_elabOpen___spec__1___closed__11; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Command_elabInitQuot_declRange___closed__1; static lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__1; @@ -766,7 +766,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_failIfSucceeds(lean_object*, lean_o static lean_object* l___regBuiltin_Lean_Elab_Command_elabEval___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Command_elabExit_declRange___closed__3; LEAN_EXPORT lean_object* l_Lean_evalConst___at_Lean_Elab_Command_elabEvalUnsafe___spec__3(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Command_elabImport___closed__1; static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__24; static lean_object* l___regBuiltin_Lean_Elab_Command_elabCheckFailure_declRange___closed__5; @@ -797,6 +796,7 @@ lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_Command_elabExport___spec__7___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Command_elabUniverse___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at_Lean_Elab_Command_elabCheckCore___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabModuleDoc(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabModuleDoc___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabExport___spec__19(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -809,20 +809,21 @@ LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Command_elabCheckCore_ LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_addNamespace___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_setEnv___at_Lean_Elab_Command_elabEvalUnsafe___spec__2___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Command_elabEval_declRange___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(uint8_t, lean_object*, uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabUniverse___spec__3___rarg(lean_object*, lean_object*, size_t, size_t, 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_Meta_reduce(lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Command_elabCheckCore___spec__8___closed__4; uint8_t l_Lean_Syntax_isNone(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabOpen___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1(uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_Command_elabExport___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1___closed__1; static lean_object* l_Lean_Elab_Command_elabAddDeclDoc___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Command_elabSynth___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabAddDeclDoc___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabSetOption___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCheckCore___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_Command_elabModuleDoc___closed__5; static lean_object* l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__35; @@ -856,7 +857,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabExit(lean_object*) lean_object* l_Lean_toMessageList(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Command_elabOpen___spec__18(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_Command_elabExport___spec__3(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__2; lean_object* l_Lean_getOptionDecl(lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Command_elabOpen___spec__1___lambda__2___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Command_elabNamespace_declRange___closed__1; @@ -878,6 +878,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Builtin static lean_object* l___regBuiltin_Lean_Elab_Command_elabEval___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabSynth_declRange(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabEnd_declRange___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_Elab_Command_elabOpen___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Command_elabChoice___closed__4; @@ -899,6 +900,7 @@ extern lean_object* l_Lean_Elab_Command_instInhabitedScope; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabReduce___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___regBuiltin_Lean_Elab_Command_elabEval_declRange___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Command_elabSection___closed__3; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabNonComputableSection_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabInitQuot_declRange___closed__4; @@ -973,7 +975,6 @@ lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec lean_object* lean_array_get_size(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabInitQuot___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabExport___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___lambda__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Syntax_isNatLit_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_Command_elabExport___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_elabEnd___closed__2; @@ -7219,183 +7220,165 @@ return x_18; } else { -lean_object* x_19; uint8_t x_20; uint8_t x_21; +lean_object* x_19; uint8_t x_20; lean_object* x_21; lean_dec(x_12); x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_dec_eq(x_13, x_19); +x_21 = l_Lean_Elab_Command_getRef(x_4, x_5, x_10); if (x_20 == 0) { -uint8_t x_62; -x_62 = 0; -x_21 = x_62; -goto block_61; -} -else -{ -uint8_t x_63; -x_63 = 1; -x_21 = x_63; -goto block_61; -} -block_61: -{ -lean_object* x_22; -x_22 = l_Lean_Elab_Command_getRef(x_4, x_5, x_10); -if (x_21 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_dec(x_13); -x_23 = lean_ctor_get(x_22, 0); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_21, 1); lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); -lean_inc(x_24); +lean_dec(x_21); +x_24 = l_Lean_replaceRef(x_2, x_22); lean_dec(x_22); -x_25 = l_Lean_replaceRef(x_2, x_23); -lean_dec(x_23); lean_dec(x_2); -x_26 = !lean_is_exclusive(x_4); -if (x_26 == 0) +x_25 = !lean_is_exclusive(x_4); +if (x_25 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_27 = lean_ctor_get(x_4, 6); -lean_dec(x_27); -lean_ctor_set(x_4, 6, x_25); -x_28 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__5; -x_29 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Command_elabExport___spec__16(x_28, x_11, x_3, x_4, x_5, x_24); -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = lean_ctor_get(x_4, 6); +lean_dec(x_26); +lean_ctor_set(x_4, 6, x_24); +x_27 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__5; +x_28 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Command_elabExport___spec__16(x_27, x_11, x_3, x_4, x_5, x_23); +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -return x_29; +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_29, 0); -x_32 = lean_ctor_get(x_29, 1); -lean_inc(x_32); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_28, 0); +x_31 = lean_ctor_get(x_28, 1); lean_inc(x_31); -lean_dec(x_29); -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_inc(x_30); +lean_dec(x_28); +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 { -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; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_34 = lean_ctor_get(x_4, 0); -x_35 = lean_ctor_get(x_4, 1); -x_36 = lean_ctor_get(x_4, 2); -x_37 = lean_ctor_get(x_4, 3); -x_38 = lean_ctor_get(x_4, 4); -x_39 = lean_ctor_get(x_4, 5); -x_40 = lean_ctor_get(x_4, 7); -lean_inc(x_40); +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_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_33 = lean_ctor_get(x_4, 0); +x_34 = lean_ctor_get(x_4, 1); +x_35 = lean_ctor_get(x_4, 2); +x_36 = lean_ctor_get(x_4, 3); +x_37 = lean_ctor_get(x_4, 4); +x_38 = lean_ctor_get(x_4, 5); +x_39 = lean_ctor_get(x_4, 7); lean_inc(x_39); lean_inc(x_38); lean_inc(x_37); lean_inc(x_36); lean_inc(x_35); lean_inc(x_34); +lean_inc(x_33); lean_dec(x_4); -x_41 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_41, 0, x_34); -lean_ctor_set(x_41, 1, x_35); -lean_ctor_set(x_41, 2, x_36); -lean_ctor_set(x_41, 3, x_37); -lean_ctor_set(x_41, 4, x_38); -lean_ctor_set(x_41, 5, x_39); -lean_ctor_set(x_41, 6, x_25); -lean_ctor_set(x_41, 7, x_40); -x_42 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__5; -x_43 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Command_elabExport___spec__16(x_42, x_11, x_3, x_41, x_5, x_24); -x_44 = lean_ctor_get(x_43, 0); +x_40 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_40, 0, x_33); +lean_ctor_set(x_40, 1, x_34); +lean_ctor_set(x_40, 2, x_35); +lean_ctor_set(x_40, 3, x_36); +lean_ctor_set(x_40, 4, x_37); +lean_ctor_set(x_40, 5, x_38); +lean_ctor_set(x_40, 6, x_24); +lean_ctor_set(x_40, 7, x_39); +x_41 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__5; +x_42 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Command_elabExport___spec__16(x_41, x_11, x_3, x_40, x_5, x_23); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -if (lean_is_exclusive(x_43)) { - lean_ctor_release(x_43, 0); - lean_ctor_release(x_43, 1); - x_46 = x_43; +if (lean_is_exclusive(x_42)) { + lean_ctor_release(x_42, 0); + lean_ctor_release(x_42, 1); + x_45 = x_42; } else { - lean_dec_ref(x_43); - x_46 = lean_box(0); + lean_dec_ref(x_42); + x_45 = lean_box(0); } -if (lean_is_scalar(x_46)) { - x_47 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_45)) { + x_46 = lean_alloc_ctor(1, 2, 0); } else { - x_47 = x_46; + x_46 = x_45; } -lean_ctor_set(x_47, 0, x_44); -lean_ctor_set(x_47, 1, x_45); -return x_47; +lean_ctor_set(x_46, 0, x_43); +lean_ctor_set(x_46, 1, x_44); +return x_46; } } else { -uint8_t x_48; +uint8_t x_47; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_48 = !lean_is_exclusive(x_22); -if (x_48 == 0) +x_47 = !lean_is_exclusive(x_21); +if (x_47 == 0) { -lean_object* x_49; uint8_t x_50; -x_49 = lean_ctor_get(x_22, 0); -lean_dec(x_49); -x_50 = lean_nat_dec_lt(x_14, x_13); +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_21, 0); +lean_dec(x_48); +x_49 = lean_nat_dec_lt(x_14, x_13); lean_dec(x_13); -if (x_50 == 0) +if (x_49 == 0) { -lean_object* x_51; lean_object* x_52; +lean_object* x_50; lean_object* x_51; lean_dec(x_11); -x_51 = l_Lean_instInhabitedException; -x_52 = l___private_Init_Util_0__outOfBounds___rarg(x_51); -lean_ctor_set_tag(x_22, 1); -lean_ctor_set(x_22, 0, x_52); -return x_22; +x_50 = l_Lean_instInhabitedException; +x_51 = l___private_Init_Util_0__outOfBounds___rarg(x_50); +lean_ctor_set_tag(x_21, 1); +lean_ctor_set(x_21, 0, x_51); +return x_21; } else { -lean_object* x_53; -x_53 = lean_array_fget(x_11, x_14); +lean_object* x_52; +x_52 = lean_array_fget(x_11, x_14); lean_dec(x_11); -lean_ctor_set_tag(x_22, 1); -lean_ctor_set(x_22, 0, x_53); -return x_22; +lean_ctor_set_tag(x_21, 1); +lean_ctor_set(x_21, 0, x_52); +return x_21; } } else { -lean_object* x_54; uint8_t x_55; -x_54 = lean_ctor_get(x_22, 1); -lean_inc(x_54); -lean_dec(x_22); -x_55 = lean_nat_dec_lt(x_14, x_13); +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_dec(x_21); +x_54 = lean_nat_dec_lt(x_14, x_13); lean_dec(x_13); -if (x_55 == 0) +if (x_54 == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_dec(x_11); -x_56 = l_Lean_instInhabitedException; -x_57 = l___private_Init_Util_0__outOfBounds___rarg(x_56); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_54); -return x_58; +x_55 = l_Lean_instInhabitedException; +x_56 = l___private_Init_Util_0__outOfBounds___rarg(x_55); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_53); +return x_57; } else { -lean_object* x_59; lean_object* x_60; -x_59 = lean_array_fget(x_11, x_14); +lean_object* x_58; lean_object* x_59; +x_58 = lean_array_fget(x_11, x_14); lean_dec(x_11); -x_60 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_54); -return x_60; -} +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_53); +return x_59; } } } @@ -10357,7 +10340,7 @@ 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_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(x_120, x_121, x_113); +x_125 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(x_120, x_121, x_113); x_126 = lean_array_to_list(lean_box(0), x_125); x_127 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_127, 0, x_115); @@ -11648,171 +11631,7 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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; lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_6 = l_Lean_Elab_Command_getRef(x_3, 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_inc(x_8); -lean_dec(x_6); -x_9 = l_Lean_replaceRef(x_1, x_7); -lean_dec(x_7); -x_10 = !lean_is_exclusive(x_3); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_3, 6); -lean_dec(x_11); -lean_ctor_set(x_3, 6, x_9); -x_12 = l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__18(x_2, x_3, x_4, x_8); -return x_12; -} -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_21; -x_13 = lean_ctor_get(x_3, 0); -x_14 = lean_ctor_get(x_3, 1); -x_15 = lean_ctor_get(x_3, 2); -x_16 = lean_ctor_get(x_3, 3); -x_17 = lean_ctor_get(x_3, 4); -x_18 = lean_ctor_get(x_3, 5); -x_19 = lean_ctor_get(x_3, 7); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_dec(x_3); -x_20 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_20, 0, x_13); -lean_ctor_set(x_20, 1, x_14); -lean_ctor_set(x_20, 2, x_15); -lean_ctor_set(x_20, 3, x_16); -lean_ctor_set(x_20, 4, x_17); -lean_ctor_set(x_20, 5, x_18); -lean_ctor_set(x_20, 6, x_9); -lean_ctor_set(x_20, 7, x_19); -x_21 = l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__18(x_2, x_20, x_4, x_8); -return x_21; -} -} -} -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("redundant binder annotation update", 34); -return x_1; -} -} -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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, lean_object* x_8) { -_start: -{ -uint8_t x_9; -x_9 = lean_usize_dec_lt(x_4, x_3); -if (x_9 == 0) -{ -lean_object* x_10; -lean_dec(x_6); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_5); -lean_ctor_set(x_10, 1, x_8); -return x_10; -} -else -{ -lean_object* x_11; uint8_t x_12; -lean_dec(x_5); -x_11 = lean_array_uget(x_2, x_4); -x_12 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_containsId(x_1, x_11); -if (x_12 == 0) -{ -size_t x_13; size_t x_14; lean_object* x_15; -lean_dec(x_11); -x_13 = 1; -x_14 = lean_usize_add(x_4, x_13); -x_15 = lean_box(0); -x_4 = x_14; -x_5 = x_15; -goto _start; -} -else -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__2; -x_18 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(x_11, x_17, x_6, x_7, x_8); -lean_dec(x_11); -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) -{ -return x_18; -} -else -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_18, 0); -x_21 = lean_ctor_get(x_18, 1); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_18); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; -} -} -} -} -} -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_containsId(x_1, x_6); -lean_dec(x_6); -if (x_7 == 0) -{ -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; -} -else -{ -uint8_t x_11; -x_11 = 1; -return x_11; -} -} -else -{ -uint8_t x_12; -x_12 = 0; -return x_12; -} -} -} -LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -11835,7 +11654,7 @@ return x_7; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1() { _start: { lean_object* x_1; @@ -11843,7 +11662,7 @@ x_1 = lean_mk_string_from_bytes("{", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__2() { _start: { lean_object* x_1; @@ -11851,17 +11670,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4() { _start: { lean_object* x_1; @@ -11869,7 +11688,7 @@ x_1 = lean_mk_string_from_bytes("}", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -11878,7 +11697,7 @@ x_2 = l_Array_append___rarg(x_1, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6() { _start: { lean_object* x_1; @@ -11886,7 +11705,7 @@ x_1 = lean_mk_string_from_bytes("(", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7() { _start: { lean_object* x_1; @@ -11894,7 +11713,7 @@ x_1 = lean_mk_string_from_bytes(")", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(uint8_t x_1, lean_object* x_2, uint8_t 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, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(uint8_t x_1, lean_object* x_2, uint8_t 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, lean_object* x_10) { _start: { uint8_t x_11; @@ -11910,272 +11729,1227 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_21; x_13 = lean_array_uget(x_4, x_6); -x_21 = lean_ctor_get(x_7, 1); -lean_inc(x_21); -x_22 = lean_ctor_get(x_7, 0); -lean_inc(x_22); -if (lean_is_exclusive(x_7)) { - lean_ctor_release(x_7, 0); - lean_ctor_release(x_7, 1); - x_23 = x_7; -} else { - lean_dec_ref(x_7); - x_23 = lean_box(0); -} -x_24 = lean_ctor_get(x_21, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_21, 1); -lean_inc(x_25); -if (lean_is_exclusive(x_21)) { - lean_ctor_release(x_21, 0); - lean_ctor_release(x_21, 1); - x_26 = x_21; -} else { - lean_dec_ref(x_21); - x_26 = lean_box(0); -} +x_21 = !lean_is_exclusive(x_7); +if (x_21 == 0) +{ +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_7, 1); +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; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_24 = lean_ctor_get(x_7, 0); +x_25 = lean_ctor_get(x_22, 0); +x_26 = lean_ctor_get(x_22, 1); lean_inc(x_13); -x_102 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___lambda__1___boxed), 2, 1); -lean_closure_set(x_102, 0, x_13); -x_103 = lean_array_get_size(x_22); -x_104 = lean_unsigned_to_nat(0u); -x_105 = l_Array_findIdx_x3f_loop___rarg(x_22, x_102, x_103, x_104, lean_box(0)); -if (lean_obj_tag(x_105) == 0) +x_27 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1___boxed), 2, 1); +lean_closure_set(x_27, 0, x_13); +x_28 = lean_array_get_size(x_24); +x_29 = lean_unsigned_to_nat(0u); +x_30 = l_Array_findIdx_x3f_loop___rarg(x_24, x_27, x_28, x_29, lean_box(0)); +if (lean_obj_tag(x_30) == 0) { if (x_3 == 0) { -uint8_t x_106; -x_106 = 0; -x_27 = x_106; -goto block_101; +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; 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; +x_31 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +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 = 0; +x_35 = l_Lean_SourceInfo_fromRef(x_32, x_34); +x_36 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_33); +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +lean_dec(x_36); +x_38 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_37); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; +lean_inc(x_35); +x_41 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_41, 0, x_35); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_35); +x_43 = l_Lean_Syntax_node1(x_35, x_42, x_13); +x_44 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; +lean_inc(x_35); +x_45 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_45, 0, x_35); +lean_ctor_set(x_45, 1, x_44); +if (lean_obj_tag(x_2) == 0) +{ +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 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_35); +x_47 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_47, 0, x_35); +lean_ctor_set(x_47, 1, x_42); +lean_ctor_set(x_47, 2, x_46); +x_48 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_49 = l_Lean_Syntax_node4(x_35, x_48, x_41, x_43, x_47, x_45); +x_50 = lean_array_push(x_26, x_49); +lean_ctor_set(x_22, 1, x_50); +x_51 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_51, 0, x_7); +x_14 = x_51; +x_15 = x_39; +goto block_20; } else { -uint8_t x_107; -x_107 = 1; -x_27 = x_107; -goto block_101; +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; +x_52 = lean_ctor_get(x_2, 0); +lean_inc(x_52); +x_53 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_35); +x_54 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_54, 0, x_35); +lean_ctor_set(x_54, 1, x_53); +x_55 = l_Array_mkArray2___rarg(x_54, x_52); +x_56 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +x_57 = l_Array_append___rarg(x_56, x_55); +lean_inc(x_35); +x_58 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_58, 0, x_35); +lean_ctor_set(x_58, 1, x_42); +lean_ctor_set(x_58, 2, x_57); +x_59 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_60 = l_Lean_Syntax_node4(x_35, x_59, x_41, x_43, x_58, x_45); +x_61 = lean_array_push(x_26, x_60); +lean_ctor_set(x_22, 1, x_61); +x_62 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_62, 0, x_7); +x_14 = x_62; +x_15 = x_39; +goto block_20; } } else { -lean_object* x_108; lean_object* x_109; uint8_t x_110; -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -x_108 = lean_ctor_get(x_105, 0); -lean_inc(x_108); -lean_dec(x_105); -x_109 = l_Array_eraseIdx___rarg(x_22, x_108); -lean_dec(x_108); -if (x_1 == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_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_63 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = 0; +x_67 = l_Lean_SourceInfo_fromRef(x_64, x_66); +x_68 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_65); +x_69 = lean_ctor_get(x_68, 1); +lean_inc(x_69); +lean_dec(x_68); +x_70 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_69); +x_71 = lean_ctor_get(x_70, 1); +lean_inc(x_71); +lean_dec(x_70); +x_72 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; +lean_inc(x_67); +x_73 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_73, 0, x_67); +lean_ctor_set(x_73, 1, x_72); +x_74 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_67); +x_75 = l_Lean_Syntax_node1(x_67, x_74, x_13); +x_76 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +lean_inc(x_67); +x_77 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_77, 0, x_67); +lean_ctor_set(x_77, 1, x_74); +lean_ctor_set(x_77, 2, x_76); +x_78 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; +lean_inc(x_67); +x_79 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_79, 0, x_67); +lean_ctor_set(x_79, 1, x_78); +if (lean_obj_tag(x_2) == 0) { -uint8_t x_193; -x_193 = 0; -x_110 = x_193; -goto block_192; +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_80 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_67); +x_81 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_81, 0, x_67); +lean_ctor_set(x_81, 1, x_74); +lean_ctor_set(x_81, 2, x_80); +x_82 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_83 = l_Lean_Syntax_node5(x_67, x_82, x_73, x_75, x_81, x_77, x_79); +x_84 = lean_array_push(x_26, x_83); +lean_ctor_set(x_22, 1, x_84); +x_85 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_85, 0, x_7); +x_14 = x_85; +x_15 = x_71; +goto block_20; } else { -uint8_t x_194; -x_194 = 1; -x_110 = x_194; -goto block_192; +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; +x_86 = lean_ctor_get(x_2, 0); +lean_inc(x_86); +x_87 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_67); +x_88 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_88, 0, x_67); +lean_ctor_set(x_88, 1, x_87); +x_89 = l_Array_mkArray2___rarg(x_88, x_86); +x_90 = l_Array_append___rarg(x_76, x_89); +lean_inc(x_67); +x_91 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_91, 0, x_67); +lean_ctor_set(x_91, 1, x_74); +lean_ctor_set(x_91, 2, x_90); +x_92 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_93 = l_Lean_Syntax_node5(x_67, x_92, x_73, x_75, x_91, x_77, x_79); +x_94 = lean_array_push(x_26, x_93); +lean_ctor_set(x_22, 1, x_94); +x_95 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_95, 0, x_7); +x_14 = x_95; +x_15 = x_71; +goto block_20; +} +} } -block_192: +else { -if (x_110 == 0) +lean_object* x_96; lean_object* x_97; +lean_dec(x_25); +x_96 = lean_ctor_get(x_30, 0); +lean_inc(x_96); +lean_dec(x_30); +x_97 = l_Array_eraseIdx___rarg(x_24, x_96); +lean_dec(x_96); +if (x_1 == 0) { -lean_object* x_111; lean_object* x_112; lean_object* x_113; uint8_t 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_111 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); -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 = 0; -x_115 = l_Lean_SourceInfo_fromRef(x_112, x_114); -x_116 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_113); -x_117 = lean_ctor_get(x_116, 1); -lean_inc(x_117); -lean_dec(x_116); -x_118 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_117); -x_119 = lean_ctor_get(x_118, 1); -lean_inc(x_119); -lean_dec(x_118); -x_120 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1; -lean_inc(x_115); -x_121 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_121, 0, x_115); -lean_ctor_set(x_121, 1, x_120); -x_122 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; -lean_inc(x_115); -x_123 = l_Lean_Syntax_node1(x_115, x_122, x_13); -x_124 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4; -lean_inc(x_115); -x_125 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_125, 0, x_115); -lean_ctor_set(x_125, 1, x_124); +lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t 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; +x_98 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_99 = lean_ctor_get(x_98, 0); +lean_inc(x_99); +x_100 = lean_ctor_get(x_98, 1); +lean_inc(x_100); +lean_dec(x_98); +x_101 = 0; +x_102 = l_Lean_SourceInfo_fromRef(x_99, x_101); +x_103 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_100); +x_104 = lean_ctor_get(x_103, 1); +lean_inc(x_104); +lean_dec(x_103); +x_105 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_104); +x_106 = lean_ctor_get(x_105, 1); +lean_inc(x_106); +lean_dec(x_105); +x_107 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; +lean_inc(x_102); +x_108 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_108, 0, x_102); +lean_ctor_set(x_108, 1, x_107); +x_109 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_102); +x_110 = l_Lean_Syntax_node1(x_102, x_109, x_13); +x_111 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; +lean_inc(x_102); +x_112 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_112, 0, x_102); +lean_ctor_set(x_112, 1, x_111); if (lean_obj_tag(x_2) == 0) { -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; -x_126 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5; -lean_inc(x_115); +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; uint8_t x_118; lean_object* x_119; lean_object* x_120; +x_113 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_102); +x_114 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_114, 0, x_102); +lean_ctor_set(x_114, 1, x_109); +lean_ctor_set(x_114, 2, x_113); +x_115 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_116 = l_Lean_Syntax_node4(x_102, x_115, x_108, x_110, x_114, x_112); +x_117 = lean_array_push(x_26, x_116); +x_118 = 1; +x_119 = lean_box(x_118); +lean_ctor_set(x_22, 1, x_117); +lean_ctor_set(x_22, 0, x_119); +lean_ctor_set(x_7, 0, x_97); +x_120 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_120, 0, x_7); +x_14 = x_120; +x_15 = x_106; +goto block_20; +} +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; uint8_t x_131; lean_object* x_132; lean_object* x_133; +x_121 = lean_ctor_get(x_2, 0); +lean_inc(x_121); +x_122 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_102); +x_123 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_123, 0, x_102); +lean_ctor_set(x_123, 1, x_122); +x_124 = l_Array_mkArray2___rarg(x_123, x_121); +x_125 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +x_126 = l_Array_append___rarg(x_125, x_124); +lean_inc(x_102); x_127 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_127, 0, x_115); -lean_ctor_set(x_127, 1, x_122); +lean_ctor_set(x_127, 0, x_102); +lean_ctor_set(x_127, 1, x_109); lean_ctor_set(x_127, 2, x_126); x_128 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; -x_129 = l_Lean_Syntax_node4(x_115, x_128, x_121, x_123, x_127, x_125); -x_130 = lean_array_push(x_25, x_129); +x_129 = l_Lean_Syntax_node4(x_102, x_128, x_108, x_110, x_127, x_112); +x_130 = lean_array_push(x_26, x_129); x_131 = 1; x_132 = lean_box(x_131); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_130); -x_134 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_134, 0, x_109); -lean_ctor_set(x_134, 1, x_133); -x_135 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_135, 0, x_134); -x_14 = x_135; -x_15 = x_119; +lean_ctor_set(x_22, 1, x_130); +lean_ctor_set(x_22, 0, x_132); +lean_ctor_set(x_7, 0, x_97); +x_133 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_133, 0, x_7); +x_14 = x_133; +x_15 = x_106; +goto block_20; +} +} +else +{ +lean_object* x_134; lean_object* x_135; lean_object* x_136; uint8_t 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; +x_134 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_135 = lean_ctor_get(x_134, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_134, 1); +lean_inc(x_136); +lean_dec(x_134); +x_137 = 0; +x_138 = l_Lean_SourceInfo_fromRef(x_135, x_137); +x_139 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_136); +x_140 = lean_ctor_get(x_139, 1); +lean_inc(x_140); +lean_dec(x_139); +x_141 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_140); +x_142 = lean_ctor_get(x_141, 1); +lean_inc(x_142); +lean_dec(x_141); +x_143 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; +lean_inc(x_138); +x_144 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_144, 0, x_138); +lean_ctor_set(x_144, 1, x_143); +x_145 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_138); +x_146 = l_Lean_Syntax_node1(x_138, x_145, x_13); +x_147 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +lean_inc(x_138); +x_148 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_148, 0, x_138); +lean_ctor_set(x_148, 1, x_145); +lean_ctor_set(x_148, 2, x_147); +x_149 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; +lean_inc(x_138); +x_150 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_150, 0, x_138); +lean_ctor_set(x_150, 1, x_149); +if (lean_obj_tag(x_2) == 0) +{ +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; +x_151 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_138); +x_152 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_152, 0, x_138); +lean_ctor_set(x_152, 1, x_145); +lean_ctor_set(x_152, 2, x_151); +x_153 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_154 = l_Lean_Syntax_node5(x_138, x_153, x_144, x_146, x_152, x_148, x_150); +x_155 = lean_array_push(x_26, x_154); +x_156 = 1; +x_157 = lean_box(x_156); +lean_ctor_set(x_22, 1, x_155); +lean_ctor_set(x_22, 0, x_157); +lean_ctor_set(x_7, 0, x_97); +x_158 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_158, 0, x_7); +x_14 = x_158; +x_15 = x_142; +goto block_20; +} +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; uint8_t x_168; lean_object* x_169; lean_object* x_170; +x_159 = lean_ctor_get(x_2, 0); +lean_inc(x_159); +x_160 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_138); +x_161 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_161, 0, x_138); +lean_ctor_set(x_161, 1, x_160); +x_162 = l_Array_mkArray2___rarg(x_161, x_159); +x_163 = l_Array_append___rarg(x_147, x_162); +lean_inc(x_138); +x_164 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_164, 0, x_138); +lean_ctor_set(x_164, 1, x_145); +lean_ctor_set(x_164, 2, x_163); +x_165 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_166 = l_Lean_Syntax_node5(x_138, x_165, x_144, x_146, x_164, x_148, x_150); +x_167 = lean_array_push(x_26, x_166); +x_168 = 1; +x_169 = lean_box(x_168); +lean_ctor_set(x_22, 1, x_167); +lean_ctor_set(x_22, 0, x_169); +lean_ctor_set(x_7, 0, x_97); +x_170 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_170, 0, x_7); +x_14 = x_170; +x_15 = x_142; +goto block_20; +} +} +} +} +else +{ +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; +x_171 = lean_ctor_get(x_7, 0); +x_172 = lean_ctor_get(x_22, 0); +x_173 = lean_ctor_get(x_22, 1); +lean_inc(x_173); +lean_inc(x_172); +lean_dec(x_22); +lean_inc(x_13); +x_174 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1___boxed), 2, 1); +lean_closure_set(x_174, 0, x_13); +x_175 = lean_array_get_size(x_171); +x_176 = lean_unsigned_to_nat(0u); +x_177 = l_Array_findIdx_x3f_loop___rarg(x_171, x_174, x_175, x_176, lean_box(0)); +if (lean_obj_tag(x_177) == 0) +{ +if (x_3 == 0) +{ +lean_object* x_178; lean_object* x_179; lean_object* x_180; uint8_t 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_178 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +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); +x_181 = 0; +x_182 = l_Lean_SourceInfo_fromRef(x_179, x_181); +x_183 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_180); +x_184 = lean_ctor_get(x_183, 1); +lean_inc(x_184); +lean_dec(x_183); +x_185 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_184); +x_186 = lean_ctor_get(x_185, 1); +lean_inc(x_186); +lean_dec(x_185); +x_187 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; +lean_inc(x_182); +x_188 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_188, 0, x_182); +lean_ctor_set(x_188, 1, x_187); +x_189 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_182); +x_190 = l_Lean_Syntax_node1(x_182, x_189, x_13); +x_191 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; +lean_inc(x_182); +x_192 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_192, 0, x_182); +lean_ctor_set(x_192, 1, x_191); +if (lean_obj_tag(x_2) == 0) +{ +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; +x_193 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_182); +x_194 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_194, 0, x_182); +lean_ctor_set(x_194, 1, x_189); +lean_ctor_set(x_194, 2, x_193); +x_195 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_196 = l_Lean_Syntax_node4(x_182, x_195, x_188, x_190, x_194, x_192); +x_197 = lean_array_push(x_173, x_196); +x_198 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_198, 0, x_172); +lean_ctor_set(x_198, 1, x_197); +lean_ctor_set(x_7, 1, x_198); +x_199 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_199, 0, x_7); +x_14 = x_199; +x_15 = x_186; +goto block_20; +} +else +{ +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_200 = lean_ctor_get(x_2, 0); +lean_inc(x_200); +x_201 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_182); +x_202 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_202, 0, x_182); +lean_ctor_set(x_202, 1, x_201); +x_203 = l_Array_mkArray2___rarg(x_202, x_200); +x_204 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +x_205 = l_Array_append___rarg(x_204, x_203); +lean_inc(x_182); +x_206 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_206, 0, x_182); +lean_ctor_set(x_206, 1, x_189); +lean_ctor_set(x_206, 2, x_205); +x_207 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_208 = l_Lean_Syntax_node4(x_182, x_207, x_188, x_190, x_206, x_192); +x_209 = lean_array_push(x_173, x_208); +x_210 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_210, 0, x_172); +lean_ctor_set(x_210, 1, x_209); +lean_ctor_set(x_7, 1, x_210); +x_211 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_211, 0, x_7); +x_14 = x_211; +x_15 = x_186; +goto block_20; +} +} +else +{ +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; +x_212 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_213 = lean_ctor_get(x_212, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_212, 1); +lean_inc(x_214); +lean_dec(x_212); +x_215 = 0; +x_216 = l_Lean_SourceInfo_fromRef(x_213, x_215); +x_217 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_214); +x_218 = lean_ctor_get(x_217, 1); +lean_inc(x_218); +lean_dec(x_217); +x_219 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_218); +x_220 = lean_ctor_get(x_219, 1); +lean_inc(x_220); +lean_dec(x_219); +x_221 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; +lean_inc(x_216); +x_222 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_222, 0, x_216); +lean_ctor_set(x_222, 1, x_221); +x_223 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_216); +x_224 = l_Lean_Syntax_node1(x_216, x_223, x_13); +x_225 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +lean_inc(x_216); +x_226 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_226, 0, x_216); +lean_ctor_set(x_226, 1, x_223); +lean_ctor_set(x_226, 2, x_225); +x_227 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; +lean_inc(x_216); +x_228 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_228, 0, x_216); +lean_ctor_set(x_228, 1, x_227); +if (lean_obj_tag(x_2) == 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 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_216); +x_230 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_230, 0, x_216); +lean_ctor_set(x_230, 1, x_223); +lean_ctor_set(x_230, 2, x_229); +x_231 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_232 = l_Lean_Syntax_node5(x_216, x_231, x_222, x_224, x_230, x_226, x_228); +x_233 = lean_array_push(x_173, x_232); +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_172); +lean_ctor_set(x_234, 1, x_233); +lean_ctor_set(x_7, 1, x_234); +x_235 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_235, 0, x_7); +x_14 = x_235; +x_15 = x_220; +goto block_20; +} +else +{ +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; +x_236 = lean_ctor_get(x_2, 0); +lean_inc(x_236); +x_237 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_216); +x_238 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_238, 0, x_216); +lean_ctor_set(x_238, 1, x_237); +x_239 = l_Array_mkArray2___rarg(x_238, x_236); +x_240 = l_Array_append___rarg(x_225, x_239); +lean_inc(x_216); +x_241 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_241, 0, x_216); +lean_ctor_set(x_241, 1, x_223); +lean_ctor_set(x_241, 2, x_240); +x_242 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_243 = l_Lean_Syntax_node5(x_216, x_242, x_222, x_224, x_241, x_226, x_228); +x_244 = lean_array_push(x_173, x_243); +x_245 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_245, 0, x_172); +lean_ctor_set(x_245, 1, x_244); +lean_ctor_set(x_7, 1, x_245); +x_246 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_246, 0, x_7); +x_14 = x_246; +x_15 = x_220; +goto block_20; +} +} +} +else +{ +lean_object* x_247; lean_object* x_248; +lean_dec(x_172); +x_247 = lean_ctor_get(x_177, 0); +lean_inc(x_247); +lean_dec(x_177); +x_248 = l_Array_eraseIdx___rarg(x_171, x_247); +lean_dec(x_247); +if (x_1 == 0) +{ +lean_object* x_249; lean_object* x_250; lean_object* x_251; uint8_t 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_249 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_250 = lean_ctor_get(x_249, 0); +lean_inc(x_250); +x_251 = lean_ctor_get(x_249, 1); +lean_inc(x_251); +lean_dec(x_249); +x_252 = 0; +x_253 = l_Lean_SourceInfo_fromRef(x_250, x_252); +x_254 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_251); +x_255 = lean_ctor_get(x_254, 1); +lean_inc(x_255); +lean_dec(x_254); +x_256 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_255); +x_257 = lean_ctor_get(x_256, 1); +lean_inc(x_257); +lean_dec(x_256); +x_258 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; +lean_inc(x_253); +x_259 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_259, 0, x_253); +lean_ctor_set(x_259, 1, x_258); +x_260 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_253); +x_261 = l_Lean_Syntax_node1(x_253, x_260, x_13); +x_262 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; +lean_inc(x_253); +x_263 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_263, 0, x_253); +lean_ctor_set(x_263, 1, x_262); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_264; 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; +x_264 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_253); +x_265 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_265, 0, x_253); +lean_ctor_set(x_265, 1, x_260); +lean_ctor_set(x_265, 2, x_264); +x_266 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_267 = l_Lean_Syntax_node4(x_253, x_266, x_259, x_261, x_265, x_263); +x_268 = lean_array_push(x_173, x_267); +x_269 = 1; +x_270 = lean_box(x_269); +x_271 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_271, 0, x_270); +lean_ctor_set(x_271, 1, x_268); +lean_ctor_set(x_7, 1, x_271); +lean_ctor_set(x_7, 0, x_248); +x_272 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_272, 0, x_7); +x_14 = x_272; +x_15 = x_257; +goto block_20; +} +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; uint8_t x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; +x_273 = lean_ctor_get(x_2, 0); +lean_inc(x_273); +x_274 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_253); +x_275 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_275, 0, x_253); +lean_ctor_set(x_275, 1, x_274); +x_276 = l_Array_mkArray2___rarg(x_275, x_273); +x_277 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +x_278 = l_Array_append___rarg(x_277, x_276); +lean_inc(x_253); +x_279 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_279, 0, x_253); +lean_ctor_set(x_279, 1, x_260); +lean_ctor_set(x_279, 2, x_278); +x_280 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_281 = l_Lean_Syntax_node4(x_253, x_280, x_259, x_261, x_279, x_263); +x_282 = lean_array_push(x_173, x_281); +x_283 = 1; +x_284 = lean_box(x_283); +x_285 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_285, 0, x_284); +lean_ctor_set(x_285, 1, x_282); +lean_ctor_set(x_7, 1, x_285); +lean_ctor_set(x_7, 0, x_248); +x_286 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_286, 0, x_7); +x_14 = x_286; +x_15 = x_257; +goto block_20; +} +} +else +{ +lean_object* x_287; 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; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; +x_287 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_288 = lean_ctor_get(x_287, 0); +lean_inc(x_288); +x_289 = lean_ctor_get(x_287, 1); +lean_inc(x_289); +lean_dec(x_287); +x_290 = 0; +x_291 = l_Lean_SourceInfo_fromRef(x_288, x_290); +x_292 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_289); +x_293 = lean_ctor_get(x_292, 1); +lean_inc(x_293); +lean_dec(x_292); +x_294 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_293); +x_295 = lean_ctor_get(x_294, 1); +lean_inc(x_295); +lean_dec(x_294); +x_296 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; +lean_inc(x_291); +x_297 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_297, 0, x_291); +lean_ctor_set(x_297, 1, x_296); +x_298 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_291); +x_299 = l_Lean_Syntax_node1(x_291, x_298, x_13); +x_300 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +lean_inc(x_291); +x_301 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_301, 0, x_291); +lean_ctor_set(x_301, 1, x_298); +lean_ctor_set(x_301, 2, x_300); +x_302 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; +lean_inc(x_291); +x_303 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_303, 0, x_291); +lean_ctor_set(x_303, 1, x_302); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; uint8_t x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; +x_304 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_291); +x_305 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_305, 0, x_291); +lean_ctor_set(x_305, 1, x_298); +lean_ctor_set(x_305, 2, x_304); +x_306 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_307 = l_Lean_Syntax_node5(x_291, x_306, x_297, x_299, x_305, x_301, x_303); +x_308 = lean_array_push(x_173, x_307); +x_309 = 1; +x_310 = lean_box(x_309); +x_311 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_311, 0, x_310); +lean_ctor_set(x_311, 1, x_308); +lean_ctor_set(x_7, 1, x_311); +lean_ctor_set(x_7, 0, x_248); +x_312 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_312, 0, x_7); +x_14 = x_312; +x_15 = x_295; +goto block_20; +} +else +{ +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; uint8_t x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; +x_313 = lean_ctor_get(x_2, 0); +lean_inc(x_313); +x_314 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_291); +x_315 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_315, 0, x_291); +lean_ctor_set(x_315, 1, x_314); +x_316 = l_Array_mkArray2___rarg(x_315, x_313); +x_317 = l_Array_append___rarg(x_300, x_316); +lean_inc(x_291); +x_318 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_318, 0, x_291); +lean_ctor_set(x_318, 1, x_298); +lean_ctor_set(x_318, 2, x_317); +x_319 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_320 = l_Lean_Syntax_node5(x_291, x_319, x_297, x_299, x_318, x_301, x_303); +x_321 = lean_array_push(x_173, x_320); +x_322 = 1; +x_323 = lean_box(x_322); +x_324 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_324, 0, x_323); +lean_ctor_set(x_324, 1, x_321); +lean_ctor_set(x_7, 1, x_324); +lean_ctor_set(x_7, 0, x_248); +x_325 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_325, 0, x_7); +x_14 = x_325; +x_15 = x_295; +goto block_20; +} +} +} +} +} +else +{ +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; +x_326 = lean_ctor_get(x_7, 1); +x_327 = lean_ctor_get(x_7, 0); +lean_inc(x_326); +lean_inc(x_327); +lean_dec(x_7); +x_328 = lean_ctor_get(x_326, 0); +lean_inc(x_328); +x_329 = lean_ctor_get(x_326, 1); +lean_inc(x_329); +if (lean_is_exclusive(x_326)) { + lean_ctor_release(x_326, 0); + lean_ctor_release(x_326, 1); + x_330 = x_326; +} else { + lean_dec_ref(x_326); + x_330 = lean_box(0); +} +lean_inc(x_13); +x_331 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1___boxed), 2, 1); +lean_closure_set(x_331, 0, x_13); +x_332 = lean_array_get_size(x_327); +x_333 = lean_unsigned_to_nat(0u); +x_334 = l_Array_findIdx_x3f_loop___rarg(x_327, x_331, x_332, x_333, lean_box(0)); +if (lean_obj_tag(x_334) == 0) +{ +if (x_3 == 0) +{ +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; lean_object* x_349; +x_335 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_336 = lean_ctor_get(x_335, 0); +lean_inc(x_336); +x_337 = lean_ctor_get(x_335, 1); +lean_inc(x_337); +lean_dec(x_335); +x_338 = 0; +x_339 = l_Lean_SourceInfo_fromRef(x_336, x_338); +x_340 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_337); +x_341 = lean_ctor_get(x_340, 1); +lean_inc(x_341); +lean_dec(x_340); +x_342 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_341); +x_343 = lean_ctor_get(x_342, 1); +lean_inc(x_343); +lean_dec(x_342); +x_344 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; +lean_inc(x_339); +x_345 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_345, 0, x_339); +lean_ctor_set(x_345, 1, x_344); +x_346 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_339); +x_347 = l_Lean_Syntax_node1(x_339, x_346, x_13); +x_348 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; +lean_inc(x_339); +x_349 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_349, 0, x_339); +lean_ctor_set(x_349, 1, x_348); +if (lean_obj_tag(x_2) == 0) +{ +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; +x_350 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_339); +x_351 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_351, 0, x_339); +lean_ctor_set(x_351, 1, x_346); +lean_ctor_set(x_351, 2, x_350); +x_352 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_353 = l_Lean_Syntax_node4(x_339, x_352, x_345, x_347, x_351, x_349); +x_354 = lean_array_push(x_329, x_353); +if (lean_is_scalar(x_330)) { + x_355 = lean_alloc_ctor(0, 2, 0); +} else { + x_355 = x_330; +} +lean_ctor_set(x_355, 0, x_328); +lean_ctor_set(x_355, 1, x_354); +x_356 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_356, 0, x_327); +lean_ctor_set(x_356, 1, x_355); +x_357 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_357, 0, x_356); +x_14 = x_357; +x_15 = x_343; +goto block_20; +} +else +{ +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; +x_358 = lean_ctor_get(x_2, 0); +lean_inc(x_358); +x_359 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_339); +x_360 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_360, 0, x_339); +lean_ctor_set(x_360, 1, x_359); +x_361 = l_Array_mkArray2___rarg(x_360, x_358); +x_362 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +x_363 = l_Array_append___rarg(x_362, x_361); +lean_inc(x_339); +x_364 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_364, 0, x_339); +lean_ctor_set(x_364, 1, x_346); +lean_ctor_set(x_364, 2, x_363); +x_365 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_366 = l_Lean_Syntax_node4(x_339, x_365, x_345, x_347, x_364, x_349); +x_367 = lean_array_push(x_329, x_366); +if (lean_is_scalar(x_330)) { + x_368 = lean_alloc_ctor(0, 2, 0); +} else { + x_368 = x_330; +} +lean_ctor_set(x_368, 0, x_328); +lean_ctor_set(x_368, 1, x_367); +x_369 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_369, 0, x_327); +lean_ctor_set(x_369, 1, x_368); +x_370 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_370, 0, x_369); +x_14 = x_370; +x_15 = x_343; +goto block_20; +} +} +else +{ +lean_object* x_371; lean_object* x_372; lean_object* x_373; uint8_t 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; +x_371 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +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 = 0; +x_375 = l_Lean_SourceInfo_fromRef(x_372, x_374); +x_376 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_373); +x_377 = lean_ctor_get(x_376, 1); +lean_inc(x_377); +lean_dec(x_376); +x_378 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_377); +x_379 = lean_ctor_get(x_378, 1); +lean_inc(x_379); +lean_dec(x_378); +x_380 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; +lean_inc(x_375); +x_381 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_381, 0, x_375); +lean_ctor_set(x_381, 1, x_380); +x_382 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_375); +x_383 = l_Lean_Syntax_node1(x_375, x_382, x_13); +x_384 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +lean_inc(x_375); +x_385 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_385, 0, x_375); +lean_ctor_set(x_385, 1, x_382); +lean_ctor_set(x_385, 2, x_384); +x_386 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; +lean_inc(x_375); +x_387 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_387, 0, x_375); +lean_ctor_set(x_387, 1, x_386); +if (lean_obj_tag(x_2) == 0) +{ +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; +x_388 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_375); +x_389 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_389, 0, x_375); +lean_ctor_set(x_389, 1, x_382); +lean_ctor_set(x_389, 2, x_388); +x_390 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_391 = l_Lean_Syntax_node5(x_375, x_390, x_381, x_383, x_389, x_385, x_387); +x_392 = lean_array_push(x_329, x_391); +if (lean_is_scalar(x_330)) { + x_393 = lean_alloc_ctor(0, 2, 0); +} else { + x_393 = x_330; +} +lean_ctor_set(x_393, 0, x_328); +lean_ctor_set(x_393, 1, x_392); +x_394 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_394, 0, x_327); +lean_ctor_set(x_394, 1, x_393); +x_395 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_395, 0, x_394); +x_14 = x_395; +x_15 = x_379; +goto block_20; +} +else +{ +lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; +x_396 = lean_ctor_get(x_2, 0); +lean_inc(x_396); +x_397 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_375); +x_398 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_398, 0, x_375); +lean_ctor_set(x_398, 1, x_397); +x_399 = l_Array_mkArray2___rarg(x_398, x_396); +x_400 = l_Array_append___rarg(x_384, x_399); +lean_inc(x_375); +x_401 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_401, 0, x_375); +lean_ctor_set(x_401, 1, x_382); +lean_ctor_set(x_401, 2, x_400); +x_402 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_403 = l_Lean_Syntax_node5(x_375, x_402, x_381, x_383, x_401, x_385, x_387); +x_404 = lean_array_push(x_329, x_403); +if (lean_is_scalar(x_330)) { + x_405 = lean_alloc_ctor(0, 2, 0); +} else { + x_405 = x_330; +} +lean_ctor_set(x_405, 0, x_328); +lean_ctor_set(x_405, 1, x_404); +x_406 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_406, 0, x_327); +lean_ctor_set(x_406, 1, x_405); +x_407 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_407, 0, x_406); +x_14 = x_407; +x_15 = x_379; +goto block_20; +} +} +} +else +{ +lean_object* x_408; lean_object* x_409; +lean_dec(x_328); +x_408 = lean_ctor_get(x_334, 0); +lean_inc(x_408); +lean_dec(x_334); +x_409 = l_Array_eraseIdx___rarg(x_327, x_408); +lean_dec(x_408); +if (x_1 == 0) +{ +lean_object* x_410; lean_object* x_411; lean_object* x_412; uint8_t 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; +x_410 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_411 = lean_ctor_get(x_410, 0); +lean_inc(x_411); +x_412 = lean_ctor_get(x_410, 1); +lean_inc(x_412); +lean_dec(x_410); +x_413 = 0; +x_414 = l_Lean_SourceInfo_fromRef(x_411, x_413); +x_415 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_412); +x_416 = lean_ctor_get(x_415, 1); +lean_inc(x_416); +lean_dec(x_415); +x_417 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_416); +x_418 = lean_ctor_get(x_417, 1); +lean_inc(x_418); +lean_dec(x_417); +x_419 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; +lean_inc(x_414); +x_420 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_420, 0, x_414); +lean_ctor_set(x_420, 1, x_419); +x_421 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_414); +x_422 = l_Lean_Syntax_node1(x_414, x_421, x_13); +x_423 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; +lean_inc(x_414); +x_424 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_424, 0, x_414); +lean_ctor_set(x_424, 1, x_423); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; uint8_t x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; +x_425 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_414); +x_426 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_426, 0, x_414); +lean_ctor_set(x_426, 1, x_421); +lean_ctor_set(x_426, 2, x_425); +x_427 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_428 = l_Lean_Syntax_node4(x_414, x_427, x_420, x_422, x_426, x_424); +x_429 = lean_array_push(x_329, x_428); +x_430 = 1; +x_431 = lean_box(x_430); +if (lean_is_scalar(x_330)) { + x_432 = lean_alloc_ctor(0, 2, 0); +} else { + x_432 = x_330; +} +lean_ctor_set(x_432, 0, x_431); +lean_ctor_set(x_432, 1, x_429); +x_433 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_433, 0, x_409); +lean_ctor_set(x_433, 1, x_432); +x_434 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_434, 0, x_433); +x_14 = x_434; +x_15 = x_418; goto block_20; } else { -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; -x_136 = lean_ctor_get(x_2, 0); -lean_inc(x_136); -x_137 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; -lean_inc(x_115); -x_138 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_138, 0, x_115); -lean_ctor_set(x_138, 1, x_137); -x_139 = l_Array_mkArray2___rarg(x_138, x_136); -x_140 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; -x_141 = l_Array_append___rarg(x_140, x_139); -lean_inc(x_115); -x_142 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_142, 0, x_115); -lean_ctor_set(x_142, 1, x_122); -lean_ctor_set(x_142, 2, x_141); -x_143 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; -x_144 = l_Lean_Syntax_node4(x_115, x_143, x_121, x_123, x_142, x_125); -x_145 = lean_array_push(x_25, x_144); -x_146 = 1; -x_147 = lean_box(x_146); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_145); -x_149 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_149, 0, x_109); -lean_ctor_set(x_149, 1, x_148); -x_150 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_150, 0, x_149); -x_14 = x_150; -x_15 = x_119; +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; +x_435 = lean_ctor_get(x_2, 0); +lean_inc(x_435); +x_436 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_414); +x_437 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_437, 0, x_414); +lean_ctor_set(x_437, 1, x_436); +x_438 = l_Array_mkArray2___rarg(x_437, x_435); +x_439 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +x_440 = l_Array_append___rarg(x_439, x_438); +lean_inc(x_414); +x_441 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_441, 0, x_414); +lean_ctor_set(x_441, 1, x_421); +lean_ctor_set(x_441, 2, x_440); +x_442 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; +x_443 = l_Lean_Syntax_node4(x_414, x_442, x_420, x_422, x_441, x_424); +x_444 = lean_array_push(x_329, x_443); +x_445 = 1; +x_446 = lean_box(x_445); +if (lean_is_scalar(x_330)) { + x_447 = lean_alloc_ctor(0, 2, 0); +} else { + x_447 = x_330; +} +lean_ctor_set(x_447, 0, x_446); +lean_ctor_set(x_447, 1, x_444); +x_448 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_448, 0, x_409); +lean_ctor_set(x_448, 1, x_447); +x_449 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_449, 0, x_448); +x_14 = x_449; +x_15 = x_418; goto block_20; } } else { -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; -x_151 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); -x_152 = lean_ctor_get(x_151, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_151, 1); -lean_inc(x_153); -lean_dec(x_151); -x_154 = 0; -x_155 = l_Lean_SourceInfo_fromRef(x_152, x_154); -x_156 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_153); -x_157 = lean_ctor_get(x_156, 1); -lean_inc(x_157); -lean_dec(x_156); -x_158 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_157); -x_159 = lean_ctor_get(x_158, 1); -lean_inc(x_159); -lean_dec(x_158); -x_160 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6; -lean_inc(x_155); -x_161 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_161, 0, x_155); -lean_ctor_set(x_161, 1, x_160); -x_162 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; -lean_inc(x_155); -x_163 = l_Lean_Syntax_node1(x_155, x_162, x_13); -x_164 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; -lean_inc(x_155); -x_165 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_165, 0, x_155); -lean_ctor_set(x_165, 1, x_162); -lean_ctor_set(x_165, 2, x_164); -x_166 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7; -lean_inc(x_155); -x_167 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_167, 0, x_155); -lean_ctor_set(x_167, 1, x_166); +lean_object* x_450; lean_object* x_451; lean_object* x_452; uint8_t x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; +x_450 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); +x_451 = lean_ctor_get(x_450, 0); +lean_inc(x_451); +x_452 = lean_ctor_get(x_450, 1); +lean_inc(x_452); +lean_dec(x_450); +x_453 = 0; +x_454 = l_Lean_SourceInfo_fromRef(x_451, x_453); +x_455 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_452); +x_456 = lean_ctor_get(x_455, 1); +lean_inc(x_456); +lean_dec(x_455); +x_457 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_456); +x_458 = lean_ctor_get(x_457, 1); +lean_inc(x_458); +lean_dec(x_457); +x_459 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; +lean_inc(x_454); +x_460 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_460, 0, x_454); +lean_ctor_set(x_460, 1, x_459); +x_461 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; +lean_inc(x_454); +x_462 = l_Lean_Syntax_node1(x_454, x_461, x_13); +x_463 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; +lean_inc(x_454); +x_464 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_464, 0, x_454); +lean_ctor_set(x_464, 1, x_461); +lean_ctor_set(x_464, 2, x_463); +x_465 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; +lean_inc(x_454); +x_466 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_466, 0, x_454); +lean_ctor_set(x_466, 1, x_465); if (lean_obj_tag(x_2) == 0) { -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; uint8_t x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; -x_168 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5; -lean_inc(x_155); -x_169 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_169, 0, x_155); -lean_ctor_set(x_169, 1, x_162); -lean_ctor_set(x_169, 2, x_168); -x_170 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; -x_171 = l_Lean_Syntax_node5(x_155, x_170, x_161, x_163, x_169, x_165, x_167); -x_172 = lean_array_push(x_25, x_171); -x_173 = 1; -x_174 = lean_box(x_173); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_175, 1, x_172); -x_176 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_176, 0, x_109); -lean_ctor_set(x_176, 1, x_175); -x_177 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_177, 0, x_176); -x_14 = x_177; -x_15 = x_159; +lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; uint8_t x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; +x_467 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5; +lean_inc(x_454); +x_468 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_468, 0, x_454); +lean_ctor_set(x_468, 1, x_461); +lean_ctor_set(x_468, 2, x_467); +x_469 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_470 = l_Lean_Syntax_node5(x_454, x_469, x_460, x_462, x_468, x_464, x_466); +x_471 = lean_array_push(x_329, x_470); +x_472 = 1; +x_473 = lean_box(x_472); +if (lean_is_scalar(x_330)) { + x_474 = lean_alloc_ctor(0, 2, 0); +} else { + x_474 = x_330; +} +lean_ctor_set(x_474, 0, x_473); +lean_ctor_set(x_474, 1, x_471); +x_475 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_475, 0, x_409); +lean_ctor_set(x_475, 1, x_474); +x_476 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_476, 0, x_475); +x_14 = x_476; +x_15 = x_458; goto block_20; } else { -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; -x_178 = lean_ctor_get(x_2, 0); -lean_inc(x_178); -x_179 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; -lean_inc(x_155); -x_180 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_180, 0, x_155); -lean_ctor_set(x_180, 1, x_179); -x_181 = l_Array_mkArray2___rarg(x_180, x_178); -x_182 = l_Array_append___rarg(x_164, x_181); -lean_inc(x_155); -x_183 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_183, 0, x_155); -lean_ctor_set(x_183, 1, x_162); -lean_ctor_set(x_183, 2, x_182); -x_184 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; -x_185 = l_Lean_Syntax_node5(x_155, x_184, x_161, x_163, x_183, x_165, x_167); -x_186 = lean_array_push(x_25, x_185); -x_187 = 1; -x_188 = lean_box(x_187); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_186); -x_190 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_190, 0, x_109); -lean_ctor_set(x_190, 1, x_189); -x_191 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_191, 0, x_190); -x_14 = x_191; -x_15 = x_159; +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; uint8_t x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; lean_object* x_490; +x_477 = lean_ctor_get(x_2, 0); +lean_inc(x_477); +x_478 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; +lean_inc(x_454); +x_479 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_479, 0, x_454); +lean_ctor_set(x_479, 1, x_478); +x_480 = l_Array_mkArray2___rarg(x_479, x_477); +x_481 = l_Array_append___rarg(x_463, x_480); +lean_inc(x_454); +x_482 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_482, 0, x_454); +lean_ctor_set(x_482, 1, x_461); +lean_ctor_set(x_482, 2, x_481); +x_483 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; +x_484 = l_Lean_Syntax_node5(x_454, x_483, x_460, x_462, x_482, x_464, x_466); +x_485 = lean_array_push(x_329, x_484); +x_486 = 1; +x_487 = lean_box(x_486); +if (lean_is_scalar(x_330)) { + x_488 = lean_alloc_ctor(0, 2, 0); +} else { + x_488 = x_330; +} +lean_ctor_set(x_488, 0, x_487); +lean_ctor_set(x_488, 1, x_485); +x_489 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_489, 0, x_409); +lean_ctor_set(x_489, 1, x_488); +x_490 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_490, 0, x_489); +x_14 = x_490; +x_15 = x_458; goto block_20; } } @@ -12194,224 +12968,168 @@ x_7 = x_16; x_10 = x_15; goto _start; } -block_101: +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -if (x_27 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -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; 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_28 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); -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 = 0; -x_32 = l_Lean_SourceInfo_fromRef(x_29, x_31); -x_33 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_30); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_34); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1; -lean_inc(x_32); -x_38 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_38, 0, x_32); -lean_ctor_set(x_38, 1, x_37); -x_39 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; -lean_inc(x_32); -x_40 = l_Lean_Syntax_node1(x_32, x_39, x_13); -x_41 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4; -lean_inc(x_32); -x_42 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_42, 0, x_32); -lean_ctor_set(x_42, 1, x_41); -if (lean_obj_tag(x_2) == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_containsId(x_1, x_6); +lean_dec(x_6); +if (x_7 == 0) { -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; -x_43 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5; -lean_inc(x_32); -x_44 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_44, 0, x_32); -lean_ctor_set(x_44, 1, x_39); -lean_ctor_set(x_44, 2, x_43); -x_45 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; -x_46 = l_Lean_Syntax_node4(x_32, x_45, x_38, x_40, x_44, x_42); -x_47 = lean_array_push(x_25, x_46); -if (lean_is_scalar(x_26)) { - x_48 = lean_alloc_ctor(0, 2, 0); -} else { - x_48 = x_26; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } -lean_ctor_set(x_48, 0, x_24); -lean_ctor_set(x_48, 1, x_47); -if (lean_is_scalar(x_23)) { - x_49 = lean_alloc_ctor(0, 2, 0); -} else { - x_49 = x_23; +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; } -lean_ctor_set(x_49, 0, x_22); -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_14 = x_50; -x_15 = x_36; -goto block_20; } else { -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; -x_51 = lean_ctor_get(x_2, 0); -lean_inc(x_51); -x_52 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; -lean_inc(x_32); -x_53 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_53, 0, x_32); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Array_mkArray2___rarg(x_53, x_51); -x_55 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; -x_56 = l_Array_append___rarg(x_55, x_54); -lean_inc(x_32); -x_57 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_57, 0, x_32); -lean_ctor_set(x_57, 1, x_39); -lean_ctor_set(x_57, 2, x_56); -x_58 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5; -x_59 = l_Lean_Syntax_node4(x_32, x_58, x_38, x_40, x_57, x_42); -x_60 = lean_array_push(x_25, x_59); -if (lean_is_scalar(x_26)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_26; +uint8_t x_12; +x_12 = 0; +return x_12; } -lean_ctor_set(x_61, 0, x_24); -lean_ctor_set(x_61, 1, x_60); -if (lean_is_scalar(x_23)) { - x_62 = lean_alloc_ctor(0, 2, 0); -} else { - x_62 = x_23; } -lean_ctor_set(x_62, 0, x_22); -lean_ctor_set(x_62, 1, x_61); -x_63 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_14 = x_63; -x_15 = x_36; -goto block_20; } +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_6 = l_Lean_Elab_Command_getRef(x_3, 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_inc(x_8); +lean_dec(x_6); +x_9 = l_Lean_replaceRef(x_1, x_7); +lean_dec(x_7); +x_10 = !lean_is_exclusive(x_3); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_3, 6); +lean_dec(x_11); +lean_ctor_set(x_3, 6, x_9); +x_12 = l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__18(x_2, x_3, x_4, x_8); +return x_12; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t 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; -x_64 = l_Lean_Elab_Command_getRef(x_8, x_9, x_10); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = 0; -x_68 = l_Lean_SourceInfo_fromRef(x_65, x_67); -x_69 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_66); -x_70 = lean_ctor_get(x_69, 1); -lean_inc(x_70); -lean_dec(x_69); -x_71 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_70); -x_72 = lean_ctor_get(x_71, 1); -lean_inc(x_72); -lean_dec(x_71); -x_73 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6; -lean_inc(x_68); -x_74 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_74, 0, x_68); -lean_ctor_set(x_74, 1, x_73); -x_75 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; -lean_inc(x_68); -x_76 = l_Lean_Syntax_node1(x_68, x_75, x_13); -x_77 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; -lean_inc(x_68); -x_78 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_78, 0, x_68); -lean_ctor_set(x_78, 1, x_75); -lean_ctor_set(x_78, 2, x_77); -x_79 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7; -lean_inc(x_68); -x_80 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_80, 0, x_68); -lean_ctor_set(x_80, 1, x_79); -if (lean_obj_tag(x_2) == 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; lean_object* x_21; +x_13 = lean_ctor_get(x_3, 0); +x_14 = lean_ctor_get(x_3, 1); +x_15 = lean_ctor_get(x_3, 2); +x_16 = lean_ctor_get(x_3, 3); +x_17 = lean_ctor_get(x_3, 4); +x_18 = lean_ctor_get(x_3, 5); +x_19 = lean_ctor_get(x_3, 7); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_3); +x_20 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_20, 0, x_13); +lean_ctor_set(x_20, 1, x_14); +lean_ctor_set(x_20, 2, x_15); +lean_ctor_set(x_20, 3, x_16); +lean_ctor_set(x_20, 4, x_17); +lean_ctor_set(x_20, 5, x_18); +lean_ctor_set(x_20, 6, x_9); +lean_ctor_set(x_20, 7, x_19); +x_21 = l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__18(x_2, x_20, x_4, x_8); +return x_21; +} +} +} +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1() { +_start: { -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_81 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5; -lean_inc(x_68); -x_82 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_82, 0, x_68); -lean_ctor_set(x_82, 1, x_75); -lean_ctor_set(x_82, 2, x_81); -x_83 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; -x_84 = l_Lean_Syntax_node5(x_68, x_83, x_74, x_76, x_82, x_78, x_80); -x_85 = lean_array_push(x_25, x_84); -if (lean_is_scalar(x_26)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_26; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("redundant binder annotation update", 34); +return x_1; } -lean_ctor_set(x_86, 0, x_24); -lean_ctor_set(x_86, 1, x_85); -if (lean_is_scalar(x_23)) { - x_87 = lean_alloc_ctor(0, 2, 0); -} else { - x_87 = x_23; } -lean_ctor_set(x_87, 0, x_22); -lean_ctor_set(x_87, 1, x_86); -x_88 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_88, 0, x_87); -x_14 = x_88; -x_15 = x_72; -goto block_20; +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } -else +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: { -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_89 = lean_ctor_get(x_2, 0); -lean_inc(x_89); -x_90 = l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Command_elabExport___spec__17___closed__1; -lean_inc(x_68); -x_91 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_91, 0, x_68); -lean_ctor_set(x_91, 1, x_90); -x_92 = l_Array_mkArray2___rarg(x_91, x_89); -x_93 = l_Array_append___rarg(x_77, x_92); -lean_inc(x_68); -x_94 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_94, 0, x_68); -lean_ctor_set(x_94, 1, x_75); -lean_ctor_set(x_94, 2, x_93); -x_95 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; -x_96 = l_Lean_Syntax_node5(x_68, x_95, x_74, x_76, x_94, x_78, x_80); -x_97 = lean_array_push(x_25, x_96); -if (lean_is_scalar(x_26)) { - x_98 = lean_alloc_ctor(0, 2, 0); -} else { - x_98 = x_26; +uint8_t x_9; +x_9 = lean_usize_dec_lt(x_4, x_3); +if (x_9 == 0) +{ +lean_object* x_10; +lean_dec(x_6); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_5); +lean_ctor_set(x_10, 1, x_8); +return x_10; } -lean_ctor_set(x_98, 0, x_24); -lean_ctor_set(x_98, 1, x_97); -if (lean_is_scalar(x_23)) { - x_99 = lean_alloc_ctor(0, 2, 0); -} else { - x_99 = x_23; +else +{ +lean_object* x_11; uint8_t x_12; +lean_dec(x_5); +x_11 = lean_array_uget(x_2, x_4); +x_12 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_containsId(x_1, x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; lean_object* x_15; +lean_dec(x_11); +x_13 = 1; +x_14 = lean_usize_add(x_4, x_13); +x_15 = lean_box(0); +x_4 = x_14; +x_5 = x_15; +goto _start; } -lean_ctor_set(x_99, 0, x_22); -lean_ctor_set(x_99, 1, x_98); -x_100 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_100, 0, x_99); -x_14 = x_100; -x_15 = x_72; -goto block_20; +else +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2; +x_18 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(x_11, x_17, x_6, x_7, x_8); +lean_dec(x_11); +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) +{ +return x_18; } +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_18, 0); +x_21 = lean_ctor_get(x_18, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_18); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; } } } @@ -12420,21 +13138,31 @@ goto block_20; static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___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_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__2() { +_start: +{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("cannot change the binder annotation of the previously declared local instance `", 79); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__1; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__2; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__4() { _start: { lean_object* x_1; @@ -12442,11 +13170,11 @@ x_1 = lean_mk_string_from_bytes("`", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__3; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__4; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } @@ -12467,74 +13195,83 @@ return x_11; } else { -lean_object* x_12; uint8_t x_13; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_20; lean_dec(x_6); x_12 = lean_array_uget(x_3, x_5); -x_13 = l_Lean_Syntax_isIdent(x_12); -if (x_13 == 0) +x_20 = l_Lean_Syntax_isIdent(x_12); +if (x_20 == 0) { -size_t x_14; size_t x_15; lean_object* x_16; +lean_object* x_21; lean_dec(x_12); -x_14 = 1; -x_15 = lean_usize_add(x_5, x_14); -x_16 = lean_box(0); -x_5 = x_15; -x_6 = x_16; -goto _start; +x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__1; +x_13 = x_21; +x_14 = x_9; +goto block_19; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l_Lean_Syntax_getId(x_12); -x_19 = l_Lean_Syntax_getId(x_2); -x_20 = lean_name_eq(x_18, x_19); -lean_dec(x_18); -if (x_20 == 0) +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = l_Lean_Syntax_getId(x_12); +x_23 = l_Lean_Syntax_getId(x_2); +x_24 = lean_name_eq(x_22, x_23); +lean_dec(x_22); +if (x_24 == 0) { -size_t x_21; size_t x_22; lean_object* x_23; -lean_dec(x_19); +lean_object* x_25; +lean_dec(x_23); lean_dec(x_12); -x_21 = 1; -x_22 = lean_usize_add(x_5, x_21); -x_23 = lean_box(0); -x_5 = x_22; -x_6 = x_23; -goto _start; +x_25 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__1; +x_13 = x_25; +x_14 = x_9; +goto block_19; } 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; uint8_t x_31; -x_25 = l_Lean_MessageData_ofName(x_19); -x_26 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__2; -x_27 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_25); -x_28 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___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); -x_30 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(x_12, x_29, x_7, x_8, x_9); +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_26 = l_Lean_MessageData_ofName(x_23); +x_27 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__3; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__5; +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_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(x_12, x_30, x_7, x_8, x_9); lean_dec(x_12); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) { -return x_30; +return x_31; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ctor_get(x_31, 1); +lean_inc(x_34); lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_30); -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_dec(x_31); +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; } } } +block_19: +{ +lean_object* x_15; size_t x_16; size_t x_17; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = 1; +x_17 = lean_usize_add(x_5, x_16); +x_5 = x_17; +x_6 = x_15; +x_9 = x_14; +goto _start; +} } } } @@ -12590,7 +13327,7 @@ else { lean_object* x_17; lean_object* x_18; uint8_t x_19; x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___closed__2; -x_18 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(x_11, x_17, x_6, x_7, x_8); +x_18 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(x_11, x_17, x_6, x_7, x_8); lean_dec(x_11); x_19 = !lean_is_exclusive(x_18); if (x_19 == 0) @@ -12614,374 +13351,361 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1(lean_object* x_1, uint8_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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1(uint8_t 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; lean_object* x_11; lean_object* x_12; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_10 = lean_ctor_get(x_6, 0); +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_59; +x_10 = lean_ctor_get(x_6, 1); lean_inc(x_10); -x_11 = lean_ctor_get(x_6, 1); +x_11 = lean_ctor_get(x_6, 0); lean_inc(x_11); lean_dec(x_6); -x_37 = lean_ctor_get(x_11, 0); -lean_inc(x_37); -x_38 = lean_ctor_get(x_11, 1); -lean_inc(x_38); -lean_dec(x_11); -if (x_2 == 0) +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); +if (x_1 == 0) { -uint8_t x_102; -x_102 = lean_unbox(x_38); -if (x_102 == 0) +uint8_t x_95; +x_95 = lean_unbox(x_13); +if (x_95 == 0) { -lean_object* x_103; -lean_dec(x_38); -lean_dec(x_37); -x_103 = lean_box(0); -x_12 = x_103; -goto block_36; +uint8_t x_96; +x_96 = 1; +x_59 = x_96; +goto block_94; } else { -lean_object* x_104; -x_104 = lean_box(0); -x_39 = x_104; -goto block_101; +uint8_t x_97; +x_97 = 0; +x_59 = x_97; +goto block_94; } } else { -uint8_t x_105; -x_105 = lean_unbox(x_38); -if (x_105 == 0) +uint8_t x_98; +x_98 = lean_unbox(x_13); +if (x_98 == 0) { -lean_object* x_106; -x_106 = lean_box(0); -x_39 = x_106; -goto block_101; +uint8_t x_99; +x_99 = 0; +x_59 = x_99; +goto block_94; } else { -lean_object* x_107; -lean_dec(x_38); -lean_dec(x_37); -x_107 = lean_box(0); -x_12 = x_107; -goto block_36; +uint8_t x_100; +x_100 = 1; +x_59 = x_100; +goto block_94; } } -block_36: +block_58: { -lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; -lean_dec(x_12); -x_13 = lean_array_get_size(x_3); -x_14 = lean_usize_of_nat(x_13); +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_dec(x_2); +x_15 = lean_box(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_5); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_3); +lean_ctor_set(x_17, 1, x_16); +x_18 = lean_array_get_size(x_11); +x_19 = lean_usize_of_nat(x_18); +lean_dec(x_18); +x_20 = 0; +x_21 = lean_unbox(x_13); lean_dec(x_13); -x_15 = 0; -x_16 = lean_box(0); -x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(x_10, x_3, x_14, x_15, x_16, x_7, x_8, x_9); -lean_dec(x_10); -if (lean_obj_tag(x_17) == 0) +x_22 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(x_1, x_12, x_21, x_11, x_19, x_20, x_17, x_7, x_8, x_9); +lean_dec(x_7); +lean_dec(x_11); +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +x_25 = !lean_is_exclusive(x_22); +if (x_25 == 0) { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = lean_ctor_get(x_22, 0); +lean_dec(x_26); +x_27 = !lean_is_exclusive(x_23); +if (x_27 == 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; -x_19 = lean_ctor_get(x_17, 0); -lean_dec(x_19); -x_20 = lean_array_push(x_5, x_1); -x_21 = lean_box(x_4); -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(0, 2, 0); -lean_ctor_set(x_23, 0, x_3); -lean_ctor_set(x_23, 1, x_22); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_17, 0, x_24); -return x_17; -} -else +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_23, 1); +lean_dec(x_28); +x_29 = !lean_is_exclusive(x_24); +if (x_29 == 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; -x_25 = lean_ctor_get(x_17, 1); -lean_inc(x_25); -lean_dec(x_17); -x_26 = lean_array_push(x_5, x_1); -x_27 = lean_box(x_4); -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 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_3); -lean_ctor_set(x_29, 1, x_28); +lean_object* x_30; x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_25); -return x_31; -} +lean_ctor_set(x_30, 0, x_23); +lean_ctor_set(x_22, 0, x_30); +return x_22; } else { -uint8_t x_32; -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_1); -x_32 = !lean_is_exclusive(x_17); -if (x_32 == 0) -{ -return x_17; +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_24, 0); +x_32 = lean_ctor_get(x_24, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_24); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_32); +lean_ctor_set(x_23, 1, x_33); +x_34 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_34, 0, x_23); +lean_ctor_set(x_22, 0, x_34); +return x_22; +} } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_17, 0); -x_34 = lean_ctor_get(x_17, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_17); -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_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_35 = lean_ctor_get(x_23, 0); +lean_inc(x_35); +lean_dec(x_23); +x_36 = lean_ctor_get(x_24, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_24, 1); +lean_inc(x_37); +if (lean_is_exclusive(x_24)) { + lean_ctor_release(x_24, 0); + lean_ctor_release(x_24, 1); + x_38 = x_24; +} else { + lean_dec_ref(x_24); + x_38 = lean_box(0); } +if (lean_is_scalar(x_38)) { + x_39 = lean_alloc_ctor(0, 2, 0); +} else { + x_39 = x_38; } +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_37); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_35); +lean_ctor_set(x_40, 1, x_39); +x_41 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_22, 0, x_41); +return x_22; } -block_101: -{ -lean_object* x_40; lean_object* x_41; uint8_t x_42; -lean_dec(x_39); -x_40 = lean_array_get_size(x_3); -x_41 = lean_unsigned_to_nat(0u); -x_42 = lean_nat_dec_lt(x_41, x_40); -if (x_42 == 0) -{ -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_dec(x_40); -lean_dec(x_38); -lean_dec(x_37); -lean_dec(x_10); -lean_dec(x_7); -x_43 = lean_array_push(x_5, x_1); -x_44 = lean_box(x_4); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_43); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_3); -lean_ctor_set(x_46, 1, x_45); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_9); -return x_48; } else { -uint8_t x_49; -x_49 = lean_nat_dec_le(x_40, x_40); -if (x_49 == 0) -{ -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_dec(x_40); -lean_dec(x_38); -lean_dec(x_37); -lean_dec(x_10); -lean_dec(x_7); -x_50 = lean_array_push(x_5, x_1); -x_51 = lean_box(x_4); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_50); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_3); -lean_ctor_set(x_53, 1, x_52); -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_53); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_9); -return x_55; +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; +x_42 = lean_ctor_get(x_22, 1); +lean_inc(x_42); +lean_dec(x_22); +x_43 = lean_ctor_get(x_23, 0); +lean_inc(x_43); +if (lean_is_exclusive(x_23)) { + lean_ctor_release(x_23, 0); + lean_ctor_release(x_23, 1); + x_44 = x_23; +} else { + lean_dec_ref(x_23); + x_44 = lean_box(0); +} +x_45 = lean_ctor_get(x_24, 0); +lean_inc(x_45); +x_46 = lean_ctor_get(x_24, 1); +lean_inc(x_46); +if (lean_is_exclusive(x_24)) { + lean_ctor_release(x_24, 0); + lean_ctor_release(x_24, 1); + x_47 = x_24; +} else { + lean_dec_ref(x_24); + x_47 = lean_box(0); +} +if (lean_is_scalar(x_47)) { + x_48 = lean_alloc_ctor(0, 2, 0); +} else { + x_48 = x_47; +} +lean_ctor_set(x_48, 0, x_45); +lean_ctor_set(x_48, 1, x_46); +if (lean_is_scalar(x_44)) { + x_49 = lean_alloc_ctor(0, 2, 0); +} else { + x_49 = x_44; +} +lean_ctor_set(x_49, 0, x_43); +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 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_42); +return x_51; } -else -{ -size_t x_56; size_t x_57; uint8_t x_58; -x_56 = 0; -x_57 = lean_usize_of_nat(x_40); -lean_dec(x_40); -x_58 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(x_10, x_3, x_56, x_57); -if (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_dec(x_38); -lean_dec(x_37); -lean_dec(x_10); -lean_dec(x_7); -x_59 = lean_array_push(x_5, x_1); -x_60 = lean_box(x_4); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_59); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_3); -lean_ctor_set(x_62, 1, x_61); -x_63 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_9); -return x_64; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; size_t x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; -lean_dec(x_1); -x_65 = lean_box(x_4); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_5); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_3); -lean_ctor_set(x_67, 1, x_66); -x_68 = lean_array_get_size(x_10); -x_69 = lean_usize_of_nat(x_68); -lean_dec(x_68); -x_70 = lean_unbox(x_38); -lean_dec(x_38); -x_71 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(x_2, x_37, x_70, x_10, x_69, x_56, x_67, x_7, x_8, x_9); -lean_dec(x_7); -lean_dec(x_10); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_72, 1); -lean_inc(x_73); -x_74 = !lean_is_exclusive(x_71); -if (x_74 == 0) +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_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_7); +x_52 = lean_array_push(x_5, x_2); +x_53 = lean_box(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_52); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_3); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_9); +return x_57; +} +} +block_94: { -lean_object* x_75; uint8_t x_76; -x_75 = lean_ctor_get(x_71, 0); -lean_dec(x_75); -x_76 = !lean_is_exclusive(x_72); -if (x_76 == 0) +if (x_59 == 0) { -lean_object* x_77; uint8_t x_78; -x_77 = lean_ctor_get(x_72, 1); -lean_dec(x_77); -x_78 = !lean_is_exclusive(x_73); -if (x_78 == 0) +lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_60 = lean_array_get_size(x_3); +x_61 = lean_unsigned_to_nat(0u); +x_62 = lean_nat_dec_lt(x_61, x_60); +if (x_62 == 0) { -lean_object* x_79; -x_79 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_71, 0, x_79); -return x_71; +uint8_t x_63; +lean_dec(x_60); +x_63 = 1; +x_14 = x_63; +goto block_58; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_80 = lean_ctor_get(x_73, 0); -x_81 = lean_ctor_get(x_73, 1); -lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_73); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -lean_ctor_set(x_72, 1, x_82); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_72); -lean_ctor_set(x_71, 0, x_83); -return x_71; +uint8_t x_64; +x_64 = lean_nat_dec_le(x_60, x_60); +if (x_64 == 0) +{ +uint8_t x_65; +lean_dec(x_60); +x_65 = 1; +x_14 = x_65; +goto block_58; } +else +{ +size_t x_66; size_t x_67; uint8_t x_68; +x_66 = 0; +x_67 = lean_usize_of_nat(x_60); +lean_dec(x_60); +x_68 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(x_11, x_3, x_66, x_67); +if (x_68 == 0) +{ +uint8_t x_69; +x_69 = 1; +x_14 = x_69; +goto block_58; } 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_90; -x_84 = lean_ctor_get(x_72, 0); -lean_inc(x_84); -lean_dec(x_72); -x_85 = lean_ctor_get(x_73, 0); -lean_inc(x_85); -x_86 = lean_ctor_get(x_73, 1); -lean_inc(x_86); -if (lean_is_exclusive(x_73)) { - lean_ctor_release(x_73, 0); - lean_ctor_release(x_73, 1); - x_87 = x_73; -} else { - lean_dec_ref(x_73); - x_87 = lean_box(0); +uint8_t x_70; +x_70 = 0; +x_14 = x_70; +goto block_58; } -if (lean_is_scalar(x_87)) { - x_88 = lean_alloc_ctor(0, 2, 0); -} else { - x_88 = x_87; } -lean_ctor_set(x_88, 0, x_85); -lean_ctor_set(x_88, 1, x_86); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_84); -lean_ctor_set(x_89, 1, x_88); -x_90 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_71, 0, x_90); -return x_71; } } else { -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_91 = lean_ctor_get(x_71, 1); -lean_inc(x_91); +lean_object* x_71; size_t x_72; size_t x_73; lean_object* x_74; lean_object* x_75; +lean_dec(x_13); +lean_dec(x_12); +x_71 = lean_array_get_size(x_3); +x_72 = lean_usize_of_nat(x_71); lean_dec(x_71); -x_92 = lean_ctor_get(x_72, 0); -lean_inc(x_92); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_93 = x_72; -} else { - lean_dec_ref(x_72); - x_93 = lean_box(0); -} -x_94 = lean_ctor_get(x_73, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_73, 1); -lean_inc(x_95); -if (lean_is_exclusive(x_73)) { - lean_ctor_release(x_73, 0); - lean_ctor_release(x_73, 1); - x_96 = x_73; -} else { - lean_dec_ref(x_73); - x_96 = lean_box(0); +x_73 = 0; +x_74 = lean_box(0); +x_75 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(x_11, x_3, x_72, x_73, x_74, x_7, x_8, x_9); +lean_dec(x_11); +if (lean_obj_tag(x_75) == 0) +{ +uint8_t x_76; +x_76 = !lean_is_exclusive(x_75); +if (x_76 == 0) +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_77 = lean_ctor_get(x_75, 0); +lean_dec(x_77); +x_78 = lean_array_push(x_5, x_2); +x_79 = lean_box(x_4); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_3); +lean_ctor_set(x_81, 1, x_80); +x_82 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_75, 0, x_82); +return x_75; } -if (lean_is_scalar(x_96)) { - x_97 = lean_alloc_ctor(0, 2, 0); -} else { - x_97 = x_96; +else +{ +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_83 = lean_ctor_get(x_75, 1); +lean_inc(x_83); +lean_dec(x_75); +x_84 = lean_array_push(x_5, x_2); +x_85 = lean_box(x_4); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_84); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_3); +lean_ctor_set(x_87, 1, x_86); +x_88 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_88, 0, 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_83); +return x_89; } -lean_ctor_set(x_97, 0, x_94); -lean_ctor_set(x_97, 1, x_95); -if (lean_is_scalar(x_93)) { - x_98 = lean_alloc_ctor(0, 2, 0); -} else { - x_98 = x_93; } -lean_ctor_set(x_98, 0, x_92); -lean_ctor_set(x_98, 1, x_97); -x_99 = lean_alloc_ctor(1, 1, 0); -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_91); -return x_100; +else +{ +uint8_t x_90; +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +x_90 = !lean_is_exclusive(x_75); +if (x_90 == 0) +{ +return x_75; } +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_75, 0); +x_92 = lean_ctor_get(x_75, 1); +lean_inc(x_92); +lean_inc(x_91); +lean_dec(x_75); +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; } } } @@ -13024,7 +13748,7 @@ return x_15; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___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) { _start: { -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_dec(x_7); x_12 = lean_unsigned_to_nat(3u); x_13 = l_Lean_Syntax_getArg(x_1, x_12); @@ -13035,34 +13759,81 @@ x_15 = l_Lean_Syntax_getArgs(x_2); lean_dec(x_2); if (lean_obj_tag(x_14) == 0) { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__3(x_8, x_15, x_3, x_4, x_5, x_6, x_16, x_9, x_10, x_11); -return x_17; +lean_object* x_35; +x_35 = lean_box(0); +x_16 = x_35; +goto block_34; } else { -lean_object* x_18; size_t x_19; size_t x_20; lean_object* x_21; lean_object* x_22; +uint8_t x_36; +x_36 = !lean_is_exclusive(x_14); +if (x_36 == 0) +{ +x_16 = x_14; +goto block_34; +} +else +{ +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_14, 0); +lean_inc(x_37); lean_dec(x_14); -x_18 = lean_array_get_size(x_4); -x_19 = lean_usize_of_nat(x_18); -lean_dec(x_18); -x_20 = 0; -x_21 = lean_box(0); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_16 = x_38; +goto block_34; +} +} +block_34: +{ +uint8_t x_17; +if (lean_obj_tag(x_16) == 0) +{ +uint8_t x_32; +x_32 = 0; +x_17 = x_32; +goto block_31; +} +else +{ +uint8_t x_33; +lean_dec(x_16); +x_33 = 1; +x_17 = x_33; +goto block_31; +} +block_31: +{ +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_box(0); +x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__3(x_8, x_15, x_3, x_4, x_5, x_6, x_18, x_9, x_10, x_11); +return x_19; +} +else +{ +lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; lean_object* x_24; +x_20 = lean_array_get_size(x_4); +x_21 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_22 = 0; +x_23 = lean_box(0); lean_inc(x_9); -x_22 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6(x_15, x_4, x_19, x_20, x_21, x_9, x_10, x_11); -if (lean_obj_tag(x_22) == 0) +x_24 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6(x_15, x_4, x_21, x_22, x_23, x_9, x_10, x_11); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_22, 1); -lean_inc(x_23); -lean_dec(x_22); -x_24 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__3(x_8, x_15, x_3, x_4, x_5, x_6, x_21, x_9, x_10, x_23); -return x_24; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__3(x_8, x_15, x_3, x_4, x_5, x_6, x_23, x_9, x_10, x_25); +return x_26; } else { -uint8_t x_25; +uint8_t x_27; lean_dec(x_15); lean_dec(x_10); lean_dec(x_9); @@ -13071,23 +13842,25 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_25 = !lean_is_exclusive(x_22); -if (x_25 == 0) +x_27 = !lean_is_exclusive(x_24); +if (x_27 == 0) { -return x_22; +return x_24; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_22, 0); -x_27 = lean_ctor_get(x_22, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_22); -x_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -return x_28; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 0); +x_29 = lean_ctor_get(x_24, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_24); +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; +} +} } } } @@ -13159,8 +13932,8 @@ x_26 = lean_ctor_get(x_22, 1); x_27 = lean_box(x_1); lean_inc(x_11); x_28 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1___boxed), 9, 2); -lean_closure_set(x_28, 0, x_11); -lean_closure_set(x_28, 1, x_27); +lean_closure_set(x_28, 0, x_27); +lean_closure_set(x_28, 1, x_11); x_29 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; lean_inc(x_11); x_30 = l_Lean_Syntax_isOfKind(x_11, x_29); @@ -13542,8 +14315,8 @@ lean_dec(x_22); x_115 = lean_box(x_1); lean_inc(x_11); x_116 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1___boxed), 9, 2); -lean_closure_set(x_116, 0, x_11); -lean_closure_set(x_116, 1, x_115); +lean_closure_set(x_116, 0, x_115); +lean_closure_set(x_116, 1, x_11); x_117 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; lean_inc(x_11); x_118 = l_Lean_Syntax_isOfKind(x_11, x_117); @@ -13957,8 +14730,8 @@ if (lean_is_exclusive(x_205)) { x_210 = lean_box(x_1); lean_inc(x_11); x_211 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1___boxed), 9, 2); -lean_closure_set(x_211, 0, x_11); -lean_closure_set(x_211, 1, x_210); +lean_closure_set(x_211, 0, x_210); +lean_closure_set(x_211, 1, x_11); x_212 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__3; lean_inc(x_11); x_213 = l_Lean_Syntax_isOfKind(x_11, x_212); @@ -14448,12 +15221,12 @@ x_27 = l_Lean_Elab_Command_getMainModule___rarg(x_6, x_26); x_28 = lean_ctor_get(x_27, 1); lean_inc(x_28); lean_dec(x_27); -x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1; +x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1; lean_inc(x_24); x_30 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_30, 0, x_24); lean_ctor_set(x_30, 1, x_29); -x_31 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; +x_31 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; lean_inc(x_24); x_32 = l_Lean_Syntax_node1(x_24, x_31, x_10); x_33 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; @@ -14462,7 +15235,7 @@ x_34 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_34, 0, x_24); lean_ctor_set(x_34, 1, x_31); lean_ctor_set(x_34, 2, x_33); -x_35 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4; +x_35 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4; lean_inc(x_24); x_36 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_36, 0, x_24); @@ -14492,12 +15265,12 @@ x_46 = l_Lean_Elab_Command_getMainModule___rarg(x_6, x_45); x_47 = lean_ctor_get(x_46, 1); lean_inc(x_47); lean_dec(x_46); -x_48 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6; +x_48 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; lean_inc(x_43); x_49 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_49, 0, x_43); lean_ctor_set(x_49, 1, x_48); -x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; +x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; lean_inc(x_43); x_51 = l_Lean_Syntax_node1(x_43, x_50, x_10); x_52 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; @@ -14506,7 +15279,7 @@ x_53 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_53, 0, x_43); lean_ctor_set(x_53, 1, x_50); lean_ctor_set(x_53, 2, x_52); -x_54 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7; +x_54 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; lean_inc(x_43); x_55 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_55, 0, x_43); @@ -14544,35 +15317,53 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, size_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; -x_10 = lean_array_get_size(x_1); -x_11 = lean_nat_dec_eq(x_10, x_2); -lean_dec(x_2); -if (x_11 == 0) -{ -size_t x_12; lean_object* x_13; +uint8_t x_10; lean_object* x_18; uint8_t x_19; +x_18 = lean_array_get_size(x_2); +x_19 = lean_nat_dec_eq(x_18, x_5); lean_dec(x_5); -x_12 = lean_usize_of_nat(x_10); -lean_dec(x_10); -x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__8(x_3, x_12, x_4, x_1, x_7, x_8, x_9); +lean_dec(x_18); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = 1; +x_10 = x_20; +goto block_17; +} +else +{ +uint8_t x_21; +x_21 = 0; +x_10 = x_21; +goto block_17; +} +block_17: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_dec(x_7); +lean_dec(x_2); +x_11 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1___closed__1; +x_12 = lean_array_push(x_11, x_1); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -lean_dec(x_10); -lean_dec(x_7); +lean_object* x_14; size_t x_15; lean_object* x_16; lean_dec(x_1); -x_14 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1___closed__1; -x_15 = lean_array_push(x_14, x_5); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_9); +x_14 = lean_array_get_size(x_2); +x_15 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__8(x_3, x_15, x_4, x_2, x_7, x_8, x_9); +lean_dec(x_7); return x_16; } } } +} LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__2(lean_object* x_1, lean_object* x_2) { _start: { @@ -14705,7 +15496,7 @@ lean_dec(x_24); x_30 = lean_box(0); x_31 = lean_unbox(x_11); lean_dec(x_11); -x_32 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1(x_29, x_16, x_31, x_21, x_1, x_30, x_2, x_3, x_28); +x_32 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1(x_1, x_29, x_31, x_21, x_16, x_30, x_2, x_3, x_28); lean_dec(x_3); return x_32; } @@ -14731,7 +15522,7 @@ lean_inc(x_39); lean_dec(x_37); x_40 = lean_unbox(x_11); lean_dec(x_11); -x_41 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1(x_34, x_16, x_40, x_21, x_1, x_38, x_2, x_3, x_39); +x_41 = l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___lambda__1(x_1, x_34, x_40, x_21, x_16, x_38, x_2, x_3, x_39); lean_dec(x_3); lean_dec(x_38); return x_41; @@ -14767,32 +15558,37 @@ return x_45; } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_6; -x_6 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_4); +uint8_t x_3; lean_object* x_4; +x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___lambda__1(x_1, x_2); +lean_dec(x_2); lean_dec(x_1); -return x_6; +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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) { _start: { -size_t x_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_3); +uint8_t x_11; uint8_t x_12; size_t x_13; size_t x_14; lean_object* x_15; +x_11 = lean_unbox(x_1); +lean_dec(x_1); +x_12 = lean_unbox(x_3); lean_dec(x_3); -x_10 = lean_unbox_usize(x_4); +x_13 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_14 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1(x_11, x_2, x_12, x_4, x_13, x_14, x_7, x_8, x_9, x_10); +lean_dec(x_9); +lean_dec(x_8); lean_dec(x_4); -x_11 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_2); -lean_dec(x_1); -return x_11; +return x_15; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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; uint8_t x_7; lean_object* x_8; @@ -14800,41 +15596,36 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__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_3; lean_object* x_4; -x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___lambda__1(x_1, x_2); -lean_dec(x_2); +lean_object* x_6; +x_6 = l_Lean_throwErrorAt___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__3(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_4); lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; +return x_6; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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) { _start: { -uint8_t x_11; uint8_t x_12; size_t x_13; size_t x_14; lean_object* x_15; -x_11 = lean_unbox(x_1); -lean_dec(x_1); -x_12 = lean_unbox(x_3); +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_3); lean_dec(x_3); -x_13 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_14 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(x_11, x_2, x_12, x_4, x_13, x_14, x_7, x_8, x_9, x_10); -lean_dec(x_9); -lean_dec(x_8); +x_10 = lean_unbox_usize(x_4); lean_dec(x_4); -return x_15; +x_11 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_2); +lean_dec(x_1); +return x_11; } } LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___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) { @@ -14872,11 +15663,11 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Built _start: { uint8_t x_10; uint8_t x_11; lean_object* x_12; -x_10 = lean_unbox(x_2); -lean_dec(x_2); +x_10 = lean_unbox(x_1); +lean_dec(x_1); x_11 = lean_unbox(x_4); lean_dec(x_4); -x_12 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1(x_1, x_10, x_3, x_11, x_5, x_6, x_7, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__7___lambda__1(x_10, x_2, x_3, x_11, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); return x_12; } @@ -22037,7 +22828,7 @@ lean_ctor_set(x_123, 0, x_109); lean_ctor_set(x_123, 1, x_122); lean_ctor_set(x_123, 2, x_121); lean_ctor_set(x_123, 3, x_101); -x_124 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; +x_124 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; lean_inc(x_109); x_125 = l_Lean_Syntax_node1(x_109, x_124, x_123); x_126 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; @@ -22063,7 +22854,7 @@ lean_ctor_set(x_134, 0, x_109); lean_ctor_set(x_134, 1, x_132); lean_ctor_set(x_134, 2, x_131); lean_ctor_set(x_134, 3, x_133); -x_135 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6; +x_135 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6; lean_inc(x_109); x_136 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_136, 0, x_109); @@ -22082,7 +22873,7 @@ x_142 = l_Lean_Elab_Command_elabEvalUnsafe___lambda__4___closed__20; lean_inc(x_125); lean_inc(x_109); x_143 = l_Lean_Syntax_node2(x_109, x_142, x_141, x_125); -x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7; +x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7; lean_inc(x_109); x_145 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_145, 0, x_109); @@ -24687,7 +25478,7 @@ lean_inc(x_14); x_16 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_16, 0, x_14); lean_ctor_set(x_16, 1, x_15); -x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3; +x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3; x_18 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Command_elabExport___spec__5___closed__1; lean_inc(x_14); x_19 = lean_alloc_ctor(1, 3, 0); @@ -27282,24 +28073,24 @@ l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___c lean_mark_persistent(l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__4); l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5 = _init_l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5(); lean_mark_persistent(l___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_typelessBinder_x3f___closed__5); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__1); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__2___closed__2); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__1); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__2); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__3); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__4); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__5); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__6); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__1___closed__7); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__1); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2(); lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__2); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__3); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__4); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__5); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__6); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__4___closed__7); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__1); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__2(); @@ -27308,6 +28099,8 @@ l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Co lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__3); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__4(); lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__4); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__5___closed__5); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___closed__1); l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_BuiltinCommand_0__Lean_Elab_Command_replaceBinderAnnotation___spec__6___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/BuiltinNotation.c b/stage0/stdlib/Lean/Elab/BuiltinNotation.c index a00d1f28b347..11df1bb96500 100644 --- a/stage0/stdlib/Lean/Elab/BuiltinNotation.c +++ b/stage0/stdlib/Lean/Elab/BuiltinNotation.c @@ -14,6 +14,7 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Term_elabAnonymousCtor___spec__5___rarg(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___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandDbgTrace___closed__3; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandTypeAscription_declRange___closed__3; @@ -38,6 +39,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRange___ static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTrailingParserMacro_declRange___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandCDot_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic_declRange___closed__4; @@ -63,6 +65,7 @@ lean_object* l_Lean_Meta_mkEqRec(lean_object*, lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___lambda__8___boxed(lean_object**); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe_declRange___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_expandSuffices_declRange___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandAssert___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoindex___closed__2; lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); @@ -100,6 +103,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandShow(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_declRange___closed__3; static lean_object* l_Lean_Elab_Term_hasCDot___closed__6; lean_object* l_Lean_Meta_isExprDefEq(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___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandAssert___closed__11; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___closed__13; lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); @@ -143,6 +147,7 @@ uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Elab_Term_elabCoe___closed__2; static lean_object* l_Lean_Elab_Term_mkPairs_loop___closed__1; lean_object* l_Lean_Syntax_getArgs(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; static lean_object* l___regBuiltin_Lean_Elab_Term_elabStateRefT___closed__1; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__11; @@ -152,6 +157,7 @@ static lean_object* l_Lean_Elab_Term_expandAssert___closed__9; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__9; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandHave(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe___closed__8; lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___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_liftMacroM___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -347,6 +353,7 @@ static lean_object* l_Lean_Elab_Term_mkPairs_loop___closed__7; static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__16; static lean_object* l_Lean_Elab_Term_expandHave___closed__5; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabBorrowed_declRange(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabNoindex___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_throwUnsupportedSyntax___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__5___rarg(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__1; @@ -393,6 +400,7 @@ static lean_object* l_Lean_Elab_Term_elabCDotFunctionAlias_x3f___closed__3; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___closed__3; static lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__1___closed__3; static lean_object* l_Lean_Elab_Term_elabShow___closed__8; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__23(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Term_elabTrailingParserMacro___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabBorrowed_declRange___closed__6; static lean_object* l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__8; @@ -514,6 +522,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro_declRan static lean_object* l___regBuiltin_Lean_Elab_Term_elabSubst_declRange___closed__3; static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Term_elabAnonymousCtor___spec__2___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_expandAssert_declRange___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPos___at_Lean_Elab_Term_elabPanic___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); @@ -532,6 +541,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandUnreachable_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_expandHave___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__6; static lean_object* l_Lean_Elab_Term_expandShow___closed__10; uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); @@ -638,6 +648,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandParen_declRange(lea static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_withLocalIdentFor___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandAssert(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__19(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabAnonymousCtor___closed__3; 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*); @@ -736,6 +747,7 @@ static lean_object* l_Lean_Elab_Term_expandShow___closed__9; static lean_object* l___regBuiltin_Lean_Elab_Term_expandTuple_declRange___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_expandHave___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_expandShow_declRange___closed__5; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__24(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabCDotFunctionAlias_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabTParserMacroAux___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandHave___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -750,6 +762,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabSorry_declRange___closed__ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandTuple(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandTuple(lean_object*); extern lean_object* l_Lean_Parser_maxPrec; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_hasCDot___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe_declRange___closed__5; static lean_object* l_Lean_Elab_Term_elabSubst___closed__15; @@ -784,6 +797,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_expandParen___closed__2; static lean_object* l_Lean_Elab_Term_elabCDotFunctionAlias_x3f___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_expandUnreachable___closed__2; static lean_object* l_Lean_Elab_Term_elabSorry___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoindex_declRange___closed__3; static lean_object* l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__15; size_t lean_usize_add(size_t, size_t); @@ -881,6 +895,7 @@ static lean_object* l_Lean_Elab_Term_elabSubst___closed__2; static lean_object* l_Lean_Elab_Term_elabPanic___closed__14; static lean_object* l___regBuiltin_Lean_Elab_Term_expandParen_declRange___closed__4; static lean_object* l_Lean_Elab_Term_expandUnreachable___rarg___closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__25(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandParen(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLeadingParserMacro___closed__2; static lean_object* l_Lean_Elab_Term_elabPanic___closed__6; @@ -918,6 +933,7 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingImp static lean_object* l_Lean_Elab_Term_expandDbgTrace___closed__23; lean_object* l_Nat_repr(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCoe_declRange___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPanic___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLeadingParserMacro___lambda__3(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_expandCDot_x3f___spec__2(lean_object*, size_t, size_t, lean_object*); @@ -991,53 +1007,68 @@ lean_inc(x_3); x_16 = l_Lean_Elab_Term_elabTerm(x_11, x_14, x_15, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_13); if (lean_obj_tag(x_16) == 0) { -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_17 = lean_ctor_get(x_16, 1); +lean_object* x_17; lean_object* x_18; uint8_t 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_18 = l_Lean_Elab_Term_elabCoe___closed__2; -x_19 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_2) == 0) +{ +x_19 = x_15; +goto block_27; +} +else +{ +uint8_t x_28; +x_28 = 0; +x_19 = x_28; +goto block_27; +} +block_27: +{ +if (x_19 == 0) +{ +lean_object* x_20; +x_20 = l_Lean_Elab_Term_ensureHasType(x_2, x_17, x_14, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_18); +return x_20; +} +else +{ +lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_dec(x_17); +lean_dec(x_2); +x_21 = l_Lean_Elab_Term_elabCoe___closed__2; +x_22 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_18); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) -{ -return x_19; -} -else +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_19); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; -} +return x_22; } else { lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_16, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_16, 1); +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); lean_inc(x_25); -lean_dec(x_16); -x_26 = l_Lean_Elab_Term_ensureHasType(x_2, x_24, x_14, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_25); +lean_inc(x_24); +lean_dec(x_22); +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; } } +} +} else { -uint8_t x_27; +uint8_t x_29; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -1045,29 +1076,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_27 = !lean_is_exclusive(x_16); -if (x_27 == 0) +x_29 = !lean_is_exclusive(x_16); +if (x_29 == 0) { return x_16; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_16, 0); -x_29 = lean_ctor_get(x_16, 1); -lean_inc(x_29); -lean_inc(x_28); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_16, 0); +x_31 = lean_ctor_get(x_16, 1); +lean_inc(x_31); +lean_inc(x_30); lean_dec(x_16); -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; +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_31; +uint8_t x_33; lean_dec(x_11); lean_dec(x_8); lean_dec(x_7); @@ -1076,23 +1107,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_31 = !lean_is_exclusive(x_12); -if (x_31 == 0) +x_33 = !lean_is_exclusive(x_12); +if (x_33 == 0) { return x_12; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_12, 0); -x_33 = lean_ctor_get(x_12, 1); -lean_inc(x_33); -lean_inc(x_32); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_12, 0); +x_35 = lean_ctor_get(x_12, 1); +lean_inc(x_35); +lean_inc(x_34); lean_dec(x_12); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -return x_34; +x_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; } } } @@ -7058,170 +7089,200 @@ lean_inc(x_20); lean_dec(x_19); if (lean_obj_tag(x_20) == 1) { -lean_object* x_21; lean_object* x_22; lean_object* x_111; lean_object* x_112; +lean_object* x_21; lean_object* x_22; lean_object* x_115; lean_object* x_116; lean_dec(x_4); x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); -x_111 = lean_box(0); +x_115 = lean_box(0); lean_inc(x_18); -x_112 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_111, x_18); -if (lean_obj_tag(x_112) == 0) +x_116 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_115, x_18); +if (lean_obj_tag(x_116) == 0) { -lean_object* x_113; -x_113 = l_Lean_quoteNameMk(x_18); -x_22 = x_113; -goto block_110; +lean_object* x_117; +x_117 = l_Lean_quoteNameMk(x_18); +x_22 = x_117; +goto block_114; } 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; lean_object* x_123; lean_object* x_124; +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_dec(x_18); -x_114 = lean_ctor_get(x_112, 0); -lean_inc(x_114); -lean_dec(x_112); -x_115 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50; -x_116 = l_String_intercalate(x_115, x_114); -x_117 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; -x_118 = lean_string_append(x_117, x_116); +x_118 = lean_ctor_get(x_116, 0); +lean_inc(x_118); lean_dec(x_116); -x_119 = lean_box(2); -x_120 = l_Lean_Syntax_mkNameLit(x_118, x_119); -x_121 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; -x_122 = lean_array_push(x_121, x_120); -x_123 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49; -x_124 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_124, 0, x_119); -lean_ctor_set(x_124, 1, x_123); -lean_ctor_set(x_124, 2, x_122); -x_22 = x_124; -goto block_110; -} -block_110: -{ -lean_object* x_23; lean_object* x_24; 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; 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_62 = lean_ctor_get(x_8, 5); -lean_inc(x_62); -x_63 = 0; -x_64 = l_Lean_SourceInfo_fromRef(x_62, x_63); -x_65 = lean_ctor_get(x_8, 10); -lean_inc(x_65); -x_66 = lean_st_ref_get(x_9, x_16); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); +x_119 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__50; +x_120 = l_String_intercalate(x_119, x_118); +x_121 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__51; +x_122 = lean_string_append(x_121, x_120); +lean_dec(x_120); +x_123 = lean_box(2); +x_124 = l_Lean_Syntax_mkNameLit(x_122, x_123); +x_125 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__52; +x_126 = lean_array_push(x_125, x_124); +x_127 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__49; +x_128 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_128, 0, x_123); +lean_ctor_set(x_128, 1, x_127); +lean_ctor_set(x_128, 2, x_126); +x_22 = x_128; +goto block_114; +} +block_114: +{ +lean_object* x_23; lean_object* x_24; lean_object* x_66; uint8_t 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; +x_66 = lean_ctor_get(x_8, 5); +lean_inc(x_66); +x_67 = 0; +x_68 = l_Lean_SourceInfo_fromRef(x_66, x_67); +x_69 = lean_ctor_get(x_8, 10); +lean_inc(x_69); +x_70 = lean_st_ref_get(x_9, x_16); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); +x_73 = lean_ctor_get(x_71, 0); +lean_inc(x_73); +lean_dec(x_71); +x_74 = lean_environment_main_module(x_73); +x_75 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__15; +lean_inc(x_69); +lean_inc(x_74); +x_76 = l_Lean_addMacroScope(x_74, x_75, x_69); +x_77 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14; +x_78 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__20; lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_ctor_get(x_67, 0); +x_79 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_79, 0, x_68); +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___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; +lean_inc(x_68); +x_81 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_81, 0, x_68); +lean_ctor_set(x_81, 1, x_80); +x_82 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__26; lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_environment_main_module(x_69); -x_71 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__15; -lean_inc(x_65); -lean_inc(x_70); -x_72 = l_Lean_addMacroScope(x_70, x_71, x_65); -x_73 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__14; -x_74 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__20; -lean_inc(x_64); -x_75 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_75, 0, x_64); -lean_ctor_set(x_75, 1, x_73); -lean_ctor_set(x_75, 2, x_72); -lean_ctor_set(x_75, 3, x_74); -x_76 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__23; -lean_inc(x_64); -x_77 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_77, 0, x_64); -lean_ctor_set(x_77, 1, x_76); -x_78 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__26; -lean_inc(x_65); -lean_inc(x_70); -x_79 = l_Lean_addMacroScope(x_70, x_78, x_65); -x_80 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; -x_81 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__31; -lean_inc(x_64); -x_82 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_82, 0, x_64); -lean_ctor_set(x_82, 1, x_80); -lean_ctor_set(x_82, 2, x_79); -lean_ctor_set(x_82, 3, x_81); -x_83 = lean_box(2); -x_84 = l_Lean_Syntax_mkStrLit(x_21, x_83); +lean_inc(x_74); +x_83 = l_Lean_addMacroScope(x_74, x_82, x_69); +x_84 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__25; +x_85 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__31; +lean_inc(x_68); +x_86 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_86, 0, x_68); +lean_ctor_set(x_86, 1, x_84); +lean_ctor_set(x_86, 2, x_83); +lean_ctor_set(x_86, 3, x_85); +x_87 = lean_box(2); +x_88 = l_Lean_Syntax_mkStrLit(x_21, x_87); lean_dec(x_21); -x_85 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; -lean_inc(x_64); -x_86 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_86, 0, x_64); -lean_ctor_set(x_86, 1, x_85); -x_87 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__35; -x_88 = l_Lean_addMacroScope(x_70, x_87, x_65); -x_89 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34; -x_90 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__40; -lean_inc(x_64); -x_91 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_91, 0, x_64); -lean_ctor_set(x_91, 1, x_89); -lean_ctor_set(x_91, 2, x_88); -lean_ctor_set(x_91, 3, x_90); -x_92 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; +x_89 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__32; +lean_inc(x_68); +x_90 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_90, 0, x_68); +lean_ctor_set(x_90, 1, x_89); +x_91 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__35; +x_92 = l_Lean_addMacroScope(x_74, x_91, x_69); +x_93 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__34; +x_94 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__40; +lean_inc(x_68); +x_95 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_95, 0, x_68); +lean_ctor_set(x_95, 1, x_93); +lean_ctor_set(x_95, 2, x_92); +lean_ctor_set(x_95, 3, x_94); +x_96 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; lean_inc(x_22); -lean_inc(x_64); -x_93 = l_Lean_Syntax_node3(x_64, x_92, x_22, x_1, x_2); -x_94 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; -lean_inc(x_64); -x_95 = l_Lean_Syntax_node2(x_64, x_94, x_91, x_93); -x_96 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; -lean_inc(x_86); -lean_inc(x_77); -lean_inc(x_64); -x_97 = l_Lean_Syntax_node3(x_64, x_96, x_77, x_95, x_86); +lean_inc(x_68); +x_97 = l_Lean_Syntax_node3(x_68, x_96, x_22, x_1, x_2); +x_98 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; +lean_inc(x_68); +x_99 = l_Lean_Syntax_node2(x_68, x_98, x_95, x_97); +x_100 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__22; +lean_inc(x_90); +lean_inc(x_81); +lean_inc(x_68); +x_101 = l_Lean_Syntax_node3(x_68, x_100, x_81, x_99, x_90); if (x_3 == 0) { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_98 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44; +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_102 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__44; lean_inc(x_22); -lean_inc(x_64); -x_99 = l_Lean_Syntax_node3(x_64, x_92, x_84, x_22, x_98); -lean_inc(x_64); -x_100 = l_Lean_Syntax_node2(x_64, x_94, x_82, x_99); -lean_inc(x_64); -x_101 = l_Lean_Syntax_node3(x_64, x_96, x_77, x_100, x_86); -lean_inc(x_64); -x_102 = l_Lean_Syntax_node2(x_64, x_92, x_101, x_97); -x_103 = l_Lean_Syntax_node2(x_64, x_94, x_75, x_102); -x_23 = x_103; -x_24 = x_68; -goto block_61; +lean_inc(x_68); +x_103 = l_Lean_Syntax_node3(x_68, x_96, x_88, x_22, x_102); +lean_inc(x_68); +x_104 = l_Lean_Syntax_node2(x_68, x_98, x_86, x_103); +lean_inc(x_68); +x_105 = l_Lean_Syntax_node3(x_68, x_100, x_81, x_104, x_90); +lean_inc(x_68); +x_106 = l_Lean_Syntax_node2(x_68, x_96, x_105, x_101); +x_107 = l_Lean_Syntax_node2(x_68, x_98, x_79, x_106); +x_23 = x_107; +x_24 = x_72; +goto block_65; } 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 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__47; +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_108 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__47; lean_inc(x_22); -lean_inc(x_64); -x_105 = l_Lean_Syntax_node3(x_64, x_92, x_84, x_22, x_104); -lean_inc(x_64); -x_106 = l_Lean_Syntax_node2(x_64, x_94, x_82, x_105); -lean_inc(x_64); -x_107 = l_Lean_Syntax_node3(x_64, x_96, x_77, x_106, x_86); -lean_inc(x_64); -x_108 = l_Lean_Syntax_node2(x_64, x_92, x_107, x_97); -x_109 = l_Lean_Syntax_node2(x_64, x_94, x_75, x_108); -x_23 = x_109; -x_24 = x_68; -goto block_61; +lean_inc(x_68); +x_109 = l_Lean_Syntax_node3(x_68, x_96, x_88, x_22, x_108); +lean_inc(x_68); +x_110 = l_Lean_Syntax_node2(x_68, x_98, x_86, x_109); +lean_inc(x_68); +x_111 = l_Lean_Syntax_node3(x_68, x_100, x_81, x_110, x_90); +lean_inc(x_68); +x_112 = l_Lean_Syntax_node2(x_68, x_96, x_111, x_101); +x_113 = l_Lean_Syntax_node2(x_68, x_98, x_79, x_112); +x_23 = x_113; +x_24 = x_72; +goto block_65; } -block_61: +block_65: { -lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_object* x_25; uint8_t x_26; lean_object* x_61; uint8_t x_62; x_25 = lean_ctor_get(x_6, 1); lean_inc(x_25); lean_dec(x_6); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); +x_61 = lean_ctor_get(x_25, 1); +lean_inc(x_61); lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___spec__1(x_26); -if (x_27 == 0) +x_62 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___spec__1(x_61); +if (x_62 == 0) +{ +uint8_t x_63; +x_63 = 1; +x_26 = x_63; +goto block_60; +} +else +{ +uint8_t x_64; +x_64 = 0; +x_26 = x_64; +goto block_60; +} +block_60: +{ +if (x_26 == 0) +{ +lean_object* x_27; +lean_dec(x_22); +lean_dec(x_8); +if (lean_is_scalar(x_17)) { + x_27 = lean_alloc_ctor(0, 2, 0); +} else { + x_27 = x_17; +} +lean_ctor_set(x_27, 0, x_23); +lean_ctor_set(x_27, 1, x_24); +return x_27; +} +else { lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_dec(x_17); @@ -7293,36 +7354,23 @@ lean_ctor_set(x_59, 1, x_47); return x_59; } } -else -{ -lean_object* x_60; -lean_dec(x_22); -lean_dec(x_8); -if (lean_is_scalar(x_17)) { - x_60 = lean_alloc_ctor(0, 2, 0); -} else { - x_60 = x_17; -} -lean_ctor_set(x_60, 0, x_23); -lean_ctor_set(x_60, 1, x_24); -return x_60; } } } } else { -lean_object* x_125; lean_object* x_126; +lean_object* x_129; lean_object* x_130; lean_dec(x_20); lean_dec(x_18); lean_dec(x_17); lean_dec(x_2); lean_dec(x_1); -x_125 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__4; -x_126 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_125, x_4, x_5, x_6, x_7, x_8, x_9, x_16); +x_129 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_elabParserMacroAux___closed__4; +x_130 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_129, x_4, x_5, x_6, x_7, x_8, x_9, x_16); lean_dec(x_8); lean_dec(x_6); -return x_126; +return x_130; } } } @@ -10777,56 +10825,56 @@ return x_8; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t 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; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_28; uint8_t x_29; x_9 = lean_unsigned_to_nat(1u); x_10 = lean_nat_sub(x_2, x_9); lean_dec(x_2); -x_11 = lean_array_get_size(x_1); -x_12 = lean_nat_dec_lt(x_10, x_11); -lean_dec(x_11); -x_13 = lean_ctor_get(x_4, 5); -lean_inc(x_13); -x_14 = 0; -x_15 = l_Lean_SourceInfo_fromRef(x_13, x_14); -x_16 = lean_ctor_get(x_4, 2); -lean_inc(x_16); -x_17 = lean_ctor_get(x_4, 1); -lean_inc(x_17); -x_18 = l_Lean_Elab_Term_mkPairs_loop___closed__5; -x_19 = l_Lean_addMacroScope(x_17, x_18, x_16); -x_20 = l_Lean_Elab_Term_mkPairs_loop___closed__2; -x_21 = l_Lean_Elab_Term_mkPairs_loop___closed__9; -lean_inc(x_15); -x_22 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_22, 0, x_15); -lean_ctor_set(x_22, 1, x_20); -lean_ctor_set(x_22, 2, x_19); -lean_ctor_set(x_22, 3, x_21); -if (x_12 == 0) +x_28 = lean_array_get_size(x_1); +x_29 = lean_nat_dec_lt(x_10, x_28); +lean_dec(x_28); +if (x_29 == 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; -x_23 = lean_box(0); -x_24 = l___private_Init_Util_0__outOfBounds___rarg(x_23); -x_25 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; -lean_inc(x_15); -x_26 = l_Lean_Syntax_node2(x_15, x_25, x_24, x_3); -x_27 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; -x_28 = l_Lean_Syntax_node2(x_15, x_27, x_22, x_26); -x_2 = x_10; -x_3 = x_28; -goto _start; +lean_object* x_30; lean_object* x_31; +x_30 = lean_box(0); +x_31 = l___private_Init_Util_0__outOfBounds___rarg(x_30); +x_11 = x_31; +goto block_27; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_30 = lean_array_fget(x_1, x_10); -x_31 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; +lean_object* x_32; +x_32 = lean_array_fget(x_1, x_10); +x_11 = x_32; +goto block_27; +} +block_27: +{ +lean_object* 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; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_12 = lean_ctor_get(x_4, 5); +lean_inc(x_12); +x_13 = 0; +x_14 = l_Lean_SourceInfo_fromRef(x_12, x_13); +x_15 = lean_ctor_get(x_4, 2); lean_inc(x_15); -x_32 = l_Lean_Syntax_node2(x_15, x_31, x_30, x_3); -x_33 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; -x_34 = l_Lean_Syntax_node2(x_15, x_33, x_22, x_32); +x_16 = lean_ctor_get(x_4, 1); +lean_inc(x_16); +x_17 = l_Lean_Elab_Term_mkPairs_loop___closed__5; +x_18 = l_Lean_addMacroScope(x_16, x_17, x_15); +x_19 = l_Lean_Elab_Term_mkPairs_loop___closed__2; +x_20 = l_Lean_Elab_Term_mkPairs_loop___closed__9; +lean_inc(x_14); +x_21 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_21, 0, x_14); +lean_ctor_set(x_21, 1, x_19); +lean_ctor_set(x_21, 2, x_18); +lean_ctor_set(x_21, 3, x_20); +x_22 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__3; +lean_inc(x_14); +x_23 = l_Lean_Syntax_node2(x_14, x_22, x_11, x_3); +x_24 = l_Lean_Elab_Term_elabAnonymousCtor___lambda__3___closed__10; +x_25 = l_Lean_Syntax_node2(x_14, x_24, x_21, x_23); x_2 = x_10; -x_3 = x_34; +x_3 = x_25; goto _start; } } @@ -16637,287 +16685,883 @@ return x_16; } } } -static lean_object* _init_l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__1___closed__1() { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashSetImp___rarg(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___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) { -_start: +if (lean_obj_tag(x_2) == 5) { -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; -x_8 = lean_st_ref_get(x_4, x_7); -x_9 = lean_ctor_get(x_8, 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); -x_10 = lean_ctor_get(x_8, 1); -lean_inc(x_10); -lean_dec(x_8); -x_11 = lean_ctor_get(x_9, 0); -lean_inc(x_11); -lean_dec(x_9); -x_12 = l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__1___closed__1; -lean_inc(x_11); -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 = l_Lean_Expr_hasFVar(x_1); -if (x_14 == 0) +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_5, x_9); +return x_10; +} +else { -uint8_t x_15; -x_15 = l_Lean_Expr_hasMVar(x_1); -if (x_15 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__23(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +uint8_t x_17; +lean_dec(x_14); lean_dec(x_13); -lean_dec(x_1); -x_16 = lean_st_ref_take(x_4, 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_is_exclusive(x_17); -if (x_19 == 0) +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__24(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__25(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -lean_ctor_set(x_17, 0, x_11); -x_21 = lean_st_ref_set(x_4, x_17, x_18); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_21, 0, x_25); -return x_21; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_21, 1); -lean_inc(x_26); -lean_dec(x_21); -x_27 = 0; -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; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_30 = lean_ctor_get(x_17, 1); -x_31 = lean_ctor_get(x_17, 2); -x_32 = lean_ctor_get(x_17, 3); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_17); -x_33 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_33, 0, x_11); -lean_ctor_set(x_33, 1, x_30); -lean_ctor_set(x_33, 2, x_31); -lean_ctor_set(x_33, 3, x_32); -x_34 = lean_st_ref_set(x_4, x_33, x_18); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_34)) { - lean_ctor_release(x_34, 0); - lean_ctor_release(x_34, 1); - x_36 = x_34; -} else { - lean_dec_ref(x_34); - x_36 = lean_box(0); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__19(x_1, x_2, x_15); +return x_16; } -x_37 = 0; -x_38 = lean_box(x_37); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); -} else { - x_39 = x_36; } -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -return x_39; +} +static lean_object* _init_l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__1___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashSetImp___rarg(x_1); +return x_2; } } -else +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___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) { +_start: { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -lean_dec(x_11); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2(x_2, x_1, x_13); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_st_ref_take(x_4, 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_is_exclusive(x_45); -if (x_47 == 0) +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_37; lean_object* x_38; uint8_t x_39; +x_8 = lean_st_ref_get(x_4, 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 = lean_ctor_get(x_9, 0); +lean_inc(x_11); +lean_dec(x_9); +x_37 = l_Lean_exprDependsOn___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__1___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_11); +x_39 = l_Lean_Expr_hasFVar(x_1); +if (x_39 == 0) { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -lean_ctor_set(x_45, 0, x_43); -x_49 = lean_st_ref_set(x_4, x_45, x_46); -x_50 = !lean_is_exclusive(x_49); -if (x_50 == 0) +uint8_t x_40; +x_40 = l_Lean_Expr_hasMVar(x_1); +if (x_40 == 0) { -lean_object* x_51; -x_51 = lean_ctor_get(x_49, 0); -lean_dec(x_51); -lean_ctor_set(x_49, 0, x_42); -return x_49; +uint8_t x_41; +lean_dec(x_1); +x_41 = 0; +x_12 = x_41; +x_13 = x_38; +goto block_36; } else { -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_42); -lean_ctor_set(x_53, 1, x_52); -return x_53; +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__10(x_2, x_1, x_38); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_12 = x_45; +x_13 = x_44; +goto block_36; } } else { -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; -x_54 = lean_ctor_get(x_45, 1); -x_55 = lean_ctor_get(x_45, 2); -x_56 = lean_ctor_get(x_45, 3); -lean_inc(x_56); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_57 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_57, 0, x_43); -lean_ctor_set(x_57, 1, x_54); -lean_ctor_set(x_57, 2, x_55); -lean_ctor_set(x_57, 3, x_56); -x_58 = lean_st_ref_set(x_4, x_57, x_46); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; -} else { - lean_dec_ref(x_58); - x_60 = lean_box(0); -} -if (lean_is_scalar(x_60)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_60; -} -lean_ctor_set(x_61, 0, x_42); -lean_ctor_set(x_61, 1, x_59); -return x_61; -} -} +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_2, x_1, x_38); +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 = lean_unbox(x_47); +lean_dec(x_47); +x_12 = x_49; +x_13 = x_48; +goto block_36; } -else +block_36: { -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; uint8_t x_69; -lean_dec(x_11); -x_62 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__10(x_2, x_1, x_13); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_st_ref_take(x_4, x_10); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = !lean_is_exclusive(x_67); -if (x_69 == 0) +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_st_ref_take(x_4, x_10); +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_is_exclusive(x_16); +if (x_18 == 0) { -lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_70 = lean_ctor_get(x_67, 0); -lean_dec(x_70); -lean_ctor_set(x_67, 0, x_65); -x_71 = lean_st_ref_set(x_4, x_67, x_68); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +lean_ctor_set(x_16, 0, x_14); +x_20 = lean_st_ref_set(x_4, x_16, x_17); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -lean_ctor_set(x_71, 0, x_64); -return x_71; +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = lean_box(x_12); +lean_ctor_set(x_20, 0, x_23); +return x_20; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_64); -lean_ctor_set(x_75, 1, x_74); -return x_75; +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(x_12); +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 { -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_76 = lean_ctor_get(x_67, 1); -x_77 = lean_ctor_get(x_67, 2); -x_78 = lean_ctor_get(x_67, 3); -lean_inc(x_78); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_67); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_65); -lean_ctor_set(x_79, 1, x_76); -lean_ctor_set(x_79, 2, x_77); -lean_ctor_set(x_79, 3, x_78); -x_80 = lean_st_ref_set(x_4, x_79, x_68); -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; +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_16, 1); +x_28 = lean_ctor_get(x_16, 2); +x_29 = lean_ctor_get(x_16, 3); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_16); +x_30 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_30, 0, x_14); +lean_ctor_set(x_30, 1, x_27); +lean_ctor_set(x_30, 2, x_28); +lean_ctor_set(x_30, 3, x_29); +x_31 = lean_st_ref_set(x_4, x_30, x_17); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_33 = x_31; } else { - lean_dec_ref(x_80); - x_82 = lean_box(0); + lean_dec_ref(x_31); + x_33 = lean_box(0); } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(0, 2, 0); +x_34 = lean_box(x_12); +if (lean_is_scalar(x_33)) { + x_35 = lean_alloc_ctor(0, 2, 0); } else { - x_83 = x_82; + x_35 = x_33; } -lean_ctor_set(x_83, 0, x_64); -lean_ctor_set(x_83, 1, x_81); -return x_83; +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_32); +return x_35; } } } @@ -17008,16 +17652,108 @@ return x_31; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__4(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__7___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__7(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__8___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__8(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__6(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__9___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__9(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__5(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__3(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__4(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__12(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__15___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; uint8_t x_7; lean_object* x_8; @@ -17025,14 +17761,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__7(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__15(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__16___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; uint8_t x_7; lean_object* x_8; @@ -17040,24 +17776,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__8(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__16(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__14___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__6(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__14(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__17___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; uint8_t x_7; lean_object* x_8; @@ -17065,51 +17801,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__9(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__17(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__13___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__5(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__13(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__3(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__11(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__2(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__10(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__12(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__20(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__23___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; uint8_t x_7; lean_object* x_8; @@ -17117,14 +17853,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__15(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__23(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__24___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; uint8_t x_7; lean_object* x_8; @@ -17132,24 +17868,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__16(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__24(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__14(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__22(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__25___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; uint8_t x_7; lean_object* x_8; @@ -17157,37 +17893,37 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__17(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__25(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__13___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__13(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__21(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__11(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__19(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__10(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate___spec__18(x_1, x_2, x_3); lean_dec(x_1); return x_4; } @@ -18070,136 +18806,136 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSubst___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, 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) { _start: { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; 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; uint8_t x_79; lean_object* x_80; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; 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; uint8_t x_80; lean_object* x_81; x_19 = lean_expr_instantiate1(x_7, x_9); lean_inc(x_19); x_20 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_20, 0, x_19); -x_66 = lean_ctor_get(x_16, 0); -lean_inc(x_66); -x_67 = lean_ctor_get(x_16, 1); +x_67 = lean_ctor_get(x_16, 0); lean_inc(x_67); -x_68 = lean_ctor_get(x_16, 2); +x_68 = lean_ctor_get(x_16, 1); lean_inc(x_68); -x_69 = lean_ctor_get(x_16, 3); +x_69 = lean_ctor_get(x_16, 2); lean_inc(x_69); -x_70 = lean_ctor_get(x_16, 4); +x_70 = lean_ctor_get(x_16, 3); lean_inc(x_70); -x_71 = lean_ctor_get(x_16, 5); +x_71 = lean_ctor_get(x_16, 4); lean_inc(x_71); -x_72 = lean_ctor_get(x_16, 6); +x_72 = lean_ctor_get(x_16, 5); lean_inc(x_72); -x_73 = lean_ctor_get(x_16, 7); +x_73 = lean_ctor_get(x_16, 6); lean_inc(x_73); -x_74 = lean_ctor_get(x_16, 8); +x_74 = lean_ctor_get(x_16, 7); lean_inc(x_74); -x_75 = lean_ctor_get(x_16, 9); +x_75 = lean_ctor_get(x_16, 8); lean_inc(x_75); -x_76 = lean_ctor_get(x_16, 10); +x_76 = lean_ctor_get(x_16, 9); lean_inc(x_76); -x_77 = l_Lean_replaceRef(x_4, x_71); -lean_dec(x_71); -x_78 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_78, 0, x_66); -lean_ctor_set(x_78, 1, x_67); -lean_ctor_set(x_78, 2, x_68); -lean_ctor_set(x_78, 3, x_69); -lean_ctor_set(x_78, 4, x_70); -lean_ctor_set(x_78, 5, x_77); -lean_ctor_set(x_78, 6, x_72); -lean_ctor_set(x_78, 7, x_73); -lean_ctor_set(x_78, 8, x_74); -lean_ctor_set(x_78, 9, x_75); -lean_ctor_set(x_78, 10, x_76); -x_79 = 1; +x_77 = lean_ctor_get(x_16, 10); +lean_inc(x_77); +x_78 = l_Lean_replaceRef(x_4, x_72); +lean_dec(x_72); +x_79 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_79, 0, x_67); +lean_ctor_set(x_79, 1, x_68); +lean_ctor_set(x_79, 2, x_69); +lean_ctor_set(x_79, 3, x_70); +lean_ctor_set(x_79, 4, x_71); +lean_ctor_set(x_79, 5, x_78); +lean_ctor_set(x_79, 6, x_73); +lean_ctor_set(x_79, 7, x_74); +lean_ctor_set(x_79, 8, x_75); +lean_ctor_set(x_79, 9, x_76); +lean_ctor_set(x_79, 10, x_77); +x_80 = 1; lean_inc(x_17); -lean_inc(x_78); +lean_inc(x_79); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_20); lean_inc(x_4); -x_80 = l_Lean_Elab_Term_elabTerm(x_4, x_20, x_79, x_79, x_12, x_13, x_14, x_15, x_78, x_17, x_18); -if (lean_obj_tag(x_80) == 0) +x_81 = l_Lean_Elab_Term_elabTerm(x_4, x_20, x_80, x_80, x_12, x_13, x_14, x_15, x_79, x_17, x_18); +if (lean_obj_tag(x_81) == 0) { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_80, 0); -lean_inc(x_81); -x_82 = lean_ctor_get(x_80, 1); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); -lean_dec(x_80); +x_83 = lean_ctor_get(x_81, 1); +lean_inc(x_83); +lean_dec(x_81); lean_inc(x_17); -lean_inc(x_78); +lean_inc(x_79); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc_n(x_6, 2); -lean_inc(x_81); -x_83 = l_Lean_Elab_Term_ensureHasType(x_20, x_81, x_6, x_6, x_12, x_13, x_14, x_15, x_78, x_17, x_82); -if (lean_obj_tag(x_83) == 0) +lean_inc(x_82); +x_84 = l_Lean_Elab_Term_ensureHasType(x_20, x_82, x_6, x_6, x_12, x_13, x_14, x_15, x_79, x_17, x_83); +if (lean_obj_tag(x_84) == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -lean_dec(x_81); -lean_dec(x_78); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_dec(x_82); +lean_dec(x_79); lean_dec(x_19); -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); +x_85 = lean_ctor_get(x_84, 0); lean_inc(x_85); -lean_dec(x_83); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_84); -lean_ctor_set(x_86, 1, x_6); -x_21 = x_86; -x_22 = x_85; -goto block_65; +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_6); +x_21 = x_87; +x_22 = x_86; +goto block_66; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_83, 0); -lean_inc(x_87); -x_88 = lean_ctor_get(x_83, 1); +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_84, 0); lean_inc(x_88); -lean_dec(x_83); +x_89 = lean_ctor_get(x_84, 1); +lean_inc(x_89); +lean_dec(x_84); lean_inc(x_17); -lean_inc(x_78); +lean_inc(x_79); lean_inc(x_15); lean_inc(x_14); -lean_inc(x_81); -x_89 = lean_infer_type(x_81, x_14, x_15, x_78, x_17, x_88); -if (lean_obj_tag(x_89) == 0) +lean_inc(x_82); +x_90 = lean_infer_type(x_82, x_14, x_15, x_79, x_17, x_89); +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, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_91 = lean_ctor_get(x_90, 0); lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_box(0); +x_92 = lean_ctor_get(x_90, 1); +lean_inc(x_92); +lean_dec(x_90); +x_93 = lean_box(0); lean_inc(x_17); -lean_inc(x_78); +lean_inc(x_79); lean_inc(x_15); lean_inc(x_14); lean_inc(x_10); -x_93 = l_Lean_Meta_kabstract(x_90, x_10, x_92, x_14, x_15, x_78, x_17, x_91); -if (lean_obj_tag(x_93) == 0) +x_94 = l_Lean_Meta_kabstract(x_91, x_10, x_93, x_14, x_15, x_79, x_17, x_92); +if (lean_obj_tag(x_94) == 0) { -uint8_t x_94; -x_94 = !lean_is_exclusive(x_93); -if (x_94 == 0) +uint8_t x_95; +x_95 = !lean_is_exclusive(x_94); +if (x_95 == 0) { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_93, 0); -x_96 = lean_ctor_get(x_93, 1); -x_97 = l_Lean_Expr_hasLooseBVars(x_95); -if (x_97 == 0) +lean_object* x_96; lean_object* x_97; uint8_t x_98; +x_96 = lean_ctor_get(x_94, 0); +x_97 = lean_ctor_get(x_94, 1); +x_98 = l_Lean_Expr_hasLooseBVars(x_96); +if (x_98 == 0) { -lean_dec(x_95); -lean_dec(x_81); -lean_dec(x_78); +lean_dec(x_96); +lean_dec(x_82); +lean_dec(x_79); lean_dec(x_19); lean_dec(x_17); lean_dec(x_16); @@ -18217,15 +18953,15 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -lean_ctor_set_tag(x_93, 1); -lean_ctor_set(x_93, 0, x_87); -return x_93; +lean_ctor_set_tag(x_94, 1); +lean_ctor_set(x_94, 0, x_88); +return x_94; } else { -lean_object* x_98; lean_object* x_99; -lean_free_object(x_93); -x_98 = lean_box(0); +lean_object* x_99; lean_object* x_100; +lean_free_object(x_94); +x_99 = lean_box(0); lean_inc(x_17); lean_inc(x_15); lean_inc(x_14); @@ -18235,22 +18971,22 @@ lean_inc(x_8); lean_inc(x_1); lean_inc(x_10); lean_inc(x_9); -x_99 = l_Lean_Elab_Term_elabSubst___lambda__7(x_95, x_9, x_19, x_87, x_10, x_1, x_81, x_8, x_6, x_98, x_12, x_13, x_14, x_15, x_78, x_17, x_96); -if (lean_obj_tag(x_99) == 0) +x_100 = l_Lean_Elab_Term_elabSubst___lambda__7(x_96, x_9, x_19, x_88, x_10, x_1, x_82, x_8, x_6, x_99, x_12, x_13, x_14, x_15, x_79, x_17, x_97); +if (lean_obj_tag(x_100) == 0) { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_99, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_99, 1); +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_100, 0); lean_inc(x_101); -lean_dec(x_99); -x_21 = x_100; -x_22 = x_101; -goto block_65; +x_102 = lean_ctor_get(x_100, 1); +lean_inc(x_102); +lean_dec(x_100); +x_21 = x_101; +x_22 = x_102; +goto block_66; } else { -uint8_t x_102; +uint8_t x_103; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -18266,42 +19002,42 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_102 = !lean_is_exclusive(x_99); -if (x_102 == 0) +x_103 = !lean_is_exclusive(x_100); +if (x_103 == 0) { -return x_99; +return x_100; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_99, 0); -x_104 = lean_ctor_get(x_99, 1); +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_100, 0); +x_105 = lean_ctor_get(x_100, 1); +lean_inc(x_105); lean_inc(x_104); -lean_inc(x_103); -lean_dec(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; +lean_dec(x_100); +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 { -lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_106 = lean_ctor_get(x_93, 0); -x_107 = lean_ctor_get(x_93, 1); +lean_object* x_107; lean_object* x_108; uint8_t x_109; +x_107 = lean_ctor_get(x_94, 0); +x_108 = lean_ctor_get(x_94, 1); +lean_inc(x_108); lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_93); -x_108 = l_Lean_Expr_hasLooseBVars(x_106); -if (x_108 == 0) +lean_dec(x_94); +x_109 = l_Lean_Expr_hasLooseBVars(x_107); +if (x_109 == 0) { -lean_object* x_109; -lean_dec(x_106); -lean_dec(x_81); -lean_dec(x_78); +lean_object* x_110; +lean_dec(x_107); +lean_dec(x_82); +lean_dec(x_79); lean_dec(x_19); lean_dec(x_17); lean_dec(x_16); @@ -18319,15 +19055,15 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_109 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_109, 0, x_87); -lean_ctor_set(x_109, 1, x_107); -return x_109; +x_110 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_110, 0, x_88); +lean_ctor_set(x_110, 1, x_108); +return x_110; } else { -lean_object* x_110; lean_object* x_111; -x_110 = lean_box(0); +lean_object* x_111; lean_object* x_112; +x_111 = lean_box(0); lean_inc(x_17); lean_inc(x_15); lean_inc(x_14); @@ -18337,22 +19073,22 @@ lean_inc(x_8); lean_inc(x_1); lean_inc(x_10); lean_inc(x_9); -x_111 = l_Lean_Elab_Term_elabSubst___lambda__7(x_106, x_9, x_19, x_87, x_10, x_1, x_81, x_8, x_6, x_110, x_12, x_13, x_14, x_15, x_78, x_17, x_107); -if (lean_obj_tag(x_111) == 0) +x_112 = l_Lean_Elab_Term_elabSubst___lambda__7(x_107, x_9, x_19, x_88, x_10, x_1, x_82, x_8, x_6, x_111, x_12, x_13, x_14, x_15, x_79, x_17, x_108); +if (lean_obj_tag(x_112) == 0) { -lean_object* x_112; lean_object* x_113; -x_112 = lean_ctor_get(x_111, 0); -lean_inc(x_112); -x_113 = lean_ctor_get(x_111, 1); +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_112, 0); lean_inc(x_113); -lean_dec(x_111); -x_21 = x_112; -x_22 = x_113; -goto block_65; +x_114 = lean_ctor_get(x_112, 1); +lean_inc(x_114); +lean_dec(x_112); +x_21 = x_113; +x_22 = x_114; +goto block_66; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -18368,36 +19104,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_114 = lean_ctor_get(x_111, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_111, 1); +x_115 = lean_ctor_get(x_112, 0); lean_inc(x_115); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - lean_ctor_release(x_111, 1); - x_116 = x_111; +x_116 = lean_ctor_get(x_112, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_112)) { + lean_ctor_release(x_112, 0); + lean_ctor_release(x_112, 1); + x_117 = x_112; } else { - lean_dec_ref(x_111); - x_116 = lean_box(0); + lean_dec_ref(x_112); + x_117 = lean_box(0); } -if (lean_is_scalar(x_116)) { - x_117 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_117)) { + x_118 = lean_alloc_ctor(1, 2, 0); } else { - x_117 = x_116; + x_118 = x_117; } -lean_ctor_set(x_117, 0, x_114); -lean_ctor_set(x_117, 1, x_115); -return x_117; +lean_ctor_set(x_118, 0, x_115); +lean_ctor_set(x_118, 1, x_116); +return x_118; } } } } else { -uint8_t x_118; -lean_dec(x_87); -lean_dec(x_81); -lean_dec(x_78); +uint8_t x_119; +lean_dec(x_88); +lean_dec(x_82); +lean_dec(x_79); lean_dec(x_19); lean_dec(x_17); lean_dec(x_16); @@ -18415,32 +19151,32 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_118 = !lean_is_exclusive(x_93); -if (x_118 == 0) +x_119 = !lean_is_exclusive(x_94); +if (x_119 == 0) { -return x_93; +return x_94; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_119 = lean_ctor_get(x_93, 0); -x_120 = lean_ctor_get(x_93, 1); +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_94, 0); +x_121 = lean_ctor_get(x_94, 1); +lean_inc(x_121); lean_inc(x_120); -lean_inc(x_119); -lean_dec(x_93); -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; +lean_dec(x_94); +x_122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +return x_122; } } } else { -uint8_t x_122; -lean_dec(x_87); -lean_dec(x_81); -lean_dec(x_78); +uint8_t x_123; +lean_dec(x_88); +lean_dec(x_82); +lean_dec(x_79); lean_dec(x_19); lean_dec(x_17); lean_dec(x_16); @@ -18458,31 +19194,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_122 = !lean_is_exclusive(x_89); -if (x_122 == 0) +x_123 = !lean_is_exclusive(x_90); +if (x_123 == 0) { -return x_89; +return x_90; } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_123 = lean_ctor_get(x_89, 0); -x_124 = lean_ctor_get(x_89, 1); +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_90, 0); +x_125 = lean_ctor_get(x_90, 1); +lean_inc(x_125); lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_89); -x_125 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_125, 0, x_123); -lean_ctor_set(x_125, 1, x_124); -return x_125; +lean_dec(x_90); +x_126 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_126, 0, x_124); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } } } else { -uint8_t x_126; -lean_dec(x_78); +uint8_t x_127; +lean_dec(x_79); lean_dec(x_20); lean_dec(x_19); lean_dec(x_17); @@ -18501,26 +19237,26 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_126 = !lean_is_exclusive(x_80); -if (x_126 == 0) +x_127 = !lean_is_exclusive(x_81); +if (x_127 == 0) { -return x_80; +return x_81; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; -x_127 = lean_ctor_get(x_80, 0); -x_128 = lean_ctor_get(x_80, 1); +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_81, 0); +x_129 = lean_ctor_get(x_81, 1); +lean_inc(x_129); lean_inc(x_128); -lean_inc(x_127); -lean_dec(x_80); -x_129 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_129, 0, x_127); -lean_ctor_set(x_129, 1, x_128); -return x_129; +lean_dec(x_81); +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; } } -block_65: +block_66: { lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; x_23 = lean_ctor_get(x_21, 0); @@ -18550,7 +19286,7 @@ lean_inc(x_12); x_32 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_27, x_30, x_1, x_29, x_31, x_12, x_13, x_14, x_15, x_16, x_17, x_28); 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_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; x_33 = lean_ctor_get(x_32, 0); lean_inc(x_33); x_34 = lean_ctor_get(x_32, 1); @@ -18569,20 +19305,38 @@ lean_inc(x_37); lean_dec(x_35); if (lean_obj_tag(x_24) == 0) { -uint8_t x_57; -x_57 = lean_unbox(x_36); +uint8_t x_58; +x_58 = lean_unbox(x_36); lean_dec(x_36); -if (x_57 == 0) +if (x_58 == 0) { -lean_object* x_58; -lean_dec(x_33); -x_58 = lean_box(0); -x_38 = x_58; -goto block_56; +uint8_t x_59; +x_59 = 1; +x_38 = x_59; +goto block_57; +} +else +{ +uint8_t x_60; +x_60 = 0; +x_38 = x_60; +goto block_57; +} } else { -lean_object* x_59; +uint8_t x_61; +lean_dec(x_36); +lean_dec(x_24); +x_61 = 1; +x_38 = x_61; +goto block_57; +} +block_57: +{ +if (x_38 == 0) +{ +lean_object* x_39; lean_dec(x_13); lean_dec(x_12); lean_dec(x_10); @@ -18591,100 +19345,90 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_59 = l_Lean_Meta_mkEqRec(x_33, x_23, x_8, x_14, x_15, x_16, x_17, x_37); -return x_59; -} +x_39 = l_Lean_Meta_mkEqRec(x_33, x_23, x_8, x_14, x_15, x_16, x_17, x_37); +return x_39; } else { -lean_object* x_60; -lean_dec(x_36); +uint8_t x_40; lean_object* x_41; lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_dec(x_33); -lean_dec(x_24); -x_60 = lean_box(0); -x_38 = x_60; -goto block_56; -} -block_56: -{ -uint8_t x_39; lean_object* x_40; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_38); lean_inc(x_10); lean_inc(x_9); -x_46 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate(x_9, x_10, x_14, x_15, x_16, x_17, x_37); -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); -x_48 = lean_unbox(x_47); -if (x_48 == 0) +x_47 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate(x_9, x_10, x_14, x_15, x_16, x_17, x_37); +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_unbox(x_48); +if (x_49 == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +lean_dec(x_48); +x_50 = lean_ctor_get(x_47, 1); +lean_inc(x_50); lean_dec(x_47); -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); -lean_dec(x_46); -x_50 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate(x_10, x_9, x_14, x_15, x_16, x_17, x_49); -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); +x_51 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_isSubstCandidate(x_10, x_9, x_14, x_15, x_16, x_17, x_50); +x_52 = lean_ctor_get(x_51, 0); lean_inc(x_52); -lean_dec(x_50); -x_53 = lean_unbox(x_51); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); lean_dec(x_51); -x_39 = x_53; -x_40 = x_52; -goto block_45; +x_54 = lean_unbox(x_52); +lean_dec(x_52); +x_40 = x_54; +x_41 = x_53; +goto block_46; } else { -lean_object* x_54; uint8_t x_55; +lean_object* x_55; uint8_t x_56; lean_dec(x_10); lean_dec(x_9); -x_54 = lean_ctor_get(x_46, 1); -lean_inc(x_54); -lean_dec(x_46); -x_55 = lean_unbox(x_47); +x_55 = lean_ctor_get(x_47, 1); +lean_inc(x_55); lean_dec(x_47); -x_39 = x_55; -x_40 = x_54; -goto block_45; +x_56 = lean_unbox(x_48); +lean_dec(x_48); +x_40 = x_56; +x_41 = x_55; +goto block_46; } -block_45: +block_46: { -if (x_39 == 0) +if (x_40 == 0) { -lean_object* x_41; lean_object* x_42; +lean_object* x_42; lean_object* x_43; lean_dec(x_23); lean_dec(x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_41 = l_Lean_Elab_Term_elabSubst___lambda__8___closed__2; -x_42 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_41, x_12, x_13, x_14, x_15, x_16, x_17, x_40); +x_42 = l_Lean_Elab_Term_elabSubst___lambda__8___closed__2; +x_43 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_42, x_12, x_13, x_14, x_15, x_16, x_17, x_41); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); -return x_42; +return x_43; } else { -lean_object* x_43; lean_object* x_44; -x_43 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabSubst___lambda__5), 12, 4); -lean_closure_set(x_43, 0, x_23); -lean_closure_set(x_43, 1, x_2); -lean_closure_set(x_43, 2, x_3); -lean_closure_set(x_43, 3, x_4); -x_44 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_withLocalIdentFor(x_5, x_8, x_43, x_12, x_13, x_14, x_15, x_16, x_17, x_40); -return x_44; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabSubst___lambda__5), 12, 4); +lean_closure_set(x_44, 0, x_23); +lean_closure_set(x_44, 1, x_2); +lean_closure_set(x_44, 2, x_3); +lean_closure_set(x_44, 3, x_4); +x_45 = l___private_Lean_Elab_BuiltinNotation_0__Lean_Elab_Term_withLocalIdentFor(x_5, x_8, x_44, x_12, x_13, x_14, x_15, x_16, x_17, x_41); +return x_45; +} } } } } else { -uint8_t x_61; +uint8_t x_62; lean_dec(x_24); lean_dec(x_23); lean_dec(x_17); @@ -18700,23 +19444,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_61 = !lean_is_exclusive(x_32); -if (x_61 == 0) +x_62 = !lean_is_exclusive(x_32); +if (x_62 == 0) { return x_32; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_32, 0); -x_63 = lean_ctor_get(x_32, 1); +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_32, 0); +x_64 = lean_ctor_get(x_32, 1); +lean_inc(x_64); lean_inc(x_63); -lean_inc(x_62); lean_dec(x_32); -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; +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; } } } diff --git a/stage0/stdlib/Lean/Elab/BuiltinTerm.c b/stage0/stdlib/Lean/Elab/BuiltinTerm.c index 7f0dc9bd366b..2299944e23d2 100644 --- a/stage0/stdlib/Lean/Elab/BuiltinTerm.c +++ b/stage0/stdlib/Lean/Elab/BuiltinTerm.c @@ -43,13 +43,14 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit_declRange___closed_ static lean_object* l___regBuiltin_Lean_Elab_Term_elabQuotedName___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole_declRange___closed__6; lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); +lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_popScope___at_Lean_Elab_Term_elabOpen___spec__37(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___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_elabScientificLit___closed__3; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalContextImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit_declRange___closed__6; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabDoubleQuotedName___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType_declRange___closed__2; -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType___closed__3; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__2___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange___closed__6; @@ -57,6 +58,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabSort_declRange___closed__2 static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar_declRange___closed__7; lean_object* l_Lean_Syntax_isScientificLit_x3f(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_sequenceMap___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_Term_elabOpen___spec__14___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___regBuiltin_Lean_Elab_Term_elabProp___closed__5; @@ -71,14 +73,12 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole___closed__3; static lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_evalFilePathUnsafe___closed__3; static lean_object* l_Lean_Elab_Term_elabDeclName___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeOf_declRange___closed__7; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__9___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_uint32_to_nat(uint32_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabRawNatLit___closed__3; lean_object* l_System_FilePath_join(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSetOption___closed__4; lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__4; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx_declRange___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr_declRange___closed__6; @@ -95,6 +95,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabDeclName_declRange___close static lean_object* l___regBuiltin_Lean_Elab_Term_elabSetOption___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx_declRange___closed__7; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Term_elabOpen___spec__33(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole___closed__4; @@ -118,7 +119,6 @@ lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen_declRange(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange___closed__2; lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__9(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -131,12 +131,14 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx___closed__4; static lean_object* l_Lean_Elab_Term_elabLetMVar___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeOf___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole___closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__32(lean_object*, lean_object*, size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSetOption___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeContainsMVar_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabRawNatLit___closed__2; 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_object* l_Lean_Name_toString(lean_object*, uint8_t); lean_object* l_Lean_Level_succ___override(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__24(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_getMVarFromUserName___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabQuotedName(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*); @@ -145,6 +147,7 @@ lean_object* l_Lean_Elab_Term_isLocalIdent_x3f(lean_object*, lean_object*, lean_ lean_object* l_Lean_Expr_sort___override(lean_object*); static lean_object* l_Lean_Elab_Term_elabByTactic___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__18___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetMVar(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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen_declRange___closed__5; @@ -203,6 +206,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithDeclName_declRange___c static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen___closed__1; LEAN_EXPORT lean_object* l_Lean_pushScope___at_Lean_Elab_Term_elabOpen___spec__1___boxed(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_elabClear___spec__21(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabByTactic_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabDoubleQuotedName___closed__3; lean_object* l_Lean_Elab_Term_adaptExpander(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -227,7 +231,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabClear___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange___closed__3; lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWaitIfTypeContainsMVar___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithAnnotateTerm_declRange___closed__3; static lean_object* l_Lean_Elab_Term_elabDeclName___closed__1; static lean_object* l_Lean_Elab_Term_elabDeclName___lambda__1___closed__1; @@ -247,6 +250,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp_declRange___closed__3 LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_Term_elabOpen___spec__9(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit_declRange___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion___closed__4; lean_object* l_List_filterMap___at_Lean_resolveGlobalConst___spec__1(lean_object*); @@ -296,6 +300,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabQuotedName___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_mkFreshTypeMVarFor___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureTypeOf___closed__1; lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__6(size_t, size_t, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCompletion___closed__2; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_Term_elabOpen___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr_declRange___closed__3; @@ -308,18 +313,20 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp_declRange___closed__1 static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabByTactic_declRange___closed__6; static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Term_elabOpen___spec__3___closed__6; -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit_declRange(lean_object*); static lean_object* l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Term_elabStrLit___spec__1___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__38(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_throwUnsupportedSyntax___at_Lean_Elab_Term_elabLetMVar___spec__1___rarg___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___at_Lean_Elab_Term_elabClear___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion_declRange(lean_object*); static lean_object* l_Lean_Elab_Term_elabClear___lambda__2___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__10___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabLetMVar___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeOf___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Term_elabOpen___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar_declRange___closed__1; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabNoImplicitLambda_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabOpen___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isDelayedAssigned___spec__1(lean_object*, lean_object*); @@ -337,12 +344,14 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp_declRange___closed__5 lean_object* l_Lean_mkStrLit(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCompletion___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabCompletion(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_filterMap___at_Lean_resolveNamespace___spec__1(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSetOption___closed__2; static lean_object* l_Lean_Elab_Term_elabSyntheticHole___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen_declRange___closed__6; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp___closed__6; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp___closed__9; static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -350,7 +359,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar_declRan LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabDoubleQuotedName___spec__4(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_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__17(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNumLit___closed__4; lean_object* l_Lean_Elab_Term_saveContext(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -368,7 +376,6 @@ lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabProp_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__38___boxed(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_zip___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabSyntheticHole___closed__1; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_elabOpen___spec__20(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabByTactic_declRange___closed__5; @@ -385,6 +392,7 @@ static lean_object* l_Lean_Elab_Term_elabScientificLit___closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Term_elabClear___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___regBuiltin_Lean_Elab_Term_elabNumLit_declRange___closed__6; lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__31(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTypeOf(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_elabEnsureTypeOf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_popScope___rarg(lean_object*, lean_object*); @@ -400,9 +408,9 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit_declRange(lean static lean_object* l___regBuiltin_Lean_Elab_Term_elabDeclName___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabScientificLit_declRange___closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___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*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__30(lean_object*, lean_object*, size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeContainsMVar_declRange___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Term_elabStrLit___spec__1(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_Elab_Term_elabClear___spec__10(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole___closed__4; 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*); @@ -422,6 +430,7 @@ static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabPipeCompletion___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDeclName_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit_declRange___closed__6; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__10(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Term_elabOpen___spec__3___closed__9; static lean_object* l___regBuiltin_Lean_Elab_Term_elabRawNatLit_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithDeclName_declRange___closed__6; @@ -439,14 +448,15 @@ lean_object* l_Lean_Elab_Term_mkTermInfo(lean_object*, lean_object*, lean_object LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_Term_elabDoubleQuotedName___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_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabQuotedName___boxed(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_Lean_Elab_Term_elabClear___spec__8___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabHole_declRange(lean_object*); lean_object* l_Lean_Exception_getRef(lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabClear_declRange___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabOpen___spec__19(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoImplicitLambda_declRange___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Term_elabOpen___spec__3___closed__2; 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole_declRange___closed__5; @@ -459,11 +469,11 @@ uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureTypeOf_declRange(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit(lean_object*); static lean_object* l_Lean_Elab_Term_elabSyntheticHole___closed__3; -static lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabRawNatLit_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___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_EXPORT lean_object* l_Lean_Elab_Term_elabRawNatLit(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_elabClear___spec__25(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabLetMVar___closed__6; lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -483,7 +493,6 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabClear_declRange___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___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_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__2___closed__3; -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabBadCDot___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole_declRange___closed__3; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(lean_object*, lean_object*, size_t, size_t); @@ -507,6 +516,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion_declRange__ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__2___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabClear___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType_declRange___closed__3; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDoubleQuotedName_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabQuotedName_declRange___closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__2___closed__12; @@ -518,8 +528,6 @@ static lean_object* l_Lean_Elab_Term_elabClear___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr_declRange___closed__4; lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar___closed__3; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11___boxed(lean_object*, lean_object*); lean_object* l_Lean_mkAnnotation(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_tryPostponeIfMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_getMVarFromUserName___closed__1; @@ -537,17 +545,15 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabCompletion___closed__1; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___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_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabScientificLit_declRange(lean_object*); -lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(size_t, size_t, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType_declRange___closed__7; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabOpen___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_mkFreshTypeMVarFor___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_elabNumLit___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___regBuiltin_Lean_Elab_Term_elabBadCDot_declRange___closed__3; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabOpen___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__34(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabScientificLit___closed__4; @@ -576,7 +582,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabOpen___spec__ uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabProp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabQuotedName_declRange(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar_declRange___closed__3; static lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_Term_elabDoubleQuotedName___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Elab_Term_elabSyntheticHole___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -604,14 +609,15 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange__ static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr_declRange___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabEnsureExpectedType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeOf_declRange(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabClear_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar_declRange___closed__7; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__21___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoImplicitLambda_declRange___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx_declRange(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabBadCDot_declRange___closed__6; 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*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDoubleQuotedName___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit___closed__5; @@ -623,11 +629,11 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx_declRange___closed LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabSetOption___spec__2(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___regBuiltin_Lean_Elab_Term_elabNumLit(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__21(lean_object*, lean_object*, size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureTypeOf_declRange___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_Elab_Term_elabDoubleQuotedName___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Term_elabOpen___spec__3___closed__5; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabByTactic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp___closed__4; @@ -637,12 +643,13 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabDoubleQuotedName_declRange LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_mkFreshTypeMVarFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabHole(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_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__21___boxed(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_elabClear___spec__18(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabBadCDot___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit_declRange___closed__4; LEAN_EXPORT lean_object* l_Lean_popScope___at_Lean_Elab_Term_elabOpen___spec__37___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabHole___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__26(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___at_Lean_Elab_Term_elabOpen___spec__3___closed__7; static lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Term_elabClear___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -650,9 +657,9 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar_declRan static lean_object* l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabDoubleQuotedName_declRange___closed__5; lean_object* l_IO_FS_readFile(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabSetOption___at_Lean_Elab_Term_elabSetOption___spec__1___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSort___closed__1; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__13(lean_object*, lean_object*, size_t, size_t); 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___regBuiltin_Lean_Elab_Term_elabSort___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabOpen___spec__31(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -674,7 +681,6 @@ uint8_t l_Lean_LocalContext_isSubPrefixOf(lean_object*, lean_object*, lean_objec static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType_declRange___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabClear_declRange___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureTypeOf_declRange___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithDeclName___closed__2; @@ -684,6 +690,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion___closed__5 static lean_object* l_Lean_Elab_Term_elabDeclName___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabProp_declRange___closed__7; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabWithDeclName(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWaitIfTypeContainsMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_Term_elabDoubleQuotedName___spec__6___closed__2; static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___lambda__1___closed__1; @@ -692,8 +699,9 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabOpen___spec__ static lean_object* l_Lean_Elab_Term_elabPipeCompletion___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___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_Lean_Syntax_setArgs(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabPipeCompletion_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole_declRange___closed__2; lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); @@ -703,9 +711,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWithAnnotateTerm(lean_object*, lea static lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_evalFilePathUnsafe___closed__4; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabClear_declRange___closed__3; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabByTactic___closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28___boxed(lean_object*, lean_object*); lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabBadCDot_declRange___closed__1; @@ -747,12 +757,12 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureExpectedType___close static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Term_elabOpen___spec__29___closed__1; lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabDeclName___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabCharLit(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_elabClear___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_elabBadCDot___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabLetMVar___spec__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabWaitIfContainsMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___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_Elab_elabSetOption_setOption___at_Lean_Elab_Term_elabSetOption___spec__3___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___regBuiltin_Lean_Elab_Term_elabQuotedName_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit_declRange___closed__2; @@ -765,6 +775,7 @@ lean_object* lean_local_ctx_erase(lean_object*, lean_object*); lean_object* l_Lean_Syntax_isCharLit_x3f(lean_object*); static lean_object* l_Lean_Elab_Term_elabWaitIfContainsMVar___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSetOption_declRange___closed__6; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabClear___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_Elab_Term_elabClear___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -792,9 +803,9 @@ LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_Term_elabOpen__ static lean_object* l_Lean_Elab_Term_elabSetOption___closed__1; lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen_declRange___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__26___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabOpen___spec__31___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___regBuiltin_Lean_Elab_Term_elabRawNatLit_declRange___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithAnnotateTerm_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeContainsMVar_declRange___closed__6; @@ -804,6 +815,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_get static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar_declRange___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen_declRange___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNumLit___closed__2; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26(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_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); uint8_t l_Lean_DataValue_sameCtor(lean_object*, lean_object*); @@ -829,12 +841,14 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar_de static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveId___at_Lean_Elab_Term_elabOpen___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___regBuiltin_Lean_Elab_Term_elabSort_declRange___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPos___at_Lean_Elab_Term_elabOpen___spec__30___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithDeclName___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabWaitIfContainsMVar_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabByTactic___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabEnsureTypeOf_declRange___closed__6; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__30___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole_declRange___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNumLit___closed__5; lean_object* l_List_reverse___rarg(lean_object*); @@ -862,11 +876,11 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole_declRange___ static lean_object* l___regBuiltin_Lean_Elab_Term_elabWithAnnotateTerm___closed__1; lean_object* l_Lean_Elab_Term_evalTerm___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___regBuiltin_Lean_Elab_Term_elabTypeOf___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSort(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNumLit_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabStrLit___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_BuiltinTerm_0__Lean_Elab_Term_evalFilePathUnsafe(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSetOption___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); @@ -878,6 +892,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spe static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx_declRange___closed__3; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabSyntheticHole___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeOf___closed__2; static lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_Term_elabOpen___spec__5___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___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*); @@ -890,6 +905,7 @@ lean_object* lean_io_error_to_string(lean_object*); static lean_object* l_Lean_Elab_Term_elabNumLit___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabQuotedName_declRange___closed__3; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_Term_elabDoubleQuotedName___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8___boxed(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*); static lean_object* l_Lean_Elab_Term_elabSyntheticHole___closed__7; static lean_object* l_Lean_Elab_Term_elabCharLit___closed__1; @@ -922,6 +938,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabHole_declRange___closed__7 static lean_object* l___regBuiltin_Lean_Elab_Term_elabTypeStx___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr___closed__3; 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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabDeclName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_isNatLit_x3f(lean_object*); @@ -952,10 +969,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabEnsureExpectedType___boxed(lean_ob LEAN_EXPORT lean_object* l_Lean_getRefPos___at_Lean_Elab_Term_elabOpen___spec__30___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabSetOption___at_Lean_Elab_Term_elabSetOption___spec__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabCharLit_declRange___closed__5; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabCompletion_declRange___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabIncludeStr___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__17___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Term_elabOpen___spec__35___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___regBuiltin_Lean_Elab_Term_elabWaitIfTypeMVar_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_elabSetOption_declRange___closed__3; @@ -990,10 +1007,11 @@ lean_object* l_Lean_Elab_Term_withMacroExpansion___rarg(lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabBadCDot(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_tryPostpone(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetMVar_declRange___closed__1; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__31___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabDoubleQuotedName(lean_object*); lean_object* l_Nat_repr(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabOpen_declRange___closed__3; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___at_Lean_Elab_Term_elabClear___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabCompletion_declRange(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabOpen___spec__2___closed__11; static lean_object* l___regBuiltin_Lean_Elab_Term_elabScientificLit___closed__2; @@ -2422,122 +2440,109 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabHole(lean_object* x_1, lean_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; -x_10 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); -if (x_10 == 0) -{ -uint8_t x_11; -x_11 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 8); -if (x_11 == 0) +uint8_t x_10; uint8_t x_34; +x_34 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +if (x_34 == 0) { -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; uint8_t x_19; -x_12 = 0; -x_13 = lean_box(0); -lean_inc(x_5); -x_14 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9); -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); -lean_inc(x_15); -x_17 = l_Lean_Expr_mvarId_x21(x_15); -x_18 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_17, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_16); -lean_dec(x_5); -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) +uint8_t x_35; +x_35 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 8); +if (x_35 == 0) { -lean_object* x_20; -x_20 = lean_ctor_get(x_18, 0); -lean_dec(x_20); -lean_ctor_set(x_18, 0, x_15); -return x_18; +uint8_t x_36; +x_36 = 1; +x_10 = x_36; +goto block_33; } else { -lean_object* x_21; lean_object* x_22; -x_21 = lean_ctor_get(x_18, 1); -lean_inc(x_21); -lean_dec(x_18); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_15); -lean_ctor_set(x_22, 1, x_21); -return x_22; +uint8_t x_37; +x_37 = 0; +x_10 = x_37; +goto block_33; } } else { -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; uint8_t x_30; -x_23 = 2; -x_24 = lean_box(0); +uint8_t x_38; +x_38 = 1; +x_10 = x_38; +goto block_33; +} +block_33: +{ +if (x_10 == 0) +{ +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; uint8_t x_18; +x_11 = 2; +x_12 = lean_box(0); lean_inc(x_5); -x_25 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_23, x_24, x_5, x_6, x_7, x_8, x_9); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -lean_inc(x_26); -x_28 = l_Lean_Expr_mvarId_x21(x_26); -x_29 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_28, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_27); +x_13 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_11, x_12, x_5, x_6, x_7, x_8, x_9); +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_14); +x_16 = l_Lean_Expr_mvarId_x21(x_14); +x_17 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_16, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_15); lean_dec(x_5); -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) { -lean_object* x_31; -x_31 = lean_ctor_get(x_29, 0); -lean_dec(x_31); -lean_ctor_set(x_29, 0, x_26); -return x_29; +lean_object* x_19; +x_19 = lean_ctor_get(x_17, 0); +lean_dec(x_19); +lean_ctor_set(x_17, 0, x_14); +return x_17; } else { -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_29, 1); -lean_inc(x_32); -lean_dec(x_29); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_26); -lean_ctor_set(x_33, 1, x_32); -return x_33; -} +lean_object* x_20; lean_object* x_21; +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_dec(x_17); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_14); +lean_ctor_set(x_21, 1, x_20); +return x_21; } } else { -uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_34 = 0; -x_35 = lean_box(0); +uint8_t 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; uint8_t x_29; +x_22 = 0; +x_23 = lean_box(0); lean_inc(x_5); -x_36 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_34, x_35, x_5, x_6, x_7, x_8, x_9); -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); -lean_inc(x_37); -x_39 = l_Lean_Expr_mvarId_x21(x_37); -x_40 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_39, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_38); +x_24 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_22, x_23, x_5, x_6, x_7, x_8, x_9); +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); +lean_inc(x_25); +x_27 = l_Lean_Expr_mvarId_x21(x_25); +x_28 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_27, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_26); lean_dec(x_5); -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -lean_object* x_42; -x_42 = lean_ctor_get(x_40, 0); -lean_dec(x_42); -lean_ctor_set(x_40, 0, x_37); -return x_40; +lean_object* x_30; +x_30 = lean_ctor_get(x_28, 0); +lean_dec(x_30); +lean_ctor_set(x_28, 0, x_25); +return x_28; } else { -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -lean_dec(x_40); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_37); -lean_ctor_set(x_44, 1, x_43); -return x_44; +lean_object* x_31; lean_object* x_32; +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_25); +lean_ctor_set(x_32, 1, x_31); +return x_32; +} } } } @@ -3707,54 +3712,70 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabSyntheticHole(lean_object* x_1, lean_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_167; lean_object* x_168; uint8_t x_169; -x_167 = lean_unsigned_to_nat(1u); -x_168 = l_Lean_Syntax_getArg(x_1, x_167); -x_169 = l_Lean_Syntax_isIdent(x_168); -if (x_169 == 0) +lean_object* x_10; lean_object* x_196; lean_object* x_197; uint8_t x_198; +x_196 = lean_unsigned_to_nat(1u); +x_197 = l_Lean_Syntax_getArg(x_1, x_196); +x_198 = l_Lean_Syntax_isIdent(x_197); +if (x_198 == 0) { -lean_object* x_170; -lean_dec(x_168); -x_170 = lean_box(0); -x_10 = x_170; -goto block_166; +lean_object* x_199; +lean_dec(x_197); +x_199 = lean_box(0); +x_10 = x_199; +goto block_195; } else { -lean_object* x_171; -x_171 = l_Lean_Syntax_getId(x_168); -lean_dec(x_168); -x_10 = x_171; -goto block_166; +lean_object* x_200; +x_200 = l_Lean_Syntax_getId(x_197); +lean_dec(x_197); +x_10 = x_200; +goto block_195; } -block_166: +block_195: { -uint8_t x_11; -x_11 = l_Lean_Name_isAnonymous(x_10); -if (x_11 == 0) +uint8_t x_11; uint8_t x_192; +x_192 = l_Lean_Name_isAnonymous(x_10); +if (x_192 == 0) { -uint8_t x_12; -x_12 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); -if (x_12 == 0) +uint8_t x_193; +x_193 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +x_11 = x_193; +goto block_191; +} +else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_13 = lean_st_ref_get(x_6, x_9); -x_14 = lean_ctor_get(x_13, 0); +uint8_t x_194; +x_194 = 1; +x_11 = x_194; +goto block_191; +} +block_191: +{ +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_st_ref_get(x_6, x_9); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); +lean_dec(x_12); +x_15 = lean_ctor_get(x_13, 0); lean_inc(x_15); lean_dec(x_13); -x_16 = lean_ctor_get(x_14, 0); -lean_inc(x_16); -lean_dec(x_14); lean_inc(x_10); -x_17 = l_Lean_MetavarContext_findUserName_x3f(x_16, x_10); -if (lean_obj_tag(x_17) == 0) +x_16 = l_Lean_MetavarContext_findUserName_x3f(x_15, x_10); +if (lean_obj_tag(x_16) == 0) +{ +uint8_t x_17; +x_17 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +if (x_17 == 0) { uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_18 = 2; lean_inc(x_5); -x_19 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_18, x_10, x_5, x_6, x_7, x_8, x_15); +x_19 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_18, x_10, x_5, x_6, x_7, x_8, x_14); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); x_21 = lean_ctor_get(x_19, 1); @@ -3792,480 +3813,450 @@ return x_27; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_28 = lean_ctor_get(x_17, 0); -lean_inc(x_28); -lean_dec(x_17); -lean_inc(x_28); -x_29 = l_Lean_Expr_mvar___override(x_28); -lean_inc(x_28); -x_30 = l_Lean_Elab_Term_getMVarDecl(x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_15); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +uint8_t 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_28 = 0; +lean_inc(x_5); +x_29 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_28, x_10, x_5, x_6, x_7, x_8, x_14); +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); +lean_inc(x_30); +x_32 = l_Lean_Expr_mvarId_x21(x_30); +x_33 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_32, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_31); +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_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) { -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_30, 0); -x_33 = lean_ctor_get(x_30, 1); -x_34 = lean_ctor_get(x_5, 1); -lean_inc(x_34); -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -x_36 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3___closed__1; -lean_inc(x_34); -lean_inc(x_35); -x_37 = l_Lean_LocalContext_isSubPrefixOf(x_35, x_34, x_36); -if (x_37 == 0) +lean_object* x_35; +x_35 = lean_ctor_get(x_33, 0); +lean_dec(x_35); +lean_ctor_set(x_33, 0, x_30); +return x_33; +} +else { -lean_object* x_38; lean_object* x_39; -lean_free_object(x_30); -lean_dec(x_29); -lean_inc(x_28); -x_38 = l_Lean_getExprMVarAssignment_x3f___at_Lean_Elab_Term_elabSyntheticHole___spec__1(x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_33); -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -if (lean_obj_tag(x_39) == 0) +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_dec(x_33); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_30); +lean_ctor_set(x_37, 1, x_36); +return x_37; +} +} +} +else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; -lean_dec(x_32); -x_40 = lean_ctor_get(x_38, 1); -lean_inc(x_40); -lean_dec(x_38); -lean_inc(x_28); -x_41 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Elab_Term_elabSyntheticHole___spec__2(x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_40); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_unbox(x_42); -lean_dec(x_42); -if (x_43 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_38 = lean_ctor_get(x_16, 0); +lean_inc(x_38); +lean_dec(x_16); +lean_inc(x_38); +x_39 = l_Lean_Expr_mvar___override(x_38); +lean_inc(x_38); +x_40 = l_Lean_Elab_Term_getMVarDecl(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_14); +x_41 = !lean_is_exclusive(x_40); +if (x_41 == 0) { -lean_object* x_44; uint8_t x_45; -x_44 = lean_ctor_get(x_41, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_42 = lean_ctor_get(x_40, 0); +x_43 = lean_ctor_get(x_40, 1); +x_44 = lean_ctor_get(x_5, 1); lean_inc(x_44); -lean_dec(x_41); -x_45 = l_Lean_LocalContext_isSubPrefixOf(x_34, x_35, x_36); -if (x_45 == 0) +x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_45); +x_46 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3___closed__1; +lean_inc(x_44); +lean_inc(x_45); +x_47 = l_Lean_LocalContext_isSubPrefixOf(x_45, x_44, x_46); +if (x_47 == 0) { -lean_object* x_46; lean_object* x_47; -lean_dec(x_28); +lean_object* x_48; lean_object* x_49; +lean_free_object(x_40); +lean_dec(x_39); +lean_inc(x_38); +x_48 = l_Lean_getExprMVarAssignment_x3f___at_Lean_Elab_Term_elabSyntheticHole___spec__1(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_43); +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; uint8_t x_53; +lean_dec(x_42); +x_50 = lean_ctor_get(x_48, 1); +lean_inc(x_50); +lean_dec(x_48); +lean_inc(x_38); +x_51 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Elab_Term_elabSyntheticHole___spec__2(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_50); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_unbox(x_52); +lean_dec(x_52); +if (x_53 == 0) +{ +lean_object* x_54; uint8_t x_55; +x_54 = lean_ctor_get(x_51, 1); +lean_inc(x_54); +lean_dec(x_51); +x_55 = l_Lean_LocalContext_isSubPrefixOf(x_44, x_45, x_46); +if (x_55 == 0) +{ +lean_object* x_56; lean_object* x_57; +lean_dec(x_38); lean_dec(x_10); lean_dec(x_2); lean_dec(x_1); -x_46 = l_Lean_Elab_Term_elabSyntheticHole___closed__2; -x_47 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_46, x_3, x_4, x_5, x_6, x_7, x_8, x_44); +x_56 = l_Lean_Elab_Term_elabSyntheticHole___closed__2; +x_57 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_56, x_3, x_4, x_5, x_6, x_7, x_8, x_54); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_47; +return x_57; } else { -uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; -x_48 = 2; -lean_inc(x_5); -x_49 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_48, x_10, x_5, x_6, x_7, x_8, x_44); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -lean_inc(x_50); -x_52 = l_Lean_Expr_mvarId_x21(x_50); -x_53 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_52, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_51); -x_54 = lean_ctor_get(x_53, 1); -lean_inc(x_54); -lean_dec(x_53); -lean_inc(x_50); -x_55 = l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(x_28, x_50, x_3, x_4, x_5, x_6, x_7, x_8, x_54); -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_56 = !lean_is_exclusive(x_55); -if (x_56 == 0) +uint8_t x_58; +x_58 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +if (x_58 == 0) { -lean_object* x_57; -x_57 = lean_ctor_get(x_55, 0); -lean_dec(x_57); -lean_ctor_set(x_55, 0, x_50); -return x_55; -} -else -{ -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_50); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_28); -lean_dec(x_10); -lean_dec(x_2); -lean_dec(x_1); -x_60 = lean_ctor_get(x_41, 1); -lean_inc(x_60); -lean_dec(x_41); -x_61 = l_Lean_Elab_Term_elabSyntheticHole___closed__4; -x_62 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_61, x_3, x_4, x_5, x_6, x_7, x_8, x_60); +uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; +x_59 = 2; +lean_inc(x_5); +x_60 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_59, x_10, x_5, x_6, x_7, x_8, x_54); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +lean_inc(x_61); +x_63 = l_Lean_Expr_mvarId_x21(x_61); +x_64 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_63, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_62); +x_65 = lean_ctor_get(x_64, 1); +lean_inc(x_65); +lean_dec(x_64); +lean_inc(x_61); +x_66 = l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(x_38, x_61, x_3, x_4, x_5, x_6, x_7, x_8, x_65); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_62; -} +lean_dec(x_3); +x_67 = !lean_is_exclusive(x_66); +if (x_67 == 0) +{ +lean_object* x_68; +x_68 = lean_ctor_get(x_66, 0); +lean_dec(x_68); +lean_ctor_set(x_66, 0, x_61); +return x_66; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; -lean_dec(x_28); -lean_dec(x_10); -lean_dec(x_2); -lean_dec(x_1); -x_63 = lean_ctor_get(x_38, 1); -lean_inc(x_63); -lean_dec(x_38); -x_64 = lean_ctor_get(x_39, 0); -lean_inc(x_64); -lean_dec(x_39); -x_65 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_64, x_3, x_4, x_5, x_6, x_7, x_8, x_63); -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); -lean_inc(x_66); -x_68 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3(x_34, x_66, x_3, x_4, x_5, x_6, x_7, x_8, x_67); -x_69 = lean_ctor_get(x_68, 0); +lean_object* x_69; lean_object* x_70; +x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); -x_70 = lean_unbox(x_69); -lean_dec(x_69); -if (x_70 == 0) -{ -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_71 = lean_ctor_get(x_68, 1); -lean_inc(x_71); -lean_dec(x_68); -x_72 = lean_ctor_get(x_32, 4); -lean_inc(x_72); -lean_dec(x_32); -x_73 = l_Lean_indentExpr(x_66); -x_74 = l_Lean_Elab_Term_elabSyntheticHole___closed__6; -x_75 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_73); -x_76 = l_Lean_Elab_Term_elabSyntheticHole___closed__8; -x_77 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_77, 0, x_75); -lean_ctor_set(x_77, 1, x_76); -x_78 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1___boxed), 8, 1); -lean_closure_set(x_78, 0, x_77); -x_79 = l_Lean_Meta_withLCtx___at_Lean_Elab_Term_elabSyntheticHole___spec__4___rarg(x_35, x_72, x_78, x_3, x_4, x_5, x_6, x_7, x_8, x_71); -return x_79; +lean_dec(x_66); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_61); +lean_ctor_set(x_70, 1, x_69); +return x_70; +} } else { -uint8_t x_80; -lean_dec(x_35); -lean_dec(x_32); +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; uint8_t x_79; +x_71 = 0; +lean_inc(x_5); +x_72 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_71, x_10, x_5, x_6, x_7, x_8, x_54); +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_73); +x_75 = l_Lean_Expr_mvarId_x21(x_73); +x_76 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_75, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_74); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +lean_inc(x_73); +x_78 = l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(x_38, x_73, x_3, x_4, x_5, x_6, x_7, x_8, x_77); 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_80 = !lean_is_exclusive(x_68); -if (x_80 == 0) +x_79 = !lean_is_exclusive(x_78); +if (x_79 == 0) { -lean_object* x_81; -x_81 = lean_ctor_get(x_68, 0); -lean_dec(x_81); -lean_ctor_set(x_68, 0, x_66); -return x_68; +lean_object* x_80; +x_80 = lean_ctor_get(x_78, 0); +lean_dec(x_80); +lean_ctor_set(x_78, 0, x_73); +return x_78; } else { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_68, 1); -lean_inc(x_82); -lean_dec(x_68); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_66); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_73); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } } else { -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_32); -lean_dec(x_28); +lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_dec(x_45); +lean_dec(x_44); +lean_dec(x_38); lean_dec(x_10); +lean_dec(x_2); +lean_dec(x_1); +x_83 = lean_ctor_get(x_51, 1); +lean_inc(x_83); +lean_dec(x_51); +x_84 = l_Lean_Elab_Term_elabSyntheticHole___closed__4; +x_85 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_84, x_3, x_4, x_5, x_6, x_7, x_8, x_83); 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); -lean_ctor_set(x_30, 0, x_29); -return x_30; +return x_85; } } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; -x_84 = lean_ctor_get(x_30, 0); -x_85 = lean_ctor_get(x_30, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_30); -x_86 = lean_ctor_get(x_5, 1); -lean_inc(x_86); -x_87 = lean_ctor_get(x_84, 1); -lean_inc(x_87); -x_88 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3___closed__1; +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; +lean_dec(x_38); +lean_dec(x_10); +lean_dec(x_2); +lean_dec(x_1); +x_86 = lean_ctor_get(x_48, 1); lean_inc(x_86); +lean_dec(x_48); +x_87 = lean_ctor_get(x_49, 0); lean_inc(x_87); -x_89 = l_Lean_LocalContext_isSubPrefixOf(x_87, x_86, x_88); -if (x_89 == 0) -{ -lean_object* x_90; lean_object* x_91; -lean_dec(x_29); -lean_inc(x_28); -x_90 = l_Lean_getExprMVarAssignment_x3f___at_Lean_Elab_Term_elabSyntheticHole___spec__1(x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_85); -x_91 = lean_ctor_get(x_90, 0); -lean_inc(x_91); -if (lean_obj_tag(x_91) == 0) -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_84); -x_92 = lean_ctor_get(x_90, 1); +lean_dec(x_49); +x_88 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_87, x_3, x_4, x_5, x_6, x_7, x_8, x_86); +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); +lean_inc(x_89); +x_91 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3(x_44, x_89, x_3, x_4, x_5, x_6, x_7, x_8, x_90); +x_92 = lean_ctor_get(x_91, 0); lean_inc(x_92); -lean_dec(x_90); -lean_inc(x_28); -x_93 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Elab_Term_elabSyntheticHole___spec__2(x_28, x_3, x_4, x_5, x_6, x_7, x_8, 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; uint8_t x_97; -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = l_Lean_LocalContext_isSubPrefixOf(x_86, x_87, x_88); -if (x_97 == 0) +x_93 = lean_unbox(x_92); +lean_dec(x_92); +if (x_93 == 0) { -lean_object* x_98; lean_object* x_99; -lean_dec(x_28); -lean_dec(x_10); -lean_dec(x_2); -lean_dec(x_1); -x_98 = l_Lean_Elab_Term_elabSyntheticHole___closed__2; -x_99 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_98, x_3, x_4, x_5, x_6, x_7, x_8, x_96); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_99; +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; +x_94 = lean_ctor_get(x_91, 1); +lean_inc(x_94); +lean_dec(x_91); +x_95 = lean_ctor_get(x_42, 4); +lean_inc(x_95); +lean_dec(x_42); +x_96 = l_Lean_indentExpr(x_89); +x_97 = l_Lean_Elab_Term_elabSyntheticHole___closed__6; +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_Elab_Term_elabSyntheticHole___closed__8; +x_100 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +x_101 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1___boxed), 8, 1); +lean_closure_set(x_101, 0, x_100); +x_102 = l_Lean_Meta_withLCtx___at_Lean_Elab_Term_elabSyntheticHole___spec__4___rarg(x_45, x_95, x_101, x_3, x_4, x_5, x_6, x_7, x_8, x_94); +return x_102; } else { -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; -x_100 = 2; -lean_inc(x_5); -x_101 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_100, x_10, x_5, x_6, x_7, x_8, x_96); -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_102); -x_104 = l_Lean_Expr_mvarId_x21(x_102); -x_105 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_104, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_103); -x_106 = lean_ctor_get(x_105, 1); -lean_inc(x_106); -lean_dec(x_105); -lean_inc(x_102); -x_107 = l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(x_28, x_102, x_3, x_4, x_5, x_6, x_7, x_8, x_106); +uint8_t x_103; +lean_dec(x_45); +lean_dec(x_42); 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_108 = lean_ctor_get(x_107, 1); -lean_inc(x_108); -if (lean_is_exclusive(x_107)) { - lean_ctor_release(x_107, 0); - lean_ctor_release(x_107, 1); - x_109 = x_107; -} else { - lean_dec_ref(x_107); - x_109 = lean_box(0); +x_103 = !lean_is_exclusive(x_91); +if (x_103 == 0) +{ +lean_object* x_104; +x_104 = lean_ctor_get(x_91, 0); +lean_dec(x_104); +lean_ctor_set(x_91, 0, x_89); +return x_91; +} +else +{ +lean_object* x_105; lean_object* x_106; +x_105 = lean_ctor_get(x_91, 1); +lean_inc(x_105); +lean_dec(x_91); +x_106 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_106, 0, x_89); +lean_ctor_set(x_106, 1, x_105); +return x_106; } -if (lean_is_scalar(x_109)) { - x_110 = lean_alloc_ctor(0, 2, 0); -} else { - x_110 = x_109; } -lean_ctor_set(x_110, 0, x_102); -lean_ctor_set(x_110, 1, x_108); -return x_110; } } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_87); -lean_dec(x_86); -lean_dec(x_28); +lean_dec(x_45); +lean_dec(x_44); +lean_dec(x_42); +lean_dec(x_38); lean_dec(x_10); -lean_dec(x_2); -lean_dec(x_1); -x_111 = lean_ctor_get(x_93, 1); -lean_inc(x_111); -lean_dec(x_93); -x_112 = l_Lean_Elab_Term_elabSyntheticHole___closed__4; -x_113 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_112, x_3, x_4, x_5, x_6, x_7, x_8, x_111); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_113; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +lean_ctor_set(x_40, 0, x_39); +return x_40; } } 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; uint8_t x_121; -lean_dec(x_28); -lean_dec(x_10); -lean_dec(x_2); -lean_dec(x_1); -x_114 = lean_ctor_get(x_90, 1); +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; +x_107 = lean_ctor_get(x_40, 0); +x_108 = lean_ctor_get(x_40, 1); +lean_inc(x_108); +lean_inc(x_107); +lean_dec(x_40); +x_109 = lean_ctor_get(x_5, 1); +lean_inc(x_109); +x_110 = lean_ctor_get(x_107, 1); +lean_inc(x_110); +x_111 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3___closed__1; +lean_inc(x_109); +lean_inc(x_110); +x_112 = l_Lean_LocalContext_isSubPrefixOf(x_110, x_109, x_111); +if (x_112 == 0) +{ +lean_object* x_113; lean_object* x_114; +lean_dec(x_39); +lean_inc(x_38); +x_113 = l_Lean_getExprMVarAssignment_x3f___at_Lean_Elab_Term_elabSyntheticHole___spec__1(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_108); +x_114 = lean_ctor_get(x_113, 0); lean_inc(x_114); -lean_dec(x_90); -x_115 = lean_ctor_get(x_91, 0); +if (lean_obj_tag(x_114) == 0) +{ +lean_object* x_115; lean_object* x_116; lean_object* x_117; uint8_t x_118; +lean_dec(x_107); +x_115 = lean_ctor_get(x_113, 1); lean_inc(x_115); -lean_dec(x_91); -x_116 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_115, x_3, x_4, x_5, x_6, x_7, x_8, x_114); +lean_dec(x_113); +lean_inc(x_38); +x_116 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Elab_Term_elabSyntheticHole___spec__2(x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_115); x_117 = lean_ctor_get(x_116, 0); lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); +x_118 = lean_unbox(x_117); +lean_dec(x_117); +if (x_118 == 0) +{ +lean_object* x_119; uint8_t x_120; +x_119 = lean_ctor_get(x_116, 1); +lean_inc(x_119); lean_dec(x_116); -lean_inc(x_117); -x_119 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3(x_86, x_117, x_3, x_4, x_5, x_6, x_7, x_8, x_118); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_unbox(x_120); -lean_dec(x_120); -if (x_121 == 0) +x_120 = l_Lean_LocalContext_isSubPrefixOf(x_109, x_110, x_111); +if (x_120 == 0) { -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; -x_122 = lean_ctor_get(x_119, 1); -lean_inc(x_122); -lean_dec(x_119); -x_123 = lean_ctor_get(x_84, 4); -lean_inc(x_123); -lean_dec(x_84); -x_124 = l_Lean_indentExpr(x_117); -x_125 = l_Lean_Elab_Term_elabSyntheticHole___closed__6; -x_126 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_126, 1, x_124); -x_127 = l_Lean_Elab_Term_elabSyntheticHole___closed__8; -x_128 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_128, 0, x_126); -lean_ctor_set(x_128, 1, x_127); -x_129 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1___boxed), 8, 1); -lean_closure_set(x_129, 0, x_128); -x_130 = l_Lean_Meta_withLCtx___at_Lean_Elab_Term_elabSyntheticHole___spec__4___rarg(x_87, x_123, x_129, x_3, x_4, x_5, x_6, x_7, x_8, x_122); -return x_130; -} -else -{ -lean_object* x_131; lean_object* x_132; lean_object* x_133; -lean_dec(x_87); -lean_dec(x_84); +lean_object* x_121; lean_object* x_122; +lean_dec(x_38); +lean_dec(x_10); +lean_dec(x_2); +lean_dec(x_1); +x_121 = l_Lean_Elab_Term_elabSyntheticHole___closed__2; +x_122 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_121, x_3, x_4, x_5, x_6, x_7, x_8, x_119); 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_131 = lean_ctor_get(x_119, 1); -lean_inc(x_131); -if (lean_is_exclusive(x_119)) { - lean_ctor_release(x_119, 0); - lean_ctor_release(x_119, 1); - x_132 = x_119; -} else { - lean_dec_ref(x_119); - x_132 = lean_box(0); -} -if (lean_is_scalar(x_132)) { - x_133 = lean_alloc_ctor(0, 2, 0); -} else { - x_133 = x_132; -} -lean_ctor_set(x_133, 0, x_117); -lean_ctor_set(x_133, 1, x_131); -return x_133; -} -} +return x_122; } else { -lean_object* x_134; -lean_dec(x_87); -lean_dec(x_86); -lean_dec(x_84); -lean_dec(x_28); -lean_dec(x_10); +uint8_t x_123; +x_123 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +if (x_123 == 0) +{ +uint8_t 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; +x_124 = 2; +lean_inc(x_5); +x_125 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_124, x_10, x_5, x_6, x_7, x_8, x_119); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); +lean_inc(x_127); +lean_dec(x_125); +lean_inc(x_126); +x_128 = l_Lean_Expr_mvarId_x21(x_126); +x_129 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_128, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_127); +x_130 = lean_ctor_get(x_129, 1); +lean_inc(x_130); +lean_dec(x_129); +lean_inc(x_126); +x_131 = l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(x_38, x_126, x_3, x_4, x_5, x_6, x_7, x_8, x_130); 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_134 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_134, 0, x_29); -lean_ctor_set(x_134, 1, x_85); -return x_134; -} +x_132 = lean_ctor_get(x_131, 1); +lean_inc(x_132); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + lean_ctor_release(x_131, 1); + x_133 = x_131; +} else { + lean_dec_ref(x_131); + x_133 = lean_box(0); } +if (lean_is_scalar(x_133)) { + x_134 = lean_alloc_ctor(0, 2, 0); +} else { + x_134 = x_133; } +lean_ctor_set(x_134, 0, x_126); +lean_ctor_set(x_134, 1, x_132); +return x_134; } else { -uint8_t 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; +uint8_t 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; x_135 = 0; lean_inc(x_5); -x_136 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_135, x_10, x_5, x_6, x_7, x_8, x_9); +x_136 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_135, x_10, x_5, x_6, x_7, x_8, x_119); x_137 = lean_ctor_get(x_136, 0); lean_inc(x_137); x_138 = lean_ctor_get(x_136, 1); @@ -4274,118 +4265,249 @@ lean_dec(x_136); lean_inc(x_137); x_139 = l_Lean_Expr_mvarId_x21(x_137); x_140 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_139, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_138); +x_141 = lean_ctor_get(x_140, 1); +lean_inc(x_141); +lean_dec(x_140); +lean_inc(x_137); +x_142 = l_Lean_MVarId_assign___at_Lean_Elab_Term_exprToSyntax___spec__1(x_38, x_137, x_3, x_4, x_5, x_6, x_7, x_8, x_141); 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_141 = !lean_is_exclusive(x_140); -if (x_141 == 0) -{ -lean_object* x_142; -x_142 = lean_ctor_get(x_140, 0); -lean_dec(x_142); -lean_ctor_set(x_140, 0, x_137); -return x_140; -} -else -{ -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 1); +x_143 = lean_ctor_get(x_142, 1); lean_inc(x_143); -lean_dec(x_140); -x_144 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_144, 0, x_137); -lean_ctor_set(x_144, 1, x_143); -return x_144; +if (lean_is_exclusive(x_142)) { + lean_ctor_release(x_142, 0); + lean_ctor_release(x_142, 1); + x_144 = x_142; +} else { + lean_dec_ref(x_142); + x_144 = lean_box(0); +} +if (lean_is_scalar(x_144)) { + x_145 = lean_alloc_ctor(0, 2, 0); +} else { + x_145 = x_144; +} +lean_ctor_set(x_145, 0, x_137); +lean_ctor_set(x_145, 1, x_143); +return x_145; } } } else { -uint8_t x_145; -x_145 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); -if (x_145 == 0) +lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_dec(x_110); +lean_dec(x_109); +lean_dec(x_38); +lean_dec(x_10); +lean_dec(x_2); +lean_dec(x_1); +x_146 = lean_ctor_get(x_116, 1); +lean_inc(x_146); +lean_dec(x_116); +x_147 = l_Lean_Elab_Term_elabSyntheticHole___closed__4; +x_148 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_147, x_3, x_4, x_5, x_6, x_7, x_8, x_146); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_148; +} +} +else { -uint8_t x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; uint8_t x_152; -x_146 = 2; -lean_inc(x_5); -x_147 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_146, x_10, x_5, x_6, x_7, x_8, x_9); -x_148 = lean_ctor_get(x_147, 0); -lean_inc(x_148); -x_149 = lean_ctor_get(x_147, 1); +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_dec(x_38); +lean_dec(x_10); +lean_dec(x_2); +lean_dec(x_1); +x_149 = lean_ctor_get(x_113, 1); lean_inc(x_149); -lean_dec(x_147); -lean_inc(x_148); -x_150 = l_Lean_Expr_mvarId_x21(x_148); -x_151 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_150, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_149); +lean_dec(x_113); +x_150 = lean_ctor_get(x_114, 0); +lean_inc(x_150); +lean_dec(x_114); +x_151 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_150, x_3, x_4, x_5, x_6, x_7, x_8, x_149); +x_152 = lean_ctor_get(x_151, 0); +lean_inc(x_152); +x_153 = lean_ctor_get(x_151, 1); +lean_inc(x_153); +lean_dec(x_151); +lean_inc(x_152); +x_154 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3(x_109, x_152, x_3, x_4, x_5, x_6, x_7, x_8, x_153); +x_155 = lean_ctor_get(x_154, 0); +lean_inc(x_155); +x_156 = lean_unbox(x_155); +lean_dec(x_155); +if (x_156 == 0) +{ +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; +x_157 = lean_ctor_get(x_154, 1); +lean_inc(x_157); +lean_dec(x_154); +x_158 = lean_ctor_get(x_107, 4); +lean_inc(x_158); +lean_dec(x_107); +x_159 = l_Lean_indentExpr(x_152); +x_160 = l_Lean_Elab_Term_elabSyntheticHole___closed__6; +x_161 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_161, 0, x_160); +lean_ctor_set(x_161, 1, x_159); +x_162 = l_Lean_Elab_Term_elabSyntheticHole___closed__8; +x_163 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +x_164 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1___boxed), 8, 1); +lean_closure_set(x_164, 0, x_163); +x_165 = l_Lean_Meta_withLCtx___at_Lean_Elab_Term_elabSyntheticHole___spec__4___rarg(x_110, x_158, x_164, x_3, x_4, x_5, x_6, x_7, x_8, x_157); +return x_165; +} +else +{ +lean_object* x_166; lean_object* x_167; lean_object* x_168; +lean_dec(x_110); +lean_dec(x_107); 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_152 = !lean_is_exclusive(x_151); -if (x_152 == 0) +x_166 = lean_ctor_get(x_154, 1); +lean_inc(x_166); +if (lean_is_exclusive(x_154)) { + lean_ctor_release(x_154, 0); + lean_ctor_release(x_154, 1); + x_167 = x_154; +} else { + lean_dec_ref(x_154); + 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_152); +lean_ctor_set(x_168, 1, x_166); +return x_168; +} +} +} +else +{ +lean_object* x_169; +lean_dec(x_110); +lean_dec(x_109); +lean_dec(x_107); +lean_dec(x_38); +lean_dec(x_10); +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_alloc_ctor(0, 2, 0); +lean_ctor_set(x_169, 0, x_39); +lean_ctor_set(x_169, 1, x_108); +return x_169; +} +} +} +} +else +{ +uint8_t x_170; +x_170 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +if (x_170 == 0) +{ +uint8_t 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_171 = 2; +lean_inc(x_5); +x_172 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_171, x_10, x_5, x_6, x_7, x_8, x_9); +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); +lean_inc(x_173); +x_175 = l_Lean_Expr_mvarId_x21(x_173); +x_176 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_175, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_174); +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_177 = !lean_is_exclusive(x_176); +if (x_177 == 0) { -lean_object* x_153; -x_153 = lean_ctor_get(x_151, 0); -lean_dec(x_153); -lean_ctor_set(x_151, 0, x_148); -return x_151; +lean_object* x_178; +x_178 = lean_ctor_get(x_176, 0); +lean_dec(x_178); +lean_ctor_set(x_176, 0, x_173); +return x_176; } else { -lean_object* x_154; lean_object* x_155; -x_154 = lean_ctor_get(x_151, 1); -lean_inc(x_154); -lean_dec(x_151); -x_155 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_155, 0, x_148); -lean_ctor_set(x_155, 1, x_154); -return x_155; +lean_object* x_179; lean_object* x_180; +x_179 = lean_ctor_get(x_176, 1); +lean_inc(x_179); +lean_dec(x_176); +x_180 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_180, 0, x_173); +lean_ctor_set(x_180, 1, x_179); +return x_180; } } else { -uint8_t x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; uint8_t x_162; -x_156 = 0; +uint8_t 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; +x_181 = 0; lean_inc(x_5); -x_157 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_156, x_10, x_5, x_6, x_7, x_8, x_9); -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -lean_inc(x_158); -x_160 = l_Lean_Expr_mvarId_x21(x_158); -x_161 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_160, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_159); +x_182 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_2, x_181, x_10, x_5, x_6, x_7, x_8, x_9); +x_183 = lean_ctor_get(x_182, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_182, 1); +lean_inc(x_184); +lean_dec(x_182); +lean_inc(x_183); +x_185 = l_Lean_Expr_mvarId_x21(x_183); +x_186 = l_Lean_Elab_Term_registerMVarErrorHoleInfo(x_185, x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_184); 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_162 = !lean_is_exclusive(x_161); -if (x_162 == 0) +x_187 = !lean_is_exclusive(x_186); +if (x_187 == 0) { -lean_object* x_163; -x_163 = lean_ctor_get(x_161, 0); -lean_dec(x_163); -lean_ctor_set(x_161, 0, x_158); -return x_161; +lean_object* x_188; +x_188 = lean_ctor_get(x_186, 0); +lean_dec(x_188); +lean_ctor_set(x_186, 0, x_183); +return x_186; } else { -lean_object* x_164; lean_object* x_165; -x_164 = lean_ctor_get(x_161, 1); -lean_inc(x_164); -lean_dec(x_161); -x_165 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_165, 0, x_158); -lean_ctor_set(x_165, 1, x_164); -return x_165; +lean_object* x_189; lean_object* x_190; +x_189 = lean_ctor_get(x_186, 1); +lean_inc(x_189); +lean_dec(x_186); +x_190 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_190, 0, x_183); +lean_ctor_set(x_190, 1, x_189); +return x_190; +} } } } @@ -12397,44 +12519,809 @@ return x_43; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -x_9 = l_Lean_Expr_fvarId_x21(x_8); -x_10 = lean_name_eq(x_9, x_1); -lean_dec(x_9); -x_11 = 1; -x_12 = lean_usize_add(x_3, x_11); -if (x_10 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = lean_name_eq(x_10, x_1); +lean_dec(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_object* x_13; -x_13 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_13; +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_13; +goto _start; +} +} +else +{ +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___at_Lean_Elab_Term_elabClear___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) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = lean_name_eq(x_10, x_2); +lean_dec(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_13; goto _start; } +} else { +return x_6; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_dec(x_7); -x_3 = x_12; +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; goto _start; } +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} } else { -return x_5; +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__10(x_1, x_2, x_15); +return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -12445,7 +13332,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -12456,7 +13343,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_5, x_9); return x_10; } else @@ -12487,12 +13374,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__13(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -12501,7 +13388,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__21(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -12525,7 +13412,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -12576,7 +13463,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__21(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -12614,7 +13501,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__13(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -12655,7 +13542,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -12663,7 +13550,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -12714,13 +13601,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__21(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -12756,7 +13643,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__24(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -12769,7 +13656,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -12816,7 +13703,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -12836,7 +13723,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -12854,7 +13741,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_29, x_28); return x_30; } } @@ -12867,7 +13754,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_2, x_3); return x_33; } else @@ -12895,7 +13782,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_2, x_36); return x_40; } } @@ -12908,7 +13795,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -12919,7 +13806,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_42, x_46); return x_47; } else @@ -12955,7 +13842,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -12966,7 +13853,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_53, x_57); return x_58; } else @@ -13004,7 +13891,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -13015,7 +13902,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -13026,7 +13913,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_65, x_73); return x_74; } else @@ -13086,7 +13973,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_83, x_3); return x_84; } case 11: @@ -13095,7 +13982,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_85, x_3); return x_86; } default: @@ -13112,7 +13999,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -13157,12 +14044,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__18(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -13173,7 +14060,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -13184,7 +14071,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_5, x_9); return x_10; } else @@ -13215,12 +14102,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__21(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__30(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -13229,7 +14116,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -13253,7 +14140,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -13304,7 +14191,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -13342,7 +14229,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__21(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__30(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -13383,7 +14270,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__31(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -13391,7 +14278,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -13442,13 +14329,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -13484,7 +14371,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__32(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -13497,7 +14384,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -13544,7 +14431,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -13564,7 +14451,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -13582,7 +14469,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_29, x_28); return x_30; } } @@ -13595,7 +14482,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27(x_1, x_2, x_3); return x_33; } else @@ -13623,7 +14510,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27(x_1, x_2, x_36); return x_40; } } @@ -13636,7 +14523,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -13647,7 +14534,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_42, x_46); return x_47; } else @@ -13683,7 +14570,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -13694,7 +14581,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_53, x_57); return x_58; } else @@ -13732,7 +14619,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -13743,7 +14630,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -13754,7 +14641,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_65, x_73); return x_74; } else @@ -13814,7 +14701,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_83, x_3); return x_84; } case 11: @@ -13823,7 +14710,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_85, x_3); return x_86; } default: @@ -13840,7 +14727,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -13885,12 +14772,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__26(x_1, x_2, x_15); return x_16; } } } -static lean_object* _init_l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7___closed__1() { +static lean_object* _init_l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -13899,10 +14786,10 @@ x_2 = l_Lean_mkHashSetImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__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_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__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) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_39; lean_object* x_40; uint8_t x_41; x_10 = lean_st_ref_get(x_6, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); @@ -13912,265 +14799,133 @@ lean_dec(x_10); x_13 = lean_ctor_get(x_11, 0); lean_inc(x_13); lean_dec(x_11); -x_14 = l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7___closed__1; -lean_inc(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_Expr_hasFVar(x_1); -if (x_16 == 0) +x_39 = l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_13); +x_41 = l_Lean_Expr_hasFVar(x_1); +if (x_41 == 0) { -uint8_t x_17; -x_17 = l_Lean_Expr_hasMVar(x_1); -if (x_17 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_1); +if (x_42 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_15); +uint8_t x_43; lean_dec(x_1); -x_18 = lean_st_ref_take(x_6, x_12); -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 = !lean_is_exclusive(x_19); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); -lean_ctor_set(x_19, 0, x_13); -x_23 = lean_st_ref_set(x_6, x_19, x_20); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -lean_dec(x_25); -x_26 = 0; -x_27 = lean_box(x_26); -lean_ctor_set(x_23, 0, x_27); -return x_23; -} -else -{ -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_dec(x_23); -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_28); -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; uint8_t x_39; lean_object* x_40; lean_object* x_41; -x_32 = lean_ctor_get(x_19, 1); -x_33 = lean_ctor_get(x_19, 2); -x_34 = lean_ctor_get(x_19, 3); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_19); -x_35 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_35, 0, x_13); -lean_ctor_set(x_35, 1, x_32); -lean_ctor_set(x_35, 2, x_33); -lean_ctor_set(x_35, 3, x_34); -x_36 = lean_st_ref_set(x_6, x_35, x_20); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -if (lean_is_exclusive(x_36)) { - lean_ctor_release(x_36, 0); - lean_ctor_release(x_36, 1); - x_38 = x_36; -} else { - lean_dec_ref(x_36); - x_38 = lean_box(0); -} -x_39 = 0; -x_40 = lean_box(x_39); -if (lean_is_scalar(x_38)) { - x_41 = lean_alloc_ctor(0, 2, 0); -} else { - x_41 = x_38; -} -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_37); -return x_41; -} +x_43 = 0; +x_14 = x_43; +x_15 = x_40; +goto block_38; } 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; uint8_t x_49; -lean_dec(x_13); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_2, x_1, x_15); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_43, 1); +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_2, x_1, x_40); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_st_ref_take(x_6, x_12); -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 = !lean_is_exclusive(x_47); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_50 = lean_ctor_get(x_47, 0); -lean_dec(x_50); -lean_ctor_set(x_47, 0, x_45); -x_51 = lean_st_ref_set(x_6, x_47, x_48); -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) -{ -lean_object* x_53; -x_53 = lean_ctor_get(x_51, 0); -lean_dec(x_53); -lean_ctor_set(x_51, 0, x_44); -return x_51; -} -else -{ -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_51, 1); -lean_inc(x_54); -lean_dec(x_51); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_44); -lean_ctor_set(x_55, 1, x_54); -return x_55; +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_unbox(x_45); +lean_dec(x_45); +x_14 = x_47; +x_15 = x_46; +goto block_38; } } 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; -x_56 = lean_ctor_get(x_47, 1); -x_57 = lean_ctor_get(x_47, 2); -x_58 = lean_ctor_get(x_47, 3); -lean_inc(x_58); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_47); -x_59 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_59, 0, x_45); -lean_ctor_set(x_59, 1, x_56); -lean_ctor_set(x_59, 2, x_57); -lean_ctor_set(x_59, 3, x_58); -x_60 = lean_st_ref_set(x_6, x_59, x_48); -x_61 = lean_ctor_get(x_60, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_62 = x_60; -} else { - lean_dec_ref(x_60); - x_62 = lean_box(0); -} -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_62; -} -lean_ctor_set(x_63, 0, x_44); -lean_ctor_set(x_63, 1, x_61); -return x_63; -} -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_2, x_1, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_14 = x_51; +x_15 = x_50; +goto block_38; } -else +block_38: { -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_dec(x_13); -x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_2, x_1, x_15); -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 0); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 1); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_st_ref_take(x_6, x_12); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = !lean_is_exclusive(x_69); -if (x_71 == 0) +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_st_ref_take(x_6, x_12); +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_is_exclusive(x_18); +if (x_20 == 0) { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_ctor_get(x_69, 0); -lean_dec(x_72); -lean_ctor_set(x_69, 0, x_67); -x_73 = lean_st_ref_set(x_6, x_69, x_70); -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_18, 0); +lean_dec(x_21); +lean_ctor_set(x_18, 0, x_16); +x_22 = lean_st_ref_set(x_6, x_18, x_19); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_75; -x_75 = lean_ctor_get(x_73, 0); -lean_dec(x_75); -lean_ctor_set(x_73, 0, x_66); -return x_73; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +x_25 = lean_box(x_14); +lean_ctor_set(x_22, 0, x_25); +return x_22; } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_73, 1); -lean_inc(x_76); -lean_dec(x_73); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_66); -lean_ctor_set(x_77, 1, x_76); -return x_77; +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 = lean_box(x_14); +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 { -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; -x_78 = lean_ctor_get(x_69, 1); -x_79 = lean_ctor_get(x_69, 2); -x_80 = lean_ctor_get(x_69, 3); -lean_inc(x_80); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_69); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_67); -lean_ctor_set(x_81, 1, x_78); -lean_ctor_set(x_81, 2, x_79); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_st_ref_set(x_6, x_81, x_70); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; +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; +x_29 = lean_ctor_get(x_18, 1); +x_30 = lean_ctor_get(x_18, 2); +x_31 = lean_ctor_get(x_18, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_18); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_16); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +x_33 = lean_st_ref_set(x_6, x_32, x_19); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +if (lean_is_exclusive(x_33)) { + lean_ctor_release(x_33, 0); + lean_ctor_release(x_33, 1); + x_35 = x_33; } else { - lean_dec_ref(x_82); - x_84 = lean_box(0); + lean_dec_ref(x_33); + x_35 = lean_box(0); } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(0, 2, 0); +x_36 = lean_box(x_14); +if (lean_is_scalar(x_35)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_84; + x_37 = x_35; } -lean_ctor_set(x_85, 0, x_66); -lean_ctor_set(x_85, 1, x_83); -return x_85; +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_34); +return x_37; } } } @@ -14401,7 +15156,7 @@ else lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; x_58 = lean_ctor_get(x_2, 0); lean_inc(x_58); -x_59 = l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7(x_58, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_18); +x_59 = l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8(x_58, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_18); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -14544,7 +15299,7 @@ x_43 = 0; x_44 = lean_usize_of_nat(x_31); lean_dec(x_31); x_45 = l_Lean_MetavarContext_isWellFormed___at_Lean_Elab_Term_elabSyntheticHole___spec__3___closed__1; -x_46 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(x_19, x_29, x_43, x_44, x_45); +x_46 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___at_Lean_Elab_Term_elabClear___spec__7(x_19, x_19, x_29, x_43, x_44, x_45); lean_dec(x_29); lean_dec(x_19); x_47 = l_Lean_Meta_withLCtx___at_Lean_Elab_Term_elabSyntheticHole___spec__4___rarg(x_27, x_46, x_37, x_3, x_4, x_5, x_6, x_7, x_8, x_30); @@ -14621,63 +15376,171 @@ lean_dec(x_4); return x_13; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___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, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___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, lean_object* x_14) { +_start: +{ +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__5(x_1, x_2, x_3, x_4, x_15, 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_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_4); +lean_dec(x_1); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Elab_Term_elabClear___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_PersistentArray_forIn___at_Lean_Elab_Term_elabClear___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_7); +lean_dec(x_6); +lean_dec(x_3); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___at_Lean_Elab_Term_elabClear___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; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___at_Lean_Elab_Term_elabClear___spec__7(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -size_t x_15; size_t x_16; lean_object* x_17; -x_15 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_16 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__5(x_1, x_2, x_3, x_4, x_15, 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_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15(x_1, x_2, x_5, x_6); +lean_dec(x_2); lean_dec(x_1); -return x_17; +x_8 = lean_box(x_7); +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Elab_Term_elabClear___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_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_12; -x_12 = l_Lean_PersistentArray_forIn___at_Lean_Elab_Term_elabClear___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_7); -lean_dec(x_6); -lean_dec(x_3); -return x_12; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__13(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6___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_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_elabClear___spec__6(x_1, x_2, x_6, x_7, x_5); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); +x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__12(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__10(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__10(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__13___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22___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; uint8_t x_7; lean_object* x_8; @@ -14685,14 +15548,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__13(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23___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; uint8_t x_7; lean_object* x_8; @@ -14700,24 +15563,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__14(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__21___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__12(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__21(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__24___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; uint8_t x_7; lean_object* x_8; @@ -14725,51 +15588,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__15(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__24(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__11(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__20(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__9(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__18(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__18(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_elabClear___spec__27(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__21___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__30___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; uint8_t x_7; lean_object* x_8; @@ -14777,14 +15640,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__21(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__30(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__31___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; uint8_t x_7; lean_object* x_8; @@ -14792,24 +15655,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__22(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__31(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__20(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_elabClear___spec__29(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__32___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; uint8_t x_7; lean_object* x_8; @@ -14817,46 +15680,46 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__23(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabClear___spec__32(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__19(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_elabClear___spec__28(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__17(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_elabClear___spec__26(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__16(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_elabClear___spec__25(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___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) { +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__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) { _start: { lean_object* x_10; -x_10 = l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -17921,7 +18784,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__1; lean_inc(x_9); lean_inc(x_8); @@ -17933,23 +18796,17 @@ lean_inc(x_3); lean_inc(x_1); lean_inc(x_2); x_12 = l_List_forIn_loop___at_Lean_Elab_Term_elabOpen___spec__27(x_2, x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_13 = lean_ctor_get(x_12, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_12, 1); -lean_inc(x_14); -if (lean_is_exclusive(x_12)) { - lean_ctor_release(x_12, 0); - lean_ctor_release(x_12, 1); - x_15 = x_12; -} else { - lean_dec_ref(x_12); - x_15 = lean_box(0); -} -x_16 = lean_ctor_get(x_13, 0); +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; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_14 = lean_ctor_get(x_12, 0); +x_15 = lean_ctor_get(x_12, 1); +x_16 = lean_ctor_get(x_14, 0); lean_inc(x_16); -x_17 = lean_ctor_get(x_13, 1); +x_17 = lean_ctor_get(x_14, 1); lean_inc(x_17); -lean_dec(x_13); +lean_dec(x_14); x_18 = lean_array_get_size(x_16); x_19 = lean_unsigned_to_nat(0u); x_20 = l_List_lengthTRAux___rarg(x_1, x_19); @@ -17961,9 +18818,9 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_18); lean_dec(x_16); -lean_dec(x_15); +lean_free_object(x_12); x_22 = lean_box(0); -x_23 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___lambda__1(x_17, x_2, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14); +x_23 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___lambda__1(x_17, x_2, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_15); lean_dec(x_9); lean_dec(x_7); lean_dec(x_5); @@ -17973,76 +18830,59 @@ return x_23; } else { -lean_object* x_24; uint8_t x_25; uint8_t x_26; +lean_object* x_24; uint8_t x_25; lean_dec(x_17); x_24 = lean_unsigned_to_nat(1u); x_25 = lean_nat_dec_eq(x_18, x_24); if (x_25 == 0) { -uint8_t x_62; -x_62 = 0; -x_26 = x_62; -goto block_61; -} -else -{ -uint8_t x_63; -x_63 = 1; -x_26 = x_63; -goto block_61; -} -block_61: -{ -if (x_26 == 0) -{ -uint8_t x_27; +uint8_t x_26; lean_dec(x_18); -lean_dec(x_15); -x_27 = !lean_is_exclusive(x_8); -if (x_27 == 0) +lean_free_object(x_12); +x_26 = !lean_is_exclusive(x_8); +if (x_26 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_28 = lean_ctor_get(x_8, 5); -x_29 = l_Lean_replaceRef(x_2, x_28); -lean_dec(x_28); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_27 = lean_ctor_get(x_8, 5); +x_28 = l_Lean_replaceRef(x_2, x_27); +lean_dec(x_27); lean_dec(x_2); -lean_ctor_set(x_8, 5, x_29); -x_30 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__4; -x_31 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28(x_30, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14); -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +lean_ctor_set(x_8, 5, x_28); +x_29 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__4; +x_30 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28(x_29, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_15); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -return x_31; +return x_30; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_30, 0); +x_33 = lean_ctor_get(x_30, 1); lean_inc(x_33); -lean_dec(x_31); -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_inc(x_32); +lean_dec(x_30); +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_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; 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; -x_36 = lean_ctor_get(x_8, 0); -x_37 = lean_ctor_get(x_8, 1); -x_38 = lean_ctor_get(x_8, 2); -x_39 = lean_ctor_get(x_8, 3); -x_40 = lean_ctor_get(x_8, 4); -x_41 = lean_ctor_get(x_8, 5); -x_42 = lean_ctor_get(x_8, 6); -x_43 = lean_ctor_get(x_8, 7); -x_44 = lean_ctor_get(x_8, 8); -x_45 = lean_ctor_get(x_8, 9); -x_46 = lean_ctor_get(x_8, 10); -lean_inc(x_46); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; +x_35 = lean_ctor_get(x_8, 0); +x_36 = lean_ctor_get(x_8, 1); +x_37 = lean_ctor_get(x_8, 2); +x_38 = lean_ctor_get(x_8, 3); +x_39 = lean_ctor_get(x_8, 4); +x_40 = lean_ctor_get(x_8, 5); +x_41 = lean_ctor_get(x_8, 6); +x_42 = lean_ctor_get(x_8, 7); +x_43 = lean_ctor_get(x_8, 8); +x_44 = lean_ctor_get(x_8, 9); +x_45 = lean_ctor_get(x_8, 10); lean_inc(x_45); lean_inc(x_44); lean_inc(x_43); @@ -18053,49 +18893,50 @@ lean_inc(x_39); lean_inc(x_38); lean_inc(x_37); lean_inc(x_36); +lean_inc(x_35); lean_dec(x_8); -x_47 = l_Lean_replaceRef(x_2, x_41); -lean_dec(x_41); +x_46 = l_Lean_replaceRef(x_2, x_40); +lean_dec(x_40); lean_dec(x_2); -x_48 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_48, 0, x_36); -lean_ctor_set(x_48, 1, x_37); -lean_ctor_set(x_48, 2, x_38); -lean_ctor_set(x_48, 3, x_39); -lean_ctor_set(x_48, 4, x_40); -lean_ctor_set(x_48, 5, x_47); -lean_ctor_set(x_48, 6, x_42); -lean_ctor_set(x_48, 7, x_43); -lean_ctor_set(x_48, 8, x_44); -lean_ctor_set(x_48, 9, x_45); -lean_ctor_set(x_48, 10, x_46); -x_49 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__4; -x_50 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28(x_49, x_16, x_3, x_4, x_5, x_6, x_7, x_48, x_9, x_14); -x_51 = lean_ctor_get(x_50, 0); +x_47 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_47, 0, x_35); +lean_ctor_set(x_47, 1, x_36); +lean_ctor_set(x_47, 2, x_37); +lean_ctor_set(x_47, 3, x_38); +lean_ctor_set(x_47, 4, x_39); +lean_ctor_set(x_47, 5, x_46); +lean_ctor_set(x_47, 6, x_41); +lean_ctor_set(x_47, 7, x_42); +lean_ctor_set(x_47, 8, x_43); +lean_ctor_set(x_47, 9, x_44); +lean_ctor_set(x_47, 10, x_45); +x_48 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__4; +x_49 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28(x_48, x_16, x_3, x_4, x_5, x_6, x_7, x_47, x_9, x_15); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_53 = x_50; +if (lean_is_exclusive(x_49)) { + lean_ctor_release(x_49, 0); + lean_ctor_release(x_49, 1); + x_52 = x_49; } else { - lean_dec_ref(x_50); - x_53 = lean_box(0); + lean_dec_ref(x_49); + x_52 = lean_box(0); } -if (lean_is_scalar(x_53)) { - x_54 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_52)) { + x_53 = lean_alloc_ctor(1, 2, 0); } else { - x_54 = x_53; + x_53 = x_52; } -lean_ctor_set(x_54, 0, x_51); -lean_ctor_set(x_54, 1, x_52); -return x_54; +lean_ctor_set(x_53, 0, x_50); +lean_ctor_set(x_53, 1, x_51); +return x_53; } } else { -uint8_t x_55; +uint8_t x_54; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -18104,38 +18945,187 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_55 = lean_nat_dec_lt(x_19, x_18); +x_54 = lean_nat_dec_lt(x_19, x_18); lean_dec(x_18); -if (x_55 == 0) +if (x_54 == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; +lean_object* x_55; lean_object* x_56; lean_dec(x_16); -x_56 = l_Lean_instInhabitedException; -x_57 = l___private_Init_Util_0__outOfBounds___rarg(x_56); -if (lean_is_scalar(x_15)) { - x_58 = lean_alloc_ctor(1, 2, 0); -} else { - x_58 = x_15; - lean_ctor_set_tag(x_58, 1); -} -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_14); -return x_58; +x_55 = l_Lean_instInhabitedException; +x_56 = l___private_Init_Util_0__outOfBounds___rarg(x_55); +lean_ctor_set_tag(x_12, 1); +lean_ctor_set(x_12, 0, x_56); +return x_12; } else { -lean_object* x_59; lean_object* x_60; -x_59 = lean_array_fget(x_16, x_19); +lean_object* x_57; +x_57 = lean_array_fget(x_16, x_19); lean_dec(x_16); -if (lean_is_scalar(x_15)) { - x_60 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set_tag(x_12, 1); +lean_ctor_set(x_12, 0, x_57); +return x_12; +} +} +} +} +else +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; +x_58 = lean_ctor_get(x_12, 0); +x_59 = lean_ctor_get(x_12, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_12); +x_60 = lean_ctor_get(x_58, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_58, 1); +lean_inc(x_61); +lean_dec(x_58); +x_62 = lean_array_get_size(x_60); +x_63 = lean_unsigned_to_nat(0u); +x_64 = l_List_lengthTRAux___rarg(x_1, x_63); +lean_dec(x_1); +x_65 = lean_nat_dec_eq(x_62, x_64); +lean_dec(x_64); +if (x_65 == 0) +{ +lean_object* x_66; lean_object* x_67; +lean_dec(x_62); +lean_dec(x_60); +x_66 = lean_box(0); +x_67 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___lambda__1(x_61, x_2, x_66, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_59); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +return x_67; +} +else +{ +lean_object* x_68; uint8_t x_69; +lean_dec(x_61); +x_68 = lean_unsigned_to_nat(1u); +x_69 = lean_nat_dec_eq(x_62, x_68); +if (x_69 == 0) +{ +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_dec(x_62); +x_70 = lean_ctor_get(x_8, 0); +lean_inc(x_70); +x_71 = lean_ctor_get(x_8, 1); +lean_inc(x_71); +x_72 = lean_ctor_get(x_8, 2); +lean_inc(x_72); +x_73 = lean_ctor_get(x_8, 3); +lean_inc(x_73); +x_74 = lean_ctor_get(x_8, 4); +lean_inc(x_74); +x_75 = lean_ctor_get(x_8, 5); +lean_inc(x_75); +x_76 = lean_ctor_get(x_8, 6); +lean_inc(x_76); +x_77 = lean_ctor_get(x_8, 7); +lean_inc(x_77); +x_78 = lean_ctor_get(x_8, 8); +lean_inc(x_78); +x_79 = lean_ctor_get(x_8, 9); +lean_inc(x_79); +x_80 = lean_ctor_get(x_8, 10); +lean_inc(x_80); +if (lean_is_exclusive(x_8)) { + lean_ctor_release(x_8, 0); + lean_ctor_release(x_8, 1); + lean_ctor_release(x_8, 2); + lean_ctor_release(x_8, 3); + lean_ctor_release(x_8, 4); + lean_ctor_release(x_8, 5); + lean_ctor_release(x_8, 6); + lean_ctor_release(x_8, 7); + lean_ctor_release(x_8, 8); + lean_ctor_release(x_8, 9); + lean_ctor_release(x_8, 10); + x_81 = x_8; +} else { + lean_dec_ref(x_8); + x_81 = lean_box(0); +} +x_82 = l_Lean_replaceRef(x_2, x_75); +lean_dec(x_75); +lean_dec(x_2); +if (lean_is_scalar(x_81)) { + x_83 = lean_alloc_ctor(0, 11, 0); } else { - x_60 = x_15; - lean_ctor_set_tag(x_60, 1); + x_83 = x_81; +} +lean_ctor_set(x_83, 0, x_70); +lean_ctor_set(x_83, 1, x_71); +lean_ctor_set(x_83, 2, x_72); +lean_ctor_set(x_83, 3, x_73); +lean_ctor_set(x_83, 4, x_74); +lean_ctor_set(x_83, 5, x_82); +lean_ctor_set(x_83, 6, x_76); +lean_ctor_set(x_83, 7, x_77); +lean_ctor_set(x_83, 8, x_78); +lean_ctor_set(x_83, 9, x_79); +lean_ctor_set(x_83, 10, x_80); +x_84 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Term_elabOpen___spec__26___closed__4; +x_85 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Term_elabOpen___spec__28(x_84, x_60, x_3, x_4, x_5, x_6, x_7, x_83, x_9, x_59); +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + lean_ctor_release(x_85, 1); + x_88 = x_85; +} else { + lean_dec_ref(x_85); + x_88 = lean_box(0); } -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_14); -return x_60; +if (lean_is_scalar(x_88)) { + x_89 = lean_alloc_ctor(1, 2, 0); +} else { + x_89 = x_88; +} +lean_ctor_set(x_89, 0, x_86); +lean_ctor_set(x_89, 1, x_87); +return x_89; +} +else +{ +uint8_t x_90; +lean_dec(x_9); +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_90 = lean_nat_dec_lt(x_63, x_62); +lean_dec(x_62); +if (x_90 == 0) +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; +lean_dec(x_60); +x_91 = l_Lean_instInhabitedException; +x_92 = l___private_Init_Util_0__outOfBounds___rarg(x_91); +x_93 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_59); +return x_93; +} +else +{ +lean_object* x_94; lean_object* x_95; +x_94 = lean_array_fget(x_60, x_63); +lean_dec(x_60); +x_95 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_59); +return x_95; } } } @@ -19181,7 +20171,7 @@ lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; x_122 = lean_ctor_get(x_121, 1); lean_inc(x_122); lean_dec(x_121); -x_123 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(x_118, x_119, x_111); +x_123 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(x_118, x_119, x_111); x_124 = lean_array_to_list(lean_box(0), x_123); x_125 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_125, 0, x_113); @@ -23126,8 +24116,8 @@ l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__4___closed__2 = _ lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__4___closed__2); l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__4___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__4___closed__3(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabClear___spec__4___closed__3); -l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7___closed__1 = _init_l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7___closed__1(); -lean_mark_persistent(l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__7___closed__1); +l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8___closed__1 = _init_l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8___closed__1(); +lean_mark_persistent(l_Lean_exprDependsOn___at_Lean_Elab_Term_elabClear___spec__8___closed__1); l_Lean_Elab_Term_elabClear___lambda__2___closed__1 = _init_l_Lean_Elab_Term_elabClear___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_elabClear___lambda__2___closed__1); l_Lean_Elab_Term_elabClear___lambda__2___closed__2 = _init_l_Lean_Elab_Term_elabClear___lambda__2___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Calc.c b/stage0/stdlib/Lean/Elab/Calc.c index e408ebd067ed..4e07314565dd 100644 --- a/stage0/stdlib/Lean/Elab/Calc.c +++ b/stage0/stdlib/Lean/Elab/Calc.c @@ -925,7 +925,7 @@ lean_inc(x_111); x_112 = lean_infer_type(x_111, x_5, x_6, x_7, x_8, x_94); if (lean_obj_tag(x_112) == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; +lean_object* x_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; x_113 = lean_ctor_get(x_112, 0); lean_inc(x_113); x_114 = lean_ctor_get(x_112, 1); @@ -941,55 +941,68 @@ x_118 = l_Lean_Expr_headBeta(x_116); x_119 = l_Lean_Elab_Term_getCalcRelation_x3f(x_118, x_5, x_6, x_7, x_8, x_117); x_120 = lean_ctor_get(x_119, 0); lean_inc(x_120); -if (lean_obj_tag(x_120) == 0) -{ -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; uint8_t x_128; -lean_dec(x_111); x_121 = lean_ctor_get(x_119, 1); lean_inc(x_121); lean_dec(x_119); -x_122 = l_Lean_indentExpr(x_118); -x_123 = l_Lean_Elab_Term_mkCalcTrans___closed__15; -x_124 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_122); -x_125 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; -x_126 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -x_127 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_126, x_5, x_6, x_7, x_8, x_121); +if (lean_obj_tag(x_120) == 0) +{ +uint8_t x_136; +x_136 = 0; +x_122 = x_136; +goto block_135; +} +else +{ +uint8_t x_137; +lean_dec(x_120); +x_137 = 1; +x_122 = x_137; +goto block_135; +} +block_135: +{ +if (x_122 == 0) +{ +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_dec(x_111); +x_123 = l_Lean_indentExpr(x_118); +x_124 = l_Lean_Elab_Term_mkCalcTrans___closed__15; +x_125 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_123); +x_126 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; +x_127 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_127, 0, x_125); +lean_ctor_set(x_127, 1, x_126); +x_128 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_127, x_5, x_6, x_7, x_8, x_121); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_128 = !lean_is_exclusive(x_127); -if (x_128 == 0) +x_129 = !lean_is_exclusive(x_128); +if (x_129 == 0) { -return x_127; +return x_128; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_127, 0); -x_130 = lean_ctor_get(x_127, 1); +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_128, 0); +x_131 = lean_ctor_get(x_128, 1); +lean_inc(x_131); lean_inc(x_130); -lean_inc(x_129); -lean_dec(x_127); -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_128); +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_dec(x_120); -x_132 = lean_ctor_get(x_119, 1); -lean_inc(x_132); -lean_dec(x_119); +lean_object* x_133; lean_object* x_134; x_133 = lean_box(0); -x_134 = l_Lean_Elab_Term_mkCalcTrans___lambda__1(x_111, x_118, x_133, x_5, x_6, x_7, x_8, x_132); +x_134 = l_Lean_Elab_Term_mkCalcTrans___lambda__1(x_111, x_118, x_133, x_5, x_6, x_7, x_8, x_121); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -997,37 +1010,38 @@ lean_dec(x_5); return x_134; } } +} else { -uint8_t x_135; +uint8_t x_138; lean_dec(x_111); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_135 = !lean_is_exclusive(x_112); -if (x_135 == 0) +x_138 = !lean_is_exclusive(x_112); +if (x_138 == 0) { return x_112; } else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; -x_136 = lean_ctor_get(x_112, 0); -x_137 = lean_ctor_get(x_112, 1); -lean_inc(x_137); -lean_inc(x_136); +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_112, 0); +x_140 = lean_ctor_get(x_112, 1); +lean_inc(x_140); +lean_inc(x_139); lean_dec(x_112); -x_138 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_138, 0, x_136); -lean_ctor_set(x_138, 1, x_137); -return x_138; +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } } 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_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_dec(x_93); lean_dec(x_80); lean_dec(x_72); @@ -1041,29 +1055,29 @@ lean_dec(x_19); lean_dec(x_18); lean_dec(x_3); lean_dec(x_1); -x_139 = lean_ctor_get(x_92, 1); -lean_inc(x_139); +x_142 = lean_ctor_get(x_92, 1); +lean_inc(x_142); lean_dec(x_92); -x_140 = l_Lean_indentExpr(x_90); -x_141 = l_Lean_Elab_Term_mkCalcTrans___closed__10; -x_142 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_140); -x_143 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; -x_144 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_144, 0, x_142); -lean_ctor_set(x_144, 1, x_143); -x_145 = l_Lean_throwError___at_Lean_Elab_Term_mkCalcTrans___spec__2(x_144, x_5, x_6, x_7, x_8, x_139); +x_143 = l_Lean_indentExpr(x_90); +x_144 = l_Lean_Elab_Term_mkCalcTrans___closed__10; +x_145 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_145, 0, x_144); +lean_ctor_set(x_145, 1, x_143); +x_146 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; +x_147 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +x_148 = l_Lean_throwError___at_Lean_Elab_Term_mkCalcTrans___spec__2(x_147, x_5, x_6, x_7, x_8, x_142); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_145; +return x_148; } } else { -uint8_t x_146; +uint8_t x_149; lean_dec(x_90); lean_dec(x_80); lean_dec(x_72); @@ -1081,29 +1095,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_146 = !lean_is_exclusive(x_92); -if (x_146 == 0) +x_149 = !lean_is_exclusive(x_92); +if (x_149 == 0) { return x_92; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_92, 0); -x_148 = lean_ctor_get(x_92, 1); -lean_inc(x_148); -lean_inc(x_147); +lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_150 = lean_ctor_get(x_92, 0); +x_151 = lean_ctor_get(x_92, 1); +lean_inc(x_151); +lean_inc(x_150); lean_dec(x_92); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; +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_150; +uint8_t x_153; lean_dec(x_54); lean_dec(x_51); lean_dec(x_48); @@ -1123,29 +1137,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_150 = !lean_is_exclusive(x_56); -if (x_150 == 0) +x_153 = !lean_is_exclusive(x_56); +if (x_153 == 0) { return x_56; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_56, 0); -x_152 = lean_ctor_get(x_56, 1); -lean_inc(x_152); -lean_inc(x_151); +lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_154 = lean_ctor_get(x_56, 0); +x_155 = lean_ctor_get(x_56, 1); +lean_inc(x_155); +lean_inc(x_154); lean_dec(x_56); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; +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; } } } else { -uint8_t x_154; +uint8_t x_157; lean_dec(x_51); lean_dec(x_48); lean_dec(x_45); @@ -1164,29 +1178,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_154 = !lean_is_exclusive(x_53); -if (x_154 == 0) +x_157 = !lean_is_exclusive(x_53); +if (x_157 == 0) { return x_53; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_53, 0); -x_156 = lean_ctor_get(x_53, 1); -lean_inc(x_156); -lean_inc(x_155); +lean_object* x_158; lean_object* x_159; lean_object* x_160; +x_158 = lean_ctor_get(x_53, 0); +x_159 = lean_ctor_get(x_53, 1); +lean_inc(x_159); +lean_inc(x_158); lean_dec(x_53); -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; +x_160 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_160, 0, x_158); +lean_ctor_set(x_160, 1, x_159); +return x_160; } } } else { -uint8_t x_158; +uint8_t x_161; lean_dec(x_48); lean_dec(x_45); lean_dec(x_42); @@ -1204,29 +1218,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_158 = !lean_is_exclusive(x_50); -if (x_158 == 0) +x_161 = !lean_is_exclusive(x_50); +if (x_161 == 0) { return x_50; } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_159 = lean_ctor_get(x_50, 0); -x_160 = lean_ctor_get(x_50, 1); -lean_inc(x_160); -lean_inc(x_159); +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_50, 0); +x_163 = lean_ctor_get(x_50, 1); +lean_inc(x_163); +lean_inc(x_162); lean_dec(x_50); -x_161 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_161, 0, x_159); -lean_ctor_set(x_161, 1, x_160); -return x_161; +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; } } } else { -uint8_t x_162; +uint8_t x_165; lean_dec(x_45); lean_dec(x_42); lean_dec(x_39); @@ -1243,29 +1257,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_162 = !lean_is_exclusive(x_47); -if (x_162 == 0) +x_165 = !lean_is_exclusive(x_47); +if (x_165 == 0) { return x_47; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_163 = lean_ctor_get(x_47, 0); -x_164 = lean_ctor_get(x_47, 1); -lean_inc(x_164); -lean_inc(x_163); +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = lean_ctor_get(x_47, 0); +x_167 = lean_ctor_get(x_47, 1); +lean_inc(x_167); +lean_inc(x_166); lean_dec(x_47); -x_165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_165, 0, x_163); -lean_ctor_set(x_165, 1, x_164); -return x_165; +x_168 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_168, 0, x_166); +lean_ctor_set(x_168, 1, x_167); +return x_168; } } } else { -uint8_t x_166; +uint8_t x_169; lean_dec(x_42); lean_dec(x_39); lean_dec(x_36); @@ -1281,29 +1295,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_166 = !lean_is_exclusive(x_44); -if (x_166 == 0) +x_169 = !lean_is_exclusive(x_44); +if (x_169 == 0) { return x_44; } else { -lean_object* x_167; lean_object* x_168; lean_object* x_169; -x_167 = lean_ctor_get(x_44, 0); -x_168 = lean_ctor_get(x_44, 1); -lean_inc(x_168); -lean_inc(x_167); +lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_170 = lean_ctor_get(x_44, 0); +x_171 = lean_ctor_get(x_44, 1); +lean_inc(x_171); +lean_inc(x_170); lean_dec(x_44); -x_169 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_169, 0, x_167); -lean_ctor_set(x_169, 1, x_168); -return x_169; +x_172 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_172, 0, x_170); +lean_ctor_set(x_172, 1, x_171); +return x_172; } } } else { -uint8_t x_170; +uint8_t x_173; lean_dec(x_39); lean_dec(x_36); lean_dec(x_34); @@ -1318,29 +1332,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_170 = !lean_is_exclusive(x_41); -if (x_170 == 0) +x_173 = !lean_is_exclusive(x_41); +if (x_173 == 0) { return x_41; } else { -lean_object* x_171; lean_object* x_172; lean_object* x_173; -x_171 = lean_ctor_get(x_41, 0); -x_172 = lean_ctor_get(x_41, 1); -lean_inc(x_172); -lean_inc(x_171); +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_41, 0); +x_175 = lean_ctor_get(x_41, 1); +lean_inc(x_175); +lean_inc(x_174); lean_dec(x_41); -x_173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_173, 0, x_171); -lean_ctor_set(x_173, 1, x_172); -return x_173; +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; } } } else { -uint8_t x_174; +uint8_t x_177; lean_dec(x_36); lean_dec(x_34); lean_dec(x_33); @@ -1354,29 +1368,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_174 = !lean_is_exclusive(x_38); -if (x_174 == 0) +x_177 = !lean_is_exclusive(x_38); +if (x_177 == 0) { return x_38; } else { -lean_object* x_175; lean_object* x_176; lean_object* x_177; -x_175 = lean_ctor_get(x_38, 0); -x_176 = lean_ctor_get(x_38, 1); -lean_inc(x_176); -lean_inc(x_175); +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_38, 0); +x_179 = lean_ctor_get(x_38, 1); +lean_inc(x_179); +lean_inc(x_178); lean_dec(x_38); -x_177 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_177, 0, x_175); -lean_ctor_set(x_177, 1, x_176); -return x_177; +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_178; +uint8_t x_181; lean_dec(x_34); lean_dec(x_33); lean_free_object(x_25); @@ -1389,63 +1403,49 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_178 = !lean_is_exclusive(x_35); -if (x_178 == 0) +x_181 = !lean_is_exclusive(x_35); +if (x_181 == 0) { return x_35; } else { -lean_object* x_179; lean_object* x_180; lean_object* x_181; -x_179 = lean_ctor_get(x_35, 0); -x_180 = lean_ctor_get(x_35, 1); -lean_inc(x_180); -lean_inc(x_179); +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_35, 0); +x_183 = lean_ctor_get(x_35, 1); +lean_inc(x_183); +lean_inc(x_182); lean_dec(x_35); -x_181 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_181, 0, x_179); -lean_ctor_set(x_181, 1, x_180); -return x_181; +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 { -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 = lean_ctor_get(x_25, 0); -lean_inc(x_182); -lean_dec(x_25); -x_183 = lean_ctor_get(x_182, 1); -lean_inc(x_183); -x_184 = lean_ctor_get(x_24, 1); -lean_inc(x_184); -lean_dec(x_24); -x_185 = lean_ctor_get(x_182, 0); +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_185 = lean_ctor_get(x_25, 0); lean_inc(x_185); -lean_dec(x_182); -x_186 = lean_ctor_get(x_183, 1); +lean_dec(x_25); +x_186 = lean_ctor_get(x_185, 1); lean_inc(x_186); -lean_dec(x_183); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_18); -x_187 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv(x_18, x_5, x_6, x_7, x_8, x_184); -if (lean_obj_tag(x_187) == 0) -{ -lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_188 = lean_ctor_get(x_187, 0); +x_187 = lean_ctor_get(x_24, 1); +lean_inc(x_187); +lean_dec(x_24); +x_188 = lean_ctor_get(x_185, 0); lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 1); +lean_dec(x_185); +x_189 = lean_ctor_get(x_186, 1); lean_inc(x_189); -lean_dec(x_187); +lean_dec(x_186); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_185); -x_190 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv(x_185, x_5, x_6, x_7, x_8, x_189); +lean_inc(x_18); +x_190 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv(x_18, x_5, x_6, x_7, x_8, x_187); if (lean_obj_tag(x_190) == 0) { lean_object* x_191; lean_object* x_192; lean_object* x_193; @@ -1458,8 +1458,8 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_19); -x_193 = lean_infer_type(x_19, x_5, x_6, x_7, x_8, x_192); +lean_inc(x_188); +x_193 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv(x_188, x_5, x_6, x_7, x_8, x_192); if (lean_obj_tag(x_193) == 0) { lean_object* x_194; lean_object* x_195; lean_object* x_196; @@ -1472,8 +1472,8 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_20); -x_196 = lean_infer_type(x_20, x_5, x_6, x_7, x_8, x_195); +lean_inc(x_19); +x_196 = lean_infer_type(x_19, x_5, x_6, x_7, x_8, x_195); if (lean_obj_tag(x_196) == 0) { lean_object* x_197; lean_object* x_198; lean_object* x_199; @@ -1486,8 +1486,8 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_186); -x_199 = lean_infer_type(x_186, x_5, x_6, x_7, x_8, x_198); +lean_inc(x_20); +x_199 = lean_infer_type(x_20, x_5, x_6, x_7, x_8, x_198); if (lean_obj_tag(x_199) == 0) { lean_object* x_200; lean_object* x_201; lean_object* x_202; @@ -1500,8 +1500,8 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_194); -x_202 = l_Lean_Meta_getLevel(x_194, x_5, x_6, x_7, x_8, x_201); +lean_inc(x_189); +x_202 = lean_infer_type(x_189, x_5, x_6, x_7, x_8, x_201); if (lean_obj_tag(x_202) == 0) { lean_object* x_203; lean_object* x_204; lean_object* x_205; @@ -1532,278 +1532,349 @@ lean_inc(x_200); x_208 = l_Lean_Meta_getLevel(x_200, x_5, x_6, x_7, x_8, x_207); if (lean_obj_tag(x_208) == 0) { -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; uint8_t x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; +lean_object* x_209; lean_object* x_210; lean_object* x_211; x_209 = lean_ctor_get(x_208, 0); lean_inc(x_209); x_210 = lean_ctor_get(x_208, 1); lean_inc(x_210); lean_dec(x_208); -x_211 = l_Lean_Meta_mkFreshLevelMVar(x_5, x_6, x_7, x_8, x_210); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_203); +x_211 = l_Lean_Meta_getLevel(x_203, x_5, x_6, x_7, x_8, x_210); +if (lean_obj_tag(x_211) == 0) +{ +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; 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; x_212 = lean_ctor_get(x_211, 0); lean_inc(x_212); x_213 = lean_ctor_get(x_211, 1); lean_inc(x_213); lean_dec(x_211); -lean_inc(x_212); -x_214 = l_Lean_Expr_sort___override(x_212); -lean_inc(x_200); -x_215 = l_Lean_mkArrow(x_200, x_214, x_7, x_8, x_213); -x_216 = lean_ctor_get(x_215, 0); +x_214 = l_Lean_Meta_mkFreshLevelMVar(x_5, x_6, x_7, x_8, x_213); +x_215 = lean_ctor_get(x_214, 0); +lean_inc(x_215); +x_216 = lean_ctor_get(x_214, 1); lean_inc(x_216); -x_217 = lean_ctor_get(x_215, 1); -lean_inc(x_217); -lean_dec(x_215); -lean_inc(x_194); -x_218 = l_Lean_mkArrow(x_194, x_216, x_7, x_8, x_217); +lean_dec(x_214); +lean_inc(x_215); +x_217 = l_Lean_Expr_sort___override(x_215); +lean_inc(x_203); +x_218 = l_Lean_mkArrow(x_203, x_217, x_7, x_8, x_216); 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_alloc_ctor(1, 1, 0); -lean_ctor_set(x_221, 0, x_219); -x_222 = 0; -x_223 = lean_box(0); +lean_inc(x_197); +x_221 = l_Lean_mkArrow(x_197, x_219, x_7, x_8, x_220); +x_222 = lean_ctor_get(x_221, 0); +lean_inc(x_222); +x_223 = lean_ctor_get(x_221, 1); +lean_inc(x_223); +lean_dec(x_221); +x_224 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_224, 0, x_222); +x_225 = 0; +x_226 = lean_box(0); lean_inc(x_5); -x_224 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_221, x_222, x_223, x_5, x_6, x_7, x_8, x_220); -x_225 = lean_ctor_get(x_224, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_224, 1); -lean_inc(x_226); -lean_dec(x_224); -x_227 = lean_box(0); -x_228 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_228, 0, x_209); -lean_ctor_set(x_228, 1, x_227); -x_229 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_229, 0, x_206); -lean_ctor_set(x_229, 1, x_228); -x_230 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_230, 0, x_203); -lean_ctor_set(x_230, 1, x_229); +x_227 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_224, x_225, x_226, x_5, x_6, x_7, x_8, x_223); +x_228 = lean_ctor_get(x_227, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_227, 1); +lean_inc(x_229); +lean_dec(x_227); +x_230 = lean_box(0); x_231 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_231, 0, x_212); lean_ctor_set(x_231, 1, x_230); x_232 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_232, 0, x_191); +lean_ctor_set(x_232, 0, x_209); lean_ctor_set(x_232, 1, x_231); x_233 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_233, 0, x_188); +lean_ctor_set(x_233, 0, x_206); lean_ctor_set(x_233, 1, x_232); -x_234 = l_Lean_Elab_Term_mkCalcTrans___closed__7; -lean_inc(x_233); -x_235 = l_Lean_Expr_const___override(x_234, x_233); -x_236 = l_Lean_Elab_Term_mkCalcTrans___closed__8; -lean_inc(x_194); -x_237 = lean_array_push(x_236, x_194); +x_234 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_234, 0, x_215); +lean_ctor_set(x_234, 1, x_233); +x_235 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_235, 0, x_194); +lean_ctor_set(x_235, 1, x_234); +x_236 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_236, 0, x_191); +lean_ctor_set(x_236, 1, x_235); +x_237 = l_Lean_Elab_Term_mkCalcTrans___closed__7; +lean_inc(x_236); +x_238 = l_Lean_Expr_const___override(x_237, x_236); +x_239 = l_Lean_Elab_Term_mkCalcTrans___closed__8; lean_inc(x_197); -x_238 = lean_array_push(x_237, x_197); +x_240 = lean_array_push(x_239, x_197); lean_inc(x_200); -x_239 = lean_array_push(x_238, x_200); +x_241 = lean_array_push(x_240, x_200); +lean_inc(x_203); +x_242 = lean_array_push(x_241, x_203); lean_inc(x_18); -x_240 = lean_array_push(x_239, x_18); -lean_inc(x_185); -x_241 = lean_array_push(x_240, x_185); -lean_inc(x_225); -x_242 = lean_array_push(x_241, x_225); -x_243 = l_Lean_mkAppN(x_235, x_242); -x_244 = lean_box(0); +x_243 = lean_array_push(x_242, x_18); +lean_inc(x_188); +x_244 = lean_array_push(x_243, x_188); +lean_inc(x_228); +x_245 = lean_array_push(x_244, x_228); +x_246 = l_Lean_mkAppN(x_238, x_245); +x_247 = lean_box(0); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_243); -x_245 = l_Lean_Meta_trySynthInstance(x_243, x_244, x_5, x_6, x_7, x_8, x_226); -if (lean_obj_tag(x_245) == 0) -{ -lean_object* x_246; -x_246 = lean_ctor_get(x_245, 0); lean_inc(x_246); -if (lean_obj_tag(x_246) == 1) -{ -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_dec(x_243); -x_247 = lean_ctor_get(x_245, 1); -lean_inc(x_247); -lean_dec(x_245); -x_248 = lean_ctor_get(x_246, 0); -lean_inc(x_248); +x_248 = l_Lean_Meta_trySynthInstance(x_246, x_247, x_5, x_6, x_7, x_8, x_229); +if (lean_obj_tag(x_248) == 0) +{ +lean_object* x_249; +x_249 = lean_ctor_get(x_248, 0); +lean_inc(x_249); +if (lean_obj_tag(x_249) == 1) +{ +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_dec(x_246); -x_249 = l_Lean_Elab_Term_mkCalcTrans___closed__12; -x_250 = l_Lean_Expr_const___override(x_249, x_233); -x_251 = l_Lean_Elab_Term_mkCalcTrans___closed__13; -x_252 = lean_array_push(x_251, x_194); -x_253 = lean_array_push(x_252, x_197); -x_254 = lean_array_push(x_253, x_200); -x_255 = lean_array_push(x_254, x_18); -x_256 = lean_array_push(x_255, x_185); -x_257 = lean_array_push(x_256, x_225); -x_258 = lean_array_push(x_257, x_248); -x_259 = lean_array_push(x_258, x_19); -x_260 = lean_array_push(x_259, x_20); -x_261 = lean_array_push(x_260, x_186); -x_262 = lean_array_push(x_261, x_1); -x_263 = lean_array_push(x_262, x_3); -x_264 = l_Lean_mkAppN(x_250, x_263); +x_250 = lean_ctor_get(x_248, 1); +lean_inc(x_250); +lean_dec(x_248); +x_251 = lean_ctor_get(x_249, 0); +lean_inc(x_251); +lean_dec(x_249); +x_252 = l_Lean_Elab_Term_mkCalcTrans___closed__12; +x_253 = l_Lean_Expr_const___override(x_252, x_236); +x_254 = l_Lean_Elab_Term_mkCalcTrans___closed__13; +x_255 = lean_array_push(x_254, x_197); +x_256 = lean_array_push(x_255, x_200); +x_257 = lean_array_push(x_256, x_203); +x_258 = lean_array_push(x_257, x_18); +x_259 = lean_array_push(x_258, x_188); +x_260 = lean_array_push(x_259, x_228); +x_261 = lean_array_push(x_260, x_251); +x_262 = lean_array_push(x_261, x_19); +x_263 = lean_array_push(x_262, x_20); +x_264 = lean_array_push(x_263, x_189); +x_265 = lean_array_push(x_264, x_1); +x_266 = lean_array_push(x_265, x_3); +x_267 = l_Lean_mkAppN(x_253, x_266); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_264); -x_265 = lean_infer_type(x_264, x_5, x_6, x_7, x_8, x_247); -if (lean_obj_tag(x_265) == 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; lean_object* x_272; lean_object* x_273; -x_266 = lean_ctor_get(x_265, 0); -lean_inc(x_266); -x_267 = lean_ctor_get(x_265, 1); lean_inc(x_267); -lean_dec(x_265); -x_268 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_266, x_5, x_6, x_7, x_8, x_267); +x_268 = lean_infer_type(x_267, x_5, x_6, x_7, x_8, x_250); +if (lean_obj_tag(x_268) == 0) +{ +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; 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_Expr_headBeta(x_269); -x_272 = l_Lean_Elab_Term_getCalcRelation_x3f(x_271, x_5, x_6, x_7, x_8, x_270); -x_273 = lean_ctor_get(x_272, 0); +x_271 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_269, x_5, x_6, x_7, x_8, x_270); +x_272 = lean_ctor_get(x_271, 0); +lean_inc(x_272); +x_273 = lean_ctor_get(x_271, 1); lean_inc(x_273); -if (lean_obj_tag(x_273) == 0) -{ -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_dec(x_264); -x_274 = lean_ctor_get(x_272, 1); -lean_inc(x_274); -lean_dec(x_272); -x_275 = l_Lean_indentExpr(x_271); -x_276 = l_Lean_Elab_Term_mkCalcTrans___closed__15; -x_277 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_277, 0, x_276); -lean_ctor_set(x_277, 1, x_275); -x_278 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; -x_279 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_279, 0, x_277); -lean_ctor_set(x_279, 1, x_278); -x_280 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_279, x_5, x_6, x_7, x_8, x_274); +lean_dec(x_271); +x_274 = l_Lean_Expr_headBeta(x_272); +x_275 = l_Lean_Elab_Term_getCalcRelation_x3f(x_274, x_5, x_6, x_7, x_8, x_273); +x_276 = lean_ctor_get(x_275, 0); +lean_inc(x_276); +x_277 = lean_ctor_get(x_275, 1); +lean_inc(x_277); +lean_dec(x_275); +if (lean_obj_tag(x_276) == 0) +{ +uint8_t x_292; +x_292 = 0; +x_278 = x_292; +goto block_291; +} +else +{ +uint8_t x_293; +lean_dec(x_276); +x_293 = 1; +x_278 = x_293; +goto block_291; +} +block_291: +{ +if (x_278 == 0) +{ +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_dec(x_267); +x_279 = l_Lean_indentExpr(x_274); +x_280 = l_Lean_Elab_Term_mkCalcTrans___closed__15; +x_281 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_281, 0, x_280); +lean_ctor_set(x_281, 1, x_279); +x_282 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; +x_283 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_283, 0, x_281); +lean_ctor_set(x_283, 1, x_282); +x_284 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_283, x_5, x_6, x_7, x_8, x_277); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_281 = lean_ctor_get(x_280, 0); -lean_inc(x_281); -x_282 = lean_ctor_get(x_280, 1); -lean_inc(x_282); -if (lean_is_exclusive(x_280)) { - lean_ctor_release(x_280, 0); - lean_ctor_release(x_280, 1); - x_283 = x_280; +x_285 = lean_ctor_get(x_284, 0); +lean_inc(x_285); +x_286 = lean_ctor_get(x_284, 1); +lean_inc(x_286); +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + x_287 = x_284; } else { - lean_dec_ref(x_280); - x_283 = lean_box(0); + lean_dec_ref(x_284); + x_287 = lean_box(0); } -if (lean_is_scalar(x_283)) { - x_284 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_287)) { + x_288 = lean_alloc_ctor(1, 2, 0); } else { - x_284 = x_283; + x_288 = x_287; } -lean_ctor_set(x_284, 0, x_281); -lean_ctor_set(x_284, 1, x_282); -return x_284; +lean_ctor_set(x_288, 0, x_285); +lean_ctor_set(x_288, 1, x_286); +return x_288; } else { -lean_object* x_285; lean_object* x_286; lean_object* x_287; -lean_dec(x_273); -x_285 = lean_ctor_get(x_272, 1); -lean_inc(x_285); -lean_dec(x_272); -x_286 = lean_box(0); -x_287 = l_Lean_Elab_Term_mkCalcTrans___lambda__1(x_264, x_271, x_286, x_5, x_6, x_7, x_8, x_285); +lean_object* x_289; lean_object* x_290; +x_289 = lean_box(0); +x_290 = l_Lean_Elab_Term_mkCalcTrans___lambda__1(x_267, x_274, x_289, x_5, x_6, x_7, x_8, x_277); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_287; +return x_290; +} } } else { -lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; -lean_dec(x_264); +lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; +lean_dec(x_267); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_288 = lean_ctor_get(x_265, 0); -lean_inc(x_288); -x_289 = lean_ctor_get(x_265, 1); -lean_inc(x_289); -if (lean_is_exclusive(x_265)) { - lean_ctor_release(x_265, 0); - lean_ctor_release(x_265, 1); - x_290 = x_265; +x_294 = lean_ctor_get(x_268, 0); +lean_inc(x_294); +x_295 = lean_ctor_get(x_268, 1); +lean_inc(x_295); +if (lean_is_exclusive(x_268)) { + lean_ctor_release(x_268, 0); + lean_ctor_release(x_268, 1); + x_296 = x_268; } else { - lean_dec_ref(x_265); - x_290 = lean_box(0); + lean_dec_ref(x_268); + x_296 = lean_box(0); } -if (lean_is_scalar(x_290)) { - x_291 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_296)) { + x_297 = lean_alloc_ctor(1, 2, 0); } else { - x_291 = x_290; + x_297 = x_296; } -lean_ctor_set(x_291, 0, x_288); -lean_ctor_set(x_291, 1, x_289); -return x_291; +lean_ctor_set(x_297, 0, x_294); +lean_ctor_set(x_297, 1, x_295); +return x_297; } } else { -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_dec(x_246); -lean_dec(x_233); -lean_dec(x_225); +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_dec(x_249); +lean_dec(x_236); +lean_dec(x_228); +lean_dec(x_203); lean_dec(x_200); lean_dec(x_197); -lean_dec(x_194); -lean_dec(x_186); -lean_dec(x_185); +lean_dec(x_189); +lean_dec(x_188); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); lean_dec(x_3); lean_dec(x_1); -x_292 = lean_ctor_get(x_245, 1); -lean_inc(x_292); -lean_dec(x_245); -x_293 = l_Lean_indentExpr(x_243); -x_294 = l_Lean_Elab_Term_mkCalcTrans___closed__10; -x_295 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_295, 0, x_294); -lean_ctor_set(x_295, 1, x_293); -x_296 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; -x_297 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_297, 0, x_295); -lean_ctor_set(x_297, 1, x_296); -x_298 = l_Lean_throwError___at_Lean_Elab_Term_mkCalcTrans___spec__2(x_297, x_5, x_6, x_7, x_8, x_292); +x_298 = lean_ctor_get(x_248, 1); +lean_inc(x_298); +lean_dec(x_248); +x_299 = l_Lean_indentExpr(x_246); +x_300 = l_Lean_Elab_Term_mkCalcTrans___closed__10; +x_301 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_301, 0, x_300); +lean_ctor_set(x_301, 1, x_299); +x_302 = l___private_Lean_Elab_Calc_0__Lean_Elab_Term_getRelUniv___lambda__1___closed__4; +x_303 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_303, 0, x_301); +lean_ctor_set(x_303, 1, x_302); +x_304 = l_Lean_throwError___at_Lean_Elab_Term_mkCalcTrans___spec__2(x_303, x_5, x_6, x_7, x_8, x_298); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_298; +return x_304; +} +} +else +{ +lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; +lean_dec(x_246); +lean_dec(x_236); +lean_dec(x_228); +lean_dec(x_203); +lean_dec(x_200); +lean_dec(x_197); +lean_dec(x_189); +lean_dec(x_188); +lean_dec(x_20); +lean_dec(x_19); +lean_dec(x_18); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_1); +x_305 = lean_ctor_get(x_248, 0); +lean_inc(x_305); +x_306 = lean_ctor_get(x_248, 1); +lean_inc(x_306); +if (lean_is_exclusive(x_248)) { + lean_ctor_release(x_248, 0); + lean_ctor_release(x_248, 1); + x_307 = x_248; +} else { + lean_dec_ref(x_248); + x_307 = lean_box(0); +} +if (lean_is_scalar(x_307)) { + x_308 = lean_alloc_ctor(1, 2, 0); +} else { + x_308 = x_307; +} +lean_ctor_set(x_308, 0, x_305); +lean_ctor_set(x_308, 1, x_306); +return x_308; } } else { -lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; -lean_dec(x_243); -lean_dec(x_233); -lean_dec(x_225); +lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; +lean_dec(x_209); +lean_dec(x_206); +lean_dec(x_203); lean_dec(x_200); lean_dec(x_197); lean_dec(x_194); -lean_dec(x_186); -lean_dec(x_185); +lean_dec(x_191); +lean_dec(x_189); +lean_dec(x_188); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1813,40 +1884,39 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_299 = lean_ctor_get(x_245, 0); -lean_inc(x_299); -x_300 = lean_ctor_get(x_245, 1); -lean_inc(x_300); -if (lean_is_exclusive(x_245)) { - lean_ctor_release(x_245, 0); - lean_ctor_release(x_245, 1); - x_301 = x_245; +x_309 = lean_ctor_get(x_211, 0); +lean_inc(x_309); +x_310 = lean_ctor_get(x_211, 1); +lean_inc(x_310); +if (lean_is_exclusive(x_211)) { + lean_ctor_release(x_211, 0); + lean_ctor_release(x_211, 1); + x_311 = x_211; } else { - lean_dec_ref(x_245); - x_301 = lean_box(0); + lean_dec_ref(x_211); + x_311 = lean_box(0); } -if (lean_is_scalar(x_301)) { - x_302 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_311)) { + x_312 = lean_alloc_ctor(1, 2, 0); } else { - x_302 = x_301; + x_312 = x_311; } -lean_ctor_set(x_302, 0, x_299); -lean_ctor_set(x_302, 1, x_300); -return x_302; +lean_ctor_set(x_312, 0, x_309); +lean_ctor_set(x_312, 1, x_310); +return x_312; } } else { -lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; +lean_object* x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_dec(x_206); lean_dec(x_203); lean_dec(x_200); lean_dec(x_197); lean_dec(x_194); lean_dec(x_191); +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1856,39 +1926,38 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_303 = lean_ctor_get(x_208, 0); -lean_inc(x_303); -x_304 = lean_ctor_get(x_208, 1); -lean_inc(x_304); +x_313 = lean_ctor_get(x_208, 0); +lean_inc(x_313); +x_314 = lean_ctor_get(x_208, 1); +lean_inc(x_314); if (lean_is_exclusive(x_208)) { lean_ctor_release(x_208, 0); lean_ctor_release(x_208, 1); - x_305 = x_208; + x_315 = x_208; } else { lean_dec_ref(x_208); - x_305 = lean_box(0); + x_315 = lean_box(0); } -if (lean_is_scalar(x_305)) { - x_306 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_315)) { + x_316 = lean_alloc_ctor(1, 2, 0); } else { - x_306 = x_305; + x_316 = x_315; } -lean_ctor_set(x_306, 0, x_303); -lean_ctor_set(x_306, 1, x_304); -return x_306; +lean_ctor_set(x_316, 0, x_313); +lean_ctor_set(x_316, 1, x_314); +return x_316; } } else { -lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; +lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_dec(x_203); lean_dec(x_200); lean_dec(x_197); lean_dec(x_194); lean_dec(x_191); +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1898,38 +1967,37 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_307 = lean_ctor_get(x_205, 0); -lean_inc(x_307); -x_308 = lean_ctor_get(x_205, 1); -lean_inc(x_308); +x_317 = lean_ctor_get(x_205, 0); +lean_inc(x_317); +x_318 = lean_ctor_get(x_205, 1); +lean_inc(x_318); if (lean_is_exclusive(x_205)) { lean_ctor_release(x_205, 0); lean_ctor_release(x_205, 1); - x_309 = x_205; + x_319 = x_205; } else { lean_dec_ref(x_205); - x_309 = lean_box(0); + x_319 = lean_box(0); } -if (lean_is_scalar(x_309)) { - x_310 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_319)) { + x_320 = lean_alloc_ctor(1, 2, 0); } else { - x_310 = x_309; + x_320 = x_319; } -lean_ctor_set(x_310, 0, x_307); -lean_ctor_set(x_310, 1, x_308); -return x_310; +lean_ctor_set(x_320, 0, x_317); +lean_ctor_set(x_320, 1, x_318); +return x_320; } } else { -lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; +lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_dec(x_200); lean_dec(x_197); lean_dec(x_194); lean_dec(x_191); +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1939,37 +2007,36 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_311 = lean_ctor_get(x_202, 0); -lean_inc(x_311); -x_312 = lean_ctor_get(x_202, 1); -lean_inc(x_312); +x_321 = lean_ctor_get(x_202, 0); +lean_inc(x_321); +x_322 = lean_ctor_get(x_202, 1); +lean_inc(x_322); if (lean_is_exclusive(x_202)) { lean_ctor_release(x_202, 0); lean_ctor_release(x_202, 1); - x_313 = x_202; + x_323 = x_202; } else { lean_dec_ref(x_202); - x_313 = lean_box(0); + x_323 = lean_box(0); } -if (lean_is_scalar(x_313)) { - x_314 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_323)) { + x_324 = lean_alloc_ctor(1, 2, 0); } else { - x_314 = x_313; + x_324 = x_323; } -lean_ctor_set(x_314, 0, x_311); -lean_ctor_set(x_314, 1, x_312); -return x_314; +lean_ctor_set(x_324, 0, x_321); +lean_ctor_set(x_324, 1, x_322); +return x_324; } } else { -lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; +lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_dec(x_197); lean_dec(x_194); lean_dec(x_191); +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -1979,36 +2046,35 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_315 = lean_ctor_get(x_199, 0); -lean_inc(x_315); -x_316 = lean_ctor_get(x_199, 1); -lean_inc(x_316); +x_325 = lean_ctor_get(x_199, 0); +lean_inc(x_325); +x_326 = lean_ctor_get(x_199, 1); +lean_inc(x_326); if (lean_is_exclusive(x_199)) { lean_ctor_release(x_199, 0); lean_ctor_release(x_199, 1); - x_317 = x_199; + x_327 = x_199; } else { lean_dec_ref(x_199); - x_317 = lean_box(0); + x_327 = lean_box(0); } -if (lean_is_scalar(x_317)) { - x_318 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_327)) { + x_328 = lean_alloc_ctor(1, 2, 0); } else { - x_318 = x_317; + x_328 = x_327; } -lean_ctor_set(x_318, 0, x_315); -lean_ctor_set(x_318, 1, x_316); -return x_318; +lean_ctor_set(x_328, 0, x_325); +lean_ctor_set(x_328, 1, x_326); +return x_328; } } else { -lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; +lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_dec(x_194); lean_dec(x_191); +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -2018,35 +2084,34 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_319 = lean_ctor_get(x_196, 0); -lean_inc(x_319); -x_320 = lean_ctor_get(x_196, 1); -lean_inc(x_320); +x_329 = lean_ctor_get(x_196, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_196, 1); +lean_inc(x_330); if (lean_is_exclusive(x_196)) { lean_ctor_release(x_196, 0); lean_ctor_release(x_196, 1); - x_321 = x_196; + x_331 = x_196; } else { lean_dec_ref(x_196); - x_321 = lean_box(0); + x_331 = lean_box(0); } -if (lean_is_scalar(x_321)) { - x_322 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_331)) { + x_332 = lean_alloc_ctor(1, 2, 0); } else { - x_322 = x_321; + x_332 = x_331; } -lean_ctor_set(x_322, 0, x_319); -lean_ctor_set(x_322, 1, x_320); -return x_322; +lean_ctor_set(x_332, 0, x_329); +lean_ctor_set(x_332, 1, x_330); +return x_332; } } else { -lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; +lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_dec(x_191); +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -2056,34 +2121,33 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_323 = lean_ctor_get(x_193, 0); -lean_inc(x_323); -x_324 = lean_ctor_get(x_193, 1); -lean_inc(x_324); +x_333 = lean_ctor_get(x_193, 0); +lean_inc(x_333); +x_334 = lean_ctor_get(x_193, 1); +lean_inc(x_334); if (lean_is_exclusive(x_193)) { lean_ctor_release(x_193, 0); lean_ctor_release(x_193, 1); - x_325 = x_193; + x_335 = x_193; } else { lean_dec_ref(x_193); - x_325 = lean_box(0); + x_335 = lean_box(0); } -if (lean_is_scalar(x_325)) { - x_326 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_335)) { + x_336 = lean_alloc_ctor(1, 2, 0); } else { - x_326 = x_325; + x_336 = x_335; } -lean_ctor_set(x_326, 0, x_323); -lean_ctor_set(x_326, 1, x_324); -return x_326; +lean_ctor_set(x_336, 0, x_333); +lean_ctor_set(x_336, 1, x_334); +return x_336; } } else { -lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; +lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; +lean_dec(x_189); lean_dec(x_188); -lean_dec(x_186); -lean_dec(x_185); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -2093,62 +2157,26 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_327 = lean_ctor_get(x_190, 0); -lean_inc(x_327); -x_328 = lean_ctor_get(x_190, 1); -lean_inc(x_328); +x_337 = lean_ctor_get(x_190, 0); +lean_inc(x_337); +x_338 = lean_ctor_get(x_190, 1); +lean_inc(x_338); if (lean_is_exclusive(x_190)) { lean_ctor_release(x_190, 0); lean_ctor_release(x_190, 1); - x_329 = x_190; + x_339 = x_190; } else { lean_dec_ref(x_190); - x_329 = lean_box(0); -} -if (lean_is_scalar(x_329)) { - x_330 = lean_alloc_ctor(1, 2, 0); -} else { - x_330 = x_329; -} -lean_ctor_set(x_330, 0, x_327); -lean_ctor_set(x_330, 1, x_328); -return x_330; -} -} -else -{ -lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; -lean_dec(x_186); -lean_dec(x_185); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_1); -x_331 = lean_ctor_get(x_187, 0); -lean_inc(x_331); -x_332 = lean_ctor_get(x_187, 1); -lean_inc(x_332); -if (lean_is_exclusive(x_187)) { - lean_ctor_release(x_187, 0); - lean_ctor_release(x_187, 1); - x_333 = x_187; -} else { - lean_dec_ref(x_187); - x_333 = lean_box(0); + x_339 = lean_box(0); } -if (lean_is_scalar(x_333)) { - x_334 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_339)) { + x_340 = lean_alloc_ctor(1, 2, 0); } else { - x_334 = x_333; + x_340 = x_339; } -lean_ctor_set(x_334, 0, x_331); -lean_ctor_set(x_334, 1, x_332); -return x_334; +lean_ctor_set(x_340, 0, x_337); +lean_ctor_set(x_340, 1, x_338); +return x_340; } } } diff --git a/stage0/stdlib/Lean/Elab/Command.c b/stage0/stdlib/Lean/Elab/Command.c index 4b289b98e618..0e68386e390a 100644 --- a/stage0/stdlib/Lean/Elab/Command.c +++ b/stage0/stdlib/Lean/Elab/Command.c @@ -13,19 +13,21 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410_(lean_object*); 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_EXPORT lean_object* l_Lean_Elab_Command_Context_cmdPos___default; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__9; uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); 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_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___at_Lean_Elab_Command_elabCommandTopLevel___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__8; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_liftAttrM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__12___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___at_Lean_Elab_Command_instAddMessageContextCommandElabM___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898_(lean_object*); static lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Command_expandDeclId___spec__7___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -42,7 +44,7 @@ uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); static lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___closed__1; LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Command_elabCommand___spec__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_mkTermContext___spec__1(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___boxed(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_getConstInfo___at_Lean_Elab_Command_expandDeclId___spec__9___closed__2; static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__5; @@ -54,12 +56,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_applyVisibility___at_Lean_Elab_Command_expa LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_getBracketedBinderIds___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addDocString_x27___at_Lean_Elab_Command_expandDeclId___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_mkTermContext___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___closed__1; static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__6; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__4; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Command_expandDeclId___spec__7___lambda__1___closed__2; lean_object* lean_private_to_user_name(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__9; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Command_elabCommand___spec__4(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_runTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_State_nextMacroScope___default___closed__1; @@ -83,6 +86,7 @@ static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_elabComma extern lean_object* l_Lean_maxRecDepthErrorMessage; static lean_object* l_Lean_Elab_Command_instInhabitedCommandElabM___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getLevelNames___rarg(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___lambda__1(lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); lean_object* l_Lean_indentD(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Command_expandDeclId___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); @@ -95,12 +99,14 @@ uint64_t lean_uint64_of_nat(lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore(lean_object*, lean_object*, lean_object*); uint8_t l_List_elem___at_Lean_NameHashSet_insert___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkInfoTree(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_addUnivLevel___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_State_traceState___default; static lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__2; lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__9; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_Context_ref___default; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_expandDeclId___spec__17(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_joinSep(lean_object*, lean_object*); @@ -120,11 +126,13 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_expand LEAN_EXPORT lean_object* l_Lean_Elab_Command_getScope___boxed(lean_object*); static lean_object* l_Lean_Elab_Command_instInhabitedCommandElabM___closed__2; lean_object* l_Lean_Expr_sort___override(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__1; 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_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_State_scopes___default___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__10; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__14; lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_toArray___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__16(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Command_liftTermElabM___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -132,6 +140,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM__ static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__3; static size_t l_Lean_Elab_Command_expandDeclId___closed__2; static lean_object* l_Lean_Elab_Command_runLinters___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instFunctorReaderT___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getScopes___boxed(lean_object*); @@ -146,10 +155,10 @@ static lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___closed__ LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkState(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing(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_4416____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftIO___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_get___at_Std_Format_pretty_x27___spec__1(lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_Context_currMacroScope___default; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__4___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -164,9 +173,8 @@ LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Command_ex LEAN_EXPORT lean_object* l_Lean_Elab_Command_getScopes___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Command_withMacroExpansion___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__8; static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__6; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessages___boxed(lean_object*, lean_object*, lean_object*); @@ -186,7 +194,6 @@ lean_object* l_EStateM_instMonadEStateM(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getLevelNames(lean_object*); static lean_object* l_Lean_Elab_Command_elabCommand___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Command_expandDeclId___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_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__14; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Command_elabCommand___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___spec__11(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_LocalContext_empty; @@ -196,6 +203,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM; lean_object* lean_io_get_num_heartbeats(lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Command_expandDeclId___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__4; static lean_object* l_Lean_Elab_Command_elabCommand___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getCurrMacroScope___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkTermContext___closed__1; @@ -206,6 +214,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAd uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373_(lean_object*); extern lean_object* l_Lean_maxRecDepth; lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_runLinters___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -216,11 +225,11 @@ static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__5 LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_isPrefixOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____spec__1(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_4416____closed__10; LEAN_EXPORT lean_object* l_Array_qsort_sort___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__19___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkTermContext(lean_object*, lean_object*); @@ -229,26 +238,30 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_getRef___boxed(lean_object*, lean_o static lean_object* l_Lean_logAt___at_Lean_Elab_Command_runLinters___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_withMacroExpansion___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___lambda__2(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1; LEAN_EXPORT uint8_t l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___lambda__1(lean_object*); static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__2___closed__1; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM; LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftEIO(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runTermElabM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__4(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_4410____closed__13; static lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_State_nextInstIdx___default; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__12; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftEIO___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__11___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2___closed__1; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___lambda__1___closed__1; lean_object* l_Lean_InternalExceptionId_getName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand___spec__6___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withLogging___at_Lean_Elab_Command_elabCommand___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___at_Lean_Elab_Command_elabCommandTopLevel___spec__25(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Command_elabCommand___closed__2; static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Command_elabCommand___spec__7___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Command_addUnivLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -263,15 +276,15 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_lift static lean_object* l_Lean_addMessageContextPartial___at_Lean_Elab_Command_instAddMessageContextCommandElabM___spec__1___closed__3; 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*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessages(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommandTopLevel___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_elabCommandUsing___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8___at_Lean_Elab_Command_elabCommandTopLevel___spec__21(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Elab_Command_elabCommandTopLevel___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__17___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM; @@ -300,6 +313,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand___lambda__2(lean_object lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkPrivateName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_State_nextMacroScope___default; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__8___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__9(lean_object*, lean_object*); @@ -321,6 +335,7 @@ static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__8; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand___spec__1___closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLiftTIOCommandElabM(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__7; static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___lambda__1___closed__1; static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__4; @@ -333,12 +348,11 @@ static lean_object* l_Lean_Elab_Command_instMonadQuotationCommandElabM___closed_ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__3; static lean_object* l_Lean_getConstInfo___at_Lean_Elab_Command_expandDeclId___spec__9___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__14___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__5; 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_4416____closed__5; static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___lambda__1___closed__2; lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Command_addUnivLevel___spec__1___closed__3; @@ -348,13 +362,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_Context_macroStack___default; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); extern lean_object* l___private_Lean_DocString_0__Lean_docStringExt; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runLinters(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____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*); static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand___lambda__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandDeclId___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabCommand___spec__18___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___at_Lean_Elab_Command_elabCommandTopLevel___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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*); @@ -362,9 +377,10 @@ static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_withScope(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__16(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Command_liftTermElabM___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__19___boxed(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_Command_initFn____x40_Lean_Elab_Command___hyg_3662_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___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_initFn____x40_Lean_Elab_Command___hyg_4379____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_State_scopes___default; static lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -376,18 +392,23 @@ lean_object* l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTe LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__6(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkMetaContext___closed__2; lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___at_Lean_Elab_Command_elabCommandTopLevel___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___at_Lean_Elab_Command_elabCommandTopLevel___spec__26(lean_object*, size_t, size_t, lean_object*); uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__1; lean_object* l_Lean_Name_append(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadTraceCommandElabM___closed__1; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Command_expandDeclId___spec__7___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___at_Lean_Elab_Command_elabCommandTopLevel___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_State_ngen___default; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Elab_Command_elabCommandTopLevel___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getLevelNames___rarg___boxed(lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; static lean_object* l_Lean_Elab_Command_elabCommand___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Command_liftTermElabM___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_Command_elabCommandTopLevel___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_modifyScope(lean_object*, lean_object*, lean_object*, lean_object*); @@ -422,6 +443,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadMacroAdapterCommandElabM__ LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Command_elabCommand___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__7(lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_getBracketedBinderIds___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -432,7 +454,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand___lambda__1(lean_object LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabCommand___spec__18___boxed(lean_object*, lean_object*); extern lean_object* l_Lean_warningAsError; extern lean_object* l_Lean_Elab_pp_macroStack; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__6; static lean_object* l_Lean_Elab_Command_Scope_varDecls___default___closed__1; @@ -453,8 +475,10 @@ static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId__ static lean_object* l_Lean_Elab_Command_modifyScope___closed__4; static lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_Scope_currNamespace___default; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__5; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__20___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379_(lean_object*); static lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___closed__2; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__6___closed__2; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__2(lean_object*, lean_object*); @@ -469,7 +493,6 @@ LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Elab_Command_ lean_object* l_Lean_MacroScopesView_review(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Command_expandDeclId___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_State_messages___default___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__3; lean_object* l_Lean_Elab_mkElabAttribute___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkCoreContext___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___closed__3; @@ -483,7 +506,6 @@ lean_object* lean_usize_to_nat(size_t); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_runTermElabM___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_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__2; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Command_elabCommand___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -509,10 +531,12 @@ lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___rarg(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Command_liftTermElabM___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_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___spec__9(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_qsort_sort___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__19___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand___spec__17(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addMessageContextPartial___at_Lean_Elab_Command_instAddMessageContextCommandElabM___spec__1___closed__5; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -529,6 +553,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Command_expandD static lean_object* l_Lean_Elab_Command_elabCommand___closed__3; static lean_object* l_Lean_Elab_Command_instMonadInfoTreeCommandElabM___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabCommand___spec__16(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getScopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__17(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadOptionsCommandElabM___rarg___boxed(lean_object*, lean_object*); @@ -557,7 +582,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___ 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_EXPORT lean_object* l_Lean_profileitM___at_Lean_Elab_Command_runLinters___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__10; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkMessageAux(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getLevelNames___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabCommand___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); @@ -566,10 +591,12 @@ static lean_object* l_Lean_Elab_Command_addLinter___closed__1; 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_withMacroExpansion___rarg___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_4898____closed__2; static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_withFreshMacroScope(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabCommand___spec__13___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getMainModule(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__2; static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Command_expandDeclId___spec__7___closed__1; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Command_elabCommand___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addDocString___at_Lean_Elab_Command_expandDeclId___spec__14___closed__1; @@ -578,6 +605,7 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabCommand_ 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_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__19(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadTraceCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -586,7 +614,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCo LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416_(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addDocString___at_Lean_Elab_Command_expandDeclId___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabCommand___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_liftTermElabM___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*); @@ -604,6 +632,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Command_0__L static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadEnvCommandElabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instAddErrorMessageContextCommandElabM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadCommandElabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instMonadResolveNameCommandElabM___closed__3; @@ -614,19 +643,21 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Comm LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___rarg(lean_object*, lean_object*); uint8_t l_Lean_isStructure(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftCoreM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__19___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Core_resetMessageLog(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand___spec__6___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__19(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1___closed__2; lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___at_Lean_Elab_Command_elabCommandTopLevel___spec__27(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Command_expandDeclId___spec__15(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedCommandElabM(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__19___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__7___boxed(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_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5; @@ -642,7 +673,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadOptionsCommandElabM(lean_o LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Command_elabCommand___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__20___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__2; static lean_object* l_Lean_Elab_Command_instMonadCommandElabM___closed__7; extern lean_object* l_Lean_firstFrontendMacroScope; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadLogCommandElabM___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -650,6 +680,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommand___boxed__const__1; size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedScope; LEAN_EXPORT lean_object* l_Lean_Elab_Command_liftTermElabM___rarg___lambda__1(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_4898____closed__1; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Command_elabCommand___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_runTermElabM___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -659,8 +690,8 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__21(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_Scope_varUIds___default; lean_object* l_Lean_Syntax_hasMissing(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_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_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904_(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__18(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(lean_object*, uint8_t, 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_Elab_Command_instMonadLogCommandElabM___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkTermContext___elambda__1(lean_object*); @@ -668,6 +699,7 @@ LEAN_EXPORT uint8_t l_Lean_Elab_Command_Scope_isNoncomputable___default; LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandDeclId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__5; static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__11; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_ioErrorToMessage___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Command_getScope___rarg___boxed(lean_object*, lean_object*); @@ -680,6 +712,7 @@ lean_object* lean_io_error_to_string(lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_getEntries___rarg(lean_object*, lean_object*, lean_object*); 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* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Command_0__Lean_Elab_Command_mkCoreContext(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -707,10 +740,11 @@ static lean_object* l_Lean_Elab_Command_runTermElabM___rarg___lambda__2___closed LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Command_elabCommand___spec__6___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_showPartialSyntaxErrors; LEAN_EXPORT lean_object* l_Lean_Elab_checkIfShadowingStructureField___at_Lean_Elab_Command_expandDeclId___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__7; 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_4410____closed__11; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Command_liftTermElabM___spec__1___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_instMonadInfoTreeCommandElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -725,9 +759,8 @@ static lean_object* l_Lean_Elab_Command_instMonadTraceCommandElabM___closed__2; static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Command_addUnivLevel___spec__1___closed__2; static lean_object* l_Array_qsort_sort___at___private_Lean_Elab_Command_0__Lean_Elab_Command_addTraceAsMessagesCore___spec__19___closed__1; static lean_object* l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__4; static lean_object* l_Lean_Elab_Command_modifyScope___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Command_liftTermElabM___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -753,8 +786,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Command_expandD LEAN_EXPORT lean_object* l_Lean_Elab_Command_modifyScope___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Command_addUnivLevel___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_State_infoState___default___closed__4; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_getBracketedBinderIds___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_runTermElabM___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_Command_0__Lean_Elab_Command_mkTermContext___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Command_expandDeclId___spec__7___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -767,13 +801,13 @@ lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__1; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___at_Lean_Elab_Command_elabCommandTopLevel___spec__24(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___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_EXPORT lean_object* l_Lean_Elab_Command_catchExceptions(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_instMonadRecDepthCommandElabM___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_4379____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_runTermElabM___rarg___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_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__13; static lean_object* l_Lean_Elab_Command_elabCommand___lambda__3___closed__3; size_t lean_usize_land(size_t, size_t); static lean_object* l_Lean_Elab_Command_State_infoState___default___closed__2; @@ -2384,14 +2418,6 @@ goto _start; static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__1() { _start: { -lean_object* x_1; -x_1 = l_Lean_Elab_pp_macroStack; -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__2() { -_start: -{ lean_object* x_1; lean_object* x_2; x_1 = lean_box(1); x_2 = lean_alloc_ctor(0, 1, 0); @@ -2399,7 +2425,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__3() { +static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__2() { _start: { lean_object* x_1; @@ -2407,154 +2433,137 @@ x_1 = lean_mk_string_from_bytes("with resulting expansion", 24); return x_1; } } -static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__4() { +static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__3; +x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__2; 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_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5() { +static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__4; +x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__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_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_pp_macroStack; +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___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; +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_29; uint8_t x_30; x_6 = lean_st_ref_get(x_4, x_5); -x_7 = !lean_is_exclusive(x_6); -if (x_7 == 0) -{ -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; -x_8 = lean_ctor_get(x_6, 0); -x_9 = lean_ctor_get(x_8, 2); -lean_inc(x_9); -lean_dec(x_8); -x_10 = l_Lean_Elab_Command_instInhabitedScope; -x_11 = l_List_head_x21___rarg(x_10, x_9); -lean_dec(x_9); -x_12 = lean_ctor_get(x_11, 1); -lean_inc(x_12); -lean_dec(x_11); -x_13 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__1; -x_14 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_12, x_13); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_ctor_get(x_6, 1); +lean_inc(x_8); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + lean_ctor_release(x_6, 1); + x_9 = x_6; +} else { + lean_dec_ref(x_6); + x_9 = lean_box(0); +} +x_10 = lean_ctor_get(x_7, 2); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l_Lean_Elab_Command_instInhabitedScope; +x_12 = l_List_head_x21___rarg(x_11, x_10); +lean_dec(x_10); +x_13 = lean_ctor_get(x_12, 1); +lean_inc(x_13); lean_dec(x_12); -if (x_14 == 0) +x_29 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5; +x_30 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_13, x_29); +lean_dec(x_13); +if (x_30 == 0) { -lean_dec(x_2); -lean_ctor_set(x_6, 0, x_1); -return x_6; +uint8_t x_31; +x_31 = 1; +x_14 = x_31; +goto block_28; } else { +uint8_t x_32; +x_32 = 0; +x_14 = x_32; +goto block_28; +} +block_28: +{ +if (x_14 == 0) +{ if (lean_obj_tag(x_2) == 0) { -lean_ctor_set(x_6, 0, x_1); -return x_6; +lean_object* x_15; +if (lean_is_scalar(x_9)) { + x_15 = lean_alloc_ctor(0, 2, 0); +} else { + x_15 = x_9; +} +lean_ctor_set(x_15, 0, x_1); +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_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_15 = lean_ctor_get(x_2, 0); -lean_inc(x_15); -x_16 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__2; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_1); -lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5; -x_19 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_18); -x_20 = lean_ctor_get(x_15, 1); -lean_inc(x_20); -lean_dec(x_15); -x_21 = l_Lean_MessageData_ofSyntax(x_20); -x_22 = l_Lean_indentD(x_21); -x_23 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_23, 0, x_19); -lean_ctor_set(x_23, 1, x_22); -x_24 = l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2(x_16, x_23, x_2); -lean_ctor_set(x_6, 0, x_24); -return x_6; +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; +x_16 = lean_ctor_get(x_2, 0); +lean_inc(x_16); +x_17 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__1; +x_18 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_18, 0, x_1); +lean_ctor_set(x_18, 1, x_17); +x_19 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__4; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_ctor_get(x_16, 1); +lean_inc(x_21); +lean_dec(x_16); +x_22 = l_Lean_MessageData_ofSyntax(x_21); +x_23 = l_Lean_indentD(x_22); +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_20); +lean_ctor_set(x_24, 1, x_23); +x_25 = l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2(x_17, x_24, x_2); +if (lean_is_scalar(x_9)) { + x_26 = lean_alloc_ctor(0, 2, 0); +} else { + x_26 = x_9; } +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_8); +return x_26; } } 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; uint8_t x_32; -x_25 = lean_ctor_get(x_6, 0); -x_26 = lean_ctor_get(x_6, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_6); -x_27 = lean_ctor_get(x_25, 2); -lean_inc(x_27); -lean_dec(x_25); -x_28 = l_Lean_Elab_Command_instInhabitedScope; -x_29 = l_List_head_x21___rarg(x_28, x_27); -lean_dec(x_27); -x_30 = lean_ctor_get(x_29, 1); -lean_inc(x_30); -lean_dec(x_29); -x_31 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__1; -x_32 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_30, x_31); -lean_dec(x_30); -if (x_32 == 0) -{ -lean_object* x_33; +lean_object* x_27; lean_dec(x_2); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_1); -lean_ctor_set(x_33, 1, x_26); -return x_33; -} -else -{ -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_34; -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_1); -lean_ctor_set(x_34, 1, x_26); -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; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_35 = lean_ctor_get(x_2, 0); -lean_inc(x_35); -x_36 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__2; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_1); -lean_ctor_set(x_37, 1, x_36); -x_38 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1___closed__5; -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); -x_40 = lean_ctor_get(x_35, 1); -lean_inc(x_40); -lean_dec(x_35); -x_41 = l_Lean_MessageData_ofSyntax(x_40); -x_42 = l_Lean_indentD(x_41); -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_39); -lean_ctor_set(x_43, 1, x_42); -x_44 = l_List_foldl___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__2(x_36, x_43, x_2); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_26); -return x_45; +if (lean_is_scalar(x_9)) { + x_27 = lean_alloc_ctor(0, 2, 0); +} else { + x_27 = x_9; } +lean_ctor_set(x_27, 0, x_1); +lean_ctor_set(x_27, 1, x_8); +return x_27; } } } @@ -6111,45 +6120,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Command_runLinters___spec__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; uint8_t x_353; uint8_t x_354; -x_353 = 2; -x_354 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_353); -if (x_354 == 0) +uint8_t x_7; uint8_t x_355; uint8_t x_356; +x_355 = 2; +x_356 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_355); +if (x_356 == 0) { -lean_object* x_355; -x_355 = lean_box(0); -x_7 = x_355; -goto block_352; +uint8_t x_357; +x_357 = 0; +x_7 = x_357; +goto block_354; } else { -lean_object* x_356; uint8_t x_357; +lean_object* x_358; uint8_t x_359; lean_inc(x_2); -x_356 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_357 = lean_unbox(x_356); -lean_dec(x_356); -if (x_357 == 0) -{ -lean_object* x_358; -x_358 = lean_box(0); -x_7 = x_358; -goto block_352; +x_358 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_359 = lean_unbox(x_358); +lean_dec(x_358); +x_7 = x_359; +goto block_354; } -else +block_354: { -lean_object* x_359; lean_object* x_360; -lean_dec(x_2); -x_359 = lean_box(0); -x_360 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_360, 0, x_359); -lean_ctor_set(x_360, 1, x_6); -return x_360; -} -} -block_352: +if (x_7 == 0) { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_347; uint8_t x_348; -lean_dec(x_7); x_8 = lean_st_ref_get(x_5, x_6); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); @@ -7181,6 +7176,17 @@ return x_345; } } } +else +{ +lean_object* x_352; lean_object* x_353; +lean_dec(x_2); +x_352 = lean_box(0); +x_353 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_353, 0, x_352); +lean_ctor_set(x_353, 1, x_6); +return x_353; +} +} } } LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Command_runLinters___spec__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { @@ -8578,7 +8584,7 @@ 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_3669____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__1() { _start: { lean_object* x_1; @@ -8586,23 +8592,23 @@ x_1 = lean_mk_string_from_bytes("commandElabAttribute", 20); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____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_mkCommandElabAttributeUnsafe___closed__5; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__9; x_3 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__1; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____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_3669_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__2; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__2; x_3 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe(x_2, x_1); return x_3; } @@ -10579,7 +10585,7 @@ lean_dec(x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__1() { _start: { lean_object* x_1; @@ -10587,17 +10593,17 @@ x_1 = lean_mk_string_from_bytes("showPartialSyntaxErrors", 23); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____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_4379____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____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_4379____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__3() { _start: { lean_object* x_1; @@ -10605,13 +10611,13 @@ x_1 = lean_mk_string_from_bytes("show elaboration errors from partial syntax tre return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____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__1; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__3; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -10620,30 +10626,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_4379____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____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_mkCommandElabAttributeUnsafe___closed__5; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__9; x_3 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__1; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____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_4379_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373_(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_4379____closed__2; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__4; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__5; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__2; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__4; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__5; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____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_4416____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10653,7 +10659,7 @@ 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_4416____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10663,27 +10669,27 @@ 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_4416____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_4416____closed__2; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__2; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___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_Command___hyg_4416____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_Command___hyg_4416____closed__3; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__3; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; 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_4416____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__5() { _start: { lean_object* x_1; @@ -10691,17 +10697,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_Command___hyg_4416____closed__4; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__5; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__4; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_Command___hyg_4416____closed__7() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__7() { _start: { lean_object* x_1; @@ -10709,47 +10715,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__8() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_Command___hyg_4416____closed__6; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__7; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__6; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__7; 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_4416____closed__9() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__9() { _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_4416____closed__8; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__8; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___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_Command___hyg_4416____closed__10() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_Command___hyg_4416____closed__9; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__9; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___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_Command___hyg_4416____closed__11() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__11() { _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_4416____closed__10; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__10; x_2 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__7; 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_4416____closed__12() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__12() { _start: { lean_object* x_1; @@ -10757,33 +10763,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__13() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____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_Command___hyg_4416____closed__11; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__12; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__11; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__12; 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_4416____closed__14() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__14() { _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_4416____closed__13; -x_2 = lean_unsigned_to_nat(4416u); +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__13; +x_2 = lean_unsigned_to_nat(4410u); 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_4416_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410_(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_4416____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__14; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -10825,45 +10831,31 @@ return x_7; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Command_elabCommand___spec__4(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; uint8_t x_353; uint8_t x_354; -x_353 = 2; -x_354 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_353); -if (x_354 == 0) +uint8_t x_7; uint8_t x_355; uint8_t x_356; +x_355 = 2; +x_356 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_355); +if (x_356 == 0) { -lean_object* x_355; -x_355 = lean_box(0); -x_7 = x_355; -goto block_352; +uint8_t x_357; +x_357 = 0; +x_7 = x_357; +goto block_354; } else { -lean_object* x_356; uint8_t x_357; +lean_object* x_358; uint8_t x_359; lean_inc(x_2); -x_356 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_357 = lean_unbox(x_356); -lean_dec(x_356); -if (x_357 == 0) -{ -lean_object* x_358; -x_358 = lean_box(0); -x_7 = x_358; -goto block_352; +x_358 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_359 = lean_unbox(x_358); +lean_dec(x_358); +x_7 = x_359; +goto block_354; } -else +block_354: { -lean_object* x_359; lean_object* x_360; -lean_dec(x_2); -x_359 = lean_box(0); -x_360 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_360, 0, x_359); -lean_ctor_set(x_360, 1, x_6); -return x_360; -} -} -block_352: +if (x_7 == 0) { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_347; uint8_t x_348; -lean_dec(x_7); x_8 = lean_st_ref_get(x_5, x_6); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); @@ -11895,6 +11887,17 @@ return x_345; } } } +else +{ +lean_object* x_352; lean_object* x_353; +lean_dec(x_2); +x_352 = lean_box(0); +x_353 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_353, 0, x_352); +lean_ctor_set(x_353, 1, x_6); +return x_353; +} +} } } LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Command_elabCommand___spec__5(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { @@ -14023,7 +14026,7 @@ if (x_8 == 0) { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_dec(x_6); -x_9 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__1; +x_9 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1; lean_inc(x_1); x_10 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabCommand___lambda__3), 6, 3); lean_closure_set(x_10, 0, x_1); @@ -14284,7 +14287,7 @@ lean_dec(x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__1() { _start: { lean_object* x_1; @@ -14292,33 +14295,33 @@ x_1 = lean_mk_string_from_bytes("input", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__9; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____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_4904____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____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_4416____closed__13; -x_2 = lean_unsigned_to_nat(4904u); +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__13; +x_2 = lean_unsigned_to_nat(4898u); 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_4904_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898_(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_4904____closed__2; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__3; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__3; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -15443,25 +15446,25 @@ return x_45; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(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_Elab_Command_elabCommandTopLevel___spec__11(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_2, x_3); -if (x_5 == 0) +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(x_6, x_4); -x_8 = 1; -x_9 = lean_usize_add(x_2, x_8); -x_2 = x_9; -x_4 = x_7; +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); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(x_1, x_7, x_5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +x_5 = x_8; goto _start; } else { -return x_4; +return x_5; } } } @@ -15568,130 +15571,742 @@ x_1 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Comman return x_1; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(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_Elab_Command_elabCommandTopLevel___spec__12(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_2, x_3); -if (x_5 == 0) +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) { -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; -x_6 = lean_array_uget(x_1, x_2); -x_7 = lean_ctor_get(x_6, 4); -lean_inc(x_7); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; -x_9 = l_Lean_MessageData_hasTag(x_8, x_7); -x_10 = 1; -x_11 = lean_usize_add(x_2, x_10); -if (x_9 == 0) +lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 4); +lean_inc(x_8); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_10 = l_Lean_MessageData_hasTag(x_9, x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) { -lean_dec(x_6); -x_2 = x_11; +lean_dec(x_7); +x_3 = x_12; goto _start; } else { -lean_object* x_13; -x_13 = l_Lean_PersistentArray_push___rarg(x_4, x_6); -x_2 = x_11; -x_4 = x_13; +lean_object* x_14; +x_14 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_12; +x_5 = x_14; goto _start; } } else { -return x_4; +return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -if (lean_obj_tag(x_1) == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -lean_dec(x_1); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) { +lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -return x_2; +return x_3; } else { -uint8_t x_7; -x_7 = lean_nat_dec_le(x_4, x_4); -if (x_7 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_5, x_5); +if (x_8 == 0) { +lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -return x_2; +return x_3; } else { -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = 0; -x_9 = lean_usize_of_nat(x_4); +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = 0; +x_10 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_11 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(x_1, x_4, x_9, x_10, x_3); lean_dec(x_4); -x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(x_3, x_8, x_9, x_2); -lean_dec(x_3); -return x_10; +return x_11; } } } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_1, 0); -lean_inc(x_11); -lean_dec(x_1); -x_12 = lean_array_get_size(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (x_14 == 0) +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +lean_dec(x_2); +x_13 = lean_array_get_size(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +if (x_15 == 0) { +lean_dec(x_13); lean_dec(x_12); -lean_dec(x_11); -return x_2; +return x_3; } else { -uint8_t x_15; -x_15 = lean_nat_dec_le(x_12, x_12); -if (x_15 == 0) +uint8_t x_16; +x_16 = lean_nat_dec_le(x_13, x_13); +if (x_16 == 0) { +lean_dec(x_13); lean_dec(x_12); -lean_dec(x_11); -return x_2; +return x_3; +} +else +{ +size_t x_17; size_t x_18; lean_object* x_19; +x_17 = 0; +x_18 = lean_usize_of_nat(x_13); +lean_dec(x_13); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_1, x_12, x_17, x_18, x_3); +lean_dec(x_12); +return x_19; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(x_1, x_7, x_5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +x_5 = x_8; +goto _start; +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 4); +lean_inc(x_8); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_10 = l_Lean_MessageData_hasTag(x_9, x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_12; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_instInhabitedPersistentArrayNode(lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_6; size_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; size_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; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_usize_shift_right(x_3, x_4); +x_8 = lean_usize_to_nat(x_7); +x_9 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___closed__1; +x_10 = lean_array_get(x_9, x_6, x_8); +x_11 = 1; +x_12 = lean_usize_shift_left(x_11, x_4); +x_13 = lean_usize_sub(x_12, x_11); +x_14 = lean_usize_land(x_3, x_13); +x_15 = 5; +x_16 = lean_usize_sub(x_4, x_15); +x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(x_1, x_10, x_14, x_16, x_5); +lean_dec(x_10); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_add(x_8, x_18); +lean_dec(x_8); +x_20 = lean_array_get_size(x_6); +x_21 = lean_nat_dec_lt(x_19, x_20); +if (x_21 == 0) +{ +lean_dec(x_20); +lean_dec(x_19); +return x_17; +} +else +{ +uint8_t x_22; +x_22 = lean_nat_dec_le(x_20, x_20); +if (x_22 == 0) +{ +lean_dec(x_20); +lean_dec(x_19); +return x_17; +} +else +{ +size_t x_23; size_t x_24; lean_object* x_25; +x_23 = lean_usize_of_nat(x_19); +lean_dec(x_19); +x_24 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_25 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13(x_1, x_6, x_23, x_24, x_17); +return x_25; +} +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = lean_ctor_get(x_2, 0); +x_27 = lean_usize_to_nat(x_3); +x_28 = lean_array_get_size(x_26); +x_29 = lean_nat_dec_lt(x_27, x_28); +if (x_29 == 0) +{ +lean_dec(x_28); +lean_dec(x_27); +return x_5; +} +else +{ +uint8_t x_30; +x_30 = lean_nat_dec_le(x_28, x_28); +if (x_30 == 0) +{ +lean_dec(x_28); +lean_dec(x_27); +return x_5; +} +else +{ +size_t x_31; size_t x_32; lean_object* x_33; +x_31 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_32 = lean_usize_of_nat(x_28); +lean_dec(x_28); +x_33 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14(x_1, x_26, x_31, x_32, x_5); +return x_33; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 4); +lean_inc(x_8); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_10 = l_Lean_MessageData_hasTag(x_9, x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_12; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 4); +lean_inc(x_8); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_10 = l_Lean_MessageData_hasTag(x_9, x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_12; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__18(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17(x_1, x_7, x_5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +x_5 = x_8; +goto _start; +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__19(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 4); +lean_inc(x_8); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_10 = l_Lean_MessageData_hasTag(x_9, x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_12; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_3; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_5, x_5); +if (x_8 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_3; +} +else +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = 0; +x_10 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_11 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__18(x_1, x_4, x_9, x_10, x_3); +lean_dec(x_4); +return x_11; +} +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +lean_dec(x_2); +x_13 = lean_array_get_size(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +if (x_15 == 0) +{ +lean_dec(x_13); +lean_dec(x_12); +return x_3; +} +else +{ +uint8_t x_16; +x_16 = lean_nat_dec_le(x_13, x_13); +if (x_16 == 0) +{ +lean_dec(x_13); +lean_dec(x_12); +return x_3; +} +else +{ +size_t x_17; size_t x_18; lean_object* x_19; +x_17 = 0; +x_18 = lean_usize_of_nat(x_13); +lean_dec(x_13); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__19(x_1, x_12, x_17, x_18, x_3); +lean_dec(x_12); +return x_19; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 4); +lean_inc(x_8); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_10 = l_Lean_MessageData_hasTag(x_9, x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_12; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_ctor_get(x_2, 3); +lean_inc(x_7); +x_8 = lean_nat_dec_le(x_7, x_4); +if (x_8 == 0) +{ +lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_dec(x_7); +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +x_10 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_11 = lean_ctor_get_usize(x_2, 4); +x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(x_1, x_9, x_10, x_11, x_3); +lean_dec(x_9); +x_13 = lean_ctor_get(x_2, 1); +lean_inc(x_13); +lean_dec(x_2); +x_14 = lean_array_get_size(x_13); +x_15 = lean_nat_dec_lt(x_5, x_14); +if (x_15 == 0) +{ +lean_dec(x_14); +lean_dec(x_13); +return x_12; } else { -size_t x_16; size_t x_17; lean_object* x_18; -x_16 = 0; -x_17 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_11, x_16, x_17, x_2); -lean_dec(x_11); -return x_18; +uint8_t x_16; +x_16 = lean_nat_dec_le(x_14, x_14); +if (x_16 == 0) +{ +lean_dec(x_14); +lean_dec(x_13); +return x_12; +} +else +{ +size_t x_17; size_t x_18; lean_object* x_19; +x_17 = 0; +x_18 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15(x_1, x_13, x_17, x_18, x_12); +lean_dec(x_13); +return x_19; +} } } +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_20 = lean_ctor_get(x_2, 1); +lean_inc(x_20); +lean_dec(x_2); +x_21 = lean_nat_sub(x_4, x_7); +lean_dec(x_7); +lean_dec(x_4); +x_22 = lean_array_get_size(x_20); +x_23 = lean_nat_dec_lt(x_21, x_22); +if (x_23 == 0) +{ +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_20); +return x_3; } +else +{ +uint8_t x_24; +x_24 = lean_nat_dec_le(x_22, x_22); +if (x_24 == 0) +{ +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_20); +return x_3; } +else +{ +size_t x_25; size_t x_26; lean_object* x_27; +x_25 = lean_usize_of_nat(x_21); +lean_dec(x_21); +x_26 = lean_usize_of_nat(x_22); +lean_dec(x_22); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16(x_1, x_20, x_25, x_26, x_3); +lean_dec(x_20); +return x_27; } -static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___closed__1() { +} +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +lean_dec(x_4); +x_28 = lean_ctor_get(x_2, 0); +lean_inc(x_28); +x_29 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17(x_1, x_28, x_3); +x_30 = lean_ctor_get(x_2, 1); +lean_inc(x_30); +lean_dec(x_2); +x_31 = lean_array_get_size(x_30); +x_32 = lean_nat_dec_lt(x_5, x_31); +if (x_32 == 0) +{ +lean_dec(x_31); +lean_dec(x_30); +return x_29; +} +else +{ +uint8_t x_33; +x_33 = lean_nat_dec_le(x_31, x_31); +if (x_33 == 0) +{ +lean_dec(x_31); +lean_dec(x_30); +return x_29; +} +else +{ +size_t x_34; size_t x_35; lean_object* x_36; +x_34 = 0; +x_35 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_36 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20(x_1, x_30, x_34, x_35, x_29); +lean_dec(x_30); +return x_36; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___lambda__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; uint8_t x_4; +x_2 = lean_ctor_get(x_1, 4); +lean_inc(x_2); +lean_dec(x_1); +x_3 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_4 = l_Lean_MessageData_hasTag(x_3, x_2); +return x_4; +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1() { _start: { lean_object* x_1; -x_1 = l_Lean_instInhabitedPersistentArrayNode(lean_box(0)); +x_1 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___lambda__1___boxed), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(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_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23(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; lean_object* x_8; size_t x_9; size_t x_10; +x_6 = lean_array_uget(x_1, x_2); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1; +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(x_7, x_6, x_4); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_2 = x_10; +x_4 = x_8; +goto _start; +} +else +{ +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___at_Lean_Elab_Command_elabCommandTopLevel___spec__24(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; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get(x_6, 4); +lean_inc(x_7); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_9 = l_Lean_MessageData_hasTag(x_8, x_7); +x_10 = 1; +x_11 = lean_usize_add(x_2, x_10); +if (x_9 == 0) +{ +lean_dec(x_6); +x_2 = x_11; +goto _start; +} +else +{ +lean_object* x_13; +x_13 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_11; +x_4 = x_13; +goto _start; +} +} +else +{ +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_1) == 0) @@ -15708,7 +16323,7 @@ x_12 = lean_usize_sub(x_11, x_10); x_13 = lean_usize_land(x_2, x_12); x_14 = 5; x_15 = lean_usize_sub(x_3, x_14); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(x_9, x_13, x_15, x_4); +x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22(x_9, x_13, x_15, x_4); lean_dec(x_9); x_17 = lean_unsigned_to_nat(1u); x_18 = lean_nat_add(x_7, x_17); @@ -15738,49 +16353,157 @@ x_22 = lean_usize_of_nat(x_18); lean_dec(x_18); x_23 = lean_usize_of_nat(x_19); lean_dec(x_19); -x_24 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(x_5, x_22, x_23, x_16); +x_24 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23(x_5, x_22, x_23, x_16); return x_24; } } } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_25 = lean_ctor_get(x_1, 0); -x_26 = lean_usize_to_nat(x_2); -x_27 = lean_array_get_size(x_25); -x_28 = lean_nat_dec_lt(x_26, x_27); -if (x_28 == 0) -{ -lean_dec(x_27); -lean_dec(x_26); +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_25 = lean_ctor_get(x_1, 0); +x_26 = lean_usize_to_nat(x_2); +x_27 = lean_array_get_size(x_25); +x_28 = lean_nat_dec_lt(x_26, x_27); +if (x_28 == 0) +{ +lean_dec(x_27); +lean_dec(x_26); +return x_4; +} +else +{ +uint8_t x_29; +x_29 = lean_nat_dec_le(x_27, x_27); +if (x_29 == 0) +{ +lean_dec(x_27); +lean_dec(x_26); +return x_4; +} +else +{ +size_t x_30; size_t x_31; lean_object* x_32; +x_30 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_31 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___at_Lean_Elab_Command_elabCommandTopLevel___spec__24(x_25, x_30, x_31, x_4); +return x_32; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___at_Lean_Elab_Command_elabCommandTopLevel___spec__25(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; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get(x_6, 4); +lean_inc(x_7); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_9 = l_Lean_MessageData_hasTag(x_8, x_7); +x_10 = 1; +x_11 = lean_usize_add(x_2, x_10); +if (x_9 == 0) +{ +lean_dec(x_6); +x_2 = x_11; +goto _start; +} +else +{ +lean_object* x_13; +x_13 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_11; +x_4 = x_13; +goto _start; +} +} +else +{ +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___at_Lean_Elab_Command_elabCommandTopLevel___spec__26(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; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get(x_6, 4); +lean_inc(x_7); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_9 = l_Lean_MessageData_hasTag(x_8, x_7); +x_10 = 1; +x_11 = lean_usize_add(x_2, x_10); +if (x_9 == 0) +{ +lean_dec(x_6); +x_2 = x_11; +goto _start; +} +else +{ +lean_object* x_13; +x_13 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_11; +x_4 = x_13; +goto _start; +} +} +else +{ return x_4; } -else +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___at_Lean_Elab_Command_elabCommandTopLevel___spec__27(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +_start: { -uint8_t x_29; -x_29 = lean_nat_dec_le(x_27, x_27); -if (x_29 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_2, x_3); +if (x_5 == 0) { -lean_dec(x_27); -lean_dec(x_26); -return x_4; +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get(x_6, 4); +lean_inc(x_7); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1; +x_9 = l_Lean_MessageData_hasTag(x_8, x_7); +x_10 = 1; +x_11 = lean_usize_add(x_2, x_10); +if (x_9 == 0) +{ +lean_dec(x_6); +x_2 = x_11; +goto _start; } else { -size_t x_30; size_t x_31; lean_object* x_32; -x_30 = lean_usize_of_nat(x_26); -lean_dec(x_26); -x_31 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_25, x_30, x_31, x_4); -return x_32; +lean_object* x_13; +x_13 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_11; +x_4 = x_13; +goto _start; } } +else +{ +return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8___at_Lean_Elab_Command_elabCommandTopLevel___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -15801,7 +16524,7 @@ lean_inc(x_8); x_9 = lean_usize_of_nat(x_3); lean_dec(x_3); x_10 = lean_ctor_get_usize(x_1, 4); -x_11 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(x_8, x_9, x_10, x_2); +x_11 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22(x_8, x_9, x_10, x_2); lean_dec(x_8); x_12 = lean_ctor_get(x_1, 1); lean_inc(x_12); @@ -15830,7 +16553,7 @@ size_t x_16; size_t x_17; lean_object* x_18; x_16 = 0; x_17 = lean_usize_of_nat(x_13); lean_dec(x_13); -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_12, x_16, x_17, x_11); +x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___at_Lean_Elab_Command_elabCommandTopLevel___spec__25(x_12, x_16, x_17, x_11); lean_dec(x_12); return x_18; } @@ -15872,7 +16595,7 @@ x_24 = lean_usize_of_nat(x_20); lean_dec(x_20); x_25 = lean_usize_of_nat(x_21); lean_dec(x_21); -x_26 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_19, x_24, x_25, x_2); +x_26 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___at_Lean_Elab_Command_elabCommandTopLevel___spec__26(x_19, x_24, x_25, x_2); lean_dec(x_19); return x_26; } @@ -15881,41 +16604,42 @@ return x_26; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_dec(x_3); x_27 = lean_ctor_get(x_1, 0); lean_inc(x_27); -x_28 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(x_27, x_2); -x_29 = lean_ctor_get(x_1, 1); -lean_inc(x_29); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1; +x_29 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17(x_28, x_27, x_2); +x_30 = lean_ctor_get(x_1, 1); +lean_inc(x_30); lean_dec(x_1); -x_30 = lean_array_get_size(x_29); -x_31 = lean_nat_dec_lt(x_4, x_30); -if (x_31 == 0) +x_31 = lean_array_get_size(x_30); +x_32 = lean_nat_dec_lt(x_4, x_31); +if (x_32 == 0) { +lean_dec(x_31); lean_dec(x_30); -lean_dec(x_29); -return x_28; +return x_29; } else { -uint8_t x_32; -x_32 = lean_nat_dec_le(x_30, x_30); -if (x_32 == 0) +uint8_t x_33; +x_33 = lean_nat_dec_le(x_31, x_31); +if (x_33 == 0) { +lean_dec(x_31); lean_dec(x_30); -lean_dec(x_29); -return x_28; +return x_29; } else { -size_t x_33; size_t x_34; lean_object* x_35; -x_33 = 0; -x_34 = lean_usize_of_nat(x_30); +size_t x_34; size_t x_35; lean_object* x_36; +x_34 = 0; +x_35 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_36 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___at_Lean_Elab_Command_elabCommandTopLevel___spec__27(x_30, x_34, x_35, x_29); lean_dec(x_30); -x_35 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_29, x_33, x_34, x_28); -lean_dec(x_29); -return x_35; +return x_36; } } } @@ -16141,7 +16865,7 @@ lean_inc(x_3); x_20 = l_Lean_Elab_withLogging___at_Lean_Elab_Command_elabCommand___spec__2(x_19, x_3, 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; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +lean_object* x_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; uint8_t x_33; lean_object* x_41; uint8_t x_42; x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); @@ -16169,53 +16893,58 @@ lean_dec(x_29); x_32 = lean_ctor_get(x_31, 1); lean_inc(x_32); lean_dec(x_31); -x_33 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1; -x_34 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_32, x_33); +x_41 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1; +x_42 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_32, x_41); lean_dec(x_32); -if (x_34 == 0) +if (x_42 == 0) { -uint8_t x_35; +uint8_t x_43; lean_inc(x_10); -x_35 = l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(x_10); -if (x_35 == 0) +x_43 = l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(x_10); +if (x_43 == 0) { -lean_object* x_36; lean_object* x_37; +uint8_t x_44; lean_dec(x_1); -x_36 = lean_box(0); -x_37 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_10, x_15, x_25, x_36, x_3, x_4, x_28); -return x_37; +x_44 = 0; +x_33 = x_44; +goto block_40; } else { -lean_object* x_38; uint8_t x_39; -x_38 = l_Lean_Syntax_hasMissing(x_1); -x_39 = lean_unbox(x_38); -lean_dec(x_38); -if (x_39 == 0) -{ -lean_object* x_40; lean_object* x_41; -x_40 = lean_box(0); -x_41 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_10, x_15, x_25, x_40, x_3, x_4, x_28); -return x_41; +lean_object* x_45; uint8_t x_46; +x_45 = l_Lean_Syntax_hasMissing(x_1); +x_46 = lean_unbox(x_45); +lean_dec(x_45); +x_33 = x_46; +goto block_40; +} } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_42 = lean_unsigned_to_nat(0u); -x_43 = l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(x_25, x_11, x_42); -x_44 = lean_box(0); -x_45 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_10, x_15, x_43, x_44, x_3, x_4, x_28); -return x_45; -} +uint8_t x_47; +lean_dec(x_1); +x_47 = 0; +x_33 = x_47; +goto block_40; } +block_40: +{ +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_box(0); +x_35 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_10, x_15, x_25, x_34, x_3, x_4, x_28); +return x_35; } else { -lean_object* x_46; lean_object* x_47; -lean_dec(x_1); -x_46 = lean_box(0); -x_47 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_10, x_15, x_25, x_46, x_3, x_4, x_28); -return x_47; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_unsigned_to_nat(0u); +x_37 = l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8___at_Lean_Elab_Command_elabCommandTopLevel___spec__21(x_25, x_11, x_36); +x_38 = lean_box(0); +x_39 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_10, x_15, x_37, x_38, x_3, x_4, x_28); +return x_39; +} } } else @@ -16335,7 +17064,7 @@ lean_inc(x_3); x_75 = l_Lean_Elab_withLogging___at_Lean_Elab_Command_elabCommand___spec__2(x_74, x_3, x_4, x_73); 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; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; +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; uint8_t x_88; lean_object* x_96; uint8_t x_97; x_76 = lean_ctor_get(x_75, 1); lean_inc(x_76); lean_dec(x_75); @@ -16363,53 +17092,58 @@ lean_dec(x_84); x_87 = lean_ctor_get(x_86, 1); lean_inc(x_87); lean_dec(x_86); -x_88 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1; -x_89 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_87, x_88); +x_96 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1; +x_97 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_87, x_96); lean_dec(x_87); -if (x_89 == 0) +if (x_97 == 0) { -uint8_t x_90; +uint8_t x_98; lean_inc(x_57); -x_90 = l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(x_57); -if (x_90 == 0) +x_98 = l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(x_57); +if (x_98 == 0) { -lean_object* x_91; lean_object* x_92; +uint8_t x_99; lean_dec(x_1); -x_91 = lean_box(0); -x_92 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_57, x_70, x_80, x_91, x_3, x_4, x_83); -return x_92; +x_99 = 0; +x_88 = x_99; +goto block_95; } else { -lean_object* x_93; uint8_t x_94; -x_93 = l_Lean_Syntax_hasMissing(x_1); -x_94 = lean_unbox(x_93); -lean_dec(x_93); -if (x_94 == 0) -{ -lean_object* x_95; lean_object* x_96; -x_95 = lean_box(0); -x_96 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_57, x_70, x_80, x_95, x_3, x_4, x_83); -return x_96; +lean_object* x_100; uint8_t x_101; +x_100 = l_Lean_Syntax_hasMissing(x_1); +x_101 = lean_unbox(x_100); +lean_dec(x_100); +x_88 = x_101; +goto block_95; +} } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_97 = lean_unsigned_to_nat(0u); -x_98 = l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(x_80, x_65, x_97); -x_99 = lean_box(0); -x_100 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_57, x_70, x_98, x_99, x_3, x_4, x_83); -return x_100; -} +uint8_t x_102; +lean_dec(x_1); +x_102 = 0; +x_88 = x_102; +goto block_95; } +block_95: +{ +if (x_88 == 0) +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_box(0); +x_90 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_57, x_70, x_80, x_89, x_3, x_4, x_83); +return x_90; } else { -lean_object* x_101; lean_object* x_102; -lean_dec(x_1); -x_101 = lean_box(0); -x_102 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_57, x_70, x_80, x_101, x_3, x_4, x_83); -return x_102; +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_91 = lean_unsigned_to_nat(0u); +x_92 = l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8___at_Lean_Elab_Command_elabCommandTopLevel___spec__21(x_80, x_65, x_91); +x_93 = lean_box(0); +x_94 = l_Lean_Elab_Command_elabCommandTopLevel___lambda__1(x_57, x_70, x_92, x_93, x_3, x_4, x_83); +return x_94; +} } } else @@ -16478,7 +17212,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabCommandTopLevel(lean_object* x_ _start: { 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_5 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__2; +x_5 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__2; x_6 = l_Lean_Elab_Command_getRef(x_2, x_3, x_4); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); @@ -16589,100 +17323,312 @@ return x_43; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___rarg___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___rarg___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___rarg(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Command_elabCommandTopLevel___spec__2___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_addTrace___at_Lean_Elab_Command_elabCommandTopLevel___spec__2(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_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___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) { +_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_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__5(x_1, x_2, x_3, x_10, x_11, x_6, x_7, x_8, x_9); +lean_dec(x_3); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__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) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_10 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__6(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___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) { +_start: +{ +lean_object* x_6; +x_6 = l_Lean_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__4___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_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___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) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_10 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__7(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Elab_Command_elabCommandTopLevel___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) { +_start: +{ +lean_object* x_6; +x_6 = l_Lean_PersistentArray_forIn___at_Lean_Elab_Command_elabCommandTopLevel___spec__3___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__11(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___lambda__1___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___lambda__1(x_1); +lean_dec(x_1); +x_3 = lean_box(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__10(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___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_3; -x_3 = l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___rarg(x_1, x_2); +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); lean_dec(x_1); -return x_3; +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___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_2; -x_2 = l_Lean_Elab_getInfoTrees___at_Lean_Elab_Command_elabCommandTopLevel___spec__1(x_1); +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); lean_dec(x_1); -return x_2; +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Command_elabCommandTopLevel___spec__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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___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_addTrace___at_Lean_Elab_Command_elabCommandTopLevel___spec__2(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_4); +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -return x_6; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___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_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_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__5(x_1, x_2, x_3, x_10, x_11, x_6, x_7, x_8, x_9); +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -return x_12; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___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_9; size_t x_10; lean_object* x_11; -x_9 = 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_10 = lean_unbox_usize(x_4); +x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__6(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); -return x_11; +lean_dec(x_1); +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__18___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_PersistentArray_forInAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_4); +size_t x_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__18(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); -return x_6; +lean_dec(x_1); +return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__19___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_9; size_t x_10; lean_object* x_11; -x_9 = 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_10 = lean_unbox_usize(x_4); +x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__7(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__19(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); -return x_11; +lean_dec(x_1); +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Elab_Command_elabCommandTopLevel___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_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_6; -x_6 = l_Lean_PersistentArray_forIn___at_Lean_Elab_Command_elabCommandTopLevel___spec__3___lambda__1(x_1, x_2, x_3, x_4, x_5); +lean_object* x_4; +x_4 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__17(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8___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_foldlM___at_Lean_Elab_Command_elabCommandTopLevel___spec__8(x_1, x_2, x_3, x_4); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___lambda__1___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___lambda__1(x_1); +x_3 = lean_box(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___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_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23(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_Elab_Command_elabCommandTopLevel___spec__14___at_Lean_Elab_Command_elabCommandTopLevel___spec__24___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); -return x_6; +x_6 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__14___at_Lean_Elab_Command_elabCommandTopLevel___spec__24(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_Elab_Command_elabCommandTopLevel___spec__11___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_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22___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; @@ -16690,22 +17636,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_Elab_Command_elabCommandTopLevel___spec__11(x_1, x_5, x_6, x_4); +x_7 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___at_Lean_Elab_Command_elabCommandTopLevel___spec__22(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_Elab_Command_elabCommandTopLevel___spec__12___lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__15___at_Lean_Elab_Command_elabCommandTopLevel___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_2; lean_object* x_3; -x_2 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___lambda__1(x_1); +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_Elab_Command_elabCommandTopLevel___spec__15___at_Lean_Elab_Command_elabCommandTopLevel___spec__25(x_1, x_5, x_6, x_4); lean_dec(x_1); -x_3 = lean_box(x_2); -return x_3; +return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___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_Elab_Command_elabCommandTopLevel___spec__16___at_Lean_Elab_Command_elabCommandTopLevel___spec__26___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; @@ -16713,12 +17662,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_Elab_Command_elabCommandTopLevel___spec__12(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__16___at_Lean_Elab_Command_elabCommandTopLevel___spec__26(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___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_Elab_Command_elabCommandTopLevel___spec__20___at_Lean_Elab_Command_elabCommandTopLevel___spec__27___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; @@ -16726,7 +17675,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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__20___at_Lean_Elab_Command_elabCommandTopLevel___spec__27(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -23465,126 +24414,108 @@ return x_54; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(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_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -uint8_t x_12; +lean_object* x_12; lean_dec(x_8); -if (x_5 == 0) -{ -uint8_t x_43; -x_43 = 0; -x_12 = x_43; -goto block_42; -} -else -{ -uint8_t x_44; -x_44 = 1; -x_12 = x_44; -goto block_42; -} -block_42: -{ -lean_object* x_13; -if (x_12 == 0) +if (x_2 == 0) { -lean_object* x_34; -lean_dec(x_4); +lean_object* x_33; +lean_dec(x_5); lean_inc(x_7); lean_inc(x_6); -x_34 = l_Lean_Name_append(x_6, x_7); -x_13 = x_34; -goto block_33; +x_33 = l_Lean_Name_append(x_6, x_7); +x_12 = x_33; +goto block_32; } 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; lean_object* x_41; -x_35 = lean_box(0); -lean_inc(x_2); -x_36 = l_Lean_Name_replacePrefix(x_2, x_3, x_35); -x_37 = lean_ctor_get(x_4, 1); +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_34 = lean_box(0); +lean_inc(x_3); +x_35 = l_Lean_Name_replacePrefix(x_3, x_4, x_34); +x_36 = lean_ctor_get(x_5, 1); +lean_inc(x_36); +x_37 = lean_ctor_get(x_5, 2); lean_inc(x_37); -x_38 = lean_ctor_get(x_4, 2); +x_38 = lean_ctor_get(x_5, 3); lean_inc(x_38); -x_39 = lean_ctor_get(x_4, 3); -lean_inc(x_39); -lean_dec(x_4); -x_40 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_40, 0, x_36); -lean_ctor_set(x_40, 1, x_37); -lean_ctor_set(x_40, 2, x_38); -lean_ctor_set(x_40, 3, x_39); -x_41 = l_Lean_MacroScopesView_review(x_40); -x_13 = x_41; -goto block_33; +lean_dec(x_5); +x_39 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_39, 0, x_35); +lean_ctor_set(x_39, 1, x_36); +lean_ctor_set(x_39, 2, x_37); +lean_ctor_set(x_39, 3, x_38); +x_40 = l_Lean_MacroScopesView_review(x_39); +x_12 = x_40; +goto block_32; } -block_33: +block_32: { -if (x_12 == 0) +if (x_2 == 0) { -lean_object* x_14; lean_object* x_15; +lean_object* x_13; lean_object* x_14; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_14 = lean_box(0); -x_15 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__2(x_13, x_1, x_6, x_7, x_14, x_9, x_10, x_11); -return x_15; +x_13 = lean_box(0); +x_14 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__2(x_12, x_1, x_6, x_7, x_13, x_9, x_10, x_11); +return x_14; } else { lean_dec(x_7); lean_dec(x_6); -if (lean_obj_tag(x_2) == 1) +if (lean_obj_tag(x_3) == 1) { -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; -x_16 = lean_ctor_get(x_2, 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; +x_15 = lean_ctor_get(x_3, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_3, 1); lean_inc(x_16); -x_17 = lean_ctor_get(x_2, 1); -lean_inc(x_17); -lean_dec(x_2); -x_18 = lean_box(0); -x_19 = l_Lean_Name_str___override(x_18, x_17); -x_20 = l_Lean_Name_replacePrefix(x_16, x_3, x_18); lean_dec(x_3); -x_21 = lean_box(0); -x_22 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__2(x_13, x_1, x_20, x_19, x_21, x_9, x_10, x_11); -return x_22; +x_17 = lean_box(0); +x_18 = l_Lean_Name_str___override(x_17, x_16); +x_19 = l_Lean_Name_replacePrefix(x_15, x_4, x_17); +lean_dec(x_4); +x_20 = lean_box(0); +x_21 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__2(x_12, x_1, x_19, x_18, x_20, x_9, x_10, x_11); +return x_21; } else { -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; -lean_dec(x_13); -lean_dec(x_3); +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_dec(x_12); +lean_dec(x_4); lean_dec(x_1); -x_23 = l_Lean_MessageData_ofName(x_2); -x_24 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__2; -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_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__8; -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_throwError___at_Lean_Elab_Command_expandDeclId___spec__4(x_27, x_9, x_10, x_11); +x_22 = l_Lean_MessageData_ofName(x_3); +x_23 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__2; +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_22); +x_25 = l_Array_forInUnsafe_loop___at_Lean_Elab_Command_expandDeclId___spec__5___closed__8; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__4(x_26, x_9, x_10, x_11); lean_dec(x_10); -x_29 = !lean_is_exclusive(x_28); -if (x_29 == 0) +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) { -return x_28; +return x_27; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_28, 0); -x_31 = lean_ctor_get(x_28, 1); -lean_inc(x_31); +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_27, 0); +x_30 = lean_ctor_get(x_27, 1); lean_inc(x_30); -lean_dec(x_28); -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_inc(x_29); +lean_dec(x_27); +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; } } } @@ -23641,7 +24572,7 @@ if (x_11 == 0) { lean_object* x_12; lean_object* x_13; x_12 = lean_box(0); -x_13 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(x_2, x_8, x_9, x_7, x_10, x_1, x_3, x_12, x_4, x_5, x_6); +x_13 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(x_2, x_10, x_8, x_9, x_7, x_1, x_3, x_12, x_4, x_5, x_6); return x_13; } else @@ -24966,9 +25897,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDec _start: { uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_5); -lean_dec(x_5); -x_13 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); +x_12 = lean_unbox(x_2); +lean_dec(x_2); +x_13 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Command_expandDeclId___spec__2___lambda__3(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); return x_13; } } @@ -25346,11 +26277,11 @@ l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__11 = _init_l_Lean_Ela lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__11); l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__12 = _init_l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__12(); lean_mark_persistent(l_Lean_Elab_Command_mkCommandElabAttributeUnsafe___closed__12); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669____closed__2); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3669_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662____closed__2); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_3662_(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); @@ -25383,50 +26314,50 @@ 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_4379____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379____closed__5); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4379_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373____closed__5); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4373_(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_4416____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__5); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__6); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__7); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__8(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__8); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__9(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__9); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__10(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__10); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__11 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__11(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__11); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__12 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__12(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__12); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__13 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__13(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__13); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__14 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__14(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416____closed__14); -res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4416_(lean_io_mk_world()); +}l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__6); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__7); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__8(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__8); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__9(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__9); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__10(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__10); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__11 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__11(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__11); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__12 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__12(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__12); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__13 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__13(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__13); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__14 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__14(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410____closed__14); +res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4410_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand___spec__1___closed__1 = _init_l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Command_elabCommand___spec__1___closed__1(); @@ -25461,13 +26392,13 @@ l_Lean_Elab_Command_elabCommand___closed__6 = _init_l_Lean_Elab_Command_elabComm lean_mark_persistent(l_Lean_Elab_Command_elabCommand___closed__6); l_Lean_Elab_Command_elabCommand___boxed__const__1 = _init_l_Lean_Elab_Command_elabCommand___boxed__const__1(); lean_mark_persistent(l_Lean_Elab_Command_elabCommand___boxed__const__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904____closed__3); -res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4904_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898____closed__3); +res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Command___hyg_4898_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__6___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabCommandTopLevel___spec__6___closed__1(); @@ -25492,6 +26423,8 @@ l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12_ lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__12___closed__1); l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___closed__1 = _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___closed__1(); lean_mark_persistent(l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Command_elabCommandTopLevel___spec__9___closed__1); +l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommandTopLevel___spec__13___at_Lean_Elab_Command_elabCommandTopLevel___spec__23___closed__1); l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1 = _init_l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Elab_Command_elabCommandTopLevel___lambda__2___closed__1); l_Lean_Elab_Command_instInhabitedCommandElabM___closed__1 = _init_l_Lean_Elab_Command_instInhabitedCommandElabM___closed__1(); diff --git a/stage0/stdlib/Lean/Elab/ComputedFields.c b/stage0/stdlib/Lean/Elab/ComputedFields.c index db16d50fd7b4..0e85ffc4fd32 100644 --- a/stage0/stdlib/Lean/Elab/ComputedFields.c +++ b/stage0/stdlib/Lean/Elab/ComputedFields.c @@ -28,6 +28,7 @@ static lean_object* l_Lean_mkCasesOn___at_Lean_Elab_ComputedFields_overrideCases LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_isScalarField(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(lean_object*, lean_object*, size_t, size_t); extern lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___closed__2; @@ -50,7 +51,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_Comp LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_getComputedFieldValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_getComputedFieldValue___lambda__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_Elab_ComputedFields_validateComputedFields___spec__1(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Expr_sort___override(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); @@ -75,7 +75,6 @@ lean_object* lean_environment_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_ComputedFields_setComputedFields___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ComputedFields_mkImplType(lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_ComputedFields_overrideConstructors___spec__6___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_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__9___rarg___lambda__1(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_ComputedFields_overrideComputedFields___spec__2___boxed(lean_object*, lean_object*, lean_object*); @@ -144,7 +143,6 @@ static lean_object* l_Lean_getConstInfo___at_Lean_Elab_ComputedFields_overrideCa static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_ComputedFields_isScalarField___spec__1___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_setComputedFields___spec__7(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2___boxed(lean_object*, 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_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_setComputedFields___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_ComputedFields_overrideConstructors___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -200,6 +198,7 @@ static lean_object* l_Lean_getConstInfoDefn___at_Lean_Elab_ComputedFields_overri lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecls___at_Lean_Elab_ComputedFields_mkComputedFieldOverrides___spec__4___rarg(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_ComputedFields_validateComputedFields___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_6____closed__8; lean_object* l_Lean_Expr_instantiateLevelParams(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_compileDecls(lean_object*, lean_object*, lean_object*, lean_object*); @@ -247,7 +246,6 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Elab_ComputedFields_mkImplType___spec__2___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_ComputedFields_overrideCasesOn___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_EXPORT lean_object* l_Lean_Elab_ComputedFields_mkComputedFieldOverrides___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_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(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_ComputedFields_overrideComputedFields___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_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l_Lean_Elab_ComputedFields_initFn____x40_Lean_Elab_ComputedFields___hyg_6____closed__6; @@ -256,9 +254,11 @@ LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_ComputedFields_overrid LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_ComputedFields_setComputedFields___spec__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, 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*); static lean_object* l_Lean_Elab_ComputedFields_overrideCasesOn___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___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*); uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); 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_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_ComputedFields_overrideCasesOn___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_setImplementedBy___at_Lean_Elab_ComputedFields_overrideCasesOn___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -913,7 +913,7 @@ return x_16; } else { -lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; uint8_t x_21; +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; x_17 = lean_ctor_get(x_11, 1); lean_inc(x_17); lean_dec(x_11); @@ -922,65 +922,64 @@ lean_inc(x_18); x_19 = lean_ctor_get_uint8(x_12, sizeof(void*)*5); lean_dec(x_12); x_20 = l_Lean_Meta_getConfig(x_3, x_4, x_5, x_6, x_17); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_20, 1); +lean_inc(x_22); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + lean_ctor_release(x_20, 1); + x_23 = x_20; +} else { + lean_dec_ref(x_20); + x_23 = lean_box(0); +} if (x_19 == 0) { -lean_object* x_41; -lean_free_object(x_20); -lean_dec(x_2); -x_41 = lean_box(0); -x_24 = x_41; -goto block_40; +uint8_t x_42; +x_42 = 0; +x_24 = x_42; +goto block_41; } else { -uint8_t x_42; -x_42 = lean_ctor_get_uint8(x_22, 6); -if (x_42 == 0) +uint8_t x_43; +x_43 = lean_ctor_get_uint8(x_21, 6); +if (x_43 == 0) { -lean_dec(x_22); -lean_dec(x_18); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -lean_ctor_set(x_20, 0, x_2); -return x_20; +uint8_t x_44; +x_44 = 1; +x_24 = x_44; +goto block_41; } else { -lean_object* x_43; -lean_free_object(x_20); -lean_dec(x_2); -x_43 = lean_box(0); -x_24 = x_43; -goto block_40; +uint8_t x_45; +x_45 = 0; +x_24 = x_45; +goto block_41; } } -block_40: +block_41: +{ +if (x_24 == 0) { uint8_t x_25; -lean_dec(x_24); -x_25 = lean_ctor_get_uint8(x_22, 7); -lean_dec(x_22); +lean_dec(x_23); +lean_dec(x_2); +x_25 = lean_ctor_get_uint8(x_21, 7); +lean_dec(x_21); if (x_25 == 0) { lean_dec(x_10); x_2 = x_18; -x_7 = x_23; +x_7 = x_22; 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; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_27 = lean_st_ref_take(x_4, x_23); +x_27 = lean_st_ref_take(x_4, x_22); x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); x_29 = lean_ctor_get(x_27, 1); @@ -1011,31 +1010,10 @@ x_7 = x_38; goto _start; } } -} -else -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_20, 0); -x_45 = lean_ctor_get(x_20, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_20); -if (x_19 == 0) -{ -lean_object* x_63; -lean_dec(x_2); -x_63 = lean_box(0); -x_46 = x_63; -goto block_62; -} else { -uint8_t x_64; -x_64 = lean_ctor_get_uint8(x_44, 6); -if (x_64 == 0) -{ -lean_object* x_65; -lean_dec(x_44); +lean_object* x_40; +lean_dec(x_21); lean_dec(x_18); lean_dec(x_10); lean_dec(x_6); @@ -1043,73 +1021,21 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_2); -lean_ctor_set(x_65, 1, x_45); -return x_65; -} -else -{ -lean_object* x_66; -lean_dec(x_2); -x_66 = lean_box(0); -x_46 = x_66; -goto block_62; -} -} -block_62: -{ -uint8_t x_47; -lean_dec(x_46); -x_47 = lean_ctor_get_uint8(x_44, 7); -lean_dec(x_44); -if (x_47 == 0) -{ -lean_dec(x_10); -x_2 = x_18; -x_7 = x_45; -goto _start; -} -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; -x_49 = lean_st_ref_take(x_4, x_45); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = lean_ctor_get(x_50, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_50, 2); -lean_inc(x_54); -x_55 = lean_box(0); -x_56 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_54, x_10, x_55); -x_57 = lean_ctor_get(x_50, 3); -lean_inc(x_57); -lean_dec(x_50); -x_58 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_58, 0, x_52); -lean_ctor_set(x_58, 1, x_53); -lean_ctor_set(x_58, 2, x_56); -lean_ctor_set(x_58, 3, x_57); -x_59 = lean_st_ref_set(x_4, x_58, x_51); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_2 = x_18; -x_7 = x_60; -goto _start; +if (lean_is_scalar(x_23)) { + x_40 = lean_alloc_ctor(0, 2, 0); +} else { + x_40 = x_23; } +lean_ctor_set(x_40, 0, x_2); +lean_ctor_set(x_40, 1, x_22); +return x_40; } } } } else { -uint8_t x_67; +uint8_t x_46; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); @@ -1117,1143 +1043,1143 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_67 = !lean_is_exclusive(x_11); -if (x_67 == 0) +x_46 = !lean_is_exclusive(x_11); +if (x_46 == 0) { return x_11; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_11, 0); -x_69 = lean_ctor_get(x_11, 1); -lean_inc(x_69); -lean_inc(x_68); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_11, 0); +x_48 = lean_ctor_get(x_11, 1); +lean_inc(x_48); +lean_inc(x_47); lean_dec(x_11); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } case 2: { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_2, 0); -lean_inc(x_71); -x_72 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_71, x_3, x_4, x_5, x_6, x_7); -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -if (lean_obj_tag(x_73) == 0) +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_2, 0); +lean_inc(x_50); +x_51 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_50, x_3, x_4, x_5, x_6, x_7); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +if (lean_obj_tag(x_52) == 0) { -uint8_t x_74; +uint8_t x_53; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_74 = !lean_is_exclusive(x_72); -if (x_74 == 0) +x_53 = !lean_is_exclusive(x_51); +if (x_53 == 0) { -lean_object* x_75; -x_75 = lean_ctor_get(x_72, 0); -lean_dec(x_75); -lean_ctor_set(x_72, 0, x_2); -return x_72; +lean_object* x_54; +x_54 = lean_ctor_get(x_51, 0); +lean_dec(x_54); +lean_ctor_set(x_51, 0, x_2); +return x_51; } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_72, 1); -lean_inc(x_76); -lean_dec(x_72); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_2); -lean_ctor_set(x_77, 1, x_76); -return x_77; +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_51, 1); +lean_inc(x_55); +lean_dec(x_51); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_2); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } else { -lean_object* x_78; lean_object* x_79; +lean_object* x_57; lean_object* x_58; lean_dec(x_2); -x_78 = lean_ctor_get(x_72, 1); -lean_inc(x_78); -lean_dec(x_72); -x_79 = lean_ctor_get(x_73, 0); -lean_inc(x_79); -lean_dec(x_73); -x_2 = x_79; -x_7 = x_78; +x_57 = lean_ctor_get(x_51, 1); +lean_inc(x_57); +lean_dec(x_51); +x_58 = lean_ctor_get(x_52, 0); +lean_inc(x_58); +lean_dec(x_52); +x_2 = x_58; +x_7 = x_57; goto _start; } } case 4: { -uint8_t x_81; uint8_t x_82; lean_object* x_83; -x_81 = 1; -x_82 = 0; +uint8_t x_60; uint8_t x_61; lean_object* x_62; +x_60 = 1; +x_61 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_83 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_81, x_82, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_83) == 0) +x_62 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_60, x_61, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_62) == 0) { -uint8_t x_84; -x_84 = !lean_is_exclusive(x_83); -if (x_84 == 0) +uint8_t x_63; +x_63 = !lean_is_exclusive(x_62); +if (x_63 == 0) { -lean_object* x_85; lean_object* x_86; uint8_t x_87; -x_85 = lean_ctor_get(x_83, 0); -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_85); +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = lean_ctor_get(x_62, 0); +x_65 = lean_ctor_get(x_62, 1); +lean_inc(x_64); lean_inc(x_1); -x_87 = l_Lean_Expr_occurs(x_1, x_85); -if (x_87 == 0) +x_66 = l_Lean_Expr_occurs(x_1, x_64); +if (x_66 == 0) { lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -return x_83; +return x_62; } else { -lean_object* x_88; -lean_free_object(x_83); +lean_object* x_67; +lean_free_object(x_62); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_85); -x_88 = l_Lean_Meta_unfoldDefinition_x3f(x_85, x_3, x_4, x_5, x_6, x_86); -if (lean_obj_tag(x_88) == 0) +lean_inc(x_64); +x_67 = l_Lean_Meta_unfoldDefinition_x3f(x_64, x_3, x_4, x_5, x_6, x_65); +if (lean_obj_tag(x_67) == 0) { -lean_object* x_89; -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -if (lean_obj_tag(x_89) == 0) +lean_object* x_68; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +if (lean_obj_tag(x_68) == 0) { -uint8_t x_90; +uint8_t x_69; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_90 = !lean_is_exclusive(x_88); -if (x_90 == 0) +x_69 = !lean_is_exclusive(x_67); +if (x_69 == 0) { -lean_object* x_91; -x_91 = lean_ctor_get(x_88, 0); -lean_dec(x_91); -lean_ctor_set(x_88, 0, x_85); -return x_88; +lean_object* x_70; +x_70 = lean_ctor_get(x_67, 0); +lean_dec(x_70); +lean_ctor_set(x_67, 0, x_64); +return x_67; } else { -lean_object* x_92; lean_object* x_93; -x_92 = lean_ctor_get(x_88, 1); -lean_inc(x_92); -lean_dec(x_88); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_85); -lean_ctor_set(x_93, 1, x_92); -return x_93; +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_67, 1); +lean_inc(x_71); +lean_dec(x_67); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_64); +lean_ctor_set(x_72, 1, x_71); +return x_72; } } else { -lean_object* x_94; lean_object* x_95; -lean_dec(x_85); -x_94 = lean_ctor_get(x_88, 1); -lean_inc(x_94); -lean_dec(x_88); -x_95 = lean_ctor_get(x_89, 0); -lean_inc(x_95); -lean_dec(x_89); -x_2 = x_95; -x_7 = x_94; +lean_object* x_73; lean_object* x_74; +lean_dec(x_64); +x_73 = lean_ctor_get(x_67, 1); +lean_inc(x_73); +lean_dec(x_67); +x_74 = lean_ctor_get(x_68, 0); +lean_inc(x_74); +lean_dec(x_68); +x_2 = x_74; +x_7 = x_73; goto _start; } } else { -uint8_t x_97; -lean_dec(x_85); +uint8_t x_76; +lean_dec(x_64); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_97 = !lean_is_exclusive(x_88); -if (x_97 == 0) +x_76 = !lean_is_exclusive(x_67); +if (x_76 == 0) { -return x_88; +return x_67; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_88, 0); -x_99 = lean_ctor_get(x_88, 1); -lean_inc(x_99); -lean_inc(x_98); -lean_dec(x_88); -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_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_67, 0); +x_78 = lean_ctor_get(x_67, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_67); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } } else { -lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_101 = lean_ctor_get(x_83, 0); -x_102 = lean_ctor_get(x_83, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_83); -lean_inc(x_101); +lean_object* x_80; lean_object* x_81; uint8_t x_82; +x_80 = lean_ctor_get(x_62, 0); +x_81 = lean_ctor_get(x_62, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_62); +lean_inc(x_80); lean_inc(x_1); -x_103 = l_Lean_Expr_occurs(x_1, x_101); -if (x_103 == 0) +x_82 = l_Lean_Expr_occurs(x_1, x_80); +if (x_82 == 0) { -lean_object* x_104; +lean_object* x_83; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_101); -lean_ctor_set(x_104, 1, x_102); -return x_104; +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_80); +lean_ctor_set(x_83, 1, x_81); +return x_83; } else { -lean_object* x_105; +lean_object* x_84; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_101); -x_105 = l_Lean_Meta_unfoldDefinition_x3f(x_101, x_3, x_4, x_5, x_6, x_102); -if (lean_obj_tag(x_105) == 0) +lean_inc(x_80); +x_84 = l_Lean_Meta_unfoldDefinition_x3f(x_80, x_3, x_4, x_5, x_6, x_81); +if (lean_obj_tag(x_84) == 0) { -lean_object* x_106; -x_106 = lean_ctor_get(x_105, 0); -lean_inc(x_106); -if (lean_obj_tag(x_106) == 0) +lean_object* x_85; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +if (lean_obj_tag(x_85) == 0) { -lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_108 = x_105; +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +if (lean_is_exclusive(x_84)) { + lean_ctor_release(x_84, 0); + lean_ctor_release(x_84, 1); + x_87 = x_84; } else { - lean_dec_ref(x_105); - x_108 = lean_box(0); + lean_dec_ref(x_84); + x_87 = lean_box(0); } -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_87)) { + x_88 = lean_alloc_ctor(0, 2, 0); } else { - x_109 = x_108; + x_88 = x_87; } -lean_ctor_set(x_109, 0, x_101); -lean_ctor_set(x_109, 1, x_107); -return x_109; +lean_ctor_set(x_88, 0, x_80); +lean_ctor_set(x_88, 1, x_86); +return x_88; } else { -lean_object* x_110; lean_object* x_111; -lean_dec(x_101); -x_110 = lean_ctor_get(x_105, 1); -lean_inc(x_110); -lean_dec(x_105); -x_111 = lean_ctor_get(x_106, 0); -lean_inc(x_111); -lean_dec(x_106); -x_2 = x_111; -x_7 = x_110; +lean_object* x_89; lean_object* x_90; +lean_dec(x_80); +x_89 = lean_ctor_get(x_84, 1); +lean_inc(x_89); +lean_dec(x_84); +x_90 = lean_ctor_get(x_85, 0); +lean_inc(x_90); +lean_dec(x_85); +x_2 = x_90; +x_7 = x_89; goto _start; } } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_101); +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_80); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_113 = lean_ctor_get(x_105, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_105, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_115 = x_105; +x_92 = lean_ctor_get(x_84, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_84, 1); +lean_inc(x_93); +if (lean_is_exclusive(x_84)) { + lean_ctor_release(x_84, 0); + lean_ctor_release(x_84, 1); + x_94 = x_84; } else { - lean_dec_ref(x_105); - x_115 = lean_box(0); + lean_dec_ref(x_84); + x_94 = lean_box(0); } -if (lean_is_scalar(x_115)) { - x_116 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_94)) { + x_95 = lean_alloc_ctor(1, 2, 0); } else { - x_116 = x_115; + x_95 = x_94; } -lean_ctor_set(x_116, 0, x_113); -lean_ctor_set(x_116, 1, x_114); -return x_116; +lean_ctor_set(x_95, 0, x_92); +lean_ctor_set(x_95, 1, x_93); +return x_95; } } } } else { -uint8_t x_117; +uint8_t x_96; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_117 = !lean_is_exclusive(x_83); -if (x_117 == 0) +x_96 = !lean_is_exclusive(x_62); +if (x_96 == 0) { -return x_83; +return x_62; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_83, 0); -x_119 = lean_ctor_get(x_83, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_83); -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; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_62, 0); +x_98 = lean_ctor_get(x_62, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_62); +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; } } } case 5: { -uint8_t x_121; uint8_t x_122; lean_object* x_123; -x_121 = 1; -x_122 = 0; +uint8_t x_100; uint8_t x_101; lean_object* x_102; +x_100 = 1; +x_101 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_123 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_121, x_122, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_123) == 0) +x_102 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_100, x_101, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_102) == 0) { -uint8_t x_124; -x_124 = !lean_is_exclusive(x_123); -if (x_124 == 0) +uint8_t x_103; +x_103 = !lean_is_exclusive(x_102); +if (x_103 == 0) { -lean_object* x_125; lean_object* x_126; uint8_t x_127; -x_125 = lean_ctor_get(x_123, 0); -x_126 = lean_ctor_get(x_123, 1); -lean_inc(x_125); +lean_object* x_104; lean_object* x_105; uint8_t x_106; +x_104 = lean_ctor_get(x_102, 0); +x_105 = lean_ctor_get(x_102, 1); +lean_inc(x_104); lean_inc(x_1); -x_127 = l_Lean_Expr_occurs(x_1, x_125); -if (x_127 == 0) +x_106 = l_Lean_Expr_occurs(x_1, x_104); +if (x_106 == 0) { lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -return x_123; +return x_102; } else { -lean_object* x_128; -lean_free_object(x_123); +lean_object* x_107; +lean_free_object(x_102); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_125); -x_128 = l_Lean_Meta_unfoldDefinition_x3f(x_125, x_3, x_4, x_5, x_6, x_126); -if (lean_obj_tag(x_128) == 0) +lean_inc(x_104); +x_107 = l_Lean_Meta_unfoldDefinition_x3f(x_104, x_3, x_4, x_5, x_6, x_105); +if (lean_obj_tag(x_107) == 0) { -lean_object* x_129; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -if (lean_obj_tag(x_129) == 0) +lean_object* x_108; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +if (lean_obj_tag(x_108) == 0) { -uint8_t x_130; +uint8_t x_109; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_130 = !lean_is_exclusive(x_128); -if (x_130 == 0) +x_109 = !lean_is_exclusive(x_107); +if (x_109 == 0) { -lean_object* x_131; -x_131 = lean_ctor_get(x_128, 0); -lean_dec(x_131); -lean_ctor_set(x_128, 0, x_125); -return x_128; +lean_object* x_110; +x_110 = lean_ctor_get(x_107, 0); +lean_dec(x_110); +lean_ctor_set(x_107, 0, x_104); +return x_107; } else { -lean_object* x_132; lean_object* x_133; -x_132 = lean_ctor_get(x_128, 1); -lean_inc(x_132); -lean_dec(x_128); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_125); -lean_ctor_set(x_133, 1, x_132); -return x_133; +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_107, 1); +lean_inc(x_111); +lean_dec(x_107); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_104); +lean_ctor_set(x_112, 1, x_111); +return x_112; } } else { -lean_object* x_134; lean_object* x_135; -lean_dec(x_125); -x_134 = lean_ctor_get(x_128, 1); -lean_inc(x_134); -lean_dec(x_128); -x_135 = lean_ctor_get(x_129, 0); -lean_inc(x_135); -lean_dec(x_129); -x_2 = x_135; -x_7 = x_134; +lean_object* x_113; lean_object* x_114; +lean_dec(x_104); +x_113 = lean_ctor_get(x_107, 1); +lean_inc(x_113); +lean_dec(x_107); +x_114 = lean_ctor_get(x_108, 0); +lean_inc(x_114); +lean_dec(x_108); +x_2 = x_114; +x_7 = x_113; goto _start; } } else { -uint8_t x_137; -lean_dec(x_125); +uint8_t x_116; +lean_dec(x_104); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_137 = !lean_is_exclusive(x_128); -if (x_137 == 0) +x_116 = !lean_is_exclusive(x_107); +if (x_116 == 0) { -return x_128; +return x_107; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_128, 0); -x_139 = lean_ctor_get(x_128, 1); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_128); -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; +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_107, 0); +x_118 = lean_ctor_get(x_107, 1); +lean_inc(x_118); +lean_inc(x_117); +lean_dec(x_107); +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; } } } } else { -lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_141 = lean_ctor_get(x_123, 0); -x_142 = lean_ctor_get(x_123, 1); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_123); -lean_inc(x_141); +lean_object* x_120; lean_object* x_121; uint8_t x_122; +x_120 = lean_ctor_get(x_102, 0); +x_121 = lean_ctor_get(x_102, 1); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_102); +lean_inc(x_120); lean_inc(x_1); -x_143 = l_Lean_Expr_occurs(x_1, x_141); -if (x_143 == 0) +x_122 = l_Lean_Expr_occurs(x_1, x_120); +if (x_122 == 0) { -lean_object* x_144; +lean_object* x_123; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_144 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_144, 0, x_141); -lean_ctor_set(x_144, 1, x_142); -return x_144; +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_120); +lean_ctor_set(x_123, 1, x_121); +return x_123; } else { -lean_object* x_145; +lean_object* x_124; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_141); -x_145 = l_Lean_Meta_unfoldDefinition_x3f(x_141, x_3, x_4, x_5, x_6, x_142); -if (lean_obj_tag(x_145) == 0) +lean_inc(x_120); +x_124 = l_Lean_Meta_unfoldDefinition_x3f(x_120, x_3, x_4, x_5, x_6, x_121); +if (lean_obj_tag(x_124) == 0) { -lean_object* x_146; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -if (lean_obj_tag(x_146) == 0) +lean_object* x_125; +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +if (lean_obj_tag(x_125) == 0) { -lean_object* x_147; lean_object* x_148; lean_object* x_149; +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_148 = x_145; +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_127 = x_124; } else { - lean_dec_ref(x_145); - x_148 = lean_box(0); + lean_dec_ref(x_124); + x_127 = lean_box(0); } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_127)) { + x_128 = lean_alloc_ctor(0, 2, 0); } else { - x_149 = x_148; + x_128 = x_127; } -lean_ctor_set(x_149, 0, x_141); -lean_ctor_set(x_149, 1, x_147); -return x_149; +lean_ctor_set(x_128, 0, x_120); +lean_ctor_set(x_128, 1, x_126); +return x_128; } else { -lean_object* x_150; lean_object* x_151; -lean_dec(x_141); -x_150 = lean_ctor_get(x_145, 1); -lean_inc(x_150); -lean_dec(x_145); -x_151 = lean_ctor_get(x_146, 0); -lean_inc(x_151); -lean_dec(x_146); -x_2 = x_151; -x_7 = x_150; +lean_object* x_129; lean_object* x_130; +lean_dec(x_120); +x_129 = lean_ctor_get(x_124, 1); +lean_inc(x_129); +lean_dec(x_124); +x_130 = lean_ctor_get(x_125, 0); +lean_inc(x_130); +lean_dec(x_125); +x_2 = x_130; +x_7 = x_129; goto _start; } } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -lean_dec(x_141); +lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; +lean_dec(x_120); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_153 = lean_ctor_get(x_145, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_145, 1); -lean_inc(x_154); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_155 = x_145; +x_132 = lean_ctor_get(x_124, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_124, 1); +lean_inc(x_133); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_134 = x_124; } else { - lean_dec_ref(x_145); - x_155 = lean_box(0); + lean_dec_ref(x_124); + x_134 = lean_box(0); } -if (lean_is_scalar(x_155)) { - x_156 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_134)) { + x_135 = lean_alloc_ctor(1, 2, 0); } else { - x_156 = x_155; + x_135 = x_134; } -lean_ctor_set(x_156, 0, x_153); -lean_ctor_set(x_156, 1, x_154); -return x_156; +lean_ctor_set(x_135, 0, x_132); +lean_ctor_set(x_135, 1, x_133); +return x_135; } } } } else { -uint8_t x_157; +uint8_t x_136; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_157 = !lean_is_exclusive(x_123); -if (x_157 == 0) +x_136 = !lean_is_exclusive(x_102); +if (x_136 == 0) { -return x_123; +return x_102; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_123, 0); -x_159 = lean_ctor_get(x_123, 1); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_123); -x_160 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -return x_160; +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_102, 0); +x_138 = lean_ctor_get(x_102, 1); +lean_inc(x_138); +lean_inc(x_137); +lean_dec(x_102); +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; } } } case 8: { -uint8_t x_161; uint8_t x_162; lean_object* x_163; -x_161 = 1; -x_162 = 0; +uint8_t x_140; uint8_t x_141; lean_object* x_142; +x_140 = 1; +x_141 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_163 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_161, x_162, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_163) == 0) +x_142 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_140, x_141, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_142) == 0) { -uint8_t x_164; -x_164 = !lean_is_exclusive(x_163); -if (x_164 == 0) +uint8_t x_143; +x_143 = !lean_is_exclusive(x_142); +if (x_143 == 0) { -lean_object* x_165; lean_object* x_166; uint8_t x_167; -x_165 = lean_ctor_get(x_163, 0); -x_166 = lean_ctor_get(x_163, 1); -lean_inc(x_165); +lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_144 = lean_ctor_get(x_142, 0); +x_145 = lean_ctor_get(x_142, 1); +lean_inc(x_144); lean_inc(x_1); -x_167 = l_Lean_Expr_occurs(x_1, x_165); -if (x_167 == 0) +x_146 = l_Lean_Expr_occurs(x_1, x_144); +if (x_146 == 0) { lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -return x_163; +return x_142; } else { -lean_object* x_168; -lean_free_object(x_163); +lean_object* x_147; +lean_free_object(x_142); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_165); -x_168 = l_Lean_Meta_unfoldDefinition_x3f(x_165, x_3, x_4, x_5, x_6, x_166); -if (lean_obj_tag(x_168) == 0) +lean_inc(x_144); +x_147 = l_Lean_Meta_unfoldDefinition_x3f(x_144, x_3, x_4, x_5, x_6, x_145); +if (lean_obj_tag(x_147) == 0) { -lean_object* x_169; -x_169 = lean_ctor_get(x_168, 0); -lean_inc(x_169); -if (lean_obj_tag(x_169) == 0) +lean_object* x_148; +x_148 = lean_ctor_get(x_147, 0); +lean_inc(x_148); +if (lean_obj_tag(x_148) == 0) { -uint8_t x_170; +uint8_t x_149; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_170 = !lean_is_exclusive(x_168); -if (x_170 == 0) +x_149 = !lean_is_exclusive(x_147); +if (x_149 == 0) { -lean_object* x_171; -x_171 = lean_ctor_get(x_168, 0); -lean_dec(x_171); -lean_ctor_set(x_168, 0, x_165); -return x_168; +lean_object* x_150; +x_150 = lean_ctor_get(x_147, 0); +lean_dec(x_150); +lean_ctor_set(x_147, 0, x_144); +return x_147; } else { -lean_object* x_172; lean_object* x_173; -x_172 = lean_ctor_get(x_168, 1); -lean_inc(x_172); -lean_dec(x_168); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_165); -lean_ctor_set(x_173, 1, x_172); -return x_173; +lean_object* x_151; lean_object* x_152; +x_151 = lean_ctor_get(x_147, 1); +lean_inc(x_151); +lean_dec(x_147); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_144); +lean_ctor_set(x_152, 1, x_151); +return x_152; } } else { -lean_object* x_174; lean_object* x_175; -lean_dec(x_165); -x_174 = lean_ctor_get(x_168, 1); -lean_inc(x_174); -lean_dec(x_168); -x_175 = lean_ctor_get(x_169, 0); -lean_inc(x_175); -lean_dec(x_169); -x_2 = x_175; -x_7 = x_174; +lean_object* x_153; lean_object* x_154; +lean_dec(x_144); +x_153 = lean_ctor_get(x_147, 1); +lean_inc(x_153); +lean_dec(x_147); +x_154 = lean_ctor_get(x_148, 0); +lean_inc(x_154); +lean_dec(x_148); +x_2 = x_154; +x_7 = x_153; goto _start; } } else { -uint8_t x_177; -lean_dec(x_165); +uint8_t x_156; +lean_dec(x_144); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_177 = !lean_is_exclusive(x_168); -if (x_177 == 0) +x_156 = !lean_is_exclusive(x_147); +if (x_156 == 0) { -return x_168; +return x_147; } else { -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_168, 0); -x_179 = lean_ctor_get(x_168, 1); -lean_inc(x_179); -lean_inc(x_178); -lean_dec(x_168); -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; +lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_147, 0); +x_158 = lean_ctor_get(x_147, 1); +lean_inc(x_158); +lean_inc(x_157); +lean_dec(x_147); +x_159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_158); +return x_159; } } } } else -{ -lean_object* x_181; lean_object* x_182; uint8_t x_183; -x_181 = lean_ctor_get(x_163, 0); -x_182 = lean_ctor_get(x_163, 1); -lean_inc(x_182); -lean_inc(x_181); -lean_dec(x_163); -lean_inc(x_181); +{ +lean_object* x_160; lean_object* x_161; uint8_t x_162; +x_160 = lean_ctor_get(x_142, 0); +x_161 = lean_ctor_get(x_142, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_142); +lean_inc(x_160); lean_inc(x_1); -x_183 = l_Lean_Expr_occurs(x_1, x_181); -if (x_183 == 0) +x_162 = l_Lean_Expr_occurs(x_1, x_160); +if (x_162 == 0) { -lean_object* x_184; +lean_object* x_163; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_181); -lean_ctor_set(x_184, 1, x_182); -return x_184; +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_160); +lean_ctor_set(x_163, 1, x_161); +return x_163; } else { -lean_object* x_185; +lean_object* x_164; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_181); -x_185 = l_Lean_Meta_unfoldDefinition_x3f(x_181, x_3, x_4, x_5, x_6, x_182); -if (lean_obj_tag(x_185) == 0) +lean_inc(x_160); +x_164 = l_Lean_Meta_unfoldDefinition_x3f(x_160, x_3, x_4, x_5, x_6, x_161); +if (lean_obj_tag(x_164) == 0) { -lean_object* x_186; -x_186 = lean_ctor_get(x_185, 0); -lean_inc(x_186); -if (lean_obj_tag(x_186) == 0) +lean_object* x_165; +x_165 = lean_ctor_get(x_164, 0); +lean_inc(x_165); +if (lean_obj_tag(x_165) == 0) { -lean_object* x_187; lean_object* x_188; lean_object* x_189; +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_187 = lean_ctor_get(x_185, 1); -lean_inc(x_187); -if (lean_is_exclusive(x_185)) { - lean_ctor_release(x_185, 0); - lean_ctor_release(x_185, 1); - x_188 = x_185; +x_166 = lean_ctor_get(x_164, 1); +lean_inc(x_166); +if (lean_is_exclusive(x_164)) { + lean_ctor_release(x_164, 0); + lean_ctor_release(x_164, 1); + x_167 = x_164; } else { - lean_dec_ref(x_185); - x_188 = lean_box(0); + lean_dec_ref(x_164); + x_167 = lean_box(0); } -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_167)) { + x_168 = lean_alloc_ctor(0, 2, 0); } else { - x_189 = x_188; + x_168 = x_167; } -lean_ctor_set(x_189, 0, x_181); -lean_ctor_set(x_189, 1, x_187); -return x_189; +lean_ctor_set(x_168, 0, x_160); +lean_ctor_set(x_168, 1, x_166); +return x_168; } else { -lean_object* x_190; lean_object* x_191; -lean_dec(x_181); -x_190 = lean_ctor_get(x_185, 1); -lean_inc(x_190); -lean_dec(x_185); -x_191 = lean_ctor_get(x_186, 0); -lean_inc(x_191); -lean_dec(x_186); -x_2 = x_191; -x_7 = x_190; +lean_object* x_169; lean_object* x_170; +lean_dec(x_160); +x_169 = lean_ctor_get(x_164, 1); +lean_inc(x_169); +lean_dec(x_164); +x_170 = lean_ctor_get(x_165, 0); +lean_inc(x_170); +lean_dec(x_165); +x_2 = x_170; +x_7 = x_169; goto _start; } } else { -lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; -lean_dec(x_181); +lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; +lean_dec(x_160); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_193 = lean_ctor_get(x_185, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_185, 1); -lean_inc(x_194); -if (lean_is_exclusive(x_185)) { - lean_ctor_release(x_185, 0); - lean_ctor_release(x_185, 1); - x_195 = x_185; +x_172 = lean_ctor_get(x_164, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_164, 1); +lean_inc(x_173); +if (lean_is_exclusive(x_164)) { + lean_ctor_release(x_164, 0); + lean_ctor_release(x_164, 1); + x_174 = x_164; } else { - lean_dec_ref(x_185); - x_195 = lean_box(0); + lean_dec_ref(x_164); + x_174 = lean_box(0); } -if (lean_is_scalar(x_195)) { - x_196 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_174)) { + x_175 = lean_alloc_ctor(1, 2, 0); } else { - x_196 = x_195; + x_175 = x_174; } -lean_ctor_set(x_196, 0, x_193); -lean_ctor_set(x_196, 1, x_194); -return x_196; +lean_ctor_set(x_175, 0, x_172); +lean_ctor_set(x_175, 1, x_173); +return x_175; } } } } else { -uint8_t x_197; +uint8_t x_176; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_197 = !lean_is_exclusive(x_163); -if (x_197 == 0) +x_176 = !lean_is_exclusive(x_142); +if (x_176 == 0) { -return x_163; +return x_142; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_163, 0); -x_199 = lean_ctor_get(x_163, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_163); -x_200 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_200, 0, x_198); -lean_ctor_set(x_200, 1, x_199); -return x_200; +lean_object* x_177; lean_object* x_178; lean_object* x_179; +x_177 = lean_ctor_get(x_142, 0); +x_178 = lean_ctor_get(x_142, 1); +lean_inc(x_178); +lean_inc(x_177); +lean_dec(x_142); +x_179 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_179, 0, x_177); +lean_ctor_set(x_179, 1, x_178); +return x_179; } } } case 10: { -lean_object* x_201; -x_201 = lean_ctor_get(x_2, 1); -lean_inc(x_201); +lean_object* x_180; +x_180 = lean_ctor_get(x_2, 1); +lean_inc(x_180); lean_dec(x_2); -x_2 = x_201; +x_2 = x_180; goto _start; } case 11: { -uint8_t x_203; uint8_t x_204; lean_object* x_205; -x_203 = 1; -x_204 = 0; +uint8_t x_182; uint8_t x_183; lean_object* x_184; +x_182 = 1; +x_183 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_205 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_203, x_204, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_205) == 0) +x_184 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_182, x_183, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_184) == 0) { -uint8_t x_206; -x_206 = !lean_is_exclusive(x_205); -if (x_206 == 0) +uint8_t x_185; +x_185 = !lean_is_exclusive(x_184); +if (x_185 == 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); -lean_inc(x_207); +lean_object* x_186; lean_object* x_187; uint8_t x_188; +x_186 = lean_ctor_get(x_184, 0); +x_187 = lean_ctor_get(x_184, 1); +lean_inc(x_186); lean_inc(x_1); -x_209 = l_Lean_Expr_occurs(x_1, x_207); -if (x_209 == 0) +x_188 = l_Lean_Expr_occurs(x_1, x_186); +if (x_188 == 0) { lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -return x_205; +return x_184; } else { -lean_object* x_210; -lean_free_object(x_205); +lean_object* x_189; +lean_free_object(x_184); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_207); -x_210 = l_Lean_Meta_unfoldDefinition_x3f(x_207, x_3, x_4, x_5, x_6, x_208); -if (lean_obj_tag(x_210) == 0) +lean_inc(x_186); +x_189 = l_Lean_Meta_unfoldDefinition_x3f(x_186, x_3, x_4, x_5, x_6, x_187); +if (lean_obj_tag(x_189) == 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_190; +x_190 = lean_ctor_get(x_189, 0); +lean_inc(x_190); +if (lean_obj_tag(x_190) == 0) { -uint8_t x_212; +uint8_t x_191; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_212 = !lean_is_exclusive(x_210); -if (x_212 == 0) +x_191 = !lean_is_exclusive(x_189); +if (x_191 == 0) { -lean_object* x_213; -x_213 = lean_ctor_get(x_210, 0); -lean_dec(x_213); -lean_ctor_set(x_210, 0, x_207); -return x_210; +lean_object* x_192; +x_192 = lean_ctor_get(x_189, 0); +lean_dec(x_192); +lean_ctor_set(x_189, 0, x_186); +return x_189; } else { -lean_object* x_214; lean_object* x_215; -x_214 = lean_ctor_get(x_210, 1); -lean_inc(x_214); -lean_dec(x_210); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_207); -lean_ctor_set(x_215, 1, x_214); -return x_215; +lean_object* x_193; lean_object* x_194; +x_193 = lean_ctor_get(x_189, 1); +lean_inc(x_193); +lean_dec(x_189); +x_194 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_194, 0, x_186); +lean_ctor_set(x_194, 1, x_193); +return x_194; } } else { -lean_object* x_216; lean_object* x_217; -lean_dec(x_207); -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_2 = x_217; -x_7 = x_216; +lean_object* x_195; lean_object* x_196; +lean_dec(x_186); +x_195 = lean_ctor_get(x_189, 1); +lean_inc(x_195); +lean_dec(x_189); +x_196 = lean_ctor_get(x_190, 0); +lean_inc(x_196); +lean_dec(x_190); +x_2 = x_196; +x_7 = x_195; goto _start; } } else { -uint8_t x_219; -lean_dec(x_207); +uint8_t x_198; +lean_dec(x_186); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_219 = !lean_is_exclusive(x_210); -if (x_219 == 0) +x_198 = !lean_is_exclusive(x_189); +if (x_198 == 0) { -return x_210; +return x_189; } else { -lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_210, 0); -x_221 = lean_ctor_get(x_210, 1); -lean_inc(x_221); -lean_inc(x_220); -lean_dec(x_210); -x_222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_222, 0, x_220); -lean_ctor_set(x_222, 1, x_221); -return x_222; +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_189, 0); +x_200 = lean_ctor_get(x_189, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_189); +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_223; lean_object* x_224; uint8_t x_225; -x_223 = lean_ctor_get(x_205, 0); -x_224 = lean_ctor_get(x_205, 1); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_205); -lean_inc(x_223); +lean_object* x_202; lean_object* x_203; uint8_t x_204; +x_202 = lean_ctor_get(x_184, 0); +x_203 = lean_ctor_get(x_184, 1); +lean_inc(x_203); +lean_inc(x_202); +lean_dec(x_184); +lean_inc(x_202); lean_inc(x_1); -x_225 = l_Lean_Expr_occurs(x_1, x_223); -if (x_225 == 0) +x_204 = l_Lean_Expr_occurs(x_1, x_202); +if (x_204 == 0) { -lean_object* x_226; +lean_object* x_205; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_226 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_226, 0, x_223); -lean_ctor_set(x_226, 1, x_224); -return x_226; +x_205 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_205, 0, x_202); +lean_ctor_set(x_205, 1, x_203); +return x_205; } else { -lean_object* x_227; +lean_object* x_206; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_223); -x_227 = l_Lean_Meta_unfoldDefinition_x3f(x_223, x_3, x_4, x_5, x_6, x_224); -if (lean_obj_tag(x_227) == 0) +lean_inc(x_202); +x_206 = l_Lean_Meta_unfoldDefinition_x3f(x_202, x_3, x_4, x_5, x_6, x_203); +if (lean_obj_tag(x_206) == 0) { -lean_object* x_228; -x_228 = lean_ctor_get(x_227, 0); -lean_inc(x_228); -if (lean_obj_tag(x_228) == 0) +lean_object* x_207; +x_207 = lean_ctor_get(x_206, 0); +lean_inc(x_207); +if (lean_obj_tag(x_207) == 0) { -lean_object* x_229; lean_object* x_230; lean_object* x_231; +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_229 = lean_ctor_get(x_227, 1); -lean_inc(x_229); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_230 = x_227; +x_208 = lean_ctor_get(x_206, 1); +lean_inc(x_208); +if (lean_is_exclusive(x_206)) { + lean_ctor_release(x_206, 0); + lean_ctor_release(x_206, 1); + x_209 = x_206; } else { - lean_dec_ref(x_227); - x_230 = lean_box(0); + lean_dec_ref(x_206); + x_209 = lean_box(0); } -if (lean_is_scalar(x_230)) { - x_231 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_209)) { + x_210 = lean_alloc_ctor(0, 2, 0); } else { - x_231 = x_230; + x_210 = x_209; } -lean_ctor_set(x_231, 0, x_223); -lean_ctor_set(x_231, 1, x_229); -return x_231; +lean_ctor_set(x_210, 0, x_202); +lean_ctor_set(x_210, 1, x_208); +return x_210; } else { -lean_object* x_232; lean_object* x_233; -lean_dec(x_223); -x_232 = lean_ctor_get(x_227, 1); -lean_inc(x_232); -lean_dec(x_227); -x_233 = lean_ctor_get(x_228, 0); -lean_inc(x_233); -lean_dec(x_228); -x_2 = x_233; -x_7 = x_232; +lean_object* x_211; lean_object* x_212; +lean_dec(x_202); +x_211 = lean_ctor_get(x_206, 1); +lean_inc(x_211); +lean_dec(x_206); +x_212 = lean_ctor_get(x_207, 0); +lean_inc(x_212); +lean_dec(x_207); +x_2 = x_212; +x_7 = x_211; goto _start; } } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; -lean_dec(x_223); +lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; +lean_dec(x_202); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_235 = lean_ctor_get(x_227, 0); -lean_inc(x_235); -x_236 = lean_ctor_get(x_227, 1); -lean_inc(x_236); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_237 = x_227; +x_214 = lean_ctor_get(x_206, 0); +lean_inc(x_214); +x_215 = lean_ctor_get(x_206, 1); +lean_inc(x_215); +if (lean_is_exclusive(x_206)) { + lean_ctor_release(x_206, 0); + lean_ctor_release(x_206, 1); + x_216 = x_206; } else { - lean_dec_ref(x_227); - x_237 = lean_box(0); + lean_dec_ref(x_206); + x_216 = lean_box(0); } -if (lean_is_scalar(x_237)) { - x_238 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_216)) { + x_217 = lean_alloc_ctor(1, 2, 0); } else { - x_238 = x_237; + x_217 = x_216; } -lean_ctor_set(x_238, 0, x_235); -lean_ctor_set(x_238, 1, x_236); -return x_238; +lean_ctor_set(x_217, 0, x_214); +lean_ctor_set(x_217, 1, x_215); +return x_217; } } } } else { -uint8_t x_239; +uint8_t x_218; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_239 = !lean_is_exclusive(x_205); -if (x_239 == 0) +x_218 = !lean_is_exclusive(x_184); +if (x_218 == 0) { -return x_205; +return x_184; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = lean_ctor_get(x_205, 0); -x_241 = lean_ctor_get(x_205, 1); -lean_inc(x_241); -lean_inc(x_240); -lean_dec(x_205); -x_242 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_242, 0, x_240); -lean_ctor_set(x_242, 1, x_241); -return x_242; +lean_object* x_219; lean_object* x_220; lean_object* x_221; +x_219 = lean_ctor_get(x_184, 0); +x_220 = lean_ctor_get(x_184, 1); +lean_inc(x_220); +lean_inc(x_219); +lean_dec(x_184); +x_221 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_221, 0, x_219); +lean_ctor_set(x_221, 1, x_220); +return x_221; } } } default: { -lean_object* x_243; +lean_object* x_222; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_2); -lean_ctor_set(x_243, 1, x_7); -return x_243; +x_222 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_222, 0, x_2); +lean_ctor_set(x_222, 1, x_7); +return x_222; } } } @@ -2738,42 +2664,7 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_Expr_fvarId_x21(x_6); -x_8 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_7, x_1); -lean_dec(x_7); -if (x_8 == 0) -{ -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; -goto _start; -} -else -{ -uint8_t x_12; -x_12 = 1; -return x_12; -} -} -else -{ -uint8_t x_13; -x_13 = 0; -return x_13; -} -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___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) { _start: { lean_object* x_8; lean_object* x_9; uint8_t x_10; @@ -2811,6 +2702,41 @@ return x_16; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_Expr_fvarId_x21(x_6); +x_8 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_7, x_1); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1___closed__1() { _start: { @@ -2841,95 +2767,92 @@ return x_2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___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) { _start: { -lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_11 = lean_array_get_size(x_1); -x_12 = lean_unsigned_to_nat(0u); -x_13 = lean_nat_dec_lt(x_12, x_11); -if (x_13 == 0) +uint8_t x_11; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_29 = lean_array_get_size(x_3); +x_30 = lean_unsigned_to_nat(0u); +x_31 = lean_nat_dec_lt(x_30, x_29); +if (x_31 == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_11); -lean_dec(x_3); -lean_dec(x_2); -x_14 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___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_10); -return x_15; +uint8_t x_32; +lean_dec(x_29); +x_32 = 0; +x_11 = x_32; +goto block_28; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_11, x_11); -if (x_16 == 0) +uint8_t x_33; +x_33 = lean_nat_dec_le(x_29, x_29); +if (x_33 == 0) { -lean_object* x_17; lean_object* x_18; -lean_dec(x_11); -lean_dec(x_3); -lean_dec(x_2); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___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_10); -return x_18; +uint8_t x_34; +lean_dec(x_29); +x_34 = 0; +x_11 = x_34; +goto block_28; } else { -size_t x_19; size_t x_20; uint8_t x_21; -x_19 = 0; -x_20 = lean_usize_of_nat(x_11); -lean_dec(x_11); -x_21 = l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1(x_2, x_1, x_19, x_20); -if (x_21 == 0) +size_t x_35; size_t x_36; uint8_t x_37; +x_35 = 0; +x_36 = lean_usize_of_nat(x_29); +lean_dec(x_29); +x_37 = l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(x_2, x_3, x_35, x_36); +x_11 = x_37; +goto block_28; +} +} +block_28: { -lean_object* x_22; lean_object* x_23; -lean_dec(x_3); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_dec(x_2); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1___closed__1; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_10); -return x_23; +lean_dec(x_1); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___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_10); +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; uint8_t x_34; -x_24 = l_Lean_MessageData_ofExpr(x_3); -x_25 = l_Lean_Elab_ComputedFields_getComputedFieldValue___lambda__1___closed__2; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_24); -x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1___closed__3; -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -x_29 = l_Lean_indentExpr(x_2); -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_Elab_ComputedFields_getComputedFieldValue___lambda__1___closed__6; -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_Elab_ComputedFields_validateComputedFields___spec__2(x_32, x_5, x_6, x_7, x_8, x_9, x_10); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 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; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_14 = l_Lean_MessageData_ofExpr(x_1); +x_15 = l_Lean_Elab_ComputedFields_getComputedFieldValue___lambda__1___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_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1___closed__3; +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_indentExpr(x_2); +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = l_Lean_Elab_ComputedFields_getComputedFieldValue___lambda__1___closed__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_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1(x_22, x_5, x_6, x_7, x_8, x_9, x_10); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -return x_33; +return x_23; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_33, 0); -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_33); -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_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_ctor_get(x_23, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_23); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; } } } @@ -2997,7 +2920,7 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1(x_1, x_17, x_15, x_21, x_7, x_8, x_9, x_10, x_11, x_18); +x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_ComputedFields_validateComputedFields___spec__3___lambda__1(x_15, x_17, x_1, x_21, x_7, x_8, x_9, x_10, x_11, x_18); if (lean_obj_tag(x_22) == 0) { lean_object* x_23; lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; @@ -3065,7 +2988,7 @@ x_40 = l_Lean_Elab_ComputedFields_getComputedFieldValue___lambda__1___closed__6; x_41 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_41, 0, x_39); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(x_41, x_7, x_8, x_9, x_10, x_11, x_18); +x_42 = l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1(x_41, x_7, x_8, x_9, x_10, x_11, x_18); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -3188,31 +3111,31 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___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_Elab_ComputedFields_validateComputedFields___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_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); +lean_object* x_8; +x_8 = l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__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); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__1(x_1, x_2, x_5, x_6); +lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___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_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_8; -x_8 = l_Lean_throwError___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(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); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_ComputedFields_validateComputedFields___spec__2(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); return x_8; } } @@ -3227,7 +3150,7 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_1); +lean_dec(x_3); return x_11; } } @@ -10066,45 +9989,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_ComputedFields_setComputedFields___spec__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_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; uint8_t x_267; uint8_t x_268; -x_267 = 2; -x_268 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_267); -if (x_268 == 0) +uint8_t x_9; uint8_t x_269; uint8_t x_270; +x_269 = 2; +x_270 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_269); +if (x_270 == 0) { -lean_object* x_269; -x_269 = lean_box(0); -x_9 = x_269; -goto block_266; +uint8_t x_271; +x_271 = 0; +x_9 = x_271; +goto block_268; } else { -lean_object* x_270; uint8_t x_271; +lean_object* x_272; uint8_t x_273; lean_inc(x_2); -x_270 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_271 = lean_unbox(x_270); -lean_dec(x_270); -if (x_271 == 0) -{ -lean_object* x_272; -x_272 = lean_box(0); -x_9 = x_272; -goto block_266; +x_272 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_273 = lean_unbox(x_272); +lean_dec(x_272); +x_9 = x_273; +goto block_268; } -else +block_268: { -lean_object* x_273; lean_object* x_274; -lean_dec(x_2); -x_273 = lean_box(0); -x_274 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_274, 0, x_273); -lean_ctor_set(x_274, 1, x_8); -return x_274; -} -} -block_266: +if (x_9 == 0) { uint8_t x_10; lean_object* x_260; uint8_t x_261; uint8_t x_262; -lean_dec(x_9); x_260 = lean_ctor_get(x_6, 2); x_261 = 1; x_262 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_261); @@ -10944,6 +10853,17 @@ return x_258; } } } +else +{ +lean_object* x_266; lean_object* x_267; +lean_dec(x_2); +x_266 = lean_box(0); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_8); +return x_267; +} +} } } LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_ComputedFields_setComputedFields___spec__1(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { diff --git a/stage0/stdlib/Lean/Elab/DeclModifiers.c b/stage0/stdlib/Lean/Elab/DeclModifiers.c index 33e049607829..c055514f4dae 100644 --- a/stage0/stdlib/Lean/Elab/DeclModifiers.c +++ b/stage0/stdlib/Lean/Elab/DeclModifiers.c @@ -224,7 +224,7 @@ static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___rarg___lambda__3___clo LEAN_EXPORT lean_object* l_Lean_Elab_checkIfShadowingStructureField___rarg___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_expandDeclId___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_checkIfShadowingStructureField___spec__1___rarg___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___rarg___lambda__5(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_EXPORT lean_object* l_Lean_Elab_mkDeclName___rarg___lambda__5(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_instToFormatModifiers___closed__12; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_expandOptDocComment_x3f___rarg(lean_object*, lean_object*, lean_object*); @@ -3672,149 +3672,131 @@ x_13 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_11, x_12); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___rarg___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, uint8_t x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___rarg___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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; -if (x_9 == 0) -{ -uint8_t x_53; -x_53 = 0; -x_13 = x_53; -goto block_52; -} -else -{ -uint8_t x_54; -x_54 = 1; -x_13 = x_54; -goto block_52; -} -block_52: -{ -lean_object* x_14; -if (x_13 == 0) +lean_object* x_13; +if (x_6 == 0) { -lean_object* x_44; +lean_object* x_43; lean_inc(x_11); lean_inc(x_10); -x_44 = l_Lean_Name_append(x_10, x_11); -x_14 = x_44; -goto block_43; +x_43 = l_Lean_Name_append(x_10, x_11); +x_13 = x_43; +goto block_42; } 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; -x_45 = lean_box(0); -lean_inc(x_6); -x_46 = l_Lean_Name_replacePrefix(x_6, x_7, x_45); -x_47 = lean_ctor_get(x_8, 1); -x_48 = lean_ctor_get(x_8, 2); -x_49 = lean_ctor_get(x_8, 3); -lean_inc(x_49); +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_44 = lean_box(0); +lean_inc(x_7); +x_45 = l_Lean_Name_replacePrefix(x_7, x_8, x_44); +x_46 = lean_ctor_get(x_9, 1); +x_47 = lean_ctor_get(x_9, 2); +x_48 = lean_ctor_get(x_9, 3); lean_inc(x_48); lean_inc(x_47); -x_50 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_50, 0, x_46); -lean_ctor_set(x_50, 1, x_47); -lean_ctor_set(x_50, 2, x_48); -lean_ctor_set(x_50, 3, x_49); -x_51 = l_Lean_MacroScopesView_review(x_50); -x_14 = x_51; -goto block_43; +lean_inc(x_46); +x_49 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_49, 0, x_45); +lean_ctor_set(x_49, 1, x_46); +lean_ctor_set(x_49, 2, x_47); +lean_ctor_set(x_49, 3, x_48); +x_50 = l_Lean_MacroScopesView_review(x_49); +x_13 = x_50; +goto block_42; } -block_43: +block_42: { -if (x_13 == 0) +if (x_6 == 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_dec(x_6); -x_15 = lean_ctor_get(x_1, 1); +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_dec(x_7); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +x_15 = lean_ctor_get(x_1, 0); lean_inc(x_15); -x_16 = lean_ctor_get(x_1, 0); +x_16 = lean_ctor_get(x_15, 1); lean_inc(x_16); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_box(0); -x_19 = lean_apply_2(x_17, lean_box(0), x_18); -x_20 = lean_alloc_closure((void*)(l_Lean_Elab_mkDeclName___rarg___lambda__4___boxed), 9, 8); -lean_closure_set(x_20, 0, x_1); -lean_closure_set(x_20, 1, x_2); -lean_closure_set(x_20, 2, x_3); -lean_closure_set(x_20, 3, x_14); -lean_closure_set(x_20, 4, x_4); -lean_closure_set(x_20, 5, x_5); -lean_closure_set(x_20, 6, x_10); -lean_closure_set(x_20, 7, x_11); -x_21 = lean_apply_4(x_15, lean_box(0), lean_box(0), x_19, x_20); -return x_21; +lean_dec(x_15); +x_17 = lean_box(0); +x_18 = lean_apply_2(x_16, lean_box(0), x_17); +x_19 = lean_alloc_closure((void*)(l_Lean_Elab_mkDeclName___rarg___lambda__4___boxed), 9, 8); +lean_closure_set(x_19, 0, x_1); +lean_closure_set(x_19, 1, x_2); +lean_closure_set(x_19, 2, x_3); +lean_closure_set(x_19, 3, x_13); +lean_closure_set(x_19, 4, x_4); +lean_closure_set(x_19, 5, x_5); +lean_closure_set(x_19, 6, x_10); +lean_closure_set(x_19, 7, x_11); +x_20 = lean_apply_4(x_14, lean_box(0), lean_box(0), x_18, x_19); +return x_20; } else { -if (lean_obj_tag(x_6) == 1) +if (lean_obj_tag(x_7) == 1) { -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_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_dec(x_11); lean_dec(x_10); -x_22 = lean_ctor_get(x_6, 0); +x_21 = lean_ctor_get(x_7, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_7, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_6, 1); -lean_inc(x_23); -lean_dec(x_6); -x_24 = lean_box(0); -x_25 = l_Lean_Name_str___override(x_24, x_23); -x_26 = l_Lean_Name_replacePrefix(x_22, x_7, x_24); -x_27 = lean_ctor_get(x_1, 1); +lean_dec(x_7); +x_23 = lean_box(0); +x_24 = l_Lean_Name_str___override(x_23, x_22); +x_25 = l_Lean_Name_replacePrefix(x_21, x_8, x_23); +x_26 = lean_ctor_get(x_1, 1); +lean_inc(x_26); +x_27 = lean_ctor_get(x_1, 0); lean_inc(x_27); -x_28 = lean_ctor_get(x_1, 0); +x_28 = lean_ctor_get(x_27, 1); lean_inc(x_28); -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); -x_30 = lean_box(0); -x_31 = lean_apply_2(x_29, lean_box(0), x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_Elab_mkDeclName___rarg___lambda__4___boxed), 9, 8); -lean_closure_set(x_32, 0, x_1); -lean_closure_set(x_32, 1, x_2); -lean_closure_set(x_32, 2, x_3); -lean_closure_set(x_32, 3, x_14); -lean_closure_set(x_32, 4, x_4); -lean_closure_set(x_32, 5, x_5); -lean_closure_set(x_32, 6, x_26); -lean_closure_set(x_32, 7, x_25); -x_33 = lean_apply_4(x_27, lean_box(0), lean_box(0), x_31, x_32); -return x_33; +lean_dec(x_27); +x_29 = lean_box(0); +x_30 = lean_apply_2(x_28, lean_box(0), x_29); +x_31 = lean_alloc_closure((void*)(l_Lean_Elab_mkDeclName___rarg___lambda__4___boxed), 9, 8); +lean_closure_set(x_31, 0, x_1); +lean_closure_set(x_31, 1, x_2); +lean_closure_set(x_31, 2, x_3); +lean_closure_set(x_31, 3, x_13); +lean_closure_set(x_31, 4, x_4); +lean_closure_set(x_31, 5, x_5); +lean_closure_set(x_31, 6, x_25); +lean_closure_set(x_31, 7, x_24); +x_32 = lean_apply_4(x_26, lean_box(0), lean_box(0), x_30, x_31); +return x_32; } 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_34 = lean_ctor_get(x_1, 1); -lean_inc(x_34); -x_35 = l_Lean_MessageData_ofName(x_6); -x_36 = l_Array_forInUnsafe_loop___at_Lean_Elab_checkIfShadowingStructureField___spec__1___rarg___closed__2; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_35); -x_38 = l_Lean_Elab_checkNotAlreadyDeclared___rarg___lambda__7___closed__2; -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_33 = lean_ctor_get(x_1, 1); +lean_inc(x_33); +x_34 = l_Lean_MessageData_ofName(x_7); +x_35 = l_Array_forInUnsafe_loop___at_Lean_Elab_checkIfShadowingStructureField___spec__1___rarg___closed__2; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +x_37 = l_Lean_Elab_checkNotAlreadyDeclared___rarg___lambda__7___closed__2; +x_38 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_38, 0, x_36); +lean_ctor_set(x_38, 1, x_37); lean_inc(x_3); lean_inc(x_1); -x_40 = l_Lean_throwError___rarg(x_1, x_3, x_39); -x_41 = lean_alloc_closure((void*)(l_Lean_Elab_mkDeclName___rarg___lambda__4___boxed), 9, 8); -lean_closure_set(x_41, 0, x_1); -lean_closure_set(x_41, 1, x_2); -lean_closure_set(x_41, 2, x_3); -lean_closure_set(x_41, 3, x_14); -lean_closure_set(x_41, 4, x_4); -lean_closure_set(x_41, 5, x_5); -lean_closure_set(x_41, 6, x_10); -lean_closure_set(x_41, 7, x_11); -x_42 = lean_apply_4(x_34, lean_box(0), lean_box(0), x_40, x_41); -return x_42; -} +x_39 = l_Lean_throwError___rarg(x_1, x_3, x_38); +x_40 = lean_alloc_closure((void*)(l_Lean_Elab_mkDeclName___rarg___lambda__4___boxed), 9, 8); +lean_closure_set(x_40, 0, x_1); +lean_closure_set(x_40, 1, x_2); +lean_closure_set(x_40, 2, x_3); +lean_closure_set(x_40, 3, x_13); +lean_closure_set(x_40, 4, x_4); +lean_closure_set(x_40, 5, x_5); +lean_closure_set(x_40, 6, x_10); +lean_closure_set(x_40, 7, x_11); +x_41 = lean_apply_4(x_33, lean_box(0), lean_box(0), x_39, x_40); +return x_41; } } } @@ -3885,10 +3867,10 @@ lean_closure_set(x_19, 1, x_2); lean_closure_set(x_19, 2, x_3); lean_closure_set(x_19, 3, x_6); lean_closure_set(x_19, 4, x_4); -lean_closure_set(x_19, 5, x_9); -lean_closure_set(x_19, 6, x_10); -lean_closure_set(x_19, 7, x_8); -lean_closure_set(x_19, 8, x_18); +lean_closure_set(x_19, 5, x_18); +lean_closure_set(x_19, 6, x_9); +lean_closure_set(x_19, 7, x_10); +lean_closure_set(x_19, 8, x_8); lean_closure_set(x_19, 9, x_5); lean_closure_set(x_19, 10, x_7); x_20 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_17, x_19); @@ -3910,10 +3892,10 @@ lean_closure_set(x_25, 1, x_2); lean_closure_set(x_25, 2, x_3); lean_closure_set(x_25, 3, x_6); lean_closure_set(x_25, 4, x_4); -lean_closure_set(x_25, 5, x_9); -lean_closure_set(x_25, 6, x_10); -lean_closure_set(x_25, 7, x_8); -lean_closure_set(x_25, 8, x_24); +lean_closure_set(x_25, 5, x_24); +lean_closure_set(x_25, 6, x_9); +lean_closure_set(x_25, 7, x_10); +lean_closure_set(x_25, 8, x_8); lean_closure_set(x_25, 9, x_5); lean_closure_set(x_25, 10, x_7); x_26 = lean_apply_4(x_21, lean_box(0), lean_box(0), x_23, x_25); @@ -3971,12 +3953,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___rarg___lambda__5___boxed(lean_ _start: { uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_9); -lean_dec(x_9); -x_14 = l_Lean_Elab_mkDeclName___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_10, x_11, x_12); +x_13 = lean_unbox(x_6); +lean_dec(x_6); +x_14 = l_Lean_Elab_mkDeclName___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5, x_13, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_12); +lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); return x_14; } } diff --git a/stage0/stdlib/Lean/Elab/DeclUtil.c b/stage0/stdlib/Lean/Elab/DeclUtil.c index b4d2fc80b440..55a58f165ce3 100644 --- a/stage0/stdlib/Lean/Elab/DeclUtil.c +++ b/stage0/stdlib/Lean/Elab/DeclUtil.c @@ -31,7 +31,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompati LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeCompatibleAux___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeCompatibleAux___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__18___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_forallTelescopeCompatibleAux___rarg___lambda__4___closed__5; @@ -76,7 +76,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompati LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__8(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__22(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeCompatibleAux(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_sortDeclLevelParams___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -92,6 +91,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompati LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___at_Lean_Elab_sortDeclLevelParams___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_forallTelescopeCompatibleAux___rarg___closed__3; @@ -121,7 +121,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompati LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_forallTelescopeCompatibleAux___spec__15(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeCompatible___rarg___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_Meta_forallTelescopeCompatibleAux___rarg___lambda__4___closed__3; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Elab_sortDeclLevelParams___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__16(lean_object*); @@ -140,6 +140,7 @@ 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_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_String_isPrefixOf(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -169,6 +170,7 @@ lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__13(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___at_Lean_Elab_sortDeclLevelParams___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__18(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__13___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_forallTelescopeCompatibleAux___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1312,7 +1314,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeCompatibleAux___rarg___lambd { uint8_t x_16; lean_dec(x_10); -x_16 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_7, x_9); +x_16 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_7, x_9); 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; @@ -2815,36 +2817,69 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_7, x_1); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_8, x_1); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___at_Lean_Elab_sortDeclLevelParams___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) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_8, x_2); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; } } } @@ -2965,7 +3000,7 @@ x_24 = 0; x_25 = lean_usize_of_nat(x_8); lean_dec(x_8); x_26 = l_Lean_Meta_forallTelescopeCompatible___rarg___lambda__2___closed__1; -x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(x_2, x_3, x_24, x_25, x_26); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___at_Lean_Elab_sortDeclLevelParams___spec__4(x_2, x_2, x_3, x_24, x_25, x_26); lean_dec(x_3); lean_dec(x_2); x_28 = lean_array_get_size(x_27); @@ -3021,18 +3056,34 @@ lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___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: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___at_Lean_Elab_sortDeclLevelParams___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_sortDeclLevelParams___spec__3___at_Lean_Elab_sortDeclLevelParams___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l_Lean_Elab_sortDeclLevelParams___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { diff --git a/stage0/stdlib/Lean/Elab/Declaration.c b/stage0/stdlib/Lean/Elab/Declaration.c index 40c25171e7a0..369695c48967 100644 --- a/stage0/stdlib/Lean/Elab/Declaration.c +++ b/stage0/stdlib/Lean/Elab/Declaration.c @@ -875,7 +875,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("declaration", 11); +x_1 = lean_mk_string_from_bytes("abbrev", 6); return x_1; } } @@ -895,7 +895,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("abbrev", 6); +x_1 = lean_mk_string_from_bytes("def", 3); return x_1; } } @@ -915,7 +915,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("def", 3); +x_1 = lean_mk_string_from_bytes("theorem", 7); return x_1; } } @@ -935,7 +935,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("theorem", 7); +x_1 = lean_mk_string_from_bytes("opaque", 6); return x_1; } } @@ -955,7 +955,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("opaque", 6); +x_1 = lean_mk_string_from_bytes("axiom", 5); return x_1; } } @@ -975,7 +975,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("axiom", 5); +x_1 = lean_mk_string_from_bytes("inductive", 9); return x_1; } } @@ -995,7 +995,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("inductive", 9); +x_1 = lean_mk_string_from_bytes("classInductive", 14); return x_1; } } @@ -1015,7 +1015,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("classInductive", 14); +x_1 = lean_mk_string_from_bytes("structure", 9); return x_1; } } @@ -1035,7 +1035,7 @@ static lean_object* _init_l___private_Lean_Elab_Declaration_0__Lean_Elab_Command _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("structure", 9); +x_1 = lean_mk_string_from_bytes("declaration", 11); return x_1; } } @@ -1054,68 +1054,93 @@ return x_5; LEAN_EXPORT uint8_t l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef(lean_object* x_1) { _start: { -lean_object* x_2; uint8_t x_3; -x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +uint8_t x_2; lean_object* x_31; uint8_t x_32; +x_31 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; lean_inc(x_1); -x_3 = l_Lean_Syntax_isOfKind(x_1, x_2); -if (x_3 == 0) +x_32 = l_Lean_Syntax_isOfKind(x_1, x_31); +if (x_32 == 0) { -uint8_t x_4; -lean_dec(x_1); -x_4 = 0; -return x_4; +uint8_t x_33; +x_33 = 1; +x_2 = x_33; +goto block_30; } else { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_5 = lean_unsigned_to_nat(1u); -x_6 = l_Lean_Syntax_getArg(x_1, x_5); +uint8_t x_34; +x_34 = 0; +x_2 = x_34; +goto block_30; +} +block_30: +{ +if (x_2 == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_3 = lean_unsigned_to_nat(1u); +x_4 = l_Lean_Syntax_getArg(x_1, x_3); lean_dec(x_1); -x_7 = l_Lean_Syntax_getKind(x_6); +x_5 = l_Lean_Syntax_getKind(x_4); +x_6 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_7 = lean_name_eq(x_5, x_6); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; x_8 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__7; -x_9 = lean_name_eq(x_7, x_8); +x_9 = lean_name_eq(x_5, x_8); if (x_9 == 0) { lean_object* x_10; uint8_t x_11; x_10 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; -x_11 = lean_name_eq(x_7, x_10); +x_11 = lean_name_eq(x_5, x_10); if (x_11 == 0) { lean_object* x_12; uint8_t x_13; x_12 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__11; -x_13 = lean_name_eq(x_7, x_12); +x_13 = lean_name_eq(x_5, x_12); if (x_13 == 0) { lean_object* x_14; uint8_t x_15; x_14 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__13; -x_15 = lean_name_eq(x_7, x_14); +x_15 = lean_name_eq(x_5, x_14); if (x_15 == 0) { lean_object* x_16; uint8_t x_17; x_16 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__15; -x_17 = lean_name_eq(x_7, x_16); +x_17 = lean_name_eq(x_5, x_16); if (x_17 == 0) { lean_object* x_18; uint8_t x_19; x_18 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__17; -x_19 = lean_name_eq(x_7, x_18); +x_19 = lean_name_eq(x_5, x_18); if (x_19 == 0) { lean_object* x_20; uint8_t x_21; x_20 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__19; -x_21 = lean_name_eq(x_7, x_20); -if (x_21 == 0) +x_21 = lean_name_eq(x_5, x_20); +lean_dec(x_5); +return x_21; +} +else { -lean_object* x_22; uint8_t x_23; -x_22 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; -x_23 = lean_name_eq(x_7, x_22); -lean_dec(x_7); +uint8_t x_22; +lean_dec(x_5); +x_22 = 1; +return x_22; +} +} +else +{ +uint8_t x_23; +lean_dec(x_5); +x_23 = 1; return x_23; } +} else { uint8_t x_24; -lean_dec(x_7); +lean_dec(x_5); x_24 = 1; return x_24; } @@ -1123,7 +1148,7 @@ return x_24; else { uint8_t x_25; -lean_dec(x_7); +lean_dec(x_5); x_25 = 1; return x_25; } @@ -1131,7 +1156,7 @@ return x_25; else { uint8_t x_26; -lean_dec(x_7); +lean_dec(x_5); x_26 = 1; return x_26; } @@ -1139,7 +1164,7 @@ return x_26; else { uint8_t x_27; -lean_dec(x_7); +lean_dec(x_5); x_27 = 1; return x_27; } @@ -1147,7 +1172,7 @@ return x_27; else { uint8_t x_28; -lean_dec(x_7); +lean_dec(x_5); x_28 = 1; return x_28; } @@ -1155,19 +1180,11 @@ return x_28; else { uint8_t x_29; -lean_dec(x_7); -x_29 = 1; +lean_dec(x_1); +x_29 = 0; return x_29; } } -else -{ -uint8_t x_30; -lean_dec(x_7); -x_30 = 1; -return x_30; -} -} } } LEAN_EXPORT lean_object* l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___boxed(lean_object* x_1) { @@ -1203,7 +1220,7 @@ LEAN_EXPORT uint8_t l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isIns _start: { lean_object* x_2; uint8_t x_3; -x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; lean_inc(x_1); x_3 = l_Lean_Syntax_isOfKind(x_1, x_2); if (x_3 == 0) @@ -2244,7 +2261,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabAxiom___lambda__5___closed__6( { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Command_elabAxiom___lambda__5___closed__5; -x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__14; +x_2 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__12; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -3492,234 +3509,222 @@ return x_10; } else { -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_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; 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_11 = lean_array_uget(x_5, x_4); x_12 = lean_unsigned_to_nat(0u); x_13 = lean_array_uset(x_5, x_4, x_12); -x_14 = lean_unsigned_to_nat(2u); -x_15 = l_Lean_Syntax_getArg(x_11, x_14); -x_16 = l_Lean_Elab_Command_getRef(x_6, x_7, x_8); -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_replaceRef(x_11, x_17); -lean_dec(x_17); -x_20 = lean_ctor_get(x_6, 0); -x_21 = lean_ctor_get(x_6, 1); -x_22 = lean_ctor_get(x_6, 2); -x_23 = lean_ctor_get(x_6, 3); -x_24 = lean_ctor_get(x_6, 4); -x_25 = lean_ctor_get(x_6, 5); -x_26 = lean_ctor_get(x_6, 7); -lean_inc(x_26); -lean_inc(x_25); +x_21 = lean_unsigned_to_nat(2u); +x_22 = l_Lean_Syntax_getArg(x_11, x_21); +x_23 = l_Lean_Elab_Command_getRef(x_6, x_7, x_8); +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -x_27 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_27, 0, x_20); -lean_ctor_set(x_27, 1, x_21); -lean_ctor_set(x_27, 2, x_22); -lean_ctor_set(x_27, 3, x_23); -lean_ctor_set(x_27, 4, x_24); -lean_ctor_set(x_27, 5, x_25); -lean_ctor_set(x_27, 6, x_19); -lean_ctor_set(x_27, 7, x_26); -lean_inc(x_7); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = l_Lean_replaceRef(x_11, x_24); +lean_dec(x_24); +x_27 = lean_ctor_get(x_6, 0); +x_28 = lean_ctor_get(x_6, 1); +x_29 = lean_ctor_get(x_6, 2); +x_30 = lean_ctor_get(x_6, 3); +x_31 = lean_ctor_get(x_6, 4); +x_32 = lean_ctor_get(x_6, 5); +x_33 = lean_ctor_get(x_6, 7); +lean_inc(x_33); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); lean_inc(x_27); -x_28 = l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__1(x_15, x_27, x_7, x_18); -if (lean_obj_tag(x_28) == 0) +x_34 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_34, 0, x_27); +lean_ctor_set(x_34, 1, x_28); +lean_ctor_set(x_34, 2, x_29); +lean_ctor_set(x_34, 3, x_30); +lean_ctor_set(x_34, 4, x_31); +lean_ctor_set(x_34, 5, x_32); +lean_ctor_set(x_34, 6, x_26); +lean_ctor_set(x_34, 7, x_33); +lean_inc(x_7); +lean_inc(x_34); +x_35 = l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__1(x_22, x_34, x_7, x_25); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -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); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); lean_inc(x_1); lean_inc(x_2); lean_inc(x_11); -x_31 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__3), 8, 3); -lean_closure_set(x_31, 0, x_11); -lean_closure_set(x_31, 1, x_2); -lean_closure_set(x_31, 2, x_1); -x_32 = l_Lean_Syntax_getArg(x_11, x_12); -x_33 = l_Lean_Syntax_getOptional_x3f(x_32); -lean_dec(x_32); -if (lean_obj_tag(x_33) == 0) +x_38 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__3), 8, 3); +lean_closure_set(x_38, 0, x_11); +lean_closure_set(x_38, 1, x_2); +lean_closure_set(x_38, 2, x_1); +x_39 = l_Lean_Syntax_getArg(x_11, x_12); +x_40 = l_Lean_Syntax_getOptional_x3f(x_39); +lean_dec(x_39); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_34; lean_object* x_35; -lean_dec(x_31); -x_34 = lean_box(0); +lean_object* x_41; lean_object* x_42; +lean_dec(x_38); +x_41 = lean_box(0); lean_inc(x_7); lean_inc(x_1); lean_inc(x_2); -x_35 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__3(x_11, x_2, x_1, x_29, x_34, x_27, x_7, x_30); -if (lean_obj_tag(x_35) == 0) +x_42 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__3(x_11, x_2, x_1, x_36, x_41, x_34, x_7, x_37); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_36; lean_object* x_37; size_t x_38; size_t x_39; lean_object* x_40; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = 1; -x_39 = lean_usize_add(x_4, x_38); -x_40 = lean_array_uset(x_13, x_4, x_36); -x_4 = x_39; -x_5 = x_40; -x_8 = x_37; -goto _start; +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_14 = x_43; +x_15 = x_44; +goto block_20; } else { -uint8_t x_42; +uint8_t x_45; lean_dec(x_13); lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); -x_42 = !lean_is_exclusive(x_35); -if (x_42 == 0) +x_45 = !lean_is_exclusive(x_42); +if (x_45 == 0) { -return x_35; +return x_42; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_35, 0); -x_44 = lean_ctor_get(x_35, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_35); -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; +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_42, 0); +x_47 = lean_ctor_get(x_42, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_42); +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_46; +lean_object* x_49; lean_dec(x_11); -x_46 = lean_ctor_get(x_29, 0); -lean_inc(x_46); -if (lean_obj_tag(x_46) == 0) -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_33, 0); -lean_inc(x_47); -lean_dec(x_33); -x_48 = lean_box(0); -lean_inc(x_7); -x_49 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__4(x_47, x_31, x_29, x_48, x_27, x_7, x_30); -lean_dec(x_47); +x_49 = lean_ctor_get(x_36, 0); +lean_inc(x_49); if (lean_obj_tag(x_49) == 0) { -lean_object* x_50; lean_object* x_51; size_t x_52; size_t x_53; lean_object* x_54; -x_50 = lean_ctor_get(x_49, 0); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_40, 0); lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = 1; -x_53 = lean_usize_add(x_4, x_52); -x_54 = lean_array_uset(x_13, x_4, x_50); -x_4 = x_53; -x_5 = x_54; -x_8 = x_51; -goto _start; +lean_dec(x_40); +x_51 = lean_box(0); +lean_inc(x_7); +x_52 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__4(x_50, x_38, x_36, x_51, x_34, x_7, x_37); +lean_dec(x_50); +if (lean_obj_tag(x_52) == 0) +{ +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_14 = x_53; +x_15 = x_54; +goto block_20; } else { -uint8_t x_56; +uint8_t x_55; lean_dec(x_13); lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); -x_56 = !lean_is_exclusive(x_49); -if (x_56 == 0) +x_55 = !lean_is_exclusive(x_52); +if (x_55 == 0) { -return x_49; +return x_52; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_49, 0); -x_58 = lean_ctor_get(x_49, 1); -lean_inc(x_58); +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_52, 0); +x_57 = lean_ctor_get(x_52, 1); lean_inc(x_57); -lean_dec(x_49); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_inc(x_56); +lean_dec(x_52); +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; } } } else { -lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; -lean_dec(x_46); -x_60 = lean_ctor_get(x_33, 0); -lean_inc(x_60); -lean_dec(x_33); -x_61 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___closed__3; -x_62 = 2; -x_63 = l_Lean_logAt___at_Lean_Elab_Command_elabCommand___spec__4(x_60, x_61, x_62, x_27, x_7, x_30); -x_64 = lean_ctor_get(x_63, 0); +lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_dec(x_49); +x_59 = lean_ctor_get(x_40, 0); +lean_inc(x_59); +lean_dec(x_40); +x_60 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___closed__3; +x_61 = 2; +x_62 = l_Lean_logAt___at_Lean_Elab_Command_elabCommand___spec__4(x_59, x_60, x_61, x_34, x_7, x_37); +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_ctor_get(x_62, 1); lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); +lean_dec(x_62); lean_inc(x_7); -x_66 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__4(x_60, x_31, x_29, x_64, x_27, x_7, x_65); -lean_dec(x_64); -lean_dec(x_60); -if (lean_obj_tag(x_66) == 0) +x_65 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Declaration_0__Lean_Elab_Command_inductiveSyntaxToView___spec__3___lambda__4(x_59, x_38, x_36, x_63, x_34, x_7, x_64); +lean_dec(x_63); +lean_dec(x_59); +if (lean_obj_tag(x_65) == 0) { -lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; lean_object* x_71; -x_67 = lean_ctor_get(x_66, 0); +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_65, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_65, 1); lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = 1; -x_70 = lean_usize_add(x_4, x_69); -x_71 = lean_array_uset(x_13, x_4, x_67); -x_4 = x_70; -x_5 = x_71; -x_8 = x_68; -goto _start; +lean_dec(x_65); +x_14 = x_66; +x_15 = x_67; +goto block_20; } else { -uint8_t x_73; +uint8_t x_68; lean_dec(x_13); lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); -x_73 = !lean_is_exclusive(x_66); -if (x_73 == 0) +x_68 = !lean_is_exclusive(x_65); +if (x_68 == 0) { -return x_66; +return x_65; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_66, 0); -x_75 = lean_ctor_get(x_66, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_66); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_65, 0); +x_70 = lean_ctor_get(x_65, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_65); +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; } } } @@ -3727,32 +3732,43 @@ return x_76; } else { -uint8_t x_77; -lean_dec(x_27); +uint8_t x_72; +lean_dec(x_34); lean_dec(x_13); lean_dec(x_11); lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); -x_77 = !lean_is_exclusive(x_28); -if (x_77 == 0) +x_72 = !lean_is_exclusive(x_35); +if (x_72 == 0) { -return x_28; +return x_35; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_28, 0); -x_79 = lean_ctor_get(x_28, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_28); -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_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_35, 0); +x_74 = lean_ctor_get(x_35, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_35); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } +block_20: +{ +size_t x_16; size_t x_17; lean_object* x_18; +x_16 = 1; +x_17 = lean_usize_add(x_4, x_16); +x_18 = lean_array_uset(x_13, x_4, x_14); +x_4 = x_17; +x_5 = x_18; +x_8 = x_15; +goto _start; +} } } } @@ -4441,151 +4457,148 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_getTerminationHints(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_31; lean_object* x_32; uint8_t x_33; +lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; lean_object* x_33; uint8_t x_34; x_2 = lean_unsigned_to_nat(1u); x_3 = l_Lean_Syntax_getArg(x_1, x_2); lean_inc(x_3); -x_31 = l_Lean_Syntax_getKind(x_3); -x_32 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; -x_33 = lean_name_eq(x_31, x_32); -if (x_33 == 0) -{ -lean_object* x_34; uint8_t x_35; -x_34 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__7; -x_35 = lean_name_eq(x_31, x_34); -if (x_35 == 0) +x_4 = l_Lean_Syntax_getKind(x_3); +x_33 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__7; +x_34 = lean_name_eq(x_4, x_33); +if (x_34 == 0) { -lean_object* x_36; uint8_t x_37; -x_36 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__11; -x_37 = lean_name_eq(x_31, x_36); -if (x_37 == 0) +lean_object* x_35; uint8_t x_36; +x_35 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_36 = lean_name_eq(x_4, x_35); +if (x_36 == 0) { -lean_object* x_38; uint8_t x_39; -x_38 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isInstanceDef___closed__2; -x_39 = lean_name_eq(x_31, x_38); -lean_dec(x_31); -if (x_39 == 0) +lean_object* x_37; uint8_t x_38; +x_37 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +x_38 = lean_name_eq(x_4, x_37); +if (x_38 == 0) { -lean_object* x_40; -lean_dec(x_3); -x_40 = l_Lean_Elab_Command_getTerminationHints___closed__1; -return x_40; +lean_object* x_39; uint8_t x_40; +x_39 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isInstanceDef___closed__2; +x_40 = lean_name_eq(x_4, x_39); +lean_dec(x_4); +x_5 = x_40; +goto block_32; } else { -lean_object* x_41; -x_41 = lean_box(0); -x_4 = x_41; -goto block_30; +uint8_t x_41; +lean_dec(x_4); +x_41 = 1; +x_5 = x_41; +goto block_32; } } else { -lean_object* x_42; -lean_dec(x_31); -x_42 = lean_box(0); -x_4 = x_42; -goto block_30; +uint8_t x_42; +lean_dec(x_4); +x_42 = 1; +x_5 = x_42; +goto block_32; } } else { -lean_object* x_43; -lean_dec(x_31); -x_43 = lean_box(0); -x_4 = x_43; -goto block_30; -} +uint8_t x_43; +lean_dec(x_4); +x_43 = 1; +x_5 = x_43; +goto block_32; } -else +block_32: { -lean_object* x_44; -lean_dec(x_31); -x_44 = lean_box(0); -x_4 = x_44; -goto block_30; -} -block_30: +if (x_5 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; uint8_t x_11; -lean_dec(x_4); -x_5 = l_Lean_Syntax_getArgs(x_3); +lean_object* x_6; lean_dec(x_3); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(2u); -x_8 = lean_nat_sub(x_6, x_7); -x_9 = lean_nat_dec_lt(x_8, x_6); -x_10 = lean_nat_sub(x_6, x_2); -x_11 = lean_nat_dec_lt(x_10, x_6); -lean_dec(x_6); -if (x_9 == 0) +x_6 = l_Lean_Elab_Command_getTerminationHints___closed__1; +return x_6; +} +else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; uint8_t x_13; +x_7 = l_Lean_Syntax_getArgs(x_3); +lean_dec(x_3); +x_8 = lean_array_get_size(x_7); +x_9 = lean_unsigned_to_nat(2u); +x_10 = lean_nat_sub(x_8, x_9); +x_11 = lean_nat_dec_lt(x_10, x_8); +x_12 = lean_nat_sub(x_8, x_2); +x_13 = lean_nat_dec_lt(x_12, x_8); lean_dec(x_8); -x_12 = l_Lean_instInhabitedSyntax; -x_13 = l___private_Init_Util_0__outOfBounds___rarg(x_12); -x_14 = l_Lean_Syntax_getOptional_x3f(x_13); -lean_dec(x_13); if (x_11 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_dec(x_10); -lean_dec(x_5); -x_15 = l___private_Init_Util_0__outOfBounds___rarg(x_12); +x_14 = l_Lean_instInhabitedSyntax; +x_15 = l___private_Init_Util_0__outOfBounds___rarg(x_14); x_16 = l_Lean_Syntax_getOptional_x3f(x_15); lean_dec(x_15); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_14); -lean_ctor_set(x_17, 1, x_16); -return x_17; +if (x_13 == 0) +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_12); +lean_dec(x_7); +x_17 = l___private_Init_Util_0__outOfBounds___rarg(x_14); +x_18 = l_Lean_Syntax_getOptional_x3f(x_17); +lean_dec(x_17); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_16); +lean_ctor_set(x_19, 1, x_18); +return x_19; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_array_fget(x_5, x_10); -lean_dec(x_10); -lean_dec(x_5); -x_19 = l_Lean_Syntax_getOptional_x3f(x_18); -lean_dec(x_18); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_14); -lean_ctor_set(x_20, 1, x_19); -return x_20; +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_array_fget(x_7, x_12); +lean_dec(x_12); +lean_dec(x_7); +x_21 = l_Lean_Syntax_getOptional_x3f(x_20); +lean_dec(x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_16); +lean_ctor_set(x_22, 1, x_21); +return x_22; } } else { -lean_object* x_21; lean_object* x_22; -x_21 = lean_array_fget(x_5, x_8); -lean_dec(x_8); -x_22 = l_Lean_Syntax_getOptional_x3f(x_21); -lean_dec(x_21); -if (x_11 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_object* x_23; lean_object* x_24; +x_23 = lean_array_fget(x_7, x_10); lean_dec(x_10); -lean_dec(x_5); -x_23 = l_Lean_instInhabitedSyntax; -x_24 = l___private_Init_Util_0__outOfBounds___rarg(x_23); -x_25 = l_Lean_Syntax_getOptional_x3f(x_24); -lean_dec(x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_22); -lean_ctor_set(x_26, 1, x_25); -return x_26; +x_24 = l_Lean_Syntax_getOptional_x3f(x_23); +lean_dec(x_23); +if (x_13 == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_12); +lean_dec(x_7); +x_25 = l_Lean_instInhabitedSyntax; +x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); +x_27 = l_Lean_Syntax_getOptional_x3f(x_26); +lean_dec(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_24); +lean_ctor_set(x_28, 1, x_27); +return x_28; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_array_fget(x_5, x_10); -lean_dec(x_10); -lean_dec(x_5); -x_28 = l_Lean_Syntax_getOptional_x3f(x_27); -lean_dec(x_27); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_22); -lean_ctor_set(x_29, 1, x_28); -return x_29; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_array_fget(x_7, x_12); +lean_dec(x_12); +lean_dec(x_7); +x_30 = l_Lean_Syntax_getOptional_x3f(x_29); +lean_dec(x_29); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_24); +lean_ctor_set(x_31, 1, x_30); +return x_31; +} } } } @@ -5352,22 +5365,22 @@ x_9 = lean_unsigned_to_nat(1u); x_10 = l_Lean_Syntax_getArg(x_1, x_9); lean_inc(x_10); x_11 = l_Lean_Syntax_getKind(x_10); -x_12 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__15; +x_12 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__13; x_13 = lean_name_eq(x_11, x_12); if (x_13 == 0) { lean_object* x_14; uint8_t x_15; -x_14 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__17; +x_14 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__15; x_15 = lean_name_eq(x_11, x_14); if (x_15 == 0) { lean_object* x_16; uint8_t x_17; -x_16 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__19; +x_16 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__17; x_17 = lean_name_eq(x_11, x_16); if (x_17 == 0) { lean_object* x_18; uint8_t x_19; -x_18 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; +x_18 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__19; x_19 = lean_name_eq(x_11, x_18); lean_dec(x_11); if (x_19 == 0) @@ -5779,7 +5792,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_elabDeclaration(lean_o { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___regBuiltin_Lean_Elab_Command_elabDeclaration___closed__3; -x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_3 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; x_4 = l___regBuiltin_Lean_Elab_Command_elabDeclaration___closed__2; x_5 = l___regBuiltin_Lean_Elab_Command_elabDeclaration___closed__4; x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); @@ -5901,7 +5914,7 @@ x_6 = lean_unsigned_to_nat(1u); x_7 = l_Lean_Syntax_getArg(x_5, x_6); lean_dec(x_5); x_8 = l_Lean_Syntax_getKind(x_7); -x_9 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__17; +x_9 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__15; x_10 = lean_name_eq(x_8, x_9); lean_dec(x_8); if (x_10 == 0) @@ -10477,7 +10490,7 @@ lean_inc(x_37); x_55 = l_Lean_Syntax_node3(x_37, x_54, x_41, x_51, x_53); lean_inc(x_37); x_56 = l_Lean_Syntax_node1(x_37, x_42, x_55); -x_57 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__8; +x_57 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__6; lean_inc(x_37); x_58 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_58, 0, x_37); @@ -10556,7 +10569,7 @@ x_92 = l_Lean_Elab_Command_expandInitialize___lambda__1___closed__40; lean_inc(x_44); lean_inc(x_37); x_93 = l_Lean_Syntax_node3(x_37, x_92, x_87, x_91, x_44); -x_94 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +x_94 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__7; lean_inc_n(x_44, 3); lean_inc(x_37); x_95 = l_Lean_Syntax_node7(x_37, x_94, x_58, x_65, x_85, x_93, x_44, x_44, x_44); @@ -10572,7 +10585,7 @@ lean_ctor_set(x_97, 2, x_96); lean_inc_n(x_44, 3); lean_inc(x_37); x_98 = l_Lean_Syntax_node6(x_37, x_4, x_97, x_56, x_44, x_44, x_44, x_44); -x_99 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_99 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; x_100 = l_Lean_Syntax_node2(x_37, x_99, x_98, x_95); x_101 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_101, 0, x_100); @@ -10595,7 +10608,7 @@ lean_ctor_set(x_105, 2, x_104); lean_inc_n(x_44, 3); lean_inc(x_37); x_106 = l_Lean_Syntax_node6(x_37, x_4, x_105, x_56, x_44, x_44, x_44, x_44); -x_107 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_107 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; x_108 = l_Lean_Syntax_node2(x_37, x_107, x_106, x_95); x_109 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_109, 0, x_108); @@ -10791,7 +10804,7 @@ x_23 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_23, 0, x_18); lean_ctor_set(x_23, 1, x_21); lean_ctor_set(x_23, 2, x_22); -x_24 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__8; +x_24 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__6; lean_inc(x_18); x_25 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_25, 0, x_18); @@ -10877,7 +10890,7 @@ x_61 = l_Lean_Elab_Command_expandInitialize___lambda__1___closed__40; lean_inc(x_23); lean_inc(x_18); x_62 = l_Lean_Syntax_node3(x_18, x_61, x_49, x_60, x_23); -x_63 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__9; +x_63 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__7; lean_inc_n(x_23, 3); lean_inc(x_18); x_64 = l_Lean_Syntax_node7(x_18, x_63, x_25, x_32, x_47, x_62, x_23, x_23, x_23); @@ -10909,7 +10922,7 @@ lean_inc(x_18); x_78 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_78, 0, x_18); lean_ctor_set(x_78, 1, x_77); -x_79 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__12; +x_79 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__10; lean_inc(x_18); x_80 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_80, 0, x_18); @@ -10929,7 +10942,7 @@ x_88 = l_Lean_Elab_Command_expandInitialize___lambda__2___closed__9; lean_inc(x_23); lean_inc(x_18); x_89 = l_Lean_Syntax_node2(x_18, x_88, x_23, x_87); -x_90 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__13; +x_90 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__11; lean_inc(x_23); lean_inc(x_18); x_91 = l_Lean_Syntax_node4(x_18, x_90, x_80, x_86, x_89, x_23); @@ -10970,7 +10983,7 @@ lean_inc_n(x_23, 5); lean_inc(x_5); lean_inc(x_18); x_95 = l_Lean_Syntax_node6(x_18, x_5, x_23, x_23, x_23, x_23, x_94, x_23); -x_96 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__5; +x_96 = l___private_Lean_Elab_Declaration_0__Lean_Elab_Command_isNamedDef___closed__21; lean_inc(x_18); x_97 = l_Lean_Syntax_node2(x_18, x_96, x_95, x_64); if (lean_obj_tag(x_7) == 0) diff --git a/stage0/stdlib/Lean/Elab/Deriving/BEq.c b/stage0/stdlib/Lean/Elab/Deriving/BEq.c index 276953d25e35..30004750c04b 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/BEq.c +++ b/stage0/stdlib/Lean/Elab/Deriving/BEq.c @@ -18,6 +18,7 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_mkMatch(lean_object*, 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_Deriving_BEq_mkAuxFunction___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___private_Init_Util_0__outOfBounds___rarg(lean_object*); +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__2; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__4___closed__11; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__11; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__22; @@ -25,7 +26,6 @@ static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed_ lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__9; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__15; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__16; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__13; static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMutualBlock___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*); @@ -34,25 +34,21 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMa static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__19; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__4; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__7; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__4; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__16; LEAN_EXPORT lean_object* l_List_allM___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__4; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__17; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__13; static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__2; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__11; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__6; lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__3; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__12; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___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* l_Lean_Elab_Deriving_mkInstanceCmds(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Deriving_mkDiscrs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__2; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__4; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___spec__1(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); @@ -76,12 +72,14 @@ static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_isEnumType___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___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_throwError___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_allM___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__6; lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__7; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__6; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___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_Elab_Deriving_BEq_mkMutualBlock___closed__8; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -90,6 +88,7 @@ static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_BEq_mkMatch_ static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__4; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__15; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__7; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__23; static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__5; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__14; @@ -118,6 +117,7 @@ static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__5; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__2; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___spec__1___closed__3; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__4; static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__8; static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__2; lean_object* l_Lean_Elab_Command_liftTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -133,6 +133,7 @@ static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__14; 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_object* l_Lean_Elab_Deriving_mkHeader(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_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__14; static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__17; LEAN_EXPORT lean_object* l_Lean_isInductive___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__6; @@ -141,9 +142,11 @@ static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_BEq_mkMatch_ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__4___closed__12; extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__3; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch___closed__3; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__4___closed__1; static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__1___closed__1; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__13; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___spec__1___closed__2; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -154,15 +157,16 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__6(size_t, size_t, lean_object*); lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch___closed__4; static lean_object* l_Lean_Elab_Deriving_BEq_mkBEqHeader___closed__1; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__9; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___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*); -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__10; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__6; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__15; lean_object* lean_mk_syntax_ident(lean_object*); +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__11; LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__10; static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__10; @@ -184,6 +188,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Derivin LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_mkBEqHeader(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__12; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___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_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715_(lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__16; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___closed__3; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__4___closed__5; @@ -198,7 +203,6 @@ static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed_ static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__10; static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__1; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__25; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__14; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__9; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__15; 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*); @@ -207,7 +211,6 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__18; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720_(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__1; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -227,16 +230,14 @@ lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Deriving_mkInduc lean_object* l_Array_mkArray1___rarg(lean_object*); uint8_t l_Lean_Expr_isProp(lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__12; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__15; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___spec__1___closed__5; static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__15; static lean_object* l_Lean_Elab_Deriving_BEq_mkMatch___closed__5; lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__4___closed__3; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__1; size_t lean_usize_add(size_t, size_t); +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__10; extern lean_object* l_Lean_instInhabitedName; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___spec__1___closed__4; lean_object* lean_array_uget(lean_object*, size_t); @@ -248,12 +249,13 @@ extern lean_object* l_Lean_instInhabitedInductiveVal; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___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*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__8; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__5; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__5; +static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__16; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__8; static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__10; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__9; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___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_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__8; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__3; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -264,7 +266,6 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_m static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__27; lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__10; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__6; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__5___lambda__1___closed__5; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkAlts___spec__4___closed__4; static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__9; @@ -272,7 +273,6 @@ static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq lean_object* l_String_toSubstring_x27(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__9; -static lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__8; static lean_object* l_Lean_Elab_Deriving_BEq_mkMutualBlock___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_mkMatch_mkAlts(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_BEq_mkAuxFunction___lambda__1___closed__3; @@ -5280,392 +5280,223 @@ x_6 = lean_ctor_get(x_5, 0); lean_inc(x_6); if (lean_obj_tag(x_6) == 5) { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); -if (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; -x_8 = lean_ctor_get(x_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_11, 2); -lean_inc(x_12); -lean_dec(x_11); -x_13 = l_Lean_Expr_isProp(x_12); -lean_dec(x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_14 = lean_ctor_get(x_10, 3); -lean_inc(x_14); -x_15 = lean_unsigned_to_nat(0u); -x_16 = l_List_lengthTRAux___rarg(x_14, x_15); -lean_dec(x_14); -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_dec_eq(x_16, x_17); -lean_dec(x_16); -if (x_18 == 0) -{ -uint8_t x_19; lean_object* x_20; -lean_dec(x_10); -lean_dec(x_2); -x_19 = 0; -x_20 = lean_box(x_19); -lean_ctor_set(x_5, 0, x_20); -return x_5; +lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_17; lean_object* x_18; uint8_t x_19; +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); } -else +x_9 = lean_ctor_get(x_6, 0); +lean_inc(x_9); +lean_dec(x_6); +x_17 = lean_ctor_get(x_9, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_17, 2); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_Expr_isProp(x_18); +lean_dec(x_18); +if (x_19 == 0) { -lean_object* x_21; uint8_t x_22; -x_21 = lean_ctor_get(x_10, 2); -lean_inc(x_21); -x_22 = lean_nat_dec_eq(x_21, x_15); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_20 = lean_ctor_get(x_9, 3); +lean_inc(x_20); +x_21 = lean_unsigned_to_nat(0u); +x_22 = l_List_lengthTRAux___rarg(x_20, x_21); +lean_dec(x_20); +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_nat_dec_eq(x_22, x_23); +lean_dec(x_22); +if (x_24 == 0) { -uint8_t x_23; lean_object* x_24; -lean_dec(x_10); -lean_dec(x_2); -x_23 = 0; -x_24 = lean_box(x_23); -lean_ctor_set(x_5, 0, x_24); -return x_5; +uint8_t x_25; +x_25 = 0; +x_10 = x_25; +goto block_16; } else { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_10, 1); -lean_inc(x_25); -x_26 = lean_nat_dec_eq(x_25, x_15); -lean_dec(x_25); -if (x_26 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = lean_ctor_get(x_9, 2); +lean_inc(x_26); +x_27 = lean_nat_dec_eq(x_26, x_21); +lean_dec(x_26); +if (x_27 == 0) { -uint8_t x_27; lean_object* x_28; -lean_dec(x_10); -lean_dec(x_2); -x_27 = 0; -x_28 = lean_box(x_27); -lean_ctor_set(x_5, 0, x_28); -return x_5; +uint8_t x_28; +x_28 = 0; +x_10 = x_28; +goto block_16; } else { lean_object* x_29; uint8_t x_30; -x_29 = lean_ctor_get(x_10, 4); +x_29 = lean_ctor_get(x_9, 1); lean_inc(x_29); -x_30 = l_List_isEmpty___rarg(x_29); +x_30 = lean_nat_dec_eq(x_29, x_21); +lean_dec(x_29); if (x_30 == 0) { uint8_t x_31; -x_31 = lean_ctor_get_uint8(x_10, sizeof(void*)*5); -if (x_31 == 0) -{ -uint8_t x_32; -x_32 = lean_ctor_get_uint8(x_10, sizeof(void*)*5 + 3); -if (x_32 == 0) +x_31 = 0; +x_10 = x_31; +goto block_16; +} +else { -uint8_t x_33; -x_33 = lean_ctor_get_uint8(x_10, sizeof(void*)*5 + 1); -lean_dec(x_10); +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_9, 4); +lean_inc(x_32); +x_33 = l_List_isEmpty___rarg(x_32); +lean_dec(x_32); if (x_33 == 0) { -lean_object* x_34; -lean_free_object(x_5); -x_34 = l_List_allM___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__2(x_29, x_2, x_3, x_8); -return x_34; -} -else +uint8_t x_34; +x_34 = lean_ctor_get_uint8(x_9, sizeof(void*)*5); +if (x_34 == 0) { -uint8_t x_35; lean_object* x_36; -lean_dec(x_29); -lean_dec(x_2); -x_35 = 0; -x_36 = lean_box(x_35); -lean_ctor_set(x_5, 0, x_36); -return x_5; -} -} -else +uint8_t x_35; +x_35 = lean_ctor_get_uint8(x_9, sizeof(void*)*5 + 3); +if (x_35 == 0) { -uint8_t x_37; lean_object* x_38; -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_2); -x_37 = 0; -x_38 = lean_box(x_37); -lean_ctor_set(x_5, 0, x_38); -return x_5; -} -} -else +uint8_t x_36; +x_36 = lean_ctor_get_uint8(x_9, sizeof(void*)*5 + 1); +if (x_36 == 0) { -uint8_t x_39; lean_object* x_40; -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_2); -x_39 = 0; -x_40 = lean_box(x_39); -lean_ctor_set(x_5, 0, x_40); -return x_5; -} +uint8_t x_37; +x_37 = 1; +x_10 = x_37; +goto block_16; } else { -uint8_t x_41; lean_object* x_42; -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_2); -x_41 = 0; -x_42 = lean_box(x_41); -lean_ctor_set(x_5, 0, x_42); -return x_5; -} -} -} +uint8_t x_38; +x_38 = 0; +x_10 = x_38; +goto block_16; } } else { -uint8_t x_43; lean_object* x_44; -lean_dec(x_10); -lean_dec(x_2); -x_43 = 0; -x_44 = lean_box(x_43); -lean_ctor_set(x_5, 0, x_44); -return x_5; +uint8_t x_39; +x_39 = 0; +x_10 = x_39; +goto block_16; } } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_45 = lean_ctor_get(x_5, 1); -lean_inc(x_45); -lean_dec(x_5); -x_46 = lean_ctor_get(x_6, 0); -lean_inc(x_46); -lean_dec(x_6); -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); -x_48 = lean_ctor_get(x_47, 2); -lean_inc(x_48); -lean_dec(x_47); -x_49 = l_Lean_Expr_isProp(x_48); -lean_dec(x_48); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_50 = lean_ctor_get(x_46, 3); -lean_inc(x_50); -x_51 = lean_unsigned_to_nat(0u); -x_52 = l_List_lengthTRAux___rarg(x_50, x_51); -lean_dec(x_50); -x_53 = lean_unsigned_to_nat(1u); -x_54 = lean_nat_dec_eq(x_52, x_53); -lean_dec(x_52); -if (x_54 == 0) -{ -uint8_t x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_46); -lean_dec(x_2); -x_55 = 0; -x_56 = lean_box(x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_45); -return x_57; -} -else -{ -lean_object* x_58; uint8_t x_59; -x_58 = lean_ctor_get(x_46, 2); -lean_inc(x_58); -x_59 = lean_nat_dec_eq(x_58, x_51); -lean_dec(x_58); -if (x_59 == 0) -{ -uint8_t x_60; lean_object* x_61; lean_object* x_62; -lean_dec(x_46); -lean_dec(x_2); -x_60 = 0; -x_61 = lean_box(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_45); -return x_62; +uint8_t x_40; +x_40 = 0; +x_10 = x_40; +goto block_16; } -else -{ -lean_object* x_63; uint8_t x_64; -x_63 = lean_ctor_get(x_46, 1); -lean_inc(x_63); -x_64 = lean_nat_dec_eq(x_63, x_51); -lean_dec(x_63); -if (x_64 == 0) -{ -uint8_t x_65; lean_object* x_66; lean_object* x_67; -lean_dec(x_46); -lean_dec(x_2); -x_65 = 0; -x_66 = lean_box(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_45); -return x_67; } else { -lean_object* x_68; uint8_t x_69; -x_68 = lean_ctor_get(x_46, 4); -lean_inc(x_68); -x_69 = l_List_isEmpty___rarg(x_68); -if (x_69 == 0) -{ -uint8_t x_70; -x_70 = lean_ctor_get_uint8(x_46, sizeof(void*)*5); -if (x_70 == 0) -{ -uint8_t x_71; -x_71 = lean_ctor_get_uint8(x_46, sizeof(void*)*5 + 3); -if (x_71 == 0) -{ -uint8_t x_72; -x_72 = lean_ctor_get_uint8(x_46, sizeof(void*)*5 + 1); -lean_dec(x_46); -if (x_72 == 0) -{ -lean_object* x_73; -x_73 = l_List_allM___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__2(x_68, x_2, x_3, x_45); -return x_73; +uint8_t x_41; +x_41 = 0; +x_10 = x_41; +goto block_16; } -else -{ -uint8_t x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_68); -lean_dec(x_2); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_45); -return x_76; } } -else -{ -uint8_t x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_68); -lean_dec(x_46); -lean_dec(x_2); -x_77 = 0; -x_78 = lean_box(x_77); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_45); -return x_79; } } else { -uint8_t x_80; lean_object* x_81; lean_object* x_82; -lean_dec(x_68); -lean_dec(x_46); -lean_dec(x_2); -x_80 = 0; -x_81 = lean_box(x_80); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_45); -return x_82; -} +uint8_t x_42; +x_42 = 0; +x_10 = x_42; +goto block_16; } -else +block_16: +{ +if (x_10 == 0) { -uint8_t x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_68); -lean_dec(x_46); +uint8_t x_11; lean_object* x_12; lean_object* x_13; +lean_dec(x_9); lean_dec(x_2); -x_83 = 0; -x_84 = lean_box(x_83); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_45); -return x_85; -} -} -} +x_11 = 0; +x_12 = lean_box(x_11); +if (lean_is_scalar(x_8)) { + x_13 = lean_alloc_ctor(0, 2, 0); +} else { + x_13 = x_8; } +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_7); +return x_13; } else { -uint8_t x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_46); -lean_dec(x_2); -x_86 = 0; -x_87 = lean_box(x_86); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_45); -return x_88; +lean_object* x_14; lean_object* x_15; +lean_dec(x_8); +x_14 = lean_ctor_get(x_9, 4); +lean_inc(x_14); +lean_dec(x_9); +x_15 = l_List_allM___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__2(x_14, x_2, x_3, x_7); +return x_15; } } } else { -uint8_t x_89; +uint8_t x_43; lean_dec(x_6); lean_dec(x_2); -x_89 = !lean_is_exclusive(x_5); -if (x_89 == 0) +x_43 = !lean_is_exclusive(x_5); +if (x_43 == 0) { -lean_object* x_90; uint8_t x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_5, 0); -lean_dec(x_90); -x_91 = 0; -x_92 = lean_box(x_91); -lean_ctor_set(x_5, 0, x_92); +lean_object* x_44; uint8_t x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_5, 0); +lean_dec(x_44); +x_45 = 0; +x_46 = lean_box(x_45); +lean_ctor_set(x_5, 0, x_46); return x_5; } else { -lean_object* x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_ctor_get(x_5, 1); -lean_inc(x_93); +lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; +x_47 = lean_ctor_get(x_5, 1); +lean_inc(x_47); lean_dec(x_5); -x_94 = 0; -x_95 = lean_box(x_94); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_93); -return x_96; +x_48 = 0; +x_49 = lean_box(x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_47); +return x_50; } } } else { -uint8_t x_97; +uint8_t x_51; lean_dec(x_2); -x_97 = !lean_is_exclusive(x_5); -if (x_97 == 0) +x_51 = !lean_is_exclusive(x_5); +if (x_51 == 0) { return x_5; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_5, 0); -x_99 = lean_ctor_get(x_5, 1); -lean_inc(x_99); -lean_inc(x_98); +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_5, 0); +x_53 = lean_ctor_get(x_5, 1); +lean_inc(x_53); +lean_inc(x_52); lean_dec(x_5); -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; +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; } } } @@ -5848,20 +5679,20 @@ x_6 = lean_unsigned_to_nat(0u); x_7 = lean_nat_dec_lt(x_6, x_5); if (x_7 == 0) { -lean_object* x_158; lean_object* x_159; -x_158 = l_Lean_instInhabitedName; -x_159 = l___private_Init_Util_0__outOfBounds___rarg(x_158); -x_8 = x_159; -goto block_157; +lean_object* x_157; lean_object* x_158; +x_157 = l_Lean_instInhabitedName; +x_158 = l___private_Init_Util_0__outOfBounds___rarg(x_157); +x_8 = x_158; +goto block_156; } else { -lean_object* x_160; -x_160 = lean_array_fget(x_1, x_6); -x_8 = x_160; -goto block_157; +lean_object* x_159; +x_159 = lean_array_fget(x_1, x_6); +x_8 = x_159; +goto block_156; } -block_157: +block_156: { lean_object* x_9; lean_inc(x_2); @@ -5869,7 +5700,7 @@ lean_inc(x_8); x_9 = l_Lean_isEnumType___at_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler___spec__1(x_8, x_2, x_3, x_4); if (lean_obj_tag(x_9) == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_92; uint8_t x_93; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_148; uint8_t x_149; x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_9, 1); @@ -5882,275 +5713,30 @@ if (lean_is_exclusive(x_9)) { lean_dec_ref(x_9); x_12 = lean_box(0); } -x_92 = lean_unsigned_to_nat(1u); -x_93 = lean_nat_dec_eq(x_5, x_92); -if (x_93 == 0) +x_148 = lean_unsigned_to_nat(1u); +x_149 = lean_nat_dec_eq(x_5, x_148); +if (x_149 == 0) { -lean_object* x_94; +uint8_t x_150; lean_dec(x_10); -lean_dec(x_8); -x_94 = lean_box(0); -x_13 = x_94; -goto block_91; +x_150 = 0; +x_13 = x_150; +goto block_147; } else { -uint8_t x_95; -x_95 = lean_unbox(x_10); +uint8_t x_151; +x_151 = lean_unbox(x_10); lean_dec(x_10); -if (x_95 == 0) -{ -lean_object* x_96; -lean_dec(x_8); -x_96 = lean_box(0); -x_13 = x_96; -goto block_91; -} -else -{ -lean_object* x_97; lean_object* x_98; -lean_dec(x_12); -lean_dec(x_5); -lean_dec(x_1); -x_97 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumCmd), 8, 1); -lean_closure_set(x_97, 0, x_8); -lean_inc(x_2); -x_98 = l_Lean_Elab_Command_liftTermElabM___rarg(x_97, x_2, x_3, x_11); -if (lean_obj_tag(x_98) == 0) -{ -uint8_t x_99; -x_99 = !lean_is_exclusive(x_98); -if (x_99 == 0) -{ -lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_100 = lean_ctor_get(x_98, 0); -x_101 = lean_ctor_get(x_98, 1); -x_102 = lean_array_get_size(x_100); -x_103 = lean_nat_dec_lt(x_6, x_102); -if (x_103 == 0) -{ -uint8_t x_104; lean_object* x_105; -lean_dec(x_102); -lean_dec(x_100); -lean_dec(x_3); -lean_dec(x_2); -x_104 = 1; -x_105 = lean_box(x_104); -lean_ctor_set(x_98, 0, x_105); -return x_98; -} -else -{ -uint8_t x_106; -x_106 = lean_nat_dec_le(x_102, x_102); -if (x_106 == 0) -{ -uint8_t x_107; lean_object* x_108; -lean_dec(x_102); -lean_dec(x_100); -lean_dec(x_3); -lean_dec(x_2); -x_107 = 1; -x_108 = lean_box(x_107); -lean_ctor_set(x_98, 0, x_108); -return x_98; -} -else -{ -size_t x_109; size_t x_110; lean_object* x_111; lean_object* x_112; -lean_free_object(x_98); -x_109 = 0; -x_110 = lean_usize_of_nat(x_102); -lean_dec(x_102); -x_111 = lean_box(0); -x_112 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_100, x_109, x_110, x_111, x_2, x_3, x_101); -lean_dec(x_100); -if (lean_obj_tag(x_112) == 0) -{ -uint8_t x_113; -x_113 = !lean_is_exclusive(x_112); -if (x_113 == 0) -{ -lean_object* x_114; uint8_t x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_112, 0); -lean_dec(x_114); -x_115 = 1; -x_116 = lean_box(x_115); -lean_ctor_set(x_112, 0, x_116); -return x_112; -} -else -{ -lean_object* x_117; uint8_t x_118; lean_object* x_119; lean_object* x_120; -x_117 = lean_ctor_get(x_112, 1); -lean_inc(x_117); -lean_dec(x_112); -x_118 = 1; -x_119 = lean_box(x_118); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_117); -return x_120; -} -} -else -{ -uint8_t x_121; -x_121 = !lean_is_exclusive(x_112); -if (x_121 == 0) -{ -return x_112; -} -else -{ -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_112, 0); -x_123 = lean_ctor_get(x_112, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_112); -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; -} -} -} -} -} -else -{ -lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; -x_125 = lean_ctor_get(x_98, 0); -x_126 = lean_ctor_get(x_98, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_98); -x_127 = lean_array_get_size(x_125); -x_128 = lean_nat_dec_lt(x_6, x_127); -if (x_128 == 0) -{ -uint8_t x_129; lean_object* x_130; lean_object* x_131; -lean_dec(x_127); -lean_dec(x_125); -lean_dec(x_3); -lean_dec(x_2); -x_129 = 1; -x_130 = lean_box(x_129); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_130); -lean_ctor_set(x_131, 1, x_126); -return x_131; -} -else -{ -uint8_t x_132; -x_132 = lean_nat_dec_le(x_127, x_127); -if (x_132 == 0) -{ -uint8_t x_133; lean_object* x_134; lean_object* x_135; -lean_dec(x_127); -lean_dec(x_125); -lean_dec(x_3); -lean_dec(x_2); -x_133 = 1; -x_134 = lean_box(x_133); -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_126); -return x_135; -} -else -{ -size_t x_136; size_t x_137; lean_object* x_138; lean_object* x_139; -x_136 = 0; -x_137 = lean_usize_of_nat(x_127); -lean_dec(x_127); -x_138 = lean_box(0); -x_139 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_125, x_136, x_137, x_138, x_2, x_3, x_126); -lean_dec(x_125); -if (lean_obj_tag(x_139) == 0) -{ -lean_object* x_140; lean_object* x_141; uint8_t x_142; lean_object* x_143; lean_object* x_144; -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; -} else { - lean_dec_ref(x_139); - x_141 = lean_box(0); -} -x_142 = 1; -x_143 = lean_box(x_142); -if (lean_is_scalar(x_141)) { - x_144 = lean_alloc_ctor(0, 2, 0); -} else { - x_144 = x_141; +x_13 = x_151; +goto block_147; } -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_144, 1, x_140); -return x_144; -} -else -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_145 = lean_ctor_get(x_139, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_139, 1); -lean_inc(x_146); -if (lean_is_exclusive(x_139)) { - lean_ctor_release(x_139, 0); - lean_ctor_release(x_139, 1); - x_147 = x_139; -} else { - lean_dec_ref(x_139); - x_147 = lean_box(0); -} -if (lean_is_scalar(x_147)) { - x_148 = lean_alloc_ctor(1, 2, 0); -} else { - x_148 = x_147; -} -lean_ctor_set(x_148, 0, x_145); -lean_ctor_set(x_148, 1, x_146); -return x_148; -} -} -} -} -} -else +block_147: { -uint8_t x_149; -lean_dec(x_3); -lean_dec(x_2); -x_149 = !lean_is_exclusive(x_98); -if (x_149 == 0) -{ -return x_98; -} -else -{ -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_98, 0); -x_151 = lean_ctor_get(x_98, 1); -lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_98); -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; -} -} -} -} -block_91: +if (x_13 == 0) { uint8_t x_14; lean_object* x_15; -lean_dec(x_13); +lean_dec(x_8); if (x_7 == 0) { uint8_t x_79; @@ -6210,147 +5796,143 @@ goto block_78; } block_78: { +uint8_t x_16; if (x_14 == 0) { -uint8_t x_16; lean_object* x_17; lean_object* x_18; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_16 = 0; -x_17 = lean_box(x_16); -if (lean_is_scalar(x_12)) { - x_18 = lean_alloc_ctor(0, 2, 0); -} else { - x_18 = x_12; -} -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_15); -return x_18; +uint8_t x_77; +x_77 = 0; +x_16 = x_77; +goto block_76; } else { -if (x_7 == 0) +x_16 = x_7; +goto block_76; +} +block_76: { -uint8_t x_19; lean_object* x_20; lean_object* x_21; +if (x_16 == 0) +{ +uint8_t x_17; lean_object* x_18; lean_object* x_19; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_19 = 0; -x_20 = lean_box(x_19); +x_17 = 0; +x_18 = lean_box(x_17); if (lean_is_scalar(x_12)) { - x_21 = lean_alloc_ctor(0, 2, 0); + x_19 = lean_alloc_ctor(0, 2, 0); } else { - x_21 = x_12; + x_19 = x_12; } -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_15); -return x_21; +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_15); +return x_19; } else { -lean_object* x_22; lean_object* x_23; +lean_object* x_20; lean_object* x_21; lean_dec(x_12); -x_22 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___boxed), 8, 1); -lean_closure_set(x_22, 0, x_1); +x_20 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___boxed), 8, 1); +lean_closure_set(x_20, 0, x_1); lean_inc(x_2); -x_23 = l_Lean_Elab_Command_liftTermElabM___rarg(x_22, x_2, x_3, x_15); -if (lean_obj_tag(x_23) == 0) +x_21 = l_Lean_Elab_Command_liftTermElabM___rarg(x_20, x_2, x_3, x_15); +if (lean_obj_tag(x_21) == 0) { -uint8_t x_24; -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +uint8_t x_22; +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -x_27 = lean_array_get_size(x_25); -x_28 = lean_nat_dec_lt(x_6, x_27); -if (x_28 == 0) +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_array_get_size(x_23); +x_26 = lean_nat_dec_lt(x_6, x_25); +if (x_26 == 0) { -uint8_t x_29; lean_object* x_30; -lean_dec(x_27); +uint8_t x_27; lean_object* x_28; lean_dec(x_25); +lean_dec(x_23); lean_dec(x_3); lean_dec(x_2); -x_29 = 1; -x_30 = lean_box(x_29); -lean_ctor_set(x_23, 0, x_30); -return x_23; +x_27 = 1; +x_28 = lean_box(x_27); +lean_ctor_set(x_21, 0, x_28); +return x_21; } else { -uint8_t x_31; -x_31 = lean_nat_dec_le(x_27, x_27); -if (x_31 == 0) +uint8_t x_29; +x_29 = lean_nat_dec_le(x_25, x_25); +if (x_29 == 0) { -uint8_t x_32; lean_object* x_33; -lean_dec(x_27); +uint8_t x_30; lean_object* x_31; lean_dec(x_25); +lean_dec(x_23); lean_dec(x_3); lean_dec(x_2); -x_32 = 1; -x_33 = lean_box(x_32); -lean_ctor_set(x_23, 0, x_33); -return x_23; +x_30 = 1; +x_31 = lean_box(x_30); +lean_ctor_set(x_21, 0, x_31); +return x_21; } else { -size_t x_34; size_t x_35; lean_object* x_36; lean_object* x_37; -lean_free_object(x_23); -x_34 = 0; -x_35 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_36 = lean_box(0); -x_37 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_25, x_34, x_35, x_36, x_2, x_3, x_26); +size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; +lean_free_object(x_21); +x_32 = 0; +x_33 = lean_usize_of_nat(x_25); lean_dec(x_25); -if (lean_obj_tag(x_37) == 0) +x_34 = lean_box(0); +x_35 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_23, x_32, x_33, x_34, x_2, x_3, x_24); +lean_dec(x_23); +if (lean_obj_tag(x_35) == 0) { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_37); -if (x_38 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -lean_object* x_39; uint8_t x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_37, 0); -lean_dec(x_39); -x_40 = 1; -x_41 = lean_box(x_40); -lean_ctor_set(x_37, 0, x_41); -return x_37; +lean_object* x_37; uint8_t x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_35, 0); +lean_dec(x_37); +x_38 = 1; +x_39 = lean_box(x_38); +lean_ctor_set(x_35, 0, x_39); +return x_35; } else { -lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; -x_42 = lean_ctor_get(x_37, 1); -lean_inc(x_42); -lean_dec(x_37); -x_43 = 1; -x_44 = lean_box(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_42); -return x_45; +lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; +x_40 = lean_ctor_get(x_35, 1); +lean_inc(x_40); +lean_dec(x_35); +x_41 = 1; +x_42 = lean_box(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_40); +return x_43; } } else { -uint8_t x_46; -x_46 = !lean_is_exclusive(x_37); -if (x_46 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_35); +if (x_44 == 0) { -return x_37; +return x_35; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_37, 0); -x_48 = lean_ctor_get(x_37, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_37); -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_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_35, 0); +x_46 = lean_ctor_get(x_35, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_35); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } } } @@ -6358,102 +5940,102 @@ return x_49; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_50 = lean_ctor_get(x_23, 0); -x_51 = lean_ctor_get(x_23, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_23); -x_52 = lean_array_get_size(x_50); -x_53 = lean_nat_dec_lt(x_6, x_52); -if (x_53 == 0) +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = lean_ctor_get(x_21, 0); +x_49 = lean_ctor_get(x_21, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_21); +x_50 = lean_array_get_size(x_48); +x_51 = lean_nat_dec_lt(x_6, x_50); +if (x_51 == 0) { -uint8_t x_54; lean_object* x_55; lean_object* x_56; -lean_dec(x_52); +uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_dec(x_50); +lean_dec(x_48); lean_dec(x_3); lean_dec(x_2); -x_54 = 1; -x_55 = lean_box(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_51); -return x_56; +x_52 = 1; +x_53 = lean_box(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); +return x_54; } else { -uint8_t x_57; -x_57 = lean_nat_dec_le(x_52, x_52); -if (x_57 == 0) +uint8_t x_55; +x_55 = lean_nat_dec_le(x_50, x_50); +if (x_55 == 0) { -uint8_t x_58; lean_object* x_59; lean_object* x_60; -lean_dec(x_52); +uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_dec(x_50); +lean_dec(x_48); lean_dec(x_3); lean_dec(x_2); -x_58 = 1; -x_59 = lean_box(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_51); -return x_60; +x_56 = 1; +x_57 = lean_box(x_56); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_49); +return x_58; } else { -size_t x_61; size_t x_62; lean_object* x_63; lean_object* x_64; -x_61 = 0; -x_62 = lean_usize_of_nat(x_52); -lean_dec(x_52); -x_63 = lean_box(0); -x_64 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_50, x_61, x_62, x_63, x_2, x_3, x_51); +size_t x_59; size_t x_60; lean_object* x_61; lean_object* x_62; +x_59 = 0; +x_60 = lean_usize_of_nat(x_50); lean_dec(x_50); -if (lean_obj_tag(x_64) == 0) -{ -lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_64)) { - lean_ctor_release(x_64, 0); - lean_ctor_release(x_64, 1); - x_66 = x_64; +x_61 = lean_box(0); +x_62 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_48, x_59, x_60, x_61, x_2, x_3, x_49); +lean_dec(x_48); +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_66; lean_object* x_67; +x_63 = lean_ctor_get(x_62, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_62)) { + lean_ctor_release(x_62, 0); + lean_ctor_release(x_62, 1); + x_64 = x_62; } else { - lean_dec_ref(x_64); - x_66 = lean_box(0); + lean_dec_ref(x_62); + x_64 = lean_box(0); } -x_67 = 1; -x_68 = lean_box(x_67); -if (lean_is_scalar(x_66)) { - x_69 = lean_alloc_ctor(0, 2, 0); +x_65 = 1; +x_66 = lean_box(x_65); +if (lean_is_scalar(x_64)) { + x_67 = lean_alloc_ctor(0, 2, 0); } else { - x_69 = x_66; + x_67 = x_64; } -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_65); -return x_69; +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_63); +return x_67; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_70 = lean_ctor_get(x_64, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_64, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_64)) { - lean_ctor_release(x_64, 0); - lean_ctor_release(x_64, 1); - x_72 = x_64; +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_68 = lean_ctor_get(x_62, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_62, 1); +lean_inc(x_69); +if (lean_is_exclusive(x_62)) { + lean_ctor_release(x_62, 0); + lean_ctor_release(x_62, 1); + x_70 = x_62; } else { - lean_dec_ref(x_64); - x_72 = lean_box(0); + lean_dec_ref(x_62); + x_70 = lean_box(0); } -if (lean_is_scalar(x_72)) { - x_73 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_70)) { + x_71 = lean_alloc_ctor(1, 2, 0); } else { - x_73 = x_72; + x_71 = x_70; } -lean_ctor_set(x_73, 0, x_70); -lean_ctor_set(x_73, 1, x_71); -return x_73; +lean_ctor_set(x_71, 0, x_68); +lean_ctor_set(x_71, 1, x_69); +return x_71; } } } @@ -6461,28 +6043,242 @@ return x_73; } else { -uint8_t x_74; +uint8_t x_72; lean_dec(x_3); lean_dec(x_2); -x_74 = !lean_is_exclusive(x_23); -if (x_74 == 0) +x_72 = !lean_is_exclusive(x_21); +if (x_72 == 0) { -return x_23; +return x_21; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_23, 0); -x_76 = lean_ctor_get(x_23, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_23); -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; +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_21, 0); +x_74 = lean_ctor_get(x_21, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_21); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; +} +} +} +} +} +} +else +{ +lean_object* x_91; lean_object* x_92; +lean_dec(x_12); +lean_dec(x_5); +lean_dec(x_1); +x_91 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumCmd), 8, 1); +lean_closure_set(x_91, 0, x_8); +lean_inc(x_2); +x_92 = l_Lean_Elab_Command_liftTermElabM___rarg(x_91, x_2, x_3, x_11); +if (lean_obj_tag(x_92) == 0) +{ +uint8_t x_93; +x_93 = !lean_is_exclusive(x_92); +if (x_93 == 0) +{ +lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; +x_94 = lean_ctor_get(x_92, 0); +x_95 = lean_ctor_get(x_92, 1); +x_96 = lean_array_get_size(x_94); +x_97 = lean_nat_dec_lt(x_6, x_96); +if (x_97 == 0) +{ +uint8_t x_98; lean_object* x_99; +lean_dec(x_96); +lean_dec(x_94); +lean_dec(x_3); +lean_dec(x_2); +x_98 = 1; +x_99 = lean_box(x_98); +lean_ctor_set(x_92, 0, x_99); +return x_92; +} +else +{ +uint8_t x_100; +x_100 = lean_nat_dec_le(x_96, x_96); +if (x_100 == 0) +{ +uint8_t x_101; lean_object* x_102; +lean_dec(x_96); +lean_dec(x_94); +lean_dec(x_3); +lean_dec(x_2); +x_101 = 1; +x_102 = lean_box(x_101); +lean_ctor_set(x_92, 0, x_102); +return x_92; +} +else +{ +size_t x_103; size_t x_104; lean_object* x_105; lean_object* x_106; +lean_free_object(x_92); +x_103 = 0; +x_104 = lean_usize_of_nat(x_96); +lean_dec(x_96); +x_105 = lean_box(0); +x_106 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_94, x_103, x_104, x_105, x_2, x_3, x_95); +lean_dec(x_94); +if (lean_obj_tag(x_106) == 0) +{ +uint8_t x_107; +x_107 = !lean_is_exclusive(x_106); +if (x_107 == 0) +{ +lean_object* x_108; uint8_t x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_106, 0); +lean_dec(x_108); +x_109 = 1; +x_110 = lean_box(x_109); +lean_ctor_set(x_106, 0, x_110); +return x_106; +} +else +{ +lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; +x_111 = lean_ctor_get(x_106, 1); +lean_inc(x_111); +lean_dec(x_106); +x_112 = 1; +x_113 = lean_box(x_112); +x_114 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_114, 0, x_113); +lean_ctor_set(x_114, 1, x_111); +return x_114; } } +else +{ +uint8_t x_115; +x_115 = !lean_is_exclusive(x_106); +if (x_115 == 0) +{ +return x_106; +} +else +{ +lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_116 = lean_ctor_get(x_106, 0); +x_117 = lean_ctor_get(x_106, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_106); +x_118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +return x_118; +} +} +} +} +} +else +{ +lean_object* x_119; lean_object* x_120; lean_object* x_121; uint8_t x_122; +x_119 = lean_ctor_get(x_92, 0); +x_120 = lean_ctor_get(x_92, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_92); +x_121 = lean_array_get_size(x_119); +x_122 = lean_nat_dec_lt(x_6, x_121); +if (x_122 == 0) +{ +uint8_t x_123; lean_object* x_124; lean_object* x_125; +lean_dec(x_121); +lean_dec(x_119); +lean_dec(x_3); +lean_dec(x_2); +x_123 = 1; +x_124 = lean_box(x_123); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_120); +return x_125; +} +else +{ +uint8_t x_126; +x_126 = lean_nat_dec_le(x_121, x_121); +if (x_126 == 0) +{ +uint8_t x_127; lean_object* x_128; lean_object* x_129; +lean_dec(x_121); +lean_dec(x_119); +lean_dec(x_3); +lean_dec(x_2); +x_127 = 1; +x_128 = lean_box(x_127); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_120); +return x_129; +} +else +{ +size_t x_130; size_t x_131; lean_object* x_132; lean_object* x_133; +x_130 = 0; +x_131 = lean_usize_of_nat(x_121); +lean_dec(x_121); +x_132 = lean_box(0); +x_133 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_119, x_130, x_131, x_132, x_2, x_3, x_120); +lean_dec(x_119); +if (lean_obj_tag(x_133) == 0) +{ +lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; lean_object* x_138; +x_134 = lean_ctor_get(x_133, 1); +lean_inc(x_134); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + lean_ctor_release(x_133, 1); + x_135 = x_133; +} else { + lean_dec_ref(x_133); + x_135 = lean_box(0); +} +x_136 = 1; +x_137 = lean_box(x_136); +if (lean_is_scalar(x_135)) { + x_138 = lean_alloc_ctor(0, 2, 0); +} else { + x_138 = x_135; +} +lean_ctor_set(x_138, 0, x_137); +lean_ctor_set(x_138, 1, x_134); +return x_138; +} +else +{ +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_139 = lean_ctor_get(x_133, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_133, 1); +lean_inc(x_140); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + lean_ctor_release(x_133, 1); + x_141 = x_133; +} else { + lean_dec_ref(x_133); + x_141 = lean_box(0); +} +if (lean_is_scalar(x_141)) { + x_142 = lean_alloc_ctor(1, 2, 0); +} else { + x_142 = x_141; +} +lean_ctor_set(x_142, 0, x_139); +lean_ctor_set(x_142, 1, x_140); +return x_142; } } } @@ -6490,29 +6286,56 @@ return x_77; } else { -uint8_t x_153; +uint8_t x_143; +lean_dec(x_3); +lean_dec(x_2); +x_143 = !lean_is_exclusive(x_92); +if (x_143 == 0) +{ +return x_92; +} +else +{ +lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_144 = lean_ctor_get(x_92, 0); +x_145 = lean_ctor_get(x_92, 1); +lean_inc(x_145); +lean_inc(x_144); +lean_dec(x_92); +x_146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_146, 0, x_144); +lean_ctor_set(x_146, 1, x_145); +return x_146; +} +} +} +} +} +else +{ +uint8_t x_152; lean_dec(x_8); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_153 = !lean_is_exclusive(x_9); -if (x_153 == 0) +x_152 = !lean_is_exclusive(x_9); +if (x_152 == 0) { return x_9; } else { -lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_154 = lean_ctor_get(x_9, 0); -x_155 = lean_ctor_get(x_9, 1); -lean_inc(x_155); +lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_153 = lean_ctor_get(x_9, 0); +x_154 = lean_ctor_get(x_9, 1); lean_inc(x_154); +lean_inc(x_153); lean_dec(x_9); -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; +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; } } } @@ -6561,7 +6384,7 @@ lean_dec(x_1); return x_9; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__1() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__1() { _start: { lean_object* x_1; @@ -6569,7 +6392,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_BEq_mkBEqInstanceHandler), return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__2() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6579,37 +6402,37 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__3() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__2; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__2; x_2 = l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__4() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__3; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__3; x_2 = l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__5() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__4; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__4; x_2 = l_Lean_Elab_Deriving_BEq_mkBEqHeader___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__6() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__6() { _start: { lean_object* x_1; @@ -6617,17 +6440,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__7() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__5; -x_2 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__6; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__5; +x_2 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__8() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__8() { _start: { lean_object* x_1; @@ -6635,57 +6458,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__9() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__7; -x_2 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__8; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__7; +x_2 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__10() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__9; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__9; x_2 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_BEq_mkMatch_mkElseAlt___spec__1___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__11() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__10; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__10; x_2 = l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__12() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__11; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__11; x_2 = l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__13() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__12; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__12; x_2 = l_Lean_Elab_Deriving_BEq_mkBEqHeader___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__14() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__14() { _start: { lean_object* x_1; @@ -6693,32 +6516,32 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__15() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__13; -x_2 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__14; +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__13; +x_2 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__16() { +static lean_object* _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__15; -x_2 = lean_unsigned_to_nat(3720u); +x_1 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__15; +x_2 = lean_unsigned_to_nat(3715u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_Elab_Deriving_BEq_mkBEqHeader___closed__2; -x_3 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__1; +x_3 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -6728,7 +6551,7 @@ lean_inc(x_5); lean_dec(x_4); x_6 = l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqInstanceCmds___closed__5; x_7 = 0; -x_8 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__16; +x_8 = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__16; x_9 = l_Lean_registerTraceClass(x_6, x_7, x_8, x_5); return x_9; } @@ -7031,39 +6854,39 @@ l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___clos lean_mark_persistent(l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__18); l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__19 = _init_l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__19(); lean_mark_persistent(l___private_Lean_Elab_Deriving_BEq_0__Lean_Elab_Deriving_BEq_mkBEqEnumFun___closed__19); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__1 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__1(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__1); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__2 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__2(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__2); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__3 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__3(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__3); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__4 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__4(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__4); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__5 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__5(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__5); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__6 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__6(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__6); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__7 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__7(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__7); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__8 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__8(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__8); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__9 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__9(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__9); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__10 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__10(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__10); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__11 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__11(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__11); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__12 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__12(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__12); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__13 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__13(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__13); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__14 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__14(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__14); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__15 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__15(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__15); -l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__16 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__16(); -lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720____closed__16); -res = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3720_(lean_io_mk_world()); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__1 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__1(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__1); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__2 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__2(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__2); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__3 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__3(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__3); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__4 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__4(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__4); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__5 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__5(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__5); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__6 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__6(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__6); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__7 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__7(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__7); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__8 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__8(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__8); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__9 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__9(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__9); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__10 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__10(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__10); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__11 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__11(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__11); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__12 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__12(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__12); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__13 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__13(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__13); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__14 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__14(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__14); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__15 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__15(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__15); +l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__16 = _init_l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__16(); +lean_mark_persistent(l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715____closed__16); +res = l_Lean_Elab_Deriving_BEq_initFn____x40_Lean_Elab_Deriving_BEq___hyg_3715_(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/Deriving/Basic.c b/stage0/stdlib/Lean/Elab/Deriving/Basic.c index 8a426cd4a1d4..d0e6fd6f577f 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Basic.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Basic.c @@ -29,7 +29,6 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_applyDerivingHandlers___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_elabDeriving___spec__14___closed__1; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_processDefDeriving___spec__3___closed__1; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__14; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_elabDeriving___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_elabDeriving___spec__13(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabDeriving___closed__8; @@ -37,9 +36,11 @@ lean_object* l_Lean_throwError___at___private_Lean_Elab_Command_0__Lean_Elab_Com LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_Elab_elabDeriving___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Elab_Term_mkAuxName___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_name_append_after(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_elabDeriving_declRange(lean_object*); extern lean_object* l_Lean_maxRecDepthErrorMessage; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__2; lean_object* l_List_mapTR_loop___at_Lean_resolveGlobalConstNoOverload___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_elabDeriving___spec__19___lambda__1___boxed(lean_object*, 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*); @@ -52,9 +53,11 @@ lean_object* l_Lean_MessageData_ofList(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_mkInst_x3f_go_x3f___lambda__1(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*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__12; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getOptDerivingClasses___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_elabDeriving___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_elabDeriving_declRange___closed__3; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__8; lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_defaultHandler___closed__4; static lean_object* l_Lean_Elab_elabDeriving___lambda__2___closed__2; @@ -66,6 +69,7 @@ lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_elabDeriving___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Command_expandDeclId___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_processDefDeriving___spec__4___rarg___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__6; static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_processDefDeriving___spec__4___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_registerDerivingHandlerWithArgs___spec__1(lean_object*, lean_object*); lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); @@ -78,17 +82,17 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_ lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_List_filterMap___at_Lean_resolveGlobalConst___spec__1(lean_object*); static lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_Elab_elabDeriving___spec__9___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869_(lean_object*); lean_object* lean_name_append_before(lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); lean_object* l_List_toString___at_Lean_resolveGlobalConstNoOverloadCore___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabDeriving___lambda__3(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__11; static lean_object* l___regBuiltin_Lean_Elab_elabDeriving_declRange___closed__6; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getOptDerivingClasses___spec__1___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_initializing(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__16; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_elabDeriving___spec__5(size_t, size_t, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__11; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_processDefDeriving___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_defaultHandler___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_elabDeriving___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -99,6 +103,7 @@ size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Elab_elabDeriving___lambda__2___closed__1; static lean_object* l_Lean_Elab_getOptDerivingClasses___rarg___closed__1; lean_object* l_List_mapTR_loop___at_Lean_resolveGlobalConstCore___spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_elabDeriving(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_processDefDeriving___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_registerDerivingHandler(lean_object*, lean_object*, lean_object*); @@ -117,10 +122,8 @@ LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_elabDerivi lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_elabDeriving___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabDeriving___closed__2; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_processDefDeriving___spec__4___rarg(lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__6; lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_elabDeriving___spec__4(size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_processDefDeriving___closed__1; @@ -131,7 +134,7 @@ lean_object* l_Lean_Meta_check(lean_object*, lean_object*, lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_processDefDeriving___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_defaultHandler___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Elab_elabDeriving___spec__8___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870_(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__16; lean_object* l_Lean_Elab_Command_liftTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__16(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_elabDeriving(lean_object*); @@ -149,21 +152,18 @@ uint8_t lean_is_out_param(lean_object*); lean_object* l_Lean_Meta_synthInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getOptDerivingClasses___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_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_elabDeriving___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_DerivingClassView_applyHandlers(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__3; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_processDefDeriving___spec__3(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_processDefDeriving___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_getOptDerivingClasses___rarg___lambda__1(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_registerDerivingHandlerWithArgs___lambda__1___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__14; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_elabDeriving___spec__4___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_elabDeriving___spec__18(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__15; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_processDefDeriving___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_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*); @@ -173,7 +173,6 @@ static lean_object* l___regBuiltin_Lean_Elab_elabDeriving___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_registerDerivingHandlerWithArgs(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_elabDeriving___spec__6___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getOptDerivingClasses___spec__1___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); lean_object* l_Lean_Elab_Command_getScope___rarg(lean_object*, lean_object*); @@ -186,18 +185,16 @@ lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__4(lea uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_processDefDeriving___spec__1(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_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_processDefDeriving___spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_registerDerivingHandler___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__2; static lean_object* l_Lean_Elab_elabDeriving___closed__6; static lean_object* l_Lean_Elab_defaultHandler___closed__5; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_elabDeriving___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getOptDerivingClasses___spec__1___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_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__4; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__7; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_applyDerivingHandlers___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_elabDeriving___spec__19(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__13; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_elabDeriving___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_registerDerivingHandler___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -206,6 +203,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_Term_ lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses(lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_elabDeriving___spec__6(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__10; static lean_object* l___regBuiltin_Lean_Elab_elabDeriving___closed__2; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_processDefDeriving___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -241,6 +239,7 @@ static lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_elabDeriving___spec lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_applyDerivingHandlers___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_processDefDeriving___spec__3___closed__2; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__4; LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_elabDeriving___spec__2___boxed(lean_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -258,7 +257,6 @@ lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_registerDerivingHandlerWithArgs___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabDeriving___closed__4; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_processDefDeriving___spec__1___lambda__2___boxed(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_object* lean_array_get_size(lean_object*); @@ -274,6 +272,7 @@ lean_object* l_Lean_addAndCompile(lean_object*, lean_object*, lean_object*, lean LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_registerDerivingHandlerWithArgs___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_List_filterTR_loop___at_Lean_resolveGlobalConstCore___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__3; uint8_t l_Lean_Expr_isForall(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_elabDeriving___spec__16(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*); @@ -281,6 +280,7 @@ lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Command_expandDeclId___spec static lean_object* l_Lean_Elab_applyDerivingHandlers___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__5; lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_MkInstResult_outParams___default___closed__1; @@ -4403,34 +4403,31 @@ x_46 = lean_nat_dec_eq(x_45, x_31); x_47 = l_Lean_Elab_Command_getRef(x_6, x_7, x_44); if (x_46 == 0) { -uint8_t x_115; -x_115 = 0; -x_48 = x_115; -goto block_114; +uint8_t x_104; +x_104 = 0; +x_48 = x_104; +goto block_103; } else { if (lean_obj_tag(x_30) == 0) { -uint8_t x_116; -x_116 = 1; -x_48 = x_116; -goto block_114; +uint8_t x_105; +x_105 = 1; +x_48 = x_105; +goto block_103; } else { -uint8_t x_117; -x_117 = 0; -x_48 = x_117; -goto block_114; +uint8_t x_106; +x_106 = 0; +x_48 = x_106; +goto block_103; } } -block_114: -{ -if (x_48 == 0) +block_103: { -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_dec(x_45); +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_49 = lean_ctor_get(x_47, 0); lean_inc(x_49); x_50 = lean_ctor_get(x_47, 1); @@ -4462,6 +4459,10 @@ lean_ctor_set(x_59, 4, x_56); lean_ctor_set(x_59, 5, x_57); lean_ctor_set(x_59, 6, x_51); lean_ctor_set(x_59, 7, x_58); +if (x_48 == 0) +{ +lean_object* x_60; +lean_dec(x_45); lean_inc(x_7); lean_inc(x_1); x_60 = l_Lean_Elab_applyDerivingHandlers(x_43, x_1, x_30, x_59, x_7, x_50); @@ -4487,225 +4488,194 @@ goto block_40; } else { -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; uint8_t x_76; -x_64 = lean_ctor_get(x_47, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_47, 1); -lean_inc(x_65); -lean_dec(x_47); -x_66 = l_Lean_replaceRef(x_11, x_64); -lean_dec(x_64); -lean_dec(x_11); -x_67 = lean_ctor_get(x_6, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_6, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_6, 2); -lean_inc(x_69); -x_70 = lean_ctor_get(x_6, 3); -lean_inc(x_70); -x_71 = lean_ctor_get(x_6, 4); -lean_inc(x_71); -x_72 = lean_ctor_get(x_6, 5); -lean_inc(x_72); -x_73 = lean_ctor_get(x_6, 7); -lean_inc(x_73); -x_74 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_68); -lean_ctor_set(x_74, 2, x_69); -lean_ctor_set(x_74, 3, x_70); -lean_ctor_set(x_74, 4, x_71); -lean_ctor_set(x_74, 5, x_72); -lean_ctor_set(x_74, 6, x_66); -lean_ctor_set(x_74, 7, x_73); -x_75 = lean_unsigned_to_nat(0u); -x_76 = lean_nat_dec_lt(x_75, x_45); +lean_object* x_64; uint8_t x_65; +x_64 = lean_unsigned_to_nat(0u); +x_65 = lean_nat_dec_lt(x_64, x_45); lean_dec(x_45); -if (x_76 == 0) +if (x_65 == 0) { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = l_Lean_instInhabitedName; -x_78 = l___private_Init_Util_0__outOfBounds___rarg(x_77); -lean_inc(x_74); +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = l_Lean_instInhabitedName; +x_67 = l___private_Init_Util_0__outOfBounds___rarg(x_66); +lean_inc(x_59); lean_inc(x_43); -x_79 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_43, x_78, x_74, x_7, x_65); -if (lean_obj_tag(x_79) == 0) -{ -lean_object* x_80; uint8_t x_81; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_unbox(x_80); -lean_dec(x_80); -if (x_81 == 0) +x_68 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_43, x_67, x_59, x_7, x_50); +if (lean_obj_tag(x_68) == 0) { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_79, 1); -lean_inc(x_82); -lean_dec(x_79); +lean_object* x_69; uint8_t x_70; +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_unbox(x_69); +lean_dec(x_69); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_68, 1); +lean_inc(x_71); +lean_dec(x_68); lean_inc(x_7); lean_inc(x_1); -x_83 = l_Lean_Elab_applyDerivingHandlers(x_43, x_1, x_30, x_74, x_7, x_82); -if (lean_obj_tag(x_83) == 0) +x_72 = l_Lean_Elab_applyDerivingHandlers(x_43, x_1, x_30, x_59, x_7, x_71); +if (lean_obj_tag(x_72) == 0) { -x_33 = x_83; +x_33 = x_72; goto block_40; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -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); +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_7); lean_inc(x_6); -x_86 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_84, x_6, x_7, x_85); -x_33 = x_86; +x_75 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_73, x_6, x_7, x_74); +x_33 = x_75; goto block_40; } } else { -uint8_t x_87; -lean_dec(x_74); +uint8_t x_76; +lean_dec(x_59); lean_dec(x_43); lean_dec(x_30); -x_87 = !lean_is_exclusive(x_79); -if (x_87 == 0) -{ -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_79, 0); -lean_dec(x_88); -x_89 = lean_box(0); -lean_ctor_set(x_79, 0, x_89); -x_33 = x_79; +x_76 = !lean_is_exclusive(x_68); +if (x_76 == 0) +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_68, 0); +lean_dec(x_77); +x_78 = lean_box(0); +lean_ctor_set(x_68, 0, x_78); +x_33 = x_68; goto block_40; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_79, 1); -lean_inc(x_90); -lean_dec(x_79); -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); -x_33 = x_92; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_68, 1); +lean_inc(x_79); +lean_dec(x_68); +x_80 = lean_box(0); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_79); +x_33 = x_81; goto block_40; } } } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -lean_dec(x_74); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_dec(x_59); lean_dec(x_43); lean_dec(x_30); -x_93 = lean_ctor_get(x_79, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_79, 1); -lean_inc(x_94); -lean_dec(x_79); +x_82 = lean_ctor_get(x_68, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_68, 1); +lean_inc(x_83); +lean_dec(x_68); lean_inc(x_7); lean_inc(x_6); -x_95 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_93, x_6, x_7, x_94); -x_33 = x_95; +x_84 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_82, x_6, x_7, x_83); +x_33 = x_84; goto block_40; } } else { -lean_object* x_96; lean_object* x_97; -x_96 = lean_array_fget(x_1, x_75); -lean_inc(x_74); +lean_object* x_85; lean_object* x_86; +x_85 = lean_array_fget(x_1, x_64); +lean_inc(x_59); lean_inc(x_43); -x_97 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_43, x_96, x_74, x_7, x_65); -if (lean_obj_tag(x_97) == 0) -{ -lean_object* x_98; uint8_t x_99; -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_86 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_43, x_85, x_59, x_7, x_50); +if (lean_obj_tag(x_86) == 0) +{ +lean_object* x_87; uint8_t x_88; +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_unbox(x_87); +lean_dec(x_87); +if (x_88 == 0) +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_86, 1); +lean_inc(x_89); +lean_dec(x_86); lean_inc(x_7); lean_inc(x_1); -x_101 = l_Lean_Elab_applyDerivingHandlers(x_43, x_1, x_30, x_74, x_7, x_100); -if (lean_obj_tag(x_101) == 0) +x_90 = l_Lean_Elab_applyDerivingHandlers(x_43, x_1, x_30, x_59, x_7, x_89); +if (lean_obj_tag(x_90) == 0) { -x_33 = x_101; +x_33 = x_90; goto block_40; } else { -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_object* x_91; lean_object* x_92; lean_object* 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); lean_inc(x_7); lean_inc(x_6); -x_104 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_102, x_6, x_7, x_103); -x_33 = x_104; +x_93 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_91, x_6, x_7, x_92); +x_33 = x_93; goto block_40; } } else { -uint8_t x_105; -lean_dec(x_74); +uint8_t x_94; +lean_dec(x_59); lean_dec(x_43); lean_dec(x_30); -x_105 = !lean_is_exclusive(x_97); -if (x_105 == 0) -{ -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_97, 0); -lean_dec(x_106); -x_107 = lean_box(0); -lean_ctor_set(x_97, 0, x_107); -x_33 = x_97; +x_94 = !lean_is_exclusive(x_86); +if (x_94 == 0) +{ +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_86, 0); +lean_dec(x_95); +x_96 = lean_box(0); +lean_ctor_set(x_86, 0, x_96); +x_33 = x_86; goto block_40; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_97, 1); -lean_inc(x_108); -lean_dec(x_97); -x_109 = lean_box(0); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_108); -x_33 = x_110; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_86, 1); +lean_inc(x_97); +lean_dec(x_86); +x_98 = lean_box(0); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_97); +x_33 = x_99; goto block_40; } } } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_74); +lean_object* x_100; lean_object* x_101; lean_object* x_102; +lean_dec(x_59); lean_dec(x_43); lean_dec(x_30); -x_111 = lean_ctor_get(x_97, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_97, 1); -lean_inc(x_112); -lean_dec(x_97); +x_100 = lean_ctor_get(x_86, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_86, 1); +lean_inc(x_101); +lean_dec(x_86); lean_inc(x_7); lean_inc(x_6); -x_113 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_111, x_6, x_7, x_112); -x_33 = x_113; +x_102 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_100, x_6, x_7, x_101); +x_33 = x_102; goto block_40; } } @@ -4714,53 +4684,53 @@ goto block_40; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_dec(x_30); lean_dec(x_11); -x_118 = lean_ctor_get(x_42, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_42, 1); -lean_inc(x_119); +x_107 = lean_ctor_get(x_42, 0); +lean_inc(x_107); +x_108 = lean_ctor_get(x_42, 1); +lean_inc(x_108); lean_dec(x_42); lean_inc(x_7); lean_inc(x_6); -x_120 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_118, x_6, x_7, x_119); -if (lean_obj_tag(x_120) == 0) +x_109 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_107, x_6, x_7, x_108); +if (lean_obj_tag(x_109) == 0) { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_120, 1); -lean_inc(x_121); -lean_dec(x_120); -x_122 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_122, 0, x_5); -x_12 = x_122; -x_13 = x_121; +lean_object* x_110; lean_object* x_111; +x_110 = lean_ctor_get(x_109, 1); +lean_inc(x_110); +lean_dec(x_109); +x_111 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_111, 0, x_5); +x_12 = x_111; +x_13 = x_110; goto block_20; } else { -uint8_t x_123; +uint8_t x_112; lean_dec(x_5); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_123 = !lean_is_exclusive(x_120); -if (x_123 == 0) +x_112 = !lean_is_exclusive(x_109); +if (x_112 == 0) { -return x_120; +return x_109; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_120, 0); -x_125 = lean_ctor_get(x_120, 1); -lean_inc(x_125); -lean_inc(x_124); -lean_dec(x_120); -x_126 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -return x_126; +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_109, 0); +x_114 = lean_ctor_get(x_109, 1); +lean_inc(x_114); +lean_inc(x_113); +lean_dec(x_109); +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_114); +return x_115; } } } @@ -4808,330 +4778,300 @@ return x_39; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_139; lean_object* x_140; +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_128; lean_object* x_129; lean_dec(x_5); -x_127 = lean_array_fget(x_21, x_22); -x_128 = lean_unsigned_to_nat(1u); -x_129 = lean_nat_add(x_22, x_128); +x_116 = lean_array_fget(x_21, x_22); +x_117 = lean_unsigned_to_nat(1u); +x_118 = lean_nat_add(x_22, x_117); lean_dec(x_22); -x_130 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_130, 0, x_21); -lean_ctor_set(x_130, 1, x_129); -lean_ctor_set(x_130, 2, x_23); -x_139 = lean_box(0); +x_119 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_119, 0, x_21); +lean_ctor_set(x_119, 1, x_118); +lean_ctor_set(x_119, 2, x_23); +x_128 = lean_box(0); lean_inc(x_7); lean_inc(x_6); lean_inc(x_11); -x_140 = l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Elab_elabDeriving___spec__8(x_11, x_139, x_6, x_7, x_8); -if (lean_obj_tag(x_140) == 0) +x_129 = l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Elab_elabDeriving___spec__8(x_11, x_128, x_6, x_7, x_8); +if (lean_obj_tag(x_129) == 0) { -lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; uint8_t x_146; -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_143 = lean_array_get_size(x_1); -x_144 = lean_nat_dec_eq(x_143, x_128); -x_145 = l_Lean_Elab_Command_getRef(x_6, x_7, x_142); -if (x_144 == 0) +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; lean_object* x_134; uint8_t x_135; +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); +lean_dec(x_129); +x_132 = lean_array_get_size(x_1); +x_133 = lean_nat_dec_eq(x_132, x_117); +x_134 = l_Lean_Elab_Command_getRef(x_6, x_7, x_131); +if (x_133 == 0) { -uint8_t x_209; -x_209 = 0; -x_146 = x_209; -goto block_208; +uint8_t x_187; +x_187 = 0; +x_135 = x_187; +goto block_186; } else { -if (lean_obj_tag(x_127) == 0) +if (lean_obj_tag(x_116) == 0) { -uint8_t x_210; -x_210 = 1; -x_146 = x_210; -goto block_208; +uint8_t x_188; +x_188 = 1; +x_135 = x_188; +goto block_186; } else { -uint8_t x_211; -x_211 = 0; -x_146 = x_211; -goto block_208; +uint8_t x_189; +x_189 = 0; +x_135 = x_189; +goto block_186; } } -block_208: +block_186: { -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; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -lean_dec(x_143); -x_147 = lean_ctor_get(x_145, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_145, 1); -lean_inc(x_148); -lean_dec(x_145); -x_149 = l_Lean_replaceRef(x_11, x_147); -lean_dec(x_147); +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; +x_136 = lean_ctor_get(x_134, 0); +lean_inc(x_136); +x_137 = lean_ctor_get(x_134, 1); +lean_inc(x_137); +lean_dec(x_134); +x_138 = l_Lean_replaceRef(x_11, x_136); +lean_dec(x_136); lean_dec(x_11); -x_150 = lean_ctor_get(x_6, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_6, 1); -lean_inc(x_151); -x_152 = lean_ctor_get(x_6, 2); -lean_inc(x_152); -x_153 = lean_ctor_get(x_6, 3); -lean_inc(x_153); -x_154 = lean_ctor_get(x_6, 4); -lean_inc(x_154); -x_155 = lean_ctor_get(x_6, 5); -lean_inc(x_155); -x_156 = lean_ctor_get(x_6, 7); -lean_inc(x_156); -x_157 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_157, 0, x_150); -lean_ctor_set(x_157, 1, x_151); -lean_ctor_set(x_157, 2, x_152); -lean_ctor_set(x_157, 3, x_153); -lean_ctor_set(x_157, 4, x_154); -lean_ctor_set(x_157, 5, x_155); -lean_ctor_set(x_157, 6, x_149); -lean_ctor_set(x_157, 7, x_156); +x_139 = lean_ctor_get(x_6, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_6, 1); +lean_inc(x_140); +x_141 = lean_ctor_get(x_6, 2); +lean_inc(x_141); +x_142 = lean_ctor_get(x_6, 3); +lean_inc(x_142); +x_143 = lean_ctor_get(x_6, 4); +lean_inc(x_143); +x_144 = lean_ctor_get(x_6, 5); +lean_inc(x_144); +x_145 = lean_ctor_get(x_6, 7); +lean_inc(x_145); +x_146 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_146, 0, x_139); +lean_ctor_set(x_146, 1, x_140); +lean_ctor_set(x_146, 2, x_141); +lean_ctor_set(x_146, 3, x_142); +lean_ctor_set(x_146, 4, x_143); +lean_ctor_set(x_146, 5, x_144); +lean_ctor_set(x_146, 6, x_138); +lean_ctor_set(x_146, 7, x_145); +if (x_135 == 0) +{ +lean_object* x_147; +lean_dec(x_132); lean_inc(x_7); lean_inc(x_1); -x_158 = l_Lean_Elab_applyDerivingHandlers(x_141, x_1, x_127, x_157, x_7, x_148); -if (lean_obj_tag(x_158) == 0) +x_147 = l_Lean_Elab_applyDerivingHandlers(x_130, x_1, x_116, x_146, x_7, x_137); +if (lean_obj_tag(x_147) == 0) { -x_131 = x_158; -goto block_138; +x_120 = x_147; +goto block_127; } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -lean_dec(x_158); +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_inc(x_7); lean_inc(x_6); -x_161 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_159, x_6, x_7, x_160); -x_131 = x_161; -goto block_138; +x_150 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_148, x_6, x_7, x_149); +x_120 = x_150; +goto block_127; } } else { -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; uint8_t x_174; -x_162 = lean_ctor_get(x_145, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_145, 1); -lean_inc(x_163); -lean_dec(x_145); -x_164 = l_Lean_replaceRef(x_11, x_162); -lean_dec(x_162); -lean_dec(x_11); -x_165 = lean_ctor_get(x_6, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_6, 1); -lean_inc(x_166); -x_167 = lean_ctor_get(x_6, 2); -lean_inc(x_167); -x_168 = lean_ctor_get(x_6, 3); -lean_inc(x_168); -x_169 = lean_ctor_get(x_6, 4); -lean_inc(x_169); -x_170 = lean_ctor_get(x_6, 5); -lean_inc(x_170); -x_171 = lean_ctor_get(x_6, 7); -lean_inc(x_171); -x_172 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_172, 0, x_165); -lean_ctor_set(x_172, 1, x_166); -lean_ctor_set(x_172, 2, x_167); -lean_ctor_set(x_172, 3, x_168); -lean_ctor_set(x_172, 4, x_169); -lean_ctor_set(x_172, 5, x_170); -lean_ctor_set(x_172, 6, x_164); -lean_ctor_set(x_172, 7, x_171); -x_173 = lean_unsigned_to_nat(0u); -x_174 = lean_nat_dec_lt(x_173, x_143); -lean_dec(x_143); -if (x_174 == 0) -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; -x_175 = l_Lean_instInhabitedName; -x_176 = l___private_Init_Util_0__outOfBounds___rarg(x_175); -lean_inc(x_172); -lean_inc(x_141); -x_177 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_141, x_176, x_172, x_7, x_163); -if (lean_obj_tag(x_177) == 0) -{ -lean_object* x_178; uint8_t x_179; -x_178 = lean_ctor_get(x_177, 0); -lean_inc(x_178); -x_179 = lean_unbox(x_178); -lean_dec(x_178); -if (x_179 == 0) -{ -lean_object* x_180; lean_object* x_181; -x_180 = lean_ctor_get(x_177, 1); -lean_inc(x_180); -lean_dec(x_177); +lean_object* x_151; uint8_t x_152; +x_151 = lean_unsigned_to_nat(0u); +x_152 = lean_nat_dec_lt(x_151, x_132); +lean_dec(x_132); +if (x_152 == 0) +{ +lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_153 = l_Lean_instInhabitedName; +x_154 = l___private_Init_Util_0__outOfBounds___rarg(x_153); +lean_inc(x_146); +lean_inc(x_130); +x_155 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_130, x_154, x_146, x_7, x_137); +if (lean_obj_tag(x_155) == 0) +{ +lean_object* x_156; uint8_t x_157; +x_156 = lean_ctor_get(x_155, 0); +lean_inc(x_156); +x_157 = lean_unbox(x_156); +lean_dec(x_156); +if (x_157 == 0) +{ +lean_object* x_158; lean_object* x_159; +x_158 = lean_ctor_get(x_155, 1); +lean_inc(x_158); +lean_dec(x_155); lean_inc(x_7); lean_inc(x_1); -x_181 = l_Lean_Elab_applyDerivingHandlers(x_141, x_1, x_127, x_172, x_7, x_180); -if (lean_obj_tag(x_181) == 0) +x_159 = l_Lean_Elab_applyDerivingHandlers(x_130, x_1, x_116, x_146, x_7, x_158); +if (lean_obj_tag(x_159) == 0) { -x_131 = x_181; -goto block_138; +x_120 = x_159; +goto block_127; } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); +lean_object* x_160; lean_object* x_161; lean_object* x_162; +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); lean_inc(x_7); lean_inc(x_6); -x_184 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_182, x_6, x_7, x_183); -x_131 = x_184; -goto block_138; +x_162 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_160, x_6, x_7, x_161); +x_120 = x_162; +goto block_127; } } else { -lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; -lean_dec(x_172); -lean_dec(x_141); -lean_dec(x_127); -x_185 = lean_ctor_get(x_177, 1); -lean_inc(x_185); -if (lean_is_exclusive(x_177)) { - lean_ctor_release(x_177, 0); - lean_ctor_release(x_177, 1); - x_186 = x_177; +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; +lean_dec(x_146); +lean_dec(x_130); +lean_dec(x_116); +x_163 = lean_ctor_get(x_155, 1); +lean_inc(x_163); +if (lean_is_exclusive(x_155)) { + lean_ctor_release(x_155, 0); + lean_ctor_release(x_155, 1); + x_164 = x_155; } else { - lean_dec_ref(x_177); - x_186 = lean_box(0); + lean_dec_ref(x_155); + x_164 = lean_box(0); } -x_187 = lean_box(0); -if (lean_is_scalar(x_186)) { - x_188 = lean_alloc_ctor(0, 2, 0); +x_165 = lean_box(0); +if (lean_is_scalar(x_164)) { + x_166 = lean_alloc_ctor(0, 2, 0); } else { - x_188 = x_186; + x_166 = x_164; } -lean_ctor_set(x_188, 0, x_187); -lean_ctor_set(x_188, 1, x_185); -x_131 = x_188; -goto block_138; +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_163); +x_120 = x_166; +goto block_127; } } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; -lean_dec(x_172); -lean_dec(x_141); -lean_dec(x_127); -x_189 = lean_ctor_get(x_177, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_177, 1); -lean_inc(x_190); -lean_dec(x_177); +lean_object* x_167; lean_object* x_168; lean_object* x_169; +lean_dec(x_146); +lean_dec(x_130); +lean_dec(x_116); +x_167 = lean_ctor_get(x_155, 0); +lean_inc(x_167); +x_168 = lean_ctor_get(x_155, 1); +lean_inc(x_168); +lean_dec(x_155); lean_inc(x_7); lean_inc(x_6); -x_191 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_189, x_6, x_7, x_190); -x_131 = x_191; -goto block_138; +x_169 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_167, x_6, x_7, x_168); +x_120 = x_169; +goto block_127; } } else { -lean_object* x_192; lean_object* x_193; -x_192 = lean_array_fget(x_1, x_173); +lean_object* x_170; lean_object* x_171; +x_170 = lean_array_fget(x_1, x_151); +lean_inc(x_146); +lean_inc(x_130); +x_171 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_130, x_170, x_146, x_7, x_137); +if (lean_obj_tag(x_171) == 0) +{ +lean_object* x_172; uint8_t x_173; +x_172 = lean_ctor_get(x_171, 0); lean_inc(x_172); -lean_inc(x_141); -x_193 = l___private_Lean_Elab_Deriving_Basic_0__Lean_Elab_tryApplyDefHandler(x_141, x_192, x_172, x_7, x_163); -if (lean_obj_tag(x_193) == 0) -{ -lean_object* x_194; uint8_t x_195; -x_194 = lean_ctor_get(x_193, 0); -lean_inc(x_194); -x_195 = lean_unbox(x_194); -lean_dec(x_194); -if (x_195 == 0) -{ -lean_object* x_196; lean_object* x_197; -x_196 = lean_ctor_get(x_193, 1); -lean_inc(x_196); -lean_dec(x_193); +x_173 = lean_unbox(x_172); +lean_dec(x_172); +if (x_173 == 0) +{ +lean_object* x_174; lean_object* x_175; +x_174 = lean_ctor_get(x_171, 1); +lean_inc(x_174); +lean_dec(x_171); lean_inc(x_7); lean_inc(x_1); -x_197 = l_Lean_Elab_applyDerivingHandlers(x_141, x_1, x_127, x_172, x_7, x_196); -if (lean_obj_tag(x_197) == 0) +x_175 = l_Lean_Elab_applyDerivingHandlers(x_130, x_1, x_116, x_146, x_7, x_174); +if (lean_obj_tag(x_175) == 0) { -x_131 = x_197; -goto block_138; +x_120 = x_175; +goto block_127; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_197, 0); -lean_inc(x_198); -x_199 = lean_ctor_get(x_197, 1); -lean_inc(x_199); -lean_dec(x_197); +lean_object* x_176; lean_object* x_177; lean_object* x_178; +x_176 = lean_ctor_get(x_175, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_175, 1); +lean_inc(x_177); +lean_dec(x_175); lean_inc(x_7); lean_inc(x_6); -x_200 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_198, x_6, x_7, x_199); -x_131 = x_200; -goto block_138; +x_178 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_176, x_6, x_7, x_177); +x_120 = x_178; +goto block_127; } } else { -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -lean_dec(x_172); -lean_dec(x_141); -lean_dec(x_127); -x_201 = lean_ctor_get(x_193, 1); -lean_inc(x_201); -if (lean_is_exclusive(x_193)) { - lean_ctor_release(x_193, 0); - lean_ctor_release(x_193, 1); - x_202 = x_193; +lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +lean_dec(x_146); +lean_dec(x_130); +lean_dec(x_116); +x_179 = lean_ctor_get(x_171, 1); +lean_inc(x_179); +if (lean_is_exclusive(x_171)) { + lean_ctor_release(x_171, 0); + lean_ctor_release(x_171, 1); + x_180 = x_171; } else { - lean_dec_ref(x_193); - x_202 = lean_box(0); + lean_dec_ref(x_171); + x_180 = lean_box(0); } -x_203 = lean_box(0); -if (lean_is_scalar(x_202)) { - x_204 = lean_alloc_ctor(0, 2, 0); +x_181 = lean_box(0); +if (lean_is_scalar(x_180)) { + x_182 = lean_alloc_ctor(0, 2, 0); } else { - x_204 = x_202; + x_182 = x_180; } -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_201); -x_131 = x_204; -goto block_138; +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_179); +x_120 = x_182; +goto block_127; } } else { -lean_object* x_205; lean_object* x_206; lean_object* x_207; -lean_dec(x_172); -lean_dec(x_141); -lean_dec(x_127); -x_205 = lean_ctor_get(x_193, 0); -lean_inc(x_205); -x_206 = lean_ctor_get(x_193, 1); -lean_inc(x_206); -lean_dec(x_193); +lean_object* x_183; lean_object* x_184; lean_object* x_185; +lean_dec(x_146); +lean_dec(x_130); +lean_dec(x_116); +x_183 = lean_ctor_get(x_171, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_171, 1); +lean_inc(x_184); +lean_dec(x_171); lean_inc(x_7); lean_inc(x_6); -x_207 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_205, x_6, x_7, x_206); -x_131 = x_207; -goto block_138; +x_185 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_183, x_6, x_7, x_184); +x_120 = x_185; +goto block_127; } } } @@ -5139,99 +5079,99 @@ goto block_138; } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_127); +lean_object* x_190; lean_object* x_191; lean_object* x_192; +lean_dec(x_116); lean_dec(x_11); -x_212 = lean_ctor_get(x_140, 0); -lean_inc(x_212); -x_213 = lean_ctor_get(x_140, 1); -lean_inc(x_213); -lean_dec(x_140); +x_190 = lean_ctor_get(x_129, 0); +lean_inc(x_190); +x_191 = lean_ctor_get(x_129, 1); +lean_inc(x_191); +lean_dec(x_129); lean_inc(x_7); lean_inc(x_6); -x_214 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_212, x_6, x_7, x_213); -if (lean_obj_tag(x_214) == 0) -{ -lean_object* x_215; lean_object* x_216; -x_215 = lean_ctor_get(x_214, 1); -lean_inc(x_215); -lean_dec(x_214); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_130); -x_12 = x_216; -x_13 = x_215; +x_192 = l_Lean_Elab_logException___at_Lean_Elab_Command_runLinters___spec__1(x_190, x_6, x_7, x_191); +if (lean_obj_tag(x_192) == 0) +{ +lean_object* x_193; lean_object* x_194; +x_193 = lean_ctor_get(x_192, 1); +lean_inc(x_193); +lean_dec(x_192); +x_194 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_194, 0, x_119); +x_12 = x_194; +x_13 = x_193; goto block_20; } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; -lean_dec(x_130); +lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; +lean_dec(x_119); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_217 = lean_ctor_get(x_214, 0); -lean_inc(x_217); -x_218 = lean_ctor_get(x_214, 1); -lean_inc(x_218); -if (lean_is_exclusive(x_214)) { - lean_ctor_release(x_214, 0); - lean_ctor_release(x_214, 1); - x_219 = x_214; +x_195 = lean_ctor_get(x_192, 0); +lean_inc(x_195); +x_196 = lean_ctor_get(x_192, 1); +lean_inc(x_196); +if (lean_is_exclusive(x_192)) { + lean_ctor_release(x_192, 0); + lean_ctor_release(x_192, 1); + x_197 = x_192; } else { - lean_dec_ref(x_214); - x_219 = lean_box(0); + lean_dec_ref(x_192); + x_197 = lean_box(0); } -if (lean_is_scalar(x_219)) { - x_220 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_197)) { + x_198 = lean_alloc_ctor(1, 2, 0); } else { - x_220 = x_219; + x_198 = x_197; } -lean_ctor_set(x_220, 0, x_217); -lean_ctor_set(x_220, 1, x_218); -return x_220; +lean_ctor_set(x_198, 0, x_195); +lean_ctor_set(x_198, 1, x_196); +return x_198; } } -block_138: +block_127: { -if (lean_obj_tag(x_131) == 0) +if (lean_obj_tag(x_120) == 0) { -lean_object* x_132; lean_object* x_133; -x_132 = lean_ctor_get(x_131, 1); -lean_inc(x_132); -lean_dec(x_131); -x_133 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_133, 0, x_130); -x_12 = x_133; -x_13 = x_132; +lean_object* x_121; lean_object* x_122; +x_121 = lean_ctor_get(x_120, 1); +lean_inc(x_121); +lean_dec(x_120); +x_122 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_122, 0, x_119); +x_12 = x_122; +x_13 = x_121; goto block_20; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; -lean_dec(x_130); +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; +lean_dec(x_119); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_134 = lean_ctor_get(x_131, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_131, 1); -lean_inc(x_135); -if (lean_is_exclusive(x_131)) { - lean_ctor_release(x_131, 0); - lean_ctor_release(x_131, 1); - x_136 = x_131; +x_123 = lean_ctor_get(x_120, 0); +lean_inc(x_123); +x_124 = lean_ctor_get(x_120, 1); +lean_inc(x_124); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + lean_ctor_release(x_120, 1); + x_125 = x_120; } else { - lean_dec_ref(x_131); - x_136 = lean_box(0); + lean_dec_ref(x_120); + x_125 = lean_box(0); } -if (lean_is_scalar(x_136)) { - x_137 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_125)) { + x_126 = lean_alloc_ctor(1, 2, 0); } else { - x_137 = x_136; + x_126 = x_125; } -lean_ctor_set(x_137, 0, x_134); -lean_ctor_set(x_137, 1, x_135); -return x_137; +lean_ctor_set(x_126, 0, x_123); +lean_ctor_set(x_126, 1, x_124); +return x_126; } } } @@ -6680,7 +6620,7 @@ return x_24; } } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__1() { _start: { lean_object* x_1; @@ -6688,17 +6628,17 @@ x_1 = lean_mk_string_from_bytes("Deriving", 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___regBuiltin_Lean_Elab_elabDeriving___closed__1; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____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_Deriving_Basic___hyg_2870____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6708,17 +6648,17 @@ 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_Deriving_Basic___hyg_2870____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__3; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__3; x_2 = l___regBuiltin_Lean_Elab_elabDeriving___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_Deriving_Basic___hyg_2870____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__5() { _start: { lean_object* x_1; @@ -6726,17 +6666,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__4; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__5; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__5; 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_Deriving_Basic___hyg_2870____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__7() { _start: { lean_object* x_1; @@ -6744,47 +6684,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__6; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__7; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__6; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__7; 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_Deriving_Basic___hyg_2870____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__8; x_2 = l_Lean_Elab_elabDeriving___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_Deriving_Basic___hyg_2870____closed__10() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__9; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__9; x_2 = l___regBuiltin_Lean_Elab_elabDeriving___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_Deriving_Basic___hyg_2870____closed__11() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__10; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__10; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____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_Deriving_Basic___hyg_2870____closed__12() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__12() { _start: { lean_object* x_1; @@ -6792,17 +6732,17 @@ x_1 = lean_mk_string_from_bytes("Basic", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__13() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__11; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__12; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__11; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____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_Deriving_Basic___hyg_2870____closed__14() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__14() { _start: { lean_object* x_1; @@ -6810,33 +6750,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__15() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__13; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__14; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__13; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__14; 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_Deriving_Basic___hyg_2870____closed__16() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__15; -x_2 = lean_unsigned_to_nat(2870u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__15; +x_2 = lean_unsigned_to_nat(2869u); 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_Deriving_Basic___hyg_2870_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869_(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_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__2; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__16; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__16; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -6969,39 +6909,39 @@ l_Lean_Elab_getOptDerivingClasses___rarg___closed__1 = _init_l_Lean_Elab_getOptD lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___rarg___closed__1); l_Lean_Elab_getOptDerivingClasses___rarg___closed__2 = _init_l_Lean_Elab_getOptDerivingClasses___rarg___closed__2(); lean_mark_persistent(l_Lean_Elab_getOptDerivingClasses___rarg___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__9); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__10(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__10); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__11(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__11); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__12(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__12); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__13(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__13); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__14(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__14); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__15(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__15); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__16 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__16(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870____closed__16); -res = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2870_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__9); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__10(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__10); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__11(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__11); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__12(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__12); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__13(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__13); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__14(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__14); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__15(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__15); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__16 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__16(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869____closed__16); +res = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Basic___hyg_2869_(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/Deriving/DecEq.c b/stage0/stdlib/Lean/Elab/Deriving/DecEq.c index 928e2dd75ab2..857fec00b235 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/DecEq.c +++ b/stage0/stdlib/Lean/Elab/Deriving/DecEq.c @@ -23,7 +23,6 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch___closed__5; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__32; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__3___closed__14; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__3; static lean_object* l_Lean_Elab_Deriving_DecEq_mkEnumOfNatThm___closed__10; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__16; lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -43,7 +42,6 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__4; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__16; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__44; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__4; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_getMainModule___rarg(lean_object*, lean_object*); @@ -53,31 +51,34 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1 static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__30; LEAN_EXPORT lean_object* l_Lean_isEnumType___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__33; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__13; lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__14; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__41; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__12; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__7; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__6___lambda__1___closed__4; lean_object* l_Lean_Elab_Deriving_mkInstanceCmds(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_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__25; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__14; lean_object* l_Lean_Elab_Deriving_mkDiscrs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkEnumOfNat_mkDecTree___closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch___closed__3; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__9; lean_object* l_Lean_Elab_Command_elabCommand(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__12; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__16; extern lean_object* l_Lean_casesOnSuffix; static lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction___closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__17; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__15; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__41; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs(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_Deriving_DecEq_mkEnumOfNat_mkDecTree___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction___closed__19; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__3; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___closed__6; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__15; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__6___lambda__1___closed__5; @@ -97,7 +98,6 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__44; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEq(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkApp4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkEnumOfNatThm___closed__6; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__13; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__6; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___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*); @@ -112,6 +112,7 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2 LEAN_EXPORT lean_object* l_Lean_isEnumType___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__5; lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(size_t, size_t, lean_object*); +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__14; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___closed__4; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__24; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -132,7 +133,6 @@ lean_object* l_Lean_Elab_registerDerivingHandler(lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_DecEq_mkMatch___spec__1(size_t, size_t, lean_object*); lean_object* l_Lean_getConstInfo___at_Lean_Elab_Command_expandDeclId___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__6___closed__1; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__10; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__12; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__35; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -146,6 +146,7 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2 static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__5___closed__2; lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_allM___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__8; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__34; lean_object* lean_nat_div(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__18; @@ -157,7 +158,6 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1 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*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__30; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__2; static lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction___closed__10; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler(lean_object*, lean_object*, lean_object*, lean_object*); @@ -223,6 +223,7 @@ static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAl 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_Elab_Deriving_DecEq_mkDecEqCmds___closed__4; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__32; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -242,10 +243,8 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction___closed__6; static lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction___closed__15; static lean_object* l_Lean_getConstInfoInduct___at_Lean_Elab_Deriving_DecEq_mkDecEq___spec__1___closed__1; lean_object* lean_mk_syntax_ident(lean_object*); -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__16; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__5___closed__1; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqHeader___closed__1; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__7; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__6___closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_DecEq_mkMatch___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -258,30 +257,30 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__3 lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Command_elabCommand___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__54; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__1; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__47; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__7; lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__13; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__4; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__7; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch___closed__4; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__11; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__10; lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__45; lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__6; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__1; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__53; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__1; static lean_object* l_Lean_Elab_Deriving_DecEq_mkEnumOfNat___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at_Lean_Elab_Deriving_DecEq_mkDecEq___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkEnumOfNatThm___closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946_(lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__12; 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_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Deriving_DecEq_mkDecEq___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__10; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__4; uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__7; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__5; @@ -353,6 +352,7 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkAuxFunction___closed__8; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__6; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__3___closed__15; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__21; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__2; LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__38; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -366,6 +366,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___lambda__3(lean LEAN_EXPORT lean_object* l_List_allM___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__11; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__11; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__17; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node8(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_instInhabitedName; @@ -391,9 +393,9 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__6___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_Elab_Deriving_DecEq_mkDecEqEnum___closed__40; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924_(lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__15; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__52; @@ -416,12 +418,9 @@ static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__22; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__6; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch___closed__1; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__12; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__9; -static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__8; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__9; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__26; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___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_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__17; static lean_object* l_Lean_Elab_Deriving_DecEq_mkEnumOfNat_mkDecTree___closed__1; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__3___closed__2; lean_object* l_Lean_Core_betaReduce___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -429,6 +428,7 @@ lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___spec__6___lambda__1___closed__11; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__2___closed__19; static lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__3___closed__5; +static lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__6; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_DecEq_mkMatch_mkAlts___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_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___closed__5; static lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__37; @@ -2023,7 +2023,7 @@ return x_51; } 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; uint8_t x_61; uint8_t x_67; +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; uint8_t x_61; x_52 = lean_ctor_get(x_2, 0); lean_inc(x_52); x_53 = lean_ctor_get(x_52, 1); @@ -2052,24 +2052,8 @@ lean_closure_set(x_60, 0, x_58); lean_closure_set(x_60, 1, x_1); lean_closure_set(x_60, 2, x_56); lean_closure_set(x_60, 3, x_57); -x_67 = lean_unbox(x_59); +x_61 = lean_unbox(x_59); lean_dec(x_59); -if (x_67 == 0) -{ -uint8_t x_68; -x_68 = 0; -x_61 = x_68; -goto block_66; -} -else -{ -uint8_t x_69; -x_69 = 1; -x_61 = x_69; -goto block_66; -} -block_66: -{ if (x_61 == 0) { lean_object* x_62; lean_object* x_63; @@ -2105,7 +2089,6 @@ return x_65; } } } -} LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___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: { @@ -8248,392 +8231,223 @@ x_6 = lean_ctor_get(x_5, 0); lean_inc(x_6); if (lean_obj_tag(x_6) == 5) { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); -if (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; -x_8 = lean_ctor_get(x_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_11, 2); -lean_inc(x_12); -lean_dec(x_11); -x_13 = l_Lean_Expr_isProp(x_12); -lean_dec(x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_14 = lean_ctor_get(x_10, 3); -lean_inc(x_14); -x_15 = lean_unsigned_to_nat(0u); -x_16 = l_List_lengthTRAux___rarg(x_14, x_15); -lean_dec(x_14); -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_dec_eq(x_16, x_17); -lean_dec(x_16); -if (x_18 == 0) -{ -uint8_t x_19; lean_object* x_20; -lean_dec(x_10); -lean_dec(x_2); -x_19 = 0; -x_20 = lean_box(x_19); -lean_ctor_set(x_5, 0, x_20); -return x_5; +lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_17; lean_object* x_18; uint8_t x_19; +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); } -else +x_9 = lean_ctor_get(x_6, 0); +lean_inc(x_9); +lean_dec(x_6); +x_17 = lean_ctor_get(x_9, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_17, 2); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_Expr_isProp(x_18); +lean_dec(x_18); +if (x_19 == 0) { -lean_object* x_21; uint8_t x_22; -x_21 = lean_ctor_get(x_10, 2); -lean_inc(x_21); -x_22 = lean_nat_dec_eq(x_21, x_15); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_20 = lean_ctor_get(x_9, 3); +lean_inc(x_20); +x_21 = lean_unsigned_to_nat(0u); +x_22 = l_List_lengthTRAux___rarg(x_20, x_21); +lean_dec(x_20); +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_nat_dec_eq(x_22, x_23); +lean_dec(x_22); +if (x_24 == 0) { -uint8_t x_23; lean_object* x_24; -lean_dec(x_10); -lean_dec(x_2); -x_23 = 0; -x_24 = lean_box(x_23); -lean_ctor_set(x_5, 0, x_24); -return x_5; +uint8_t x_25; +x_25 = 0; +x_10 = x_25; +goto block_16; } else { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_10, 1); -lean_inc(x_25); -x_26 = lean_nat_dec_eq(x_25, x_15); -lean_dec(x_25); -if (x_26 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = lean_ctor_get(x_9, 2); +lean_inc(x_26); +x_27 = lean_nat_dec_eq(x_26, x_21); +lean_dec(x_26); +if (x_27 == 0) { -uint8_t x_27; lean_object* x_28; -lean_dec(x_10); -lean_dec(x_2); -x_27 = 0; -x_28 = lean_box(x_27); -lean_ctor_set(x_5, 0, x_28); -return x_5; +uint8_t x_28; +x_28 = 0; +x_10 = x_28; +goto block_16; } else { lean_object* x_29; uint8_t x_30; -x_29 = lean_ctor_get(x_10, 4); +x_29 = lean_ctor_get(x_9, 1); lean_inc(x_29); -x_30 = l_List_isEmpty___rarg(x_29); +x_30 = lean_nat_dec_eq(x_29, x_21); +lean_dec(x_29); if (x_30 == 0) { uint8_t x_31; -x_31 = lean_ctor_get_uint8(x_10, sizeof(void*)*5); -if (x_31 == 0) -{ -uint8_t x_32; -x_32 = lean_ctor_get_uint8(x_10, sizeof(void*)*5 + 3); -if (x_32 == 0) +x_31 = 0; +x_10 = x_31; +goto block_16; +} +else { -uint8_t x_33; -x_33 = lean_ctor_get_uint8(x_10, sizeof(void*)*5 + 1); -lean_dec(x_10); +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_9, 4); +lean_inc(x_32); +x_33 = l_List_isEmpty___rarg(x_32); +lean_dec(x_32); if (x_33 == 0) { -lean_object* x_34; -lean_free_object(x_5); -x_34 = l_List_allM___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__2(x_29, x_2, x_3, x_8); -return x_34; -} -else +uint8_t x_34; +x_34 = lean_ctor_get_uint8(x_9, sizeof(void*)*5); +if (x_34 == 0) { -uint8_t x_35; lean_object* x_36; -lean_dec(x_29); -lean_dec(x_2); -x_35 = 0; -x_36 = lean_box(x_35); -lean_ctor_set(x_5, 0, x_36); -return x_5; -} -} -else +uint8_t x_35; +x_35 = lean_ctor_get_uint8(x_9, sizeof(void*)*5 + 3); +if (x_35 == 0) { -uint8_t x_37; lean_object* x_38; -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_2); -x_37 = 0; -x_38 = lean_box(x_37); -lean_ctor_set(x_5, 0, x_38); -return x_5; -} -} -else +uint8_t x_36; +x_36 = lean_ctor_get_uint8(x_9, sizeof(void*)*5 + 1); +if (x_36 == 0) { -uint8_t x_39; lean_object* x_40; -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_2); -x_39 = 0; -x_40 = lean_box(x_39); -lean_ctor_set(x_5, 0, x_40); -return x_5; -} +uint8_t x_37; +x_37 = 1; +x_10 = x_37; +goto block_16; } else { -uint8_t x_41; lean_object* x_42; -lean_dec(x_29); -lean_dec(x_10); -lean_dec(x_2); -x_41 = 0; -x_42 = lean_box(x_41); -lean_ctor_set(x_5, 0, x_42); -return x_5; -} -} -} +uint8_t x_38; +x_38 = 0; +x_10 = x_38; +goto block_16; } } else { -uint8_t x_43; lean_object* x_44; -lean_dec(x_10); -lean_dec(x_2); -x_43 = 0; -x_44 = lean_box(x_43); -lean_ctor_set(x_5, 0, x_44); -return x_5; -} +uint8_t x_39; +x_39 = 0; +x_10 = x_39; +goto block_16; } -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_45 = lean_ctor_get(x_5, 1); -lean_inc(x_45); -lean_dec(x_5); -x_46 = lean_ctor_get(x_6, 0); -lean_inc(x_46); -lean_dec(x_6); -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); -x_48 = lean_ctor_get(x_47, 2); -lean_inc(x_48); -lean_dec(x_47); -x_49 = l_Lean_Expr_isProp(x_48); -lean_dec(x_48); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_50 = lean_ctor_get(x_46, 3); -lean_inc(x_50); -x_51 = lean_unsigned_to_nat(0u); -x_52 = l_List_lengthTRAux___rarg(x_50, x_51); -lean_dec(x_50); -x_53 = lean_unsigned_to_nat(1u); -x_54 = lean_nat_dec_eq(x_52, x_53); -lean_dec(x_52); -if (x_54 == 0) -{ -uint8_t x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_46); -lean_dec(x_2); -x_55 = 0; -x_56 = lean_box(x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_45); -return x_57; } else { -lean_object* x_58; uint8_t x_59; -x_58 = lean_ctor_get(x_46, 2); -lean_inc(x_58); -x_59 = lean_nat_dec_eq(x_58, x_51); -lean_dec(x_58); -if (x_59 == 0) -{ -uint8_t x_60; lean_object* x_61; lean_object* x_62; -lean_dec(x_46); -lean_dec(x_2); -x_60 = 0; -x_61 = lean_box(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_45); -return x_62; +uint8_t x_40; +x_40 = 0; +x_10 = x_40; +goto block_16; } -else -{ -lean_object* x_63; uint8_t x_64; -x_63 = lean_ctor_get(x_46, 1); -lean_inc(x_63); -x_64 = lean_nat_dec_eq(x_63, x_51); -lean_dec(x_63); -if (x_64 == 0) -{ -uint8_t x_65; lean_object* x_66; lean_object* x_67; -lean_dec(x_46); -lean_dec(x_2); -x_65 = 0; -x_66 = lean_box(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_45); -return x_67; } else { -lean_object* x_68; uint8_t x_69; -x_68 = lean_ctor_get(x_46, 4); -lean_inc(x_68); -x_69 = l_List_isEmpty___rarg(x_68); -if (x_69 == 0) -{ -uint8_t x_70; -x_70 = lean_ctor_get_uint8(x_46, sizeof(void*)*5); -if (x_70 == 0) -{ -uint8_t x_71; -x_71 = lean_ctor_get_uint8(x_46, sizeof(void*)*5 + 3); -if (x_71 == 0) -{ -uint8_t x_72; -x_72 = lean_ctor_get_uint8(x_46, sizeof(void*)*5 + 1); -lean_dec(x_46); -if (x_72 == 0) -{ -lean_object* x_73; -x_73 = l_List_allM___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__2(x_68, x_2, x_3, x_45); -return x_73; +uint8_t x_41; +x_41 = 0; +x_10 = x_41; +goto block_16; } -else -{ -uint8_t x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_68); -lean_dec(x_2); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_45); -return x_76; } } -else -{ -uint8_t x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_68); -lean_dec(x_46); -lean_dec(x_2); -x_77 = 0; -x_78 = lean_box(x_77); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_45); -return x_79; } } else { -uint8_t x_80; lean_object* x_81; lean_object* x_82; -lean_dec(x_68); -lean_dec(x_46); -lean_dec(x_2); -x_80 = 0; -x_81 = lean_box(x_80); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_45); -return x_82; -} +uint8_t x_42; +x_42 = 0; +x_10 = x_42; +goto block_16; } -else +block_16: { -uint8_t x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_68); -lean_dec(x_46); +if (x_10 == 0) +{ +uint8_t x_11; lean_object* x_12; lean_object* x_13; +lean_dec(x_9); lean_dec(x_2); -x_83 = 0; -x_84 = lean_box(x_83); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_45); -return x_85; -} -} -} +x_11 = 0; +x_12 = lean_box(x_11); +if (lean_is_scalar(x_8)) { + x_13 = lean_alloc_ctor(0, 2, 0); +} else { + x_13 = x_8; } +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_7); +return x_13; } else { -uint8_t x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_46); -lean_dec(x_2); -x_86 = 0; -x_87 = lean_box(x_86); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_45); -return x_88; +lean_object* x_14; lean_object* x_15; +lean_dec(x_8); +x_14 = lean_ctor_get(x_9, 4); +lean_inc(x_14); +lean_dec(x_9); +x_15 = l_List_allM___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__2(x_14, x_2, x_3, x_7); +return x_15; } } } else { -uint8_t x_89; +uint8_t x_43; lean_dec(x_6); lean_dec(x_2); -x_89 = !lean_is_exclusive(x_5); -if (x_89 == 0) +x_43 = !lean_is_exclusive(x_5); +if (x_43 == 0) { -lean_object* x_90; uint8_t x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_5, 0); -lean_dec(x_90); -x_91 = 0; -x_92 = lean_box(x_91); -lean_ctor_set(x_5, 0, x_92); +lean_object* x_44; uint8_t x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_5, 0); +lean_dec(x_44); +x_45 = 0; +x_46 = lean_box(x_45); +lean_ctor_set(x_5, 0, x_46); return x_5; } else { -lean_object* x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_ctor_get(x_5, 1); -lean_inc(x_93); +lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; +x_47 = lean_ctor_get(x_5, 1); +lean_inc(x_47); lean_dec(x_5); -x_94 = 0; -x_95 = lean_box(x_94); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_93); -return x_96; +x_48 = 0; +x_49 = lean_box(x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_47); +return x_50; } } } else { -uint8_t x_97; +uint8_t x_51; lean_dec(x_2); -x_97 = !lean_is_exclusive(x_5); -if (x_97 == 0) +x_51 = !lean_is_exclusive(x_5); +if (x_51 == 0) { return x_5; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_5, 0); -x_99 = lean_ctor_get(x_5, 1); -lean_inc(x_99); -lean_inc(x_98); +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_5, 0); +x_53 = lean_ctor_get(x_5, 1); +lean_inc(x_53); +lean_inc(x_52); lean_dec(x_5); -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; +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; } } } @@ -8641,104 +8455,134 @@ return x_100; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_object* x_5; uint8_t x_6; lean_object* x_62; uint8_t x_63; x_5 = lean_array_get_size(x_1); -x_6 = lean_unsigned_to_nat(1u); -x_7 = lean_nat_dec_eq(x_5, x_6); -if (x_7 == 0) +x_62 = lean_unsigned_to_nat(1u); +x_63 = lean_nat_dec_eq(x_5, x_62); +if (x_63 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -x_8 = 0; -x_9 = lean_box(x_8); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_4); -return x_10; +uint8_t x_64; +x_64 = 1; +x_6 = x_64; +goto block_61; } else { -lean_object* x_11; uint8_t x_12; -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_5); +uint8_t x_65; +x_65 = 0; +x_6 = x_65; +goto block_61; +} +block_61: +{ +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_5); lean_dec(x_5); -if (x_12 == 0) +if (x_8 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = l_Lean_instInhabitedName; -x_14 = l___private_Init_Util_0__outOfBounds___rarg(x_13); +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = l_Lean_instInhabitedName; +x_10 = l___private_Init_Util_0__outOfBounds___rarg(x_9); lean_inc(x_2); +lean_inc(x_10); +x_11 = l_Lean_isEnumType___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__1(x_10, x_2, x_3, x_4); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); lean_inc(x_14); -x_15 = l_Lean_isEnumType___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__1(x_14, x_2, x_3, x_4); -if (lean_obj_tag(x_15) == 0) +lean_dec(x_11); +x_15 = l_Lean_Elab_Deriving_DecEq_mkDecEq(x_10, x_2, x_3, x_14); +return x_15; +} +else { -lean_object* x_16; uint8_t x_17; -x_16 = lean_ctor_get(x_15, 0); +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_11, 1); lean_inc(x_16); -x_17 = lean_unbox(x_16); -lean_dec(x_16); -if (x_17 == 0) +lean_dec(x_11); +x_17 = l_Lean_Elab_Deriving_DecEq_mkDecEqEnum(x_10, x_2, x_3, x_16); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_dec(x_15); -x_19 = l_Lean_Elab_Deriving_DecEq_mkDecEq(x_14, x_2, x_3, x_18); -return x_19; +uint8_t x_18; +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) +{ +lean_object* x_19; uint8_t x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +lean_dec(x_19); +x_20 = 1; +x_21 = lean_box(x_20); +lean_ctor_set(x_17, 0, x_21); +return x_17; } else { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_15, 1); -lean_inc(x_20); -lean_dec(x_15); -x_21 = l_Lean_Elab_Deriving_DecEq_mkDecEqEnum(x_14, x_2, x_3, x_20); -if (lean_obj_tag(x_21) == 0) +lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_17, 1); +lean_inc(x_22); +lean_dec(x_17); +x_23 = 1; +x_24 = lean_box(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_22); +return x_25; +} +} +else { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_17); +if (x_26 == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = 1; -x_25 = lean_box(x_24); -lean_ctor_set(x_21, 0, x_25); -return x_21; +return x_17; } else { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_21, 1); -lean_inc(x_26); -lean_dec(x_21); -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); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_17, 0); +x_28 = lean_ctor_get(x_17, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_17); +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; } } +} +} else { uint8_t x_30; -x_30 = !lean_is_exclusive(x_21); +lean_dec(x_10); +lean_dec(x_3); +lean_dec(x_2); +x_30 = !lean_is_exclusive(x_11); if (x_30 == 0) { -return x_21; +return x_11; } else { lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_21, 0); -x_32 = lean_ctor_get(x_21, 1); +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_21); +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); @@ -8746,107 +8590,107 @@ return x_33; } } } -} else { -uint8_t x_34; -lean_dec(x_14); -lean_dec(x_3); -lean_dec(x_2); -x_34 = !lean_is_exclusive(x_15); -if (x_34 == 0) -{ -return x_15; -} -else +lean_object* x_34; lean_object* x_35; +x_34 = lean_array_fget(x_1, x_7); +lean_inc(x_2); +lean_inc(x_34); +x_35 = l_Lean_isEnumType___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__1(x_34, x_2, x_3, x_4); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_15, 0); -x_36 = lean_ctor_get(x_15, 1); +lean_object* x_36; uint8_t x_37; +x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_15); -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 +x_37 = lean_unbox(x_36); +lean_dec(x_36); +if (x_37 == 0) { lean_object* x_38; lean_object* x_39; -x_38 = lean_array_fget(x_1, x_11); -lean_inc(x_2); +x_38 = lean_ctor_get(x_35, 1); lean_inc(x_38); -x_39 = l_Lean_isEnumType___at_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandler___spec__1(x_38, x_2, x_3, x_4); -if (lean_obj_tag(x_39) == 0) +lean_dec(x_35); +x_39 = l_Lean_Elab_Deriving_DecEq_mkDecEq(x_34, x_2, x_3, x_38); +return x_39; +} +else { -lean_object* x_40; uint8_t x_41; -x_40 = lean_ctor_get(x_39, 0); +lean_object* x_40; lean_object* x_41; +x_40 = lean_ctor_get(x_35, 1); lean_inc(x_40); -x_41 = lean_unbox(x_40); -lean_dec(x_40); -if (x_41 == 0) +lean_dec(x_35); +x_41 = l_Lean_Elab_Deriving_DecEq_mkDecEqEnum(x_34, x_2, x_3, x_40); +if (lean_obj_tag(x_41) == 0) { -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 = l_Lean_Elab_Deriving_DecEq_mkDecEq(x_38, x_2, x_3, x_42); -return x_43; +uint8_t x_42; +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) +{ +lean_object* x_43; uint8_t x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_41, 0); +lean_dec(x_43); +x_44 = 1; +x_45 = lean_box(x_44); +lean_ctor_set(x_41, 0, x_45); +return x_41; } else { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_39, 1); -lean_inc(x_44); -lean_dec(x_39); -x_45 = l_Lean_Elab_Deriving_DecEq_mkDecEqEnum(x_38, x_2, x_3, x_44); -if (lean_obj_tag(x_45) == 0) +lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; +x_46 = lean_ctor_get(x_41, 1); +lean_inc(x_46); +lean_dec(x_41); +x_47 = 1; +x_48 = lean_box(x_47); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_46); +return x_49; +} +} +else { -uint8_t x_46; -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) +uint8_t x_50; +x_50 = !lean_is_exclusive(x_41); +if (x_50 == 0) { -lean_object* x_47; uint8_t x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_45, 0); -lean_dec(x_47); -x_48 = 1; -x_49 = lean_box(x_48); -lean_ctor_set(x_45, 0, x_49); -return x_45; +return x_41; } else { -lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; -x_50 = lean_ctor_get(x_45, 1); -lean_inc(x_50); -lean_dec(x_45); -x_51 = 1; -x_52 = lean_box(x_51); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_50); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_41, 0); +x_52 = lean_ctor_get(x_41, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_41); +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; } } +} +} else { uint8_t x_54; -x_54 = !lean_is_exclusive(x_45); +lean_dec(x_34); +lean_dec(x_3); +lean_dec(x_2); +x_54 = !lean_is_exclusive(x_35); if (x_54 == 0) { -return x_45; +return x_35; } else { lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_45, 0); -x_56 = lean_ctor_get(x_45, 1); +x_55 = lean_ctor_get(x_35, 0); +x_56 = lean_ctor_get(x_35, 1); lean_inc(x_56); lean_inc(x_55); -lean_dec(x_45); +lean_dec(x_35); x_57 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_57, 0, x_55); lean_ctor_set(x_57, 1, x_56); @@ -8857,29 +8701,16 @@ return x_57; } else { -uint8_t x_58; -lean_dec(x_38); +uint8_t x_58; lean_object* x_59; lean_object* x_60; +lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_58 = !lean_is_exclusive(x_39); -if (x_58 == 0) -{ -return x_39; -} -else -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_39, 0); -x_60 = lean_ctor_get(x_39, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_39); -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; -} -} +x_58 = 0; +x_59 = lean_box(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_4); +return x_60; } } } @@ -8911,7 +8742,7 @@ lean_dec(x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__1() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__1() { _start: { lean_object* x_1; @@ -8919,7 +8750,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_DecEq_mkDecEqInstanceHandl return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__2() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -8929,27 +8760,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__3() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__2; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__2; x_2 = l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__4() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__3; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__3; x_2 = l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5() { _start: { lean_object* x_1; @@ -8957,17 +8788,17 @@ x_1 = lean_mk_string_from_bytes("DecEq", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__6() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__4; -x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__4; +x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__7() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__7() { _start: { lean_object* x_1; @@ -8975,17 +8806,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__8() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__6; -x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__7; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__6; +x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__9() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__9() { _start: { lean_object* x_1; @@ -8993,57 +8824,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__10() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__8; -x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__9; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__8; +x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__11() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__10; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__10; x_2 = l_Lean_Elab_Deriving_DecEq_mkMatch_mkSameCtorRhs___lambda__1___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__12() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__11; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__11; x_2 = l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__13() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__12; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__12; x_2 = l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__14() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__13; -x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__13; +x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__15() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__15() { _start: { lean_object* x_1; @@ -9051,32 +8882,32 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__16() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__14; -x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__15; +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__14; +x_2 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__17() { +static lean_object* _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__16; -x_2 = lean_unsigned_to_nat(4946u); +x_1 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__16; +x_2 = lean_unsigned_to_nat(4924u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_Elab_Deriving_DecEq_mkDecEqHeader___closed__2; -x_3 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__1; +x_3 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -9086,7 +8917,7 @@ lean_inc(x_5); lean_dec(x_4); x_6 = l_Lean_Elab_Deriving_DecEq_mkDecEqCmds___closed__5; x_7 = 0; -x_8 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__17; +x_8 = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__17; x_9 = l_Lean_registerTraceClass(x_6, x_7, x_8, x_5); return x_9; } @@ -9609,41 +9440,41 @@ l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__56 = _init_l_Lean_Elab_Deriving lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__56); l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__57 = _init_l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__57(); lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_mkDecEqEnum___closed__57); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__1 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__1(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__1); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__2 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__2(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__2); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__3 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__3(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__3); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__4 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__4(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__4); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__5); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__6 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__6(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__6); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__7 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__7(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__7); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__8 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__8(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__8); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__9 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__9(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__9); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__10 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__10(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__10); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__11 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__11(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__11); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__12 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__12(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__12); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__13 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__13(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__13); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__14 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__14(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__14); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__15 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__15(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__15); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__16 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__16(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__16); -l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__17 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__17(); -lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946____closed__17); -res = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4946_(lean_io_mk_world()); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__1 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__1(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__1); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__2 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__2(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__2); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__3 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__3(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__3); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__4 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__4(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__4); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__5); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__6 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__6(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__6); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__7 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__7(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__7); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__8 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__8(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__8); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__9 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__9(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__9); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__10 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__10(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__10); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__11 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__11(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__11); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__12 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__12(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__12); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__13 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__13(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__13); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__14 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__14(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__14); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__15 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__15(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__15); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__16 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__16(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__16); +l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__17 = _init_l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__17(); +lean_mark_persistent(l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924____closed__17); +res = l_Lean_Elab_Deriving_DecEq_initFn____x40_Lean_Elab_Deriving_DecEq___hyg_4924_(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/Deriving/FromToJson.c b/stage0/stdlib/Lean/Elab/Deriving/FromToJson.c index d1c400a53d7a..dd471b24c752 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/FromToJson.c +++ b/stage0/stdlib/Lean/Elab/Deriving/FromToJson.c @@ -60,7 +60,6 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mk static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__2___closed__9; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___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*); -static lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__1; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__3___closed__2; @@ -82,6 +81,7 @@ lean_object* l_Lean_Elab_Deriving_mkDiscrs(lean_object*, lean_object*, lean_obje static lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__3; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__7; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__11; +static lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__26; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__32; @@ -183,6 +183,7 @@ lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, lean_object* static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865_(lean_object*); static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__27; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__2___closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__30; @@ -284,7 +285,6 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mk LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___spec__3(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_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__5; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__13; -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872_(lean_object*); static lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__9___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___spec__3___closed__26; @@ -362,6 +362,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJs static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__2; static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__10; static lean_object* l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__3___closed__6; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__5; @@ -381,7 +382,6 @@ lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Deriving_mkInduc uint8_t l_Lean_isStructure(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__3___closed__17; -static lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__9; lean_object* l_Lean_Name_getString_x21(lean_object*); static lean_object* l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__2; @@ -2241,7 +2241,7 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_nat_dec_eq(x_6, x_17); if (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_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; uint8_t x_68; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_sub(x_6, x_19); lean_dec(x_6); @@ -2257,17 +2257,62 @@ x_67 = l_Lean_Expr_isAppOf(x_64, x_66); lean_dec(x_64); if (x_67 == 0) { -uint8_t x_97; -x_97 = 0; -x_68 = x_97; -goto block_96; +lean_object* 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; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_68 = lean_ctor_get(x_14, 5); +lean_inc(x_68); +x_69 = 0; +x_70 = l_Lean_SourceInfo_fromRef(x_68, x_69); +x_71 = lean_ctor_get(x_14, 10); +lean_inc(x_71); +x_72 = lean_st_ref_get(x_15, x_16); +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); +x_75 = lean_ctor_get(x_73, 0); +lean_inc(x_75); +lean_dec(x_73); +x_76 = lean_environment_main_module(x_75); +x_77 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; +x_78 = l_Lean_addMacroScope(x_76, x_77, x_71); +x_79 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; +x_80 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; +lean_inc(x_70); +x_81 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_79); +lean_ctor_set(x_81, 2, x_78); +lean_ctor_set(x_81, 3, x_80); +x_82 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_70); +x_83 = l_Lean_Syntax_node1(x_70, x_82, x_63); +x_84 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_85 = l_Lean_Syntax_node2(x_70, x_84, x_81, x_83); +x_22 = x_85; +x_23 = x_74; +goto block_62; } else { -uint8_t x_98; -x_98 = 1; -x_68 = x_98; -goto block_96; +lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_86 = lean_ctor_get(x_14, 5); +lean_inc(x_86); +x_87 = 0; +x_88 = l_Lean_SourceInfo_fromRef(x_86, x_87); +x_89 = lean_st_ref_get(x_15, x_16); +x_90 = lean_ctor_get(x_89, 1); +lean_inc(x_90); +lean_dec(x_89); +x_91 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_88); +x_92 = l_Lean_Syntax_node1(x_88, x_91, x_63); +x_93 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +lean_inc(x_2); +x_94 = l_Lean_Syntax_node2(x_88, x_93, x_2, x_92); +x_22 = x_94; +x_23 = x_90; +goto block_62; } block_62: { @@ -2349,80 +2394,18 @@ x_16 = x_28; goto _start; } } -block_96: -{ -if (x_68 == 0) -{ -lean_object* x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_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_69 = lean_ctor_get(x_14, 5); -lean_inc(x_69); -x_70 = 0; -x_71 = l_Lean_SourceInfo_fromRef(x_69, x_70); -x_72 = lean_ctor_get(x_14, 10); -lean_inc(x_72); -x_73 = lean_st_ref_get(x_15, x_16); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = lean_ctor_get(x_74, 0); -lean_inc(x_76); -lean_dec(x_74); -x_77 = lean_environment_main_module(x_76); -x_78 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; -x_79 = l_Lean_addMacroScope(x_77, x_78, x_72); -x_80 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; -x_81 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; -lean_inc(x_71); -x_82 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_82, 0, x_71); -lean_ctor_set(x_82, 1, x_80); -lean_ctor_set(x_82, 2, x_79); -lean_ctor_set(x_82, 3, x_81); -x_83 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_71); -x_84 = l_Lean_Syntax_node1(x_71, x_83, x_63); -x_85 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_86 = l_Lean_Syntax_node2(x_71, x_85, x_82, x_84); -x_22 = x_86; -x_23 = x_75; -goto block_62; -} -else -{ -lean_object* x_87; uint8_t 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_87 = lean_ctor_get(x_14, 5); -lean_inc(x_87); -x_88 = 0; -x_89 = l_Lean_SourceInfo_fromRef(x_87, x_88); -x_90 = lean_st_ref_get(x_15, x_16); -x_91 = lean_ctor_get(x_90, 1); -lean_inc(x_91); -lean_dec(x_90); -x_92 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_89); -x_93 = l_Lean_Syntax_node1(x_89, x_92, x_63); -x_94 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -lean_inc(x_2); -x_95 = l_Lean_Syntax_node2(x_89, x_94, x_2, x_93); -x_22 = x_95; -x_23 = x_91; -goto block_62; -} -} } else { -lean_object* x_99; +lean_object* x_95; lean_dec(x_14); lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_9); -lean_ctor_set(x_99, 1, x_16); -return x_99; +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_9); +lean_ctor_set(x_95, 1, x_16); +return x_95; } } } @@ -2434,7 +2417,7 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_nat_dec_eq(x_6, x_17); if (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_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; uint8_t x_68; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_sub(x_6, x_19); lean_dec(x_6); @@ -2450,17 +2433,62 @@ x_67 = l_Lean_Expr_isAppOf(x_64, x_66); lean_dec(x_64); if (x_67 == 0) { -uint8_t x_97; -x_97 = 0; -x_68 = x_97; -goto block_96; +lean_object* 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; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_68 = lean_ctor_get(x_14, 5); +lean_inc(x_68); +x_69 = 0; +x_70 = l_Lean_SourceInfo_fromRef(x_68, x_69); +x_71 = lean_ctor_get(x_14, 10); +lean_inc(x_71); +x_72 = lean_st_ref_get(x_15, x_16); +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); +x_75 = lean_ctor_get(x_73, 0); +lean_inc(x_75); +lean_dec(x_73); +x_76 = lean_environment_main_module(x_75); +x_77 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; +x_78 = l_Lean_addMacroScope(x_76, x_77, x_71); +x_79 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; +x_80 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; +lean_inc(x_70); +x_81 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_79); +lean_ctor_set(x_81, 2, x_78); +lean_ctor_set(x_81, 3, x_80); +x_82 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_70); +x_83 = l_Lean_Syntax_node1(x_70, x_82, x_63); +x_84 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_85 = l_Lean_Syntax_node2(x_70, x_84, x_81, x_83); +x_22 = x_85; +x_23 = x_74; +goto block_62; } else { -uint8_t x_98; -x_98 = 1; -x_68 = x_98; -goto block_96; +lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_86 = lean_ctor_get(x_14, 5); +lean_inc(x_86); +x_87 = 0; +x_88 = l_Lean_SourceInfo_fromRef(x_86, x_87); +x_89 = lean_st_ref_get(x_15, x_16); +x_90 = lean_ctor_get(x_89, 1); +lean_inc(x_90); +lean_dec(x_89); +x_91 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_88); +x_92 = l_Lean_Syntax_node1(x_88, x_91, x_63); +x_93 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +lean_inc(x_2); +x_94 = l_Lean_Syntax_node2(x_88, x_93, x_2, x_92); +x_22 = x_94; +x_23 = x_90; +goto block_62; } block_62: { @@ -2542,80 +2570,18 @@ x_16 = x_28; goto _start; } } -block_96: -{ -if (x_68 == 0) -{ -lean_object* x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_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_69 = lean_ctor_get(x_14, 5); -lean_inc(x_69); -x_70 = 0; -x_71 = l_Lean_SourceInfo_fromRef(x_69, x_70); -x_72 = lean_ctor_get(x_14, 10); -lean_inc(x_72); -x_73 = lean_st_ref_get(x_15, x_16); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = lean_ctor_get(x_74, 0); -lean_inc(x_76); -lean_dec(x_74); -x_77 = lean_environment_main_module(x_76); -x_78 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; -x_79 = l_Lean_addMacroScope(x_77, x_78, x_72); -x_80 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; -x_81 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; -lean_inc(x_71); -x_82 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_82, 0, x_71); -lean_ctor_set(x_82, 1, x_80); -lean_ctor_set(x_82, 2, x_79); -lean_ctor_set(x_82, 3, x_81); -x_83 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_71); -x_84 = l_Lean_Syntax_node1(x_71, x_83, x_63); -x_85 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_86 = l_Lean_Syntax_node2(x_71, x_85, x_82, x_84); -x_22 = x_86; -x_23 = x_75; -goto block_62; -} -else -{ -lean_object* x_87; uint8_t 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_87 = lean_ctor_get(x_14, 5); -lean_inc(x_87); -x_88 = 0; -x_89 = l_Lean_SourceInfo_fromRef(x_87, x_88); -x_90 = lean_st_ref_get(x_15, x_16); -x_91 = lean_ctor_get(x_90, 1); -lean_inc(x_91); -lean_dec(x_90); -x_92 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_89); -x_93 = l_Lean_Syntax_node1(x_89, x_92, x_63); -x_94 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -lean_inc(x_2); -x_95 = l_Lean_Syntax_node2(x_89, x_94, x_2, x_93); -x_22 = x_95; -x_23 = x_91; -goto block_62; -} -} } else { -lean_object* x_99; +lean_object* x_95; lean_dec(x_14); lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_9); -lean_ctor_set(x_99, 1, x_16); -return x_99; +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_9); +lean_ctor_set(x_95, 1, x_16); +return x_95; } } } @@ -2841,7 +2807,7 @@ lean_inc(x_14); x_17 = l_Lean_Elab_Deriving_FromToJson_mkJsonField(x_14, x_9, x_10, x_11); if (lean_obj_tag(x_17) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_105; lean_object* x_106; uint8_t x_107; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); @@ -2852,186 +2818,186 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_18, 1); lean_inc(x_21); lean_dec(x_18); -x_105 = lean_ctor_get(x_1, 2); -x_106 = lean_array_get_size(x_105); -x_107 = lean_nat_dec_lt(x_15, x_106); -lean_dec(x_106); -if (x_107 == 0) +x_22 = lean_ctor_get(x_1, 2); +x_23 = lean_array_get_size(x_22); +x_24 = lean_nat_dec_lt(x_15, x_23); +lean_dec(x_23); +if (x_24 == 0) { lean_object* x_108; lean_object* x_109; x_108 = l_Lean_instInhabitedName; x_109 = l___private_Init_Util_0__outOfBounds___rarg(x_108); -x_22 = x_109; -goto block_104; +x_25 = x_109; +goto block_107; } else { lean_object* x_110; -x_110 = lean_array_fget(x_105, x_15); -x_22 = x_110; -goto block_104; +x_110 = lean_array_fget(x_22, x_15); +x_25 = x_110; +goto block_107; } -block_104: +block_107: { -lean_object* x_23; uint8_t x_24; -x_23 = lean_mk_syntax_ident(x_22); -x_24 = lean_unbox(x_20); +lean_object* x_26; uint8_t x_27; +x_26 = lean_mk_syntax_ident(x_25); +x_27 = lean_unbox(x_20); lean_dec(x_20); -if (x_24 == 0) +if (x_27 == 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; 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_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; size_t x_67; size_t x_68; lean_object* x_69; -x_25 = lean_ctor_get(x_9, 5); -lean_inc(x_25); -x_26 = 0; -x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); -x_28 = lean_ctor_get(x_9, 10); +lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_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; 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; size_t x_70; size_t x_71; lean_object* x_72; +x_28 = lean_ctor_get(x_9, 5); lean_inc(x_28); -x_29 = lean_st_ref_get(x_10, x_19); -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_29, 1); +x_29 = 0; +x_30 = l_Lean_SourceInfo_fromRef(x_28, x_29); +x_31 = lean_ctor_get(x_9, 10); 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_environment_main_module(x_32); -x_34 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; -lean_inc(x_27); -x_35 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_35, 0, x_27); -lean_ctor_set(x_35, 1, x_34); -x_36 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_27); -x_37 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_37, 0, x_27); -lean_ctor_set(x_37, 1, x_36); -x_38 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; -lean_inc(x_27); -x_39 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_39, 0, x_27); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; -x_41 = l_Lean_addMacroScope(x_33, x_40, x_28); -x_42 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; -x_43 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; -lean_inc(x_27); -x_44 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_44, 0, x_27); -lean_ctor_set(x_44, 1, x_42); -lean_ctor_set(x_44, 2, x_41); -lean_ctor_set(x_44, 3, x_43); -x_45 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_27); -x_46 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_46, 0, x_27); -lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__7; -lean_inc(x_46); -lean_inc(x_37); -lean_inc(x_27); -x_48 = l_Lean_Syntax_node3(x_27, x_47, x_37, x_23, x_46); -x_49 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__8; -lean_inc(x_27); -x_50 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_50, 0, x_27); -lean_ctor_set(x_50, 1, x_49); -x_51 = lean_mk_syntax_ident(x_14); -x_52 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__5; -lean_inc(x_27); -x_53 = l_Lean_Syntax_node3(x_27, x_52, x_48, x_50, x_51); -x_54 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_27); -x_55 = l_Lean_Syntax_node1(x_27, x_54, x_53); -x_56 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -lean_inc(x_27); -x_57 = l_Lean_Syntax_node2(x_27, x_56, x_44, x_55); -lean_inc(x_27); -x_58 = l_Lean_Syntax_node1(x_27, x_54, x_57); -lean_inc(x_27); -x_59 = l_Lean_Syntax_node3(x_27, x_54, x_21, x_39, x_58); -x_60 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; -lean_inc(x_27); -x_61 = l_Lean_Syntax_node3(x_27, x_60, x_37, x_59, x_46); -lean_inc(x_27); -x_62 = l_Lean_Syntax_node1(x_27, x_54, x_61); -x_63 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; -lean_inc(x_27); -x_64 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_64, 0, x_27); -lean_ctor_set(x_64, 1, x_63); -x_65 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; -x_66 = l_Lean_Syntax_node3(x_27, x_65, x_35, x_62, x_64); -x_67 = 1; -x_68 = lean_usize_add(x_3, x_67); -x_69 = lean_array_uset(x_16, x_3, x_66); -x_3 = x_68; -x_4 = x_69; -x_11 = x_31; +x_32 = lean_st_ref_get(x_10, x_19); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_ctor_get(x_33, 0); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_environment_main_module(x_35); +x_37 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; +lean_inc(x_30); +x_38 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_38, 0, x_30); +lean_ctor_set(x_38, 1, x_37); +x_39 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_30); +x_40 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_40, 0, x_30); +lean_ctor_set(x_40, 1, x_39); +x_41 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; +lean_inc(x_30); +x_42 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_42, 0, x_30); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; +x_44 = l_Lean_addMacroScope(x_36, x_43, x_31); +x_45 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; +x_46 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; +lean_inc(x_30); +x_47 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_47, 0, x_30); +lean_ctor_set(x_47, 1, x_45); +lean_ctor_set(x_47, 2, x_44); +lean_ctor_set(x_47, 3, x_46); +x_48 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_30); +x_49 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_49, 0, x_30); +lean_ctor_set(x_49, 1, x_48); +x_50 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__7; +lean_inc(x_49); +lean_inc(x_40); +lean_inc(x_30); +x_51 = l_Lean_Syntax_node3(x_30, x_50, x_40, x_26, x_49); +x_52 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__8; +lean_inc(x_30); +x_53 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_53, 0, x_30); +lean_ctor_set(x_53, 1, x_52); +x_54 = lean_mk_syntax_ident(x_14); +x_55 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__5; +lean_inc(x_30); +x_56 = l_Lean_Syntax_node3(x_30, x_55, x_51, x_53, x_54); +x_57 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_30); +x_58 = l_Lean_Syntax_node1(x_30, x_57, x_56); +x_59 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +lean_inc(x_30); +x_60 = l_Lean_Syntax_node2(x_30, x_59, x_47, x_58); +lean_inc(x_30); +x_61 = l_Lean_Syntax_node1(x_30, x_57, x_60); +lean_inc(x_30); +x_62 = l_Lean_Syntax_node3(x_30, x_57, x_21, x_42, x_61); +x_63 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; +lean_inc(x_30); +x_64 = l_Lean_Syntax_node3(x_30, x_63, x_40, x_62, x_49); +lean_inc(x_30); +x_65 = l_Lean_Syntax_node1(x_30, x_57, x_64); +x_66 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; +lean_inc(x_30); +x_67 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_67, 0, x_30); +lean_ctor_set(x_67, 1, x_66); +x_68 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; +x_69 = l_Lean_Syntax_node3(x_30, x_68, x_38, x_65, x_67); +x_70 = 1; +x_71 = lean_usize_add(x_3, x_70); +x_72 = lean_array_uset(x_16, x_3, x_69); +x_3 = x_71; +x_4 = x_72; +x_11 = x_34; goto _start; } else { -lean_object* x_71; uint8_t 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; size_t x_100; size_t x_101; lean_object* x_102; -x_71 = lean_ctor_get(x_9, 5); -lean_inc(x_71); -x_72 = 0; -x_73 = l_Lean_SourceInfo_fromRef(x_71, x_72); -x_74 = lean_ctor_get(x_9, 10); +lean_object* x_74; uint8_t 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; size_t x_103; size_t x_104; lean_object* x_105; +x_74 = lean_ctor_get(x_9, 5); lean_inc(x_74); -x_75 = lean_st_ref_get(x_10, x_19); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); +x_75 = 0; +x_76 = l_Lean_SourceInfo_fromRef(x_74, x_75); +x_77 = lean_ctor_get(x_9, 10); lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 0); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_environment_main_module(x_78); -x_80 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__12; -x_81 = l_Lean_addMacroScope(x_79, x_80, x_74); -x_82 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__11; -x_83 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__18; -lean_inc(x_73); -x_84 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_84, 0, x_73); -lean_ctor_set(x_84, 1, x_82); -lean_ctor_set(x_84, 2, x_81); -lean_ctor_set(x_84, 3, x_83); -x_85 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_73); -x_86 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_86, 0, x_73); -lean_ctor_set(x_86, 1, x_85); -x_87 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_73); -x_88 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_88, 0, x_73); -lean_ctor_set(x_88, 1, x_87); -x_89 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__7; -lean_inc(x_73); -x_90 = l_Lean_Syntax_node3(x_73, x_89, x_86, x_23, x_88); -x_91 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__8; -lean_inc(x_73); -x_92 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_92, 0, x_73); -lean_ctor_set(x_92, 1, x_91); -x_93 = lean_mk_syntax_ident(x_14); -x_94 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__5; -lean_inc(x_73); -x_95 = l_Lean_Syntax_node3(x_73, x_94, x_90, x_92, x_93); -x_96 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_73); -x_97 = l_Lean_Syntax_node2(x_73, x_96, x_21, x_95); -x_98 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_99 = l_Lean_Syntax_node2(x_73, x_98, x_84, x_97); -x_100 = 1; -x_101 = lean_usize_add(x_3, x_100); -x_102 = lean_array_uset(x_16, x_3, x_99); -x_3 = x_101; -x_4 = x_102; -x_11 = x_77; +x_78 = lean_st_ref_get(x_10, x_19); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_ctor_get(x_79, 0); +lean_inc(x_81); +lean_dec(x_79); +x_82 = lean_environment_main_module(x_81); +x_83 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__12; +x_84 = l_Lean_addMacroScope(x_82, x_83, x_77); +x_85 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__11; +x_86 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__18; +lean_inc(x_76); +x_87 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_87, 0, x_76); +lean_ctor_set(x_87, 1, x_85); +lean_ctor_set(x_87, 2, x_84); +lean_ctor_set(x_87, 3, x_86); +x_88 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_76); +x_89 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_89, 0, x_76); +lean_ctor_set(x_89, 1, x_88); +x_90 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_76); +x_91 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_91, 0, x_76); +lean_ctor_set(x_91, 1, x_90); +x_92 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__7; +lean_inc(x_76); +x_93 = l_Lean_Syntax_node3(x_76, x_92, x_89, x_26, x_91); +x_94 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__8; +lean_inc(x_76); +x_95 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_95, 0, x_76); +lean_ctor_set(x_95, 1, x_94); +x_96 = lean_mk_syntax_ident(x_14); +x_97 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__5; +lean_inc(x_76); +x_98 = l_Lean_Syntax_node3(x_76, x_97, x_93, x_95, x_96); +x_99 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_76); +x_100 = l_Lean_Syntax_node2(x_76, x_99, x_21, x_98); +x_101 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_102 = l_Lean_Syntax_node2(x_76, x_101, x_87, x_100); +x_103 = 1; +x_104 = lean_usize_add(x_3, x_103); +x_105 = lean_array_uset(x_16, x_3, x_102); +x_3 = x_104; +x_4 = x_105; +x_11 = x_80; goto _start; } } @@ -3754,7 +3720,7 @@ x_234 = lean_array_fget(x_4, x_18); lean_dec(x_4); if (lean_obj_tag(x_5) == 0) { -lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; uint8_t x_239; uint8_t x_240; +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; x_235 = lean_ctor_get(x_234, 0); lean_inc(x_235); x_236 = lean_ctor_get(x_234, 1); @@ -3766,525 +3732,507 @@ x_239 = l_Lean_Expr_isAppOf(x_236, x_238); lean_dec(x_236); if (x_239 == 0) { -uint8_t x_342; -x_342 = 0; -x_240 = x_342; -goto block_341; -} -else -{ -uint8_t x_343; -x_343 = 1; -x_240 = x_343; -goto block_341; -} -block_341: -{ -lean_object* x_241; lean_object* x_242; -if (x_240 == 0) -{ -lean_object* x_314; uint8_t x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; +lean_object* x_313; uint8_t 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_dec(x_2); -x_314 = lean_ctor_get(x_10, 5); -lean_inc(x_314); -x_315 = 0; -x_316 = l_Lean_SourceInfo_fromRef(x_314, x_315); -x_317 = lean_ctor_get(x_10, 10); -lean_inc(x_317); -x_318 = lean_st_ref_get(x_11, x_12); -x_319 = lean_ctor_get(x_318, 0); +x_313 = lean_ctor_get(x_10, 5); +lean_inc(x_313); +x_314 = 0; +x_315 = l_Lean_SourceInfo_fromRef(x_313, x_314); +x_316 = lean_ctor_get(x_10, 10); +lean_inc(x_316); +x_317 = lean_st_ref_get(x_11, x_12); +x_318 = lean_ctor_get(x_317, 0); +lean_inc(x_318); +x_319 = lean_ctor_get(x_317, 1); lean_inc(x_319); -x_320 = lean_ctor_get(x_318, 1); +lean_dec(x_317); +x_320 = lean_ctor_get(x_318, 0); lean_inc(x_320); lean_dec(x_318); -x_321 = lean_ctor_get(x_319, 0); -lean_inc(x_321); -lean_dec(x_319); -x_322 = lean_environment_main_module(x_321); -x_323 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; -x_324 = l_Lean_addMacroScope(x_322, x_323, x_317); -x_325 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; -x_326 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; -lean_inc(x_316); -x_327 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_327, 0, x_316); -lean_ctor_set(x_327, 1, x_325); -lean_ctor_set(x_327, 2, x_324); -lean_ctor_set(x_327, 3, x_326); -x_328 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_316); -x_329 = l_Lean_Syntax_node1(x_316, x_328, x_235); -x_330 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_331 = l_Lean_Syntax_node2(x_316, x_330, x_327, x_329); -x_241 = x_331; -x_242 = x_320; -goto block_313; -} -else -{ -lean_object* x_332; uint8_t 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; -x_332 = lean_ctor_get(x_10, 5); -lean_inc(x_332); -x_333 = 0; -x_334 = l_Lean_SourceInfo_fromRef(x_332, x_333); -x_335 = lean_st_ref_get(x_11, x_12); -x_336 = lean_ctor_get(x_335, 1); -lean_inc(x_336); -lean_dec(x_335); -x_337 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_334); -x_338 = l_Lean_Syntax_node1(x_334, x_337, x_235); -x_339 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_340 = l_Lean_Syntax_node2(x_334, x_339, x_2, x_338); -x_241 = x_340; -x_242 = x_336; -goto block_313; -} -block_313: -{ -lean_object* x_243; uint8_t x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; uint8_t x_248; -x_243 = lean_ctor_get(x_10, 5); -lean_inc(x_243); -x_244 = 0; -x_245 = l_Lean_SourceInfo_fromRef(x_243, x_244); -x_246 = lean_ctor_get(x_10, 10); -lean_inc(x_246); -lean_dec(x_10); -x_247 = lean_st_ref_get(x_11, x_242); -x_248 = !lean_is_exclusive(x_247); -if (x_248 == 0) -{ -lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_249 = lean_ctor_get(x_247, 0); -x_250 = lean_ctor_get(x_249, 0); -lean_inc(x_250); -lean_dec(x_249); -x_251 = lean_environment_main_module(x_250); -x_252 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; -x_253 = l_Lean_addMacroScope(x_251, x_252, x_246); -x_254 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; -x_255 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; -lean_inc(x_245); -x_256 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_256, 0, x_245); -lean_ctor_set(x_256, 1, x_254); -lean_ctor_set(x_256, 2, x_253); -lean_ctor_set(x_256, 3, x_255); -x_257 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; +x_321 = lean_environment_main_module(x_320); +x_322 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; +x_323 = l_Lean_addMacroScope(x_321, x_322, x_316); +x_324 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; +x_325 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; +lean_inc(x_315); +x_326 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_326, 0, x_315); +lean_ctor_set(x_326, 1, x_324); +lean_ctor_set(x_326, 2, x_323); +lean_ctor_set(x_326, 3, x_325); +x_327 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_315); +x_328 = l_Lean_Syntax_node1(x_315, x_327, x_235); +x_329 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_330 = l_Lean_Syntax_node2(x_315, x_329, x_326, x_328); +x_240 = x_330; +x_241 = x_319; +goto block_312; +} +else +{ +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; +x_331 = lean_ctor_get(x_10, 5); +lean_inc(x_331); +x_332 = 0; +x_333 = l_Lean_SourceInfo_fromRef(x_331, x_332); +x_334 = lean_st_ref_get(x_11, x_12); +x_335 = lean_ctor_get(x_334, 1); +lean_inc(x_335); +lean_dec(x_334); +x_336 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_333); +x_337 = l_Lean_Syntax_node1(x_333, x_336, x_235); +x_338 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_339 = l_Lean_Syntax_node2(x_333, x_338, x_2, x_337); +x_240 = x_339; +x_241 = x_335; +goto block_312; +} +block_312: +{ +lean_object* x_242; uint8_t x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; uint8_t x_247; +x_242 = lean_ctor_get(x_10, 5); +lean_inc(x_242); +x_243 = 0; +x_244 = l_Lean_SourceInfo_fromRef(x_242, x_243); +x_245 = lean_ctor_get(x_10, 10); lean_inc(x_245); -x_258 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_258, 0, x_245); -lean_ctor_set(x_258, 1, x_257); -x_259 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_245); -x_260 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_260, 0, x_245); -lean_ctor_set(x_260, 1, x_259); -x_261 = lean_box(2); -x_262 = l_Lean_Syntax_mkStrLit(x_16, x_261); +lean_dec(x_10); +x_246 = lean_st_ref_get(x_11, x_241); +x_247 = !lean_is_exclusive(x_246); +if (x_247 == 0) +{ +lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; +x_248 = lean_ctor_get(x_246, 0); +x_249 = lean_ctor_get(x_248, 0); +lean_inc(x_249); +lean_dec(x_248); +x_250 = lean_environment_main_module(x_249); +x_251 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; +x_252 = l_Lean_addMacroScope(x_250, x_251, x_245); +x_253 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; +x_254 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; +lean_inc(x_244); +x_255 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_255, 0, x_244); +lean_ctor_set(x_255, 1, x_253); +lean_ctor_set(x_255, 2, x_252); +lean_ctor_set(x_255, 3, x_254); +x_256 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; +lean_inc(x_244); +x_257 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_257, 0, x_244); +lean_ctor_set(x_257, 1, x_256); +x_258 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_244); +x_259 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_259, 0, x_244); +lean_ctor_set(x_259, 1, x_258); +x_260 = lean_box(2); +x_261 = l_Lean_Syntax_mkStrLit(x_16, x_260); lean_dec(x_16); -x_263 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; -lean_inc(x_245); -x_264 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_264, 0, x_245); -lean_ctor_set(x_264, 1, x_263); -x_265 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_245); -x_266 = l_Lean_Syntax_node1(x_245, x_265, x_241); -lean_inc(x_245); -x_267 = l_Lean_Syntax_node3(x_245, x_265, x_262, x_264, x_266); -x_268 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_245); -x_269 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_269, 0, x_245); -lean_ctor_set(x_269, 1, x_268); -x_270 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; -lean_inc(x_245); -x_271 = l_Lean_Syntax_node3(x_245, x_270, x_260, x_267, x_269); -lean_inc(x_245); -x_272 = l_Lean_Syntax_node1(x_245, x_265, x_271); -x_273 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; -lean_inc(x_245); -x_274 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_274, 0, x_245); -lean_ctor_set(x_274, 1, x_273); -x_275 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; -lean_inc(x_245); -x_276 = l_Lean_Syntax_node3(x_245, x_275, x_258, x_272, x_274); -lean_inc(x_245); -x_277 = l_Lean_Syntax_node1(x_245, x_265, x_276); -x_278 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_279 = l_Lean_Syntax_node2(x_245, x_278, x_256, x_277); -lean_ctor_set(x_247, 0, x_279); -return x_247; -} -else -{ -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; -x_280 = lean_ctor_get(x_247, 0); -x_281 = lean_ctor_get(x_247, 1); -lean_inc(x_281); +x_262 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; +lean_inc(x_244); +x_263 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_263, 0, x_244); +lean_ctor_set(x_263, 1, x_262); +x_264 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_244); +x_265 = l_Lean_Syntax_node1(x_244, x_264, x_240); +lean_inc(x_244); +x_266 = l_Lean_Syntax_node3(x_244, x_264, x_261, x_263, x_265); +x_267 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_244); +x_268 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_268, 0, x_244); +lean_ctor_set(x_268, 1, x_267); +x_269 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; +lean_inc(x_244); +x_270 = l_Lean_Syntax_node3(x_244, x_269, x_259, x_266, x_268); +lean_inc(x_244); +x_271 = l_Lean_Syntax_node1(x_244, x_264, x_270); +x_272 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; +lean_inc(x_244); +x_273 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_273, 0, x_244); +lean_ctor_set(x_273, 1, x_272); +x_274 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; +lean_inc(x_244); +x_275 = l_Lean_Syntax_node3(x_244, x_274, x_257, x_271, x_273); +lean_inc(x_244); +x_276 = l_Lean_Syntax_node1(x_244, x_264, x_275); +x_277 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_278 = l_Lean_Syntax_node2(x_244, x_277, x_255, x_276); +lean_ctor_set(x_246, 0, x_278); +return x_246; +} +else +{ +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; +x_279 = lean_ctor_get(x_246, 0); +x_280 = lean_ctor_get(x_246, 1); lean_inc(x_280); -lean_dec(x_247); -x_282 = lean_ctor_get(x_280, 0); -lean_inc(x_282); -lean_dec(x_280); -x_283 = lean_environment_main_module(x_282); -x_284 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; -x_285 = l_Lean_addMacroScope(x_283, x_284, x_246); -x_286 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; -x_287 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; -lean_inc(x_245); -x_288 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_288, 0, x_245); -lean_ctor_set(x_288, 1, x_286); -lean_ctor_set(x_288, 2, x_285); -lean_ctor_set(x_288, 3, x_287); -x_289 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; -lean_inc(x_245); -x_290 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_290, 0, x_245); -lean_ctor_set(x_290, 1, x_289); -x_291 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_245); -x_292 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_292, 0, x_245); -lean_ctor_set(x_292, 1, x_291); -x_293 = lean_box(2); -x_294 = l_Lean_Syntax_mkStrLit(x_16, x_293); +lean_inc(x_279); +lean_dec(x_246); +x_281 = lean_ctor_get(x_279, 0); +lean_inc(x_281); +lean_dec(x_279); +x_282 = lean_environment_main_module(x_281); +x_283 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; +x_284 = l_Lean_addMacroScope(x_282, x_283, x_245); +x_285 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; +x_286 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; +lean_inc(x_244); +x_287 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_287, 0, x_244); +lean_ctor_set(x_287, 1, x_285); +lean_ctor_set(x_287, 2, x_284); +lean_ctor_set(x_287, 3, x_286); +x_288 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; +lean_inc(x_244); +x_289 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_289, 0, x_244); +lean_ctor_set(x_289, 1, x_288); +x_290 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_244); +x_291 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_291, 0, x_244); +lean_ctor_set(x_291, 1, x_290); +x_292 = lean_box(2); +x_293 = l_Lean_Syntax_mkStrLit(x_16, x_292); lean_dec(x_16); -x_295 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; -lean_inc(x_245); -x_296 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_296, 0, x_245); -lean_ctor_set(x_296, 1, x_295); -x_297 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_245); -x_298 = l_Lean_Syntax_node1(x_245, x_297, x_241); -lean_inc(x_245); -x_299 = l_Lean_Syntax_node3(x_245, x_297, x_294, x_296, x_298); -x_300 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_245); -x_301 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_301, 0, x_245); -lean_ctor_set(x_301, 1, x_300); -x_302 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; -lean_inc(x_245); -x_303 = l_Lean_Syntax_node3(x_245, x_302, x_292, x_299, x_301); -lean_inc(x_245); -x_304 = l_Lean_Syntax_node1(x_245, x_297, x_303); -x_305 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; -lean_inc(x_245); -x_306 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_306, 0, x_245); -lean_ctor_set(x_306, 1, x_305); -x_307 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; -lean_inc(x_245); -x_308 = l_Lean_Syntax_node3(x_245, x_307, x_290, x_304, x_306); -lean_inc(x_245); -x_309 = l_Lean_Syntax_node1(x_245, x_297, x_308); -x_310 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_311 = l_Lean_Syntax_node2(x_245, x_310, x_288, x_309); -x_312 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_312, 0, x_311); -lean_ctor_set(x_312, 1, x_281); -return x_312; -} -} -} -} -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; lean_object* x_352; uint8_t x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; uint8_t x_357; -x_344 = lean_ctor_get(x_5, 0); -x_345 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__21; -x_346 = lean_array_push(x_345, x_234); -x_347 = lean_array_get_size(x_346); -x_348 = lean_mk_empty_array_with_capacity(x_347); +x_294 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; +lean_inc(x_244); +x_295 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_295, 0, x_244); +lean_ctor_set(x_295, 1, x_294); +x_296 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_244); +x_297 = l_Lean_Syntax_node1(x_244, x_296, x_240); +lean_inc(x_244); +x_298 = l_Lean_Syntax_node3(x_244, x_296, x_293, x_295, x_297); +x_299 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_244); +x_300 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_300, 0, x_244); +lean_ctor_set(x_300, 1, x_299); +x_301 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; +lean_inc(x_244); +x_302 = l_Lean_Syntax_node3(x_244, x_301, x_291, x_298, x_300); +lean_inc(x_244); +x_303 = l_Lean_Syntax_node1(x_244, x_296, x_302); +x_304 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; +lean_inc(x_244); +x_305 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_305, 0, x_244); +lean_ctor_set(x_305, 1, x_304); +x_306 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; +lean_inc(x_244); +x_307 = l_Lean_Syntax_node3(x_244, x_306, x_289, x_303, x_305); +lean_inc(x_244); +x_308 = l_Lean_Syntax_node1(x_244, x_296, x_307); +x_309 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_310 = l_Lean_Syntax_node2(x_244, x_309, x_287, x_308); +x_311 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_311, 0, x_310); +lean_ctor_set(x_311, 1, x_280); +return x_311; +} +} +} +else +{ +lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; uint8_t x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; uint8_t x_353; +x_340 = lean_ctor_get(x_5, 0); +x_341 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__21; +x_342 = lean_array_push(x_341, x_234); +x_343 = lean_array_get_size(x_342); +x_344 = lean_mk_empty_array_with_capacity(x_343); lean_inc(x_10); -x_349 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__5(x_1, x_2, x_344, x_346, x_346, x_347, x_18, lean_box(0), x_348, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_346); -x_350 = lean_ctor_get(x_349, 0); -lean_inc(x_350); -x_351 = lean_ctor_get(x_349, 1); +x_345 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__5(x_1, x_2, x_340, x_342, x_342, x_343, x_18, lean_box(0), x_344, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_342); +x_346 = lean_ctor_get(x_345, 0); +lean_inc(x_346); +x_347 = lean_ctor_get(x_345, 1); +lean_inc(x_347); +lean_dec(x_345); +x_348 = lean_ctor_get(x_10, 5); +lean_inc(x_348); +x_349 = 0; +x_350 = l_Lean_SourceInfo_fromRef(x_348, x_349); +x_351 = lean_ctor_get(x_10, 10); lean_inc(x_351); -lean_dec(x_349); -x_352 = lean_ctor_get(x_10, 5); -lean_inc(x_352); -x_353 = 0; -x_354 = l_Lean_SourceInfo_fromRef(x_352, x_353); -x_355 = lean_ctor_get(x_10, 10); -lean_inc(x_355); lean_dec(x_10); -x_356 = lean_st_ref_get(x_11, x_351); -x_357 = !lean_is_exclusive(x_356); -if (x_357 == 0) -{ -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; size_t x_375; size_t x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; -x_358 = lean_ctor_get(x_356, 0); -x_359 = lean_ctor_get(x_358, 0); -lean_inc(x_359); -lean_dec(x_358); -x_360 = lean_environment_main_module(x_359); -x_361 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; -x_362 = l_Lean_addMacroScope(x_360, x_361, x_355); -x_363 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; -x_364 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; -lean_inc(x_354); -x_365 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_365, 0, x_354); -lean_ctor_set(x_365, 1, x_363); -lean_ctor_set(x_365, 2, x_362); -lean_ctor_set(x_365, 3, x_364); -x_366 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; -lean_inc(x_354); -x_367 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_367, 0, x_354); -lean_ctor_set(x_367, 1, x_366); -x_368 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_354); +x_352 = lean_st_ref_get(x_11, x_347); +x_353 = !lean_is_exclusive(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; 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; size_t x_371; size_t x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; +x_354 = lean_ctor_get(x_352, 0); +x_355 = lean_ctor_get(x_354, 0); +lean_inc(x_355); +lean_dec(x_354); +x_356 = lean_environment_main_module(x_355); +x_357 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; +x_358 = l_Lean_addMacroScope(x_356, x_357, x_351); +x_359 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; +x_360 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; +lean_inc(x_350); +x_361 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_361, 0, x_350); +lean_ctor_set(x_361, 1, x_359); +lean_ctor_set(x_361, 2, x_358); +lean_ctor_set(x_361, 3, x_360); +x_362 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; +lean_inc(x_350); +x_363 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_363, 0, x_350); +lean_ctor_set(x_363, 1, x_362); +x_364 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_350); +x_365 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_365, 0, x_350); +lean_ctor_set(x_365, 1, x_364); +x_366 = lean_box(2); +x_367 = l_Lean_Syntax_mkStrLit(x_16, x_366); +lean_dec(x_16); +x_368 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; +lean_inc(x_350); x_369 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_369, 0, x_354); +lean_ctor_set(x_369, 0, x_350); lean_ctor_set(x_369, 1, x_368); -x_370 = lean_box(2); -x_371 = l_Lean_Syntax_mkStrLit(x_16, x_370); -lean_dec(x_16); -x_372 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; -lean_inc(x_354); -x_373 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_373, 0, x_354); -lean_ctor_set(x_373, 1, x_372); -x_374 = lean_array_get_size(x_350); -x_375 = lean_usize_of_nat(x_374); -lean_dec(x_374); -x_376 = 0; -x_377 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_375, x_376, x_350); -x_378 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__13; -x_379 = l_Lean_mkSepArray(x_377, x_378); -lean_dec(x_377); -x_380 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__1; -x_381 = l_Array_append___rarg(x_380, x_379); -x_382 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_354); -x_383 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_383, 0, x_354); -lean_ctor_set(x_383, 1, x_382); -lean_ctor_set(x_383, 2, x_381); -x_384 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; -lean_inc(x_354); -x_385 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_385, 0, x_354); -lean_ctor_set(x_385, 1, x_384); -x_386 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; -lean_inc(x_385); -lean_inc(x_367); -lean_inc(x_354); -x_387 = l_Lean_Syntax_node3(x_354, x_386, x_367, x_383, x_385); -lean_inc(x_354); -x_388 = l_Lean_Syntax_node1(x_354, x_382, x_387); -x_389 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -lean_inc(x_365); -lean_inc(x_354); -x_390 = l_Lean_Syntax_node2(x_354, x_389, x_365, x_388); -lean_inc(x_354); -x_391 = l_Lean_Syntax_node1(x_354, x_382, x_390); -lean_inc(x_354); -x_392 = l_Lean_Syntax_node3(x_354, x_382, x_371, x_373, x_391); -x_393 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_354); -x_394 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_394, 0, x_354); -lean_ctor_set(x_394, 1, x_393); -x_395 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; -lean_inc(x_354); -x_396 = l_Lean_Syntax_node3(x_354, x_395, x_369, x_392, x_394); -lean_inc(x_354); -x_397 = l_Lean_Syntax_node1(x_354, x_382, x_396); -lean_inc(x_354); -x_398 = l_Lean_Syntax_node3(x_354, x_386, x_367, x_397, x_385); -lean_inc(x_354); -x_399 = l_Lean_Syntax_node1(x_354, x_382, x_398); -x_400 = l_Lean_Syntax_node2(x_354, x_389, x_365, x_399); -lean_ctor_set(x_356, 0, x_400); -return x_356; -} -else -{ -lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; size_t x_419; size_t x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; 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; -x_401 = lean_ctor_get(x_356, 0); -x_402 = lean_ctor_get(x_356, 1); -lean_inc(x_402); -lean_inc(x_401); -lean_dec(x_356); -x_403 = lean_ctor_get(x_401, 0); -lean_inc(x_403); -lean_dec(x_401); -x_404 = lean_environment_main_module(x_403); -x_405 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; -x_406 = l_Lean_addMacroScope(x_404, x_405, x_355); -x_407 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; -x_408 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; -lean_inc(x_354); -x_409 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_409, 0, x_354); -lean_ctor_set(x_409, 1, x_407); -lean_ctor_set(x_409, 2, x_406); -lean_ctor_set(x_409, 3, x_408); -x_410 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; -lean_inc(x_354); -x_411 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_411, 0, x_354); -lean_ctor_set(x_411, 1, x_410); -x_412 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_354); -x_413 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_413, 0, x_354); -lean_ctor_set(x_413, 1, x_412); -x_414 = lean_box(2); -x_415 = l_Lean_Syntax_mkStrLit(x_16, x_414); +x_370 = lean_array_get_size(x_346); +x_371 = lean_usize_of_nat(x_370); +lean_dec(x_370); +x_372 = 0; +x_373 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_371, x_372, x_346); +x_374 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__13; +x_375 = l_Lean_mkSepArray(x_373, x_374); +lean_dec(x_373); +x_376 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__1; +x_377 = l_Array_append___rarg(x_376, x_375); +x_378 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_350); +x_379 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_379, 0, x_350); +lean_ctor_set(x_379, 1, x_378); +lean_ctor_set(x_379, 2, x_377); +x_380 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; +lean_inc(x_350); +x_381 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_381, 0, x_350); +lean_ctor_set(x_381, 1, x_380); +x_382 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; +lean_inc(x_381); +lean_inc(x_363); +lean_inc(x_350); +x_383 = l_Lean_Syntax_node3(x_350, x_382, x_363, x_379, x_381); +lean_inc(x_350); +x_384 = l_Lean_Syntax_node1(x_350, x_378, x_383); +x_385 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +lean_inc(x_361); +lean_inc(x_350); +x_386 = l_Lean_Syntax_node2(x_350, x_385, x_361, x_384); +lean_inc(x_350); +x_387 = l_Lean_Syntax_node1(x_350, x_378, x_386); +lean_inc(x_350); +x_388 = l_Lean_Syntax_node3(x_350, x_378, x_367, x_369, x_387); +x_389 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_350); +x_390 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_390, 0, x_350); +lean_ctor_set(x_390, 1, x_389); +x_391 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; +lean_inc(x_350); +x_392 = l_Lean_Syntax_node3(x_350, x_391, x_365, x_388, x_390); +lean_inc(x_350); +x_393 = l_Lean_Syntax_node1(x_350, x_378, x_392); +lean_inc(x_350); +x_394 = l_Lean_Syntax_node3(x_350, x_382, x_363, x_393, x_381); +lean_inc(x_350); +x_395 = l_Lean_Syntax_node1(x_350, x_378, x_394); +x_396 = l_Lean_Syntax_node2(x_350, x_385, x_361, x_395); +lean_ctor_set(x_352, 0, x_396); +return x_352; +} +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_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; size_t x_415; size_t x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; 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; +x_397 = lean_ctor_get(x_352, 0); +x_398 = lean_ctor_get(x_352, 1); +lean_inc(x_398); +lean_inc(x_397); +lean_dec(x_352); +x_399 = lean_ctor_get(x_397, 0); +lean_inc(x_399); +lean_dec(x_397); +x_400 = lean_environment_main_module(x_399); +x_401 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__3; +x_402 = l_Lean_addMacroScope(x_400, x_401, x_351); +x_403 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__2; +x_404 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__1___closed__8; +lean_inc(x_350); +x_405 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_405, 0, x_350); +lean_ctor_set(x_405, 1, x_403); +lean_ctor_set(x_405, 2, x_402); +lean_ctor_set(x_405, 3, x_404); +x_406 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__3; +lean_inc(x_350); +x_407 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_407, 0, x_350); +lean_ctor_set(x_407, 1, x_406); +x_408 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_350); +x_409 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_409, 0, x_350); +lean_ctor_set(x_409, 1, x_408); +x_410 = lean_box(2); +x_411 = l_Lean_Syntax_mkStrLit(x_16, x_410); lean_dec(x_16); -x_416 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; -lean_inc(x_354); -x_417 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_417, 0, x_354); -lean_ctor_set(x_417, 1, x_416); -x_418 = lean_array_get_size(x_350); -x_419 = lean_usize_of_nat(x_418); -lean_dec(x_418); -x_420 = 0; -x_421 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_419, x_420, x_350); -x_422 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__13; -x_423 = l_Lean_mkSepArray(x_421, x_422); -lean_dec(x_421); -x_424 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__1; -x_425 = l_Array_append___rarg(x_424, x_423); -x_426 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_354); -x_427 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_427, 0, x_354); -lean_ctor_set(x_427, 1, x_426); -lean_ctor_set(x_427, 2, x_425); -x_428 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; -lean_inc(x_354); -x_429 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_429, 0, x_354); -lean_ctor_set(x_429, 1, x_428); -x_430 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; -lean_inc(x_429); -lean_inc(x_411); -lean_inc(x_354); -x_431 = l_Lean_Syntax_node3(x_354, x_430, x_411, x_427, x_429); -lean_inc(x_354); -x_432 = l_Lean_Syntax_node1(x_354, x_426, x_431); -x_433 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -lean_inc(x_409); -lean_inc(x_354); -x_434 = l_Lean_Syntax_node2(x_354, x_433, x_409, x_432); -lean_inc(x_354); -x_435 = l_Lean_Syntax_node1(x_354, x_426, x_434); -lean_inc(x_354); -x_436 = l_Lean_Syntax_node3(x_354, x_426, x_415, x_417, x_435); -x_437 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_354); -x_438 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_438, 0, x_354); -lean_ctor_set(x_438, 1, x_437); -x_439 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; -lean_inc(x_354); -x_440 = l_Lean_Syntax_node3(x_354, x_439, x_413, x_436, x_438); -lean_inc(x_354); -x_441 = l_Lean_Syntax_node1(x_354, x_426, x_440); -lean_inc(x_354); -x_442 = l_Lean_Syntax_node3(x_354, x_430, x_411, x_441, x_429); -lean_inc(x_354); -x_443 = l_Lean_Syntax_node1(x_354, x_426, x_442); -x_444 = l_Lean_Syntax_node2(x_354, x_433, x_409, x_443); -x_445 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_445, 0, x_444); -lean_ctor_set(x_445, 1, x_402); -return x_445; -} -} -} -} -else -{ -lean_object* x_446; uint8_t x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; uint8_t x_451; +x_412 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__12; +lean_inc(x_350); +x_413 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_413, 0, x_350); +lean_ctor_set(x_413, 1, x_412); +x_414 = lean_array_get_size(x_346); +x_415 = lean_usize_of_nat(x_414); +lean_dec(x_414); +x_416 = 0; +x_417 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_415, x_416, x_346); +x_418 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__13; +x_419 = l_Lean_mkSepArray(x_417, x_418); +lean_dec(x_417); +x_420 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__1; +x_421 = l_Array_append___rarg(x_420, x_419); +x_422 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_350); +x_423 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_423, 0, x_350); +lean_ctor_set(x_423, 1, x_422); +lean_ctor_set(x_423, 2, x_421); +x_424 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__9; +lean_inc(x_350); +x_425 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_425, 0, x_350); +lean_ctor_set(x_425, 1, x_424); +x_426 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__7___closed__2; +lean_inc(x_425); +lean_inc(x_407); +lean_inc(x_350); +x_427 = l_Lean_Syntax_node3(x_350, x_426, x_407, x_423, x_425); +lean_inc(x_350); +x_428 = l_Lean_Syntax_node1(x_350, x_422, x_427); +x_429 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +lean_inc(x_405); +lean_inc(x_350); +x_430 = l_Lean_Syntax_node2(x_350, x_429, x_405, x_428); +lean_inc(x_350); +x_431 = l_Lean_Syntax_node1(x_350, x_422, x_430); +lean_inc(x_350); +x_432 = l_Lean_Syntax_node3(x_350, x_422, x_411, x_413, x_431); +x_433 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_350); +x_434 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_434, 0, x_350); +lean_ctor_set(x_434, 1, x_433); +x_435 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__2; +lean_inc(x_350); +x_436 = l_Lean_Syntax_node3(x_350, x_435, x_409, x_432, x_434); +lean_inc(x_350); +x_437 = l_Lean_Syntax_node1(x_350, x_422, x_436); +lean_inc(x_350); +x_438 = l_Lean_Syntax_node3(x_350, x_426, x_407, x_437, x_425); +lean_inc(x_350); +x_439 = l_Lean_Syntax_node1(x_350, x_422, x_438); +x_440 = l_Lean_Syntax_node2(x_350, x_429, x_405, x_439); +x_441 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_441, 0, x_440); +lean_ctor_set(x_441, 1, x_398); +return x_441; +} +} +} +} +else +{ +lean_object* x_442; uint8_t x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; uint8_t x_447; lean_dec(x_17); lean_dec(x_4); lean_dec(x_2); -x_446 = lean_ctor_get(x_10, 5); -lean_inc(x_446); -x_447 = 0; -x_448 = l_Lean_SourceInfo_fromRef(x_446, x_447); -x_449 = lean_ctor_get(x_10, 10); -lean_inc(x_449); +x_442 = lean_ctor_get(x_10, 5); +lean_inc(x_442); +x_443 = 0; +x_444 = l_Lean_SourceInfo_fromRef(x_442, x_443); +x_445 = lean_ctor_get(x_10, 10); +lean_inc(x_445); lean_dec(x_10); -x_450 = lean_st_ref_get(x_11, x_12); -x_451 = !lean_is_exclusive(x_450); -if (x_451 == 0) -{ -lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; -x_452 = lean_ctor_get(x_450, 0); -x_453 = lean_ctor_get(x_452, 0); -lean_inc(x_453); -lean_dec(x_452); -x_454 = lean_environment_main_module(x_453); -x_455 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; -x_456 = l_Lean_addMacroScope(x_454, x_455, x_449); -x_457 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; -x_458 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; -lean_inc(x_448); -x_459 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_459, 0, x_448); -lean_ctor_set(x_459, 1, x_457); -lean_ctor_set(x_459, 2, x_456); -lean_ctor_set(x_459, 3, x_458); -x_460 = lean_box(2); -x_461 = l_Lean_Syntax_mkStrLit(x_16, x_460); +x_446 = lean_st_ref_get(x_11, x_12); +x_447 = !lean_is_exclusive(x_446); +if (x_447 == 0) +{ +lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; +x_448 = lean_ctor_get(x_446, 0); +x_449 = lean_ctor_get(x_448, 0); +lean_inc(x_449); +lean_dec(x_448); +x_450 = lean_environment_main_module(x_449); +x_451 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; +x_452 = l_Lean_addMacroScope(x_450, x_451, x_445); +x_453 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; +x_454 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; +lean_inc(x_444); +x_455 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_455, 0, x_444); +lean_ctor_set(x_455, 1, x_453); +lean_ctor_set(x_455, 2, x_452); +lean_ctor_set(x_455, 3, x_454); +x_456 = lean_box(2); +x_457 = l_Lean_Syntax_mkStrLit(x_16, x_456); lean_dec(x_16); -x_462 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_448); -x_463 = l_Lean_Syntax_node1(x_448, x_462, x_461); -x_464 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_465 = l_Lean_Syntax_node2(x_448, x_464, x_459, x_463); -lean_ctor_set(x_450, 0, x_465); -return x_450; -} -else -{ -lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; -x_466 = lean_ctor_get(x_450, 0); -x_467 = lean_ctor_get(x_450, 1); -lean_inc(x_467); -lean_inc(x_466); -lean_dec(x_450); -x_468 = lean_ctor_get(x_466, 0); -lean_inc(x_468); -lean_dec(x_466); -x_469 = lean_environment_main_module(x_468); -x_470 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; -x_471 = l_Lean_addMacroScope(x_469, x_470, x_449); -x_472 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; -x_473 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; -lean_inc(x_448); -x_474 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_474, 0, x_448); -lean_ctor_set(x_474, 1, x_472); -lean_ctor_set(x_474, 2, x_471); -lean_ctor_set(x_474, 3, x_473); -x_475 = lean_box(2); -x_476 = l_Lean_Syntax_mkStrLit(x_16, x_475); +x_458 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_444); +x_459 = l_Lean_Syntax_node1(x_444, x_458, x_457); +x_460 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_461 = l_Lean_Syntax_node2(x_444, x_460, x_455, x_459); +lean_ctor_set(x_446, 0, x_461); +return x_446; +} +else +{ +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; +x_462 = lean_ctor_get(x_446, 0); +x_463 = lean_ctor_get(x_446, 1); +lean_inc(x_463); +lean_inc(x_462); +lean_dec(x_446); +x_464 = lean_ctor_get(x_462, 0); +lean_inc(x_464); +lean_dec(x_462); +x_465 = lean_environment_main_module(x_464); +x_466 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__3; +x_467 = l_Lean_addMacroScope(x_465, x_466, x_445); +x_468 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__2; +x_469 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__3___closed__7; +lean_inc(x_444); +x_470 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_470, 0, x_444); +lean_ctor_set(x_470, 1, x_468); +lean_ctor_set(x_470, 2, x_467); +lean_ctor_set(x_470, 3, x_469); +x_471 = lean_box(2); +x_472 = l_Lean_Syntax_mkStrLit(x_16, x_471); lean_dec(x_16); -x_477 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; -lean_inc(x_448); -x_478 = l_Lean_Syntax_node1(x_448, x_477, x_476); -x_479 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; -x_480 = l_Lean_Syntax_node2(x_448, x_479, x_474, x_478); -x_481 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_481, 0, x_480); -lean_ctor_set(x_481, 1, x_467); -return x_481; +x_473 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__8; +lean_inc(x_444); +x_474 = l_Lean_Syntax_node1(x_444, x_473, x_472); +x_475 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__3; +x_476 = l_Lean_Syntax_node2(x_444, x_475, x_470, x_474); +x_477 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_477, 0, x_476); +lean_ctor_set(x_477, 1, x_463); +return x_477; } } } @@ -10147,237 +10095,27 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___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_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18, lean_object* x_19) { _start: { -lean_object* x_20; uint8_t x_112; -x_112 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); -if (x_112 == 0) -{ -uint8_t x_113; -x_113 = lean_ctor_get_uint8(x_10, sizeof(void*)*5); -if (x_113 == 0) +uint8_t x_20; uint8_t x_197; +x_197 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +if (x_197 == 0) { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; uint8_t x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_114 = lean_ctor_get(x_4, 1); -lean_inc(x_114); -lean_inc(x_17); -x_115 = l_Lean_Elab_Deriving_mkInductiveApp(x_5, x_114, x_13, x_14, x_15, x_16, x_17, x_18, x_19); -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -lean_dec(x_115); -x_118 = lean_ctor_get(x_17, 5); -lean_inc(x_118); -x_119 = 0; -x_120 = l_Lean_SourceInfo_fromRef(x_118, x_119); -x_121 = lean_ctor_get(x_17, 10); -lean_inc(x_121); -x_122 = lean_st_ref_get(x_18, x_117); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -lean_dec(x_122); -x_125 = lean_ctor_get(x_123, 0); -lean_inc(x_125); -lean_dec(x_123); -x_126 = lean_environment_main_module(x_125); -x_127 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__1; -lean_inc(x_6); -lean_inc(x_120); -x_128 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_128, 0, x_120); -lean_ctor_set(x_128, 1, x_6); -lean_ctor_set(x_128, 2, x_127); -x_129 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__12; -lean_inc(x_120); -x_130 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_130, 0, x_120); -lean_ctor_set(x_130, 1, x_129); -x_131 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__13; -lean_inc(x_120); -x_132 = l_Lean_Syntax_node1(x_120, x_131, x_130); -lean_inc(x_6); -lean_inc(x_120); -x_133 = l_Lean_Syntax_node1(x_120, x_6, x_132); -x_134 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__11; -lean_inc_n(x_128, 5); -lean_inc(x_120); -x_135 = l_Lean_Syntax_node6(x_120, x_134, x_128, x_128, x_133, x_128, x_128, x_128); -x_136 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__14; -lean_inc(x_120); -x_137 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_137, 0, x_120); -lean_ctor_set(x_137, 1, x_136); -x_138 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__17; -lean_inc(x_128); -lean_inc(x_120); -x_139 = l_Lean_Syntax_node2(x_120, x_138, x_7, x_128); -x_140 = lean_ctor_get(x_4, 0); -lean_inc(x_140); -lean_dec(x_4); -x_141 = l_Array_append___rarg(x_127, x_140); -x_142 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; -lean_inc(x_120); -x_143 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_143, 0, x_120); -lean_ctor_set(x_143, 1, x_142); -x_144 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__15; -lean_inc(x_121); -lean_inc(x_126); -x_145 = l_Lean_addMacroScope(x_126, x_144, x_121); -x_146 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__14; -lean_inc(x_8); -lean_inc(x_120); -x_147 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_147, 0, x_120); -lean_ctor_set(x_147, 1, x_146); -lean_ctor_set(x_147, 2, x_145); -lean_ctor_set(x_147, 3, x_8); -lean_inc(x_6); -lean_inc(x_120); -x_148 = l_Lean_Syntax_node1(x_120, x_6, x_147); -x_149 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__22; -lean_inc(x_120); -x_150 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_150, 0, x_120); -lean_ctor_set(x_150, 1, x_149); -x_151 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__24; -lean_inc(x_121); -lean_inc(x_126); -x_152 = l_Lean_addMacroScope(x_126, x_151, x_121); -x_153 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__25; -lean_inc(x_8); -x_154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_8); -x_155 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__27; -lean_inc(x_8); -x_156 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_8); -x_157 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_157, 0, x_154); -lean_ctor_set(x_157, 1, x_156); -x_158 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__23; -lean_inc(x_120); -x_159 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_159, 0, x_120); -lean_ctor_set(x_159, 1, x_158); -lean_ctor_set(x_159, 2, x_152); -lean_ctor_set(x_159, 3, x_157); -lean_inc(x_150); -lean_inc(x_6); -lean_inc(x_120); -x_160 = l_Lean_Syntax_node2(x_120, x_6, x_150, x_159); -x_161 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; -lean_inc(x_120); -x_162 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_162, 0, x_120); -lean_ctor_set(x_162, 1, x_161); -x_163 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__2; -lean_inc(x_128); -lean_inc(x_120); -x_164 = l_Lean_Syntax_node5(x_120, x_163, x_143, x_148, x_160, x_128, x_162); -x_165 = lean_array_push(x_141, x_164); -lean_inc(x_6); -lean_inc(x_120); -x_166 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_166, 0, x_120); -lean_ctor_set(x_166, 1, x_6); -lean_ctor_set(x_166, 2, x_165); -x_167 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__4; -lean_inc(x_121); -lean_inc(x_126); -x_168 = l_Lean_addMacroScope(x_126, x_167, x_121); -lean_inc(x_8); -x_169 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_169, 0, x_167); -lean_ctor_set(x_169, 1, x_8); -x_170 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__5; -lean_inc(x_8); -x_171 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_8); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_169); -lean_ctor_set(x_172, 1, x_171); -x_173 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__3; -lean_inc(x_120); -x_174 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_174, 0, x_120); -lean_ctor_set(x_174, 1, x_173); -lean_ctor_set(x_174, 2, x_168); -lean_ctor_set(x_174, 3, x_172); -x_175 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__8; -x_176 = l_Lean_addMacroScope(x_126, x_175, x_121); -lean_inc(x_8); -x_177 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_177, 0, x_175); -lean_ctor_set(x_177, 1, x_8); -x_178 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__9; -x_179 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_179, 0, x_178); -lean_ctor_set(x_179, 1, x_8); -x_180 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_180, 0, x_177); -lean_ctor_set(x_180, 1, x_179); -x_181 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__7; -lean_inc(x_120); -x_182 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_182, 0, x_120); -lean_ctor_set(x_182, 1, x_181); -lean_ctor_set(x_182, 2, x_176); -lean_ctor_set(x_182, 3, x_180); -lean_inc(x_6); -lean_inc(x_120); -x_183 = l_Lean_Syntax_node2(x_120, x_6, x_182, x_116); -lean_inc(x_120); -x_184 = l_Lean_Syntax_node2(x_120, x_9, x_174, x_183); -x_185 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__21; -lean_inc(x_120); -x_186 = l_Lean_Syntax_node2(x_120, x_185, x_150, x_184); -lean_inc(x_120); -x_187 = l_Lean_Syntax_node1(x_120, x_6, x_186); -x_188 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__19; -lean_inc(x_120); -x_189 = l_Lean_Syntax_node2(x_120, x_188, x_166, x_187); -x_190 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__32; -lean_inc(x_120); -x_191 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_191, 0, x_120); -lean_ctor_set(x_191, 1, x_190); -x_192 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__31; -lean_inc(x_128); -lean_inc(x_120); -x_193 = l_Lean_Syntax_node3(x_120, x_192, x_191, x_11, x_128); -x_194 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__15; -lean_inc_n(x_128, 2); -lean_inc(x_120); -x_195 = l_Lean_Syntax_node7(x_120, x_194, x_137, x_139, x_189, x_193, x_128, x_128, x_128); -x_196 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__9; -x_197 = l_Lean_Syntax_node2(x_120, x_196, x_135, x_195); -x_198 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__2(x_1, x_2, x_3, x_197, x_13, x_14, x_15, x_16, x_17, x_18, x_124); -return x_198; +uint8_t x_198; +x_198 = lean_ctor_get_uint8(x_10, sizeof(void*)*5); +x_20 = x_198; +goto block_196; } else { -lean_object* x_199; -x_199 = lean_box(0); +uint8_t x_199; +x_199 = 1; x_20 = x_199; -goto block_111; -} +goto block_196; } -else +block_196: { -lean_object* x_200; -x_200 = lean_box(0); -x_20 = x_200; -goto block_111; -} -block_111: +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; 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_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; 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_dec(x_20); +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_inc(x_17); @@ -10421,176 +10159,383 @@ x_39 = l_Lean_Syntax_node1(x_27, x_38, x_37); lean_inc(x_6); lean_inc(x_27); x_40 = l_Lean_Syntax_node1(x_27, x_6, x_39); -x_41 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__33; +x_41 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__11; +lean_inc_n(x_35, 5); lean_inc(x_27); -x_42 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_42, 0, x_27); -lean_ctor_set(x_42, 1, x_41); -x_43 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__34; -lean_inc(x_27); -x_44 = l_Lean_Syntax_node1(x_27, x_43, x_42); -lean_inc(x_6); +x_42 = l_Lean_Syntax_node6(x_27, x_41, x_35, x_35, x_40, x_35, x_35, x_35); +x_43 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__14; lean_inc(x_27); -x_45 = l_Lean_Syntax_node1(x_27, x_6, x_44); -x_46 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__11; -lean_inc_n(x_35, 4); -lean_inc(x_27); -x_47 = l_Lean_Syntax_node6(x_27, x_46, x_35, x_35, x_40, x_35, x_35, x_45); -x_48 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__14; -lean_inc(x_27); -x_49 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_49, 0, x_27); -lean_ctor_set(x_49, 1, x_48); -x_50 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__17; +x_44 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_44, 0, x_27); +lean_ctor_set(x_44, 1, x_43); +x_45 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__17; lean_inc(x_35); lean_inc(x_27); -x_51 = l_Lean_Syntax_node2(x_27, x_50, x_7, x_35); -x_52 = lean_ctor_get(x_4, 0); -lean_inc(x_52); +x_46 = l_Lean_Syntax_node2(x_27, x_45, x_7, x_35); +x_47 = lean_ctor_get(x_4, 0); +lean_inc(x_47); lean_dec(x_4); -x_53 = l_Array_append___rarg(x_34, x_52); -x_54 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +x_48 = l_Array_append___rarg(x_34, x_47); +x_49 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; lean_inc(x_27); -x_55 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_55, 0, x_27); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__15; +x_50 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_50, 0, x_27); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__15; lean_inc(x_28); lean_inc(x_33); -x_57 = l_Lean_addMacroScope(x_33, x_56, x_28); -x_58 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__14; +x_52 = l_Lean_addMacroScope(x_33, x_51, x_28); +x_53 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__14; lean_inc(x_8); lean_inc(x_27); -x_59 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_59, 0, x_27); -lean_ctor_set(x_59, 1, x_58); -lean_ctor_set(x_59, 2, x_57); -lean_ctor_set(x_59, 3, x_8); +x_54 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_54, 0, x_27); +lean_ctor_set(x_54, 1, x_53); +lean_ctor_set(x_54, 2, x_52); +lean_ctor_set(x_54, 3, x_8); lean_inc(x_6); lean_inc(x_27); -x_60 = l_Lean_Syntax_node1(x_27, x_6, x_59); -x_61 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__22; +x_55 = l_Lean_Syntax_node1(x_27, x_6, x_54); +x_56 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__22; lean_inc(x_27); -x_62 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_62, 0, x_27); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__24; +x_57 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_57, 0, x_27); +lean_ctor_set(x_57, 1, x_56); +x_58 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__24; lean_inc(x_28); lean_inc(x_33); -x_64 = l_Lean_addMacroScope(x_33, x_63, x_28); -x_65 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__25; +x_59 = l_Lean_addMacroScope(x_33, x_58, x_28); +x_60 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__25; lean_inc(x_8); -x_66 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_8); -x_67 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__27; +x_61 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_8); +x_62 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__27; lean_inc(x_8); -x_68 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_8); -x_69 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_69, 0, x_66); -lean_ctor_set(x_69, 1, x_68); -x_70 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__23; +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_8); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_61); +lean_ctor_set(x_64, 1, x_63); +x_65 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__23; lean_inc(x_27); -x_71 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_71, 0, x_27); -lean_ctor_set(x_71, 1, x_70); -lean_ctor_set(x_71, 2, x_64); -lean_ctor_set(x_71, 3, x_69); -lean_inc(x_62); +x_66 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_66, 0, x_27); +lean_ctor_set(x_66, 1, x_65); +lean_ctor_set(x_66, 2, x_59); +lean_ctor_set(x_66, 3, x_64); +lean_inc(x_57); lean_inc(x_6); lean_inc(x_27); -x_72 = l_Lean_Syntax_node2(x_27, x_6, x_62, x_71); -x_73 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +x_67 = l_Lean_Syntax_node2(x_27, x_6, x_57, x_66); +x_68 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; lean_inc(x_27); -x_74 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_74, 0, x_27); -lean_ctor_set(x_74, 1, x_73); -x_75 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__2; +x_69 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_69, 0, x_27); +lean_ctor_set(x_69, 1, x_68); +x_70 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__2; lean_inc(x_35); lean_inc(x_27); -x_76 = l_Lean_Syntax_node5(x_27, x_75, x_55, x_60, x_72, x_35, x_74); -x_77 = lean_array_push(x_53, x_76); +x_71 = l_Lean_Syntax_node5(x_27, x_70, x_50, x_55, x_67, x_35, x_69); +x_72 = lean_array_push(x_48, x_71); lean_inc(x_6); lean_inc(x_27); -x_78 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_78, 0, x_27); -lean_ctor_set(x_78, 1, x_6); -lean_ctor_set(x_78, 2, x_77); -x_79 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__4; +x_73 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_73, 0, x_27); +lean_ctor_set(x_73, 1, x_6); +lean_ctor_set(x_73, 2, x_72); +x_74 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__4; lean_inc(x_28); lean_inc(x_33); -x_80 = l_Lean_addMacroScope(x_33, x_79, x_28); +x_75 = l_Lean_addMacroScope(x_33, x_74, x_28); lean_inc(x_8); -x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_79); -lean_ctor_set(x_81, 1, x_8); -x_82 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__5; +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_8); +x_77 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__5; lean_inc(x_8); -x_83 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_8); -x_84 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_84, 0, x_81); -lean_ctor_set(x_84, 1, x_83); -x_85 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__3; +x_78 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_8); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_76); +lean_ctor_set(x_79, 1, x_78); +x_80 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__3; lean_inc(x_27); -x_86 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_86, 0, x_27); -lean_ctor_set(x_86, 1, x_85); -lean_ctor_set(x_86, 2, x_80); -lean_ctor_set(x_86, 3, x_84); -x_87 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__8; -x_88 = l_Lean_addMacroScope(x_33, x_87, x_28); +x_81 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_81, 0, x_27); +lean_ctor_set(x_81, 1, x_80); +lean_ctor_set(x_81, 2, x_75); +lean_ctor_set(x_81, 3, x_79); +x_82 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__8; +x_83 = l_Lean_addMacroScope(x_33, x_82, x_28); lean_inc(x_8); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_8); -x_90 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__9; -x_91 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_8); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_89); -lean_ctor_set(x_92, 1, x_91); -x_93 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__7; +x_84 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_84, 0, x_82); +lean_ctor_set(x_84, 1, x_8); +x_85 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__9; +x_86 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_8); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_84); +lean_ctor_set(x_87, 1, x_86); +x_88 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__7; lean_inc(x_27); -x_94 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_94, 0, x_27); -lean_ctor_set(x_94, 1, x_93); -lean_ctor_set(x_94, 2, x_88); -lean_ctor_set(x_94, 3, x_92); +x_89 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_89, 0, x_27); +lean_ctor_set(x_89, 1, x_88); +lean_ctor_set(x_89, 2, x_83); +lean_ctor_set(x_89, 3, x_87); lean_inc(x_6); lean_inc(x_27); -x_95 = l_Lean_Syntax_node2(x_27, x_6, x_94, x_23); +x_90 = l_Lean_Syntax_node2(x_27, x_6, x_89, x_23); lean_inc(x_27); -x_96 = l_Lean_Syntax_node2(x_27, x_9, x_86, x_95); -x_97 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__21; +x_91 = l_Lean_Syntax_node2(x_27, x_9, x_81, x_90); +x_92 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__21; lean_inc(x_27); -x_98 = l_Lean_Syntax_node2(x_27, x_97, x_62, x_96); +x_93 = l_Lean_Syntax_node2(x_27, x_92, x_57, x_91); lean_inc(x_27); -x_99 = l_Lean_Syntax_node1(x_27, x_6, x_98); -x_100 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__19; +x_94 = l_Lean_Syntax_node1(x_27, x_6, x_93); +x_95 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__19; lean_inc(x_27); -x_101 = l_Lean_Syntax_node2(x_27, x_100, x_78, x_99); -x_102 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__32; +x_96 = l_Lean_Syntax_node2(x_27, x_95, x_73, x_94); +x_97 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__32; lean_inc(x_27); -x_103 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_103, 0, x_27); -lean_ctor_set(x_103, 1, x_102); -x_104 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__31; +x_98 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_98, 0, x_27); +lean_ctor_set(x_98, 1, x_97); +x_99 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__31; lean_inc(x_35); lean_inc(x_27); -x_105 = l_Lean_Syntax_node3(x_27, x_104, x_103, x_11, x_35); -x_106 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__15; +x_100 = l_Lean_Syntax_node3(x_27, x_99, x_98, x_11, x_35); +x_101 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__15; lean_inc_n(x_35, 2); lean_inc(x_27); -x_107 = l_Lean_Syntax_node7(x_27, x_106, x_49, x_51, x_101, x_105, x_35, x_35, x_35); -x_108 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__9; -x_109 = l_Lean_Syntax_node2(x_27, x_108, x_47, x_107); -x_110 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__2(x_1, x_2, x_3, x_109, x_13, x_14, x_15, x_16, x_17, x_18, x_31); -return x_110; +x_102 = l_Lean_Syntax_node7(x_27, x_101, x_44, x_46, x_96, x_100, x_35, x_35, x_35); +x_103 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__9; +x_104 = l_Lean_Syntax_node2(x_27, x_103, x_42, x_102); +x_105 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__2(x_1, x_2, x_3, x_104, x_13, x_14, x_15, x_16, x_17, x_18, x_31); +return x_105; +} +else +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; +x_106 = lean_ctor_get(x_4, 1); +lean_inc(x_106); +lean_inc(x_17); +x_107 = l_Lean_Elab_Deriving_mkInductiveApp(x_5, x_106, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = lean_ctor_get(x_17, 5); +lean_inc(x_110); +x_111 = 0; +x_112 = l_Lean_SourceInfo_fromRef(x_110, x_111); +x_113 = lean_ctor_get(x_17, 10); +lean_inc(x_113); +x_114 = lean_st_ref_get(x_18, x_109); +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_114, 1); +lean_inc(x_116); +lean_dec(x_114); +x_117 = lean_ctor_get(x_115, 0); +lean_inc(x_117); +lean_dec(x_115); +x_118 = lean_environment_main_module(x_117); +x_119 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler_mkAlts___spec__5___lambda__1___closed__1; +lean_inc(x_6); +lean_inc(x_112); +x_120 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_120, 0, x_112); +lean_ctor_set(x_120, 1, x_6); +lean_ctor_set(x_120, 2, x_119); +x_121 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__12; +lean_inc(x_112); +x_122 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_122, 0, x_112); +lean_ctor_set(x_122, 1, x_121); +x_123 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__13; +lean_inc(x_112); +x_124 = l_Lean_Syntax_node1(x_112, x_123, x_122); +lean_inc(x_6); +lean_inc(x_112); +x_125 = l_Lean_Syntax_node1(x_112, x_6, x_124); +x_126 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__33; +lean_inc(x_112); +x_127 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_127, 0, x_112); +lean_ctor_set(x_127, 1, x_126); +x_128 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__34; +lean_inc(x_112); +x_129 = l_Lean_Syntax_node1(x_112, x_128, x_127); +lean_inc(x_6); +lean_inc(x_112); +x_130 = l_Lean_Syntax_node1(x_112, x_6, x_129); +x_131 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__11; +lean_inc_n(x_120, 4); +lean_inc(x_112); +x_132 = l_Lean_Syntax_node6(x_112, x_131, x_120, x_120, x_125, x_120, x_120, x_130); +x_133 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__14; +lean_inc(x_112); +x_134 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_134, 0, x_112); +lean_ctor_set(x_134, 1, x_133); +x_135 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__17; +lean_inc(x_120); +lean_inc(x_112); +x_136 = l_Lean_Syntax_node2(x_112, x_135, x_7, x_120); +x_137 = lean_ctor_get(x_4, 0); +lean_inc(x_137); +lean_dec(x_4); +x_138 = l_Array_append___rarg(x_119, x_137); +x_139 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__3; +lean_inc(x_112); +x_140 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_140, 0, x_112); +lean_ctor_set(x_140, 1, x_139); +x_141 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__15; +lean_inc(x_113); +lean_inc(x_118); +x_142 = l_Lean_addMacroScope(x_118, x_141, x_113); +x_143 = l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler_mkAlts___spec__7___lambda__1___closed__14; +lean_inc(x_8); +lean_inc(x_112); +x_144 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_144, 0, x_112); +lean_ctor_set(x_144, 1, x_143); +lean_ctor_set(x_144, 2, x_142); +lean_ctor_set(x_144, 3, x_8); +lean_inc(x_6); +lean_inc(x_112); +x_145 = l_Lean_Syntax_node1(x_112, x_6, x_144); +x_146 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__22; +lean_inc(x_112); +x_147 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_147, 0, x_112); +lean_ctor_set(x_147, 1, x_146); +x_148 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__24; +lean_inc(x_113); +lean_inc(x_118); +x_149 = l_Lean_addMacroScope(x_118, x_148, x_113); +x_150 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__25; +lean_inc(x_8); +x_151 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_8); +x_152 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__27; +lean_inc(x_8); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_152); +lean_ctor_set(x_153, 1, x_8); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_151); +lean_ctor_set(x_154, 1, x_153); +x_155 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__23; +lean_inc(x_112); +x_156 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_156, 0, x_112); +lean_ctor_set(x_156, 1, x_155); +lean_ctor_set(x_156, 2, x_149); +lean_ctor_set(x_156, 3, x_154); +lean_inc(x_147); +lean_inc(x_6); +lean_inc(x_112); +x_157 = l_Lean_Syntax_node2(x_112, x_6, x_147, x_156); +x_158 = l_Array_mapIdxM_map___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__4___closed__4; +lean_inc(x_112); +x_159 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_159, 0, x_112); +lean_ctor_set(x_159, 1, x_158); +x_160 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__2; +lean_inc(x_120); +lean_inc(x_112); +x_161 = l_Lean_Syntax_node5(x_112, x_160, x_140, x_145, x_157, x_120, x_159); +x_162 = lean_array_push(x_138, x_161); +lean_inc(x_6); +lean_inc(x_112); +x_163 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_163, 0, x_112); +lean_ctor_set(x_163, 1, x_6); +lean_ctor_set(x_163, 2, x_162); +x_164 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__4; +lean_inc(x_113); +lean_inc(x_118); +x_165 = l_Lean_addMacroScope(x_118, x_164, x_113); +lean_inc(x_8); +x_166 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_166, 0, x_164); +lean_ctor_set(x_166, 1, x_8); +x_167 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__5; +lean_inc(x_8); +x_168 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_168, 0, x_167); +lean_ctor_set(x_168, 1, x_8); +x_169 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_169, 0, x_166); +lean_ctor_set(x_169, 1, x_168); +x_170 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__3; +lean_inc(x_112); +x_171 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_171, 0, x_112); +lean_ctor_set(x_171, 1, x_170); +lean_ctor_set(x_171, 2, x_165); +lean_ctor_set(x_171, 3, x_169); +x_172 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__8; +x_173 = l_Lean_addMacroScope(x_118, x_172, x_113); +lean_inc(x_8); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_8); +x_175 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__9; +x_176 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_176, 0, x_175); +lean_ctor_set(x_176, 1, x_8); +x_177 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_177, 0, x_174); +lean_ctor_set(x_177, 1, x_176); +x_178 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__1___closed__7; +lean_inc(x_112); +x_179 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_179, 0, x_112); +lean_ctor_set(x_179, 1, x_178); +lean_ctor_set(x_179, 2, x_173); +lean_ctor_set(x_179, 3, x_177); +lean_inc(x_6); +lean_inc(x_112); +x_180 = l_Lean_Syntax_node2(x_112, x_6, x_179, x_108); +lean_inc(x_112); +x_181 = l_Lean_Syntax_node2(x_112, x_9, x_171, x_180); +x_182 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__21; +lean_inc(x_112); +x_183 = l_Lean_Syntax_node2(x_112, x_182, x_147, x_181); +lean_inc(x_112); +x_184 = l_Lean_Syntax_node1(x_112, x_6, x_183); +x_185 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__19; +lean_inc(x_112); +x_186 = l_Lean_Syntax_node2(x_112, x_185, x_163, x_184); +x_187 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__32; +lean_inc(x_112); +x_188 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_188, 0, x_112); +lean_ctor_set(x_188, 1, x_187); +x_189 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__31; +lean_inc(x_120); +lean_inc(x_112); +x_190 = l_Lean_Syntax_node3(x_112, x_189, x_188, x_11, x_120); +x_191 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__15; +lean_inc_n(x_120, 2); +lean_inc(x_112); +x_192 = l_Lean_Syntax_node7(x_112, x_191, x_134, x_136, x_186, x_190, x_120, x_120, x_120); +x_193 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__9; +x_194 = l_Lean_Syntax_node2(x_112, x_193, x_132, x_192); +x_195 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__2(x_1, x_2, x_3, x_194, x_13, x_14, x_15, x_16, x_17, x_18, x_116); +return x_195; +} } } } @@ -11830,176 +11775,178 @@ return x_212; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler(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_array_get_size(x_1); -x_6 = lean_unsigned_to_nat(1u); -x_7 = lean_nat_dec_eq(x_5, x_6); -if (x_7 == 0) +lean_object* x_5; lean_object* x_135; lean_object* x_136; uint8_t x_137; +x_135 = lean_array_get_size(x_1); +x_136 = lean_unsigned_to_nat(1u); +x_137 = lean_nat_dec_eq(x_135, x_136); +if (x_137 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_5); +uint8_t x_138; lean_object* x_139; lean_object* x_140; +lean_dec(x_135); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_8 = 0; -x_9 = lean_box(x_8); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_4); -return x_10; +x_138 = 0; +x_139 = lean_box(x_138); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_4); +return x_140; } else { -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_5); -lean_dec(x_5); -x_13 = lean_st_ref_get(x_3, x_4); -if (x_12 == 0) +lean_object* x_141; uint8_t x_142; +x_141 = lean_unsigned_to_nat(0u); +x_142 = lean_nat_dec_lt(x_141, x_135); +lean_dec(x_135); +if (x_142 == 0) { -lean_object* x_139; lean_object* x_140; -x_139 = l_Lean_instInhabitedName; -x_140 = l___private_Init_Util_0__outOfBounds___rarg(x_139); -x_14 = x_140; -goto block_138; +lean_object* x_143; lean_object* x_144; +x_143 = l_Lean_instInhabitedName; +x_144 = l___private_Init_Util_0__outOfBounds___rarg(x_143); +x_5 = x_144; +goto block_134; } else { -lean_object* x_141; -x_141 = lean_array_fget(x_1, x_11); -x_14 = x_141; -goto block_138; +lean_object* x_145; +x_145 = lean_array_fget(x_1, x_141); +x_5 = x_145; +goto block_134; +} } -block_138: +block_134: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_15 = lean_ctor_get(x_13, 0); -lean_inc(x_15); -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -lean_dec(x_13); -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); -lean_dec(x_15); -lean_inc(x_14); -x_18 = l_Lean_isStructure(x_17, x_14); -if (x_18 == 0) +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_6 = lean_st_ref_get(x_3, 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 = lean_ctor_get(x_7, 0); +lean_inc(x_9); +lean_dec(x_7); +lean_inc(x_5); +x_10 = l_Lean_isStructure(x_9, x_5); +if (x_10 == 0) { -lean_object* x_19; +lean_object* x_11; lean_inc(x_2); -lean_inc(x_14); -x_19 = l_Lean_getConstInfoInduct___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__1(x_14, x_2, x_3, x_16); -if (lean_obj_tag(x_19) == 0) +lean_inc(x_5); +x_11 = l_Lean_getConstInfoInduct___at_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___spec__1(x_5, x_2, x_3, x_8); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -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_alloc_closure((void*)(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__2___boxed), 10, 3); -lean_closure_set(x_22, 0, x_14); -lean_closure_set(x_22, 1, x_20); -lean_closure_set(x_22, 2, x_1); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +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 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__2___boxed), 10, 3); +lean_closure_set(x_14, 0, x_5); +lean_closure_set(x_14, 1, x_12); +lean_closure_set(x_14, 2, x_1); lean_inc(x_2); -x_23 = l_Lean_Elab_Command_liftTermElabM___rarg(x_22, x_2, x_3, x_21); -if (lean_obj_tag(x_23) == 0) +x_15 = l_Lean_Elab_Command_liftTermElabM___rarg(x_14, x_2, x_3, x_13); +if (lean_obj_tag(x_15) == 0) { -uint8_t x_24; -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +uint8_t x_16; +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -x_27 = lean_array_get_size(x_25); -x_28 = lean_nat_dec_lt(x_11, x_27); -if (x_28 == 0) +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +x_19 = lean_array_get_size(x_17); +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_nat_dec_lt(x_20, x_19); +if (x_21 == 0) { -uint8_t x_29; lean_object* x_30; -lean_dec(x_27); -lean_dec(x_25); +uint8_t x_22; lean_object* x_23; +lean_dec(x_19); +lean_dec(x_17); lean_dec(x_3); lean_dec(x_2); -x_29 = 1; -x_30 = lean_box(x_29); -lean_ctor_set(x_23, 0, x_30); -return x_23; +x_22 = 1; +x_23 = lean_box(x_22); +lean_ctor_set(x_15, 0, x_23); +return x_15; } else { -uint8_t x_31; -x_31 = lean_nat_dec_le(x_27, x_27); -if (x_31 == 0) +uint8_t x_24; +x_24 = lean_nat_dec_le(x_19, x_19); +if (x_24 == 0) { -uint8_t x_32; lean_object* x_33; -lean_dec(x_27); -lean_dec(x_25); +uint8_t x_25; lean_object* x_26; +lean_dec(x_19); +lean_dec(x_17); lean_dec(x_3); lean_dec(x_2); -x_32 = 1; -x_33 = lean_box(x_32); -lean_ctor_set(x_23, 0, x_33); -return x_23; +x_25 = 1; +x_26 = lean_box(x_25); +lean_ctor_set(x_15, 0, x_26); +return x_15; } else { -size_t x_34; size_t x_35; lean_object* x_36; lean_object* x_37; -lean_free_object(x_23); -x_34 = 0; -x_35 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_36 = lean_box(0); -x_37 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_25, x_34, x_35, x_36, x_2, x_3, x_26); -lean_dec(x_25); -if (lean_obj_tag(x_37) == 0) +size_t x_27; size_t x_28; lean_object* x_29; lean_object* x_30; +lean_free_object(x_15); +x_27 = 0; +x_28 = lean_usize_of_nat(x_19); +lean_dec(x_19); +x_29 = lean_box(0); +x_30 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_17, x_27, x_28, x_29, x_2, x_3, x_18); +lean_dec(x_17); +if (lean_obj_tag(x_30) == 0) { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_37); -if (x_38 == 0) +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_39; uint8_t x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_37, 0); -lean_dec(x_39); -x_40 = 1; -x_41 = lean_box(x_40); -lean_ctor_set(x_37, 0, x_41); -return x_37; +lean_object* x_32; uint8_t x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_30, 0); +lean_dec(x_32); +x_33 = 1; +x_34 = lean_box(x_33); +lean_ctor_set(x_30, 0, x_34); +return x_30; } else { -lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; -x_42 = lean_ctor_get(x_37, 1); -lean_inc(x_42); -lean_dec(x_37); -x_43 = 1; -x_44 = lean_box(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_42); -return x_45; +lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_dec(x_30); +x_36 = 1; +x_37 = lean_box(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_35); +return x_38; } } else { -uint8_t x_46; -x_46 = !lean_is_exclusive(x_37); -if (x_46 == 0) +uint8_t x_39; +x_39 = !lean_is_exclusive(x_30); +if (x_39 == 0) { -return x_37; +return x_30; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_37, 0); -x_48 = lean_ctor_get(x_37, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_37); -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_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_30, 0); +x_41 = lean_ctor_get(x_30, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_30); +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; } } } @@ -12007,102 +11954,103 @@ return x_49; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_50 = lean_ctor_get(x_23, 0); -x_51 = lean_ctor_get(x_23, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_23); -x_52 = lean_array_get_size(x_50); -x_53 = lean_nat_dec_lt(x_11, x_52); -if (x_53 == 0) -{ -uint8_t x_54; lean_object* x_55; lean_object* x_56; -lean_dec(x_52); -lean_dec(x_50); +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_43 = lean_ctor_get(x_15, 0); +x_44 = lean_ctor_get(x_15, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_15); +x_45 = lean_array_get_size(x_43); +x_46 = lean_unsigned_to_nat(0u); +x_47 = lean_nat_dec_lt(x_46, x_45); +if (x_47 == 0) +{ +uint8_t x_48; lean_object* x_49; lean_object* x_50; +lean_dec(x_45); +lean_dec(x_43); lean_dec(x_3); lean_dec(x_2); -x_54 = 1; -x_55 = lean_box(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_51); -return x_56; +x_48 = 1; +x_49 = lean_box(x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_44); +return x_50; } else { -uint8_t x_57; -x_57 = lean_nat_dec_le(x_52, x_52); -if (x_57 == 0) +uint8_t x_51; +x_51 = lean_nat_dec_le(x_45, x_45); +if (x_51 == 0) { -uint8_t x_58; lean_object* x_59; lean_object* x_60; -lean_dec(x_52); -lean_dec(x_50); +uint8_t x_52; lean_object* x_53; lean_object* x_54; +lean_dec(x_45); +lean_dec(x_43); lean_dec(x_3); lean_dec(x_2); -x_58 = 1; -x_59 = lean_box(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_51); -return x_60; +x_52 = 1; +x_53 = lean_box(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_44); +return x_54; } else { -size_t x_61; size_t x_62; lean_object* x_63; lean_object* x_64; -x_61 = 0; -x_62 = lean_usize_of_nat(x_52); -lean_dec(x_52); -x_63 = lean_box(0); -x_64 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_50, x_61, x_62, x_63, x_2, x_3, x_51); -lean_dec(x_50); -if (lean_obj_tag(x_64) == 0) +size_t x_55; size_t x_56; lean_object* x_57; lean_object* x_58; +x_55 = 0; +x_56 = lean_usize_of_nat(x_45); +lean_dec(x_45); +x_57 = lean_box(0); +x_58 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_43, x_55, x_56, x_57, x_2, x_3, x_44); +lean_dec(x_43); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_64)) { - lean_ctor_release(x_64, 0); - lean_ctor_release(x_64, 1); - x_66 = x_64; +lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; +x_59 = lean_ctor_get(x_58, 1); +lean_inc(x_59); +if (lean_is_exclusive(x_58)) { + lean_ctor_release(x_58, 0); + lean_ctor_release(x_58, 1); + x_60 = x_58; } else { - lean_dec_ref(x_64); - x_66 = lean_box(0); + lean_dec_ref(x_58); + x_60 = lean_box(0); } -x_67 = 1; -x_68 = lean_box(x_67); -if (lean_is_scalar(x_66)) { - x_69 = lean_alloc_ctor(0, 2, 0); +x_61 = 1; +x_62 = lean_box(x_61); +if (lean_is_scalar(x_60)) { + x_63 = lean_alloc_ctor(0, 2, 0); } else { - x_69 = x_66; + x_63 = x_60; } -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_65); -return x_69; +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_59); +return x_63; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_70 = lean_ctor_get(x_64, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_64, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_64)) { - lean_ctor_release(x_64, 0); - lean_ctor_release(x_64, 1); - x_72 = x_64; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_64 = lean_ctor_get(x_58, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_58, 1); +lean_inc(x_65); +if (lean_is_exclusive(x_58)) { + lean_ctor_release(x_58, 0); + lean_ctor_release(x_58, 1); + x_66 = x_58; } else { - lean_dec_ref(x_64); - x_72 = lean_box(0); + lean_dec_ref(x_58); + x_66 = lean_box(0); } -if (lean_is_scalar(x_72)) { - x_73 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_66)) { + x_67 = lean_alloc_ctor(1, 2, 0); } else { - x_73 = x_72; + x_67 = x_66; } -lean_ctor_set(x_73, 0, x_70); -lean_ctor_set(x_73, 1, x_71); -return x_73; +lean_ctor_set(x_67, 0, x_64); +lean_ctor_set(x_67, 1, x_65); +return x_67; } } } @@ -12110,161 +12058,162 @@ return x_73; } else { -uint8_t x_74; +uint8_t x_68; lean_dec(x_3); lean_dec(x_2); -x_74 = !lean_is_exclusive(x_23); -if (x_74 == 0) +x_68 = !lean_is_exclusive(x_15); +if (x_68 == 0) { -return x_23; +return x_15; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_23, 0); -x_76 = lean_ctor_get(x_23, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_23); -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; +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_15, 0); +x_70 = lean_ctor_get(x_15, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_15); +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 { -uint8_t x_78; -lean_dec(x_14); +uint8_t x_72; +lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_78 = !lean_is_exclusive(x_19); -if (x_78 == 0) +x_72 = !lean_is_exclusive(x_11); +if (x_72 == 0) { -return x_19; +return x_11; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_19, 0); -x_80 = lean_ctor_get(x_19, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_19); -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; +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_11, 0); +x_74 = lean_ctor_get(x_11, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_11); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -lean_object* x_82; lean_object* x_83; -x_82 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___boxed), 9, 2); -lean_closure_set(x_82, 0, x_14); -lean_closure_set(x_82, 1, x_1); +lean_object* x_76; lean_object* x_77; +x_76 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___boxed), 9, 2); +lean_closure_set(x_76, 0, x_5); +lean_closure_set(x_76, 1, x_1); lean_inc(x_2); -x_83 = l_Lean_Elab_Command_liftTermElabM___rarg(x_82, x_2, x_3, x_16); -if (lean_obj_tag(x_83) == 0) +x_77 = l_Lean_Elab_Command_liftTermElabM___rarg(x_76, x_2, x_3, x_8); +if (lean_obj_tag(x_77) == 0) { -uint8_t x_84; -x_84 = !lean_is_exclusive(x_83); -if (x_84 == 0) +uint8_t x_78; +x_78 = !lean_is_exclusive(x_77); +if (x_78 == 0) { -lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; -x_85 = lean_ctor_get(x_83, 0); -x_86 = lean_ctor_get(x_83, 1); -x_87 = lean_array_get_size(x_85); -x_88 = lean_nat_dec_lt(x_11, x_87); -if (x_88 == 0) +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; +x_79 = lean_ctor_get(x_77, 0); +x_80 = lean_ctor_get(x_77, 1); +x_81 = lean_array_get_size(x_79); +x_82 = lean_unsigned_to_nat(0u); +x_83 = lean_nat_dec_lt(x_82, x_81); +if (x_83 == 0) { -uint8_t x_89; lean_object* x_90; -lean_dec(x_87); -lean_dec(x_85); +uint8_t x_84; lean_object* x_85; +lean_dec(x_81); +lean_dec(x_79); lean_dec(x_3); lean_dec(x_2); -x_89 = 1; -x_90 = lean_box(x_89); -lean_ctor_set(x_83, 0, x_90); -return x_83; +x_84 = 1; +x_85 = lean_box(x_84); +lean_ctor_set(x_77, 0, x_85); +return x_77; } else { -uint8_t x_91; -x_91 = lean_nat_dec_le(x_87, x_87); -if (x_91 == 0) +uint8_t x_86; +x_86 = lean_nat_dec_le(x_81, x_81); +if (x_86 == 0) { -uint8_t x_92; lean_object* x_93; -lean_dec(x_87); -lean_dec(x_85); +uint8_t x_87; lean_object* x_88; +lean_dec(x_81); +lean_dec(x_79); lean_dec(x_3); lean_dec(x_2); -x_92 = 1; -x_93 = lean_box(x_92); -lean_ctor_set(x_83, 0, x_93); -return x_83; +x_87 = 1; +x_88 = lean_box(x_87); +lean_ctor_set(x_77, 0, x_88); +return x_77; } else { -size_t x_94; size_t x_95; lean_object* x_96; lean_object* x_97; -lean_free_object(x_83); -x_94 = 0; -x_95 = lean_usize_of_nat(x_87); -lean_dec(x_87); -x_96 = lean_box(0); -x_97 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_85, x_94, x_95, x_96, x_2, x_3, x_86); -lean_dec(x_85); -if (lean_obj_tag(x_97) == 0) +size_t x_89; size_t x_90; lean_object* x_91; lean_object* x_92; +lean_free_object(x_77); +x_89 = 0; +x_90 = lean_usize_of_nat(x_81); +lean_dec(x_81); +x_91 = lean_box(0); +x_92 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_79, x_89, x_90, x_91, x_2, x_3, x_80); +lean_dec(x_79); +if (lean_obj_tag(x_92) == 0) { -uint8_t x_98; -x_98 = !lean_is_exclusive(x_97); -if (x_98 == 0) +uint8_t x_93; +x_93 = !lean_is_exclusive(x_92); +if (x_93 == 0) { -lean_object* x_99; uint8_t x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_97, 0); -lean_dec(x_99); -x_100 = 1; -x_101 = lean_box(x_100); -lean_ctor_set(x_97, 0, x_101); -return x_97; +lean_object* x_94; uint8_t x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_92, 0); +lean_dec(x_94); +x_95 = 1; +x_96 = lean_box(x_95); +lean_ctor_set(x_92, 0, x_96); +return x_92; } else { -lean_object* x_102; uint8_t x_103; lean_object* x_104; lean_object* x_105; -x_102 = lean_ctor_get(x_97, 1); -lean_inc(x_102); -lean_dec(x_97); -x_103 = 1; -x_104 = lean_box(x_103); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_102); -return x_105; +lean_object* x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; +x_97 = lean_ctor_get(x_92, 1); +lean_inc(x_97); +lean_dec(x_92); +x_98 = 1; +x_99 = lean_box(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_97); +return x_100; } } else { -uint8_t x_106; -x_106 = !lean_is_exclusive(x_97); -if (x_106 == 0) +uint8_t x_101; +x_101 = !lean_is_exclusive(x_92); +if (x_101 == 0) { -return x_97; +return x_92; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_97, 0); -x_108 = lean_ctor_get(x_97, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_97); -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; +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_92, 0); +x_103 = lean_ctor_get(x_92, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_92); +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; } } } @@ -12272,102 +12221,103 @@ return x_109; } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; uint8_t x_113; -x_110 = lean_ctor_get(x_83, 0); -x_111 = lean_ctor_get(x_83, 1); -lean_inc(x_111); -lean_inc(x_110); -lean_dec(x_83); -x_112 = lean_array_get_size(x_110); -x_113 = lean_nat_dec_lt(x_11, x_112); +lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; +x_105 = lean_ctor_get(x_77, 0); +x_106 = lean_ctor_get(x_77, 1); +lean_inc(x_106); +lean_inc(x_105); +lean_dec(x_77); +x_107 = lean_array_get_size(x_105); +x_108 = lean_unsigned_to_nat(0u); +x_109 = lean_nat_dec_lt(x_108, x_107); +if (x_109 == 0) +{ +uint8_t x_110; lean_object* x_111; lean_object* x_112; +lean_dec(x_107); +lean_dec(x_105); +lean_dec(x_3); +lean_dec(x_2); +x_110 = 1; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_106); +return x_112; +} +else +{ +uint8_t x_113; +x_113 = lean_nat_dec_le(x_107, x_107); if (x_113 == 0) { uint8_t x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_112); -lean_dec(x_110); +lean_dec(x_107); +lean_dec(x_105); lean_dec(x_3); lean_dec(x_2); x_114 = 1; x_115 = lean_box(x_114); x_116 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_111); +lean_ctor_set(x_116, 1, x_106); return x_116; } else { -uint8_t x_117; -x_117 = lean_nat_dec_le(x_112, x_112); -if (x_117 == 0) -{ -uint8_t x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_112); -lean_dec(x_110); -lean_dec(x_3); -lean_dec(x_2); -x_118 = 1; -x_119 = lean_box(x_118); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_111); -return x_120; -} -else -{ -size_t x_121; size_t x_122; lean_object* x_123; lean_object* x_124; -x_121 = 0; -x_122 = lean_usize_of_nat(x_112); -lean_dec(x_112); -x_123 = lean_box(0); -x_124 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_110, x_121, x_122, x_123, x_2, x_3, x_111); -lean_dec(x_110); -if (lean_obj_tag(x_124) == 0) +size_t x_117; size_t x_118; lean_object* x_119; lean_object* x_120; +x_117 = 0; +x_118 = lean_usize_of_nat(x_107); +lean_dec(x_107); +x_119 = lean_box(0); +x_120 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_105, x_117, x_118, x_119, x_2, x_3, x_106); +lean_dec(x_105); +if (lean_obj_tag(x_120) == 0) { -lean_object* x_125; lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; -x_125 = lean_ctor_get(x_124, 1); -lean_inc(x_125); -if (lean_is_exclusive(x_124)) { - lean_ctor_release(x_124, 0); - lean_ctor_release(x_124, 1); - x_126 = x_124; +lean_object* x_121; lean_object* x_122; uint8_t x_123; lean_object* x_124; lean_object* x_125; +x_121 = lean_ctor_get(x_120, 1); +lean_inc(x_121); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + lean_ctor_release(x_120, 1); + x_122 = x_120; } else { - lean_dec_ref(x_124); - x_126 = lean_box(0); + lean_dec_ref(x_120); + x_122 = lean_box(0); } -x_127 = 1; -x_128 = lean_box(x_127); -if (lean_is_scalar(x_126)) { - x_129 = lean_alloc_ctor(0, 2, 0); +x_123 = 1; +x_124 = lean_box(x_123); +if (lean_is_scalar(x_122)) { + x_125 = lean_alloc_ctor(0, 2, 0); } else { - x_129 = x_126; + x_125 = x_122; } -lean_ctor_set(x_129, 0, x_128); -lean_ctor_set(x_129, 1, x_125); -return x_129; +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_121); +return x_125; } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; -x_130 = lean_ctor_get(x_124, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_124, 1); -lean_inc(x_131); -if (lean_is_exclusive(x_124)) { - lean_ctor_release(x_124, 0); - lean_ctor_release(x_124, 1); - x_132 = x_124; +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_126 = lean_ctor_get(x_120, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_120, 1); +lean_inc(x_127); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + lean_ctor_release(x_120, 1); + x_128 = x_120; } else { - lean_dec_ref(x_124); - x_132 = lean_box(0); + lean_dec_ref(x_120); + x_128 = lean_box(0); } -if (lean_is_scalar(x_132)) { - x_133 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_128)) { + x_129 = lean_alloc_ctor(1, 2, 0); } else { - x_133 = x_132; + x_129 = x_128; } -lean_ctor_set(x_133, 0, x_130); -lean_ctor_set(x_133, 1, x_131); -return x_133; +lean_ctor_set(x_129, 0, x_126); +lean_ctor_set(x_129, 1, x_127); +return x_129; } } } @@ -12375,27 +12325,26 @@ return x_133; } else { -uint8_t x_134; +uint8_t x_130; lean_dec(x_3); lean_dec(x_2); -x_134 = !lean_is_exclusive(x_83); -if (x_134 == 0) +x_130 = !lean_is_exclusive(x_77); +if (x_130 == 0) { -return x_83; +return x_77; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = lean_ctor_get(x_83, 0); -x_136 = lean_ctor_get(x_83, 1); -lean_inc(x_136); -lean_inc(x_135); -lean_dec(x_83); -x_137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_137, 0, x_135); -lean_ctor_set(x_137, 1, x_136); -return x_137; -} +lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_131 = lean_ctor_get(x_77, 0); +x_132 = lean_ctor_get(x_77, 1); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_77); +x_133 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_133, 0, x_131); +lean_ctor_set(x_133, 1, x_132); +return x_133; } } } @@ -12530,7 +12479,7 @@ lean_dec(x_2); return x_10; } } -static lean_object* _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__1() { +static lean_object* _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__1() { _start: { lean_object* x_1; @@ -12538,7 +12487,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanc return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__2() { +static lean_object* _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__2() { _start: { lean_object* x_1; @@ -12546,12 +12495,12 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInsta return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_Elab_Deriving_FromToJson_mkToJsonInstanceHandler___lambda__3___closed__1; -x_3 = l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__1; +x_3 = l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -12560,7 +12509,7 @@ x_5 = lean_ctor_get(x_4, 1); lean_inc(x_5); lean_dec(x_4); x_6 = l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__2___closed__2; -x_7 = l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__2; +x_7 = l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__2; x_8 = l_Lean_Elab_registerDerivingHandler(x_6, x_7, x_5); return x_8; } @@ -13187,11 +13136,11 @@ l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__ lean_mark_persistent(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__13); l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__14 = _init_l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__14(); lean_mark_persistent(l_Lean_Elab_Deriving_FromToJson_mkFromJsonInstanceHandler___lambda__3___closed__14); -l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__1 = _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__1(); -lean_mark_persistent(l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__1); -l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__2 = _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__2(); -lean_mark_persistent(l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872____closed__2); -res = l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6872_(lean_io_mk_world()); +l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__1 = _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__1(); +lean_mark_persistent(l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__1); +l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__2 = _init_l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__2(); +lean_mark_persistent(l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865____closed__2); +res = l_Lean_Elab_Deriving_FromToJson_initFn____x40_Lean_Elab_Deriving_FromToJson___hyg_6865_(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/Deriving/Hashable.c b/stage0/stdlib/Lean/Elab/Deriving/Hashable.c index 6d951bc3f129..3a7a4d0ceae2 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Hashable.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Hashable.c @@ -4300,203 +4300,204 @@ return x_26; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Hashable_mkHashableHandler(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; lean_object* x_7; lean_object* x_73; uint8_t x_74; +lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_75; uint8_t x_76; x_5 = lean_array_get_size(x_1); -x_73 = lean_unsigned_to_nat(0u); -x_74 = lean_nat_dec_lt(x_73, x_5); -if (x_74 == 0) -{ -uint8_t x_75; -x_75 = 1; -x_6 = x_75; -x_7 = x_4; -goto block_72; -} -else -{ -uint8_t x_76; -x_76 = lean_nat_dec_le(x_5, x_5); +x_75 = lean_unsigned_to_nat(0u); +x_76 = lean_nat_dec_lt(x_75, x_5); if (x_76 == 0) { uint8_t x_77; x_77 = 1; x_6 = x_77; x_7 = x_4; -goto block_72; +goto block_74; } else { -size_t x_78; size_t x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; -x_78 = 0; -x_79 = lean_usize_of_nat(x_5); -x_80 = l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_Hashable_mkHashableHandler___spec__2(x_1, x_78, x_79, x_2, x_3, x_4); -x_81 = lean_ctor_get(x_80, 0); -lean_inc(x_81); -x_82 = lean_unbox(x_81); -lean_dec(x_81); -if (x_82 == 0) -{ -lean_object* x_83; uint8_t x_84; -x_83 = lean_ctor_get(x_80, 1); -lean_inc(x_83); -lean_dec(x_80); -x_84 = 1; -x_6 = x_84; -x_7 = x_83; -goto block_72; +uint8_t x_78; +x_78 = lean_nat_dec_le(x_5, x_5); +if (x_78 == 0) +{ +uint8_t x_79; +x_79 = 1; +x_6 = x_79; +x_7 = x_4; +goto block_74; } else { +size_t x_80; size_t x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_80 = 0; +x_81 = lean_usize_of_nat(x_5); +x_82 = l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_Hashable_mkHashableHandler___spec__2(x_1, x_80, x_81, x_2, x_3, x_4); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +lean_dec(x_83); +if (x_84 == 0) +{ lean_object* x_85; uint8_t x_86; -x_85 = lean_ctor_get(x_80, 1); +x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); -lean_dec(x_80); -x_86 = 0; +lean_dec(x_82); +x_86 = 1; x_6 = x_86; x_7 = x_85; -goto block_72; +goto block_74; } +else +{ +lean_object* x_87; uint8_t x_88; +x_87 = lean_ctor_get(x_82, 1); +lean_inc(x_87); +lean_dec(x_82); +x_88 = 0; +x_6 = x_88; +x_7 = x_87; +goto block_74; } } -block_72: +} +block_74: { +uint8_t x_8; if (x_6 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; +uint8_t x_71; lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_8 = 0; -x_9 = lean_box(x_8); -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; +x_71 = 0; +x_8 = x_71; +goto block_70; } else { -lean_object* x_11; uint8_t x_12; -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_5); +lean_object* x_72; uint8_t x_73; +x_72 = lean_unsigned_to_nat(0u); +x_73 = lean_nat_dec_lt(x_72, x_5); lean_dec(x_5); -if (x_12 == 0) +x_8 = x_73; +goto block_70; +} +block_70: +{ +if (x_8 == 0) { -uint8_t x_13; lean_object* x_14; lean_object* x_15; +uint8_t x_9; lean_object* x_10; lean_object* x_11; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_13 = 0; -x_14 = lean_box(x_13); -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; +x_9 = 0; +x_10 = lean_box(x_9); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_7); +return x_11; } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Hashable_0__Lean_Elab_Deriving_Hashable_mkHashableInstanceCmds___boxed), 8, 1); -lean_closure_set(x_16, 0, x_1); +lean_object* x_12; lean_object* x_13; +x_12 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Hashable_0__Lean_Elab_Deriving_Hashable_mkHashableInstanceCmds___boxed), 8, 1); +lean_closure_set(x_12, 0, x_1); lean_inc(x_2); -x_17 = l_Lean_Elab_Command_liftTermElabM___rarg(x_16, x_2, x_3, x_7); -if (lean_obj_tag(x_17) == 0) +x_13 = l_Lean_Elab_Command_liftTermElabM___rarg(x_12, x_2, x_3, x_7); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_17, 0); -x_20 = lean_ctor_get(x_17, 1); -x_21 = lean_array_get_size(x_19); -x_22 = lean_nat_dec_lt(x_11, x_21); -if (x_22 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_ctor_get(x_13, 1); +x_17 = lean_array_get_size(x_15); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_17); +if (x_19 == 0) { -uint8_t x_23; lean_object* x_24; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_20; lean_object* x_21; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); lean_dec(x_2); -x_23 = 1; -x_24 = lean_box(x_23); -lean_ctor_set(x_17, 0, x_24); -return x_17; +x_20 = 1; +x_21 = lean_box(x_20); +lean_ctor_set(x_13, 0, x_21); +return x_13; } else { -uint8_t x_25; -x_25 = lean_nat_dec_le(x_21, x_21); -if (x_25 == 0) +uint8_t x_22; +x_22 = lean_nat_dec_le(x_17, x_17); +if (x_22 == 0) { -uint8_t x_26; lean_object* x_27; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_23; lean_object* x_24; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); lean_dec(x_2); -x_26 = 1; -x_27 = lean_box(x_26); -lean_ctor_set(x_17, 0, x_27); -return x_17; +x_23 = 1; +x_24 = lean_box(x_23); +lean_ctor_set(x_13, 0, x_24); +return x_13; } else { -size_t x_28; size_t x_29; lean_object* x_30; lean_object* x_31; -lean_free_object(x_17); -x_28 = 0; -x_29 = lean_usize_of_nat(x_21); -lean_dec(x_21); -x_30 = lean_box(0); -x_31 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_19, x_28, x_29, x_30, x_2, x_3, x_20); -lean_dec(x_19); -if (lean_obj_tag(x_31) == 0) +size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; +lean_free_object(x_13); +x_25 = 0; +x_26 = lean_usize_of_nat(x_17); +lean_dec(x_17); +x_27 = lean_box(0); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_15, x_25, x_26, x_27, x_2, x_3, x_16); +lean_dec(x_15); +if (lean_obj_tag(x_28) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -lean_object* x_33; uint8_t x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -lean_dec(x_33); -x_34 = 1; -x_35 = lean_box(x_34); -lean_ctor_set(x_31, 0, x_35); -return x_31; +lean_object* x_30; uint8_t x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_28, 0); +lean_dec(x_30); +x_31 = 1; +x_32 = lean_box(x_31); +lean_ctor_set(x_28, 0, x_32); +return x_28; } else { -lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_31, 1); -lean_inc(x_36); -lean_dec(x_31); -x_37 = 1; -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_36); -return x_39; +lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_dec(x_28); +x_34 = 1; +x_35 = lean_box(x_34); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +return x_36; } } else { -uint8_t x_40; -x_40 = !lean_is_exclusive(x_31); -if (x_40 == 0) +uint8_t x_37; +x_37 = !lean_is_exclusive(x_28); +if (x_37 == 0) { -return x_31; +return x_28; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_31, 0); -x_42 = lean_ctor_get(x_31, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_31); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +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_dec(x_28); +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; } } } @@ -4504,102 +4505,103 @@ return x_43; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_17, 0); -x_45 = lean_ctor_get(x_17, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_17); -x_46 = lean_array_get_size(x_44); -x_47 = lean_nat_dec_lt(x_11, x_46); -if (x_47 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_13, 0); +x_42 = lean_ctor_get(x_13, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_13); +x_43 = lean_array_get_size(x_41); +x_44 = lean_unsigned_to_nat(0u); +x_45 = lean_nat_dec_lt(x_44, x_43); +if (x_45 == 0) { -uint8_t x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_46); -lean_dec(x_44); +uint8_t x_46; lean_object* x_47; lean_object* x_48; +lean_dec(x_43); +lean_dec(x_41); lean_dec(x_3); lean_dec(x_2); -x_48 = 1; -x_49 = lean_box(x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_45); -return x_50; +x_46 = 1; +x_47 = lean_box(x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_42); +return x_48; } else { -uint8_t x_51; -x_51 = lean_nat_dec_le(x_46, x_46); -if (x_51 == 0) +uint8_t x_49; +x_49 = lean_nat_dec_le(x_43, x_43); +if (x_49 == 0) { -uint8_t x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_46); -lean_dec(x_44); +uint8_t x_50; lean_object* x_51; lean_object* x_52; +lean_dec(x_43); +lean_dec(x_41); lean_dec(x_3); lean_dec(x_2); -x_52 = 1; -x_53 = lean_box(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_45); -return x_54; +x_50 = 1; +x_51 = lean_box(x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_42); +return x_52; } else { -size_t x_55; size_t x_56; lean_object* x_57; lean_object* x_58; -x_55 = 0; -x_56 = lean_usize_of_nat(x_46); -lean_dec(x_46); -x_57 = lean_box(0); -x_58 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_44, x_55, x_56, x_57, x_2, x_3, x_45); -lean_dec(x_44); -if (lean_obj_tag(x_58) == 0) -{ -lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; +size_t x_53; size_t x_54; lean_object* x_55; lean_object* x_56; +x_53 = 0; +x_54 = lean_usize_of_nat(x_43); +lean_dec(x_43); +x_55 = lean_box(0); +x_56 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_41, x_53, x_54, x_55, x_2, x_3, x_42); +lean_dec(x_41); +if (lean_obj_tag(x_56) == 0) +{ +lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; +x_57 = lean_ctor_get(x_56, 1); +lean_inc(x_57); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_58 = x_56; } else { - lean_dec_ref(x_58); - x_60 = lean_box(0); + lean_dec_ref(x_56); + x_58 = lean_box(0); } -x_61 = 1; -x_62 = lean_box(x_61); -if (lean_is_scalar(x_60)) { - x_63 = lean_alloc_ctor(0, 2, 0); +x_59 = 1; +x_60 = lean_box(x_59); +if (lean_is_scalar(x_58)) { + x_61 = lean_alloc_ctor(0, 2, 0); } else { - x_63 = x_60; + x_61 = x_58; } -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_59); -return x_63; +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_57); +return x_61; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_64 = lean_ctor_get(x_58, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_58, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_66 = x_58; +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_56, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_56, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_64 = x_56; } else { - lean_dec_ref(x_58); - x_66 = lean_box(0); + lean_dec_ref(x_56); + x_64 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(1, 2, 0); } else { - x_67 = x_66; + x_65 = x_64; } -lean_ctor_set(x_67, 0, x_64); -lean_ctor_set(x_67, 1, x_65); -return x_67; +lean_ctor_set(x_65, 0, x_62); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } } @@ -4607,26 +4609,26 @@ return x_67; } else { -uint8_t x_68; +uint8_t x_66; lean_dec(x_3); lean_dec(x_2); -x_68 = !lean_is_exclusive(x_17); -if (x_68 == 0) +x_66 = !lean_is_exclusive(x_13); +if (x_66 == 0) { -return x_17; +return x_13; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_17, 0); -x_70 = lean_ctor_get(x_17, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_17); -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; +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_13, 0); +x_68 = lean_ctor_get(x_13, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_13); +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; } } } diff --git a/stage0/stdlib/Lean/Elab/Deriving/Inhabited.c b/stage0/stdlib/Lean/Elab/Deriving/Inhabited.c index ccce3eb511ec..c7701577d346 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Inhabited.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Inhabited.c @@ -20,6 +20,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Deriving_Inh lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__4; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___spec__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3(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*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__8___closed__4; @@ -27,34 +28,32 @@ static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInha LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_implicitBinderF; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__7; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__2; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__6; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__17; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__12; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__7___closed__3; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___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_EXPORT lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___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_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f(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_RBNode_find___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__1; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__10; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__4(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*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__14; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__18; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__7; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__5; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__8; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__12; uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visited___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_trySynthInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__4; lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__13; @@ -77,7 +76,6 @@ lean_object* lean_environment_find(lean_object*, lean_object*); lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_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*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__7___closed__1; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__8; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___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* l_Lean_stringToMessageData(lean_object*); @@ -85,9 +83,9 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inh static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__3; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__3; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__22; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__9; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__28; LEAN_EXPORT lean_object* l_Lean_Elab_mkInhabitedInstanceHandler___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__8; size_t lean_ptr_addr(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*); @@ -97,6 +95,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_mkInhabitedIns LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit_go___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__5(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___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_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__14; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__13; lean_object* l_runST___rarg(lean_object*); @@ -145,9 +144,9 @@ lean_object* l_Lean_Meta_mkAppM(lean_object*, lean_object*, lean_object*, lean_o LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__8___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*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visited___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__6(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_mkInhabitedInstanceHandler(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isInductive___at_Lean_Elab_mkInhabitedInstanceHandler___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -155,6 +154,7 @@ 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*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit_go___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__13; LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__1(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_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; @@ -169,7 +169,6 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_checked___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__12; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__20; lean_object* l_Lean_addMessageContextPartial___at_Lean_Elab_Command_instAddMessageContextCommandElabM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -196,19 +195,20 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inh lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__10; lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__10; +lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__3___closed__1; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__33; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__4; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__6; lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__2; LEAN_EXPORT lean_object* l_Lean_isInductive___at_Lean_Elab_mkInhabitedInstanceHandler___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___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*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__19; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166_(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__36; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__35; lean_object* l_Lean_Expr_isFVar___boxed(lean_object*); @@ -220,25 +220,27 @@ static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInha uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___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_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170_(lean_object*); static lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__1___closed__4; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__6; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__9; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__3; lean_object* l_Lean_indentExpr(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__1; LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__1(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_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__1; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_implicitBinderF___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_instBinderF; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__5; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___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*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__13; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__37; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__1(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__23; @@ -250,7 +252,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_m LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__34; LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__3(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__2; lean_object* l_Array_ofSubarray___rarg(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__21; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -263,6 +264,7 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inh LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_mkInhabitedInstanceHandler___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__7; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___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_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); @@ -275,7 +277,6 @@ lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_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*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__25; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParams___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_Deriving_Inhabited___hyg_3166____closed__7; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__19; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -296,24 +297,23 @@ uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___lambda__2___closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__8; -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__10; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__3; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__7___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_mkInhabitedInstanceHandler___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith(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_Deriving_Inhabited___hyg_3166____closed__6; lean_object* l_String_toSubstring_x27(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__3___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParams(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___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__8; LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__2(lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); -lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___closed__3; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___spec__3___closed__2; static lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___closed__16; @@ -3564,7 +3564,7 @@ x_9 = lean_ctor_get(x_7, 1); lean_inc(x_9); lean_dec(x_7); lean_inc(x_1); -x_10 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_9, x_1); +x_10 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_9, x_1); if (x_10 == 0) { lean_object* x_11; @@ -3583,7 +3583,7 @@ if (x_14 == 0) { lean_object* x_15; lean_object* x_16; lean_object* x_17; x_15 = lean_ctor_get(x_12, 1); -x_16 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_15, x_1); +x_16 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_15, x_1); lean_ctor_set(x_12, 1, x_16); x_17 = lean_st_ref_set(x_2, x_12, x_13); if (lean_obj_tag(x_17) == 0) @@ -3645,7 +3645,7 @@ x_31 = lean_ctor_get(x_12, 1); lean_inc(x_31); lean_inc(x_30); lean_dec(x_12); -x_32 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_31, x_1); +x_32 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_31, x_1); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_30); lean_ctor_set(x_33, 1, x_32); @@ -3746,7 +3746,7 @@ x_52 = lean_ctor_get(x_50, 1); lean_inc(x_52); lean_dec(x_50); lean_inc(x_1); -x_53 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_52, x_1); +x_53 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_52, x_1); if (x_53 == 0) { lean_object* x_54; @@ -3771,7 +3771,7 @@ if (lean_is_exclusive(x_55)) { lean_dec_ref(x_55); x_59 = lean_box(0); } -x_60 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_58, x_1); +x_60 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_58, x_1); if (lean_is_scalar(x_59)) { x_61 = lean_alloc_ctor(0, 2, 0); } else { @@ -4769,23 +4769,42 @@ return x_33; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { +uint8_t x_4; if (lean_obj_tag(x_2) == 0) { -lean_dec(x_3); -return x_1; +uint8_t x_9; +x_9 = 1; +x_4 = x_9; +goto block_8; } else { -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___lambda__2), 5, 3); -lean_closure_set(x_4, 0, x_2); -lean_closure_set(x_4, 1, x_1); -lean_closure_set(x_4, 2, x_3); -x_5 = l_runST___rarg(x_4); -x_6 = lean_ctor_get(x_5, 1); -lean_inc(x_6); -lean_dec(x_5); -return x_6; +uint8_t x_10; +x_10 = 0; +x_4 = x_10; +goto block_8; +} +block_8: +{ +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_collectUsedLocalsInsts___lambda__2), 5, 3); +lean_closure_set(x_5, 0, x_2); +lean_closure_set(x_5, 1, x_1); +lean_closure_set(x_5, 2, x_3); +x_6 = l_runST___rarg(x_5); +x_7 = lean_ctor_get(x_6, 1); +lean_inc(x_7); +lean_dec(x_6); +return x_7; +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +return x_1; +} } } } @@ -5433,7 +5452,7 @@ x_15 = lean_unsigned_to_nat(0u); x_16 = lean_nat_dec_eq(x_2, x_15); 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; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_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_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; 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_object* x_42; uint8_t x_43; lean_object* x_71; x_17 = lean_unsigned_to_nat(1u); x_18 = lean_nat_sub(x_2, x_17); lean_dec(x_2); @@ -5485,8 +5504,23 @@ lean_inc(x_35); lean_inc(x_29); x_41 = l_Lean_Syntax_node4(x_29, x_40, x_33, x_35, x_37, x_39); x_42 = lean_array_push(x_19, x_41); -x_43 = l_Lean_RBNode_findCore___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__5(x_1, x_3); -if (lean_obj_tag(x_43) == 0) +x_71 = l_Lean_RBNode_findCore___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__5(x_1, x_3); +if (lean_obj_tag(x_71) == 0) +{ +x_43 = x_28; +goto block_70; +} +else +{ +uint8_t x_72; +lean_dec(x_71); +x_72 = 1; +x_43 = x_72; +goto block_70; +} +block_70: +{ +if (x_43 == 0) { lean_object* x_44; lean_object* x_45; lean_dec(x_37); @@ -5506,7 +5540,6 @@ goto _start; 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; 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_dec(x_43); x_47 = lean_ctor_get(x_11, 10); lean_inc(x_47); x_48 = lean_st_ref_get(x_12, x_31); @@ -5557,28 +5590,29 @@ x_13 = x_50; goto _start; } } +} else { -lean_object* x_70; +lean_object* x_73; lean_dec(x_11); lean_dec(x_3); lean_dec(x_2); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_6); -lean_ctor_set(x_70, 1, x_13); -return x_70; +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_6); +lean_ctor_set(x_73, 1, x_13); +return x_73; } } else { -lean_object* x_71; +lean_object* x_74; lean_dec(x_11); lean_dec(x_3); lean_dec(x_2); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_6); -lean_ctor_set(x_71, 1, x_13); -return x_71; +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_6); +lean_ctor_set(x_74, 1, x_13); +return x_74; } } } @@ -7958,162 +7992,174 @@ lean_dec(x_14); lean_dec(x_1); if (lean_obj_tag(x_17) == 0) { -lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; uint8_t x_65; x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -x_19 = lean_ctor_get(x_18, 0); +x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); -x_20 = lean_unbox(x_19); -lean_dec(x_19); -if (x_20 == 0) -{ -uint8_t x_21; +if (lean_is_exclusive(x_17)) { + lean_ctor_release(x_17, 0); + lean_ctor_release(x_17, 1); + x_20 = x_17; +} else { + lean_dec_ref(x_17); + x_20 = lean_box(0); +} +x_21 = lean_ctor_get(x_18, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_18, 1); +lean_inc(x_22); lean_dec(x_18); -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_5); -lean_dec(x_2); -x_21 = !lean_is_exclusive(x_17); -if (x_21 == 0) +x_65 = lean_unbox(x_21); +lean_dec(x_21); +if (x_65 == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_17, 0); -lean_dec(x_22); -x_23 = lean_box(0); -lean_ctor_set(x_17, 0, x_23); -return x_17; +uint8_t x_66; +x_66 = 1; +x_23 = x_66; +goto block_64; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_17, 1); -lean_inc(x_24); -lean_dec(x_17); -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; -} +uint8_t x_67; +x_67 = 0; +x_23 = x_67; +goto block_64; } -else +block_64: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_27 = lean_ctor_get(x_17, 1); -lean_inc(x_27); -lean_dec(x_17); -x_28 = lean_ctor_get(x_18, 1); -lean_inc(x_28); -lean_dec(x_18); -x_29 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__4; -x_30 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_27); -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) +if (x_23 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_30, 1); -lean_inc(x_33); -lean_dec(x_30); -x_34 = lean_box(0); -x_35 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__2(x_5, x_2, x_28, x_29, x_34, x_7, x_8, x_9, x_10, x_11, x_12, x_33); +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_dec(x_20); +x_24 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__4; +x_25 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_24, x_7, x_8, x_9, x_10, x_11, x_12, x_19); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_unbox(x_26); +lean_dec(x_26); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_25, 1); +lean_inc(x_28); +lean_dec(x_25); +x_29 = lean_box(0); +x_30 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__2(x_5, x_2, x_22, x_24, x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_28); lean_dec(x_12); lean_dec(x_9); -return x_35; +return x_30; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_36 = lean_ctor_get(x_30, 1); -lean_inc(x_36); -lean_dec(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; +x_31 = lean_ctor_get(x_25, 1); +lean_inc(x_31); +lean_dec(x_25); lean_inc(x_2); -x_37 = l_Lean_MessageData_ofName(x_2); -x_38 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__3; -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_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -lean_inc(x_28); -x_42 = l_Lean_RBTree_toList___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__2(x_28); -x_43 = lean_box(0); -x_44 = l_List_mapTR_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__4___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__5___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__6(x_42, x_43); -x_45 = l_Lean_MessageData_ofList(x_44); -lean_dec(x_44); +x_32 = l_Lean_MessageData_ofName(x_2); +x_33 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__3; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +x_35 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__4; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +lean_inc(x_22); +x_37 = l_Lean_RBTree_toList___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__2(x_22); +x_38 = lean_box(0); +x_39 = l_List_mapTR_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__4___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__5___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__6(x_37, x_38); +x_40 = l_Lean_MessageData_ofList(x_39); +lean_dec(x_39); if (x_3 == 0) { -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_46 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__8; -x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_41); -lean_ctor_set(x_47, 1, x_46); -x_48 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__5; -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 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_45); -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_46); -x_52 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_29, x_51, x_7, x_8, x_9, x_10, x_11, x_12, x_36); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__2(x_5, x_2, x_28, x_29, x_53, x_7, x_8, x_9, x_10, x_11, x_12, x_54); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_41 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__8; +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_36); +lean_ctor_set(x_42, 1, x_41); +x_43 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__5; +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_40); +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_41); +x_47 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_24, x_46, x_7, x_8, x_9, x_10, x_11, x_12, x_31); +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__2(x_5, x_2, x_22, x_24, x_48, x_7, x_8, x_9, x_10, x_11, x_12, x_49); lean_dec(x_12); lean_dec(x_9); -lean_dec(x_53); -return x_55; +lean_dec(x_48); +return x_50; } 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; lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_56 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__8; +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; +x_51 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___spec__1___lambda__2___closed__8; +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_36); +lean_ctor_set(x_52, 1, x_51); +x_53 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__5; +x_54 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_40); +x_56 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__8; x_57 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_57, 0, x_41); +lean_ctor_set(x_57, 0, x_55); lean_ctor_set(x_57, 1, x_56); -x_58 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__3___closed__5; -x_59 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -x_60 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_45); -x_61 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__8; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_29, x_62, x_7, x_8, x_9, x_10, x_11, x_12, x_36); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__2(x_5, x_2, x_28, x_29, x_64, x_7, x_8, x_9, x_10, x_11, x_12, x_65); +x_58 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_24, x_57, x_7, x_8, x_9, x_10, x_11, x_12, x_31); +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___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmd_x3f___lambda__2(x_5, x_2, x_22, x_24, x_59, x_7, x_8, x_9, x_10, x_11, x_12, x_60); lean_dec(x_12); lean_dec(x_9); -lean_dec(x_64); -return x_66; +lean_dec(x_59); +return x_61; } } } +else +{ +lean_object* x_62; lean_object* x_63; +lean_dec(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_5); +lean_dec(x_2); +x_62 = lean_box(0); +if (lean_is_scalar(x_20)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_20; +} +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_19); +return x_63; +} +} } else { -uint8_t x_67; +uint8_t x_68; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -8122,23 +8168,23 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_2); -x_67 = !lean_is_exclusive(x_17); -if (x_67 == 0) +x_68 = !lean_is_exclusive(x_17); +if (x_68 == 0) { return x_17; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_17, 0); -x_69 = lean_ctor_get(x_17, 1); +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_17, 0); +x_70 = lean_ctor_get(x_17, 1); +lean_inc(x_70); lean_inc(x_69); -lean_inc(x_68); lean_dec(x_17); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } @@ -9751,7 +9797,7 @@ lean_dec(x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__1() { _start: { lean_object* x_1; @@ -9759,7 +9805,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_mkInhabitedInstanceHandler___boxed) return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9769,17 +9815,17 @@ 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_Deriving_Inhabited___hyg_3166____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__2; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__2; x_2 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___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_Deriving_Inhabited___hyg_3166____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__4() { _start: { lean_object* x_1; @@ -9787,17 +9833,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__3; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__4; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__3; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__4; 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_Deriving_Inhabited___hyg_3166____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__6() { _start: { lean_object* x_1; @@ -9805,57 +9851,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__5; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__6; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__5; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____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_Deriving_Inhabited___hyg_3166____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__7; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__7; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_mkInstanceCmdWith___spec__6___closed__3; 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_Deriving_Inhabited___hyg_3166____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__8; x_2 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___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_Deriving_Inhabited___hyg_3166____closed__10() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__9; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__9; x_2 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___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_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__11() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__10; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__10; x_2 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___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_Deriving_Inhabited___hyg_3166____closed__12() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__12() { _start: { lean_object* x_1; @@ -9863,32 +9909,32 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__13() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__11; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__12; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__11; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____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_Deriving_Inhabited___hyg_3166____closed__14() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__13; -x_2 = lean_unsigned_to_nat(3166u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__13; +x_2 = lean_unsigned_to_nat(3170u); 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_Deriving_Inhabited___hyg_3166_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___closed__2; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__1; +x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -9898,7 +9944,7 @@ lean_inc(x_5); lean_dec(x_4); x_6 = l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstanceUsing_addLocalInstancesForParamsAux___rarg___lambda__2___closed__4; x_7 = 0; -x_8 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__14; +x_8 = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__14; x_9 = l_Lean_registerTraceClass(x_6, x_7, x_8, x_5); return x_9; } @@ -10173,35 +10219,35 @@ l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___clos lean_mark_persistent(l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___closed__3); l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___closed__4 = _init_l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___closed__4(); lean_mark_persistent(l___private_Lean_Elab_Deriving_Inhabited_0__Lean_Elab_mkInhabitedInstance___closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__9); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__10(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__10); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__11(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__11); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__12(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__12); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__13(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__13); -l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__14(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166____closed__14); -res = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3166_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__9); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__10(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__10); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__11(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__11); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__12(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__12); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__13(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__13); +l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__14(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170____closed__14); +res = l_Lean_Elab_initFn____x40_Lean_Elab_Deriving_Inhabited___hyg_3170_(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/Deriving/Ord.c b/stage0/stdlib/Lean/Elab/Deriving/Ord.c index 0c638cd0b7b7..1d340cf0953c 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Ord.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Ord.c @@ -24,16 +24,17 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_m LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___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_mk_empty_array_with_capacity(lean_object*); +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__12; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__2; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__9; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__24; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__13; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__16; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_mkMatch(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; lean_object* l_Lean_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__8; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__23; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; static lean_object* l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__7; @@ -50,16 +51,13 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_m lean_object* l_Lean_Elab_Deriving_mkDiscrs(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_Deriving_Ord_mkMatch___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__14; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___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*); static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__21; static lean_object* l_Lean_Elab_Deriving_Ord_mkOrdHeader___closed__1; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__40; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__9; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___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_environment_find(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__6; lean_object* l_Lean_Elab_Deriving_mkLocalInstanceLetDecls(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_getConstInfoCtor___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__1___closed__3; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__28; @@ -72,7 +70,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_Ord_mkMa static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__15; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__12; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__1; LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__1___closed__2; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__2; @@ -85,8 +82,8 @@ static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed_ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__25; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__5; lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137_(lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__26; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__2; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__17; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___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*); @@ -108,26 +105,27 @@ lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_ lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__12; 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*); +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__6; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__20; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___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_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___spec__1(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__3; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__15; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__4; static lean_object* l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__9; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__21; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__11; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__1; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__3; lean_object* l_Lean_Elab_Command_liftTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__39; lean_object* lean_st_ref_get(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143_(lean_object*); lean_object* lean_array_pop(lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__27; 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*); +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__5; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___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_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__7___lambda__2___closed__5; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__2; @@ -155,6 +153,8 @@ lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_ static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; static lean_object* l_Lean_Elab_Deriving_Ord_mkMutualBlock___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__34; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__13; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__14; lean_object* lean_mk_syntax_ident(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__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_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_Ord_mkMatch___spec__1(size_t, size_t, lean_object*); @@ -174,9 +174,9 @@ lean_object* l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(lean_obje static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__8; uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__18; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__11; static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__1___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__14; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__11; 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*); static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__4; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -191,6 +191,7 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_m static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__7___lambda__2___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__15; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__1; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__7___lambda__2___closed__8; @@ -199,14 +200,13 @@ static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__22; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__8; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___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* 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_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___lambda__1(lean_object*, lean_object*, lean_object*, 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_Meta_forallTelescopeReducing___at_Lean_Elab_Deriving_mkInductArgNames___spec__2___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_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__5; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__12; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__10; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__4; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__7; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__7___lambda__2___closed__12; @@ -227,9 +227,8 @@ static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed_ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__23; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__7; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__7___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__3; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__16; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__3; static lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__2; lean_object* lean_array_get_size(lean_object*); @@ -258,6 +257,7 @@ lean_object* l_Lean_Core_betaReduce___lambda__2___boxed(lean_object*, lean_objec static lean_object* l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__5; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__7___lambda__2___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__3; +static lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__7; static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkOrdHeader___closed__1() { _start: { @@ -1307,296 +1307,286 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_nat_dec_eq(x_4, x_17); if (x_18 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; 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_87; lean_object* x_88; uint8_t x_89; +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_82; lean_object* x_83; uint8_t x_84; x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_sub(x_4, x_19); lean_dec(x_4); -x_27 = lean_ctor_get(x_8, 1); -lean_inc(x_27); -x_28 = lean_ctor_get(x_8, 0); -lean_inc(x_28); +x_21 = lean_ctor_get(x_8, 1); +lean_inc(x_21); +x_22 = lean_ctor_get(x_8, 0); +lean_inc(x_22); lean_dec(x_8); -x_29 = lean_ctor_get(x_27, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -if (lean_is_exclusive(x_27)) { - lean_ctor_release(x_27, 0); - lean_ctor_release(x_27, 1); - x_31 = x_27; +x_23 = lean_ctor_get(x_21, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_21, 1); +lean_inc(x_24); +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + lean_ctor_release(x_21, 1); + x_25 = x_21; } else { - lean_dec_ref(x_27); - x_31 = lean_box(0); -} -x_87 = lean_nat_add(x_3, x_5); -x_88 = lean_array_get_size(x_1); -x_89 = lean_nat_dec_lt(x_87, x_88); -lean_dec(x_88); -if (x_89 == 0) -{ -lean_object* x_90; lean_object* x_91; -lean_dec(x_87); -x_90 = l_Lean_instInhabitedExpr; -x_91 = l___private_Init_Util_0__outOfBounds___rarg(x_90); -x_32 = x_91; -goto block_86; + lean_dec_ref(x_21); + x_25 = lean_box(0); } -else +x_82 = lean_nat_add(x_3, x_5); +x_83 = lean_array_get_size(x_1); +x_84 = lean_nat_dec_lt(x_82, x_83); +lean_dec(x_83); +if (x_84 == 0) { -lean_object* x_92; -x_92 = lean_array_fget(x_1, x_87); -lean_dec(x_87); -x_32 = x_92; -goto block_86; +lean_object* x_85; lean_object* x_86; +lean_dec(x_82); +x_85 = l_Lean_instInhabitedExpr; +x_86 = l___private_Init_Util_0__outOfBounds___rarg(x_85); +x_26 = x_86; +goto block_81; } -block_26: +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_nat_add(x_5, x_7); -lean_dec(x_5); -x_4 = x_20; -x_5 = x_24; -x_8 = x_23; -x_15 = x_22; -goto _start; +lean_object* x_87; +x_87 = lean_array_fget(x_1, x_82); +lean_dec(x_82); +x_26 = x_87; +goto block_81; } -block_86: +block_81: { -lean_object* x_33; +lean_object* x_27; lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_32); -x_33 = lean_infer_type(x_32, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_33) == 0) +lean_inc(x_26); +x_27 = lean_infer_type(x_26, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_36 = l_Lean_Meta_isProp(x_34, x_11, x_12, x_13, x_14, x_35); -if (lean_obj_tag(x_36) == 0) +x_30 = l_Lean_Meta_isProp(x_28, x_11, x_12, x_13, x_14, x_29); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_57; uint8_t x_58; -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_57 = l_Lean_Expr_fvarId_x21(x_32); -x_58 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_57, x_2); -lean_dec(x_57); -if (x_58 == 0) -{ -uint8_t x_59; -x_59 = lean_unbox(x_37); -lean_dec(x_37); -if (x_59 == 0) +lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_69; uint8_t x_70; +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_69 = l_Lean_Expr_fvarId_x21(x_26); +x_70 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_69, x_2); +lean_dec(x_69); +if (x_70 == 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; 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; +uint8_t x_71; +x_71 = lean_unbox(x_31); lean_dec(x_31); -x_60 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__2; -x_61 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_60, x_13, x_14, x_38); -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_mk_syntax_ident(x_62); -x_65 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__4; -x_66 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_65, x_13, x_14, x_63); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_mk_syntax_ident(x_67); -lean_inc(x_64); -x_70 = lean_array_push(x_28, x_64); -lean_inc(x_69); -x_71 = lean_array_push(x_29, x_69); -x_72 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1), 11, 3); -lean_closure_set(x_72, 0, x_64); -lean_closure_set(x_72, 1, x_69); -lean_closure_set(x_72, 2, x_30); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_71); -lean_ctor_set(x_73, 1, x_72); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_70); -lean_ctor_set(x_74, 1, x_73); -x_75 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_75, 0, x_74); -x_21 = x_75; -x_22 = x_68; -goto block_26; +x_33 = x_71; +goto block_68; } else { -lean_object* x_76; -x_76 = lean_box(0); -x_39 = x_76; -goto block_56; -} +uint8_t x_72; +lean_dec(x_31); +x_72 = 1; +x_33 = x_72; +goto block_68; } -else +block_68: { -lean_object* x_77; -lean_dec(x_37); -x_77 = lean_box(0); -x_39 = x_77; -goto block_56; -} -block_56: +if (x_33 == 0) { -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; 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_dec(x_39); -x_40 = lean_ctor_get(x_13, 5); -lean_inc(x_40); -x_41 = 0; -x_42 = l_Lean_SourceInfo_fromRef(x_40, x_41); -x_43 = lean_st_ref_get(x_14, x_38); -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -lean_dec(x_43); -x_45 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__6; +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; 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_34 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__2; +x_35 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_34, x_13, x_14, x_32); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = lean_mk_syntax_ident(x_36); +x_39 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___closed__4; +x_40 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_39, x_13, x_14, x_37); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); lean_inc(x_42); -x_46 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_46, 0, x_42); -lean_ctor_set(x_46, 1, x_45); -x_47 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__5; -x_48 = l_Lean_Syntax_node1(x_42, x_47, x_46); -lean_inc(x_48); -x_49 = lean_array_push(x_28, x_48); -x_50 = lean_st_ref_get(x_14, x_44); -x_51 = lean_ctor_get(x_50, 1); +lean_dec(x_40); +x_43 = lean_mk_syntax_ident(x_41); +lean_inc(x_38); +x_44 = lean_array_push(x_22, x_38); +lean_inc(x_43); +x_45 = lean_array_push(x_23, x_43); +x_46 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1), 11, 3); +lean_closure_set(x_46, 0, x_38); +lean_closure_set(x_46, 1, x_43); +lean_closure_set(x_46, 2, x_24); +if (lean_is_scalar(x_25)) { + x_47 = lean_alloc_ctor(0, 2, 0); +} else { + x_47 = x_25; +} +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_44); +lean_ctor_set(x_48, 1, x_47); +x_49 = lean_nat_add(x_5, x_7); +lean_dec(x_5); +x_4 = x_20; +x_5 = x_49; +x_8 = x_48; +x_15 = x_42; +goto _start; +} +else +{ +lean_object* x_51; uint8_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; +x_51 = lean_ctor_get(x_13, 5); lean_inc(x_51); -lean_dec(x_50); -x_52 = lean_array_push(x_29, x_48); -if (lean_is_scalar(x_31)) { - x_53 = lean_alloc_ctor(0, 2, 0); +x_52 = 0; +x_53 = l_Lean_SourceInfo_fromRef(x_51, x_52); +x_54 = lean_st_ref_get(x_14, x_32); +x_55 = lean_ctor_get(x_54, 1); +lean_inc(x_55); +lean_dec(x_54); +x_56 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__6; +lean_inc(x_53); +x_57 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_57, 0, x_53); +lean_ctor_set(x_57, 1, x_56); +x_58 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__5; +x_59 = l_Lean_Syntax_node1(x_53, x_58, x_57); +lean_inc(x_59); +x_60 = lean_array_push(x_22, x_59); +x_61 = lean_st_ref_get(x_14, x_55); +x_62 = lean_ctor_get(x_61, 1); +lean_inc(x_62); +lean_dec(x_61); +x_63 = lean_array_push(x_23, x_59); +if (lean_is_scalar(x_25)) { + x_64 = lean_alloc_ctor(0, 2, 0); } else { - x_53 = x_31; + x_64 = x_25; +} +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_24); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_60); +lean_ctor_set(x_65, 1, x_64); +x_66 = lean_nat_add(x_5, x_7); +lean_dec(x_5); +x_4 = x_20; +x_5 = x_66; +x_8 = x_65; +x_15 = x_62; +goto _start; } -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_30); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_49); -lean_ctor_set(x_54, 1, x_53); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_21 = x_55; -x_22 = x_51; -goto block_26; } } else { -uint8_t x_78; -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); +uint8_t x_73; +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_5); -x_78 = !lean_is_exclusive(x_36); -if (x_78 == 0) +x_73 = !lean_is_exclusive(x_30); +if (x_73 == 0) { -return x_36; +return x_30; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_36, 0); -x_80 = lean_ctor_get(x_36, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_36); -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; +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_30, 0); +x_75 = lean_ctor_get(x_30, 1); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_30); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } else { -uint8_t x_82; -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); +uint8_t x_77; +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_5); -x_82 = !lean_is_exclusive(x_33); -if (x_82 == 0) +x_77 = !lean_is_exclusive(x_27); +if (x_77 == 0) { -return x_33; +return x_27; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_33, 0); -x_84 = lean_ctor_get(x_33, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_33); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_27, 0); +x_79 = lean_ctor_get(x_27, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_27); +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 { -lean_object* x_93; +lean_object* x_88; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_8); -lean_ctor_set(x_93, 1, x_15); -return x_93; +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_8); +lean_ctor_set(x_88, 1, x_15); +return x_88; } } else { -lean_object* x_94; +lean_object* x_89; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_8); -lean_ctor_set(x_94, 1, x_15); -return x_94; +x_89 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_89, 0, x_8); +lean_ctor_set(x_89, 1, x_15); +return x_89; } } } @@ -3126,7 +3116,7 @@ static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___c _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("partial", 7); +x_1 = lean_mk_string_from_bytes("def", 3); return x_1; } } @@ -3146,7 +3136,7 @@ static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___c _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("def", 3); +x_1 = lean_mk_string_from_bytes("declId", 6); return x_1; } } @@ -3166,7 +3156,7 @@ static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___c _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("declId", 6); +x_1 = lean_mk_string_from_bytes("optDeclSig", 10); return x_1; } } @@ -3186,7 +3176,7 @@ static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___c _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("optDeclSig", 10); +x_1 = lean_mk_string_from_bytes("typeSpec", 8); return x_1; } } @@ -3196,7 +3186,7 @@ static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___c lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__1; x_2 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__2; -x_3 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__1; +x_3 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__3; x_4 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__14; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -3206,31 +3196,11 @@ static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___c _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("typeSpec", 8); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__1; -x_2 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__2; -x_3 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__3; -x_4 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__16; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; -} -} -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes(":", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17() { _start: { lean_object* x_1; lean_object* x_2; @@ -3239,7 +3209,7 @@ x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -3249,53 +3219,53 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__21() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; +x_2 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; 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_Deriving_Ord_mkAuxFunction___lambda__1___closed__22() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; +x_1 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; 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_Deriving_Ord_mkAuxFunction___lambda__1___closed__23() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__22; +x_2 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; 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_Deriving_Ord_mkAuxFunction___lambda__1___closed__24() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__21; -x_2 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__23; +x_1 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19; +x_2 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__21; 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_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__23() { _start: { lean_object* x_1; @@ -3303,19 +3273,19 @@ x_1 = lean_mk_string_from_bytes("declValSimple", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__1; x_2 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__2; x_3 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__1; -x_4 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25; +x_4 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__23; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25() { _start: { lean_object* x_1; @@ -3323,228 +3293,53 @@ x_1 = lean_mk_string_from_bytes(":=", 2); return x_1; } } +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("partial", 7); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__1; +x_2 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__2; +x_3 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__1; +x_4 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; +x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); +return x_5; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_mkAuxFunction___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_object* x_15; uint8_t x_115; +lean_object* x_14; uint8_t x_15; uint8_t x_203; x_14 = lean_ctor_get(x_1, 0); lean_inc(x_14); lean_dec(x_1); -x_115 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); -if (x_115 == 0) -{ -uint8_t x_116; -x_116 = lean_ctor_get_uint8(x_4, sizeof(void*)*5); -if (x_116 == 0) -{ -lean_object* x_117; uint8_t x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; uint8_t x_122; -x_117 = lean_ctor_get(x_11, 5); -lean_inc(x_117); -x_118 = 0; -x_119 = l_Lean_SourceInfo_fromRef(x_117, x_118); -x_120 = lean_ctor_get(x_11, 10); -lean_inc(x_120); -lean_dec(x_11); -x_121 = lean_st_ref_get(x_12, x_13); -x_122 = !lean_is_exclusive(x_121); -if (x_122 == 0) -{ -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; -x_123 = lean_ctor_get(x_121, 0); -x_124 = lean_ctor_get(x_123, 0); -lean_inc(x_124); -lean_dec(x_123); -x_125 = lean_environment_main_module(x_124); -x_126 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__4; -x_127 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__5; -lean_inc(x_119); -x_128 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_128, 0, x_119); -lean_ctor_set(x_128, 1, x_126); -lean_ctor_set(x_128, 2, x_127); -x_129 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__6; -lean_inc(x_119); -x_130 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_130, 0, x_119); -lean_ctor_set(x_130, 1, x_129); -x_131 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; -lean_inc(x_119); -x_132 = l_Lean_Syntax_node1(x_119, x_131, x_130); -lean_inc(x_119); -x_133 = l_Lean_Syntax_node1(x_119, x_126, x_132); -x_134 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; -lean_inc_n(x_128, 5); -lean_inc(x_119); -x_135 = l_Lean_Syntax_node6(x_119, x_134, x_128, x_128, x_133, x_128, x_128, x_128); -x_136 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__10; -lean_inc(x_119); -x_137 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_137, 0, x_119); -lean_ctor_set(x_137, 1, x_136); -x_138 = lean_mk_syntax_ident(x_2); -x_139 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; -lean_inc(x_128); -lean_inc(x_119); -x_140 = l_Lean_Syntax_node2(x_119, x_139, x_138, x_128); -x_141 = l_Array_append___rarg(x_127, x_14); -lean_inc(x_119); -x_142 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_142, 0, x_119); -lean_ctor_set(x_142, 1, x_126); -lean_ctor_set(x_142, 2, x_141); -x_143 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; -lean_inc(x_119); -x_144 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_144, 0, x_119); -lean_ctor_set(x_144, 1, x_143); -x_145 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; -x_146 = l_Lean_addMacroScope(x_125, x_145, x_120); -x_147 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19; -x_148 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; -lean_inc(x_119); -x_149 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_149, 0, x_119); -lean_ctor_set(x_149, 1, x_147); -lean_ctor_set(x_149, 2, x_146); -lean_ctor_set(x_149, 3, x_148); -x_150 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; -lean_inc(x_119); -x_151 = l_Lean_Syntax_node2(x_119, x_150, x_144, x_149); -lean_inc(x_119); -x_152 = l_Lean_Syntax_node1(x_119, x_126, x_151); -x_153 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; -lean_inc(x_119); -x_154 = l_Lean_Syntax_node2(x_119, x_153, x_142, x_152); -x_155 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; -lean_inc(x_119); -x_156 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_156, 0, x_119); -lean_ctor_set(x_156, 1, x_155); -x_157 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; -lean_inc(x_128); -lean_inc(x_119); -x_158 = l_Lean_Syntax_node3(x_119, x_157, x_156, x_5, x_128); -x_159 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; -lean_inc_n(x_128, 2); -lean_inc(x_119); -x_160 = l_Lean_Syntax_node7(x_119, x_159, x_137, x_140, x_154, x_158, x_128, x_128, x_128); -x_161 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; -x_162 = l_Lean_Syntax_node2(x_119, x_161, x_135, x_160); -lean_ctor_set(x_121, 0, x_162); -return x_121; -} -else +x_203 = lean_ctor_get_uint8(x_3, sizeof(void*)*2); +if (x_203 == 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; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -x_163 = lean_ctor_get(x_121, 0); -x_164 = lean_ctor_get(x_121, 1); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_121); -x_165 = lean_ctor_get(x_163, 0); -lean_inc(x_165); -lean_dec(x_163); -x_166 = lean_environment_main_module(x_165); -x_167 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__4; -x_168 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__5; -lean_inc(x_119); -x_169 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_169, 0, x_119); -lean_ctor_set(x_169, 1, x_167); -lean_ctor_set(x_169, 2, x_168); -x_170 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__6; -lean_inc(x_119); -x_171 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_171, 0, x_119); -lean_ctor_set(x_171, 1, x_170); -x_172 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; -lean_inc(x_119); -x_173 = l_Lean_Syntax_node1(x_119, x_172, x_171); -lean_inc(x_119); -x_174 = l_Lean_Syntax_node1(x_119, x_167, x_173); -x_175 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; -lean_inc_n(x_169, 5); -lean_inc(x_119); -x_176 = l_Lean_Syntax_node6(x_119, x_175, x_169, x_169, x_174, x_169, x_169, x_169); -x_177 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__10; -lean_inc(x_119); -x_178 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_178, 0, x_119); -lean_ctor_set(x_178, 1, x_177); -x_179 = lean_mk_syntax_ident(x_2); -x_180 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; -lean_inc(x_169); -lean_inc(x_119); -x_181 = l_Lean_Syntax_node2(x_119, x_180, x_179, x_169); -x_182 = l_Array_append___rarg(x_168, x_14); -lean_inc(x_119); -x_183 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_183, 0, x_119); -lean_ctor_set(x_183, 1, x_167); -lean_ctor_set(x_183, 2, x_182); -x_184 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; -lean_inc(x_119); -x_185 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_185, 0, x_119); -lean_ctor_set(x_185, 1, x_184); -x_186 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; -x_187 = l_Lean_addMacroScope(x_166, x_186, x_120); -x_188 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19; -x_189 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; -lean_inc(x_119); -x_190 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_190, 0, x_119); -lean_ctor_set(x_190, 1, x_188); -lean_ctor_set(x_190, 2, x_187); -lean_ctor_set(x_190, 3, x_189); -x_191 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; -lean_inc(x_119); -x_192 = l_Lean_Syntax_node2(x_119, x_191, x_185, x_190); -lean_inc(x_119); -x_193 = l_Lean_Syntax_node1(x_119, x_167, x_192); -x_194 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; -lean_inc(x_119); -x_195 = l_Lean_Syntax_node2(x_119, x_194, x_183, x_193); -x_196 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; -lean_inc(x_119); -x_197 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_197, 0, x_119); -lean_ctor_set(x_197, 1, x_196); -x_198 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; -lean_inc(x_169); -lean_inc(x_119); -x_199 = l_Lean_Syntax_node3(x_119, x_198, x_197, x_5, x_169); -x_200 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; -lean_inc_n(x_169, 2); -lean_inc(x_119); -x_201 = l_Lean_Syntax_node7(x_119, x_200, x_178, x_181, x_195, x_199, x_169, x_169, x_169); -x_202 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; -x_203 = l_Lean_Syntax_node2(x_119, x_202, x_176, x_201); -x_204 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_164); -return x_204; -} +uint8_t x_204; +x_204 = lean_ctor_get_uint8(x_4, sizeof(void*)*5); +x_15 = x_204; +goto block_202; } else { -lean_object* x_205; -x_205 = lean_box(0); +uint8_t x_205; +x_205 = 1; x_15 = x_205; -goto block_114; -} +goto block_202; } -else +block_202: { -lean_object* x_206; -x_206 = lean_box(0); -x_15 = x_206; -goto block_114; -} -block_114: +if (x_15 == 0) { lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_15); x_16 = lean_ctor_get(x_11, 5); lean_inc(x_16); x_17 = 0; @@ -3556,7 +3351,7 @@ x_20 = lean_st_ref_get(x_12, x_13); x_21 = !lean_is_exclusive(x_20); if (x_21 == 0) { -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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_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_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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_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; x_22 = lean_ctor_get(x_20, 0); x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); @@ -3579,178 +3374,370 @@ lean_inc(x_18); x_31 = l_Lean_Syntax_node1(x_18, x_30, x_29); lean_inc(x_18); x_32 = l_Lean_Syntax_node1(x_18, x_25, x_31); -x_33 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__8; +x_33 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; +lean_inc_n(x_27, 5); lean_inc(x_18); -x_34 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_34, 0, x_18); -lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__9; +x_34 = l_Lean_Syntax_node6(x_18, x_33, x_27, x_27, x_32, x_27, x_27, x_27); +x_35 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__8; lean_inc(x_18); -x_36 = l_Lean_Syntax_node1(x_18, x_35, x_34); -lean_inc(x_18); -x_37 = l_Lean_Syntax_node1(x_18, x_25, x_36); -x_38 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; -lean_inc_n(x_27, 4); +x_36 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_36, 0, x_18); +lean_ctor_set(x_36, 1, x_35); +x_37 = lean_mk_syntax_ident(x_2); +x_38 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; +lean_inc(x_27); lean_inc(x_18); -x_39 = l_Lean_Syntax_node6(x_18, x_38, x_27, x_27, x_32, x_27, x_27, x_37); -x_40 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__10; +x_39 = l_Lean_Syntax_node2(x_18, x_38, x_37, x_27); +x_40 = l_Array_append___rarg(x_26, x_14); lean_inc(x_18); -x_41 = lean_alloc_ctor(2, 2, 0); +x_41 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_41, 0, x_18); -lean_ctor_set(x_41, 1, x_40); -x_42 = lean_mk_syntax_ident(x_2); -x_43 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; -lean_inc(x_27); -lean_inc(x_18); -x_44 = l_Lean_Syntax_node2(x_18, x_43, x_42, x_27); -x_45 = l_Array_append___rarg(x_26, x_14); +lean_ctor_set(x_41, 1, x_25); +lean_ctor_set(x_41, 2, x_40); +x_42 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__16; lean_inc(x_18); -x_46 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_46, 0, x_18); -lean_ctor_set(x_46, 1, x_25); -lean_ctor_set(x_46, 2, x_45); -x_47 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; +x_43 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_43, 0, x_18); +lean_ctor_set(x_43, 1, x_42); +x_44 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; +x_45 = l_Lean_addMacroScope(x_24, x_44, x_19); +x_46 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; +x_47 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__22; lean_inc(x_18); -x_48 = lean_alloc_ctor(2, 2, 0); +x_48 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_48, 0, x_18); -lean_ctor_set(x_48, 1, x_47); -x_49 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; -x_50 = l_Lean_addMacroScope(x_24, x_49, x_19); -x_51 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19; -x_52 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; -lean_inc(x_18); -x_53 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_53, 0, x_18); -lean_ctor_set(x_53, 1, x_51); -lean_ctor_set(x_53, 2, x_50); -lean_ctor_set(x_53, 3, x_52); -x_54 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; +lean_ctor_set(x_48, 1, x_46); +lean_ctor_set(x_48, 2, x_45); +lean_ctor_set(x_48, 3, x_47); +x_49 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; lean_inc(x_18); -x_55 = l_Lean_Syntax_node2(x_18, x_54, x_48, x_53); +x_50 = l_Lean_Syntax_node2(x_18, x_49, x_43, x_48); lean_inc(x_18); -x_56 = l_Lean_Syntax_node1(x_18, x_25, x_55); -x_57 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; +x_51 = l_Lean_Syntax_node1(x_18, x_25, x_50); +x_52 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; lean_inc(x_18); -x_58 = l_Lean_Syntax_node2(x_18, x_57, x_46, x_56); -x_59 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; +x_53 = l_Lean_Syntax_node2(x_18, x_52, x_41, x_51); +x_54 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25; lean_inc(x_18); -x_60 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_60, 0, x_18); -lean_ctor_set(x_60, 1, x_59); -x_61 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; +x_55 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_55, 0, x_18); +lean_ctor_set(x_55, 1, x_54); +x_56 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; lean_inc(x_27); lean_inc(x_18); -x_62 = l_Lean_Syntax_node3(x_18, x_61, x_60, x_5, x_27); -x_63 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; +x_57 = l_Lean_Syntax_node3(x_18, x_56, x_55, x_5, x_27); +x_58 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__9; lean_inc_n(x_27, 2); lean_inc(x_18); -x_64 = l_Lean_Syntax_node7(x_18, x_63, x_41, x_44, x_58, x_62, x_27, x_27, x_27); -x_65 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; -x_66 = l_Lean_Syntax_node2(x_18, x_65, x_39, x_64); -lean_ctor_set(x_20, 0, x_66); +x_59 = l_Lean_Syntax_node7(x_18, x_58, x_36, x_39, x_53, x_57, x_27, x_27, x_27); +x_60 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; +x_61 = l_Lean_Syntax_node2(x_18, x_60, x_34, x_59); +lean_ctor_set(x_20, 0, x_61); return x_20; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_67 = lean_ctor_get(x_20, 0); -x_68 = lean_ctor_get(x_20, 1); -lean_inc(x_68); -lean_inc(x_67); +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; +x_62 = lean_ctor_get(x_20, 0); +x_63 = lean_ctor_get(x_20, 1); +lean_inc(x_63); +lean_inc(x_62); lean_dec(x_20); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_environment_main_module(x_69); -x_71 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__4; -x_72 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__5; -lean_inc(x_18); -x_73 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_73, 0, x_18); -lean_ctor_set(x_73, 1, x_71); -lean_ctor_set(x_73, 2, x_72); -x_74 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__6; -lean_inc(x_18); -x_75 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_75, 0, x_18); -lean_ctor_set(x_75, 1, x_74); -x_76 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; -lean_inc(x_18); -x_77 = l_Lean_Syntax_node1(x_18, x_76, x_75); +x_64 = lean_ctor_get(x_62, 0); +lean_inc(x_64); +lean_dec(x_62); +x_65 = lean_environment_main_module(x_64); +x_66 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__4; +x_67 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__5; lean_inc(x_18); -x_78 = l_Lean_Syntax_node1(x_18, x_71, x_77); -x_79 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__8; +x_68 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_68, 0, x_18); +lean_ctor_set(x_68, 1, x_66); +lean_ctor_set(x_68, 2, x_67); +x_69 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__6; lean_inc(x_18); -x_80 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_80, 0, x_18); -lean_ctor_set(x_80, 1, x_79); -x_81 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__9; +x_70 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_70, 0, x_18); +lean_ctor_set(x_70, 1, x_69); +x_71 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; lean_inc(x_18); -x_82 = l_Lean_Syntax_node1(x_18, x_81, x_80); +x_72 = l_Lean_Syntax_node1(x_18, x_71, x_70); lean_inc(x_18); -x_83 = l_Lean_Syntax_node1(x_18, x_71, x_82); -x_84 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; -lean_inc_n(x_73, 4); +x_73 = l_Lean_Syntax_node1(x_18, x_66, x_72); +x_74 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; +lean_inc_n(x_68, 5); lean_inc(x_18); -x_85 = l_Lean_Syntax_node6(x_18, x_84, x_73, x_73, x_78, x_73, x_73, x_83); -x_86 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__10; +x_75 = l_Lean_Syntax_node6(x_18, x_74, x_68, x_68, x_73, x_68, x_68, x_68); +x_76 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__8; lean_inc(x_18); -x_87 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_87, 0, x_18); -lean_ctor_set(x_87, 1, x_86); -x_88 = lean_mk_syntax_ident(x_2); -x_89 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; -lean_inc(x_73); +x_77 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_77, 0, x_18); +lean_ctor_set(x_77, 1, x_76); +x_78 = lean_mk_syntax_ident(x_2); +x_79 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; +lean_inc(x_68); lean_inc(x_18); -x_90 = l_Lean_Syntax_node2(x_18, x_89, x_88, x_73); -x_91 = l_Array_append___rarg(x_72, x_14); +x_80 = l_Lean_Syntax_node2(x_18, x_79, x_78, x_68); +x_81 = l_Array_append___rarg(x_67, x_14); lean_inc(x_18); -x_92 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_92, 0, x_18); -lean_ctor_set(x_92, 1, x_71); -lean_ctor_set(x_92, 2, x_91); -x_93 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; +x_82 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_82, 0, x_18); +lean_ctor_set(x_82, 1, x_66); +lean_ctor_set(x_82, 2, x_81); +x_83 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__16; lean_inc(x_18); -x_94 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_94, 0, x_18); -lean_ctor_set(x_94, 1, x_93); -x_95 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__20; -x_96 = l_Lean_addMacroScope(x_70, x_95, x_19); -x_97 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__19; -x_98 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; +x_84 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_84, 0, x_18); +lean_ctor_set(x_84, 1, x_83); +x_85 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; +x_86 = l_Lean_addMacroScope(x_65, x_85, x_19); +x_87 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; +x_88 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__22; lean_inc(x_18); -x_99 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_99, 0, x_18); -lean_ctor_set(x_99, 1, x_97); -lean_ctor_set(x_99, 2, x_96); -lean_ctor_set(x_99, 3, x_98); -x_100 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; +x_89 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_89, 0, x_18); +lean_ctor_set(x_89, 1, x_87); +lean_ctor_set(x_89, 2, x_86); +lean_ctor_set(x_89, 3, x_88); +x_90 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; lean_inc(x_18); -x_101 = l_Lean_Syntax_node2(x_18, x_100, x_94, x_99); +x_91 = l_Lean_Syntax_node2(x_18, x_90, x_84, x_89); lean_inc(x_18); -x_102 = l_Lean_Syntax_node1(x_18, x_71, x_101); -x_103 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; +x_92 = l_Lean_Syntax_node1(x_18, x_66, x_91); +x_93 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; lean_inc(x_18); -x_104 = l_Lean_Syntax_node2(x_18, x_103, x_92, x_102); -x_105 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; +x_94 = l_Lean_Syntax_node2(x_18, x_93, x_82, x_92); +x_95 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25; lean_inc(x_18); -x_106 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_106, 0, x_18); -lean_ctor_set(x_106, 1, x_105); -x_107 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; -lean_inc(x_73); +x_96 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_96, 0, x_18); +lean_ctor_set(x_96, 1, x_95); +x_97 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; +lean_inc(x_68); lean_inc(x_18); -x_108 = l_Lean_Syntax_node3(x_18, x_107, x_106, x_5, x_73); -x_109 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; -lean_inc_n(x_73, 2); +x_98 = l_Lean_Syntax_node3(x_18, x_97, x_96, x_5, x_68); +x_99 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__9; +lean_inc_n(x_68, 2); lean_inc(x_18); -x_110 = l_Lean_Syntax_node7(x_18, x_109, x_87, x_90, x_104, x_108, x_73, x_73, x_73); -x_111 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; -x_112 = l_Lean_Syntax_node2(x_18, x_111, x_85, x_110); -x_113 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_68); -return x_113; +x_100 = l_Lean_Syntax_node7(x_18, x_99, x_77, x_80, x_94, x_98, x_68, x_68, x_68); +x_101 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; +x_102 = l_Lean_Syntax_node2(x_18, x_101, x_75, x_100); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_63); +return x_103; +} +} +else +{ +lean_object* x_104; uint8_t x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; +x_104 = lean_ctor_get(x_11, 5); +lean_inc(x_104); +x_105 = 0; +x_106 = l_Lean_SourceInfo_fromRef(x_104, x_105); +x_107 = lean_ctor_get(x_11, 10); +lean_inc(x_107); +lean_dec(x_11); +x_108 = lean_st_ref_get(x_12, x_13); +x_109 = !lean_is_exclusive(x_108); +if (x_109 == 0) +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_110 = lean_ctor_get(x_108, 0); +x_111 = lean_ctor_get(x_110, 0); +lean_inc(x_111); +lean_dec(x_110); +x_112 = lean_environment_main_module(x_111); +x_113 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__4; +x_114 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__5; +lean_inc(x_106); +x_115 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_115, 0, x_106); +lean_ctor_set(x_115, 1, x_113); +lean_ctor_set(x_115, 2, x_114); +x_116 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__6; +lean_inc(x_106); +x_117 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_117, 0, x_106); +lean_ctor_set(x_117, 1, x_116); +x_118 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; +lean_inc(x_106); +x_119 = l_Lean_Syntax_node1(x_106, x_118, x_117); +lean_inc(x_106); +x_120 = l_Lean_Syntax_node1(x_106, x_113, x_119); +x_121 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; +lean_inc(x_106); +x_122 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_122, 0, x_106); +lean_ctor_set(x_122, 1, x_121); +x_123 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; +lean_inc(x_106); +x_124 = l_Lean_Syntax_node1(x_106, x_123, x_122); +lean_inc(x_106); +x_125 = l_Lean_Syntax_node1(x_106, x_113, x_124); +x_126 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; +lean_inc_n(x_115, 4); +lean_inc(x_106); +x_127 = l_Lean_Syntax_node6(x_106, x_126, x_115, x_115, x_120, x_115, x_115, x_125); +x_128 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__8; +lean_inc(x_106); +x_129 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_129, 0, x_106); +lean_ctor_set(x_129, 1, x_128); +x_130 = lean_mk_syntax_ident(x_2); +x_131 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; +lean_inc(x_115); +lean_inc(x_106); +x_132 = l_Lean_Syntax_node2(x_106, x_131, x_130, x_115); +x_133 = l_Array_append___rarg(x_114, x_14); +lean_inc(x_106); +x_134 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_134, 0, x_106); +lean_ctor_set(x_134, 1, x_113); +lean_ctor_set(x_134, 2, x_133); +x_135 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__16; +lean_inc(x_106); +x_136 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_136, 0, x_106); +lean_ctor_set(x_136, 1, x_135); +x_137 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; +x_138 = l_Lean_addMacroScope(x_112, x_137, x_107); +x_139 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; +x_140 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__22; +lean_inc(x_106); +x_141 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_141, 0, x_106); +lean_ctor_set(x_141, 1, x_139); +lean_ctor_set(x_141, 2, x_138); +lean_ctor_set(x_141, 3, x_140); +x_142 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; +lean_inc(x_106); +x_143 = l_Lean_Syntax_node2(x_106, x_142, x_136, x_141); +lean_inc(x_106); +x_144 = l_Lean_Syntax_node1(x_106, x_113, x_143); +x_145 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; +lean_inc(x_106); +x_146 = l_Lean_Syntax_node2(x_106, x_145, x_134, x_144); +x_147 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25; +lean_inc(x_106); +x_148 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_148, 0, x_106); +lean_ctor_set(x_148, 1, x_147); +x_149 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; +lean_inc(x_115); +lean_inc(x_106); +x_150 = l_Lean_Syntax_node3(x_106, x_149, x_148, x_5, x_115); +x_151 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__9; +lean_inc_n(x_115, 2); +lean_inc(x_106); +x_152 = l_Lean_Syntax_node7(x_106, x_151, x_129, x_132, x_146, x_150, x_115, x_115, x_115); +x_153 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; +x_154 = l_Lean_Syntax_node2(x_106, x_153, x_127, x_152); +lean_ctor_set(x_108, 0, x_154); +return x_108; +} +else +{ +lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_155 = lean_ctor_get(x_108, 0); +x_156 = lean_ctor_get(x_108, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_108); +x_157 = lean_ctor_get(x_155, 0); +lean_inc(x_157); +lean_dec(x_155); +x_158 = lean_environment_main_module(x_157); +x_159 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__4; +x_160 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__5___lambda__1___closed__5; +lean_inc(x_106); +x_161 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_161, 0, x_106); +lean_ctor_set(x_161, 1, x_159); +lean_ctor_set(x_161, 2, x_160); +x_162 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__6; +lean_inc(x_106); +x_163 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_163, 0, x_106); +lean_ctor_set(x_163, 1, x_162); +x_164 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__7; +lean_inc(x_106); +x_165 = l_Lean_Syntax_node1(x_106, x_164, x_163); +lean_inc(x_106); +x_166 = l_Lean_Syntax_node1(x_106, x_159, x_165); +x_167 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__26; +lean_inc(x_106); +x_168 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_168, 0, x_106); +lean_ctor_set(x_168, 1, x_167); +x_169 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__27; +lean_inc(x_106); +x_170 = l_Lean_Syntax_node1(x_106, x_169, x_168); +lean_inc(x_106); +x_171 = l_Lean_Syntax_node1(x_106, x_159, x_170); +x_172 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__5; +lean_inc_n(x_161, 4); +lean_inc(x_106); +x_173 = l_Lean_Syntax_node6(x_106, x_172, x_161, x_161, x_166, x_161, x_161, x_171); +x_174 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__8; +lean_inc(x_106); +x_175 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_175, 0, x_106); +lean_ctor_set(x_175, 1, x_174); +x_176 = lean_mk_syntax_ident(x_2); +x_177 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__11; +lean_inc(x_161); +lean_inc(x_106); +x_178 = l_Lean_Syntax_node2(x_106, x_177, x_176, x_161); +x_179 = l_Array_append___rarg(x_160, x_14); +lean_inc(x_106); +x_180 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_180, 0, x_106); +lean_ctor_set(x_180, 1, x_159); +lean_ctor_set(x_180, 2, x_179); +x_181 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__16; +lean_inc(x_106); +x_182 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_182, 0, x_106); +lean_ctor_set(x_182, 1, x_181); +x_183 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__18; +x_184 = l_Lean_addMacroScope(x_158, x_183, x_107); +x_185 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__17; +x_186 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__22; +lean_inc(x_106); +x_187 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_187, 0, x_106); +lean_ctor_set(x_187, 1, x_185); +lean_ctor_set(x_187, 2, x_184); +lean_ctor_set(x_187, 3, x_186); +x_188 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__15; +lean_inc(x_106); +x_189 = l_Lean_Syntax_node2(x_106, x_188, x_182, x_187); +lean_inc(x_106); +x_190 = l_Lean_Syntax_node1(x_106, x_159, x_189); +x_191 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__13; +lean_inc(x_106); +x_192 = l_Lean_Syntax_node2(x_106, x_191, x_180, x_190); +x_193 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__25; +lean_inc(x_106); +x_194 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_194, 0, x_106); +lean_ctor_set(x_194, 1, x_193); +x_195 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__24; +lean_inc(x_161); +lean_inc(x_106); +x_196 = l_Lean_Syntax_node3(x_106, x_195, x_194, x_5, x_161); +x_197 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__9; +lean_inc_n(x_161, 2); +lean_inc(x_106); +x_198 = l_Lean_Syntax_node7(x_106, x_197, x_175, x_178, x_192, x_196, x_161, x_161, x_161); +x_199 = l_Lean_Elab_Deriving_Ord_mkAuxFunction___lambda__1___closed__3; +x_200 = l_Lean_Syntax_node2(x_106, x_199, x_173, x_198); +x_201 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_201, 0, x_200); +lean_ctor_set(x_201, 1, x_156); +return x_201; +} } } } @@ -4982,203 +4969,204 @@ return x_26; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_mkOrdInstanceHandler(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; lean_object* x_7; lean_object* x_73; uint8_t x_74; +lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_75; uint8_t x_76; x_5 = lean_array_get_size(x_1); -x_73 = lean_unsigned_to_nat(0u); -x_74 = lean_nat_dec_lt(x_73, x_5); -if (x_74 == 0) -{ -uint8_t x_75; -x_75 = 1; -x_6 = x_75; -x_7 = x_4; -goto block_72; -} -else -{ -uint8_t x_76; -x_76 = lean_nat_dec_le(x_5, x_5); +x_75 = lean_unsigned_to_nat(0u); +x_76 = lean_nat_dec_lt(x_75, x_5); if (x_76 == 0) { uint8_t x_77; x_77 = 1; x_6 = x_77; x_7 = x_4; -goto block_72; +goto block_74; } else { -size_t x_78; size_t x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; -x_78 = 0; -x_79 = lean_usize_of_nat(x_5); -x_80 = l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_Ord_mkOrdInstanceHandler___spec__2(x_1, x_78, x_79, x_2, x_3, x_4); -x_81 = lean_ctor_get(x_80, 0); -lean_inc(x_81); -x_82 = lean_unbox(x_81); -lean_dec(x_81); -if (x_82 == 0) +uint8_t x_78; +x_78 = lean_nat_dec_le(x_5, x_5); +if (x_78 == 0) { -lean_object* x_83; uint8_t x_84; -x_83 = lean_ctor_get(x_80, 1); -lean_inc(x_83); -lean_dec(x_80); -x_84 = 1; -x_6 = x_84; -x_7 = x_83; -goto block_72; +uint8_t x_79; +x_79 = 1; +x_6 = x_79; +x_7 = x_4; +goto block_74; } else { +size_t x_80; size_t x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_80 = 0; +x_81 = lean_usize_of_nat(x_5); +x_82 = l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_Ord_mkOrdInstanceHandler___spec__2(x_1, x_80, x_81, x_2, x_3, x_4); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +lean_dec(x_83); +if (x_84 == 0) +{ lean_object* x_85; uint8_t x_86; -x_85 = lean_ctor_get(x_80, 1); +x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); -lean_dec(x_80); -x_86 = 0; +lean_dec(x_82); +x_86 = 1; x_6 = x_86; x_7 = x_85; -goto block_72; +goto block_74; } +else +{ +lean_object* x_87; uint8_t x_88; +x_87 = lean_ctor_get(x_82, 1); +lean_inc(x_87); +lean_dec(x_82); +x_88 = 0; +x_6 = x_88; +x_7 = x_87; +goto block_74; } } -block_72: +} +block_74: { +uint8_t x_8; if (x_6 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; +uint8_t x_71; lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_8 = 0; -x_9 = lean_box(x_8); -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; +x_71 = 0; +x_8 = x_71; +goto block_70; } else { -lean_object* x_11; uint8_t x_12; -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_5); +lean_object* x_72; uint8_t x_73; +x_72 = lean_unsigned_to_nat(0u); +x_73 = lean_nat_dec_lt(x_72, x_5); lean_dec(x_5); -if (x_12 == 0) +x_8 = x_73; +goto block_70; +} +block_70: +{ +if (x_8 == 0) { -uint8_t x_13; lean_object* x_14; lean_object* x_15; +uint8_t x_9; lean_object* x_10; lean_object* x_11; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_13 = 0; -x_14 = lean_box(x_13); -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; +x_9 = 0; +x_10 = lean_box(x_9); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_7); +return x_11; } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___boxed), 8, 1); -lean_closure_set(x_16, 0, x_1); +lean_object* x_12; lean_object* x_13; +x_12 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___boxed), 8, 1); +lean_closure_set(x_12, 0, x_1); lean_inc(x_2); -x_17 = l_Lean_Elab_Command_liftTermElabM___rarg(x_16, x_2, x_3, x_7); -if (lean_obj_tag(x_17) == 0) +x_13 = l_Lean_Elab_Command_liftTermElabM___rarg(x_12, x_2, x_3, x_7); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_17, 0); -x_20 = lean_ctor_get(x_17, 1); -x_21 = lean_array_get_size(x_19); -x_22 = lean_nat_dec_lt(x_11, x_21); -if (x_22 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_ctor_get(x_13, 1); +x_17 = lean_array_get_size(x_15); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_17); +if (x_19 == 0) { -uint8_t x_23; lean_object* x_24; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_20; lean_object* x_21; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); lean_dec(x_2); -x_23 = 1; -x_24 = lean_box(x_23); -lean_ctor_set(x_17, 0, x_24); -return x_17; +x_20 = 1; +x_21 = lean_box(x_20); +lean_ctor_set(x_13, 0, x_21); +return x_13; } else { -uint8_t x_25; -x_25 = lean_nat_dec_le(x_21, x_21); -if (x_25 == 0) +uint8_t x_22; +x_22 = lean_nat_dec_le(x_17, x_17); +if (x_22 == 0) { -uint8_t x_26; lean_object* x_27; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_23; lean_object* x_24; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); lean_dec(x_2); -x_26 = 1; -x_27 = lean_box(x_26); -lean_ctor_set(x_17, 0, x_27); -return x_17; +x_23 = 1; +x_24 = lean_box(x_23); +lean_ctor_set(x_13, 0, x_24); +return x_13; } else { -size_t x_28; size_t x_29; lean_object* x_30; lean_object* x_31; -lean_free_object(x_17); -x_28 = 0; -x_29 = lean_usize_of_nat(x_21); -lean_dec(x_21); -x_30 = lean_box(0); -x_31 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_19, x_28, x_29, x_30, x_2, x_3, x_20); -lean_dec(x_19); -if (lean_obj_tag(x_31) == 0) +size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; +lean_free_object(x_13); +x_25 = 0; +x_26 = lean_usize_of_nat(x_17); +lean_dec(x_17); +x_27 = lean_box(0); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_15, x_25, x_26, x_27, x_2, x_3, x_16); +lean_dec(x_15); +if (lean_obj_tag(x_28) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -lean_object* x_33; uint8_t x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -lean_dec(x_33); -x_34 = 1; -x_35 = lean_box(x_34); -lean_ctor_set(x_31, 0, x_35); -return x_31; +lean_object* x_30; uint8_t x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_28, 0); +lean_dec(x_30); +x_31 = 1; +x_32 = lean_box(x_31); +lean_ctor_set(x_28, 0, x_32); +return x_28; } else { -lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_31, 1); -lean_inc(x_36); -lean_dec(x_31); -x_37 = 1; -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_36); -return x_39; +lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_dec(x_28); +x_34 = 1; +x_35 = lean_box(x_34); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +return x_36; } } else { -uint8_t x_40; -x_40 = !lean_is_exclusive(x_31); -if (x_40 == 0) +uint8_t x_37; +x_37 = !lean_is_exclusive(x_28); +if (x_37 == 0) { -return x_31; +return x_28; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_31, 0); -x_42 = lean_ctor_get(x_31, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_31); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +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_dec(x_28); +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; } } } @@ -5186,102 +5174,103 @@ return x_43; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_17, 0); -x_45 = lean_ctor_get(x_17, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_17); -x_46 = lean_array_get_size(x_44); -x_47 = lean_nat_dec_lt(x_11, x_46); -if (x_47 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_13, 0); +x_42 = lean_ctor_get(x_13, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_13); +x_43 = lean_array_get_size(x_41); +x_44 = lean_unsigned_to_nat(0u); +x_45 = lean_nat_dec_lt(x_44, x_43); +if (x_45 == 0) { -uint8_t x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_46); -lean_dec(x_44); +uint8_t x_46; lean_object* x_47; lean_object* x_48; +lean_dec(x_43); +lean_dec(x_41); lean_dec(x_3); lean_dec(x_2); -x_48 = 1; -x_49 = lean_box(x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_45); -return x_50; +x_46 = 1; +x_47 = lean_box(x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_42); +return x_48; } else { -uint8_t x_51; -x_51 = lean_nat_dec_le(x_46, x_46); -if (x_51 == 0) +uint8_t x_49; +x_49 = lean_nat_dec_le(x_43, x_43); +if (x_49 == 0) { -uint8_t x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_46); -lean_dec(x_44); +uint8_t x_50; lean_object* x_51; lean_object* x_52; +lean_dec(x_43); +lean_dec(x_41); lean_dec(x_3); lean_dec(x_2); -x_52 = 1; -x_53 = lean_box(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_45); -return x_54; +x_50 = 1; +x_51 = lean_box(x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_42); +return x_52; } else { -size_t x_55; size_t x_56; lean_object* x_57; lean_object* x_58; -x_55 = 0; -x_56 = lean_usize_of_nat(x_46); -lean_dec(x_46); -x_57 = lean_box(0); -x_58 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_44, x_55, x_56, x_57, x_2, x_3, x_45); -lean_dec(x_44); -if (lean_obj_tag(x_58) == 0) +size_t x_53; size_t x_54; lean_object* x_55; lean_object* x_56; +x_53 = 0; +x_54 = lean_usize_of_nat(x_43); +lean_dec(x_43); +x_55 = lean_box(0); +x_56 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_41, x_53, x_54, x_55, x_2, x_3, x_42); +lean_dec(x_41); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; +lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; +x_57 = lean_ctor_get(x_56, 1); +lean_inc(x_57); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_58 = x_56; } else { - lean_dec_ref(x_58); - x_60 = lean_box(0); + lean_dec_ref(x_56); + x_58 = lean_box(0); } -x_61 = 1; -x_62 = lean_box(x_61); -if (lean_is_scalar(x_60)) { - x_63 = lean_alloc_ctor(0, 2, 0); +x_59 = 1; +x_60 = lean_box(x_59); +if (lean_is_scalar(x_58)) { + x_61 = lean_alloc_ctor(0, 2, 0); } else { - x_63 = x_60; + x_61 = x_58; } -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_59); -return x_63; +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_57); +return x_61; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_64 = lean_ctor_get(x_58, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_58, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_66 = x_58; +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_56, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_56, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_64 = x_56; } else { - lean_dec_ref(x_58); - x_66 = lean_box(0); + lean_dec_ref(x_56); + x_64 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(1, 2, 0); } else { - x_67 = x_66; + x_65 = x_64; } -lean_ctor_set(x_67, 0, x_64); -lean_ctor_set(x_67, 1, x_65); -return x_67; +lean_ctor_set(x_65, 0, x_62); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } } @@ -5289,26 +5278,26 @@ return x_67; } else { -uint8_t x_68; +uint8_t x_66; lean_dec(x_3); lean_dec(x_2); -x_68 = !lean_is_exclusive(x_17); -if (x_68 == 0) +x_66 = !lean_is_exclusive(x_13); +if (x_66 == 0) { -return x_17; +return x_13; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_17, 0); -x_70 = lean_ctor_get(x_17, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_17); -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; +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_13, 0); +x_68 = lean_ctor_get(x_13, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_13); +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; } } } @@ -5341,7 +5330,7 @@ lean_dec(x_1); return x_9; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__1() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__1() { _start: { lean_object* x_1; @@ -5349,7 +5338,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_Ord_mkOrdInstanceHandler), return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__2() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -5359,37 +5348,37 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__3() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__2; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__2; x_2 = l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__4() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__3; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__3; x_2 = l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__5() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__4; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__4; x_2 = l_Lean_Elab_Deriving_Ord_mkOrdHeader___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__6() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__6() { _start: { lean_object* x_1; @@ -5397,17 +5386,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__7() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__5; -x_2 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__6; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__5; +x_2 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__8() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__8() { _start: { lean_object* x_1; @@ -5415,57 +5404,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__9() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__7; -x_2 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__8; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__7; +x_2 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__10() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__9; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__9; x_2 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Ord_mkMatch_mkAlts___spec__3___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__11() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__10; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__10; x_2 = l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__12() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__11; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__11; x_2 = l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__13() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__12; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__12; x_2 = l_Lean_Elab_Deriving_Ord_mkOrdHeader___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__14() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__14() { _start: { lean_object* x_1; @@ -5473,32 +5462,32 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__15() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__13; -x_2 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__14; +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__13; +x_2 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__16() { +static lean_object* _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__15; -x_2 = lean_unsigned_to_nat(4143u); +x_1 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__15; +x_2 = lean_unsigned_to_nat(4137u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_Elab_Deriving_Ord_mkOrdHeader___closed__2; -x_3 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__1; +x_3 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -5508,7 +5497,7 @@ lean_inc(x_5); lean_dec(x_4); x_6 = l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__5; x_7 = 0; -x_8 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__16; +x_8 = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__16; x_9 = l_Lean_registerTraceClass(x_6, x_7, x_8, x_5); return x_9; } @@ -5787,39 +5776,39 @@ l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds__ lean_mark_persistent(l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__8); l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__9 = _init_l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__9(); lean_mark_persistent(l___private_Lean_Elab_Deriving_Ord_0__Lean_Elab_Deriving_Ord_mkOrdInstanceCmds___closed__9); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__1 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__1(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__1); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__2 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__2(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__2); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__3 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__3(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__3); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__4 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__4(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__4); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__5 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__5(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__5); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__6 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__6(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__6); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__7 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__7(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__7); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__8 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__8(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__8); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__9 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__9(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__9); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__10 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__10(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__10); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__11 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__11(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__11); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__12 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__12(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__12); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__13 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__13(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__13); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__14 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__14(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__14); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__15 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__15(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__15); -l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__16 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__16(); -lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143____closed__16); -res = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4143_(lean_io_mk_world()); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__1 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__1(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__1); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__2 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__2(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__2); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__3 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__3(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__3); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__4 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__4(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__4); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__5 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__5(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__5); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__6 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__6(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__6); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__7 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__7(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__7); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__8 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__8(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__8); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__9 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__9(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__9); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__10 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__10(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__10); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__11 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__11(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__11); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__12 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__12(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__12); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__13 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__13(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__13); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__14 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__14(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__14); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__15 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__15(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__15); +l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__16 = _init_l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__16(); +lean_mark_persistent(l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137____closed__16); +res = l_Lean_Elab_Deriving_Ord_initFn____x40_Lean_Elab_Deriving_Ord___hyg_4137_(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/Deriving/Repr.c b/stage0/stdlib/Lean/Elab/Deriving/Repr.c index 5aba963dd2df..084352f5a8a4 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Repr.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Repr.c @@ -17,7 +17,6 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkMutualBlock___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__6; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__14; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___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*); static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__9; @@ -31,6 +30,7 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_Repr_mkBodyForInduct___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__18; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__14; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__14; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__2___closed__4; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__6; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForInduct___closed__3; @@ -56,6 +56,7 @@ static lean_object* l_Lean_Elab_Deriving_Repr_mkMutualBlock___closed__1; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__22; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__14; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__2___closed__6; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__4; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__2___closed__9; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__3; uint8_t lean_usize_dec_eq(size_t, size_t); @@ -65,9 +66,9 @@ lean_object* l_Lean_Elab_Deriving_mkDiscrs(lean_object*, lean_object*, lean_obje static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__40; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__35; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___boxed(lean_object**); -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__3; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__15; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___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_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___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_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__2; @@ -76,6 +77,7 @@ lean_object* l_Lean_Expr_fvarId_x21(lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__16; static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__1___closed__1; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__9; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__24; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__22; lean_object* l_Lean_Elab_Deriving_mkLocalInstanceLetDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -85,17 +87,17 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyFo lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__29; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__5; lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782_(lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__20; LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__33; lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__10; LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___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_Deriving_Repr_mkReprHeader___closed__6; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__3; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__15; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__10; static lean_object* l_Lean_getConstInfoCtor___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__1___closed__4; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__4; @@ -115,7 +117,6 @@ static lean_object* l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Re static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__19; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__31; size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__12; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__2___closed__5; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__25; lean_object* l_Lean_Elab_registerDerivingHandler(lean_object*, lean_object*, lean_object*); @@ -125,6 +126,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__4; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__23; lean_object* l_Lean_Elab_Deriving_mkLet(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__13; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__1___closed__7; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__7; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); @@ -163,10 +165,12 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyFo LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkMutualBlock(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForInduct___closed__5; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__6; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__34; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__11; lean_object* lean_array_to_list(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__7; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__12; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__9; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__6; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__1___closed__3; @@ -186,7 +190,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Deriving_Repr_mkBodyFo static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__1; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__7; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__10; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__9; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__1___closed__2; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__20; @@ -201,21 +204,22 @@ static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForIndu LEAN_EXPORT lean_object* l_Lean_isInductive___at_Lean_Elab_Deriving_Repr_mkReprInstanceHandler___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__2___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__7; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__41; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__5; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__12; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__11; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__1; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__4; +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785_(lean_object*); static lean_object* l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__8; lean_object* lean_mk_syntax_ident(lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__7; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__3; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___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_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkMutualBlock___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*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__6; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__8; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__22; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -235,24 +239,23 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__1(l static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__23; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__19; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__28; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__15; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkBody(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_Deriving_Repr_mkBodyForStruct___lambda__2___closed__10; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__1; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__1; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__5; lean_object* lean_string_length(lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__15; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__7; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__8; 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*); -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); 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*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__12; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__8; static lean_object* l_Lean_Elab_Deriving_Repr_mkMutualBlock___closed__3; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__26; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__20; @@ -264,6 +267,7 @@ uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__11; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__30; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__27; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__16; lean_object* l_Lean_Syntax_node7(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_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__17; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); @@ -277,7 +281,6 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___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_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Deriving_mkInductArgNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_isStructure(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__16; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__2___closed__1; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__27; static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__39; @@ -290,11 +293,11 @@ static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__15; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__16; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__18; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__13; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__3; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__12; size_t lean_usize_add(size_t, size_t); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__11; +static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__2; extern lean_object* l_Lean_instInhabitedName; static lean_object* l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__2; lean_object* lean_array_uget(lean_object*, size_t); @@ -327,7 +330,6 @@ static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___clos static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__34; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__1___closed__5; static lean_object* l_Lean_Elab_Deriving_Repr_mkAuxFunction___lambda__1___closed__4; -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__11; lean_object* l_String_toSubstring_x27(lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForInduct_mkAlts___spec__3___lambda__1___closed__5; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); @@ -338,7 +340,6 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyFo static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__1___closed__3; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__8; lean_object* l_Nat_repr(lean_object*); -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__10; lean_object* l_Lean_Meta_isProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct(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_Deriving_Repr_mkBodyForStruct___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*); @@ -347,7 +348,6 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyFo static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__1___closed__6; static lean_object* l_Lean_Elab_Deriving_Repr_mkBodyForStruct___lambda__2___closed__3; lean_object* l_Lean_Syntax_mkNumLit(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__14; static lean_object* _init_l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__1() { _start: { @@ -1916,20 +1916,20 @@ lean_dec(x_28); x_30 = lean_nat_dec_eq(x_10, x_22); if (x_26 == 0) { -lean_object* x_103; lean_object* x_104; -x_103 = l_Lean_instInhabitedName; -x_104 = l___private_Init_Util_0__outOfBounds___rarg(x_103); -x_31 = x_104; -goto block_102; +lean_object* x_106; lean_object* x_107; +x_106 = l_Lean_instInhabitedName; +x_107 = l___private_Init_Util_0__outOfBounds___rarg(x_106); +x_31 = x_107; +goto block_105; } else { -lean_object* x_105; -x_105 = lean_array_fget(x_1, x_10); -x_31 = x_105; -goto block_102; +lean_object* x_108; +x_108 = lean_array_fget(x_1, x_10); +x_31 = x_108; +goto block_105; } -block_102: +block_105: { uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; x_32 = 1; @@ -1939,83 +1939,42 @@ x_34 = lean_box(2); x_35 = l_Lean_Syntax_mkStrLit(x_33, x_34); if (x_29 == 0) { -lean_object* x_99; lean_object* x_100; +lean_object* x_102; lean_object* x_103; lean_dec(x_27); -x_99 = l_Lean_instInhabitedExpr; -x_100 = l___private_Init_Util_0__outOfBounds___rarg(x_99); -x_36 = x_100; -goto block_98; +x_102 = l_Lean_instInhabitedExpr; +x_103 = l___private_Init_Util_0__outOfBounds___rarg(x_102); +x_36 = x_103; +goto block_101; } else { -lean_object* x_101; -x_101 = lean_array_fget(x_4, x_27); +lean_object* x_104; +x_104 = lean_array_fget(x_4, x_27); lean_dec(x_27); -x_36 = x_101; -goto block_98; +x_36 = x_104; +goto block_101; } -block_98: +block_101: { +uint8_t x_37; if (x_30 == 0) { -lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; 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; -x_37 = lean_ctor_get(x_18, 5); -lean_inc(x_37); -x_38 = 0; -x_39 = l_Lean_SourceInfo_fromRef(x_37, x_38); -x_40 = lean_ctor_get(x_18, 10); -lean_inc(x_40); -x_41 = lean_st_ref_get(x_19, x_20); -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_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_environment_main_module(x_44); -x_46 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__5; -lean_inc(x_39); -x_47 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_47, 0, x_39); -lean_ctor_set(x_47, 1, x_46); -x_48 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__1; -lean_inc(x_39); -x_49 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_49, 0, x_39); -lean_ctor_set(x_49, 1, x_48); -x_50 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__7; -lean_inc(x_39); -x_51 = l_Lean_Syntax_node1(x_39, x_50, x_49); -x_52 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__4; -lean_inc(x_47); -lean_inc(x_39); -x_53 = l_Lean_Syntax_node3(x_39, x_52, x_13, x_47, x_51); -x_54 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__5; -x_55 = l_Lean_addMacroScope(x_45, x_54, x_40); -x_56 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__6; -lean_inc(x_6); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_6); -x_58 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__7; -lean_inc(x_7); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_7); -x_60 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_60, 0, x_57); -lean_ctor_set(x_60, 1, x_59); -x_61 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__3; -lean_inc(x_39); -x_62 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_62, 0, x_39); -lean_ctor_set(x_62, 1, x_61); -lean_ctor_set(x_62, 2, x_55); -lean_ctor_set(x_62, 3, x_60); -x_63 = l_Lean_Syntax_node3(x_39, x_52, x_53, x_47, x_62); -x_64 = lean_box(0); +x_37 = x_32; +goto block_99; +} +else +{ +uint8_t x_100; +x_100 = 0; +x_37 = x_100; +goto block_99; +} +block_99: +{ +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; +x_38 = lean_box(0); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); @@ -2023,16 +1982,16 @@ lean_inc(x_16); lean_inc(x_3); lean_inc(x_7); lean_inc(x_6); -x_65 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1(x_33, x_35, x_6, x_7, x_31, x_3, x_36, x_63, x_64, x_14, x_15, x_16, x_17, x_18, x_19, x_43); +x_39 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1(x_33, x_35, x_6, x_7, x_31, x_3, x_36, x_13, x_38, x_14, x_15, x_16, x_17, x_18, x_19, x_20); lean_dec(x_33); -if (lean_obj_tag(x_65) == 0) +if (lean_obj_tag(x_39) == 0) { -lean_object* x_66; -x_66 = lean_ctor_get(x_65, 0); -lean_inc(x_66); -if (lean_obj_tag(x_66) == 0) +lean_object* x_40; +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +if (lean_obj_tag(x_40) == 0) { -uint8_t x_67; +uint8_t x_41; lean_dec(x_25); lean_dec(x_19); lean_dec(x_18); @@ -2042,54 +2001,54 @@ lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_67 = !lean_is_exclusive(x_65); -if (x_67 == 0) +x_41 = !lean_is_exclusive(x_39); +if (x_41 == 0) { -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_65, 0); -lean_dec(x_68); -x_69 = lean_ctor_get(x_66, 0); -lean_inc(x_69); -lean_dec(x_66); -lean_ctor_set(x_65, 0, x_69); -return x_65; +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_39, 0); +lean_dec(x_42); +x_43 = lean_ctor_get(x_40, 0); +lean_inc(x_43); +lean_dec(x_40); +lean_ctor_set(x_39, 0, x_43); +return x_39; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_65, 1); -lean_inc(x_70); -lean_dec(x_65); -x_71 = lean_ctor_get(x_66, 0); -lean_inc(x_71); -lean_dec(x_66); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_70); -return x_72; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_39, 1); +lean_inc(x_44); +lean_dec(x_39); +x_45 = lean_ctor_get(x_40, 0); +lean_inc(x_45); +lean_dec(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_44); +return x_46; } } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_65, 1); -lean_inc(x_73); -lean_dec(x_65); -x_74 = lean_ctor_get(x_66, 0); -lean_inc(x_74); -lean_dec(x_66); -x_75 = lean_nat_add(x_10, x_12); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_39, 1); +lean_inc(x_47); +lean_dec(x_39); +x_48 = lean_ctor_get(x_40, 0); +lean_inc(x_48); +lean_dec(x_40); +x_49 = lean_nat_add(x_10, x_12); lean_dec(x_10); x_9 = x_25; -x_10 = x_75; -x_13 = x_74; -x_20 = x_73; +x_10 = x_49; +x_13 = x_48; +x_20 = x_47; goto _start; } } else { -uint8_t x_77; +uint8_t x_51; lean_dec(x_25); lean_dec(x_19); lean_dec(x_18); @@ -2099,30 +2058,86 @@ lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_77 = !lean_is_exclusive(x_65); -if (x_77 == 0) +x_51 = !lean_is_exclusive(x_39); +if (x_51 == 0) { -return x_65; +return x_39; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_65, 0); -x_79 = lean_ctor_get(x_65, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_65); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +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; } } } else { -lean_object* x_81; lean_object* x_82; -x_81 = lean_box(0); +lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; 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; +x_55 = lean_ctor_get(x_18, 5); +lean_inc(x_55); +x_56 = 0; +x_57 = l_Lean_SourceInfo_fromRef(x_55, x_56); +x_58 = lean_ctor_get(x_18, 10); +lean_inc(x_58); +x_59 = lean_st_ref_get(x_19, x_20); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_ctor_get(x_60, 0); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_environment_main_module(x_62); +x_64 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__5; +lean_inc(x_57); +x_65 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_65, 0, x_57); +lean_ctor_set(x_65, 1, x_64); +x_66 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__1; +lean_inc(x_57); +x_67 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_67, 0, x_57); +lean_ctor_set(x_67, 1, x_66); +x_68 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__7; +lean_inc(x_57); +x_69 = l_Lean_Syntax_node1(x_57, x_68, x_67); +x_70 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1___closed__4; +lean_inc(x_65); +lean_inc(x_57); +x_71 = l_Lean_Syntax_node3(x_57, x_70, x_13, x_65, x_69); +x_72 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__5; +x_73 = l_Lean_addMacroScope(x_63, x_72, x_58); +x_74 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__6; +lean_inc(x_6); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_6); +x_76 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__7; +lean_inc(x_7); +x_77 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_7); +x_78 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_78, 0, x_75); +lean_ctor_set(x_78, 1, x_77); +x_79 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___closed__3; +lean_inc(x_57); +x_80 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_80, 0, x_57); +lean_ctor_set(x_80, 1, x_79); +lean_ctor_set(x_80, 2, x_73); +lean_ctor_set(x_80, 3, x_78); +x_81 = l_Lean_Syntax_node3(x_57, x_70, x_71, x_65, x_80); +x_82 = lean_box(0); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); @@ -2130,16 +2145,16 @@ lean_inc(x_16); lean_inc(x_3); lean_inc(x_7); lean_inc(x_6); -x_82 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1(x_33, x_35, x_6, x_7, x_31, x_3, x_36, x_13, x_81, x_14, x_15, x_16, x_17, x_18, x_19, x_20); +x_83 = l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_Repr_mkBodyForStruct___spec__3___lambda__1(x_33, x_35, x_6, x_7, x_31, x_3, x_36, x_81, x_82, x_14, x_15, x_16, x_17, x_18, x_19, x_61); lean_dec(x_33); -if (lean_obj_tag(x_82) == 0) -{ -lean_object* x_83; -x_83 = lean_ctor_get(x_82, 0); -lean_inc(x_83); if (lean_obj_tag(x_83) == 0) { -uint8_t x_84; +lean_object* x_84; +x_84 = lean_ctor_get(x_83, 0); +lean_inc(x_84); +if (lean_obj_tag(x_84) == 0) +{ +uint8_t x_85; lean_dec(x_25); lean_dec(x_19); lean_dec(x_18); @@ -2149,54 +2164,54 @@ lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_84 = !lean_is_exclusive(x_82); -if (x_84 == 0) +x_85 = !lean_is_exclusive(x_83); +if (x_85 == 0) { -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_82, 0); -lean_dec(x_85); +lean_object* x_86; lean_object* x_87; x_86 = lean_ctor_get(x_83, 0); -lean_inc(x_86); -lean_dec(x_83); -lean_ctor_set(x_82, 0, x_86); -return x_82; +lean_dec(x_86); +x_87 = lean_ctor_get(x_84, 0); +lean_inc(x_87); +lean_dec(x_84); +lean_ctor_set(x_83, 0, x_87); +return x_83; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_82, 1); -lean_inc(x_87); -lean_dec(x_82); -x_88 = lean_ctor_get(x_83, 0); +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_83, 1); lean_inc(x_88); lean_dec(x_83); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_87); -return x_89; +x_89 = lean_ctor_get(x_84, 0); +lean_inc(x_89); +lean_dec(x_84); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_88); +return x_90; } } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_82, 1); -lean_inc(x_90); -lean_dec(x_82); -x_91 = lean_ctor_get(x_83, 0); +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_83, 1); lean_inc(x_91); lean_dec(x_83); -x_92 = lean_nat_add(x_10, x_12); +x_92 = lean_ctor_get(x_84, 0); +lean_inc(x_92); +lean_dec(x_84); +x_93 = lean_nat_add(x_10, x_12); lean_dec(x_10); x_9 = x_25; -x_10 = x_92; -x_13 = x_91; -x_20 = x_90; +x_10 = x_93; +x_13 = x_92; +x_20 = x_91; goto _start; } } else { -uint8_t x_94; +uint8_t x_95; lean_dec(x_25); lean_dec(x_19); lean_dec(x_18); @@ -2206,23 +2221,24 @@ lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_94 = !lean_is_exclusive(x_82); -if (x_94 == 0) +x_95 = !lean_is_exclusive(x_83); +if (x_95 == 0) { -return x_82; +return x_83; } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_82, 0); -x_96 = lean_ctor_get(x_82, 1); +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_83, 0); +x_97 = lean_ctor_get(x_83, 1); +lean_inc(x_97); lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_82); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; +lean_dec(x_83); +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; +} } } } @@ -2231,7 +2247,7 @@ return x_97; } else { -lean_object* x_106; +lean_object* x_109; lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2241,15 +2257,15 @@ lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_13); -lean_ctor_set(x_106, 1, x_20); -return x_106; +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_13); +lean_ctor_set(x_109, 1, x_20); +return x_109; } } else { -lean_object* x_107; +lean_object* x_110; lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2259,10 +2275,10 @@ lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_13); -lean_ctor_set(x_107, 1, x_20); -return x_107; +x_110 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_110, 0, x_13); +lean_ctor_set(x_110, 1, x_20); +return x_110; } } } @@ -6879,203 +6895,204 @@ return x_26; LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_mkReprInstanceHandler(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; lean_object* x_7; lean_object* x_73; uint8_t x_74; +lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_75; uint8_t x_76; x_5 = lean_array_get_size(x_1); -x_73 = lean_unsigned_to_nat(0u); -x_74 = lean_nat_dec_lt(x_73, x_5); -if (x_74 == 0) -{ -uint8_t x_75; -x_75 = 1; -x_6 = x_75; -x_7 = x_4; -goto block_72; -} -else -{ -uint8_t x_76; -x_76 = lean_nat_dec_le(x_5, x_5); +x_75 = lean_unsigned_to_nat(0u); +x_76 = lean_nat_dec_lt(x_75, x_5); if (x_76 == 0) { uint8_t x_77; x_77 = 1; x_6 = x_77; x_7 = x_4; -goto block_72; +goto block_74; } else { -size_t x_78; size_t x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; -x_78 = 0; -x_79 = lean_usize_of_nat(x_5); -x_80 = l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_Repr_mkReprInstanceHandler___spec__2(x_1, x_78, x_79, x_2, x_3, x_4); -x_81 = lean_ctor_get(x_80, 0); -lean_inc(x_81); -x_82 = lean_unbox(x_81); -lean_dec(x_81); -if (x_82 == 0) -{ -lean_object* x_83; uint8_t x_84; -x_83 = lean_ctor_get(x_80, 1); -lean_inc(x_83); -lean_dec(x_80); -x_84 = 1; -x_6 = x_84; -x_7 = x_83; -goto block_72; +uint8_t x_78; +x_78 = lean_nat_dec_le(x_5, x_5); +if (x_78 == 0) +{ +uint8_t x_79; +x_79 = 1; +x_6 = x_79; +x_7 = x_4; +goto block_74; } else { +size_t x_80; size_t x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_80 = 0; +x_81 = lean_usize_of_nat(x_5); +x_82 = l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_Repr_mkReprInstanceHandler___spec__2(x_1, x_80, x_81, x_2, x_3, x_4); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +lean_dec(x_83); +if (x_84 == 0) +{ lean_object* x_85; uint8_t x_86; -x_85 = lean_ctor_get(x_80, 1); +x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); -lean_dec(x_80); -x_86 = 0; +lean_dec(x_82); +x_86 = 1; x_6 = x_86; x_7 = x_85; -goto block_72; +goto block_74; +} +else +{ +lean_object* x_87; uint8_t x_88; +x_87 = lean_ctor_get(x_82, 1); +lean_inc(x_87); +lean_dec(x_82); +x_88 = 0; +x_6 = x_88; +x_7 = x_87; +goto block_74; } } } -block_72: +block_74: { +uint8_t x_8; if (x_6 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; +uint8_t x_71; lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_8 = 0; -x_9 = lean_box(x_8); -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; +x_71 = 0; +x_8 = x_71; +goto block_70; } else { -lean_object* x_11; uint8_t x_12; -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_5); +lean_object* x_72; uint8_t x_73; +x_72 = lean_unsigned_to_nat(0u); +x_73 = lean_nat_dec_lt(x_72, x_5); lean_dec(x_5); -if (x_12 == 0) +x_8 = x_73; +goto block_70; +} +block_70: { -uint8_t x_13; lean_object* x_14; lean_object* x_15; +if (x_8 == 0) +{ +uint8_t x_9; lean_object* x_10; lean_object* x_11; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_13 = 0; -x_14 = lean_box(x_13); -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; +x_9 = 0; +x_10 = lean_box(x_9); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_7); +return x_11; } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___boxed), 8, 1); -lean_closure_set(x_16, 0, x_1); +lean_object* x_12; lean_object* x_13; +x_12 = lean_alloc_closure((void*)(l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___boxed), 8, 1); +lean_closure_set(x_12, 0, x_1); lean_inc(x_2); -x_17 = l_Lean_Elab_Command_liftTermElabM___rarg(x_16, x_2, x_3, x_7); -if (lean_obj_tag(x_17) == 0) +x_13 = l_Lean_Elab_Command_liftTermElabM___rarg(x_12, x_2, x_3, x_7); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_17, 0); -x_20 = lean_ctor_get(x_17, 1); -x_21 = lean_array_get_size(x_19); -x_22 = lean_nat_dec_lt(x_11, x_21); -if (x_22 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_15 = lean_ctor_get(x_13, 0); +x_16 = lean_ctor_get(x_13, 1); +x_17 = lean_array_get_size(x_15); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_17); +if (x_19 == 0) { -uint8_t x_23; lean_object* x_24; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_20; lean_object* x_21; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); lean_dec(x_2); -x_23 = 1; -x_24 = lean_box(x_23); -lean_ctor_set(x_17, 0, x_24); -return x_17; +x_20 = 1; +x_21 = lean_box(x_20); +lean_ctor_set(x_13, 0, x_21); +return x_13; } else { -uint8_t x_25; -x_25 = lean_nat_dec_le(x_21, x_21); -if (x_25 == 0) +uint8_t x_22; +x_22 = lean_nat_dec_le(x_17, x_17); +if (x_22 == 0) { -uint8_t x_26; lean_object* x_27; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_23; lean_object* x_24; +lean_dec(x_17); +lean_dec(x_15); lean_dec(x_3); lean_dec(x_2); -x_26 = 1; -x_27 = lean_box(x_26); -lean_ctor_set(x_17, 0, x_27); -return x_17; +x_23 = 1; +x_24 = lean_box(x_23); +lean_ctor_set(x_13, 0, x_24); +return x_13; } else { -size_t x_28; size_t x_29; lean_object* x_30; lean_object* x_31; -lean_free_object(x_17); -x_28 = 0; -x_29 = lean_usize_of_nat(x_21); -lean_dec(x_21); -x_30 = lean_box(0); -x_31 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_19, x_28, x_29, x_30, x_2, x_3, x_20); -lean_dec(x_19); -if (lean_obj_tag(x_31) == 0) +size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; +lean_free_object(x_13); +x_25 = 0; +x_26 = lean_usize_of_nat(x_17); +lean_dec(x_17); +x_27 = lean_box(0); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_15, x_25, x_26, x_27, x_2, x_3, x_16); +lean_dec(x_15); +if (lean_obj_tag(x_28) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -lean_object* x_33; uint8_t x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -lean_dec(x_33); -x_34 = 1; -x_35 = lean_box(x_34); -lean_ctor_set(x_31, 0, x_35); -return x_31; +lean_object* x_30; uint8_t x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_28, 0); +lean_dec(x_30); +x_31 = 1; +x_32 = lean_box(x_31); +lean_ctor_set(x_28, 0, x_32); +return x_28; } else { -lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_31, 1); -lean_inc(x_36); -lean_dec(x_31); -x_37 = 1; -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_36); -return x_39; +lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_dec(x_28); +x_34 = 1; +x_35 = lean_box(x_34); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +return x_36; } } else { -uint8_t x_40; -x_40 = !lean_is_exclusive(x_31); -if (x_40 == 0) +uint8_t x_37; +x_37 = !lean_is_exclusive(x_28); +if (x_37 == 0) { -return x_31; +return x_28; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_31, 0); -x_42 = lean_ctor_get(x_31, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_31); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +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_dec(x_28); +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; } } } @@ -7083,102 +7100,103 @@ return x_43; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_ctor_get(x_17, 0); -x_45 = lean_ctor_get(x_17, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_17); -x_46 = lean_array_get_size(x_44); -x_47 = lean_nat_dec_lt(x_11, x_46); -if (x_47 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_13, 0); +x_42 = lean_ctor_get(x_13, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_13); +x_43 = lean_array_get_size(x_41); +x_44 = lean_unsigned_to_nat(0u); +x_45 = lean_nat_dec_lt(x_44, x_43); +if (x_45 == 0) { -uint8_t x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_46); -lean_dec(x_44); +uint8_t x_46; lean_object* x_47; lean_object* x_48; +lean_dec(x_43); +lean_dec(x_41); lean_dec(x_3); lean_dec(x_2); -x_48 = 1; -x_49 = lean_box(x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_45); -return x_50; +x_46 = 1; +x_47 = lean_box(x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_42); +return x_48; } else { -uint8_t x_51; -x_51 = lean_nat_dec_le(x_46, x_46); -if (x_51 == 0) +uint8_t x_49; +x_49 = lean_nat_dec_le(x_43, x_43); +if (x_49 == 0) { -uint8_t x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_46); -lean_dec(x_44); +uint8_t x_50; lean_object* x_51; lean_object* x_52; +lean_dec(x_43); +lean_dec(x_41); lean_dec(x_3); lean_dec(x_2); -x_52 = 1; -x_53 = lean_box(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_45); -return x_54; +x_50 = 1; +x_51 = lean_box(x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_42); +return x_52; } else { -size_t x_55; size_t x_56; lean_object* x_57; lean_object* x_58; -x_55 = 0; -x_56 = lean_usize_of_nat(x_46); -lean_dec(x_46); -x_57 = lean_box(0); -x_58 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_44, x_55, x_56, x_57, x_2, x_3, x_45); -lean_dec(x_44); -if (lean_obj_tag(x_58) == 0) +size_t x_53; size_t x_54; lean_object* x_55; lean_object* x_56; +x_53 = 0; +x_54 = lean_usize_of_nat(x_43); +lean_dec(x_43); +x_55 = lean_box(0); +x_56 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabCommand___spec__19(x_41, x_53, x_54, x_55, x_2, x_3, x_42); +lean_dec(x_41); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; +lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; +x_57 = lean_ctor_get(x_56, 1); +lean_inc(x_57); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_58 = x_56; } else { - lean_dec_ref(x_58); - x_60 = lean_box(0); + lean_dec_ref(x_56); + x_58 = lean_box(0); } -x_61 = 1; -x_62 = lean_box(x_61); -if (lean_is_scalar(x_60)) { - x_63 = lean_alloc_ctor(0, 2, 0); +x_59 = 1; +x_60 = lean_box(x_59); +if (lean_is_scalar(x_58)) { + x_61 = lean_alloc_ctor(0, 2, 0); } else { - x_63 = x_60; + x_61 = x_58; } -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_59); -return x_63; +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_57); +return x_61; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_64 = lean_ctor_get(x_58, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_58, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_66 = x_58; +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_56, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_56, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_64 = x_56; } else { - lean_dec_ref(x_58); - x_66 = lean_box(0); + lean_dec_ref(x_56); + x_64 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(1, 2, 0); } else { - x_67 = x_66; + x_65 = x_64; } -lean_ctor_set(x_67, 0, x_64); -lean_ctor_set(x_67, 1, x_65); -return x_67; +lean_ctor_set(x_65, 0, x_62); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } } @@ -7186,26 +7204,26 @@ return x_67; } else { -uint8_t x_68; +uint8_t x_66; lean_dec(x_3); lean_dec(x_2); -x_68 = !lean_is_exclusive(x_17); -if (x_68 == 0) +x_66 = !lean_is_exclusive(x_13); +if (x_66 == 0) { -return x_17; +return x_13; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_17, 0); -x_70 = lean_ctor_get(x_17, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_17); -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; +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_13, 0); +x_68 = lean_ctor_get(x_13, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_13); +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; } } } @@ -7238,7 +7256,7 @@ lean_dec(x_1); return x_9; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__1() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__1() { _start: { lean_object* x_1; @@ -7246,7 +7264,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_Repr_mkReprInstanceHandler return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__2() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -7256,37 +7274,37 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__3() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__2; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__2; x_2 = l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__4() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__3; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__3; x_2 = l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__5() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__4; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__4; x_2 = l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__6() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__6() { _start: { lean_object* x_1; @@ -7294,17 +7312,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__7() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__5; -x_2 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__6; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__5; +x_2 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__8() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__8() { _start: { lean_object* x_1; @@ -7312,57 +7330,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__9() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__7; -x_2 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__8; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__7; +x_2 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__10() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__9; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__9; x_2 = l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__11() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__10; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__10; x_2 = l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__12() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__11; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__11; x_2 = l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__13() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__12; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__12; x_2 = l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__14() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__14() { _start: { lean_object* x_1; @@ -7370,32 +7388,32 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__15() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__13; -x_2 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__14; +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__13; +x_2 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__16() { +static lean_object* _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__15; -x_2 = lean_unsigned_to_nat(3782u); +x_1 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__15; +x_2 = lean_unsigned_to_nat(3785u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_Elab_Deriving_Repr_mkReprHeader___closed__2; -x_3 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__1; +x_3 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -7405,7 +7423,7 @@ lean_inc(x_5); lean_dec(x_4); x_6 = l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__4; x_7 = 0; -x_8 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__16; +x_8 = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__16; x_9 = l_Lean_registerTraceClass(x_6, x_7, x_8, x_5); return x_9; } @@ -7836,39 +7854,39 @@ l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmd lean_mark_persistent(l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__7); l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__8 = _init_l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__8(); lean_mark_persistent(l___private_Lean_Elab_Deriving_Repr_0__Lean_Elab_Deriving_Repr_mkReprInstanceCmds___closed__8); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__1 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__1(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__1); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__2 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__2(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__2); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__3 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__3(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__3); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__4 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__4(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__4); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__5 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__5(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__5); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__6 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__6(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__6); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__7 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__7(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__7); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__8 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__8(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__8); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__9 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__9(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__9); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__10 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__10(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__10); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__11 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__11(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__11); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__12 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__12(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__12); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__13 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__13(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__13); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__14 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__14(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__14); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__15 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__15(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__15); -l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__16 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__16(); -lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782____closed__16); -res = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3782_(lean_io_mk_world()); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__1 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__1(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__1); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__2 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__2(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__2); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__3 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__3(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__3); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__4 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__4(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__4); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__5 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__5(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__5); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__6 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__6(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__6); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__7 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__7(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__7); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__8 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__8(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__8); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__9 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__9(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__9); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__10 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__10(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__10); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__11 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__11(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__11); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__12 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__12(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__12); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__13 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__13(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__13); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__14 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__14(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__14); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__15 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__15(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__15); +l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__16 = _init_l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__16(); +lean_mark_persistent(l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785____closed__16); +res = l_Lean_Elab_Deriving_Repr_initFn____x40_Lean_Elab_Deriving_Repr___hyg_3785_(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/Deriving/SizeOf.c b/stage0/stdlib/Lean/Elab/Deriving/SizeOf.c index 10b52b4cd020..b934ff20e0b9 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/SizeOf.c +++ b/stage0/stdlib/Lean/Elab/Deriving/SizeOf.c @@ -13,29 +13,29 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__2; lean_object* l_Lean_Meta_mkSizeOfInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__3; lean_object* lean_environment_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__1; size_t lean_usize_of_nat(lean_object*); lean_object* l_Lean_Elab_registerDerivingHandler(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147_(lean_object*); +static lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__2; lean_object* l_Lean_Elab_Command_liftTermElabM___rarg(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_Deriving_SizeOf_mkSizeOfHandler___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_Elab_Deriving_SizeOf_mkSizeOfHandler___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__1; +static lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__3; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isInductive___at_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148_(lean_object*); lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isInductive___at_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -415,7 +415,7 @@ lean_dec(x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__1() { +static lean_object* _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__1() { _start: { lean_object* x_1; @@ -423,17 +423,17 @@ x_1 = lean_mk_string_from_bytes("SizeOf", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__2() { +static lean_object* _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____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_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__1; +x_2 = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__3() { +static lean_object* _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__3() { _start: { lean_object* x_1; @@ -441,12 +441,12 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_SizeOf_mkSizeOfHandler___b return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__2; -x_3 = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__3; +x_2 = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__2; +x_3 = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__3; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); return x_4; } @@ -468,13 +468,13 @@ lean_dec_ref(res); res = initialize_Lean_Elab_Deriving_Basic(builtin, lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__1 = _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__1(); -lean_mark_persistent(l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__1); -l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__2 = _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__2(); -lean_mark_persistent(l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__2); -l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__3 = _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__3(); -lean_mark_persistent(l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147____closed__3); -res = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_147_(lean_io_mk_world()); +l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__1 = _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__1(); +lean_mark_persistent(l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__1); +l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__2 = _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__2(); +lean_mark_persistent(l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__2); +l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__3 = _init_l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__3(); +lean_mark_persistent(l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148____closed__3); +res = l_Lean_Elab_Deriving_SizeOf_initFn____x40_Lean_Elab_Deriving_SizeOf___hyg_148_(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/Deriving/Util.c b/stage0/stdlib/Lean/Elab/Deriving/Util.c index 784f521b39c5..97aeee921196 100644 --- a/stage0/stdlib/Lean/Elab/Deriving/Util.c +++ b/stage0/stdlib/Lean/Elab/Deriving/Util.c @@ -91,6 +91,7 @@ static lean_object* l_Lean_Elab_Deriving_mkInductiveApp___closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Deriving_mkInductiveApp___spec__1(size_t, size_t, lean_object*); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_mkLocalInstanceLetDecls___spec__1___boxed(lean_object**); +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Lean_Elab_getBetterRef(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_mkLocalInstanceLetDecls___spec__1___closed__5; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Deriving_mkLocalInstanceLetDecls___spec__1___closed__1; @@ -162,7 +163,6 @@ static lean_object* l_Lean_Elab_Deriving_mkInductiveApp___closed__4; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Deriving_mkInductArgNames___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Deriving_mkContext___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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* 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_Std_Range_forIn_loop___at_Lean_Elab_Deriving_mkLocalInstanceLetDecls___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_Std_Range_forIn_loop___at_Lean_Elab_Deriving_mkInstImplicitBinders___spec__1___boxed(lean_object**); @@ -1236,7 +1236,7 @@ lean_ctor_set(x_14, 0, x_13); x_15 = lean_alloc_closure((void*)(l_Lean_Elab_Deriving_mkInstImplicitBinders___lambda__1___boxed), 11, 2); lean_closure_set(x_15, 0, x_1); lean_closure_set(x_15, 1, x_3); -x_16 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_12, x_14, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_16 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_12, x_14, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_10); return x_16; } } diff --git a/stage0/stdlib/Lean/Elab/Do.c b/stage0/stdlib/Lean/Elab/Do.c index da74195b17d3..7f0ce01fc656 100644 --- a/stage0/stdlib/Lean/Elab/Do.c +++ b/stage0/stdlib/Lean/Elab/Do.c @@ -27,6 +27,7 @@ static lean_object* l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__22 static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__16; lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_expandTermFor_declRange___closed__2; static lean_object* l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -103,7 +104,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_hasTerminalAction(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode(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_Do_ToTerm_actionTerminalToTerm___closed__8; static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__46; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__10; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__13; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_Do_mkJmp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -147,7 +147,6 @@ LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Do_ToCode LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeq___boxed(lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__3; static lean_object* l_Lean_Elab_Term_Do_ToTerm_reassignToTerm___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__13; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkPureUnit___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_getDoLetVars___boxed(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_Do_mkJmp___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -254,6 +253,7 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToCodeBlock_do static lean_object* l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__30; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__23; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Elab_Term_Do_insertVars___spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__8; static lean_object* l_Lean_Elab_Term_elabLiftMethod___closed__2; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__8___rarg(lean_object*); @@ -323,7 +323,6 @@ lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_ static lean_object* l_Lean_Elab_Term_Do_ToTerm_seqToTerm___closed__10; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__9; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907_(lean_object*); lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__4; static lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__5; @@ -337,7 +336,6 @@ static lean_object* l_panic___at_Lean_Elab_Term_Do_ToTerm_returnToTerm___spec__1 static lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm___closed__15; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doReturnToCode___closed__1; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__8; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__4; static lean_object* l_panic___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___spec__1___closed__2; lean_object* l_Lean_RBNode_balRight___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__2___closed__1; @@ -363,6 +361,7 @@ static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_ensureInsideFor___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkPureUnitAction(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandTermReturn(lean_object*); static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_varsToMessageData___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_Kind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___spec__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___lambda__3___boxed(lean_object*, lean_object*, lean_object*); @@ -403,7 +402,6 @@ static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__4___cl LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_mkJmp(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__6; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Do_hasReturn___lambda__1(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__12; LEAN_EXPORT lean_object* l_Lean_RBNode_any___at_Lean_Elab_Term_Do_extendUpdatedVars___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__4; lean_object* l_Lean_Syntax_getNumArgs(lean_object*); @@ -426,6 +424,7 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToTerm_mkJoinP LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Do_hasExitPointPred_loop___spec__1(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___boxed(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_getDoReassignVars___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_Do_ToTerm_seqToTerm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -438,7 +437,6 @@ static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS___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_Do_ToCodeBlock_doForToCode___lambda__3___closed__15; static lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__2; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); @@ -461,7 +459,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_CodeBl static lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_varSetToArray(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__1; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__10___closed__8; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__7; static lean_object* l_Lean_Elab_Term_Do_ToTerm_mkIte___closed__4; @@ -477,7 +474,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Do_concat___spec_ static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_extractBind___lambda__1___closed__2; static lean_object* l_Lean_Elab_Term_Do_isMutableLet___closed__2; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems___closed__6; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_cmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -503,13 +499,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_isDoExpr_x3f(lean_object*); lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToTerm_reassignToTerm___closed__9; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__1; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders___closed__4; lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Do_hasBreakContinueReturn___lambda__1(lean_object*); static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__14; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__4; uint8_t lean_expr_eqv(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__9; static lean_object* l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__40; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__7; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -520,6 +516,7 @@ lean_object* l_Array_zip___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__42; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Do_mkReassignCore___spec__1(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__13; static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__24; static lean_object* l_Lean_Elab_Term_Do_CodeBlocl_toMessageData_loop___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -543,6 +540,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_do LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___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_Do_ToTerm_declToTerm___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_elabDo(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_Do___hyg_35900____closed__7; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__8; static lean_object* l___regBuiltin_Lean_Elab_Term_expandTermFor_declRange___closed__7; static lean_object* l_Lean_Elab_Term_Do_getDoReassignVars___closed__1; @@ -758,6 +756,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Elab_Term_Do_eraseVars___sp static lean_object* l_panic___at_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___spec__1___closed__1; static lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm___closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_mkJmp___spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__3; static lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__7; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__25; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -854,6 +853,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_mkMatch__ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__8(lean_object*, lean_object*, 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_elabLiftMethod(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_Do_ToCodeBlock_doForToCode___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__13; static lean_object* l_Lean_Elab_Term_Do_ToTerm_breakToTerm___closed__1; @@ -928,7 +928,6 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_getLetEqnsDeclVar___boxed(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__19; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLiftMethod___closed__3; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__11; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__10___closed__11; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__9; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -952,7 +951,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__2 LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___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*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__29; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLiftMethod_declRange(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__7; static lean_object* l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__19; static lean_object* l_Lean_Elab_Term_Do_ToTerm_mkIte___closed__6; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Do_mkJmp___spec__7___closed__2; @@ -972,6 +970,7 @@ static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_Do_getLetDeclVars___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandTermTry___closed__3; static lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__12; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_attachJP___boxed(lean_object*, lean_object*); @@ -1025,12 +1024,12 @@ static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToTerm_mkJoinPoint___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__3; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_declToTerm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___lambda__2___closed__7; LEAN_EXPORT uint8_t l_Lean_RBNode_any___at_Lean_Elab_Term_Do_extendUpdatedVars___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkMatch(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_Do_ToCodeBlock_doSeqToCode___closed__7; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__1; @@ -1076,6 +1075,7 @@ static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__5; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodDelimiter___closed__1; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__10___closed__12; uint8_t l_Lean_Syntax_isNone(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__11; lean_object* lean_panic_fn(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__20; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkReassignCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1193,6 +1193,7 @@ static lean_object* l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__14; static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__11; size_t lean_usize_add(size_t, size_t); static lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__5; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkUnless___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_expandTermFor(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_expandTermUnless_declRange___closed__1; @@ -1378,7 +1379,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__7(lea lean_object* l_Lean_Elab_Term_getPatternVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__8; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_Do_ToCodeBlock_checkReassignable___spec__2___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__3; static lean_object* l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_pullExitPointsAux___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_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__26; @@ -1391,7 +1391,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_toTerm(lean_object*, lean_ob static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__23; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___at_Lean_Elab_Term_Do_pullExitPointsAux___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_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__5; static lean_object* l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__8___closed__5; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_CodeBlocl_toMessageData_loop___spec__2___closed__2; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); @@ -1401,6 +1400,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_Code_getRef_x3f(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkDoIfView(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_mkJoinPoint___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_Do_ToCodeBlock_checkReassignable___spec__2___closed__6; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_convertTerminalActionIntoJmp_loop___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__10___closed__1; static lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__3___closed__18; @@ -2199,7 +2199,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("fun", 3); +x_1 = lean_mk_string_from_bytes("let", 3); return x_1; } } @@ -2219,7 +2219,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("matchAlts", 9); +x_1 = lean_mk_string_from_bytes("doLet", 5); return x_1; } } @@ -2239,7 +2239,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("doLetRec", 8); +x_1 = lean_mk_string_from_bytes("doLetArrow", 10); return x_1; } } @@ -2259,7 +2259,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("letrec", 6); +x_1 = lean_mk_string_from_bytes("fun", 3); return x_1; } } @@ -2279,7 +2279,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("let", 3); +x_1 = lean_mk_string_from_bytes("matchAlts", 9); return x_1; } } @@ -2299,7 +2299,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("doLet", 5); +x_1 = lean_mk_string_from_bytes("doLetRec", 8); return x_1; } } @@ -2319,7 +2319,7 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodF _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("doLetArrow", 10); +x_1 = lean_mk_string_from_bytes("letrec", 6); return x_1; } } @@ -2338,117 +2338,119 @@ return x_5; LEAN_EXPORT uint8_t l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; uint8_t x_4; +lean_object* x_2; uint8_t x_3; lean_object* x_22; uint8_t x_23; lean_inc(x_1); x_2 = l_Lean_Syntax_getKind(x_1); -x_3 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; -x_4 = lean_name_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; uint8_t x_6; -x_5 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; -x_6 = lean_name_eq(x_2, x_5); -if (x_6 == 0) -{ -lean_object* x_7; uint8_t x_8; -x_7 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; -x_8 = lean_name_eq(x_2, x_7); -if (x_8 == 0) -{ -lean_object* x_9; uint8_t x_10; -x_9 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; -x_10 = lean_name_eq(x_2, x_9); -if (x_10 == 0) -{ -lean_object* x_11; uint8_t x_12; -x_11 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; -x_12 = lean_name_eq(x_2, x_11); -if (x_12 == 0) +x_22 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; +x_23 = lean_name_eq(x_2, x_22); +if (x_23 == 0) { -lean_object* x_13; uint8_t x_14; -x_13 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; -x_14 = lean_name_eq(x_2, x_13); -if (x_14 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_25 = lean_name_eq(x_2, x_24); +if (x_25 == 0) { -lean_object* x_15; uint8_t x_16; -x_15 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; -x_16 = lean_name_eq(x_2, x_15); -lean_dec(x_2); -if (x_16 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_27 = lean_name_eq(x_2, x_26); +if (x_27 == 0) { -uint8_t x_17; -lean_dec(x_1); -x_17 = 0; -return x_17; +lean_object* x_28; uint8_t x_29; +x_28 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_29 = lean_name_eq(x_2, x_28); +x_3 = x_29; +goto block_21; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = lean_unsigned_to_nat(2u); -x_19 = l_Lean_Syntax_getArg(x_1, x_18); -lean_dec(x_1); -x_20 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders(x_19); -return x_20; +uint8_t x_30; +x_30 = 1; +x_3 = x_30; +goto block_21; } } else { -lean_object* x_21; lean_object* x_22; uint8_t x_23; -lean_dec(x_2); -x_21 = lean_unsigned_to_nat(2u); -x_22 = l_Lean_Syntax_getArg(x_1, x_21); -lean_dec(x_1); -x_23 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclHasBinders(x_22); -lean_dec(x_22); -return x_23; +uint8_t x_31; +x_31 = 1; +x_3 = x_31; +goto block_21; } } else { -lean_object* x_24; lean_object* x_25; uint8_t x_26; +uint8_t x_32; +x_32 = 1; +x_3 = x_32; +goto block_21; +} +block_21: +{ +if (x_3 == 0) +{ +lean_object* x_4; uint8_t x_5; +x_4 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_5 = lean_name_eq(x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_7 = lean_name_eq(x_2, x_6); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; +x_8 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; +x_9 = lean_name_eq(x_2, x_8); lean_dec(x_2); -x_24 = lean_unsigned_to_nat(1u); -x_25 = l_Lean_Syntax_getArg(x_1, x_24); +if (x_9 == 0) +{ +uint8_t x_10; lean_dec(x_1); -x_26 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclHasBinders(x_25); -lean_dec(x_25); -return x_26; -} +x_10 = 0; +return x_10; } else { -uint8_t x_27; -lean_dec(x_2); +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_unsigned_to_nat(2u); +x_12 = l_Lean_Syntax_getArg(x_1, x_11); lean_dec(x_1); -x_27 = 1; -return x_27; +x_13 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders(x_12); +return x_13; } } else { -uint8_t x_28; +lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_dec(x_2); +x_14 = lean_unsigned_to_nat(2u); +x_15 = l_Lean_Syntax_getArg(x_1, x_14); lean_dec(x_1); -x_28 = 1; -return x_28; +x_16 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclHasBinders(x_15); +lean_dec(x_15); +return x_16; } } else { -uint8_t x_29; +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_dec(x_2); +x_17 = lean_unsigned_to_nat(1u); +x_18 = l_Lean_Syntax_getArg(x_1, x_17); lean_dec(x_1); -x_29 = 1; -return x_29; +x_19 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclHasBinders(x_18); +lean_dec(x_18); +return x_19; } } else { -uint8_t x_30; +uint8_t x_20; lean_dec(x_2); lean_dec(x_1); -x_30 = 1; -return x_30; +x_20 = 1; +return x_20; +} } } } @@ -4783,7 +4785,7 @@ lean_dec(x_1); x_7 = lean_ctor_get(x_6, 1); lean_inc(x_7); lean_dec(x_6); -x_8 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_8 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_2); x_9 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_9, 0, x_2); @@ -4817,7 +4819,7 @@ x_22 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__4; lean_inc(x_12); lean_inc(x_2); x_23 = l_Lean_Syntax_node4(x_2, x_22, x_17, x_12, x_19, x_21); -x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; x_25 = l_Lean_Syntax_node3(x_2, x_24, x_9, x_12, x_23); x_26 = lean_apply_2(x_7, lean_box(0), x_25); return x_26; @@ -5200,7 +5202,7 @@ lean_ctor_set(x_23, 0, x_18); lean_ctor_set(x_23, 1, x_22); lean_ctor_set(x_23, 2, x_20); lean_ctor_set(x_23, 3, x_21); -x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_18); x_25 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_25, 0, x_18); @@ -5225,7 +5227,7 @@ lean_inc(x_28); lean_inc(x_23); lean_inc(x_18); x_34 = l_Lean_Syntax_node4(x_18, x_33, x_23, x_28, x_30, x_32); -x_35 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_35 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_18); x_36 = l_Lean_Syntax_node3(x_18, x_35, x_25, x_28, x_34); x_37 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__8___closed__3; @@ -8128,7 +8130,7 @@ x_28 = lean_ctor_get(x_26, 0); lean_inc(x_28); lean_dec(x_26); x_29 = lean_environment_main_module(x_28); -x_30 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_30 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_13); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_13); @@ -8159,7 +8161,7 @@ x_41 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__4; lean_inc(x_34); lean_inc(x_13); x_42 = l_Lean_Syntax_node4(x_13, x_41, x_36, x_34, x_38, x_40); -x_43 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_43 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_13); x_44 = l_Lean_Syntax_node3(x_13, x_43, x_31, x_34, x_42); x_45 = lean_st_ref_get(x_9, x_27); @@ -9910,7 +9912,7 @@ return x_128; } case 9: { -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_147; lean_object* x_148; uint8_t x_149; +lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; uint8_t x_134; lean_object* x_148; lean_object* x_149; uint8_t x_150; x_129 = lean_ctor_get(x_2, 0); lean_inc(x_129); x_130 = lean_ctor_get(x_2, 1); @@ -9921,63 +9923,46 @@ x_132 = lean_ctor_get(x_2, 3); lean_inc(x_132); x_133 = lean_ctor_get(x_2, 4); lean_inc(x_133); -x_147 = lean_array_get_size(x_133); -x_148 = lean_unsigned_to_nat(0u); -x_149 = lean_nat_dec_lt(x_148, x_147); -if (x_149 == 0) -{ -lean_object* x_150; -lean_dec(x_147); -lean_dec(x_2); -x_150 = lean_box(0); -x_134 = x_150; -goto block_146; -} -else +x_148 = lean_array_get_size(x_133); +x_149 = lean_unsigned_to_nat(0u); +x_150 = lean_nat_dec_lt(x_149, x_148); +if (x_150 == 0) { uint8_t x_151; -x_151 = lean_nat_dec_le(x_147, x_147); -if (x_151 == 0) -{ -lean_object* x_152; -lean_dec(x_147); -lean_dec(x_2); -x_152 = lean_box(0); -x_134 = x_152; -goto block_146; +lean_dec(x_148); +x_151 = 0; +x_134 = x_151; +goto block_147; } else { -size_t x_153; size_t x_154; uint8_t x_155; -x_153 = 0; -x_154 = lean_usize_of_nat(x_147); -lean_dec(x_147); -x_155 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__5(x_1, x_133, x_153, x_154); -if (x_155 == 0) +uint8_t x_152; +x_152 = lean_nat_dec_le(x_148, x_148); +if (x_152 == 0) { -lean_object* x_156; -lean_dec(x_2); -x_156 = lean_box(0); -x_134 = x_156; -goto block_146; +uint8_t x_153; +lean_dec(x_148); +x_153 = 0; +x_134 = x_153; +goto block_147; } else { -lean_object* x_157; -lean_dec(x_133); -lean_dec(x_132); -lean_dec(x_131); -lean_dec(x_130); -lean_dec(x_129); -x_157 = l_Lean_Elab_Term_Do_pullExitPoints(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_157; -} +size_t x_154; size_t x_155; uint8_t x_156; +x_154 = 0; +x_155 = lean_usize_of_nat(x_148); +lean_dec(x_148); +x_156 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__5(x_1, x_133, x_154, x_155); +x_134 = x_156; +goto block_147; } } -block_146: +block_147: +{ +if (x_134 == 0) { lean_object* x_135; size_t x_136; size_t x_137; lean_object* x_138; -lean_dec(x_134); +lean_dec(x_2); x_135 = lean_array_get_size(x_133); x_136 = lean_usize_of_nat(x_135); lean_dec(x_135); @@ -10020,20 +10005,32 @@ lean_ctor_set(x_145, 1, x_144); return x_145; } } +else +{ +lean_object* x_146; +lean_dec(x_133); +lean_dec(x_132); +lean_dec(x_131); +lean_dec(x_130); +lean_dec(x_129); +x_146 = l_Lean_Elab_Term_Do_pullExitPoints(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_146; +} +} } default: { -lean_object* x_158; +lean_object* x_157; 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_158 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_158, 0, x_2); -lean_ctor_set(x_158, 1, x_9); -return x_158; +x_157 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_157, 0, x_2); +lean_ctor_set(x_157, 1, x_9); +return x_157; } } } @@ -13680,7 +13677,7 @@ lean_inc(x_73); x_100 = l_Lean_Syntax_node4(x_73, x_92, x_87, x_99, x_91, x_9); lean_inc(x_73); x_101 = l_Lean_Syntax_node2(x_73, x_3, x_93, x_100); -x_102 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_102 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_73); x_103 = l_Lean_Syntax_node1(x_73, x_102, x_101); x_104 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -13765,7 +13762,7 @@ lean_inc(x_111); x_134 = l_Lean_Syntax_node4(x_111, x_126, x_121, x_133, x_125, x_9); lean_inc(x_111); x_135 = l_Lean_Syntax_node2(x_111, x_3, x_127, x_134); -x_136 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_136 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_111); x_137 = l_Lean_Syntax_node1(x_111, x_136, x_135); x_138 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -16240,7 +16237,7 @@ lean_inc(x_29); x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); lean_dec(x_28); -x_31 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_31 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_22); x_32 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_32, 0, x_22); @@ -16302,7 +16299,7 @@ lean_inc(x_22); x_56 = l_Lean_Syntax_node5(x_22, x_46, x_27, x_35, x_35, x_37, x_55); lean_inc(x_22); x_57 = l_Lean_Syntax_node1(x_22, x_48, x_56); -x_58 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_58 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; lean_inc(x_51); lean_inc(x_32); lean_inc(x_22); @@ -16350,7 +16347,7 @@ lean_inc(x_68); lean_dec(x_4); x_69 = 0; x_70 = l_Lean_SourceInfo_fromRef(x_68, x_69); -x_71 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_71 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_70); x_72 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_72, 0, x_70); @@ -16412,7 +16409,7 @@ lean_inc(x_70); x_96 = l_Lean_Syntax_node5(x_70, x_86, x_67, x_75, x_75, x_77, x_95); lean_inc(x_70); x_97 = l_Lean_Syntax_node1(x_70, x_88, x_96); -x_98 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_98 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; lean_inc(x_91); lean_inc(x_72); lean_inc(x_70); @@ -16483,7 +16480,7 @@ lean_inc(x_122); x_123 = lean_ctor_get(x_121, 1); lean_inc(x_123); lean_dec(x_121); -x_124 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_124 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_115); x_125 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_125, 0, x_115); @@ -16545,7 +16542,7 @@ lean_inc(x_115); x_149 = l_Lean_Syntax_node5(x_115, x_139, x_120, x_128, x_128, x_130, x_148); lean_inc(x_115); x_150 = l_Lean_Syntax_node1(x_115, x_141, x_149); -x_151 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_151 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; lean_inc(x_144); lean_inc(x_125); lean_inc(x_115); @@ -16606,7 +16603,7 @@ lean_inc(x_13); lean_dec(x_4); x_14 = 0; x_15 = l_Lean_SourceInfo_fromRef(x_13, x_14); -x_16 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_16 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_15); x_17 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_17, 0, x_15); @@ -16643,7 +16640,7 @@ x_29 = l_Lean_Syntax_node5(x_15, x_28, x_27, x_21, x_21, x_23, x_2); x_30 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_15); x_31 = l_Lean_Syntax_node1(x_15, x_30, x_29); -x_32 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_32 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; x_33 = l_Lean_Syntax_node4(x_15, x_32, x_17, x_31, x_25, x_3); x_34 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_34, 0, x_33); @@ -16662,7 +16659,7 @@ x_37 = l_Lean_Syntax_node5(x_15, x_36, x_35, x_21, x_21, x_23, x_2); x_38 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_15); x_39 = l_Lean_Syntax_node1(x_15, x_38, x_37); -x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; x_41 = l_Lean_Syntax_node4(x_15, x_40, x_17, x_39, x_25, x_3); x_42 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_42, 0, x_41); @@ -19808,7 +19805,7 @@ lean_ctor_set(x_30, 0, x_24); lean_ctor_set(x_30, 1, x_28); lean_ctor_set(x_30, 2, x_26); lean_ctor_set(x_30, 3, x_29); -x_31 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_31 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_24); x_32 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_32, 0, x_24); @@ -19886,7 +19883,7 @@ x_63 = l_Lean_Syntax_node2(x_24, x_56, x_47, x_62); x_64 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_24); x_65 = l_Lean_Syntax_node4(x_24, x_64, x_38, x_40, x_42, x_63); -x_66 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_66 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_24); x_67 = l_Lean_Syntax_node2(x_24, x_66, x_32, x_65); lean_inc(x_24); @@ -19934,7 +19931,7 @@ lean_ctor_set(x_80, 0, x_75); lean_ctor_set(x_80, 1, x_78); lean_ctor_set(x_80, 2, x_77); lean_ctor_set(x_80, 3, x_79); -x_81 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_81 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_75); x_82 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_82, 0, x_75); @@ -20032,7 +20029,7 @@ x_123 = l_Lean_Syntax_node2(x_75, x_118, x_111, x_122); x_124 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_75); x_125 = l_Lean_Syntax_node4(x_75, x_124, x_102, x_104, x_106, x_123); -x_126 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_126 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_75); x_127 = l_Lean_Syntax_node2(x_75, x_126, x_82, x_125); lean_inc(x_75); @@ -20067,7 +20064,7 @@ lean_ctor_set(x_139, 0, x_134); lean_ctor_set(x_139, 1, x_137); lean_ctor_set(x_139, 2, x_136); lean_ctor_set(x_139, 3, x_138); -x_140 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_140 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_134); x_141 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_141, 0, x_134); @@ -20197,7 +20194,7 @@ x_195 = l_Lean_Syntax_node2(x_134, x_187, x_170, x_194); x_196 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_134); x_197 = l_Lean_Syntax_node4(x_134, x_196, x_161, x_163, x_165, x_195); -x_198 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_198 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_134); x_199 = l_Lean_Syntax_node2(x_134, x_198, x_141, x_197); lean_inc(x_134); @@ -20247,7 +20244,7 @@ lean_ctor_set(x_215, 0, x_209); lean_ctor_set(x_215, 1, x_213); lean_ctor_set(x_215, 2, x_211); lean_ctor_set(x_215, 3, x_214); -x_216 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_216 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_209); x_217 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_217, 0, x_209); @@ -20329,7 +20326,7 @@ x_249 = l_Lean_Syntax_node3(x_209, x_245, x_229, x_248, x_244); x_250 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_209); x_251 = l_Lean_Syntax_node4(x_209, x_250, x_223, x_225, x_227, x_249); -x_252 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_252 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_209); x_253 = l_Lean_Syntax_node2(x_209, x_252, x_217, x_251); lean_inc(x_209); @@ -20365,7 +20362,7 @@ lean_ctor_set(x_266, 0, x_260); lean_ctor_set(x_266, 1, x_264); lean_ctor_set(x_266, 2, x_262); lean_ctor_set(x_266, 3, x_265); -x_267 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_267 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_260); x_268 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_268, 0, x_260); @@ -20447,7 +20444,7 @@ x_300 = l_Lean_Syntax_node3(x_260, x_296, x_280, x_299, x_295); x_301 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_260); x_302 = l_Lean_Syntax_node4(x_260, x_301, x_274, x_276, x_278, x_300); -x_303 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_303 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_260); x_304 = l_Lean_Syntax_node2(x_260, x_303, x_268, x_302); lean_inc(x_260); @@ -20483,7 +20480,7 @@ lean_ctor_set(x_317, 0, x_311); lean_ctor_set(x_317, 1, x_315); lean_ctor_set(x_317, 2, x_313); lean_ctor_set(x_317, 3, x_316); -x_318 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_318 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_311); x_319 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_319, 0, x_311); @@ -20565,7 +20562,7 @@ x_351 = l_Lean_Syntax_node3(x_311, x_347, x_331, x_350, x_346); x_352 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_311); x_353 = l_Lean_Syntax_node4(x_311, x_352, x_325, x_327, x_329, x_351); -x_354 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_354 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_311); x_355 = l_Lean_Syntax_node2(x_311, x_354, x_319, x_353); lean_inc(x_311); @@ -20792,7 +20789,7 @@ lean_inc(x_41); x_47 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_47, 0, x_41); lean_ctor_set(x_47, 1, x_22); -x_48 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_48 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_41); x_49 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_49, 0, x_41); @@ -20841,7 +20838,7 @@ lean_ctor_set(x_63, 1, x_62); x_64 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_41); x_65 = l_Lean_Syntax_node4(x_41, x_64, x_59, x_61, x_63, x_2); -x_66 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_66 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_41); x_67 = l_Lean_Syntax_node2(x_41, x_66, x_49, x_65); x_68 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; @@ -20978,7 +20975,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToTerm_declToTerm(lean_object* x_1, 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_inc(x_1); x_6 = l_Lean_Syntax_getKind(x_1); -x_7 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_7 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; x_8 = lean_name_eq(x_6, x_7); x_9 = lean_ctor_get(x_4, 0); lean_inc(x_9); @@ -21016,12 +21013,12 @@ lean_ctor_set(x_20, 2, x_15); lean_ctor_set(x_20, 3, x_11); lean_ctor_set(x_20, 4, x_12); lean_ctor_set(x_20, 5, x_14); -x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; +x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; x_22 = lean_name_eq(x_6, x_21); if (x_22 == 0) { lean_object* x_23; uint8_t x_24; -x_23 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_23 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; x_24 = lean_name_eq(x_6, x_23); if (x_24 == 0) { @@ -21171,7 +21168,7 @@ lean_inc(x_71); x_77 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_77, 0, x_71); lean_ctor_set(x_77, 1, x_57); -x_78 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_78 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_71); x_79 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_79, 0, x_71); @@ -21206,7 +21203,7 @@ lean_ctor_set(x_88, 1, x_87); x_89 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_71); x_90 = l_Lean_Syntax_node4(x_71, x_89, x_84, x_86, x_88, x_2); -x_91 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_91 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_71); x_92 = l_Lean_Syntax_node2(x_71, x_91, x_79, x_90); x_93 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; @@ -21243,7 +21240,7 @@ x_104 = l_Lean_Elab_Term_Do_mkUnless___closed__1; x_105 = lean_array_push(x_103, x_104); x_106 = lean_array_push(x_105, x_2); x_107 = lean_box(2); -x_108 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; +x_108 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; x_109 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_109, 0, x_107); lean_ctor_set(x_109, 1, x_108); @@ -21269,7 +21266,7 @@ x_112 = l_Lean_Syntax_getArg(x_1, x_111); lean_dec(x_1); x_113 = 0; x_114 = l_Lean_SourceInfo_fromRef(x_14, x_113); -x_115 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_115 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_114); x_116 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_116, 0, x_114); @@ -21279,7 +21276,7 @@ lean_inc(x_114); x_118 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_118, 0, x_114); lean_ctor_set(x_118, 1, x_117); -x_119 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_119 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; x_120 = l_Lean_Syntax_node4(x_114, x_119, x_116, x_112, x_118, x_2); x_121 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_121, 0, x_120); @@ -21495,7 +21492,7 @@ x_40 = l_Lean_Syntax_getArg(x_22, x_39); lean_dec(x_22); x_41 = 0; x_42 = l_Lean_SourceInfo_fromRef(x_12, x_41); -x_43 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_43 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_42); x_44 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_44, 0, x_42); @@ -21533,7 +21530,7 @@ lean_inc(x_42); x_59 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_59, 0, x_42); lean_ctor_set(x_59, 1, x_58); -x_60 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_60 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; x_61 = l_Lean_Syntax_node4(x_42, x_60, x_44, x_57, x_59, x_2); x_62 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_62, 0, x_61); @@ -21607,7 +21604,7 @@ x_78 = l_Lean_Syntax_getArg(x_22, x_77); lean_dec(x_22); x_79 = 0; x_80 = l_Lean_SourceInfo_fromRef(x_12, x_79); -x_81 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_81 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_80); x_82 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_82, 0, x_80); @@ -21645,7 +21642,7 @@ lean_inc(x_80); x_97 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_97, 0, x_80); lean_ctor_set(x_97, 1, x_96); -x_98 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; +x_98 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; x_99 = l_Lean_Syntax_node4(x_80, x_98, x_82, x_95, x_97, x_2); x_100 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_100, 0, x_99); @@ -22815,7 +22812,7 @@ lean_ctor_set(x_122, 1, x_121); lean_ctor_set(x_122, 2, x_118); x_123 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_extractBind___lambda__1___closed__3; x_124 = lean_array_push(x_123, x_122); -x_125 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_125 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; x_126 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_126, 0, x_120); lean_ctor_set(x_126, 1, x_125); @@ -23516,7 +23513,7 @@ lean_inc(x_16); x_20 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_20, 0, x_16); lean_ctor_set(x_20, 1, x_19); -x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_16); x_22 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_22, 0, x_16); @@ -23553,7 +23550,7 @@ lean_inc(x_25); lean_inc(x_30); lean_inc(x_16); x_36 = l_Lean_Syntax_node4(x_16, x_35, x_30, x_25, x_32, x_34); -x_37 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_37 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_25); lean_inc(x_16); x_38 = l_Lean_Syntax_node3(x_16, x_37, x_22, x_25, x_36); @@ -23708,7 +23705,7 @@ lean_inc(x_16); x_104 = l_Lean_Syntax_node4(x_16, x_87, x_52, x_96, x_71, x_103); lean_inc(x_16); x_105 = l_Lean_Syntax_node2(x_16, x_23, x_88, x_104); -x_106 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_106 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_16); x_107 = l_Lean_Syntax_node1(x_16, x_106, x_105); x_108 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -23762,7 +23759,7 @@ lean_inc(x_124); x_128 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_128, 0, x_124); lean_ctor_set(x_128, 1, x_127); -x_129 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_129 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_124); x_130 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_130, 0, x_124); @@ -23797,7 +23794,7 @@ lean_inc(x_133); lean_inc(x_138); lean_inc(x_124); x_144 = l_Lean_Syntax_node4(x_124, x_143, x_138, x_133, x_140, x_142); -x_145 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_145 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_133); lean_inc(x_124); x_146 = l_Lean_Syntax_node3(x_124, x_145, x_130, x_133, x_144); @@ -23899,7 +23896,7 @@ lean_inc(x_188); x_192 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_192, 0, x_188); lean_ctor_set(x_192, 1, x_191); -x_193 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_193 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_188); x_194 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_194, 0, x_188); @@ -23934,7 +23931,7 @@ lean_inc(x_197); lean_inc(x_202); lean_inc(x_188); x_208 = l_Lean_Syntax_node4(x_188, x_207, x_202, x_197, x_204, x_206); -x_209 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_209 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_197); lean_inc(x_188); x_210 = l_Lean_Syntax_node3(x_188, x_209, x_194, x_197, x_208); @@ -24000,7 +23997,7 @@ lean_inc(x_235); x_239 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_239, 0, x_235); lean_ctor_set(x_239, 1, x_238); -x_240 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_240 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_235); x_241 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_241, 0, x_235); @@ -24037,7 +24034,7 @@ lean_inc(x_244); lean_inc(x_249); lean_inc(x_235); x_255 = l_Lean_Syntax_node4(x_235, x_254, x_249, x_244, x_251, x_253); -x_256 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_256 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_244); lean_inc(x_235); x_257 = l_Lean_Syntax_node3(x_235, x_256, x_241, x_244, x_255); @@ -24249,7 +24246,7 @@ lean_inc(x_235); x_345 = l_Lean_Syntax_node4(x_235, x_311, x_271, x_337, x_294, x_344); lean_inc(x_235); x_346 = l_Lean_Syntax_node3(x_235, x_242, x_312, x_329, x_345); -x_347 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_347 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_235); x_348 = l_Lean_Syntax_node1(x_235, x_347, x_346); x_349 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -24306,7 +24303,7 @@ lean_inc(x_365); x_369 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_369, 0, x_365); lean_ctor_set(x_369, 1, x_368); -x_370 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_370 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_365); x_371 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_371, 0, x_365); @@ -24343,7 +24340,7 @@ lean_inc(x_374); lean_inc(x_379); lean_inc(x_365); x_385 = l_Lean_Syntax_node4(x_365, x_384, x_379, x_374, x_381, x_383); -x_386 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_386 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_374); lean_inc(x_365); x_387 = l_Lean_Syntax_node3(x_365, x_386, x_371, x_374, x_385); @@ -24501,7 +24498,7 @@ lean_inc(x_456); x_460 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_460, 0, x_456); lean_ctor_set(x_460, 1, x_459); -x_461 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_461 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_456); x_462 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_462, 0, x_456); @@ -24538,7 +24535,7 @@ lean_inc(x_465); lean_inc(x_470); lean_inc(x_456); x_476 = l_Lean_Syntax_node4(x_456, x_475, x_470, x_465, x_472, x_474); -x_477 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_477 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_465); lean_inc(x_456); x_478 = l_Lean_Syntax_node3(x_456, x_477, x_462, x_465, x_476); @@ -24758,7 +24755,7 @@ lean_inc(x_456); x_569 = l_Lean_Syntax_node4(x_456, x_535, x_492, x_561, x_515, x_568); lean_inc(x_456); x_570 = l_Lean_Syntax_node3(x_456, x_463, x_536, x_553, x_569); -x_571 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_571 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_456); x_572 = l_Lean_Syntax_node1(x_456, x_571, x_570); x_573 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -24808,7 +24805,7 @@ lean_inc(x_588); x_592 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_592, 0, x_588); lean_ctor_set(x_592, 1, x_591); -x_593 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_593 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_588); x_594 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_594, 0, x_588); @@ -24845,7 +24842,7 @@ lean_inc(x_597); lean_inc(x_602); lean_inc(x_588); x_608 = l_Lean_Syntax_node4(x_588, x_607, x_602, x_597, x_604, x_606); -x_609 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_609 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_597); lean_inc(x_588); x_610 = l_Lean_Syntax_node3(x_588, x_609, x_594, x_597, x_608); @@ -25028,7 +25025,7 @@ lean_inc(x_588); x_686 = l_Lean_Syntax_node4(x_588, x_663, x_624, x_677, x_648, x_685); lean_inc(x_588); x_687 = l_Lean_Syntax_node2(x_588, x_595, x_664, x_686); -x_688 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_688 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_588); x_689 = l_Lean_Syntax_node1(x_588, x_688, x_687); x_690 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -25074,7 +25071,7 @@ lean_inc(x_705); x_709 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_709, 0, x_705); lean_ctor_set(x_709, 1, x_708); -x_710 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_710 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_705); x_711 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_711, 0, x_705); @@ -25111,7 +25108,7 @@ lean_inc(x_714); lean_inc(x_719); lean_inc(x_705); x_725 = l_Lean_Syntax_node4(x_705, x_724, x_719, x_714, x_721, x_723); -x_726 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_726 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_714); lean_inc(x_705); x_727 = l_Lean_Syntax_node3(x_705, x_726, x_711, x_714, x_725); @@ -25363,7 +25360,7 @@ lean_inc(x_705); x_830 = l_Lean_Syntax_node4(x_705, x_780, x_741, x_822, x_765, x_829); lean_inc(x_705); x_831 = l_Lean_Syntax_node4(x_705, x_712, x_781, x_797, x_814, x_830); -x_832 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_832 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_705); x_833 = l_Lean_Syntax_node1(x_705, x_832, x_831); x_834 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -25431,12 +25428,12 @@ LEAN_EXPORT uint8_t l_Lean_Elab_Term_Do_isMutableLet(lean_object* x_1) { lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_inc(x_1); x_2 = l_Lean_Syntax_getKind(x_1); -x_3 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_3 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; x_4 = lean_name_eq(x_2, x_3); if (x_4 == 0) { lean_object* x_5; uint8_t x_6; -x_5 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_5 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; x_6 = lean_name_eq(x_2, x_5); if (x_6 == 0) { @@ -25702,14 +25699,31 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_41; lean_dec(x_5); x_16 = lean_array_uget(x_2, x_4); x_17 = lean_ctor_get(x_1, 3); x_18 = l_Lean_Syntax_getId(x_16); lean_dec(x_16); -x_19 = l_Lean_RBNode_find___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__1(x_17, x_18); -if (lean_obj_tag(x_19) == 0) +x_41 = l_Lean_RBNode_find___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__1(x_17, x_18); +if (lean_obj_tag(x_41) == 0) +{ +uint8_t x_42; +x_42 = 0; +x_19 = x_42; +goto block_40; +} +else +{ +uint8_t x_43; +lean_dec(x_41); +x_43 = 1; +x_19 = x_43; +goto block_40; +} +block_40: +{ +if (x_19 == 0) { lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; 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_20 = lean_simp_macro_scopes(x_18); @@ -25752,7 +25766,6 @@ return x_35; else { size_t x_36; size_t x_37; lean_object* x_38; -lean_dec(x_19); lean_dec(x_18); x_36 = 1; x_37 = lean_usize_add(x_4, x_36); @@ -25764,6 +25777,7 @@ goto _start; } } } +} LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_checkReassignable(lean_object* x_1, lean_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: { @@ -25901,13 +25915,30 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_48; lean_dec(x_5); x_16 = lean_array_uget(x_2, x_4); x_17 = lean_ctor_get(x_1, 3); x_18 = l_Lean_Syntax_getId(x_16); -x_19 = l_Lean_RBNode_find___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__1(x_17, x_18); -if (lean_obj_tag(x_19) == 0) +x_48 = l_Lean_RBNode_find___at_Lean_Elab_Term_Do_extendUpdatedVarsAux_update___spec__1(x_17, x_18); +if (lean_obj_tag(x_48) == 0) +{ +uint8_t x_49; +x_49 = 0; +x_19 = x_49; +goto block_47; +} +else +{ +uint8_t x_50; +lean_dec(x_48); +x_50 = 1; +x_19 = x_50; +goto block_47; +} +block_47: +{ +if (x_19 == 0) { size_t x_20; size_t x_21; lean_object* x_22; lean_dec(x_18); @@ -25922,7 +25953,6 @@ goto _start; 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; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_dec(x_19); x_24 = lean_simp_macro_scopes(x_18); x_25 = l_Lean_MessageData_ofName(x_24); x_26 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable___spec__1___closed__2; @@ -25983,6 +26013,7 @@ return x_46; } } } +} LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(lean_object* x_1, lean_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: { @@ -27770,7 +27801,7 @@ lean_dec(x_13); x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_37 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_34); x_38 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_38, 0, x_34); @@ -27795,7 +27826,7 @@ lean_inc(x_41); lean_inc(x_31); lean_inc(x_34); x_47 = l_Lean_Syntax_node4(x_34, x_46, x_31, x_41, x_43, x_45); -x_48 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_48 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; x_49 = l_Lean_Syntax_node3(x_34, x_48, x_38, x_41, x_47); x_50 = lean_box(0); x_51 = lean_alloc_ctor(1, 2, 0); @@ -27874,35 +27905,35 @@ static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBl _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("choice", 6); +x_1 = lean_mk_string_from_bytes("cannot lift `(<- ...)` over a binder, this error usually happens when you are trying to lift a method nested in a `fun`, `let`, or `match`-alternative, and it can often be fixed by adding a missing `do`", 202); return x_1; } } static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___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_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("cannot lift `(<- ...)` over a binder, this error usually happens when you are trying to lift a method nested in a `fun`, `let`, or `match`-alternative, and it can often be fixed by adding a missing `do`", 202); +x_1 = lean_mk_string_from_bytes("choice", 6); return x_1; } } static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__3; -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_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } static lean_object* _init_l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__5() { @@ -27939,119 +27970,52 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlo { if (lean_obj_tag(x_4) == 1) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_105; uint8_t x_106; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_116; uint8_t x_117; x_14 = lean_ctor_get(x_4, 0); lean_inc(x_14); x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); x_16 = lean_ctor_get(x_4, 2); lean_inc(x_16); -x_105 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__2; -x_106 = lean_name_eq(x_15, x_105); -if (x_106 == 0) +x_116 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__4; +x_117 = lean_name_eq(x_15, x_116); +if (x_117 == 0) { -uint8_t x_107; -x_107 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodDelimiter(x_15); -if (x_107 == 0) +uint8_t x_118; +x_118 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodDelimiter(x_15); +if (x_118 == 0) { -lean_object* x_108; uint8_t x_109; -x_108 = l___regBuiltin_Lean_Elab_Term_elabLiftMethod___closed__2; -x_109 = lean_name_eq(x_15, x_108); -if (x_109 == 0) +lean_object* x_119; uint8_t x_120; +x_119 = l___regBuiltin_Lean_Elab_Term_elabLiftMethod___closed__2; +x_120 = lean_name_eq(x_15, x_119); +if (x_120 == 0) { -lean_object* x_110; -x_110 = lean_box(0); -x_17 = x_110; -goto block_104; +uint8_t x_121; +x_121 = 0; +x_17 = x_121; +goto block_115; } else { if (x_2 == 0) { -lean_object* x_111; lean_object* x_112; lean_object* x_113; uint8_t x_114; -lean_dec(x_15); -lean_dec(x_14); -x_111 = lean_box(x_2); -x_112 = lean_box(x_3); -lean_inc(x_1); -lean_inc(x_16); -x_113 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__1___boxed), 14, 4); -lean_closure_set(x_113, 0, x_16); -lean_closure_set(x_113, 1, x_1); -lean_closure_set(x_113, 2, x_111); -lean_closure_set(x_113, 3, x_112); -if (x_3 == 0) -{ -uint8_t x_124; -x_124 = 0; -x_114 = x_124; -goto block_123; -} -else -{ -uint8_t x_125; -x_125 = 1; -x_114 = x_125; -goto block_123; -} -block_123: -{ -if (x_114 == 0) -{ -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -lean_dec(x_113); -lean_dec(x_4); -x_115 = lean_box(0); -x_116 = lean_box(x_2); -x_117 = lean_box(x_3); -x_118 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__1___boxed), 14, 11); -lean_closure_set(x_118, 0, x_16); -lean_closure_set(x_118, 1, x_1); -lean_closure_set(x_118, 2, x_116); -lean_closure_set(x_118, 3, x_117); -lean_closure_set(x_118, 4, x_115); -lean_closure_set(x_118, 5, x_5); -lean_closure_set(x_118, 6, x_6); -lean_closure_set(x_118, 7, x_7); -lean_closure_set(x_118, 8, x_8); -lean_closure_set(x_118, 9, x_9); -lean_closure_set(x_118, 10, x_10); -x_119 = l_Lean_Core_withFreshMacroScope___rarg(x_118, x_11, x_12, x_13); -return x_119; -} -else -{ -lean_object* x_120; lean_object* x_121; lean_object* x_122; -lean_dec(x_16); -lean_dec(x_1); -x_120 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__4; -x_121 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__2___boxed), 12, 9); -lean_closure_set(x_121, 0, x_4); -lean_closure_set(x_121, 1, x_120); -lean_closure_set(x_121, 2, x_5); -lean_closure_set(x_121, 3, x_6); -lean_closure_set(x_121, 4, x_7); -lean_closure_set(x_121, 5, x_8); -lean_closure_set(x_121, 6, x_9); -lean_closure_set(x_121, 7, x_10); -lean_closure_set(x_121, 8, x_113); -x_122 = l_Lean_Core_withFreshMacroScope___rarg(x_121, x_11, x_12, x_13); -return x_122; -} -} +uint8_t x_122; +x_122 = 1; +x_17 = x_122; +goto block_115; } else { -lean_object* x_126; -x_126 = lean_box(0); -x_17 = x_126; -goto block_104; +uint8_t x_123; +x_123 = 0; +x_17 = x_123; +goto block_115; } } } else { -lean_object* x_127; lean_object* x_128; +lean_object* x_124; lean_object* x_125; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -28063,24 +28027,24 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_4); -lean_ctor_set(x_127, 1, x_5); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_13); -return x_128; +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_4); +lean_ctor_set(x_124, 1, x_5); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_13); +return x_125; } } else { -lean_object* x_129; lean_object* x_130; size_t x_131; size_t x_132; lean_object* x_133; +lean_object* x_126; lean_object* x_127; size_t x_128; size_t x_129; lean_object* x_130; lean_dec(x_16); -x_129 = l_Lean_Syntax_getArgs(x_4); -x_130 = lean_array_get_size(x_129); -x_131 = lean_usize_of_nat(x_130); -lean_dec(x_130); -x_132 = 0; +x_126 = l_Lean_Syntax_getArgs(x_4); +x_127 = lean_array_get_size(x_126); +x_128 = lean_usize_of_nat(x_127); +lean_dec(x_127); +x_129 = 0; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -28088,97 +28052,117 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_133 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__10(x_1, x_2, x_3, x_131, x_132, x_129, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_133) == 0) +x_130 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__10(x_1, x_2, x_3, x_128, x_129, x_126, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_130) == 0) { -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_157; uint8_t x_158; -x_134 = lean_ctor_get(x_133, 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_156; uint8_t x_157; +x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_130, 1); +lean_inc(x_132); +lean_dec(x_130); +x_133 = lean_ctor_get(x_131, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_131, 1); lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_136 = lean_ctor_get(x_134, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_134, 1); -lean_inc(x_137); -lean_dec(x_134); -x_138 = lean_array_get_size(x_136); -x_157 = lean_unsigned_to_nat(0u); -x_158 = lean_nat_dec_lt(x_157, x_138); -if (x_158 == 0) -{ -lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_159 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__5; -x_160 = l___private_Init_Util_0__outOfBounds___rarg(x_159); -x_161 = lean_ctor_get(x_160, 1); -lean_inc(x_161); -lean_dec(x_160); -x_139 = x_161; -goto block_156; +lean_dec(x_131); +x_135 = lean_array_get_size(x_133); +x_156 = lean_unsigned_to_nat(0u); +x_157 = lean_nat_dec_lt(x_156, x_135); +if (x_157 == 0) +{ +lean_object* x_158; lean_object* x_159; lean_object* x_160; +x_158 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__5; +x_159 = l___private_Init_Util_0__outOfBounds___rarg(x_158); +x_160 = lean_ctor_get(x_159, 1); +lean_inc(x_160); +lean_dec(x_159); +x_136 = x_160; +goto block_155; } else { -lean_object* x_162; lean_object* x_163; -x_162 = lean_array_fget(x_136, x_157); -x_163 = lean_ctor_get(x_162, 1); -lean_inc(x_163); -lean_dec(x_162); -x_139 = x_163; -goto block_156; +lean_object* x_161; lean_object* x_162; +x_161 = lean_array_fget(x_133, x_156); +x_162 = lean_ctor_get(x_161, 1); +lean_inc(x_162); +lean_dec(x_161); +x_136 = x_162; +goto block_155; } -block_156: +block_155: { -lean_object* x_140; uint8_t x_141; -x_140 = lean_unsigned_to_nat(0u); -x_141 = lean_nat_dec_lt(x_140, x_138); -if (x_141 == 0) +uint8_t x_137; lean_object* x_146; uint8_t x_147; +x_146 = lean_unsigned_to_nat(0u); +x_147 = lean_nat_dec_lt(x_146, x_135); +if (x_147 == 0) { -lean_object* x_142; lean_object* x_143; -lean_dec(x_4); -x_142 = lean_box(0); -x_143 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__3(x_139, x_138, x_132, x_136, x_14, x_15, x_142, x_137, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_135); -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_138); -return x_143; +uint8_t x_148; +x_148 = 1; +x_137 = x_148; +goto block_145; } else { -uint8_t x_144; -x_144 = lean_nat_dec_le(x_138, x_138); -if (x_144 == 0) +uint8_t x_149; +x_149 = lean_nat_dec_le(x_135, x_135); +if (x_149 == 0) { -lean_object* x_145; lean_object* x_146; -lean_dec(x_4); -x_145 = lean_box(0); -x_146 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__3(x_139, x_138, x_132, x_136, x_14, x_15, x_145, x_137, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_135); -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_138); -return x_146; +uint8_t x_150; +x_150 = 1; +x_137 = x_150; +goto block_145; } else { -size_t x_147; uint8_t x_148; -x_147 = lean_usize_of_nat(x_138); -lean_inc(x_139); -x_148 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__13(x_139, x_136, x_132, x_147); -if (x_148 == 0) +size_t x_151; uint8_t x_152; +x_151 = lean_usize_of_nat(x_135); +lean_inc(x_136); +x_152 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__13(x_136, x_133, x_129, x_151); +if (x_152 == 0) +{ +uint8_t x_153; +x_153 = 1; +x_137 = x_153; +goto block_145; +} +else +{ +uint8_t x_154; +x_154 = 0; +x_137 = x_154; +goto block_145; +} +} +} +block_145: { -lean_object* x_149; lean_object* x_150; +if (x_137 == 0) +{ +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; +lean_dec(x_136); +lean_dec(x_135); +lean_dec(x_133); +lean_dec(x_15); +lean_dec(x_14); +x_138 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__7; +x_139 = l_Lean_throwErrorAt___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__8(x_4, x_138, x_134, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_132); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +lean_dec(x_139); +x_142 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_142, 0, x_140); +lean_ctor_set(x_142, 1, x_141); +return x_142; +} +else +{ +lean_object* x_143; lean_object* x_144; lean_dec(x_4); -x_149 = lean_box(0); -x_150 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__3(x_139, x_138, x_132, x_136, x_14, x_15, x_149, x_137, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_135); +x_143 = lean_box(0); +x_144 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__3(x_136, x_135, x_129, x_133, x_14, x_15, x_143, x_134, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_132); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -28186,36 +28170,15 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_138); -return x_150; -} -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -lean_dec(x_139); -lean_dec(x_138); -lean_dec(x_136); -lean_dec(x_15); -lean_dec(x_14); -x_151 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__7; -x_152 = l_Lean_throwErrorAt___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___spec__8(x_4, x_151, x_137, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_135); -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_152, 1); -lean_inc(x_154); -lean_dec(x_152); -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_135); +return x_144; } } } } else { -lean_object* x_164; lean_object* x_165; lean_object* x_166; +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_dec(x_15); lean_dec(x_14); lean_dec(x_12); @@ -28226,21 +28189,22 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_164 = lean_ctor_get(x_133, 0); +x_163 = lean_ctor_get(x_130, 0); +lean_inc(x_163); +x_164 = lean_ctor_get(x_130, 1); lean_inc(x_164); -x_165 = lean_ctor_get(x_133, 1); -lean_inc(x_165); -lean_dec(x_133); -x_166 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_166, 0, x_164); -lean_ctor_set(x_166, 1, x_165); -return x_166; +lean_dec(x_130); +x_165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +return x_165; } } -block_104: +block_115: +{ +if (x_17 == 0) { uint8_t x_18; lean_object* x_19; size_t x_20; size_t x_21; uint8_t x_22; uint8_t x_60; -lean_dec(x_17); x_18 = l_Lean_Syntax_isAntiquot(x_4); x_19 = lean_array_get_size(x_16); x_20 = lean_usize_of_nat(x_19); @@ -28597,10 +28561,62 @@ return x_95; } } } +else +{ +lean_dec(x_15); +lean_dec(x_14); +if (x_3 == 0) +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +lean_dec(x_4); +x_104 = lean_box(0); +x_105 = lean_box(x_2); +x_106 = lean_box(x_3); +x_107 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__1___boxed), 14, 11); +lean_closure_set(x_107, 0, x_16); +lean_closure_set(x_107, 1, x_1); +lean_closure_set(x_107, 2, x_105); +lean_closure_set(x_107, 3, x_106); +lean_closure_set(x_107, 4, x_104); +lean_closure_set(x_107, 5, x_5); +lean_closure_set(x_107, 6, x_6); +lean_closure_set(x_107, 7, x_7); +lean_closure_set(x_107, 8, x_8); +lean_closure_set(x_107, 9, x_9); +lean_closure_set(x_107, 10, x_10); +x_108 = l_Lean_Core_withFreshMacroScope___rarg(x_107, x_11, x_12, x_13); +return x_108; } else { -lean_object* x_167; lean_object* x_168; +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; +x_109 = lean_box(x_2); +x_110 = lean_box(x_3); +x_111 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__1___boxed), 14, 4); +lean_closure_set(x_111, 0, x_16); +lean_closure_set(x_111, 1, x_1); +lean_closure_set(x_111, 2, x_109); +lean_closure_set(x_111, 3, x_110); +x_112 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___closed__2; +x_113 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux___lambda__2___boxed), 12, 9); +lean_closure_set(x_113, 0, x_4); +lean_closure_set(x_113, 1, x_112); +lean_closure_set(x_113, 2, x_5); +lean_closure_set(x_113, 3, x_6); +lean_closure_set(x_113, 4, x_7); +lean_closure_set(x_113, 5, x_8); +lean_closure_set(x_113, 6, x_9); +lean_closure_set(x_113, 7, x_10); +lean_closure_set(x_113, 8, x_111); +x_114 = l_Lean_Core_withFreshMacroScope___rarg(x_113, x_11, x_12, x_13); +return x_114; +} +} +} +} +else +{ +lean_object* x_166; lean_object* x_167; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -28609,13 +28625,13 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_4); +lean_ctor_set(x_166, 1, x_5); x_167 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_167, 0, x_4); -lean_ctor_set(x_167, 1, x_5); -x_168 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_13); -return x_168; +lean_ctor_set(x_167, 0, x_166); +lean_ctor_set(x_167, 1, x_13); +return x_167; } } } @@ -28883,77 +28899,96 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethod(lean_object* x_1, lean_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; +uint8_t x_10; uint8_t x_35; lean_inc(x_1); -x_10 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_hasLiftMethod(x_1); -if (x_10 == 0) +x_35 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_hasLiftMethod(x_1); +if (x_35 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; -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_11 = lean_box(0); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_1); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_9); -return x_13; +uint8_t x_36; +x_36 = 1; +x_10 = x_36; +goto block_34; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = l_Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethod___closed__2; -x_15 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethod___lambda__1___boxed), 4, 1); -lean_closure_set(x_15, 0, x_14); +uint8_t x_37; +x_37 = 0; +x_10 = x_37; +goto block_34; +} +block_34: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = l_Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethod___closed__2; +x_12 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethod___lambda__1___boxed), 4, 1); +lean_closure_set(x_12, 0, x_11); lean_inc(x_8); lean_inc(x_7); -x_16 = l_Lean_Core_withFreshMacroScope___rarg(x_15, x_7, x_8, x_9); -if (lean_obj_tag(x_16) == 0) +x_13 = l_Lean_Core_withFreshMacroScope___rarg(x_12, x_7, x_8, x_9); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; -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_box(0); -x_20 = 0; -x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux(x_17, x_20, x_20, x_1, x_19, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_18); -if (lean_obj_tag(x_21) == 0) +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); +x_16 = lean_box(0); +x_17 = 0; +x_18 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethodAux(x_14, x_17, x_17, x_1, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +if (lean_obj_tag(x_18) == 0) { -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_22 = lean_ctor_get(x_21, 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; +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 = lean_ctor_get(x_19, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_19, 1); 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_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); +lean_dec(x_19); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_21); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_20); +return x_24; +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_18, 0); lean_inc(x_25); -lean_dec(x_22); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, 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_23); +x_26 = lean_ctor_get(x_18, 1); +lean_inc(x_26); +lean_dec(x_18); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); return x_27; } +} else { lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_21, 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); +lean_dec(x_1); +x_28 = lean_ctor_get(x_13, 0); lean_inc(x_28); -x_29 = lean_ctor_get(x_21, 1); +x_29 = lean_ctor_get(x_13, 1); lean_inc(x_29); -lean_dec(x_21); +lean_dec(x_13); x_30 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_30, 0, x_28); lean_ctor_set(x_30, 1, x_29); @@ -28970,15 +29005,13 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_31 = lean_ctor_get(x_16, 0); -lean_inc(x_31); -x_32 = lean_ctor_get(x_16, 1); -lean_inc(x_32); -lean_dec(x_16); -x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_31); -lean_ctor_set(x_33, 1, x_32); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_1); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_9); return x_33; } } @@ -29093,115 +29126,111 @@ return x_5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS(lean_object* x_1, lean_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_19; uint8_t x_20; +lean_object* x_10; uint8_t x_11; lean_object* x_21; uint8_t x_22; lean_inc(x_1); x_10 = l_Lean_Syntax_getKind(x_1); -x_19 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; -x_20 = lean_name_eq(x_10, x_19); -if (x_20 == 0) -{ -lean_object* x_21; uint8_t x_22; -x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_21 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; x_22 = lean_name_eq(x_10, x_21); if (x_22 == 0) { lean_object* x_23; uint8_t x_24; -x_23 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; +x_23 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; x_24 = lean_name_eq(x_10, x_23); if (x_24 == 0) { lean_object* x_25; uint8_t x_26; -x_25 = l_Lean_Elab_Term_Do_ToTerm_declToTerm___closed__2; +x_25 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; x_26 = lean_name_eq(x_10, x_25); if (x_26 == 0) { lean_object* x_27; uint8_t x_28; -x_27 = l_Lean_Elab_Term_Do_ToTerm_reassignToTerm___closed__2; +x_27 = l_Lean_Elab_Term_Do_ToTerm_declToTerm___closed__2; x_28 = lean_name_eq(x_10, x_27); if (x_28 == 0) { lean_object* x_29; uint8_t x_30; -x_29 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__6; +x_29 = l_Lean_Elab_Term_Do_ToTerm_reassignToTerm___closed__2; x_30 = lean_name_eq(x_10, x_29); if (x_30 == 0) { -lean_object* x_31; lean_object* x_32; -lean_dec(x_10); -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_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_9); -return x_32; +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__6; +x_32 = lean_name_eq(x_10, x_31); +x_11 = x_32; +goto block_20; } else { -lean_object* x_33; -x_33 = lean_box(0); +uint8_t x_33; +x_33 = 1; x_11 = x_33; -goto block_18; +goto block_20; } } else { -lean_object* x_34; -x_34 = lean_box(0); +uint8_t x_34; +x_34 = 1; x_11 = x_34; -goto block_18; +goto block_20; } } else { -lean_object* x_35; -x_35 = lean_box(0); +uint8_t x_35; +x_35 = 1; x_11 = x_35; -goto block_18; +goto block_20; } } else { -lean_object* x_36; -x_36 = lean_box(0); +uint8_t x_36; +x_36 = 1; x_11 = x_36; -goto block_18; +goto block_20; } } else { -lean_object* x_37; -x_37 = lean_box(0); +uint8_t x_37; +x_37 = 1; x_11 = x_37; -goto block_18; -} +goto block_20; } -else +block_20: { -lean_object* x_38; -x_38 = lean_box(0); -x_11 = x_38; -goto block_18; +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +lean_dec(x_10); +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_12 = lean_box(0); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +return x_13; } -block_18: +else { -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_dec(x_11); -x_12 = l_Lean_MessageData_ofName(x_10); -x_13 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__2; -x_14 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_12); -x_15 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__4; +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 = l_Lean_MessageData_ofName(x_10); +x_15 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__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_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___spec__1(x_1, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_14); +x_17 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___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_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___spec__1(x_1, x_18, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -29210,7 +29239,8 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_17; +return x_19; +} } } } @@ -30650,7 +30680,7 @@ lean_inc(x_2); x_41 = l_Lean_Elab_Term_Do_ToCodeBlock_expandLiftMethod(x_12, x_2, x_3, x_4, x_5, x_6, x_29, x_8, 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; uint8_t x_46; +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; uint8_t x_246; x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); x_43 = lean_ctor_get(x_41, 1); @@ -30661,141 +30691,143 @@ lean_inc(x_44); x_45 = lean_ctor_get(x_42, 1); lean_inc(x_45); lean_dec(x_42); -x_46 = l_List_isEmpty___rarg(x_44); -if (x_46 == 0) +x_246 = l_List_isEmpty___rarg(x_44); +if (x_246 == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_47 = lean_box(0); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_45); -lean_ctor_set(x_48, 1, x_47); -x_49 = l_List_appendTR___rarg(x_44, x_48); -x_50 = l_List_appendTR___rarg(x_49, x_13); -x_1 = x_50; -x_7 = x_29; -x_9 = x_43; -goto _start; +uint8_t x_247; +x_247 = 1; +x_46 = x_247; +goto block_245; } else { -lean_object* x_52; lean_object* x_53; uint8_t x_54; -lean_dec(x_44); -lean_inc(x_45); -x_52 = l_Lean_Syntax_getKind(x_45); -x_53 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; -x_54 = lean_name_eq(x_52, x_53); -if (x_54 == 0) -{ -lean_object* x_55; uint8_t x_56; -x_55 = l_Lean_Elab_Term_Do_ToTerm_declToTerm___closed__2; -x_56 = lean_name_eq(x_52, x_55); -if (x_56 == 0) -{ -lean_object* x_57; uint8_t x_58; -x_57 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; -x_58 = lean_name_eq(x_52, x_57); -if (x_58 == 0) -{ -lean_object* x_59; uint8_t x_60; -x_59 = l_Lean_Elab_Term_Do_ToTerm_reassignToTerm___closed__2; -x_60 = lean_name_eq(x_52, x_59); -if (x_60 == 0) -{ -lean_object* x_61; uint8_t x_62; -x_61 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; -x_62 = lean_name_eq(x_52, x_61); -if (x_62 == 0) -{ -lean_object* x_63; uint8_t x_64; -x_63 = l_Lean_Elab_Term_Do_isMutableLet___closed__2; -x_64 = lean_name_eq(x_52, x_63); -if (x_64 == 0) +uint8_t x_248; +x_248 = 0; +x_46 = x_248; +goto block_245; +} +block_245: { -lean_object* x_65; uint8_t x_66; -x_65 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__6; -x_66 = lean_name_eq(x_52, x_65); -if (x_66 == 0) +if (x_46 == 0) { -lean_object* x_67; uint8_t x_68; -x_67 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___closed__2; -x_68 = lean_name_eq(x_52, x_67); -if (x_68 == 0) +lean_object* x_47; lean_object* x_48; uint8_t x_49; +lean_dec(x_44); +lean_inc(x_45); +x_47 = l_Lean_Syntax_getKind(x_45); +x_48 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_49 = lean_name_eq(x_47, x_48); +if (x_49 == 0) { -lean_object* x_69; uint8_t x_70; -x_69 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__4; -x_70 = lean_name_eq(x_52, x_69); -if (x_70 == 0) +lean_object* x_50; uint8_t x_51; +x_50 = l_Lean_Elab_Term_Do_ToTerm_declToTerm___closed__2; +x_51 = lean_name_eq(x_47, x_50); +if (x_51 == 0) { -lean_object* x_71; uint8_t x_72; -x_71 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__6; -x_72 = lean_name_eq(x_52, x_71); -if (x_72 == 0) +lean_object* x_52; uint8_t x_53; +x_52 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_53 = lean_name_eq(x_47, x_52); +if (x_53 == 0) { -lean_object* x_73; uint8_t x_74; -x_73 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; -x_74 = lean_name_eq(x_52, x_73); -if (x_74 == 0) +lean_object* x_54; uint8_t x_55; +x_54 = l_Lean_Elab_Term_Do_ToTerm_reassignToTerm___closed__2; +x_55 = lean_name_eq(x_47, x_54); +if (x_55 == 0) { -lean_object* x_75; uint8_t x_76; -x_75 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__8; -x_76 = lean_name_eq(x_52, x_75); -if (x_76 == 0) +lean_object* x_56; uint8_t x_57; +x_56 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; +x_57 = lean_name_eq(x_47, x_56); +if (x_57 == 0) { -lean_object* x_77; uint8_t x_78; -x_77 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__14; -x_78 = lean_name_eq(x_52, x_77); -if (x_78 == 0) +lean_object* x_58; uint8_t x_59; +x_58 = l_Lean_Elab_Term_Do_isMutableLet___closed__2; +x_59 = lean_name_eq(x_47, x_58); +if (x_59 == 0) { -lean_object* x_79; uint8_t x_80; -x_79 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__18; -x_80 = lean_name_eq(x_52, x_79); -if (x_80 == 0) +lean_object* x_60; uint8_t x_61; +x_60 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS___closed__6; +x_61 = lean_name_eq(x_47, x_60); +if (x_61 == 0) { -lean_object* x_81; uint8_t x_82; -x_81 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__20; -x_82 = lean_name_eq(x_52, x_81); -if (x_82 == 0) +lean_object* x_62; uint8_t x_63; +x_62 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___closed__2; +x_63 = lean_name_eq(x_47, x_62); +if (x_63 == 0) { -lean_object* x_83; uint8_t x_84; -x_83 = l_Lean_Elab_Term_Do_ToTerm_seqToTerm___closed__2; -x_84 = lean_name_eq(x_52, x_83); -if (x_84 == 0) +lean_object* x_64; uint8_t x_65; +x_64 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__4; +x_65 = lean_name_eq(x_47, x_64); +if (x_65 == 0) { -lean_object* x_85; uint8_t x_86; -x_85 = l_Lean_Elab_Term_Do_ToTerm_seqToTerm___closed__4; -x_86 = lean_name_eq(x_52, x_85); -if (x_86 == 0) +lean_object* x_66; uint8_t x_67; +x_66 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__6; +x_67 = lean_name_eq(x_47, x_66); +if (x_67 == 0) { -lean_object* x_87; uint8_t x_88; -x_87 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__10; -x_88 = lean_name_eq(x_52, x_87); -if (x_88 == 0) +lean_object* x_68; uint8_t x_69; +x_68 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; +x_69 = lean_name_eq(x_47, x_68); +if (x_69 == 0) { -lean_object* x_89; uint8_t x_90; -x_89 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__7; -x_90 = lean_name_eq(x_52, x_89); -if (x_90 == 0) +lean_object* x_70; uint8_t x_71; +x_70 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__8; +x_71 = lean_name_eq(x_47, x_70); +if (x_71 == 0) +{ +lean_object* x_72; uint8_t x_73; +x_72 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__14; +x_73 = lean_name_eq(x_47, x_72); +if (x_73 == 0) +{ +lean_object* x_74; uint8_t x_75; +x_74 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__18; +x_75 = lean_name_eq(x_47, x_74); +if (x_75 == 0) +{ +lean_object* x_76; uint8_t x_77; +x_76 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__20; +x_77 = lean_name_eq(x_47, x_76); +if (x_77 == 0) +{ +lean_object* x_78; uint8_t x_79; +x_78 = l_Lean_Elab_Term_Do_ToTerm_seqToTerm___closed__2; +x_79 = lean_name_eq(x_47, x_78); +if (x_79 == 0) +{ +lean_object* x_80; uint8_t x_81; +x_80 = l_Lean_Elab_Term_Do_ToTerm_seqToTerm___closed__4; +x_81 = lean_name_eq(x_47, x_80); +if (x_81 == 0) +{ +lean_object* x_82; uint8_t x_83; +x_82 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__10; +x_83 = lean_name_eq(x_47, x_82); +if (x_83 == 0) +{ +lean_object* x_84; uint8_t x_85; +x_84 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__7; +x_85 = lean_name_eq(x_47, x_84); +if (x_85 == 0) { -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_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_dec(x_13); -x_91 = l_Lean_MessageData_ofName(x_52); -x_92 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__12; -x_93 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_91); -x_94 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__14; -x_95 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_95, 0, x_93); -lean_ctor_set(x_95, 1, x_94); -x_96 = l_Lean_MessageData_ofSyntax(x_45); -x_97 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -x_98 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_CodeBlocl_toMessageData_loop___spec__2___closed__6; -x_99 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_99, 0, x_97); -lean_ctor_set(x_99, 1, x_98); -x_100 = l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___spec__3(x_99, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +x_86 = l_Lean_MessageData_ofName(x_47); +x_87 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__12; +x_88 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_86); +x_89 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___closed__14; +x_90 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +x_91 = l_Lean_MessageData_ofSyntax(x_45); +x_92 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +x_93 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_CodeBlocl_toMessageData_loop___spec__2___closed__6; +x_94 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_94, 0, x_92); +lean_ctor_set(x_94, 1, x_93); +x_95 = l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___spec__3(x_94, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); lean_dec(x_8); lean_dec(x_29); lean_dec(x_6); @@ -30803,53 +30835,53 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_100; +return x_95; } else { -lean_object* x_101; lean_object* x_102; uint8_t x_103; -lean_dec(x_52); -x_101 = lean_unsigned_to_nat(0u); -x_102 = l_Lean_Syntax_getArg(x_45, x_101); +lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_dec(x_47); +x_96 = lean_unsigned_to_nat(0u); +x_97 = l_Lean_Syntax_getArg(x_45, x_96); lean_dec(x_45); -x_103 = l_List_isEmpty___rarg(x_13); -if (x_103 == 0) +x_98 = l_List_isEmpty___rarg(x_13); +if (x_98 == 0) { -lean_object* x_104; -x_104 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_104) == 0) +lean_object* x_99; +x_99 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_99) == 0) { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 1); -lean_inc(x_106); -lean_dec(x_104); -x_107 = l_Lean_Elab_Term_Do_mkSeq(x_102, x_105); -lean_dec(x_105); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_106); -return x_108; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +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); +x_102 = l_Lean_Elab_Term_Do_mkSeq(x_97, x_100); +lean_dec(x_100); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_101); +return x_103; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -lean_dec(x_102); -x_109 = lean_ctor_get(x_104, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_104, 1); -lean_inc(x_110); -lean_dec(x_104); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; +lean_object* x_104; lean_object* x_105; lean_object* x_106; +lean_dec(x_97); +x_104 = lean_ctor_get(x_99, 0); +lean_inc(x_104); +x_105 = lean_ctor_get(x_99, 1); +lean_inc(x_105); +lean_dec(x_99); +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 { -lean_object* x_112; lean_object* x_113; +lean_object* x_107; lean_object* x_108; lean_dec(x_29); lean_dec(x_13); lean_dec(x_8); @@ -30858,23 +30890,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_112 = l_Lean_Elab_Term_Do_mkTerminalAction(x_102); -x_113 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_43); -return x_113; +x_107 = l_Lean_Elab_Term_Do_mkTerminalAction(x_97); +x_108 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_108, 1, x_43); +return x_108; } } } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_52); -x_114 = l_Lean_Syntax_getArg(x_45, x_26); +lean_object* x_109; lean_object* x_110; lean_object* x_111; +lean_dec(x_47); +x_109 = l_Lean_Syntax_getArg(x_45, x_26); lean_dec(x_45); -x_115 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_114); -x_116 = l_List_appendTR___rarg(x_115, x_13); -x_1 = x_116; +x_110 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_109); +x_111 = l_List_appendTR___rarg(x_110, x_13); +x_1 = x_111; x_7 = x_29; x_9 = x_43; goto _start; @@ -30882,99 +30914,99 @@ goto _start; } else { -lean_object* x_118; -lean_dec(x_52); -x_118 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_118) == 0) +lean_object* x_113; +lean_dec(x_47); +x_113 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_113) == 0) { -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -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); -x_121 = l_Lean_Elab_Term_Do_mkSeq(x_45, x_119); -lean_dec(x_119); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_120); -return x_122; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_113, 0); +lean_inc(x_114); +x_115 = lean_ctor_get(x_113, 1); +lean_inc(x_115); +lean_dec(x_113); +x_116 = l_Lean_Elab_Term_Do_mkSeq(x_45, x_114); +lean_dec(x_114); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_115); +return x_117; } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; +lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_dec(x_45); -x_123 = lean_ctor_get(x_118, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_118, 1); -lean_inc(x_124); -lean_dec(x_118); -x_125 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_125, 0, x_123); -lean_ctor_set(x_125, 1, x_124); -return x_125; +x_118 = lean_ctor_get(x_113, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_113, 1); +lean_inc(x_119); +lean_dec(x_113); +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_126; -lean_dec(x_52); -x_126 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_126) == 0) +lean_object* x_121; +lean_dec(x_47); +x_121 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_121) == 0) { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); -x_129 = l_Lean_Elab_Term_Do_mkSeq(x_45, x_127); -lean_dec(x_127); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_128); -return x_130; +lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); +x_124 = l_Lean_Elab_Term_Do_mkSeq(x_45, x_122); +lean_dec(x_122); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_123); +return x_125; } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_dec(x_45); -x_131 = lean_ctor_get(x_126, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_126, 1); -lean_inc(x_132); -lean_dec(x_126); -x_133 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_133, 0, x_131); -lean_ctor_set(x_133, 1, x_132); -return x_133; +x_126 = lean_ctor_get(x_121, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_121, 1); +lean_inc(x_127); +lean_dec(x_121); +x_128 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_128, 0, x_126); +lean_ctor_set(x_128, 1, x_127); +return x_128; } } } else { -lean_object* x_134; -lean_dec(x_52); -x_134 = l_Lean_Elab_Term_Do_ToCodeBlock_doReturnToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +lean_object* x_129; +lean_dec(x_47); +x_129 = l_Lean_Elab_Term_Do_ToCodeBlock_doReturnToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); lean_dec(x_29); lean_dec(x_13); lean_dec(x_45); -return x_134; +return x_129; } } else { -lean_object* x_135; -lean_dec(x_52); -x_135 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureInsideFor(x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_135) == 0) +lean_object* x_130; +lean_dec(x_47); +x_130 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureInsideFor(x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_136; lean_object* x_137; -x_136 = lean_ctor_get(x_135, 1); -lean_inc(x_136); -lean_dec(x_135); -x_137 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_136); +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_130, 1); +lean_inc(x_131); +lean_dec(x_130); +x_132 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_131); lean_dec(x_8); lean_dec(x_29); lean_dec(x_6); @@ -30983,36 +31015,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_13); -if (lean_obj_tag(x_137) == 0) +if (lean_obj_tag(x_132) == 0) { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = l_Lean_Elab_Term_Do_mkContinue(x_45); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_138); -return x_140; +lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_133 = lean_ctor_get(x_132, 1); +lean_inc(x_133); +lean_dec(x_132); +x_134 = l_Lean_Elab_Term_Do_mkContinue(x_45); +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +return x_135; } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; +lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_dec(x_45); -x_141 = lean_ctor_get(x_137, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_137, 1); -lean_inc(x_142); -lean_dec(x_137); -x_143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -return x_143; +x_136 = lean_ctor_get(x_132, 0); +lean_inc(x_136); +x_137 = lean_ctor_get(x_132, 1); +lean_inc(x_137); +lean_dec(x_132); +x_138 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_138, 0, x_136); +lean_ctor_set(x_138, 1, x_137); +return x_138; } } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31022,30 +31054,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_144 = lean_ctor_get(x_135, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_135, 1); -lean_inc(x_145); -lean_dec(x_135); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; +x_139 = lean_ctor_get(x_130, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_130, 1); +lean_inc(x_140); +lean_dec(x_130); +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } } else { -lean_object* x_147; -lean_dec(x_52); -x_147 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureInsideFor(x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_147) == 0) +lean_object* x_142; +lean_dec(x_47); +x_142 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureInsideFor(x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_142) == 0) { -lean_object* x_148; lean_object* x_149; -x_148 = lean_ctor_get(x_147, 1); -lean_inc(x_148); -lean_dec(x_147); -x_149 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_148); +lean_object* x_143; lean_object* x_144; +x_143 = lean_ctor_get(x_142, 1); +lean_inc(x_143); +lean_dec(x_142); +x_144 = l_Lean_Elab_Term_Do_ToCodeBlock_ensureEOS(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_143); lean_dec(x_8); lean_dec(x_29); lean_dec(x_6); @@ -31054,36 +31086,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_13); -if (lean_obj_tag(x_149) == 0) +if (lean_obj_tag(x_144) == 0) { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_149, 1); -lean_inc(x_150); -lean_dec(x_149); -x_151 = l_Lean_Elab_Term_Do_mkBreak(x_45); -x_152 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_150); -return x_152; +lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_145 = lean_ctor_get(x_144, 1); +lean_inc(x_145); +lean_dec(x_144); +x_146 = l_Lean_Elab_Term_Do_mkBreak(x_45); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_145); +return x_147; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_dec(x_45); -x_153 = lean_ctor_get(x_149, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_149, 1); -lean_inc(x_154); -lean_dec(x_149); -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; +x_148 = lean_ctor_get(x_144, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_144, 1); +lean_inc(x_149); +lean_dec(x_144); +x_150 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_150, 0, x_148); +lean_ctor_set(x_150, 1, x_149); +return x_150; } } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31093,138 +31125,138 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_156 = lean_ctor_get(x_147, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_147, 1); -lean_inc(x_157); -lean_dec(x_147); -x_158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_158, 0, x_156); -lean_ctor_set(x_158, 1, x_157); -return x_158; +x_151 = lean_ctor_get(x_142, 0); +lean_inc(x_151); +x_152 = lean_ctor_get(x_142, 1); +lean_inc(x_152); +lean_dec(x_142); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +return x_153; } } } else { -lean_object* x_159; -lean_dec(x_52); -x_159 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_159; +lean_object* x_154; +lean_dec(x_47); +x_154 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_154; } } else { -lean_object* x_160; -lean_dec(x_52); -x_160 = l_Lean_Elab_Term_Do_ToCodeBlock_doMatchToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_160; +lean_object* x_155; +lean_dec(x_47); +x_155 = l_Lean_Elab_Term_Do_ToCodeBlock_doMatchToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_155; } } else { -lean_object* x_161; lean_object* x_162; -lean_dec(x_52); -x_161 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode), 10, 7); -lean_closure_set(x_161, 0, x_45); -lean_closure_set(x_161, 1, x_13); -lean_closure_set(x_161, 2, x_2); -lean_closure_set(x_161, 3, x_3); -lean_closure_set(x_161, 4, x_4); -lean_closure_set(x_161, 5, x_5); -lean_closure_set(x_161, 6, x_6); -x_162 = l_Lean_Core_withFreshMacroScope___rarg(x_161, x_29, x_8, x_43); -return x_162; +lean_object* x_156; lean_object* x_157; +lean_dec(x_47); +x_156 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode), 10, 7); +lean_closure_set(x_156, 0, x_45); +lean_closure_set(x_156, 1, x_13); +lean_closure_set(x_156, 2, x_2); +lean_closure_set(x_156, 3, x_3); +lean_closure_set(x_156, 4, x_4); +lean_closure_set(x_156, 5, x_5); +lean_closure_set(x_156, 6, x_6); +x_157 = l_Lean_Core_withFreshMacroScope___rarg(x_156, x_29, x_8, x_43); +return x_157; } } else { -lean_object* x_163; -lean_dec(x_52); -x_163 = l_Lean_Elab_Term_Do_ToCodeBlock_doUnlessToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_163; +lean_object* x_158; +lean_dec(x_47); +x_158 = l_Lean_Elab_Term_Do_ToCodeBlock_doUnlessToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_158; } } else { -lean_object* x_164; -lean_dec(x_52); -x_164 = l_Lean_Elab_Term_Do_ToCodeBlock_doIfToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_164; +lean_object* x_159; +lean_dec(x_47); +x_159 = l_Lean_Elab_Term_Do_ToCodeBlock_doIfToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_159; } } else { -lean_object* x_165; -lean_dec(x_52); -x_165 = l_Lean_Elab_Term_Do_ToCodeBlock_doReassignArrowToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_165; +lean_object* x_160; +lean_dec(x_47); +x_160 = l_Lean_Elab_Term_Do_ToCodeBlock_doReassignArrowToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_160; } } else { -lean_object* x_166; -lean_dec(x_52); -x_166 = l_Lean_Elab_Term_Do_ToCodeBlock_doLetElseToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_166; +lean_object* x_161; +lean_dec(x_47); +x_161 = l_Lean_Elab_Term_Do_ToCodeBlock_doLetElseToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_161; } } else { -lean_object* x_167; -lean_dec(x_52); -x_167 = l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -return x_167; +lean_object* x_162; +lean_dec(x_47); +x_162 = l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode(x_45, x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +return x_162; } } else { -lean_object* x_168; -lean_dec(x_52); +lean_object* x_163; +lean_dec(x_47); lean_inc(x_8); lean_inc(x_29); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_168 = l_Lean_Elab_Term_Do_getDoReassignVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_168) == 0) +x_163 = l_Lean_Elab_Term_Do_getDoReassignVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_163) == 0) { -lean_object* x_169; lean_object* x_170; lean_object* x_171; -x_169 = lean_ctor_get(x_168, 0); -lean_inc(x_169); -x_170 = lean_ctor_get(x_168, 1); -lean_inc(x_170); -lean_dec(x_168); -x_171 = l_Lean_Elab_Term_Do_ToCodeBlock_checkReassignable(x_169, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_170); -if (lean_obj_tag(x_171) == 0) +lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_163, 1); +lean_inc(x_165); +lean_dec(x_163); +x_166 = l_Lean_Elab_Term_Do_ToCodeBlock_checkReassignable(x_164, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_165); +if (lean_obj_tag(x_166) == 0) { -lean_object* x_172; lean_object* x_173; -x_172 = lean_ctor_get(x_171, 1); -lean_inc(x_172); -lean_dec(x_171); +lean_object* x_167; lean_object* x_168; +x_167 = lean_ctor_get(x_166, 1); +lean_inc(x_167); +lean_dec(x_166); lean_inc(x_8); lean_inc(x_29); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_173 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_172); -if (lean_obj_tag(x_173) == 0) +x_168 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_167); +if (lean_obj_tag(x_168) == 0) { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = l_Lean_Elab_Term_Do_mkReassignCore(x_169, x_45, x_174, x_3, x_4, x_5, x_6, x_29, x_8, x_175); -return x_176; +lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_169 = lean_ctor_get(x_168, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_168, 1); +lean_inc(x_170); +lean_dec(x_168); +x_171 = l_Lean_Elab_Term_Do_mkReassignCore(x_164, x_45, x_169, x_3, x_4, x_5, x_6, x_29, x_8, x_170); +return x_171; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; -lean_dec(x_169); +lean_object* x_172; lean_object* x_173; lean_object* x_174; +lean_dec(x_164); lean_dec(x_45); lean_dec(x_29); lean_dec(x_8); @@ -31232,21 +31264,21 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_177 = lean_ctor_get(x_173, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_173, 1); -lean_inc(x_178); -lean_dec(x_173); -x_179 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_179, 0, x_177); -lean_ctor_set(x_179, 1, x_178); -return x_179; +x_172 = lean_ctor_get(x_168, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_168, 1); +lean_inc(x_173); +lean_dec(x_168); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +return x_174; } } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; -lean_dec(x_169); +lean_object* x_175; lean_object* x_176; lean_object* x_177; +lean_dec(x_164); lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31256,20 +31288,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_180 = lean_ctor_get(x_171, 0); -lean_inc(x_180); -x_181 = lean_ctor_get(x_171, 1); -lean_inc(x_181); -lean_dec(x_171); -x_182 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_181); -return x_182; +x_175 = lean_ctor_get(x_166, 0); +lean_inc(x_175); +x_176 = lean_ctor_get(x_166, 1); +lean_inc(x_176); +lean_dec(x_166); +x_177 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_177, 0, x_175); +lean_ctor_set(x_177, 1, x_176); +return x_177; } } else { -lean_object* x_183; lean_object* x_184; lean_object* x_185; +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31279,79 +31311,79 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_183 = lean_ctor_get(x_168, 0); -lean_inc(x_183); -x_184 = lean_ctor_get(x_168, 1); -lean_inc(x_184); -lean_dec(x_168); -x_185 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_185, 0, x_183); -lean_ctor_set(x_185, 1, x_184); -return x_185; +x_178 = lean_ctor_get(x_163, 0); +lean_inc(x_178); +x_179 = lean_ctor_get(x_163, 1); +lean_inc(x_179); +lean_dec(x_163); +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 { -lean_object* x_186; -lean_dec(x_52); +lean_object* x_181; +lean_dec(x_47); lean_inc(x_8); lean_inc(x_29); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_186 = l_Lean_Elab_Term_Do_getDoLetRecVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +x_181 = l_Lean_Elab_Term_Do_getDoLetRecVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_181) == 0) +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_181, 1); +lean_inc(x_183); +lean_dec(x_181); +x_184 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_182, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_183); +if (lean_obj_tag(x_184) == 0) +{ +lean_object* x_185; lean_object* x_186; +x_185 = lean_ctor_get(x_184, 1); +lean_inc(x_185); +lean_dec(x_184); +x_186 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_185); if (lean_obj_tag(x_186) == 0) { -lean_object* x_187; lean_object* x_188; lean_object* x_189; +lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; 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 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_187, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_188); -if (lean_obj_tag(x_189) == 0) -{ -lean_object* x_190; lean_object* x_191; -x_190 = lean_ctor_get(x_189, 1); -lean_inc(x_190); -lean_dec(x_189); -x_191 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_190); -if (lean_obj_tag(x_191) == 0) -{ -lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_192 = lean_ctor_get(x_191, 0); -lean_inc(x_192); -x_193 = lean_ctor_get(x_191, 1); -lean_inc(x_193); -lean_dec(x_191); -x_194 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_187, x_45, x_192); -x_195 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_195, 0, x_194); -lean_ctor_set(x_195, 1, x_193); -return x_195; +x_189 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_182, x_45, x_187); +x_190 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_190, 0, x_189); +lean_ctor_set(x_190, 1, x_188); +return x_190; } else { -lean_object* x_196; lean_object* x_197; lean_object* x_198; -lean_dec(x_187); +lean_object* x_191; lean_object* x_192; lean_object* x_193; +lean_dec(x_182); lean_dec(x_45); -x_196 = lean_ctor_get(x_191, 0); -lean_inc(x_196); -x_197 = lean_ctor_get(x_191, 1); -lean_inc(x_197); -lean_dec(x_191); -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; +x_191 = lean_ctor_get(x_186, 0); +lean_inc(x_191); +x_192 = lean_ctor_get(x_186, 1); +lean_inc(x_192); +lean_dec(x_186); +x_193 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_193, 0, x_191); +lean_ctor_set(x_193, 1, x_192); +return x_193; } } else { -lean_object* x_199; lean_object* x_200; lean_object* x_201; -lean_dec(x_187); +lean_object* x_194; lean_object* x_195; lean_object* x_196; +lean_dec(x_182); lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31361,20 +31393,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_199 = lean_ctor_get(x_189, 0); -lean_inc(x_199); -x_200 = lean_ctor_get(x_189, 1); -lean_inc(x_200); -lean_dec(x_189); -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; +x_194 = lean_ctor_get(x_184, 0); +lean_inc(x_194); +x_195 = lean_ctor_get(x_184, 1); +lean_inc(x_195); +lean_dec(x_184); +x_196 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_196, 0, x_194); +lean_ctor_set(x_196, 1, x_195); +return x_196; } } else { -lean_object* x_202; lean_object* x_203; lean_object* x_204; +lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31384,79 +31416,79 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_202 = lean_ctor_get(x_186, 0); -lean_inc(x_202); -x_203 = lean_ctor_get(x_186, 1); -lean_inc(x_203); -lean_dec(x_186); -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; +x_197 = lean_ctor_get(x_181, 0); +lean_inc(x_197); +x_198 = lean_ctor_get(x_181, 1); +lean_inc(x_198); +lean_dec(x_181); +x_199 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_198); +return x_199; } } } else { -lean_object* x_205; -lean_dec(x_52); +lean_object* x_200; +lean_dec(x_47); lean_inc(x_8); lean_inc(x_29); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_205 = l_Lean_Elab_Term_Do_getDoHaveVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +x_200 = l_Lean_Elab_Term_Do_getDoHaveVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_200) == 0) +{ +lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_201 = lean_ctor_get(x_200, 0); +lean_inc(x_201); +x_202 = lean_ctor_get(x_200, 1); +lean_inc(x_202); +lean_dec(x_200); +x_203 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_201, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_202); +if (lean_obj_tag(x_203) == 0) +{ +lean_object* x_204; lean_object* x_205; +x_204 = lean_ctor_get(x_203, 1); +lean_inc(x_204); +lean_dec(x_203); +x_205 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_204); if (lean_obj_tag(x_205) == 0) { -lean_object* x_206; lean_object* x_207; lean_object* x_208; +lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; x_206 = lean_ctor_get(x_205, 0); lean_inc(x_206); x_207 = lean_ctor_get(x_205, 1); lean_inc(x_207); lean_dec(x_205); -x_208 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_206, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_207); -if (lean_obj_tag(x_208) == 0) -{ -lean_object* x_209; lean_object* x_210; -x_209 = lean_ctor_get(x_208, 1); -lean_inc(x_209); -lean_dec(x_208); -x_210 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_13, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_209); -if (lean_obj_tag(x_210) == 0) -{ -lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -x_212 = lean_ctor_get(x_210, 1); -lean_inc(x_212); -lean_dec(x_210); -x_213 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_206, x_45, x_211); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_212); -return x_214; +x_208 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_201, x_45, x_206); +x_209 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_209, 0, x_208); +lean_ctor_set(x_209, 1, x_207); +return x_209; } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_206); +lean_object* x_210; lean_object* x_211; lean_object* x_212; +lean_dec(x_201); lean_dec(x_45); -x_215 = lean_ctor_get(x_210, 0); -lean_inc(x_215); -x_216 = lean_ctor_get(x_210, 1); -lean_inc(x_216); -lean_dec(x_210); -x_217 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_217, 0, x_215); -lean_ctor_set(x_217, 1, x_216); -return x_217; +x_210 = lean_ctor_get(x_205, 0); +lean_inc(x_210); +x_211 = lean_ctor_get(x_205, 1); +lean_inc(x_211); +lean_dec(x_205); +x_212 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_212, 0, x_210); +lean_ctor_set(x_212, 1, x_211); +return x_212; } } else { -lean_object* x_218; lean_object* x_219; lean_object* x_220; -lean_dec(x_206); +lean_object* x_213; lean_object* x_214; lean_object* x_215; +lean_dec(x_201); lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31466,20 +31498,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_218 = lean_ctor_get(x_208, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_208, 1); -lean_inc(x_219); -lean_dec(x_208); -x_220 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_220, 0, x_218); -lean_ctor_set(x_220, 1, x_219); -return x_220; +x_213 = lean_ctor_get(x_203, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_203, 1); +lean_inc(x_214); +lean_dec(x_203); +x_215 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_215, 0, x_213); +lean_ctor_set(x_215, 1, x_214); +return x_215; } } else { -lean_object* x_221; lean_object* x_222; lean_object* x_223; +lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31489,84 +31521,84 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_221 = lean_ctor_get(x_205, 0); -lean_inc(x_221); -x_222 = lean_ctor_get(x_205, 1); -lean_inc(x_222); -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; +x_216 = lean_ctor_get(x_200, 0); +lean_inc(x_216); +x_217 = lean_ctor_get(x_200, 1); +lean_inc(x_217); +lean_dec(x_200); +x_218 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_218, 0, x_216); +lean_ctor_set(x_218, 1, x_217); +return x_218; } } } else { -lean_object* x_224; -lean_dec(x_52); +lean_object* x_219; +lean_dec(x_47); lean_inc(x_8); lean_inc(x_29); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_224 = l_Lean_Elab_Term_Do_getDoLetVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); -if (lean_obj_tag(x_224) == 0) -{ -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_224, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_224, 1); -lean_inc(x_226); -lean_dec(x_224); -x_227 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_225, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_226); -if (lean_obj_tag(x_227) == 0) -{ -lean_object* x_228; uint8_t x_229; lean_object* x_230; lean_object* x_231; -x_228 = lean_ctor_get(x_227, 1); -lean_inc(x_228); -lean_dec(x_227); +x_219 = l_Lean_Elab_Term_Do_getDoLetVars(x_45, x_3, x_4, x_5, x_6, x_29, x_8, x_43); +if (lean_obj_tag(x_219) == 0) +{ +lean_object* x_220; lean_object* x_221; lean_object* x_222; +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_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_220, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_221); +if (lean_obj_tag(x_222) == 0) +{ +lean_object* x_223; uint8_t x_224; lean_object* x_225; lean_object* x_226; +x_223 = lean_ctor_get(x_222, 1); +lean_inc(x_223); +lean_dec(x_222); lean_inc(x_45); -x_229 = l_Lean_Elab_Term_Do_isMutableLet(x_45); -x_230 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode), 9, 1); -lean_closure_set(x_230, 0, x_13); -lean_inc(x_225); -x_231 = l_Lean_Elab_Term_Do_ToCodeBlock_withNewMutableVars___rarg(x_225, x_229, x_230, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_228); -if (lean_obj_tag(x_231) == 0) -{ -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; -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_Elab_Term_Do_mkVarDeclCore(x_225, x_45, x_232); -x_235 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_235, 0, x_234); -lean_ctor_set(x_235, 1, x_233); -return x_235; +x_224 = l_Lean_Elab_Term_Do_isMutableLet(x_45); +x_225 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode), 9, 1); +lean_closure_set(x_225, 0, x_13); +lean_inc(x_220); +x_226 = l_Lean_Elab_Term_Do_ToCodeBlock_withNewMutableVars___rarg(x_220, x_224, x_225, x_2, x_3, x_4, x_5, x_6, x_29, x_8, x_223); +if (lean_obj_tag(x_226) == 0) +{ +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; +x_227 = lean_ctor_get(x_226, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_226, 1); +lean_inc(x_228); +lean_dec(x_226); +x_229 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_220, x_45, x_227); +x_230 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_230, 0, x_229); +lean_ctor_set(x_230, 1, x_228); +return x_230; } else { -lean_object* x_236; lean_object* x_237; lean_object* x_238; -lean_dec(x_225); +lean_object* x_231; lean_object* x_232; lean_object* x_233; +lean_dec(x_220); lean_dec(x_45); -x_236 = lean_ctor_get(x_231, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_231, 1); -lean_inc(x_237); -lean_dec(x_231); -x_238 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_238, 0, x_236); -lean_ctor_set(x_238, 1, x_237); -return x_238; -} +x_231 = lean_ctor_get(x_226, 0); +lean_inc(x_231); +x_232 = lean_ctor_get(x_226, 1); +lean_inc(x_232); +lean_dec(x_226); +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; +} } else { -lean_object* x_239; lean_object* x_240; lean_object* x_241; -lean_dec(x_225); +lean_object* x_234; lean_object* x_235; lean_object* x_236; +lean_dec(x_220); lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31576,20 +31608,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_239 = lean_ctor_get(x_227, 0); -lean_inc(x_239); -x_240 = lean_ctor_get(x_227, 1); -lean_inc(x_240); -lean_dec(x_227); -x_241 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_241, 0, x_239); -lean_ctor_set(x_241, 1, x_240); -return x_241; +x_234 = lean_ctor_get(x_222, 0); +lean_inc(x_234); +x_235 = lean_ctor_get(x_222, 1); +lean_inc(x_235); +lean_dec(x_222); +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 { -lean_object* x_242; lean_object* x_243; lean_object* x_244; +lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_dec(x_45); lean_dec(x_29); lean_dec(x_13); @@ -31599,22 +31631,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_242 = lean_ctor_get(x_224, 0); -lean_inc(x_242); -x_243 = lean_ctor_get(x_224, 1); -lean_inc(x_243); -lean_dec(x_224); -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; +x_237 = lean_ctor_get(x_219, 0); +lean_inc(x_237); +x_238 = lean_ctor_get(x_219, 1); +lean_inc(x_238); +lean_dec(x_219); +x_239 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_239, 0, x_237); +lean_ctor_set(x_239, 1, x_238); +return x_239; +} +} } +else +{ +lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; +x_240 = lean_box(0); +x_241 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_241, 0, x_45); +lean_ctor_set(x_241, 1, x_240); +x_242 = l_List_appendTR___rarg(x_44, x_241); +x_243 = l_List_appendTR___rarg(x_242, x_13); +x_1 = x_243; +x_7 = x_29; +x_9 = x_43; +goto _start; } } } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; +lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_dec(x_29); lean_dec(x_13); lean_dec(x_8); @@ -31623,39 +31670,39 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_245 = lean_ctor_get(x_41, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_41, 1); -lean_inc(x_246); +x_249 = lean_ctor_get(x_41, 0); +lean_inc(x_249); +x_250 = lean_ctor_get(x_41, 1); +lean_inc(x_250); lean_dec(x_41); -x_247 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_247, 0, x_245); -lean_ctor_set(x_247, 1, x_246); -return x_247; +x_251 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_251, 0, x_249); +lean_ctor_set(x_251, 1, x_250); +return x_251; } } else { -lean_object* x_248; lean_object* x_249; lean_object* x_250; +lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_dec(x_12); -x_248 = lean_ctor_get(x_38, 1); -lean_inc(x_248); +x_252 = lean_ctor_get(x_38, 1); +lean_inc(x_252); lean_dec(x_38); -x_249 = lean_ctor_get(x_39, 0); -lean_inc(x_249); +x_253 = lean_ctor_get(x_39, 0); +lean_inc(x_253); lean_dec(x_39); -x_250 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_250, 0, x_249); -lean_ctor_set(x_250, 1, x_13); -x_1 = x_250; +x_254 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_254, 0, x_253); +lean_ctor_set(x_254, 1, x_13); +x_1 = x_254; x_7 = x_29; -x_9 = x_248; +x_9 = x_252; goto _start; } } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; +lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_dec(x_29); lean_dec(x_13); lean_dec(x_12); @@ -31665,39 +31712,39 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_252 = lean_ctor_get(x_38, 0); -lean_inc(x_252); -x_253 = lean_ctor_get(x_38, 1); -lean_inc(x_253); +x_256 = lean_ctor_get(x_38, 0); +lean_inc(x_256); +x_257 = lean_ctor_get(x_38, 1); +lean_inc(x_257); lean_dec(x_38); -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; +x_258 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_258, 0, x_256); +lean_ctor_set(x_258, 1, x_257); +return x_258; } } else { -lean_object* x_255; lean_object* x_256; lean_object* x_257; +lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_dec(x_12); -x_255 = lean_ctor_get(x_34, 1); -lean_inc(x_255); +x_259 = lean_ctor_get(x_34, 1); +lean_inc(x_259); lean_dec(x_34); -x_256 = lean_ctor_get(x_35, 0); -lean_inc(x_256); +x_260 = lean_ctor_get(x_35, 0); +lean_inc(x_260); lean_dec(x_35); -x_257 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_257, 0, x_256); -lean_ctor_set(x_257, 1, x_13); -x_1 = x_257; +x_261 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_261, 0, x_260); +lean_ctor_set(x_261, 1, x_13); +x_1 = x_261; x_7 = x_29; -x_9 = x_255; +x_9 = x_259; goto _start; } } else { -lean_object* x_259; lean_object* x_260; lean_object* x_261; +lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_dec(x_29); lean_dec(x_13); lean_dec(x_12); @@ -31707,20 +31754,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_259 = lean_ctor_get(x_34, 0); -lean_inc(x_259); -x_260 = lean_ctor_get(x_34, 1); -lean_inc(x_260); +x_263 = lean_ctor_get(x_34, 0); +lean_inc(x_263); +x_264 = lean_ctor_get(x_34, 1); +lean_inc(x_264); lean_dec(x_34); -x_261 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_261, 0, x_259); -lean_ctor_set(x_261, 1, x_260); -return x_261; +x_265 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_265, 0, x_263); +lean_ctor_set(x_265, 1, x_264); +return x_265; } } else { -lean_object* x_262; lean_object* x_263; lean_object* x_264; +lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_dec(x_29); lean_dec(x_13); lean_dec(x_12); @@ -31730,20 +31777,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_262 = lean_ctor_get(x_31, 0); -lean_inc(x_262); -x_263 = lean_ctor_get(x_31, 1); -lean_inc(x_263); +x_266 = lean_ctor_get(x_31, 0); +lean_inc(x_266); +x_267 = lean_ctor_get(x_31, 1); +lean_inc(x_267); lean_dec(x_31); -x_264 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_264, 0, x_262); -lean_ctor_set(x_264, 1, x_263); -return x_264; +x_268 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_268, 0, x_266); +lean_ctor_set(x_268, 1, x_267); +return x_268; } } else { -lean_object* x_265; +lean_object* x_269; lean_dec(x_24); lean_dec(x_23); lean_dec(x_22); @@ -31756,7 +31803,7 @@ lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); -x_265 = l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___spec__4(x_19, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_269 = l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode___spec__4(x_19, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -31764,7 +31811,7 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_265; +return x_269; } } } @@ -32911,7 +32958,7 @@ lean_inc(x_41); x_54 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_54, 0, x_41); lean_ctor_set(x_54, 1, x_53); -x_55 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_55 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_41); x_56 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_56, 0, x_41); @@ -32936,7 +32983,7 @@ lean_ctor_set(x_63, 1, x_62); x_64 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_41); x_65 = l_Lean_Syntax_node4(x_41, x_64, x_59, x_61, x_63, x_33); -x_66 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_66 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_41); x_67 = l_Lean_Syntax_node2(x_41, x_66, x_56, x_65); x_68 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__16; @@ -33000,7 +33047,7 @@ lean_inc(x_83); x_96 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_96, 0, x_83); lean_ctor_set(x_96, 1, x_95); -x_97 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +x_97 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; lean_inc(x_83); x_98 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_98, 0, x_83); @@ -33025,7 +33072,7 @@ lean_ctor_set(x_105, 1, x_104); x_106 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; lean_inc(x_83); x_107 = l_Lean_Syntax_node4(x_83, x_106, x_101, x_103, x_105, x_33); -x_108 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +x_108 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; lean_inc(x_83); x_109 = l_Lean_Syntax_node2(x_83, x_108, x_98, x_107); x_110 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__16; @@ -33556,25 +33603,25 @@ lean_dec(x_17); lean_dec(x_2); x_44 = x_39; x_45 = x_40; -goto block_83; +goto block_79; } else { -uint8_t x_84; -x_84 = lean_nat_dec_le(x_41, x_41); -if (x_84 == 0) +uint8_t x_80; +x_80 = lean_nat_dec_le(x_41, x_41); +if (x_80 == 0) { lean_dec(x_41); lean_dec(x_17); lean_dec(x_2); x_44 = x_39; x_45 = x_40; -goto block_83; +goto block_79; } else { -size_t x_85; lean_object* x_86; -x_85 = lean_usize_of_nat(x_41); +size_t x_81; lean_object* x_82; +x_81 = lean_usize_of_nat(x_41); lean_dec(x_41); lean_inc(x_15); lean_inc(x_14); @@ -33587,23 +33634,23 @@ lean_inc(x_33); lean_inc(x_32); lean_inc(x_18); lean_inc(x_5); -x_86 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__10(x_5, x_17, x_18, x_21, x_24, x_27, x_32, x_33, x_2, x_7, x_85, x_39, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_40); +x_82 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__10(x_5, x_17, x_18, x_21, x_24, x_27, x_32, x_33, x_2, x_7, x_81, x_39, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_40); lean_dec(x_2); -if (lean_obj_tag(x_86) == 0) +if (lean_obj_tag(x_82) == 0) { -lean_object* x_87; lean_object* x_88; -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_44 = x_87; -x_45 = x_88; -goto block_83; +lean_object* x_83; lean_object* x_84; +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); +x_44 = x_83; +x_45 = x_84; +goto block_79; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_dec(x_33); lean_dec(x_32); lean_dec(x_18); @@ -33618,19 +33665,19 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_89 = lean_ctor_get(x_86, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_86, 1); -lean_inc(x_90); -lean_dec(x_86); -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; +x_85 = lean_ctor_get(x_82, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_82, 1); +lean_inc(x_86); +lean_dec(x_82); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } -block_83: +block_79: { if (lean_obj_tag(x_3) == 0) { @@ -33644,87 +33691,70 @@ return x_46; } else { -lean_object* x_47; uint8_t x_48; lean_object* x_80; +lean_object* x_47; uint8_t x_48; lean_object* x_76; x_47 = lean_ctor_get(x_3, 0); lean_inc(x_47); lean_dec(x_3); -x_80 = lean_ctor_get(x_47, 1); -lean_inc(x_80); -if (lean_obj_tag(x_80) == 0) -{ -uint8_t x_81; -x_81 = 1; -x_48 = x_81; -goto block_79; -} -else -{ -uint8_t x_82; -lean_dec(x_80); -x_82 = 0; -x_48 = x_82; -goto block_79; -} -block_79: -{ -uint8_t x_49; -if (x_48 == 0) +x_76 = lean_ctor_get(x_47, 1); +lean_inc(x_76); +if (lean_obj_tag(x_76) == 0) { uint8_t x_77; -x_77 = 0; -x_49 = x_77; -goto block_76; +x_77 = 1; +x_48 = x_77; +goto block_75; } else { uint8_t x_78; -x_78 = 1; -x_49 = x_78; -goto block_76; +lean_dec(x_76); +x_78 = 0; +x_48 = x_78; +goto block_75; } -block_76: +block_75: { -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; -x_50 = lean_ctor_get(x_14, 0); +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; +x_49 = lean_ctor_get(x_14, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_14, 1); lean_inc(x_50); -x_51 = lean_ctor_get(x_14, 1); +x_51 = lean_ctor_get(x_14, 2); lean_inc(x_51); -x_52 = lean_ctor_get(x_14, 2); +x_52 = lean_ctor_get(x_14, 3); lean_inc(x_52); -x_53 = lean_ctor_get(x_14, 3); +x_53 = lean_ctor_get(x_14, 4); lean_inc(x_53); -x_54 = lean_ctor_get(x_14, 4); +x_54 = lean_ctor_get(x_14, 5); lean_inc(x_54); -x_55 = lean_ctor_get(x_14, 5); +x_55 = lean_ctor_get(x_14, 6); lean_inc(x_55); -x_56 = lean_ctor_get(x_14, 6); +x_56 = lean_ctor_get(x_14, 7); lean_inc(x_56); -x_57 = lean_ctor_get(x_14, 7); +x_57 = lean_ctor_get(x_14, 8); lean_inc(x_57); -x_58 = lean_ctor_get(x_14, 8); +x_58 = lean_ctor_get(x_14, 9); lean_inc(x_58); -x_59 = lean_ctor_get(x_14, 9); +x_59 = lean_ctor_get(x_14, 10); lean_inc(x_59); -x_60 = lean_ctor_get(x_14, 10); -lean_inc(x_60); -x_61 = l_Lean_replaceRef(x_6, x_55); -lean_dec(x_55); +x_60 = l_Lean_replaceRef(x_6, x_54); +lean_dec(x_54); lean_dec(x_6); -x_62 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_62, 0, x_50); -lean_ctor_set(x_62, 1, x_51); -lean_ctor_set(x_62, 2, x_52); -lean_ctor_set(x_62, 3, x_53); -lean_ctor_set(x_62, 4, x_54); -lean_ctor_set(x_62, 5, x_61); -lean_ctor_set(x_62, 6, x_56); -lean_ctor_set(x_62, 7, x_57); -lean_ctor_set(x_62, 8, x_58); -lean_ctor_set(x_62, 9, x_59); -lean_ctor_set(x_62, 10, x_60); -if (x_49 == 0) +x_61 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_61, 0, x_49); +lean_ctor_set(x_61, 1, x_50); +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_60); +lean_ctor_set(x_61, 6, x_55); +lean_ctor_set(x_61, 7, x_56); +lean_ctor_set(x_61, 8, x_57); +lean_ctor_set(x_61, 9, x_58); +lean_ctor_set(x_61, 10, x_59); +if (x_48 == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_dec(x_47); lean_dec(x_44); lean_dec(x_33); @@ -33733,50 +33763,50 @@ lean_dec(x_18); lean_dec(x_14); lean_dec(x_5); lean_dec(x_4); -x_63 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__4___closed__5; -x_64 = l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__9(x_63, x_9, x_10, x_11, x_12, x_13, x_62, x_15, x_45); +x_62 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__4___closed__5; +x_63 = l_Lean_throwError___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__9(x_62, x_9, x_10, x_11, x_12, x_13, x_61, x_15, x_45); lean_dec(x_15); -lean_dec(x_62); +lean_dec(x_61); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_65 = lean_ctor_get(x_64, 0); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -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; +lean_dec(x_63); +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_68; lean_object* x_69; -x_68 = lean_box(0); +lean_object* x_67; lean_object* x_68; +x_67 = lean_box(0); lean_inc(x_15); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_69 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__3(x_47, x_32, x_33, x_44, x_5, x_68, x_9, x_10, x_11, x_12, x_13, x_62, x_15, x_45); -if (lean_obj_tag(x_69) == 0) +x_68 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__3(x_47, x_32, x_33, x_44, x_5, x_67, x_9, x_10, x_11, x_12, x_13, x_61, x_15, x_45); +if (lean_obj_tag(x_68) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_69, 0); +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 1); 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_Term_Do_ToCodeBlock_doTryToCode___lambda__1(x_18, x_21, x_24, x_27, x_4, x_70, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_71); -return x_72; +lean_dec(x_68); +x_71 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__1(x_18, x_21, x_24, x_27, x_4, x_69, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_70); +return x_71; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_dec(x_18); lean_dec(x_15); lean_dec(x_14); @@ -33786,16 +33816,15 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_4); -x_73 = lean_ctor_get(x_69, 0); +x_72 = lean_ctor_get(x_68, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_68, 1); lean_inc(x_73); -x_74 = lean_ctor_get(x_69, 1); -lean_inc(x_74); -lean_dec(x_69); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; -} +lean_dec(x_68); +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; } } } @@ -33804,7 +33833,7 @@ return x_75; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_dec(x_33); lean_dec(x_32); lean_dec(x_18); @@ -33821,20 +33850,20 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_92 = lean_ctor_get(x_38, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_38, 1); -lean_inc(x_93); +x_88 = lean_ctor_get(x_38, 0); +lean_inc(x_88); +x_89 = lean_ctor_get(x_38, 1); +lean_inc(x_89); lean_dec(x_38); -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; +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_dec(x_18); lean_dec(x_17); lean_dec(x_15); @@ -33849,15 +33878,15 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_95 = lean_ctor_get(x_28, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_28, 1); -lean_inc(x_96); +x_91 = lean_ctor_get(x_28, 0); +lean_inc(x_91); +x_92 = lean_ctor_get(x_28, 1); +lean_inc(x_92); lean_dec(x_28); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; +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; } } } @@ -33881,8 +33910,34 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, size_t 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: { -uint8_t x_16; -x_16 = l_Array_isEmpty___rarg(x_2); +uint8_t x_16; uint8_t x_25; +x_25 = l_Array_isEmpty___rarg(x_2); +if (x_25 == 0) +{ +uint8_t x_26; +x_26 = 0; +x_16 = x_26; +goto block_24; +} +else +{ +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_27; +x_27 = 1; +x_16 = x_27; +goto block_24; +} +else +{ +uint8_t x_28; +x_28 = 0; +x_16 = x_28; +goto block_24; +} +} +block_24: +{ if (x_16 == 0) { lean_object* x_17; lean_object* x_18; @@ -33892,9 +33947,8 @@ return x_18; } else { -if (lean_obj_tag(x_7) == 0) -{ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -33919,13 +33973,6 @@ lean_ctor_set(x_23, 0, x_21); lean_ctor_set(x_23, 1, x_22); return x_23; } -else -{ -lean_object* x_24; lean_object* x_25; -x_24 = lean_box(0); -x_25 = l_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___lambda__4(x_1, x_2, x_7, x_3, x_4, x_5, x_6, x_24, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -return x_25; -} } } } @@ -34986,7 +35033,7 @@ lean_inc(x_18); x_26 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_26, 0, x_18); lean_ctor_set(x_26, 1, x_25); -x_27 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_27 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_18); x_28 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_28, 0, x_18); @@ -35018,7 +35065,7 @@ lean_inc(x_31); lean_inc(x_33); lean_inc(x_18); x_39 = l_Lean_Syntax_node4(x_18, x_38, x_33, x_31, x_35, x_37); -x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_31); lean_inc(x_18); x_41 = l_Lean_Syntax_node3(x_18, x_40, x_28, x_31, x_39); @@ -35086,7 +35133,7 @@ lean_inc(x_66); x_74 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_74, 0, x_66); lean_ctor_set(x_74, 1, x_73); -x_75 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_75 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_66); x_76 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_76, 0, x_66); @@ -35121,7 +35168,7 @@ lean_inc(x_79); lean_inc(x_81); lean_inc(x_66); x_87 = l_Lean_Syntax_node4(x_66, x_86, x_81, x_79, x_83, x_85); -x_88 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_88 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_79); lean_inc(x_66); x_89 = l_Lean_Syntax_node3(x_66, x_88, x_76, x_79, x_87); @@ -35268,7 +35315,7 @@ lean_inc(x_19); x_27 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_27, 0, x_19); lean_ctor_set(x_27, 1, x_26); -x_28 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_28 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_19); x_29 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_29, 0, x_19); @@ -35303,7 +35350,7 @@ lean_inc(x_31); lean_inc(x_33); lean_inc(x_19); x_39 = l_Lean_Syntax_node4(x_19, x_38, x_33, x_31, x_35, x_37); -x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_31); lean_inc(x_19); x_41 = l_Lean_Syntax_node3(x_19, x_40, x_29, x_31, x_39); @@ -35575,7 +35622,7 @@ x_147 = l_Lean_Syntax_node4(x_19, x_121, x_74, x_137, x_85, x_146); lean_inc(x_1); lean_inc(x_19); x_148 = l_Lean_Syntax_node2(x_19, x_1, x_122, x_147); -x_149 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_149 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_19); x_150 = l_Lean_Syntax_node1(x_19, x_149, x_148); x_151 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -35944,7 +35991,7 @@ lean_inc(x_42); x_49 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_49, 0, x_42); lean_ctor_set(x_49, 1, x_48); -x_50 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_50 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_42); x_51 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_51, 0, x_42); @@ -35987,7 +36034,7 @@ x_64 = l_Lean_Syntax_node5(x_42, x_63, x_58, x_60, x_60, x_62, x_41); x_65 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_42); x_66 = l_Lean_Syntax_node1(x_42, x_65, x_64); -x_67 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_67 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; lean_inc(x_42); x_68 = l_Lean_Syntax_node3(x_42, x_67, x_51, x_54, x_66); x_69 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___lambda__2___closed__5; @@ -36177,7 +36224,7 @@ lean_inc(x_42); x_148 = l_Lean_Syntax_node4(x_42, x_114, x_96, x_138, x_105, x_147); lean_inc(x_42); x_149 = l_Lean_Syntax_node2(x_42, x_38, x_115, x_148); -x_150 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_150 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_42); x_151 = l_Lean_Syntax_node1(x_42, x_150, x_149); x_152 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -36462,487 +36509,405 @@ x_14 = lean_array_get_size(x_13); x_15 = lean_nat_dec_lt(x_11, x_14); if (x_15 == 0) { -lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_nat_dec_lt(x_16, x_14); +lean_object* x_16; lean_object* x_362; uint8_t x_363; +x_362 = lean_unsigned_to_nat(0u); +x_363 = lean_nat_dec_lt(x_362, x_14); lean_dec(x_14); -x_18 = lean_ctor_get(x_8, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_8, 1); -lean_inc(x_19); -x_20 = lean_ctor_get(x_8, 2); -lean_inc(x_20); -x_21 = lean_ctor_get(x_8, 3); -lean_inc(x_21); -x_22 = lean_ctor_get(x_8, 4); +if (x_363 == 0) +{ +lean_object* x_364; lean_object* x_365; +lean_dec(x_13); +x_364 = l_Lean_instInhabitedSyntax; +x_365 = l___private_Init_Util_0__outOfBounds___rarg(x_364); +x_16 = x_365; +goto block_361; +} +else +{ +lean_object* x_366; +x_366 = lean_array_fget(x_13, x_362); +lean_dec(x_13); +x_16 = x_366; +goto block_361; +} +block_361: +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_17 = lean_unsigned_to_nat(0u); +x_18 = l_Lean_Syntax_getArg(x_16, x_17); +x_19 = l_Lean_Syntax_isNone(x_18); +x_20 = l_Lean_Syntax_getArg(x_16, x_11); +if (x_19 == 0) +{ +lean_object* x_358; lean_object* x_359; +x_358 = l_Lean_Syntax_getArg(x_18, x_17); +lean_dec(x_18); +x_359 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_359, 0, x_358); +x_21 = x_359; +goto block_357; +} +else +{ +lean_object* x_360; +lean_dec(x_18); +x_360 = lean_box(0); +x_21 = x_360; +goto block_357; +} +block_357: +{ +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_22 = lean_ctor_get(x_8, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_8, 5); +x_23 = lean_ctor_get(x_8, 1); lean_inc(x_23); -x_24 = lean_ctor_get(x_8, 6); +x_24 = lean_ctor_get(x_8, 2); lean_inc(x_24); -x_25 = lean_ctor_get(x_8, 7); +x_25 = lean_ctor_get(x_8, 3); lean_inc(x_25); -x_26 = lean_ctor_get(x_8, 8); +x_26 = lean_ctor_get(x_8, 4); lean_inc(x_26); -x_27 = lean_ctor_get(x_8, 9); +x_27 = lean_ctor_get(x_8, 5); lean_inc(x_27); -x_28 = lean_ctor_get(x_8, 10); +x_28 = lean_ctor_get(x_8, 6); lean_inc(x_28); +x_29 = lean_ctor_get(x_8, 7); +lean_inc(x_29); +x_30 = lean_ctor_get(x_8, 8); +lean_inc(x_30); +x_31 = lean_ctor_get(x_8, 9); +lean_inc(x_31); +x_32 = lean_ctor_get(x_8, 10); +lean_inc(x_32); lean_dec(x_8); -x_29 = l_Lean_replaceRef(x_1, x_23); -lean_dec(x_23); +x_33 = l_Lean_replaceRef(x_1, x_27); +lean_dec(x_27); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); lean_inc(x_28); -lean_inc(x_27); +lean_inc(x_33); lean_inc(x_26); lean_inc(x_25); lean_inc(x_24); -lean_inc(x_29); +lean_inc(x_23); lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -x_30 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_30, 0, x_18); -lean_ctor_set(x_30, 1, x_19); -lean_ctor_set(x_30, 2, x_20); -lean_ctor_set(x_30, 3, x_21); -lean_ctor_set(x_30, 4, x_22); -lean_ctor_set(x_30, 5, x_29); -lean_ctor_set(x_30, 6, x_24); -lean_ctor_set(x_30, 7, x_25); -lean_ctor_set(x_30, 8, x_26); -lean_ctor_set(x_30, 9, x_27); -lean_ctor_set(x_30, 10, x_28); -if (x_17 == 0) -{ -lean_object* x_370; lean_object* x_371; -lean_dec(x_13); -x_370 = l_Lean_instInhabitedSyntax; -x_371 = l___private_Init_Util_0__outOfBounds___rarg(x_370); -x_31 = x_371; -goto block_369; -} -else -{ -lean_object* x_372; -x_372 = lean_array_fget(x_13, x_16); -lean_dec(x_13); -x_31 = x_372; -goto block_369; -} -block_369: -{ -lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_32 = l_Lean_Syntax_getArg(x_31, x_16); -x_33 = l_Lean_Syntax_isNone(x_32); -x_34 = l_Lean_Syntax_getArg(x_31, x_11); +x_34 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_34, 0, x_22); +lean_ctor_set(x_34, 1, x_23); +lean_ctor_set(x_34, 2, x_24); +lean_ctor_set(x_34, 3, x_25); +lean_ctor_set(x_34, 4, x_26); +lean_ctor_set(x_34, 5, x_33); +lean_ctor_set(x_34, 6, x_28); +lean_ctor_set(x_34, 7, x_29); +lean_ctor_set(x_34, 8, x_30); +lean_ctor_set(x_34, 9, x_31); +lean_ctor_set(x_34, 10, x_32); lean_inc(x_9); -lean_inc(x_30); +lean_inc(x_34); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_34); -x_35 = l_Lean_Elab_Term_Do_getPatternVarsEx(x_34, x_4, x_5, x_6, x_7, x_30, x_9, x_10); -if (x_33 == 0) -{ -if (lean_obj_tag(x_35) == 0) -{ -lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; -x_356 = lean_ctor_get(x_35, 0); -lean_inc(x_356); -x_357 = lean_ctor_get(x_35, 1); -lean_inc(x_357); -lean_dec(x_35); -x_358 = l_Lean_Syntax_getArg(x_32, x_16); -lean_dec(x_32); -x_359 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_359, 0, x_358); -x_36 = x_359; -x_37 = x_356; -x_38 = x_357; -goto block_355; -} -else -{ -lean_object* x_360; lean_object* x_361; lean_object* x_362; -lean_dec(x_34); -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_360 = lean_ctor_get(x_35, 0); -lean_inc(x_360); -x_361 = lean_ctor_get(x_35, 1); -lean_inc(x_361); -lean_dec(x_35); -x_362 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_362, 0, x_360); -lean_ctor_set(x_362, 1, x_361); -return x_362; -} -} -else -{ -lean_dec(x_32); +lean_inc(x_20); +x_35 = l_Lean_Elab_Term_Do_getPatternVarsEx(x_20, x_4, x_5, x_6, x_7, x_34, x_9, x_10); if (lean_obj_tag(x_35) == 0) { -lean_object* x_363; lean_object* x_364; lean_object* x_365; -x_363 = lean_ctor_get(x_35, 0); -lean_inc(x_363); -x_364 = lean_ctor_get(x_35, 1); -lean_inc(x_364); -lean_dec(x_35); -x_365 = lean_box(0); -x_36 = x_365; -x_37 = x_363; -x_38 = x_364; -goto block_355; -} -else -{ -lean_object* x_366; lean_object* x_367; lean_object* x_368; -lean_dec(x_34); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_366 = lean_ctor_get(x_35, 0); -lean_inc(x_366); -x_367 = lean_ctor_get(x_35, 1); -lean_inc(x_367); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); lean_dec(x_35); -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; -} -} -block_355: +x_38 = l_Lean_replaceRef(x_20, x_33); +lean_inc(x_32); +x_39 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_39, 0, x_22); +lean_ctor_set(x_39, 1, x_23); +lean_ctor_set(x_39, 2, x_24); +lean_ctor_set(x_39, 3, x_25); +lean_ctor_set(x_39, 4, x_26); +lean_ctor_set(x_39, 5, x_38); +lean_ctor_set(x_39, 6, x_28); +lean_ctor_set(x_39, 7, x_29); +lean_ctor_set(x_39, 8, x_30); +lean_ctor_set(x_39, 9, x_31); +lean_ctor_set(x_39, 10, x_32); +x_40 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_36, x_3, x_4, x_5, x_6, x_7, x_39, x_9, x_37); +lean_dec(x_39); +lean_dec(x_36); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = l_Lean_replaceRef(x_34, x_29); -lean_inc(x_28); -x_40 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_40, 0, x_18); -lean_ctor_set(x_40, 1, x_19); -lean_ctor_set(x_40, 2, x_20); -lean_ctor_set(x_40, 3, x_21); -lean_ctor_set(x_40, 4, x_22); -lean_ctor_set(x_40, 5, x_39); -lean_ctor_set(x_40, 6, x_24); -lean_ctor_set(x_40, 7, x_25); -lean_ctor_set(x_40, 8, x_26); -lean_ctor_set(x_40, 9, x_27); -lean_ctor_set(x_40, 10, x_28); -x_41 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_37, x_3, x_4, x_5, x_6, x_7, x_40, x_9, x_38); +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_41 = lean_ctor_get(x_40, 1); +lean_inc(x_41); lean_dec(x_40); -lean_dec(x_37); -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; -x_42 = lean_ctor_get(x_41, 1); -lean_inc(x_42); -lean_dec(x_41); -x_43 = lean_unsigned_to_nat(3u); -x_44 = l_Lean_Syntax_getArg(x_31, x_43); -lean_dec(x_31); -x_45 = l_Lean_Syntax_getArg(x_1, x_43); -x_46 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_45); -x_47 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode), 9, 1); -lean_closure_set(x_47, 0, x_46); +x_42 = lean_unsigned_to_nat(3u); +x_43 = l_Lean_Syntax_getArg(x_16, x_42); +lean_dec(x_16); +x_44 = l_Lean_Syntax_getArg(x_1, x_42); +x_45 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems(x_44); +x_46 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode), 9, 1); +lean_closure_set(x_46, 0, x_45); lean_inc(x_9); -lean_inc(x_30); +lean_inc(x_34); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_48 = l_Lean_Elab_Term_Do_ToCodeBlock_withFor___rarg(x_47, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_42); -if (lean_obj_tag(x_48) == 0) +x_47 = l_Lean_Elab_Term_Do_ToCodeBlock_withFor___rarg(x_46, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_41); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_48, 0); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); lean_inc(x_49); -x_50 = lean_ctor_get(x_48, 1); -lean_inc(x_50); -lean_dec(x_48); +lean_dec(x_47); lean_inc(x_9); -lean_inc(x_30); +lean_inc(x_34); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_49); -x_51 = l_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___rarg(x_49, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_50); -if (lean_obj_tag(x_51) == 0) +lean_inc(x_48); +x_50 = l_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___rarg(x_48, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_49); +if (lean_obj_tag(x_50) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; size_t x_57; size_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_52 = lean_ctor_get(x_51, 0); +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; size_t x_56; size_t x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); +lean_dec(x_50); +x_53 = lean_ctor_get(x_51, 0); lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 0); +x_54 = lean_ctor_get(x_51, 1); lean_inc(x_54); -x_55 = lean_ctor_get(x_52, 1); -lean_inc(x_55); -lean_dec(x_52); -x_56 = lean_array_get_size(x_54); -x_57 = lean_usize_of_nat(x_56); -lean_dec(x_56); -x_58 = 0; -x_59 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___spec__1(x_3, x_57, x_58, x_54); -lean_inc(x_59); -x_60 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple), 3, 1); -lean_closure_set(x_60, 0, x_59); +lean_dec(x_51); +x_55 = lean_array_get_size(x_53); +x_56 = lean_usize_of_nat(x_55); +lean_dec(x_55); +x_57 = 0; +x_58 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___spec__1(x_3, x_56, x_57, x_53); +lean_inc(x_58); +x_59 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple), 3, 1); +lean_closure_set(x_59, 0, x_58); lean_inc(x_9); -lean_inc(x_30); +lean_inc(x_34); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_61 = l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_60, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_53); -if (lean_obj_tag(x_61) == 0) +x_60 = l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_59, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_52); +if (lean_obj_tag(x_60) == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_62 = lean_ctor_get(x_61, 0); +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); +lean_dec(x_60); +x_63 = lean_ctor_get(x_48, 0); lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_ctor_get(x_49, 0); -lean_inc(x_64); -lean_dec(x_49); -x_65 = l_Lean_Elab_Term_Do_hasReturn___closed__1; -x_66 = l_Lean_Elab_Term_Do_hasExitPointPred_loop(x_65, x_64); -x_67 = lean_unbox(x_66); -lean_dec(x_66); -if (x_67 == 0) +lean_dec(x_48); +x_64 = l_Lean_Elab_Term_Do_hasReturn___closed__1; +x_65 = l_Lean_Elab_Term_Do_hasExitPointPred_loop(x_64, x_63); +x_66 = lean_unbox(x_65); +lean_dec(x_65); +if (x_66 == 0) { -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; lean_object* x_81; -x_68 = 0; -x_69 = l_Lean_SourceInfo_fromRef(x_29, x_68); -x_70 = lean_st_ref_get(x_9, x_63); -x_71 = lean_ctor_get(x_70, 0); +uint8_t 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; +x_67 = 0; +x_68 = l_Lean_SourceInfo_fromRef(x_33, x_67); +x_69 = lean_st_ref_get(x_9, x_62); +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_dec(x_69); +x_72 = lean_ctor_get(x_70, 0); lean_inc(x_72); lean_dec(x_70); -x_73 = lean_ctor_get(x_71, 0); -lean_inc(x_73); -lean_dec(x_71); -x_74 = lean_environment_main_module(x_73); -x_75 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__5; -lean_inc(x_28); -x_76 = l_Lean_addMacroScope(x_74, x_75, x_28); -x_77 = lean_box(0); -x_78 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__4; -lean_inc(x_69); -x_79 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_79, 0, x_69); -lean_ctor_set(x_79, 1, x_78); -lean_ctor_set(x_79, 2, x_76); -lean_ctor_set(x_79, 3, x_77); -x_80 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple), 5, 3); -lean_closure_set(x_80, 0, x_59); -lean_closure_set(x_80, 1, x_79); -lean_closure_set(x_80, 2, x_55); +x_73 = lean_environment_main_module(x_72); +x_74 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__5; +lean_inc(x_32); +x_75 = l_Lean_addMacroScope(x_73, x_74, x_32); +x_76 = lean_box(0); +x_77 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__4; +lean_inc(x_68); +x_78 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_78, 0, x_68); +lean_ctor_set(x_78, 1, x_77); +lean_ctor_set(x_78, 2, x_75); +lean_ctor_set(x_78, 3, x_76); +x_79 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple), 5, 3); +lean_closure_set(x_79, 0, x_58); +lean_closure_set(x_79, 1, x_78); +lean_closure_set(x_79, 2, x_54); lean_inc(x_9); -lean_inc(x_30); +lean_inc(x_34); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_81 = l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_80, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_72); -if (lean_obj_tag(x_81) == 0) +x_80 = l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_79, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_71); +if (lean_obj_tag(x_80) == 0) { -if (lean_obj_tag(x_36) == 0) +if (lean_obj_tag(x_21) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_82 = lean_ctor_get(x_81, 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; 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; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_80, 1); lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -lean_dec(x_81); -x_84 = lean_st_ref_get(x_9, x_83); -x_85 = lean_ctor_get(x_84, 0); +lean_dec(x_80); +x_83 = lean_st_ref_get(x_9, x_82); +x_84 = lean_ctor_get(x_83, 0); +lean_inc(x_84); +x_85 = lean_ctor_get(x_83, 1); lean_inc(x_85); -x_86 = lean_ctor_get(x_84, 1); +lean_dec(x_83); +x_86 = lean_ctor_get(x_84, 0); lean_inc(x_86); lean_dec(x_84); -x_87 = lean_ctor_get(x_85, 0); -lean_inc(x_87); -lean_dec(x_85); -x_88 = lean_environment_main_module(x_87); -x_89 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; -lean_inc(x_69); -x_90 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_90, 0, x_69); -lean_ctor_set(x_90, 1, x_89); -x_91 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; -lean_inc(x_69); -x_92 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_92, 0, x_69); -lean_ctor_set(x_92, 1, x_91); -x_93 = l_Lean_addMacroScope(x_88, x_75, x_28); -lean_inc(x_69); -x_94 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_94, 0, x_69); -lean_ctor_set(x_94, 1, x_78); -lean_ctor_set(x_94, 2, x_93); -lean_ctor_set(x_94, 3, x_77); -x_95 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__2; -lean_inc(x_69); -x_96 = l_Lean_Syntax_node2(x_69, x_95, x_34, x_94); -x_97 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; -lean_inc(x_69); -x_98 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_98, 0, x_69); -lean_ctor_set(x_98, 1, x_95); -lean_ctor_set(x_98, 2, x_97); -x_99 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; -lean_inc(x_69); -x_100 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_100, 0, x_69); -lean_ctor_set(x_100, 1, x_99); -x_101 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; -lean_inc(x_69); -x_102 = l_Lean_Syntax_node4(x_69, x_101, x_96, x_98, x_100, x_82); -x_103 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; -lean_inc(x_69); -x_104 = l_Lean_Syntax_node2(x_69, x_103, x_92, x_102); -x_105 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__2; -lean_inc(x_62); -x_106 = l_Lean_Syntax_node4(x_69, x_105, x_90, x_44, x_62, x_104); -x_107 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_106, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_86); -x_108 = lean_ctor_get(x_107, 0); +x_87 = lean_environment_main_module(x_86); +x_88 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; +lean_inc(x_68); +x_89 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_89, 0, x_68); +lean_ctor_set(x_89, 1, x_88); +x_90 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; +lean_inc(x_68); +x_91 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_91, 0, x_68); +lean_ctor_set(x_91, 1, x_90); +x_92 = l_Lean_addMacroScope(x_87, x_74, x_32); +lean_inc(x_68); +x_93 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_93, 0, x_68); +lean_ctor_set(x_93, 1, x_77); +lean_ctor_set(x_93, 2, x_92); +lean_ctor_set(x_93, 3, x_76); +x_94 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__2; +lean_inc(x_68); +x_95 = l_Lean_Syntax_node2(x_68, x_94, x_20, x_93); +x_96 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; +lean_inc(x_68); +x_97 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_97, 0, x_68); +lean_ctor_set(x_97, 1, x_94); +lean_ctor_set(x_97, 2, x_96); +x_98 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; +lean_inc(x_68); +x_99 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_99, 0, x_68); +lean_ctor_set(x_99, 1, x_98); +x_100 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; +lean_inc(x_68); +x_101 = l_Lean_Syntax_node4(x_68, x_100, x_95, x_97, x_99, x_81); +x_102 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; +lean_inc(x_68); +x_103 = l_Lean_Syntax_node2(x_68, x_102, x_91, x_101); +x_104 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__2; +lean_inc(x_61); +x_105 = l_Lean_Syntax_node4(x_68, x_104, x_89, x_43, x_61, x_103); +x_106 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_105, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_85); +x_107 = lean_ctor_get(x_106, 0); +lean_inc(x_107); +x_108 = lean_ctor_get(x_106, 1); lean_inc(x_108); -x_109 = lean_ctor_get(x_107, 1); -lean_inc(x_109); -lean_dec(x_107); -x_110 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__1(x_2, x_75, x_78, x_77, x_62, x_108, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_109); -return x_110; +lean_dec(x_106); +x_109 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__1(x_2, x_74, x_77, x_76, x_61, x_107, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_108); +return x_109; } 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; 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; -x_111 = lean_ctor_get(x_81, 0); +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; +x_110 = lean_ctor_get(x_80, 0); +lean_inc(x_110); +x_111 = lean_ctor_get(x_80, 1); lean_inc(x_111); -x_112 = lean_ctor_get(x_81, 1); +lean_dec(x_80); +x_112 = lean_ctor_get(x_21, 0); lean_inc(x_112); -lean_dec(x_81); -x_113 = lean_ctor_get(x_36, 0); -lean_inc(x_113); -lean_dec(x_36); -x_114 = lean_st_ref_get(x_9, x_112); -x_115 = lean_ctor_get(x_114, 0); +lean_dec(x_21); +x_113 = lean_st_ref_get(x_9, x_111); +x_114 = lean_ctor_get(x_113, 0); +lean_inc(x_114); +x_115 = lean_ctor_get(x_113, 1); lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); +lean_dec(x_113); +x_116 = lean_ctor_get(x_114, 0); lean_inc(x_116); lean_dec(x_114); -x_117 = lean_ctor_get(x_115, 0); -lean_inc(x_117); -lean_dec(x_115); -x_118 = lean_environment_main_module(x_117); -x_119 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__6; -lean_inc(x_69); -x_120 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_120, 0, x_69); -lean_ctor_set(x_120, 1, x_119); -x_121 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; -lean_inc(x_69); -x_122 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_122, 0, x_69); -lean_ctor_set(x_122, 1, x_121); -x_123 = l_Lean_addMacroScope(x_118, x_75, x_28); -lean_inc(x_69); -x_124 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_124, 0, x_69); -lean_ctor_set(x_124, 1, x_78); -lean_ctor_set(x_124, 2, x_123); -lean_ctor_set(x_124, 3, x_77); -x_125 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__2; -lean_inc(x_69); -x_126 = l_Lean_Syntax_node3(x_69, x_125, x_34, x_113, x_124); -x_127 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; -lean_inc(x_69); -x_128 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_128, 0, x_69); -lean_ctor_set(x_128, 1, x_125); -lean_ctor_set(x_128, 2, x_127); -x_129 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; -lean_inc(x_69); -x_130 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_130, 0, x_69); -lean_ctor_set(x_130, 1, x_129); -x_131 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; -lean_inc(x_69); -x_132 = l_Lean_Syntax_node4(x_69, x_131, x_126, x_128, x_130, x_111); -x_133 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; -lean_inc(x_69); -x_134 = l_Lean_Syntax_node2(x_69, x_133, x_122, x_132); -x_135 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__5; -lean_inc(x_62); -x_136 = l_Lean_Syntax_node4(x_69, x_135, x_120, x_44, x_62, x_134); -x_137 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_136, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_116); -x_138 = lean_ctor_get(x_137, 0); +x_117 = lean_environment_main_module(x_116); +x_118 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__6; +lean_inc(x_68); +x_119 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_119, 0, x_68); +lean_ctor_set(x_119, 1, x_118); +x_120 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; +lean_inc(x_68); +x_121 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_121, 0, x_68); +lean_ctor_set(x_121, 1, x_120); +x_122 = l_Lean_addMacroScope(x_117, x_74, x_32); +lean_inc(x_68); +x_123 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_123, 0, x_68); +lean_ctor_set(x_123, 1, x_77); +lean_ctor_set(x_123, 2, x_122); +lean_ctor_set(x_123, 3, x_76); +x_124 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__2; +lean_inc(x_68); +x_125 = l_Lean_Syntax_node3(x_68, x_124, x_20, x_112, x_123); +x_126 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; +lean_inc(x_68); +x_127 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_127, 0, x_68); +lean_ctor_set(x_127, 1, x_124); +lean_ctor_set(x_127, 2, x_126); +x_128 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; +lean_inc(x_68); +x_129 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_129, 0, x_68); +lean_ctor_set(x_129, 1, x_128); +x_130 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; +lean_inc(x_68); +x_131 = l_Lean_Syntax_node4(x_68, x_130, x_125, x_127, x_129, x_110); +x_132 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; +lean_inc(x_68); +x_133 = l_Lean_Syntax_node2(x_68, x_132, x_121, x_131); +x_134 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__5; +lean_inc(x_61); +x_135 = l_Lean_Syntax_node4(x_68, x_134, x_119, x_43, x_61, x_133); +x_136 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_135, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_115); +x_137 = lean_ctor_get(x_136, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_136, 1); lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec(x_137); -x_140 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__1(x_2, x_75, x_78, x_77, x_62, x_138, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_139); -return x_140; +lean_dec(x_136); +x_139 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__1(x_2, x_74, x_77, x_76, x_61, x_137, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_138); +return x_139; } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -lean_dec(x_69); -lean_dec(x_62); -lean_dec(x_44); -lean_dec(x_36); +lean_object* x_140; lean_object* x_141; lean_object* x_142; +lean_dec(x_68); +lean_dec(x_61); +lean_dec(x_43); lean_dec(x_34); -lean_dec(x_30); -lean_dec(x_28); +lean_dec(x_32); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -36951,484 +36916,484 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_141 = lean_ctor_get(x_81, 0); +x_140 = lean_ctor_get(x_80, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_80, 1); lean_inc(x_141); -x_142 = lean_ctor_get(x_81, 1); -lean_inc(x_142); -lean_dec(x_81); -x_143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -return x_143; +lean_dec(x_80); +x_142 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_142, 0, x_140); +lean_ctor_set(x_142, 1, x_141); +return x_142; } } else { -uint8_t 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; -x_144 = 0; -x_145 = l_Lean_SourceInfo_fromRef(x_29, x_144); -x_146 = lean_st_ref_get(x_9, x_63); -x_147 = lean_ctor_get(x_146, 0); +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; 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_143 = 0; +x_144 = l_Lean_SourceInfo_fromRef(x_33, x_143); +x_145 = lean_st_ref_get(x_9, x_62); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); lean_inc(x_147); -x_148 = lean_ctor_get(x_146, 1); +lean_dec(x_145); +x_148 = lean_ctor_get(x_146, 0); lean_inc(x_148); lean_dec(x_146); -x_149 = lean_ctor_get(x_147, 0); -lean_inc(x_149); -lean_dec(x_147); -x_150 = lean_environment_main_module(x_149); -x_151 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__5; -lean_inc(x_28); -x_152 = l_Lean_addMacroScope(x_150, x_151, x_28); -x_153 = lean_box(0); -x_154 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__4; -lean_inc(x_145); -x_155 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_155, 0, x_145); -lean_ctor_set(x_155, 1, x_154); -lean_ctor_set(x_155, 2, x_152); -lean_ctor_set(x_155, 3, x_153); -x_156 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple), 5, 3); -lean_closure_set(x_156, 0, x_59); -lean_closure_set(x_156, 1, x_155); -lean_closure_set(x_156, 2, x_55); +x_149 = lean_environment_main_module(x_148); +x_150 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__5; +lean_inc(x_32); +x_151 = l_Lean_addMacroScope(x_149, x_150, x_32); +x_152 = lean_box(0); +x_153 = l_Lean_Elab_Term_Do_ToTerm_matchNestedTermResult___closed__4; +lean_inc(x_144); +x_154 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_154, 0, x_144); +lean_ctor_set(x_154, 1, x_153); +lean_ctor_set(x_154, 2, x_151); +lean_ctor_set(x_154, 3, x_152); +x_155 = lean_alloc_closure((void*)(l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple), 5, 3); +lean_closure_set(x_155, 0, x_58); +lean_closure_set(x_155, 1, x_154); +lean_closure_set(x_155, 2, x_54); lean_inc(x_9); -lean_inc(x_30); +lean_inc(x_34); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_157 = l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_156, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_148); -if (lean_obj_tag(x_157) == 0) +x_156 = l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_Do_ToCodeBlock_mkForInBody___spec__1(x_155, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_147); +if (lean_obj_tag(x_156) == 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_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; -x_158 = lean_ctor_get(x_157, 0); +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; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -x_160 = lean_st_ref_get(x_9, x_159); -x_161 = lean_ctor_get(x_160, 0); +lean_dec(x_156); +x_159 = lean_st_ref_get(x_9, x_158); +x_160 = lean_ctor_get(x_159, 0); +lean_inc(x_160); +x_161 = lean_ctor_get(x_159, 1); lean_inc(x_161); -x_162 = lean_ctor_get(x_160, 1); +lean_dec(x_159); +x_162 = lean_ctor_get(x_160, 0); lean_inc(x_162); lean_dec(x_160); -x_163 = lean_ctor_get(x_161, 0); -lean_inc(x_163); -lean_dec(x_161); -x_164 = lean_environment_main_module(x_163); -x_165 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__8; -lean_inc(x_28); -x_166 = l_Lean_addMacroScope(x_164, x_165, x_28); -x_167 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__7; -x_168 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; -lean_inc(x_145); -x_169 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_169, 0, x_145); -lean_ctor_set(x_169, 1, x_167); -lean_ctor_set(x_169, 2, x_166); -lean_ctor_set(x_169, 3, x_168); -x_170 = lean_ctor_get(x_3, 2); -lean_inc(x_170); -x_171 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__2; -lean_inc(x_145); -x_172 = l_Lean_Syntax_node1(x_145, x_171, x_170); -x_173 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__2; -lean_inc(x_145); -x_174 = l_Lean_Syntax_node2(x_145, x_173, x_169, x_172); -if (lean_obj_tag(x_36) == 0) +x_163 = lean_environment_main_module(x_162); +x_164 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__8; +lean_inc(x_32); +x_165 = l_Lean_addMacroScope(x_163, x_164, x_32); +x_166 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__7; +x_167 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__13; +lean_inc(x_144); +x_168 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_168, 0, x_144); +lean_ctor_set(x_168, 1, x_166); +lean_ctor_set(x_168, 2, x_165); +lean_ctor_set(x_168, 3, x_167); +x_169 = lean_ctor_get(x_3, 2); +lean_inc(x_169); +x_170 = l_Lean_Elab_Term_Do_mkAuxDeclFor___rarg___lambda__5___closed__2; +lean_inc(x_144); +x_171 = l_Lean_Syntax_node1(x_144, x_170, x_169); +x_172 = l_Lean_Elab_Term_Do_pullExitPointsAux___lambda__1___closed__2; +lean_inc(x_144); +x_173 = l_Lean_Syntax_node2(x_144, x_172, x_168, x_171); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; 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; -x_175 = lean_st_ref_get(x_9, x_162); -x_176 = lean_ctor_get(x_175, 0); +lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; 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; +x_174 = lean_st_ref_get(x_9, x_161); +x_175 = lean_ctor_get(x_174, 0); +lean_inc(x_175); +x_176 = lean_ctor_get(x_174, 1); lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); +lean_dec(x_174); +x_177 = lean_ctor_get(x_175, 0); lean_inc(x_177); lean_dec(x_175); -x_178 = lean_ctor_get(x_176, 0); +x_178 = lean_environment_main_module(x_177); +x_179 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; +lean_inc(x_144); +x_180 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_180, 0, x_144); +lean_ctor_set(x_180, 1, x_179); +x_181 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__3; +lean_inc(x_144); +x_182 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_182, 0, x_144); +lean_ctor_set(x_182, 1, x_181); +x_183 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__5; +lean_inc(x_32); lean_inc(x_178); -lean_dec(x_176); -x_179 = lean_environment_main_module(x_178); -x_180 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__3; -lean_inc(x_145); -x_181 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_181, 0, x_145); -lean_ctor_set(x_181, 1, x_180); -x_182 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__3; -lean_inc(x_145); -x_183 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_183, 0, x_145); -lean_ctor_set(x_183, 1, x_182); -x_184 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__5; -lean_inc(x_28); -lean_inc(x_179); -x_185 = l_Lean_addMacroScope(x_179, x_184, x_28); -x_186 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__2; -x_187 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__4; -lean_inc(x_145); -x_188 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_188, 0, x_145); -lean_ctor_set(x_188, 1, x_186); -lean_ctor_set(x_188, 2, x_185); -lean_ctor_set(x_188, 3, x_187); -x_189 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__13; -lean_inc(x_28); -lean_inc(x_179); -x_190 = l_Lean_addMacroScope(x_179, x_189, x_28); -x_191 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -x_192 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__16; -lean_inc(x_145); -x_193 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_193, 0, x_145); -lean_ctor_set(x_193, 1, x_191); -lean_ctor_set(x_193, 2, x_190); -lean_ctor_set(x_193, 3, x_192); -x_194 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__8; -lean_inc(x_145); -x_195 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_195, 0, x_145); -lean_ctor_set(x_195, 1, x_194); -lean_inc(x_174); -lean_inc(x_145); -x_196 = l_Lean_Syntax_node1(x_145, x_171, x_174); -x_197 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__16; -lean_inc(x_145); -x_198 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_198, 0, x_145); -lean_ctor_set(x_198, 1, x_197); -x_199 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__2; -lean_inc(x_198); -lean_inc(x_195); -lean_inc(x_183); -lean_inc(x_145); -x_200 = l_Lean_Syntax_node5(x_145, x_199, x_183, x_193, x_195, x_196, x_198); -lean_inc(x_62); -lean_inc(x_145); -x_201 = l_Lean_Syntax_node2(x_145, x_171, x_200, x_62); -lean_inc(x_145); -x_202 = l_Lean_Syntax_node2(x_145, x_173, x_188, x_201); -x_203 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; -lean_inc(x_198); -lean_inc(x_183); -lean_inc(x_145); -x_204 = l_Lean_Syntax_node3(x_145, x_203, x_183, x_202, x_198); -x_205 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; -lean_inc(x_145); -x_206 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_206, 0, x_145); -lean_ctor_set(x_206, 1, x_205); -lean_inc(x_28); -lean_inc(x_179); -x_207 = l_Lean_addMacroScope(x_179, x_151, x_28); -lean_inc(x_145); -x_208 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_208, 0, x_145); -lean_ctor_set(x_208, 1, x_154); -lean_ctor_set(x_208, 2, x_207); -lean_ctor_set(x_208, 3, x_153); -x_209 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; -x_210 = l_Lean_addMacroScope(x_179, x_209, x_28); -x_211 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; -x_212 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; -lean_inc(x_145); -x_213 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_213, 0, x_145); -lean_ctor_set(x_213, 1, x_211); -lean_ctor_set(x_213, 2, x_210); -lean_ctor_set(x_213, 3, x_212); -x_214 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__23; -lean_inc(x_145); -x_215 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_215, 0, x_145); -lean_ctor_set(x_215, 1, x_214); -x_216 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__22; -lean_inc(x_145); -x_217 = l_Lean_Syntax_node1(x_145, x_216, x_215); -lean_inc(x_145); -x_218 = l_Lean_Syntax_node2(x_145, x_171, x_174, x_217); -lean_inc(x_145); -x_219 = l_Lean_Syntax_node2(x_145, x_173, x_213, x_218); -lean_inc(x_145); -x_220 = l_Lean_Syntax_node1(x_145, x_171, x_219); -lean_inc(x_208); -lean_inc(x_145); -x_221 = l_Lean_Syntax_node5(x_145, x_199, x_183, x_208, x_195, x_220, x_198); -lean_inc(x_145); -x_222 = l_Lean_Syntax_node2(x_145, x_171, x_34, x_221); -x_223 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; -lean_inc(x_145); -x_224 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_224, 0, x_145); -lean_ctor_set(x_224, 1, x_171); -lean_ctor_set(x_224, 2, x_223); -x_225 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; -lean_inc(x_145); -x_226 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_226, 0, x_145); -lean_ctor_set(x_226, 1, x_225); -x_227 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; -lean_inc(x_145); -x_228 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_228, 0, x_145); -lean_ctor_set(x_228, 1, x_227); -x_229 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__10; -lean_inc(x_145); -x_230 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_230, 0, x_145); -lean_ctor_set(x_230, 1, x_229); -x_231 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__13; -lean_inc(x_145); -x_232 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_232, 0, x_145); -lean_ctor_set(x_232, 1, x_231); -x_233 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__18; -lean_inc(x_145); -x_234 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_234, 0, x_145); -lean_ctor_set(x_234, 1, x_233); -x_235 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__15; -lean_inc(x_145); -x_236 = l_Lean_Syntax_node1(x_145, x_235, x_234); -x_237 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__12; -lean_inc(x_208); -lean_inc(x_145); -x_238 = l_Lean_Syntax_node3(x_145, x_237, x_208, x_232, x_236); -x_239 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders___closed__6; -lean_inc_n(x_224, 2); -lean_inc(x_145); -x_240 = l_Lean_Syntax_node5(x_145, x_239, x_208, x_224, x_224, x_230, x_238); -x_241 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; -lean_inc(x_145); -x_242 = l_Lean_Syntax_node1(x_145, x_241, x_240); -x_243 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__17; -lean_inc(x_145); -x_244 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_244, 0, x_145); -lean_ctor_set(x_244, 1, x_243); -x_245 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; -lean_inc(x_145); -x_246 = l_Lean_Syntax_node4(x_145, x_245, x_228, x_242, x_244, x_158); -x_247 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; -lean_inc(x_145); -x_248 = l_Lean_Syntax_node4(x_145, x_247, x_222, x_224, x_226, x_246); -x_249 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; -lean_inc(x_145); -x_250 = l_Lean_Syntax_node2(x_145, x_249, x_206, x_248); -x_251 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__2; -x_252 = l_Lean_Syntax_node4(x_145, x_251, x_181, x_44, x_204, x_250); -x_253 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_252, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_177); -x_254 = lean_ctor_get(x_253, 0); +x_184 = l_Lean_addMacroScope(x_178, x_183, x_32); +x_185 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__2; +x_186 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__4; +lean_inc(x_144); +x_187 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_187, 0, x_144); +lean_ctor_set(x_187, 1, x_185); +lean_ctor_set(x_187, 2, x_184); +lean_ctor_set(x_187, 3, x_186); +x_188 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__13; +lean_inc(x_32); +lean_inc(x_178); +x_189 = l_Lean_addMacroScope(x_178, x_188, x_32); +x_190 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +x_191 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__16; +lean_inc(x_144); +x_192 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_192, 0, x_144); +lean_ctor_set(x_192, 1, x_190); +lean_ctor_set(x_192, 2, x_189); +lean_ctor_set(x_192, 3, x_191); +x_193 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__8; +lean_inc(x_144); +x_194 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_194, 0, x_144); +lean_ctor_set(x_194, 1, x_193); +lean_inc(x_173); +lean_inc(x_144); +x_195 = l_Lean_Syntax_node1(x_144, x_170, x_173); +x_196 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__16; +lean_inc(x_144); +x_197 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_197, 0, x_144); +lean_ctor_set(x_197, 1, x_196); +x_198 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__2; +lean_inc(x_197); +lean_inc(x_194); +lean_inc(x_182); +lean_inc(x_144); +x_199 = l_Lean_Syntax_node5(x_144, x_198, x_182, x_192, x_194, x_195, x_197); +lean_inc(x_61); +lean_inc(x_144); +x_200 = l_Lean_Syntax_node2(x_144, x_170, x_199, x_61); +lean_inc(x_144); +x_201 = l_Lean_Syntax_node2(x_144, x_172, x_187, x_200); +x_202 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; +lean_inc(x_197); +lean_inc(x_182); +lean_inc(x_144); +x_203 = l_Lean_Syntax_node3(x_144, x_202, x_182, x_201, x_197); +x_204 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; +lean_inc(x_144); +x_205 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_205, 0, x_144); +lean_ctor_set(x_205, 1, x_204); +lean_inc(x_32); +lean_inc(x_178); +x_206 = l_Lean_addMacroScope(x_178, x_150, x_32); +lean_inc(x_144); +x_207 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_207, 0, x_144); +lean_ctor_set(x_207, 1, x_153); +lean_ctor_set(x_207, 2, x_206); +lean_ctor_set(x_207, 3, x_152); +x_208 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; +x_209 = l_Lean_addMacroScope(x_178, x_208, x_32); +x_210 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; +x_211 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; +lean_inc(x_144); +x_212 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_212, 0, x_144); +lean_ctor_set(x_212, 1, x_210); +lean_ctor_set(x_212, 2, x_209); +lean_ctor_set(x_212, 3, x_211); +x_213 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__23; +lean_inc(x_144); +x_214 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_214, 0, x_144); +lean_ctor_set(x_214, 1, x_213); +x_215 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__22; +lean_inc(x_144); +x_216 = l_Lean_Syntax_node1(x_144, x_215, x_214); +lean_inc(x_144); +x_217 = l_Lean_Syntax_node2(x_144, x_170, x_173, x_216); +lean_inc(x_144); +x_218 = l_Lean_Syntax_node2(x_144, x_172, x_212, x_217); +lean_inc(x_144); +x_219 = l_Lean_Syntax_node1(x_144, x_170, x_218); +lean_inc(x_207); +lean_inc(x_144); +x_220 = l_Lean_Syntax_node5(x_144, x_198, x_182, x_207, x_194, x_219, x_197); +lean_inc(x_144); +x_221 = l_Lean_Syntax_node2(x_144, x_170, x_20, x_220); +x_222 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; +lean_inc(x_144); +x_223 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_223, 0, x_144); +lean_ctor_set(x_223, 1, x_170); +lean_ctor_set(x_223, 2, x_222); +x_224 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; +lean_inc(x_144); +x_225 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_225, 0, x_144); +lean_ctor_set(x_225, 1, x_224); +x_226 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +lean_inc(x_144); +x_227 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_227, 0, x_144); +lean_ctor_set(x_227, 1, x_226); +x_228 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__10; +lean_inc(x_144); +x_229 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_229, 0, x_144); +lean_ctor_set(x_229, 1, x_228); +x_230 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__13; +lean_inc(x_144); +x_231 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_231, 0, x_144); +lean_ctor_set(x_231, 1, x_230); +x_232 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__18; +lean_inc(x_144); +x_233 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_233, 0, x_144); +lean_ctor_set(x_233, 1, x_232); +x_234 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__15; +lean_inc(x_144); +x_235 = l_Lean_Syntax_node1(x_144, x_234, x_233); +x_236 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__12; +lean_inc(x_207); +lean_inc(x_144); +x_237 = l_Lean_Syntax_node3(x_144, x_236, x_207, x_231, x_235); +x_238 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders___closed__6; +lean_inc_n(x_223, 2); +lean_inc(x_144); +x_239 = l_Lean_Syntax_node5(x_144, x_238, x_207, x_223, x_223, x_229, x_237); +x_240 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; +lean_inc(x_144); +x_241 = l_Lean_Syntax_node1(x_144, x_240, x_239); +x_242 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__17; +lean_inc(x_144); +x_243 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_243, 0, x_144); +lean_ctor_set(x_243, 1, x_242); +x_244 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +lean_inc(x_144); +x_245 = l_Lean_Syntax_node4(x_144, x_244, x_227, x_241, x_243, x_157); +x_246 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; +lean_inc(x_144); +x_247 = l_Lean_Syntax_node4(x_144, x_246, x_221, x_223, x_225, x_245); +x_248 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; +lean_inc(x_144); +x_249 = l_Lean_Syntax_node2(x_144, x_248, x_205, x_247); +x_250 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__2; +x_251 = l_Lean_Syntax_node4(x_144, x_250, x_180, x_43, x_203, x_249); +x_252 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_251, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_176); +x_253 = lean_ctor_get(x_252, 0); +lean_inc(x_253); +x_254 = lean_ctor_get(x_252, 1); lean_inc(x_254); -x_255 = lean_ctor_get(x_253, 1); -lean_inc(x_255); -lean_dec(x_253); -x_256 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__2(x_171, x_151, x_154, x_153, x_62, x_173, x_2, x_254, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_255); -return x_256; +lean_dec(x_252); +x_255 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__2(x_170, x_150, x_153, x_152, x_61, x_172, x_2, x_253, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_254); +return x_255; } else { -lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_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; lean_object* x_338; lean_object* x_339; -x_257 = lean_ctor_get(x_36, 0); -lean_inc(x_257); -lean_dec(x_36); -x_258 = lean_st_ref_get(x_9, x_162); -x_259 = lean_ctor_get(x_258, 0); +lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_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; lean_object* x_338; +x_256 = lean_ctor_get(x_21, 0); +lean_inc(x_256); +lean_dec(x_21); +x_257 = lean_st_ref_get(x_9, x_161); +x_258 = lean_ctor_get(x_257, 0); +lean_inc(x_258); +x_259 = lean_ctor_get(x_257, 1); lean_inc(x_259); -x_260 = lean_ctor_get(x_258, 1); +lean_dec(x_257); +x_260 = lean_ctor_get(x_258, 0); lean_inc(x_260); lean_dec(x_258); -x_261 = lean_ctor_get(x_259, 0); +x_261 = lean_environment_main_module(x_260); +x_262 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__6; +lean_inc(x_144); +x_263 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_263, 0, x_144); +lean_ctor_set(x_263, 1, x_262); +x_264 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__3; +lean_inc(x_144); +x_265 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_265, 0, x_144); +lean_ctor_set(x_265, 1, x_264); +x_266 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__5; +lean_inc(x_32); lean_inc(x_261); -lean_dec(x_259); -x_262 = lean_environment_main_module(x_261); -x_263 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__6; -lean_inc(x_145); -x_264 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_264, 0, x_145); -lean_ctor_set(x_264, 1, x_263); -x_265 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__3; -lean_inc(x_145); -x_266 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_266, 0, x_145); -lean_ctor_set(x_266, 1, x_265); -x_267 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__5; -lean_inc(x_28); -lean_inc(x_262); -x_268 = l_Lean_addMacroScope(x_262, x_267, x_28); -x_269 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__2; -x_270 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__4; -lean_inc(x_145); -x_271 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_271, 0, x_145); -lean_ctor_set(x_271, 1, x_269); -lean_ctor_set(x_271, 2, x_268); -lean_ctor_set(x_271, 3, x_270); -x_272 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__13; -lean_inc(x_28); -lean_inc(x_262); -x_273 = l_Lean_addMacroScope(x_262, x_272, x_28); -x_274 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; -x_275 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__16; -lean_inc(x_145); -x_276 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_276, 0, x_145); -lean_ctor_set(x_276, 1, x_274); -lean_ctor_set(x_276, 2, x_273); -lean_ctor_set(x_276, 3, x_275); -x_277 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__8; -lean_inc(x_145); -x_278 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_278, 0, x_145); -lean_ctor_set(x_278, 1, x_277); -lean_inc(x_174); -lean_inc(x_145); -x_279 = l_Lean_Syntax_node1(x_145, x_171, x_174); -x_280 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__16; -lean_inc(x_145); -x_281 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_281, 0, x_145); -lean_ctor_set(x_281, 1, x_280); -x_282 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__2; -lean_inc(x_281); -lean_inc(x_278); -lean_inc(x_266); -lean_inc(x_145); -x_283 = l_Lean_Syntax_node5(x_145, x_282, x_266, x_276, x_278, x_279, x_281); -lean_inc(x_62); -lean_inc(x_145); -x_284 = l_Lean_Syntax_node2(x_145, x_171, x_283, x_62); -lean_inc(x_145); -x_285 = l_Lean_Syntax_node2(x_145, x_173, x_271, x_284); -x_286 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; -lean_inc(x_281); -lean_inc(x_266); -lean_inc(x_145); -x_287 = l_Lean_Syntax_node3(x_145, x_286, x_266, x_285, x_281); -x_288 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; -lean_inc(x_145); -x_289 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_289, 0, x_145); -lean_ctor_set(x_289, 1, x_288); -lean_inc(x_28); -lean_inc(x_262); -x_290 = l_Lean_addMacroScope(x_262, x_151, x_28); -lean_inc(x_145); -x_291 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_291, 0, x_145); -lean_ctor_set(x_291, 1, x_154); -lean_ctor_set(x_291, 2, x_290); -lean_ctor_set(x_291, 3, x_153); -x_292 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; -x_293 = l_Lean_addMacroScope(x_262, x_292, x_28); -x_294 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; -x_295 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; -lean_inc(x_145); -x_296 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_296, 0, x_145); -lean_ctor_set(x_296, 1, x_294); -lean_ctor_set(x_296, 2, x_293); -lean_ctor_set(x_296, 3, x_295); -x_297 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__23; -lean_inc(x_145); -x_298 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_298, 0, x_145); -lean_ctor_set(x_298, 1, x_297); -x_299 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__22; -lean_inc(x_145); -x_300 = l_Lean_Syntax_node1(x_145, x_299, x_298); -lean_inc(x_145); -x_301 = l_Lean_Syntax_node2(x_145, x_171, x_174, x_300); -lean_inc(x_145); -x_302 = l_Lean_Syntax_node2(x_145, x_173, x_296, x_301); -lean_inc(x_145); -x_303 = l_Lean_Syntax_node1(x_145, x_171, x_302); -lean_inc(x_291); -lean_inc(x_145); -x_304 = l_Lean_Syntax_node5(x_145, x_282, x_266, x_291, x_278, x_303, x_281); -lean_inc(x_145); -x_305 = l_Lean_Syntax_node3(x_145, x_171, x_34, x_257, x_304); -x_306 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; -lean_inc(x_145); -x_307 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_307, 0, x_145); -lean_ctor_set(x_307, 1, x_171); -lean_ctor_set(x_307, 2, x_306); -x_308 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; -lean_inc(x_145); -x_309 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_309, 0, x_145); -lean_ctor_set(x_309, 1, x_308); -x_310 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; -lean_inc(x_145); -x_311 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_311, 0, x_145); -lean_ctor_set(x_311, 1, x_310); -x_312 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__10; -lean_inc(x_145); -x_313 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_313, 0, x_145); -lean_ctor_set(x_313, 1, x_312); -x_314 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__13; -lean_inc(x_145); -x_315 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_315, 0, x_145); -lean_ctor_set(x_315, 1, x_314); -x_316 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__18; -lean_inc(x_145); -x_317 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_317, 0, x_145); -lean_ctor_set(x_317, 1, x_316); -x_318 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__15; -lean_inc(x_145); -x_319 = l_Lean_Syntax_node1(x_145, x_318, x_317); -x_320 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__12; -lean_inc(x_291); -lean_inc(x_145); -x_321 = l_Lean_Syntax_node3(x_145, x_320, x_291, x_315, x_319); -x_322 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders___closed__6; -lean_inc_n(x_307, 2); -lean_inc(x_145); -x_323 = l_Lean_Syntax_node5(x_145, x_322, x_291, x_307, x_307, x_313, x_321); -x_324 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; -lean_inc(x_145); -x_325 = l_Lean_Syntax_node1(x_145, x_324, x_323); -x_326 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__17; -lean_inc(x_145); -x_327 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_327, 0, x_145); -lean_ctor_set(x_327, 1, x_326); -x_328 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; -lean_inc(x_145); -x_329 = l_Lean_Syntax_node4(x_145, x_328, x_311, x_325, x_327, x_158); -x_330 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; -lean_inc(x_145); -x_331 = l_Lean_Syntax_node4(x_145, x_330, x_305, x_307, x_309, x_329); -x_332 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; -lean_inc(x_145); -x_333 = l_Lean_Syntax_node2(x_145, x_332, x_289, x_331); -x_334 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__5; -x_335 = l_Lean_Syntax_node4(x_145, x_334, x_264, x_44, x_287, x_333); -x_336 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_335, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_260); -x_337 = lean_ctor_get(x_336, 0); +x_267 = l_Lean_addMacroScope(x_261, x_266, x_32); +x_268 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkTuple___spec__1___closed__2; +x_269 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__4; +lean_inc(x_144); +x_270 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_270, 0, x_144); +lean_ctor_set(x_270, 1, x_268); +lean_ctor_set(x_270, 2, x_267); +lean_ctor_set(x_270, 3, x_269); +x_271 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__13; +lean_inc(x_32); +lean_inc(x_261); +x_272 = l_Lean_addMacroScope(x_261, x_271, x_32); +x_273 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__12; +x_274 = l_Lean_Elab_Term_Do_ToTerm_continueToTerm___closed__16; +lean_inc(x_144); +x_275 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_275, 0, x_144); +lean_ctor_set(x_275, 1, x_273); +lean_ctor_set(x_275, 2, x_272); +lean_ctor_set(x_275, 3, x_274); +x_276 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__8; +lean_inc(x_144); +x_277 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_277, 0, x_144); +lean_ctor_set(x_277, 1, x_276); +lean_inc(x_173); +lean_inc(x_144); +x_278 = l_Lean_Syntax_node1(x_144, x_170, x_173); +x_279 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__16; +lean_inc(x_144); +x_280 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_280, 0, x_144); +lean_ctor_set(x_280, 1, x_279); +x_281 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_mkUnit___closed__2; +lean_inc(x_280); +lean_inc(x_277); +lean_inc(x_265); +lean_inc(x_144); +x_282 = l_Lean_Syntax_node5(x_144, x_281, x_265, x_275, x_277, x_278, x_280); +lean_inc(x_61); +lean_inc(x_144); +x_283 = l_Lean_Syntax_node2(x_144, x_170, x_282, x_61); +lean_inc(x_144); +x_284 = l_Lean_Syntax_node2(x_144, x_172, x_270, x_283); +x_285 = l_Lean_Elab_Term_Do_ToTerm_returnToTerm___closed__2; +lean_inc(x_280); +lean_inc(x_265); +lean_inc(x_144); +x_286 = l_Lean_Syntax_node3(x_144, x_285, x_265, x_284, x_280); +x_287 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__7; +lean_inc(x_144); +x_288 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_288, 0, x_144); +lean_ctor_set(x_288, 1, x_287); +lean_inc(x_32); +lean_inc(x_261); +x_289 = l_Lean_addMacroScope(x_261, x_150, x_32); +lean_inc(x_144); +x_290 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_290, 0, x_144); +lean_ctor_set(x_290, 1, x_153); +lean_ctor_set(x_290, 2, x_289); +lean_ctor_set(x_290, 3, x_152); +x_291 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__15; +x_292 = l_Lean_addMacroScope(x_261, x_291, x_32); +x_293 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__14; +x_294 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__19; +lean_inc(x_144); +x_295 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_295, 0, x_144); +lean_ctor_set(x_295, 1, x_293); +lean_ctor_set(x_295, 2, x_292); +lean_ctor_set(x_295, 3, x_294); +x_296 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__23; +lean_inc(x_144); +x_297 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_297, 0, x_144); +lean_ctor_set(x_297, 1, x_296); +x_298 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__22; +lean_inc(x_144); +x_299 = l_Lean_Syntax_node1(x_144, x_298, x_297); +lean_inc(x_144); +x_300 = l_Lean_Syntax_node2(x_144, x_170, x_173, x_299); +lean_inc(x_144); +x_301 = l_Lean_Syntax_node2(x_144, x_172, x_295, x_300); +lean_inc(x_144); +x_302 = l_Lean_Syntax_node1(x_144, x_170, x_301); +lean_inc(x_290); +lean_inc(x_144); +x_303 = l_Lean_Syntax_node5(x_144, x_281, x_265, x_290, x_277, x_302, x_280); +lean_inc(x_144); +x_304 = l_Lean_Syntax_node3(x_144, x_170, x_20, x_256, x_303); +x_305 = l_Lean_Elab_Term_Do_instInhabitedAlt___rarg___closed__1; +lean_inc(x_144); +x_306 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_306, 0, x_144); +lean_ctor_set(x_306, 1, x_170); +lean_ctor_set(x_306, 2, x_305); +x_307 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__20; +lean_inc(x_144); +x_308 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_308, 0, x_144); +lean_ctor_set(x_308, 1, x_307); +x_309 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; +lean_inc(x_144); +x_310 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_310, 0, x_144); +lean_ctor_set(x_310, 1, x_309); +x_311 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__10; +lean_inc(x_144); +x_312 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_312, 0, x_144); +lean_ctor_set(x_312, 1, x_311); +x_313 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__13; +lean_inc(x_144); +x_314 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_314, 0, x_144); +lean_ctor_set(x_314, 1, x_313); +x_315 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__18; +lean_inc(x_144); +x_316 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_316, 0, x_144); +lean_ctor_set(x_316, 1, x_315); +x_317 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__15; +lean_inc(x_144); +x_318 = l_Lean_Syntax_node1(x_144, x_317, x_316); +x_319 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__12; +lean_inc(x_290); +lean_inc(x_144); +x_320 = l_Lean_Syntax_node3(x_144, x_319, x_290, x_314, x_318); +x_321 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_letDeclArgHasBinders___closed__6; +lean_inc_n(x_306, 2); +lean_inc(x_144); +x_322 = l_Lean_Syntax_node5(x_144, x_321, x_290, x_306, x_306, x_312, x_320); +x_323 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; +lean_inc(x_144); +x_324 = l_Lean_Syntax_node1(x_144, x_323, x_322); +x_325 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__17; +lean_inc(x_144); +x_326 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_326, 0, x_144); +lean_ctor_set(x_326, 1, x_325); +x_327 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__2; +lean_inc(x_144); +x_328 = l_Lean_Syntax_node4(x_144, x_327, x_310, x_324, x_326, x_157); +x_329 = l_Lean_Elab_Term_Do_ToTerm_actionTerminalToTerm___closed__8; +lean_inc(x_144); +x_330 = l_Lean_Syntax_node4(x_144, x_329, x_304, x_306, x_308, x_328); +x_331 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__8; +lean_inc(x_144); +x_332 = l_Lean_Syntax_node2(x_144, x_331, x_288, x_330); +x_333 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__5; +x_334 = l_Lean_Syntax_node4(x_144, x_333, x_263, x_43, x_286, x_332); +x_335 = l_Lean_Elab_Term_Do_annotate___at_Lean_Elab_Term_Do_ToCodeBlock_doTryToCode___spec__3(x_1, x_334, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_259); +x_336 = lean_ctor_get(x_335, 0); +lean_inc(x_336); +x_337 = lean_ctor_get(x_335, 1); lean_inc(x_337); -x_338 = lean_ctor_get(x_336, 1); -lean_inc(x_338); -lean_dec(x_336); -x_339 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__2(x_171, x_151, x_154, x_153, x_62, x_173, x_2, x_337, x_3, x_4, x_5, x_6, x_7, x_30, x_9, x_338); -return x_339; +lean_dec(x_335); +x_338 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__2(x_170, x_150, x_153, x_152, x_61, x_172, x_2, x_336, x_3, x_4, x_5, x_6, x_7, x_34, x_9, x_337); +return x_338; } } else { -lean_object* x_340; lean_object* x_341; lean_object* x_342; -lean_dec(x_145); -lean_dec(x_62); -lean_dec(x_44); -lean_dec(x_36); +lean_object* x_339; lean_object* x_340; lean_object* x_341; +lean_dec(x_144); +lean_dec(x_61); +lean_dec(x_43); lean_dec(x_34); -lean_dec(x_30); -lean_dec(x_28); +lean_dec(x_32); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -37437,30 +37402,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_340 = lean_ctor_get(x_157, 0); +x_339 = lean_ctor_get(x_156, 0); +lean_inc(x_339); +x_340 = lean_ctor_get(x_156, 1); lean_inc(x_340); -x_341 = lean_ctor_get(x_157, 1); -lean_inc(x_341); -lean_dec(x_157); -x_342 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_342, 0, x_340); -lean_ctor_set(x_342, 1, x_341); -return x_342; +lean_dec(x_156); +x_341 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_341, 0, x_339); +lean_ctor_set(x_341, 1, x_340); +return x_341; } } } else { -lean_object* x_343; lean_object* x_344; lean_object* x_345; -lean_dec(x_59); -lean_dec(x_55); -lean_dec(x_49); -lean_dec(x_44); -lean_dec(x_36); +lean_object* x_342; lean_object* x_343; lean_object* x_344; +lean_dec(x_58); +lean_dec(x_54); +lean_dec(x_48); +lean_dec(x_43); lean_dec(x_34); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); +lean_dec(x_33); +lean_dec(x_32); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -37469,27 +37434,27 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_343 = lean_ctor_get(x_61, 0); +x_342 = lean_ctor_get(x_60, 0); +lean_inc(x_342); +x_343 = lean_ctor_get(x_60, 1); lean_inc(x_343); -x_344 = lean_ctor_get(x_61, 1); -lean_inc(x_344); -lean_dec(x_61); -x_345 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_345, 0, x_343); -lean_ctor_set(x_345, 1, x_344); -return x_345; +lean_dec(x_60); +x_344 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_344, 0, x_342); +lean_ctor_set(x_344, 1, x_343); +return x_344; } } else { -lean_object* x_346; lean_object* x_347; lean_object* x_348; -lean_dec(x_49); -lean_dec(x_44); -lean_dec(x_36); +lean_object* x_345; lean_object* x_346; lean_object* x_347; +lean_dec(x_48); +lean_dec(x_43); lean_dec(x_34); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); +lean_dec(x_33); +lean_dec(x_32); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -37498,26 +37463,26 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_346 = lean_ctor_get(x_51, 0); +x_345 = lean_ctor_get(x_50, 0); +lean_inc(x_345); +x_346 = lean_ctor_get(x_50, 1); lean_inc(x_346); -x_347 = lean_ctor_get(x_51, 1); -lean_inc(x_347); -lean_dec(x_51); -x_348 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_348, 0, x_346); -lean_ctor_set(x_348, 1, x_347); -return x_348; +lean_dec(x_50); +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_349; lean_object* x_350; lean_object* x_351; -lean_dec(x_44); -lean_dec(x_36); +lean_object* x_348; lean_object* x_349; lean_object* x_350; +lean_dec(x_43); lean_dec(x_34); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); +lean_dec(x_33); +lean_dec(x_32); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -37526,26 +37491,63 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_349 = lean_ctor_get(x_48, 0); +x_348 = lean_ctor_get(x_47, 0); +lean_inc(x_348); +x_349 = lean_ctor_get(x_47, 1); lean_inc(x_349); -x_350 = lean_ctor_get(x_48, 1); -lean_inc(x_350); -lean_dec(x_48); -x_351 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_351, 0, x_349); -lean_ctor_set(x_351, 1, x_350); -return x_351; +lean_dec(x_47); +x_350 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_350, 0, x_348); +lean_ctor_set(x_350, 1, x_349); +return x_350; } } else { -lean_object* x_352; lean_object* x_353; lean_object* x_354; -lean_dec(x_36); +lean_object* x_351; lean_object* x_352; lean_object* x_353; +lean_dec(x_34); +lean_dec(x_33); +lean_dec(x_32); +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_16); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_351 = lean_ctor_get(x_40, 0); +lean_inc(x_351); +x_352 = lean_ctor_get(x_40, 1); +lean_inc(x_352); +lean_dec(x_40); +x_353 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_353, 0, x_351); +lean_ctor_set(x_353, 1, x_352); +return x_353; +} +} +else +{ +lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_dec(x_34); +lean_dec(x_33); +lean_dec(x_32); lean_dec(x_31); lean_dec(x_30); lean_dec(x_29); lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_16); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -37554,55 +37556,55 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_352 = lean_ctor_get(x_41, 0); -lean_inc(x_352); -x_353 = lean_ctor_get(x_41, 1); -lean_inc(x_353); -lean_dec(x_41); -x_354 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_354, 0, x_352); -lean_ctor_set(x_354, 1, x_353); -return x_354; +x_354 = lean_ctor_get(x_35, 0); +lean_inc(x_354); +x_355 = lean_ctor_get(x_35, 1); +lean_inc(x_355); +lean_dec(x_35); +x_356 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_356, 0, x_354); +lean_ctor_set(x_356, 1, x_355); +return x_356; } } } } else { -lean_object* x_373; lean_object* x_374; lean_object* x_375; uint8_t x_376; +lean_object* x_367; lean_object* x_368; lean_object* x_369; uint8_t x_370; lean_dec(x_14); -x_373 = lean_array_fget(x_13, x_11); -x_374 = lean_unsigned_to_nat(0u); -x_375 = l_Lean_Syntax_getArg(x_373, x_374); -x_376 = l_Lean_Syntax_isNone(x_375); -if (x_376 == 0) -{ -lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; -lean_dec(x_373); +x_367 = lean_array_fget(x_13, x_11); +x_368 = lean_unsigned_to_nat(0u); +x_369 = l_Lean_Syntax_getArg(x_367, x_368); +x_370 = l_Lean_Syntax_isNone(x_369); +if (x_370 == 0) +{ +lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; +lean_dec(x_367); lean_dec(x_13); lean_dec(x_2); lean_dec(x_1); -x_377 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; -x_378 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___spec__2(x_375, x_377, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_379 = lean_ctor_get(x_378, 0); -lean_inc(x_379); -x_380 = lean_ctor_get(x_378, 1); -lean_inc(x_380); -lean_dec(x_378); -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_371 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___closed__21; +x_372 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___spec__2(x_369, x_371, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_373 = lean_ctor_get(x_372, 0); +lean_inc(x_373); +x_374 = lean_ctor_get(x_372, 1); +lean_inc(x_374); +lean_dec(x_372); +x_375 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_375, 0, x_373); +lean_ctor_set(x_375, 1, x_374); +return x_375; } else { -lean_object* x_382; lean_object* x_383; -lean_dec(x_375); -x_382 = lean_box(0); -x_383 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__4(x_373, x_13, x_1, x_2, x_382, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_376; lean_object* x_377; +lean_dec(x_369); +x_376 = lean_box(0); +x_377 = l_Lean_Elab_Term_Do_ToCodeBlock_doForToCode___lambda__4(x_367, x_13, x_1, x_2, x_376, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_1); -lean_dec(x_373); -return x_383; +lean_dec(x_367); +return x_377; } } } @@ -37929,7 +37931,7 @@ lean_inc(x_15); x_23 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_23, 0, x_15); lean_ctor_set(x_23, 1, x_22); -x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_24 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_15); x_25 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_25, 0, x_15); @@ -37960,7 +37962,7 @@ lean_inc(x_28); lean_inc(x_33); lean_inc(x_15); x_36 = l_Lean_Syntax_node4(x_15, x_1, x_33, x_28, x_35, x_2); -x_37 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_37 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_28); lean_inc(x_15); x_38 = l_Lean_Syntax_node3(x_15, x_37, x_25, x_28, x_36); @@ -38138,7 +38140,7 @@ lean_inc(x_35); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_35); lean_ctor_set(x_43, 1, x_42); -x_44 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_44 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_35); x_45 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_45, 0, x_35); @@ -38169,7 +38171,7 @@ lean_inc(x_48); lean_inc(x_53); lean_inc(x_35); x_56 = l_Lean_Syntax_node4(x_35, x_14, x_53, x_48, x_55, x_31); -x_57 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_57 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_48); lean_inc(x_35); x_58 = l_Lean_Syntax_node3(x_35, x_57, x_45, x_48, x_56); @@ -38242,7 +38244,7 @@ x_20 = lean_st_ref_get(x_10, x_11); x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); -x_22 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_22 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_19); x_23 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_23, 0, x_19); @@ -38274,7 +38276,7 @@ x_33 = l_Lean_Syntax_node5(x_19, x_32, x_14, x_29, x_29, x_31, x_14); x_34 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_19); x_35 = l_Lean_Syntax_node1(x_19, x_34, x_33); -x_36 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_36 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; x_37 = l_Lean_Syntax_node3(x_19, x_36, x_23, x_27, x_35); x_38 = 1; x_39 = lean_usize_add(x_2, x_38); @@ -38312,7 +38314,7 @@ lean_inc(x_16); x_24 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_24, 0, x_16); lean_ctor_set(x_24, 1, x_23); -x_25 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_25 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_16); x_26 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_26, 0, x_16); @@ -38347,7 +38349,7 @@ x_38 = l_Lean_Syntax_node5(x_16, x_37, x_34, x_29, x_29, x_36, x_1); x_39 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_16); x_40 = l_Lean_Syntax_node1(x_16, x_39, x_38); -x_41 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_41 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; lean_inc(x_29); lean_inc(x_16); x_42 = l_Lean_Syntax_node3(x_16, x_41, x_26, x_29, x_40); @@ -38412,7 +38414,7 @@ lean_inc(x_16); x_69 = l_Lean_Syntax_node4(x_16, x_61, x_56, x_68, x_60, x_3); lean_inc(x_16); x_70 = l_Lean_Syntax_node2(x_16, x_27, x_62, x_69); -x_71 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_71 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_16); x_72 = l_Lean_Syntax_node1(x_16, x_71, x_70); x_73 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -38553,7 +38555,7 @@ lean_ctor_set(x_28, 0, x_20); lean_ctor_set(x_28, 1, x_27); x_29 = 1; x_30 = l_Lean_SourceInfo_fromRef(x_2, x_29); -x_31 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_31 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; lean_inc(x_30); x_32 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_32, 0, x_30); @@ -38584,7 +38586,7 @@ lean_inc(x_35); lean_inc(x_40); lean_inc(x_20); x_43 = l_Lean_Syntax_node4(x_20, x_3, x_40, x_35, x_42, x_4); -x_44 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_44 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_35); lean_inc(x_20); x_45 = l_Lean_Syntax_node3(x_20, x_44, x_32, x_35, x_43); @@ -38648,7 +38650,7 @@ lean_inc(x_20); x_72 = l_Lean_Syntax_node4(x_20, x_64, x_59, x_71, x_63, x_17); lean_inc(x_20); x_73 = l_Lean_Syntax_node2(x_20, x_33, x_65, x_72); -x_74 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; +x_74 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__10; lean_inc(x_20); x_75 = l_Lean_Syntax_node1(x_20, x_74, x_73); x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_expandDoIf_x3f___spec__5___lambda__2___closed__12; @@ -38711,7 +38713,7 @@ lean_ctor_set(x_24, 0, x_16); lean_ctor_set(x_24, 1, x_23); x_25 = 1; x_26 = l_Lean_SourceInfo_fromRef(x_1, x_25); -x_27 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_27 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; x_28 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_28, 0, x_26); lean_ctor_set(x_28, 1, x_27); @@ -38741,7 +38743,7 @@ lean_inc(x_31); lean_inc(x_36); lean_inc(x_16); x_39 = l_Lean_Syntax_node4(x_16, x_2, x_36, x_31, x_38, x_3); -x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_31); lean_inc(x_28); lean_inc(x_16); @@ -38768,7 +38770,7 @@ x_50 = l_Lean_Syntax_node5(x_16, x_49, x_4, x_31, x_31, x_48, x_36); x_51 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_16); x_52 = l_Lean_Syntax_node1(x_16, x_51, x_50); -x_53 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_53 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; lean_inc(x_31); lean_inc(x_16); x_54 = l_Lean_Syntax_node3(x_16, x_53, x_28, x_31, x_52); @@ -38812,7 +38814,7 @@ lean_ctor_set(x_24, 0, x_16); lean_ctor_set(x_24, 1, x_23); x_25 = 1; x_26 = l_Lean_SourceInfo_fromRef(x_1, x_25); -x_27 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__9; +x_27 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__1; x_28 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_28, 0, x_26); lean_ctor_set(x_28, 1, x_27); @@ -38842,7 +38844,7 @@ lean_inc(x_31); lean_inc(x_36); lean_inc(x_16); x_39 = l_Lean_Syntax_node4(x_16, x_2, x_36, x_31, x_38, x_3); -x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__14; +x_40 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__6; lean_inc(x_31); lean_inc(x_28); lean_inc(x_16); @@ -38876,7 +38878,7 @@ x_53 = l_Lean_Syntax_node5(x_16, x_52, x_4, x_31, x_31, x_51, x_36); x_54 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_Do_destructTuple_destruct___closed__9; lean_inc(x_16); x_55 = l_Lean_Syntax_node1(x_16, x_54, x_53); -x_56 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__12; +x_56 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_liftMethodForbiddenBinder___closed__4; lean_inc(x_16); x_57 = l_Lean_Syntax_node3(x_16, x_56, x_28, x_49, x_55); lean_inc(x_16); @@ -39017,7 +39019,7 @@ return x_47; } else { -lean_object* x_48; uint8_t x_49; uint8_t x_50; +lean_object* x_48; uint8_t x_49; lean_dec(x_24); x_48 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___lambda__2), 10, 1); lean_closure_set(x_48, 0, x_2); @@ -39025,82 +39027,65 @@ lean_inc(x_1); x_49 = l_Lean_Elab_Term_Do_isMutableLet(x_1); if (x_49 == 0) { -uint8_t x_56; -x_56 = 0; -x_50 = x_56; -goto block_55; -} -else -{ -uint8_t x_57; -x_57 = 1; -x_50 = x_57; -goto block_55; -} -block_55: -{ -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___lambda__3), 13, 10); -lean_closure_set(x_51, 0, x_1); -lean_closure_set(x_51, 1, x_14); -lean_closure_set(x_51, 2, x_22); -lean_closure_set(x_51, 3, x_21); -lean_closure_set(x_51, 4, x_48); -lean_closure_set(x_51, 5, x_3); -lean_closure_set(x_51, 6, x_4); -lean_closure_set(x_51, 7, x_5); -lean_closure_set(x_51, 8, x_6); -lean_closure_set(x_51, 9, x_7); -x_52 = l_Lean_Core_withFreshMacroScope___rarg(x_51, x_8, x_9, x_10); -return x_52; +lean_object* x_50; lean_object* x_51; +x_50 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___lambda__3), 13, 10); +lean_closure_set(x_50, 0, x_1); +lean_closure_set(x_50, 1, x_14); +lean_closure_set(x_50, 2, x_22); +lean_closure_set(x_50, 3, x_21); +lean_closure_set(x_50, 4, x_48); +lean_closure_set(x_50, 5, x_3); +lean_closure_set(x_50, 6, x_4); +lean_closure_set(x_50, 7, x_5); +lean_closure_set(x_50, 8, x_6); +lean_closure_set(x_50, 9, x_7); +x_51 = l_Lean_Core_withFreshMacroScope___rarg(x_50, x_8, x_9, x_10); +return x_51; } else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___lambda__4), 13, 10); -lean_closure_set(x_53, 0, x_1); -lean_closure_set(x_53, 1, x_14); -lean_closure_set(x_53, 2, x_22); -lean_closure_set(x_53, 3, x_21); -lean_closure_set(x_53, 4, x_48); -lean_closure_set(x_53, 5, x_3); -lean_closure_set(x_53, 6, x_4); -lean_closure_set(x_53, 7, x_5); -lean_closure_set(x_53, 8, x_6); -lean_closure_set(x_53, 9, x_7); -x_54 = l_Lean_Core_withFreshMacroScope___rarg(x_53, x_8, x_9, x_10); -return x_54; -} +lean_object* x_52; lean_object* x_53; +x_52 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doLetArrowToCode___lambda__4), 13, 10); +lean_closure_set(x_52, 0, x_1); +lean_closure_set(x_52, 1, x_14); +lean_closure_set(x_52, 2, x_22); +lean_closure_set(x_52, 3, x_21); +lean_closure_set(x_52, 4, x_48); +lean_closure_set(x_52, 5, x_3); +lean_closure_set(x_52, 6, x_4); +lean_closure_set(x_52, 7, x_5); +lean_closure_set(x_52, 8, x_6); +lean_closure_set(x_52, 9, x_7); +x_53 = l_Lean_Core_withFreshMacroScope___rarg(x_52, x_8, x_9, x_10); +return x_53; } } } } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_dec(x_13); -x_58 = lean_unsigned_to_nat(0u); -x_59 = l_Lean_Syntax_getArg(x_12, x_58); -x_60 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_extractBind___lambda__1___closed__3; -lean_inc(x_59); -x_61 = lean_array_push(x_60, x_59); -x_62 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_61, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_62) == 0) +x_54 = lean_unsigned_to_nat(0u); +x_55 = l_Lean_Syntax_getArg(x_12, x_54); +x_56 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_extractBind___lambda__1___closed__3; +lean_inc(x_55); +x_57 = lean_array_push(x_56, x_55); +x_58 = l_Lean_Elab_Term_Do_ToCodeBlock_checkNotShadowingMutable(x_57, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -lean_dec(x_62); -x_64 = lean_unsigned_to_nat(3u); -x_65 = l_Lean_Syntax_getArg(x_12, x_64); +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_object* x_63; lean_object* x_64; +x_59 = lean_ctor_get(x_58, 1); +lean_inc(x_59); +lean_dec(x_58); +x_60 = lean_unsigned_to_nat(3u); +x_61 = l_Lean_Syntax_getArg(x_12, x_60); lean_dec(x_12); lean_inc(x_1); -x_66 = l_Lean_Elab_Term_Do_isMutableLet(x_1); +x_62 = l_Lean_Elab_Term_Do_isMutableLet(x_1); lean_inc(x_2); -x_67 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode), 9, 1); -lean_closure_set(x_67, 0, x_2); +x_63 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode), 9, 1); +lean_closure_set(x_63, 0, x_2); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -39108,22 +39093,22 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_61); -x_68 = l_Lean_Elab_Term_Do_ToCodeBlock_withNewMutableVars___rarg(x_61, x_66, x_67, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_63); -if (lean_obj_tag(x_68) == 0) +lean_inc(x_57); +x_64 = l_Lean_Elab_Term_Do_ToCodeBlock_withNewMutableVars___rarg(x_57, x_62, x_63, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_59); +if (lean_obj_tag(x_64) == 0) { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_64, 0); lean_inc(x_65); -x_71 = l_Lean_Elab_Term_Do_isDoExpr_x3f(x_65); -if (lean_obj_tag(x_71) == 0) +x_66 = lean_ctor_get(x_64, 1); +lean_inc(x_66); +lean_dec(x_64); +lean_inc(x_61); +x_67 = l_Lean_Elab_Term_Do_isDoExpr_x3f(x_61); +if (lean_obj_tag(x_67) == 0) { -lean_object* x_72; -lean_dec(x_61); +lean_object* x_68; +lean_dec(x_57); lean_dec(x_1); lean_inc(x_9); lean_inc(x_8); @@ -39132,70 +39117,70 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_65); -x_72 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS(x_65, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_70); -if (lean_obj_tag(x_72) == 0) +lean_inc(x_61); +x_68 = l_Lean_Elab_Term_Do_ToCodeBlock_checkLetArrowRHS(x_61, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_66); +if (lean_obj_tag(x_68) == 0) { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_72, 1); -lean_inc(x_73); -lean_dec(x_72); -x_74 = lean_box(0); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_65); -lean_ctor_set(x_75, 1, x_74); +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_69 = lean_ctor_get(x_68, 1); +lean_inc(x_69); +lean_dec(x_68); +x_70 = lean_box(0); +x_71 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_71, 0, x_61); +lean_ctor_set(x_71, 1, x_70); 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_76 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_75, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_73); -if (lean_obj_tag(x_76) == 0) +x_72 = l_Lean_Elab_Term_Do_ToCodeBlock_doSeqToCode(x_71, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_69); +if (lean_obj_tag(x_72) == 0) { if (lean_obj_tag(x_2) == 0) { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_69); -lean_dec(x_59); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_dec(x_65); +lean_dec(x_55); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -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 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +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); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_80 = lean_ctor_get(x_76, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_76, 1); -lean_inc(x_81); -lean_dec(x_76); -x_82 = lean_ctor_get(x_2, 0); -lean_inc(x_82); +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_76 = lean_ctor_get(x_72, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_72, 1); +lean_inc(x_77); +lean_dec(x_72); +x_78 = lean_ctor_get(x_2, 0); +lean_inc(x_78); lean_dec(x_2); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_59); -x_84 = l_Lean_Elab_Term_Do_concat(x_80, x_82, x_83, x_69, x_4, x_5, x_6, x_7, x_8, x_9, x_81); -return x_84; +x_79 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_55); +x_80 = l_Lean_Elab_Term_Do_concat(x_76, x_78, x_79, x_65, x_4, x_5, x_6, x_7, x_8, x_9, x_77); +return x_80; } } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_69); -lean_dec(x_59); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +lean_dec(x_65); +lean_dec(x_55); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -39203,23 +39188,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_85 = lean_ctor_get(x_76, 0); -lean_inc(x_85); -x_86 = lean_ctor_get(x_76, 1); -lean_inc(x_86); -lean_dec(x_76); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +x_81 = lean_ctor_get(x_72, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_72, 1); +lean_inc(x_82); +lean_dec(x_72); +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; } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_69); +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_dec(x_65); -lean_dec(x_59); +lean_dec(x_61); +lean_dec(x_55); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -39228,23 +39213,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_88 = lean_ctor_get(x_72, 0); -lean_inc(x_88); -x_89 = lean_ctor_get(x_72, 1); -lean_inc(x_89); -lean_dec(x_72); -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; +x_84 = lean_ctor_get(x_68, 0); +lean_inc(x_84); +x_85 = lean_ctor_get(x_68, 1); +lean_inc(x_85); +lean_dec(x_68); +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; } } else { -lean_object* x_91; lean_object* x_92; -lean_dec(x_71); -lean_dec(x_65); -lean_dec(x_59); +lean_object* x_87; lean_object* x_88; +lean_dec(x_67); +lean_dec(x_61); +lean_dec(x_55); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -39253,19 +39238,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_91 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_61, x_1, x_69); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_70); -return x_92; +x_87 = l_Lean_Elab_Term_Do_mkVarDeclCore(x_57, x_1, x_65); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_66); +return x_88; } } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -lean_dec(x_65); +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_dec(x_61); -lean_dec(x_59); +lean_dec(x_57); +lean_dec(x_55); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -39275,22 +39260,22 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_93 = lean_ctor_get(x_68, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_68, 1); -lean_inc(x_94); -lean_dec(x_68); -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; +x_89 = lean_ctor_get(x_64, 0); +lean_inc(x_89); +x_90 = lean_ctor_get(x_64, 1); +lean_inc(x_90); +lean_dec(x_64); +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 { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -lean_dec(x_61); -lean_dec(x_59); +lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_57); +lean_dec(x_55); lean_dec(x_12); lean_dec(x_9); lean_dec(x_8); @@ -39301,15 +39286,15 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_96 = lean_ctor_get(x_62, 0); -lean_inc(x_96); -x_97 = lean_ctor_get(x_62, 1); -lean_inc(x_97); -lean_dec(x_62); -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_92 = lean_ctor_get(x_58, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_58, 1); +lean_inc(x_93); +lean_dec(x_58); +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; } } } @@ -40196,7 +40181,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_Do___hyg_35907____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -40206,27 +40191,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_Do___hyg_35907____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__1; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__1; x_2 = l___regBuiltin_Lean_Elab_Term_elabLiftMethod___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_Do___hyg_35907____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__2; x_2 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems___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_Do___hyg_35907____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__4() { _start: { lean_object* x_1; @@ -40234,17 +40219,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__3; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__3; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__6() { _start: { lean_object* x_1; @@ -40252,47 +40237,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__7; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__7; x_2 = l___private_Lean_Elab_Do_0__Lean_Elab_Term_getDoSeqElems___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_Do___hyg_35907____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__8; x_2 = l___regBuiltin_Lean_Elab_Term_elabLiftMethod___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_Do___hyg_35907____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__9; x_2 = l___regBuiltin_Lean_Elab_Term_Do_elabDo___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_Do___hyg_35907____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__11() { _start: { lean_object* x_1; @@ -40300,33 +40285,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__10; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__10; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____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_Do___hyg_35907____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__12; -x_2 = lean_unsigned_to_nat(35907u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__12; +x_2 = lean_unsigned_to_nat(35900u); 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_Do___hyg_35907_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900_(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_Do_elabDo___closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__13; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__13; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -42354,33 +42339,33 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_Do_elabDo_declRange___closed_ res = l___regBuiltin_Lean_Elab_Term_Do_elabDo_declRange(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_Do___hyg_35907____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907____closed__13); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35907_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900____closed__13); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Do___hyg_35900_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l___regBuiltin_Lean_Elab_Term_expandTermFor___closed__1 = _init_l___regBuiltin_Lean_Elab_Term_expandTermFor___closed__1(); diff --git a/stage0/stdlib/Lean/Elab/ElabRules.c b/stage0/stdlib/Lean/Elab/ElabRules.c index 7e930318f8d2..a30309c81417 100644 --- a/stage0/stdlib/Lean/Elab/ElabRules.c +++ b/stage0/stdlib/Lean/Elab/ElabRules.c @@ -1338,19 +1338,36 @@ static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___clo _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Elab", 4); +x_1 = lean_mk_string_from_bytes("unsupported syntax category '", 29); return x_1; } } static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Elab", 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10() { +_start: +{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("Command", 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11() { _start: { lean_object* x_1; @@ -1358,19 +1375,19 @@ x_1 = lean_mk_string_from_bytes("aux_def", 7); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; 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_elabElabRulesAux___lambda__1___closed__11() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13() { _start: { lean_object* x_1; @@ -1378,19 +1395,19 @@ x_1 = lean_mk_string_from_bytes("attributes", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; 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_elabElabRulesAux___lambda__1___closed__13() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15() { _start: { lean_object* x_1; @@ -1398,7 +1415,7 @@ x_1 = lean_mk_string_from_bytes("@[", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16() { _start: { lean_object* x_1; @@ -1406,19 +1423,19 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; 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_elabElabRulesAux___lambda__1___closed__16() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18() { _start: { lean_object* x_1; @@ -1426,7 +1443,7 @@ x_1 = lean_mk_string_from_bytes("]", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19() { _start: { lean_object* x_1; @@ -1434,26 +1451,26 @@ x_1 = lean_mk_string_from_bytes("elabRules", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22() { _start: { lean_object* x_1; @@ -1461,7 +1478,7 @@ x_1 = lean_mk_string_from_bytes(":", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__23() { _start: { lean_object* x_1; @@ -1469,16 +1486,16 @@ x_1 = lean_mk_string_from_bytes("Lean.Elab.Tactic.Tactic", 23); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__24() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__23; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__23() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__25() { _start: { lean_object* x_1; @@ -1486,42 +1503,42 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__24() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__23; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__25; x_4 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__25() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___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_Command_elabElabRulesAux___lambda__1___closed__24; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__26; 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_elabElabRulesAux___lambda__1___closed__26() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__25; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; 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_elabElabRulesAux___lambda__1___closed__27() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29() { _start: { lean_object* x_1; @@ -1529,7 +1546,7 @@ x_1 = lean_mk_string_from_bytes(":=", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30() { _start: { lean_object* x_1; @@ -1537,19 +1554,19 @@ x_1 = lean_mk_string_from_bytes("fun", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; 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_elabElabRulesAux___lambda__1___closed__30() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__32() { _start: { lean_object* x_1; @@ -1557,19 +1574,19 @@ x_1 = lean_mk_string_from_bytes("matchAlts", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__32; 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_elabElabRulesAux___lambda__1___closed__32() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34() { _start: { lean_object* x_1; @@ -1577,19 +1594,19 @@ x_1 = lean_mk_string_from_bytes("hole", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__32; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; 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_elabElabRulesAux___lambda__1___closed__34() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36() { _start: { lean_object* x_1; @@ -1597,7 +1614,7 @@ x_1 = lean_mk_string_from_bytes("_", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37() { _start: { lean_object* x_1; @@ -1605,19 +1622,19 @@ x_1 = lean_mk_string_from_bytes("noErrorIfUnused", 15); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; 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_elabElabRulesAux___lambda__1___closed__37() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39() { _start: { lean_object* x_1; @@ -1625,7 +1642,7 @@ x_1 = lean_mk_string_from_bytes("no_error_if_unused%", 19); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40() { _start: { lean_object* x_1; @@ -1633,83 +1650,83 @@ x_1 = lean_mk_string_from_bytes("throwUnsupportedSyntax", 22); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__43() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__44() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__43; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__43() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__43; x_2 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__44() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__43; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__44; +x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__44; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; 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_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48() { _start: { lean_object* x_1; lean_object* x_2; @@ -1718,7 +1735,7 @@ x_2 = l_Array_append___rarg(x_1, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__49() { _start: { lean_object* x_1; @@ -1726,19 +1743,19 @@ x_1 = lean_mk_string_from_bytes("attrInstance", 12); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__49; 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_elabElabRulesAux___lambda__1___closed__49() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51() { _start: { lean_object* x_1; @@ -1746,7 +1763,7 @@ x_1 = lean_mk_string_from_bytes("Attr", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__52() { _start: { lean_object* x_1; @@ -1754,19 +1771,19 @@ x_1 = lean_mk_string_from_bytes("simple", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__49; -x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51; +x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__52; 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_elabElabRulesAux___lambda__1___closed__52() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__54() { _start: { lean_object* x_1; lean_object* x_2; @@ -1775,7 +1792,7 @@ x_2 = lean_mk_syntax_ident(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55() { _start: { lean_object* x_1; lean_object* x_2; @@ -1784,7 +1801,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__54() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__56() { _start: { lean_object* x_1; @@ -1792,33 +1809,16 @@ x_1 = lean_mk_string_from_bytes("conv", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55() { +static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__57() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__54; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__56; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__56() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unsupported syntax category '", 29); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__57() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__56; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__58() { _start: { @@ -1867,8 +1867,8 @@ static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___clo { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__62; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -1955,7 +1955,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___clo { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; x_3 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__3; x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__71; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -2201,8 +2201,8 @@ static lean_object* _init_l_Lean_Elab_Command_elabElabRulesAux___lambda__1___clo { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__97; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -2269,465 +2269,461 @@ x_13 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__4; x_14 = lean_name_eq(x_7, x_13); if (x_14 == 0) { -lean_object* x_15; lean_object* x_201; uint8_t x_202; -x_201 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__6; -x_202 = lean_name_eq(x_7, x_201); -if (x_202 == 0) +uint8_t x_15; lean_object* x_207; uint8_t x_208; +x_207 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__6; +x_208 = lean_name_eq(x_7, x_207); +if (x_208 == 0) +{ +lean_object* x_209; uint8_t x_210; +x_209 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__57; +x_210 = lean_name_eq(x_7, x_209); +x_15 = x_210; +goto block_206; +} +else +{ +uint8_t x_211; +x_211 = 1; +x_15 = x_211; +goto block_206; +} +block_206: { -lean_object* x_203; uint8_t x_204; -x_203 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55; -x_204 = lean_name_eq(x_7, x_203); -if (x_204 == 0) +if (x_15 == 0) { -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_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_205 = l_Lean_MessageData_ofName(x_7); -x_206 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__57; -x_207 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_207, 0, x_206); -lean_ctor_set(x_207, 1, x_205); -x_208 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__11; -x_209 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_209, 0, x_207); -lean_ctor_set(x_209, 1, x_208); -x_210 = l_Lean_throwError___at_Lean_Elab_Command_elabCommand___spec__16(x_209, x_8, x_9, x_10); +x_16 = l_Lean_MessageData_ofName(x_7); +x_17 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_18 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_16); +x_19 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__11; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = l_Lean_throwError___at_Lean_Elab_Command_elabCommand___spec__16(x_20, x_8, x_9, x_10); lean_dec(x_9); -return x_210; -} -else -{ -lean_object* x_211; -lean_dec(x_7); -x_211 = lean_box(0); -x_15 = x_211; -goto block_200; -} +return x_21; } else { -lean_object* x_212; +lean_object* x_22; lean_object* x_23; uint8_t x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; 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_dec(x_7); -x_212 = lean_box(0); -x_15 = x_212; -goto block_200; -} -block_200: -{ -lean_object* x_16; lean_object* x_17; uint8_t 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_dec(x_15); -x_176 = 0; +x_182 = 0; lean_inc(x_2); -x_177 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_176, x_8, x_9, x_10); -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); -x_180 = l_Lean_Elab_Command_getRef(x_8, x_9, x_179); -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_SourceInfo_fromRef(x_181, x_176); -x_184 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_182); -x_185 = lean_ctor_get(x_184, 1); +x_183 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_182, x_8, x_9, x_10); +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_184); -x_186 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_185); -x_187 = lean_ctor_get(x_186, 1); +lean_dec(x_183); +x_186 = l_Lean_Elab_Command_getRef(x_8, x_9, 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_188 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_183); -x_189 = l_Lean_Syntax_node1(x_183, x_188, x_178); -x_190 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51; -x_191 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__52; -lean_inc(x_183); -x_192 = l_Lean_Syntax_node2(x_183, x_190, x_191, x_189); -x_193 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; -x_194 = l_Lean_Syntax_node2(x_183, x_193, x_5, x_192); +x_189 = l_Lean_SourceInfo_fromRef(x_187, x_182); +x_190 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_188); +x_191 = lean_ctor_get(x_190, 1); +lean_inc(x_191); +lean_dec(x_190); +x_192 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_191); +x_193 = lean_ctor_get(x_192, 1); +lean_inc(x_193); +lean_dec(x_192); +x_194 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_189); +x_195 = l_Lean_Syntax_node1(x_189, x_194, x_184); +x_196 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; +x_197 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__54; +lean_inc(x_189); +x_198 = l_Lean_Syntax_node2(x_189, x_196, x_197, x_195); +x_199 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50; +x_200 = l_Lean_Syntax_node2(x_189, x_199, x_5, x_198); if (lean_obj_tag(x_6) == 0) { -lean_object* x_195; lean_object* x_196; -x_195 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; -x_196 = lean_array_push(x_195, x_194); -x_16 = x_196; -x_17 = x_187; -goto block_175; +lean_object* x_201; lean_object* x_202; +x_201 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55; +x_202 = lean_array_push(x_201, x_200); +x_22 = x_202; +x_23 = x_193; +goto block_181; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_197 = lean_ctor_get(x_6, 0); -x_198 = l_Lean_Syntax_TSepArray_getElems___rarg(x_197); -x_199 = lean_array_push(x_198, x_194); -x_16 = x_199; -x_17 = x_187; -goto block_175; +lean_object* x_203; lean_object* x_204; lean_object* x_205; +x_203 = lean_ctor_get(x_6, 0); +x_204 = l_Lean_Syntax_TSepArray_getElems___rarg(x_203); +x_205 = lean_array_push(x_204, x_200); +x_22 = x_205; +x_23 = x_193; +goto block_181; } -block_175: +block_181: { -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; uint8_t x_27; -x_18 = l_Lean_Elab_Command_getRef(x_8, x_9, x_17); -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 = 0; -x_22 = l_Lean_SourceInfo_fromRef(x_19, x_21); -x_23 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_20); -lean_dec(x_8); -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_24 = l_Lean_Elab_Command_getRef(x_8, x_9, x_23); +x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); -lean_dec(x_23); -x_26 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +lean_dec(x_24); +x_27 = 0; +x_28 = l_Lean_SourceInfo_fromRef(x_25, x_27); +x_29 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_26); +lean_dec(x_8); +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 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_31); lean_dec(x_9); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 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_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; 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; -x_28 = lean_ctor_get(x_26, 0); -x_29 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_22); -x_30 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_30, 0, x_22); -lean_ctor_set(x_30, 1, x_29); -x_31 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_32 = l_Lean_mkSepArray(x_16, x_31); -lean_dec(x_16); -x_33 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_34 = l_Array_append___rarg(x_33, x_32); -x_35 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_22); -x_36 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_36, 0, x_22); +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; 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; 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; +x_34 = lean_ctor_get(x_32, 0); +x_35 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_28); +x_36 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_36, 0, x_28); lean_ctor_set(x_36, 1, x_35); -lean_ctor_set(x_36, 2, x_34); -x_37 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_22); -x_38 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_38, 0, x_22); -lean_ctor_set(x_38, 1, x_37); -x_39 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_22); -x_40 = l_Lean_Syntax_node3(x_22, x_39, x_30, x_36, x_38); -lean_inc(x_22); -x_41 = l_Lean_Syntax_node1(x_22, x_35, x_40); -x_42 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_22); -x_43 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_43, 0, x_22); -lean_ctor_set(x_43, 1, x_42); -x_44 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_24); +x_37 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_38 = l_Lean_mkSepArray(x_22, x_37); +lean_dec(x_22); +x_39 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_40 = l_Array_append___rarg(x_39, x_38); +x_41 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; lean_inc(x_28); -x_45 = l_Lean_addMacroScope(x_28, x_44, x_24); -x_46 = lean_box(0); -x_47 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_22); -x_48 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_48, 0, x_22); -lean_ctor_set(x_48, 1, x_47); -lean_ctor_set(x_48, 2, x_45); -lean_ctor_set(x_48, 3, x_46); -x_49 = lean_mk_syntax_ident(x_2); -lean_inc(x_22); -x_50 = l_Lean_Syntax_node2(x_22, x_35, x_48, x_49); -x_51 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_22); -x_52 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_52, 0, x_22); -lean_ctor_set(x_52, 1, x_51); -x_53 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__24; -lean_inc(x_24); +x_42 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_42, 0, x_28); +lean_ctor_set(x_42, 1, x_41); +lean_ctor_set(x_42, 2, x_40); +x_43 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_28); +x_44 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_44, 0, x_28); +lean_ctor_set(x_44, 1, x_43); +x_45 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_28); +x_46 = l_Lean_Syntax_node3(x_28, x_45, x_36, x_42, x_44); +lean_inc(x_28); +x_47 = l_Lean_Syntax_node1(x_28, x_41, x_46); +x_48 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_28); +x_49 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_49, 0, x_28); +lean_ctor_set(x_49, 1, x_48); +x_50 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_30); +lean_inc(x_34); +x_51 = l_Lean_addMacroScope(x_34, x_50, x_30); +x_52 = lean_box(0); +x_53 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_28); +x_54 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_54, 0, x_28); +lean_ctor_set(x_54, 1, x_53); +lean_ctor_set(x_54, 2, x_51); +lean_ctor_set(x_54, 3, x_52); +x_55 = lean_mk_syntax_ident(x_2); +lean_inc(x_28); +x_56 = l_Lean_Syntax_node2(x_28, x_41, x_54, x_55); +x_57 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_28); +x_58 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_58, 0, x_28); +lean_ctor_set(x_58, 1, x_57); +x_59 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__26; +lean_inc(x_30); +lean_inc(x_34); +x_60 = l_Lean_addMacroScope(x_34, x_59, x_30); +x_61 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__24; +x_62 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; +lean_inc(x_28); +x_63 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_63, 0, x_28); +lean_ctor_set(x_63, 1, x_61); +lean_ctor_set(x_63, 2, x_60); +lean_ctor_set(x_63, 3, x_62); +x_64 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_28); +x_65 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_65, 0, x_28); +lean_ctor_set(x_65, 1, x_64); +x_66 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_28); +x_67 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_67, 0, x_28); +lean_ctor_set(x_67, 1, x_66); +x_68 = l_Array_append___rarg(x_39, x_3); +x_69 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_28); +x_70 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_70, 0, x_28); +lean_ctor_set(x_70, 1, x_69); +x_71 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; lean_inc(x_28); -x_54 = l_Lean_addMacroScope(x_28, x_53, x_24); -x_55 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; -x_56 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__26; -lean_inc(x_22); -x_57 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_57, 0, x_22); -lean_ctor_set(x_57, 1, x_55); -lean_ctor_set(x_57, 2, x_54); -lean_ctor_set(x_57, 3, x_56); -x_58 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_22); -x_59 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_59, 0, x_22); -lean_ctor_set(x_59, 1, x_58); -x_60 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_22); -x_61 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_61, 0, x_22); -lean_ctor_set(x_61, 1, x_60); -x_62 = l_Array_append___rarg(x_33, x_3); -x_63 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_22); -x_64 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_64, 0, x_22); -lean_ctor_set(x_64, 1, x_63); -x_65 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_22); -x_66 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_66, 0, x_22); -lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_22); -x_68 = l_Lean_Syntax_node1(x_22, x_67, x_66); -lean_inc(x_22); -x_69 = l_Lean_Syntax_node1(x_22, x_35, x_68); -lean_inc(x_22); -x_70 = l_Lean_Syntax_node1(x_22, x_35, x_69); -x_71 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_22); x_72 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_72, 0, x_22); +lean_ctor_set(x_72, 0, x_28); lean_ctor_set(x_72, 1, x_71); -x_73 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_22); -x_74 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_74, 0, x_22); -lean_ctor_set(x_74, 1, x_73); -x_75 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_76 = l_Lean_addMacroScope(x_28, x_75, x_24); -x_77 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_78 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_22); -x_79 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_79, 0, x_22); -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_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_22); -x_81 = l_Lean_Syntax_node2(x_22, x_80, x_74, x_79); -x_82 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_22); -x_83 = l_Lean_Syntax_node4(x_22, x_82, x_64, x_70, x_72, x_81); -x_84 = lean_array_push(x_62, x_83); -lean_inc(x_22); -x_85 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_85, 0, x_22); -lean_ctor_set(x_85, 1, x_35); -lean_ctor_set(x_85, 2, x_84); -x_86 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_22); -x_87 = l_Lean_Syntax_node1(x_22, x_86, x_85); -x_88 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_22); -x_89 = l_Lean_Syntax_node2(x_22, x_88, x_61, x_87); -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_90 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_22); +x_73 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_28); +x_74 = l_Lean_Syntax_node1(x_28, x_73, x_72); +lean_inc(x_28); +x_75 = l_Lean_Syntax_node1(x_28, x_41, x_74); +lean_inc(x_28); +x_76 = l_Lean_Syntax_node1(x_28, x_41, x_75); +x_77 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_28); +x_78 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_78, 0, x_28); +lean_ctor_set(x_78, 1, x_77); +x_79 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_28); +x_80 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_80, 0, x_28); +lean_ctor_set(x_80, 1, x_79); +x_81 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_82 = l_Lean_addMacroScope(x_34, x_81, x_30); +x_83 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_84 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_28); +x_85 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_85, 0, x_28); +lean_ctor_set(x_85, 1, x_83); +lean_ctor_set(x_85, 2, x_82); +lean_ctor_set(x_85, 3, x_84); +x_86 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_28); +x_87 = l_Lean_Syntax_node2(x_28, x_86, x_80, x_85); +x_88 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_28); +x_89 = l_Lean_Syntax_node4(x_28, x_88, x_70, x_76, x_78, x_87); +x_90 = lean_array_push(x_68, x_89); +lean_inc(x_28); x_91 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_91, 0, x_22); -lean_ctor_set(x_91, 1, x_35); +lean_ctor_set(x_91, 0, x_28); +lean_ctor_set(x_91, 1, x_41); lean_ctor_set(x_91, 2, x_90); -x_92 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_93 = l_Lean_Syntax_node8(x_22, x_92, x_91, x_41, x_43, x_50, x_52, x_57, x_59, x_89); -lean_ctor_set(x_26, 0, x_93); -return x_26; +x_92 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_28); +x_93 = l_Lean_Syntax_node1(x_28, x_92, x_91); +x_94 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_28); +x_95 = l_Lean_Syntax_node2(x_28, x_94, x_67, x_93); +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_96 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_28); +x_97 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_97, 0, x_28); +lean_ctor_set(x_97, 1, x_41); +lean_ctor_set(x_97, 2, x_96); +x_98 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_99 = l_Lean_Syntax_node8(x_28, x_98, x_97, x_47, x_49, x_56, x_58, x_63, x_65, x_95); +lean_ctor_set(x_32, 0, x_99); +return x_32; } 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; -x_94 = lean_ctor_get(x_4, 0); -lean_inc(x_94); +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_100 = lean_ctor_get(x_4, 0); +lean_inc(x_100); lean_dec(x_4); -x_95 = l_Array_mkArray1___rarg(x_94); -x_96 = l_Array_append___rarg(x_33, x_95); -lean_inc(x_22); -x_97 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_97, 0, x_22); -lean_ctor_set(x_97, 1, x_35); -lean_ctor_set(x_97, 2, x_96); -x_98 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_99 = l_Lean_Syntax_node8(x_22, x_98, x_97, x_41, x_43, x_50, x_52, x_57, x_59, x_89); -lean_ctor_set(x_26, 0, x_99); -return x_26; +x_101 = l_Array_mkArray1___rarg(x_100); +x_102 = l_Array_append___rarg(x_39, x_101); +lean_inc(x_28); +x_103 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_103, 0, x_28); +lean_ctor_set(x_103, 1, x_41); +lean_ctor_set(x_103, 2, x_102); +x_104 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_105 = l_Lean_Syntax_node8(x_28, x_104, x_103, x_47, x_49, x_56, x_58, x_63, x_65, x_95); +lean_ctor_set(x_32, 0, x_105); +return x_32; } } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_100 = lean_ctor_get(x_26, 0); -x_101 = lean_ctor_get(x_26, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_26); -x_102 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_22); -x_103 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_103, 0, x_22); -lean_ctor_set(x_103, 1, x_102); -x_104 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_105 = l_Lean_mkSepArray(x_16, x_104); -lean_dec(x_16); -x_106 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_107 = l_Array_append___rarg(x_106, x_105); -x_108 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_22); -x_109 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_109, 0, x_22); +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_106 = lean_ctor_get(x_32, 0); +x_107 = lean_ctor_get(x_32, 1); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_32); +x_108 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_28); +x_109 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_109, 0, x_28); lean_ctor_set(x_109, 1, x_108); -lean_ctor_set(x_109, 2, x_107); -x_110 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_22); -x_111 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_111, 0, x_22); -lean_ctor_set(x_111, 1, x_110); -x_112 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_22); -x_113 = l_Lean_Syntax_node3(x_22, x_112, x_103, x_109, x_111); -lean_inc(x_22); -x_114 = l_Lean_Syntax_node1(x_22, x_108, x_113); -x_115 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_22); -x_116 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_116, 0, x_22); -lean_ctor_set(x_116, 1, x_115); -x_117 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_24); -lean_inc(x_100); -x_118 = l_Lean_addMacroScope(x_100, x_117, x_24); -x_119 = lean_box(0); -x_120 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_22); -x_121 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_121, 0, x_22); -lean_ctor_set(x_121, 1, x_120); -lean_ctor_set(x_121, 2, x_118); -lean_ctor_set(x_121, 3, x_119); -x_122 = lean_mk_syntax_ident(x_2); -lean_inc(x_22); -x_123 = l_Lean_Syntax_node2(x_22, x_108, x_121, x_122); -x_124 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_22); -x_125 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_125, 0, x_22); -lean_ctor_set(x_125, 1, x_124); -x_126 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__24; -lean_inc(x_24); -lean_inc(x_100); -x_127 = l_Lean_addMacroScope(x_100, x_126, x_24); -x_128 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; -x_129 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__26; -lean_inc(x_22); -x_130 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_130, 0, x_22); -lean_ctor_set(x_130, 1, x_128); -lean_ctor_set(x_130, 2, x_127); -lean_ctor_set(x_130, 3, x_129); -x_131 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_22); -x_132 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_132, 0, x_22); -lean_ctor_set(x_132, 1, x_131); -x_133 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_22); -x_134 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_134, 0, x_22); -lean_ctor_set(x_134, 1, x_133); -x_135 = l_Array_append___rarg(x_106, x_3); -x_136 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_22); -x_137 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_137, 0, x_22); -lean_ctor_set(x_137, 1, x_136); -x_138 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_22); -x_139 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_139, 0, x_22); -lean_ctor_set(x_139, 1, x_138); -x_140 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_22); -x_141 = l_Lean_Syntax_node1(x_22, x_140, x_139); -lean_inc(x_22); -x_142 = l_Lean_Syntax_node1(x_22, x_108, x_141); -lean_inc(x_22); -x_143 = l_Lean_Syntax_node1(x_22, x_108, x_142); -x_144 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_22); +x_110 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_111 = l_Lean_mkSepArray(x_22, x_110); +lean_dec(x_22); +x_112 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_113 = l_Array_append___rarg(x_112, x_111); +x_114 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_28); +x_115 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_115, 0, x_28); +lean_ctor_set(x_115, 1, x_114); +lean_ctor_set(x_115, 2, x_113); +x_116 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_28); +x_117 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_117, 0, x_28); +lean_ctor_set(x_117, 1, x_116); +x_118 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_28); +x_119 = l_Lean_Syntax_node3(x_28, x_118, x_109, x_115, x_117); +lean_inc(x_28); +x_120 = l_Lean_Syntax_node1(x_28, x_114, x_119); +x_121 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_28); +x_122 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_122, 0, x_28); +lean_ctor_set(x_122, 1, x_121); +x_123 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_30); +lean_inc(x_106); +x_124 = l_Lean_addMacroScope(x_106, x_123, x_30); +x_125 = lean_box(0); +x_126 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_28); +x_127 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_127, 0, x_28); +lean_ctor_set(x_127, 1, x_126); +lean_ctor_set(x_127, 2, x_124); +lean_ctor_set(x_127, 3, x_125); +x_128 = lean_mk_syntax_ident(x_2); +lean_inc(x_28); +x_129 = l_Lean_Syntax_node2(x_28, x_114, x_127, x_128); +x_130 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_28); +x_131 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_131, 0, x_28); +lean_ctor_set(x_131, 1, x_130); +x_132 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__26; +lean_inc(x_30); +lean_inc(x_106); +x_133 = l_Lean_addMacroScope(x_106, x_132, x_30); +x_134 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__24; +x_135 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; +lean_inc(x_28); +x_136 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_136, 0, x_28); +lean_ctor_set(x_136, 1, x_134); +lean_ctor_set(x_136, 2, x_133); +lean_ctor_set(x_136, 3, x_135); +x_137 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_28); +x_138 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_138, 0, x_28); +lean_ctor_set(x_138, 1, x_137); +x_139 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_28); +x_140 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_140, 0, x_28); +lean_ctor_set(x_140, 1, x_139); +x_141 = l_Array_append___rarg(x_112, x_3); +x_142 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_28); +x_143 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_143, 0, x_28); +lean_ctor_set(x_143, 1, x_142); +x_144 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_28); x_145 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_145, 0, x_22); +lean_ctor_set(x_145, 0, x_28); lean_ctor_set(x_145, 1, x_144); -x_146 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_22); -x_147 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_147, 0, x_22); -lean_ctor_set(x_147, 1, x_146); -x_148 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_149 = l_Lean_addMacroScope(x_100, x_148, x_24); -x_150 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_151 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_22); -x_152 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_152, 0, x_22); -lean_ctor_set(x_152, 1, x_150); -lean_ctor_set(x_152, 2, x_149); -lean_ctor_set(x_152, 3, x_151); -x_153 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_22); -x_154 = l_Lean_Syntax_node2(x_22, x_153, x_147, x_152); -x_155 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_22); -x_156 = l_Lean_Syntax_node4(x_22, x_155, x_137, x_143, x_145, x_154); -x_157 = lean_array_push(x_135, x_156); -lean_inc(x_22); -x_158 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_158, 0, x_22); -lean_ctor_set(x_158, 1, x_108); -lean_ctor_set(x_158, 2, x_157); -x_159 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_22); -x_160 = l_Lean_Syntax_node1(x_22, x_159, x_158); -x_161 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_22); -x_162 = l_Lean_Syntax_node2(x_22, x_161, x_134, x_160); -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_163 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_22); +x_146 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_28); +x_147 = l_Lean_Syntax_node1(x_28, x_146, x_145); +lean_inc(x_28); +x_148 = l_Lean_Syntax_node1(x_28, x_114, x_147); +lean_inc(x_28); +x_149 = l_Lean_Syntax_node1(x_28, x_114, x_148); +x_150 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_28); +x_151 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_151, 0, x_28); +lean_ctor_set(x_151, 1, x_150); +x_152 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_28); +x_153 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_153, 0, x_28); +lean_ctor_set(x_153, 1, x_152); +x_154 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_155 = l_Lean_addMacroScope(x_106, x_154, x_30); +x_156 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_157 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_28); +x_158 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_158, 0, x_28); +lean_ctor_set(x_158, 1, x_156); +lean_ctor_set(x_158, 2, x_155); +lean_ctor_set(x_158, 3, x_157); +x_159 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_28); +x_160 = l_Lean_Syntax_node2(x_28, x_159, x_153, x_158); +x_161 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_28); +x_162 = l_Lean_Syntax_node4(x_28, x_161, x_143, x_149, x_151, x_160); +x_163 = lean_array_push(x_141, x_162); +lean_inc(x_28); x_164 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_164, 0, x_22); -lean_ctor_set(x_164, 1, x_108); +lean_ctor_set(x_164, 0, x_28); +lean_ctor_set(x_164, 1, x_114); lean_ctor_set(x_164, 2, x_163); -x_165 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_166 = l_Lean_Syntax_node8(x_22, x_165, x_164, x_114, x_116, x_123, x_125, x_130, x_132, x_162); -x_167 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_167, 0, x_166); -lean_ctor_set(x_167, 1, x_101); -return x_167; +x_165 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_28); +x_166 = l_Lean_Syntax_node1(x_28, x_165, x_164); +x_167 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_28); +x_168 = l_Lean_Syntax_node2(x_28, x_167, x_140, x_166); +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_169 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_28); +x_170 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_170, 0, x_28); +lean_ctor_set(x_170, 1, x_114); +lean_ctor_set(x_170, 2, x_169); +x_171 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_172 = l_Lean_Syntax_node8(x_28, x_171, x_170, x_120, x_122, x_129, x_131, x_136, x_138, x_168); +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_172); +lean_ctor_set(x_173, 1, x_107); +return x_173; } 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; -x_168 = lean_ctor_get(x_4, 0); -lean_inc(x_168); +lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_174 = lean_ctor_get(x_4, 0); +lean_inc(x_174); lean_dec(x_4); -x_169 = l_Array_mkArray1___rarg(x_168); -x_170 = l_Array_append___rarg(x_106, x_169); -lean_inc(x_22); -x_171 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_171, 0, x_22); -lean_ctor_set(x_171, 1, x_108); -lean_ctor_set(x_171, 2, x_170); -x_172 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_173 = l_Lean_Syntax_node8(x_22, x_172, x_171, x_114, x_116, x_123, x_125, x_130, x_132, x_162); -x_174 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_174, 0, x_173); -lean_ctor_set(x_174, 1, x_101); -return x_174; +x_175 = l_Array_mkArray1___rarg(x_174); +x_176 = l_Array_append___rarg(x_112, x_175); +lean_inc(x_28); +x_177 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_177, 0, x_28); +lean_ctor_set(x_177, 1, x_114); +lean_ctor_set(x_177, 2, x_176); +x_178 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_179 = l_Lean_Syntax_node8(x_28, x_178, x_177, x_120, x_122, x_129, x_131, x_136, x_138, x_168); +x_180 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_180, 0, x_179); +lean_ctor_set(x_180, 1, x_107); +return x_180; +} } } } @@ -2735,418 +2731,418 @@ return x_174; } else { -lean_object* x_213; lean_object* x_214; 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; 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_212; lean_object* x_213; uint8_t x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_dec(x_7); -x_373 = 0; +x_372 = 0; lean_inc(x_2); -x_374 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_373, x_8, x_9, x_10); -x_375 = lean_ctor_get(x_374, 0); +x_373 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_372, x_8, x_9, x_10); +x_374 = lean_ctor_get(x_373, 0); +lean_inc(x_374); +x_375 = lean_ctor_get(x_373, 1); lean_inc(x_375); -x_376 = lean_ctor_get(x_374, 1); -lean_inc(x_376); -lean_dec(x_374); -x_377 = l_Lean_Elab_Command_getRef(x_8, x_9, x_376); -x_378 = lean_ctor_get(x_377, 0); +lean_dec(x_373); +x_376 = l_Lean_Elab_Command_getRef(x_8, x_9, x_375); +x_377 = lean_ctor_get(x_376, 0); +lean_inc(x_377); +x_378 = lean_ctor_get(x_376, 1); lean_inc(x_378); -x_379 = lean_ctor_get(x_377, 1); +lean_dec(x_376); +x_379 = l_Lean_SourceInfo_fromRef(x_377, x_372); +x_380 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_378); +x_381 = lean_ctor_get(x_380, 1); +lean_inc(x_381); +lean_dec(x_380); +x_382 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_381); +x_383 = lean_ctor_get(x_382, 1); +lean_inc(x_383); +lean_dec(x_382); +x_384 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_379); +x_385 = l_Lean_Syntax_node1(x_379, x_384, x_374); +x_386 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; +x_387 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__66; lean_inc(x_379); -lean_dec(x_377); -x_380 = l_Lean_SourceInfo_fromRef(x_378, x_373); -x_381 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_379); -x_382 = lean_ctor_get(x_381, 1); -lean_inc(x_382); -lean_dec(x_381); -x_383 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_382); -x_384 = lean_ctor_get(x_383, 1); -lean_inc(x_384); -lean_dec(x_383); -x_385 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_380); -x_386 = l_Lean_Syntax_node1(x_380, x_385, x_375); -x_387 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51; -x_388 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__66; -lean_inc(x_380); -x_389 = l_Lean_Syntax_node2(x_380, x_387, x_388, x_386); -x_390 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; -x_391 = l_Lean_Syntax_node2(x_380, x_390, x_5, x_389); +x_388 = l_Lean_Syntax_node2(x_379, x_386, x_387, x_385); +x_389 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50; +x_390 = l_Lean_Syntax_node2(x_379, x_389, x_5, x_388); if (lean_obj_tag(x_6) == 0) { -lean_object* x_392; lean_object* x_393; -x_392 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; -x_393 = lean_array_push(x_392, x_391); -x_213 = x_393; -x_214 = x_384; -goto block_372; +lean_object* x_391; lean_object* x_392; +x_391 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55; +x_392 = lean_array_push(x_391, x_390); +x_212 = x_392; +x_213 = x_383; +goto block_371; } else { -lean_object* x_394; lean_object* x_395; lean_object* x_396; -x_394 = lean_ctor_get(x_6, 0); -x_395 = l_Lean_Syntax_TSepArray_getElems___rarg(x_394); -x_396 = lean_array_push(x_395, x_391); -x_213 = x_396; -x_214 = x_384; -goto block_372; -} -block_372: -{ -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; uint8_t x_224; -x_215 = l_Lean_Elab_Command_getRef(x_8, x_9, x_214); -x_216 = lean_ctor_get(x_215, 0); +lean_object* x_393; lean_object* x_394; lean_object* x_395; +x_393 = lean_ctor_get(x_6, 0); +x_394 = l_Lean_Syntax_TSepArray_getElems___rarg(x_393); +x_395 = lean_array_push(x_394, x_390); +x_212 = x_395; +x_213 = x_383; +goto block_371; +} +block_371: +{ +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; uint8_t x_223; +x_214 = l_Lean_Elab_Command_getRef(x_8, x_9, x_213); +x_215 = lean_ctor_get(x_214, 0); +lean_inc(x_215); +x_216 = lean_ctor_get(x_214, 1); lean_inc(x_216); -x_217 = lean_ctor_get(x_215, 1); -lean_inc(x_217); -lean_dec(x_215); -x_218 = 0; -x_219 = l_Lean_SourceInfo_fromRef(x_216, x_218); -x_220 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_217); +lean_dec(x_214); +x_217 = 0; +x_218 = l_Lean_SourceInfo_fromRef(x_215, x_217); +x_219 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_216); lean_dec(x_8); -x_221 = lean_ctor_get(x_220, 0); +x_220 = lean_ctor_get(x_219, 0); +lean_inc(x_220); +x_221 = lean_ctor_get(x_219, 1); lean_inc(x_221); -x_222 = lean_ctor_get(x_220, 1); -lean_inc(x_222); -lean_dec(x_220); -x_223 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_222); +lean_dec(x_219); +x_222 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_221); lean_dec(x_9); -x_224 = !lean_is_exclusive(x_223); -if (x_224 == 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; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; -x_225 = lean_ctor_get(x_223, 0); -x_226 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_219); -x_227 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_227, 0, x_219); -lean_ctor_set(x_227, 1, x_226); -x_228 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_229 = l_Lean_mkSepArray(x_213, x_228); -lean_dec(x_213); -x_230 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_231 = l_Array_append___rarg(x_230, x_229); -x_232 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_219); -x_233 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_233, 0, x_219); -lean_ctor_set(x_233, 1, x_232); -lean_ctor_set(x_233, 2, x_231); -x_234 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_219); -x_235 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_235, 0, x_219); -lean_ctor_set(x_235, 1, x_234); -x_236 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_219); -x_237 = l_Lean_Syntax_node3(x_219, x_236, x_227, x_233, x_235); -lean_inc(x_219); -x_238 = l_Lean_Syntax_node1(x_219, x_232, x_237); -x_239 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_219); -x_240 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_240, 0, x_219); -lean_ctor_set(x_240, 1, x_239); -x_241 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_221); -lean_inc(x_225); -x_242 = l_Lean_addMacroScope(x_225, x_241, x_221); -x_243 = lean_box(0); -x_244 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_219); -x_245 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_245, 0, x_219); -lean_ctor_set(x_245, 1, x_244); -lean_ctor_set(x_245, 2, x_242); -lean_ctor_set(x_245, 3, x_243); -x_246 = lean_mk_syntax_ident(x_2); -lean_inc(x_219); -x_247 = l_Lean_Syntax_node2(x_219, x_232, x_245, x_246); -x_248 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_219); -x_249 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_249, 0, x_219); -lean_ctor_set(x_249, 1, x_248); -x_250 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__63; -lean_inc(x_221); -lean_inc(x_225); -x_251 = l_Lean_addMacroScope(x_225, x_250, x_221); -x_252 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__61; -x_253 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__65; -lean_inc(x_219); -x_254 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_254, 0, x_219); -lean_ctor_set(x_254, 1, x_252); -lean_ctor_set(x_254, 2, x_251); -lean_ctor_set(x_254, 3, x_253); -x_255 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_219); -x_256 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_256, 0, x_219); -lean_ctor_set(x_256, 1, x_255); -x_257 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_219); -x_258 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_258, 0, x_219); -lean_ctor_set(x_258, 1, x_257); -x_259 = l_Array_append___rarg(x_230, x_3); -x_260 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_219); -x_261 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_261, 0, x_219); -lean_ctor_set(x_261, 1, x_260); -x_262 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_219); -x_263 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_263, 0, x_219); -lean_ctor_set(x_263, 1, x_262); -x_264 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_219); -x_265 = l_Lean_Syntax_node1(x_219, x_264, x_263); -lean_inc(x_219); -x_266 = l_Lean_Syntax_node1(x_219, x_232, x_265); -lean_inc(x_219); -x_267 = l_Lean_Syntax_node1(x_219, x_232, x_266); -x_268 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_219); -x_269 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_269, 0, x_219); -lean_ctor_set(x_269, 1, x_268); -x_270 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_219); -x_271 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_271, 0, x_219); -lean_ctor_set(x_271, 1, x_270); -x_272 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_273 = l_Lean_addMacroScope(x_225, x_272, x_221); -x_274 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_275 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_219); -x_276 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_276, 0, x_219); -lean_ctor_set(x_276, 1, x_274); -lean_ctor_set(x_276, 2, x_273); -lean_ctor_set(x_276, 3, x_275); -x_277 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_219); -x_278 = l_Lean_Syntax_node2(x_219, x_277, x_271, x_276); -x_279 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_219); -x_280 = l_Lean_Syntax_node4(x_219, x_279, x_261, x_267, x_269, x_278); -x_281 = lean_array_push(x_259, x_280); -lean_inc(x_219); -x_282 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_282, 0, x_219); -lean_ctor_set(x_282, 1, x_232); -lean_ctor_set(x_282, 2, x_281); -x_283 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_219); -x_284 = l_Lean_Syntax_node1(x_219, x_283, x_282); -x_285 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_219); -x_286 = l_Lean_Syntax_node2(x_219, x_285, x_258, x_284); +x_223 = !lean_is_exclusive(x_222); +if (x_223 == 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; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; +x_224 = lean_ctor_get(x_222, 0); +x_225 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_218); +x_226 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_226, 0, x_218); +lean_ctor_set(x_226, 1, x_225); +x_227 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_228 = l_Lean_mkSepArray(x_212, x_227); +lean_dec(x_212); +x_229 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_230 = l_Array_append___rarg(x_229, x_228); +x_231 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_218); +x_232 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_232, 0, x_218); +lean_ctor_set(x_232, 1, x_231); +lean_ctor_set(x_232, 2, x_230); +x_233 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_218); +x_234 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_234, 0, x_218); +lean_ctor_set(x_234, 1, x_233); +x_235 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_218); +x_236 = l_Lean_Syntax_node3(x_218, x_235, x_226, x_232, x_234); +lean_inc(x_218); +x_237 = l_Lean_Syntax_node1(x_218, x_231, x_236); +x_238 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_218); +x_239 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_239, 0, x_218); +lean_ctor_set(x_239, 1, x_238); +x_240 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_220); +lean_inc(x_224); +x_241 = l_Lean_addMacroScope(x_224, x_240, x_220); +x_242 = lean_box(0); +x_243 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_218); +x_244 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_244, 0, x_218); +lean_ctor_set(x_244, 1, x_243); +lean_ctor_set(x_244, 2, x_241); +lean_ctor_set(x_244, 3, x_242); +x_245 = lean_mk_syntax_ident(x_2); +lean_inc(x_218); +x_246 = l_Lean_Syntax_node2(x_218, x_231, x_244, x_245); +x_247 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_218); +x_248 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_248, 0, x_218); +lean_ctor_set(x_248, 1, x_247); +x_249 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__63; +lean_inc(x_220); +lean_inc(x_224); +x_250 = l_Lean_addMacroScope(x_224, x_249, x_220); +x_251 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__61; +x_252 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__65; +lean_inc(x_218); +x_253 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_253, 0, x_218); +lean_ctor_set(x_253, 1, x_251); +lean_ctor_set(x_253, 2, x_250); +lean_ctor_set(x_253, 3, x_252); +x_254 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_218); +x_255 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_255, 0, x_218); +lean_ctor_set(x_255, 1, x_254); +x_256 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_218); +x_257 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_257, 0, x_218); +lean_ctor_set(x_257, 1, x_256); +x_258 = l_Array_append___rarg(x_229, x_3); +x_259 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_218); +x_260 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_260, 0, x_218); +lean_ctor_set(x_260, 1, x_259); +x_261 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_218); +x_262 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_262, 0, x_218); +lean_ctor_set(x_262, 1, x_261); +x_263 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_218); +x_264 = l_Lean_Syntax_node1(x_218, x_263, x_262); +lean_inc(x_218); +x_265 = l_Lean_Syntax_node1(x_218, x_231, x_264); +lean_inc(x_218); +x_266 = l_Lean_Syntax_node1(x_218, x_231, x_265); +x_267 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_218); +x_268 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_268, 0, x_218); +lean_ctor_set(x_268, 1, x_267); +x_269 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_218); +x_270 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_270, 0, x_218); +lean_ctor_set(x_270, 1, x_269); +x_271 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_272 = l_Lean_addMacroScope(x_224, x_271, x_220); +x_273 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_274 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_218); +x_275 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_275, 0, x_218); +lean_ctor_set(x_275, 1, x_273); +lean_ctor_set(x_275, 2, x_272); +lean_ctor_set(x_275, 3, x_274); +x_276 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_218); +x_277 = l_Lean_Syntax_node2(x_218, x_276, x_270, x_275); +x_278 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_218); +x_279 = l_Lean_Syntax_node4(x_218, x_278, x_260, x_266, x_268, x_277); +x_280 = lean_array_push(x_258, x_279); +lean_inc(x_218); +x_281 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_281, 0, x_218); +lean_ctor_set(x_281, 1, x_231); +lean_ctor_set(x_281, 2, x_280); +x_282 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_218); +x_283 = l_Lean_Syntax_node1(x_218, x_282, x_281); +x_284 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_218); +x_285 = l_Lean_Syntax_node2(x_218, x_284, x_257, x_283); if (lean_obj_tag(x_4) == 0) { -lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; -x_287 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_219); -x_288 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_288, 0, x_219); -lean_ctor_set(x_288, 1, x_232); -lean_ctor_set(x_288, 2, x_287); -x_289 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_290 = l_Lean_Syntax_node8(x_219, x_289, x_288, x_238, x_240, x_247, x_249, x_254, x_256, x_286); -lean_ctor_set(x_223, 0, x_290); -return x_223; +lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; +x_286 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_218); +x_287 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_287, 0, x_218); +lean_ctor_set(x_287, 1, x_231); +lean_ctor_set(x_287, 2, x_286); +x_288 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_289 = l_Lean_Syntax_node8(x_218, x_288, x_287, x_237, x_239, x_246, x_248, x_253, x_255, x_285); +lean_ctor_set(x_222, 0, x_289); +return x_222; } else { -lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; -x_291 = lean_ctor_get(x_4, 0); -lean_inc(x_291); +lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; +x_290 = lean_ctor_get(x_4, 0); +lean_inc(x_290); lean_dec(x_4); -x_292 = l_Array_mkArray1___rarg(x_291); -x_293 = l_Array_append___rarg(x_230, x_292); -lean_inc(x_219); -x_294 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_294, 0, x_219); -lean_ctor_set(x_294, 1, x_232); -lean_ctor_set(x_294, 2, x_293); -x_295 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_296 = l_Lean_Syntax_node8(x_219, x_295, x_294, x_238, x_240, x_247, x_249, x_254, x_256, x_286); -lean_ctor_set(x_223, 0, x_296); -return x_223; +x_291 = l_Array_mkArray1___rarg(x_290); +x_292 = l_Array_append___rarg(x_229, x_291); +lean_inc(x_218); +x_293 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_293, 0, x_218); +lean_ctor_set(x_293, 1, x_231); +lean_ctor_set(x_293, 2, x_292); +x_294 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_295 = l_Lean_Syntax_node8(x_218, x_294, x_293, x_237, x_239, x_246, x_248, x_253, x_255, x_285); +lean_ctor_set(x_222, 0, x_295); +return x_222; } } else { -lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; 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; lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; -x_297 = lean_ctor_get(x_223, 0); -x_298 = lean_ctor_get(x_223, 1); -lean_inc(x_298); -lean_inc(x_297); -lean_dec(x_223); -x_299 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_219); -x_300 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_300, 0, x_219); -lean_ctor_set(x_300, 1, x_299); -x_301 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_302 = l_Lean_mkSepArray(x_213, x_301); -lean_dec(x_213); -x_303 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_304 = l_Array_append___rarg(x_303, x_302); -x_305 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_219); -x_306 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_306, 0, x_219); -lean_ctor_set(x_306, 1, x_305); -lean_ctor_set(x_306, 2, x_304); -x_307 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_219); -x_308 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_308, 0, x_219); -lean_ctor_set(x_308, 1, x_307); -x_309 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_219); -x_310 = l_Lean_Syntax_node3(x_219, x_309, x_300, x_306, x_308); -lean_inc(x_219); -x_311 = l_Lean_Syntax_node1(x_219, x_305, x_310); -x_312 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_219); -x_313 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_313, 0, x_219); -lean_ctor_set(x_313, 1, x_312); -x_314 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_221); +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; 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; +x_296 = lean_ctor_get(x_222, 0); +x_297 = lean_ctor_get(x_222, 1); lean_inc(x_297); -x_315 = l_Lean_addMacroScope(x_297, x_314, x_221); -x_316 = lean_box(0); -x_317 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_219); -x_318 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_318, 0, x_219); -lean_ctor_set(x_318, 1, x_317); -lean_ctor_set(x_318, 2, x_315); -lean_ctor_set(x_318, 3, x_316); -x_319 = lean_mk_syntax_ident(x_2); -lean_inc(x_219); -x_320 = l_Lean_Syntax_node2(x_219, x_305, x_318, x_319); -x_321 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_219); -x_322 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_322, 0, x_219); -lean_ctor_set(x_322, 1, x_321); -x_323 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__63; -lean_inc(x_221); -lean_inc(x_297); -x_324 = l_Lean_addMacroScope(x_297, x_323, x_221); -x_325 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__61; -x_326 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__65; -lean_inc(x_219); -x_327 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_327, 0, x_219); -lean_ctor_set(x_327, 1, x_325); -lean_ctor_set(x_327, 2, x_324); -lean_ctor_set(x_327, 3, x_326); -x_328 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_219); -x_329 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_329, 0, x_219); -lean_ctor_set(x_329, 1, x_328); -x_330 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_219); -x_331 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_331, 0, x_219); -lean_ctor_set(x_331, 1, x_330); -x_332 = l_Array_append___rarg(x_303, x_3); -x_333 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_219); -x_334 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_334, 0, x_219); -lean_ctor_set(x_334, 1, x_333); -x_335 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_219); -x_336 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_336, 0, x_219); -lean_ctor_set(x_336, 1, x_335); -x_337 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_219); -x_338 = l_Lean_Syntax_node1(x_219, x_337, x_336); -lean_inc(x_219); -x_339 = l_Lean_Syntax_node1(x_219, x_305, x_338); -lean_inc(x_219); -x_340 = l_Lean_Syntax_node1(x_219, x_305, x_339); -x_341 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_219); -x_342 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_342, 0, x_219); -lean_ctor_set(x_342, 1, x_341); -x_343 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_219); -x_344 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_344, 0, x_219); -lean_ctor_set(x_344, 1, x_343); -x_345 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_346 = l_Lean_addMacroScope(x_297, x_345, x_221); -x_347 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_348 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_219); -x_349 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_349, 0, x_219); -lean_ctor_set(x_349, 1, x_347); -lean_ctor_set(x_349, 2, x_346); -lean_ctor_set(x_349, 3, x_348); -x_350 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_219); -x_351 = l_Lean_Syntax_node2(x_219, x_350, x_344, x_349); -x_352 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_219); -x_353 = l_Lean_Syntax_node4(x_219, x_352, x_334, x_340, x_342, x_351); -x_354 = lean_array_push(x_332, x_353); -lean_inc(x_219); -x_355 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_355, 0, x_219); -lean_ctor_set(x_355, 1, x_305); -lean_ctor_set(x_355, 2, x_354); -x_356 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_219); -x_357 = l_Lean_Syntax_node1(x_219, x_356, x_355); -x_358 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_219); -x_359 = l_Lean_Syntax_node2(x_219, x_358, x_331, x_357); +lean_inc(x_296); +lean_dec(x_222); +x_298 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_218); +x_299 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_299, 0, x_218); +lean_ctor_set(x_299, 1, x_298); +x_300 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_301 = l_Lean_mkSepArray(x_212, x_300); +lean_dec(x_212); +x_302 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_303 = l_Array_append___rarg(x_302, x_301); +x_304 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_218); +x_305 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_305, 0, x_218); +lean_ctor_set(x_305, 1, x_304); +lean_ctor_set(x_305, 2, x_303); +x_306 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_218); +x_307 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_307, 0, x_218); +lean_ctor_set(x_307, 1, x_306); +x_308 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_218); +x_309 = l_Lean_Syntax_node3(x_218, x_308, x_299, x_305, x_307); +lean_inc(x_218); +x_310 = l_Lean_Syntax_node1(x_218, x_304, x_309); +x_311 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_218); +x_312 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_312, 0, x_218); +lean_ctor_set(x_312, 1, x_311); +x_313 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_220); +lean_inc(x_296); +x_314 = l_Lean_addMacroScope(x_296, x_313, x_220); +x_315 = lean_box(0); +x_316 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_218); +x_317 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_317, 0, x_218); +lean_ctor_set(x_317, 1, x_316); +lean_ctor_set(x_317, 2, x_314); +lean_ctor_set(x_317, 3, x_315); +x_318 = lean_mk_syntax_ident(x_2); +lean_inc(x_218); +x_319 = l_Lean_Syntax_node2(x_218, x_304, x_317, x_318); +x_320 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_218); +x_321 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_321, 0, x_218); +lean_ctor_set(x_321, 1, x_320); +x_322 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__63; +lean_inc(x_220); +lean_inc(x_296); +x_323 = l_Lean_addMacroScope(x_296, x_322, x_220); +x_324 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__61; +x_325 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__65; +lean_inc(x_218); +x_326 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_326, 0, x_218); +lean_ctor_set(x_326, 1, x_324); +lean_ctor_set(x_326, 2, x_323); +lean_ctor_set(x_326, 3, x_325); +x_327 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_218); +x_328 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_328, 0, x_218); +lean_ctor_set(x_328, 1, x_327); +x_329 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_218); +x_330 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_330, 0, x_218); +lean_ctor_set(x_330, 1, x_329); +x_331 = l_Array_append___rarg(x_302, x_3); +x_332 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_218); +x_333 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_333, 0, x_218); +lean_ctor_set(x_333, 1, x_332); +x_334 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_218); +x_335 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_335, 0, x_218); +lean_ctor_set(x_335, 1, x_334); +x_336 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_218); +x_337 = l_Lean_Syntax_node1(x_218, x_336, x_335); +lean_inc(x_218); +x_338 = l_Lean_Syntax_node1(x_218, x_304, x_337); +lean_inc(x_218); +x_339 = l_Lean_Syntax_node1(x_218, x_304, x_338); +x_340 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_218); +x_341 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_341, 0, x_218); +lean_ctor_set(x_341, 1, x_340); +x_342 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_218); +x_343 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_343, 0, x_218); +lean_ctor_set(x_343, 1, x_342); +x_344 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_345 = l_Lean_addMacroScope(x_296, x_344, x_220); +x_346 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_347 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_218); +x_348 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_348, 0, x_218); +lean_ctor_set(x_348, 1, x_346); +lean_ctor_set(x_348, 2, x_345); +lean_ctor_set(x_348, 3, x_347); +x_349 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_218); +x_350 = l_Lean_Syntax_node2(x_218, x_349, x_343, x_348); +x_351 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_218); +x_352 = l_Lean_Syntax_node4(x_218, x_351, x_333, x_339, x_341, x_350); +x_353 = lean_array_push(x_331, x_352); +lean_inc(x_218); +x_354 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_354, 0, x_218); +lean_ctor_set(x_354, 1, x_304); +lean_ctor_set(x_354, 2, x_353); +x_355 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_218); +x_356 = l_Lean_Syntax_node1(x_218, x_355, x_354); +x_357 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_218); +x_358 = l_Lean_Syntax_node2(x_218, x_357, x_330, x_356); if (lean_obj_tag(x_4) == 0) { -lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; -x_360 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_219); -x_361 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_361, 0, x_219); -lean_ctor_set(x_361, 1, x_305); -lean_ctor_set(x_361, 2, x_360); -x_362 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_363 = l_Lean_Syntax_node8(x_219, x_362, x_361, x_311, x_313, x_320, x_322, x_327, x_329, x_359); -x_364 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_364, 0, x_363); -lean_ctor_set(x_364, 1, x_298); -return x_364; +lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; +x_359 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_218); +x_360 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_360, 0, x_218); +lean_ctor_set(x_360, 1, x_304); +lean_ctor_set(x_360, 2, x_359); +x_361 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_362 = l_Lean_Syntax_node8(x_218, x_361, x_360, x_310, x_312, x_319, x_321, x_326, x_328, x_358); +x_363 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_363, 0, x_362); +lean_ctor_set(x_363, 1, x_297); +return x_363; } else { -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; -x_365 = lean_ctor_get(x_4, 0); -lean_inc(x_365); +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; +x_364 = lean_ctor_get(x_4, 0); +lean_inc(x_364); lean_dec(x_4); -x_366 = l_Array_mkArray1___rarg(x_365); -x_367 = l_Array_append___rarg(x_303, x_366); -lean_inc(x_219); -x_368 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_368, 0, x_219); -lean_ctor_set(x_368, 1, x_305); -lean_ctor_set(x_368, 2, x_367); -x_369 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_370 = l_Lean_Syntax_node8(x_219, x_369, x_368, x_311, x_313, x_320, x_322, x_327, x_329, x_359); -x_371 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_371, 0, x_370); -lean_ctor_set(x_371, 1, x_298); -return x_371; +x_365 = l_Array_mkArray1___rarg(x_364); +x_366 = l_Array_append___rarg(x_302, x_365); +lean_inc(x_218); +x_367 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_367, 0, x_218); +lean_ctor_set(x_367, 1, x_304); +lean_ctor_set(x_367, 2, x_366); +x_368 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_369 = l_Lean_Syntax_node8(x_218, x_368, x_367, x_310, x_312, x_319, x_321, x_326, x_328, x_358); +x_370 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_370, 0, x_369); +lean_ctor_set(x_370, 1, x_297); +return x_370; } } } @@ -3154,506 +3150,506 @@ return x_371; } else { -lean_object* x_397; lean_object* x_398; uint8_t x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; lean_object* x_604; lean_object* x_605; lean_object* x_606; lean_object* x_607; lean_object* x_608; lean_object* x_609; +lean_object* x_396; lean_object* x_397; uint8_t x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; 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_7); -x_591 = 0; +x_590 = 0; lean_inc(x_2); -x_592 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_591, x_8, x_9, x_10); -x_593 = lean_ctor_get(x_592, 0); +x_591 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_590, x_8, x_9, x_10); +x_592 = lean_ctor_get(x_591, 0); +lean_inc(x_592); +x_593 = lean_ctor_get(x_591, 1); lean_inc(x_593); -x_594 = lean_ctor_get(x_592, 1); -lean_inc(x_594); -lean_dec(x_592); -x_595 = l_Lean_Elab_Command_getRef(x_8, x_9, x_594); -x_596 = lean_ctor_get(x_595, 0); +lean_dec(x_591); +x_594 = l_Lean_Elab_Command_getRef(x_8, x_9, x_593); +x_595 = lean_ctor_get(x_594, 0); +lean_inc(x_595); +x_596 = lean_ctor_get(x_594, 1); lean_inc(x_596); -x_597 = lean_ctor_get(x_595, 1); +lean_dec(x_594); +x_597 = l_Lean_SourceInfo_fromRef(x_595, x_590); +x_598 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_596); +x_599 = lean_ctor_get(x_598, 1); +lean_inc(x_599); +lean_dec(x_598); +x_600 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_599); +x_601 = lean_ctor_get(x_600, 1); +lean_inc(x_601); +lean_dec(x_600); +x_602 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_597); +x_603 = l_Lean_Syntax_node1(x_597, x_602, x_592); +x_604 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; +x_605 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__85; lean_inc(x_597); -lean_dec(x_595); -x_598 = l_Lean_SourceInfo_fromRef(x_596, x_591); -x_599 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_597); -x_600 = lean_ctor_get(x_599, 1); -lean_inc(x_600); -lean_dec(x_599); -x_601 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_600); -x_602 = lean_ctor_get(x_601, 1); -lean_inc(x_602); -lean_dec(x_601); -x_603 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_598); -x_604 = l_Lean_Syntax_node1(x_598, x_603, x_593); -x_605 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51; -x_606 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__85; -lean_inc(x_598); -x_607 = l_Lean_Syntax_node2(x_598, x_605, x_606, x_604); -x_608 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; -x_609 = l_Lean_Syntax_node2(x_598, x_608, x_5, x_607); +x_606 = l_Lean_Syntax_node2(x_597, x_604, x_605, x_603); +x_607 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50; +x_608 = l_Lean_Syntax_node2(x_597, x_607, x_5, x_606); if (lean_obj_tag(x_6) == 0) { -lean_object* x_610; lean_object* x_611; -x_610 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; -x_611 = lean_array_push(x_610, x_609); -x_397 = x_611; -x_398 = x_602; -goto block_590; +lean_object* x_609; lean_object* x_610; +x_609 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55; +x_610 = lean_array_push(x_609, x_608); +x_396 = x_610; +x_397 = x_601; +goto block_589; } else { -lean_object* x_612; lean_object* x_613; lean_object* x_614; -x_612 = lean_ctor_get(x_6, 0); -x_613 = l_Lean_Syntax_TSepArray_getElems___rarg(x_612); -x_614 = lean_array_push(x_613, x_609); -x_397 = x_614; -x_398 = x_602; -goto block_590; -} -block_590: -{ -lean_object* x_399; lean_object* x_400; lean_object* x_401; uint8_t x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; uint8_t x_408; -x_399 = l_Lean_Elab_Command_getRef(x_8, x_9, x_398); -x_400 = lean_ctor_get(x_399, 0); +lean_object* x_611; lean_object* x_612; lean_object* x_613; +x_611 = lean_ctor_get(x_6, 0); +x_612 = l_Lean_Syntax_TSepArray_getElems___rarg(x_611); +x_613 = lean_array_push(x_612, x_608); +x_396 = x_613; +x_397 = x_601; +goto block_589; +} +block_589: +{ +lean_object* x_398; lean_object* x_399; lean_object* x_400; uint8_t x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; uint8_t x_407; +x_398 = l_Lean_Elab_Command_getRef(x_8, x_9, x_397); +x_399 = lean_ctor_get(x_398, 0); +lean_inc(x_399); +x_400 = lean_ctor_get(x_398, 1); lean_inc(x_400); -x_401 = lean_ctor_get(x_399, 1); -lean_inc(x_401); -lean_dec(x_399); -x_402 = 0; -x_403 = l_Lean_SourceInfo_fromRef(x_400, x_402); -x_404 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_401); +lean_dec(x_398); +x_401 = 0; +x_402 = l_Lean_SourceInfo_fromRef(x_399, x_401); +x_403 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_400); lean_dec(x_8); -x_405 = lean_ctor_get(x_404, 0); +x_404 = lean_ctor_get(x_403, 0); +lean_inc(x_404); +x_405 = lean_ctor_get(x_403, 1); lean_inc(x_405); -x_406 = lean_ctor_get(x_404, 1); -lean_inc(x_406); -lean_dec(x_404); -x_407 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_406); +lean_dec(x_403); +x_406 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_405); lean_dec(x_9); -x_408 = !lean_is_exclusive(x_407); -if (x_408 == 0) -{ -lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; -x_409 = lean_ctor_get(x_407, 0); -x_410 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_403); -x_411 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_411, 0, x_403); -lean_ctor_set(x_411, 1, x_410); -x_412 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_413 = l_Lean_mkSepArray(x_397, x_412); -lean_dec(x_397); -x_414 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_415 = l_Array_append___rarg(x_414, x_413); -x_416 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_403); -x_417 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_417, 0, x_403); -lean_ctor_set(x_417, 1, x_416); -lean_ctor_set(x_417, 2, x_415); -x_418 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_403); -x_419 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_419, 0, x_403); -lean_ctor_set(x_419, 1, x_418); -x_420 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_403); -x_421 = l_Lean_Syntax_node3(x_403, x_420, x_411, x_417, x_419); -lean_inc(x_403); -x_422 = l_Lean_Syntax_node1(x_403, x_416, x_421); -x_423 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_403); -x_424 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_424, 0, x_403); -lean_ctor_set(x_424, 1, x_423); -x_425 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_405); -lean_inc(x_409); -x_426 = l_Lean_addMacroScope(x_409, x_425, x_405); -x_427 = lean_box(0); -x_428 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_403); -x_429 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_429, 0, x_403); -lean_ctor_set(x_429, 1, x_428); -lean_ctor_set(x_429, 2, x_426); -lean_ctor_set(x_429, 3, x_427); -x_430 = lean_mk_syntax_ident(x_2); -lean_inc(x_403); -x_431 = l_Lean_Syntax_node2(x_403, x_416, x_429, x_430); -x_432 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_403); -x_433 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_433, 0, x_403); -lean_ctor_set(x_433, 1, x_432); -x_434 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; -lean_inc(x_405); -lean_inc(x_409); -x_435 = l_Lean_addMacroScope(x_409, x_434, x_405); -x_436 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; -x_437 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; -lean_inc(x_403); -x_438 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_438, 0, x_403); -lean_ctor_set(x_438, 1, x_436); -lean_ctor_set(x_438, 2, x_435); -lean_ctor_set(x_438, 3, x_437); -x_439 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_403); -x_440 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_440, 0, x_403); -lean_ctor_set(x_440, 1, x_439); -x_441 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_403); -x_442 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_442, 0, x_403); -lean_ctor_set(x_442, 1, x_441); -x_443 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; -lean_inc(x_405); -lean_inc(x_409); -x_444 = l_Lean_addMacroScope(x_409, x_443, x_405); -x_445 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; -lean_inc(x_403); -x_446 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_446, 0, x_403); -lean_ctor_set(x_446, 1, x_445); -lean_ctor_set(x_446, 2, x_444); -lean_ctor_set(x_446, 3, x_427); -x_447 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_403); -x_448 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_448, 0, x_403); -lean_ctor_set(x_448, 1, x_447); -x_449 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_403); -x_450 = l_Lean_Syntax_node1(x_403, x_449, x_448); -lean_inc(x_450); -lean_inc(x_446); -lean_inc(x_403); -x_451 = l_Lean_Syntax_node2(x_403, x_416, x_446, x_450); -lean_inc(x_403); -x_452 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_452, 0, x_403); -lean_ctor_set(x_452, 1, x_416); -lean_ctor_set(x_452, 2, x_414); -x_453 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_403); -x_454 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_454, 0, x_403); -lean_ctor_set(x_454, 1, x_453); -x_455 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; -lean_inc(x_403); -x_456 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_456, 0, x_403); -lean_ctor_set(x_456, 1, x_455); -x_457 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; -lean_inc(x_452); -lean_inc(x_403); -x_458 = l_Lean_Syntax_node2(x_403, x_457, x_452, x_446); -lean_inc(x_403); -x_459 = l_Lean_Syntax_node1(x_403, x_416, x_458); -x_460 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; -lean_inc(x_403); -x_461 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_461, 0, x_403); -lean_ctor_set(x_461, 1, x_460); -x_462 = l_Array_append___rarg(x_414, x_3); -x_463 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_403); -x_464 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_464, 0, x_403); -lean_ctor_set(x_464, 1, x_463); -lean_inc(x_403); -x_465 = l_Lean_Syntax_node1(x_403, x_416, x_450); -lean_inc(x_403); -x_466 = l_Lean_Syntax_node1(x_403, x_416, x_465); -x_467 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_403); -x_468 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_468, 0, x_403); -lean_ctor_set(x_468, 1, x_467); -x_469 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_470 = l_Lean_addMacroScope(x_409, x_469, x_405); -x_471 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_472 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_403); -x_473 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_473, 0, x_403); -lean_ctor_set(x_473, 1, x_471); -lean_ctor_set(x_473, 2, x_470); -lean_ctor_set(x_473, 3, x_472); -x_474 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_403); -x_475 = l_Lean_Syntax_node2(x_403, x_474, x_468, x_473); -x_476 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_454); -lean_inc(x_403); -x_477 = l_Lean_Syntax_node4(x_403, x_476, x_464, x_466, x_454, x_475); -x_478 = lean_array_push(x_462, x_477); -lean_inc(x_403); -x_479 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_479, 0, x_403); -lean_ctor_set(x_479, 1, x_416); -lean_ctor_set(x_479, 2, x_478); -x_480 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_403); -x_481 = l_Lean_Syntax_node1(x_403, x_480, x_479); -x_482 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; -lean_inc_n(x_452, 2); -lean_inc(x_403); -x_483 = l_Lean_Syntax_node6(x_403, x_482, x_456, x_452, x_452, x_459, x_461, x_481); -x_484 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; -lean_inc(x_403); -x_485 = l_Lean_Syntax_node4(x_403, x_484, x_451, x_452, x_454, x_483); -x_486 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_403); -x_487 = l_Lean_Syntax_node2(x_403, x_486, x_442, x_485); +x_407 = !lean_is_exclusive(x_406); +if (x_407 == 0) +{ +lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; lean_object* x_428; lean_object* x_429; lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; lean_object* x_437; lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; +x_408 = lean_ctor_get(x_406, 0); +x_409 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_402); +x_410 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_410, 0, x_402); +lean_ctor_set(x_410, 1, x_409); +x_411 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_412 = l_Lean_mkSepArray(x_396, x_411); +lean_dec(x_396); +x_413 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_414 = l_Array_append___rarg(x_413, x_412); +x_415 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_402); +x_416 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_416, 0, x_402); +lean_ctor_set(x_416, 1, x_415); +lean_ctor_set(x_416, 2, x_414); +x_417 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_402); +x_418 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_418, 0, x_402); +lean_ctor_set(x_418, 1, x_417); +x_419 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_402); +x_420 = l_Lean_Syntax_node3(x_402, x_419, x_410, x_416, x_418); +lean_inc(x_402); +x_421 = l_Lean_Syntax_node1(x_402, x_415, x_420); +x_422 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_402); +x_423 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_423, 0, x_402); +lean_ctor_set(x_423, 1, x_422); +x_424 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_404); +lean_inc(x_408); +x_425 = l_Lean_addMacroScope(x_408, x_424, x_404); +x_426 = lean_box(0); +x_427 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_402); +x_428 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_428, 0, x_402); +lean_ctor_set(x_428, 1, x_427); +lean_ctor_set(x_428, 2, x_425); +lean_ctor_set(x_428, 3, x_426); +x_429 = lean_mk_syntax_ident(x_2); +lean_inc(x_402); +x_430 = l_Lean_Syntax_node2(x_402, x_415, x_428, x_429); +x_431 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_402); +x_432 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_432, 0, x_402); +lean_ctor_set(x_432, 1, x_431); +x_433 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; +lean_inc(x_404); +lean_inc(x_408); +x_434 = l_Lean_addMacroScope(x_408, x_433, x_404); +x_435 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; +x_436 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; +lean_inc(x_402); +x_437 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_437, 0, x_402); +lean_ctor_set(x_437, 1, x_435); +lean_ctor_set(x_437, 2, x_434); +lean_ctor_set(x_437, 3, x_436); +x_438 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_402); +x_439 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_439, 0, x_402); +lean_ctor_set(x_439, 1, x_438); +x_440 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_402); +x_441 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_441, 0, x_402); +lean_ctor_set(x_441, 1, x_440); +x_442 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; +lean_inc(x_404); +lean_inc(x_408); +x_443 = l_Lean_addMacroScope(x_408, x_442, x_404); +x_444 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; +lean_inc(x_402); +x_445 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_445, 0, x_402); +lean_ctor_set(x_445, 1, x_444); +lean_ctor_set(x_445, 2, x_443); +lean_ctor_set(x_445, 3, x_426); +x_446 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_402); +x_447 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_447, 0, x_402); +lean_ctor_set(x_447, 1, x_446); +x_448 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_402); +x_449 = l_Lean_Syntax_node1(x_402, x_448, x_447); +lean_inc(x_449); +lean_inc(x_445); +lean_inc(x_402); +x_450 = l_Lean_Syntax_node2(x_402, x_415, x_445, x_449); +lean_inc(x_402); +x_451 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_451, 0, x_402); +lean_ctor_set(x_451, 1, x_415); +lean_ctor_set(x_451, 2, x_413); +x_452 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_402); +x_453 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_453, 0, x_402); +lean_ctor_set(x_453, 1, x_452); +x_454 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; +lean_inc(x_402); +x_455 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_455, 0, x_402); +lean_ctor_set(x_455, 1, x_454); +x_456 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; +lean_inc(x_451); +lean_inc(x_402); +x_457 = l_Lean_Syntax_node2(x_402, x_456, x_451, x_445); +lean_inc(x_402); +x_458 = l_Lean_Syntax_node1(x_402, x_415, x_457); +x_459 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; +lean_inc(x_402); +x_460 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_460, 0, x_402); +lean_ctor_set(x_460, 1, x_459); +x_461 = l_Array_append___rarg(x_413, x_3); +x_462 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_402); +x_463 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_463, 0, x_402); +lean_ctor_set(x_463, 1, x_462); +lean_inc(x_402); +x_464 = l_Lean_Syntax_node1(x_402, x_415, x_449); +lean_inc(x_402); +x_465 = l_Lean_Syntax_node1(x_402, x_415, x_464); +x_466 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_402); +x_467 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_467, 0, x_402); +lean_ctor_set(x_467, 1, x_466); +x_468 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_469 = l_Lean_addMacroScope(x_408, x_468, x_404); +x_470 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_471 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_402); +x_472 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_472, 0, x_402); +lean_ctor_set(x_472, 1, x_470); +lean_ctor_set(x_472, 2, x_469); +lean_ctor_set(x_472, 3, x_471); +x_473 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_402); +x_474 = l_Lean_Syntax_node2(x_402, x_473, x_467, x_472); +x_475 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_453); +lean_inc(x_402); +x_476 = l_Lean_Syntax_node4(x_402, x_475, x_463, x_465, x_453, x_474); +x_477 = lean_array_push(x_461, x_476); +lean_inc(x_402); +x_478 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_478, 0, x_402); +lean_ctor_set(x_478, 1, x_415); +lean_ctor_set(x_478, 2, x_477); +x_479 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_402); +x_480 = l_Lean_Syntax_node1(x_402, x_479, x_478); +x_481 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; +lean_inc_n(x_451, 2); +lean_inc(x_402); +x_482 = l_Lean_Syntax_node6(x_402, x_481, x_455, x_451, x_451, x_458, x_460, x_480); +x_483 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; +lean_inc(x_402); +x_484 = l_Lean_Syntax_node4(x_402, x_483, x_450, x_451, x_453, x_482); +x_485 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_402); +x_486 = l_Lean_Syntax_node2(x_402, x_485, x_441, x_484); if (lean_obj_tag(x_4) == 0) { -lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; -x_488 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_403); -x_489 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_489, 0, x_403); -lean_ctor_set(x_489, 1, x_416); -lean_ctor_set(x_489, 2, x_488); -x_490 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_491 = l_Lean_Syntax_node8(x_403, x_490, x_489, x_422, x_424, x_431, x_433, x_438, x_440, x_487); -lean_ctor_set(x_407, 0, x_491); -return x_407; +lean_object* x_487; lean_object* x_488; lean_object* x_489; lean_object* x_490; +x_487 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_402); +x_488 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_488, 0, x_402); +lean_ctor_set(x_488, 1, x_415); +lean_ctor_set(x_488, 2, x_487); +x_489 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_490 = l_Lean_Syntax_node8(x_402, x_489, x_488, x_421, x_423, x_430, x_432, x_437, x_439, x_486); +lean_ctor_set(x_406, 0, x_490); +return x_406; } else { -lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; lean_object* x_497; -x_492 = lean_ctor_get(x_4, 0); -lean_inc(x_492); +lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; +x_491 = lean_ctor_get(x_4, 0); +lean_inc(x_491); lean_dec(x_4); -x_493 = l_Array_mkArray1___rarg(x_492); -x_494 = l_Array_append___rarg(x_414, x_493); -lean_inc(x_403); -x_495 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_495, 0, x_403); -lean_ctor_set(x_495, 1, x_416); -lean_ctor_set(x_495, 2, x_494); -x_496 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_497 = l_Lean_Syntax_node8(x_403, x_496, x_495, x_422, x_424, x_431, x_433, x_438, x_440, x_487); -lean_ctor_set(x_407, 0, x_497); -return x_407; +x_492 = l_Array_mkArray1___rarg(x_491); +x_493 = l_Array_append___rarg(x_413, x_492); +lean_inc(x_402); +x_494 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_494, 0, x_402); +lean_ctor_set(x_494, 1, x_415); +lean_ctor_set(x_494, 2, x_493); +x_495 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_496 = l_Lean_Syntax_node8(x_402, x_495, x_494, x_421, x_423, x_430, x_432, x_437, x_439, x_486); +lean_ctor_set(x_406, 0, x_496); +return x_406; } } else { -lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; -x_498 = lean_ctor_get(x_407, 0); -x_499 = lean_ctor_get(x_407, 1); -lean_inc(x_499); +lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; lean_object* x_517; lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; +x_497 = lean_ctor_get(x_406, 0); +x_498 = lean_ctor_get(x_406, 1); lean_inc(x_498); -lean_dec(x_407); -x_500 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_403); -x_501 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_501, 0, x_403); -lean_ctor_set(x_501, 1, x_500); -x_502 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_503 = l_Lean_mkSepArray(x_397, x_502); -lean_dec(x_397); -x_504 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_505 = l_Array_append___rarg(x_504, x_503); -x_506 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_403); -x_507 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_507, 0, x_403); -lean_ctor_set(x_507, 1, x_506); -lean_ctor_set(x_507, 2, x_505); -x_508 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_403); -x_509 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_509, 0, x_403); -lean_ctor_set(x_509, 1, x_508); -x_510 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_403); -x_511 = l_Lean_Syntax_node3(x_403, x_510, x_501, x_507, x_509); -lean_inc(x_403); -x_512 = l_Lean_Syntax_node1(x_403, x_506, x_511); -x_513 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_403); -x_514 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_514, 0, x_403); -lean_ctor_set(x_514, 1, x_513); -x_515 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_405); -lean_inc(x_498); -x_516 = l_Lean_addMacroScope(x_498, x_515, x_405); -x_517 = lean_box(0); -x_518 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_403); -x_519 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_519, 0, x_403); -lean_ctor_set(x_519, 1, x_518); -lean_ctor_set(x_519, 2, x_516); -lean_ctor_set(x_519, 3, x_517); -x_520 = lean_mk_syntax_ident(x_2); -lean_inc(x_403); -x_521 = l_Lean_Syntax_node2(x_403, x_506, x_519, x_520); -x_522 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_403); -x_523 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_523, 0, x_403); -lean_ctor_set(x_523, 1, x_522); -x_524 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; -lean_inc(x_405); -lean_inc(x_498); -x_525 = l_Lean_addMacroScope(x_498, x_524, x_405); -x_526 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; -x_527 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; -lean_inc(x_403); -x_528 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_528, 0, x_403); -lean_ctor_set(x_528, 1, x_526); -lean_ctor_set(x_528, 2, x_525); -lean_ctor_set(x_528, 3, x_527); -x_529 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_403); -x_530 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_530, 0, x_403); -lean_ctor_set(x_530, 1, x_529); -x_531 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_403); -x_532 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_532, 0, x_403); -lean_ctor_set(x_532, 1, x_531); -x_533 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; -lean_inc(x_405); -lean_inc(x_498); -x_534 = l_Lean_addMacroScope(x_498, x_533, x_405); -x_535 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; -lean_inc(x_403); -x_536 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_536, 0, x_403); -lean_ctor_set(x_536, 1, x_535); -lean_ctor_set(x_536, 2, x_534); -lean_ctor_set(x_536, 3, x_517); -x_537 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_403); -x_538 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_538, 0, x_403); -lean_ctor_set(x_538, 1, x_537); -x_539 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_403); -x_540 = l_Lean_Syntax_node1(x_403, x_539, x_538); -lean_inc(x_540); -lean_inc(x_536); -lean_inc(x_403); -x_541 = l_Lean_Syntax_node2(x_403, x_506, x_536, x_540); -lean_inc(x_403); -x_542 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_542, 0, x_403); -lean_ctor_set(x_542, 1, x_506); -lean_ctor_set(x_542, 2, x_504); -x_543 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_403); -x_544 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_544, 0, x_403); -lean_ctor_set(x_544, 1, x_543); -x_545 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; -lean_inc(x_403); -x_546 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_546, 0, x_403); -lean_ctor_set(x_546, 1, x_545); -x_547 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; -lean_inc(x_542); -lean_inc(x_403); -x_548 = l_Lean_Syntax_node2(x_403, x_547, x_542, x_536); -lean_inc(x_403); -x_549 = l_Lean_Syntax_node1(x_403, x_506, x_548); -x_550 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; -lean_inc(x_403); -x_551 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_551, 0, x_403); -lean_ctor_set(x_551, 1, x_550); -x_552 = l_Array_append___rarg(x_504, x_3); -x_553 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_403); -x_554 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_554, 0, x_403); -lean_ctor_set(x_554, 1, x_553); -lean_inc(x_403); -x_555 = l_Lean_Syntax_node1(x_403, x_506, x_540); -lean_inc(x_403); -x_556 = l_Lean_Syntax_node1(x_403, x_506, x_555); -x_557 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_403); -x_558 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_558, 0, x_403); -lean_ctor_set(x_558, 1, x_557); -x_559 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_560 = l_Lean_addMacroScope(x_498, x_559, x_405); -x_561 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_562 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_403); -x_563 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_563, 0, x_403); -lean_ctor_set(x_563, 1, x_561); -lean_ctor_set(x_563, 2, x_560); -lean_ctor_set(x_563, 3, x_562); -x_564 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_403); -x_565 = l_Lean_Syntax_node2(x_403, x_564, x_558, x_563); -x_566 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_544); -lean_inc(x_403); -x_567 = l_Lean_Syntax_node4(x_403, x_566, x_554, x_556, x_544, x_565); -x_568 = lean_array_push(x_552, x_567); -lean_inc(x_403); -x_569 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_569, 0, x_403); -lean_ctor_set(x_569, 1, x_506); -lean_ctor_set(x_569, 2, x_568); -x_570 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_403); -x_571 = l_Lean_Syntax_node1(x_403, x_570, x_569); -x_572 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; -lean_inc_n(x_542, 2); -lean_inc(x_403); -x_573 = l_Lean_Syntax_node6(x_403, x_572, x_546, x_542, x_542, x_549, x_551, x_571); -x_574 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; -lean_inc(x_403); -x_575 = l_Lean_Syntax_node4(x_403, x_574, x_541, x_542, x_544, x_573); -x_576 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_403); -x_577 = l_Lean_Syntax_node2(x_403, x_576, x_532, x_575); +lean_inc(x_497); +lean_dec(x_406); +x_499 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_402); +x_500 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_500, 0, x_402); +lean_ctor_set(x_500, 1, x_499); +x_501 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_502 = l_Lean_mkSepArray(x_396, x_501); +lean_dec(x_396); +x_503 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_504 = l_Array_append___rarg(x_503, x_502); +x_505 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_402); +x_506 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_506, 0, x_402); +lean_ctor_set(x_506, 1, x_505); +lean_ctor_set(x_506, 2, x_504); +x_507 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_402); +x_508 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_508, 0, x_402); +lean_ctor_set(x_508, 1, x_507); +x_509 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_402); +x_510 = l_Lean_Syntax_node3(x_402, x_509, x_500, x_506, x_508); +lean_inc(x_402); +x_511 = l_Lean_Syntax_node1(x_402, x_505, x_510); +x_512 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_402); +x_513 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_513, 0, x_402); +lean_ctor_set(x_513, 1, x_512); +x_514 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_404); +lean_inc(x_497); +x_515 = l_Lean_addMacroScope(x_497, x_514, x_404); +x_516 = lean_box(0); +x_517 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_402); +x_518 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_518, 0, x_402); +lean_ctor_set(x_518, 1, x_517); +lean_ctor_set(x_518, 2, x_515); +lean_ctor_set(x_518, 3, x_516); +x_519 = lean_mk_syntax_ident(x_2); +lean_inc(x_402); +x_520 = l_Lean_Syntax_node2(x_402, x_505, x_518, x_519); +x_521 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_402); +x_522 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_522, 0, x_402); +lean_ctor_set(x_522, 1, x_521); +x_523 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; +lean_inc(x_404); +lean_inc(x_497); +x_524 = l_Lean_addMacroScope(x_497, x_523, x_404); +x_525 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; +x_526 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; +lean_inc(x_402); +x_527 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_527, 0, x_402); +lean_ctor_set(x_527, 1, x_525); +lean_ctor_set(x_527, 2, x_524); +lean_ctor_set(x_527, 3, x_526); +x_528 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_402); +x_529 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_529, 0, x_402); +lean_ctor_set(x_529, 1, x_528); +x_530 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_402); +x_531 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_531, 0, x_402); +lean_ctor_set(x_531, 1, x_530); +x_532 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; +lean_inc(x_404); +lean_inc(x_497); +x_533 = l_Lean_addMacroScope(x_497, x_532, x_404); +x_534 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; +lean_inc(x_402); +x_535 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_535, 0, x_402); +lean_ctor_set(x_535, 1, x_534); +lean_ctor_set(x_535, 2, x_533); +lean_ctor_set(x_535, 3, x_516); +x_536 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_402); +x_537 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_537, 0, x_402); +lean_ctor_set(x_537, 1, x_536); +x_538 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_402); +x_539 = l_Lean_Syntax_node1(x_402, x_538, x_537); +lean_inc(x_539); +lean_inc(x_535); +lean_inc(x_402); +x_540 = l_Lean_Syntax_node2(x_402, x_505, x_535, x_539); +lean_inc(x_402); +x_541 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_541, 0, x_402); +lean_ctor_set(x_541, 1, x_505); +lean_ctor_set(x_541, 2, x_503); +x_542 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_402); +x_543 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_543, 0, x_402); +lean_ctor_set(x_543, 1, x_542); +x_544 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; +lean_inc(x_402); +x_545 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_545, 0, x_402); +lean_ctor_set(x_545, 1, x_544); +x_546 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; +lean_inc(x_541); +lean_inc(x_402); +x_547 = l_Lean_Syntax_node2(x_402, x_546, x_541, x_535); +lean_inc(x_402); +x_548 = l_Lean_Syntax_node1(x_402, x_505, x_547); +x_549 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; +lean_inc(x_402); +x_550 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_550, 0, x_402); +lean_ctor_set(x_550, 1, x_549); +x_551 = l_Array_append___rarg(x_503, x_3); +x_552 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_402); +x_553 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_553, 0, x_402); +lean_ctor_set(x_553, 1, x_552); +lean_inc(x_402); +x_554 = l_Lean_Syntax_node1(x_402, x_505, x_539); +lean_inc(x_402); +x_555 = l_Lean_Syntax_node1(x_402, x_505, x_554); +x_556 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_402); +x_557 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_557, 0, x_402); +lean_ctor_set(x_557, 1, x_556); +x_558 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_559 = l_Lean_addMacroScope(x_497, x_558, x_404); +x_560 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_561 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_402); +x_562 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_562, 0, x_402); +lean_ctor_set(x_562, 1, x_560); +lean_ctor_set(x_562, 2, x_559); +lean_ctor_set(x_562, 3, x_561); +x_563 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_402); +x_564 = l_Lean_Syntax_node2(x_402, x_563, x_557, x_562); +x_565 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_543); +lean_inc(x_402); +x_566 = l_Lean_Syntax_node4(x_402, x_565, x_553, x_555, x_543, x_564); +x_567 = lean_array_push(x_551, x_566); +lean_inc(x_402); +x_568 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_568, 0, x_402); +lean_ctor_set(x_568, 1, x_505); +lean_ctor_set(x_568, 2, x_567); +x_569 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_402); +x_570 = l_Lean_Syntax_node1(x_402, x_569, x_568); +x_571 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; +lean_inc_n(x_541, 2); +lean_inc(x_402); +x_572 = l_Lean_Syntax_node6(x_402, x_571, x_545, x_541, x_541, x_548, x_550, x_570); +x_573 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; +lean_inc(x_402); +x_574 = l_Lean_Syntax_node4(x_402, x_573, x_540, x_541, x_543, x_572); +x_575 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_402); +x_576 = l_Lean_Syntax_node2(x_402, x_575, x_531, x_574); if (lean_obj_tag(x_4) == 0) { -lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; -x_578 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_403); -x_579 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_579, 0, x_403); -lean_ctor_set(x_579, 1, x_506); -lean_ctor_set(x_579, 2, x_578); -x_580 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_581 = l_Lean_Syntax_node8(x_403, x_580, x_579, x_512, x_514, x_521, x_523, x_528, x_530, x_577); -x_582 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_582, 0, x_581); -lean_ctor_set(x_582, 1, x_499); -return x_582; +lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; +x_577 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_402); +x_578 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_578, 0, x_402); +lean_ctor_set(x_578, 1, x_505); +lean_ctor_set(x_578, 2, x_577); +x_579 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_580 = l_Lean_Syntax_node8(x_402, x_579, x_578, x_511, x_513, x_520, x_522, x_527, x_529, x_576); +x_581 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_581, 0, x_580); +lean_ctor_set(x_581, 1, x_498); +return x_581; } else { -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; -x_583 = lean_ctor_get(x_4, 0); -lean_inc(x_583); +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; +x_582 = lean_ctor_get(x_4, 0); +lean_inc(x_582); lean_dec(x_4); -x_584 = l_Array_mkArray1___rarg(x_583); -x_585 = l_Array_append___rarg(x_504, x_584); -lean_inc(x_403); -x_586 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_586, 0, x_403); -lean_ctor_set(x_586, 1, x_506); -lean_ctor_set(x_586, 2, x_585); -x_587 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_588 = l_Lean_Syntax_node8(x_403, x_587, x_586, x_512, x_514, x_521, x_523, x_528, x_530, x_577); -x_589 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_589, 0, x_588); -lean_ctor_set(x_589, 1, x_499); -return x_589; +x_583 = l_Array_mkArray1___rarg(x_582); +x_584 = l_Array_append___rarg(x_503, x_583); +lean_inc(x_402); +x_585 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_585, 0, x_402); +lean_ctor_set(x_585, 1, x_505); +lean_ctor_set(x_585, 2, x_584); +x_586 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_587 = l_Lean_Syntax_node8(x_402, x_586, x_585, x_511, x_513, x_520, x_522, x_527, x_529, x_576); +x_588 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_588, 0, x_587); +lean_ctor_set(x_588, 1, x_498); +return x_588; } } } @@ -3661,607 +3657,607 @@ return x_589; } else { -lean_object* x_615; lean_object* x_616; uint8_t x_617; -x_615 = lean_ctor_get(x_1, 0); -lean_inc(x_615); +lean_object* x_614; lean_object* x_615; uint8_t x_616; +x_614 = lean_ctor_get(x_1, 0); +lean_inc(x_614); lean_dec(x_1); -x_616 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__2; -x_617 = lean_name_eq(x_7, x_616); -if (x_617 == 0) +x_615 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__2; +x_616 = lean_name_eq(x_7, x_615); +if (x_616 == 0) { -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_617; lean_object* x_618; lean_object* x_619; lean_object* x_620; lean_object* x_621; lean_object* x_622; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_618 = l_Lean_MessageData_ofName(x_7); -x_619 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__87; -x_620 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_620, 0, x_619); -lean_ctor_set(x_620, 1, x_618); -x_621 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__89; -x_622 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_622, 0, x_620); -lean_ctor_set(x_622, 1, x_621); -x_623 = l_Lean_throwErrorAt___at_Lean_Elab_Command_elabCommand___spec__15(x_615, x_622, x_8, x_9, x_10); -return x_623; +x_617 = l_Lean_MessageData_ofName(x_7); +x_618 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__87; +x_619 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_619, 0, x_618); +lean_ctor_set(x_619, 1, x_617); +x_620 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__89; +x_621 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_621, 0, x_619); +lean_ctor_set(x_621, 1, x_620); +x_622 = l_Lean_throwErrorAt___at_Lean_Elab_Command_elabCommand___spec__15(x_614, x_621, x_8, x_9, x_10); +return x_622; } else { -lean_object* x_624; lean_object* x_625; uint8_t x_848; lean_object* x_849; lean_object* x_850; lean_object* x_851; lean_object* x_852; lean_object* x_853; lean_object* x_854; lean_object* x_855; lean_object* x_856; lean_object* x_857; lean_object* x_858; lean_object* x_859; lean_object* x_860; lean_object* x_861; lean_object* x_862; lean_object* x_863; lean_object* x_864; lean_object* x_865; lean_object* x_866; +lean_object* x_623; lean_object* x_624; uint8_t 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_dec(x_7); -x_848 = 0; +x_847 = 0; lean_inc(x_2); -x_849 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_848, x_8, x_9, x_10); -x_850 = lean_ctor_get(x_849, 0); +x_848 = l_Lean_mkIdentFromRef___at_Lean_Elab_Command_elabElabRulesAux___spec__6(x_2, x_847, x_8, x_9, x_10); +x_849 = lean_ctor_get(x_848, 0); +lean_inc(x_849); +x_850 = lean_ctor_get(x_848, 1); lean_inc(x_850); -x_851 = lean_ctor_get(x_849, 1); -lean_inc(x_851); -lean_dec(x_849); -x_852 = l_Lean_Elab_Command_getRef(x_8, x_9, x_851); -x_853 = lean_ctor_get(x_852, 0); +lean_dec(x_848); +x_851 = l_Lean_Elab_Command_getRef(x_8, x_9, x_850); +x_852 = lean_ctor_get(x_851, 0); +lean_inc(x_852); +x_853 = lean_ctor_get(x_851, 1); lean_inc(x_853); -x_854 = lean_ctor_get(x_852, 1); +lean_dec(x_851); +x_854 = l_Lean_SourceInfo_fromRef(x_852, x_847); +x_855 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_853); +x_856 = lean_ctor_get(x_855, 1); +lean_inc(x_856); +lean_dec(x_855); +x_857 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_856); +x_858 = lean_ctor_get(x_857, 1); +lean_inc(x_858); +lean_dec(x_857); +x_859 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_854); +x_860 = l_Lean_Syntax_node1(x_854, x_859, x_849); +x_861 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; +x_862 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__85; lean_inc(x_854); -lean_dec(x_852); -x_855 = l_Lean_SourceInfo_fromRef(x_853, x_848); -x_856 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_854); -x_857 = lean_ctor_get(x_856, 1); -lean_inc(x_857); -lean_dec(x_856); -x_858 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_857); -x_859 = lean_ctor_get(x_858, 1); -lean_inc(x_859); -lean_dec(x_858); -x_860 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_855); -x_861 = l_Lean_Syntax_node1(x_855, x_860, x_850); -x_862 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__51; -x_863 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__85; -lean_inc(x_855); -x_864 = l_Lean_Syntax_node2(x_855, x_862, x_863, x_861); -x_865 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; -x_866 = l_Lean_Syntax_node2(x_855, x_865, x_5, x_864); +x_863 = l_Lean_Syntax_node2(x_854, x_861, x_862, x_860); +x_864 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__50; +x_865 = l_Lean_Syntax_node2(x_854, x_864, x_5, x_863); if (lean_obj_tag(x_6) == 0) { -lean_object* x_867; lean_object* x_868; -x_867 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__53; -x_868 = lean_array_push(x_867, x_866); -x_624 = x_868; -x_625 = x_859; -goto block_847; +lean_object* x_866; lean_object* x_867; +x_866 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__55; +x_867 = lean_array_push(x_866, x_865); +x_623 = x_867; +x_624 = x_858; +goto block_846; } else { -lean_object* x_869; lean_object* x_870; lean_object* x_871; -x_869 = lean_ctor_get(x_6, 0); -x_870 = l_Lean_Syntax_TSepArray_getElems___rarg(x_869); -x_871 = lean_array_push(x_870, x_866); -x_624 = x_871; -x_625 = x_859; -goto block_847; -} -block_847: -{ -lean_object* x_626; lean_object* x_627; lean_object* x_628; uint8_t x_629; lean_object* x_630; lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; uint8_t x_635; -x_626 = l_Lean_Elab_Command_getRef(x_8, x_9, x_625); -x_627 = lean_ctor_get(x_626, 0); +lean_object* x_868; lean_object* x_869; lean_object* x_870; +x_868 = lean_ctor_get(x_6, 0); +x_869 = l_Lean_Syntax_TSepArray_getElems___rarg(x_868); +x_870 = lean_array_push(x_869, x_865); +x_623 = x_870; +x_624 = x_858; +goto block_846; +} +block_846: +{ +lean_object* x_625; lean_object* x_626; lean_object* x_627; uint8_t x_628; lean_object* x_629; lean_object* x_630; lean_object* x_631; lean_object* x_632; lean_object* x_633; uint8_t x_634; +x_625 = l_Lean_Elab_Command_getRef(x_8, x_9, x_624); +x_626 = lean_ctor_get(x_625, 0); +lean_inc(x_626); +x_627 = lean_ctor_get(x_625, 1); lean_inc(x_627); -x_628 = lean_ctor_get(x_626, 1); -lean_inc(x_628); -lean_dec(x_626); -x_629 = 0; -x_630 = l_Lean_SourceInfo_fromRef(x_627, x_629); -x_631 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_628); +lean_dec(x_625); +x_628 = 0; +x_629 = l_Lean_SourceInfo_fromRef(x_626, x_628); +x_630 = l_Lean_Elab_Command_getCurrMacroScope(x_8, x_9, x_627); lean_dec(x_8); -x_632 = lean_ctor_get(x_631, 0); +x_631 = lean_ctor_get(x_630, 0); +lean_inc(x_631); +x_632 = lean_ctor_get(x_630, 1); lean_inc(x_632); -x_633 = lean_ctor_get(x_631, 1); -lean_inc(x_633); -lean_dec(x_631); -x_634 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_633); +lean_dec(x_630); +x_633 = l_Lean_Elab_Command_getMainModule___rarg(x_9, x_632); lean_dec(x_9); -x_635 = !lean_is_exclusive(x_634); -if (x_635 == 0) -{ -lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; lean_object* x_644; lean_object* x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; lean_object* x_651; lean_object* x_652; lean_object* x_653; lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_657; lean_object* x_658; lean_object* x_659; lean_object* x_660; lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; lean_object* x_665; lean_object* x_666; lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_object* x_670; lean_object* x_671; lean_object* x_672; lean_object* x_673; lean_object* x_674; lean_object* x_675; lean_object* x_676; lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; lean_object* x_683; lean_object* x_684; lean_object* x_685; lean_object* x_686; lean_object* x_687; lean_object* x_688; lean_object* x_689; lean_object* x_690; lean_object* x_691; lean_object* x_692; lean_object* x_693; lean_object* x_694; lean_object* x_695; lean_object* x_696; lean_object* x_697; lean_object* x_698; lean_object* x_699; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; lean_object* x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; lean_object* x_722; lean_object* x_723; lean_object* x_724; lean_object* x_725; lean_object* x_726; lean_object* x_727; lean_object* x_728; lean_object* x_729; -x_636 = lean_ctor_get(x_634, 0); -x_637 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_630); -x_638 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_638, 0, x_630); -lean_ctor_set(x_638, 1, x_637); -x_639 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_640 = l_Lean_mkSepArray(x_624, x_639); -lean_dec(x_624); -x_641 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_642 = l_Array_append___rarg(x_641, x_640); -x_643 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_630); -x_644 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_644, 0, x_630); -lean_ctor_set(x_644, 1, x_643); -lean_ctor_set(x_644, 2, x_642); -x_645 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_630); -x_646 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_646, 0, x_630); -lean_ctor_set(x_646, 1, x_645); -x_647 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_630); -x_648 = l_Lean_Syntax_node3(x_630, x_647, x_638, x_644, x_646); -lean_inc(x_630); -x_649 = l_Lean_Syntax_node1(x_630, x_643, x_648); -x_650 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_630); -x_651 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_651, 0, x_630); -lean_ctor_set(x_651, 1, x_650); -x_652 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_632); -lean_inc(x_636); -x_653 = l_Lean_addMacroScope(x_636, x_652, x_632); -x_654 = lean_box(0); -x_655 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_630); -x_656 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_656, 0, x_630); -lean_ctor_set(x_656, 1, x_655); -lean_ctor_set(x_656, 2, x_653); -lean_ctor_set(x_656, 3, x_654); -x_657 = lean_mk_syntax_ident(x_2); -lean_inc(x_630); -x_658 = l_Lean_Syntax_node2(x_630, x_643, x_656, x_657); -x_659 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_630); -x_660 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_660, 0, x_630); -lean_ctor_set(x_660, 1, x_659); -x_661 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; -lean_inc(x_632); -lean_inc(x_636); -x_662 = l_Lean_addMacroScope(x_636, x_661, x_632); -x_663 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; -x_664 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; -lean_inc(x_630); -x_665 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_665, 0, x_630); -lean_ctor_set(x_665, 1, x_663); -lean_ctor_set(x_665, 2, x_662); -lean_ctor_set(x_665, 3, x_664); -x_666 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_630); -x_667 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_667, 0, x_630); -lean_ctor_set(x_667, 1, x_666); -x_668 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_630); -x_669 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_669, 0, x_630); -lean_ctor_set(x_669, 1, x_668); -x_670 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; -lean_inc(x_632); -lean_inc(x_636); -x_671 = l_Lean_addMacroScope(x_636, x_670, x_632); -x_672 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; -lean_inc(x_630); -x_673 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_673, 0, x_630); -lean_ctor_set(x_673, 1, x_672); -lean_ctor_set(x_673, 2, x_671); -lean_ctor_set(x_673, 3, x_654); -x_674 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__92; -lean_inc(x_632); -lean_inc(x_636); -x_675 = l_Lean_addMacroScope(x_636, x_674, x_632); -x_676 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__91; -lean_inc(x_630); -x_677 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_677, 0, x_630); -lean_ctor_set(x_677, 1, x_676); -lean_ctor_set(x_677, 2, x_675); -lean_ctor_set(x_677, 3, x_654); -lean_inc(x_677); -lean_inc(x_673); -lean_inc(x_630); -x_678 = l_Lean_Syntax_node2(x_630, x_643, x_673, x_677); -lean_inc(x_630); -x_679 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_679, 0, x_630); -lean_ctor_set(x_679, 1, x_643); -lean_ctor_set(x_679, 2, x_641); -x_680 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_630); -x_681 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_681, 0, x_630); -lean_ctor_set(x_681, 1, x_680); -x_682 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__98; -lean_inc(x_632); -lean_inc(x_636); -x_683 = l_Lean_addMacroScope(x_636, x_682, x_632); -x_684 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__96; -x_685 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__102; -lean_inc(x_630); -x_686 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_686, 0, x_630); -lean_ctor_set(x_686, 1, x_684); -lean_ctor_set(x_686, 2, x_683); -lean_ctor_set(x_686, 3, x_685); -lean_inc(x_630); -x_687 = l_Lean_Syntax_node1(x_630, x_643, x_615); -x_688 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; -lean_inc(x_630); -x_689 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_689, 0, x_630); -lean_ctor_set(x_689, 1, x_688); -x_690 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; -lean_inc(x_679); -lean_inc(x_630); -x_691 = l_Lean_Syntax_node2(x_630, x_690, x_679, x_673); -lean_inc(x_630); -x_692 = l_Lean_Syntax_node1(x_630, x_643, x_691); -x_693 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; -lean_inc(x_630); -x_694 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_694, 0, x_630); -lean_ctor_set(x_694, 1, x_693); -x_695 = l_Array_append___rarg(x_641, x_3); -x_696 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_630); -x_697 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_697, 0, x_630); -lean_ctor_set(x_697, 1, x_696); -x_698 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_630); -x_699 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_699, 0, x_630); -lean_ctor_set(x_699, 1, x_698); -x_700 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_630); -x_701 = l_Lean_Syntax_node1(x_630, x_700, x_699); -lean_inc(x_630); -x_702 = l_Lean_Syntax_node1(x_630, x_643, x_701); -lean_inc(x_630); -x_703 = l_Lean_Syntax_node1(x_630, x_643, x_702); -x_704 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_630); -x_705 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_705, 0, x_630); -lean_ctor_set(x_705, 1, x_704); -x_706 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_707 = l_Lean_addMacroScope(x_636, x_706, x_632); -x_708 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_709 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_630); -x_710 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_710, 0, x_630); -lean_ctor_set(x_710, 1, x_708); -lean_ctor_set(x_710, 2, x_707); -lean_ctor_set(x_710, 3, x_709); -x_711 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_630); -x_712 = l_Lean_Syntax_node2(x_630, x_711, x_705, x_710); -x_713 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_681); -lean_inc(x_630); -x_714 = l_Lean_Syntax_node4(x_630, x_713, x_697, x_703, x_681, x_712); -x_715 = lean_array_push(x_695, x_714); -lean_inc(x_630); -x_716 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_716, 0, x_630); -lean_ctor_set(x_716, 1, x_643); -lean_ctor_set(x_716, 2, x_715); -x_717 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_630); -x_718 = l_Lean_Syntax_node1(x_630, x_717, x_716); -x_719 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; -lean_inc_n(x_679, 2); -lean_inc(x_630); -x_720 = l_Lean_Syntax_node6(x_630, x_719, x_689, x_679, x_679, x_692, x_694, x_718); -x_721 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; -lean_inc(x_681); -lean_inc(x_679); -lean_inc(x_630); -x_722 = l_Lean_Syntax_node4(x_630, x_721, x_687, x_679, x_681, x_720); -x_723 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_669); -lean_inc(x_630); -x_724 = l_Lean_Syntax_node2(x_630, x_723, x_669, x_722); -lean_inc(x_630); -x_725 = l_Lean_Syntax_node2(x_630, x_643, x_677, x_724); -x_726 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__94; -lean_inc(x_630); -x_727 = l_Lean_Syntax_node2(x_630, x_726, x_686, x_725); -lean_inc(x_630); -x_728 = l_Lean_Syntax_node4(x_630, x_721, x_678, x_679, x_681, x_727); -lean_inc(x_630); -x_729 = l_Lean_Syntax_node2(x_630, x_723, x_669, x_728); +x_634 = !lean_is_exclusive(x_633); +if (x_634 == 0) +{ +lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; lean_object* x_644; lean_object* x_645; lean_object* x_646; lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; lean_object* x_651; lean_object* x_652; lean_object* x_653; lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_657; lean_object* x_658; lean_object* x_659; lean_object* x_660; lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; lean_object* x_665; lean_object* x_666; lean_object* x_667; lean_object* x_668; lean_object* x_669; lean_object* x_670; lean_object* x_671; lean_object* x_672; lean_object* x_673; lean_object* x_674; lean_object* x_675; lean_object* x_676; lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; lean_object* x_683; lean_object* x_684; lean_object* x_685; lean_object* x_686; lean_object* x_687; lean_object* x_688; lean_object* x_689; lean_object* x_690; lean_object* x_691; lean_object* x_692; lean_object* x_693; lean_object* x_694; lean_object* x_695; lean_object* x_696; lean_object* x_697; lean_object* x_698; lean_object* x_699; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; lean_object* x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; lean_object* x_722; lean_object* x_723; lean_object* x_724; lean_object* x_725; lean_object* x_726; lean_object* x_727; lean_object* x_728; +x_635 = lean_ctor_get(x_633, 0); +x_636 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_629); +x_637 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_637, 0, x_629); +lean_ctor_set(x_637, 1, x_636); +x_638 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_639 = l_Lean_mkSepArray(x_623, x_638); +lean_dec(x_623); +x_640 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_641 = l_Array_append___rarg(x_640, x_639); +x_642 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_629); +x_643 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_643, 0, x_629); +lean_ctor_set(x_643, 1, x_642); +lean_ctor_set(x_643, 2, x_641); +x_644 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_629); +x_645 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_645, 0, x_629); +lean_ctor_set(x_645, 1, x_644); +x_646 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_629); +x_647 = l_Lean_Syntax_node3(x_629, x_646, x_637, x_643, x_645); +lean_inc(x_629); +x_648 = l_Lean_Syntax_node1(x_629, x_642, x_647); +x_649 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_629); +x_650 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_650, 0, x_629); +lean_ctor_set(x_650, 1, x_649); +x_651 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_631); +lean_inc(x_635); +x_652 = l_Lean_addMacroScope(x_635, x_651, x_631); +x_653 = lean_box(0); +x_654 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_629); +x_655 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_655, 0, x_629); +lean_ctor_set(x_655, 1, x_654); +lean_ctor_set(x_655, 2, x_652); +lean_ctor_set(x_655, 3, x_653); +x_656 = lean_mk_syntax_ident(x_2); +lean_inc(x_629); +x_657 = l_Lean_Syntax_node2(x_629, x_642, x_655, x_656); +x_658 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_629); +x_659 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_659, 0, x_629); +lean_ctor_set(x_659, 1, x_658); +x_660 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; +lean_inc(x_631); +lean_inc(x_635); +x_661 = l_Lean_addMacroScope(x_635, x_660, x_631); +x_662 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; +x_663 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; +lean_inc(x_629); +x_664 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_664, 0, x_629); +lean_ctor_set(x_664, 1, x_662); +lean_ctor_set(x_664, 2, x_661); +lean_ctor_set(x_664, 3, x_663); +x_665 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_629); +x_666 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_666, 0, x_629); +lean_ctor_set(x_666, 1, x_665); +x_667 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_629); +x_668 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_668, 0, x_629); +lean_ctor_set(x_668, 1, x_667); +x_669 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; +lean_inc(x_631); +lean_inc(x_635); +x_670 = l_Lean_addMacroScope(x_635, x_669, x_631); +x_671 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; +lean_inc(x_629); +x_672 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_672, 0, x_629); +lean_ctor_set(x_672, 1, x_671); +lean_ctor_set(x_672, 2, x_670); +lean_ctor_set(x_672, 3, x_653); +x_673 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__92; +lean_inc(x_631); +lean_inc(x_635); +x_674 = l_Lean_addMacroScope(x_635, x_673, x_631); +x_675 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__91; +lean_inc(x_629); +x_676 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_676, 0, x_629); +lean_ctor_set(x_676, 1, x_675); +lean_ctor_set(x_676, 2, x_674); +lean_ctor_set(x_676, 3, x_653); +lean_inc(x_676); +lean_inc(x_672); +lean_inc(x_629); +x_677 = l_Lean_Syntax_node2(x_629, x_642, x_672, x_676); +lean_inc(x_629); +x_678 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_678, 0, x_629); +lean_ctor_set(x_678, 1, x_642); +lean_ctor_set(x_678, 2, x_640); +x_679 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_629); +x_680 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_680, 0, x_629); +lean_ctor_set(x_680, 1, x_679); +x_681 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__98; +lean_inc(x_631); +lean_inc(x_635); +x_682 = l_Lean_addMacroScope(x_635, x_681, x_631); +x_683 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__96; +x_684 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__102; +lean_inc(x_629); +x_685 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_685, 0, x_629); +lean_ctor_set(x_685, 1, x_683); +lean_ctor_set(x_685, 2, x_682); +lean_ctor_set(x_685, 3, x_684); +lean_inc(x_629); +x_686 = l_Lean_Syntax_node1(x_629, x_642, x_614); +x_687 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; +lean_inc(x_629); +x_688 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_688, 0, x_629); +lean_ctor_set(x_688, 1, x_687); +x_689 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; +lean_inc(x_678); +lean_inc(x_629); +x_690 = l_Lean_Syntax_node2(x_629, x_689, x_678, x_672); +lean_inc(x_629); +x_691 = l_Lean_Syntax_node1(x_629, x_642, x_690); +x_692 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; +lean_inc(x_629); +x_693 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_693, 0, x_629); +lean_ctor_set(x_693, 1, x_692); +x_694 = l_Array_append___rarg(x_640, x_3); +x_695 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_629); +x_696 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_696, 0, x_629); +lean_ctor_set(x_696, 1, x_695); +x_697 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_629); +x_698 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_698, 0, x_629); +lean_ctor_set(x_698, 1, x_697); +x_699 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_629); +x_700 = l_Lean_Syntax_node1(x_629, x_699, x_698); +lean_inc(x_629); +x_701 = l_Lean_Syntax_node1(x_629, x_642, x_700); +lean_inc(x_629); +x_702 = l_Lean_Syntax_node1(x_629, x_642, x_701); +x_703 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_629); +x_704 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_704, 0, x_629); +lean_ctor_set(x_704, 1, x_703); +x_705 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_706 = l_Lean_addMacroScope(x_635, x_705, x_631); +x_707 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_708 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_629); +x_709 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_709, 0, x_629); +lean_ctor_set(x_709, 1, x_707); +lean_ctor_set(x_709, 2, x_706); +lean_ctor_set(x_709, 3, x_708); +x_710 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_629); +x_711 = l_Lean_Syntax_node2(x_629, x_710, x_704, x_709); +x_712 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_680); +lean_inc(x_629); +x_713 = l_Lean_Syntax_node4(x_629, x_712, x_696, x_702, x_680, x_711); +x_714 = lean_array_push(x_694, x_713); +lean_inc(x_629); +x_715 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_715, 0, x_629); +lean_ctor_set(x_715, 1, x_642); +lean_ctor_set(x_715, 2, x_714); +x_716 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_629); +x_717 = l_Lean_Syntax_node1(x_629, x_716, x_715); +x_718 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; +lean_inc_n(x_678, 2); +lean_inc(x_629); +x_719 = l_Lean_Syntax_node6(x_629, x_718, x_688, x_678, x_678, x_691, x_693, x_717); +x_720 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; +lean_inc(x_680); +lean_inc(x_678); +lean_inc(x_629); +x_721 = l_Lean_Syntax_node4(x_629, x_720, x_686, x_678, x_680, x_719); +x_722 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_668); +lean_inc(x_629); +x_723 = l_Lean_Syntax_node2(x_629, x_722, x_668, x_721); +lean_inc(x_629); +x_724 = l_Lean_Syntax_node2(x_629, x_642, x_676, x_723); +x_725 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__94; +lean_inc(x_629); +x_726 = l_Lean_Syntax_node2(x_629, x_725, x_685, x_724); +lean_inc(x_629); +x_727 = l_Lean_Syntax_node4(x_629, x_720, x_677, x_678, x_680, x_726); +lean_inc(x_629); +x_728 = l_Lean_Syntax_node2(x_629, x_722, x_668, x_727); if (lean_obj_tag(x_4) == 0) { -lean_object* x_730; lean_object* x_731; lean_object* x_732; lean_object* x_733; -x_730 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_630); -x_731 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_731, 0, x_630); -lean_ctor_set(x_731, 1, x_643); -lean_ctor_set(x_731, 2, x_730); -x_732 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_733 = l_Lean_Syntax_node8(x_630, x_732, x_731, x_649, x_651, x_658, x_660, x_665, x_667, x_729); -lean_ctor_set(x_634, 0, x_733); -return x_634; +lean_object* x_729; lean_object* x_730; lean_object* x_731; lean_object* x_732; +x_729 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_629); +x_730 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_730, 0, x_629); +lean_ctor_set(x_730, 1, x_642); +lean_ctor_set(x_730, 2, x_729); +x_731 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_732 = l_Lean_Syntax_node8(x_629, x_731, x_730, x_648, x_650, x_657, x_659, x_664, x_666, x_728); +lean_ctor_set(x_633, 0, x_732); +return x_633; } else { -lean_object* x_734; lean_object* x_735; lean_object* x_736; lean_object* x_737; lean_object* x_738; lean_object* x_739; -x_734 = lean_ctor_get(x_4, 0); -lean_inc(x_734); +lean_object* x_733; lean_object* x_734; lean_object* x_735; lean_object* x_736; lean_object* x_737; lean_object* x_738; +x_733 = lean_ctor_get(x_4, 0); +lean_inc(x_733); lean_dec(x_4); -x_735 = l_Array_mkArray1___rarg(x_734); -x_736 = l_Array_append___rarg(x_641, x_735); -lean_inc(x_630); -x_737 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_737, 0, x_630); -lean_ctor_set(x_737, 1, x_643); -lean_ctor_set(x_737, 2, x_736); -x_738 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_739 = l_Lean_Syntax_node8(x_630, x_738, x_737, x_649, x_651, x_658, x_660, x_665, x_667, x_729); -lean_ctor_set(x_634, 0, x_739); -return x_634; +x_734 = l_Array_mkArray1___rarg(x_733); +x_735 = l_Array_append___rarg(x_640, x_734); +lean_inc(x_629); +x_736 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_736, 0, x_629); +lean_ctor_set(x_736, 1, x_642); +lean_ctor_set(x_736, 2, x_735); +x_737 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_738 = l_Lean_Syntax_node8(x_629, x_737, x_736, x_648, x_650, x_657, x_659, x_664, x_666, x_728); +lean_ctor_set(x_633, 0, x_738); +return x_633; } } else { -lean_object* x_740; lean_object* x_741; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; lean_object* x_755; lean_object* x_756; lean_object* x_757; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; lean_object* x_773; lean_object* x_774; lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; lean_object* x_779; lean_object* x_780; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; lean_object* x_802; lean_object* x_803; lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; lean_object* x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_object* x_815; lean_object* x_816; lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; -x_740 = lean_ctor_get(x_634, 0); -x_741 = lean_ctor_get(x_634, 1); -lean_inc(x_741); -lean_inc(x_740); -lean_dec(x_634); -x_742 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; -lean_inc(x_630); -x_743 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_743, 0, x_630); -lean_ctor_set(x_743, 1, x_742); -x_744 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; -x_745 = l_Lean_mkSepArray(x_624, x_744); -lean_dec(x_624); -x_746 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; -x_747 = l_Array_append___rarg(x_746, x_745); -x_748 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; -lean_inc(x_630); -x_749 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_749, 0, x_630); -lean_ctor_set(x_749, 1, x_748); -lean_ctor_set(x_749, 2, x_747); -x_750 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; -lean_inc(x_630); -x_751 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_751, 0, x_630); -lean_ctor_set(x_751, 1, x_750); -x_752 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; -lean_inc(x_630); -x_753 = l_Lean_Syntax_node3(x_630, x_752, x_743, x_749, x_751); -lean_inc(x_630); -x_754 = l_Lean_Syntax_node1(x_630, x_748, x_753); -x_755 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; -lean_inc(x_630); -x_756 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_756, 0, x_630); -lean_ctor_set(x_756, 1, x_755); -x_757 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__19; -lean_inc(x_632); -lean_inc(x_740); -x_758 = l_Lean_addMacroScope(x_740, x_757, x_632); -x_759 = lean_box(0); -x_760 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; -lean_inc(x_630); -x_761 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_761, 0, x_630); -lean_ctor_set(x_761, 1, x_760); -lean_ctor_set(x_761, 2, x_758); -lean_ctor_set(x_761, 3, x_759); -x_762 = lean_mk_syntax_ident(x_2); -lean_inc(x_630); -x_763 = l_Lean_Syntax_node2(x_630, x_748, x_761, x_762); -x_764 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; -lean_inc(x_630); -x_765 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_765, 0, x_630); -lean_ctor_set(x_765, 1, x_764); -x_766 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; -lean_inc(x_632); -lean_inc(x_740); -x_767 = l_Lean_addMacroScope(x_740, x_766, x_632); -x_768 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; -x_769 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; -lean_inc(x_630); -x_770 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_770, 0, x_630); -lean_ctor_set(x_770, 1, x_768); -lean_ctor_set(x_770, 2, x_767); -lean_ctor_set(x_770, 3, x_769); -x_771 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; -lean_inc(x_630); -x_772 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_772, 0, x_630); -lean_ctor_set(x_772, 1, x_771); -x_773 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__28; -lean_inc(x_630); -x_774 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_774, 0, x_630); -lean_ctor_set(x_774, 1, x_773); -x_775 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; -lean_inc(x_632); -lean_inc(x_740); -x_776 = l_Lean_addMacroScope(x_740, x_775, x_632); -x_777 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; -lean_inc(x_630); -x_778 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_778, 0, x_630); -lean_ctor_set(x_778, 1, x_777); -lean_ctor_set(x_778, 2, x_776); -lean_ctor_set(x_778, 3, x_759); -x_779 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__92; -lean_inc(x_632); -lean_inc(x_740); -x_780 = l_Lean_addMacroScope(x_740, x_779, x_632); -x_781 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__91; -lean_inc(x_630); -x_782 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_782, 0, x_630); -lean_ctor_set(x_782, 1, x_781); -lean_ctor_set(x_782, 2, x_780); -lean_ctor_set(x_782, 3, x_759); -lean_inc(x_782); -lean_inc(x_778); -lean_inc(x_630); -x_783 = l_Lean_Syntax_node2(x_630, x_748, x_778, x_782); -lean_inc(x_630); -x_784 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_784, 0, x_630); -lean_ctor_set(x_784, 1, x_748); -lean_ctor_set(x_784, 2, x_746); -x_785 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; -lean_inc(x_630); -x_786 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_786, 0, x_630); -lean_ctor_set(x_786, 1, x_785); -x_787 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__98; -lean_inc(x_632); +lean_object* x_739; lean_object* x_740; lean_object* x_741; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; lean_object* x_755; lean_object* x_756; lean_object* x_757; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; lean_object* x_773; lean_object* x_774; lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; lean_object* x_779; lean_object* x_780; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; lean_object* x_802; lean_object* x_803; lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; lean_object* x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_object* x_815; lean_object* x_816; lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; +x_739 = lean_ctor_get(x_633, 0); +x_740 = lean_ctor_get(x_633, 1); lean_inc(x_740); -x_788 = l_Lean_addMacroScope(x_740, x_787, x_632); -x_789 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__96; -x_790 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__102; -lean_inc(x_630); -x_791 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_791, 0, x_630); -lean_ctor_set(x_791, 1, x_789); -lean_ctor_set(x_791, 2, x_788); -lean_ctor_set(x_791, 3, x_790); -lean_inc(x_630); -x_792 = l_Lean_Syntax_node1(x_630, x_748, x_615); -x_793 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; -lean_inc(x_630); -x_794 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_794, 0, x_630); -lean_ctor_set(x_794, 1, x_793); -x_795 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; -lean_inc(x_784); -lean_inc(x_630); -x_796 = l_Lean_Syntax_node2(x_630, x_795, x_784, x_778); -lean_inc(x_630); -x_797 = l_Lean_Syntax_node1(x_630, x_748, x_796); -x_798 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; -lean_inc(x_630); -x_799 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_799, 0, x_630); -lean_ctor_set(x_799, 1, x_798); -x_800 = l_Array_append___rarg(x_746, x_3); -x_801 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; -lean_inc(x_630); -x_802 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_802, 0, x_630); -lean_ctor_set(x_802, 1, x_801); -x_803 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__34; -lean_inc(x_630); -x_804 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_804, 0, x_630); -lean_ctor_set(x_804, 1, x_803); -x_805 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; -lean_inc(x_630); -x_806 = l_Lean_Syntax_node1(x_630, x_805, x_804); -lean_inc(x_630); -x_807 = l_Lean_Syntax_node1(x_630, x_748, x_806); -lean_inc(x_630); -x_808 = l_Lean_Syntax_node1(x_630, x_748, x_807); -x_809 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__37; -lean_inc(x_630); -x_810 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_810, 0, x_630); -lean_ctor_set(x_810, 1, x_809); -x_811 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__40; -x_812 = l_Lean_addMacroScope(x_740, x_811, x_632); -x_813 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; -x_814 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__45; -lean_inc(x_630); -x_815 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_815, 0, x_630); -lean_ctor_set(x_815, 1, x_813); -lean_ctor_set(x_815, 2, x_812); -lean_ctor_set(x_815, 3, x_814); -x_816 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; -lean_inc(x_630); -x_817 = l_Lean_Syntax_node2(x_630, x_816, x_810, x_815); -x_818 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; -lean_inc(x_786); -lean_inc(x_630); -x_819 = l_Lean_Syntax_node4(x_630, x_818, x_802, x_808, x_786, x_817); -x_820 = lean_array_push(x_800, x_819); -lean_inc(x_630); -x_821 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_821, 0, x_630); -lean_ctor_set(x_821, 1, x_748); -lean_ctor_set(x_821, 2, x_820); -x_822 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; -lean_inc(x_630); -x_823 = l_Lean_Syntax_node1(x_630, x_822, x_821); -x_824 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; -lean_inc_n(x_784, 2); -lean_inc(x_630); -x_825 = l_Lean_Syntax_node6(x_630, x_824, x_794, x_784, x_784, x_797, x_799, x_823); -x_826 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; -lean_inc(x_786); -lean_inc(x_784); -lean_inc(x_630); -x_827 = l_Lean_Syntax_node4(x_630, x_826, x_792, x_784, x_786, x_825); -x_828 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; -lean_inc(x_774); -lean_inc(x_630); -x_829 = l_Lean_Syntax_node2(x_630, x_828, x_774, x_827); -lean_inc(x_630); -x_830 = l_Lean_Syntax_node2(x_630, x_748, x_782, x_829); -x_831 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__94; -lean_inc(x_630); -x_832 = l_Lean_Syntax_node2(x_630, x_831, x_791, x_830); -lean_inc(x_630); -x_833 = l_Lean_Syntax_node4(x_630, x_826, x_783, x_784, x_786, x_832); -lean_inc(x_630); -x_834 = l_Lean_Syntax_node2(x_630, x_828, x_774, x_833); +lean_inc(x_739); +lean_dec(x_633); +x_741 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; +lean_inc(x_629); +x_742 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_742, 0, x_629); +lean_ctor_set(x_742, 1, x_741); +x_743 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__17; +x_744 = l_Lean_mkSepArray(x_623, x_743); +lean_dec(x_623); +x_745 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__4; +x_746 = l_Array_append___rarg(x_745, x_744); +x_747 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__3; +lean_inc(x_629); +x_748 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_748, 0, x_629); +lean_ctor_set(x_748, 1, x_747); +lean_ctor_set(x_748, 2, x_746); +x_749 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; +lean_inc(x_629); +x_750 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_750, 0, x_629); +lean_ctor_set(x_750, 1, x_749); +x_751 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; +lean_inc(x_629); +x_752 = l_Lean_Syntax_node3(x_629, x_751, x_742, x_748, x_750); +lean_inc(x_629); +x_753 = l_Lean_Syntax_node1(x_629, x_747, x_752); +x_754 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__11; +lean_inc(x_629); +x_755 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_755, 0, x_629); +lean_ctor_set(x_755, 1, x_754); +x_756 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__21; +lean_inc(x_631); +lean_inc(x_739); +x_757 = l_Lean_addMacroScope(x_739, x_756, x_631); +x_758 = lean_box(0); +x_759 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +lean_inc(x_629); +x_760 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_760, 0, x_629); +lean_ctor_set(x_760, 1, x_759); +lean_ctor_set(x_760, 2, x_757); +lean_ctor_set(x_760, 3, x_758); +x_761 = lean_mk_syntax_ident(x_2); +lean_inc(x_629); +x_762 = l_Lean_Syntax_node2(x_629, x_747, x_760, x_761); +x_763 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; +lean_inc(x_629); +x_764 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_764, 0, x_629); +lean_ctor_set(x_764, 1, x_763); +x_765 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__72; +lean_inc(x_631); +lean_inc(x_739); +x_766 = l_Lean_addMacroScope(x_739, x_765, x_631); +x_767 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__70; +x_768 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__74; +lean_inc(x_629); +x_769 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_769, 0, x_629); +lean_ctor_set(x_769, 1, x_767); +lean_ctor_set(x_769, 2, x_766); +lean_ctor_set(x_769, 3, x_768); +x_770 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; +lean_inc(x_629); +x_771 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_771, 0, x_629); +lean_ctor_set(x_771, 1, x_770); +x_772 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__30; +lean_inc(x_629); +x_773 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_773, 0, x_629); +lean_ctor_set(x_773, 1, x_772); +x_774 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__79; +lean_inc(x_631); +lean_inc(x_739); +x_775 = l_Lean_addMacroScope(x_739, x_774, x_631); +x_776 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__78; +lean_inc(x_629); +x_777 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_777, 0, x_629); +lean_ctor_set(x_777, 1, x_776); +lean_ctor_set(x_777, 2, x_775); +lean_ctor_set(x_777, 3, x_758); +x_778 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__92; +lean_inc(x_631); +lean_inc(x_739); +x_779 = l_Lean_addMacroScope(x_739, x_778, x_631); +x_780 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__91; +lean_inc(x_629); +x_781 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_781, 0, x_629); +lean_ctor_set(x_781, 1, x_780); +lean_ctor_set(x_781, 2, x_779); +lean_ctor_set(x_781, 3, x_758); +lean_inc(x_781); +lean_inc(x_777); +lean_inc(x_629); +x_782 = l_Lean_Syntax_node2(x_629, x_747, x_777, x_781); +lean_inc(x_629); +x_783 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_783, 0, x_629); +lean_ctor_set(x_783, 1, x_747); +lean_ctor_set(x_783, 2, x_745); +x_784 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__5; +lean_inc(x_629); +x_785 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_785, 0, x_629); +lean_ctor_set(x_785, 1, x_784); +x_786 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__98; +lean_inc(x_631); +lean_inc(x_739); +x_787 = l_Lean_addMacroScope(x_739, x_786, x_631); +x_788 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__96; +x_789 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__102; +lean_inc(x_629); +x_790 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_790, 0, x_629); +lean_ctor_set(x_790, 1, x_788); +lean_ctor_set(x_790, 2, x_787); +lean_ctor_set(x_790, 3, x_789); +lean_inc(x_629); +x_791 = l_Lean_Syntax_node1(x_629, x_747, x_614); +x_792 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__80; +lean_inc(x_629); +x_793 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_793, 0, x_629); +lean_ctor_set(x_793, 1, x_792); +x_794 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__83; +lean_inc(x_783); +lean_inc(x_629); +x_795 = l_Lean_Syntax_node2(x_629, x_794, x_783, x_777); +lean_inc(x_629); +x_796 = l_Lean_Syntax_node1(x_629, x_747, x_795); +x_797 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__84; +lean_inc(x_629); +x_798 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_798, 0, x_629); +lean_ctor_set(x_798, 1, x_797); +x_799 = l_Array_append___rarg(x_745, x_3); +x_800 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___lambda__2___closed__1; +lean_inc(x_629); +x_801 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_801, 0, x_629); +lean_ctor_set(x_801, 1, x_800); +x_802 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__36; +lean_inc(x_629); +x_803 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_803, 0, x_629); +lean_ctor_set(x_803, 1, x_802); +x_804 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__35; +lean_inc(x_629); +x_805 = l_Lean_Syntax_node1(x_629, x_804, x_803); +lean_inc(x_629); +x_806 = l_Lean_Syntax_node1(x_629, x_747, x_805); +lean_inc(x_629); +x_807 = l_Lean_Syntax_node1(x_629, x_747, x_806); +x_808 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__39; +lean_inc(x_629); +x_809 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_809, 0, x_629); +lean_ctor_set(x_809, 1, x_808); +x_810 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__42; +x_811 = l_Lean_addMacroScope(x_739, x_810, x_631); +x_812 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__41; +x_813 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__47; +lean_inc(x_629); +x_814 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_814, 0, x_629); +lean_ctor_set(x_814, 1, x_812); +lean_ctor_set(x_814, 2, x_811); +lean_ctor_set(x_814, 3, x_813); +x_815 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__38; +lean_inc(x_629); +x_816 = l_Lean_Syntax_node2(x_629, x_815, x_809, x_814); +x_817 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__5; +lean_inc(x_785); +lean_inc(x_629); +x_818 = l_Lean_Syntax_node4(x_629, x_817, x_801, x_807, x_785, x_816); +x_819 = lean_array_push(x_799, x_818); +lean_inc(x_629); +x_820 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_820, 0, x_629); +lean_ctor_set(x_820, 1, x_747); +lean_ctor_set(x_820, 2, x_819); +x_821 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; +lean_inc(x_629); +x_822 = l_Lean_Syntax_node1(x_629, x_821, x_820); +x_823 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__81; +lean_inc_n(x_783, 2); +lean_inc(x_629); +x_824 = l_Lean_Syntax_node6(x_629, x_823, x_793, x_783, x_783, x_796, x_798, x_822); +x_825 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__76; +lean_inc(x_785); +lean_inc(x_783); +lean_inc(x_629); +x_826 = l_Lean_Syntax_node4(x_629, x_825, x_791, x_783, x_785, x_824); +x_827 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +lean_inc(x_773); +lean_inc(x_629); +x_828 = l_Lean_Syntax_node2(x_629, x_827, x_773, x_826); +lean_inc(x_629); +x_829 = l_Lean_Syntax_node2(x_629, x_747, x_781, x_828); +x_830 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__94; +lean_inc(x_629); +x_831 = l_Lean_Syntax_node2(x_629, x_830, x_790, x_829); +lean_inc(x_629); +x_832 = l_Lean_Syntax_node4(x_629, x_825, x_782, x_783, x_785, x_831); +lean_inc(x_629); +x_833 = l_Lean_Syntax_node2(x_629, x_827, x_773, x_832); if (lean_obj_tag(x_4) == 0) { -lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; -x_835 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; -lean_inc(x_630); -x_836 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_836, 0, x_630); -lean_ctor_set(x_836, 1, x_748); -lean_ctor_set(x_836, 2, x_835); -x_837 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_838 = l_Lean_Syntax_node8(x_630, x_837, x_836, x_754, x_756, x_763, x_765, x_770, x_772, x_834); -x_839 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_839, 0, x_838); -lean_ctor_set(x_839, 1, x_741); -return x_839; +lean_object* x_834; lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; +x_834 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; +lean_inc(x_629); +x_835 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_835, 0, x_629); +lean_ctor_set(x_835, 1, x_747); +lean_ctor_set(x_835, 2, x_834); +x_836 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_837 = l_Lean_Syntax_node8(x_629, x_836, x_835, x_753, x_755, x_762, x_764, x_769, x_771, x_833); +x_838 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_838, 0, x_837); +lean_ctor_set(x_838, 1, x_740); +return x_838; } else { -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; -x_840 = lean_ctor_get(x_4, 0); -lean_inc(x_840); +lean_object* x_839; lean_object* x_840; lean_object* x_841; lean_object* x_842; lean_object* x_843; lean_object* x_844; lean_object* x_845; +x_839 = lean_ctor_get(x_4, 0); +lean_inc(x_839); lean_dec(x_4); -x_841 = l_Array_mkArray1___rarg(x_840); -x_842 = l_Array_append___rarg(x_746, x_841); -lean_inc(x_630); -x_843 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_843, 0, x_630); -lean_ctor_set(x_843, 1, x_748); -lean_ctor_set(x_843, 2, x_842); -x_844 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; -x_845 = l_Lean_Syntax_node8(x_630, x_844, x_843, x_754, x_756, x_763, x_765, x_770, x_772, x_834); -x_846 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_846, 0, x_845); -lean_ctor_set(x_846, 1, x_741); -return x_846; +x_840 = l_Array_mkArray1___rarg(x_839); +x_841 = l_Array_append___rarg(x_745, x_840); +lean_inc(x_629); +x_842 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_842, 0, x_629); +lean_ctor_set(x_842, 1, x_747); +lean_ctor_set(x_842, 2, x_841); +x_843 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_844 = l_Lean_Syntax_node8(x_629, x_843, x_842, x_753, x_755, x_762, x_764, x_769, x_771, x_833); +x_845 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_845, 0, x_844); +lean_ctor_set(x_845, 1, x_740); +return x_845; } } } @@ -4489,7 +4485,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabElabRules___lambda__1(lean_obje lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; x_12 = lean_unsigned_to_nat(7u); x_13 = l_Lean_Syntax_getArg(x_1, x_12); -x_14 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +x_14 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; lean_inc(x_13); x_15 = l_Lean_Syntax_isOfKind(x_13, x_14); if (x_15 == 0) @@ -4730,7 +4726,7 @@ lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean x_82 = lean_ctor_get(x_6, 0); lean_inc(x_82); lean_dec(x_6); -x_83 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; +x_83 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; lean_inc(x_17); x_84 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_84, 0, x_17); @@ -4741,12 +4737,12 @@ x_86 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_86, 0, x_17); lean_ctor_set(x_86, 1, x_27); lean_ctor_set(x_86, 2, x_85); -x_87 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; +x_87 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; lean_inc(x_17); x_88 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_88, 0, x_17); lean_ctor_set(x_88, 1, x_87); -x_89 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_89 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; lean_inc(x_17); x_90 = l_Lean_Syntax_node3(x_17, x_89, x_84, x_86, x_88); x_91 = l_Array_mkArray1___rarg(x_90); @@ -4784,7 +4780,7 @@ lean_inc(x_17); x_75 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_75, 0, x_17); lean_ctor_set(x_75, 1, x_74); -x_76 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; +x_76 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; lean_inc(x_17); x_77 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_77, 0, x_17); @@ -4810,7 +4806,7 @@ lean_ctor_set(x_38, 2, x_37); if (lean_obj_tag(x_2) == 0) { lean_object* x_39; lean_object* x_40; -x_39 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; +x_39 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; lean_inc(x_17); x_40 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_40, 0, x_17); @@ -4865,7 +4861,7 @@ lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean x_51 = lean_ctor_get(x_2, 0); lean_inc(x_51); lean_dec(x_2); -x_52 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +x_52 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; lean_inc(x_17); x_53 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_53, 0, x_17); @@ -4880,7 +4876,7 @@ lean_ctor_set(x_56, 2, x_55); if (lean_obj_tag(x_3) == 0) { lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_57 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; +x_57 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; lean_inc(x_17); x_58 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_58, 0, x_17); @@ -4936,7 +4932,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabElabRules___lambda__4(lean_obje lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; x_12 = lean_unsigned_to_nat(7u); x_13 = l_Lean_Syntax_getArg(x_1, x_12); -x_14 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +x_14 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; lean_inc(x_13); x_15 = l_Lean_Syntax_isOfKind(x_13, x_14); if (x_15 == 0) @@ -5273,7 +5269,7 @@ lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; x_13 = lean_unsigned_to_nat(0u); x_14 = l_Lean_Syntax_getArg(x_9, x_13); lean_dec(x_9); -x_15 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_15 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; lean_inc(x_14); x_16 = l_Lean_Syntax_isOfKind(x_14, x_15); if (x_16 == 0) @@ -5319,7 +5315,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElabRules___lambda__8___closed lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElabRules___lambda__3___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -5339,7 +5335,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElabRules___lambda__8___closed lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElabRules___lambda__8___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -5524,8 +5520,8 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Command_elabElabRules___close { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l___regBuiltin_Lean_Elab_Command_elabElabRules___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -5767,7 +5763,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElab___lambda__1___closed__2() lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElab___lambda__1___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -5787,7 +5783,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElab___lambda__1___closed__4() lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElab___lambda__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -5815,7 +5811,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElab___lambda__1___closed__7() lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElab___lambda__1___closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -5957,7 +5953,7 @@ lean_inc(x_33); x_44 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_44, 0, x_33); lean_ctor_set(x_44, 1, x_43); -x_45 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__27; +x_45 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__29; lean_inc(x_33); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_33); @@ -6000,7 +5996,7 @@ x_65 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_65, 0, x_33); lean_ctor_set(x_65, 1, x_51); lean_ctor_set(x_65, 2, x_64); -x_66 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__20; +x_66 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__22; lean_inc(x_33); x_67 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_67, 0, x_33); @@ -6049,7 +6045,7 @@ lean_inc(x_33); x_84 = l_Lean_Syntax_node4(x_33, x_83, x_74, x_80, x_82, x_8); lean_inc(x_33); x_85 = l_Lean_Syntax_node1(x_33, x_51, x_84); -x_86 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__31; +x_86 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__33; lean_inc(x_33); x_87 = l_Lean_Syntax_node1(x_33, x_86, x_85); if (lean_obj_tag(x_13) == 0) @@ -6090,7 +6086,7 @@ lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; x_132 = lean_ctor_get(x_12, 0); lean_inc(x_132); lean_dec(x_12); -x_133 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__13; +x_133 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__15; lean_inc(x_33); x_134 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_134, 0, x_33); @@ -6101,12 +6097,12 @@ x_136 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_136, 0, x_33); lean_ctor_set(x_136, 1, x_51); lean_ctor_set(x_136, 2, x_135); -x_137 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__16; +x_137 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__18; lean_inc(x_33); x_138 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_138, 0, x_33); lean_ctor_set(x_138, 1, x_137); -x_139 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_139 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; lean_inc(x_33); x_140 = l_Lean_Syntax_node3(x_33, x_139, x_134, x_136, x_138); x_141 = l_Array_mkArray1___rarg(x_140); @@ -6168,7 +6164,7 @@ lean_ctor_set(x_109, 2, x_107); if (lean_obj_tag(x_10) == 0) { lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_110 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__46; +x_110 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__48; lean_inc(x_33); x_111 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_111, 0, x_33); @@ -6434,7 +6430,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElab___lambda__3___closed__2() lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElab___lambda__3___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -6818,7 +6814,7 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; x_12 = lean_unsigned_to_nat(0u); x_13 = l_Lean_Syntax_getArg(x_8, x_12); lean_dec(x_8); -x_14 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__12; +x_14 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__14; lean_inc(x_13); x_15 = l_Lean_Syntax_isOfKind(x_13, x_14); if (x_15 == 0) @@ -6872,7 +6868,7 @@ static lean_object* _init_l_Lean_Elab_Command_elabElab___closed__2() { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__2; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l_Lean_Elab_Command_elabElab___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -7022,8 +7018,8 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Command_elabElab___closed__2( { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabElabRulesAux___spec__5___closed__1; -x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__7; -x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__8; +x_2 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__9; +x_3 = l_Lean_Elab_Command_elabElabRulesAux___lambda__1___closed__10; x_4 = l___regBuiltin_Lean_Elab_Command_elabElab___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; diff --git a/stage0/stdlib/Lean/Elab/Extra.c b/stage0/stdlib/Lean/Elab/Extra.c index e9e023fa4051..e05bf4827531 100644 --- a/stage0/stdlib/Lean/Elab/Extra.c +++ b/stage0/stdlib/Lean/Elab/Extra.c @@ -143,7 +143,7 @@ static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306 static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange___closed__6; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___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_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(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_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_x27_declRange___closed__5; static lean_object* l_Lean_Elab_Term_elabForIn___closed__3; lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -171,6 +171,7 @@ lean_object* l_Lean_Elab_Term_elabAppArgs(lean_object*, lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore___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_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306_(lean_object*); +static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_processUnOp___spec__1(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___private_Lean_Elab_Extra_0__Lean_Elab_Term_throwForInFailure___closed__1; @@ -264,6 +265,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabForIn_x27___lambda__1(lean_object* lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn___closed__4; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___closed__1; +lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2___boxed(lean_object**); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -364,6 +366,7 @@ lean_object* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_obj static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOpLazy_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel___closed__2; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn___closed__1; static lean_object* l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_x27___closed__2; @@ -396,6 +399,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinOp_declRange(le static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabDefaultOrNonempty_declRange___closed__2; lean_object* l_Lean_Elab_Term_mkConst(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_elabForIn___closed__15; +static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6; static lean_object* l_Lean_Elab_Term_elabForIn___closed__2; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toTree_go___closed__1; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___lambda__2___closed__3; @@ -416,6 +420,7 @@ static lean_object* l_Lean_Elab_Term_elabForIn___closed__24; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__1; static lean_object* l_Lean_Elab_Term_Op_elabDefaultOrNonempty___closed__1; static lean_object* l_Lean_Elab_Term_elabForIn___closed__18; +lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go___spec__3___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabUnOp_declRange___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); @@ -446,6 +451,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabForIn_declRange___closed__ static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe_go___closed__4; static lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_mkUnOp___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_analyze_go(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_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__3; static lean_object* l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Op_elabBinRel_declRange___closed__2; static lean_object* l_Lean_Elab_Term_Op_initFn____x40_Lean_Elab_Extra___hyg_7306____closed__9; @@ -10218,242 +10224,270 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___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) { +static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__3() { _start: { -uint8_t x_13; -lean_dec(x_5); -x_13 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); -if (x_13 == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Init.Data.Option.BasicAux", 25); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__4() { +_start: { -lean_object* x_14; -x_14 = lean_ctor_get(x_1, 0); -lean_inc(x_14); -lean_dec(x_1); -if (lean_obj_tag(x_14) == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Option.get!", 11); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__5() { +_start: { -lean_object* x_15; -lean_dec(x_4); -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_15 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_15) == 0) +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("value is none", 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6() { +_start: { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -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_box(0); -x_19 = l_Lean_Elab_Term_ensureHasType(x_3, x_16, x_18, x_18, x_6, x_7, x_8, x_9, x_10, x_11, x_17); -return x_19; +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_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__3; +x_2 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__4; +x_3 = lean_unsigned_to_nat(16u); +x_4 = lean_unsigned_to_nat(14u); +x_5 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__5; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___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: { -uint8_t x_20; -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_3); -x_20 = !lean_is_exclusive(x_15); -if (x_20 == 0) +lean_object* x_13; uint8_t x_46; uint8_t x_61; +lean_dec(x_5); +x_61 = lean_ctor_get_uint8(x_4, sizeof(void*)*1); +if (x_61 == 0) { -return x_15; +lean_object* x_62; +x_62 = lean_ctor_get(x_4, 0); +lean_inc(x_62); +if (lean_obj_tag(x_62) == 0) +{ +uint8_t x_63; +x_63 = 1; +x_46 = x_63; +goto block_60; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_15, 0); -x_22 = lean_ctor_get(x_15, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_15); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; -} +uint8_t x_64; +lean_dec(x_62); +x_64 = 0; +x_46 = x_64; +goto block_60; } } else { -lean_object* x_24; uint8_t x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_14, 0); -lean_inc(x_24); -lean_dec(x_14); -x_25 = 0; +uint8_t x_65; +x_65 = 1; +x_46 = x_65; +goto block_60; +} +block_45: +{ +uint8_t x_14; lean_object* x_15; +x_14 = 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); -x_26 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe(x_2, x_24, x_25, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_26) == 0) +x_15 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_applyCoe(x_1, x_13, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_15) == 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); +lean_object* x_16; lean_object* x_17; lean_object* x_18; +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); 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_29 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_27, x_6, x_7, x_8, x_9, x_10, x_11, x_28); -if (lean_obj_tag(x_29) == 0) +x_18 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -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); -lean_inc(x_4); -x_32 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_31); -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_unbox(x_33); -lean_dec(x_33); -if (x_34 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +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); +lean_inc(x_2); +x_21 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_20); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_unbox(x_22); +lean_dec(x_22); +if (x_23 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -lean_dec(x_4); -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -lean_dec(x_32); -x_36 = lean_box(0); -x_37 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__1(x_3, x_30, x_36, x_6, x_7, x_8, x_9, x_10, x_11, x_35); -return x_37; +lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_2); +x_24 = lean_ctor_get(x_21, 1); +lean_inc(x_24); +lean_dec(x_21); +x_25 = lean_box(0); +x_26 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__1(x_3, x_19, x_25, x_6, x_7, x_8, x_9, x_10, x_11, x_24); +return x_26; } 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; lean_object* x_47; -x_38 = lean_ctor_get(x_32, 1); -lean_inc(x_38); -lean_dec(x_32); -lean_inc(x_30); -x_39 = l_Lean_MessageData_ofExpr(x_30); -x_40 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___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___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -x_44 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_4, x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_38); -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___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__1(x_3, x_30, x_45, x_6, x_7, x_8, x_9, x_10, x_11, x_46); -lean_dec(x_45); -return x_47; +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; +x_27 = lean_ctor_get(x_21, 1); +lean_inc(x_27); +lean_dec(x_21); +lean_inc(x_19); +x_28 = l_Lean_MessageData_ofExpr(x_19); +x_29 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__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___private_Lean_Elab_Extra_0__Lean_Elab_Term_getMonadForIn___closed__6; +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_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_2, x_32, x_6, x_7, x_8, x_9, x_10, x_11, x_27); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__1(x_3, x_19, x_34, x_6, x_7, x_8, x_9, x_10, x_11, x_35); +lean_dec(x_34); +return x_36; } } else { -uint8_t x_48; +uint8_t x_37; 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_48 = !lean_is_exclusive(x_29); -if (x_48 == 0) +lean_dec(x_2); +x_37 = !lean_is_exclusive(x_18); +if (x_37 == 0) { -return x_29; +return x_18; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_29, 0); -x_50 = lean_ctor_get(x_29, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_29); -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; +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_52; +uint8_t x_41; 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_52 = !lean_is_exclusive(x_26); -if (x_52 == 0) +lean_dec(x_2); +x_41 = !lean_is_exclusive(x_15); +if (x_41 == 0) { -return x_26; +return x_15; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_26, 0); -x_54 = lean_ctor_get(x_26, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_26); -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; +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_15, 0); +x_43 = lean_ctor_get(x_15, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_15); +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; } } } +block_60: +{ +if (x_46 == 0) +{ +lean_object* x_47; +x_47 = lean_ctor_get(x_4, 0); +lean_inc(x_47); +lean_dec(x_4); +if (lean_obj_tag(x_47) == 0) +{ +lean_object* x_48; lean_object* x_49; +x_48 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6; +x_49 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_48); +x_13 = x_49; +goto block_45; +} +else +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_47, 0); +lean_inc(x_50); +lean_dec(x_47); +x_13 = x_50; +goto block_45; +} } else { -lean_object* x_56; +lean_object* x_51; lean_dec(x_4); -lean_dec(x_1); +lean_dec(x_2); 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_56 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_56) == 0) +x_51 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -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); -x_59 = lean_box(0); -x_60 = l_Lean_Elab_Term_ensureHasType(x_3, x_57, x_59, x_59, x_6, x_7, x_8, x_9, x_10, x_11, x_58); -return x_60; +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_box(0); +x_55 = l_Lean_Elab_Term_ensureHasType(x_3, x_52, x_54, x_54, x_6, x_7, x_8, x_9, x_10, x_11, x_53); +return x_55; } else { -uint8_t x_61; +uint8_t x_56; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10461,23 +10495,24 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_61 = !lean_is_exclusive(x_56); -if (x_61 == 0) +x_56 = !lean_is_exclusive(x_51); +if (x_56 == 0) { -return x_56; +return x_51; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_56, 0); -x_63 = lean_ctor_get(x_56, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_56); -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; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_51, 0); +x_58 = lean_ctor_get(x_51, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_51); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; +} } } } @@ -10731,7 +10766,7 @@ x_17 = lean_ctor_get(x_14, 1); lean_inc(x_17); lean_dec(x_14); x_18 = lean_box(0); -x_19 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_11, x_1, x_2, x_13, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_17); +x_19 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_1, x_13, x_2, x_11, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_17); return x_19; } else @@ -10756,7 +10791,7 @@ lean_inc(x_25); x_26 = lean_ctor_get(x_24, 1); lean_inc(x_26); lean_dec(x_24); -x_27 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_11, x_1, x_2, x_13, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_26); +x_27 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_1, x_13, x_2, x_11, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_26); return x_27; } else @@ -10783,7 +10818,7 @@ lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); -x_38 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_11, x_1, x_2, x_13, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_37); +x_38 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_1, x_13, x_2, x_11, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_37); return x_38; } } @@ -10805,7 +10840,7 @@ lean_inc(x_43); x_44 = lean_ctor_get(x_42, 1); lean_inc(x_44); lean_dec(x_42); -x_45 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_11, x_1, x_2, x_13, x_43, x_3, x_4, x_5, x_6, x_7, x_8, x_44); +x_45 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_1, x_13, x_2, x_11, x_43, x_3, x_4, x_5, x_6, x_7, x_8, x_44); return x_45; } else @@ -10832,7 +10867,7 @@ lean_inc(x_54); x_55 = lean_ctor_get(x_53, 1); lean_inc(x_55); lean_dec(x_53); -x_56 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_11, x_1, x_2, x_13, x_54, x_3, x_4, x_5, x_6, x_7, x_8, x_55); +x_56 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2(x_1, x_13, x_2, x_11, x_54, x_3, x_4, x_5, x_6, x_7, x_8, x_55); return x_56; } } @@ -12040,440 +12075,545 @@ return x_44; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Op_elabBinRelCore___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_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_Elab_Term_Op_elabBinRelCore___lambda__2(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_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { -lean_object* x_18; uint8_t x_71; +uint8_t x_18; uint8_t x_114; lean_dec(x_10); -x_71 = lean_ctor_get_uint8(x_7, sizeof(void*)*1); -if (x_71 == 0) +x_114 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +if (x_114 == 0) { -lean_object* x_72; -x_72 = lean_ctor_get(x_7, 0); -lean_inc(x_72); -lean_dec(x_7); -if (lean_obj_tag(x_72) == 0) +lean_object* x_115; +x_115 = lean_ctor_get(x_1, 0); +lean_inc(x_115); +if (lean_obj_tag(x_115) == 0) { -lean_object* x_73; -lean_dec(x_9); -lean_dec(x_8); -x_73 = lean_box(0); -x_18 = x_73; -goto block_70; +uint8_t x_116; +x_116 = 1; +x_18 = x_116; +goto block_113; +} +else +{ +uint8_t x_117; +lean_dec(x_115); +x_117 = 0; +x_18 = x_117; +goto block_113; +} } else { +uint8_t x_118; +x_118 = 1; +x_18 = x_118; +goto block_113; +} +block_113: +{ +if (x_18 == 0) +{ +lean_object* x_19; +lean_dec(x_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_19 = lean_ctor_get(x_1, 0); +lean_inc(x_19); lean_dec(x_1); -if (x_3 == 0) +if (lean_obj_tag(x_19) == 0) { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_72, 0); -lean_inc(x_74); -lean_dec(x_72); -x_75 = lean_box(0); -x_76 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_8, x_9, x_74, x_75, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -return x_76; +lean_object* x_20; lean_object* x_21; +x_20 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6; +x_21 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_20); +if (x_4 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_box(0); +x_23 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_2, x_3, x_21, x_22, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +return x_23; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; lean_object* x_81; -x_77 = lean_ctor_get(x_72, 0); -lean_inc(x_77); -lean_dec(x_72); -x_78 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__1; -lean_inc(x_77); -x_79 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___lambda__2___boxed), 9, 2); -lean_closure_set(x_79, 0, x_77); -lean_closure_set(x_79, 1, x_78); -x_80 = 0; +lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; +x_24 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__1; +lean_inc(x_21); +x_25 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___lambda__2___boxed), 9, 2); +lean_closure_set(x_25, 0, x_21); +lean_closure_set(x_25, 1, x_24); +x_26 = 0; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_81 = l_Lean_Meta_withNewMCtxDepth___at_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___spec__1___rarg(x_79, x_80, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_81) == 0) +x_27 = l_Lean_Meta_withNewMCtxDepth___at_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___spec__1___rarg(x_25, x_26, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_82; uint8_t x_83; -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -x_83 = lean_unbox(x_82); -lean_dec(x_82); -if (x_83 == 0) +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_unbox(x_28); +lean_dec(x_28); +if (x_29 == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_81, 1); -lean_inc(x_84); -lean_dec(x_81); -x_85 = lean_box(0); -x_86 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_8, x_9, x_77, x_85, x_11, x_12, x_13, x_14, x_15, x_16, x_84); -return x_86; +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_dec(x_27); +x_31 = lean_box(0); +x_32 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_2, x_3, x_21, x_31, x_11, x_12, x_13, x_14, x_15, x_16, x_30); +return x_32; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_77); -x_87 = lean_ctor_get(x_81, 1); -lean_inc(x_87); -lean_dec(x_81); -x_88 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__4; -x_89 = lean_box(0); -x_90 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_8, x_9, x_88, x_89, x_11, x_12, x_13, x_14, x_15, x_16, x_87); -return x_90; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +lean_dec(x_21); +x_33 = lean_ctor_get(x_27, 1); +lean_inc(x_33); +lean_dec(x_27); +x_34 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__4; +x_35 = lean_box(0); +x_36 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_2, x_3, x_34, x_35, x_11, x_12, x_13, x_14, x_15, x_16, x_33); +return x_36; } } else { -uint8_t x_91; -lean_dec(x_77); +uint8_t x_37; +lean_dec(x_21); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -x_91 = !lean_is_exclusive(x_81); -if (x_91 == 0) +lean_dec(x_3); +lean_dec(x_2); +x_37 = !lean_is_exclusive(x_27); +if (x_37 == 0) { -return x_81; +return x_27; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_81, 0); -x_93 = lean_ctor_get(x_81, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_81); -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; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_27, 0); +x_39 = lean_ctor_get(x_27, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_27); +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 +{ +if (x_4 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_19, 0); +lean_inc(x_41); +lean_dec(x_19); +x_42 = lean_box(0); +x_43 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_2, x_3, x_41, x_42, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +return x_43; } else { -lean_object* x_95; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_95 = lean_box(0); -x_18 = x_95; -goto block_70; +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; +x_44 = lean_ctor_get(x_19, 0); +lean_inc(x_44); +lean_dec(x_19); +x_45 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__1; +lean_inc(x_44); +x_46 = lean_alloc_closure((void*)(l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___lambda__2___boxed), 9, 2); +lean_closure_set(x_46, 0, x_44); +lean_closure_set(x_46, 1, x_45); +x_47 = 0; +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +x_48 = l_Lean_Meta_withNewMCtxDepth___at_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___spec__1___rarg(x_46, x_47, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_48) == 0) +{ +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +x_52 = lean_box(0); +x_53 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_2, x_3, x_44, x_52, x_11, x_12, x_13, x_14, x_15, x_16, x_51); +return x_53; } -block_70: +else { -lean_object* x_19; -lean_dec(x_18); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +lean_dec(x_44); +x_54 = lean_ctor_get(x_48, 1); +lean_inc(x_54); +lean_dec(x_48); +x_55 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary___closed__4; +x_56 = lean_box(0); +x_57 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__1(x_2, x_3, x_55, x_56, x_11, x_12, x_13, x_14, x_15, x_16, x_54); +return x_57; +} +} +else +{ +uint8_t x_58; +lean_dec(x_44); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_3); +lean_dec(x_2); +x_58 = !lean_is_exclusive(x_48); +if (x_58 == 0) +{ +return x_48; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_48, 0); +x_60 = lean_ctor_get(x_48, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_48); +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; +} +} +} +} +} +else +{ +lean_object* x_62; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_19 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_1, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_19) == 0) +x_62 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_5, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -lean_dec(x_19); +lean_object* x_63; lean_object* x_64; lean_object* x_65; +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); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_22 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_2, x_11, x_12, x_13, x_14, x_15, x_16, x_21); -if (lean_obj_tag(x_22) == 0) +x_65 = l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExprCore(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_64); +if (lean_obj_tag(x_65) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -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); +lean_object* x_66; lean_object* x_67; lean_object* x_68; +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); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_25 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary(x_3, x_20, x_11, x_12, x_13, x_14, x_15, x_16, x_24); -if (lean_obj_tag(x_25) == 0) +x_68 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary(x_4, x_63, x_11, x_12, x_13, x_14, x_15, x_16, x_67); +if (lean_obj_tag(x_68) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 1); +lean_inc(x_70); +lean_dec(x_68); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_28 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary(x_3, x_23, x_11, x_12, x_13, x_14, x_15, x_16, x_27); -if (lean_obj_tag(x_28) == 0) +x_71 = l_Lean_Elab_Term_Op_elabBinRelCore_toBoolIfNecessary(x_4, x_66, x_11, x_12, x_13, x_14, x_15, x_16, x_70); +if (lean_obj_tag(x_71) == 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); +lean_object* x_72; lean_object* x_73; lean_object* x_74; +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); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -lean_inc(x_26); -x_31 = lean_infer_type(x_26, x_13, x_14, x_15, x_16, x_30); -if (lean_obj_tag(x_31) == 0) +lean_inc(x_69); +x_74 = lean_infer_type(x_69, x_13, x_14, x_15, x_16, x_73); +if (lean_obj_tag(x_74) == 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_alloc_ctor(1, 1, 0); -lean_ctor_set(x_34, 0, x_32); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +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_alloc_ctor(1, 1, 0); +lean_ctor_set(x_77, 0, x_75); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_4); -x_35 = l_Lean_Elab_Term_ensureHasType(x_34, x_29, x_4, x_4, x_11, x_12, x_13, x_14, x_15, x_16, x_33); -if (lean_obj_tag(x_35) == 0) +lean_inc(x_7); +x_78 = l_Lean_Elab_Term_ensureHasType(x_77, x_72, x_7, x_7, x_11, x_12, x_13, x_14, x_15, x_16, x_76); +if (lean_obj_tag(x_78) == 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; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_38, 0, x_26); -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_36); -x_40 = l_Lean_Elab_Term_elabForIn_x27___closed__6; -x_41 = lean_array_push(x_40, x_38); -x_42 = lean_array_push(x_41, x_39); -x_43 = l_Lean_Elab_Term_elabForIn___closed__17; -x_44 = 0; -x_45 = l_Lean_Elab_Term_elabAppArgs(x_5, x_43, x_42, x_6, x_44, x_44, x_44, x_11, x_12, x_13, x_14, x_15, x_16, x_37); -return x_45; +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; uint8_t x_87; lean_object* x_88; +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_81, 0, x_69); +x_82 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_82, 0, x_79); +x_83 = l_Lean_Elab_Term_elabForIn_x27___closed__6; +x_84 = lean_array_push(x_83, x_81); +x_85 = lean_array_push(x_84, x_82); +x_86 = l_Lean_Elab_Term_elabForIn___closed__17; +x_87 = 0; +x_88 = l_Lean_Elab_Term_elabAppArgs(x_8, x_86, x_85, x_9, x_87, x_87, x_87, x_11, x_12, x_13, x_14, x_15, x_16, x_80); +return x_88; } else { -uint8_t x_46; -lean_dec(x_26); +uint8_t x_89; +lean_dec(x_69); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -x_46 = !lean_is_exclusive(x_35); -if (x_46 == 0) +lean_dec(x_9); +lean_dec(x_8); +x_89 = !lean_is_exclusive(x_78); +if (x_89 == 0) { -return x_35; +return x_78; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_35, 0); -x_48 = lean_ctor_get(x_35, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_35); -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_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_78, 0); +x_91 = lean_ctor_get(x_78, 1); +lean_inc(x_91); +lean_inc(x_90); +lean_dec(x_78); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } } } else { -uint8_t x_50; -lean_dec(x_29); -lean_dec(x_26); +uint8_t x_93; +lean_dec(x_72); +lean_dec(x_69); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_50 = !lean_is_exclusive(x_31); -if (x_50 == 0) +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_93 = !lean_is_exclusive(x_74); +if (x_93 == 0) { -return x_31; +return x_74; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_31, 0); -x_52 = lean_ctor_get(x_31, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_31); -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_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_74, 0); +x_95 = lean_ctor_get(x_74, 1); +lean_inc(x_95); +lean_inc(x_94); +lean_dec(x_74); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } } else { -uint8_t x_54; -lean_dec(x_26); +uint8_t x_97; +lean_dec(x_69); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_54 = !lean_is_exclusive(x_28); -if (x_54 == 0) +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_97 = !lean_is_exclusive(x_71); +if (x_97 == 0) { -return x_28; +return x_71; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_28, 0); -x_56 = lean_ctor_get(x_28, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_28); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_71, 0); +x_99 = lean_ctor_get(x_71, 1); +lean_inc(x_99); +lean_inc(x_98); +lean_dec(x_71); +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; } } } else { -uint8_t x_58; -lean_dec(x_23); +uint8_t x_101; +lean_dec(x_66); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_58 = !lean_is_exclusive(x_25); -if (x_58 == 0) +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_101 = !lean_is_exclusive(x_68); +if (x_101 == 0) { -return x_25; +return x_68; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_25, 0); -x_60 = lean_ctor_get(x_25, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_25); -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_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_68, 0); +x_103 = lean_ctor_get(x_68, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_68); +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; } } } else { -uint8_t x_62; -lean_dec(x_20); +uint8_t x_105; +lean_dec(x_63); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_62 = !lean_is_exclusive(x_22); -if (x_62 == 0) +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_105 = !lean_is_exclusive(x_65); +if (x_105 == 0) { -return x_22; +return x_65; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_22, 0); -x_64 = lean_ctor_get(x_22, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_22); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_106 = lean_ctor_get(x_65, 0); +x_107 = lean_ctor_get(x_65, 1); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_65); +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; } } } else { -uint8_t x_66; +uint8_t x_109; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); +lean_dec(x_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_66 = !lean_is_exclusive(x_19); -if (x_66 == 0) +x_109 = !lean_is_exclusive(x_62); +if (x_109 == 0) { -return x_19; +return x_62; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_19, 0); -x_68 = lean_ctor_get(x_19, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_19); -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; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_62, 0); +x_111 = lean_ctor_get(x_62, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_62); +x_112 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +return x_112; +} } } } @@ -12630,7 +12770,7 @@ x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); x_47 = lean_box(0); -x_48 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_47, x_6, x_7, x_8, x_9, x_10, x_11, x_46); +x_48 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_40, x_37, x_42, x_4, x_27, x_34, x_38, x_3, x_5, x_47, x_6, x_7, x_8, x_9, x_10, x_11, x_46); return x_48; } else @@ -12655,7 +12795,7 @@ lean_inc(x_54); x_55 = lean_ctor_get(x_53, 1); lean_inc(x_55); lean_dec(x_53); -x_56 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_54, x_6, x_7, x_8, x_9, x_10, x_11, x_55); +x_56 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_40, x_37, x_42, x_4, x_27, x_34, x_38, x_3, x_5, x_54, x_6, x_7, x_8, x_9, x_10, x_11, x_55); return x_56; } else @@ -12682,7 +12822,7 @@ lean_inc(x_65); x_66 = lean_ctor_get(x_64, 1); lean_inc(x_66); lean_dec(x_64); -x_67 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_65, x_6, x_7, x_8, x_9, x_10, x_11, x_66); +x_67 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_40, x_37, x_42, x_4, x_27, x_34, x_38, x_3, x_5, x_65, x_6, x_7, x_8, x_9, x_10, x_11, x_66); return x_67; } } @@ -12704,7 +12844,7 @@ lean_inc(x_72); x_73 = lean_ctor_get(x_71, 1); lean_inc(x_73); lean_dec(x_71); -x_74 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_72, x_6, x_7, x_8, x_9, x_10, x_11, x_73); +x_74 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_40, x_37, x_42, x_4, x_27, x_34, x_38, x_3, x_5, x_72, x_6, x_7, x_8, x_9, x_10, x_11, x_73); return x_74; } else @@ -12731,7 +12871,7 @@ lean_inc(x_83); x_84 = lean_ctor_get(x_82, 1); lean_inc(x_84); lean_dec(x_82); -x_85 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_27, x_34, x_4, x_38, x_3, x_5, x_40, x_37, x_42, x_83, x_6, x_7, x_8, x_9, x_10, x_11, x_84); +x_85 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_40, x_37, x_42, x_4, x_27, x_34, x_38, x_3, x_5, x_83, x_6, x_7, x_8, x_9, x_10, x_11, x_84); return x_85; } } @@ -12987,9 +13127,9 @@ lean_object* x_17 = _args[16]; _start: { uint8_t x_18; lean_object* x_19; -x_18 = lean_unbox(x_3); -lean_dec(x_3); -x_19 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_1, x_2, x_18, 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 = lean_unbox(x_4); +lean_dec(x_4); +x_19 = l_Lean_Elab_Term_Op_elabBinRelCore___lambda__2(x_1, x_2, x_3, x_18, 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); return x_19; } } @@ -14173,6 +14313,14 @@ l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__1 lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__1); l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__2 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__2(); lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__2); +l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__3 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__3); +l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__4 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__4); +l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__5 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__5); +l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___lambda__2___closed__6); l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__1 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__1); l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__2 = _init_l___private_Lean_Elab_Extra_0__Lean_Elab_Term_Op_toExpr___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Inductive.c b/stage0/stdlib/Lean/Elab/Inductive.c index 213a9913e5f3..57e30d5df759 100644 --- a/stage0/stdlib/Lean/Elab/Inductive.c +++ b/stage0/stdlib/Lean/Elab/Inductive.c @@ -39,13 +39,13 @@ LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred___at___private_Lean_Elab_ static lean_object* l_Lean_Elab_Command_accLevelAtCtor___lambda__2___closed__8; LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_collectUsed___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_log___at_Lean_Elab_Command_elabCommand___spec__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__1; lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkInductiveDecl___lambda__3(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_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_elabCtorType___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_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__4(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_Inductive___hyg_5____closed__1; static lean_object* l_Lean_Elab_Command_instInhabitedElabHeaderResult___closed__3; @@ -70,7 +70,6 @@ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateR 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*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__2; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_withCtorRef___spec__1___rarg___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkResultUniverse(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -142,7 +141,6 @@ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkInduc static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_checkParamOccs___spec__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_elabCtorType___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_Syntax_getArgs(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkLevelNames(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -186,6 +184,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Induc LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeader___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkInductiveDecl___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*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__2; LEAN_EXPORT lean_object* l_Array_erase___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors___spec__2___lambda__5(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* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object*, lean_object*, lean_object*); @@ -195,7 +194,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_ch lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__5; static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___lambda__3___closed__2; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkParamsAndResultType___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_Inductive_0__Lean_Elab_Command_checkNumParams___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_Inductive_0__Lean_Elab_Command_applyComputedFields___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -222,7 +220,6 @@ lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___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_Lean_mkBInductionOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__9(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_Command_accLevelAtCtor___spec__3(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_Inductive___hyg_8088____closed__2; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__5; LEAN_EXPORT uint8_t l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___lambda__3___closed__2; @@ -270,6 +267,7 @@ static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_collectUniverses_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkInductiveDecl___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_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__11___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090_(lean_object*); lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); @@ -299,7 +297,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_ap lean_object* l_Lean_Elab_Term_ensureNoUnassignedMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getArrowBinderNames_go(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_accLevelAtCtor___closed__4; -uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__5___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__6___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__7___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -311,7 +308,7 @@ uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkUnsafe___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_withCtorRef___spec__1___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_withUsed___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(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_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(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_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkUnsafe___spec__1___closed__2; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___spec__2___boxed(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_Inductive_0__Lean_Elab_Command_checkResultingUniverses___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -325,15 +322,15 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_el lean_object* l_Array_feraseIdx___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_accLevelAtCtor___closed__3; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors___spec__2___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1(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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_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*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_isInductiveFamily(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6(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_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__1___closed__14; +static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_withInductiveLocalDecls(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__1___closed__19; @@ -359,7 +356,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Induc uint8_t l_Lean_Level_occurs(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__2(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_Elab_Command_instInhabitedCtorView___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkResultingUniverses_check___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -371,7 +368,7 @@ lean_object* l_Lean_Elab_Term_applyAttributesAt(lean_object*, lean_object*, uint static lean_object* l_Lean_Elab_Command_shouldInferResultUniverse___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_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_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors___spec__2___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_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__5; +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabInductiveViews___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* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_elabCtorType___lambda__2___closed__1; @@ -396,7 +393,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_ch lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___lambda__3___closed__3; 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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_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*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_elabCtorType___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkParamsAndResultType___spec__1(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkLevelNames___spec__1___closed__1; @@ -452,6 +450,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_In static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkResultingUniverses_check___lambda__1___closed__2; lean_object* l_Lean_Meta_whnfD(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_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__4; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_replaceIndFVarsWithConsts___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*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getResultingUniverse___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___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*); @@ -469,7 +468,6 @@ lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_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*); uint8_t lean_name_eq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_mkBelow___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_withCtorRef(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -498,6 +496,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Induc lean_object* l_Lean_Meta_forallTelescopeCompatibleAux___rarg(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_Lean_Elab_Command_elabInductiveViews___lambda__3(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_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabInductiveViews___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 size_t l_Lean_Elab_Command_instInhabitedElabHeaderResult___closed__5; LEAN_EXPORT uint8_t l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors___spec__2___lambda__1(lean_object*, lean_object*); @@ -514,7 +513,7 @@ static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getResultingUniverse___lambda__1___closed__2; lean_object* l_Lean_Level_mvarId_x21(lean_object*); static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___rarg___lambda__1___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_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*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__4___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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6___closed__1; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_levelMVarToParam___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -557,6 +556,7 @@ LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_In static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__1___closed__15; lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInductiveViews___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_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyDerivingHandlers___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_Inductive_0__Lean_Elab_Command_elabCtors_elabCtorType___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_withCtorRef___spec__2___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -592,6 +592,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0_ lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getLevelMVarAssignment_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkNumParams___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_Array_erase___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__3___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInductiveViews___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkUnsafe___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*); @@ -625,6 +626,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Induc lean_object* l_Lean_Level_getLevelOffset(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*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkResultingUniverses_check___lambda__1___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateParams___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkInductiveDecl___spec__7(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -660,6 +662,7 @@ lean_object* l_Lean_Elab_Term_elabBinders___rarg(lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go___spec__8___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__1___closed__16; LEAN_EXPORT lean_object* l_Array_contains___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__9___boxed(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabInductiveViews(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_instInhabitedElabHeaderResult___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_computeFixedIndexBitMask(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -668,7 +671,6 @@ lean_object* l_Lean_indentExpr(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParam_x27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_throwKernelException___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___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_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088_(lean_object*); static lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__5___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__6___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__7___closed__1; LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go___spec__8(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* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -695,7 +697,6 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0_ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkParamsAndResultType___closed__2; LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit_go___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_computeFixedIndexBitMask_go___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyDerivingHandlers___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Array_anyMUnsafe_any___at_Lean_Elab_Command_accLevel_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExceptKernelException___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__2(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*); @@ -750,7 +751,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Inducti uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1; static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkResultingUniverses_check___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5_(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_checkParamOccs___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -767,6 +767,7 @@ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCto lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_getAntiquotationIds___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_List_mapTR_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__5___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__6___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__7(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_accLevel_go___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_replaceIndFVarsWithConsts___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*); static lean_object* l_Lean_Elab_Command_accLevelAtCtor___lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -846,6 +847,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedInductiveView; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabCtors_checkParamOccs___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__1___closed__5; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_accLevel_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkInductiveDecl___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_Command_checkValidCtorModifier___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -863,9 +865,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_shouldInferResultUniverse___boxed(l LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); +uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateParams(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_withCtorRef___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_collectUniverses_go___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*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__6; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Command_accLevel_go___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_collectUniverses_go___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*); static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__4___closed__1; @@ -874,7 +876,6 @@ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIn static lean_object* l_Lean_mkRecOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__1___closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkResultingUniverses_check___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___spec__1___lambda__2___closed__4; -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__4___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_Elab_Command_withCtorRef___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkResultingUniverses_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_nat_add(lean_object*, lean_object*); @@ -940,7 +941,6 @@ static lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkPa lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___rarg___lambda__2___closed__1; static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__12; -lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_withCtorRef___spec__1___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_accLevelAtCtor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2869,85 +2869,90 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_26; uint8_t x_27; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_19; lean_dec(x_5); x_15 = lean_array_uget(x_2, x_4); x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); lean_dec(x_15); -x_26 = lean_ctor_get(x_16, 2); -lean_inc(x_26); -x_27 = lean_ctor_get_uint8(x_26, sizeof(void*)*2 + 3); -lean_dec(x_26); -if (x_27 == 0) +x_17 = lean_ctor_get(x_16, 2); +lean_inc(x_17); +x_18 = lean_ctor_get_uint8(x_17, sizeof(void*)*2 + 3); +lean_dec(x_17); +if (x_18 == 0) { if (x_1 == 0) { -size_t x_28; size_t x_29; lean_object* x_30; -lean_dec(x_16); -x_28 = 1; -x_29 = lean_usize_add(x_4, x_28); -x_30 = lean_box(0); -x_4 = x_29; -x_5 = x_30; -goto _start; +uint8_t x_32; +x_32 = 1; +x_19 = x_32; +goto block_31; } else { -lean_object* x_32; -x_32 = lean_box(0); -x_17 = x_32; -goto block_25; +uint8_t x_33; +x_33 = 0; +x_19 = x_33; +goto block_31; } } else { if (x_1 == 0) { -lean_object* x_33; -x_33 = lean_box(0); -x_17 = x_33; -goto block_25; +uint8_t x_34; +x_34 = 0; +x_19 = x_34; +goto block_31; } else { -size_t x_34; size_t x_35; lean_object* x_36; -lean_dec(x_16); -x_34 = 1; -x_35 = lean_usize_add(x_4, x_34); -x_36 = lean_box(0); -x_4 = x_35; -x_5 = x_36; -goto _start; +uint8_t x_35; +x_35 = 1; +x_19 = x_35; +goto block_31; } } -block_25: +block_31: { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); +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_16, 0); +lean_inc(x_20); lean_dec(x_16); -x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkUnsafe___spec__1___closed__2; -x_20 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__1(x_18, x_19, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_18); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_checkUnsafe___spec__1___closed__2; +x_22 = l_Lean_throwErrorAt___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__1(x_20, x_21, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_20); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -return x_20; +return x_22; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -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; +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_22); +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; +} +} +else +{ +size_t x_27; size_t x_28; lean_object* x_29; +lean_dec(x_16); +x_27 = 1; +x_28 = lean_usize_add(x_4, x_27); +x_29 = lean_box(0); +x_4 = x_28; +x_5 = x_29; +goto _start; } } } @@ -5350,7 +5355,7 @@ LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred___at___private_Lean_Elab_ { if (lean_obj_tag(x_1) == 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; uint8_t x_16; +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_39; lean_object* x_40; uint8_t x_41; x_9 = lean_ctor_get(x_1, 3); lean_inc(x_9); lean_dec(x_1); @@ -5363,481 +5368,349 @@ lean_dec(x_10); x_13 = lean_ctor_get(x_11, 0); lean_inc(x_13); lean_dec(x_11); -x_14 = l_Lean_localDeclDependsOnPred___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__2___closed__1; -lean_inc(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_Expr_hasFVar(x_9); -if (x_16 == 0) +x_39 = l_Lean_localDeclDependsOnPred___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_13); +x_41 = l_Lean_Expr_hasFVar(x_9); +if (x_41 == 0) { -uint8_t x_17; -x_17 = l_Lean_Expr_hasMVar(x_9); -if (x_17 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_9); +if (x_42 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_15); +uint8_t x_43; lean_dec(x_9); lean_dec(x_3); lean_dec(x_2); -x_18 = lean_st_ref_take(x_5, x_12); -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 = !lean_is_exclusive(x_19); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); -lean_ctor_set(x_19, 0, x_13); -x_23 = lean_st_ref_set(x_5, x_19, x_20); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -lean_dec(x_25); -x_26 = 0; -x_27 = lean_box(x_26); -lean_ctor_set(x_23, 0, x_27); -return x_23; -} -else -{ -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_dec(x_23); -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_28); -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; uint8_t x_39; lean_object* x_40; lean_object* x_41; -x_32 = lean_ctor_get(x_19, 1); -x_33 = lean_ctor_get(x_19, 2); -x_34 = lean_ctor_get(x_19, 3); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_19); -x_35 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_35, 0, x_13); -lean_ctor_set(x_35, 1, x_32); -lean_ctor_set(x_35, 2, x_33); -lean_ctor_set(x_35, 3, x_34); -x_36 = lean_st_ref_set(x_5, x_35, x_20); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -if (lean_is_exclusive(x_36)) { - lean_ctor_release(x_36, 0); - lean_ctor_release(x_36, 1); - x_38 = x_36; -} else { - lean_dec_ref(x_36); - x_38 = lean_box(0); -} -x_39 = 0; -x_40 = lean_box(x_39); -if (lean_is_scalar(x_38)) { - x_41 = lean_alloc_ctor(0, 2, 0); -} else { - x_41 = x_38; -} -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_37); -return x_41; -} +x_43 = 0; +x_14 = x_43; +x_15 = x_40; +goto block_38; } 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; uint8_t x_49; -lean_dec(x_13); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_9, x_15); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_43, 1); +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_9, x_40); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_st_ref_take(x_5, x_12); -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 = !lean_is_exclusive(x_47); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_50 = lean_ctor_get(x_47, 0); -lean_dec(x_50); -lean_ctor_set(x_47, 0, x_45); -x_51 = lean_st_ref_set(x_5, x_47, x_48); -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) -{ -lean_object* x_53; -x_53 = lean_ctor_get(x_51, 0); -lean_dec(x_53); -lean_ctor_set(x_51, 0, x_44); -return x_51; -} -else -{ -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_51, 1); -lean_inc(x_54); -lean_dec(x_51); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_44); -lean_ctor_set(x_55, 1, x_54); -return x_55; +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_unbox(x_45); +lean_dec(x_45); +x_14 = x_47; +x_15 = x_46; +goto block_38; } } 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; -x_56 = lean_ctor_get(x_47, 1); -x_57 = lean_ctor_get(x_47, 2); -x_58 = lean_ctor_get(x_47, 3); -lean_inc(x_58); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_47); -x_59 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_59, 0, x_45); -lean_ctor_set(x_59, 1, x_56); -lean_ctor_set(x_59, 2, x_57); -lean_ctor_set(x_59, 3, x_58); -x_60 = lean_st_ref_set(x_5, x_59, x_48); -x_61 = lean_ctor_get(x_60, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_62 = x_60; -} else { - lean_dec_ref(x_60); - x_62 = lean_box(0); -} -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_62; -} -lean_ctor_set(x_63, 0, x_44); -lean_ctor_set(x_63, 1, x_61); -return x_63; -} -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_9, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_14 = x_51; +x_15 = x_50; +goto block_38; } -else +block_38: { -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_dec(x_13); -x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_9, x_15); -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 0); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 1); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_st_ref_take(x_5, x_12); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = !lean_is_exclusive(x_69); -if (x_71 == 0) +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_st_ref_take(x_5, x_12); +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_is_exclusive(x_18); +if (x_20 == 0) { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_ctor_get(x_69, 0); -lean_dec(x_72); -lean_ctor_set(x_69, 0, x_67); -x_73 = lean_st_ref_set(x_5, x_69, x_70); -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_18, 0); +lean_dec(x_21); +lean_ctor_set(x_18, 0, x_16); +x_22 = lean_st_ref_set(x_5, x_18, x_19); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_75; -x_75 = lean_ctor_get(x_73, 0); -lean_dec(x_75); -lean_ctor_set(x_73, 0, x_66); -return x_73; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +x_25 = lean_box(x_14); +lean_ctor_set(x_22, 0, x_25); +return x_22; } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_73, 1); -lean_inc(x_76); -lean_dec(x_73); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_66); -lean_ctor_set(x_77, 1, x_76); -return x_77; +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 = lean_box(x_14); +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 { -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; -x_78 = lean_ctor_get(x_69, 1); -x_79 = lean_ctor_get(x_69, 2); -x_80 = lean_ctor_get(x_69, 3); -lean_inc(x_80); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_69); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_67); -lean_ctor_set(x_81, 1, x_78); -lean_ctor_set(x_81, 2, x_79); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_st_ref_set(x_5, x_81, x_70); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; +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; +x_29 = lean_ctor_get(x_18, 1); +x_30 = lean_ctor_get(x_18, 2); +x_31 = lean_ctor_get(x_18, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_18); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_16); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +x_33 = lean_st_ref_set(x_5, x_32, x_19); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +if (lean_is_exclusive(x_33)) { + lean_ctor_release(x_33, 0); + lean_ctor_release(x_33, 1); + x_35 = x_33; } else { - lean_dec_ref(x_82); - x_84 = lean_box(0); + lean_dec_ref(x_33); + x_35 = lean_box(0); } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(0, 2, 0); +x_36 = lean_box(x_14); +if (lean_is_scalar(x_35)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_84; + x_37 = x_35; } -lean_ctor_set(x_85, 0, x_66); -lean_ctor_set(x_85, 1, x_83); -return x_85; +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_34); +return x_37; } } } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; lean_object* x_93; uint8_t x_117; lean_object* x_118; lean_object* x_131; lean_object* x_132; uint8_t x_133; -x_86 = lean_ctor_get(x_1, 3); -lean_inc(x_86); -x_87 = lean_ctor_get(x_1, 4); -lean_inc(x_87); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; uint8_t x_83; lean_object* x_84; lean_object* x_97; lean_object* x_98; uint8_t x_99; +x_52 = lean_ctor_get(x_1, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_1, 4); +lean_inc(x_53); lean_dec(x_1); -x_88 = lean_st_ref_get(x_5, x_8); -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_ctor_get(x_89, 0); -lean_inc(x_91); -lean_dec(x_89); -x_131 = l_Lean_localDeclDependsOnPred___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__2___closed__1; -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_91); -x_133 = l_Lean_Expr_hasFVar(x_86); -if (x_133 == 0) -{ -uint8_t x_134; -x_134 = l_Lean_Expr_hasMVar(x_86); -if (x_134 == 0) -{ -uint8_t x_135; -lean_dec(x_86); -x_135 = 0; -x_117 = x_135; -x_118 = x_132; -goto block_130; +x_54 = lean_st_ref_get(x_5, x_8); +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 = lean_ctor_get(x_55, 0); +lean_inc(x_57); +lean_dec(x_55); +x_97 = l_Lean_localDeclDependsOnPred___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_reorderCtorArgs___spec__2___closed__1; +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_97); +lean_ctor_set(x_98, 1, x_57); +x_99 = l_Lean_Expr_hasFVar(x_52); +if (x_99 == 0) +{ +uint8_t x_100; +x_100 = l_Lean_Expr_hasMVar(x_52); +if (x_100 == 0) +{ +uint8_t x_101; +lean_dec(x_52); +x_101 = 0; +x_83 = x_101; +x_84 = x_98; +goto block_96; } else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; +lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; lean_inc(x_3); lean_inc(x_2); -x_136 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_86, x_132); -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_136, 1); -lean_inc(x_138); -lean_dec(x_136); -x_139 = lean_unbox(x_137); -lean_dec(x_137); -x_117 = x_139; -x_118 = x_138; -goto block_130; +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_52, x_98); +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 = lean_unbox(x_103); +lean_dec(x_103); +x_83 = x_105; +x_84 = x_104; +goto block_96; } } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; +lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; lean_inc(x_3); lean_inc(x_2); -x_140 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_86, x_132); -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_143 = lean_unbox(x_141); -lean_dec(x_141); -x_117 = x_143; -x_118 = x_142; -goto block_130; -} -block_116: -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; -x_94 = lean_ctor_get(x_93, 1); -lean_inc(x_94); -lean_dec(x_93); -x_95 = lean_st_ref_take(x_5, 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_is_exclusive(x_96); -if (x_98 == 0) +x_106 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_52, x_98); +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); +x_109 = lean_unbox(x_107); +lean_dec(x_107); +x_83 = x_109; +x_84 = x_108; +goto block_96; +} +block_82: { -lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_99 = lean_ctor_get(x_96, 0); -lean_dec(x_99); -lean_ctor_set(x_96, 0, x_94); -x_100 = lean_st_ref_set(x_5, x_96, x_97); -x_101 = !lean_is_exclusive(x_100); -if (x_101 == 0) +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +lean_dec(x_59); +x_61 = lean_st_ref_take(x_5, x_56); +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = !lean_is_exclusive(x_62); +if (x_64 == 0) { -lean_object* x_102; lean_object* x_103; -x_102 = lean_ctor_get(x_100, 0); -lean_dec(x_102); -x_103 = lean_box(x_92); -lean_ctor_set(x_100, 0, x_103); -return x_100; +lean_object* x_65; lean_object* x_66; uint8_t x_67; +x_65 = lean_ctor_get(x_62, 0); +lean_dec(x_65); +lean_ctor_set(x_62, 0, x_60); +x_66 = lean_st_ref_set(x_5, x_62, x_63); +x_67 = !lean_is_exclusive(x_66); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; +x_68 = lean_ctor_get(x_66, 0); +lean_dec(x_68); +x_69 = lean_box(x_58); +lean_ctor_set(x_66, 0, x_69); +return x_66; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_100, 1); -lean_inc(x_104); -lean_dec(x_100); -x_105 = lean_box(x_92); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_105); -lean_ctor_set(x_106, 1, x_104); -return x_106; +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_66, 1); +lean_inc(x_70); +lean_dec(x_66); +x_71 = lean_box(x_58); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_70); +return x_72; } } 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; -x_107 = lean_ctor_get(x_96, 1); -x_108 = lean_ctor_get(x_96, 2); -x_109 = lean_ctor_get(x_96, 3); -lean_inc(x_109); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_96); -x_110 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_110, 0, x_94); -lean_ctor_set(x_110, 1, x_107); -lean_ctor_set(x_110, 2, x_108); -lean_ctor_set(x_110, 3, x_109); -x_111 = lean_st_ref_set(x_5, x_110, x_97); -x_112 = lean_ctor_get(x_111, 1); -lean_inc(x_112); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - lean_ctor_release(x_111, 1); - x_113 = x_111; +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_73 = lean_ctor_get(x_62, 1); +x_74 = lean_ctor_get(x_62, 2); +x_75 = lean_ctor_get(x_62, 3); +lean_inc(x_75); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_62); +x_76 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_76, 0, x_60); +lean_ctor_set(x_76, 1, x_73); +lean_ctor_set(x_76, 2, x_74); +lean_ctor_set(x_76, 3, x_75); +x_77 = lean_st_ref_set(x_5, x_76, x_63); +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_111); - x_113 = lean_box(0); + lean_dec_ref(x_77); + x_79 = lean_box(0); } -x_114 = lean_box(x_92); -if (lean_is_scalar(x_113)) { - x_115 = lean_alloc_ctor(0, 2, 0); +x_80 = lean_box(x_58); +if (lean_is_scalar(x_79)) { + x_81 = lean_alloc_ctor(0, 2, 0); } else { - x_115 = x_113; + x_81 = x_79; } -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_112); -return x_115; +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_78); +return x_81; } } -block_130: +block_96: { -if (x_117 == 0) +if (x_83 == 0) { -uint8_t x_119; -x_119 = l_Lean_Expr_hasFVar(x_87); -if (x_119 == 0) +uint8_t x_85; +x_85 = l_Lean_Expr_hasFVar(x_53); +if (x_85 == 0) { -uint8_t x_120; -x_120 = l_Lean_Expr_hasMVar(x_87); -if (x_120 == 0) +uint8_t x_86; +x_86 = l_Lean_Expr_hasMVar(x_53); +if (x_86 == 0) { -uint8_t x_121; -lean_dec(x_87); +uint8_t x_87; +lean_dec(x_53); lean_dec(x_3); lean_dec(x_2); -x_121 = 0; -x_92 = x_121; -x_93 = x_118; -goto block_116; +x_87 = 0; +x_58 = x_87; +x_59 = x_84; +goto block_82; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; -x_122 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_87, x_118); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -lean_dec(x_122); -x_125 = lean_unbox(x_123); -lean_dec(x_123); -x_92 = x_125; -x_93 = x_124; -goto block_116; +lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_88 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_53, x_84); +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_unbox(x_89); +lean_dec(x_89); +x_58 = x_91; +x_59 = x_90; +goto block_82; } } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_87, x_118); -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); -x_129 = lean_unbox(x_127); -lean_dec(x_127); -x_92 = x_129; -x_93 = x_128; -goto block_116; +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_53, x_84); +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +lean_dec(x_92); +x_95 = lean_unbox(x_93); +lean_dec(x_93); +x_58 = x_95; +x_59 = x_94; +goto block_82; } } else { -lean_dec(x_87); +lean_dec(x_53); lean_dec(x_3); lean_dec(x_2); -x_92 = x_117; -x_93 = x_118; -goto block_116; +x_58 = x_83; +x_59 = x_84; +goto block_82; } } } @@ -6200,7 +6073,7 @@ return x_17; else { uint8_t x_18; -x_18 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_14, x_12); +x_18 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_14, x_12); if (x_18 == 0) { lean_object* x_19; @@ -6337,7 +6210,7 @@ return x_42; else { uint8_t x_43; -x_43 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_38, x_12); +x_43 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_38, x_12); if (x_43 == 0) { lean_object* x_44; lean_object* x_45; @@ -7525,7 +7398,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_el { lean_object* x_9; uint8_t x_10; x_9 = l_Lean_Expr_getAppFn(x_3); -x_10 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_1, x_9); +x_10 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_9); lean_dec(x_1); if (x_10 == 0) { @@ -10864,8 +10737,25 @@ return x_11; LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkResultUniverse(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Array_isEmpty___rarg(x_1); +uint8_t x_3; uint8_t x_18; +x_18 = l_Array_isEmpty___rarg(x_1); +if (x_18 == 0) +{ +uint8_t x_19; +x_19 = 0; +x_3 = x_19; +goto block_17; +} +else +{ +lean_object* x_20; uint8_t x_21; +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_nat_dec_eq(x_2, x_20); +x_3 = x_21; +goto block_17; +} +block_17: +{ if (x_3 == 0) { lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; @@ -10912,23 +10802,10 @@ return x_15; } else { -lean_object* x_16; uint8_t x_17; -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_nat_dec_eq(x_2, x_16); -if (x_17 == 0) -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_array_to_list(lean_box(0), x_1); -x_19 = l_Lean_Level_mkNaryMax(x_18); -x_20 = l_Lean_Level_normalize(x_19); -return x_20; -} -else -{ -lean_object* x_21; +lean_object* x_16; lean_dec(x_1); -x_21 = l_Lean_levelOne; -return x_21; +x_16 = l_Lean_levelOne; +return x_16; } } } @@ -11026,76 +10903,65 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_accLevel_go(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; +uint8_t x_5; switch (lean_obj_tag(x_2)) { case 0: { -lean_object* x_20; lean_object* x_21; +lean_object* x_22; lean_object* x_23; lean_dec(x_3); -x_20 = l_Lean_Elab_Command_accLevel_go___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_4); -return x_21; +x_22 = l_Lean_Elab_Command_accLevel_go___closed__1; +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_4); +return x_23; } case 1: { -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_2, 0); -lean_inc(x_22); -x_23 = lean_unsigned_to_nat(0u); -x_24 = lean_nat_dec_eq(x_3, x_23); -if (x_24 == 0) +lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_24 = lean_ctor_get(x_2, 0); +lean_inc(x_24); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_eq(x_3, x_25); +if (x_26 == 0) { -lean_object* x_25; lean_object* x_26; +lean_object* x_27; lean_object* x_28; lean_dec(x_2); -x_25 = lean_unsigned_to_nat(1u); -x_26 = lean_nat_sub(x_3, x_25); +x_27 = lean_unsigned_to_nat(1u); +x_28 = lean_nat_sub(x_3, x_27); lean_dec(x_3); -x_2 = x_22; -x_3 = x_26; +x_2 = x_24; +x_3 = x_28; goto _start; } else { -uint8_t x_28; -lean_dec(x_22); -lean_dec(x_3); -x_28 = lean_level_eq(x_2, x_1); -if (x_28 == 0) -{ -uint8_t x_29; -x_29 = l_Lean_Level_occurs(x_1, x_2); -if (x_29 == 0) -{ uint8_t x_30; -x_30 = l_Array_contains___at_Lean_Elab_Command_accLevel_go___spec__1(x_4, x_2); +lean_dec(x_24); +lean_dec(x_3); +x_30 = lean_level_eq(x_2, x_1); if (x_30 == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_array_push(x_4, x_2); -x_32 = l_Lean_Elab_Command_accLevel_go___closed__1; -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -return x_33; -} -else +uint8_t x_31; +x_31 = l_Lean_Level_occurs(x_1, x_2); +if (x_31 == 0) { -lean_object* x_34; lean_object* x_35; -lean_dec(x_2); +uint8_t x_32; +x_32 = l_Array_contains___at_Lean_Elab_Command_accLevel_go___spec__1(x_4, x_2); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_array_push(x_4, x_2); x_34 = l_Lean_Elab_Command_accLevel_go___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_4); +lean_ctor_set(x_35, 1, x_33); return x_35; } -} else { lean_object* x_36; lean_object* x_37; lean_dec(x_2); -x_36 = lean_box(0); +x_36 = l_Lean_Elab_Command_accLevel_go___closed__1; x_37 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_37, 0, x_36); lean_ctor_set(x_37, 1, x_4); @@ -11106,143 +10972,123 @@ else { lean_object* x_38; lean_object* x_39; lean_dec(x_2); -x_38 = l_Lean_Elab_Command_accLevel_go___closed__1; +x_38 = lean_box(0); x_39 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_39, 0, x_38); lean_ctor_set(x_39, 1, x_4); return x_39; } } -} -case 4: -{ -lean_object* x_40; uint8_t x_41; -x_40 = lean_unsigned_to_nat(0u); -x_41 = lean_nat_dec_eq(x_3, x_40); -if (x_41 == 0) +else { -lean_object* x_42; -x_42 = lean_box(0); -x_5 = x_42; -goto block_19; +lean_object* x_40; lean_object* x_41; +lean_dec(x_2); +x_40 = l_Lean_Elab_Command_accLevel_go___closed__1; +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_4); +return x_41; } -else +} +} +case 4: { -uint8_t x_43; -x_43 = lean_level_eq(x_2, x_1); +lean_object* x_42; uint8_t x_43; +x_42 = lean_unsigned_to_nat(0u); +x_43 = lean_nat_dec_eq(x_3, x_42); if (x_43 == 0) { -lean_object* x_44; -x_44 = lean_box(0); +uint8_t x_44; +x_44 = 0; x_5 = x_44; -goto block_19; +goto block_21; } else { -lean_object* x_45; lean_object* x_46; -lean_dec(x_3); -lean_dec(x_2); -x_45 = l_Lean_Elab_Command_accLevel_go___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_4); -return x_46; -} +uint8_t x_45; +x_45 = lean_level_eq(x_2, x_1); +x_5 = x_45; +goto block_21; } } case 5: { -lean_object* x_47; uint8_t x_48; -x_47 = lean_unsigned_to_nat(0u); -x_48 = lean_nat_dec_eq(x_3, x_47); -if (x_48 == 0) -{ -lean_object* x_49; -x_49 = lean_box(0); -x_5 = x_49; -goto block_19; -} -else -{ -uint8_t x_50; -x_50 = lean_level_eq(x_2, x_1); -if (x_50 == 0) +lean_object* x_46; uint8_t x_47; +x_46 = lean_unsigned_to_nat(0u); +x_47 = lean_nat_dec_eq(x_3, x_46); +if (x_47 == 0) { -lean_object* x_51; -x_51 = lean_box(0); -x_5 = x_51; -goto block_19; +uint8_t x_48; +x_48 = 0; +x_5 = x_48; +goto block_21; } else { -lean_object* x_52; lean_object* x_53; -lean_dec(x_3); -lean_dec(x_2); -x_52 = l_Lean_Elab_Command_accLevel_go___closed__1; -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_4); -return x_53; -} +uint8_t x_49; +x_49 = lean_level_eq(x_2, x_1); +x_5 = x_49; +goto block_21; } } default: { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_54 = lean_ctor_get(x_2, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_2, 1); -lean_inc(x_55); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_2, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_2, 1); +lean_inc(x_51); lean_dec(x_2); lean_inc(x_3); -x_56 = l_Lean_Elab_Command_accLevel_go(x_1, x_54, x_3, x_4); -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -if (lean_obj_tag(x_57) == 0) +x_52 = l_Lean_Elab_Command_accLevel_go(x_1, x_50, x_3, x_4); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) { -uint8_t x_58; -lean_dec(x_55); +uint8_t x_54; +lean_dec(x_51); lean_dec(x_3); -x_58 = !lean_is_exclusive(x_56); -if (x_58 == 0) +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_56, 0); -lean_dec(x_59); -x_60 = lean_box(0); -lean_ctor_set(x_56, 0, x_60); -return x_56; +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_52, 0); +lean_dec(x_55); +x_56 = lean_box(0); +lean_ctor_set(x_52, 0, x_56); +return x_52; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_56, 1); -lean_inc(x_61); -lean_dec(x_56); -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; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_52, 1); +lean_inc(x_57); +lean_dec(x_52); +x_58 = lean_box(0); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } else { -lean_object* x_64; -lean_dec(x_57); -x_64 = lean_ctor_get(x_56, 1); -lean_inc(x_64); -lean_dec(x_56); -x_2 = x_55; -x_4 = x_64; +lean_object* x_60; +lean_dec(x_53); +x_60 = lean_ctor_get(x_52, 1); +lean_inc(x_60); +lean_dec(x_52); +x_2 = x_51; +x_4 = x_60; goto _start; } } } -block_19: +block_21: +{ +if (x_5 == 0) { uint8_t x_6; -lean_dec(x_5); x_6 = l_Lean_Level_occurs(x_1, x_2); if (x_6 == 0) { @@ -11298,6 +11144,18 @@ lean_ctor_set(x_18, 1, x_4); return x_18; } } +else +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_3); +lean_dec(x_2); +x_19 = l_Lean_Elab_Command_accLevel_go___closed__1; +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_4); +return x_20; +} +} } } LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Command_accLevel_go___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -14943,7 +14801,7 @@ lean_dec(x_5); return x_13; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1() { _start: { lean_object* x_1; @@ -14951,7 +14809,7 @@ x_1 = lean_mk_string_from_bytes("bootstrap", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__2() { _start: { lean_object* x_1; @@ -14959,17 +14817,17 @@ x_1 = lean_mk_string_from_bytes("inductiveCheckResultingUniverse", 31); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____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_Inductive___hyg_8088____closed__1; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__2; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__2; 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_Inductive___hyg_8088____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__4() { _start: { lean_object* x_1; @@ -14977,13 +14835,13 @@ x_1 = lean_mk_string_from_bytes("by default the `inductive/structure commands re return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____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_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__4; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -14992,26 +14850,26 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____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_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__4; x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__1; x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__7; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1; -x_5 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__2; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1; +x_5 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____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_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090_(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_Inductive___hyg_8088____closed__3; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__5; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__6; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__3; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__5; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__6; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -15061,107 +14919,80 @@ return x_13; } else { -lean_object* x_14; uint8_t x_15; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_29; x_14 = l_Lean_instantiateLevelMVars___at_Lean_Elab_Command_shouldInferResultUniverse___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -x_15 = !lean_is_exclusive(x_14); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_14, 0); -x_17 = lean_ctor_get(x_14, 1); -x_18 = l_Lean_Level_isZero(x_16); -if (x_18 == 0) +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_17 = x_14; +} else { + lean_dec_ref(x_14); + x_17 = lean_box(0); +} +x_29 = l_Lean_Level_isZero(x_15); +if (x_29 == 0) { -uint8_t x_19; -x_19 = l_Lean_Level_isNeverZero(x_16); -if (x_19 == 0) +uint8_t x_30; +x_30 = l_Lean_Level_isNeverZero(x_15); +if (x_30 == 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_free_object(x_14); -x_20 = l_Lean_MessageData_ofLevel(x_16); -x_21 = l_Lean_indentD(x_20); -x_22 = l_Lean_Elab_Command_checkResultingUniverse___closed__3; -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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6___closed__6; -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -x_26 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_25, x_2, x_3, x_4, x_5, x_6, x_7, x_17); -return x_26; +uint8_t x_31; +x_31 = 1; +x_18 = x_31; +goto block_28; } else { -lean_object* x_27; -lean_dec(x_16); -lean_dec(x_2); -x_27 = lean_box(0); -lean_ctor_set(x_14, 0, x_27); -return x_14; +uint8_t x_32; +x_32 = 0; +x_18 = x_32; +goto block_28; } } else { -lean_object* x_28; -lean_dec(x_16); -lean_dec(x_2); -x_28 = lean_box(0); -lean_ctor_set(x_14, 0, x_28); -return x_14; -} +uint8_t x_33; +x_33 = 0; +x_18 = x_33; +goto block_28; } -else -{ -lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_29 = lean_ctor_get(x_14, 0); -x_30 = lean_ctor_get(x_14, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_14); -x_31 = l_Lean_Level_isZero(x_29); -if (x_31 == 0) -{ -uint8_t x_32; -x_32 = l_Lean_Level_isNeverZero(x_29); -if (x_32 == 0) +block_28: { -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_33 = l_Lean_MessageData_ofLevel(x_29); -x_34 = l_Lean_indentD(x_33); -x_35 = l_Lean_Elab_Command_checkResultingUniverse___closed__3; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_34); -x_37 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6___closed__6; -x_38 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_37); -x_39 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_30); -return x_39; -} -else +if (x_18 == 0) { -lean_object* x_40; lean_object* x_41; -lean_dec(x_29); +lean_object* x_19; lean_object* x_20; +lean_dec(x_15); lean_dec(x_2); -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_30); -return x_41; +x_19 = lean_box(0); +if (lean_is_scalar(x_17)) { + x_20 = lean_alloc_ctor(0, 2, 0); +} else { + x_20 = x_17; } +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_16); +return x_20; } else { -lean_object* x_42; lean_object* x_43; -lean_dec(x_29); -lean_dec(x_2); -x_42 = lean_box(0); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_30); -return x_43; +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_dec(x_17); +x_21 = l_Lean_MessageData_ofLevel(x_15); +x_22 = l_Lean_indentD(x_21); +x_23 = l_Lean_Elab_Command_checkResultingUniverse___closed__3; +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_22); +x_25 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6___closed__6; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_26, x_2, x_3, x_4, x_5, x_6, x_7, x_16); +return x_27; } } } @@ -18401,7 +18232,7 @@ return x_57; else { uint8_t x_74; -x_74 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_53, x_53); +x_74 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_53, x_53); if (x_74 == 0) { lean_object* x_75; lean_object* x_76; @@ -18481,7 +18312,7 @@ return x_94; else { uint8_t x_95; -x_95 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_53, x_53); +x_95 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_53, x_53); if (x_95 == 0) { lean_object* x_96; lean_object* x_97; lean_object* x_98; @@ -18582,7 +18413,7 @@ return x_108; else { uint8_t x_125; -x_125 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_104, x_104); +x_125 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_104, x_104); if (x_125 == 0) { lean_object* x_126; lean_object* x_127; @@ -18662,7 +18493,7 @@ return x_145; else { uint8_t x_146; -x_146 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_104, x_104); +x_146 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_104, x_104); if (x_146 == 0) { lean_object* x_147; lean_object* x_148; lean_object* x_149; @@ -19181,7 +19012,7 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_23 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_20, x_21, x_22, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_23 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_20, x_21, x_22, x_6, x_7, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_23) == 0) { lean_object* x_24; lean_object* x_25; @@ -19262,7 +19093,7 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_36 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_33, x_34, x_35, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_36 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_33, x_34, x_35, x_6, x_7, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_36) == 0) { lean_object* x_37; lean_object* x_38; lean_object* x_39; @@ -19359,7 +19190,7 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_52 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_48, x_50, x_51, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_52 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_48, x_50, x_51, x_6, x_7, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_52) == 0) { lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; @@ -21866,83 +21697,85 @@ return x_75; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(uint8_t x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(lean_object* x_1, uint8_t 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) { _start: { -if (x_1 == 0) +uint8_t x_12; +if (x_2 == 0) { -lean_object* x_12; lean_object* x_13; -lean_dec(x_9); -lean_dec(x_5); -x_12 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___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_11); -return x_13; +uint8_t x_27; +x_27 = 0; +x_12 = x_27; +goto block_26; } else { -if (x_2 == 0) +x_12 = x_3; +goto block_26; +} +block_26: { -lean_object* x_14; lean_object* x_15; +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_dec(x_9); lean_dec(x_5); -x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___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_11); -return x_15; +x_13 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___closed__1; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } else { -lean_object* x_16; -x_16 = l_Lean_mkBInductionOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__9(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_16) == 0) +lean_object* x_15; +x_15 = l_Lean_mkBInductionOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__9(x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_15) == 0) { -uint8_t x_17; -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +uint8_t x_16; +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_16, 0); -lean_dec(x_18); -x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___closed__1; -lean_ctor_set(x_16, 0, x_19); -return x_16; +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +lean_dec(x_17); +x_18 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___closed__1; +lean_ctor_set(x_15, 0, x_18); +return x_15; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_16, 1); -lean_inc(x_20); -lean_dec(x_16); -x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___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); -return x_22; +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 1); +lean_inc(x_19); +lean_dec(x_15); +x_20 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___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); +return x_21; } } else { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_16); -if (x_23 == 0) +uint8_t x_22; +x_22 = !lean_is_exclusive(x_15); +if (x_22 == 0) { -return x_16; +return x_15; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_16, 0); -x_25 = lean_ctor_get(x_16, 1); -lean_inc(x_25); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_15, 0); +x_24 = lean_ctor_get(x_15, 1); lean_inc(x_24); -lean_dec(x_16); -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_inc(x_23); +lean_dec(x_15); +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; } } } @@ -21966,315 +21799,234 @@ return x_15; } else { -lean_object* x_16; +lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_dec(x_6); x_16 = lean_array_uget(x_3, x_5); -if (x_1 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; x_17 = lean_ctor_get(x_16, 4); lean_inc(x_17); lean_dec(x_16); -x_18 = lean_box(0); +if (x_1 == 0) +{ +uint8_t x_62; +x_62 = 0; +x_18 = x_62; +goto block_61; +} +else +{ +x_18 = x_2; +goto block_61; +} +block_61: +{ +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +x_19 = lean_box(0); lean_inc(x_11); lean_inc(x_7); -x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_1, x_2, x_17, x_18, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_20 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_17, x_1, x_2, x_19, x_7, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_17); -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); if (lean_obj_tag(x_20) == 0) { -uint8_t x_21; +lean_object* x_21; +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +if (lean_obj_tag(x_21) == 0) +{ +uint8_t x_22; lean_dec(x_11); lean_dec(x_7); -x_21 = !lean_is_exclusive(x_19); -if (x_21 == 0) +x_22 = !lean_is_exclusive(x_20); +if (x_22 == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); +lean_object* x_23; lean_object* x_24; x_23 = lean_ctor_get(x_20, 0); -lean_inc(x_23); -lean_dec(x_20); -lean_ctor_set(x_19, 0, x_23); -return x_19; +lean_dec(x_23); +x_24 = lean_ctor_get(x_21, 0); +lean_inc(x_24); +lean_dec(x_21); +lean_ctor_set(x_20, 0, x_24); +return x_20; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_19, 1); -lean_inc(x_24); -lean_dec(x_19); -x_25 = lean_ctor_get(x_20, 0); +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_20, 1); lean_inc(x_25); lean_dec(x_20); -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; +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_25); +return x_27; } } else { -lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; -x_27 = lean_ctor_get(x_19, 1); -lean_inc(x_27); -lean_dec(x_19); -x_28 = lean_ctor_get(x_20, 0); +lean_object* x_28; lean_object* x_29; size_t x_30; size_t x_31; +x_28 = lean_ctor_get(x_20, 1); lean_inc(x_28); lean_dec(x_20); -x_29 = 1; -x_30 = lean_usize_add(x_5, x_29); -x_5 = x_30; -x_6 = x_28; -x_13 = x_27; +x_29 = lean_ctor_get(x_21, 0); +lean_inc(x_29); +lean_dec(x_21); +x_30 = 1; +x_31 = lean_usize_add(x_5, x_30); +x_5 = x_31; +x_6 = x_29; +x_13 = x_28; goto _start; } } else { -uint8_t x_32; +uint8_t x_33; lean_dec(x_11); lean_dec(x_7); -x_32 = !lean_is_exclusive(x_19); -if (x_32 == 0) +x_33 = !lean_is_exclusive(x_20); +if (x_33 == 0) { -return x_19; +return x_20; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_19, 0); -x_34 = lean_ctor_get(x_19, 1); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_20, 0); +x_35 = lean_ctor_get(x_20, 1); +lean_inc(x_35); lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_19); -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_dec(x_20); +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 { -if (x_2 == 0) -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_16, 4); -lean_inc(x_36); -lean_dec(x_16); -x_37 = lean_box(0); +lean_object* x_37; lean_inc(x_11); lean_inc(x_7); -x_38 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_1, x_2, x_36, x_37, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_36); -if (lean_obj_tag(x_38) == 0) +x_37 = l_Lean_mkBRecOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__10(x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_37) == 0) { -lean_object* x_39; -x_39 = lean_ctor_get(x_38, 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); -if (lean_obj_tag(x_39) == 0) -{ -uint8_t x_40; -lean_dec(x_11); -lean_dec(x_7); -x_40 = !lean_is_exclusive(x_38); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_38, 0); -lean_dec(x_41); -x_42 = lean_ctor_get(x_39, 0); -lean_inc(x_42); -lean_dec(x_39); -lean_ctor_set(x_38, 0, x_42); -return x_38; -} -else -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_38, 1); -lean_inc(x_43); -lean_dec(x_38); -x_44 = lean_ctor_get(x_39, 0); -lean_inc(x_44); -lean_dec(x_39); -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; -} -} -else -{ -lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; -x_46 = lean_ctor_get(x_38, 1); -lean_inc(x_46); -lean_dec(x_38); -x_47 = lean_ctor_get(x_39, 0); -lean_inc(x_47); -lean_dec(x_39); -x_48 = 1; -x_49 = lean_usize_add(x_5, x_48); -x_5 = x_49; -x_6 = x_47; -x_13 = x_46; -goto _start; -} -} -else -{ -uint8_t x_51; -lean_dec(x_11); -lean_dec(x_7); -x_51 = !lean_is_exclusive(x_38); -if (x_51 == 0) -{ -return x_38; -} -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_38, 0); -x_53 = lean_ctor_get(x_38, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_38); -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; -} -} -} -else -{ -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_16, 4); -lean_inc(x_55); -lean_dec(x_16); -lean_inc(x_11); -lean_inc(x_7); -x_56 = l_Lean_mkBRecOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__10(x_55, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -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_dec(x_37); lean_inc(x_11); lean_inc(x_7); -x_59 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_1, x_2, x_55, x_57, x_7, x_8, x_9, x_10, x_11, x_12, x_58); -lean_dec(x_57); -lean_dec(x_55); -if (lean_obj_tag(x_59) == 0) +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_17, x_1, x_2, x_38, x_7, x_8, x_9, x_10, x_11, x_12, x_39); +lean_dec(x_38); +lean_dec(x_17); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_60; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -if (lean_obj_tag(x_60) == 0) +lean_object* x_41; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +if (lean_obj_tag(x_41) == 0) { -uint8_t x_61; +uint8_t x_42; lean_dec(x_11); lean_dec(x_7); -x_61 = !lean_is_exclusive(x_59); -if (x_61 == 0) +x_42 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_59, 0); -lean_dec(x_62); -x_63 = lean_ctor_get(x_60, 0); -lean_inc(x_63); -lean_dec(x_60); -lean_ctor_set(x_59, 0, x_63); -return x_59; +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +x_44 = lean_ctor_get(x_41, 0); +lean_inc(x_44); +lean_dec(x_41); +lean_ctor_set(x_40, 0, x_44); +return x_40; } else { -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); -x_65 = lean_ctor_get(x_60, 0); -lean_inc(x_65); -lean_dec(x_60); -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_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_40, 1); +lean_inc(x_45); +lean_dec(x_40); +x_46 = lean_ctor_get(x_41, 0); +lean_inc(x_46); +lean_dec(x_41); +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 { -lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; -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 = 1; -x_70 = lean_usize_add(x_5, x_69); -x_5 = x_70; -x_6 = x_68; -x_13 = x_67; +lean_object* x_48; lean_object* x_49; size_t x_50; size_t x_51; +x_48 = lean_ctor_get(x_40, 1); +lean_inc(x_48); +lean_dec(x_40); +x_49 = lean_ctor_get(x_41, 0); +lean_inc(x_49); +lean_dec(x_41); +x_50 = 1; +x_51 = lean_usize_add(x_5, x_50); +x_5 = x_51; +x_6 = x_49; +x_13 = x_48; goto _start; } } else { -uint8_t x_72; +uint8_t x_53; lean_dec(x_11); lean_dec(x_7); -x_72 = !lean_is_exclusive(x_59); -if (x_72 == 0) +x_53 = !lean_is_exclusive(x_40); +if (x_53 == 0) { -return x_59; +return x_40; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_59, 0); -x_74 = lean_ctor_get(x_59, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_59); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_40, 0); +x_55 = lean_ctor_get(x_40, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_40); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } else { -uint8_t x_76; -lean_dec(x_55); +uint8_t x_57; +lean_dec(x_17); lean_dec(x_11); lean_dec(x_7); -x_76 = !lean_is_exclusive(x_56); -if (x_76 == 0) +x_57 = !lean_is_exclusive(x_37); +if (x_57 == 0) { -return x_56; +return x_37; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_56, 0); -x_78 = lean_ctor_get(x_56, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_56); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_37, 0); +x_59 = lean_ctor_get(x_37, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_37); +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; } } } @@ -22669,17 +22421,17 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Induc _start: { uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_unbox(x_1); -lean_dec(x_1); -x_13 = lean_unbox(x_2); +x_12 = lean_unbox(x_2); lean_dec(x_2); -x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_12, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = lean_unbox(x_3); +lean_dec(x_3); +x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__11___lambda__1(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -lean_dec(x_3); +lean_dec(x_1); return x_14; } } @@ -22800,133 +22552,110 @@ x_15 = lean_unsigned_to_nat(0u); x_16 = lean_nat_dec_eq(x_4, x_15); if (x_16 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_25; lean_object* x_36; uint8_t x_37; +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_35; uint8_t x_36; lean_dec(x_8); x_17 = lean_unsigned_to_nat(1u); x_18 = lean_nat_sub(x_4, x_17); lean_dec(x_4); -x_36 = lean_array_get_size(x_2); -x_37 = lean_nat_dec_lt(x_5, x_36); -lean_dec(x_36); -if (x_37 == 0) +x_35 = lean_array_get_size(x_2); +x_36 = lean_nat_dec_lt(x_5, x_35); +lean_dec(x_35); +if (x_36 == 0) { -lean_object* x_38; -x_38 = lean_box(0); -x_25 = x_38; -goto block_35; +uint8_t x_37; +x_37 = 0; +x_19 = x_37; +goto block_34; } else { -lean_object* x_39; uint8_t x_40; lean_object* x_41; -x_39 = lean_array_get_size(x_3); -x_40 = lean_nat_dec_lt(x_5, x_39); -lean_dec(x_39); -x_41 = lean_array_fget(x_2, x_5); -if (x_40 == 0) -{ -lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_42 = l_Lean_instInhabitedExpr; -x_43 = l___private_Init_Util_0__outOfBounds___rarg(x_42); -x_44 = lean_expr_eqv(x_41, x_43); -lean_dec(x_43); -lean_dec(x_41); -if (x_44 == 0) +lean_object* x_38; uint8_t x_39; lean_object* x_40; +x_38 = lean_array_get_size(x_3); +x_39 = lean_nat_dec_lt(x_5, x_38); +lean_dec(x_38); +x_40 = lean_array_fget(x_2, x_5); +if (x_39 == 0) { -lean_object* x_45; -x_45 = lean_box(0); -x_25 = x_45; -goto block_35; +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = l_Lean_instInhabitedExpr; +x_42 = l___private_Init_Util_0__outOfBounds___rarg(x_41); +x_43 = lean_expr_eqv(x_40, x_42); +lean_dec(x_42); +lean_dec(x_40); +x_19 = x_43; +goto block_34; } else { -lean_object* x_46; -x_46 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___closed__1; -x_19 = x_46; -x_20 = x_13; -goto block_24; +lean_object* x_44; uint8_t x_45; +x_44 = lean_array_fget(x_3, x_5); +x_45 = lean_expr_eqv(x_40, x_44); +lean_dec(x_44); +lean_dec(x_40); +x_19 = x_45; +goto block_34; } } -else +block_34: { -lean_object* x_47; uint8_t x_48; -x_47 = lean_array_fget(x_3, x_5); -x_48 = lean_expr_eqv(x_41, x_47); -lean_dec(x_47); -lean_dec(x_41); -if (x_48 == 0) +if (x_19 == 0) { -lean_object* x_49; -x_49 = lean_box(0); -x_25 = x_49; -goto block_35; +lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_20 = lean_st_ref_take(x_1, x_13); +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 = 0; +x_24 = lean_box(x_23); +x_25 = lean_array_set(x_21, x_5, x_24); +x_26 = lean_st_ref_set(x_1, x_25, x_22); +x_27 = lean_ctor_get(x_26, 1); +lean_inc(x_27); +lean_dec(x_26); +x_28 = lean_nat_add(x_5, x_7); +lean_dec(x_5); +x_29 = lean_box(0); +x_4 = x_18; +x_5 = x_28; +x_8 = x_29; +x_13 = x_27; +goto _start; } else { -lean_object* x_50; -x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___closed__1; -x_19 = x_50; -x_20 = x_13; -goto block_24; -} -} -} -block_24: -{ -lean_object* x_21; lean_object* x_22; -x_21 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(x_19); -x_22 = lean_nat_add(x_5, x_7); +lean_object* x_31; lean_object* x_32; +x_31 = lean_nat_add(x_5, x_7); lean_dec(x_5); +x_32 = lean_box(0); x_4 = x_18; -x_5 = x_22; -x_8 = x_21; -x_13 = x_20; +x_5 = x_31; +x_8 = x_32; goto _start; } -block_35: -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_25); -x_26 = lean_st_ref_take(x_1, x_13); -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 = 0; -x_30 = lean_box(x_29); -x_31 = lean_array_set(x_27, x_5, x_30); -x_32 = lean_st_ref_set(x_1, x_31, x_28); -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); -x_34 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__8___lambda__1___closed__1; -x_19 = x_34; -x_20 = x_33; -goto block_24; } } else { -lean_object* x_51; +lean_object* x_46; lean_dec(x_5); lean_dec(x_4); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_8); -lean_ctor_set(x_51, 1, x_13); -return x_51; +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_8); +lean_ctor_set(x_46, 1, x_13); +return x_46; } } else { -lean_object* x_52; +lean_object* x_47; lean_dec(x_5); lean_dec(x_4); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_8); -lean_ctor_set(x_52, 1, x_13); -return x_52; +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_8); +lean_ctor_set(x_47, 1, x_13); +return x_47; } } } @@ -23509,7 +23238,7 @@ x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); lean_inc(x_1); -x_13 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_12, x_1); +x_13 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_12, x_1); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; @@ -23525,7 +23254,7 @@ if (x_17 == 0) { lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; x_18 = lean_ctor_get(x_15, 1); -x_19 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_18, x_1); +x_19 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_18, x_1); lean_ctor_set(x_15, 1, x_19); x_20 = lean_st_ref_set(x_2, x_15, x_16); x_21 = !lean_is_exclusive(x_20); @@ -23561,7 +23290,7 @@ x_30 = lean_ctor_get(x_15, 1); lean_inc(x_30); lean_inc(x_29); lean_dec(x_15); -x_31 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_30, x_1); +x_31 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_30, x_1); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_29); lean_ctor_set(x_32, 1, x_31); @@ -23610,7 +23339,7 @@ x_43 = lean_ctor_get(x_41, 1); lean_inc(x_43); lean_dec(x_41); lean_inc(x_1); -x_44 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_43, x_1); +x_44 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_43, x_1); if (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; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; @@ -23632,7 +23361,7 @@ if (lean_is_exclusive(x_46)) { lean_dec_ref(x_46); x_50 = lean_box(0); } -x_51 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_49, x_1); +x_51 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_49, x_1); if (lean_is_scalar(x_50)) { x_52 = lean_alloc_ctor(0, 2, 0); } else { @@ -25178,64 +24907,72 @@ return x_36; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +uint8_t x_5; uint8_t x_11; +x_11 = lean_usize_dec_eq(x_3, x_4); +if (x_11 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = lean_array_get_size(x_6); -x_8 = lean_nat_dec_lt(x_1, x_7); -lean_dec(x_7); -if (x_8 == 0) +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_array_uget(x_2, x_3); +x_13 = lean_array_get_size(x_12); +x_14 = lean_nat_dec_lt(x_1, x_13); +lean_dec(x_13); +if (x_14 == 0) { -uint8_t x_9; -lean_dec(x_6); -x_9 = 1; -return x_9; +uint8_t x_15; +lean_dec(x_12); +x_15 = 1; +x_5 = x_15; +goto block_10; } else { -lean_object* x_10; uint8_t x_11; -x_10 = lean_array_fget(x_6, x_1); -lean_dec(x_6); -x_11 = lean_unbox(x_10); -lean_dec(x_10); -if (x_11 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_array_fget(x_12, x_1); +lean_dec(x_12); +x_17 = lean_unbox(x_16); +lean_dec(x_16); +if (x_17 == 0) { -uint8_t x_12; -x_12 = 1; -return x_12; +uint8_t x_18; +x_18 = 1; +x_5 = x_18; +goto block_10; } else { -size_t x_13; size_t x_14; -x_13 = 1; -x_14 = lean_usize_add(x_3, x_13); -x_3 = x_14; -goto _start; +uint8_t x_19; +x_19 = 0; +x_5 = x_19; +goto block_10; } } } else { -uint8_t x_16; -x_16 = 0; -return x_16; -} +uint8_t x_20; +x_20 = 0; +return x_20; } +block_10: +{ +if (x_5 == 0) +{ +size_t x_6; size_t x_7; +x_6 = 1; +x_7 = lean_usize_add(x_3, x_6); +x_3 = x_7; +goto _start; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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: +else { -lean_object* x_8; -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_1); -lean_ctor_set(x_8, 1, x_7); -return x_8; +uint8_t x_9; +x_9 = 1; +return x_9; +} } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_13; @@ -25297,7 +25034,7 @@ return x_24; } } } -static lean_object* _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -25305,33 +25042,43 @@ x_1 = lean_mk_string_from_bytes("a", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__2() { +static lean_object* _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__1; +x_2 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_object* x_14; uint8_t x_15; uint8_t x_16; lean_object* x_17; -x_13 = lean_alloc_closure((void*)(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2), 11, 5); +x_13 = lean_alloc_closure((void*)(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__1), 11, 5); lean_closure_set(x_13, 0, x_1); lean_closure_set(x_13, 1, x_2); lean_closure_set(x_13, 2, x_3); lean_closure_set(x_13, 3, x_4); lean_closure_set(x_13, 4, x_5); -x_14 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__2; +x_14 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__2; x_15 = 0; x_16 = 0; x_17 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_forallTelescopeCompatibleAux___spec__15___rarg(x_14, x_15, x_6, x_13, x_16, x_8, x_9, x_10, x_11, x_12); return x_17; } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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; +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_1); +lean_ctor_set(x_8, 1, x_7); +return x_8; +} +} static lean_object* _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__1() { _start: { @@ -25397,133 +25144,147 @@ lean_inc(x_12); x_13 = l_List_allM___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___spec__1(x_12, x_2, x_7, x_8, x_9, x_10, x_11); if (lean_obj_tag(x_13) == 0) { -lean_object* x_14; uint8_t x_15; +lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_49; x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); -x_15 = lean_unbox(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); +x_49 = lean_unbox(x_14); lean_dec(x_14); -if (x_15 == 0) +if (x_49 == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +uint8_t x_50; +x_50 = 1; +x_16 = x_50; +goto block_48; +} +else +{ +uint8_t x_51; +x_51 = 0; +x_16 = x_51; +goto block_48; +} +block_48: +{ +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_box(0); +x_18 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2(x_2, x_3, x_1, x_4, x_5, x_12, x_17, x_7, x_8, x_9, x_10, x_15); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -lean_dec(x_13); -x_17 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__3; -x_18 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_17, x_7, x_8, x_9, x_10, x_16); -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_unbox(x_19); -lean_dec(x_19); -if (x_20 == 0) +x_19 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_5____closed__3; +x_20 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_19, x_7, x_8, x_9, x_10, x_15); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_unbox(x_21); +lean_dec(x_21); +if (x_22 == 0) { -uint8_t x_21; +uint8_t x_23; lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); -x_21 = !lean_is_exclusive(x_18); -if (x_21 == 0) +x_23 = !lean_is_exclusive(x_20); +if (x_23 == 0) { -lean_object* x_22; -x_22 = lean_ctor_get(x_18, 0); -lean_dec(x_22); -lean_ctor_set(x_18, 0, x_3); -return x_18; +lean_object* x_24; +x_24 = lean_ctor_get(x_20, 0); +lean_dec(x_24); +lean_ctor_set(x_20, 0, x_3); +return x_20; } else { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_18, 1); -lean_inc(x_23); -lean_dec(x_18); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_3); -lean_ctor_set(x_24, 1, x_23); -return x_24; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_20, 1); +lean_inc(x_25); +lean_dec(x_20); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_3); +lean_ctor_set(x_26, 1, x_25); +return x_26; } } 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; lean_object* x_36; 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_25 = lean_ctor_get(x_18, 1); -lean_inc(x_25); -lean_dec(x_18); +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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_27 = lean_ctor_get(x_20, 1); +lean_inc(x_27); +lean_dec(x_20); lean_inc(x_3); -x_26 = l_Nat_repr(x_3); -x_27 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_27, 0, x_26); -x_28 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_28, 0, x_27); -x_29 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__2; -x_30 = lean_alloc_ctor(7, 2, 0); +x_28 = l_Nat_repr(x_3); +x_29 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_29, 0, x_28); +x_30 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -x_31 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__4; +x_31 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__2; 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_MessageData_ofExpr(x_1); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +x_33 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__4; x_34 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); -x_35 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__6; +x_35 = l_Lean_MessageData_ofExpr(x_1); x_36 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean_MessageData_ofExpr(x_12); +x_37 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__6; x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); -x_39 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6___closed__6; +x_39 = l_Lean_MessageData_ofExpr(x_12); x_40 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); -x_41 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_17, x_40, x_7, x_8, x_9, x_10, x_25); +x_41 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_elabHeaderAux___lambda__6___closed__6; +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_19, x_42, x_7, x_8, x_9, x_10, x_27); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_42 = !lean_is_exclusive(x_41); -if (x_42 == 0) +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -lean_object* x_43; -x_43 = lean_ctor_get(x_41, 0); -lean_dec(x_43); -lean_ctor_set(x_41, 0, x_3); -return x_41; +lean_object* x_45; +x_45 = lean_ctor_get(x_43, 0); +lean_dec(x_45); +lean_ctor_set(x_43, 0, x_3); +return x_43; } else { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_41, 1); -lean_inc(x_44); -lean_dec(x_41); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_3); -lean_ctor_set(x_45, 1, x_44); -return x_45; +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_3); +lean_ctor_set(x_47, 1, x_46); +return x_47; } } } -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_13, 1); -lean_inc(x_46); -lean_dec(x_13); -x_47 = lean_box(0); -x_48 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3(x_2, x_3, x_1, x_4, x_5, x_12, x_47, x_7, x_8, x_9, x_10, x_46); -return x_48; } } else { -uint8_t x_49; +uint8_t x_52; lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -25534,23 +25295,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_13); -if (x_49 == 0) +x_52 = !lean_is_exclusive(x_13); +if (x_52 == 0) { return x_13; } else { -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_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_13, 0); +x_54 = lean_ctor_get(x_13, 1); +lean_inc(x_54); +lean_inc(x_53); lean_dec(x_13); -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; +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; } } } @@ -25703,11 +25464,20 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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: +{ +lean_object* x_13; +x_13 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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); +lean_dec(x_7); +return x_13; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3(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); @@ -25716,15 +25486,6 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___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_7); -return x_13; -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { @@ -30848,70 +30609,86 @@ return x_10; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; x_11 = lean_array_uget(x_2, x_4); -x_12 = lean_ctor_get(x_11, 9); -lean_inc(x_12); -x_13 = lean_array_get_size(x_12); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +x_19 = lean_ctor_get(x_11, 9); +lean_inc(x_19); +x_20 = lean_array_get_size(x_19); +x_21 = lean_unsigned_to_nat(0u); +x_22 = lean_nat_dec_lt(x_21, x_20); +if (x_22 == 0) { -size_t x_16; size_t x_17; -lean_dec(x_13); -lean_dec(x_12); +lean_object* x_23; +lean_dec(x_20); +lean_dec(x_19); lean_dec(x_11); -x_16 = 1; -x_17 = lean_usize_add(x_4, x_16); -x_4 = x_17; -goto _start; +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_5); +x_12 = x_23; +x_13 = x_8; +goto block_18; } else { -uint8_t x_19; -x_19 = lean_nat_dec_le(x_13, x_13); -if (x_19 == 0) +uint8_t x_24; +x_24 = lean_nat_dec_le(x_20, x_20); +if (x_24 == 0) { -size_t x_20; size_t x_21; -lean_dec(x_13); -lean_dec(x_12); +lean_object* x_25; +lean_dec(x_20); +lean_dec(x_19); lean_dec(x_11); -x_20 = 1; -x_21 = lean_usize_add(x_4, x_20); -x_4 = x_21; -goto _start; +x_25 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_25, 0, x_5); +x_12 = x_25; +x_13 = x_8; +goto block_18; } else { -size_t x_23; size_t x_24; uint8_t x_25; -x_23 = 0; -x_24 = lean_usize_of_nat(x_13); -lean_dec(x_13); -x_25 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyDerivingHandlers___spec__1(x_1, x_12, x_23, x_24); -lean_dec(x_12); -if (x_25 == 0) +size_t x_26; size_t x_27; uint8_t x_28; +x_26 = 0; +x_27 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_28 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyDerivingHandlers___spec__1(x_1, x_19, x_26, x_27); +lean_dec(x_19); +if (x_28 == 0) { -size_t x_26; size_t x_27; +lean_object* x_29; lean_dec(x_11); -x_26 = 1; -x_27 = lean_usize_add(x_4, x_26); -x_4 = x_27; -goto _start; +x_29 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_29, 0, x_5); +x_12 = x_29; +x_13 = x_8; +goto block_18; } else { -lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; -x_29 = lean_ctor_get(x_11, 4); -lean_inc(x_29); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_11, 4); +lean_inc(x_30); lean_dec(x_11); -x_30 = lean_array_push(x_5, x_29); -x_31 = 1; -x_32 = lean_usize_add(x_4, x_31); -x_4 = x_32; -x_5 = x_30; -goto _start; +x_31 = lean_array_push(x_5, x_30); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_31); +x_12 = x_32; +x_13 = x_8; +goto block_18; +} } } +block_18: +{ +lean_object* x_14; size_t x_15; size_t x_16; +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +x_15 = 1; +x_16 = lean_usize_add(x_4, x_15); +x_4 = x_16; +x_5 = x_14; +x_8 = x_13; +goto _start; } } } @@ -33167,7 +32944,7 @@ static lean_object* _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_a _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1; x_2 = l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_applyComputedFields___lambda__1___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -34995,19 +34772,19 @@ l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateResultingUniverse___c lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateResultingUniverse___closed__1); l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateResultingUniverse___closed__2 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateResultingUniverse___closed__2(); lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_updateResultingUniverse___closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__5); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088____closed__6); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8088_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090____closed__6); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Inductive___hyg_8090_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Command_bootstrap_inductiveCheckResultingUniverse = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Command_bootstrap_inductiveCheckResultingUniverse); @@ -35080,10 +34857,10 @@ l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___closed lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___closed__8); l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getArity___closed__1 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getArity___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getArity___closed__1); -l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__1 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__1(); -lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__1); -l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__2 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__2(); -lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__3___closed__2); +l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__1 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__1); +l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__2 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__2___closed__2); l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__1 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__1); l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__2 = _init_l___private_Lean_Elab_Inductive_0__Lean_Elab_Command_fixedIndicesToParams_go___lambda__4___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/InfoTree/Main.c b/stage0/stdlib/Lean/Elab/InfoTree/Main.c index 615ee2e6bb06..fe2117d4ac83 100644 --- a/stage0/stdlib/Lean/Elab/InfoTree/Main.c +++ b/stage0/stdlib/Lean/Elab/InfoTree/Main.c @@ -51,7 +51,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1(lean_obje LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___rarg___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_PersistentArray_findSomeMAux___at_Lean_Elab_InfoTree_findInfo_x3f___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__5___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_resolveGlobalConstWithInfos___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); lean_object* l_Lean_Syntax_getHeadInfo(lean_object*); @@ -84,6 +83,7 @@ lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__5___rarg___lambda__1(size_t, 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_object*); size_t lean_usize_mul(size_t, size_t); +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__6(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree___rarg___lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___rarg(lean_object*, lean_object*); @@ -92,6 +92,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_InfoTree_substitu LEAN_EXPORT lean_object* l_Lean_Elab_enableInfoTree___rarg(lean_object*, uint8_t); static lean_object* l_Lean_Elab_MacroExpansionInfo_format___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__4___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___rarg(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); lean_object* lean_array_fget(lean_object*, lean_object*); @@ -115,8 +116,8 @@ static lean_object* l_Lean_Elab_CommandInfo_format___closed__2; extern lean_object* l_Lean_LocalContext_empty; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___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*, lean_object*, lean_object*); lean_object* lean_io_get_num_heartbeats(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_assignInfoHoleId___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_TacticInfo_format___closed__3; static lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___closed__19; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__5___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*); @@ -124,7 +125,6 @@ static lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_ppGoals___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_toList___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__4___rarg___lambda__2(size_t, 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_object*); -static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2___closed__1; static lean_object* l_Lean_Elab_MacroExpansionInfo_format___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_withInfoContext___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,8 +150,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___rarg___lambda__2___boxed(lea static lean_object* l_Lean_Elab_FVarAliasInfo_format___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_CompletionInfo_stx(lean_object*); static lean_object* l_Option_format___at_Lean_Elab_CompletionInfo_format___spec__1___closed__1; +uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalNameWithInfos___rarg(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_Elab_assignInfoHoleId___spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_InfoTree_substitute___spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__6; extern lean_object* l_instInhabitedPUnit; @@ -217,6 +219,7 @@ static lean_object* l_Lean_Elab_FieldRedeclInfo_format___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_withMacroExpansionInfo___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_ContextInfo_ppGoals___lambda__1___closed__2; +static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1; uint8_t l_List_isEmpty___rarg(lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__10; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_resolveGlobalNameWithInfos___spec__1(lean_object*); @@ -282,7 +285,7 @@ static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabI static lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1___closed__3; lean_object* lean_usize_to_nat(size_t); static lean_object* l_Lean_Elab_CustomInfo_format___closed__1; -uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_assignInfoHoleId___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -311,10 +314,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___rarg___lambda LEAN_EXPORT lean_object* l_Lean_Elab_withInfoHole___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___rarg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___spec__5(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_assignInfoHoleId___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatElabInfo___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_TacticInfo_format___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext_x27___rarg___lambda__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_UserWidgetInfo_format___closed__1; @@ -343,6 +345,7 @@ static lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoCo LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_TermInfo_runMetaM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__6___rarg(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -355,6 +358,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveI lean_object* lean_erase_macro_scopes(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withSaveInfoContext___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_object*, lean_object*); static lean_object* l_Lean_Elab_CompletionInfo_format___lambda__1___closed__4; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); static lean_object* l_Lean_Elab_CustomInfo_format___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_InfoTree_findInfo_x3f___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -364,7 +368,6 @@ extern lean_object* l_Lean_firstFrontendMacroScope; static lean_object* l_Lean_Elab_MacroExpansionInfo_format___closed__2; size_t lean_usize_sub(size_t, size_t); lean_object* l_Lean_PersistentArray_get_x21___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_modifyInfoTrees(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo(lean_object*); @@ -376,7 +379,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_ppGoals(lean_object*, lean_obje static lean_object* l_Lean_Elab_instToFormatCustomInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___rarg___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_array_uget(lean_object*, size_t); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object*, lean_object*, lean_object*); lean_object* lean_io_error_to_string(lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__9; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_InfoTree_findInfo_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -387,9 +389,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext_x27___rarg___lambda__5(lean size_t lean_usize_shift_left(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_modifyInfoTrees___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstWithInfos___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_panic___at_Lean_Elab_assignInfoHoleId___spec__5(lean_object*); static lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___closed__9; -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalNameWithInfos(lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeMAux___at_Lean_Elab_InfoTree_findInfo_x3f___spec__2___lambda__1(lean_object*); @@ -425,6 +425,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___rarg___lambda__1___boxed(lea LEAN_EXPORT lean_object* l_Lean_Elab_withInfoHole___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_InfoTree_Main_0__Lean_Elab_formatStxRange_fmtPos___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg___closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_Info_toElabInfo_x3f(lean_object*); static lean_object* l_Lean_Elab_TermInfo_format___lambda__1___closed__6; @@ -452,6 +453,7 @@ size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_MacroExpansionInfo_format___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_TermInfo_format(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext___rarg___lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* _init_l_Lean_Elab_ContextInfo_saveNoFileMap___rarg___lambda__1___closed__1() { _start: { @@ -1648,7 +1650,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_Elab_InfoTree_substitute___spec__7(x_3, x_5, x_2); lean_dec(x_2); @@ -7990,7 +7992,25 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Elab_getInfoHoleIdAssignment_x3f___rarg) return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__3(size_t 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_panic___at_Lean_Elab_assignInfoHoleId___spec__1___rarg(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = l_instInhabitedPUnit; +x_4 = l_instInhabited___rarg(x_1, x_3); +x_5 = lean_panic_fn(x_4, x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_panic___at_Lean_Elab_assignInfoHoleId___spec__1___rarg), 2, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__4(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; @@ -8007,7 +8027,7 @@ 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___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_9); +x_11 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_9); x_12 = lean_uint64_to_usize(x_11); x_13 = 1; x_14 = lean_usize_sub(x_1, x_13); @@ -8017,7 +8037,7 @@ 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_Elab_assignInfoHoleId___spec__2(x_6, x_17, x_1, x_9, x_10); +x_20 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(x_6, x_17, x_1, x_9, x_10); x_4 = lean_box(0); x_5 = x_19; x_6 = x_20; @@ -8025,7 +8045,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_assignInfoHoleId___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_assignInfoHoleId___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; @@ -8117,7 +8137,7 @@ return x_29; } } } -static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2___closed__1() { +static lean_object* _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1() { _start: { lean_object* x_1; @@ -8125,7 +8145,7 @@ 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_Elab_assignInfoHoleId___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(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) @@ -8238,7 +8258,7 @@ lean_object* x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_3 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_Elab_assignInfoHoleId___spec__2(x_35, x_36, x_37, x_4, x_5); +x_38 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(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); @@ -8253,7 +8273,7 @@ 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_Elab_assignInfoHoleId___spec__2(x_40, x_41, x_42, x_4, x_5); +x_43 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(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); @@ -8369,7 +8389,7 @@ if (lean_is_exclusive(x_57)) { } 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_Elab_assignInfoHoleId___spec__2(x_71, x_73, x_74, x_4, x_5); +x_75 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(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 { @@ -8406,7 +8426,7 @@ 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_Elab_assignInfoHoleId___spec__4(x_1, x_83, x_4, x_5); +x_84 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_assignInfoHoleId___spec__5(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) @@ -8424,8 +8444,8 @@ 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_Elab_assignInfoHoleId___spec__2___closed__1; -x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); +x_92 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1; +x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__4(x_3, x_90, x_91, lean_box(0), x_83, x_92); lean_dec(x_91); lean_dec(x_90); return x_93; @@ -8452,7 +8472,7 @@ 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_Elab_assignInfoHoleId___spec__4(x_96, x_97, x_4, x_5); +x_98 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_assignInfoHoleId___spec__5(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) @@ -8470,8 +8490,8 @@ 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_Elab_assignInfoHoleId___spec__2___closed__1; -x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); +x_106 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1; +x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__4(x_3, x_104, x_105, lean_box(0), x_97, x_106); lean_dec(x_105); lean_dec(x_104); return x_107; @@ -8489,7 +8509,7 @@ return x_98; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -8499,10 +8519,10 @@ if (x_4 == 0) lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2(x_5, x_8, x_9, x_2, x_3); +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(x_5, x_8, x_9, x_2, x_3); x_11 = lean_unsigned_to_nat(1u); x_12 = lean_nat_add(x_6, x_11); lean_dec(x_6); @@ -8518,10 +8538,10 @@ x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); lean_inc(x_13); lean_dec(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; -x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2(x_13, x_16, x_17, x_2, x_3); +x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(x_13, x_16, x_17, x_2, x_3); x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_add(x_14, x_19); lean_dec(x_14); @@ -8532,7 +8552,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__5___rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__6___rarg(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; @@ -8542,11 +8562,11 @@ x_5 = lean_panic_fn(x_4, x_2); return x_5; } } -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__5(lean_object* x_1) { +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_assignInfoHoleId___spec__6(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_panic___at_Lean_Elab_assignInfoHoleId___spec__5___rarg), 2, 0); +x_2 = lean_alloc_closure((void*)(l_panic___at_Lean_Elab_assignInfoHoleId___spec__6___rarg), 2, 0); return x_2; } } @@ -8559,7 +8579,7 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; x_5 = lean_ctor_get(x_3, 0); -x_6 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_5, x_1, x_2); +x_6 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_5, x_1, x_2); lean_ctor_set(x_3, 0, x_6); return x_3; } @@ -8572,7 +8592,7 @@ x_9 = lean_ctor_get(x_3, 1); lean_inc(x_9); lean_inc(x_8); lean_dec(x_3); -x_10 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_8, x_1, x_2); +x_10 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_8, x_1, x_2); x_11 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -8659,7 +8679,7 @@ lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); x_9 = l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__6; -x_10 = l_panic___at_Lean_Elab_assignInfoHoleId___spec__5___rarg(x_4, x_9); +x_10 = l_panic___at_Lean_Elab_assignInfoHoleId___spec__6___rarg(x_4, x_9); return x_10; } } @@ -8691,19 +8711,19 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Elab_assignInfoHoleId___rarg), 4, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { 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_Elab_assignInfoHoleId___spec__3(x_7, x_2, x_3, x_4, x_5, x_6); +x_8 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Elab_assignInfoHoleId___spec__4(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_Elab_assignInfoHoleId___spec__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_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___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; @@ -8711,7 +8731,7 @@ 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_Elab_assignInfoHoleId___spec__2(x_1, x_6, x_7, x_4, x_5); +x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3(x_1, x_6, x_7, x_4, x_5); return x_8; } } @@ -8846,7 +8866,7 @@ lean_dec(x_7); x_12 = l_Lean_Elab_instInhabitedInfoTree; x_13 = l_Lean_PersistentArray_get_x21___rarg(x_12, x_6, x_11); lean_dec(x_11); -x_14 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_5, x_2, x_13); +x_14 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_5, x_2, x_13); lean_ctor_set(x_3, 1, x_1); lean_ctor_set(x_3, 0, x_14); return x_3; @@ -8886,7 +8906,7 @@ lean_dec(x_18); x_24 = l_Lean_Elab_instInhabitedInfoTree; x_25 = l_Lean_PersistentArray_get_x21___rarg(x_24, x_17, x_23); lean_dec(x_23); -x_26 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_16, x_2, x_25); +x_26 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_16, x_2, x_25); x_27 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_1); @@ -9434,8 +9454,8 @@ l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___ra lean_mark_persistent(l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___rarg___closed__1); l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___rarg___closed__2 = _init_l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___rarg___closed__2(); lean_mark_persistent(l_Lean_PersistentArray_mapMAux___at_Lean_Elab_withSaveInfoContext___spec__2___rarg___closed__2); -l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2___closed__1(); -lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__2___closed__1); +l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1(); +lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_assignInfoHoleId___spec__3___closed__1); l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__1 = _init_l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__1); l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__2 = _init_l_Lean_Elab_assignInfoHoleId___rarg___lambda__2___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/InheritDoc.c b/stage0/stdlib/Lean/Elab/InheritDoc.c index 5540e0cd8be6..437d79bd72dc 100644 --- a/stage0/stdlib/Lean/Elab/InheritDoc.c +++ b/stage0/stdlib/Lean/Elab/InheritDoc.c @@ -1527,45 +1527,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_4____spec__17(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; uint8_t x_265; uint8_t x_266; -x_265 = 2; -x_266 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_265); -if (x_266 == 0) +uint8_t x_7; uint8_t x_267; uint8_t x_268; +x_267 = 2; +x_268 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_267); +if (x_268 == 0) { -lean_object* x_267; -x_267 = lean_box(0); -x_7 = x_267; -goto block_264; +uint8_t x_269; +x_269 = 0; +x_7 = x_269; +goto block_266; } else { -lean_object* x_268; uint8_t x_269; +lean_object* x_270; uint8_t x_271; lean_inc(x_2); -x_268 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_269 = lean_unbox(x_268); -lean_dec(x_268); -if (x_269 == 0) -{ -lean_object* x_270; -x_270 = lean_box(0); -x_7 = x_270; -goto block_264; +x_270 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_271 = lean_unbox(x_270); +lean_dec(x_270); +x_7 = x_271; +goto block_266; } -else +block_266: { -lean_object* x_271; lean_object* x_272; -lean_dec(x_2); -x_271 = lean_box(0); -x_272 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_272, 0, x_271); -lean_ctor_set(x_272, 1, x_6); -return x_272; -} -} -block_264: +if (x_7 == 0) { uint8_t x_8; lean_object* x_258; uint8_t x_259; uint8_t x_260; -lean_dec(x_7); x_258 = lean_ctor_get(x_4, 2); x_259 = 1; x_260 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_259); @@ -2405,6 +2391,17 @@ return x_256; } } } +else +{ +lean_object* x_264; lean_object* x_265; +lean_dec(x_2); +x_264 = lean_box(0); +x_265 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_265, 0, x_264); +lean_ctor_set(x_265, 1, x_6); +return x_265; +} +} } } static lean_object* _init_l_Lean_addDocString___at_Lean_initFn____x40_Lean_Elab_InheritDoc___hyg_4____spec__18___closed__1() { diff --git a/stage0/stdlib/Lean/Elab/LetRec.c b/stage0/stdlib/Lean/Elab/LetRec.c index 18946e57b45a..513389f82519 100644 --- a/stage0/stdlib/Lean/Elab/LetRec.c +++ b/stage0/stdlib/Lean/Elab/LetRec.c @@ -16,6 +16,7 @@ extern "C" { LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLetRec___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_elabLetRec___spec__2(size_t, size_t, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__4; lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___spec__1(lean_object*, uint8_t, lean_object*); @@ -48,25 +49,27 @@ static lean_object* l_Lean_Elab_elabAttrs___at___private_Lean_Elab_LetRec_0__Lea LEAN_EXPORT uint8_t l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__1(lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); 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_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__10; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___spec__2___closed__2; -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__2; 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_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___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___regBuiltin_Lean_Elab_Term_elabLetRec___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec___closed__1; lean_object* l_Lean_Syntax_getArgs(lean_object*); -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__20(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_replaceRef(lean_object*, lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg(lean_object*); +lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, 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); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_elabLetRecDeclValues___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_Syntax_getTailPos_x3f(lean_object*, uint8_t); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); 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*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__8; +LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabLetRec___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* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); @@ -80,56 +83,50 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__13___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); -static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__1; +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_elabDeclAttrs___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__4; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__13___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__12; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__1___closed__2; -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__20___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_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___spec__2___closed__3; -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabLetRec___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_List_appendTR___rarg(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__1___closed__2; +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_elabAttrs___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__11___boxed(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_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabLetRec___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg(lean_object*); lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5; lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___closed__2; lean_object* l_Array_unzip___rarg(lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__11; lean_object* l_Lean_MessageData_ofSyntax(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec_declRange___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec_declRange___closed__4; lean_object* l_Lean_Elab_Term_expandOptType(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_toAttributeKind___boxed(lean_object*, 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_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__8; lean_object* l_Lean_Syntax_getKind(lean_object*); +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Lean_Elab_getBetterRef(lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_elabLetRecDeclValues___spec__2(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_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__1___closed__4; static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_LetRec_0__Lean_Elab_Term_elabLetRecDeclValues(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___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_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec_declRange___closed__6; 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*); @@ -138,25 +135,24 @@ lean_object* l_Lean_Elab_Term_expandMatchAltsIntoMatch___boxed(lean_object*, lea static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec_declRange___closed__7; lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__2; extern lean_object* l_Lean_Elab_Term_termElabAttribute; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__13___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_getDeclName_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__18(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___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_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__9; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__2___closed__2; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__1; lean_object* l_Lean_Syntax_getSepArgs(lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_elabLetRecDeclValues___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* l_Lean_Name_str___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__1___closed__1; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); @@ -183,21 +179,22 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRec LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___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_liftMacroM___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__13___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_addAuxDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec___closed__2; lean_object* l_Lean_FileMap_leanPosToLspPos(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__13___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_addLocalVarInfo(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___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___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_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec_declRange___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__18___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___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__12; lean_object* lean_environment_main_module(lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___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_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___closed__3; @@ -207,9 +204,10 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_LetRec_0__ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__19(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isNone(lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13; +LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__1___closed__5; @@ -225,26 +223,28 @@ lean_object* lean_erase_macro_scopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Lean_Elab_Term_withAuxDecl___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_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6(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_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___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_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_addAuxDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__7; size_t lean_usize_add(size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec___closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___boxed(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_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__8; -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13; extern lean_object* l_Lean_instInhabitedSyntax; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__2(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_elabLetRec(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*); -static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__11; +static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getAttributeImpl(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__1___closed__2; +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__10; lean_object* lean_array_get_size(lean_object*); +static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1; uint8_t lean_nat_dec_le(lean_object*, lean_object*); extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; uint8_t lean_usize_dec_lt(size_t, size_t); @@ -259,13 +259,13 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec_declRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_LetRec_0__Lean_Elab_Term_withAuxLocalDecls_loop___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_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__12___lambda__2___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_elabLetRec___closed__7; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_LetRec_0__Lean_Elab_Term_registerLetRecsToLift___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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) { _start: @@ -552,7 +552,46 @@ return x_47; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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) { +static lean_object* _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_unsupportedSyntaxExceptionId; +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___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_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__1; +x_3 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___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); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg), 1, 0); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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) { _start: { lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; @@ -669,7 +708,7 @@ return x_38; } } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1() { _start: { lean_object* x_1; @@ -677,7 +716,7 @@ x_1 = l_Lean_declRangeExt; return x_1; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__2() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__2() { _start: { lean_object* x_1; @@ -685,21 +724,21 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__2; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___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_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__4() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -707,22 +746,22 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__4; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___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); return x_2; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__6() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -730,7 +769,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__7() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__7() { _start: { lean_object* x_1; @@ -738,11 +777,11 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_InfoCacheKey_instHashableInfoCacheK return x_1; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__8() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -750,11 +789,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__9() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -762,7 +801,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__10() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__10() { _start: { lean_object* x_1; lean_object* x_2; @@ -773,7 +812,7 @@ lean_closure_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__11() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__11() { _start: { lean_object* x_1; lean_object* x_2; @@ -784,11 +823,11 @@ lean_closure_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__12() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -796,14 +835,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13() { +static lean_object* _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___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_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__6; -x_2 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__8; -x_3 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__9; -x_4 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__12; +x_1 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__6; +x_2 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__8; +x_3 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__9; +x_4 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__12; x_5 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -814,7 +853,7 @@ lean_ctor_set(x_5, 5, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; @@ -831,9 +870,9 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_11, 0); x_15 = lean_ctor_get(x_11, 4); lean_dec(x_15); -x_16 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1; +x_16 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1; x_17 = l_Lean_MapDeclarationExtension_insert___rarg(x_16, x_14, x_1, x_2); -x_18 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5; +x_18 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5; lean_ctor_set(x_11, 4, x_18); lean_ctor_set(x_11, 0, x_17); x_19 = lean_st_ref_set(x_8, x_11, x_12); @@ -852,7 +891,7 @@ if (x_24 == 0) lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; x_25 = lean_ctor_get(x_22, 1); lean_dec(x_25); -x_26 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13; +x_26 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13; lean_ctor_set(x_22, 1, x_26); x_27 = lean_st_ref_set(x_6, x_22, x_23); x_28 = !lean_is_exclusive(x_27); @@ -888,7 +927,7 @@ lean_inc(x_36); lean_inc(x_35); lean_inc(x_34); lean_dec(x_22); -x_37 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13; +x_37 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13; x_38 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_38, 0, x_34); lean_ctor_set(x_38, 1, x_37); @@ -932,9 +971,9 @@ lean_inc(x_46); lean_inc(x_45); lean_inc(x_44); lean_dec(x_11); -x_50 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1; +x_50 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1; x_51 = l_Lean_MapDeclarationExtension_insert___rarg(x_50, x_44, x_1, x_2); -x_52 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5; +x_52 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5; x_53 = lean_alloc_ctor(0, 7, 0); lean_ctor_set(x_53, 0, x_51); lean_ctor_set(x_53, 1, x_45); @@ -969,7 +1008,7 @@ if (lean_is_exclusive(x_57)) { lean_dec_ref(x_57); x_62 = lean_box(0); } -x_63 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13; +x_63 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13; if (lean_is_scalar(x_62)) { x_64 = lean_alloc_ctor(0, 4, 0); } else { @@ -1002,17 +1041,17 @@ return x_69; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_addAuxDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_EXPORT lean_object* l_Lean_Elab_addAuxDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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) { _start: { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_11 = l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10); 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_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_13); +x_14 = l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_13); x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); x_16 = lean_ctor_get(x_14, 1); @@ -1021,7 +1060,7 @@ lean_dec(x_14); x_17 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_17, 0, x_12); lean_ctor_set(x_17, 1, x_15); -x_18 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6(x_1, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_16); +x_18 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7(x_1, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_16); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -1031,45 +1070,6 @@ lean_dec(x_4); return x_18; } } -static lean_object* _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Elab_unsupportedSyntaxExceptionId; -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___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_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__1; -x_3 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_3, 0, x_2); -lean_ctor_set(x_3, 1, x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg(lean_object* x_1) { -_start: -{ -lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___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); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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) { -_start: -{ -lean_object* x_7; -x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg), 1, 0); -return x_7; -} -} LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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) { _start: { @@ -1346,7 +1346,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_ _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__2; +x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___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); @@ -2908,19 +2908,31 @@ lean_inc(x_14); x_16 = l_Lean_Syntax_isOfKind(x_14, x_15); if (x_16 == 0) { -lean_object* x_17; uint8_t x_18; lean_object* x_19; +lean_object* x_17; uint8_t x_18; uint8_t x_19; x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__4; lean_inc(x_14); x_18 = l_Lean_Syntax_isOfKind(x_14, x_17); if (x_18 == 0) { -lean_object* x_87; uint8_t x_88; -x_87 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__6; +lean_object* x_88; uint8_t x_89; +x_88 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__6; lean_inc(x_14); -x_88 = l_Lean_Syntax_isOfKind(x_14, x_87); -if (x_88 == 0) +x_89 = l_Lean_Syntax_isOfKind(x_14, x_88); +x_19 = x_89; +goto block_87; +} +else +{ +uint8_t x_90; +x_90 = 1; +x_19 = x_90; +goto block_87; +} +block_87: +{ +if (x_19 == 0) { -lean_object* x_89; +lean_object* x_20; lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -2930,189 +2942,173 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_89 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg(x_10); -return x_89; -} -else -{ -lean_object* x_90; -x_90 = lean_box(0); -x_19 = x_90; -goto block_86; -} +x_20 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg(x_10); +return x_20; } else { -lean_object* x_91; -x_91 = lean_box(0); -x_19 = x_91; -goto block_86; -} -block_86: -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -lean_dec(x_19); -x_20 = l_Lean_Syntax_getArg(x_14, x_13); -x_21 = l_Lean_Syntax_getId(x_20); -x_22 = l_Lean_Elab_Term_getDeclName_x3f(x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +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_21 = l_Lean_Syntax_getArg(x_14, x_13); +x_22 = l_Lean_Syntax_getId(x_21); +x_23 = l_Lean_Elab_Term_getDeclName_x3f(x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -lean_dec(x_22); -if (lean_obj_tag(x_23) == 0) +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_84; -x_84 = lean_box(0); -x_25 = x_84; -goto block_83; +lean_object* x_85; +x_85 = lean_box(0); +x_26 = x_85; +goto block_84; } else { -lean_object* x_85; -x_85 = lean_ctor_get(x_23, 0); -lean_inc(x_85); -lean_dec(x_23); -x_25 = x_85; -goto block_83; +lean_object* x_86; +x_86 = lean_ctor_get(x_24, 0); +lean_inc(x_86); +lean_dec(x_24); +x_26 = x_86; +goto block_84; } -block_83: +block_84: { -lean_object* x_26; lean_object* x_27; -lean_inc(x_21); -x_26 = l_Lean_Name_append(x_25, x_21); +lean_object* x_27; lean_object* x_28; +lean_inc(x_22); +x_27 = l_Lean_Name_append(x_26, x_22); 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_26); -x_27 = l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6(x_26, x_4, x_5, x_6, x_7, x_8, x_9, x_24); -if (lean_obj_tag(x_27) == 0) +lean_inc(x_27); +x_28 = l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6(x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_25); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_28; uint8_t x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_27, 1); -lean_inc(x_28); -lean_dec(x_27); -x_29 = 2; +lean_object* x_29; uint8_t x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = 2; lean_inc(x_9); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_26); -x_30 = l_Lean_Elab_Term_applyAttributesAt(x_26, x_3, x_29, x_4, x_5, x_6, x_7, x_8, x_9, x_28); -if (lean_obj_tag(x_30) == 0) +lean_inc(x_27); +x_31 = l_Lean_Elab_Term_applyAttributesAt(x_27, x_3, x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_29); +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; 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_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -lean_inc(x_26); -x_32 = l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclId___spec__8(x_26, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_31); -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); +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_object* x_42; lean_object* x_43; +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +lean_inc(x_27); +x_33 = l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclId___spec__8(x_27, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_32); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +lean_dec(x_33); 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_20); +lean_inc(x_21); lean_inc(x_14); -lean_inc(x_26); -x_34 = l_Lean_Elab_addAuxDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4(x_26, x_14, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_33); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -lean_dec(x_34); -x_36 = lean_unsigned_to_nat(1u); -x_37 = l_Lean_Syntax_getArg(x_14, x_36); -x_38 = l_Lean_Syntax_getArgs(x_37); -lean_dec(x_37); -x_39 = l_Lean_Syntax_getArg(x_14, x_11); -lean_inc(x_20); -x_40 = l_Lean_Elab_Term_expandOptType(x_20, x_39); -lean_dec(x_39); -x_41 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__1___boxed), 9, 1); -lean_closure_set(x_41, 0, x_40); +lean_inc(x_27); +x_35 = l_Lean_Elab_addAuxDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5(x_27, x_14, x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_34); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = lean_unsigned_to_nat(1u); +x_38 = l_Lean_Syntax_getArg(x_14, x_37); +x_39 = l_Lean_Syntax_getArgs(x_38); +lean_dec(x_38); +x_40 = l_Lean_Syntax_getArg(x_14, x_11); +lean_inc(x_21); +x_41 = l_Lean_Elab_Term_expandOptType(x_21, x_40); +lean_dec(x_40); +x_42 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__1___boxed), 9, 1); +lean_closure_set(x_42, 0, x_41); 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_42 = l_Lean_Elab_Term_elabBindersEx___rarg(x_38, x_41, x_4, x_5, x_6, x_7, x_8, x_9, x_35); -if (lean_obj_tag(x_42) == 0) +x_43 = l_Lean_Elab_Term_elabBindersEx___rarg(x_39, x_42, x_4, x_5, x_6, x_7, x_8, x_9, x_36); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); +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; +x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_43, 0); +x_45 = lean_ctor_get(x_43, 1); lean_inc(x_45); -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); lean_dec(x_43); -lean_inc(x_45); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_45); -x_48 = 2; -x_49 = lean_box(0); +x_46 = lean_ctor_get(x_44, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +lean_inc(x_46); +x_48 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_48, 0, x_46); +x_49 = 2; +x_50 = lean_box(0); lean_inc(x_6); -x_50 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_47, x_48, x_49, x_6, x_7, x_8, x_9, x_44); +x_51 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_48, x_49, x_50, x_6, x_7, x_8, x_9, x_45); if (x_18 == 0) { -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_object* x_58; -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_52 = lean_ctor_get(x_51, 0); lean_inc(x_52); -lean_dec(x_50); -x_53 = lean_unsigned_to_nat(3u); -x_54 = l_Lean_Syntax_getArg(x_14, x_53); -x_55 = 1; -x_56 = lean_box(x_55); -x_57 = lean_alloc_closure((void*)(l_Lean_Elab_Term_expandMatchAltsIntoMatch___boxed), 5, 3); -lean_closure_set(x_57, 0, x_14); -lean_closure_set(x_57, 1, x_54); -lean_closure_set(x_57, 2, x_56); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_unsigned_to_nat(3u); +x_55 = l_Lean_Syntax_getArg(x_14, x_54); +x_56 = 1; +x_57 = lean_box(x_56); +x_58 = lean_alloc_closure((void*)(l_Lean_Elab_Term_expandMatchAltsIntoMatch___boxed), 5, 3); +lean_closure_set(x_58, 0, x_14); +lean_closure_set(x_58, 1, x_55); +lean_closure_set(x_58, 2, x_57); 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_58 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_57, x_4, x_5, x_6, x_7, x_8, x_9, x_52); -if (lean_obj_tag(x_58) == 0) +x_59 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_58, x_4, x_5, x_6, x_7, x_8, x_9, x_53); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -lean_dec(x_58); -x_61 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__2(x_20, x_3, x_21, x_26, x_46, x_45, x_51, x_59, x_4, x_5, x_6, x_7, x_8, x_9, x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__2(x_21, x_3, x_22, x_27, x_47, x_46, x_52, x_60, x_4, x_5, x_6, x_7, x_8, x_9, x_61); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_61; +return x_62; } else { -uint8_t x_62; -lean_dec(x_51); +uint8_t x_63; +lean_dec(x_52); +lean_dec(x_47); lean_dec(x_46); -lean_dec(x_45); -lean_dec(x_26); +lean_dec(x_27); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -3120,53 +3116,53 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_62 = !lean_is_exclusive(x_58); -if (x_62 == 0) +x_63 = !lean_is_exclusive(x_59); +if (x_63 == 0) { -return x_58; +return x_59; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_58, 0); -x_64 = lean_ctor_get(x_58, 1); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_59, 0); +x_65 = lean_ctor_get(x_59, 1); +lean_inc(x_65); lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_58); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_dec(x_59); +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_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_66 = lean_ctor_get(x_50, 0); -lean_inc(x_66); -x_67 = lean_ctor_get(x_50, 1); +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_51, 0); lean_inc(x_67); -lean_dec(x_50); -x_68 = lean_unsigned_to_nat(4u); -x_69 = l_Lean_Syntax_getArg(x_14, x_68); +x_68 = lean_ctor_get(x_51, 1); +lean_inc(x_68); +lean_dec(x_51); +x_69 = lean_unsigned_to_nat(4u); +x_70 = l_Lean_Syntax_getArg(x_14, x_69); lean_dec(x_14); -x_70 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__2(x_20, x_3, x_21, x_26, x_46, x_45, x_66, x_69, x_4, x_5, x_6, x_7, x_8, x_9, x_67); +x_71 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__2(x_21, x_3, x_22, x_27, x_47, x_46, x_67, x_70, x_4, x_5, x_6, x_7, x_8, x_9, x_68); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_70; +return x_71; } } else { -uint8_t x_71; -lean_dec(x_26); +uint8_t x_72; +lean_dec(x_27); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -3175,32 +3171,32 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_71 = !lean_is_exclusive(x_42); -if (x_71 == 0) +x_72 = !lean_is_exclusive(x_43); +if (x_72 == 0) { -return x_42; +return x_43; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_42, 0); -x_73 = lean_ctor_get(x_42, 1); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_43, 0); +x_74 = lean_ctor_get(x_43, 1); +lean_inc(x_74); lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_42); -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; +lean_dec(x_43); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -uint8_t x_75; -lean_dec(x_26); +uint8_t x_76; +lean_dec(x_27); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -3210,32 +3206,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_75 = !lean_is_exclusive(x_30); -if (x_75 == 0) +x_76 = !lean_is_exclusive(x_31); +if (x_76 == 0) { -return x_30; +return x_31; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_30, 0); -x_77 = lean_ctor_get(x_30, 1); +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_31, 0); +x_78 = lean_ctor_get(x_31, 1); +lean_inc(x_78); lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_30); -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; +lean_dec(x_31); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } else { -uint8_t x_79; -lean_dec(x_26); +uint8_t x_80; +lean_dec(x_27); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -3245,23 +3241,24 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_79 = !lean_is_exclusive(x_27); -if (x_79 == 0) +x_80 = !lean_is_exclusive(x_28); +if (x_80 == 0) { -return x_27; +return x_28; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_27, 0); -x_81 = lean_ctor_get(x_27, 1); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_28, 0); +x_82 = lean_ctor_get(x_28, 1); +lean_inc(x_82); lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_27); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; +lean_dec(x_28); +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; +} } } } @@ -3269,12 +3266,12 @@ return x_82; } else { -lean_object* x_92; lean_object* x_93; +lean_object* x_91; lean_object* x_92; lean_dec(x_3); lean_dec(x_2); -x_92 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__8; -x_93 = l_Lean_throwErrorAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__8(x_14, x_92, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_93; +x_91 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__21___lambda__3___closed__8; +x_92 = l_Lean_throwErrorAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__8(x_14, x_91, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_92; } } } @@ -3607,46 +3604,46 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -lean_object* x_9; -x_9 = l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); +lean_object* x_7; +x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_9; +lean_dec(x_1); +return x_7; } } -LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__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) { _start: { -lean_object* x_10; -x_10 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); +lean_object* x_9; +x_9 = l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_10; +lean_dec(x_2); +return x_9; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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: { -lean_object* x_7; -x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7(x_1, x_2, x_3, x_4, x_5, x_6); +lean_object* x_10; +x_10 = l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_7; +return x_10; } } LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___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) { @@ -4404,7 +4401,7 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_21 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_16, x_19, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_21 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_16, x_19, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10); if (lean_obj_tag(x_21) == 0) { lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; @@ -4624,7 +4621,7 @@ x_31 = l_Lean_replaceRef(x_22, x_30); lean_dec(x_30); lean_dec(x_22); lean_ctor_set(x_10, 5, x_31); -x_32 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_28, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_32 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_28, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_10); x_33 = !lean_is_exclusive(x_32); if (x_33 == 0) @@ -4686,7 +4683,7 @@ lean_ctor_set(x_49, 7, x_44); lean_ctor_set(x_49, 8, x_45); lean_ctor_set(x_49, 9, x_46); lean_ctor_set(x_49, 10, x_47); -x_50 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_28, x_6, x_7, x_8, x_9, x_49, x_11, x_12); +x_50 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_28, x_6, x_7, x_8, x_9, x_49, x_11, x_12); lean_dec(x_49); x_51 = lean_ctor_get(x_50, 0); lean_inc(x_51); @@ -5862,36 +5859,36 @@ l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab lean_mark_persistent(l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__1___closed__3); l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__1___closed__4 = _init_l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__1___closed__4(); lean_mark_persistent(l_Lean_Elab_expandOptDocComment_x3f___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__1___closed__4); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__1); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__2 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__2(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__2); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__3); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__4 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__4(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__4); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__5); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__6 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__6(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__6); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__7 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__7(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__7); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__8 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__8(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__8); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__9 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__9(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__9); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__10 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__10(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__10); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__11 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__11(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__11); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__12 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__12(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__12); -l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13(); -lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__6___closed__13); -l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__1 = _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__1(); -lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__1); -l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__2 = _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__2(); -lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___rarg___closed__2); +l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__1 = _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__1(); +lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__1); +l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__2 = _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__2(); +lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__4___rarg___closed__2); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__1); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__2 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__2(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__2); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__3); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__4 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__4(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__4); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__5); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__6 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__6(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__6); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__7 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__7(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__7); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__8 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__8(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__8); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__9 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__9(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__9); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__10 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__10(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__10); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__11 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__11(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__11); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__12 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__12(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__12); +l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13 = _init_l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13(); +lean_mark_persistent(l_Lean_addDeclarationRanges___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__7___closed__13); l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___closed__1 = _init_l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___closed__1(); lean_mark_persistent(l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___closed__1); l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___closed__2 = _init_l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_LetRec_0__Lean_Elab_Term_mkLetRecDeclView___spec__16___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Level.c b/stage0/stdlib/Lean/Elab/Level.c index 6fa4fcab42e2..f1b235cf2bac 100644 --- a/stage0/stdlib/Lean/Elab/Level.c +++ b/stage0/stdlib/Lean/Elab/Level.c @@ -1620,215 +1620,192 @@ lean_inc(x_54); x_55 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_51, x_54); if (x_55 == 0) { +uint8_t x_56; if (x_10 == 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; uint8_t x_62; -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_52); +uint8_t x_79; lean_dec(x_8); -x_56 = l_Lean_MessageData_ofName(x_51); -x_57 = l_Lean_Elab_Level_elabLevel___closed__19; -x_58 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_56); -x_59 = l_Lean_Elab_Level_elabLevel___closed__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 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__5(x_60, x_2, x_3); -lean_dec(x_2); -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) -{ -return x_61; +x_79 = 0; +x_56 = x_79; +goto block_78; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_61, 0); -x_64 = lean_ctor_get(x_61, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_61); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; -} -} -else -{ -lean_object* x_66; uint8_t x_67; uint8_t x_68; -x_66 = l_Lean_Elab_Level_elabLevel___closed__22; -x_67 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_8, x_66); +lean_object* x_80; uint8_t x_81; uint8_t x_82; +x_80 = l_Lean_Elab_Level_elabLevel___closed__22; +x_81 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_8, x_80); lean_dec(x_8); lean_inc(x_51); -x_68 = l_Lean_Elab_isValidAutoBoundLevelName(x_51, x_67); -if (x_68 == 0) +x_82 = l_Lean_Elab_isValidAutoBoundLevelName(x_51, x_81); +x_56 = x_82; +goto block_78; +} +block_78: { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_dec(x_54); lean_dec(x_53); lean_dec(x_52); -x_69 = l_Lean_MessageData_ofName(x_51); -x_70 = l_Lean_Elab_Level_elabLevel___closed__19; -x_71 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_69); -x_72 = l_Lean_Elab_Level_elabLevel___closed__21; -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_throwError___at_Lean_Elab_Level_elabLevel___spec__5(x_73, x_2, x_3); +x_57 = l_Lean_MessageData_ofName(x_51); +x_58 = l_Lean_Elab_Level_elabLevel___closed__19; +x_59 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +x_60 = l_Lean_Elab_Level_elabLevel___closed__21; +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_59); +lean_ctor_set(x_61, 1, x_60); +x_62 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__5(x_61, x_2, x_3); lean_dec(x_2); -x_75 = !lean_is_exclusive(x_74); -if (x_75 == 0) +x_63 = !lean_is_exclusive(x_62); +if (x_63 == 0) { -return x_74; +return x_62; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_74, 0); -x_77 = lean_ctor_get(x_74, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_74); -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; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_62, 0); +x_65 = lean_ctor_get(x_62, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_62); +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 { -uint8_t x_79; -x_79 = !lean_is_exclusive(x_3); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_80 = lean_ctor_get(x_3, 2); -lean_dec(x_80); -x_81 = lean_ctor_get(x_3, 1); -lean_dec(x_81); -x_82 = lean_ctor_get(x_3, 0); -lean_dec(x_82); +uint8_t x_67; +x_67 = !lean_is_exclusive(x_3); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_68 = lean_ctor_get(x_3, 2); +lean_dec(x_68); +x_69 = lean_ctor_get(x_3, 1); +lean_dec(x_69); +x_70 = lean_ctor_get(x_3, 0); +lean_dec(x_70); lean_inc(x_51); -x_83 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_83, 0, x_51); -lean_ctor_set(x_83, 1, x_54); -lean_ctor_set(x_3, 2, x_83); -x_84 = lean_box(0); -x_85 = l_Lean_Elab_Level_elabLevel___lambda__1(x_51, x_84, x_2, x_3); +x_71 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_71, 0, x_51); +lean_ctor_set(x_71, 1, x_54); +lean_ctor_set(x_3, 2, x_71); +x_72 = lean_box(0); +x_73 = l_Lean_Elab_Level_elabLevel___lambda__1(x_51, x_72, x_2, x_3); lean_dec(x_2); -return x_85; +return x_73; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_dec(x_3); lean_inc(x_51); -x_86 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_86, 0, x_51); -lean_ctor_set(x_86, 1, x_54); -x_87 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_87, 0, x_52); -lean_ctor_set(x_87, 1, x_53); -lean_ctor_set(x_87, 2, x_86); -x_88 = lean_box(0); -x_89 = l_Lean_Elab_Level_elabLevel___lambda__1(x_51, x_88, x_2, x_87); +x_74 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_74, 0, x_51); +lean_ctor_set(x_74, 1, x_54); +x_75 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_75, 0, x_52); +lean_ctor_set(x_75, 1, x_53); +lean_ctor_set(x_75, 2, x_74); +x_76 = lean_box(0); +x_77 = l_Lean_Elab_Level_elabLevel___lambda__1(x_51, x_76, x_2, x_75); lean_dec(x_2); -return x_89; +return x_77; } } } } else { -lean_object* x_90; lean_object* x_91; +lean_object* x_83; lean_object* x_84; lean_dec(x_54); lean_dec(x_53); lean_dec(x_52); lean_dec(x_8); -x_90 = lean_box(0); -x_91 = l_Lean_Elab_Level_elabLevel___lambda__1(x_51, x_90, x_2, x_3); +x_83 = lean_box(0); +x_84 = l_Lean_Elab_Level_elabLevel___lambda__1(x_51, x_83, x_2, x_3); lean_dec(x_2); -return x_91; +return x_84; } } } else { -lean_object* x_92; +lean_object* x_85; lean_dec(x_8); lean_dec(x_4); -x_92 = l_Lean_Syntax_isNatLit_x3f(x_1); +x_85 = l_Lean_Syntax_isNatLit_x3f(x_1); lean_dec(x_1); -if (lean_obj_tag(x_92) == 0) +if (lean_obj_tag(x_85) == 0) { -lean_object* x_93; -x_93 = l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Level_elabLevel___spec__2(x_2, x_3); -return x_93; +lean_object* x_86; +x_86 = l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Level_elabLevel___spec__2(x_2, x_3); +return x_86; } else { -lean_object* x_94; lean_object* x_95; -x_94 = lean_ctor_get(x_92, 0); -lean_inc(x_94); -lean_dec(x_92); -lean_inc(x_94); -x_95 = l___private_Lean_Elab_Level_0__Lean_Elab_Level_checkUniverseOffset___at_Lean_Elab_Level_elabLevel___spec__3(x_94, x_2, x_3); +lean_object* x_87; lean_object* x_88; +x_87 = lean_ctor_get(x_85, 0); +lean_inc(x_87); +lean_dec(x_85); +lean_inc(x_87); +x_88 = l___private_Lean_Elab_Level_0__Lean_Elab_Level_checkUniverseOffset___at_Lean_Elab_Level_elabLevel___spec__3(x_87, x_2, x_3); lean_dec(x_2); -if (lean_obj_tag(x_95) == 0) +if (lean_obj_tag(x_88) == 0) { -uint8_t x_96; -x_96 = !lean_is_exclusive(x_95); -if (x_96 == 0) +uint8_t x_89; +x_89 = !lean_is_exclusive(x_88); +if (x_89 == 0) { -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_95, 0); -lean_dec(x_97); -x_98 = l_Lean_Level_ofNat(x_94); -lean_dec(x_94); -lean_ctor_set(x_95, 0, x_98); -return x_95; +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_88, 0); +lean_dec(x_90); +x_91 = l_Lean_Level_ofNat(x_87); +lean_dec(x_87); +lean_ctor_set(x_88, 0, x_91); +return x_88; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_95, 1); -lean_inc(x_99); -lean_dec(x_95); -x_100 = l_Lean_Level_ofNat(x_94); -lean_dec(x_94); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -return x_101; +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_88, 1); +lean_inc(x_92); +lean_dec(x_88); +x_93 = l_Lean_Level_ofNat(x_87); +lean_dec(x_87); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_92); +return x_94; } } else { -uint8_t x_102; -lean_dec(x_94); -x_102 = !lean_is_exclusive(x_95); -if (x_102 == 0) +uint8_t x_95; +lean_dec(x_87); +x_95 = !lean_is_exclusive(x_88); +if (x_95 == 0) { -return x_95; +return x_88; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_95, 0); -x_104 = lean_ctor_get(x_95, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_95); -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; +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_88, 0); +x_97 = lean_ctor_get(x_88, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_88); +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; } } } @@ -1836,1115 +1813,1090 @@ return x_105; } else { -lean_object* x_106; +lean_object* x_99; lean_dec(x_8); lean_dec(x_4); lean_dec(x_1); -x_106 = l_Lean_Elab_Level_mkFreshLevelMVar(x_2, x_3); +x_99 = l_Lean_Elab_Level_mkFreshLevelMVar(x_2, x_3); lean_dec(x_2); -return x_106; +return x_99; } } 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_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_dec(x_8); lean_dec(x_4); -x_107 = lean_unsigned_to_nat(1u); -x_108 = l_Lean_Syntax_getArg(x_1, x_107); +x_100 = lean_unsigned_to_nat(1u); +x_101 = l_Lean_Syntax_getArg(x_1, x_100); lean_dec(x_1); -x_109 = l_Lean_Syntax_getArgs(x_108); -lean_dec(x_108); -x_110 = l_Lean_instInhabitedSyntax; -x_111 = l_Array_back___rarg(x_110, x_109); +x_102 = l_Lean_Syntax_getArgs(x_101); +lean_dec(x_101); +x_103 = l_Lean_instInhabitedSyntax; +x_104 = l_Array_back___rarg(x_103, x_102); lean_inc(x_2); -x_112 = l_Lean_Elab_Level_elabLevel(x_111, x_2, x_3); -if (lean_obj_tag(x_112) == 0) +x_105 = l_Lean_Elab_Level_elabLevel(x_104, x_2, x_3); +if (lean_obj_tag(x_105) == 0) +{ +uint8_t x_106; +x_106 = !lean_is_exclusive(x_105); +if (x_106 == 0) +{ +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; uint8_t x_117; +x_107 = lean_ctor_get(x_105, 0); +x_108 = lean_ctor_get(x_105, 1); +x_109 = lean_array_get_size(x_102); +x_110 = lean_nat_sub(x_109, x_100); +lean_dec(x_109); +x_111 = lean_unsigned_to_nat(0u); +x_112 = l_Array_toSubarray___rarg(x_102, x_111, x_110); +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_112, 2); +lean_inc(x_114); +x_115 = lean_ctor_get(x_112, 1); +lean_inc(x_115); +lean_dec(x_112); +x_116 = lean_array_get_size(x_113); +x_117 = lean_nat_dec_le(x_114, x_116); +if (x_117 == 0) { -uint8_t x_113; -x_113 = !lean_is_exclusive(x_112); -if (x_113 == 0) +uint8_t x_118; +lean_dec(x_114); +x_118 = lean_nat_dec_lt(x_115, x_116); +if (x_118 == 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; uint8_t x_124; -x_114 = lean_ctor_get(x_112, 0); -x_115 = lean_ctor_get(x_112, 1); -x_116 = lean_array_get_size(x_109); -x_117 = lean_nat_sub(x_116, x_107); lean_dec(x_116); -x_118 = lean_unsigned_to_nat(0u); -x_119 = l_Array_toSubarray___rarg(x_109, x_118, x_117); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 2); -lean_inc(x_121); -x_122 = lean_ctor_get(x_119, 1); -lean_inc(x_122); -lean_dec(x_119); -x_123 = lean_array_get_size(x_120); -x_124 = lean_nat_dec_le(x_121, x_123); -if (x_124 == 0) -{ -uint8_t x_125; -lean_dec(x_121); -x_125 = lean_nat_dec_lt(x_122, x_123); -if (x_125 == 0) -{ -lean_dec(x_123); -lean_dec(x_122); -lean_dec(x_120); +lean_dec(x_115); +lean_dec(x_113); lean_dec(x_2); -return x_112; +return x_105; } else { -size_t x_126; size_t x_127; lean_object* x_128; -lean_free_object(x_112); -x_126 = lean_usize_of_nat(x_123); -lean_dec(x_123); -x_127 = lean_usize_of_nat(x_122); -lean_dec(x_122); -x_128 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_120, x_126, x_127, x_114, x_2, x_115); -lean_dec(x_120); -return x_128; +size_t x_119; size_t x_120; lean_object* x_121; +lean_free_object(x_105); +x_119 = lean_usize_of_nat(x_116); +lean_dec(x_116); +x_120 = lean_usize_of_nat(x_115); +lean_dec(x_115); +x_121 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_113, x_119, x_120, x_107, x_2, x_108); +lean_dec(x_113); +return x_121; } } else { -uint8_t x_129; -lean_dec(x_123); -x_129 = lean_nat_dec_lt(x_122, x_121); -if (x_129 == 0) +uint8_t x_122; +lean_dec(x_116); +x_122 = lean_nat_dec_lt(x_115, x_114); +if (x_122 == 0) { -lean_dec(x_122); -lean_dec(x_121); -lean_dec(x_120); +lean_dec(x_115); +lean_dec(x_114); +lean_dec(x_113); lean_dec(x_2); -return x_112; +return x_105; } else { -size_t x_130; size_t x_131; lean_object* x_132; -lean_free_object(x_112); -x_130 = lean_usize_of_nat(x_121); -lean_dec(x_121); -x_131 = lean_usize_of_nat(x_122); -lean_dec(x_122); -x_132 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_120, x_130, x_131, x_114, x_2, x_115); -lean_dec(x_120); -return x_132; +size_t x_123; size_t x_124; lean_object* x_125; +lean_free_object(x_105); +x_123 = lean_usize_of_nat(x_114); +lean_dec(x_114); +x_124 = lean_usize_of_nat(x_115); +lean_dec(x_115); +x_125 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_113, x_123, x_124, x_107, x_2, x_108); +lean_dec(x_113); +return x_125; } } } else { -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; -x_133 = lean_ctor_get(x_112, 0); -x_134 = lean_ctor_get(x_112, 1); -lean_inc(x_134); +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; uint8_t x_136; +x_126 = lean_ctor_get(x_105, 0); +x_127 = lean_ctor_get(x_105, 1); +lean_inc(x_127); +lean_inc(x_126); +lean_dec(x_105); +x_128 = lean_array_get_size(x_102); +x_129 = lean_nat_sub(x_128, x_100); +lean_dec(x_128); +x_130 = lean_unsigned_to_nat(0u); +x_131 = l_Array_toSubarray___rarg(x_102, x_130, x_129); +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 2); lean_inc(x_133); -lean_dec(x_112); -x_135 = lean_array_get_size(x_109); -x_136 = lean_nat_sub(x_135, x_107); +x_134 = lean_ctor_get(x_131, 1); +lean_inc(x_134); +lean_dec(x_131); +x_135 = lean_array_get_size(x_132); +x_136 = lean_nat_dec_le(x_133, x_135); +if (x_136 == 0) +{ +uint8_t x_137; +lean_dec(x_133); +x_137 = lean_nat_dec_lt(x_134, x_135); +if (x_137 == 0) +{ +lean_object* x_138; lean_dec(x_135); -x_137 = lean_unsigned_to_nat(0u); -x_138 = l_Array_toSubarray___rarg(x_109, x_137, x_136); -x_139 = lean_ctor_get(x_138, 0); -lean_inc(x_139); -x_140 = lean_ctor_get(x_138, 2); -lean_inc(x_140); -x_141 = lean_ctor_get(x_138, 1); -lean_inc(x_141); -lean_dec(x_138); -x_142 = lean_array_get_size(x_139); -x_143 = lean_nat_dec_le(x_140, x_142); -if (x_143 == 0) -{ -uint8_t x_144; -lean_dec(x_140); -x_144 = lean_nat_dec_lt(x_141, x_142); -if (x_144 == 0) -{ -lean_object* x_145; -lean_dec(x_142); -lean_dec(x_141); -lean_dec(x_139); +lean_dec(x_134); +lean_dec(x_132); lean_dec(x_2); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_133); -lean_ctor_set(x_145, 1, x_134); -return x_145; +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_126); +lean_ctor_set(x_138, 1, x_127); +return x_138; } else { -size_t x_146; size_t x_147; lean_object* x_148; -x_146 = lean_usize_of_nat(x_142); -lean_dec(x_142); -x_147 = lean_usize_of_nat(x_141); -lean_dec(x_141); -x_148 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_139, x_146, x_147, x_133, x_2, x_134); -lean_dec(x_139); -return x_148; +size_t x_139; size_t x_140; lean_object* x_141; +x_139 = lean_usize_of_nat(x_135); +lean_dec(x_135); +x_140 = lean_usize_of_nat(x_134); +lean_dec(x_134); +x_141 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_132, x_139, x_140, x_126, x_2, x_127); +lean_dec(x_132); +return x_141; } } else { -uint8_t x_149; -lean_dec(x_142); -x_149 = lean_nat_dec_lt(x_141, x_140); -if (x_149 == 0) +uint8_t x_142; +lean_dec(x_135); +x_142 = lean_nat_dec_lt(x_134, x_133); +if (x_142 == 0) { -lean_object* x_150; -lean_dec(x_141); -lean_dec(x_140); -lean_dec(x_139); +lean_object* x_143; +lean_dec(x_134); +lean_dec(x_133); +lean_dec(x_132); lean_dec(x_2); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_133); -lean_ctor_set(x_150, 1, x_134); -return x_150; +x_143 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_143, 0, x_126); +lean_ctor_set(x_143, 1, x_127); +return x_143; } else { -size_t x_151; size_t x_152; lean_object* x_153; -x_151 = lean_usize_of_nat(x_140); -lean_dec(x_140); -x_152 = lean_usize_of_nat(x_141); -lean_dec(x_141); -x_153 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_139, x_151, x_152, x_133, x_2, x_134); -lean_dec(x_139); -return x_153; +size_t x_144; size_t x_145; lean_object* x_146; +x_144 = lean_usize_of_nat(x_133); +lean_dec(x_133); +x_145 = lean_usize_of_nat(x_134); +lean_dec(x_134); +x_146 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_132, x_144, x_145, x_126, x_2, x_127); +lean_dec(x_132); +return x_146; } } } } else { -uint8_t x_154; -lean_dec(x_109); +uint8_t x_147; +lean_dec(x_102); lean_dec(x_2); -x_154 = !lean_is_exclusive(x_112); -if (x_154 == 0) +x_147 = !lean_is_exclusive(x_105); +if (x_147 == 0) { -return x_112; +return x_105; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_112, 0); -x_156 = lean_ctor_get(x_112, 1); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_112); -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; +lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_148 = lean_ctor_get(x_105, 0); +x_149 = lean_ctor_get(x_105, 1); +lean_inc(x_149); +lean_inc(x_148); +lean_dec(x_105); +x_150 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_150, 0, x_148); +lean_ctor_set(x_150, 1, x_149); +return x_150; } } } } else { -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_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_dec(x_8); lean_dec(x_4); -x_158 = lean_unsigned_to_nat(1u); -x_159 = l_Lean_Syntax_getArg(x_1, x_158); +x_151 = lean_unsigned_to_nat(1u); +x_152 = l_Lean_Syntax_getArg(x_1, x_151); lean_dec(x_1); -x_160 = l_Lean_Syntax_getArgs(x_159); -lean_dec(x_159); -x_161 = l_Lean_instInhabitedSyntax; -x_162 = l_Array_back___rarg(x_161, x_160); +x_153 = l_Lean_Syntax_getArgs(x_152); +lean_dec(x_152); +x_154 = l_Lean_instInhabitedSyntax; +x_155 = l_Array_back___rarg(x_154, x_153); lean_inc(x_2); -x_163 = l_Lean_Elab_Level_elabLevel(x_162, x_2, x_3); -if (lean_obj_tag(x_163) == 0) +x_156 = l_Lean_Elab_Level_elabLevel(x_155, x_2, x_3); +if (lean_obj_tag(x_156) == 0) +{ +uint8_t x_157; +x_157 = !lean_is_exclusive(x_156); +if (x_157 == 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_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; +x_158 = lean_ctor_get(x_156, 0); +x_159 = lean_ctor_get(x_156, 1); +x_160 = lean_array_get_size(x_153); +x_161 = lean_nat_sub(x_160, x_151); +lean_dec(x_160); +x_162 = lean_unsigned_to_nat(0u); +x_163 = l_Array_toSubarray___rarg(x_153, x_162, x_161); +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_163, 2); +lean_inc(x_165); +x_166 = lean_ctor_get(x_163, 1); +lean_inc(x_166); +lean_dec(x_163); +x_167 = lean_array_get_size(x_164); +x_168 = lean_nat_dec_le(x_165, x_167); +if (x_168 == 0) { -uint8_t x_164; -x_164 = !lean_is_exclusive(x_163); -if (x_164 == 0) +uint8_t x_169; +lean_dec(x_165); +x_169 = lean_nat_dec_lt(x_166, x_167); +if (x_169 == 0) { -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; uint8_t x_175; -x_165 = lean_ctor_get(x_163, 0); -x_166 = lean_ctor_get(x_163, 1); -x_167 = lean_array_get_size(x_160); -x_168 = lean_nat_sub(x_167, x_158); lean_dec(x_167); -x_169 = lean_unsigned_to_nat(0u); -x_170 = l_Array_toSubarray___rarg(x_160, x_169, x_168); -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -x_172 = lean_ctor_get(x_170, 2); -lean_inc(x_172); -x_173 = lean_ctor_get(x_170, 1); -lean_inc(x_173); -lean_dec(x_170); -x_174 = lean_array_get_size(x_171); -x_175 = lean_nat_dec_le(x_172, x_174); -if (x_175 == 0) -{ -uint8_t x_176; -lean_dec(x_172); -x_176 = lean_nat_dec_lt(x_173, x_174); -if (x_176 == 0) -{ -lean_dec(x_174); -lean_dec(x_173); -lean_dec(x_171); +lean_dec(x_166); +lean_dec(x_164); lean_dec(x_2); -return x_163; +return x_156; } else { -size_t x_177; size_t x_178; lean_object* x_179; -lean_free_object(x_163); -x_177 = lean_usize_of_nat(x_174); -lean_dec(x_174); -x_178 = lean_usize_of_nat(x_173); -lean_dec(x_173); -x_179 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_171, x_177, x_178, x_165, x_2, x_166); -lean_dec(x_171); -return x_179; +size_t x_170; size_t x_171; lean_object* x_172; +lean_free_object(x_156); +x_170 = lean_usize_of_nat(x_167); +lean_dec(x_167); +x_171 = lean_usize_of_nat(x_166); +lean_dec(x_166); +x_172 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_164, x_170, x_171, x_158, x_2, x_159); +lean_dec(x_164); +return x_172; } } else { -uint8_t x_180; -lean_dec(x_174); -x_180 = lean_nat_dec_lt(x_173, x_172); -if (x_180 == 0) +uint8_t x_173; +lean_dec(x_167); +x_173 = lean_nat_dec_lt(x_166, x_165); +if (x_173 == 0) { -lean_dec(x_173); -lean_dec(x_172); -lean_dec(x_171); +lean_dec(x_166); +lean_dec(x_165); +lean_dec(x_164); lean_dec(x_2); -return x_163; +return x_156; } else { -size_t x_181; size_t x_182; lean_object* x_183; -lean_free_object(x_163); -x_181 = lean_usize_of_nat(x_172); -lean_dec(x_172); -x_182 = lean_usize_of_nat(x_173); -lean_dec(x_173); -x_183 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_171, x_181, x_182, x_165, x_2, x_166); -lean_dec(x_171); -return x_183; +size_t x_174; size_t x_175; lean_object* x_176; +lean_free_object(x_156); +x_174 = lean_usize_of_nat(x_165); +lean_dec(x_165); +x_175 = lean_usize_of_nat(x_166); +lean_dec(x_166); +x_176 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_164, x_174, x_175, x_158, x_2, x_159); +lean_dec(x_164); +return x_176; } } } else { -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; uint8_t x_194; -x_184 = lean_ctor_get(x_163, 0); -x_185 = lean_ctor_get(x_163, 1); -lean_inc(x_185); +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; +x_177 = lean_ctor_get(x_156, 0); +x_178 = lean_ctor_get(x_156, 1); +lean_inc(x_178); +lean_inc(x_177); +lean_dec(x_156); +x_179 = lean_array_get_size(x_153); +x_180 = lean_nat_sub(x_179, x_151); +lean_dec(x_179); +x_181 = lean_unsigned_to_nat(0u); +x_182 = l_Array_toSubarray___rarg(x_153, x_181, x_180); +x_183 = lean_ctor_get(x_182, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_182, 2); lean_inc(x_184); -lean_dec(x_163); -x_186 = lean_array_get_size(x_160); -x_187 = lean_nat_sub(x_186, x_158); +x_185 = lean_ctor_get(x_182, 1); +lean_inc(x_185); +lean_dec(x_182); +x_186 = lean_array_get_size(x_183); +x_187 = lean_nat_dec_le(x_184, x_186); +if (x_187 == 0) +{ +uint8_t x_188; +lean_dec(x_184); +x_188 = lean_nat_dec_lt(x_185, x_186); +if (x_188 == 0) +{ +lean_object* x_189; lean_dec(x_186); -x_188 = lean_unsigned_to_nat(0u); -x_189 = l_Array_toSubarray___rarg(x_160, x_188, x_187); -x_190 = lean_ctor_get(x_189, 0); -lean_inc(x_190); -x_191 = lean_ctor_get(x_189, 2); -lean_inc(x_191); -x_192 = lean_ctor_get(x_189, 1); -lean_inc(x_192); -lean_dec(x_189); -x_193 = lean_array_get_size(x_190); -x_194 = lean_nat_dec_le(x_191, x_193); -if (x_194 == 0) -{ -uint8_t x_195; -lean_dec(x_191); -x_195 = lean_nat_dec_lt(x_192, x_193); -if (x_195 == 0) -{ -lean_object* x_196; -lean_dec(x_193); -lean_dec(x_192); -lean_dec(x_190); +lean_dec(x_185); +lean_dec(x_183); lean_dec(x_2); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_184); -lean_ctor_set(x_196, 1, x_185); -return x_196; +x_189 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_189, 0, x_177); +lean_ctor_set(x_189, 1, x_178); +return x_189; } else { -size_t x_197; size_t x_198; lean_object* x_199; -x_197 = lean_usize_of_nat(x_193); -lean_dec(x_193); -x_198 = lean_usize_of_nat(x_192); -lean_dec(x_192); -x_199 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_190, x_197, x_198, x_184, x_2, x_185); -lean_dec(x_190); -return x_199; +size_t x_190; size_t x_191; lean_object* x_192; +x_190 = lean_usize_of_nat(x_186); +lean_dec(x_186); +x_191 = lean_usize_of_nat(x_185); +lean_dec(x_185); +x_192 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_183, x_190, x_191, x_177, x_2, x_178); +lean_dec(x_183); +return x_192; } } else { -uint8_t x_200; -lean_dec(x_193); -x_200 = lean_nat_dec_lt(x_192, x_191); -if (x_200 == 0) +uint8_t x_193; +lean_dec(x_186); +x_193 = lean_nat_dec_lt(x_185, x_184); +if (x_193 == 0) { -lean_object* x_201; -lean_dec(x_192); -lean_dec(x_191); -lean_dec(x_190); +lean_object* x_194; +lean_dec(x_185); +lean_dec(x_184); +lean_dec(x_183); lean_dec(x_2); -x_201 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_201, 0, x_184); -lean_ctor_set(x_201, 1, x_185); -return x_201; +x_194 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_194, 0, x_177); +lean_ctor_set(x_194, 1, x_178); +return x_194; } else { -size_t x_202; size_t x_203; lean_object* x_204; -x_202 = lean_usize_of_nat(x_191); -lean_dec(x_191); -x_203 = lean_usize_of_nat(x_192); -lean_dec(x_192); -x_204 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_190, x_202, x_203, x_184, x_2, x_185); -lean_dec(x_190); -return x_204; +size_t x_195; size_t x_196; lean_object* x_197; +x_195 = lean_usize_of_nat(x_184); +lean_dec(x_184); +x_196 = lean_usize_of_nat(x_185); +lean_dec(x_185); +x_197 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_183, x_195, x_196, x_177, x_2, x_178); +lean_dec(x_183); +return x_197; } } } } else { -uint8_t x_205; -lean_dec(x_160); +uint8_t x_198; +lean_dec(x_153); lean_dec(x_2); -x_205 = !lean_is_exclusive(x_163); -if (x_205 == 0) +x_198 = !lean_is_exclusive(x_156); +if (x_198 == 0) { -return x_163; +return x_156; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -x_206 = lean_ctor_get(x_163, 0); -x_207 = lean_ctor_get(x_163, 1); -lean_inc(x_207); -lean_inc(x_206); -lean_dec(x_163); -x_208 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_208, 0, x_206); -lean_ctor_set(x_208, 1, x_207); -return x_208; +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_156, 0); +x_200 = lean_ctor_get(x_156, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_156); +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_209; lean_object* x_210; +lean_object* x_202; lean_object* x_203; lean_dec(x_8); lean_dec(x_4); -x_209 = lean_unsigned_to_nat(1u); -x_210 = l_Lean_Syntax_getArg(x_1, x_209); +x_202 = lean_unsigned_to_nat(1u); +x_203 = l_Lean_Syntax_getArg(x_1, x_202); lean_dec(x_1); -x_1 = x_210; +x_1 = x_203; goto _start; } } else { -lean_object* x_212; lean_object* x_213; uint8_t x_214; lean_object* x_215; lean_object* x_216; -x_212 = lean_ctor_get(x_2, 0); -x_213 = lean_ctor_get(x_2, 1); -x_214 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); -lean_inc(x_213); -lean_inc(x_212); +lean_object* x_205; lean_object* x_206; uint8_t x_207; lean_object* x_208; lean_object* x_209; +x_205 = lean_ctor_get(x_2, 0); +x_206 = lean_ctor_get(x_2, 1); +x_207 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); +lean_inc(x_206); +lean_inc(x_205); lean_dec(x_2); -x_215 = l_Lean_replaceRef(x_1, x_213); -lean_dec(x_213); -lean_inc(x_212); -x_216 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_216, 0, x_212); -lean_ctor_set(x_216, 1, x_215); -lean_ctor_set_uint8(x_216, sizeof(void*)*2, x_214); +x_208 = l_Lean_replaceRef(x_1, x_206); +lean_dec(x_206); +lean_inc(x_205); +x_209 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_209, 0, x_205); +lean_ctor_set(x_209, 1, x_208); +lean_ctor_set_uint8(x_209, sizeof(void*)*2, x_207); if (x_6 == 0) { -lean_object* x_217; uint8_t x_218; -x_217 = l_Lean_Elab_Level_elabLevel___closed__5; -x_218 = lean_name_eq(x_4, x_217); -if (x_218 == 0) -{ -lean_object* x_219; uint8_t x_220; -x_219 = l_Lean_Elab_Level_elabLevel___closed__7; -x_220 = lean_name_eq(x_4, x_219); -if (x_220 == 0) -{ -lean_object* x_221; uint8_t x_222; -x_221 = l_Lean_Elab_Level_elabLevel___closed__9; -x_222 = lean_name_eq(x_4, x_221); -if (x_222 == 0) -{ -lean_object* x_223; uint8_t x_224; -x_223 = l_Lean_Elab_Level_elabLevel___closed__11; -x_224 = lean_name_eq(x_4, x_223); -if (x_224 == 0) -{ -lean_object* x_225; uint8_t x_226; -x_225 = l_Lean_Elab_Level_elabLevel___closed__13; -x_226 = lean_name_eq(x_4, x_225); -if (x_226 == 0) -{ -lean_object* x_227; uint8_t x_228; -lean_dec(x_212); -x_227 = l_Lean_Elab_Level_elabLevel___closed__15; -x_228 = lean_name_eq(x_4, x_227); +lean_object* x_210; uint8_t x_211; +x_210 = l_Lean_Elab_Level_elabLevel___closed__5; +x_211 = lean_name_eq(x_4, x_210); +if (x_211 == 0) +{ +lean_object* x_212; uint8_t x_213; +x_212 = l_Lean_Elab_Level_elabLevel___closed__7; +x_213 = lean_name_eq(x_4, x_212); +if (x_213 == 0) +{ +lean_object* x_214; uint8_t x_215; +x_214 = l_Lean_Elab_Level_elabLevel___closed__9; +x_215 = lean_name_eq(x_4, x_214); +if (x_215 == 0) +{ +lean_object* x_216; uint8_t x_217; +x_216 = l_Lean_Elab_Level_elabLevel___closed__11; +x_217 = lean_name_eq(x_4, x_216); +if (x_217 == 0) +{ +lean_object* x_218; uint8_t x_219; +x_218 = l_Lean_Elab_Level_elabLevel___closed__13; +x_219 = lean_name_eq(x_4, x_218); +if (x_219 == 0) +{ +lean_object* x_220; uint8_t x_221; +lean_dec(x_205); +x_220 = l_Lean_Elab_Level_elabLevel___closed__15; +x_221 = lean_name_eq(x_4, x_220); lean_dec(x_4); -if (x_228 == 0) +if (x_221 == 0) { -lean_object* x_229; lean_object* x_230; +lean_object* x_222; lean_object* x_223; lean_dec(x_1); -x_229 = l_Lean_Elab_Level_elabLevel___closed__17; -x_230 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__1(x_229, x_216, x_3); -lean_dec(x_216); -return x_230; -} -else -{ -lean_object* x_231; lean_object* x_232; lean_object* x_233; -x_231 = lean_unsigned_to_nat(0u); -x_232 = l_Lean_Syntax_getArg(x_1, x_231); -lean_inc(x_216); -x_233 = l_Lean_Elab_Level_elabLevel(x_232, x_216, x_3); -if (lean_obj_tag(x_233) == 0) -{ -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; -x_234 = lean_ctor_get(x_233, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_233, 1); -lean_inc(x_235); -lean_dec(x_233); -x_236 = lean_unsigned_to_nat(2u); -x_237 = l_Lean_Syntax_getArg(x_1, x_236); +x_222 = l_Lean_Elab_Level_elabLevel___closed__17; +x_223 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__1(x_222, x_209, x_3); +lean_dec(x_209); +return x_223; +} +else +{ +lean_object* x_224; lean_object* x_225; lean_object* x_226; +x_224 = lean_unsigned_to_nat(0u); +x_225 = l_Lean_Syntax_getArg(x_1, x_224); +lean_inc(x_209); +x_226 = l_Lean_Elab_Level_elabLevel(x_225, x_209, x_3); +if (lean_obj_tag(x_226) == 0) +{ +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; +x_227 = lean_ctor_get(x_226, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_226, 1); +lean_inc(x_228); +lean_dec(x_226); +x_229 = lean_unsigned_to_nat(2u); +x_230 = l_Lean_Syntax_getArg(x_1, x_229); lean_dec(x_1); -x_238 = l_Lean_Syntax_isNatLit_x3f(x_237); -lean_dec(x_237); -if (lean_obj_tag(x_238) == 0) +x_231 = l_Lean_Syntax_isNatLit_x3f(x_230); +lean_dec(x_230); +if (lean_obj_tag(x_231) == 0) { -lean_object* x_239; -lean_dec(x_234); -x_239 = l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Level_elabLevel___spec__2(x_216, x_235); -return x_239; +lean_object* x_232; +lean_dec(x_227); +x_232 = l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Level_elabLevel___spec__2(x_209, x_228); +return x_232; } else { -lean_object* x_240; lean_object* x_241; -x_240 = lean_ctor_get(x_238, 0); -lean_inc(x_240); -lean_dec(x_238); -lean_inc(x_240); -x_241 = l___private_Lean_Elab_Level_0__Lean_Elab_Level_checkUniverseOffset___at_Lean_Elab_Level_elabLevel___spec__3(x_240, x_216, x_235); -lean_dec(x_216); -if (lean_obj_tag(x_241) == 0) -{ -lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; -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; +lean_object* x_233; lean_object* x_234; +x_233 = lean_ctor_get(x_231, 0); +lean_inc(x_233); +lean_dec(x_231); +lean_inc(x_233); +x_234 = l___private_Lean_Elab_Level_0__Lean_Elab_Level_checkUniverseOffset___at_Lean_Elab_Level_elabLevel___spec__3(x_233, x_209, x_228); +lean_dec(x_209); +if (lean_obj_tag(x_234) == 0) +{ +lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_235 = lean_ctor_get(x_234, 1); +lean_inc(x_235); +if (lean_is_exclusive(x_234)) { + lean_ctor_release(x_234, 0); + lean_ctor_release(x_234, 1); + x_236 = x_234; } else { - lean_dec_ref(x_241); - x_243 = lean_box(0); + lean_dec_ref(x_234); + x_236 = lean_box(0); } -x_244 = l_Lean_Level_addOffsetAux(x_240, x_234); -if (lean_is_scalar(x_243)) { - x_245 = lean_alloc_ctor(0, 2, 0); +x_237 = l_Lean_Level_addOffsetAux(x_233, x_227); +if (lean_is_scalar(x_236)) { + x_238 = lean_alloc_ctor(0, 2, 0); } else { - x_245 = x_243; + x_238 = x_236; } -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_242); -return x_245; +lean_ctor_set(x_238, 0, x_237); +lean_ctor_set(x_238, 1, x_235); +return x_238; } else { -lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; -lean_dec(x_240); -lean_dec(x_234); -x_246 = lean_ctor_get(x_241, 0); -lean_inc(x_246); -x_247 = lean_ctor_get(x_241, 1); -lean_inc(x_247); -if (lean_is_exclusive(x_241)) { - lean_ctor_release(x_241, 0); - lean_ctor_release(x_241, 1); - x_248 = x_241; +lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; +lean_dec(x_233); +lean_dec(x_227); +x_239 = lean_ctor_get(x_234, 0); +lean_inc(x_239); +x_240 = lean_ctor_get(x_234, 1); +lean_inc(x_240); +if (lean_is_exclusive(x_234)) { + lean_ctor_release(x_234, 0); + lean_ctor_release(x_234, 1); + x_241 = x_234; } else { - lean_dec_ref(x_241); - x_248 = lean_box(0); + lean_dec_ref(x_234); + x_241 = lean_box(0); } -if (lean_is_scalar(x_248)) { - x_249 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_241)) { + x_242 = lean_alloc_ctor(1, 2, 0); } else { - x_249 = x_248; + x_242 = x_241; } -lean_ctor_set(x_249, 0, x_246); -lean_ctor_set(x_249, 1, x_247); -return x_249; +lean_ctor_set(x_242, 0, x_239); +lean_ctor_set(x_242, 1, x_240); +return x_242; } } } else { -lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; -lean_dec(x_216); +lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; +lean_dec(x_209); lean_dec(x_1); -x_250 = lean_ctor_get(x_233, 0); -lean_inc(x_250); -x_251 = lean_ctor_get(x_233, 1); -lean_inc(x_251); -if (lean_is_exclusive(x_233)) { - lean_ctor_release(x_233, 0); - lean_ctor_release(x_233, 1); - x_252 = x_233; +x_243 = lean_ctor_get(x_226, 0); +lean_inc(x_243); +x_244 = lean_ctor_get(x_226, 1); +lean_inc(x_244); +if (lean_is_exclusive(x_226)) { + lean_ctor_release(x_226, 0); + lean_ctor_release(x_226, 1); + x_245 = x_226; } else { - lean_dec_ref(x_233); - x_252 = lean_box(0); + lean_dec_ref(x_226); + x_245 = lean_box(0); } -if (lean_is_scalar(x_252)) { - x_253 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_245)) { + x_246 = lean_alloc_ctor(1, 2, 0); } else { - x_253 = x_252; + x_246 = x_245; } -lean_ctor_set(x_253, 0, x_250); -lean_ctor_set(x_253, 1, x_251); -return x_253; +lean_ctor_set(x_246, 0, x_243); +lean_ctor_set(x_246, 1, x_244); +return x_246; } } } else { -lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; uint8_t x_258; +lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; uint8_t x_251; lean_dec(x_4); -x_254 = l_Lean_Syntax_getId(x_1); +x_247 = l_Lean_Syntax_getId(x_1); lean_dec(x_1); -x_255 = lean_ctor_get(x_3, 0); -lean_inc(x_255); -x_256 = lean_ctor_get(x_3, 1); -lean_inc(x_256); -x_257 = lean_ctor_get(x_3, 2); -lean_inc(x_257); -x_258 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_254, x_257); -if (x_258 == 0) -{ -if (x_214 == 0) -{ -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_dec(x_257); -lean_dec(x_256); -lean_dec(x_255); -lean_dec(x_212); -x_259 = l_Lean_MessageData_ofName(x_254); -x_260 = l_Lean_Elab_Level_elabLevel___closed__19; -x_261 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_261, 0, x_260); -lean_ctor_set(x_261, 1, x_259); -x_262 = l_Lean_Elab_Level_elabLevel___closed__21; -x_263 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_263, 0, x_261); -lean_ctor_set(x_263, 1, x_262); -x_264 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__5(x_263, x_216, x_3); -lean_dec(x_216); -x_265 = lean_ctor_get(x_264, 0); -lean_inc(x_265); -x_266 = lean_ctor_get(x_264, 1); -lean_inc(x_266); -if (lean_is_exclusive(x_264)) { - lean_ctor_release(x_264, 0); - lean_ctor_release(x_264, 1); - x_267 = x_264; -} else { - lean_dec_ref(x_264); - x_267 = lean_box(0); +x_248 = lean_ctor_get(x_3, 0); +lean_inc(x_248); +x_249 = lean_ctor_get(x_3, 1); +lean_inc(x_249); +x_250 = lean_ctor_get(x_3, 2); +lean_inc(x_250); +x_251 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_247, x_250); +if (x_251 == 0) +{ +uint8_t x_252; +if (x_207 == 0) +{ +uint8_t x_269; +lean_dec(x_205); +x_269 = 0; +x_252 = x_269; +goto block_268; } -if (lean_is_scalar(x_267)) { - x_268 = lean_alloc_ctor(1, 2, 0); -} else { - x_268 = x_267; -} -lean_ctor_set(x_268, 0, x_265); -lean_ctor_set(x_268, 1, x_266); -return x_268; -} -else -{ -lean_object* x_269; uint8_t x_270; uint8_t x_271; -x_269 = l_Lean_Elab_Level_elabLevel___closed__22; -x_270 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_212, x_269); -lean_dec(x_212); -lean_inc(x_254); -x_271 = l_Lean_Elab_isValidAutoBoundLevelName(x_254, x_270); -if (x_271 == 0) -{ -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_dec(x_257); -lean_dec(x_256); -lean_dec(x_255); -x_272 = l_Lean_MessageData_ofName(x_254); -x_273 = l_Lean_Elab_Level_elabLevel___closed__19; -x_274 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_274, 0, x_273); -lean_ctor_set(x_274, 1, x_272); -x_275 = l_Lean_Elab_Level_elabLevel___closed__21; -x_276 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_276, 0, x_274); -lean_ctor_set(x_276, 1, x_275); -x_277 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__5(x_276, x_216, x_3); -lean_dec(x_216); -x_278 = lean_ctor_get(x_277, 0); -lean_inc(x_278); -x_279 = lean_ctor_get(x_277, 1); -lean_inc(x_279); -if (lean_is_exclusive(x_277)) { - lean_ctor_release(x_277, 0); - lean_ctor_release(x_277, 1); - x_280 = x_277; +else +{ +lean_object* x_270; uint8_t x_271; uint8_t x_272; +x_270 = l_Lean_Elab_Level_elabLevel___closed__22; +x_271 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_205, x_270); +lean_dec(x_205); +lean_inc(x_247); +x_272 = l_Lean_Elab_isValidAutoBoundLevelName(x_247, x_271); +x_252 = x_272; +goto block_268; +} +block_268: +{ +if (x_252 == 0) +{ +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_dec(x_250); +lean_dec(x_249); +lean_dec(x_248); +x_253 = l_Lean_MessageData_ofName(x_247); +x_254 = l_Lean_Elab_Level_elabLevel___closed__19; +x_255 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_255, 0, x_254); +lean_ctor_set(x_255, 1, x_253); +x_256 = l_Lean_Elab_Level_elabLevel___closed__21; +x_257 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_257, 0, x_255); +lean_ctor_set(x_257, 1, x_256); +x_258 = l_Lean_throwError___at_Lean_Elab_Level_elabLevel___spec__5(x_257, x_209, x_3); +lean_dec(x_209); +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_258, 1); +lean_inc(x_260); +if (lean_is_exclusive(x_258)) { + lean_ctor_release(x_258, 0); + lean_ctor_release(x_258, 1); + x_261 = x_258; } else { - lean_dec_ref(x_277); - x_280 = lean_box(0); + lean_dec_ref(x_258); + x_261 = lean_box(0); } -if (lean_is_scalar(x_280)) { - x_281 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_261)) { + x_262 = lean_alloc_ctor(1, 2, 0); } else { - x_281 = x_280; + x_262 = x_261; } -lean_ctor_set(x_281, 0, x_278); -lean_ctor_set(x_281, 1, x_279); -return x_281; +lean_ctor_set(x_262, 0, x_259); +lean_ctor_set(x_262, 1, x_260); +return x_262; } else { -lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; +lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_282 = x_3; + x_263 = x_3; } else { lean_dec_ref(x_3); - x_282 = lean_box(0); -} -lean_inc(x_254); -x_283 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_283, 0, x_254); -lean_ctor_set(x_283, 1, x_257); -if (lean_is_scalar(x_282)) { - x_284 = lean_alloc_ctor(0, 3, 0); + x_263 = lean_box(0); +} +lean_inc(x_247); +x_264 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_264, 0, x_247); +lean_ctor_set(x_264, 1, x_250); +if (lean_is_scalar(x_263)) { + x_265 = lean_alloc_ctor(0, 3, 0); } else { - x_284 = x_282; -} -lean_ctor_set(x_284, 0, x_255); -lean_ctor_set(x_284, 1, x_256); -lean_ctor_set(x_284, 2, x_283); -x_285 = lean_box(0); -x_286 = l_Lean_Elab_Level_elabLevel___lambda__1(x_254, x_285, x_216, x_284); -lean_dec(x_216); -return x_286; + x_265 = x_263; +} +lean_ctor_set(x_265, 0, x_248); +lean_ctor_set(x_265, 1, x_249); +lean_ctor_set(x_265, 2, x_264); +x_266 = lean_box(0); +x_267 = l_Lean_Elab_Level_elabLevel___lambda__1(x_247, x_266, x_209, x_265); +lean_dec(x_209); +return x_267; } } } else { -lean_object* x_287; lean_object* x_288; -lean_dec(x_257); -lean_dec(x_256); -lean_dec(x_255); -lean_dec(x_212); -x_287 = lean_box(0); -x_288 = l_Lean_Elab_Level_elabLevel___lambda__1(x_254, x_287, x_216, x_3); -lean_dec(x_216); -return x_288; +lean_object* x_273; lean_object* x_274; +lean_dec(x_250); +lean_dec(x_249); +lean_dec(x_248); +lean_dec(x_205); +x_273 = lean_box(0); +x_274 = l_Lean_Elab_Level_elabLevel___lambda__1(x_247, x_273, x_209, x_3); +lean_dec(x_209); +return x_274; } } } else { -lean_object* x_289; -lean_dec(x_212); +lean_object* x_275; +lean_dec(x_205); lean_dec(x_4); -x_289 = l_Lean_Syntax_isNatLit_x3f(x_1); +x_275 = l_Lean_Syntax_isNatLit_x3f(x_1); lean_dec(x_1); -if (lean_obj_tag(x_289) == 0) +if (lean_obj_tag(x_275) == 0) { -lean_object* x_290; -x_290 = l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Level_elabLevel___spec__2(x_216, x_3); -return x_290; +lean_object* x_276; +x_276 = l_Lean_Elab_throwIllFormedSyntax___at_Lean_Elab_Level_elabLevel___spec__2(x_209, x_3); +return x_276; } else { -lean_object* x_291; lean_object* x_292; -x_291 = lean_ctor_get(x_289, 0); -lean_inc(x_291); -lean_dec(x_289); -lean_inc(x_291); -x_292 = l___private_Lean_Elab_Level_0__Lean_Elab_Level_checkUniverseOffset___at_Lean_Elab_Level_elabLevel___spec__3(x_291, x_216, x_3); -lean_dec(x_216); -if (lean_obj_tag(x_292) == 0) -{ -lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; -x_293 = lean_ctor_get(x_292, 1); -lean_inc(x_293); -if (lean_is_exclusive(x_292)) { - lean_ctor_release(x_292, 0); - lean_ctor_release(x_292, 1); - x_294 = x_292; +lean_object* x_277; lean_object* x_278; +x_277 = lean_ctor_get(x_275, 0); +lean_inc(x_277); +lean_dec(x_275); +lean_inc(x_277); +x_278 = l___private_Lean_Elab_Level_0__Lean_Elab_Level_checkUniverseOffset___at_Lean_Elab_Level_elabLevel___spec__3(x_277, x_209, x_3); +lean_dec(x_209); +if (lean_obj_tag(x_278) == 0) +{ +lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; +x_279 = lean_ctor_get(x_278, 1); +lean_inc(x_279); +if (lean_is_exclusive(x_278)) { + lean_ctor_release(x_278, 0); + lean_ctor_release(x_278, 1); + x_280 = x_278; } else { - lean_dec_ref(x_292); - x_294 = lean_box(0); + lean_dec_ref(x_278); + x_280 = lean_box(0); } -x_295 = l_Lean_Level_ofNat(x_291); -lean_dec(x_291); -if (lean_is_scalar(x_294)) { - x_296 = lean_alloc_ctor(0, 2, 0); +x_281 = l_Lean_Level_ofNat(x_277); +lean_dec(x_277); +if (lean_is_scalar(x_280)) { + x_282 = lean_alloc_ctor(0, 2, 0); } else { - x_296 = x_294; + x_282 = x_280; } -lean_ctor_set(x_296, 0, x_295); -lean_ctor_set(x_296, 1, x_293); -return x_296; +lean_ctor_set(x_282, 0, x_281); +lean_ctor_set(x_282, 1, x_279); +return x_282; } else { -lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; -lean_dec(x_291); -x_297 = lean_ctor_get(x_292, 0); -lean_inc(x_297); -x_298 = lean_ctor_get(x_292, 1); -lean_inc(x_298); -if (lean_is_exclusive(x_292)) { - lean_ctor_release(x_292, 0); - lean_ctor_release(x_292, 1); - x_299 = x_292; +lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; +lean_dec(x_277); +x_283 = lean_ctor_get(x_278, 0); +lean_inc(x_283); +x_284 = lean_ctor_get(x_278, 1); +lean_inc(x_284); +if (lean_is_exclusive(x_278)) { + lean_ctor_release(x_278, 0); + lean_ctor_release(x_278, 1); + x_285 = x_278; } else { - lean_dec_ref(x_292); - x_299 = lean_box(0); + lean_dec_ref(x_278); + x_285 = lean_box(0); } -if (lean_is_scalar(x_299)) { - x_300 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_285)) { + x_286 = lean_alloc_ctor(1, 2, 0); } else { - x_300 = x_299; + x_286 = x_285; } -lean_ctor_set(x_300, 0, x_297); -lean_ctor_set(x_300, 1, x_298); -return x_300; +lean_ctor_set(x_286, 0, x_283); +lean_ctor_set(x_286, 1, x_284); +return x_286; } } } } else { -lean_object* x_301; -lean_dec(x_212); +lean_object* x_287; +lean_dec(x_205); lean_dec(x_4); lean_dec(x_1); -x_301 = l_Lean_Elab_Level_mkFreshLevelMVar(x_216, x_3); -lean_dec(x_216); -return x_301; +x_287 = l_Lean_Elab_Level_mkFreshLevelMVar(x_209, x_3); +lean_dec(x_209); +return x_287; } } else { -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_dec(x_212); +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_dec(x_205); lean_dec(x_4); -x_302 = lean_unsigned_to_nat(1u); -x_303 = l_Lean_Syntax_getArg(x_1, x_302); +x_288 = lean_unsigned_to_nat(1u); +x_289 = l_Lean_Syntax_getArg(x_1, x_288); lean_dec(x_1); -x_304 = l_Lean_Syntax_getArgs(x_303); -lean_dec(x_303); -x_305 = l_Lean_instInhabitedSyntax; -x_306 = l_Array_back___rarg(x_305, x_304); -lean_inc(x_216); -x_307 = l_Lean_Elab_Level_elabLevel(x_306, x_216, x_3); -if (lean_obj_tag(x_307) == 0) -{ -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; uint8_t x_319; -x_308 = lean_ctor_get(x_307, 0); -lean_inc(x_308); -x_309 = lean_ctor_get(x_307, 1); -lean_inc(x_309); -if (lean_is_exclusive(x_307)) { - lean_ctor_release(x_307, 0); - lean_ctor_release(x_307, 1); - x_310 = x_307; +x_290 = l_Lean_Syntax_getArgs(x_289); +lean_dec(x_289); +x_291 = l_Lean_instInhabitedSyntax; +x_292 = l_Array_back___rarg(x_291, x_290); +lean_inc(x_209); +x_293 = l_Lean_Elab_Level_elabLevel(x_292, x_209, x_3); +if (lean_obj_tag(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_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; uint8_t x_305; +x_294 = lean_ctor_get(x_293, 0); +lean_inc(x_294); +x_295 = lean_ctor_get(x_293, 1); +lean_inc(x_295); +if (lean_is_exclusive(x_293)) { + lean_ctor_release(x_293, 0); + lean_ctor_release(x_293, 1); + x_296 = x_293; } else { - lean_dec_ref(x_307); - x_310 = lean_box(0); -} -x_311 = lean_array_get_size(x_304); -x_312 = lean_nat_sub(x_311, x_302); -lean_dec(x_311); -x_313 = lean_unsigned_to_nat(0u); -x_314 = l_Array_toSubarray___rarg(x_304, x_313, x_312); -x_315 = lean_ctor_get(x_314, 0); -lean_inc(x_315); -x_316 = lean_ctor_get(x_314, 2); -lean_inc(x_316); -x_317 = lean_ctor_get(x_314, 1); -lean_inc(x_317); -lean_dec(x_314); -x_318 = lean_array_get_size(x_315); -x_319 = lean_nat_dec_le(x_316, x_318); -if (x_319 == 0) -{ -uint8_t x_320; -lean_dec(x_316); -x_320 = lean_nat_dec_lt(x_317, x_318); -if (x_320 == 0) -{ -lean_object* x_321; -lean_dec(x_318); -lean_dec(x_317); -lean_dec(x_315); -lean_dec(x_216); -if (lean_is_scalar(x_310)) { - x_321 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_293); + x_296 = lean_box(0); +} +x_297 = lean_array_get_size(x_290); +x_298 = lean_nat_sub(x_297, x_288); +lean_dec(x_297); +x_299 = lean_unsigned_to_nat(0u); +x_300 = l_Array_toSubarray___rarg(x_290, x_299, x_298); +x_301 = lean_ctor_get(x_300, 0); +lean_inc(x_301); +x_302 = lean_ctor_get(x_300, 2); +lean_inc(x_302); +x_303 = lean_ctor_get(x_300, 1); +lean_inc(x_303); +lean_dec(x_300); +x_304 = lean_array_get_size(x_301); +x_305 = lean_nat_dec_le(x_302, x_304); +if (x_305 == 0) +{ +uint8_t x_306; +lean_dec(x_302); +x_306 = lean_nat_dec_lt(x_303, x_304); +if (x_306 == 0) +{ +lean_object* x_307; +lean_dec(x_304); +lean_dec(x_303); +lean_dec(x_301); +lean_dec(x_209); +if (lean_is_scalar(x_296)) { + x_307 = lean_alloc_ctor(0, 2, 0); } else { - x_321 = x_310; + x_307 = x_296; } -lean_ctor_set(x_321, 0, x_308); -lean_ctor_set(x_321, 1, x_309); -return x_321; +lean_ctor_set(x_307, 0, x_294); +lean_ctor_set(x_307, 1, x_295); +return x_307; } else { -size_t x_322; size_t x_323; lean_object* x_324; -lean_dec(x_310); -x_322 = lean_usize_of_nat(x_318); -lean_dec(x_318); -x_323 = lean_usize_of_nat(x_317); -lean_dec(x_317); -x_324 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_315, x_322, x_323, x_308, x_216, x_309); -lean_dec(x_315); -return x_324; +size_t x_308; size_t x_309; lean_object* x_310; +lean_dec(x_296); +x_308 = lean_usize_of_nat(x_304); +lean_dec(x_304); +x_309 = lean_usize_of_nat(x_303); +lean_dec(x_303); +x_310 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_301, x_308, x_309, x_294, x_209, x_295); +lean_dec(x_301); +return x_310; } } else { -uint8_t x_325; -lean_dec(x_318); -x_325 = lean_nat_dec_lt(x_317, x_316); -if (x_325 == 0) +uint8_t x_311; +lean_dec(x_304); +x_311 = lean_nat_dec_lt(x_303, x_302); +if (x_311 == 0) { -lean_object* x_326; -lean_dec(x_317); -lean_dec(x_316); -lean_dec(x_315); -lean_dec(x_216); -if (lean_is_scalar(x_310)) { - x_326 = lean_alloc_ctor(0, 2, 0); +lean_object* x_312; +lean_dec(x_303); +lean_dec(x_302); +lean_dec(x_301); +lean_dec(x_209); +if (lean_is_scalar(x_296)) { + x_312 = lean_alloc_ctor(0, 2, 0); } else { - x_326 = x_310; + x_312 = x_296; } -lean_ctor_set(x_326, 0, x_308); -lean_ctor_set(x_326, 1, x_309); -return x_326; +lean_ctor_set(x_312, 0, x_294); +lean_ctor_set(x_312, 1, x_295); +return x_312; } else { -size_t x_327; size_t x_328; lean_object* x_329; -lean_dec(x_310); -x_327 = lean_usize_of_nat(x_316); -lean_dec(x_316); -x_328 = lean_usize_of_nat(x_317); -lean_dec(x_317); -x_329 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_315, x_327, x_328, x_308, x_216, x_309); -lean_dec(x_315); -return x_329; +size_t x_313; size_t x_314; lean_object* x_315; +lean_dec(x_296); +x_313 = lean_usize_of_nat(x_302); +lean_dec(x_302); +x_314 = lean_usize_of_nat(x_303); +lean_dec(x_303); +x_315 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__6(x_301, x_313, x_314, x_294, x_209, x_295); +lean_dec(x_301); +return x_315; } } } else { -lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; -lean_dec(x_304); -lean_dec(x_216); -x_330 = lean_ctor_get(x_307, 0); -lean_inc(x_330); -x_331 = lean_ctor_get(x_307, 1); -lean_inc(x_331); -if (lean_is_exclusive(x_307)) { - lean_ctor_release(x_307, 0); - lean_ctor_release(x_307, 1); - x_332 = x_307; +lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; +lean_dec(x_290); +lean_dec(x_209); +x_316 = lean_ctor_get(x_293, 0); +lean_inc(x_316); +x_317 = lean_ctor_get(x_293, 1); +lean_inc(x_317); +if (lean_is_exclusive(x_293)) { + lean_ctor_release(x_293, 0); + lean_ctor_release(x_293, 1); + x_318 = x_293; } else { - lean_dec_ref(x_307); - x_332 = lean_box(0); + lean_dec_ref(x_293); + x_318 = lean_box(0); } -if (lean_is_scalar(x_332)) { - x_333 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_318)) { + x_319 = lean_alloc_ctor(1, 2, 0); } else { - x_333 = x_332; + x_319 = x_318; } -lean_ctor_set(x_333, 0, x_330); -lean_ctor_set(x_333, 1, x_331); -return x_333; +lean_ctor_set(x_319, 0, x_316); +lean_ctor_set(x_319, 1, x_317); +return x_319; } } } 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_dec(x_212); +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_dec(x_205); lean_dec(x_4); -x_334 = lean_unsigned_to_nat(1u); -x_335 = l_Lean_Syntax_getArg(x_1, x_334); +x_320 = lean_unsigned_to_nat(1u); +x_321 = l_Lean_Syntax_getArg(x_1, x_320); lean_dec(x_1); -x_336 = l_Lean_Syntax_getArgs(x_335); -lean_dec(x_335); -x_337 = l_Lean_instInhabitedSyntax; -x_338 = l_Array_back___rarg(x_337, x_336); -lean_inc(x_216); -x_339 = l_Lean_Elab_Level_elabLevel(x_338, x_216, x_3); -if (lean_obj_tag(x_339) == 0) -{ -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; uint8_t x_351; -x_340 = lean_ctor_get(x_339, 0); -lean_inc(x_340); -x_341 = lean_ctor_get(x_339, 1); -lean_inc(x_341); -if (lean_is_exclusive(x_339)) { - lean_ctor_release(x_339, 0); - lean_ctor_release(x_339, 1); - x_342 = x_339; +x_322 = l_Lean_Syntax_getArgs(x_321); +lean_dec(x_321); +x_323 = l_Lean_instInhabitedSyntax; +x_324 = l_Array_back___rarg(x_323, x_322); +lean_inc(x_209); +x_325 = l_Lean_Elab_Level_elabLevel(x_324, x_209, x_3); +if (lean_obj_tag(x_325) == 0) +{ +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; uint8_t x_337; +x_326 = lean_ctor_get(x_325, 0); +lean_inc(x_326); +x_327 = lean_ctor_get(x_325, 1); +lean_inc(x_327); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + lean_ctor_release(x_325, 1); + x_328 = x_325; } else { - lean_dec_ref(x_339); - x_342 = lean_box(0); -} -x_343 = lean_array_get_size(x_336); -x_344 = lean_nat_sub(x_343, x_334); -lean_dec(x_343); -x_345 = lean_unsigned_to_nat(0u); -x_346 = l_Array_toSubarray___rarg(x_336, x_345, x_344); -x_347 = lean_ctor_get(x_346, 0); -lean_inc(x_347); -x_348 = lean_ctor_get(x_346, 2); -lean_inc(x_348); -x_349 = lean_ctor_get(x_346, 1); -lean_inc(x_349); -lean_dec(x_346); -x_350 = lean_array_get_size(x_347); -x_351 = lean_nat_dec_le(x_348, x_350); -if (x_351 == 0) -{ -uint8_t x_352; -lean_dec(x_348); -x_352 = lean_nat_dec_lt(x_349, x_350); -if (x_352 == 0) -{ -lean_object* x_353; -lean_dec(x_350); -lean_dec(x_349); -lean_dec(x_347); -lean_dec(x_216); -if (lean_is_scalar(x_342)) { - x_353 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_325); + x_328 = lean_box(0); +} +x_329 = lean_array_get_size(x_322); +x_330 = lean_nat_sub(x_329, x_320); +lean_dec(x_329); +x_331 = lean_unsigned_to_nat(0u); +x_332 = l_Array_toSubarray___rarg(x_322, x_331, x_330); +x_333 = lean_ctor_get(x_332, 0); +lean_inc(x_333); +x_334 = lean_ctor_get(x_332, 2); +lean_inc(x_334); +x_335 = lean_ctor_get(x_332, 1); +lean_inc(x_335); +lean_dec(x_332); +x_336 = lean_array_get_size(x_333); +x_337 = lean_nat_dec_le(x_334, x_336); +if (x_337 == 0) +{ +uint8_t x_338; +lean_dec(x_334); +x_338 = lean_nat_dec_lt(x_335, x_336); +if (x_338 == 0) +{ +lean_object* x_339; +lean_dec(x_336); +lean_dec(x_335); +lean_dec(x_333); +lean_dec(x_209); +if (lean_is_scalar(x_328)) { + x_339 = lean_alloc_ctor(0, 2, 0); } else { - x_353 = x_342; + x_339 = x_328; } -lean_ctor_set(x_353, 0, x_340); -lean_ctor_set(x_353, 1, x_341); -return x_353; +lean_ctor_set(x_339, 0, x_326); +lean_ctor_set(x_339, 1, x_327); +return x_339; } else { -size_t x_354; size_t x_355; lean_object* x_356; -lean_dec(x_342); -x_354 = lean_usize_of_nat(x_350); -lean_dec(x_350); -x_355 = lean_usize_of_nat(x_349); -lean_dec(x_349); -x_356 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_347, x_354, x_355, x_340, x_216, x_341); -lean_dec(x_347); -return x_356; +size_t x_340; size_t x_341; lean_object* x_342; +lean_dec(x_328); +x_340 = lean_usize_of_nat(x_336); +lean_dec(x_336); +x_341 = lean_usize_of_nat(x_335); +lean_dec(x_335); +x_342 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_333, x_340, x_341, x_326, x_209, x_327); +lean_dec(x_333); +return x_342; } } else { -uint8_t x_357; -lean_dec(x_350); -x_357 = lean_nat_dec_lt(x_349, x_348); -if (x_357 == 0) +uint8_t x_343; +lean_dec(x_336); +x_343 = lean_nat_dec_lt(x_335, x_334); +if (x_343 == 0) { -lean_object* x_358; -lean_dec(x_349); -lean_dec(x_348); -lean_dec(x_347); -lean_dec(x_216); -if (lean_is_scalar(x_342)) { - x_358 = lean_alloc_ctor(0, 2, 0); +lean_object* x_344; +lean_dec(x_335); +lean_dec(x_334); +lean_dec(x_333); +lean_dec(x_209); +if (lean_is_scalar(x_328)) { + x_344 = lean_alloc_ctor(0, 2, 0); } else { - x_358 = x_342; + x_344 = x_328; } -lean_ctor_set(x_358, 0, x_340); -lean_ctor_set(x_358, 1, x_341); -return x_358; +lean_ctor_set(x_344, 0, x_326); +lean_ctor_set(x_344, 1, x_327); +return x_344; } else { -size_t x_359; size_t x_360; lean_object* x_361; -lean_dec(x_342); -x_359 = lean_usize_of_nat(x_348); -lean_dec(x_348); -x_360 = lean_usize_of_nat(x_349); -lean_dec(x_349); -x_361 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_347, x_359, x_360, x_340, x_216, x_341); -lean_dec(x_347); -return x_361; +size_t x_345; size_t x_346; lean_object* x_347; +lean_dec(x_328); +x_345 = lean_usize_of_nat(x_334); +lean_dec(x_334); +x_346 = lean_usize_of_nat(x_335); +lean_dec(x_335); +x_347 = l_Array_foldrMUnsafe_fold___at_Lean_Elab_Level_elabLevel___spec__7(x_333, x_345, x_346, x_326, x_209, x_327); +lean_dec(x_333); +return x_347; } } } else { -lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; -lean_dec(x_336); -lean_dec(x_216); -x_362 = lean_ctor_get(x_339, 0); -lean_inc(x_362); -x_363 = lean_ctor_get(x_339, 1); -lean_inc(x_363); -if (lean_is_exclusive(x_339)) { - lean_ctor_release(x_339, 0); - lean_ctor_release(x_339, 1); - x_364 = x_339; +lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; +lean_dec(x_322); +lean_dec(x_209); +x_348 = lean_ctor_get(x_325, 0); +lean_inc(x_348); +x_349 = lean_ctor_get(x_325, 1); +lean_inc(x_349); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + lean_ctor_release(x_325, 1); + x_350 = x_325; } else { - lean_dec_ref(x_339); - x_364 = lean_box(0); + lean_dec_ref(x_325); + x_350 = lean_box(0); } -if (lean_is_scalar(x_364)) { - x_365 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_350)) { + x_351 = lean_alloc_ctor(1, 2, 0); } else { - x_365 = x_364; + x_351 = x_350; } -lean_ctor_set(x_365, 0, x_362); -lean_ctor_set(x_365, 1, x_363); -return x_365; +lean_ctor_set(x_351, 0, x_348); +lean_ctor_set(x_351, 1, x_349); +return x_351; } } } else { -lean_object* x_366; lean_object* x_367; -lean_dec(x_212); +lean_object* x_352; lean_object* x_353; +lean_dec(x_205); lean_dec(x_4); -x_366 = lean_unsigned_to_nat(1u); -x_367 = l_Lean_Syntax_getArg(x_1, x_366); +x_352 = lean_unsigned_to_nat(1u); +x_353 = l_Lean_Syntax_getArg(x_1, x_352); lean_dec(x_1); -x_1 = x_367; -x_2 = x_216; +x_1 = x_353; +x_2 = x_209; goto _start; } } diff --git a/stage0/stdlib/Lean/Elab/Match.c b/stage0/stdlib/Lean/Elab/Match.c index c2e592ca3950..42e5fc52cf25 100644 --- a/stage0/stdlib/Lean/Elab/Match.c +++ b/stage0/stdlib/Lean/Elab/Match.c @@ -16,6 +16,7 @@ extern "C" { LEAN_EXPORT lean_object* l_Lean_Meta_transform___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqHEq(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_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___spec__6(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_precheckMatch___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*); @@ -26,9 +27,11 @@ LEAN_EXPORT lean_object* l_Lean_withInPattern___at_Lean_Elab_Term_ToDepElimPatte static lean_object* l_Lean_Elab_Term_isAtomicDiscr___closed__3; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withExistingLocalDeclsImp___rarg(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_Match_0__Lean_Elab_Term_withToClear___spec__8(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_toPattern___spec__1___closed__1; lean_object* l_Lean_Elab_Term_getPatternVarNames(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_toPattern___spec__3(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_isMatchUnit_x3f___boxed(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_ToDepElimPattern_savePatternInfo_go___spec__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -44,7 +47,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Match_0 LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_isMatchUnit_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___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_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__6; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__4; 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withEqs_go___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_isAtomicDiscr___spec__1___rarg(lean_object*); @@ -64,24 +66,24 @@ static lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault___closed__1; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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*, lean_object*); lean_object* l_Lean_Meta_withLocalInstancesImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(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_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__3; -LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___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_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(size_t, 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_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(size_t, 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_mkFreshBinderName___at___private_Lean_Elab_Match_0__Lean_Elab_Term_mkUserNameFor___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabInaccessible___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_Match_0__Lean_Elab_Term_generalize___spec__6(size_t, size_t, 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_tryPostponeIfDiscrTypeIsMVar___spec__1___closed__1; lean_object* l_Lean_mkSimpleThunk(lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Offset_0__Lean_Meta_withInstantiatedMVars___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_ToDepElimPattern_main___spec__4(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__28___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_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___lambda__3___boxed(lean_object**); static lean_object* l_Lean_Elab_Term_elabNoMatch___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_precheckMatch___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__8; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visited___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__11___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___lambda__1___closed__4; @@ -107,6 +109,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatch LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__2___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___lambda__2___boxed(lean_object**); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__10; LEAN_EXPORT uint8_t l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -130,12 +133,10 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault___lambda__1 static lean_object* l___regBuiltin_Lean_Elab_Term_precheckMatch___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isApp(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___spec__4(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_Syntax_getId(lean_object*); 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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_Match_0__Lean_Elab_Term_generalize___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_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap(lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__12(lean_object*, lean_object*); @@ -157,19 +158,21 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchG lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLet___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__6(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_EXPORT lean_object* l_Lean_Elab_Term_precheckMatch(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___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___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_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLet___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__6___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___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* l_Lean_Meta_getFVarsToGeneralize(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__4___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_Term_precheckMatch___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22___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 lean_usize_dec_eq(size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_isAnonymous(lean_object*); lean_object* l_Lean_Elab_Term_expandMatchAlts_x3f(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Syntax_getArgs(lean_object*); lean_object* l_ST_Prim_Ref_get___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_mkMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -178,7 +181,6 @@ lean_object* l_Lean_Elab_Term_getPatternsVars(lean_object*, lean_object*, lean_o LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__9___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___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType___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_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__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_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getIndexToInclude_x3f_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main_pack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -186,20 +188,21 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0 lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange___closed__6; lean_object* l_Lean_Elab_Term_getMVarDecl(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___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__26(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___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*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabMatch_declRange___closed__5; +lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); static lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible_declRange___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_throwEx(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_ForEachExprWhere_initCache; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar(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_Match_0__Lean_Elab_Term_generalize___spec__4(lean_object*, lean_object*, size_t, size_t); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabPatterns___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_throwMaxRecDepthAt___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__14___boxed(lean_object*, lean_object*); @@ -211,6 +214,7 @@ lean_object* l_Lean_Syntax_TSepArray_getElems___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withPatternVars_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_withInPattern___at_Lean_Elab_Term_ToDepElimPattern_main___spec__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(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*); static lean_object* l_Lean_Elab_Term_isAtomicDiscr___closed__5; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; @@ -225,7 +229,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___ extern lean_object* l_Lean_matchPatternAttr; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_revFold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___spec__3(lean_object*, lean_object*); -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___lambda__4(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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*); @@ -261,8 +264,8 @@ uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_eraseIndices___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_reportMatcherResultErrors(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_Match_0__Lean_Elab_Term_withToClear___spec__20___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__4(lean_object*, lean_object*); @@ -293,6 +296,7 @@ static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGenera static lean_object* l___regBuiltin_Lean_Elab_Term_elabMatch_declRange___closed__2; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___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_Array_mapMUnsafe_map___at_Lean_Elab_Term_ToDepElimPattern_main___spec__6(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_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__4(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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___spec__1(lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_isMatchUnit_x3f___closed__7; @@ -301,14 +305,12 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__L LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__3(lean_object*, 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_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___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___private_Lean_Elab_Match_0__Lean_Elab_Term_isPatternVar___closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___lambda__3(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_GeneralizeResult_refined___default; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main_unpack___rarg(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_Match_0__Lean_Elab_Term_generalize___spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs(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___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_introNImp___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__10___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -317,8 +319,11 @@ static lean_object* l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___lambd LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_updateMatchType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__1___boxed(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__14; lean_object* l_Lean_Meta_Match_Pattern_toExpr_visit(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___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*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__28(lean_object*, lean_object*, size_t, size_t, 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_Match_0__Lean_Elab_Term_withToClear___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort___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___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchOptMotive___boxed(lean_object*); extern lean_object* l_instInhabitedPUnit; @@ -333,8 +338,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElim LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar(lean_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_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___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___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___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_Match___hyg_22719____closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__13; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange___closed__2; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__1; size_t lean_ptr_addr(lean_object*); @@ -346,6 +351,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoContext_x27___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___spec__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__7; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__11; LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1___boxed(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* l_Lean_Elab_Term_Quotation_withNewLocals___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -355,10 +361,11 @@ lean_object* l_runST___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_reportMatcherResultErrors___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchAlts___spec__2___closed__1; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__6; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_Array_mapMUnsafe_map___at_Lean_Elab_Term_ToDepElimPattern_normalize___spec__2(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_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(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_Match_0__Lean_Elab_Term_withToClear___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___lambda__3___closed__2; lean_object* l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___lambda__1___closed__1; @@ -366,7 +373,6 @@ lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(lean_obje LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_checked___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__12(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible_declRange___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__2; static lean_object* l_Lean_Meta_transform___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__1___closed__1; lean_object* l_Array_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit_go___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__10___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -380,6 +386,7 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Expr_getRevArg_x21(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabMatch_declRange___closed__3; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop(lean_object*, lean_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_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5(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*); @@ -393,9 +400,8 @@ static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPatte lean_object* l_Lean_mkInaccessible(lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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* l_Array_zip___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__2; @@ -405,10 +411,10 @@ lean_object* l_Array_unzip___rarg(lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* l_Lean_Elab_Term_runPendingTacticsAt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_ToDepElimPattern_main___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_toPattern___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -416,7 +422,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSim LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_StateRefT_x27_lift___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__7___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24___boxed(lean_object*, 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_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandNonAtomicDiscrs_x3f_loop___lambda__1___closed__3; lean_object* l_Lean_Elab_Term_collectPatternVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -435,6 +440,7 @@ lean_object* l_Lean_Elab_Term_withoutErrToSorryImp___rarg(lean_object*, lean_obj LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___boxed__const__1; 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*); uint8_t l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__9(size_t, lean_object*, lean_object*, size_t, 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_precheckMatch___lambda__1___closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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_object*); @@ -449,6 +455,8 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__L static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__11; lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___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 uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_EXPORT lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault___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_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___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__17(lean_object*, lean_object*, size_t, size_t); @@ -457,10 +465,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatch LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___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* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_ToDepElimPattern_main___spec__8(lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandNonAtomicDiscrs_x3f_loop___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_tryPostponeIfDiscrTypeIsMVar___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* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); @@ -479,10 +487,8 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__L lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withIncRecDepth___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_mkBinding___spec__1(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19___boxed(lean_object*, lean_object*, lean_object*, 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); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern(lean_object*); -lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabMatch_declRange___closed__1; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS(lean_object*); @@ -490,10 +496,11 @@ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Elab_Match_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize___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_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*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(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*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30(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_ToDepElimPattern_main___rarg___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___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_Term_withDepElimPatterns___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_Meta_mkAppM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___spec__2___closed__1; @@ -512,11 +519,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElabo LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__2(lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__3; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_tryPostponeIfDiscrTypeIsMVar___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main_unpack_go___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_array_to_list(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__5___rarg(lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_Term_termElabAttribute; @@ -531,12 +538,10 @@ lean_object* l_Lean_Elab_Term_saveState___rarg(lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___spec__4(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalInstances___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___spec__3___rarg___boxed(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_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__4___closed__2; lean_object* l_Lean_Syntax_mkSep(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__14___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isPatternWithRef___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_waitExpectedType___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_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -544,13 +549,14 @@ static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltVi LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_expandNonAtomicDiscrs_x3f___spec__1___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_isMissing(lean_object*); 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*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible(lean_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_mapM_loop___at_Lean_Elab_Term_ToDepElimPattern_normalize___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_ST_Prim_Ref_modifyGetUnsafe___rarg___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__4___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_object*); uint8_t l_Lean_Meta_Match_Pattern_hasExprMVar(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_isAtomicDiscr___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__9; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___spec__4___closed__1; @@ -574,18 +580,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___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_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType___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* l_Lean_FVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__3; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__1; lean_object* l_Lean_Elab_Term_tryPostponeIfMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_waitExpectedType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___at___private_Lean_Elab_Match_0__Lean_Elab_Term_mkUserNameFor___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___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* l_List_lengthTRAux___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getSepArgs(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__26___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_commitIfNoErrors_x3f___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_Match_0__Lean_Elab_Term_expandNonAtomicDiscrs_x3f_loop(lean_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_Match_0__Lean_Elab_Term_withToClear___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*); @@ -597,9 +604,11 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lea lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getHead_x3f(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__33(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_anyMUnsafe_any___at_Lean_Elab_Term_ToDepElimPattern_isExplicitPatternVar___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visited___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__11___rarg___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_instantiateAltLHSMVars(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___private_Lean_Elab_Match_0__Lean_Elab_Term_isMatchUnit_x3f___closed__3; @@ -609,17 +618,17 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange___closed LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabPatterns(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_Match_0__Lean_Elab_Term_elabMatchAux(lean_object*, 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_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main_unpack_go___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_Match_0__Lean_Elab_Term_tryPostponeIfDiscrTypeIsMVar___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_ToDepElimPattern_State_patternVars___default; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_synthesizeSyntheticMVarsUsingDefault(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1(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_Match_0__Lean_Elab_Term_withPatternElabConfig___rarg(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___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18___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_Match___hyg_18389____closed__3; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__5; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___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*); @@ -632,6 +641,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0 uint8_t l_Lean_Meta_isMatchValue(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_Context_userName___default; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__15(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___spec__1___rarg(lean_object*, uint8_t, 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_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -655,7 +665,6 @@ static lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault___closed__2; LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_elem___at_Lean_Occurrences_contains___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_withExistingLocalDecls___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__8___rarg(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_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange___closed__1; @@ -665,15 +674,14 @@ static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltVi lean_object* l_Lean_KVMap_setBool(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withEqs(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___lambda__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_Match___hyg_22719____closed__7; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___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_Match_0__Lean_Elab_Term_withToClear___rarg___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_expandMacrosInPatterns___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__13; size_t lean_usize_mod(size_t, size_t); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__10; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__10___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_precheckMatch___lambda__2(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__9___lambda__1___closed__4; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -685,7 +693,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMatch(lean_object*, lean_object*, static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__7___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___spec__4___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withEqs_go(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(lean_object*, 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_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(lean_object*, 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_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_updateFirst___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); @@ -705,11 +713,13 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElim static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize___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*); static lean_object* l_Lean_Elab_Term_precheckMatch___lambda__1___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__2; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabPatterns___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_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_throwEx___rarg(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_Match_0__Lean_Elab_Term_withToClear___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withPatternVars_loop(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_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_LocalDecl_userName(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange(lean_object*); @@ -723,6 +733,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPatter static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__2___closed__1; static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__4; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabPatterns___spec__2___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(lean_object*, lean_object*); lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -733,13 +744,13 @@ LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLambda___at___private_ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___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_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize___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_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*); -lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_ToDepElimPattern_main_unpack_go___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchAlts___spec__2___closed__2; static lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__2; lean_object* l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go(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_ToDepElimPattern_main___rarg___lambda__2(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_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__14; @@ -753,6 +764,7 @@ uint8_t l_Lean_Name_hasMacroScopes(lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_isPatternVar___closed__1; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__10___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize(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_Match___hyg_22723____closed__7; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__2; @@ -772,13 +784,14 @@ uint8_t l_Lean_Name_isAtomic(lean_object*); lean_object* l_Lean_Expr_isFVar___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getIndexToInclude_x3f_go___boxed(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_Elab_Term_ToDepElimPattern_main___rarg___lambda__4___boxed(lean_object**); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___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*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_withMVar(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_precheckMatch___closed__3; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__6(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_Lean_Meta_withExistingLocalDecls___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__8(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23___boxed(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_Lean_Elab_Term_mkMatcher___boxed(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_Match_0__Lean_Elab_Term_withToClear___spec__12(lean_object*, lean_object*, lean_object*); @@ -794,27 +807,26 @@ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Matc LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__14(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___spec__4___rarg___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_setMVarUserNamesAt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_precheckMatch(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore(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_ToDepElimPattern_normalize___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLocalInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30___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_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___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___private_Lean_Elab_Match_0__Lean_Elab_Term_elabAtomicDiscr___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_Match_0__Lean_Elab_Term_generalize___spec__5(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_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(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_Match_0__Lean_Elab_Term_withToClear___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getIndexToInclude_x3f___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_ForEachExprWhere_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__9(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(lean_object*, size_t, size_t); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__13; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_applyRefMap___spec__2___boxed(lean_object*, lean_object*); @@ -827,9 +839,8 @@ LEAN_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Elab_Match_0__Lean_E lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange___closed__5; LEAN_EXPORT lean_object* l_Lean_RBTree_toList___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___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_Syntax_node7(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_Match___hyg_22719____closed__9; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__4; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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*); @@ -843,7 +854,7 @@ static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___lambda__1___closed__1; -lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723_(lean_object*); lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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* lean_local_ctx_erase(lean_object*, lean_object*); @@ -853,14 +864,16 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go___ lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withPatternVars_loop___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*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_ToDepElimPattern_normalize___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_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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* l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___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_Meta_transform_visit_visitLet___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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* 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_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__29___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_Match_0__Lean_Elab_Term_elabMatchAux___spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___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_Array_mapMUnsafe_map___at_Lean_Elab_Term_precheckMatch___spec__4(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___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_initFn____x40_Lean_Elab_Match___hyg_18389____closed__1; lean_object* l_Lean_Elab_Term_commitIfDidNotPostpone___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_type(lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__4; @@ -876,6 +889,7 @@ static lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__2___ LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedDiscr; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___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*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_isMatchUnit_x3f___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getDiscrs___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___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*); @@ -890,7 +904,6 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0 lean_object* l_Lean_Expr_getAppFn(lean_object*); lean_object* l_Lean_Elab_Term_elabTermAndSynthesize(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_transform_visit_visitForall___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__5(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_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main_unpack(lean_object*); @@ -899,30 +912,35 @@ lean_object* l_Array_mapMUnsafe_map___at_Lean_expandMacros___spec__1(size_t, siz LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__8___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*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabNoMatch___spec__1___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__12; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__11; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch_declRange___closed__7; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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_Match_0__Lean_Elab_Term_expandNonAtomicDiscrs_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchAlts___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabPatterns___spec__2___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_mapMUnsafe_map___at_Lean_Elab_Term_expandMacrosInPatterns___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389_(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__32(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_precheckMatch___lambda__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchAlts(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___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_erase_macro_scopes(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(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_Match___hyg_18389____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_Term_precheckMatch___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__14___rarg___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_toPattern(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -939,21 +957,16 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_isAtomicDiscr___boxed(lean_object*, le LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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_List_mapM_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__11(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_GeneralizeResult_toClear___default; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__3; LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_Term_precheckMatch___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__9; -static lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___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*); static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__9___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkMatcher(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_object* l_Lean_Meta_erasePatternRefAnnotations___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__13___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(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_Match___hyg_22719____closed__14; static lean_object* l___regBuiltin_Lean_Elab_Term_elabNoMatch___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible_declRange(lean_object*); -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*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -977,11 +990,13 @@ static lean_object* l_Lean_Elab_Term_elabNoMatch___closed__3; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_applyRefMap___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___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_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__7___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_eraseIndices___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize___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*); extern lean_object* l_Lean_instInhabitedSyntax; +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___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*); @@ -998,15 +1013,15 @@ lean_object* l_List_redLength___rarg(lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__11; LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_checked___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__12___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible_declRange___closed__1; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(size_t, lean_object*, lean_object*, size_t, 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_ToDepElimPattern_TopSort_State_visitedMVars___default; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main(lean_object*); lean_object* l_Lean_Meta_sortFVarIds(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_setTag(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_Match___hyg_22723____closed__9; 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_Match___hyg_18389____closed__4; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabInaccessible___closed__5; @@ -1031,10 +1046,8 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__L LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar___spec__1(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_ToDepElimPattern_main___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_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_toPattern___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_updateMatchType___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -1050,12 +1063,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___bo LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withPatternElabConfig___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_elabMatch___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabNoMatch___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___lambda__5(lean_object*, lean_object*, lean_object*, 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_object*); lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkLambdaFVars(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_panic___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__2___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(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_Match_0__Lean_Elab_Term_withToClear___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_ToDepElimPattern_normalize___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_precheckMatch___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*); @@ -1078,7 +1090,6 @@ uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_checkCompatibleApps___boxed(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_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___spec__1(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__5; 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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1(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_mapM_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1115,27 +1126,31 @@ LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_Term_precheckMa LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__7(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Term_mkFreshBinderName___at___private_Lean_Elab_Match_0__Lean_Elab_Term_mkUserNameFor___spec__1___rarg___closed__2; lean_object* l_Nat_repr(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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_Lean_AssocList_contains___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_mkPatternRefMap_go___spec__4___boxed(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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__2; lean_object* l_List_toArrayAux___rarg(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___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_checkCompatibleApps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkArrayLit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); +lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_elabMatch_declRange(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withPatternElabConfig(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar___boxed(lean_object*, lean_object*); uint8_t l_Lean_Expr_hasExprMVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabAtomicDiscr(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_Match_0__Lean_Elab_Term_generalize___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType(lean_object*, 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_Match_0__Lean_Elab_Term_ToDepElimPattern_packMatchTypePatterns___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___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_Array_isEmpty___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__29(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalInstances___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltView___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* _init_l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__1() { _start: @@ -2259,7 +2274,7 @@ x_104 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Ter x_105 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_105, 0, x_103); lean_ctor_set(x_105, 1, x_104); -x_106 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_105, x_6, x_7, x_8, x_9, x_10, x_11, x_97); +x_106 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_105, x_6, x_7, x_8, x_9, x_10, x_11, x_97); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -8860,21 +8875,21 @@ uint8_t x_8; lean_object* x_9; lean_object* x_10; x_8 = l_Lean_Expr_isApp(x_2); if (x_8 == 0) { -lean_object* x_56; -x_56 = lean_box(0); -x_9 = x_56; +lean_object* x_52; +x_52 = lean_box(0); +x_9 = x_52; x_10 = x_7; -goto block_55; +goto block_51; } else { -lean_object* x_57; -x_57 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; -x_9 = x_57; +lean_object* x_53; +x_53 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; +x_9 = x_53; x_10 = x_7; -goto block_55; +goto block_51; } -block_55: +block_51: { if (lean_obj_tag(x_9) == 0) { @@ -8891,7 +8906,7 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; +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_dec(x_9); x_13 = lean_unsigned_to_nat(0u); x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_13); @@ -8901,178 +8916,160 @@ lean_dec(x_15); lean_dec(x_14); if (x_16 == 0) { -uint8_t x_53; -x_53 = 0; -x_17 = x_53; -goto block_52; +lean_object* x_49; +x_49 = lean_box(0); +x_17 = x_49; +x_18 = x_10; +goto block_48; } else { -uint8_t x_54; -x_54 = 1; -x_17 = x_54; -goto block_52; -} -block_52: -{ -lean_object* x_18; lean_object* x_19; -if (x_17 == 0) -{ lean_object* x_50; -x_50 = lean_box(0); -x_18 = x_50; -x_19 = x_10; -goto block_49; +x_50 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; +x_17 = x_50; +x_18 = x_10; +goto block_48; } -else -{ -lean_object* x_51; -x_51 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; -x_18 = x_51; -x_19 = x_10; -goto block_49; -} -block_49: +block_48: { -if (lean_obj_tag(x_18) == 0) +if (lean_obj_tag(x_17) == 0) { -lean_object* x_20; lean_object* x_21; +lean_object* x_19; lean_object* x_20; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_20 = lean_box(0); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_19); -return x_21; +x_19 = lean_box(0); +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_22; lean_object* x_23; uint8_t x_24; -lean_dec(x_18); -x_22 = l_Lean_Expr_getAppFn(x_1); -x_23 = l_Lean_Expr_getAppFn(x_2); -x_24 = l_Lean_Expr_isConst(x_22); -if (x_24 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_dec(x_17); +x_21 = l_Lean_Expr_getAppFn(x_1); +x_22 = l_Lean_Expr_getAppFn(x_2); +x_23 = l_Lean_Expr_isConst(x_21); +if (x_23 == 0) { -lean_object* x_25; lean_object* x_26; -lean_dec(x_23); +lean_object* x_24; lean_object* x_25; lean_dec(x_22); +lean_dec(x_21); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -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_19); -return x_26; +x_24 = lean_box(0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_18); +return x_25; } else { -uint8_t x_27; -x_27 = l_Lean_Expr_isConst(x_23); -if (x_27 == 0) +uint8_t x_26; +x_26 = l_Lean_Expr_isConst(x_22); +if (x_26 == 0) { -lean_object* x_28; lean_object* x_29; -lean_dec(x_23); +lean_object* x_27; lean_object* x_28; lean_dec(x_22); +lean_dec(x_21); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_19); -return x_29; +x_27 = 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_18); +return x_28; } else { -lean_object* x_30; -x_30 = l_Lean_Meta_isExprDefEq(x_22, x_23, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_30) == 0) +lean_object* x_29; +x_29 = l_Lean_Meta_isExprDefEq(x_21, x_22, x_3, x_4, x_5, x_6, x_18); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_31; uint8_t x_32; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_30); -if (x_33 == 0) +uint8_t x_32; +x_32 = !lean_is_exclusive(x_29); +if (x_32 == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_30, 0); -lean_dec(x_34); -x_35 = lean_box(0); -lean_ctor_set(x_30, 0, x_35); -return x_30; +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_29, 0); +lean_dec(x_33); +x_34 = lean_box(0); +lean_ctor_set(x_29, 0, x_34); +return x_29; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_30, 1); -lean_inc(x_36); -lean_dec(x_30); -x_37 = lean_box(0); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -return x_38; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_29, 1); +lean_inc(x_35); +lean_dec(x_29); +x_36 = lean_box(0); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_35); +return x_37; } } else { -uint8_t x_39; -x_39 = !lean_is_exclusive(x_30); -if (x_39 == 0) +uint8_t x_38; +x_38 = !lean_is_exclusive(x_29); +if (x_38 == 0) { -lean_object* x_40; lean_object* x_41; -x_40 = lean_ctor_get(x_30, 0); -lean_dec(x_40); -x_41 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; -lean_ctor_set(x_30, 0, x_41); -return x_30; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_29, 0); +lean_dec(x_39); +x_40 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; +lean_ctor_set(x_29, 0, x_40); +return x_29; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_30, 1); -lean_inc(x_42); -lean_dec(x_30); -x_43 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_42); -return x_44; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_29, 1); +lean_inc(x_41); +lean_dec(x_29); +x_42 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_precheckMatch___spec__5___closed__1; +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } } else { -uint8_t x_45; -x_45 = !lean_is_exclusive(x_30); -if (x_45 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_29); +if (x_44 == 0) { -return x_30; +return x_29; } 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_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_29, 0); +x_46 = lean_ctor_get(x_29, 1); 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; -} +lean_inc(x_45); +lean_dec(x_29); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } } } @@ -9503,395 +9500,46 @@ x_16 = lean_unsigned_to_nat(0u); x_17 = lean_nat_dec_eq(x_5, x_16); if (x_17 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_39; lean_object* x_40; uint8_t x_77; lean_object* x_78; uint8_t x_79; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_39; lean_object* x_77; lean_object* x_78; uint8_t x_115; lean_object* x_116; uint8_t x_117; lean_dec(x_9); x_18 = lean_unsigned_to_nat(1u); x_19 = lean_nat_sub(x_5, x_18); lean_dec(x_5); -x_77 = lean_nat_dec_lt(x_6, x_3); -x_78 = lean_array_get_size(x_2); -x_79 = lean_nat_dec_lt(x_6, x_78); -lean_dec(x_78); -if (x_77 == 0) -{ -lean_object* x_80; lean_object* x_81; -x_80 = l_Lean_instInhabitedExpr; -x_81 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -if (x_79 == 0) -{ -lean_object* x_82; lean_object* x_83; -x_82 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_82); -lean_inc(x_81); -x_83 = l_Lean_Meta_isExprDefEq(x_81, x_82, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_83) == 0) -{ -lean_object* x_84; uint8_t x_85; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_87 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(x_81, x_82, x_10, x_11, x_12, x_13, x_86); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -if (lean_obj_tag(x_88) == 0) -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_87, 1); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_box(0); -x_20 = x_90; -x_21 = x_89; -goto block_38; -} -else -{ -lean_object* x_91; uint8_t x_92; -x_91 = lean_ctor_get(x_87, 1); -lean_inc(x_91); -lean_dec(x_87); -x_92 = !lean_is_exclusive(x_88); -if (x_92 == 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; -x_93 = lean_ctor_get(x_88, 0); -lean_inc(x_6); -x_94 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_94, 0, x_6); -lean_ctor_set(x_94, 1, x_93); -lean_ctor_set(x_88, 0, x_94); -x_95 = lean_box(0); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_88); -lean_ctor_set(x_96, 1, x_95); -x_97 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_97, 0, x_96); -x_98 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_98, 0, x_97); -x_20 = x_98; -x_21 = x_91; -goto block_38; -} -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; -x_99 = lean_ctor_get(x_88, 0); -lean_inc(x_99); -lean_dec(x_88); -lean_inc(x_6); -x_100 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_100, 0, x_6); -lean_ctor_set(x_100, 1, x_99); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_100); -x_102 = lean_box(0); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_101); -lean_ctor_set(x_103, 1, x_102); -x_104 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_104, 0, x_103); -x_105 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_105, 0, x_104); -x_20 = x_105; -x_21 = x_91; -goto block_38; -} -} -} -else -{ -uint8_t x_106; -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_4); -x_106 = !lean_is_exclusive(x_87); -if (x_106 == 0) -{ -return x_87; -} -else -{ -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_87, 0); -x_108 = lean_ctor_get(x_87, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_87); -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_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_82); -lean_dec(x_81); -x_110 = lean_ctor_get(x_83, 1); -lean_inc(x_110); -lean_dec(x_83); -lean_inc(x_4); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_4); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_20 = x_112; -x_21 = x_110; -goto block_38; -} -} -else -{ -uint8_t x_113; -lean_dec(x_82); -lean_dec(x_81); -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_4); -x_113 = !lean_is_exclusive(x_83); -if (x_113 == 0) -{ -return x_83; -} -else -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_83, 0); -x_115 = lean_ctor_get(x_83, 1); -lean_inc(x_115); -lean_inc(x_114); -lean_dec(x_83); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; -} -} -} -else -{ -x_39 = x_81; -x_40 = lean_box(0); -goto block_76; -} -} -else -{ -lean_object* x_117; -x_117 = lean_array_fget(x_1, x_6); -if (x_79 == 0) +x_115 = lean_nat_dec_lt(x_6, x_3); +x_116 = lean_array_get_size(x_2); +x_117 = lean_nat_dec_lt(x_6, x_116); +lean_dec(x_116); +if (x_115 == 0) { -lean_object* x_118; lean_object* x_119; lean_object* x_120; +lean_object* x_118; lean_object* x_119; x_118 = l_Lean_instInhabitedExpr; x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_119); -lean_inc(x_117); -x_120 = l_Lean_Meta_isExprDefEq(x_117, x_119, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_120) == 0) -{ -lean_object* x_121; uint8_t x_122; -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_unbox(x_121); -lean_dec(x_121); -if (x_122 == 0) -{ -lean_object* x_123; lean_object* x_124; -x_123 = lean_ctor_get(x_120, 1); -lean_inc(x_123); -lean_dec(x_120); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_124 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(x_117, x_119, x_10, x_11, x_12, x_13, x_123); -if (lean_obj_tag(x_124) == 0) -{ -lean_object* x_125; -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -if (lean_obj_tag(x_125) == 0) -{ -lean_object* x_126; lean_object* x_127; -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_box(0); -x_20 = x_127; -x_21 = x_126; -goto block_38; -} -else -{ -lean_object* x_128; uint8_t x_129; -x_128 = lean_ctor_get(x_124, 1); -lean_inc(x_128); -lean_dec(x_124); -x_129 = !lean_is_exclusive(x_125); -if (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; -x_130 = lean_ctor_get(x_125, 0); -lean_inc(x_6); -x_131 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_131, 0, x_6); -lean_ctor_set(x_131, 1, x_130); -lean_ctor_set(x_125, 0, x_131); -x_132 = lean_box(0); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_125); -lean_ctor_set(x_133, 1, x_132); -x_134 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_134, 0, x_133); -x_135 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_135, 0, x_134); -x_20 = x_135; -x_21 = x_128; -goto block_38; -} -else -{ -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_136 = lean_ctor_get(x_125, 0); -lean_inc(x_136); -lean_dec(x_125); -lean_inc(x_6); -x_137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_137, 0, x_6); -lean_ctor_set(x_137, 1, x_136); -x_138 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_138, 0, x_137); -x_139 = lean_box(0); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_138); -lean_ctor_set(x_140, 1, x_139); -x_141 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_141, 0, x_140); -x_142 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_142, 0, x_141); -x_20 = x_142; -x_21 = x_128; -goto block_38; -} -} -} -else -{ -uint8_t x_143; -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_4); -x_143 = !lean_is_exclusive(x_124); -if (x_143 == 0) -{ -return x_124; -} -else +if (x_117 == 0) { -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_124, 0); -x_145 = lean_ctor_get(x_124, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_124); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; -} -} +x_39 = x_119; +goto block_76; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_119); -lean_dec(x_117); -x_147 = lean_ctor_get(x_120, 1); -lean_inc(x_147); -lean_dec(x_120); -lean_inc(x_4); -x_148 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_148, 0, x_4); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_148); -x_20 = x_149; -x_21 = x_147; -goto block_38; +x_77 = x_119; +x_78 = lean_box(0); +goto block_114; } } else { -uint8_t x_150; -lean_dec(x_119); -lean_dec(x_117); -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_4); -x_150 = !lean_is_exclusive(x_120); -if (x_150 == 0) -{ -return x_120; -} -else +lean_object* x_120; +x_120 = lean_array_fget(x_1, x_6); +if (x_117 == 0) { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_120, 0); -x_152 = lean_ctor_get(x_120, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_120); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; -} -} +x_39 = x_120; +goto block_76; } else { -x_39 = x_117; -x_40 = lean_box(0); -goto block_76; +x_77 = x_120; +x_78 = lean_box(0); +goto block_114; } } block_38: @@ -10000,8 +9648,9 @@ goto _start; } block_76: { -lean_object* x_41; lean_object* x_42; -x_41 = lean_array_fget(x_2, x_6); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = l_Lean_instInhabitedExpr; +x_41 = l___private_Init_Util_0__outOfBounds___rarg(x_40); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); @@ -10177,10 +9826,189 @@ return x_75; } } } +block_114: +{ +lean_object* x_79; lean_object* x_80; +x_79 = lean_array_fget(x_2, x_6); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_79); +lean_inc(x_77); +x_80 = l_Lean_Meta_isExprDefEq(x_77, x_79, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_80) == 0) +{ +lean_object* x_81; uint8_t x_82; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_unbox(x_81); +lean_dec(x_81); +if (x_82 == 0) +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_80, 1); +lean_inc(x_83); +lean_dec(x_80); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_84 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(x_77, x_79, x_10, x_11, x_12, x_13, x_83); +if (lean_obj_tag(x_84) == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +if (lean_obj_tag(x_85) == 0) +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = lean_box(0); +x_20 = x_87; +x_21 = x_86; +goto block_38; +} +else +{ +lean_object* x_88; uint8_t x_89; +x_88 = lean_ctor_get(x_84, 1); +lean_inc(x_88); +lean_dec(x_84); +x_89 = !lean_is_exclusive(x_85); +if (x_89 == 0) +{ +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_90 = lean_ctor_get(x_85, 0); +lean_inc(x_6); +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_6); +lean_ctor_set(x_91, 1, x_90); +lean_ctor_set(x_85, 0, x_91); +x_92 = lean_box(0); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_85); +lean_ctor_set(x_93, 1, x_92); +x_94 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_94, 0, x_93); +x_95 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_95, 0, x_94); +x_20 = x_95; +x_21 = x_88; +goto block_38; +} +else +{ +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; +x_96 = lean_ctor_get(x_85, 0); +lean_inc(x_96); +lean_dec(x_85); +lean_inc(x_6); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_6); +lean_ctor_set(x_97, 1, x_96); +x_98 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_98, 0, x_97); +x_99 = lean_box(0); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +x_101 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_101, 0, x_100); +x_102 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_102, 0, x_101); +x_20 = x_102; +x_21 = x_88; +goto block_38; +} +} +} +else +{ +uint8_t x_103; +lean_dec(x_19); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_4); +x_103 = !lean_is_exclusive(x_84); +if (x_103 == 0) +{ +return x_84; +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_84, 0); +x_105 = lean_ctor_get(x_84, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_84); +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 +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_dec(x_79); +lean_dec(x_77); +x_107 = lean_ctor_get(x_80, 1); +lean_inc(x_107); +lean_dec(x_80); +lean_inc(x_4); +x_108 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_108, 0, x_4); +x_109 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_109, 0, x_108); +x_20 = x_109; +x_21 = x_107; +goto block_38; +} +} +else +{ +uint8_t x_110; +lean_dec(x_79); +lean_dec(x_77); +lean_dec(x_19); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_4); +x_110 = !lean_is_exclusive(x_80); +if (x_110 == 0) +{ +return x_80; +} +else +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_80, 0); +x_112 = lean_ctor_get(x_80, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_80); +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 { -lean_object* x_154; lean_object* x_155; +lean_object* x_121; lean_object* x_122; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -10188,17 +10016,17 @@ lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_154 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_154, 0, x_9); -x_155 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_14); -return x_155; +x_121 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_121, 0, x_9); +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_14); +return x_122; } } else { -lean_object* x_156; lean_object* x_157; +lean_object* x_123; lean_object* x_124; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -10206,12 +10034,12 @@ lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_156 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_156, 0, x_9); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_14); -return x_157; +x_123 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_123, 0, x_9); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_14); +return x_124; } } } @@ -10259,1596 +10087,1143 @@ lean_inc(x_3); x_11 = l_Lean_Meta_whnfD(x_2, x_3, x_4, x_5, x_6, x_10); 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_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_223; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + lean_ctor_release(x_11, 1); + x_14 = x_11; +} else { + lean_dec_ref(x_11); + x_14 = lean_box(0); +} +x_223 = l_Lean_Expr_isFVar(x_9); +if (x_223 == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_11, 0); -x_14 = lean_ctor_get(x_11, 1); -x_15 = l_Lean_Expr_isFVar(x_9); -if (x_15 == 0) +uint8_t x_224; +x_224 = l_Lean_Expr_isFVar(x_12); +x_15 = x_224; +goto block_222; +} +else { -uint8_t x_16; -x_16 = l_Lean_Expr_isFVar(x_13); -if (x_16 == 0) +uint8_t x_225; +x_225 = 1; +x_15 = x_225; +goto block_222; +} +block_222: { -lean_object* x_17; -lean_free_object(x_11); +if (x_15 == 0) +{ +lean_object* x_16; +lean_dec(x_14); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_17 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_checkCompatibleApps(x_9, x_13, x_3, x_4, x_5, x_6, x_14); -if (lean_obj_tag(x_17) == 0) +x_16 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_checkCompatibleApps(x_9, x_12, x_3, x_4, x_5, x_6, x_13); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_18; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -if (lean_obj_tag(x_18) == 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_19; -lean_dec(x_13); +uint8_t x_18; +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_19 = !lean_is_exclusive(x_17); -if (x_19 == 0) +x_18 = !lean_is_exclusive(x_16); +if (x_18 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -x_21 = lean_box(0); -lean_ctor_set(x_17, 0, x_21); -return x_17; +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_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_17, 1); -lean_inc(x_22); -lean_dec(x_17); -x_23 = lean_box(0); -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_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 { -uint8_t x_25; -lean_dec(x_18); -x_25 = !lean_is_exclusive(x_17); -if (x_25 == 0) +uint8_t x_24; +lean_dec(x_17); +x_24 = !lean_is_exclusive(x_16); +if (x_24 == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_17, 1); -x_27 = lean_ctor_get(x_17, 0); -lean_dec(x_27); -x_28 = l_Lean_Expr_getAppFn(x_9); -if (lean_obj_tag(x_28) == 4) +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_16, 1); +x_26 = lean_ctor_get(x_16, 0); +lean_dec(x_26); +x_27 = l_Lean_Expr_getAppFn(x_9); +if (lean_obj_tag(x_27) == 4) { -lean_object* x_29; lean_object* x_30; uint8_t x_31; -lean_free_object(x_17); -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -lean_dec(x_28); -x_30 = lean_st_ref_get(x_6, x_26); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +lean_object* x_28; lean_object* x_29; uint8_t x_30; +lean_free_object(x_16); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_st_ref_get(x_6, x_25); +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); -x_34 = lean_ctor_get(x_32, 0); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_environment_find(x_34, x_29); -if (lean_obj_tag(x_35) == 0) +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_29, 0); +x_32 = lean_ctor_get(x_29, 1); +x_33 = lean_ctor_get(x_31, 0); +lean_inc(x_33); +lean_dec(x_31); +x_34 = lean_environment_find(x_33, x_28); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_36; -lean_dec(x_13); +lean_object* x_35; +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_36 = lean_box(0); -lean_ctor_set(x_30, 0, x_36); -return x_30; +x_35 = lean_box(0); +lean_ctor_set(x_29, 0, x_35); +return x_29; } else { -lean_object* x_37; -x_37 = lean_ctor_get(x_35, 0); -lean_inc(x_37); -lean_dec(x_35); -if (lean_obj_tag(x_37) == 6) +lean_object* x_36; +x_36 = lean_ctor_get(x_34, 0); +lean_inc(x_36); +lean_dec(x_34); +if (lean_obj_tag(x_36) == 6) { -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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -lean_free_object(x_30); -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); +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; lean_object* x_49; lean_object* x_50; lean_object* x_51; +lean_free_object(x_29); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +lean_dec(x_36); +x_38 = lean_unsigned_to_nat(0u); +x_39 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_38); +x_40 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; +lean_inc(x_39); +x_41 = lean_mk_array(x_39, x_40); +x_42 = lean_unsigned_to_nat(1u); +x_43 = lean_nat_sub(x_39, x_42); +lean_dec(x_39); +x_44 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_41, x_43); +x_45 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_12, x_38); +lean_inc(x_45); +x_46 = lean_mk_array(x_45, x_40); +x_47 = lean_nat_sub(x_45, x_42); +lean_dec(x_45); +x_48 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_12, x_46, x_47); +x_49 = lean_ctor_get(x_37, 3); +lean_inc(x_49); lean_dec(x_37); -x_39 = lean_unsigned_to_nat(0u); -x_40 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_39); -x_41 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; -lean_inc(x_40); -x_42 = lean_mk_array(x_40, x_41); -x_43 = lean_unsigned_to_nat(1u); -x_44 = lean_nat_sub(x_40, x_43); -lean_dec(x_40); -x_45 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_42, x_44); -x_46 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_13, x_39); -lean_inc(x_46); -x_47 = lean_mk_array(x_46, x_41); -x_48 = lean_nat_sub(x_46, x_43); -lean_dec(x_46); -x_49 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_13, x_47, x_48); -x_50 = lean_ctor_get(x_38, 3); -lean_inc(x_50); -lean_dec(x_38); -x_51 = lean_box(0); +x_50 = lean_box(0); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_50); -x_52 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_45, x_49, x_50, x_39, x_50, x_43, x_51, x_3, x_4, x_5, x_6, x_33); -if (lean_obj_tag(x_52) == 0) +lean_inc(x_49); +x_51 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_44, x_48, x_49, x_38, x_49, x_42, x_50, x_3, x_4, x_5, x_6, x_32); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_53; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -if (lean_obj_tag(x_53) == 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_54; -lean_dec(x_50); +uint8_t x_53; lean_dec(x_49); -lean_dec(x_45); +lean_dec(x_48); +lean_dec(x_44); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_54 = !lean_is_exclusive(x_52); -if (x_54 == 0) +x_53 = !lean_is_exclusive(x_51); +if (x_53 == 0) { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_52, 0); -lean_dec(x_55); -x_56 = lean_box(0); -lean_ctor_set(x_52, 0, x_56); -return x_52; +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_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_52, 1); -lean_inc(x_57); -lean_dec(x_52); -x_58 = lean_box(0); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_57); -return x_59; +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_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -lean_dec(x_53); -x_60 = lean_ctor_get(x_52, 1); -lean_inc(x_60); +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_dec(x_52); -x_61 = lean_array_get_size(x_45); -x_62 = lean_box(0); -x_63 = l_Lean_Elab_Term_precheckMatch___closed__3; -lean_inc(x_61); -x_64 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_45, x_49, x_61, x_63, x_61, x_50, x_61, x_43, x_63, x_3, x_4, x_5, x_6, x_60); -lean_dec(x_61); -lean_dec(x_49); -lean_dec(x_45); -if (lean_obj_tag(x_64) == 0) +x_59 = lean_ctor_get(x_51, 1); +lean_inc(x_59); +lean_dec(x_51); +x_60 = lean_array_get_size(x_44); +x_61 = lean_box(0); +x_62 = l_Lean_Elab_Term_precheckMatch___closed__3; +lean_inc(x_60); +x_63 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_44, x_48, x_60, x_62, x_60, x_49, x_60, x_42, x_62, x_3, x_4, x_5, x_6, x_59); +lean_dec(x_60); +lean_dec(x_48); +lean_dec(x_44); +if (lean_obj_tag(x_63) == 0) { -lean_object* x_65; -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -if (lean_obj_tag(x_65) == 0) +lean_object* x_64; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +if (lean_obj_tag(x_64) == 0) { -uint8_t x_66; -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) +uint8_t x_65; +x_65 = !lean_is_exclusive(x_63); +if (x_65 == 0) { -lean_object* x_67; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_62); -return x_64; +lean_object* x_66; +x_66 = lean_ctor_get(x_63, 0); +lean_dec(x_66); +lean_ctor_set(x_63, 0, x_61); +return x_63; } else { -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_64, 1); -lean_inc(x_68); -lean_dec(x_64); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_62); -lean_ctor_set(x_69, 1, x_68); -return x_69; +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_63, 1); +lean_inc(x_67); +lean_dec(x_63); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_61); +lean_ctor_set(x_68, 1, x_67); +return x_68; } } else { -lean_object* x_70; lean_object* x_71; -x_70 = lean_ctor_get(x_65, 0); +lean_object* x_69; lean_object* x_70; +x_69 = lean_ctor_get(x_64, 0); +lean_inc(x_69); +lean_dec(x_64); +x_70 = lean_ctor_get(x_69, 0); lean_inc(x_70); -lean_dec(x_65); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -lean_dec(x_70); -if (lean_obj_tag(x_71) == 0) +lean_dec(x_69); +if (lean_obj_tag(x_70) == 0) { -uint8_t x_72; -x_72 = !lean_is_exclusive(x_64); -if (x_72 == 0) +uint8_t x_71; +x_71 = !lean_is_exclusive(x_63); +if (x_71 == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_64, 0); -lean_dec(x_73); -lean_ctor_set(x_64, 0, x_62); -return x_64; +lean_object* x_72; +x_72 = lean_ctor_get(x_63, 0); +lean_dec(x_72); +lean_ctor_set(x_63, 0, x_61); +return x_63; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_64, 1); -lean_inc(x_74); -lean_dec(x_64); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_62); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_63, 1); +lean_inc(x_73); +lean_dec(x_63); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_61); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } else { -uint8_t x_76; -x_76 = !lean_is_exclusive(x_64); -if (x_76 == 0) +uint8_t x_75; +x_75 = !lean_is_exclusive(x_63); +if (x_75 == 0) { -lean_object* x_77; uint8_t x_78; -x_77 = lean_ctor_get(x_64, 0); -lean_dec(x_77); -x_78 = !lean_is_exclusive(x_71); -if (x_78 == 0) +lean_object* x_76; uint8_t x_77; +x_76 = lean_ctor_get(x_63, 0); +lean_dec(x_76); +x_77 = !lean_is_exclusive(x_70); +if (x_77 == 0) { -lean_ctor_set(x_64, 0, x_71); -return x_64; +lean_ctor_set(x_63, 0, x_70); +return x_63; } else { -lean_object* x_79; lean_object* x_80; -x_79 = lean_ctor_get(x_71, 0); -lean_inc(x_79); -lean_dec(x_71); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_64, 0, x_80); -return x_64; +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_70, 0); +lean_inc(x_78); +lean_dec(x_70); +x_79 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_63, 0, x_79); +return x_63; } } else { -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_64, 1); +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_80 = lean_ctor_get(x_63, 1); +lean_inc(x_80); +lean_dec(x_63); +x_81 = lean_ctor_get(x_70, 0); lean_inc(x_81); -lean_dec(x_64); -x_82 = lean_ctor_get(x_71, 0); -lean_inc(x_82); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - x_83 = x_71; +if (lean_is_exclusive(x_70)) { + lean_ctor_release(x_70, 0); + x_82 = x_70; } else { - lean_dec_ref(x_71); - x_83 = lean_box(0); + lean_dec_ref(x_70); + x_82 = lean_box(0); } -if (lean_is_scalar(x_83)) { - x_84 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_82)) { + x_83 = lean_alloc_ctor(1, 1, 0); } else { - x_84 = x_83; + x_83 = x_82; } -lean_ctor_set(x_84, 0, x_82); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_81); -return x_85; +lean_ctor_set(x_83, 0, x_81); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_84, 1, x_80); +return x_84; } } } } else { -uint8_t x_86; -x_86 = !lean_is_exclusive(x_64); -if (x_86 == 0) +uint8_t x_85; +x_85 = !lean_is_exclusive(x_63); +if (x_85 == 0) { -return x_64; +return x_63; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_64, 0); -x_88 = lean_ctor_get(x_64, 1); -lean_inc(x_88); +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_63, 0); +x_87 = lean_ctor_get(x_63, 1); lean_inc(x_87); -lean_dec(x_64); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_inc(x_86); +lean_dec(x_63); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } } else { -uint8_t x_90; -lean_dec(x_50); +uint8_t x_89; lean_dec(x_49); -lean_dec(x_45); +lean_dec(x_48); +lean_dec(x_44); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_90 = !lean_is_exclusive(x_52); -if (x_90 == 0) +x_89 = !lean_is_exclusive(x_51); +if (x_89 == 0) { -return x_52; +return x_51; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_52, 0); -x_92 = lean_ctor_get(x_52, 1); -lean_inc(x_92); +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_51, 0); +x_91 = lean_ctor_get(x_51, 1); lean_inc(x_91); -lean_dec(x_52); -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_inc(x_90); +lean_dec(x_51); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } } } else { -lean_object* x_94; -lean_dec(x_37); -lean_dec(x_13); +lean_object* x_93; +lean_dec(x_36); +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_94 = lean_box(0); -lean_ctor_set(x_30, 0, x_94); -return x_30; +x_93 = lean_box(0); +lean_ctor_set(x_29, 0, x_93); +return x_29; } } } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_95 = lean_ctor_get(x_30, 0); -x_96 = lean_ctor_get(x_30, 1); -lean_inc(x_96); +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_94 = lean_ctor_get(x_29, 0); +x_95 = lean_ctor_get(x_29, 1); lean_inc(x_95); -lean_dec(x_30); -x_97 = lean_ctor_get(x_95, 0); -lean_inc(x_97); -lean_dec(x_95); -x_98 = lean_environment_find(x_97, x_29); -if (lean_obj_tag(x_98) == 0) +lean_inc(x_94); +lean_dec(x_29); +x_96 = lean_ctor_get(x_94, 0); +lean_inc(x_96); +lean_dec(x_94); +x_97 = lean_environment_find(x_96, x_28); +if (lean_obj_tag(x_97) == 0) { -lean_object* x_99; lean_object* x_100; -lean_dec(x_13); +lean_object* x_98; lean_object* x_99; +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_99 = lean_box(0); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_96); -return x_100; +x_98 = lean_box(0); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_95); +return x_99; } else { -lean_object* x_101; -x_101 = lean_ctor_get(x_98, 0); -lean_inc(x_101); -lean_dec(x_98); -if (lean_obj_tag(x_101) == 6) +lean_object* x_100; +x_100 = lean_ctor_get(x_97, 0); +lean_inc(x_100); +lean_dec(x_97); +if (lean_obj_tag(x_100) == 6) { -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; -x_102 = lean_ctor_get(x_101, 0); -lean_inc(x_102); +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; +x_101 = lean_ctor_get(x_100, 0); +lean_inc(x_101); +lean_dec(x_100); +x_102 = lean_unsigned_to_nat(0u); +x_103 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_102); +x_104 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; +lean_inc(x_103); +x_105 = lean_mk_array(x_103, x_104); +x_106 = lean_unsigned_to_nat(1u); +x_107 = lean_nat_sub(x_103, x_106); +lean_dec(x_103); +x_108 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_105, x_107); +x_109 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_12, x_102); +lean_inc(x_109); +x_110 = lean_mk_array(x_109, x_104); +x_111 = lean_nat_sub(x_109, x_106); +lean_dec(x_109); +x_112 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_12, x_110, x_111); +x_113 = lean_ctor_get(x_101, 3); +lean_inc(x_113); lean_dec(x_101); -x_103 = lean_unsigned_to_nat(0u); -x_104 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_103); -x_105 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; -lean_inc(x_104); -x_106 = lean_mk_array(x_104, x_105); -x_107 = lean_unsigned_to_nat(1u); -x_108 = lean_nat_sub(x_104, x_107); -lean_dec(x_104); -x_109 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_106, x_108); -x_110 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_13, x_103); -lean_inc(x_110); -x_111 = lean_mk_array(x_110, x_105); -x_112 = lean_nat_sub(x_110, x_107); -lean_dec(x_110); -x_113 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_13, x_111, x_112); -x_114 = lean_ctor_get(x_102, 3); -lean_inc(x_114); -lean_dec(x_102); -x_115 = lean_box(0); +x_114 = lean_box(0); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_114); -x_116 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_109, x_113, x_114, x_103, x_114, x_107, x_115, x_3, x_4, x_5, x_6, x_96); -if (lean_obj_tag(x_116) == 0) +lean_inc(x_113); +x_115 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_108, x_112, x_113, x_102, x_113, x_106, x_114, x_3, x_4, x_5, x_6, x_95); +if (lean_obj_tag(x_115) == 0) { -lean_object* x_117; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -if (lean_obj_tag(x_117) == 0) +lean_object* x_116; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +if (lean_obj_tag(x_116) == 0) { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -lean_dec(x_114); +lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_dec(x_113); -lean_dec(x_109); +lean_dec(x_112); +lean_dec(x_108); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_119 = x_116; +x_117 = lean_ctor_get(x_115, 1); +lean_inc(x_117); +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_118 = x_115; } else { - lean_dec_ref(x_116); - x_119 = lean_box(0); + lean_dec_ref(x_115); + x_118 = lean_box(0); } -x_120 = lean_box(0); -if (lean_is_scalar(x_119)) { - x_121 = lean_alloc_ctor(0, 2, 0); +x_119 = lean_box(0); +if (lean_is_scalar(x_118)) { + x_120 = lean_alloc_ctor(0, 2, 0); } else { - x_121 = x_119; + x_120 = x_118; } -lean_ctor_set(x_121, 0, x_120); -lean_ctor_set(x_121, 1, x_118); -return x_121; +lean_ctor_set(x_120, 0, x_119); +lean_ctor_set(x_120, 1, x_117); +return x_120; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; -lean_dec(x_117); -x_122 = lean_ctor_get(x_116, 1); -lean_inc(x_122); +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_dec(x_116); -x_123 = lean_array_get_size(x_109); -x_124 = lean_box(0); -x_125 = l_Lean_Elab_Term_precheckMatch___closed__3; -lean_inc(x_123); -x_126 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_109, x_113, x_123, x_125, x_123, x_114, x_123, x_107, x_125, x_3, x_4, x_5, x_6, x_122); -lean_dec(x_123); -lean_dec(x_113); -lean_dec(x_109); +x_121 = lean_ctor_get(x_115, 1); +lean_inc(x_121); +lean_dec(x_115); +x_122 = lean_array_get_size(x_108); +x_123 = lean_box(0); +x_124 = l_Lean_Elab_Term_precheckMatch___closed__3; +lean_inc(x_122); +x_125 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_108, x_112, x_122, x_124, x_122, x_113, x_122, x_106, x_124, x_3, x_4, x_5, x_6, x_121); +lean_dec(x_122); +lean_dec(x_112); +lean_dec(x_108); +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; -x_127 = lean_ctor_get(x_126, 0); +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_125, 1); lean_inc(x_127); -if (lean_obj_tag(x_127) == 0) -{ -lean_object* x_128; lean_object* x_129; lean_object* x_130; -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; +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_126); - x_129 = lean_box(0); + lean_dec_ref(x_125); + x_128 = lean_box(0); } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_128)) { + x_129 = lean_alloc_ctor(0, 2, 0); } else { - x_130 = x_129; + x_129 = x_128; } -lean_ctor_set(x_130, 0, x_124); -lean_ctor_set(x_130, 1, x_128); -return x_130; +lean_ctor_set(x_129, 0, x_123); +lean_ctor_set(x_129, 1, x_127); +return x_129; } else { -lean_object* x_131; lean_object* x_132; -x_131 = lean_ctor_get(x_127, 0); +lean_object* x_130; lean_object* x_131; +x_130 = lean_ctor_get(x_126, 0); +lean_inc(x_130); +lean_dec(x_126); +x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); -lean_dec(x_127); -x_132 = lean_ctor_get(x_131, 0); -lean_inc(x_132); -lean_dec(x_131); -if (lean_obj_tag(x_132) == 0) +lean_dec(x_130); +if (lean_obj_tag(x_131) == 0) { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_133 = lean_ctor_get(x_126, 1); -lean_inc(x_133); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_134 = x_126; +lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_132 = lean_ctor_get(x_125, 1); +lean_inc(x_132); +if (lean_is_exclusive(x_125)) { + lean_ctor_release(x_125, 0); + lean_ctor_release(x_125, 1); + x_133 = x_125; } else { - lean_dec_ref(x_126); - x_134 = lean_box(0); + lean_dec_ref(x_125); + x_133 = lean_box(0); } -if (lean_is_scalar(x_134)) { - x_135 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_133)) { + x_134 = lean_alloc_ctor(0, 2, 0); } else { - x_135 = x_134; + x_134 = x_133; } -lean_ctor_set(x_135, 0, x_124); -lean_ctor_set(x_135, 1, x_133); -return x_135; +lean_ctor_set(x_134, 0, x_123); +lean_ctor_set(x_134, 1, x_132); +return x_134; } else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_136 = lean_ctor_get(x_126, 1); -lean_inc(x_136); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_137 = x_126; +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_135 = lean_ctor_get(x_125, 1); +lean_inc(x_135); +if (lean_is_exclusive(x_125)) { + lean_ctor_release(x_125, 0); + lean_ctor_release(x_125, 1); + x_136 = x_125; } else { - lean_dec_ref(x_126); - x_137 = lean_box(0); + lean_dec_ref(x_125); + x_136 = lean_box(0); } -x_138 = lean_ctor_get(x_132, 0); -lean_inc(x_138); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - x_139 = x_132; +x_137 = lean_ctor_get(x_131, 0); +lean_inc(x_137); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + x_138 = x_131; } else { - lean_dec_ref(x_132); - x_139 = lean_box(0); + lean_dec_ref(x_131); + x_138 = lean_box(0); } -if (lean_is_scalar(x_139)) { - x_140 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_138)) { + x_139 = lean_alloc_ctor(1, 1, 0); } else { - x_140 = x_139; + x_139 = x_138; } -lean_ctor_set(x_140, 0, x_138); -if (lean_is_scalar(x_137)) { - x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_139, 0, x_137); +if (lean_is_scalar(x_136)) { + x_140 = lean_alloc_ctor(0, 2, 0); } else { - x_141 = x_137; + x_140 = x_136; } -lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_136); -return x_141; +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_135); +return x_140; } } } else { -lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_142 = lean_ctor_get(x_126, 0); +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_141 = lean_ctor_get(x_125, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_125, 1); lean_inc(x_142); -x_143 = lean_ctor_get(x_126, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_144 = x_126; +if (lean_is_exclusive(x_125)) { + lean_ctor_release(x_125, 0); + lean_ctor_release(x_125, 1); + x_143 = x_125; } else { - lean_dec_ref(x_126); - x_144 = lean_box(0); + lean_dec_ref(x_125); + x_143 = lean_box(0); } -if (lean_is_scalar(x_144)) { - x_145 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_143)) { + x_144 = lean_alloc_ctor(1, 2, 0); } else { - x_145 = x_144; + x_144 = x_143; } -lean_ctor_set(x_145, 0, x_142); -lean_ctor_set(x_145, 1, x_143); -return x_145; +lean_ctor_set(x_144, 0, x_141); +lean_ctor_set(x_144, 1, x_142); +return x_144; } } } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_114); +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_dec(x_113); -lean_dec(x_109); +lean_dec(x_112); +lean_dec(x_108); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_146 = lean_ctor_get(x_116, 0); +x_145 = lean_ctor_get(x_115, 0); +lean_inc(x_145); +x_146 = lean_ctor_get(x_115, 1); lean_inc(x_146); -x_147 = lean_ctor_get(x_116, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_148 = x_116; +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_147 = x_115; } else { - lean_dec_ref(x_116); - x_148 = lean_box(0); + lean_dec_ref(x_115); + x_147 = lean_box(0); } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_147)) { + x_148 = lean_alloc_ctor(1, 2, 0); } else { - x_149 = x_148; + x_148 = x_147; } -lean_ctor_set(x_149, 0, x_146); -lean_ctor_set(x_149, 1, x_147); -return x_149; +lean_ctor_set(x_148, 0, x_145); +lean_ctor_set(x_148, 1, x_146); +return x_148; } } else { -lean_object* x_150; lean_object* x_151; -lean_dec(x_101); -lean_dec(x_13); +lean_object* x_149; lean_object* x_150; +lean_dec(x_100); +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_150 = lean_box(0); -x_151 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_151, 0, x_150); -lean_ctor_set(x_151, 1, x_96); -return x_151; +x_149 = lean_box(0); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_150, 1, x_95); +return x_150; } } } } else { -lean_object* x_152; -lean_dec(x_28); -lean_dec(x_13); +lean_object* x_151; +lean_dec(x_27); +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_152 = lean_box(0); -lean_ctor_set(x_17, 0, x_152); -return x_17; +x_151 = lean_box(0); +lean_ctor_set(x_16, 0, x_151); +return x_16; } } else { -lean_object* x_153; lean_object* x_154; -x_153 = lean_ctor_get(x_17, 1); -lean_inc(x_153); -lean_dec(x_17); -x_154 = l_Lean_Expr_getAppFn(x_9); -if (lean_obj_tag(x_154) == 4) +lean_object* x_152; lean_object* x_153; +x_152 = lean_ctor_get(x_16, 1); +lean_inc(x_152); +lean_dec(x_16); +x_153 = l_Lean_Expr_getAppFn(x_9); +if (lean_obj_tag(x_153) == 4) { -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; -x_155 = lean_ctor_get(x_154, 0); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_get(x_6, x_153); -x_157 = lean_ctor_get(x_156, 0); +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; +x_154 = lean_ctor_get(x_153, 0); +lean_inc(x_154); +lean_dec(x_153); +x_155 = lean_st_ref_get(x_6, x_152); +x_156 = lean_ctor_get(x_155, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_155, 1); lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - lean_ctor_release(x_156, 1); - x_159 = x_156; +if (lean_is_exclusive(x_155)) { + lean_ctor_release(x_155, 0); + lean_ctor_release(x_155, 1); + x_158 = x_155; } else { - lean_dec_ref(x_156); - x_159 = lean_box(0); + lean_dec_ref(x_155); + x_158 = lean_box(0); } -x_160 = lean_ctor_get(x_157, 0); -lean_inc(x_160); -lean_dec(x_157); -x_161 = lean_environment_find(x_160, x_155); -if (lean_obj_tag(x_161) == 0) +x_159 = lean_ctor_get(x_156, 0); +lean_inc(x_159); +lean_dec(x_156); +x_160 = lean_environment_find(x_159, x_154); +if (lean_obj_tag(x_160) == 0) { -lean_object* x_162; lean_object* x_163; -lean_dec(x_13); +lean_object* x_161; lean_object* x_162; +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_162 = lean_box(0); -if (lean_is_scalar(x_159)) { - x_163 = lean_alloc_ctor(0, 2, 0); +x_161 = lean_box(0); +if (lean_is_scalar(x_158)) { + x_162 = lean_alloc_ctor(0, 2, 0); } else { - x_163 = x_159; + x_162 = x_158; } -lean_ctor_set(x_163, 0, x_162); -lean_ctor_set(x_163, 1, x_158); -return x_163; +lean_ctor_set(x_162, 0, x_161); +lean_ctor_set(x_162, 1, x_157); +return x_162; } else { -lean_object* x_164; -x_164 = lean_ctor_get(x_161, 0); -lean_inc(x_164); -lean_dec(x_161); -if (lean_obj_tag(x_164) == 6) +lean_object* x_163; +x_163 = lean_ctor_get(x_160, 0); +lean_inc(x_163); +lean_dec(x_160); +if (lean_obj_tag(x_163) == 6) { -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_dec(x_159); -x_165 = lean_ctor_get(x_164, 0); -lean_inc(x_165); +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_dec(x_158); +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +lean_dec(x_163); +x_165 = lean_unsigned_to_nat(0u); +x_166 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_165); +x_167 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; +lean_inc(x_166); +x_168 = lean_mk_array(x_166, x_167); +x_169 = lean_unsigned_to_nat(1u); +x_170 = lean_nat_sub(x_166, x_169); +lean_dec(x_166); +x_171 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_168, x_170); +x_172 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_12, x_165); +lean_inc(x_172); +x_173 = lean_mk_array(x_172, x_167); +x_174 = lean_nat_sub(x_172, x_169); +lean_dec(x_172); +x_175 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_12, x_173, x_174); +x_176 = lean_ctor_get(x_164, 3); +lean_inc(x_176); lean_dec(x_164); -x_166 = lean_unsigned_to_nat(0u); -x_167 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_166); -x_168 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; -lean_inc(x_167); -x_169 = lean_mk_array(x_167, x_168); -x_170 = lean_unsigned_to_nat(1u); -x_171 = lean_nat_sub(x_167, x_170); -lean_dec(x_167); -x_172 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_169, x_171); -x_173 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_13, x_166); -lean_inc(x_173); -x_174 = lean_mk_array(x_173, x_168); -x_175 = lean_nat_sub(x_173, x_170); -lean_dec(x_173); -x_176 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_13, x_174, x_175); -x_177 = lean_ctor_get(x_165, 3); -lean_inc(x_177); -lean_dec(x_165); -x_178 = lean_box(0); +x_177 = lean_box(0); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_177); -x_179 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_172, x_176, x_177, x_166, x_177, x_170, x_178, x_3, x_4, x_5, x_6, x_158); -if (lean_obj_tag(x_179) == 0) +lean_inc(x_176); +x_178 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_171, x_175, x_176, x_165, x_176, x_169, x_177, x_3, x_4, x_5, x_6, x_157); +if (lean_obj_tag(x_178) == 0) { -lean_object* x_180; -x_180 = lean_ctor_get(x_179, 0); -lean_inc(x_180); -if (lean_obj_tag(x_180) == 0) +lean_object* x_179; +x_179 = lean_ctor_get(x_178, 0); +lean_inc(x_179); +if (lean_obj_tag(x_179) == 0) { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; -lean_dec(x_177); +lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_dec(x_176); -lean_dec(x_172); +lean_dec(x_175); +lean_dec(x_171); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_181 = lean_ctor_get(x_179, 1); -lean_inc(x_181); -if (lean_is_exclusive(x_179)) { - lean_ctor_release(x_179, 0); - lean_ctor_release(x_179, 1); - x_182 = x_179; +x_180 = lean_ctor_get(x_178, 1); +lean_inc(x_180); +if (lean_is_exclusive(x_178)) { + lean_ctor_release(x_178, 0); + lean_ctor_release(x_178, 1); + x_181 = x_178; } else { - lean_dec_ref(x_179); - x_182 = lean_box(0); + lean_dec_ref(x_178); + x_181 = lean_box(0); } -x_183 = lean_box(0); -if (lean_is_scalar(x_182)) { - x_184 = lean_alloc_ctor(0, 2, 0); +x_182 = lean_box(0); +if (lean_is_scalar(x_181)) { + x_183 = lean_alloc_ctor(0, 2, 0); } else { - x_184 = x_182; + x_183 = x_181; } -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_181); -return x_184; +lean_ctor_set(x_183, 0, x_182); +lean_ctor_set(x_183, 1, x_180); +return x_183; } else { -lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -lean_dec(x_180); -x_185 = lean_ctor_get(x_179, 1); -lean_inc(x_185); +lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_dec(x_179); -x_186 = lean_array_get_size(x_172); -x_187 = lean_box(0); -x_188 = l_Lean_Elab_Term_precheckMatch___closed__3; -lean_inc(x_186); -x_189 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_172, x_176, x_186, x_188, x_186, x_177, x_186, x_170, x_188, x_3, x_4, x_5, x_6, x_185); -lean_dec(x_186); -lean_dec(x_176); -lean_dec(x_172); +x_184 = lean_ctor_get(x_178, 1); +lean_inc(x_184); +lean_dec(x_178); +x_185 = lean_array_get_size(x_171); +x_186 = lean_box(0); +x_187 = l_Lean_Elab_Term_precheckMatch___closed__3; +lean_inc(x_185); +x_188 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_171, x_175, x_185, x_187, x_185, x_176, x_185, x_169, x_187, x_3, x_4, x_5, x_6, x_184); +lean_dec(x_185); +lean_dec(x_175); +lean_dec(x_171); +if (lean_obj_tag(x_188) == 0) +{ +lean_object* x_189; +x_189 = lean_ctor_get(x_188, 0); +lean_inc(x_189); if (lean_obj_tag(x_189) == 0) { -lean_object* x_190; -x_190 = lean_ctor_get(x_189, 0); +lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_190 = lean_ctor_get(x_188, 1); lean_inc(x_190); -if (lean_obj_tag(x_190) == 0) -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; -x_191 = lean_ctor_get(x_189, 1); -lean_inc(x_191); -if (lean_is_exclusive(x_189)) { - lean_ctor_release(x_189, 0); - lean_ctor_release(x_189, 1); - x_192 = x_189; +if (lean_is_exclusive(x_188)) { + lean_ctor_release(x_188, 0); + lean_ctor_release(x_188, 1); + x_191 = x_188; } else { - lean_dec_ref(x_189); - x_192 = lean_box(0); + lean_dec_ref(x_188); + x_191 = lean_box(0); } -if (lean_is_scalar(x_192)) { - x_193 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_191)) { + x_192 = lean_alloc_ctor(0, 2, 0); } else { - x_193 = x_192; + x_192 = x_191; } -lean_ctor_set(x_193, 0, x_187); -lean_ctor_set(x_193, 1, x_191); -return x_193; +lean_ctor_set(x_192, 0, x_186); +lean_ctor_set(x_192, 1, x_190); +return x_192; } else { -lean_object* x_194; lean_object* x_195; -x_194 = lean_ctor_get(x_190, 0); +lean_object* x_193; lean_object* x_194; +x_193 = lean_ctor_get(x_189, 0); +lean_inc(x_193); +lean_dec(x_189); +x_194 = lean_ctor_get(x_193, 0); lean_inc(x_194); -lean_dec(x_190); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -lean_dec(x_194); -if (lean_obj_tag(x_195) == 0) +lean_dec(x_193); +if (lean_obj_tag(x_194) == 0) { -lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_196 = lean_ctor_get(x_189, 1); -lean_inc(x_196); -if (lean_is_exclusive(x_189)) { - lean_ctor_release(x_189, 0); - lean_ctor_release(x_189, 1); - x_197 = x_189; +lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_195 = lean_ctor_get(x_188, 1); +lean_inc(x_195); +if (lean_is_exclusive(x_188)) { + lean_ctor_release(x_188, 0); + lean_ctor_release(x_188, 1); + x_196 = x_188; } else { - lean_dec_ref(x_189); - x_197 = lean_box(0); + lean_dec_ref(x_188); + x_196 = lean_box(0); } -if (lean_is_scalar(x_197)) { - x_198 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_196)) { + x_197 = lean_alloc_ctor(0, 2, 0); } else { - x_198 = x_197; + x_197 = x_196; } -lean_ctor_set(x_198, 0, x_187); -lean_ctor_set(x_198, 1, x_196); -return x_198; +lean_ctor_set(x_197, 0, x_186); +lean_ctor_set(x_197, 1, x_195); +return x_197; } 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; -x_199 = lean_ctor_get(x_189, 1); -lean_inc(x_199); -if (lean_is_exclusive(x_189)) { - lean_ctor_release(x_189, 0); - lean_ctor_release(x_189, 1); - x_200 = x_189; +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_198 = lean_ctor_get(x_188, 1); +lean_inc(x_198); +if (lean_is_exclusive(x_188)) { + lean_ctor_release(x_188, 0); + lean_ctor_release(x_188, 1); + x_199 = x_188; } else { - lean_dec_ref(x_189); - x_200 = lean_box(0); -} -x_201 = lean_ctor_get(x_195, 0); -lean_inc(x_201); -if (lean_is_exclusive(x_195)) { - lean_ctor_release(x_195, 0); - x_202 = x_195; + lean_dec_ref(x_188); + x_199 = lean_box(0); +} +x_200 = lean_ctor_get(x_194, 0); +lean_inc(x_200); +if (lean_is_exclusive(x_194)) { + lean_ctor_release(x_194, 0); + x_201 = x_194; } else { - lean_dec_ref(x_195); - x_202 = lean_box(0); + lean_dec_ref(x_194); + x_201 = lean_box(0); } -if (lean_is_scalar(x_202)) { - x_203 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_201)) { + x_202 = lean_alloc_ctor(1, 1, 0); } else { - x_203 = x_202; + x_202 = x_201; } -lean_ctor_set(x_203, 0, x_201); -if (lean_is_scalar(x_200)) { - x_204 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_200); +if (lean_is_scalar(x_199)) { + x_203 = lean_alloc_ctor(0, 2, 0); } else { - x_204 = x_200; + x_203 = x_199; } -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_199); -return x_204; +lean_ctor_set(x_203, 0, x_202); +lean_ctor_set(x_203, 1, x_198); +return x_203; } } } else { -lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; -x_205 = lean_ctor_get(x_189, 0); +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_204 = lean_ctor_get(x_188, 0); +lean_inc(x_204); +x_205 = lean_ctor_get(x_188, 1); lean_inc(x_205); -x_206 = lean_ctor_get(x_189, 1); -lean_inc(x_206); -if (lean_is_exclusive(x_189)) { - lean_ctor_release(x_189, 0); - lean_ctor_release(x_189, 1); - x_207 = x_189; +if (lean_is_exclusive(x_188)) { + lean_ctor_release(x_188, 0); + lean_ctor_release(x_188, 1); + x_206 = x_188; } else { - lean_dec_ref(x_189); - x_207 = lean_box(0); + lean_dec_ref(x_188); + x_206 = lean_box(0); } -if (lean_is_scalar(x_207)) { - x_208 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_206)) { + x_207 = lean_alloc_ctor(1, 2, 0); } else { - x_208 = x_207; + x_207 = x_206; } -lean_ctor_set(x_208, 0, x_205); -lean_ctor_set(x_208, 1, x_206); -return x_208; +lean_ctor_set(x_207, 0, x_204); +lean_ctor_set(x_207, 1, x_205); +return x_207; } } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; -lean_dec(x_177); +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_dec(x_176); -lean_dec(x_172); +lean_dec(x_175); +lean_dec(x_171); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_209 = lean_ctor_get(x_179, 0); +x_208 = lean_ctor_get(x_178, 0); +lean_inc(x_208); +x_209 = lean_ctor_get(x_178, 1); lean_inc(x_209); -x_210 = lean_ctor_get(x_179, 1); -lean_inc(x_210); -if (lean_is_exclusive(x_179)) { - lean_ctor_release(x_179, 0); - lean_ctor_release(x_179, 1); - x_211 = x_179; +if (lean_is_exclusive(x_178)) { + lean_ctor_release(x_178, 0); + lean_ctor_release(x_178, 1); + x_210 = x_178; } else { - lean_dec_ref(x_179); - x_211 = lean_box(0); + lean_dec_ref(x_178); + x_210 = lean_box(0); } -if (lean_is_scalar(x_211)) { - x_212 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_210)) { + x_211 = lean_alloc_ctor(1, 2, 0); } else { - x_212 = x_211; + x_211 = x_210; } -lean_ctor_set(x_212, 0, x_209); -lean_ctor_set(x_212, 1, x_210); -return x_212; +lean_ctor_set(x_211, 0, x_208); +lean_ctor_set(x_211, 1, x_209); +return x_211; } } else { -lean_object* x_213; lean_object* x_214; -lean_dec(x_164); -lean_dec(x_13); +lean_object* x_212; lean_object* x_213; +lean_dec(x_163); +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_213 = lean_box(0); -if (lean_is_scalar(x_159)) { - x_214 = lean_alloc_ctor(0, 2, 0); +x_212 = lean_box(0); +if (lean_is_scalar(x_158)) { + x_213 = lean_alloc_ctor(0, 2, 0); } else { - x_214 = x_159; + x_213 = x_158; } -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_158); -return x_214; +lean_ctor_set(x_213, 0, x_212); +lean_ctor_set(x_213, 1, x_157); +return x_213; } } } else { -lean_object* x_215; lean_object* x_216; -lean_dec(x_154); -lean_dec(x_13); +lean_object* x_214; lean_object* x_215; +lean_dec(x_153); +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_215 = lean_box(0); -x_216 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_153); -return x_216; +x_214 = lean_box(0); +x_215 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_215, 0, x_214); +lean_ctor_set(x_215, 1, x_152); +return x_215; } } } } else { -uint8_t x_217; -lean_dec(x_13); +uint8_t x_216; +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_217 = !lean_is_exclusive(x_17); -if (x_217 == 0) +x_216 = !lean_is_exclusive(x_16); +if (x_216 == 0) { -return x_17; +return x_16; } else { -lean_object* x_218; lean_object* x_219; lean_object* x_220; -x_218 = lean_ctor_get(x_17, 0); -x_219 = lean_ctor_get(x_17, 1); -lean_inc(x_219); +lean_object* x_217; lean_object* x_218; lean_object* x_219; +x_217 = lean_ctor_get(x_16, 0); +x_218 = lean_ctor_get(x_16, 1); lean_inc(x_218); -lean_dec(x_17); -x_220 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_220, 0, x_218); -lean_ctor_set(x_220, 1, x_219); -return x_220; -} -} -} -else -{ -lean_object* x_221; -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_221 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___closed__1; -lean_ctor_set(x_11, 0, x_221); -return x_11; -} -} -else -{ -lean_object* x_222; -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_222 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___closed__1; -lean_ctor_set(x_11, 0, x_222); -return x_11; -} -} -else -{ -lean_object* x_223; lean_object* x_224; uint8_t x_225; -x_223 = lean_ctor_get(x_11, 0); -x_224 = lean_ctor_get(x_11, 1); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_11); -x_225 = l_Lean_Expr_isFVar(x_9); -if (x_225 == 0) -{ -uint8_t x_226; -x_226 = l_Lean_Expr_isFVar(x_223); -if (x_226 == 0) -{ -lean_object* x_227; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_227 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_checkCompatibleApps(x_9, x_223, x_3, x_4, x_5, x_6, x_224); -if (lean_obj_tag(x_227) == 0) -{ -lean_object* x_228; -x_228 = lean_ctor_get(x_227, 0); -lean_inc(x_228); -if (lean_obj_tag(x_228) == 0) -{ -lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; -lean_dec(x_223); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_229 = lean_ctor_get(x_227, 1); -lean_inc(x_229); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_230 = x_227; -} else { - lean_dec_ref(x_227); - x_230 = lean_box(0); -} -x_231 = lean_box(0); -if (lean_is_scalar(x_230)) { - x_232 = lean_alloc_ctor(0, 2, 0); -} else { - x_232 = x_230; -} -lean_ctor_set(x_232, 0, x_231); -lean_ctor_set(x_232, 1, x_229); -return x_232; -} -else -{ -lean_object* x_233; lean_object* x_234; lean_object* x_235; -lean_dec(x_228); -x_233 = lean_ctor_get(x_227, 1); -lean_inc(x_233); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_234 = x_227; -} else { - lean_dec_ref(x_227); - x_234 = lean_box(0); -} -x_235 = l_Lean_Expr_getAppFn(x_9); -if (lean_obj_tag(x_235) == 4) -{ -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_dec(x_234); -x_236 = lean_ctor_get(x_235, 0); -lean_inc(x_236); -lean_dec(x_235); -x_237 = lean_st_ref_get(x_6, x_233); -x_238 = lean_ctor_get(x_237, 0); -lean_inc(x_238); -x_239 = lean_ctor_get(x_237, 1); -lean_inc(x_239); -if (lean_is_exclusive(x_237)) { - lean_ctor_release(x_237, 0); - lean_ctor_release(x_237, 1); - x_240 = x_237; -} else { - lean_dec_ref(x_237); - x_240 = lean_box(0); -} -x_241 = lean_ctor_get(x_238, 0); -lean_inc(x_241); -lean_dec(x_238); -x_242 = lean_environment_find(x_241, x_236); -if (lean_obj_tag(x_242) == 0) -{ -lean_object* x_243; lean_object* x_244; -lean_dec(x_223); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_243 = lean_box(0); -if (lean_is_scalar(x_240)) { - x_244 = lean_alloc_ctor(0, 2, 0); -} else { - x_244 = x_240; -} -lean_ctor_set(x_244, 0, x_243); -lean_ctor_set(x_244, 1, x_239); -return x_244; -} -else -{ -lean_object* x_245; -x_245 = lean_ctor_get(x_242, 0); -lean_inc(x_245); -lean_dec(x_242); -if (lean_obj_tag(x_245) == 6) -{ -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_dec(x_240); -x_246 = lean_ctor_get(x_245, 0); -lean_inc(x_246); -lean_dec(x_245); -x_247 = lean_unsigned_to_nat(0u); -x_248 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_247); -x_249 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; -lean_inc(x_248); -x_250 = lean_mk_array(x_248, x_249); -x_251 = lean_unsigned_to_nat(1u); -x_252 = lean_nat_sub(x_248, x_251); -lean_dec(x_248); -x_253 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_9, x_250, x_252); -x_254 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_223, x_247); -lean_inc(x_254); -x_255 = lean_mk_array(x_254, x_249); -x_256 = lean_nat_sub(x_254, x_251); -lean_dec(x_254); -x_257 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_223, x_255, x_256); -x_258 = lean_ctor_get(x_246, 3); -lean_inc(x_258); -lean_dec(x_246); -x_259 = lean_box(0); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_258); -x_260 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__1(x_253, x_257, x_258, x_247, x_258, x_251, x_259, x_3, x_4, x_5, x_6, x_239); -if (lean_obj_tag(x_260) == 0) -{ -lean_object* x_261; -x_261 = lean_ctor_get(x_260, 0); -lean_inc(x_261); -if (lean_obj_tag(x_261) == 0) -{ -lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; -lean_dec(x_258); -lean_dec(x_257); -lean_dec(x_253); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_262 = lean_ctor_get(x_260, 1); -lean_inc(x_262); -if (lean_is_exclusive(x_260)) { - lean_ctor_release(x_260, 0); - lean_ctor_release(x_260, 1); - x_263 = x_260; -} else { - lean_dec_ref(x_260); - x_263 = lean_box(0); -} -x_264 = lean_box(0); -if (lean_is_scalar(x_263)) { - x_265 = lean_alloc_ctor(0, 2, 0); -} else { - x_265 = x_263; -} -lean_ctor_set(x_265, 0, x_264); -lean_ctor_set(x_265, 1, x_262); -return x_265; -} -else -{ -lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; -lean_dec(x_261); -x_266 = lean_ctor_get(x_260, 1); -lean_inc(x_266); -lean_dec(x_260); -x_267 = lean_array_get_size(x_253); -x_268 = lean_box(0); -x_269 = l_Lean_Elab_Term_precheckMatch___closed__3; -lean_inc(x_267); -x_270 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___spec__2(x_253, x_257, x_267, x_269, x_267, x_258, x_267, x_251, x_269, x_3, x_4, x_5, x_6, x_266); -lean_dec(x_267); -lean_dec(x_257); -lean_dec(x_253); -if (lean_obj_tag(x_270) == 0) -{ -lean_object* x_271; -x_271 = lean_ctor_get(x_270, 0); -lean_inc(x_271); -if (lean_obj_tag(x_271) == 0) -{ -lean_object* x_272; lean_object* x_273; lean_object* x_274; -x_272 = lean_ctor_get(x_270, 1); -lean_inc(x_272); -if (lean_is_exclusive(x_270)) { - lean_ctor_release(x_270, 0); - lean_ctor_release(x_270, 1); - x_273 = x_270; -} else { - lean_dec_ref(x_270); - x_273 = lean_box(0); -} -if (lean_is_scalar(x_273)) { - x_274 = lean_alloc_ctor(0, 2, 0); -} else { - x_274 = x_273; -} -lean_ctor_set(x_274, 0, x_268); -lean_ctor_set(x_274, 1, x_272); -return x_274; -} -else -{ -lean_object* x_275; lean_object* x_276; -x_275 = lean_ctor_get(x_271, 0); -lean_inc(x_275); -lean_dec(x_271); -x_276 = lean_ctor_get(x_275, 0); -lean_inc(x_276); -lean_dec(x_275); -if (lean_obj_tag(x_276) == 0) -{ -lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_277 = lean_ctor_get(x_270, 1); -lean_inc(x_277); -if (lean_is_exclusive(x_270)) { - lean_ctor_release(x_270, 0); - lean_ctor_release(x_270, 1); - x_278 = x_270; -} else { - lean_dec_ref(x_270); - x_278 = lean_box(0); -} -if (lean_is_scalar(x_278)) { - x_279 = lean_alloc_ctor(0, 2, 0); -} else { - x_279 = x_278; -} -lean_ctor_set(x_279, 0, x_268); -lean_ctor_set(x_279, 1, x_277); -return x_279; -} -else -{ -lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; -x_280 = lean_ctor_get(x_270, 1); -lean_inc(x_280); -if (lean_is_exclusive(x_270)) { - lean_ctor_release(x_270, 0); - lean_ctor_release(x_270, 1); - x_281 = x_270; -} else { - lean_dec_ref(x_270); - x_281 = lean_box(0); -} -x_282 = lean_ctor_get(x_276, 0); -lean_inc(x_282); -if (lean_is_exclusive(x_276)) { - lean_ctor_release(x_276, 0); - x_283 = x_276; -} else { - lean_dec_ref(x_276); - x_283 = lean_box(0); -} -if (lean_is_scalar(x_283)) { - x_284 = lean_alloc_ctor(1, 1, 0); -} else { - x_284 = x_283; -} -lean_ctor_set(x_284, 0, x_282); -if (lean_is_scalar(x_281)) { - x_285 = lean_alloc_ctor(0, 2, 0); -} else { - x_285 = x_281; -} -lean_ctor_set(x_285, 0, x_284); -lean_ctor_set(x_285, 1, x_280); -return x_285; -} -} -} -else -{ -lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; -x_286 = lean_ctor_get(x_270, 0); -lean_inc(x_286); -x_287 = lean_ctor_get(x_270, 1); -lean_inc(x_287); -if (lean_is_exclusive(x_270)) { - lean_ctor_release(x_270, 0); - lean_ctor_release(x_270, 1); - x_288 = x_270; -} else { - lean_dec_ref(x_270); - x_288 = lean_box(0); -} -if (lean_is_scalar(x_288)) { - x_289 = lean_alloc_ctor(1, 2, 0); -} else { - x_289 = x_288; -} -lean_ctor_set(x_289, 0, x_286); -lean_ctor_set(x_289, 1, x_287); -return x_289; -} -} -} -else -{ -lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; -lean_dec(x_258); -lean_dec(x_257); -lean_dec(x_253); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_290 = lean_ctor_get(x_260, 0); -lean_inc(x_290); -x_291 = lean_ctor_get(x_260, 1); -lean_inc(x_291); -if (lean_is_exclusive(x_260)) { - lean_ctor_release(x_260, 0); - lean_ctor_release(x_260, 1); - x_292 = x_260; -} else { - lean_dec_ref(x_260); - x_292 = lean_box(0); -} -if (lean_is_scalar(x_292)) { - x_293 = lean_alloc_ctor(1, 2, 0); -} else { - x_293 = x_292; -} -lean_ctor_set(x_293, 0, x_290); -lean_ctor_set(x_293, 1, x_291); -return x_293; -} -} -else -{ -lean_object* x_294; lean_object* x_295; -lean_dec(x_245); -lean_dec(x_223); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_294 = lean_box(0); -if (lean_is_scalar(x_240)) { - x_295 = lean_alloc_ctor(0, 2, 0); -} else { - x_295 = x_240; -} -lean_ctor_set(x_295, 0, x_294); -lean_ctor_set(x_295, 1, x_239); -return x_295; -} -} -} -else -{ -lean_object* x_296; lean_object* x_297; -lean_dec(x_235); -lean_dec(x_223); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_296 = lean_box(0); -if (lean_is_scalar(x_234)) { - x_297 = lean_alloc_ctor(0, 2, 0); -} else { - x_297 = x_234; -} -lean_ctor_set(x_297, 0, x_296); -lean_ctor_set(x_297, 1, x_233); -return x_297; +lean_inc(x_217); +lean_dec(x_16); +x_219 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_219, 0, x_217); +lean_ctor_set(x_219, 1, x_218); +return x_219; } } } else { -lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; -lean_dec(x_223); +lean_object* x_220; lean_object* x_221; +lean_dec(x_12); lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_298 = lean_ctor_get(x_227, 0); -lean_inc(x_298); -x_299 = lean_ctor_get(x_227, 1); -lean_inc(x_299); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_300 = x_227; -} else { - lean_dec_ref(x_227); - x_300 = lean_box(0); -} -if (lean_is_scalar(x_300)) { - x_301 = lean_alloc_ctor(1, 2, 0); +x_220 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___closed__1; +if (lean_is_scalar(x_14)) { + x_221 = lean_alloc_ctor(0, 2, 0); } else { - x_301 = x_300; + x_221 = x_14; } -lean_ctor_set(x_301, 0, x_298); -lean_ctor_set(x_301, 1, x_299); -return x_301; -} -} -else -{ -lean_object* x_302; lean_object* x_303; -lean_dec(x_223); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_302 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___closed__1; -x_303 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_303, 0, x_302); -lean_ctor_set(x_303, 1, x_224); -return x_303; -} -} -else -{ -lean_object* x_304; lean_object* x_305; -lean_dec(x_223); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_304 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex___closed__1; -x_305 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_305, 0, x_304); -lean_ctor_set(x_305, 1, x_224); -return x_305; +lean_ctor_set(x_221, 0, x_220); +lean_ctor_set(x_221, 1, x_13); +return x_221; } } } else { -uint8_t x_306; +uint8_t x_226; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_306 = !lean_is_exclusive(x_11); -if (x_306 == 0) +x_226 = !lean_is_exclusive(x_11); +if (x_226 == 0) { return x_11; } else { -lean_object* x_307; lean_object* x_308; lean_object* x_309; -x_307 = lean_ctor_get(x_11, 0); -x_308 = lean_ctor_get(x_11, 1); -lean_inc(x_308); -lean_inc(x_307); +lean_object* x_227; lean_object* x_228; lean_object* x_229; +x_227 = lean_ctor_get(x_11, 0); +x_228 = lean_ctor_get(x_11, 1); +lean_inc(x_228); +lean_inc(x_227); lean_dec(x_11); -x_309 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_309, 0, x_307); -lean_ctor_set(x_309, 1, x_308); -return x_309; +x_229 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_229, 0, x_227); +lean_ctor_set(x_229, 1, x_228); +return x_229; } } } else { -uint8_t x_310; +uint8_t x_230; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_310 = !lean_is_exclusive(x_8); -if (x_310 == 0) +x_230 = !lean_is_exclusive(x_8); +if (x_230 == 0) { return x_8; } else { -lean_object* x_311; lean_object* x_312; lean_object* x_313; -x_311 = lean_ctor_get(x_8, 0); -x_312 = lean_ctor_get(x_8, 1); -lean_inc(x_312); -lean_inc(x_311); +lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_231 = lean_ctor_get(x_8, 0); +x_232 = lean_ctor_get(x_8, 1); +lean_inc(x_232); +lean_inc(x_231); lean_dec(x_8); -x_313 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_313, 0, x_311); -lean_ctor_set(x_313, 1, x_312); -return x_313; +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; } } } @@ -11903,124 +11278,55 @@ x_15 = lean_unsigned_to_nat(0u); x_16 = lean_nat_dec_eq(x_4, x_15); if (x_16 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_38; lean_object* x_39; lean_object* x_76; uint8_t x_77; lean_object* x_78; uint8_t x_79; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_38; lean_object* x_76; lean_object* x_77; lean_object* x_114; uint8_t x_115; lean_object* x_116; uint8_t x_117; lean_dec(x_8); x_17 = lean_unsigned_to_nat(1u); x_18 = lean_nat_sub(x_4, x_17); lean_dec(x_4); -x_76 = lean_array_get_size(x_1); -x_77 = lean_nat_dec_lt(x_5, x_76); -lean_dec(x_76); -x_78 = lean_array_get_size(x_2); -x_79 = lean_nat_dec_lt(x_5, x_78); -lean_dec(x_78); -if (x_77 == 0) -{ -lean_object* x_80; lean_object* x_81; -x_80 = l_Lean_instInhabitedExpr; -x_81 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -if (x_79 == 0) -{ -lean_object* x_82; lean_object* x_83; -x_82 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_82); -lean_inc(x_81); -x_83 = l_Lean_Meta_isExprDefEq(x_81, x_82, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_83) == 0) -{ -lean_object* x_84; uint8_t x_85; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) +x_114 = lean_array_get_size(x_1); +x_115 = lean_nat_dec_lt(x_5, x_114); +lean_dec(x_114); +x_116 = lean_array_get_size(x_2); +x_117 = lean_nat_dec_lt(x_5, x_116); +lean_dec(x_116); +if (x_115 == 0) { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_87 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType(x_81, x_82, x_9, x_10, x_11, x_12, x_86); -if (lean_obj_tag(x_87) == 0) +lean_object* x_118; lean_object* x_119; +x_118 = l_Lean_instInhabitedExpr; +x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); +if (x_117 == 0) { -lean_object* x_88; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -if (lean_obj_tag(x_88) == 0) +x_38 = x_119; +goto block_75; +} +else { -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_87, 1); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_box(0); -x_19 = x_90; -x_20 = x_89; -goto block_37; +x_76 = x_119; +x_77 = lean_box(0); +goto block_113; +} } else { -lean_object* x_91; uint8_t x_92; -x_91 = lean_ctor_get(x_87, 1); -lean_inc(x_91); -lean_dec(x_87); -x_92 = !lean_is_exclusive(x_88); -if (x_92 == 0) +lean_object* x_120; +x_120 = lean_array_fget(x_1, x_5); +if (x_117 == 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; -x_93 = lean_ctor_get(x_88, 0); -lean_inc(x_5); -x_94 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_94, 0, x_5); -lean_ctor_set(x_94, 1, x_93); -lean_ctor_set(x_88, 0, x_94); -x_95 = lean_box(0); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_88); -lean_ctor_set(x_96, 1, x_95); -x_97 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_97, 0, x_96); -x_98 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_98, 0, x_97); -x_19 = x_98; -x_20 = x_91; -goto block_37; +x_38 = x_120; +goto block_75; } 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; -x_99 = lean_ctor_get(x_88, 0); -lean_inc(x_99); -lean_dec(x_88); -lean_inc(x_5); -x_100 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_100, 0, x_5); -lean_ctor_set(x_100, 1, x_99); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_100); -x_102 = lean_box(0); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_101); -lean_ctor_set(x_103, 1, x_102); -x_104 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_104, 0, x_103); -x_105 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_105, 0, x_104); -x_19 = x_105; -x_20 = x_91; -goto block_37; -} +x_76 = x_120; +x_77 = lean_box(0); +goto block_113; } } -else +block_37: { -uint8_t x_106; +if (lean_obj_tag(x_19) == 0) +{ +lean_object* x_21; lean_object* x_22; lean_dec(x_18); lean_dec(x_12); lean_dec(x_11); @@ -12028,297 +11334,17 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_5); lean_dec(x_3); -x_106 = !lean_is_exclusive(x_87); -if (x_106 == 0) -{ -return x_87; +x_21 = lean_box(0); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +return x_22; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_87, 0); -x_108 = lean_ctor_get(x_87, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_87); -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_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_82); -lean_dec(x_81); -x_110 = lean_ctor_get(x_83, 1); -lean_inc(x_110); -lean_dec(x_83); -lean_inc(x_3); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_3); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_19 = x_112; -x_20 = x_110; -goto block_37; -} -} -else -{ -uint8_t x_113; -lean_dec(x_82); -lean_dec(x_81); -lean_dec(x_18); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_3); -x_113 = !lean_is_exclusive(x_83); -if (x_113 == 0) -{ -return x_83; -} -else -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_83, 0); -x_115 = lean_ctor_get(x_83, 1); -lean_inc(x_115); -lean_inc(x_114); -lean_dec(x_83); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; -} -} -} -else -{ -x_38 = x_81; -x_39 = lean_box(0); -goto block_75; -} -} -else -{ -lean_object* x_117; -x_117 = lean_array_fget(x_1, x_5); -if (x_79 == 0) -{ -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = l_Lean_instInhabitedExpr; -x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_119); -lean_inc(x_117); -x_120 = l_Lean_Meta_isExprDefEq(x_117, x_119, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_120) == 0) -{ -lean_object* x_121; uint8_t x_122; -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_unbox(x_121); -lean_dec(x_121); -if (x_122 == 0) -{ -lean_object* x_123; lean_object* x_124; -x_123 = lean_ctor_get(x_120, 1); -lean_inc(x_123); -lean_dec(x_120); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_124 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType(x_117, x_119, x_9, x_10, x_11, x_12, x_123); -if (lean_obj_tag(x_124) == 0) -{ -lean_object* x_125; -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -if (lean_obj_tag(x_125) == 0) -{ -lean_object* x_126; lean_object* x_127; -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_box(0); -x_19 = x_127; -x_20 = x_126; -goto block_37; -} -else -{ -lean_object* x_128; uint8_t x_129; -x_128 = lean_ctor_get(x_124, 1); -lean_inc(x_128); -lean_dec(x_124); -x_129 = !lean_is_exclusive(x_125); -if (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; -x_130 = lean_ctor_get(x_125, 0); -lean_inc(x_5); -x_131 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_131, 0, x_5); -lean_ctor_set(x_131, 1, x_130); -lean_ctor_set(x_125, 0, x_131); -x_132 = lean_box(0); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_125); -lean_ctor_set(x_133, 1, x_132); -x_134 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_134, 0, x_133); -x_135 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_135, 0, x_134); -x_19 = x_135; -x_20 = x_128; -goto block_37; -} -else -{ -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_136 = lean_ctor_get(x_125, 0); -lean_inc(x_136); -lean_dec(x_125); -lean_inc(x_5); -x_137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_137, 0, x_5); -lean_ctor_set(x_137, 1, x_136); -x_138 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_138, 0, x_137); -x_139 = lean_box(0); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_138); -lean_ctor_set(x_140, 1, x_139); -x_141 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_141, 0, x_140); -x_142 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_142, 0, x_141); -x_19 = x_142; -x_20 = x_128; -goto block_37; -} -} -} -else -{ -uint8_t x_143; -lean_dec(x_18); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_3); -x_143 = !lean_is_exclusive(x_124); -if (x_143 == 0) -{ -return x_124; -} -else -{ -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_124, 0); -x_145 = lean_ctor_get(x_124, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_124); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; -} -} -} -else -{ -lean_object* x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_119); -lean_dec(x_117); -x_147 = lean_ctor_get(x_120, 1); -lean_inc(x_147); -lean_dec(x_120); -lean_inc(x_3); -x_148 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_148, 0, x_3); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_148); -x_19 = x_149; -x_20 = x_147; -goto block_37; -} -} -else -{ -uint8_t x_150; -lean_dec(x_119); -lean_dec(x_117); -lean_dec(x_18); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_3); -x_150 = !lean_is_exclusive(x_120); -if (x_150 == 0) -{ -return x_120; -} -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_120, 0); -x_152 = lean_ctor_get(x_120, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_120); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; -} -} -} -else -{ -x_38 = x_117; -x_39 = lean_box(0); -goto block_75; -} -} -block_37: -{ -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_21; lean_object* x_22; -lean_dec(x_18); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_3); -x_21 = lean_box(0); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -return x_22; -} -else -{ -uint8_t x_23; -x_23 = !lean_is_exclusive(x_19); -if (x_23 == 0) +uint8_t x_23; +x_23 = !lean_is_exclusive(x_19); +if (x_23 == 0) { lean_object* x_24; x_24 = lean_ctor_get(x_19, 0); @@ -12402,8 +11428,9 @@ goto _start; } block_75: { -lean_object* x_40; lean_object* x_41; -x_40 = lean_array_fget(x_2, x_5); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = l_Lean_instInhabitedExpr; +x_40 = l___private_Init_Util_0__outOfBounds___rarg(x_39); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -12579,363 +11606,282 @@ return x_74; } } } -} -else -{ -lean_object* x_154; lean_object* x_155; -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_154 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_154, 0, x_8); -x_155 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_13); -return x_155; -} -} -else -{ -lean_object* x_156; lean_object* x_157; -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_156 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_156, 0, x_8); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_13); -return x_157; -} -} -} -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType___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, lean_object* x_13, lean_object* x_14) { -_start: -{ -uint8_t x_15; -x_15 = lean_nat_dec_le(x_7, x_6); -if (x_15 == 0) -{ -lean_object* x_16; uint8_t x_17; -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_nat_dec_eq(x_5, x_16); -if (x_17 == 0) +block_113: { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_39; lean_object* x_40; uint8_t x_77; lean_object* x_78; uint8_t x_79; -lean_dec(x_9); -x_18 = lean_unsigned_to_nat(1u); -x_19 = lean_nat_sub(x_5, x_18); -lean_dec(x_5); -x_77 = lean_nat_dec_lt(x_6, x_4); -x_78 = lean_array_get_size(x_2); -x_79 = lean_nat_dec_lt(x_6, x_78); -lean_dec(x_78); -if (x_77 == 0) +lean_object* x_78; lean_object* x_79; +x_78 = lean_array_fget(x_2, x_5); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_78); +lean_inc(x_76); +x_79 = l_Lean_Meta_isExprDefEq(x_76, x_78, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_79) == 0) { -lean_object* x_80; lean_object* x_81; -x_80 = l_Lean_instInhabitedExpr; -x_81 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -if (x_79 == 0) +lean_object* x_80; uint8_t x_81; +x_80 = lean_ctor_get(x_79, 0); +lean_inc(x_80); +x_81 = lean_unbox(x_80); +lean_dec(x_80); +if (x_81 == 0) { lean_object* x_82; lean_object* x_83; -x_82 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -lean_inc(x_13); +x_82 = lean_ctor_get(x_79, 1); +lean_inc(x_82); +lean_dec(x_79); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_82); -lean_inc(x_81); -x_83 = l_Lean_Meta_isExprDefEq(x_81, x_82, x_10, x_11, x_12, x_13, x_14); +lean_inc(x_9); +x_83 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType(x_76, x_78, x_9, x_10, x_11, x_12, x_82); if (lean_obj_tag(x_83) == 0) { -lean_object* x_84; uint8_t x_85; +lean_object* x_84; x_84 = lean_ctor_get(x_83, 0); lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) +if (lean_obj_tag(x_84) == 0) { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_83, 1); +lean_inc(x_85); lean_dec(x_83); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_87 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(x_81, x_82, x_10, x_11, x_12, x_13, x_86); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -if (lean_obj_tag(x_88) == 0) -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_87, 1); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_box(0); -x_20 = x_90; -x_21 = x_89; -goto block_38; +x_86 = lean_box(0); +x_19 = x_86; +x_20 = x_85; +goto block_37; } else { -lean_object* x_91; uint8_t x_92; -x_91 = lean_ctor_get(x_87, 1); -lean_inc(x_91); -lean_dec(x_87); -x_92 = !lean_is_exclusive(x_88); -if (x_92 == 0) +lean_object* x_87; uint8_t x_88; +x_87 = lean_ctor_get(x_83, 1); +lean_inc(x_87); +lean_dec(x_83); +x_88 = !lean_is_exclusive(x_84); +if (x_88 == 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; -x_93 = lean_ctor_get(x_88, 0); -lean_inc(x_6); -x_94 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_94, 0, x_6); -lean_ctor_set(x_94, 1, x_93); -lean_ctor_set(x_88, 0, x_94); -x_95 = lean_box(0); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_88); -lean_ctor_set(x_96, 1, x_95); -x_97 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_97, 0, x_96); -x_98 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_98, 0, x_97); -x_20 = x_98; -x_21 = x_91; -goto block_38; +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_ctor_get(x_84, 0); +lean_inc(x_5); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_5); +lean_ctor_set(x_90, 1, x_89); +lean_ctor_set(x_84, 0, x_90); +x_91 = lean_box(0); +x_92 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_92, 0, x_84); +lean_ctor_set(x_92, 1, x_91); +x_93 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_93, 0, x_92); +x_94 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_94, 0, x_93); +x_19 = x_94; +x_20 = x_87; +goto block_37; } 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; -x_99 = lean_ctor_get(x_88, 0); -lean_inc(x_99); -lean_dec(x_88); -lean_inc(x_6); -x_100 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_100, 0, x_6); -lean_ctor_set(x_100, 1, x_99); +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; +x_95 = lean_ctor_get(x_84, 0); +lean_inc(x_95); +lean_dec(x_84); +lean_inc(x_5); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_5); +lean_ctor_set(x_96, 1, x_95); +x_97 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_97, 0, x_96); +x_98 = lean_box(0); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_97); +lean_ctor_set(x_99, 1, x_98); +x_100 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_100, 0, x_99); x_101 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_101, 0, x_100); -x_102 = lean_box(0); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_101); -lean_ctor_set(x_103, 1, x_102); -x_104 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_104, 0, x_103); -x_105 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_105, 0, x_104); -x_20 = x_105; -x_21 = x_91; -goto block_38; +x_19 = x_101; +x_20 = x_87; +goto block_37; } } } else { -uint8_t x_106; -lean_dec(x_19); -lean_dec(x_13); +uint8_t x_102; +lean_dec(x_18); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_6); +lean_dec(x_9); +lean_dec(x_5); lean_dec(x_3); -x_106 = !lean_is_exclusive(x_87); -if (x_106 == 0) +x_102 = !lean_is_exclusive(x_83); +if (x_102 == 0) { -return x_87; +return x_83; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_87, 0); -x_108 = lean_ctor_get(x_87, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_87); -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; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_83, 0); +x_104 = lean_ctor_get(x_83, 1); +lean_inc(x_104); +lean_inc(x_103); +lean_dec(x_83); +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 { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_82); -lean_dec(x_81); -x_110 = lean_ctor_get(x_83, 1); -lean_inc(x_110); -lean_dec(x_83); +lean_object* x_106; lean_object* x_107; lean_object* x_108; +lean_dec(x_78); +lean_dec(x_76); +x_106 = lean_ctor_get(x_79, 1); +lean_inc(x_106); +lean_dec(x_79); lean_inc(x_3); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_3); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_20 = x_112; -x_21 = x_110; -goto block_38; +x_107 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_107, 0, x_3); +x_108 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_108, 0, x_107); +x_19 = x_108; +x_20 = x_106; +goto block_37; } } else { -uint8_t x_113; -lean_dec(x_82); -lean_dec(x_81); -lean_dec(x_19); -lean_dec(x_13); +uint8_t x_109; +lean_dec(x_78); +lean_dec(x_76); +lean_dec(x_18); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -lean_dec(x_6); +lean_dec(x_9); +lean_dec(x_5); lean_dec(x_3); -x_113 = !lean_is_exclusive(x_83); -if (x_113 == 0) +x_109 = !lean_is_exclusive(x_79); +if (x_109 == 0) { -return x_83; +return x_79; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_83, 0); -x_115 = lean_ctor_get(x_83, 1); -lean_inc(x_115); -lean_inc(x_114); -lean_dec(x_83); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_79, 0); +x_111 = lean_ctor_get(x_79, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_79); +x_112 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +return x_112; +} } } } else { -x_39 = x_81; -x_40 = lean_box(0); -goto block_76; +lean_object* x_121; lean_object* x_122; +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_121 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_121, 0, x_8); +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_13); +return x_122; } } else { -lean_object* x_117; -x_117 = lean_array_fget(x_1, x_6); -if (x_79 == 0) +lean_object* x_123; lean_object* x_124; +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_123 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_123, 0, x_8); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_13); +return x_124; +} +} +} +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goType___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, lean_object* x_13, lean_object* x_14) { +_start: { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = l_Lean_instInhabitedExpr; -x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_119); -lean_inc(x_117); -x_120 = l_Lean_Meta_isExprDefEq(x_117, x_119, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_120) == 0) +uint8_t x_15; +x_15 = lean_nat_dec_le(x_7, x_6); +if (x_15 == 0) { -lean_object* x_121; uint8_t x_122; -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_unbox(x_121); -lean_dec(x_121); -if (x_122 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_unsigned_to_nat(0u); +x_17 = lean_nat_dec_eq(x_5, x_16); +if (x_17 == 0) { -lean_object* x_123; lean_object* x_124; -x_123 = lean_ctor_get(x_120, 1); -lean_inc(x_123); -lean_dec(x_120); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_124 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(x_117, x_119, x_10, x_11, x_12, x_13, x_123); -if (lean_obj_tag(x_124) == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_39; lean_object* x_77; lean_object* x_78; uint8_t x_115; lean_object* x_116; uint8_t x_117; +lean_dec(x_9); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_sub(x_5, x_18); +lean_dec(x_5); +x_115 = lean_nat_dec_lt(x_6, x_4); +x_116 = lean_array_get_size(x_2); +x_117 = lean_nat_dec_lt(x_6, x_116); +lean_dec(x_116); +if (x_115 == 0) { -lean_object* x_125; -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -if (lean_obj_tag(x_125) == 0) +lean_object* x_118; lean_object* x_119; +x_118 = l_Lean_instInhabitedExpr; +x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); +if (x_117 == 0) { -lean_object* x_126; lean_object* x_127; -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_box(0); -x_20 = x_127; -x_21 = x_126; -goto block_38; +x_39 = x_119; +goto block_76; } else { -lean_object* x_128; uint8_t x_129; -x_128 = lean_ctor_get(x_124, 1); -lean_inc(x_128); -lean_dec(x_124); -x_129 = !lean_is_exclusive(x_125); -if (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; -x_130 = lean_ctor_get(x_125, 0); -lean_inc(x_6); -x_131 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_131, 0, x_6); -lean_ctor_set(x_131, 1, x_130); -lean_ctor_set(x_125, 0, x_131); -x_132 = lean_box(0); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_125); -lean_ctor_set(x_133, 1, x_132); -x_134 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_134, 0, x_133); -x_135 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_135, 0, x_134); -x_20 = x_135; -x_21 = x_128; -goto block_38; +x_77 = x_119; +x_78 = lean_box(0); +goto block_114; +} } else { -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_136 = lean_ctor_get(x_125, 0); -lean_inc(x_136); -lean_dec(x_125); -lean_inc(x_6); -x_137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_137, 0, x_6); -lean_ctor_set(x_137, 1, x_136); -x_138 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_138, 0, x_137); -x_139 = lean_box(0); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_138); -lean_ctor_set(x_140, 1, x_139); -x_141 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_141, 0, x_140); -x_142 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_142, 0, x_141); -x_20 = x_142; -x_21 = x_128; -goto block_38; +lean_object* x_120; +x_120 = lean_array_fget(x_1, x_6); +if (x_117 == 0) +{ +x_39 = x_120; +goto block_76; } +else +{ +x_77 = x_120; +x_78 = lean_box(0); +goto block_114; } } -else +block_38: { -uint8_t x_143; +if (lean_obj_tag(x_20) == 0) +{ +lean_object* x_22; lean_object* x_23; lean_dec(x_19); lean_dec(x_13); lean_dec(x_12); @@ -12943,112 +11889,23 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_6); lean_dec(x_3); -x_143 = !lean_is_exclusive(x_124); -if (x_143 == 0) -{ -return x_124; +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_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_124, 0); -x_145 = lean_ctor_get(x_124, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_124); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; -} -} -} -else +uint8_t x_24; +x_24 = !lean_is_exclusive(x_20); +if (x_24 == 0) { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_119); -lean_dec(x_117); -x_147 = lean_ctor_get(x_120, 1); -lean_inc(x_147); -lean_dec(x_120); -lean_inc(x_3); -x_148 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_148, 0, x_3); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_148); -x_20 = x_149; -x_21 = x_147; -goto block_38; -} -} -else +lean_object* x_25; +x_25 = lean_ctor_get(x_20, 0); +if (lean_obj_tag(x_25) == 0) { -uint8_t x_150; -lean_dec(x_119); -lean_dec(x_117); -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_3); -x_150 = !lean_is_exclusive(x_120); -if (x_150 == 0) -{ -return x_120; -} -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_120, 0); -x_152 = lean_ctor_get(x_120, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_120); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; -} -} -} -else -{ -x_39 = x_117; -x_40 = lean_box(0); -goto block_76; -} -} -block_38: -{ -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_22; lean_object* x_23; -lean_dec(x_19); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_3); -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 -{ -uint8_t x_24; -x_24 = !lean_is_exclusive(x_20); -if (x_24 == 0) -{ -lean_object* x_25; -x_25 = lean_ctor_get(x_20, 0); -if (lean_obj_tag(x_25) == 0) -{ -lean_object* x_26; lean_object* x_27; +lean_object* x_26; lean_object* x_27; lean_dec(x_19); lean_dec(x_13); lean_dec(x_12); @@ -13126,8 +11983,9 @@ goto _start; } block_76: { -lean_object* x_41; lean_object* x_42; -x_41 = lean_array_fget(x_2, x_6); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = l_Lean_instInhabitedExpr; +x_41 = l___private_Init_Util_0__outOfBounds___rarg(x_40); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); @@ -13303,10 +12161,189 @@ return x_75; } } } +block_114: +{ +lean_object* x_79; lean_object* x_80; +x_79 = lean_array_fget(x_2, x_6); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_79); +lean_inc(x_77); +x_80 = l_Lean_Meta_isExprDefEq(x_77, x_79, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_80) == 0) +{ +lean_object* x_81; uint8_t x_82; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_unbox(x_81); +lean_dec(x_81); +if (x_82 == 0) +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_80, 1); +lean_inc(x_83); +lean_dec(x_80); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_84 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_findDiscrRefinementPath_goIndex(x_77, x_79, x_10, x_11, x_12, x_13, x_83); +if (lean_obj_tag(x_84) == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +if (lean_obj_tag(x_85) == 0) +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = lean_box(0); +x_20 = x_87; +x_21 = x_86; +goto block_38; +} +else +{ +lean_object* x_88; uint8_t x_89; +x_88 = lean_ctor_get(x_84, 1); +lean_inc(x_88); +lean_dec(x_84); +x_89 = !lean_is_exclusive(x_85); +if (x_89 == 0) +{ +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_90 = lean_ctor_get(x_85, 0); +lean_inc(x_6); +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_6); +lean_ctor_set(x_91, 1, x_90); +lean_ctor_set(x_85, 0, x_91); +x_92 = lean_box(0); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_85); +lean_ctor_set(x_93, 1, x_92); +x_94 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_94, 0, x_93); +x_95 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_95, 0, x_94); +x_20 = x_95; +x_21 = x_88; +goto block_38; +} +else +{ +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; +x_96 = lean_ctor_get(x_85, 0); +lean_inc(x_96); +lean_dec(x_85); +lean_inc(x_6); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_6); +lean_ctor_set(x_97, 1, x_96); +x_98 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_98, 0, x_97); +x_99 = lean_box(0); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +x_101 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_101, 0, x_100); +x_102 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_102, 0, x_101); +x_20 = x_102; +x_21 = x_88; +goto block_38; +} +} +} +else +{ +uint8_t x_103; +lean_dec(x_19); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_3); +x_103 = !lean_is_exclusive(x_84); +if (x_103 == 0) +{ +return x_84; +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_84, 0); +x_105 = lean_ctor_get(x_84, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_84); +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 +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_dec(x_79); +lean_dec(x_77); +x_107 = lean_ctor_get(x_80, 1); +lean_inc(x_107); +lean_dec(x_80); +lean_inc(x_3); +x_108 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_108, 0, x_3); +x_109 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_109, 0, x_108); +x_20 = x_109; +x_21 = x_107; +goto block_38; +} +} +else +{ +uint8_t x_110; +lean_dec(x_79); +lean_dec(x_77); +lean_dec(x_19); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_3); +x_110 = !lean_is_exclusive(x_80); +if (x_110 == 0) +{ +return x_80; +} +else +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_80, 0); +x_112 = lean_ctor_get(x_80, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_80); +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 { -lean_object* x_154; lean_object* x_155; +lean_object* x_121; lean_object* x_122; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -13314,17 +12351,17 @@ lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_154 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_154, 0, x_9); -x_155 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_14); -return x_155; +x_121 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_121, 0, x_9); +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_14); +return x_122; } } else { -lean_object* x_156; lean_object* x_157; +lean_object* x_123; lean_object* x_124; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -13332,12 +12369,12 @@ lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_156 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_156, 0, x_9); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_14); -return x_157; +x_123 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_123, 0, x_9); +x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_14); +return x_124; } } } @@ -17802,7 +16839,7 @@ x_8 = lean_ctor_get(x_6, 1); lean_inc(x_8); lean_dec(x_6); lean_inc(x_1); -x_9 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(x_8, x_1); +x_9 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(x_8, x_1); if (x_9 == 0) { lean_object* x_10; @@ -17821,7 +16858,7 @@ if (x_13 == 0) { lean_object* x_14; lean_object* x_15; lean_object* x_16; x_14 = lean_ctor_get(x_11, 1); -x_15 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(x_14, x_1); +x_15 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(x_14, x_1); lean_ctor_set(x_11, 1, x_15); x_16 = lean_st_ref_set(x_2, x_11, x_12); if (lean_obj_tag(x_16) == 0) @@ -17883,7 +16920,7 @@ x_30 = lean_ctor_get(x_11, 1); lean_inc(x_30); lean_inc(x_29); lean_dec(x_11); -x_31 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(x_30, x_1); +x_31 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(x_30, x_1); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_29); lean_ctor_set(x_32, 1, x_31); @@ -17984,7 +17021,7 @@ x_51 = lean_ctor_get(x_49, 1); lean_inc(x_51); lean_dec(x_49); lean_inc(x_1); -x_52 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(x_51, x_1); +x_52 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(x_51, x_1); if (x_52 == 0) { lean_object* x_53; @@ -18009,7 +17046,7 @@ if (lean_is_exclusive(x_54)) { lean_dec_ref(x_54); x_58 = lean_box(0); } -x_59 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(x_57, x_1); +x_59 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(x_57, x_1); if (lean_is_scalar(x_58)) { x_60 = lean_alloc_ctor(0, 2, 0); } else { @@ -19254,7 +18291,7 @@ return x_59; else { uint8_t x_76; -x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_76 == 0) { lean_object* x_77; lean_object* x_78; @@ -19334,7 +18371,7 @@ return x_96; else { uint8_t x_97; -x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_97 == 0) { lean_object* x_98; lean_object* x_99; lean_object* x_100; @@ -19433,7 +18470,7 @@ return x_110; else { uint8_t x_127; -x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_106, x_106); +x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); if (x_127 == 0) { lean_object* x_128; lean_object* x_129; @@ -19513,7 +18550,7 @@ return x_147; else { uint8_t x_148; -x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_106, x_106); +x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); if (x_148 == 0) { lean_object* x_149; lean_object* x_150; lean_object* x_151; @@ -21491,251 +20528,259 @@ lean_inc(x_1); x_19 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_whnfPreservingPatternRef(x_1, x_6, x_7, x_8, x_9, x_10); if (lean_obj_tag(x_19) == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; +lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_103; 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_expr_eqv(x_20, x_1); -if (x_22 == 0) +x_103 = lean_expr_eqv(x_20, x_1); +if (x_103 == 0) { -lean_dec(x_17); -lean_dec(x_1); -x_1 = x_20; -x_10 = x_21; -goto _start; +uint8_t x_104; +x_104 = 1; +x_22 = x_104; +goto block_102; } else { +uint8_t x_105; +x_105 = 0; +x_22 = x_105; +goto block_102; +} +block_102: +{ +if (x_22 == 0) +{ lean_dec(x_20); if (lean_obj_tag(x_17) == 4) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_24 = lean_ctor_get(x_17, 0); -lean_inc(x_24); -x_25 = lean_st_ref_get(x_9, x_21); -x_26 = lean_ctor_get(x_25, 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; +x_23 = lean_ctor_get(x_17, 0); +lean_inc(x_23); +x_24 = lean_st_ref_get(x_9, x_21); +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_24, 1); lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); +lean_dec(x_24); +x_27 = lean_ctor_get(x_25, 0); lean_inc(x_27); lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 0); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_environment_find(x_28, x_24); -if (lean_obj_tag(x_29) == 0) +x_28 = lean_environment_find(x_27, x_23); +if (lean_obj_tag(x_28) == 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_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_dec(x_17); -x_30 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_27); +x_29 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_26); 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_31 = lean_ctor_get(x_30, 0); +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_29, 1); lean_inc(x_31); -x_32 = lean_ctor_get(x_30, 1); -lean_inc(x_32); -lean_dec(x_30); -x_33 = l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__1; -x_34 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar___closed__1; -x_35 = l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(x_31, x_33, x_34, x_8, x_9, x_32); -if (lean_obj_tag(x_35) == 0) +lean_dec(x_29); +x_32 = l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__1; +x_33 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar___closed__1; +x_34 = l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(x_30, x_32, x_33, x_8, x_9, x_31); +if (lean_obj_tag(x_34) == 0) { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) +uint8_t x_35; +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_35, 0); -x_38 = l_Lean_mkInaccessible(x_37); -lean_ctor_set(x_35, 0, x_38); -return x_35; +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_34, 0); +x_37 = l_Lean_mkInaccessible(x_36); +lean_ctor_set(x_34, 0, x_37); +return x_34; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_35, 0); -x_40 = lean_ctor_get(x_35, 1); -lean_inc(x_40); +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_34, 0); +x_39 = lean_ctor_get(x_34, 1); lean_inc(x_39); -lean_dec(x_35); -x_41 = l_Lean_mkInaccessible(x_39); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_40); -return x_42; +lean_inc(x_38); +lean_dec(x_34); +x_40 = l_Lean_mkInaccessible(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_39); +return x_41; } } else { -uint8_t x_43; -x_43 = !lean_is_exclusive(x_35); -if (x_43 == 0) +uint8_t x_42; +x_42 = !lean_is_exclusive(x_34); +if (x_42 == 0) { -return x_35; +return x_34; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_35, 0); -x_45 = lean_ctor_get(x_35, 1); -lean_inc(x_45); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_34, 0); +x_44 = lean_ctor_get(x_34, 1); lean_inc(x_44); -lean_dec(x_35); -x_46 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_45); -return x_46; +lean_inc(x_43); +lean_dec(x_34); +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_47; -x_47 = lean_ctor_get(x_29, 0); -lean_inc(x_47); -lean_dec(x_29); -if (lean_obj_tag(x_47) == 6) +lean_object* x_46; +x_46 = lean_ctor_get(x_28, 0); +lean_inc(x_46); +lean_dec(x_28); +if (lean_obj_tag(x_46) == 6) { -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; uint8_t x_60; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -lean_dec(x_47); -x_49 = lean_unsigned_to_nat(0u); -x_50 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_49); -x_51 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; -lean_inc(x_50); -x_52 = lean_mk_array(x_50, x_51); -x_53 = lean_unsigned_to_nat(1u); -x_54 = lean_nat_sub(x_50, x_53); -lean_dec(x_50); +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; uint8_t x_59; +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +lean_dec(x_46); +x_48 = lean_unsigned_to_nat(0u); +x_49 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_48); +x_50 = l_Lean_Meta_transform_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrs___spec__2___lambda__1___closed__1; +lean_inc(x_49); +x_51 = lean_mk_array(x_49, x_50); +x_52 = lean_unsigned_to_nat(1u); +x_53 = lean_nat_sub(x_49, x_52); +lean_dec(x_49); lean_inc(x_1); -x_55 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_52, x_54); -x_56 = lean_array_get_size(x_55); -x_57 = lean_ctor_get(x_48, 3); +x_54 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_51, x_53); +x_55 = lean_array_get_size(x_54); +x_56 = lean_ctor_get(x_47, 3); +lean_inc(x_56); +x_57 = lean_ctor_get(x_47, 4); lean_inc(x_57); -x_58 = lean_ctor_get(x_48, 4); -lean_inc(x_58); -x_59 = lean_nat_add(x_57, x_58); -lean_dec(x_58); +x_58 = lean_nat_add(x_56, x_57); lean_dec(x_57); -x_60 = lean_nat_dec_eq(x_56, x_59); -lean_dec(x_59); lean_dec(x_56); -if (x_60 == 0) -{ -lean_object* x_61; uint8_t x_62; +x_59 = lean_nat_dec_eq(x_55, x_58); +lean_dec(x_58); lean_dec(x_55); -lean_dec(x_48); +if (x_59 == 0) +{ +lean_object* x_60; uint8_t x_61; +lean_dec(x_54); +lean_dec(x_47); lean_dec(x_17); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_61 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg(x_1, x_6, x_7, x_8, x_9, x_27); +x_60 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg(x_1, x_6, x_7, x_8, x_9, x_26); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) +x_61 = !lean_is_exclusive(x_60); +if (x_61 == 0) { -return x_61; +return x_60; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_61, 0); -x_64 = lean_ctor_get(x_61, 1); -lean_inc(x_64); +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_60, 0); +x_63 = lean_ctor_get(x_60, 1); lean_inc(x_63); -lean_dec(x_61); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_inc(x_62); +lean_dec(x_60); +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_66; lean_object* x_67; +lean_object* x_65; lean_object* x_66; lean_dec(x_1); -x_66 = lean_box(0); -x_67 = l_Lean_Elab_Term_ToDepElimPattern_normalize___lambda__1(x_48, x_55, x_17, x_66, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_27); -return x_67; +x_65 = lean_box(0); +x_66 = l_Lean_Elab_Term_ToDepElimPattern_normalize___lambda__1(x_47, x_54, x_17, x_65, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_26); +return x_66; } } else { -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_dec(x_47); +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_dec(x_46); lean_dec(x_17); -x_68 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_27); +x_67 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_26); 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_69 = lean_ctor_get(x_68, 0); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_67, 1); lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__1; -x_72 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar___closed__1; -x_73 = l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(x_69, x_71, x_72, x_8, x_9, x_70); -if (lean_obj_tag(x_73) == 0) +lean_dec(x_67); +x_70 = l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__1; +x_71 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar___closed__1; +x_72 = l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(x_68, x_70, x_71, x_8, x_9, x_69); +if (lean_obj_tag(x_72) == 0) { -uint8_t x_74; -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) +uint8_t x_73; +x_73 = !lean_is_exclusive(x_72); +if (x_73 == 0) { -lean_object* x_75; lean_object* x_76; -x_75 = lean_ctor_get(x_73, 0); -x_76 = l_Lean_mkInaccessible(x_75); -lean_ctor_set(x_73, 0, x_76); -return x_73; +lean_object* x_74; lean_object* x_75; +x_74 = lean_ctor_get(x_72, 0); +x_75 = l_Lean_mkInaccessible(x_74); +lean_ctor_set(x_72, 0, x_75); +return x_72; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_77 = lean_ctor_get(x_73, 0); -x_78 = lean_ctor_get(x_73, 1); -lean_inc(x_78); +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_76 = lean_ctor_get(x_72, 0); +x_77 = lean_ctor_get(x_72, 1); lean_inc(x_77); -lean_dec(x_73); -x_79 = l_Lean_mkInaccessible(x_77); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_78); -return x_80; +lean_inc(x_76); +lean_dec(x_72); +x_78 = l_Lean_mkInaccessible(x_76); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_77); +return x_79; } } else { -uint8_t x_81; -x_81 = !lean_is_exclusive(x_73); -if (x_81 == 0) +uint8_t x_80; +x_80 = !lean_is_exclusive(x_72); +if (x_80 == 0) { -return x_73; +return x_72; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_73, 0); -x_83 = lean_ctor_get(x_73, 1); -lean_inc(x_83); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_72, 0); +x_82 = lean_ctor_get(x_72, 1); lean_inc(x_82); -lean_dec(x_73); -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; +lean_inc(x_81); +lean_dec(x_72); +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; } } } @@ -21743,78 +20788,87 @@ return x_84; } else { -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_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_dec(x_17); -x_85 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_21); +x_84 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_21); 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_86 = lean_ctor_get(x_85, 0); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); -lean_inc(x_87); -lean_dec(x_85); -x_88 = l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__1; -x_89 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar___closed__1; -x_90 = l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(x_86, x_88, x_89, x_8, x_9, x_87); -if (lean_obj_tag(x_90) == 0) +lean_dec(x_84); +x_87 = l_Lean_Elab_Term_ToDepElimPattern_normalize_addVar___closed__1; +x_88 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar___closed__1; +x_89 = l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(x_85, x_87, x_88, x_8, x_9, x_86); +if (lean_obj_tag(x_89) == 0) { -uint8_t x_91; -x_91 = !lean_is_exclusive(x_90); -if (x_91 == 0) +uint8_t x_90; +x_90 = !lean_is_exclusive(x_89); +if (x_90 == 0) { -lean_object* x_92; lean_object* x_93; -x_92 = lean_ctor_get(x_90, 0); -x_93 = l_Lean_mkInaccessible(x_92); -lean_ctor_set(x_90, 0, x_93); -return x_90; +lean_object* x_91; lean_object* x_92; +x_91 = lean_ctor_get(x_89, 0); +x_92 = l_Lean_mkInaccessible(x_91); +lean_ctor_set(x_89, 0, x_92); +return x_89; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_94 = lean_ctor_get(x_90, 0); -x_95 = lean_ctor_get(x_90, 1); -lean_inc(x_95); +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_93 = lean_ctor_get(x_89, 0); +x_94 = lean_ctor_get(x_89, 1); lean_inc(x_94); -lean_dec(x_90); -x_96 = l_Lean_mkInaccessible(x_94); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_95); -return x_97; +lean_inc(x_93); +lean_dec(x_89); +x_95 = l_Lean_mkInaccessible(x_93); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_94); +return x_96; } } else { -uint8_t x_98; -x_98 = !lean_is_exclusive(x_90); -if (x_98 == 0) +uint8_t x_97; +x_97 = !lean_is_exclusive(x_89); +if (x_97 == 0) { -return x_90; +return x_89; } 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_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_89, 0); +x_99 = lean_ctor_get(x_89, 1); 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; +lean_inc(x_98); +lean_dec(x_89); +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; +} +} } } +else +{ +lean_dec(x_17); +lean_dec(x_1); +x_1 = x_20; +x_10 = x_21; +goto _start; } } } else { -uint8_t x_102; +uint8_t x_106; lean_dec(x_17); lean_dec(x_9); lean_dec(x_8); @@ -21825,92 +20879,92 @@ 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) +x_106 = !lean_is_exclusive(x_19); +if (x_106 == 0) { return x_19; } else { -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_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_19, 0); +x_108 = lean_ctor_get(x_19, 1); +lean_inc(x_108); +lean_inc(x_107); lean_dec(x_19); -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_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_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; +lean_object* x_110; lean_object* x_111; lean_object* x_112; uint8_t x_113; lean_inc(x_1); -x_106 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -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); -x_109 = lean_expr_eqv(x_107, x_1); -if (x_109 == 0) +x_110 = l_Lean_instantiateMVars___at_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_111 = lean_ctor_get(x_110, 0); +lean_inc(x_111); +x_112 = lean_ctor_get(x_110, 1); +lean_inc(x_112); +lean_dec(x_110); +x_113 = lean_expr_eqv(x_111, x_1); +if (x_113 == 0) { -lean_object* x_110; lean_object* x_111; lean_object* x_112; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_dec(x_1); -x_110 = l_Lean_Expr_mvarId_x21(x_17); -x_111 = lean_alloc_closure((void*)(l_Lean_Elab_Term_ToDepElimPattern_normalize), 10, 1); -lean_closure_set(x_111, 0, x_107); -x_112 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_withMVar___rarg(x_110, x_111, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_108); -return x_112; +x_114 = l_Lean_Expr_mvarId_x21(x_17); +x_115 = lean_alloc_closure((void*)(l_Lean_Elab_Term_ToDepElimPattern_normalize), 10, 1); +lean_closure_set(x_115, 0, x_111); +x_116 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_withMVar___rarg(x_114, x_115, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_112); +return x_116; } else { -uint8_t x_113; -lean_dec(x_107); +uint8_t x_117; +lean_dec(x_111); lean_dec(x_17); -x_113 = l_Lean_Expr_isMVar(x_1); -if (x_113 == 0) +x_117 = l_Lean_Expr_isMVar(x_1); +if (x_117 == 0) { -lean_object* x_114; +lean_object* x_118; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_114 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg(x_1, x_6, x_7, x_8, x_9, x_108); +x_118 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_throwInvalidPattern___rarg(x_1, x_6, x_7, x_8, x_9, x_112); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_114; +return x_118; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_inc(x_1); -x_115 = l_Lean_Expr_mvarId_x21(x_1); -x_116 = lean_alloc_closure((void*)(l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar), 10, 1); -lean_closure_set(x_116, 0, x_1); -x_117 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_withMVar___rarg(x_115, x_116, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_108); -return x_117; +x_119 = l_Lean_Expr_mvarId_x21(x_1); +x_120 = lean_alloc_closure((void*)(l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar), 10, 1); +lean_closure_set(x_120, 0, x_1); +x_121 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_withMVar___rarg(x_119, x_120, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_112); +return x_121; } } } } else { -lean_object* x_118; lean_object* x_119; uint8_t x_120; +lean_object* x_122; lean_object* x_123; uint8_t x_124; lean_inc(x_1); -x_118 = l_Lean_Elab_Term_ToDepElimPattern_isExplicitPatternVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -if (x_120 == 0) +x_122 = l_Lean_Elab_Term_ToDepElimPattern_isExplicitPatternVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_123 = lean_ctor_get(x_122, 0); +lean_inc(x_123); +x_124 = lean_unbox(x_123); +lean_dec(x_123); +if (x_124 == 0) { -uint8_t x_121; +uint8_t x_125; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -21919,43 +20973,43 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_121 = !lean_is_exclusive(x_118); -if (x_121 == 0) +x_125 = !lean_is_exclusive(x_122); +if (x_125 == 0) { -lean_object* x_122; lean_object* x_123; -x_122 = lean_ctor_get(x_118, 0); -lean_dec(x_122); -x_123 = l_Lean_mkInaccessible(x_1); -lean_ctor_set(x_118, 0, x_123); -return x_118; +lean_object* x_126; lean_object* x_127; +x_126 = lean_ctor_get(x_122, 0); +lean_dec(x_126); +x_127 = l_Lean_mkInaccessible(x_1); +lean_ctor_set(x_122, 0, x_127); +return x_122; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_118, 1); -lean_inc(x_124); -lean_dec(x_118); -x_125 = l_Lean_mkInaccessible(x_1); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_126, 1, x_124); -return x_126; +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_122, 1); +lean_inc(x_128); +lean_dec(x_122); +x_129 = l_Lean_mkInaccessible(x_1); +x_130 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_130, 0, x_129); +lean_ctor_set(x_130, 1, x_128); +return x_130; } } else { -lean_object* x_127; lean_object* x_128; -x_127 = lean_ctor_get(x_118, 1); -lean_inc(x_127); -lean_dec(x_118); -x_128 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_127); -return x_128; +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_122, 1); +lean_inc(x_131); +lean_dec(x_122); +x_132 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_131); +return x_132; } } } else { -lean_object* x_129; +lean_object* x_133; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -21964,87 +21018,70 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_1); -lean_ctor_set(x_129, 1, x_10); -return x_129; +x_133 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_133, 0, x_1); +lean_ctor_set(x_133, 1, x_10); +return x_133; } } else { -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_153; uint8_t x_154; +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; uint8_t x_149; lean_object* x_159; uint8_t x_160; lean_dec(x_1); -x_130 = lean_ctor_get(x_14, 0); -lean_inc(x_130); +x_134 = lean_ctor_get(x_14, 0); +lean_inc(x_134); lean_dec(x_14); -x_131 = lean_unsigned_to_nat(0u); -x_132 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_130, x_131); -x_133 = lean_unsigned_to_nat(1u); -x_134 = lean_nat_sub(x_132, x_133); -x_135 = lean_nat_sub(x_134, x_133); -lean_dec(x_134); -lean_inc(x_130); -x_136 = l_Lean_Expr_getRevArg_x21(x_130, x_135); -x_137 = lean_unsigned_to_nat(2u); -x_138 = lean_nat_sub(x_132, x_137); -x_139 = lean_nat_sub(x_138, x_133); +x_135 = lean_unsigned_to_nat(0u); +x_136 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_134, x_135); +x_137 = lean_unsigned_to_nat(1u); +x_138 = lean_nat_sub(x_136, x_137); +x_139 = lean_nat_sub(x_138, x_137); lean_dec(x_138); -lean_inc(x_130); -x_140 = l_Lean_Expr_getRevArg_x21(x_130, x_139); -x_141 = lean_unsigned_to_nat(3u); -x_142 = lean_nat_sub(x_132, x_141); -x_143 = lean_nat_sub(x_142, x_133); +lean_inc(x_134); +x_140 = l_Lean_Expr_getRevArg_x21(x_134, x_139); +x_141 = lean_unsigned_to_nat(2u); +x_142 = lean_nat_sub(x_136, x_141); +x_143 = lean_nat_sub(x_142, x_137); lean_dec(x_142); -lean_inc(x_130); -x_144 = l_Lean_Expr_getRevArg_x21(x_130, x_143); -x_153 = l_Lean_Expr_consumeMData(x_136); -x_154 = l_Lean_Expr_isFVar(x_153); -lean_dec(x_153); -if (x_154 == 0) +lean_inc(x_134); +x_144 = l_Lean_Expr_getRevArg_x21(x_134, x_143); +x_145 = lean_unsigned_to_nat(3u); +x_146 = lean_nat_sub(x_136, x_145); +x_147 = lean_nat_sub(x_146, x_137); +lean_dec(x_146); +lean_inc(x_134); +x_148 = l_Lean_Expr_getRevArg_x21(x_134, x_147); +x_159 = l_Lean_Expr_consumeMData(x_140); +x_160 = l_Lean_Expr_isFVar(x_159); +lean_dec(x_159); +if (x_160 == 0) { -lean_object* x_155; -lean_dec(x_144); -lean_dec(x_140); -lean_dec(x_136); -lean_dec(x_132); -lean_dec(x_130); -x_155 = lean_box(0); -x_145 = x_155; -goto block_152; +uint8_t x_161; +x_161 = 0; +x_149 = x_161; +goto block_158; } else { -lean_object* x_156; uint8_t x_157; -x_156 = l_Lean_Expr_consumeMData(x_144); -x_157 = l_Lean_Expr_isFVar(x_156); -lean_dec(x_156); -if (x_157 == 0) +lean_object* x_162; uint8_t x_163; +x_162 = l_Lean_Expr_consumeMData(x_148); +x_163 = l_Lean_Expr_isFVar(x_162); +lean_dec(x_162); +x_149 = x_163; +goto block_158; +} +block_158: +{ +if (x_149 == 0) { -lean_object* x_158; +lean_object* x_150; lean_object* x_151; uint8_t x_152; +lean_dec(x_148); lean_dec(x_144); lean_dec(x_140); lean_dec(x_136); -lean_dec(x_132); -lean_dec(x_130); -x_158 = lean_box(0); -x_145 = x_158; -goto block_152; -} -else -{ -lean_object* x_159; lean_object* x_160; -x_159 = lean_box(0); -x_160 = l_Lean_Elab_Term_ToDepElimPattern_normalize___lambda__2(x_136, x_140, x_144, x_130, x_132, x_159, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_132); -return x_160; -} -} -block_152: -{ -lean_object* x_146; lean_object* x_147; uint8_t x_148; -lean_dec(x_145); -x_146 = l_Lean_Elab_Term_ToDepElimPattern_normalize___closed__2; -x_147 = l_Lean_throwError___at_Lean_Elab_Term_ToDepElimPattern_normalize___spec__3(x_146, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_134); +x_150 = l_Lean_Elab_Term_ToDepElimPattern_normalize___closed__2; +x_151 = l_Lean_throwError___at_Lean_Elab_Term_ToDepElimPattern_normalize___spec__3(x_150, 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); @@ -22053,159 +21090,168 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_148 = !lean_is_exclusive(x_147); -if (x_148 == 0) +x_152 = !lean_is_exclusive(x_151); +if (x_152 == 0) { -return x_147; +return x_151; } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_149 = lean_ctor_get(x_147, 0); -x_150 = lean_ctor_get(x_147, 1); -lean_inc(x_150); -lean_inc(x_149); -lean_dec(x_147); -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_object* x_153; lean_object* x_154; lean_object* x_155; +x_153 = lean_ctor_get(x_151, 0); +x_154 = lean_ctor_get(x_151, 1); +lean_inc(x_154); +lean_inc(x_153); +lean_dec(x_151); +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; +} +} +else +{ +lean_object* x_156; lean_object* x_157; +x_156 = lean_box(0); +x_157 = l_Lean_Elab_Term_ToDepElimPattern_normalize___lambda__2(x_140, x_144, x_148, x_134, x_136, x_156, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_136); +return x_157; } } } } else { -lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_dec(x_1); -x_161 = lean_ctor_get(x_13, 0); -lean_inc(x_161); +x_164 = lean_ctor_get(x_13, 0); +lean_inc(x_164); lean_dec(x_13); -x_162 = lean_ctor_get(x_161, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_161, 1); -lean_inc(x_163); -lean_dec(x_161); -x_164 = lean_box(0); +x_165 = lean_ctor_get(x_164, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_164, 1); +lean_inc(x_166); +lean_dec(x_164); +x_167 = lean_box(0); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_165 = l_List_mapM_loop___at_Lean_Elab_Term_ToDepElimPattern_normalize___spec__4(x_163, x_164, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_165) == 0) +x_168 = l_List_mapM_loop___at_Lean_Elab_Term_ToDepElimPattern_normalize___spec__4(x_166, x_167, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_168) == 0) { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_165, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -lean_dec(x_165); -x_168 = l_Lean_Meta_mkArrayLit(x_162, x_166, x_6, x_7, x_8, x_9, x_167); -return x_168; +lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_169 = lean_ctor_get(x_168, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_168, 1); +lean_inc(x_170); +lean_dec(x_168); +x_171 = l_Lean_Meta_mkArrayLit(x_165, x_169, x_6, x_7, x_8, x_9, x_170); +return x_171; } else { -uint8_t x_169; -lean_dec(x_162); +uint8_t x_172; +lean_dec(x_165); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_169 = !lean_is_exclusive(x_165); -if (x_169 == 0) +x_172 = !lean_is_exclusive(x_168); +if (x_172 == 0) { -return x_165; +return x_168; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_165, 0); -x_171 = lean_ctor_get(x_165, 1); -lean_inc(x_171); -lean_inc(x_170); -lean_dec(x_165); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +lean_object* x_173; lean_object* x_174; lean_object* x_175; +x_173 = lean_ctor_get(x_168, 0); +x_174 = lean_ctor_get(x_168, 1); +lean_inc(x_174); +lean_inc(x_173); +lean_dec(x_168); +x_175 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_175, 0, x_173); +lean_ctor_set(x_175, 1, x_174); +return x_175; } } } } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_dec(x_1); -x_173 = lean_ctor_get(x_12, 0); -lean_inc(x_173); +x_176 = lean_ctor_get(x_12, 0); +lean_inc(x_176); lean_dec(x_12); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = l_Lean_Elab_Term_ToDepElimPattern_normalize(x_175, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_176) == 0) +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +lean_dec(x_176); +x_179 = l_Lean_Elab_Term_ToDepElimPattern_normalize(x_178, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_179) == 0) { -uint8_t x_177; -x_177 = !lean_is_exclusive(x_176); -if (x_177 == 0) +uint8_t x_180; +x_180 = !lean_is_exclusive(x_179); +if (x_180 == 0) { -lean_object* x_178; lean_object* x_179; -x_178 = lean_ctor_get(x_176, 0); -x_179 = l_Lean_mkPatternWithRef(x_178, x_174); -lean_ctor_set(x_176, 0, x_179); -return x_176; +lean_object* x_181; lean_object* x_182; +x_181 = lean_ctor_get(x_179, 0); +x_182 = l_Lean_mkPatternWithRef(x_181, x_177); +lean_ctor_set(x_179, 0, x_182); +return x_179; } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; -x_180 = lean_ctor_get(x_176, 0); -x_181 = lean_ctor_get(x_176, 1); -lean_inc(x_181); -lean_inc(x_180); -lean_dec(x_176); -x_182 = l_Lean_mkPatternWithRef(x_180, x_174); -x_183 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_183, 0, x_182); -lean_ctor_set(x_183, 1, x_181); -return x_183; +lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; +x_183 = lean_ctor_get(x_179, 0); +x_184 = lean_ctor_get(x_179, 1); +lean_inc(x_184); +lean_inc(x_183); +lean_dec(x_179); +x_185 = l_Lean_mkPatternWithRef(x_183, x_177); +x_186 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_186, 0, x_185); +lean_ctor_set(x_186, 1, x_184); +return x_186; } } else { -uint8_t x_184; -lean_dec(x_174); -x_184 = !lean_is_exclusive(x_176); -if (x_184 == 0) +uint8_t x_187; +lean_dec(x_177); +x_187 = !lean_is_exclusive(x_179); +if (x_187 == 0) { -return x_176; +return x_179; } else { -lean_object* x_185; lean_object* x_186; lean_object* x_187; -x_185 = lean_ctor_get(x_176, 0); -x_186 = lean_ctor_get(x_176, 1); -lean_inc(x_186); -lean_inc(x_185); -lean_dec(x_176); -x_187 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_187, 0, x_185); -lean_ctor_set(x_187, 1, x_186); -return x_187; +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 { -lean_object* x_188; lean_object* x_189; +lean_object* x_191; lean_object* x_192; lean_dec(x_1); -x_188 = lean_ctor_get(x_11, 0); -lean_inc(x_188); +x_191 = lean_ctor_get(x_11, 0); +lean_inc(x_191); lean_dec(x_11); -x_189 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible(x_188, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_189; +x_192 = l_Lean_Elab_Term_ToDepElimPattern_normalize_processInaccessible(x_191, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_192; } } } @@ -23505,1068 +22551,673 @@ return x_14; } else { -lean_object* x_15; uint8_t x_16; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_60; lean_object* x_61; x_15 = lean_st_ref_get(x_3, x_10); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_18 = x_15; +} else { + lean_dec_ref(x_15); + x_18 = lean_box(0); +} +x_60 = lean_ctor_get(x_16, 0); +lean_inc(x_60); +lean_dec(x_16); +x_61 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_60, x_11); +lean_dec(x_60); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_ctor_get(x_15, 1); -x_19 = lean_ctor_get(x_17, 0); -lean_inc(x_19); -lean_dec(x_17); -x_20 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_19, x_11); -lean_dec(x_19); -if (lean_obj_tag(x_20) == 0) +uint8_t x_62; +x_62 = 0; +x_19 = x_62; +goto block_59; +} +else { -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_free_object(x_15); -x_21 = lean_st_ref_take(x_3, x_18); -x_22 = lean_ctor_get(x_21, 0); +uint8_t x_63; +lean_dec(x_61); +x_63 = 1; +x_19 = x_63; +goto block_59; +} +block_59: +{ +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; 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_18); +x_20 = lean_st_ref_take(x_3, x_17); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +lean_dec(x_20); +x_23 = lean_ctor_get(x_21, 0); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_box(0); +x_24 = lean_box(0); lean_inc(x_11); -x_26 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_24, x_11, x_25); -x_27 = lean_ctor_get(x_22, 1); +x_25 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_23, x_11, x_24); +x_26 = lean_ctor_get(x_21, 1); +lean_inc(x_26); +x_27 = lean_ctor_get(x_21, 2); lean_inc(x_27); -x_28 = lean_ctor_get(x_22, 2); -lean_inc(x_28); -lean_dec(x_22); -x_29 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_29, 0, x_26); -lean_ctor_set(x_29, 1, x_27); -lean_ctor_set(x_29, 2, x_28); -x_30 = lean_st_ref_set(x_3, x_29, x_23); -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); +lean_dec(x_21); +x_28 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_28, 0, x_25); +lean_ctor_set(x_28, 1, x_26); +lean_ctor_set(x_28, 2, x_27); +x_29 = lean_st_ref_set(x_3, x_28, x_22); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); lean_inc(x_6); -x_32 = l_Lean_FVarId_getType(x_11, x_6, x_7, x_8, x_9, x_31); -if (lean_obj_tag(x_32) == 0) +x_31 = l_Lean_FVarId_getType(x_11, x_6, x_7, x_8, x_9, x_30); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_32, 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); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_33, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_34); -if (lean_obj_tag(x_35) == 0) +lean_dec(x_31); +x_34 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_32, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_33); +if (lean_obj_tag(x_34) == 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; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = lean_st_ref_take(x_3, x_36); -x_38 = lean_ctor_get(x_37, 0); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_st_ref_take(x_3, x_35); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_36, 1); lean_inc(x_38); -x_39 = lean_ctor_get(x_37, 1); +lean_dec(x_36); +x_39 = lean_ctor_get(x_37, 0); lean_inc(x_39); -lean_dec(x_37); -x_40 = lean_ctor_get(x_38, 0); +x_40 = lean_ctor_get(x_37, 1); lean_inc(x_40); -x_41 = lean_ctor_get(x_38, 1); +x_41 = lean_ctor_get(x_37, 2); lean_inc(x_41); -x_42 = lean_ctor_get(x_38, 2); -lean_inc(x_42); -lean_dec(x_38); -x_43 = lean_array_push(x_42, x_2); -x_44 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_44, 0, x_40); -lean_ctor_set(x_44, 1, x_41); -lean_ctor_set(x_44, 2, x_43); -x_45 = lean_st_ref_set(x_3, x_44, x_39); -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) +lean_dec(x_37); +x_42 = lean_array_push(x_41, x_2); +x_43 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_43, 0, x_39); +lean_ctor_set(x_43, 1, x_40); +lean_ctor_set(x_43, 2, x_42); +x_44 = lean_st_ref_set(x_3, x_43, x_38); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) { -lean_object* x_47; -x_47 = lean_ctor_get(x_45, 0); -lean_dec(x_47); -lean_ctor_set(x_45, 0, x_25); -return x_45; +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_24); +return x_44; } else { -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_45, 1); -lean_inc(x_48); -lean_dec(x_45); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_25); -lean_ctor_set(x_49, 1, x_48); -return x_49; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_24); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } else { -uint8_t x_50; +uint8_t x_49; lean_dec(x_2); -x_50 = !lean_is_exclusive(x_35); -if (x_50 == 0) +x_49 = !lean_is_exclusive(x_34); +if (x_49 == 0) { -return x_35; +return x_34; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_35, 0); -x_52 = lean_ctor_get(x_35, 1); -lean_inc(x_52); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_34, 0); +x_51 = lean_ctor_get(x_34, 1); lean_inc(x_51); -lean_dec(x_35); -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_inc(x_50); +lean_dec(x_34); +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 { -uint8_t x_54; +uint8_t x_53; lean_dec(x_6); lean_dec(x_2); -x_54 = !lean_is_exclusive(x_32); -if (x_54 == 0) +x_53 = !lean_is_exclusive(x_31); +if (x_53 == 0) { -return x_32; +return x_31; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_32, 0); -x_56 = lean_ctor_get(x_32, 1); -lean_inc(x_56); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_31, 0); +x_55 = lean_ctor_get(x_31, 1); lean_inc(x_55); -lean_dec(x_32); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; +lean_inc(x_54); +lean_dec(x_31); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } else { -lean_object* x_58; -lean_dec(x_20); +lean_object* x_57; lean_object* x_58; lean_dec(x_11); lean_dec(x_6); lean_dec(x_2); -x_58 = lean_box(0); -lean_ctor_set(x_15, 0, x_58); -return x_15; +x_57 = lean_box(0); +if (lean_is_scalar(x_18)) { + x_58 = lean_alloc_ctor(0, 2, 0); +} else { + x_58 = x_18; } +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_17); +return x_58; } -else -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_59 = lean_ctor_get(x_15, 0); -x_60 = lean_ctor_get(x_15, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_15); -x_61 = lean_ctor_get(x_59, 0); -lean_inc(x_61); -lean_dec(x_59); -x_62 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_61, x_11); -lean_dec(x_61); -if (lean_obj_tag(x_62) == 0) +} +} +} +case 2: { -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_63 = lean_st_ref_take(x_3, x_60); -x_64 = lean_ctor_get(x_63, 0); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; uint8_t x_121; +x_64 = lean_ctor_get(x_2, 0); lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_ctor_get(x_64, 0); +lean_inc(x_2); +x_65 = l_Lean_instantiateMVars___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_66 = lean_ctor_get(x_65, 0); lean_inc(x_66); -x_67 = lean_box(0); -lean_inc(x_11); -x_68 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_66, x_11, x_67); -x_69 = lean_ctor_get(x_64, 1); -lean_inc(x_69); -x_70 = lean_ctor_get(x_64, 2); -lean_inc(x_70); +x_67 = lean_ctor_get(x_65, 1); +lean_inc(x_67); +if (lean_is_exclusive(x_65)) { + lean_ctor_release(x_65, 0); + lean_ctor_release(x_65, 1); + x_68 = x_65; +} else { + lean_dec_ref(x_65); + x_68 = lean_box(0); +} +x_121 = l_Lean_Expr_isMVar(x_66); +if (x_121 == 0) +{ +uint8_t x_122; +x_122 = 1; +x_69 = x_122; +goto block_120; +} +else +{ +uint8_t x_123; +x_123 = 0; +x_69 = x_123; +goto block_120; +} +block_120: +{ +if (x_69 == 0) +{ +uint8_t x_70; +lean_dec(x_66); +x_70 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_1, x_2); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_dec(x_64); -x_71 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_71, 0, x_68); -lean_ctor_set(x_71, 1, x_69); -lean_ctor_set(x_71, 2, x_70); -x_72 = lean_st_ref_set(x_3, x_71, x_65); -x_73 = lean_ctor_get(x_72, 1); -lean_inc(x_73); -lean_dec(x_72); -lean_inc(x_6); -x_74 = l_Lean_FVarId_getType(x_11, x_6, x_7, x_8, x_9, x_73); -if (lean_obj_tag(x_74) == 0) +lean_dec(x_6); +lean_dec(x_2); +x_71 = lean_box(0); +if (lean_is_scalar(x_68)) { + x_72 = lean_alloc_ctor(0, 2, 0); +} else { + x_72 = x_68; +} +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_67); +return x_72; +} +else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_74, 0); +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; lean_object* x_115; lean_object* x_116; +lean_dec(x_68); +x_73 = lean_st_ref_get(x_3, x_67); +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); lean_inc(x_75); -x_76 = lean_ctor_get(x_74, 1); -lean_inc(x_76); +if (lean_is_exclusive(x_73)) { + lean_ctor_release(x_73, 0); + lean_ctor_release(x_73, 1); + x_76 = x_73; +} else { + lean_dec_ref(x_73); + x_76 = lean_box(0); +} +x_115 = lean_ctor_get(x_74, 1); +lean_inc(x_115); lean_dec(x_74); -x_77 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_75, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_76); -if (lean_obj_tag(x_77) == 0) +x_116 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_115, x_64); +lean_dec(x_115); +if (lean_obj_tag(x_116) == 0) { -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; -x_78 = lean_ctor_get(x_77, 1); -lean_inc(x_78); -lean_dec(x_77); -x_79 = lean_st_ref_take(x_3, x_78); -x_80 = lean_ctor_get(x_79, 0); +uint8_t x_117; +x_117 = 0; +x_77 = x_117; +goto block_114; +} +else +{ +uint8_t x_118; +lean_dec(x_116); +x_118 = 1; +x_77 = x_118; +goto block_114; +} +block_114: +{ +if (x_77 == 0) +{ +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_dec(x_76); +x_78 = lean_st_ref_take(x_3, x_75); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); +lean_dec(x_78); +x_81 = lean_ctor_get(x_79, 0); lean_inc(x_81); -lean_dec(x_79); -x_82 = lean_ctor_get(x_80, 0); +x_82 = lean_ctor_get(x_79, 1); lean_inc(x_82); -x_83 = lean_ctor_get(x_80, 1); -lean_inc(x_83); -x_84 = lean_ctor_get(x_80, 2); -lean_inc(x_84); -lean_dec(x_80); -x_85 = lean_array_push(x_84, x_2); +x_83 = lean_box(0); +lean_inc(x_64); +x_84 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_82, x_64, x_83); +x_85 = lean_ctor_get(x_79, 2); +lean_inc(x_85); +lean_dec(x_79); x_86 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_86, 0, x_82); -lean_ctor_set(x_86, 1, x_83); +lean_ctor_set(x_86, 0, x_81); +lean_ctor_set(x_86, 1, x_84); lean_ctor_set(x_86, 2, x_85); -x_87 = lean_st_ref_set(x_3, x_86, x_81); +x_87 = lean_st_ref_set(x_3, x_86, x_80); x_88 = lean_ctor_get(x_87, 1); lean_inc(x_88); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_89 = x_87; -} else { - lean_dec_ref(x_87); - x_89 = lean_box(0); +lean_dec(x_87); +x_89 = l_Lean_Elab_Term_getMVarDecl(x_64, x_4, x_5, x_6, x_7, x_8, x_9, x_88); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_ctor_get(x_90, 2); +lean_inc(x_92); +lean_dec(x_90); +x_93 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_92, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_91); +if (lean_obj_tag(x_93) == 0) +{ +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; +x_94 = lean_ctor_get(x_93, 1); +lean_inc(x_94); +lean_dec(x_93); +x_95 = lean_st_ref_take(x_3, x_94); +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); +x_99 = lean_ctor_get(x_96, 1); +lean_inc(x_99); +x_100 = lean_ctor_get(x_96, 2); +lean_inc(x_100); +lean_dec(x_96); +x_101 = lean_array_push(x_100, x_2); +x_102 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_102, 0, x_98); +lean_ctor_set(x_102, 1, x_99); +lean_ctor_set(x_102, 2, x_101); +x_103 = lean_st_ref_set(x_3, x_102, x_97); +x_104 = !lean_is_exclusive(x_103); +if (x_104 == 0) +{ +lean_object* x_105; +x_105 = lean_ctor_get(x_103, 0); +lean_dec(x_105); +lean_ctor_set(x_103, 0, x_83); +return x_103; } -if (lean_is_scalar(x_89)) { - x_90 = lean_alloc_ctor(0, 2, 0); -} else { - x_90 = x_89; +else +{ +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_103, 1); +lean_inc(x_106); +lean_dec(x_103); +x_107 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_83); +lean_ctor_set(x_107, 1, x_106); +return x_107; } -lean_ctor_set(x_90, 0, x_67); -lean_ctor_set(x_90, 1, x_88); -return x_90; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +uint8_t x_108; lean_dec(x_2); -x_91 = lean_ctor_get(x_77, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_77, 1); -lean_inc(x_92); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_93 = x_77; -} else { - lean_dec_ref(x_77); - x_93 = lean_box(0); +x_108 = !lean_is_exclusive(x_93); +if (x_108 == 0) +{ +return x_93; } -if (lean_is_scalar(x_93)) { - x_94 = lean_alloc_ctor(1, 2, 0); -} else { - x_94 = x_93; +else +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_109 = lean_ctor_get(x_93, 0); +x_110 = lean_ctor_get(x_93, 1); +lean_inc(x_110); +lean_inc(x_109); +lean_dec(x_93); +x_111 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_111, 0, x_109); +lean_ctor_set(x_111, 1, x_110); +return x_111; } -lean_ctor_set(x_94, 0, x_91); -lean_ctor_set(x_94, 1, x_92); -return x_94; } } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; +lean_object* x_112; lean_object* x_113; +lean_dec(x_64); lean_dec(x_6); lean_dec(x_2); -x_95 = lean_ctor_get(x_74, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_74, 1); -lean_inc(x_96); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - lean_ctor_release(x_74, 1); - x_97 = x_74; +x_112 = lean_box(0); +if (lean_is_scalar(x_76)) { + x_113 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_74); - x_97 = lean_box(0); + x_113 = x_76; +} +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_75); +return x_113; } -if (lean_is_scalar(x_97)) { - x_98 = lean_alloc_ctor(1, 2, 0); -} else { - x_98 = x_97; } -lean_ctor_set(x_98, 0, x_95); -lean_ctor_set(x_98, 1, x_96); -return x_98; } } else { -lean_object* x_99; lean_object* x_100; -lean_dec(x_62); -lean_dec(x_11); -lean_dec(x_6); +lean_dec(x_68); +lean_dec(x_64); lean_dec(x_2); -x_99 = lean_box(0); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_60); -return x_100; -} +x_2 = x_66; +x_10 = x_67; +goto _start; } } } -case 2: -{ -lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_101 = lean_ctor_get(x_2, 0); -lean_inc(x_101); -lean_inc(x_2); -x_102 = l_Lean_instantiateMVars___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_103 = !lean_is_exclusive(x_102); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; uint8_t x_106; -x_104 = lean_ctor_get(x_102, 0); -x_105 = lean_ctor_get(x_102, 1); -x_106 = l_Lean_Expr_isMVar(x_104); -if (x_106 == 0) +case 5: { -lean_free_object(x_102); -lean_dec(x_101); +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_2, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_2, 1); +lean_inc(x_125); lean_dec(x_2); -x_2 = x_104; -x_10 = x_105; +lean_inc(x_6); +x_126 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_124, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_126) == 0) +{ +lean_object* x_127; +x_127 = lean_ctor_get(x_126, 1); +lean_inc(x_127); +lean_dec(x_126); +x_2 = x_125; +x_10 = x_127; goto _start; } else { -uint8_t x_108; -lean_dec(x_104); -x_108 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_1, x_2); -if (x_108 == 0) -{ -lean_object* x_109; -lean_dec(x_101); +uint8_t x_129; +lean_dec(x_125); lean_dec(x_6); -lean_dec(x_2); -x_109 = lean_box(0); -lean_ctor_set(x_102, 0, x_109); -return x_102; +x_129 = !lean_is_exclusive(x_126); +if (x_129 == 0) +{ +return x_126; } else { -lean_object* x_110; uint8_t x_111; -lean_free_object(x_102); -x_110 = lean_st_ref_get(x_3, x_105); -x_111 = !lean_is_exclusive(x_110); -if (x_111 == 0) +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_126, 0); +x_131 = lean_ctor_get(x_126, 1); +lean_inc(x_131); +lean_inc(x_130); +lean_dec(x_126); +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; +} +} +} +case 6: { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_112 = lean_ctor_get(x_110, 0); -x_113 = lean_ctor_get(x_110, 1); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -lean_dec(x_112); -x_115 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_114, x_101); -lean_dec(x_114); -if (lean_obj_tag(x_115) == 0) -{ -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_free_object(x_110); -x_116 = lean_st_ref_take(x_3, x_113); -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -lean_dec(x_116); -x_119 = lean_ctor_get(x_117, 0); -lean_inc(x_119); -x_120 = lean_ctor_get(x_117, 1); -lean_inc(x_120); -x_121 = lean_box(0); -lean_inc(x_101); -x_122 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_120, x_101, x_121); -x_123 = lean_ctor_get(x_117, 2); -lean_inc(x_123); -lean_dec(x_117); -x_124 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_124, 0, x_119); -lean_ctor_set(x_124, 1, x_122); -lean_ctor_set(x_124, 2, x_123); -x_125 = lean_st_ref_set(x_3, x_124, x_118); -x_126 = lean_ctor_get(x_125, 1); -lean_inc(x_126); -lean_dec(x_125); -x_127 = l_Lean_Elab_Term_getMVarDecl(x_101, x_4, x_5, x_6, x_7, x_8, x_9, x_126); -x_128 = lean_ctor_get(x_127, 0); -lean_inc(x_128); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_ctor_get(x_128, 2); -lean_inc(x_130); -lean_dec(x_128); -x_131 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_130, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_129); -if (lean_obj_tag(x_131) == 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; uint8_t x_142; -x_132 = lean_ctor_get(x_131, 1); -lean_inc(x_132); -lean_dec(x_131); -x_133 = lean_st_ref_take(x_3, x_132); -x_134 = lean_ctor_get(x_133, 0); +lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_133 = lean_ctor_get(x_2, 1); +lean_inc(x_133); +x_134 = lean_ctor_get(x_2, 2); lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_136 = lean_ctor_get(x_134, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_134, 1); -lean_inc(x_137); -x_138 = lean_ctor_get(x_134, 2); -lean_inc(x_138); -lean_dec(x_134); -x_139 = lean_array_push(x_138, x_2); -x_140 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_140, 0, x_136); -lean_ctor_set(x_140, 1, x_137); -lean_ctor_set(x_140, 2, x_139); -x_141 = lean_st_ref_set(x_3, x_140, x_135); -x_142 = !lean_is_exclusive(x_141); -if (x_142 == 0) -{ -lean_object* x_143; -x_143 = lean_ctor_get(x_141, 0); -lean_dec(x_143); -lean_ctor_set(x_141, 0, x_121); -return x_141; -} -else -{ -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_141, 1); -lean_inc(x_144); -lean_dec(x_141); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_121); -lean_ctor_set(x_145, 1, x_144); -return x_145; -} -} -else -{ -uint8_t x_146; -lean_dec(x_2); -x_146 = !lean_is_exclusive(x_131); -if (x_146 == 0) -{ -return x_131; -} -else -{ -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_131, 0); -x_148 = lean_ctor_get(x_131, 1); -lean_inc(x_148); -lean_inc(x_147); -lean_dec(x_131); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; -} -} -} -else -{ -lean_object* x_150; -lean_dec(x_115); -lean_dec(x_101); -lean_dec(x_6); -lean_dec(x_2); -x_150 = lean_box(0); -lean_ctor_set(x_110, 0, x_150); -return x_110; -} -} -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_151 = lean_ctor_get(x_110, 0); -x_152 = lean_ctor_get(x_110, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_110); -x_153 = lean_ctor_get(x_151, 1); -lean_inc(x_153); -lean_dec(x_151); -x_154 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_153, x_101); -lean_dec(x_153); -if (lean_obj_tag(x_154) == 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; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_155 = lean_st_ref_take(x_3, x_152); -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_158 = lean_ctor_get(x_156, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_156, 1); -lean_inc(x_159); -x_160 = lean_box(0); -lean_inc(x_101); -x_161 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_159, x_101, x_160); -x_162 = lean_ctor_get(x_156, 2); -lean_inc(x_162); -lean_dec(x_156); -x_163 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_163, 0, x_158); -lean_ctor_set(x_163, 1, x_161); -lean_ctor_set(x_163, 2, x_162); -x_164 = lean_st_ref_set(x_3, x_163, x_157); -x_165 = lean_ctor_get(x_164, 1); -lean_inc(x_165); -lean_dec(x_164); -x_166 = l_Lean_Elab_Term_getMVarDecl(x_101, x_4, x_5, x_6, x_7, x_8, x_9, x_165); -x_167 = lean_ctor_get(x_166, 0); -lean_inc(x_167); -x_168 = lean_ctor_get(x_166, 1); -lean_inc(x_168); -lean_dec(x_166); -x_169 = lean_ctor_get(x_167, 2); -lean_inc(x_169); -lean_dec(x_167); -x_170 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_169, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_168); -if (lean_obj_tag(x_170) == 0) -{ -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; -x_171 = lean_ctor_get(x_170, 1); -lean_inc(x_171); -lean_dec(x_170); -x_172 = lean_st_ref_take(x_3, x_171); -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_173, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_173, 1); -lean_inc(x_176); -x_177 = lean_ctor_get(x_173, 2); -lean_inc(x_177); -lean_dec(x_173); -x_178 = lean_array_push(x_177, x_2); -x_179 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_179, 0, x_175); -lean_ctor_set(x_179, 1, x_176); -lean_ctor_set(x_179, 2, x_178); -x_180 = lean_st_ref_set(x_3, x_179, x_174); -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); -} -if (lean_is_scalar(x_182)) { - x_183 = lean_alloc_ctor(0, 2, 0); -} else { - x_183 = x_182; -} -lean_ctor_set(x_183, 0, x_160); -lean_ctor_set(x_183, 1, x_181); -return x_183; -} -else -{ -lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; -lean_dec(x_2); -x_184 = lean_ctor_get(x_170, 0); -lean_inc(x_184); -x_185 = lean_ctor_get(x_170, 1); -lean_inc(x_185); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_186 = x_170; -} else { - lean_dec_ref(x_170); - x_186 = lean_box(0); -} -if (lean_is_scalar(x_186)) { - x_187 = lean_alloc_ctor(1, 2, 0); -} else { - x_187 = x_186; -} -lean_ctor_set(x_187, 0, x_184); -lean_ctor_set(x_187, 1, x_185); -return x_187; -} -} -else -{ -lean_object* x_188; lean_object* x_189; -lean_dec(x_154); -lean_dec(x_101); -lean_dec(x_6); -lean_dec(x_2); -x_188 = lean_box(0); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_152); -return x_189; -} -} -} -} -} -else -{ -lean_object* x_190; lean_object* x_191; uint8_t x_192; -x_190 = lean_ctor_get(x_102, 0); -x_191 = lean_ctor_get(x_102, 1); -lean_inc(x_191); -lean_inc(x_190); -lean_dec(x_102); -x_192 = l_Lean_Expr_isMVar(x_190); -if (x_192 == 0) -{ -lean_dec(x_101); -lean_dec(x_2); -x_2 = x_190; -x_10 = x_191; -goto _start; -} -else -{ -uint8_t x_194; -lean_dec(x_190); -x_194 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_1, x_2); -if (x_194 == 0) -{ -lean_object* x_195; lean_object* x_196; -lean_dec(x_101); -lean_dec(x_6); -lean_dec(x_2); -x_195 = lean_box(0); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_191); -return x_196; -} -else -{ -lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_197 = lean_st_ref_get(x_3, x_191); -x_198 = lean_ctor_get(x_197, 0); -lean_inc(x_198); -x_199 = lean_ctor_get(x_197, 1); -lean_inc(x_199); -if (lean_is_exclusive(x_197)) { - lean_ctor_release(x_197, 0); - lean_ctor_release(x_197, 1); - x_200 = x_197; -} else { - lean_dec_ref(x_197); - x_200 = lean_box(0); -} -x_201 = lean_ctor_get(x_198, 1); -lean_inc(x_201); -lean_dec(x_198); -x_202 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_201, x_101); -lean_dec(x_201); -if (lean_obj_tag(x_202) == 0) -{ -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; 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_dec(x_200); -x_203 = lean_st_ref_take(x_3, x_199); -x_204 = lean_ctor_get(x_203, 0); -lean_inc(x_204); -x_205 = lean_ctor_get(x_203, 1); -lean_inc(x_205); -lean_dec(x_203); -x_206 = lean_ctor_get(x_204, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_204, 1); -lean_inc(x_207); -x_208 = lean_box(0); -lean_inc(x_101); -x_209 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_207, x_101, x_208); -x_210 = lean_ctor_get(x_204, 2); -lean_inc(x_210); -lean_dec(x_204); -x_211 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_211, 0, x_206); -lean_ctor_set(x_211, 1, x_209); -lean_ctor_set(x_211, 2, x_210); -x_212 = lean_st_ref_set(x_3, x_211, x_205); -x_213 = lean_ctor_get(x_212, 1); -lean_inc(x_213); -lean_dec(x_212); -x_214 = l_Lean_Elab_Term_getMVarDecl(x_101, x_4, x_5, x_6, x_7, x_8, x_9, x_213); -x_215 = lean_ctor_get(x_214, 0); -lean_inc(x_215); -x_216 = lean_ctor_get(x_214, 1); -lean_inc(x_216); -lean_dec(x_214); -x_217 = lean_ctor_get(x_215, 2); -lean_inc(x_217); -lean_dec(x_215); -x_218 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_217, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_216); -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; 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_219 = lean_ctor_get(x_218, 1); -lean_inc(x_219); -lean_dec(x_218); -x_220 = lean_st_ref_take(x_3, x_219); -x_221 = lean_ctor_get(x_220, 0); -lean_inc(x_221); -x_222 = lean_ctor_get(x_220, 1); -lean_inc(x_222); -lean_dec(x_220); -x_223 = lean_ctor_get(x_221, 0); -lean_inc(x_223); -x_224 = lean_ctor_get(x_221, 1); -lean_inc(x_224); -x_225 = lean_ctor_get(x_221, 2); -lean_inc(x_225); -lean_dec(x_221); -x_226 = lean_array_push(x_225, x_2); -x_227 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_227, 0, x_223); -lean_ctor_set(x_227, 1, x_224); -lean_ctor_set(x_227, 2, x_226); -x_228 = lean_st_ref_set(x_3, x_227, x_222); -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; -} else { - lean_dec_ref(x_228); - x_230 = lean_box(0); -} -if (lean_is_scalar(x_230)) { - x_231 = lean_alloc_ctor(0, 2, 0); -} else { - x_231 = x_230; -} -lean_ctor_set(x_231, 0, x_208); -lean_ctor_set(x_231, 1, x_229); -return x_231; -} -else -{ -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; -lean_dec(x_2); -x_232 = lean_ctor_get(x_218, 0); -lean_inc(x_232); -x_233 = lean_ctor_get(x_218, 1); -lean_inc(x_233); -if (lean_is_exclusive(x_218)) { - lean_ctor_release(x_218, 0); - lean_ctor_release(x_218, 1); - x_234 = x_218; -} else { - lean_dec_ref(x_218); - x_234 = lean_box(0); -} -if (lean_is_scalar(x_234)) { - x_235 = lean_alloc_ctor(1, 2, 0); -} else { - x_235 = x_234; -} -lean_ctor_set(x_235, 0, x_232); -lean_ctor_set(x_235, 1, x_233); -return x_235; -} -} -else -{ -lean_object* x_236; lean_object* x_237; -lean_dec(x_202); -lean_dec(x_101); -lean_dec(x_6); -lean_dec(x_2); -x_236 = lean_box(0); -if (lean_is_scalar(x_200)) { - x_237 = lean_alloc_ctor(0, 2, 0); -} else { - x_237 = x_200; -} -lean_ctor_set(x_237, 0, x_236); -lean_ctor_set(x_237, 1, x_199); -return x_237; -} -} -} -} -} -case 5: -{ -lean_object* x_238; lean_object* x_239; lean_object* x_240; -x_238 = lean_ctor_get(x_2, 0); -lean_inc(x_238); -x_239 = lean_ctor_get(x_2, 1); -lean_inc(x_239); lean_dec(x_2); lean_inc(x_6); -x_240 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_238, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_240) == 0) -{ -lean_object* x_241; -x_241 = lean_ctor_get(x_240, 1); -lean_inc(x_241); -lean_dec(x_240); -x_2 = x_239; -x_10 = x_241; -goto _start; -} -else -{ -uint8_t x_243; -lean_dec(x_239); -lean_dec(x_6); -x_243 = !lean_is_exclusive(x_240); -if (x_243 == 0) -{ -return x_240; -} -else -{ -lean_object* x_244; lean_object* x_245; lean_object* x_246; -x_244 = lean_ctor_get(x_240, 0); -x_245 = lean_ctor_get(x_240, 1); -lean_inc(x_245); -lean_inc(x_244); -lean_dec(x_240); -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; -} -} -} -case 6: +x_135 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_133, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_135) == 0) { -lean_object* x_247; lean_object* x_248; lean_object* x_249; -x_247 = lean_ctor_get(x_2, 1); -lean_inc(x_247); -x_248 = lean_ctor_get(x_2, 2); -lean_inc(x_248); -lean_dec(x_2); -lean_inc(x_6); -x_249 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_247, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_249) == 0) -{ -lean_object* x_250; -x_250 = lean_ctor_get(x_249, 1); -lean_inc(x_250); -lean_dec(x_249); -x_2 = x_248; -x_10 = x_250; +lean_object* x_136; +x_136 = lean_ctor_get(x_135, 1); +lean_inc(x_136); +lean_dec(x_135); +x_2 = x_134; +x_10 = x_136; goto _start; } else { -uint8_t x_252; -lean_dec(x_248); +uint8_t x_138; +lean_dec(x_134); lean_dec(x_6); -x_252 = !lean_is_exclusive(x_249); -if (x_252 == 0) +x_138 = !lean_is_exclusive(x_135); +if (x_138 == 0) { -return x_249; +return x_135; } else { -lean_object* x_253; lean_object* x_254; lean_object* x_255; -x_253 = lean_ctor_get(x_249, 0); -x_254 = lean_ctor_get(x_249, 1); -lean_inc(x_254); -lean_inc(x_253); -lean_dec(x_249); -x_255 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_255, 0, x_253); -lean_ctor_set(x_255, 1, x_254); -return x_255; +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_135, 0); +x_140 = lean_ctor_get(x_135, 1); +lean_inc(x_140); +lean_inc(x_139); +lean_dec(x_135); +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } } case 7: { -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_2, 1); -lean_inc(x_256); -x_257 = lean_ctor_get(x_2, 2); -lean_inc(x_257); +lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_142 = lean_ctor_get(x_2, 1); +lean_inc(x_142); +x_143 = lean_ctor_get(x_2, 2); +lean_inc(x_143); lean_dec(x_2); lean_inc(x_6); -x_258 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_256, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_258) == 0) +x_144 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_142, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_144) == 0) { -lean_object* x_259; -x_259 = lean_ctor_get(x_258, 1); -lean_inc(x_259); -lean_dec(x_258); -x_2 = x_257; -x_10 = x_259; +lean_object* x_145; +x_145 = lean_ctor_get(x_144, 1); +lean_inc(x_145); +lean_dec(x_144); +x_2 = x_143; +x_10 = x_145; goto _start; } else { -uint8_t x_261; -lean_dec(x_257); +uint8_t x_147; +lean_dec(x_143); lean_dec(x_6); -x_261 = !lean_is_exclusive(x_258); -if (x_261 == 0) +x_147 = !lean_is_exclusive(x_144); +if (x_147 == 0) { -return x_258; +return x_144; } else { -lean_object* x_262; lean_object* x_263; lean_object* x_264; -x_262 = lean_ctor_get(x_258, 0); -x_263 = lean_ctor_get(x_258, 1); -lean_inc(x_263); -lean_inc(x_262); -lean_dec(x_258); -x_264 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_264, 0, x_262); -lean_ctor_set(x_264, 1, x_263); -return x_264; +lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_148 = lean_ctor_get(x_144, 0); +x_149 = lean_ctor_get(x_144, 1); +lean_inc(x_149); +lean_inc(x_148); +lean_dec(x_144); +x_150 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_150, 0, x_148); +lean_ctor_set(x_150, 1, x_149); +return x_150; } } } case 8: { -lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; -x_265 = lean_ctor_get(x_2, 1); -lean_inc(x_265); -x_266 = lean_ctor_get(x_2, 2); -lean_inc(x_266); -x_267 = lean_ctor_get(x_2, 3); -lean_inc(x_267); +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_151 = lean_ctor_get(x_2, 1); +lean_inc(x_151); +x_152 = lean_ctor_get(x_2, 2); +lean_inc(x_152); +x_153 = lean_ctor_get(x_2, 3); +lean_inc(x_153); lean_dec(x_2); lean_inc(x_6); -x_268 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_265, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_268) == 0) +x_154 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_151, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_154) == 0) { -lean_object* x_269; lean_object* x_270; -x_269 = lean_ctor_get(x_268, 1); -lean_inc(x_269); -lean_dec(x_268); +lean_object* x_155; lean_object* x_156; +x_155 = lean_ctor_get(x_154, 1); +lean_inc(x_155); +lean_dec(x_154); lean_inc(x_6); -x_270 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_266, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_269); -if (lean_obj_tag(x_270) == 0) -{ -lean_object* x_271; -x_271 = lean_ctor_get(x_270, 1); -lean_inc(x_271); -lean_dec(x_270); -x_2 = x_267; -x_10 = x_271; +x_156 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_ToDepElimPattern_topSort_visit(x_1, x_152, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_155); +if (lean_obj_tag(x_156) == 0) +{ +lean_object* x_157; +x_157 = lean_ctor_get(x_156, 1); +lean_inc(x_157); +lean_dec(x_156); +x_2 = x_153; +x_10 = x_157; goto _start; } else { -uint8_t x_273; -lean_dec(x_267); +uint8_t x_159; +lean_dec(x_153); lean_dec(x_6); -x_273 = !lean_is_exclusive(x_270); -if (x_273 == 0) +x_159 = !lean_is_exclusive(x_156); +if (x_159 == 0) { -return x_270; +return x_156; } else { -lean_object* x_274; lean_object* x_275; lean_object* x_276; -x_274 = lean_ctor_get(x_270, 0); -x_275 = lean_ctor_get(x_270, 1); -lean_inc(x_275); -lean_inc(x_274); -lean_dec(x_270); -x_276 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_276, 0, x_274); -lean_ctor_set(x_276, 1, x_275); -return x_276; +lean_object* x_160; lean_object* x_161; lean_object* x_162; +x_160 = lean_ctor_get(x_156, 0); +x_161 = lean_ctor_get(x_156, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_156); +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; } } } else { -uint8_t x_277; -lean_dec(x_267); -lean_dec(x_266); +uint8_t x_163; +lean_dec(x_153); +lean_dec(x_152); lean_dec(x_6); -x_277 = !lean_is_exclusive(x_268); -if (x_277 == 0) +x_163 = !lean_is_exclusive(x_154); +if (x_163 == 0) { -return x_268; +return x_154; } else { -lean_object* x_278; lean_object* x_279; lean_object* x_280; -x_278 = lean_ctor_get(x_268, 0); -x_279 = lean_ctor_get(x_268, 1); -lean_inc(x_279); -lean_inc(x_278); -lean_dec(x_268); -x_280 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_280, 0, x_278); -lean_ctor_set(x_280, 1, x_279); -return x_280; +lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_164 = lean_ctor_get(x_154, 0); +x_165 = lean_ctor_get(x_154, 1); +lean_inc(x_165); +lean_inc(x_164); +lean_dec(x_154); +x_166 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_166, 0, x_164); +lean_ctor_set(x_166, 1, x_165); +return x_166; } } } case 10: { -lean_object* x_281; -x_281 = lean_ctor_get(x_2, 1); -lean_inc(x_281); +lean_object* x_167; +x_167 = lean_ctor_get(x_2, 1); +lean_inc(x_167); lean_dec(x_2); -x_2 = x_281; +x_2 = x_167; goto _start; } case 11: { -lean_object* x_283; -x_283 = lean_ctor_get(x_2, 2); -lean_inc(x_283); +lean_object* x_169; +x_169 = lean_ctor_get(x_2, 2); +lean_inc(x_169); lean_dec(x_2); -x_2 = x_283; +x_2 = x_169; goto _start; } default: { -lean_object* x_285; lean_object* x_286; +lean_object* x_171; lean_object* x_172; lean_dec(x_6); lean_dec(x_2); -x_285 = lean_box(0); -x_286 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_286, 0, x_285); -lean_ctor_set(x_286, 1, x_10); -return x_286; +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_10); +return x_172; } } } @@ -26226,13 +24877,30 @@ return x_79; } case 10: { -lean_object* x_80; lean_object* x_81; lean_object* x_82; +lean_object* x_80; lean_object* x_81; uint8_t x_82; lean_object* x_116; x_80 = lean_ctor_get(x_1, 0); lean_inc(x_80); x_81 = lean_ctor_get(x_1, 1); lean_inc(x_81); -x_82 = l_Lean_inaccessible_x3f(x_1); -if (lean_obj_tag(x_82) == 0) +x_116 = l_Lean_inaccessible_x3f(x_1); +if (lean_obj_tag(x_116) == 0) +{ +uint8_t x_117; +x_117 = 0; +x_82 = x_117; +goto block_115; +} +else +{ +uint8_t x_118; +lean_dec(x_116); +x_118 = 1; +x_82 = x_118; +goto block_115; +} +block_115: +{ +if (x_82 == 0) { lean_object* x_83; x_83 = l_Lean_patternWithRef_x3f(x_1); @@ -26316,7 +24984,6 @@ return x_101; else { uint8_t x_102; lean_object* x_103; -lean_dec(x_82); lean_dec(x_1); x_102 = 0; x_103 = l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go(x_81, x_102, x_3, x_4, x_5, x_6, x_7, x_8, x_9); @@ -26372,121 +25039,122 @@ return x_114; } } } +} case 11: { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_115 = lean_ctor_get(x_1, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_1, 1); -lean_inc(x_116); -x_117 = lean_ctor_get(x_1, 2); -lean_inc(x_117); -lean_inc(x_117); -x_118 = l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go(x_117, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_118) == 0) -{ -uint8_t x_119; -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_119 = lean_ctor_get(x_1, 0); +lean_inc(x_119); +x_120 = lean_ctor_get(x_1, 1); +lean_inc(x_120); +x_121 = lean_ctor_get(x_1, 2); +lean_inc(x_121); +lean_inc(x_121); +x_122 = l_Lean_Elab_Term_ToDepElimPattern_savePatternInfo_go(x_121, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_122) == 0) { -lean_object* x_120; size_t x_121; size_t x_122; uint8_t x_123; -x_120 = lean_ctor_get(x_118, 0); -x_121 = lean_ptr_addr(x_117); -lean_dec(x_117); -x_122 = lean_ptr_addr(x_120); -x_123 = lean_usize_dec_eq(x_121, x_122); +uint8_t x_123; +x_123 = !lean_is_exclusive(x_122); if (x_123 == 0) { -lean_object* x_124; +lean_object* x_124; size_t x_125; size_t x_126; uint8_t x_127; +x_124 = lean_ctor_get(x_122, 0); +x_125 = lean_ptr_addr(x_121); +lean_dec(x_121); +x_126 = lean_ptr_addr(x_124); +x_127 = lean_usize_dec_eq(x_125, x_126); +if (x_127 == 0) +{ +lean_object* x_128; lean_dec(x_1); -x_124 = l_Lean_Expr_proj___override(x_115, x_116, x_120); -lean_ctor_set(x_118, 0, x_124); -return x_118; +x_128 = l_Lean_Expr_proj___override(x_119, x_120, x_124); +lean_ctor_set(x_122, 0, x_128); +return x_122; } else { +lean_dec(x_124); lean_dec(x_120); -lean_dec(x_116); -lean_dec(x_115); -lean_ctor_set(x_118, 0, x_1); -return x_118; +lean_dec(x_119); +lean_ctor_set(x_122, 0, x_1); +return x_122; } } else { -lean_object* x_125; lean_object* x_126; size_t x_127; size_t x_128; uint8_t x_129; -x_125 = lean_ctor_get(x_118, 0); -x_126 = lean_ctor_get(x_118, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_118); -x_127 = lean_ptr_addr(x_117); -lean_dec(x_117); -x_128 = lean_ptr_addr(x_125); -x_129 = lean_usize_dec_eq(x_127, x_128); -if (x_129 == 0) +lean_object* x_129; lean_object* x_130; size_t x_131; size_t x_132; uint8_t x_133; +x_129 = lean_ctor_get(x_122, 0); +x_130 = lean_ctor_get(x_122, 1); +lean_inc(x_130); +lean_inc(x_129); +lean_dec(x_122); +x_131 = lean_ptr_addr(x_121); +lean_dec(x_121); +x_132 = lean_ptr_addr(x_129); +x_133 = lean_usize_dec_eq(x_131, x_132); +if (x_133 == 0) { -lean_object* x_130; lean_object* x_131; +lean_object* x_134; lean_object* x_135; lean_dec(x_1); -x_130 = l_Lean_Expr_proj___override(x_115, x_116, x_125); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_130); -lean_ctor_set(x_131, 1, x_126); -return x_131; +x_134 = l_Lean_Expr_proj___override(x_119, x_120, x_129); +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_130); +return x_135; } else { -lean_object* x_132; -lean_dec(x_125); -lean_dec(x_116); -lean_dec(x_115); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_1); -lean_ctor_set(x_132, 1, x_126); -return x_132; +lean_object* x_136; +lean_dec(x_129); +lean_dec(x_120); +lean_dec(x_119); +x_136 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_136, 0, x_1); +lean_ctor_set(x_136, 1, x_130); +return x_136; } } } else { -uint8_t x_133; -lean_dec(x_117); -lean_dec(x_116); -lean_dec(x_115); +uint8_t x_137; +lean_dec(x_121); +lean_dec(x_120); +lean_dec(x_119); lean_dec(x_1); -x_133 = !lean_is_exclusive(x_118); -if (x_133 == 0) +x_137 = !lean_is_exclusive(x_122); +if (x_137 == 0) { -return x_118; +return x_122; } 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; +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_122, 0); +x_139 = lean_ctor_get(x_122, 1); +lean_inc(x_139); +lean_inc(x_138); +lean_dec(x_122); +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; } } } default: { -lean_object* x_137; +lean_object* x_141; 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_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_1); -lean_ctor_set(x_137, 1, x_9); -return x_137; +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_1); +lean_ctor_set(x_141, 1, x_9); +return x_141; } } } @@ -27628,40 +26296,40 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(size_t x_1, lean_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, size_t x_9, size_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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(size_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_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_19; -x_19 = lean_usize_dec_lt(x_10, x_9); -if (x_19 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_lt(x_6, x_5); +if (x_15 == 0) { -lean_object* x_20; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); +lean_object* x_16; lean_dec(x_13); lean_dec(x_12); -lean_dec(x_6); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_11); -lean_ctor_set(x_20, 1, x_18); -return x_20; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_2); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_7); +lean_ctor_set(x_16, 1, x_14); +return x_16; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_50; lean_object* x_51; uint8_t x_52; -lean_dec(x_11); -x_21 = lean_array_uget(x_8, x_10); -x_50 = lean_array_get_size(x_7); +lean_object* x_17; uint8_t x_18; lean_object* x_50; lean_object* x_51; uint8_t x_52; +lean_dec(x_7); +x_17 = lean_array_uget(x_4, x_6); +x_50 = lean_array_get_size(x_3); x_51 = lean_unsigned_to_nat(0u); x_52 = lean_nat_dec_lt(x_51, x_50); if (x_52 == 0) { -lean_object* x_53; +uint8_t x_53; lean_dec(x_50); -x_53 = lean_box(0); -x_22 = x_53; +x_53 = 0; +x_18 = x_53; goto block_49; } else @@ -27670,10 +26338,10 @@ uint8_t x_54; x_54 = lean_nat_dec_le(x_50, x_50); if (x_54 == 0) { -lean_object* x_55; +uint8_t x_55; lean_dec(x_50); -x_55 = lean_box(0); -x_22 = x_55; +x_55 = 0; +x_18 = x_55; goto block_49; } else @@ -27681,108 +26349,105 @@ else size_t x_56; uint8_t x_57; x_56 = lean_usize_of_nat(x_50); lean_dec(x_50); -lean_inc(x_21); -x_57 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_ToDepElimPattern_main___spec__4(x_21, x_7, x_1, x_56); -if (x_57 == 0) -{ -lean_object* x_58; -x_58 = lean_box(0); -x_22 = x_58; +lean_inc(x_17); +x_57 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_ToDepElimPattern_main___spec__4(x_17, x_3, x_1, x_56); +x_18 = x_57; goto block_49; } -else -{ -size_t x_59; size_t x_60; lean_object* x_61; -lean_dec(x_21); -x_59 = 1; -x_60 = lean_usize_add(x_10, x_59); -x_61 = lean_box(0); -x_10 = x_60; -x_11 = x_61; -goto _start; -} -} } block_49: { -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; -lean_dec(x_22); -x_23 = l_Lean_Expr_fvar___override(x_21); -x_24 = l_Lean_MessageData_ofExpr(x_23); -x_25 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__2; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_24); -x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__4; -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -lean_inc(x_6); -x_29 = lean_array_to_list(lean_box(0), x_6); -x_30 = lean_box(0); -x_31 = l_List_mapTR_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__2(x_29, x_30); -x_32 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__6; -x_33 = l_Lean_MessageData_joinSep(x_31, x_32); -lean_dec(x_31); -x_34 = l_Lean_indentD(x_33); -x_35 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_35, 0, x_28); -lean_ctor_set(x_35, 1, x_34); -x_36 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_36); -x_38 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50___boxed), 8, 1); -lean_closure_set(x_38, 0, x_37); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); +if (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; 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_19 = l_Lean_Expr_fvar___override(x_17); +x_20 = l_Lean_MessageData_ofExpr(x_19); +x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__2; +x_22 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +x_23 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__4; +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +lean_inc(x_2); +x_25 = lean_array_to_list(lean_box(0), x_2); +x_26 = lean_box(0); +x_27 = l_List_mapTR_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__2(x_25, x_26); +x_28 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___closed__6; +x_29 = l_Lean_MessageData_joinSep(x_27, x_28); +lean_dec(x_27); +x_30 = l_Lean_indentD(x_29); +x_31 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_31, 0, x_24); +lean_ctor_set(x_31, 1, x_30); +x_32 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; +x_33 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_32); +x_34 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74___boxed), 8, 1); +lean_closure_set(x_34, 0, x_33); lean_inc(x_13); lean_inc(x_12); -x_39 = l_Lean_withInPattern___at_Lean_Elab_Term_ToDepElimPattern_main___spec__3(x_38, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_39) == 0) +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +x_35 = l_Lean_withInPattern___at_Lean_Elab_Term_ToDepElimPattern_main___spec__3(x_34, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_40; size_t x_41; size_t x_42; lean_object* x_43; -x_40 = lean_ctor_get(x_39, 1); -lean_inc(x_40); -lean_dec(x_39); -x_41 = 1; -x_42 = lean_usize_add(x_10, x_41); -x_43 = lean_box(0); -x_10 = x_42; -x_11 = x_43; -x_18 = x_40; +lean_object* x_36; size_t x_37; size_t x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = 1; +x_38 = lean_usize_add(x_6, x_37); +x_39 = lean_box(0); +x_6 = x_38; +x_7 = x_39; +x_14 = x_36; goto _start; } else { -uint8_t x_45; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_41; lean_dec(x_13); lean_dec(x_12); -lean_dec(x_6); -x_45 = !lean_is_exclusive(x_39); -if (x_45 == 0) +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_2); +x_41 = !lean_is_exclusive(x_35); +if (x_41 == 0) { -return x_39; +return x_35; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_39, 0); -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_39); -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; +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_35, 0); +x_43 = lean_ctor_get(x_35, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_35); +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 +{ +size_t x_45; size_t x_46; lean_object* x_47; +lean_dec(x_17); +x_45 = 1; +x_46 = lean_usize_add(x_6, x_45); +x_47 = lean_box(0); +x_6 = x_46; +x_7 = x_47; +goto _start; } } } @@ -28287,156 +26952,154 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(lean_object* 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, 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_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(lean_object* 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, 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_18; size_t x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_10); -x_18 = lean_array_get_size(x_1); -x_19 = lean_usize_of_nat(x_18); -x_20 = lean_box(0); -lean_inc(x_16); -lean_inc(x_15); +lean_object* x_16; size_t x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_8); +x_16 = lean_array_get_size(x_1); +x_17 = lean_usize_of_nat(x_16); +x_18 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_5); -x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(x_2, x_3, x_4, x_3, x_4, x_5, x_6, x_1, x_19, x_2, x_20, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_4); -lean_dec(x_3); -if (lean_obj_tag(x_21) == 0) +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_3); +x_19 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(x_2, x_3, x_4, x_1, x_17, x_2, x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -lean_inc(x_16); -lean_inc(x_15); +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_14); lean_inc(x_13); -x_23 = l_Lean_Elab_Term_ToDepElimPattern_main_pack(x_6, x_5, x_7, x_13, x_14, x_15, x_16, x_22); -if (lean_obj_tag(x_23) == 0) +lean_inc(x_12); +lean_inc(x_11); +x_21 = l_Lean_Elab_Term_ToDepElimPattern_main_pack(x_4, x_3, x_5, x_11, x_12, x_13, x_14, x_20); +if (lean_obj_tag(x_21) == 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_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +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); +lean_inc(x_6); +x_24 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_6, x_9, x_10, x_11, x_12, x_13, x_14, x_23); +x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); -lean_dec(x_23); -lean_inc(x_8); -x_26 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_8, x_11, x_12, x_13, x_14, x_15, x_16, x_25); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) +x_26 = lean_unbox(x_25); +lean_dec(x_25); +if (x_26 == 0) { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -lean_dec(x_26); -x_30 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__3(x_18, x_24, x_2, x_8, x_9, x_1, x_19, x_20, x_11, x_12, x_13, x_14, x_15, x_16, x_29); +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); +x_28 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__3(x_16, x_22, x_2, x_6, x_7, x_1, x_17, x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_27); lean_dec(x_1); -lean_dec(x_18); -return x_30; +lean_dec(x_16); +return x_28; } 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; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -lean_inc(x_24); -x_32 = l_Lean_MessageData_ofExpr(x_24); -x_33 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4___closed__2; +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; +x_29 = lean_ctor_get(x_24, 1); +lean_inc(x_29); +lean_dec(x_24); +lean_inc(x_22); +x_30 = l_Lean_MessageData_ofExpr(x_22); +x_31 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4___closed__2; +x_32 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_32); -x_35 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -lean_inc(x_8); -x_37 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_8, x_36, x_11, x_12, x_13, x_14, x_15, x_16, x_31); -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_Elab_Term_ToDepElimPattern_main___rarg___lambda__3(x_18, x_24, x_2, x_8, x_9, x_1, x_19, x_38, x_11, x_12, x_13, x_14, x_15, x_16, x_39); -lean_dec(x_38); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_33); +lean_inc(x_6); +x_35 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_6, x_34, x_9, x_10, x_11, x_12, x_13, x_14, x_29); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__3(x_16, x_22, x_2, x_6, x_7, x_1, x_17, x_36, x_9, x_10, x_11, x_12, x_13, x_14, x_37); +lean_dec(x_36); lean_dec(x_1); -lean_dec(x_18); -return x_40; +lean_dec(x_16); +return x_38; } } else { -uint8_t x_41; -lean_dec(x_18); +uint8_t x_39; lean_dec(x_16); -lean_dec(x_15); 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_41 = !lean_is_exclusive(x_23); -if (x_41 == 0) +x_39 = !lean_is_exclusive(x_21); +if (x_39 == 0) { -return x_23; +return x_21; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_23, 0); -x_43 = lean_ctor_get(x_23, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_23); -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; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_21, 0); +x_41 = lean_ctor_get(x_21, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_21); +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_45; -lean_dec(x_18); +uint8_t x_43; lean_dec(x_16); -lean_dec(x_15); 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_5); +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_21); -if (x_45 == 0) +x_43 = !lean_is_exclusive(x_19); +if (x_43 == 0) { -return x_21; +return x_19; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_21, 0); -x_47 = lean_ctor_get(x_21, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_21); -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; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_19, 0); +x_45 = lean_ctor_get(x_19, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_19); +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; } } } @@ -28445,36 +27108,15 @@ static lean_object* _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_ReaderT_instMonadLiftReaderT), 3, 2); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_StateRefT_x27_lift), 4, 3); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -lean_closure_set(x_1, 2, lean_box(0)); -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__3() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("patternVars after topSort: ", 27); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__4() { +static lean_object* _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__3; +x_1 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } @@ -28544,51 +27186,47 @@ x_36 = lean_unbox(x_35); lean_dec(x_35); if (x_36 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +lean_object* x_37; lean_object* x_38; lean_object* x_39; x_37 = lean_ctor_get(x_34, 1); lean_inc(x_37); lean_dec(x_34); -x_38 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__1; -x_39 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2; -x_40 = lean_box(0); -x_41 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(x_15, x_14, x_38, x_39, x_25, x_31, x_3, x_33, x_4, x_40, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -return x_41; +x_38 = lean_box(0); +x_39 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(x_15, x_14, x_25, x_31, x_3, x_33, x_4, x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_37); +return x_39; } 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; -x_42 = lean_ctor_get(x_34, 1); -lean_inc(x_42); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_40 = lean_ctor_get(x_34, 1); +lean_inc(x_40); lean_dec(x_34); lean_inc(x_31); -x_43 = lean_array_to_list(lean_box(0), x_31); -x_44 = lean_box(0); -x_45 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_43, x_44); -x_46 = l_Lean_MessageData_ofList(x_45); -lean_dec(x_45); -x_47 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__4; +x_41 = lean_array_to_list(lean_box(0), x_31); +x_42 = lean_box(0); +x_43 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_41, x_42); +x_44 = l_Lean_MessageData_ofList(x_43); +lean_dec(x_43); +x_45 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2; +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_44); +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; x_48 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_46); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; -x_50 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_50, 0, x_48); -lean_ctor_set(x_50, 1, x_49); -x_51 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_33, x_50, x_5, x_6, x_7, x_8, x_9, x_10, x_42); -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__1; -x_55 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2; -x_56 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(x_15, x_14, x_54, x_55, x_25, x_31, x_3, x_33, x_4, x_52, x_5, x_6, x_7, x_8, x_9, x_10, x_53); -return x_56; +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +x_49 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_33, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_40); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(x_15, x_14, x_25, x_31, x_3, x_33, x_4, x_50, x_5, x_6, x_7, x_8, x_9, x_10, x_51); +return x_52; } } else { -uint8_t x_57; +uint8_t x_53; lean_dec(x_25); lean_dec(x_15); lean_dec(x_10); @@ -28599,29 +27237,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_57 = !lean_is_exclusive(x_30); -if (x_57 == 0) +x_53 = !lean_is_exclusive(x_30); +if (x_53 == 0) { return x_30; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_30, 0); -x_59 = lean_ctor_get(x_30, 1); -lean_inc(x_59); -lean_inc(x_58); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_30, 0); +x_55 = lean_ctor_get(x_30, 1); +lean_inc(x_55); +lean_inc(x_54); lean_dec(x_30); -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; +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } else { -uint8_t x_61; +uint8_t x_57; lean_dec(x_22); lean_dec(x_15); lean_dec(x_10); @@ -28632,23 +27270,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_61 = !lean_is_exclusive(x_24); -if (x_61 == 0) +x_57 = !lean_is_exclusive(x_24); +if (x_57 == 0) { return x_24; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_24, 0); -x_63 = lean_ctor_get(x_24, 1); -lean_inc(x_63); -lean_inc(x_62); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_24, 0); +x_59 = lean_ctor_get(x_24, 1); +lean_inc(x_59); +lean_inc(x_58); lean_dec(x_24); -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; +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; } } } @@ -28687,42 +27325,20 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___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, lean_object* x_14) { _start: { -size_t x_19; size_t x_20; size_t x_21; lean_object* x_22; -x_19 = lean_unbox_usize(x_1); +size_t x_15; size_t x_16; size_t x_17; lean_object* x_18; +x_15 = lean_unbox_usize(x_1); lean_dec(x_1); -x_20 = lean_unbox_usize(x_9); -lean_dec(x_9); -x_21 = lean_unbox_usize(x_10); -lean_dec(x_10); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(x_19, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_20, x_21, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -lean_dec(x_8); -lean_dec(x_7); +x_16 = lean_unbox_usize(x_5); lean_dec(x_5); +x_17 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_ToDepElimPattern_main___spec__5(x_15, x_2, x_3, x_4, x_16, x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_22; +return x_18; } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_ToDepElimPattern_main___spec__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) { @@ -28805,31 +27421,14 @@ lean_dec(x_1); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_ToDepElimPattern_main___rarg___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_object* x_15) { _start: { -size_t x_18; lean_object* x_19; -x_18 = lean_unbox_usize(x_2); +size_t x_16; lean_object* x_17; +x_16 = lean_unbox_usize(x_2); lean_dec(x_2); -x_19 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(x_1, x_18, 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); -return x_19; +x_17 = l_Lean_Elab_Term_ToDepElimPattern_main___rarg___lambda__4(x_1, x_16, 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); +return x_17; } } LEAN_EXPORT lean_object* l_Lean_Elab_Term_withDepElimPatterns___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) { @@ -29096,256 +27695,984 @@ return x_61; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_61, 0); -x_65 = lean_ctor_get(x_61, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_61); -lean_ctor_set(x_17, 0, x_64); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_17); -lean_ctor_set(x_66, 1, x_65); -return x_66; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_61, 0); +x_65 = lean_ctor_get(x_61, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_61); +lean_ctor_set(x_17, 0, x_64); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_17); +lean_ctor_set(x_66, 1, x_65); +return x_66; +} +} +else +{ +uint8_t x_67; +lean_free_object(x_17); +x_67 = !lean_is_exclusive(x_61); +if (x_67 == 0) +{ +return x_61; +} +else +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_61, 0); +x_69 = lean_ctor_get(x_61, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_61); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; +} +} +} +} +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; uint8_t x_78; +x_71 = lean_ctor_get(x_17, 0); +lean_inc(x_71); +lean_dec(x_17); +x_72 = lean_ctor_get(x_16, 1); +lean_inc(x_72); +lean_dec(x_16); +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_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__7; +x_76 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_75, x_6, x_7, x_8, x_9, x_10, x_11, x_72); +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_unbox(x_77); +lean_dec(x_77); +if (x_78 == 0) +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); +lean_dec(x_76); +x_80 = lean_box(0); +x_81 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___lambda__2(x_1, x_5, x_2, x_73, x_74, x_80, x_6, x_7, x_8, x_9, x_10, x_11, x_79); +if (lean_obj_tag(x_81) == 0) +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_82 = lean_ctor_get(x_81, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_81, 1); +lean_inc(x_83); +if (lean_is_exclusive(x_81)) { + lean_ctor_release(x_81, 0); + lean_ctor_release(x_81, 1); + x_84 = x_81; +} else { + lean_dec_ref(x_81); + x_84 = lean_box(0); +} +x_85 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_85, 0, x_82); +if (lean_is_scalar(x_84)) { + x_86 = lean_alloc_ctor(0, 2, 0); +} else { + x_86 = x_84; +} +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_83); +return x_86; +} +else +{ +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_87 = lean_ctor_get(x_81, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_81, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_81)) { + lean_ctor_release(x_81, 0); + lean_ctor_release(x_81, 1); + x_89 = x_81; +} else { + lean_dec_ref(x_81); + 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 +{ +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; +x_91 = lean_ctor_get(x_76, 1); +lean_inc(x_91); +lean_dec(x_76); +lean_inc(x_73); +x_92 = lean_array_to_list(lean_box(0), x_73); +x_93 = lean_box(0); +x_94 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_92, x_93); +x_95 = l_Lean_MessageData_ofList(x_94); +lean_dec(x_94); +x_96 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__2; +x_97 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_95); +x_98 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; +x_99 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_99, 0, x_97); +lean_ctor_set(x_99, 1, x_98); +x_100 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_75, x_99, x_6, x_7, x_8, x_9, x_10, x_11, x_91); +x_101 = lean_ctor_get(x_100, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_100, 1); +lean_inc(x_102); +lean_dec(x_100); +x_103 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___lambda__2(x_1, x_5, x_2, x_73, x_74, x_101, x_6, x_7, x_8, x_9, x_10, x_11, x_102); +lean_dec(x_101); +if (lean_obj_tag(x_103) == 0) +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_104 = lean_ctor_get(x_103, 0); +lean_inc(x_104); +x_105 = lean_ctor_get(x_103, 1); +lean_inc(x_105); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + lean_ctor_release(x_103, 1); + x_106 = x_103; +} else { + lean_dec_ref(x_103); + x_106 = lean_box(0); +} +x_107 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_107, 0, x_104); +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; +} +else +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_109 = lean_ctor_get(x_103, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_103, 1); +lean_inc(x_110); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + lean_ctor_release(x_103, 1); + x_111 = x_103; +} else { + lean_dec_ref(x_103); + 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 +{ +uint8_t x_113; +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_113 = !lean_is_exclusive(x_16); +if (x_113 == 0) +{ +return x_16; +} +else +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_16, 0); +x_115 = lean_ctor_get(x_16, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_16); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg), 12, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___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___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___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_6); +return x_14; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__6(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__6(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__7(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__8(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__6(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__9(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(x_1, x_2, x_36); +return x_40; +} +} } +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_42, x_46); +return x_47; } else { -uint8_t x_67; -lean_free_object(x_17); -x_67 = !lean_is_exclusive(x_61); -if (x_67 == 0) +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) { -return x_61; +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_61, 0); -x_69 = lean_ctor_get(x_61, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_61); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_53, x_57); +return x_58; } 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; uint8_t x_78; -x_71 = lean_ctor_get(x_17, 0); -lean_inc(x_71); -lean_dec(x_17); -x_72 = lean_ctor_get(x_16, 1); -lean_inc(x_72); -lean_dec(x_16); -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_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__7; -x_76 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_75, x_6, x_7, x_8, x_9, x_10, x_11, x_72); -x_77 = lean_ctor_get(x_76, 0); -lean_inc(x_77); -x_78 = lean_unbox(x_77); -lean_dec(x_77); -if (x_78 == 0) -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_76, 1); -lean_inc(x_79); -lean_dec(x_76); -x_80 = lean_box(0); -x_81 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___lambda__2(x_1, x_5, x_2, x_73, x_74, x_80, x_6, x_7, x_8, x_9, x_10, x_11, x_79); -if (lean_obj_tag(x_81) == 0) +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_84 = x_81; -} else { - lean_dec_ref(x_81); - x_84 = lean_box(0); -} -x_85 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_85, 0, x_82); -if (lean_is_scalar(x_84)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_84; -} -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_83); -return x_86; +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_87 = lean_ctor_get(x_81, 0); -lean_inc(x_87); -x_88 = lean_ctor_get(x_81, 1); -lean_inc(x_88); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_89 = x_81; -} else { - lean_dec_ref(x_81); - x_89 = lean_box(0); +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } -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; } +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_65, x_73); +return x_74; } else { -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; -x_91 = lean_ctor_get(x_76, 1); -lean_inc(x_91); -lean_dec(x_76); -lean_inc(x_73); -x_92 = lean_array_to_list(lean_box(0), x_73); -x_93 = lean_box(0); -x_94 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_92, x_93); -x_95 = l_Lean_MessageData_ofList(x_94); -lean_dec(x_94); -x_96 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__2; -x_97 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_95); -x_98 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; -x_99 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_99, 0, x_97); -lean_ctor_set(x_99, 1, x_98); -x_100 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_75, x_99, x_6, x_7, x_8, x_9, x_10, x_11, x_91); -x_101 = lean_ctor_get(x_100, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_100, 1); -lean_inc(x_102); -lean_dec(x_100); -x_103 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___lambda__2(x_1, x_5, x_2, x_73, x_74, x_101, x_6, x_7, x_8, x_9, x_10, x_11, x_102); -lean_dec(x_101); -if (lean_obj_tag(x_103) == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -if (lean_is_exclusive(x_103)) { - lean_ctor_release(x_103, 0); - lean_ctor_release(x_103, 1); - x_106 = x_103; -} else { - lean_dec_ref(x_103); - x_106 = lean_box(0); -} -x_107 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_107, 0, x_104); -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_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_109 = lean_ctor_get(x_103, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_103, 1); -lean_inc(x_110); -if (lean_is_exclusive(x_103)) { - lean_ctor_release(x_103, 0); - lean_ctor_release(x_103, 1); - x_111 = x_103; -} else { - lean_dec_ref(x_103); - x_111 = lean_box(0); +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } -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 +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } -else +case 10: { -uint8_t x_113; -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_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -lean_dec(x_1); -x_113 = !lean_is_exclusive(x_16); -if (x_113 == 0) +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_83, x_3); +return x_84; +} +case 11: { -return x_16; +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_85, x_3); +return x_86; } -else +default: { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_16, 0); -x_115 = lean_ctor_get(x_16, 1); -lean_inc(x_115); -lean_inc(x_114); -lean_dec(x_16); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg), 12, 0); -return x_2; -} +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___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: +else { -lean_object* x_14; -x_14 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___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_6); +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__3(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -29356,7 +28683,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -29367,7 +28694,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_5, x_9); return x_10; } else @@ -29398,12 +28725,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29412,7 +28739,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__6(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -29436,7 +28763,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29487,7 +28814,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -29525,7 +28852,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__7(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__15(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -29566,7 +28893,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__8(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__16(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -29574,7 +28901,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29625,13 +28952,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__6(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -29667,7 +28994,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__9(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__17(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -29680,7 +29007,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -29727,7 +29054,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -29747,7 +29074,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__5(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -29765,7 +29092,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_29, x_28); return x_30; } } @@ -29778,7 +29105,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(x_1, x_2, x_3); return x_33; } else @@ -29806,7 +29133,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__4(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(x_1, x_2, x_36); return x_40; } } @@ -29819,7 +29146,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -29830,7 +29157,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_42, x_46); return x_47; } else @@ -29866,7 +29193,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -29877,7 +29204,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_53, x_57); return x_58; } else @@ -29915,7 +29242,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -29926,7 +29253,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -29937,7 +29264,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_65, x_73); return x_74; } else @@ -29997,7 +29324,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_83, x_3); return x_84; } case 11: @@ -30006,7 +29333,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_85, x_3); return x_86; } default: @@ -30023,7 +29350,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -30068,12 +29395,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__3(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__11(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -30084,7 +29411,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -30095,7 +29422,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_5, x_9); return x_10; } else @@ -30126,12 +29453,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -30140,7 +29467,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -30164,7 +29491,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -30215,7 +29542,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -30253,7 +29580,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__15(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -30294,7 +29621,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__16(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -30302,7 +29629,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -30353,13 +29680,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__14(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -30395,7 +29722,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__17(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -30408,7 +29735,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -30455,7 +29782,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -30475,7 +29802,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__13(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -30493,7 +29820,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_29, x_28); return x_30; } } @@ -30506,7 +29833,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(x_1, x_2, x_3); return x_33; } else @@ -30534,7 +29861,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__12(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(x_1, x_2, x_36); return x_40; } } @@ -30547,7 +29874,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -30558,7 +29885,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_42, x_46); return x_47; } else @@ -30594,7 +29921,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -30605,7 +29932,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_53, x_57); return x_58; } else @@ -30643,7 +29970,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -30654,7 +29981,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -30665,7 +29992,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_65, x_73); return x_74; } else @@ -30725,7 +30052,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_83, x_3); return x_84; } case 11: @@ -30734,7 +30061,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_85, x_3); return x_86; } default: @@ -30751,7 +30078,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -30796,7 +30123,7 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__11(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(x_1, x_2, x_15); return x_16; } } @@ -30813,7 +30140,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___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) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_39; lean_object* x_40; uint8_t x_41; x_10 = lean_st_ref_get(x_6, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); @@ -30823,270 +30150,138 @@ lean_dec(x_10); x_13 = lean_ctor_get(x_11, 0); lean_inc(x_13); lean_dec(x_11); -x_14 = l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1___closed__1; -lean_inc(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_Expr_hasFVar(x_1); -if (x_16 == 0) +x_39 = l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_13); +x_41 = l_Lean_Expr_hasFVar(x_1); +if (x_41 == 0) { -uint8_t x_17; -x_17 = l_Lean_Expr_hasMVar(x_1); -if (x_17 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_1); +if (x_42 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_15); +uint8_t x_43; lean_dec(x_1); -x_18 = lean_st_ref_take(x_6, x_12); -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 = !lean_is_exclusive(x_19); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); -lean_ctor_set(x_19, 0, x_13); -x_23 = lean_st_ref_set(x_6, x_19, x_20); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -lean_dec(x_25); -x_26 = 0; -x_27 = lean_box(x_26); -lean_ctor_set(x_23, 0, x_27); -return x_23; -} -else -{ -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_dec(x_23); -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_28); -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; uint8_t x_39; lean_object* x_40; lean_object* x_41; -x_32 = lean_ctor_get(x_19, 1); -x_33 = lean_ctor_get(x_19, 2); -x_34 = lean_ctor_get(x_19, 3); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_19); -x_35 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_35, 0, x_13); -lean_ctor_set(x_35, 1, x_32); -lean_ctor_set(x_35, 2, x_33); -lean_ctor_set(x_35, 3, x_34); -x_36 = lean_st_ref_set(x_6, x_35, x_20); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -if (lean_is_exclusive(x_36)) { - lean_ctor_release(x_36, 0); - lean_ctor_release(x_36, 1); - x_38 = x_36; -} else { - lean_dec_ref(x_36); - x_38 = lean_box(0); -} -x_39 = 0; -x_40 = lean_box(x_39); -if (lean_is_scalar(x_38)) { - x_41 = lean_alloc_ctor(0, 2, 0); -} else { - x_41 = x_38; -} -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_37); -return x_41; -} +x_43 = 0; +x_14 = x_43; +x_15 = x_40; +goto block_38; } 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; uint8_t x_49; -lean_dec(x_13); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__2(x_2, x_1, x_15); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_43, 1); +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_2, x_1, x_40); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_st_ref_take(x_6, x_12); -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 = !lean_is_exclusive(x_47); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_50 = lean_ctor_get(x_47, 0); -lean_dec(x_50); -lean_ctor_set(x_47, 0, x_45); -x_51 = lean_st_ref_set(x_6, x_47, x_48); -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) -{ -lean_object* x_53; -x_53 = lean_ctor_get(x_51, 0); -lean_dec(x_53); -lean_ctor_set(x_51, 0, x_44); -return x_51; -} -else -{ -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_51, 1); -lean_inc(x_54); -lean_dec(x_51); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_44); -lean_ctor_set(x_55, 1, x_54); -return x_55; +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_unbox(x_45); +lean_dec(x_45); +x_14 = x_47; +x_15 = x_46; +goto block_38; } } 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; -x_56 = lean_ctor_get(x_47, 1); -x_57 = lean_ctor_get(x_47, 2); -x_58 = lean_ctor_get(x_47, 3); -lean_inc(x_58); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_47); -x_59 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_59, 0, x_45); -lean_ctor_set(x_59, 1, x_56); -lean_ctor_set(x_59, 2, x_57); -lean_ctor_set(x_59, 3, x_58); -x_60 = lean_st_ref_set(x_6, x_59, x_48); -x_61 = lean_ctor_get(x_60, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_62 = x_60; -} else { - lean_dec_ref(x_60); - x_62 = lean_box(0); -} -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_62; -} -lean_ctor_set(x_63, 0, x_44); -lean_ctor_set(x_63, 1, x_61); -return x_63; -} -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_2, x_1, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_14 = x_51; +x_15 = x_50; +goto block_38; } -else +block_38: { -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_dec(x_13); -x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__10(x_2, x_1, x_15); -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 0); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 1); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_st_ref_take(x_6, x_12); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = !lean_is_exclusive(x_69); -if (x_71 == 0) +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_st_ref_take(x_6, x_12); +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_is_exclusive(x_18); +if (x_20 == 0) { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_ctor_get(x_69, 0); -lean_dec(x_72); -lean_ctor_set(x_69, 0, x_67); -x_73 = lean_st_ref_set(x_6, x_69, x_70); -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_18, 0); +lean_dec(x_21); +lean_ctor_set(x_18, 0, x_16); +x_22 = lean_st_ref_set(x_6, x_18, x_19); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_75; -x_75 = lean_ctor_get(x_73, 0); -lean_dec(x_75); -lean_ctor_set(x_73, 0, x_66); -return x_73; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +x_25 = lean_box(x_14); +lean_ctor_set(x_22, 0, x_25); +return x_22; } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_73, 1); -lean_inc(x_76); -lean_dec(x_73); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_66); -lean_ctor_set(x_77, 1, x_76); -return x_77; +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 = lean_box(x_14); +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 { -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; -x_78 = lean_ctor_get(x_69, 1); -x_79 = lean_ctor_get(x_69, 2); -x_80 = lean_ctor_get(x_69, 3); -lean_inc(x_80); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_69); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_67); -lean_ctor_set(x_81, 1, x_78); -lean_ctor_set(x_81, 2, x_79); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_st_ref_set(x_6, x_81, x_70); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; +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; +x_29 = lean_ctor_get(x_18, 1); +x_30 = lean_ctor_get(x_18, 2); +x_31 = lean_ctor_get(x_18, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_18); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_16); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +x_33 = lean_st_ref_set(x_6, x_32, x_19); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +if (lean_is_exclusive(x_33)) { + lean_ctor_release(x_33, 0); + lean_ctor_release(x_33, 1); + x_35 = x_33; } else { - lean_dec_ref(x_82); - x_84 = lean_box(0); + lean_dec_ref(x_33); + x_35 = lean_box(0); } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(0, 2, 0); +x_36 = lean_box(x_14); +if (lean_is_scalar(x_35)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_84; + x_37 = x_35; } -lean_ctor_set(x_85, 0, x_66); -lean_ctor_set(x_85, 1, x_83); -return x_85; +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_34); +return x_37; } } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__28(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -31101,7 +30296,7 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_14 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(x_1, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27(x_1, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); x_16 = lean_unbox(x_15); @@ -31171,7 +30366,7 @@ return x_31; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__29(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -31269,7 +30464,7 @@ return x_40; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(lean_object* x_1, lean_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_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27(lean_object* x_1, lean_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: { if (lean_obj_tag(x_2) == 0) @@ -31327,7 +30522,7 @@ size_t x_21; size_t x_22; lean_object* x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_11); lean_dec(x_11); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(x_1, x_10, x_21, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__28(x_1, x_10, x_21, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_10); return x_23; } @@ -31388,7 +30583,7 @@ size_t x_35; size_t x_36; lean_object* x_37; x_35 = 0; x_36 = lean_usize_of_nat(x_25); lean_dec(x_25); -x_37 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(x_1, x_24, x_35, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_37 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__29(x_1, x_24, x_35, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -31402,7 +30597,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -31500,7 +30695,7 @@ return x_40; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(lean_object* x_1, lean_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_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__26(lean_object* x_1, lean_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; @@ -31512,7 +30707,7 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_11 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); x_13 = lean_unbox(x_12); @@ -31576,7 +30771,7 @@ lean_free_object(x_11); x_26 = 0; x_27 = lean_usize_of_nat(x_18); lean_dec(x_18); -x_28 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(x_1, x_17, x_26, x_27, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +x_28 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30(x_1, x_17, x_26, x_27, x_3, x_4, x_5, x_6, x_7, x_8, x_15); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -31646,7 +30841,7 @@ size_t x_41; size_t x_42; lean_object* x_43; x_41 = 0; x_42 = lean_usize_of_nat(x_31); lean_dec(x_31); -x_43 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(x_1, x_30, x_41, x_42, x_3, x_4, x_5, x_6, x_7, x_8, x_29); +x_43 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30(x_1, x_30, x_41, x_42, x_3, x_4, x_5, x_6, x_7, x_8, x_29); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -31691,44 +30886,81 @@ return x_47; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -x_9 = l_Lean_Expr_fvarId_x21(x_8); -x_10 = lean_name_eq(x_9, x_1); -lean_dec(x_9); -x_11 = 1; -x_12 = lean_usize_add(x_3, x_11); -if (x_10 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = lean_name_eq(x_10, x_1); +lean_dec(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_object* x_13; -x_13 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_13; +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; goto _start; } else { -lean_dec(x_7); -x_3 = x_12; +lean_dec(x_8); +x_4 = x_13; goto _start; } } else { -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = lean_name_eq(x_10, x_2); +lean_dec(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_13; +goto _start; +} +} +else +{ +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -31750,284 +30982,203 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_23; +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; uint8_t x_64; x_15 = lean_array_uget(x_2, x_4); -x_23 = !lean_is_exclusive(x_5); -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_5, 0); -x_25 = lean_ctor_get(x_5, 1); -lean_inc(x_1); -x_26 = l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1(x_1, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -lean_dec(x_26); -x_30 = lean_ctor_get(x_24, 1); -lean_inc(x_30); -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_31 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_15, x_30, x_6, x_7, x_8, x_9, x_10, x_11, x_29); -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_unbox(x_32); -lean_dec(x_32); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_dec(x_31); -lean_inc(x_15); -x_35 = lean_local_ctx_erase(x_24, x_15); -x_36 = lean_array_get_size(x_25); -x_37 = lean_unsigned_to_nat(0u); -x_38 = lean_nat_dec_lt(x_37, x_36); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; -lean_dec(x_36); -lean_dec(x_25); -lean_dec(x_15); -x_39 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -lean_ctor_set(x_5, 1, x_39); -lean_ctor_set(x_5, 0, x_35); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_5); -x_16 = x_40; -x_17 = x_34; -goto block_22; +x_16 = lean_ctor_get(x_5, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_5, 1); +lean_inc(x_17); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + lean_ctor_release(x_5, 1); + x_18 = x_5; +} else { + lean_dec_ref(x_5); + x_18 = lean_box(0); } -else -{ -uint8_t x_41; -x_41 = lean_nat_dec_le(x_36, x_36); -if (x_41 == 0) +lean_inc(x_1); +x_19 = l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1(x_1, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +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_64 = lean_unbox(x_20); +lean_dec(x_20); +if (x_64 == 0) { -lean_object* x_42; lean_object* x_43; -lean_dec(x_36); -lean_dec(x_25); -lean_dec(x_15); -x_42 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -lean_ctor_set(x_5, 1, x_42); -lean_ctor_set(x_5, 0, x_35); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_5); -x_16 = x_43; -x_17 = x_34; -goto block_22; +uint8_t x_65; +x_65 = 1; +x_22 = x_65; +goto block_63; } else { -size_t x_44; size_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_44 = 0; -x_45 = lean_usize_of_nat(x_36); -lean_dec(x_36); -x_46 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_47 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(x_15, x_25, x_44, x_45, x_46); -lean_dec(x_25); -lean_dec(x_15); -lean_ctor_set(x_5, 1, x_47); -lean_ctor_set(x_5, 0, x_35); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_5); -x_16 = x_48; -x_17 = x_34; -goto block_22; -} -} +uint8_t x_66; +x_66 = 0; +x_22 = x_66; +goto block_63; } -else +block_63: { -lean_object* x_49; lean_object* x_50; -lean_dec(x_15); -x_49 = lean_ctor_get(x_31, 1); -lean_inc(x_49); -lean_dec(x_31); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_5); -x_16 = x_50; -x_17 = x_49; -goto block_22; -} -} -else +if (x_22 == 0) { -lean_object* x_51; lean_object* x_52; +lean_object* x_23; size_t x_24; size_t x_25; lean_dec(x_15); -x_51 = lean_ctor_get(x_26, 1); -lean_inc(x_51); -lean_dec(x_26); -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_5); -x_16 = x_52; -x_17 = x_51; -goto block_22; +if (lean_is_scalar(x_18)) { + x_23 = lean_alloc_ctor(0, 2, 0); +} else { + x_23 = x_18; } +lean_ctor_set(x_23, 0, x_16); +lean_ctor_set(x_23, 1, x_17); +x_24 = 1; +x_25 = lean_usize_add(x_4, x_24); +x_4 = x_25; +x_5 = x_23; +x_12 = x_21; +goto _start; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_5, 0); -x_54 = lean_ctor_get(x_5, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_5); -lean_inc(x_1); -x_55 = l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__1(x_1, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -lean_dec(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = lean_ctor_get(x_53, 1); -lean_inc(x_59); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_60; +x_27 = lean_ctor_get(x_16, 1); +lean_inc(x_27); 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_60 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_15, x_59, x_6, x_7, x_8, x_9, x_10, x_11, x_58); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_unbox(x_61); -lean_dec(x_61); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_63 = lean_ctor_get(x_60, 1); -lean_inc(x_63); -lean_dec(x_60); -lean_inc(x_15); -x_64 = lean_local_ctx_erase(x_53, x_15); -x_65 = lean_array_get_size(x_54); -x_66 = lean_unsigned_to_nat(0u); -x_67 = lean_nat_dec_lt(x_66, x_65); -if (x_67 == 0) +x_28 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__26(x_15, x_27, x_6, x_7, x_8, x_9, x_10, x_11, x_21); +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_60 = lean_unbox(x_29); +lean_dec(x_29); +if (x_60 == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_65); -lean_dec(x_54); -lean_dec(x_15); -x_68 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_64); -lean_ctor_set(x_69, 1, x_68); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_69); -x_16 = x_70; -x_17 = x_63; -goto block_22; +uint8_t x_61; +x_61 = 1; +x_31 = x_61; +goto block_59; } else { -uint8_t x_71; -x_71 = lean_nat_dec_le(x_65, x_65); -if (x_71 == 0) +uint8_t x_62; +x_62 = 0; +x_31 = x_62; +goto block_59; +} +block_59: { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_65); -lean_dec(x_54); +if (x_31 == 0) +{ +lean_object* x_32; size_t x_33; size_t x_34; lean_dec(x_15); -x_72 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_64); -lean_ctor_set(x_73, 1, x_72); -x_74 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_74, 0, x_73); -x_16 = x_74; -x_17 = x_63; -goto block_22; +if (lean_is_scalar(x_18)) { + x_32 = lean_alloc_ctor(0, 2, 0); +} else { + x_32 = x_18; +} +lean_ctor_set(x_32, 0, x_16); +lean_ctor_set(x_32, 1, x_17); +x_33 = 1; +x_34 = lean_usize_add(x_4, x_33); +x_4 = x_34; +x_5 = x_32; +x_12 = x_30; +goto _start; } else { -size_t x_75; size_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_75 = 0; -x_76 = lean_usize_of_nat(x_65); -lean_dec(x_65); -x_77 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_78 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(x_15, x_54, x_75, x_76, x_77); -lean_dec(x_54); +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_15); +x_36 = lean_local_ctx_erase(x_16, x_15); +x_37 = lean_array_get_size(x_17); +x_38 = lean_unsigned_to_nat(0u); +x_39 = lean_nat_dec_lt(x_38, x_37); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; size_t x_42; size_t x_43; +lean_dec(x_37); +lean_dec(x_17); lean_dec(x_15); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_64); -lean_ctor_set(x_79, 1, x_78); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_79); -x_16 = x_80; -x_17 = x_63; -goto block_22; -} +x_40 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +if (lean_is_scalar(x_18)) { + x_41 = lean_alloc_ctor(0, 2, 0); +} else { + x_41 = x_18; } +lean_ctor_set(x_41, 0, x_36); +lean_ctor_set(x_41, 1, x_40); +x_42 = 1; +x_43 = lean_usize_add(x_4, x_42); +x_4 = x_43; +x_5 = x_41; +x_12 = x_30; +goto _start; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; +uint8_t x_45; +x_45 = lean_nat_dec_le(x_37, x_37); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; +lean_dec(x_37); +lean_dec(x_17); lean_dec(x_15); -x_81 = lean_ctor_get(x_60, 1); -lean_inc(x_81); -lean_dec(x_60); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_53); -lean_ctor_set(x_82, 1, x_54); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_82); -x_16 = x_83; -x_17 = x_81; -goto block_22; +x_46 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +if (lean_is_scalar(x_18)) { + x_47 = lean_alloc_ctor(0, 2, 0); +} else { + x_47 = x_18; } +lean_ctor_set(x_47, 0, x_36); +lean_ctor_set(x_47, 1, x_46); +x_48 = 1; +x_49 = lean_usize_add(x_4, x_48); +x_4 = x_49; +x_5 = x_47; +x_12 = x_30; +goto _start; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; +size_t x_51; size_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; size_t x_56; size_t x_57; +x_51 = 0; +x_52 = lean_usize_of_nat(x_37); +lean_dec(x_37); +x_53 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_54 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__32(x_15, x_15, x_17, x_51, x_52, x_53); +lean_dec(x_17); lean_dec(x_15); -x_84 = lean_ctor_get(x_55, 1); -lean_inc(x_84); -lean_dec(x_55); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_53); -lean_ctor_set(x_85, 1, x_54); -x_86 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_86, 0, x_85); -x_16 = x_86; -x_17 = x_84; -goto block_22; -} +if (lean_is_scalar(x_18)) { + x_55 = lean_alloc_ctor(0, 2, 0); +} else { + x_55 = x_18; } -block_22: -{ -lean_object* x_18; size_t x_19; size_t x_20; -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_5 = x_18; -x_12 = x_17; +lean_ctor_set(x_55, 0, x_36); +lean_ctor_set(x_55, 1, x_54); +x_56 = 1; +x_57 = lean_usize_add(x_4, x_56); +x_4 = x_57; +x_5 = x_55; +x_12 = x_30; goto _start; } } } } -LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___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_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___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) { _start: { lean_object* x_11; lean_object* x_12; @@ -32079,11 +31230,11 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___rarg), 10, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___rarg), 10, 0); return x_2; } } @@ -32114,7 +31265,7 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(x_2, x_16, x_19, x_20, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_15); +x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__33(x_2, x_16, x_19, x_20, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_15); lean_dec(x_16); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); @@ -32126,7 +31277,7 @@ lean_inc(x_24); x_25 = lean_ctor_get(x_22, 1); lean_inc(x_25); lean_dec(x_22); -x_26 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___rarg(x_24, x_25, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +x_26 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___rarg(x_24, x_25, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_23); return x_26; } } @@ -32415,6 +31566,98 @@ lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___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: { @@ -32430,7 +31673,7 @@ lean_dec(x_2); return x_10; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20___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_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__28___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: { size_t x_12; size_t x_13; lean_object* x_14; @@ -32438,13 +31681,13 @@ x_12 = lean_unbox_usize(x_3); lean_dec(x_3); x_13 = lean_unbox_usize(x_4); lean_dec(x_4); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__20(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__28(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_2); lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21___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_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__29___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: { size_t x_12; size_t x_13; lean_object* x_14; @@ -32452,7 +31695,7 @@ x_12 = lean_unbox_usize(x_3); lean_dec(x_3); x_13 = lean_unbox_usize(x_4); lean_dec(x_4); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__21(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__29(x_1, x_2, x_12, x_13, 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); @@ -32464,16 +31707,16 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19___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_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27___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_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__19(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__27(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22___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_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30___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: { size_t x_12; size_t x_13; lean_object* x_14; @@ -32481,7 +31724,7 @@ x_12 = lean_unbox_usize(x_3); lean_dec(x_3); x_13 = lean_unbox_usize(x_4); lean_dec(x_4); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__22(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__30(x_1, x_2, x_12, x_13, 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); @@ -32493,30 +31736,46 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18___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_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__26___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_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__18(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__26(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___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_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__32___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__23(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__31___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__32(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24___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_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__33___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; @@ -32524,7 +31783,7 @@ x_13 = lean_unbox_usize(x_3); lean_dec(x_3); x_14 = lean_unbox_usize(x_4); lean_dec(x_4); -x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__24(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__33(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_2); return x_15; } @@ -34574,7 +33833,43 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; uint8_t x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_10 = lean_ctor_get(x_7, 0); +lean_inc(x_10); +x_11 = l_Lean_Expr_isFVar(x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_dec(x_7); +x_3 = x_9; +goto _start; +} +else +{ +lean_object* x_13; +x_13 = lean_array_push(x_5, x_7); +x_3 = x_9; +x_5 = x_13; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -34610,7 +33905,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -34638,7 +33933,7 @@ goto _start; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -34674,7 +33969,7 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(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, lean_object* x_9, lean_object* x_10) { _start: { uint8_t x_11; @@ -34707,7 +34002,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___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) { _start: { lean_object* x_11; lean_object* x_12; @@ -34718,347 +34013,357 @@ lean_ctor_set(x_12, 1, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; x_14 = lean_usize_dec_eq(x_4, x_5); if (x_14 == 0) { -size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_27; lean_object* x_28; x_15 = 1; x_16 = lean_usize_sub(x_4, x_15); x_17 = lean_array_uget(x_3, x_16); -x_18 = l_Lean_Expr_fvarId_x21(x_17); +x_27 = l_Lean_Expr_fvarId_x21(x_17); lean_inc(x_9); -x_19 = l_Lean_FVarId_getDecl(x_18, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(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_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -lean_dec(x_19); -x_22 = l_Lean_LocalDecl_userName(x_20); -lean_dec(x_20); -x_23 = l_Array_contains___at___private_Lean_Meta_Match_Value_0__Lean_Meta_isUIntTypeName___spec__1(x_6, x_22); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_array_get_size(x_2); -x_25 = lean_unsigned_to_nat(0u); -x_26 = lean_nat_dec_lt(x_25, x_24); -if (x_26 == 0) +x_28 = l_Lean_FVarId_getDecl(x_27, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -lean_dec(x_24); -x_27 = lean_box(0); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_22, x_27, x_7, x_8, x_9, x_10, x_11, x_12, x_21); +lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; 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_4 = x_16; -x_6 = x_29; -x_13 = x_30; -goto _start; +x_31 = l_Lean_LocalDecl_userName(x_29); +lean_dec(x_29); +x_32 = l_Array_contains___at___private_Lean_Meta_Match_Value_0__Lean_Meta_isUIntTypeName___spec__1(x_6, x_31); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_array_get_size(x_2); +x_34 = lean_unsigned_to_nat(0u); +x_35 = lean_nat_dec_lt(x_34, x_33); +if (x_35 == 0) +{ +lean_object* x_36; lean_object* x_37; +lean_dec(x_33); +x_36 = lean_box(0); +x_37 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_31, x_36, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +x_18 = x_37; +goto block_26; } else { -uint8_t x_32; -x_32 = lean_nat_dec_le(x_24, x_24); -if (x_32 == 0) +uint8_t x_38; +x_38 = lean_nat_dec_le(x_33, x_33); +if (x_38 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_24); -x_33 = lean_box(0); -x_34 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_22, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_4 = x_16; -x_6 = x_35; -x_13 = x_36; -goto _start; +lean_object* x_39; lean_object* x_40; +lean_dec(x_33); +x_39 = lean_box(0); +x_40 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_31, x_39, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +x_18 = x_40; +goto block_26; } else { -size_t x_38; uint8_t x_39; -x_38 = lean_usize_of_nat(x_24); -lean_dec(x_24); -x_39 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(x_22, x_2, x_1, x_38); -if (x_39 == 0) +size_t x_41; uint8_t x_42; +x_41 = lean_usize_of_nat(x_33); +lean_dec(x_33); +x_42 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(x_31, x_2, x_1, x_41); +if (x_42 == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_40 = lean_box(0); -x_41 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_22, x_40, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -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_4 = x_16; -x_6 = x_42; -x_13 = x_43; -goto _start; +lean_object* x_43; lean_object* x_44; +x_43 = lean_box(0); +x_44 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_31, x_43, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +x_18 = x_44; +goto block_26; } 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; -x_45 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_22, x_11, x_12, x_21); +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_45 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_31, x_11, x_12, x_30); 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_box(0); -x_49 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_46, x_48, x_7, x_8, x_9, x_10, x_11, x_12, x_47); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_4 = x_16; -x_6 = x_50; -x_13 = x_51; -goto _start; +x_49 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_46, x_48, x_7, x_8, x_9, x_10, x_11, x_12, x_47); +x_18 = x_49; +goto block_26; } } } } else { -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_53 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_22, x_11, x_12, x_21); -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_box(0); -x_57 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_54, x_56, x_7, x_8, x_9, x_10, x_11, x_12, x_55); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_31, x_11, x_12, x_30); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = lean_box(0); +x_54 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_51, x_53, x_7, x_8, x_9, x_10, x_11, x_12, x_52); +x_18 = x_54; +goto block_26; +} +} +else +{ +uint8_t x_55; +lean_dec(x_6); +x_55 = !lean_is_exclusive(x_28); +if (x_55 == 0) +{ +x_18 = x_28; +goto block_26; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_28, 0); +x_57 = lean_ctor_get(x_28, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_28); +x_58 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_58, 0, x_56); +lean_ctor_set(x_58, 1, x_57); +x_18 = x_58; +goto block_26; +} +} +block_26: +{ +if (lean_obj_tag(x_18) == 0) +{ +lean_object* x_19; lean_object* x_20; +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_4 = x_16; -x_6 = x_58; -x_13 = x_59; +x_6 = x_19; +x_13 = x_20; goto _start; } -} else { -uint8_t x_61; +uint8_t x_22; lean_dec(x_9); -lean_dec(x_6); -x_61 = !lean_is_exclusive(x_19); -if (x_61 == 0) +x_22 = !lean_is_exclusive(x_18); +if (x_22 == 0) { -return x_19; +return x_18; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_19, 0); -x_63 = lean_ctor_get(x_19, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_19); -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; +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_65; +lean_object* x_59; lean_dec(x_9); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_6); -lean_ctor_set(x_65, 1, x_13); -return x_65; +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_6); +lean_ctor_set(x_59, 1, x_13); +return x_59; } } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; x_14 = lean_usize_dec_eq(x_4, x_5); if (x_14 == 0) { -size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_27; lean_object* x_28; x_15 = 1; x_16 = lean_usize_sub(x_4, x_15); x_17 = lean_array_uget(x_3, x_16); -x_18 = l_Lean_Expr_fvarId_x21(x_17); +x_27 = l_Lean_Expr_fvarId_x21(x_17); lean_inc(x_9); -x_19 = l_Lean_FVarId_getDecl(x_18, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(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_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -lean_dec(x_19); -x_22 = l_Lean_LocalDecl_userName(x_20); -lean_dec(x_20); -x_23 = l_Array_contains___at___private_Lean_Meta_Match_Value_0__Lean_Meta_isUIntTypeName___spec__1(x_6, x_22); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_array_get_size(x_2); -x_25 = lean_unsigned_to_nat(0u); -x_26 = lean_nat_dec_lt(x_25, x_24); -if (x_26 == 0) +x_28 = l_Lean_FVarId_getDecl(x_27, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -lean_dec(x_24); -x_27 = lean_box(0); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_22, x_27, x_7, x_8, x_9, x_10, x_11, x_12, x_21); +lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; 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_4 = x_16; -x_6 = x_29; -x_13 = x_30; -goto _start; +x_31 = l_Lean_LocalDecl_userName(x_29); +lean_dec(x_29); +x_32 = l_Array_contains___at___private_Lean_Meta_Match_Value_0__Lean_Meta_isUIntTypeName___spec__1(x_6, x_31); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_array_get_size(x_2); +x_34 = lean_unsigned_to_nat(0u); +x_35 = lean_nat_dec_lt(x_34, x_33); +if (x_35 == 0) +{ +lean_object* x_36; lean_object* x_37; +lean_dec(x_33); +x_36 = lean_box(0); +x_37 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_31, x_36, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +x_18 = x_37; +goto block_26; } else { -uint8_t x_32; -x_32 = lean_nat_dec_le(x_24, x_24); -if (x_32 == 0) +uint8_t x_38; +x_38 = lean_nat_dec_le(x_33, x_33); +if (x_38 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_24); -x_33 = lean_box(0); -x_34 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_22, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_4 = x_16; -x_6 = x_35; -x_13 = x_36; -goto _start; +lean_object* x_39; lean_object* x_40; +lean_dec(x_33); +x_39 = lean_box(0); +x_40 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_31, x_39, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +x_18 = x_40; +goto block_26; } else { -size_t x_38; uint8_t x_39; -x_38 = lean_usize_of_nat(x_24); -lean_dec(x_24); -x_39 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(x_22, x_2, x_1, x_38); -if (x_39 == 0) +size_t x_41; uint8_t x_42; +x_41 = lean_usize_of_nat(x_33); +lean_dec(x_33); +x_42 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(x_31, x_2, x_1, x_41); +if (x_42 == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_40 = lean_box(0); -x_41 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_22, x_40, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -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_4 = x_16; -x_6 = x_42; -x_13 = x_43; -goto _start; +lean_object* x_43; lean_object* x_44; +x_43 = lean_box(0); +x_44 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_31, x_43, x_7, x_8, x_9, x_10, x_11, x_12, x_30); +x_18 = x_44; +goto block_26; } 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; -x_45 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_22, x_11, x_12, x_21); +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_45 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_31, x_11, x_12, x_30); 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_box(0); -x_49 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_46, x_48, x_7, x_8, x_9, x_10, x_11, x_12, x_47); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_4 = x_16; -x_6 = x_50; -x_13 = x_51; -goto _start; +x_49 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_46, x_48, x_7, x_8, x_9, x_10, x_11, x_12, x_47); +x_18 = x_49; +goto block_26; } } } } else { -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_53 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_22, x_11, x_12, x_21); -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_box(0); -x_57 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_6, x_54, x_56, x_7, x_8, x_9, x_10, x_11, x_12, x_55); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(x_31, x_11, x_12, x_30); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = lean_box(0); +x_54 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(x_6, x_51, x_53, x_7, x_8, x_9, x_10, x_11, x_12, x_52); +x_18 = x_54; +goto block_26; +} +} +else +{ +uint8_t x_55; +lean_dec(x_6); +x_55 = !lean_is_exclusive(x_28); +if (x_55 == 0) +{ +x_18 = x_28; +goto block_26; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_28, 0); +x_57 = lean_ctor_get(x_28, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_28); +x_58 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_58, 0, x_56); +lean_ctor_set(x_58, 1, x_57); +x_18 = x_58; +goto block_26; +} +} +block_26: +{ +if (lean_obj_tag(x_18) == 0) +{ +lean_object* x_19; lean_object* x_20; +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_4 = x_16; -x_6 = x_58; -x_13 = x_59; +x_6 = x_19; +x_13 = x_20; goto _start; } -} else { -uint8_t x_61; +uint8_t x_22; lean_dec(x_9); -lean_dec(x_6); -x_61 = !lean_is_exclusive(x_19); -if (x_61 == 0) +x_22 = !lean_is_exclusive(x_18); +if (x_22 == 0) { -return x_19; +return x_18; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_19, 0); -x_63 = lean_ctor_get(x_19, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_19); -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; +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_65; +lean_object* x_59; lean_dec(x_9); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_6); -lean_ctor_set(x_65, 1, x_13); -return x_65; +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_6); +lean_ctor_set(x_59, 1, x_13); +return x_59; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, size_t 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_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__9(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, size_t 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; @@ -35119,7 +34424,7 @@ else lean_object* x_51; lean_object* x_52; x_51 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; lean_inc(x_10); -x_52 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(x_1, x_46, x_2, x_4, x_1, x_51, x_8, x_9, x_10, x_11, x_12, x_13, x_47); +x_52 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(x_1, x_46, x_2, x_4, x_1, x_51, x_8, x_9, x_10, x_11, x_12, x_13, x_47); lean_dec(x_46); if (lean_obj_tag(x_52) == 0) { @@ -35184,7 +34489,7 @@ else lean_object* x_61; lean_object* x_62; x_61 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; lean_inc(x_10); -x_62 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(x_1, x_46, x_2, x_4, x_1, x_61, x_8, x_9, x_10, x_11, x_12, x_13, x_47); +x_62 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(x_1, x_46, x_2, x_4, x_1, x_61, x_8, x_9, x_10, x_11, x_12, x_13, x_47); lean_dec(x_46); if (lean_obj_tag(x_62) == 0) { @@ -35271,7 +34576,7 @@ x_24 = lean_array_get_size(x_23); x_25 = lean_usize_of_nat(x_24); lean_dec(x_24); lean_inc(x_12); -x_26 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(x_25, x_1, x_23, x_8, x_9, x_10, x_11, x_12, x_13, x_22); +x_26 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(x_25, x_1, x_23, x_8, x_9, x_10, x_11, x_12, x_13, x_22); x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); x_28 = lean_ctor_get(x_26, 1); @@ -35392,7 +34697,7 @@ size_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_objec x_34 = lean_usize_of_nat(x_20); lean_dec(x_20); x_35 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_36 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2(x_19, x_3, x_34, x_35); +x_36 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(x_19, x_3, x_34, x_35); lean_dec(x_19); x_37 = l_Array_unzip___rarg(x_36); lean_dec(x_36); @@ -35447,92 +34752,86 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -lean_object* x_12; +uint8_t x_12; if (lean_obj_tag(x_4) == 0) { -lean_object* x_123; -x_123 = lean_box(0); -x_12 = x_123; -goto block_122; +uint8_t x_131; +x_131 = 1; +x_12 = x_131; +goto block_130; } else { -lean_object* x_124; uint8_t x_125; -x_124 = lean_ctor_get(x_4, 0); -x_125 = lean_unbox(x_124); -if (x_125 == 0) +lean_object* x_132; uint8_t x_133; +x_132 = lean_ctor_get(x_4, 0); +lean_inc(x_132); +lean_dec(x_4); +x_133 = lean_unbox(x_132); +lean_dec(x_132); +x_12 = x_133; +goto block_130; +} +block_130: { -lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_126 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_127 = 0; -x_128 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_128, 0, x_1); -lean_ctor_set(x_128, 1, x_126); -lean_ctor_set(x_128, 2, x_2); -lean_ctor_set(x_128, 3, x_3); -lean_ctor_set_uint8(x_128, sizeof(void*)*4, x_127); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_128); -lean_ctor_set(x_129, 1, x_11); -return x_129; +uint8_t x_13; +if (x_12 == 0) +{ +uint8_t x_128; +x_128 = 1; +x_13 = x_128; +goto block_127; } else { -lean_object* x_130; -x_130 = lean_box(0); -x_12 = x_130; -goto block_122; +uint8_t x_129; +x_129 = 0; +x_13 = x_129; +goto block_127; } -} -block_122: +block_127: { -lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; -lean_dec(x_12); -x_13 = lean_array_get_size(x_1); -x_14 = lean_usize_of_nat(x_13); -x_15 = 0; +if (x_13 == 0) +{ +lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; +x_14 = lean_array_get_size(x_1); +x_15 = lean_usize_of_nat(x_14); +x_16 = 0; lean_inc(x_1); -x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__1(x_14, x_15, x_1); -x_17 = lean_box(0); -x_18 = 1; +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__1(x_15, x_16, x_1); +x_18 = lean_box(0); +x_19 = 1; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_19 = l_Lean_Meta_getFVarsToGeneralize(x_16, x_17, x_18, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_19) == 0) +x_20 = l_Lean_Meta_getFVarsToGeneralize(x_17, x_18, x_19, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_20) == 0) { -uint8_t x_20; -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +uint8_t x_21; +x_21 = !lean_is_exclusive(x_20); +if (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); -if (x_23 == 0) +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_ctor_get(x_20, 0); +x_23 = lean_ctor_get(x_20, 1); +x_24 = l_Array_isEmpty___rarg(x_22); +if (x_24 == 0) { -lean_object* x_24; size_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -lean_free_object(x_19); -x_24 = lean_array_get_size(x_21); -x_25 = lean_usize_of_nat(x_24); -lean_dec(x_24); -lean_inc(x_21); -x_26 = l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(x_25, x_15, x_21); -x_27 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_27, 0, x_13); -x_28 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___boxed__const__1; -lean_inc(x_26); -x_29 = lean_alloc_closure((void*)(l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___lambda__1___boxed), 12, 3); -lean_closure_set(x_29, 0, x_26); -lean_closure_set(x_29, 1, x_16); -lean_closure_set(x_29, 2, x_28); +lean_object* x_25; size_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_free_object(x_20); +x_25 = lean_array_get_size(x_22); +x_26 = lean_usize_of_nat(x_25); +lean_dec(x_25); +lean_inc(x_22); +x_27 = l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(x_26, x_16, x_22); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_14); +x_29 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___boxed__const__1; +lean_inc(x_27); +x_30 = lean_alloc_closure((void*)(l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___lambda__1___boxed), 12, 3); +lean_closure_set(x_30, 0, x_27); +lean_closure_set(x_30, 1, x_17); +lean_closure_set(x_30, 2, x_29); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -35540,161 +34839,161 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_2); -x_30 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_2, x_27, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_22); -if (lean_obj_tag(x_30) == 0) +x_31 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_2, x_28, x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -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; uint8_t x_36; +x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -lean_dec(x_30); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +lean_dec(x_31); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_31); -x_33 = l_Lean_Meta_isTypeCorrect(x_31, x_7, x_8, x_9, x_10, x_32); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_unbox(x_34); -lean_dec(x_34); -if (x_35 == 0) +lean_inc(x_32); +x_34 = l_Lean_Meta_isTypeCorrect(x_32, x_7, x_8, x_9, x_10, 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) { -uint8_t x_36; -lean_dec(x_31); -lean_dec(x_26); -lean_dec(x_21); +uint8_t x_37; +lean_dec(x_32); +lean_dec(x_27); +lean_dec(x_22); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_36 = !lean_is_exclusive(x_33); -if (x_36 == 0) +x_37 = !lean_is_exclusive(x_34); +if (x_37 == 0) { -lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_40; -x_37 = lean_ctor_get(x_33, 0); -lean_dec(x_37); -x_38 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_39 = 0; -x_40 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_40, 0, x_1); -lean_ctor_set(x_40, 1, x_38); -lean_ctor_set(x_40, 2, x_2); -lean_ctor_set(x_40, 3, x_3); -lean_ctor_set_uint8(x_40, sizeof(void*)*4, x_39); -lean_ctor_set(x_33, 0, x_40); -return x_33; +lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_34, 0); +lean_dec(x_38); +x_39 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_40 = 0; +x_41 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_41, 0, x_1); +lean_ctor_set(x_41, 1, x_39); +lean_ctor_set(x_41, 2, x_2); +lean_ctor_set(x_41, 3, x_3); +lean_ctor_set_uint8(x_41, sizeof(void*)*4, x_40); +lean_ctor_set(x_34, 0, x_41); +return x_34; } else { -lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; -x_41 = lean_ctor_get(x_33, 1); -lean_inc(x_41); -lean_dec(x_33); -x_42 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_43 = 0; -x_44 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_44, 0, x_1); -lean_ctor_set(x_44, 1, x_42); -lean_ctor_set(x_44, 2, x_2); -lean_ctor_set(x_44, 3, x_3); -lean_ctor_set_uint8(x_44, sizeof(void*)*4, 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_41); -return x_45; +lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; +x_42 = lean_ctor_get(x_34, 1); +lean_inc(x_42); +lean_dec(x_34); +x_43 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_44 = 0; +x_45 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_45, 0, x_1); +lean_ctor_set(x_45, 1, x_43); +lean_ctor_set(x_45, 2, x_2); +lean_ctor_set(x_45, 3, x_3); +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_42); +return x_46; } } else { -lean_object* x_46; lean_object* x_47; size_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; size_t x_52; lean_object* x_53; +lean_object* x_47; lean_object* x_48; size_t x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; size_t x_53; lean_object* x_54; lean_dec(x_2); -x_46 = lean_ctor_get(x_33, 1); -lean_inc(x_46); -lean_dec(x_33); -x_47 = lean_array_get_size(x_26); -x_48 = lean_usize_of_nat(x_47); -lean_inc(x_26); -x_49 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(x_48, x_15, x_26); -x_50 = l_Array_append___rarg(x_1, x_49); -x_51 = lean_array_get_size(x_3); -x_52 = lean_usize_of_nat(x_51); -lean_dec(x_51); -x_53 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(x_15, x_26, x_47, x_48, x_52, x_15, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_46); -lean_dec(x_47); -lean_dec(x_26); -if (lean_obj_tag(x_53) == 0) +x_47 = lean_ctor_get(x_34, 1); +lean_inc(x_47); +lean_dec(x_34); +x_48 = lean_array_get_size(x_27); +x_49 = lean_usize_of_nat(x_48); +lean_inc(x_27); +x_50 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(x_49, x_16, x_27); +x_51 = l_Array_append___rarg(x_1, x_50); +x_52 = lean_array_get_size(x_3); +x_53 = lean_usize_of_nat(x_52); +lean_dec(x_52); +x_54 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__9(x_16, x_27, x_48, x_49, x_53, x_16, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_47); +lean_dec(x_48); +lean_dec(x_27); +if (lean_obj_tag(x_54) == 0) { -uint8_t x_54; -x_54 = !lean_is_exclusive(x_53); -if (x_54 == 0) +uint8_t x_55; +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_53, 0); -x_56 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_56, 0, x_50); -lean_ctor_set(x_56, 1, x_21); -lean_ctor_set(x_56, 2, x_31); -lean_ctor_set(x_56, 3, x_55); -lean_ctor_set_uint8(x_56, sizeof(void*)*4, x_18); -lean_ctor_set(x_53, 0, x_56); -return x_53; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_54, 0); +x_57 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_57, 0, x_51); +lean_ctor_set(x_57, 1, x_22); +lean_ctor_set(x_57, 2, x_32); +lean_ctor_set(x_57, 3, x_56); +lean_ctor_set_uint8(x_57, sizeof(void*)*4, x_19); +lean_ctor_set(x_54, 0, x_57); +return x_54; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_57 = lean_ctor_get(x_53, 0); -x_58 = lean_ctor_get(x_53, 1); +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_58 = lean_ctor_get(x_54, 0); +x_59 = lean_ctor_get(x_54, 1); +lean_inc(x_59); lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_53); -x_59 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_59, 0, x_50); -lean_ctor_set(x_59, 1, x_21); -lean_ctor_set(x_59, 2, x_31); -lean_ctor_set(x_59, 3, x_57); -lean_ctor_set_uint8(x_59, sizeof(void*)*4, x_18); -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; +lean_dec(x_54); +x_60 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_60, 0, x_51); +lean_ctor_set(x_60, 1, x_22); +lean_ctor_set(x_60, 2, x_32); +lean_ctor_set(x_60, 3, x_58); +lean_ctor_set_uint8(x_60, sizeof(void*)*4, x_19); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_59); +return x_61; } } else { -uint8_t x_61; -lean_dec(x_50); -lean_dec(x_31); -lean_dec(x_21); -x_61 = !lean_is_exclusive(x_53); -if (x_61 == 0) +uint8_t x_62; +lean_dec(x_51); +lean_dec(x_32); +lean_dec(x_22); +x_62 = !lean_is_exclusive(x_54); +if (x_62 == 0) { -return x_53; +return x_54; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_53, 0); -x_63 = lean_ctor_get(x_53, 1); +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_54, 0); +x_64 = lean_ctor_get(x_54, 1); +lean_inc(x_64); lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_53); -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; +lean_dec(x_54); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; } } } } else { -uint8_t x_65; -lean_dec(x_26); -lean_dec(x_21); +uint8_t x_66; +lean_dec(x_27); +lean_dec(x_22); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -35704,75 +35003,75 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_65 = !lean_is_exclusive(x_30); -if (x_65 == 0) +x_66 = !lean_is_exclusive(x_31); +if (x_66 == 0) { -return x_30; +return x_31; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_30, 0); -x_67 = lean_ctor_get(x_30, 1); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_31, 0); +x_68 = lean_ctor_get(x_31, 1); +lean_inc(x_68); lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_30); -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; +lean_dec(x_31); +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; } } } else { -lean_object* x_69; uint8_t x_70; lean_object* x_71; -lean_dec(x_21); -lean_dec(x_16); -lean_dec(x_13); +lean_object* x_70; uint8_t x_71; lean_object* x_72; +lean_dec(x_22); +lean_dec(x_17); +lean_dec(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); -x_69 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_70 = 0; -x_71 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_71, 0, x_1); -lean_ctor_set(x_71, 1, x_69); -lean_ctor_set(x_71, 2, x_2); -lean_ctor_set(x_71, 3, x_3); -lean_ctor_set_uint8(x_71, sizeof(void*)*4, x_70); -lean_ctor_set(x_19, 0, x_71); -return x_19; +x_70 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_71 = 0; +x_72 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_72, 0, x_1); +lean_ctor_set(x_72, 1, x_70); +lean_ctor_set(x_72, 2, x_2); +lean_ctor_set(x_72, 3, x_3); +lean_ctor_set_uint8(x_72, sizeof(void*)*4, x_71); +lean_ctor_set(x_20, 0, x_72); +return x_20; } } else { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_ctor_get(x_19, 0); -x_73 = lean_ctor_get(x_19, 1); +lean_object* x_73; lean_object* x_74; uint8_t x_75; +x_73 = lean_ctor_get(x_20, 0); +x_74 = lean_ctor_get(x_20, 1); +lean_inc(x_74); lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_19); -x_74 = l_Array_isEmpty___rarg(x_72); -if (x_74 == 0) +lean_dec(x_20); +x_75 = l_Array_isEmpty___rarg(x_73); +if (x_75 == 0) { -lean_object* x_75; size_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_75 = lean_array_get_size(x_72); -x_76 = lean_usize_of_nat(x_75); -lean_dec(x_75); -lean_inc(x_72); -x_77 = l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(x_76, x_15, x_72); -x_78 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_78, 0, x_13); -x_79 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___boxed__const__1; -lean_inc(x_77); -x_80 = lean_alloc_closure((void*)(l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___lambda__1___boxed), 12, 3); -lean_closure_set(x_80, 0, x_77); -lean_closure_set(x_80, 1, x_16); -lean_closure_set(x_80, 2, x_79); +lean_object* x_76; size_t x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_76 = lean_array_get_size(x_73); +x_77 = lean_usize_of_nat(x_76); +lean_dec(x_76); +lean_inc(x_73); +x_78 = l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(x_77, x_16, x_73); +x_79 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_14); +x_80 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___boxed__const__1; +lean_inc(x_78); +x_81 = lean_alloc_closure((void*)(l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___lambda__1___boxed), 12, 3); +lean_closure_set(x_81, 0, x_78); +lean_closure_set(x_81, 1, x_17); +lean_closure_set(x_81, 2, x_80); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -35780,146 +35079,146 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_2); -x_81 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_2, x_78, x_80, x_5, x_6, x_7, x_8, x_9, x_10, x_73); -if (lean_obj_tag(x_81) == 0) +x_82 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_2, x_79, x_81, x_5, x_6, x_7, x_8, x_9, x_10, x_74); +if (lean_obj_tag(x_82) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); +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_82, 0); lean_inc(x_83); -lean_dec(x_81); +x_84 = lean_ctor_get(x_82, 1); +lean_inc(x_84); +lean_dec(x_82); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_82); -x_84 = l_Lean_Meta_isTypeCorrect(x_82, x_7, x_8, x_9, x_10, x_83); -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_inc(x_83); +x_85 = l_Lean_Meta_isTypeCorrect(x_83, x_7, x_8, x_9, x_10, x_84); +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_unbox(x_86); +lean_dec(x_86); +if (x_87 == 0) { -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_dec(x_82); -lean_dec(x_77); -lean_dec(x_72); +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_dec(x_83); +lean_dec(x_78); +lean_dec(x_73); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_87 = lean_ctor_get(x_84, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_84)) { - lean_ctor_release(x_84, 0); - lean_ctor_release(x_84, 1); - x_88 = x_84; +x_88 = lean_ctor_get(x_85, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + lean_ctor_release(x_85, 1); + x_89 = x_85; } else { - lean_dec_ref(x_84); - x_88 = lean_box(0); + lean_dec_ref(x_85); + x_89 = lean_box(0); } -x_89 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_90 = 0; -x_91 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_91, 0, x_1); -lean_ctor_set(x_91, 1, x_89); -lean_ctor_set(x_91, 2, x_2); -lean_ctor_set(x_91, 3, x_3); -lean_ctor_set_uint8(x_91, sizeof(void*)*4, x_90); -if (lean_is_scalar(x_88)) { - x_92 = lean_alloc_ctor(0, 2, 0); +x_90 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_91 = 0; +x_92 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_92, 0, x_1); +lean_ctor_set(x_92, 1, x_90); +lean_ctor_set(x_92, 2, x_2); +lean_ctor_set(x_92, 3, x_3); +lean_ctor_set_uint8(x_92, sizeof(void*)*4, x_91); +if (lean_is_scalar(x_89)) { + x_93 = lean_alloc_ctor(0, 2, 0); } else { - x_92 = x_88; + x_93 = x_89; } -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_87); -return x_92; +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_88); +return x_93; } else { -lean_object* x_93; lean_object* x_94; size_t x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; size_t x_99; lean_object* x_100; +lean_object* x_94; lean_object* x_95; size_t x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; size_t x_100; lean_object* x_101; lean_dec(x_2); -x_93 = lean_ctor_get(x_84, 1); -lean_inc(x_93); -lean_dec(x_84); -x_94 = lean_array_get_size(x_77); -x_95 = lean_usize_of_nat(x_94); -lean_inc(x_77); -x_96 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(x_95, x_15, x_77); -x_97 = l_Array_append___rarg(x_1, x_96); -x_98 = lean_array_get_size(x_3); -x_99 = lean_usize_of_nat(x_98); -lean_dec(x_98); -x_100 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(x_15, x_77, x_94, x_95, x_99, x_15, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_93); -lean_dec(x_94); -lean_dec(x_77); -if (lean_obj_tag(x_100) == 0) +x_94 = lean_ctor_get(x_85, 1); +lean_inc(x_94); +lean_dec(x_85); +x_95 = lean_array_get_size(x_78); +x_96 = lean_usize_of_nat(x_95); +lean_inc(x_78); +x_97 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(x_96, x_16, x_78); +x_98 = l_Array_append___rarg(x_1, x_97); +x_99 = lean_array_get_size(x_3); +x_100 = lean_usize_of_nat(x_99); +lean_dec(x_99); +x_101 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__9(x_16, x_78, x_95, x_96, x_100, x_16, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_94); +lean_dec(x_95); +lean_dec(x_78); +if (lean_obj_tag(x_101) == 0) { -lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_101 = lean_ctor_get(x_100, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_100, 1); +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_102 = lean_ctor_get(x_101, 0); lean_inc(x_102); -if (lean_is_exclusive(x_100)) { - lean_ctor_release(x_100, 0); - lean_ctor_release(x_100, 1); - x_103 = x_100; +x_103 = lean_ctor_get(x_101, 1); +lean_inc(x_103); +if (lean_is_exclusive(x_101)) { + lean_ctor_release(x_101, 0); + lean_ctor_release(x_101, 1); + x_104 = x_101; } else { - lean_dec_ref(x_100); - x_103 = lean_box(0); -} -x_104 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_104, 0, x_97); -lean_ctor_set(x_104, 1, x_72); -lean_ctor_set(x_104, 2, x_82); -lean_ctor_set(x_104, 3, x_101); -lean_ctor_set_uint8(x_104, sizeof(void*)*4, x_18); -if (lean_is_scalar(x_103)) { - x_105 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_101); + x_104 = lean_box(0); +} +x_105 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_105, 0, x_98); +lean_ctor_set(x_105, 1, x_73); +lean_ctor_set(x_105, 2, x_83); +lean_ctor_set(x_105, 3, x_102); +lean_ctor_set_uint8(x_105, sizeof(void*)*4, x_19); +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_dec(x_97); -lean_dec(x_82); -lean_dec(x_72); -x_106 = lean_ctor_get(x_100, 0); -lean_inc(x_106); -x_107 = lean_ctor_get(x_100, 1); +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +lean_dec(x_98); +lean_dec(x_83); +lean_dec(x_73); +x_107 = lean_ctor_get(x_101, 0); lean_inc(x_107); -if (lean_is_exclusive(x_100)) { - lean_ctor_release(x_100, 0); - lean_ctor_release(x_100, 1); - x_108 = x_100; +x_108 = lean_ctor_get(x_101, 1); +lean_inc(x_108); +if (lean_is_exclusive(x_101)) { + lean_ctor_release(x_101, 0); + lean_ctor_release(x_101, 1); + x_109 = x_101; } else { - lean_dec_ref(x_100); - x_108 = lean_box(0); + lean_dec_ref(x_101); + x_109 = lean_box(0); } -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_109)) { + x_110 = lean_alloc_ctor(1, 2, 0); } else { - x_109 = x_108; + x_110 = x_109; } -lean_ctor_set(x_109, 0, x_106); -lean_ctor_set(x_109, 1, x_107); -return x_109; +lean_ctor_set(x_110, 0, x_107); +lean_ctor_set(x_110, 1, x_108); +return x_110; } } } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_77); -lean_dec(x_72); +lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; +lean_dec(x_78); +lean_dec(x_73); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -35929,60 +35228,60 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_110 = lean_ctor_get(x_81, 0); -lean_inc(x_110); -x_111 = lean_ctor_get(x_81, 1); +x_111 = lean_ctor_get(x_82, 0); lean_inc(x_111); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_112 = x_81; +x_112 = lean_ctor_get(x_82, 1); +lean_inc(x_112); +if (lean_is_exclusive(x_82)) { + lean_ctor_release(x_82, 0); + lean_ctor_release(x_82, 1); + x_113 = x_82; } else { - lean_dec_ref(x_81); - x_112 = lean_box(0); + lean_dec_ref(x_82); + x_113 = lean_box(0); } -if (lean_is_scalar(x_112)) { - x_113 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_113)) { + x_114 = lean_alloc_ctor(1, 2, 0); } else { - x_113 = x_112; + x_114 = x_113; } -lean_ctor_set(x_113, 0, x_110); -lean_ctor_set(x_113, 1, x_111); -return x_113; +lean_ctor_set(x_114, 0, x_111); +lean_ctor_set(x_114, 1, x_112); +return x_114; } } else { -lean_object* x_114; uint8_t x_115; lean_object* x_116; lean_object* x_117; -lean_dec(x_72); -lean_dec(x_16); -lean_dec(x_13); +lean_object* x_115; uint8_t x_116; lean_object* x_117; lean_object* x_118; +lean_dec(x_73); +lean_dec(x_17); +lean_dec(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); -x_114 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; -x_115 = 0; -x_116 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_116, 0, x_1); -lean_ctor_set(x_116, 1, x_114); -lean_ctor_set(x_116, 2, x_2); -lean_ctor_set(x_116, 3, x_3); -lean_ctor_set_uint8(x_116, sizeof(void*)*4, x_115); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_116); -lean_ctor_set(x_117, 1, x_73); -return x_117; +x_115 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_116 = 0; +x_117 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_117, 0, x_1); +lean_ctor_set(x_117, 1, x_115); +lean_ctor_set(x_117, 2, x_2); +lean_ctor_set(x_117, 3, x_3); +lean_ctor_set_uint8(x_117, sizeof(void*)*4, x_116); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_74); +return x_118; } } } else { -uint8_t x_118; -lean_dec(x_16); -lean_dec(x_13); +uint8_t x_119; +lean_dec(x_17); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -35992,23 +35291,47 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_118 = !lean_is_exclusive(x_19); -if (x_118 == 0) +x_119 = !lean_is_exclusive(x_20); +if (x_119 == 0) { -return x_19; +return x_20; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_119 = lean_ctor_get(x_19, 0); -x_120 = lean_ctor_get(x_19, 1); +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_20, 0); +x_121 = lean_ctor_get(x_20, 1); +lean_inc(x_121); lean_inc(x_120); -lean_inc(x_119); -lean_dec(x_19); -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; +lean_dec(x_20); +x_122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +return x_122; +} +} +} +else +{ +lean_object* x_123; uint8_t x_124; lean_object* x_125; lean_object* x_126; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_123 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__12; +x_124 = 0; +x_125 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_125, 0, x_1); +lean_ctor_set(x_125, 1, x_123); +lean_ctor_set(x_125, 2, x_2); +lean_ctor_set(x_125, 3, x_3); +lean_ctor_set_uint8(x_125, sizeof(void*)*4, x_124); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_125); +lean_ctor_set(x_126, 1, x_11); +return x_126; } } } @@ -36026,7 +35349,21 @@ x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_ge return x_6; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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; @@ -36034,12 +35371,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___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__2___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_Elab_Match_0__Lean_Elab_Term_generalize___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; @@ -36047,11 +35384,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_Elab_Match_0__Lean_Elab_Term_generalize___spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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; uint8_t x_7; lean_object* x_8; @@ -36059,14 +35396,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__4(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__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: { size_t x_11; size_t x_12; lean_object* x_13; @@ -36074,7 +35411,7 @@ x_11 = lean_unbox_usize(x_1); lean_dec(x_1); x_12 = lean_unbox_usize(x_2); lean_dec(x_2); -x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__5(x_11, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(x_11, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -36083,11 +35420,11 @@ lean_dec(x_4); return x_13; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___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_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___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: { lean_object* x_11; -x_11 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7___lambda__1(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); @@ -36098,7 +35435,7 @@ lean_dec(x_3); return x_11; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { size_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -36108,7 +35445,7 @@ x_15 = lean_unbox_usize(x_4); lean_dec(x_4); x_16 = lean_unbox_usize(x_5); lean_dec(x_5); -x_17 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__6(x_14, x_2, x_3, x_15, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(x_14, x_2, x_3, x_15, x_16, 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); @@ -36119,7 +35456,7 @@ lean_dec(x_2); return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__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) { _start: { size_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -36129,7 +35466,7 @@ x_15 = lean_unbox_usize(x_4); lean_dec(x_4); x_16 = lean_unbox_usize(x_5); lean_dec(x_5); -x_17 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__7(x_14, x_2, x_3, x_15, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(x_14, x_2, x_3, x_15, x_16, 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); @@ -36140,7 +35477,7 @@ lean_dec(x_2); return x_17; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__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) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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, lean_object* x_13, lean_object* x_14) { _start: { size_t x_15; size_t x_16; size_t x_17; size_t x_18; lean_object* x_19; @@ -36152,7 +35489,7 @@ x_17 = lean_unbox_usize(x_5); lean_dec(x_5); x_18 = lean_unbox_usize(x_6); lean_dec(x_6); -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__8(x_15, x_2, x_3, x_16, x_17, x_18, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__9(x_15, x_2, x_3, x_16, x_17, x_18, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_3); lean_dec(x_2); return x_19; @@ -36175,15 +35512,6 @@ lean_dec(x_2); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___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_Elab_Match_0__Lean_Elab_Term_generalize(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_4); -return x_12; -} -} LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_throwEx___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) { _start: { @@ -36876,69 +36204,81 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_object* x_15; lean_object* x_16; uint8_t x_17; uint8_t x_33; x_15 = lean_ctor_get(x_5, 0); lean_inc(x_15); x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar(x_2, x_15); -if (x_17 == 0) +x_33 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar(x_2, x_15); +if (x_33 == 0) { -uint8_t x_18; -x_18 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar(x_1, x_15); -if (x_18 == 0) +uint8_t x_34; +x_34 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_containsFVar(x_1, x_15); +x_17 = x_34; +goto block_32; +} +else { -lean_object* x_19; +uint8_t x_35; +x_35 = 1; +x_17 = x_35; +goto block_32; +} +block_32: +{ +if (x_17 == 0) +{ +lean_object* x_18; lean_inc(x_9); lean_inc(x_15); -x_19 = l_Lean_FVarId_getDecl(x_15, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_19) == 0) +x_18 = l_Lean_FVarId_getDecl(x_15, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_18) == 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; lean_object* x_26; -x_20 = lean_ctor_get(x_19, 0); +lean_object* x_19; lean_object* x_20; lean_object* x_21; size_t x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_18, 1); lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -lean_dec(x_19); -x_22 = lean_array_get_size(x_4); -x_23 = lean_usize_of_nat(x_22); -lean_dec(x_22); -x_24 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___spec__4(x_15, x_20, x_4, x_23, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -x_25 = lean_ctor_get(x_24, 0); +lean_dec(x_18); +x_21 = lean_array_get_size(x_4); +x_22 = lean_usize_of_nat(x_21); +lean_dec(x_21); +x_23 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_collectDeps___spec__4(x_15, x_19, x_4, x_22, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -lean_dec(x_24); +lean_dec(x_23); x_5 = x_16; -x_6 = x_25; -x_13 = x_26; +x_6 = x_24; +x_13 = x_25; goto _start; } else { -uint8_t x_28; +uint8_t x_27; lean_dec(x_16); lean_dec(x_15); lean_dec(x_9); lean_dec(x_6); -x_28 = !lean_is_exclusive(x_19); -if (x_28 == 0) +x_27 = !lean_is_exclusive(x_18); +if (x_27 == 0) { -return x_19; +return x_18; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_19, 0); -x_30 = lean_ctor_get(x_19, 1); -lean_inc(x_30); +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_18, 0); +x_29 = lean_ctor_get(x_18, 1); lean_inc(x_29); -lean_dec(x_19); -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; +lean_inc(x_28); +lean_dec(x_18); +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; } } } @@ -36949,12 +36289,6 @@ x_5 = x_16; goto _start; } } -else -{ -lean_dec(x_15); -x_5 = x_16; -goto _start; -} } } } @@ -38387,6 +37721,7 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); +lean_inc(x_1); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); @@ -39031,7 +38366,7 @@ lean_dec(x_2); return x_9; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__1() { _start: { lean_object* x_1; @@ -39039,17 +38374,17 @@ x_1 = lean_mk_string_from_bytes("ignoreUnusedAlts", 16); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__6; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____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_Match___hyg_18386____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__3() { _start: { lean_object* x_1; @@ -39057,13 +38392,13 @@ x_1 = lean_mk_string_from_bytes("if true, do not generate error if an alternativ return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____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_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__14; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__3; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -39072,7 +38407,7 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__5() { _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; @@ -39080,18 +38415,18 @@ x_1 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__ x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__5; x_3 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___closed__3; x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__6; -x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1; +x_5 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__1; 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_Match___hyg_18386_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389_(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_Match___hyg_18386____closed__2; -x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__4; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__2; +x_3 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__4; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__5; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -39165,245 +38500,246 @@ return x_11; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +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_2, 0); x_13 = lean_ctor_get(x_2, 1); x_14 = l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___spec__1___closed__1; -x_15 = l_List_elem___at_Lean_Occurrences_contains___spec__1(x_3, x_1); -if (x_15 == 0) +x_15 = lean_ctor_get(x_1, 2); +x_16 = l_List_elem___at_Lean_Occurrences_contains___spec__1(x_3, x_15); +if (x_16 == 0) { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); +lean_object* x_17; lean_object* x_18; +x_17 = lean_box(0); 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_17 = lean_apply_9(x_14, x_3, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -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 = lean_apply_9(x_14, x_3, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10); if (lean_obj_tag(x_18) == 0) { -uint8_t x_19; +lean_object* x_19; +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +if (lean_obj_tag(x_19) == 0) +{ +uint8_t x_20; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_19 = !lean_is_exclusive(x_17); -if (x_19 == 0) +x_20 = !lean_is_exclusive(x_18); +if (x_20 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); +lean_object* x_21; lean_object* x_22; x_21 = lean_ctor_get(x_18, 0); -lean_inc(x_21); -lean_dec(x_18); -lean_ctor_set(x_17, 0, x_21); -return x_17; +lean_dec(x_21); +x_22 = lean_ctor_get(x_19, 0); +lean_inc(x_22); +lean_dec(x_19); +lean_ctor_set(x_18, 0, x_22); +return x_18; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_17, 1); -lean_inc(x_22); -lean_dec(x_17); -x_23 = lean_ctor_get(x_18, 0); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_18, 1); lean_inc(x_23); lean_dec(x_18); -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; +x_24 = lean_ctor_get(x_19, 0); +lean_inc(x_24); +lean_dec(x_19); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_23); +return x_25; } } else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_17, 1); -lean_inc(x_25); -lean_dec(x_17); -x_26 = lean_ctor_get(x_18, 0); +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_18, 1); lean_inc(x_26); lean_dec(x_18); +x_27 = lean_ctor_get(x_19, 0); +lean_inc(x_27); +lean_dec(x_19); x_2 = x_13; -x_3 = x_26; -x_10 = x_25; +x_3 = x_27; +x_10 = x_26; goto _start; } } else { -uint8_t x_28; +uint8_t x_29; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_28 = !lean_is_exclusive(x_17); -if (x_28 == 0) +x_29 = !lean_is_exclusive(x_18); +if (x_29 == 0) { -return x_17; +return x_18; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_17, 0); -x_30 = lean_ctor_get(x_17, 1); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_18, 0); +x_31 = lean_ctor_get(x_18, 1); +lean_inc(x_31); lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_17); -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; +lean_dec(x_18); +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 { -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_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_32 = lean_ctor_get(x_12, 0); -x_33 = lean_ctor_get(x_8, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_8, 1); +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_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_33 = lean_ctor_get(x_12, 0); +x_34 = lean_ctor_get(x_8, 0); lean_inc(x_34); -x_35 = lean_ctor_get(x_8, 2); +x_35 = lean_ctor_get(x_8, 1); lean_inc(x_35); -x_36 = lean_ctor_get(x_8, 3); +x_36 = lean_ctor_get(x_8, 2); lean_inc(x_36); -x_37 = lean_ctor_get(x_8, 4); +x_37 = lean_ctor_get(x_8, 3); lean_inc(x_37); -x_38 = lean_ctor_get(x_8, 5); +x_38 = lean_ctor_get(x_8, 4); lean_inc(x_38); -x_39 = lean_ctor_get(x_8, 6); +x_39 = lean_ctor_get(x_8, 5); lean_inc(x_39); -x_40 = lean_ctor_get(x_8, 7); +x_40 = lean_ctor_get(x_8, 6); lean_inc(x_40); -x_41 = lean_ctor_get(x_8, 8); +x_41 = lean_ctor_get(x_8, 7); lean_inc(x_41); -x_42 = lean_ctor_get(x_8, 9); +x_42 = lean_ctor_get(x_8, 8); lean_inc(x_42); -x_43 = lean_ctor_get(x_8, 10); +x_43 = lean_ctor_get(x_8, 9); lean_inc(x_43); -x_44 = l_Lean_replaceRef(x_32, x_38); -lean_dec(x_38); -x_45 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_45, 0, x_33); -lean_ctor_set(x_45, 1, x_34); -lean_ctor_set(x_45, 2, x_35); -lean_ctor_set(x_45, 3, x_36); -lean_ctor_set(x_45, 4, x_37); -lean_ctor_set(x_45, 5, x_44); -lean_ctor_set(x_45, 6, x_39); -lean_ctor_set(x_45, 7, x_40); -lean_ctor_set(x_45, 8, x_41); -lean_ctor_set(x_45, 9, x_42); -lean_ctor_set(x_45, 10, x_43); -x_46 = l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___spec__1___closed__4; -x_47 = 2; -x_48 = l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(x_46, x_47, x_4, x_5, x_6, x_7, x_45, x_9, x_10); -lean_dec(x_45); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_48, 1); +x_44 = lean_ctor_get(x_8, 10); +lean_inc(x_44); +x_45 = l_Lean_replaceRef(x_33, x_39); +lean_dec(x_39); +x_46 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_46, 0, x_34); +lean_ctor_set(x_46, 1, x_35); +lean_ctor_set(x_46, 2, x_36); +lean_ctor_set(x_46, 3, x_37); +lean_ctor_set(x_46, 4, x_38); +lean_ctor_set(x_46, 5, x_45); +lean_ctor_set(x_46, 6, x_40); +lean_ctor_set(x_46, 7, x_41); +lean_ctor_set(x_46, 8, x_42); +lean_ctor_set(x_46, 9, x_43); +lean_ctor_set(x_46, 10, x_44); +x_47 = l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___spec__1___closed__4; +x_48 = 2; +x_49 = l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(x_47, x_48, x_4, x_5, x_6, x_7, x_46, x_9, x_10); +lean_dec(x_46); +x_50 = lean_ctor_get(x_49, 0); lean_inc(x_50); -lean_dec(x_48); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); 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_51 = lean_apply_9(x_14, x_3, x_49, x_4, x_5, x_6, x_7, x_8, x_9, 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); +x_52 = lean_apply_9(x_14, x_3, x_50, x_4, x_5, x_6, x_7, x_8, x_9, x_51); if (lean_obj_tag(x_52) == 0) { -uint8_t x_53; +lean_object* x_53; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) +{ +uint8_t x_54; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_53 = !lean_is_exclusive(x_51); -if (x_53 == 0) +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_51, 0); -lean_dec(x_54); +lean_object* x_55; lean_object* x_56; x_55 = lean_ctor_get(x_52, 0); -lean_inc(x_55); -lean_dec(x_52); -lean_ctor_set(x_51, 0, x_55); -return x_51; +lean_dec(x_55); +x_56 = lean_ctor_get(x_53, 0); +lean_inc(x_56); +lean_dec(x_53); +lean_ctor_set(x_52, 0, x_56); +return x_52; } 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_ctor_get(x_52, 0); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_52, 1); lean_inc(x_57); lean_dec(x_52); -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; +x_58 = lean_ctor_get(x_53, 0); +lean_inc(x_58); +lean_dec(x_53); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } else { -lean_object* x_59; lean_object* x_60; -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_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_52, 1); lean_inc(x_60); lean_dec(x_52); +x_61 = lean_ctor_get(x_53, 0); +lean_inc(x_61); +lean_dec(x_53); x_2 = x_13; -x_3 = x_60; -x_10 = x_59; +x_3 = x_61; +x_10 = x_60; goto _start; } } else { -uint8_t x_62; +uint8_t x_63; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_62 = !lean_is_exclusive(x_51); -if (x_62 == 0) +x_63 = !lean_is_exclusive(x_52); +if (x_63 == 0) { -return x_51; +return x_52; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_51, 0); -x_64 = lean_ctor_get(x_51, 1); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_52, 0); +x_65 = lean_ctor_get(x_52, 1); +lean_inc(x_65); lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_51); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_dec(x_52); +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; } } } @@ -39421,101 +38757,98 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_reportMatcherResultErrors___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) { _start: { -lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_11; uint8_t x_12; lean_object* x_28; uint8_t x_29; x_11 = lean_ctor_get(x_8, 2); lean_inc(x_11); -x_12 = l_Lean_Elab_Term_reportMatcherResultErrors___lambda__1___closed__1; -x_13 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_12); +x_28 = l_Lean_Elab_Term_reportMatcherResultErrors___lambda__1___closed__1; +x_29 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_28); lean_dec(x_11); -if (x_13 == 0) +if (x_29 == 0) { -lean_object* x_14; uint8_t x_15; -x_14 = lean_ctor_get(x_1, 2); -x_15 = l_List_isEmpty___rarg(x_14); -if (x_15 == 0) +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_1, 2); +x_31 = l_List_isEmpty___rarg(x_30); +x_12 = x_31; +goto block_27; +} +else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_unsigned_to_nat(0u); -x_17 = l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___spec__1(x_14, x_2, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_17) == 0) +uint8_t x_32; +x_32 = 1; +x_12 = x_32; +goto block_27; +} +block_27: { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) +if (x_12 == 0) { -lean_object* x_19; lean_object* x_20; -x_19 = lean_ctor_get(x_17, 0); -lean_dec(x_19); -x_20 = lean_box(0); -lean_ctor_set(x_17, 0, x_20); -return x_17; +lean_object* x_13; lean_object* x_14; +x_13 = lean_unsigned_to_nat(0u); +x_14 = l_List_forIn_loop___at_Lean_Elab_Term_reportMatcherResultErrors___spec__1(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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; +x_16 = lean_ctor_get(x_14, 0); +lean_dec(x_16); +x_17 = lean_box(0); +lean_ctor_set(x_14, 0, x_17); +return x_14; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_17, 1); -lean_inc(x_21); -lean_dec(x_17); -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; +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_14, 1); +lean_inc(x_18); +lean_dec(x_14); +x_19 = lean_box(0); +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_24; -x_24 = !lean_is_exclusive(x_17); -if (x_24 == 0) +uint8_t x_21; +x_21 = !lean_is_exclusive(x_14); +if (x_21 == 0) { -return x_17; +return x_14; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_17, 0); -x_26 = lean_ctor_get(x_17, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_17); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_14, 0); +x_23 = lean_ctor_get(x_14, 1); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_14); +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_28; lean_object* x_29; +lean_object* x_25; lean_object* x_26; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_10); -return x_29; -} +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_10); +return x_26; } -else -{ -lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -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_10); -return x_31; } } } @@ -42473,7 +41806,7 @@ lean_inc(x_7); x_15 = l_Lean_Elab_Term_commitIfDidNotPostpone___rarg(x_14, x_7, x_8, 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; 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; uint8_t x_27; uint8_t x_108; +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; uint8_t x_98; x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); x_17 = lean_ctor_get(x_16, 1); @@ -42506,26 +41839,9 @@ lean_inc(x_25); x_26 = lean_ctor_get(x_19, 1); lean_inc(x_26); lean_dec(x_19); -x_108 = lean_unbox(x_25); +x_98 = lean_unbox(x_25); lean_dec(x_25); -if (x_108 == 0) -{ -uint8_t x_109; -x_109 = 0; -x_27 = x_109; -goto block_107; -} -else -{ -uint8_t x_110; -x_110 = 1; -x_27 = x_110; -goto block_107; -} -block_107: -{ -lean_object* x_28; lean_object* x_29; -if (x_27 == 0) +if (x_98 == 0) { lean_object* x_99; lean_inc(x_12); @@ -42541,9 +41857,9 @@ lean_inc(x_100); x_101 = lean_ctor_get(x_99, 1); lean_inc(x_101); lean_dec(x_99); -x_28 = x_100; -x_29 = x_101; -goto block_98; +x_27 = x_100; +x_28 = x_101; +goto block_97; } else { @@ -42583,194 +41899,194 @@ else { lean_object* x_106; x_106 = lean_box(0); -x_28 = x_106; -x_29 = x_20; -goto block_98; +x_27 = x_106; +x_28 = x_20; +goto block_97; } -block_98: +block_97: { -if (lean_obj_tag(x_28) == 0) +if (lean_obj_tag(x_27) == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_dec(x_21); -x_30 = lean_array_get_size(x_22); -x_31 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__1; +x_29 = lean_array_get_size(x_22); +x_30 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__1; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_32 = l_Lean_Elab_Term_mkAuxName(x_31, x_7, x_8, x_9, x_10, x_11, x_12, x_29); -if (lean_obj_tag(x_32) == 0) +x_31 = l_Lean_Elab_Term_mkAuxName(x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_28); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_33; lean_object* x_34; size_t x_35; size_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_33 = lean_ctor_get(x_32, 0); +lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_usize_of_nat(x_30); -x_36 = 0; +lean_dec(x_31); +x_34 = lean_usize_of_nat(x_29); +x_35 = 0; lean_inc(x_22); -x_37 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__12(x_35, x_36, x_22); +x_36 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__12(x_34, x_35, x_22); lean_inc(x_24); lean_inc(x_23); -x_38 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_38, 0, x_33); -lean_ctor_set(x_38, 1, x_23); -lean_ctor_set(x_38, 2, x_37); -lean_ctor_set(x_38, 3, x_24); +x_37 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_37, 0, x_32); +lean_ctor_set(x_37, 1, x_23); +lean_ctor_set(x_37, 2, x_36); +lean_ctor_set(x_37, 3, x_24); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_39 = l_Lean_Meta_Match_mkMatcher(x_38, x_9, x_10, x_11, x_12, x_34); -if (lean_obj_tag(x_39) == 0) +x_38 = l_Lean_Meta_Match_mkMatcher(x_37, x_9, x_10, x_11, x_12, x_33); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_39, 0); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_38, 1); lean_inc(x_40); -x_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -lean_dec(x_39); +lean_dec(x_38); 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_40); -x_42 = l_Lean_Elab_Term_reportMatcherResultErrors(x_24, x_40, x_7, x_8, x_9, x_10, x_11, x_12, x_41); -if (lean_obj_tag(x_42) == 0) +lean_inc(x_39); +x_41 = l_Lean_Elab_Term_reportMatcherResultErrors(x_24, x_39, x_7, x_8, x_9, x_10, x_11, x_12, x_40); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_42, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +lean_dec(x_41); +x_43 = lean_ctor_get(x_39, 3); lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_ctor_get(x_40, 3); -lean_inc(x_44); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_45 = lean_apply_5(x_44, x_9, x_10, x_11, x_12, x_43); -if (lean_obj_tag(x_45) == 0) +x_44 = lean_apply_5(x_43, x_9, x_10, x_11, x_12, x_42); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_46 = lean_ctor_get(x_45, 1); -lean_inc(x_46); -lean_dec(x_45); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_30); -x_48 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__2; +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_45 = lean_ctor_get(x_44, 1); +lean_inc(x_45); +lean_dec(x_44); +x_46 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_46, 0, x_29); +x_47 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__2; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_49 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_23, x_47, x_48, x_7, x_8, x_9, x_10, x_11, x_12, x_46); -if (lean_obj_tag(x_49) == 0) +x_48 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_23, x_46, x_47, x_7, x_8, x_9, x_10, x_11, x_12, x_45); +if (lean_obj_tag(x_48) == 0) { -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; uint8_t x_60; -x_50 = lean_ctor_get(x_49, 0); +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; uint8_t x_59; +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_48, 1); lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); +lean_dec(x_48); +x_51 = lean_ctor_get(x_39, 0); lean_inc(x_51); -lean_dec(x_49); -x_52 = lean_ctor_get(x_40, 0); -lean_inc(x_52); -lean_dec(x_40); -x_53 = l_Lean_Expr_app___override(x_52, x_50); -x_54 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__1(x_35, x_36, x_22); -x_55 = l_Lean_mkAppN(x_53, x_54); -x_56 = l_Lean_mkAppN(x_55, x_26); -x_57 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__7; -x_58 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_57, x_7, x_8, x_9, x_10, x_11, x_12, x_51); -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_unbox(x_59); -lean_dec(x_59); -if (x_60 == 0) +lean_dec(x_39); +x_52 = l_Lean_Expr_app___override(x_51, x_49); +x_53 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Match_0__Lean_Elab_Term_generalize___spec__1(x_34, x_35, x_22); +x_54 = l_Lean_mkAppN(x_52, x_53); +x_55 = l_Lean_mkAppN(x_54, x_26); +x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__7; +x_57 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_56, x_7, x_8, x_9, x_10, x_11, x_12, x_50); +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) { -uint8_t x_61; +uint8_t x_60; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_61 = !lean_is_exclusive(x_58); -if (x_61 == 0) +x_60 = !lean_is_exclusive(x_57); +if (x_60 == 0) { -lean_object* x_62; -x_62 = lean_ctor_get(x_58, 0); -lean_dec(x_62); -lean_ctor_set(x_58, 0, x_56); -return x_58; +lean_object* x_61; +x_61 = lean_ctor_get(x_57, 0); +lean_dec(x_61); +lean_ctor_set(x_57, 0, x_55); +return x_57; } else { -lean_object* x_63; lean_object* x_64; -x_63 = lean_ctor_get(x_58, 1); -lean_inc(x_63); -lean_dec(x_58); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_56); -lean_ctor_set(x_64, 1, x_63); -return x_64; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_57, 1); +lean_inc(x_62); +lean_dec(x_57); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_55); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } 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; uint8_t x_72; -x_65 = lean_ctor_get(x_58, 1); -lean_inc(x_65); -lean_dec(x_58); -lean_inc(x_56); -x_66 = l_Lean_MessageData_ofExpr(x_56); -x_67 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__4; -x_68 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_66); -x_69 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; -x_70 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -x_71 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_57, x_70, x_7, x_8, x_9, x_10, x_11, x_12, x_65); +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; +x_64 = lean_ctor_get(x_57, 1); +lean_inc(x_64); +lean_dec(x_57); +lean_inc(x_55); +x_65 = l_Lean_MessageData_ofExpr(x_55); +x_66 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5___closed__4; +x_67 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_65); +x_68 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__15; +x_69 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_69, 0, x_67); +lean_ctor_set(x_69, 1, x_68); +x_70 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_56, x_69, x_7, x_8, x_9, x_10, x_11, x_12, x_64); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) +x_71 = !lean_is_exclusive(x_70); +if (x_71 == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -lean_ctor_set(x_71, 0, x_56); -return x_71; +lean_object* x_72; +x_72 = lean_ctor_get(x_70, 0); +lean_dec(x_72); +lean_ctor_set(x_70, 0, x_55); +return x_70; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_56); -lean_ctor_set(x_75, 1, x_74); -return x_75; +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_55); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } } else { -uint8_t x_76; -lean_dec(x_40); +uint8_t x_75; +lean_dec(x_39); lean_dec(x_26); lean_dec(x_22); lean_dec(x_12); @@ -42779,31 +42095,31 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_76 = !lean_is_exclusive(x_49); -if (x_76 == 0) +x_75 = !lean_is_exclusive(x_48); +if (x_75 == 0) { -return x_49; +return x_48; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_49, 0); -x_78 = lean_ctor_get(x_49, 1); -lean_inc(x_78); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_48, 0); +x_77 = lean_ctor_get(x_48, 1); lean_inc(x_77); -lean_dec(x_49); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_inc(x_76); +lean_dec(x_48); +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 { -uint8_t x_80; -lean_dec(x_40); -lean_dec(x_30); +uint8_t x_79; +lean_dec(x_39); +lean_dec(x_29); lean_dec(x_26); lean_dec(x_23); lean_dec(x_22); @@ -42813,31 +42129,31 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_80 = !lean_is_exclusive(x_45); -if (x_80 == 0) +x_79 = !lean_is_exclusive(x_44); +if (x_79 == 0) { -return x_45; +return x_44; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_45, 0); -x_82 = lean_ctor_get(x_45, 1); -lean_inc(x_82); +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_44, 0); +x_81 = lean_ctor_get(x_44, 1); lean_inc(x_81); -lean_dec(x_45); -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_inc(x_80); +lean_dec(x_44); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } else { -uint8_t x_84; -lean_dec(x_40); -lean_dec(x_30); +uint8_t x_83; +lean_dec(x_39); +lean_dec(x_29); lean_dec(x_26); lean_dec(x_23); lean_dec(x_22); @@ -42847,30 +42163,30 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_84 = !lean_is_exclusive(x_42); -if (x_84 == 0) +x_83 = !lean_is_exclusive(x_41); +if (x_83 == 0) { -return x_42; +return x_41; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_42, 0); -x_86 = lean_ctor_get(x_42, 1); -lean_inc(x_86); +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_41, 0); +x_85 = lean_ctor_get(x_41, 1); lean_inc(x_85); -lean_dec(x_42); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +lean_inc(x_84); +lean_dec(x_41); +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; } } } else { -uint8_t x_88; -lean_dec(x_30); +uint8_t x_87; +lean_dec(x_29); lean_dec(x_26); lean_dec(x_24); lean_dec(x_23); @@ -42881,30 +42197,30 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_88 = !lean_is_exclusive(x_39); -if (x_88 == 0) +x_87 = !lean_is_exclusive(x_38); +if (x_87 == 0) { -return x_39; +return x_38; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_39, 0); -x_90 = lean_ctor_get(x_39, 1); -lean_inc(x_90); +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_38, 0); +x_89 = lean_ctor_get(x_38, 1); lean_inc(x_89); -lean_dec(x_39); -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; +lean_inc(x_88); +lean_dec(x_38); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } } else { -uint8_t x_92; -lean_dec(x_30); +uint8_t x_91; +lean_dec(x_29); lean_dec(x_26); lean_dec(x_24); lean_dec(x_23); @@ -42915,29 +42231,29 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_92 = !lean_is_exclusive(x_32); -if (x_92 == 0) +x_91 = !lean_is_exclusive(x_31); +if (x_91 == 0) { -return x_32; +return x_31; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_32, 0); -x_94 = lean_ctor_get(x_32, 1); -lean_inc(x_94); +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_31, 0); +x_93 = lean_ctor_get(x_31, 1); lean_inc(x_93); -lean_dec(x_32); -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; +lean_inc(x_92); +lean_dec(x_31); +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_96; lean_object* x_97; +lean_object* x_95; lean_object* x_96; lean_dec(x_26); lean_dec(x_24); lean_dec(x_23); @@ -42948,47 +42264,46 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_96 = lean_ctor_get(x_28, 0); -lean_inc(x_96); -lean_dec(x_28); +x_95 = lean_ctor_get(x_27, 0); +lean_inc(x_95); +lean_dec(x_27); if (lean_is_scalar(x_21)) { - x_97 = lean_alloc_ctor(0, 2, 0); + x_96 = lean_alloc_ctor(0, 2, 0); } else { - x_97 = x_21; -} -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_29); -return x_97; + x_96 = x_21; } +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_28); +return x_96; } } } else { -uint8_t x_111; +uint8_t x_107; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_111 = !lean_is_exclusive(x_15); -if (x_111 == 0) +x_107 = !lean_is_exclusive(x_15); +if (x_107 == 0) { return x_15; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_112 = lean_ctor_get(x_15, 0); -x_113 = lean_ctor_get(x_15, 1); -lean_inc(x_113); -lean_inc(x_112); +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_15, 0); +x_109 = lean_ctor_get(x_15, 1); +lean_inc(x_109); +lean_inc(x_108); lean_dec(x_15); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -return x_114; +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; } } } @@ -43023,7 +42338,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux(lean_object* x_1, lean_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; uint8_t x_14; +lean_object* x_13; uint8_t x_14; uint8_t x_28; lean_inc(x_5); lean_inc(x_3); lean_inc(x_4); @@ -43033,63 +42348,80 @@ lean_closure_set(x_13, 0, x_2); lean_closure_set(x_13, 1, x_4); lean_closure_set(x_13, 2, x_3); lean_closure_set(x_13, 3, x_5); -x_14 = l_Lean_Syntax_isNone(x_4); +x_28 = l_Lean_Syntax_isNone(x_4); +if (x_28 == 0) +{ +uint8_t x_29; +x_29 = 1; +x_14 = x_29; +goto block_27; +} +else +{ +uint8_t x_30; +x_30 = 0; +x_14 = x_30; +goto block_27; +} +block_27: +{ if (x_14 == 0) { -lean_object* x_15; uint8_t x_16; +lean_object* x_15; lean_object* x_16; +lean_dec(x_13); +x_15 = lean_box(0); +x_16 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5(x_2, x_4, x_3, x_5, x_1, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_16; +} +else +{ +lean_object* x_17; uint8_t x_18; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_15 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__11; -x_16 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__13(x_1, x_15); -if (x_16 == 0) +x_17 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_getMatchGeneralizing_x3f___closed__11; +x_18 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___spec__13(x_1, x_17); +if (x_18 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = lean_box(0); -x_18 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__6(x_13, x_1, x_17, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_object* x_19; lean_object* x_20; +x_19 = lean_box(0); +x_20 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__6(x_13, x_1, x_19, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_1); -return x_18; +return x_20; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_dec(x_13); lean_dec(x_1); -x_19 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___closed__2; -x_20 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_19, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_21 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___closed__2; +x_22 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_21, 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); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -return x_20; +return x_22; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -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; +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_22); +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; } } } -else -{ -lean_object* x_25; lean_object* x_26; -lean_dec(x_13); -x_25 = lean_box(0); -x_26 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAux___lambda__5(x_2, x_4, x_3, x_5, x_1, x_25, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_26; } } } @@ -45583,44 +44915,7 @@ return x_75; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(lean_object* x_1, size_t x_2, size_t x_3) { -_start: -{ -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_5 = lean_array_uget(x_1, x_2); -x_6 = lean_unsigned_to_nat(0u); -x_7 = l_Lean_Syntax_getArg(x_5, x_6); -lean_dec(x_5); -x_8 = l_Lean_Syntax_isNone(x_7); -lean_dec(x_7); -if (x_8 == 0) -{ -uint8_t x_9; -x_9 = 1; -return x_9; -} -else -{ -size_t x_10; size_t x_11; -x_10 = 1; -x_11 = lean_usize_add(x_2, x_10); -x_2 = x_11; -goto _start; -} -} -else -{ -uint8_t x_13; -x_13 = 0; -return x_13; -} -} -} -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__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) { _start: { uint8_t x_10; @@ -45682,6 +44977,43 @@ return x_27; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_array_uget(x_1, x_2); +x_6 = lean_unsigned_to_nat(0u); +x_7 = l_Lean_Syntax_getArg(x_5, x_6); +lean_dec(x_5); +x_8 = l_Lean_Syntax_isNone(x_7); +lean_dec(x_7); +if (x_8 == 0) +{ +uint8_t x_9; +x_9 = 1; +return x_9; +} +else +{ +size_t x_10; size_t x_11; +x_10 = 1; +x_11 = lean_usize_add(x_2, x_10); +x_2 = x_11; +goto _start; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault___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) { _start: { @@ -45747,125 +45079,130 @@ x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); if (lean_obj_tag(x_15) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_29; x_16 = lean_ctor_get(x_14, 1); lean_inc(x_16); lean_dec(x_14); x_17 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_getDiscrs(x_1); x_18 = lean_unsigned_to_nat(2u); x_19 = l_Lean_Syntax_getArg(x_1, x_18); -x_20 = l_Lean_Syntax_isNone(x_19); -if (x_20 == 0) +x_29 = l_Lean_Syntax_isNone(x_19); +if (x_29 == 0) { -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_array_get_size(x_17); -x_22 = lean_unsigned_to_nat(0u); -x_23 = lean_nat_dec_lt(x_22, x_21); -if (x_23 == 0) +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_array_get_size(x_17); +x_31 = lean_unsigned_to_nat(0u); +x_32 = lean_nat_dec_lt(x_31, x_30); +if (x_32 == 0) { -lean_object* x_24; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_33; +lean_dec(x_30); lean_dec(x_17); -x_24 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_16); -return x_24; +x_33 = 0; +x_20 = x_33; +goto block_28; } else { -uint8_t x_25; -x_25 = lean_nat_dec_le(x_21, x_21); -if (x_25 == 0) +uint8_t x_34; +x_34 = lean_nat_dec_le(x_30, x_30); +if (x_34 == 0) { -lean_object* x_26; -lean_dec(x_21); -lean_dec(x_19); +uint8_t x_35; +lean_dec(x_30); lean_dec(x_17); -x_26 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_16); -return x_26; +x_35 = 0; +x_20 = x_35; +goto block_28; } else { -size_t x_27; size_t x_28; uint8_t x_29; -x_27 = 0; -x_28 = lean_usize_of_nat(x_21); -lean_dec(x_21); -x_29 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(x_17, x_27, x_28); +size_t x_36; size_t x_37; uint8_t x_38; +x_36 = 0; +x_37 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_38 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(x_17, x_36, x_37); lean_dec(x_17); -if (x_29 == 0) +x_20 = x_38; +goto block_28; +} +} +} +else { -lean_object* x_30; +uint8_t x_39; +lean_dec(x_17); +x_39 = 0; +x_20 = x_39; +goto block_28; +} +block_28: +{ +if (x_20 == 0) +{ +lean_object* x_21; lean_dec(x_19); -x_30 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_16); -return x_30; +x_21 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_16); +return x_21; } else { -lean_object* x_31; lean_object* x_32; uint8_t x_33; +lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_dec(x_2); lean_dec(x_1); -x_31 = l_Lean_Elab_Term_elabMatch_elabMatchDefault___closed__2; -x_32 = l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(x_19, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_16); +x_22 = l_Lean_Elab_Term_elabMatch_elabMatchDefault___closed__2; +x_23 = l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(x_19, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_16); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_19); -x_33 = !lean_is_exclusive(x_32); -if (x_33 == 0) +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -return x_32; +return x_23; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_32, 0); -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_32); -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_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_ctor_get(x_23, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_23); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; } } -else -{ -lean_object* x_37; -lean_dec(x_19); -lean_dec(x_17); -x_37 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchCore(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_16); -return x_37; } } else { -lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_38 = lean_ctor_get(x_14, 1); -lean_inc(x_38); +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; +x_40 = lean_ctor_get(x_14, 1); +lean_inc(x_40); lean_dec(x_14); -x_39 = lean_ctor_get(x_15, 0); -lean_inc(x_39); +x_41 = lean_ctor_get(x_15, 0); +lean_inc(x_41); lean_dec(x_15); -x_40 = 1; -x_41 = lean_box(x_40); -x_42 = lean_box(x_40); -lean_inc(x_39); -x_43 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_43, 0, x_39); -lean_closure_set(x_43, 1, x_2); -lean_closure_set(x_43, 2, x_41); -lean_closure_set(x_43, 3, x_42); -x_44 = l_Lean_Elab_Term_withMacroExpansion___rarg(x_1, x_39, x_43, x_3, x_4, x_5, x_6, x_7, x_8, x_38); -return x_44; +x_42 = 1; +x_43 = lean_box(x_42); +x_44 = lean_box(x_42); +lean_inc(x_41); +x_45 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_45, 0, x_41); +lean_closure_set(x_45, 1, x_2); +lean_closure_set(x_45, 2, x_43); +lean_closure_set(x_45, 3, x_44); +x_46 = l_Lean_Elab_Term_withMacroExpansion___rarg(x_1, x_41, x_45, x_3, x_4, x_5, x_6, x_7, x_8, x_40); +return x_46; } } else { -uint8_t x_45; +uint8_t x_47; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -45874,51 +45211,51 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_14); -if (x_45 == 0) +x_47 = !lean_is_exclusive(x_14); +if (x_47 == 0) { return x_14; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_14, 0); -x_47 = lean_ctor_get(x_14, 1); -lean_inc(x_47); -lean_inc(x_46); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_14, 0); +x_49 = lean_ctor_get(x_14, 1); +lean_inc(x_49); +lean_inc(x_48); lean_dec(x_14); -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; +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; } } } else { -lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_49 = lean_ctor_get(x_11, 1); -lean_inc(x_49); +lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_51 = lean_ctor_get(x_11, 1); +lean_inc(x_51); lean_dec(x_11); -x_50 = lean_ctor_get(x_12, 0); -lean_inc(x_50); +x_52 = lean_ctor_get(x_12, 0); +lean_inc(x_52); lean_dec(x_12); -x_51 = 1; -x_52 = lean_box(x_51); -x_53 = lean_box(x_51); -lean_inc(x_50); -x_54 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_54, 0, x_50); -lean_closure_set(x_54, 1, x_2); -lean_closure_set(x_54, 2, x_52); -lean_closure_set(x_54, 3, x_53); -x_55 = l_Lean_Elab_Term_withMacroExpansion___rarg(x_1, x_50, x_54, x_3, x_4, x_5, x_6, x_7, x_8, x_49); -return x_55; +x_53 = 1; +x_54 = lean_box(x_53); +x_55 = lean_box(x_53); +lean_inc(x_52); +x_56 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_56, 0, x_52); +lean_closure_set(x_56, 1, x_2); +lean_closure_set(x_56, 2, x_54); +lean_closure_set(x_56, 3, x_55); +x_57 = l_Lean_Elab_Term_withMacroExpansion___rarg(x_1, x_52, x_56, x_3, x_4, x_5, x_6, x_7, x_8, x_51); +return x_57; } } else { -uint8_t x_56; +uint8_t x_58; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -45927,23 +45264,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_56 = !lean_is_exclusive(x_11); -if (x_56 == 0) +x_58 = !lean_is_exclusive(x_11); +if (x_58 == 0) { return x_11; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_11, 0); -x_58 = lean_ctor_get(x_11, 1); -lean_inc(x_58); -lean_inc(x_57); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_11, 0); +x_60 = lean_ctor_get(x_11, 1); +lean_inc(x_60); +lean_inc(x_59); lean_dec(x_11); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +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; } } } @@ -45989,7 +45326,20 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__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) { +_start: +{ +lean_object* x_10; +x_10 = l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -45997,25 +45347,12 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(x_1, x_4, x_5); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(x_1, x_4, x_5); lean_dec(x_1); x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___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: -{ -lean_object* x_10; -x_10 = l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -return x_10; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabMatch_elabMatchDefault___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: { @@ -46432,7 +45769,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_Match___hyg_22719____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -46442,27 +45779,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_Match___hyg_22719____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__1; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__1; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___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_Match___hyg_22719____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__2; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__2; x_2 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___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_Match___hyg_22719____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__4() { _start: { lean_object* x_1; @@ -46470,17 +45807,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__3; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__3; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__6() { _start: { lean_object* x_1; @@ -46488,37 +45825,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__7; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__7; x_2 = l___private_Lean_Elab_Match_0__Lean_Elab_Term_expandSimpleMatch___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_Match___hyg_22719____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__8; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___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_Match___hyg_22719____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__10() { _start: { lean_object* x_1; @@ -46526,17 +45863,17 @@ x_1 = lean_mk_string_from_bytes("Match", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__9; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__10; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__9; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__10; 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_Match___hyg_22719____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__12() { _start: { lean_object* x_1; @@ -46544,33 +45881,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__11; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__12; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__11; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____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_Match___hyg_22719____closed__13; -x_2 = lean_unsigned_to_nat(22719u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__13; +x_2 = lean_unsigned_to_nat(22723u); 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_Match___hyg_22719_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchTypeAndDiscrs_elabDiscrsWitMatchType___spec__1___closed__7; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__14; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -47342,10 +46679,6 @@ l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__1 = _init_l_Lean_Elab_Te lean_mark_persistent(l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__1); l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2 = _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2(); lean_mark_persistent(l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__2); -l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__3 = _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__3); -l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__4 = _init_l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_ToDepElimPattern_main___rarg___closed__4); l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__1 = _init_l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__1); l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__2 = _init_l___private_Lean_Elab_Match_0__Lean_Elab_Term_withElaboratedLHS___rarg___closed__2(); @@ -47397,17 +46730,17 @@ l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___closed__1 lean_mark_persistent(l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___closed__1); l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___closed__2 = _init_l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___closed__2(); lean_mark_persistent(l___private_Lean_Elab_Match_0__Lean_Elab_Term_elabMatchAltViews_loop___closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386____closed__5); -if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18386_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389____closed__5); +if (builtin) {res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_18389_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Term_match_ignoreUnusedAlts = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Term_match_ignoreUnusedAlts); @@ -47520,35 +46853,35 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_elabMatch_declRange___closed_ res = l___regBuiltin_Lean_Elab_Term_elabMatch_declRange(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_Match___hyg_22719____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719____closed__14); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22719_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723____closed__14); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Match___hyg_22723_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Elab_Term_elabNoMatch___closed__1 = _init_l_Lean_Elab_Term_elabNoMatch___closed__1(); diff --git a/stage0/stdlib/Lean/Elab/MutualDef.c b/stage0/stdlib/Lean/Elab/MutualDef.c index af1c5dd46c85..1265127528de 100644 --- a/stage0/stdlib/Lean/Elab/MutualDef.c +++ b/stage0/stdlib/Lean/Elab/MutualDef.c @@ -72,7 +72,6 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__5___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___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_instInhabitedDefViewElabHeader___closed__3; static lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__2___closed__2; -lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___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_Array_erase___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__3___rarg___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -134,6 +133,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Mutua static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabMutualDef_go___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMutualDef_processDeriving___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_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_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__4___rarg___closed__1; lean_object* l_Lean_Elab_logException___at_Lean_Elab_Command_elabCommand___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); @@ -154,7 +154,6 @@ lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__4___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___rarg___lambda__3(lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__5___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__6(lean_object*); -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkLetRecsToLiftTypes___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_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__4___boxed(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(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -183,6 +182,7 @@ static lean_object* l_Lean_Elab_addDeclarationRanges___at___private_Lean_Elab_Mu 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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_typeHasRecFun___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___closed__5; +lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); @@ -353,7 +353,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_Mutua LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Term_elabMutualDef___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_setUserName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef___spec__10(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabMutualDef_go___spec__3___closed__2; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -376,7 +375,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getAl lean_object* l_Array_unzip___rarg(lean_object*); lean_object* l_Array_feraseIdx___rarg(lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); 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*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_Term_elabMutualDef_processDeriving___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*); @@ -422,6 +420,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Elab_MutualDef_0 LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___spec__5___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, 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*); lean_object* l_Lean_Syntax_getKind(lean_object*); +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__4___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_checkForHiddenUnivLevels___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*); @@ -486,7 +485,6 @@ lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___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_MutualClosure_mkLetRecClosureFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_instantiateMVarsAtPreDecls(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___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_MutualDef_0__Lean_Elab_Term_expandWhereStructInst___lambda__2___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_levelMVarToParamHeaders_process___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -608,13 +606,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_Mutua LEAN_EXPORT lean_object* l_Lean_Option_setIfNotSet___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__1(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__7___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__8(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_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_elabMutualDef___spec__9(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_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___rarg(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_Closure_mkLambda(lean_object*, lean_object*); size_t lean_usize_mod(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_pushLetRecs___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_expandWhereStructInst___lambda__2___boxed(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_levelMVarToParamHeaders___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_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*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___boxed(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_MutualClosure_pickMaxFVar_x3f___spec__2___boxed(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__4___closed__6; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_checkForHiddenUnivLevels_visit___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_Elab_Term_MutualClosure_getKindForLetRecs___boxed(lean_object*); @@ -715,6 +714,7 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__1___closed__1; 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabMutualDef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___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_Array_anyMUnsafe_any___at_Lean_Elab_Term_checkForHiddenUnivLevels___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofLevel(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withFunLocalDecls_loop___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*); @@ -731,6 +731,7 @@ static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_MutualD LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_FixPoint_updateUsedVarsOf___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Command_elabMutualDef___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___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*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_getFunName___closed__2; static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___closed__1; @@ -761,7 +762,6 @@ LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_MutualDef_0__Lean_Elab LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_MutualClosure_main___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getDelayedMVarRoot___at_Lean_Elab_Term_isLetRecAuxMVar___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_checkForHiddenUnivLevels___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_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Lean_Elab_elabAttr___at_Lean_Elab_Command_elabMutualDef___spec__4___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_checkForHiddenUnivLevels___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_Array_forInUnsafe_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*); @@ -813,7 +813,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabMut lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -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 lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(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_getKindForLetRecs___spec__1(lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_instInhabitedDefViewElabHeader___closed__4; static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_elabHeaders___spec__5___closed__11; @@ -821,7 +821,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Mutua 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_EXPORT lean_object* l_Array_mapMUnsafe_map___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* lean_erase_macro_scopes(lean_object*); -lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(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_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___spec__15___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_PersistentArray_mapMAux___at_Lean_Elab_Term_elabMutualDef___spec__3___boxed(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_isTheorem(lean_object*); @@ -864,6 +863,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Mutua static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_cleanupOfNat___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkFreeVarMap___spec__5___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_Term_elabMutualDef_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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); 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_Array_forInUnsafe_loop___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*, lean_object*); @@ -880,7 +880,6 @@ uint8_t l_Lean_Elab_Modifiers_isNonrec(lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosures___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___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___closed__6; -static lean_object* l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___closed__1; extern lean_object* l_Lean_instInhabitedSyntax; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_withUsed___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*); @@ -909,6 +908,7 @@ lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Elab_Term_withoutModifyingEl lean_object* lean_string_append(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*); lean_object* l_Lean_getAttributeImpl(lean_object*, lean_object*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__7___closed__1; lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec__1(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_get_size(lean_object*); @@ -932,6 +932,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Mutua uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkInitialUsedFVarsMap___spec__3___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_forInUnsafe_loop___at_Lean_Elab_Term_elabMutualDef_go___spec__3___closed__4; +uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_checkForHiddenUnivLevels___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Elab_Term_MutualClosure_Replacement_apply___spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_elabMutualDef_processDeriving___spec__6___closed__4; @@ -1102,47 +1103,61 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___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) { _start: { -uint8_t x_11; uint8_t x_12; +uint8_t x_11; uint8_t x_12; uint8_t x_13; x_11 = l_Lean_Elab_Modifiers_isPartial(x_1); x_12 = l_Lean_Elab_Modifiers_isPartial(x_2); if (x_11 == 0) { if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_4); -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_10); -return x_14; +uint8_t x_19; +x_19 = 1; +x_13 = x_19; +goto block_18; } else { -lean_object* x_15; lean_object* x_16; -x_15 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1___closed__2; -x_16 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_16; +uint8_t x_20; +x_20 = 0; +x_13 = x_20; +goto block_18; } } else { if (x_12 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1___closed__2; -x_18 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_18; +uint8_t x_21; +x_21 = 0; +x_13 = x_21; +goto block_18; } else { -lean_object* x_19; lean_object* x_20; +uint8_t x_22; +x_22 = 1; +x_13 = x_22; +goto block_18; +} +} +block_18: +{ +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_15; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_dec(x_4); -x_19 = lean_box(0); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_10); -return x_20; +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_10); +return x_17; } } } @@ -1167,70 +1182,76 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___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; uint8_t x_19; +uint8_t x_11; uint8_t x_12; uint8_t x_13; lean_dec(x_3); -x_19 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 1); -if (x_19 == 0) +x_11 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 1); +x_12 = lean_ctor_get_uint8(x_2, sizeof(void*)*2 + 1); +if (x_11 == 0) { -uint8_t x_20; -x_20 = lean_ctor_get_uint8(x_2, sizeof(void*)*2 + 1); -if (x_20 == 0) +if (x_12 == 0) { -lean_object* x_21; lean_object* x_22; -x_21 = lean_box(0); -x_22 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1(x_1, x_2, x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_22; +uint8_t x_23; +x_23 = 1; +x_13 = x_23; +goto block_22; } else { -lean_object* x_23; -x_23 = lean_box(0); -x_11 = x_23; -goto block_18; +uint8_t x_24; +x_24 = 0; +x_13 = x_24; +goto block_22; } } else { -uint8_t x_24; -x_24 = lean_ctor_get_uint8(x_2, sizeof(void*)*2 + 1); -if (x_24 == 0) +if (x_12 == 0) { -lean_object* x_25; -x_25 = lean_box(0); -x_11 = x_25; -goto block_18; +uint8_t x_25; +x_25 = 0; +x_13 = x_25; +goto block_22; } else { -lean_object* x_26; lean_object* x_27; -x_26 = lean_box(0); -x_27 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1(x_1, x_2, x_26, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_27; +uint8_t x_26; +x_26 = 1; +x_13 = x_26; +goto block_22; } } -block_18: +block_22: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -lean_dec(x_11); -x_12 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2___closed__2; -x_13 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) +if (x_13 == 0) { -return x_13; +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +return x_15; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_13, 0); -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -lean_inc(x_15); -lean_dec(x_13); -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_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_15); +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; +x_20 = lean_box(0); +x_21 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__1(x_1, x_2, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_21; } } } @@ -1255,84 +1276,85 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_18; -x_18 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 3); -if (x_18 == 0) +uint8_t x_10; uint8_t x_11; uint8_t x_12; +x_10 = lean_ctor_get_uint8(x_1, sizeof(void*)*2 + 3); +x_11 = lean_ctor_get_uint8(x_2, sizeof(void*)*2 + 3); +if (x_10 == 0) { -uint8_t x_19; -x_19 = lean_ctor_get_uint8(x_2, sizeof(void*)*2 + 3); -if (x_19 == 0) +if (x_11 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_box(0); -x_21 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2(x_1, x_2, x_20, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_21; +uint8_t x_22; +x_22 = 1; +x_12 = x_22; +goto block_21; } else { -lean_object* x_22; -x_22 = lean_box(0); -x_10 = x_22; -goto block_17; +uint8_t x_23; +x_23 = 0; +x_12 = x_23; +goto block_21; } } else { -uint8_t x_23; -x_23 = lean_ctor_get_uint8(x_2, sizeof(void*)*2 + 3); -if (x_23 == 0) +if (x_11 == 0) { -lean_object* x_24; -x_24 = lean_box(0); -x_10 = x_24; -goto block_17; +uint8_t x_24; +x_24 = 0; +x_12 = x_24; +goto block_21; } else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_box(0); -x_26 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2(x_1, x_2, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +uint8_t x_25; +x_25 = 1; +x_12 = x_25; +goto block_21; +} +} +block_21: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___closed__2; +x_14 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_26; +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +return x_14; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_14, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_14); +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; } } -block_17: +else { -lean_object* x_11; lean_object* x_12; uint8_t x_13; -lean_dec(x_10); -x_11 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___closed__2; -x_12 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_19; lean_object* x_20; +x_19 = lean_box(0); +x_20 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkModifiers___lambda__2(x_1, x_2, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -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(1, 2, 0); -lean_ctor_set(x_16, 0, x_14); -lean_ctor_set(x_16, 1, x_15); -return x_16; +return x_20; } } } @@ -1398,47 +1420,61 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1(uint8_t x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { -uint8_t x_11; uint8_t x_12; +uint8_t x_11; uint8_t x_12; uint8_t x_13; x_11 = l_Lean_Elab_DefKind_isTheorem(x_1); x_12 = l_Lean_Elab_DefKind_isTheorem(x_2); if (x_11 == 0) { if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_4); -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_10); -return x_14; +uint8_t x_19; +x_19 = 1; +x_13 = x_19; +goto block_18; } else { -lean_object* x_15; lean_object* x_16; -x_15 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1___closed__2; -x_16 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_16; +uint8_t x_20; +x_20 = 0; +x_13 = x_20; +goto block_18; } } else { if (x_12 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1___closed__2; -x_18 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_18; +uint8_t x_21; +x_21 = 0; +x_13 = x_21; +goto block_18; } else { -lean_object* x_19; lean_object* x_20; +uint8_t x_22; +x_22 = 1; +x_13 = x_22; +goto block_18; +} +} +block_18: +{ +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_15; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_dec(x_4); -x_19 = lean_box(0); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_10); -return x_20; +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_10); +return x_17; } } } @@ -1463,81 +1499,85 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds(uint8_t x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_18; uint8_t x_19; -x_18 = l_Lean_Elab_DefKind_isExample(x_1); -x_19 = l_Lean_Elab_DefKind_isExample(x_2); -if (x_18 == 0) +uint8_t x_10; uint8_t x_11; uint8_t x_12; +x_10 = l_Lean_Elab_DefKind_isExample(x_1); +x_11 = l_Lean_Elab_DefKind_isExample(x_2); +if (x_10 == 0) { -if (x_19 == 0) +if (x_11 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_box(0); -x_21 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1(x_1, x_2, x_20, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_21; +uint8_t x_22; +x_22 = 1; +x_12 = x_22; +goto block_21; } else { -lean_object* x_22; -x_22 = lean_box(0); -x_10 = x_22; -goto block_17; +uint8_t x_23; +x_23 = 0; +x_12 = x_23; +goto block_21; } } else { -if (x_19 == 0) +if (x_11 == 0) { -lean_object* x_23; -x_23 = lean_box(0); -x_10 = x_23; -goto block_17; +uint8_t x_24; +x_24 = 0; +x_12 = x_24; +goto block_21; } else { -lean_object* x_24; lean_object* x_25; -x_24 = lean_box(0); -x_25 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1(x_1, x_2, x_24, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +uint8_t x_25; +x_25 = 1; +x_12 = x_25; +goto block_21; +} +} +block_21: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___closed__2; +x_14 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_25; +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +return x_14; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_14, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_14); +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; } } -block_17: +else { -lean_object* x_11; lean_object* x_12; uint8_t x_13; -lean_dec(x_10); -x_11 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___closed__2; -x_12 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_19; lean_object* x_20; +x_19 = lean_box(0); +x_20 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkKinds___lambda__1(x_1, x_2, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -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(1, 2, 0); -lean_ctor_set(x_16, 0, x_14); -lean_ctor_set(x_16, 1, x_15); -return x_16; +return x_20; } } } @@ -1702,7 +1742,7 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_20; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; x_16 = lean_array_fget(x_1, x_12); x_17 = lean_ctor_get(x_2, 4); x_18 = lean_ctor_get(x_16, 4); @@ -1711,213 +1751,196 @@ x_19 = l_List_beq___at___private_Lean_Data_OpenDecl_0__Lean_beqOpenDecl____x40_L lean_dec(x_18); if (x_19 == 0) { -uint8_t x_78; -x_78 = 0; -x_20 = x_78; -goto block_77; -} -else -{ -uint8_t x_79; -x_79 = 1; -x_20 = x_79; -goto block_77; -} -block_77: -{ -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_dec(x_16); -x_21 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__2; -x_22 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_20 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__2; +x_21 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_20, 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); -x_23 = !lean_is_exclusive(x_22); -if (x_23 == 0) +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_22, 0); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = lean_ctor_get(x_21, 0); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 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_24, 1); -x_27 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_26); -x_29 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_30 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_30, 0, x_28); -lean_ctor_set(x_30, 1, x_29); -lean_ctor_set(x_24, 1, x_30); -return x_22; +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_23, 1); +x_26 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; +x_27 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_25); +x_28 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +x_29 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +lean_ctor_set(x_23, 1, x_29); +return x_21; } 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; lean_object* x_37; -x_31 = lean_ctor_get(x_24, 0); -x_32 = lean_ctor_get(x_24, 1); -lean_inc(x_32); +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_30 = lean_ctor_get(x_23, 0); +x_31 = lean_ctor_get(x_23, 1); lean_inc(x_31); -lean_dec(x_24); -x_33 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_32); -x_35 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_34); +lean_inc(x_30); +lean_dec(x_23); +x_32 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; +x_33 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_31); +x_34 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +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 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_30); lean_ctor_set(x_36, 1, x_35); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_31); -lean_ctor_set(x_37, 1, x_36); -lean_ctor_set(x_22, 0, x_37); -return x_22; +lean_ctor_set(x_21, 0, x_36); +return x_21; } } 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; lean_object* x_47; lean_object* x_48; -x_38 = lean_ctor_get(x_22, 0); -x_39 = lean_ctor_get(x_22, 1); -lean_inc(x_39); +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; +x_37 = lean_ctor_get(x_21, 0); +x_38 = lean_ctor_get(x_21, 1); lean_inc(x_38); -lean_dec(x_22); -x_40 = lean_ctor_get(x_38, 0); +lean_inc(x_37); +lean_dec(x_21); +x_39 = lean_ctor_get(x_37, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_37, 1); 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; +if (lean_is_exclusive(x_37)) { + lean_ctor_release(x_37, 0); + lean_ctor_release(x_37, 1); + x_41 = x_37; } else { - lean_dec_ref(x_38); - x_42 = lean_box(0); -} -x_43 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; -x_44 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_41); -x_45 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_46 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_45); -if (lean_is_scalar(x_42)) { - x_47 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_37); + x_41 = lean_box(0); +} +x_42 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_40); +x_44 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +x_45 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_45, 0, x_43); +lean_ctor_set(x_45, 1, x_44); +if (lean_is_scalar(x_41)) { + x_46 = lean_alloc_ctor(0, 2, 0); } else { - x_47 = x_42; + x_46 = x_41; } -lean_ctor_set(x_47, 0, x_40); -lean_ctor_set(x_47, 1, x_46); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_39); -return x_48; +lean_ctor_set(x_46, 0, x_39); +lean_ctor_set(x_46, 1, x_45); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_38); +return x_47; } } else { -lean_object* x_49; lean_object* x_50; -x_49 = lean_box(0); -x_50 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__1(x_2, x_16, x_49, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_48; lean_object* x_49; +x_48 = lean_box(0); +x_49 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__1(x_2, x_16, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_16); -if (lean_obj_tag(x_50) == 0) +if (lean_obj_tag(x_49) == 0) { -return x_50; +return x_49; } else { -uint8_t x_51; -x_51 = !lean_is_exclusive(x_50); -if (x_51 == 0) +uint8_t x_50; +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) { -lean_object* x_52; uint8_t x_53; -x_52 = lean_ctor_get(x_50, 0); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) +lean_object* x_51; uint8_t x_52; +x_51 = lean_ctor_get(x_49, 0); +x_52 = !lean_is_exclusive(x_51); +if (x_52 == 0) { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_54 = lean_ctor_get(x_52, 1); -x_55 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_54); -x_57 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_58 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); -lean_ctor_set(x_52, 1, x_58); -return x_50; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_53 = lean_ctor_get(x_51, 1); +x_54 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_53); +x_56 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +x_57 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +lean_ctor_set(x_51, 1, x_57); +return x_49; } 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_52, 0); -x_60 = lean_ctor_get(x_52, 1); -lean_inc(x_60); +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; +x_58 = lean_ctor_get(x_51, 0); +x_59 = lean_ctor_get(x_51, 1); lean_inc(x_59); -lean_dec(x_52); -x_61 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -x_63 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_64 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_64, 0, x_62); +lean_inc(x_58); +lean_dec(x_51); +x_60 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_59); +x_62 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +x_63 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_58); lean_ctor_set(x_64, 1, x_63); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_59); -lean_ctor_set(x_65, 1, x_64); -lean_ctor_set(x_50, 0, x_65); -return x_50; +lean_ctor_set(x_49, 0, x_64); +return x_49; } } else { -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_66 = lean_ctor_get(x_50, 0); -x_67 = lean_ctor_get(x_50, 1); -lean_inc(x_67); +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; +x_65 = lean_ctor_get(x_49, 0); +x_66 = lean_ctor_get(x_49, 1); lean_inc(x_66); -lean_dec(x_50); -x_68 = lean_ctor_get(x_66, 0); +lean_inc(x_65); +lean_dec(x_49); +x_67 = lean_ctor_get(x_65, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_65, 1); lean_inc(x_68); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - lean_ctor_release(x_66, 1); - x_70 = x_66; +if (lean_is_exclusive(x_65)) { + lean_ctor_release(x_65, 0); + lean_ctor_release(x_65, 1); + x_69 = x_65; } else { - lean_dec_ref(x_66); - x_70 = lean_box(0); + lean_dec_ref(x_65); + x_69 = lean_box(0); } -x_71 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; -x_72 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -x_73 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_74 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_74, 0, x_72); -lean_ctor_set(x_74, 1, x_73); -if (lean_is_scalar(x_70)) { - x_75 = lean_alloc_ctor(0, 2, 0); +x_70 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__4; +x_71 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_68); +x_72 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +x_73 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_73, 0, x_71); +lean_ctor_set(x_73, 1, x_72); +if (lean_is_scalar(x_69)) { + x_74 = lean_alloc_ctor(0, 2, 0); } else { - x_75 = x_70; -} -lean_ctor_set(x_75, 0, x_68); -lean_ctor_set(x_75, 1, x_74); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_67); -return x_76; + x_74 = x_69; } +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_66); +return x_75; } } } @@ -1944,55 +1967,60 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___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) { _start: { -lean_object* x_11; uint8_t x_12; +uint8_t x_11; lean_object* x_21; uint8_t x_22; lean_dec(x_3); -x_11 = lean_ctor_get(x_2, 1); -x_12 = l_Lean_Elab_Modifiers_isPartial(x_11); -if (x_12 == 0) +x_21 = lean_ctor_get(x_2, 1); +x_22 = l_Lean_Elab_Modifiers_isPartial(x_21); +if (x_22 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_14; +uint8_t x_23; +x_23 = 0; +x_11 = x_23; +goto block_20; } else { -uint8_t x_15; -x_15 = lean_ctor_get_uint8(x_11, sizeof(void*)*2 + 3); -if (x_15 == 0) +uint8_t x_24; +x_24 = lean_ctor_get_uint8(x_21, sizeof(void*)*2 + 3); +x_11 = x_24; +goto block_20; +} +block_20: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2(x_1, x_2, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_17; +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2(x_1, x_2, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3___closed__2; -x_19 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_14, 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); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -return x_19; +return x_15; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_19); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_15); +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; } } } @@ -2018,55 +2046,60 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___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; uint8_t x_12; +uint8_t x_11; lean_object* x_21; uint8_t x_22; lean_dec(x_3); -x_11 = lean_ctor_get(x_2, 1); -x_12 = lean_ctor_get_uint8(x_11, sizeof(void*)*2 + 1); -if (x_12 == 0) +x_21 = lean_ctor_get(x_2, 1); +x_22 = lean_ctor_get_uint8(x_21, sizeof(void*)*2 + 1); +if (x_22 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_14; +uint8_t x_23; +x_23 = 0; +x_11 = x_23; +goto block_20; } else { -uint8_t x_15; -x_15 = l_Lean_Elab_Modifiers_isPartial(x_11); -if (x_15 == 0) +uint8_t x_24; +x_24 = l_Lean_Elab_Modifiers_isPartial(x_21); +x_11 = x_24; +goto block_20; +} +block_20: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3(x_1, x_2, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_17; +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__3(x_1, x_2, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4___closed__2; -x_19 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_14, 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); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -return x_19; +return x_15; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_19); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_15); +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; } } } @@ -2092,55 +2125,60 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___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) { _start: { -lean_object* x_11; uint8_t x_12; +uint8_t x_11; lean_object* x_21; uint8_t x_22; lean_dec(x_3); -x_11 = lean_ctor_get(x_2, 1); -x_12 = lean_ctor_get_uint8(x_11, sizeof(void*)*2 + 1); -if (x_12 == 0) +x_21 = lean_ctor_get(x_2, 1); +x_22 = lean_ctor_get_uint8(x_21, sizeof(void*)*2 + 1); +if (x_22 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_14; +uint8_t x_23; +x_23 = 0; +x_11 = x_23; +goto block_20; } else { -uint8_t x_15; -x_15 = lean_ctor_get_uint8(x_11, sizeof(void*)*2 + 3); -if (x_15 == 0) +uint8_t x_24; +x_24 = lean_ctor_get_uint8(x_21, sizeof(void*)*2 + 3); +x_11 = x_24; +goto block_20; +} +block_20: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4(x_1, x_2, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_17; +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__4(x_1, x_2, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__5___closed__2; -x_19 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__5___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_14, 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); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -return x_19; +return x_15; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_19); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_15); +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; } } } @@ -2166,56 +2204,61 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___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) { _start: { -uint8_t x_11; uint8_t x_12; +uint8_t x_11; uint8_t x_21; uint8_t x_22; lean_dec(x_3); -x_11 = lean_ctor_get_uint8(x_2, sizeof(void*)*9); -x_12 = l_Lean_Elab_DefKind_isTheorem(x_11); -if (x_12 == 0) +x_21 = lean_ctor_get_uint8(x_2, sizeof(void*)*9); +x_22 = l_Lean_Elab_DefKind_isTheorem(x_21); +if (x_22 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__5(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_14; +uint8_t x_23; +x_23 = 0; +x_11 = x_23; +goto block_20; } else { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_2, 1); -x_16 = lean_ctor_get_uint8(x_15, sizeof(void*)*2 + 1); -if (x_16 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_2, 1); +x_25 = lean_ctor_get_uint8(x_24, sizeof(void*)*2 + 1); +x_11 = x_25; +goto block_20; +} +block_20: { -lean_object* x_17; lean_object* x_18; -x_17 = lean_box(0); -x_18 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__5(x_1, x_2, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_18; +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__5(x_1, x_2, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__6___closed__2; -x_20 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__6___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_14, 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); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -return x_20; +return x_15; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -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; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_15); +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; } } } @@ -2241,56 +2284,61 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___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) { _start: { -uint8_t x_11; uint8_t x_12; +uint8_t x_11; uint8_t x_21; uint8_t x_22; lean_dec(x_3); -x_11 = lean_ctor_get_uint8(x_2, sizeof(void*)*9); -x_12 = l_Lean_Elab_DefKind_isTheorem(x_11); -if (x_12 == 0) +x_21 = lean_ctor_get_uint8(x_2, sizeof(void*)*9); +x_22 = l_Lean_Elab_DefKind_isTheorem(x_21); +if (x_22 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__6(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_14; +uint8_t x_23; +x_23 = 0; +x_11 = x_23; +goto block_20; } else { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_2, 1); -x_16 = l_Lean_Elab_Modifiers_isPartial(x_15); -if (x_16 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_2, 1); +x_25 = l_Lean_Elab_Modifiers_isPartial(x_24); +x_11 = x_25; +goto block_20; +} +block_20: { -lean_object* x_17; lean_object* x_18; -x_17 = lean_box(0); -x_18 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__6(x_1, x_2, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_18; +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__6(x_1, x_2, x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__7___closed__2; -x_20 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__7___closed__2; +x_15 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_14, 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); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -return x_20; +return x_15; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -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; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_15); +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; } } } @@ -2316,55 +2364,60 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check(lean_object* x_1, lean_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; uint8_t x_11; -x_10 = lean_ctor_get_uint8(x_2, sizeof(void*)*9); -x_11 = l_Lean_Elab_DefKind_isTheorem(x_10); -if (x_11 == 0) +uint8_t x_10; uint8_t x_20; uint8_t x_21; +x_20 = lean_ctor_get_uint8(x_2, sizeof(void*)*9); +x_21 = l_Lean_Elab_DefKind_isTheorem(x_20); +if (x_21 == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = lean_box(0); -x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__7(x_1, x_2, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_13; +uint8_t x_22; +x_22 = 0; +x_10 = x_22; +goto block_19; } else { -lean_object* x_14; uint8_t x_15; -x_14 = lean_ctor_get(x_2, 1); -x_15 = lean_ctor_get_uint8(x_14, sizeof(void*)*2 + 3); -if (x_15 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = lean_ctor_get(x_2, 1); +x_24 = lean_ctor_get_uint8(x_23, sizeof(void*)*2 + 3); +x_10 = x_24; +goto block_19; +} +block_19: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__7(x_1, x_2, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_17; +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_box(0); +x_12 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__7(x_1, x_2, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_12; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___closed__2; -x_19 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___closed__2; +x_14 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) { -return x_19; +return x_14; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_19); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_14, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_14); +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; } } } @@ -2591,295 +2644,304 @@ return x_11; LEAN_EXPORT lean_object* l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; lean_object* x_21; lean_object* x_52; lean_object* x_71; uint8_t x_72; +lean_object* x_2; uint8_t x_3; lean_object* x_22; lean_object* x_53; lean_object* x_72; uint8_t x_73; x_2 = lean_array_get_size(x_1); -x_71 = lean_unsigned_to_nat(1u); -x_72 = lean_nat_dec_eq(x_2, x_71); -if (x_72 == 0) +x_72 = lean_unsigned_to_nat(1u); +x_73 = lean_nat_dec_eq(x_2, x_72); +if (x_73 == 0) { -lean_object* x_73; -lean_dec(x_2); -x_73 = lean_box(0); -return x_73; +uint8_t x_74; +x_74 = 0; +x_3 = x_74; +goto block_21; } else { -lean_object* x_74; uint8_t x_75; -x_74 = lean_unsigned_to_nat(0u); -x_75 = lean_nat_dec_lt(x_74, x_2); -if (x_75 == 0) +lean_object* x_75; uint8_t x_76; +x_75 = lean_unsigned_to_nat(0u); +x_76 = lean_nat_dec_lt(x_75, x_2); +if (x_76 == 0) { -lean_object* x_76; lean_object* x_77; uint8_t x_78; uint8_t x_79; uint8_t x_80; -x_76 = l_Lean_Elab_instInhabitedDefView; -x_77 = l___private_Init_Util_0__outOfBounds___rarg(x_76); -x_78 = lean_ctor_get_uint8(x_77, sizeof(void*)*7); -lean_dec(x_77); -x_79 = 3; -x_80 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_78, x_79); -if (x_80 == 0) +lean_object* x_77; lean_object* x_78; uint8_t x_79; uint8_t x_80; uint8_t x_81; +x_77 = l_Lean_Elab_instInhabitedDefView; +x_78 = l___private_Init_Util_0__outOfBounds___rarg(x_77); +x_79 = lean_ctor_get_uint8(x_78, sizeof(void*)*7); +lean_dec(x_78); +x_80 = 3; +x_81 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_79, x_80); +if (x_81 == 0) { -lean_object* x_81; -lean_dec(x_2); -x_81 = lean_box(0); -return x_81; +uint8_t x_82; +x_82 = 0; +x_3 = x_82; +goto block_21; } else { -lean_object* x_82; -x_82 = lean_box(0); -x_52 = x_82; -goto block_70; +lean_object* x_83; +x_83 = lean_box(0); +x_53 = x_83; +goto block_71; } } else { -lean_object* x_83; uint8_t x_84; uint8_t x_85; uint8_t x_86; -x_83 = lean_array_fget(x_1, x_74); -x_84 = lean_ctor_get_uint8(x_83, sizeof(void*)*7); -lean_dec(x_83); -x_85 = 3; -x_86 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_84, x_85); -if (x_86 == 0) +lean_object* x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; +x_84 = lean_array_fget(x_1, x_75); +x_85 = lean_ctor_get_uint8(x_84, sizeof(void*)*7); +lean_dec(x_84); +x_86 = 3; +x_87 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_85, x_86); +if (x_87 == 0) { -lean_object* x_87; -lean_dec(x_2); -x_87 = lean_box(0); -return x_87; +uint8_t x_88; +x_88 = 0; +x_3 = x_88; +goto block_21; } else { -lean_object* x_88; -x_88 = lean_box(0); -x_52 = x_88; -goto block_70; +lean_object* x_89; +x_89 = lean_box(0); +x_53 = x_89; +goto block_71; } } } -block_20: +block_21: { -lean_object* x_4; uint8_t x_5; lean_object* x_6; -lean_dec(x_3); -x_4 = lean_unsigned_to_nat(0u); -x_5 = lean_nat_dec_lt(x_4, x_2); +if (x_3 == 0) +{ +lean_object* x_4; lean_dec(x_2); -x_6 = lean_box(0); -if (x_5 == 0) +x_4 = lean_box(0); +return x_4; +} +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; -x_7 = l_Lean_Elab_instInhabitedDefView; -x_8 = l___private_Init_Util_0__outOfBounds___rarg(x_7); -x_9 = lean_ctor_get(x_8, 3); -lean_inc(x_9); -lean_dec(x_8); -x_10 = l_Lean_Syntax_getArgs(x_9); +lean_object* x_5; uint8_t x_6; lean_object* x_7; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_2); +lean_dec(x_2); +x_7 = lean_box(0); +if (x_6 == 0) +{ +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; +x_8 = l_Lean_Elab_instInhabitedDefView; +x_9 = l___private_Init_Util_0__outOfBounds___rarg(x_8); +x_10 = lean_ctor_get(x_9, 3); +lean_inc(x_10); lean_dec(x_9); -x_11 = lean_array_to_list(lean_box(0), x_10); -x_12 = l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__1(x_11, x_6); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -return x_13; +x_11 = l_Lean_Syntax_getArgs(x_10); +lean_dec(x_10); +x_12 = lean_array_to_list(lean_box(0), x_11); +x_13 = l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__1(x_12, x_7); +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_13); +return x_14; } 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; -x_14 = lean_array_fget(x_1, x_4); -x_15 = lean_ctor_get(x_14, 3); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_Syntax_getArgs(x_15); +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_15 = lean_array_fget(x_1, x_5); +x_16 = lean_ctor_get(x_15, 3); +lean_inc(x_16); lean_dec(x_15); -x_17 = lean_array_to_list(lean_box(0), x_16); -x_18 = l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__1(x_17, x_6); -x_19 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_19, 0, x_18); -return x_19; +x_17 = l_Lean_Syntax_getArgs(x_16); +lean_dec(x_16); +x_18 = lean_array_to_list(lean_box(0), x_17); +x_19 = l_List_mapTR_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__1(x_18, x_7); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; } } -block_51: +} +block_52: { -lean_object* x_22; uint8_t x_23; -lean_dec(x_21); -x_22 = lean_unsigned_to_nat(0u); -x_23 = lean_nat_dec_lt(x_22, x_2); -if (x_23 == 0) +lean_object* x_23; uint8_t x_24; +lean_dec(x_22); +x_23 = lean_unsigned_to_nat(0u); +x_24 = lean_nat_dec_lt(x_23, x_2); +if (x_24 == 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 = l_Lean_Elab_instInhabitedDefView; -x_25 = l___private_Init_Util_0__outOfBounds___rarg(x_24); -x_26 = lean_ctor_get(x_25, 3); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_Syntax_getArgs(x_26); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_25 = l_Lean_Elab_instInhabitedDefView; +x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); +x_27 = lean_ctor_get(x_26, 3); +lean_inc(x_27); lean_dec(x_26); -x_28 = lean_array_get_size(x_27); -x_29 = lean_nat_dec_lt(x_22, x_28); -if (x_29 == 0) +x_28 = l_Lean_Syntax_getArgs(x_27); +lean_dec(x_27); +x_29 = lean_array_get_size(x_28); +x_30 = lean_nat_dec_lt(x_23, x_29); +if (x_30 == 0) { -lean_object* x_30; +uint8_t x_31; +lean_dec(x_29); lean_dec(x_28); -lean_dec(x_27); -x_30 = lean_box(0); -x_3 = x_30; -goto block_20; +x_31 = 1; +x_3 = x_31; +goto block_21; } else { -uint8_t x_31; -x_31 = lean_nat_dec_le(x_28, x_28); -if (x_31 == 0) +uint8_t x_32; +x_32 = lean_nat_dec_le(x_29, x_29); +if (x_32 == 0) { -lean_object* x_32; +uint8_t x_33; +lean_dec(x_29); lean_dec(x_28); -lean_dec(x_27); -x_32 = lean_box(0); -x_3 = x_32; -goto block_20; +x_33 = 1; +x_3 = x_33; +goto block_21; } else { -size_t x_33; size_t x_34; uint8_t x_35; -x_33 = 0; -x_34 = lean_usize_of_nat(x_28); +size_t x_34; size_t x_35; uint8_t x_36; +x_34 = 0; +x_35 = lean_usize_of_nat(x_29); +lean_dec(x_29); +x_36 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__2(x_28, x_34, x_35); lean_dec(x_28); -x_35 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__2(x_27, x_33, x_34); -lean_dec(x_27); -if (x_35 == 0) +if (x_36 == 0) { -lean_object* x_36; -x_36 = lean_box(0); -x_3 = x_36; -goto block_20; +uint8_t x_37; +x_37 = 1; +x_3 = x_37; +goto block_21; } else { -lean_object* x_37; -lean_dec(x_2); -x_37 = lean_box(0); -return x_37; +uint8_t x_38; +x_38 = 0; +x_3 = x_38; +goto block_21; } } } } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_38 = lean_array_fget(x_1, x_22); -x_39 = lean_ctor_get(x_38, 3); -lean_inc(x_39); -lean_dec(x_38); -x_40 = l_Lean_Syntax_getArgs(x_39); +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_39 = lean_array_fget(x_1, x_23); +x_40 = lean_ctor_get(x_39, 3); +lean_inc(x_40); lean_dec(x_39); -x_41 = lean_array_get_size(x_40); -x_42 = lean_nat_dec_lt(x_22, x_41); -if (x_42 == 0) +x_41 = l_Lean_Syntax_getArgs(x_40); +lean_dec(x_40); +x_42 = lean_array_get_size(x_41); +x_43 = lean_nat_dec_lt(x_23, x_42); +if (x_43 == 0) { -lean_object* x_43; +uint8_t x_44; +lean_dec(x_42); lean_dec(x_41); -lean_dec(x_40); -x_43 = lean_box(0); -x_3 = x_43; -goto block_20; +x_44 = 1; +x_3 = x_44; +goto block_21; } else { -uint8_t x_44; -x_44 = lean_nat_dec_le(x_41, x_41); -if (x_44 == 0) +uint8_t x_45; +x_45 = lean_nat_dec_le(x_42, x_42); +if (x_45 == 0) { -lean_object* x_45; +uint8_t x_46; +lean_dec(x_42); lean_dec(x_41); -lean_dec(x_40); -x_45 = lean_box(0); -x_3 = x_45; -goto block_20; +x_46 = 1; +x_3 = x_46; +goto block_21; } else { -size_t x_46; size_t x_47; uint8_t x_48; -x_46 = 0; -x_47 = lean_usize_of_nat(x_41); +size_t x_47; size_t x_48; uint8_t x_49; +x_47 = 0; +x_48 = lean_usize_of_nat(x_42); +lean_dec(x_42); +x_49 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__2(x_41, x_47, x_48); lean_dec(x_41); -x_48 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_isMultiConstant_x3f___spec__2(x_40, x_46, x_47); -lean_dec(x_40); -if (x_48 == 0) +if (x_49 == 0) { -lean_object* x_49; -x_49 = lean_box(0); -x_3 = x_49; -goto block_20; +uint8_t x_50; +x_50 = 1; +x_3 = x_50; +goto block_21; } else { -lean_object* x_50; -lean_dec(x_2); -x_50 = lean_box(0); -return x_50; +uint8_t x_51; +x_51 = 0; +x_3 = x_51; +goto block_21; } } } } } -block_70: -{ -lean_object* x_53; uint8_t x_54; -lean_dec(x_52); -x_53 = lean_unsigned_to_nat(0u); -x_54 = lean_nat_dec_lt(x_53, x_2); -if (x_54 == 0) +block_71: { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_55 = l_Lean_Elab_instInhabitedDefView; -x_56 = l___private_Init_Util_0__outOfBounds___rarg(x_55); -x_57 = lean_ctor_get(x_56, 3); -lean_inc(x_57); -lean_dec(x_56); -x_58 = l_Lean_Syntax_getArgs(x_57); +lean_object* x_54; uint8_t x_55; +lean_dec(x_53); +x_54 = lean_unsigned_to_nat(0u); +x_55 = lean_nat_dec_lt(x_54, x_2); +if (x_55 == 0) +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_56 = l_Lean_Elab_instInhabitedDefView; +x_57 = l___private_Init_Util_0__outOfBounds___rarg(x_56); +x_58 = lean_ctor_get(x_57, 3); +lean_inc(x_58); lean_dec(x_57); -x_59 = lean_array_get_size(x_58); +x_59 = l_Lean_Syntax_getArgs(x_58); lean_dec(x_58); -x_60 = lean_nat_dec_lt(x_53, x_59); +x_60 = lean_array_get_size(x_59); lean_dec(x_59); -if (x_60 == 0) +x_61 = lean_nat_dec_lt(x_54, x_60); +lean_dec(x_60); +if (x_61 == 0) { -lean_object* x_61; -lean_dec(x_2); -x_61 = lean_box(0); -return x_61; +uint8_t x_62; +x_62 = 0; +x_3 = x_62; +goto block_21; } else { -lean_object* x_62; -x_62 = lean_box(0); -x_21 = x_62; -goto block_51; +lean_object* x_63; +x_63 = lean_box(0); +x_22 = x_63; +goto block_52; } } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_63 = lean_array_fget(x_1, x_53); -x_64 = lean_ctor_get(x_63, 3); -lean_inc(x_64); -lean_dec(x_63); -x_65 = l_Lean_Syntax_getArgs(x_64); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_array_fget(x_1, x_54); +x_65 = lean_ctor_get(x_64, 3); +lean_inc(x_65); lean_dec(x_64); -x_66 = lean_array_get_size(x_65); +x_66 = l_Lean_Syntax_getArgs(x_65); lean_dec(x_65); -x_67 = lean_nat_dec_lt(x_53, x_66); +x_67 = lean_array_get_size(x_66); lean_dec(x_66); -if (x_67 == 0) +x_68 = lean_nat_dec_lt(x_54, x_67); +lean_dec(x_67); +if (x_68 == 0) { -lean_object* x_68; -lean_dec(x_2); -x_68 = lean_box(0); -return x_68; +uint8_t x_69; +x_69 = 0; +x_3 = x_69; +goto block_21; } else { -lean_object* x_69; -x_69 = lean_box(0); -x_21 = x_69; -goto block_51; +lean_object* x_70; +x_70 = lean_box(0); +x_22 = x_70; +goto block_52; } } } @@ -8615,7 +8677,7 @@ x_16 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Ela lean_closure_set(x_16, 0, x_2); lean_closure_set(x_16, 1, x_14); lean_closure_set(x_16, 2, x_11); -x_17 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_13, x_15, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_12); +x_17 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_13, x_15, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_12); return x_17; } else @@ -9139,7 +9201,7 @@ x_19 = lean_ctor_get(x_15, 1); lean_inc(x_19); lean_dec(x_15); x_20 = lean_apply_1(x_5, x_19); -x_21 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___rarg(x_17, x_18, x_20, x_6, x_7, x_8, x_9, x_10, x_11, x_16); +x_21 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___rarg(x_17, x_18, x_20, x_6, x_7, x_8, x_9, x_10, x_11, x_16); return x_21; } else @@ -9647,7 +9709,7 @@ if (lean_obj_tag(x_3) == 1) lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_1, x_3); +x_5 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_3); lean_dec(x_3); lean_dec(x_1); if (x_5 == 0) @@ -10046,7 +10108,7 @@ x_26 = l_List_forM___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_checkLet 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_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__7(x_22, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_21); +x_28 = l_Lean_throwErrorAt___at_Lean_Elab_Term_elabMatch_elabMatchDefault___spec__6(x_22, x_27, x_4, x_5, x_6, x_7, x_8, x_9, x_21); lean_dec(x_6); lean_dec(x_22); x_29 = !lean_is_exclusive(x_28); @@ -12761,48 +12823,93 @@ x_1 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; size_t x_13; size_t x_14; -x_7 = lean_array_uget(x_2, x_3); -lean_inc(x_5); +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; size_t x_14; size_t x_15; +x_8 = lean_array_uget(x_3, x_4); +lean_inc(x_6); lean_inc(x_1); -x_8 = l_Lean_LocalContext_get_x21(x_1, x_5); -x_9 = l_Lean_LocalDecl_index(x_8); -lean_dec(x_8); -lean_inc(x_7); +x_9 = l_Lean_LocalContext_get_x21(x_1, x_6); +x_10 = l_Lean_LocalDecl_index(x_9); +lean_dec(x_9); +lean_inc(x_8); lean_inc(x_1); -x_10 = l_Lean_LocalContext_get_x21(x_1, x_7); -x_11 = l_Lean_LocalDecl_index(x_10); -lean_dec(x_10); -x_12 = lean_nat_dec_lt(x_9, x_11); +x_11 = l_Lean_LocalContext_get_x21(x_1, x_8); +x_12 = l_Lean_LocalDecl_index(x_11); lean_dec(x_11); -lean_dec(x_9); -x_13 = 1; -x_14 = lean_usize_add(x_3, x_13); -if (x_12 == 0) +x_13 = lean_nat_dec_lt(x_10, x_12); +lean_dec(x_12); +lean_dec(x_10); +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +if (x_13 == 0) { -lean_dec(x_7); -x_3 = x_14; +lean_dec(x_8); +x_4 = x_15; goto _start; } else { -lean_dec(x_5); -x_3 = x_14; -x_5 = x_7; +lean_dec(x_6); +x_4 = x_15; +x_6 = x_8; goto _start; } } else { lean_dec(x_1); -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (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; size_t x_14; size_t x_15; +x_8 = lean_array_uget(x_3, x_4); +lean_inc(x_6); +lean_inc(x_2); +x_9 = l_Lean_LocalContext_get_x21(x_2, x_6); +x_10 = l_Lean_LocalDecl_index(x_9); +lean_dec(x_9); +lean_inc(x_8); +lean_inc(x_2); +x_11 = l_Lean_LocalContext_get_x21(x_2, x_8); +x_12 = l_Lean_LocalDecl_index(x_11); +lean_dec(x_11); +x_13 = lean_nat_dec_lt(x_10, x_12); +lean_dec(x_12); +lean_dec(x_10); +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +if (x_13 == 0) +{ +lean_dec(x_8); +x_4 = x_15; +goto _start; +} +else +{ +lean_dec(x_6); +x_4 = x_15; +x_6 = x_8; +goto _start; +} +} +else +{ +lean_dec(x_2); +return x_6; } } } @@ -12855,7 +12962,9 @@ size_t x_13; size_t x_14; lean_object* x_15; lean_object* x_16; x_13 = 1; x_14 = lean_usize_of_nat(x_3); lean_dec(x_3); -x_15 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(x_1, x_2, x_13, x_14, x_7); +lean_inc(x_1); +x_15 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__3(x_1, x_1, x_2, x_13, x_14, x_7); +lean_dec(x_1); x_16 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_16, 0, x_15); return x_16; @@ -12872,17 +12981,32 @@ x_3 = l_Array_getMax_x3f___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_Mu return x_3; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___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: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); -return x_8; +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__2___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pickMaxFVar_x3f___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); +lean_dec(x_1); +return x_9; } } 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* x_1, lean_object* x_2) { @@ -13502,216 +13626,200 @@ return x_27; } else { -lean_object* x_28; uint8_t x_29; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_110; x_28 = lean_ctor_get(x_13, 1); lean_inc(x_28); lean_dec(x_13); -x_29 = !lean_is_exclusive(x_14); -if (x_29 == 0) -{ -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; lean_object* x_38; lean_object* x_39; -x_30 = lean_ctor_get(x_14, 2); -x_31 = lean_ctor_get(x_14, 3); -x_32 = lean_ctor_get(x_14, 4); -x_33 = lean_ctor_get_uint8(x_14, sizeof(void*)*5 + 1); -x_34 = lean_ctor_get(x_14, 1); +x_29 = lean_ctor_get(x_14, 2); +lean_inc(x_29); +x_30 = lean_ctor_get(x_14, 3); +lean_inc(x_30); +x_31 = lean_ctor_get(x_14, 4); +lean_inc(x_31); +x_32 = lean_ctor_get_uint8(x_14, sizeof(void*)*5 + 1); +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); + lean_ctor_release(x_14, 4); + x_33 = x_14; +} else { + lean_dec_ref(x_14); + x_33 = lean_box(0); +} +x_34 = l_Lean_Meta_getZetaFVarIds___rarg(x_8, x_9, x_10, x_28); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); lean_dec(x_34); -x_35 = lean_ctor_get(x_14, 0); +x_110 = l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12(x_35, x_2); lean_dec(x_35); -x_36 = l_Lean_Meta_getZetaFVarIds___rarg(x_8, x_9, x_10, x_28); -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_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12(x_37, x_2); -lean_dec(x_37); -if (lean_obj_tag(x_39) == 0) -{ -uint8_t x_40; lean_object* x_41; -lean_free_object(x_14); -lean_dec(x_32); -x_40 = 0; -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_41 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushLocalDecl(x_12, x_2, x_30, x_31, x_40, x_33, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_38); -if (lean_obj_tag(x_41) == 0) +if (lean_obj_tag(x_110) == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -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 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_42, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_43); -return x_44; +uint8_t x_111; +x_111 = 1; +x_37 = x_111; +goto block_109; } else { -uint8_t x_45; -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); -x_45 = !lean_is_exclusive(x_41); -if (x_45 == 0) -{ -return x_41; +uint8_t x_112; +lean_dec(x_110); +x_112 = 0; +x_37 = x_112; +goto block_109; } -else +block_109: { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_41, 0); -x_47 = lean_ctor_get(x_41, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_41); -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 +if (x_37 == 0) { -lean_object* x_49; -lean_dec(x_39); +lean_object* x_38; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_49 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_preprocess(x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_38); -if (lean_obj_tag(x_49) == 0) +x_38 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_preprocess(x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_36); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +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); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_52 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_preprocess(x_32, x_5, x_6, x_7, x_8, x_9, x_10, x_51); -if (lean_obj_tag(x_52) == 0) +x_41 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_preprocess(x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_40); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_st_ref_take(x_4, x_54); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = !lean_is_exclusive(x_56); -if (x_58 == 0) +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +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_st_ref_take(x_4, x_43); +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_is_exclusive(x_45); +if (x_47 == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; size_t x_63; size_t x_64; lean_object* x_65; lean_object* x_66; size_t x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_59 = lean_ctor_get(x_56, 0); -x_60 = lean_ctor_get(x_56, 1); -x_61 = lean_ctor_get(x_56, 2); -x_62 = lean_array_get_size(x_59); -x_63 = lean_usize_of_nat(x_62); -lean_dec(x_62); -x_64 = 0; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; size_t x_52; size_t x_53; lean_object* x_54; lean_object* x_55; size_t x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_48 = lean_ctor_get(x_45, 0); +x_49 = lean_ctor_get(x_45, 1); +x_50 = lean_ctor_get(x_45, 2); +x_51 = lean_array_get_size(x_48); +x_52 = lean_usize_of_nat(x_51); +lean_dec(x_51); +x_53 = 0; lean_inc(x_2); -x_65 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__3(x_2, x_53, x_63, x_64, x_59); -x_66 = lean_array_get_size(x_60); -x_67 = lean_usize_of_nat(x_66); -lean_dec(x_66); +x_54 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__3(x_2, x_42, x_52, x_53, x_48); +x_55 = lean_array_get_size(x_49); +x_56 = lean_usize_of_nat(x_55); +lean_dec(x_55); lean_inc(x_2); -x_68 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__4(x_2, x_53, x_67, x_64, x_60); -x_69 = lean_unsigned_to_nat(0u); -x_70 = 0; -lean_inc(x_53); -lean_inc(x_50); -lean_ctor_set(x_14, 4, x_53); -lean_ctor_set(x_14, 3, x_50); -lean_ctor_set(x_14, 1, x_2); -lean_ctor_set(x_14, 0, x_69); -lean_ctor_set_uint8(x_14, sizeof(void*)*5, x_70); -x_71 = lean_array_push(x_61, x_14); -lean_ctor_set(x_56, 2, x_71); -lean_ctor_set(x_56, 1, x_68); -lean_ctor_set(x_56, 0, x_65); -x_72 = lean_st_ref_set(x_4, x_56, x_57); -x_73 = lean_ctor_get(x_72, 1); -lean_inc(x_73); -lean_dec(x_72); -x_74 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_removeUnusedVars___closed__2; -x_75 = l_Lean_CollectFVars_main(x_50, x_74); -x_76 = l_Lean_CollectFVars_main(x_53, x_75); -x_77 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushNewVars(x_12, x_76); -x_78 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_77, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_73); -return x_78; +x_57 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__4(x_2, x_42, x_56, x_53, x_49); +x_58 = lean_unsigned_to_nat(0u); +x_59 = 0; +lean_inc(x_42); +lean_inc(x_39); +if (lean_is_scalar(x_33)) { + x_60 = lean_alloc_ctor(1, 5, 2); +} else { + x_60 = x_33; +} +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_2); +lean_ctor_set(x_60, 2, x_29); +lean_ctor_set(x_60, 3, x_39); +lean_ctor_set(x_60, 4, x_42); +lean_ctor_set_uint8(x_60, sizeof(void*)*5, x_59); +lean_ctor_set_uint8(x_60, sizeof(void*)*5 + 1, x_32); +x_61 = lean_array_push(x_50, x_60); +lean_ctor_set(x_45, 2, x_61); +lean_ctor_set(x_45, 1, x_57); +lean_ctor_set(x_45, 0, x_54); +x_62 = lean_st_ref_set(x_4, x_45, x_46); +x_63 = lean_ctor_get(x_62, 1); +lean_inc(x_63); +lean_dec(x_62); +x_64 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_removeUnusedVars___closed__2; +x_65 = l_Lean_CollectFVars_main(x_39, x_64); +x_66 = l_Lean_CollectFVars_main(x_42, x_65); +x_67 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushNewVars(x_12, x_66); +x_68 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_67, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_63); +return x_68; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; size_t x_84; size_t x_85; lean_object* x_86; lean_object* x_87; size_t 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_79 = lean_ctor_get(x_56, 0); -x_80 = lean_ctor_get(x_56, 1); -x_81 = lean_ctor_get(x_56, 2); -x_82 = lean_ctor_get(x_56, 3); -lean_inc(x_82); -lean_inc(x_81); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_56); -x_83 = lean_array_get_size(x_79); -x_84 = lean_usize_of_nat(x_83); -lean_dec(x_83); -x_85 = 0; +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; size_t x_74; size_t x_75; lean_object* x_76; lean_object* x_77; size_t x_78; lean_object* x_79; lean_object* x_80; uint8_t 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; +x_69 = lean_ctor_get(x_45, 0); +x_70 = lean_ctor_get(x_45, 1); +x_71 = lean_ctor_get(x_45, 2); +x_72 = lean_ctor_get(x_45, 3); +lean_inc(x_72); +lean_inc(x_71); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_45); +x_73 = lean_array_get_size(x_69); +x_74 = lean_usize_of_nat(x_73); +lean_dec(x_73); +x_75 = 0; lean_inc(x_2); -x_86 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__3(x_2, x_53, x_84, x_85, x_79); -x_87 = lean_array_get_size(x_80); -x_88 = lean_usize_of_nat(x_87); -lean_dec(x_87); +x_76 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__3(x_2, x_42, x_74, x_75, x_69); +x_77 = lean_array_get_size(x_70); +x_78 = lean_usize_of_nat(x_77); +lean_dec(x_77); lean_inc(x_2); -x_89 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__4(x_2, x_53, x_88, x_85, x_80); -x_90 = lean_unsigned_to_nat(0u); -x_91 = 0; -lean_inc(x_53); -lean_inc(x_50); -lean_ctor_set(x_14, 4, x_53); -lean_ctor_set(x_14, 3, x_50); -lean_ctor_set(x_14, 1, x_2); -lean_ctor_set(x_14, 0, x_90); -lean_ctor_set_uint8(x_14, sizeof(void*)*5, x_91); -x_92 = lean_array_push(x_81, x_14); -x_93 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_93, 0, x_86); -lean_ctor_set(x_93, 1, x_89); -lean_ctor_set(x_93, 2, x_92); -lean_ctor_set(x_93, 3, x_82); -x_94 = lean_st_ref_set(x_4, x_93, x_57); -x_95 = lean_ctor_get(x_94, 1); -lean_inc(x_95); -lean_dec(x_94); -x_96 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_removeUnusedVars___closed__2; -x_97 = l_Lean_CollectFVars_main(x_50, x_96); -x_98 = l_Lean_CollectFVars_main(x_53, x_97); -x_99 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushNewVars(x_12, x_98); -x_100 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_99, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_95); -return x_100; +x_79 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__4(x_2, x_42, x_78, x_75, x_70); +x_80 = lean_unsigned_to_nat(0u); +x_81 = 0; +lean_inc(x_42); +lean_inc(x_39); +if (lean_is_scalar(x_33)) { + x_82 = lean_alloc_ctor(1, 5, 2); +} else { + x_82 = x_33; +} +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_2); +lean_ctor_set(x_82, 2, x_29); +lean_ctor_set(x_82, 3, x_39); +lean_ctor_set(x_82, 4, x_42); +lean_ctor_set_uint8(x_82, sizeof(void*)*5, x_81); +lean_ctor_set_uint8(x_82, sizeof(void*)*5 + 1, x_32); +x_83 = lean_array_push(x_71, x_82); +x_84 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_84, 0, x_76); +lean_ctor_set(x_84, 1, x_79); +lean_ctor_set(x_84, 2, x_83); +lean_ctor_set(x_84, 3, x_72); +x_85 = lean_st_ref_set(x_4, x_84, x_46); +x_86 = lean_ctor_get(x_85, 1); +lean_inc(x_86); +lean_dec(x_85); +x_87 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_removeUnusedVars___closed__2; +x_88 = l_Lean_CollectFVars_main(x_39, x_87); +x_89 = l_Lean_CollectFVars_main(x_42, x_88); +x_90 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushNewVars(x_12, x_89); +x_91 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_90, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_86); +return x_91; } } else { -uint8_t x_101; -lean_dec(x_50); -lean_free_object(x_14); -lean_dec(x_30); +uint8_t x_92; +lean_dec(x_39); +lean_dec(x_33); +lean_dec(x_29); lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -13721,32 +13829,32 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_101 = !lean_is_exclusive(x_52); -if (x_101 == 0) +x_92 = !lean_is_exclusive(x_41); +if (x_92 == 0) { -return x_52; +return x_41; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_52, 0); -x_103 = lean_ctor_get(x_52, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_52); -x_104 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_104, 0, x_102); -lean_ctor_set(x_104, 1, x_103); -return x_104; +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_41, 0); +x_94 = lean_ctor_get(x_41, 1); +lean_inc(x_94); +lean_inc(x_93); +lean_dec(x_41); +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 { -uint8_t x_105; -lean_free_object(x_14); -lean_dec(x_32); -lean_dec(x_30); +uint8_t x_96; +lean_dec(x_33); +lean_dec(x_31); +lean_dec(x_29); lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -13756,70 +13864,51 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_105 = !lean_is_exclusive(x_49); -if (x_105 == 0) +x_96 = !lean_is_exclusive(x_38); +if (x_96 == 0) { -return x_49; +return x_38; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_49, 0); -x_107 = lean_ctor_get(x_49, 1); -lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_49); -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_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_38, 0); +x_98 = lean_ctor_get(x_38, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_38); +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; } } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_109 = lean_ctor_get(x_14, 2); -x_110 = lean_ctor_get(x_14, 3); -x_111 = lean_ctor_get(x_14, 4); -x_112 = lean_ctor_get_uint8(x_14, sizeof(void*)*5 + 1); -lean_inc(x_111); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_14); -x_113 = l_Lean_Meta_getZetaFVarIds___rarg(x_8, x_9, x_10, x_28); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12(x_114, x_2); -lean_dec(x_114); -if (lean_obj_tag(x_116) == 0) -{ -uint8_t x_117; lean_object* x_118; -lean_dec(x_111); -x_117 = 0; +uint8_t x_100; lean_object* x_101; +lean_dec(x_33); +lean_dec(x_31); +x_100 = 0; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_118 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushLocalDecl(x_12, x_2, x_109, x_110, x_117, x_112, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_115); -if (lean_obj_tag(x_118) == 0) +x_101 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushLocalDecl(x_12, x_2, x_29, x_30, x_100, x_32, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_36); +if (lean_obj_tag(x_101) == 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); -x_121 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_119, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_120); -return x_121; +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); +x_104 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_102, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_103); +return x_104; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; +uint8_t x_105; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -13827,196 +13916,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_122 = lean_ctor_get(x_118, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_118, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - lean_ctor_release(x_118, 1); - x_124 = x_118; -} else { - lean_dec_ref(x_118); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(1, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_122); -lean_ctor_set(x_125, 1, x_123); -return x_125; -} -} -else -{ -lean_object* x_126; -lean_dec(x_116); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_126 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_preprocess(x_110, x_5, x_6, x_7, x_8, x_9, x_10, x_115); -if (lean_obj_tag(x_126) == 0) -{ -lean_object* x_127; lean_object* x_128; lean_object* x_129; -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_129 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_preprocess(x_111, x_5, x_6, x_7, x_8, x_9, x_10, x_128); -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; size_t x_141; size_t x_142; lean_object* x_143; lean_object* x_144; size_t x_145; lean_object* x_146; lean_object* x_147; uint8_t 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; -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -x_132 = lean_st_ref_take(x_4, x_131); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -lean_dec(x_132); -x_135 = lean_ctor_get(x_133, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_133, 1); -lean_inc(x_136); -x_137 = lean_ctor_get(x_133, 2); -lean_inc(x_137); -x_138 = lean_ctor_get(x_133, 3); -lean_inc(x_138); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - lean_ctor_release(x_133, 1); - lean_ctor_release(x_133, 2); - lean_ctor_release(x_133, 3); - x_139 = x_133; -} else { - lean_dec_ref(x_133); - x_139 = lean_box(0); -} -x_140 = lean_array_get_size(x_135); -x_141 = lean_usize_of_nat(x_140); -lean_dec(x_140); -x_142 = 0; -lean_inc(x_2); -x_143 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__3(x_2, x_130, x_141, x_142, x_135); -x_144 = lean_array_get_size(x_136); -x_145 = lean_usize_of_nat(x_144); -lean_dec(x_144); -lean_inc(x_2); -x_146 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___spec__4(x_2, x_130, x_145, x_142, x_136); -x_147 = lean_unsigned_to_nat(0u); -x_148 = 0; -lean_inc(x_130); -lean_inc(x_127); -x_149 = lean_alloc_ctor(1, 5, 2); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_2); -lean_ctor_set(x_149, 2, x_109); -lean_ctor_set(x_149, 3, x_127); -lean_ctor_set(x_149, 4, x_130); -lean_ctor_set_uint8(x_149, sizeof(void*)*5, x_148); -lean_ctor_set_uint8(x_149, sizeof(void*)*5 + 1, x_112); -x_150 = lean_array_push(x_137, x_149); -if (lean_is_scalar(x_139)) { - x_151 = lean_alloc_ctor(0, 4, 0); -} else { - x_151 = x_139; -} -lean_ctor_set(x_151, 0, x_143); -lean_ctor_set(x_151, 1, x_146); -lean_ctor_set(x_151, 2, x_150); -lean_ctor_set(x_151, 3, x_138); -x_152 = lean_st_ref_set(x_4, x_151, x_134); -x_153 = lean_ctor_get(x_152, 1); -lean_inc(x_153); -lean_dec(x_152); -x_154 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_removeUnusedVars___closed__2; -x_155 = l_Lean_CollectFVars_main(x_127, x_154); -x_156 = l_Lean_CollectFVars_main(x_130, x_155); -x_157 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_pushNewVars(x_12, x_156); -x_158 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux(x_157, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_153); -return x_158; -} -else +x_105 = !lean_is_exclusive(x_101); +if (x_105 == 0) { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_127); -lean_dec(x_109); -lean_dec(x_12); -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_159 = lean_ctor_get(x_129, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_129, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_161 = x_129; -} else { - lean_dec_ref(x_129); - x_161 = lean_box(0); -} -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(1, 2, 0); -} else { - x_162 = x_161; -} -lean_ctor_set(x_162, 0, x_159); -lean_ctor_set(x_162, 1, x_160); -return x_162; -} +return x_101; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -lean_dec(x_111); -lean_dec(x_109); -lean_dec(x_12); -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_163 = lean_ctor_get(x_126, 0); -lean_inc(x_163); -x_164 = lean_ctor_get(x_126, 1); -lean_inc(x_164); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_165 = x_126; -} else { - lean_dec_ref(x_126); - x_165 = lean_box(0); -} -if (lean_is_scalar(x_165)) { - x_166 = lean_alloc_ctor(1, 2, 0); -} else { - x_166 = x_165; +lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_106 = lean_ctor_get(x_101, 0); +x_107 = lean_ctor_get(x_101, 1); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_101); +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_ctor_set(x_166, 0, x_163); -lean_ctor_set(x_166, 1, x_164); -return x_166; } } } @@ -14024,7 +13941,7 @@ return x_166; } else { -uint8_t x_167; +uint8_t x_113; lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -14034,23 +13951,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_167 = !lean_is_exclusive(x_13); -if (x_167 == 0) +x_113 = !lean_is_exclusive(x_13); +if (x_113 == 0) { return x_13; } else { -lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_168 = lean_ctor_get(x_13, 0); -x_169 = lean_ctor_get(x_13, 1); -lean_inc(x_169); -lean_inc(x_168); +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_13, 0); +x_115 = lean_ctor_get(x_13, 1); +lean_inc(x_115); +lean_inc(x_114); lean_dec(x_13); -x_170 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_170, 0, x_168); -lean_ctor_set(x_170, 1, x_169); -return x_170; +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } @@ -14914,7 +14831,7 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_14); -x_18 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_14, x_16, x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_18 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_14, x_16, x_17, 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; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; @@ -15215,7 +15132,7 @@ lean_closure_set(x_13, 3, x_11); x_14 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg), 9, 2); lean_closure_set(x_14, 0, x_12); lean_closure_set(x_14, 1, x_13); -x_15 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___rarg(x_10, x_11, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_15 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___rarg(x_10, x_11, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_15; } } @@ -17669,7 +17586,7 @@ return x_55; else { uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; @@ -17749,7 +17666,7 @@ return x_92; else { uint8_t x_93; -x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_93 == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; @@ -17847,7 +17764,7 @@ return x_106; else { uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_123 == 0) { lean_object* x_124; lean_object* x_125; @@ -17927,7 +17844,7 @@ return x_143; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_144 == 0) { lean_object* x_145; lean_object* x_146; lean_object* x_147; @@ -19365,7 +19282,7 @@ x_5 = lean_array_uget(x_1, x_2); x_6 = lean_ctor_get(x_5, 1); lean_inc(x_6); lean_dec(x_5); -x_7 = l_Lean_Elab_Modifiers_isPartial(x_6); +x_7 = lean_ctor_get_uint8(x_6, sizeof(void*)*2 + 3); lean_dec(x_6); if (x_7 == 0) { @@ -19402,7 +19319,7 @@ x_5 = lean_array_uget(x_1, x_2); x_6 = lean_ctor_get(x_5, 1); lean_inc(x_6); lean_dec(x_5); -x_7 = lean_ctor_get_uint8(x_6, sizeof(void*)*2 + 3); +x_7 = l_Lean_Elab_Modifiers_isPartial(x_6); lean_dec(x_6); if (x_7 == 0) { @@ -19464,25 +19381,6 @@ return x_12; } } } -static lean_object* _init_l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___closed__1() { -_start: -{ -lean_object* x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; lean_object* x_6; -x_1 = lean_box(0); -x_2 = 0; -x_3 = 0; -x_4 = 2; -x_5 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; -x_6 = lean_alloc_ctor(0, 2, 4); -lean_ctor_set(x_6, 0, x_1); -lean_ctor_set(x_6, 1, x_5); -lean_ctor_set_uint8(x_6, sizeof(void*)*2, x_2); -lean_ctor_set_uint8(x_6, sizeof(void*)*2 + 1, x_3); -lean_ctor_set_uint8(x_6, sizeof(void*)*2 + 2, x_4); -lean_ctor_set_uint8(x_6, sizeof(void*)*2 + 3, x_3); -return x_6; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs(lean_object* x_1) { _start: { @@ -19493,38 +19391,69 @@ x_4 = lean_unsigned_to_nat(0u); x_5 = lean_nat_dec_lt(x_4, x_3); if (x_5 == 0) { -lean_object* x_37; -lean_dec(x_3); -x_37 = l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___closed__1; -return x_37; +uint8_t x_52; +x_52 = 0; +x_6 = x_52; +goto block_51; } else { -uint8_t x_38; -x_38 = lean_nat_dec_le(x_3, x_3); -if (x_38 == 0) +uint8_t x_53; +x_53 = lean_nat_dec_le(x_3, x_3); +if (x_53 == 0) { -uint8_t x_39; -x_39 = 0; -x_6 = x_39; -goto block_36; +uint8_t x_54; +x_54 = 0; +x_6 = x_54; +goto block_51; } else { -size_t x_40; size_t x_41; uint8_t x_42; -x_40 = 0; -x_41 = lean_usize_of_nat(x_3); -x_42 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__3(x_1, x_40, x_41); -x_6 = x_42; -goto block_36; +size_t x_55; size_t x_56; uint8_t x_57; +x_55 = 0; +x_56 = lean_usize_of_nat(x_3); +x_57 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__3(x_1, x_55, x_56); +x_6 = x_57; +goto block_51; } } -block_36: +block_51: { uint8_t x_7; -x_7 = lean_nat_dec_le(x_3, x_3); +if (x_5 == 0) +{ +uint8_t x_45; +x_45 = 0; +x_7 = x_45; +goto block_44; +} +else +{ +uint8_t x_46; +x_46 = lean_nat_dec_le(x_3, x_3); +if (x_46 == 0) +{ +uint8_t x_47; +x_47 = 0; +x_7 = x_47; +goto block_44; +} +else +{ +size_t x_48; size_t x_49; uint8_t x_50; +x_48 = 0; +x_49 = lean_usize_of_nat(x_3); +x_50 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__2(x_1, x_48, x_49); +x_7 = x_50; +goto block_44; +} +} +block_44: +{ if (x_7 == 0) { +if (x_5 == 0) +{ uint8_t x_8; uint8_t x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_dec(x_3); x_8 = 0; @@ -19542,33 +19471,32 @@ return x_12; } else { -size_t x_13; size_t x_14; uint8_t x_15; -x_13 = 0; -x_14 = lean_usize_of_nat(x_3); -lean_dec(x_3); -x_15 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__1(x_1, x_13, x_14); -if (x_15 == 0) -{ -if (x_5 == 0) +uint8_t x_13; +x_13 = lean_nat_dec_le(x_3, x_3); +if (x_13 == 0) { -uint8_t x_16; uint8_t x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; +uint8_t x_14; uint8_t x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; +lean_dec(x_3); +x_14 = 0; +x_15 = 2; x_16 = 0; -x_17 = 2; -x_18 = 0; -x_19 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; -x_20 = lean_alloc_ctor(0, 2, 4); -lean_ctor_set(x_20, 0, x_2); -lean_ctor_set(x_20, 1, x_19); -lean_ctor_set_uint8(x_20, sizeof(void*)*2, x_16); -lean_ctor_set_uint8(x_20, sizeof(void*)*2 + 1, x_6); -lean_ctor_set_uint8(x_20, sizeof(void*)*2 + 2, x_17); -lean_ctor_set_uint8(x_20, sizeof(void*)*2 + 3, x_18); -return x_20; +x_17 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; +x_18 = lean_alloc_ctor(0, 2, 4); +lean_ctor_set(x_18, 0, x_2); +lean_ctor_set(x_18, 1, x_17); +lean_ctor_set_uint8(x_18, sizeof(void*)*2, x_14); +lean_ctor_set_uint8(x_18, sizeof(void*)*2 + 1, x_6); +lean_ctor_set_uint8(x_18, sizeof(void*)*2 + 2, x_15); +lean_ctor_set_uint8(x_18, sizeof(void*)*2 + 3, x_16); +return x_18; } else { -uint8_t x_21; uint8_t x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; -x_21 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__2(x_1, x_13, x_14); +size_t x_19; size_t x_20; uint8_t x_21; uint8_t x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; +x_19 = 0; +x_20 = lean_usize_of_nat(x_3); +lean_dec(x_3); +x_21 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__1(x_1, x_19, x_20); x_22 = 0; x_23 = 2; x_24 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; @@ -19582,11 +19510,13 @@ lean_ctor_set_uint8(x_25, sizeof(void*)*2 + 3, x_21); return x_25; } } +} else { if (x_5 == 0) { uint8_t x_26; uint8_t x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_3); x_26 = 0; x_27 = 0; x_28 = 0; @@ -19602,19 +19532,44 @@ return x_30; } else { -uint8_t x_31; uint8_t x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; -x_31 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__2(x_1, x_13, x_14); +uint8_t x_31; +x_31 = lean_nat_dec_le(x_3, x_3); +if (x_31 == 0) +{ +uint8_t x_32; uint8_t x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; +lean_dec(x_3); x_32 = 0; x_33 = 0; -x_34 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; -x_35 = lean_alloc_ctor(0, 2, 4); -lean_ctor_set(x_35, 0, x_2); -lean_ctor_set(x_35, 1, x_34); -lean_ctor_set_uint8(x_35, sizeof(void*)*2, x_32); -lean_ctor_set_uint8(x_35, sizeof(void*)*2 + 1, x_6); -lean_ctor_set_uint8(x_35, sizeof(void*)*2 + 2, x_33); -lean_ctor_set_uint8(x_35, sizeof(void*)*2 + 3, x_31); -return x_35; +x_34 = 0; +x_35 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; +x_36 = lean_alloc_ctor(0, 2, 4); +lean_ctor_set(x_36, 0, x_2); +lean_ctor_set(x_36, 1, x_35); +lean_ctor_set_uint8(x_36, sizeof(void*)*2, x_32); +lean_ctor_set_uint8(x_36, sizeof(void*)*2 + 1, x_6); +lean_ctor_set_uint8(x_36, sizeof(void*)*2 + 2, x_33); +lean_ctor_set_uint8(x_36, sizeof(void*)*2 + 3, x_34); +return x_36; +} +else +{ +size_t x_37; size_t x_38; uint8_t x_39; uint8_t x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; +x_37 = 0; +x_38 = lean_usize_of_nat(x_3); +lean_dec(x_3); +x_39 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___spec__1(x_1, x_37, x_38); +x_40 = 0; +x_41 = 0; +x_42 = l_Lean_Elab_instInhabitedDefViewElabHeader___closed__1; +x_43 = lean_alloc_ctor(0, 2, 4); +lean_ctor_set(x_43, 0, x_2); +lean_ctor_set(x_43, 1, x_42); +lean_ctor_set_uint8(x_43, sizeof(void*)*2, x_40); +lean_ctor_set_uint8(x_43, sizeof(void*)*2 + 1, x_6); +lean_ctor_set_uint8(x_43, sizeof(void*)*2 + 2, x_41); +lean_ctor_set_uint8(x_43, sizeof(void*)*2 + 3, x_39); +return x_43; +} } } } @@ -19891,7 +19846,7 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_20 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__25___rarg(x_16, x_17, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_20 = l_Lean_Meta_withLCtx___at___private_Lean_Elab_Match_0__Lean_Elab_Term_withToClear___spec__34___rarg(x_16, x_17, x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_10); if (lean_obj_tag(x_20) == 0) { lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; lean_object* x_25; @@ -22618,163 +22573,177 @@ return x_32; } case 4: { -lean_object* x_33; lean_object* x_34; uint8_t x_35; +lean_object* x_33; uint8_t x_34; lean_object* x_88; uint8_t x_89; x_33 = lean_ctor_get(x_4, 0); lean_inc(x_33); -x_34 = lean_ctor_get(x_2, 0); -lean_inc(x_34); +x_88 = lean_ctor_get(x_2, 0); +lean_inc(x_88); lean_dec(x_2); lean_inc(x_4); -x_35 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(x_34, x_4); -if (x_35 == 0) +x_89 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(x_88, x_4); +if (x_89 == 0) { -uint8_t x_36; -x_36 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_33, x_1); +uint8_t x_90; +x_90 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_33, x_1); lean_dec(x_1); lean_dec(x_33); -if (x_36 == 0) +x_34 = x_90; +goto block_87; +} +else +{ +uint8_t x_91; +lean_dec(x_33); +lean_dec(x_1); +x_91 = 1; +x_34 = x_91; +goto block_87; +} +block_87: +{ +if (x_34 == 0) { -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; 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; 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_37 = lean_ctor_get(x_10, 0); +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; 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; 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_35 = lean_ctor_get(x_10, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_10, 1); +lean_inc(x_36); +x_37 = lean_ctor_get(x_10, 2); lean_inc(x_37); -x_38 = lean_ctor_get(x_10, 1); -lean_inc(x_38); -x_39 = lean_ctor_get(x_10, 2); -lean_inc(x_39); -x_40 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__1; -x_41 = 1; -lean_inc(x_39); -x_42 = l_Lean_Option_set___at_Lean_Elab_Eqns_tryURefl___spec__1(x_39, x_40, x_41); -x_43 = lean_ctor_get(x_10, 3); +x_38 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__1; +x_39 = 1; +lean_inc(x_37); +x_40 = l_Lean_Option_set___at_Lean_Elab_Eqns_tryURefl___spec__1(x_37, x_38, x_39); +x_41 = lean_ctor_get(x_10, 3); +lean_inc(x_41); +x_42 = lean_ctor_get(x_10, 4); +lean_inc(x_42); +x_43 = lean_ctor_get(x_10, 5); lean_inc(x_43); -x_44 = lean_ctor_get(x_10, 4); +x_44 = lean_ctor_get(x_10, 6); lean_inc(x_44); -x_45 = lean_ctor_get(x_10, 5); +x_45 = lean_ctor_get(x_10, 7); lean_inc(x_45); -x_46 = lean_ctor_get(x_10, 6); +x_46 = lean_ctor_get(x_10, 8); lean_inc(x_46); -x_47 = lean_ctor_get(x_10, 7); +x_47 = lean_ctor_get(x_10, 9); lean_inc(x_47); -x_48 = lean_ctor_get(x_10, 8); +x_48 = lean_ctor_get(x_10, 10); lean_inc(x_48); -x_49 = lean_ctor_get(x_10, 9); -lean_inc(x_49); -x_50 = lean_ctor_get(x_10, 10); -lean_inc(x_50); -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_38); -lean_inc(x_37); -x_51 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_51, 0, x_37); -lean_ctor_set(x_51, 1, x_38); -lean_ctor_set(x_51, 2, x_42); -lean_ctor_set(x_51, 3, x_43); -lean_ctor_set(x_51, 4, x_44); -lean_ctor_set(x_51, 5, x_45); -lean_ctor_set(x_51, 6, x_46); -lean_ctor_set(x_51, 7, x_47); -lean_ctor_set(x_51, 8, x_48); -lean_ctor_set(x_51, 9, x_49); -lean_ctor_set(x_51, 10, x_50); +lean_inc(x_42); +lean_inc(x_41); +lean_inc(x_36); +lean_inc(x_35); +x_49 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_49, 0, x_35); +lean_ctor_set(x_49, 1, x_36); +lean_ctor_set(x_49, 2, x_40); +lean_ctor_set(x_49, 3, x_41); +lean_ctor_set(x_49, 4, x_42); +lean_ctor_set(x_49, 5, x_43); +lean_ctor_set(x_49, 6, x_44); +lean_ctor_set(x_49, 7, x_45); +lean_ctor_set(x_49, 8, x_46); +lean_ctor_set(x_49, 9, x_47); +lean_ctor_set(x_49, 10, x_48); lean_inc(x_5); -x_52 = l_Lean_indentExpr(x_5); -x_53 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; -x_54 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_55, x_8, x_9, x_51, x_11, x_12); -lean_dec(x_51); -x_57 = lean_ctor_get(x_56, 0); +x_50 = l_Lean_indentExpr(x_5); +x_51 = l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_check___lambda__2___closed__6; +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_51); +x_54 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_53, x_8, x_9, x_49, x_11, x_12); +lean_dec(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 = lean_ctor_get(x_3, 5); lean_inc(x_57); -x_58 = lean_ctor_get(x_56, 1); -lean_inc(x_58); -lean_dec(x_56); -x_59 = lean_ctor_get(x_3, 5); -lean_inc(x_59); -x_60 = l_Lean_indentExpr(x_59); -x_61 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_61, 0, x_53); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_53); -x_63 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__2; -x_64 = l_Lean_Option_setIfNotSet___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__1(x_39, x_63, x_41); -x_65 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__3; -x_66 = l_Lean_Option_setIfNotSet___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__1(x_64, x_65, x_41); -x_67 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_67, 0, x_37); -lean_ctor_set(x_67, 1, x_38); -lean_ctor_set(x_67, 2, x_66); -lean_ctor_set(x_67, 3, x_43); -lean_ctor_set(x_67, 4, x_44); -lean_ctor_set(x_67, 5, x_45); -lean_ctor_set(x_67, 6, x_46); -lean_ctor_set(x_67, 7, x_47); -lean_ctor_set(x_67, 8, x_48); -lean_ctor_set(x_67, 9, x_49); -lean_ctor_set(x_67, 10, x_50); -x_68 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_62, x_8, x_9, x_67, x_11, x_58); -lean_dec(x_67); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = l_Lean_MessageData_ofLevel(x_4); -x_72 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__5; +x_58 = l_Lean_indentExpr(x_57); +x_59 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_59, 0, x_51); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_51); +x_61 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__2; +x_62 = l_Lean_Option_setIfNotSet___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__1(x_37, x_61, x_39); +x_63 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__3; +x_64 = l_Lean_Option_setIfNotSet___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__1(x_62, x_63, x_39); +x_65 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_65, 0, x_35); +lean_ctor_set(x_65, 1, x_36); +lean_ctor_set(x_65, 2, x_64); +lean_ctor_set(x_65, 3, x_41); +lean_ctor_set(x_65, 4, x_42); +lean_ctor_set(x_65, 5, x_43); +lean_ctor_set(x_65, 6, x_44); +lean_ctor_set(x_65, 7, x_45); +lean_ctor_set(x_65, 8, x_46); +lean_ctor_set(x_65, 9, x_47); +lean_ctor_set(x_65, 10, x_48); +x_66 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_60, x_8, x_9, x_65, x_11, x_56); +lean_dec(x_65); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_Lean_MessageData_ofLevel(x_4); +x_70 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__5; +x_71 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_69); +x_72 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__7; x_73 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_71); -x_74 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__7; -x_75 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -x_76 = lean_ctor_get(x_3, 3); -lean_inc(x_76); +lean_ctor_set(x_73, 0, x_71); +lean_ctor_set(x_73, 1, x_72); +x_74 = lean_ctor_get(x_3, 3); +lean_inc(x_74); lean_dec(x_3); -x_77 = l_Lean_MessageData_ofName(x_76); +x_75 = l_Lean_MessageData_ofName(x_74); +x_76 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_76, 0, x_73); +lean_ctor_set(x_76, 1, x_75); +x_77 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__9; x_78 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_78, 0, x_75); +lean_ctor_set(x_78, 0, x_76); lean_ctor_set(x_78, 1, x_77); -x_79 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__9; -x_80 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_80, 0, x_78); -lean_ctor_set(x_80, 1, x_79); +x_79 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_55); +x_80 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__11; x_81 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_57); -x_82 = l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__11; +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_67); x_83 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_83, 0, x_81); -lean_ctor_set(x_83, 1, x_82); -x_84 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_69); -x_85 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_53); -x_86 = l_Lean_throwError___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__2(x_85, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_70); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_51); +x_84 = l_Lean_throwError___at_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___spec__2(x_83, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_68); lean_dec(x_10); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_86; +return x_84; } else { -lean_object* x_87; lean_object* x_88; +lean_object* x_85; lean_object* x_86; lean_dec(x_10); lean_dec(x_9); lean_dec(x_7); @@ -22782,35 +22751,17 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_87 = lean_box(0); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_12); -return x_88; -} +x_85 = lean_box(0); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_12); +return x_86; } -else -{ -lean_object* x_89; lean_object* x_90; -lean_dec(x_33); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_89 = lean_box(0); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_12); -return x_90; } } default: { -lean_object* x_91; lean_object* x_92; +lean_object* x_92; lean_object* x_93; lean_dec(x_10); lean_dec(x_9); lean_dec(x_7); @@ -22820,11 +22771,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_12); -return x_92; +x_92 = lean_box(0); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_12); +return x_93; } } } @@ -26809,7 +26760,7 @@ x_44 = l_Lean_throwUnknownConstant___at_Lean_Elab_Term_elabMutualDef_processDeri x_45 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_45, 0, x_43); lean_ctor_set(x_45, 1, x_44); -x_46 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_45, x_6, x_7, x_8, x_9, x_32, x_11, x_36); +x_46 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_45, x_6, x_7, x_8, x_9, x_32, x_11, x_36); lean_dec(x_11); lean_dec(x_32); lean_dec(x_9); @@ -31558,185 +31509,188 @@ return x_9; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_20; lean_object* x_21; x_10 = lean_array_uget(x_4, x_3); x_11 = lean_unsigned_to_nat(0u); x_12 = lean_array_uset(x_4, x_3, x_11); -x_13 = l_Lean_Syntax_getArg(x_10, x_11); -lean_inc(x_6); -lean_inc(x_5); -x_14 = l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__1(x_13, x_5, x_6, x_7); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -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_array_get_size(x_1); -x_18 = lean_unsigned_to_nat(1u); -x_19 = lean_nat_dec_lt(x_18, x_17); -lean_dec(x_17); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; -x_20 = lean_box(0); +x_20 = l_Lean_Syntax_getArg(x_10, x_11); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutualDef___spec__13___lambda__1(x_10, x_15, x_20, x_5, x_6, x_16); -lean_dec(x_10); +x_21 = l_Lean_Elab_elabModifiers___at_Lean_Elab_Command_elabMutualDef___spec__1(x_20, x_5, x_6, x_7); if (lean_obj_tag(x_21) == 0) { -lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; 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 = 1; -x_25 = lean_usize_add(x_3, x_24); -x_26 = lean_array_uset(x_12, x_3, x_22); -x_3 = x_25; -x_4 = x_26; -x_7 = x_23; -goto _start; +x_24 = lean_array_get_size(x_1); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_dec_lt(x_25, x_24); +lean_dec(x_24); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_box(0); +lean_inc(x_6); +lean_inc(x_5); +x_28 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutualDef___spec__13___lambda__1(x_10, x_22, x_27, x_5, x_6, x_23); +lean_dec(x_10); +if (lean_obj_tag(x_28) == 0) +{ +lean_object* x_29; lean_object* x_30; +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_13 = x_29; +x_14 = x_30; +goto block_19; } else { -uint8_t x_28; +uint8_t x_31; lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -x_28 = !lean_is_exclusive(x_21); -if (x_28 == 0) +x_31 = !lean_is_exclusive(x_28); +if (x_31 == 0) { -return x_21; +return x_28; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_21, 0); -x_30 = lean_ctor_get(x_21, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_21); -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; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_28, 0); +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_28); +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 { -uint8_t x_32; -x_32 = l_Lean_Elab_Modifiers_isNonrec(x_15); -if (x_32 == 0) +uint8_t x_35; +x_35 = l_Lean_Elab_Modifiers_isNonrec(x_22); +if (x_35 == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = lean_box(0); +lean_object* x_36; lean_object* x_37; +x_36 = lean_box(0); lean_inc(x_6); lean_inc(x_5); -x_34 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutualDef___spec__13___lambda__1(x_10, x_15, x_33, x_5, x_6, x_16); +x_37 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutualDef___spec__13___lambda__1(x_10, x_22, x_36, x_5, x_6, x_23); lean_dec(x_10); -if (lean_obj_tag(x_34) == 0) +if (lean_obj_tag(x_37) == 0) { -lean_object* x_35; lean_object* x_36; size_t x_37; size_t x_38; lean_object* x_39; -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = 1; -x_38 = lean_usize_add(x_3, x_37); -x_39 = lean_array_uset(x_12, x_3, x_35); -x_3 = x_38; -x_4 = x_39; -x_7 = x_36; -goto _start; +lean_object* x_38; lean_object* x_39; +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_13 = x_38; +x_14 = x_39; +goto block_19; } else { -uint8_t x_41; +uint8_t x_40; lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -x_41 = !lean_is_exclusive(x_34); -if (x_41 == 0) +x_40 = !lean_is_exclusive(x_37); +if (x_40 == 0) { -return x_34; +return x_37; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_34, 0); -x_43 = lean_ctor_get(x_34, 1); -lean_inc(x_43); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_37, 0); +x_42 = lean_ctor_get(x_37, 1); lean_inc(x_42); -lean_dec(x_34); -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; +lean_inc(x_41); +lean_dec(x_37); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } else { -lean_object* x_45; lean_object* x_46; uint8_t x_47; -lean_dec(x_15); +lean_object* x_44; lean_object* x_45; uint8_t x_46; +lean_dec(x_22); lean_dec(x_12); -x_45 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutualDef___spec__13___closed__2; -x_46 = l_Lean_throwErrorAt___at_Lean_Elab_Command_elabMutualDef___spec__12(x_10, x_45, x_5, x_6, x_16); +x_44 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_elabMutualDef___spec__13___closed__2; +x_45 = l_Lean_throwErrorAt___at_Lean_Elab_Command_elabMutualDef___spec__12(x_10, x_44, x_5, x_6, x_23); lean_dec(x_6); lean_dec(x_10); -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) +x_46 = !lean_is_exclusive(x_45); +if (x_46 == 0) { -return x_46; +return x_45; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_46, 0); -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_45, 0); +x_48 = lean_ctor_get(x_45, 1); lean_inc(x_48); -lean_dec(x_46); -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_inc(x_47); +lean_dec(x_45); +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; } } } } else { -uint8_t x_51; +uint8_t x_50; lean_dec(x_12); lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); -x_51 = !lean_is_exclusive(x_14); -if (x_51 == 0) +x_50 = !lean_is_exclusive(x_21); +if (x_50 == 0) { -return x_14; +return x_21; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_14, 0); -x_53 = lean_ctor_get(x_14, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_21, 0); +x_52 = lean_ctor_get(x_21, 1); lean_inc(x_52); -lean_dec(x_14); -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; +lean_inc(x_51); +lean_dec(x_21); +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; +} } +block_19: +{ +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = 1; +x_16 = lean_usize_add(x_3, x_15); +x_17 = lean_array_uset(x_12, x_3, x_13); +x_3 = x_16; +x_4 = x_17; +x_7 = x_14; +goto _start; } } } @@ -32335,8 +32289,6 @@ l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux_ lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkClosureForAux___closed__6); l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___lambda__2___closed__1 = _init_l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_MutualClosure_mkLetRecClosureFor___lambda__2___closed__1); -l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___closed__1 = _init_l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_MutualClosure_getModifiersForLetRecs___closed__1); l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_levelMVarToParamHeaders_process___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_levelMVarToParamHeaders_process___spec__1___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_MutualDef_0__Lean_Elab_Term_levelMVarToParamHeaders_process___spec__1___closed__1); l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__1 = _init_l_Lean_Elab_Term_checkForHiddenUnivLevels_visitLevel___closed__1(); diff --git a/stage0/stdlib/Lean/Elab/Notation.c b/stage0/stdlib/Lean/Elab/Notation.c index 760452cd94b5..319a2103b8a0 100644 --- a/stage0/stdlib/Lean/Elab/Notation.c +++ b/stage0/stdlib/Lean/Elab/Notation.c @@ -40,6 +40,7 @@ static lean_object* l___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNo static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__25; static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__36; static lean_object* l___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___lambda__2___closed__20; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_expandNotation___closed__3; static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__66; static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__6; @@ -74,6 +75,7 @@ static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__12; lean_object* l_Lean_Syntax_TSepArray_getElems___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__67; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_addMacroScopeIfLocal___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandNotation___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_mapMUnsafe_map___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object*, lean_object*, lean_object*); @@ -148,7 +150,7 @@ lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_ lean_object* l_Lean_Name_append(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__28; lean_object* l_Lean_Syntax_setTailInfo(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Command_expandNotation_declRange(lean_object*); static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__57; static lean_object* l_Lean_Elab_Command_addInheritDocDefault___closed__1; @@ -231,6 +233,7 @@ lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_Command_removeParenthesesAux___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__55; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6(lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_expandNotationItemIntoSyntaxItem___lambda__1___closed__5; lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); @@ -275,7 +278,6 @@ static lean_object* l_Lean_Elab_Command_expandNotationItemIntoSyntaxItem___close LEAN_EXPORT lean_object* l_Lean_Elab_Command_expandNotationItemIntoPattern(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__32; static lean_object* l___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___lambda__2___closed__19; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_addMacroScopeIfLocal___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_antiquote___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Command_addInheritDocDefault___spec__1___closed__4; @@ -288,7 +290,7 @@ uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___lambda__2___closed__10; static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__52; lean_object* lean_nat_add(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Command_expandNotation_declRange___closed__3; static lean_object* l_Lean_Elab_Command_expandNotationItemIntoSyntaxItem___lambda__1___closed__8; static lean_object* l_Lean_Elab_Command_mkSimpleDelab___lambda__1___closed__5; @@ -2286,113 +2288,113 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1(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_38; -x_38 = !lean_is_exclusive(x_4); -if (x_38 == 0) +lean_object* x_6; uint8_t x_37; +x_37 = !lean_is_exclusive(x_4); +if (x_37 == 0) { -lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_39 = lean_ctor_get(x_4, 1); -x_40 = lean_ctor_get(x_4, 0); -lean_dec(x_40); -x_41 = l_Lean_Syntax_isAntiquot(x_3); -if (x_41 == 0) +lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_38 = lean_ctor_get(x_4, 1); +x_39 = lean_ctor_get(x_4, 0); +lean_dec(x_39); +x_40 = l_Lean_Syntax_isAntiquot(x_3); +if (x_40 == 0) { lean_inc(x_1); lean_ctor_set(x_4, 0, x_1); x_6 = x_4; -goto block_37; +goto block_36; } else { -lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_42 = l_Lean_Syntax_getAntiquotTerm(x_3); -x_43 = l_Lean_Syntax_getId(x_42); -lean_dec(x_42); -x_44 = l_Lean_NameSet_contains(x_39, x_43); -if (x_44 == 0) +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = l_Lean_Syntax_getAntiquotTerm(x_3); +x_42 = l_Lean_Syntax_getId(x_41); +lean_dec(x_41); +x_43 = l_Lean_NameSet_contains(x_38, x_42); +if (x_43 == 0) { -lean_object* x_45; lean_object* x_46; -x_45 = lean_box(0); -x_46 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_39, x_43, x_45); +lean_object* x_44; lean_object* x_45; +x_44 = lean_box(0); +x_45 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_38, x_42, x_44); lean_inc(x_1); -lean_ctor_set(x_4, 1, x_46); +lean_ctor_set(x_4, 1, x_45); lean_ctor_set(x_4, 0, x_1); x_6 = x_4; -goto block_37; +goto block_36; } else { -lean_object* x_47; lean_object* x_48; -lean_dec(x_43); +lean_object* x_46; lean_object* x_47; +lean_dec(x_42); lean_dec(x_3); lean_dec(x_1); -x_47 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__4; -lean_ctor_set(x_4, 0, x_47); -x_48 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_48, 0, x_4); -return x_48; +x_46 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__4; +lean_ctor_set(x_4, 0, x_46); +x_47 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_47, 0, x_4); +return x_47; } } } else { -lean_object* x_49; uint8_t x_50; -x_49 = lean_ctor_get(x_4, 1); -lean_inc(x_49); +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_4, 1); +lean_inc(x_48); lean_dec(x_4); -x_50 = l_Lean_Syntax_isAntiquot(x_3); -if (x_50 == 0) +x_49 = l_Lean_Syntax_isAntiquot(x_3); +if (x_49 == 0) { -lean_object* x_51; +lean_object* x_50; lean_inc(x_1); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_1); -lean_ctor_set(x_51, 1, x_49); -x_6 = x_51; -goto block_37; +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_1); +lean_ctor_set(x_50, 1, x_48); +x_6 = x_50; +goto block_36; } else { -lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_52 = l_Lean_Syntax_getAntiquotTerm(x_3); -x_53 = l_Lean_Syntax_getId(x_52); -lean_dec(x_52); -x_54 = l_Lean_NameSet_contains(x_49, x_53); -if (x_54 == 0) +lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_51 = l_Lean_Syntax_getAntiquotTerm(x_3); +x_52 = l_Lean_Syntax_getId(x_51); +lean_dec(x_51); +x_53 = l_Lean_NameSet_contains(x_48, x_52); +if (x_53 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_box(0); -x_56 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_49, x_53, x_55); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_box(0); +x_55 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_48, x_52, x_54); lean_inc(x_1); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_1); -lean_ctor_set(x_57, 1, x_56); -x_6 = x_57; -goto block_37; +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_1); +lean_ctor_set(x_56, 1, x_55); +x_6 = x_56; +goto block_36; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -lean_dec(x_53); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_dec(x_52); lean_dec(x_3); lean_dec(x_1); -x_58 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__4; -x_59 = lean_alloc_ctor(0, 2, 0); +x_57 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__4; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_48); +x_59 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_49); -x_60 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_60, 0, x_59); -return x_60; +return x_59; } } } -block_37: +block_36: { lean_object* x_7; x_7 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__1; if (lean_obj_tag(x_3) == 1) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; +lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_3, 1); lean_inc(x_8); x_9 = lean_ctor_get(x_3, 2); @@ -2400,57 +2402,26 @@ lean_inc(x_9); lean_dec(x_3); if (x_2 == 0) { -lean_object* x_23; +uint8_t x_31; lean_dec(x_8); -x_23 = lean_box(0); -x_10 = x_23; -goto block_22; +x_31 = 0; +x_10 = x_31; +goto block_30; } else { -lean_object* x_24; uint8_t x_25; -x_24 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__3; -x_25 = lean_name_eq(x_8, x_24); +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Command_hasDuplicateAntiquot___spec__1___closed__3; +x_33 = lean_name_eq(x_8, x_32); lean_dec(x_8); -if (x_25 == 0) -{ -lean_object* x_26; -x_26 = lean_box(0); -x_10 = x_26; -goto block_22; -} -else -{ -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_array_get_size(x_9); -x_28 = lean_unsigned_to_nat(0u); -x_29 = lean_nat_dec_lt(x_28, x_27); -lean_dec(x_27); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_30 = l_Lean_instInhabitedSyntax; -x_31 = l___private_Init_Util_0__outOfBounds___rarg(x_30); -x_3 = x_31; -x_4 = x_6; -goto _start; +x_10 = x_33; +goto block_30; } -else +block_30: { -lean_object* x_33; -x_33 = lean_array_fget(x_9, x_28); -lean_dec(x_9); -x_3 = x_33; -x_4 = x_6; -goto _start; -} -} -} -block_22: +if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; -lean_dec(x_10); x_11 = lean_box(0); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); @@ -2483,15 +2454,43 @@ lean_dec(x_17); return x_21; } } +else +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_array_get_size(x_9); +x_23 = lean_unsigned_to_nat(0u); +x_24 = lean_nat_dec_lt(x_23, x_22); +lean_dec(x_22); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +lean_dec(x_9); +x_25 = l_Lean_instInhabitedSyntax; +x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); +x_3 = x_26; +x_4 = x_6; +goto _start; } else { -lean_object* x_35; lean_object* x_36; +lean_object* x_28; +x_28 = lean_array_fget(x_9, x_23); +lean_dec(x_9); +x_3 = x_28; +x_4 = x_6; +goto _start; +} +} +} +} +else +{ +lean_object* x_34; lean_object* x_35; lean_dec(x_3); lean_dec(x_1); -x_35 = lean_box(0); -x_36 = lean_apply_2(x_7, x_6, x_35); -return x_36; +x_34 = lean_box(0); +x_35 = lean_apply_2(x_7, x_6, x_34); +return x_35; } } } @@ -4572,7 +4571,44 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(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___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +lean_inc(x_7); +x_8 = l_Lean_Syntax_getKind(x_7); +x_9 = l_Lean_Elab_Command_expandNotationItemIntoSyntaxItem___closed__3; +x_10 = lean_name_eq(x_8, x_9); +lean_dec(x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_object* x_14; +x_14 = lean_array_push(x_5, x_7); +x_3 = x_12; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -4609,11 +4645,39 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_addMacroScopeIfLocal___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___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_Command_addMacroScopeIfLocal___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Lean_Elab_Command_isLocalAttrKind(x_2); +uint8_t x_5; uint8_t x_12; +x_12 = l_Lean_Elab_Command_isLocalAttrKind(x_2); +if (x_12 == 0) +{ +uint8_t x_13; +x_13 = 0; +x_5 = x_13; +goto block_11; +} +else +{ +uint8_t x_14; +x_14 = l_Lean_Name_hasMacroScopes(x_1); +if (x_14 == 0) +{ +uint8_t x_15; +x_15 = 1; +x_5 = x_15; +goto block_11; +} +else +{ +uint8_t x_16; +x_16 = 0; +x_5 = x_16; +goto block_11; +} +} +block_11: +{ if (x_5 == 0) { lean_object* x_6; @@ -4625,30 +4689,17 @@ return x_6; } else { -uint8_t x_7; -x_7 = l_Lean_Name_hasMacroScopes(x_1); -if (x_7 == 0) -{ -lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_8 = lean_ctor_get(x_3, 1); +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_3, 1); +lean_inc(x_7); +x_8 = lean_ctor_get(x_3, 2); lean_inc(x_8); -x_9 = lean_ctor_get(x_3, 2); -lean_inc(x_9); lean_dec(x_3); -x_10 = l_Lean_addMacroScope(x_8, x_1, x_9); -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 -{ -lean_object* x_12; -lean_dec(x_3); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_1); -lean_ctor_set(x_12, 1, x_4); -return x_12; +x_9 = l_Lean_addMacroScope(x_7, x_1, x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_4); +return x_10; } } } @@ -5086,7 +5137,7 @@ else { lean_object* x_172; lean_object* x_173; x_172 = l_Array_mapMUnsafe_map___at_Lean_Elab_Command_addInheritDocDefault___spec__1___closed__16; -x_173 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(x_6, x_5, x_4, x_172); +x_173 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6(x_6, x_5, x_4, x_172); lean_dec(x_6); x_22 = x_173; goto block_168; @@ -5539,7 +5590,7 @@ lean_inc(x_30); lean_dec(x_28); lean_inc(x_11); lean_inc(x_5); -x_31 = l_Lean_Elab_Command_addMacroScopeIfLocal___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6(x_29, x_5, x_11, x_30); +x_31 = l_Lean_Elab_Command_addMacroScopeIfLocal___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__7(x_29, x_5, x_11, x_30); x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); x_33 = lean_ctor_get(x_31, 1); @@ -5712,7 +5763,21 @@ x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Notation_0__Lean_Elab_Comm return x_6; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___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___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6___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; @@ -5720,7 +5785,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___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__5___at___private_Lean_Elab_Notation_0__Lean_Elab_Command_expandNotationAux___spec__6(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } diff --git a/stage0/stdlib/Lean/Elab/Open.c b/stage0/stdlib/Lean/Elab/Open.c index 08e8e58d5686..6e6027a46ad6 100644 --- a/stage0/stdlib/Lean/Elab/Open.c +++ b/stage0/stdlib/Lean/Elab/Open.c @@ -13,539 +13,554 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___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*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1___closed__1; static lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___spec__1___rarg___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65(lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___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_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__7___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36(lean_object*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__2___closed__2; -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveId___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___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_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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_Elab_OpenDecl_elabOpenDecl___rarg___lambda__9___boxed__const__1; -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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_OpenDecl_elabOpenDecl___spec__37___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___boxed(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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___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_Array_sequenceMap___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__6___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_activateScoped___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg(lean_object*, 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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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_OpenDecl_elabOpenDecl___rarg___lambda__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__2(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_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___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_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__4___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__3(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__10(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg(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_OpenDecl_resolveId___spec__9(lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4___rarg___closed__4; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57(lean_object*); static lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__2; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_addOpenDecl___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__1; lean_object* l_Lean_Syntax_getId(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71(lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__12___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25(lean_object*); static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___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_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__6(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__11___rarg(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_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__13___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_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___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_OpenDecl_resolveId___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* l_Lean_Syntax_getArgs(lean_object*); lean_object* l_ST_Prim_Ref_get___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33(lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___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_Syntax_getPos_x3f(lean_object*, uint8_t); lean_object* lean_array_fget(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__3; LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__13___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed(lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedException; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___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*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveNameUsingNamespaces(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_addOpenDecl___rarg___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59(lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__5; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___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_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___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_resolveGlobalConstCore___at_Lean_Elab_OpenDecl_resolveId___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___lambda__1___boxed(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_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___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_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__4(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27(lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_toString___at_Lean_resolveGlobalConstNoOverloadCore___spec__2(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__9; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_OpenDecl_resolveId___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg(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_OpenDecl_elabOpenDecl___spec__47(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51(lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___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_List_mapTR_loop___at_Lean_Elab_OpenDecl_resolveId___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_instMonadResolveNameM(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__6___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__1; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___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_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__6(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___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_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__16(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__12(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(lean_object*, 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_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___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_OpenDecl_elabOpenDecl___rarg___lambda__5(lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__1___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43(lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg(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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__7(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__4___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_resolveGlobalConstCore___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___spec__1___rarg___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___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_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___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_List_filterMap___at_Lean_resolveNamespace___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4___rarg___closed__3; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); 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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__3(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_instMonadResolveNameM___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___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_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54(lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__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_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1___closed__2; lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__14___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_instMonadResolveNameM___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__1___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__4___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__1___rarg___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___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_throwError___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__3; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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_OpenDecl_instMonadResolveNameM___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29(lean_object*); lean_object* l_Lean_Exception_getRef(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__3(lean_object*, lean_object*, uint8_t, 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_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__9___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_Lean_Elab_OpenDecl_resolveNameUsingNamespaces___rarg___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__12___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___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_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ST_Prim_mkRef___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__1___rarg___closed__1; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_addOpenDecl___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__2(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_ST_Prim_Ref_modifyGetUnsafe___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__6; LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg(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_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__7___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveNameUsingNamespaces___rarg___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_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg(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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___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_Elab_OpenDecl_elabOpenDecl___spec__61___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__4; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___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_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg(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_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___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_OpenDecl_elabOpenDecl___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___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_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveNameUsingNamespaces___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_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveNameUsingNamespaces___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_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_scopedEnvExtensionsRef; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__5___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3___rarg___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___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_OpenDecl_resolveId___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___spec__1___rarg___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__10___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___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_Lean_Elab_OpenDecl_elabOpenDecl___rarg___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*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg(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_OpenDecl_elabOpenDecl___spec__66___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_Elab_OpenDecl_elabOpenDecl___rarg___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_addOpenDecl(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__3___closed__3; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__16___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__1; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__13(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55(lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__8(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_OpenDecl_resolveId___spec__8(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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_OpenDecl_elabOpenDecl___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__9___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__9(lean_object*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_OpenDecl_resolveId___spec__2___rarg___lambda__2(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_OpenDecl_elabOpenDecl___spec__50___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___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_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg(lean_object*, lean_object*, 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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__14(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__11___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_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__5; LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___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_OpenDecl_elabOpenDecl___rarg___lambda__13___closed__1; static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___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_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4___rarg___closed__2; static lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___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*); -static lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveId___rarg___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__7(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___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*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__5(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___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_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__4; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__4___rarg___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__11___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___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_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__6___rarg___lambda__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___lambda__5(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at_Lean_Elab_OpenDecl_resolveId___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg(lean_object*, 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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2; lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___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_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_OpenDecl_resolveId___spec__2___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_toMessageList(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38(lean_object*); +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_instMonadResolveNameM___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___lambda__1(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__1___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___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_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__11(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___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___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__1; size_t lean_usize_add(size_t, size_t); lean_object* l_StateRefT_x27_get___rarg(lean_object*, lean_object*); lean_object* l_List_toString___at_Lean_OpenDecl_instToStringOpenDecl___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedName; static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__5___rarg___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_resolveId(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_OpenDecl_resolveId___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__2(lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__4___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(lean_object*, lean_object*, 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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___boxed(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*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7(lean_object*); static lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___closed__2; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___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_throwErrorWithNestedErrors___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__4___rarg___lambda__1___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_OpenDecl_resolveId___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg(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_OpenDecl_elabOpenDecl___spec__48___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg___boxed(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*); lean_object* lean_array_get_size(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3___rarg___lambda__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__8(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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*); extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61(lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__4(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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_expr_dbg_to_string(lean_object*); LEAN_EXPORT lean_object* l_Lean_getRefPos___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__6___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg(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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32(lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__7; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26(lean_object*); lean_object* l_List_filterTR_loop___at_Lean_resolveGlobalConstCore___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___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_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___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_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_instMonadResolveNameM___rarg___lambda__2(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___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_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_OpenDecl_resolveId___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__2(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___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_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68(lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___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*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__2; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__13___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___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_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__12___closed__8; -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24(lean_object*); lean_object* l_Nat_repr(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___spec__7___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29(lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___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_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__13___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___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_OpenDecl_elabOpenDecl___rarg___lambda__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: @@ -2464,24 +2479,24 @@ if (x_19 == 0) { lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_dec(x_8); -x_20 = lean_ctor_get(x_5, 0); -lean_inc(x_20); +x_20 = l_Lean_instInhabitedException; +x_21 = l___private_Init_Util_0__outOfBounds___rarg(x_20); +x_22 = lean_ctor_get(x_5, 0); +lean_inc(x_22); lean_dec(x_5); -x_21 = l_Lean_instInhabitedException; -x_22 = l___private_Init_Util_0__outOfBounds___rarg(x_21); -x_23 = lean_apply_2(x_20, lean_box(0), x_22); +x_23 = lean_apply_2(x_22, lean_box(0), x_21); x_24 = lean_apply_3(x_17, lean_box(0), x_12, 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_5, 0); -lean_inc(x_25); -lean_dec(x_5); -x_26 = lean_array_fget(x_8, x_18); +x_25 = lean_array_fget(x_8, x_18); lean_dec(x_8); -x_27 = lean_apply_2(x_25, lean_box(0), x_26); +x_26 = lean_ctor_get(x_5, 0); +lean_inc(x_26); +lean_dec(x_5); +x_27 = lean_apply_2(x_26, lean_box(0), x_25); x_28 = lean_apply_3(x_17, lean_box(0), x_12, x_27); return x_28; } @@ -2542,49 +2557,31 @@ return x_23; } else { -lean_object* x_24; uint8_t x_25; lean_object* x_26; uint8_t x_27; +lean_object* x_24; uint8_t 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_24 = lean_unsigned_to_nat(1u); x_25 = lean_nat_dec_eq(x_14, x_24); x_26 = lean_ctor_get(x_2, 0); lean_inc(x_26); -if (x_25 == 0) -{ -uint8_t x_34; -x_34 = 0; -x_27 = x_34; -goto block_33; -} -else -{ -uint8_t x_35; -x_35 = 1; -x_27 = x_35; -goto block_33; -} -block_33: -{ -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_28 = lean_box(x_27); +x_27 = lean_box(x_25); lean_inc(x_8); -x_29 = lean_alloc_closure((void*)(l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__3___boxed), 11, 10); -lean_closure_set(x_29, 0, x_1); -lean_closure_set(x_29, 1, x_2); -lean_closure_set(x_29, 2, x_28); -lean_closure_set(x_29, 3, x_3); -lean_closure_set(x_29, 4, x_4); -lean_closure_set(x_29, 5, x_5); -lean_closure_set(x_29, 6, x_9); -lean_closure_set(x_29, 7, x_11); -lean_closure_set(x_29, 8, x_8); -lean_closure_set(x_29, 9, x_14); +x_28 = lean_alloc_closure((void*)(l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___rarg___lambda__3___boxed), 11, 10); +lean_closure_set(x_28, 0, x_1); +lean_closure_set(x_28, 1, x_2); +lean_closure_set(x_28, 2, x_27); +lean_closure_set(x_28, 3, x_3); +lean_closure_set(x_28, 4, x_4); +lean_closure_set(x_28, 5, x_5); +lean_closure_set(x_28, 6, x_9); +lean_closure_set(x_28, 7, x_11); +lean_closure_set(x_28, 8, x_8); +lean_closure_set(x_28, 9, x_14); lean_inc(x_6); -x_30 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_26, x_29); -x_31 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1), 3, 2); -lean_closure_set(x_31, 0, x_13); -lean_closure_set(x_31, 1, x_8); -x_32 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_30, x_31); -return x_32; -} +x_29 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_26, x_28); +x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1), 3, 2); +lean_closure_set(x_30, 0, x_13); +lean_closure_set(x_30, 1, x_8); +x_31 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_29, x_30); +return x_31; } } } @@ -3238,6 +3235,34 @@ x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabO return x_2; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); +lean_dec(x_3); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +lean_inc(x_8); +x_9 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__3), 6, 5); +lean_closure_set(x_9, 0, x_4); +lean_closure_set(x_9, 1, x_5); +lean_closure_set(x_9, 2, x_1); +lean_closure_set(x_9, 3, x_8); +lean_closure_set(x_9, 4, x_2); +x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg___boxed), 6, 0); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -3571,7 +3596,7 @@ x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -3591,15 +3616,15 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -3619,11 +3644,11 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___boxed), 6, 0); return x_2; } } @@ -3667,7 +3692,7 @@ x_19 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_19, 0, x_18); x_20 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_20, 0, x_19); -x_21 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg(x_2, x_3, x_4, x_5, x_20, x_6); +x_21 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg(x_2, x_3, x_4, x_5, x_20, x_6); return x_21; } else @@ -3716,7 +3741,7 @@ x_38 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_38, 0, x_37); x_39 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_39, 0, x_38); -x_40 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg(x_2, x_3, x_4, x_5, x_39, x_6); +x_40 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(x_2, x_3, x_4, x_5, x_39, x_6); return x_40; } } @@ -3754,7 +3779,7 @@ x_2 = lean_alloc_closure((void*)(l_Lean_resolveUniqueNamespace___at_Lean_Elab_Op return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__1(lean_object* 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, lean_object* x_9, lean_object* x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1(lean_object* 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, lean_object* x_9, lean_object* x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { _start: { if (lean_obj_tag(x_13) == 0) @@ -3789,12 +3814,12 @@ lean_inc(x_18); lean_dec(x_13); x_19 = 1; x_20 = lean_usize_add(x_2, x_19); -x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20, x_18, x_12); +x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20, x_18, x_12); return x_21; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -3804,7 +3829,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2(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; @@ -3814,12 +3839,12 @@ lean_dec(x_1); x_4 = lean_ctor_get(x_3, 1); lean_inc(x_4); lean_dec(x_3); -x_5 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1; +x_5 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1; x_6 = lean_apply_2(x_4, lean_box(0), x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___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) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -3828,13 +3853,13 @@ x_8 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); x_9 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_addOpenDecl___rarg(x_2, x_8, x_3); -x_10 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed), 2, 1); +x_10 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed), 2, 1); lean_closure_set(x_10, 0, x_4); x_11 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_9, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___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, size_t x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___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, size_t x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; @@ -3878,7 +3903,7 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_22 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__1___boxed), 13, 12); +x_22 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1___boxed), 13, 12); lean_closure_set(x_22, 0, x_1); lean_closure_set(x_22, 1, x_20); lean_closure_set(x_22, 2, x_2); @@ -3901,7 +3926,7 @@ lean_inc(x_6); lean_inc(x_1); x_25 = l_Lean_Elab_OpenDecl_resolveId___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_23, x_13); lean_inc(x_7); -x_26 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__3___boxed), 6, 5); +x_26 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__3___boxed), 6, 5); lean_closure_set(x_26, 0, x_24); lean_closure_set(x_26, 1, x_6); lean_closure_set(x_26, 2, x_13); @@ -3913,15 +3938,15 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___boxed), 13, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___boxed), 13, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -3941,21 +3966,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -3963,7 +3988,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -3971,7 +3996,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -3983,15 +4008,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -4011,21 +4036,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -4033,7 +4058,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -4041,7 +4066,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -4053,15 +4078,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -4081,21 +4106,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -4103,7 +4128,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -4111,7 +4136,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -4123,15 +4148,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -4151,15 +4176,43 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__1(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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); +lean_dec(x_3); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +lean_inc(x_8); +x_9 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__3), 6, 5); +lean_closure_set(x_9, 0, x_4); +lean_closure_set(x_9, 1, x_5); +lean_closure_set(x_9, 2, x_1); +lean_closure_set(x_9, 3, x_8); +lean_closure_set(x_9, 4, x_2); +x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg___boxed), 6, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__1(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) { _start: { lean_object* x_12; lean_object* x_13; @@ -4210,7 +4263,7 @@ x_27 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_27, 0, x_26); x_28 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_28, 0, x_27); -x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg(x_4, x_8, x_9, x_10, x_28, x_6); +x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg(x_4, x_8, x_9, x_10, x_28, x_6); x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1), 3, 2); lean_closure_set(x_30, 0, x_13); lean_closure_set(x_30, 1, x_6); @@ -4242,7 +4295,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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; @@ -4253,7 +4306,7 @@ lean_inc(x_2); x_13 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_3, x_12); x_14 = lean_box(x_6); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__1___boxed), 11, 10); +x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__1___boxed), 11, 10); lean_closure_set(x_15, 0, x_4); lean_closure_set(x_15, 1, x_11); lean_closure_set(x_15, 2, x_5); @@ -4268,7 +4321,7 @@ x_16 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_13, x_15); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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; lean_object* x_15; lean_object* x_16; lean_object* x_17; @@ -4286,7 +4339,7 @@ lean_inc(x_12); x_14 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_13); x_15 = lean_box(x_6); lean_inc(x_4); -x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__2___boxed), 11, 10); +x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__2___boxed), 11, 10); lean_closure_set(x_16, 0, x_3); lean_closure_set(x_16, 1, x_4); lean_closure_set(x_16, 2, x_12); @@ -4301,7 +4354,7 @@ x_17 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_16); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___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, uint8_t x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___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, uint8_t x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; @@ -4312,7 +4365,7 @@ x_11 = lean_ctor_get(x_1, 1); lean_inc(x_11); x_12 = lean_box(x_8); lean_inc(x_11); -x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__3___boxed), 10, 9); +x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__3___boxed), 10, 9); lean_closure_set(x_13, 0, x_9); lean_closure_set(x_13, 1, x_6); lean_closure_set(x_13, 2, x_1); @@ -4326,22 +4379,22 @@ x_14 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_10, x_13); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_11 = l_Lean_replaceRef(x_1, x_10); x_12 = 0; lean_inc(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); x_14 = lean_ctor_get(x_5, 1); lean_inc(x_14); lean_dec(x_5); @@ -4349,7 +4402,7 @@ x_15 = lean_apply_3(x_14, lean_box(0), x_11, x_13); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___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_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___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) { _start: { switch (lean_obj_tag(x_7)) { @@ -4359,7 +4412,7 @@ lean_object* x_9; lean_object* x_10; lean_dec(x_6); lean_dec(x_2); x_9 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); +x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); return x_10; } case 1: @@ -4368,7 +4421,7 @@ lean_object* x_11; lean_object* x_12; lean_dec(x_6); lean_dec(x_2); x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); +x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); return x_12; } case 2: @@ -4377,7 +4430,7 @@ lean_object* x_13; lean_object* x_14; lean_dec(x_6); lean_dec(x_2); x_13 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); +x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); return x_14; } default: @@ -4417,7 +4470,7 @@ x_22 = lean_ctor_get(x_4, 0); lean_inc(x_22); x_23 = lean_ctor_get(x_1, 1); lean_inc(x_23); -x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___lambda__1___boxed), 10, 9); +x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg___lambda__1___boxed), 10, 9); lean_closure_set(x_24, 0, x_7); lean_closure_set(x_24, 1, x_1); lean_closure_set(x_24, 2, x_2); @@ -4434,15 +4487,15 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -4462,15 +4515,15 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -4490,15 +4543,15 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___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_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___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) { _start: { if (lean_obj_tag(x_7) == 0) @@ -4522,7 +4575,7 @@ x_19 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_19, 0, x_18); x_20 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_20, 0, x_19); -x_21 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg(x_2, x_3, x_4, x_5, x_20, x_6); +x_21 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(x_2, x_3, x_4, x_5, x_20, x_6); return x_21; } else @@ -4571,13 +4624,13 @@ x_38 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_38, 0, x_37); x_39 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_39, 0, x_38); -x_40 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg(x_2, x_3, x_4, x_5, x_39, x_6); +x_40 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(x_2, x_3, x_4, x_5, x_39, x_6); return x_40; } } } } -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___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_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___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) { _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; @@ -4589,8 +4642,8 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); -x_10 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -x_11 = lean_alloc_closure((void*)(l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1___boxed), 7, 6); +x_10 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_11 = lean_alloc_closure((void*)(l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___lambda__1___boxed), 7, 6); lean_closure_set(x_11, 0, x_7); lean_closure_set(x_11, 1, x_1); lean_closure_set(x_11, 2, x_3); @@ -4601,15 +4654,15 @@ x_12 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_10, x_11); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; @@ -4617,7 +4670,7 @@ x_4 = l_Lean_ScopedEnvExtension_activateScoped___rarg(x_1, x_3, x_2); return x_4; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__2(lean_object* x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__2(lean_object* x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { _start: { if (lean_obj_tag(x_9) == 0) @@ -4648,12 +4701,12 @@ lean_inc(x_14); lean_dec(x_9); x_15 = 1; x_16 = lean_usize_add(x_2, x_15); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_16, x_14, x_8); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_16, x_14, x_8); return x_17; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg(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; @@ -4683,20 +4736,20 @@ x_14 = lean_array_uget(x_5, x_7); x_15 = lean_ctor_get(x_1, 1); lean_inc(x_15); lean_inc(x_3); -x_16 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__1), 3, 2); +x_16 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__1), 3, 2); lean_closure_set(x_16, 0, x_14); lean_closure_set(x_16, 1, x_3); x_17 = lean_ctor_get(x_2, 1); lean_inc(x_17); x_18 = lean_apply_1(x_17, x_16); lean_inc(x_1); -x_19 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed), 2, 1); +x_19 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed), 2, 1); lean_closure_set(x_19, 0, x_1); lean_inc(x_4); x_20 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_18, x_19); x_21 = lean_box_usize(x_7); x_22 = lean_box_usize(x_6); -x_23 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__2___boxed), 9, 8); +x_23 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__2___boxed), 9, 8); lean_closure_set(x_23, 0, x_1); lean_closure_set(x_23, 1, x_21); lean_closure_set(x_23, 2, x_2); @@ -4710,15 +4763,15 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1(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; @@ -4733,7 +4786,7 @@ x_6 = lean_apply_2(x_4, lean_box(0), x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___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_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___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) { _start: { lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -4744,14 +4797,14 @@ x_9 = 0; x_10 = lean_box(0); lean_inc(x_4); lean_inc(x_1); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(x_1, x_2, x_3, x_4, x_6, x_8, x_9, x_10, x_5); -x_12 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1___boxed), 2, 1); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg(x_1, x_2, x_3, x_4, x_6, x_8, x_9, x_10, x_5); +x_12 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed), 2, 1); lean_closure_set(x_12, 0, x_1); x_13 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_11, x_12); return x_13; } } -static lean_object* _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__1() { +static lean_object* _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__1() { _start: { lean_object* x_1; @@ -4759,11 +4812,11 @@ x_1 = l_Lean_scopedEnvExtensionsRef; return x_1; } } -static lean_object* _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2() { +static lean_object* _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__1; +x_1 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__1; x_2 = lean_alloc_closure((void*)(l_ST_Prim_Ref_get___boxed), 4, 3); lean_closure_set(x_2, 0, lean_box(0)); lean_closure_set(x_2, 1, lean_box(0)); @@ -4771,16 +4824,16 @@ lean_closure_set(x_2, 2, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___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_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_6 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2; +x_6 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2; x_7 = lean_apply_2(x_3, lean_box(0), x_6); x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_inc(x_8); -x_9 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__2), 6, 5); +x_9 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2), 6, 5); lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_2); lean_closure_set(x_9, 2, x_4); @@ -4790,24 +4843,24 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg), 5, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg), 5, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; -x_3 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1; +x_3 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1; x_4 = lean_apply_2(x_1, lean_box(0), x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___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; lean_object* x_8; lean_object* x_9; @@ -4820,13 +4873,13 @@ lean_dec(x_4); x_6 = lean_box(0); lean_inc(x_5); x_7 = lean_apply_2(x_5, lean_box(0), x_6); -x_8 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed), 2, 1); +x_8 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1___boxed), 2, 1); lean_closure_set(x_8, 0, x_5); x_9 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_7, x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__3(lean_object* 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, lean_object* x_9, lean_object* x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__3(lean_object* 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, lean_object* x_9, lean_object* x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { _start: { if (lean_obj_tag(x_13) == 0) @@ -4861,12 +4914,12 @@ lean_inc(x_18); lean_dec(x_13); x_19 = 1; x_20 = lean_usize_add(x_2, x_19); -x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20, x_18, x_12); +x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20, x_18, x_12); return x_21; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___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, size_t x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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, size_t x_10, size_t x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; @@ -4910,14 +4963,14 @@ lean_inc(x_1); x_20 = l_Lean_Elab_OpenDecl_resolveId___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_18, x_13); lean_inc(x_7); lean_inc(x_1); -x_21 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2___boxed), 3, 2); +x_21 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2___boxed), 3, 2); lean_closure_set(x_21, 0, x_1); lean_closure_set(x_21, 1, x_7); lean_inc(x_7); x_22 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_20, x_21); x_23 = lean_box_usize(x_11); x_24 = lean_box_usize(x_10); -x_25 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__3___boxed), 13, 12); +x_25 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__3___boxed), 13, 12); lean_closure_set(x_25, 0, x_1); lean_closure_set(x_25, 1, x_23); lean_closure_set(x_25, 2, x_2); @@ -4935,15 +4988,15 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___boxed), 13, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___boxed), 13, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -4969,7 +5022,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -4989,21 +5042,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -5011,7 +5064,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5019,7 +5072,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -5031,15 +5084,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5059,21 +5112,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -5081,7 +5134,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5089,7 +5142,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -5101,15 +5154,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5129,21 +5182,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -5151,7 +5204,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5159,7 +5212,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -5171,15 +5224,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5199,15 +5252,43 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg___boxed), 6, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); +lean_dec(x_3); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +lean_inc(x_8); +x_9 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__3), 6, 5); +lean_closure_set(x_9, 0, x_4); +lean_closure_set(x_9, 1, x_5); +lean_closure_set(x_9, 2, x_1); +lean_closure_set(x_9, 3, x_8); +lean_closure_set(x_9, 4, x_2); +x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__1(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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1(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) { _start: { lean_object* x_12; lean_object* x_13; @@ -5258,7 +5339,7 @@ x_27 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_27, 0, x_26); x_28 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_28, 0, x_27); -x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg(x_4, x_8, x_9, x_10, x_28, x_6); +x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg(x_4, x_8, x_9, x_10, x_28, x_6); x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1), 3, 2); lean_closure_set(x_30, 0, x_13); lean_closure_set(x_30, 1, x_6); @@ -5290,7 +5371,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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; @@ -5301,7 +5382,7 @@ lean_inc(x_2); x_13 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_3, x_12); x_14 = lean_box(x_6); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__1___boxed), 11, 10); +x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1___boxed), 11, 10); lean_closure_set(x_15, 0, x_4); lean_closure_set(x_15, 1, x_11); lean_closure_set(x_15, 2, x_5); @@ -5316,7 +5397,7 @@ x_16 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_13, x_15); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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; lean_object* x_15; lean_object* x_16; lean_object* x_17; @@ -5334,7 +5415,7 @@ lean_inc(x_12); x_14 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_13); x_15 = lean_box(x_6); lean_inc(x_4); -x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__2___boxed), 11, 10); +x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__2___boxed), 11, 10); lean_closure_set(x_16, 0, x_3); lean_closure_set(x_16, 1, x_4); lean_closure_set(x_16, 2, x_12); @@ -5349,7 +5430,7 @@ x_17 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_16); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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, uint8_t x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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, uint8_t x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; @@ -5360,7 +5441,7 @@ x_11 = lean_ctor_get(x_1, 1); lean_inc(x_11); x_12 = lean_box(x_8); lean_inc(x_11); -x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__3___boxed), 10, 9); +x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__3___boxed), 10, 9); lean_closure_set(x_13, 0, x_9); lean_closure_set(x_13, 1, x_6); lean_closure_set(x_13, 2, x_1); @@ -5374,22 +5455,22 @@ x_14 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_10, x_13); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___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, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_11 = l_Lean_replaceRef(x_1, x_10); x_12 = 0; lean_inc(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); x_14 = lean_ctor_get(x_5, 1); lean_inc(x_14); lean_dec(x_5); @@ -5397,7 +5478,7 @@ x_15 = lean_apply_3(x_14, lean_box(0), x_11, x_13); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___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) { _start: { switch (lean_obj_tag(x_7)) { @@ -5407,7 +5488,7 @@ lean_object* x_9; lean_object* x_10; lean_dec(x_6); lean_dec(x_2); x_9 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); +x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); return x_10; } case 1: @@ -5416,7 +5497,7 @@ lean_object* x_11; lean_object* x_12; lean_dec(x_6); lean_dec(x_2); x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); +x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); return x_12; } case 2: @@ -5425,7 +5506,7 @@ lean_object* x_13; lean_object* x_14; lean_dec(x_6); lean_dec(x_2); x_13 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); +x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); return x_14; } default: @@ -5465,7 +5546,7 @@ x_22 = lean_ctor_get(x_4, 0); lean_inc(x_22); x_23 = lean_ctor_get(x_1, 1); lean_inc(x_23); -x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1___boxed), 10, 9); +x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg___lambda__1___boxed), 10, 9); lean_closure_set(x_24, 0, x_7); lean_closure_set(x_24, 1, x_1); lean_closure_set(x_24, 2, x_2); @@ -5482,15 +5563,15 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1(lean_object* 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, lean_object* x_9, lean_object* x_10, lean_object* x_11, size_t x_12, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___lambda__1(lean_object* 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, lean_object* x_9, lean_object* x_10, lean_object* x_11, size_t x_12, lean_object* x_13, lean_object* x_14) { _start: { if (lean_obj_tag(x_14) == 0) @@ -5526,12 +5607,12 @@ lean_inc(x_19); lean_dec(x_14); x_20 = 1; x_21 = lean_usize_add(x_2, x_20); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_21, x_19, x_13); +x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_21, x_19, x_13); return x_22; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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, size_t x_11, size_t x_12, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___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, size_t x_11, size_t x_12, lean_object* x_13, lean_object* x_14) { _start: { uint8_t x_15; @@ -5580,7 +5661,7 @@ lean_inc(x_8); lean_inc(x_1); lean_inc(x_14); lean_inc(x_6); -x_22 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__3___boxed), 6, 5); +x_22 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__3___boxed), 6, 5); lean_closure_set(x_22, 0, x_19); lean_closure_set(x_22, 1, x_6); lean_closure_set(x_22, 2, x_14); @@ -5590,7 +5671,7 @@ lean_inc(x_8); x_23 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_21, x_22); x_24 = lean_box_usize(x_12); x_25 = lean_box_usize(x_11); -x_26 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1___boxed), 14, 13); +x_26 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___lambda__1___boxed), 14, 13); lean_closure_set(x_26, 0, x_1); lean_closure_set(x_26, 1, x_24); lean_closure_set(x_26, 2, x_2); @@ -5609,15 +5690,15 @@ return x_27; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___boxed), 14, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___boxed), 14, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5637,21 +5718,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -5659,7 +5740,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5667,7 +5748,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -5679,15 +5760,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5707,21 +5788,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -5729,7 +5810,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5737,7 +5818,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -5749,15 +5830,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5777,21 +5858,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -5799,7 +5880,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5807,7 +5888,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -5819,15 +5900,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -5847,15 +5928,43 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__1(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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); +lean_dec(x_3); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +lean_inc(x_8); +x_9 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__3), 6, 5); +lean_closure_set(x_9, 0, x_4); +lean_closure_set(x_9, 1, x_5); +lean_closure_set(x_9, 2, x_1); +lean_closure_set(x_9, 3, x_8); +lean_closure_set(x_9, 4, x_2); +x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___boxed), 6, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1(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) { _start: { lean_object* x_12; lean_object* x_13; @@ -5906,7 +6015,7 @@ x_27 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_27, 0, x_26); x_28 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_28, 0, x_27); -x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg(x_4, x_8, x_9, x_10, x_28, x_6); +x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(x_4, x_8, x_9, x_10, x_28, x_6); x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1), 3, 2); lean_closure_set(x_30, 0, x_13); lean_closure_set(x_30, 1, x_6); @@ -5938,7 +6047,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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; @@ -5949,7 +6058,7 @@ lean_inc(x_2); x_13 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_3, x_12); x_14 = lean_box(x_6); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__1___boxed), 11, 10); +x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1___boxed), 11, 10); lean_closure_set(x_15, 0, x_4); lean_closure_set(x_15, 1, x_11); lean_closure_set(x_15, 2, x_5); @@ -5964,7 +6073,7 @@ x_16 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_13, x_15); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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; lean_object* x_15; lean_object* x_16; lean_object* x_17; @@ -5982,7 +6091,7 @@ lean_inc(x_12); x_14 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_13); x_15 = lean_box(x_6); lean_inc(x_4); -x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__2___boxed), 11, 10); +x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__2___boxed), 11, 10); lean_closure_set(x_16, 0, x_3); lean_closure_set(x_16, 1, x_4); lean_closure_set(x_16, 2, x_12); @@ -5997,7 +6106,7 @@ x_17 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_16); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___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, uint8_t x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___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, uint8_t x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; @@ -6008,7 +6117,7 @@ x_11 = lean_ctor_get(x_1, 1); lean_inc(x_11); x_12 = lean_box(x_8); lean_inc(x_11); -x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__3___boxed), 10, 9); +x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__3___boxed), 10, 9); lean_closure_set(x_13, 0, x_9); lean_closure_set(x_13, 1, x_6); lean_closure_set(x_13, 2, x_1); @@ -6022,22 +6131,22 @@ x_14 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_10, x_13); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_11 = l_Lean_replaceRef(x_1, x_10); x_12 = 0; lean_inc(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); x_14 = lean_ctor_get(x_5, 1); lean_inc(x_14); lean_dec(x_5); @@ -6045,7 +6154,7 @@ x_15 = lean_apply_3(x_14, lean_box(0), x_11, x_13); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___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_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___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) { _start: { switch (lean_obj_tag(x_7)) { @@ -6055,7 +6164,7 @@ lean_object* x_9; lean_object* x_10; lean_dec(x_6); lean_dec(x_2); x_9 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); +x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); return x_10; } case 1: @@ -6064,7 +6173,7 @@ lean_object* x_11; lean_object* x_12; lean_dec(x_6); lean_dec(x_2); x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); +x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); return x_12; } case 2: @@ -6073,7 +6182,7 @@ lean_object* x_13; lean_object* x_14; lean_dec(x_6); lean_dec(x_2); x_13 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); +x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); return x_14; } default: @@ -6113,7 +6222,7 @@ x_22 = lean_ctor_get(x_4, 0); lean_inc(x_22); x_23 = lean_ctor_get(x_1, 1); lean_inc(x_23); -x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg___lambda__1___boxed), 10, 9); +x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg___lambda__1___boxed), 10, 9); lean_closure_set(x_24, 0, x_7); lean_closure_set(x_24, 1, x_1); lean_closure_set(x_24, 2, x_2); @@ -6130,15 +6239,15 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1(lean_object* x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___lambda__1(lean_object* x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { _start: { if (lean_obj_tag(x_9) == 0) @@ -6169,12 +6278,12 @@ lean_inc(x_14); lean_dec(x_9); x_15 = 1; x_16 = lean_usize_add(x_2, x_15); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_16, x_14, x_8); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_16, x_14, x_8); return x_17; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(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; @@ -6204,20 +6313,20 @@ x_14 = lean_array_uget(x_5, x_7); x_15 = lean_ctor_get(x_1, 1); lean_inc(x_15); lean_inc(x_3); -x_16 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__1), 3, 2); +x_16 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__1), 3, 2); lean_closure_set(x_16, 0, x_14); lean_closure_set(x_16, 1, x_3); x_17 = lean_ctor_get(x_2, 1); lean_inc(x_17); x_18 = lean_apply_1(x_17, x_16); lean_inc(x_1); -x_19 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed), 2, 1); +x_19 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed), 2, 1); lean_closure_set(x_19, 0, x_1); lean_inc(x_4); x_20 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_18, x_19); x_21 = lean_box_usize(x_7); x_22 = lean_box_usize(x_6); -x_23 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1___boxed), 9, 8); +x_23 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_23, 0, x_1); lean_closure_set(x_23, 1, x_21); lean_closure_set(x_23, 2, x_2); @@ -6231,15 +6340,15 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___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_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___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) { _start: { lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -6250,23 +6359,23 @@ x_9 = 0; x_10 = lean_box(0); lean_inc(x_4); lean_inc(x_1); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(x_1, x_2, x_3, x_4, x_6, x_8, x_9, x_10, x_5); -x_12 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1___boxed), 2, 1); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(x_1, x_2, x_3, x_4, x_6, x_8, x_9, x_10, x_5); +x_12 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed), 2, 1); lean_closure_set(x_12, 0, x_1); x_13 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_11, x_12); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___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_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_6 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2; +x_6 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2; x_7 = lean_apply_2(x_3, lean_box(0), x_6); x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_inc(x_8); -x_9 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg___lambda__1), 6, 5); +x_9 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg___lambda__1), 6, 5); lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_2); lean_closure_set(x_9, 2, x_4); @@ -6276,15 +6385,15 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg), 5, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg), 5, 0); return x_2; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___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) { _start: { if (lean_obj_tag(x_7) == 0) @@ -6313,12 +6422,12 @@ lean_object* x_12; lean_object* x_13; x_12 = lean_ctor_get(x_7, 0); lean_inc(x_12); lean_dec(x_7); -x_13 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(x_1, x_2, x_3, x_4, x_5, x_12, x_6); +x_13 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg(x_1, x_2, x_3, x_4, x_5, x_12, x_6); return x_13; } } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___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) { _start: { if (lean_obj_tag(x_5) == 0) @@ -6352,13 +6461,13 @@ lean_inc(x_7); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_14 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(x_1, x_2, x_3, x_11, x_7); +x_14 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg(x_1, x_2, x_3, x_11, x_7); lean_inc(x_1); -x_15 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed), 2, 1); +x_15 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed), 2, 1); lean_closure_set(x_15, 0, x_1); lean_inc(x_4); x_16 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_15); -x_17 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg___lambda__1), 7, 6); +x_17 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg___lambda__1), 7, 6); lean_closure_set(x_17, 0, x_1); lean_closure_set(x_17, 1, x_2); lean_closure_set(x_17, 2, x_3); @@ -6370,31 +6479,31 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57(lean_object* x_1) { +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; x_7 = lean_box(0); lean_inc(x_4); lean_inc(x_1); -x_8 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(x_1, x_2, x_3, x_4, x_6, x_7, x_5); +x_8 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg(x_1, x_2, x_3, x_4, x_6, x_7, x_5); lean_inc(x_4); -x_9 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2___boxed), 3, 2); +x_9 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2___boxed), 3, 2); lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_4); x_10 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_8, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___lambda__2(lean_object* 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, lean_object* x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__2(lean_object* 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, lean_object* x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { _start: { if (lean_obj_tag(x_12) == 0) @@ -6428,12 +6537,12 @@ lean_inc(x_17); lean_dec(x_12); x_18 = 1; x_19 = lean_usize_add(x_2, x_18); -x_20 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_19, x_17, x_11); +x_20 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_19, x_17, x_11); return x_20; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___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, size_t x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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, size_t x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -6472,13 +6581,13 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_19 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_17, x_12); +x_19 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_17, x_12); lean_inc(x_12); lean_inc(x_7); lean_inc(x_6); lean_inc(x_2); lean_inc(x_1); -x_20 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___lambda__1), 6, 5); +x_20 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__1), 6, 5); lean_closure_set(x_20, 0, x_1); lean_closure_set(x_20, 1, x_2); lean_closure_set(x_20, 2, x_6); @@ -6488,7 +6597,7 @@ lean_inc(x_7); x_21 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_19, x_20); x_22 = lean_box_usize(x_10); x_23 = lean_box_usize(x_9); -x_24 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___lambda__2___boxed), 12, 11); +x_24 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__2___boxed), 12, 11); lean_closure_set(x_24, 0, x_1); lean_closure_set(x_24, 1, x_22); lean_closure_set(x_24, 2, x_2); @@ -6505,15 +6614,15 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___boxed), 12, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___boxed), 12, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -6533,21 +6642,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -6555,7 +6664,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -6563,7 +6672,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -6575,15 +6684,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -6603,21 +6712,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -6625,7 +6734,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -6633,7 +6742,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -6645,15 +6754,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -6673,21 +6782,21 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___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) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___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_10; lean_object* x_11; lean_object* x_12; x_9 = l_Lean_replaceRef(x_1, x_8); lean_inc(x_4); -x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg(x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(x_2, x_3, x_4, x_5, x_6, x_7); x_11 = lean_ctor_get(x_4, 1); lean_inc(x_11); lean_dec(x_4); @@ -6695,7 +6804,7 @@ x_12 = lean_apply_3(x_11, lean_box(0), x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -6703,7 +6812,7 @@ x_8 = lean_ctor_get(x_3, 0); lean_inc(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); -x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___lambda__1___boxed), 8, 7); +x_10 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg___lambda__1___boxed), 8, 7); lean_closure_set(x_10, 0, x_5); lean_closure_set(x_10, 1, x_1); lean_closure_set(x_10, 2, x_2); @@ -6715,15 +6824,15 @@ x_11 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_8, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; @@ -6743,15 +6852,43 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__1(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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_3, 0); +lean_inc(x_7); +lean_dec(x_3); +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); +lean_inc(x_8); +x_9 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_resolveId___spec__5___rarg___lambda__3), 6, 5); +lean_closure_set(x_9, 0, x_4); +lean_closure_set(x_9, 1, x_5); +lean_closure_set(x_9, 2, x_1); +lean_closure_set(x_9, 3, x_8); +lean_closure_set(x_9, 4, x_2); +x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72___rarg___boxed), 6, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1(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) { _start: { lean_object* x_12; lean_object* x_13; @@ -6802,7 +6939,7 @@ x_27 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_27, 0, x_26); x_28 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_28, 0, x_27); -x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg(x_4, x_8, x_9, x_10, x_28, x_6); +x_29 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(x_4, x_8, x_9, x_10, x_28, x_6); x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_OpenDecl_instMonadResolveNameM___spec__1___rarg___lambda__1), 3, 2); lean_closure_set(x_30, 0, x_13); lean_closure_set(x_30, 1, x_6); @@ -6834,7 +6971,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t 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; @@ -6845,7 +6982,7 @@ lean_inc(x_2); x_13 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_3, x_12); x_14 = lean_box(x_6); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__1___boxed), 11, 10); +x_15 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1___boxed), 11, 10); lean_closure_set(x_15, 0, x_4); lean_closure_set(x_15, 1, x_11); lean_closure_set(x_15, 2, x_5); @@ -6860,7 +6997,7 @@ x_16 = lean_apply_4(x_2, lean_box(0), lean_box(0), x_13, x_15); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* 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; lean_object* x_15; lean_object* x_16; lean_object* x_17; @@ -6878,7 +7015,7 @@ lean_inc(x_12); x_14 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_13); x_15 = lean_box(x_6); lean_inc(x_4); -x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__2___boxed), 11, 10); +x_16 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__2___boxed), 11, 10); lean_closure_set(x_16, 0, x_3); lean_closure_set(x_16, 1, x_4); lean_closure_set(x_16, 2, x_12); @@ -6893,7 +7030,7 @@ x_17 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_16); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___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, uint8_t x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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, uint8_t x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; @@ -6904,7 +7041,7 @@ x_11 = lean_ctor_get(x_1, 1); lean_inc(x_11); x_12 = lean_box(x_8); lean_inc(x_11); -x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__3___boxed), 10, 9); +x_13 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__3___boxed), 10, 9); lean_closure_set(x_13, 0, x_9); lean_closure_set(x_13, 1, x_6); lean_closure_set(x_13, 2, x_1); @@ -6918,22 +7055,22 @@ x_14 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_10, x_13); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___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, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_11 = l_Lean_replaceRef(x_1, x_10); x_12 = 0; lean_inc(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_12, x_9); x_14 = lean_ctor_get(x_5, 1); lean_inc(x_14); lean_dec(x_5); @@ -6941,7 +7078,7 @@ x_15 = lean_apply_3(x_14, lean_box(0), x_11, x_13); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___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_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___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) { _start: { switch (lean_obj_tag(x_7)) { @@ -6951,7 +7088,7 @@ lean_object* x_9; lean_object* x_10; lean_dec(x_6); lean_dec(x_2); x_9 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); +x_10 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg(x_1, x_3, x_4, x_5, x_7, x_9, x_8); return x_10; } case 1: @@ -6960,7 +7097,7 @@ lean_object* x_11; lean_object* x_12; lean_dec(x_6); lean_dec(x_2); x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); +x_12 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg(x_1, x_3, x_4, x_5, x_7, x_11, x_8); return x_12; } case 2: @@ -6969,7 +7106,7 @@ lean_object* x_13; lean_object* x_14; lean_dec(x_6); lean_dec(x_2); x_13 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__8___rarg___closed__3; -x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); +x_14 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg(x_1, x_3, x_4, x_5, x_7, x_13, x_8); return x_14; } default: @@ -7009,7 +7146,7 @@ x_22 = lean_ctor_get(x_4, 0); lean_inc(x_22); x_23 = lean_ctor_get(x_1, 1); lean_inc(x_23); -x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg___lambda__1___boxed), 10, 9); +x_24 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg___lambda__1___boxed), 10, 9); lean_closure_set(x_24, 0, x_7); lean_closure_set(x_24, 1, x_1); lean_closure_set(x_24, 2, x_2); @@ -7026,15 +7163,15 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___lambda__1(lean_object* x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg___lambda__1(lean_object* x_1, size_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, size_t x_7, lean_object* x_8, lean_object* x_9) { _start: { if (lean_obj_tag(x_9) == 0) @@ -7065,12 +7202,12 @@ lean_inc(x_14); lean_dec(x_9); x_15 = 1; x_16 = lean_usize_add(x_2, x_15); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_16, x_14, x_8); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_16, x_14, x_8); return x_17; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg(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; @@ -7100,20 +7237,20 @@ x_14 = lean_array_uget(x_5, x_7); x_15 = lean_ctor_get(x_1, 1); lean_inc(x_15); lean_inc(x_3); -x_16 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__1), 3, 2); +x_16 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__1), 3, 2); lean_closure_set(x_16, 0, x_14); lean_closure_set(x_16, 1, x_3); x_17 = lean_ctor_get(x_2, 1); lean_inc(x_17); x_18 = lean_apply_1(x_17, x_16); lean_inc(x_1); -x_19 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed), 2, 1); +x_19 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed), 2, 1); lean_closure_set(x_19, 0, x_1); lean_inc(x_4); x_20 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_18, x_19); x_21 = lean_box_usize(x_7); x_22 = lean_box_usize(x_6); -x_23 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___lambda__1___boxed), 9, 8); +x_23 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_23, 0, x_1); lean_closure_set(x_23, 1, x_21); lean_closure_set(x_23, 2, x_2); @@ -7127,15 +7264,15 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___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_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___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) { _start: { lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -7146,23 +7283,23 @@ x_9 = 0; x_10 = lean_box(0); lean_inc(x_4); lean_inc(x_1); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(x_1, x_2, x_3, x_4, x_6, x_8, x_9, x_10, x_5); -x_12 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1___boxed), 2, 1); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg(x_1, x_2, x_3, x_4, x_6, x_8, x_9, x_10, x_5); +x_12 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed), 2, 1); lean_closure_set(x_12, 0, x_1); x_13 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_11, x_12); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg(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_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___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_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_6 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2; +x_6 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2; x_7 = lean_apply_2(x_3, lean_box(0), x_6); x_8 = lean_ctor_get(x_1, 1); lean_inc(x_8); lean_inc(x_8); -x_9 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg___lambda__1), 6, 5); +x_9 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___rarg___lambda__1), 6, 5); lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_2); lean_closure_set(x_9, 2, x_4); @@ -7172,27 +7309,27 @@ x_10 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_7, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg), 5, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___rarg), 5, 0); return x_2; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___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) { _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_inc(x_1); -x_8 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg(x_1, x_2, x_3, x_4, x_5); -x_9 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed), 2, 1); +x_8 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__73___rarg(x_1, x_2, x_3, x_4, x_5); +x_9 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed), 2, 1); lean_closure_set(x_9, 0, x_1); x_10 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_8, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___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) { _start: { if (lean_obj_tag(x_7) == 0) @@ -7221,12 +7358,12 @@ lean_object* x_12; lean_object* x_13; x_12 = lean_ctor_get(x_7, 0); lean_inc(x_12); lean_dec(x_7); -x_13 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg(x_1, x_2, x_3, x_4, x_5, x_12, x_6); +x_13 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg(x_1, x_2, x_3, x_4, x_5, x_12, x_6); return x_13; } } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___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) { _start: { if (lean_obj_tag(x_5) == 0) @@ -7269,7 +7406,7 @@ lean_inc(x_7); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_17 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1___boxed), 7, 6); +x_17 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___lambda__1___boxed), 7, 6); lean_closure_set(x_17, 0, x_1); lean_closure_set(x_17, 1, x_2); lean_closure_set(x_17, 2, x_3); @@ -7278,7 +7415,7 @@ lean_closure_set(x_17, 4, x_7); lean_closure_set(x_17, 5, x_4); lean_inc(x_4); x_18 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_16, x_17); -x_19 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__2), 7, 6); +x_19 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___lambda__2), 7, 6); lean_closure_set(x_19, 0, x_1); lean_closure_set(x_19, 1, x_2); lean_closure_set(x_19, 2, x_3); @@ -7290,31 +7427,31 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70(lean_object* x_1) { +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___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) { _start: { lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; x_7 = lean_box(0); lean_inc(x_4); lean_inc(x_1); -x_8 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg(x_1, x_2, x_3, x_4, x_6, x_7, x_5); +x_8 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg(x_1, x_2, x_3, x_4, x_6, x_7, x_5); lean_inc(x_4); -x_9 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2___boxed), 3, 2); +x_9 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2___boxed), 3, 2); lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_4); x_10 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_8, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___lambda__2(lean_object* 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, lean_object* x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___lambda__2(lean_object* 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, lean_object* x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { _start: { if (lean_obj_tag(x_12) == 0) @@ -7348,12 +7485,12 @@ lean_inc(x_17); lean_dec(x_12); x_18 = 1; x_19 = lean_usize_add(x_2, x_18); -x_20 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_19, x_17, x_11); +x_20 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_19, x_17, x_11); return x_20; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___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, size_t x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___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, size_t x_9, size_t x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -7392,13 +7529,13 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_19 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_17, x_12); +x_19 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_17, x_12); lean_inc(x_12); lean_inc(x_7); lean_inc(x_6); lean_inc(x_2); lean_inc(x_1); -x_20 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___lambda__1), 6, 5); +x_20 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___lambda__1), 6, 5); lean_closure_set(x_20, 0, x_1); lean_closure_set(x_20, 1, x_2); lean_closure_set(x_20, 2, x_6); @@ -7408,7 +7545,7 @@ lean_inc(x_7); x_21 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_19, x_20); x_22 = lean_box_usize(x_10); x_23 = lean_box_usize(x_9); -x_24 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___lambda__2___boxed), 12, 11); +x_24 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___lambda__2___boxed), 12, 11); lean_closure_set(x_24, 0, x_1); lean_closure_set(x_24, 1, x_22); lean_closure_set(x_24, 2, x_2); @@ -7425,11 +7562,11 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___boxed), 12, 0); +x_2 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___boxed), 12, 0); return x_2; } } @@ -7604,7 +7741,7 @@ x_17 = lean_box(0); lean_inc(x_11); lean_inc(x_9); lean_inc(x_3); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_13, x_14, x_16, x_10, x_17, x_11); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_13, x_14, x_16, x_10, x_17, x_11); lean_inc(x_9); x_19 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__6___boxed), 5, 4); lean_closure_set(x_19, 0, x_3); @@ -7619,7 +7756,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__8(si _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_10 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(x_1, x_2, x_3); +x_10 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(x_1, x_2, x_3); x_11 = lean_array_to_list(lean_box(0), x_10); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_4); @@ -7656,7 +7793,7 @@ lean_inc(x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1, x_14, x_15, x_16, x_10); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_1, x_14, x_15, x_16, x_10); x_18 = lean_box_usize(x_14); x_19 = l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__9___boxed__const__1; lean_inc(x_8); @@ -7682,7 +7819,7 @@ lean_inc(x_11); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_12 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(x_1, x_2, x_3, x_11, x_4); +x_12 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg(x_1, x_2, x_3, x_11, x_4); lean_inc(x_9); x_13 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__9___boxed), 12, 11); lean_closure_set(x_13, 0, x_5); @@ -7712,7 +7849,7 @@ x_16 = lean_box(0); lean_inc(x_10); lean_inc(x_9); lean_inc(x_2); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12, x_1, x_14, x_15, x_16, x_10); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12, x_1, x_14, x_15, x_16, x_10); lean_inc(x_9); x_18 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__6___boxed), 5, 4); lean_closure_set(x_18, 0, x_2); @@ -8024,7 +8161,7 @@ lean_inc(x_9); lean_inc(x_6); lean_inc(x_8); lean_inc(x_2); -x_65 = l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_61, x_12); +x_65 = l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_61, x_12); lean_inc(x_3); x_66 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__10), 11, 10); lean_closure_set(x_66, 0, x_2); @@ -8060,7 +8197,7 @@ lean_inc(x_9); lean_inc(x_6); lean_inc(x_8); lean_inc(x_2); -x_74 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_70, x_12); +x_74 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_70, x_12); lean_inc(x_3); x_75 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__11), 12, 11); lean_closure_set(x_75, 0, x_73); @@ -8097,7 +8234,7 @@ x_84 = lean_box(0); lean_inc(x_12); lean_inc(x_3); lean_inc(x_2); -x_85 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_3, x_80, x_82, x_83, x_84, x_12); +x_85 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_3, x_80, x_82, x_83, x_84, x_12); lean_inc(x_3); x_86 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__6___boxed), 5, 4); lean_closure_set(x_86, 0, x_2); @@ -8127,7 +8264,7 @@ x_95 = lean_box(0); lean_inc(x_12); lean_inc(x_3); lean_inc(x_2); -x_96 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_3, x_91, x_93, x_94, x_95, x_12); +x_96 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg(x_2, x_8, x_6, x_9, x_10, x_1, x_3, x_91, x_93, x_94, x_95, x_12); lean_inc(x_3); x_97 = lean_alloc_closure((void*)(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__6___boxed), 5, 4); lean_closure_set(x_97, 0, x_2); @@ -8409,6 +8546,15 @@ lean_dec(x_6); return x_7; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +return x_7; +} +} LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__15___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -8469,20 +8615,20 @@ lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__17___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__18___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } @@ -8496,7 +8642,7 @@ lean_dec(x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___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: { size_t x_14; size_t x_15; lean_object* x_16; @@ -8504,29 +8650,29 @@ x_14 = lean_unbox_usize(x_2); lean_dec(x_2); x_15 = lean_unbox_usize(x_11); lean_dec(x_11); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__1(x_1, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1(x_1, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15, x_12, x_13); return x_16; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2(x_1, x_2); +x_3 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___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, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___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, lean_object* x_12, lean_object* x_13) { _start: { size_t x_14; size_t x_15; lean_object* x_16; @@ -8534,157 +8680,166 @@ x_14 = lean_unbox_usize(x_10); lean_dec(x_10); x_15 = lean_unbox_usize(x_11); lean_dec(x_11); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_15, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_15, x_12, x_13); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__23___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__24___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__25___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__26___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__27___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___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_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_5); lean_dec(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___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) { _start: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_6); lean_dec(x_6); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___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) { _start: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_6); lean_dec(x_6); -x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); +x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___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_8); lean_dec(x_8); -x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__28___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); +x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__29___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg___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: { lean_object* x_11; -x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__22___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_10); lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__30___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__31___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___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_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___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_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__21___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -8692,11 +8847,11 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_7); lean_dec(x_7); -x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg___lambda__2(x_1, x_10, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg___lambda__2(x_1, x_10, x_3, x_4, x_5, x_6, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -8704,38 +8859,38 @@ 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_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__33___rarg(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___rarg(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___lambda__1(x_1, x_2); +x_3 = l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__1(x_1, x_2); +x_3 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__2(x_1, x_2, x_3); +x_4 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__2(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___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) { _start: { size_t x_14; size_t x_15; lean_object* x_16; @@ -8743,11 +8898,11 @@ x_14 = lean_unbox_usize(x_2); lean_dec(x_2); x_15 = lean_unbox_usize(x_11); lean_dec(x_11); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___lambda__3(x_1, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__3(x_1, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15, x_12, x_13); return x_16; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___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, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___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, lean_object* x_12, lean_object* x_13) { _start: { size_t x_14; size_t x_15; lean_object* x_16; @@ -8755,11 +8910,11 @@ x_14 = lean_unbox_usize(x_10); lean_dec(x_10); x_15 = lean_unbox_usize(x_11); lean_dec(x_11); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_15, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_15, x_12, x_13); return x_16; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___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; @@ -8767,130 +8922,139 @@ 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_OpenDecl_elabOpenDecl___spec__35(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__40___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__39___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__42___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__41___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__44___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_5); lean_dec(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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) { _start: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_6); lean_dec(x_6); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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) { _start: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_6); lean_dec(x_6); -x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); +x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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_8); lean_dec(x_8); -x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__43___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); +x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg___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: { lean_object* x_11; -x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__36___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__38___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_10); lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___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: { size_t x_15; size_t x_16; lean_object* x_17; @@ -8898,11 +9062,11 @@ x_15 = lean_unbox_usize(x_2); lean_dec(x_2); x_16 = lean_unbox_usize(x_12); lean_dec(x_12); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg___lambda__1(x_1, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16, x_13, x_14); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg___lambda__1(x_1, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16, x_13, x_14); return x_17; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___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, lean_object* x_12, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___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, lean_object* x_12, lean_object* x_13, lean_object* x_14) { _start: { size_t x_15; size_t x_16; lean_object* x_17; @@ -8910,130 +9074,139 @@ x_15 = lean_unbox_usize(x_11); lean_dec(x_11); x_16 = lean_unbox_usize(x_12); lean_dec(x_12); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__45___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15, x_16, x_13, x_14); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_15, x_16, x_13, x_14); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__48___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__47___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__50___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__52___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__55___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__51___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__57___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__54___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___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_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_5); lean_dec(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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) { _start: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_6); lean_dec(x_6); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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) { _start: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_6); lean_dec(x_6); -x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); +x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___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_8); lean_dec(x_8); -x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__53___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); +x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg___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: { lean_object* x_11; -x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__46___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__49___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_10); lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -9041,11 +9214,11 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_7); lean_dec(x_7); -x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg___lambda__1(x_1, x_10, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___lambda__1(x_1, x_10, x_3, x_4, x_5, x_6, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -9053,11 +9226,11 @@ 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_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__56___rarg(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___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: { size_t x_13; size_t x_14; lean_object* x_15; @@ -9065,11 +9238,11 @@ x_13 = lean_unbox_usize(x_2); lean_dec(x_2); x_14 = lean_unbox_usize(x_10); lean_dec(x_10); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg___lambda__2(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__2(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_11, x_12); return x_15; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___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, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___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, lean_object* x_12) { _start: { size_t x_13; size_t x_14; lean_object* x_15; @@ -9077,130 +9250,139 @@ x_13 = lean_unbox_usize(x_9); lean_dec(x_9); x_14 = lean_unbox_usize(x_10); lean_dec(x_10); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__58___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_14, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_14, x_11, x_12); return x_15; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__61___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__60___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__62___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__65___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__64___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwErrorAt___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__68___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__67___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +lean_object* x_7; +x_7 = l_Lean_throwError___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__72___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_5); lean_dec(x_5); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1(x_1, x_2, x_3, x_4, x_12, x_6, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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) { _start: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_6); lean_dec(x_6); -x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); +x_13 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12, x_7, x_8, x_9, x_10, x_11); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___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_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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) { _start: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_6); lean_dec(x_6); -x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); +x_12 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_11, x_7, x_8, x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___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_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___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_8); lean_dec(x_8); -x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__66___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); +x_11 = l_Lean_resolveNamespaceCore___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_10, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg___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_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg___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: { lean_object* x_11; -x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__59___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_resolveNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__63___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_10); lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -9208,11 +9390,11 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_7); lean_dec(x_7); -x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg___lambda__1(x_1, x_10, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg___lambda__1(x_1, x_10, x_3, x_4, x_5, x_6, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -9220,20 +9402,20 @@ 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_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__69___rarg(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__74___rarg(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___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_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___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_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__70___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_List_forIn_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__75___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___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_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___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: { size_t x_13; size_t x_14; lean_object* x_15; @@ -9241,11 +9423,11 @@ x_13 = lean_unbox_usize(x_2); lean_dec(x_2); x_14 = lean_unbox_usize(x_10); lean_dec(x_10); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg___lambda__2(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg___lambda__2(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_14, x_11, x_12); return x_15; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___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, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___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, lean_object* x_12) { _start: { size_t x_13; size_t x_14; lean_object* x_15; @@ -9253,7 +9435,7 @@ x_13 = lean_unbox_usize(x_9); lean_dec(x_9); x_14 = lean_unbox_usize(x_10); lean_dec(x_10); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__71___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_14, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__76___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_13, x_14, x_11, x_12); return x_15; } } @@ -9503,12 +9685,12 @@ l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___r lean_mark_persistent(l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1___closed__1); l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1___closed__2 = _init_l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1___closed__2(); lean_mark_persistent(l_Lean_resolveUniqueNamespace___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__7___rarg___lambda__1___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__19___rarg___lambda__2___closed__1); -l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__1 = _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__1(); -lean_mark_persistent(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__1); -l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2 = _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2(); -lean_mark_persistent(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__32___rarg___closed__2); +l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__20___rarg___lambda__2___closed__1); +l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__1 = _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__1(); +lean_mark_persistent(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__1); +l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2 = _init_l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2(); +lean_mark_persistent(l_Lean_activateScoped___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__34___rarg___closed__2); l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__1 = _init_l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__1(); lean_mark_persistent(l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__1); l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__2 = _init_l_Lean_Elab_OpenDecl_elabOpenDecl___rarg___lambda__5___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/ParseImportsFast.c b/stage0/stdlib/Lean/Elab/ParseImportsFast.c index b5964e5e900b..0367201f9553 100644 --- a/stage0/stdlib/Lean/Elab/ParseImportsFast.c +++ b/stage0/stdlib/Lean/Elab/ParseImportsFast.c @@ -13,12 +13,11 @@ #ifdef __cplusplus extern "C" { #endif -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); lean_object* l_List_join___rarg(lean_object*); -static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1; static lean_object* l_Lean_ParseImports_State_imports___default___closed__1; LEAN_EXPORT lean_object* l_Lean_ParseImports_isIdCont___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_compress(lean_object*); uint32_t lean_string_utf8_get(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -26,19 +25,23 @@ LEAN_EXPORT lean_object* l_Lean_ParseImports_instInhabitedParser___boxed(lean_ob LEAN_EXPORT lean_object* l_Lean_ParseImports_takeWhile___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_andthen(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718_(lean_object*); static lean_object* l_Lean_ParseImports_finishCommentBlock_eoi___closed__2; +static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__2; static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_keyword___spec__1___closed__2; static lean_object* l_Lean_ParseImports_instInhabitedState___closed__1; LEAN_EXPORT lean_object* l_Lean_ParseImports_moduleIdent_parse(uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_isIdRestFast___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__4(lean_object*, uint8_t, lean_object*, lean_object*); extern uint32_t l_Lean_idBeginEscape; +static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__1; LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_State_pos___default; -LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_preludeOpt___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_State_error_x3f___default; LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_takeWhile___spec__1(lean_object*, lean_object*, lean_object*); @@ -50,48 +53,50 @@ size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_parseImports_x27___closed__1; static lean_object* l_Lean_ParseImports_moduleIdent_parse___closed__1; LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__1(lean_object*, lean_object*); lean_object* lean_string_utf8_next(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil(lean_object*, lean_object*, lean_object*); uint8_t l_Char_isAlphanum(uint32_t); uint8_t l_Char_isWhitespace(uint32_t); +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_instInhabitedParser___rarg(lean_object*); static lean_object* l_Lean_ParseImports_whitespace___closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_keyword___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_whitespace(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_preludeOpt(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__1; +static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__2; static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__2; static lean_object* l_Lean_ParseImports_moduleIdent_parse___closed__4; static lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___closed__1; static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_whitespace___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791____spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_string_utf8_at_end(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799_(lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_State_next___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_ParseImports_isIdCont(lean_object*, lean_object*); static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_keyword___spec__1___closed__1; static lean_object* l_Lean_ParseImports_main___closed__1; -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628_(lean_object*); uint32_t lean_string_utf8_get_fast(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_finishCommentBlock___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__1; LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_many(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_keyword(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__2; static lean_object* l_Lean_ParseImports_State_mkEOIError___closed__2; LEAN_EXPORT lean_object* l_Lean_ParseImports_State_mkEOIError(lean_object*); lean_object* l_IO_FS_readFile(lean_object*, lean_object*); uint8_t l_Lean_isLetterLike(uint32_t); LEAN_EXPORT lean_object* l_Lean_ParseImports_moduleIdent_parse___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799____spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_instAndThenParser(lean_object*, lean_object*, lean_object*, lean_object*); extern uint32_t l_Lean_idEndEscape; LEAN_EXPORT lean_object* l_Lean_ParseImports_instInhabitedParser___rarg___boxed(lean_object*); @@ -102,6 +107,7 @@ LEAN_EXPORT lean_object* l_Lean_ParseImports_isIdRestCold___boxed(lean_object*); static lean_object* l_Lean_ParseImports_State_mkEOIError___closed__1; static lean_object* l_Lean_parseImports_x27___closed__2; LEAN_EXPORT lean_object* l_Lean_ParseImports_State_mkError(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instToJsonImport___closed__1; static lean_object* l_Lean_ParseImports_moduleIdent_parse___closed__3; LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -113,7 +119,6 @@ LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImpor lean_object* l_Array_shrink___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_parseImports_x27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrintImportResult_imports_x3f___default; -LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710_(lean_object*); LEAN_EXPORT lean_object* l_Lean_parseImports_x27___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_keyword___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); @@ -121,8 +126,8 @@ LEAN_EXPORT lean_object* l_Lean_PrintImportResult_errors___default; static lean_object* l_Lean_ParseImports_whitespace___closed__1; LEAN_EXPORT lean_object* l_Lean_ParseImports_finishCommentBlock(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_main(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_instToJsonPrintImportResult___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_moduleIdent(uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_preludeOpt___spec__1___closed__1; lean_object* lean_string_utf8_next_fast(lean_object*, lean_object*); @@ -130,10 +135,9 @@ LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore(lean_object*, lean_obje LEAN_EXPORT lean_object* l_Lean_instToJsonPrintImportsResult; LEAN_EXPORT lean_object* l_Lean_ParseImports_preludeOpt___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__2(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799____spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_State_pushModule(lean_object*, uint8_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791____spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_ParseImports_keywordCore_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_takeWhile___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -162,9 +166,7 @@ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean_ParseImports_moduleIdent_parse___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_printImportsJson___spec__1(size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParseImports_whitespace___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791_(lean_object*); LEAN_EXPORT uint8_t l_Lean_ParseImports_isIdRestFast(uint32_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_instToJsonPrintImportResult; static lean_object* _init_l_Lean_ParseImports_State_imports___default___closed__1() { _start: @@ -1988,175 +1990,198 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__1(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; lean_object* x_4; uint8_t x_15; -x_3 = lean_ctor_get(x_2, 1); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_15 = lean_string_utf8_at_end(x_1, x_3); -if (x_15 == 0) -{ -uint32_t x_16; uint8_t x_17; -x_16 = lean_string_utf8_get_fast(x_1, x_3); -x_17 = l_Char_isAlphanum(x_16); -if (x_17 == 0) +x_4 = lean_ctor_get(x_2, 1); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 2); +lean_inc(x_5); +x_6 = lean_string_utf8_at_end(x_1, x_4); +if (x_6 == 0) { -uint32_t x_18; uint8_t x_19; -x_18 = 46; -x_19 = lean_uint32_dec_eq(x_16, x_18); +uint8_t x_7; uint32_t x_18; uint8_t x_19; +x_18 = lean_string_utf8_get_fast(x_1, x_4); +x_19 = l_Char_isAlphanum(x_18); if (x_19 == 0) { uint32_t x_20; uint8_t x_21; -x_20 = 10; -x_21 = lean_uint32_dec_eq(x_16, x_20); +x_20 = 46; +x_21 = lean_uint32_dec_eq(x_18, x_20); if (x_21 == 0) { uint32_t x_22; uint8_t x_23; -x_22 = 32; -x_23 = lean_uint32_dec_eq(x_16, x_22); +x_22 = 10; +x_23 = lean_uint32_dec_eq(x_18, x_22); if (x_23 == 0) { uint32_t x_24; uint8_t x_25; -x_24 = 95; -x_25 = lean_uint32_dec_eq(x_16, x_24); +x_24 = 32; +x_25 = lean_uint32_dec_eq(x_18, x_24); if (x_25 == 0) { uint32_t x_26; uint8_t x_27; -x_26 = 39; -x_27 = lean_uint32_dec_eq(x_16, x_26); +x_26 = 95; +x_27 = lean_uint32_dec_eq(x_18, x_26); if (x_27 == 0) { uint32_t x_28; uint8_t x_29; -x_28 = 33; -x_29 = lean_uint32_dec_eq(x_16, x_28); +x_28 = 39; +x_29 = lean_uint32_dec_eq(x_18, x_28); if (x_29 == 0) { uint32_t x_30; uint8_t x_31; -x_30 = 63; -x_31 = lean_uint32_dec_eq(x_16, x_30); +x_30 = 33; +x_31 = lean_uint32_dec_eq(x_18, x_30); if (x_31 == 0) { -uint8_t x_32; -x_32 = l_Lean_isLetterLike(x_16); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = l_Lean_isSubScriptAlnum(x_16); +uint32_t x_32; uint8_t x_33; +x_32 = 63; +x_33 = lean_uint32_dec_eq(x_18, x_32); if (x_33 == 0) { -lean_dec(x_3); -return x_2; -} -else +uint8_t x_34; +x_34 = l_Lean_isLetterLike(x_18); +if (x_34 == 0) { -lean_object* x_34; -x_34 = lean_box(0); -x_4 = x_34; -goto block_14; -} +uint8_t x_35; +x_35 = l_Lean_isSubScriptAlnum(x_18); +if (x_35 == 0) +{ +uint8_t x_36; +x_36 = 1; +x_7 = x_36; +goto block_17; } else { -lean_object* x_35; -x_35 = lean_box(0); -x_4 = x_35; -goto block_14; +uint8_t x_37; +x_37 = 0; +x_7 = x_37; +goto block_17; } } else { -lean_object* x_36; -x_36 = lean_box(0); -x_4 = x_36; -goto block_14; +uint8_t x_38; +x_38 = 0; +x_7 = x_38; +goto block_17; } } else { -lean_object* x_37; -x_37 = lean_box(0); -x_4 = x_37; -goto block_14; +uint8_t x_39; +x_39 = 0; +x_7 = x_39; +goto block_17; } } else { -lean_object* x_38; -x_38 = lean_box(0); -x_4 = x_38; -goto block_14; +uint8_t x_40; +x_40 = 0; +x_7 = x_40; +goto block_17; } } else { -lean_object* x_39; -x_39 = lean_box(0); -x_4 = x_39; -goto block_14; +uint8_t x_41; +x_41 = 0; +x_7 = x_41; +goto block_17; } } else { -lean_dec(x_3); -return x_2; +uint8_t x_42; +x_42 = 0; +x_7 = x_42; +goto block_17; } } else { -lean_dec(x_3); -return x_2; +uint8_t x_43; +x_43 = 1; +x_7 = x_43; +goto block_17; } } else { -lean_dec(x_3); -return x_2; +uint8_t x_44; +x_44 = 1; +x_7 = x_44; +goto block_17; } } else { -lean_object* x_40; -x_40 = lean_box(0); -x_4 = x_40; -goto block_14; +uint8_t x_45; +x_45 = 1; +x_7 = x_45; +goto block_17; } } else { -lean_dec(x_3); -return x_2; +uint8_t x_46; +x_46 = 0; +x_7 = x_46; +goto block_17; } -block_14: +block_17: { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -lean_dec(x_4); -x_5 = lean_ctor_get(x_2, 0); -lean_inc(x_5); -x_6 = lean_string_utf8_next_fast(x_1, x_3); -lean_dec(x_3); -x_7 = !lean_is_exclusive(x_2); if (x_7 == 0) { -lean_object* x_8; lean_object* x_9; -x_8 = lean_ctor_get(x_2, 1); -lean_dec(x_8); -x_9 = lean_ctor_get(x_2, 0); +uint8_t x_8; +x_8 = !lean_is_exclusive(x_2); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_ctor_get(x_2, 2); lean_dec(x_9); -lean_ctor_set(x_2, 1, x_6); +x_10 = lean_ctor_get(x_2, 1); +lean_dec(x_10); +x_11 = lean_ctor_get(x_2, 0); +lean_dec(x_11); +x_12 = lean_string_utf8_next_fast(x_1, x_4); +lean_dec(x_4); +lean_ctor_set(x_2, 1, x_12); goto _start; } else { -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_2, 2); -lean_inc(x_11); +lean_object* x_14; lean_object* x_15; lean_dec(x_2); -x_12 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_12, 0, x_5); -lean_ctor_set(x_12, 1, x_6); -lean_ctor_set(x_12, 2, x_11); -x_2 = x_12; +x_14 = lean_string_utf8_next_fast(x_1, x_4); +lean_dec(x_4); +x_15 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_15, 0, x_3); +lean_ctor_set(x_15, 1, x_14); +lean_ctor_set(x_15, 2, x_5); +x_2 = x_15; goto _start; } } +else +{ +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_2; +} +} +} +else +{ +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_2; +} } } LEAN_EXPORT lean_object* l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2(lean_object* x_1, lean_object* x_2) { @@ -2303,660 +2328,608 @@ return x_4; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint32_t x_25; uint32_t x_26; uint8_t x_27; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; uint32_t x_36; uint32_t x_37; uint8_t x_38; x_18 = lean_string_utf8_next_fast(x_2, x_6); lean_ctor_set(x_4, 1, x_18); x_19 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__1(x_2, x_4); -x_20 = lean_ctor_get(x_19, 0); +x_20 = lean_ctor_get(x_19, 1); lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -x_22 = lean_ctor_get(x_19, 2); -lean_inc(x_22); -x_23 = lean_string_utf8_extract(x_2, x_6, x_21); +x_21 = lean_string_utf8_extract(x_2, x_6, x_20); lean_dec(x_6); -x_24 = l_Lean_Name_str___override(x_3, x_23); -x_25 = lean_string_utf8_get(x_2, x_21); -x_26 = 46; -x_27 = lean_uint32_dec_eq(x_25, x_26); -if (x_27 == 0) +x_22 = l_Lean_Name_str___override(x_3, x_21); +x_36 = lean_string_utf8_get(x_2, x_20); +x_37 = 46; +x_38 = lean_uint32_dec_eq(x_36, x_37); +if (x_38 == 0) { -lean_object* x_28; lean_object* x_29; -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_20); -x_28 = l_Lean_ParseImports_State_pushModule(x_24, x_1, x_19); -x_29 = l_Lean_ParseImports_whitespace(x_2, x_28); -return x_29; +uint8_t x_39; +x_39 = 0; +x_23 = x_39; +goto block_35; } else { -lean_object* x_30; uint8_t x_31; -x_30 = lean_string_utf8_next(x_2, x_21); -lean_dec(x_21); -x_31 = lean_string_utf8_at_end(x_2, x_30); -if (x_31 == 0) -{ -uint32_t x_32; uint8_t x_33; -x_32 = lean_string_utf8_get_fast(x_2, x_30); -x_33 = l_Lean_isIdFirst(x_32); -if (x_33 == 0) +lean_object* x_40; uint8_t x_41; +x_40 = lean_string_utf8_next(x_2, x_20); +x_41 = lean_string_utf8_at_end(x_2, x_40); +if (x_41 == 0) { -uint8_t x_34; -x_34 = lean_uint32_dec_eq(x_32, x_14); -if (x_34 == 0) +uint32_t x_42; uint8_t x_43; +x_42 = lean_string_utf8_get_fast(x_2, x_40); +lean_dec(x_40); +x_43 = l_Lean_isIdFirst(x_42); +if (x_43 == 0) { -lean_object* x_35; lean_object* x_36; -lean_dec(x_30); -lean_dec(x_22); -lean_dec(x_20); -x_35 = l_Lean_ParseImports_State_pushModule(x_24, x_1, x_19); -x_36 = l_Lean_ParseImports_whitespace(x_2, x_35); -return x_36; +uint8_t x_44; +x_44 = lean_uint32_dec_eq(x_42, x_14); +x_23 = x_44; +goto block_35; } else { -uint8_t x_37; -x_37 = !lean_is_exclusive(x_19); -if (x_37 == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_19, 2); -lean_dec(x_38); -x_39 = lean_ctor_get(x_19, 1); -lean_dec(x_39); -x_40 = lean_ctor_get(x_19, 0); -lean_dec(x_40); -lean_ctor_set(x_19, 1, x_30); -x_3 = x_24; -x_4 = x_19; -goto _start; +uint8_t x_45; +x_45 = 1; +x_23 = x_45; +goto block_35; +} } else { -lean_object* x_42; -lean_dec(x_19); -x_42 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_42, 0, x_20); -lean_ctor_set(x_42, 1, x_30); -lean_ctor_set(x_42, 2, x_22); -x_3 = x_24; -x_4 = x_42; -goto _start; +uint8_t x_46; +lean_dec(x_40); +x_46 = 0; +x_23 = x_46; +goto block_35; } } +block_35: +{ +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; +lean_dec(x_20); +x_24 = l_Lean_ParseImports_State_pushModule(x_22, x_1, x_19); +x_25 = l_Lean_ParseImports_whitespace(x_2, x_24); +return x_25; } else { -uint8_t x_44; -x_44 = !lean_is_exclusive(x_19); -if (x_44 == 0) +lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_ctor_get(x_19, 0); +lean_inc(x_26); +x_27 = lean_string_utf8_next(x_2, x_20); +lean_dec(x_20); +x_28 = !lean_is_exclusive(x_19); +if (x_28 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_19, 2); -lean_dec(x_45); -x_46 = lean_ctor_get(x_19, 1); -lean_dec(x_46); -x_47 = lean_ctor_get(x_19, 0); -lean_dec(x_47); -lean_ctor_set(x_19, 1, x_30); -x_3 = x_24; +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_19, 1); +lean_dec(x_29); +x_30 = lean_ctor_get(x_19, 0); +lean_dec(x_30); +lean_ctor_set(x_19, 1, x_27); +x_3 = x_22; x_4 = x_19; goto _start; } else { -lean_object* x_49; +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_19, 2); +lean_inc(x_32); lean_dec(x_19); -x_49 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_49, 0, x_20); -lean_ctor_set(x_49, 1, x_30); -lean_ctor_set(x_49, 2, x_22); -x_3 = x_24; -x_4 = x_49; +x_33 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_33, 0, x_26); +lean_ctor_set(x_33, 1, x_27); +lean_ctor_set(x_33, 2, x_32); +x_3 = x_22; +x_4 = x_33; goto _start; } } } -else -{ -lean_object* x_51; lean_object* x_52; -lean_dec(x_30); -lean_dec(x_22); -lean_dec(x_20); -x_51 = l_Lean_ParseImports_State_pushModule(x_24, x_1, x_19); -x_52 = l_Lean_ParseImports_whitespace(x_2, x_51); -return x_52; -} -} } } else { -lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_53 = lean_string_utf8_next_fast(x_2, x_6); +lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_47 = lean_string_utf8_next_fast(x_2, x_6); lean_dec(x_6); -lean_inc(x_53); -lean_ctor_set(x_4, 1, x_53); -x_54 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2(x_2, x_4); -x_55 = !lean_is_exclusive(x_54); -if (x_55 == 0) -{ -lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_56 = lean_ctor_get(x_54, 0); -x_57 = lean_ctor_get(x_54, 1); -x_58 = lean_ctor_get(x_54, 2); -x_59 = lean_string_utf8_at_end(x_2, x_57); -if (x_59 == 0) -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; uint32_t x_63; uint32_t x_64; uint8_t x_65; -x_60 = lean_string_utf8_next_fast(x_2, x_57); -lean_inc(x_58); -lean_inc(x_60); -lean_inc(x_56); -lean_ctor_set(x_54, 1, x_60); -x_61 = lean_string_utf8_extract(x_2, x_53, x_57); -lean_dec(x_57); -lean_dec(x_53); -x_62 = l_Lean_Name_str___override(x_3, x_61); -x_63 = lean_string_utf8_get(x_2, x_60); -x_64 = 46; -x_65 = lean_uint32_dec_eq(x_63, x_64); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; -lean_dec(x_60); -lean_dec(x_58); -lean_dec(x_56); -x_66 = l_Lean_ParseImports_State_pushModule(x_62, x_1, x_54); -x_67 = l_Lean_ParseImports_whitespace(x_2, x_66); -return x_67; +lean_inc(x_47); +lean_ctor_set(x_4, 1, x_47); +x_48 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2(x_2, x_4); +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_50 = lean_ctor_get(x_48, 0); +x_51 = lean_ctor_get(x_48, 1); +x_52 = lean_ctor_get(x_48, 2); +x_53 = lean_string_utf8_at_end(x_2, x_51); +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; uint32_t x_64; uint32_t x_65; uint8_t x_66; +x_54 = lean_string_utf8_next_fast(x_2, x_51); +lean_inc(x_52); +lean_inc(x_54); +lean_inc(x_50); +lean_ctor_set(x_48, 1, x_54); +x_55 = lean_string_utf8_extract(x_2, x_47, x_51); +lean_dec(x_51); +lean_dec(x_47); +x_56 = l_Lean_Name_str___override(x_3, x_55); +x_64 = lean_string_utf8_get(x_2, x_54); +x_65 = 46; +x_66 = lean_uint32_dec_eq(x_64, x_65); +if (x_66 == 0) +{ +uint8_t x_67; +x_67 = 0; +x_57 = x_67; +goto block_63; } else { lean_object* x_68; uint8_t x_69; -x_68 = lean_string_utf8_next(x_2, x_60); -lean_dec(x_60); +x_68 = lean_string_utf8_next(x_2, x_54); x_69 = lean_string_utf8_at_end(x_2, x_68); if (x_69 == 0) { uint32_t x_70; uint8_t x_71; x_70 = lean_string_utf8_get_fast(x_2, x_68); +lean_dec(x_68); x_71 = l_Lean_isIdFirst(x_70); if (x_71 == 0) { uint8_t x_72; x_72 = lean_uint32_dec_eq(x_70, x_14); -if (x_72 == 0) -{ -lean_object* x_73; lean_object* x_74; -lean_dec(x_68); -lean_dec(x_58); -lean_dec(x_56); -x_73 = l_Lean_ParseImports_State_pushModule(x_62, x_1, x_54); -x_74 = l_Lean_ParseImports_whitespace(x_2, x_73); -return x_74; +x_57 = x_72; +goto block_63; } else { -lean_object* x_75; -lean_dec(x_54); -x_75 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_75, 0, x_56); -lean_ctor_set(x_75, 1, x_68); -lean_ctor_set(x_75, 2, x_58); -x_3 = x_62; -x_4 = x_75; -goto _start; +uint8_t x_73; +x_73 = 1; +x_57 = x_73; +goto block_63; } } else { -lean_object* x_77; -lean_dec(x_54); -x_77 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_77, 0, x_56); -lean_ctor_set(x_77, 1, x_68); -lean_ctor_set(x_77, 2, x_58); -x_3 = x_62; -x_4 = x_77; -goto _start; +uint8_t x_74; +lean_dec(x_68); +x_74 = 0; +x_57 = x_74; +goto block_63; } } +block_63: +{ +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_54); +lean_dec(x_52); +lean_dec(x_50); +x_58 = l_Lean_ParseImports_State_pushModule(x_56, x_1, x_48); +x_59 = l_Lean_ParseImports_whitespace(x_2, x_58); +return x_59; +} else { -lean_object* x_79; lean_object* x_80; -lean_dec(x_68); -lean_dec(x_58); -lean_dec(x_56); -x_79 = l_Lean_ParseImports_State_pushModule(x_62, x_1, x_54); -x_80 = l_Lean_ParseImports_whitespace(x_2, x_79); -return x_80; +lean_object* x_60; lean_object* x_61; +lean_dec(x_48); +x_60 = lean_string_utf8_next(x_2, x_54); +lean_dec(x_54); +x_61 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_61, 0, x_50); +lean_ctor_set(x_61, 1, x_60); +lean_ctor_set(x_61, 2, x_52); +x_3 = x_56; +x_4 = x_61; +goto _start; } } } else { -lean_object* x_81; -lean_dec(x_58); -lean_dec(x_53); +lean_object* x_75; +lean_dec(x_52); +lean_dec(x_47); lean_dec(x_3); -x_81 = l_Lean_ParseImports_moduleIdent_parse___closed__4; -lean_ctor_set(x_54, 2, x_81); -return x_54; -} -} -else +x_75 = l_Lean_ParseImports_moduleIdent_parse___closed__4; +lean_ctor_set(x_48, 2, x_75); +return x_48; +} +} +else +{ +lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_76 = lean_ctor_get(x_48, 0); +x_77 = lean_ctor_get(x_48, 1); +x_78 = lean_ctor_get(x_48, 2); +lean_inc(x_78); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_48); +x_79 = lean_string_utf8_at_end(x_2, x_77); +if (x_79 == 0) +{ +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; uint32_t x_91; uint32_t x_92; uint8_t x_93; +x_80 = lean_string_utf8_next_fast(x_2, x_77); +lean_inc(x_78); +lean_inc(x_80); +lean_inc(x_76); +x_81 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_81, 0, x_76); +lean_ctor_set(x_81, 1, x_80); +lean_ctor_set(x_81, 2, x_78); +x_82 = lean_string_utf8_extract(x_2, x_47, x_77); +lean_dec(x_77); +lean_dec(x_47); +x_83 = l_Lean_Name_str___override(x_3, x_82); +x_91 = lean_string_utf8_get(x_2, x_80); +x_92 = 46; +x_93 = lean_uint32_dec_eq(x_91, x_92); +if (x_93 == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; -x_82 = lean_ctor_get(x_54, 0); -x_83 = lean_ctor_get(x_54, 1); -x_84 = lean_ctor_get(x_54, 2); -lean_inc(x_84); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_54); -x_85 = lean_string_utf8_at_end(x_2, x_83); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; uint32_t x_90; uint32_t x_91; uint8_t x_92; -x_86 = lean_string_utf8_next_fast(x_2, x_83); -lean_inc(x_84); -lean_inc(x_86); -lean_inc(x_82); -x_87 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_87, 0, x_82); -lean_ctor_set(x_87, 1, x_86); -lean_ctor_set(x_87, 2, x_84); -x_88 = lean_string_utf8_extract(x_2, x_53, x_83); -lean_dec(x_83); -lean_dec(x_53); -x_89 = l_Lean_Name_str___override(x_3, x_88); -x_90 = lean_string_utf8_get(x_2, x_86); -x_91 = 46; -x_92 = lean_uint32_dec_eq(x_90, x_91); -if (x_92 == 0) -{ -lean_object* x_93; lean_object* x_94; -lean_dec(x_86); -lean_dec(x_84); -lean_dec(x_82); -x_93 = l_Lean_ParseImports_State_pushModule(x_89, x_1, x_87); -x_94 = l_Lean_ParseImports_whitespace(x_2, x_93); -return x_94; +uint8_t x_94; +x_94 = 0; +x_84 = x_94; +goto block_90; } else { lean_object* x_95; uint8_t x_96; -x_95 = lean_string_utf8_next(x_2, x_86); -lean_dec(x_86); +x_95 = lean_string_utf8_next(x_2, x_80); x_96 = lean_string_utf8_at_end(x_2, x_95); if (x_96 == 0) { uint32_t x_97; uint8_t x_98; x_97 = lean_string_utf8_get_fast(x_2, x_95); +lean_dec(x_95); x_98 = l_Lean_isIdFirst(x_97); if (x_98 == 0) { uint8_t x_99; x_99 = lean_uint32_dec_eq(x_97, x_14); -if (x_99 == 0) +x_84 = x_99; +goto block_90; +} +else { -lean_object* x_100; lean_object* x_101; -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_82); -x_100 = l_Lean_ParseImports_State_pushModule(x_89, x_1, x_87); -x_101 = l_Lean_ParseImports_whitespace(x_2, x_100); -return x_101; -} -else -{ -lean_object* x_102; -lean_dec(x_87); -x_102 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_102, 0, x_82); -lean_ctor_set(x_102, 1, x_95); -lean_ctor_set(x_102, 2, x_84); -x_3 = x_89; -x_4 = x_102; -goto _start; +uint8_t x_100; +x_100 = 1; +x_84 = x_100; +goto block_90; } } else { -lean_object* x_104; -lean_dec(x_87); -x_104 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_104, 0, x_82); -lean_ctor_set(x_104, 1, x_95); -lean_ctor_set(x_104, 2, x_84); -x_3 = x_89; -x_4 = x_104; -goto _start; +uint8_t x_101; +lean_dec(x_95); +x_101 = 0; +x_84 = x_101; +goto block_90; +} } +block_90: +{ +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; +lean_dec(x_80); +lean_dec(x_78); +lean_dec(x_76); +x_85 = l_Lean_ParseImports_State_pushModule(x_83, x_1, x_81); +x_86 = l_Lean_ParseImports_whitespace(x_2, x_85); +return x_86; } else { -lean_object* x_106; lean_object* x_107; -lean_dec(x_95); -lean_dec(x_84); -lean_dec(x_82); -x_106 = l_Lean_ParseImports_State_pushModule(x_89, x_1, x_87); -x_107 = l_Lean_ParseImports_whitespace(x_2, x_106); -return x_107; +lean_object* x_87; lean_object* x_88; +lean_dec(x_81); +x_87 = lean_string_utf8_next(x_2, x_80); +lean_dec(x_80); +x_88 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_88, 0, x_76); +lean_ctor_set(x_88, 1, x_87); +lean_ctor_set(x_88, 2, x_78); +x_3 = x_83; +x_4 = x_88; +goto _start; } } } else { -lean_object* x_108; lean_object* x_109; -lean_dec(x_84); -lean_dec(x_53); +lean_object* x_102; lean_object* x_103; +lean_dec(x_78); +lean_dec(x_47); lean_dec(x_3); -x_108 = l_Lean_ParseImports_moduleIdent_parse___closed__4; -x_109 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_109, 0, x_82); -lean_ctor_set(x_109, 1, x_83); -lean_ctor_set(x_109, 2, x_108); -return x_109; +x_102 = l_Lean_ParseImports_moduleIdent_parse___closed__4; +x_103 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_103, 0, x_76); +lean_ctor_set(x_103, 1, x_77); +lean_ctor_set(x_103, 2, x_102); +return x_103; } } } } else { -uint32_t x_110; uint32_t x_111; uint8_t x_112; +uint32_t x_104; uint32_t x_105; uint8_t x_106; lean_dec(x_4); -x_110 = lean_string_utf8_get_fast(x_2, x_6); -x_111 = l_Lean_idBeginEscape; -x_112 = lean_uint32_dec_eq(x_110, x_111); -if (x_112 == 0) +x_104 = lean_string_utf8_get_fast(x_2, x_6); +x_105 = l_Lean_idBeginEscape; +x_106 = lean_uint32_dec_eq(x_104, x_105); +if (x_106 == 0) { -uint8_t x_113; -x_113 = l_Lean_isIdFirst(x_110); -if (x_113 == 0) +uint8_t x_107; +x_107 = l_Lean_isIdFirst(x_104); +if (x_107 == 0) { -lean_object* x_114; lean_object* x_115; +lean_object* x_108; lean_object* x_109; lean_dec(x_7); lean_dec(x_3); -x_114 = l_Lean_ParseImports_moduleIdent_parse___closed__2; -x_115 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_115, 0, x_5); -lean_ctor_set(x_115, 1, x_6); -lean_ctor_set(x_115, 2, x_114); -return x_115; -} -else -{ -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; uint32_t x_124; uint32_t x_125; uint8_t x_126; -x_116 = lean_string_utf8_next_fast(x_2, x_6); -x_117 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_117, 0, x_5); -lean_ctor_set(x_117, 1, x_116); -lean_ctor_set(x_117, 2, x_7); -x_118 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__1(x_2, x_117); -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_ctor_get(x_118, 1); -lean_inc(x_120); -x_121 = lean_ctor_get(x_118, 2); -lean_inc(x_121); -x_122 = lean_string_utf8_extract(x_2, x_6, x_120); +x_108 = l_Lean_ParseImports_moduleIdent_parse___closed__2; +x_109 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_109, 0, x_5); +lean_ctor_set(x_109, 1, x_6); +lean_ctor_set(x_109, 2, x_108); +return x_109; +} +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; uint32_t x_126; uint32_t x_127; uint8_t x_128; +x_110 = lean_string_utf8_next_fast(x_2, x_6); +x_111 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_111, 0, x_5); +lean_ctor_set(x_111, 1, x_110); +lean_ctor_set(x_111, 2, x_7); +x_112 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__1(x_2, x_111); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); +x_114 = lean_string_utf8_extract(x_2, x_6, x_113); lean_dec(x_6); -x_123 = l_Lean_Name_str___override(x_3, x_122); -x_124 = lean_string_utf8_get(x_2, x_120); -x_125 = 46; -x_126 = lean_uint32_dec_eq(x_124, x_125); -if (x_126 == 0) -{ -lean_object* x_127; lean_object* x_128; -lean_dec(x_121); -lean_dec(x_120); -lean_dec(x_119); -x_127 = l_Lean_ParseImports_State_pushModule(x_123, x_1, x_118); -x_128 = l_Lean_ParseImports_whitespace(x_2, x_127); -return x_128; -} -else -{ -lean_object* x_129; uint8_t x_130; -x_129 = lean_string_utf8_next(x_2, x_120); -lean_dec(x_120); -x_130 = lean_string_utf8_at_end(x_2, x_129); -if (x_130 == 0) -{ -uint32_t x_131; uint8_t x_132; -x_131 = lean_string_utf8_get_fast(x_2, x_129); -x_132 = l_Lean_isIdFirst(x_131); -if (x_132 == 0) -{ -uint8_t x_133; -x_133 = lean_uint32_dec_eq(x_131, x_111); +x_115 = l_Lean_Name_str___override(x_3, x_114); +x_126 = lean_string_utf8_get(x_2, x_113); +x_127 = 46; +x_128 = lean_uint32_dec_eq(x_126, x_127); +if (x_128 == 0) +{ +uint8_t x_129; +x_129 = 0; +x_116 = x_129; +goto block_125; +} +else +{ +lean_object* x_130; uint8_t x_131; +x_130 = lean_string_utf8_next(x_2, x_113); +x_131 = lean_string_utf8_at_end(x_2, x_130); +if (x_131 == 0) +{ +uint32_t x_132; uint8_t x_133; +x_132 = lean_string_utf8_get_fast(x_2, x_130); +lean_dec(x_130); +x_133 = l_Lean_isIdFirst(x_132); if (x_133 == 0) { -lean_object* x_134; lean_object* x_135; -lean_dec(x_129); -lean_dec(x_121); -lean_dec(x_119); -x_134 = l_Lean_ParseImports_State_pushModule(x_123, x_1, x_118); -x_135 = l_Lean_ParseImports_whitespace(x_2, x_134); -return x_135; +uint8_t x_134; +x_134 = lean_uint32_dec_eq(x_132, x_105); +x_116 = x_134; +goto block_125; } else { -lean_object* x_136; lean_object* x_137; -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - lean_ctor_release(x_118, 1); - lean_ctor_release(x_118, 2); - x_136 = x_118; -} else { - lean_dec_ref(x_118); - x_136 = lean_box(0); +uint8_t x_135; +x_135 = 1; +x_116 = x_135; +goto block_125; } -if (lean_is_scalar(x_136)) { - x_137 = lean_alloc_ctor(0, 3, 0); -} else { - x_137 = x_136; } -lean_ctor_set(x_137, 0, x_119); -lean_ctor_set(x_137, 1, x_129); -lean_ctor_set(x_137, 2, x_121); -x_3 = x_123; -x_4 = x_137; -goto _start; +else +{ +uint8_t x_136; +lean_dec(x_130); +x_136 = 0; +x_116 = x_136; +goto block_125; } } +block_125: +{ +if (x_116 == 0) +{ +lean_object* x_117; lean_object* x_118; +lean_dec(x_113); +x_117 = l_Lean_ParseImports_State_pushModule(x_115, x_1, x_112); +x_118 = l_Lean_ParseImports_whitespace(x_2, x_117); +return x_118; +} else { -lean_object* x_139; lean_object* x_140; -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - lean_ctor_release(x_118, 1); - lean_ctor_release(x_118, 2); - x_139 = x_118; +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; +x_119 = lean_ctor_get(x_112, 0); +lean_inc(x_119); +x_120 = lean_string_utf8_next(x_2, x_113); +lean_dec(x_113); +x_121 = lean_ctor_get(x_112, 2); +lean_inc(x_121); +if (lean_is_exclusive(x_112)) { + lean_ctor_release(x_112, 0); + lean_ctor_release(x_112, 1); + lean_ctor_release(x_112, 2); + x_122 = x_112; } else { - lean_dec_ref(x_118); - x_139 = lean_box(0); + lean_dec_ref(x_112); + x_122 = lean_box(0); } -if (lean_is_scalar(x_139)) { - x_140 = lean_alloc_ctor(0, 3, 0); +if (lean_is_scalar(x_122)) { + x_123 = lean_alloc_ctor(0, 3, 0); } else { - x_140 = x_139; + x_123 = x_122; } -lean_ctor_set(x_140, 0, x_119); -lean_ctor_set(x_140, 1, x_129); -lean_ctor_set(x_140, 2, x_121); -x_3 = x_123; -x_4 = x_140; +lean_ctor_set(x_123, 0, x_119); +lean_ctor_set(x_123, 1, x_120); +lean_ctor_set(x_123, 2, x_121); +x_3 = x_115; +x_4 = x_123; goto _start; } } -else -{ -lean_object* x_142; lean_object* x_143; -lean_dec(x_129); -lean_dec(x_121); -lean_dec(x_119); -x_142 = l_Lean_ParseImports_State_pushModule(x_123, x_1, x_118); -x_143 = l_Lean_ParseImports_whitespace(x_2, x_142); -return x_143; -} -} } } 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; uint8_t x_151; -x_144 = lean_string_utf8_next_fast(x_2, x_6); +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; uint8_t x_144; +x_137 = lean_string_utf8_next_fast(x_2, x_6); lean_dec(x_6); -lean_inc(x_144); -x_145 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_145, 0, x_5); -lean_ctor_set(x_145, 1, x_144); -lean_ctor_set(x_145, 2, x_7); -x_146 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2(x_2, x_145); -x_147 = lean_ctor_get(x_146, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_146, 1); -lean_inc(x_148); -x_149 = lean_ctor_get(x_146, 2); -lean_inc(x_149); -if (lean_is_exclusive(x_146)) { - lean_ctor_release(x_146, 0); - lean_ctor_release(x_146, 1); - lean_ctor_release(x_146, 2); - x_150 = x_146; +lean_inc(x_137); +x_138 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_138, 0, x_5); +lean_ctor_set(x_138, 1, x_137); +lean_ctor_set(x_138, 2, x_7); +x_139 = l_Lean_ParseImports_takeUntil___at_Lean_ParseImports_moduleIdent_parse___spec__2(x_2, x_138); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +x_142 = lean_ctor_get(x_139, 2); +lean_inc(x_142); +if (lean_is_exclusive(x_139)) { + lean_ctor_release(x_139, 0); + lean_ctor_release(x_139, 1); + lean_ctor_release(x_139, 2); + x_143 = x_139; } else { - lean_dec_ref(x_146); - x_150 = lean_box(0); -} -x_151 = lean_string_utf8_at_end(x_2, x_148); -if (x_151 == 0) -{ -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; uint32_t x_156; uint32_t x_157; uint8_t x_158; -x_152 = lean_string_utf8_next_fast(x_2, x_148); -lean_inc(x_149); -lean_inc(x_152); -lean_inc(x_147); -if (lean_is_scalar(x_150)) { - x_153 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_139); + x_143 = lean_box(0); +} +x_144 = lean_string_utf8_at_end(x_2, x_141); +if (x_144 == 0) +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; uint32_t x_156; uint32_t x_157; uint8_t x_158; +x_145 = lean_string_utf8_next_fast(x_2, x_141); +lean_inc(x_142); +lean_inc(x_145); +lean_inc(x_140); +if (lean_is_scalar(x_143)) { + x_146 = lean_alloc_ctor(0, 3, 0); } else { - x_153 = x_150; -} -lean_ctor_set(x_153, 0, x_147); -lean_ctor_set(x_153, 1, x_152); -lean_ctor_set(x_153, 2, x_149); -x_154 = lean_string_utf8_extract(x_2, x_144, x_148); -lean_dec(x_148); -lean_dec(x_144); -x_155 = l_Lean_Name_str___override(x_3, x_154); -x_156 = lean_string_utf8_get(x_2, x_152); + x_146 = x_143; +} +lean_ctor_set(x_146, 0, x_140); +lean_ctor_set(x_146, 1, x_145); +lean_ctor_set(x_146, 2, x_142); +x_147 = lean_string_utf8_extract(x_2, x_137, x_141); +lean_dec(x_141); +lean_dec(x_137); +x_148 = l_Lean_Name_str___override(x_3, x_147); +x_156 = lean_string_utf8_get(x_2, x_145); x_157 = 46; x_158 = lean_uint32_dec_eq(x_156, x_157); if (x_158 == 0) { -lean_object* x_159; lean_object* x_160; -lean_dec(x_152); -lean_dec(x_149); -lean_dec(x_147); -x_159 = l_Lean_ParseImports_State_pushModule(x_155, x_1, x_153); -x_160 = l_Lean_ParseImports_whitespace(x_2, x_159); -return x_160; +uint8_t x_159; +x_159 = 0; +x_149 = x_159; +goto block_155; } else { -lean_object* x_161; uint8_t x_162; -x_161 = lean_string_utf8_next(x_2, x_152); -lean_dec(x_152); -x_162 = lean_string_utf8_at_end(x_2, x_161); -if (x_162 == 0) +lean_object* x_160; uint8_t x_161; +x_160 = lean_string_utf8_next(x_2, x_145); +x_161 = lean_string_utf8_at_end(x_2, x_160); +if (x_161 == 0) { -uint32_t x_163; uint8_t x_164; -x_163 = lean_string_utf8_get_fast(x_2, x_161); -x_164 = l_Lean_isIdFirst(x_163); -if (x_164 == 0) +uint32_t x_162; uint8_t x_163; +x_162 = lean_string_utf8_get_fast(x_2, x_160); +lean_dec(x_160); +x_163 = l_Lean_isIdFirst(x_162); +if (x_163 == 0) +{ +uint8_t x_164; +x_164 = lean_uint32_dec_eq(x_162, x_105); +x_149 = x_164; +goto block_155; +} +else { uint8_t x_165; -x_165 = lean_uint32_dec_eq(x_163, x_111); -if (x_165 == 0) -{ -lean_object* x_166; lean_object* x_167; -lean_dec(x_161); -lean_dec(x_149); -lean_dec(x_147); -x_166 = l_Lean_ParseImports_State_pushModule(x_155, x_1, x_153); -x_167 = l_Lean_ParseImports_whitespace(x_2, x_166); -return x_167; -} -else -{ -lean_object* x_168; -lean_dec(x_153); -x_168 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_168, 0, x_147); -lean_ctor_set(x_168, 1, x_161); -lean_ctor_set(x_168, 2, x_149); -x_3 = x_155; -x_4 = x_168; -goto _start; +x_165 = 1; +x_149 = x_165; +goto block_155; } } else { -lean_object* x_170; -lean_dec(x_153); -x_170 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_170, 0, x_147); -lean_ctor_set(x_170, 1, x_161); -lean_ctor_set(x_170, 2, x_149); -x_3 = x_155; -x_4 = x_170; -goto _start; +uint8_t x_166; +lean_dec(x_160); +x_166 = 0; +x_149 = x_166; +goto block_155; } } +block_155: +{ +if (x_149 == 0) +{ +lean_object* x_150; lean_object* x_151; +lean_dec(x_145); +lean_dec(x_142); +lean_dec(x_140); +x_150 = l_Lean_ParseImports_State_pushModule(x_148, x_1, x_146); +x_151 = l_Lean_ParseImports_whitespace(x_2, x_150); +return x_151; +} else { -lean_object* x_172; lean_object* x_173; -lean_dec(x_161); -lean_dec(x_149); -lean_dec(x_147); -x_172 = l_Lean_ParseImports_State_pushModule(x_155, x_1, x_153); -x_173 = l_Lean_ParseImports_whitespace(x_2, x_172); -return x_173; +lean_object* x_152; lean_object* x_153; +lean_dec(x_146); +x_152 = lean_string_utf8_next(x_2, x_145); +lean_dec(x_145); +x_153 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_153, 0, x_140); +lean_ctor_set(x_153, 1, x_152); +lean_ctor_set(x_153, 2, x_142); +x_3 = x_148; +x_4 = x_153; +goto _start; } } } else { -lean_object* x_174; lean_object* x_175; -lean_dec(x_149); -lean_dec(x_144); +lean_object* x_167; lean_object* x_168; +lean_dec(x_142); +lean_dec(x_137); lean_dec(x_3); -x_174 = l_Lean_ParseImports_moduleIdent_parse___closed__4; -if (lean_is_scalar(x_150)) { - x_175 = lean_alloc_ctor(0, 3, 0); +x_167 = l_Lean_ParseImports_moduleIdent_parse___closed__4; +if (lean_is_scalar(x_143)) { + x_168 = lean_alloc_ctor(0, 3, 0); } else { - x_175 = x_150; + x_168 = x_143; } -lean_ctor_set(x_175, 0, x_147); -lean_ctor_set(x_175, 1, x_148); -lean_ctor_set(x_175, 2, x_174); -return x_175; +lean_ctor_set(x_168, 0, x_140); +lean_ctor_set(x_168, 1, x_141); +lean_ctor_set(x_168, 2, x_167); +return x_168; } } } } else { -lean_object* x_176; +lean_object* x_169; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_176 = l_Lean_ParseImports_State_mkEOIError(x_4); -return x_176; +x_169 = l_Lean_ParseImports_State_mkEOIError(x_4); +return x_169; } } } @@ -3477,140 +3450,154 @@ x_1 = lean_mk_string_from_bytes("runtime", 7); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(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; lean_object* x_8; uint8_t x_9; -x_4 = lean_ctor_get(x_3, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_3, 1); -lean_inc(x_5); -x_6 = lean_array_get_size(x_4); -lean_dec(x_4); -x_7 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__1; +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_5 = lean_ctor_get(x_4, 0); lean_inc(x_5); +x_6 = lean_ctor_get(x_4, 1); +lean_inc(x_6); +x_7 = lean_array_get_size(x_5); +lean_dec(x_5); +x_16 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__1; +lean_inc(x_6); lean_inc(x_1); -lean_inc(x_3); -x_8 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1(x_7, x_2, x_3, x_1, x_5); -x_9 = !lean_is_exclusive(x_3); -if (x_9 == 0) +x_17 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1(x_16, x_3, x_4, x_1, x_6); +x_18 = lean_ctor_get(x_17, 2); +lean_inc(x_18); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = lean_ctor_get(x_3, 2); -lean_dec(x_10); -x_11 = lean_ctor_get(x_3, 1); -lean_dec(x_11); -x_12 = lean_ctor_get(x_3, 0); -lean_dec(x_12); -x_13 = lean_ctor_get(x_8, 2); -lean_inc(x_13); -if (lean_obj_tag(x_13) == 0) +if (x_2 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_8, 1); -lean_inc(x_14); -x_15 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___closed__1; +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___closed__1; lean_inc(x_1); -x_16 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2(x_15, x_2, x_8, x_1, x_14); -x_17 = lean_ctor_get(x_16, 2); -lean_inc(x_17); -if (lean_obj_tag(x_17) == 0) +x_21 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2(x_20, x_3, x_17, x_1, x_19); +x_8 = x_21; +goto block_15; +} +else { -lean_free_object(x_3); -lean_dec(x_6); -lean_dec(x_5); -x_3 = x_16; -goto _start; +x_8 = x_17; +goto block_15; +} } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_17); -lean_dec(x_1); -x_19 = lean_ctor_get(x_16, 0); -lean_inc(x_19); -lean_dec(x_16); -x_20 = l_Array_shrink___rarg(x_19, x_6); -lean_dec(x_6); -x_21 = lean_box(0); -lean_ctor_set(x_3, 2, x_21); -lean_ctor_set(x_3, 0, x_20); -return x_3; +lean_dec(x_18); +x_8 = x_17; +goto block_15; } +block_15: +{ +lean_object* x_9; +x_9 = lean_ctor_get(x_8, 2); +lean_inc(x_9); +if (lean_obj_tag(x_9) == 0) +{ +lean_dec(x_7); +lean_dec(x_6); +x_4 = x_8; +goto _start; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_13); +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_9); lean_dec(x_1); -x_22 = lean_ctor_get(x_8, 0); -lean_inc(x_22); +x_11 = lean_ctor_get(x_8, 0); +lean_inc(x_11); lean_dec(x_8); -x_23 = l_Array_shrink___rarg(x_22, x_6); -lean_dec(x_6); -x_24 = lean_box(0); -lean_ctor_set(x_3, 2, x_24); -lean_ctor_set(x_3, 0, x_23); -return x_3; +x_12 = l_Array_shrink___rarg(x_11, x_7); +lean_dec(x_7); +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_6); +lean_ctor_set(x_14, 2, x_13); +return x_14; } } -else +} +} +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__4(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_25; -lean_dec(x_3); -x_25 = lean_ctor_get(x_8, 2); -lean_inc(x_25); -if (lean_obj_tag(x_25) == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_4, 1); +lean_inc(x_6); +x_7 = lean_array_get_size(x_5); +lean_dec(x_5); +x_16 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1___closed__1; +lean_inc(x_6); +lean_inc(x_1); +x_17 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__1(x_16, x_3, x_4, x_1, x_6); +x_18 = lean_ctor_get(x_17, 2); +lean_inc(x_18); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_8, 1); -lean_inc(x_26); -x_27 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___closed__1; +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___closed__1; lean_inc(x_1); -x_28 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2(x_27, x_2, x_8, x_1, x_26); -x_29 = lean_ctor_get(x_28, 2); -lean_inc(x_29); -if (lean_obj_tag(x_29) == 0) +x_21 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2(x_20, x_3, x_17, x_1, x_19); +x_8 = x_21; +goto block_15; +} +else { -lean_dec(x_6); -lean_dec(x_5); -x_3 = x_28; -goto _start; +lean_dec(x_18); +if (x_2 == 0) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_17, 1); +lean_inc(x_22); +x_23 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___closed__1; +lean_inc(x_1); +x_24 = l_Lean_ParseImports_keywordCore_go___at_Lean_ParseImports_main___spec__2(x_23, x_3, x_17, x_1, x_22); +x_8 = x_24; +goto block_15; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_29); -lean_dec(x_1); -x_31 = lean_ctor_get(x_28, 0); -lean_inc(x_31); -lean_dec(x_28); -x_32 = l_Array_shrink___rarg(x_31, x_6); -lean_dec(x_6); -x_33 = lean_box(0); -x_34 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_5); -lean_ctor_set(x_34, 2, x_33); -return x_34; +x_8 = x_17; +goto block_15; +} } +block_15: +{ +lean_object* x_9; +x_9 = lean_ctor_get(x_8, 2); +lean_inc(x_9); +if (lean_obj_tag(x_9) == 0) +{ +lean_dec(x_7); +lean_dec(x_6); +x_4 = x_8; +goto _start; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -lean_dec(x_25); +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_9); lean_dec(x_1); -x_35 = lean_ctor_get(x_8, 0); -lean_inc(x_35); +x_11 = lean_ctor_get(x_8, 0); +lean_inc(x_11); lean_dec(x_8); -x_36 = l_Array_shrink___rarg(x_35, x_6); -lean_dec(x_6); -x_37 = lean_box(0); -x_38 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_5); -lean_ctor_set(x_38, 2, x_37); -return x_38; +x_12 = l_Array_shrink___rarg(x_11, x_7); +lean_dec(x_7); +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_6); +lean_ctor_set(x_14, 2, x_13); +return x_14; } } } @@ -3636,10 +3623,11 @@ x_7 = lean_ctor_get(x_6, 2); lean_inc(x_7); if (lean_obj_tag(x_7) == 0) { -lean_object* x_8; -x_8 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(x_5, x_1, x_6); +uint8_t x_8; lean_object* x_9; +x_8 = 0; +x_9 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(x_5, x_8, x_1, x_6); lean_dec(x_1); -return x_8; +return x_9; } else { @@ -3669,13 +3657,26 @@ lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3___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_ParseImports_many___at_Lean_ParseImports_main___spec__3(x_1, x_2, x_3); +uint8_t x_5; lean_object* x_6; +x_5 = lean_unbox(x_2); lean_dec(x_2); -return x_4; +x_6 = l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__3(x_1, x_5, x_3, x_4); +lean_dec(x_3); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_ParseImports_many___at_Lean_ParseImports_main___spec__4___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_ParseImports_many___at_Lean_ParseImports_main___spec__4(x_1, x_5, x_3, x_4); +lean_dec(x_3); +return x_6; } } static lean_object* _init_l_Lean_parseImports_x27___closed__1() { @@ -3746,7 +3747,7 @@ lean_dec(x_2); return x_4; } } -static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__1() { +static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__1() { _start: { lean_object* x_1; @@ -3754,7 +3755,7 @@ x_1 = lean_mk_string_from_bytes("module", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__2() { +static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__2() { _start: { lean_object* x_1; @@ -3762,7 +3763,7 @@ x_1 = lean_mk_string_from_bytes("runtimeOnly", 11); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628_(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; 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; @@ -3772,7 +3773,7 @@ x_3 = 1; x_4 = l_Lean_Name_toString(x_2, x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__1; +x_6 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____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); @@ -3784,7 +3785,7 @@ x_10 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); lean_dec(x_1); x_11 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_11, 0, x_10); -x_12 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__2; +x_12 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__2; x_13 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_11); @@ -3806,7 +3807,7 @@ static lean_object* _init_l_Lean_instToJsonImport___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628_), 1, 0); return x_1; } } @@ -3834,7 +3835,7 @@ x_1 = l_Lean_ParseImports_State_imports___default___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -3849,7 +3850,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_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620_(x_5); +x_8 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628_(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); @@ -3859,7 +3860,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -3879,7 +3880,7 @@ x_5 = lean_array_get_size(x_4); x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__2(x_6, x_7, x_4); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__2(x_6, x_7, x_4); x_9 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_9, 0, x_8); x_10 = lean_alloc_ctor(0, 2, 0); @@ -3893,7 +3894,7 @@ return x_12; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__3(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -3919,7 +3920,7 @@ goto _start; } } } -static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1() { +static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__1() { _start: { lean_object* x_1; @@ -3927,7 +3928,7 @@ x_1 = lean_mk_string_from_bytes("imports", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__2() { +static lean_object* _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__2() { _start: { lean_object* x_1; @@ -3935,14 +3936,14 @@ x_1 = lean_mk_string_from_bytes("errors", 6); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718_(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; 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_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___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1; -x_4 = l_Lean_Json_opt___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__1(x_3, x_2); +x_3 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__1; +x_4 = l_Lean_Json_opt___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__1(x_3, x_2); x_5 = lean_ctor_get(x_1, 1); lean_inc(x_5); lean_dec(x_1); @@ -3950,10 +3951,10 @@ x_6 = lean_array_get_size(x_5); x_7 = lean_usize_of_nat(x_6); lean_dec(x_6); x_8 = 0; -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__3(x_7, x_8, x_5); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__3(x_7, x_8, x_5); x_10 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_10, 0, x_9); -x_11 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__2; +x_11 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____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); @@ -3972,7 +3973,7 @@ x_18 = l_Lean_Json_mkObj(x_17); return x_18; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____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; @@ -3980,11 +3981,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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__2(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____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; @@ -3992,7 +3993,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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____spec__3(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____spec__3(x_4, x_5, x_3); return x_6; } } @@ -4000,7 +4001,7 @@ static lean_object* _init_l_Lean_instToJsonPrintImportResult___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718_), 1, 0); return x_1; } } @@ -4012,7 +4013,7 @@ x_1 = l_Lean_instToJsonPrintImportResult___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -4027,7 +4028,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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710_(x_5); +x_8 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718_(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); @@ -4037,7 +4038,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799_(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -4045,10 +4046,10 @@ x_2 = lean_array_get_size(x_1); x_3 = lean_usize_of_nat(x_2); lean_dec(x_2); x_4 = 0; -x_5 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791____spec__1(x_3, x_4, x_1); +x_5 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799____spec__1(x_3, x_4, x_1); x_6 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_6, 0, x_5); -x_7 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1; +x_7 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____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); @@ -4064,7 +4065,7 @@ x_13 = l_Lean_Json_mkObj(x_12); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799____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; @@ -4072,7 +4073,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_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791____spec__1(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799____spec__1(x_4, x_5, x_3); return x_6; } } @@ -4080,7 +4081,7 @@ static lean_object* _init_l_Lean_instToJsonPrintImportsResult___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799_), 1, 0); return x_1; } } @@ -4218,7 +4219,7 @@ lean_inc(x_7); x_8 = lean_ctor_get(x_6, 1); lean_inc(x_8); lean_dec(x_6); -x_9 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1791_(x_7); +x_9 = l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportsResult____x40_Lean_Elab_ParseImportsFast___hyg_1799_(x_7); x_10 = l_Lean_Json_compress(x_9); x_11 = l_IO_println___at_Lean_instEval___spec__1(x_10, x_8); return x_11; @@ -4305,10 +4306,10 @@ l_Lean_parseImports_x27___closed__1 = _init_l_Lean_parseImports_x27___closed__1( lean_mark_persistent(l_Lean_parseImports_x27___closed__1); l_Lean_parseImports_x27___closed__2 = _init_l_Lean_parseImports_x27___closed__2(); lean_mark_persistent(l_Lean_parseImports_x27___closed__2); -l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__1 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__1(); -lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__1); -l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__2 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__2(); -lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1620____closed__2); +l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__1 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__1(); +lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__1); +l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__2 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__2(); +lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonImport____x40_Lean_Elab_ParseImportsFast___hyg_1628____closed__2); l_Lean_instToJsonImport___closed__1 = _init_l_Lean_instToJsonImport___closed__1(); lean_mark_persistent(l_Lean_instToJsonImport___closed__1); l_Lean_instToJsonImport = _init_l_Lean_instToJsonImport(); @@ -4317,10 +4318,10 @@ l_Lean_PrintImportResult_imports_x3f___default = _init_l_Lean_PrintImportResult_ lean_mark_persistent(l_Lean_PrintImportResult_imports_x3f___default); l_Lean_PrintImportResult_errors___default = _init_l_Lean_PrintImportResult_errors___default(); lean_mark_persistent(l_Lean_PrintImportResult_errors___default); -l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1(); -lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__1); -l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__2 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__2(); -lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1710____closed__2); +l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__1 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__1(); +lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__1); +l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__2 = _init_l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__2(); +lean_mark_persistent(l___private_Lean_Elab_ParseImportsFast_0__Lean_toJsonPrintImportResult____x40_Lean_Elab_ParseImportsFast___hyg_1718____closed__2); l_Lean_instToJsonPrintImportResult___closed__1 = _init_l_Lean_instToJsonPrintImportResult___closed__1(); lean_mark_persistent(l_Lean_instToJsonPrintImportResult___closed__1); l_Lean_instToJsonPrintImportResult = _init_l_Lean_instToJsonPrintImportResult(); diff --git a/stage0/stdlib/Lean/Elab/PatternVar.c b/stage0/stdlib/Lean/Elab/PatternVar.c index 97ab8b791f75..bdad9beb6359 100644 --- a/stage0/stdlib/Lean/Elab/PatternVar.c +++ b/stage0/stdlib/Lean/Elab/PatternVar.c @@ -39,6 +39,7 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_main___spec__3___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___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_getConstInfo___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___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*); @@ -50,6 +51,7 @@ extern lean_object* l_Lean_maxRecDepthErrorMessage; static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_getPatternsVars___spec__5___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__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_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_CollectPatternVars_collect___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_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect___spec__3___closed__2; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___spec__2(lean_object*, lean_object*); @@ -83,10 +85,10 @@ static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPa LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtor(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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___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_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_getPatternVarNames___spec__1(size_t, size_t, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_getPatternsVars___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_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_TSepArray_getElems___rarg(lean_object*); static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__7; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); @@ -140,11 +142,11 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_isDone___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___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*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_pushNewArg___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_panic___at_Lean_Elab_Term_CollectPatternVars_collect_pushNewArg___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___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_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__8(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_CollectPatternVars_collect___closed__16; lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___spec__2___closed__1; @@ -153,6 +155,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___closed__11; lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___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___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___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*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___closed__1; static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___closed__3; lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); @@ -166,14 +169,12 @@ lean_object* l_Lean_MessageData_ofSyntax(lean_object*); 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_Term_CollectPatternVars_collect___lambda__2___closed__2; static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___closed__1; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__10___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectPatternVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___lambda__3___closed__2; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_getPatternsVars___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_Term_CollectPatternVars_collect___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___spec__1(size_t, size_t, lean_object*); -static lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1; static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__3___closed__5; static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___lambda__2___closed__3; static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___closed__6; @@ -182,7 +183,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_Coll lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppContext(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_CollectPatternVars_collect___spec__4(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___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_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_instInhabitedState; static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___closed__2; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -217,9 +217,11 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_CollectPatternVar lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___closed__3; lean_object* l_Lean_Core_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6___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*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_CollectPatternVars_main___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_getPatternsVars___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); @@ -229,6 +231,7 @@ static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPa LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__2___boxed(lean_object**); uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__3___closed__7; +LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___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_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___spec__1___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_CollectPatternVars_collect___closed__20; uint8_t l_Lean_Syntax_isIdent(lean_object*); @@ -244,7 +247,6 @@ static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPa lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_getPatternsVars___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_Term_CollectPatternVars_collect_pushNewArg(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_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_getPatternsVars___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___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_CollectPatternVars_collect___lambda__1___closed__1; @@ -257,9 +259,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_Coll extern lean_object* l_Lean_inheritedTraceOptions; lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___closed__23; -LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(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_expandApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_getPatternsVars___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_userName(lean_object*); @@ -273,6 +273,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_CollectPatternVar LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_processVar___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_isEqvAux___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_samePatternsVariables___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_CollectPatternVars_main___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_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___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*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_pushNewArg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_getPatternsVars___spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -288,6 +289,7 @@ static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__9___cl uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5___closed__2; static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__3___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__13(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_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___closed__1; @@ -346,7 +348,6 @@ static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCo LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processImplicitArg(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_CollectPatternVars_collect___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___spec__3(size_t, size_t, 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_CollectPatternVars_collect___spec__5(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Term_getPatternsVars___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); extern lean_object* l_Lean_instInhabitedName; @@ -368,6 +369,7 @@ static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_CollectPatter static lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwCtorExpected___rarg___closed__2; LEAN_EXPORT uint8_t l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_isDone(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwCtorExpected___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_Subarray_forInUnsafe_loop___at_Lean_Elab_Term_CollectPatternVars_collect___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*); static lean_object* l_Lean_Elab_Term_getPatternVars___lambda__1___closed__2; @@ -392,12 +394,12 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PatternVar_0 static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___spec__2___closed__2; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_Context_paramDeclIdx___default; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorAppCore___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_expandMacros(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___closed__24; LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect_processId(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_CollectPatternVars_collect___spec__7(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_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_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Elab_Term_CollectPatternVars_collect___spec__2___closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___spec__2___closed__7; @@ -847,90 +849,93 @@ return x_1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_11; -x_10 = lean_ctor_get(x_1, 4); -lean_inc(x_10); -x_11 = l_Array_isEmpty___rarg(x_10); -lean_dec(x_10); -if (x_11 == 0) +uint8_t x_10; lean_object* x_36; uint8_t x_37; +x_36 = lean_ctor_get(x_1, 4); +lean_inc(x_36); +x_37 = l_Array_isEmpty___rarg(x_36); +lean_dec(x_36); +if (x_37 == 0) { -lean_object* x_12; lean_object* x_13; -lean_dec(x_1); -x_12 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__2; -x_13 = l_Lean_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___spec__1(x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_7); -return x_13; +uint8_t x_38; +x_38 = 0; +x_10 = x_38; +goto block_35; } else { -lean_object* x_14; uint8_t x_15; -x_14 = lean_ctor_get(x_1, 5); -lean_inc(x_14); -x_15 = l_List_isEmpty___rarg(x_14); -lean_dec(x_14); -if (x_15 == 0) +lean_object* x_39; uint8_t x_40; +x_39 = lean_ctor_get(x_1, 5); +lean_inc(x_39); +x_40 = l_List_isEmpty___rarg(x_39); +lean_dec(x_39); +x_10 = x_40; +goto block_35; +} +block_35: { -lean_object* x_16; lean_object* x_17; +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_dec(x_1); -x_16 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__2; -x_17 = l_Lean_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___spec__1(x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__2; +x_12 = l_Lean_throwError___at___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___spec__1(x_11, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_7); -return x_17; +return x_12; } else { -lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_18 = lean_ctor_get(x_7, 5); -lean_inc(x_18); +lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_13 = lean_ctor_get(x_7, 5); +lean_inc(x_13); lean_dec(x_7); -x_19 = 0; -x_20 = l_Lean_SourceInfo_fromRef(x_18, x_19); -x_21 = lean_st_ref_get(x_8, x_9); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +x_14 = 0; +x_15 = l_Lean_SourceInfo_fromRef(x_13, x_14); +x_16 = lean_st_ref_get(x_8, x_9); +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 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; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__8; -lean_inc(x_20); -x_25 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_25, 0, x_20); -lean_ctor_set(x_25, 1, x_24); -x_26 = lean_ctor_get(x_1, 0); -lean_inc(x_26); -x_27 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__7; -x_28 = l_Lean_Syntax_node2(x_20, x_27, x_25, x_26); -x_29 = lean_ctor_get(x_1, 6); -lean_inc(x_29); +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; +x_18 = lean_ctor_get(x_16, 0); +lean_dec(x_18); +x_19 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__8; +lean_inc(x_15); +x_20 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_20, 0, x_15); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_ctor_get(x_1, 0); +lean_inc(x_21); +x_22 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__7; +x_23 = l_Lean_Syntax_node2(x_15, x_22, x_20, x_21); +x_24 = lean_ctor_get(x_1, 6); +lean_inc(x_24); lean_dec(x_1); -x_30 = l_Lean_Syntax_mkApp(x_28, x_29); -lean_ctor_set(x_21, 0, x_30); -return x_21; +x_25 = l_Lean_Syntax_mkApp(x_23, x_24); +lean_ctor_set(x_16, 0, x_25); +return x_16; } 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; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_31 = lean_ctor_get(x_21, 1); -lean_inc(x_31); -lean_dec(x_21); -x_32 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__8; -lean_inc(x_20); -x_33 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_33, 0, x_20); -lean_ctor_set(x_33, 1, x_32); -x_34 = lean_ctor_get(x_1, 0); -lean_inc(x_34); -x_35 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__7; -x_36 = l_Lean_Syntax_node2(x_20, x_35, x_33, x_34); -x_37 = lean_ctor_get(x_1, 6); -lean_inc(x_37); +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_26 = lean_ctor_get(x_16, 1); +lean_inc(x_26); +lean_dec(x_16); +x_27 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__8; +lean_inc(x_15); +x_28 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_28, 0, x_15); +lean_ctor_set(x_28, 1, x_27); +x_29 = lean_ctor_get(x_1, 0); +lean_inc(x_29); +x_30 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__7; +x_31 = l_Lean_Syntax_node2(x_15, x_30, x_28, x_29); +x_32 = lean_ctor_get(x_1, 6); +lean_inc(x_32); lean_dec(x_1); -x_38 = l_Lean_Syntax_mkApp(x_36, x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_31); -return x_39; +x_33 = l_Lean_Syntax_mkApp(x_31, x_32); +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; } } } @@ -4893,7 +4898,7 @@ goto _start; } } } -static lean_object* _init_l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1() { +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1() { _start: { lean_object* x_1; @@ -4901,53 +4906,54 @@ x_1 = lean_mk_string_from_bytes("structInst", 10); return x_1; } } -static lean_object* _init_l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2() { +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__3; x_2 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__4; x_3 = l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_finalize___closed__5; -x_4 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1; +x_4 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; -x_7 = l_Lean_Syntax_isOfKind(x_5, x_6); -if (x_7 == 0) +lean_object* x_7; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; +lean_inc(x_7); +x_9 = l_Lean_Syntax_isOfKind(x_7, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_3, x_10); +if (x_9 == 0) { -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_dec(x_7); +x_3 = x_11; goto _start; } else { -uint8_t x_11; -x_11 = 1; -return x_11; +lean_object* x_13; +x_13 = lean_array_push(x_5, x_7); +x_3 = x_11; +x_5 = x_13; +goto _start; } } else { -uint8_t x_12; -x_12 = 0; -return x_12; +return x_5; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(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_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -4956,7 +4962,7 @@ if (x_5 == 0) { lean_object* x_6; lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; x_6 = lean_array_uget(x_1, x_2); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; lean_inc(x_6); x_8 = l_Lean_Syntax_isOfKind(x_6, x_7); x_9 = 1; @@ -4982,7 +4988,41 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; +x_7 = l_Lean_Syntax_isOfKind(x_5, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_2 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___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; uint8_t x_14; @@ -5091,13 +5131,13 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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_EXPORT lean_object* l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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; x_11 = lean_unsigned_to_nat(0u); x_12 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; -x_13 = l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___spec__8(x_1, x_2, x_11, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_13 = l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___spec__9(x_1, x_2, x_11, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); return x_13; } } @@ -6610,7 +6650,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1 { lean_object* x_11; lean_object* x_12; x_11 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__13___closed__1; -x_12 = l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(x_1, x_11, x_2, x_3, x_4, x_5, x_6, x_8, x_9, x_10); +x_12 = l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__8(x_1, x_11, x_2, x_3, x_4, x_5, x_6, x_8, x_9, x_10); if (lean_obj_tag(x_12) == 0) { uint8_t x_13; @@ -6952,429 +6992,178 @@ x_12 = lean_name_eq(x_10, x_11); x_13 = !lean_is_exclusive(x_7); if (x_13 == 0) { -lean_object* x_14; lean_object* x_15; +lean_object* x_14; lean_object* x_15; uint8_t x_16; x_14 = lean_ctor_get(x_7, 5); x_15 = l_Lean_replaceRef(x_1, x_14); lean_dec(x_14); lean_ctor_set(x_7, 5, x_15); if (x_12 == 0) { -lean_object* x_16; uint8_t x_17; -x_16 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__2; -x_17 = lean_name_eq(x_10, x_16); -if (x_17 == 0) -{ -lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__4; -x_19 = lean_name_eq(x_10, x_18); -if (x_19 == 0) -{ -lean_object* x_20; uint8_t x_21; -x_20 = l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___closed__2; -x_21 = lean_name_eq(x_10, x_20); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; -x_22 = l_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___closed__6; -x_23 = lean_name_eq(x_10, x_22); -if (x_23 == 0) -{ -lean_object* x_24; uint8_t x_25; -x_24 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__6; -x_25 = lean_name_eq(x_10, x_24); -if (x_25 == 0) -{ -lean_object* x_26; uint8_t x_27; -x_26 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__8; -x_27 = lean_name_eq(x_10, x_26); -if (x_27 == 0) -{ -lean_object* x_28; uint8_t x_29; -x_28 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__10; -x_29 = lean_name_eq(x_10, x_28); -if (x_29 == 0) -{ -lean_object* x_30; uint8_t x_31; -x_30 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__11; -x_31 = lean_name_eq(x_10, x_30); -if (x_31 == 0) -{ -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__13; -x_33 = lean_name_eq(x_10, x_32); -if (x_33 == 0) -{ -lean_object* x_34; uint8_t x_35; -x_34 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__15; -x_35 = lean_name_eq(x_10, x_34); -if (x_35 == 0) -{ -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___closed__2; -x_37 = lean_name_eq(x_10, x_36); -if (x_37 == 0) -{ -lean_object* x_38; uint8_t x_39; -x_38 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__17; -x_39 = lean_name_eq(x_10, x_38); -if (x_39 == 0) -{ -lean_object* x_40; uint8_t x_41; -x_40 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__19; -x_41 = lean_name_eq(x_10, x_40); -if (x_41 == 0) -{ -lean_object* x_42; uint8_t x_43; -x_42 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__21; -x_43 = lean_name_eq(x_10, x_42); -if (x_43 == 0) -{ -lean_object* x_44; uint8_t x_45; -x_44 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__23; -x_45 = lean_name_eq(x_10, x_44); -if (x_45 == 0) -{ -lean_object* x_46; uint8_t x_47; -x_46 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__25; -x_47 = lean_name_eq(x_10, x_46); -if (x_47 == 0) -{ -lean_object* x_48; uint8_t x_49; -x_48 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__27; -x_49 = lean_name_eq(x_10, x_48); -if (x_49 == 0) -{ -lean_object* x_50; uint8_t x_51; -x_50 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__2; -x_51 = lean_name_eq(x_10, x_50); -lean_dec(x_10); -if (x_51 == 0) -{ -lean_object* x_52; uint8_t x_53; -x_52 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; -lean_inc(x_1); -x_53 = l_Lean_Syntax_isOfKind(x_1, x_52); -if (x_53 == 0) -{ -lean_object* x_54; lean_object* x_55; -lean_dec(x_1); -x_54 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); -lean_closure_set(x_54, 0, x_2); -lean_closure_set(x_54, 1, x_3); -lean_closure_set(x_54, 2, x_4); -lean_closure_set(x_54, 3, x_5); -lean_closure_set(x_54, 4, x_6); -x_55 = l_Lean_Core_withFreshMacroScope___rarg(x_54, x_7, x_8, x_9); -return x_55; -} -else -{ -lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_56 = lean_unsigned_to_nat(1u); -x_57 = l_Lean_Syntax_getArg(x_1, x_56); -x_58 = l_Lean_Syntax_isNone(x_57); -if (x_58 == 0) -{ -lean_object* x_59; uint8_t x_60; -x_59 = lean_unsigned_to_nat(2u); -lean_inc(x_57); -x_60 = l_Lean_Syntax_matchesNull(x_57, x_59); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; -lean_dec(x_57); -lean_dec(x_1); -x_61 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); -lean_closure_set(x_61, 0, x_2); -lean_closure_set(x_61, 1, x_3); -lean_closure_set(x_61, 2, x_4); -lean_closure_set(x_61, 3, x_5); -lean_closure_set(x_61, 4, x_6); -x_62 = l_Lean_Core_withFreshMacroScope___rarg(x_61, x_7, x_8, x_9); -return x_62; -} -else +lean_object* x_73; uint8_t x_74; +x_73 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__2; +x_74 = lean_name_eq(x_10, x_73); +if (x_74 == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_63 = lean_unsigned_to_nat(0u); -x_64 = l_Lean_Syntax_getArg(x_57, x_63); -lean_dec(x_57); -x_65 = l_Lean_Syntax_getArgs(x_64); -lean_dec(x_64); -x_66 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_66, 0, x_65); -x_67 = lean_box(0); -x_68 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); -lean_closure_set(x_68, 0, x_1); -lean_closure_set(x_68, 1, x_52); -lean_closure_set(x_68, 2, x_67); -lean_closure_set(x_68, 3, x_66); -lean_closure_set(x_68, 4, x_2); -lean_closure_set(x_68, 5, x_3); -lean_closure_set(x_68, 6, x_4); -lean_closure_set(x_68, 7, x_5); -lean_closure_set(x_68, 8, x_6); -x_69 = l_Lean_Core_withFreshMacroScope___rarg(x_68, x_7, x_8, x_9); -return x_69; -} -} -else +lean_object* x_75; uint8_t x_76; +x_75 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__4; +x_76 = lean_name_eq(x_10, x_75); +if (x_76 == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_57); -x_70 = lean_box(0); -x_71 = lean_box(0); -x_72 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); -lean_closure_set(x_72, 0, x_1); -lean_closure_set(x_72, 1, x_52); -lean_closure_set(x_72, 2, x_71); -lean_closure_set(x_72, 3, x_70); -lean_closure_set(x_72, 4, x_2); -lean_closure_set(x_72, 5, x_3); -lean_closure_set(x_72, 6, x_4); -lean_closure_set(x_72, 7, x_5); -lean_closure_set(x_72, 8, x_6); -x_73 = l_Lean_Core_withFreshMacroScope___rarg(x_72, x_7, x_8, x_9); -return x_73; -} -} -} -else +lean_object* x_77; uint8_t x_78; +x_77 = l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___closed__2; +x_78 = lean_name_eq(x_10, x_77); +if (x_78 == 0) { -lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; -x_74 = l_Lean_Syntax_getArgs(x_1); -lean_dec(x_1); -x_75 = lean_array_get_size(x_74); -x_76 = lean_unsigned_to_nat(0u); -x_77 = lean_nat_dec_lt(x_76, x_75); -if (x_77 == 0) -{ -lean_object* x_78; lean_object* x_79; -lean_dec(x_75); -x_78 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_78, 0, x_2); -lean_closure_set(x_78, 1, x_3); -lean_closure_set(x_78, 2, x_4); -lean_closure_set(x_78, 3, x_5); -lean_closure_set(x_78, 4, x_6); -lean_closure_set(x_78, 5, x_74); -x_79 = l_Lean_Core_withFreshMacroScope___rarg(x_78, x_7, x_8, x_9); -return x_79; -} -else -{ -uint8_t x_80; -x_80 = lean_nat_dec_le(x_75, x_75); +lean_object* x_79; uint8_t x_80; +x_79 = l_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___closed__6; +x_80 = lean_name_eq(x_10, x_79); if (x_80 == 0) { -lean_object* x_81; lean_object* x_82; -lean_dec(x_75); -x_81 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_81, 0, x_2); -lean_closure_set(x_81, 1, x_3); -lean_closure_set(x_81, 2, x_4); -lean_closure_set(x_81, 3, x_5); -lean_closure_set(x_81, 4, x_6); -lean_closure_set(x_81, 5, x_74); -x_82 = l_Lean_Core_withFreshMacroScope___rarg(x_81, x_7, x_8, x_9); -return x_82; -} -else -{ -size_t x_83; size_t x_84; uint8_t x_85; -x_83 = 0; -x_84 = lean_usize_of_nat(x_75); -lean_dec(x_75); -x_85 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(x_74, x_83, x_84); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; -x_86 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_86, 0, x_2); -lean_closure_set(x_86, 1, x_3); -lean_closure_set(x_86, 2, x_4); -lean_closure_set(x_86, 3, x_5); -lean_closure_set(x_86, 4, x_6); -lean_closure_set(x_86, 5, x_74); -x_87 = l_Lean_Core_withFreshMacroScope___rarg(x_86, x_7, x_8, x_9); -return x_87; -} -else -{ -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_88 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; -x_89 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(x_74, x_83, x_84, x_88); -lean_dec(x_74); -x_90 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_90, 0, x_2); -lean_closure_set(x_90, 1, x_3); -lean_closure_set(x_90, 2, x_4); -lean_closure_set(x_90, 3, x_5); -lean_closure_set(x_90, 4, x_6); -lean_closure_set(x_90, 5, x_89); -x_91 = l_Lean_Core_withFreshMacroScope___rarg(x_90, x_7, x_8, x_9); -return x_91; -} -} -} -} +lean_object* x_81; uint8_t x_82; +x_81 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__6; +x_82 = lean_name_eq(x_10, x_81); +if (x_82 == 0) +{ +lean_object* x_83; uint8_t x_84; +x_83 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__8; +x_84 = lean_name_eq(x_10, x_83); +if (x_84 == 0) +{ +lean_object* x_85; uint8_t x_86; +x_85 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__10; +x_86 = lean_name_eq(x_10, x_85); +if (x_86 == 0) +{ +lean_object* x_87; uint8_t x_88; +x_87 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__11; +x_88 = lean_name_eq(x_10, x_87); +if (x_88 == 0) +{ +lean_object* x_89; uint8_t x_90; +x_89 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__13; +x_90 = lean_name_eq(x_10, x_89); +if (x_90 == 0) +{ +lean_object* x_91; uint8_t x_92; +x_91 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__15; +x_92 = lean_name_eq(x_10, x_91); +if (x_92 == 0) +{ +lean_object* x_93; uint8_t x_94; +x_93 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___closed__2; +x_94 = lean_name_eq(x_10, x_93); +if (x_94 == 0) +{ +lean_object* x_95; uint8_t x_96; +x_95 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__17; +x_96 = lean_name_eq(x_10, x_95); +if (x_96 == 0) +{ +lean_object* x_97; uint8_t x_98; +x_97 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__19; +x_98 = lean_name_eq(x_10, x_97); +if (x_98 == 0) +{ +lean_object* x_99; uint8_t x_100; +x_99 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__21; +x_100 = lean_name_eq(x_10, x_99); +if (x_100 == 0) +{ +lean_object* x_101; uint8_t x_102; +x_101 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__23; +x_102 = lean_name_eq(x_10, x_101); +if (x_102 == 0) +{ +lean_object* x_103; uint8_t x_104; +x_103 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__25; +x_104 = lean_name_eq(x_10, x_103); +if (x_104 == 0) +{ +lean_object* x_105; uint8_t x_106; +x_105 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__27; +x_106 = lean_name_eq(x_10, x_105); +x_16 = x_106; +goto block_72; } else { -lean_object* x_92; lean_object* x_93; -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_92 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_92, 0, x_1); -x_93 = l_Lean_Core_withFreshMacroScope___rarg(x_92, x_7, x_8, x_9); -return x_93; -} -} -else -{ -lean_object* x_94; lean_object* x_95; -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_94 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_94, 0, x_1); -x_95 = l_Lean_Core_withFreshMacroScope___rarg(x_94, x_7, x_8, x_9); -return x_95; +uint8_t x_107; +x_107 = 1; +x_16 = x_107; +goto block_72; } } else { -lean_object* x_96; lean_object* x_97; +lean_object* x_108; lean_object* x_109; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_96 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_96, 0, x_1); -x_97 = l_Lean_Core_withFreshMacroScope___rarg(x_96, x_7, x_8, x_9); -return x_97; +x_108 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_108, 0, x_1); +x_109 = l_Lean_Core_withFreshMacroScope___rarg(x_108, x_7, x_8, x_9); +return x_109; } } else { -lean_object* x_98; lean_object* x_99; +lean_object* x_110; lean_object* x_111; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_98 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_98, 0, x_1); -x_99 = l_Lean_Core_withFreshMacroScope___rarg(x_98, x_7, x_8, x_9); -return x_99; +x_110 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_110, 0, x_1); +x_111 = l_Lean_Core_withFreshMacroScope___rarg(x_110, x_7, x_8, x_9); +return x_111; } } else { -lean_object* x_100; lean_object* x_101; +lean_object* x_112; lean_object* x_113; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_100 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_100, 0, x_1); -x_101 = l_Lean_Core_withFreshMacroScope___rarg(x_100, x_7, x_8, x_9); -return x_101; +x_112 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_112, 0, x_1); +x_113 = l_Lean_Core_withFreshMacroScope___rarg(x_112, x_7, x_8, x_9); +return x_113; } } else { -lean_object* x_102; lean_object* x_103; +lean_object* x_114; lean_object* x_115; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_102 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_102, 0, x_1); -x_103 = l_Lean_Core_withFreshMacroScope___rarg(x_102, x_7, x_8, x_9); -return x_103; +x_114 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_114, 0, x_1); +x_115 = l_Lean_Core_withFreshMacroScope___rarg(x_114, x_7, x_8, x_9); +return x_115; } } else { -lean_object* x_104; lean_object* x_105; +lean_object* x_116; lean_object* x_117; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_104 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_104, 0, x_1); -x_105 = l_Lean_Core_withFreshMacroScope___rarg(x_104, x_7, x_8, x_9); -return x_105; -} -} -else -{ -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -lean_dec(x_10); -x_106 = lean_unsigned_to_nat(2u); -x_107 = l_Lean_Syntax_getArg(x_1, x_106); -x_108 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__7), 10, 7); -lean_closure_set(x_108, 0, x_107); -lean_closure_set(x_108, 1, x_2); -lean_closure_set(x_108, 2, x_3); -lean_closure_set(x_108, 3, x_4); -lean_closure_set(x_108, 4, x_5); -lean_closure_set(x_108, 5, x_6); -lean_closure_set(x_108, 6, x_1); -x_109 = l_Lean_Core_withFreshMacroScope___rarg(x_108, x_7, x_8, x_9); -return x_109; -} -} -else -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_10); -x_110 = lean_unsigned_to_nat(2u); -x_111 = l_Lean_Syntax_getArg(x_1, x_110); -x_112 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__8), 10, 7); -lean_closure_set(x_112, 0, x_111); -lean_closure_set(x_112, 1, x_2); -lean_closure_set(x_112, 2, x_3); -lean_closure_set(x_112, 3, x_4); -lean_closure_set(x_112, 4, x_5); -lean_closure_set(x_112, 5, x_6); -lean_closure_set(x_112, 6, x_1); -x_113 = l_Lean_Core_withFreshMacroScope___rarg(x_112, x_7, x_8, x_9); -return x_113; -} -} -else -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -lean_dec(x_10); -x_114 = lean_unsigned_to_nat(0u); -x_115 = l_Lean_Syntax_getArg(x_1, x_114); -x_116 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__10), 11, 8); -lean_closure_set(x_116, 0, x_115); -lean_closure_set(x_116, 1, x_2); -lean_closure_set(x_116, 2, x_3); -lean_closure_set(x_116, 3, x_4); -lean_closure_set(x_116, 4, x_5); -lean_closure_set(x_116, 5, x_6); -lean_closure_set(x_116, 6, x_1); -lean_closure_set(x_116, 7, x_16); +x_116 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_116, 0, x_1); x_117 = l_Lean_Core_withFreshMacroScope___rarg(x_116, x_7, x_8, x_9); return x_117; } @@ -7383,16 +7172,16 @@ else { lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_dec(x_10); -x_118 = lean_unsigned_to_nat(0u); +x_118 = lean_unsigned_to_nat(2u); x_119 = l_Lean_Syntax_getArg(x_1, x_118); -lean_dec(x_1); -x_120 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtor), 9, 6); +x_120 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__7), 10, 7); lean_closure_set(x_120, 0, x_119); lean_closure_set(x_120, 1, x_2); lean_closure_set(x_120, 2, x_3); lean_closure_set(x_120, 3, x_4); lean_closure_set(x_120, 4, x_5); lean_closure_set(x_120, 5, x_6); +lean_closure_set(x_120, 6, x_1); x_121 = l_Lean_Core_withFreshMacroScope___rarg(x_120, x_7, x_8, x_9); return x_121; } @@ -7401,9 +7190,9 @@ else { lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_dec(x_10); -x_122 = lean_unsigned_to_nat(1u); +x_122 = lean_unsigned_to_nat(2u); x_123 = l_Lean_Syntax_getArg(x_1, x_122); -x_124 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__11), 10, 7); +x_124 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__8), 10, 7); lean_closure_set(x_124, 0, x_123); lean_closure_set(x_124, 1, x_2); lean_closure_set(x_124, 2, x_3); @@ -7417,396 +7206,364 @@ return x_125; } else { -lean_object* x_126; lean_object* x_127; +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +lean_dec(x_10); +x_126 = lean_unsigned_to_nat(0u); +x_127 = l_Lean_Syntax_getArg(x_1, x_126); +x_128 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__10), 11, 8); +lean_closure_set(x_128, 0, x_127); +lean_closure_set(x_128, 1, x_2); +lean_closure_set(x_128, 2, x_3); +lean_closure_set(x_128, 3, x_4); +lean_closure_set(x_128, 4, x_5); +lean_closure_set(x_128, 5, x_6); +lean_closure_set(x_128, 6, x_1); +lean_closure_set(x_128, 7, x_73); +x_129 = l_Lean_Core_withFreshMacroScope___rarg(x_128, x_7, x_8, x_9); +return x_129; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +lean_dec(x_10); +x_130 = lean_unsigned_to_nat(0u); +x_131 = l_Lean_Syntax_getArg(x_1, x_130); +lean_dec(x_1); +x_132 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtor), 9, 6); +lean_closure_set(x_132, 0, x_131); +lean_closure_set(x_132, 1, x_2); +lean_closure_set(x_132, 2, x_3); +lean_closure_set(x_132, 3, x_4); +lean_closure_set(x_132, 4, x_5); +lean_closure_set(x_132, 5, x_6); +x_133 = l_Lean_Core_withFreshMacroScope___rarg(x_132, x_7, x_8, x_9); +return x_133; +} +} +else +{ +lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; +lean_dec(x_10); +x_134 = lean_unsigned_to_nat(1u); +x_135 = l_Lean_Syntax_getArg(x_1, x_134); +x_136 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__11), 10, 7); +lean_closure_set(x_136, 0, x_135); +lean_closure_set(x_136, 1, x_2); +lean_closure_set(x_136, 2, x_3); +lean_closure_set(x_136, 3, x_4); +lean_closure_set(x_136, 4, x_5); +lean_closure_set(x_136, 5, x_6); +lean_closure_set(x_136, 6, x_1); +x_137 = l_Lean_Core_withFreshMacroScope___rarg(x_136, x_7, x_8, x_9); +return x_137; +} +} +else +{ +lean_object* x_138; lean_object* x_139; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_126 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); -lean_closure_set(x_126, 0, x_1); -x_127 = l_Lean_Core_withFreshMacroScope___rarg(x_126, x_7, x_8, x_9); -return x_127; +x_138 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); +lean_closure_set(x_138, 0, x_1); +x_139 = l_Lean_Core_withFreshMacroScope___rarg(x_138, x_7, x_8, x_9); +return x_139; } } else { -lean_object* x_128; lean_object* x_129; +lean_object* x_140; lean_object* x_141; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_128 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); -lean_closure_set(x_128, 0, x_1); -x_129 = l_Lean_Core_withFreshMacroScope___rarg(x_128, x_7, x_8, x_9); -return x_129; +x_140 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); +lean_closure_set(x_140, 0, x_1); +x_141 = l_Lean_Core_withFreshMacroScope___rarg(x_140, x_7, x_8, x_9); +return x_141; } } else { -lean_object* x_130; lean_object* x_131; +lean_object* x_142; lean_object* x_143; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_130 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_130, 0, x_1); -x_131 = l_Lean_Core_withFreshMacroScope___rarg(x_130, x_7, x_8, x_9); -return x_131; +x_142 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_142, 0, x_1); +x_143 = l_Lean_Core_withFreshMacroScope___rarg(x_142, x_7, x_8, x_9); +return x_143; } } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_dec(x_10); -x_132 = lean_unsigned_to_nat(1u); -x_133 = l_Lean_Syntax_getArg(x_1, x_132); -x_134 = l_Lean_Syntax_getArgs(x_133); -lean_dec(x_133); -x_135 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__13___boxed), 10, 7); -lean_closure_set(x_135, 0, x_134); -lean_closure_set(x_135, 1, x_2); -lean_closure_set(x_135, 2, x_3); -lean_closure_set(x_135, 3, x_4); -lean_closure_set(x_135, 4, x_5); -lean_closure_set(x_135, 5, x_6); -lean_closure_set(x_135, 6, x_1); -x_136 = l_Lean_Core_withFreshMacroScope___rarg(x_135, x_7, x_8, x_9); -return x_136; +x_144 = lean_unsigned_to_nat(1u); +x_145 = l_Lean_Syntax_getArg(x_1, x_144); +x_146 = l_Lean_Syntax_getArgs(x_145); +lean_dec(x_145); +x_147 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__13___boxed), 10, 7); +lean_closure_set(x_147, 0, x_146); +lean_closure_set(x_147, 1, x_2); +lean_closure_set(x_147, 2, x_3); +lean_closure_set(x_147, 3, x_4); +lean_closure_set(x_147, 4, x_5); +lean_closure_set(x_147, 5, x_6); +lean_closure_set(x_147, 6, x_1); +x_148 = l_Lean_Core_withFreshMacroScope___rarg(x_147, x_7, x_8, x_9); +return x_148; } } else { -lean_object* x_137; lean_object* x_138; +lean_object* x_149; lean_object* x_150; lean_dec(x_10); -x_137 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp), 9, 6); -lean_closure_set(x_137, 0, x_1); -lean_closure_set(x_137, 1, x_2); -lean_closure_set(x_137, 2, x_3); -lean_closure_set(x_137, 3, x_4); -lean_closure_set(x_137, 4, x_5); -lean_closure_set(x_137, 5, x_6); -x_138 = l_Lean_Core_withFreshMacroScope___rarg(x_137, x_7, x_8, x_9); -return x_138; +x_149 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp), 9, 6); +lean_closure_set(x_149, 0, x_1); +lean_closure_set(x_149, 1, x_2); +lean_closure_set(x_149, 2, x_3); +lean_closure_set(x_149, 3, x_4); +lean_closure_set(x_149, 4, x_5); +lean_closure_set(x_149, 5, x_6); +x_150 = l_Lean_Core_withFreshMacroScope___rarg(x_149, x_7, x_8, x_9); +return x_150; } } else { -lean_object* x_139; lean_object* x_140; +lean_object* x_151; lean_object* x_152; lean_dec(x_10); -x_139 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processId), 9, 6); -lean_closure_set(x_139, 0, x_1); -lean_closure_set(x_139, 1, x_2); -lean_closure_set(x_139, 2, x_3); -lean_closure_set(x_139, 3, x_4); -lean_closure_set(x_139, 4, x_5); -lean_closure_set(x_139, 5, x_6); -x_140 = l_Lean_Core_withFreshMacroScope___rarg(x_139, x_7, x_8, x_9); -return x_140; -} -} -else -{ -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; -x_141 = lean_ctor_get(x_7, 0); -x_142 = lean_ctor_get(x_7, 1); -x_143 = lean_ctor_get(x_7, 2); -x_144 = lean_ctor_get(x_7, 3); -x_145 = lean_ctor_get(x_7, 4); -x_146 = lean_ctor_get(x_7, 5); -x_147 = lean_ctor_get(x_7, 6); -x_148 = lean_ctor_get(x_7, 7); -x_149 = lean_ctor_get(x_7, 8); -x_150 = lean_ctor_get(x_7, 9); -x_151 = lean_ctor_get(x_7, 10); -lean_inc(x_151); -lean_inc(x_150); -lean_inc(x_149); -lean_inc(x_148); -lean_inc(x_147); -lean_inc(x_146); -lean_inc(x_145); -lean_inc(x_144); -lean_inc(x_143); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_7); -x_152 = l_Lean_replaceRef(x_1, x_146); -lean_dec(x_146); -x_153 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_153, 0, x_141); -lean_ctor_set(x_153, 1, x_142); -lean_ctor_set(x_153, 2, x_143); -lean_ctor_set(x_153, 3, x_144); -lean_ctor_set(x_153, 4, x_145); -lean_ctor_set(x_153, 5, x_152); -lean_ctor_set(x_153, 6, x_147); -lean_ctor_set(x_153, 7, x_148); -lean_ctor_set(x_153, 8, x_149); -lean_ctor_set(x_153, 9, x_150); -lean_ctor_set(x_153, 10, x_151); -if (x_12 == 0) +x_151 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processId), 9, 6); +lean_closure_set(x_151, 0, x_1); +lean_closure_set(x_151, 1, x_2); +lean_closure_set(x_151, 2, x_3); +lean_closure_set(x_151, 3, x_4); +lean_closure_set(x_151, 4, x_5); +lean_closure_set(x_151, 5, x_6); +x_152 = l_Lean_Core_withFreshMacroScope___rarg(x_151, x_7, x_8, x_9); +return x_152; +} +block_72: { -lean_object* x_154; uint8_t x_155; -x_154 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__2; -x_155 = lean_name_eq(x_10, x_154); -if (x_155 == 0) -{ -lean_object* x_156; uint8_t x_157; -x_156 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__4; -x_157 = lean_name_eq(x_10, x_156); -if (x_157 == 0) -{ -lean_object* x_158; uint8_t x_159; -x_158 = l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___closed__2; -x_159 = lean_name_eq(x_10, x_158); -if (x_159 == 0) -{ -lean_object* x_160; uint8_t x_161; -x_160 = l_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___closed__6; -x_161 = lean_name_eq(x_10, x_160); -if (x_161 == 0) -{ -lean_object* x_162; uint8_t x_163; -x_162 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__6; -x_163 = lean_name_eq(x_10, x_162); -if (x_163 == 0) -{ -lean_object* x_164; uint8_t x_165; -x_164 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__8; -x_165 = lean_name_eq(x_10, x_164); -if (x_165 == 0) -{ -lean_object* x_166; uint8_t x_167; -x_166 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__10; -x_167 = lean_name_eq(x_10, x_166); -if (x_167 == 0) -{ -lean_object* x_168; uint8_t x_169; -x_168 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__11; -x_169 = lean_name_eq(x_10, x_168); -if (x_169 == 0) -{ -lean_object* x_170; uint8_t x_171; -x_170 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__13; -x_171 = lean_name_eq(x_10, x_170); -if (x_171 == 0) -{ -lean_object* x_172; uint8_t x_173; -x_172 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__15; -x_173 = lean_name_eq(x_10, x_172); -if (x_173 == 0) -{ -lean_object* x_174; uint8_t x_175; -x_174 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___closed__2; -x_175 = lean_name_eq(x_10, x_174); -if (x_175 == 0) -{ -lean_object* x_176; uint8_t x_177; -x_176 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__17; -x_177 = lean_name_eq(x_10, x_176); -if (x_177 == 0) +if (x_16 == 0) { -lean_object* x_178; uint8_t x_179; -x_178 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__19; -x_179 = lean_name_eq(x_10, x_178); -if (x_179 == 0) -{ -lean_object* x_180; uint8_t x_181; -x_180 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__21; -x_181 = lean_name_eq(x_10, x_180); -if (x_181 == 0) -{ -lean_object* x_182; uint8_t x_183; -x_182 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__23; -x_183 = lean_name_eq(x_10, x_182); -if (x_183 == 0) -{ -lean_object* x_184; uint8_t x_185; -x_184 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__25; -x_185 = lean_name_eq(x_10, x_184); -if (x_185 == 0) -{ -lean_object* x_186; uint8_t x_187; -x_186 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__27; -x_187 = lean_name_eq(x_10, x_186); -if (x_187 == 0) -{ -lean_object* x_188; uint8_t x_189; -x_188 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__2; -x_189 = lean_name_eq(x_10, x_188); +lean_object* x_17; uint8_t x_18; +x_17 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__2; +x_18 = lean_name_eq(x_10, x_17); lean_dec(x_10); -if (x_189 == 0) +if (x_18 == 0) { -lean_object* x_190; uint8_t x_191; -x_190 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; +lean_object* x_19; uint8_t x_20; +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; lean_inc(x_1); -x_191 = l_Lean_Syntax_isOfKind(x_1, x_190); -if (x_191 == 0) +x_20 = l_Lean_Syntax_isOfKind(x_1, x_19); +if (x_20 == 0) { -lean_object* x_192; lean_object* x_193; +lean_object* x_21; lean_object* x_22; lean_dec(x_1); -x_192 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); -lean_closure_set(x_192, 0, x_2); -lean_closure_set(x_192, 1, x_3); -lean_closure_set(x_192, 2, x_4); -lean_closure_set(x_192, 3, x_5); -lean_closure_set(x_192, 4, x_6); -x_193 = l_Lean_Core_withFreshMacroScope___rarg(x_192, x_153, x_8, x_9); -return x_193; -} -else -{ -lean_object* x_194; lean_object* x_195; uint8_t x_196; -x_194 = lean_unsigned_to_nat(1u); -x_195 = l_Lean_Syntax_getArg(x_1, x_194); -x_196 = l_Lean_Syntax_isNone(x_195); -if (x_196 == 0) -{ -lean_object* x_197; uint8_t x_198; -x_197 = lean_unsigned_to_nat(2u); -lean_inc(x_195); -x_198 = l_Lean_Syntax_matchesNull(x_195, x_197); -if (x_198 == 0) -{ -lean_object* x_199; lean_object* x_200; -lean_dec(x_195); +x_21 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); +lean_closure_set(x_21, 0, x_2); +lean_closure_set(x_21, 1, x_3); +lean_closure_set(x_21, 2, x_4); +lean_closure_set(x_21, 3, x_5); +lean_closure_set(x_21, 4, x_6); +x_22 = l_Lean_Core_withFreshMacroScope___rarg(x_21, x_7, x_8, x_9); +return x_22; +} +else +{ +lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_unsigned_to_nat(1u); +x_24 = l_Lean_Syntax_getArg(x_1, x_23); +x_25 = l_Lean_Syntax_isNone(x_24); +if (x_25 == 0) +{ +lean_object* x_26; uint8_t x_27; +x_26 = lean_unsigned_to_nat(2u); +lean_inc(x_24); +x_27 = l_Lean_Syntax_matchesNull(x_24, x_26); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; +lean_dec(x_24); lean_dec(x_1); -x_199 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); -lean_closure_set(x_199, 0, x_2); -lean_closure_set(x_199, 1, x_3); -lean_closure_set(x_199, 2, x_4); -lean_closure_set(x_199, 3, x_5); -lean_closure_set(x_199, 4, x_6); -x_200 = l_Lean_Core_withFreshMacroScope___rarg(x_199, x_153, x_8, x_9); -return x_200; +x_28 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); +lean_closure_set(x_28, 0, x_2); +lean_closure_set(x_28, 1, x_3); +lean_closure_set(x_28, 2, x_4); +lean_closure_set(x_28, 3, x_5); +lean_closure_set(x_28, 4, x_6); +x_29 = l_Lean_Core_withFreshMacroScope___rarg(x_28, x_7, x_8, x_9); +return x_29; } else { -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; -x_201 = lean_unsigned_to_nat(0u); -x_202 = l_Lean_Syntax_getArg(x_195, x_201); -lean_dec(x_195); -x_203 = l_Lean_Syntax_getArgs(x_202); -lean_dec(x_202); -x_204 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_204, 0, x_203); -x_205 = lean_box(0); -x_206 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); -lean_closure_set(x_206, 0, x_1); -lean_closure_set(x_206, 1, x_190); -lean_closure_set(x_206, 2, x_205); -lean_closure_set(x_206, 3, x_204); -lean_closure_set(x_206, 4, x_2); -lean_closure_set(x_206, 5, x_3); -lean_closure_set(x_206, 6, x_4); -lean_closure_set(x_206, 7, x_5); -lean_closure_set(x_206, 8, x_6); -x_207 = l_Lean_Core_withFreshMacroScope___rarg(x_206, x_153, x_8, x_9); -return x_207; +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_30 = lean_unsigned_to_nat(0u); +x_31 = l_Lean_Syntax_getArg(x_24, x_30); +lean_dec(x_24); +x_32 = l_Lean_Syntax_getArgs(x_31); +lean_dec(x_31); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +x_34 = lean_box(0); +x_35 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); +lean_closure_set(x_35, 0, x_1); +lean_closure_set(x_35, 1, x_19); +lean_closure_set(x_35, 2, x_34); +lean_closure_set(x_35, 3, x_33); +lean_closure_set(x_35, 4, x_2); +lean_closure_set(x_35, 5, x_3); +lean_closure_set(x_35, 6, x_4); +lean_closure_set(x_35, 7, x_5); +lean_closure_set(x_35, 8, x_6); +x_36 = l_Lean_Core_withFreshMacroScope___rarg(x_35, x_7, x_8, x_9); +return x_36; } } else { -lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_195); -x_208 = lean_box(0); -x_209 = lean_box(0); -x_210 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); -lean_closure_set(x_210, 0, x_1); -lean_closure_set(x_210, 1, x_190); -lean_closure_set(x_210, 2, x_209); -lean_closure_set(x_210, 3, x_208); -lean_closure_set(x_210, 4, x_2); -lean_closure_set(x_210, 5, x_3); -lean_closure_set(x_210, 6, x_4); -lean_closure_set(x_210, 7, x_5); -lean_closure_set(x_210, 8, x_6); -x_211 = l_Lean_Core_withFreshMacroScope___rarg(x_210, x_153, x_8, x_9); -return x_211; +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_24); +x_37 = lean_box(0); +x_38 = lean_box(0); +x_39 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); +lean_closure_set(x_39, 0, x_1); +lean_closure_set(x_39, 1, x_19); +lean_closure_set(x_39, 2, x_38); +lean_closure_set(x_39, 3, x_37); +lean_closure_set(x_39, 4, x_2); +lean_closure_set(x_39, 5, x_3); +lean_closure_set(x_39, 6, x_4); +lean_closure_set(x_39, 7, x_5); +lean_closure_set(x_39, 8, x_6); +x_40 = l_Lean_Core_withFreshMacroScope___rarg(x_39, x_7, x_8, x_9); +return x_40; } } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; uint8_t x_215; -x_212 = l_Lean_Syntax_getArgs(x_1); +lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_62; uint8_t x_63; +x_41 = l_Lean_Syntax_getArgs(x_1); lean_dec(x_1); -x_213 = lean_array_get_size(x_212); -x_214 = lean_unsigned_to_nat(0u); -x_215 = lean_nat_dec_lt(x_214, x_213); -if (x_215 == 0) +x_42 = lean_array_get_size(x_41); +x_62 = lean_unsigned_to_nat(0u); +x_63 = lean_nat_dec_lt(x_62, x_42); +if (x_63 == 0) { -lean_object* x_216; lean_object* x_217; -lean_dec(x_213); -x_216 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_216, 0, x_2); -lean_closure_set(x_216, 1, x_3); -lean_closure_set(x_216, 2, x_4); -lean_closure_set(x_216, 3, x_5); -lean_closure_set(x_216, 4, x_6); -lean_closure_set(x_216, 5, x_212); -x_217 = l_Lean_Core_withFreshMacroScope___rarg(x_216, x_153, x_8, x_9); -return x_217; +uint8_t x_64; +x_64 = 0; +x_43 = x_64; +goto block_61; } else { -uint8_t x_218; -x_218 = lean_nat_dec_le(x_213, x_213); -if (x_218 == 0) +uint8_t x_65; +x_65 = lean_nat_dec_le(x_42, x_42); +if (x_65 == 0) { -lean_object* x_219; lean_object* x_220; -lean_dec(x_213); -x_219 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_219, 0, x_2); -lean_closure_set(x_219, 1, x_3); -lean_closure_set(x_219, 2, x_4); -lean_closure_set(x_219, 3, x_5); -lean_closure_set(x_219, 4, x_6); -lean_closure_set(x_219, 5, x_212); -x_220 = l_Lean_Core_withFreshMacroScope___rarg(x_219, x_153, x_8, x_9); -return x_220; +uint8_t x_66; +x_66 = 0; +x_43 = x_66; +goto block_61; } else { -size_t x_221; size_t x_222; uint8_t x_223; -x_221 = 0; -x_222 = lean_usize_of_nat(x_213); -lean_dec(x_213); -x_223 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(x_212, x_221, x_222); -if (x_223 == 0) +size_t x_67; size_t x_68; uint8_t x_69; +x_67 = 0; +x_68 = lean_usize_of_nat(x_42); +x_69 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(x_41, x_67, x_68); +x_43 = x_69; +goto block_61; +} +} +block_61: { -lean_object* x_224; lean_object* x_225; -x_224 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_224, 0, x_2); -lean_closure_set(x_224, 1, x_3); -lean_closure_set(x_224, 2, x_4); -lean_closure_set(x_224, 3, x_5); -lean_closure_set(x_224, 4, x_6); -lean_closure_set(x_224, 5, x_212); -x_225 = l_Lean_Core_withFreshMacroScope___rarg(x_224, x_153, x_8, x_9); -return x_225; +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; +lean_dec(x_42); +x_44 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_44, 0, x_2); +lean_closure_set(x_44, 1, x_3); +lean_closure_set(x_44, 2, x_4); +lean_closure_set(x_44, 3, x_5); +lean_closure_set(x_44, 4, x_6); +lean_closure_set(x_44, 5, x_41); +x_45 = l_Lean_Core_withFreshMacroScope___rarg(x_44, x_7, x_8, x_9); +return x_45; } else { -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_226 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; -x_227 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(x_212, x_221, x_222, x_226); -lean_dec(x_212); -x_228 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); -lean_closure_set(x_228, 0, x_2); -lean_closure_set(x_228, 1, x_3); -lean_closure_set(x_228, 2, x_4); -lean_closure_set(x_228, 3, x_5); -lean_closure_set(x_228, 4, x_6); -lean_closure_set(x_228, 5, x_227); -x_229 = l_Lean_Core_withFreshMacroScope___rarg(x_228, x_153, x_8, x_9); -return x_229; +lean_object* x_46; uint8_t x_47; +x_46 = lean_unsigned_to_nat(0u); +x_47 = lean_nat_dec_lt(x_46, x_42); +if (x_47 == 0) +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; +lean_dec(x_42); +lean_dec(x_41); +x_48 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; +x_49 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_49, 0, x_2); +lean_closure_set(x_49, 1, x_3); +lean_closure_set(x_49, 2, x_4); +lean_closure_set(x_49, 3, x_5); +lean_closure_set(x_49, 4, x_6); +lean_closure_set(x_49, 5, x_48); +x_50 = l_Lean_Core_withFreshMacroScope___rarg(x_49, x_7, x_8, x_9); +return x_50; +} +else +{ +uint8_t x_51; +x_51 = lean_nat_dec_le(x_42, x_42); +if (x_51 == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +lean_dec(x_42); +lean_dec(x_41); +x_52 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; +x_53 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_53, 0, x_2); +lean_closure_set(x_53, 1, x_3); +lean_closure_set(x_53, 2, x_4); +lean_closure_set(x_53, 3, x_5); +lean_closure_set(x_53, 4, x_6); +lean_closure_set(x_53, 5, x_52); +x_54 = l_Lean_Core_withFreshMacroScope___rarg(x_53, x_7, x_8, x_9); +return x_54; +} +else +{ +size_t x_55; size_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_55 = 0; +x_56 = lean_usize_of_nat(x_42); +lean_dec(x_42); +x_57 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; +x_58 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(x_41, x_55, x_56, x_57); +lean_dec(x_41); +x_59 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_59, 0, x_2); +lean_closure_set(x_59, 1, x_3); +lean_closure_set(x_59, 2, x_4); +lean_closure_set(x_59, 3, x_5); +lean_closure_set(x_59, 4, x_6); +lean_closure_set(x_59, 5, x_58); +x_60 = l_Lean_Core_withFreshMacroScope___rarg(x_59, x_7, x_8, x_9); +return x_60; +} } } } @@ -7814,293 +7571,646 @@ return x_229; } else { -lean_object* x_230; lean_object* x_231; +lean_object* x_70; lean_object* x_71; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_230 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_230, 0, x_1); -x_231 = l_Lean_Core_withFreshMacroScope___rarg(x_230, x_153, x_8, x_9); -return x_231; -} +x_70 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_70, 0, x_1); +x_71 = l_Lean_Core_withFreshMacroScope___rarg(x_70, x_7, x_8, x_9); +return x_71; +} +} +} +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; uint8_t x_166; +x_153 = lean_ctor_get(x_7, 0); +x_154 = lean_ctor_get(x_7, 1); +x_155 = lean_ctor_get(x_7, 2); +x_156 = lean_ctor_get(x_7, 3); +x_157 = lean_ctor_get(x_7, 4); +x_158 = lean_ctor_get(x_7, 5); +x_159 = lean_ctor_get(x_7, 6); +x_160 = lean_ctor_get(x_7, 7); +x_161 = lean_ctor_get(x_7, 8); +x_162 = lean_ctor_get(x_7, 9); +x_163 = lean_ctor_get(x_7, 10); +lean_inc(x_163); +lean_inc(x_162); +lean_inc(x_161); +lean_inc(x_160); +lean_inc(x_159); +lean_inc(x_158); +lean_inc(x_157); +lean_inc(x_156); +lean_inc(x_155); +lean_inc(x_154); +lean_inc(x_153); +lean_dec(x_7); +x_164 = l_Lean_replaceRef(x_1, x_158); +lean_dec(x_158); +x_165 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_165, 0, x_153); +lean_ctor_set(x_165, 1, x_154); +lean_ctor_set(x_165, 2, x_155); +lean_ctor_set(x_165, 3, x_156); +lean_ctor_set(x_165, 4, x_157); +lean_ctor_set(x_165, 5, x_164); +lean_ctor_set(x_165, 6, x_159); +lean_ctor_set(x_165, 7, x_160); +lean_ctor_set(x_165, 8, x_161); +lean_ctor_set(x_165, 9, x_162); +lean_ctor_set(x_165, 10, x_163); +if (x_12 == 0) +{ +lean_object* x_223; uint8_t x_224; +x_223 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__2; +x_224 = lean_name_eq(x_10, x_223); +if (x_224 == 0) +{ +lean_object* x_225; uint8_t x_226; +x_225 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__4; +x_226 = lean_name_eq(x_10, x_225); +if (x_226 == 0) +{ +lean_object* x_227; uint8_t x_228; +x_227 = l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp___closed__2; +x_228 = lean_name_eq(x_10, x_227); +if (x_228 == 0) +{ +lean_object* x_229; uint8_t x_230; +x_229 = l_Lean_Elab_Term_CollectPatternVars_collect_processExplicitArg___closed__6; +x_230 = lean_name_eq(x_10, x_229); +if (x_230 == 0) +{ +lean_object* x_231; uint8_t x_232; +x_231 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__6; +x_232 = lean_name_eq(x_10, x_231); +if (x_232 == 0) +{ +lean_object* x_233; uint8_t x_234; +x_233 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__8; +x_234 = lean_name_eq(x_10, x_233); +if (x_234 == 0) +{ +lean_object* x_235; uint8_t x_236; +x_235 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__10; +x_236 = lean_name_eq(x_10, x_235); +if (x_236 == 0) +{ +lean_object* x_237; uint8_t x_238; +x_237 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__11; +x_238 = lean_name_eq(x_10, x_237); +if (x_238 == 0) +{ +lean_object* x_239; uint8_t x_240; +x_239 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__13; +x_240 = lean_name_eq(x_10, x_239); +if (x_240 == 0) +{ +lean_object* x_241; uint8_t x_242; +x_241 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__15; +x_242 = lean_name_eq(x_10, x_241); +if (x_242 == 0) +{ +lean_object* x_243; uint8_t x_244; +x_243 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___closed__2; +x_244 = lean_name_eq(x_10, x_243); +if (x_244 == 0) +{ +lean_object* x_245; uint8_t x_246; +x_245 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__17; +x_246 = lean_name_eq(x_10, x_245); +if (x_246 == 0) +{ +lean_object* x_247; uint8_t x_248; +x_247 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__19; +x_248 = lean_name_eq(x_10, x_247); +if (x_248 == 0) +{ +lean_object* x_249; uint8_t x_250; +x_249 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__21; +x_250 = lean_name_eq(x_10, x_249); +if (x_250 == 0) +{ +lean_object* x_251; uint8_t x_252; +x_251 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__23; +x_252 = lean_name_eq(x_10, x_251); +if (x_252 == 0) +{ +lean_object* x_253; uint8_t x_254; +x_253 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__25; +x_254 = lean_name_eq(x_10, x_253); +if (x_254 == 0) +{ +lean_object* x_255; uint8_t x_256; +x_255 = l_Lean_Elab_Term_CollectPatternVars_collect___closed__27; +x_256 = lean_name_eq(x_10, x_255); +x_166 = x_256; +goto block_222; } else { -lean_object* x_232; lean_object* x_233; -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_232 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_232, 0, x_1); -x_233 = l_Lean_Core_withFreshMacroScope___rarg(x_232, x_153, x_8, x_9); -return x_233; +uint8_t x_257; +x_257 = 1; +x_166 = x_257; +goto block_222; } } else { -lean_object* x_234; lean_object* x_235; +lean_object* x_258; lean_object* x_259; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_234 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_234, 0, x_1); -x_235 = l_Lean_Core_withFreshMacroScope___rarg(x_234, x_153, x_8, x_9); -return x_235; +x_258 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_258, 0, x_1); +x_259 = l_Lean_Core_withFreshMacroScope___rarg(x_258, x_165, x_8, x_9); +return x_259; } } else { -lean_object* x_236; lean_object* x_237; +lean_object* x_260; lean_object* x_261; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_236 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_236, 0, x_1); -x_237 = l_Lean_Core_withFreshMacroScope___rarg(x_236, x_153, x_8, x_9); -return x_237; +x_260 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_260, 0, x_1); +x_261 = l_Lean_Core_withFreshMacroScope___rarg(x_260, x_165, x_8, x_9); +return x_261; } } else { -lean_object* x_238; lean_object* x_239; +lean_object* x_262; lean_object* x_263; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_238 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_238, 0, x_1); -x_239 = l_Lean_Core_withFreshMacroScope___rarg(x_238, x_153, x_8, x_9); -return x_239; +x_262 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_262, 0, x_1); +x_263 = l_Lean_Core_withFreshMacroScope___rarg(x_262, x_165, x_8, x_9); +return x_263; } } else { -lean_object* x_240; lean_object* x_241; +lean_object* x_264; lean_object* x_265; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_240 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_240, 0, x_1); -x_241 = l_Lean_Core_withFreshMacroScope___rarg(x_240, x_153, x_8, x_9); -return x_241; +x_264 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_264, 0, x_1); +x_265 = l_Lean_Core_withFreshMacroScope___rarg(x_264, x_165, x_8, x_9); +return x_265; } } else { -lean_object* x_242; lean_object* x_243; +lean_object* x_266; lean_object* x_267; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_242 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_242, 0, x_1); -x_243 = l_Lean_Core_withFreshMacroScope___rarg(x_242, x_153, x_8, x_9); -return x_243; +x_266 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_266, 0, x_1); +x_267 = l_Lean_Core_withFreshMacroScope___rarg(x_266, x_165, x_8, x_9); +return x_267; } } else { -lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; +lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_dec(x_10); -x_244 = lean_unsigned_to_nat(2u); -x_245 = l_Lean_Syntax_getArg(x_1, x_244); -x_246 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__7), 10, 7); -lean_closure_set(x_246, 0, x_245); -lean_closure_set(x_246, 1, x_2); -lean_closure_set(x_246, 2, x_3); -lean_closure_set(x_246, 3, x_4); -lean_closure_set(x_246, 4, x_5); -lean_closure_set(x_246, 5, x_6); -lean_closure_set(x_246, 6, x_1); -x_247 = l_Lean_Core_withFreshMacroScope___rarg(x_246, x_153, x_8, x_9); -return x_247; +x_268 = lean_unsigned_to_nat(2u); +x_269 = l_Lean_Syntax_getArg(x_1, x_268); +x_270 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__7), 10, 7); +lean_closure_set(x_270, 0, x_269); +lean_closure_set(x_270, 1, x_2); +lean_closure_set(x_270, 2, x_3); +lean_closure_set(x_270, 3, x_4); +lean_closure_set(x_270, 4, x_5); +lean_closure_set(x_270, 5, x_6); +lean_closure_set(x_270, 6, x_1); +x_271 = l_Lean_Core_withFreshMacroScope___rarg(x_270, x_165, x_8, x_9); +return x_271; } } else { -lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; +lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_dec(x_10); -x_248 = lean_unsigned_to_nat(2u); -x_249 = l_Lean_Syntax_getArg(x_1, x_248); -x_250 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__8), 10, 7); -lean_closure_set(x_250, 0, x_249); -lean_closure_set(x_250, 1, x_2); -lean_closure_set(x_250, 2, x_3); -lean_closure_set(x_250, 3, x_4); -lean_closure_set(x_250, 4, x_5); -lean_closure_set(x_250, 5, x_6); -lean_closure_set(x_250, 6, x_1); -x_251 = l_Lean_Core_withFreshMacroScope___rarg(x_250, x_153, x_8, x_9); -return x_251; +x_272 = lean_unsigned_to_nat(2u); +x_273 = l_Lean_Syntax_getArg(x_1, x_272); +x_274 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__8), 10, 7); +lean_closure_set(x_274, 0, x_273); +lean_closure_set(x_274, 1, x_2); +lean_closure_set(x_274, 2, x_3); +lean_closure_set(x_274, 3, x_4); +lean_closure_set(x_274, 4, x_5); +lean_closure_set(x_274, 5, x_6); +lean_closure_set(x_274, 6, x_1); +x_275 = l_Lean_Core_withFreshMacroScope___rarg(x_274, x_165, x_8, x_9); +return x_275; } } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; +lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_dec(x_10); -x_252 = lean_unsigned_to_nat(0u); -x_253 = l_Lean_Syntax_getArg(x_1, x_252); -x_254 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__10), 11, 8); -lean_closure_set(x_254, 0, x_253); -lean_closure_set(x_254, 1, x_2); -lean_closure_set(x_254, 2, x_3); -lean_closure_set(x_254, 3, x_4); -lean_closure_set(x_254, 4, x_5); -lean_closure_set(x_254, 5, x_6); -lean_closure_set(x_254, 6, x_1); -lean_closure_set(x_254, 7, x_154); -x_255 = l_Lean_Core_withFreshMacroScope___rarg(x_254, x_153, x_8, x_9); -return x_255; +x_276 = lean_unsigned_to_nat(0u); +x_277 = l_Lean_Syntax_getArg(x_1, x_276); +x_278 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__10), 11, 8); +lean_closure_set(x_278, 0, x_277); +lean_closure_set(x_278, 1, x_2); +lean_closure_set(x_278, 2, x_3); +lean_closure_set(x_278, 3, x_4); +lean_closure_set(x_278, 4, x_5); +lean_closure_set(x_278, 5, x_6); +lean_closure_set(x_278, 6, x_1); +lean_closure_set(x_278, 7, x_223); +x_279 = l_Lean_Core_withFreshMacroScope___rarg(x_278, x_165, x_8, x_9); +return x_279; } } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; +lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_dec(x_10); -x_256 = lean_unsigned_to_nat(0u); -x_257 = l_Lean_Syntax_getArg(x_1, x_256); +x_280 = lean_unsigned_to_nat(0u); +x_281 = l_Lean_Syntax_getArg(x_1, x_280); lean_dec(x_1); -x_258 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtor), 9, 6); -lean_closure_set(x_258, 0, x_257); -lean_closure_set(x_258, 1, x_2); -lean_closure_set(x_258, 2, x_3); -lean_closure_set(x_258, 3, x_4); -lean_closure_set(x_258, 4, x_5); -lean_closure_set(x_258, 5, x_6); -x_259 = l_Lean_Core_withFreshMacroScope___rarg(x_258, x_153, x_8, x_9); -return x_259; +x_282 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtor), 9, 6); +lean_closure_set(x_282, 0, x_281); +lean_closure_set(x_282, 1, x_2); +lean_closure_set(x_282, 2, x_3); +lean_closure_set(x_282, 3, x_4); +lean_closure_set(x_282, 4, x_5); +lean_closure_set(x_282, 5, x_6); +x_283 = l_Lean_Core_withFreshMacroScope___rarg(x_282, x_165, x_8, x_9); +return x_283; } } else { -lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; +lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_dec(x_10); -x_260 = lean_unsigned_to_nat(1u); -x_261 = l_Lean_Syntax_getArg(x_1, x_260); -x_262 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__11), 10, 7); -lean_closure_set(x_262, 0, x_261); -lean_closure_set(x_262, 1, x_2); -lean_closure_set(x_262, 2, x_3); -lean_closure_set(x_262, 3, x_4); -lean_closure_set(x_262, 4, x_5); -lean_closure_set(x_262, 5, x_6); -lean_closure_set(x_262, 6, x_1); -x_263 = l_Lean_Core_withFreshMacroScope___rarg(x_262, x_153, x_8, x_9); -return x_263; +x_284 = lean_unsigned_to_nat(1u); +x_285 = l_Lean_Syntax_getArg(x_1, x_284); +x_286 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__11), 10, 7); +lean_closure_set(x_286, 0, x_285); +lean_closure_set(x_286, 1, x_2); +lean_closure_set(x_286, 2, x_3); +lean_closure_set(x_286, 3, x_4); +lean_closure_set(x_286, 4, x_5); +lean_closure_set(x_286, 5, x_6); +lean_closure_set(x_286, 6, x_1); +x_287 = l_Lean_Core_withFreshMacroScope___rarg(x_286, x_165, x_8, x_9); +return x_287; } } else { -lean_object* x_264; lean_object* x_265; +lean_object* x_288; lean_object* x_289; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_264 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); -lean_closure_set(x_264, 0, x_1); -x_265 = l_Lean_Core_withFreshMacroScope___rarg(x_264, x_153, x_8, x_9); -return x_265; +x_288 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); +lean_closure_set(x_288, 0, x_1); +x_289 = l_Lean_Core_withFreshMacroScope___rarg(x_288, x_165, x_8, x_9); +return x_289; } } else { -lean_object* x_266; lean_object* x_267; +lean_object* x_290; lean_object* x_291; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_266 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); -lean_closure_set(x_266, 0, x_1); -x_267 = l_Lean_Core_withFreshMacroScope___rarg(x_266, x_153, x_8, x_9); -return x_267; +x_290 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__12___boxed), 4, 1); +lean_closure_set(x_290, 0, x_1); +x_291 = l_Lean_Core_withFreshMacroScope___rarg(x_290, x_165, x_8, x_9); +return x_291; } } else { -lean_object* x_268; lean_object* x_269; +lean_object* x_292; lean_object* x_293; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_268 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); -lean_closure_set(x_268, 0, x_1); -x_269 = l_Lean_Core_withFreshMacroScope___rarg(x_268, x_153, x_8, x_9); -return x_269; +x_292 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_292, 0, x_1); +x_293 = l_Lean_Core_withFreshMacroScope___rarg(x_292, x_165, x_8, x_9); +return x_293; +} +} +else +{ +lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; +lean_dec(x_10); +x_294 = lean_unsigned_to_nat(1u); +x_295 = l_Lean_Syntax_getArg(x_1, x_294); +x_296 = l_Lean_Syntax_getArgs(x_295); +lean_dec(x_295); +x_297 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__13___boxed), 10, 7); +lean_closure_set(x_297, 0, x_296); +lean_closure_set(x_297, 1, x_2); +lean_closure_set(x_297, 2, x_3); +lean_closure_set(x_297, 3, x_4); +lean_closure_set(x_297, 4, x_5); +lean_closure_set(x_297, 5, x_6); +lean_closure_set(x_297, 6, x_1); +x_298 = l_Lean_Core_withFreshMacroScope___rarg(x_297, x_165, x_8, x_9); +return x_298; } } else { -lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; +lean_object* x_299; lean_object* x_300; lean_dec(x_10); -x_270 = lean_unsigned_to_nat(1u); -x_271 = l_Lean_Syntax_getArg(x_1, x_270); -x_272 = l_Lean_Syntax_getArgs(x_271); -lean_dec(x_271); -x_273 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__13___boxed), 10, 7); -lean_closure_set(x_273, 0, x_272); -lean_closure_set(x_273, 1, x_2); -lean_closure_set(x_273, 2, x_3); -lean_closure_set(x_273, 3, x_4); -lean_closure_set(x_273, 4, x_5); -lean_closure_set(x_273, 5, x_6); -lean_closure_set(x_273, 6, x_1); -x_274 = l_Lean_Core_withFreshMacroScope___rarg(x_273, x_153, x_8, x_9); -return x_274; +x_299 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp), 9, 6); +lean_closure_set(x_299, 0, x_1); +lean_closure_set(x_299, 1, x_2); +lean_closure_set(x_299, 2, x_3); +lean_closure_set(x_299, 3, x_4); +lean_closure_set(x_299, 4, x_5); +lean_closure_set(x_299, 5, x_6); +x_300 = l_Lean_Core_withFreshMacroScope___rarg(x_299, x_165, x_8, x_9); +return x_300; } } else { -lean_object* x_275; lean_object* x_276; +lean_object* x_301; lean_object* x_302; +lean_dec(x_10); +x_301 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processId), 9, 6); +lean_closure_set(x_301, 0, x_1); +lean_closure_set(x_301, 1, x_2); +lean_closure_set(x_301, 2, x_3); +lean_closure_set(x_301, 3, x_4); +lean_closure_set(x_301, 4, x_5); +lean_closure_set(x_301, 5, x_6); +x_302 = l_Lean_Core_withFreshMacroScope___rarg(x_301, x_165, x_8, x_9); +return x_302; +} +block_222: +{ +if (x_166 == 0) +{ +lean_object* x_167; uint8_t x_168; +x_167 = l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__2; +x_168 = lean_name_eq(x_10, x_167); lean_dec(x_10); -x_275 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processCtorApp), 9, 6); -lean_closure_set(x_275, 0, x_1); -lean_closure_set(x_275, 1, x_2); -lean_closure_set(x_275, 2, x_3); -lean_closure_set(x_275, 3, x_4); -lean_closure_set(x_275, 4, x_5); -lean_closure_set(x_275, 5, x_6); -x_276 = l_Lean_Core_withFreshMacroScope___rarg(x_275, x_153, x_8, x_9); -return x_276; +if (x_168 == 0) +{ +lean_object* x_169; uint8_t x_170; +x_169 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2; +lean_inc(x_1); +x_170 = l_Lean_Syntax_isOfKind(x_1, x_169); +if (x_170 == 0) +{ +lean_object* x_171; lean_object* x_172; +lean_dec(x_1); +x_171 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); +lean_closure_set(x_171, 0, x_2); +lean_closure_set(x_171, 1, x_3); +lean_closure_set(x_171, 2, x_4); +lean_closure_set(x_171, 3, x_5); +lean_closure_set(x_171, 4, x_6); +x_172 = l_Lean_Core_withFreshMacroScope___rarg(x_171, x_165, x_8, x_9); +return x_172; +} +else +{ +lean_object* x_173; lean_object* x_174; uint8_t x_175; +x_173 = lean_unsigned_to_nat(1u); +x_174 = l_Lean_Syntax_getArg(x_1, x_173); +x_175 = l_Lean_Syntax_isNone(x_174); +if (x_175 == 0) +{ +lean_object* x_176; uint8_t x_177; +x_176 = lean_unsigned_to_nat(2u); +lean_inc(x_174); +x_177 = l_Lean_Syntax_matchesNull(x_174, x_176); +if (x_177 == 0) +{ +lean_object* x_178; lean_object* x_179; +lean_dec(x_174); +lean_dec(x_1); +x_178 = lean_alloc_closure((void*)(l___private_Lean_Elab_PatternVar_0__Lean_Elab_Term_CollectPatternVars_throwInvalidPattern___rarg), 8, 5); +lean_closure_set(x_178, 0, x_2); +lean_closure_set(x_178, 1, x_3); +lean_closure_set(x_178, 2, x_4); +lean_closure_set(x_178, 3, x_5); +lean_closure_set(x_178, 4, x_6); +x_179 = l_Lean_Core_withFreshMacroScope___rarg(x_178, x_165, x_8, x_9); +return x_179; +} +else +{ +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_unsigned_to_nat(0u); +x_181 = l_Lean_Syntax_getArg(x_174, x_180); +lean_dec(x_174); +x_182 = l_Lean_Syntax_getArgs(x_181); +lean_dec(x_181); +x_183 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_183, 0, x_182); +x_184 = lean_box(0); +x_185 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); +lean_closure_set(x_185, 0, x_1); +lean_closure_set(x_185, 1, x_169); +lean_closure_set(x_185, 2, x_184); +lean_closure_set(x_185, 3, x_183); +lean_closure_set(x_185, 4, x_2); +lean_closure_set(x_185, 5, x_3); +lean_closure_set(x_185, 6, x_4); +lean_closure_set(x_185, 7, x_5); +lean_closure_set(x_185, 8, x_6); +x_186 = l_Lean_Core_withFreshMacroScope___rarg(x_185, x_165, x_8, x_9); +return x_186; +} +} +else +{ +lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; +lean_dec(x_174); +x_187 = lean_box(0); +x_188 = lean_box(0); +x_189 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__5), 12, 9); +lean_closure_set(x_189, 0, x_1); +lean_closure_set(x_189, 1, x_169); +lean_closure_set(x_189, 2, x_188); +lean_closure_set(x_189, 3, x_187); +lean_closure_set(x_189, 4, x_2); +lean_closure_set(x_189, 5, x_3); +lean_closure_set(x_189, 6, x_4); +lean_closure_set(x_189, 7, x_5); +lean_closure_set(x_189, 8, x_6); +x_190 = l_Lean_Core_withFreshMacroScope___rarg(x_189, x_165, x_8, x_9); +return x_190; +} +} +} +else +{ +lean_object* x_191; lean_object* x_192; uint8_t x_193; lean_object* x_212; uint8_t x_213; +x_191 = l_Lean_Syntax_getArgs(x_1); +lean_dec(x_1); +x_192 = lean_array_get_size(x_191); +x_212 = lean_unsigned_to_nat(0u); +x_213 = lean_nat_dec_lt(x_212, x_192); +if (x_213 == 0) +{ +uint8_t x_214; +x_214 = 0; +x_193 = x_214; +goto block_211; +} +else +{ +uint8_t x_215; +x_215 = lean_nat_dec_le(x_192, x_192); +if (x_215 == 0) +{ +uint8_t x_216; +x_216 = 0; +x_193 = x_216; +goto block_211; +} +else +{ +size_t x_217; size_t x_218; uint8_t x_219; +x_217 = 0; +x_218 = lean_usize_of_nat(x_192); +x_219 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(x_191, x_217, x_218); +x_193 = x_219; +goto block_211; +} +} +block_211: +{ +if (x_193 == 0) +{ +lean_object* x_194; lean_object* x_195; +lean_dec(x_192); +x_194 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_194, 0, x_2); +lean_closure_set(x_194, 1, x_3); +lean_closure_set(x_194, 2, x_4); +lean_closure_set(x_194, 3, x_5); +lean_closure_set(x_194, 4, x_6); +lean_closure_set(x_194, 5, x_191); +x_195 = l_Lean_Core_withFreshMacroScope___rarg(x_194, x_165, x_8, x_9); +return x_195; +} +else +{ +lean_object* x_196; uint8_t x_197; +x_196 = lean_unsigned_to_nat(0u); +x_197 = lean_nat_dec_lt(x_196, x_192); +if (x_197 == 0) +{ +lean_object* x_198; lean_object* x_199; lean_object* x_200; +lean_dec(x_192); +lean_dec(x_191); +x_198 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; +x_199 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_199, 0, x_2); +lean_closure_set(x_199, 1, x_3); +lean_closure_set(x_199, 2, x_4); +lean_closure_set(x_199, 3, x_5); +lean_closure_set(x_199, 4, x_6); +lean_closure_set(x_199, 5, x_198); +x_200 = l_Lean_Core_withFreshMacroScope___rarg(x_199, x_165, x_8, x_9); +return x_200; +} +else +{ +uint8_t x_201; +x_201 = lean_nat_dec_le(x_192, x_192); +if (x_201 == 0) +{ +lean_object* x_202; lean_object* x_203; lean_object* x_204; +lean_dec(x_192); +lean_dec(x_191); +x_202 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; +x_203 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_203, 0, x_2); +lean_closure_set(x_203, 1, x_3); +lean_closure_set(x_203, 2, x_4); +lean_closure_set(x_203, 3, x_5); +lean_closure_set(x_203, 4, x_6); +lean_closure_set(x_203, 5, x_202); +x_204 = l_Lean_Core_withFreshMacroScope___rarg(x_203, x_165, x_8, x_9); +return x_204; +} +else +{ +size_t x_205; size_t x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; +x_205 = 0; +x_206 = lean_usize_of_nat(x_192); +lean_dec(x_192); +x_207 = l_Lean_Elab_Term_CollectPatternVars_State_vars___default___closed__1; +x_208 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(x_191, x_205, x_206, x_207); +lean_dec(x_191); +x_209 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1), 9, 6); +lean_closure_set(x_209, 0, x_2); +lean_closure_set(x_209, 1, x_3); +lean_closure_set(x_209, 2, x_4); +lean_closure_set(x_209, 3, x_5); +lean_closure_set(x_209, 4, x_6); +lean_closure_set(x_209, 5, x_208); +x_210 = l_Lean_Core_withFreshMacroScope___rarg(x_209, x_165, x_8, x_9); +return x_210; +} +} +} +} } } else { -lean_object* x_277; lean_object* x_278; +lean_object* x_220; lean_object* x_221; lean_dec(x_10); -x_277 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect_processId), 9, 6); -lean_closure_set(x_277, 0, x_1); -lean_closure_set(x_277, 1, x_2); -lean_closure_set(x_277, 2, x_3); -lean_closure_set(x_277, 3, x_4); -lean_closure_set(x_277, 4, x_5); -lean_closure_set(x_277, 5, x_6); -x_278 = l_Lean_Core_withFreshMacroScope___rarg(x_277, x_153, x_8, x_9); -return x_278; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_220 = lean_alloc_closure((void*)(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__6___boxed), 4, 1); +lean_closure_set(x_220, 0, x_1); +x_221 = l_Lean_Core_withFreshMacroScope___rarg(x_220, x_165, x_8, x_9); +return x_221; +} } } } @@ -8551,21 +8661,21 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___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_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_6; size_t x_7; lean_object* x_8; +x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(x_1, x_4, x_5); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; +return x_8; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6___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_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6___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; @@ -8573,25 +8683,39 @@ 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_Elab_Term_CollectPatternVars_collect___spec__6(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___at_Lean_Elab_Term_CollectPatternVars_collect___spec__6(x_1, x_5, x_6, x_4); +lean_dec(x_1); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; +x_4 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(x_1, x_4, x_5); lean_dec(x_1); +x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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_EXPORT lean_object* l___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___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___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___spec__8(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___private_Init_Meta_0__Array_mapSepElemsMAux___at_Lean_Elab_Term_CollectPatternVars_collect___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_1); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___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, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__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_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Array_mapSepElemsM___at_Lean_Elab_Term_CollectPatternVars_collect___spec__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_1); return x_11; } @@ -10715,10 +10839,10 @@ l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect___spec__3_ lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect___spec__3___closed__1); l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect___spec__3___closed__2 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect___spec__3___closed__2(); lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_CollectPatternVars_collect___spec__3___closed__2); -l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1 = _init_l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1(); -lean_mark_persistent(l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1); -l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2 = _init_l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2(); -lean_mark_persistent(l_Array_anyMUnsafe_any___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2); +l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__1); +l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_CollectPatternVars_collect___spec__5___closed__2); l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__1 = _init_l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__1); l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__2 = _init_l_Lean_Elab_Term_CollectPatternVars_collect___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c b/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c index 40a180de83a5..f709c37f89c5 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Basic.c @@ -88,7 +88,6 @@ lean_object* l_Lean_getMaxHeight(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_levelMVarToParamPreDecls(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_addAndCompileUnsafe___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_Array_mapMUnsafe_map___at_Lean_Elab_addAndCompilePartialRec___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_addAndCompilePartialRec___spec__3___closed__1; uint8_t l_Lean_Elab_DefKind_isTheorem(uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_eraseRecAppSyntaxExpr___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -164,6 +163,7 @@ static lean_object* l_Lean_Elab_instInhabitedPreDefinition___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux___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_EXPORT lean_object* l_Lean_Elab_eraseRecAppSyntax(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_eraseRecAppSyntaxExpr___closed__1; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); lean_object* l_Lean_TagDeclarationExtension_tag(lean_object*, lean_object*, lean_object*); @@ -1091,7 +1091,7 @@ return x_56; else { uint8_t x_73; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_73 == 0) { lean_object* x_74; lean_object* x_75; @@ -1171,7 +1171,7 @@ return x_93; else { uint8_t x_94; -x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_94 == 0) { lean_object* x_95; lean_object* x_96; lean_object* x_97; @@ -1270,7 +1270,7 @@ return x_107; else { uint8_t x_124; -x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_124 == 0) { lean_object* x_125; lean_object* x_126; @@ -1350,7 +1350,7 @@ return x_144; else { uint8_t x_145; -x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_145 == 0) { lean_object* x_146; lean_object* x_147; lean_object* x_148; @@ -2066,7 +2066,7 @@ return x_56; else { uint8_t x_73; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_73 == 0) { lean_object* x_74; lean_object* x_75; @@ -2146,7 +2146,7 @@ return x_93; else { uint8_t x_94; -x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_94 == 0) { lean_object* x_95; lean_object* x_96; lean_object* x_97; @@ -2245,7 +2245,7 @@ return x_107; else { uint8_t x_124; -x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_124 == 0) { lean_object* x_125; lean_object* x_126; @@ -2325,7 +2325,7 @@ return x_144; else { uint8_t x_145; -x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_145 == 0) { lean_object* x_146; lean_object* x_147; lean_object* x_148; @@ -7673,7 +7673,7 @@ return x_56; else { uint8_t x_73; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_73 == 0) { lean_object* x_74; lean_object* x_75; @@ -7753,7 +7753,7 @@ return x_93; else { uint8_t x_94; -x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_94 == 0) { lean_object* x_95; lean_object* x_96; lean_object* x_97; @@ -7851,7 +7851,7 @@ return x_107; else { uint8_t x_124; -x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_124 == 0) { lean_object* x_125; lean_object* x_126; @@ -7931,7 +7931,7 @@ return x_144; else { uint8_t x_145; -x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_145 == 0) { lean_object* x_146; lean_object* x_147; lean_object* x_148; @@ -8730,44 +8730,55 @@ return x_11; LEAN_EXPORT lean_object* l_Lean_Elab_addAndCompilePartialRec(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_20; uint8_t x_21; +lean_object* x_9; uint8_t x_10; lean_object* x_22; uint8_t x_23; x_9 = lean_array_get_size(x_1); -x_20 = lean_unsigned_to_nat(0u); -x_21 = lean_nat_dec_lt(x_20, x_9); -if (x_21 == 0) +x_22 = lean_unsigned_to_nat(0u); +x_23 = lean_nat_dec_lt(x_22, x_9); +if (x_23 == 0) { -lean_object* x_22; -x_22 = lean_box(0); -x_10 = x_22; -goto block_19; +uint8_t x_24; +x_24 = 1; +x_10 = x_24; +goto block_21; } else { -uint8_t x_23; -x_23 = lean_nat_dec_le(x_9, x_9); -if (x_23 == 0) +uint8_t x_25; +x_25 = lean_nat_dec_le(x_9, x_9); +if (x_25 == 0) { -lean_object* x_24; -x_24 = lean_box(0); -x_10 = x_24; -goto block_19; +uint8_t x_26; +x_26 = 1; +x_10 = x_26; +goto block_21; } else { -size_t x_25; size_t x_26; uint8_t x_27; -x_25 = 0; -x_26 = lean_usize_of_nat(x_9); -x_27 = l_Array_anyMUnsafe_any___at_Lean_Elab_addAndCompilePartialRec___spec__6(x_1, x_25, x_26); -if (x_27 == 0) +size_t x_27; size_t x_28; uint8_t x_29; +x_27 = 0; +x_28 = lean_usize_of_nat(x_9); +x_29 = l_Array_anyMUnsafe_any___at_Lean_Elab_addAndCompilePartialRec___spec__6(x_1, x_27, x_28); +if (x_29 == 0) { -lean_object* x_28; -x_28 = lean_box(0); -x_10 = x_28; -goto block_19; +uint8_t x_30; +x_30 = 1; +x_10 = x_30; +goto block_21; } else { -lean_object* x_29; lean_object* x_30; +uint8_t x_31; +x_31 = 0; +x_10 = x_31; +goto block_21; +} +} +} +block_21: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -8776,32 +8787,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_8); -return x_30; -} -} +x_11 = lean_box(0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_8); +return x_12; } -block_19: +else { -size_t x_11; size_t x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; -lean_dec(x_10); -x_11 = lean_usize_of_nat(x_9); -x_12 = 0; +size_t x_13; size_t x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; +x_13 = lean_usize_of_nat(x_9); +x_14 = 0; lean_inc(x_1); -x_13 = l_Array_mapMUnsafe_map___at_Lean_Elab_addAndCompilePartialRec___spec__3(x_1, x_9, x_11, x_12, x_1); +x_15 = l_Array_mapMUnsafe_map___at_Lean_Elab_addAndCompilePartialRec___spec__3(x_1, x_9, x_13, x_14, x_1); lean_dec(x_9); lean_dec(x_1); -x_14 = 2; -x_15 = lean_box(x_14); -x_16 = lean_alloc_closure((void*)(l_Lean_Elab_addAndCompileUnsafe___boxed), 9, 2); -lean_closure_set(x_16, 0, x_13); -lean_closure_set(x_16, 1, x_15); -x_17 = 0; -x_18 = l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_addAndCompilePartialRec___spec__4(x_17, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_18; +x_16 = 2; +x_17 = lean_box(x_16); +x_18 = lean_alloc_closure((void*)(l_Lean_Elab_addAndCompileUnsafe___boxed), 9, 2); +lean_closure_set(x_18, 0, x_15); +lean_closure_set(x_18, 1, x_17); +x_19 = 0; +x_20 = l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_addAndCompilePartialRec___spec__4(x_19, x_18, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_20; +} } } } diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Eqns.c b/stage0/stdlib/Lean/Elab/PreDefinition/Eqns.c index 07c56eed0b40..33785629c421 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Eqns.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Eqns.c @@ -16,7 +16,6 @@ extern "C" { LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__20(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Elab_Eqns_getUnfoldFor_x3f___spec__2___closed__2; static lean_object* l_Lean_Elab_Eqns_mkUnfoldEq___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_Eqns_getUnfoldFor_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*, 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_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__32(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -38,6 +37,7 @@ lean_object* l_Lean_MVarId_replaceTargetDefEq(lean_object*, lean_object*, lean_o lean_object* l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_UnfoldEqnExtState_map___default; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_collectDeps___spec__3(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_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_collectDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__19(lean_object*, lean_object*, lean_object*, size_t, size_t, 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*); @@ -61,7 +61,6 @@ lean_object* l_Lean_Meta_whnfI(lean_object*, lean_object*, lean_object*, lean_ob LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_collectDeps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__31___boxed(lean_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_Eqns_simpEqnType_collect___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_shouldUseSimpMatch___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Meta_Eqns_0__Lean_Meta_mkSimpleEqThm___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_checked___at_Lean_Elab_Eqns_simpEqnType_collect___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*); @@ -73,7 +72,6 @@ static lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2___closed__8; lean_object* l_Lean_Meta_Match_isNamedPattern___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_collectDeps___spec__2(lean_object*, 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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__17; size_t lean_uint64_to_usize(uint64_t); uint8_t l_Lean_Expr_isLet(lean_object*); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); @@ -82,10 +80,10 @@ static lean_object* l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__9; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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*); static lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__2___closed__1; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__3___closed__1; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__16; static lean_object* l_Lean_Elab_Eqns_simpEqnType_collect___lambda__1___closed__4; static lean_object* l_Lean_Elab_Eqns_funext_x3f___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkEqnTypes_go___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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__11; lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Elab_Eqns_getUnfoldFor_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); @@ -100,6 +98,7 @@ static lean_object* l_Lean_Elab_Eqns_simpEqnType___lambda__2___closed__4; lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT uint8_t l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__3___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__11___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__12___boxed(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_PreDefinition_Eqns_0__Lean_Elab_Eqns_shouldUseSimpMatch___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -113,17 +112,17 @@ extern lean_object* l_Lean_ForEachExprWhere_initCache; LEAN_EXPORT lean_object* l_Lean_Loop_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__32___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__33(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_ForEachExprWhere_visit_go___at_Lean_Elab_Eqns_simpEqnType_collect___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__12; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Eqns_mkEqnTypes_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_deltaRHS_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit_go___at_Lean_Elab_Eqns_simpEqnType_collect___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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*); static lean_object* l_Lean_Elab_Eqns_mkUnfoldEq___lambda__2___closed__1; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__9; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__18(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_removeUnusedEqnHypotheses___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_expandRHS_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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__4; extern lean_object* l_Lean_Meta_tactic_hygienic; lean_object* l_Lean_commitWhenSome_x3f___at_Lean_Meta_splitTarget_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -152,7 +151,6 @@ lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_getUnfoldFor_x3f___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__23(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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456____closed__1; extern lean_object* l_Lean_Expr_instBEqExpr; lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__2(lean_object*, lean_object*, size_t, size_t); @@ -167,6 +165,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnus lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__1___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___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_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__17___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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__12; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__28___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_PersistentArray_foldrM___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2___closed__7; @@ -184,6 +183,7 @@ static lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2___closed__2; size_t lean_ptr_addr(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_getFVar_x21(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkUnfoldEq___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_Eqns_mkEqnTypes_go___closed__3; lean_object* l_Lean_LocalContext_mkForall(lean_object*, lean_object*, lean_object*); @@ -196,16 +196,13 @@ lean_object* l_runST___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__23(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__11; lean_object* l_Array_reverse___rarg(lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__7; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__34(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_LocalContext_foldrM___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__2___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__26___closed__1; LEAN_EXPORT lean_object* l_Lean_mkFreshId___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__14___boxed(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__19; static lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_shouldUseSimpMatch___lambda__2___closed__2; lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkUnfoldProof_go___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -239,6 +236,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnus LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__15___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__16(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Eqns_simpEqnType___lambda__1___closed__2; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_deltaRHS_x3f___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__21___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -264,6 +262,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnus lean_object* l_Lean_Meta_getEqnsFor_x3f(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__3___boxed(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*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Elab_Eqns_getUnfoldFor_x3f___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___closed__3; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__22(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -293,6 +292,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnus LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__28___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__5; extern lean_object* l_Lean_levelZero; static lean_object* l_Lean_Elab_Eqns_simpEqnType_collect___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__29___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -300,6 +300,7 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_Eqns_simpEqnType_collect___spec_ static lean_object* l_Lean_Elab_Eqns_removeUnusedEqnHypotheses___closed__2; extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkEqnTypes_go___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_Eqns_mkEqnTypes_go___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_lhsDependsOn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -317,6 +318,7 @@ uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkEqnTypes_go___lambda__5(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_Split_splitMatch(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*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__2; LEAN_EXPORT uint8_t l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__7; static lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2___closed__9; @@ -345,9 +347,9 @@ lean_object* l_Lean_LocalDecl_fvarId(lean_object*); lean_object* l_Lean_Expr_FindExtImpl_findUnsafe_x3f(lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_simpIf_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__14; static lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__30(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_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Eqns_deltaRHS_x3f___lambda__1(lean_object*, lean_object*); lean_object* l_Lean_CollectFVars_main(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1___closed__1; @@ -355,7 +357,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkEqnTypes(lean_object*, lean_object*, LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldrMAux___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__21___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_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__1___boxed(lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__5___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___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_Eqns_mkEqnTypes_go___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_funext_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -366,9 +367,11 @@ LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreD size_t lean_usize_mod(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__19___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__20(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2___closed__3; +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__8; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Eqns_mkUnfoldProof___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_Eqns_getUnfoldFor_x3f___closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___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_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466_(lean_object*); lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_splitMatch_x3f_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); @@ -377,6 +380,7 @@ static lean_object* l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__3; extern lean_object* l_Lean_inheritedTraceOptions; static lean_object* l_Lean_Elab_Eqns_funext_x3f___lambda__1___closed__1; lean_object* l_Lean_MessageData_ofExpr(lean_object*); +lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_isNamedPattern_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isConstructorApp(lean_object*, lean_object*); @@ -385,7 +389,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_E LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__21___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__22(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_instInhabitedEqnInfoCore; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__15; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Eqns_mkEqnTypes_go___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_Eqns_simpEqnType___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visited___at_Lean_Elab_Eqns_simpEqnType_collect___spec__4___rarg(lean_object*, lean_object*, lean_object*); @@ -408,13 +411,12 @@ lean_object* l_Lean_Meta_Match_unfoldNamedPattern___lambda__2___boxed(lean_objec LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__17(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__13; static lean_object* l_Lean_Elab_Eqns_splitMatch_x3f___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__4; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__25(lean_object*, lean_object*, size_t, size_t, 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___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkEqnTypes_go___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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__16; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__9___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__10___boxed(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_Lean_ForEachExprWhere_checked___at_Lean_Elab_Eqns_simpEqnType_collect___spec__5___rarg(lean_object*, lean_object*, lean_object*); @@ -449,23 +451,24 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkUnfoldProof___lambda__1(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_LocalDecl_type(lean_object*); lean_object* l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_simpEqnType___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_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_unfoldEqnExt; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldrMAux___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__2; -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__5; +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__18; lean_object* lean_nat_sub(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__18; static lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__2___closed__4; lean_object* l_Lean_Expr_getAppFn(lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__13; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___closed__2; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Elab_Eqns_getUnfoldFor_x3f___spec__2___closed__1; static lean_object* l_Lean_Elab_Eqns_removeUnusedEqnHypotheses___closed__6; lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__14; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__24(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__23___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -492,6 +495,7 @@ LEAN_EXPORT lean_object* l_List_allM___at_Lean_Elab_Eqns_mkUnfoldProof___spec__1 LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__16___boxed(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_instantiateMVarsCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_deltaLHS___lambda__1___boxed(lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__15; size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); @@ -523,7 +527,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Elab_P lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__4; lean_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__8; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___closed__1; static lean_object* l_Lean_Elab_Eqns_expandRHS_x3f___closed__2; @@ -542,13 +545,12 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_mkEqnTypes_go___lambda__1___boxed(lean LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_Eqns_simpEqnType_collect___spec__1(lean_object*); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Eqns_simpEqnType___lambda__2___closed__5; -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__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_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6; static lean_object* l_Lean_Elab_Eqns_simpEqnType___lambda__1___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_deltaLHS(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__9___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_PreDefinition_Eqns_0__Lean_Elab_Eqns_whnfAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -562,7 +564,6 @@ static lean_object* l_panic___at_Lean_Elab_Eqns_simpEqnType_collect___spec__1___ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__16(lean_object*, lean_object*, size_t, size_t, 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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__10; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__17(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -573,7 +574,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Elab_Eqns_ge LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_splitMatch_x3f_go(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*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_collectDeps___spec__3___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_collectDeps___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Meta_matchEq_x3f(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_Array_foldrMUnsafe_fold___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___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*); @@ -581,11 +581,11 @@ static lean_object* l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldrMAux___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_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_Elab_Eqns_mkUnfoldEq___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_expandRHS_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_mkFreshId___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__14___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_shouldUseSimpMatch___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__7___at_Lean_Elab_Eqns_removeUnusedEqnHypotheses_go___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__19; static lean_object* _init_l_Lean_Elab_Eqns_instInhabitedEqnInfoCore___closed__1() { _start: { @@ -2096,138 +2096,140 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Lean_Expr_hasLooseBVars(x_4); -if (x_5 == 0) +uint8_t x_5; uint8_t x_40; +x_40 = l_Lean_Expr_hasLooseBVars(x_4); +if (x_40 == 0) { -uint8_t x_6; +uint8_t x_41; lean_inc(x_4); -x_6 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_1, x_4); -if (x_6 == 0) -{ -lean_object* x_7; -lean_inc(x_2); -x_7 = l_Lean_Meta_isMatcherAppCore_x3f(x_2, x_4); -if (lean_obj_tag(x_7) == 0) +x_41 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_3, x_4); +x_5 = x_41; +goto block_39; +} +else { -lean_object* x_8; +uint8_t x_42; lean_dec(x_3); -x_8 = l_Lean_Expr_getAppFn(x_4); +x_42 = 1; +x_5 = x_42; +goto block_39; +} +block_39: +{ +if (x_5 == 0) +{ +lean_object* x_6; +lean_inc(x_1); +x_6 = l_Lean_Meta_isMatcherAppCore_x3f(x_1, x_4); +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_7; +lean_dec(x_2); +x_7 = l_Lean_Expr_getAppFn(x_4); lean_dec(x_4); -if (lean_obj_tag(x_8) == 4) +if (lean_obj_tag(x_7) == 4) { -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_8, 0); -lean_inc(x_9); -lean_dec(x_8); -x_10 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3___closed__3; -x_11 = lean_name_eq(x_9, x_10); -if (x_11 == 0) +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +lean_dec(x_7); +x_9 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3___closed__3; +x_10 = lean_name_eq(x_8, x_9); +if (x_10 == 0) { -uint8_t x_12; -x_12 = l_Lean_isBRecOnRecursor(x_2, x_9); -if (x_12 == 0) +uint8_t x_11; +x_11 = l_Lean_isBRecOnRecursor(x_1, x_8); +if (x_11 == 0) { -uint8_t x_13; lean_object* x_14; -x_13 = 1; -x_14 = lean_box(x_13); -return x_14; +uint8_t x_12; lean_object* x_13; +x_12 = 1; +x_13 = lean_box(x_12); +return x_13; } else { -uint8_t x_15; lean_object* x_16; -x_15 = 2; -x_16 = lean_box(x_15); -return x_16; +uint8_t x_14; lean_object* x_15; +x_14 = 2; +x_15 = lean_box(x_14); +return x_15; } } else { -uint8_t x_17; lean_object* x_18; -lean_dec(x_9); -lean_dec(x_2); -x_17 = 2; -x_18 = lean_box(x_17); -return x_18; +uint8_t x_16; lean_object* x_17; +lean_dec(x_8); +lean_dec(x_1); +x_16 = 2; +x_17 = lean_box(x_16); +return x_17; } } else { -uint8_t x_19; lean_object* x_20; -lean_dec(x_8); -lean_dec(x_2); -x_19 = 1; -x_20 = lean_box(x_19); -return x_20; +uint8_t x_18; lean_object* x_19; +lean_dec(x_7); +lean_dec(x_1); +x_18 = 1; +x_19 = lean_box(x_18); +return x_19; } } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; uint8_t x_33; -lean_dec(x_2); -x_21 = lean_ctor_get(x_7, 0); -lean_inc(x_21); -lean_dec(x_7); -x_22 = lean_unsigned_to_nat(0u); -x_23 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_4, x_22); -x_24 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3___closed__4; -lean_inc(x_23); -x_25 = lean_mk_array(x_23, x_24); -x_26 = lean_unsigned_to_nat(1u); -x_27 = lean_nat_sub(x_23, x_26); -lean_dec(x_23); -x_28 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_4, x_25, x_27); -x_29 = l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(x_21); -x_30 = lean_ctor_get(x_21, 1); +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; uint8_t x_31; uint8_t x_32; +lean_dec(x_1); +x_20 = lean_ctor_get(x_6, 0); +lean_inc(x_20); +lean_dec(x_6); +x_21 = lean_unsigned_to_nat(0u); +x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_4, x_21); +x_23 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3___closed__4; +lean_inc(x_22); +x_24 = lean_mk_array(x_22, x_23); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_sub(x_22, x_25); +lean_dec(x_22); +x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_4, x_24, x_26); +x_28 = l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(x_20); +x_29 = lean_ctor_get(x_20, 1); +lean_inc(x_29); +x_30 = lean_nat_add(x_28, x_29); +lean_dec(x_29); +x_31 = 0; lean_inc(x_30); -x_31 = lean_nat_add(x_29, x_30); +x_32 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__1(x_27, x_30, x_28, x_30, x_25, x_31); lean_dec(x_30); -x_32 = 0; -lean_inc(x_31); -x_33 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___spec__1(x_28, x_31, x_29, x_31, x_26, x_32); -lean_dec(x_31); -if (x_33 == 0) +if (x_32 == 0) { -uint8_t x_34; lean_object* x_35; -lean_dec(x_28); -lean_dec(x_21); -lean_dec(x_3); -x_34 = 1; -x_35 = lean_box(x_34); -return x_35; +uint8_t x_33; lean_object* x_34; +lean_dec(x_27); +lean_dec(x_20); +lean_dec(x_2); +x_33 = 1; +x_34 = lean_box(x_33); +return x_34; } else { -lean_object* x_36; lean_object* x_37; -x_36 = lean_box(0); -x_37 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__2(x_21, x_3, x_28, x_36); -lean_dec(x_28); -lean_dec(x_21); -return x_37; -} -} +lean_object* x_35; lean_object* x_36; +x_35 = lean_box(0); +x_36 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__2(x_20, x_2, x_27, x_35); +lean_dec(x_27); +lean_dec(x_20); +return x_36; } -else -{ -uint8_t x_38; lean_object* x_39; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_38 = 1; -x_39 = lean_box(x_38); -return x_39; } } else { -uint8_t x_40; lean_object* x_41; +uint8_t x_37; lean_object* x_38; lean_dec(x_4); -lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_40 = 1; -x_41 = lean_box(x_40); -return x_41; +x_37 = 1; +x_38 = lean_box(x_37); +return x_38; +} } } } @@ -2236,9 +2238,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_E { lean_object* x_5; lean_object* x_6; x_5 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_findMatchToSplit_x3f___lambda__3), 4, 3); -lean_closure_set(x_5, 0, x_4); -lean_closure_set(x_5, 1, x_1); -lean_closure_set(x_5, 2, x_3); +lean_closure_set(x_5, 0, x_1); +lean_closure_set(x_5, 1, x_3); +lean_closure_set(x_5, 2, x_4); x_6 = l_Lean_Expr_FindExtImpl_findUnsafe_x3f(x_5, x_2); return x_6; } @@ -2527,7 +2529,7 @@ lean_free_object(x_14); x_40 = lean_ctor_get(x_34, 1); lean_inc(x_40); lean_dec(x_34); -x_41 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_4, x_33); +x_41 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_4, x_33); x_4 = x_41; x_9 = x_40; goto _start; @@ -2587,7 +2589,7 @@ lean_object* x_50; lean_object* x_51; x_50 = lean_ctor_get(x_44, 1); lean_inc(x_50); lean_dec(x_44); -x_51 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_4, x_43); +x_51 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_4, x_43); x_4 = x_51; x_9 = x_50; goto _start; @@ -3397,7 +3399,7 @@ x_8 = lean_ctor_get(x_6, 1); lean_inc(x_8); lean_dec(x_6); lean_inc(x_1); -x_9 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_8, x_1); +x_9 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_8, x_1); if (x_9 == 0) { lean_object* x_10; @@ -3416,7 +3418,7 @@ if (x_13 == 0) { lean_object* x_14; lean_object* x_15; lean_object* x_16; x_14 = lean_ctor_get(x_11, 1); -x_15 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_14, x_1); +x_15 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_14, x_1); lean_ctor_set(x_11, 1, x_15); x_16 = lean_st_ref_set(x_2, x_11, x_12); if (lean_obj_tag(x_16) == 0) @@ -3478,7 +3480,7 @@ x_30 = lean_ctor_get(x_11, 1); lean_inc(x_30); lean_inc(x_29); lean_dec(x_11); -x_31 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_30, x_1); +x_31 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_30, x_1); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_29); lean_ctor_set(x_32, 1, x_31); @@ -3579,7 +3581,7 @@ x_51 = lean_ctor_get(x_49, 1); lean_inc(x_51); lean_dec(x_49); lean_inc(x_1); -x_52 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_51, x_1); +x_52 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_51, x_1); if (x_52 == 0) { lean_object* x_53; @@ -3604,7 +3606,7 @@ if (lean_is_exclusive(x_54)) { lean_dec_ref(x_54); x_58 = lean_box(0); } -x_59 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_57, x_1); +x_59 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_57, x_1); if (lean_is_scalar(x_58)) { x_60 = lean_alloc_ctor(0, 2, 0); } else { @@ -4667,271 +4669,266 @@ return x_2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___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) { _start: { -lean_object* x_12; lean_object* x_13; +lean_object* x_12; uint8_t x_13; uint8_t x_117; lean_object* x_178; lean_dec(x_6); lean_inc(x_1); x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_2, x_12); -lean_dec(x_2); -if (lean_obj_tag(x_13) == 0) -{ -lean_object* x_14; +x_178 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_3, x_12); lean_dec(x_3); -x_14 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_4, x_12); -if (lean_obj_tag(x_14) == 0) +if (lean_obj_tag(x_178) == 0) { -lean_object* x_15; +uint8_t x_179; +x_179 = 0; +x_117 = x_179; +goto block_177; +} +else +{ +uint8_t x_180; +lean_dec(x_178); +x_180 = 1; +x_117 = x_180; +goto block_177; +} +block_116: +{ +if (x_13 == 0) +{ +lean_object* x_14; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_1); -x_15 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_15) == 0) +x_14 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_15, 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); -x_17 = lean_ctor_get(x_15, 1); -lean_inc(x_17); -lean_dec(x_15); +lean_dec(x_14); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_18 = l_Lean_Meta_matchEq_x3f(x_16, x_7, x_8, x_9, x_10, x_17); -if (lean_obj_tag(x_18) == 0) +x_17 = l_Lean_Meta_matchEq_x3f(x_15, x_7, x_8, x_9, x_10, x_16); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_19; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -if (lean_obj_tag(x_19) == 0) +lean_object* x_18; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_dec(x_12); -x_20 = lean_ctor_get(x_18, 1); -lean_inc(x_20); -lean_dec(x_18); -x_21 = lean_box(0); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1(x_1, x_4, x_5, x_21, x_7, x_8, x_9, x_10, x_20); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = lean_box(0); +x_21 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1(x_1, x_4, x_5, x_20, x_7, x_8, x_9, x_10, x_19); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -return x_22; +return x_21; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_23 = lean_ctor_get(x_19, 0); +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_22 = lean_ctor_get(x_18, 0); +lean_inc(x_22); +lean_dec(x_18); +x_23 = lean_ctor_get(x_22, 1); lean_inc(x_23); -lean_dec(x_19); -x_24 = lean_ctor_get(x_23, 1); +lean_dec(x_22); +x_24 = lean_ctor_get(x_17, 1); lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_18, 1); +lean_dec(x_17); +x_25 = lean_ctor_get(x_23, 0); lean_inc(x_25); -lean_dec(x_18); -x_26 = lean_ctor_get(x_24, 0); +x_26 = lean_ctor_get(x_23, 1); lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); +lean_dec(x_23); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_26); -x_28 = l_Lean_Meta_isExprDefEq(x_26, x_27, x_7, x_8, x_9, x_10, x_25); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_25); +x_27 = l_Lean_Meta_isExprDefEq(x_25, x_26, x_7, x_8, x_9, x_10, x_24); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_29; uint8_t x_30; -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -x_30 = lean_unbox(x_29); -lean_dec(x_29); -if (x_30 == 0) +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_unbox(x_28); +lean_dec(x_28); +if (x_29 == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -lean_dec(x_26); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_25); lean_dec(x_12); -x_31 = lean_ctor_get(x_28, 1); -lean_inc(x_31); -lean_dec(x_28); -x_32 = lean_box(0); -x_33 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1(x_1, x_4, x_5, x_32, x_7, x_8, x_9, x_10, x_31); +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_dec(x_27); +x_31 = lean_box(0); +x_32 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1(x_1, x_4, x_5, x_31, x_7, x_8, x_9, x_10, x_30); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -return x_33; +return x_32; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_70; +x_33 = lean_ctor_get(x_27, 1); +lean_inc(x_33); +lean_dec(x_27); lean_inc(x_5); -x_35 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_5, x_12, x_7, x_8, x_9, x_10, x_34); -x_36 = lean_ctor_get(x_35, 0); +x_34 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_5, x_12, x_7, x_8, x_9, x_10, x_33); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -x_37 = lean_unbox(x_36); -lean_dec(x_36); -if (x_37 == 0) -{ -uint8_t x_38; -lean_dec(x_26); -lean_dec(x_12); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_1); -x_38 = !lean_is_exclusive(x_35); -if (x_38 == 0) +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_37 = x_34; +} else { + lean_dec_ref(x_34); + x_37 = lean_box(0); +} +x_70 = lean_unbox(x_35); +lean_dec(x_35); +if (x_70 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_35, 0); -lean_dec(x_39); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_4); -lean_ctor_set(x_40, 1, x_5); -x_41 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_35, 0, x_41); -return x_35; +uint8_t x_71; +x_71 = 1; +x_38 = x_71; +goto block_69; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_42 = lean_ctor_get(x_35, 1); -lean_inc(x_42); -lean_dec(x_35); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_4); -lean_ctor_set(x_43, 1, x_5); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, 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_42); -return x_45; -} +uint8_t x_72; +x_72 = 0; +x_38 = x_72; +goto block_69; } -else +block_69: { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_35, 1); -lean_inc(x_46); -lean_dec(x_35); +if (x_38 == 0) +{ +lean_object* x_39; +lean_dec(x_37); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_47 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_lhsDependsOn(x_5, x_12, x_7, x_8, x_9, x_10, x_46); -if (lean_obj_tag(x_47) == 0) +x_39 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_lhsDependsOn(x_5, x_12, x_7, x_8, x_9, x_10, x_36); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_48; uint8_t x_49; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_unbox(x_48); -lean_dec(x_48); -if (x_49 == 0) +lean_object* x_40; uint8_t x_41; +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +if (x_41 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); -lean_dec(x_47); -x_51 = l_Lean_Meta_mkEqRefl(x_26, x_7, x_8, x_9, x_10, x_50); -if (lean_obj_tag(x_51) == 0) +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 = l_Lean_Meta_mkEqRefl(x_25, x_7, x_8, x_9, x_10, x_42); +if (lean_obj_tag(x_43) == 0) { -uint8_t x_52; -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_53 = lean_ctor_get(x_51, 0); -x_54 = l_Lean_Expr_replaceFVar(x_5, x_1, x_53); -lean_dec(x_53); +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_45 = lean_ctor_get(x_43, 0); +x_46 = l_Lean_Expr_replaceFVar(x_5, x_1, x_45); +lean_dec(x_45); lean_dec(x_5); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_4); -lean_ctor_set(x_55, 1, x_54); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_51, 0, x_56); -return x_51; +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_4); +lean_ctor_set(x_47, 1, x_46); +x_48 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_43, 0, x_48); +return x_43; } 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; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_ctor_get(x_51, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_51); -x_59 = l_Lean_Expr_replaceFVar(x_5, x_1, x_57); -lean_dec(x_57); +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_49 = lean_ctor_get(x_43, 0); +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_43); +x_51 = l_Lean_Expr_replaceFVar(x_5, x_1, x_49); +lean_dec(x_49); lean_dec(x_5); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_4); -lean_ctor_set(x_60, 1, x_59); -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_58); -return x_62; +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_4); +lean_ctor_set(x_52, 1, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, 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_50); +return x_54; } } else { -uint8_t x_63; +uint8_t x_55; lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_63 = !lean_is_exclusive(x_51); -if (x_63 == 0) +x_55 = !lean_is_exclusive(x_43); +if (x_55 == 0) { -return x_51; +return x_43; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_51, 0); -x_65 = lean_ctor_get(x_51, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_51); -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; +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_43, 0); +x_57 = lean_ctor_get(x_43, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_43); +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; } } } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -lean_dec(x_26); -x_67 = lean_ctor_get(x_47, 1); -lean_inc(x_67); -lean_dec(x_47); -x_68 = lean_box(0); -x_69 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1(x_1, x_4, x_5, x_68, x_7, x_8, x_9, x_10, x_67); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +lean_dec(x_25); +x_59 = lean_ctor_get(x_39, 1); +lean_inc(x_59); +lean_dec(x_39); +x_60 = lean_box(0); +x_61 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1(x_1, x_4, x_5, x_60, x_7, x_8, x_9, x_10, x_59); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -return x_69; +return x_61; } } else { -uint8_t x_70; -lean_dec(x_26); +uint8_t x_62; +lean_dec(x_25); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -4939,32 +4936,57 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_70 = !lean_is_exclusive(x_47); -if (x_70 == 0) +x_62 = !lean_is_exclusive(x_39); +if (x_62 == 0) { -return x_47; +return x_39; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_47, 0); -x_72 = lean_ctor_get(x_47, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_47); -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; +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_39, 0); +x_64 = lean_ctor_get(x_39, 1); +lean_inc(x_64); +lean_inc(x_63); +lean_dec(x_39); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; +} +} +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; +lean_dec(x_25); +lean_dec(x_12); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_1); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_4); +lean_ctor_set(x_66, 1, x_5); +x_67 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_67, 0, x_66); +if (lean_is_scalar(x_37)) { + x_68 = lean_alloc_ctor(0, 2, 0); +} else { + x_68 = x_37; } +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_36); +return x_68; } } } } else { -uint8_t x_74; -lean_dec(x_26); +uint8_t x_73; +lean_dec(x_25); lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -4973,30 +4995,30 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_74 = !lean_is_exclusive(x_28); -if (x_74 == 0) +x_73 = !lean_is_exclusive(x_27); +if (x_73 == 0) { -return x_28; +return x_27; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_28, 0); -x_76 = lean_ctor_get(x_28, 1); -lean_inc(x_76); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_27, 0); +x_75 = lean_ctor_get(x_27, 1); lean_inc(x_75); -lean_dec(x_28); -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; +lean_inc(x_74); +lean_dec(x_27); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } } else { -uint8_t x_78; +uint8_t x_77; lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -5005,29 +5027,29 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_78 = !lean_is_exclusive(x_18); -if (x_78 == 0) +x_77 = !lean_is_exclusive(x_17); +if (x_77 == 0) { -return x_18; +return x_17; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_18, 0); -x_80 = lean_ctor_get(x_18, 1); -lean_inc(x_80); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_17, 0); +x_79 = lean_ctor_get(x_17, 1); lean_inc(x_79); -lean_dec(x_18); -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; +lean_inc(x_78); +lean_dec(x_17); +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_82; +uint8_t x_81; lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -5036,364 +5058,354 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_82 = !lean_is_exclusive(x_15); -if (x_82 == 0) +x_81 = !lean_is_exclusive(x_14); +if (x_81 == 0) { -return x_15; +return x_14; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_15, 0); -x_84 = lean_ctor_get(x_15, 1); -lean_inc(x_84); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_14, 0); +x_83 = lean_ctor_get(x_14, 1); lean_inc(x_83); -lean_dec(x_15); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_inc(x_82); +lean_dec(x_14); +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_86; lean_object* x_87; uint8_t x_88; -lean_dec(x_14); +lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_inc(x_5); -x_86 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_5, x_12, x_7, x_8, x_9, x_10, x_11); +x_85 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_5, x_12, x_7, x_8, x_9, x_10, x_11); lean_dec(x_12); -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -x_88 = lean_unbox(x_87); -lean_dec(x_87); -if (x_88 == 0) +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_unbox(x_86); +lean_dec(x_86); +if (x_87 == 0) { -uint8_t x_89; +uint8_t x_88; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); -x_89 = !lean_is_exclusive(x_86); -if (x_89 == 0) +x_88 = !lean_is_exclusive(x_85); +if (x_88 == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_86, 0); -lean_dec(x_90); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_4); -lean_ctor_set(x_91, 1, x_5); -x_92 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_86, 0, x_92); -return x_86; +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_85, 0); +lean_dec(x_89); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_4); +lean_ctor_set(x_90, 1, x_5); +x_91 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_85, 0, x_91); +return x_85; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_ctor_get(x_86, 1); -lean_inc(x_93); -lean_dec(x_86); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_4); -lean_ctor_set(x_94, 1, x_5); -x_95 = lean_alloc_ctor(1, 1, 0); +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_92 = lean_ctor_get(x_85, 1); +lean_inc(x_92); +lean_dec(x_85); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_4); +lean_ctor_set(x_93, 1, x_5); +x_94 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_94, 0, x_93); +x_95 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_95, 0, x_94); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_93); -return x_96; +lean_ctor_set(x_95, 1, x_92); +return x_95; } } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; uint8_t x_101; uint8_t x_102; lean_object* x_103; -x_97 = lean_ctor_get(x_86, 1); -lean_inc(x_97); -lean_dec(x_86); -x_98 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1___closed__1; -x_99 = lean_array_push(x_98, x_1); -x_100 = 0; +lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; uint8_t x_100; uint8_t x_101; lean_object* x_102; +x_96 = lean_ctor_get(x_85, 1); +lean_inc(x_96); +lean_dec(x_85); +x_97 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__1___closed__1; +x_98 = lean_array_push(x_97, x_1); +x_99 = 0; +x_100 = 1; x_101 = 1; -x_102 = 1; -x_103 = l_Lean_Meta_mkForallFVars(x_99, x_5, x_100, x_101, x_102, x_7, x_8, x_9, x_10, x_97); +x_102 = l_Lean_Meta_mkForallFVars(x_98, x_5, x_99, x_100, x_101, x_7, x_8, x_9, x_10, x_96); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -if (lean_obj_tag(x_103) == 0) +if (lean_obj_tag(x_102) == 0) { -uint8_t x_104; -x_104 = !lean_is_exclusive(x_103); -if (x_104 == 0) +uint8_t x_103; +x_103 = !lean_is_exclusive(x_102); +if (x_103 == 0) { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_103, 0); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_4); -lean_ctor_set(x_106, 1, x_105); -x_107 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_107, 0, x_106); -lean_ctor_set(x_103, 0, x_107); -return x_103; +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_102, 0); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_4); +lean_ctor_set(x_105, 1, x_104); +x_106 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_102, 0, x_106); +return x_102; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_108 = lean_ctor_get(x_103, 0); -x_109 = lean_ctor_get(x_103, 1); -lean_inc(x_109); +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_107 = lean_ctor_get(x_102, 0); +x_108 = lean_ctor_get(x_102, 1); lean_inc(x_108); -lean_dec(x_103); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_4); -lean_ctor_set(x_110, 1, x_108); -x_111 = lean_alloc_ctor(1, 1, 0); +lean_inc(x_107); +lean_dec(x_102); +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_4); +lean_ctor_set(x_109, 1, x_107); +x_110 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_110, 0, x_109); +x_111 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_111, 0, x_110); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_109); -return x_112; +lean_ctor_set(x_111, 1, x_108); +return x_111; } } else { -uint8_t x_113; +uint8_t x_112; lean_dec(x_4); -x_113 = !lean_is_exclusive(x_103); -if (x_113 == 0) +x_112 = !lean_is_exclusive(x_102); +if (x_112 == 0) { -return x_103; +return x_102; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_103, 0); -x_115 = lean_ctor_get(x_103, 1); -lean_inc(x_115); +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_102, 0); +x_114 = lean_ctor_get(x_102, 1); lean_inc(x_114); -lean_dec(x_103); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; +lean_inc(x_113); +lean_dec(x_102); +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_114); +return x_115; +} } } } } +block_177: +{ +if (x_117 == 0) +{ +lean_object* x_118; +lean_dec(x_2); +x_118 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_4, x_12); +if (lean_obj_tag(x_118) == 0) +{ +uint8_t x_119; +x_119 = 0; +x_13 = x_119; +goto block_116; } else { -lean_object* x_117; -lean_dec(x_13); +uint8_t x_120; +lean_dec(x_118); +x_120 = 1; +x_13 = x_120; +goto block_116; +} +} +else +{ +lean_object* x_121; lean_dec(x_12); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_117 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_117) == 0) +x_121 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_121) == 0) { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_117, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_117, 1); -lean_inc(x_119); -lean_dec(x_117); +lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_120 = l_Lean_Meta_matchEq_x3f(x_118, x_7, x_8, x_9, x_10, x_119); -if (lean_obj_tag(x_120) == 0) +x_124 = l_Lean_Meta_matchEq_x3f(x_122, x_7, x_8, x_9, x_10, x_123); +if (lean_obj_tag(x_124) == 0) { -lean_object* x_121; -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -if (lean_obj_tag(x_121) == 0) +lean_object* x_125; +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +if (lean_obj_tag(x_125) == 0) { -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; uint8_t x_129; +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; uint8_t x_133; lean_dec(x_5); lean_dec(x_4); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -x_123 = l_Lean_indentExpr(x_3); -x_124 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2___closed__2; -x_125 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_125, 0, x_124); -lean_ctor_set(x_125, 1, x_123); -x_126 = l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__9; -x_127 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -x_128 = l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(x_127, x_7, x_8, x_9, x_10, x_122); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = l_Lean_indentExpr(x_2); +x_128 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2___closed__2; +x_129 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_127); +x_130 = l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__9; +x_131 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_131, 0, x_129); +lean_ctor_set(x_131, 1, x_130); +x_132 = l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(x_131, x_7, x_8, x_9, x_10, x_126); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_129 = !lean_is_exclusive(x_128); -if (x_129 == 0) +x_133 = !lean_is_exclusive(x_132); +if (x_133 == 0) { -return x_128; +return x_132; } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_130 = lean_ctor_get(x_128, 0); -x_131 = lean_ctor_get(x_128, 1); -lean_inc(x_131); -lean_inc(x_130); -lean_dec(x_128); -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; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_132, 0); +x_135 = lean_ctor_get(x_132, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_132); +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; } } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_133 = lean_ctor_get(x_121, 0); -lean_inc(x_133); -lean_dec(x_121); -x_134 = lean_ctor_get(x_133, 1); -lean_inc(x_134); -lean_dec(x_133); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -if (lean_obj_tag(x_135) == 1) +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_125, 0); +lean_inc(x_137); +lean_dec(x_125); +x_138 = lean_ctor_get(x_137, 1); +lean_inc(x_138); +lean_dec(x_137); +x_139 = lean_ctor_get(x_138, 0); +lean_inc(x_139); +if (lean_obj_tag(x_139) == 1) { -uint8_t x_136; +uint8_t x_140; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); -x_136 = !lean_is_exclusive(x_120); -if (x_136 == 0) +lean_dec(x_2); +x_140 = !lean_is_exclusive(x_124); +if (x_140 == 0) { -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_137 = lean_ctor_get(x_120, 0); -lean_dec(x_137); -x_138 = lean_ctor_get(x_134, 1); -lean_inc(x_138); -lean_dec(x_134); -x_139 = lean_ctor_get(x_135, 0); -lean_inc(x_139); -lean_dec(x_135); -x_140 = lean_box(0); -lean_inc(x_139); -x_141 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_4, x_139, x_140); -x_142 = l_Lean_Expr_replaceFVarId(x_5, x_139, x_138); +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_141 = lean_ctor_get(x_124, 0); +lean_dec(x_141); +x_142 = lean_ctor_get(x_138, 1); +lean_inc(x_142); lean_dec(x_138); +x_143 = lean_ctor_get(x_139, 0); +lean_inc(x_143); +lean_dec(x_139); +x_144 = lean_box(0); +lean_inc(x_143); +x_145 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_4, x_143, x_144); +x_146 = l_Lean_Expr_replaceFVarId(x_5, x_143, x_142); +lean_dec(x_142); lean_dec(x_5); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -x_144 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_120, 0, x_144); -return x_120; +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +x_148 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_148, 0, x_147); +lean_ctor_set(x_124, 0, x_148); +return x_124; } 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; -x_145 = lean_ctor_get(x_120, 1); -lean_inc(x_145); -lean_dec(x_120); -x_146 = lean_ctor_get(x_134, 1); -lean_inc(x_146); -lean_dec(x_134); -x_147 = lean_ctor_get(x_135, 0); -lean_inc(x_147); -lean_dec(x_135); -x_148 = lean_box(0); -lean_inc(x_147); -x_149 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_4, x_147, x_148); -x_150 = l_Lean_Expr_replaceFVarId(x_5, x_147, x_146); -lean_dec(x_146); +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; +x_149 = lean_ctor_get(x_124, 1); +lean_inc(x_149); +lean_dec(x_124); +x_150 = lean_ctor_get(x_138, 1); +lean_inc(x_150); +lean_dec(x_138); +x_151 = lean_ctor_get(x_139, 0); +lean_inc(x_151); +lean_dec(x_139); +x_152 = lean_box(0); +lean_inc(x_151); +x_153 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_4, x_151, x_152); +x_154 = l_Lean_Expr_replaceFVarId(x_5, x_151, x_150); +lean_dec(x_150); lean_dec(x_5); -x_151 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_150); -x_152 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_152, 0, x_151); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_145); -return x_153; +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_153); +lean_ctor_set(x_155, 1, x_154); +x_156 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_156, 0, x_155); +x_157 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_157, 0, x_156); +lean_ctor_set(x_157, 1, x_149); +return x_157; } } 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; uint8_t x_161; -lean_dec(x_135); -lean_dec(x_134); +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; uint8_t x_165; +lean_dec(x_139); +lean_dec(x_138); lean_dec(x_5); lean_dec(x_4); -x_154 = lean_ctor_get(x_120, 1); -lean_inc(x_154); -lean_dec(x_120); -x_155 = l_Lean_indentExpr(x_3); -x_156 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2___closed__2; -x_157 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_155); -x_158 = l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__9; -x_159 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -x_160 = l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(x_159, x_7, x_8, x_9, x_10, x_154); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_161 = !lean_is_exclusive(x_160); -if (x_161 == 0) -{ -return x_160; -} -else -{ -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_160, 0); -x_163 = lean_ctor_get(x_160, 1); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_160); -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; -} -} -} -} -else -{ -uint8_t x_165; +x_158 = lean_ctor_get(x_124, 1); +lean_inc(x_158); +lean_dec(x_124); +x_159 = l_Lean_indentExpr(x_2); +x_160 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2___closed__2; +x_161 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_161, 0, x_160); +lean_ctor_set(x_161, 1, x_159); +x_162 = l_Lean_Elab_Eqns_splitMatch_x3f_go___closed__9; +x_163 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +x_164 = l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(x_163, x_7, x_8, x_9, x_10, x_158); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_165 = !lean_is_exclusive(x_120); +x_165 = !lean_is_exclusive(x_164); if (x_165 == 0) { -return x_120; +return x_164; } else { lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_120, 0); -x_167 = lean_ctor_get(x_120, 1); +x_166 = lean_ctor_get(x_164, 0); +x_167 = lean_ctor_get(x_164, 1); lean_inc(x_167); lean_inc(x_166); -lean_dec(x_120); +lean_dec(x_164); x_168 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_168, 0, x_166); lean_ctor_set(x_168, 1, x_167); @@ -5401,6 +5413,7 @@ return x_168; } } } +} else { uint8_t x_169; @@ -5410,20 +5423,20 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -x_169 = !lean_is_exclusive(x_117); +lean_dec(x_2); +x_169 = !lean_is_exclusive(x_124); if (x_169 == 0) { -return x_117; +return x_124; } else { lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_117, 0); -x_171 = lean_ctor_get(x_117, 1); +x_170 = lean_ctor_get(x_124, 0); +x_171 = lean_ctor_get(x_124, 1); lean_inc(x_171); lean_inc(x_170); -lean_dec(x_117); +lean_dec(x_124); x_172 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_172, 0, x_170); lean_ctor_set(x_172, 1, x_171); @@ -5431,6 +5444,37 @@ return x_172; } } } +else +{ +uint8_t x_173; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +x_173 = !lean_is_exclusive(x_121); +if (x_173 == 0) +{ +return x_121; +} +else +{ +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_121, 0); +x_175 = lean_ctor_get(x_121, 1); +lean_inc(x_175); +lean_inc(x_174); +lean_dec(x_121); +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; +} +} +} +} } } static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___closed__1() { @@ -5513,9 +5557,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_1); lean_inc(x_2); -x_24 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_16, x_2, x_1, x_17, x_18, x_23, x_9, x_10, x_11, x_12, x_22); +lean_inc(x_1); +x_24 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_16, x_1, x_2, x_17, x_18, x_23, x_9, x_10, x_11, x_12, x_22); if (lean_obj_tag(x_24) == 0) { lean_object* x_25; @@ -5654,9 +5698,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_1); lean_inc(x_2); -x_57 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_16, x_2, x_1, x_17, x_18, x_55, x_9, x_10, x_11, x_12, x_56); +lean_inc(x_1); +x_57 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_16, x_1, x_2, x_17, x_18, x_55, x_9, x_10, x_11, x_12, x_56); if (lean_obj_tag(x_57) == 0) { lean_object* x_58; @@ -5828,9 +5872,9 @@ lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -lean_inc(x_1); lean_inc(x_2); -x_23 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_15, x_2, x_1, x_16, x_17, x_22, x_8, x_9, x_10, x_11, x_21); +lean_inc(x_1); +x_23 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_15, x_1, x_2, x_16, x_17, x_22, x_8, x_9, x_10, x_11, x_21); if (lean_obj_tag(x_23) == 0) { lean_object* x_24; @@ -5969,9 +6013,9 @@ lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -lean_inc(x_1); lean_inc(x_2); -x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_15, x_2, x_1, x_16, x_17, x_54, x_8, x_9, x_10, x_11, x_55); +lean_inc(x_1); +x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_Eqns_simpEqnType___spec__1___lambda__2(x_15, x_1, x_2, x_16, x_17, x_54, x_8, x_9, x_10, x_11, x_55); if (lean_obj_tag(x_56) == 0) { lean_object* x_57; @@ -6756,232 +6800,245 @@ return x_12; } else { -lean_object* x_13; uint8_t x_14; +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_21; x_13 = lean_array_uget(x_2, x_4); -x_14 = !lean_is_exclusive(x_5); -if (x_14 == 0) +x_21 = !lean_is_exclusive(x_5); +if (x_21 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_5, 0); -x_16 = lean_ctor_get(x_5, 1); -x_17 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_15, x_13); -if (lean_obj_tag(x_17) == 0) +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_5, 0); +x_23 = lean_ctor_get(x_5, 1); +x_24 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_22, x_13); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_18; +lean_object* x_25; lean_inc(x_6); -x_18 = l_Lean_FVarId_getDecl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_18) == 0) +x_25 = l_Lean_FVarId_getDecl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_25) == 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); +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); lean_inc(x_6); -x_21 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_15, x_16, x_19, x_6, x_7, x_8, x_9, x_20); -lean_dec(x_19); -if (lean_obj_tag(x_21) == 0) +x_28 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_22, x_23, x_26, x_6, x_7, x_8, x_9, x_27); +lean_dec(x_26); +if (lean_obj_tag(x_28) == 0) { -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_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_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); -lean_ctor_set(x_5, 1, x_25); -lean_ctor_set(x_5, 0, x_24); -x_26 = 1; -x_27 = lean_usize_add(x_4, x_26); -x_4 = x_27; -x_10 = x_23; -goto _start; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +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 = lean_ctor_get(x_29, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_dec(x_29); +lean_ctor_set(x_5, 1, x_32); +lean_ctor_set(x_5, 0, x_31); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_5); +x_14 = x_33; +x_15 = x_30; +goto block_20; } else { -uint8_t x_29; +uint8_t x_34; lean_free_object(x_5); lean_dec(x_6); -x_29 = !lean_is_exclusive(x_21); -if (x_29 == 0) +x_34 = !lean_is_exclusive(x_28); +if (x_34 == 0) { -return x_21; +return x_28; } 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; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_28, 0); +x_36 = lean_ctor_get(x_28, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_28); +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 { -uint8_t x_33; +uint8_t x_38; lean_free_object(x_5); -lean_dec(x_16); -lean_dec(x_15); +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_6); -x_33 = !lean_is_exclusive(x_18); -if (x_33 == 0) +x_38 = !lean_is_exclusive(x_25); +if (x_38 == 0) { -return x_18; +return x_25; } 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_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_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_25, 0); +x_40 = lean_ctor_get(x_25, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_25); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } } else { -size_t x_37; size_t x_38; -lean_dec(x_17); +lean_object* x_42; +lean_dec(x_24); lean_dec(x_13); -x_37 = 1; -x_38 = lean_usize_add(x_4, x_37); -x_4 = x_38; -goto _start; +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_5); +x_14 = x_42; +x_15 = x_10; +goto block_20; } } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_5, 0); -x_41 = lean_ctor_get(x_5, 1); -lean_inc(x_41); -lean_inc(x_40); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_5, 0); +x_44 = lean_ctor_get(x_5, 1); +lean_inc(x_44); +lean_inc(x_43); lean_dec(x_5); -x_42 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_40, x_13); -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_43; -lean_inc(x_6); -x_43 = l_Lean_FVarId_getDecl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_43) == 0) +x_45 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_43, x_13); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); +lean_object* x_46; lean_inc(x_6); -x_46 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_40, x_41, x_44, x_6, x_7, x_8, x_9, x_45); -lean_dec(x_44); +x_46 = l_Lean_FVarId_getDecl(x_13, x_6, x_7, x_8, x_9, x_10); if (lean_obj_tag(x_46) == 0) { -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; +lean_object* x_47; lean_object* x_48; lean_object* x_49; 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 = lean_ctor_get(x_47, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); +lean_inc(x_6); +x_49 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_43, x_44, x_47, x_6, x_7, x_8, x_9, x_48); lean_dec(x_47); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = 1; -x_53 = lean_usize_add(x_4, x_52); -x_4 = x_53; -x_5 = x_51; -x_10 = x_48; -goto _start; +if (lean_obj_tag(x_49) == 0) +{ +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_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_ctor_get(x_50, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_50, 1); +lean_inc(x_53); +lean_dec(x_50); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_55, 0, x_54); +x_14 = x_55; +x_15 = x_51; +goto block_20; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_dec(x_6); -x_55 = lean_ctor_get(x_46, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_46, 1); +x_56 = lean_ctor_get(x_49, 0); lean_inc(x_56); -if (lean_is_exclusive(x_46)) { - lean_ctor_release(x_46, 0); - lean_ctor_release(x_46, 1); - x_57 = x_46; +x_57 = lean_ctor_get(x_49, 1); +lean_inc(x_57); +if (lean_is_exclusive(x_49)) { + lean_ctor_release(x_49, 0); + lean_ctor_release(x_49, 1); + x_58 = x_49; } else { - lean_dec_ref(x_46); - x_57 = lean_box(0); + lean_dec_ref(x_49); + x_58 = lean_box(0); } -if (lean_is_scalar(x_57)) { - x_58 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_58)) { + x_59 = lean_alloc_ctor(1, 2, 0); } else { - x_58 = x_57; + x_59 = x_58; } -lean_ctor_set(x_58, 0, x_55); -lean_ctor_set(x_58, 1, x_56); -return x_58; +lean_ctor_set(x_59, 0, x_56); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -lean_dec(x_41); -lean_dec(x_40); +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_44); +lean_dec(x_43); lean_dec(x_6); -x_59 = lean_ctor_get(x_43, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_43, 1); +x_60 = lean_ctor_get(x_46, 0); lean_inc(x_60); -if (lean_is_exclusive(x_43)) { - lean_ctor_release(x_43, 0); - lean_ctor_release(x_43, 1); - x_61 = x_43; +x_61 = lean_ctor_get(x_46, 1); +lean_inc(x_61); +if (lean_is_exclusive(x_46)) { + lean_ctor_release(x_46, 0); + lean_ctor_release(x_46, 1); + x_62 = x_46; } else { - lean_dec_ref(x_43); - x_61 = lean_box(0); + lean_dec_ref(x_46); + x_62 = lean_box(0); } -if (lean_is_scalar(x_61)) { - x_62 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_62)) { + x_63 = lean_alloc_ctor(1, 2, 0); } else { - x_62 = x_61; + x_63 = x_62; } -lean_ctor_set(x_62, 0, x_59); -lean_ctor_set(x_62, 1, x_60); -return x_62; +lean_ctor_set(x_63, 0, x_60); +lean_ctor_set(x_63, 1, x_61); +return x_63; } } else { -lean_object* x_63; size_t x_64; size_t x_65; -lean_dec(x_42); +lean_object* x_64; lean_object* x_65; +lean_dec(x_45); lean_dec(x_13); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_40); -lean_ctor_set(x_63, 1, x_41); -x_64 = 1; -x_65 = lean_usize_add(x_4, x_64); -x_4 = x_65; -x_5 = x_63; -goto _start; +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_43); +lean_ctor_set(x_64, 1, x_44); +x_65 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_65, 0, x_64); +x_14 = x_65; +x_15 = x_10; +goto block_20; } } +block_20: +{ +lean_object* x_16; size_t x_17; size_t x_18; +x_16 = lean_ctor_get(x_14, 0); +lean_inc(x_16); +lean_dec(x_14); +x_17 = 1; +x_18 = lean_usize_add(x_4, x_17); +x_4 = x_18; +x_5 = x_16; +x_10 = x_15; +goto _start; +} } } } @@ -7001,232 +7058,245 @@ return x_11; } else { -lean_object* x_12; uint8_t x_13; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_20; x_12 = lean_array_uget(x_1, x_3); -x_13 = !lean_is_exclusive(x_4); -if (x_13 == 0) +x_20 = !lean_is_exclusive(x_4); +if (x_20 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = lean_ctor_get(x_4, 0); -x_15 = lean_ctor_get(x_4, 1); -x_16 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_14, x_12); -if (lean_obj_tag(x_16) == 0) +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_4, 0); +x_22 = lean_ctor_get(x_4, 1); +x_23 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_21, x_12); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_17; +lean_object* x_24; lean_inc(x_5); -x_17 = l_Lean_FVarId_getDecl(x_12, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_17) == 0) +x_24 = l_Lean_FVarId_getDecl(x_12, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); +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); lean_inc(x_5); -x_20 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_14, x_15, x_18, x_5, x_6, x_7, x_8, x_19); -lean_dec(x_18); -if (lean_obj_tag(x_20) == 0) +x_27 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_21, x_22, x_25, x_5, x_6, x_7, x_8, x_26); +lean_dec(x_25); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; size_t x_25; size_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 = lean_ctor_get(x_21, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_dec(x_21); -lean_ctor_set(x_4, 1, x_24); -lean_ctor_set(x_4, 0, x_23); -x_25 = 1; -x_26 = lean_usize_add(x_3, x_25); -x_3 = x_26; -x_9 = x_22; -goto _start; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_ctor_get(x_28, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_28, 1); +lean_inc(x_31); +lean_dec(x_28); +lean_ctor_set(x_4, 1, x_31); +lean_ctor_set(x_4, 0, x_30); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_4); +x_13 = x_32; +x_14 = x_29; +goto block_19; } else { -uint8_t x_28; +uint8_t x_33; lean_free_object(x_4); lean_dec(x_5); -x_28 = !lean_is_exclusive(x_20); -if (x_28 == 0) +x_33 = !lean_is_exclusive(x_27); +if (x_33 == 0) { -return x_20; +return x_27; } 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; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_27, 0); +x_35 = lean_ctor_get(x_27, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_27); +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_32; +uint8_t x_37; lean_free_object(x_4); -lean_dec(x_15); -lean_dec(x_14); +lean_dec(x_22); +lean_dec(x_21); lean_dec(x_5); -x_32 = !lean_is_exclusive(x_17); -if (x_32 == 0) +x_37 = !lean_is_exclusive(x_24); +if (x_37 == 0) { -return x_17; +return x_24; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_17, 0); -x_34 = lean_ctor_get(x_17, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_17); -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_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_24, 0); +x_39 = lean_ctor_get(x_24, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_24); +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 { -size_t x_36; size_t x_37; -lean_dec(x_16); +lean_object* x_41; +lean_dec(x_23); lean_dec(x_12); -x_36 = 1; -x_37 = lean_usize_add(x_3, x_36); -x_3 = x_37; -goto _start; +x_41 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_41, 0, x_4); +x_13 = x_41; +x_14 = x_9; +goto block_19; } } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_4, 0); -x_40 = lean_ctor_get(x_4, 1); -lean_inc(x_40); -lean_inc(x_39); +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_4, 0); +x_43 = lean_ctor_get(x_4, 1); +lean_inc(x_43); +lean_inc(x_42); lean_dec(x_4); -x_41 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_39, x_12); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; -lean_inc(x_5); -x_42 = l_Lean_FVarId_getDecl(x_12, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_42) == 0) +x_44 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_42, x_12); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); +lean_object* x_45; lean_inc(x_5); -x_45 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_39, x_40, x_43, x_5, x_6, x_7, x_8, x_44); -lean_dec(x_43); +x_45 = l_Lean_FVarId_getDecl(x_12, x_5, x_6, x_7, x_8, x_9); if (lean_obj_tag(x_45) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; size_t x_51; size_t x_52; +lean_object* x_46; lean_object* x_47; lean_object* x_48; 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); -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); +lean_inc(x_5); +x_48 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_42, x_43, x_46, x_5, x_6, x_7, x_8, x_47); lean_dec(x_46); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_48); -lean_ctor_set(x_50, 1, x_49); -x_51 = 1; -x_52 = lean_usize_add(x_3, x_51); -x_3 = x_52; -x_4 = x_50; -x_9 = x_47; -goto _start; +if (lean_obj_tag(x_48) == 0) +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +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); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +lean_dec(x_49); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, x_52); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_13 = x_54; +x_14 = x_50; +goto block_19; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_dec(x_5); -x_54 = lean_ctor_get(x_45, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_45, 1); +x_55 = lean_ctor_get(x_48, 0); lean_inc(x_55); -if (lean_is_exclusive(x_45)) { - lean_ctor_release(x_45, 0); - lean_ctor_release(x_45, 1); - x_56 = x_45; +x_56 = lean_ctor_get(x_48, 1); +lean_inc(x_56); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + lean_ctor_release(x_48, 1); + x_57 = x_48; } else { - lean_dec_ref(x_45); - x_56 = lean_box(0); + lean_dec_ref(x_48); + x_57 = lean_box(0); } -if (lean_is_scalar(x_56)) { - x_57 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_57)) { + x_58 = lean_alloc_ctor(1, 2, 0); } else { - x_57 = x_56; + x_58 = x_57; } -lean_ctor_set(x_57, 0, x_54); -lean_ctor_set(x_57, 1, x_55); -return x_57; +lean_ctor_set(x_58, 0, x_55); +lean_ctor_set(x_58, 1, x_56); +return x_58; } } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -lean_dec(x_40); -lean_dec(x_39); +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_43); +lean_dec(x_42); lean_dec(x_5); -x_58 = lean_ctor_get(x_42, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_42, 1); +x_59 = lean_ctor_get(x_45, 0); lean_inc(x_59); -if (lean_is_exclusive(x_42)) { - lean_ctor_release(x_42, 0); - lean_ctor_release(x_42, 1); - x_60 = x_42; +x_60 = lean_ctor_get(x_45, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_45)) { + lean_ctor_release(x_45, 0); + lean_ctor_release(x_45, 1); + x_61 = x_45; } else { - lean_dec_ref(x_42); - x_60 = lean_box(0); + lean_dec_ref(x_45); + x_61 = lean_box(0); } -if (lean_is_scalar(x_60)) { - x_61 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(1, 2, 0); } else { - x_61 = x_60; + x_62 = x_61; } -lean_ctor_set(x_61, 0, x_58); -lean_ctor_set(x_61, 1, x_59); -return x_61; +lean_ctor_set(x_62, 0, x_59); +lean_ctor_set(x_62, 1, x_60); +return x_62; } } else { -lean_object* x_62; size_t x_63; size_t x_64; -lean_dec(x_41); +lean_object* x_63; lean_object* x_64; +lean_dec(x_44); lean_dec(x_12); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_39); -lean_ctor_set(x_62, 1, x_40); -x_63 = 1; -x_64 = lean_usize_add(x_3, x_63); -x_3 = x_64; -x_4 = x_62; -goto _start; +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_42); +lean_ctor_set(x_63, 1, x_43); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, x_63); +x_13 = x_64; +x_14 = x_9; +goto block_19; } } +block_19: +{ +lean_object* x_15; size_t x_16; size_t x_17; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = 1; +x_17 = lean_usize_add(x_3, x_16); +x_3 = x_17; +x_4 = x_15; +x_9 = x_14; +goto _start; +} } } } @@ -9497,690 +9567,331 @@ if (lean_is_exclusive(x_6)) { } if (lean_obj_tag(x_15) == 0) { -lean_object* x_34; -x_34 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_34, 0, x_23); -x_25 = x_34; -x_26 = x_12; -goto block_33; +lean_object* x_34; size_t x_35; size_t x_36; +lean_dec(x_24); +lean_inc(x_2); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_2); +lean_ctor_set(x_34, 1, x_23); +x_35 = 1; +x_36 = lean_usize_add(x_5, x_35); +x_5 = x_36; +x_6 = x_34; +goto _start; } else { -lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_35 = lean_ctor_get(x_23, 1); -lean_inc(x_35); -x_36 = lean_ctor_get(x_15, 0); -lean_inc(x_36); +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; uint8_t x_45; lean_object* x_88; lean_object* x_89; +x_38 = lean_ctor_get(x_23, 1); +lean_inc(x_38); +x_39 = lean_ctor_get(x_15, 0); +lean_inc(x_39); lean_dec(x_15); -x_37 = !lean_is_exclusive(x_23); -if (x_37 == 0) +x_40 = lean_ctor_get(x_23, 0); +lean_inc(x_40); +if (lean_is_exclusive(x_23)) { + lean_ctor_release(x_23, 0); + lean_ctor_release(x_23, 1); + x_41 = x_23; +} else { + lean_dec_ref(x_23); + x_41 = lean_box(0); +} +x_42 = lean_ctor_get(x_38, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_38, 1); +lean_inc(x_43); +if (lean_is_exclusive(x_38)) { + lean_ctor_release(x_38, 0); + lean_ctor_release(x_38, 1); + x_44 = x_38; +} else { + lean_dec_ref(x_38); + x_44 = lean_box(0); +} +x_88 = l_Lean_LocalDecl_fvarId(x_39); +x_89 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_40, x_88); +lean_dec(x_88); +if (lean_obj_tag(x_89) == 0) { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_38 = lean_ctor_get(x_23, 0); -x_39 = lean_ctor_get(x_23, 1); -lean_dec(x_39); -x_40 = !lean_is_exclusive(x_35); -if (x_40 == 0) +uint8_t x_90; +x_90 = 0; +x_45 = x_90; +goto block_87; +} +else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_35, 0); -x_42 = lean_ctor_get(x_35, 1); -x_43 = l_Lean_LocalDecl_fvarId(x_36); -x_44 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_38, x_43); -lean_dec(x_43); -if (lean_obj_tag(x_44) == 0) +uint8_t x_91; +lean_dec(x_89); +x_91 = 1; +x_45 = x_91; +goto block_87; +} +block_87: { -lean_object* x_45; lean_object* x_46; -x_45 = l_Lean_LocalDecl_type(x_36); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +x_46 = l_Lean_LocalDecl_type(x_39); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -lean_inc(x_45); -x_46 = l_Lean_Meta_isProp(x_45, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_46) == 0) +lean_inc(x_46); +x_47 = l_Lean_Meta_isProp(x_46, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_47; uint8_t x_48; -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); -x_48 = lean_unbox(x_47); -lean_dec(x_47); -if (x_48 == 0) +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_unbox(x_48); +lean_dec(x_48); +if (x_49 == 0) { -lean_object* x_49; lean_object* x_50; -lean_dec(x_45); -lean_dec(x_36); -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_dec(x_46); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_23); -x_25 = x_50; -x_26 = x_49; +lean_dec(x_39); +x_50 = lean_ctor_get(x_47, 1); +lean_inc(x_50); +lean_dec(x_47); +if (lean_is_scalar(x_44)) { + x_51 = lean_alloc_ctor(0, 2, 0); +} else { + x_51 = x_44; +} +lean_ctor_set(x_51, 0, x_42); +lean_ctor_set(x_51, 1, x_43); +if (lean_is_scalar(x_41)) { + x_52 = lean_alloc_ctor(0, 2, 0); +} else { + x_52 = x_41; +} +lean_ctor_set(x_52, 0, x_40); +lean_ctor_set(x_52, 1, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_25 = x_53; +x_26 = x_50; goto block_33; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_51 = lean_ctor_get(x_46, 1); -lean_inc(x_51); -lean_dec(x_46); -x_52 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_45, x_7, x_8, x_9, x_10, x_11, x_51); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_54 = lean_ctor_get(x_47, 1); lean_inc(x_54); -lean_dec(x_52); -lean_inc(x_38); -x_55 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_38, x_53, x_8, x_9, x_10, x_11, x_54); +lean_dec(x_47); +x_55 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_46, x_7, x_8, x_9, x_10, x_11, x_54); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); -x_57 = lean_unbox(x_56); -lean_dec(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_42); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); lean_dec(x_55); -lean_inc(x_8); -x_59 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_38, x_41, x_36, x_8, x_9, x_10, x_11, x_58); -lean_dec(x_36); -if (lean_obj_tag(x_59) == 0) +lean_inc(x_40); +x_58 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_40, x_56, x_8, x_9, x_10, x_11, x_57); +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +x_60 = lean_unbox(x_59); +lean_dec(x_59); +if (x_60 == 0) { -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; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); +lean_object* x_61; lean_object* x_62; +lean_dec(x_43); +x_61 = lean_ctor_get(x_58, 1); lean_inc(x_61); -lean_dec(x_59); -x_62 = lean_ctor_get(x_60, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_60, 1); +lean_dec(x_58); +lean_inc(x_8); +x_62 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_40, x_42, x_39, x_8, x_9, x_10, x_11, x_61); +lean_dec(x_39); +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_63 = lean_ctor_get(x_62, 0); lean_inc(x_63); -lean_dec(x_60); -x_64 = 1; -x_65 = lean_box(x_64); -lean_ctor_set(x_35, 1, x_65); -lean_ctor_set(x_35, 0, x_63); -lean_ctor_set(x_23, 0, x_62); -x_66 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_66, 0, x_23); -x_25 = x_66; -x_26 = x_61; +x_64 = lean_ctor_get(x_62, 1); +lean_inc(x_64); +lean_dec(x_62); +x_65 = lean_ctor_get(x_63, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_63, 1); +lean_inc(x_66); +lean_dec(x_63); +x_67 = 1; +x_68 = lean_box(x_67); +if (lean_is_scalar(x_44)) { + x_69 = lean_alloc_ctor(0, 2, 0); +} else { + x_69 = x_44; +} +lean_ctor_set(x_69, 0, x_66); +lean_ctor_set(x_69, 1, x_68); +if (lean_is_scalar(x_41)) { + x_70 = lean_alloc_ctor(0, 2, 0); +} else { + x_70 = x_41; +} +lean_ctor_set(x_70, 0, x_65); +lean_ctor_set(x_70, 1, x_69); +x_71 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_71, 0, x_70); +x_25 = x_71; +x_26 = x_64; goto block_33; } else { -uint8_t x_67; -lean_free_object(x_35); -lean_free_object(x_23); +uint8_t x_72; +lean_dec(x_44); +lean_dec(x_41); lean_dec(x_24); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_2); -x_67 = !lean_is_exclusive(x_59); -if (x_67 == 0) +x_72 = !lean_is_exclusive(x_62); +if (x_72 == 0) { -return x_59; +return x_62; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_59, 0); -x_69 = lean_ctor_get(x_59, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_59); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_62, 0); +x_74 = lean_ctor_get(x_62, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_62); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -lean_object* x_71; lean_object* x_72; -lean_dec(x_36); -x_71 = lean_ctor_get(x_55, 1); -lean_inc(x_71); -lean_dec(x_55); -x_72 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_72, 0, x_23); -x_25 = x_72; -x_26 = x_71; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_39); +x_76 = lean_ctor_get(x_58, 1); +lean_inc(x_76); +lean_dec(x_58); +if (lean_is_scalar(x_44)) { + x_77 = lean_alloc_ctor(0, 2, 0); +} else { + x_77 = x_44; +} +lean_ctor_set(x_77, 0, x_42); +lean_ctor_set(x_77, 1, x_43); +if (lean_is_scalar(x_41)) { + x_78 = lean_alloc_ctor(0, 2, 0); +} else { + x_78 = x_41; +} +lean_ctor_set(x_78, 0, x_40); +lean_ctor_set(x_78, 1, x_77); +x_79 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_78); +x_25 = x_79; +x_26 = x_76; goto block_33; } } } else { -uint8_t x_73; -lean_dec(x_45); -lean_free_object(x_35); +uint8_t x_80; +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_43); lean_dec(x_42); lean_dec(x_41); -lean_free_object(x_23); -lean_dec(x_38); -lean_dec(x_36); +lean_dec(x_40); +lean_dec(x_39); lean_dec(x_24); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_2); -x_73 = !lean_is_exclusive(x_46); -if (x_73 == 0) +x_80 = !lean_is_exclusive(x_47); +if (x_80 == 0) { -return x_46; +return x_47; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_46, 0); -x_75 = lean_ctor_get(x_46, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_46); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_47, 0); +x_82 = lean_ctor_get(x_47, 1); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_47); +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; } } } else { -lean_object* x_77; -lean_dec(x_44); -lean_dec(x_36); -x_77 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_77, 0, x_23); -x_25 = x_77; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +lean_dec(x_39); +if (lean_is_scalar(x_44)) { + x_84 = lean_alloc_ctor(0, 2, 0); +} else { + x_84 = x_44; +} +lean_ctor_set(x_84, 0, x_42); +lean_ctor_set(x_84, 1, x_43); +if (lean_is_scalar(x_41)) { + x_85 = lean_alloc_ctor(0, 2, 0); +} else { + x_85 = x_41; +} +lean_ctor_set(x_85, 0, x_40); +lean_ctor_set(x_85, 1, x_84); +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_85); +x_25 = x_86; x_26 = x_12; goto block_33; } } -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_78 = lean_ctor_get(x_35, 0); -x_79 = lean_ctor_get(x_35, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_35); -x_80 = l_Lean_LocalDecl_fvarId(x_36); -x_81 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_38, x_80); -lean_dec(x_80); -if (lean_obj_tag(x_81) == 0) +} +block_22: { -lean_object* x_82; lean_object* x_83; -x_82 = l_Lean_LocalDecl_type(x_36); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_82); -x_83 = l_Lean_Meta_isProp(x_82, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_83) == 0) +lean_object* x_18; size_t x_19; size_t x_20; +x_18 = lean_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +x_19 = 1; +x_20 = lean_usize_add(x_5, x_19); +x_5 = x_20; +x_6 = x_18; +x_12 = x_17; +goto _start; +} +block_33: { -lean_object* x_84; uint8_t x_85; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_25); +if (x_27 == 0) { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_82); -lean_dec(x_36); -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_78); -lean_ctor_set(x_87, 1, x_79); -lean_ctor_set(x_23, 1, x_87); -x_88 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_88, 0, x_23); -x_25 = x_88; -x_26 = x_86; -goto block_33; -} -else -{ -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -x_89 = lean_ctor_get(x_83, 1); -lean_inc(x_89); -lean_dec(x_83); -x_90 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_82, x_7, x_8, x_9, x_10, x_11, x_89); -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); -lean_inc(x_38); -x_93 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_38, x_91, x_8, x_9, x_10, x_11, 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_dec(x_79); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -lean_inc(x_8); -x_97 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_38, x_78, x_36, x_8, x_9, x_10, x_11, x_96); -lean_dec(x_36); -if (lean_obj_tag(x_97) == 0) -{ -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -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 = lean_ctor_get(x_98, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_98, 1); -lean_inc(x_101); -lean_dec(x_98); -x_102 = 1; -x_103 = lean_box(x_102); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_101); -lean_ctor_set(x_104, 1, x_103); -lean_ctor_set(x_23, 1, x_104); -lean_ctor_set(x_23, 0, x_100); -x_105 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_105, 0, x_23); -x_25 = x_105; -x_26 = x_99; -goto block_33; -} -else -{ -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -lean_free_object(x_23); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_106 = lean_ctor_get(x_97, 0); -lean_inc(x_106); -x_107 = lean_ctor_get(x_97, 1); -lean_inc(x_107); -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - lean_ctor_release(x_97, 1); - x_108 = x_97; -} else { - lean_dec_ref(x_97); - x_108 = lean_box(0); -} -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(1, 2, 0); -} else { - x_109 = x_108; -} -lean_ctor_set(x_109, 0, x_106); -lean_ctor_set(x_109, 1, x_107); -return x_109; -} -} -else -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_36); -x_110 = lean_ctor_get(x_93, 1); -lean_inc(x_110); -lean_dec(x_93); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_78); -lean_ctor_set(x_111, 1, x_79); -lean_ctor_set(x_23, 1, x_111); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_23); -x_25 = x_112; -x_26 = x_110; -goto block_33; -} -} -} -else -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_82); -lean_dec(x_79); -lean_dec(x_78); -lean_free_object(x_23); -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_113 = lean_ctor_get(x_83, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_83, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_115 = x_83; -} else { - lean_dec_ref(x_83); - x_115 = lean_box(0); -} -if (lean_is_scalar(x_115)) { - x_116 = lean_alloc_ctor(1, 2, 0); -} else { - x_116 = x_115; -} -lean_ctor_set(x_116, 0, x_113); -lean_ctor_set(x_116, 1, x_114); -return x_116; -} -} -else -{ -lean_object* x_117; lean_object* x_118; -lean_dec(x_81); -lean_dec(x_36); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_78); -lean_ctor_set(x_117, 1, x_79); -lean_ctor_set(x_23, 1, x_117); -x_118 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_118, 0, x_23); -x_25 = x_118; -x_26 = x_12; -goto block_33; -} -} -} -else -{ -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_119 = lean_ctor_get(x_23, 0); -lean_inc(x_119); -lean_dec(x_23); -x_120 = lean_ctor_get(x_35, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_35, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_35)) { - lean_ctor_release(x_35, 0); - lean_ctor_release(x_35, 1); - x_122 = x_35; -} else { - lean_dec_ref(x_35); - x_122 = lean_box(0); -} -x_123 = l_Lean_LocalDecl_fvarId(x_36); -x_124 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_119, x_123); -lean_dec(x_123); -if (lean_obj_tag(x_124) == 0) -{ -lean_object* x_125; lean_object* x_126; -x_125 = l_Lean_LocalDecl_type(x_36); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_125); -x_126 = l_Lean_Meta_isProp(x_125, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_126) == 0) -{ -lean_object* x_127; uint8_t x_128; -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -x_128 = lean_unbox(x_127); -lean_dec(x_127); -if (x_128 == 0) -{ -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_dec(x_125); -lean_dec(x_36); -x_129 = lean_ctor_get(x_126, 1); -lean_inc(x_129); -lean_dec(x_126); -if (lean_is_scalar(x_122)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_122; -} -lean_ctor_set(x_130, 0, x_120); -lean_ctor_set(x_130, 1, x_121); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_119); -lean_ctor_set(x_131, 1, x_130); -x_132 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_132, 0, x_131); -x_25 = x_132; -x_26 = x_129; -goto block_33; -} -else -{ -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; -x_133 = lean_ctor_get(x_126, 1); -lean_inc(x_133); -lean_dec(x_126); -x_134 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_125, x_7, x_8, x_9, x_10, x_11, x_133); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -lean_inc(x_119); -x_137 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_119, x_135, x_8, x_9, x_10, x_11, x_136); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_unbox(x_138); -lean_dec(x_138); -if (x_139 == 0) -{ -lean_object* x_140; lean_object* x_141; -lean_dec(x_121); -x_140 = lean_ctor_get(x_137, 1); -lean_inc(x_140); -lean_dec(x_137); -lean_inc(x_8); -x_141 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_119, x_120, x_36, x_8, x_9, x_10, x_11, x_140); -lean_dec(x_36); -if (lean_obj_tag(x_141) == 0) -{ -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; -x_142 = lean_ctor_get(x_141, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_141, 1); -lean_inc(x_143); -lean_dec(x_141); -x_144 = lean_ctor_get(x_142, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_142, 1); -lean_inc(x_145); -lean_dec(x_142); -x_146 = 1; -x_147 = lean_box(x_146); -if (lean_is_scalar(x_122)) { - x_148 = lean_alloc_ctor(0, 2, 0); -} else { - x_148 = x_122; -} -lean_ctor_set(x_148, 0, x_145); -lean_ctor_set(x_148, 1, x_147); -x_149 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_149, 0, x_144); -lean_ctor_set(x_149, 1, x_148); -x_150 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_150, 0, x_149); -x_25 = x_150; -x_26 = x_143; -goto block_33; -} -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; -lean_dec(x_122); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_151 = lean_ctor_get(x_141, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_141, 1); -lean_inc(x_152); -if (lean_is_exclusive(x_141)) { - lean_ctor_release(x_141, 0); - lean_ctor_release(x_141, 1); - x_153 = x_141; -} else { - lean_dec_ref(x_141); - x_153 = lean_box(0); -} -if (lean_is_scalar(x_153)) { - x_154 = lean_alloc_ctor(1, 2, 0); -} else { - x_154 = x_153; -} -lean_ctor_set(x_154, 0, x_151); -lean_ctor_set(x_154, 1, x_152); -return x_154; -} -} -else -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -lean_dec(x_36); -x_155 = lean_ctor_get(x_137, 1); -lean_inc(x_155); -lean_dec(x_137); -if (lean_is_scalar(x_122)) { - x_156 = lean_alloc_ctor(0, 2, 0); -} else { - x_156 = x_122; -} -lean_ctor_set(x_156, 0, x_120); -lean_ctor_set(x_156, 1, x_121); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_119); -lean_ctor_set(x_157, 1, x_156); -x_158 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_158, 0, x_157); -x_25 = x_158; -x_26 = x_155; -goto block_33; -} -} -} -else -{ -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_125); -lean_dec(x_122); -lean_dec(x_121); -lean_dec(x_120); -lean_dec(x_119); -lean_dec(x_36); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_159 = lean_ctor_get(x_126, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_126, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_161 = x_126; -} else { - lean_dec_ref(x_126); - x_161 = lean_box(0); -} -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(1, 2, 0); -} else { - x_162 = x_161; -} -lean_ctor_set(x_162, 0, x_159); -lean_ctor_set(x_162, 1, x_160); -return x_162; -} -} -else -{ -lean_object* x_163; lean_object* x_164; lean_object* x_165; -lean_dec(x_124); -lean_dec(x_36); -if (lean_is_scalar(x_122)) { - x_163 = lean_alloc_ctor(0, 2, 0); -} else { - x_163 = x_122; -} -lean_ctor_set(x_163, 0, x_120); -lean_ctor_set(x_163, 1, x_121); -x_164 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_164, 0, x_119); -lean_ctor_set(x_164, 1, x_163); -x_165 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_165, 0, x_164); -x_25 = x_165; -x_26 = x_12; -goto block_33; -} -} -} -block_22: -{ -lean_object* x_18; size_t x_19; size_t x_20; -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_5, x_19); -x_5 = x_20; -x_6 = x_18; -x_12 = x_17; -goto _start; -} -block_33: -{ -uint8_t x_27; -x_27 = !lean_is_exclusive(x_25); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_25, 0); -lean_inc(x_2); -if (lean_is_scalar(x_24)) { - x_29 = lean_alloc_ctor(0, 2, 0); -} else { - x_29 = x_24; -} -lean_ctor_set(x_29, 0, x_2); -lean_ctor_set(x_29, 1, x_28); -lean_ctor_set(x_25, 0, x_29); -x_16 = x_25; -x_17 = x_26; -goto block_22; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_25, 0); +lean_inc(x_2); +if (lean_is_scalar(x_24)) { + x_29 = lean_alloc_ctor(0, 2, 0); +} else { + x_29 = x_24; +} +lean_ctor_set(x_29, 0, x_2); +lean_ctor_set(x_29, 1, x_28); +lean_ctor_set(x_25, 0, x_29); +x_16 = x_25; +x_17 = x_26; +goto block_22; } else { @@ -10480,652 +10191,293 @@ if (lean_is_exclusive(x_6)) { } if (lean_obj_tag(x_15) == 0) { -lean_object* x_34; -x_34 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_34, 0, x_23); -x_25 = x_34; -x_26 = x_12; -goto block_33; +lean_object* x_34; size_t x_35; size_t x_36; +lean_dec(x_24); +lean_inc(x_2); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_2); +lean_ctor_set(x_34, 1, x_23); +x_35 = 1; +x_36 = lean_usize_add(x_5, x_35); +x_5 = x_36; +x_6 = x_34; +goto _start; } else { -lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_35 = lean_ctor_get(x_23, 1); -lean_inc(x_35); -x_36 = lean_ctor_get(x_15, 0); -lean_inc(x_36); +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; uint8_t x_45; lean_object* x_88; lean_object* x_89; +x_38 = lean_ctor_get(x_23, 1); +lean_inc(x_38); +x_39 = lean_ctor_get(x_15, 0); +lean_inc(x_39); lean_dec(x_15); -x_37 = !lean_is_exclusive(x_23); -if (x_37 == 0) +x_40 = lean_ctor_get(x_23, 0); +lean_inc(x_40); +if (lean_is_exclusive(x_23)) { + lean_ctor_release(x_23, 0); + lean_ctor_release(x_23, 1); + x_41 = x_23; +} else { + lean_dec_ref(x_23); + x_41 = lean_box(0); +} +x_42 = lean_ctor_get(x_38, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_38, 1); +lean_inc(x_43); +if (lean_is_exclusive(x_38)) { + lean_ctor_release(x_38, 0); + lean_ctor_release(x_38, 1); + x_44 = x_38; +} else { + lean_dec_ref(x_38); + x_44 = lean_box(0); +} +x_88 = l_Lean_LocalDecl_fvarId(x_39); +x_89 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_40, x_88); +lean_dec(x_88); +if (lean_obj_tag(x_89) == 0) { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_38 = lean_ctor_get(x_23, 0); -x_39 = lean_ctor_get(x_23, 1); -lean_dec(x_39); -x_40 = !lean_is_exclusive(x_35); -if (x_40 == 0) +uint8_t x_90; +x_90 = 0; +x_45 = x_90; +goto block_87; +} +else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_35, 0); -x_42 = lean_ctor_get(x_35, 1); -x_43 = l_Lean_LocalDecl_fvarId(x_36); -x_44 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_38, x_43); -lean_dec(x_43); -if (lean_obj_tag(x_44) == 0) +uint8_t x_91; +lean_dec(x_89); +x_91 = 1; +x_45 = x_91; +goto block_87; +} +block_87: { -lean_object* x_45; lean_object* x_46; -x_45 = l_Lean_LocalDecl_type(x_36); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +x_46 = l_Lean_LocalDecl_type(x_39); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -lean_inc(x_45); -x_46 = l_Lean_Meta_isProp(x_45, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_46) == 0) +lean_inc(x_46); +x_47 = l_Lean_Meta_isProp(x_46, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_47; uint8_t x_48; -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); -x_48 = lean_unbox(x_47); -lean_dec(x_47); -if (x_48 == 0) +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_unbox(x_48); +lean_dec(x_48); +if (x_49 == 0) { -lean_object* x_49; lean_object* x_50; -lean_dec(x_45); -lean_dec(x_36); -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_dec(x_46); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_23); -x_25 = x_50; -x_26 = x_49; +lean_dec(x_39); +x_50 = lean_ctor_get(x_47, 1); +lean_inc(x_50); +lean_dec(x_47); +if (lean_is_scalar(x_44)) { + x_51 = lean_alloc_ctor(0, 2, 0); +} else { + x_51 = x_44; +} +lean_ctor_set(x_51, 0, x_42); +lean_ctor_set(x_51, 1, x_43); +if (lean_is_scalar(x_41)) { + x_52 = lean_alloc_ctor(0, 2, 0); +} else { + x_52 = x_41; +} +lean_ctor_set(x_52, 0, x_40); +lean_ctor_set(x_52, 1, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_25 = x_53; +x_26 = x_50; goto block_33; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_51 = lean_ctor_get(x_46, 1); -lean_inc(x_51); -lean_dec(x_46); -x_52 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_45, x_7, x_8, x_9, x_10, x_11, x_51); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_54 = lean_ctor_get(x_47, 1); lean_inc(x_54); -lean_dec(x_52); -lean_inc(x_38); -x_55 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_38, x_53, x_8, x_9, x_10, x_11, x_54); +lean_dec(x_47); +x_55 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_46, x_7, x_8, x_9, x_10, x_11, x_54); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); -x_57 = lean_unbox(x_56); -lean_dec(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_42); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); lean_dec(x_55); -lean_inc(x_8); -x_59 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_38, x_41, x_36, x_8, x_9, x_10, x_11, x_58); -lean_dec(x_36); -if (lean_obj_tag(x_59) == 0) +lean_inc(x_40); +x_58 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_40, x_56, x_8, x_9, x_10, x_11, x_57); +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +x_60 = lean_unbox(x_59); +lean_dec(x_59); +if (x_60 == 0) { -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; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); +lean_object* x_61; lean_object* x_62; +lean_dec(x_43); +x_61 = lean_ctor_get(x_58, 1); lean_inc(x_61); -lean_dec(x_59); -x_62 = lean_ctor_get(x_60, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_60, 1); +lean_dec(x_58); +lean_inc(x_8); +x_62 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_40, x_42, x_39, x_8, x_9, x_10, x_11, x_61); +lean_dec(x_39); +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_63 = lean_ctor_get(x_62, 0); lean_inc(x_63); -lean_dec(x_60); -x_64 = 1; -x_65 = lean_box(x_64); -lean_ctor_set(x_35, 1, x_65); -lean_ctor_set(x_35, 0, x_63); -lean_ctor_set(x_23, 0, x_62); -x_66 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_66, 0, x_23); -x_25 = x_66; -x_26 = x_61; -goto block_33; +x_64 = lean_ctor_get(x_62, 1); +lean_inc(x_64); +lean_dec(x_62); +x_65 = lean_ctor_get(x_63, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_63, 1); +lean_inc(x_66); +lean_dec(x_63); +x_67 = 1; +x_68 = lean_box(x_67); +if (lean_is_scalar(x_44)) { + x_69 = lean_alloc_ctor(0, 2, 0); +} else { + x_69 = x_44; } -else -{ -uint8_t x_67; -lean_free_object(x_35); -lean_free_object(x_23); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_67 = !lean_is_exclusive(x_59); -if (x_67 == 0) -{ -return x_59; +lean_ctor_set(x_69, 0, x_66); +lean_ctor_set(x_69, 1, x_68); +if (lean_is_scalar(x_41)) { + x_70 = lean_alloc_ctor(0, 2, 0); +} else { + x_70 = x_41; } -else -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_59, 0); -x_69 = lean_ctor_get(x_59, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_59); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 0, x_65); lean_ctor_set(x_70, 1, x_69); -return x_70; -} -} -} -else -{ -lean_object* x_71; lean_object* x_72; -lean_dec(x_36); -x_71 = lean_ctor_get(x_55, 1); -lean_inc(x_71); -lean_dec(x_55); -x_72 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_72, 0, x_23); -x_25 = x_72; -x_26 = x_71; +x_71 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_71, 0, x_70); +x_25 = x_71; +x_26 = x_64; goto block_33; } -} -} else { -uint8_t x_73; -lean_dec(x_45); -lean_free_object(x_35); -lean_dec(x_42); +uint8_t x_72; +lean_dec(x_44); lean_dec(x_41); -lean_free_object(x_23); -lean_dec(x_38); -lean_dec(x_36); lean_dec(x_24); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_2); -x_73 = !lean_is_exclusive(x_46); -if (x_73 == 0) +x_72 = !lean_is_exclusive(x_62); +if (x_72 == 0) { -return x_46; +return x_62; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_46, 0); -x_75 = lean_ctor_get(x_46, 1); -lean_inc(x_75); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_62, 0); +x_74 = lean_ctor_get(x_62, 1); lean_inc(x_74); -lean_dec(x_46); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; -} -} -} -else -{ -lean_object* x_77; -lean_dec(x_44); -lean_dec(x_36); -x_77 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_77, 0, x_23); -x_25 = x_77; -x_26 = x_12; -goto block_33; +lean_inc(x_73); +lean_dec(x_62); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_78 = lean_ctor_get(x_35, 0); -x_79 = lean_ctor_get(x_35, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_35); -x_80 = l_Lean_LocalDecl_fvarId(x_36); -x_81 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_38, x_80); -lean_dec(x_80); -if (lean_obj_tag(x_81) == 0) -{ -lean_object* x_82; lean_object* x_83; -x_82 = l_Lean_LocalDecl_type(x_36); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_82); -x_83 = l_Lean_Meta_isProp(x_82, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_83) == 0) -{ -lean_object* x_84; uint8_t x_85; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_82); -lean_dec(x_36); -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_78); -lean_ctor_set(x_87, 1, x_79); -lean_ctor_set(x_23, 1, x_87); -x_88 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_88, 0, x_23); -x_25 = x_88; -x_26 = x_86; -goto block_33; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -x_89 = lean_ctor_get(x_83, 1); -lean_inc(x_89); -lean_dec(x_83); -x_90 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_82, x_7, x_8, x_9, x_10, x_11, x_89); -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); -lean_inc(x_38); -x_93 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_38, x_91, x_8, x_9, x_10, x_11, 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_dec(x_79); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -lean_inc(x_8); -x_97 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_38, x_78, x_36, x_8, x_9, x_10, x_11, x_96); -lean_dec(x_36); -if (lean_obj_tag(x_97) == 0) -{ -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -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 = lean_ctor_get(x_98, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_98, 1); -lean_inc(x_101); -lean_dec(x_98); -x_102 = 1; -x_103 = lean_box(x_102); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_101); -lean_ctor_set(x_104, 1, x_103); -lean_ctor_set(x_23, 1, x_104); -lean_ctor_set(x_23, 0, x_100); -x_105 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_105, 0, x_23); -x_25 = x_105; -x_26 = x_99; -goto block_33; -} -else -{ -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -lean_free_object(x_23); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_106 = lean_ctor_get(x_97, 0); -lean_inc(x_106); -x_107 = lean_ctor_get(x_97, 1); -lean_inc(x_107); -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - lean_ctor_release(x_97, 1); - x_108 = x_97; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_39); +x_76 = lean_ctor_get(x_58, 1); +lean_inc(x_76); +lean_dec(x_58); +if (lean_is_scalar(x_44)) { + x_77 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_97); - x_108 = lean_box(0); + x_77 = x_44; } -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_77, 0, x_42); +lean_ctor_set(x_77, 1, x_43); +if (lean_is_scalar(x_41)) { + x_78 = lean_alloc_ctor(0, 2, 0); } else { - x_109 = x_108; + x_78 = x_41; } -lean_ctor_set(x_109, 0, x_106); -lean_ctor_set(x_109, 1, x_107); -return x_109; -} -} -else -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_36); -x_110 = lean_ctor_get(x_93, 1); -lean_inc(x_110); -lean_dec(x_93); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_78); -lean_ctor_set(x_111, 1, x_79); -lean_ctor_set(x_23, 1, x_111); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_23); -x_25 = x_112; -x_26 = x_110; +lean_ctor_set(x_78, 0, x_40); +lean_ctor_set(x_78, 1, x_77); +x_79 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_78); +x_25 = x_79; +x_26 = x_76; goto block_33; } } } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_82); -lean_dec(x_79); -lean_dec(x_78); -lean_free_object(x_23); -lean_dec(x_38); -lean_dec(x_36); +uint8_t x_80; +lean_dec(x_46); +lean_dec(x_44); +lean_dec(x_43); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_40); +lean_dec(x_39); lean_dec(x_24); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_2); -x_113 = lean_ctor_get(x_83, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_83, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_115 = x_83; -} else { - lean_dec_ref(x_83); - x_115 = lean_box(0); -} -if (lean_is_scalar(x_115)) { - x_116 = lean_alloc_ctor(1, 2, 0); -} else { - x_116 = x_115; -} -lean_ctor_set(x_116, 0, x_113); -lean_ctor_set(x_116, 1, x_114); -return x_116; -} -} -else -{ -lean_object* x_117; lean_object* x_118; -lean_dec(x_81); -lean_dec(x_36); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_78); -lean_ctor_set(x_117, 1, x_79); -lean_ctor_set(x_23, 1, x_117); -x_118 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_118, 0, x_23); -x_25 = x_118; -x_26 = x_12; -goto block_33; -} -} -} -else -{ -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_119 = lean_ctor_get(x_23, 0); -lean_inc(x_119); -lean_dec(x_23); -x_120 = lean_ctor_get(x_35, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_35, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_35)) { - lean_ctor_release(x_35, 0); - lean_ctor_release(x_35, 1); - x_122 = x_35; -} else { - lean_dec_ref(x_35); - x_122 = lean_box(0); -} -x_123 = l_Lean_LocalDecl_fvarId(x_36); -x_124 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_119, x_123); -lean_dec(x_123); -if (lean_obj_tag(x_124) == 0) -{ -lean_object* x_125; lean_object* x_126; -x_125 = l_Lean_LocalDecl_type(x_36); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_125); -x_126 = l_Lean_Meta_isProp(x_125, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_126) == 0) -{ -lean_object* x_127; uint8_t x_128; -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -x_128 = lean_unbox(x_127); -lean_dec(x_127); -if (x_128 == 0) -{ -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_dec(x_125); -lean_dec(x_36); -x_129 = lean_ctor_get(x_126, 1); -lean_inc(x_129); -lean_dec(x_126); -if (lean_is_scalar(x_122)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_122; -} -lean_ctor_set(x_130, 0, x_120); -lean_ctor_set(x_130, 1, x_121); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_119); -lean_ctor_set(x_131, 1, x_130); -x_132 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_132, 0, x_131); -x_25 = x_132; -x_26 = x_129; -goto block_33; -} -else +x_80 = !lean_is_exclusive(x_47); +if (x_80 == 0) { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; -x_133 = lean_ctor_get(x_126, 1); -lean_inc(x_133); -lean_dec(x_126); -x_134 = l_Lean_instantiateMVars___at___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn___spec__1(x_125, x_7, x_8, x_9, x_10, x_11, x_133); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -lean_inc(x_119); -x_137 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_isIrrelevant(x_119, x_135, x_8, x_9, x_10, x_11, x_136); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_unbox(x_138); -lean_dec(x_138); -if (x_139 == 0) -{ -lean_object* x_140; lean_object* x_141; -lean_dec(x_121); -x_140 = lean_ctor_get(x_137, 1); -lean_inc(x_140); -lean_dec(x_137); -lean_inc(x_8); -x_141 = l___private_Lean_Elab_PreDefinition_Eqns_0__Lean_Elab_Eqns_saveEqn_pushDecl(x_119, x_120, x_36, x_8, x_9, x_10, x_11, x_140); -lean_dec(x_36); -if (lean_obj_tag(x_141) == 0) -{ -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; -x_142 = lean_ctor_get(x_141, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_141, 1); -lean_inc(x_143); -lean_dec(x_141); -x_144 = lean_ctor_get(x_142, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_142, 1); -lean_inc(x_145); -lean_dec(x_142); -x_146 = 1; -x_147 = lean_box(x_146); -if (lean_is_scalar(x_122)) { - x_148 = lean_alloc_ctor(0, 2, 0); -} else { - x_148 = x_122; -} -lean_ctor_set(x_148, 0, x_145); -lean_ctor_set(x_148, 1, x_147); -x_149 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_149, 0, x_144); -lean_ctor_set(x_149, 1, x_148); -x_150 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_150, 0, x_149); -x_25 = x_150; -x_26 = x_143; -goto block_33; -} -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; -lean_dec(x_122); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_151 = lean_ctor_get(x_141, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_141, 1); -lean_inc(x_152); -if (lean_is_exclusive(x_141)) { - lean_ctor_release(x_141, 0); - lean_ctor_release(x_141, 1); - x_153 = x_141; -} else { - lean_dec_ref(x_141); - x_153 = lean_box(0); -} -if (lean_is_scalar(x_153)) { - x_154 = lean_alloc_ctor(1, 2, 0); -} else { - x_154 = x_153; -} -lean_ctor_set(x_154, 0, x_151); -lean_ctor_set(x_154, 1, x_152); -return x_154; -} +return x_47; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -lean_dec(x_36); -x_155 = lean_ctor_get(x_137, 1); -lean_inc(x_155); -lean_dec(x_137); -if (lean_is_scalar(x_122)) { - x_156 = lean_alloc_ctor(0, 2, 0); -} else { - x_156 = x_122; -} -lean_ctor_set(x_156, 0, x_120); -lean_ctor_set(x_156, 1, x_121); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_119); -lean_ctor_set(x_157, 1, x_156); -x_158 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_158, 0, x_157); -x_25 = x_158; -x_26 = x_155; -goto block_33; +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_47, 0); +x_82 = lean_ctor_get(x_47, 1); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_47); +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; } } } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_125); -lean_dec(x_122); -lean_dec(x_121); -lean_dec(x_120); -lean_dec(x_119); -lean_dec(x_36); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_2); -x_159 = lean_ctor_get(x_126, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_126, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_161 = x_126; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +lean_dec(x_39); +if (lean_is_scalar(x_44)) { + x_84 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_126); - x_161 = lean_box(0); + x_84 = x_44; } -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_84, 0, x_42); +lean_ctor_set(x_84, 1, x_43); +if (lean_is_scalar(x_41)) { + x_85 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_161; -} -lean_ctor_set(x_162, 0, x_159); -lean_ctor_set(x_162, 1, x_160); -return x_162; -} + x_85 = x_41; } -else -{ -lean_object* x_163; lean_object* x_164; lean_object* x_165; -lean_dec(x_124); -lean_dec(x_36); -if (lean_is_scalar(x_122)) { - x_163 = lean_alloc_ctor(0, 2, 0); -} else { - x_163 = x_122; -} -lean_ctor_set(x_163, 0, x_120); -lean_ctor_set(x_163, 1, x_121); -x_164 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_164, 0, x_119); -lean_ctor_set(x_164, 1, x_163); -x_165 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_165, 0, x_164); -x_25 = x_165; +lean_ctor_set(x_85, 0, x_40); +lean_ctor_set(x_85, 1, x_84); +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_85); +x_25 = x_86; x_26 = x_12; goto block_33; } @@ -20888,7 +20240,7 @@ x_1 = l_Lean_Elab_Eqns_UnfoldEqnExtState_map___default___closed__1; return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456____closed__1() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466____closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -20898,11 +20250,11 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456____closed__1; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466____closed__1; x_3 = l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg(x_2, x_1); return x_3; } @@ -24083,7 +23435,7 @@ x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_Elab_Eqns_getUnfoldFor_x3f___ return x_8; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__1() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__1() { _start: { lean_object* x_1; @@ -24091,18 +23443,18 @@ x_1 = lean_mk_string_from_bytes("unfoldEqn", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__2() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Elab_Eqns_simpEqnType___lambda__2___closed__1; x_2 = l_Lean_Elab_Eqns_simpEqnType___lambda__2___closed__2; -x_3 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__1; +x_3 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3() { _start: { lean_object* x_1; @@ -24110,27 +23462,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__4() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__5() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__4; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__4; x_2 = l_Lean_Elab_Eqns_simpEqnType___lambda__2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6() { _start: { lean_object* x_1; @@ -24138,17 +23490,17 @@ x_1 = lean_mk_string_from_bytes("Eqns", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__7() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__5; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__5; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__8() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__8() { _start: { lean_object* x_1; @@ -24156,17 +23508,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__9() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__7; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__8; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__7; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__10() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__10() { _start: { lean_object* x_1; @@ -24174,37 +23526,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__11() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__9; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__10; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__9; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__12() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__11; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__11; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__13() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__12; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__12; x_2 = l_Lean_Elab_Eqns_simpEqnType___lambda__2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__14() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__14() { _start: { lean_object* x_1; @@ -24212,27 +23564,27 @@ x_1 = lean_mk_string_from_bytes("PreDefinition", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__15() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__13; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__14; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__13; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__16() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__15; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__15; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__17() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__17() { _start: { lean_object* x_1; @@ -24240,33 +23592,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__18() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__16; -x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__17; +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__16; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__19() { +static lean_object* _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__18; -x_2 = lean_unsigned_to_nat(7718u); +x_1 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__18; +x_2 = lean_unsigned_to_nat(7728u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728_(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_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__2; +x_2 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__19; +x_4 = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -24503,9 +23855,9 @@ l_Lean_Elab_Eqns_UnfoldEqnExtState_map___default = _init_l_Lean_Elab_Eqns_Unfold lean_mark_persistent(l_Lean_Elab_Eqns_UnfoldEqnExtState_map___default); l_Lean_Elab_Eqns_instInhabitedUnfoldEqnExtState = _init_l_Lean_Elab_Eqns_instInhabitedUnfoldEqnExtState(); lean_mark_persistent(l_Lean_Elab_Eqns_instInhabitedUnfoldEqnExtState); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456____closed__1 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456____closed__1(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456____closed__1); -if (builtin) {res = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6456_(lean_io_mk_world()); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466____closed__1 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466____closed__1(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466____closed__1); +if (builtin) {res = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_6466_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Eqns_unfoldEqnExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Eqns_unfoldEqnExt); @@ -24556,45 +23908,45 @@ l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__9 = _init_l_Lean_Elab_Eqns_getUnfold lean_mark_persistent(l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__9); l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__10 = _init_l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__10(); lean_mark_persistent(l_Lean_Elab_Eqns_getUnfoldFor_x3f___closed__10); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__1 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__1(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__1); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__2 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__2(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__2); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__3); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__4 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__4(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__4); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__5 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__5(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__5); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__6); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__7 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__7(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__7); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__8 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__8(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__8); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__9 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__9(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__9); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__10 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__10(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__10); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__11 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__11(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__11); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__12 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__12(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__12); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__13 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__13(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__13); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__14 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__14(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__14); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__15 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__15(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__15); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__16 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__16(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__16); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__17 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__17(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__17); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__18 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__18(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__18); -l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__19 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__19(); -lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718____closed__19); -res = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7718_(lean_io_mk_world()); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__1 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__1(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__1); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__2 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__2(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__2); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__3); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__4 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__4(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__4); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__5 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__5(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__5); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__6); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__7 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__7(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__7); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__8 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__8(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__8); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__9 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__9(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__9); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__10 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__10(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__10); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__11 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__11(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__11); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__12 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__12(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__12); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__13 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__13(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__13); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__14 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__14(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__14); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__15 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__15(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__15); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__16 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__16(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__16); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__17 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__17(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__17); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__18 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__18(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__18); +l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__19 = _init_l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__19(); +lean_mark_persistent(l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728____closed__19); +res = l_Lean_Elab_Eqns_initFn____x40_Lean_Elab_PreDefinition_Eqns___hyg_7728_(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/PreDefinition/Main.c b/stage0/stdlib/Lean/Elab/PreDefinition/Main.c index cd19fed926cf..d766d37da8d9 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Main.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Main.c @@ -35,6 +35,7 @@ extern lean_object* l_Lean_Elab_instInhabitedPreDefinition; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__6; lean_object* lean_mk_empty_array_with_capacity(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_addPreDefinitions___spec__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_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__1; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -47,6 +48,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_addPreDefinitions___lambda__1(lean_object*, extern lean_object* l_Lean_maxRecDepthErrorMessage; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentD(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__14; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__2(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_MessageData_joinSep(lean_object*, lean_object*); static lean_object* l_Lean_Elab_addPreDefinitions___closed__14; @@ -59,7 +61,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPr lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__19___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__10; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__3; lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -68,6 +71,7 @@ lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__25(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAbortCommand___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_ensureNoUnassignedMVarsAtPreDef___spec__1___rarg___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___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* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); @@ -75,7 +79,6 @@ static lean_object* l_Lean_Elab_addPreDefinitions___closed__7; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__24(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__1; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___closed__1; static lean_object* l_Lean_Elab_throwAbortCommand___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_ensureNoUnassignedMVarsAtPreDef___spec__1___rarg___closed__1; 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*); @@ -85,7 +88,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPr extern lean_object* l_Lean_Expr_FoldConstsImpl_initCache; LEAN_EXPORT lean_object* l_Lean_SCC_scc___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_resetOnStack___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__22___lambda__1(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addPreDefinitions___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -93,6 +95,7 @@ lean_object* l_Lean_Elab_WF_TerminationBy_markAsUsed(lean_object*, lean_object*) lean_object* l_Lean_Elab_WF_expandTerminationBy(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__20(lean_object*, size_t, size_t); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__2___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs(lean_object*); @@ -105,6 +108,7 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_addPreDefinitions___ LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_addSCC_add___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__23___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_PreDefinition_Main___hyg_3251____closed__9; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___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_Lean_throwError___at_Lean_Elab_addPreDefinitions___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -112,7 +116,6 @@ static lean_object* l_Lean_Elab_addPreDefinitions___closed__10; lean_object* l_Lean_Elab_addAndCompileUnsafe(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_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__5___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isLambda(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__14; static lean_object* l_Lean_Elab_addPreDefinitions___closed__13; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -126,13 +129,12 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinit size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___boxed(lean_object*, lean_object*, lean_object*, 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_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms___spec__1___closed__1; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_resetOnStack___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__22(lean_object*, lean_object*); lean_object* l_Lean_Elab_applyAttributesOf(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_PreDefinition_Main___hyg_3238____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_isNonRecursive___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instMonadControlT___rarg(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__2___closed__1; @@ -144,10 +146,10 @@ lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addPreDefinitions___closed__11; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__3; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Structural_structuralRecursion(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_PreDefinition_Main___hyg_3238____closed__9; lean_object* l_Lean_Elab_WF_TerminationHint_markAsUsed(lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__5___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -162,6 +164,8 @@ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_addPreDefinitions___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__13; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__16(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_instInhabitedTerminationHints; lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); @@ -169,10 +173,12 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinitio lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2(lean_object*, uint8_t, 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_st_ref_get(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__7; lean_object* l_Lean_setEnv___at_Lean_Meta_setInlineAttribute___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__25___lambda__1(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__2___closed__2; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__20___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__2___closed__3; 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*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_registerEqnsInfo___spec__1(size_t, size_t, lean_object*); @@ -182,13 +188,12 @@ lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__16(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__3; lean_object* l_Lean_Elab_Term_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17___boxed(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_addPreDefinitions___spec__17___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___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* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_addSCC_add___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__21(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addPreDefinitions___closed__2; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__7; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19(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_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__24(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -196,7 +201,7 @@ lean_object* l_Lean_Expr_constName_x21(lean_object*); lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22(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_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_updateLowLinkOf___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__17___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_Meta_substCore___spec__6(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__25___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -215,28 +220,25 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_PreD lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__19(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___lambda__2(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__1; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__5___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__26(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___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_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4___closed__6; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(size_t, lean_object*, lean_object*, size_t, lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__2; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(lean_object*, size_t, size_t); static lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_getMVarsAtPreDef___closed__2; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__11; lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__23(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___closed__1; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__2(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__4; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux___rarg(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_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___rarg(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__1___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_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___lambda__2___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__11(lean_object*, lean_object*, lean_object*); @@ -249,20 +251,20 @@ lean_object* l_List_mapTR_loop___at_Lean_Elab_addAndCompileUnsafe___spec__2(lean static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__25___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___lambda__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__3; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(size_t, lean_object*, lean_object*, size_t, lean_object*, size_t, size_t); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___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_PreDefinition_Main_0__Lean_Elab_getMVarsAtPreDef___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms___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___private_Lean_Util_SCC_0__Lean_SCC_getDataOf___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__6___closed__1; lean_object* l_instMonadControlT__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__25___rarg(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__25___lambda__1___boxed(lean_object*); lean_object* l_Lean_Elab_WF_TerminationHint_ensureAllUsed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___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*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__10; lean_object* l_Lean_Elab_mkInhabitantFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addPreDefinitions(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_SCC_0__Lean_SCC_updateLowLinkOf___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__17(lean_object*, lean_object*, lean_object*); @@ -274,6 +276,7 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_collectMVarsAtPreDef___boxed(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_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__15; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__2; lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_FunBinders_elabFunBinderViews___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -282,16 +285,14 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefi LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__15(lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__19(lean_object*, size_t, size_t); uint8_t l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(uint8_t, uint8_t); lean_object* l_Lean_Elab_WF_expandTerminationHint___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__26(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238_(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__4; lean_object* l___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4___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*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__4; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_addPreDefinitions___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_PreDefinition_Main_0__Lean_Elab_collectMVarsAtPreDef(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_addPreDefinitions___spec__14___rarg(lean_object*); @@ -305,19 +306,16 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); lean_object* l_instMonadControlReaderT___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_sccAux___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__9(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__6; lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__5; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_getDataOf___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__6(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__7; static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__8___closed__1; static lean_object* l_Lean_Elab_addPreDefinitions___closed__8; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__7(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20(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_throwError___at_Lean_Elab_addPreDefinitions___spec__12(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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(lean_object*, lean_object*, uint8_t, lean_object*, 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_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Core_instMonadCoreM; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_addPreDefinitions___spec__5___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -333,17 +331,18 @@ size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_addPreDefinitions___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_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_TerminationHints_terminationBy_x3f___default; static lean_object* l_Lean_Elab_instInhabitedTerminationHints___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___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_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___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_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__11; lean_object* l_List_redLength___rarg(lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__8___closed__2; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_TerminationHints_decreasingBy_x3f___default; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_getMVarsAtPreDef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addPreDefinitions___closed__15; static lean_object* l_Lean_Elab_addPreDefinitions___closed__5; @@ -352,6 +351,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___ lean_object* l_Lean_Expr_headBeta(lean_object*); static lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_resetOnStack___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__22___closed__1; lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__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* l_Lean_Meta_collectMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_addPreDefinitions___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -362,12 +362,12 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_a LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___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*); extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; uint8_t lean_usize_dec_lt(size_t, size_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__2; lean_object* l_Lean_Meta_mkLambdaFVars(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_Lean_Elab_throwAbortCommand___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_ensureNoUnassignedMVarsAtPreDef___spec__1___boxed(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_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___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_Util_SCC_0__Lean_SCC_addSCC___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__20___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__12; uint8_t l_Lean_Expr_isConst(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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__5; @@ -375,11 +375,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Util_SCC_0__Lean_SCC_addSCC___at___pri static lean_object* l_Lean_Elab_addPreDefinitions___closed__9; uint8_t l_Lean_Expr_isForall(lean_object*); static lean_object* l_Lean_Elab_addPreDefinitions___closed__4; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__6; lean_object* l_Lean_Elab_Term_SavedState_restore(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__3; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_partitionPreDefs___spec__8(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__8; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__5(lean_object*, size_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3808,69 +3808,72 @@ return x_14; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +uint8_t x_5; uint8_t x_11; +x_11 = lean_usize_dec_eq(x_3, x_4); +if (x_11 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_Expr_getAppFn(x_6); -lean_dec(x_6); -x_8 = l_Lean_Expr_isConst(x_7); -if (x_8 == 0) +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_array_uget(x_2, x_3); +x_13 = l_Lean_Expr_getAppFn(x_12); +lean_dec(x_12); +x_14 = l_Lean_Expr_isConst(x_13); +if (x_14 == 0) { -uint8_t x_9; -lean_dec(x_7); -x_9 = 1; -return x_9; +uint8_t x_15; +lean_dec(x_13); +x_15 = 1; +x_5 = x_15; +goto block_10; } else { -lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_10 = lean_array_get_size(x_1); -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_10); -if (x_12 == 0) +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_array_get_size(x_1); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_16); +if (x_18 == 0) { -uint8_t x_13; -lean_dec(x_10); -lean_dec(x_7); -x_13 = 1; -return x_13; +uint8_t x_19; +lean_dec(x_16); +lean_dec(x_13); +x_19 = 1; +x_5 = x_19; +goto block_10; } else { -uint8_t x_14; -x_14 = lean_nat_dec_le(x_10, x_10); -if (x_14 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_16, x_16); +if (x_20 == 0) { -uint8_t x_15; -lean_dec(x_10); -lean_dec(x_7); -x_15 = 1; -return x_15; +uint8_t x_21; +lean_dec(x_16); +lean_dec(x_13); +x_21 = 1; +x_5 = x_21; +goto block_10; } else { -size_t x_16; size_t x_17; uint8_t x_18; -x_16 = 0; -x_17 = lean_usize_of_nat(x_10); -lean_dec(x_10); -x_18 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__1(x_7, x_1, x_16, x_17); -lean_dec(x_7); -if (x_18 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_16); +lean_dec(x_16); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__1(x_13, x_1, x_22, x_23); +lean_dec(x_13); +if (x_24 == 0) { -uint8_t x_19; -x_19 = 1; -return x_19; +uint8_t x_25; +x_25 = 1; +x_5 = x_25; +goto block_10; } else { -size_t x_20; size_t x_21; -x_20 = 1; -x_21 = lean_usize_add(x_3, x_20); -x_3 = x_21; -goto _start; +uint8_t x_26; +x_26 = 0; +x_5 = x_26; +goto block_10; } } } @@ -3878,9 +3881,26 @@ goto _start; } else { -uint8_t x_23; -x_23 = 0; -return x_23; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_10: +{ +if (x_5 == 0) +{ +size_t x_6; size_t x_7; +x_6 = 1; +x_7 = lean_usize_add(x_3, x_6); +x_3 = x_7; +goto _start; +} +else +{ +uint8_t x_9; +x_9 = 1; +return x_9; +} } } } @@ -3906,110 +3926,113 @@ return x_2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___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) { _start: { -uint8_t x_8; -x_8 = l_Lean_Expr_isApp(x_2); -if (x_8 == 0) +uint8_t x_8; uint8_t x_15; +x_15 = l_Lean_Expr_isApp(x_2); +if (x_15 == 0) { -lean_object* x_9; lean_object* x_10; -lean_dec(x_2); -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___closed__1; -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; +uint8_t x_16; +x_16 = 0; +x_8 = x_16; +goto block_14; } else { -lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_Expr_getAppFn(x_2); -x_12 = l_Lean_Expr_isLambda(x_11); -lean_dec(x_11); -if (x_12 == 0) +lean_object* x_17; uint8_t x_18; +x_17 = l_Lean_Expr_getAppFn(x_2); +x_18 = l_Lean_Expr_isLambda(x_17); +lean_dec(x_17); +if (x_18 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___closed__1; -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_7); -return x_14; +uint8_t x_19; +x_19 = 0; +x_8 = x_19; +goto block_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_15 = lean_unsigned_to_nat(0u); -x_16 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_15); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___closed__2; -lean_inc(x_16); -x_18 = lean_mk_array(x_16, x_17); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_sub(x_16, x_19); -lean_dec(x_16); +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; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_20); +x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___closed__2; +lean_inc(x_21); +x_23 = lean_mk_array(x_21, x_22); +x_24 = lean_unsigned_to_nat(1u); +x_25 = lean_nat_sub(x_21, x_24); +lean_dec(x_21); lean_inc(x_2); -x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_18, x_20); -x_22 = lean_array_get_size(x_21); -x_23 = lean_nat_dec_lt(x_15, x_22); -if (x_23 == 0) +x_26 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_23, x_25); +x_27 = lean_array_get_size(x_26); +x_28 = lean_nat_dec_lt(x_20, x_27); +if (x_28 == 0) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -lean_dec(x_22); -lean_dec(x_21); -x_24 = l_Lean_Expr_headBeta(x_2); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_7); -return x_26; +uint8_t x_29; +lean_dec(x_27); +lean_dec(x_26); +x_29 = 1; +x_8 = x_29; +goto block_14; } else { -uint8_t x_27; -x_27 = lean_nat_dec_le(x_22, x_22); -if (x_27 == 0) +uint8_t x_30; +x_30 = lean_nat_dec_le(x_27, x_27); +if (x_30 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -lean_dec(x_22); -lean_dec(x_21); -x_28 = l_Lean_Expr_headBeta(x_2); -x_29 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_29, 0, x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_7); -return x_30; +uint8_t x_31; +lean_dec(x_27); +lean_dec(x_26); +x_31 = 1; +x_8 = x_31; +goto block_14; } else { -size_t x_31; size_t x_32; uint8_t x_33; -x_31 = 0; -x_32 = lean_usize_of_nat(x_22); -lean_dec(x_22); -x_33 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__2(x_1, x_21, x_31, x_32); -lean_dec(x_21); -if (x_33 == 0) +size_t x_32; size_t x_33; uint8_t x_34; +x_32 = 0; +x_33 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_34 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__2(x_1, x_26, x_32, x_33); +lean_dec(x_26); +if (x_34 == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = l_Lean_Expr_headBeta(x_2); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_34); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_7); -return x_36; +uint8_t x_35; +x_35 = 1; +x_8 = x_35; +goto block_14; } else { -lean_object* x_37; lean_object* x_38; -lean_dec(x_2); -x_37 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___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_7); -return x_38; +uint8_t x_36; +x_36 = 0; +x_8 = x_36; +goto block_14; +} +} +} } } +block_14: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_2); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_betaReduceLetRecApps___spec__3___lambda__1___closed__1; +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_13; +x_11 = l_Lean_Expr_headBeta(x_2); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +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; } } } @@ -6154,7 +6177,7 @@ lean_object* x_5; uint8_t x_6; uint8_t x_7; uint8_t x_8; x_5 = lean_array_uget(x_1, x_2); x_6 = lean_ctor_get_uint8(x_5, sizeof(void*)*6); lean_dec(x_5); -x_7 = 4; +x_7 = 1; x_8 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_6, x_7); if (x_8 == 0) { @@ -6179,83 +6202,7 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, lean_object* x_5, size_t x_6, size_t x_7) { -_start: -{ -uint8_t x_8; -x_8 = lean_usize_dec_eq(x_6, x_7); -if (x_8 == 0) -{ -lean_object* x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; -x_9 = lean_array_uget(x_5, x_6); -x_10 = lean_ctor_get_uint8(x_9, sizeof(void*)*6); -lean_dec(x_9); -x_11 = 0; -x_12 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_10, x_11); -if (x_12 == 0) -{ -lean_object* x_13; uint8_t x_14; -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_3); -if (x_14 == 0) -{ -size_t x_15; size_t x_16; -x_15 = 1; -x_16 = lean_usize_add(x_6, x_15); -x_6 = x_16; -goto _start; -} -else -{ -uint8_t x_18; -x_18 = lean_nat_dec_le(x_3, x_3); -if (x_18 == 0) -{ -size_t x_19; size_t x_20; -x_19 = 1; -x_20 = lean_usize_add(x_6, x_19); -x_6 = x_20; -goto _start; -} -else -{ -uint8_t x_22; -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__16(x_2, x_1, x_4); -if (x_22 == 0) -{ -size_t x_23; size_t x_24; -x_23 = 1; -x_24 = lean_usize_add(x_6, x_23); -x_6 = x_24; -goto _start; -} -else -{ -uint8_t x_26; -x_26 = 1; -return x_26; -} -} -} -} -else -{ -size_t x_27; size_t x_28; -x_27 = 1; -x_28 = lean_usize_add(x_6, x_27); -x_6 = x_28; -goto _start; -} -} -else -{ -uint8_t x_30; -x_30 = 0; -return x_30; -} -} -} -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(lean_object* x_1, size_t x_2, size_t x_3) { _start: { uint8_t x_4; @@ -6266,7 +6213,7 @@ lean_object* x_5; uint8_t x_6; uint8_t x_7; uint8_t x_8; x_5 = lean_array_uget(x_1, x_2); x_6 = lean_ctor_get_uint8(x_5, sizeof(void*)*6); lean_dec(x_5); -x_7 = 1; +x_7 = 4; x_8 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_6, x_7); if (x_8 == 0) { @@ -6291,61 +6238,114 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__19(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(size_t x_1, lean_object* x_2, lean_object* x_3, size_t x_4, lean_object* x_5, size_t x_6, size_t x_7) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_8; uint8_t x_14; +x_14 = lean_usize_dec_eq(x_6, x_7); +if (x_14 == 0) { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_array_uget(x_1, x_2); -x_6 = lean_ctor_get(x_5, 2); -lean_inc(x_6); -lean_dec(x_5); -x_7 = l_Lean_Elab_Modifiers_isPartial(x_6); -lean_dec(x_6); -if (x_7 == 0) +lean_object* x_15; uint8_t x_16; uint8_t x_17; uint8_t x_18; +x_15 = lean_array_uget(x_5, x_6); +x_16 = lean_ctor_get_uint8(x_15, sizeof(void*)*6); +lean_dec(x_15); +x_17 = 0; +x_18 = l___private_Lean_Elab_DefView_0__Lean_Elab_beqDefKind____x40_Lean_Elab_DefView___hyg_23_(x_16, x_17); +if (x_18 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_2, x_8); -x_2 = x_9; -goto _start; +lean_object* x_19; uint8_t x_20; +x_19 = lean_unsigned_to_nat(0u); +x_20 = lean_nat_dec_lt(x_19, x_3); +if (x_20 == 0) +{ +uint8_t x_21; +x_21 = 0; +x_8 = x_21; +goto block_13; } else { -uint8_t x_11; -x_11 = 1; -return x_11; -} +uint8_t x_22; +x_22 = lean_nat_dec_le(x_3, x_3); +if (x_22 == 0) +{ +uint8_t x_23; +x_23 = 0; +x_8 = x_23; +goto block_13; } else { -uint8_t x_12; -x_12 = 0; -return x_12; +uint8_t x_24; +x_24 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(x_2, x_1, x_4); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 0; +x_8 = x_25; +goto block_13; } +else +{ +uint8_t x_26; +x_26 = 1; +x_8 = x_26; +goto block_13; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("invalid use of 'partial', '", 27); -return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__2() { -_start: +else +{ +uint8_t x_27; +x_27 = 0; +x_8 = x_27; +goto block_13; +} +} +else +{ +uint8_t x_28; +x_28 = 0; +return x_28; +} +block_13: +{ +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_6, x_9); +x_6 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +} +} +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("invalid use of 'partial', '", 27); +return x_1; +} +} +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__2() { +_start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__1; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__3() { _start: { lean_object* x_1; @@ -6353,16 +6353,16 @@ x_1 = lean_mk_string_from_bytes("' is not a function", 19); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__3; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -6395,109 +6395,131 @@ lean_inc(x_15); x_16 = l_Lean_Meta_whnfD(x_15, x_7, x_8, x_9, x_10, x_11); if (lean_obj_tag(x_16) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_62; uint8_t x_63; 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_14, 2); -lean_inc(x_19); -x_20 = l_Lean_Elab_Modifiers_isPartial(x_19); -lean_dec(x_19); -if (x_20 == 0) +x_62 = lean_ctor_get(x_14, 2); +lean_inc(x_62); +x_63 = l_Lean_Elab_Modifiers_isPartial(x_62); +lean_dec(x_62); +if (x_63 == 0) +{ +uint8_t x_64; +lean_dec(x_17); +x_64 = 0; +x_19 = x_64; +goto block_61; +} +else { -size_t x_21; size_t x_22; lean_object* x_23; +uint8_t x_65; +x_65 = l_Lean_Expr_isForall(x_17); lean_dec(x_17); +if (x_65 == 0) +{ +uint8_t x_66; +x_66 = 1; +x_19 = x_66; +goto block_61; +} +else +{ +uint8_t x_67; +x_67 = 0; +x_19 = x_67; +goto block_61; +} +} +block_61: +{ +if (x_19 == 0) +{ +size_t x_20; size_t x_21; lean_object* x_22; lean_dec(x_15); lean_dec(x_14); -x_21 = 1; -x_22 = lean_usize_add(x_3, x_21); -x_23 = lean_box(0); -x_3 = x_22; -x_4 = x_23; +x_20 = 1; +x_21 = lean_usize_add(x_3, x_20); +x_22 = lean_box(0); +x_3 = x_21; +x_4 = x_22; x_11 = x_18; goto _start; } else { -uint8_t x_25; -x_25 = l_Lean_Expr_isForall(x_17); -lean_dec(x_17); -if (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; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_26 = lean_ctor_get(x_14, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_14, 3); -lean_inc(x_27); +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; uint8_t x_35; +x_24 = lean_ctor_get(x_14, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_14, 3); +lean_inc(x_25); lean_dec(x_14); -x_28 = l_Lean_MessageData_ofName(x_27); -x_29 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__2; +x_26 = l_Lean_MessageData_ofName(x_25); +x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__2; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +x_29 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__4; 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_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__4; +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +x_31 = l_Lean_indentExpr(x_15); 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_indentExpr(x_15); +x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__7; x_34 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___closed__7; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -x_37 = !lean_is_exclusive(x_9); -if (x_37 == 0) +x_35 = !lean_is_exclusive(x_9); +if (x_35 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_38 = lean_ctor_get(x_9, 5); -x_39 = l_Lean_replaceRef(x_26, x_38); -lean_dec(x_38); -lean_dec(x_26); -lean_ctor_set(x_9, 5, x_39); -x_40 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_36, x_5, x_6, x_7, x_8, x_9, x_10, x_18); +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_ctor_get(x_9, 5); +x_37 = l_Lean_replaceRef(x_24, x_36); +lean_dec(x_36); +lean_dec(x_24); +lean_ctor_set(x_9, 5, x_37); +x_38 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_34, x_5, x_6, x_7, x_8, x_9, x_10, x_18); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) { -return x_40; +return x_38; } 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; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_38, 0); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_38); +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 { -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; -x_45 = lean_ctor_get(x_9, 0); -x_46 = lean_ctor_get(x_9, 1); -x_47 = lean_ctor_get(x_9, 2); -x_48 = lean_ctor_get(x_9, 3); -x_49 = lean_ctor_get(x_9, 4); -x_50 = lean_ctor_get(x_9, 5); -x_51 = lean_ctor_get(x_9, 6); -x_52 = lean_ctor_get(x_9, 7); -x_53 = lean_ctor_get(x_9, 8); -x_54 = lean_ctor_get(x_9, 9); -x_55 = lean_ctor_get(x_9, 10); -lean_inc(x_55); -lean_inc(x_54); +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_43 = lean_ctor_get(x_9, 0); +x_44 = lean_ctor_get(x_9, 1); +x_45 = lean_ctor_get(x_9, 2); +x_46 = lean_ctor_get(x_9, 3); +x_47 = lean_ctor_get(x_9, 4); +x_48 = lean_ctor_get(x_9, 5); +x_49 = lean_ctor_get(x_9, 6); +x_50 = lean_ctor_get(x_9, 7); +x_51 = lean_ctor_get(x_9, 8); +x_52 = lean_ctor_get(x_9, 9); +x_53 = lean_ctor_get(x_9, 10); lean_inc(x_53); lean_inc(x_52); lean_inc(x_51); @@ -6507,67 +6529,56 @@ 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_dec(x_9); -x_56 = l_Lean_replaceRef(x_26, x_50); -lean_dec(x_50); -lean_dec(x_26); -x_57 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_57, 0, x_45); -lean_ctor_set(x_57, 1, x_46); -lean_ctor_set(x_57, 2, x_47); -lean_ctor_set(x_57, 3, x_48); -lean_ctor_set(x_57, 4, x_49); -lean_ctor_set(x_57, 5, x_56); -lean_ctor_set(x_57, 6, x_51); -lean_ctor_set(x_57, 7, x_52); -lean_ctor_set(x_57, 8, x_53); -lean_ctor_set(x_57, 9, x_54); -lean_ctor_set(x_57, 10, x_55); -x_58 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_36, x_5, x_6, x_7, x_8, x_57, x_10, x_18); +x_54 = l_Lean_replaceRef(x_24, x_48); +lean_dec(x_48); +lean_dec(x_24); +x_55 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_55, 0, x_43); +lean_ctor_set(x_55, 1, x_44); +lean_ctor_set(x_55, 2, x_45); +lean_ctor_set(x_55, 3, x_46); +lean_ctor_set(x_55, 4, x_47); +lean_ctor_set(x_55, 5, x_54); +lean_ctor_set(x_55, 6, x_49); +lean_ctor_set(x_55, 7, x_50); +lean_ctor_set(x_55, 8, x_51); +lean_ctor_set(x_55, 9, x_52); +lean_ctor_set(x_55, 10, x_53); +x_56 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_34, x_5, x_6, x_7, x_8, x_55, x_10, x_18); lean_dec(x_10); -lean_dec(x_57); +lean_dec(x_55); lean_dec(x_8); lean_dec(x_7); -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); -lean_inc(x_60); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_61 = x_58; +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +x_58 = lean_ctor_get(x_56, 1); +lean_inc(x_58); +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_59 = x_56; } else { - lean_dec_ref(x_58); - x_61 = lean_box(0); + lean_dec_ref(x_56); + x_59 = lean_box(0); } -if (lean_is_scalar(x_61)) { - x_62 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_59)) { + x_60 = 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; + x_60 = x_59; } +lean_ctor_set(x_60, 0, x_57); +lean_ctor_set(x_60, 1, x_58); +return x_60; } -else -{ -size_t x_63; size_t x_64; lean_object* x_65; -lean_dec(x_15); -lean_dec(x_14); -x_63 = 1; -x_64 = lean_usize_add(x_3, x_63); -x_65 = lean_box(0); -x_3 = x_64; -x_4 = x_65; -x_11 = x_18; -goto _start; } } } else { -uint8_t x_67; +uint8_t x_68; lean_dec(x_15); lean_dec(x_14); lean_dec(x_10); @@ -6575,28 +6586,65 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_67 = !lean_is_exclusive(x_16); -if (x_67 == 0) +x_68 = !lean_is_exclusive(x_16); +if (x_68 == 0) { return x_16; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_16, 0); -x_69 = lean_ctor_get(x_16, 1); +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_16, 0); +x_70 = lean_ctor_get(x_16, 1); +lean_inc(x_70); lean_inc(x_69); -lean_inc(x_68); lean_dec(x_16); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__20(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_array_uget(x_1, x_2); +x_6 = lean_ctor_get(x_5, 2); +lean_inc(x_6); +lean_dec(x_5); +x_7 = l_Lean_Elab_Modifiers_isPartial(x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_2 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__21(lean_object* x_1, size_t x_2, size_t x_3) { _start: { @@ -7162,472 +7210,483 @@ return x_103; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(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_object* x_15, lean_object* x_16) { _start: { -lean_object* x_17; -if (lean_obj_tag(x_2) == 0) +uint8_t x_17; +if (lean_obj_tag(x_6) == 0) { if (lean_obj_tag(x_7) == 0) { -lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; -x_71 = lean_unsigned_to_nat(0u); -x_72 = lean_nat_dec_lt(x_71, x_6); -lean_inc(x_1); -x_73 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1), 2, 1); -lean_closure_set(x_73, 0, x_1); -if (x_72 == 0) +uint8_t x_129; +x_129 = 0; +x_17 = x_129; +goto block_128; +} +else { -lean_object* x_126; lean_object* x_127; -x_126 = l_Lean_Elab_instInhabitedPreDefinition; -x_127 = l___private_Init_Util_0__outOfBounds___rarg(x_126); -x_74 = x_127; -goto block_125; +uint8_t x_130; +x_130 = 1; +x_17 = x_130; +goto block_128; +} } else { -lean_object* x_128; -x_128 = lean_array_fget(x_1, x_71); -x_74 = x_128; -goto block_125; +uint8_t x_131; +x_131 = 1; +x_17 = x_131; +goto block_128; } -block_125: +block_128: { -lean_object* x_75; uint8_t x_76; -x_75 = lean_ctor_get(x_74, 0); -lean_inc(x_75); -lean_dec(x_74); -x_76 = !lean_is_exclusive(x_14); -if (x_76 == 0) -{ -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_77 = lean_ctor_get(x_14, 5); -x_78 = l_Lean_replaceRef(x_75, x_77); -lean_dec(x_77); -lean_dec(x_75); -lean_ctor_set(x_14, 5, x_78); -x_79 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__2), 9, 4); -lean_closure_set(x_79, 0, x_1); -lean_closure_set(x_79, 1, x_10); -lean_closure_set(x_79, 2, x_11); -lean_closure_set(x_79, 3, x_3); -x_80 = l_Lean_Meta_mapErrorImp___rarg(x_79, x_73, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_80) == 0) -{ -uint8_t x_81; -x_81 = !lean_is_exclusive(x_80); -if (x_81 == 0) -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_82 = lean_ctor_get(x_80, 0); -x_83 = lean_box(x_4); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_5); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_8); -lean_ctor_set(x_85, 1, x_84); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_82); -lean_ctor_set(x_86, 1, x_85); -lean_ctor_set(x_80, 0, x_86); -return x_80; +if (x_17 == 0) +{ +lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_7); +lean_dec(x_6); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_1); +lean_inc(x_2); +x_20 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1), 2, 1); +lean_closure_set(x_20, 0, x_2); +if (x_19 == 0) +{ +lean_object* x_73; lean_object* x_74; +x_73 = l_Lean_Elab_instInhabitedPreDefinition; +x_74 = l___private_Init_Util_0__outOfBounds___rarg(x_73); +x_21 = x_74; +goto block_72; } 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; -x_87 = lean_ctor_get(x_80, 0); -x_88 = lean_ctor_get(x_80, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_80); -x_89 = lean_box(x_4); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_5); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_8); -lean_ctor_set(x_91, 1, x_90); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_87); -lean_ctor_set(x_92, 1, x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_88); -return x_93; +lean_object* x_75; +x_75 = lean_array_fget(x_2, x_18); +x_21 = x_75; +goto block_72; } +block_72: +{ +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +lean_dec(x_21); +x_23 = !lean_is_exclusive(x_14); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_14, 5); +x_25 = l_Lean_replaceRef(x_22, x_24); +lean_dec(x_24); +lean_dec(x_22); +lean_ctor_set(x_14, 5, x_25); +x_26 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__2), 9, 4); +lean_closure_set(x_26, 0, x_2); +lean_closure_set(x_26, 1, x_10); +lean_closure_set(x_26, 2, x_11); +lean_closure_set(x_26, 3, x_3); +x_27 = l_Lean_Meta_mapErrorImp___rarg(x_26, x_20, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_27) == 0) +{ +uint8_t x_28; +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_29 = lean_ctor_get(x_27, 0); +x_30 = lean_box(x_4); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_5); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_8); +lean_ctor_set(x_32, 1, x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_29); +lean_ctor_set(x_33, 1, x_32); +lean_ctor_set(x_27, 0, x_33); +return x_27; } else { -uint8_t x_94; +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_34 = lean_ctor_get(x_27, 0); +x_35 = lean_ctor_get(x_27, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_27); +x_36 = lean_box(x_4); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_5); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_8); +lean_ctor_set(x_38, 1, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_34); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_35); +return x_40; +} +} +else +{ +uint8_t x_41; lean_dec(x_8); lean_dec(x_5); -x_94 = !lean_is_exclusive(x_80); -if (x_94 == 0) +x_41 = !lean_is_exclusive(x_27); +if (x_41 == 0) { -return x_80; +return x_27; } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_80, 0); -x_96 = lean_ctor_get(x_80, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_80); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_27, 0); +x_43 = lean_ctor_get(x_27, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_27); +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_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; -x_98 = lean_ctor_get(x_14, 0); -x_99 = lean_ctor_get(x_14, 1); -x_100 = lean_ctor_get(x_14, 2); -x_101 = lean_ctor_get(x_14, 3); -x_102 = lean_ctor_get(x_14, 4); -x_103 = lean_ctor_get(x_14, 5); -x_104 = lean_ctor_get(x_14, 6); -x_105 = lean_ctor_get(x_14, 7); -x_106 = lean_ctor_get(x_14, 8); -x_107 = lean_ctor_get(x_14, 9); -x_108 = lean_ctor_get(x_14, 10); -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_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; +x_45 = lean_ctor_get(x_14, 0); +x_46 = lean_ctor_get(x_14, 1); +x_47 = lean_ctor_get(x_14, 2); +x_48 = lean_ctor_get(x_14, 3); +x_49 = lean_ctor_get(x_14, 4); +x_50 = lean_ctor_get(x_14, 5); +x_51 = lean_ctor_get(x_14, 6); +x_52 = lean_ctor_get(x_14, 7); +x_53 = lean_ctor_get(x_14, 8); +x_54 = lean_ctor_get(x_14, 9); +x_55 = lean_ctor_get(x_14, 10); +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_dec(x_14); -x_109 = l_Lean_replaceRef(x_75, x_103); -lean_dec(x_103); -lean_dec(x_75); -x_110 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_110, 0, x_98); -lean_ctor_set(x_110, 1, x_99); -lean_ctor_set(x_110, 2, x_100); -lean_ctor_set(x_110, 3, x_101); -lean_ctor_set(x_110, 4, x_102); -lean_ctor_set(x_110, 5, x_109); -lean_ctor_set(x_110, 6, x_104); -lean_ctor_set(x_110, 7, x_105); -lean_ctor_set(x_110, 8, x_106); -lean_ctor_set(x_110, 9, x_107); -lean_ctor_set(x_110, 10, x_108); -x_111 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__2), 9, 4); -lean_closure_set(x_111, 0, x_1); -lean_closure_set(x_111, 1, x_10); -lean_closure_set(x_111, 2, x_11); -lean_closure_set(x_111, 3, x_3); -x_112 = l_Lean_Meta_mapErrorImp___rarg(x_111, x_73, x_12, x_13, x_110, x_15, x_16); -if (lean_obj_tag(x_112) == 0) -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_113 = lean_ctor_get(x_112, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - x_115 = x_112; +x_56 = l_Lean_replaceRef(x_22, x_50); +lean_dec(x_50); +lean_dec(x_22); +x_57 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_57, 0, x_45); +lean_ctor_set(x_57, 1, x_46); +lean_ctor_set(x_57, 2, x_47); +lean_ctor_set(x_57, 3, x_48); +lean_ctor_set(x_57, 4, x_49); +lean_ctor_set(x_57, 5, x_56); +lean_ctor_set(x_57, 6, x_51); +lean_ctor_set(x_57, 7, x_52); +lean_ctor_set(x_57, 8, x_53); +lean_ctor_set(x_57, 9, x_54); +lean_ctor_set(x_57, 10, x_55); +x_58 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__2), 9, 4); +lean_closure_set(x_58, 0, x_2); +lean_closure_set(x_58, 1, x_10); +lean_closure_set(x_58, 2, x_11); +lean_closure_set(x_58, 3, x_3); +x_59 = l_Lean_Meta_mapErrorImp___rarg(x_58, x_20, x_12, x_13, x_57, x_15, x_16); +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; lean_object* x_66; lean_object* x_67; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_62 = x_59; } else { - lean_dec_ref(x_112); - x_115 = lean_box(0); -} -x_116 = lean_box(x_4); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_116); -lean_ctor_set(x_117, 1, x_5); -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_8); -lean_ctor_set(x_118, 1, x_117); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_113); -lean_ctor_set(x_119, 1, x_118); -if (lean_is_scalar(x_115)) { - x_120 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_59); + x_62 = lean_box(0); +} +x_63 = lean_box(x_4); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_5); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_8); +lean_ctor_set(x_65, 1, x_64); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_60); +lean_ctor_set(x_66, 1, x_65); +if (lean_is_scalar(x_62)) { + x_67 = lean_alloc_ctor(0, 2, 0); } else { - x_120 = x_115; + x_67 = x_62; } -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_114); -return x_120; +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_61); +return x_67; } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_dec(x_8); lean_dec(x_5); -x_121 = lean_ctor_get(x_112, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_112, 1); -lean_inc(x_122); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - x_123 = x_112; +x_68 = lean_ctor_get(x_59, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_59, 1); +lean_inc(x_69); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_70 = x_59; } else { - lean_dec_ref(x_112); - x_123 = lean_box(0); + lean_dec_ref(x_59); + x_70 = lean_box(0); } -if (lean_is_scalar(x_123)) { - x_124 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_70)) { + x_71 = lean_alloc_ctor(1, 2, 0); } else { - x_124 = x_123; -} -lean_ctor_set(x_124, 0, x_121); -lean_ctor_set(x_124, 1, x_122); -return x_124; -} + x_71 = x_70; } +lean_ctor_set(x_71, 0, x_68); +lean_ctor_set(x_71, 1, x_69); +return x_71; } } -else -{ -lean_object* x_129; -x_129 = lean_box(0); -x_17 = x_129; -goto block_70; } } else { -lean_object* x_130; -x_130 = lean_box(0); -x_17 = x_130; -goto block_70; -} -block_70: -{ -lean_dec(x_17); if (lean_obj_tag(x_7) == 0) { -lean_object* x_18; -x_18 = l_Lean_Elab_wfRecursion(x_1, x_2, x_3, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_18) == 0) -{ -uint8_t x_19; -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) -{ -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_18, 0); -x_21 = lean_box(x_4); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_5); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_8); -lean_ctor_set(x_23, 1, x_22); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_20); -lean_ctor_set(x_24, 1, x_23); -lean_ctor_set(x_18, 0, x_24); -return x_18; +lean_object* x_76; +x_76 = l_Lean_Elab_wfRecursion(x_2, x_6, x_3, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_76) == 0) +{ +uint8_t x_77; +x_77 = !lean_is_exclusive(x_76); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_78 = lean_ctor_get(x_76, 0); +x_79 = lean_box(x_4); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_5); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_8); +lean_ctor_set(x_81, 1, x_80); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_78); +lean_ctor_set(x_82, 1, x_81); +lean_ctor_set(x_76, 0, x_82); +return x_76; } 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; -x_25 = lean_ctor_get(x_18, 0); -x_26 = lean_ctor_get(x_18, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_18); -x_27 = lean_box(x_4); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_5); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_8); -lean_ctor_set(x_29, 1, x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_25); -lean_ctor_set(x_30, 1, x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_26); -return x_31; +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_83 = lean_ctor_get(x_76, 0); +x_84 = lean_ctor_get(x_76, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_76); +x_85 = lean_box(x_4); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_5); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_8); +lean_ctor_set(x_87, 1, x_86); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_83); +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_84); +return x_89; } } else { -uint8_t x_32; +uint8_t x_90; lean_dec(x_8); lean_dec(x_5); -x_32 = !lean_is_exclusive(x_18); -if (x_32 == 0) +x_90 = !lean_is_exclusive(x_76); +if (x_90 == 0) { -return x_18; +return x_76; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_18, 0); -x_34 = lean_ctor_get(x_18, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_18); -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_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_76, 0); +x_92 = lean_ctor_get(x_76, 1); +lean_inc(x_92); +lean_inc(x_91); +lean_dec(x_76); +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; } } -else -{ -uint8_t x_36; -lean_dec(x_3); -x_36 = !lean_is_exclusive(x_7); -if (x_36 == 0) -{ -lean_object* x_37; -x_37 = l_Lean_Elab_wfRecursion(x_1, x_2, x_7, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_37) == 0) -{ -uint8_t x_38; -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; lean_object* x_43; -x_39 = lean_ctor_get(x_37, 0); -x_40 = lean_box(x_4); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_5); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_8); -lean_ctor_set(x_42, 1, x_41); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_39); -lean_ctor_set(x_43, 1, x_42); -lean_ctor_set(x_37, 0, x_43); -return x_37; } 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; -x_44 = lean_ctor_get(x_37, 0); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_37); -x_46 = lean_box(x_4); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_5); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_8); -lean_ctor_set(x_48, 1, x_47); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_44); -lean_ctor_set(x_49, 1, x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_45); -return x_50; -} +uint8_t x_94; +lean_dec(x_3); +x_94 = !lean_is_exclusive(x_7); +if (x_94 == 0) +{ +lean_object* x_95; +x_95 = l_Lean_Elab_wfRecursion(x_2, x_6, x_7, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_95) == 0) +{ +uint8_t x_96; +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_97 = lean_ctor_get(x_95, 0); +x_98 = lean_box(x_4); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_5); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_8); +lean_ctor_set(x_100, 1, x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_97); +lean_ctor_set(x_101, 1, x_100); +lean_ctor_set(x_95, 0, x_101); +return x_95; } else { -uint8_t x_51; +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_102 = lean_ctor_get(x_95, 0); +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_95); +x_104 = lean_box(x_4); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_5); +x_106 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_106, 0, x_8); +lean_ctor_set(x_106, 1, x_105); +x_107 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_102); +lean_ctor_set(x_107, 1, x_106); +x_108 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_108, 1, x_103); +return x_108; +} +} +else +{ +uint8_t x_109; lean_dec(x_8); lean_dec(x_5); -x_51 = !lean_is_exclusive(x_37); -if (x_51 == 0) +x_109 = !lean_is_exclusive(x_95); +if (x_109 == 0) { -return x_37; +return x_95; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_37, 0); -x_53 = lean_ctor_get(x_37, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_37); -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; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_95, 0); +x_111 = lean_ctor_get(x_95, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_95); +x_112 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +return x_112; } } } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_7, 0); -lean_inc(x_55); +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_7, 0); +lean_inc(x_113); lean_dec(x_7); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = l_Lean_Elab_wfRecursion(x_1, x_2, x_56, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_57) == 0) -{ -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_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_114 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_114, 0, x_113); +x_115 = l_Lean_Elab_wfRecursion(x_2, x_6, x_114, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_115) == 0) +{ +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; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_115, 1); +lean_inc(x_117); +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_118 = x_115; } else { - lean_dec_ref(x_57); - x_60 = lean_box(0); + lean_dec_ref(x_115); + x_118 = lean_box(0); } -x_61 = lean_box(x_4); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_5); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_8); -lean_ctor_set(x_63, 1, x_62); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_58); -lean_ctor_set(x_64, 1, x_63); -if (lean_is_scalar(x_60)) { - x_65 = lean_alloc_ctor(0, 2, 0); +x_119 = lean_box(x_4); +x_120 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_119); +lean_ctor_set(x_120, 1, x_5); +x_121 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_121, 0, x_8); +lean_ctor_set(x_121, 1, x_120); +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_116); +lean_ctor_set(x_122, 1, x_121); +if (lean_is_scalar(x_118)) { + x_123 = lean_alloc_ctor(0, 2, 0); } else { - x_65 = x_60; + x_123 = x_118; } -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_59); -return x_65; +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_117); +return x_123; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_dec(x_8); lean_dec(x_5); -x_66 = lean_ctor_get(x_57, 0); -lean_inc(x_66); -x_67 = lean_ctor_get(x_57, 1); -lean_inc(x_67); -if (lean_is_exclusive(x_57)) { - lean_ctor_release(x_57, 0); - lean_ctor_release(x_57, 1); - x_68 = x_57; +x_124 = lean_ctor_get(x_115, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_115, 1); +lean_inc(x_125); +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_126 = x_115; } else { - lean_dec_ref(x_57); - x_68 = lean_box(0); + lean_dec_ref(x_115); + x_126 = lean_box(0); } -if (lean_is_scalar(x_68)) { - x_69 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_126)) { + x_127 = lean_alloc_ctor(1, 2, 0); } else { - x_69 = x_68; + x_127 = x_126; +} +lean_ctor_set(x_127, 0, x_124); +lean_ctor_set(x_127, 1, x_125); +return x_127; } -lean_ctor_set(x_69, 0, x_66); -lean_ctor_set(x_69, 1, x_67); -return x_69; } } } @@ -7686,22 +7745,21 @@ x_1 = lean_mk_string_from_bytes("by", 2); return x_1; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(lean_object* x_1, lean_object* x_2, uint8_t x_3, lean_object* x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { size_t x_18; lean_object* x_19; lean_object* x_20; lean_dec(x_10); -x_18 = lean_usize_of_nat(x_4); -lean_inc(x_1); -x_19 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_registerEqnsInfo___spec__1(x_18, x_5, x_1); +x_18 = lean_usize_of_nat(x_1); +lean_inc(x_2); +x_19 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_registerEqnsInfo___spec__1(x_18, x_5, x_2); x_20 = l_Lean_Elab_WF_TerminationHint_find_x3f(x_7, x_19); if (lean_obj_tag(x_20) == 0) { lean_object* x_21; lean_object* x_22; lean_dec(x_19); x_21 = lean_box(0); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_9, x_2, x_3, x_8, x_4, x_6, x_7, x_21, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_4); +x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_2, x_3, x_4, x_8, x_9, x_6, x_7, x_21, x_11, x_12, x_13, x_14, x_15, x_16, x_17); return x_22; } else @@ -7740,8 +7798,7 @@ lean_ctor_set(x_20, 0, x_36); x_37 = l_Lean_Elab_WF_TerminationHint_markAsUsed(x_7, x_19); lean_dec(x_19); x_38 = lean_box(0); -x_39 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_9, x_2, x_3, x_8, x_4, x_20, x_37, x_38, x_11, x_12, x_13, x_14, x_15, x_16, x_32); -lean_dec(x_4); +x_39 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_2, x_3, x_4, x_8, x_9, x_20, x_37, x_38, x_11, x_12, x_13, x_14, x_15, x_16, x_32); return x_39; } else @@ -7778,8 +7835,7 @@ lean_ctor_set(x_53, 0, x_52); x_54 = l_Lean_Elab_WF_TerminationHint_markAsUsed(x_7, x_19); lean_dec(x_19); x_55 = lean_box(0); -x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_9, x_2, x_3, x_8, x_4, x_53, x_54, x_55, x_11, x_12, x_13, x_14, x_15, x_16, x_48); -lean_dec(x_4); +x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_2, x_3, x_4, x_8, x_9, x_53, x_54, x_55, x_11, x_12, x_13, x_14, x_15, x_16, x_48); return x_56; } } @@ -7788,66 +7844,38 @@ return x_56; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__5(lean_object* x_1, size_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) { _start: { -lean_object* x_14; lean_object* x_15; lean_object* x_37; lean_object* x_50; lean_object* x_97; lean_object* x_98; lean_object* x_191; lean_object* x_226; lean_object* x_254; uint8_t x_255; +lean_object* x_14; lean_object* x_15; lean_object* x_37; lean_object* x_50; lean_object* x_97; uint8_t x_98; uint8_t x_203; uint8_t x_230; lean_object* x_244; uint8_t x_245; x_97 = lean_array_get_size(x_1); -x_254 = lean_unsigned_to_nat(1u); -x_255 = lean_nat_dec_eq(x_97, x_254); -if (x_255 == 0) -{ -lean_object* x_256; -x_256 = lean_box(0); -x_226 = x_256; -goto block_253; -} -else -{ -lean_object* x_257; uint8_t x_258; -x_257 = lean_unsigned_to_nat(0u); -x_258 = lean_nat_dec_lt(x_257, x_97); -if (x_258 == 0) -{ -lean_object* x_259; lean_object* x_260; uint8_t x_261; -x_259 = l_Lean_Elab_instInhabitedPreDefinition; -x_260 = l___private_Init_Util_0__outOfBounds___rarg(x_259); -x_261 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_isNonRecursive(x_260); -if (x_261 == 0) -{ -lean_object* x_262; -x_262 = lean_box(0); -x_226 = x_262; -goto block_253; -} -else +x_244 = lean_unsigned_to_nat(1u); +x_245 = lean_nat_dec_eq(x_97, x_244); +if (x_245 == 0) { -lean_object* x_263; -lean_dec(x_97); -lean_dec(x_1); -x_263 = l___private_Init_Util_0__outOfBounds___rarg(x_259); -x_50 = x_263; -goto block_96; -} +uint8_t x_246; +x_246 = 0; +x_230 = x_246; +goto block_243; } else { -lean_object* x_264; uint8_t x_265; -x_264 = lean_array_fget(x_1, x_257); -lean_inc(x_264); -x_265 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_isNonRecursive(x_264); -if (x_265 == 0) +lean_object* x_247; uint8_t x_248; +x_247 = lean_unsigned_to_nat(0u); +x_248 = lean_nat_dec_lt(x_247, x_97); +if (x_248 == 0) { -lean_object* x_266; -lean_dec(x_264); -x_266 = lean_box(0); -x_226 = x_266; -goto block_253; +lean_object* x_249; lean_object* x_250; uint8_t x_251; +x_249 = l_Lean_Elab_instInhabitedPreDefinition; +x_250 = l___private_Init_Util_0__outOfBounds___rarg(x_249); +x_251 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_isNonRecursive(x_250); +x_230 = x_251; +goto block_243; } else { -lean_dec(x_97); -lean_dec(x_1); -x_50 = x_264; -goto block_96; -} +lean_object* x_252; uint8_t x_253; +x_252 = lean_array_fget(x_1, x_247); +x_253 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_isNonRecursive(x_252); +x_230 = x_253; +goto block_243; } } block_36: @@ -8145,10 +8173,11 @@ return x_95; } } } -block_190: +block_202: +{ +if (x_98 == 0) { lean_object* x_99; size_t x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; -lean_dec(x_98); x_99 = lean_box(0); x_100 = lean_usize_of_nat(x_97); lean_inc(x_1); @@ -8156,9 +8185,9 @@ x_101 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_registerEqnsInfo___spec__1(x_10 x_102 = l_Lean_Elab_WF_TerminationBy_find_x3f(x_5, x_101); if (lean_obj_tag(x_102) == 0) { -lean_object* x_167; lean_object* x_168; +lean_object* x_153; lean_object* x_154; lean_dec(x_101); -x_167 = lean_box(0); +x_153 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -8167,12 +8196,11 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); lean_inc(x_3); -lean_inc(x_97); lean_inc(x_1); -x_168 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_1, x_99, x_4, x_97, x_2, x_99, x_3, x_5, x_99, x_167, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_168) == 0) +x_154 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_97, x_1, x_99, x_4, x_2, x_99, x_3, x_5, x_99, x_153, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_154) == 0) { -lean_object* x_169; lean_object* x_170; +lean_object* x_155; lean_object* x_156; lean_dec(x_97); lean_dec(x_12); lean_dec(x_11); @@ -8183,39 +8211,39 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_169 = lean_ctor_get(x_168, 0); -lean_inc(x_169); -x_170 = lean_ctor_get(x_168, 1); -lean_inc(x_170); -lean_dec(x_168); -x_14 = x_169; -x_15 = x_170; +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); +x_14 = x_155; +x_15 = x_156; goto block_36; } else { -lean_object* x_171; lean_object* x_172; -x_171 = lean_ctor_get(x_168, 0); -lean_inc(x_171); -x_172 = lean_ctor_get(x_168, 1); -lean_inc(x_172); -lean_dec(x_168); -x_103 = x_171; -x_104 = x_172; -goto block_166; +lean_object* x_157; lean_object* x_158; +x_157 = lean_ctor_get(x_154, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_154, 1); +lean_inc(x_158); +lean_dec(x_154); +x_103 = x_157; +x_104 = x_158; +goto block_152; } } else { -uint8_t x_173; -x_173 = !lean_is_exclusive(x_102); -if (x_173 == 0) +uint8_t x_159; +x_159 = !lean_is_exclusive(x_102); +if (x_159 == 0) { -lean_object* x_174; lean_object* x_175; lean_object* x_176; +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_inc(x_5); -x_174 = l_Lean_Elab_WF_TerminationBy_markAsUsed(x_5, x_101); +x_160 = l_Lean_Elab_WF_TerminationBy_markAsUsed(x_5, x_101); lean_dec(x_101); -x_175 = lean_box(0); +x_161 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -8223,12 +8251,11 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_3); -lean_inc(x_97); lean_inc(x_1); -x_176 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_1, x_99, x_4, x_97, x_2, x_99, x_3, x_174, x_102, x_175, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_176) == 0) +x_162 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_97, x_1, x_99, x_4, x_2, x_99, x_3, x_160, x_102, x_161, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_162) == 0) { -lean_object* x_177; lean_object* x_178; +lean_object* x_163; lean_object* x_164; lean_dec(x_97); lean_dec(x_12); lean_dec(x_11); @@ -8239,40 +8266,40 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_177 = lean_ctor_get(x_176, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); -x_14 = x_177; -x_15 = x_178; +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_14 = x_163; +x_15 = x_164; goto block_36; } else { -lean_object* x_179; lean_object* x_180; -x_179 = lean_ctor_get(x_176, 0); -lean_inc(x_179); -x_180 = lean_ctor_get(x_176, 1); -lean_inc(x_180); -lean_dec(x_176); -x_103 = x_179; -x_104 = x_180; -goto block_166; +lean_object* x_165; lean_object* x_166; +x_165 = lean_ctor_get(x_162, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_162, 1); +lean_inc(x_166); +lean_dec(x_162); +x_103 = x_165; +x_104 = x_166; +goto block_152; } } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_181 = lean_ctor_get(x_102, 0); -lean_inc(x_181); +lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_167 = lean_ctor_get(x_102, 0); +lean_inc(x_167); lean_dec(x_102); -x_182 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_182, 0, x_181); +x_168 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_168, 0, x_167); lean_inc(x_5); -x_183 = l_Lean_Elab_WF_TerminationBy_markAsUsed(x_5, x_101); +x_169 = l_Lean_Elab_WF_TerminationBy_markAsUsed(x_5, x_101); lean_dec(x_101); -x_184 = lean_box(0); +x_170 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -8280,12 +8307,11 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_3); -lean_inc(x_97); lean_inc(x_1); -x_185 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_1, x_99, x_4, x_97, x_2, x_99, x_3, x_183, x_182, x_184, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_185) == 0) +x_171 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_97, x_1, x_99, x_4, x_2, x_99, x_3, x_169, x_168, x_170, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_171) == 0) { -lean_object* x_186; lean_object* x_187; +lean_object* x_172; lean_object* x_173; lean_dec(x_97); lean_dec(x_12); lean_dec(x_11); @@ -8296,30 +8322,30 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_186 = lean_ctor_get(x_185, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_185, 1); -lean_inc(x_187); -lean_dec(x_185); -x_14 = x_186; -x_15 = x_187; +x_172 = lean_ctor_get(x_171, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_171, 1); +lean_inc(x_173); +lean_dec(x_171); +x_14 = x_172; +x_15 = x_173; goto block_36; } else { -lean_object* x_188; lean_object* x_189; -x_188 = lean_ctor_get(x_185, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_185, 1); -lean_inc(x_189); -lean_dec(x_185); -x_103 = x_188; -x_104 = x_189; -goto block_166; +lean_object* x_174; lean_object* x_175; +x_174 = lean_ctor_get(x_171, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_171, 1); +lean_inc(x_175); +lean_dec(x_171); +x_103 = x_174; +x_104 = x_175; +goto block_152; } } } -block_166: +block_152: { lean_object* x_105; lean_inc(x_12); @@ -8331,275 +8357,192 @@ lean_inc(x_7); x_105 = l_Lean_Elab_logException___at_Lean_Elab_Term_exceptionToSorry___spec__1(x_103, x_7, x_8, x_9, x_10, x_11, x_12, x_104); if (lean_obj_tag(x_105) == 0) { -lean_object* x_106; lean_object* x_107; uint8_t x_108; +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; lean_object* x_140; uint8_t x_141; x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); lean_dec(x_105); x_107 = l_Lean_Elab_Term_saveState___rarg(x_8, x_9, x_10, x_11, x_12, x_106); -x_108 = !lean_is_exclusive(x_107); -if (x_108 == 0) -{ -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_122; uint8_t x_123; -x_109 = lean_ctor_get(x_107, 0); -x_110 = lean_ctor_get(x_107, 1); -x_122 = lean_unsigned_to_nat(0u); -x_123 = lean_nat_dec_lt(x_122, x_97); -if (x_123 == 0) +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_110 = x_107; +} else { + lean_dec_ref(x_107); + x_110 = lean_box(0); +} +x_140 = lean_unsigned_to_nat(0u); +x_141 = lean_nat_dec_lt(x_140, x_97); +if (x_141 == 0) { -lean_object* x_124; -lean_free_object(x_107); -lean_dec(x_97); -x_124 = lean_box(0); -x_111 = x_124; -goto block_121; +uint8_t x_142; +x_142 = 1; +x_111 = x_142; +goto block_139; } else { -uint8_t x_125; -x_125 = lean_nat_dec_le(x_97, x_97); -if (x_125 == 0) +uint8_t x_143; +x_143 = lean_nat_dec_le(x_97, x_97); +if (x_143 == 0) { -lean_object* x_126; -lean_free_object(x_107); -lean_dec(x_97); -x_126 = lean_box(0); -x_111 = x_126; -goto block_121; +uint8_t x_144; +x_144 = 1; +x_111 = x_144; +goto block_139; } else { -uint8_t x_127; -x_127 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(x_2, x_1, x_97, x_100, x_1, x_2, x_100); -lean_dec(x_97); -if (x_127 == 0) +uint8_t x_145; +x_145 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(x_2, x_1, x_97, x_100, x_1, x_2, x_100); +if (x_145 == 0) { -lean_object* x_128; -lean_free_object(x_107); -x_128 = lean_box(0); -x_111 = x_128; -goto block_121; +uint8_t x_146; +x_146 = 1; +x_111 = x_146; +goto block_139; } else { -uint8_t x_129; -x_129 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(x_1, x_2, x_100); -if (x_129 == 0) +uint8_t x_147; +x_147 = 0; +x_111 = x_147; +goto block_139; +} +} +} +block_139: { -lean_object* x_130; -lean_free_object(x_107); +if (x_111 == 0) +{ +lean_object* x_112; uint8_t x_113; +x_112 = lean_unsigned_to_nat(0u); +x_113 = lean_nat_dec_lt(x_112, x_97); +if (x_113 == 0) +{ +lean_object* x_114; +lean_dec(x_110); +lean_dec(x_97); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_130 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_110); +x_114 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_109); lean_dec(x_1); -if (lean_obj_tag(x_130) == 0) +if (lean_obj_tag(x_114) == 0) { -lean_dec(x_109); +lean_dec(x_108); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_37 = x_130; +x_37 = x_114; goto block_49; } else { -lean_object* x_131; uint8_t x_132; lean_object* x_133; -x_131 = lean_ctor_get(x_130, 1); -lean_inc(x_131); -lean_dec(x_130); -x_132 = 0; -x_133 = l_Lean_Elab_Term_SavedState_restore(x_109, x_132, x_7, x_8, x_9, x_10, x_11, x_12, x_131); -x_37 = x_133; +lean_object* x_115; uint8_t x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_114, 1); +lean_inc(x_115); +lean_dec(x_114); +x_116 = 0; +x_117 = l_Lean_Elab_Term_SavedState_restore(x_108, x_116, x_7, x_8, x_9, x_10, x_11, x_12, x_115); +x_37 = x_117; goto block_49; } } else { -lean_object* x_134; -lean_dec(x_109); -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_1); -x_134 = lean_box(0); -lean_ctor_set(x_107, 0, x_134); -x_37 = x_107; -goto block_49; -} -} -} -} -block_121: -{ -uint8_t x_112; lean_object* x_113; -lean_dec(x_111); -x_112 = 1; -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_1); -x_113 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial(x_1, x_112, x_7, x_8, x_9, x_10, x_11, x_12, x_110); -if (lean_obj_tag(x_113) == 0) -{ -lean_dec(x_109); -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_1); -x_37 = x_113; -goto block_49; -} -else +uint8_t x_118; +x_118 = lean_nat_dec_le(x_97, x_97); +lean_dec(x_97); +if (x_118 == 0) { -lean_object* x_114; uint8_t x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_114 = lean_ctor_get(x_113, 1); -lean_inc(x_114); -lean_dec(x_113); -x_115 = 0; -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_109); -x_116 = l_Lean_Elab_Term_SavedState_restore(x_109, x_115, x_7, x_8, x_9, x_10, x_11, x_12, x_114); -x_117 = lean_ctor_get(x_116, 1); -lean_inc(x_117); -lean_dec(x_116); +lean_object* x_119; +lean_dec(x_110); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_118 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_117); +x_119 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_109); lean_dec(x_1); -if (lean_obj_tag(x_118) == 0) +if (lean_obj_tag(x_119) == 0) { -lean_dec(x_109); +lean_dec(x_108); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_37 = x_118; +x_37 = x_119; goto block_49; } else { -lean_object* x_119; lean_object* x_120; -x_119 = lean_ctor_get(x_118, 1); -lean_inc(x_119); -lean_dec(x_118); -x_120 = l_Lean_Elab_Term_SavedState_restore(x_109, x_115, x_7, x_8, x_9, x_10, x_11, x_12, x_119); -x_37 = x_120; +lean_object* x_120; uint8_t x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_119, 1); +lean_inc(x_120); +lean_dec(x_119); +x_121 = 0; +x_122 = l_Lean_Elab_Term_SavedState_restore(x_108, x_121, x_7, x_8, x_9, x_10, x_11, x_12, x_120); +x_37 = x_122; goto block_49; } } -} -} -else -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_148; uint8_t x_149; -x_135 = lean_ctor_get(x_107, 0); -x_136 = lean_ctor_get(x_107, 1); -lean_inc(x_136); -lean_inc(x_135); -lean_dec(x_107); -x_148 = lean_unsigned_to_nat(0u); -x_149 = lean_nat_dec_lt(x_148, x_97); -if (x_149 == 0) -{ -lean_object* x_150; -lean_dec(x_97); -x_150 = lean_box(0); -x_137 = x_150; -goto block_147; -} -else -{ -uint8_t x_151; -x_151 = lean_nat_dec_le(x_97, x_97); -if (x_151 == 0) -{ -lean_object* x_152; -lean_dec(x_97); -x_152 = lean_box(0); -x_137 = x_152; -goto block_147; -} -else -{ -uint8_t x_153; -x_153 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(x_2, x_1, x_97, x_100, x_1, x_2, x_100); -lean_dec(x_97); -if (x_153 == 0) -{ -lean_object* x_154; -x_154 = lean_box(0); -x_137 = x_154; -goto block_147; -} else { -uint8_t x_155; -x_155 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(x_1, x_2, x_100); -if (x_155 == 0) +uint8_t x_123; +x_123 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__16(x_1, x_2, x_100); +if (x_123 == 0) { -lean_object* x_156; +lean_object* x_124; +lean_dec(x_110); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_156 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_136); +x_124 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_109); lean_dec(x_1); -if (lean_obj_tag(x_156) == 0) +if (lean_obj_tag(x_124) == 0) { -lean_dec(x_135); +lean_dec(x_108); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_37 = x_156; +x_37 = x_124; goto block_49; } else { -lean_object* x_157; uint8_t x_158; lean_object* x_159; -x_157 = lean_ctor_get(x_156, 1); -lean_inc(x_157); -lean_dec(x_156); -x_158 = 0; -x_159 = l_Lean_Elab_Term_SavedState_restore(x_135, x_158, x_7, x_8, x_9, x_10, x_11, x_12, x_157); -x_37 = x_159; +lean_object* x_125; uint8_t x_126; lean_object* x_127; +x_125 = lean_ctor_get(x_124, 1); +lean_inc(x_125); +lean_dec(x_124); +x_126 = 0; +x_127 = l_Lean_Elab_Term_SavedState_restore(x_108, x_126, x_7, x_8, x_9, x_10, x_11, x_12, x_125); +x_37 = x_127; goto block_49; } } else { -lean_object* x_160; lean_object* x_161; -lean_dec(x_135); +lean_object* x_128; lean_object* x_129; +lean_dec(x_108); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -8607,21 +8550,26 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); -x_160 = lean_box(0); -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_136); -x_37 = x_161; +x_128 = lean_box(0); +if (lean_is_scalar(x_110)) { + x_129 = lean_alloc_ctor(0, 2, 0); +} else { + x_129 = x_110; +} +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_109); +x_37 = x_129; goto block_49; } } } } -block_147: +else { -uint8_t x_138; lean_object* x_139; -lean_dec(x_137); -x_138 = 1; +uint8_t x_130; lean_object* x_131; +lean_dec(x_110); +lean_dec(x_97); +x_130 = 1; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -8629,10 +8577,10 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_1); -x_139 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial(x_1, x_138, x_7, x_8, x_9, x_10, x_11, x_12, x_136); -if (lean_obj_tag(x_139) == 0) +x_131 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial(x_1, x_130, x_7, x_8, x_9, x_10, x_11, x_12, x_109); +if (lean_obj_tag(x_131) == 0) { -lean_dec(x_135); +lean_dec(x_108); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -8640,55 +8588,55 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); -x_37 = x_139; +x_37 = x_131; goto block_49; } else { -lean_object* x_140; uint8_t x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; -x_140 = lean_ctor_get(x_139, 1); -lean_inc(x_140); -lean_dec(x_139); -x_141 = 0; +lean_object* x_132; uint8_t x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_132 = lean_ctor_get(x_131, 1); +lean_inc(x_132); +lean_dec(x_131); +x_133 = 0; 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_108); +x_134 = l_Lean_Elab_Term_SavedState_restore(x_108, x_133, x_7, x_8, x_9, x_10, x_11, x_12, x_132); +x_135 = lean_ctor_get(x_134, 1); lean_inc(x_135); -x_142 = l_Lean_Elab_Term_SavedState_restore(x_135, x_141, 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); +lean_dec(x_134); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_144 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_143); +x_136 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAsAxioms(x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_135); lean_dec(x_1); -if (lean_obj_tag(x_144) == 0) +if (lean_obj_tag(x_136) == 0) { -lean_dec(x_135); +lean_dec(x_108); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_37 = x_144; +x_37 = x_136; goto block_49; } else { -lean_object* x_145; lean_object* x_146; -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -lean_dec(x_144); -x_146 = l_Lean_Elab_Term_SavedState_restore(x_135, x_141, x_7, x_8, x_9, x_10, x_11, x_12, x_145); -x_37 = x_146; +lean_object* x_137; lean_object* x_138; +x_137 = lean_ctor_get(x_136, 1); +lean_inc(x_137); +lean_dec(x_136); +x_138 = l_Lean_Elab_Term_SavedState_restore(x_108, x_133, x_7, x_8, x_9, x_10, x_11, x_12, x_137); +x_37 = x_138; goto block_49; } } @@ -8697,7 +8645,7 @@ goto block_49; } else { -uint8_t x_162; +uint8_t x_148; lean_dec(x_97); lean_dec(x_12); lean_dec(x_11); @@ -8708,152 +8656,117 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_162 = !lean_is_exclusive(x_105); -if (x_162 == 0) +x_148 = !lean_is_exclusive(x_105); +if (x_148 == 0) { return x_105; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_163 = lean_ctor_get(x_105, 0); -x_164 = lean_ctor_get(x_105, 1); -lean_inc(x_164); -lean_inc(x_163); +lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_149 = lean_ctor_get(x_105, 0); +x_150 = lean_ctor_get(x_105, 1); +lean_inc(x_150); +lean_inc(x_149); lean_dec(x_105); -x_165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_165, 0, x_163); -lean_ctor_set(x_165, 1, x_164); -return x_165; +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; } } } } -block_225: -{ -lean_object* x_192; uint8_t x_193; -lean_dec(x_191); -x_192 = lean_unsigned_to_nat(0u); -x_193 = lean_nat_dec_lt(x_192, x_97); -if (x_193 == 0) -{ -lean_object* x_194; -x_194 = lean_box(0); -x_98 = x_194; -goto block_190; -} -else -{ -uint8_t x_195; -x_195 = lean_nat_dec_le(x_97, x_97); -if (x_195 == 0) -{ -lean_object* x_196; -x_196 = lean_box(0); -x_98 = x_196; -goto block_190; -} -else -{ -size_t x_197; uint8_t x_198; -x_197 = lean_usize_of_nat(x_97); -x_198 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__19(x_1, x_2, x_197); -if (x_198 == 0) -{ -lean_object* x_199; -x_199 = lean_box(0); -x_98 = x_199; -goto block_190; -} else { -lean_object* x_200; lean_object* x_201; +size_t x_176; lean_object* x_177; lean_object* x_178; +x_176 = lean_usize_of_nat(x_97); lean_dec(x_97); -x_200 = lean_box(0); +x_177 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_7); -x_201 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20(x_1, x_197, x_2, x_200, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_201) == 0) -{ -lean_object* x_202; uint8_t x_203; lean_object* x_204; -x_202 = lean_ctor_get(x_201, 1); -lean_inc(x_202); -lean_dec(x_201); -x_203 = 0; -x_204 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial(x_1, x_203, x_7, x_8, x_9, x_10, x_11, x_12, x_202); -if (lean_obj_tag(x_204) == 0) -{ -uint8_t x_205; -x_205 = !lean_is_exclusive(x_204); -if (x_205 == 0) +x_178 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19(x_1, x_176, x_2, x_177, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_178) == 0) { -lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; -x_206 = lean_ctor_get(x_204, 0); -lean_dec(x_206); -x_207 = lean_box(x_4); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_5); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_3); -lean_ctor_set(x_209, 1, x_208); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -lean_ctor_set(x_204, 0, x_210); -return x_204; -} -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; -x_211 = lean_ctor_get(x_204, 1); -lean_inc(x_211); -lean_dec(x_204); -x_212 = lean_box(x_4); -x_213 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_213, 0, x_212); -lean_ctor_set(x_213, 1, x_5); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_3); -lean_ctor_set(x_214, 1, x_213); -x_215 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_215, 0, x_214); -x_216 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_211); -return x_216; +lean_object* x_179; uint8_t x_180; lean_object* x_181; +x_179 = lean_ctor_get(x_178, 1); +lean_inc(x_179); +lean_dec(x_178); +x_180 = 0; +x_181 = l___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial(x_1, x_180, x_7, x_8, x_9, x_10, x_11, x_12, x_179); +if (lean_obj_tag(x_181) == 0) +{ +uint8_t x_182; +x_182 = !lean_is_exclusive(x_181); +if (x_182 == 0) +{ +lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_183 = lean_ctor_get(x_181, 0); +lean_dec(x_183); +x_184 = lean_box(x_4); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_5); +x_186 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_186, 0, x_3); +lean_ctor_set(x_186, 1, x_185); +x_187 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_187, 0, x_186); +lean_ctor_set(x_181, 0, x_187); +return x_181; +} +else +{ +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_188 = lean_ctor_get(x_181, 1); +lean_inc(x_188); +lean_dec(x_181); +x_189 = lean_box(x_4); +x_190 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_190, 0, x_189); +lean_ctor_set(x_190, 1, x_5); +x_191 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_191, 0, x_3); +lean_ctor_set(x_191, 1, x_190); +x_192 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_192, 0, x_191); +x_193 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_188); +return x_193; } } else { -uint8_t x_217; +uint8_t x_194; lean_dec(x_5); lean_dec(x_3); -x_217 = !lean_is_exclusive(x_204); -if (x_217 == 0) +x_194 = !lean_is_exclusive(x_181); +if (x_194 == 0) { -return x_204; +return x_181; } else { -lean_object* x_218; lean_object* x_219; lean_object* x_220; -x_218 = lean_ctor_get(x_204, 0); -x_219 = lean_ctor_get(x_204, 1); -lean_inc(x_219); -lean_inc(x_218); -lean_dec(x_204); -x_220 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_220, 0, x_218); -lean_ctor_set(x_220, 1, x_219); -return x_220; +lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_195 = lean_ctor_get(x_181, 0); +x_196 = lean_ctor_get(x_181, 1); +lean_inc(x_196); +lean_inc(x_195); +lean_dec(x_181); +x_197 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +return x_197; } } } else { -uint8_t x_221; +uint8_t x_198; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -8863,138 +8776,193 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_221 = !lean_is_exclusive(x_201); -if (x_221 == 0) +x_198 = !lean_is_exclusive(x_178); +if (x_198 == 0) { -return x_201; +return x_178; } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; -x_222 = lean_ctor_get(x_201, 0); -x_223 = lean_ctor_get(x_201, 1); -lean_inc(x_223); -lean_inc(x_222); -lean_dec(x_201); -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_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_178, 0); +x_200 = lean_ctor_get(x_178, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_178); +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; } } } } -block_253: +block_229: { -lean_object* x_227; uint8_t x_228; -lean_dec(x_226); -x_227 = lean_unsigned_to_nat(0u); -x_228 = lean_nat_dec_lt(x_227, x_97); -if (x_228 == 0) +if (x_203 == 0) { -lean_object* x_229; -x_229 = lean_box(0); -x_191 = x_229; -goto block_225; +lean_object* x_204; uint8_t x_205; +x_204 = lean_unsigned_to_nat(0u); +x_205 = lean_nat_dec_lt(x_204, x_97); +if (x_205 == 0) +{ +uint8_t x_206; +x_206 = 0; +x_98 = x_206; +goto block_202; } else { -uint8_t x_230; -x_230 = lean_nat_dec_le(x_97, x_97); -if (x_230 == 0) +uint8_t x_207; +x_207 = lean_nat_dec_le(x_97, x_97); +if (x_207 == 0) { -lean_object* x_231; -x_231 = lean_box(0); -x_191 = x_231; -goto block_225; +uint8_t x_208; +x_208 = 0; +x_98 = x_208; +goto block_202; } else { -size_t x_232; uint8_t x_233; -x_232 = lean_usize_of_nat(x_97); -x_233 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__21(x_1, x_2, x_232); -if (x_233 == 0) -{ -lean_object* x_234; -x_234 = lean_box(0); -x_191 = x_234; -goto block_225; +size_t x_209; uint8_t x_210; +x_209 = lean_usize_of_nat(x_97); +x_210 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__20(x_1, x_2, x_209); +x_98 = x_210; +goto block_202; +} +} } else { -uint8_t x_235; lean_object* x_236; +uint8_t x_211; lean_object* x_212; lean_dec(x_97); -x_235 = 0; -x_236 = l_Lean_Elab_addAndCompileUnsafe(x_1, x_235, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_236) == 0) -{ -uint8_t x_237; -x_237 = !lean_is_exclusive(x_236); -if (x_237 == 0) -{ -lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_238 = lean_ctor_get(x_236, 0); -lean_dec(x_238); -x_239 = lean_box(x_4); -x_240 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_240, 0, x_239); -lean_ctor_set(x_240, 1, x_5); -x_241 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_241, 0, x_3); -lean_ctor_set(x_241, 1, x_240); -x_242 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_236, 0, x_242); -return x_236; -} -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; -x_243 = lean_ctor_get(x_236, 1); -lean_inc(x_243); -lean_dec(x_236); -x_244 = lean_box(x_4); -x_245 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_5); -x_246 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_246, 0, x_3); -lean_ctor_set(x_246, 1, x_245); -x_247 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_247, 0, x_246); -x_248 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_248, 0, x_247); -lean_ctor_set(x_248, 1, x_243); -return x_248; -} -} -else -{ -uint8_t x_249; +x_211 = 0; +x_212 = l_Lean_Elab_addAndCompileUnsafe(x_1, x_211, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_212) == 0) +{ +uint8_t x_213; +x_213 = !lean_is_exclusive(x_212); +if (x_213 == 0) +{ +lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_214 = lean_ctor_get(x_212, 0); +lean_dec(x_214); +x_215 = lean_box(x_4); +x_216 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_5); +x_217 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_217, 0, x_3); +lean_ctor_set(x_217, 1, x_216); +x_218 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_218, 0, x_217); +lean_ctor_set(x_212, 0, x_218); +return x_212; +} +else +{ +lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; +x_219 = lean_ctor_get(x_212, 1); +lean_inc(x_219); +lean_dec(x_212); +x_220 = lean_box(x_4); +x_221 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_221, 0, x_220); +lean_ctor_set(x_221, 1, x_5); +x_222 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_222, 0, x_3); +lean_ctor_set(x_222, 1, x_221); +x_223 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_223, 0, x_222); +x_224 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_224, 0, x_223); +lean_ctor_set(x_224, 1, x_219); +return x_224; +} +} +else +{ +uint8_t x_225; lean_dec(x_5); lean_dec(x_3); -x_249 = !lean_is_exclusive(x_236); -if (x_249 == 0) +x_225 = !lean_is_exclusive(x_212); +if (x_225 == 0) +{ +return x_212; +} +else +{ +lean_object* x_226; lean_object* x_227; lean_object* x_228; +x_226 = lean_ctor_get(x_212, 0); +x_227 = lean_ctor_get(x_212, 1); +lean_inc(x_227); +lean_inc(x_226); +lean_dec(x_212); +x_228 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_228, 0, x_226); +lean_ctor_set(x_228, 1, x_227); +return x_228; +} +} +} +} +block_243: +{ +if (x_230 == 0) { -return x_236; +lean_object* x_231; uint8_t x_232; +x_231 = lean_unsigned_to_nat(0u); +x_232 = lean_nat_dec_lt(x_231, x_97); +if (x_232 == 0) +{ +uint8_t x_233; +x_233 = 0; +x_203 = x_233; +goto block_229; +} +else +{ +uint8_t x_234; +x_234 = lean_nat_dec_le(x_97, x_97); +if (x_234 == 0) +{ +uint8_t x_235; +x_235 = 0; +x_203 = x_235; +goto block_229; } else { -lean_object* x_250; lean_object* x_251; lean_object* x_252; -x_250 = lean_ctor_get(x_236, 0); -x_251 = lean_ctor_get(x_236, 1); -lean_inc(x_251); -lean_inc(x_250); -lean_dec(x_236); -x_252 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_252, 0, x_250); -lean_ctor_set(x_252, 1, x_251); -return x_252; +size_t x_236; uint8_t x_237; +x_236 = lean_usize_of_nat(x_97); +x_237 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__21(x_1, x_2, x_236); +x_203 = x_237; +goto block_229; } } } +else +{ +lean_object* x_238; uint8_t x_239; +x_238 = lean_unsigned_to_nat(0u); +x_239 = lean_nat_dec_lt(x_238, x_97); +lean_dec(x_97); +if (x_239 == 0) +{ +lean_object* x_240; lean_object* x_241; +lean_dec(x_1); +x_240 = l_Lean_Elab_instInhabitedPreDefinition; +x_241 = l___private_Init_Util_0__outOfBounds___rarg(x_240); +x_50 = x_241; +goto block_96; +} +else +{ +lean_object* x_242; +x_242 = lean_array_fget(x_1, x_238); +lean_dec(x_1); +x_50 = x_242; +goto block_96; } } } @@ -10555,7 +10523,21 @@ x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17___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_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; +x_4 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(x_1, x_4, x_5); +lean_dec(x_1); +x_7 = lean_box(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18___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; size_t x_10; size_t x_11; uint8_t x_12; lean_object* x_13; @@ -10567,7 +10549,7 @@ 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_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__17(x_8, x_2, x_3, x_9, x_5, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(x_8, x_2, x_3, x_9, x_5, x_10, x_11); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); @@ -10575,21 +10557,21 @@ x_13 = lean_box(x_12); return x_13; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___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: { -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); +size_t x_12; size_t x_13; lean_object* x_14; +x_12 = lean_unbox_usize(x_2); lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); +x_13 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__18(x_1, x_4, x_5); +x_14 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_6); lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; +return x_14; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -10597,26 +10579,12 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__19(x_1, x_4, x_5); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__20(x_1, x_4, x_5); lean_dec(x_1); x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___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: -{ -size_t x_12; size_t x_13; lean_object* x_14; -x_12 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_6); -lean_dec(x_1); -return x_14; -} -} LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_addPreDefinitions___spec__21___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -10639,7 +10607,7 @@ x_17 = lean_unbox(x_4); lean_dec(x_4); x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__3(x_1, x_2, 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_15, x_16); lean_dec(x_9); -lean_dec(x_6); +lean_dec(x_1); return x_18; } } @@ -10664,11 +10632,12 @@ lean_object* x_17 = _args[16]; _start: { uint8_t x_18; size_t x_19; lean_object* x_20; -x_18 = lean_unbox(x_3); -lean_dec(x_3); +x_18 = lean_unbox(x_4); +lean_dec(x_4); x_19 = lean_unbox_usize(x_5); lean_dec(x_5); -x_20 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_1, x_2, x_18, x_4, x_19, 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_20 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4(x_1, x_2, x_3, x_18, x_19, 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_1); return x_20; } } @@ -10781,7 +10750,7 @@ x_16 = l_Lean_Elab_addPreDefinitions___lambda__1(x_1, x_14, x_15, x_4, x_5, x_6, return x_16; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10791,17 +10760,17 @@ 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_PreDefinition_Main___hyg_3238____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__1; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__1; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___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_PreDefinition_Main___hyg_3238____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__3() { _start: { lean_object* x_1; @@ -10809,17 +10778,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__2; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__3; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__2; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__3; 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_PreDefinition_Main___hyg_3238____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__5() { _start: { lean_object* x_1; @@ -10827,37 +10796,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__4; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__5; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__4; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__5; 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_PreDefinition_Main___hyg_3238____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__6; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__6; x_2 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__4___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_PreDefinition_Main___hyg_3238____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__7; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__7; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Main_0__Lean_Elab_addAndCompilePartial___spec__2___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_PreDefinition_Main___hyg_3238____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__9() { _start: { lean_object* x_1; @@ -10865,17 +10834,17 @@ x_1 = lean_mk_string_from_bytes("PreDefinition", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__10() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__8; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__9; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__8; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__9; 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_PreDefinition_Main___hyg_3238____closed__11() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__11() { _start: { lean_object* x_1; @@ -10883,17 +10852,17 @@ x_1 = lean_mk_string_from_bytes("Main", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__12() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__10; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__11; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__10; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__11; 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_PreDefinition_Main___hyg_3238____closed__13() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__13() { _start: { lean_object* x_1; @@ -10901,33 +10870,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__14() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__12; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__13; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__12; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____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_PreDefinition_Main___hyg_3238____closed__15() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__14; -x_2 = lean_unsigned_to_nat(3238u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__14; +x_2 = lean_unsigned_to_nat(3251u); 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_PreDefinition_Main___hyg_3238_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__2___closed__2; x_3 = 0; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__15; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -11074,14 +11043,14 @@ l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___ lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___rarg___closed__1); l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___rarg___closed__2 = _init_l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___rarg___closed__2(); lean_mark_persistent(l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_addPreDefinitions___spec__9___rarg___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__3); -l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__20___closed__4); +l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__2); +l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__3); +l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__19___closed__4); l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__1); l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_addPreDefinitions___spec__22___lambda__1___closed__2(); @@ -11140,37 +11109,37 @@ l_Lean_Elab_addPreDefinitions___closed__15 = _init_l_Lean_Elab_addPreDefinitions lean_mark_persistent(l_Lean_Elab_addPreDefinitions___closed__15); l_Lean_Elab_addPreDefinitions___boxed__const__1 = _init_l_Lean_Elab_addPreDefinitions___boxed__const__1(); lean_mark_persistent(l_Lean_Elab_addPreDefinitions___boxed__const__1); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__9); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__10(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__10); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__11(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__11); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__12(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__12); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__13(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__13); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__14(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__14); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__15(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238____closed__15); -res = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3238_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__9); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__10(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__10); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__11(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__11); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__12(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__12); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__13(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__13); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__14(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__14); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__15(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251____closed__15); +res = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_Main___hyg_3251_(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/PreDefinition/Structural/BRecOn.c b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/BRecOn.c index ca7c083d75a4..d33c0ec6df26 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/BRecOn.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/BRecOn.c @@ -13,12 +13,13 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___closed__1; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_Array_anyMUnsafe_any___at_Lean_Elab_Structural_refinedArgType___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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___lambda__2___boxed(lean_object**); lean_object* l_Lean_Meta_CasesOnApp_toExpr(lean_object*); @@ -26,49 +27,46 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinitio LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___rarg(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___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_Meta_forallBoundedTelescope___at_Lean_Elab_Structural_mkBRecOn___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); 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_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__2___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25(lean_object*, lean_object*, lean_object*, lean_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_Structural_mkBRecOn___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* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__11___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__12___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_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__40___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_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Meta_Eqns_0__Lean_Meta_mkSimpleEqThm___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37(lean_object*, lean_object*, lean_object*, 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_Structural_mkBRecOn___lambda__10___closed__2; lean_object* l_Lean_indentD(lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__9___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___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_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___boxed(lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__2; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__7; -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35(lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEq(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__4; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___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_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__5___closed__1; -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__3; lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___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* l_Lean_MessageData_ofList(lean_object*); @@ -78,128 +76,126 @@ lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*) LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*); lean_object* l_Lean_getRecAppSyntax_x3f(lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4; uint8_t lean_usize_dec_eq(size_t, size_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(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* l_Lean_Expr_mdata___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__10(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Structural_mkBRecOn___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_MatcherInfo_arity(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__28___boxed(lean_object**); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31(lean_object*, lean_object*, lean_object*, 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_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__2___rarg___boxed(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___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_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__1; lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(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_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___at_Lean_Elab_Structural_mkBRecOn___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___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_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25(lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___boxed(lean_object*, lean_object*, lean_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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___boxed(lean_object**); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__10___rarg___boxed(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_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___boxed(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_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__10___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__28(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Structural_mkBRecOn___lambda__3___closed__2; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__7___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelow___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_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Structural_mkBRecOn___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_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___boxed(lean_object**); size_t lean_usize_of_nat(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___boxed(lean_object*, lean_object*, lean_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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__11___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__8; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__10___boxed(lean_object*); extern lean_object* l_Lean_binductionOnSuffix; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___rarg___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__5___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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_st_ref_take(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___rarg(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_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Structural_mkBRecOn___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__3; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___lambda__2___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_Extension_getMatcherInfo_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19(lean_object*, lean_object*); lean_object* l_Array_zip___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__3(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_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__2; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Structural_mkBRecOn___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__39___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*); uint8_t l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__3___boxed(lean_object**); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__9___closed__2; lean_object* l_Lean_Meta_check(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___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* l_Lean_Meta_Match_MatcherInfo_numAlts(lean_object*); uint8_t l_Lean_Elab_Structural_recArgHasLooseBVarsAt(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___spec__1___rarg(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_Structural_mkBRecOn___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_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__39___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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_mkAppM(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__5(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__8; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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_array_to_list(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__6___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__39___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_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___at_Lean_Elab_Structural_mkBRecOn___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__27(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_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -209,80 +205,92 @@ extern lean_object* l_Lean_instInhabitedExpr; static lean_object* l_Lean_Elab_Structural_mkBRecOn___closed__2; lean_object* l_Lean_Meta_MatcherApp_addArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_HasConstCache_containsUnsafe(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__11; +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__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* l_Lean_Meta_forallBoundedTelescope___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__5___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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5(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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24(lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___rarg(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___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_Elab_Structural_mkBRecOn___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*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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* l_Lean_Meta_CasesOnApp_addArg_x3f(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___lambda__2___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__2; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__39(lean_object*, lean_object*); lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__7(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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___rarg___boxed(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_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__9___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__10___closed__4; lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_forallTelescopeCompatibleAux___spec__15___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18(lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___rarg___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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__6; lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__6(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*); extern lean_object* l_Lean_inheritedTraceOptions; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__2; static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___lambda__2___closed__2; static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__10___closed__1; lean_object* l_Lean_MessageData_ofExpr(lean_object*); lean_object* l_Lean_Elab_Structural_RecArgInfo_recArgPos(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20(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_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___rarg___boxed(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_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___closed__2; lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__5; lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__12___lambda__2___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_refinedArgType___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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___boxed(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___rarg(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_Structural_mkBRecOn___spec__4___boxed(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__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_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_replaceFVars(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__40(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelow(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_zetaReduce___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___boxed(lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__2; 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*); +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___boxed(lean_object*); lean_object* l_Lean_Meta_decLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_brecOnSuffix; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__6(lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___rarg___boxed(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_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___boxed(lean_object*); lean_object* l_Lean_MessageData_ofLevel(lean_object*); @@ -291,10 +299,10 @@ static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lea static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___spec__1___rarg___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_refinedArgType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__4; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___rarg___boxed(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*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__1; lean_object* l_Lean_indentExpr(lean_object*); +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__3; uint8_t l_Lean_Expr_isConstOf(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*); @@ -305,23 +313,22 @@ static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lea 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_MatcherApp_toExpr(lean_object*); lean_object* l_Lean_Meta_zetaReduce___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__40___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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_object* l_Lean_Expr_getAppFn(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed(lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__40___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Structural_mkBRecOn___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__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*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_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_Elab_Structural_refinedArgType___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___rarg___closed__2; static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__10___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___spec__1(lean_object*); @@ -330,61 +337,56 @@ static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lea static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__6___closed__2; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Structural_mkBRecOn___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___rarg___boxed(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___lambda__2___boxed(lean_object**); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__6; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_refinedArgType___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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___boxed(lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__7___closed__2; size_t lean_usize_add(size_t, size_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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_ensureNoRecFn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___boxed(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___rarg(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*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__2; lean_object* l_List_redLength___rarg(lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_toCasesOnApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___rarg(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*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__11___rarg(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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__8(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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps___closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__2; 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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg___boxed(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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__1; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_level_eq(lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___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*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__4; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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* l_Lean_Meta_mkLambdaFVars(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_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__4___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__2___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_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -392,27 +394,27 @@ lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__6___closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__3; static lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__5___closed__2; -static lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___boxed(lean_object**); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__9; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn___lambda__6___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg(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*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__11(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkBRecOn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__4; +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__5___closed__10; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_withBelowDict___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*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___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___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_throwToBelowFailed___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) { _start: { @@ -3284,19 +3286,52 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_7, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_52; x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_7, x_22); lean_dec(x_7); -x_24 = lean_nat_dec_eq(x_4, x_8); +x_52 = lean_nat_dec_eq(x_4, x_8); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_2, 3); +lean_inc(x_53); +x_54 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_53, x_8); +lean_dec(x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_24 = x_55; +goto block_51; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_24 = x_56; +goto block_51; +} +} +else +{ +uint8_t x_57; +x_57 = 0; +x_24 = x_57; +goto block_51; +} +block_51: +{ if (x_24 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_2, 3); -lean_inc(x_25); -x_26 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_25, x_8); -lean_dec(x_25); -if (x_26 == 0) +lean_object* x_25; +x_25 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_25; +goto _start; +} +else { uint8_t x_27; x_27 = lean_nat_dec_lt(x_8, x_6); @@ -3430,29 +3465,11 @@ return x_50; } } } -else -{ -lean_object* x_51; -x_51 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_51; -goto _start; -} -} -else -{ -lean_object* x_53; -x_53 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_53; -goto _start; } } else { -lean_object* x_55; +lean_object* x_58; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -3463,15 +3480,15 @@ lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_11); -lean_ctor_set(x_55, 1, x_18); -return x_55; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_11); +lean_ctor_set(x_58, 1, x_18); +return x_58; } } else { -lean_object* x_56; +lean_object* x_59; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -3482,10 +3499,10 @@ lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_11); -lean_ctor_set(x_56, 1, x_18); -return x_56; +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_11); +lean_ctor_set(x_59, 1, x_18); +return x_59; } } } @@ -4157,19 +4174,52 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_7, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_52; x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_7, x_22); lean_dec(x_7); -x_24 = lean_nat_dec_eq(x_4, x_8); +x_52 = lean_nat_dec_eq(x_4, x_8); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_2, 3); +lean_inc(x_53); +x_54 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_53, x_8); +lean_dec(x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_24 = x_55; +goto block_51; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_24 = x_56; +goto block_51; +} +} +else +{ +uint8_t x_57; +x_57 = 0; +x_24 = x_57; +goto block_51; +} +block_51: +{ if (x_24 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_2, 3); -lean_inc(x_25); -x_26 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_25, x_8); -lean_dec(x_25); -if (x_26 == 0) +lean_object* x_25; +x_25 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_25; +goto _start; +} +else { uint8_t x_27; x_27 = lean_nat_dec_lt(x_8, x_6); @@ -4303,29 +4353,11 @@ return x_50; } } } -else -{ -lean_object* x_51; -x_51 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_51; -goto _start; -} -} -else -{ -lean_object* x_53; -x_53 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_53; -goto _start; } } else { -lean_object* x_55; +lean_object* x_58; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -4336,15 +4368,15 @@ lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_11); -lean_ctor_set(x_55, 1, x_18); -return x_55; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_11); +lean_ctor_set(x_58, 1, x_18); +return x_58; } } else { -lean_object* x_56; +lean_object* x_59; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -4355,10 +4387,10 @@ lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_11); -lean_ctor_set(x_56, 1, x_18); -return x_56; +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_11); +lean_ctor_set(x_59, 1, x_18); +return x_59; } } } @@ -4883,581 +4915,665 @@ return x_62; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(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_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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___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) { _start: { -uint8_t x_15; -x_15 = lean_usize_dec_lt(x_6, x_5); -if (x_15 == 0) +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_6, 5); +x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -lean_object* x_16; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_9); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_9); +lean_ctor_set(x_13, 1, x_12); +lean_ctor_set_tag(x_10, 1); +lean_ctor_set(x_10, 0, x_13); +return x_10; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_10, 0); +x_15 = lean_ctor_get(x_10, 1); +lean_inc(x_15); +lean_inc(x_14); lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); +lean_inc(x_9); x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_7); +lean_ctor_set(x_16, 0, x_9); 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_15); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___rarg___boxed), 8, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___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, lean_object* x_9, lean_object* x_10) { +_start: +{ +lean_object* x_11; +x_11 = lean_apply_9(x_1, x_4, x_5, x_2, x_3, x_6, x_7, x_8, x_9, x_10); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___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) { +_start: +{ +lean_object* x_10; uint8_t x_11; lean_object* x_12; +x_10 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___rarg___lambda__1), 10, 3); +lean_closure_set(x_10, 0, x_2); +lean_closure_set(x_10, 1, x_3); +lean_closure_set(x_10, 2, x_4); +x_11 = 0; +x_12 = l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(x_1, x_11, x_10, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_12) == 0) +{ +uint8_t x_13; +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; } +} else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_array_uget(x_7, x_6); -x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_array_uset(x_7, x_6, x_18); +uint8_t x_17; +x_17 = !lean_is_exclusive(x_12); +if (x_17 == 0) +{ +return x_12; +} +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_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___rarg), 9, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, 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; +x_15 = lean_array_get_size(x_1); +x_16 = lean_nat_dec_lt(x_2, x_15); +lean_dec(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = l_Lean_instInhabitedExpr; +x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); 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_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_20) == 0) +x_19 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_18, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; lean_object* x_25; -x_21 = lean_ctor_get(x_20, 0); +lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec(x_20); +lean_dec(x_19); +x_22 = 0; x_23 = 1; -x_24 = lean_usize_add(x_6, x_23); -x_25 = lean_array_uset(x_19, x_6, x_21); -x_6 = x_24; -x_7 = x_25; -x_14 = x_22; -goto _start; +x_24 = 1; +x_25 = l_Lean_Meta_mkLambdaFVars(x_1, x_20, x_22, x_23, x_24, x_10, x_11, x_12, x_13, x_21); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +return x_25; } else { -uint8_t x_27; -lean_dec(x_19); +uint8_t x_26; 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_4); -lean_dec(x_3); -lean_dec(x_2); lean_dec(x_1); -x_27 = !lean_is_exclusive(x_20); -if (x_27 == 0) +x_26 = !lean_is_exclusive(x_19); +if (x_26 == 0) { -return x_20; +return x_19; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_20, 0); -x_29 = lean_ctor_get(x_20, 1); -lean_inc(x_29); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_19, 0); +x_28 = lean_ctor_get(x_19, 1); lean_inc(x_28); -lean_dec(x_20); -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_inc(x_27); +lean_dec(x_19); +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_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18) { -_start: -{ -uint8_t x_19; -x_19 = lean_nat_dec_le(x_9, x_8); -if (x_19 == 0) -{ -lean_object* x_20; uint8_t x_21; -x_20 = lean_unsigned_to_nat(0u); -x_21 = lean_nat_dec_eq(x_7, x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_unsigned_to_nat(1u); -x_23 = lean_nat_sub(x_7, x_22); -lean_dec(x_7); -x_24 = lean_nat_dec_eq(x_4, x_8); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_2, 3); -lean_inc(x_25); -x_26 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_25, x_8); -lean_dec(x_25); -if (x_26 == 0) -{ -uint8_t x_27; -x_27 = lean_nat_dec_lt(x_8, x_6); -if (x_27 == 0) +else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = l_Lean_instInhabitedExpr; -x_29 = l___private_Init_Util_0__outOfBounds___rarg(x_28); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); +lean_object* x_30; lean_object* x_31; +x_30 = lean_array_fget(x_1, x_2); lean_inc(x_13); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_30 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_29, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_30) == 0) +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_31 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_30, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -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; uint8_t x_34; uint8_t x_35; uint8_t x_36; lean_object* x_37; +x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -lean_dec(x_30); -x_33 = lean_array_push(x_11, x_31); -x_34 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_34; -x_11 = x_33; -x_18 = x_32; -goto _start; +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +lean_dec(x_31); +x_34 = 0; +x_35 = 1; +x_36 = 1; +x_37 = l_Lean_Meta_mkLambdaFVars(x_1, x_32, x_34, x_35, x_36, x_10, x_11, x_12, x_13, x_33); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +return x_37; } else { -uint8_t x_36; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_38; lean_dec(x_13); +lean_dec(x_12); lean_dec(x_11); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); +lean_dec(x_10); lean_dec(x_1); -x_36 = !lean_is_exclusive(x_30); -if (x_36 == 0) +x_38 = !lean_is_exclusive(x_31); +if (x_38 == 0) { -return x_30; +return x_31; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_30, 0); -x_38 = lean_ctor_get(x_30, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_30); -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_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_31, 0); +x_40 = lean_ctor_get(x_31, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_31); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } } -else -{ -lean_object* x_40; lean_object* x_41; -x_40 = lean_array_fget(x_5, x_8); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_41 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_40, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -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_array_push(x_11, x_42); -x_45 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_45; -x_11 = x_44; -x_18 = x_43; -goto _start; } -else -{ -uint8_t x_47; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_11); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_47 = !lean_is_exclusive(x_41); -if (x_47 == 0) -{ -return x_41; } -else +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__1() { +_start: { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_41, 0); -x_49 = lean_ctor_get(x_41, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_41); -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_object* x_1; +x_1 = lean_mk_string_from_bytes("unexpected `casesOn` application alternative", 44); +return x_1; } } +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -else +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__3() { +_start: { -lean_object* x_51; -x_51 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_51; -goto _start; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("\nat application", 15); +return x_1; } } -else +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4() { +_start: { -lean_object* x_53; -x_53 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_53; -goto _start; +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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_55; -lean_dec(x_17); +lean_object* x_16; uint8_t x_17; +x_16 = lean_array_get_size(x_7); +x_17 = lean_nat_dec_le(x_1, x_16); lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); +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; lean_object* x_27; uint8_t x_28; lean_dec(x_8); lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_11); -lean_ctor_set(x_55, 1, x_18); -return x_55; -} +x_18 = l_Lean_indentExpr(x_5); +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__2; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +x_21 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4; +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_indentExpr(x_6); +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +x_25 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___rarg(x_26, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) +{ +return x_27; } else { -lean_object* x_56; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_11); -lean_ctor_set(x_56, 1, x_18); -return x_56; -} -} +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_27, 0); +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_27); +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; } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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) { -_start: -{ -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_6, 5); -x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_9); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_9); -lean_ctor_set(x_13, 1, x_12); -lean_ctor_set_tag(x_10, 1); -lean_ctor_set(x_10, 0, x_13); -return x_10; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_10, 0); -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_10); -lean_inc(x_9); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_9); -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_15); -return x_17; -} -} +lean_object* x_32; lean_object* x_33; +lean_dec(x_6); +lean_dec(x_5); +x_32 = lean_box(0); +x_33 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__1(x_7, x_1, x_2, x_3, x_4, x_8, x_32, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_1); +return x_33; } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___rarg___boxed), 8, 0); -return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(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_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_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_6, 5); -x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_9); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_9); -lean_ctor_set(x_13, 1, x_12); -lean_ctor_set_tag(x_10, 1); -lean_ctor_set(x_10, 0, x_13); -return x_10; -} -else +uint8_t x_15; +x_15 = lean_usize_dec_lt(x_6, x_5); +if (x_15 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_10, 0); -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_inc(x_14); +lean_object* x_16; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); lean_dec(x_10); -lean_inc(x_9); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_9); +lean_ctor_set(x_16, 0, x_7); 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_15); -return x_17; -} -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___rarg___boxed), 8, 0); -return x_2; -} +return x_16; } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, 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: +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; -x_16 = l_Array_extract___rarg(x_1, x_2, x_3); -x_17 = lean_array_get_size(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_17 = lean_array_uget(x_7, x_6); x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_unsigned_to_nat(1u); -x_20 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; -lean_inc(x_17); -x_21 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14(x_4, x_5, x_6, x_7, x_16, x_17, x_17, x_18, x_17, x_19, x_20, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_19 = lean_array_uset(x_7, x_6, x_18); +x_20 = lean_ctor_get(x_17, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_17, 1); +lean_inc(x_21); lean_dec(x_17); -lean_dec(x_16); -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_mkAppN(x_8, x_23); -lean_ctor_set(x_21, 0, x_24); -return x_21; -} -else +lean_inc(x_4); +lean_inc(x_20); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_22 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2), 15, 6); +lean_closure_set(x_22, 0, x_21); +lean_closure_set(x_22, 1, x_1); +lean_closure_set(x_22, 2, x_2); +lean_closure_set(x_22, 3, x_3); +lean_closure_set(x_22, 4, x_20); +lean_closure_set(x_22, 5, x_4); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +x_23 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___rarg(x_20, x_22, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_23) == 0) { -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_object* x_24; lean_object* x_25; size_t x_26; size_t 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); -lean_dec(x_21); -x_27 = l_Lean_mkAppN(x_8, 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; -} +lean_dec(x_23); +x_26 = 1; +x_27 = lean_usize_add(x_6, x_26); +x_28 = lean_array_uset(x_19, x_6, x_24); +x_6 = x_27; +x_7 = x_28; +x_14 = x_25; +goto _start; } else { -uint8_t x_29; +uint8_t x_30; +lean_dec(x_19); +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_29 = !lean_is_exclusive(x_21); -if (x_29 == 0) +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_30 = !lean_is_exclusive(x_23); +if (x_30 == 0) { -return x_21; +return x_23; } 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_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_23, 0); +x_32 = lean_ctor_get(x_23, 1); +lean_inc(x_32); 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; +lean_dec(x_23); +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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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, lean_object* x_16, lean_object* x_17) { +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(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_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_18; lean_object* x_19; uint8_t x_45; -lean_dec(x_10); -x_18 = lean_array_get_size(x_1); -x_45 = lean_nat_dec_lt(x_9, x_18); -if (x_45 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_lt(x_6, x_5); +if (x_15 == 0) { -lean_object* x_46; lean_object* x_47; +lean_object* x_16; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); lean_dec(x_9); -x_46 = l_Lean_instInhabitedExpr; -x_47 = l___private_Init_Util_0__outOfBounds___rarg(x_46); -x_19 = x_47; -goto block_44; +lean_dec(x_8); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_7); +lean_ctor_set(x_16, 1, x_14); +return x_16; } else { -lean_object* x_48; -x_48 = lean_array_fget(x_1, x_9); -lean_dec(x_9); -x_19 = x_48; -goto block_44; -} -block_44: -{ -lean_object* x_20; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_array_uget(x_7, x_6); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_array_uset(x_7, x_6, x_18); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_5); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +lean_inc(x_1); +x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14); if (lean_obj_tag(x_20) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; lean_object* x_25; 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_ctor_get(x_3, 6); -lean_inc(x_23); -x_24 = lean_array_get_size(x_23); -lean_dec(x_23); +x_23 = 1; +x_24 = lean_usize_add(x_6, x_23); +x_25 = lean_array_uset(x_19, x_6, x_21); +x_6 = x_24; +x_7 = x_25; +x_14 = x_22; +goto _start; +} +else +{ +uint8_t x_27; +lean_dec(x_19); +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_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_27 = !lean_is_exclusive(x_20); +if (x_27 == 0) +{ +return x_20; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_20, 0); +x_29 = lean_ctor_get(x_20, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_20); +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_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17(lean_object* x_1, lean_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) { +_start: +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_9, x_8); +if (x_19 == 0) +{ +lean_object* x_20; uint8_t x_21; +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_nat_dec_eq(x_7, x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_52; +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_nat_sub(x_7, x_22); +lean_dec(x_7); +x_52 = lean_nat_dec_eq(x_4, x_8); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_2, 3); +lean_inc(x_53); +x_54 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_53, x_8); +lean_dec(x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_24 = x_55; +goto block_51; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_24 = x_56; +goto block_51; +} +} +else +{ +uint8_t x_57; +x_57 = 0; +x_24 = x_57; +goto block_51; +} +block_51: +{ +if (x_24 == 0) +{ +lean_object* x_25; +x_25 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_25; +goto _start; +} +else +{ +uint8_t x_27; +x_27 = lean_nat_dec_lt(x_8, x_6); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = l_Lean_instInhabitedExpr; +x_29 = l___private_Init_Util_0__outOfBounds___rarg(x_28); +lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -lean_inc(x_5); -x_25 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelow(x_5, x_24, x_21, x_13, x_14, x_15, x_16, x_22); -if (lean_obj_tag(x_25) == 0) +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_30 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_29, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +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 = lean_array_push(x_11, x_31); +x_34 = lean_nat_add(x_8, x_10); lean_dec(x_8); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -x_28 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___lambda__1(x_1, x_6, x_18, x_2, x_3, x_5, x_7, x_26, x_11, x_12, x_13, x_14, x_15, x_16, x_27); -lean_dec(x_11); -return x_28; +x_7 = x_23; +x_8 = x_34; +x_11 = x_33; +x_18 = x_32; +goto _start; } 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; uint8_t x_36; -lean_dec(x_18); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_29 = lean_ctor_get(x_25, 1); -lean_inc(x_29); -lean_dec(x_25); -x_30 = l_Lean_indentExpr(x_8); -x_31 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___closed__2; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___rarg(x_34, x_11, x_12, x_13, x_14, x_15, x_16, x_29); +uint8_t x_36; +lean_dec(x_23); +lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); lean_dec(x_11); -x_36 = !lean_is_exclusive(x_35); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_36 = !lean_is_exclusive(x_30); if (x_36 == 0) { -return x_35; +return x_30; } else { lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); +x_37 = lean_ctor_get(x_30, 0); +x_38 = lean_ctor_get(x_30, 1); lean_inc(x_38); lean_inc(x_37); -lean_dec(x_35); +lean_dec(x_30); x_39 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_39, 0, x_37); lean_ctor_set(x_39, 1, x_38); @@ -5467,249 +5583,107 @@ return x_39; } else { -uint8_t x_40; -lean_dec(x_18); +lean_object* x_40; lean_object* x_41; +x_40 = lean_array_fget(x_5, x_8); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_41 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_40, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_41) == 0) +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +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_array_push(x_11, x_42); +x_45 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_45; +x_11 = x_44; +x_18 = x_43; +goto _start; +} +else +{ +uint8_t x_47; +lean_dec(x_23); +lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_40 = !lean_is_exclusive(x_20); -if (x_40 == 0) +x_47 = !lean_is_exclusive(x_41); +if (x_47 == 0) { -return x_20; +return x_41; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_20, 0); -x_42 = lean_ctor_get(x_20, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_20); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_41, 0); +x_49 = lean_ctor_get(x_41, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_41); +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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17(lean_object* x_1, lean_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: -{ -if (lean_obj_tag(x_6) == 5) +} +else { -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_6, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_6, 1); -lean_inc(x_17); -lean_dec(x_6); -x_18 = lean_array_set(x_7, x_8, x_17); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_sub(x_8, x_19); -lean_dec(x_8); -x_6 = x_16; -x_7 = x_18; -x_8 = x_20; -goto _start; -} -else -{ -uint8_t x_22; -lean_dec(x_8); -x_22 = l_Lean_Expr_isConstOf(x_6, x_1); -if (x_22 == 0) -{ -lean_object* x_23; -lean_dec(x_5); -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_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_23 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_6, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_23) == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; lean_object* x_29; -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_array_get_size(x_7); -x_27 = lean_usize_of_nat(x_26); -lean_dec(x_26); -x_28 = 0; -x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(x_1, x_2, x_3, x_4, x_27, x_28, x_7, x_9, x_10, x_11, x_12, x_13, x_14, x_25); -if (lean_obj_tag(x_29) == 0) -{ -uint8_t x_30; -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) -{ -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_29, 0); -x_32 = l_Lean_mkAppN(x_24, x_31); -lean_ctor_set(x_29, 0, x_32); -return x_29; -} -else -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_33 = lean_ctor_get(x_29, 0); -x_34 = lean_ctor_get(x_29, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_29); -x_35 = l_Lean_mkAppN(x_24, x_33); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_34); -return x_36; -} -} -else -{ -uint8_t x_37; -lean_dec(x_24); -x_37 = !lean_is_exclusive(x_29); -if (x_37 == 0) -{ -return x_29; -} -else -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_29, 0); -x_39 = lean_ctor_get(x_29, 1); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_29); -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_object* x_58; +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); 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_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_41 = !lean_is_exclusive(x_23); -if (x_41 == 0) -{ -return x_23; -} -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_23, 0); -x_43 = lean_ctor_get(x_23, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_23); -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; -} -} +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_11); +lean_ctor_set(x_58, 1, x_18); +return x_58; } -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_dec(x_6); -x_45 = lean_ctor_get(x_2, 0); -lean_inc(x_45); -x_46 = lean_array_get_size(x_45); -lean_dec(x_45); -x_47 = lean_ctor_get(x_2, 2); -lean_inc(x_47); -x_48 = lean_nat_add(x_46, x_47); -x_49 = lean_array_get_size(x_7); -x_50 = lean_nat_dec_le(x_49, x_48); -lean_dec(x_49); -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_box(0); -x_52 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___lambda__2(x_7, x_1, x_2, x_3, x_4, x_46, x_47, x_5, x_48, x_51, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_47); -return x_52; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_48); -lean_dec(x_47); -lean_dec(x_46); +lean_object* x_59; +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_8); lean_dec(x_7); -lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_53 = l_Lean_indentExpr(x_5); -x_54 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___rarg(x_57, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_59 = !lean_is_exclusive(x_58); -if (x_59 == 0) -{ -return x_58; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_58, 0); -x_61 = lean_ctor_get(x_58, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_58); -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; -} -} -} +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_11); +lean_ctor_set(x_59, 1, x_18); +return x_59; } } } @@ -5759,716 +5733,578 @@ x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreD return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___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, lean_object* x_9, lean_object* x_10) { -_start: -{ -lean_object* x_11; -x_11 = lean_apply_9(x_1, x_4, x_5, x_2, x_3, x_6, x_7, x_8, x_9, x_10); -return x_11; -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___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) { _start: { -lean_object* x_10; uint8_t x_11; lean_object* x_12; -x_10 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg___lambda__1), 10, 3); -lean_closure_set(x_10, 0, x_2); -lean_closure_set(x_10, 1, x_3); -lean_closure_set(x_10, 2, x_4); -x_11 = 0; -x_12 = l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(x_1, x_11, x_10, x_5, x_6, x_7, x_8, x_9); -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_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_6, 5); +x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -return x_12; +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_9); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_9); +lean_ctor_set(x_13, 1, x_12); +lean_ctor_set_tag(x_10, 1); +lean_ctor_set(x_10, 0, x_13); +return x_10; } 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_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_10, 0); +x_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_inc(x_14); -lean_dec(x_12); +lean_dec(x_10); +lean_inc(x_9); 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_ctor_set(x_16, 0, x_9); +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_15); +return x_17; } } -else -{ -uint8_t x_17; -x_17 = !lean_is_exclusive(x_12); -if (x_17 == 0) +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19(lean_object* x_1) { +_start: { -return x_12; +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg___boxed), 8, 0); +return x_2; } -else +} +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_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_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_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_16 = l_Array_extract___rarg(x_1, x_2, x_3); +x_17 = lean_array_get_size(x_16); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_unsigned_to_nat(1u); +x_20 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; +lean_inc(x_17); +x_21 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17(x_4, x_5, x_6, x_7, x_16, x_17, x_17, x_18, x_17, x_19, x_20, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_17); +lean_dec(x_16); +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_mkAppN(x_8, 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_mkAppN(x_8, 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_8); +x_29 = !lean_is_exclusive(x_21); +if (x_29 == 0) +{ +return x_21; } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg), 9, 0); -return x_3; +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; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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, lean_object* x_16, lean_object* x_17) { _start: { -lean_object* x_15; uint8_t x_16; -x_15 = lean_array_get_size(x_1); -x_16 = lean_nat_dec_lt(x_2, x_15); -lean_dec(x_15); -if (x_16 == 0) +lean_object* x_18; lean_object* x_19; uint8_t x_45; +lean_dec(x_10); +x_18 = lean_array_get_size(x_1); +x_45 = lean_nat_dec_lt(x_9, x_18); +if (x_45 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = l_Lean_instInhabitedExpr; -x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); +lean_object* x_46; lean_object* x_47; +lean_dec(x_9); +x_46 = l_Lean_instInhabitedExpr; +x_47 = l___private_Init_Util_0__outOfBounds___rarg(x_46); +x_19 = x_47; +goto block_44; +} +else +{ +lean_object* x_48; +x_48 = lean_array_fget(x_1, x_9); +lean_dec(x_9); +x_19 = x_48; +goto block_44; +} +block_44: +{ +lean_object* x_20; +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_10); -x_19 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_18, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_19) == 0) +lean_inc(x_5); +lean_inc(x_3); +lean_inc(x_2); +x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); +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_20, 0); lean_inc(x_21); -lean_dec(x_19); -x_22 = 0; -x_23 = 1; -x_24 = 1; -x_25 = l_Lean_Meta_mkLambdaFVars(x_1, x_20, x_22, x_23, x_24, x_10, x_11, x_12, x_13, x_21); -lean_dec(x_13); -lean_dec(x_12); +x_22 = lean_ctor_get(x_20, 1); +lean_inc(x_22); +lean_dec(x_20); +x_23 = lean_ctor_get(x_3, 6); +lean_inc(x_23); +x_24 = lean_array_get_size(x_23); +lean_dec(x_23); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_5); +x_25 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelow(x_5, x_24, x_21, x_13, x_14, x_15, x_16, x_22); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_8); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__1(x_1, x_6, x_18, x_2, x_3, x_5, x_7, x_26, x_11, x_12, x_13, x_14, x_15, x_16, x_27); lean_dec(x_11); -lean_dec(x_10); -return x_25; +return x_28; } else { -uint8_t x_26; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +lean_dec(x_18); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_29 = lean_ctor_get(x_25, 1); +lean_inc(x_29); +lean_dec(x_25); +x_30 = l_Lean_indentExpr(x_8); +x_31 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___closed__2; +x_32 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_33); +x_35 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___rarg(x_34, x_11, x_12, x_13, x_14, x_15, x_16, x_29); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_1); -x_26 = !lean_is_exclusive(x_19); -if (x_26 == 0) +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -return x_19; +return x_35; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_19, 0); -x_28 = lean_ctor_get(x_19, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_19); -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_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_35); +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; } } -else -{ -lean_object* x_30; lean_object* x_31; -x_30 = lean_array_fget(x_1, x_2); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_31 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_30, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; uint8_t x_34; uint8_t x_35; uint8_t x_36; lean_object* x_37; -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 = 0; -x_35 = 1; -x_36 = 1; -x_37 = l_Lean_Meta_mkLambdaFVars(x_1, x_32, x_34, x_35, x_36, x_10, x_11, x_12, x_13, x_33); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -return x_37; } else { -uint8_t x_38; +uint8_t x_40; +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); lean_dec(x_1); -x_38 = !lean_is_exclusive(x_31); -if (x_38 == 0) +x_40 = !lean_is_exclusive(x_20); +if (x_40 == 0) { -return x_31; +return x_20; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_31, 0); -x_40 = lean_ctor_get(x_31, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_31); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} -} -} -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unexpected `casesOn` application alternative", 44); -return x_1; -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_20, 0); +x_42 = lean_ctor_get(x_20, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_20); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("\nat application", 15); -return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__3; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20(lean_object* x_1, lean_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; uint8_t x_17; -x_16 = lean_array_get_size(x_7); -x_17 = lean_nat_dec_le(x_1, x_16); -lean_dec(x_16); -if (x_17 == 0) +if (lean_obj_tag(x_6) == 5) { -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; uint8_t x_28; +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_6, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_6, 1); +lean_inc(x_17); +lean_dec(x_6); +x_18 = lean_array_set(x_7, x_8, x_17); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_sub(x_8, x_19); lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_18 = l_Lean_indentExpr(x_5); -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__2; -x_20 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_18); -x_21 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4; -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_indentExpr(x_6); -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_23); -x_25 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -x_27 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___rarg(x_26, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) -{ -return x_27; -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_27); -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; -} +x_6 = x_16; +x_7 = x_18; +x_8 = x_20; +goto _start; } else { -lean_object* x_32; lean_object* x_33; -lean_dec(x_6); -lean_dec(x_5); -x_32 = lean_box(0); -x_33 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__1(x_7, x_1, x_2, x_3, x_4, x_8, x_32, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_1); -return x_33; -} -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20(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_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; -x_15 = lean_usize_dec_lt(x_6, x_5); -if (x_15 == 0) -{ -lean_object* x_16; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); +uint8_t x_22; lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_7); -lean_ctor_set(x_16, 1, x_14); -return x_16; -} -else +x_22 = l_Lean_Expr_isConstOf(x_6, x_1); +if (x_22 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_17 = lean_array_uget(x_7, x_6); -x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_array_uset(x_7, x_6, x_18); -x_20 = lean_ctor_get(x_17, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_17, 1); -lean_inc(x_21); -lean_dec(x_17); -lean_inc(x_4); -lean_inc(x_20); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_22 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2), 15, 6); -lean_closure_set(x_22, 0, x_21); -lean_closure_set(x_22, 1, x_1); -lean_closure_set(x_22, 2, x_2); -lean_closure_set(x_22, 3, x_3); -lean_closure_set(x_22, 4, x_20); -lean_closure_set(x_22, 5, x_4); +lean_object* x_23; +lean_dec(x_5); +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); -x_23 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg(x_20, x_22, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_23 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_6, x_9, x_10, x_11, x_12, x_13, x_14, x_15); if (lean_obj_tag(x_23) == 0) { -lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; +lean_object* x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; lean_object* x_29; 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 = 1; -x_27 = lean_usize_add(x_6, x_26); -x_28 = lean_array_uset(x_19, x_6, x_24); -x_6 = x_27; -x_7 = x_28; -x_14 = x_25; -goto _start; -} -else +x_26 = lean_array_get_size(x_7); +x_27 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_28 = 0; +x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(x_1, x_2, x_3, x_4, x_27, x_28, x_7, x_9, x_10, x_11, x_12, x_13, x_14, x_25); +if (lean_obj_tag(x_29) == 0) { uint8_t x_30; -lean_dec(x_19); -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_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_30 = !lean_is_exclusive(x_23); +x_30 = !lean_is_exclusive(x_29); if (x_30 == 0) { -return x_23; +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_29, 0); +x_32 = l_Lean_mkAppN(x_24, x_31); +lean_ctor_set(x_29, 0, x_32); +return x_29; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_23, 0); -x_32 = lean_ctor_get(x_23, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_23); -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_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_29, 0); +x_34 = lean_ctor_get(x_29, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_29); +x_35 = l_Lean_mkAppN(x_24, x_33); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +return x_36; +} } +else +{ +uint8_t x_37; +lean_dec(x_24); +x_37 = !lean_is_exclusive(x_29); +if (x_37 == 0) +{ +return x_29; } +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_29, 0); +x_39 = lean_ctor_get(x_29, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_29); +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; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(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_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; -x_15 = lean_usize_dec_lt(x_6, x_5); -if (x_15 == 0) +else { -lean_object* x_16; +uint8_t x_41; +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_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_7); -lean_ctor_set(x_16, 1, x_14); -return x_16; +x_41 = !lean_is_exclusive(x_23); +if (x_41 == 0) +{ +return x_23; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_array_uget(x_7, x_6); -x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_array_uset(x_7, x_6, x_18); -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_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_20) == 0) +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_23, 0); +x_43 = lean_ctor_get(x_23, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_23); +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_21; lean_object* x_22; size_t x_23; size_t x_24; lean_object* x_25; -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 = 1; -x_24 = lean_usize_add(x_6, x_23); -x_25 = lean_array_uset(x_19, x_6, x_21); -x_6 = x_24; -x_7 = x_25; -x_14 = x_22; -goto _start; +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_dec(x_6); +x_45 = lean_ctor_get(x_2, 0); +lean_inc(x_45); +x_46 = lean_array_get_size(x_45); +lean_dec(x_45); +x_47 = lean_ctor_get(x_2, 2); +lean_inc(x_47); +x_48 = lean_nat_add(x_46, x_47); +x_49 = lean_array_get_size(x_7); +x_50 = lean_nat_dec_le(x_49, x_48); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_box(0); +x_52 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2(x_7, x_1, x_2, x_3, x_4, x_46, x_47, x_5, x_48, x_51, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_47); +return x_52; } else { -uint8_t x_27; -lean_dec(x_19); +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_48); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_53 = l_Lean_indentExpr(x_5); +x_54 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_53); +x_56 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg(x_57, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +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_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_27 = !lean_is_exclusive(x_20); -if (x_27 == 0) +x_59 = !lean_is_exclusive(x_58); +if (x_59 == 0) { -return x_20; +return x_58; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_20, 0); -x_29 = lean_ctor_get(x_20, 1); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_20); -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_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_58, 0); +x_61 = lean_ctor_get(x_58, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_58); +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_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22(lean_object* x_1, lean_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) { +static lean_object* _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1() { _start: { -uint8_t x_19; -x_19 = lean_nat_dec_le(x_9, x_8); -if (x_19 == 0) -{ -lean_object* x_20; uint8_t x_21; -x_20 = lean_unsigned_to_nat(0u); -x_21 = lean_nat_dec_eq(x_7, x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_unsigned_to_nat(1u); -x_23 = lean_nat_sub(x_7, x_22); -lean_dec(x_7); -x_24 = lean_nat_dec_eq(x_4, x_8); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_2, 3); -lean_inc(x_25); -x_26 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_25, x_8); -lean_dec(x_25); -if (x_26 == 0) -{ -uint8_t x_27; -x_27 = lean_nat_dec_lt(x_8, x_6); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = l_Lean_instInhabitedExpr; -x_29 = l___private_Init_Util_0__outOfBounds___rarg(x_28); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_30 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_29, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -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 = lean_array_push(x_11, x_31); -x_34 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_34; -x_11 = x_33; -x_18 = x_32; -goto _start; +lean_object* x_1; +x_1 = l_Lean_inheritedTraceOptions; +return x_1; } -else -{ -uint8_t x_36; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_11); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_36 = !lean_is_exclusive(x_30); -if (x_36 == 0) -{ -return x_30; } -else +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___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) { +_start: { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_30, 0); -x_38 = lean_ctor_get(x_30, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_30); -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_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1; +x_10 = lean_st_ref_get(x_9, x_8); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_10, 0); +x_13 = lean_ctor_get(x_6, 2); +x_14 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_12, x_13, x_1); +lean_dec(x_12); +x_15 = lean_box(x_14); +lean_ctor_set(x_10, 0, x_15); +return x_10; } else { -lean_object* x_40; lean_object* x_41; -x_40 = lean_array_fget(x_5, x_8); +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_16 = lean_ctor_get(x_10, 0); +x_17 = lean_ctor_get(x_10, 1); lean_inc(x_17); lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_41 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_40, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -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_array_push(x_11, x_42); -x_45 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_45; -x_11 = x_44; -x_18 = x_43; -goto _start; -} -else -{ -uint8_t x_47; -lean_dec(x_23); -lean_dec(x_17); +lean_dec(x_10); +x_18 = lean_ctor_get(x_6, 2); +x_19 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_16, x_18, x_1); lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_11); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_47 = !lean_is_exclusive(x_41); -if (x_47 == 0) -{ -return x_41; -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_41, 0); -x_49 = lean_ctor_get(x_41, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_41); -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; -} -} -} -} -else -{ -lean_object* x_51; -x_51 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_51; -goto _start; +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_17); +return x_21; } } -else +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(lean_object* x_1) { +_start: { -lean_object* x_53; -x_53 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_53; -goto _start; +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___boxed), 8, 0); +return x_2; } } -else +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___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) { +_start: { -lean_object* x_55; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_11); -lean_ctor_set(x_55, 1, x_18); -return x_55; -} +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1; +x_10 = lean_st_ref_get(x_9, x_8); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_10, 0); +x_13 = lean_ctor_get(x_6, 2); +x_14 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_12, x_13, x_1); +lean_dec(x_12); +x_15 = lean_box(x_14); +lean_ctor_set(x_10, 0, x_15); +return x_10; } else { -lean_object* x_56; -lean_dec(x_17); +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_16 = lean_ctor_get(x_10, 0); +x_17 = lean_ctor_get(x_10, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_10); +x_18 = lean_ctor_get(x_6, 2); +x_19 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_16, x_18, x_1); lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_11); -lean_ctor_set(x_56, 1, x_18); -return x_56; +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_17); +return x_21; +} } } +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___rarg___boxed), 8, 0); +return x_2; +} } LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___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) { _start: @@ -6516,532 +6352,617 @@ x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreD return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___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) { _start: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_6, 5); -x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) +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; +x_10 = lean_ctor_get(x_7, 5); +x_11 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_5, x_6, x_7, x_8, x_9); +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 = lean_st_ref_take(x_8, x_13); +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_is_exclusive(x_15); +if (x_17 == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_9); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_9); -lean_ctor_set(x_13, 1, x_12); -lean_ctor_set_tag(x_10, 1); -lean_ctor_set(x_10, 0, x_13); -return x_10; +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; uint8_t x_25; +x_18 = lean_ctor_get(x_15, 3); +x_19 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; +x_20 = 0; +x_21 = lean_alloc_ctor(9, 3, 1); +lean_ctor_set(x_21, 0, x_1); +lean_ctor_set(x_21, 1, x_12); +lean_ctor_set(x_21, 2, x_19); +lean_ctor_set_uint8(x_21, sizeof(void*)*3, x_20); +lean_inc(x_10); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_10); +lean_ctor_set(x_22, 1, x_21); +x_23 = l_Lean_PersistentArray_push___rarg(x_18, x_22); +lean_ctor_set(x_15, 3, x_23); +x_24 = lean_st_ref_set(x_8, x_15, x_16); +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +lean_dec(x_26); +x_27 = lean_box(0); +lean_ctor_set(x_24, 0, x_27); +return x_24; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_10, 0); -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_10); -lean_inc(x_9); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_9); -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_15); -return x_17; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 1); +lean_inc(x_28); +lean_dec(x_24); +x_29 = lean_box(0); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +return x_30; +} +} +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; 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_31 = lean_ctor_get(x_15, 0); +x_32 = lean_ctor_get(x_15, 1); +x_33 = lean_ctor_get(x_15, 2); +x_34 = lean_ctor_get(x_15, 3); +x_35 = lean_ctor_get(x_15, 4); +x_36 = lean_ctor_get(x_15, 5); +x_37 = lean_ctor_get(x_15, 6); +lean_inc(x_37); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +lean_inc(x_33); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_15); +x_38 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; +x_39 = 0; +x_40 = lean_alloc_ctor(9, 3, 1); +lean_ctor_set(x_40, 0, x_1); +lean_ctor_set(x_40, 1, x_12); +lean_ctor_set(x_40, 2, x_38); +lean_ctor_set_uint8(x_40, sizeof(void*)*3, x_39); +lean_inc(x_10); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_10); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Lean_PersistentArray_push___rarg(x_34, x_41); +x_43 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_43, 0, x_31); +lean_ctor_set(x_43, 1, x_32); +lean_ctor_set(x_43, 2, x_33); +lean_ctor_set(x_43, 3, x_42); +lean_ctor_set(x_43, 4, x_35); +lean_ctor_set(x_43, 5, x_36); +lean_ctor_set(x_43, 6, x_37); +x_44 = lean_st_ref_set(x_8, x_43, x_16); +x_45 = lean_ctor_get(x_44, 1); +lean_inc(x_45); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + lean_ctor_release(x_44, 1); + x_46 = x_44; +} else { + lean_dec_ref(x_44); + x_46 = lean_box(0); +} +x_47 = lean_box(0); +if (lean_is_scalar(x_46)) { + x_48 = lean_alloc_ctor(0, 2, 0); +} else { + x_48 = x_46; +} +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_45); +return x_48; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg___boxed), 8, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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_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_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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) { _start: { -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_16 = l_Array_extract___rarg(x_1, x_2, x_3); -x_17 = lean_array_get_size(x_16); -x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_unsigned_to_nat(1u); -x_20 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; -lean_inc(x_17); -x_21 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22(x_4, x_5, x_6, x_7, x_16, x_17, x_17, x_18, x_17, x_19, x_20, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_17); -lean_dec(x_16); -if (lean_obj_tag(x_21) == 0) +lean_object* x_10; uint8_t x_11; lean_object* x_12; +x_10 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___rarg___lambda__1), 10, 3); +lean_closure_set(x_10, 0, x_2); +lean_closure_set(x_10, 1, x_3); +lean_closure_set(x_10, 2, x_4); +x_11 = 0; +x_12 = l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(x_1, x_11, x_10, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_12) == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_12); +if (x_13 == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_21, 0); -x_24 = l_Lean_mkAppN(x_8, x_23); -lean_ctor_set(x_21, 0, x_24); -return x_21; +return x_12; } 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_mkAppN(x_8, 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; +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; } } else { -uint8_t x_29; -lean_dec(x_8); -x_29 = !lean_is_exclusive(x_21); -if (x_29 == 0) +uint8_t x_17; +x_17 = !lean_is_exclusive(x_12); +if (x_17 == 0) { -return x_21; +return x_12; } 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; +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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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, lean_object* x_16, lean_object* x_17) { +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_18; lean_object* x_19; uint8_t x_45; -lean_dec(x_10); -x_18 = lean_array_get_size(x_1); -x_45 = lean_nat_dec_lt(x_9, x_18); -if (x_45 == 0) -{ -lean_object* x_46; lean_object* x_47; -lean_dec(x_9); -x_46 = l_Lean_instInhabitedExpr; -x_47 = l___private_Init_Util_0__outOfBounds___rarg(x_46); -x_19 = x_47; -goto block_44; +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___rarg), 9, 0); +return x_3; } -else -{ -lean_object* x_48; -x_48 = lean_array_fget(x_1, x_9); -lean_dec(x_9); -x_19 = x_48; -goto block_44; } -block_44: +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, 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_20; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_nat_sub(x_1, x_15); +x_17 = lean_array_get_size(x_2); +x_18 = lean_nat_dec_lt(x_16, x_17); +lean_dec(x_17); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_16); +x_19 = l_Lean_instInhabitedExpr; +x_20 = l___private_Init_Util_0__outOfBounds___rarg(x_19); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_5); -lean_inc(x_3); -lean_inc(x_2); -x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_20) == 0) +lean_inc(x_10); +x_21 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_20, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; +x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_ctor_get(x_3, 6); +x_23 = lean_ctor_get(x_21, 1); lean_inc(x_23); -x_24 = lean_array_get_size(x_23); -lean_dec(x_23); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_5); -x_25 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelow(x_5, x_24, x_21, x_13, x_14, x_15, x_16, x_22); -if (lean_obj_tag(x_25) == 0) -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_8); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -x_28 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___lambda__1(x_1, x_6, x_18, x_2, x_3, x_5, x_7, x_26, x_11, x_12, x_13, x_14, x_15, x_16, x_27); +lean_dec(x_21); +x_24 = 0; +x_25 = 1; +x_26 = 1; +x_27 = l_Lean_Meta_mkLambdaFVars(x_2, x_22, x_24, x_25, x_26, x_10, x_11, x_12, x_13, x_23); +lean_dec(x_13); +lean_dec(x_12); lean_dec(x_11); -return x_28; +lean_dec(x_10); +return x_27; } 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; uint8_t x_36; -lean_dec(x_18); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_29 = lean_ctor_get(x_25, 1); -lean_inc(x_29); -lean_dec(x_25); -x_30 = l_Lean_indentExpr(x_8); -x_31 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___closed__2; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___rarg(x_34, x_11, x_12, x_13, x_14, x_15, x_16, x_29); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_28; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) +lean_dec(x_10); +lean_dec(x_2); +x_28 = !lean_is_exclusive(x_21); +if (x_28 == 0) { -return x_35; +return x_21; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_35); -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_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_21, 0); +x_30 = lean_ctor_get(x_21, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_21); +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_40; -lean_dec(x_18); +lean_object* x_32; lean_object* x_33; +x_32 = lean_array_fget(x_2, x_16); lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_32, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_33) == 0) +{ +lean_object* x_34; lean_object* x_35; uint8_t x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = 0; +x_37 = 1; +x_38 = 1; +x_39 = l_Lean_Meta_mkLambdaFVars(x_2, x_34, x_36, x_37, x_38, x_10, x_11, x_12, x_13, x_35); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -lean_dec(x_8); +lean_dec(x_10); +return x_39; +} +else +{ +uint8_t x_40; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_2); +x_40 = !lean_is_exclusive(x_33); +if (x_40 == 0) +{ +return x_33; +} +else +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_33, 0); +x_42 = lean_ctor_get(x_33, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_33); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; +} +} +} +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("unexpected matcher application alternative", 42); +return x_1; +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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, lean_object* x_16) { +_start: +{ +lean_object* x_17; uint8_t x_18; +lean_dec(x_9); +x_17 = lean_array_get_size(x_2); +x_18 = lean_nat_dec_le(x_1, x_17); +lean_dec(x_17); +if (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; lean_object* x_28; uint8_t x_29; 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_40 = !lean_is_exclusive(x_20); -if (x_40 == 0) +x_19 = l_Lean_indentExpr(x_7); +x_20 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__2; +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4; +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_indentExpr(x_8); +x_25 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +x_26 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___rarg(x_27, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -return x_20; +return x_28; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_20, 0); -x_42 = lean_ctor_get(x_20, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_20); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_28, 0); +x_31 = lean_ctor_get(x_28, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_28); +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 +{ +lean_object* x_33; lean_object* x_34; +lean_dec(x_8); +lean_dec(x_7); +x_33 = lean_box(0); +x_34 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_33, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +return x_34; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25(lean_object* x_1, lean_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) { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__1() { _start: { -if (lean_obj_tag(x_6) == 5) -{ -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_6, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_6, 1); -lean_inc(x_17); -lean_dec(x_6); -x_18 = lean_array_set(x_7, x_8, x_17); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_sub(x_8, x_19); -lean_dec(x_8); -x_6 = x_16; -x_7 = x_18; -x_8 = x_20; -goto _start; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("altNumParams: ", 14); +return x_1; } -else -{ -uint8_t x_22; -lean_dec(x_8); -x_22 = l_Lean_Expr_isConstOf(x_6, x_1); -if (x_22 == 0) -{ -lean_object* x_23; -lean_dec(x_5); -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_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_23 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_6, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_23) == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; lean_object* x_29; -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_array_get_size(x_7); -x_27 = lean_usize_of_nat(x_26); -lean_dec(x_26); -x_28 = 0; -x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(x_1, x_2, x_3, x_4, x_27, x_28, x_7, x_9, x_10, x_11, x_12, x_13, x_14, x_25); -if (lean_obj_tag(x_29) == 0) +} +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__2() { +_start: { -uint8_t x_30; -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__3() { +_start: { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_29, 0); -x_32 = l_Lean_mkAppN(x_24, x_31); -lean_ctor_set(x_29, 0, x_32); -return x_29; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(", xs: ", 6); +return x_1; } -else +} +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__4() { +_start: { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_33 = lean_ctor_get(x_29, 0); -x_34 = lean_ctor_get(x_29, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_29); -x_35 = l_Lean_mkAppN(x_24, x_33); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_34); -return x_36; +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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_object* x_15, lean_object* x_16) { +_start: { -uint8_t x_37; -lean_dec(x_24); -x_37 = !lean_is_exclusive(x_29); -if (x_37 == 0) +lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_inc(x_2); +x_17 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___rarg(x_2, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_unbox(x_18); +lean_dec(x_18); +if (x_19 == 0) { -return x_29; +lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_dec(x_2); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_dec(x_17); +x_21 = lean_box(0); +x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2(x_3, x_8, x_1, x_4, x_5, x_9, x_6, x_7, x_21, x_10, x_11, x_12, x_13, x_14, x_15, x_20); +lean_dec(x_3); +return x_22; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_29, 0); -x_39 = lean_ctor_get(x_29, 1); +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; lean_object* x_40; lean_object* x_41; +x_23 = lean_ctor_get(x_17, 1); +lean_inc(x_23); +lean_dec(x_17); +lean_inc(x_3); +x_24 = l_Nat_repr(x_3); +x_25 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_25, 0, x_24); +x_26 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_26, 0, x_25); +x_27 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__2; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__4; +x_30 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +lean_inc(x_8); +x_31 = lean_array_to_list(lean_box(0), x_8); +x_32 = lean_box(0); +x_33 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_31, x_32); +x_34 = l_Lean_MessageData_ofList(x_33); +lean_dec(x_33); +x_35 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_35, 0, x_30); +lean_ctor_set(x_35, 1, x_34); +x_36 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +x_37 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +x_38 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg(x_2, x_37, x_10, x_11, x_12, x_13, x_14, x_15, x_23); +x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_29); -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; +x_40 = lean_ctor_get(x_38, 1); +lean_inc(x_40); +lean_dec(x_38); +x_41 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2(x_3, x_8, x_1, x_4, x_5, x_9, x_6, x_7, x_39, x_10, x_11, x_12, x_13, x_14, x_15, x_40); +lean_dec(x_3); +return x_41; } } } -else +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(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, lean_object* x_14, lean_object* x_15) { +_start: { -uint8_t x_41; +uint8_t x_16; +x_16 = lean_usize_dec_lt(x_7, x_6); +if (x_16 == 0) +{ +lean_object* x_17; 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_7); +lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_41 = !lean_is_exclusive(x_23); -if (x_41 == 0) -{ -return x_23; -} -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_23, 0); -x_43 = lean_ctor_get(x_23, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_23); -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; -} -} +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_8); +lean_ctor_set(x_17, 1, x_15); +return x_17; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_dec(x_6); -x_45 = lean_ctor_get(x_2, 0); -lean_inc(x_45); -x_46 = lean_array_get_size(x_45); -lean_dec(x_45); -x_47 = lean_ctor_get(x_2, 2); -lean_inc(x_47); -x_48 = lean_nat_add(x_46, x_47); -x_49 = lean_array_get_size(x_7); -x_50 = lean_nat_dec_le(x_49, x_48); -lean_dec(x_49); -if (x_50 == 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; +x_18 = lean_array_uget(x_8, x_7); +x_19 = lean_unsigned_to_nat(0u); +x_20 = lean_array_uset(x_8, x_7, x_19); +x_21 = lean_ctor_get(x_18, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_18, 1); +lean_inc(x_22); +lean_dec(x_18); +lean_inc(x_4); +lean_inc(x_21); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_5); +lean_inc(x_1); +x_23 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3), 16, 7); +lean_closure_set(x_23, 0, x_1); +lean_closure_set(x_23, 1, x_5); +lean_closure_set(x_23, 2, x_22); +lean_closure_set(x_23, 3, x_2); +lean_closure_set(x_23, 4, x_3); +lean_closure_set(x_23, 5, x_21); +lean_closure_set(x_23, 6, x_4); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_24 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___rarg(x_21, x_23, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_box(0); -x_52 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___lambda__2(x_7, x_1, x_2, x_3, x_4, x_46, x_47, x_5, x_48, x_51, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_47); -return x_52; +lean_object* x_25; lean_object* x_26; size_t x_27; size_t 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); +lean_dec(x_24); +x_27 = 1; +x_28 = lean_usize_add(x_7, x_27); +x_29 = lean_array_uset(x_20, x_7, x_25); +x_7 = x_28; +x_8 = x_29; +x_15 = x_26; +goto _start; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_48); -lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_53 = l_Lean_indentExpr(x_5); -x_54 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg(x_57, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +uint8_t x_31; +lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_59 = !lean_is_exclusive(x_58); -if (x_59 == 0) -{ -return x_58; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_58, 0); -x_61 = lean_ctor_get(x_58, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_58); -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; -} -} -} -} -} -} -static lean_object* _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_inheritedTraceOptions; -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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) { -_start: -{ -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1; -x_10 = lean_st_ref_get(x_9, x_8); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_31 = !lean_is_exclusive(x_24); +if (x_31 == 0) { -lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_6, 2); -x_14 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_12, x_13, x_1); -lean_dec(x_12); -x_15 = lean_box(x_14); -lean_ctor_set(x_10, 0, x_15); -return x_10; +return x_24; } 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; -x_16 = lean_ctor_get(x_10, 0); -x_17 = lean_ctor_get(x_10, 1); -lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_10); -x_18 = lean_ctor_get(x_6, 2); -x_19 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_16, x_18, x_1); -lean_dec(x_16); -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_17); -return x_21; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_24, 0); +x_33 = lean_ctor_get(x_24, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_24); +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_33); +return x_34; } } } -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___boxed), 8, 0); -return x_2; } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__27(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14) { @@ -7148,19 +7069,52 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_7, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_52; x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_7, x_22); lean_dec(x_7); -x_24 = lean_nat_dec_eq(x_4, x_8); +x_52 = lean_nat_dec_eq(x_4, x_8); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_2, 3); +lean_inc(x_53); +x_54 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_53, x_8); +lean_dec(x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_24 = x_55; +goto block_51; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_24 = x_56; +goto block_51; +} +} +else +{ +uint8_t x_57; +x_57 = 0; +x_24 = x_57; +goto block_51; +} +block_51: +{ if (x_24 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_2, 3); -lean_inc(x_25); -x_26 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_25, x_8); -lean_dec(x_25); -if (x_26 == 0) +lean_object* x_25; +x_25 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_25; +goto _start; +} +else { uint8_t x_27; x_27 = lean_nat_dec_lt(x_8, x_6); @@ -7294,29 +7248,11 @@ return x_50; } } } -else -{ -lean_object* x_51; -x_51 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_51; -goto _start; -} -} -else -{ -lean_object* x_53; -x_53 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_53; -goto _start; } } else { -lean_object* x_55; +lean_object* x_58; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -7327,15 +7263,15 @@ lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_11); -lean_ctor_set(x_55, 1, x_18); -return x_55; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_11); +lean_ctor_set(x_58, 1, x_18); +return x_58; } } else { -lean_object* x_56; +lean_object* x_59; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -7346,10 +7282,10 @@ lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_11); -lean_ctor_set(x_56, 1, x_18); -return x_56; +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_11); +lean_ctor_set(x_59, 1, x_18); +return x_59; } } } @@ -7835,137 +7771,46 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_53 = l_Lean_indentExpr(x_5); -x_54 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___rarg(x_57, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_59 = !lean_is_exclusive(x_58); -if (x_59 == 0) -{ -return x_58; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_58, 0); -x_61 = lean_ctor_get(x_58, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_58); -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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___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) { -_start: -{ -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1; -x_10 = lean_st_ref_get(x_9, x_8); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_6, 2); -x_14 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_12, x_13, x_1); -lean_dec(x_12); -x_15 = lean_box(x_14); -lean_ctor_set(x_10, 0, x_15); -return x_10; -} -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; -x_16 = lean_ctor_get(x_10, 0); -x_17 = lean_ctor_get(x_10, 1); -lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_10); -x_18 = lean_ctor_get(x_6, 2); -x_19 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_16, x_18, x_1); -lean_dec(x_16); -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_17); -return x_21; -} -} -} -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg___boxed), 8, 0); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___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) { -_start: -{ -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_6, 5); -x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) +x_53 = l_Lean_indentExpr(x_5); +x_54 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_53); +x_56 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___rarg(x_57, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +x_59 = !lean_is_exclusive(x_58); +if (x_59 == 0) { -lean_object* x_12; lean_object* x_13; -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_9); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_9); -lean_ctor_set(x_13, 1, x_12); -lean_ctor_set_tag(x_10, 1); -lean_ctor_set(x_10, 0, x_13); -return x_10; +return x_58; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_10, 0); -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_10); -lean_inc(x_9); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_9); -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_15); -return x_17; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_58, 0); +x_61 = lean_ctor_get(x_58, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_58); +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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___rarg___boxed), 8, 0); -return x_2; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___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) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; @@ -8085,625 +7930,857 @@ return x_48; } } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___rarg___boxed), 9, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg___boxed), 9, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(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_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_10; uint8_t x_11; lean_object* x_12; -x_10 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg___lambda__1), 10, 3); -lean_closure_set(x_10, 0, x_2); -lean_closure_set(x_10, 1, x_3); -lean_closure_set(x_10, 2, x_4); -x_11 = 0; -x_12 = l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(x_1, x_11, x_10, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_12) == 0) +uint8_t x_15; +x_15 = lean_usize_dec_lt(x_6, x_5); +if (x_15 == 0) { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) +lean_object* x_16; +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_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_7); +lean_ctor_set(x_16, 1, x_14); +return x_16; +} +else { -return x_12; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_array_uget(x_7, x_6); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_array_uset(x_7, x_6, x_18); +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_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_20) == 0) +{ +lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; lean_object* x_25; +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 = 1; +x_24 = lean_usize_add(x_6, x_23); +x_25 = lean_array_uset(x_19, x_6, x_21); +x_6 = x_24; +x_7 = x_25; +x_14 = x_22; +goto _start; +} +else +{ +uint8_t x_27; +lean_dec(x_19); +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_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_27 = !lean_is_exclusive(x_20); +if (x_27 == 0) +{ +return x_20; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_20, 0); +x_29 = lean_ctor_get(x_20, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_20); +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_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(lean_object* x_1, lean_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) { +_start: +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_9, x_8); +if (x_19 == 0) +{ +lean_object* x_20; uint8_t x_21; +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_nat_dec_eq(x_7, x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_52; +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_nat_sub(x_7, x_22); +lean_dec(x_7); +x_52 = lean_nat_dec_eq(x_4, x_8); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_2, 3); +lean_inc(x_53); +x_54 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_53, x_8); +lean_dec(x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_24 = x_55; +goto block_51; +} +else +{ +uint8_t x_56; +x_56 = 0; +x_24 = x_56; +goto block_51; +} +} +else +{ +uint8_t x_57; +x_57 = 0; +x_24 = x_57; +goto block_51; +} +block_51: +{ +if (x_24 == 0) +{ +lean_object* x_25; +x_25 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_25; +goto _start; +} +else +{ +uint8_t x_27; +x_27 = lean_nat_dec_lt(x_8, x_6); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = l_Lean_instInhabitedExpr; +x_29 = l___private_Init_Util_0__outOfBounds___rarg(x_28); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_30 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_29, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_30) == 0) +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +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 = lean_array_push(x_11, x_31); +x_34 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_34; +x_11 = x_33; +x_18 = x_32; +goto _start; +} +else +{ +uint8_t x_36; +lean_dec(x_23); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_11); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_36 = !lean_is_exclusive(x_30); +if (x_36 == 0) +{ +return x_30; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_30, 0); +x_38 = lean_ctor_get(x_30, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_30); +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; +} +} } 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_object* x_40; lean_object* x_41; +x_40 = lean_array_fget(x_5, x_8); +lean_inc(x_17); +lean_inc(x_16); 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_inc(x_13); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_41 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps(x_1, x_2, x_3, x_40, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_41) == 0) +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +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_array_push(x_11, x_42); +x_45 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_45; +x_11 = x_44; +x_18 = x_43; +goto _start; } else { -uint8_t x_17; -x_17 = !lean_is_exclusive(x_12); -if (x_17 == 0) +uint8_t x_47; +lean_dec(x_23); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_11); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_47 = !lean_is_exclusive(x_41); +if (x_47 == 0) { -return x_12; +return x_41; } 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_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_41, 0); +x_49 = lean_ctor_get(x_41, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_41); +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_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg), 9, 0); -return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, 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: +else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_15 = lean_unsigned_to_nat(1u); -x_16 = lean_nat_sub(x_1, x_15); -x_17 = lean_array_get_size(x_2); -x_18 = lean_nat_dec_lt(x_16, x_17); +lean_object* x_58; lean_dec(x_17); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_dec(x_16); -x_19 = l_Lean_instInhabitedExpr; -x_20 = l___private_Init_Util_0__outOfBounds___rarg(x_19); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_21 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_20, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; -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 = 0; -x_25 = 1; -x_26 = 1; -x_27 = l_Lean_Meta_mkLambdaFVars(x_2, x_22, x_24, x_25, x_26, x_10, x_11, x_12, x_13, x_23); +lean_dec(x_15); +lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -return x_27; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_11); +lean_ctor_set(x_58, 1, x_18); +return x_58; +} } else { -uint8_t x_28; +lean_object* x_59; +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_3); lean_dec(x_2); -x_28 = !lean_is_exclusive(x_21); -if (x_28 == 0) -{ -return x_21; -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_21, 0); -x_30 = lean_ctor_get(x_21, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_21); -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; +lean_dec(x_1); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_11); +lean_ctor_set(x_59, 1, x_18); +return x_59; } } } -else +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___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) { +_start: { -lean_object* x_32; lean_object* x_33; -x_32 = lean_array_fget(x_2, x_16); -lean_dec(x_16); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_3, x_4, x_5, x_32, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_33) == 0) +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_6, 5); +x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -lean_object* x_34; lean_object* x_35; uint8_t x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = 0; -x_37 = 1; -x_38 = 1; -x_39 = l_Lean_Meta_mkLambdaFVars(x_2, x_34, x_36, x_37, x_38, x_10, x_11, x_12, x_13, x_35); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -return x_39; +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_9); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_9); +lean_ctor_set(x_13, 1, x_12); +lean_ctor_set_tag(x_10, 1); +lean_ctor_set(x_10, 0, x_13); +return x_10; } else { -uint8_t x_40; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_10, 0); +x_15 = lean_ctor_get(x_10, 1); +lean_inc(x_15); +lean_inc(x_14); lean_dec(x_10); -lean_dec(x_2); -x_40 = !lean_is_exclusive(x_33); -if (x_40 == 0) -{ -return x_33; +lean_inc(x_9); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_9); +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_15); +return x_17; +} } -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_33, 0); -x_42 = lean_ctor_get(x_33, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_33); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; } +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg___boxed), 8, 0); +return x_2; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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) { +_start: +{ +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_6, 5); +x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_9); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_9); +lean_ctor_set(x_13, 1, x_12); +lean_ctor_set_tag(x_10, 1); +lean_ctor_set(x_10, 0, x_13); +return x_10; } +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_10, 0); +x_15 = lean_ctor_get(x_10, 1); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_10); +lean_inc(x_9); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_9); +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_15); +return x_17; } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unexpected matcher application alternative", 42); -return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__2() { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(lean_object* x_1) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___rarg___boxed), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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, lean_object* x_16) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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_object* x_15) { _start: { -lean_object* x_17; uint8_t x_18; -lean_dec(x_9); -x_17 = lean_array_get_size(x_2); -x_18 = lean_nat_dec_le(x_1, x_17); +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_16 = l_Array_extract___rarg(x_1, x_2, x_3); +x_17 = lean_array_get_size(x_16); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_unsigned_to_nat(1u); +x_20 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; +lean_inc(x_17); +x_21 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(x_4, x_5, x_6, x_7, x_16, x_17, x_17, x_18, x_17, x_19, x_20, x_9, x_10, x_11, x_12, x_13, x_14, x_15); lean_dec(x_17); -if (x_18 == 0) +lean_dec(x_16); +if (lean_obj_tag(x_21) == 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; lean_object* x_28; uint8_t x_29; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_19 = l_Lean_indentExpr(x_7); -x_20 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__2; -x_21 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_19); -x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4; -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_indentExpr(x_8); -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -x_26 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___rarg(x_27, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -x_29 = !lean_is_exclusive(x_28); -if (x_29 == 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_mkAppN(x_8, 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_mkAppN(x_8, 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_8); +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_28, 0); -x_31 = lean_ctor_get(x_28, 1); +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_28); +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 -{ -lean_object* x_33; lean_object* x_34; -lean_dec(x_8); -lean_dec(x_7); -x_33 = lean_box(0); -x_34 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_33, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -return x_34; -} -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("altNumParams: ", 14); -return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__2() { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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, lean_object* x_16, lean_object* x_17) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__3() { -_start: +lean_object* x_18; lean_object* x_19; uint8_t x_45; +lean_dec(x_10); +x_18 = lean_array_get_size(x_1); +x_45 = lean_nat_dec_lt(x_9, x_18); +if (x_45 == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes(", xs: ", 6); -return x_1; -} +lean_object* x_46; lean_object* x_47; +lean_dec(x_9); +x_46 = l_Lean_instInhabitedExpr; +x_47 = l___private_Init_Util_0__outOfBounds___rarg(x_46); +x_19 = x_47; +goto block_44; } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__4() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__3; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} +lean_object* x_48; +x_48 = lean_array_fget(x_1, x_9); +lean_dec(x_9); +x_19 = x_48; +goto block_44; } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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_object* x_15, lean_object* x_16) { -_start: +block_44: { -lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_20; +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_5); +lean_inc(x_3); lean_inc(x_2); -x_17 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg(x_2, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_unbox(x_18); -lean_dec(x_18); -if (x_19 == 0) +x_20 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -lean_dec(x_2); -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); -lean_dec(x_17); -x_21 = lean_box(0); -x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2(x_3, x_8, x_1, x_4, x_5, x_9, x_6, x_7, x_21, x_10, x_11, x_12, x_13, x_14, x_15, x_20); -lean_dec(x_3); -return x_22; +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_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_ctor_get(x_3, 6); +lean_inc(x_23); +x_24 = lean_array_get_size(x_23); +lean_dec(x_23); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_5); +x_25 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelow(x_5, x_24, x_21, x_13, x_14, x_15, x_16, x_22); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_8); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___lambda__1(x_1, x_6, x_18, x_2, x_3, x_5, x_7, x_26, x_11, x_12, x_13, x_14, x_15, x_16, x_27); +lean_dec(x_11); +return x_28; } else { -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; lean_object* x_40; lean_object* x_41; -x_23 = lean_ctor_get(x_17, 1); -lean_inc(x_23); -lean_dec(x_17); -lean_inc(x_3); -x_24 = l_Nat_repr(x_3); -x_25 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_25, 0, x_24); -x_26 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_26, 0, x_25); -x_27 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__2; -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_26); -x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__4; -x_30 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_30, 0, x_28); -lean_ctor_set(x_30, 1, x_29); -lean_inc(x_8); -x_31 = lean_array_to_list(lean_box(0), x_8); -x_32 = lean_box(0); -x_33 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_31, x_32); -x_34 = l_Lean_MessageData_ofList(x_33); -lean_dec(x_33); -x_35 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_35, 0, x_30); -lean_ctor_set(x_35, 1, x_34); -x_36 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_36); -x_38 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___rarg(x_2, x_37, x_10, x_11, x_12, x_13, x_14, x_15, x_23); -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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2(x_3, x_8, x_1, x_4, x_5, x_9, x_6, x_7, x_39, x_10, x_11, x_12, x_13, x_14, x_15, x_40); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +lean_dec(x_18); +lean_dec(x_6); +lean_dec(x_5); lean_dec(x_3); -return x_41; +lean_dec(x_2); +lean_dec(x_1); +x_29 = lean_ctor_get(x_25, 1); +lean_inc(x_29); +lean_dec(x_25); +x_30 = l_Lean_indentExpr(x_8); +x_31 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__2___closed__2; +x_32 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_33); +x_35 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg(x_34, x_11, x_12, x_13, x_14, x_15, x_16, x_29); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) +{ +return x_35; +} +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_35); +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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(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, lean_object* x_14, lean_object* x_15) { -_start: -{ -uint8_t x_16; -x_16 = lean_usize_dec_lt(x_7, x_6); -if (x_16 == 0) +else { -lean_object* x_17; +uint8_t x_40; +lean_dec(x_18); +lean_dec(x_16); +lean_dec(x_15); 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_6); lean_dec(x_5); -lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_8); -lean_ctor_set(x_17, 1, x_15); -return x_17; +x_40 = !lean_is_exclusive(x_20); +if (x_40 == 0) +{ +return x_20; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_18 = lean_array_uget(x_8, x_7); -x_19 = lean_unsigned_to_nat(0u); -x_20 = lean_array_uset(x_8, x_7, x_19); -x_21 = lean_ctor_get(x_18, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_18, 1); -lean_inc(x_22); -lean_dec(x_18); -lean_inc(x_4); -lean_inc(x_21); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_5); -lean_inc(x_1); -x_23 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3), 16, 7); -lean_closure_set(x_23, 0, x_1); -lean_closure_set(x_23, 1, x_5); -lean_closure_set(x_23, 2, x_22); -lean_closure_set(x_23, 3, x_2); -lean_closure_set(x_23, 4, x_3); -lean_closure_set(x_23, 5, x_21); -lean_closure_set(x_23, 6, x_4); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_20, 0); +x_42 = lean_ctor_get(x_20, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_20); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37(lean_object* x_1, lean_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: +{ +if (lean_obj_tag(x_6) == 5) +{ +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_6, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_6, 1); +lean_inc(x_17); +lean_dec(x_6); +x_18 = lean_array_set(x_7, x_8, x_17); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_sub(x_8, x_19); +lean_dec(x_8); +x_6 = x_16; +x_7 = x_18; +x_8 = x_20; +goto _start; +} +else +{ +uint8_t x_22; +lean_dec(x_8); +x_22 = l_Lean_Expr_isConstOf(x_6, x_1); +if (x_22 == 0) +{ +lean_object* x_23; +lean_dec(x_5); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_24 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg(x_21, x_23, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_24) == 0) +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_23 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_6, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; lean_object* x_29; -x_25 = lean_ctor_get(x_24, 0); +lean_object* x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; lean_object* x_29; +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); +lean_dec(x_23); +x_26 = lean_array_get_size(x_7); +x_27 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_28 = 0; +x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(x_1, x_2, x_3, x_4, x_27, x_28, x_7, x_9, x_10, x_11, x_12, x_13, x_14, x_25); +if (lean_obj_tag(x_29) == 0) +{ +uint8_t x_30; +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_29, 0); +x_32 = l_Lean_mkAppN(x_24, x_31); +lean_ctor_set(x_29, 0, x_32); +return x_29; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_29, 0); +x_34 = lean_ctor_get(x_29, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_29); +x_35 = l_Lean_mkAppN(x_24, x_33); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +return x_36; +} +} +else +{ +uint8_t x_37; lean_dec(x_24); -x_27 = 1; -x_28 = lean_usize_add(x_7, x_27); -x_29 = lean_array_uset(x_20, x_7, x_25); -x_7 = x_28; -x_8 = x_29; -x_15 = x_26; -goto _start; +x_37 = !lean_is_exclusive(x_29); +if (x_37 == 0) +{ +return x_29; } else { -uint8_t x_31; -lean_dec(x_20); +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_29, 0); +x_39 = lean_ctor_get(x_29, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_29); +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_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_5); +lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_31 = !lean_is_exclusive(x_24); -if (x_31 == 0) -{ -return x_24; -} -else -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_24, 0); -x_33 = lean_ctor_get(x_24, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_24); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -return x_34; -} -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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) { -_start: -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_10 = lean_ctor_get(x_7, 5); -x_11 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_5, x_6, x_7, x_8, x_9); -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 = lean_st_ref_take(x_8, x_13); -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_is_exclusive(x_15); -if (x_17 == 0) -{ -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; uint8_t x_25; -x_18 = lean_ctor_get(x_15, 3); -x_19 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; -x_20 = 0; -x_21 = lean_alloc_ctor(9, 3, 1); -lean_ctor_set(x_21, 0, x_1); -lean_ctor_set(x_21, 1, x_12); -lean_ctor_set(x_21, 2, x_19); -lean_ctor_set_uint8(x_21, sizeof(void*)*3, x_20); -lean_inc(x_10); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_10); -lean_ctor_set(x_22, 1, x_21); -x_23 = l_Lean_PersistentArray_push___rarg(x_18, x_22); -lean_ctor_set(x_15, 3, x_23); -x_24 = lean_st_ref_set(x_8, x_15, x_16); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) -{ -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_24, 0); -lean_dec(x_26); -x_27 = lean_box(0); -lean_ctor_set(x_24, 0, x_27); -return x_24; +x_41 = !lean_is_exclusive(x_23); +if (x_41 == 0) +{ +return x_23; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_24, 1); -lean_inc(x_28); -lean_dec(x_24); -x_29 = lean_box(0); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -return x_30; +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_23, 0); +x_43 = lean_ctor_get(x_23, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_23); +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_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; 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_31 = lean_ctor_get(x_15, 0); -x_32 = lean_ctor_get(x_15, 1); -x_33 = lean_ctor_get(x_15, 2); -x_34 = lean_ctor_get(x_15, 3); -x_35 = lean_ctor_get(x_15, 4); -x_36 = lean_ctor_get(x_15, 5); -x_37 = lean_ctor_get(x_15, 6); -lean_inc(x_37); -lean_inc(x_36); -lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_15); -x_38 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; -x_39 = 0; -x_40 = lean_alloc_ctor(9, 3, 1); -lean_ctor_set(x_40, 0, x_1); -lean_ctor_set(x_40, 1, x_12); -lean_ctor_set(x_40, 2, x_38); -lean_ctor_set_uint8(x_40, sizeof(void*)*3, x_39); -lean_inc(x_10); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_10); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_PersistentArray_push___rarg(x_34, x_41); -x_43 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_43, 0, x_31); -lean_ctor_set(x_43, 1, x_32); -lean_ctor_set(x_43, 2, x_33); -lean_ctor_set(x_43, 3, x_42); -lean_ctor_set(x_43, 4, x_35); -lean_ctor_set(x_43, 5, x_36); -lean_ctor_set(x_43, 6, x_37); -x_44 = lean_st_ref_set(x_8, x_43, x_16); -x_45 = lean_ctor_get(x_44, 1); +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_dec(x_6); +x_45 = lean_ctor_get(x_2, 0); lean_inc(x_45); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - lean_ctor_release(x_44, 1); - x_46 = x_44; -} else { - lean_dec_ref(x_44); - x_46 = lean_box(0); +x_46 = lean_array_get_size(x_45); +lean_dec(x_45); +x_47 = lean_ctor_get(x_2, 2); +lean_inc(x_47); +x_48 = lean_nat_add(x_46, x_47); +x_49 = lean_array_get_size(x_7); +x_50 = lean_nat_dec_le(x_49, x_48); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_box(0); +x_52 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___lambda__2(x_7, x_1, x_2, x_3, x_4, x_46, x_47, x_5, x_48, x_51, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_47); +return x_52; } -x_47 = lean_box(0); -if (lean_is_scalar(x_46)) { - x_48 = lean_alloc_ctor(0, 2, 0); -} else { - x_48 = x_46; +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_48); +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_53 = l_Lean_indentExpr(x_5); +x_54 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_53); +x_56 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; +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_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___rarg(x_57, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +x_59 = !lean_is_exclusive(x_58); +if (x_59 == 0) +{ +return x_58; +} +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_58, 0); +x_61 = lean_ctor_get(x_58, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_58); +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_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_45); -return x_48; } } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___rarg___boxed), 9, 0); -return x_2; } } LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___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, lean_object* x_9) { @@ -8983,155 +9060,169 @@ lean_inc(x_19); x_21 = l_Lean_Elab_Structural_refinedArgType(x_19, x_2, x_11, x_12, x_13, x_14, x_20); if (lean_obj_tag(x_21) == 0) { -lean_object* x_22; uint8_t x_23; +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_67; x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); -x_23 = lean_unbox(x_22); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_67 = lean_unbox(x_22); lean_dec(x_22); -if (x_23 == 0) +if (x_67 == 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_31; -lean_dec(x_19); -lean_dec(x_7); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_dec(x_21); -x_25 = lean_unsigned_to_nat(0u); -x_26 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_25); -x_27 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; -lean_inc(x_26); -x_28 = lean_mk_array(x_26, x_27); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_sub(x_26, x_29); -lean_dec(x_26); -lean_inc(x_3); -x_31 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31(x_4, x_5, x_6, x_2, x_3, x_3, x_28, x_30, x_9, x_10, x_11, x_12, x_13, x_14, x_24); -return x_31; +uint8_t x_68; +x_68 = 1; +x_24 = x_68; +goto block_66; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; size_t x_37; size_t x_38; lean_object* x_39; +uint8_t x_69; +x_69 = 0; +x_24 = x_69; +goto block_66; +} +block_66: +{ +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; lean_object* x_31; lean_dec(x_2); -x_32 = lean_ctor_get(x_21, 1); -lean_inc(x_32); -lean_dec(x_21); -x_33 = lean_ctor_get(x_19, 7); -lean_inc(x_33); -x_34 = lean_ctor_get(x_19, 6); -lean_inc(x_34); -x_35 = l_Array_zip___rarg(x_33, x_34); -lean_dec(x_33); -x_36 = lean_array_get_size(x_35); -x_37 = lean_usize_of_nat(x_36); -lean_dec(x_36); -x_38 = 0; -x_39 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(x_4, x_5, x_6, x_3, x_7, x_37, x_38, x_35, x_9, x_10, x_11, x_12, x_13, x_14, x_32); -if (lean_obj_tag(x_39) == 0) +x_25 = lean_ctor_get(x_19, 7); +lean_inc(x_25); +x_26 = lean_ctor_get(x_19, 6); +lean_inc(x_26); +x_27 = l_Array_zip___rarg(x_25, x_26); +lean_dec(x_25); +x_28 = lean_array_get_size(x_27); +x_29 = lean_usize_of_nat(x_28); +lean_dec(x_28); +x_30 = 0; +x_31 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(x_3, x_4, x_5, x_6, x_7, x_29, x_30, x_27, x_9, x_10, x_11, x_12, x_13, x_14, x_23); +if (lean_obj_tag(x_31) == 0) { -uint8_t x_40; -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +uint8_t x_32; +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_19, 0); -lean_inc(x_42); -x_43 = lean_ctor_get(x_19, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_19, 2); +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_object* x_42; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ctor_get(x_19, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_19, 1); +lean_inc(x_35); +x_36 = lean_ctor_get(x_19, 2); +lean_inc(x_36); +x_37 = lean_ctor_get(x_19, 3); +lean_inc(x_37); +x_38 = lean_ctor_get(x_19, 4); +lean_inc(x_38); +x_39 = lean_ctor_get(x_19, 5); +lean_inc(x_39); +x_40 = lean_ctor_get(x_19, 8); +lean_inc(x_40); +lean_dec(x_19); +x_41 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_41, 0, x_34); +lean_ctor_set(x_41, 1, x_35); +lean_ctor_set(x_41, 2, x_36); +lean_ctor_set(x_41, 3, x_37); +lean_ctor_set(x_41, 4, x_38); +lean_ctor_set(x_41, 5, x_39); +lean_ctor_set(x_41, 6, x_26); +lean_ctor_set(x_41, 7, x_33); +lean_ctor_set(x_41, 8, x_40); +x_42 = l_Lean_Meta_MatcherApp_toExpr(x_41); +lean_ctor_set(x_31, 0, x_42); +return x_31; +} +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; +x_43 = lean_ctor_get(x_31, 0); +x_44 = lean_ctor_get(x_31, 1); lean_inc(x_44); -x_45 = lean_ctor_get(x_19, 3); +lean_inc(x_43); +lean_dec(x_31); +x_45 = lean_ctor_get(x_19, 0); lean_inc(x_45); -x_46 = lean_ctor_get(x_19, 4); +x_46 = lean_ctor_get(x_19, 1); lean_inc(x_46); -x_47 = lean_ctor_get(x_19, 5); +x_47 = lean_ctor_get(x_19, 2); lean_inc(x_47); -x_48 = lean_ctor_get(x_19, 8); +x_48 = lean_ctor_get(x_19, 3); lean_inc(x_48); -lean_dec(x_19); -x_49 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_49, 0, x_42); -lean_ctor_set(x_49, 1, x_43); -lean_ctor_set(x_49, 2, x_44); -lean_ctor_set(x_49, 3, x_45); -lean_ctor_set(x_49, 4, x_46); -lean_ctor_set(x_49, 5, x_47); -lean_ctor_set(x_49, 6, x_34); -lean_ctor_set(x_49, 7, x_41); -lean_ctor_set(x_49, 8, x_48); -x_50 = l_Lean_Meta_MatcherApp_toExpr(x_49); -lean_ctor_set(x_39, 0, x_50); -return x_39; -} -else -{ -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; -x_51 = lean_ctor_get(x_39, 0); -x_52 = lean_ctor_get(x_39, 1); -lean_inc(x_52); +x_49 = lean_ctor_get(x_19, 4); +lean_inc(x_49); +x_50 = lean_ctor_get(x_19, 5); +lean_inc(x_50); +x_51 = lean_ctor_get(x_19, 8); lean_inc(x_51); -lean_dec(x_39); -x_53 = lean_ctor_get(x_19, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_19, 1); -lean_inc(x_54); -x_55 = lean_ctor_get(x_19, 2); -lean_inc(x_55); -x_56 = lean_ctor_get(x_19, 3); -lean_inc(x_56); -x_57 = lean_ctor_get(x_19, 4); -lean_inc(x_57); -x_58 = lean_ctor_get(x_19, 5); -lean_inc(x_58); -x_59 = lean_ctor_get(x_19, 8); -lean_inc(x_59); lean_dec(x_19); -x_60 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_60, 0, x_53); -lean_ctor_set(x_60, 1, x_54); -lean_ctor_set(x_60, 2, x_55); -lean_ctor_set(x_60, 3, x_56); -lean_ctor_set(x_60, 4, x_57); -lean_ctor_set(x_60, 5, x_58); -lean_ctor_set(x_60, 6, x_34); -lean_ctor_set(x_60, 7, x_51); -lean_ctor_set(x_60, 8, x_59); -x_61 = l_Lean_Meta_MatcherApp_toExpr(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_52); -return x_62; +x_52 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_46); +lean_ctor_set(x_52, 2, x_47); +lean_ctor_set(x_52, 3, x_48); +lean_ctor_set(x_52, 4, x_49); +lean_ctor_set(x_52, 5, x_50); +lean_ctor_set(x_52, 6, x_26); +lean_ctor_set(x_52, 7, x_43); +lean_ctor_set(x_52, 8, x_51); +x_53 = l_Lean_Meta_MatcherApp_toExpr(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_44); +return x_54; } } else { -uint8_t x_63; -lean_dec(x_34); +uint8_t x_55; +lean_dec(x_26); lean_dec(x_19); -x_63 = !lean_is_exclusive(x_39); -if (x_63 == 0) +x_55 = !lean_is_exclusive(x_31); +if (x_55 == 0) { -return x_39; +return x_31; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_39, 0); -x_65 = lean_ctor_get(x_39, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_39); -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; +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_31, 0); +x_57 = lean_ctor_get(x_31, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_31); +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; +} } } +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_dec(x_19); +lean_dec(x_7); +x_59 = lean_unsigned_to_nat(0u); +x_60 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_6, x_59); +x_61 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; +lean_inc(x_60); +x_62 = lean_mk_array(x_60, x_61); +x_63 = lean_unsigned_to_nat(1u); +x_64 = lean_nat_sub(x_60, x_63); +lean_dec(x_60); +lean_inc(x_6); +x_65 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31(x_3, x_4, x_5, x_2, x_6, x_6, x_62, x_64, x_9, x_10, x_11, x_12, x_13, x_14, x_23); +return x_65; +} } } else { -uint8_t x_67; +uint8_t x_70; lean_dec(x_19); lean_dec(x_14); lean_dec(x_13); @@ -9145,29 +9236,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_67 = !lean_is_exclusive(x_21); -if (x_67 == 0) +x_70 = !lean_is_exclusive(x_21); +if (x_70 == 0) { return x_21; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_21, 0); -x_69 = lean_ctor_get(x_21, 1); -lean_inc(x_69); -lean_inc(x_68); +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_21, 0); +x_72 = lean_ctor_get(x_21, 1); +lean_inc(x_72); +lean_inc(x_71); lean_dec(x_21); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } else { -uint8_t x_71; +uint8_t x_74; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -9180,23 +9271,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_71 = !lean_is_exclusive(x_18); -if (x_71 == 0) +x_74 = !lean_is_exclusive(x_18); +if (x_74 == 0) { return x_18; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_18, 0); -x_73 = lean_ctor_get(x_18, 1); -lean_inc(x_73); -lean_inc(x_72); +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_18, 0); +x_76 = lean_ctor_get(x_18, 1); +lean_inc(x_76); +lean_inc(x_75); lean_dec(x_18); -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; +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; } } } @@ -9460,196 +9551,213 @@ return x_26; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_87; uint8_t x_88; x_27 = lean_ctor_get(x_17, 1); lean_inc(x_27); lean_dec(x_17); x_28 = lean_ctor_get(x_18, 0); lean_inc(x_28); lean_dec(x_18); -x_29 = l_Lean_Elab_Structural_RecArgInfo_recArgPos(x_3); -lean_inc(x_1); -lean_inc(x_2); -x_30 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_29, x_1); -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_dec(x_28); -x_31 = lean_unsigned_to_nat(0u); -x_32 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_31); -x_33 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; -lean_inc(x_32); -x_34 = lean_mk_array(x_32, x_33); -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_sub(x_32, x_35); -lean_dec(x_32); +x_87 = l_Lean_Elab_Structural_RecArgInfo_recArgPos(x_3); lean_inc(x_1); -x_37 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__12(x_2, x_3, x_4, x_5, x_1, x_1, x_34, x_36, x_7, x_8, x_9, x_10, x_11, x_12, x_27); -return x_37; +lean_inc(x_2); +x_88 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_87, x_1); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = 1; +x_29 = x_89; +goto block_86; } else { -uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_38 = 1; +uint8_t x_90; +x_90 = 0; +x_29 = x_90; +goto block_86; +} +block_86: +{ +if (x_29 == 0) +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +x_30 = 1; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_5); -x_39 = l_Lean_Meta_CasesOnApp_addArg_x3f(x_28, x_5, x_38, x_9, x_10, x_11, x_12, x_27); -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -if (lean_obj_tag(x_40) == 0) +x_31 = l_Lean_Meta_CasesOnApp_addArg_x3f(x_28, x_5, x_30, x_9, x_10, x_11, x_12, x_27); +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +if (lean_obj_tag(x_32) == 0) { -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_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_unsigned_to_nat(0u); -x_43 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_42); -x_44 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; -lean_inc(x_43); -x_45 = lean_mk_array(x_43, x_44); -x_46 = lean_unsigned_to_nat(1u); -x_47 = lean_nat_sub(x_43, x_46); -lean_dec(x_43); +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_31, 1); +lean_inc(x_33); +lean_dec(x_31); +x_34 = lean_unsigned_to_nat(0u); +x_35 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_34); +x_36 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; +lean_inc(x_35); +x_37 = lean_mk_array(x_35, x_36); +x_38 = lean_unsigned_to_nat(1u); +x_39 = lean_nat_sub(x_35, x_38); +lean_dec(x_35); lean_inc(x_1); -x_48 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17(x_2, x_3, x_4, x_5, x_1, x_1, x_45, x_47, x_7, x_8, x_9, x_10, x_11, x_12, x_41); -return x_48; +x_40 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__12(x_2, x_3, x_4, x_5, x_1, x_1, x_37, x_39, x_7, x_8, x_9, x_10, x_11, x_12, x_33); +return x_40; } 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; size_t x_55; size_t x_56; lean_object* x_57; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; size_t x_47; size_t x_48; lean_object* x_49; lean_dec(x_5); -x_49 = lean_ctor_get(x_39, 1); -lean_inc(x_49); -lean_dec(x_39); -x_50 = lean_ctor_get(x_40, 0); -lean_inc(x_50); -lean_dec(x_40); -x_51 = lean_ctor_get(x_50, 6); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 7); -lean_inc(x_52); -x_53 = l_Array_zip___rarg(x_51, x_52); -lean_dec(x_51); -x_54 = lean_array_get_size(x_53); -x_55 = lean_usize_of_nat(x_54); -lean_dec(x_54); -x_56 = 0; -x_57 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20(x_2, x_3, x_4, x_1, x_55, x_56, x_53, x_7, x_8, x_9, x_10, x_11, x_12, x_49); -if (lean_obj_tag(x_57) == 0) +x_41 = lean_ctor_get(x_31, 1); +lean_inc(x_41); +lean_dec(x_31); +x_42 = lean_ctor_get(x_32, 0); +lean_inc(x_42); +lean_dec(x_32); +x_43 = lean_ctor_get(x_42, 6); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 7); +lean_inc(x_44); +x_45 = l_Array_zip___rarg(x_43, x_44); +lean_dec(x_43); +x_46 = lean_array_get_size(x_45); +x_47 = lean_usize_of_nat(x_46); +lean_dec(x_46); +x_48 = 0; +x_49 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(x_2, x_3, x_4, x_1, x_47, x_48, x_45, x_7, x_8, x_9, x_10, x_11, x_12, x_41); +if (lean_obj_tag(x_49) == 0) { -uint8_t x_58; -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +uint8_t x_50; +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 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; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; -x_59 = lean_ctor_get(x_57, 0); -x_60 = lean_ctor_get(x_50, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_50, 1); -lean_inc(x_61); -x_62 = lean_ctor_get(x_50, 2); -lean_inc(x_62); -x_63 = lean_ctor_get(x_50, 3); +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; uint8_t x_59; lean_object* x_60; lean_object* x_61; +x_51 = lean_ctor_get(x_49, 0); +x_52 = lean_ctor_get(x_42, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_42, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_42, 2); +lean_inc(x_54); +x_55 = lean_ctor_get(x_42, 3); +lean_inc(x_55); +x_56 = lean_ctor_get(x_42, 4); +lean_inc(x_56); +x_57 = lean_ctor_get(x_42, 5); +lean_inc(x_57); +x_58 = lean_ctor_get(x_42, 8); +lean_inc(x_58); +x_59 = lean_ctor_get_uint8(x_42, sizeof(void*)*9); +lean_dec(x_42); +x_60 = lean_alloc_ctor(0, 9, 1); +lean_ctor_set(x_60, 0, x_52); +lean_ctor_set(x_60, 1, x_53); +lean_ctor_set(x_60, 2, x_54); +lean_ctor_set(x_60, 3, x_55); +lean_ctor_set(x_60, 4, x_56); +lean_ctor_set(x_60, 5, x_57); +lean_ctor_set(x_60, 6, x_51); +lean_ctor_set(x_60, 7, x_44); +lean_ctor_set(x_60, 8, x_58); +lean_ctor_set_uint8(x_60, sizeof(void*)*9, x_59); +x_61 = l_Lean_Meta_CasesOnApp_toExpr(x_60); +lean_ctor_set(x_49, 0, x_61); +return x_49; +} +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; uint8_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_62 = lean_ctor_get(x_49, 0); +x_63 = lean_ctor_get(x_49, 1); lean_inc(x_63); -x_64 = lean_ctor_get(x_50, 4); +lean_inc(x_62); +lean_dec(x_49); +x_64 = lean_ctor_get(x_42, 0); lean_inc(x_64); -x_65 = lean_ctor_get(x_50, 5); +x_65 = lean_ctor_get(x_42, 1); lean_inc(x_65); -x_66 = lean_ctor_get(x_50, 8); +x_66 = lean_ctor_get(x_42, 2); lean_inc(x_66); -x_67 = lean_ctor_get_uint8(x_50, sizeof(void*)*9); -lean_dec(x_50); -x_68 = lean_alloc_ctor(0, 9, 1); -lean_ctor_set(x_68, 0, x_60); -lean_ctor_set(x_68, 1, x_61); -lean_ctor_set(x_68, 2, x_62); -lean_ctor_set(x_68, 3, x_63); -lean_ctor_set(x_68, 4, x_64); -lean_ctor_set(x_68, 5, x_65); -lean_ctor_set(x_68, 6, x_59); -lean_ctor_set(x_68, 7, x_52); -lean_ctor_set(x_68, 8, x_66); -lean_ctor_set_uint8(x_68, sizeof(void*)*9, x_67); -x_69 = l_Lean_Meta_CasesOnApp_toExpr(x_68); -lean_ctor_set(x_57, 0, x_69); -return x_57; +x_67 = lean_ctor_get(x_42, 3); +lean_inc(x_67); +x_68 = lean_ctor_get(x_42, 4); +lean_inc(x_68); +x_69 = lean_ctor_get(x_42, 5); +lean_inc(x_69); +x_70 = lean_ctor_get(x_42, 8); +lean_inc(x_70); +x_71 = lean_ctor_get_uint8(x_42, sizeof(void*)*9); +lean_dec(x_42); +x_72 = lean_alloc_ctor(0, 9, 1); +lean_ctor_set(x_72, 0, x_64); +lean_ctor_set(x_72, 1, x_65); +lean_ctor_set(x_72, 2, x_66); +lean_ctor_set(x_72, 3, x_67); +lean_ctor_set(x_72, 4, x_68); +lean_ctor_set(x_72, 5, x_69); +lean_ctor_set(x_72, 6, x_62); +lean_ctor_set(x_72, 7, x_44); +lean_ctor_set(x_72, 8, x_70); +lean_ctor_set_uint8(x_72, sizeof(void*)*9, x_71); +x_73 = l_Lean_Meta_CasesOnApp_toExpr(x_72); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_63); +return x_74; +} } else { -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; uint8_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_70 = lean_ctor_get(x_57, 0); -x_71 = lean_ctor_get(x_57, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_57); -x_72 = lean_ctor_get(x_50, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_50, 1); -lean_inc(x_73); -x_74 = lean_ctor_get(x_50, 2); -lean_inc(x_74); -x_75 = lean_ctor_get(x_50, 3); -lean_inc(x_75); -x_76 = lean_ctor_get(x_50, 4); -lean_inc(x_76); -x_77 = lean_ctor_get(x_50, 5); -lean_inc(x_77); -x_78 = lean_ctor_get(x_50, 8); -lean_inc(x_78); -x_79 = lean_ctor_get_uint8(x_50, sizeof(void*)*9); -lean_dec(x_50); -x_80 = lean_alloc_ctor(0, 9, 1); -lean_ctor_set(x_80, 0, x_72); -lean_ctor_set(x_80, 1, x_73); -lean_ctor_set(x_80, 2, x_74); -lean_ctor_set(x_80, 3, x_75); -lean_ctor_set(x_80, 4, x_76); -lean_ctor_set(x_80, 5, x_77); -lean_ctor_set(x_80, 6, x_70); -lean_ctor_set(x_80, 7, x_52); -lean_ctor_set(x_80, 8, x_78); -lean_ctor_set_uint8(x_80, sizeof(void*)*9, x_79); -x_81 = l_Lean_Meta_CasesOnApp_toExpr(x_80); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_71); -return x_82; -} -} -else -{ -uint8_t x_83; -lean_dec(x_52); -lean_dec(x_50); -x_83 = !lean_is_exclusive(x_57); -if (x_83 == 0) +uint8_t x_75; +lean_dec(x_44); +lean_dec(x_42); +x_75 = !lean_is_exclusive(x_49); +if (x_75 == 0) { -return x_57; +return x_49; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_57, 0); -x_85 = lean_ctor_get(x_57, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_57); -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_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_49, 0); +x_77 = lean_ctor_get(x_49, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_49); +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_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_dec(x_28); +x_79 = lean_unsigned_to_nat(0u); +x_80 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_79); +x_81 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; +lean_inc(x_80); +x_82 = lean_mk_array(x_80, x_81); +x_83 = lean_unsigned_to_nat(1u); +x_84 = lean_nat_sub(x_80, x_83); +lean_dec(x_80); +lean_inc(x_1); +x_85 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20(x_2, x_3, x_4, x_5, x_1, x_1, x_82, x_84, x_7, x_8, x_9, x_10, x_11, x_12, x_27); +return x_85; } } } } else { -uint8_t x_87; +uint8_t x_91; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -9661,125 +9769,125 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = !lean_is_exclusive(x_17); -if (x_87 == 0) +x_91 = !lean_is_exclusive(x_17); +if (x_91 == 0) { return x_17; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_17, 0); -x_89 = lean_ctor_get(x_17, 1); -lean_inc(x_89); -lean_inc(x_88); +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_17, 0); +x_93 = lean_ctor_get(x_17, 1); +lean_inc(x_93); +lean_inc(x_92); lean_dec(x_17); -x_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; +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_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; -x_91 = lean_ctor_get(x_14, 1); -lean_inc(x_91); +lean_object* x_95; lean_object* x_96; uint8_t x_97; lean_object* x_134; uint8_t x_135; +x_95 = lean_ctor_get(x_14, 1); +lean_inc(x_95); lean_dec(x_14); -x_92 = lean_ctor_get(x_15, 0); -lean_inc(x_92); +x_96 = lean_ctor_get(x_15, 0); +lean_inc(x_96); lean_dec(x_15); -x_93 = l_Lean_Elab_Structural_RecArgInfo_recArgPos(x_3); +x_134 = l_Lean_Elab_Structural_RecArgInfo_recArgPos(x_3); lean_inc(x_1); lean_inc(x_2); -x_94 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_93, x_1); -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_object* x_100; lean_object* x_101; -lean_dec(x_92); -x_95 = lean_unsigned_to_nat(0u); -x_96 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_95); -x_97 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; -lean_inc(x_96); -x_98 = lean_mk_array(x_96, x_97); -x_99 = lean_unsigned_to_nat(1u); -x_100 = lean_nat_sub(x_96, x_99); -lean_dec(x_96); -lean_inc(x_1); -x_101 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25(x_2, x_3, x_4, x_5, x_1, x_1, x_98, x_100, x_7, x_8, x_9, x_10, x_11, x_12, x_91); -return x_101; +x_135 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_134, x_1); +if (x_135 == 0) +{ +uint8_t x_136; +x_136 = 1; +x_97 = x_136; +goto block_133; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; -x_102 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__4; -x_103 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg(x_102, x_7, x_8, x_9, x_10, x_11, x_12, x_91); -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_unbox(x_104); -lean_dec(x_104); -if (x_105 == 0) +uint8_t x_137; +x_137 = 0; +x_97 = x_137; +goto block_133; +} +block_133: +{ +if (x_97 == 0) { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_103, 1); -lean_inc(x_106); -lean_dec(x_103); -x_107 = lean_box(0); -x_108 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__2(x_92, x_5, x_1, x_2, x_3, x_4, x_102, x_107, x_7, x_8, x_9, x_10, x_11, x_12, x_106); -return x_108; +lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; +x_98 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__4; +x_99 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg(x_98, x_7, x_8, x_9, x_10, x_11, x_12, x_95); +x_100 = lean_ctor_get(x_99, 0); +lean_inc(x_100); +x_101 = lean_unbox(x_100); +lean_dec(x_100); +if (x_101 == 0) +{ +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_99, 1); +lean_inc(x_102); +lean_dec(x_99); +x_103 = lean_box(0); +x_104 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__2(x_96, x_5, x_2, x_3, x_4, x_1, x_98, x_103, x_7, x_8, x_9, x_10, x_11, x_12, x_102); +return x_104; } else { -lean_object* x_109; lean_object* x_110; -x_109 = lean_ctor_get(x_103, 1); -lean_inc(x_109); -lean_dec(x_103); +lean_object* x_105; lean_object* x_106; +x_105 = lean_ctor_get(x_99, 1); +lean_inc(x_105); +lean_dec(x_99); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_5); -x_110 = lean_infer_type(x_5, x_9, x_10, x_11, x_12, x_109); -if (lean_obj_tag(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; 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_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); +x_106 = lean_infer_type(x_5, x_9, x_10, x_11, x_12, x_105); +if (lean_obj_tag(x_106) == 0) +{ +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; +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_inc(x_5); -x_113 = l_Lean_MessageData_ofExpr(x_5); -x_114 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__2; +x_109 = l_Lean_MessageData_ofExpr(x_5); +x_110 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__2; +x_111 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_109); +x_112 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__4; +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 = l_Lean_MessageData_ofExpr(x_107); x_115 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_113); -x_116 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__6___closed__4; +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_114); +x_116 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; x_117 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_117, 0, x_115); lean_ctor_set(x_117, 1, x_116); -x_118 = l_Lean_MessageData_ofExpr(x_111); -x_119 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set(x_119, 1, x_118); -x_120 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___closed__10; -x_121 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_121, 0, x_119); -lean_ctor_set(x_121, 1, x_120); -x_122 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___rarg(x_102, x_121, x_7, x_8, x_9, x_10, x_11, x_12, x_112); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -lean_dec(x_122); -x_125 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__2(x_92, x_5, x_1, x_2, x_3, x_4, x_102, x_123, x_7, x_8, x_9, x_10, x_11, x_12, x_124); -return x_125; +x_118 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg(x_98, x_117, x_7, x_8, x_9, x_10, x_11, x_12, x_108); +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); +x_121 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__2(x_96, x_5, x_2, x_3, x_4, x_1, x_98, x_119, x_7, x_8, x_9, x_10, x_11, x_12, x_120); +return x_121; } else { -uint8_t x_126; -lean_dec(x_92); +uint8_t x_122; +lean_dec(x_96); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -9791,39 +9899,56 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_126 = !lean_is_exclusive(x_110); -if (x_126 == 0) +x_122 = !lean_is_exclusive(x_106); +if (x_122 == 0) { -return x_110; +return x_106; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; -x_127 = lean_ctor_get(x_110, 0); -x_128 = lean_ctor_get(x_110, 1); -lean_inc(x_128); -lean_inc(x_127); -lean_dec(x_110); -x_129 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_129, 0, x_127); -lean_ctor_set(x_129, 1, x_128); -return x_129; +lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_123 = lean_ctor_get(x_106, 0); +x_124 = lean_ctor_get(x_106, 1); +lean_inc(x_124); +lean_inc(x_123); +lean_dec(x_106); +x_125 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_125, 0, x_123); +lean_ctor_set(x_125, 1, x_124); +return x_125; +} } } } +else +{ +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_dec(x_96); +x_126 = lean_unsigned_to_nat(0u); +x_127 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_126); +x_128 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_toBelowAux___lambda__4___closed__3; +lean_inc(x_127); +x_129 = lean_mk_array(x_127, x_128); +x_130 = lean_unsigned_to_nat(1u); +x_131 = lean_nat_sub(x_127, x_130); +lean_dec(x_127); +lean_inc(x_1); +x_132 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37(x_2, x_3, x_4, x_5, x_1, x_1, x_129, x_131, x_7, x_8, x_9, x_10, x_11, x_12, x_95); +return x_132; +} } } } case 6: { -lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; lean_object* x_134; -x_130 = lean_ctor_get(x_1, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_1, 1); -lean_inc(x_131); -x_132 = lean_ctor_get(x_1, 2); -lean_inc(x_132); -x_133 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_138; lean_object* x_139; lean_object* x_140; uint8_t x_141; lean_object* x_142; +x_138 = lean_ctor_get(x_1, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_1, 1); +lean_inc(x_139); +x_140 = lean_ctor_get(x_1, 2); +lean_inc(x_140); +x_141 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); lean_inc(x_12); lean_inc(x_11); @@ -9835,30 +9960,30 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_134 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_131, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_134) == 0) -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; lean_object* x_139; -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -x_137 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__3___boxed), 13, 5); -lean_closure_set(x_137, 0, x_132); -lean_closure_set(x_137, 1, x_2); -lean_closure_set(x_137, 2, x_3); -lean_closure_set(x_137, 3, x_4); -lean_closure_set(x_137, 4, x_5); -x_138 = 0; -x_139 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___rarg(x_130, x_133, x_135, x_137, x_138, x_7, x_8, x_9, x_10, x_11, x_12, x_136); -return x_139; -} -else -{ -uint8_t x_140; -lean_dec(x_132); -lean_dec(x_130); +x_142 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_139, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_142) == 0) +{ +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; lean_object* x_147; +x_143 = lean_ctor_get(x_142, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_142, 1); +lean_inc(x_144); +lean_dec(x_142); +x_145 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__3___boxed), 13, 5); +lean_closure_set(x_145, 0, x_140); +lean_closure_set(x_145, 1, x_2); +lean_closure_set(x_145, 2, x_3); +lean_closure_set(x_145, 3, x_4); +lean_closure_set(x_145, 4, x_5); +x_146 = 0; +x_147 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___rarg(x_138, x_141, x_143, x_145, x_146, x_7, x_8, x_9, x_10, x_11, x_12, x_144); +return x_147; +} +else +{ +uint8_t x_148; +lean_dec(x_140); +lean_dec(x_138); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -9869,36 +9994,36 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_140 = !lean_is_exclusive(x_134); -if (x_140 == 0) +x_148 = !lean_is_exclusive(x_142); +if (x_148 == 0) { -return x_134; +return x_142; } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_141 = lean_ctor_get(x_134, 0); -x_142 = lean_ctor_get(x_134, 1); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_134); -x_143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -return x_143; +lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_149 = lean_ctor_get(x_142, 0); +x_150 = lean_ctor_get(x_142, 1); +lean_inc(x_150); +lean_inc(x_149); +lean_dec(x_142); +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; } } } case 7: { -lean_object* x_144; lean_object* x_145; lean_object* x_146; uint8_t x_147; lean_object* x_148; -x_144 = lean_ctor_get(x_1, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_1, 1); -lean_inc(x_145); -x_146 = lean_ctor_get(x_1, 2); -lean_inc(x_146); -x_147 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_152; lean_object* x_153; lean_object* x_154; uint8_t x_155; lean_object* x_156; +x_152 = lean_ctor_get(x_1, 0); +lean_inc(x_152); +x_153 = lean_ctor_get(x_1, 1); +lean_inc(x_153); +x_154 = lean_ctor_get(x_1, 2); +lean_inc(x_154); +x_155 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); lean_inc(x_12); lean_inc(x_11); @@ -9910,30 +10035,30 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_148 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_145, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_148) == 0) +x_156 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_153, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_156) == 0) { -lean_object* x_149; lean_object* x_150; lean_object* x_151; uint8_t x_152; lean_object* x_153; -x_149 = lean_ctor_get(x_148, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -x_151 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__4___boxed), 13, 5); -lean_closure_set(x_151, 0, x_146); -lean_closure_set(x_151, 1, x_2); -lean_closure_set(x_151, 2, x_3); -lean_closure_set(x_151, 3, x_4); -lean_closure_set(x_151, 4, x_5); -x_152 = 0; -x_153 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__39___rarg(x_144, x_147, x_149, x_151, x_152, x_7, x_8, x_9, x_10, x_11, x_12, x_150); -return x_153; -} -else -{ -uint8_t x_154; -lean_dec(x_146); -lean_dec(x_144); +lean_object* x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; lean_object* x_161; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +x_159 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__4___boxed), 13, 5); +lean_closure_set(x_159, 0, x_154); +lean_closure_set(x_159, 1, x_2); +lean_closure_set(x_159, 2, x_3); +lean_closure_set(x_159, 3, x_4); +lean_closure_set(x_159, 4, x_5); +x_160 = 0; +x_161 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__39___rarg(x_152, x_155, x_157, x_159, x_160, x_7, x_8, x_9, x_10, x_11, x_12, x_158); +return x_161; +} +else +{ +uint8_t x_162; +lean_dec(x_154); +lean_dec(x_152); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -9944,37 +10069,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_154 = !lean_is_exclusive(x_148); -if (x_154 == 0) +x_162 = !lean_is_exclusive(x_156); +if (x_162 == 0) { -return x_148; +return x_156; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_148, 0); -x_156 = lean_ctor_get(x_148, 1); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_148); -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; +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_156, 0); +x_164 = lean_ctor_get(x_156, 1); +lean_inc(x_164); +lean_inc(x_163); +lean_dec(x_156); +x_165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +return x_165; } } } case 8: { -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_158 = lean_ctor_get(x_1, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_1, 1); -lean_inc(x_159); -x_160 = lean_ctor_get(x_1, 2); -lean_inc(x_160); -x_161 = lean_ctor_get(x_1, 3); -lean_inc(x_161); +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_166 = lean_ctor_get(x_1, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_1, 1); +lean_inc(x_167); +x_168 = lean_ctor_get(x_1, 2); +lean_inc(x_168); +x_169 = lean_ctor_get(x_1, 3); +lean_inc(x_169); lean_dec(x_1); lean_inc(x_12); lean_inc(x_11); @@ -9986,15 +10111,15 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_162 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_159, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_162) == 0) +x_170 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_167, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_170) == 0) { -lean_object* x_163; lean_object* x_164; lean_object* x_165; -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); +lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_170, 1); +lean_inc(x_172); +lean_dec(x_170); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -10005,31 +10130,31 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_165 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_160, x_7, x_8, x_9, x_10, x_11, x_12, x_164); -if (lean_obj_tag(x_165) == 0) -{ -lean_object* x_166; lean_object* x_167; lean_object* x_168; uint8_t x_169; lean_object* x_170; -x_166 = lean_ctor_get(x_165, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -lean_dec(x_165); -x_168 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__5___boxed), 13, 5); -lean_closure_set(x_168, 0, x_161); -lean_closure_set(x_168, 1, x_2); -lean_closure_set(x_168, 2, x_3); -lean_closure_set(x_168, 3, x_4); -lean_closure_set(x_168, 4, x_5); -x_169 = 0; -x_170 = l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__40___rarg(x_158, x_163, x_166, x_168, x_169, x_7, x_8, x_9, x_10, x_11, x_12, x_167); -return x_170; +x_173 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_168, x_7, x_8, x_9, x_10, x_11, x_12, x_172); +if (lean_obj_tag(x_173) == 0) +{ +lean_object* x_174; lean_object* x_175; lean_object* x_176; uint8_t x_177; lean_object* x_178; +x_174 = lean_ctor_get(x_173, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_173, 1); +lean_inc(x_175); +lean_dec(x_173); +x_176 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__5___boxed), 13, 5); +lean_closure_set(x_176, 0, x_169); +lean_closure_set(x_176, 1, x_2); +lean_closure_set(x_176, 2, x_3); +lean_closure_set(x_176, 3, x_4); +lean_closure_set(x_176, 4, x_5); +x_177 = 0; +x_178 = l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__40___rarg(x_166, x_171, x_174, x_176, x_177, x_7, x_8, x_9, x_10, x_11, x_12, x_175); +return x_178; } else { -uint8_t x_171; -lean_dec(x_163); -lean_dec(x_161); -lean_dec(x_158); +uint8_t x_179; +lean_dec(x_171); +lean_dec(x_169); +lean_dec(x_166); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10040,32 +10165,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_171 = !lean_is_exclusive(x_165); -if (x_171 == 0) +x_179 = !lean_is_exclusive(x_173); +if (x_179 == 0) { -return x_165; +return x_173; } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; -x_172 = lean_ctor_get(x_165, 0); -x_173 = lean_ctor_get(x_165, 1); -lean_inc(x_173); -lean_inc(x_172); -lean_dec(x_165); -x_174 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_174, 0, x_172); -lean_ctor_set(x_174, 1, x_173); -return x_174; +lean_object* x_180; lean_object* x_181; lean_object* x_182; +x_180 = lean_ctor_get(x_173, 0); +x_181 = lean_ctor_get(x_173, 1); +lean_inc(x_181); +lean_inc(x_180); +lean_dec(x_173); +x_182 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_182, 0, x_180); +lean_ctor_set(x_182, 1, x_181); +return x_182; } } } else { -uint8_t x_175; -lean_dec(x_161); -lean_dec(x_160); -lean_dec(x_158); +uint8_t x_183; +lean_dec(x_169); +lean_dec(x_168); +lean_dec(x_166); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10076,172 +10201,172 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_175 = !lean_is_exclusive(x_162); -if (x_175 == 0) +x_183 = !lean_is_exclusive(x_170); +if (x_183 == 0) { -return x_162; +return x_170; } else { -lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_176 = lean_ctor_get(x_162, 0); -x_177 = lean_ctor_get(x_162, 1); -lean_inc(x_177); -lean_inc(x_176); -lean_dec(x_162); -x_178 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_178, 0, x_176); -lean_ctor_set(x_178, 1, x_177); -return x_178; +lean_object* x_184; lean_object* x_185; lean_object* x_186; +x_184 = lean_ctor_get(x_170, 0); +x_185 = lean_ctor_get(x_170, 1); +lean_inc(x_185); +lean_inc(x_184); +lean_dec(x_170); +x_186 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_186, 0, x_184); +lean_ctor_set(x_186, 1, x_185); +return x_186; } } } case 10: { -lean_object* x_179; lean_object* x_180; lean_object* x_181; -x_179 = lean_ctor_get(x_1, 0); -lean_inc(x_179); -x_180 = lean_ctor_get(x_1, 1); -lean_inc(x_180); -x_181 = l_Lean_getRecAppSyntax_x3f(x_1); +lean_object* x_187; lean_object* x_188; lean_object* x_189; +x_187 = lean_ctor_get(x_1, 0); +lean_inc(x_187); +x_188 = lean_ctor_get(x_1, 1); +lean_inc(x_188); +x_189 = l_Lean_getRecAppSyntax_x3f(x_1); lean_dec(x_1); -if (lean_obj_tag(x_181) == 0) +if (lean_obj_tag(x_189) == 0) { -lean_object* x_182; -x_182 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_180, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_182) == 0) +lean_object* x_190; +x_190 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_188, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_190) == 0) { -uint8_t x_183; -x_183 = !lean_is_exclusive(x_182); -if (x_183 == 0) +uint8_t x_191; +x_191 = !lean_is_exclusive(x_190); +if (x_191 == 0) { -lean_object* x_184; lean_object* x_185; -x_184 = lean_ctor_get(x_182, 0); -x_185 = l_Lean_Expr_mdata___override(x_179, x_184); -lean_ctor_set(x_182, 0, x_185); -return x_182; +lean_object* x_192; lean_object* x_193; +x_192 = lean_ctor_get(x_190, 0); +x_193 = l_Lean_Expr_mdata___override(x_187, x_192); +lean_ctor_set(x_190, 0, x_193); +return x_190; } else { -lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_186 = lean_ctor_get(x_182, 0); -x_187 = lean_ctor_get(x_182, 1); -lean_inc(x_187); -lean_inc(x_186); -lean_dec(x_182); -x_188 = l_Lean_Expr_mdata___override(x_179, x_186); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_187); -return x_189; +lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_194 = lean_ctor_get(x_190, 0); +x_195 = lean_ctor_get(x_190, 1); +lean_inc(x_195); +lean_inc(x_194); +lean_dec(x_190); +x_196 = l_Lean_Expr_mdata___override(x_187, x_194); +x_197 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_197, 0, x_196); +lean_ctor_set(x_197, 1, x_195); +return x_197; } } else { -uint8_t x_190; -lean_dec(x_179); -x_190 = !lean_is_exclusive(x_182); -if (x_190 == 0) +uint8_t x_198; +lean_dec(x_187); +x_198 = !lean_is_exclusive(x_190); +if (x_198 == 0) { -return x_182; +return x_190; } else { -lean_object* x_191; lean_object* x_192; lean_object* x_193; -x_191 = lean_ctor_get(x_182, 0); -x_192 = lean_ctor_get(x_182, 1); -lean_inc(x_192); -lean_inc(x_191); -lean_dec(x_182); -x_193 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_193, 0, x_191); -lean_ctor_set(x_193, 1, x_192); -return x_193; +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_190, 0); +x_200 = lean_ctor_get(x_190, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_190); +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_194; -lean_dec(x_181); -lean_dec(x_179); -x_194 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_180, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_194; +lean_object* x_202; +lean_dec(x_189); +lean_dec(x_187); +x_202 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_188, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_202; } } case 11: { -lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_195 = lean_ctor_get(x_1, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_1, 1); -lean_inc(x_196); -x_197 = lean_ctor_get(x_1, 2); -lean_inc(x_197); +lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; +x_203 = lean_ctor_get(x_1, 0); +lean_inc(x_203); +x_204 = lean_ctor_get(x_1, 1); +lean_inc(x_204); +x_205 = lean_ctor_get(x_1, 2); +lean_inc(x_205); lean_dec(x_1); -x_198 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_197, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_198) == 0) +x_206 = l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_205, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_206) == 0) { -uint8_t x_199; -x_199 = !lean_is_exclusive(x_198); -if (x_199 == 0) +uint8_t x_207; +x_207 = !lean_is_exclusive(x_206); +if (x_207 == 0) { -lean_object* x_200; lean_object* x_201; -x_200 = lean_ctor_get(x_198, 0); -x_201 = l_Lean_Expr_proj___override(x_195, x_196, x_200); -lean_ctor_set(x_198, 0, x_201); -return x_198; +lean_object* x_208; lean_object* x_209; +x_208 = lean_ctor_get(x_206, 0); +x_209 = l_Lean_Expr_proj___override(x_203, x_204, x_208); +lean_ctor_set(x_206, 0, x_209); +return x_206; } else { -lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_202 = lean_ctor_get(x_198, 0); -x_203 = lean_ctor_get(x_198, 1); -lean_inc(x_203); -lean_inc(x_202); -lean_dec(x_198); -x_204 = l_Lean_Expr_proj___override(x_195, x_196, x_202); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_203); -return x_205; +lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; +x_210 = lean_ctor_get(x_206, 0); +x_211 = lean_ctor_get(x_206, 1); +lean_inc(x_211); +lean_inc(x_210); +lean_dec(x_206); +x_212 = l_Lean_Expr_proj___override(x_203, x_204, x_210); +x_213 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_213, 0, x_212); +lean_ctor_set(x_213, 1, x_211); +return x_213; } } else { -uint8_t x_206; -lean_dec(x_196); -lean_dec(x_195); -x_206 = !lean_is_exclusive(x_198); -if (x_206 == 0) +uint8_t x_214; +lean_dec(x_204); +lean_dec(x_203); +x_214 = !lean_is_exclusive(x_206); +if (x_214 == 0) { -return x_198; +return x_206; } else { -lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_207 = lean_ctor_get(x_198, 0); -x_208 = lean_ctor_get(x_198, 1); -lean_inc(x_208); -lean_inc(x_207); -lean_dec(x_198); -x_209 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_209, 0, x_207); -lean_ctor_set(x_209, 1, x_208); -return x_209; +lean_object* x_215; lean_object* x_216; lean_object* x_217; +x_215 = lean_ctor_get(x_206, 0); +x_216 = lean_ctor_get(x_206, 1); +lean_inc(x_216); +lean_inc(x_215); +lean_dec(x_206); +x_217 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_217, 0, x_215); +lean_ctor_set(x_217, 1, x_216); +return x_217; } } } default: { -lean_object* x_210; +lean_object* x_218; lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_210 = l_Lean_Elab_ensureNoRecFn(x_2, x_1, x_9, x_10, x_11, x_12, x_13); -return x_210; +x_218 = l_Lean_Elab_ensureNoRecFn(x_2, x_1, x_9, x_10, x_11, x_12, x_13); +return x_218; } } } @@ -10756,7 +10881,61 @@ lean_dec(x_7); return x_18; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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_7); +lean_dec(x_2); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_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; lean_object* x_17; +x_15 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_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; lean_object* x_17; @@ -10764,11 +10943,11 @@ x_15 = lean_unbox_usize(x_5); lean_dec(x_5); x_16 = lean_unbox_usize(x_6); lean_dec(x_6); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__13(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); return x_17; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__14___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -10790,7 +10969,7 @@ lean_object* x_18 = _args[17]; _start: { lean_object* x_19; -x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___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, x_14, x_15, x_16, x_17, x_18); +x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17(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); lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -10800,11 +10979,11 @@ lean_dec(x_4); return x_19; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10814,20 +10993,20 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10837,26 +11016,26 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__16(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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_object* x_15) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_object* x_15) { _start: { lean_object* x_16; -x_16 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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, x_15); +x_16 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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, x_15); lean_dec(x_9); lean_dec(x_7); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___lambda__2___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -10877,16 +11056,62 @@ lean_object* x_17 = _args[16]; _start: { lean_object* x_18; -x_18 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__17___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, x_16, x_17); +x_18 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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, x_16, x_17); lean_dec(x_7); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +} +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +} +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10896,47 +11121,79 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__18(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23(x_1); +lean_dec(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___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: +{ +lean_object* x_10; +x_10 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_10; +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__19(x_1, x_2); +x_3 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25(x_1, x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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); +x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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_7); -lean_dec(x_2); +lean_dec(x_1); return x_15; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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, lean_object* x_16) { _start: { -size_t x_15; size_t x_16; lean_object* x_17; -x_15 = lean_unbox_usize(x_5); -lean_dec(x_5); +lean_object* x_17; +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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, x_16); +lean_dec(x_1); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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: +{ +size_t x_16; size_t x_17; lean_object* x_18; x_16 = lean_unbox_usize(x_6); lean_dec(x_6); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -return x_17; +x_17 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(x_1, x_2, x_3, x_4, x_5, x_16, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +return x_18; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__27___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: { size_t x_15; size_t x_16; lean_object* x_17; @@ -10944,11 +11201,11 @@ x_15 = lean_unbox_usize(x_5); lean_dec(x_5); x_16 = lean_unbox_usize(x_6); lean_dec(x_6); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__27(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); return x_17; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__28___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -10970,7 +11227,7 @@ lean_object* x_18 = _args[17]; _start: { lean_object* x_19; -x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__22(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); +x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__28(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); lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -10980,11 +11237,11 @@ lean_dec(x_4); return x_19; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10994,20 +11251,20 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__23(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11017,26 +11274,26 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__24(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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_object* x_15) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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_object* x_15) { _start: { lean_object* x_16; -x_16 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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, x_15); +x_16 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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, x_15); lean_dec(x_9); lean_dec(x_7); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___lambda__2___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___lambda__2___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -11057,35 +11314,35 @@ lean_object* x_17 = _args[16]; _start: { lean_object* x_18; -x_18 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__25___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, x_16, x_17); +x_18 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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, x_16, x_17); lean_dec(x_7); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___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: { -lean_object* x_9; -x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_10; +x_10 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_9; +return x_10; } } -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26(x_1); +x_2 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__27___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___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: { size_t x_15; size_t x_16; lean_object* x_17; @@ -11093,11 +11350,11 @@ x_15 = lean_unbox_usize(x_5); lean_dec(x_5); x_16 = lean_unbox_usize(x_6); lean_dec(x_6); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__27(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); return x_17; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__28___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -11119,7 +11376,7 @@ lean_object* x_18 = _args[17]; _start: { lean_object* x_19; -x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__28(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); +x_19 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(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); lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); @@ -11129,11 +11386,11 @@ lean_dec(x_4); return x_19; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11143,20 +11400,20 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__29(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11166,26 +11423,26 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__30(x_1); +x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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_object* x_15) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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_object* x_15) { _start: { lean_object* x_16; -x_16 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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, x_15); +x_16 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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, x_15); lean_dec(x_9); lean_dec(x_7); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___lambda__2___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___lambda__2___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -11206,143 +11463,11 @@ lean_object* x_17 = _args[16]; _start: { lean_object* x_18; -x_18 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__31___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, x_16, x_17); -lean_dec(x_7); -return x_18; -} -} -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___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) { -_start: -{ -lean_object* x_9; -x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; -} -} -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__32(x_1); -lean_dec(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___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) { -_start: -{ -lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__33(x_1); -lean_dec(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___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: -{ -lean_object* x_10; -x_10 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -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_10; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__34(x_1); -lean_dec(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__35(x_1, x_2); -lean_dec(x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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); +x_18 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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, x_16, x_17); lean_dec(x_7); -lean_dec(x_1); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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, lean_object* x_16) { -_start: -{ -lean_object* x_17; -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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, x_16); -lean_dec(x_1); -return x_17; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___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: -{ -size_t x_16; size_t x_17; lean_object* x_18; -x_16 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_17 = lean_unbox_usize(x_7); -lean_dec(x_7); -x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36(x_1, x_2, x_3, x_4, x_5, x_16, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___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: -{ -lean_object* x_10; -x_10 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -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_10; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37___boxed(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__37(x_1); -lean_dec(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__38___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, lean_object* x_12) { _start: { @@ -11450,7 +11575,7 @@ LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Structural_mk _start: { lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_8 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1; +x_8 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1; x_9 = lean_st_ref_get(x_8, x_7); x_10 = !lean_is_exclusive(x_9); if (x_10 == 0) @@ -11673,48 +11798,93 @@ return x_47; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4(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_7; -x_7 = lean_usize_dec_eq(x_4, x_5); -if (x_7 == 0) +uint8_t x_8; +x_8 = lean_usize_dec_eq(x_5, x_6); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_expr_eqv(x_9, x_2); +x_11 = 1; +x_12 = lean_usize_add(x_5, x_11); +if (x_10 == 0) +{ +lean_object* x_13; uint8_t x_14; +x_13 = lean_ctor_get(x_1, 7); +x_14 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_13, x_9); +if (x_14 == 0) +{ +lean_object* x_15; +x_15 = lean_array_push(x_7, x_9); +x_5 = x_12; +x_7 = x_15; +goto _start; +} +else +{ +lean_dec(x_9); +x_5 = x_12; +goto _start; +} +} +else +{ +lean_dec(x_9); +x_5 = x_12; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___at_Lean_Elab_Structural_mkBRecOn___spec__5(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: { -lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; -x_8 = lean_array_uget(x_3, x_4); -x_9 = lean_expr_eqv(x_8, x_2); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); +uint8_t x_9; +x_9 = lean_usize_dec_eq(x_6, x_7); if (x_9 == 0) { -lean_object* x_12; uint8_t x_13; -x_12 = lean_ctor_get(x_1, 7); -x_13 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_12, x_8); -if (x_13 == 0) +lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_10 = lean_array_uget(x_5, x_6); +x_11 = lean_expr_eqv(x_10, x_4); +x_12 = 1; +x_13 = lean_usize_add(x_6, x_12); +if (x_11 == 0) { -lean_object* x_14; -x_14 = lean_array_push(x_6, x_8); -x_4 = x_11; -x_6 = x_14; +lean_object* x_14; uint8_t x_15; +x_14 = lean_ctor_get(x_3, 7); +x_15 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_14, x_10); +if (x_15 == 0) +{ +lean_object* x_16; +x_16 = lean_array_push(x_8, x_10); +x_6 = x_13; +x_8 = x_16; goto _start; } else { -lean_dec(x_8); -x_4 = x_11; +lean_dec(x_10); +x_6 = x_13; goto _start; } } else { -lean_dec(x_8); -x_4 = x_11; +lean_dec(x_10); +x_6 = x_13; goto _start; } } else { -return x_6; +return x_8; } } } @@ -13045,7 +13215,7 @@ x_60 = 0; x_61 = lean_usize_of_nat(x_18); lean_dec(x_18); x_62 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___lambda__1___closed__1; -x_63 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4(x_2, x_23, x_16, x_60, x_61, x_62); +x_63 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___at_Lean_Elab_Structural_mkBRecOn___spec__5(x_2, x_23, x_2, x_23, x_16, x_60, x_61, x_62); lean_dec(x_16); x_64 = lean_unbox(x_58); lean_dec(x_58); @@ -13230,19 +13400,37 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___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: { -size_t x_7; size_t x_8; lean_object* x_9; -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_8; size_t x_9; lean_object* x_10; x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4(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_9; +return x_10; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___at_Lean_Elab_Structural_mkBRecOn___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; +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_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkBRecOn___spec__4___at_Lean_Elab_Structural_mkBRecOn___spec__5(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_Lean_Elab_Structural_mkBRecOn___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_object* x_15) { @@ -13444,28 +13632,28 @@ l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_ lean_mark_persistent(l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__1); l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2 = _init_l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2(); lean_mark_persistent(l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__7___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__3(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__3); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__20___lambda__2___closed__4); -l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1 = _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1(); -lean_mark_persistent(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___rarg___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__2___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__3(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__3); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__4(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__36___lambda__3___closed__4); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__2); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__3(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__3); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__15___lambda__2___closed__4); +l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1 = _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1(); +lean_mark_persistent(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__21___rarg___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__2___closed__2); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__2); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__3(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__3); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__4(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___spec__26___lambda__3___closed__4); l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__1 = _init_l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__1(); lean_mark_persistent(l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__1); l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__2 = _init_l___private_Lean_Elab_PreDefinition_Structural_BRecOn_0__Lean_Elab_Structural_replaceRecApps_loop___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/FindRecArg.c b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/FindRecArg.c index 195f9093e6ce..f0c2ceda8537 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/FindRecArg.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/FindRecArg.c @@ -16,16 +16,18 @@ extern "C" { LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_findRecArg___spec__13___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Structural_findRecArg_go___spec__13___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_Structural_findRecArg___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__6___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__13___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___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_Structural_findRecArg_go___spec__10(lean_object*, size_t, size_t); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Structural_findRecArg_go___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); @@ -36,6 +38,7 @@ lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); lean_object* l_Lean_indentD(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_forEachExpr_x27___at_Lean_Elab_Structural_findRecArg___spec__3___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Structural_findRecArg___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*); lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -50,36 +53,35 @@ lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14___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_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__15___lambda__1(lean_object*, lean_object*, lean_object*, 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_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ST_Prim_Ref_get___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__3; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__5; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr_x27___at_Lean_Elab_Structural_findRecArg___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_getIndexMinPos___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet___at_Lean_Elab_Structural_findRecArg___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__1; lean_object* lean_environment_find(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__9; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_getIndexMinPos___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__10___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Structural_findRecArg___spec__7(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22(lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_HashMap_insert___at_Lean_Meta_forEachExpr_x27_visit___spec__12(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__8; -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__5(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__10; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg(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_EXPORT lean_object* l_Lean_Meta_forEachExpr_x27___at_Lean_Elab_Structural_findRecArg___spec__3___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_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__1; uint8_t l_Lean_Expr_hasMVar(lean_object*); @@ -90,6 +92,7 @@ lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr___at_Lean_Elab_Structural_findRecArg___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_Structural_findRecArg_go___rarg___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_EXPORT lean_object* l_Lean_Meta_visitForall_visit___at_Lean_Elab_Structural_findRecArg___spec__9___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_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___rarg(lean_object*, 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_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__6; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__10; @@ -100,7 +103,6 @@ extern lean_object* l_Lean_binductionOnSuffix; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_hasConst___at_Lean_Elab_Structural_findRecArg_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__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*); @@ -110,6 +112,7 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_getIndexMinPos___boxed(lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Meta_forEachExpr_x27_visit___spec__1(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 uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__11(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__4; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__4; @@ -132,31 +135,36 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinitio LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__6(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___at_Lean_Elab_Structural_findRecArg___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__23(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Structural_findRecArg___spec__10___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*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3___closed__4; +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__8___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__15(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ST_Prim_Ref_modifyGetUnsafe___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Lean_Meta_visitLambda_visit___at_Lean_Elab_Structural_findRecArg___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10(lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__14; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(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_Elab_Structural_findRecArg_go___rarg___closed__13; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__12; uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__15(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* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3___closed__3; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_findRecArg_go___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_Elab_Structural_findRecArg_go___rarg___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_findRecArg___spec__13___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isLet(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__27(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_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__13(lean_object*, lean_object*); @@ -166,20 +174,23 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Structural_fin LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadParamDep_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_forEachExpr_x27___at_Lean_Elab_Structural_findRecArg___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_findRecArg(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__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_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Structural_findRecArg_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__7(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_getIndexMinPos(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__24(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_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_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__11(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_findRecArg_go(lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__3; lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__14___boxed(lean_object*, lean_object*); @@ -190,7 +201,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Structural_fin static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_findRecArg___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__12___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitForall_visit___at_Lean_Elab_Structural_findRecArg___spec__9(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_Structural_findRecArg_go___rarg___closed__3; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__10___boxed(lean_object*, lean_object*, lean_object*); @@ -206,11 +216,11 @@ LEAN_EXPORT lean_object* l_Lean_hasConst___at_Lean_Elab_Structural_findRecArg_go lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_brecOnSuffix; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__18; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(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_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__5___boxed(lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__5; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__17; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -220,20 +230,23 @@ lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMe LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed___rarg___closed__2; lean_object* l_Lean_LocalDecl_type(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadParamDep_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_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3___closed__2; static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__2; lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadParamDep_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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg___spec__1(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__26(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_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__9(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Structural_findRecArg_go___rarg___closed__14; @@ -257,11 +270,14 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDe static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__11___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__26___boxed(lean_object*, 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_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__1___closed__1; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__25(lean_object*, lean_object*, size_t, size_t); uint8_t lean_usize_dec_lt(size_t, size_t); +uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___at_Lean_Elab_Structural_findRecArg___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* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Structural_findRecArg___spec__10___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*); @@ -1876,6 +1892,734 @@ return x_16; } } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__23(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__24(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__25(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(x_1, x_2, x_15); +return x_16; +} +} +} static lean_object* _init_l_Lean_exprDependsOn___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__1___closed__1() { _start: { @@ -1888,7 +2632,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_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) { _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; uint8_t x_14; +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_37; lean_object* x_38; uint8_t x_39; x_8 = lean_st_ref_get(x_4, x_7); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); @@ -1898,270 +2642,138 @@ lean_dec(x_8); x_11 = lean_ctor_get(x_9, 0); lean_inc(x_11); lean_dec(x_9); -x_12 = l_Lean_exprDependsOn___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__1___closed__1; -lean_inc(x_11); -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 = l_Lean_Expr_hasFVar(x_1); -if (x_14 == 0) -{ -uint8_t x_15; -x_15 = l_Lean_Expr_hasMVar(x_1); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_dec(x_13); +x_37 = l_Lean_exprDependsOn___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__1___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_11); +x_39 = l_Lean_Expr_hasFVar(x_1); +if (x_39 == 0) +{ +uint8_t x_40; +x_40 = l_Lean_Expr_hasMVar(x_1); +if (x_40 == 0) +{ +uint8_t x_41; lean_dec(x_1); -x_16 = lean_st_ref_take(x_4, 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_is_exclusive(x_17); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -lean_ctor_set(x_17, 0, x_11); -x_21 = lean_st_ref_set(x_4, x_17, x_18); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) -{ -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_21, 0, x_25); -return x_21; -} -else -{ -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_21, 1); -lean_inc(x_26); -lean_dec(x_21); -x_27 = 0; -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 -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_30 = lean_ctor_get(x_17, 1); -x_31 = lean_ctor_get(x_17, 2); -x_32 = lean_ctor_get(x_17, 3); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_17); -x_33 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_33, 0, x_11); -lean_ctor_set(x_33, 1, x_30); -lean_ctor_set(x_33, 2, x_31); -lean_ctor_set(x_33, 3, x_32); -x_34 = lean_st_ref_set(x_4, x_33, x_18); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_34)) { - lean_ctor_release(x_34, 0); - lean_ctor_release(x_34, 1); - x_36 = x_34; -} else { - lean_dec_ref(x_34); - x_36 = lean_box(0); -} -x_37 = 0; -x_38 = lean_box(x_37); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); -} else { - x_39 = x_36; -} -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -return x_39; -} +x_41 = 0; +x_12 = x_41; +x_13 = x_38; +goto block_36; } 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; uint8_t x_47; -lean_dec(x_11); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__2(x_2, x_1, x_13); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_41, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__10(x_2, x_1, x_38); +x_43 = lean_ctor_get(x_42, 0); lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_st_ref_take(x_4, 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_is_exclusive(x_45); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -lean_ctor_set(x_45, 0, x_43); -x_49 = lean_st_ref_set(x_4, x_45, x_46); -x_50 = !lean_is_exclusive(x_49); -if (x_50 == 0) -{ -lean_object* x_51; -x_51 = lean_ctor_get(x_49, 0); -lean_dec(x_51); -lean_ctor_set(x_49, 0, x_42); -return x_49; -} -else -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_42); -lean_ctor_set(x_53, 1, x_52); -return x_53; +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_12 = x_45; +x_13 = x_44; +goto block_36; } } else { -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; -x_54 = lean_ctor_get(x_45, 1); -x_55 = lean_ctor_get(x_45, 2); -x_56 = lean_ctor_get(x_45, 3); -lean_inc(x_56); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_57 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_57, 0, x_43); -lean_ctor_set(x_57, 1, x_54); -lean_ctor_set(x_57, 2, x_55); -lean_ctor_set(x_57, 3, x_56); -x_58 = lean_st_ref_set(x_4, x_57, x_46); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; -} else { - lean_dec_ref(x_58); - x_60 = lean_box(0); -} -if (lean_is_scalar(x_60)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_60; -} -lean_ctor_set(x_61, 0, x_42); -lean_ctor_set(x_61, 1, x_59); -return x_61; -} -} +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_2, x_1, x_38); +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 = lean_unbox(x_47); +lean_dec(x_47); +x_12 = x_49; +x_13 = x_48; +goto block_36; } -else +block_36: { -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; uint8_t x_69; -lean_dec(x_11); -x_62 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__10(x_2, x_1, x_13); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_st_ref_take(x_4, x_10); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = !lean_is_exclusive(x_67); -if (x_69 == 0) +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_st_ref_take(x_4, x_10); +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_is_exclusive(x_16); +if (x_18 == 0) { -lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_70 = lean_ctor_get(x_67, 0); -lean_dec(x_70); -lean_ctor_set(x_67, 0, x_65); -x_71 = lean_st_ref_set(x_4, x_67, x_68); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +lean_ctor_set(x_16, 0, x_14); +x_20 = lean_st_ref_set(x_4, x_16, x_17); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -lean_ctor_set(x_71, 0, x_64); -return x_71; +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = lean_box(x_12); +lean_ctor_set(x_20, 0, x_23); +return x_20; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_64); -lean_ctor_set(x_75, 1, x_74); -return x_75; +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(x_12); +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 { -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_76 = lean_ctor_get(x_67, 1); -x_77 = lean_ctor_get(x_67, 2); -x_78 = lean_ctor_get(x_67, 3); -lean_inc(x_78); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_67); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_65); -lean_ctor_set(x_79, 1, x_76); -lean_ctor_set(x_79, 2, x_77); -lean_ctor_set(x_79, 3, x_78); -x_80 = lean_st_ref_set(x_4, x_79, x_68); -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; +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_16, 1); +x_28 = lean_ctor_get(x_16, 2); +x_29 = lean_ctor_get(x_16, 3); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_16); +x_30 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_30, 0, x_14); +lean_ctor_set(x_30, 1, x_27); +lean_ctor_set(x_30, 2, x_28); +lean_ctor_set(x_30, 3, x_29); +x_31 = lean_st_ref_set(x_4, x_30, x_17); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_33 = x_31; } else { - lean_dec_ref(x_80); - x_82 = lean_box(0); + lean_dec_ref(x_31); + x_33 = lean_box(0); } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(0, 2, 0); +x_34 = lean_box(x_12); +if (lean_is_scalar(x_33)) { + x_35 = lean_alloc_ctor(0, 2, 0); } else { - x_83 = x_82; + x_35 = x_33; } -lean_ctor_set(x_83, 0, x_64); -lean_ctor_set(x_83, 1, x_81); -return x_83; +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_32); +return x_35; } } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__26(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: { uint8_t x_14; @@ -2193,7 +2805,7 @@ if (x_19 == 0) lean_object* x_20; lean_object* x_21; uint8_t x_22; x_20 = lean_ctor_get(x_18, 0); x_21 = lean_ctor_get(x_18, 1); -x_22 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_1, x_16); +x_22 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_16); if (x_22 == 0) { uint8_t x_23; @@ -2265,7 +2877,7 @@ x_36 = lean_ctor_get(x_18, 1); lean_inc(x_36); lean_inc(x_35); lean_dec(x_18); -x_37 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_1, x_16); +x_37 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_16); if (x_37 == 0) { uint8_t x_38; @@ -2332,7 +2944,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__27(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -2374,7 +2986,7 @@ x_20 = lean_usize_of_nat(x_19); lean_dec(x_19); x_21 = 0; lean_inc_n(x_3, 2); -x_22 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_2, x_3, x_15, x_17, x_1, x_20, x_21, x_3, x_8, x_9, x_10, x_11, x_18); +x_22 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__26(x_2, x_3, x_15, x_17, x_1, x_20, x_21, x_3, x_8, x_9, x_10, x_11, x_18); x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); x_24 = lean_ctor_get(x_23, 0); @@ -2535,7 +3147,7 @@ x_10 = lean_usize_of_nat(x_9); lean_dec(x_9); x_11 = 0; x_12 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___closed__1; -x_13 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(x_1, x_2, x_12, x_2, x_10, x_11, x_12, x_3, x_4, x_5, x_6, x_7); +x_13 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__27(x_1, x_2, x_12, x_2, x_10, x_11, x_12, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_13) == 0) { lean_object* x_14; lean_object* x_15; @@ -2807,6 +3419,98 @@ lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__20(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__23___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__23(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__24(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__22(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__25___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__25(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_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: { @@ -2820,7 +3524,7 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18___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_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__26___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: { size_t x_14; size_t x_15; lean_object* x_16; @@ -2828,7 +3532,7 @@ x_14 = lean_unbox_usize(x_6); lean_dec(x_6); x_15 = lean_unbox_usize(x_7); lean_dec(x_7); -x_16 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__18(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__26(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -2838,7 +3542,7 @@ lean_dec(x_1); return x_16; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19___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_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__27___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; @@ -2846,7 +3550,7 @@ x_13 = lean_unbox_usize(x_5); lean_dec(x_5); x_14 = lean_unbox_usize(x_6); lean_dec(x_6); -x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__19(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f___spec__27(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); @@ -4071,22 +4775,68 @@ lean_inc(x_15); lean_inc(x_14); lean_dec(x_9); x_16 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_16, 0, x_14); -lean_ctor_set(x_16, 1, x_15); +lean_ctor_set(x_16, 0, x_14); +lean_ctor_set(x_16, 1, x_15); +return x_16; +} +} +} +} +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___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_Elab_Structural_findRecArg_go___spec__4___rarg), 8, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___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) { +_start: +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_ctor_get(x_5, 5); +x_9 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_3, x_4, x_5, x_6, x_7); +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_9, 0); +lean_inc(x_8); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_8); +lean_ctor_set(x_12, 1, x_11); +lean_ctor_set_tag(x_9, 1); +lean_ctor_set(x_9, 0, x_12); +return x_9; +} +else +{ +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_dec(x_9); +lean_inc(x_8); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_13); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_14); return x_16; } } } -} -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5(lean_object* x_1) { _start: { -lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___spec__4___rarg), 8, 0); -return x_3; +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___rarg___boxed), 7, 0); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___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) { _start: { lean_object* x_8; lean_object* x_9; uint8_t x_10; @@ -4124,15 +4874,15 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7___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) { _start: { lean_object* x_8; lean_object* x_9; uint8_t x_10; @@ -4170,15 +4920,15 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__9(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; @@ -4216,7 +4966,7 @@ return x_13; } } } -LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; @@ -4235,7 +4985,7 @@ else lean_object* x_6; uint8_t x_7; x_6 = lean_array_fget(x_1, x_2); lean_inc(x_2); -x_7 = l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(x_1, x_6, x_2, lean_box(0)); +x_7 = l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__9(x_1, x_6, x_2, lean_box(0)); lean_dec(x_6); if (x_7 == 0) { @@ -4256,7 +5006,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___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) { _start: { lean_object* x_8; lean_object* x_9; uint8_t x_10; @@ -4294,15 +5044,15 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__10(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__11(lean_object* x_1, size_t x_2, size_t x_3) { _start: { uint8_t x_4; @@ -4336,52 +5086,6 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___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) { -_start: -{ -lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_8 = lean_ctor_get(x_5, 5); -x_9 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_3, x_4, x_5, x_6, x_7); -x_10 = !lean_is_exclusive(x_9); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_9, 0); -lean_inc(x_8); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_8); -lean_ctor_set(x_12, 1, x_11); -lean_ctor_set_tag(x_9, 1); -lean_ctor_set(x_9, 0, x_12); -return x_9; -} -else -{ -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_dec(x_9); -lean_inc(x_8); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_8); -lean_ctor_set(x_15, 1, x_13); -x_16 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_14); -return x_16; -} -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___rarg___boxed), 7, 0); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12(lean_object* x_1, lean_object* x_2) { _start: { @@ -4807,367 +5511,348 @@ lean_inc(x_11); x_16 = l_Lean_Meta_getFVarLocalDecl(x_1, x_11, x_12, x_13, x_14, x_15); if (lean_obj_tag(x_16) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_237; +lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_255; 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_237 = l_Lean_LocalDecl_isLet(x_17); -if (x_237 == 0) +x_255 = l_Lean_LocalDecl_isLet(x_17); +if (x_255 == 0) { -lean_object* x_238; lean_object* x_239; -x_238 = l_Lean_LocalDecl_fvarId(x_17); -x_239 = l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12(x_6, x_238); -lean_dec(x_238); -if (lean_obj_tag(x_239) == 0) -{ -if (x_7 == 0) +lean_object* x_256; lean_object* x_257; +x_256 = l_Lean_LocalDecl_fvarId(x_17); +x_257 = l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12(x_6, x_256); +lean_dec(x_256); +if (lean_obj_tag(x_257) == 0) { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -lean_dec(x_17); -lean_dec(x_8); -x_240 = lean_unsigned_to_nat(1u); -x_241 = lean_nat_add(x_2, x_240); -lean_dec(x_2); -x_242 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_241, x_7, x_10, x_11, x_12, x_13, x_14, x_18); -return x_242; +uint8_t x_258; +x_258 = 0; +x_19 = x_258; +goto block_254; } else { -lean_object* x_243; -x_243 = lean_box(0); -x_19 = x_243; -goto block_236; +uint8_t x_259; +lean_dec(x_257); +x_259 = 1; +x_19 = x_259; +goto block_254; } } else { -lean_dec(x_239); +lean_object* x_260; +lean_dec(x_17); +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_260 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed___rarg(x_11, x_12, x_13, x_14, x_18); +return x_260; +} +block_254: +{ +uint8_t x_20; if (x_7 == 0) { -lean_object* x_244; -x_244 = lean_box(0); -x_19 = x_244; -goto block_236; +if (x_19 == 0) +{ +uint8_t x_250; +x_250 = 1; +x_20 = x_250; +goto block_249; } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; -lean_dec(x_17); -lean_dec(x_8); -x_245 = lean_unsigned_to_nat(1u); -x_246 = lean_nat_add(x_2, x_245); -lean_dec(x_2); -x_247 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_246, x_7, x_10, x_11, x_12, x_13, x_14, x_18); -return x_247; +uint8_t x_251; +x_251 = 0; +x_20 = x_251; +goto block_249; } } +else +{ +if (x_19 == 0) +{ +uint8_t x_252; +x_252 = 0; +x_20 = x_252; +goto block_249; } else { -lean_object* x_248; -lean_dec(x_17); -lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_248 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_throwStructuralFailed___rarg(x_11, x_12, x_13, x_14, x_18); -return x_248; +uint8_t x_253; +x_253 = 1; +x_20 = x_253; +goto block_249; } -block_236: +} +block_249: { -lean_object* x_20; lean_object* x_21; -lean_dec(x_19); -x_20 = l_Lean_LocalDecl_type(x_17); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; +x_21 = l_Lean_LocalDecl_type(x_17); lean_dec(x_17); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_21 = l_Lean_Meta_whnfD(x_20, x_11, x_12, x_13, x_14, x_18); -if (lean_obj_tag(x_21) == 0) +x_22 = l_Lean_Meta_whnfD(x_21, x_11, x_12, x_13, x_14, x_18); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); -lean_dec(x_21); -x_24 = l_Lean_Expr_getAppFn(x_22); -if (lean_obj_tag(x_24) == 4) +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); +x_25 = l_Lean_Expr_getAppFn(x_23); +if (lean_obj_tag(x_25) == 4) { -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_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); +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; +x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); -lean_dec(x_24); -x_27 = lean_st_ref_get(x_14, x_23); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = lean_st_ref_get(x_14, x_24); +x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_ctor_get(x_28, 0); +x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); lean_dec(x_28); -x_31 = lean_environment_find(x_30, x_25); -if (lean_obj_tag(x_31) == 0) +x_31 = lean_ctor_get(x_29, 0); +lean_inc(x_31); +lean_dec(x_29); +x_32 = lean_environment_find(x_31, x_26); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_26); -lean_dec(x_22); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_27); +lean_dec(x_23); lean_dec(x_8); -x_32 = lean_unsigned_to_nat(1u); -x_33 = lean_nat_add(x_2, x_32); +x_33 = lean_unsigned_to_nat(1u); +x_34 = lean_nat_add(x_2, x_33); lean_dec(x_2); -x_34 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_33, x_7, x_10, x_11, x_12, x_13, x_14, x_29); -return x_34; +x_35 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_34, x_7, x_10, x_11, x_12, x_13, x_14, x_30); +return x_35; } else { -lean_object* x_35; -x_35 = lean_ctor_get(x_31, 0); -lean_inc(x_35); -lean_dec(x_31); -if (lean_obj_tag(x_35) == 5) -{ -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; uint8_t x_43; -x_36 = lean_ctor_get(x_35, 0); +lean_object* x_36; +x_36 = lean_ctor_get(x_32, 0); lean_inc(x_36); -lean_dec(x_35); +lean_dec(x_32); +if (lean_obj_tag(x_36) == 5) +{ +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; uint8_t x_45; uint8_t x_233; x_37 = lean_ctor_get(x_36, 0); lean_inc(x_37); +lean_dec(x_36); x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); -lean_dec(x_37); -x_39 = l_Lean_brecOnSuffix; -lean_inc(x_38); -x_40 = l_Lean_Name_str___override(x_38, x_39); -x_41 = l_Lean_hasConst___at_Lean_Elab_Structural_findRecArg_go___spec__2(x_40, x_10, x_11, x_12, x_13, x_14, x_29); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_unbox(x_42); -lean_dec(x_42); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_26); -lean_dec(x_22); -lean_dec(x_8); -x_44 = lean_ctor_get(x_41, 1); +x_40 = l_Lean_brecOnSuffix; +lean_inc(x_39); +x_41 = l_Lean_Name_str___override(x_39, x_40); +x_42 = l_Lean_hasConst___at_Lean_Elab_Structural_findRecArg_go___spec__2(x_41, x_10, x_11, x_12, x_13, x_14, x_30); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); lean_inc(x_44); -lean_dec(x_41); -x_45 = lean_unsigned_to_nat(1u); -x_46 = lean_nat_add(x_2, x_45); -lean_dec(x_2); -x_47 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_46, x_7, x_10, x_11, x_12, x_13, x_14, x_44); -return x_47; +lean_dec(x_42); +x_233 = lean_unbox(x_43); +lean_dec(x_43); +if (x_233 == 0) +{ +uint8_t x_234; +x_234 = 1; +x_45 = x_234; +goto block_232; } else { -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; -x_48 = lean_ctor_get(x_41, 1); -lean_inc(x_48); -lean_dec(x_41); -x_49 = l_Lean_binductionOnSuffix; -lean_inc(x_38); -x_50 = l_Lean_Name_str___override(x_38, x_49); -x_51 = l_Lean_hasConst___at_Lean_Elab_Structural_findRecArg_go___spec__2(x_50, x_10, x_11, x_12, x_13, x_14, x_48); -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); +uint8_t x_235; +x_235 = 0; +x_45 = x_235; +goto block_232; +} +block_232: +{ +if (x_45 == 0) +{ +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 = l_Lean_binductionOnSuffix; +lean_inc(x_39); +x_47 = l_Lean_Name_str___override(x_39, x_46); +x_48 = l_Lean_hasConst___at_Lean_Elab_Structural_findRecArg_go___spec__2(x_47, x_10, x_11, x_12, x_13, x_14, x_44); +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_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_38); -x_54 = l_Lean_Meta_isInductivePredicate(x_38, x_11, x_12, x_13, x_14, x_53); -if (lean_obj_tag(x_54) == 0) +lean_inc(x_39); +x_51 = l_Lean_Meta_isInductivePredicate(x_39, x_11, x_12, x_13, x_14, x_50); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_58; -x_55 = lean_ctor_get(x_54, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -x_57 = lean_ctor_get_uint8(x_36, sizeof(void*)*5 + 2); -if (x_57 == 0) +lean_object* x_52; lean_object* x_53; uint8_t x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_ctor_get_uint8(x_37, sizeof(void*)*5 + 2); +if (x_54 == 0) { -lean_object* x_214; -lean_dec(x_55); +uint8_t x_219; lean_dec(x_52); -x_214 = lean_box(0); -x_58 = x_214; -goto block_213; +lean_dec(x_49); +x_219 = 0; +x_55 = x_219; +goto block_218; } else { -uint8_t x_215; -x_215 = lean_unbox(x_52); -lean_dec(x_52); -if (x_215 == 0) +uint8_t x_220; +x_220 = lean_unbox(x_49); +lean_dec(x_49); +if (x_220 == 0) { -uint8_t x_216; -x_216 = lean_unbox(x_55); -lean_dec(x_55); -if (x_216 == 0) +uint8_t x_221; +x_221 = lean_unbox(x_52); +lean_dec(x_52); +if (x_221 == 0) { -lean_object* x_217; lean_object* x_218; lean_object* x_219; -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_26); -lean_dec(x_22); -lean_dec(x_8); -x_217 = lean_unsigned_to_nat(1u); -x_218 = lean_nat_add(x_2, x_217); -lean_dec(x_2); -x_219 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_218, x_7, x_10, x_11, x_12, x_13, x_14, x_56); -return x_219; +uint8_t x_222; +x_222 = 1; +x_55 = x_222; +goto block_218; } else { -lean_object* x_220; -x_220 = lean_box(0); -x_58 = x_220; -goto block_213; +uint8_t x_223; +x_223 = 0; +x_55 = x_223; +goto block_218; } } else { -lean_object* x_221; -lean_dec(x_55); -x_221 = lean_box(0); -x_58 = x_221; -goto block_213; +uint8_t x_224; +lean_dec(x_52); +x_224 = 0; +x_55 = x_224; +goto block_218; } } -block_213: +block_218: { -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_167; lean_object* x_188; uint8_t x_189; -lean_dec(x_58); -x_59 = lean_unsigned_to_nat(0u); -x_60 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_22, x_59); -x_61 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__1; -lean_inc(x_60); -x_62 = lean_mk_array(x_60, x_61); -x_63 = lean_unsigned_to_nat(1u); -x_64 = lean_nat_sub(x_60, x_63); -lean_dec(x_60); -lean_inc(x_22); -x_65 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_22, x_62, x_64); -x_66 = lean_ctor_get(x_36, 1); -lean_inc(x_66); -lean_dec(x_36); -lean_inc(x_66); -lean_inc(x_65); -x_67 = l_Array_extract___rarg(x_65, x_59, x_66); -x_68 = lean_array_get_size(x_65); -x_69 = l_Array_extract___rarg(x_65, x_66, x_68); -x_188 = lean_array_get_size(x_69); -x_189 = lean_nat_dec_lt(x_59, x_188); -if (x_189 == 0) +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; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_164; uint8_t x_184; lean_object* x_205; uint8_t x_206; +x_56 = lean_unsigned_to_nat(0u); +x_57 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_23, x_56); +x_58 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__1; +lean_inc(x_57); +x_59 = lean_mk_array(x_57, x_58); +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_sub(x_57, x_60); +lean_dec(x_57); +lean_inc(x_23); +x_62 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_23, x_59, x_61); +x_63 = lean_ctor_get(x_37, 1); +lean_inc(x_63); +lean_dec(x_37); +lean_inc(x_63); +lean_inc(x_62); +x_64 = l_Array_extract___rarg(x_62, x_56, x_63); +x_65 = lean_array_get_size(x_62); +x_66 = l_Array_extract___rarg(x_62, x_63, x_65); +x_205 = lean_array_get_size(x_66); +x_206 = lean_nat_dec_lt(x_56, x_205); +if (x_206 == 0) { -lean_object* x_190; -lean_dec(x_188); -x_190 = lean_box(0); -x_167 = x_190; -goto block_187; +uint8_t x_207; +lean_dec(x_205); +x_207 = 0; +x_184 = x_207; +goto block_204; } else { -uint8_t x_191; -x_191 = lean_nat_dec_le(x_188, x_188); -if (x_191 == 0) +uint8_t x_208; +x_208 = lean_nat_dec_le(x_205, x_205); +if (x_208 == 0) { -lean_object* x_192; -lean_dec(x_188); -x_192 = lean_box(0); -x_167 = x_192; -goto block_187; +uint8_t x_209; +lean_dec(x_205); +x_209 = 0; +x_184 = x_209; +goto block_204; } else { -size_t x_193; size_t x_194; uint8_t x_195; -x_193 = 0; -x_194 = lean_usize_of_nat(x_188); -lean_dec(x_188); -x_195 = l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__10(x_69, x_193, x_194); -if (x_195 == 0) +size_t x_210; size_t x_211; uint8_t x_212; +x_210 = 0; +x_211 = lean_usize_of_nat(x_205); +lean_dec(x_205); +x_212 = l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__11(x_66, x_210, x_211); +if (x_212 == 0) { -lean_object* x_196; -x_196 = lean_box(0); -x_167 = x_196; -goto block_187; +uint8_t x_213; +x_213 = 0; +x_184 = x_213; +goto block_204; } else { -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_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); -lean_dec(x_8); -x_197 = lean_nat_add(x_2, x_63); -lean_dec(x_2); -lean_inc(x_197); -x_198 = l_Nat_repr(x_197); -x_199 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_199, 0, x_198); -x_200 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_200, 0, x_199); -x_201 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; -x_202 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_202, 0, x_201); -lean_ctor_set(x_202, 1, x_200); -x_203 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__18; -x_204 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_204, 0, x_202); -lean_ctor_set(x_204, 1, x_203); -x_205 = l_Lean_indentExpr(x_22); -x_206 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_206, 0, x_204); -lean_ctor_set(x_206, 1, x_205); -x_207 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; -x_208 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_208, 0, x_206); -lean_ctor_set(x_208, 1, x_207); -x_209 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___rarg___boxed), 7, 1); -lean_closure_set(x_209, 0, x_208); -x_210 = lean_box(x_7); -x_211 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); -lean_closure_set(x_211, 0, x_3); -lean_closure_set(x_211, 1, x_4); -lean_closure_set(x_211, 2, x_5); -lean_closure_set(x_211, 3, x_6); -lean_closure_set(x_211, 4, x_197); -lean_closure_set(x_211, 5, x_210); -x_212 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_209, x_211, x_10, x_11, x_12, x_13, x_14, x_56); -return x_212; -} -} -} -block_166: +uint8_t x_214; +x_214 = 1; +x_184 = x_214; +goto block_204; +} +} +} +block_163: { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_inc(x_70); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +lean_inc(x_67); lean_inc(x_4); -x_71 = l_Array_extract___rarg(x_4, x_59, x_70); +x_68 = l_Array_extract___rarg(x_4, x_56, x_67); lean_inc(x_4); -x_72 = l_Array_extract___rarg(x_4, x_70, x_8); +x_69 = l_Array_extract___rarg(x_4, x_67, x_8); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +x_70 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f(x_69, x_66, x_11, x_12, x_13, x_14, x_53); +if (lean_obj_tag(x_70) == 0) +{ +lean_object* x_71; +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +if (lean_obj_tag(x_71) == 0) +{ +lean_object* x_72; lean_object* x_73; +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_73 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadIndexDep_x3f(x_72, x_69, x_11, x_12, x_13, x_14, x_56); +x_73 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadParamDep_x3f(x_69, x_64, x_11, x_12, x_13, x_14, x_72); if (lean_obj_tag(x_73) == 0) { lean_object* x_74; @@ -5175,98 +5860,82 @@ x_74 = lean_ctor_get(x_73, 0); lean_inc(x_74); if (lean_obj_tag(x_74) == 0) { -lean_object* x_75; lean_object* x_76; +lean_object* x_75; lean_object* x_76; size_t x_77; size_t x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_23); x_75 = lean_ctor_get(x_73, 1); lean_inc(x_75); lean_dec(x_73); +x_76 = lean_array_get_size(x_66); +x_77 = lean_usize_of_nat(x_76); +lean_dec(x_76); +x_78 = 0; +lean_inc(x_66); +x_79 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3(x_69, x_77, x_78, x_66); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_76 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_hasBadParamDep_x3f(x_72, x_67, x_11, x_12, x_13, x_14, x_75); -if (lean_obj_tag(x_76) == 0) -{ -lean_object* x_77; -x_77 = lean_ctor_get(x_76, 0); -lean_inc(x_77); -if (lean_obj_tag(x_77) == 0) -{ -lean_object* x_78; lean_object* x_79; size_t x_80; size_t x_81; lean_object* x_82; lean_object* x_83; -lean_dec(x_22); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_array_get_size(x_69); -x_80 = lean_usize_of_nat(x_79); -lean_dec(x_79); -x_81 = 0; -lean_inc(x_69); -x_82 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_findRecArg_go___spec__3(x_72, x_80, x_81, x_69); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_38); -x_83 = l_Lean_Meta_isInductivePredicate(x_38, x_11, x_12, x_13, x_14, x_78); -if (lean_obj_tag(x_83) == 0) +lean_inc(x_39); +x_80 = l_Lean_Meta_isInductivePredicate(x_39, x_11, x_12, x_13, x_14, x_75); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t 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_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); -lean_inc(x_85); +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; +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 = lean_array_get_size(x_68); +x_84 = lean_nat_sub(x_2, x_83); lean_dec(x_83); -x_86 = lean_array_get_size(x_71); -x_87 = lean_nat_sub(x_2, x_86); -lean_dec(x_86); -x_88 = lean_alloc_ctor(0, 8, 2); -lean_ctor_set(x_88, 0, x_71); -lean_ctor_set(x_88, 1, x_72); -lean_ctor_set(x_88, 2, x_87); -lean_ctor_set(x_88, 3, x_82); -lean_ctor_set(x_88, 4, x_38); -lean_ctor_set(x_88, 5, x_26); -lean_ctor_set(x_88, 6, x_67); -lean_ctor_set(x_88, 7, x_69); -lean_ctor_set_uint8(x_88, sizeof(void*)*8, x_57); -x_89 = lean_unbox(x_84); -lean_dec(x_84); -lean_ctor_set_uint8(x_88, sizeof(void*)*8 + 1, x_89); +x_85 = lean_alloc_ctor(0, 8, 2); +lean_ctor_set(x_85, 0, x_68); +lean_ctor_set(x_85, 1, x_69); +lean_ctor_set(x_85, 2, x_84); +lean_ctor_set(x_85, 3, x_79); +lean_ctor_set(x_85, 4, x_39); +lean_ctor_set(x_85, 5, x_27); +lean_ctor_set(x_85, 6, x_64); +lean_ctor_set(x_85, 7, x_66); +lean_ctor_set_uint8(x_85, sizeof(void*)*8, x_54); +x_86 = lean_unbox(x_81); +lean_dec(x_81); +lean_ctor_set_uint8(x_85, sizeof(void*)*8 + 1, x_86); lean_inc(x_2); -x_90 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_90, 0, x_2); +x_87 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_87, 0, x_2); lean_inc(x_5); -x_91 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__2), 9, 3); -lean_closure_set(x_91, 0, x_5); -lean_closure_set(x_91, 1, x_88); -lean_closure_set(x_91, 2, x_90); -x_92 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__2; -x_93 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___spec__4___rarg), 8, 2); -lean_closure_set(x_93, 0, x_91); -lean_closure_set(x_93, 1, x_92); -x_94 = lean_nat_add(x_2, x_63); -lean_dec(x_2); -x_95 = lean_box(x_7); -x_96 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); -lean_closure_set(x_96, 0, x_3); -lean_closure_set(x_96, 1, x_4); -lean_closure_set(x_96, 2, x_5); -lean_closure_set(x_96, 3, x_6); -lean_closure_set(x_96, 4, x_94); -lean_closure_set(x_96, 5, x_95); -x_97 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_93, x_96, x_10, x_11, x_12, x_13, x_14, x_85); -return x_97; +x_88 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__2), 9, 3); +lean_closure_set(x_88, 0, x_5); +lean_closure_set(x_88, 1, x_85); +lean_closure_set(x_88, 2, x_87); +x_89 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__2; +x_90 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Elab_Structural_findRecArg_go___spec__4___rarg), 8, 2); +lean_closure_set(x_90, 0, x_88); +lean_closure_set(x_90, 1, x_89); +x_91 = lean_nat_add(x_2, x_60); +lean_dec(x_2); +x_92 = lean_box(x_7); +x_93 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); +lean_closure_set(x_93, 0, x_3); +lean_closure_set(x_93, 1, x_4); +lean_closure_set(x_93, 2, x_5); +lean_closure_set(x_93, 3, x_6); +lean_closure_set(x_93, 4, x_91); +lean_closure_set(x_93, 5, x_92); +x_94 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_90, x_93, x_10, x_11, x_12, x_13, x_14, x_82); +return x_94; } else { -uint8_t x_98; -lean_dec(x_82); -lean_dec(x_72); -lean_dec(x_71); +uint8_t x_95; +lean_dec(x_79); lean_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); +lean_dec(x_68); +lean_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -5277,110 +5946,110 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_98 = !lean_is_exclusive(x_83); -if (x_98 == 0) +x_95 = !lean_is_exclusive(x_80); +if (x_95 == 0) { -return x_83; +return x_80; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_83, 0); -x_100 = lean_ctor_get(x_83, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_83); -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; +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_80, 0); +x_97 = lean_ctor_get(x_80, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_80); +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; } } } else { -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_dec(x_72); -lean_dec(x_71); +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_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); -x_102 = lean_ctor_get(x_77, 0); +lean_dec(x_68); +lean_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); +x_99 = lean_ctor_get(x_74, 0); +lean_inc(x_99); +lean_dec(x_74); +x_100 = lean_ctor_get(x_73, 1); +lean_inc(x_100); +lean_dec(x_73); +x_101 = lean_ctor_get(x_99, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_99, 1); lean_inc(x_102); -lean_dec(x_77); -x_103 = lean_ctor_get(x_76, 1); -lean_inc(x_103); -lean_dec(x_76); -x_104 = lean_ctor_get(x_102, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_102, 1); -lean_inc(x_105); -lean_dec(x_102); -x_106 = lean_nat_add(x_2, x_63); +lean_dec(x_99); +x_103 = lean_nat_add(x_2, x_60); lean_dec(x_2); -lean_inc(x_106); -x_107 = l_Nat_repr(x_106); -x_108 = lean_alloc_ctor(3, 1, 0); +lean_inc(x_103); +x_104 = l_Nat_repr(x_103); +x_105 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_105, 0, x_104); +x_106 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_106, 0, x_105); +x_107 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; +x_108 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_108, 0, x_107); -x_109 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_109, 0, x_108); -x_110 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; -x_111 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_111, 0, x_110); -lean_ctor_set(x_111, 1, x_109); -x_112 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__4; -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 = l_Lean_indentExpr(x_22); -x_115 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__6; -x_117 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_117, 0, x_115); -lean_ctor_set(x_117, 1, x_116); -x_118 = l_Lean_indentExpr(x_104); -x_119 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set(x_119, 1, x_118); -x_120 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__8; -x_121 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_121, 0, x_119); -lean_ctor_set(x_121, 1, x_120); -x_122 = l_Lean_indentExpr(x_105); -x_123 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_123, 0, x_121); -lean_ctor_set(x_123, 1, x_122); -x_124 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; -x_125 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_125, 0, x_123); -lean_ctor_set(x_125, 1, x_124); -x_126 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___rarg___boxed), 7, 1); -lean_closure_set(x_126, 0, x_125); -x_127 = lean_box(x_7); -x_128 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); -lean_closure_set(x_128, 0, x_3); -lean_closure_set(x_128, 1, x_4); -lean_closure_set(x_128, 2, x_5); -lean_closure_set(x_128, 3, x_6); -lean_closure_set(x_128, 4, x_106); -lean_closure_set(x_128, 5, x_127); -x_129 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_126, x_128, x_10, x_11, x_12, x_13, x_14, x_103); -return x_129; -} -} -else -{ -uint8_t x_130; -lean_dec(x_72); -lean_dec(x_71); +lean_ctor_set(x_108, 1, x_106); +x_109 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__4; +x_110 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_110, 0, x_108); +lean_ctor_set(x_110, 1, x_109); +x_111 = l_Lean_indentExpr(x_23); +x_112 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +x_113 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__6; +x_114 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_114, 0, x_112); +lean_ctor_set(x_114, 1, x_113); +x_115 = l_Lean_indentExpr(x_101); +x_116 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +x_117 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__8; +x_118 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +x_119 = l_Lean_indentExpr(x_102); +x_120 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_120, 0, x_118); +lean_ctor_set(x_120, 1, x_119); +x_121 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; +x_122 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +x_123 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__5___rarg___boxed), 7, 1); +lean_closure_set(x_123, 0, x_122); +x_124 = lean_box(x_7); +x_125 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); +lean_closure_set(x_125, 0, x_3); +lean_closure_set(x_125, 1, x_4); +lean_closure_set(x_125, 2, x_5); +lean_closure_set(x_125, 3, x_6); +lean_closure_set(x_125, 4, x_103); +lean_closure_set(x_125, 5, x_124); +x_126 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_123, x_125, x_10, x_11, x_12, x_13, x_14, x_100); +return x_126; +} +} +else +{ +uint8_t x_127; lean_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); -lean_dec(x_22); +lean_dec(x_68); +lean_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); +lean_dec(x_23); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -5391,110 +6060,110 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_130 = !lean_is_exclusive(x_76); -if (x_130 == 0) +x_127 = !lean_is_exclusive(x_73); +if (x_127 == 0) { -return x_76; +return x_73; } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; -x_131 = lean_ctor_get(x_76, 0); -x_132 = lean_ctor_get(x_76, 1); -lean_inc(x_132); -lean_inc(x_131); -lean_dec(x_76); -x_133 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_133, 0, x_131); -lean_ctor_set(x_133, 1, x_132); -return x_133; +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_73, 0); +x_129 = lean_ctor_get(x_73, 1); +lean_inc(x_129); +lean_inc(x_128); +lean_dec(x_73); +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_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_dec(x_72); -lean_dec(x_71); +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_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); -x_134 = lean_ctor_get(x_74, 0); +lean_dec(x_68); +lean_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); +x_131 = lean_ctor_get(x_71, 0); +lean_inc(x_131); +lean_dec(x_71); +x_132 = lean_ctor_get(x_70, 1); +lean_inc(x_132); +lean_dec(x_70); +x_133 = lean_ctor_get(x_131, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_131, 1); lean_inc(x_134); -lean_dec(x_74); -x_135 = lean_ctor_get(x_73, 1); -lean_inc(x_135); -lean_dec(x_73); -x_136 = lean_ctor_get(x_134, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_134, 1); -lean_inc(x_137); -lean_dec(x_134); -x_138 = lean_nat_add(x_2, x_63); +lean_dec(x_131); +x_135 = lean_nat_add(x_2, x_60); lean_dec(x_2); -lean_inc(x_138); -x_139 = l_Nat_repr(x_138); -x_140 = lean_alloc_ctor(3, 1, 0); +lean_inc(x_135); +x_136 = l_Nat_repr(x_135); +x_137 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_137, 0, x_136); +x_138 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_138, 0, x_137); +x_139 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; +x_140 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_140, 0, x_139); -x_141 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_141, 0, x_140); -x_142 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; -x_143 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_141); -x_144 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__10; -x_145 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -x_146 = l_Lean_indentExpr(x_22); -x_147 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -x_148 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__12; -x_149 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -x_150 = l_Lean_indentExpr(x_136); -x_151 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_150); -x_152 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__14; -x_153 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -x_154 = l_Lean_indentExpr(x_137); -x_155 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_155, 0, x_153); -lean_ctor_set(x_155, 1, x_154); -x_156 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; -x_157 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_157, 0, x_155); -lean_ctor_set(x_157, 1, x_156); -x_158 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___rarg___boxed), 7, 1); -lean_closure_set(x_158, 0, x_157); -x_159 = lean_box(x_7); -x_160 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); -lean_closure_set(x_160, 0, x_3); -lean_closure_set(x_160, 1, x_4); -lean_closure_set(x_160, 2, x_5); -lean_closure_set(x_160, 3, x_6); -lean_closure_set(x_160, 4, x_138); -lean_closure_set(x_160, 5, x_159); -x_161 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_158, x_160, x_10, x_11, x_12, x_13, x_14, x_135); -return x_161; -} -} -else -{ -uint8_t x_162; -lean_dec(x_72); -lean_dec(x_71); +lean_ctor_set(x_140, 1, x_138); +x_141 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__10; +x_142 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_142, 0, x_140); +lean_ctor_set(x_142, 1, x_141); +x_143 = l_Lean_indentExpr(x_23); +x_144 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_144, 0, x_142); +lean_ctor_set(x_144, 1, x_143); +x_145 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__12; +x_146 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_146, 0, x_144); +lean_ctor_set(x_146, 1, x_145); +x_147 = l_Lean_indentExpr(x_133); +x_148 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_148, 0, x_146); +lean_ctor_set(x_148, 1, x_147); +x_149 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__14; +x_150 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_150, 0, x_148); +lean_ctor_set(x_150, 1, x_149); +x_151 = l_Lean_indentExpr(x_134); +x_152 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_152, 0, x_150); +lean_ctor_set(x_152, 1, x_151); +x_153 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; +x_154 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +x_155 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__6___rarg___boxed), 7, 1); +lean_closure_set(x_155, 0, x_154); +x_156 = lean_box(x_7); +x_157 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); +lean_closure_set(x_157, 0, x_3); +lean_closure_set(x_157, 1, x_4); +lean_closure_set(x_157, 2, x_5); +lean_closure_set(x_157, 3, x_6); +lean_closure_set(x_157, 4, x_135); +lean_closure_set(x_157, 5, x_156); +x_158 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_155, x_157, x_10, x_11, x_12, x_13, x_14, x_132); +return x_158; +} +} +else +{ +uint8_t x_159; lean_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); -lean_dec(x_22); +lean_dec(x_68); +lean_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); +lean_dec(x_23); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -5505,105 +6174,184 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_162 = !lean_is_exclusive(x_73); -if (x_162 == 0) +x_159 = !lean_is_exclusive(x_70); +if (x_159 == 0) { -return x_73; +return x_70; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_163 = lean_ctor_get(x_73, 0); -x_164 = lean_ctor_get(x_73, 1); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_73); -x_165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_165, 0, x_163); -lean_ctor_set(x_165, 1, x_164); -return x_165; +lean_object* x_160; lean_object* x_161; lean_object* x_162; +x_160 = lean_ctor_get(x_70, 0); +x_161 = lean_ctor_get(x_70, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_70); +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; } } } -block_187: +block_183: { -uint8_t x_168; -lean_dec(x_167); -x_168 = l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__7(x_69, x_59); -if (x_168 == 0) +if (x_164 == 0) { -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_dec(x_69); -lean_dec(x_67); -lean_dec(x_38); -lean_dec(x_26); +lean_object* x_165; uint8_t x_166; +x_165 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_getIndexMinPos(x_4, x_66); +x_166 = lean_nat_dec_lt(x_165, x_3); +if (x_166 == 0) +{ +lean_dec(x_165); +lean_inc(x_3); +x_67 = x_3; +goto block_163; +} +else +{ +x_67 = x_165; +goto block_163; +} +} +else +{ +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_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); lean_dec(x_8); -x_169 = lean_nat_add(x_2, x_63); +x_167 = lean_nat_add(x_2, x_60); lean_dec(x_2); -lean_inc(x_169); -x_170 = l_Nat_repr(x_169); -x_171 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_171, 0, x_170); -x_172 = lean_alloc_ctor(0, 1, 0); +lean_inc(x_167); +x_168 = l_Nat_repr(x_167); +x_169 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_169, 0, x_168); +x_170 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_170, 0, x_169); +x_171 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; +x_172 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_172, 0, x_171); -x_173 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; +lean_ctor_set(x_172, 1, x_170); +x_173 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__16; x_174 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_174, 0, x_173); -lean_ctor_set(x_174, 1, x_172); -x_175 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__16; +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +x_175 = l_Lean_indentExpr(x_23); x_176 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_176, 0, x_174); lean_ctor_set(x_176, 1, x_175); -x_177 = l_Lean_indentExpr(x_22); +x_177 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; x_178 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_178, 0, x_176); lean_ctor_set(x_178, 1, x_177); -x_179 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; -x_180 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_180, 0, x_178); -lean_ctor_set(x_180, 1, x_179); -x_181 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___rarg___boxed), 7, 1); -lean_closure_set(x_181, 0, x_180); -x_182 = lean_box(x_7); -x_183 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); -lean_closure_set(x_183, 0, x_3); -lean_closure_set(x_183, 1, x_4); -lean_closure_set(x_183, 2, x_5); -lean_closure_set(x_183, 3, x_6); -lean_closure_set(x_183, 4, x_169); -lean_closure_set(x_183, 5, x_182); -x_184 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_181, x_183, x_10, x_11, x_12, x_13, x_14, x_56); -return x_184; -} -else -{ -lean_object* x_185; uint8_t x_186; -x_185 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_getIndexMinPos(x_4, x_69); -x_186 = lean_nat_dec_lt(x_185, x_3); -if (x_186 == 0) -{ -lean_dec(x_185); -lean_inc(x_3); -x_70 = x_3; -goto block_166; +x_179 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7___rarg___boxed), 7, 1); +lean_closure_set(x_179, 0, x_178); +x_180 = lean_box(x_7); +x_181 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); +lean_closure_set(x_181, 0, x_3); +lean_closure_set(x_181, 1, x_4); +lean_closure_set(x_181, 2, x_5); +lean_closure_set(x_181, 3, x_6); +lean_closure_set(x_181, 4, x_167); +lean_closure_set(x_181, 5, x_180); +x_182 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_179, x_181, x_10, x_11, x_12, x_13, x_14, x_53); +return x_182; +} +} +block_204: +{ +if (x_184 == 0) +{ +uint8_t x_185; +x_185 = l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(x_66, x_56); +if (x_185 == 0) +{ +uint8_t x_186; +x_186 = 1; +x_164 = x_186; +goto block_183; } else { -x_70 = x_185; -goto block_166; +uint8_t x_187; +x_187 = 0; +x_164 = x_187; +goto block_183; } } +else +{ +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_dec(x_66); +lean_dec(x_64); +lean_dec(x_39); +lean_dec(x_27); +lean_dec(x_8); +x_188 = lean_nat_add(x_2, x_60); +lean_dec(x_2); +lean_inc(x_188); +x_189 = l_Nat_repr(x_188); +x_190 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_190, 0, x_189); +x_191 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_191, 0, x_190); +x_192 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__2; +x_193 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_191); +x_194 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__18; +x_195 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_195, 0, x_193); +lean_ctor_set(x_195, 1, x_194); +x_196 = l_Lean_indentExpr(x_23); +x_197 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +x_198 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__1___closed__6; +x_199 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_198); +x_200 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___rarg___boxed), 7, 1); +lean_closure_set(x_200, 0, x_199); +x_201 = lean_box(x_7); +x_202 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_findRecArg_go___rarg___boxed), 12, 6); +lean_closure_set(x_202, 0, x_3); +lean_closure_set(x_202, 1, x_4); +lean_closure_set(x_202, 2, x_5); +lean_closure_set(x_202, 3, x_6); +lean_closure_set(x_202, 4, x_188); +lean_closure_set(x_202, 5, x_201); +x_203 = l___private_Lean_Elab_PreDefinition_Structural_FindRecArg_0__Lean_Elab_Structural_orelse_x27___rarg(x_200, x_202, x_10, x_11, x_12, x_13, x_14, x_53); +return x_203; +} +} +} +else +{ +lean_object* x_215; lean_object* x_216; lean_object* x_217; +lean_dec(x_39); +lean_dec(x_37); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_8); +x_215 = lean_unsigned_to_nat(1u); +x_216 = lean_nat_add(x_2, x_215); +lean_dec(x_2); +x_217 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_216, x_7, x_10, x_11, x_12, x_13, x_14, x_53); +return x_217; } } } else { -uint8_t x_222; -lean_dec(x_52); -lean_dec(x_38); -lean_dec(x_36); -lean_dec(x_26); -lean_dec(x_22); +uint8_t x_225; +lean_dec(x_49); +lean_dec(x_39); +lean_dec(x_37); +lean_dec(x_27); +lean_dec(x_23); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -5615,58 +6363,73 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_222 = !lean_is_exclusive(x_54); -if (x_222 == 0) +x_225 = !lean_is_exclusive(x_51); +if (x_225 == 0) { -return x_54; +return x_51; } else { -lean_object* x_223; lean_object* x_224; lean_object* x_225; -x_223 = lean_ctor_get(x_54, 0); -x_224 = lean_ctor_get(x_54, 1); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_54); -x_225 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_225, 0, x_223); -lean_ctor_set(x_225, 1, x_224); -return x_225; +lean_object* x_226; lean_object* x_227; lean_object* x_228; +x_226 = lean_ctor_get(x_51, 0); +x_227 = lean_ctor_get(x_51, 1); +lean_inc(x_227); +lean_inc(x_226); +lean_dec(x_51); +x_228 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_228, 0, x_226); +lean_ctor_set(x_228, 1, x_227); +return x_228; +} } } +else +{ +lean_object* x_229; lean_object* x_230; lean_object* x_231; +lean_dec(x_39); +lean_dec(x_37); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_8); +x_229 = lean_unsigned_to_nat(1u); +x_230 = lean_nat_add(x_2, x_229); +lean_dec(x_2); +x_231 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_230, x_7, x_10, x_11, x_12, x_13, x_14, x_44); +return x_231; +} } } else { -lean_object* x_226; lean_object* x_227; lean_object* x_228; -lean_dec(x_35); -lean_dec(x_26); -lean_dec(x_22); +lean_object* x_236; lean_object* x_237; lean_object* x_238; +lean_dec(x_36); +lean_dec(x_27); +lean_dec(x_23); lean_dec(x_8); -x_226 = lean_unsigned_to_nat(1u); -x_227 = lean_nat_add(x_2, x_226); +x_236 = lean_unsigned_to_nat(1u); +x_237 = lean_nat_add(x_2, x_236); lean_dec(x_2); -x_228 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_227, x_7, x_10, x_11, x_12, x_13, x_14, x_29); -return x_228; +x_238 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_237, x_7, x_10, x_11, x_12, x_13, x_14, x_30); +return x_238; } } } else { -lean_object* x_229; lean_object* x_230; lean_object* x_231; -lean_dec(x_24); -lean_dec(x_22); +lean_object* x_239; lean_object* x_240; lean_object* x_241; +lean_dec(x_25); +lean_dec(x_23); lean_dec(x_8); -x_229 = lean_unsigned_to_nat(1u); -x_230 = lean_nat_add(x_2, x_229); +x_239 = lean_unsigned_to_nat(1u); +x_240 = lean_nat_add(x_2, x_239); lean_dec(x_2); -x_231 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_230, x_7, x_10, x_11, x_12, x_13, x_14, x_23); -return x_231; +x_241 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_240, x_7, x_10, x_11, x_12, x_13, x_14, x_24); +return x_241; } } else { -uint8_t x_232; +uint8_t x_242; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -5678,30 +6441,43 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_232 = !lean_is_exclusive(x_21); -if (x_232 == 0) +x_242 = !lean_is_exclusive(x_22); +if (x_242 == 0) { -return x_21; +return x_22; } else { -lean_object* x_233; lean_object* x_234; lean_object* x_235; -x_233 = lean_ctor_get(x_21, 0); -x_234 = lean_ctor_get(x_21, 1); -lean_inc(x_234); -lean_inc(x_233); -lean_dec(x_21); -x_235 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_235, 0, x_233); -lean_ctor_set(x_235, 1, x_234); -return x_235; +lean_object* x_243; lean_object* x_244; lean_object* x_245; +x_243 = lean_ctor_get(x_22, 0); +x_244 = lean_ctor_get(x_22, 1); +lean_inc(x_244); +lean_inc(x_243); +lean_dec(x_22); +x_245 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_245, 0, x_243); +lean_ctor_set(x_245, 1, x_244); +return x_245; +} +} +} +else +{ +lean_object* x_246; lean_object* x_247; lean_object* x_248; +lean_dec(x_17); +lean_dec(x_8); +x_246 = lean_unsigned_to_nat(1u); +x_247 = lean_nat_add(x_2, x_246); +lean_dec(x_2); +x_248 = l_Lean_Elab_Structural_findRecArg_go___rarg(x_3, x_4, x_5, x_6, x_247, x_7, x_10, x_11, x_12, x_13, x_14, x_18); +return x_248; } } } } else { -uint8_t x_249; +uint8_t x_261; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -5713,23 +6489,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_249 = !lean_is_exclusive(x_16); -if (x_249 == 0) +x_261 = !lean_is_exclusive(x_16); +if (x_261 == 0) { return x_16; } else { -lean_object* x_250; lean_object* x_251; lean_object* x_252; -x_250 = lean_ctor_get(x_16, 0); -x_251 = lean_ctor_get(x_16, 1); -lean_inc(x_251); -lean_inc(x_250); +lean_object* x_262; lean_object* x_263; lean_object* x_264; +x_262 = lean_ctor_get(x_16, 0); +x_263 = lean_ctor_get(x_16, 1); +lean_inc(x_263); +lean_inc(x_262); lean_dec(x_16); -x_252 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_252, 0, x_250); -lean_ctor_set(x_252, 1, x_251); -return x_252; +x_264 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_264, 0, x_262); +lean_ctor_set(x_264, 1, x_263); +return x_264; } } } @@ -6047,32 +6823,45 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__8___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_Elab_Structural_findRecArg_go___spec__7___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) { +_start: +{ +lean_object* x_8; +x_8 = l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__7___rarg(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_2); +return x_8; +} +} +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__9___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 = l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(x_1, x_2, x_3, x_4); +x_5 = l___private_Init_Data_Array_Basic_0__Array_allDiffAuxAux___at_Lean_Elab_Structural_findRecArg_go___spec__9(x_1, x_2, x_3, x_4); lean_dec(x_2); lean_dec(x_1); x_6 = lean_box(x_5); return x_6; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__7___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__8___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__7(x_1, x_2); +x_3 = l___private_Init_Data_Array_Basic_0__Array_allDiffAux___at_Lean_Elab_Structural_findRecArg_go___spec__8(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___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) { _start: { lean_object* x_8; -x_8 = l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__9___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__10___rarg(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); @@ -6081,7 +6870,7 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -6089,25 +6878,12 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__10(x_1, x_4, x_5); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg_go___spec__11(x_1, x_4, x_5); lean_dec(x_1); x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___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) { -_start: -{ -lean_object* x_8; -x_8 = l_Lean_throwError___at_Lean_Elab_Structural_findRecArg_go___spec__11___rarg(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_2); -return x_8; -} -} LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Elab_Structural_findRecArg_go___spec__12___boxed(lean_object* x_1, lean_object* x_2) { _start: { @@ -8207,99 +8983,95 @@ return x_10; LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14___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: { -uint8_t x_10; -x_10 = l_Lean_Expr_isFVar(x_3); -if (x_10 == 0) +uint8_t x_10; uint8_t x_25; +x_25 = l_Lean_Expr_isFVar(x_3); +if (x_25 == 0) { -lean_object* x_11; lean_object* x_12; -lean_dec(x_3); -x_11 = lean_box(0); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_9); -return x_12; +uint8_t x_26; +x_26 = 0; +x_10 = x_26; +goto block_24; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_array_get_size(x_1); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_27 = lean_array_get_size(x_2); +x_28 = lean_unsigned_to_nat(0u); +x_29 = lean_nat_dec_lt(x_28, x_27); +if (x_29 == 0) { -lean_object* x_16; lean_object* x_17; -lean_dec(x_13); -lean_dec(x_3); -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_9); -return x_17; +uint8_t x_30; +lean_dec(x_27); +x_30 = 0; +x_10 = x_30; +goto block_24; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_13, x_13); -if (x_18 == 0) +uint8_t x_31; +x_31 = lean_nat_dec_le(x_27, x_27); +if (x_31 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_13); -lean_dec(x_3); -x_19 = lean_box(0); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_9); -return x_20; +uint8_t x_32; +lean_dec(x_27); +x_32 = 0; +x_10 = x_32; +goto block_24; +} +else +{ +size_t x_33; size_t x_34; uint8_t x_35; +x_33 = 0; +x_34 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_35 = l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg___spec__1(x_3, x_2, x_33, x_34); +x_10 = x_35; +goto block_24; } -else +} +} +block_24: { -size_t x_21; size_t x_22; uint8_t x_23; -x_21 = 0; -x_22 = lean_usize_of_nat(x_13); -lean_dec(x_13); -x_23 = l_Array_anyMUnsafe_any___at_Lean_Elab_Structural_findRecArg___spec__1(x_3, x_1, x_21, x_22); -if (x_23 == 0) +if (x_10 == 0) { -lean_object* x_24; lean_object* x_25; +lean_object* x_11; lean_object* x_12; lean_dec(x_3); -x_24 = lean_box(0); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_9); -return x_25; +x_11 = lean_box(0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_9); +return x_12; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_26 = lean_st_ref_take(x_2, x_9); -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_Expr_fvarId_x21(x_3); -x_30 = lean_box(0); -x_31 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_27, x_29, x_30); -x_32 = lean_st_ref_set(x_2, x_31, x_28); -x_33 = !lean_is_exclusive(x_32); -if (x_33 == 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; uint8_t x_20; +x_13 = lean_st_ref_take(x_1, x_9); +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_Expr_fvarId_x21(x_3); +x_17 = lean_box(0); +x_18 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_14, x_16, x_17); +x_19 = lean_st_ref_set(x_1, x_18, x_15); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) { -return x_32; +return x_19; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_32, 0); -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_32); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -return x_36; -} -} +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_19, 0); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_19); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } } @@ -8331,11 +9103,11 @@ lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_dec(x_6); x_15 = lean_ctor_get(x_3, 0); x_16 = lean_array_uget(x_15, x_5); -lean_inc(x_2); lean_inc(x_1); +lean_inc(x_2); x_17 = lean_alloc_closure((void*)(l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14___lambda__1___boxed), 9, 2); -lean_closure_set(x_17, 0, x_1); -lean_closure_set(x_17, 1, x_2); +lean_closure_set(x_17, 0, x_2); +lean_closure_set(x_17, 1, x_1); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); @@ -8395,24 +9167,30 @@ lean_object* x_10; x_10 = l_Lean_Expr_getAppFn(x_3); if (lean_obj_tag(x_10) == 4) { -lean_object* x_11; lean_object* x_12; uint8_t x_13; +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_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); lean_dec(x_10); x_12 = lean_st_ref_get(x_8, x_9); -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; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -x_16 = lean_ctor_get(x_14, 0); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +if (lean_is_exclusive(x_12)) { + lean_ctor_release(x_12, 0); + lean_ctor_release(x_12, 1); + x_15 = x_12; +} else { + lean_dec_ref(x_12); + x_15 = lean_box(0); +} +x_16 = lean_ctor_get(x_13, 0); lean_inc(x_16); -lean_dec(x_14); +lean_dec(x_13); x_17 = lean_environment_find(x_16, x_11); if (lean_obj_tag(x_17) == 0) { -lean_object* x_18; +lean_object* x_18; lean_object* x_19; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -8422,58 +9200,60 @@ lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); x_18 = lean_box(0); -lean_ctor_set(x_12, 0, x_18); -return x_12; +if (lean_is_scalar(x_15)) { + x_19 = lean_alloc_ctor(0, 2, 0); +} else { + x_19 = x_15; +} +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_14); +return x_19; } else { -lean_object* x_19; -x_19 = lean_ctor_get(x_17, 0); -lean_inc(x_19); +lean_object* x_20; +x_20 = lean_ctor_get(x_17, 0); +lean_inc(x_20); lean_dec(x_17); -if (lean_obj_tag(x_19) == 5) +if (lean_obj_tag(x_20) == 5) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -lean_dec(x_19); -x_21 = lean_ctor_get(x_20, 2); +lean_object* x_21; uint8_t x_22; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -x_22 = lean_unsigned_to_nat(0u); -x_23 = lean_nat_dec_lt(x_22, x_21); -if (x_23 == 0) -{ -lean_object* x_24; -lean_dec(x_21); lean_dec(x_20); -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_24 = lean_box(0); -lean_ctor_set(x_12, 0, x_24); -return x_12; +x_50 = lean_ctor_get(x_21, 2); +lean_inc(x_50); +x_51 = lean_unsigned_to_nat(0u); +x_52 = lean_nat_dec_lt(x_51, x_50); +if (x_52 == 0) +{ +uint8_t x_53; +lean_dec(x_50); +x_53 = 0; +x_22 = x_53; +goto block_49; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_25 = lean_ctor_get(x_20, 1); -lean_inc(x_25); -lean_dec(x_20); -x_26 = lean_nat_add(x_25, x_21); -lean_dec(x_21); -x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_22); -x_28 = lean_nat_dec_eq(x_26, x_27); -lean_dec(x_26); -if (x_28 == 0) +lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_54 = lean_ctor_get(x_21, 1); +lean_inc(x_54); +x_55 = lean_nat_add(x_54, x_50); +lean_dec(x_50); +lean_dec(x_54); +x_56 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_51); +x_57 = lean_nat_dec_eq(x_55, x_56); +lean_dec(x_56); +lean_dec(x_55); +x_22 = x_57; +goto block_49; +} +block_49: { -lean_object* x_29; -lean_dec(x_27); -lean_dec(x_25); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +lean_dec(x_21); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -8482,271 +9262,98 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_29 = lean_box(0); -lean_ctor_set(x_12, 0, x_29); -return x_12; +x_23 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_24 = lean_alloc_ctor(0, 2, 0); +} else { + x_24 = x_15; +} +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_14); +return x_24; } else { -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; size_t x_38; lean_object* x_39; size_t x_40; lean_object* x_41; lean_object* x_42; -lean_free_object(x_12); -x_30 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__1; -lean_inc(x_27); -x_31 = lean_mk_array(x_27, x_30); -x_32 = lean_unsigned_to_nat(1u); -x_33 = lean_nat_sub(x_27, x_32); -lean_dec(x_27); -x_34 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_31, x_33); -x_35 = lean_array_get_size(x_34); -x_36 = l_Array_toSubarray___rarg(x_34, x_25, x_35); -x_37 = lean_ctor_get(x_36, 2); +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; size_t x_36; lean_object* x_37; size_t x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_15); +x_25 = lean_unsigned_to_nat(0u); +x_26 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_25); +x_27 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__1; +lean_inc(x_26); +x_28 = lean_mk_array(x_26, x_27); +x_29 = lean_unsigned_to_nat(1u); +x_30 = lean_nat_sub(x_26, x_29); +lean_dec(x_26); +x_31 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_28, x_30); +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_dec(x_21); +x_33 = lean_array_get_size(x_31); +x_34 = l_Array_toSubarray___rarg(x_31, x_32, x_33); +x_35 = lean_ctor_get(x_34, 2); +lean_inc(x_35); +x_36 = lean_usize_of_nat(x_35); +lean_dec(x_35); +x_37 = lean_ctor_get(x_34, 1); lean_inc(x_37); x_38 = lean_usize_of_nat(x_37); lean_dec(x_37); -x_39 = lean_ctor_get(x_36, 1); -lean_inc(x_39); -x_40 = lean_usize_of_nat(x_39); -lean_dec(x_39); -x_41 = lean_box(0); -x_42 = l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14(x_1, x_2, x_36, x_38, x_40, x_41, x_4, x_5, x_6, x_7, x_8, x_15); -lean_dec(x_36); -if (lean_obj_tag(x_42) == 0) -{ -uint8_t x_43; -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) -{ -lean_object* x_44; -x_44 = lean_ctor_get(x_42, 0); -lean_dec(x_44); -lean_ctor_set(x_42, 0, x_41); -return x_42; -} -else -{ -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_42, 1); -lean_inc(x_45); -lean_dec(x_42); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_41); -lean_ctor_set(x_46, 1, x_45); -return x_46; -} -} -else -{ -uint8_t x_47; -x_47 = !lean_is_exclusive(x_42); -if (x_47 == 0) +x_39 = lean_box(0); +x_40 = l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14(x_1, x_2, x_34, x_36, x_38, x_39, x_4, x_5, x_6, x_7, x_8, x_14); +lean_dec(x_34); +if (lean_obj_tag(x_40) == 0) { -return x_42; -} -else +uint8_t x_41; +x_41 = !lean_is_exclusive(x_40); +if (x_41 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_42, 0); -x_49 = lean_ctor_get(x_42, 1); -lean_inc(x_49); -lean_inc(x_48); +lean_object* x_42; +x_42 = lean_ctor_get(x_40, 0); lean_dec(x_42); -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; -} -} -} -} -} -else -{ -lean_object* x_51; -lean_dec(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_3); -lean_dec(x_2); -lean_dec(x_1); -x_51 = lean_box(0); -lean_ctor_set(x_12, 0, x_51); -return x_12; -} -} -} -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_ctor_get(x_12, 0); -x_53 = lean_ctor_get(x_12, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_12); -x_54 = lean_ctor_get(x_52, 0); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_environment_find(x_54, x_11); -if (lean_obj_tag(x_55) == 0) -{ -lean_object* x_56; lean_object* x_57; -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_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_53); -return x_57; +lean_ctor_set(x_40, 0, x_39); +return x_40; } else { -lean_object* x_58; -x_58 = lean_ctor_get(x_55, 0); -lean_inc(x_58); -lean_dec(x_55); -if (lean_obj_tag(x_58) == 5) -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -lean_dec(x_58); -x_60 = lean_ctor_get(x_59, 2); -lean_inc(x_60); -x_61 = lean_unsigned_to_nat(0u); -x_62 = lean_nat_dec_lt(x_61, x_60); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; -lean_dec(x_60); -lean_dec(x_59); -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_63 = lean_box(0); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_53); -return x_64; +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 1); +lean_inc(x_43); +lean_dec(x_40); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_39); +lean_ctor_set(x_44, 1, x_43); +return x_44; } -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_65 = lean_ctor_get(x_59, 1); -lean_inc(x_65); -lean_dec(x_59); -x_66 = lean_nat_add(x_65, x_60); -lean_dec(x_60); -x_67 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_61); -x_68 = lean_nat_dec_eq(x_66, x_67); -lean_dec(x_66); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -lean_dec(x_65); -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_69 = lean_box(0); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_53); -return x_70; } 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; size_t x_79; lean_object* x_80; size_t x_81; lean_object* x_82; lean_object* x_83; -x_71 = l_Lean_Elab_Structural_findRecArg_go___rarg___lambda__3___closed__1; -lean_inc(x_67); -x_72 = lean_mk_array(x_67, x_71); -x_73 = lean_unsigned_to_nat(1u); -x_74 = lean_nat_sub(x_67, x_73); -lean_dec(x_67); -x_75 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_72, x_74); -x_76 = lean_array_get_size(x_75); -x_77 = l_Array_toSubarray___rarg(x_75, x_65, x_76); -x_78 = lean_ctor_get(x_77, 2); -lean_inc(x_78); -x_79 = lean_usize_of_nat(x_78); -lean_dec(x_78); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -x_81 = lean_usize_of_nat(x_80); -lean_dec(x_80); -x_82 = lean_box(0); -x_83 = l_Subarray_forInUnsafe_loop___at_Lean_Elab_Structural_findRecArg___spec__14(x_1, x_2, x_77, x_79, x_81, x_82, x_4, x_5, x_6, x_7, x_8, x_53); -lean_dec(x_77); -if (lean_obj_tag(x_83) == 0) +uint8_t x_45; +x_45 = !lean_is_exclusive(x_40); +if (x_45 == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_83, 1); -lean_inc(x_84); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_85 = x_83; -} else { - lean_dec_ref(x_83); - x_85 = lean_box(0); -} -if (lean_is_scalar(x_85)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_85; -} -lean_ctor_set(x_86, 0, x_82); -lean_ctor_set(x_86, 1, x_84); -return x_86; +return x_40; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_87 = lean_ctor_get(x_83, 0); -lean_inc(x_87); -x_88 = lean_ctor_get(x_83, 1); -lean_inc(x_88); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_89 = x_83; -} else { - lean_dec_ref(x_83); - 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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_40, 0); +x_47 = lean_ctor_get(x_40, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_40); +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; } -lean_ctor_set(x_90, 0, x_87); -lean_ctor_set(x_90, 1, x_88); -return x_90; } } } } else { -lean_object* x_91; lean_object* x_92; -lean_dec(x_58); +lean_object* x_58; lean_object* x_59; +lean_dec(x_20); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -8755,18 +9362,21 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_53); -return x_92; +x_58 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_59 = lean_alloc_ctor(0, 2, 0); +} else { + x_59 = x_15; } +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_14); +return x_59; } } } else { -lean_object* x_93; lean_object* x_94; +lean_object* x_60; lean_object* x_61; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -8776,11 +9386,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_93 = lean_box(0); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_9); -return x_94; +x_60 = lean_box(0); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_9); +return x_61; } } } diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/IndPred.c b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/IndPred.c index 8481c86d9f5e..ea2111f1041f 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/IndPred.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/IndPred.c @@ -14,17 +14,17 @@ extern "C" { #endif static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__7___closed__1; -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___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___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__2___boxed(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_object* l_Lean_mkAppN(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___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___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__1___closed__1; static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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*); @@ -48,11 +48,14 @@ lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_MatcherInfo_arity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___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_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__10(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(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_Elab_Structural_mkIndPredBRecOn___lambda__1___boxed(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*); @@ -63,8 +66,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_ lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_Extension_getMatcherInfo_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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*); static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__10___rarg(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___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__3; @@ -72,20 +75,16 @@ lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData_ static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__1; uint8_t l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___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*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(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* 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*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___closed__3; lean_object* l_Lean_Meta_check(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_MatcherInfo_numAlts(lean_object*); uint8_t l_Lean_Elab_Structural_recArgHasLooseBVarsAt(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__6; -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__2; extern lean_object* l_Lean_instInhabitedExpr; static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___closed__4; @@ -94,12 +93,12 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_ static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__2(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_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___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_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___boxed(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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__4___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); @@ -110,9 +109,10 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinitio static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__3___closed__1; static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__2___closed__2; lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___closed__1; +static lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1; lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__5___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___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_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___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_object*, lean_object*); @@ -120,7 +120,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn(lean_object*, le extern lean_object* l_Lean_brecOnSuffix; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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 lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___at_Lean_Elab_Structural_mkIndPredBRecOn___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_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___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*); uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); @@ -139,7 +140,6 @@ lean_object* l_Array_ofSubarray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__10___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_Elab_Structural_mkIndPredBRecOn___lambda__7___closed__2; static lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__1(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__5; size_t lean_usize_add(size_t, size_t); @@ -160,20 +160,22 @@ lean_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_objec lean_object* l_Lean_Expr_headBeta(lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, 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_Structural_mkIndPredBRecOn___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*); -static lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(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___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___closed__4; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___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) { @@ -1363,7 +1365,52 @@ return x_73; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +static lean_object* _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_inheritedTraceOptions; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +_start: +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___closed__1; +x_9 = lean_st_ref_get(x_8, x_7); +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_9, 0); +x_12 = lean_ctor_get(x_5, 2); +x_13 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_11, x_12, x_1); +lean_dec(x_11); +x_14 = lean_box(x_13); +lean_ctor_set(x_9, 0, x_14); +return x_9; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; +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_ctor_get(x_5, 2); +x_18 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_15, x_17, x_1); +lean_dec(x_15); +x_19 = lean_box(x_18); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_16); +return x_20; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__4(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; @@ -1452,7 +1499,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_object* x_14) { _start: { if (lean_obj_tag(x_6) == 5) @@ -1503,7 +1550,7 @@ x_25 = lean_array_get_size(x_7); x_26 = lean_usize_of_nat(x_25); lean_dec(x_25); x_27 = 0; -x_28 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_1, x_2, x_3, x_4, x_26, x_27, x_7, x_9, x_10, x_11, x_12, x_13, x_24); +x_28 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__4(x_1, x_2, x_3, x_4, x_26, x_27, x_7, x_9, x_10, x_11, x_12, x_13, x_24); if (lean_obj_tag(x_28) == 0) { uint8_t x_29; @@ -1750,52 +1797,136 @@ return x_73; } } } -static lean_object* _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___closed__1() { +static lean_object* _init_l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1() { _start: { -lean_object* x_1; -x_1 = l_Lean_inheritedTraceOptions; -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_mk_empty_array_with_capacity(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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) { _start: { -lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_8 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___closed__1; -x_9 = lean_st_ref_get(x_8, x_7); -x_10 = !lean_is_exclusive(x_9); -if (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; uint8_t x_16; +x_9 = lean_ctor_get(x_6, 5); +x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_4, x_5, x_6, x_7, x_8); +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 = lean_st_ref_take(x_7, x_12); +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 = !lean_is_exclusive(x_14); +if (x_16 == 0) { -lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_ctor_get(x_5, 2); -x_13 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_11, x_12, x_1); -lean_dec(x_11); -x_14 = lean_box(x_13); -lean_ctor_set(x_9, 0, x_14); -return x_9; +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; +x_17 = lean_ctor_get(x_14, 3); +x_18 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1; +x_19 = 0; +x_20 = lean_alloc_ctor(9, 3, 1); +lean_ctor_set(x_20, 0, x_1); +lean_ctor_set(x_20, 1, x_11); +lean_ctor_set(x_20, 2, x_18); +lean_ctor_set_uint8(x_20, sizeof(void*)*3, x_19); +lean_inc(x_9); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_9); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_Lean_PersistentArray_push___rarg(x_17, x_21); +lean_ctor_set(x_14, 3, x_22); +x_23 = lean_st_ref_set(x_7, x_14, x_15); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_23, 0); +lean_dec(x_25); +x_26 = lean_box(0); +lean_ctor_set(x_23, 0, x_26); +return x_23; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; -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_ctor_get(x_5, 2); -x_18 = l___private_Lean_Util_Trace_0__Lean_checkTraceOption(x_15, x_17, x_1); -lean_dec(x_15); -x_19 = lean_box(x_18); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_16); -return x_20; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_23, 1); +lean_inc(x_27); +lean_dec(x_23); +x_28 = lean_box(0); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; +} +} +else +{ +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; 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_30 = lean_ctor_get(x_14, 0); +x_31 = lean_ctor_get(x_14, 1); +x_32 = lean_ctor_get(x_14, 2); +x_33 = lean_ctor_get(x_14, 3); +x_34 = lean_ctor_get(x_14, 4); +x_35 = lean_ctor_get(x_14, 5); +x_36 = lean_ctor_get(x_14, 6); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +lean_inc(x_33); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_14); +x_37 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1; +x_38 = 0; +x_39 = lean_alloc_ctor(9, 3, 1); +lean_ctor_set(x_39, 0, x_1); +lean_ctor_set(x_39, 1, x_11); +lean_ctor_set(x_39, 2, x_37); +lean_ctor_set_uint8(x_39, sizeof(void*)*3, x_38); +lean_inc(x_9); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_9); +lean_ctor_set(x_40, 1, x_39); +x_41 = l_Lean_PersistentArray_push___rarg(x_33, x_40); +x_42 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_42, 0, x_30); +lean_ctor_set(x_42, 1, x_31); +lean_ctor_set(x_42, 2, x_32); +lean_ctor_set(x_42, 3, x_41); +lean_ctor_set(x_42, 4, x_34); +lean_ctor_set(x_42, 5, x_35); +lean_ctor_set(x_42, 6, x_36); +x_43 = lean_st_ref_set(x_7, x_42, x_15); +x_44 = lean_ctor_get(x_43, 1); +lean_inc(x_44); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + x_45 = x_43; +} else { + lean_dec_ref(x_43); + x_45 = lean_box(0); +} +x_46 = lean_box(0); +if (lean_is_scalar(x_45)) { + x_47 = lean_alloc_ctor(0, 2, 0); +} else { + x_47 = x_45; +} +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_44); +return x_47; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__7(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; @@ -1884,7 +2015,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14) { _start: { if (lean_obj_tag(x_6) == 5) @@ -1935,7 +2066,7 @@ x_25 = lean_array_get_size(x_7); x_26 = lean_usize_of_nat(x_25); lean_dec(x_25); x_27 = 0; -x_28 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_1, x_2, x_3, x_4, x_26, x_27, x_7, x_9, x_10, x_11, x_12, x_13, x_24); +x_28 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__7(x_1, x_2, x_3, x_4, x_26, x_27, x_7, x_9, x_10, x_11, x_12, x_13, x_24); if (lean_obj_tag(x_28) == 0) { uint8_t x_29; @@ -2164,150 +2295,21 @@ if (x_70 == 0) { return x_44; } -else -{ -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_44, 0); -x_72 = lean_ctor_get(x_44, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_44); -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; -} -} -} -} -} -} -static lean_object* _init_l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -x_2 = lean_mk_empty_array_with_capacity(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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) { -_start: -{ -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_9 = lean_ctor_get(x_6, 5); -x_10 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_2, x_4, x_5, x_6, x_7, x_8); -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 = lean_st_ref_take(x_7, x_12); -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 = !lean_is_exclusive(x_14); -if (x_16 == 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; uint8_t x_24; -x_17 = lean_ctor_get(x_14, 3); -x_18 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1; -x_19 = 0; -x_20 = lean_alloc_ctor(9, 3, 1); -lean_ctor_set(x_20, 0, x_1); -lean_ctor_set(x_20, 1, x_11); -lean_ctor_set(x_20, 2, x_18); -lean_ctor_set_uint8(x_20, sizeof(void*)*3, x_19); -lean_inc(x_9); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_9); -lean_ctor_set(x_21, 1, x_20); -x_22 = l_Lean_PersistentArray_push___rarg(x_17, x_21); -lean_ctor_set(x_14, 3, x_22); -x_23 = lean_st_ref_set(x_7, x_14, x_15); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_23, 0); -lean_dec(x_25); -x_26 = lean_box(0); -lean_ctor_set(x_23, 0, x_26); -return x_23; -} -else -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_23, 1); -lean_inc(x_27); -lean_dec(x_23); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_27); -return x_29; -} -} -else -{ -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; 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_30 = lean_ctor_get(x_14, 0); -x_31 = lean_ctor_get(x_14, 1); -x_32 = lean_ctor_get(x_14, 2); -x_33 = lean_ctor_get(x_14, 3); -x_34 = lean_ctor_get(x_14, 4); -x_35 = lean_ctor_get(x_14, 5); -x_36 = lean_ctor_get(x_14, 6); -lean_inc(x_36); -lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_14); -x_37 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1; -x_38 = 0; -x_39 = lean_alloc_ctor(9, 3, 1); -lean_ctor_set(x_39, 0, x_1); -lean_ctor_set(x_39, 1, x_11); -lean_ctor_set(x_39, 2, x_37); -lean_ctor_set_uint8(x_39, sizeof(void*)*3, x_38); -lean_inc(x_9); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_9); -lean_ctor_set(x_40, 1, x_39); -x_41 = l_Lean_PersistentArray_push___rarg(x_33, x_40); -x_42 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_42, 0, x_30); -lean_ctor_set(x_42, 1, x_31); -lean_ctor_set(x_42, 2, x_32); -lean_ctor_set(x_42, 3, x_41); -lean_ctor_set(x_42, 4, x_34); -lean_ctor_set(x_42, 5, x_35); -lean_ctor_set(x_42, 6, x_36); -x_43 = lean_st_ref_set(x_7, x_42, x_15); -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -if (lean_is_exclusive(x_43)) { - lean_ctor_release(x_43, 0); - lean_ctor_release(x_43, 1); - x_45 = x_43; -} else { - lean_dec_ref(x_43); - x_45 = lean_box(0); -} -x_46 = lean_box(0); -if (lean_is_scalar(x_45)) { - x_47 = lean_alloc_ctor(0, 2, 0); -} else { - x_47 = x_45; +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_44, 0); +x_72 = lean_ctor_get(x_44, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_44); +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; +} +} } -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_44); -return x_47; } } } @@ -2457,7 +2459,7 @@ x_17 = lean_unsigned_to_nat(1u); x_18 = lean_nat_sub(x_14, x_17); lean_dec(x_14); lean_inc(x_1); -x_19 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__7(x_2, x_3, x_4, x_5, x_1, x_1, x_16, x_18, x_7, x_8, x_9, x_10, x_11, x_12); +x_19 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_2, x_3, x_4, x_5, x_1, x_1, x_16, x_18, x_7, x_8, x_9, x_10, x_11, x_12); return x_19; } } @@ -2523,7 +2525,7 @@ if (x_18 == 0) { lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_inc(x_3); -x_19 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_3, x_8, x_9, x_10, x_11, x_12, x_16); +x_19 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_3, x_8, x_9, x_10, x_11, x_12, x_16); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); x_21 = lean_unbox(x_20); @@ -2555,7 +2557,7 @@ x_29 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Struc 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_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_3, x_30, x_8, x_9, x_10, x_11, x_12, x_25); +x_31 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_3, x_30, x_8, x_9, x_10, x_11, x_12, x_25); x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); x_33 = lean_ctor_get(x_31, 1); @@ -2829,92 +2831,109 @@ return x_21; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_51; uint8_t x_52; x_22 = lean_ctor_get(x_12, 1); lean_inc(x_22); lean_dec(x_12); x_23 = lean_ctor_get(x_13, 0); lean_inc(x_23); lean_dec(x_13); -x_24 = l_Lean_Elab_Structural_RecArgInfo_recArgPos(x_2); +x_51 = l_Lean_Elab_Structural_RecArgInfo_recArgPos(x_2); lean_inc(x_5); lean_inc(x_1); -x_25 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_1, x_24, x_5); -if (x_25 == 0) +x_52 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_1, x_51, x_5); +if (x_52 == 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; -lean_dec(x_23); -x_26 = lean_unsigned_to_nat(0u); -x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_5, x_26); -x_28 = l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__1___closed__1; -lean_inc(x_27); -x_29 = lean_mk_array(x_27, x_28); -x_30 = lean_unsigned_to_nat(1u); -x_31 = lean_nat_sub(x_27, x_30); -lean_dec(x_27); -lean_inc(x_5); -x_32 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__4(x_1, x_2, x_3, x_4, x_5, x_5, x_29, x_31, x_6, x_7, x_8, x_9, x_10, x_22); -return x_32; +uint8_t x_53; +x_53 = 1; +x_24 = x_53; +goto block_50; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +uint8_t x_54; +x_54 = 0; +x_24 = x_54; +goto block_50; +} +block_50: +{ +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_dec(x_5); -x_33 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__4; -x_34 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_33, x_6, x_7, x_8, x_9, x_10, x_22); -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) +x_25 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__4; +x_26 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_25, x_6, x_7, x_8, x_9, x_10, x_22); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_unbox(x_27); +lean_dec(x_27); +if (x_28 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_34, 1); -lean_inc(x_37); -lean_dec(x_34); -x_38 = lean_box(0); -x_39 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2(x_3, x_23, x_33, x_1, x_2, x_4, x_38, x_6, x_7, x_8, x_9, x_10, x_37); -return x_39; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_26, 1); +lean_inc(x_29); +lean_dec(x_26); +x_30 = lean_box(0); +x_31 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2(x_3, x_23, x_25, x_1, x_2, x_4, x_30, x_6, x_7, x_8, x_9, x_10, x_29); +return x_31; } 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; lean_object* x_49; lean_object* x_50; -x_40 = lean_ctor_get(x_34, 1); -lean_inc(x_40); -lean_dec(x_34); +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_object* x_42; +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); lean_inc(x_23); -x_41 = l_Lean_Meta_MatcherApp_toExpr(x_23); -x_42 = l_Lean_MessageData_ofExpr(x_41); -x_43 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___closed__4; -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_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_33, x_46, x_6, x_7, x_8, x_9, x_10, x_40); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2(x_3, x_23, x_33, x_1, x_2, x_4, x_48, x_6, x_7, x_8, x_9, x_10, x_49); -return x_50; +x_33 = l_Lean_Meta_MatcherApp_toExpr(x_23); +x_34 = l_Lean_MessageData_ofExpr(x_33); +x_35 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__6; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +x_37 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___closed__4; +x_38 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_38, 0, x_36); +lean_ctor_set(x_38, 1, x_37); +x_39 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_25, x_38, x_6, x_7, x_8, x_9, x_10, x_32); +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___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2(x_3, x_23, x_25, x_1, x_2, x_4, x_40, x_6, x_7, x_8, x_9, x_10, 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_dec(x_23); +x_43 = lean_unsigned_to_nat(0u); +x_44 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_5, x_43); +x_45 = l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop_addBelow___spec__1___closed__1; +lean_inc(x_44); +x_46 = lean_mk_array(x_44, x_45); +x_47 = lean_unsigned_to_nat(1u); +x_48 = lean_nat_sub(x_44, x_47); +lean_dec(x_44); +lean_inc(x_5); +x_49 = l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_1, x_2, x_3, x_4, x_5, x_5, x_46, x_48, x_6, x_7, x_8, x_9, x_10, x_22); +return x_49; } } } } case 6: { -lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; -x_51 = lean_ctor_get(x_5, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_5, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_5, 2); -lean_inc(x_53); -x_54 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; +x_55 = lean_ctor_get(x_5, 0); +lean_inc(x_55); +x_56 = lean_ctor_get(x_5, 1); +lean_inc(x_56); +x_57 = lean_ctor_get(x_5, 2); +lean_inc(x_57); +x_58 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_10); lean_inc(x_9); @@ -2925,30 +2944,30 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_55 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_52, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_55) == 0) +x_59 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_56, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__3___boxed), 12, 5); -lean_closure_set(x_58, 0, x_53); -lean_closure_set(x_58, 1, x_1); -lean_closure_set(x_58, 2, x_2); -lean_closure_set(x_58, 3, x_3); -lean_closure_set(x_58, 4, x_4); -x_59 = 0; -x_60 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___rarg(x_51, x_54, x_56, x_58, x_59, x_6, x_7, x_8, x_9, x_10, x_57); -return x_60; +lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__3___boxed), 12, 5); +lean_closure_set(x_62, 0, x_57); +lean_closure_set(x_62, 1, x_1); +lean_closure_set(x_62, 2, x_2); +lean_closure_set(x_62, 3, x_3); +lean_closure_set(x_62, 4, x_4); +x_63 = 0; +x_64 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___rarg(x_55, x_58, x_60, x_62, x_63, x_6, x_7, x_8, x_9, x_10, x_61); +return x_64; } else { -uint8_t x_61; -lean_dec(x_53); -lean_dec(x_51); +uint8_t x_65; +lean_dec(x_57); +lean_dec(x_55); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -2958,36 +2977,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_61 = !lean_is_exclusive(x_55); -if (x_61 == 0) +x_65 = !lean_is_exclusive(x_59); +if (x_65 == 0) { -return x_55; +return x_59; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_55, 0); -x_63 = lean_ctor_get(x_55, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_55); -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; +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_59, 0); +x_67 = lean_ctor_get(x_59, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_59); +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; } } } case 7: { -lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; -x_65 = lean_ctor_get(x_5, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_5, 1); -lean_inc(x_66); -x_67 = lean_ctor_get(x_5, 2); -lean_inc(x_67); -x_68 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; +x_69 = lean_ctor_get(x_5, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_5, 1); +lean_inc(x_70); +x_71 = lean_ctor_get(x_5, 2); +lean_inc(x_71); +x_72 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_10); lean_inc(x_9); @@ -2998,30 +3017,30 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_69 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_66, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_69) == 0) +x_73 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_70, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; lean_object* x_74; -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 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__4___boxed), 12, 5); -lean_closure_set(x_72, 0, x_67); -lean_closure_set(x_72, 1, x_1); -lean_closure_set(x_72, 2, x_2); -lean_closure_set(x_72, 3, x_3); -lean_closure_set(x_72, 4, x_4); -x_73 = 0; -x_74 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___rarg(x_65, x_68, x_70, x_72, x_73, x_6, x_7, x_8, x_9, x_10, x_71); -return x_74; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; lean_object* x_78; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); +lean_inc(x_75); +lean_dec(x_73); +x_76 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__4___boxed), 12, 5); +lean_closure_set(x_76, 0, x_71); +lean_closure_set(x_76, 1, x_1); +lean_closure_set(x_76, 2, x_2); +lean_closure_set(x_76, 3, x_3); +lean_closure_set(x_76, 4, x_4); +x_77 = 0; +x_78 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___rarg(x_69, x_72, x_74, x_76, x_77, x_6, x_7, x_8, x_9, x_10, x_75); +return x_78; } else { -uint8_t x_75; -lean_dec(x_67); -lean_dec(x_65); +uint8_t x_79; +lean_dec(x_71); +lean_dec(x_69); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -3031,37 +3050,37 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_75 = !lean_is_exclusive(x_69); -if (x_75 == 0) +x_79 = !lean_is_exclusive(x_73); +if (x_79 == 0) { -return x_69; +return x_73; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_69, 0); -x_77 = lean_ctor_get(x_69, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_69); -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; +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_73, 0); +x_81 = lean_ctor_get(x_73, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_73); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } case 8: { -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_79 = lean_ctor_get(x_5, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_5, 1); -lean_inc(x_80); -x_81 = lean_ctor_get(x_5, 2); -lean_inc(x_81); -x_82 = lean_ctor_get(x_5, 3); -lean_inc(x_82); +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_5, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_5, 1); +lean_inc(x_84); +x_85 = lean_ctor_get(x_5, 2); +lean_inc(x_85); +x_86 = lean_ctor_get(x_5, 3); +lean_inc(x_86); lean_dec(x_5); lean_inc(x_10); lean_inc(x_9); @@ -3072,15 +3091,15 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_83 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_80, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_83) == 0) +x_87 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_84, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_87) == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -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); +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_10); lean_inc(x_9); lean_inc(x_8); @@ -3090,31 +3109,31 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_86 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_81, x_6, x_7, x_8, x_9, x_10, x_85); -if (lean_obj_tag(x_86) == 0) -{ -lean_object* x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; lean_object* x_91; -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_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__3___boxed), 12, 5); -lean_closure_set(x_89, 0, x_82); -lean_closure_set(x_89, 1, x_1); -lean_closure_set(x_89, 2, x_2); -lean_closure_set(x_89, 3, x_3); -lean_closure_set(x_89, 4, x_4); -x_90 = 0; -x_91 = l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__10___rarg(x_79, x_84, x_87, x_89, x_90, x_6, x_7, x_8, x_9, x_10, x_88); -return x_91; +x_90 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_85, x_6, x_7, x_8, x_9, x_10, x_89); +if (lean_obj_tag(x_90) == 0) +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; lean_object* x_95; +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 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__3___boxed), 12, 5); +lean_closure_set(x_93, 0, x_86); +lean_closure_set(x_93, 1, x_1); +lean_closure_set(x_93, 2, x_2); +lean_closure_set(x_93, 3, x_3); +lean_closure_set(x_93, 4, x_4); +x_94 = 0; +x_95 = l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__10___rarg(x_83, x_88, x_91, x_93, x_94, x_6, x_7, x_8, x_9, x_10, x_92); +return x_95; } else { -uint8_t x_92; -lean_dec(x_84); -lean_dec(x_82); -lean_dec(x_79); +uint8_t x_96; +lean_dec(x_88); +lean_dec(x_86); +lean_dec(x_83); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -3124,32 +3143,32 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_92 = !lean_is_exclusive(x_86); -if (x_92 == 0) +x_96 = !lean_is_exclusive(x_90); +if (x_96 == 0) { -return x_86; +return x_90; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_86, 0); -x_94 = lean_ctor_get(x_86, 1); -lean_inc(x_94); -lean_inc(x_93); -lean_dec(x_86); -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; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_90, 0); +x_98 = lean_ctor_get(x_90, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_90); +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; } } } else { -uint8_t x_96; -lean_dec(x_82); -lean_dec(x_81); -lean_dec(x_79); +uint8_t x_100; +lean_dec(x_86); +lean_dec(x_85); +lean_dec(x_83); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -3159,158 +3178,158 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_96 = !lean_is_exclusive(x_83); -if (x_96 == 0) +x_100 = !lean_is_exclusive(x_87); +if (x_100 == 0) { -return x_83; +return x_87; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_83, 0); -x_98 = lean_ctor_get(x_83, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_83); -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; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_87, 0); +x_102 = lean_ctor_get(x_87, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_87); +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; } } } case 10: { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_5, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_5, 1); -lean_inc(x_101); +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_5, 0); +lean_inc(x_104); +x_105 = lean_ctor_get(x_5, 1); +lean_inc(x_105); lean_dec(x_5); -x_102 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_101, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_102) == 0) +x_106 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_105, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_106) == 0) { -uint8_t x_103; -x_103 = !lean_is_exclusive(x_102); -if (x_103 == 0) +uint8_t x_107; +x_107 = !lean_is_exclusive(x_106); +if (x_107 == 0) { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_102, 0); -x_105 = l_Lean_Expr_mdata___override(x_100, x_104); -lean_ctor_set(x_102, 0, x_105); -return x_102; +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_106, 0); +x_109 = l_Lean_Expr_mdata___override(x_104, x_108); +lean_ctor_set(x_106, 0, x_109); +return x_106; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_106 = lean_ctor_get(x_102, 0); -x_107 = lean_ctor_get(x_102, 1); -lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_102); -x_108 = l_Lean_Expr_mdata___override(x_100, x_106); -x_109 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_109, 1, x_107); -return x_109; +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_110 = lean_ctor_get(x_106, 0); +x_111 = lean_ctor_get(x_106, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_106); +x_112 = l_Lean_Expr_mdata___override(x_104, x_110); +x_113 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_111); +return x_113; } } else { -uint8_t x_110; -lean_dec(x_100); -x_110 = !lean_is_exclusive(x_102); -if (x_110 == 0) +uint8_t x_114; +lean_dec(x_104); +x_114 = !lean_is_exclusive(x_106); +if (x_114 == 0) { -return x_102; +return x_106; } else { -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; +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_106, 0); +x_116 = lean_ctor_get(x_106, 1); +lean_inc(x_116); +lean_inc(x_115); +lean_dec(x_106); +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; } } } case 11: { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_114 = lean_ctor_get(x_5, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_5, 1); -lean_inc(x_115); -x_116 = lean_ctor_get(x_5, 2); -lean_inc(x_116); +lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_118 = lean_ctor_get(x_5, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_5, 1); +lean_inc(x_119); +x_120 = lean_ctor_get(x_5, 2); +lean_inc(x_120); lean_dec(x_5); -x_117 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_116, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_117) == 0) +x_121 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop(x_1, x_2, x_3, x_4, x_120, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_121) == 0) { -uint8_t x_118; -x_118 = !lean_is_exclusive(x_117); -if (x_118 == 0) +uint8_t x_122; +x_122 = !lean_is_exclusive(x_121); +if (x_122 == 0) { -lean_object* x_119; lean_object* x_120; -x_119 = lean_ctor_get(x_117, 0); -x_120 = l_Lean_Expr_proj___override(x_114, x_115, x_119); -lean_ctor_set(x_117, 0, x_120); -return x_117; +lean_object* x_123; lean_object* x_124; +x_123 = lean_ctor_get(x_121, 0); +x_124 = l_Lean_Expr_proj___override(x_118, x_119, x_123); +lean_ctor_set(x_121, 0, x_124); +return x_121; } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_121 = lean_ctor_get(x_117, 0); -x_122 = lean_ctor_get(x_117, 1); -lean_inc(x_122); -lean_inc(x_121); -lean_dec(x_117); -x_123 = l_Lean_Expr_proj___override(x_114, x_115, x_121); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_122); -return x_124; +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_125 = lean_ctor_get(x_121, 0); +x_126 = lean_ctor_get(x_121, 1); +lean_inc(x_126); +lean_inc(x_125); +lean_dec(x_121); +x_127 = l_Lean_Expr_proj___override(x_118, x_119, x_125); +x_128 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_128, 0, x_127); +lean_ctor_set(x_128, 1, x_126); +return x_128; } } else { -uint8_t x_125; -lean_dec(x_115); -lean_dec(x_114); -x_125 = !lean_is_exclusive(x_117); -if (x_125 == 0) +uint8_t x_129; +lean_dec(x_119); +lean_dec(x_118); +x_129 = !lean_is_exclusive(x_121); +if (x_129 == 0) { -return x_117; +return x_121; } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_117, 0); -x_127 = lean_ctor_get(x_117, 1); -lean_inc(x_127); -lean_inc(x_126); -lean_dec(x_117); -x_128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_128, 0, x_126); -lean_ctor_set(x_128, 1, x_127); -return x_128; +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; } } } default: { -lean_object* x_129; +lean_object* x_133; lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_129 = l_Lean_Elab_ensureNoRecFn(x_1, x_5, x_7, x_8, x_9, x_10, x_11); -return x_129; +x_133 = l_Lean_Elab_ensureNoRecFn(x_1, x_5, x_7, x_8, x_9, x_10, x_11); +return x_133; } } } @@ -3327,23 +3346,11 @@ x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_ return x_16; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_15 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_1, x_2, x_3, x_4, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_16; -} -} -LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { lean_object* x_8; -x_8 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(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); @@ -3352,7 +3359,7 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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: { size_t x_14; size_t x_15; lean_object* x_16; @@ -3360,15 +3367,15 @@ x_14 = lean_unbox_usize(x_5); lean_dec(x_5); x_15 = lean_unbox_usize(x_6); lean_dec(x_6); -x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_1, x_2, x_3, x_4, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__4(x_1, x_2, x_3, x_4, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_16; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__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) { _start: { lean_object* x_9; -x_9 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3377,6 +3384,18 @@ lean_dec(x_3); return x_9; } } +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___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, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +_start: +{ +size_t x_14; size_t x_15; lean_object* x_16; +x_14 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_15 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__7(x_1, x_2, x_3, x_4, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_16; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__9___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: { @@ -3508,48 +3527,93 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_El return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2(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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___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_7; -x_7 = lean_usize_dec_eq(x_4, x_5); -if (x_7 == 0) +uint8_t x_8; +x_8 = lean_usize_dec_eq(x_5, x_6); +if (x_8 == 0) { -lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; -x_8 = lean_array_uget(x_3, x_4); -x_9 = lean_expr_eqv(x_8, x_2); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); -if (x_9 == 0) +lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_expr_eqv(x_9, x_2); +x_11 = 1; +x_12 = lean_usize_add(x_5, x_11); +if (x_10 == 0) { -lean_object* x_12; uint8_t x_13; -x_12 = lean_ctor_get(x_1, 7); -x_13 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_12, x_8); -if (x_13 == 0) +lean_object* x_13; uint8_t x_14; +x_13 = lean_ctor_get(x_1, 7); +x_14 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_13, x_9); +if (x_14 == 0) { -lean_object* x_14; -x_14 = lean_array_push(x_6, x_8); -x_4 = x_11; -x_6 = x_14; +lean_object* x_15; +x_15 = lean_array_push(x_7, x_9); +x_5 = x_12; +x_7 = x_15; goto _start; } else { -lean_dec(x_8); -x_4 = x_11; +lean_dec(x_9); +x_5 = x_12; goto _start; } } else { -lean_dec(x_8); -x_4 = x_11; +lean_dec(x_9); +x_5 = x_12; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__3(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_eq(x_6, x_7); +if (x_9 == 0) +{ +lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_10 = lean_array_uget(x_5, x_6); +x_11 = lean_expr_eqv(x_10, x_4); +x_12 = 1; +x_13 = lean_usize_add(x_6, x_12); +if (x_11 == 0) +{ +lean_object* x_14; uint8_t x_15; +x_14 = lean_ctor_get(x_3, 7); +x_15 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_14, x_10); +if (x_15 == 0) +{ +lean_object* x_16; +x_16 = lean_array_push(x_8, x_10); +x_6 = x_13; +x_8 = x_16; +goto _start; +} +else +{ +lean_dec(x_10); +x_6 = x_13; goto _start; } } else { -return x_6; +lean_dec(x_10); +x_6 = x_13; +goto _start; +} +} +else +{ +return x_8; } } } @@ -3666,7 +3730,7 @@ x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); lean_dec(x_13); lean_inc(x_1); -x_16 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_1, x_6, x_7, x_8, x_9, x_10, x_15); +x_16 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_1, x_6, x_7, x_8, x_9, x_10, x_15); x_17 = lean_ctor_get(x_16, 0); lean_inc(x_17); x_18 = lean_unbox(x_17); @@ -3700,7 +3764,7 @@ x_26 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Struc 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_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_1, x_27, x_6, x_7, x_8, x_9, x_10, x_22); +x_28 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_1, x_27, x_6, x_7, x_8, x_9, x_10, x_22); x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); x_30 = lean_ctor_get(x_28, 1); @@ -4098,7 +4162,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn___lambda__5(lean lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_dec(x_11); lean_inc(x_1); -x_18 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_1, x_12, x_13, x_14, x_15, x_16, x_17); +x_18 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_1, x_12, x_13, x_14, x_15, x_16, x_17); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); x_20 = lean_unbox(x_19); @@ -4130,7 +4194,7 @@ x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); lean_inc(x_1); -x_30 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_1, x_29, x_12, x_13, x_14, x_15, x_16, x_24); +x_30 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_1, x_29, x_12, x_13, x_14, x_15, x_16, x_24); x_31 = lean_ctor_get(x_30, 0); lean_inc(x_31); x_32 = lean_ctor_get(x_30, 1); @@ -4207,7 +4271,7 @@ x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); lean_dec(x_28); lean_inc(x_5); -x_31 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_5, x_10, x_11, x_12, x_13, x_14, x_30); +x_31 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_5, x_10, x_11, x_12, x_13, x_14, x_30); x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); x_33 = lean_unbox(x_32); @@ -4239,7 +4303,7 @@ x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); lean_inc(x_5); -x_43 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_5, x_42, x_10, x_11, x_12, x_13, x_14, x_37); +x_43 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_5, x_42, x_10, x_11, x_12, x_13, x_14, x_37); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_ctor_get(x_43, 1); @@ -4374,7 +4438,7 @@ x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); lean_dec(x_23); lean_inc(x_5); -x_26 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_5, x_9, x_10, x_11, x_12, x_13, x_25); +x_26 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_5, x_9, x_10, x_11, x_12, x_13, x_25); x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); x_28 = lean_unbox(x_27); @@ -4406,7 +4470,7 @@ x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_35); lean_ctor_set(x_37, 1, x_36); lean_inc(x_5); -x_38 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_5, x_37, x_9, x_10, x_11, x_12, x_13, x_32); +x_38 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_5, x_37, x_9, x_10, x_11, x_12, x_13, x_32); x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); x_40 = lean_ctor_get(x_38, 1); @@ -4548,7 +4612,7 @@ x_17 = lean_nat_dec_lt(x_15, x_16); x_18 = lean_unsigned_to_nat(0u); x_19 = lean_nat_dec_lt(x_18, x_16); x_20 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___closed__4; -x_21 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_20, x_4, x_5, x_6, x_7, x_8, x_12); +x_21 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_20, x_4, x_5, x_6, x_7, x_8, x_12); if (x_17 == 0) { lean_object* x_65; lean_object* x_66; @@ -4579,7 +4643,7 @@ lean_inc(x_48); x_49 = lean_ctor_get(x_21, 1); lean_inc(x_49); lean_dec(x_21); -x_50 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1; +x_50 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1; x_51 = lean_unbox(x_48); lean_dec(x_48); x_23 = x_50; @@ -4601,7 +4665,7 @@ lean_inc(x_53); x_54 = lean_ctor_get(x_21, 1); lean_inc(x_54); lean_dec(x_21); -x_55 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1; +x_55 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1; x_56 = lean_unbox(x_53); lean_dec(x_53); x_23 = x_55; @@ -4620,8 +4684,8 @@ lean_dec(x_21); x_59 = 0; x_60 = lean_usize_of_nat(x_16); lean_dec(x_16); -x_61 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1; -x_62 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2(x_2, x_22, x_14, x_59, x_60, x_61); +x_61 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1; +x_62 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__3(x_2, x_22, x_2, x_22, x_14, x_59, x_60, x_61); lean_dec(x_14); x_63 = lean_unbox(x_57); lean_dec(x_57); @@ -4670,7 +4734,7 @@ x_41 = l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Struc x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); -x_43 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_20, x_42, x_4, x_5, x_6, x_7, x_8, x_25); +x_43 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_20, x_42, x_4, x_5, x_6, x_7, x_8, x_25); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_ctor_get(x_43, 1); @@ -4714,19 +4778,37 @@ return x_71; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___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_7; size_t x_8; lean_object* x_9; -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_8; size_t x_9; lean_object* x_10; x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___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_9; +return x_10; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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_foldlMUnsafe_fold___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__2___at_Lean_Elab_Structural_mkIndPredBRecOn___spec__3(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_Lean_Elab_Structural_mkIndPredBRecOn___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) { @@ -4836,10 +4918,10 @@ l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred lean_mark_persistent(l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__2___closed__1); l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__2___closed__2 = _init_l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__2___closed__2(); lean_mark_persistent(l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__2___closed__2); -l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___closed__1 = _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___closed__1(); -lean_mark_persistent(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5___closed__1); -l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1 = _init_l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1(); -lean_mark_persistent(l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8___closed__1); +l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___closed__1 = _init_l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___closed__1(); +lean_mark_persistent(l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3___closed__1); +l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1 = _init_l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1(); +lean_mark_persistent(l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6___closed__1); l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__1 = _init_l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__1); l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__2 = _init_l___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___lambda__2___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/Main.c b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/Main.c index a7730326d14c..577cd1913242 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/Main.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/Main.c @@ -18,16 +18,17 @@ static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_ lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Elab_Structural_structuralRecursion___closed__4; extern lean_object* l_Lean_Elab_instInhabitedPreDefinition; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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_mk_empty_array_with_capacity(lean_object*); +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__6; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); -lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(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_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___boxed(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_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516_(lean_object*); lean_object* l_Lean_indentD(lean_object*); static lean_object* l_Lean_Elab_Structural_structuralRecursion___closed__2; 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_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1; static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__7; static lean_object* l_Lean_Elab_Structural_structuralRecursion___lambda__1___closed__2; lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -47,11 +48,9 @@ lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1( lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___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_Structural_structuralRecursion___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__10; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__5___closed__2; lean_object* l_Lean_Elab_addAndCompilePartialRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__3; uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__4; @@ -62,79 +61,82 @@ extern lean_object* l_Lean_Expr_instBEqExpr; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__1___rarg(lean_object*, lean_object*, lean_object*, 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___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__17; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__1; +lean_object* l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(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*); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__10; static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__11; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__2; lean_object* l_ReaderT_instApplicativeReaderT___rarg(lean_object*); size_t lean_usize_of_nat(lean_object*); lean_object* l_Lean_Elab_Structural_findRecArg___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_applyAttributesOf(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__11; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(lean_object*, uint8_t, 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___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__4; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_structuralRecursion___lambda__1(lean_object*); +lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_structuralRecursion(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_structuralRecursion___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__5; lean_object* l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_setMVarUserNamesAt___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__12; lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__16; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_Elab_addNonRec___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_Structural_structuralRecursion___closed__5; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_structuralRecursion___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__12; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__5; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__6___closed__4; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__16; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__15; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Elab_Structural_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_structuralRecursion___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_structuralRecursion___closed__1; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__9; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__2___closed__3; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__11; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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*); -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__2; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__6___closed__3; -lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517_(lean_object*); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__8; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__2___closed__1; lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__5; static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__6; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__6(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_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__1; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__8; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__13; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__15; lean_object* l_instMonadControlT__1___rarg(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___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_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__6___closed__1; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__12; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__3; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__9; lean_object* l_Lean_Meta_mapErrorImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__6; lean_object* l_Lean_Elab_Structural_mkIndPredBRecOn(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_object* l_Lean_Elab_eraseRecAppSyntax(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__6___closed__2; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__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_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___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* l_Lean_Elab_addAsAxiom(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -142,24 +144,23 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_structuralRecursion___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_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__3; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); extern lean_object* l_Lean_Core_instMonadCoreM; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__1(lean_object*); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__2; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__18; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__19; static lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___lambda__2___closed__4; size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__9; lean_object* l_Lean_Elab_ensureNoRecFn(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___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__2; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__14; lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDef(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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__18; +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__19; lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); @@ -167,11 +168,10 @@ lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* l_Lean_Elab_Structural_mkBRecOn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__17; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___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* l_Nat_repr(lean_object*); static lean_object* l_Lean_setEnv___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___spec__2___closed__5; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__7; -static lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1; static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1() { _start: { @@ -203,660 +203,623 @@ return x_13; } else { -lean_object* x_14; uint8_t x_15; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_24; x_14 = lean_array_uget(x_3, x_5); -x_15 = !lean_is_exclusive(x_6); -if (x_15 == 0) +x_24 = !lean_is_exclusive(x_6); +if (x_24 == 0) { -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_ctor_get(x_6, 1); -x_17 = lean_ctor_get(x_6, 0); -lean_dec(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -x_19 = lean_ctor_get(x_16, 1); -lean_inc(x_19); -x_20 = lean_ctor_get(x_16, 2); -lean_inc(x_20); -x_21 = lean_nat_dec_lt(x_19, x_20); -if (x_21 == 0) +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_25 = lean_ctor_get(x_6, 1); +x_26 = lean_ctor_get(x_6, 0); +lean_dec(x_26); +x_27 = lean_ctor_get(x_25, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_25, 1); +lean_inc(x_28); +x_29 = lean_ctor_get(x_25, 2); +lean_inc(x_29); +x_30 = lean_nat_dec_lt(x_28, x_29); +if (x_30 == 0) { -lean_object* x_22; -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); +lean_object* x_31; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_27); lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); +lean_inc(x_2); lean_ctor_set(x_6, 0, x_2); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_6); -lean_ctor_set(x_22, 1, x_11); -return x_22; +x_31 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_31, 0, x_6); +x_15 = x_31; +x_16 = x_11; +goto block_23; } else { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_16); -if (x_23 == 0) +uint8_t x_32; +x_32 = !lean_is_exclusive(x_25); +if (x_32 == 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_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_24 = lean_ctor_get(x_16, 2); -lean_dec(x_24); -x_25 = lean_ctor_get(x_16, 1); -lean_dec(x_25); -x_26 = lean_ctor_get(x_16, 0); -lean_dec(x_26); -x_27 = lean_array_fget(x_18, x_19); -x_28 = lean_unsigned_to_nat(1u); -x_29 = lean_nat_add(x_19, x_28); -lean_dec(x_19); -lean_ctor_set(x_16, 1, x_29); -x_30 = lean_ctor_get(x_7, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_7, 1); -lean_inc(x_31); -x_32 = lean_ctor_get(x_7, 2); -lean_inc(x_32); -x_33 = lean_ctor_get(x_7, 3); -lean_inc(x_33); -x_34 = lean_ctor_get(x_7, 4); -lean_inc(x_34); -x_35 = lean_ctor_get(x_7, 5); -lean_inc(x_35); -x_36 = !lean_is_exclusive(x_30); -if (x_36 == 0) -{ -uint8_t x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_37 = 2; -x_38 = 0; -lean_ctor_set_uint8(x_30, 5, x_37); -lean_ctor_set_uint8(x_30, 9, x_38); -x_39 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_39, 0, x_30); -lean_ctor_set(x_39, 1, x_31); -lean_ctor_set(x_39, 2, x_32); -lean_ctor_set(x_39, 3, x_33); -lean_ctor_set(x_39, 4, x_34); -lean_ctor_set(x_39, 5, x_35); +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_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_33 = lean_ctor_get(x_25, 2); +lean_dec(x_33); +x_34 = lean_ctor_get(x_25, 1); +lean_dec(x_34); +x_35 = lean_ctor_get(x_25, 0); +lean_dec(x_35); +x_36 = lean_array_fget(x_27, x_28); +x_37 = lean_unsigned_to_nat(1u); +x_38 = lean_nat_add(x_28, x_37); +lean_dec(x_28); +lean_ctor_set(x_25, 1, x_38); +x_39 = lean_ctor_get(x_7, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_7, 1); +lean_inc(x_40); +x_41 = lean_ctor_get(x_7, 2); +lean_inc(x_41); +x_42 = lean_ctor_get(x_7, 3); +lean_inc(x_42); +x_43 = lean_ctor_get(x_7, 4); +lean_inc(x_43); +x_44 = lean_ctor_get(x_7, 5); +lean_inc(x_44); +x_45 = !lean_is_exclusive(x_39); +if (x_45 == 0) +{ +uint8_t x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; +x_46 = 2; +x_47 = 0; +lean_ctor_set_uint8(x_39, 5, x_46); +lean_ctor_set_uint8(x_39, 9, x_47); +x_48 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_48, 0, x_39); +lean_ctor_set(x_48, 1, x_40); +lean_ctor_set(x_48, 2, x_41); +lean_ctor_set(x_48, 3, x_42); +lean_ctor_set(x_48, 4, x_43); +lean_ctor_set(x_48, 5, x_44); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_40 = l_Lean_Meta_isExprDefEq(x_14, x_27, x_39, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_40) == 0) -{ -lean_object* x_41; uint8_t x_42; -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_unbox(x_41); -lean_dec(x_41); -if (x_42 == 0) +x_49 = l_Lean_Meta_isExprDefEq(x_14, x_36, x_48, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_49) == 0) { -uint8_t x_43; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_43 = !lean_is_exclusive(x_40); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_40, 0); -lean_dec(x_44); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; -lean_ctor_set(x_6, 0, x_45); -lean_ctor_set(x_40, 0, x_6); -return x_40; -} -else +lean_object* x_50; uint8_t x_51; +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_unbox(x_50); +lean_dec(x_50); +if (x_51 == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_40, 1); -lean_inc(x_46); -lean_dec(x_40); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; -lean_ctor_set(x_6, 0, x_47); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_6); -lean_ctor_set(x_48, 1, x_46); -return x_48; -} +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +lean_dec(x_49); +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; +lean_ctor_set(x_6, 0, x_53); +x_54 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_54, 0, x_6); +x_15 = x_54; +x_16 = x_52; +goto block_23; } else { -lean_object* x_49; size_t x_50; size_t x_51; -x_49 = lean_ctor_get(x_40, 1); -lean_inc(x_49); -lean_dec(x_40); +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_49, 1); +lean_inc(x_55); +lean_dec(x_49); lean_inc(x_2); lean_ctor_set(x_6, 0, x_2); -x_50 = 1; -x_51 = lean_usize_add(x_5, x_50); -x_5 = x_51; -x_11 = x_49; -goto _start; +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_6); +x_15 = x_56; +x_16 = x_55; +goto block_23; } } else { -uint8_t x_53; -lean_dec(x_16); +uint8_t x_57; +lean_dec(x_25); lean_free_object(x_6); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_53 = !lean_is_exclusive(x_40); -if (x_53 == 0) +x_57 = !lean_is_exclusive(x_49); +if (x_57 == 0) { -return x_40; +return x_49; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_40, 0); -x_55 = lean_ctor_get(x_40, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_40); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_49, 0); +x_59 = lean_ctor_get(x_49, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_49); +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_57; uint8_t x_58; uint8_t x_59; uint8_t x_60; uint8_t x_61; uint8_t x_62; uint8_t x_63; uint8_t x_64; uint8_t x_65; uint8_t x_66; uint8_t x_67; uint8_t x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_57 = lean_ctor_get_uint8(x_30, 0); -x_58 = lean_ctor_get_uint8(x_30, 1); -x_59 = lean_ctor_get_uint8(x_30, 2); -x_60 = lean_ctor_get_uint8(x_30, 3); -x_61 = lean_ctor_get_uint8(x_30, 4); -x_62 = lean_ctor_get_uint8(x_30, 6); -x_63 = lean_ctor_get_uint8(x_30, 7); -x_64 = lean_ctor_get_uint8(x_30, 8); -x_65 = lean_ctor_get_uint8(x_30, 10); -x_66 = lean_ctor_get_uint8(x_30, 11); -x_67 = lean_ctor_get_uint8(x_30, 12); -lean_dec(x_30); -x_68 = 2; -x_69 = 0; -x_70 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_70, 0, x_57); -lean_ctor_set_uint8(x_70, 1, x_58); -lean_ctor_set_uint8(x_70, 2, x_59); -lean_ctor_set_uint8(x_70, 3, x_60); -lean_ctor_set_uint8(x_70, 4, x_61); -lean_ctor_set_uint8(x_70, 5, x_68); -lean_ctor_set_uint8(x_70, 6, x_62); -lean_ctor_set_uint8(x_70, 7, x_63); -lean_ctor_set_uint8(x_70, 8, x_64); -lean_ctor_set_uint8(x_70, 9, x_69); -lean_ctor_set_uint8(x_70, 10, x_65); -lean_ctor_set_uint8(x_70, 11, x_66); -lean_ctor_set_uint8(x_70, 12, x_67); -x_71 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_31); -lean_ctor_set(x_71, 2, x_32); -lean_ctor_set(x_71, 3, x_33); -lean_ctor_set(x_71, 4, x_34); -lean_ctor_set(x_71, 5, x_35); +uint8_t x_61; uint8_t x_62; uint8_t x_63; uint8_t x_64; uint8_t x_65; uint8_t x_66; uint8_t x_67; uint8_t x_68; uint8_t x_69; uint8_t x_70; uint8_t x_71; uint8_t x_72; uint8_t x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_61 = lean_ctor_get_uint8(x_39, 0); +x_62 = lean_ctor_get_uint8(x_39, 1); +x_63 = lean_ctor_get_uint8(x_39, 2); +x_64 = lean_ctor_get_uint8(x_39, 3); +x_65 = lean_ctor_get_uint8(x_39, 4); +x_66 = lean_ctor_get_uint8(x_39, 6); +x_67 = lean_ctor_get_uint8(x_39, 7); +x_68 = lean_ctor_get_uint8(x_39, 8); +x_69 = lean_ctor_get_uint8(x_39, 10); +x_70 = lean_ctor_get_uint8(x_39, 11); +x_71 = lean_ctor_get_uint8(x_39, 12); +lean_dec(x_39); +x_72 = 2; +x_73 = 0; +x_74 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_74, 0, x_61); +lean_ctor_set_uint8(x_74, 1, x_62); +lean_ctor_set_uint8(x_74, 2, x_63); +lean_ctor_set_uint8(x_74, 3, x_64); +lean_ctor_set_uint8(x_74, 4, x_65); +lean_ctor_set_uint8(x_74, 5, x_72); +lean_ctor_set_uint8(x_74, 6, x_66); +lean_ctor_set_uint8(x_74, 7, x_67); +lean_ctor_set_uint8(x_74, 8, x_68); +lean_ctor_set_uint8(x_74, 9, x_73); +lean_ctor_set_uint8(x_74, 10, x_69); +lean_ctor_set_uint8(x_74, 11, x_70); +lean_ctor_set_uint8(x_74, 12, x_71); +x_75 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_40); +lean_ctor_set(x_75, 2, x_41); +lean_ctor_set(x_75, 3, x_42); +lean_ctor_set(x_75, 4, x_43); +lean_ctor_set(x_75, 5, x_44); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_72 = l_Lean_Meta_isExprDefEq(x_14, x_27, x_71, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; uint8_t x_74; -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -x_74 = lean_unbox(x_73); -lean_dec(x_73); -if (x_74 == 0) +x_76 = l_Lean_Meta_isExprDefEq(x_14, x_36, x_75, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_76) == 0) +{ +lean_object* x_77; uint8_t x_78; +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_unbox(x_77); +lean_dec(x_77); +if (x_78 == 0) { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_75 = lean_ctor_get(x_72, 1); -lean_inc(x_75); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_76 = x_72; -} else { - lean_dec_ref(x_72); - x_76 = lean_box(0); -} -x_77 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; -lean_ctor_set(x_6, 0, x_77); -if (lean_is_scalar(x_76)) { - x_78 = lean_alloc_ctor(0, 2, 0); -} else { - x_78 = x_76; -} -lean_ctor_set(x_78, 0, x_6); -lean_ctor_set(x_78, 1, x_75); -return x_78; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); +lean_dec(x_76); +x_80 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; +lean_ctor_set(x_6, 0, x_80); +x_81 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_81, 0, x_6); +x_15 = x_81; +x_16 = x_79; +goto block_23; } else { -lean_object* x_79; size_t x_80; size_t x_81; -x_79 = lean_ctor_get(x_72, 1); -lean_inc(x_79); -lean_dec(x_72); +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_76, 1); +lean_inc(x_82); +lean_dec(x_76); lean_inc(x_2); lean_ctor_set(x_6, 0, x_2); -x_80 = 1; -x_81 = lean_usize_add(x_5, x_80); -x_5 = x_81; -x_11 = x_79; -goto _start; +x_83 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_83, 0, x_6); +x_15 = x_83; +x_16 = x_82; +goto block_23; } } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -lean_dec(x_16); +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_dec(x_25); lean_free_object(x_6); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_83 = lean_ctor_get(x_72, 0); -lean_inc(x_83); -x_84 = lean_ctor_get(x_72, 1); +x_84 = lean_ctor_get(x_76, 0); lean_inc(x_84); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_85 = x_72; +x_85 = lean_ctor_get(x_76, 1); +lean_inc(x_85); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_86 = x_76; } else { - lean_dec_ref(x_72); - x_85 = lean_box(0); + lean_dec_ref(x_76); + x_86 = lean_box(0); } -if (lean_is_scalar(x_85)) { - x_86 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_86)) { + x_87 = lean_alloc_ctor(1, 2, 0); } else { - x_86 = x_85; + x_87 = x_86; } -lean_ctor_set(x_86, 0, x_83); -lean_ctor_set(x_86, 1, x_84); -return x_86; +lean_ctor_set(x_87, 0, x_84); +lean_ctor_set(x_87, 1, x_85); +return x_87; } } } 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; lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; uint8_t x_98; uint8_t x_99; uint8_t x_100; uint8_t x_101; uint8_t x_102; uint8_t x_103; uint8_t x_104; uint8_t x_105; uint8_t x_106; uint8_t x_107; lean_object* x_108; uint8_t x_109; uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_16); -x_87 = lean_array_fget(x_18, x_19); -x_88 = lean_unsigned_to_nat(1u); -x_89 = lean_nat_add(x_19, x_88); -lean_dec(x_19); -x_90 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_90, 0, x_18); -lean_ctor_set(x_90, 1, x_89); -lean_ctor_set(x_90, 2, x_20); -x_91 = lean_ctor_get(x_7, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_7, 1); +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; uint8_t x_98; uint8_t x_99; uint8_t x_100; uint8_t x_101; uint8_t x_102; uint8_t x_103; uint8_t x_104; uint8_t x_105; uint8_t x_106; uint8_t x_107; uint8_t x_108; lean_object* x_109; uint8_t x_110; uint8_t x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; +lean_dec(x_25); +x_88 = lean_array_fget(x_27, x_28); +x_89 = lean_unsigned_to_nat(1u); +x_90 = lean_nat_add(x_28, x_89); +lean_dec(x_28); +x_91 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_91, 0, x_27); +lean_ctor_set(x_91, 1, x_90); +lean_ctor_set(x_91, 2, x_29); +x_92 = lean_ctor_get(x_7, 0); lean_inc(x_92); -x_93 = lean_ctor_get(x_7, 2); +x_93 = lean_ctor_get(x_7, 1); lean_inc(x_93); -x_94 = lean_ctor_get(x_7, 3); +x_94 = lean_ctor_get(x_7, 2); lean_inc(x_94); -x_95 = lean_ctor_get(x_7, 4); +x_95 = lean_ctor_get(x_7, 3); lean_inc(x_95); -x_96 = lean_ctor_get(x_7, 5); +x_96 = lean_ctor_get(x_7, 4); lean_inc(x_96); -x_97 = lean_ctor_get_uint8(x_91, 0); -x_98 = lean_ctor_get_uint8(x_91, 1); -x_99 = lean_ctor_get_uint8(x_91, 2); -x_100 = lean_ctor_get_uint8(x_91, 3); -x_101 = lean_ctor_get_uint8(x_91, 4); -x_102 = lean_ctor_get_uint8(x_91, 6); -x_103 = lean_ctor_get_uint8(x_91, 7); -x_104 = lean_ctor_get_uint8(x_91, 8); -x_105 = lean_ctor_get_uint8(x_91, 10); -x_106 = lean_ctor_get_uint8(x_91, 11); -x_107 = lean_ctor_get_uint8(x_91, 12); -if (lean_is_exclusive(x_91)) { - x_108 = x_91; +x_97 = lean_ctor_get(x_7, 5); +lean_inc(x_97); +x_98 = lean_ctor_get_uint8(x_92, 0); +x_99 = lean_ctor_get_uint8(x_92, 1); +x_100 = lean_ctor_get_uint8(x_92, 2); +x_101 = lean_ctor_get_uint8(x_92, 3); +x_102 = lean_ctor_get_uint8(x_92, 4); +x_103 = lean_ctor_get_uint8(x_92, 6); +x_104 = lean_ctor_get_uint8(x_92, 7); +x_105 = lean_ctor_get_uint8(x_92, 8); +x_106 = lean_ctor_get_uint8(x_92, 10); +x_107 = lean_ctor_get_uint8(x_92, 11); +x_108 = lean_ctor_get_uint8(x_92, 12); +if (lean_is_exclusive(x_92)) { + x_109 = x_92; } else { - lean_dec_ref(x_91); - x_108 = lean_box(0); + lean_dec_ref(x_92); + x_109 = lean_box(0); } -x_109 = 2; -x_110 = 0; -if (lean_is_scalar(x_108)) { - x_111 = lean_alloc_ctor(0, 0, 13); +x_110 = 2; +x_111 = 0; +if (lean_is_scalar(x_109)) { + x_112 = lean_alloc_ctor(0, 0, 13); } else { - x_111 = x_108; -} -lean_ctor_set_uint8(x_111, 0, x_97); -lean_ctor_set_uint8(x_111, 1, x_98); -lean_ctor_set_uint8(x_111, 2, x_99); -lean_ctor_set_uint8(x_111, 3, x_100); -lean_ctor_set_uint8(x_111, 4, x_101); -lean_ctor_set_uint8(x_111, 5, x_109); -lean_ctor_set_uint8(x_111, 6, x_102); -lean_ctor_set_uint8(x_111, 7, x_103); -lean_ctor_set_uint8(x_111, 8, x_104); -lean_ctor_set_uint8(x_111, 9, x_110); -lean_ctor_set_uint8(x_111, 10, x_105); -lean_ctor_set_uint8(x_111, 11, x_106); -lean_ctor_set_uint8(x_111, 12, x_107); -x_112 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_92); -lean_ctor_set(x_112, 2, x_93); -lean_ctor_set(x_112, 3, x_94); -lean_ctor_set(x_112, 4, x_95); -lean_ctor_set(x_112, 5, x_96); + x_112 = x_109; +} +lean_ctor_set_uint8(x_112, 0, x_98); +lean_ctor_set_uint8(x_112, 1, x_99); +lean_ctor_set_uint8(x_112, 2, x_100); +lean_ctor_set_uint8(x_112, 3, x_101); +lean_ctor_set_uint8(x_112, 4, x_102); +lean_ctor_set_uint8(x_112, 5, x_110); +lean_ctor_set_uint8(x_112, 6, x_103); +lean_ctor_set_uint8(x_112, 7, x_104); +lean_ctor_set_uint8(x_112, 8, x_105); +lean_ctor_set_uint8(x_112, 9, x_111); +lean_ctor_set_uint8(x_112, 10, x_106); +lean_ctor_set_uint8(x_112, 11, x_107); +lean_ctor_set_uint8(x_112, 12, x_108); +x_113 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_93); +lean_ctor_set(x_113, 2, x_94); +lean_ctor_set(x_113, 3, x_95); +lean_ctor_set(x_113, 4, x_96); +lean_ctor_set(x_113, 5, x_97); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_113 = l_Lean_Meta_isExprDefEq(x_14, x_87, x_112, x_8, x_9, x_10, x_11); -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); +x_114 = l_Lean_Meta_isExprDefEq(x_14, x_88, x_113, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_114) == 0) +{ +lean_object* x_115; uint8_t x_116; +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +x_116 = lean_unbox(x_115); +lean_dec(x_115); +if (x_116 == 0) +{ +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_114, 1); +lean_inc(x_117); 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_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -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 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; -lean_ctor_set(x_6, 1, x_90); +lean_ctor_set(x_6, 1, x_91); lean_ctor_set(x_6, 0, x_118); -if (lean_is_scalar(x_117)) { - x_119 = lean_alloc_ctor(0, 2, 0); -} else { - x_119 = x_117; -} +x_119 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_119, 0, x_6); -lean_ctor_set(x_119, 1, x_116); -return x_119; +x_15 = x_119; +x_16 = x_117; +goto block_23; } else { -lean_object* x_120; size_t x_121; size_t x_122; -x_120 = lean_ctor_get(x_113, 1); +lean_object* x_120; lean_object* x_121; +x_120 = lean_ctor_get(x_114, 1); lean_inc(x_120); -lean_dec(x_113); +lean_dec(x_114); lean_inc(x_2); -lean_ctor_set(x_6, 1, x_90); +lean_ctor_set(x_6, 1, x_91); lean_ctor_set(x_6, 0, x_2); -x_121 = 1; -x_122 = lean_usize_add(x_5, x_121); -x_5 = x_122; -x_11 = x_120; -goto _start; +x_121 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_121, 0, x_6); +x_15 = x_121; +x_16 = x_120; +goto block_23; } } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; -lean_dec(x_90); +lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; +lean_dec(x_91); lean_free_object(x_6); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_124 = lean_ctor_get(x_113, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_113, 1); -lean_inc(x_125); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_126 = x_113; +x_122 = lean_ctor_get(x_114, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_114, 1); +lean_inc(x_123); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_124 = x_114; } else { - lean_dec_ref(x_113); - x_126 = lean_box(0); + lean_dec_ref(x_114); + x_124 = lean_box(0); } -if (lean_is_scalar(x_126)) { - x_127 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_124)) { + x_125 = lean_alloc_ctor(1, 2, 0); } else { - x_127 = x_126; + x_125 = x_124; } -lean_ctor_set(x_127, 0, x_124); -lean_ctor_set(x_127, 1, x_125); -return x_127; +lean_ctor_set(x_125, 0, x_122); +lean_ctor_set(x_125, 1, x_123); +return x_125; } } } } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; -x_128 = lean_ctor_get(x_6, 1); -lean_inc(x_128); +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; uint8_t x_130; +x_126 = lean_ctor_get(x_6, 1); +lean_inc(x_126); lean_dec(x_6); -x_129 = lean_ctor_get(x_128, 0); +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_126, 1); +lean_inc(x_128); +x_129 = lean_ctor_get(x_126, 2); lean_inc(x_129); -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -x_131 = lean_ctor_get(x_128, 2); -lean_inc(x_131); -x_132 = lean_nat_dec_lt(x_130, x_131); -if (x_132 == 0) -{ -lean_object* x_133; lean_object* x_134; -lean_dec(x_131); -lean_dec(x_130); +x_130 = lean_nat_dec_lt(x_128, x_129); +if (x_130 == 0) +{ +lean_object* x_131; lean_object* x_132; lean_dec(x_129); +lean_dec(x_128); +lean_dec(x_127); lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_2); -lean_ctor_set(x_133, 1, x_128); -x_134 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_134, 0, x_133); -lean_ctor_set(x_134, 1, x_11); -return x_134; -} -else -{ -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; uint8_t x_147; uint8_t x_148; uint8_t x_149; uint8_t x_150; uint8_t x_151; uint8_t x_152; uint8_t x_153; uint8_t x_154; uint8_t x_155; uint8_t x_156; lean_object* x_157; uint8_t x_158; uint8_t x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - lean_ctor_release(x_128, 1); - lean_ctor_release(x_128, 2); - x_135 = x_128; +lean_inc(x_2); +x_131 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_131, 0, x_2); +lean_ctor_set(x_131, 1, x_126); +x_132 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_132, 0, x_131); +x_15 = x_132; +x_16 = x_11; +goto block_23; +} +else +{ +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; uint8_t x_144; uint8_t x_145; uint8_t x_146; uint8_t x_147; uint8_t x_148; uint8_t x_149; uint8_t x_150; uint8_t x_151; uint8_t x_152; uint8_t x_153; uint8_t x_154; lean_object* x_155; uint8_t x_156; uint8_t x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; +if (lean_is_exclusive(x_126)) { + lean_ctor_release(x_126, 0); + lean_ctor_release(x_126, 1); + lean_ctor_release(x_126, 2); + x_133 = x_126; } else { - lean_dec_ref(x_128); - x_135 = lean_box(0); -} -x_136 = lean_array_fget(x_129, x_130); -x_137 = lean_unsigned_to_nat(1u); -x_138 = lean_nat_add(x_130, x_137); -lean_dec(x_130); -if (lean_is_scalar(x_135)) { - x_139 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_126); + x_133 = lean_box(0); +} +x_134 = lean_array_fget(x_127, x_128); +x_135 = lean_unsigned_to_nat(1u); +x_136 = lean_nat_add(x_128, x_135); +lean_dec(x_128); +if (lean_is_scalar(x_133)) { + x_137 = lean_alloc_ctor(0, 3, 0); } else { - x_139 = x_135; -} -lean_ctor_set(x_139, 0, x_129); -lean_ctor_set(x_139, 1, x_138); -lean_ctor_set(x_139, 2, x_131); -x_140 = lean_ctor_get(x_7, 0); + x_137 = x_133; +} +lean_ctor_set(x_137, 0, x_127); +lean_ctor_set(x_137, 1, x_136); +lean_ctor_set(x_137, 2, x_129); +x_138 = lean_ctor_get(x_7, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_7, 1); +lean_inc(x_139); +x_140 = lean_ctor_get(x_7, 2); lean_inc(x_140); -x_141 = lean_ctor_get(x_7, 1); +x_141 = lean_ctor_get(x_7, 3); lean_inc(x_141); -x_142 = lean_ctor_get(x_7, 2); +x_142 = lean_ctor_get(x_7, 4); lean_inc(x_142); -x_143 = lean_ctor_get(x_7, 3); +x_143 = lean_ctor_get(x_7, 5); lean_inc(x_143); -x_144 = lean_ctor_get(x_7, 4); -lean_inc(x_144); -x_145 = lean_ctor_get(x_7, 5); -lean_inc(x_145); -x_146 = lean_ctor_get_uint8(x_140, 0); -x_147 = lean_ctor_get_uint8(x_140, 1); -x_148 = lean_ctor_get_uint8(x_140, 2); -x_149 = lean_ctor_get_uint8(x_140, 3); -x_150 = lean_ctor_get_uint8(x_140, 4); -x_151 = lean_ctor_get_uint8(x_140, 6); -x_152 = lean_ctor_get_uint8(x_140, 7); -x_153 = lean_ctor_get_uint8(x_140, 8); -x_154 = lean_ctor_get_uint8(x_140, 10); -x_155 = lean_ctor_get_uint8(x_140, 11); -x_156 = lean_ctor_get_uint8(x_140, 12); -if (lean_is_exclusive(x_140)) { - x_157 = x_140; +x_144 = lean_ctor_get_uint8(x_138, 0); +x_145 = lean_ctor_get_uint8(x_138, 1); +x_146 = lean_ctor_get_uint8(x_138, 2); +x_147 = lean_ctor_get_uint8(x_138, 3); +x_148 = lean_ctor_get_uint8(x_138, 4); +x_149 = lean_ctor_get_uint8(x_138, 6); +x_150 = lean_ctor_get_uint8(x_138, 7); +x_151 = lean_ctor_get_uint8(x_138, 8); +x_152 = lean_ctor_get_uint8(x_138, 10); +x_153 = lean_ctor_get_uint8(x_138, 11); +x_154 = lean_ctor_get_uint8(x_138, 12); +if (lean_is_exclusive(x_138)) { + x_155 = x_138; } else { - lean_dec_ref(x_140); - x_157 = lean_box(0); + lean_dec_ref(x_138); + x_155 = lean_box(0); } -x_158 = 2; -x_159 = 0; -if (lean_is_scalar(x_157)) { - x_160 = lean_alloc_ctor(0, 0, 13); +x_156 = 2; +x_157 = 0; +if (lean_is_scalar(x_155)) { + x_158 = lean_alloc_ctor(0, 0, 13); } else { - x_160 = x_157; -} -lean_ctor_set_uint8(x_160, 0, x_146); -lean_ctor_set_uint8(x_160, 1, x_147); -lean_ctor_set_uint8(x_160, 2, x_148); -lean_ctor_set_uint8(x_160, 3, x_149); -lean_ctor_set_uint8(x_160, 4, x_150); -lean_ctor_set_uint8(x_160, 5, x_158); -lean_ctor_set_uint8(x_160, 6, x_151); -lean_ctor_set_uint8(x_160, 7, x_152); -lean_ctor_set_uint8(x_160, 8, x_153); -lean_ctor_set_uint8(x_160, 9, x_159); -lean_ctor_set_uint8(x_160, 10, x_154); -lean_ctor_set_uint8(x_160, 11, x_155); -lean_ctor_set_uint8(x_160, 12, x_156); -x_161 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_141); -lean_ctor_set(x_161, 2, x_142); -lean_ctor_set(x_161, 3, x_143); -lean_ctor_set(x_161, 4, x_144); -lean_ctor_set(x_161, 5, x_145); + x_158 = x_155; +} +lean_ctor_set_uint8(x_158, 0, x_144); +lean_ctor_set_uint8(x_158, 1, x_145); +lean_ctor_set_uint8(x_158, 2, x_146); +lean_ctor_set_uint8(x_158, 3, x_147); +lean_ctor_set_uint8(x_158, 4, x_148); +lean_ctor_set_uint8(x_158, 5, x_156); +lean_ctor_set_uint8(x_158, 6, x_149); +lean_ctor_set_uint8(x_158, 7, x_150); +lean_ctor_set_uint8(x_158, 8, x_151); +lean_ctor_set_uint8(x_158, 9, x_157); +lean_ctor_set_uint8(x_158, 10, x_152); +lean_ctor_set_uint8(x_158, 11, x_153); +lean_ctor_set_uint8(x_158, 12, x_154); +x_159 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_159, 1, x_139); +lean_ctor_set(x_159, 2, x_140); +lean_ctor_set(x_159, 3, x_141); +lean_ctor_set(x_159, 4, x_142); +lean_ctor_set(x_159, 5, x_143); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_162 = l_Lean_Meta_isExprDefEq(x_14, x_136, x_161, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_162) == 0) -{ -lean_object* x_163; uint8_t x_164; -x_163 = lean_ctor_get(x_162, 0); +x_160 = l_Lean_Meta_isExprDefEq(x_14, x_134, x_159, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_160) == 0) +{ +lean_object* x_161; uint8_t x_162; +x_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +x_162 = lean_unbox(x_161); +lean_dec(x_161); +if (x_162 == 0) +{ +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_163 = lean_ctor_get(x_160, 1); lean_inc(x_163); -x_164 = lean_unbox(x_163); -lean_dec(x_163); -if (x_164 == 0) +lean_dec(x_160); +x_164 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; +x_165 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_137); +x_166 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_166, 0, x_165); +x_15 = x_166; +x_16 = x_163; +goto block_23; +} +else +{ +lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_167 = lean_ctor_get(x_160, 1); +lean_inc(x_167); +lean_dec(x_160); +lean_inc(x_2); +x_168 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_168, 0, x_2); +lean_ctor_set(x_168, 1, x_137); +x_169 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_169, 0, x_168); +x_15 = x_169; +x_16 = x_167; +goto block_23; +} +} +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_dec(x_137); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_165 = lean_ctor_get(x_162, 1); -lean_inc(x_165); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - lean_ctor_release(x_162, 1); - x_166 = x_162; +x_170 = lean_ctor_get(x_160, 0); +lean_inc(x_170); +x_171 = lean_ctor_get(x_160, 1); +lean_inc(x_171); +if (lean_is_exclusive(x_160)) { + lean_ctor_release(x_160, 0); + lean_ctor_release(x_160, 1); + x_172 = x_160; } else { - lean_dec_ref(x_162); - x_166 = lean_box(0); + lean_dec_ref(x_160); + x_172 = lean_box(0); } -x_167 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_getFixedPrefix___spec__1___closed__1; -x_168 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_139); -if (lean_is_scalar(x_166)) { - x_169 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_172)) { + x_173 = lean_alloc_ctor(1, 2, 0); } else { - x_169 = x_166; + x_173 = x_172; } -lean_ctor_set(x_169, 0, x_168); -lean_ctor_set(x_169, 1, x_165); -return x_169; +lean_ctor_set(x_173, 0, x_170); +lean_ctor_set(x_173, 1, x_171); +return x_173; } -else -{ -lean_object* x_170; lean_object* x_171; size_t x_172; size_t x_173; -x_170 = lean_ctor_get(x_162, 1); -lean_inc(x_170); -lean_dec(x_162); -lean_inc(x_2); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_2); -lean_ctor_set(x_171, 1, x_139); -x_172 = 1; -x_173 = lean_usize_add(x_5, x_172); -x_5 = x_173; -x_6 = x_171; -x_11 = x_170; -goto _start; } } -else +block_23: { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -lean_dec(x_139); +if (lean_obj_tag(x_15) == 0) +{ +lean_object* x_17; lean_object* x_18; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_175 = lean_ctor_get(x_162, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_162, 1); -lean_inc(x_176); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - lean_ctor_release(x_162, 1); - x_177 = x_162; -} else { - lean_dec_ref(x_162); - x_177 = lean_box(0); -} -if (lean_is_scalar(x_177)) { - x_178 = lean_alloc_ctor(1, 2, 0); -} else { - x_178 = x_177; -} -lean_ctor_set(x_178, 0, x_175); -lean_ctor_set(x_178, 1, x_176); -return x_178; +x_17 = lean_ctor_get(x_15, 0); +lean_inc(x_17); +lean_dec(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; } +else +{ +lean_object* x_19; size_t x_20; size_t x_21; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_6 = x_19; +x_11 = x_16; +goto _start; } } } @@ -1745,7 +1708,7 @@ x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); lean_dec(x_16); lean_inc(x_2); -x_19 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_2, x_7, x_8, x_9, x_10, x_11, x_18); +x_19 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_2, x_7, x_8, x_9, x_10, x_11, x_18); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); x_21 = lean_unbox(x_20); @@ -1780,7 +1743,7 @@ x_29 = l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structur 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_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_2, x_30, x_7, x_8, x_9, x_10, x_11, x_25); +x_31 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_2, x_30, x_7, x_8, x_9, x_10, x_11, x_25); x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); x_33 = lean_ctor_get(x_31, 1); @@ -1998,7 +1961,7 @@ x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); lean_dec(x_13); lean_inc(x_4); -x_16 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_4, x_7, x_8, x_9, x_10, x_11, x_15); +x_16 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_4, x_7, x_8, x_9, x_10, x_11, x_15); x_17 = lean_ctor_get(x_16, 0); lean_inc(x_17); x_18 = lean_unbox(x_17); @@ -2034,7 +1997,7 @@ x_29 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); lean_inc(x_4); -x_30 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_4, x_29, x_7, x_8, x_9, x_10, x_11, x_22); +x_30 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_4, x_29, x_7, x_8, x_9, x_10, x_11, x_22); x_31 = lean_ctor_get(x_30, 0); lean_inc(x_31); x_32 = lean_ctor_get(x_30, 1); @@ -2141,7 +2104,7 @@ x_16 = lean_ctor_get(x_14, 1); lean_inc(x_16); lean_dec(x_14); lean_inc(x_2); -x_17 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_2, x_5, x_6, x_7, x_8, x_9, x_16); +x_17 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_2, x_5, x_6, x_7, x_8, x_9, x_16); x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); x_19 = lean_unbox(x_18); @@ -2194,7 +2157,7 @@ x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_25); lean_inc(x_2); -x_39 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_2, x_38, x_5, x_6, x_7, x_8, x_9, x_23); +x_39 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_2, x_38, x_5, x_6, x_7, x_8, x_9, x_23); x_40 = lean_ctor_get(x_39, 0); lean_inc(x_40); x_41 = lean_ctor_get(x_39, 1); @@ -2423,7 +2386,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_Structural_Main_0__ { lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; x_8 = l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__4; -x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__5(x_8, x_2, x_3, x_4, x_5, x_6, x_7); +x_9 = l_Lean_isTracingEnabledFor___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__3(x_8, x_2, x_3, x_4, x_5, x_6, x_7); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); x_11 = lean_unbox(x_10); @@ -2464,7 +2427,7 @@ lean_ctor_set(x_24, 1, x_23); x_25 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_19); -x_26 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__8(x_8, x_25, x_2, x_3, x_4, x_5, x_6, x_15); +x_26 = l_Lean_addTrace___at___private_Lean_Elab_PreDefinition_Structural_IndPred_0__Lean_Elab_Structural_replaceIndPredRecApps_loop___spec__6(x_8, x_25, x_2, x_3, x_4, x_5, x_6, x_15); x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); x_28 = lean_ctor_get(x_26, 1); @@ -2626,25 +2589,25 @@ return x_6; static lean_object* _init_l_Lean_Elab_Structural_structuralRecursion___closed__1() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("structural recursion does not handle mutually recursive functions", 65); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +x_2 = lean_mk_empty_array_with_capacity(x_1); +return x_2; } } static lean_object* _init_l_Lean_Elab_Structural_structuralRecursion___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Structural_structuralRecursion___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_structuralRecursion___lambda__1), 1, 0); +return x_1; } } static lean_object* _init_l_Lean_Elab_Structural_structuralRecursion___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); +x_1 = lean_unsigned_to_nat(1u); x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } @@ -2653,7 +2616,7 @@ static lean_object* _init_l_Lean_Elab_Structural_structuralRecursion___closed__4 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_structuralRecursion___lambda__1), 1, 0); +x_1 = lean_mk_string_from_bytes("structural recursion does not handle mutually recursive functions", 65); return x_1; } } @@ -2661,442 +2624,459 @@ static lean_object* _init_l_Lean_Elab_Structural_structuralRecursion___closed__5 _start: { lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(1u); -x_2 = lean_mk_empty_array_with_capacity(x_1); +x_1 = l_Lean_Elab_Structural_structuralRecursion___closed__4; +x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } LEAN_EXPORT lean_object* l_Lean_Elab_Structural_structuralRecursion(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_9; uint8_t x_10; lean_object* x_94; uint8_t x_95; x_9 = lean_array_get_size(x_1); -x_10 = lean_unsigned_to_nat(1u); -x_11 = lean_nat_dec_eq(x_9, x_10); -if (x_11 == 0) +x_94 = lean_unsigned_to_nat(1u); +x_95 = lean_nat_dec_eq(x_9, x_94); +if (x_95 == 0) { -lean_object* x_12; lean_object* x_13; -lean_dec(x_9); -x_12 = l_Lean_Elab_Structural_structuralRecursion___closed__2; -x_13 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_12, x_2, x_3, x_4, x_5, x_6, x_7, 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; +uint8_t x_96; +x_96 = 1; +x_10 = x_96; +goto block_93; } else { -lean_object* x_14; uint8_t x_15; lean_object* x_16; -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_9); +uint8_t x_97; +x_97 = 0; +x_10 = x_97; +goto block_93; +} +block_93: +{ +if (x_10 == 0) +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; +x_11 = lean_unsigned_to_nat(0u); +x_12 = lean_nat_dec_lt(x_11, x_9); lean_dec(x_9); -if (x_15 == 0) +if (x_12 == 0) { -lean_object* x_91; lean_object* x_92; -x_91 = l_Lean_Elab_instInhabitedPreDefinition; -x_92 = l___private_Init_Util_0__outOfBounds___rarg(x_91); -x_16 = x_92; -goto block_90; +lean_object* x_88; lean_object* x_89; +x_88 = l_Lean_Elab_instInhabitedPreDefinition; +x_89 = l___private_Init_Util_0__outOfBounds___rarg(x_88); +x_13 = x_89; +goto block_87; } else { -lean_object* x_93; -x_93 = lean_array_fget(x_1, x_14); -x_16 = x_93; -goto block_90; +lean_object* x_90; +x_90 = lean_array_fget(x_1, x_11); +x_13 = x_90; +goto block_87; } -block_90: +block_87: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_inc(x_16); -x_17 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion), 7, 1); -lean_closure_set(x_17, 0, x_16); -x_18 = l_Lean_Elab_Structural_structuralRecursion___closed__3; +lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_inc(x_13); +x_14 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion), 7, 1); +lean_closure_set(x_14, 0, x_13); +x_15 = l_Lean_Elab_Structural_structuralRecursion___closed__1; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_19 = l_Lean_Elab_Structural_run___rarg(x_17, x_18, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_19) == 0) +x_16 = l_Lean_Elab_Structural_run___rarg(x_14, x_15, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_16) == 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_19, 0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_16, 1); +lean_inc(x_19); +lean_dec(x_16); +x_20 = lean_ctor_get(x_17, 1); lean_inc(x_20); -x_21 = lean_ctor_get(x_20, 0); +lean_dec(x_17); +x_21 = lean_ctor_get(x_18, 0); lean_inc(x_21); -x_22 = lean_ctor_get(x_19, 1); +x_22 = lean_ctor_get(x_18, 1); lean_inc(x_22); -lean_dec(x_19); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_dec(x_20); -x_24 = lean_ctor_get(x_21, 0); +lean_dec(x_18); +lean_inc(x_7); +lean_inc(x_6); +x_23 = l_Lean_Elab_eraseRecAppSyntax(x_22, x_6, x_7, x_19); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -x_25 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); -lean_dec(x_21); +lean_dec(x_23); lean_inc(x_7); lean_inc(x_6); -x_26 = l_Lean_Elab_eraseRecAppSyntax(x_25, x_6, x_7, x_22); +x_26 = l_Lean_Elab_eraseRecAppSyntax(x_13, x_6, x_7, x_25); if (lean_obj_tag(x_26) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; 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); -lean_inc(x_7); -lean_inc(x_6); -x_29 = l_Lean_Elab_eraseRecAppSyntax(x_16, x_6, x_7, x_28); -if (lean_obj_tag(x_29) == 0) +x_29 = lean_array_get_size(x_20); +x_30 = lean_nat_dec_lt(x_11, x_29); +if (x_30 == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; -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_array_get_size(x_23); -x_33 = lean_nat_dec_lt(x_14, x_32); -if (x_33 == 0) -{ -lean_dec(x_32); -lean_dec(x_23); -x_34 = x_31; -goto block_67; +lean_dec(x_20); +x_31 = x_28; +goto block_64; } else { -uint8_t x_68; -x_68 = lean_nat_dec_le(x_32, x_32); -if (x_68 == 0) +uint8_t x_65; +x_65 = lean_nat_dec_le(x_29, x_29); +if (x_65 == 0) { -lean_dec(x_32); -lean_dec(x_23); -x_34 = x_31; -goto block_67; +lean_dec(x_29); +lean_dec(x_20); +x_31 = x_28; +goto block_64; } else { -size_t x_69; size_t x_70; lean_object* x_71; lean_object* x_72; -x_69 = 0; -x_70 = lean_usize_of_nat(x_32); -lean_dec(x_32); -x_71 = lean_box(0); +size_t x_66; size_t x_67; lean_object* x_68; lean_object* x_69; +x_66 = 0; +x_67 = lean_usize_of_nat(x_29); +lean_dec(x_29); +x_68 = lean_box(0); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_72 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_structuralRecursion___spec__1(x_23, x_69, x_70, x_71, x_2, x_3, x_4, x_5, x_6, x_7, x_31); -lean_dec(x_23); -if (lean_obj_tag(x_72) == 0) +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Structural_structuralRecursion___spec__1(x_20, x_66, x_67, x_68, x_2, x_3, x_4, x_5, x_6, x_7, x_28); +lean_dec(x_20); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_72, 1); -lean_inc(x_73); -lean_dec(x_72); -x_34 = x_73; -goto block_67; +lean_object* x_70; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_31 = x_70; +goto block_64; } else { -uint8_t x_74; -lean_dec(x_30); +uint8_t x_71; lean_dec(x_27); lean_dec(x_24); +lean_dec(x_21); 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_74 = !lean_is_exclusive(x_72); -if (x_74 == 0) +x_71 = !lean_is_exclusive(x_69); +if (x_71 == 0) { -return x_72; +return x_69; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_72, 0); -x_76 = lean_ctor_get(x_72, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_72); -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; +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_69, 0); +x_73 = lean_ctor_get(x_69, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_69); +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; } } } } -block_67: +block_64: { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -lean_inc(x_24); -lean_inc(x_30); -x_35 = l_Lean_Elab_Structural_registerEqnsInfo(x_30, x_24, x_6, x_7, x_34); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = lean_ctor_get(x_27, 3); -lean_inc(x_37); -x_38 = lean_box(0); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); -x_40 = 0; -x_41 = lean_box(x_40); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +lean_inc(x_21); +lean_inc(x_27); +x_32 = l_Lean_Elab_Structural_registerEqnsInfo(x_27, x_21, x_6, x_7, x_31); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +lean_dec(x_32); +x_34 = lean_ctor_get(x_24, 3); +lean_inc(x_34); +x_35 = lean_box(0); +x_36 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +x_37 = 0; +x_38 = lean_box(x_37); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_27); -x_42 = lean_alloc_closure((void*)(l_Lean_Elab_addNonRec___boxed), 10, 5); -lean_closure_set(x_42, 0, x_27); -lean_closure_set(x_42, 1, x_41); -lean_closure_set(x_42, 2, x_39); -lean_closure_set(x_42, 3, x_2); -lean_closure_set(x_42, 4, x_3); -x_43 = l_Lean_Elab_Structural_structuralRecursion___closed__4; +lean_inc(x_24); +x_39 = lean_alloc_closure((void*)(l_Lean_Elab_addNonRec___boxed), 10, 5); +lean_closure_set(x_39, 0, x_24); +lean_closure_set(x_39, 1, x_38); +lean_closure_set(x_39, 2, x_36); +lean_closure_set(x_39, 3, x_2); +lean_closure_set(x_39, 4, x_3); +x_40 = l_Lean_Elab_Structural_structuralRecursion___closed__2; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_44 = l_Lean_Meta_mapErrorImp___rarg(x_42, x_43, x_4, x_5, x_6, x_7, x_36); -if (lean_obj_tag(x_44) == 0) +x_41 = l_Lean_Meta_mapErrorImp___rarg(x_39, x_40, x_4, x_5, x_6, x_7, x_33); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -lean_dec(x_44); -x_46 = l_Lean_Elab_Structural_structuralRecursion___closed__5; -lean_inc(x_30); -x_47 = lean_array_push(x_46, x_30); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +lean_dec(x_41); +x_43 = l_Lean_Elab_Structural_structuralRecursion___closed__3; +lean_inc(x_27); +x_44 = lean_array_push(x_43, x_27); 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_48 = l_Lean_Elab_addAndCompilePartialRec(x_47, x_2, x_3, x_4, x_5, x_6, x_7, x_45); -if (lean_obj_tag(x_48) == 0) +x_45 = l_Lean_Elab_addAndCompilePartialRec(x_44, x_2, x_3, x_4, x_5, x_6, x_7, x_42); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -lean_dec(x_48); +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_45, 1); +lean_inc(x_46); +lean_dec(x_45); 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_50 = l_Lean_Elab_Structural_addSmartUnfoldingDef(x_30, x_24, x_2, x_3, x_4, x_5, x_6, x_7, x_49); -if (lean_obj_tag(x_50) == 0) +x_47 = l_Lean_Elab_Structural_addSmartUnfoldingDef(x_27, x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_46); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -lean_dec(x_50); -x_52 = lean_array_push(x_46, x_27); -x_53 = 1; -x_54 = l_Lean_Elab_applyAttributesOf(x_52, x_53, x_2, x_3, x_4, x_5, x_6, x_7, x_51); +lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; +x_48 = lean_ctor_get(x_47, 1); +lean_inc(x_48); +lean_dec(x_47); +x_49 = lean_array_push(x_43, x_24); +x_50 = 1; +x_51 = l_Lean_Elab_applyAttributesOf(x_49, x_50, x_2, x_3, x_4, x_5, x_6, x_7, x_48); lean_dec(x_6); -lean_dec(x_52); -return x_54; +lean_dec(x_49); +return x_51; } else { -uint8_t x_55; -lean_dec(x_27); +uint8_t x_52; +lean_dec(x_24); 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_55 = !lean_is_exclusive(x_50); -if (x_55 == 0) +x_52 = !lean_is_exclusive(x_47); +if (x_52 == 0) { -return x_50; +return x_47; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_50, 0); -x_57 = lean_ctor_get(x_50, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_50); -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_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_47, 0); +x_54 = lean_ctor_get(x_47, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_47); +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 { -uint8_t x_59; -lean_dec(x_30); +uint8_t x_56; lean_dec(x_27); lean_dec(x_24); +lean_dec(x_21); 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_59 = !lean_is_exclusive(x_48); -if (x_59 == 0) +x_56 = !lean_is_exclusive(x_45); +if (x_56 == 0) { -return x_48; +return x_45; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_48, 0); -x_61 = lean_ctor_get(x_48, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_48); -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_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_45, 0); +x_58 = lean_ctor_get(x_45, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_45); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } else { -uint8_t x_63; -lean_dec(x_30); +uint8_t x_60; lean_dec(x_27); lean_dec(x_24); +lean_dec(x_21); 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_63 = !lean_is_exclusive(x_44); -if (x_63 == 0) +x_60 = !lean_is_exclusive(x_41); +if (x_60 == 0) { -return x_44; +return x_41; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_44, 0); -x_65 = lean_ctor_get(x_44, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_44); -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; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_41, 0); +x_62 = lean_ctor_get(x_41, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_41); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } } else { -uint8_t x_78; -lean_dec(x_27); +uint8_t x_75; lean_dec(x_24); -lean_dec(x_23); +lean_dec(x_21); +lean_dec(x_20); 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_78 = !lean_is_exclusive(x_29); -if (x_78 == 0) +x_75 = !lean_is_exclusive(x_26); +if (x_75 == 0) { -return x_29; +return x_26; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_29, 0); -x_80 = lean_ctor_get(x_29, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_29); -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; +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_26, 0); +x_77 = lean_ctor_get(x_26, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_26); +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 { -uint8_t x_82; -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_16); +uint8_t x_79; +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_13); 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_82 = !lean_is_exclusive(x_26); -if (x_82 == 0) +x_79 = !lean_is_exclusive(x_23); +if (x_79 == 0) { -return x_26; +return x_23; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_26, 0); -x_84 = lean_ctor_get(x_26, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_26); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_23, 0); +x_81 = lean_ctor_get(x_23, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_23); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } else { -uint8_t x_86; -lean_dec(x_16); +uint8_t x_83; +lean_dec(x_13); 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_86 = !lean_is_exclusive(x_19); -if (x_86 == 0) +x_83 = !lean_is_exclusive(x_16); +if (x_83 == 0) { -return x_19; +return x_16; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_19, 0); -x_88 = lean_ctor_get(x_19, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_19); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_16, 0); +x_85 = lean_ctor_get(x_16, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_16); +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; +} } } } +else +{ +lean_object* x_91; lean_object* x_92; +lean_dec(x_9); +x_91 = l_Lean_Elab_Structural_structuralRecursion___closed__5; +x_92 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_91, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_92; +} } } } @@ -3124,7 +3104,7 @@ lean_dec(x_1); return x_9; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1() { _start: { lean_object* x_1; @@ -3132,27 +3112,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__2() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____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_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__3() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__2; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__2; x_2 = l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4() { _start: { lean_object* x_1; @@ -3160,17 +3140,17 @@ x_1 = lean_mk_string_from_bytes("Structural", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__5() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__3; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__3; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__6() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__6() { _start: { lean_object* x_1; @@ -3178,17 +3158,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__7() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__5; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__6; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__5; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__8() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__8() { _start: { lean_object* x_1; @@ -3196,37 +3176,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__9() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__7; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__8; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__7; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__10() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__9; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__9; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__11() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__10; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__10; x_2 = l___private_Lean_Elab_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__12() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__12() { _start: { lean_object* x_1; @@ -3234,27 +3214,27 @@ x_1 = lean_mk_string_from_bytes("PreDefinition", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__13() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__11; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__12; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__11; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__14() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__13; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__13; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__15() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__15() { _start: { lean_object* x_1; @@ -3262,17 +3242,17 @@ x_1 = lean_mk_string_from_bytes("Main", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__16() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__14; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__15; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__14; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__17() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__17() { _start: { lean_object* x_1; @@ -3280,33 +3260,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__18() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__16; -x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__17; +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__16; +x_2 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__19() { +static lean_object* _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__18; -x_2 = lean_unsigned_to_nat(1516u); +x_1 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__18; +x_2 = lean_unsigned_to_nat(1517u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517_(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_PreDefinition_Structural_Main_0__Lean_Elab_Structural_elimRecursion___closed__4; x_3 = 0; -x_4 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__19; +x_4 = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -3430,45 +3410,45 @@ l_Lean_Elab_Structural_structuralRecursion___closed__4 = _init_l_Lean_Elab_Struc lean_mark_persistent(l_Lean_Elab_Structural_structuralRecursion___closed__4); l_Lean_Elab_Structural_structuralRecursion___closed__5 = _init_l_Lean_Elab_Structural_structuralRecursion___closed__5(); lean_mark_persistent(l_Lean_Elab_Structural_structuralRecursion___closed__5); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__1); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__2 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__2(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__2); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__3 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__3(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__3); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__4); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__5 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__5(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__5); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__6 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__6(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__6); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__7 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__7(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__7); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__8 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__8(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__8); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__9 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__9(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__9); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__10 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__10(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__10); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__11 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__11(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__11); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__12 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__12(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__12); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__13 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__13(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__13); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__14 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__14(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__14); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__15 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__15(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__15); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__16 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__16(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__16); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__17 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__17(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__17); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__18 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__18(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__18); -l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__19 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__19(); -lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516____closed__19); -res = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1516_(lean_io_mk_world()); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__1); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__2 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__2(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__2); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__3 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__3(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__3); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__4); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__5 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__5(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__5); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__6 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__6(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__6); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__7 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__7(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__7); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__8 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__8(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__8); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__9 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__9(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__9); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__10 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__10(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__10); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__11 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__11(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__11); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__12 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__12(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__12); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__13 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__13(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__13); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__14 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__14(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__14); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__15 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__15(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__15); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__16 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__16(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__16); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__17 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__17(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__17); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__18 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__18(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__18); +l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__19 = _init_l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__19(); +lean_mark_persistent(l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517____closed__19); +res = l_Lean_Elab_Structural_initFn____x40_Lean_Elab_PreDefinition_Structural_Main___hyg_1517_(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/PreDefinition/Structural/SmartUnfolding.c b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/SmartUnfolding.c index 1595f69d105b..96a17fc85cdf 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/Structural/SmartUnfolding.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/Structural/SmartUnfolding.c @@ -13,66 +13,70 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__5; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_addAndCompilePartialRec___spec__4(uint8_t, 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_object* l_Lean_mkAppN(lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__3; lean_object* l_Lean_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_markSmartUnfoldingMatchAlt(lean_object*); 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*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__5; lean_object* lean_mk_array(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__4; lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2___closed__1; static lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux___closed__1; lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__3; lean_object* l_Lean_Meta_Match_MatcherInfo_arity(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___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_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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* l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__1; extern lean_object* l_Lean_Meta_smartUnfoldingSuffix; lean_object* l_Lean_stringToMessageData(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__4; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___boxed(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___rarg___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_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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*); static lean_object* l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1; lean_object* l_Lean_Meta_markSmartUnfoldingMatch(lean_object*); lean_object* l_Lean_Meta_Match_MatcherInfo_numAlts(lean_object*); uint8_t l_Lean_Elab_Structural_recArgHasLooseBVarsAt(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__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_levelZero; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5(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_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__1(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___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_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__6; +LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___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_Structural_addSmartUnfoldingDefAux_visit___closed__1; lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3(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_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6(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_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4(lean_object*); lean_object* l_Lean_indentExpr(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* lean_array_set(lean_object*, lean_object*, lean_object*); @@ -82,17 +86,15 @@ lean_object* l_Lean_Meta_MatcherApp_toExpr(lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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*); +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__6; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__1___boxed(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_smartUnfoldingMatch_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); @@ -101,10 +103,8 @@ lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Structural_addSmartUnfoldingDefAux(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* lean_expr_instantiate1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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* l_List_toArrayAux___rarg(lean_object*, lean_object*); lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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*); static lean_object* _init_l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1() { _start: { @@ -751,214 +751,7 @@ return x_38; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { -_start: -{ -uint8_t x_11; -x_11 = lean_usize_dec_lt(x_4, x_3); -if (x_11 == 0) -{ -lean_object* x_12; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_5); -lean_ctor_set(x_12, 1, x_10); -return x_12; -} -else -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_13 = lean_array_uget(x_5, x_4); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_array_uset(x_5, x_4, x_14); -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_16 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_16) == 0) -{ -lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; lean_object* x_21; -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 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_21 = lean_array_uset(x_15, x_4, x_17); -x_4 = x_20; -x_5 = x_21; -x_10 = x_18; -goto _start; -} -else -{ -uint8_t x_23; -lean_dec(x_15); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_23 = !lean_is_exclusive(x_16); -if (x_23 == 0) -{ -return x_16; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_16, 0); -x_25 = lean_ctor_get(x_16, 1); -lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_16); -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_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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) { -_start: -{ -if (lean_obj_tag(x_3) == 5) -{ -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_3, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_3, 1); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_array_set(x_4, x_5, x_12); -x_14 = lean_unsigned_to_nat(1u); -x_15 = lean_nat_sub(x_5, x_14); -lean_dec(x_5); -x_3 = x_11; -x_4 = x_13; -x_5 = x_15; -goto _start; -} -else -{ -lean_object* x_17; -lean_dec(x_5); -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_17 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_3, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_17) == 0) -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; -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_4); -x_21 = lean_usize_of_nat(x_20); -lean_dec(x_20); -x_22 = 0; -x_23 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4(x_1, x_2, x_21, x_22, x_4, x_6, x_7, x_8, x_9, x_19); -if (lean_obj_tag(x_23) == 0) -{ -uint8_t x_24; -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_23, 0); -x_26 = l_Lean_mkAppN(x_18, x_25); -lean_ctor_set(x_23, 0, x_26); -return x_23; -} -else -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_23, 0); -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_23); -x_29 = l_Lean_mkAppN(x_18, x_27); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -return x_30; -} -} -else -{ -uint8_t x_31; -lean_dec(x_18); -x_31 = !lean_is_exclusive(x_23); -if (x_31 == 0) -{ -return x_23; -} -else -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_23, 0); -x_33 = lean_ctor_get(x_23, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_23); -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 -{ -uint8_t x_35; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_35 = !lean_is_exclusive(x_17); -if (x_35 == 0) -{ -return x_17; -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_17, 0); -x_37 = lean_ctor_get(x_17, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_17); -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_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___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_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___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) { _start: { uint8_t x_8; lean_object* x_9; @@ -1010,15 +803,15 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___rarg), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___rarg), 7, 0); return x_2; } } -LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__1(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; @@ -1038,15 +831,15 @@ return x_4; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__1___boxed), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___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) { _start: { lean_object* x_12; @@ -1063,7 +856,7 @@ lean_inc(x_13); x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2___closed__1; +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2___closed__1; lean_inc(x_13); x_16 = l_Lean_Expr_FindImpl_findUnsafe_x3f(x_15, x_13); if (lean_obj_tag(x_16) == 0) @@ -1172,7 +965,7 @@ return x_42; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__1() { _start: { lean_object* x_1; @@ -1180,16 +973,16 @@ x_1 = lean_mk_string_from_bytes("unexpected matcher application alternative", 42 return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__1; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__3() { _start: { lean_object* x_1; @@ -1197,16 +990,16 @@ x_1 = lean_mk_string_from_bytes("\nat application", 15); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__3; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__5() { _start: { lean_object* x_1; @@ -1214,16 +1007,16 @@ x_1 = lean_mk_string_from_bytes("", 0); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__5; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__5; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___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; uint8_t x_14; @@ -1239,11 +1032,11 @@ lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); x_15 = l_Lean_indentExpr(x_4); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__2; +x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__2; x_17 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_17, 0, x_16); lean_ctor_set(x_17, 1, x_15); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__4; +x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__4; x_19 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_19, 0, x_17); lean_ctor_set(x_19, 1, x_18); @@ -1251,7 +1044,7 @@ x_20 = l_Lean_indentExpr(x_5); x_21 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_21, 0, x_19); lean_ctor_set(x_21, 1, x_20); -x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__6; +x_22 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__6; x_23 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_23, 0, x_21); lean_ctor_set(x_23, 1, x_22); @@ -1285,12 +1078,12 @@ lean_object* x_29; lean_object* x_30; lean_dec(x_5); lean_dec(x_4); x_29 = lean_box(0); -x_30 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2(x_1, x_2, x_7, x_6, x_3, x_29, x_8, x_9, x_10, x_11, x_12); +x_30 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2(x_1, x_2, x_7, x_6, x_3, x_29, x_8, x_9, x_10, x_11, x_12); return x_30; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -1368,7 +1161,7 @@ lean_inc(x_3); lean_inc(x_15); lean_inc(x_2); lean_inc(x_1); -x_31 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3), 12, 5); +x_31 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3), 12, 5); lean_closure_set(x_31, 0, x_1); lean_closure_set(x_31, 1, x_2); lean_closure_set(x_31, 2, x_28); @@ -1378,7 +1171,7 @@ lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_32 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___rarg(x_15, x_31, x_8, x_9, x_10, x_11, x_12); +x_32 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___rarg(x_15, x_31, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_32) == 0) { lean_object* x_33; lean_object* x_34; lean_object* x_35; size_t x_36; size_t x_37; @@ -1444,7 +1237,7 @@ lean_inc(x_3); lean_inc(x_15); lean_inc(x_2); lean_inc(x_1); -x_47 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3), 12, 5); +x_47 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3), 12, 5); lean_closure_set(x_47, 0, x_1); lean_closure_set(x_47, 1, x_2); lean_closure_set(x_47, 2, x_43); @@ -1454,7 +1247,7 @@ lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_48 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___rarg(x_15, x_47, x_8, x_9, x_10, x_11, x_12); +x_48 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___rarg(x_15, x_47, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_48) == 0) { lean_object* x_49; lean_object* x_50; lean_object* x_51; size_t x_52; size_t x_53; @@ -1574,7 +1367,7 @@ lean_inc(x_3); lean_inc(x_15); lean_inc(x_2); lean_inc(x_1); -x_72 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3), 12, 5); +x_72 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3), 12, 5); lean_closure_set(x_72, 0, x_1); lean_closure_set(x_72, 1, x_2); lean_closure_set(x_72, 2, x_68); @@ -1584,7 +1377,7 @@ lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_73 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___rarg(x_15, x_72, x_8, x_9, x_10, x_11, x_12); +x_73 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___rarg(x_15, x_72, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_73) == 0) { lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; size_t x_78; size_t x_79; @@ -1642,38 +1435,245 @@ return x_84; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___rarg(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; -x_11 = l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(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) -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_11); -if (x_12 == 0) -{ -return x_11; -} -else +uint8_t x_11; +x_11 = lean_usize_dec_lt(x_4, x_3); +if (x_11 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_11, 0); -x_14 = lean_ctor_get(x_11, 1); -lean_inc(x_14); -lean_inc(x_13); -lean_dec(x_11); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -return x_15; -} +lean_object* x_12; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_5); +lean_ctor_set(x_12, 1, x_10); +return x_12; } else { -uint8_t x_16; -x_16 = !lean_is_exclusive(x_11); -if (x_16 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_13 = lean_array_uget(x_5, x_4); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_array_uset(x_5, x_4, x_14); +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_16 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_16) == 0) +{ +lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; lean_object* x_21; +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 = 1; +x_20 = lean_usize_add(x_4, x_19); +x_21 = lean_array_uset(x_15, x_4, x_17); +x_4 = x_20; +x_5 = x_21; +x_10 = x_18; +goto _start; +} +else +{ +uint8_t x_23; +lean_dec(x_15); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_23 = !lean_is_exclusive(x_16); +if (x_23 == 0) +{ +return x_16; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_16, 0); +x_25 = lean_ctor_get(x_16, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_16); +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_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__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) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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_3, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +lean_dec(x_3); +x_13 = lean_array_set(x_4, x_5, x_12); +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_sub(x_5, x_14); +lean_dec(x_5); +x_3 = x_11; +x_4 = x_13; +x_5 = x_15; +goto _start; +} +else +{ +lean_object* x_17; +lean_dec(x_5); +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_17 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_3, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_17) == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; +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_4); +x_21 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_22 = 0; +x_23 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6(x_1, x_2, x_21, x_22, x_4, x_6, x_7, x_8, x_9, x_19); +if (lean_obj_tag(x_23) == 0) +{ +uint8_t x_24; +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_23, 0); +x_26 = l_Lean_mkAppN(x_18, x_25); +lean_ctor_set(x_23, 0, x_26); +return x_23; +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_27 = lean_ctor_get(x_23, 0); +x_28 = lean_ctor_get(x_23, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_23); +x_29 = l_Lean_mkAppN(x_18, x_27); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +return x_30; +} +} +else +{ +uint8_t x_31; +lean_dec(x_18); +x_31 = !lean_is_exclusive(x_23); +if (x_31 == 0) +{ +return x_23; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_23, 0); +x_33 = lean_ctor_get(x_23, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_23); +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 +{ +uint8_t x_35; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_35 = !lean_is_exclusive(x_17); +if (x_35 == 0) +{ +return x_17; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_17, 0); +x_37 = lean_ctor_get(x_17, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_17); +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_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___rarg(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) { +_start: +{ +lean_object* x_11; +x_11 = l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(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) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) +{ +return x_11; +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_11); +x_15 = lean_alloc_ctor(0, 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_11); +if (x_16 == 0) { return x_11; } @@ -1920,195 +1920,212 @@ return x_18; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_72; uint8_t x_73; x_19 = lean_ctor_get(x_9, 1); lean_inc(x_19); lean_dec(x_9); x_20 = lean_ctor_get(x_10, 0); lean_inc(x_20); lean_dec(x_10); -x_21 = lean_ctor_get(x_1, 3); -lean_inc(x_21); +x_72 = lean_ctor_get(x_1, 3); +lean_inc(x_72); lean_inc(x_3); lean_inc(x_2); -x_22 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_21, x_2, x_3); -if (x_22 == 0) +x_73 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_72, x_2, x_3); +if (x_73 == 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_dec(x_20); -x_23 = lean_unsigned_to_nat(0u); -x_24 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_23); -x_25 = l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1; -lean_inc(x_24); -x_26 = lean_mk_array(x_24, x_25); -x_27 = lean_unsigned_to_nat(1u); -x_28 = lean_nat_sub(x_24, x_27); -lean_dec(x_24); -x_29 = l_Lean_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5(x_1, x_2, x_3, x_26, x_28, x_4, x_5, x_6, x_7, x_19); -return x_29; +uint8_t x_74; +x_74 = 1; +x_21 = x_74; +goto block_71; } else { -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; size_t x_38; size_t x_39; lean_object* x_40; -x_30 = lean_ctor_get(x_20, 6); -lean_inc(x_30); -x_31 = lean_array_get_size(x_30); -x_32 = lean_unsigned_to_nat(0u); -lean_inc(x_30); -x_33 = l_Array_toSubarray___rarg(x_30, x_32, x_31); -x_34 = lean_ctor_get(x_20, 7); -lean_inc(x_34); -x_35 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___closed__1; -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_33); -lean_ctor_set(x_36, 1, x_35); -x_37 = lean_array_get_size(x_34); -x_38 = lean_usize_of_nat(x_37); -lean_dec(x_37); -x_39 = 0; -x_40 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7(x_1, x_2, x_3, x_34, x_38, x_39, x_36, x_4, x_5, x_6, x_7, x_19); +uint8_t x_75; +x_75 = 0; +x_21 = x_75; +goto block_71; +} +block_71: +{ +if (x_21 == 0) +{ +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; size_t x_30; size_t x_31; lean_object* x_32; +x_22 = lean_ctor_get(x_20, 6); +lean_inc(x_22); +x_23 = lean_array_get_size(x_22); +x_24 = lean_unsigned_to_nat(0u); +lean_inc(x_22); +x_25 = l_Array_toSubarray___rarg(x_22, x_24, x_23); +x_26 = lean_ctor_get(x_20, 7); +lean_inc(x_26); +x_27 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___closed__1; +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_25); +lean_ctor_set(x_28, 1, x_27); +x_29 = lean_array_get_size(x_26); +x_30 = lean_usize_of_nat(x_29); +lean_dec(x_29); +x_31 = 0; +x_32 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5(x_1, x_2, x_3, x_26, x_30, x_31, x_28, x_4, x_5, x_6, x_7, x_19); +lean_dec(x_26); +if (lean_obj_tag(x_32) == 0) +{ +uint8_t x_33; +x_33 = !lean_is_exclusive(x_32); +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; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_34 = lean_ctor_get(x_32, 0); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); lean_dec(x_34); -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; 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; -x_42 = lean_ctor_get(x_40, 0); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_ctor_get(x_20, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_20, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_20, 2); -lean_inc(x_46); -x_47 = lean_ctor_get(x_20, 3); +x_36 = lean_ctor_get(x_20, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_20, 1); +lean_inc(x_37); +x_38 = lean_ctor_get(x_20, 2); +lean_inc(x_38); +x_39 = lean_ctor_get(x_20, 3); +lean_inc(x_39); +x_40 = lean_ctor_get(x_20, 4); +lean_inc(x_40); +x_41 = lean_ctor_get(x_20, 5); +lean_inc(x_41); +x_42 = lean_ctor_get(x_20, 8); +lean_inc(x_42); +lean_dec(x_20); +x_43 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_43, 0, x_36); +lean_ctor_set(x_43, 1, x_37); +lean_ctor_set(x_43, 2, x_38); +lean_ctor_set(x_43, 3, x_39); +lean_ctor_set(x_43, 4, x_40); +lean_ctor_set(x_43, 5, x_41); +lean_ctor_set(x_43, 6, x_22); +lean_ctor_set(x_43, 7, x_35); +lean_ctor_set(x_43, 8, x_42); +x_44 = l_Lean_Meta_MatcherApp_toExpr(x_43); +x_45 = l_Lean_Meta_markSmartUnfoldingMatch(x_44); +lean_ctor_set(x_32, 0, x_45); +return x_32; +} +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; 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_46 = lean_ctor_get(x_32, 0); +x_47 = lean_ctor_get(x_32, 1); lean_inc(x_47); -x_48 = lean_ctor_get(x_20, 4); +lean_inc(x_46); +lean_dec(x_32); +x_48 = lean_ctor_get(x_46, 1); lean_inc(x_48); -x_49 = lean_ctor_get(x_20, 5); +lean_dec(x_46); +x_49 = lean_ctor_get(x_20, 0); lean_inc(x_49); -x_50 = lean_ctor_get(x_20, 8); +x_50 = lean_ctor_get(x_20, 1); lean_inc(x_50); -lean_dec(x_20); -x_51 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_51, 0, x_44); -lean_ctor_set(x_51, 1, x_45); -lean_ctor_set(x_51, 2, x_46); -lean_ctor_set(x_51, 3, x_47); -lean_ctor_set(x_51, 4, x_48); -lean_ctor_set(x_51, 5, x_49); -lean_ctor_set(x_51, 6, x_30); -lean_ctor_set(x_51, 7, x_43); -lean_ctor_set(x_51, 8, x_50); -x_52 = l_Lean_Meta_MatcherApp_toExpr(x_51); -x_53 = l_Lean_Meta_markSmartUnfoldingMatch(x_52); -lean_ctor_set(x_40, 0, x_53); -return x_40; -} -else -{ -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; -x_54 = lean_ctor_get(x_40, 0); -x_55 = lean_ctor_get(x_40, 1); -lean_inc(x_55); +x_51 = lean_ctor_get(x_20, 2); +lean_inc(x_51); +x_52 = lean_ctor_get(x_20, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_20, 4); +lean_inc(x_53); +x_54 = lean_ctor_get(x_20, 5); lean_inc(x_54); -lean_dec(x_40); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -x_57 = lean_ctor_get(x_20, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_20, 1); -lean_inc(x_58); -x_59 = lean_ctor_get(x_20, 2); -lean_inc(x_59); -x_60 = lean_ctor_get(x_20, 3); -lean_inc(x_60); -x_61 = lean_ctor_get(x_20, 4); -lean_inc(x_61); -x_62 = lean_ctor_get(x_20, 5); -lean_inc(x_62); -x_63 = lean_ctor_get(x_20, 8); -lean_inc(x_63); +x_55 = lean_ctor_get(x_20, 8); +lean_inc(x_55); lean_dec(x_20); -x_64 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_64, 0, x_57); -lean_ctor_set(x_64, 1, x_58); -lean_ctor_set(x_64, 2, x_59); -lean_ctor_set(x_64, 3, x_60); -lean_ctor_set(x_64, 4, x_61); -lean_ctor_set(x_64, 5, x_62); -lean_ctor_set(x_64, 6, x_30); -lean_ctor_set(x_64, 7, x_56); -lean_ctor_set(x_64, 8, x_63); -x_65 = l_Lean_Meta_MatcherApp_toExpr(x_64); -x_66 = l_Lean_Meta_markSmartUnfoldingMatch(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_55); -return x_67; -} -} -else -{ -uint8_t x_68; -lean_dec(x_30); +x_56 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_56, 0, x_49); +lean_ctor_set(x_56, 1, x_50); +lean_ctor_set(x_56, 2, x_51); +lean_ctor_set(x_56, 3, x_52); +lean_ctor_set(x_56, 4, x_53); +lean_ctor_set(x_56, 5, x_54); +lean_ctor_set(x_56, 6, x_22); +lean_ctor_set(x_56, 7, x_48); +lean_ctor_set(x_56, 8, x_55); +x_57 = l_Lean_Meta_MatcherApp_toExpr(x_56); +x_58 = l_Lean_Meta_markSmartUnfoldingMatch(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_47); +return x_59; +} +} +else +{ +uint8_t x_60; +lean_dec(x_22); lean_dec(x_20); -x_68 = !lean_is_exclusive(x_40); -if (x_68 == 0) +x_60 = !lean_is_exclusive(x_32); +if (x_60 == 0) { -return x_40; +return x_32; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_40, 0); -x_70 = lean_ctor_get(x_40, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_40); -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; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_32, 0); +x_62 = lean_ctor_get(x_32, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_32); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } +else +{ +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_dec(x_20); +x_64 = lean_unsigned_to_nat(0u); +x_65 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_64); +x_66 = l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1; +lean_inc(x_65); +x_67 = lean_mk_array(x_65, x_66); +x_68 = lean_unsigned_to_nat(1u); +x_69 = lean_nat_sub(x_65, x_68); +lean_dec(x_65); +x_70 = l_Lean_Expr_withAppAux___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7(x_1, x_2, x_3, x_67, x_69, x_4, x_5, x_6, x_7, x_19); +return x_70; +} +} } } case 6: { -lean_object* x_72; lean_object* x_73; -x_72 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__1), 9, 2); -lean_closure_set(x_72, 0, x_1); -lean_closure_set(x_72, 1, x_2); -x_73 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6___rarg(x_3, x_72, x_4, x_5, x_6, x_7, x_8); -return x_73; +lean_object* x_76; lean_object* x_77; +x_76 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__1), 9, 2); +lean_closure_set(x_76, 0, x_1); +lean_closure_set(x_76, 1, x_2); +x_77 = l_Lean_Meta_lambdaTelescope___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4___rarg(x_3, x_76, x_4, x_5, x_6, x_7, x_8); +return x_77; } case 7: { -lean_object* x_74; lean_object* x_75; -x_74 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__2), 9, 2); -lean_closure_set(x_74, 0, x_1); -lean_closure_set(x_74, 1, x_2); -x_75 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_3, x_74, x_4, x_5, x_6, x_7, x_8); -return x_75; +lean_object* x_78; lean_object* x_79; +x_78 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__2), 9, 2); +lean_closure_set(x_78, 0, x_1); +lean_closure_set(x_78, 1, x_2); +x_79 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_3, x_78, x_4, x_5, x_6, x_7, x_8); +return x_79; } case 8: { -lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_76 = lean_ctor_get(x_3, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_3, 1); -lean_inc(x_77); -x_78 = lean_ctor_get(x_3, 2); -lean_inc(x_78); -x_79 = lean_ctor_get(x_3, 3); -lean_inc(x_79); +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_80 = lean_ctor_get(x_3, 0); +lean_inc(x_80); +x_81 = lean_ctor_get(x_3, 1); +lean_inc(x_81); +x_82 = lean_ctor_get(x_3, 2); +lean_inc(x_82); +x_83 = lean_ctor_get(x_3, 3); +lean_inc(x_83); lean_dec(x_3); lean_inc(x_7); lean_inc(x_6); @@ -2116,191 +2133,191 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_80 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_78, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_80) == 0) -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; -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 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3___boxed), 9, 3); -lean_closure_set(x_83, 0, x_79); -lean_closure_set(x_83, 1, x_1); -lean_closure_set(x_83, 2, x_2); -x_84 = 0; -x_85 = l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___rarg(x_76, x_77, x_81, x_83, x_84, x_4, x_5, x_6, x_7, x_82); -return x_85; +x_84 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_82, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_84) == 0) +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; lean_object* x_89; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = lean_alloc_closure((void*)(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3___boxed), 9, 3); +lean_closure_set(x_87, 0, x_83); +lean_closure_set(x_87, 1, x_1); +lean_closure_set(x_87, 2, x_2); +x_88 = 0; +x_89 = l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___rarg(x_80, x_81, x_85, x_87, x_88, x_4, x_5, x_6, x_7, x_86); +return x_89; } else { -uint8_t x_86; -lean_dec(x_79); -lean_dec(x_77); -lean_dec(x_76); +uint8_t x_90; +lean_dec(x_83); +lean_dec(x_81); +lean_dec(x_80); 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_86 = !lean_is_exclusive(x_80); -if (x_86 == 0) +x_90 = !lean_is_exclusive(x_84); +if (x_90 == 0) { -return x_80; +return x_84; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_80, 0); -x_88 = lean_ctor_get(x_80, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_80); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_84, 0); +x_92 = lean_ctor_get(x_84, 1); +lean_inc(x_92); +lean_inc(x_91); +lean_dec(x_84); +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; } } } case 10: { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_3, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_3, 1); -lean_inc(x_91); +lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_3, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_3, 1); +lean_inc(x_95); lean_dec(x_3); -x_92 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_91, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_92) == 0) +x_96 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_95, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_96) == 0) { -uint8_t x_93; -x_93 = !lean_is_exclusive(x_92); -if (x_93 == 0) +uint8_t x_97; +x_97 = !lean_is_exclusive(x_96); +if (x_97 == 0) { -lean_object* x_94; lean_object* x_95; -x_94 = lean_ctor_get(x_92, 0); -x_95 = l_Lean_Expr_mdata___override(x_90, x_94); -lean_ctor_set(x_92, 0, x_95); -return x_92; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_96, 0); +x_99 = l_Lean_Expr_mdata___override(x_94, x_98); +lean_ctor_set(x_96, 0, x_99); +return x_96; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_96 = lean_ctor_get(x_92, 0); -x_97 = lean_ctor_get(x_92, 1); -lean_inc(x_97); -lean_inc(x_96); -lean_dec(x_92); -x_98 = l_Lean_Expr_mdata___override(x_90, x_96); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_97); -return x_99; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_100 = lean_ctor_get(x_96, 0); +x_101 = lean_ctor_get(x_96, 1); +lean_inc(x_101); +lean_inc(x_100); +lean_dec(x_96); +x_102 = l_Lean_Expr_mdata___override(x_94, x_100); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_101); +return x_103; } } else { -uint8_t x_100; -lean_dec(x_90); -x_100 = !lean_is_exclusive(x_92); -if (x_100 == 0) +uint8_t x_104; +lean_dec(x_94); +x_104 = !lean_is_exclusive(x_96); +if (x_104 == 0) { -return x_92; +return x_96; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_92, 0); -x_102 = lean_ctor_get(x_92, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -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; +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_96, 0); +x_106 = lean_ctor_get(x_96, 1); +lean_inc(x_106); +lean_inc(x_105); +lean_dec(x_96); +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; } } } case 11: { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_104 = lean_ctor_get(x_3, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_3, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_3, 2); -lean_inc(x_106); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_108 = lean_ctor_get(x_3, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_3, 1); +lean_inc(x_109); +x_110 = lean_ctor_get(x_3, 2); +lean_inc(x_110); lean_dec(x_3); -x_107 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_106, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_107) == 0) +x_111 = l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit(x_1, x_2, x_110, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_111) == 0) { -uint8_t x_108; -x_108 = !lean_is_exclusive(x_107); -if (x_108 == 0) +uint8_t x_112; +x_112 = !lean_is_exclusive(x_111); +if (x_112 == 0) { -lean_object* x_109; lean_object* x_110; -x_109 = lean_ctor_get(x_107, 0); -x_110 = l_Lean_Expr_proj___override(x_104, x_105, x_109); -lean_ctor_set(x_107, 0, x_110); -return x_107; +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_111, 0); +x_114 = l_Lean_Expr_proj___override(x_108, x_109, x_113); +lean_ctor_set(x_111, 0, x_114); +return x_111; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_111 = lean_ctor_get(x_107, 0); -x_112 = lean_ctor_get(x_107, 1); -lean_inc(x_112); -lean_inc(x_111); -lean_dec(x_107); -x_113 = l_Lean_Expr_proj___override(x_104, x_105, x_111); -x_114 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_114, 0, x_113); -lean_ctor_set(x_114, 1, x_112); -return x_114; +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_115 = lean_ctor_get(x_111, 0); +x_116 = lean_ctor_get(x_111, 1); +lean_inc(x_116); +lean_inc(x_115); +lean_dec(x_111); +x_117 = l_Lean_Expr_proj___override(x_108, x_109, x_115); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_116); +return x_118; } } else { -uint8_t x_115; -lean_dec(x_105); -lean_dec(x_104); -x_115 = !lean_is_exclusive(x_107); -if (x_115 == 0) +uint8_t x_119; +lean_dec(x_109); +lean_dec(x_108); +x_119 = !lean_is_exclusive(x_111); +if (x_119 == 0) { -return x_107; +return x_111; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_116 = lean_ctor_get(x_107, 0); -x_117 = lean_ctor_get(x_107, 1); -lean_inc(x_117); -lean_inc(x_116); -lean_dec(x_107); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -return x_118; +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_111, 0); +x_121 = lean_ctor_get(x_111, 1); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_111); +x_122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +return x_122; } } } default: { -lean_object* x_119; +lean_object* x_123; 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_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_3); -lean_ctor_set(x_119, 1, x_8); -return x_119; +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_3); +lean_ctor_set(x_123, 1, x_8); +return x_123; } } } @@ -2329,38 +2346,26 @@ x_13 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_ return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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) { -_start: -{ -size_t x_11; size_t x_12; lean_object* x_13; -x_11 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_12 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_13 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__4(x_1, x_2, x_11, x_12, x_5, x_6, x_7, x_8, x_9, x_10); -return x_13; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__1___boxed(lean_object* x_1) { _start: { uint8_t x_2; lean_object* x_3; -x_2 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__1(x_1); +x_2 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__1(x_1); lean_dec(x_1); x_3 = lean_box(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___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) { _start: { lean_object* x_12; -x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___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 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2(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_6); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___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; @@ -2368,11 +2373,23 @@ x_13 = lean_unbox_usize(x_5); lean_dec(x_5); x_14 = lean_unbox_usize(x_6); lean_dec(x_6); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_4); return x_15; } } +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__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: +{ +size_t x_11; size_t x_12; lean_object* x_13; +x_11 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_12 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_13 = l_Array_mapMUnsafe_map___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__6(x_1, x_2, x_11, x_12, x_5, x_6, x_7, x_8, x_9, x_10); +return x_13; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__8___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) { _start: { @@ -2753,20 +2770,20 @@ if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1 = _init_l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1(); lean_mark_persistent(l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__1___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__2___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__3); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__4); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__5 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__5(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__5); -l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__6 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__6(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__7___lambda__3___closed__6); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__2___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__2); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__3); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__4); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__5 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__5); +l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__6 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__6(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___spec__5___lambda__3___closed__6); l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3___closed__1 = _init_l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3___closed__1(); lean_mark_persistent(l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___lambda__3___closed__1); l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___closed__1 = _init_l_Lean_Elab_Structural_addSmartUnfoldingDefAux_visit___closed__1(); diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/WF/Eqns.c b/stage0/stdlib/Lean/Elab/PreDefinition/WF/Eqns.c index 434489ccb7db..0a2f6fe6e146 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/WF/Eqns.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/WF/Eqns.c @@ -23,7 +23,6 @@ lean_object* l_Lean_Meta_reduceRecMatcher_x3f(lean_object*, lean_object*, lean_o static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSum_x3f___closed__1; lean_object* l_Lean_MapDeclarationExtension_insert___rarg(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*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2; lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__3; @@ -31,7 +30,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___lambda__1(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_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__14; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__7; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_WF_getEqnsFor_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -46,7 +44,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Ela LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___spec__2(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_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___lambda__1___closed__6; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__16; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -57,51 +54,48 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_ lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__2; -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__4; lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldLHS_x3f___lambda__2___closed__1; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2; lean_object* l_Lean_MVarId_getType_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__1; lean_object* l_Lean_Expr_bvar___override(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_Lean_Meta_Simp_main(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_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSum_x3f___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldLHS_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_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__8; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_WF_mkEqns___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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_getUnfoldFor_x3f___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSum_x3f___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldLHS_x3f___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_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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*); extern lean_object* l_Lean_Meta_tactic_hygienic; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___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_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___lambda__1___closed__8; -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__3; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__4; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof___closed__2; lean_object* l_Lean_Meta_registerGetUnfoldEqnFn(lean_object*, lean_object*); lean_object* l_Lean_Elab_Eqns_tryContradiction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__8; uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__19; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__19; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSigma___closed__2; -LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f_pre___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___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__8; 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_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__9; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__11; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_WF_mkEqns___spec__1___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058_(lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f(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_WF_eqnInfoExt; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__15; LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(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_PreDefinition_WF_Eqns_0__Lean_Elab_WF_hasWellFoundedFix___lambda__1(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__5; @@ -116,6 +110,7 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_ static lean_object* l_Lean_Elab_WF_simpMatchWF_x3f_pre___closed__2; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSum_x3f(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__14; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -130,10 +125,13 @@ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean static lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__5; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__18; LEAN_EXPORT lean_object* l_Lean_Elab_WF_getUnfoldFor_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__6; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_WF_getUnfoldFor_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__6; lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(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_WF_simpMatchWF_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -142,30 +140,28 @@ LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_PreDefinition_WF_Eqns_ lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqTrans(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldLHS_x3f___spec__1___closed__1; +LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_registerEqnsInfo___spec__1(size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055_(lean_object*); lean_object* l_Lean_Elab_Eqns_getUnfoldFor_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1; lean_object* lean_array_to_list(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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__5; extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_mkEqns___closed__1; extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_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_Elab_WF_registerEqnsInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof___lambda__1(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_WF_simpMatchWF_x3f_pre___spec__3(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_registerEqnsInfo___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_registerEqnsInfo___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__17; 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*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__7; lean_object* l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Meta_Simp_simpMatch_x3f___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_WF_simpMatchWF_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -177,11 +173,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f___lambda__2___boxed(lean LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___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_Expr_appFn_x21(lean_object*); lean_object* l_Lean_Elab_Eqns_simpIf_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Eqns_mkEqnTypes(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__12; lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__4; lean_object* l_Lean_Meta_splitTarget_x3f(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___lambda__1___closed__1; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__15; lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); @@ -194,14 +193,10 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_ LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f_pre___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_name_append_index_after(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__2___closed__3; -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__5; lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); lean_object* l_Lean_Expr_constLevels_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_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*); lean_object* l_Lean_Meta_registerGetEqnsFn(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3(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_panic___at___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldLHS_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__2___closed__2; @@ -210,27 +205,30 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof___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_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__3; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__2; static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_WF_mkEqns___spec__1___lambda__1___closed__2; static lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo___closed__3; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__8; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812_(lean_object*); lean_object* l_Lean_indentExpr(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_registerEqnsInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_WF_mkEqns___lambda__1(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_WF_simpMatchWF_x3f_pre___spec__1(lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__4; lean_object* l_Lean_Option_set___at_Lean_Elab_Eqns_tryURefl___spec__1(lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__10; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__10; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__3; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__9; uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__10; lean_object* l_Lean_Meta_MatcherApp_toExpr(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__1; lean_object* lean_panic_fn(lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_simpMatchWF_x3f___lambda__3___closed__3; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__3; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_WF_mkEqns___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* l_Lean_mkMapDeclarationExtension___rarg(lean_object*, lean_object*); @@ -239,8 +237,6 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__4; 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_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809_(lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__18; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___closed__2; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__9; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSum_x3f___closed__3; @@ -248,6 +244,7 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_ lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Eqns_whnfReducibleLHS_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_registerEqnsInfo___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof___closed__1; size_t lean_usize_add(size_t, size_t); @@ -258,16 +255,17 @@ extern lean_object* l_Lean_instInhabitedName; static lean_object* l_Lean_Elab_WF_simpMatchWF_x3f_pre___closed__1; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__6; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__7; lean_object* l_Lean_Meta_casesOnStuckLHS_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Eqns_removeUnusedEqnHypotheses(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_simpMatchWF_x3f___lambda__3___closed__2; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__2; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_simpTargetStar(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_processPostponed_loop___spec__2(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___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__11; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__7; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Eqns_tryURefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -276,28 +274,28 @@ lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___s lean_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_headBeta(lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Simp_simpMatchCore_x3f(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_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__8; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__4; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___lambda__1___closed__3; uint8_t lean_usize_dec_lt(size_t, size_t); +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__17; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_mkProof_go___lambda__1___closed__5; lean_object* l_Lean_MVarId_intros(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_mkEqns(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_applySimpResultToTarget(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_hasWellFoundedFix___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Eqns_deltaLHS(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__6; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f_decodePSum_x3f___closed__4; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); static lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo___closed__2; -static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__13; static lean_object* l_Lean_Elab_WF_instInhabitedEqnInfo___closed__4; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); @@ -308,6 +306,8 @@ lean_object* l_panic___at_Lean_Meta_subst_substEq___spec__1(lean_object*, lean_o lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__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_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__16; +static lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__3; static lean_object* _init_l_Lean_Elab_WF_instInhabitedEqnInfo___closed__1() { _start: { @@ -2560,151 +2560,154 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre(lean_object* x_1, lean_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; +lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_62; uint8_t x_63; lean_inc(x_4); x_10 = l_Lean_Expr_headBeta(x_4); x_11 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__1; -x_12 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__10; -x_13 = l_Lean_Expr_isAppOf(x_10, x_12); -if (x_13 == 0) +x_62 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__10; +x_63 = l_Lean_Expr_isAppOf(x_10, x_62); +if (x_63 == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_10); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_14 = lean_box(0); -x_15 = lean_apply_6(x_11, x_14, x_5, x_6, x_7, x_8, x_9); -return x_15; +uint8_t x_64; +x_64 = 0; +x_12 = x_64; +goto block_61; } 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___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_16); -x_18 = lean_unsigned_to_nat(6u); -x_19 = lean_nat_dec_le(x_18, x_17); -if (x_19 == 0) +lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_65 = lean_unsigned_to_nat(0u); +x_66 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_65); +x_67 = lean_unsigned_to_nat(6u); +x_68 = lean_nat_dec_le(x_67, x_66); +lean_dec(x_66); +x_12 = x_68; +goto block_61; +} +block_61: { -lean_object* x_20; lean_object* x_21; -lean_dec(x_17); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_dec(x_10); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_20 = lean_box(0); -x_21 = lean_apply_6(x_11, x_20, x_5, x_6, x_7, x_8, x_9); -return x_21; +x_13 = lean_box(0); +x_14 = lean_apply_6(x_11, x_13, x_5, x_6, x_7, x_8, x_9); +return x_14; } 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; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_22 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__7; -lean_inc(x_17); -x_23 = lean_mk_array(x_17, x_22); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_nat_sub(x_17, x_24); -lean_dec(x_17); -x_26 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_10, x_23, x_25); -x_27 = lean_array_get_size(x_26); -x_28 = lean_unsigned_to_nat(5u); -x_29 = lean_nat_dec_lt(x_28, x_27); -lean_dec(x_27); -x_30 = lean_array_get_size(x_26); -lean_inc(x_26); -x_31 = l_Array_toSubarray___rarg(x_26, x_18, x_30); -if (x_29 == 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; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_15 = lean_unsigned_to_nat(0u); +x_16 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_15); +x_17 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_rwFixEq___lambda__1___closed__7; +lean_inc(x_16); +x_18 = lean_mk_array(x_16, x_17); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_sub(x_16, x_19); +lean_dec(x_16); +x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_10, x_18, x_20); +x_22 = lean_array_get_size(x_21); +x_23 = lean_unsigned_to_nat(5u); +x_24 = lean_nat_dec_lt(x_23, x_22); +lean_dec(x_22); +x_25 = lean_array_get_size(x_21); +x_26 = lean_unsigned_to_nat(6u); +lean_inc(x_21); +x_27 = l_Array_toSubarray___rarg(x_21, x_26, x_25); +if (x_24 == 0) { -lean_object* x_62; lean_object* x_63; -lean_dec(x_26); -x_62 = l_Lean_instInhabitedExpr; -x_63 = l___private_Init_Util_0__outOfBounds___rarg(x_62); -x_32 = x_63; -goto block_61; +lean_object* x_58; lean_object* x_59; +lean_dec(x_21); +x_58 = l_Lean_instInhabitedExpr; +x_59 = l___private_Init_Util_0__outOfBounds___rarg(x_58); +x_28 = x_59; +goto block_57; } else { -lean_object* x_64; -x_64 = lean_array_fget(x_26, x_28); -lean_dec(x_26); -x_32 = x_64; -goto block_61; +lean_object* x_60; +x_60 = lean_array_fget(x_21, x_23); +lean_dec(x_21); +x_28 = x_60; +goto block_57; } -block_61: +block_57: { -lean_object* x_33; -x_33 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f(x_1, x_32); +lean_object* x_29; +x_29 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_decodePackedArg_x3f(x_1, x_28); lean_dec(x_1); -if (lean_obj_tag(x_33) == 0) +if (lean_obj_tag(x_29) == 0) { -lean_object* x_34; lean_object* x_35; -lean_dec(x_31); +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_34 = lean_box(0); -x_35 = lean_apply_6(x_11, x_34, x_5, x_6, x_7, x_8, x_9); -return x_35; +x_30 = lean_box(0); +x_31 = lean_apply_6(x_11, x_30, x_5, x_6, x_7, x_8, x_9); +return x_31; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_36 = lean_ctor_get(x_33, 0); -lean_inc(x_36); -lean_dec(x_33); -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_Expr_const___override(x_37, x_2); -x_40 = l_Lean_mkAppN(x_39, x_3); -x_41 = l_Lean_mkAppN(x_40, x_38); -x_42 = l_Array_ofSubarray___rarg(x_31); -x_43 = l_Lean_mkAppN(x_41, x_42); -x_44 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__5; -x_45 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_44, x_5, x_6, x_7, x_8, x_9); -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -x_47 = lean_unbox(x_46); -lean_dec(x_46); -if (x_47 == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_32 = lean_ctor_get(x_29, 0); +lean_inc(x_32); +lean_dec(x_29); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = l_Lean_Expr_const___override(x_33, x_2); +x_36 = l_Lean_mkAppN(x_35, x_3); +x_37 = l_Lean_mkAppN(x_36, x_34); +x_38 = l_Array_ofSubarray___rarg(x_27); +x_39 = l_Lean_mkAppN(x_37, x_38); +x_40 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__5; +x_41 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_40, x_5, x_6, x_7, x_8, x_9); +x_42 = lean_ctor_get(x_41, 0); +lean_inc(x_42); +x_43 = lean_unbox(x_42); +lean_dec(x_42); +if (x_43 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_45, 1); -lean_inc(x_48); -lean_dec(x_45); -x_49 = lean_box(0); -x_50 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___lambda__2(x_43, x_4, x_11, x_49, x_5, x_6, x_7, x_8, x_48); -return x_50; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_41, 1); +lean_inc(x_44); +lean_dec(x_41); +x_45 = lean_box(0); +x_46 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___lambda__2(x_39, x_4, x_11, x_45, x_5, x_6, x_7, x_8, x_44); +return x_46; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_51 = lean_ctor_get(x_45, 1); -lean_inc(x_51); -lean_dec(x_45); -lean_inc(x_43); -x_52 = l_Lean_MessageData_ofExpr(x_43); -x_53 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__7; -x_54 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -x_55 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -x_57 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_44, x_56, x_5, x_6, x_7, x_8, x_51); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); -x_60 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___lambda__2(x_43, x_4, x_11, x_58, x_5, x_6, x_7, x_8, x_59); -lean_dec(x_58); -return x_60; +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_41, 1); +lean_inc(x_47); +lean_dec(x_41); +lean_inc(x_39); +x_48 = l_Lean_MessageData_ofExpr(x_39); +x_49 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__7; +x_50 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_48); +x_51 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_40, x_52, x_5, x_6, x_7, x_8, x_47); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___lambda__2(x_39, x_4, x_11, x_54, x_5, x_6, x_7, x_8, x_55); +lean_dec(x_54); +return x_56; } } } @@ -2801,40 +2804,7 @@ lean_dec(x_2); return x_7; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { -_start: -{ -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_hasWellFoundedFix(x_5); -if (x_6 == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_2, x_7); -x_2 = x_8; -goto _start; -} -else -{ -uint8_t x_10; -x_10 = 1; -return x_10; -} -} -else -{ -uint8_t x_11; -x_11 = 0; -return x_11; -} -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; @@ -2917,7 +2887,7 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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; uint8_t x_8; @@ -2959,6 +2929,39 @@ goto _start; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_hasWellFoundedFix(x_5); +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_2, x_7); +x_2 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +else +{ +uint8_t x_11; +x_11 = 0; +return x_11; +} +} +} static lean_object* _init_l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1___closed__1() { _start: { @@ -3276,249 +3279,285 @@ 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; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_101; lean_object* x_102; uint8_t x_103; x_26 = lean_ctor_get(x_13, 0); lean_inc(x_26); lean_dec(x_13); x_27 = lean_ctor_get(x_12, 1); lean_inc(x_27); lean_dec(x_12); -x_28 = lean_ctor_get(x_26, 0); +x_28 = lean_ctor_get(x_26, 5); lean_inc(x_28); -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -x_30 = lean_ctor_get(x_26, 2); -lean_inc(x_30); -x_31 = lean_ctor_get(x_26, 3); -lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 4); -lean_inc(x_32); -x_33 = lean_ctor_get(x_26, 5); -lean_inc(x_33); -x_34 = lean_ctor_get(x_26, 6); -lean_inc(x_34); -x_35 = lean_ctor_get(x_26, 7); -lean_inc(x_35); -x_36 = lean_ctor_get(x_26, 8); -lean_inc(x_36); -x_37 = lean_array_get_size(x_33); -x_38 = lean_unsigned_to_nat(0u); -x_39 = lean_nat_dec_lt(x_38, x_37); -if (x_39 == 0) +x_101 = lean_array_get_size(x_28); +x_102 = lean_unsigned_to_nat(0u); +x_103 = lean_nat_dec_lt(x_102, x_101); +if (x_103 == 0) { -lean_object* x_40; lean_object* x_41; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_40 = lean_box(0); -x_41 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(x_4, x_26, x_40, x_5, x_6, x_7, x_8, x_9, x_10, x_27); -return x_41; +uint8_t x_104; +lean_dec(x_101); +x_104 = 0; +x_29 = x_104; +goto block_100; } else { -uint8_t x_42; -x_42 = lean_nat_dec_le(x_37, x_37); -if (x_42 == 0) +uint8_t x_105; +x_105 = lean_nat_dec_le(x_101, x_101); +if (x_105 == 0) { -lean_object* x_43; lean_object* x_44; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_43 = lean_box(0); -x_44 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(x_4, x_26, x_43, x_5, x_6, x_7, x_8, x_9, x_10, x_27); -return x_44; +uint8_t x_106; +lean_dec(x_101); +x_106 = 0; +x_29 = x_106; +goto block_100; } else { -size_t x_45; size_t x_46; uint8_t x_47; -x_45 = 0; -x_46 = lean_usize_of_nat(x_37); -x_47 = l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1(x_33, x_45, x_46); -if (x_47 == 0) +size_t x_107; size_t x_108; uint8_t x_109; +x_107 = 0; +x_108 = lean_usize_of_nat(x_101); +lean_dec(x_101); +x_109 = l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3(x_28, x_107, x_108); +x_29 = x_109; +goto block_100; +} +} +block_100: { -lean_object* x_48; lean_object* x_49; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; lean_dec(x_28); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_48 = lean_box(0); -x_49 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(x_4, x_26, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_27); -return x_49; +x_30 = lean_box(0); +x_31 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(x_4, x_26, x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_27); +return x_31; } else { -lean_object* x_50; +lean_object* x_32; size_t x_33; size_t x_34; lean_object* x_35; +x_32 = lean_array_get_size(x_28); +x_33 = lean_usize_of_nat(x_32); +x_34 = 0; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_33); -x_50 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2(x_1, x_2, x_3, x_46, x_45, x_33, x_5, x_6, x_7, x_8, x_9, x_10, x_27); -if (lean_obj_tag(x_50) == 0) +lean_inc(x_28); +x_35 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1(x_1, x_2, x_3, x_33, x_34, x_28, x_5, x_6, x_7, x_8, x_9, x_10, x_27); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_74; uint8_t x_75; -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -x_74 = lean_array_get_size(x_51); -x_75 = lean_nat_dec_eq(x_74, x_37); -lean_dec(x_37); -lean_dec(x_74); -if (x_75 == 0) +lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_object* x_89; uint8_t x_90; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_89 = lean_array_get_size(x_36); +x_90 = lean_nat_dec_eq(x_89, x_32); +lean_dec(x_32); +lean_dec(x_89); +if (x_90 == 0) { -lean_object* x_76; -lean_dec(x_33); -lean_dec(x_26); -lean_dec(x_4); -x_76 = lean_box(0); -x_53 = x_76; -goto block_73; +uint8_t x_91; +lean_dec(x_28); +x_91 = 1; +x_38 = x_91; +goto block_88; } else { -uint8_t x_77; -x_77 = l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3(x_26, x_51, lean_box(0), x_51, x_33, x_38); -lean_dec(x_33); -if (x_77 == 0) +lean_object* x_92; uint8_t x_93; +x_92 = lean_unsigned_to_nat(0u); +x_93 = l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2(x_26, x_36, lean_box(0), x_36, x_28, x_92); +lean_dec(x_28); +if (x_93 == 0) { -lean_object* x_78; -lean_dec(x_26); -lean_dec(x_4); -x_78 = lean_box(0); -x_53 = x_78; -goto block_73; +uint8_t x_94; +x_94 = 1; +x_38 = x_94; +goto block_88; } else { -lean_object* x_79; lean_object* x_80; -lean_dec(x_51); +uint8_t x_95; +x_95 = 0; +x_38 = x_95; +goto block_88; +} +} +block_88: +{ +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_28); -x_79 = lean_box(0); -x_80 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(x_4, x_26, x_79, x_5, x_6, x_7, x_8, x_9, x_10, x_52); -return x_80; +x_39 = lean_box(0); +x_40 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__1(x_4, x_26, x_39, x_5, x_6, x_7, x_8, x_9, x_10, x_37); +return x_40; } +else +{ +uint8_t x_41; +lean_dec(x_4); +x_41 = !lean_is_exclusive(x_26); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_42 = lean_ctor_get(x_26, 5); +lean_dec(x_42); +lean_ctor_set(x_26, 5, x_36); +x_43 = l_Lean_Meta_MatcherApp_toExpr(x_26); +x_44 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__5; +x_45 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(x_44, x_5, x_6, x_7, x_8, x_9, x_10, x_37); +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +x_47 = lean_unbox(x_46); +lean_dec(x_46); +if (x_47 == 0) +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_45, 1); +lean_inc(x_48); +lean_dec(x_45); +x_49 = lean_box(0); +x_50 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__2(x_43, x_49, x_5, x_6, x_7, x_8, x_9, x_10, x_48); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +return x_50; } -block_73: +else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_53); -x_54 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_54, 0, x_28); -lean_ctor_set(x_54, 1, x_29); -lean_ctor_set(x_54, 2, x_30); -lean_ctor_set(x_54, 3, x_31); -lean_ctor_set(x_54, 4, x_32); -lean_ctor_set(x_54, 5, x_51); -lean_ctor_set(x_54, 6, x_34); -lean_ctor_set(x_54, 7, x_35); -lean_ctor_set(x_54, 8, x_36); -x_55 = l_Lean_Meta_MatcherApp_toExpr(x_54); -x_56 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__5; -x_57 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(x_56, x_5, x_6, x_7, x_8, x_9, x_10, x_52); +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_51 = lean_ctor_get(x_45, 1); +lean_inc(x_51); +lean_dec(x_45); +lean_inc(x_43); +x_52 = l_Lean_indentExpr(x_43); +x_53 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___closed__2; +x_54 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_52); +x_55 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; +x_56 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +x_57 = l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__6(x_44, x_56, x_5, x_6, x_7, x_8, x_9, x_10, x_51); 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; -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); +x_59 = lean_ctor_get(x_57, 1); +lean_inc(x_59); lean_dec(x_57); -x_61 = lean_box(0); -x_62 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__2(x_55, x_61, x_5, x_6, x_7, x_8, x_9, x_10, x_60); +x_60 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__2(x_43, x_58, x_5, x_6, x_7, x_8, x_9, x_10, x_59); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_62; +lean_dec(x_58); +return x_60; +} } else { -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; -x_63 = lean_ctor_get(x_57, 1); +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; +x_61 = lean_ctor_get(x_26, 0); +x_62 = lean_ctor_get(x_26, 1); +x_63 = lean_ctor_get(x_26, 2); +x_64 = lean_ctor_get(x_26, 3); +x_65 = lean_ctor_get(x_26, 4); +x_66 = lean_ctor_get(x_26, 6); +x_67 = lean_ctor_get(x_26, 7); +x_68 = lean_ctor_get(x_26, 8); +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_dec(x_57); -lean_inc(x_55); -x_64 = l_Lean_indentExpr(x_55); -x_65 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___closed__2; -x_66 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_64); -x_67 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; -x_68 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_68, 0, x_66); -lean_ctor_set(x_68, 1, x_67); -x_69 = l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__6(x_56, x_68, x_5, x_6, x_7, x_8, x_9, x_10, x_63); -x_70 = lean_ctor_get(x_69, 0); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_26); +x_69 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_69, 0, x_61); +lean_ctor_set(x_69, 1, x_62); +lean_ctor_set(x_69, 2, x_63); +lean_ctor_set(x_69, 3, x_64); +lean_ctor_set(x_69, 4, x_65); +lean_ctor_set(x_69, 5, x_36); +lean_ctor_set(x_69, 6, x_66); +lean_ctor_set(x_69, 7, x_67); +lean_ctor_set(x_69, 8, x_68); +x_70 = l_Lean_Meta_MatcherApp_toExpr(x_69); +x_71 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__5; +x_72 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(x_71, x_5, x_6, x_7, x_8, x_9, x_10, x_37); +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_unbox(x_73); +lean_dec(x_73); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 1); +lean_inc(x_75); +lean_dec(x_72); +x_76 = lean_box(0); +x_77 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__2(x_70, x_76, x_5, x_6, x_7, x_8, x_9, x_10, x_75); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +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; +x_78 = lean_ctor_get(x_72, 1); +lean_inc(x_78); +lean_dec(x_72); 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_WF_simpMatchWF_x3f_pre___lambda__2(x_55, x_70, x_5, x_6, x_7, x_8, x_9, x_10, x_71); +x_79 = l_Lean_indentExpr(x_70); +x_80 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___closed__2; +x_81 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_79); +x_82 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; +x_83 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_83, 0, x_81); +lean_ctor_set(x_83, 1, x_82); +x_84 = l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__6(x_71, x_83, x_5, x_6, x_7, x_8, x_9, x_10, x_78); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = l_Lean_Elab_WF_simpMatchWF_x3f_pre___lambda__2(x_70, x_85, x_5, x_6, x_7, x_8, x_9, x_10, x_86); 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_70); -return x_72; +lean_dec(x_85); +return x_87; +} +} } } } else { -uint8_t x_81; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); +uint8_t x_96; lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); lean_dec(x_28); lean_dec(x_26); lean_dec(x_10); @@ -3528,46 +3567,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_81 = !lean_is_exclusive(x_50); -if (x_81 == 0) +x_96 = !lean_is_exclusive(x_35); +if (x_96 == 0) { -return x_50; +return x_35; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_50, 0); -x_83 = lean_ctor_get(x_50, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_50); -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; -} -} +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_35, 0); +x_98 = lean_ctor_get(x_35, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_35); +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; } } } } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1(x_1, x_4, x_5); -lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; -} } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { size_t x_14; size_t x_15; lean_object* x_16; @@ -3575,17 +3599,17 @@ x_14 = lean_unbox_usize(x_4); lean_dec(x_4); x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = l_Array_mapMUnsafe_map___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__1(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_8); lean_dec(x_7); return x_16; } } -LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___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: { uint8_t x_7; lean_object* x_8; -x_7 = l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Array_isEqvAux___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); @@ -3594,6 +3618,20 @@ x_8 = lean_box(x_7); return x_8; } } +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; +x_4 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_WF_simpMatchWF_x3f_pre___spec__3(x_1, x_4, x_5); +lean_dec(x_1); +x_7 = lean_box(x_6); +return x_7; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_WF_simpMatchWF_x3f_pre___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: { @@ -4482,46 +4520,46 @@ lean_inc(x_1); x_9 = l_Lean_MVarId_getType_x27(x_1, x_4, x_5, x_6, x_7, x_8); if (lean_obj_tag(x_9) == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_50; lean_object* x_51; uint8_t x_52; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_51; lean_object* x_52; uint8_t x_53; 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_50 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__2; -x_51 = lean_unsigned_to_nat(3u); -x_52 = l_Lean_Expr_isAppOfArity(x_10, x_50, x_51); -if (x_52 == 0) +x_51 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_deltaLHSUntilFix___lambda__1___closed__2; +x_52 = lean_unsigned_to_nat(3u); +x_53 = l_Lean_Expr_isAppOfArity(x_10, x_51, x_52); +if (x_53 == 0) { -lean_object* x_53; +lean_object* x_54; lean_dec(x_10); -x_53 = lean_box(0); -x_12 = x_53; -goto block_49; +x_54 = lean_box(0); +x_12 = x_54; +goto block_50; } else { -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; -x_54 = l_Lean_Expr_appFn_x21(x_10); -x_55 = l_Lean_Expr_appFn_x21(x_54); -x_56 = l_Lean_Expr_appArg_x21(x_55); +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; +x_55 = l_Lean_Expr_appFn_x21(x_10); +x_56 = l_Lean_Expr_appFn_x21(x_55); +x_57 = l_Lean_Expr_appArg_x21(x_56); +lean_dec(x_56); +x_58 = l_Lean_Expr_appArg_x21(x_55); lean_dec(x_55); -x_57 = l_Lean_Expr_appArg_x21(x_54); -lean_dec(x_54); -x_58 = l_Lean_Expr_appArg_x21(x_10); +x_59 = l_Lean_Expr_appArg_x21(x_10); lean_dec(x_10); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_56); +lean_ctor_set(x_60, 0, x_58); lean_ctor_set(x_60, 1, x_59); -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_60); -x_12 = x_61; -goto block_49; +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_57); +lean_ctor_set(x_61, 1, x_60); +x_62 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_62, 0, x_61); +x_12 = x_62; +goto block_50; } -block_49: +block_50: { if (lean_obj_tag(x_12) == 0) { @@ -4535,7 +4573,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_41; lean_object* x_42; uint8_t x_43; +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; lean_object* x_43; lean_object* x_44; uint8_t x_45; x_15 = lean_ctor_get(x_12, 0); lean_inc(x_15); lean_dec(x_12); @@ -4555,92 +4593,98 @@ x_23 = lean_nat_sub(x_19, x_22); lean_dec(x_19); lean_inc(x_17); x_24 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_17, x_21, x_23); -x_41 = lean_array_get_size(x_24); -x_42 = lean_ctor_get(x_2, 3); -lean_inc(x_42); -x_43 = lean_nat_dec_lt(x_41, x_42); -lean_dec(x_42); -lean_dec(x_41); -if (x_43 == 0) +x_43 = lean_array_get_size(x_24); +x_44 = lean_ctor_get(x_2, 3); +lean_inc(x_44); +x_45 = lean_nat_dec_lt(x_43, x_44); +lean_dec(x_44); +lean_dec(x_43); +if (x_45 == 0) { -lean_object* x_44; -x_44 = l_Lean_Expr_getAppFn(x_17); -if (lean_obj_tag(x_44) == 4) +lean_object* x_46; +x_46 = l_Lean_Expr_getAppFn(x_17); +if (lean_obj_tag(x_46) == 4) { -lean_object* x_45; lean_object* x_46; -lean_dec(x_44); -lean_dec(x_3); -lean_dec(x_1); -x_45 = lean_box(0); -x_46 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__2(x_2, x_24, x_17, x_45, x_4, x_5, x_6, x_7, x_11); -return x_46; +uint8_t x_47; +lean_dec(x_46); +x_47 = 0; +x_25 = x_47; +goto block_42; } else { -lean_object* x_47; -lean_dec(x_44); -lean_dec(x_24); -lean_dec(x_17); -lean_dec(x_2); -x_47 = lean_box(0); -x_25 = x_47; -goto block_40; +uint8_t x_48; +lean_dec(x_46); +x_48 = 1; +x_25 = x_48; +goto block_42; +} } +else +{ +uint8_t x_49; +x_49 = 1; +x_25 = x_49; +goto block_42; +} +block_42: +{ +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; +lean_dec(x_3); +lean_dec(x_1); +x_26 = lean_box(0); +x_27 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__2(x_2, x_24, x_17, x_26, x_4, x_5, x_6, x_7, x_11); +return x_27; } else { -lean_object* x_48; +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; lean_dec(x_24); lean_dec(x_17); lean_dec(x_2); -x_48 = lean_box(0); -x_25 = x_48; -goto block_40; -} -block_40: -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -lean_dec(x_25); -x_26 = l_Lean_MessageData_ofName(x_3); -x_27 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__4; -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_26); -x_29 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__6; +x_28 = l_Lean_MessageData_ofName(x_3); +x_29 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__4; 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 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_31, 0, x_1); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +x_31 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__3___closed__6; 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___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; +x_33 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_33, 0, x_1); x_34 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(x_34, x_4, x_5, x_6, x_7, x_11); +x_35 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__9; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +x_37 = l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(x_36, x_4, x_5, x_6, x_7, x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) +x_38 = !lean_is_exclusive(x_37); +if (x_38 == 0) { -return x_35; +return x_37; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_35); -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_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_37, 0); +x_40 = lean_ctor_get(x_37, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_37); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; +} } } } @@ -4648,7 +4692,7 @@ return x_39; } else { -uint8_t x_62; +uint8_t x_63; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -4656,23 +4700,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_62 = !lean_is_exclusive(x_9); -if (x_62 == 0) +x_63 = !lean_is_exclusive(x_9); +if (x_63 == 0) { return x_9; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_9, 0); -x_64 = lean_ctor_get(x_9, 1); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_9, 0); +x_65 = lean_ctor_get(x_9, 1); +lean_inc(x_65); lean_inc(x_64); -lean_inc(x_63); lean_dec(x_9); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +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; } } } @@ -7048,7 +7092,7 @@ lean_dec(x_4); return x_18; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1() { _start: { lean_object* x_1; @@ -7056,7 +7100,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2() { _start: { lean_object* x_1; @@ -7064,7 +7108,7 @@ x_1 = lean_mk_string_from_bytes("WF", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__3() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__3() { _start: { lean_object* x_1; @@ -7072,23 +7116,23 @@ x_1 = lean_mk_string_from_bytes("eqnInfoExt", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__4() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1; x_2 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__2; -x_3 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2; -x_4 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__3; +x_3 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2; +x_4 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____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_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__4; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__4; x_3 = l_Lean_mkMapDeclarationExtension___rarg(x_2, x_1); return x_3; } @@ -7815,7 +7859,7 @@ lean_dec(x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__1() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__1() { _start: { lean_object* x_1; @@ -7823,7 +7867,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_WF_getEqnsFor_x3f), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__2() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__2() { _start: { lean_object* x_1; @@ -7831,37 +7875,37 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Elab_WF_getUnfoldFor_x3f), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__3() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____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_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__4() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__3; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__3; x_2 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__5() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__4; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__4; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__6() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__6() { _start: { lean_object* x_1; @@ -7869,17 +7913,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__7() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__5; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__6; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__5; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__8() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__8() { _start: { lean_object* x_1; @@ -7887,37 +7931,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__9() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__7; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__8; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__7; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__10() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__9; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__9; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__11() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__10; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__10; x_2 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_tryToFoldWellFoundedFix_pre___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__12() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__12() { _start: { lean_object* x_1; @@ -7925,27 +7969,27 @@ x_1 = lean_mk_string_from_bytes("PreDefinition", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__13() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__11; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__12; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__11; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__14() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__13; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__13; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__15() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__15() { _start: { lean_object* x_1; @@ -7953,17 +7997,17 @@ x_1 = lean_mk_string_from_bytes("Eqns", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__16() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__14; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__15; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__14; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__17() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__17() { _start: { lean_object* x_1; @@ -7971,31 +8015,31 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__18() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__16; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__17; +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__16; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__19() { +static lean_object* _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__18; -x_2 = lean_unsigned_to_nat(4055u); +x_1 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__18; +x_2 = lean_unsigned_to_nat(4058u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__1; +x_2 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__1; x_3 = l_Lean_Meta_registerGetEqnsFn(x_2, x_1); if (lean_obj_tag(x_3) == 0) { @@ -8003,7 +8047,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; x_4 = lean_ctor_get(x_3, 1); lean_inc(x_4); lean_dec(x_3); -x_5 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__2; +x_5 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__2; x_6 = l_Lean_Meta_registerGetUnfoldEqnFn(x_5, x_4); if (lean_obj_tag(x_6) == 0) { @@ -8013,7 +8057,7 @@ lean_inc(x_7); lean_dec(x_6); x_8 = l___private_Lean_Elab_PreDefinition_WF_Eqns_0__Lean_Elab_WF_getFixedPrefix___lambda__2___closed__2; x_9 = 0; -x_10 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__19; +x_10 = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__19; x_11 = l_Lean_registerTraceClass(x_8, x_9, x_10, x_7); return x_11; } @@ -8243,15 +8287,15 @@ l_Std_Range_forIn_loop___at_Lean_Elab_WF_mkEqns___spec__1___lambda__1___closed__ lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Elab_WF_mkEqns___spec__1___lambda__1___closed__2); l_Lean_Elab_WF_mkEqns___closed__1 = _init_l_Lean_Elab_WF_mkEqns___closed__1(); lean_mark_persistent(l_Lean_Elab_WF_mkEqns___closed__1); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__1); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__2); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__3 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__3(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__3); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__4 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__4(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809____closed__4); -if (builtin) {res = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3809_(lean_io_mk_world()); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__1); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__2); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__3 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__3(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__3); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__4 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__4(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812____closed__4); +if (builtin) {res = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_3812_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_WF_eqnInfoExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_WF_eqnInfoExt); @@ -8260,45 +8304,45 @@ lean_dec_ref(res); lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_registerEqnsInfo___spec__2___closed__1); l_Lean_Elab_WF_registerEqnsInfo___closed__1 = _init_l_Lean_Elab_WF_registerEqnsInfo___closed__1(); lean_mark_persistent(l_Lean_Elab_WF_registerEqnsInfo___closed__1); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__1 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__1(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__1); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__2 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__2(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__2); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__3 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__3(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__3); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__4 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__4(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__4); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__5 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__5(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__5); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__6 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__6(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__6); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__7 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__7(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__7); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__8 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__8(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__8); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__9 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__9(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__9); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__10 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__10(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__10); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__11 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__11(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__11); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__12 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__12(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__12); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__13 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__13(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__13); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__14 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__14(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__14); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__15 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__15(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__15); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__16 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__16(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__16); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__17 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__17(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__17); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__18 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__18(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__18); -l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__19 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__19(); -lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055____closed__19); -res = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4055_(lean_io_mk_world()); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__1 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__1(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__1); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__2 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__2(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__2); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__3 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__3(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__3); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__4 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__4(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__4); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__5 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__5(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__5); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__6 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__6(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__6); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__7 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__7(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__7); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__8 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__8(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__8); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__9 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__9(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__9); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__10 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__10(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__10); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__11 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__11(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__11); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__12 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__12(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__12); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__13 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__13(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__13); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__14 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__14(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__14); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__15 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__15(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__15); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__16 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__16(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__16); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__17 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__17(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__17); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__18 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__18(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__18); +l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__19 = _init_l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__19(); +lean_mark_persistent(l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058____closed__19); +res = l_Lean_Elab_WF_initFn____x40_Lean_Elab_PreDefinition_WF_Eqns___hyg_4058_(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/PreDefinition/WF/Fix.c b/stage0/stdlib/Lean/Elab/PreDefinition/WF/Fix.c index 8957135e31b3..c08f59559e8e 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/WF/Fix.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/WF/Fix.c @@ -110,6 +110,7 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_p LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__12___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_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps___closed__1; +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Lean_Elab_Term_runTactic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__9___lambda__2___closed__1; lean_object* l_Lean_Meta_Match_MatcherInfo_numAlts(lean_object*); @@ -129,6 +130,7 @@ static lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_p lean_object* l_Lean_Expr_replaceFVar(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__11___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_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___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_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___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*); extern lean_object* l_Lean_levelZero; extern lean_object* l_Lean_instInhabitedExpr; @@ -201,7 +203,6 @@ lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, uint8_t l_Lean_Expr_isConstOf(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* lean_array_set(lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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* 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_throwError___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_MatcherApp_toExpr(lean_object*); @@ -228,6 +229,7 @@ lean_object* l_Lean_Elab_ensureNoRecFn(lean_object*, lean_object*, lean_object*, static lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; static lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps___lambda__1___closed__1; lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___spec__2(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_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__12(lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_applyDefaultDecrTactic___closed__1; @@ -879,6 +881,101 @@ return x_31; } } } +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___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_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: +{ +uint8_t x_16; +x_16 = lean_usize_dec_lt(x_6, x_5); +if (x_16 == 0) +{ +lean_object* x_17; +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_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_7); +lean_ctor_set(x_17, 1, x_15); +return x_17; +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_array_uget(x_7, x_6); +x_19 = lean_unsigned_to_nat(0u); +x_20 = lean_array_uset(x_7, x_6, x_19); +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_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_21 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_18, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; +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 = 1; +x_25 = lean_usize_add(x_6, x_24); +x_26 = lean_array_uset(x_20, x_6, x_22); +x_6 = x_25; +x_7 = x_26; +x_15 = x_23; +goto _start; +} +else +{ +uint8_t x_28; +lean_dec(x_20); +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_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_28 = !lean_is_exclusive(x_21); +if (x_28 == 0) +{ +return x_21; +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_21, 0); +x_30 = lean_ctor_get(x_21, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_21); +x_31 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_31, 0, x_29); +lean_ctor_set(x_31, 1, x_30); +return x_31; +} +} +} +} +} static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___closed__1() { _start: { @@ -899,34 +996,299 @@ x_17 = lean_nat_add(x_2, x_16); x_18 = lean_nat_dec_lt(x_15, x_17); if (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_74; uint8_t x_75; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_19 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___closed__1; lean_inc(x_15); x_20 = lean_mk_array(x_15, x_19); x_21 = lean_nat_sub(x_15, x_16); lean_dec(x_15); x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_5, x_20, x_21); -x_74 = lean_array_get_size(x_22); -x_75 = lean_nat_dec_lt(x_2, x_74); -lean_dec(x_74); -if (x_75 == 0) +x_23 = lean_array_get_size(x_22); +x_24 = lean_nat_dec_lt(x_2, x_23); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_76; lean_object* x_77; -x_76 = l_Lean_instInhabitedExpr; -x_77 = l___private_Init_Util_0__outOfBounds___rarg(x_76); -x_23 = x_77; -goto block_73; +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = l_Lean_instInhabitedExpr; +x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); +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_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_27 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_26, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +lean_inc(x_4); +x_30 = l_Lean_Expr_app___override(x_4, x_28); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_30); +x_31 = lean_infer_type(x_30, x_9, x_10, x_11, x_12, x_29); +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); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_34 = lean_whnf(x_32, x_9, x_10, x_11, x_12, x_33); +if (lean_obj_tag(x_34) == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_bindingDomain_x21(x_35); +lean_dec(x_35); +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_3); +x_38 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_mkDecreasingProof(x_37, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_36); +if (lean_obj_tag(x_38) == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; size_t x_46; size_t x_47; lean_object* x_48; +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_30, x_39); +x_42 = lean_array_get_size(x_22); +x_43 = l_Array_toSubarray___rarg(x_22, x_17, x_42); +x_44 = l_Array_ofSubarray___rarg(x_43); +x_45 = lean_array_get_size(x_44); +x_46 = lean_usize_of_nat(x_45); +lean_dec(x_45); +x_47 = 0; +x_48 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___spec__1(x_1, x_2, x_3, x_4, x_46, x_47, x_44, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_40); +if (lean_obj_tag(x_48) == 0) +{ +uint8_t x_49; +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_48, 0); +x_51 = l_Lean_mkAppN(x_41, x_50); +lean_ctor_set(x_48, 0, x_51); +return x_48; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_52 = lean_ctor_get(x_48, 0); +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_48); +x_54 = l_Lean_mkAppN(x_41, x_52); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_53); +return x_55; +} +} +else +{ +uint8_t x_56; +lean_dec(x_41); +x_56 = !lean_is_exclusive(x_48); +if (x_56 == 0) +{ +return x_48; +} +else +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_48, 0); +x_58 = lean_ctor_get(x_48, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_48); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; +} +} +} +else +{ +uint8_t x_60; +lean_dec(x_30); +lean_dec(x_22); +lean_dec(x_17); +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_60 = !lean_is_exclusive(x_38); +if (x_60 == 0) +{ +return x_38; +} +else +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_38, 0); +x_62 = lean_ctor_get(x_38, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_38); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +else +{ +uint8_t x_64; +lean_dec(x_30); +lean_dec(x_22); +lean_dec(x_17); +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_64 = !lean_is_exclusive(x_34); +if (x_64 == 0) +{ +return x_34; +} +else +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_34, 0); +x_66 = lean_ctor_get(x_34, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_34); +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_30); +lean_dec(x_22); +lean_dec(x_17); +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_68 = !lean_is_exclusive(x_31); +if (x_68 == 0) +{ +return x_31; +} +else +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_31, 0); +x_70 = lean_ctor_get(x_31, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_31); +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 +{ +uint8_t x_72; +lean_dec(x_22); +lean_dec(x_17); +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_72 = !lean_is_exclusive(x_27); +if (x_72 == 0) +{ +return x_27; +} +else +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_27, 0); +x_74 = lean_ctor_get(x_27, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_27); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; +} } -else -{ -lean_object* x_78; -x_78 = lean_array_fget(x_22, x_2); -x_23 = x_78; -goto block_73; } -block_73: +else { -lean_object* x_24; +lean_object* x_76; lean_object* x_77; +x_76 = lean_array_fget(x_22, x_2); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -938,46 +1300,46 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_24 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_23, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_24) == 0) +x_77 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_76, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_77) == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -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); +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); +lean_inc(x_79); +lean_dec(x_77); lean_inc(x_4); -x_27 = l_Lean_Expr_app___override(x_4, x_25); +x_80 = l_Lean_Expr_app___override(x_4, x_78); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_27); -x_28 = lean_infer_type(x_27, x_9, x_10, x_11, x_12, x_26); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_80); +x_81 = lean_infer_type(x_80, x_9, x_10, x_11, x_12, x_79); +if (lean_obj_tag(x_81) == 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); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +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); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_31 = lean_whnf(x_29, x_9, x_10, x_11, x_12, x_30); -if (lean_obj_tag(x_31) == 0) +x_84 = lean_whnf(x_82, x_9, x_10, x_11, x_12, x_83); +if (lean_obj_tag(x_84) == 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 = l_Lean_Expr_bindingDomain_x21(x_32); -lean_dec(x_32); +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = l_Lean_Expr_bindingDomain_x21(x_85); +lean_dec(x_85); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -985,79 +1347,79 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_3); -x_35 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_mkDecreasingProof(x_34, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_33); -if (lean_obj_tag(x_35) == 0) +x_88 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_mkDecreasingProof(x_87, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_86); +if (lean_obj_tag(x_88) == 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; lean_object* x_42; size_t x_43; size_t x_44; lean_object* x_45; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_app___override(x_27, x_36); -x_39 = lean_array_get_size(x_22); -x_40 = l_Array_toSubarray___rarg(x_22, x_17, x_39); -x_41 = l_Array_ofSubarray___rarg(x_40); -x_42 = lean_array_get_size(x_41); -x_43 = lean_usize_of_nat(x_42); -lean_dec(x_42); -x_44 = 0; -x_45 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___spec__1(x_1, x_2, x_3, x_4, x_43, x_44, x_41, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_37); -if (lean_obj_tag(x_45) == 0) -{ -uint8_t x_46; -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_45, 0); -x_48 = l_Lean_mkAppN(x_38, x_47); -lean_ctor_set(x_45, 0, x_48); -return x_45; +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; size_t x_96; size_t x_97; lean_object* x_98; +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 = l_Lean_Expr_app___override(x_80, x_89); +x_92 = lean_array_get_size(x_22); +x_93 = l_Array_toSubarray___rarg(x_22, x_17, x_92); +x_94 = l_Array_ofSubarray___rarg(x_93); +x_95 = lean_array_get_size(x_94); +x_96 = lean_usize_of_nat(x_95); +lean_dec(x_95); +x_97 = 0; +x_98 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___spec__2(x_1, x_2, x_3, x_4, x_96, x_97, x_94, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_90); +if (lean_obj_tag(x_98) == 0) +{ +uint8_t x_99; +x_99 = !lean_is_exclusive(x_98); +if (x_99 == 0) +{ +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_98, 0); +x_101 = l_Lean_mkAppN(x_91, x_100); +lean_ctor_set(x_98, 0, x_101); +return x_98; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_49 = lean_ctor_get(x_45, 0); -x_50 = lean_ctor_get(x_45, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_45); -x_51 = l_Lean_mkAppN(x_38, x_49); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_50); -return x_52; +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_102 = lean_ctor_get(x_98, 0); +x_103 = lean_ctor_get(x_98, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_98); +x_104 = l_Lean_mkAppN(x_91, x_102); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +return x_105; } } else { -uint8_t x_53; -lean_dec(x_38); -x_53 = !lean_is_exclusive(x_45); -if (x_53 == 0) +uint8_t x_106; +lean_dec(x_91); +x_106 = !lean_is_exclusive(x_98); +if (x_106 == 0) { -return x_45; +return x_98; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_45, 0); -x_55 = lean_ctor_get(x_45, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_98, 0); +x_108 = lean_ctor_get(x_98, 1); +lean_inc(x_108); +lean_inc(x_107); +lean_dec(x_98); +x_109 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_109, 0, x_107); +lean_ctor_set(x_109, 1, x_108); +return x_109; } } } else { -uint8_t x_57; -lean_dec(x_27); +uint8_t x_110; +lean_dec(x_80); lean_dec(x_22); lean_dec(x_17); lean_dec(x_12); @@ -1071,30 +1433,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_57 = !lean_is_exclusive(x_35); -if (x_57 == 0) +x_110 = !lean_is_exclusive(x_88); +if (x_110 == 0) { -return x_35; +return x_88; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_35, 0); -x_59 = lean_ctor_get(x_35, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_35); -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; +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_88, 0); +x_112 = lean_ctor_get(x_88, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_88); +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_61; -lean_dec(x_27); +uint8_t x_114; +lean_dec(x_80); lean_dec(x_22); lean_dec(x_17); lean_dec(x_12); @@ -1108,30 +1470,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_61 = !lean_is_exclusive(x_31); -if (x_61 == 0) +x_114 = !lean_is_exclusive(x_84); +if (x_114 == 0) { -return x_31; +return x_84; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_31, 0); -x_63 = lean_ctor_get(x_31, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_31); -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; +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_84, 0); +x_116 = lean_ctor_get(x_84, 1); +lean_inc(x_116); +lean_inc(x_115); +lean_dec(x_84); +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 { -uint8_t x_65; -lean_dec(x_27); +uint8_t x_118; +lean_dec(x_80); lean_dec(x_22); lean_dec(x_17); lean_dec(x_12); @@ -1145,29 +1507,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_65 = !lean_is_exclusive(x_28); -if (x_65 == 0) +x_118 = !lean_is_exclusive(x_81); +if (x_118 == 0) { -return x_28; +return x_81; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_28, 0); -x_67 = lean_ctor_get(x_28, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_28); -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; +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_81, 0); +x_120 = lean_ctor_get(x_81, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_81); +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 { -uint8_t x_69; +uint8_t x_122; lean_dec(x_22); lean_dec(x_17); lean_dec(x_12); @@ -1181,51 +1543,51 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_69 = !lean_is_exclusive(x_24); -if (x_69 == 0) +x_122 = !lean_is_exclusive(x_77); +if (x_122 == 0) { -return x_24; +return x_77; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_24, 0); -x_71 = lean_ctor_get(x_24, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_24); -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_object* x_123; lean_object* x_124; lean_object* x_125; +x_123 = lean_ctor_get(x_77, 0); +x_124 = lean_ctor_get(x_77, 1); +lean_inc(x_124); +lean_inc(x_123); +lean_dec(x_77); +x_125 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_125, 0, x_123); +lean_ctor_set(x_125, 1, x_124); +return x_125; } } } } else { -lean_object* x_79; +lean_object* x_126; lean_dec(x_17); lean_dec(x_15); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_79 = l_Lean_Meta_etaExpand(x_5, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_79) == 0) +x_126 = l_Lean_Meta_etaExpand(x_5, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_82 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_80, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_81); -return x_82; +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_126, 1); +lean_inc(x_128); +lean_dec(x_126); +x_129 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_1, x_2, x_3, x_4, x_127, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_128); +return x_129; } else { -uint8_t x_83; +uint8_t x_130; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -1237,23 +1599,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_79); -if (x_83 == 0) +x_130 = !lean_is_exclusive(x_126); +if (x_130 == 0) { -return x_79; +return x_126; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_79, 0); -x_85 = lean_ctor_get(x_79, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_79); -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_object* x_131; lean_object* x_132; lean_object* x_133; +x_131 = lean_ctor_get(x_126, 0); +x_132 = lean_ctor_get(x_126, 1); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_126); +x_133 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_133, 0, x_131); +lean_ctor_set(x_133, 1, x_132); +return x_133; } } } @@ -3278,7 +3640,7 @@ return x_24; } else { -lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_object* x_25; lean_object* x_26; uint8_t x_27; uint8_t x_81; x_25 = lean_ctor_get(x_21, 1); lean_inc(x_25); lean_dec(x_21); @@ -3288,54 +3650,63 @@ lean_dec(x_22); lean_inc(x_1); lean_inc(x_3); lean_inc(x_2); -x_27 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_3, x_1); -if (x_27 == 0) +x_81 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_3, x_1); +if (x_81 == 0) { -lean_object* x_28; -lean_dec(x_26); -x_28 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_25); -return x_28; +uint8_t x_82; +x_82 = 1; +x_27 = x_82; +goto block_80; } else { -uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_29 = 1; +uint8_t x_83; +x_83 = 0; +x_27 = x_83; +goto block_80; +} +block_80: +{ +if (x_27 == 0) +{ +uint8_t x_28; lean_object* x_29; lean_object* x_30; +x_28 = 1; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_5); -x_30 = l_Lean_Meta_CasesOnApp_addArg_x3f(x_26, x_5, x_29, x_10, x_11, x_12, x_13, x_25); -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -if (lean_obj_tag(x_31) == 0) +x_29 = l_Lean_Meta_CasesOnApp_addArg_x3f(x_26, x_5, x_28, x_10, x_11, x_12, x_13, x_25); +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_30, 1); -lean_inc(x_32); -lean_dec(x_30); -x_33 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_32); -return x_33; +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_29, 1); +lean_inc(x_31); +lean_dec(x_29); +x_32 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_31); +return x_32; } 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; size_t x_40; size_t x_41; lean_object* x_42; -x_34 = lean_ctor_get(x_30, 1); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; size_t x_39; size_t x_40; lean_object* x_41; +x_33 = lean_ctor_get(x_29, 1); +lean_inc(x_33); +lean_dec(x_29); +x_34 = lean_ctor_get(x_30, 0); lean_inc(x_34); lean_dec(x_30); -x_35 = lean_ctor_get(x_31, 0); +x_35 = lean_ctor_get(x_34, 6); lean_inc(x_35); -lean_dec(x_31); -x_36 = lean_ctor_get(x_35, 6); +x_36 = lean_ctor_get(x_34, 7); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 7); -lean_inc(x_37); -x_38 = l_Array_zip___rarg(x_36, x_37); -lean_dec(x_36); -x_39 = lean_array_get_size(x_38); -x_40 = lean_usize_of_nat(x_39); -lean_dec(x_39); -x_41 = 0; +x_37 = l_Array_zip___rarg(x_35, x_36); +lean_dec(x_35); +x_38 = lean_array_get_size(x_37); +x_39 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_40 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); @@ -3346,129 +3717,129 @@ lean_inc(x_7); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_42 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__5(x_2, x_3, x_4, x_1, x_40, x_41, x_38, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_34); -if (lean_obj_tag(x_42) == 0) +x_41 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__5(x_2, x_3, x_4, x_1, x_39, x_40, x_37, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_33); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; size_t x_47; lean_object* x_48; -x_43 = lean_ctor_get(x_42, 0); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; size_t x_46; lean_object* x_47; +x_42 = lean_ctor_get(x_41, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_41, 1); lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); +lean_dec(x_41); +x_44 = lean_ctor_get(x_34, 8); lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_35, 8); -lean_inc(x_45); -x_46 = lean_array_get_size(x_45); -x_47 = lean_usize_of_nat(x_46); -lean_dec(x_46); -x_48 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__6(x_2, x_3, x_4, x_5, x_47, x_41, x_45, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_44); -if (lean_obj_tag(x_48) == 0) +x_45 = lean_array_get_size(x_44); +x_46 = lean_usize_of_nat(x_45); +lean_dec(x_45); +x_47 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__6(x_2, x_3, x_4, x_5, x_46, x_40, x_44, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_43); +if (lean_obj_tag(x_47) == 0) { -uint8_t x_49; -x_49 = !lean_is_exclusive(x_48); -if (x_49 == 0) +uint8_t x_48; +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) { -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; uint8_t x_57; lean_object* x_58; lean_object* x_59; -x_50 = lean_ctor_get(x_48, 0); -x_51 = lean_ctor_get(x_35, 0); +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; uint8_t x_56; lean_object* x_57; lean_object* x_58; +x_49 = lean_ctor_get(x_47, 0); +x_50 = lean_ctor_get(x_34, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_34, 1); lean_inc(x_51); -x_52 = lean_ctor_get(x_35, 1); +x_52 = lean_ctor_get(x_34, 2); lean_inc(x_52); -x_53 = lean_ctor_get(x_35, 2); +x_53 = lean_ctor_get(x_34, 3); lean_inc(x_53); -x_54 = lean_ctor_get(x_35, 3); +x_54 = lean_ctor_get(x_34, 4); lean_inc(x_54); -x_55 = lean_ctor_get(x_35, 4); +x_55 = lean_ctor_get(x_34, 5); lean_inc(x_55); -x_56 = lean_ctor_get(x_35, 5); -lean_inc(x_56); -x_57 = lean_ctor_get_uint8(x_35, sizeof(void*)*9); -lean_dec(x_35); -x_58 = lean_alloc_ctor(0, 9, 1); -lean_ctor_set(x_58, 0, x_51); -lean_ctor_set(x_58, 1, x_52); -lean_ctor_set(x_58, 2, x_53); -lean_ctor_set(x_58, 3, x_54); -lean_ctor_set(x_58, 4, x_55); -lean_ctor_set(x_58, 5, x_56); -lean_ctor_set(x_58, 6, x_43); -lean_ctor_set(x_58, 7, x_37); -lean_ctor_set(x_58, 8, x_50); -lean_ctor_set_uint8(x_58, sizeof(void*)*9, x_57); -x_59 = l_Lean_Meta_CasesOnApp_toExpr(x_58); -lean_ctor_set(x_48, 0, x_59); -return x_48; +x_56 = lean_ctor_get_uint8(x_34, sizeof(void*)*9); +lean_dec(x_34); +x_57 = lean_alloc_ctor(0, 9, 1); +lean_ctor_set(x_57, 0, x_50); +lean_ctor_set(x_57, 1, x_51); +lean_ctor_set(x_57, 2, x_52); +lean_ctor_set(x_57, 3, x_53); +lean_ctor_set(x_57, 4, x_54); +lean_ctor_set(x_57, 5, x_55); +lean_ctor_set(x_57, 6, x_42); +lean_ctor_set(x_57, 7, x_36); +lean_ctor_set(x_57, 8, x_49); +lean_ctor_set_uint8(x_57, sizeof(void*)*9, x_56); +x_58 = l_Lean_Meta_CasesOnApp_toExpr(x_57); +lean_ctor_set(x_47, 0, x_58); +return x_47; } 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; uint8_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_60 = lean_ctor_get(x_48, 0); -x_61 = lean_ctor_get(x_48, 1); -lean_inc(x_61); +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; uint8_t x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_59 = lean_ctor_get(x_47, 0); +x_60 = lean_ctor_get(x_47, 1); lean_inc(x_60); -lean_dec(x_48); -x_62 = lean_ctor_get(x_35, 0); +lean_inc(x_59); +lean_dec(x_47); +x_61 = lean_ctor_get(x_34, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_34, 1); lean_inc(x_62); -x_63 = lean_ctor_get(x_35, 1); +x_63 = lean_ctor_get(x_34, 2); lean_inc(x_63); -x_64 = lean_ctor_get(x_35, 2); +x_64 = lean_ctor_get(x_34, 3); lean_inc(x_64); -x_65 = lean_ctor_get(x_35, 3); +x_65 = lean_ctor_get(x_34, 4); lean_inc(x_65); -x_66 = lean_ctor_get(x_35, 4); +x_66 = lean_ctor_get(x_34, 5); lean_inc(x_66); -x_67 = lean_ctor_get(x_35, 5); -lean_inc(x_67); -x_68 = lean_ctor_get_uint8(x_35, sizeof(void*)*9); -lean_dec(x_35); -x_69 = lean_alloc_ctor(0, 9, 1); -lean_ctor_set(x_69, 0, x_62); -lean_ctor_set(x_69, 1, x_63); -lean_ctor_set(x_69, 2, x_64); -lean_ctor_set(x_69, 3, x_65); -lean_ctor_set(x_69, 4, x_66); -lean_ctor_set(x_69, 5, x_67); -lean_ctor_set(x_69, 6, x_43); -lean_ctor_set(x_69, 7, x_37); -lean_ctor_set(x_69, 8, x_60); -lean_ctor_set_uint8(x_69, sizeof(void*)*9, x_68); -x_70 = l_Lean_Meta_CasesOnApp_toExpr(x_69); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_61); -return x_71; +x_67 = lean_ctor_get_uint8(x_34, sizeof(void*)*9); +lean_dec(x_34); +x_68 = lean_alloc_ctor(0, 9, 1); +lean_ctor_set(x_68, 0, x_61); +lean_ctor_set(x_68, 1, x_62); +lean_ctor_set(x_68, 2, x_63); +lean_ctor_set(x_68, 3, x_64); +lean_ctor_set(x_68, 4, x_65); +lean_ctor_set(x_68, 5, x_66); +lean_ctor_set(x_68, 6, x_42); +lean_ctor_set(x_68, 7, x_36); +lean_ctor_set(x_68, 8, x_59); +lean_ctor_set_uint8(x_68, sizeof(void*)*9, x_67); +x_69 = l_Lean_Meta_CasesOnApp_toExpr(x_68); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_60); +return x_70; } } else { -uint8_t x_72; -lean_dec(x_43); -lean_dec(x_37); -lean_dec(x_35); -x_72 = !lean_is_exclusive(x_48); -if (x_72 == 0) +uint8_t x_71; +lean_dec(x_42); +lean_dec(x_36); +lean_dec(x_34); +x_71 = !lean_is_exclusive(x_47); +if (x_71 == 0) { -return x_48; +return x_47; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_48, 0); -x_74 = lean_ctor_get(x_48, 1); -lean_inc(x_74); +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_47, 0); +x_73 = lean_ctor_get(x_47, 1); lean_inc(x_73); -lean_dec(x_48); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_inc(x_72); +lean_dec(x_47); +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_76; -lean_dec(x_37); -lean_dec(x_35); +uint8_t x_75; +lean_dec(x_36); +lean_dec(x_34); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3480,32 +3851,40 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_76 = !lean_is_exclusive(x_42); -if (x_76 == 0) +x_75 = !lean_is_exclusive(x_41); +if (x_75 == 0) { -return x_42; +return x_41; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_42, 0); -x_78 = lean_ctor_get(x_42, 1); -lean_inc(x_78); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_41, 0); +x_77 = lean_ctor_get(x_41, 1); lean_inc(x_77); -lean_dec(x_42); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_inc(x_76); +lean_dec(x_41); +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_dec(x_26); +x_79 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_25); +return x_79; +} } } } else { -uint8_t x_80; +uint8_t x_84; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3518,115 +3897,130 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_21); -if (x_80 == 0) +x_84 = !lean_is_exclusive(x_21); +if (x_84 == 0) { return x_21; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_21, 0); -x_82 = lean_ctor_get(x_21, 1); -lean_inc(x_82); -lean_inc(x_81); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_21, 0); +x_86 = lean_ctor_get(x_21, 1); +lean_inc(x_86); +lean_inc(x_85); lean_dec(x_21); -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; +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } else { -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_18, 1); -lean_inc(x_84); +lean_object* x_88; lean_object* x_89; uint8_t x_90; uint8_t x_154; +x_88 = lean_ctor_get(x_18, 1); +lean_inc(x_88); lean_dec(x_18); -x_85 = lean_ctor_get(x_19, 0); -lean_inc(x_85); +x_89 = lean_ctor_get(x_19, 0); +lean_inc(x_89); lean_dec(x_19); lean_inc(x_1); lean_inc(x_3); lean_inc(x_2); -x_86 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_3, x_1); -if (x_86 == 0) +x_154 = l_Lean_Elab_Structural_recArgHasLooseBVarsAt(x_2, x_3, x_1); +if (x_154 == 0) { -lean_object* x_87; -lean_dec(x_85); -x_87 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_84); -return x_87; +uint8_t x_155; +x_155 = 1; +x_90 = x_155; +goto block_153; } else { -lean_object* x_88; lean_object* x_89; +uint8_t x_156; +x_156 = 0; +x_90 = x_156; +goto block_153; +} +block_153: +{ +if (x_90 == 0) +{ +lean_object* x_91; lean_object* x_92; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_5); -x_88 = l_Lean_Meta_MatcherApp_addArg_x3f(x_85, x_5, x_10, x_11, x_12, x_13, x_84); -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -if (lean_obj_tag(x_89) == 0) +x_91 = l_Lean_Meta_MatcherApp_addArg_x3f(x_89, x_5, x_10, x_11, x_12, x_13, x_88); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +if (lean_obj_tag(x_92) == 0) { -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_90); -return x_91; +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_93); +return x_94; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_88, 1); -lean_inc(x_92); -lean_dec(x_88); -x_93 = lean_ctor_get(x_89, 0); -lean_inc(x_93); -lean_dec(x_89); +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_91, 1); +lean_inc(x_95); +lean_dec(x_91); +x_96 = lean_ctor_get(x_92, 0); +lean_inc(x_96); +lean_dec(x_92); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_5); -lean_inc(x_93); -x_94 = l_Lean_Elab_Structural_refinedArgType(x_93, x_5, x_10, x_11, x_12, x_13, x_92); -if (lean_obj_tag(x_94) == 0) +lean_inc(x_96); +x_97 = l_Lean_Elab_Structural_refinedArgType(x_96, x_5, x_10, x_11, x_12, x_13, x_95); +if (lean_obj_tag(x_97) == 0) { -lean_object* x_95; uint8_t x_96; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_unbox(x_95); -lean_dec(x_95); -if (x_96 == 0) -{ -lean_object* x_97; lean_object* x_98; -lean_dec(x_93); -x_97 = lean_ctor_get(x_94, 1); -lean_inc(x_97); -lean_dec(x_94); -x_98 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_97); -return x_98; +lean_object* x_98; lean_object* x_99; uint8_t x_100; uint8_t x_145; +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_145 = lean_unbox(x_98); +lean_dec(x_98); +if (x_145 == 0) +{ +uint8_t x_146; +x_146 = 1; +x_100 = x_146; +goto block_144; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; size_t x_104; size_t x_105; lean_object* x_106; -x_99 = lean_ctor_get(x_94, 1); -lean_inc(x_99); -lean_dec(x_94); -x_100 = lean_ctor_get(x_93, 7); -lean_inc(x_100); -x_101 = lean_ctor_get(x_93, 6); +uint8_t x_147; +x_147 = 0; +x_100 = x_147; +goto block_144; +} +block_144: +{ +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; size_t x_105; size_t x_106; lean_object* x_107; +x_101 = lean_ctor_get(x_96, 7); lean_inc(x_101); -x_102 = l_Array_zip___rarg(x_100, x_101); -lean_dec(x_100); -x_103 = lean_array_get_size(x_102); -x_104 = lean_usize_of_nat(x_103); -lean_dec(x_103); -x_105 = 0; +x_102 = lean_ctor_get(x_96, 6); +lean_inc(x_102); +x_103 = l_Array_zip___rarg(x_101, x_102); +lean_dec(x_101); +x_104 = lean_array_get_size(x_103); +x_105 = lean_usize_of_nat(x_104); +lean_dec(x_104); +x_106 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); @@ -3637,125 +4031,125 @@ lean_inc(x_7); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_106 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__9(x_2, x_3, x_4, x_1, x_104, x_105, x_102, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_99); -if (lean_obj_tag(x_106) == 0) +x_107 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__9(x_2, x_3, x_4, x_1, x_105, x_106, x_103, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_99); +if (lean_obj_tag(x_107) == 0) { -lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; size_t x_111; lean_object* x_112; -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; size_t x_112; lean_object* x_113; +x_108 = lean_ctor_get(x_107, 0); lean_inc(x_108); -lean_dec(x_106); -x_109 = lean_ctor_get(x_93, 5); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_array_get_size(x_109); -x_111 = lean_usize_of_nat(x_110); -lean_dec(x_110); -x_112 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__10(x_2, x_3, x_4, x_5, x_111, x_105, x_109, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_108); -if (lean_obj_tag(x_112) == 0) -{ -uint8_t x_113; -x_113 = !lean_is_exclusive(x_112); -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; -x_114 = lean_ctor_get(x_112, 0); -x_115 = lean_ctor_get(x_93, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_93, 1); +lean_dec(x_107); +x_110 = lean_ctor_get(x_96, 5); +lean_inc(x_110); +x_111 = lean_array_get_size(x_110); +x_112 = lean_usize_of_nat(x_111); +lean_dec(x_111); +x_113 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__10(x_2, x_3, x_4, x_5, x_112, x_106, x_110, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_109); +if (lean_obj_tag(x_113) == 0) +{ +uint8_t x_114; +x_114 = !lean_is_exclusive(x_113); +if (x_114 == 0) +{ +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; +x_115 = lean_ctor_get(x_113, 0); +x_116 = lean_ctor_get(x_96, 0); lean_inc(x_116); -x_117 = lean_ctor_get(x_93, 2); +x_117 = lean_ctor_get(x_96, 1); lean_inc(x_117); -x_118 = lean_ctor_get(x_93, 3); +x_118 = lean_ctor_get(x_96, 2); lean_inc(x_118); -x_119 = lean_ctor_get(x_93, 4); +x_119 = lean_ctor_get(x_96, 3); lean_inc(x_119); -x_120 = lean_ctor_get(x_93, 8); +x_120 = lean_ctor_get(x_96, 4); lean_inc(x_120); -lean_dec(x_93); -x_121 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_121, 0, x_115); -lean_ctor_set(x_121, 1, x_116); -lean_ctor_set(x_121, 2, x_117); -lean_ctor_set(x_121, 3, x_118); -lean_ctor_set(x_121, 4, x_119); -lean_ctor_set(x_121, 5, x_114); -lean_ctor_set(x_121, 6, x_101); -lean_ctor_set(x_121, 7, x_107); -lean_ctor_set(x_121, 8, x_120); -x_122 = l_Lean_Meta_MatcherApp_toExpr(x_121); -lean_ctor_set(x_112, 0, x_122); -return x_112; -} -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; lean_object* x_131; lean_object* x_132; lean_object* x_133; -x_123 = lean_ctor_get(x_112, 0); -x_124 = lean_ctor_get(x_112, 1); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_112); -x_125 = lean_ctor_get(x_93, 0); +x_121 = lean_ctor_get(x_96, 8); +lean_inc(x_121); +lean_dec(x_96); +x_122 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_122, 0, x_116); +lean_ctor_set(x_122, 1, x_117); +lean_ctor_set(x_122, 2, x_118); +lean_ctor_set(x_122, 3, x_119); +lean_ctor_set(x_122, 4, x_120); +lean_ctor_set(x_122, 5, x_115); +lean_ctor_set(x_122, 6, x_102); +lean_ctor_set(x_122, 7, x_108); +lean_ctor_set(x_122, 8, x_121); +x_123 = l_Lean_Meta_MatcherApp_toExpr(x_122); +lean_ctor_set(x_113, 0, x_123); +return x_113; +} +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; +x_124 = lean_ctor_get(x_113, 0); +x_125 = lean_ctor_get(x_113, 1); lean_inc(x_125); -x_126 = lean_ctor_get(x_93, 1); +lean_inc(x_124); +lean_dec(x_113); +x_126 = lean_ctor_get(x_96, 0); lean_inc(x_126); -x_127 = lean_ctor_get(x_93, 2); +x_127 = lean_ctor_get(x_96, 1); lean_inc(x_127); -x_128 = lean_ctor_get(x_93, 3); +x_128 = lean_ctor_get(x_96, 2); lean_inc(x_128); -x_129 = lean_ctor_get(x_93, 4); +x_129 = lean_ctor_get(x_96, 3); lean_inc(x_129); -x_130 = lean_ctor_get(x_93, 8); +x_130 = lean_ctor_get(x_96, 4); lean_inc(x_130); -lean_dec(x_93); -x_131 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_131, 0, x_125); -lean_ctor_set(x_131, 1, x_126); -lean_ctor_set(x_131, 2, x_127); -lean_ctor_set(x_131, 3, x_128); -lean_ctor_set(x_131, 4, x_129); -lean_ctor_set(x_131, 5, x_123); -lean_ctor_set(x_131, 6, x_101); -lean_ctor_set(x_131, 7, x_107); -lean_ctor_set(x_131, 8, x_130); -x_132 = l_Lean_Meta_MatcherApp_toExpr(x_131); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_124); -return x_133; +x_131 = lean_ctor_get(x_96, 8); +lean_inc(x_131); +lean_dec(x_96); +x_132 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_132, 0, x_126); +lean_ctor_set(x_132, 1, x_127); +lean_ctor_set(x_132, 2, x_128); +lean_ctor_set(x_132, 3, x_129); +lean_ctor_set(x_132, 4, x_130); +lean_ctor_set(x_132, 5, x_124); +lean_ctor_set(x_132, 6, x_102); +lean_ctor_set(x_132, 7, x_108); +lean_ctor_set(x_132, 8, x_131); +x_133 = l_Lean_Meta_MatcherApp_toExpr(x_132); +x_134 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_134, 0, x_133); +lean_ctor_set(x_134, 1, x_125); +return x_134; } } else { -uint8_t x_134; -lean_dec(x_107); -lean_dec(x_101); -lean_dec(x_93); -x_134 = !lean_is_exclusive(x_112); -if (x_134 == 0) +uint8_t x_135; +lean_dec(x_108); +lean_dec(x_102); +lean_dec(x_96); +x_135 = !lean_is_exclusive(x_113); +if (x_135 == 0) { -return x_112; +return x_113; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = lean_ctor_get(x_112, 0); -x_136 = lean_ctor_get(x_112, 1); +lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_136 = lean_ctor_get(x_113, 0); +x_137 = lean_ctor_get(x_113, 1); +lean_inc(x_137); lean_inc(x_136); -lean_inc(x_135); -lean_dec(x_112); -x_137 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_137, 0, x_135); -lean_ctor_set(x_137, 1, x_136); -return x_137; +lean_dec(x_113); +x_138 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_138, 0, x_136); +lean_ctor_set(x_138, 1, x_137); +return x_138; } } } else { -uint8_t x_138; -lean_dec(x_101); -lean_dec(x_93); +uint8_t x_139; +lean_dec(x_102); +lean_dec(x_96); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3767,31 +4161,39 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_138 = !lean_is_exclusive(x_106); -if (x_138 == 0) +x_139 = !lean_is_exclusive(x_107); +if (x_139 == 0) { -return x_106; +return x_107; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_139 = lean_ctor_get(x_106, 0); -x_140 = lean_ctor_get(x_106, 1); +lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_140 = lean_ctor_get(x_107, 0); +x_141 = lean_ctor_get(x_107, 1); +lean_inc(x_141); lean_inc(x_140); -lean_inc(x_139); -lean_dec(x_106); -x_141 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_141, 0, x_139); -lean_ctor_set(x_141, 1, x_140); -return x_141; +lean_dec(x_107); +x_142 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_142, 0, x_140); +lean_ctor_set(x_142, 1, x_141); +return x_142; +} +} } +else +{ +lean_object* x_143; +lean_dec(x_96); +x_143 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_99); +return x_143; } } } else { -uint8_t x_142; -lean_dec(x_93); +uint8_t x_148; +lean_dec(x_96); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3804,39 +4206,47 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_142 = !lean_is_exclusive(x_94); -if (x_142 == 0) +x_148 = !lean_is_exclusive(x_97); +if (x_148 == 0) { -return x_94; +return x_97; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_143 = lean_ctor_get(x_94, 0); -x_144 = lean_ctor_get(x_94, 1); -lean_inc(x_144); -lean_inc(x_143); -lean_dec(x_94); -x_145 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -return x_145; +lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_149 = lean_ctor_get(x_97, 0); +x_150 = lean_ctor_get(x_97, 1); +lean_inc(x_150); +lean_inc(x_149); +lean_dec(x_97); +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; +} } } } +else +{ +lean_object* x_152; +lean_dec(x_89); +x_152 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processApp(x_2, x_3, x_4, x_5, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_88); +return x_152; +} } } } case 6: { -lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; lean_object* x_150; -x_146 = lean_ctor_get(x_1, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_1, 1); -lean_inc(x_147); -x_148 = lean_ctor_get(x_1, 2); -lean_inc(x_148); -x_149 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; lean_object* x_161; +x_157 = lean_ctor_get(x_1, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_1, 1); +lean_inc(x_158); +x_159 = lean_ctor_get(x_1, 2); +lean_inc(x_159); +x_160 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); lean_inc(x_13); lean_inc(x_12); @@ -3849,30 +4259,30 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_150 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_147, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_150) == 0) -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; uint8_t x_154; lean_object* x_155; -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_153 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___lambda__1___boxed), 14, 5); -lean_closure_set(x_153, 0, x_148); -lean_closure_set(x_153, 1, x_2); -lean_closure_set(x_153, 2, x_3); -lean_closure_set(x_153, 3, x_4); -lean_closure_set(x_153, 4, x_5); -x_154 = 0; -x_155 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__11___rarg(x_146, x_149, x_151, x_153, x_154, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_152); -return x_155; -} -else +x_161 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_158, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_161) == 0) { -uint8_t x_156; -lean_dec(x_148); -lean_dec(x_146); +lean_object* x_162; lean_object* x_163; lean_object* x_164; uint8_t x_165; lean_object* x_166; +x_162 = lean_ctor_get(x_161, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_161, 1); +lean_inc(x_163); +lean_dec(x_161); +x_164 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___lambda__1___boxed), 14, 5); +lean_closure_set(x_164, 0, x_159); +lean_closure_set(x_164, 1, x_2); +lean_closure_set(x_164, 2, x_3); +lean_closure_set(x_164, 3, x_4); +lean_closure_set(x_164, 4, x_5); +x_165 = 0; +x_166 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__11___rarg(x_157, x_160, x_162, x_164, x_165, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_163); +return x_166; +} +else +{ +uint8_t x_167; +lean_dec(x_159); +lean_dec(x_157); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3884,36 +4294,36 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_156 = !lean_is_exclusive(x_150); -if (x_156 == 0) +x_167 = !lean_is_exclusive(x_161); +if (x_167 == 0) { -return x_150; +return x_161; } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_157 = lean_ctor_get(x_150, 0); -x_158 = lean_ctor_get(x_150, 1); -lean_inc(x_158); -lean_inc(x_157); -lean_dec(x_150); -x_159 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -return x_159; +lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_168 = lean_ctor_get(x_161, 0); +x_169 = lean_ctor_get(x_161, 1); +lean_inc(x_169); +lean_inc(x_168); +lean_dec(x_161); +x_170 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_170, 0, x_168); +lean_ctor_set(x_170, 1, x_169); +return x_170; } } } case 7: { -lean_object* x_160; lean_object* x_161; lean_object* x_162; uint8_t x_163; lean_object* x_164; -x_160 = lean_ctor_get(x_1, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_1, 1); -lean_inc(x_161); -x_162 = lean_ctor_get(x_1, 2); -lean_inc(x_162); -x_163 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_171; lean_object* x_172; lean_object* x_173; uint8_t x_174; lean_object* x_175; +x_171 = lean_ctor_get(x_1, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_1, 1); +lean_inc(x_172); +x_173 = lean_ctor_get(x_1, 2); +lean_inc(x_173); +x_174 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); lean_inc(x_13); lean_inc(x_12); @@ -3926,30 +4336,30 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_164 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_161, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_164) == 0) -{ -lean_object* x_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; lean_object* x_169; -x_165 = lean_ctor_get(x_164, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_164, 1); -lean_inc(x_166); -lean_dec(x_164); -x_167 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___lambda__2___boxed), 14, 5); -lean_closure_set(x_167, 0, x_162); -lean_closure_set(x_167, 1, x_2); -lean_closure_set(x_167, 2, x_3); -lean_closure_set(x_167, 3, x_4); -lean_closure_set(x_167, 4, x_5); -x_168 = 0; -x_169 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__12___rarg(x_160, x_163, x_165, x_167, x_168, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_166); -return x_169; -} -else -{ -uint8_t x_170; -lean_dec(x_162); -lean_dec(x_160); +x_175 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_172, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_175) == 0) +{ +lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; lean_object* x_180; +x_176 = lean_ctor_get(x_175, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_175, 1); +lean_inc(x_177); +lean_dec(x_175); +x_178 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___lambda__2___boxed), 14, 5); +lean_closure_set(x_178, 0, x_173); +lean_closure_set(x_178, 1, x_2); +lean_closure_set(x_178, 2, x_3); +lean_closure_set(x_178, 3, x_4); +lean_closure_set(x_178, 4, x_5); +x_179 = 0; +x_180 = l_Lean_Meta_withLocalDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__12___rarg(x_171, x_174, x_176, x_178, x_179, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_177); +return x_180; +} +else +{ +uint8_t x_181; +lean_dec(x_173); +lean_dec(x_171); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3961,37 +4371,37 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_170 = !lean_is_exclusive(x_164); -if (x_170 == 0) +x_181 = !lean_is_exclusive(x_175); +if (x_181 == 0) { -return x_164; +return x_175; } else { -lean_object* x_171; lean_object* x_172; lean_object* x_173; -x_171 = lean_ctor_get(x_164, 0); -x_172 = lean_ctor_get(x_164, 1); -lean_inc(x_172); -lean_inc(x_171); -lean_dec(x_164); -x_173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_173, 0, x_171); -lean_ctor_set(x_173, 1, x_172); -return x_173; +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_175, 0); +x_183 = lean_ctor_get(x_175, 1); +lean_inc(x_183); +lean_inc(x_182); +lean_dec(x_175); +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; } } } case 8: { -lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_174 = lean_ctor_get(x_1, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_1, 1); -lean_inc(x_175); -x_176 = lean_ctor_get(x_1, 2); -lean_inc(x_176); -x_177 = lean_ctor_get(x_1, 3); -lean_inc(x_177); +lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; +x_185 = lean_ctor_get(x_1, 0); +lean_inc(x_185); +x_186 = lean_ctor_get(x_1, 1); +lean_inc(x_186); +x_187 = lean_ctor_get(x_1, 2); +lean_inc(x_187); +x_188 = lean_ctor_get(x_1, 3); +lean_inc(x_188); lean_dec(x_1); lean_inc(x_13); lean_inc(x_12); @@ -4004,15 +4414,15 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_178 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_175, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_178) == 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); +x_189 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_186, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_189) == 0) +{ +lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_190 = lean_ctor_get(x_189, 0); +lean_inc(x_190); +x_191 = lean_ctor_get(x_189, 1); +lean_inc(x_191); +lean_dec(x_189); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); @@ -4024,31 +4434,31 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_181 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_176, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_180); -if (lean_obj_tag(x_181) == 0) +x_192 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_187, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_191); +if (lean_obj_tag(x_192) == 0) { -lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; lean_object* x_186; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); -x_184 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___lambda__3___boxed), 14, 5); -lean_closure_set(x_184, 0, x_177); -lean_closure_set(x_184, 1, x_2); -lean_closure_set(x_184, 2, x_3); -lean_closure_set(x_184, 3, x_4); -lean_closure_set(x_184, 4, x_5); -x_185 = 0; -x_186 = l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__13___rarg(x_174, x_179, x_182, x_184, x_185, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_183); -return x_186; -} -else -{ -uint8_t x_187; -lean_dec(x_179); -lean_dec(x_177); -lean_dec(x_174); +lean_object* x_193; lean_object* x_194; lean_object* x_195; uint8_t x_196; lean_object* x_197; +x_193 = lean_ctor_get(x_192, 0); +lean_inc(x_193); +x_194 = lean_ctor_get(x_192, 1); +lean_inc(x_194); +lean_dec(x_192); +x_195 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___lambda__3___boxed), 14, 5); +lean_closure_set(x_195, 0, x_188); +lean_closure_set(x_195, 1, x_2); +lean_closure_set(x_195, 2, x_3); +lean_closure_set(x_195, 3, x_4); +lean_closure_set(x_195, 4, x_5); +x_196 = 0; +x_197 = l_Lean_Meta_withLetDecl___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___spec__13___rarg(x_185, x_190, x_193, x_195, x_196, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_194); +return x_197; +} +else +{ +uint8_t x_198; +lean_dec(x_190); +lean_dec(x_188); +lean_dec(x_185); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4060,32 +4470,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_187 = !lean_is_exclusive(x_181); -if (x_187 == 0) +x_198 = !lean_is_exclusive(x_192); +if (x_198 == 0) { -return x_181; +return x_192; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_188 = lean_ctor_get(x_181, 0); -x_189 = lean_ctor_get(x_181, 1); -lean_inc(x_189); -lean_inc(x_188); -lean_dec(x_181); -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; +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_192, 0); +x_200 = lean_ctor_get(x_192, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_192); +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 { -uint8_t x_191; -lean_dec(x_177); -lean_dec(x_176); -lean_dec(x_174); +uint8_t x_202; +lean_dec(x_188); +lean_dec(x_187); +lean_dec(x_185); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4097,213 +4507,213 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_191 = !lean_is_exclusive(x_178); -if (x_191 == 0) +x_202 = !lean_is_exclusive(x_189); +if (x_202 == 0) { -return x_178; +return x_189; } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; -x_192 = lean_ctor_get(x_178, 0); -x_193 = lean_ctor_get(x_178, 1); -lean_inc(x_193); -lean_inc(x_192); -lean_dec(x_178); -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_203; lean_object* x_204; lean_object* x_205; +x_203 = lean_ctor_get(x_189, 0); +x_204 = lean_ctor_get(x_189, 1); +lean_inc(x_204); +lean_inc(x_203); +lean_dec(x_189); +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 10: { -lean_object* x_195; lean_object* x_196; lean_object* x_197; -x_195 = lean_ctor_get(x_1, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_1, 1); -lean_inc(x_196); -x_197 = l_Lean_getRecAppSyntax_x3f(x_1); +lean_object* x_206; lean_object* x_207; lean_object* x_208; +x_206 = lean_ctor_get(x_1, 0); +lean_inc(x_206); +x_207 = lean_ctor_get(x_1, 1); +lean_inc(x_207); +x_208 = l_Lean_getRecAppSyntax_x3f(x_1); lean_dec(x_1); -if (lean_obj_tag(x_197) == 0) +if (lean_obj_tag(x_208) == 0) { -lean_object* x_198; -x_198 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_196, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_198) == 0) +lean_object* x_209; +x_209 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_207, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_209) == 0) { -uint8_t x_199; -x_199 = !lean_is_exclusive(x_198); -if (x_199 == 0) +uint8_t x_210; +x_210 = !lean_is_exclusive(x_209); +if (x_210 == 0) { -lean_object* x_200; lean_object* x_201; -x_200 = lean_ctor_get(x_198, 0); -x_201 = l_Lean_Expr_mdata___override(x_195, x_200); -lean_ctor_set(x_198, 0, x_201); -return x_198; +lean_object* x_211; lean_object* x_212; +x_211 = lean_ctor_get(x_209, 0); +x_212 = l_Lean_Expr_mdata___override(x_206, x_211); +lean_ctor_set(x_209, 0, x_212); +return x_209; } else { -lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_202 = lean_ctor_get(x_198, 0); -x_203 = lean_ctor_get(x_198, 1); -lean_inc(x_203); -lean_inc(x_202); -lean_dec(x_198); -x_204 = l_Lean_Expr_mdata___override(x_195, x_202); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_203); -return x_205; +lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; +x_213 = lean_ctor_get(x_209, 0); +x_214 = lean_ctor_get(x_209, 1); +lean_inc(x_214); +lean_inc(x_213); +lean_dec(x_209); +x_215 = l_Lean_Expr_mdata___override(x_206, x_213); +x_216 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_214); +return x_216; } } else { -uint8_t x_206; -lean_dec(x_195); -x_206 = !lean_is_exclusive(x_198); -if (x_206 == 0) +uint8_t x_217; +lean_dec(x_206); +x_217 = !lean_is_exclusive(x_209); +if (x_217 == 0) { -return x_198; +return x_209; } else { -lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_207 = lean_ctor_get(x_198, 0); -x_208 = lean_ctor_get(x_198, 1); -lean_inc(x_208); -lean_inc(x_207); -lean_dec(x_198); -x_209 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_209, 0, x_207); -lean_ctor_set(x_209, 1, x_208); -return x_209; +lean_object* x_218; lean_object* x_219; lean_object* x_220; +x_218 = lean_ctor_get(x_209, 0); +x_219 = lean_ctor_get(x_209, 1); +lean_inc(x_219); +lean_inc(x_218); +lean_dec(x_209); +x_220 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_220, 0, x_218); +lean_ctor_set(x_220, 1, x_219); +return x_220; } } } 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; 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_dec(x_195); -x_210 = lean_ctor_get(x_197, 0); -lean_inc(x_210); -lean_dec(x_197); -x_211 = lean_ctor_get(x_12, 5); -lean_inc(x_211); -x_212 = l_Lean_replaceRef(x_210, x_211); -lean_dec(x_211); -lean_dec(x_210); -x_213 = lean_ctor_get(x_12, 0); -lean_inc(x_213); -x_214 = lean_ctor_get(x_12, 1); -lean_inc(x_214); -x_215 = lean_ctor_get(x_12, 2); -lean_inc(x_215); -x_216 = lean_ctor_get(x_12, 3); -lean_inc(x_216); -x_217 = lean_ctor_get(x_12, 4); -lean_inc(x_217); -x_218 = lean_ctor_get(x_12, 6); -lean_inc(x_218); -x_219 = lean_ctor_get(x_12, 7); -lean_inc(x_219); -x_220 = lean_ctor_get(x_12, 8); -lean_inc(x_220); -x_221 = lean_ctor_get(x_12, 9); +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_dec(x_206); +x_221 = lean_ctor_get(x_208, 0); lean_inc(x_221); -x_222 = lean_ctor_get(x_12, 10); +lean_dec(x_208); +x_222 = lean_ctor_get(x_12, 5); lean_inc(x_222); +x_223 = l_Lean_replaceRef(x_221, x_222); +lean_dec(x_222); +lean_dec(x_221); +x_224 = lean_ctor_get(x_12, 0); +lean_inc(x_224); +x_225 = lean_ctor_get(x_12, 1); +lean_inc(x_225); +x_226 = lean_ctor_get(x_12, 2); +lean_inc(x_226); +x_227 = lean_ctor_get(x_12, 3); +lean_inc(x_227); +x_228 = lean_ctor_get(x_12, 4); +lean_inc(x_228); +x_229 = lean_ctor_get(x_12, 6); +lean_inc(x_229); +x_230 = lean_ctor_get(x_12, 7); +lean_inc(x_230); +x_231 = lean_ctor_get(x_12, 8); +lean_inc(x_231); +x_232 = lean_ctor_get(x_12, 9); +lean_inc(x_232); +x_233 = lean_ctor_get(x_12, 10); +lean_inc(x_233); lean_dec(x_12); -x_223 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_223, 0, x_213); -lean_ctor_set(x_223, 1, x_214); -lean_ctor_set(x_223, 2, x_215); -lean_ctor_set(x_223, 3, x_216); -lean_ctor_set(x_223, 4, x_217); -lean_ctor_set(x_223, 5, x_212); -lean_ctor_set(x_223, 6, x_218); -lean_ctor_set(x_223, 7, x_219); -lean_ctor_set(x_223, 8, x_220); -lean_ctor_set(x_223, 9, x_221); -lean_ctor_set(x_223, 10, x_222); -x_224 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_196, x_7, x_8, x_9, x_10, x_11, x_223, x_13, x_14); -return x_224; +x_234 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_234, 0, x_224); +lean_ctor_set(x_234, 1, x_225); +lean_ctor_set(x_234, 2, x_226); +lean_ctor_set(x_234, 3, x_227); +lean_ctor_set(x_234, 4, x_228); +lean_ctor_set(x_234, 5, x_223); +lean_ctor_set(x_234, 6, x_229); +lean_ctor_set(x_234, 7, x_230); +lean_ctor_set(x_234, 8, x_231); +lean_ctor_set(x_234, 9, x_232); +lean_ctor_set(x_234, 10, x_233); +x_235 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_207, x_7, x_8, x_9, x_10, x_11, x_234, x_13, x_14); +return x_235; } } case 11: { -lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; -x_225 = lean_ctor_get(x_1, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_1, 1); -lean_inc(x_226); -x_227 = lean_ctor_get(x_1, 2); -lean_inc(x_227); +lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; +x_236 = lean_ctor_get(x_1, 0); +lean_inc(x_236); +x_237 = lean_ctor_get(x_1, 1); +lean_inc(x_237); +x_238 = lean_ctor_get(x_1, 2); +lean_inc(x_238); lean_dec(x_1); -x_228 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_227, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_228) == 0) +x_239 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop(x_2, x_3, x_4, x_5, x_238, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_239) == 0) { -uint8_t x_229; -x_229 = !lean_is_exclusive(x_228); -if (x_229 == 0) +uint8_t x_240; +x_240 = !lean_is_exclusive(x_239); +if (x_240 == 0) { -lean_object* x_230; lean_object* x_231; -x_230 = lean_ctor_get(x_228, 0); -x_231 = l_Lean_Expr_proj___override(x_225, x_226, x_230); -lean_ctor_set(x_228, 0, x_231); -return x_228; +lean_object* x_241; lean_object* x_242; +x_241 = lean_ctor_get(x_239, 0); +x_242 = l_Lean_Expr_proj___override(x_236, x_237, x_241); +lean_ctor_set(x_239, 0, x_242); +return x_239; } else { -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; -x_232 = lean_ctor_get(x_228, 0); -x_233 = lean_ctor_get(x_228, 1); -lean_inc(x_233); -lean_inc(x_232); -lean_dec(x_228); -x_234 = l_Lean_Expr_proj___override(x_225, x_226, x_232); -x_235 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_235, 0, x_234); -lean_ctor_set(x_235, 1, x_233); -return x_235; +lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; +x_243 = lean_ctor_get(x_239, 0); +x_244 = lean_ctor_get(x_239, 1); +lean_inc(x_244); +lean_inc(x_243); +lean_dec(x_239); +x_245 = l_Lean_Expr_proj___override(x_236, x_237, x_243); +x_246 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_246, 0, x_245); +lean_ctor_set(x_246, 1, x_244); +return x_246; } } else { -uint8_t x_236; -lean_dec(x_226); -lean_dec(x_225); -x_236 = !lean_is_exclusive(x_228); -if (x_236 == 0) +uint8_t x_247; +lean_dec(x_237); +lean_dec(x_236); +x_247 = !lean_is_exclusive(x_239); +if (x_247 == 0) { -return x_228; +return x_239; } else { -lean_object* x_237; lean_object* x_238; lean_object* x_239; -x_237 = lean_ctor_get(x_228, 0); -x_238 = lean_ctor_get(x_228, 1); -lean_inc(x_238); -lean_inc(x_237); -lean_dec(x_228); -x_239 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_239, 0, x_237); -lean_ctor_set(x_239, 1, x_238); -return x_239; +lean_object* x_248; lean_object* x_249; lean_object* x_250; +x_248 = lean_ctor_get(x_239, 0); +x_249 = lean_ctor_get(x_239, 1); +lean_inc(x_249); +lean_inc(x_248); +lean_dec(x_239); +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; } } } default: { -lean_object* x_240; +lean_object* x_251; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_240 = l_Lean_Elab_ensureNoRecFn(x_2, x_1, x_10, x_11, x_12, x_13, x_14); -return x_240; +x_251 = l_Lean_Elab_ensureNoRecFn(x_2, x_1, x_10, x_11, x_12, x_13, x_14); +return x_251; } } } @@ -4636,6 +5046,18 @@ x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__L return x_18; } } +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___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, lean_object* x_13, lean_object* x_14, lean_object* x_15) { +_start: +{ +size_t x_16; size_t x_17; lean_object* x_18; +x_16 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_17 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___spec__2(x_1, x_2, x_3, x_4, x_16, x_17, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +return x_18; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_loop___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: { @@ -5821,7 +6243,7 @@ static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Ela _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("casesOn", 7); +x_1 = lean_mk_string_from_bytes("inl", 3); return x_1; } } @@ -5839,7 +6261,7 @@ static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Ela _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("inl", 3); +x_1 = lean_mk_string_from_bytes("inr", 3); return x_1; } } @@ -5857,7 +6279,7 @@ static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Ela _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("inr", 3); +x_1 = lean_mk_string_from_bytes("casesOn", 7); return x_1; } } @@ -5883,554 +6305,493 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn(lean_object* x_1, lean_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: { -uint8_t x_12; -x_12 = l_Lean_Expr_isFVar(x_1); -if (x_12 == 0) +uint8_t x_12; uint8_t x_139; +x_139 = l_Lean_Expr_isFVar(x_1); +if (x_139 == 0) { -lean_object* x_13; -x_13 = lean_apply_10(x_4, x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_13; +uint8_t x_140; +x_140 = 0; +x_12 = x_140; +goto block_138; } else { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__3; -x_15 = lean_unsigned_to_nat(6u); -x_16 = l_Lean_Expr_isAppOfArity(x_3, x_14, x_15); -if (x_16 == 0) +lean_object* x_141; lean_object* x_142; uint8_t x_143; +x_141 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__7; +x_142 = lean_unsigned_to_nat(6u); +x_143 = l_Lean_Expr_isAppOfArity(x_3, x_141, x_142); +if (x_143 == 0) { -lean_object* x_17; -x_17 = lean_apply_10(x_4, x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_17; +uint8_t x_144; +x_144 = 0; +x_12 = x_144; +goto block_138; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_18 = lean_unsigned_to_nat(0u); -x_19 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_18); -x_20 = lean_unsigned_to_nat(3u); -x_21 = lean_nat_sub(x_19, x_20); -x_22 = lean_unsigned_to_nat(1u); -x_23 = lean_nat_sub(x_21, x_22); -lean_dec(x_21); +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; uint8_t x_152; +x_145 = lean_unsigned_to_nat(0u); +x_146 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_145); +x_147 = lean_unsigned_to_nat(3u); +x_148 = lean_nat_sub(x_146, x_147); +x_149 = lean_unsigned_to_nat(1u); +x_150 = lean_nat_sub(x_148, x_149); +lean_dec(x_148); lean_inc(x_3); -x_24 = l_Lean_Expr_getRevArg_x21(x_3, x_23); -x_25 = lean_expr_eqv(x_24, x_1); -lean_dec(x_24); -if (x_25 == 0) +x_151 = l_Lean_Expr_getRevArg_x21(x_3, x_150); +x_152 = lean_expr_eqv(x_151, x_1); +lean_dec(x_151); +if (x_152 == 0) { -lean_object* x_26; -lean_dec(x_19); -x_26 = lean_apply_10(x_4, x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_26; +uint8_t x_153; +lean_dec(x_146); +x_153 = 0; +x_12 = x_153; +goto block_138; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_27 = lean_unsigned_to_nat(4u); -x_28 = lean_nat_sub(x_19, x_27); -x_29 = lean_nat_sub(x_28, x_22); -lean_dec(x_28); +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; +x_154 = lean_unsigned_to_nat(4u); +x_155 = lean_nat_sub(x_146, x_154); +x_156 = lean_nat_sub(x_155, x_149); +lean_dec(x_155); lean_inc(x_3); -x_30 = l_Lean_Expr_getRevArg_x21(x_3, x_29); -x_31 = l_Lean_Expr_isLambda(x_30); -lean_dec(x_30); -if (x_31 == 0) +x_157 = l_Lean_Expr_getRevArg_x21(x_3, x_156); +x_158 = l_Lean_Expr_isLambda(x_157); +lean_dec(x_157); +if (x_158 == 0) { -lean_object* x_32; -lean_dec(x_19); -x_32 = lean_apply_10(x_4, x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_32; +uint8_t x_159; +lean_dec(x_146); +x_159 = 0; +x_12 = x_159; +goto block_138; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_33 = lean_unsigned_to_nat(5u); -x_34 = lean_nat_sub(x_19, x_33); -x_35 = lean_nat_sub(x_34, x_22); -lean_dec(x_34); +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; uint8_t x_164; +x_160 = lean_unsigned_to_nat(5u); +x_161 = lean_nat_sub(x_146, x_160); +lean_dec(x_146); +x_162 = lean_nat_sub(x_161, x_149); +lean_dec(x_161); lean_inc(x_3); -x_36 = l_Lean_Expr_getRevArg_x21(x_3, x_35); -x_37 = l_Lean_Expr_isLambda(x_36); -lean_dec(x_36); -if (x_37 == 0) -{ -lean_object* x_38; -lean_dec(x_19); -x_38 = lean_apply_10(x_4, x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_38; +x_163 = l_Lean_Expr_getRevArg_x21(x_3, x_162); +x_164 = l_Lean_Expr_isLambda(x_163); +lean_dec(x_163); +x_12 = x_164; +goto block_138; } -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_39 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___closed__1; -lean_inc(x_19); -x_40 = lean_mk_array(x_19, x_39); -x_41 = lean_nat_sub(x_19, x_22); -lean_dec(x_19); -x_42 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_40, x_41); -x_43 = lean_array_get_size(x_42); -x_44 = lean_nat_dec_lt(x_18, x_43); -x_45 = lean_nat_dec_lt(x_22, x_43); -lean_inc(x_2); -x_46 = l_Lean_Expr_fvarId_x21(x_2); -lean_inc(x_7); -x_47 = l_Lean_FVarId_getDecl(x_46, x_7, x_8, x_9, x_10, x_11); -if (x_44 == 0) -{ -lean_object* x_161; lean_object* x_162; -x_161 = l_Lean_instInhabitedExpr; -x_162 = l___private_Init_Util_0__outOfBounds___rarg(x_161); -x_48 = x_162; -goto block_160; } -else -{ -lean_object* x_163; -x_163 = lean_array_fget(x_42, x_18); -x_48 = x_163; -goto block_160; } -block_160: -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -if (x_45 == 0) -{ -if (lean_obj_tag(x_47) == 0) -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_145 = lean_ctor_get(x_47, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_47, 1); -lean_inc(x_146); -lean_dec(x_47); -x_147 = l_Lean_instInhabitedExpr; -x_148 = l___private_Init_Util_0__outOfBounds___rarg(x_147); -x_49 = x_148; -x_50 = x_145; -x_51 = x_146; -goto block_144; } -else +block_138: { -uint8_t x_149; -lean_dec(x_48); -lean_dec(x_43); -lean_dec(x_42); -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); -lean_dec(x_1); -x_149 = !lean_is_exclusive(x_47); -if (x_149 == 0) +if (x_12 == 0) { -return x_47; +lean_object* x_13; +x_13 = lean_apply_10(x_4, x_1, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_13; } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_47, 0); -x_151 = lean_ctor_get(x_47, 1); -lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_47); -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; -} -} +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; uint8_t x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; +x_14 = lean_unsigned_to_nat(0u); +x_15 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_14); +x_16 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___closed__1; +lean_inc(x_15); +x_17 = lean_mk_array(x_15, x_16); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_sub(x_15, x_18); +lean_dec(x_15); +x_20 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_17, x_19); +x_21 = lean_array_get_size(x_20); +x_22 = lean_nat_dec_lt(x_14, x_21); +x_23 = lean_nat_dec_lt(x_18, x_21); +lean_inc(x_2); +x_24 = l_Lean_Expr_fvarId_x21(x_2); +if (x_22 == 0) +{ +lean_object* x_135; lean_object* x_136; +x_135 = l_Lean_instInhabitedExpr; +x_136 = l___private_Init_Util_0__outOfBounds___rarg(x_135); +x_25 = x_136; +goto block_134; } else { -if (lean_obj_tag(x_47) == 0) -{ -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_47, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_47, 1); -lean_inc(x_154); -lean_dec(x_47); -x_155 = lean_array_fget(x_42, x_22); -x_49 = x_155; -x_50 = x_153; -x_51 = x_154; -goto block_144; +lean_object* x_137; +x_137 = lean_array_fget(x_20, x_14); +x_25 = x_137; +goto block_134; } -else +block_134: { -uint8_t x_156; -lean_dec(x_48); -lean_dec(x_43); -lean_dec(x_42); -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); -lean_dec(x_1); -x_156 = !lean_is_exclusive(x_47); -if (x_156 == 0) +lean_object* x_26; +if (x_23 == 0) { -return x_47; +lean_object* x_131; lean_object* x_132; +x_131 = l_Lean_instInhabitedExpr; +x_132 = l___private_Init_Util_0__outOfBounds___rarg(x_131); +x_26 = x_132; +goto block_130; } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_157 = lean_ctor_get(x_47, 0); -x_158 = lean_ctor_get(x_47, 1); -lean_inc(x_158); -lean_inc(x_157); -lean_dec(x_47); -x_159 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -return x_159; -} -} +lean_object* x_133; +x_133 = lean_array_fget(x_20, x_18); +x_26 = x_133; +goto block_130; } -block_144: +block_130: +{ +lean_object* x_27; +lean_inc(x_7); +x_27 = l_Lean_FVarId_getDecl(x_24, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_unsigned_to_nat(2u); -x_53 = lean_nat_dec_lt(x_52, x_43); +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_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_unsigned_to_nat(2u); +x_31 = lean_nat_dec_lt(x_30, x_21); lean_inc(x_1); -lean_inc(x_50); -x_54 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__1___boxed), 11, 2); -lean_closure_set(x_54, 0, x_50); -lean_closure_set(x_54, 1, x_1); -if (x_53 == 0) +lean_inc(x_28); +x_32 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__1___boxed), 11, 2); +lean_closure_set(x_32, 0, x_28); +lean_closure_set(x_32, 1, x_1); +if (x_31 == 0) { -lean_object* x_141; lean_object* x_142; -x_141 = l_Lean_instInhabitedExpr; -x_142 = l___private_Init_Util_0__outOfBounds___rarg(x_141); -x_55 = x_142; -goto block_140; +lean_object* x_123; lean_object* x_124; +x_123 = l_Lean_instInhabitedExpr; +x_124 = l___private_Init_Util_0__outOfBounds___rarg(x_123); +x_33 = x_124; +goto block_122; } else { -lean_object* x_143; -x_143 = lean_array_fget(x_42, x_52); -x_55 = x_143; -goto block_140; +lean_object* x_125; +x_125 = lean_array_fget(x_20, x_30); +x_33 = x_125; +goto block_122; } -block_140: +block_122: { -lean_object* x_56; +lean_object* x_34; 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_56 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_55, x_54, x_5, x_6, x_7, x_8, x_9, x_10, x_51); -if (lean_obj_tag(x_56) == 0) +x_34 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_33, x_32, x_5, x_6, x_7, x_8, x_9, x_10, x_29); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -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); -x_59 = lean_ctor_get(x_57, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); -lean_dec(x_57); -x_61 = lean_nat_dec_lt(x_27, x_43); -x_62 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__5; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = lean_ctor_get(x_35, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_dec(x_35); +x_39 = lean_unsigned_to_nat(4u); +x_40 = lean_nat_dec_lt(x_39, x_21); +x_41 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__3; lean_inc(x_4); lean_inc(x_1); -lean_inc(x_50); -lean_inc(x_49); -lean_inc(x_48); -x_63 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__3___boxed), 15, 6); -lean_closure_set(x_63, 0, x_48); -lean_closure_set(x_63, 1, x_49); -lean_closure_set(x_63, 2, x_62); -lean_closure_set(x_63, 3, x_50); -lean_closure_set(x_63, 4, x_1); -lean_closure_set(x_63, 5, x_4); -if (x_61 == 0) +lean_inc(x_28); +lean_inc(x_26); +lean_inc(x_25); +x_42 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__3___boxed), 15, 6); +lean_closure_set(x_42, 0, x_25); +lean_closure_set(x_42, 1, x_26); +lean_closure_set(x_42, 2, x_41); +lean_closure_set(x_42, 3, x_28); +lean_closure_set(x_42, 4, x_1); +lean_closure_set(x_42, 5, x_4); +if (x_40 == 0) { -lean_object* x_133; lean_object* x_134; -x_133 = l_Lean_instInhabitedExpr; -x_134 = l___private_Init_Util_0__outOfBounds___rarg(x_133); -x_64 = x_134; -goto block_132; +lean_object* x_115; lean_object* x_116; +x_115 = l_Lean_instInhabitedExpr; +x_116 = l___private_Init_Util_0__outOfBounds___rarg(x_115); +x_43 = x_116; +goto block_114; } else { -lean_object* x_135; -x_135 = lean_array_fget(x_42, x_27); -x_64 = x_135; -goto block_132; +lean_object* x_117; +x_117 = lean_array_fget(x_20, x_39); +x_43 = x_117; +goto block_114; } -block_132: +block_114: { -lean_object* x_65; +lean_object* x_44; 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_65 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_64, x_63, x_5, x_6, x_7, x_8, x_9, x_10, x_58); -if (lean_obj_tag(x_65) == 0) +x_44 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_43, x_42, x_5, x_6, x_7, x_8, x_9, x_10, x_36); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -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 = lean_nat_dec_lt(x_33, x_43); -lean_dec(x_43); -x_69 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__7; +lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +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_unsigned_to_nat(5u); +x_48 = lean_nat_dec_lt(x_47, x_21); +lean_dec(x_21); +x_49 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__5; lean_inc(x_1); -lean_inc(x_49); -lean_inc(x_48); -x_70 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__3___boxed), 15, 6); -lean_closure_set(x_70, 0, x_48); -lean_closure_set(x_70, 1, x_49); -lean_closure_set(x_70, 2, x_69); -lean_closure_set(x_70, 3, x_50); -lean_closure_set(x_70, 4, x_1); -lean_closure_set(x_70, 5, x_4); -if (x_68 == 0) -{ -lean_object* x_125; lean_object* x_126; -lean_dec(x_42); -x_125 = l_Lean_instInhabitedExpr; -x_126 = l___private_Init_Util_0__outOfBounds___rarg(x_125); -x_71 = x_126; -goto block_124; +lean_inc(x_26); +lean_inc(x_25); +x_50 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__3___boxed), 15, 6); +lean_closure_set(x_50, 0, x_25); +lean_closure_set(x_50, 1, x_26); +lean_closure_set(x_50, 2, x_49); +lean_closure_set(x_50, 3, x_28); +lean_closure_set(x_50, 4, x_1); +lean_closure_set(x_50, 5, x_4); +if (x_48 == 0) +{ +lean_object* x_107; lean_object* x_108; +lean_dec(x_20); +x_107 = l_Lean_instInhabitedExpr; +x_108 = l___private_Init_Util_0__outOfBounds___rarg(x_107); +x_51 = x_108; +goto block_106; } else { -lean_object* x_127; -x_127 = lean_array_fget(x_42, x_33); -lean_dec(x_42); -x_71 = x_127; -goto block_124; +lean_object* x_109; +x_109 = lean_array_fget(x_20, x_47); +lean_dec(x_20); +x_51 = x_109; +goto block_106; } -block_124: +block_106: { -lean_object* x_72; +lean_object* x_52; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_72 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_71, x_70, x_5, x_6, x_7, x_8, x_9, x_10, x_67); -if (lean_obj_tag(x_72) == 0) +x_52 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_51, x_50, x_5, x_6, x_7, x_8, x_9, x_10, x_46); +if (lean_obj_tag(x_52) == 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_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_48); -x_75 = l_Lean_Meta_getLevel(x_48, x_7, x_8, x_9, x_10, x_74); -if (lean_obj_tag(x_75) == 0) +lean_inc(x_25); +x_55 = l_Lean_Meta_getLevel(x_25, x_7, x_8, x_9, x_10, x_54); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -lean_inc(x_49); -x_78 = l_Lean_Meta_getLevel(x_49, x_7, x_8, x_9, x_10, x_77); -if (lean_obj_tag(x_78) == 0) -{ -uint8_t x_79; -x_79 = !lean_is_exclusive(x_78); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; 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; -x_80 = lean_ctor_get(x_78, 0); -x_81 = lean_box(0); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -x_83 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_83, 0, x_76); -lean_ctor_set(x_83, 1, x_82); -x_84 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_84, 0, x_60); -lean_ctor_set(x_84, 1, x_83); -x_85 = l_Lean_Expr_const___override(x_14, x_84); -x_86 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__8; -x_87 = lean_array_push(x_86, x_48); -x_88 = lean_array_push(x_87, x_49); -x_89 = lean_array_push(x_88, x_59); -x_90 = lean_array_push(x_89, x_1); -x_91 = lean_array_push(x_90, x_66); -x_92 = lean_array_push(x_91, x_73); -x_93 = lean_array_push(x_92, x_2); -x_94 = l_Lean_mkAppN(x_85, x_93); -lean_ctor_set(x_78, 0, x_94); -return x_78; +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); +lean_inc(x_26); +x_58 = l_Lean_Meta_getLevel(x_26, x_7, x_8, x_9, x_10, x_57); +if (lean_obj_tag(x_58) == 0) +{ +uint8_t x_59; +x_59 = !lean_is_exclusive(x_58); +if (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; 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; +x_60 = lean_ctor_get(x_58, 0); +x_61 = lean_box(0); +x_62 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_38); +lean_ctor_set(x_64, 1, x_63); +x_65 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__7; +x_66 = l_Lean_Expr_const___override(x_65, x_64); +x_67 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__8; +x_68 = lean_array_push(x_67, x_25); +x_69 = lean_array_push(x_68, x_26); +x_70 = lean_array_push(x_69, x_37); +x_71 = lean_array_push(x_70, x_1); +x_72 = lean_array_push(x_71, x_45); +x_73 = lean_array_push(x_72, x_53); +x_74 = lean_array_push(x_73, x_2); +x_75 = l_Lean_mkAppN(x_66, x_74); +lean_ctor_set(x_58, 0, x_75); +return x_58; } else { -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; -x_95 = lean_ctor_get(x_78, 0); -x_96 = lean_ctor_get(x_78, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_78); -x_97 = lean_box(0); -x_98 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_98, 0, x_95); -lean_ctor_set(x_98, 1, x_97); -x_99 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_99, 0, x_76); -lean_ctor_set(x_99, 1, x_98); -x_100 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_100, 0, x_60); -lean_ctor_set(x_100, 1, x_99); -x_101 = l_Lean_Expr_const___override(x_14, x_100); -x_102 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__8; -x_103 = lean_array_push(x_102, x_48); -x_104 = lean_array_push(x_103, x_49); -x_105 = lean_array_push(x_104, x_59); -x_106 = lean_array_push(x_105, x_1); -x_107 = lean_array_push(x_106, x_66); -x_108 = lean_array_push(x_107, x_73); -x_109 = lean_array_push(x_108, x_2); -x_110 = l_Lean_mkAppN(x_101, x_109); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_110); -lean_ctor_set(x_111, 1, x_96); -return x_111; -} -} -else -{ -uint8_t x_112; -lean_dec(x_76); -lean_dec(x_73); -lean_dec(x_66); -lean_dec(x_60); -lean_dec(x_59); -lean_dec(x_49); -lean_dec(x_48); +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; +x_76 = lean_ctor_get(x_58, 0); +x_77 = lean_ctor_get(x_58, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_58); +x_78 = lean_box(0); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_76); +lean_ctor_set(x_79, 1, x_78); +x_80 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_80, 0, x_56); +lean_ctor_set(x_80, 1, x_79); +x_81 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_81, 0, x_38); +lean_ctor_set(x_81, 1, x_80); +x_82 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__7; +x_83 = l_Lean_Expr_const___override(x_82, x_81); +x_84 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__8; +x_85 = lean_array_push(x_84, x_25); +x_86 = lean_array_push(x_85, x_26); +x_87 = lean_array_push(x_86, x_37); +x_88 = lean_array_push(x_87, x_1); +x_89 = lean_array_push(x_88, x_45); +x_90 = lean_array_push(x_89, x_53); +x_91 = lean_array_push(x_90, x_2); +x_92 = l_Lean_mkAppN(x_83, x_91); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_77); +return x_93; +} +} +else +{ +uint8_t x_94; +lean_dec(x_56); +lean_dec(x_53); +lean_dec(x_45); +lean_dec(x_38); +lean_dec(x_37); +lean_dec(x_26); +lean_dec(x_25); lean_dec(x_2); lean_dec(x_1); -x_112 = !lean_is_exclusive(x_78); -if (x_112 == 0) +x_94 = !lean_is_exclusive(x_58); +if (x_94 == 0) { -return x_78; +return x_58; } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_ctor_get(x_78, 0); -x_114 = lean_ctor_get(x_78, 1); -lean_inc(x_114); -lean_inc(x_113); -lean_dec(x_78); -x_115 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -return x_115; +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_58, 0); +x_96 = lean_ctor_get(x_58, 1); +lean_inc(x_96); +lean_inc(x_95); +lean_dec(x_58); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; } } } else { -uint8_t x_116; -lean_dec(x_73); -lean_dec(x_66); -lean_dec(x_60); -lean_dec(x_59); -lean_dec(x_49); -lean_dec(x_48); +uint8_t x_98; +lean_dec(x_53); +lean_dec(x_45); +lean_dec(x_38); +lean_dec(x_37); +lean_dec(x_26); +lean_dec(x_25); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); -x_116 = !lean_is_exclusive(x_75); -if (x_116 == 0) +x_98 = !lean_is_exclusive(x_55); +if (x_98 == 0) { -return x_75; +return x_55; } else { -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_75, 0); -x_118 = lean_ctor_get(x_75, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_75); -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_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_55, 0); +x_100 = lean_ctor_get(x_55, 1); +lean_inc(x_100); +lean_inc(x_99); +lean_dec(x_55); +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_120; -lean_dec(x_66); -lean_dec(x_60); -lean_dec(x_59); -lean_dec(x_49); -lean_dec(x_48); +uint8_t x_102; +lean_dec(x_45); +lean_dec(x_38); +lean_dec(x_37); +lean_dec(x_26); +lean_dec(x_25); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); -x_120 = !lean_is_exclusive(x_72); -if (x_120 == 0) +x_102 = !lean_is_exclusive(x_52); +if (x_102 == 0) { -return x_72; +return x_52; } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_72, 0); -x_122 = lean_ctor_get(x_72, 1); -lean_inc(x_122); -lean_inc(x_121); -lean_dec(x_72); -x_123 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_123, 0, x_121); -lean_ctor_set(x_123, 1, x_122); -return x_123; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_52, 0); +x_104 = lean_ctor_get(x_52, 1); +lean_inc(x_104); +lean_inc(x_103); +lean_dec(x_52); +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_128; -lean_dec(x_60); -lean_dec(x_59); -lean_dec(x_50); -lean_dec(x_49); -lean_dec(x_48); -lean_dec(x_43); -lean_dec(x_42); +uint8_t x_110; +lean_dec(x_38); +lean_dec(x_37); +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -6440,35 +6801,35 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_128 = !lean_is_exclusive(x_65); -if (x_128 == 0) +x_110 = !lean_is_exclusive(x_44); +if (x_110 == 0) { -return x_65; +return x_44; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_65, 0); -x_130 = lean_ctor_get(x_65, 1); -lean_inc(x_130); -lean_inc(x_129); -lean_dec(x_65); -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_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_44, 0); +x_112 = lean_ctor_get(x_44, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_44); +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_136; -lean_dec(x_50); -lean_dec(x_49); -lean_dec(x_48); -lean_dec(x_43); -lean_dec(x_42); +uint8_t x_118; +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -6478,27 +6839,60 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_136 = !lean_is_exclusive(x_56); -if (x_136 == 0) +x_118 = !lean_is_exclusive(x_34); +if (x_118 == 0) { -return x_56; +return x_34; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_56, 0); -x_138 = lean_ctor_get(x_56, 1); -lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_56); -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_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_34, 0); +x_120 = lean_ctor_get(x_34, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_34); +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 +{ +uint8_t x_126; +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_21); +lean_dec(x_20); +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); +lean_dec(x_1); +x_126 = !lean_is_exclusive(x_27); +if (x_126 == 0) +{ +return x_27; +} +else +{ +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_27, 0); +x_128 = lean_ctor_get(x_27, 1); +lean_inc(x_128); +lean_inc(x_127); +lean_dec(x_27); +x_129 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_129, 0, x_127); +lean_ctor_set(x_129, 1, x_128); +return x_129; } } } @@ -6872,22 +7266,12 @@ return x_55; static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__1() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___lambda__2___closed__1; -x_2 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__2; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__2() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("Lean.Elab.PreDefinition.WF.Fix", 30); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__3() { +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__2() { _start: { lean_object* x_1; @@ -6895,7 +7279,7 @@ x_1 = lean_mk_string_from_bytes("_private.Lean.Elab.PreDefinition.WF.Fix.0.Lean. return x_1; } } -static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__4() { +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__3() { _start: { lean_object* x_1; @@ -6903,19 +7287,29 @@ x_1 = lean_mk_string_from_bytes("unreachable code has been reached", 33); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5() { +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___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_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__2; -x_2 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__3; +x_1 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__1; +x_2 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__2; x_3 = lean_unsigned_to_nat(147u); x_4 = lean_unsigned_to_nat(49u); -x_5 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__4; +x_5 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___lambda__2___closed__1; +x_2 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___closed__6; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; +} +} static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6() { _start: { @@ -6928,555 +7322,570 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn(lean_object* x_1, lean_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: { -uint8_t x_12; -x_12 = l_Lean_Expr_isFVar(x_1); -if (x_12 == 0) +uint8_t x_12; uint8_t x_160; +x_160 = l_Lean_Expr_isFVar(x_1); +if (x_160 == 0) { -lean_object* x_13; -lean_dec(x_1); -x_13 = lean_apply_9(x_4, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_13; +uint8_t x_161; +x_161 = 0; +x_12 = x_161; +goto block_159; } else { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__1; -x_15 = lean_unsigned_to_nat(5u); -x_16 = l_Lean_Expr_isAppOfArity(x_3, x_14, x_15); -if (x_16 == 0) +lean_object* x_162; lean_object* x_163; uint8_t x_164; +x_162 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; +x_163 = lean_unsigned_to_nat(5u); +x_164 = l_Lean_Expr_isAppOfArity(x_3, x_162, x_163); +if (x_164 == 0) { -lean_object* x_17; -lean_dec(x_1); -x_17 = lean_apply_9(x_4, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_17; +uint8_t x_165; +x_165 = 0; +x_12 = x_165; +goto block_159; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_18 = lean_unsigned_to_nat(0u); -x_19 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_18); -x_20 = lean_unsigned_to_nat(3u); -x_21 = lean_nat_sub(x_19, x_20); -x_22 = lean_unsigned_to_nat(1u); -x_23 = lean_nat_sub(x_21, x_22); -lean_dec(x_21); +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; uint8_t x_173; +x_166 = lean_unsigned_to_nat(0u); +x_167 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_166); +x_168 = lean_unsigned_to_nat(3u); +x_169 = lean_nat_sub(x_167, x_168); +x_170 = lean_unsigned_to_nat(1u); +x_171 = lean_nat_sub(x_169, x_170); +lean_dec(x_169); lean_inc(x_3); -x_24 = l_Lean_Expr_getRevArg_x21(x_3, x_23); -x_25 = lean_expr_eqv(x_24, x_1); -lean_dec(x_24); -if (x_25 == 0) +x_172 = l_Lean_Expr_getRevArg_x21(x_3, x_171); +x_173 = lean_expr_eqv(x_172, x_1); +lean_dec(x_172); +if (x_173 == 0) { -lean_object* x_26; -lean_dec(x_19); -lean_dec(x_1); -x_26 = lean_apply_9(x_4, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_26; +uint8_t x_174; +lean_dec(x_167); +x_174 = 0; +x_12 = x_174; +goto block_159; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_27 = lean_unsigned_to_nat(4u); -x_28 = lean_nat_sub(x_19, x_27); -x_29 = lean_nat_sub(x_28, x_22); -lean_dec(x_28); +lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; +x_175 = lean_unsigned_to_nat(4u); +x_176 = lean_nat_sub(x_167, x_175); +lean_dec(x_167); +x_177 = lean_nat_sub(x_176, x_170); +lean_dec(x_176); lean_inc(x_3); -x_30 = l_Lean_Expr_getRevArg_x21(x_3, x_29); -x_31 = l_Lean_Expr_isLambda(x_30); -if (x_31 == 0) +x_178 = l_Lean_Expr_getRevArg_x21(x_3, x_177); +x_179 = l_Lean_Expr_isLambda(x_178); +if (x_179 == 0) { -lean_object* x_32; -lean_dec(x_30); -lean_dec(x_19); -lean_dec(x_1); -x_32 = lean_apply_9(x_4, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_32; +uint8_t x_180; +lean_dec(x_178); +x_180 = 0; +x_12 = x_180; +goto block_159; } else { -lean_object* x_33; uint8_t x_34; -x_33 = l_Lean_Expr_bindingBody_x21(x_30); -lean_dec(x_30); -x_34 = l_Lean_Expr_isLambda(x_33); -lean_dec(x_33); -if (x_34 == 0) +lean_object* x_181; uint8_t x_182; +x_181 = l_Lean_Expr_bindingBody_x21(x_178); +lean_dec(x_178); +x_182 = l_Lean_Expr_isLambda(x_181); +lean_dec(x_181); +x_12 = x_182; +goto block_159; +} +} +} +} +block_159: { -lean_object* x_35; -lean_dec(x_19); +if (x_12 == 0) +{ +lean_object* x_13; lean_dec(x_1); -x_35 = lean_apply_9(x_4, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_35; +x_13 = lean_apply_9(x_4, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_13; } else { -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 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___closed__1; -lean_inc(x_19); -x_37 = lean_mk_array(x_19, x_36); -x_38 = lean_nat_sub(x_19, x_22); -lean_dec(x_19); +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; +x_14 = lean_unsigned_to_nat(0u); +x_15 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_14); +x_16 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_replaceRecApps_processRec___closed__1; +lean_inc(x_15); +x_17 = lean_mk_array(x_15, x_16); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_sub(x_15, x_18); +lean_dec(x_15); lean_inc(x_3); -x_39 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_37, x_38); -x_40 = l_Lean_Expr_getAppFn(x_3); +x_20 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_17, x_19); +x_21 = l_Lean_Expr_getAppFn(x_3); lean_dec(x_3); -x_41 = l_Lean_Expr_constLevels_x21(x_40); -if (lean_obj_tag(x_41) == 0) +x_22 = l_Lean_Expr_constLevels_x21(x_21); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_42; lean_object* x_43; -lean_dec(x_39); +lean_object* x_23; lean_object* x_24; +lean_dec(x_20); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_42 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; -x_43 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_42, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_43; +x_23 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__4; +x_24 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_23, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_24; } else { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_41, 1); -lean_inc(x_44); -if (lean_is_exclusive(x_41)) { - lean_ctor_release(x_41, 0); - lean_ctor_release(x_41, 1); - x_45 = x_41; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + lean_ctor_release(x_22, 1); + x_26 = x_22; } else { - lean_dec_ref(x_41); - x_45 = lean_box(0); + lean_dec_ref(x_22); + x_26 = lean_box(0); } -if (lean_obj_tag(x_44) == 0) +if (lean_obj_tag(x_25) == 0) { -lean_object* x_46; lean_object* x_47; -lean_dec(x_45); -lean_dec(x_39); +lean_object* x_27; lean_object* x_28; +lean_dec(x_26); +lean_dec(x_20); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_46 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; -x_47 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_46, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_47; +x_27 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__4; +x_28 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_28; } else { -lean_object* x_48; -x_48 = lean_ctor_get(x_44, 1); -lean_inc(x_48); -if (lean_obj_tag(x_48) == 0) +lean_object* x_29; +x_29 = lean_ctor_get(x_25, 1); +lean_inc(x_29); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_49; lean_object* x_50; -lean_dec(x_45); -lean_dec(x_44); -lean_dec(x_39); +lean_object* x_30; lean_object* x_31; +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_20); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_49 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; -x_50 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_49, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_50; +x_30 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__4; +x_31 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_31; } else { -lean_object* x_51; -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); -if (lean_obj_tag(x_51) == 0) +lean_object* x_32; +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; uint8_t x_58; lean_object* x_59; lean_object* x_60; -x_52 = lean_ctor_get(x_44, 0); -lean_inc(x_52); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - lean_ctor_release(x_44, 1); - x_53 = x_44; +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_39; lean_object* x_40; lean_object* x_41; +x_33 = lean_ctor_get(x_25, 0); +lean_inc(x_33); +if (lean_is_exclusive(x_25)) { + lean_ctor_release(x_25, 0); + lean_ctor_release(x_25, 1); + x_34 = x_25; } else { - lean_dec_ref(x_44); - x_53 = lean_box(0); + lean_dec_ref(x_25); + x_34 = lean_box(0); } -x_54 = lean_ctor_get(x_48, 0); -lean_inc(x_54); -if (lean_is_exclusive(x_48)) { - lean_ctor_release(x_48, 0); - lean_ctor_release(x_48, 1); - x_55 = x_48; +x_35 = lean_ctor_get(x_29, 0); +lean_inc(x_35); +if (lean_is_exclusive(x_29)) { + lean_ctor_release(x_29, 0); + lean_ctor_release(x_29, 1); + x_36 = x_29; } else { - lean_dec_ref(x_48); - x_55 = lean_box(0); + lean_dec_ref(x_29); + x_36 = lean_box(0); } -x_56 = lean_array_get_size(x_39); -x_57 = lean_nat_dec_lt(x_18, x_56); -x_58 = lean_nat_dec_lt(x_22, x_56); +x_37 = lean_array_get_size(x_20); +x_38 = lean_nat_dec_lt(x_14, x_37); +x_39 = lean_nat_dec_lt(x_18, x_37); lean_inc(x_2); -x_59 = l_Lean_Expr_fvarId_x21(x_2); -if (x_57 == 0) +x_40 = l_Lean_Expr_fvarId_x21(x_2); +if (x_38 == 0) { -lean_object* x_168; lean_object* x_169; -x_168 = l_Lean_instInhabitedExpr; -x_169 = l___private_Init_Util_0__outOfBounds___rarg(x_168); -x_60 = x_169; -goto block_167; +lean_object* x_154; lean_object* x_155; +x_154 = l_Lean_instInhabitedExpr; +x_155 = l___private_Init_Util_0__outOfBounds___rarg(x_154); +x_41 = x_155; +goto block_153; } else { -lean_object* x_170; -x_170 = lean_array_fget(x_39, x_18); -x_60 = x_170; -goto block_167; +lean_object* x_156; +x_156 = lean_array_fget(x_20, x_14); +x_41 = x_156; +goto block_153; } -block_167: +block_153: { -lean_object* x_61; -if (x_58 == 0) +lean_object* x_42; +if (x_39 == 0) { -lean_object* x_164; lean_object* x_165; -x_164 = l_Lean_instInhabitedExpr; -x_165 = l___private_Init_Util_0__outOfBounds___rarg(x_164); -x_61 = x_165; -goto block_163; +lean_object* x_150; lean_object* x_151; +x_150 = l_Lean_instInhabitedExpr; +x_151 = l___private_Init_Util_0__outOfBounds___rarg(x_150); +x_42 = x_151; +goto block_149; } else { -lean_object* x_166; -x_166 = lean_array_fget(x_39, x_22); -x_61 = x_166; -goto block_163; +lean_object* x_152; +x_152 = lean_array_fget(x_20, x_18); +x_42 = x_152; +goto block_149; } -block_163: +block_149: { -lean_object* x_62; +lean_object* x_43; lean_inc(x_7); -x_62 = l_Lean_FVarId_getDecl(x_59, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_62) == 0) +x_43 = l_Lean_FVarId_getDecl(x_40, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; -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(2u); -x_66 = lean_nat_dec_lt(x_65, x_56); +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_unsigned_to_nat(2u); +x_47 = lean_nat_dec_lt(x_46, x_37); lean_inc(x_1); -lean_inc(x_63); -x_67 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__1___boxed), 11, 2); -lean_closure_set(x_67, 0, x_63); -lean_closure_set(x_67, 1, x_1); -if (x_66 == 0) +lean_inc(x_44); +x_48 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___lambda__1___boxed), 11, 2); +lean_closure_set(x_48, 0, x_44); +lean_closure_set(x_48, 1, x_1); +if (x_47 == 0) { -lean_object* x_156; lean_object* x_157; -x_156 = l_Lean_instInhabitedExpr; -x_157 = l___private_Init_Util_0__outOfBounds___rarg(x_156); -x_68 = x_157; -goto block_155; +lean_object* x_142; lean_object* x_143; +x_142 = l_Lean_instInhabitedExpr; +x_143 = l___private_Init_Util_0__outOfBounds___rarg(x_142); +x_49 = x_143; +goto block_141; } else { -lean_object* x_158; -x_158 = lean_array_fget(x_39, x_65); -x_68 = x_158; -goto block_155; +lean_object* x_144; +x_144 = lean_array_fget(x_20, x_46); +x_49 = x_144; +goto block_141; } -block_155: +block_141: { -lean_object* x_69; +lean_object* x_50; 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_69 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_68, x_67, x_5, x_6, x_7, x_8, x_9, x_10, x_64); -if (lean_obj_tag(x_69) == 0) +x_50 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_49, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_45); +if (lean_obj_tag(x_50) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; lean_object* x_75; -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 = lean_ctor_get(x_70, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_70, 1); -lean_inc(x_73); -lean_dec(x_70); -x_74 = lean_nat_dec_lt(x_27, x_56); -lean_dec(x_56); +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = lean_ctor_get(x_51, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_51, 1); +lean_inc(x_54); +lean_dec(x_51); +x_55 = lean_unsigned_to_nat(4u); +x_56 = lean_nat_dec_lt(x_55, x_37); +lean_dec(x_37); lean_inc(x_1); -lean_inc(x_61); -lean_inc(x_60); -x_75 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___lambda__2___boxed), 14, 5); -lean_closure_set(x_75, 0, x_60); -lean_closure_set(x_75, 1, x_61); -lean_closure_set(x_75, 2, x_63); -lean_closure_set(x_75, 3, x_1); -lean_closure_set(x_75, 4, x_4); -if (x_74 == 0) +lean_inc(x_42); +lean_inc(x_41); +x_57 = lean_alloc_closure((void*)(l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___lambda__2___boxed), 14, 5); +lean_closure_set(x_57, 0, x_41); +lean_closure_set(x_57, 1, x_42); +lean_closure_set(x_57, 2, x_44); +lean_closure_set(x_57, 3, x_1); +lean_closure_set(x_57, 4, x_4); +if (x_56 == 0) { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -lean_dec(x_39); -x_76 = l_Lean_instInhabitedExpr; -x_77 = l___private_Init_Util_0__outOfBounds___rarg(x_76); -x_78 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_77, x_75, x_5, x_6, x_7, x_8, x_9, x_10, x_71); -if (lean_obj_tag(x_78) == 0) -{ -uint8_t x_79; -x_79 = !lean_is_exclusive(x_78); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; 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; -x_80 = lean_ctor_get(x_78, 0); -x_81 = lean_box(0); -if (lean_is_scalar(x_55)) { - x_82 = lean_alloc_ctor(1, 2, 0); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +lean_dec(x_20); +x_58 = l_Lean_instInhabitedExpr; +x_59 = l___private_Init_Util_0__outOfBounds___rarg(x_58); +x_60 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_59, x_57, x_5, x_6, x_7, x_8, x_9, x_10, x_52); +if (lean_obj_tag(x_60) == 0) +{ +uint8_t x_61; +x_61 = !lean_is_exclusive(x_60); +if (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_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_62 = lean_ctor_get(x_60, 0); +x_63 = lean_box(0); +if (lean_is_scalar(x_36)) { + x_64 = lean_alloc_ctor(1, 2, 0); } else { - x_82 = x_55; + x_64 = x_36; } -lean_ctor_set(x_82, 0, x_54); -lean_ctor_set(x_82, 1, x_81); -if (lean_is_scalar(x_53)) { - x_83 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_35); +lean_ctor_set(x_64, 1, x_63); +if (lean_is_scalar(x_34)) { + x_65 = lean_alloc_ctor(1, 2, 0); } else { - x_83 = x_53; + x_65 = x_34; } -lean_ctor_set(x_83, 0, x_52); -lean_ctor_set(x_83, 1, x_82); -if (lean_is_scalar(x_45)) { - x_84 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_33); +lean_ctor_set(x_65, 1, x_64); +if (lean_is_scalar(x_26)) { + x_66 = lean_alloc_ctor(1, 2, 0); } else { - x_84 = x_45; -} -lean_ctor_set(x_84, 0, x_73); -lean_ctor_set(x_84, 1, x_83); -x_85 = l_Lean_Expr_const___override(x_14, x_84); -x_86 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; -x_87 = lean_array_push(x_86, x_60); -x_88 = lean_array_push(x_87, x_61); -x_89 = lean_array_push(x_88, x_72); -x_90 = lean_array_push(x_89, x_1); -x_91 = lean_array_push(x_90, x_80); -x_92 = lean_array_push(x_91, x_2); -x_93 = l_Lean_mkAppN(x_85, x_92); -lean_ctor_set(x_78, 0, x_93); -return x_78; + x_66 = x_26; +} +lean_ctor_set(x_66, 0, x_54); +lean_ctor_set(x_66, 1, x_65); +x_67 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; +x_68 = l_Lean_Expr_const___override(x_67, x_66); +x_69 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; +x_70 = lean_array_push(x_69, x_41); +x_71 = lean_array_push(x_70, x_42); +x_72 = lean_array_push(x_71, x_53); +x_73 = lean_array_push(x_72, x_1); +x_74 = lean_array_push(x_73, x_62); +x_75 = lean_array_push(x_74, x_2); +x_76 = l_Lean_mkAppN(x_68, x_75); +lean_ctor_set(x_60, 0, x_76); +return x_60; } 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; -x_94 = lean_ctor_get(x_78, 0); -x_95 = lean_ctor_get(x_78, 1); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_78); -x_96 = lean_box(0); -if (lean_is_scalar(x_55)) { - x_97 = lean_alloc_ctor(1, 2, 0); +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; +x_77 = lean_ctor_get(x_60, 0); +x_78 = lean_ctor_get(x_60, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_60); +x_79 = lean_box(0); +if (lean_is_scalar(x_36)) { + x_80 = lean_alloc_ctor(1, 2, 0); } else { - x_97 = x_55; + x_80 = x_36; } -lean_ctor_set(x_97, 0, x_54); -lean_ctor_set(x_97, 1, x_96); -if (lean_is_scalar(x_53)) { - x_98 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_80, 0, x_35); +lean_ctor_set(x_80, 1, x_79); +if (lean_is_scalar(x_34)) { + x_81 = lean_alloc_ctor(1, 2, 0); } else { - x_98 = x_53; + x_81 = x_34; } -lean_ctor_set(x_98, 0, x_52); -lean_ctor_set(x_98, 1, x_97); -if (lean_is_scalar(x_45)) { - x_99 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_81, 0, x_33); +lean_ctor_set(x_81, 1, x_80); +if (lean_is_scalar(x_26)) { + x_82 = lean_alloc_ctor(1, 2, 0); } else { - x_99 = x_45; -} -lean_ctor_set(x_99, 0, x_73); -lean_ctor_set(x_99, 1, x_98); -x_100 = l_Lean_Expr_const___override(x_14, x_99); -x_101 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; -x_102 = lean_array_push(x_101, x_60); -x_103 = lean_array_push(x_102, x_61); -x_104 = lean_array_push(x_103, x_72); -x_105 = lean_array_push(x_104, x_1); -x_106 = lean_array_push(x_105, x_94); -x_107 = lean_array_push(x_106, x_2); -x_108 = l_Lean_mkAppN(x_100, x_107); -x_109 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_109, 1, x_95); -return x_109; + x_82 = x_26; +} +lean_ctor_set(x_82, 0, x_54); +lean_ctor_set(x_82, 1, x_81); +x_83 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; +x_84 = l_Lean_Expr_const___override(x_83, x_82); +x_85 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; +x_86 = lean_array_push(x_85, x_41); +x_87 = lean_array_push(x_86, x_42); +x_88 = lean_array_push(x_87, x_53); +x_89 = lean_array_push(x_88, x_1); +x_90 = lean_array_push(x_89, x_77); +x_91 = lean_array_push(x_90, x_2); +x_92 = l_Lean_mkAppN(x_84, x_91); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_78); +return x_93; } } else { -uint8_t x_110; -lean_dec(x_73); -lean_dec(x_72); -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_55); +uint8_t x_94; lean_dec(x_54); lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_45); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_36); +lean_dec(x_35); +lean_dec(x_34); +lean_dec(x_33); +lean_dec(x_26); lean_dec(x_2); lean_dec(x_1); -x_110 = !lean_is_exclusive(x_78); -if (x_110 == 0) +x_94 = !lean_is_exclusive(x_60); +if (x_94 == 0) { -return x_78; +return x_60; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_78, 0); -x_112 = lean_ctor_get(x_78, 1); -lean_inc(x_112); -lean_inc(x_111); -lean_dec(x_78); -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; +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_60, 0); +x_96 = lean_ctor_get(x_60, 1); +lean_inc(x_96); +lean_inc(x_95); +lean_dec(x_60); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; } } } else { -lean_object* x_114; lean_object* x_115; -x_114 = lean_array_fget(x_39, x_27); -lean_dec(x_39); -x_115 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_114, x_75, x_5, x_6, x_7, x_8, x_9, x_10, x_71); -if (lean_obj_tag(x_115) == 0) -{ -uint8_t x_116; -x_116 = !lean_is_exclusive(x_115); -if (x_116 == 0) -{ -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; -x_117 = lean_ctor_get(x_115, 0); +lean_object* x_98; lean_object* x_99; +x_98 = lean_array_fget(x_20, x_55); +lean_dec(x_20); +x_99 = l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___spec__1___rarg(x_98, x_57, x_5, x_6, x_7, x_8, x_9, x_10, x_52); +if (lean_obj_tag(x_99) == 0) +{ +uint8_t x_100; +x_100 = !lean_is_exclusive(x_99); +if (x_100 == 0) +{ +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; +x_101 = lean_ctor_get(x_99, 0); +x_102 = lean_box(0); +if (lean_is_scalar(x_36)) { + x_103 = lean_alloc_ctor(1, 2, 0); +} else { + x_103 = x_36; +} +lean_ctor_set(x_103, 0, x_35); +lean_ctor_set(x_103, 1, x_102); +if (lean_is_scalar(x_34)) { + x_104 = lean_alloc_ctor(1, 2, 0); +} else { + x_104 = x_34; +} +lean_ctor_set(x_104, 0, x_33); +lean_ctor_set(x_104, 1, x_103); +if (lean_is_scalar(x_26)) { + x_105 = lean_alloc_ctor(1, 2, 0); +} else { + x_105 = x_26; +} +lean_ctor_set(x_105, 0, x_54); +lean_ctor_set(x_105, 1, x_104); +x_106 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; +x_107 = l_Lean_Expr_const___override(x_106, x_105); +x_108 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; +x_109 = lean_array_push(x_108, x_41); +x_110 = lean_array_push(x_109, x_42); +x_111 = lean_array_push(x_110, x_53); +x_112 = lean_array_push(x_111, x_1); +x_113 = lean_array_push(x_112, x_101); +x_114 = lean_array_push(x_113, x_2); +x_115 = l_Lean_mkAppN(x_107, x_114); +lean_ctor_set(x_99, 0, x_115); +return x_99; +} +else +{ +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; +x_116 = lean_ctor_get(x_99, 0); +x_117 = lean_ctor_get(x_99, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_99); x_118 = lean_box(0); -if (lean_is_scalar(x_55)) { +if (lean_is_scalar(x_36)) { x_119 = lean_alloc_ctor(1, 2, 0); } else { - x_119 = x_55; + x_119 = x_36; } -lean_ctor_set(x_119, 0, x_54); +lean_ctor_set(x_119, 0, x_35); lean_ctor_set(x_119, 1, x_118); -if (lean_is_scalar(x_53)) { +if (lean_is_scalar(x_34)) { x_120 = lean_alloc_ctor(1, 2, 0); } else { - x_120 = x_53; + x_120 = x_34; } -lean_ctor_set(x_120, 0, x_52); +lean_ctor_set(x_120, 0, x_33); lean_ctor_set(x_120, 1, x_119); -if (lean_is_scalar(x_45)) { +if (lean_is_scalar(x_26)) { x_121 = lean_alloc_ctor(1, 2, 0); } else { - x_121 = x_45; + x_121 = x_26; } -lean_ctor_set(x_121, 0, x_73); +lean_ctor_set(x_121, 0, x_54); lean_ctor_set(x_121, 1, x_120); -x_122 = l_Lean_Expr_const___override(x_14, x_121); -x_123 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; -x_124 = lean_array_push(x_123, x_60); -x_125 = lean_array_push(x_124, x_61); -x_126 = lean_array_push(x_125, x_72); -x_127 = lean_array_push(x_126, x_1); -x_128 = lean_array_push(x_127, x_117); -x_129 = lean_array_push(x_128, x_2); -x_130 = l_Lean_mkAppN(x_122, x_129); -lean_ctor_set(x_115, 0, x_130); -return x_115; -} -else -{ -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; -x_131 = lean_ctor_get(x_115, 0); -x_132 = lean_ctor_get(x_115, 1); -lean_inc(x_132); -lean_inc(x_131); -lean_dec(x_115); -x_133 = lean_box(0); -if (lean_is_scalar(x_55)) { - x_134 = lean_alloc_ctor(1, 2, 0); -} else { - x_134 = x_55; -} -lean_ctor_set(x_134, 0, x_54); -lean_ctor_set(x_134, 1, x_133); -if (lean_is_scalar(x_53)) { - x_135 = lean_alloc_ctor(1, 2, 0); -} else { - x_135 = x_53; -} -lean_ctor_set(x_135, 0, x_52); -lean_ctor_set(x_135, 1, x_134); -if (lean_is_scalar(x_45)) { - x_136 = lean_alloc_ctor(1, 2, 0); -} else { - x_136 = x_45; -} -lean_ctor_set(x_136, 0, x_73); -lean_ctor_set(x_136, 1, x_135); -x_137 = l_Lean_Expr_const___override(x_14, x_136); -x_138 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; -x_139 = lean_array_push(x_138, x_60); -x_140 = lean_array_push(x_139, x_61); -x_141 = lean_array_push(x_140, x_72); -x_142 = lean_array_push(x_141, x_1); -x_143 = lean_array_push(x_142, x_131); -x_144 = lean_array_push(x_143, x_2); -x_145 = l_Lean_mkAppN(x_137, x_144); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_145); -lean_ctor_set(x_146, 1, x_132); -return x_146; +x_122 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; +x_123 = l_Lean_Expr_const___override(x_122, x_121); +x_124 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__6; +x_125 = lean_array_push(x_124, x_41); +x_126 = lean_array_push(x_125, x_42); +x_127 = lean_array_push(x_126, x_53); +x_128 = lean_array_push(x_127, x_1); +x_129 = lean_array_push(x_128, x_116); +x_130 = lean_array_push(x_129, x_2); +x_131 = l_Lean_mkAppN(x_123, x_130); +x_132 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_132, 0, x_131); +lean_ctor_set(x_132, 1, x_117); +return x_132; } } else { -uint8_t x_147; -lean_dec(x_73); -lean_dec(x_72); -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_55); +uint8_t x_133; lean_dec(x_54); lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_45); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_36); +lean_dec(x_35); +lean_dec(x_34); +lean_dec(x_33); +lean_dec(x_26); lean_dec(x_2); lean_dec(x_1); -x_147 = !lean_is_exclusive(x_115); -if (x_147 == 0) +x_133 = !lean_is_exclusive(x_99); +if (x_133 == 0) { -return x_115; +return x_99; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_115, 0); -x_149 = lean_ctor_get(x_115, 1); -lean_inc(x_149); -lean_inc(x_148); -lean_dec(x_115); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_99, 0); +x_135 = lean_ctor_get(x_99, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_99); +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; } } } } else { -uint8_t x_151; -lean_dec(x_63); -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_56); -lean_dec(x_55); -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_45); -lean_dec(x_39); +uint8_t x_137; +lean_dec(x_44); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_37); +lean_dec(x_36); +lean_dec(x_35); +lean_dec(x_34); +lean_dec(x_33); +lean_dec(x_26); +lean_dec(x_20); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -7486,39 +7895,39 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_151 = !lean_is_exclusive(x_69); -if (x_151 == 0) +x_137 = !lean_is_exclusive(x_50); +if (x_137 == 0) { -return x_69; +return x_50; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_69, 0); -x_153 = lean_ctor_get(x_69, 1); -lean_inc(x_153); -lean_inc(x_152); -lean_dec(x_69); -x_154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_154, 0, x_152); -lean_ctor_set(x_154, 1, x_153); -return x_154; +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_50, 0); +x_139 = lean_ctor_get(x_50, 1); +lean_inc(x_139); +lean_inc(x_138); +lean_dec(x_50); +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 { -uint8_t x_159; -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_56); -lean_dec(x_55); -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_45); -lean_dec(x_39); +uint8_t x_145; +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_37); +lean_dec(x_36); +lean_dec(x_35); +lean_dec(x_34); +lean_dec(x_33); +lean_dec(x_26); +lean_dec(x_20); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -7528,23 +7937,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_159 = !lean_is_exclusive(x_62); -if (x_159 == 0) +x_145 = !lean_is_exclusive(x_43); +if (x_145 == 0) { -return x_62; +return x_43; } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_62, 0); -x_161 = lean_ctor_get(x_62, 1); -lean_inc(x_161); -lean_inc(x_160); -lean_dec(x_62); -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_146; lean_object* x_147; lean_object* x_148; +x_146 = lean_ctor_get(x_43, 0); +x_147 = lean_ctor_get(x_43, 1); +lean_inc(x_147); +lean_inc(x_146); +lean_dec(x_43); +x_148 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_148, 0, x_146); +lean_ctor_set(x_148, 1, x_147); +return x_148; } } } @@ -7552,21 +7961,18 @@ return x_162; } else { -lean_object* x_171; lean_object* x_172; -lean_dec(x_51); -lean_dec(x_48); -lean_dec(x_45); -lean_dec(x_44); -lean_dec(x_39); +lean_object* x_157; lean_object* x_158; +lean_dec(x_32); +lean_dec(x_29); +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_20); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_171 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__5; -x_172 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_171, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_172; -} -} -} +x_157 = l___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___closed__4; +x_158 = l_panic___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processPSigmaCasesOn___spec__1(x_157, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_158; } } } @@ -8279,7 +8685,7 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_19 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_15, x_18, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_16); +x_19 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_15, x_18, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_16); 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; @@ -8329,7 +8735,7 @@ lean_closure_set(x_31, 2, x_4); lean_closure_set(x_31, 3, x_23); lean_closure_set(x_31, 4, x_22); x_32 = l_Lean_Elab_WF_mkFix___closed__2; -x_33 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_30, x_32, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_29); +x_33 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_30, x_32, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_29); return x_33; } else diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/WF/Main.c b/stage0/stdlib/Lean/Elab/PreDefinition/WF/Main.c index 5ddc7395f6e7..3c216cd1da93 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/WF/Main.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/WF/Main.c @@ -25,40 +25,36 @@ extern lean_object* l_Lean_Elab_instInhabitedPreDefinition; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_isOnlyOneUnaryDef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___lambda__4(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_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__10; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__12; lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__6; lean_object* l_Lean_Elab_WF_mkUnaryArg_go___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_getFixedPrefix___spec__1___boxed(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_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__8; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3(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_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__7; 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_PreDefinition_WF_Main___hyg_2962____closed__5; static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__10; lean_object* l_Lean_Expr_sort___override(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___closed__1; 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_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963_(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_isOnlyOneUnaryDef___lambda__1(lean_object*, lean_object*, 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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__1(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_PreDefinition_WF_Main___hyg_2962____closed__2; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Elab_wfRecursion___lambda__2___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__13; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__8; lean_object* l_Lean_Elab_addAndCompilePartialRec(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_PreDefinition_WF_Main___hyg_2962____closed__15; lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withCommonTelescope_go___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__5; @@ -71,14 +67,13 @@ lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_wfRecursion___spec__3(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_wfRecursion(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_PreDefinition_WF_Main___hyg_2962____closed__16; extern lean_object* l_Lean_Expr_instBEqExpr; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__15; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withCommonTelescope_go___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*); static lean_object* l_Lean_Elab_wfRecursion___lambda__2___closed__2; lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_unfoldDeclsFrom(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__6; lean_object* l_Lean_Meta_iteToDIte___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_wfRecursion___spec__5___closed__1; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); @@ -86,11 +81,13 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spe static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__1; static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__8; uint8_t l_Lean_Expr_isLambda(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instApplicativeReaderT___rarg(lean_object*); size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__9; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__4; lean_object* l_Lean_Elab_applyAttributesOf(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_PreDefinition_WF_Main___hyg_2963____closed__8; lean_object* l_instMonadControlT___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__3; @@ -99,55 +96,63 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_panic___at_Lean_Meta_whnfCore_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_isOnlyOneUnaryDef___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_PreDefinition_WF_Main___hyg_2962____closed__1; lean_object* l_Lean_Meta_forEachExpr_x27___at_Lean_Elab_Command_mkInstanceName___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_iteToDIte___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_withCommonTelescope___rarg___closed__1; -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__18; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___lambda__2___closed__1; lean_object* l_Lean_Elab_eraseRecAppSyntaxExpr___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__13; lean_object* l_Lean_Elab_WF_mkFix(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_Elab_Term_traceAtCmdPos___spec__2(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*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__5; lean_object* l_Lean_Elab_addNonRec___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_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__2(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__3; +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___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___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___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_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_whnfForall(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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2(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_forInUnsafe_loop___at_Lean_Elab_wfRecursion___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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__5; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__14; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__16; lean_object* lean_array_to_list(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_withCommonTelescope_go___rarg(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_num___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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_EXPORT lean_object* l_Lean_Elab_wfRecursion___lambda__5(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_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Elab_PreDefinition_WF_Fix_0__Lean_Elab_WF_processSumCasesOn___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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___closed__1; extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__7; extern lean_object* l_Lean_levelZero; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__1; extern lean_object* l_Lean_instInhabitedExpr; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__12; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__2; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__1; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_WF_registerEqnsInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_withCommonTelescope(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_getFixedPrefix___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__4; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_getFixedPrefix(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_PreDefinition_WF_Main___hyg_2963____closed__2; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__4; static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__6; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__6; @@ -163,6 +168,7 @@ lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_withCommonTelescope_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_binderInfo(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___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*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_getFixedPrefix___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_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_withCommonTelescope___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -179,34 +185,29 @@ lean_object* l_instMonadControlT__1___rarg(lean_object*); lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); lean_object* l_Lean_Elab_WF_elabWFRel___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_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__9; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_getFixedPrefix___lambda__1(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*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1; 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*); 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_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__2; lean_object* l_Lean_Elab_eraseRecAppSyntaxExpr___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__3; static lean_object* l_Lean_Elab_wfRecursion___closed__3; lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_WF_withFixedPrefix___spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__7; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__10; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__4; lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_wfRecursion___closed__2; lean_object* l___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Array_forInUnsafe_loop___at_Lean_Elab_wfRecursion___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* l_Lean_Elab_addAsAxiom(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__6; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_instMonadControlReaderT___lambda__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__1(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__18; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___spec__1___closed__11; @@ -222,6 +223,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefi LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_withCommonTelescope_go___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_Array_forInUnsafe_loop___at_Lean_Elab_wfRecursion___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_withCommonTelescope_go___spec__3(lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__17; static lean_object* l_Lean_Elab_wfRecursion___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs(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_enableInfoTree___at_Lean_Elab_addAndCompilePartialRec___spec__5(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -236,18 +238,16 @@ lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__7; lean_object* lean_string_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962_(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_wfRecursion___spec__2___closed__1; lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__17; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_wfRecursion___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___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*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, 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_wfRecursion___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_PreDefinition_WF_Main_0__Lean_Elab_isOnlyOneUnaryDef___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_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_withCommonTelescope_go(lean_object*); static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__4; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_wfRecursion___spec__5___closed__2; @@ -258,6 +258,7 @@ lean_object* lean_expr_instantiate1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___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_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___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___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(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_PreDefinition_WF_Main___hyg_2963____closed__6; lean_object* l_Nat_repr(lean_object*); static lean_object* l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1___closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_wfRecursion___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1899,7 +1900,7 @@ x_37 = l_Lean_Expr_binderInfo(x_14); lean_dec(x_14); x_38 = l_Lean_Expr_binderInfo(x_28); lean_dec(x_28); -x_39 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_37, x_38); +x_39 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_37, x_38); if (x_39 == 0) { uint8_t x_40; @@ -2003,7 +2004,7 @@ x_57 = l_Lean_Expr_binderInfo(x_14); lean_dec(x_14); x_58 = l_Lean_Expr_binderInfo(x_48); lean_dec(x_48); -x_59 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_57, x_58); +x_59 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_57, x_58); if (x_59 == 0) { uint8_t x_60; @@ -2161,119 +2162,120 @@ return x_17; LEAN_EXPORT lean_object* l_Lean_Elab_withCommonTelescope_go___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) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_50; uint8_t x_51; +lean_object* x_11; uint8_t x_12; lean_object* x_55; uint8_t x_56; x_11 = lean_array_get_size(x_3); -x_50 = lean_unsigned_to_nat(0u); -x_51 = lean_nat_dec_lt(x_50, x_11); -if (x_51 == 0) +x_55 = lean_unsigned_to_nat(0u); +x_56 = lean_nat_dec_lt(x_55, x_11); +if (x_56 == 0) { -lean_object* x_52; -x_52 = lean_box(0); -x_12 = x_52; -goto block_49; +uint8_t x_57; +x_57 = 0; +x_12 = x_57; +goto block_54; } else { -uint8_t x_53; -x_53 = lean_nat_dec_le(x_11, x_11); -if (x_53 == 0) +uint8_t x_58; +x_58 = lean_nat_dec_le(x_11, x_11); +if (x_58 == 0) { -lean_object* x_54; -x_54 = lean_box(0); -x_12 = x_54; -goto block_49; +uint8_t x_59; +x_59 = 0; +x_12 = x_59; +goto block_54; } else { -size_t x_55; size_t x_56; uint8_t x_57; -x_55 = 0; -x_56 = lean_usize_of_nat(x_11); -x_57 = l_Array_anyMUnsafe_any___at_Lean_Elab_withCommonTelescope_go___spec__3(x_3, x_55, x_56); -if (x_57 == 0) +size_t x_60; size_t x_61; uint8_t x_62; +x_60 = 0; +x_61 = lean_usize_of_nat(x_11); +x_62 = l_Array_anyMUnsafe_any___at_Lean_Elab_withCommonTelescope_go___spec__3(x_3, x_60, x_61); +if (x_62 == 0) { -lean_object* x_58; -x_58 = lean_box(0); -x_12 = x_58; -goto block_49; +uint8_t x_63; +x_63 = 0; +x_12 = x_63; +goto block_54; } else { -lean_object* x_59; -lean_dec(x_11); -x_59 = lean_apply_9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_59; +uint8_t x_64; +x_64 = 1; +x_12 = x_64; +goto block_54; } } } -block_49: +block_54: +{ +if (x_12 == 0) { lean_object* x_13; uint8_t x_14; uint8_t x_15; lean_object* x_16; -lean_dec(x_12); x_13 = lean_unsigned_to_nat(0u); x_14 = lean_nat_dec_lt(x_13, x_11); if (x_14 == 0) { -uint8_t x_33; -x_33 = 1; -x_15 = x_33; +uint8_t x_37; +x_37 = 1; +x_15 = x_37; x_16 = x_10; -goto block_32; +goto block_36; } else { -uint8_t x_34; -x_34 = lean_nat_dec_le(x_11, x_11); -if (x_34 == 0) +uint8_t x_38; +x_38 = lean_nat_dec_le(x_11, x_11); +if (x_38 == 0) { -uint8_t x_35; -x_35 = 1; -x_15 = x_35; +uint8_t x_39; +x_39 = 1; +x_15 = x_39; x_16 = x_10; -goto block_32; +goto block_36; } else { -size_t x_36; size_t x_37; lean_object* x_38; -x_36 = 0; -x_37 = lean_usize_of_nat(x_11); +size_t x_40; size_t x_41; lean_object* x_42; +x_40 = 0; +x_41 = lean_usize_of_nat(x_11); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_38 = l_Array_anyMUnsafe_any___at_Lean_Elab_withCommonTelescope_go___spec__2(x_3, x_11, x_3, x_36, x_37, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_38) == 0) +x_42 = l_Array_anyMUnsafe_any___at_Lean_Elab_withCommonTelescope_go___spec__2(x_3, x_11, x_3, x_40, x_41, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_39; uint8_t x_40; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -x_40 = lean_unbox(x_39); -lean_dec(x_39); -if (x_40 == 0) +lean_object* x_43; uint8_t x_44; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_unbox(x_43); +lean_dec(x_43); +if (x_44 == 0) { -lean_object* x_41; uint8_t x_42; -x_41 = lean_ctor_get(x_38, 1); -lean_inc(x_41); -lean_dec(x_38); -x_42 = 1; -x_15 = x_42; -x_16 = x_41; -goto block_32; +lean_object* x_45; uint8_t x_46; +x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_45); +lean_dec(x_42); +x_46 = 1; +x_15 = x_46; +x_16 = x_45; +goto block_36; } else { -lean_object* x_43; uint8_t x_44; -x_43 = lean_ctor_get(x_38, 1); -lean_inc(x_43); -lean_dec(x_38); -x_44 = 0; -x_15 = x_44; -x_16 = x_43; -goto block_32; +lean_object* x_47; uint8_t x_48; +x_47 = lean_ctor_get(x_42, 1); +lean_inc(x_47); +lean_dec(x_42); +x_48 = 0; +x_15 = x_48; +x_16 = x_47; +goto block_36; } } else { -uint8_t x_45; +uint8_t x_49; lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); @@ -2284,38 +2286,48 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_38); -if (x_45 == 0) +x_49 = !lean_is_exclusive(x_42); +if (x_49 == 0) { -return x_38; +return x_42; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_38, 0); -x_47 = lean_ctor_get(x_38, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_38); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -return x_48; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_42, 0); +x_51 = lean_ctor_get(x_42, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_42); +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; } } } } -block_32: +block_36: { +uint8_t x_17; if (x_15 == 0) { -lean_object* x_17; -lean_dec(x_11); -x_17 = lean_apply_9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_16); -return x_17; +uint8_t x_34; +x_34 = 1; +x_17 = x_34; +goto block_33; } else { +uint8_t x_35; +x_35 = 0; +x_17 = x_35; +goto block_33; +} +block_33: +{ +if (x_17 == 0) +{ lean_object* x_18; lean_inc(x_3); x_18 = lean_alloc_closure((void*)(l_Lean_Elab_withCommonTelescope_go___rarg___lambda__1), 12, 4); @@ -2351,6 +2363,22 @@ x_31 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rar return x_31; } } +else +{ +lean_object* x_32; +lean_dec(x_11); +x_32 = lean_apply_9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_16); +return x_32; +} +} +} +} +else +{ +lean_object* x_53; +lean_dec(x_11); +x_53 = lean_apply_9(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_53; } } } @@ -2438,44 +2466,7 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Elab_withCommonTelescope___rarg), 9, 0); return x_2; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = lean_ctor_get(x_6, 3); -lean_inc(x_7); -lean_dec(x_6); -x_8 = l_Lean_Expr_isAppOf(x_1, x_7); -lean_dec(x_7); -if (x_8 == 0) -{ -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; -goto _start; -} -else -{ -uint8_t x_12; -x_12 = 1; -return x_12; -} -} -else -{ -uint8_t x_13; -x_13 = 0; -return x_13; -} -} -} -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1() { _start: { uint8_t x_1; lean_object* x_2; lean_object* x_3; @@ -2486,7 +2477,7 @@ lean_ctor_set(x_3, 0, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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_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_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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_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; @@ -2506,662 +2497,662 @@ return x_16; } else { -lean_object* x_17; uint8_t x_18; +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_27; x_17 = lean_array_uget(x_4, x_6); -x_18 = !lean_is_exclusive(x_7); -if (x_18 == 0) +x_27 = !lean_is_exclusive(x_7); +if (x_27 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_19 = lean_ctor_get(x_7, 1); -x_20 = lean_ctor_get(x_7, 0); -lean_dec(x_20); -x_21 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -x_23 = lean_ctor_get(x_19, 2); -lean_inc(x_23); -x_24 = lean_nat_dec_lt(x_22, x_23); -if (x_24 == 0) +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_28 = lean_ctor_get(x_7, 1); +x_29 = lean_ctor_get(x_7, 0); +lean_dec(x_29); +x_30 = lean_ctor_get(x_28, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_28, 1); +lean_inc(x_31); +x_32 = lean_ctor_get(x_28, 2); +lean_inc(x_32); +x_33 = lean_nat_dec_lt(x_31, x_32); +if (x_33 == 0) { -lean_object* x_25; -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); +lean_object* x_34; +lean_dec(x_32); +lean_dec(x_31); +lean_dec(x_30); lean_dec(x_17); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); +lean_inc(x_3); lean_ctor_set(x_7, 0, x_3); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_7); -lean_ctor_set(x_25, 1, x_14); -return x_25; +x_34 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_34, 0, x_7); +x_18 = x_34; +x_19 = x_14; +goto block_26; } else { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_19); -if (x_26 == 0) +uint8_t x_35; +x_35 = !lean_is_exclusive(x_28); +if (x_35 == 0) { -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; uint8_t x_39; -x_27 = lean_ctor_get(x_19, 2); -lean_dec(x_27); -x_28 = lean_ctor_get(x_19, 1); -lean_dec(x_28); -x_29 = lean_ctor_get(x_19, 0); -lean_dec(x_29); -x_30 = lean_array_fget(x_21, x_22); -x_31 = lean_unsigned_to_nat(1u); -x_32 = lean_nat_add(x_22, x_31); -lean_dec(x_22); -lean_ctor_set(x_19, 1, x_32); -x_33 = lean_ctor_get(x_10, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_10, 1); -lean_inc(x_34); -x_35 = lean_ctor_get(x_10, 2); -lean_inc(x_35); -x_36 = lean_ctor_get(x_10, 3); -lean_inc(x_36); -x_37 = lean_ctor_get(x_10, 4); -lean_inc(x_37); -x_38 = lean_ctor_get(x_10, 5); -lean_inc(x_38); -x_39 = !lean_is_exclusive(x_33); -if (x_39 == 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; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_36 = lean_ctor_get(x_28, 2); +lean_dec(x_36); +x_37 = lean_ctor_get(x_28, 1); +lean_dec(x_37); +x_38 = lean_ctor_get(x_28, 0); +lean_dec(x_38); +x_39 = lean_array_fget(x_30, x_31); +x_40 = lean_unsigned_to_nat(1u); +x_41 = lean_nat_add(x_31, x_40); +lean_dec(x_31); +lean_ctor_set(x_28, 1, x_41); +x_42 = lean_ctor_get(x_10, 0); +lean_inc(x_42); +x_43 = lean_ctor_get(x_10, 1); +lean_inc(x_43); +x_44 = lean_ctor_get(x_10, 2); +lean_inc(x_44); +x_45 = lean_ctor_get(x_10, 3); +lean_inc(x_45); +x_46 = lean_ctor_get(x_10, 4); +lean_inc(x_46); +x_47 = lean_ctor_get(x_10, 5); +lean_inc(x_47); +x_48 = !lean_is_exclusive(x_42); +if (x_48 == 0) { -uint8_t x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; -x_40 = 2; -x_41 = 0; -lean_ctor_set_uint8(x_33, 5, x_40); -lean_ctor_set_uint8(x_33, 9, x_41); -x_42 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_42, 0, x_33); -lean_ctor_set(x_42, 1, x_34); -lean_ctor_set(x_42, 2, x_35); -lean_ctor_set(x_42, 3, x_36); -lean_ctor_set(x_42, 4, x_37); -lean_ctor_set(x_42, 5, x_38); +uint8_t x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; +x_49 = 2; +x_50 = 0; +lean_ctor_set_uint8(x_42, 5, x_49); +lean_ctor_set_uint8(x_42, 9, x_50); +x_51 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_51, 0, x_42); +lean_ctor_set(x_51, 1, x_43); +lean_ctor_set(x_51, 2, x_44); +lean_ctor_set(x_51, 3, x_45); +lean_ctor_set(x_51, 4, x_46); +lean_ctor_set(x_51, 5, x_47); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_43 = l_Lean_Meta_isExprDefEq(x_17, x_30, x_42, x_11, x_12, x_13, x_14); -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) +x_52 = l_Lean_Meta_isExprDefEq(x_17, x_39, x_51, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_52) == 0) { -uint8_t x_46; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_3); -x_46 = !lean_is_exclusive(x_43); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_43, 0); -lean_dec(x_47); -x_48 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1; -lean_ctor_set(x_7, 0, x_48); -lean_ctor_set(x_43, 0, x_7); -return x_43; -} -else +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_unbox(x_53); +lean_dec(x_53); +if (x_54 == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_43, 1); -lean_inc(x_49); -lean_dec(x_43); -x_50 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1; -lean_ctor_set(x_7, 0, x_50); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_7); -lean_ctor_set(x_51, 1, x_49); -return x_51; -} +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_52, 1); +lean_inc(x_55); +lean_dec(x_52); +x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1; +lean_ctor_set(x_7, 0, x_56); +x_57 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_57, 0, x_7); +x_18 = x_57; +x_19 = x_55; +goto block_26; } else { -lean_object* x_52; size_t x_53; size_t x_54; -x_52 = lean_ctor_get(x_43, 1); -lean_inc(x_52); -lean_dec(x_43); +lean_object* x_58; lean_object* x_59; +x_58 = lean_ctor_get(x_52, 1); +lean_inc(x_58); +lean_dec(x_52); lean_inc(x_3); lean_ctor_set(x_7, 0, x_3); -x_53 = 1; -x_54 = lean_usize_add(x_6, x_53); -x_6 = x_54; -x_14 = x_52; -goto _start; +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_7); +x_18 = x_59; +x_19 = x_58; +goto block_26; } } else { -uint8_t x_56; -lean_dec(x_19); +uint8_t x_60; +lean_dec(x_28); lean_free_object(x_7); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_3); -x_56 = !lean_is_exclusive(x_43); -if (x_56 == 0) +x_60 = !lean_is_exclusive(x_52); +if (x_60 == 0) { -return x_43; +return x_52; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_43, 0); -x_58 = lean_ctor_get(x_43, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_43); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_52, 0); +x_62 = lean_ctor_get(x_52, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_52); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } else { -uint8_t x_60; uint8_t x_61; uint8_t x_62; uint8_t x_63; uint8_t x_64; uint8_t x_65; uint8_t x_66; uint8_t x_67; uint8_t x_68; uint8_t x_69; uint8_t x_70; uint8_t x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_60 = lean_ctor_get_uint8(x_33, 0); -x_61 = lean_ctor_get_uint8(x_33, 1); -x_62 = lean_ctor_get_uint8(x_33, 2); -x_63 = lean_ctor_get_uint8(x_33, 3); -x_64 = lean_ctor_get_uint8(x_33, 4); -x_65 = lean_ctor_get_uint8(x_33, 6); -x_66 = lean_ctor_get_uint8(x_33, 7); -x_67 = lean_ctor_get_uint8(x_33, 8); -x_68 = lean_ctor_get_uint8(x_33, 10); -x_69 = lean_ctor_get_uint8(x_33, 11); -x_70 = lean_ctor_get_uint8(x_33, 12); -lean_dec(x_33); -x_71 = 2; -x_72 = 0; -x_73 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_73, 0, x_60); -lean_ctor_set_uint8(x_73, 1, x_61); -lean_ctor_set_uint8(x_73, 2, x_62); -lean_ctor_set_uint8(x_73, 3, x_63); -lean_ctor_set_uint8(x_73, 4, x_64); -lean_ctor_set_uint8(x_73, 5, x_71); -lean_ctor_set_uint8(x_73, 6, x_65); -lean_ctor_set_uint8(x_73, 7, x_66); -lean_ctor_set_uint8(x_73, 8, x_67); -lean_ctor_set_uint8(x_73, 9, x_72); -lean_ctor_set_uint8(x_73, 10, x_68); -lean_ctor_set_uint8(x_73, 11, x_69); -lean_ctor_set_uint8(x_73, 12, x_70); -x_74 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_34); -lean_ctor_set(x_74, 2, x_35); -lean_ctor_set(x_74, 3, x_36); -lean_ctor_set(x_74, 4, x_37); -lean_ctor_set(x_74, 5, x_38); +uint8_t x_64; uint8_t x_65; uint8_t x_66; uint8_t x_67; uint8_t x_68; uint8_t x_69; uint8_t x_70; uint8_t x_71; uint8_t x_72; uint8_t x_73; uint8_t x_74; uint8_t x_75; uint8_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_64 = lean_ctor_get_uint8(x_42, 0); +x_65 = lean_ctor_get_uint8(x_42, 1); +x_66 = lean_ctor_get_uint8(x_42, 2); +x_67 = lean_ctor_get_uint8(x_42, 3); +x_68 = lean_ctor_get_uint8(x_42, 4); +x_69 = lean_ctor_get_uint8(x_42, 6); +x_70 = lean_ctor_get_uint8(x_42, 7); +x_71 = lean_ctor_get_uint8(x_42, 8); +x_72 = lean_ctor_get_uint8(x_42, 10); +x_73 = lean_ctor_get_uint8(x_42, 11); +x_74 = lean_ctor_get_uint8(x_42, 12); +lean_dec(x_42); +x_75 = 2; +x_76 = 0; +x_77 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_77, 0, x_64); +lean_ctor_set_uint8(x_77, 1, x_65); +lean_ctor_set_uint8(x_77, 2, x_66); +lean_ctor_set_uint8(x_77, 3, x_67); +lean_ctor_set_uint8(x_77, 4, x_68); +lean_ctor_set_uint8(x_77, 5, x_75); +lean_ctor_set_uint8(x_77, 6, x_69); +lean_ctor_set_uint8(x_77, 7, x_70); +lean_ctor_set_uint8(x_77, 8, x_71); +lean_ctor_set_uint8(x_77, 9, x_76); +lean_ctor_set_uint8(x_77, 10, x_72); +lean_ctor_set_uint8(x_77, 11, x_73); +lean_ctor_set_uint8(x_77, 12, x_74); +x_78 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_43); +lean_ctor_set(x_78, 2, x_44); +lean_ctor_set(x_78, 3, x_45); +lean_ctor_set(x_78, 4, x_46); +lean_ctor_set(x_78, 5, x_47); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_75 = l_Lean_Meta_isExprDefEq(x_17, x_30, x_74, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_75) == 0) +x_79 = l_Lean_Meta_isExprDefEq(x_17, x_39, x_78, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_79) == 0) { -lean_object* x_76; uint8_t x_77; -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_unbox(x_76); -lean_dec(x_76); -if (x_77 == 0) +lean_object* x_80; uint8_t x_81; +x_80 = lean_ctor_get(x_79, 0); +lean_inc(x_80); +x_81 = lean_unbox(x_80); +lean_dec(x_80); +if (x_81 == 0) { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_3); -x_78 = lean_ctor_get(x_75, 1); -lean_inc(x_78); -if (lean_is_exclusive(x_75)) { - lean_ctor_release(x_75, 0); - lean_ctor_release(x_75, 1); - x_79 = x_75; -} else { - lean_dec_ref(x_75); - x_79 = lean_box(0); -} -x_80 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1; -lean_ctor_set(x_7, 0, x_80); -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_7); -lean_ctor_set(x_81, 1, x_78); -return x_81; +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_79, 1); +lean_inc(x_82); +lean_dec(x_79); +x_83 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1; +lean_ctor_set(x_7, 0, x_83); +x_84 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_84, 0, x_7); +x_18 = x_84; +x_19 = x_82; +goto block_26; } else { -lean_object* x_82; size_t x_83; size_t x_84; -x_82 = lean_ctor_get(x_75, 1); -lean_inc(x_82); -lean_dec(x_75); +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_79, 1); +lean_inc(x_85); +lean_dec(x_79); lean_inc(x_3); lean_ctor_set(x_7, 0, x_3); -x_83 = 1; -x_84 = lean_usize_add(x_6, x_83); -x_6 = x_84; -x_14 = x_82; -goto _start; +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_7); +x_18 = x_86; +x_19 = x_85; +goto block_26; } } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -lean_dec(x_19); +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_28); lean_free_object(x_7); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_3); -x_86 = lean_ctor_get(x_75, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_75, 1); +x_87 = lean_ctor_get(x_79, 0); lean_inc(x_87); -if (lean_is_exclusive(x_75)) { - lean_ctor_release(x_75, 0); - lean_ctor_release(x_75, 1); - x_88 = x_75; +x_88 = lean_ctor_get(x_79, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_79)) { + lean_ctor_release(x_79, 0); + lean_ctor_release(x_79, 1); + x_89 = x_79; } else { - lean_dec_ref(x_75); - x_88 = lean_box(0); + lean_dec_ref(x_79); + x_89 = lean_box(0); } -if (lean_is_scalar(x_88)) { - x_89 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_89)) { + x_90 = lean_alloc_ctor(1, 2, 0); } else { - x_89 = x_88; + x_90 = x_89; } -lean_ctor_set(x_89, 0, x_86); -lean_ctor_set(x_89, 1, x_87); -return x_89; +lean_ctor_set(x_90, 0, x_87); +lean_ctor_set(x_90, 1, x_88); +return x_90; } } } 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; uint8_t x_100; uint8_t x_101; uint8_t x_102; uint8_t x_103; uint8_t x_104; uint8_t x_105; uint8_t x_106; uint8_t x_107; uint8_t x_108; uint8_t x_109; uint8_t x_110; lean_object* x_111; uint8_t x_112; uint8_t x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_19); -x_90 = lean_array_fget(x_21, x_22); -x_91 = lean_unsigned_to_nat(1u); -x_92 = lean_nat_add(x_22, x_91); -lean_dec(x_22); -x_93 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_93, 0, x_21); -lean_ctor_set(x_93, 1, x_92); -lean_ctor_set(x_93, 2, x_23); -x_94 = lean_ctor_get(x_10, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_10, 1); +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; uint8_t x_102; uint8_t x_103; uint8_t x_104; uint8_t x_105; uint8_t x_106; uint8_t x_107; uint8_t x_108; uint8_t x_109; uint8_t x_110; uint8_t x_111; lean_object* x_112; uint8_t x_113; uint8_t x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +lean_dec(x_28); +x_91 = lean_array_fget(x_30, x_31); +x_92 = lean_unsigned_to_nat(1u); +x_93 = lean_nat_add(x_31, x_92); +lean_dec(x_31); +x_94 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_94, 0, x_30); +lean_ctor_set(x_94, 1, x_93); +lean_ctor_set(x_94, 2, x_32); +x_95 = lean_ctor_get(x_10, 0); lean_inc(x_95); -x_96 = lean_ctor_get(x_10, 2); +x_96 = lean_ctor_get(x_10, 1); lean_inc(x_96); -x_97 = lean_ctor_get(x_10, 3); +x_97 = lean_ctor_get(x_10, 2); lean_inc(x_97); -x_98 = lean_ctor_get(x_10, 4); +x_98 = lean_ctor_get(x_10, 3); lean_inc(x_98); -x_99 = lean_ctor_get(x_10, 5); +x_99 = lean_ctor_get(x_10, 4); lean_inc(x_99); -x_100 = lean_ctor_get_uint8(x_94, 0); -x_101 = lean_ctor_get_uint8(x_94, 1); -x_102 = lean_ctor_get_uint8(x_94, 2); -x_103 = lean_ctor_get_uint8(x_94, 3); -x_104 = lean_ctor_get_uint8(x_94, 4); -x_105 = lean_ctor_get_uint8(x_94, 6); -x_106 = lean_ctor_get_uint8(x_94, 7); -x_107 = lean_ctor_get_uint8(x_94, 8); -x_108 = lean_ctor_get_uint8(x_94, 10); -x_109 = lean_ctor_get_uint8(x_94, 11); -x_110 = lean_ctor_get_uint8(x_94, 12); -if (lean_is_exclusive(x_94)) { - x_111 = x_94; +x_100 = lean_ctor_get(x_10, 5); +lean_inc(x_100); +x_101 = lean_ctor_get_uint8(x_95, 0); +x_102 = lean_ctor_get_uint8(x_95, 1); +x_103 = lean_ctor_get_uint8(x_95, 2); +x_104 = lean_ctor_get_uint8(x_95, 3); +x_105 = lean_ctor_get_uint8(x_95, 4); +x_106 = lean_ctor_get_uint8(x_95, 6); +x_107 = lean_ctor_get_uint8(x_95, 7); +x_108 = lean_ctor_get_uint8(x_95, 8); +x_109 = lean_ctor_get_uint8(x_95, 10); +x_110 = lean_ctor_get_uint8(x_95, 11); +x_111 = lean_ctor_get_uint8(x_95, 12); +if (lean_is_exclusive(x_95)) { + x_112 = x_95; } else { - lean_dec_ref(x_94); - x_111 = lean_box(0); + lean_dec_ref(x_95); + x_112 = lean_box(0); } -x_112 = 2; -x_113 = 0; -if (lean_is_scalar(x_111)) { - x_114 = lean_alloc_ctor(0, 0, 13); +x_113 = 2; +x_114 = 0; +if (lean_is_scalar(x_112)) { + x_115 = lean_alloc_ctor(0, 0, 13); } else { - x_114 = x_111; -} -lean_ctor_set_uint8(x_114, 0, x_100); -lean_ctor_set_uint8(x_114, 1, x_101); -lean_ctor_set_uint8(x_114, 2, x_102); -lean_ctor_set_uint8(x_114, 3, x_103); -lean_ctor_set_uint8(x_114, 4, x_104); -lean_ctor_set_uint8(x_114, 5, x_112); -lean_ctor_set_uint8(x_114, 6, x_105); -lean_ctor_set_uint8(x_114, 7, x_106); -lean_ctor_set_uint8(x_114, 8, x_107); -lean_ctor_set_uint8(x_114, 9, x_113); -lean_ctor_set_uint8(x_114, 10, x_108); -lean_ctor_set_uint8(x_114, 11, x_109); -lean_ctor_set_uint8(x_114, 12, x_110); -x_115 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_95); -lean_ctor_set(x_115, 2, x_96); -lean_ctor_set(x_115, 3, x_97); -lean_ctor_set(x_115, 4, x_98); -lean_ctor_set(x_115, 5, x_99); + x_115 = x_112; +} +lean_ctor_set_uint8(x_115, 0, x_101); +lean_ctor_set_uint8(x_115, 1, x_102); +lean_ctor_set_uint8(x_115, 2, x_103); +lean_ctor_set_uint8(x_115, 3, x_104); +lean_ctor_set_uint8(x_115, 4, x_105); +lean_ctor_set_uint8(x_115, 5, x_113); +lean_ctor_set_uint8(x_115, 6, x_106); +lean_ctor_set_uint8(x_115, 7, x_107); +lean_ctor_set_uint8(x_115, 8, x_108); +lean_ctor_set_uint8(x_115, 9, x_114); +lean_ctor_set_uint8(x_115, 10, x_109); +lean_ctor_set_uint8(x_115, 11, x_110); +lean_ctor_set_uint8(x_115, 12, x_111); +x_116 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_96); +lean_ctor_set(x_116, 2, x_97); +lean_ctor_set(x_116, 3, x_98); +lean_ctor_set(x_116, 4, x_99); +lean_ctor_set(x_116, 5, x_100); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_116 = l_Lean_Meta_isExprDefEq(x_17, x_90, x_115, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_116) == 0) -{ -lean_object* x_117; uint8_t x_118; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_unbox(x_117); +x_117 = l_Lean_Meta_isExprDefEq(x_17, x_91, x_116, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_117) == 0) +{ +lean_object* x_118; uint8_t x_119; +x_118 = lean_ctor_get(x_117, 0); +lean_inc(x_118); +x_119 = lean_unbox(x_118); +lean_dec(x_118); +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_117, 1); +lean_inc(x_120); lean_dec(x_117); -if (x_118 == 0) -{ -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_3); -x_119 = lean_ctor_get(x_116, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_120 = x_116; -} else { - lean_dec_ref(x_116); - x_120 = lean_box(0); -} -x_121 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1; -lean_ctor_set(x_7, 1, x_93); +x_121 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1; +lean_ctor_set(x_7, 1, x_94); lean_ctor_set(x_7, 0, x_121); -if (lean_is_scalar(x_120)) { - x_122 = lean_alloc_ctor(0, 2, 0); -} else { - x_122 = x_120; -} +x_122 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_122, 0, x_7); -lean_ctor_set(x_122, 1, x_119); -return x_122; +x_18 = x_122; +x_19 = x_120; +goto block_26; } else { -lean_object* x_123; size_t x_124; size_t x_125; -x_123 = lean_ctor_get(x_116, 1); +lean_object* x_123; lean_object* x_124; +x_123 = lean_ctor_get(x_117, 1); lean_inc(x_123); -lean_dec(x_116); +lean_dec(x_117); lean_inc(x_3); -lean_ctor_set(x_7, 1, x_93); +lean_ctor_set(x_7, 1, x_94); lean_ctor_set(x_7, 0, x_3); -x_124 = 1; -x_125 = lean_usize_add(x_6, x_124); -x_6 = x_125; -x_14 = x_123; -goto _start; +x_124 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_124, 0, x_7); +x_18 = x_124; +x_19 = x_123; +goto block_26; } } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -lean_dec(x_93); +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +lean_dec(x_94); lean_free_object(x_7); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_3); -x_127 = lean_ctor_get(x_116, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_116, 1); -lean_inc(x_128); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_129 = x_116; +x_125 = lean_ctor_get(x_117, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_117, 1); +lean_inc(x_126); +if (lean_is_exclusive(x_117)) { + lean_ctor_release(x_117, 0); + lean_ctor_release(x_117, 1); + x_127 = x_117; } else { - lean_dec_ref(x_116); - x_129 = lean_box(0); + lean_dec_ref(x_117); + x_127 = lean_box(0); } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_127)) { + x_128 = lean_alloc_ctor(1, 2, 0); } else { - x_130 = x_129; + x_128 = x_127; } -lean_ctor_set(x_130, 0, x_127); -lean_ctor_set(x_130, 1, x_128); -return x_130; +lean_ctor_set(x_128, 0, x_125); +lean_ctor_set(x_128, 1, x_126); +return x_128; } } } } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; -x_131 = lean_ctor_get(x_7, 1); -lean_inc(x_131); +lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +x_129 = lean_ctor_get(x_7, 1); +lean_inc(x_129); lean_dec(x_7); -x_132 = lean_ctor_get(x_131, 0); +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); +x_132 = lean_ctor_get(x_129, 2); lean_inc(x_132); -x_133 = lean_ctor_get(x_131, 1); -lean_inc(x_133); -x_134 = lean_ctor_get(x_131, 2); -lean_inc(x_134); -x_135 = lean_nat_dec_lt(x_133, x_134); -if (x_135 == 0) +x_133 = lean_nat_dec_lt(x_131, x_132); +if (x_133 == 0) { -lean_object* x_136; lean_object* x_137; -lean_dec(x_134); -lean_dec(x_133); +lean_object* x_134; lean_object* x_135; lean_dec(x_132); +lean_dec(x_131); +lean_dec(x_130); lean_dec(x_17); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -x_136 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_136, 0, x_3); -lean_ctor_set(x_136, 1, x_131); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_14); -return x_137; -} -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; lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; uint8_t x_150; uint8_t x_151; uint8_t x_152; uint8_t x_153; uint8_t x_154; uint8_t x_155; uint8_t x_156; uint8_t x_157; uint8_t x_158; uint8_t x_159; lean_object* x_160; uint8_t x_161; uint8_t x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -if (lean_is_exclusive(x_131)) { - lean_ctor_release(x_131, 0); - lean_ctor_release(x_131, 1); - lean_ctor_release(x_131, 2); - x_138 = x_131; +lean_inc(x_3); +x_134 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_134, 0, x_3); +lean_ctor_set(x_134, 1, x_129); +x_135 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_135, 0, x_134); +x_18 = x_135; +x_19 = x_14; +goto block_26; +} +else +{ +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; uint8_t x_147; uint8_t x_148; uint8_t x_149; uint8_t x_150; uint8_t x_151; uint8_t x_152; uint8_t x_153; uint8_t x_154; uint8_t x_155; uint8_t x_156; uint8_t x_157; lean_object* x_158; uint8_t x_159; uint8_t x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +if (lean_is_exclusive(x_129)) { + lean_ctor_release(x_129, 0); + lean_ctor_release(x_129, 1); + lean_ctor_release(x_129, 2); + x_136 = x_129; } else { - lean_dec_ref(x_131); - x_138 = lean_box(0); -} -x_139 = lean_array_fget(x_132, x_133); -x_140 = lean_unsigned_to_nat(1u); -x_141 = lean_nat_add(x_133, x_140); -lean_dec(x_133); -if (lean_is_scalar(x_138)) { - x_142 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_129); + x_136 = lean_box(0); +} +x_137 = lean_array_fget(x_130, x_131); +x_138 = lean_unsigned_to_nat(1u); +x_139 = lean_nat_add(x_131, x_138); +lean_dec(x_131); +if (lean_is_scalar(x_136)) { + x_140 = lean_alloc_ctor(0, 3, 0); } else { - x_142 = x_138; -} -lean_ctor_set(x_142, 0, x_132); -lean_ctor_set(x_142, 1, x_141); -lean_ctor_set(x_142, 2, x_134); -x_143 = lean_ctor_get(x_10, 0); + x_140 = x_136; +} +lean_ctor_set(x_140, 0, x_130); +lean_ctor_set(x_140, 1, x_139); +lean_ctor_set(x_140, 2, x_132); +x_141 = lean_ctor_get(x_10, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_10, 1); +lean_inc(x_142); +x_143 = lean_ctor_get(x_10, 2); lean_inc(x_143); -x_144 = lean_ctor_get(x_10, 1); +x_144 = lean_ctor_get(x_10, 3); lean_inc(x_144); -x_145 = lean_ctor_get(x_10, 2); +x_145 = lean_ctor_get(x_10, 4); lean_inc(x_145); -x_146 = lean_ctor_get(x_10, 3); +x_146 = lean_ctor_get(x_10, 5); lean_inc(x_146); -x_147 = lean_ctor_get(x_10, 4); -lean_inc(x_147); -x_148 = lean_ctor_get(x_10, 5); -lean_inc(x_148); -x_149 = lean_ctor_get_uint8(x_143, 0); -x_150 = lean_ctor_get_uint8(x_143, 1); -x_151 = lean_ctor_get_uint8(x_143, 2); -x_152 = lean_ctor_get_uint8(x_143, 3); -x_153 = lean_ctor_get_uint8(x_143, 4); -x_154 = lean_ctor_get_uint8(x_143, 6); -x_155 = lean_ctor_get_uint8(x_143, 7); -x_156 = lean_ctor_get_uint8(x_143, 8); -x_157 = lean_ctor_get_uint8(x_143, 10); -x_158 = lean_ctor_get_uint8(x_143, 11); -x_159 = lean_ctor_get_uint8(x_143, 12); -if (lean_is_exclusive(x_143)) { - x_160 = x_143; +x_147 = lean_ctor_get_uint8(x_141, 0); +x_148 = lean_ctor_get_uint8(x_141, 1); +x_149 = lean_ctor_get_uint8(x_141, 2); +x_150 = lean_ctor_get_uint8(x_141, 3); +x_151 = lean_ctor_get_uint8(x_141, 4); +x_152 = lean_ctor_get_uint8(x_141, 6); +x_153 = lean_ctor_get_uint8(x_141, 7); +x_154 = lean_ctor_get_uint8(x_141, 8); +x_155 = lean_ctor_get_uint8(x_141, 10); +x_156 = lean_ctor_get_uint8(x_141, 11); +x_157 = lean_ctor_get_uint8(x_141, 12); +if (lean_is_exclusive(x_141)) { + x_158 = x_141; } else { - lean_dec_ref(x_143); - x_160 = lean_box(0); + lean_dec_ref(x_141); + x_158 = lean_box(0); } -x_161 = 2; -x_162 = 0; -if (lean_is_scalar(x_160)) { - x_163 = lean_alloc_ctor(0, 0, 13); +x_159 = 2; +x_160 = 0; +if (lean_is_scalar(x_158)) { + x_161 = lean_alloc_ctor(0, 0, 13); } else { - x_163 = x_160; -} -lean_ctor_set_uint8(x_163, 0, x_149); -lean_ctor_set_uint8(x_163, 1, x_150); -lean_ctor_set_uint8(x_163, 2, x_151); -lean_ctor_set_uint8(x_163, 3, x_152); -lean_ctor_set_uint8(x_163, 4, x_153); -lean_ctor_set_uint8(x_163, 5, x_161); -lean_ctor_set_uint8(x_163, 6, x_154); -lean_ctor_set_uint8(x_163, 7, x_155); -lean_ctor_set_uint8(x_163, 8, x_156); -lean_ctor_set_uint8(x_163, 9, x_162); -lean_ctor_set_uint8(x_163, 10, x_157); -lean_ctor_set_uint8(x_163, 11, x_158); -lean_ctor_set_uint8(x_163, 12, x_159); -x_164 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_144); -lean_ctor_set(x_164, 2, x_145); -lean_ctor_set(x_164, 3, x_146); -lean_ctor_set(x_164, 4, x_147); -lean_ctor_set(x_164, 5, x_148); + x_161 = x_158; +} +lean_ctor_set_uint8(x_161, 0, x_147); +lean_ctor_set_uint8(x_161, 1, x_148); +lean_ctor_set_uint8(x_161, 2, x_149); +lean_ctor_set_uint8(x_161, 3, x_150); +lean_ctor_set_uint8(x_161, 4, x_151); +lean_ctor_set_uint8(x_161, 5, x_159); +lean_ctor_set_uint8(x_161, 6, x_152); +lean_ctor_set_uint8(x_161, 7, x_153); +lean_ctor_set_uint8(x_161, 8, x_154); +lean_ctor_set_uint8(x_161, 9, x_160); +lean_ctor_set_uint8(x_161, 10, x_155); +lean_ctor_set_uint8(x_161, 11, x_156); +lean_ctor_set_uint8(x_161, 12, x_157); +x_162 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_162, 0, x_161); +lean_ctor_set(x_162, 1, x_142); +lean_ctor_set(x_162, 2, x_143); +lean_ctor_set(x_162, 3, x_144); +lean_ctor_set(x_162, 4, x_145); +lean_ctor_set(x_162, 5, x_146); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_165 = l_Lean_Meta_isExprDefEq(x_17, x_139, x_164, x_11, x_12, x_13, x_14); -if (lean_obj_tag(x_165) == 0) -{ -lean_object* x_166; uint8_t x_167; -x_166 = lean_ctor_get(x_165, 0); +x_163 = l_Lean_Meta_isExprDefEq(x_17, x_137, x_162, x_11, x_12, x_13, x_14); +if (lean_obj_tag(x_163) == 0) +{ +lean_object* x_164; uint8_t x_165; +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +x_165 = lean_unbox(x_164); +lean_dec(x_164); +if (x_165 == 0) +{ +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_166 = lean_ctor_get(x_163, 1); lean_inc(x_166); -x_167 = lean_unbox(x_166); -lean_dec(x_166); -if (x_167 == 0) +lean_dec(x_163); +x_167 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1; +x_168 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_168, 0, x_167); +lean_ctor_set(x_168, 1, x_140); +x_169 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_169, 0, x_168); +x_18 = x_169; +x_19 = x_166; +goto block_26; +} +else +{ +lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_170 = lean_ctor_get(x_163, 1); +lean_inc(x_170); +lean_dec(x_163); +lean_inc(x_3); +x_171 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_171, 0, x_3); +lean_ctor_set(x_171, 1, x_140); +x_172 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_172, 0, x_171); +x_18 = x_172; +x_19 = x_170; +goto block_26; +} +} +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; lean_object* x_176; +lean_dec(x_140); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_3); -x_168 = lean_ctor_get(x_165, 1); -lean_inc(x_168); -if (lean_is_exclusive(x_165)) { - lean_ctor_release(x_165, 0); - lean_ctor_release(x_165, 1); - x_169 = x_165; +x_173 = lean_ctor_get(x_163, 0); +lean_inc(x_173); +x_174 = lean_ctor_get(x_163, 1); +lean_inc(x_174); +if (lean_is_exclusive(x_163)) { + lean_ctor_release(x_163, 0); + lean_ctor_release(x_163, 1); + x_175 = x_163; } else { - lean_dec_ref(x_165); - x_169 = lean_box(0); + lean_dec_ref(x_163); + x_175 = lean_box(0); } -x_170 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1; -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_142); -if (lean_is_scalar(x_169)) { - x_172 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_175)) { + x_176 = lean_alloc_ctor(1, 2, 0); } else { - x_172 = x_169; + x_176 = x_175; } -lean_ctor_set(x_172, 0, x_171); -lean_ctor_set(x_172, 1, x_168); -return x_172; +lean_ctor_set(x_176, 0, x_173); +lean_ctor_set(x_176, 1, x_174); +return x_176; } -else -{ -lean_object* x_173; lean_object* x_174; size_t x_175; size_t x_176; -x_173 = lean_ctor_get(x_165, 1); -lean_inc(x_173); -lean_dec(x_165); -lean_inc(x_3); -x_174 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_174, 0, x_3); -lean_ctor_set(x_174, 1, x_142); -x_175 = 1; -x_176 = lean_usize_add(x_6, x_175); -x_6 = x_176; -x_7 = x_174; -x_14 = x_173; -goto _start; } } -else +block_26: +{ +if (lean_obj_tag(x_18) == 0) { -lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; -lean_dec(x_142); +lean_object* x_20; lean_object* x_21; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_3); -x_178 = lean_ctor_get(x_165, 0); -lean_inc(x_178); -x_179 = lean_ctor_get(x_165, 1); -lean_inc(x_179); -if (lean_is_exclusive(x_165)) { - lean_ctor_release(x_165, 0); - lean_ctor_release(x_165, 1); - x_180 = x_165; -} else { - lean_dec_ref(x_165); - x_180 = lean_box(0); +x_20 = lean_ctor_get(x_18, 0); +lean_inc(x_20); +lean_dec(x_18); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +return x_21; +} +else +{ +lean_object* x_22; size_t x_23; size_t x_24; +x_22 = lean_ctor_get(x_18, 0); +lean_inc(x_22); +lean_dec(x_18); +x_23 = 1; +x_24 = lean_usize_add(x_6, x_23); +x_6 = x_24; +x_7 = x_22; +x_14 = x_19; +goto _start; +} } -if (lean_is_scalar(x_180)) { - x_181 = lean_alloc_ctor(1, 2, 0); -} else { - x_181 = x_180; } -lean_ctor_set(x_181, 0, x_178); -lean_ctor_set(x_181, 1, x_179); -return x_181; } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = lean_ctor_get(x_6, 3); +lean_inc(x_7); +lean_dec(x_6); +x_8 = l_Lean_Expr_isAppOf(x_1, x_7); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} } +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; } } } @@ -3188,64 +3179,46 @@ return x_1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__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_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; -x_15 = lean_array_get_size(x_1); -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_nat_dec_lt(x_16, x_15); -if (x_17 == 0) +uint8_t x_15; lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_61 = lean_array_get_size(x_6); +x_62 = lean_unsigned_to_nat(0u); +x_63 = lean_nat_dec_lt(x_62, x_61); +if (x_63 == 0) { -uint8_t x_18; lean_object* x_19; lean_object* x_20; -lean_dec(x_15); -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_3); -lean_dec(x_2); -x_18 = 1; -x_19 = lean_box(x_18); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_14); -return x_20; +uint8_t x_64; +lean_dec(x_61); +x_64 = 0; +x_15 = x_64; +goto block_60; } else { -uint8_t x_21; -x_21 = lean_nat_dec_le(x_15, x_15); -if (x_21 == 0) +uint8_t x_65; +x_65 = lean_nat_dec_le(x_61, x_61); +if (x_65 == 0) { -uint8_t x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_15); -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_3); -lean_dec(x_2); -x_22 = 1; -x_23 = lean_box(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_14); -return x_24; +uint8_t x_66; +lean_dec(x_61); +x_66 = 0; +x_15 = x_66; +goto block_60; } else { -size_t x_25; size_t x_26; uint8_t x_27; -x_25 = 0; -x_26 = lean_usize_of_nat(x_15); -lean_dec(x_15); -x_27 = l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__1(x_7, x_1, x_25, x_26); -if (x_27 == 0) +size_t x_67; size_t x_68; uint8_t x_69; +x_67 = 0; +x_68 = lean_usize_of_nat(x_61); +lean_dec(x_61); +x_69 = l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__2(x_7, x_6, x_67, x_68); +x_15 = x_69; +goto block_60; +} +} +block_60: +{ +if (x_15 == 0) { -uint8_t x_28; lean_object* x_29; lean_object* x_30; +uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3253,156 +3226,157 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); lean_dec(x_2); -x_28 = 1; -x_29 = lean_box(x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_14); -return x_30; +lean_dec(x_1); +x_16 = 1; +x_17 = lean_box(x_16); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_14); +return x_18; } 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; lean_object* x_37; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_31 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_7, x_16); -x_32 = l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___closed__1; -lean_inc(x_31); -x_33 = lean_mk_array(x_31, x_32); -x_34 = lean_unsigned_to_nat(1u); -x_35 = lean_nat_sub(x_31, x_34); -lean_dec(x_31); -x_36 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_7, x_33, x_35); -x_61 = lean_st_ref_take(x_6, x_14); -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_array_get_size(x_36); -x_65 = lean_nat_dec_le(x_64, x_62); -if (x_65 == 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_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_19 = lean_unsigned_to_nat(0u); +x_20 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_7, x_19); +x_21 = l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs_mkSum___closed__1; +lean_inc(x_20); +x_22 = lean_mk_array(x_20, x_21); +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_nat_sub(x_20, x_23); +lean_dec(x_20); +x_25 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_7, x_22, x_24); +x_51 = lean_st_ref_take(x_5, x_14); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_array_get_size(x_25); +x_55 = lean_nat_dec_le(x_54, x_52); +if (x_55 == 0) { -lean_object* x_66; lean_object* x_67; -lean_dec(x_64); -x_66 = lean_st_ref_set(x_6, x_62, x_63); -x_67 = lean_ctor_get(x_66, 1); -lean_inc(x_67); -lean_dec(x_66); -x_37 = x_67; -goto block_60; +lean_object* x_56; lean_object* x_57; +lean_dec(x_54); +x_56 = lean_st_ref_set(x_5, x_52, x_53); +x_57 = lean_ctor_get(x_56, 1); +lean_inc(x_57); +lean_dec(x_56); +x_26 = x_57; +goto block_50; } else { -lean_object* x_68; lean_object* x_69; -lean_dec(x_62); -x_68 = lean_st_ref_set(x_6, x_64, x_63); -x_69 = lean_ctor_get(x_68, 1); -lean_inc(x_69); -lean_dec(x_68); -x_37 = x_69; -goto block_60; -} -block_60: -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; size_t x_42; lean_object* x_43; -x_38 = l_Array_toSubarray___rarg(x_2, x_16, x_3); -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); -x_41 = lean_array_get_size(x_36); -x_42 = lean_usize_of_nat(x_41); -lean_dec(x_41); +lean_object* x_58; lean_object* x_59; +lean_dec(x_52); +x_58 = lean_st_ref_set(x_5, x_54, x_53); +x_59 = lean_ctor_get(x_58, 1); +lean_inc(x_59); +lean_dec(x_58); +x_26 = x_59; +goto block_50; +} +block_50: +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; lean_object* x_33; +x_27 = l_Array_toSubarray___rarg(x_1, x_19, x_2); +x_28 = lean_box(0); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +x_30 = lean_array_get_size(x_25); +x_31 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_32 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_43 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2(x_4, x_5, x_39, x_36, x_42, x_25, x_40, x_8, x_9, x_10, x_11, x_12, x_13, x_37); -lean_dec(x_36); -if (lean_obj_tag(x_43) == 0) +x_33 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1(x_3, x_4, x_28, x_25, x_31, x_32, x_29, x_8, x_9, x_10, x_11, x_12, x_13, x_26); +lean_dec(x_25); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -lean_dec(x_44); -if (lean_obj_tag(x_45) == 0) +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +lean_dec(x_34); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -lean_dec(x_43); -x_47 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__2___closed__1; -x_48 = lean_box(0); -x_49 = lean_apply_8(x_47, x_48, x_8, x_9, x_10, x_11, x_12, x_13, x_46); -return x_49; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_dec(x_33); +x_37 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__2___closed__1; +x_38 = lean_box(0); +x_39 = lean_apply_8(x_37, x_38, x_8, x_9, x_10, x_11, x_12, x_13, x_36); +return x_39; } else { -uint8_t x_50; +uint8_t x_40; 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_50 = !lean_is_exclusive(x_43); -if (x_50 == 0) +x_40 = !lean_is_exclusive(x_33); +if (x_40 == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_43, 0); -lean_dec(x_51); -x_52 = lean_ctor_get(x_45, 0); -lean_inc(x_52); -lean_dec(x_45); -lean_ctor_set(x_43, 0, x_52); -return x_43; +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_33, 0); +lean_dec(x_41); +x_42 = lean_ctor_get(x_35, 0); +lean_inc(x_42); +lean_dec(x_35); +lean_ctor_set(x_33, 0, x_42); +return x_33; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_43, 1); -lean_inc(x_53); -lean_dec(x_43); -x_54 = lean_ctor_get(x_45, 0); -lean_inc(x_54); -lean_dec(x_45); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -return x_55; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_33, 1); +lean_inc(x_43); +lean_dec(x_33); +x_44 = lean_ctor_get(x_35, 0); +lean_inc(x_44); +lean_dec(x_35); +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; } } } else { -uint8_t x_56; +uint8_t x_46; 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_56 = !lean_is_exclusive(x_43); -if (x_56 == 0) +x_46 = !lean_is_exclusive(x_33); +if (x_46 == 0) { -return x_43; +return x_33; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_43, 0); -x_58 = lean_ctor_get(x_43, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_43); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_33, 0); +x_48 = lean_ctor_get(x_33, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_33); +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; } } } @@ -3496,9 +3470,9 @@ x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda x_17 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__2___boxed), 14, 6); lean_closure_set(x_17, 0, x_1); lean_closure_set(x_17, 1, x_2); -lean_closure_set(x_17, 2, x_3); -lean_closure_set(x_17, 3, x_15); -lean_closure_set(x_17, 4, x_16); +lean_closure_set(x_17, 2, x_15); +lean_closure_set(x_17, 3, x_16); +lean_closure_set(x_17, 4, x_3); lean_closure_set(x_17, 5, x_4); x_18 = l_Lean_Meta_forEachExpr_x27___at_Lean_Elab_Command_mkInstanceName___spec__2(x_5, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14); if (lean_obj_tag(x_18) == 0) @@ -3627,11 +3601,11 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_5); +lean_inc(x_1); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_1); -x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3(x_1, x_2, x_3, x_4, x_19, x_5, x_26, x_10, x_11, x_12, x_13, x_14, x_15, x_23); +x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3(x_2, x_3, x_4, x_1, x_19, x_5, x_26, x_10, x_11, x_12, x_13, x_14, x_15, x_23); if (lean_obj_tag(x_27) == 0) { lean_object* x_28; @@ -3771,11 +3745,11 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_5); +lean_inc(x_1); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_1); -x_50 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3(x_1, x_2, x_3, x_4, x_19, x_5, x_49, x_10, x_11, x_12, x_13, x_14, x_15, x_46); +x_50 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3(x_2, x_3, x_4, x_1, x_19, x_5, x_49, x_10, x_11, x_12, x_13, x_14, x_15, x_46); if (lean_obj_tag(x_50) == 0) { lean_object* x_51; @@ -4063,22 +4037,7 @@ x_10 = l_Lean_Elab_withCommonTelescope___rarg(x_1, x_9, x_2, x_3, x_4, x_5, x_6, return x_10; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__1___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__1(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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, lean_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14) { _start: { size_t x_15; size_t x_16; lean_object* x_17; @@ -4086,7 +4045,7 @@ x_15 = lean_unbox_usize(x_5); lean_dec(x_5); x_16 = lean_unbox_usize(x_6); lean_dec(x_6); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_9); lean_dec(x_8); lean_dec(x_4); @@ -4095,6 +4054,21 @@ lean_dec(x_1); return x_17; } } +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_getFixedPrefix___spec__2(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___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) { _start: { @@ -4118,7 +4092,7 @@ x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_1); +lean_dec(x_3); return x_15; } } @@ -5513,283 +5487,279 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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_wfRecursion___lambda__5(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, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { -lean_object* x_12; size_t x_13; size_t x_14; lean_object* x_15; -lean_dec(x_4); -x_12 = lean_array_get_size(x_1); -x_13 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_14 = 0; -lean_inc(x_10); -lean_inc(x_9); -x_15 = l_Array_mapMUnsafe_map___at_Lean_Elab_addAndCompileUnsafe___spec__1(x_13, x_14, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_15) == 0) +lean_object* x_14; +lean_dec(x_6); +lean_inc(x_12); +lean_inc(x_11); +x_14 = l_Array_mapMUnsafe_map___at_Lean_Elab_addAndCompileUnsafe___spec__1(x_1, x_2, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_15, 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); -x_17 = lean_ctor_get(x_15, 1); -lean_inc(x_17); -lean_dec(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_8); -lean_inc(x_7); -lean_inc(x_2); -x_18 = l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_isOnlyOneUnaryDef(x_16, x_2, x_7, x_8, x_9, x_10, x_17); -if (lean_obj_tag(x_18) == 0) +lean_inc(x_4); +x_17 = l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_isOnlyOneUnaryDef(x_15, x_4, x_9, x_10, x_11, x_12, x_16); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_19; uint8_t x_20; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_unbox(x_19); -lean_dec(x_19); -if (x_20 == 0) +lean_object* x_18; uint8_t x_19; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_unbox(x_18); +lean_dec(x_18); +if (x_19 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_18, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_dec(x_17); +x_21 = lean_ctor_get(x_5, 3); lean_inc(x_21); -lean_dec(x_18); -x_22 = lean_ctor_get(x_3, 3); -lean_inc(x_22); -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 = 0; -x_26 = lean_box(x_25); -lean_inc(x_3); -x_27 = lean_alloc_closure((void*)(l_Lean_Elab_addNonRec___boxed), 10, 3); -lean_closure_set(x_27, 0, x_3); -lean_closure_set(x_27, 1, x_26); -lean_closure_set(x_27, 2, x_24); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = 0; +x_25 = lean_box(x_24); +lean_inc(x_5); +x_26 = lean_alloc_closure((void*)(l_Lean_Elab_addNonRec___boxed), 10, 3); +lean_closure_set(x_26, 0, x_5); +lean_closure_set(x_26, 1, x_25); +lean_closure_set(x_26, 2, x_23); +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_28 = l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_wfRecursion___spec__3(x_25, x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_28) == 0) +x_27 = l_Lean_Elab_withEnableInfoTree___at_Lean_Elab_wfRecursion___spec__3(x_24, x_26, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +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_4); lean_inc(x_5); -lean_inc(x_2); -lean_inc(x_3); -lean_inc(x_16); -x_30 = l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs(x_16, x_3, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_29); -if (lean_obj_tag(x_30) == 0) +lean_inc(x_15); +x_29 = l___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs(x_15, x_5, x_4, x_7, x_8, x_9, x_10, x_11, x_12, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_30, 0); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_29, 1); lean_inc(x_31); -x_32 = lean_ctor_get(x_30, 1); -lean_inc(x_32); +lean_dec(x_29); +x_32 = l_Lean_Elab_wfRecursion___lambda__4(x_5, x_15, x_4, x_2, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_31); lean_dec(x_30); -x_33 = l_Lean_Elab_wfRecursion___lambda__4(x_3, x_16, x_2, x_14, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_32); -lean_dec(x_31); -return x_33; +return x_32; } else { -uint8_t x_34; -lean_dec(x_16); +uint8_t x_33; +lean_dec(x_15); +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_3); -lean_dec(x_2); -x_34 = !lean_is_exclusive(x_30); -if (x_34 == 0) +lean_dec(x_4); +x_33 = !lean_is_exclusive(x_29); +if (x_33 == 0) { -return x_30; +return x_29; } 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_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_29, 0); +x_35 = lean_ctor_get(x_29, 1); 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; +lean_inc(x_34); +lean_dec(x_29); +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_38; -lean_dec(x_16); +uint8_t x_37; +lean_dec(x_15); +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_3); -lean_dec(x_2); -x_38 = !lean_is_exclusive(x_28); -if (x_38 == 0) -{ -return x_28; -} -else +lean_dec(x_4); +x_37 = !lean_is_exclusive(x_27); +if (x_37 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_28, 0); -x_40 = lean_ctor_get(x_28, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_28); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +return x_27; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_27, 0); +x_39 = lean_ctor_get(x_27, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_27); +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 { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; -x_42 = lean_ctor_get(x_18, 1); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; lean_object* x_46; +x_41 = lean_ctor_get(x_17, 1); +lean_inc(x_41); +lean_dec(x_17); +x_42 = lean_ctor_get(x_5, 3); lean_inc(x_42); -lean_dec(x_18); -x_43 = lean_ctor_get(x_3, 3); -lean_inc(x_43); -x_44 = lean_box(0); -x_45 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -x_46 = 0; +x_43 = lean_box(0); +x_44 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_43); +x_45 = 0; +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_3); -x_47 = l___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux(x_3, x_46, x_45, x_46, x_5, x_6, x_7, x_8, x_9, x_10, x_42); -if (lean_obj_tag(x_47) == 0) +x_46 = l___private_Lean_Elab_PreDefinition_Basic_0__Lean_Elab_addNonRecAux(x_5, x_45, x_44, x_45, x_7, x_8, x_9, x_10, x_11, x_12, x_41); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_47, 0); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_46, 1); lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); +lean_dec(x_46); +x_49 = l_Lean_Elab_wfRecursion___lambda__4(x_5, x_15, x_4, x_2, x_47, x_7, x_8, x_9, x_10, x_11, x_12, x_48); lean_dec(x_47); -x_50 = l_Lean_Elab_wfRecursion___lambda__4(x_3, x_16, x_2, x_14, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_49); -lean_dec(x_48); -return x_50; +return x_49; } else { -uint8_t x_51; -lean_dec(x_16); +uint8_t x_50; +lean_dec(x_15); +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_3); -lean_dec(x_2); -x_51 = !lean_is_exclusive(x_47); -if (x_51 == 0) +lean_dec(x_4); +x_50 = !lean_is_exclusive(x_46); +if (x_50 == 0) { -return x_47; +return x_46; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_47, 0); -x_53 = lean_ctor_get(x_47, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_46, 0); +x_52 = lean_ctor_get(x_46, 1); lean_inc(x_52); -lean_dec(x_47); -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; +lean_inc(x_51); +lean_dec(x_46); +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; } } } } else { -uint8_t x_55; -lean_dec(x_16); +uint8_t x_54; +lean_dec(x_15); +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_3); -lean_dec(x_2); -x_55 = !lean_is_exclusive(x_18); -if (x_55 == 0) +lean_dec(x_4); +x_54 = !lean_is_exclusive(x_17); +if (x_54 == 0) { -return x_18; +return x_17; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_18, 0); -x_57 = lean_ctor_get(x_18, 1); -lean_inc(x_57); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_17, 0); +x_56 = lean_ctor_get(x_17, 1); lean_inc(x_56); -lean_dec(x_18); -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_inc(x_55); +lean_dec(x_17); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } else { -uint8_t x_59; +uint8_t x_58; +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_3); -lean_dec(x_2); -x_59 = !lean_is_exclusive(x_15); -if (x_59 == 0) +lean_dec(x_4); +x_58 = !lean_is_exclusive(x_14); +if (x_58 == 0) { -return x_15; +return x_14; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_15, 0); -x_61 = lean_ctor_get(x_15, 1); -lean_inc(x_61); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_14, 0); +x_60 = lean_ctor_get(x_14, 1); lean_inc(x_60); -lean_dec(x_15); -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_inc(x_59); +lean_dec(x_14); +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; } } } @@ -5996,30 +5966,30 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion(lean_object* x_1, lean_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_49; size_t x_50; size_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_49 = lean_array_get_size(x_1); -x_50 = lean_usize_of_nat(x_49); -lean_dec(x_49); -x_51 = 0; -x_52 = lean_st_ref_get(x_9, x_10); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_ctor_get(x_53, 0); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_box(0); +lean_object* x_11; size_t x_12; size_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; lean_object* x_58; lean_object* x_59; +x_11 = lean_array_get_size(x_1); +x_12 = lean_usize_of_nat(x_11); +lean_dec(x_11); +x_13 = 0; +x_14 = lean_st_ref_get(x_9, x_10); +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_ctor_get(x_15, 0); +lean_inc(x_17); +lean_dec(x_15); +x_58 = lean_box(0); lean_inc(x_9); lean_inc(x_8); -x_57 = l_Array_forInUnsafe_loop___at_Lean_Elab_wfRecursion___spec__4(x_1, x_50, x_51, x_56, x_4, x_5, x_6, x_7, x_8, x_9, x_54); -if (lean_obj_tag(x_57) == 0) +x_59 = l_Array_forInUnsafe_loop___at_Lean_Elab_wfRecursion___spec__4(x_1, x_12, x_13, x_58, x_4, x_5, x_6, x_7, x_8, x_9, x_16); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_57, 1); -lean_inc(x_58); -lean_dec(x_57); +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +lean_dec(x_59); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -6027,48 +5997,44 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_1); -x_59 = l_Lean_Elab_getFixedPrefix(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_58); -if (lean_obj_tag(x_59) == 0) -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__4; -x_63 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_62, x_4, x_5, x_6, x_7, x_8, x_9, x_61); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_unbox(x_64); -lean_dec(x_64); -if (x_65 == 0) +x_61 = l_Lean_Elab_getFixedPrefix(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_60); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_63, 1); +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__4; +x_65 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_64, x_4, x_5, x_6, x_7, x_8, x_9, x_63); +x_66 = lean_ctor_get(x_65, 0); lean_inc(x_66); -lean_dec(x_63); +x_67 = lean_unbox(x_66); +lean_dec(x_66); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; +x_68 = lean_ctor_get(x_65, 1); +lean_inc(x_68); +lean_dec(x_65); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); -x_67 = l_Lean_Elab_wfRecursion___lambda__6(x_50, x_51, x_1, x_60, x_56, x_4, x_5, x_6, x_7, x_8, x_9, x_66); -if (lean_obj_tag(x_67) == 0) +x_69 = l_Lean_Elab_wfRecursion___lambda__6(x_12, x_13, x_1, x_62, x_58, x_4, x_5, x_6, x_7, x_8, x_9, x_68); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -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_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_69); -x_71 = lean_ctor_get(x_70, 1); +lean_object* x_70; lean_object* x_71; +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_70); -x_11 = x_68; -x_12 = x_71; -goto block_48; +lean_dec(x_69); +x_18 = x_70; +x_19 = x_71; +goto block_57; } else { @@ -6076,12 +6042,12 @@ lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_72 = lean_ctor_get(x_67, 0); +x_72 = lean_ctor_get(x_69, 0); lean_inc(x_72); -x_73 = lean_ctor_get(x_67, 1); +x_73 = lean_ctor_get(x_69, 1); lean_inc(x_73); -lean_dec(x_67); -x_74 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_73); +lean_dec(x_69); +x_74 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_73); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6114,11 +6080,11 @@ return x_78; else { 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; -x_79 = lean_ctor_get(x_63, 1); +x_79 = lean_ctor_get(x_65, 1); lean_inc(x_79); -lean_dec(x_63); -lean_inc(x_60); -x_80 = l_Nat_repr(x_60); +lean_dec(x_65); +lean_inc(x_62); +x_80 = l_Nat_repr(x_62); x_81 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_81, 0, x_80); x_82 = lean_alloc_ctor(0, 1, 0); @@ -6131,7 +6097,7 @@ x_85 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__ 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_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_62, x_86, x_4, x_5, x_6, x_7, x_8, x_9, x_79); +x_87 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_64, x_86, x_4, x_5, x_6, x_7, x_8, x_9, x_79); x_88 = lean_ctor_get(x_87, 0); lean_inc(x_88); x_89 = lean_ctor_get(x_87, 1); @@ -6142,242 +6108,242 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_1); -x_90 = l_Lean_Elab_wfRecursion___lambda__6(x_50, x_51, x_1, x_60, x_88, x_4, x_5, x_6, x_7, x_8, x_9, x_89); +x_90 = l_Lean_Elab_wfRecursion___lambda__6(x_12, x_13, x_1, x_62, x_88, x_4, x_5, x_6, x_7, x_8, x_9, x_89); lean_dec(x_88); if (lean_obj_tag(x_90) == 0) { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_object* x_91; lean_object* x_92; 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_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_92); -x_94 = lean_ctor_get(x_93, 1); -lean_inc(x_94); -lean_dec(x_93); -x_11 = x_91; -x_12 = x_94; -goto block_48; +x_18 = x_91; +x_19 = x_92; +goto block_57; } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_95 = lean_ctor_get(x_90, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_90, 1); -lean_inc(x_96); +x_93 = lean_ctor_get(x_90, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_90, 1); +lean_inc(x_94); lean_dec(x_90); -x_97 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_96); +x_95 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_94); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_98 = !lean_is_exclusive(x_97); -if (x_98 == 0) +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) { -lean_object* x_99; -x_99 = lean_ctor_get(x_97, 0); -lean_dec(x_99); -lean_ctor_set_tag(x_97, 1); -lean_ctor_set(x_97, 0, x_95); -return x_97; +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set_tag(x_95, 1); +lean_ctor_set(x_95, 0, x_93); +return x_95; } else { -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 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_101, 0, x_95); -lean_ctor_set(x_101, 1, x_100); -return x_101; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_99, 0, x_93); +lean_ctor_set(x_99, 1, x_98); +return x_99; } } } } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; +lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_102 = lean_ctor_get(x_59, 0); -lean_inc(x_102); -x_103 = lean_ctor_get(x_59, 1); -lean_inc(x_103); -lean_dec(x_59); -x_104 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_103); +x_100 = lean_ctor_get(x_61, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_61, 1); +lean_inc(x_101); +lean_dec(x_61); +x_102 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_101); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_105 = !lean_is_exclusive(x_104); -if (x_105 == 0) +x_103 = !lean_is_exclusive(x_102); +if (x_103 == 0) { -lean_object* x_106; -x_106 = lean_ctor_get(x_104, 0); -lean_dec(x_106); -lean_ctor_set_tag(x_104, 1); -lean_ctor_set(x_104, 0, x_102); -return x_104; +lean_object* x_104; +x_104 = lean_ctor_get(x_102, 0); +lean_dec(x_104); +lean_ctor_set_tag(x_102, 1); +lean_ctor_set(x_102, 0, x_100); +return x_102; } else { -lean_object* x_107; lean_object* x_108; -x_107 = lean_ctor_get(x_104, 1); -lean_inc(x_107); -lean_dec(x_104); -x_108 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_108, 0, x_102); -lean_ctor_set(x_108, 1, x_107); -return x_108; +lean_object* x_105; lean_object* x_106; +x_105 = lean_ctor_get(x_102, 1); +lean_inc(x_105); +lean_dec(x_102); +x_106 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_106, 0, x_100); +lean_ctor_set(x_106, 1, x_105); +return x_106; } } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; +lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_109 = lean_ctor_get(x_57, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_57, 1); -lean_inc(x_110); -lean_dec(x_57); -x_111 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_110); +x_107 = lean_ctor_get(x_59, 0); +lean_inc(x_107); +x_108 = lean_ctor_get(x_59, 1); +lean_inc(x_108); +lean_dec(x_59); +x_109 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_108); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_112 = !lean_is_exclusive(x_111); -if (x_112 == 0) +x_110 = !lean_is_exclusive(x_109); +if (x_110 == 0) { -lean_object* x_113; -x_113 = lean_ctor_get(x_111, 0); -lean_dec(x_113); -lean_ctor_set_tag(x_111, 1); -lean_ctor_set(x_111, 0, x_109); -return x_111; +lean_object* x_111; +x_111 = lean_ctor_get(x_109, 0); +lean_dec(x_111); +lean_ctor_set_tag(x_109, 1); +lean_ctor_set(x_109, 0, x_107); +return x_109; } 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(1, 2, 0); -lean_ctor_set(x_115, 0, x_109); -lean_ctor_set(x_115, 1, x_114); -return x_115; +lean_object* x_112; lean_object* x_113; +x_112 = lean_ctor_get(x_109, 1); +lean_inc(x_112); +lean_dec(x_109); +x_113 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_113, 0, x_107); +lean_ctor_set(x_113, 1, x_112); +return x_113; } } -block_48: +block_57: { -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_13 = lean_ctor_get(x_11, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_11, 1); -lean_inc(x_14); -lean_dec(x_11); -x_15 = lean_ctor_get(x_13, 4); -lean_inc(x_15); -lean_inc(x_14); -x_16 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_16, 0, x_14); -lean_inc(x_14); +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_20 = l_Lean_setEnv___at_Lean_Elab_wfRecursion___spec__1(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_19); +x_21 = lean_ctor_get(x_18, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_20, 1); +lean_inc(x_22); +lean_dec(x_20); +x_23 = lean_ctor_get(x_18, 1); +lean_inc(x_23); +lean_dec(x_18); +x_24 = lean_ctor_get(x_21, 4); +lean_inc(x_24); +lean_inc(x_23); +x_25 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_25, 0, x_23); +lean_inc(x_23); lean_inc(x_1); -lean_inc(x_15); -x_17 = lean_alloc_closure((void*)(l_Lean_Elab_wfRecursion___lambda__3), 15, 6); -lean_closure_set(x_17, 0, x_13); -lean_closure_set(x_17, 1, x_3); -lean_closure_set(x_17, 2, x_15); -lean_closure_set(x_17, 3, x_1); -lean_closure_set(x_17, 4, x_14); -lean_closure_set(x_17, 5, x_2); +lean_inc(x_24); +x_26 = lean_alloc_closure((void*)(l_Lean_Elab_wfRecursion___lambda__3), 15, 6); +lean_closure_set(x_26, 0, x_21); +lean_closure_set(x_26, 1, x_3); +lean_closure_set(x_26, 2, x_24); +lean_closure_set(x_26, 3, x_1); +lean_closure_set(x_26, 4, x_23); +lean_closure_set(x_26, 5, x_2); 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_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_15, x_16, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_12); -if (lean_obj_tag(x_18) == 0) +x_27 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_24, x_25, x_26, x_4, x_5, x_6, x_7, x_8, x_9, x_22); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_18, 1); -lean_inc(x_20); -lean_dec(x_18); -x_21 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__4; -x_22 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_20); -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_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__4; +x_31 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_29); +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +x_33 = lean_unbox(x_32); +lean_dec(x_32); +if (x_33 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); -x_26 = lean_box(0); -x_27 = l_Lean_Elab_wfRecursion___lambda__5(x_1, x_14, x_19, x_26, x_4, x_5, x_6, x_7, x_8, x_9, x_25); -return x_27; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_31, 1); +lean_inc(x_34); +lean_dec(x_31); +x_35 = lean_box(0); +x_36 = l_Lean_Elab_wfRecursion___lambda__5(x_12, x_13, x_1, x_23, x_28, x_35, x_4, x_5, x_6, x_7, x_8, x_9, x_34); +return x_36; } 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; 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; lean_object* x_43; -x_28 = lean_ctor_get(x_22, 1); -lean_inc(x_28); -lean_dec(x_22); -x_29 = lean_ctor_get(x_19, 3); -lean_inc(x_29); -x_30 = l_Lean_MessageData_ofName(x_29); -x_31 = l_Lean_Elab_wfRecursion___closed__2; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l_Lean_Elab_wfRecursion___closed__4; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = lean_ctor_get(x_19, 5); -lean_inc(x_35); -x_36 = l_Lean_MessageData_ofExpr(x_35); -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_34); -lean_ctor_set(x_37, 1, x_36); -x_38 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__6; -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_21, x_39, x_4, x_5, x_6, x_7, x_8, x_9, x_28); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l_Lean_Elab_wfRecursion___lambda__5(x_1, x_14, x_19, x_41, x_4, x_5, x_6, x_7, x_8, x_9, x_42); -return x_43; +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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_37 = lean_ctor_get(x_31, 1); +lean_inc(x_37); +lean_dec(x_31); +x_38 = lean_ctor_get(x_28, 3); +lean_inc(x_38); +x_39 = l_Lean_MessageData_ofName(x_38); +x_40 = l_Lean_Elab_wfRecursion___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_Elab_wfRecursion___closed__4; +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +x_44 = lean_ctor_get(x_28, 5); +lean_inc(x_44); +x_45 = l_Lean_MessageData_ofExpr(x_44); +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_43); +lean_ctor_set(x_46, 1, x_45); +x_47 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__6; +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +x_49 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_30, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_37); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = l_Lean_Elab_wfRecursion___lambda__5(x_12, x_13, x_1, x_23, x_28, x_50, x_4, x_5, x_6, x_7, x_8, x_9, x_51); +return x_52; } } else { -uint8_t x_44; -lean_dec(x_14); +uint8_t x_53; +lean_dec(x_23); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -6385,23 +6351,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_44 = !lean_is_exclusive(x_18); -if (x_44 == 0) +x_53 = !lean_is_exclusive(x_27); +if (x_53 == 0) { -return x_18; +return x_27; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_18, 0); -x_46 = lean_ctor_get(x_18, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_18); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_27, 0); +x_55 = lean_ctor_get(x_27, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_27); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } @@ -6496,6 +6462,18 @@ lean_dec(x_5); return x_14; } } +LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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) { +_start: +{ +size_t x_14; size_t x_15; lean_object* x_16; +x_14 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_15 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_16 = l_Lean_Elab_wfRecursion___lambda__5(x_14, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_16; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_wfRecursion___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: { @@ -6511,7 +6489,7 @@ lean_dec(x_5); return x_15; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__1() { _start: { lean_object* x_1; @@ -6519,27 +6497,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____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_PreDefinition_WF_Main___hyg_2962____closed__1; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____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_PreDefinition_WF_Main___hyg_2962____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__2; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__2; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___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_PreDefinition_WF_Main___hyg_2962____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__4() { _start: { lean_object* x_1; @@ -6547,17 +6525,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__3; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__4; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__3; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__4; 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_PreDefinition_WF_Main___hyg_2962____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__6() { _start: { lean_object* x_1; @@ -6565,37 +6543,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__5; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__6; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__5; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____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_PreDefinition_WF_Main___hyg_2962____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__7; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__1; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__7; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____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_PreDefinition_WF_Main___hyg_2962____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__8; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___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_PreDefinition_WF_Main___hyg_2962____closed__10() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__10() { _start: { lean_object* x_1; @@ -6603,17 +6581,17 @@ x_1 = lean_mk_string_from_bytes("PreDefinition", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__11() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__9; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__10; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__9; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__10; 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_PreDefinition_WF_Main___hyg_2962____closed__12() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__12() { _start: { lean_object* x_1; @@ -6621,17 +6599,17 @@ x_1 = lean_mk_string_from_bytes("WF", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__13() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__11; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__12; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__11; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____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_PreDefinition_WF_Main___hyg_2962____closed__14() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__14() { _start: { lean_object* x_1; @@ -6639,17 +6617,17 @@ x_1 = lean_mk_string_from_bytes("Main", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__15() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__13; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__14; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__13; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__14; 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_PreDefinition_WF_Main___hyg_2962____closed__16() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__16() { _start: { lean_object* x_1; @@ -6657,33 +6635,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__17() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__15; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__16; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__15; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__16; 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_PreDefinition_WF_Main___hyg_2962____closed__18() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__17; -x_2 = lean_unsigned_to_nat(2962u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__17; +x_2 = lean_unsigned_to_nat(2963u); 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_PreDefinition_WF_Main___hyg_2962_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__4; x_3 = 0; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__18; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__18; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -6779,8 +6757,8 @@ l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_El lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_Main_0__Lean_Elab_addNonRecPreDefs___spec__1___closed__8); l_Lean_Elab_withCommonTelescope___rarg___closed__1 = _init_l_Lean_Elab_withCommonTelescope___rarg___closed__1(); lean_mark_persistent(l_Lean_Elab_withCommonTelescope___rarg___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__2___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__1___closed__1); l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__2___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__2___closed__1); l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_getFixedPrefix___spec__3___lambda__3___closed__1(); @@ -6855,43 +6833,43 @@ l_Lean_Elab_wfRecursion___closed__5 = _init_l_Lean_Elab_wfRecursion___closed__5( lean_mark_persistent(l_Lean_Elab_wfRecursion___closed__5); l_Lean_Elab_wfRecursion___closed__6 = _init_l_Lean_Elab_wfRecursion___closed__6(); lean_mark_persistent(l_Lean_Elab_wfRecursion___closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__9); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__10(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__10); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__11(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__11); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__12(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__12); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__13(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__13); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__14(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__14); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__15(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__15); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__16 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__16(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__16); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__17 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__17(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__17); -l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__18 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__18(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962____closed__18); -res = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2962_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__9); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__10(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__10); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__11(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__11); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__12(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__12); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__13(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__13); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__14(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__14); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__15(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__15); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__16 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__16(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__16); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__17 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__17(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__17); +l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__18 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__18(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963____closed__18); +res = l_Lean_Elab_initFn____x40_Lean_Elab_PreDefinition_WF_Main___hyg_2963_(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/PreDefinition/WF/PackDomain.c b/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackDomain.c index 12df15288c7a..bf505f2c864a 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackDomain.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackDomain.c @@ -370,7 +370,7 @@ static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___closed__2() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("type.isAppOfArity ``PSigma 2\n ", 35); +x_1 = lean_mk_string_from_bytes("β.isLambda\n ", 18); return x_1; } } @@ -406,7 +406,7 @@ static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___closed__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; x_1 = l_Lean_Elab_WF_mkUnaryArg_go___closed__4; x_2 = l_Lean_Elab_WF_mkUnaryArg_go___closed__5; -x_3 = lean_unsigned_to_nat(32u); +x_3 = lean_unsigned_to_nat(36u); x_4 = lean_unsigned_to_nat(6u); x_5 = l_Lean_Elab_WF_mkUnaryArg_go___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -417,7 +417,7 @@ static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___closed__7() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("β.isLambda\n ", 18); +x_1 = lean_mk_string_from_bytes("mk", 2); return x_1; } } @@ -425,202 +425,212 @@ static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_WF_mkUnaryArg_go___closed__1; +x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_PackDomain_0__Lean_Elab_WF_mkTupleElems___spec__1___closed__1; x_2 = l_Lean_Elab_WF_mkUnaryArg_go___closed__7; -x_3 = lean_string_append(x_1, x_2); +x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___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_Elab_WF_mkUnaryArg_go___closed__4; -x_2 = l_Lean_Elab_WF_mkUnaryArg_go___closed__5; -x_3 = lean_unsigned_to_nat(36u); -x_4 = lean_unsigned_to_nat(6u); -x_5 = l_Lean_Elab_WF_mkUnaryArg_go___closed__8; -x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); -return x_6; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("type.isAppOfArity ``PSigma 2\n ", 35); +return x_1; } } static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___closed__10() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("mk", 2); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_WF_mkUnaryArg_go___closed__1; +x_2 = l_Lean_Elab_WF_mkUnaryArg_go___closed__9; +x_3 = lean_string_append(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Elab_WF_mkUnaryArg_go___closed__11() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_PackDomain_0__Lean_Elab_WF_mkTupleElems___spec__1___closed__1; -x_2 = l_Lean_Elab_WF_mkUnaryArg_go___closed__10; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_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; +x_1 = l_Lean_Elab_WF_mkUnaryArg_go___closed__4; +x_2 = l_Lean_Elab_WF_mkUnaryArg_go___closed__5; +x_3 = lean_unsigned_to_nat(32u); +x_4 = lean_unsigned_to_nat(6u); +x_5 = l_Lean_Elab_WF_mkUnaryArg_go___closed__10; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; } } LEAN_EXPORT lean_object* l_Lean_Elab_WF_mkUnaryArg_go(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_9 = lean_array_get_size(x_1); -x_10 = lean_unsigned_to_nat(1u); -x_11 = lean_nat_sub(x_9, x_10); -x_12 = lean_nat_dec_lt(x_2, x_11); -lean_dec(x_11); -if (x_12 == 0) +lean_object* x_9; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_39 = lean_array_get_size(x_1); +x_40 = lean_unsigned_to_nat(1u); +x_41 = lean_nat_sub(x_39, x_40); +x_42 = lean_nat_dec_lt(x_2, x_41); +lean_dec(x_41); +if (x_42 == 0) { -uint8_t x_13; +uint8_t x_43; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_13 = lean_nat_dec_lt(x_2, x_9); -lean_dec(x_9); -if (x_13 == 0) +x_43 = lean_nat_dec_lt(x_2, x_39); +lean_dec(x_39); +if (x_43 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = l_Lean_instInhabitedExpr; -x_15 = l___private_Init_Util_0__outOfBounds___rarg(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_8); -return x_16; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = l_Lean_instInhabitedExpr; +x_45 = l___private_Init_Util_0__outOfBounds___rarg(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_8); +return x_46; } else { -lean_object* x_17; lean_object* x_18; -x_17 = lean_array_fget(x_1, x_2); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_8); -return x_18; +lean_object* x_47; lean_object* x_48; +x_47 = lean_array_fget(x_1, x_2); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_8); +return x_48; } } else { -uint8_t x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; -x_19 = lean_nat_dec_lt(x_2, x_9); -lean_dec(x_9); -x_20 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_PackDomain_0__Lean_Elab_WF_mkTupleElems___spec__1___closed__2; -x_21 = lean_unsigned_to_nat(2u); -x_22 = l_Lean_Expr_isAppOfArity(x_3, x_20, x_21); -if (x_19 == 0) +uint8_t x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_49 = lean_nat_dec_lt(x_2, x_39); +lean_dec(x_39); +x_50 = l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinition_WF_PackDomain_0__Lean_Elab_WF_mkTupleElems___spec__1___closed__2; +x_51 = lean_unsigned_to_nat(2u); +x_52 = l_Lean_Expr_isAppOfArity(x_3, x_50, x_51); +if (x_49 == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = l_Lean_instInhabitedExpr; -x_55 = l___private_Init_Util_0__outOfBounds___rarg(x_54); -x_23 = x_55; -goto block_53; +if (x_52 == 0) +{ +lean_object* x_53; lean_object* x_54; +x_53 = l_Lean_Elab_WF_mkUnaryArg_go___closed__11; +x_54 = l_panic___at_Lean_Meta_whnfCore_go___spec__1(x_53, x_4, x_5, x_6, x_7, x_8); +return x_54; } else { -lean_object* x_56; -x_56 = lean_array_fget(x_1, x_2); -x_23 = x_56; -goto block_53; +lean_object* x_55; lean_object* x_56; +x_55 = l_Lean_instInhabitedExpr; +x_56 = l___private_Init_Util_0__outOfBounds___rarg(x_55); +x_9 = x_56; +goto block_38; } -block_53: +} +else { -if (x_22 == 0) +if (x_52 == 0) { -lean_object* x_24; lean_object* x_25; -lean_dec(x_23); -x_24 = l_Lean_Elab_WF_mkUnaryArg_go___closed__6; -x_25 = l_panic___at_Lean_Meta_whnfCore_go___spec__1(x_24, x_4, x_5, x_6, x_7, x_8); -return x_25; +lean_object* x_57; lean_object* x_58; +x_57 = l_Lean_Elab_WF_mkUnaryArg_go___closed__11; +x_58 = l_panic___at_Lean_Meta_whnfCore_go___spec__1(x_57, x_4, x_5, x_6, x_7, x_8); +return x_58; } 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 = l_Lean_Expr_getAppFn(x_3); -x_27 = l_Lean_Expr_constLevels_x21(x_26); -x_28 = l_Lean_Expr_appFn_x21(x_3); -x_29 = l_Lean_Expr_appArg_x21(x_28); -lean_dec(x_28); -x_30 = l_Lean_Expr_appArg_x21(x_3); -x_31 = l_Lean_Expr_isLambda(x_30); -if (x_31 == 0) +lean_object* x_59; +x_59 = lean_array_fget(x_1, x_2); +x_9 = x_59; +goto block_38; +} +} +} +block_38: { -lean_object* x_32; lean_object* x_33; -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_27); -lean_dec(x_23); -x_32 = l_Lean_Elab_WF_mkUnaryArg_go___closed__9; -x_33 = l_panic___at_Lean_Meta_whnfCore_go___spec__1(x_32, x_4, x_5, x_6, x_7, x_8); -return x_33; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_10 = l_Lean_Expr_getAppFn(x_3); +x_11 = l_Lean_Expr_constLevels_x21(x_10); +x_12 = l_Lean_Expr_appFn_x21(x_3); +x_13 = l_Lean_Expr_appArg_x21(x_12); +lean_dec(x_12); +x_14 = l_Lean_Expr_appArg_x21(x_3); +x_15 = l_Lean_Expr_isLambda(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_11); +lean_dec(x_9); +x_16 = l_Lean_Elab_WF_mkUnaryArg_go___closed__6; +x_17 = l_panic___at_Lean_Meta_whnfCore_go___spec__1(x_16, x_4, x_5, x_6, x_7, x_8); +return x_17; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = l_Lean_Expr_bindingBody_x21(x_30); -x_35 = lean_expr_instantiate1(x_34, x_23); -lean_dec(x_34); -x_36 = lean_nat_add(x_2, x_10); -x_37 = l_Lean_Elab_WF_mkUnaryArg_go(x_1, x_36, x_35, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_35); -lean_dec(x_36); -if (lean_obj_tag(x_37) == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = l_Lean_Expr_bindingBody_x21(x_14); +x_19 = lean_expr_instantiate1(x_18, x_9); +lean_dec(x_18); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_add(x_2, x_20); +x_22 = l_Lean_Elab_WF_mkUnaryArg_go(x_1, x_21, x_19, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_19); +lean_dec(x_21); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_38; -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; -x_39 = lean_ctor_get(x_37, 0); -x_40 = l_Lean_Elab_WF_mkUnaryArg_go___closed__11; -x_41 = l_Lean_Expr_const___override(x_40, x_27); -x_42 = l_Lean_mkApp4(x_41, x_29, x_30, x_23, x_39); -lean_ctor_set(x_37, 0, x_42); -return x_37; +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_22, 0); +x_25 = l_Lean_Elab_WF_mkUnaryArg_go___closed__8; +x_26 = l_Lean_Expr_const___override(x_25, x_11); +x_27 = l_Lean_mkApp4(x_26, x_13, x_14, x_9, x_24); +lean_ctor_set(x_22, 0, x_27); +return x_22; } 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; -x_43 = lean_ctor_get(x_37, 0); -x_44 = lean_ctor_get(x_37, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_37); -x_45 = l_Lean_Elab_WF_mkUnaryArg_go___closed__11; -x_46 = l_Lean_Expr_const___override(x_45, x_27); -x_47 = l_Lean_mkApp4(x_46, x_29, x_30, x_23, x_43); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_44); -return x_48; +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_22, 0); +x_29 = lean_ctor_get(x_22, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_22); +x_30 = l_Lean_Elab_WF_mkUnaryArg_go___closed__8; +x_31 = l_Lean_Expr_const___override(x_30, x_11); +x_32 = l_Lean_mkApp4(x_31, x_13, x_14, x_9, x_28); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_29); +return x_33; } } else { -uint8_t x_49; -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_27); -lean_dec(x_23); -x_49 = !lean_is_exclusive(x_37); -if (x_49 == 0) +uint8_t x_34; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_11); +lean_dec(x_9); +x_34 = !lean_is_exclusive(x_22); +if (x_34 == 0) { -return x_37; +return x_22; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_37, 0); -x_51 = lean_ctor_get(x_37, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_37); -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_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_22, 0); +x_36 = lean_ctor_get(x_22, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_22); +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; } } } diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackMutual.c b/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackMutual.c index dff65d1283a1..5626f7f98c45 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackMutual.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/WF/PackMutual.c @@ -18,6 +18,7 @@ lean_object* l_Lean_Expr_bindingName_x21(lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_PackMutual_0__Lean_Elab_WF_getCodomainLevel___closed__1; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_PackMutual_0__Lean_Elab_WF_post_mkNewArg___spec__1___closed__6; +lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_PreDefinition_WF_PackMutual_0__Lean_Elab_WF_mkNewCoDomain_go___closed__4; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_packMutual___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*); @@ -25,7 +26,6 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_PreDefinitio static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Elab_PreDefinition_WF_PackMutual_0__Lean_Elab_WF_post_mkNewArg___spec__1___closed__4; static lean_object* l___private_Lean_Elab_PreDefinition_WF_PackMutual_0__Lean_Elab_WF_mkNewCoDomain_go___closed__6; extern lean_object* l_Lean_Elab_instInhabitedPreDefinition; -lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___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_object* l_Lean_mkAppN(lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -910,7 +910,7 @@ x_13 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at___private_Lean_Ela lean_closure_set(x_13, 0, x_5); lean_closure_set(x_13, 1, x_3); lean_closure_set(x_13, 2, x_1); -x_14 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___rarg(x_11, x_12, x_13, x_6, x_7, x_8, x_9, x_10); +x_14 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1___rarg(x_11, x_12, x_13, x_6, x_7, x_8, x_9, x_10); return x_14; } } @@ -1074,7 +1074,7 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_45 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___rarg(x_42, x_43, x_44, x_10, x_11, x_12, x_13, x_41); +x_45 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1___rarg(x_42, x_43, x_44, x_10, x_11, x_12, x_13, x_41); if (lean_obj_tag(x_45) == 0) { lean_object* x_46; lean_object* x_47; lean_object* x_48; diff --git a/stage0/stdlib/Lean/Elab/PreDefinition/WF/TerminationHint.c b/stage0/stdlib/Lean/Elab/PreDefinition/WF/TerminationHint.c index 665103348e9f..32509bd570c3 100644 --- a/stage0/stdlib/Lean/Elab/PreDefinition/WF/TerminationHint.c +++ b/stage0/stdlib/Lean/Elab/PreDefinition/WF/TerminationHint.c @@ -55,6 +55,7 @@ uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationBy_markAsUsed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_expandTerminationBy(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_balRight___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationHint_markAsUsed___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Elab_WF_TerminationHint_markAsUsed___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_WF_expandTerminationHint___spec__3___boxed(lean_object*, lean_object*); @@ -78,6 +79,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDe LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationBy_find_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_expandTerminationHint___closed__8; +static lean_object* l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__4; static lean_object* l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; LEAN_EXPORT uint8_t l_Lean_Elab_WF_TerminationByClique_allImplicit(lean_object*); static lean_object* l_Lean_Elab_WF_instInhabitedTerminationByElement___closed__2; @@ -107,6 +109,7 @@ lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_TerminationHint_find_x3f___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); +lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_expandTerminationHint___spec__10(size_t, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_instInhabitedTerminationByElement___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_TerminationHint_markAsUsed___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -118,6 +121,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_TerminationHint_m static lean_object* l_Lean_Elab_WF_expandTerminationHint___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationByClique_getExplicitElement_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_expandTerminationHint___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_panic___at_Lean_Parser_SyntaxStack_back___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_WF_instInhabitedTerminationHintValue___closed__1; @@ -150,6 +154,7 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinit LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_expandTerminationHint___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_expandTerminationHint(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationByClique_getExplicitElement_x3f(lean_object*); +static lean_object* l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__5; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__2(lean_object*, lean_object*, size_t, size_t); @@ -177,6 +182,7 @@ uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_WF_TerminationBy_ensureAllUsed___spec__1___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_WF_TerminationBy_markAsUsed___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationByClique_allImplicit___boxed(lean_object*); +static lean_object* l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_WF_TerminationHint_markAsUsed___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__8(lean_object*, size_t, size_t, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_WF_TerminationBy_find_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -2550,151 +2556,162 @@ return x_24; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___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) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_40; lean_object* x_41; uint8_t x_42; +lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_43; lean_object* x_44; uint8_t x_45; x_9 = lean_box(0); lean_inc(x_1); x_10 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_5, x_1, x_9); -x_40 = lean_array_get_size(x_4); -x_41 = lean_unsigned_to_nat(0u); -x_42 = lean_nat_dec_lt(x_41, x_40); -if (x_42 == 0) +x_43 = lean_array_get_size(x_4); +x_44 = lean_unsigned_to_nat(0u); +x_45 = lean_nat_dec_lt(x_44, x_43); +if (x_45 == 0) { -lean_dec(x_40); -lean_dec(x_10); -lean_dec(x_3); -x_11 = x_9; -goto block_39; +uint8_t x_46; +lean_dec(x_43); +x_46 = 1; +x_11 = x_46; +goto block_42; } else { -uint8_t x_43; -x_43 = lean_nat_dec_le(x_40, x_40); -if (x_43 == 0) +uint8_t x_47; +x_47 = lean_nat_dec_le(x_43, x_43); +if (x_47 == 0) { -lean_dec(x_40); -lean_dec(x_10); -lean_dec(x_3); -x_11 = x_9; -goto block_39; +uint8_t x_48; +lean_dec(x_43); +x_48 = 1; +x_11 = x_48; +goto block_42; } else { -size_t x_44; size_t x_45; uint8_t x_46; -x_44 = 0; -x_45 = lean_usize_of_nat(x_40); -lean_dec(x_40); -x_46 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__2(x_1, x_4, x_44, x_45); -if (x_46 == 0) +size_t x_49; size_t x_50; uint8_t x_51; +x_49 = 0; +x_50 = lean_usize_of_nat(x_43); +lean_dec(x_43); +x_51 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__2(x_1, x_4, x_49, x_50); +if (x_51 == 0) { -lean_dec(x_10); -lean_dec(x_3); -x_11 = x_9; -goto block_39; +uint8_t x_52; +x_52 = 1; +x_11 = x_52; +goto block_42; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -lean_dec(x_7); -lean_dec(x_1); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_10); -lean_ctor_set(x_47, 1, x_3); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_47); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_8); -return x_49; +uint8_t x_53; +x_53 = 0; +x_11 = x_53; +goto block_42; } } } -block_39: +block_42: { -uint8_t 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; -lean_dec(x_11); -x_12 = 1; -x_13 = l_Lean_Name_toString(x_1, x_12); -x_14 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_expandTerminationHint___spec__8___closed__2; -x_15 = lean_string_append(x_14, x_13); -lean_dec(x_13); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_expandTerminationHint___spec__8___closed__3; -x_17 = lean_string_append(x_15, x_16); -x_18 = !lean_is_exclusive(x_7); -if (x_18 == 0) +if (x_11 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_7, 5); -x_20 = l_Lean_replaceRef(x_2, x_19); -lean_dec(x_19); -lean_ctor_set(x_7, 5, x_20); -x_21 = l_Lean_Macro_throwError___rarg(x_17, x_7, x_8); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_dec(x_7); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +lean_dec(x_1); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_2); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_8); +return x_14; +} +else { -return x_21; +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; +lean_dec(x_10); +lean_dec(x_2); +x_15 = 1; +x_16 = l_Lean_Name_toString(x_1, x_15); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_expandTerminationHint___spec__8___closed__2; +x_18 = lean_string_append(x_17, x_16); +lean_dec(x_16); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_WF_expandTerminationHint___spec__8___closed__3; +x_20 = lean_string_append(x_18, x_19); +x_21 = !lean_is_exclusive(x_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_7, 5); +x_23 = l_Lean_replaceRef(x_3, x_22); +lean_dec(x_22); +lean_ctor_set(x_7, 5, x_23); +x_24 = l_Lean_Macro_throwError___rarg(x_20, x_7, x_8); +lean_dec(x_7); +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) +{ +return x_24; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_21); -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_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_24); +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_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; -x_26 = lean_ctor_get(x_7, 0); -x_27 = lean_ctor_get(x_7, 1); -x_28 = lean_ctor_get(x_7, 2); -x_29 = lean_ctor_get(x_7, 3); -x_30 = lean_ctor_get(x_7, 4); -x_31 = lean_ctor_get(x_7, 5); +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; +x_29 = lean_ctor_get(x_7, 0); +x_30 = lean_ctor_get(x_7, 1); +x_31 = lean_ctor_get(x_7, 2); +x_32 = lean_ctor_get(x_7, 3); +x_33 = lean_ctor_get(x_7, 4); +x_34 = lean_ctor_get(x_7, 5); +lean_inc(x_34); +lean_inc(x_33); +lean_inc(x_32); lean_inc(x_31); lean_inc(x_30); lean_inc(x_29); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); lean_dec(x_7); -x_32 = l_Lean_replaceRef(x_2, x_31); -lean_dec(x_31); -x_33 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_33, 0, x_26); -lean_ctor_set(x_33, 1, x_27); -lean_ctor_set(x_33, 2, x_28); -lean_ctor_set(x_33, 3, x_29); -lean_ctor_set(x_33, 4, x_30); -lean_ctor_set(x_33, 5, x_32); -x_34 = l_Lean_Macro_throwError___rarg(x_17, x_33, x_8); -lean_dec(x_33); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -if (lean_is_exclusive(x_34)) { - lean_ctor_release(x_34, 0); - lean_ctor_release(x_34, 1); - x_37 = x_34; +x_35 = l_Lean_replaceRef(x_3, x_34); +lean_dec(x_34); +x_36 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_36, 0, x_29); +lean_ctor_set(x_36, 1, x_30); +lean_ctor_set(x_36, 2, x_31); +lean_ctor_set(x_36, 3, x_32); +lean_ctor_set(x_36, 4, x_33); +lean_ctor_set(x_36, 5, x_35); +x_37 = l_Lean_Macro_throwError___rarg(x_20, x_36, x_8); +lean_dec(x_36); +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_37, 1); +lean_inc(x_39); +if (lean_is_exclusive(x_37)) { + lean_ctor_release(x_37, 0); + lean_ctor_release(x_37, 1); + x_40 = x_37; } else { - lean_dec_ref(x_34); - x_37 = lean_box(0); + lean_dec_ref(x_37); + x_40 = lean_box(0); } -if (lean_is_scalar(x_37)) { - x_38 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_40)) { + x_41 = lean_alloc_ctor(1, 2, 0); } else { - x_38 = x_37; + x_41 = x_40; +} +lean_ctor_set(x_41, 0, x_38); +lean_ctor_set(x_41, 1, x_39); +return x_41; } -lean_ctor_set(x_38, 0, x_35); -lean_ctor_set(x_38, 1, x_36); -return x_38; } } } @@ -2739,484 +2756,290 @@ return x_16; } else { -lean_object* x_17; uint8_t x_18; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_49; lean_object* x_50; uint8_t x_51; x_17 = lean_array_uget(x_2, x_4); -x_18 = !lean_is_exclusive(x_5); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_19 = lean_ctor_get(x_5, 0); -x_20 = lean_ctor_get(x_5, 1); -x_21 = lean_unsigned_to_nat(0u); -x_22 = l_Lean_Syntax_getArg(x_17, x_21); -x_23 = l_Lean_Syntax_isIdent(x_22); -if (x_23 == 0) -{ -lean_dec(x_22); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_24; lean_object* x_25; -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_17); -lean_ctor_set(x_5, 1, x_24); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_5); -x_8 = x_25; -x_9 = x_7; -goto block_14; +x_18 = lean_ctor_get(x_5, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_5, 1); +lean_inc(x_19); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + lean_ctor_release(x_5, 1); + x_20 = x_5; +} else { + lean_dec_ref(x_5); + x_20 = lean_box(0); } -else -{ -uint8_t x_26; -lean_free_object(x_5); -lean_dec(x_20); -lean_dec(x_19); -x_26 = !lean_is_exclusive(x_6); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_27 = lean_ctor_get(x_6, 5); -x_28 = l_Lean_replaceRef(x_17, x_27); -lean_dec(x_27); -lean_dec(x_17); -lean_ctor_set(x_6, 5, x_28); -x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__1; -x_30 = l_Lean_Macro_throwError___rarg(x_29, x_6, x_7); -lean_dec(x_6); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +x_49 = lean_unsigned_to_nat(0u); +x_50 = l_Lean_Syntax_getArg(x_17, x_49); +x_51 = l_Lean_Syntax_isIdent(x_50); +if (x_51 == 0) { -return x_30; -} -else +lean_dec(x_50); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_30); -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; -} +uint8_t x_52; +x_52 = 0; +x_21 = x_52; +goto block_48; } 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; 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_35 = lean_ctor_get(x_6, 0); -x_36 = lean_ctor_get(x_6, 1); -x_37 = lean_ctor_get(x_6, 2); -x_38 = lean_ctor_get(x_6, 3); -x_39 = lean_ctor_get(x_6, 4); -x_40 = lean_ctor_get(x_6, 5); -lean_inc(x_40); -lean_inc(x_39); -lean_inc(x_38); -lean_inc(x_37); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_6); -x_41 = l_Lean_replaceRef(x_17, x_40); -lean_dec(x_40); -lean_dec(x_17); -x_42 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_42, 0, x_35); -lean_ctor_set(x_42, 1, x_36); -lean_ctor_set(x_42, 2, x_37); -lean_ctor_set(x_42, 3, x_38); -lean_ctor_set(x_42, 4, x_39); -lean_ctor_set(x_42, 5, x_41); -x_43 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__1; -x_44 = l_Lean_Macro_throwError___rarg(x_43, x_42, x_7); -lean_dec(x_42); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 1); -lean_inc(x_46); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - lean_ctor_release(x_44, 1); - x_47 = x_44; -} else { - lean_dec_ref(x_44); - x_47 = lean_box(0); -} -if (lean_is_scalar(x_47)) { - x_48 = lean_alloc_ctor(1, 2, 0); -} else { - x_48 = x_47; -} -lean_ctor_set(x_48, 0, x_45); -lean_ctor_set(x_48, 1, x_46); -return x_48; -} +uint8_t x_53; +lean_dec(x_19); +x_53 = 1; +x_21 = x_53; +goto block_48; } } else { -lean_object* x_49; uint8_t x_50; -lean_free_object(x_5); -x_49 = l_Lean_Syntax_getId(x_22); -lean_dec(x_22); -x_50 = l_Lean_NameSet_contains(x_19, x_49); -if (x_50 == 0) +lean_object* x_54; uint8_t x_55; +lean_dec(x_20); +x_54 = l_Lean_Syntax_getId(x_50); +lean_dec(x_50); +x_55 = l_Lean_NameSet_contains(x_18, x_54); +if (x_55 == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_box(0); +lean_object* x_56; lean_object* x_57; +x_56 = lean_box(0); lean_inc(x_6); -x_52 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___lambda__1(x_49, x_17, x_20, x_1, x_19, x_51, x_6, x_7); +x_57 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___lambda__1(x_54, x_19, x_17, x_1, x_18, x_56, x_6, x_7); lean_dec(x_17); -if (lean_obj_tag(x_52) == 0) +if (lean_obj_tag(x_57) == 0) { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_8 = x_53; -x_9 = x_54; +lean_object* x_58; lean_object* x_59; +x_58 = lean_ctor_get(x_57, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_57, 1); +lean_inc(x_59); +lean_dec(x_57); +x_8 = x_58; +x_9 = x_59; goto block_14; } else { -uint8_t x_55; +uint8_t x_60; lean_dec(x_6); -x_55 = !lean_is_exclusive(x_52); -if (x_55 == 0) +x_60 = !lean_is_exclusive(x_57); +if (x_60 == 0) { -return x_52; +return x_57; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_52, 0); -x_57 = lean_ctor_get(x_52, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_52); -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_object* x_61; lean_object* x_62; lean_object* x_63; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } else { -uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -lean_dec(x_20); +uint8_t x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; lean_dec(x_19); -x_59 = 1; -x_60 = l_Lean_Name_toString(x_49, x_59); -x_61 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__2; -x_62 = lean_string_append(x_61, x_60); -lean_dec(x_60); -x_63 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__3; -x_64 = lean_string_append(x_62, x_63); -x_65 = !lean_is_exclusive(x_6); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_66 = lean_ctor_get(x_6, 5); -x_67 = l_Lean_replaceRef(x_17, x_66); -lean_dec(x_66); +lean_dec(x_18); +x_64 = 1; +x_65 = l_Lean_Name_toString(x_54, x_64); +x_66 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__2; +x_67 = lean_string_append(x_66, x_65); +lean_dec(x_65); +x_68 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__3; +x_69 = lean_string_append(x_67, x_68); +x_70 = !lean_is_exclusive(x_6); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_71 = lean_ctor_get(x_6, 5); +x_72 = l_Lean_replaceRef(x_17, x_71); +lean_dec(x_71); lean_dec(x_17); -lean_ctor_set(x_6, 5, x_67); -x_68 = l_Lean_Macro_throwError___rarg(x_64, x_6, x_7); +lean_ctor_set(x_6, 5, x_72); +x_73 = l_Lean_Macro_throwError___rarg(x_69, x_6, x_7); lean_dec(x_6); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) +x_74 = !lean_is_exclusive(x_73); +if (x_74 == 0) { -return x_68; +return x_73; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -x_71 = lean_ctor_get(x_68, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_68); -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_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_73, 0); +x_76 = lean_ctor_get(x_73, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_73); +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 { -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; -x_73 = lean_ctor_get(x_6, 0); -x_74 = lean_ctor_get(x_6, 1); -x_75 = lean_ctor_get(x_6, 2); -x_76 = lean_ctor_get(x_6, 3); -x_77 = lean_ctor_get(x_6, 4); -x_78 = lean_ctor_get(x_6, 5); +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; +x_78 = lean_ctor_get(x_6, 0); +x_79 = lean_ctor_get(x_6, 1); +x_80 = lean_ctor_get(x_6, 2); +x_81 = lean_ctor_get(x_6, 3); +x_82 = lean_ctor_get(x_6, 4); +x_83 = lean_ctor_get(x_6, 5); +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_6); -x_79 = l_Lean_replaceRef(x_17, x_78); -lean_dec(x_78); +x_84 = l_Lean_replaceRef(x_17, x_83); +lean_dec(x_83); lean_dec(x_17); -x_80 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_80, 0, x_73); -lean_ctor_set(x_80, 1, x_74); -lean_ctor_set(x_80, 2, x_75); -lean_ctor_set(x_80, 3, x_76); -lean_ctor_set(x_80, 4, x_77); -lean_ctor_set(x_80, 5, x_79); -x_81 = l_Lean_Macro_throwError___rarg(x_64, x_80, x_7); -lean_dec(x_80); -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_84 = x_81; +x_85 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_79); +lean_ctor_set(x_85, 2, x_80); +lean_ctor_set(x_85, 3, x_81); +lean_ctor_set(x_85, 4, x_82); +lean_ctor_set(x_85, 5, x_84); +x_86 = l_Lean_Macro_throwError___rarg(x_69, x_85, x_7); +lean_dec(x_85); +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_86, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_86)) { + lean_ctor_release(x_86, 0); + lean_ctor_release(x_86, 1); + x_89 = x_86; } else { - lean_dec_ref(x_81); - x_84 = lean_box(0); + lean_dec_ref(x_86); + x_89 = lean_box(0); } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_89)) { + x_90 = lean_alloc_ctor(1, 2, 0); } else { - x_85 = x_84; -} -lean_ctor_set(x_85, 0, x_82); -lean_ctor_set(x_85, 1, x_83); -return x_85; + x_90 = x_89; } +lean_ctor_set(x_90, 0, x_87); +lean_ctor_set(x_90, 1, x_88); +return x_90; } } } -else -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; -x_86 = lean_ctor_get(x_5, 0); -x_87 = lean_ctor_get(x_5, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_5); -x_88 = lean_unsigned_to_nat(0u); -x_89 = l_Lean_Syntax_getArg(x_17, x_88); -x_90 = l_Lean_Syntax_isIdent(x_89); -if (x_90 == 0) -{ -lean_dec(x_89); -if (lean_obj_tag(x_87) == 0) +block_48: { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_17); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_86); -lean_ctor_set(x_92, 1, x_91); -x_93 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_93, 0, x_92); -x_8 = x_93; -x_9 = x_7; -goto block_14; -} -else +if (x_21 == 0) { -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_dec(x_87); -lean_dec(x_86); -x_94 = lean_ctor_get(x_6, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_6, 1); -lean_inc(x_95); -x_96 = lean_ctor_get(x_6, 2); -lean_inc(x_96); -x_97 = lean_ctor_get(x_6, 3); -lean_inc(x_97); -x_98 = lean_ctor_get(x_6, 4); -lean_inc(x_98); -x_99 = lean_ctor_get(x_6, 5); -lean_inc(x_99); -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - lean_ctor_release(x_6, 1); - lean_ctor_release(x_6, 2); - lean_ctor_release(x_6, 3); - lean_ctor_release(x_6, 4); - lean_ctor_release(x_6, 5); - x_100 = x_6; -} else { - lean_dec_ref(x_6); - x_100 = lean_box(0); -} -x_101 = l_Lean_replaceRef(x_17, x_99); -lean_dec(x_99); -lean_dec(x_17); -if (lean_is_scalar(x_100)) { - x_102 = lean_alloc_ctor(0, 6, 0); -} else { - x_102 = x_100; -} -lean_ctor_set(x_102, 0, x_94); -lean_ctor_set(x_102, 1, x_95); -lean_ctor_set(x_102, 2, x_96); -lean_ctor_set(x_102, 3, x_97); -lean_ctor_set(x_102, 4, x_98); -lean_ctor_set(x_102, 5, x_101); -x_103 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__1; -x_104 = l_Lean_Macro_throwError___rarg(x_103, x_102, x_7); -lean_dec(x_102); -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -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); -} -if (lean_is_scalar(x_107)) { - x_108 = lean_alloc_ctor(1, 2, 0); +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_17); +if (lean_is_scalar(x_20)) { + x_23 = lean_alloc_ctor(0, 2, 0); } else { - x_108 = x_107; -} -lean_ctor_set(x_108, 0, x_105); -lean_ctor_set(x_108, 1, x_106); -return x_108; + x_23 = x_20; } +lean_ctor_set(x_23, 0, x_18); +lean_ctor_set(x_23, 1, x_22); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_23); +x_8 = x_24; +x_9 = x_7; +goto block_14; } else { -lean_object* x_109; uint8_t x_110; -x_109 = l_Lean_Syntax_getId(x_89); -lean_dec(x_89); -x_110 = l_Lean_NameSet_contains(x_86, x_109); -if (x_110 == 0) +uint8_t x_25; +lean_dec(x_20); +lean_dec(x_18); +x_25 = !lean_is_exclusive(x_6); +if (x_25 == 0) { -lean_object* x_111; lean_object* x_112; -x_111 = lean_box(0); -lean_inc(x_6); -x_112 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___lambda__1(x_109, x_17, x_87, x_1, x_86, x_111, x_6, x_7); +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_6, 5); +x_27 = l_Lean_replaceRef(x_17, x_26); +lean_dec(x_26); lean_dec(x_17); -if (lean_obj_tag(x_112) == 0) +lean_ctor_set(x_6, 5, x_27); +x_28 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__1; +x_29 = l_Lean_Macro_throwError___rarg(x_28, x_6, x_7); +lean_dec(x_6); +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) { -lean_object* x_113; lean_object* x_114; -x_113 = lean_ctor_get(x_112, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -lean_dec(x_112); -x_8 = x_113; -x_9 = x_114; -goto block_14; +return x_29; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -lean_dec(x_6); -x_115 = lean_ctor_get(x_112, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_112, 1); -lean_inc(x_116); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - x_117 = x_112; -} else { - lean_dec_ref(x_112); - 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; +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_29, 0); +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_29); +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; } } else { -uint8_t 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_dec(x_87); -lean_dec(x_86); -x_119 = 1; -x_120 = l_Lean_Name_toString(x_109, x_119); -x_121 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__2; -x_122 = lean_string_append(x_121, x_120); -lean_dec(x_120); -x_123 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__3; -x_124 = lean_string_append(x_122, x_123); -x_125 = lean_ctor_get(x_6, 0); -lean_inc(x_125); -x_126 = lean_ctor_get(x_6, 1); -lean_inc(x_126); -x_127 = lean_ctor_get(x_6, 2); -lean_inc(x_127); -x_128 = lean_ctor_get(x_6, 3); -lean_inc(x_128); -x_129 = lean_ctor_get(x_6, 4); -lean_inc(x_129); -x_130 = lean_ctor_get(x_6, 5); -lean_inc(x_130); -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - lean_ctor_release(x_6, 1); - lean_ctor_release(x_6, 2); - lean_ctor_release(x_6, 3); - lean_ctor_release(x_6, 4); - lean_ctor_release(x_6, 5); - x_131 = x_6; -} else { - lean_dec_ref(x_6); - x_131 = lean_box(0); -} -x_132 = l_Lean_replaceRef(x_17, x_130); -lean_dec(x_130); +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; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_34 = lean_ctor_get(x_6, 0); +x_35 = lean_ctor_get(x_6, 1); +x_36 = lean_ctor_get(x_6, 2); +x_37 = lean_ctor_get(x_6, 3); +x_38 = lean_ctor_get(x_6, 4); +x_39 = lean_ctor_get(x_6, 5); +lean_inc(x_39); +lean_inc(x_38); +lean_inc(x_37); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_6); +x_40 = l_Lean_replaceRef(x_17, x_39); +lean_dec(x_39); lean_dec(x_17); -if (lean_is_scalar(x_131)) { - x_133 = lean_alloc_ctor(0, 6, 0); -} else { - x_133 = x_131; -} -lean_ctor_set(x_133, 0, x_125); -lean_ctor_set(x_133, 1, x_126); -lean_ctor_set(x_133, 2, x_127); -lean_ctor_set(x_133, 3, x_128); -lean_ctor_set(x_133, 4, x_129); -lean_ctor_set(x_133, 5, x_132); -x_134 = l_Lean_Macro_throwError___rarg(x_124, x_133, x_7); -lean_dec(x_133); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -if (lean_is_exclusive(x_134)) { - lean_ctor_release(x_134, 0); - lean_ctor_release(x_134, 1); - x_137 = x_134; +x_41 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_41, 0, x_34); +lean_ctor_set(x_41, 1, x_35); +lean_ctor_set(x_41, 2, x_36); +lean_ctor_set(x_41, 3, x_37); +lean_ctor_set(x_41, 4, x_38); +lean_ctor_set(x_41, 5, x_40); +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___closed__1; +x_43 = l_Lean_Macro_throwError___rarg(x_42, x_41, x_7); +lean_dec(x_41); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + x_46 = x_43; } else { - lean_dec_ref(x_134); - x_137 = lean_box(0); + lean_dec_ref(x_43); + x_46 = lean_box(0); } -if (lean_is_scalar(x_137)) { - x_138 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_46)) { + x_47 = lean_alloc_ctor(1, 2, 0); } else { - x_138 = x_137; + x_47 = x_46; } -lean_ctor_set(x_138, 0, x_135); -lean_ctor_set(x_138, 1, x_136); -return x_138; +lean_ctor_set(x_47, 0, x_44); +lean_ctor_set(x_47, 1, x_45); +return x_47; } } } @@ -4836,6 +4659,43 @@ static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint _start: { lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Init.Data.Option.BasicAux", 25); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Option.get!", 11); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("value is none", 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___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___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__3; +x_2 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__4; +x_3 = lean_unsigned_to_nat(16u); +x_4 = lean_unsigned_to_nat(14u); +x_5 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__5; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +static lean_object* _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7() { +_start: +{ +lean_object* x_1; x_1 = lean_mk_string_from_bytes("invalid `termination_by` syntax, unnecessary else-case", 54); return x_1; } @@ -4877,39 +4737,62 @@ lean_dec(x_2); lean_dec(x_7); if (lean_obj_tag(x_19) == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_77; x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); -x_21 = lean_ctor_get(x_20, 1); +x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); -x_22 = lean_unbox(x_21); -lean_dec(x_21); -if (x_22 == 0) +lean_dec(x_19); +x_22 = lean_ctor_get(x_20, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +lean_dec(x_20); +x_77 = lean_unbox(x_23); +lean_dec(x_23); +if (x_77 == 0) { if (lean_obj_tag(x_15) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_19, 1); -lean_inc(x_23); -lean_dec(x_19); -x_24 = lean_ctor_get(x_20, 0); -lean_inc(x_24); -lean_dec(x_20); +uint8_t x_78; +x_78 = 0; +x_24 = x_78; +goto block_76; +} +else +{ +uint8_t x_79; +x_79 = 1; +x_24 = x_79; +goto block_76; +} +} +else +{ +uint8_t x_80; +x_80 = 0; +x_24 = x_80; +goto block_76; +} +block_76: +{ +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +lean_dec(x_15); x_25 = lean_box(0); -x_26 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___lambda__1(x_24, x_25, x_3, x_23); +x_26 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___lambda__1(x_22, x_25, x_3, x_21); lean_dec(x_3); return x_26; } else { +lean_dec(x_22); +if (lean_obj_tag(x_15) == 0) +{ lean_object* x_27; lean_object* x_28; uint8_t x_29; -lean_dec(x_20); -x_27 = lean_ctor_get(x_19, 1); -lean_inc(x_27); -lean_dec(x_19); -x_28 = lean_ctor_get(x_15, 0); -lean_inc(x_28); -lean_dec(x_15); +x_27 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__6; +x_28 = l_panic___at_Lean_Parser_SyntaxStack_back___spec__1(x_27); x_29 = !lean_is_exclusive(x_3); if (x_29 == 0) { @@ -4919,8 +4802,8 @@ x_31 = l_Lean_replaceRef(x_28, x_30); lean_dec(x_30); lean_dec(x_28); lean_ctor_set(x_3, 5, x_31); -x_32 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__3; -x_33 = l_Lean_Macro_throwError___rarg(x_32, x_3, x_27); +x_32 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7; +x_33 = l_Lean_Macro_throwError___rarg(x_32, x_3, x_21); lean_dec(x_3); x_34 = !lean_is_exclusive(x_33); if (x_34 == 0) @@ -4967,8 +4850,8 @@ lean_ctor_set(x_45, 2, x_40); lean_ctor_set(x_45, 3, x_41); lean_ctor_set(x_45, 4, x_42); lean_ctor_set(x_45, 5, x_44); -x_46 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__3; -x_47 = l_Lean_Macro_throwError___rarg(x_46, x_45, x_27); +x_46 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7; +x_47 = l_Lean_Macro_throwError___rarg(x_46, x_45, x_21); lean_dec(x_45); x_48 = lean_ctor_get(x_47, 0); lean_inc(x_48); @@ -4992,71 +4875,145 @@ lean_ctor_set(x_51, 1, x_49); return x_51; } } -} else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -lean_dec(x_15); -x_52 = lean_ctor_get(x_19, 1); +lean_object* x_52; uint8_t x_53; +x_52 = lean_ctor_get(x_15, 0); lean_inc(x_52); -lean_dec(x_19); -x_53 = lean_ctor_get(x_20, 0); -lean_inc(x_53); -lean_dec(x_20); -x_54 = lean_box(0); -x_55 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___lambda__1(x_53, x_54, x_3, x_52); +lean_dec(x_15); +x_53 = !lean_is_exclusive(x_3); +if (x_53 == 0) +{ +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_3, 5); +x_55 = l_Lean_replaceRef(x_52, x_54); +lean_dec(x_54); +lean_dec(x_52); +lean_ctor_set(x_3, 5, x_55); +x_56 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7; +x_57 = l_Lean_Macro_throwError___rarg(x_56, x_3, x_21); +lean_dec(x_3); +x_58 = !lean_is_exclusive(x_57); +if (x_58 == 0) +{ +return x_57; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_57, 0); +x_60 = lean_ctor_get(x_57, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_57); +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; +} +} +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; +x_62 = lean_ctor_get(x_3, 0); +x_63 = lean_ctor_get(x_3, 1); +x_64 = lean_ctor_get(x_3, 2); +x_65 = lean_ctor_get(x_3, 3); +x_66 = lean_ctor_get(x_3, 4); +x_67 = lean_ctor_get(x_3, 5); +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_3); -return x_55; +x_68 = l_Lean_replaceRef(x_52, x_67); +lean_dec(x_67); +lean_dec(x_52); +x_69 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_69, 0, x_62); +lean_ctor_set(x_69, 1, x_63); +lean_ctor_set(x_69, 2, x_64); +lean_ctor_set(x_69, 3, x_65); +lean_ctor_set(x_69, 4, x_66); +lean_ctor_set(x_69, 5, x_68); +x_70 = l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7; +x_71 = l_Lean_Macro_throwError___rarg(x_70, x_69, x_21); +lean_dec(x_69); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_71, 1); +lean_inc(x_73); +if (lean_is_exclusive(x_71)) { + lean_ctor_release(x_71, 0); + lean_ctor_release(x_71, 1); + x_74 = x_71; +} else { + lean_dec_ref(x_71); + x_74 = lean_box(0); +} +if (lean_is_scalar(x_74)) { + x_75 = lean_alloc_ctor(1, 2, 0); +} else { + x_75 = x_74; +} +lean_ctor_set(x_75, 0, x_72); +lean_ctor_set(x_75, 1, x_73); +return x_75; +} +} +} } } else { -uint8_t x_56; +uint8_t x_81; lean_dec(x_15); lean_dec(x_3); -x_56 = !lean_is_exclusive(x_19); -if (x_56 == 0) +x_81 = !lean_is_exclusive(x_19); +if (x_81 == 0) { return x_19; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_19, 0); -x_58 = lean_ctor_get(x_19, 1); -lean_inc(x_58); -lean_inc(x_57); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_19, 0); +x_83 = lean_ctor_get(x_19, 1); +lean_inc(x_83); +lean_inc(x_82); lean_dec(x_19); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +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 { -uint8_t x_60; +uint8_t x_85; lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -x_60 = !lean_is_exclusive(x_12); -if (x_60 == 0) +x_85 = !lean_is_exclusive(x_12); +if (x_85 == 0) { return x_12; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_12, 0); -x_62 = lean_ctor_get(x_12, 1); -lean_inc(x_62); -lean_inc(x_61); +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_12, 0); +x_87 = lean_ctor_get(x_12, 1); +lean_inc(x_87); +lean_inc(x_86); lean_dec(x_12); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } @@ -5098,7 +5055,7 @@ lean_object* x_9; x_9 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___spec__3___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_6); lean_dec(x_4); -lean_dec(x_2); +lean_dec(x_3); return x_9; } } @@ -6257,158 +6214,175 @@ return x_18; } else { -lean_object* x_19; uint8_t x_20; +lean_object* x_19; uint8_t x_20; uint8_t x_47; x_19 = lean_array_uget(x_2, x_4); -x_20 = lean_ctor_get_uint8(x_19, sizeof(void*)*1); -if (x_20 == 0) +x_47 = lean_ctor_get_uint8(x_19, sizeof(void*)*1); +if (x_47 == 0) { -lean_object* x_21; -x_21 = l_Lean_Elab_WF_TerminationByClique_getExplicitElement_x3f(x_19); -if (lean_obj_tag(x_21) == 0) +lean_object* x_48; +x_48 = l_Lean_Elab_WF_TerminationByClique_getExplicitElement_x3f(x_19); +if (lean_obj_tag(x_48) == 0) { if (x_1 == 0) { -if (x_5 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_19, 0); -lean_inc(x_22); -lean_dec(x_19); -x_23 = lean_array_get_size(x_22); -x_24 = lean_unsigned_to_nat(0u); -x_25 = lean_nat_dec_lt(x_24, x_23); -lean_dec(x_23); -if (x_25 == 0) -{ -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_dec(x_22); -x_26 = l_Lean_Elab_WF_instInhabitedTerminationByElement; -x_27 = l___private_Init_Util_0__outOfBounds___rarg(x_26); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -lean_dec(x_27); -x_29 = l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; -x_30 = l_Lean_Macro_throwErrorAt___rarg(x_28, x_29, x_6, x_7); -lean_dec(x_28); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) -{ -return x_30; +uint8_t x_49; +x_49 = 1; +x_20 = x_49; +goto block_46; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_30); -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; +uint8_t x_50; +x_50 = 0; +x_20 = x_50; +goto block_46; } } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_35 = lean_array_fget(x_22, x_24); -lean_dec(x_22); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -lean_dec(x_35); -x_37 = l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; -x_38 = l_Lean_Macro_throwErrorAt___rarg(x_36, x_37, x_6, x_7); -lean_dec(x_36); -x_39 = !lean_is_exclusive(x_38); -if (x_39 == 0) +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +lean_dec(x_19); +x_51 = lean_ctor_get(x_48, 0); +lean_inc(x_51); +lean_dec(x_48); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +lean_dec(x_51); +x_53 = l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; +x_54 = l_Lean_Macro_throwErrorAt___rarg(x_52, x_53, x_6, x_7); +lean_dec(x_52); +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) { -return x_38; +return x_54; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_38, 0); -x_41 = lean_ctor_get(x_38, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_38); -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_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_54, 0); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_54); +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; } } } else { -lean_object* x_43; lean_object* x_44; +lean_object* x_59; lean_object* x_60; lean_dec(x_19); -x_43 = lean_box(x_5); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_43); -x_8 = x_44; +x_59 = lean_box(x_5); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_8 = x_60; x_9 = x_7; goto block_15; } -} -else +block_46: { -lean_object* x_45; lean_object* x_46; +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; lean_dec(x_19); -x_45 = lean_box(x_5); -x_46 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_46, 0, x_45); -x_8 = x_46; +x_21 = lean_box(x_5); +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_21); +x_8 = x_22; x_9 = x_7; goto block_15; } -} else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +if (x_5 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_19, 0); +lean_inc(x_23); lean_dec(x_19); -x_47 = lean_ctor_get(x_21, 0); -lean_inc(x_47); -lean_dec(x_21); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -lean_dec(x_47); -x_49 = l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; -x_50 = l_Lean_Macro_throwErrorAt___rarg(x_48, x_49, x_6, x_7); -lean_dec(x_48); -x_51 = !lean_is_exclusive(x_50); -if (x_51 == 0) +x_24 = lean_array_get_size(x_23); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_lt(x_25, x_24); +lean_dec(x_24); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +lean_dec(x_23); +x_27 = l_Lean_Elab_WF_instInhabitedTerminationByElement; +x_28 = l___private_Init_Util_0__outOfBounds___rarg(x_27); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; +x_31 = l_Lean_Macro_throwErrorAt___rarg(x_29, x_30, x_6, x_7); +lean_dec(x_29); +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) { -return x_50; +return x_31; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_50, 0); -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_50); -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; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ctor_get(x_31, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_31); +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; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_36 = lean_array_fget(x_23, x_25); +lean_dec(x_23); +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +lean_dec(x_36); +x_38 = l_Lean_RBNode_foldM___at_Lean_Elab_WF_TerminationHint_ensureAllUsed___spec__1___closed__1; +x_39 = l_Lean_Macro_throwErrorAt___rarg(x_37, x_38, x_6, x_7); +lean_dec(x_37); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) +{ +return x_39; +} +else +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_39); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } else { -lean_object* x_55; lean_object* x_56; +lean_object* x_44; lean_object* x_45; lean_dec(x_19); -x_55 = lean_box(x_5); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_8 = x_56; +x_44 = lean_box(x_5); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_44); +x_8 = x_45; x_9 = x_7; goto block_15; } } +} +} block_15: { lean_object* x_10; size_t x_11; size_t x_12; uint8_t x_13; @@ -6698,6 +6672,14 @@ l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTer lean_mark_persistent(l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__2); l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__3 = _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__3(); lean_mark_persistent(l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__3); +l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__4 = _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__4(); +lean_mark_persistent(l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__4); +l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__5 = _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__5(); +lean_mark_persistent(l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__5); +l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__6 = _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__6(); +lean_mark_persistent(l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__6); +l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7 = _init_l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7(); +lean_mark_persistent(l___private_Lean_Elab_PreDefinition_WF_TerminationHint_0__Lean_Elab_WF_expandTerminationByNonCore___closed__7); l_Lean_Elab_WF_expandTerminationBy___closed__1 = _init_l_Lean_Elab_WF_expandTerminationBy___closed__1(); lean_mark_persistent(l_Lean_Elab_WF_expandTerminationBy___closed__1); l_Lean_Elab_WF_expandTerminationBy___closed__2 = _init_l_Lean_Elab_WF_expandTerminationBy___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Quotation.c b/stage0/stdlib/Lean/Elab/Quotation.c index 5c238b23a64e..bdfa66436ea5 100644 --- a/stage0/stdlib/Lean/Elab/Quotation.c +++ b/stage0/stdlib/Lean/Elab/Quotation.c @@ -18,15 +18,12 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__20; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__49; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(lean_object*, lean_object*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__20; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__75; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__89; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__20___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabMatchSyntax(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -38,37 +35,31 @@ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9(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_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__9___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__19; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__18; LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__4; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__10; lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__2; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__10___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(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_Quotation_ArrayStxBuilder_mkNode___closed__45; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__17; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__1; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__7___boxed(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29___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_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__5(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__4___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__2; @@ -79,14 +70,16 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4(lean_object*, lean_object*, lean_object*, size_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_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__1(lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_sanitizeName___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__2; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__9; lean_object* l_Lean_Elab_Term_Quotation_getPatternsVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__5; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__32; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__20; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__3; @@ -96,13 +89,12 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__30; lean_object* l_Lean_Syntax_getQuotContent(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__18; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__27; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__15; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___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_Std_Format_joinSep___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__4(lean_object*, lean_object*); @@ -115,7 +107,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_decl static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__23; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__11; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__2; @@ -124,12 +116,12 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_ lean_object* l_Lean_Elab_Term_Quotation_getAntiquotKindSpec_x3f(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__5; lean_object* l_Array_sequenceMap___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__32; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__40; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__72; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__28; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__25; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__14; @@ -138,7 +130,6 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabNoErrorIfUnused(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_of_nat(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__28; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__6; lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -149,7 +140,6 @@ LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__ size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__3; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__48; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__7; @@ -157,37 +147,34 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__4; uint8_t l_Lean_Syntax_isAntiquotSuffixSplice(lean_object*); lean_object* l_List_unzip___rarg(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__3; lean_object* l_panic___at_Lean_Name_getString_x21___spec__1(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__6; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__6; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__2___closed__1; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push___closed__1; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__55; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__22; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__57; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28(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_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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* l_Lean_MessageData_ofList(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__7; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__45; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__5(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*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange___closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__21; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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* l_Lean_mkHashSetImp___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(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_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__4; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__51; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice___closed__4; @@ -197,14 +184,16 @@ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__50; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__42; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3(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*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__4; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__38; LEAN_EXPORT lean_object* l_Array_sequenceMap___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__17; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -214,8 +203,9 @@ lean_object* l_Lean_Syntax_getArgs(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8038_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__19___boxed(lean_object**); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__33; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__14; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__30; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19; LEAN_EXPORT uint8_t l_List_beq___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__5(lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__43; @@ -223,21 +213,21 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__35; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__23; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__11; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__9; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__24; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___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*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__26; lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__41; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__38; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__6; lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); @@ -246,48 +236,50 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ lean_object* l_Lean_Syntax_getAntiquotTerm(lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__8; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__16; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__27(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__11; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__33; lean_object* l_Lean_Elab_Term_adaptExpander(lean_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_beq___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__5___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__40; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__7; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__7(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange___closed__4; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23(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*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__4(size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__29; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__24; lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__3; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___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_Quotation_mkSyntaxQuotation___closed__12; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__5; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__68; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_tryAddSyntaxNodeKindInfo(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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___closed__5; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___closed__1; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__10; LEAN_EXPORT lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__8; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__46; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -296,9 +288,8 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__8; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__9; lean_object* l_Lean_Syntax_getAntiquotSpliceContents(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__60; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__14; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -310,36 +301,34 @@ lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__8; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__35; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__26; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__8; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Array_sequenceMap_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__25; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__16; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__6; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__3; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__10; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__3; lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6; uint8_t lean_string_dec_eq(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__39; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__14; lean_object* l_Lean_Elab_Term_instInhabitedTermElabM(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__15; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__27; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__9; uint8_t l_Lean_Syntax_isAtom(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061____closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015_(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_ArrayStxBuilder_mkNode___closed__33; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__6; @@ -353,19 +342,17 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__36; static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkTuple(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8084____closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__7; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__44; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__24; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__12; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__23; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__68; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_match__syntax_expand___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*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__17; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__9; @@ -373,39 +360,36 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__87; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__7; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21___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_instQuotePreresolvedMkStr1___closed__14; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__30; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__5; lean_object* l_Lean_Syntax_getNumArgs(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation(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_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8015_(lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__3___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__12; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(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_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__2; lean_object* l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8061_(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__3; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo(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_resolveSectionVariable_loop___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__7; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__6; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__54; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8(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_ArrayStxBuilder_mkNode___closed__18; @@ -415,23 +399,27 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__27; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__16; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__44; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__77; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___boxed(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_Quotation_addNamedQuotInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___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*); static lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4___closed__2; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__10; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_empty___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__71; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_stxQuot_expand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__11; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061____closed__3; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__8; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(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_Quotation_mkSyntaxQuotation___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8107____closed__2; @@ -439,48 +427,49 @@ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation_____ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__37; uint8_t l_List_foldr___at_List_and___spec__1(uint8_t, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__1___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__40; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__6___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__67; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9(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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__4(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_getQuotKind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(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_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8084_(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_ArrayStxBuilder_mkNode___closed__26; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__17; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48; lean_object* l_String_dropRight(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__31; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18; lean_object* l_Array_zip___rarg(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_adaptRhs(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__3; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__3; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__34; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__13; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__22; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__5; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__45; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__17; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; lean_object* lean_nat_to_int(lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10; lean_object* l_Lean_MessageData_ofSyntax(lean_object*); lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Term_elabForall___spec__1___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -493,35 +482,39 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__5; lean_object* l_Lean_Syntax_getAtomVal(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__22; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__13; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__70; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107____closed__4; +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(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_ArrayStxBuilder_mkNode___closed__16; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___boxed(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__47; 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*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__6; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__1; +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__5; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__52; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__10; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__9; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange___closed__6; lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__1___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__46; lean_object* l_List_range(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__2; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__23; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__36; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__22___boxed(lean_object**); static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__3; @@ -533,10 +526,12 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___closed__4; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__34; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__22; lean_object* l_Lean_Elab_Term_Quotation_getAntiquotationIds(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -553,15 +548,14 @@ static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___clos static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__82; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__1; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3___boxed(lean_object*, lean_object*); lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17___closed__2; lean_object* l_Lean_quoteNameMk(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__11; @@ -569,7 +563,6 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__23; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__19; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__36; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__20; @@ -577,6 +570,8 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_ma lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8038____closed__2; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__9; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__60; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__10; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__17; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__26; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__6; @@ -587,14 +582,13 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_build(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__4; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__60; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__50; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__48; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__3; uint8_t l_List_isEmpty___rarg(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__17; lean_object* lean_st_mk_ref(lean_object*, lean_object*); @@ -604,34 +598,32 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; lean_object* l_Lean_Syntax_antiquotSuffixSplice_x3f(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__6; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_match__syntax_expand___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_array_to_list(lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__6; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__21; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4; extern lean_object* l_Lean_Elab_Term_termElabAttribute; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__13; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__36; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___boxed(lean_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_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2; +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_append(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29; lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__14; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8107____closed__3; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107____closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__86; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__12; lean_object* l_Lean_Name_append(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__33; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_declRange___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__50; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__8; @@ -640,38 +632,41 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota lean_object* l_Lean_RBNode_find___at___private_Lean_Hygiene_0__Lean_sanitizeSyntaxAux___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__34; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__5; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__5(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__18; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___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_mkTuple___closed__7; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__11; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; static lean_object* l_Lean_Elab_Term_Quotation_tryAddSyntaxNodeKindInfo___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__33; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__14; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts_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*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__3; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___boxed(lean_object*, lean_object*, lean_object*, 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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__14; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__8; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__37; lean_object* l_List_replicateTR___rarg(lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__9; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__66; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__6; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__38; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__11; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69; LEAN_EXPORT lean_object* l_Lean_mkHashSet___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__1___boxed(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__12; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__6; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__24; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -681,51 +676,51 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__8; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__12; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__50; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__56; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__30; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__10; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__6; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__73; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts_go___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_Core_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; lean_object* l_Lean_extractMacroScopes(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__61; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__25; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17___boxed(lean_object**); +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__20; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__7___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__18; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__20; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__2; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__14; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__16; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__2; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__8; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_elem___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__18___boxed(lean_object**); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__38; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__29; @@ -735,33 +730,38 @@ static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange__ static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__15; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_sequenceMap_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__5; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); uint8_t l_Lean_Syntax_isEscapedAntiquot(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__13; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__66; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__1; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__12(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_elem___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__3___boxed(lean_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__10; uint8_t l_Lean_Syntax_isTokenAntiquot(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange___closed__7; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__4; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__13; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8061____closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__25; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__15; static lean_object* l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__14; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused___closed__3; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51; static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__1; lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_Term_resolveLocalName_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__4; @@ -772,16 +772,15 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__6(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__14; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__6; lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___boxed(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_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_addNamedQuotInfo___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___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__39; lean_object* l_Lean_MacroScopesView_review(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__15(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8084____closed__1; @@ -789,7 +788,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_resolveSectionVariable___box static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__19; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__5; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__35; LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__2(lean_object*, lean_object*); @@ -800,30 +798,27 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___boxed(le static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__30; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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_Elab_Term_Quotation_instReprMatchResult___closed__10; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__8; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953_(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__74; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__61; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8107_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___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_Quotation_0__Lean_Elab_Term_Quotation_deduplicate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__57; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__3; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__4; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__8___boxed(lean_object**); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__1___rarg___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8038____closed__3; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__1; @@ -832,68 +827,65 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_ma static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8038____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__9; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__5; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_object* l_List_tail_x21___rarg(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__16(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_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__2; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__91; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__4; static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__12; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__10; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8084____closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__3; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__4; lean_object* l_Lean_Name_mkStr6(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*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__17; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__49; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__11; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16___boxed(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_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_throwError___at_Lean_Elab_Term_Quotation_getQuotKind___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__13; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37; lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__28; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23(lean_object*, 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_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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__9; static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__6; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__29; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__10; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8084____closed__2; -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___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_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__28; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__3; uint8_t l_Lean_Syntax_isQuot(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__3(lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__49; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__18; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__13; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__16; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__58; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__12; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__63; @@ -907,28 +899,23 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__5___closed__2; static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__4; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__43; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__18; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts_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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107____closed__3; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__61; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange(lean_object*); lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__35; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29(lean_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_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__38; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__5; uint8_t l_Lean_Name_isAtomic(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(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_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__24(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_instQuotePreresolvedMkStr1(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__14; lean_object* lean_string_length(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___spec__1(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_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__88; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__11; @@ -937,16 +924,12 @@ lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__5; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__15; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__64; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__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*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8107_(lean_object*); 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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__15; static lean_object* l_List_format___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__3___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__4; @@ -963,7 +946,6 @@ static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8038_(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_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__21; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__22; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__8; static lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; @@ -971,7 +953,6 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__54; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__8; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__11(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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__8; static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__5; @@ -979,6 +960,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__45; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10(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*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7___lambda__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_getQuotKind___closed__10; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__79; @@ -986,32 +968,36 @@ lean_object* l_Lean_Syntax_getAntiquotSpliceSuffix(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__3; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__9; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__41; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__19; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__29; lean_object* l_Lean_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__18; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__15; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__22; static lean_object* l_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__1; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__24; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_empty; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__20; lean_object* l_Lean_mkSepArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_resolveSectionVariable_loop(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__10; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__7; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__12; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8084____closed__3; lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__9; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061_(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__7; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__16; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice(lean_object*); lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__12; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__18; @@ -1024,25 +1010,23 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__9; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___lambda__1___closed__2; -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__15; uint8_t l_Lean_Syntax_isNone(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__42; lean_object* lean_panic_fn(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__19; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__11(size_t, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__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*); -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__14(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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__3; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8061____closed__2; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__16; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__52; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__9; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__43; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_declRange___closed__3; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__2; lean_object* l_Lean_Syntax_setInfo(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8038____closed__1; @@ -1050,20 +1034,21 @@ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_ lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8015____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__21___boxed(lean_object**); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__37; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__16; lean_object* l_Lean_Syntax_antiquotSpliceKind_x3f(lean_object*); lean_object* l_Array_mkArray1___rarg(lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; static lean_object* l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__3; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_Term_Quotation_mkTuple___closed__13; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__2___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_ArrayStxBuilder_mkNode___closed__53; lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__24; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__21; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__7; @@ -1071,19 +1056,20 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts___closed__1; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__26; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58; lean_object* l_Lean_Syntax_antiquotKind_x3f(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__80; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__7; +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__13; LEAN_EXPORT lean_object* l_Array_sequenceMap___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___lambda__1___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26(lean_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___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8084_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___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_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__1; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__10; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8038_(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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*); @@ -1095,9 +1081,9 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__22; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__43; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__47; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__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_Elab_Term_Quotation_resolveSectionVariable(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(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_Array_back___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_declRange___closed__7; @@ -1115,28 +1101,29 @@ extern lean_object* l_Lean_firstFrontendMacroScope; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__76; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__65; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923_(lean_object*); lean_object* l_String_intercalate(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__22; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___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*); static lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___closed__1; uint8_t l_Lean_Syntax_structEq(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__84; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8015____closed__3; -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26(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_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__24; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__18; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__20; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__49; size_t lean_usize_add(size_t, size_t); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__11; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__16; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8015____closed__2; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__5___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__9; LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2(lean_object*); @@ -1145,21 +1132,23 @@ static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_ static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; uint8_t l_Lean_isLitKind(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__3; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__9; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8038____closed__3; lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__19; -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7; lean_object* l_Lean_Syntax_node8(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__13; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__5; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__5; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21; lean_object* lean_array_uget(lean_object*, size_t); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__1; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__5; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_declRange(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___closed__4; static lean_object* l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__3___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__10(lean_object*, size_t, size_t); @@ -1175,34 +1164,32 @@ extern lean_object* l_Lean_instInhabitedSyntax; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__9; static lean_object* l_Lean_Elab_Term_Quotation_instQuotePreresolvedMkStr1___closed__4; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__78; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1; lean_object* l_List_redLength___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__26; lean_object* l_Lean_Syntax_mkCApp(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__44; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot__; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; -static lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__52; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_deduplicate___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__11(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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__6(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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__8; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__28(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; static lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___closed__6; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__12(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__16; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___spec__2(lean_object*, size_t, size_t, lean_object*); @@ -1211,6 +1198,7 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__25; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__8___closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__15; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__23; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_mkTuple___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_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1229,24 +1217,23 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0_ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__7; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__1(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_Quotation_getQuotKind___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_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__26; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__28; uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__8; +static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__7; lean_object* l_Array_mkArray2___rarg(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__36; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__4; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__31; extern lean_object* l_Lean_Elab_Term_Quotation_hygiene; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__10; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_match__syntax_expand___spec__8(size_t, 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_Quotation_match__syntax_expand___lambda__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__8; @@ -1259,21 +1246,17 @@ static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__31; static lean_object* l_List_foldlM___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__17___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8061_(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8084_(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__6; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__6(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Init_Meta_0__Lean_quoteList___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__2___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(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_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__13; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__7; +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__9___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_Quotation_ArrayStxBuilder_mkNode___closed__56; -static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__1; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__26; static lean_object* l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed__23; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___boxed(lean_object*, lean_object*, 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_mkConstWithFreshMVarLevels(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1281,10 +1264,9 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_Quotation_ma LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__6___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__7(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getQuotKind___closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_instReprMatchResult___boxed(lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__53; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__41; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17___boxed(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___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax_declRange___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___closed__5; lean_object* l_String_toSubstring_x27(lean_object*); @@ -1292,6 +1274,7 @@ uint8_t l_Lean_Syntax_isAntiquots(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__12; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___closed__19; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__85; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_markRhss___spec__8___boxed(lean_object*, lean_object*, lean_object*); @@ -1313,6 +1296,7 @@ LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__ lean_object* l_Nat_repr(lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___closed__13; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isAntiquotSplice(lean_object*); @@ -1323,18 +1307,15 @@ static lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambda__4_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_mkNumLit(lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot_declRange____x40_Lean_Elab_Quotation___hyg_8038____closed__2; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24; static lean_object* l_Lean_Elab_Term_Quotation_mkTuple___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_hasNoErrorIfUnused___closed__1; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_findUsedAlts_go(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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___closed__3; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__43; +static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__14; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__4; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__34; static lean_object* l_Lean_Elab_Term_Quotation___aux__Lean__Elab__Quotation______macroRules__Lean__Elab__Term__Quotation__commandElab__stx__quot____1___closed__32; lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__8; @@ -1342,12 +1323,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__6; static lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__15; static lean_object* l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__57; -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; uint8_t l_Array_isEmpty___rarg(lean_object*); static lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3(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*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___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, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { @@ -1861,82 +1839,42 @@ return x_60; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_60; +uint8_t x_10; uint8_t x_74; lean_inc(x_1); -x_60 = l_Lean_Syntax_isAntiquots(x_1); -if (x_60 == 0) +x_74 = l_Lean_Syntax_isAntiquots(x_1); +if (x_74 == 0) { -lean_object* x_61; -x_61 = lean_box(0); -x_10 = x_61; -goto block_59; +uint8_t x_75; +x_75 = 0; +x_10 = x_75; +goto block_73; } else { -lean_object* x_62; uint8_t x_63; +lean_object* x_76; uint8_t x_77; lean_inc(x_1); -x_62 = l_Lean_Syntax_getCanonicalAntiquot(x_1); -x_63 = l_Lean_Syntax_isEscapedAntiquot(x_62); -if (x_63 == 0) -{ -lean_object* x_64; uint8_t x_65; -x_64 = l_Lean_Syntax_getAntiquotTerm(x_62); -lean_dec(x_62); -x_65 = l_Lean_Syntax_isIdent(x_64); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; -lean_dec(x_2); -x_66 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___boxed), 5, 2); -lean_closure_set(x_66, 0, x_64); -lean_closure_set(x_66, 1, x_1); -x_67 = l_Lean_Core_withFreshMacroScope___rarg(x_66, x_7, x_8, x_9); -return x_67; -} -else -{ -lean_object* x_68; uint8_t x_69; -x_68 = l_Lean_Syntax_getId(x_64); -x_69 = l_Lean_Name_isAtomic(x_68); -lean_dec(x_68); -if (x_69 == 0) +x_76 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_77 = l_Lean_Syntax_isEscapedAntiquot(x_76); +lean_dec(x_76); +if (x_77 == 0) { -lean_object* x_70; lean_object* x_71; -lean_dec(x_2); -x_70 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___boxed), 5, 2); -lean_closure_set(x_70, 0, x_64); -lean_closure_set(x_70, 1, x_1); -x_71 = l_Lean_Core_withFreshMacroScope___rarg(x_70, x_7, x_8, x_9); -return x_71; +uint8_t x_78; +x_78 = 1; +x_10 = x_78; +goto block_73; } else { -lean_object* x_72; lean_object* x_73; -lean_dec(x_64); -lean_dec(x_8); -lean_dec(x_7); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_1); -lean_ctor_set(x_72, 1, x_2); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_9); -return x_73; -} +uint8_t x_79; +x_79 = 0; +x_10 = x_79; +goto block_73; } } -else +block_73: { -lean_object* x_74; -lean_dec(x_62); -x_74 = lean_box(0); -x_10 = x_74; -goto block_59; -} -} -block_59: +if (x_10 == 0) { -lean_dec(x_10); if (lean_obj_tag(x_1) == 1) { uint8_t x_11; @@ -2149,6 +2087,71 @@ lean_ctor_set(x_58, 1, x_9); return x_58; } } +else +{ +lean_object* x_59; lean_object* x_60; uint8_t x_61; uint8_t x_67; +lean_inc(x_1); +x_59 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_60 = l_Lean_Syntax_getAntiquotTerm(x_59); +lean_dec(x_59); +x_67 = l_Lean_Syntax_isIdent(x_60); +if (x_67 == 0) +{ +uint8_t x_68; +x_68 = 1; +x_61 = x_68; +goto block_66; +} +else +{ +lean_object* x_69; uint8_t x_70; +x_69 = l_Lean_Syntax_getId(x_60); +x_70 = l_Lean_Name_isAtomic(x_69); +lean_dec(x_69); +if (x_70 == 0) +{ +uint8_t x_71; +x_71 = 1; +x_61 = x_71; +goto block_66; +} +else +{ +uint8_t x_72; +x_72 = 0; +x_61 = x_72; +goto block_66; +} +} +block_66: +{ +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +lean_dec(x_8); +lean_dec(x_7); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_1); +lean_ctor_set(x_62, 1, x_2); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_9); +return x_63; +} +else +{ +lean_object* x_64; lean_object* x_65; +lean_dec(x_2); +x_64 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__2___boxed), 5, 2); +lean_closure_set(x_64, 0, x_60); +lean_closure_set(x_64, 1, x_1); +x_65 = l_Lean_Core_withFreshMacroScope___rarg(x_64, x_7, x_8, x_9); +return x_65; +} +} +} +} } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___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) { @@ -6407,361 +6410,65 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) +uint8_t x_12; +x_12 = lean_usize_dec_eq(x_2, x_3); +if (x_12 == 0) { -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); +size_t x_13; size_t x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_13 = 1; +x_14 = lean_usize_sub(x_2, x_13); +x_15 = lean_array_uget(x_1, x_14); +x_16 = lean_ctor_get(x_9, 5); +lean_inc(x_16); +x_17 = 0; +x_18 = l_Lean_SourceInfo_fromRef(x_16, x_17); +x_19 = lean_ctor_get(x_9, 10); lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -x_22 = lean_ctor_get(x_21, 0); +x_20 = lean_st_ref_get(x_10, x_11); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +lean_dec(x_20); +x_23 = lean_ctor_get(x_21, 0); lean_inc(x_23); lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); +x_24 = lean_environment_main_module(x_23); +x_25 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; +x_26 = l_Lean_addMacroScope(x_24, x_25, x_19); +x_27 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; +x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; +lean_inc(x_18); +x_29 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_29, 0, x_18); +lean_ctor_set(x_29, 1, x_27); +lean_ctor_set(x_29, 2, x_26); +lean_ctor_set(x_29, 3, x_28); +x_30 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_18); +x_31 = l_Lean_Syntax_node2(x_18, x_30, x_15, x_4); x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; +x_33 = l_Lean_Syntax_node2(x_18, x_32, x_29, x_31); +x_2 = x_14; +x_4 = x_33; +x_11 = x_22; goto _start; } else { lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); +lean_dec(x_9); x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); +lean_ctor_set(x_35, 0, x_4); +lean_ctor_set(x_35, 1, x_11); return x_35; } } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__1() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__1() { _start: { lean_object* x_1; @@ -6769,19 +6476,19 @@ x_1 = lean_mk_string_from_bytes("matchDiscr", 10); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__1; +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { uint8_t x_6; @@ -6798,7 +6505,7 @@ lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_ob x_7 = lean_array_uget(x_5, x_4); x_8 = lean_unsigned_to_nat(0u); x_9 = lean_array_uset(x_5, x_4, x_8); -x_10 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; +x_10 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; lean_inc(x_2); lean_inc(x_1); x_11 = l_Lean_Syntax_node2(x_1, x_10, x_2, x_7); @@ -6811,7 +6518,7 @@ goto _start; } } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1() { _start: { lean_object* x_1; @@ -6819,26 +6526,26 @@ x_1 = lean_mk_string_from_bytes("some", 4); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4() { _start: { lean_object* x_1; @@ -6846,41 +6553,41 @@ x_1 = lean_mk_string_from_bytes("Option", 6); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4; -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__6() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5; 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_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__7() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__6; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___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; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(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_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(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; @@ -6899,24 +6606,24 @@ lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_ x_9 = lean_array_uget(x_7, x_6); x_10 = lean_unsigned_to_nat(0u); x_11 = lean_array_uset(x_7, x_6, x_10); -x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; -lean_inc(x_3); -lean_inc(x_4); -x_13 = l_Lean_addMacroScope(x_4, x_12, x_3); -x_14 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; -x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__7; +x_12 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; lean_inc(x_2); +lean_inc(x_3); +x_13 = l_Lean_addMacroScope(x_3, x_12, x_2); +x_14 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; +x_15 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__7; +lean_inc(x_1); x_16 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_16, 0, x_2); +lean_ctor_set(x_16, 0, x_1); lean_ctor_set(x_16, 1, x_14); lean_ctor_set(x_16, 2, x_13); lean_ctor_set(x_16, 3, x_15); +lean_inc(x_4); lean_inc(x_1); -lean_inc(x_2); -x_17 = l_Lean_Syntax_node1(x_2, x_1, x_9); +x_17 = l_Lean_Syntax_node1(x_1, x_4, x_9); x_18 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_2); -x_19 = l_Lean_Syntax_node2(x_2, x_18, x_16, x_17); +lean_inc(x_1); +x_19 = l_Lean_Syntax_node2(x_1, x_18, x_16, x_17); x_20 = 1; x_21 = lean_usize_add(x_6, x_20); x_22 = lean_array_uset(x_11, x_6, x_19); @@ -6926,7 +6633,7 @@ goto _start; } } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__1() { _start: { lean_object* x_1; @@ -6934,19 +6641,19 @@ x_1 = lean_mk_string_from_bytes("hole", 4); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; +x_4 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3() { +static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3() { _start: { lean_object* x_1; @@ -6954,7 +6661,7 @@ x_1 = lean_mk_string_from_bytes("_", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -6972,11 +6679,11 @@ x_7 = lean_unsigned_to_nat(0u); x_8 = lean_array_uset(x_4, x_3, x_7); x_9 = 1; x_10 = l_Lean_SourceInfo_fromRef(x_6, x_9); -x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; x_12 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_12, 0, x_10); lean_ctor_set(x_12, 1, x_11); -x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_13 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_1); x_14 = l_Lean_Syntax_node1(x_1, x_13, x_12); x_15 = 1; @@ -6988,361 +6695,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_3, x_4); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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_14 = 1; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = lean_array_uget(x_2, x_15); -x_17 = lean_ctor_get(x_10, 5); -lean_inc(x_17); -x_18 = 0; -x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); -x_20 = lean_ctor_get(x_10, 10); -lean_inc(x_20); -x_21 = lean_st_ref_get(x_11, x_12); -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_22, 0); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_environment_main_module(x_24); -x_26 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__4; -x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); -x_28 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__2; -x_29 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8; -lean_inc(x_19); -x_30 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_30, 0, x_19); -lean_ctor_set(x_30, 1, x_28); -lean_ctor_set(x_30, 2, x_27); -lean_ctor_set(x_30, 3, x_29); -lean_inc(x_1); -lean_inc(x_19); -x_31 = l_Lean_Syntax_node2(x_19, x_1, x_16, x_5); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_33 = l_Lean_Syntax_node2(x_19, x_32, x_30, x_31); -x_3 = x_15; -x_5 = x_33; -x_12 = x_23; -goto _start; -} -else -{ -lean_object* x_35; -lean_dec(x_10); -lean_dec(x_1); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_5); -lean_ctor_set(x_35, 1, x_12); -return x_35; -} -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -7394,7 +6747,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21(lean_object* x_1, lean_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_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { 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; @@ -7441,7 +6794,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(lean_object* x_1, lean_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_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { uint8_t x_10; @@ -7454,7 +6807,7 @@ x_12 = l_Lean_replaceRef(x_1, x_11); lean_dec(x_11); lean_dec(x_1); lean_ctor_set(x_7, 5, x_12); -x_13 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_13 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -7503,7 +6856,7 @@ lean_ctor_set(x_26, 7, x_21); lean_ctor_set(x_26, 8, x_22); lean_ctor_set(x_26, 9, x_23); lean_ctor_set(x_26, 10, x_24); -x_27 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); +x_27 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); lean_dec(x_8); lean_dec(x_26); lean_dec(x_6); @@ -7513,7 +6866,7 @@ return x_27; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -7533,7 +6886,7 @@ lean_dec(x_1); x_5 = lean_box(0); lean_inc(x_3); x_6 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_5, x_3); -x_7 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_4); +x_7 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_4); if (lean_obj_tag(x_6) == 0) { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -7576,7 +6929,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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; @@ -7638,7 +6991,7 @@ return x_25; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -7646,27 +6999,27 @@ x_1 = lean_mk_string_from_bytes("sepBy", 5); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__2; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__2; x_2 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4() { _start: { lean_object* x_1; @@ -7674,137 +7027,137 @@ x_1 = lean_mk_string_from_bytes("mkSepArray", 10); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__8() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__9() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__10() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__9; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__9; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__8; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__10; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__8; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__10; 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; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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_15; uint8_t x_16; -x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_16 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_3, x_15); +lean_object* x_14; uint8_t x_15; +x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_15 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_3, x_14); lean_dec(x_3); -if (x_16 == 0) +if (x_15 == 0) { -lean_object* x_17; -lean_dec(x_5); +lean_object* x_16; lean_dec(x_4); -x_17 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__1(x_1, x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -return x_17; +x_16 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__1(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_16; } else { -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_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_18 = lean_ctor_get(x_12, 5); -lean_inc(x_18); -x_19 = 0; -x_20 = l_Lean_SourceInfo_fromRef(x_18, x_19); -x_21 = lean_ctor_get(x_12, 10); -lean_inc(x_21); -x_22 = lean_st_ref_get(x_13, x_14); -x_23 = lean_ctor_get(x_22, 0); +lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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; +x_17 = lean_ctor_get(x_11, 5); +lean_inc(x_17); +x_18 = 0; +x_19 = l_Lean_SourceInfo_fromRef(x_17, x_18); +x_20 = lean_ctor_get(x_11, 10); +lean_inc(x_20); +x_21 = lean_st_ref_get(x_12, x_13); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_21, 1); lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +lean_dec(x_21); +x_24 = lean_ctor_get(x_22, 0); lean_inc(x_24); lean_dec(x_22); -x_25 = lean_ctor_get(x_23, 0); -lean_inc(x_25); -lean_dec(x_23); -x_26 = lean_environment_main_module(x_25); -x_27 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6; -x_28 = l_Lean_addMacroScope(x_26, x_27, x_21); -x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__5; -x_30 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11; -lean_inc(x_20); -x_31 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_31, 0, x_20); -lean_ctor_set(x_31, 1, x_29); -lean_ctor_set(x_31, 2, x_28); -lean_ctor_set(x_31, 3, x_30); -x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice(x_4); +x_25 = lean_environment_main_module(x_24); +x_26 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__6; +x_27 = l_Lean_addMacroScope(x_25, x_26, x_20); +x_28 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__5; +x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__11; +lean_inc(x_19); +x_30 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_30, 0, x_19); +lean_ctor_set(x_30, 1, x_28); +lean_ctor_set(x_30, 2, x_27); +lean_ctor_set(x_30, 3, x_29); +x_31 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice(x_4); lean_dec(x_4); -lean_inc(x_20); -x_33 = l_Lean_Syntax_node2(x_20, x_5, x_7, x_32); +x_32 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_19); +x_33 = l_Lean_Syntax_node2(x_19, x_32, x_6, x_31); x_34 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_35 = l_Lean_Syntax_node2(x_20, x_34, x_31, x_33); -x_36 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__1(x_1, x_2, x_6, x_35, x_8, x_9, x_10, x_11, x_12, x_13, x_24); +x_35 = l_Lean_Syntax_node2(x_19, x_34, x_30, x_33); +x_36 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__1(x_1, x_2, x_5, x_35, x_7, x_8, x_9, x_10, x_11, x_12, x_23); return x_36; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__1() { _start: { lean_object* x_1; @@ -7812,16 +7165,16 @@ x_1 = lean_mk_string_from_bytes("Array.map", 9); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__1; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3() { _start: { lean_object* x_1; @@ -7829,63 +7182,63 @@ x_1 = lean_mk_string_from_bytes("map", 3); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__3___closed__2; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__7() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__7; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__5; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__7; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__9() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__9() { _start: { lean_object* x_1; @@ -7893,19 +7246,19 @@ x_1 = lean_mk_string_from_bytes("paren", 5); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__9; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11() { _start: { lean_object* x_1; @@ -7913,7 +7266,7 @@ x_1 = lean_mk_string_from_bytes("(", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12() { _start: { lean_object* x_1; @@ -7921,19 +7274,19 @@ x_1 = lean_mk_string_from_bytes("fun", 3); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__14() { _start: { lean_object* x_1; @@ -7941,19 +7294,19 @@ x_1 = lean_mk_string_from_bytes("basicFun", 8); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__14; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16() { _start: { lean_object* x_1; @@ -7961,7 +7314,7 @@ x_1 = lean_mk_string_from_bytes("=>", 2); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17() { _start: { lean_object* x_1; @@ -7969,7 +7322,7 @@ x_1 = lean_mk_string_from_bytes(")", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18() { _start: { lean_object* x_1; @@ -7977,7 +7330,7 @@ x_1 = lean_mk_string_from_bytes("optional", 8); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19() { _start: { lean_object* x_1; @@ -7985,19 +7338,19 @@ x_1 = lean_mk_string_from_bytes("match", 5); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21() { _start: { lean_object* x_1; @@ -8005,19 +7358,19 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23() { _start: { lean_object* x_1; @@ -8025,7 +7378,7 @@ x_1 = lean_mk_string_from_bytes("with", 4); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__24() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__24() { _start: { lean_object* x_1; @@ -8033,19 +7386,19 @@ x_1 = lean_mk_string_from_bytes("matchAlts", 9); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25() { _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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__24; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__24; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__26() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__26() { _start: { lean_object* x_1; @@ -8053,19 +7406,19 @@ x_1 = lean_mk_string_from_bytes("matchAlt", 8); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27() { _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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__26; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__26; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28() { _start: { lean_object* x_1; @@ -8073,7 +7426,7 @@ x_1 = lean_mk_string_from_bytes("|", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__29() { _start: { lean_object* x_1; @@ -8081,16 +7434,16 @@ x_1 = lean_mk_string_from_bytes("Array.empty", 11); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__29; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31() { _start: { lean_object* x_1; @@ -8098,268 +7451,263 @@ x_1 = lean_mk_string_from_bytes("empty", 5); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__3___closed__2; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__33() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__34() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__34() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__34; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__34; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__36() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__33; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__33; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35; 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; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___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, size_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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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, 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, lean_object* x_14, lean_object* x_15, lean_object* x_16) { _start: { -lean_dec(x_10); +lean_dec(x_9); if (lean_obj_tag(x_3) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_18 = lean_box(0); -x_19 = l_Array_back___rarg(x_18, x_6); -x_20 = lean_array_get_size(x_6); -x_21 = lean_unsigned_to_nat(1u); -x_22 = lean_nat_sub(x_20, x_21); -lean_dec(x_20); -x_23 = lean_unsigned_to_nat(0u); -lean_inc(x_6); -x_24 = l_Array_toSubarray___rarg(x_6, x_23, x_22); -x_25 = lean_ctor_get(x_24, 0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; +x_17 = lean_box(0); +x_18 = l_Array_back___rarg(x_17, x_5); +x_19 = lean_array_get_size(x_5); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_19, x_20); +lean_dec(x_19); +x_22 = lean_unsigned_to_nat(0u); +lean_inc(x_5); +x_23 = l_Array_toSubarray___rarg(x_5, x_22, x_21); +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_23, 2); lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 2); +x_26 = lean_ctor_get(x_23, 1); lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -x_28 = lean_array_get_size(x_25); -x_29 = lean_nat_dec_le(x_26, x_28); -if (x_29 == 0) +lean_dec(x_23); +x_27 = lean_array_get_size(x_24); +x_28 = lean_nat_dec_le(x_25, x_27); +if (x_28 == 0) { uint8_t x_85; -lean_dec(x_26); -x_85 = lean_nat_dec_lt(x_27, x_28); +lean_dec(x_25); +x_85 = lean_nat_dec_lt(x_26, x_27); if (x_85 == 0) { -lean_dec(x_28); lean_dec(x_27); -lean_dec(x_25); -x_30 = x_19; -x_31 = x_17; +lean_dec(x_26); +lean_dec(x_24); +x_29 = x_18; +x_30 = x_16; goto block_84; } else { size_t x_86; size_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_86 = lean_usize_of_nat(x_28); -lean_dec(x_28); -x_87 = lean_usize_of_nat(x_27); +x_86 = lean_usize_of_nat(x_27); lean_dec(x_27); -lean_inc(x_15); -lean_inc(x_5); -x_88 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_5, x_25, x_86, x_87, x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_25); +x_87 = lean_usize_of_nat(x_26); +lean_dec(x_26); +lean_inc(x_14); +x_88 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_24, x_86, x_87, x_18, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_24); 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_30 = x_89; -x_31 = x_90; +x_29 = x_89; +x_30 = x_90; goto block_84; } } else { uint8_t x_91; -lean_dec(x_28); -x_91 = lean_nat_dec_lt(x_27, x_26); +lean_dec(x_27); +x_91 = lean_nat_dec_lt(x_26, x_25); if (x_91 == 0) { -lean_dec(x_27); lean_dec(x_26); lean_dec(x_25); -x_30 = x_19; -x_31 = x_17; +lean_dec(x_24); +x_29 = x_18; +x_30 = x_16; goto block_84; } else { size_t x_92; size_t x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_92 = lean_usize_of_nat(x_26); -lean_dec(x_26); -x_93 = lean_usize_of_nat(x_27); -lean_dec(x_27); -lean_inc(x_15); -lean_inc(x_5); -x_94 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(x_5, x_25, x_92, x_93, x_19, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +x_92 = lean_usize_of_nat(x_25); lean_dec(x_25); +x_93 = lean_usize_of_nat(x_26); +lean_dec(x_26); +lean_inc(x_14); +x_94 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_24, x_92, x_93, x_18, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_24); x_95 = lean_ctor_get(x_94, 0); lean_inc(x_95); x_96 = lean_ctor_get(x_94, 1); lean_inc(x_96); lean_dec(x_94); -x_30 = x_95; -x_31 = x_96; +x_29 = x_95; +x_30 = x_96; goto block_84; } } block_84: { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; 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; uint8_t x_59; lean_object* x_60; lean_object* x_61; -lean_inc(x_15); -x_32 = l_Lean_Elab_Term_Quotation_mkTuple(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_31); -x_33 = lean_ctor_get(x_32, 0); +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; uint8_t x_59; lean_object* x_60; lean_object* x_61; +lean_inc(x_14); +x_31 = l_Lean_Elab_Term_Quotation_mkTuple(x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_30); +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); +lean_dec(x_31); +x_34 = lean_ctor_get(x_14, 5); lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_15, 5); -lean_inc(x_35); -x_36 = 0; -x_37 = l_Lean_SourceInfo_fromRef(x_35, x_36); -x_38 = lean_ctor_get(x_15, 10); -lean_inc(x_38); -x_39 = lean_st_ref_get(x_16, x_34); -x_40 = lean_ctor_get(x_39, 0); +x_35 = 0; +x_36 = l_Lean_SourceInfo_fromRef(x_34, x_35); +x_37 = lean_ctor_get(x_14, 10); +lean_inc(x_37); +x_38 = lean_st_ref_get(x_15, x_33); +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_38, 1); lean_inc(x_40); -x_41 = lean_ctor_get(x_39, 1); +lean_dec(x_38); +x_41 = lean_ctor_get(x_39, 0); lean_inc(x_41); lean_dec(x_39); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_environment_main_module(x_42); -x_44 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; -x_45 = l_Lean_addMacroScope(x_43, x_44, x_38); -x_46 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; -lean_inc(x_37); -x_48 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_48, 0, x_37); -lean_ctor_set(x_48, 1, x_46); -lean_ctor_set(x_48, 2, x_45); -lean_ctor_set(x_48, 3, x_47); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_37); -x_50 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_50, 0, x_37); -lean_ctor_set(x_50, 1, x_49); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; -lean_inc(x_37); -x_52 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_52, 0, x_37); -lean_ctor_set(x_52, 1, x_51); -lean_inc(x_5); -lean_inc(x_37); -x_53 = l_Lean_Syntax_node1(x_37, x_5, x_33); +x_42 = lean_environment_main_module(x_41); +x_43 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; +x_44 = l_Lean_addMacroScope(x_42, x_43, x_37); +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; +x_46 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; +lean_inc(x_36); +x_47 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_47, 0, x_36); +lean_ctor_set(x_47, 1, x_45); +lean_ctor_set(x_47, 2, x_44); +lean_ctor_set(x_47, 3, x_46); +x_48 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_36); +x_49 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_49, 0, x_36); +lean_ctor_set(x_49, 1, x_48); +x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; +lean_inc(x_36); +x_51 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_51, 0, x_36); +lean_ctor_set(x_51, 1, x_50); +x_52 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_36); +x_53 = l_Lean_Syntax_node1(x_36, x_52, x_32); x_54 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); -lean_inc(x_37); +lean_inc(x_36); x_55 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_55, 0, x_37); -lean_ctor_set(x_55, 1, x_5); +lean_ctor_set(x_55, 0, x_36); +lean_ctor_set(x_55, 1, x_52); lean_ctor_set(x_55, 2, x_54); -x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_37); +x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_36); x_57 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_57, 0, x_37); +lean_ctor_set(x_57, 0, x_36); lean_ctor_set(x_57, 1, x_56); -x_58 = lean_array_get_size(x_7); -x_59 = lean_nat_dec_lt(x_23, x_58); +x_58 = lean_array_get_size(x_6); +x_59 = lean_nat_dec_lt(x_22, x_58); lean_dec(x_58); -x_60 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_37); +x_60 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_36); x_61 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_61, 0, x_37); +lean_ctor_set(x_61, 0, x_36); lean_ctor_set(x_61, 1, x_60); if (x_59 == 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_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -lean_dec(x_7); -x_62 = l___private_Init_Util_0__outOfBounds___rarg(x_18); -x_63 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_37); -x_64 = l_Lean_Syntax_node4(x_37, x_63, x_53, x_55, x_57, x_62); -x_65 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_37); -x_66 = l_Lean_Syntax_node2(x_37, x_65, x_52, x_64); -x_67 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_37); -x_68 = l_Lean_Syntax_node3(x_37, x_67, x_50, x_66, x_61); -lean_inc(x_5); -lean_inc(x_37); -x_69 = l_Lean_Syntax_node2(x_37, x_5, x_68, x_30); +lean_dec(x_6); +x_62 = l___private_Init_Util_0__outOfBounds___rarg(x_17); +x_63 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_36); +x_64 = l_Lean_Syntax_node4(x_36, x_63, x_53, x_55, x_57, x_62); +x_65 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_36); +x_66 = l_Lean_Syntax_node2(x_36, x_65, x_51, x_64); +x_67 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_36); +x_68 = l_Lean_Syntax_node3(x_36, x_67, x_49, x_66, x_61); +lean_inc(x_36); +x_69 = l_Lean_Syntax_node2(x_36, x_52, x_68, x_29); x_70 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_71 = l_Lean_Syntax_node2(x_37, x_70, x_48, x_69); -x_72 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_71, x_11, x_12, x_13, x_14, x_15, x_16, x_41); +x_71 = l_Lean_Syntax_node2(x_36, x_70, x_47, x_69); +x_72 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_71, x_10, x_11, x_12, x_13, x_14, x_15, x_40); 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; -x_73 = lean_array_fget(x_7, x_23); -lean_dec(x_7); -x_74 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_37); -x_75 = l_Lean_Syntax_node4(x_37, x_74, x_53, x_55, x_57, x_73); -x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_37); -x_77 = l_Lean_Syntax_node2(x_37, x_76, x_52, x_75); -x_78 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_37); -x_79 = l_Lean_Syntax_node3(x_37, x_78, x_50, x_77, x_61); -lean_inc(x_5); -lean_inc(x_37); -x_80 = l_Lean_Syntax_node2(x_37, x_5, x_79, x_30); +x_73 = lean_array_fget(x_6, x_22); +lean_dec(x_6); +x_74 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_36); +x_75 = l_Lean_Syntax_node4(x_36, x_74, x_53, x_55, x_57, x_73); +x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_36); +x_77 = l_Lean_Syntax_node2(x_36, x_76, x_51, x_75); +x_78 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_36); +x_79 = l_Lean_Syntax_node3(x_36, x_78, x_49, x_77, x_61); +lean_inc(x_36); +x_80 = l_Lean_Syntax_node2(x_36, x_52, x_79, x_29); x_81 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_82 = l_Lean_Syntax_node2(x_37, x_81, x_48, x_80); -x_83 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_82, x_11, x_12, x_13, x_14, x_15, x_16, x_41); +x_82 = l_Lean_Syntax_node2(x_36, x_81, x_47, x_80); +x_83 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_82, x_10, x_11, x_12, x_13, x_14, x_15, x_40); return x_83; } } @@ -8374,14 +7722,14 @@ case 0: { 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; uint8_t x_109; lean_object* x_110; lean_object* x_111; x_98 = lean_box(0); -x_99 = l_Array_back___rarg(x_98, x_6); -x_100 = lean_array_get_size(x_6); +x_99 = l_Array_back___rarg(x_98, x_5); +x_100 = lean_array_get_size(x_5); x_101 = lean_unsigned_to_nat(1u); x_102 = lean_nat_sub(x_100, x_101); lean_dec(x_100); x_103 = lean_unsigned_to_nat(0u); -lean_inc(x_6); -x_104 = l_Array_toSubarray___rarg(x_6, x_103, x_102); +lean_inc(x_5); +x_104 = l_Array_toSubarray___rarg(x_5, x_103, x_102); x_105 = lean_ctor_get(x_104, 0); lean_inc(x_105); x_106 = lean_ctor_get(x_104, 2); @@ -8393,91 +7741,89 @@ x_108 = lean_array_get_size(x_105); x_109 = lean_nat_dec_le(x_106, x_108); if (x_109 == 0) { -uint8_t x_165; +uint8_t x_166; lean_dec(x_106); -x_165 = lean_nat_dec_lt(x_107, x_108); -if (x_165 == 0) +x_166 = lean_nat_dec_lt(x_107, x_108); +if (x_166 == 0) { lean_dec(x_108); lean_dec(x_107); lean_dec(x_105); x_110 = x_99; -x_111 = x_17; -goto block_164; +x_111 = x_16; +goto block_165; } else { -size_t x_166; size_t x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_166 = lean_usize_of_nat(x_108); +size_t x_167; size_t x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_167 = lean_usize_of_nat(x_108); lean_dec(x_108); -x_167 = lean_usize_of_nat(x_107); +x_168 = lean_usize_of_nat(x_107); lean_dec(x_107); -lean_inc(x_15); -lean_inc(x_5); -x_168 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(x_5, x_105, x_166, x_167, x_99, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +lean_inc(x_14); +x_169 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_105, x_167, x_168, x_99, x_10, x_11, x_12, x_13, x_14, x_15, x_16); lean_dec(x_105); -x_169 = lean_ctor_get(x_168, 0); -lean_inc(x_169); -x_170 = lean_ctor_get(x_168, 1); +x_170 = lean_ctor_get(x_169, 0); lean_inc(x_170); -lean_dec(x_168); -x_110 = x_169; -x_111 = x_170; -goto block_164; +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); +lean_dec(x_169); +x_110 = x_170; +x_111 = x_171; +goto block_165; } } else { -uint8_t x_171; +uint8_t x_172; lean_dec(x_108); -x_171 = lean_nat_dec_lt(x_107, x_106); -if (x_171 == 0) +x_172 = lean_nat_dec_lt(x_107, x_106); +if (x_172 == 0) { lean_dec(x_107); lean_dec(x_106); lean_dec(x_105); x_110 = x_99; -x_111 = x_17; -goto block_164; +x_111 = x_16; +goto block_165; } else { -size_t x_172; size_t x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_172 = lean_usize_of_nat(x_106); +size_t x_173; size_t x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; +x_173 = lean_usize_of_nat(x_106); lean_dec(x_106); -x_173 = lean_usize_of_nat(x_107); +x_174 = lean_usize_of_nat(x_107); lean_dec(x_107); -lean_inc(x_15); -lean_inc(x_5); -x_174 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(x_5, x_105, x_172, x_173, x_99, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +lean_inc(x_14); +x_175 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_105, x_173, x_174, x_99, x_10, x_11, x_12, x_13, x_14, x_15, x_16); lean_dec(x_105); -x_175 = lean_ctor_get(x_174, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_174, 1); +x_176 = lean_ctor_get(x_175, 0); lean_inc(x_176); -lean_dec(x_174); -x_110 = x_175; -x_111 = x_176; -goto block_164; +x_177 = lean_ctor_get(x_175, 1); +lean_inc(x_177); +lean_dec(x_175); +x_110 = x_176; +x_111 = x_177; +goto block_165; } } -block_164: +block_165: { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; lean_object* x_117; lean_object* x_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_inc(x_15); -x_112 = l_Lean_Elab_Term_Quotation_mkTuple(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_111); +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; lean_object* x_117; lean_object* x_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; uint8_t x_140; lean_object* x_141; lean_object* x_142; +lean_inc(x_14); +x_112 = l_Lean_Elab_Term_Quotation_mkTuple(x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_111); x_113 = lean_ctor_get(x_112, 0); lean_inc(x_113); x_114 = lean_ctor_get(x_112, 1); lean_inc(x_114); lean_dec(x_112); -x_115 = lean_ctor_get(x_15, 5); +x_115 = lean_ctor_get(x_14, 5); lean_inc(x_115); x_116 = 0; x_117 = l_Lean_SourceInfo_fromRef(x_115, x_116); -x_118 = lean_ctor_get(x_15, 10); +x_118 = lean_ctor_get(x_14, 10); lean_inc(x_118); -x_119 = lean_st_ref_get(x_16, x_114); +x_119 = lean_st_ref_get(x_15, x_114); x_120 = lean_ctor_get(x_119, 0); lean_inc(x_120); x_121 = lean_ctor_get(x_119, 1); @@ -8487,855 +7833,830 @@ x_122 = lean_ctor_get(x_120, 0); lean_inc(x_122); lean_dec(x_120); x_123 = lean_environment_main_module(x_122); -x_124 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; +x_124 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; x_125 = l_Lean_addMacroScope(x_123, x_124, x_118); -x_126 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; -x_127 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; +x_126 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; +x_127 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; lean_inc(x_117); x_128 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_128, 0, x_117); lean_ctor_set(x_128, 1, x_126); lean_ctor_set(x_128, 2, x_125); lean_ctor_set(x_128, 3, x_127); -x_129 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_129 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_117); x_130 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_130, 0, x_117); lean_ctor_set(x_130, 1, x_129); -x_131 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_131 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_117); x_132 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_132, 0, x_117); lean_ctor_set(x_132, 1, x_131); -lean_inc(x_5); +x_133 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; lean_inc(x_117); -x_133 = l_Lean_Syntax_node1(x_117, x_5, x_113); -x_134 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); +x_134 = l_Lean_Syntax_node1(x_117, x_133, x_113); +x_135 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; lean_inc(x_117); -x_135 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_135, 0, x_117); -lean_ctor_set(x_135, 1, x_5); -lean_ctor_set(x_135, 2, x_134); -x_136 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_136 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_136, 0, x_117); +lean_ctor_set(x_136, 1, x_133); +lean_ctor_set(x_136, 2, x_135); +x_137 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_117); -x_137 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_137, 0, x_117); -lean_ctor_set(x_137, 1, x_136); -x_138 = lean_array_get_size(x_7); -x_139 = lean_nat_dec_lt(x_103, x_138); -lean_dec(x_138); -x_140 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_138 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_138, 0, x_117); +lean_ctor_set(x_138, 1, x_137); +x_139 = lean_array_get_size(x_6); +x_140 = lean_nat_dec_lt(x_103, x_139); +lean_dec(x_139); +x_141 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_117); -x_141 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_141, 0, x_117); -lean_ctor_set(x_141, 1, x_140); -if (x_139 == 0) +x_142 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_142, 0, x_117); +lean_ctor_set(x_142, 1, x_141); +if (x_140 == 0) { -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_dec(x_7); -x_142 = l___private_Init_Util_0__outOfBounds___rarg(x_98); -x_143 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +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_dec(x_6); +x_143 = l___private_Init_Util_0__outOfBounds___rarg(x_98); +x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_117); -x_144 = l_Lean_Syntax_node4(x_117, x_143, x_133, x_135, x_137, x_142); -x_145 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_145 = l_Lean_Syntax_node4(x_117, x_144, x_134, x_136, x_138, x_143); +x_146 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_117); -x_146 = l_Lean_Syntax_node2(x_117, x_145, x_132, x_144); -x_147 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_147 = l_Lean_Syntax_node2(x_117, x_146, x_132, x_145); +x_148 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_117); -x_148 = l_Lean_Syntax_node3(x_117, x_147, x_130, x_146, x_141); -lean_inc(x_5); +x_149 = l_Lean_Syntax_node3(x_117, x_148, x_130, x_147, x_142); lean_inc(x_117); -x_149 = l_Lean_Syntax_node2(x_117, x_5, x_148, x_110); -x_150 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_151 = l_Lean_Syntax_node2(x_117, x_150, x_128, x_149); -x_152 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_151, x_11, x_12, x_13, x_14, x_15, x_16, x_121); -return x_152; +x_150 = l_Lean_Syntax_node2(x_117, x_133, x_149, x_110); +x_151 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_152 = l_Lean_Syntax_node2(x_117, x_151, x_128, x_150); +x_153 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_152, x_10, x_11, x_12, x_13, x_14, x_15, x_121); +return x_153; } 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; -x_153 = lean_array_fget(x_7, x_103); -lean_dec(x_7); -x_154 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +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; +x_154 = lean_array_fget(x_6, x_103); +lean_dec(x_6); +x_155 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_117); -x_155 = l_Lean_Syntax_node4(x_117, x_154, x_133, x_135, x_137, x_153); -x_156 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_156 = l_Lean_Syntax_node4(x_117, x_155, x_134, x_136, x_138, x_154); +x_157 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_117); -x_157 = l_Lean_Syntax_node2(x_117, x_156, x_132, x_155); -x_158 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_158 = l_Lean_Syntax_node2(x_117, x_157, x_132, x_156); +x_159 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_117); -x_159 = l_Lean_Syntax_node3(x_117, x_158, x_130, x_157, x_141); -lean_inc(x_5); +x_160 = l_Lean_Syntax_node3(x_117, x_159, x_130, x_158, x_142); lean_inc(x_117); -x_160 = l_Lean_Syntax_node2(x_117, x_5, x_159, x_110); -x_161 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_162 = l_Lean_Syntax_node2(x_117, x_161, x_128, x_160); -x_163 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_162, x_11, x_12, x_13, x_14, x_15, x_16, x_121); -return x_163; +x_161 = l_Lean_Syntax_node2(x_117, x_133, x_160, x_110); +x_162 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_163 = l_Lean_Syntax_node2(x_117, x_162, x_128, x_161); +x_164 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_163, x_10, x_11, x_12, x_13, x_14, x_15, x_121); +return x_164; } } } case 1: { -lean_object* x_177; -x_177 = lean_ctor_get(x_97, 0); -lean_inc(x_177); -switch (lean_obj_tag(x_177)) { +lean_object* x_178; +x_178 = lean_ctor_get(x_97, 0); +lean_inc(x_178); +switch (lean_obj_tag(x_178)) { case 0: { -lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_178 = lean_ctor_get(x_97, 1); -lean_inc(x_178); +lean_object* x_179; lean_object* x_180; uint8_t x_181; +x_179 = lean_ctor_get(x_97, 1); +lean_inc(x_179); lean_dec(x_97); -x_179 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18; -x_180 = lean_string_dec_eq(x_178, x_179); -lean_dec(x_178); -if (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; uint8_t x_192; lean_object* x_193; lean_object* x_194; -x_181 = lean_box(0); -x_182 = l_Array_back___rarg(x_181, x_6); -x_183 = lean_array_get_size(x_6); -x_184 = lean_unsigned_to_nat(1u); -x_185 = lean_nat_sub(x_183, x_184); -lean_dec(x_183); -x_186 = lean_unsigned_to_nat(0u); -lean_inc(x_6); -x_187 = l_Array_toSubarray___rarg(x_6, x_186, x_185); -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 2); +x_180 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18; +x_181 = lean_string_dec_eq(x_179, x_180); +lean_dec(x_179); +if (x_181 == 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; 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; +x_182 = lean_box(0); +x_183 = l_Array_back___rarg(x_182, x_5); +x_184 = lean_array_get_size(x_5); +x_185 = lean_unsigned_to_nat(1u); +x_186 = lean_nat_sub(x_184, x_185); +lean_dec(x_184); +x_187 = lean_unsigned_to_nat(0u); +lean_inc(x_5); +x_188 = l_Array_toSubarray___rarg(x_5, x_187, x_186); +x_189 = lean_ctor_get(x_188, 0); lean_inc(x_189); -x_190 = lean_ctor_get(x_187, 1); +x_190 = lean_ctor_get(x_188, 2); lean_inc(x_190); -lean_dec(x_187); -x_191 = lean_array_get_size(x_188); -x_192 = lean_nat_dec_le(x_189, x_191); -if (x_192 == 0) +x_191 = lean_ctor_get(x_188, 1); +lean_inc(x_191); +lean_dec(x_188); +x_192 = lean_array_get_size(x_189); +x_193 = lean_nat_dec_le(x_190, x_192); +if (x_193 == 0) { -uint8_t x_248; -lean_dec(x_189); -x_248 = lean_nat_dec_lt(x_190, x_191); -if (x_248 == 0) +uint8_t x_250; +lean_dec(x_190); +x_250 = lean_nat_dec_lt(x_191, x_192); +if (x_250 == 0) { +lean_dec(x_192); lean_dec(x_191); -lean_dec(x_190); -lean_dec(x_188); -x_193 = x_182; -x_194 = x_17; -goto block_247; +lean_dec(x_189); +x_194 = x_183; +x_195 = x_16; +goto block_249; } else { -size_t x_249; size_t x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; -x_249 = lean_usize_of_nat(x_191); +size_t x_251; size_t x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; +x_251 = lean_usize_of_nat(x_192); +lean_dec(x_192); +x_252 = lean_usize_of_nat(x_191); lean_dec(x_191); -x_250 = lean_usize_of_nat(x_190); -lean_dec(x_190); -lean_inc(x_15); -lean_inc(x_5); -x_251 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(x_5, x_188, x_249, x_250, x_182, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_188); -x_252 = lean_ctor_get(x_251, 0); -lean_inc(x_252); -x_253 = lean_ctor_get(x_251, 1); -lean_inc(x_253); -lean_dec(x_251); -x_193 = x_252; -x_194 = x_253; -goto block_247; +lean_inc(x_14); +x_253 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_189, x_251, x_252, x_183, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_189); +x_254 = lean_ctor_get(x_253, 0); +lean_inc(x_254); +x_255 = lean_ctor_get(x_253, 1); +lean_inc(x_255); +lean_dec(x_253); +x_194 = x_254; +x_195 = x_255; +goto block_249; } } else { -uint8_t x_254; -lean_dec(x_191); -x_254 = lean_nat_dec_lt(x_190, x_189); -if (x_254 == 0) +uint8_t x_256; +lean_dec(x_192); +x_256 = lean_nat_dec_lt(x_191, x_190); +if (x_256 == 0) { +lean_dec(x_191); lean_dec(x_190); lean_dec(x_189); -lean_dec(x_188); -x_193 = x_182; -x_194 = x_17; -goto block_247; +x_194 = x_183; +x_195 = x_16; +goto block_249; } else { -size_t x_255; size_t x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; -x_255 = lean_usize_of_nat(x_189); -lean_dec(x_189); -x_256 = lean_usize_of_nat(x_190); +size_t x_257; size_t x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; +x_257 = lean_usize_of_nat(x_190); lean_dec(x_190); -lean_inc(x_15); -lean_inc(x_5); -x_257 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_5, x_188, x_255, x_256, x_182, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_188); -x_258 = lean_ctor_get(x_257, 0); -lean_inc(x_258); -x_259 = lean_ctor_get(x_257, 1); -lean_inc(x_259); -lean_dec(x_257); -x_193 = x_258; -x_194 = x_259; -goto block_247; +x_258 = lean_usize_of_nat(x_191); +lean_dec(x_191); +lean_inc(x_14); +x_259 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_189, x_257, x_258, x_183, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_189); +x_260 = lean_ctor_get(x_259, 0); +lean_inc(x_260); +x_261 = lean_ctor_get(x_259, 1); +lean_inc(x_261); +lean_dec(x_259); +x_194 = x_260; +x_195 = x_261; +goto block_249; } } -block_247: +block_249: { -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; 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; uint8_t x_222; lean_object* x_223; lean_object* x_224; -lean_inc(x_15); -x_195 = l_Lean_Elab_Term_Quotation_mkTuple(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_194); -x_196 = lean_ctor_get(x_195, 0); -lean_inc(x_196); -x_197 = lean_ctor_get(x_195, 1); +lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; uint8_t 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; uint8_t x_224; lean_object* x_225; lean_object* x_226; +lean_inc(x_14); +x_196 = l_Lean_Elab_Term_Quotation_mkTuple(x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_195); +x_197 = lean_ctor_get(x_196, 0); lean_inc(x_197); -lean_dec(x_195); -x_198 = lean_ctor_get(x_15, 5); +x_198 = lean_ctor_get(x_196, 1); lean_inc(x_198); -x_199 = 0; -x_200 = l_Lean_SourceInfo_fromRef(x_198, x_199); -x_201 = lean_ctor_get(x_15, 10); -lean_inc(x_201); -x_202 = lean_st_ref_get(x_16, x_197); -x_203 = lean_ctor_get(x_202, 0); -lean_inc(x_203); -x_204 = lean_ctor_get(x_202, 1); +lean_dec(x_196); +x_199 = lean_ctor_get(x_14, 5); +lean_inc(x_199); +x_200 = 0; +x_201 = l_Lean_SourceInfo_fromRef(x_199, x_200); +x_202 = lean_ctor_get(x_14, 10); +lean_inc(x_202); +x_203 = lean_st_ref_get(x_15, x_198); +x_204 = lean_ctor_get(x_203, 0); lean_inc(x_204); -lean_dec(x_202); -x_205 = lean_ctor_get(x_203, 0); +x_205 = lean_ctor_get(x_203, 1); lean_inc(x_205); lean_dec(x_203); -x_206 = lean_environment_main_module(x_205); -x_207 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; -x_208 = l_Lean_addMacroScope(x_206, x_207, x_201); -x_209 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; -x_210 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; -lean_inc(x_200); -x_211 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_211, 0, x_200); -lean_ctor_set(x_211, 1, x_209); -lean_ctor_set(x_211, 2, x_208); -lean_ctor_set(x_211, 3, x_210); -x_212 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_200); -x_213 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_213, 0, x_200); -lean_ctor_set(x_213, 1, x_212); -x_214 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; -lean_inc(x_200); -x_215 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_215, 0, x_200); -lean_ctor_set(x_215, 1, x_214); -lean_inc(x_5); -lean_inc(x_200); -x_216 = l_Lean_Syntax_node1(x_200, x_5, x_196); -x_217 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); -lean_inc(x_200); -x_218 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_218, 0, x_200); -lean_ctor_set(x_218, 1, x_5); -lean_ctor_set(x_218, 2, x_217); -x_219 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_200); -x_220 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_220, 0, x_200); -lean_ctor_set(x_220, 1, x_219); -x_221 = lean_array_get_size(x_7); -x_222 = lean_nat_dec_lt(x_186, x_221); -lean_dec(x_221); -x_223 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_200); -x_224 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_224, 0, x_200); -lean_ctor_set(x_224, 1, x_223); -if (x_222 == 0) +x_206 = lean_ctor_get(x_204, 0); +lean_inc(x_206); +lean_dec(x_204); +x_207 = lean_environment_main_module(x_206); +x_208 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; +x_209 = l_Lean_addMacroScope(x_207, x_208, x_202); +x_210 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; +x_211 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; +lean_inc(x_201); +x_212 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_212, 0, x_201); +lean_ctor_set(x_212, 1, x_210); +lean_ctor_set(x_212, 2, x_209); +lean_ctor_set(x_212, 3, x_211); +x_213 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_201); +x_214 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_214, 0, x_201); +lean_ctor_set(x_214, 1, x_213); +x_215 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; +lean_inc(x_201); +x_216 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_216, 0, x_201); +lean_ctor_set(x_216, 1, x_215); +x_217 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_201); +x_218 = l_Lean_Syntax_node1(x_201, x_217, x_197); +x_219 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_201); +x_220 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_220, 0, x_201); +lean_ctor_set(x_220, 1, x_217); +lean_ctor_set(x_220, 2, x_219); +x_221 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_201); +x_222 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_222, 0, x_201); +lean_ctor_set(x_222, 1, x_221); +x_223 = lean_array_get_size(x_6); +x_224 = lean_nat_dec_lt(x_187, x_223); +lean_dec(x_223); +x_225 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_201); +x_226 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_226, 0, x_201); +lean_ctor_set(x_226, 1, x_225); +if (x_224 == 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; lean_object* x_233; lean_object* x_234; lean_object* x_235; -lean_dec(x_7); -x_225 = l___private_Init_Util_0__outOfBounds___rarg(x_181); -x_226 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_200); -x_227 = l_Lean_Syntax_node4(x_200, x_226, x_216, x_218, x_220, x_225); -x_228 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_200); -x_229 = l_Lean_Syntax_node2(x_200, x_228, x_215, x_227); -x_230 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_200); -x_231 = l_Lean_Syntax_node3(x_200, x_230, x_213, x_229, x_224); -lean_inc(x_5); -lean_inc(x_200); -x_232 = l_Lean_Syntax_node2(x_200, x_5, x_231, x_193); -x_233 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_234 = l_Lean_Syntax_node2(x_200, x_233, x_211, x_232); -x_235 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_234, x_11, x_12, x_13, x_14, x_15, x_16, x_204); -return x_235; +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_dec(x_6); +x_227 = l___private_Init_Util_0__outOfBounds___rarg(x_182); +x_228 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_201); +x_229 = l_Lean_Syntax_node4(x_201, x_228, x_218, x_220, x_222, x_227); +x_230 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_201); +x_231 = l_Lean_Syntax_node2(x_201, x_230, x_216, x_229); +x_232 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_201); +x_233 = l_Lean_Syntax_node3(x_201, x_232, x_214, x_231, x_226); +lean_inc(x_201); +x_234 = l_Lean_Syntax_node2(x_201, x_217, x_233, x_194); +x_235 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_236 = l_Lean_Syntax_node2(x_201, x_235, x_212, x_234); +x_237 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_236, x_10, x_11, x_12, x_13, x_14, x_15, x_205); +return x_237; } else { -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; -x_236 = lean_array_fget(x_7, x_186); -lean_dec(x_7); -x_237 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_200); -x_238 = l_Lean_Syntax_node4(x_200, x_237, x_216, x_218, x_220, x_236); -x_239 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_200); -x_240 = l_Lean_Syntax_node2(x_200, x_239, x_215, x_238); -x_241 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_200); -x_242 = l_Lean_Syntax_node3(x_200, x_241, x_213, x_240, x_224); -lean_inc(x_5); -lean_inc(x_200); -x_243 = l_Lean_Syntax_node2(x_200, x_5, x_242, x_193); -x_244 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_245 = l_Lean_Syntax_node2(x_200, x_244, x_211, x_243); -x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_245, x_11, x_12, x_13, x_14, x_15, x_16, x_204); -return x_246; +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; +x_238 = lean_array_fget(x_6, x_187); +lean_dec(x_6); +x_239 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_201); +x_240 = l_Lean_Syntax_node4(x_201, x_239, x_218, x_220, x_222, x_238); +x_241 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_201); +x_242 = l_Lean_Syntax_node2(x_201, x_241, x_216, x_240); +x_243 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_201); +x_244 = l_Lean_Syntax_node3(x_201, x_243, x_214, x_242, x_226); +lean_inc(x_201); +x_245 = l_Lean_Syntax_node2(x_201, x_217, x_244, x_194); +x_246 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_247 = l_Lean_Syntax_node2(x_201, x_246, x_212, x_245); +x_248 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_247, x_10, x_11, x_12, x_13, x_14, x_15, x_205); +return x_248; } } } else { -lean_object* x_260; uint8_t 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; size_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; 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; -x_260 = lean_ctor_get(x_15, 5); -lean_inc(x_260); -x_261 = 0; -x_262 = l_Lean_SourceInfo_fromRef(x_260, x_261); -x_263 = lean_ctor_get(x_15, 10); -lean_inc(x_263); -x_264 = lean_st_ref_get(x_16, x_17); -x_265 = lean_ctor_get(x_264, 0); +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; size_t 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; +x_262 = lean_ctor_get(x_14, 5); +lean_inc(x_262); +x_263 = 0; +x_264 = l_Lean_SourceInfo_fromRef(x_262, x_263); +x_265 = lean_ctor_get(x_14, 10); 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_265, 0); +x_266 = lean_st_ref_get(x_15, x_16); +x_267 = lean_ctor_get(x_266, 0); lean_inc(x_267); -lean_dec(x_265); -x_268 = lean_environment_main_module(x_267); -x_269 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; -lean_inc(x_262); -x_270 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_270, 0, x_262); -lean_ctor_set(x_270, 1, x_269); -x_271 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); -lean_inc(x_262); -x_272 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_272, 0, x_262); -lean_ctor_set(x_272, 1, x_5); -lean_ctor_set(x_272, 2, x_271); -x_273 = lean_array_get_size(x_6); -x_274 = lean_usize_of_nat(x_273); -lean_dec(x_273); -lean_inc(x_6); -lean_inc(x_272); -lean_inc(x_262); -x_275 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(x_262, x_272, x_274, x_8, x_6); -x_276 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22; -x_277 = l_Lean_mkSepArray(x_275, x_276); -lean_dec(x_275); -x_278 = l_Array_append___rarg(x_271, x_277); -lean_inc(x_5); -lean_inc(x_262); -x_279 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_279, 0, x_262); -lean_ctor_set(x_279, 1, x_5); -lean_ctor_set(x_279, 2, x_278); -x_280 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; -lean_inc(x_262); -x_281 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_281, 0, x_262); -lean_ctor_set(x_281, 1, x_280); -x_282 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; -lean_inc(x_262); -x_283 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_283, 0, x_262); -lean_ctor_set(x_283, 1, x_282); -lean_inc(x_6); +x_268 = lean_ctor_get(x_266, 1); lean_inc(x_268); -lean_inc(x_263); -lean_inc(x_262); -lean_inc(x_5); -x_284 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5, x_262, x_263, x_268, x_274, x_8, x_6); -x_285 = l_Lean_mkSepArray(x_284, x_276); -lean_dec(x_284); -x_286 = l_Array_append___rarg(x_271, x_285); -lean_inc(x_5); -lean_inc(x_262); -x_287 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_287, 0, x_262); -lean_ctor_set(x_287, 1, x_5); -lean_ctor_set(x_287, 2, x_286); -lean_inc(x_5); -lean_inc(x_262); -x_288 = l_Lean_Syntax_node1(x_262, x_5, x_287); -x_289 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_262); -x_290 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_290, 0, x_262); -lean_ctor_set(x_290, 1, x_289); -x_291 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1(x_7); -x_292 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; -lean_inc(x_290); -lean_inc(x_283); -lean_inc(x_262); -x_293 = l_Lean_Syntax_node4(x_262, x_292, x_283, x_288, x_290, x_291); -lean_inc(x_262); -x_294 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(x_262, x_274, x_8, x_6); -x_295 = l_Lean_mkSepArray(x_294, x_276); -lean_dec(x_294); -x_296 = l_Array_append___rarg(x_271, x_295); -lean_inc(x_5); -lean_inc(x_262); -x_297 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_297, 0, x_262); -lean_ctor_set(x_297, 1, x_5); -lean_ctor_set(x_297, 2, x_296); +lean_dec(x_266); +x_269 = lean_ctor_get(x_267, 0); +lean_inc(x_269); +lean_dec(x_267); +x_270 = lean_environment_main_module(x_269); +x_271 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +lean_inc(x_264); +x_272 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_272, 0, x_264); +lean_ctor_set(x_272, 1, x_271); +x_273 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +x_274 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_264); +x_275 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_275, 0, x_264); +lean_ctor_set(x_275, 1, x_273); +lean_ctor_set(x_275, 2, x_274); +x_276 = lean_array_get_size(x_5); +x_277 = lean_usize_of_nat(x_276); +lean_dec(x_276); lean_inc(x_5); -lean_inc(x_262); -x_298 = l_Lean_Syntax_node1(x_262, x_5, x_297); -x_299 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; -x_300 = l_Lean_addMacroScope(x_268, x_299, x_263); -x_301 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30; -x_302 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36; -lean_inc(x_262); -x_303 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_303, 0, x_262); -lean_ctor_set(x_303, 1, x_301); -lean_ctor_set(x_303, 2, x_300); -lean_ctor_set(x_303, 3, x_302); -lean_inc(x_262); -x_304 = l_Lean_Syntax_node4(x_262, x_292, x_283, x_298, x_290, x_303); +lean_inc(x_275); +lean_inc(x_264); +x_278 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(x_264, x_275, x_277, x_7, x_5); +x_279 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22; +x_280 = l_Lean_mkSepArray(x_278, x_279); +lean_dec(x_278); +x_281 = l_Array_append___rarg(x_274, x_280); +lean_inc(x_264); +x_282 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_282, 0, x_264); +lean_ctor_set(x_282, 1, x_273); +lean_ctor_set(x_282, 2, x_281); +x_283 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; +lean_inc(x_264); +x_284 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_284, 0, x_264); +lean_ctor_set(x_284, 1, x_283); +x_285 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; +lean_inc(x_264); +x_286 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_286, 0, x_264); +lean_ctor_set(x_286, 1, x_285); lean_inc(x_5); -lean_inc(x_262); -x_305 = l_Lean_Syntax_node2(x_262, x_5, x_293, x_304); -x_306 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; -lean_inc(x_262); -x_307 = l_Lean_Syntax_node1(x_262, x_306, x_305); -x_308 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; -lean_inc(x_272); -x_309 = l_Lean_Syntax_node6(x_262, x_308, x_270, x_272, x_272, x_279, x_281, x_307); -x_310 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_309, x_11, x_12, x_13, x_14, x_15, x_16, x_266); -return x_310; +lean_inc(x_270); +lean_inc(x_265); +lean_inc(x_264); +x_287 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(x_264, x_265, x_270, x_273, x_277, x_7, x_5); +x_288 = l_Lean_mkSepArray(x_287, x_279); +lean_dec(x_287); +x_289 = l_Array_append___rarg(x_274, x_288); +lean_inc(x_264); +x_290 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_290, 0, x_264); +lean_ctor_set(x_290, 1, x_273); +lean_ctor_set(x_290, 2, x_289); +lean_inc(x_264); +x_291 = l_Lean_Syntax_node1(x_264, x_273, x_290); +x_292 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_264); +x_293 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_293, 0, x_264); +lean_ctor_set(x_293, 1, x_292); +x_294 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1(x_6); +x_295 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +lean_inc(x_293); +lean_inc(x_286); +lean_inc(x_264); +x_296 = l_Lean_Syntax_node4(x_264, x_295, x_286, x_291, x_293, x_294); +lean_inc(x_264); +x_297 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(x_264, x_277, x_7, x_5); +x_298 = l_Lean_mkSepArray(x_297, x_279); +lean_dec(x_297); +x_299 = l_Array_append___rarg(x_274, x_298); +lean_inc(x_264); +x_300 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_300, 0, x_264); +lean_ctor_set(x_300, 1, x_273); +lean_ctor_set(x_300, 2, x_299); +lean_inc(x_264); +x_301 = l_Lean_Syntax_node1(x_264, x_273, x_300); +x_302 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; +x_303 = l_Lean_addMacroScope(x_270, x_302, x_265); +x_304 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30; +x_305 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__36; +lean_inc(x_264); +x_306 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_306, 0, x_264); +lean_ctor_set(x_306, 1, x_304); +lean_ctor_set(x_306, 2, x_303); +lean_ctor_set(x_306, 3, x_305); +lean_inc(x_264); +x_307 = l_Lean_Syntax_node4(x_264, x_295, x_286, x_301, x_293, x_306); +lean_inc(x_264); +x_308 = l_Lean_Syntax_node2(x_264, x_273, x_296, x_307); +x_309 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +lean_inc(x_264); +x_310 = l_Lean_Syntax_node1(x_264, x_309, x_308); +x_311 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; +lean_inc(x_275); +x_312 = l_Lean_Syntax_node6(x_264, x_311, x_272, x_275, x_275, x_282, x_284, x_310); +x_313 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_312, x_10, x_11, x_12, x_13, x_14, x_15, x_268); +return x_313; } } case 1: { -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; uint8_t x_322; lean_object* x_323; lean_object* x_324; -lean_dec(x_177); +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; uint8_t x_325; lean_object* x_326; lean_object* x_327; +lean_dec(x_178); lean_dec(x_97); -x_311 = lean_box(0); -x_312 = l_Array_back___rarg(x_311, x_6); -x_313 = lean_array_get_size(x_6); -x_314 = lean_unsigned_to_nat(1u); -x_315 = lean_nat_sub(x_313, x_314); -lean_dec(x_313); -x_316 = lean_unsigned_to_nat(0u); -lean_inc(x_6); -x_317 = l_Array_toSubarray___rarg(x_6, x_316, x_315); -x_318 = lean_ctor_get(x_317, 0); -lean_inc(x_318); -x_319 = lean_ctor_get(x_317, 2); -lean_inc(x_319); -x_320 = lean_ctor_get(x_317, 1); -lean_inc(x_320); -lean_dec(x_317); -x_321 = lean_array_get_size(x_318); -x_322 = lean_nat_dec_le(x_319, x_321); -if (x_322 == 0) +x_314 = lean_box(0); +x_315 = l_Array_back___rarg(x_314, x_5); +x_316 = lean_array_get_size(x_5); +x_317 = lean_unsigned_to_nat(1u); +x_318 = lean_nat_sub(x_316, x_317); +lean_dec(x_316); +x_319 = lean_unsigned_to_nat(0u); +lean_inc(x_5); +x_320 = l_Array_toSubarray___rarg(x_5, x_319, x_318); +x_321 = lean_ctor_get(x_320, 0); +lean_inc(x_321); +x_322 = lean_ctor_get(x_320, 2); +lean_inc(x_322); +x_323 = lean_ctor_get(x_320, 1); +lean_inc(x_323); +lean_dec(x_320); +x_324 = lean_array_get_size(x_321); +x_325 = lean_nat_dec_le(x_322, x_324); +if (x_325 == 0) { -uint8_t x_378; -lean_dec(x_319); -x_378 = lean_nat_dec_lt(x_320, x_321); -if (x_378 == 0) +uint8_t x_382; +lean_dec(x_322); +x_382 = lean_nat_dec_lt(x_323, x_324); +if (x_382 == 0) { +lean_dec(x_324); +lean_dec(x_323); lean_dec(x_321); -lean_dec(x_320); -lean_dec(x_318); -x_323 = x_312; -x_324 = x_17; -goto block_377; +x_326 = x_315; +x_327 = x_16; +goto block_381; } else { -size_t x_379; size_t x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; -x_379 = lean_usize_of_nat(x_321); +size_t x_383; size_t x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; +x_383 = lean_usize_of_nat(x_324); +lean_dec(x_324); +x_384 = lean_usize_of_nat(x_323); +lean_dec(x_323); +lean_inc(x_14); +x_385 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_321, x_383, x_384, x_315, x_10, x_11, x_12, x_13, x_14, x_15, x_16); lean_dec(x_321); -x_380 = lean_usize_of_nat(x_320); -lean_dec(x_320); -lean_inc(x_15); -lean_inc(x_5); -x_381 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(x_5, x_318, x_379, x_380, x_312, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_318); -x_382 = lean_ctor_get(x_381, 0); -lean_inc(x_382); -x_383 = lean_ctor_get(x_381, 1); -lean_inc(x_383); -lean_dec(x_381); -x_323 = x_382; -x_324 = x_383; -goto block_377; +x_386 = lean_ctor_get(x_385, 0); +lean_inc(x_386); +x_387 = lean_ctor_get(x_385, 1); +lean_inc(x_387); +lean_dec(x_385); +x_326 = x_386; +x_327 = x_387; +goto block_381; } } else { -uint8_t x_384; -lean_dec(x_321); -x_384 = lean_nat_dec_lt(x_320, x_319); -if (x_384 == 0) +uint8_t x_388; +lean_dec(x_324); +x_388 = lean_nat_dec_lt(x_323, x_322); +if (x_388 == 0) { -lean_dec(x_320); -lean_dec(x_319); -lean_dec(x_318); -x_323 = x_312; -x_324 = x_17; -goto block_377; +lean_dec(x_323); +lean_dec(x_322); +lean_dec(x_321); +x_326 = x_315; +x_327 = x_16; +goto block_381; } else { -size_t x_385; size_t x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; -x_385 = lean_usize_of_nat(x_319); -lean_dec(x_319); -x_386 = lean_usize_of_nat(x_320); -lean_dec(x_320); -lean_inc(x_15); -lean_inc(x_5); -x_387 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(x_5, x_318, x_385, x_386, x_312, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_318); -x_388 = lean_ctor_get(x_387, 0); -lean_inc(x_388); -x_389 = lean_ctor_get(x_387, 1); -lean_inc(x_389); -lean_dec(x_387); -x_323 = x_388; -x_324 = x_389; -goto block_377; +size_t x_389; size_t x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; +x_389 = lean_usize_of_nat(x_322); +lean_dec(x_322); +x_390 = lean_usize_of_nat(x_323); +lean_dec(x_323); +lean_inc(x_14); +x_391 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_321, x_389, x_390, x_315, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_321); +x_392 = lean_ctor_get(x_391, 0); +lean_inc(x_392); +x_393 = lean_ctor_get(x_391, 1); +lean_inc(x_393); +lean_dec(x_391); +x_326 = x_392; +x_327 = x_393; +goto block_381; } } -block_377: +block_381: { -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; 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; uint8_t x_352; lean_object* x_353; lean_object* x_354; -lean_inc(x_15); -x_325 = l_Lean_Elab_Term_Quotation_mkTuple(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_324); -x_326 = lean_ctor_get(x_325, 0); -lean_inc(x_326); -x_327 = lean_ctor_get(x_325, 1); -lean_inc(x_327); -lean_dec(x_325); -x_328 = lean_ctor_get(x_15, 5); -lean_inc(x_328); -x_329 = 0; -x_330 = l_Lean_SourceInfo_fromRef(x_328, x_329); -x_331 = lean_ctor_get(x_15, 10); +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; 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; uint8_t x_356; lean_object* x_357; lean_object* x_358; +lean_inc(x_14); +x_328 = l_Lean_Elab_Term_Quotation_mkTuple(x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_327); +x_329 = lean_ctor_get(x_328, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_328, 1); +lean_inc(x_330); +lean_dec(x_328); +x_331 = lean_ctor_get(x_14, 5); lean_inc(x_331); -x_332 = lean_st_ref_get(x_16, x_327); -x_333 = lean_ctor_get(x_332, 0); -lean_inc(x_333); -x_334 = lean_ctor_get(x_332, 1); +x_332 = 0; +x_333 = l_Lean_SourceInfo_fromRef(x_331, x_332); +x_334 = lean_ctor_get(x_14, 10); lean_inc(x_334); -lean_dec(x_332); -x_335 = lean_ctor_get(x_333, 0); -lean_inc(x_335); -lean_dec(x_333); -x_336 = lean_environment_main_module(x_335); -x_337 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; -x_338 = l_Lean_addMacroScope(x_336, x_337, x_331); -x_339 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; -x_340 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; -lean_inc(x_330); -x_341 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_341, 0, x_330); -lean_ctor_set(x_341, 1, x_339); -lean_ctor_set(x_341, 2, x_338); -lean_ctor_set(x_341, 3, x_340); -x_342 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_330); -x_343 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_343, 0, x_330); -lean_ctor_set(x_343, 1, x_342); -x_344 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; -lean_inc(x_330); -x_345 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_345, 0, x_330); -lean_ctor_set(x_345, 1, x_344); -lean_inc(x_5); -lean_inc(x_330); -x_346 = l_Lean_Syntax_node1(x_330, x_5, x_326); -x_347 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); -lean_inc(x_330); -x_348 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_348, 0, x_330); -lean_ctor_set(x_348, 1, x_5); -lean_ctor_set(x_348, 2, x_347); -x_349 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_330); -x_350 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_350, 0, x_330); -lean_ctor_set(x_350, 1, x_349); -x_351 = lean_array_get_size(x_7); -x_352 = lean_nat_dec_lt(x_316, x_351); -lean_dec(x_351); -x_353 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_330); +x_335 = lean_st_ref_get(x_15, x_330); +x_336 = lean_ctor_get(x_335, 0); +lean_inc(x_336); +x_337 = lean_ctor_get(x_335, 1); +lean_inc(x_337); +lean_dec(x_335); +x_338 = lean_ctor_get(x_336, 0); +lean_inc(x_338); +lean_dec(x_336); +x_339 = lean_environment_main_module(x_338); +x_340 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; +x_341 = l_Lean_addMacroScope(x_339, x_340, x_334); +x_342 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; +x_343 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; +lean_inc(x_333); +x_344 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_344, 0, x_333); +lean_ctor_set(x_344, 1, x_342); +lean_ctor_set(x_344, 2, x_341); +lean_ctor_set(x_344, 3, x_343); +x_345 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_333); +x_346 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_346, 0, x_333); +lean_ctor_set(x_346, 1, x_345); +x_347 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; +lean_inc(x_333); +x_348 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_348, 0, x_333); +lean_ctor_set(x_348, 1, x_347); +x_349 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_333); +x_350 = l_Lean_Syntax_node1(x_333, x_349, x_329); +x_351 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_333); +x_352 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_352, 0, x_333); +lean_ctor_set(x_352, 1, x_349); +lean_ctor_set(x_352, 2, x_351); +x_353 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_333); x_354 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_354, 0, x_330); +lean_ctor_set(x_354, 0, x_333); lean_ctor_set(x_354, 1, x_353); -if (x_352 == 0) +x_355 = lean_array_get_size(x_6); +x_356 = lean_nat_dec_lt(x_319, x_355); +lean_dec(x_355); +x_357 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_333); +x_358 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_358, 0, x_333); +lean_ctor_set(x_358, 1, x_357); +if (x_356 == 0) { -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_dec(x_7); -x_355 = l___private_Init_Util_0__outOfBounds___rarg(x_311); -x_356 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_330); -x_357 = l_Lean_Syntax_node4(x_330, x_356, x_346, x_348, x_350, x_355); -x_358 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_330); -x_359 = l_Lean_Syntax_node2(x_330, x_358, x_345, x_357); -x_360 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_330); -x_361 = l_Lean_Syntax_node3(x_330, x_360, x_343, x_359, x_354); -lean_inc(x_5); -lean_inc(x_330); -x_362 = l_Lean_Syntax_node2(x_330, x_5, x_361, x_323); -x_363 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_364 = l_Lean_Syntax_node2(x_330, x_363, x_341, x_362); -x_365 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_364, x_11, x_12, x_13, x_14, x_15, x_16, x_334); -return x_365; +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_dec(x_6); +x_359 = l___private_Init_Util_0__outOfBounds___rarg(x_314); +x_360 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_333); +x_361 = l_Lean_Syntax_node4(x_333, x_360, x_350, x_352, x_354, x_359); +x_362 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_333); +x_363 = l_Lean_Syntax_node2(x_333, x_362, x_348, x_361); +x_364 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_333); +x_365 = l_Lean_Syntax_node3(x_333, x_364, x_346, x_363, x_358); +lean_inc(x_333); +x_366 = l_Lean_Syntax_node2(x_333, x_349, x_365, x_326); +x_367 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_368 = l_Lean_Syntax_node2(x_333, x_367, x_344, x_366); +x_369 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_368, x_10, x_11, x_12, x_13, x_14, x_15, x_337); +return x_369; } else { -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; -x_366 = lean_array_fget(x_7, x_316); -lean_dec(x_7); -x_367 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_330); -x_368 = l_Lean_Syntax_node4(x_330, x_367, x_346, x_348, x_350, x_366); -x_369 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_330); -x_370 = l_Lean_Syntax_node2(x_330, x_369, x_345, x_368); -x_371 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_330); -x_372 = l_Lean_Syntax_node3(x_330, x_371, x_343, x_370, x_354); -lean_inc(x_5); -lean_inc(x_330); -x_373 = l_Lean_Syntax_node2(x_330, x_5, x_372, x_323); -x_374 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_375 = l_Lean_Syntax_node2(x_330, x_374, x_341, x_373); -x_376 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_375, x_11, x_12, x_13, x_14, x_15, x_16, x_334); -return x_376; +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; +x_370 = lean_array_fget(x_6, x_319); +lean_dec(x_6); +x_371 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_333); +x_372 = l_Lean_Syntax_node4(x_333, x_371, x_350, x_352, x_354, x_370); +x_373 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_333); +x_374 = l_Lean_Syntax_node2(x_333, x_373, x_348, x_372); +x_375 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_333); +x_376 = l_Lean_Syntax_node3(x_333, x_375, x_346, x_374, x_358); +lean_inc(x_333); +x_377 = l_Lean_Syntax_node2(x_333, x_349, x_376, x_326); +x_378 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_379 = l_Lean_Syntax_node2(x_333, x_378, x_344, x_377); +x_380 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_379, x_10, x_11, x_12, x_13, x_14, x_15, x_337); +return x_380; } } } default: { -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; uint8_t x_401; lean_object* x_402; lean_object* x_403; -lean_dec(x_177); +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; uint8_t x_405; lean_object* x_406; lean_object* x_407; +lean_dec(x_178); lean_dec(x_97); -x_390 = lean_box(0); -x_391 = l_Array_back___rarg(x_390, x_6); -x_392 = lean_array_get_size(x_6); -x_393 = lean_unsigned_to_nat(1u); -x_394 = lean_nat_sub(x_392, x_393); -lean_dec(x_392); -x_395 = lean_unsigned_to_nat(0u); -lean_inc(x_6); -x_396 = l_Array_toSubarray___rarg(x_6, x_395, x_394); -x_397 = lean_ctor_get(x_396, 0); -lean_inc(x_397); -x_398 = lean_ctor_get(x_396, 2); -lean_inc(x_398); -x_399 = lean_ctor_get(x_396, 1); -lean_inc(x_399); +x_394 = lean_box(0); +x_395 = l_Array_back___rarg(x_394, x_5); +x_396 = lean_array_get_size(x_5); +x_397 = lean_unsigned_to_nat(1u); +x_398 = lean_nat_sub(x_396, x_397); lean_dec(x_396); -x_400 = lean_array_get_size(x_397); -x_401 = lean_nat_dec_le(x_398, x_400); -if (x_401 == 0) +x_399 = lean_unsigned_to_nat(0u); +lean_inc(x_5); +x_400 = l_Array_toSubarray___rarg(x_5, x_399, x_398); +x_401 = lean_ctor_get(x_400, 0); +lean_inc(x_401); +x_402 = lean_ctor_get(x_400, 2); +lean_inc(x_402); +x_403 = lean_ctor_get(x_400, 1); +lean_inc(x_403); +lean_dec(x_400); +x_404 = lean_array_get_size(x_401); +x_405 = lean_nat_dec_le(x_402, x_404); +if (x_405 == 0) { -uint8_t x_457; -lean_dec(x_398); -x_457 = lean_nat_dec_lt(x_399, x_400); -if (x_457 == 0) +uint8_t x_462; +lean_dec(x_402); +x_462 = lean_nat_dec_lt(x_403, x_404); +if (x_462 == 0) { -lean_dec(x_400); -lean_dec(x_399); -lean_dec(x_397); -x_402 = x_391; -x_403 = x_17; -goto block_456; +lean_dec(x_404); +lean_dec(x_403); +lean_dec(x_401); +x_406 = x_395; +x_407 = x_16; +goto block_461; } else { -size_t x_458; size_t x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; -x_458 = lean_usize_of_nat(x_400); -lean_dec(x_400); -x_459 = lean_usize_of_nat(x_399); -lean_dec(x_399); -lean_inc(x_15); -lean_inc(x_5); -x_460 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(x_5, x_397, x_458, x_459, x_391, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_397); -x_461 = lean_ctor_get(x_460, 0); -lean_inc(x_461); -x_462 = lean_ctor_get(x_460, 1); -lean_inc(x_462); -lean_dec(x_460); -x_402 = x_461; -x_403 = x_462; -goto block_456; +size_t x_463; size_t x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; +x_463 = lean_usize_of_nat(x_404); +lean_dec(x_404); +x_464 = lean_usize_of_nat(x_403); +lean_dec(x_403); +lean_inc(x_14); +x_465 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_401, x_463, x_464, x_395, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_401); +x_466 = lean_ctor_get(x_465, 0); +lean_inc(x_466); +x_467 = lean_ctor_get(x_465, 1); +lean_inc(x_467); +lean_dec(x_465); +x_406 = x_466; +x_407 = x_467; +goto block_461; } } else { -uint8_t x_463; -lean_dec(x_400); -x_463 = lean_nat_dec_lt(x_399, x_398); -if (x_463 == 0) +uint8_t x_468; +lean_dec(x_404); +x_468 = lean_nat_dec_lt(x_403, x_402); +if (x_468 == 0) { -lean_dec(x_399); -lean_dec(x_398); -lean_dec(x_397); -x_402 = x_391; -x_403 = x_17; -goto block_456; +lean_dec(x_403); +lean_dec(x_402); +lean_dec(x_401); +x_406 = x_395; +x_407 = x_16; +goto block_461; } else { -size_t x_464; size_t x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; -x_464 = lean_usize_of_nat(x_398); -lean_dec(x_398); -x_465 = lean_usize_of_nat(x_399); -lean_dec(x_399); -lean_inc(x_15); -lean_inc(x_5); -x_466 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(x_5, x_397, x_464, x_465, x_391, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_397); -x_467 = lean_ctor_get(x_466, 0); -lean_inc(x_467); -x_468 = lean_ctor_get(x_466, 1); -lean_inc(x_468); -lean_dec(x_466); -x_402 = x_467; -x_403 = x_468; -goto block_456; +size_t x_469; size_t x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; +x_469 = lean_usize_of_nat(x_402); +lean_dec(x_402); +x_470 = lean_usize_of_nat(x_403); +lean_dec(x_403); +lean_inc(x_14); +x_471 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_401, x_469, x_470, x_395, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_401); +x_472 = lean_ctor_get(x_471, 0); +lean_inc(x_472); +x_473 = lean_ctor_get(x_471, 1); +lean_inc(x_473); +lean_dec(x_471); +x_406 = x_472; +x_407 = x_473; +goto block_461; } } -block_456: +block_461: { -lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; uint8_t 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; uint8_t x_431; lean_object* x_432; lean_object* x_433; -lean_inc(x_15); -x_404 = l_Lean_Elab_Term_Quotation_mkTuple(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_403); -x_405 = lean_ctor_get(x_404, 0); -lean_inc(x_405); -x_406 = lean_ctor_get(x_404, 1); -lean_inc(x_406); -lean_dec(x_404); -x_407 = lean_ctor_get(x_15, 5); -lean_inc(x_407); -x_408 = 0; -x_409 = l_Lean_SourceInfo_fromRef(x_407, x_408); -x_410 = lean_ctor_get(x_15, 10); +lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; uint8_t 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; uint8_t x_436; lean_object* x_437; lean_object* x_438; +lean_inc(x_14); +x_408 = l_Lean_Elab_Term_Quotation_mkTuple(x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_407); +x_409 = lean_ctor_get(x_408, 0); +lean_inc(x_409); +x_410 = lean_ctor_get(x_408, 1); lean_inc(x_410); -x_411 = lean_st_ref_get(x_16, x_406); -x_412 = lean_ctor_get(x_411, 0); -lean_inc(x_412); -x_413 = lean_ctor_get(x_411, 1); -lean_inc(x_413); -lean_dec(x_411); -x_414 = lean_ctor_get(x_412, 0); +lean_dec(x_408); +x_411 = lean_ctor_get(x_14, 5); +lean_inc(x_411); +x_412 = 0; +x_413 = l_Lean_SourceInfo_fromRef(x_411, x_412); +x_414 = lean_ctor_get(x_14, 10); lean_inc(x_414); -lean_dec(x_412); -x_415 = lean_environment_main_module(x_414); -x_416 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; -x_417 = l_Lean_addMacroScope(x_415, x_416, x_410); -x_418 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; -x_419 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; -lean_inc(x_409); -x_420 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_420, 0, x_409); -lean_ctor_set(x_420, 1, x_418); -lean_ctor_set(x_420, 2, x_417); -lean_ctor_set(x_420, 3, x_419); -x_421 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_409); -x_422 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_422, 0, x_409); -lean_ctor_set(x_422, 1, x_421); -x_423 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; -lean_inc(x_409); -x_424 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_424, 0, x_409); -lean_ctor_set(x_424, 1, x_423); -lean_inc(x_5); -lean_inc(x_409); -x_425 = l_Lean_Syntax_node1(x_409, x_5, x_405); -x_426 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); -lean_inc(x_409); -x_427 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_427, 0, x_409); -lean_ctor_set(x_427, 1, x_5); -lean_ctor_set(x_427, 2, x_426); -x_428 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_409); -x_429 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_429, 0, x_409); -lean_ctor_set(x_429, 1, x_428); -x_430 = lean_array_get_size(x_7); -x_431 = lean_nat_dec_lt(x_395, x_430); -lean_dec(x_430); -x_432 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_409); -x_433 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_433, 0, x_409); -lean_ctor_set(x_433, 1, x_432); -if (x_431 == 0) +x_415 = lean_st_ref_get(x_15, x_410); +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_ctor_get(x_416, 0); +lean_inc(x_418); +lean_dec(x_416); +x_419 = lean_environment_main_module(x_418); +x_420 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; +x_421 = l_Lean_addMacroScope(x_419, x_420, x_414); +x_422 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; +x_423 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; +lean_inc(x_413); +x_424 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_424, 0, x_413); +lean_ctor_set(x_424, 1, x_422); +lean_ctor_set(x_424, 2, x_421); +lean_ctor_set(x_424, 3, x_423); +x_425 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_413); +x_426 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_426, 0, x_413); +lean_ctor_set(x_426, 1, x_425); +x_427 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; +lean_inc(x_413); +x_428 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_428, 0, x_413); +lean_ctor_set(x_428, 1, x_427); +x_429 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_413); +x_430 = l_Lean_Syntax_node1(x_413, x_429, x_409); +x_431 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_413); +x_432 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_432, 0, x_413); +lean_ctor_set(x_432, 1, x_429); +lean_ctor_set(x_432, 2, x_431); +x_433 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_413); +x_434 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_434, 0, x_413); +lean_ctor_set(x_434, 1, x_433); +x_435 = lean_array_get_size(x_6); +x_436 = lean_nat_dec_lt(x_399, x_435); +lean_dec(x_435); +x_437 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_413); +x_438 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_438, 0, x_413); +lean_ctor_set(x_438, 1, x_437); +if (x_436 == 0) { -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_dec(x_7); -x_434 = l___private_Init_Util_0__outOfBounds___rarg(x_390); -x_435 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_409); -x_436 = l_Lean_Syntax_node4(x_409, x_435, x_425, x_427, x_429, x_434); -x_437 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_409); -x_438 = l_Lean_Syntax_node2(x_409, x_437, x_424, x_436); -x_439 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_409); -x_440 = l_Lean_Syntax_node3(x_409, x_439, x_422, x_438, x_433); -lean_inc(x_5); -lean_inc(x_409); -x_441 = l_Lean_Syntax_node2(x_409, x_5, x_440, x_402); -x_442 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_443 = l_Lean_Syntax_node2(x_409, x_442, x_420, x_441); -x_444 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_443, x_11, x_12, x_13, x_14, x_15, x_16, x_413); -return x_444; +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_dec(x_6); +x_439 = l___private_Init_Util_0__outOfBounds___rarg(x_394); +x_440 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_413); +x_441 = l_Lean_Syntax_node4(x_413, x_440, x_430, x_432, x_434, x_439); +x_442 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_413); +x_443 = l_Lean_Syntax_node2(x_413, x_442, x_428, x_441); +x_444 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_413); +x_445 = l_Lean_Syntax_node3(x_413, x_444, x_426, x_443, x_438); +lean_inc(x_413); +x_446 = l_Lean_Syntax_node2(x_413, x_429, x_445, x_406); +x_447 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_448 = l_Lean_Syntax_node2(x_413, x_447, x_424, x_446); +x_449 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_448, x_10, x_11, x_12, x_13, x_14, x_15, x_417); +return x_449; } 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; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; -x_445 = lean_array_fget(x_7, x_395); -lean_dec(x_7); -x_446 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_409); -x_447 = l_Lean_Syntax_node4(x_409, x_446, x_425, x_427, x_429, x_445); -x_448 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_409); -x_449 = l_Lean_Syntax_node2(x_409, x_448, x_424, x_447); -x_450 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_409); -x_451 = l_Lean_Syntax_node3(x_409, x_450, x_422, x_449, x_433); -lean_inc(x_5); -lean_inc(x_409); -x_452 = l_Lean_Syntax_node2(x_409, x_5, x_451, x_402); -x_453 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_454 = l_Lean_Syntax_node2(x_409, x_453, x_420, x_452); -x_455 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_454, x_11, x_12, x_13, x_14, x_15, x_16, x_413); -return x_455; +lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; +x_450 = lean_array_fget(x_6, x_399); +lean_dec(x_6); +x_451 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_413); +x_452 = l_Lean_Syntax_node4(x_413, x_451, x_430, x_432, x_434, x_450); +x_453 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_413); +x_454 = l_Lean_Syntax_node2(x_413, x_453, x_428, x_452); +x_455 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_413); +x_456 = l_Lean_Syntax_node3(x_413, x_455, x_426, x_454, x_438); +lean_inc(x_413); +x_457 = l_Lean_Syntax_node2(x_413, x_429, x_456, x_406); +x_458 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_459 = l_Lean_Syntax_node2(x_413, x_458, x_424, x_457); +x_460 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_459, x_10, x_11, x_12, x_13, x_14, x_15, x_417); +return x_460; } } } @@ -9343,216 +8664,211 @@ return x_455; } default: { -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; uint8_t x_480; lean_object* x_481; lean_object* x_482; +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; uint8_t x_485; lean_object* x_486; lean_object* x_487; lean_dec(x_97); -x_469 = lean_box(0); -x_470 = l_Array_back___rarg(x_469, x_6); -x_471 = lean_array_get_size(x_6); -x_472 = lean_unsigned_to_nat(1u); -x_473 = lean_nat_sub(x_471, x_472); -lean_dec(x_471); -x_474 = lean_unsigned_to_nat(0u); -lean_inc(x_6); -x_475 = l_Array_toSubarray___rarg(x_6, x_474, x_473); -x_476 = lean_ctor_get(x_475, 0); -lean_inc(x_476); -x_477 = lean_ctor_get(x_475, 2); -lean_inc(x_477); -x_478 = lean_ctor_get(x_475, 1); -lean_inc(x_478); -lean_dec(x_475); -x_479 = lean_array_get_size(x_476); -x_480 = lean_nat_dec_le(x_477, x_479); -if (x_480 == 0) -{ -uint8_t x_536; -lean_dec(x_477); -x_536 = lean_nat_dec_lt(x_478, x_479); -if (x_536 == 0) -{ -lean_dec(x_479); -lean_dec(x_478); +x_474 = lean_box(0); +x_475 = l_Array_back___rarg(x_474, x_5); +x_476 = lean_array_get_size(x_5); +x_477 = lean_unsigned_to_nat(1u); +x_478 = lean_nat_sub(x_476, x_477); lean_dec(x_476); -x_481 = x_470; -x_482 = x_17; -goto block_535; -} -else -{ -size_t x_537; size_t x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; -x_537 = lean_usize_of_nat(x_479); -lean_dec(x_479); -x_538 = lean_usize_of_nat(x_478); -lean_dec(x_478); -lean_inc(x_15); +x_479 = lean_unsigned_to_nat(0u); lean_inc(x_5); -x_539 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(x_5, x_476, x_537, x_538, x_470, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_476); -x_540 = lean_ctor_get(x_539, 0); -lean_inc(x_540); -x_541 = lean_ctor_get(x_539, 1); -lean_inc(x_541); -lean_dec(x_539); -x_481 = x_540; -x_482 = x_541; -goto block_535; -} -} -else +x_480 = l_Array_toSubarray___rarg(x_5, x_479, x_478); +x_481 = lean_ctor_get(x_480, 0); +lean_inc(x_481); +x_482 = lean_ctor_get(x_480, 2); +lean_inc(x_482); +x_483 = lean_ctor_get(x_480, 1); +lean_inc(x_483); +lean_dec(x_480); +x_484 = lean_array_get_size(x_481); +x_485 = lean_nat_dec_le(x_482, x_484); +if (x_485 == 0) { uint8_t x_542; -lean_dec(x_479); -x_542 = lean_nat_dec_lt(x_478, x_477); +lean_dec(x_482); +x_542 = lean_nat_dec_lt(x_483, x_484); if (x_542 == 0) { -lean_dec(x_478); -lean_dec(x_477); -lean_dec(x_476); -x_481 = x_470; -x_482 = x_17; -goto block_535; +lean_dec(x_484); +lean_dec(x_483); +lean_dec(x_481); +x_486 = x_475; +x_487 = x_16; +goto block_541; } else { size_t x_543; size_t x_544; lean_object* x_545; lean_object* x_546; lean_object* x_547; -x_543 = lean_usize_of_nat(x_477); -lean_dec(x_477); -x_544 = lean_usize_of_nat(x_478); -lean_dec(x_478); -lean_inc(x_15); -lean_inc(x_5); -x_545 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_5, x_476, x_543, x_544, x_470, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -lean_dec(x_476); +x_543 = lean_usize_of_nat(x_484); +lean_dec(x_484); +x_544 = lean_usize_of_nat(x_483); +lean_dec(x_483); +lean_inc(x_14); +x_545 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_481, x_543, x_544, x_475, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_481); x_546 = lean_ctor_get(x_545, 0); lean_inc(x_546); x_547 = lean_ctor_get(x_545, 1); lean_inc(x_547); lean_dec(x_545); -x_481 = x_546; -x_482 = x_547; -goto block_535; +x_486 = x_546; +x_487 = x_547; +goto block_541; } } -block_535: +else +{ +uint8_t x_548; +lean_dec(x_484); +x_548 = lean_nat_dec_lt(x_483, x_482); +if (x_548 == 0) { -lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; uint8_t 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; uint8_t x_510; lean_object* x_511; lean_object* x_512; -lean_inc(x_15); -x_483 = l_Lean_Elab_Term_Quotation_mkTuple(x_6, x_11, x_12, x_13, x_14, x_15, x_16, x_482); -x_484 = lean_ctor_get(x_483, 0); -lean_inc(x_484); -x_485 = lean_ctor_get(x_483, 1); -lean_inc(x_485); lean_dec(x_483); -x_486 = lean_ctor_get(x_15, 5); -lean_inc(x_486); -x_487 = 0; -x_488 = l_Lean_SourceInfo_fromRef(x_486, x_487); -x_489 = lean_ctor_get(x_15, 10); -lean_inc(x_489); -x_490 = lean_st_ref_get(x_16, x_485); -x_491 = lean_ctor_get(x_490, 0); -lean_inc(x_491); -x_492 = lean_ctor_get(x_490, 1); -lean_inc(x_492); -lean_dec(x_490); -x_493 = lean_ctor_get(x_491, 0); -lean_inc(x_493); -lean_dec(x_491); -x_494 = lean_environment_main_module(x_493); -x_495 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4; -x_496 = l_Lean_addMacroScope(x_494, x_495, x_489); -x_497 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2; -x_498 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8; -lean_inc(x_488); -x_499 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_499, 0, x_488); -lean_ctor_set(x_499, 1, x_497); -lean_ctor_set(x_499, 2, x_496); -lean_ctor_set(x_499, 3, x_498); -x_500 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_488); -x_501 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_501, 0, x_488); -lean_ctor_set(x_501, 1, x_500); -x_502 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; -lean_inc(x_488); -x_503 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_503, 0, x_488); -lean_ctor_set(x_503, 1, x_502); -lean_inc(x_5); -lean_inc(x_488); -x_504 = l_Lean_Syntax_node1(x_488, x_5, x_484); -x_505 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_5); -lean_inc(x_488); -x_506 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_506, 0, x_488); -lean_ctor_set(x_506, 1, x_5); -lean_ctor_set(x_506, 2, x_505); -x_507 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_488); -x_508 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_508, 0, x_488); -lean_ctor_set(x_508, 1, x_507); -x_509 = lean_array_get_size(x_7); -x_510 = lean_nat_dec_lt(x_474, x_509); -lean_dec(x_509); -x_511 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_488); -x_512 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_512, 0, x_488); -lean_ctor_set(x_512, 1, x_511); -if (x_510 == 0) -{ -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_dec(x_7); -x_513 = l___private_Init_Util_0__outOfBounds___rarg(x_469); -x_514 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_488); -x_515 = l_Lean_Syntax_node4(x_488, x_514, x_504, x_506, x_508, x_513); -x_516 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_488); -x_517 = l_Lean_Syntax_node2(x_488, x_516, x_503, x_515); -x_518 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_488); -x_519 = l_Lean_Syntax_node3(x_488, x_518, x_501, x_517, x_512); -lean_inc(x_5); -lean_inc(x_488); -x_520 = l_Lean_Syntax_node2(x_488, x_5, x_519, x_481); -x_521 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_522 = l_Lean_Syntax_node2(x_488, x_521, x_499, x_520); -x_523 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_522, x_11, x_12, x_13, x_14, x_15, x_16, x_492); -return x_523; +lean_dec(x_482); +lean_dec(x_481); +x_486 = x_475; +x_487 = x_16; +goto block_541; } else { -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; -x_524 = lean_array_fget(x_7, x_474); -lean_dec(x_7); -x_525 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; -lean_inc(x_488); -x_526 = l_Lean_Syntax_node4(x_488, x_525, x_504, x_506, x_508, x_524); -x_527 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; -lean_inc(x_488); -x_528 = l_Lean_Syntax_node2(x_488, x_527, x_503, x_526); -x_529 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_488); -x_530 = l_Lean_Syntax_node3(x_488, x_529, x_501, x_528, x_512); -lean_inc(x_5); -lean_inc(x_488); -x_531 = l_Lean_Syntax_node2(x_488, x_5, x_530, x_481); -x_532 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_533 = l_Lean_Syntax_node2(x_488, x_532, x_499, x_531); -x_534 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2(x_1, x_2, x_3, x_4, x_5, x_9, x_533, x_11, x_12, x_13, x_14, x_15, x_16, x_492); -return x_534; +size_t x_549; size_t x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; +x_549 = lean_usize_of_nat(x_482); +lean_dec(x_482); +x_550 = lean_usize_of_nat(x_483); +lean_dec(x_483); +lean_inc(x_14); +x_551 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_481, x_549, x_550, x_475, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_481); +x_552 = lean_ctor_get(x_551, 0); +lean_inc(x_552); +x_553 = lean_ctor_get(x_551, 1); +lean_inc(x_553); +lean_dec(x_551); +x_486 = x_552; +x_487 = x_553; +goto block_541; } } +block_541: +{ +lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; uint8_t 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; uint8_t x_516; lean_object* x_517; lean_object* x_518; +lean_inc(x_14); +x_488 = l_Lean_Elab_Term_Quotation_mkTuple(x_5, x_10, x_11, x_12, x_13, x_14, x_15, x_487); +x_489 = lean_ctor_get(x_488, 0); +lean_inc(x_489); +x_490 = lean_ctor_get(x_488, 1); +lean_inc(x_490); +lean_dec(x_488); +x_491 = lean_ctor_get(x_14, 5); +lean_inc(x_491); +x_492 = 0; +x_493 = l_Lean_SourceInfo_fromRef(x_491, x_492); +x_494 = lean_ctor_get(x_14, 10); +lean_inc(x_494); +x_495 = lean_st_ref_get(x_15, x_490); +x_496 = lean_ctor_get(x_495, 0); +lean_inc(x_496); +x_497 = lean_ctor_get(x_495, 1); +lean_inc(x_497); +lean_dec(x_495); +x_498 = lean_ctor_get(x_496, 0); +lean_inc(x_498); +lean_dec(x_496); +x_499 = lean_environment_main_module(x_498); +x_500 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4; +x_501 = l_Lean_addMacroScope(x_499, x_500, x_494); +x_502 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2; +x_503 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8; +lean_inc(x_493); +x_504 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_504, 0, x_493); +lean_ctor_set(x_504, 1, x_502); +lean_ctor_set(x_504, 2, x_501); +lean_ctor_set(x_504, 3, x_503); +x_505 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_493); +x_506 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_506, 0, x_493); +lean_ctor_set(x_506, 1, x_505); +x_507 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; +lean_inc(x_493); +x_508 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_508, 0, x_493); +lean_ctor_set(x_508, 1, x_507); +x_509 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_493); +x_510 = l_Lean_Syntax_node1(x_493, x_509, x_489); +x_511 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_493); +x_512 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_512, 0, x_493); +lean_ctor_set(x_512, 1, x_509); +lean_ctor_set(x_512, 2, x_511); +x_513 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_493); +x_514 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_514, 0, x_493); +lean_ctor_set(x_514, 1, x_513); +x_515 = lean_array_get_size(x_6); +x_516 = lean_nat_dec_lt(x_479, x_515); +lean_dec(x_515); +x_517 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_493); +x_518 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_518, 0, x_493); +lean_ctor_set(x_518, 1, x_517); +if (x_516 == 0) +{ +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_dec(x_6); +x_519 = l___private_Init_Util_0__outOfBounds___rarg(x_474); +x_520 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_493); +x_521 = l_Lean_Syntax_node4(x_493, x_520, x_510, x_512, x_514, x_519); +x_522 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_493); +x_523 = l_Lean_Syntax_node2(x_493, x_522, x_508, x_521); +x_524 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_493); +x_525 = l_Lean_Syntax_node3(x_493, x_524, x_506, x_523, x_518); +lean_inc(x_493); +x_526 = l_Lean_Syntax_node2(x_493, x_509, x_525, x_486); +x_527 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_528 = l_Lean_Syntax_node2(x_493, x_527, x_504, x_526); +x_529 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_528, x_10, x_11, x_12, x_13, x_14, x_15, x_497); +return x_529; +} +else +{ +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; +x_530 = lean_array_fget(x_6, x_479); +lean_dec(x_6); +x_531 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; +lean_inc(x_493); +x_532 = l_Lean_Syntax_node4(x_493, x_531, x_510, x_512, x_514, x_530); +x_533 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; +lean_inc(x_493); +x_534 = l_Lean_Syntax_node2(x_493, x_533, x_508, x_532); +x_535 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_493); +x_536 = l_Lean_Syntax_node3(x_493, x_535, x_506, x_534, x_518); +lean_inc(x_493); +x_537 = l_Lean_Syntax_node2(x_493, x_509, x_536, x_486); +x_538 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_539 = l_Lean_Syntax_node2(x_493, x_538, x_504, x_537); +x_540 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2(x_1, x_2, x_3, x_4, x_8, x_539, x_10, x_11, x_12, x_13, x_14, x_15, x_497); +return x_540; +} } } } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1() { +} +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1() { _start: { lean_object* x_1; @@ -9560,7 +8876,7 @@ x_1 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo_ return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2() { _start: { lean_object* x_1; @@ -9568,16 +8884,16 @@ x_1 = lean_mk_string_from_bytes("antiquotation splice must contain at least one return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__4() { _start: { lean_object* x_1; @@ -9585,16 +8901,16 @@ x_1 = lean_mk_string_from_bytes("invalid antiquotation suffix splice kind '", 42 return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__4; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__4; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6() { _start: { lean_object* x_1; @@ -9602,39 +8918,39 @@ x_1 = lean_mk_string_from_bytes("none", 4); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__7() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__7; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__7; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__9() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__8; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10() { _start: { lean_object* x_1; @@ -9642,28 +8958,28 @@ x_1 = lean_mk_string_from_bytes("'", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__9; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__9; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__13() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__13() { _start: { lean_object* x_1; @@ -9671,47 +8987,47 @@ x_1 = lean_mk_string_from_bytes("some (", 6); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__14() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__13; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__14; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__14; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18() { _start: { lean_object* x_1; @@ -9719,7 +9035,7 @@ x_1 = lean_mk_string_from_bytes("many", 4); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__19() { _start: { lean_object* x_1; @@ -9727,19 +9043,19 @@ x_1 = lean_mk_string_from_bytes("explicit", 8); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__3; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__19; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21() { _start: { lean_object* x_1; @@ -9747,7 +9063,7 @@ x_1 = lean_mk_string_from_bytes("@", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__22() { _start: { lean_object* x_1; @@ -9755,16 +9071,16 @@ x_1 = lean_mk_string_from_bytes("TSepArray.elemsAndSeps", 22); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__22; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24() { _start: { lean_object* x_1; @@ -9772,7 +9088,7 @@ x_1 = lean_mk_string_from_bytes("TSepArray", 9); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25() { _start: { lean_object* x_1; @@ -9780,53 +9096,53 @@ x_1 = lean_mk_string_from_bytes("elemsAndSeps", 12); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__27() { _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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__3; -x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25; +x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__27; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__28; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__30() { _start: { lean_object* x_1; @@ -9834,16 +9150,16 @@ x_1 = lean_mk_string_from_bytes("TSyntaxArray.raw", 16); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__30; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32() { _start: { lean_object* x_1; @@ -9851,7 +9167,7 @@ x_1 = lean_mk_string_from_bytes("TSyntaxArray", 12); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33() { _start: { lean_object* x_1; @@ -9859,52 +9175,52 @@ x_1 = lean_mk_string_from_bytes("raw", 3); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__35() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32; -x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32; +x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__36() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__36() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__35; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__36; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__36; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__38() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__38() { _start: { lean_object* x_1; @@ -9912,72 +9228,72 @@ x_1 = lean_mk_string_from_bytes("Option.map", 10); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__38; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__38; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__41() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; 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_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__43() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__43() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__43; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__41; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__43; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__45() { _start: { lean_object* x_1; @@ -9985,16 +9301,16 @@ x_1 = lean_mk_string_from_bytes("TSyntax.raw", 11); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__45; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47() { _start: { lean_object* x_1; @@ -10002,76 +9318,76 @@ x_1 = lean_mk_string_from_bytes("TSyntax", 7); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__49() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__49() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47; -x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47; +x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__50() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__50() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__49; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__49; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__50; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__50; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__52() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__52() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__52; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__52; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54() { _start: { lean_object* x_1; @@ -10079,26 +9395,26 @@ x_1 = lean_mk_string_from_bytes("x", 1); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__57() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__57() { _start: { lean_object* x_1; @@ -10106,27 +9422,27 @@ x_1 = lean_mk_string_from_bytes("Array.empty.push", 16); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__57; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__57; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Init_Meta_0__Lean_quoteArray_go___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__3___closed__2; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31; x_3 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push___closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__60() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__60() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10138,108 +9454,108 @@ lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__61() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__61() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__60; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__60; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__61; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__61; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6; +x_1 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__66() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__66; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__68() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__68() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_2); lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69() { +static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__68; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__68; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35; 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; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23(lean_object* x_1, lean_object* x_2, size_t 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, lean_object* x_14, lean_object* x_15) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(lean_object* x_1, lean_object* x_2, size_t 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, lean_object* x_14, lean_object* x_15) { _start: { uint8_t x_16; @@ -10261,779 +9577,49 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_28; lean_object* x_38; uint8_t x_39; lean_object* x_40; +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_28; lean_object* x_82; lean_object* x_92; uint8_t x_93; uint8_t x_94; x_18 = lean_array_uget(x_5, x_7); -x_38 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -x_39 = lean_name_eq(x_1, x_38); -if (x_39 == 0) -{ -lean_object* x_114; -x_114 = lean_box(0); -x_40 = x_114; -goto block_113; -} -else -{ -uint8_t x_115; -x_115 = l_Lean_Syntax_isAntiquotSuffixSplice(x_18); -if (x_115 == 0) -{ -lean_object* x_116; -x_116 = lean_box(0); -x_40 = x_116; -goto block_113; -} -else -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; uint8_t x_120; -x_117 = lean_unsigned_to_nat(0u); -x_118 = l_Lean_Syntax_getArg(x_18, x_117); -lean_inc(x_118); -x_119 = l_Lean_Syntax_getCanonicalAntiquot(x_118); -x_120 = l_Lean_Syntax_isEscapedAntiquot(x_119); -if (x_120 == 0) -{ -lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_121 = l_Lean_Syntax_antiquotKinds(x_118); -x_122 = lean_box(0); -x_123 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(x_121, x_122); -x_124 = l_Lean_Syntax_getAntiquotTerm(x_119); -lean_dec(x_119); -x_125 = l_Lean_Syntax_antiquotSuffixSplice_x3f(x_18); -if (lean_obj_tag(x_125) == 0) -{ -lean_object* x_126; lean_object* x_127; -lean_dec(x_124); -lean_dec(x_123); -x_126 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12; -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_127 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_18, x_126, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -x_28 = x_127; -goto block_37; -} -else -{ -lean_object* x_128; -x_128 = lean_ctor_get(x_125, 0); -lean_inc(x_128); -lean_dec(x_125); -if (lean_obj_tag(x_128) == 1) -{ -lean_object* x_129; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -if (lean_obj_tag(x_129) == 0) -{ -lean_object* x_130; lean_object* x_131; uint8_t x_132; -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -x_131 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18; -x_132 = lean_string_dec_eq(x_130, x_131); -if (x_132 == 0) -{ -lean_object* x_133; uint8_t x_134; -x_133 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18; -x_134 = lean_string_dec_eq(x_130, x_133); -if (x_134 == 0) -{ -lean_object* x_135; uint8_t x_136; -x_135 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1; -x_136 = lean_string_dec_eq(x_130, x_135); -lean_dec(x_130); -if (x_136 == 0) -{ -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_dec(x_124); -lean_dec(x_123); -x_137 = l_Lean_MessageData_ofName(x_128); -x_138 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; -x_139 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_137); -x_140 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; -x_141 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_141, 0, x_139); -lean_ctor_set(x_141, 1, x_140); -x_142 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; -x_143 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_141); -x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; -x_145 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_146 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_18, x_145, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -x_28 = x_146; -goto block_37; -} -else -{ -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; lean_object* x_154; uint8_t x_155; -lean_dec(x_128); -x_147 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice(x_18); -lean_dec(x_18); -x_148 = lean_box(2); -x_149 = l_Lean_Syntax_mkStrLit(x_147, x_148); -lean_dec(x_147); -x_150 = lean_ctor_get(x_13, 5); -lean_inc(x_150); -x_151 = 0; -x_152 = l_Lean_SourceInfo_fromRef(x_150, x_151); -x_153 = lean_ctor_get(x_13, 10); -lean_inc(x_153); -x_154 = lean_st_ref_get(x_14, x_15); -x_155 = !lean_is_exclusive(x_154); -if (x_155 == 0) -{ -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; -x_156 = lean_ctor_get(x_154, 0); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -lean_dec(x_156); -x_158 = lean_environment_main_module(x_157); -x_159 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_152); -x_160 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_160, 0, x_152); -lean_ctor_set(x_160, 1, x_159); -x_161 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26; -x_162 = l_Lean_addMacroScope(x_158, x_161, x_153); -x_163 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23; -x_164 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29; -lean_inc(x_152); -x_165 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_165, 0, x_152); -lean_ctor_set(x_165, 1, x_163); -lean_ctor_set(x_165, 2, x_162); -lean_ctor_set(x_165, 3, x_164); -x_166 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_152); -x_167 = l_Lean_Syntax_node2(x_152, x_166, x_160, x_165); -x_168 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_123); -lean_inc(x_152); -x_169 = l_Lean_Syntax_node3(x_152, x_38, x_168, x_149, x_124); -x_170 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_171 = l_Lean_Syntax_node2(x_152, x_170, x_167, x_169); -lean_ctor_set(x_154, 0, x_171); -x_28 = x_154; -goto block_37; -} -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; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_172 = lean_ctor_get(x_154, 0); -x_173 = lean_ctor_get(x_154, 1); -lean_inc(x_173); -lean_inc(x_172); -lean_dec(x_154); -x_174 = lean_ctor_get(x_172, 0); -lean_inc(x_174); -lean_dec(x_172); -x_175 = lean_environment_main_module(x_174); -x_176 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_152); -x_177 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_177, 0, x_152); -lean_ctor_set(x_177, 1, x_176); -x_178 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26; -x_179 = l_Lean_addMacroScope(x_175, x_178, x_153); -x_180 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23; -x_181 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29; -lean_inc(x_152); -x_182 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_182, 0, x_152); -lean_ctor_set(x_182, 1, x_180); -lean_ctor_set(x_182, 2, x_179); -lean_ctor_set(x_182, 3, x_181); -x_183 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_152); -x_184 = l_Lean_Syntax_node2(x_152, x_183, x_177, x_182); -x_185 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_123); -lean_inc(x_152); -x_186 = l_Lean_Syntax_node3(x_152, x_38, x_185, x_149, x_124); -x_187 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_188 = l_Lean_Syntax_node2(x_152, x_187, x_184, x_186); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_173); -x_28 = x_189; -goto block_37; -} -} -} -else -{ -lean_object* x_190; uint8_t x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -lean_dec(x_130); -lean_dec(x_128); -lean_dec(x_18); -x_190 = lean_ctor_get(x_13, 5); -lean_inc(x_190); -x_191 = 0; -x_192 = l_Lean_SourceInfo_fromRef(x_190, x_191); -x_193 = lean_ctor_get(x_13, 10); -lean_inc(x_193); -x_194 = lean_st_ref_get(x_14, x_15); -x_195 = !lean_is_exclusive(x_194); -if (x_195 == 0) -{ -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; -x_196 = lean_ctor_get(x_194, 0); -x_197 = lean_ctor_get(x_196, 0); -lean_inc(x_197); -lean_dec(x_196); -x_198 = lean_environment_main_module(x_197); -x_199 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_192); -x_200 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_200, 0, x_192); -lean_ctor_set(x_200, 1, x_199); -x_201 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34; -x_202 = l_Lean_addMacroScope(x_198, x_201, x_193); -x_203 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31; -x_204 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37; -lean_inc(x_192); -x_205 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_205, 0, x_192); -lean_ctor_set(x_205, 1, x_203); -lean_ctor_set(x_205, 2, x_202); -lean_ctor_set(x_205, 3, x_204); -x_206 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_192); -x_207 = l_Lean_Syntax_node2(x_192, x_206, x_200, x_205); -x_208 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_123); -lean_inc(x_192); -x_209 = l_Lean_Syntax_node2(x_192, x_38, x_208, x_124); -x_210 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_211 = l_Lean_Syntax_node2(x_192, x_210, x_207, x_209); -lean_ctor_set(x_194, 0, x_211); -x_28 = x_194; -goto block_37; -} -else +x_92 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +x_93 = lean_name_eq(x_1, x_92); +if (x_93 == 0) { -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; -x_212 = lean_ctor_get(x_194, 0); -x_213 = lean_ctor_get(x_194, 1); -lean_inc(x_213); -lean_inc(x_212); -lean_dec(x_194); -x_214 = lean_ctor_get(x_212, 0); -lean_inc(x_214); -lean_dec(x_212); -x_215 = lean_environment_main_module(x_214); -x_216 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_192); -x_217 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_217, 0, x_192); -lean_ctor_set(x_217, 1, x_216); -x_218 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34; -x_219 = l_Lean_addMacroScope(x_215, x_218, x_193); -x_220 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31; -x_221 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37; -lean_inc(x_192); -x_222 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_222, 0, x_192); -lean_ctor_set(x_222, 1, x_220); -lean_ctor_set(x_222, 2, x_219); -lean_ctor_set(x_222, 3, x_221); -x_223 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_192); -x_224 = l_Lean_Syntax_node2(x_192, x_223, x_217, x_222); -x_225 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_123); -lean_inc(x_192); -x_226 = l_Lean_Syntax_node2(x_192, x_38, x_225, x_124); -x_227 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_228 = l_Lean_Syntax_node2(x_192, x_227, x_224, x_226); -x_229 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_229, 0, x_228); -lean_ctor_set(x_229, 1, x_213); -x_28 = x_229; -goto block_37; -} -} +uint8_t x_404; +x_404 = 0; +x_94 = x_404; +goto block_403; } else { -lean_object* x_230; uint8_t x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; uint8_t x_235; -lean_dec(x_130); -lean_dec(x_128); -lean_dec(x_18); -x_230 = lean_ctor_get(x_13, 5); -lean_inc(x_230); -x_231 = 0; -x_232 = l_Lean_SourceInfo_fromRef(x_230, x_231); -x_233 = lean_ctor_get(x_13, 10); -lean_inc(x_233); -x_234 = lean_st_ref_get(x_14, x_15); -x_235 = !lean_is_exclusive(x_234); -if (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; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_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; -x_236 = lean_ctor_get(x_234, 0); -x_237 = lean_ctor_get(x_236, 0); -lean_inc(x_237); -lean_dec(x_236); -x_238 = lean_environment_main_module(x_237); -x_239 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; -lean_inc(x_232); -x_240 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_240, 0, x_232); -lean_ctor_set(x_240, 1, x_239); -x_241 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_232); -x_242 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_242, 0, x_232); -lean_ctor_set(x_242, 1, x_38); -lean_ctor_set(x_242, 2, x_241); -x_243 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; -lean_inc(x_233); -lean_inc(x_238); -x_244 = l_Lean_addMacroScope(x_238, x_243, x_233); -x_245 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39; -x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44; -lean_inc(x_232); -x_247 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_247, 0, x_232); -lean_ctor_set(x_247, 1, x_245); -lean_ctor_set(x_247, 2, x_244); -lean_ctor_set(x_247, 3, x_246); -x_248 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_232); -x_249 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_249, 0, x_232); -lean_ctor_set(x_249, 1, x_248); -x_250 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_232); -x_251 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_251, 0, x_232); -lean_ctor_set(x_251, 1, x_250); -x_252 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48; -lean_inc(x_233); -lean_inc(x_238); -x_253 = l_Lean_addMacroScope(x_238, x_252, x_233); -x_254 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46; -x_255 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51; -lean_inc(x_232); -x_256 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_256, 0, x_232); -lean_ctor_set(x_256, 1, x_254); -lean_ctor_set(x_256, 2, x_253); -lean_ctor_set(x_256, 3, x_255); -x_257 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_232); -x_258 = l_Lean_Syntax_node2(x_232, x_257, x_251, x_256); -x_259 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_123); -lean_inc(x_232); -x_260 = l_Lean_Syntax_node1(x_232, x_38, x_259); -x_261 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_232); -x_262 = l_Lean_Syntax_node2(x_232, x_261, x_258, x_260); -x_263 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_232); -x_264 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_264, 0, x_232); -lean_ctor_set(x_264, 1, x_263); -x_265 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_232); -x_266 = l_Lean_Syntax_node3(x_232, x_265, x_249, x_262, x_264); -lean_inc(x_232); -x_267 = l_Lean_Syntax_node2(x_232, x_38, x_266, x_124); -lean_inc(x_232); -x_268 = l_Lean_Syntax_node2(x_232, x_261, x_247, x_267); -x_269 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; -lean_inc(x_242); -lean_inc(x_232); -x_270 = l_Lean_Syntax_node2(x_232, x_269, x_242, x_268); -lean_inc(x_232); -x_271 = l_Lean_Syntax_node1(x_232, x_38, x_270); -x_272 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; -lean_inc(x_232); -x_273 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_273, 0, x_232); -lean_ctor_set(x_273, 1, x_272); -x_274 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; -lean_inc(x_232); -x_275 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_275, 0, x_232); -lean_ctor_set(x_275, 1, x_274); -x_276 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; -lean_inc(x_233); -lean_inc(x_238); -x_277 = l_Lean_addMacroScope(x_238, x_276, x_233); -x_278 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; -x_279 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53; -lean_inc(x_232); -x_280 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_280, 0, x_232); -lean_ctor_set(x_280, 1, x_278); -lean_ctor_set(x_280, 2, x_277); -lean_ctor_set(x_280, 3, x_279); -x_281 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56; -lean_inc(x_233); -lean_inc(x_238); -x_282 = l_Lean_addMacroScope(x_238, x_281, x_233); -x_283 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55; -lean_inc(x_232); -x_284 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_284, 0, x_232); -lean_ctor_set(x_284, 1, x_283); -lean_ctor_set(x_284, 2, x_282); -lean_ctor_set(x_284, 3, x_122); -lean_inc(x_232); -x_285 = l_Lean_Syntax_node1(x_232, x_38, x_284); -lean_inc(x_285); -lean_inc(x_232); -x_286 = l_Lean_Syntax_node2(x_232, x_261, x_280, x_285); -lean_inc(x_232); -x_287 = l_Lean_Syntax_node1(x_232, x_38, x_286); -lean_inc(x_232); -x_288 = l_Lean_Syntax_node1(x_232, x_38, x_287); -x_289 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_232); -x_290 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_290, 0, x_232); -lean_ctor_set(x_290, 1, x_289); -x_291 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59; -lean_inc(x_233); -lean_inc(x_238); -x_292 = l_Lean_addMacroScope(x_238, x_291, x_233); -x_293 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58; -x_294 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62; -lean_inc(x_232); -x_295 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_295, 0, x_232); -lean_ctor_set(x_295, 1, x_293); -lean_ctor_set(x_295, 2, x_292); -lean_ctor_set(x_295, 3, x_294); -lean_inc(x_232); -x_296 = l_Lean_Syntax_node2(x_232, x_261, x_295, x_285); -x_297 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; -lean_inc(x_290); -lean_inc(x_275); -lean_inc(x_232); -x_298 = l_Lean_Syntax_node4(x_232, x_297, x_275, x_288, x_290, x_296); -x_299 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; -lean_inc(x_233); -lean_inc(x_238); -x_300 = l_Lean_addMacroScope(x_238, x_299, x_233); -x_301 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63; -x_302 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67; -lean_inc(x_232); -x_303 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_303, 0, x_232); -lean_ctor_set(x_303, 1, x_301); -lean_ctor_set(x_303, 2, x_300); -lean_ctor_set(x_303, 3, x_302); -lean_inc(x_232); -x_304 = l_Lean_Syntax_node1(x_232, x_38, x_303); -lean_inc(x_232); -x_305 = l_Lean_Syntax_node1(x_232, x_38, x_304); -x_306 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; -x_307 = l_Lean_addMacroScope(x_238, x_306, x_233); -x_308 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30; -x_309 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69; -lean_inc(x_232); -x_310 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_310, 0, x_232); -lean_ctor_set(x_310, 1, x_308); -lean_ctor_set(x_310, 2, x_307); -lean_ctor_set(x_310, 3, x_309); -lean_inc(x_232); -x_311 = l_Lean_Syntax_node4(x_232, x_297, x_275, x_305, x_290, x_310); -lean_inc(x_232); -x_312 = l_Lean_Syntax_node2(x_232, x_38, x_298, x_311); -x_313 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; -lean_inc(x_232); -x_314 = l_Lean_Syntax_node1(x_232, x_313, x_312); -x_315 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; -lean_inc(x_242); -x_316 = l_Lean_Syntax_node6(x_232, x_315, x_240, x_242, x_242, x_271, x_273, x_314); -lean_ctor_set(x_234, 0, x_316); -x_28 = x_234; -goto block_37; -} -else +uint8_t x_405; +x_405 = l_Lean_Syntax_isAntiquotSuffixSplice(x_18); +if (x_405 == 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; 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; lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; -x_317 = lean_ctor_get(x_234, 0); -x_318 = lean_ctor_get(x_234, 1); -lean_inc(x_318); -lean_inc(x_317); -lean_dec(x_234); -x_319 = lean_ctor_get(x_317, 0); -lean_inc(x_319); -lean_dec(x_317); -x_320 = lean_environment_main_module(x_319); -x_321 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; -lean_inc(x_232); -x_322 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_322, 0, x_232); -lean_ctor_set(x_322, 1, x_321); -x_323 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_232); -x_324 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_324, 0, x_232); -lean_ctor_set(x_324, 1, x_38); -lean_ctor_set(x_324, 2, x_323); -x_325 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; -lean_inc(x_233); -lean_inc(x_320); -x_326 = l_Lean_addMacroScope(x_320, x_325, x_233); -x_327 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39; -x_328 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44; -lean_inc(x_232); -x_329 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_329, 0, x_232); -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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_232); -x_331 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_331, 0, x_232); -lean_ctor_set(x_331, 1, x_330); -x_332 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_232); -x_333 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_333, 0, x_232); -lean_ctor_set(x_333, 1, x_332); -x_334 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48; -lean_inc(x_233); -lean_inc(x_320); -x_335 = l_Lean_addMacroScope(x_320, x_334, x_233); -x_336 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46; -x_337 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51; -lean_inc(x_232); -x_338 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_338, 0, x_232); -lean_ctor_set(x_338, 1, x_336); -lean_ctor_set(x_338, 2, x_335); -lean_ctor_set(x_338, 3, x_337); -x_339 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_232); -x_340 = l_Lean_Syntax_node2(x_232, x_339, x_333, x_338); -x_341 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_123); -lean_inc(x_232); -x_342 = l_Lean_Syntax_node1(x_232, x_38, x_341); -x_343 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_232); -x_344 = l_Lean_Syntax_node2(x_232, x_343, x_340, x_342); -x_345 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_232); -x_346 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_346, 0, x_232); -lean_ctor_set(x_346, 1, x_345); -x_347 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_232); -x_348 = l_Lean_Syntax_node3(x_232, x_347, x_331, x_344, x_346); -lean_inc(x_232); -x_349 = l_Lean_Syntax_node2(x_232, x_38, x_348, x_124); -lean_inc(x_232); -x_350 = l_Lean_Syntax_node2(x_232, x_343, x_329, x_349); -x_351 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; -lean_inc(x_324); -lean_inc(x_232); -x_352 = l_Lean_Syntax_node2(x_232, x_351, x_324, x_350); -lean_inc(x_232); -x_353 = l_Lean_Syntax_node1(x_232, x_38, x_352); -x_354 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; -lean_inc(x_232); -x_355 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_355, 0, x_232); -lean_ctor_set(x_355, 1, x_354); -x_356 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; -lean_inc(x_232); -x_357 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_357, 0, x_232); -lean_ctor_set(x_357, 1, x_356); -x_358 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; -lean_inc(x_233); -lean_inc(x_320); -x_359 = l_Lean_addMacroScope(x_320, x_358, x_233); -x_360 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; -x_361 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53; -lean_inc(x_232); -x_362 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_362, 0, x_232); -lean_ctor_set(x_362, 1, x_360); -lean_ctor_set(x_362, 2, x_359); -lean_ctor_set(x_362, 3, x_361); -x_363 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56; -lean_inc(x_233); -lean_inc(x_320); -x_364 = l_Lean_addMacroScope(x_320, x_363, x_233); -x_365 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55; -lean_inc(x_232); -x_366 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_366, 0, x_232); -lean_ctor_set(x_366, 1, x_365); -lean_ctor_set(x_366, 2, x_364); -lean_ctor_set(x_366, 3, x_122); -lean_inc(x_232); -x_367 = l_Lean_Syntax_node1(x_232, x_38, x_366); -lean_inc(x_367); -lean_inc(x_232); -x_368 = l_Lean_Syntax_node2(x_232, x_343, x_362, x_367); -lean_inc(x_232); -x_369 = l_Lean_Syntax_node1(x_232, x_38, x_368); -lean_inc(x_232); -x_370 = l_Lean_Syntax_node1(x_232, x_38, x_369); -x_371 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_232); -x_372 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_372, 0, x_232); -lean_ctor_set(x_372, 1, x_371); -x_373 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59; -lean_inc(x_233); -lean_inc(x_320); -x_374 = l_Lean_addMacroScope(x_320, x_373, x_233); -x_375 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58; -x_376 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62; -lean_inc(x_232); -x_377 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_377, 0, x_232); -lean_ctor_set(x_377, 1, x_375); -lean_ctor_set(x_377, 2, x_374); -lean_ctor_set(x_377, 3, x_376); -lean_inc(x_232); -x_378 = l_Lean_Syntax_node2(x_232, x_343, x_377, x_367); -x_379 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; -lean_inc(x_372); -lean_inc(x_357); -lean_inc(x_232); -x_380 = l_Lean_Syntax_node4(x_232, x_379, x_357, x_370, x_372, x_378); -x_381 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; -lean_inc(x_233); -lean_inc(x_320); -x_382 = l_Lean_addMacroScope(x_320, x_381, x_233); -x_383 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63; -x_384 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67; -lean_inc(x_232); -x_385 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_385, 0, x_232); -lean_ctor_set(x_385, 1, x_383); -lean_ctor_set(x_385, 2, x_382); -lean_ctor_set(x_385, 3, x_384); -lean_inc(x_232); -x_386 = l_Lean_Syntax_node1(x_232, x_38, x_385); -lean_inc(x_232); -x_387 = l_Lean_Syntax_node1(x_232, x_38, x_386); -x_388 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32; -x_389 = l_Lean_addMacroScope(x_320, x_388, x_233); -x_390 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30; -x_391 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69; -lean_inc(x_232); -x_392 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_392, 0, x_232); -lean_ctor_set(x_392, 1, x_390); -lean_ctor_set(x_392, 2, x_389); -lean_ctor_set(x_392, 3, x_391); -lean_inc(x_232); -x_393 = l_Lean_Syntax_node4(x_232, x_379, x_357, x_387, x_372, x_392); -lean_inc(x_232); -x_394 = l_Lean_Syntax_node2(x_232, x_38, x_380, x_393); -x_395 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; -lean_inc(x_232); -x_396 = l_Lean_Syntax_node1(x_232, x_395, x_394); -x_397 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; -lean_inc(x_324); -x_398 = l_Lean_Syntax_node6(x_232, x_397, x_322, x_324, x_324, x_353, x_355, x_396); -x_399 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_399, 0, x_398); -lean_ctor_set(x_399, 1, x_318); -x_28 = x_399; -goto block_37; -} -} +uint8_t x_406; +x_406 = 0; +x_94 = x_406; +goto block_403; } else { -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_dec(x_129); -lean_dec(x_124); -lean_dec(x_123); -x_400 = l_Lean_MessageData_ofName(x_128); -x_401 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; -x_402 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_402, 0, x_401); -lean_ctor_set(x_402, 1, x_400); -x_403 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; -x_404 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_404, 0, x_402); -lean_ctor_set(x_404, 1, x_403); -x_405 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; -x_406 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_406, 0, x_405); -lean_ctor_set(x_406, 1, x_404); -x_407 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; -x_408 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_408, 0, x_406); -lean_ctor_set(x_408, 1, x_407); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_409 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_18, x_408, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -x_28 = x_409; -goto block_37; -} -} -else +lean_object* x_407; lean_object* x_408; lean_object* x_409; uint8_t x_410; +x_407 = lean_unsigned_to_nat(0u); +x_408 = l_Lean_Syntax_getArg(x_18, x_407); +x_409 = l_Lean_Syntax_getCanonicalAntiquot(x_408); +x_410 = l_Lean_Syntax_isEscapedAntiquot(x_409); +lean_dec(x_409); +if (x_410 == 0) { -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_dec(x_124); -lean_dec(x_123); -x_410 = l_Lean_MessageData_ofName(x_128); -x_411 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; -x_412 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_412, 0, x_411); -lean_ctor_set(x_412, 1, x_410); -x_413 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; -x_414 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_414, 0, x_412); -lean_ctor_set(x_414, 1, x_413); -x_415 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; -x_416 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_416, 0, x_415); -lean_ctor_set(x_416, 1, x_414); -x_417 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; -x_418 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_418, 0, x_416); -lean_ctor_set(x_418, 1, x_417); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_419 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_18, x_418, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -x_28 = x_419; -goto block_37; -} -} +uint8_t x_411; +x_411 = 1; +x_94 = x_411; +goto block_403; } else { -lean_object* x_420; -lean_dec(x_119); -lean_dec(x_118); -x_420 = lean_box(0); -x_40 = x_420; -goto block_113; +uint8_t x_412; +x_412 = 0; +x_94 = x_412; +goto block_403; } } } @@ -11071,27 +9657,36 @@ x_15 = x_20; goto _start; } } -block_37: +block_81: { -if (lean_obj_tag(x_28) == 0) +if (x_28 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); +lean_object* x_29; +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_29 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax(x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_29) == 0) +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_30 = lean_ctor_get(x_29, 0); lean_inc(x_30); -lean_dec(x_28); -lean_inc(x_4); -x_31 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_append(x_8, x_29, x_4); -x_32 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_32, 0, x_31); -x_19 = x_32; -x_20 = x_30; +x_31 = lean_ctor_get(x_29, 1); +lean_inc(x_31); +lean_dec(x_29); +x_32 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push(x_8, x_30); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +x_19 = x_33; +x_20 = x_31; goto block_27; } else { -uint8_t x_33; +uint8_t x_34; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -11100,303 +9695,246 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_4); -x_33 = !lean_is_exclusive(x_28); -if (x_33 == 0) +x_34 = !lean_is_exclusive(x_29); +if (x_34 == 0) { -return x_28; +return x_29; } 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_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_29, 0); +x_36 = lean_ctor_get(x_29, 1); +lean_inc(x_36); 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; +lean_dec(x_29); +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; } } } -block_113: +else { -lean_dec(x_40); -if (x_39 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = l_Lean_Syntax_antiquotSpliceKind_x3f(x_18); +x_39 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; +lean_inc(x_14); +lean_inc(x_13); +x_40 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms(x_18, x_39, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_41; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; size_t x_47; lean_object* x_48; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = lean_ctor_get(x_41, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_41, 1); +lean_inc(x_44); +lean_dec(x_41); +x_45 = l_Lean_Syntax_getAntiquotSpliceContents(x_43); +x_46 = lean_array_get_size(x_45); +x_47 = lean_usize_of_nat(x_46); +lean_dec(x_46); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_41 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax(x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -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 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push(x_8, x_42); -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_44); -x_19 = x_45; -x_20 = x_43; -goto block_27; -} -else -{ -uint8_t x_46; -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_4); -x_46 = !lean_is_exclusive(x_41); -if (x_46 == 0) -{ -return x_41; -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_41, 0); -x_48 = lean_ctor_get(x_41, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_41); -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; -} -} -} -else -{ -uint8_t x_50; -x_50 = l_Lean_Syntax_isAntiquotSplice(x_18); -if (x_50 == 0) +x_48 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__2(x_47, x_3, x_45, x_9, x_10, x_11, x_12, x_13, x_14, x_42); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_51; +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_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_51 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax(x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_inc(x_43); +x_51 = l_Lean_Elab_Term_Quotation_getAntiquotationIds(x_43, x_9, x_10, x_11, x_12, x_13, x_14, x_50); if (lean_obj_tag(x_51) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_object* x_52; lean_object* x_53; uint8_t x_54; x_52 = lean_ctor_get(x_51, 0); lean_inc(x_52); x_53 = lean_ctor_get(x_51, 1); lean_inc(x_53); lean_dec(x_51); -x_54 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push(x_8, x_52); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_19 = x_55; -x_20 = x_53; +x_54 = l_Array_isEmpty___rarg(x_52); +if (x_54 == 0) +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_box(0); +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_4); +x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3(x_44, x_4, x_38, x_43, x_52, x_49, x_3, x_8, x_55, x_9, x_10, x_11, x_12, x_13, x_14, x_53); +if (lean_obj_tag(x_56) == 0) +{ +lean_object* x_57; lean_object* x_58; +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); +x_19 = x_57; +x_20 = x_58; goto block_27; } else { -uint8_t x_56; +uint8_t x_59; 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_4); -x_56 = !lean_is_exclusive(x_51); -if (x_56 == 0) +x_59 = !lean_is_exclusive(x_56); +if (x_59 == 0) { -return x_51; +return x_56; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_ctor_get(x_51, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_51); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_56, 0); +x_61 = lean_ctor_get(x_56, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_56); +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; } } } else { -uint8_t x_60; -x_60 = l_Lean_Syntax_isEscapedAntiquot(x_18); -if (x_60 == 0) +lean_object* x_63; lean_object* x_64; uint8_t x_65; +lean_dec(x_52); +lean_dec(x_49); +lean_dec(x_44); +lean_dec(x_43); +lean_dec(x_38); +lean_dec(x_8); +lean_dec(x_4); +x_63 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_64 = l_Lean_throwErrorAt___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___spec__1(x_2, x_63, x_9, x_10, x_11, x_12, x_13, x_14, x_53); +lean_dec(x_14); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +x_65 = !lean_is_exclusive(x_64); +if (x_65 == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = l_Lean_Syntax_antiquotSpliceKind_x3f(x_18); -x_62 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; -lean_inc(x_14); -lean_inc(x_13); -x_63 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms(x_18, x_62, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_63) == 0) +return x_64; +} +else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; size_t x_70; lean_object* x_71; -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); +lean_object* x_66; lean_object* x_67; lean_object* x_68; x_66 = lean_ctor_get(x_64, 0); -lean_inc(x_66); x_67 = lean_ctor_get(x_64, 1); lean_inc(x_67); -lean_dec(x_64); -x_68 = l_Lean_Syntax_getAntiquotSpliceContents(x_66); -x_69 = lean_array_get_size(x_68); -x_70 = lean_usize_of_nat(x_69); -lean_dec(x_69); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_71 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__2(x_70, x_3, x_68, x_9, x_10, x_11, x_12, x_13, x_14, x_65); -if (lean_obj_tag(x_71) == 0) -{ -lean_object* x_72; lean_object* x_73; lean_object* x_74; -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); -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_66); -x_74 = l_Lean_Elab_Term_Quotation_getAntiquotationIds(x_66, x_9, x_10, x_11, x_12, x_13, x_14, x_73); -if (lean_obj_tag(x_74) == 0) -{ -lean_object* x_75; lean_object* x_76; uint8_t x_77; -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 = l_Array_isEmpty___rarg(x_75); -if (x_77 == 0) -{ -lean_object* x_78; lean_object* x_79; -x_78 = lean_box(0); -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_4); -x_79 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3(x_67, x_4, x_61, x_66, x_38, x_75, x_72, x_3, x_8, x_78, x_9, x_10, x_11, x_12, x_13, x_14, x_76); -if (lean_obj_tag(x_79) == 0) -{ -lean_object* x_80; lean_object* x_81; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_19 = x_80; -x_20 = x_81; -goto block_27; +lean_dec(x_64); +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_82; +uint8_t x_69; +lean_dec(x_49); +lean_dec(x_44); +lean_dec(x_43); +lean_dec(x_38); 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_4); -x_82 = !lean_is_exclusive(x_79); -if (x_82 == 0) +x_69 = !lean_is_exclusive(x_51); +if (x_69 == 0) { -return x_79; +return x_51; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_79, 0); -x_84 = lean_ctor_get(x_79, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_79); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_51, 0); +x_71 = lean_ctor_get(x_51, 1); +lean_inc(x_71); +lean_inc(x_70); +lean_dec(x_51); +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_86; lean_object* x_87; uint8_t x_88; -lean_dec(x_75); -lean_dec(x_72); -lean_dec(x_67); -lean_dec(x_66); -lean_dec(x_61); -lean_dec(x_8); -lean_dec(x_4); -x_86 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__3; -x_87 = l_Lean_throwErrorAt___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_elabBinderViews_loop___spec__1(x_2, x_86, x_9, x_10, x_11, x_12, x_13, x_14, x_76); +uint8_t x_73; +lean_dec(x_44); +lean_dec(x_43); +lean_dec(x_38); lean_dec(x_14); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -x_88 = !lean_is_exclusive(x_87); -if (x_88 == 0) +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_4); +x_73 = !lean_is_exclusive(x_48); +if (x_73 == 0) { -return x_87; +return x_48; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_87, 0); -x_90 = lean_ctor_get(x_87, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_87); -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; +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_48, 0); +x_75 = lean_ctor_get(x_48, 1); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_48); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } else { -uint8_t x_92; -lean_dec(x_72); -lean_dec(x_67); -lean_dec(x_66); -lean_dec(x_61); +uint8_t x_77; +lean_dec(x_38); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -11405,32 +9943,48 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_4); -x_92 = !lean_is_exclusive(x_74); -if (x_92 == 0) +x_77 = !lean_is_exclusive(x_40); +if (x_77 == 0) { -return x_74; +return x_40; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_74, 0); -x_94 = lean_ctor_get(x_74, 1); -lean_inc(x_94); -lean_inc(x_93); -lean_dec(x_74); -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; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_40, 0); +x_79 = lean_ctor_get(x_40, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_40); +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; +} } } } +block_91: +{ +if (lean_obj_tag(x_82) == 0) +{ +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +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_4); +x_85 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_append(x_8, x_83, x_4); +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_85); +x_19 = x_86; +x_20 = x_84; +goto block_27; +} else { -uint8_t x_96; -lean_dec(x_67); -lean_dec(x_66); -lean_dec(x_61); +uint8_t x_87; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -11439,113 +9993,805 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_4); -x_96 = !lean_is_exclusive(x_71); -if (x_96 == 0) +x_87 = !lean_is_exclusive(x_82); +if (x_87 == 0) { -return x_71; +return x_82; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_71, 0); -x_98 = lean_ctor_get(x_71, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_71); -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; +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_82, 0); +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_82); +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; } } } +block_403: +{ +if (x_94 == 0) +{ +if (x_93 == 0) +{ +uint8_t x_95; +x_95 = 0; +x_28 = x_95; +goto block_81; +} else { -uint8_t x_100; -lean_dec(x_61); -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_4); -x_100 = !lean_is_exclusive(x_63); -if (x_100 == 0) +uint8_t x_96; +x_96 = l_Lean_Syntax_isAntiquotSplice(x_18); +if (x_96 == 0) { -return x_63; +uint8_t x_97; +x_97 = 0; +x_28 = x_97; +goto block_81; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_63, 0); -x_102 = lean_ctor_get(x_63, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_63); -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; +uint8_t x_98; +x_98 = l_Lean_Syntax_isEscapedAntiquot(x_18); +if (x_98 == 0) +{ +uint8_t x_99; +x_99 = 1; +x_28 = x_99; +goto block_81; +} +else +{ +uint8_t x_100; +x_100 = 0; +x_28 = x_100; +goto block_81; +} } } } else { -lean_object* x_104; +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_101 = lean_unsigned_to_nat(0u); +x_102 = l_Lean_Syntax_getArg(x_18, x_101); +lean_inc(x_102); +x_103 = l_Lean_Syntax_antiquotKinds(x_102); +x_104 = lean_box(0); +x_105 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(x_103, x_104); +x_106 = l_Lean_Syntax_getCanonicalAntiquot(x_102); +x_107 = l_Lean_Syntax_getAntiquotTerm(x_106); +lean_dec(x_106); +x_108 = l_Lean_Syntax_antiquotSuffixSplice_x3f(x_18); +if (lean_obj_tag(x_108) == 0) +{ +lean_object* x_109; lean_object* x_110; +lean_dec(x_107); +lean_dec(x_105); +x_109 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12; lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_104 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax(x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_104) == 0) +x_110 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_18, x_109, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_82 = x_110; +goto block_91; +} +else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 1); -lean_inc(x_106); -lean_dec(x_104); -x_107 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_push(x_8, x_105); -x_108 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_108, 0, x_107); -x_19 = x_108; -x_20 = x_106; -goto block_27; +lean_object* x_111; +x_111 = lean_ctor_get(x_108, 0); +lean_inc(x_111); +lean_dec(x_108); +if (lean_obj_tag(x_111) == 1) +{ +lean_object* x_112; +x_112 = lean_ctor_get(x_111, 0); +lean_inc(x_112); +if (lean_obj_tag(x_112) == 0) +{ +lean_object* x_113; lean_object* x_114; uint8_t x_115; +x_113 = lean_ctor_get(x_111, 1); +lean_inc(x_113); +x_114 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18; +x_115 = lean_string_dec_eq(x_113, x_114); +if (x_115 == 0) +{ +lean_object* x_116; uint8_t x_117; +x_116 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18; +x_117 = lean_string_dec_eq(x_113, x_116); +if (x_117 == 0) +{ +lean_object* x_118; uint8_t x_119; +x_118 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1; +x_119 = lean_string_dec_eq(x_113, x_118); +lean_dec(x_113); +if (x_119 == 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; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +lean_dec(x_107); +lean_dec(x_105); +x_120 = l_Lean_MessageData_ofName(x_111); +x_121 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; +x_122 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_120); +x_123 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; +x_124 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_124, 0, x_122); +lean_ctor_set(x_124, 1, x_123); +x_125 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; +x_126 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_126, 0, x_125); +lean_ctor_set(x_126, 1, x_124); +x_127 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; +x_128 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_128, 0, x_126); +lean_ctor_set(x_128, 1, x_127); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_129 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_18, x_128, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_82 = x_129; +goto block_91; } else { -uint8_t x_109; -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_4); -x_109 = !lean_is_exclusive(x_104); -if (x_109 == 0) +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; uint8_t x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +lean_dec(x_111); +x_130 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice(x_18); +lean_dec(x_18); +x_131 = lean_box(2); +x_132 = l_Lean_Syntax_mkStrLit(x_130, x_131); +lean_dec(x_130); +x_133 = lean_ctor_get(x_13, 5); +lean_inc(x_133); +x_134 = 0; +x_135 = l_Lean_SourceInfo_fromRef(x_133, x_134); +x_136 = lean_ctor_get(x_13, 10); +lean_inc(x_136); +x_137 = lean_st_ref_get(x_14, x_15); +x_138 = !lean_is_exclusive(x_137); +if (x_138 == 0) { -return x_104; +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; +x_139 = lean_ctor_get(x_137, 0); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +lean_dec(x_139); +x_141 = lean_environment_main_module(x_140); +x_142 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_135); +x_143 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_143, 0, x_135); +lean_ctor_set(x_143, 1, x_142); +x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26; +x_145 = l_Lean_addMacroScope(x_141, x_144, x_136); +x_146 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23; +x_147 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29; +lean_inc(x_135); +x_148 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_148, 0, x_135); +lean_ctor_set(x_148, 1, x_146); +lean_ctor_set(x_148, 2, x_145); +lean_ctor_set(x_148, 3, x_147); +x_149 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_135); +x_150 = l_Lean_Syntax_node2(x_135, x_149, x_143, x_148); +x_151 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_105); +lean_inc(x_135); +x_152 = l_Lean_Syntax_node3(x_135, x_92, x_151, x_132, x_107); +x_153 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_154 = l_Lean_Syntax_node2(x_135, x_153, x_150, x_152); +lean_ctor_set(x_137, 0, x_154); +x_82 = x_137; +goto block_91; } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_110 = lean_ctor_get(x_104, 0); -x_111 = lean_ctor_get(x_104, 1); -lean_inc(x_111); -lean_inc(x_110); -lean_dec(x_104); -x_112 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_112, 0, x_110); -lean_ctor_set(x_112, 1, x_111); -return x_112; +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; +x_155 = lean_ctor_get(x_137, 0); +x_156 = lean_ctor_get(x_137, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_137); +x_157 = lean_ctor_get(x_155, 0); +lean_inc(x_157); +lean_dec(x_155); +x_158 = lean_environment_main_module(x_157); +x_159 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_135); +x_160 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_160, 0, x_135); +lean_ctor_set(x_160, 1, x_159); +x_161 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26; +x_162 = l_Lean_addMacroScope(x_158, x_161, x_136); +x_163 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23; +x_164 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29; +lean_inc(x_135); +x_165 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_165, 0, x_135); +lean_ctor_set(x_165, 1, x_163); +lean_ctor_set(x_165, 2, x_162); +lean_ctor_set(x_165, 3, x_164); +x_166 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_135); +x_167 = l_Lean_Syntax_node2(x_135, x_166, x_160, x_165); +x_168 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_105); +lean_inc(x_135); +x_169 = l_Lean_Syntax_node3(x_135, x_92, x_168, x_132, x_107); +x_170 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_171 = l_Lean_Syntax_node2(x_135, x_170, x_167, x_169); +x_172 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_172, 0, x_171); +lean_ctor_set(x_172, 1, x_156); +x_82 = x_172; +goto block_91; +} } } +else +{ +lean_object* x_173; uint8_t x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; +lean_dec(x_113); +lean_dec(x_111); +lean_dec(x_18); +x_173 = lean_ctor_get(x_13, 5); +lean_inc(x_173); +x_174 = 0; +x_175 = l_Lean_SourceInfo_fromRef(x_173, x_174); +x_176 = lean_ctor_get(x_13, 10); +lean_inc(x_176); +x_177 = lean_st_ref_get(x_14, x_15); +x_178 = !lean_is_exclusive(x_177); +if (x_178 == 0) +{ +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; +x_179 = lean_ctor_get(x_177, 0); +x_180 = lean_ctor_get(x_179, 0); +lean_inc(x_180); +lean_dec(x_179); +x_181 = lean_environment_main_module(x_180); +x_182 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_175); +x_183 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_183, 0, x_175); +lean_ctor_set(x_183, 1, x_182); +x_184 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34; +x_185 = l_Lean_addMacroScope(x_181, x_184, x_176); +x_186 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31; +x_187 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37; +lean_inc(x_175); +x_188 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_188, 0, x_175); +lean_ctor_set(x_188, 1, x_186); +lean_ctor_set(x_188, 2, x_185); +lean_ctor_set(x_188, 3, x_187); +x_189 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_175); +x_190 = l_Lean_Syntax_node2(x_175, x_189, x_183, x_188); +x_191 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_105); +lean_inc(x_175); +x_192 = l_Lean_Syntax_node2(x_175, x_92, x_191, x_107); +x_193 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_194 = l_Lean_Syntax_node2(x_175, x_193, x_190, x_192); +lean_ctor_set(x_177, 0, x_194); +x_82 = x_177; +goto block_91; +} +else +{ +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; +x_195 = lean_ctor_get(x_177, 0); +x_196 = lean_ctor_get(x_177, 1); +lean_inc(x_196); +lean_inc(x_195); +lean_dec(x_177); +x_197 = lean_ctor_get(x_195, 0); +lean_inc(x_197); +lean_dec(x_195); +x_198 = lean_environment_main_module(x_197); +x_199 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_175); +x_200 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_200, 0, x_175); +lean_ctor_set(x_200, 1, x_199); +x_201 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34; +x_202 = l_Lean_addMacroScope(x_198, x_201, x_176); +x_203 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31; +x_204 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37; +lean_inc(x_175); +x_205 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_205, 0, x_175); +lean_ctor_set(x_205, 1, x_203); +lean_ctor_set(x_205, 2, x_202); +lean_ctor_set(x_205, 3, x_204); +x_206 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_175); +x_207 = l_Lean_Syntax_node2(x_175, x_206, x_200, x_205); +x_208 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_105); +lean_inc(x_175); +x_209 = l_Lean_Syntax_node2(x_175, x_92, x_208, x_107); +x_210 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_211 = l_Lean_Syntax_node2(x_175, x_210, x_207, x_209); +x_212 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_212, 0, x_211); +lean_ctor_set(x_212, 1, x_196); +x_82 = x_212; +goto block_91; +} +} +} +else +{ +lean_object* x_213; uint8_t x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; uint8_t x_218; +lean_dec(x_113); +lean_dec(x_111); +lean_dec(x_18); +x_213 = lean_ctor_get(x_13, 5); +lean_inc(x_213); +x_214 = 0; +x_215 = l_Lean_SourceInfo_fromRef(x_213, x_214); +x_216 = lean_ctor_get(x_13, 10); +lean_inc(x_216); +x_217 = lean_st_ref_get(x_14, x_15); +x_218 = !lean_is_exclusive(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_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; +x_219 = lean_ctor_get(x_217, 0); +x_220 = lean_ctor_get(x_219, 0); +lean_inc(x_220); +lean_dec(x_219); +x_221 = lean_environment_main_module(x_220); +x_222 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +lean_inc(x_215); +x_223 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_223, 0, x_215); +lean_ctor_set(x_223, 1, x_222); +x_224 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_215); +x_225 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_225, 0, x_215); +lean_ctor_set(x_225, 1, x_92); +lean_ctor_set(x_225, 2, x_224); +x_226 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; +lean_inc(x_216); +lean_inc(x_221); +x_227 = l_Lean_addMacroScope(x_221, x_226, x_216); +x_228 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39; +x_229 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44; +lean_inc(x_215); +x_230 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_230, 0, x_215); +lean_ctor_set(x_230, 1, x_228); +lean_ctor_set(x_230, 2, x_227); +lean_ctor_set(x_230, 3, x_229); +x_231 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_215); +x_232 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_232, 0, x_215); +lean_ctor_set(x_232, 1, x_231); +x_233 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_215); +x_234 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_234, 0, x_215); +lean_ctor_set(x_234, 1, x_233); +x_235 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48; +lean_inc(x_216); +lean_inc(x_221); +x_236 = l_Lean_addMacroScope(x_221, x_235, x_216); +x_237 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46; +x_238 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51; +lean_inc(x_215); +x_239 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_239, 0, x_215); +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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_215); +x_241 = l_Lean_Syntax_node2(x_215, x_240, x_234, x_239); +x_242 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_105); +lean_inc(x_215); +x_243 = l_Lean_Syntax_node1(x_215, x_92, x_242); +x_244 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_215); +x_245 = l_Lean_Syntax_node2(x_215, x_244, x_241, x_243); +x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_215); +x_247 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_247, 0, x_215); +lean_ctor_set(x_247, 1, x_246); +x_248 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_215); +x_249 = l_Lean_Syntax_node3(x_215, x_248, x_232, x_245, x_247); +lean_inc(x_215); +x_250 = l_Lean_Syntax_node2(x_215, x_92, x_249, x_107); +lean_inc(x_215); +x_251 = l_Lean_Syntax_node2(x_215, x_244, x_230, x_250); +x_252 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; +lean_inc(x_225); +lean_inc(x_215); +x_253 = l_Lean_Syntax_node2(x_215, x_252, x_225, x_251); +lean_inc(x_215); +x_254 = l_Lean_Syntax_node1(x_215, x_92, x_253); +x_255 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; +lean_inc(x_215); +x_256 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_256, 0, x_215); +lean_ctor_set(x_256, 1, x_255); +x_257 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; +lean_inc(x_215); +x_258 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_258, 0, x_215); +lean_ctor_set(x_258, 1, x_257); +x_259 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; +lean_inc(x_216); +lean_inc(x_221); +x_260 = l_Lean_addMacroScope(x_221, x_259, x_216); +x_261 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; +x_262 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53; +lean_inc(x_215); +x_263 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_263, 0, x_215); +lean_ctor_set(x_263, 1, x_261); +lean_ctor_set(x_263, 2, x_260); +lean_ctor_set(x_263, 3, x_262); +x_264 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56; +lean_inc(x_216); +lean_inc(x_221); +x_265 = l_Lean_addMacroScope(x_221, x_264, x_216); +x_266 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55; +lean_inc(x_215); +x_267 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_267, 0, x_215); +lean_ctor_set(x_267, 1, x_266); +lean_ctor_set(x_267, 2, x_265); +lean_ctor_set(x_267, 3, x_104); +lean_inc(x_215); +x_268 = l_Lean_Syntax_node1(x_215, x_92, x_267); +lean_inc(x_268); +lean_inc(x_215); +x_269 = l_Lean_Syntax_node2(x_215, x_244, x_263, x_268); +lean_inc(x_215); +x_270 = l_Lean_Syntax_node1(x_215, x_92, x_269); +lean_inc(x_215); +x_271 = l_Lean_Syntax_node1(x_215, x_92, x_270); +x_272 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_215); +x_273 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_273, 0, x_215); +lean_ctor_set(x_273, 1, x_272); +x_274 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59; +lean_inc(x_216); +lean_inc(x_221); +x_275 = l_Lean_addMacroScope(x_221, x_274, x_216); +x_276 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58; +x_277 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62; +lean_inc(x_215); +x_278 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_278, 0, x_215); +lean_ctor_set(x_278, 1, x_276); +lean_ctor_set(x_278, 2, x_275); +lean_ctor_set(x_278, 3, x_277); +lean_inc(x_215); +x_279 = l_Lean_Syntax_node2(x_215, x_244, x_278, x_268); +x_280 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +lean_inc(x_273); +lean_inc(x_258); +lean_inc(x_215); +x_281 = l_Lean_Syntax_node4(x_215, x_280, x_258, x_271, x_273, x_279); +x_282 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64; +lean_inc(x_216); +lean_inc(x_221); +x_283 = l_Lean_addMacroScope(x_221, x_282, x_216); +x_284 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63; +x_285 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67; +lean_inc(x_215); +x_286 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_286, 0, x_215); +lean_ctor_set(x_286, 1, x_284); +lean_ctor_set(x_286, 2, x_283); +lean_ctor_set(x_286, 3, x_285); +lean_inc(x_215); +x_287 = l_Lean_Syntax_node1(x_215, x_92, x_286); +lean_inc(x_215); +x_288 = l_Lean_Syntax_node1(x_215, x_92, x_287); +x_289 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; +x_290 = l_Lean_addMacroScope(x_221, x_289, x_216); +x_291 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30; +x_292 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69; +lean_inc(x_215); +x_293 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_293, 0, x_215); +lean_ctor_set(x_293, 1, x_291); +lean_ctor_set(x_293, 2, x_290); +lean_ctor_set(x_293, 3, x_292); +lean_inc(x_215); +x_294 = l_Lean_Syntax_node4(x_215, x_280, x_258, x_288, x_273, x_293); +lean_inc(x_215); +x_295 = l_Lean_Syntax_node2(x_215, x_92, x_281, x_294); +x_296 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +lean_inc(x_215); +x_297 = l_Lean_Syntax_node1(x_215, x_296, x_295); +x_298 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; +lean_inc(x_225); +x_299 = l_Lean_Syntax_node6(x_215, x_298, x_223, x_225, x_225, x_254, x_256, x_297); +lean_ctor_set(x_217, 0, x_299); +x_82 = x_217; +goto block_91; +} +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; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; lean_object* x_371; lean_object* x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; +x_300 = lean_ctor_get(x_217, 0); +x_301 = lean_ctor_get(x_217, 1); +lean_inc(x_301); +lean_inc(x_300); +lean_dec(x_217); +x_302 = lean_ctor_get(x_300, 0); +lean_inc(x_302); +lean_dec(x_300); +x_303 = lean_environment_main_module(x_302); +x_304 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +lean_inc(x_215); +x_305 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_305, 0, x_215); +lean_ctor_set(x_305, 1, x_304); +x_306 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_215); +x_307 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_307, 0, x_215); +lean_ctor_set(x_307, 1, x_92); +lean_ctor_set(x_307, 2, x_306); +x_308 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; +lean_inc(x_216); +lean_inc(x_303); +x_309 = l_Lean_addMacroScope(x_303, x_308, x_216); +x_310 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39; +x_311 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44; +lean_inc(x_215); +x_312 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_312, 0, x_215); +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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_215); +x_314 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_314, 0, x_215); +lean_ctor_set(x_314, 1, x_313); +x_315 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_215); +x_316 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_316, 0, x_215); +lean_ctor_set(x_316, 1, x_315); +x_317 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48; +lean_inc(x_216); +lean_inc(x_303); +x_318 = l_Lean_addMacroScope(x_303, x_317, x_216); +x_319 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46; +x_320 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51; +lean_inc(x_215); +x_321 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_321, 0, x_215); +lean_ctor_set(x_321, 1, x_319); +lean_ctor_set(x_321, 2, x_318); +lean_ctor_set(x_321, 3, x_320); +x_322 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_215); +x_323 = l_Lean_Syntax_node2(x_215, x_322, x_316, x_321); +x_324 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_105); +lean_inc(x_215); +x_325 = l_Lean_Syntax_node1(x_215, x_92, x_324); +x_326 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_215); +x_327 = l_Lean_Syntax_node2(x_215, x_326, x_323, x_325); +x_328 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_215); +x_329 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_329, 0, x_215); +lean_ctor_set(x_329, 1, x_328); +x_330 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_215); +x_331 = l_Lean_Syntax_node3(x_215, x_330, x_314, x_327, x_329); +lean_inc(x_215); +x_332 = l_Lean_Syntax_node2(x_215, x_92, x_331, x_107); +lean_inc(x_215); +x_333 = l_Lean_Syntax_node2(x_215, x_326, x_312, x_332); +x_334 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; +lean_inc(x_307); +lean_inc(x_215); +x_335 = l_Lean_Syntax_node2(x_215, x_334, x_307, x_333); +lean_inc(x_215); +x_336 = l_Lean_Syntax_node1(x_215, x_92, x_335); +x_337 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; +lean_inc(x_215); +x_338 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_338, 0, x_215); +lean_ctor_set(x_338, 1, x_337); +x_339 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; +lean_inc(x_215); +x_340 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_340, 0, x_215); +lean_ctor_set(x_340, 1, x_339); +x_341 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; +lean_inc(x_216); +lean_inc(x_303); +x_342 = l_Lean_addMacroScope(x_303, x_341, x_216); +x_343 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; +x_344 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53; +lean_inc(x_215); +x_345 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_345, 0, x_215); +lean_ctor_set(x_345, 1, x_343); +lean_ctor_set(x_345, 2, x_342); +lean_ctor_set(x_345, 3, x_344); +x_346 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56; +lean_inc(x_216); +lean_inc(x_303); +x_347 = l_Lean_addMacroScope(x_303, x_346, x_216); +x_348 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55; +lean_inc(x_215); +x_349 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_349, 0, x_215); +lean_ctor_set(x_349, 1, x_348); +lean_ctor_set(x_349, 2, x_347); +lean_ctor_set(x_349, 3, x_104); +lean_inc(x_215); +x_350 = l_Lean_Syntax_node1(x_215, x_92, x_349); +lean_inc(x_350); +lean_inc(x_215); +x_351 = l_Lean_Syntax_node2(x_215, x_326, x_345, x_350); +lean_inc(x_215); +x_352 = l_Lean_Syntax_node1(x_215, x_92, x_351); +lean_inc(x_215); +x_353 = l_Lean_Syntax_node1(x_215, x_92, x_352); +x_354 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_215); +x_355 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_355, 0, x_215); +lean_ctor_set(x_355, 1, x_354); +x_356 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59; +lean_inc(x_216); +lean_inc(x_303); +x_357 = l_Lean_addMacroScope(x_303, x_356, x_216); +x_358 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58; +x_359 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62; +lean_inc(x_215); +x_360 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_360, 0, x_215); +lean_ctor_set(x_360, 1, x_358); +lean_ctor_set(x_360, 2, x_357); +lean_ctor_set(x_360, 3, x_359); +lean_inc(x_215); +x_361 = l_Lean_Syntax_node2(x_215, x_326, x_360, x_350); +x_362 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +lean_inc(x_355); +lean_inc(x_340); +lean_inc(x_215); +x_363 = l_Lean_Syntax_node4(x_215, x_362, x_340, x_353, x_355, x_361); +x_364 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64; +lean_inc(x_216); +lean_inc(x_303); +x_365 = l_Lean_addMacroScope(x_303, x_364, x_216); +x_366 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63; +x_367 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67; +lean_inc(x_215); +x_368 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_368, 0, x_215); +lean_ctor_set(x_368, 1, x_366); +lean_ctor_set(x_368, 2, x_365); +lean_ctor_set(x_368, 3, x_367); +lean_inc(x_215); +x_369 = l_Lean_Syntax_node1(x_215, x_92, x_368); +lean_inc(x_215); +x_370 = l_Lean_Syntax_node1(x_215, x_92, x_369); +x_371 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32; +x_372 = l_Lean_addMacroScope(x_303, x_371, x_216); +x_373 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30; +x_374 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69; +lean_inc(x_215); +x_375 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_375, 0, x_215); +lean_ctor_set(x_375, 1, x_373); +lean_ctor_set(x_375, 2, x_372); +lean_ctor_set(x_375, 3, x_374); +lean_inc(x_215); +x_376 = l_Lean_Syntax_node4(x_215, x_362, x_340, x_370, x_355, x_375); +lean_inc(x_215); +x_377 = l_Lean_Syntax_node2(x_215, x_92, x_363, x_376); +x_378 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +lean_inc(x_215); +x_379 = l_Lean_Syntax_node1(x_215, x_378, x_377); +x_380 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; +lean_inc(x_307); +x_381 = l_Lean_Syntax_node6(x_215, x_380, x_305, x_307, x_307, x_336, x_338, x_379); +x_382 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_382, 0, x_381); +lean_ctor_set(x_382, 1, x_301); +x_82 = x_382; +goto block_91; +} +} +} +else +{ +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_dec(x_112); +lean_dec(x_107); +lean_dec(x_105); +x_383 = l_Lean_MessageData_ofName(x_111); +x_384 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; +x_385 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_385, 0, x_384); +lean_ctor_set(x_385, 1, x_383); +x_386 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; +x_387 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_387, 0, x_385); +lean_ctor_set(x_387, 1, x_386); +x_388 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; +x_389 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_389, 0, x_388); +lean_ctor_set(x_389, 1, x_387); +x_390 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; +x_391 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_391, 0, x_389); +lean_ctor_set(x_391, 1, x_390); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_392 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_18, x_391, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_82 = x_392; +goto block_91; +} +} +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; lean_object* x_401; lean_object* x_402; +lean_dec(x_107); +lean_dec(x_105); +x_393 = l_Lean_MessageData_ofName(x_111); +x_394 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; +x_395 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_395, 0, x_394); +lean_ctor_set(x_395, 1, x_393); +x_396 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; +x_397 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_397, 0, x_395); +lean_ctor_set(x_397, 1, x_396); +x_398 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; +x_399 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_399, 0, x_398); +lean_ctor_set(x_399, 1, x_397); +x_400 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; +x_401 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_401, 0, x_399); +lean_ctor_set(x_401, 1, x_400); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_402 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_18, x_401, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_82 = x_402; +goto block_91; } } } @@ -11553,7 +10799,7 @@ return x_112; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25(lean_object* x_1, lean_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_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { 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; @@ -11600,7 +10846,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__24(lean_object* x_1, lean_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_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { uint8_t x_10; @@ -11613,7 +10859,7 @@ x_12 = l_Lean_replaceRef(x_1, x_11); lean_dec(x_11); lean_dec(x_1); lean_ctor_set(x_7, 5, x_12); -x_13 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_13 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -11662,7 +10908,7 @@ lean_ctor_set(x_26, 7, x_21); lean_ctor_set(x_26, 8, x_22); lean_ctor_set(x_26, 9, x_23); lean_ctor_set(x_26, 10, x_24); -x_27 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); +x_27 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); lean_dec(x_8); lean_dec(x_26); lean_dec(x_6); @@ -11672,7 +10918,7 @@ return x_27; } } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; @@ -11682,7 +10928,7 @@ lean_ctor_set(x_10, 1, x_9); return x_10; } } -static lean_object* _init_l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1() { +static lean_object* _init_l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1() { _start: { lean_object* x_1; @@ -11690,7 +10936,7 @@ x_1 = lean_mk_string_from_bytes("unknown namespace '", 19); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; uint8_t x_11; @@ -11729,10 +10975,10 @@ lean_dec(x_17); lean_free_object(x_10); x_19 = 1; x_20 = l_Lean_Name_toString(x_1, x_19); -x_21 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1; +x_21 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1; x_22 = lean_string_append(x_21, x_20); lean_dec(x_20); -x_23 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10; +x_23 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10; x_24 = lean_string_append(x_22, x_23); x_25 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_25, 0, x_24); @@ -11807,10 +11053,10 @@ uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_obje lean_dec(x_37); x_40 = 1; x_41 = l_Lean_Name_toString(x_1, x_40); -x_42 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1; +x_42 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); -x_44 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10; +x_44 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10; x_45 = lean_string_append(x_43, x_44); x_46 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_46, 0, x_45); @@ -11854,7 +11100,7 @@ return x_53; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__27(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -11916,7 +11162,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__28(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -11966,7 +11212,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(lean_object* x_1) { _start: { if (lean_obj_tag(x_1) == 0) @@ -11983,7 +11229,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); lean_dec(x_1); -x_5 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(x_4); +x_5 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_4); if (lean_obj_tag(x_3) == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; @@ -12494,192 +11740,44 @@ return x_3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { -lean_object* x_11; lean_object* x_36; lean_object* x_57; uint8_t x_207; +uint8_t x_11; uint8_t x_38; uint8_t x_47; uint8_t x_205; uint8_t x_263; lean_dec(x_3); lean_inc(x_1); -x_207 = l_Lean_Syntax_isAntiquots(x_1); -if (x_207 == 0) -{ -uint8_t x_208; -lean_inc(x_1); -x_208 = l_Lean_Syntax_isTokenAntiquot(x_1); -if (x_208 == 0) -{ -lean_object* x_209; -x_209 = lean_box(0); -x_36 = x_209; -goto block_56; -} -else -{ -uint8_t x_210; -x_210 = l_Lean_Syntax_isEscapedAntiquot(x_1); -if (x_210 == 0) -{ -lean_object* x_211; -lean_dec(x_2); -x_211 = lean_box(0); -x_57 = x_211; -goto block_206; -} -else -{ -lean_object* x_212; -x_212 = lean_box(0); -x_36 = x_212; -goto block_56; -} -} -} -else -{ -lean_object* x_213; uint8_t x_214; -lean_inc(x_1); -x_213 = l_Lean_Syntax_getCanonicalAntiquot(x_1); -x_214 = l_Lean_Syntax_isEscapedAntiquot(x_213); -if (x_214 == 0) -{ -lean_object* x_215; lean_object* x_216; uint8_t x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; uint8_t x_221; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -x_215 = l_Lean_Syntax_antiquotKinds(x_1); -x_216 = lean_ctor_get(x_8, 5); -lean_inc(x_216); -x_217 = 0; -x_218 = l_Lean_SourceInfo_fromRef(x_216, x_217); -x_219 = lean_ctor_get(x_8, 10); -lean_inc(x_219); -lean_dec(x_8); -x_220 = lean_st_ref_get(x_9, x_10); -lean_dec(x_9); -x_221 = !lean_is_exclusive(x_220); -if (x_221 == 0) -{ -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; -x_222 = lean_ctor_get(x_220, 0); -x_223 = lean_ctor_get(x_222, 0); -lean_inc(x_223); -lean_dec(x_222); -x_224 = lean_environment_main_module(x_223); -x_225 = lean_box(0); -x_226 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_218); -x_227 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_227, 0, x_218); -lean_ctor_set(x_227, 1, x_226); -x_228 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48; -x_229 = l_Lean_addMacroScope(x_224, x_228, x_219); -x_230 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46; -x_231 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51; -lean_inc(x_218); -x_232 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_232, 0, x_218); -lean_ctor_set(x_232, 1, x_230); -lean_ctor_set(x_232, 2, x_229); -lean_ctor_set(x_232, 3, x_231); -x_233 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_218); -x_234 = l_Lean_Syntax_node2(x_218, x_233, x_227, x_232); -x_235 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(x_215, x_225); -x_236 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_235); -x_237 = l_Lean_Syntax_getAntiquotTerm(x_213); -lean_dec(x_213); -x_238 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_218); -x_239 = l_Lean_Syntax_node2(x_218, x_238, x_236, x_237); -x_240 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_241 = l_Lean_Syntax_node2(x_218, x_240, x_234, x_239); -lean_ctor_set(x_220, 0, x_241); -return x_220; -} -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; -x_242 = lean_ctor_get(x_220, 0); -x_243 = lean_ctor_get(x_220, 1); -lean_inc(x_243); -lean_inc(x_242); -lean_dec(x_220); -x_244 = lean_ctor_get(x_242, 0); -lean_inc(x_244); -lean_dec(x_242); -x_245 = lean_environment_main_module(x_244); -x_246 = lean_box(0); -x_247 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; -lean_inc(x_218); -x_248 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_248, 0, x_218); -lean_ctor_set(x_248, 1, x_247); -x_249 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48; -x_250 = l_Lean_addMacroScope(x_245, x_249, x_219); -x_251 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46; -x_252 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51; -lean_inc(x_218); -x_253 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_253, 0, x_218); -lean_ctor_set(x_253, 1, x_251); -lean_ctor_set(x_253, 2, x_250); -lean_ctor_set(x_253, 3, x_252); -x_254 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; -lean_inc(x_218); -x_255 = l_Lean_Syntax_node2(x_218, x_254, x_248, x_253); -x_256 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(x_215, x_246); -x_257 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_256); -x_258 = l_Lean_Syntax_getAntiquotTerm(x_213); -lean_dec(x_213); -x_259 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_218); -x_260 = l_Lean_Syntax_node2(x_218, x_259, x_257, x_258); -x_261 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_262 = l_Lean_Syntax_node2(x_218, x_261, x_255, x_260); -x_263 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_263, 0, x_262); -lean_ctor_set(x_263, 1, x_243); -return x_263; -} -} -else +x_263 = l_Lean_Syntax_isAntiquots(x_1); +if (x_263 == 0) { uint8_t x_264; -lean_dec(x_213); -lean_inc(x_1); -x_264 = l_Lean_Syntax_isTokenAntiquot(x_1); -if (x_264 == 0) -{ -lean_object* x_265; -x_265 = lean_box(0); -x_36 = x_265; -goto block_56; +x_264 = 0; +x_205 = x_264; +goto block_262; } else { -uint8_t x_266; -x_266 = l_Lean_Syntax_isEscapedAntiquot(x_1); +lean_object* x_265; uint8_t x_266; +lean_inc(x_1); +x_265 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_266 = l_Lean_Syntax_isEscapedAntiquot(x_265); +lean_dec(x_265); if (x_266 == 0) { -lean_object* x_267; -lean_dec(x_2); -x_267 = lean_box(0); -x_57 = x_267; -goto block_206; +uint8_t x_267; +x_267 = 1; +x_205 = x_267; +goto block_262; } else { -lean_object* x_268; -x_268 = lean_box(0); -x_36 = x_268; -goto block_56; -} +uint8_t x_268; +x_268 = 0; +x_205 = x_268; +goto block_262; } } -} -block_35: +block_37: +{ +if (x_11 == 0) { 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; lean_object* x_19; lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; -lean_dec(x_11); x_12 = l_Lean_Syntax_unescapeAntiquot(x_1); x_13 = lean_st_ref_get(x_9, x_10); x_14 = lean_ctor_get(x_13, 0); @@ -12719,7 +11817,7 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_25 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23(x_2, x_12, x_22, x_23, x_19, x_21, x_22, x_24, x_4, x_5, x_6, x_7, x_8, x_9, x_15); +x_25 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(x_2, x_12, x_22, x_23, x_19, x_21, x_22, x_24, x_4, x_5, x_6, x_7, x_8, x_9, x_15); lean_dec(x_19); lean_dec(x_12); if (lean_obj_tag(x_25) == 0) @@ -12769,447 +11867,591 @@ return x_32; } } } -block_56: +else { -uint8_t x_37; -lean_dec(x_36); -x_37 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); -if (x_37 == 0) +lean_object* x_35; lean_object* x_36; +lean_dec(x_2); +x_35 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_36 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(x_1, x_35, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_36; +} +} +block_46: { -uint8_t x_38; -x_38 = l_Lean_Syntax_isAntiquotSplice(x_1); if (x_38 == 0) { -lean_object* x_39; -x_39 = lean_box(0); -x_11 = x_39; -goto block_35; +uint8_t x_39; +x_39 = l_Lean_Syntax_isAntiquotSplice(x_1); +if (x_39 == 0) +{ +uint8_t x_40; +x_40 = 0; +x_11 = x_40; +goto block_37; } else { -uint8_t x_40; -x_40 = l_Lean_Syntax_isEscapedAntiquot(x_1); -if (x_40 == 0) +uint8_t x_41; +x_41 = l_Lean_Syntax_isEscapedAntiquot(x_1); +if (x_41 == 0) { -lean_object* x_41; lean_object* x_42; -lean_dec(x_2); -x_41 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_42 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__24(x_1, x_41, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_42; +uint8_t x_42; +x_42 = 1; +x_11 = x_42; +goto block_37; } else { -lean_object* x_43; -x_43 = lean_box(0); +uint8_t x_43; +x_43 = 0; x_11 = x_43; -goto block_35; +goto block_37; } } } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_unsigned_to_nat(0u); -x_45 = l_Lean_Syntax_getArg(x_1, x_44); -x_46 = l_Lean_Syntax_getCanonicalAntiquot(x_45); -x_47 = l_Lean_Syntax_isEscapedAntiquot(x_46); -lean_dec(x_46); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; +lean_object* x_44; lean_object* x_45; lean_dec(x_2); -x_48 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_49 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__24(x_1, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_49; +x_44 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_45 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(x_1, x_44, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_45; } -else +} +block_204: { -uint8_t x_50; -x_50 = l_Lean_Syntax_isAntiquotSplice(x_1); -if (x_50 == 0) +if (x_47 == 0) { -lean_object* x_51; -x_51 = lean_box(0); -x_11 = x_51; -goto block_35; +uint8_t x_48; +x_48 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); +if (x_48 == 0) +{ +uint8_t x_49; +x_49 = 0; +x_38 = x_49; +goto block_46; } else { -uint8_t x_52; -x_52 = l_Lean_Syntax_isEscapedAntiquot(x_1); -if (x_52 == 0) +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_50 = lean_unsigned_to_nat(0u); +x_51 = l_Lean_Syntax_getArg(x_1, x_50); +x_52 = l_Lean_Syntax_getCanonicalAntiquot(x_51); +x_53 = l_Lean_Syntax_isEscapedAntiquot(x_52); +lean_dec(x_52); +if (x_53 == 0) { -lean_object* x_53; lean_object* x_54; -lean_dec(x_2); -x_53 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_54 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__24(x_1, x_53, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_54; +uint8_t x_54; +x_54 = 1; +x_38 = x_54; +goto block_46; } else { -lean_object* x_55; -x_55 = lean_box(0); -x_11 = x_55; -goto block_35; -} -} +uint8_t x_55; +x_55 = 0; +x_38 = x_55; +goto block_46; } } } -block_206: +else { -lean_object* x_58; lean_object* x_59; -lean_dec(x_57); -x_58 = lean_unsigned_to_nat(0u); -x_59 = l_Lean_Syntax_getArg(x_1, x_58); -if (lean_obj_tag(x_59) == 2) +lean_object* x_56; lean_object* x_57; +lean_dec(x_2); +x_56 = lean_unsigned_to_nat(0u); +x_57 = l_Lean_Syntax_getArg(x_1, x_56); +if (lean_obj_tag(x_57) == 2) { -uint8_t x_60; +uint8_t x_58; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_60 = !lean_is_exclusive(x_59); -if (x_60 == 0) +x_58 = !lean_is_exclusive(x_57); +if (x_58 == 0) { -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; uint8_t x_68; -x_61 = lean_ctor_get(x_59, 1); -x_62 = lean_ctor_get(x_59, 0); -lean_dec(x_62); -x_63 = lean_ctor_get(x_8, 5); -lean_inc(x_63); -x_64 = 0; -x_65 = l_Lean_SourceInfo_fromRef(x_63, x_64); -x_66 = lean_ctor_get(x_8, 10); -lean_inc(x_66); +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_59 = lean_ctor_get(x_57, 1); +x_60 = lean_ctor_get(x_57, 0); +lean_dec(x_60); +x_61 = lean_ctor_get(x_8, 5); +lean_inc(x_61); +x_62 = 0; +x_63 = l_Lean_SourceInfo_fromRef(x_61, x_62); +x_64 = lean_ctor_get(x_8, 10); +lean_inc(x_64); lean_dec(x_8); -x_67 = lean_st_ref_get(x_9, x_10); +x_65 = lean_st_ref_get(x_9, x_10); lean_dec(x_9); -x_68 = !lean_is_exclusive(x_67); -if (x_68 == 0) +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 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; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_69 = lean_ctor_get(x_67, 0); -x_70 = lean_ctor_get(x_69, 0); -lean_inc(x_70); -lean_dec(x_69); -x_71 = lean_environment_main_module(x_70); -x_72 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; -lean_inc(x_66); -lean_inc(x_71); -x_73 = l_Lean_addMacroScope(x_71, x_72, x_66); -x_74 = lean_box(0); -x_75 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__10; -x_76 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__17; -lean_inc(x_65); -x_77 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_77, 0, x_65); -lean_ctor_set(x_77, 1, x_75); -lean_ctor_set(x_77, 2, x_73); -lean_ctor_set(x_77, 3, x_76); -x_78 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_65); -lean_ctor_set(x_59, 1, x_78); -lean_ctor_set(x_59, 0, x_65); -x_79 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; -lean_inc(x_66); -lean_inc(x_71); -x_80 = l_Lean_addMacroScope(x_71, x_79, x_66); -x_81 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__19; -x_82 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; -lean_inc(x_65); -x_83 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_83, 0, x_65); -lean_ctor_set(x_83, 1, x_81); -lean_ctor_set(x_83, 2, x_80); -lean_ctor_set(x_83, 3, x_82); -x_84 = l_Lean_Syntax_getAntiquotTerm(x_1); +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_67 = lean_ctor_get(x_65, 0); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +lean_dec(x_67); +x_69 = lean_environment_main_module(x_68); +x_70 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; +lean_inc(x_64); +lean_inc(x_69); +x_71 = l_Lean_addMacroScope(x_69, x_70, x_64); +x_72 = lean_box(0); +x_73 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__10; +x_74 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__17; +lean_inc(x_63); +x_75 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_75, 0, x_63); +lean_ctor_set(x_75, 1, x_73); +lean_ctor_set(x_75, 2, x_71); +lean_ctor_set(x_75, 3, x_74); +x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_63); +lean_ctor_set(x_57, 1, x_76); +lean_ctor_set(x_57, 0, x_63); +x_77 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; +lean_inc(x_64); +lean_inc(x_69); +x_78 = l_Lean_addMacroScope(x_69, x_77, x_64); +x_79 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__19; +x_80 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; +lean_inc(x_63); +x_81 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_81, 0, x_63); +lean_ctor_set(x_81, 1, x_79); +lean_ctor_set(x_81, 2, x_78); +lean_ctor_set(x_81, 3, x_80); +x_82 = l_Lean_Syntax_getAntiquotTerm(x_1); lean_dec(x_1); -x_85 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; -lean_inc(x_66); -lean_inc(x_71); -x_86 = l_Lean_addMacroScope(x_71, x_85, x_66); -x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; -lean_inc(x_65); -x_88 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_88, 0, x_65); +x_83 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; +lean_inc(x_64); +lean_inc(x_69); +x_84 = l_Lean_addMacroScope(x_69, x_83, x_64); +x_85 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; +lean_inc(x_63); +x_86 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_86, 0, x_63); +lean_ctor_set(x_86, 1, x_85); +lean_ctor_set(x_86, 2, x_84); +lean_ctor_set(x_86, 3, x_72); +x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_63); +x_88 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_88, 0, x_63); lean_ctor_set(x_88, 1, x_87); -lean_ctor_set(x_88, 2, x_86); -lean_ctor_set(x_88, 3, x_74); -x_89 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_65); -x_90 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_90, 0, x_65); -lean_ctor_set(x_90, 1, x_89); -x_91 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; -x_92 = l_Lean_addMacroScope(x_71, x_91, x_66); -x_93 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; -x_94 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; -lean_inc(x_65); -x_95 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_95, 0, x_65); -lean_ctor_set(x_95, 1, x_93); -lean_ctor_set(x_95, 2, x_92); -lean_ctor_set(x_95, 3, x_94); -x_96 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_65); -x_97 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_97, 0, x_65); -lean_ctor_set(x_97, 1, x_96); -x_98 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__29; -lean_inc(x_97); -lean_inc(x_59); -lean_inc(x_65); -x_99 = l_Lean_Syntax_node5(x_65, x_98, x_59, x_88, x_90, x_95, x_97); -x_100 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_65); -x_101 = l_Lean_Syntax_node2(x_65, x_100, x_84, x_99); -x_102 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_65); -x_103 = l_Lean_Syntax_node2(x_65, x_102, x_83, x_101); -x_104 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_65); -x_105 = l_Lean_Syntax_node3(x_65, x_104, x_59, x_103, x_97); -x_106 = lean_box(2); -x_107 = l_Lean_Syntax_mkStrLit(x_61, x_106); -lean_dec(x_61); -lean_inc(x_65); -x_108 = l_Lean_Syntax_node2(x_65, x_100, x_105, x_107); -x_109 = l_Lean_Syntax_node2(x_65, x_102, x_77, x_108); -lean_ctor_set(x_67, 0, x_109); -return x_67; +x_89 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; +x_90 = l_Lean_addMacroScope(x_69, x_89, x_64); +x_91 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; +x_92 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; +lean_inc(x_63); +x_93 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_93, 0, x_63); +lean_ctor_set(x_93, 1, x_91); +lean_ctor_set(x_93, 2, x_90); +lean_ctor_set(x_93, 3, x_92); +x_94 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_63); +x_95 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_95, 0, x_63); +lean_ctor_set(x_95, 1, x_94); +x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__29; +lean_inc(x_95); +lean_inc(x_57); +lean_inc(x_63); +x_97 = l_Lean_Syntax_node5(x_63, x_96, x_57, x_86, x_88, x_93, x_95); +x_98 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_63); +x_99 = l_Lean_Syntax_node2(x_63, x_98, x_82, x_97); +x_100 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_63); +x_101 = l_Lean_Syntax_node2(x_63, x_100, x_81, x_99); +x_102 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_63); +x_103 = l_Lean_Syntax_node3(x_63, x_102, x_57, x_101, x_95); +x_104 = lean_box(2); +x_105 = l_Lean_Syntax_mkStrLit(x_59, x_104); +lean_dec(x_59); +lean_inc(x_63); +x_106 = l_Lean_Syntax_node2(x_63, x_98, x_103, x_105); +x_107 = l_Lean_Syntax_node2(x_63, x_100, x_75, x_106); +lean_ctor_set(x_65, 0, x_107); +return x_65; } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_110 = lean_ctor_get(x_67, 0); -x_111 = lean_ctor_get(x_67, 1); -lean_inc(x_111); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_108 = lean_ctor_get(x_65, 0); +x_109 = lean_ctor_get(x_65, 1); +lean_inc(x_109); +lean_inc(x_108); +lean_dec(x_65); +x_110 = lean_ctor_get(x_108, 0); lean_inc(x_110); -lean_dec(x_67); -x_112 = lean_ctor_get(x_110, 0); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_environment_main_module(x_112); -x_114 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; -lean_inc(x_66); -lean_inc(x_113); -x_115 = l_Lean_addMacroScope(x_113, x_114, x_66); -x_116 = lean_box(0); -x_117 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__10; -x_118 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__17; -lean_inc(x_65); -x_119 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_119, 0, x_65); -lean_ctor_set(x_119, 1, x_117); -lean_ctor_set(x_119, 2, x_115); -lean_ctor_set(x_119, 3, x_118); -x_120 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_65); -lean_ctor_set(x_59, 1, x_120); -lean_ctor_set(x_59, 0, x_65); -x_121 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; -lean_inc(x_66); -lean_inc(x_113); -x_122 = l_Lean_addMacroScope(x_113, x_121, x_66); -x_123 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__19; -x_124 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; -lean_inc(x_65); -x_125 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_125, 0, x_65); -lean_ctor_set(x_125, 1, x_123); -lean_ctor_set(x_125, 2, x_122); -lean_ctor_set(x_125, 3, x_124); -x_126 = l_Lean_Syntax_getAntiquotTerm(x_1); +lean_dec(x_108); +x_111 = lean_environment_main_module(x_110); +x_112 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; +lean_inc(x_64); +lean_inc(x_111); +x_113 = l_Lean_addMacroScope(x_111, x_112, x_64); +x_114 = lean_box(0); +x_115 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__10; +x_116 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__17; +lean_inc(x_63); +x_117 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_117, 0, x_63); +lean_ctor_set(x_117, 1, x_115); +lean_ctor_set(x_117, 2, x_113); +lean_ctor_set(x_117, 3, x_116); +x_118 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_63); +lean_ctor_set(x_57, 1, x_118); +lean_ctor_set(x_57, 0, x_63); +x_119 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; +lean_inc(x_64); +lean_inc(x_111); +x_120 = l_Lean_addMacroScope(x_111, x_119, x_64); +x_121 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__19; +x_122 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; +lean_inc(x_63); +x_123 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_123, 0, x_63); +lean_ctor_set(x_123, 1, x_121); +lean_ctor_set(x_123, 2, x_120); +lean_ctor_set(x_123, 3, x_122); +x_124 = l_Lean_Syntax_getAntiquotTerm(x_1); lean_dec(x_1); -x_127 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; -lean_inc(x_66); -lean_inc(x_113); -x_128 = l_Lean_addMacroScope(x_113, x_127, x_66); -x_129 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; -lean_inc(x_65); -x_130 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_130, 0, x_65); +x_125 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; +lean_inc(x_64); +lean_inc(x_111); +x_126 = l_Lean_addMacroScope(x_111, x_125, x_64); +x_127 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; +lean_inc(x_63); +x_128 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_128, 0, x_63); +lean_ctor_set(x_128, 1, x_127); +lean_ctor_set(x_128, 2, x_126); +lean_ctor_set(x_128, 3, x_114); +x_129 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_63); +x_130 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_130, 0, x_63); lean_ctor_set(x_130, 1, x_129); -lean_ctor_set(x_130, 2, x_128); -lean_ctor_set(x_130, 3, x_116); -x_131 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_65); -x_132 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_132, 0, x_65); -lean_ctor_set(x_132, 1, x_131); -x_133 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; -x_134 = l_Lean_addMacroScope(x_113, x_133, x_66); -x_135 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; -x_136 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; -lean_inc(x_65); -x_137 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_137, 0, x_65); -lean_ctor_set(x_137, 1, x_135); -lean_ctor_set(x_137, 2, x_134); -lean_ctor_set(x_137, 3, x_136); -x_138 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_65); -x_139 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_139, 0, x_65); -lean_ctor_set(x_139, 1, x_138); -x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__29; -lean_inc(x_139); -lean_inc(x_59); -lean_inc(x_65); -x_141 = l_Lean_Syntax_node5(x_65, x_140, x_59, x_130, x_132, x_137, x_139); -x_142 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_65); -x_143 = l_Lean_Syntax_node2(x_65, x_142, x_126, x_141); -x_144 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_65); -x_145 = l_Lean_Syntax_node2(x_65, x_144, x_125, x_143); -x_146 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_65); -x_147 = l_Lean_Syntax_node3(x_65, x_146, x_59, x_145, x_139); -x_148 = lean_box(2); -x_149 = l_Lean_Syntax_mkStrLit(x_61, x_148); -lean_dec(x_61); -lean_inc(x_65); -x_150 = l_Lean_Syntax_node2(x_65, x_142, x_147, x_149); -x_151 = l_Lean_Syntax_node2(x_65, x_144, x_119, x_150); -x_152 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_111); -return x_152; +x_131 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; +x_132 = l_Lean_addMacroScope(x_111, x_131, x_64); +x_133 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; +x_134 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; +lean_inc(x_63); +x_135 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_135, 0, x_63); +lean_ctor_set(x_135, 1, x_133); +lean_ctor_set(x_135, 2, x_132); +lean_ctor_set(x_135, 3, x_134); +x_136 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_63); +x_137 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_137, 0, x_63); +lean_ctor_set(x_137, 1, x_136); +x_138 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__29; +lean_inc(x_137); +lean_inc(x_57); +lean_inc(x_63); +x_139 = l_Lean_Syntax_node5(x_63, x_138, x_57, x_128, x_130, x_135, x_137); +x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_63); +x_141 = l_Lean_Syntax_node2(x_63, x_140, x_124, x_139); +x_142 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_63); +x_143 = l_Lean_Syntax_node2(x_63, x_142, x_123, x_141); +x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_63); +x_145 = l_Lean_Syntax_node3(x_63, x_144, x_57, x_143, x_137); +x_146 = lean_box(2); +x_147 = l_Lean_Syntax_mkStrLit(x_59, x_146); +lean_dec(x_59); +lean_inc(x_63); +x_148 = l_Lean_Syntax_node2(x_63, x_140, x_145, x_147); +x_149 = l_Lean_Syntax_node2(x_63, x_142, x_117, x_148); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_150, 1, x_109); +return x_150; } } else { -lean_object* x_153; lean_object* x_154; uint8_t x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; -x_153 = lean_ctor_get(x_59, 1); -lean_inc(x_153); -lean_dec(x_59); -x_154 = lean_ctor_get(x_8, 5); -lean_inc(x_154); -x_155 = 0; -x_156 = l_Lean_SourceInfo_fromRef(x_154, x_155); -x_157 = lean_ctor_get(x_8, 10); -lean_inc(x_157); +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; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_151 = lean_ctor_get(x_57, 1); +lean_inc(x_151); +lean_dec(x_57); +x_152 = lean_ctor_get(x_8, 5); +lean_inc(x_152); +x_153 = 0; +x_154 = l_Lean_SourceInfo_fromRef(x_152, x_153); +x_155 = lean_ctor_get(x_8, 10); +lean_inc(x_155); lean_dec(x_8); -x_158 = lean_st_ref_get(x_9, x_10); +x_156 = lean_st_ref_get(x_9, x_10); lean_dec(x_9); -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - x_161 = x_158; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_159 = x_156; } else { - lean_dec_ref(x_158); - x_161 = lean_box(0); + lean_dec_ref(x_156); + x_159 = lean_box(0); } -x_162 = lean_ctor_get(x_159, 0); -lean_inc(x_162); -lean_dec(x_159); -x_163 = lean_environment_main_module(x_162); -x_164 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; -lean_inc(x_157); -lean_inc(x_163); -x_165 = l_Lean_addMacroScope(x_163, x_164, x_157); -x_166 = lean_box(0); -x_167 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__10; -x_168 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__17; -lean_inc(x_156); -x_169 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_169, 0, x_156); -lean_ctor_set(x_169, 1, x_167); -lean_ctor_set(x_169, 2, x_165); -lean_ctor_set(x_169, 3, x_168); -x_170 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_156); -x_171 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_171, 0, x_156); -lean_ctor_set(x_171, 1, x_170); -x_172 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; -lean_inc(x_157); -lean_inc(x_163); -x_173 = l_Lean_addMacroScope(x_163, x_172, x_157); -x_174 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__19; -x_175 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; -lean_inc(x_156); -x_176 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_176, 0, x_156); -lean_ctor_set(x_176, 1, x_174); -lean_ctor_set(x_176, 2, x_173); -lean_ctor_set(x_176, 3, x_175); -x_177 = l_Lean_Syntax_getAntiquotTerm(x_1); +x_160 = lean_ctor_get(x_157, 0); +lean_inc(x_160); +lean_dec(x_157); +x_161 = lean_environment_main_module(x_160); +x_162 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__12; +lean_inc(x_155); +lean_inc(x_161); +x_163 = l_Lean_addMacroScope(x_161, x_162, x_155); +x_164 = lean_box(0); +x_165 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__10; +x_166 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__17; +lean_inc(x_154); +x_167 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_167, 0, x_154); +lean_ctor_set(x_167, 1, x_165); +lean_ctor_set(x_167, 2, x_163); +lean_ctor_set(x_167, 3, x_166); +x_168 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_154); +x_169 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_169, 0, x_154); +lean_ctor_set(x_169, 1, x_168); +x_170 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__22; +lean_inc(x_155); +lean_inc(x_161); +x_171 = l_Lean_addMacroScope(x_161, x_170, x_155); +x_172 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__19; +x_173 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__27; +lean_inc(x_154); +x_174 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_174, 0, x_154); +lean_ctor_set(x_174, 1, x_172); +lean_ctor_set(x_174, 2, x_171); +lean_ctor_set(x_174, 3, x_173); +x_175 = l_Lean_Syntax_getAntiquotTerm(x_1); lean_dec(x_1); -x_178 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; -lean_inc(x_157); -lean_inc(x_163); -x_179 = l_Lean_addMacroScope(x_163, x_178, x_157); -x_180 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; -lean_inc(x_156); -x_181 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_181, 0, x_156); +x_176 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__32; +lean_inc(x_155); +lean_inc(x_161); +x_177 = l_Lean_addMacroScope(x_161, x_176, x_155); +x_178 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__31; +lean_inc(x_154); +x_179 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_179, 0, x_154); +lean_ctor_set(x_179, 1, x_178); +lean_ctor_set(x_179, 2, x_177); +lean_ctor_set(x_179, 3, x_164); +x_180 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_154); +x_181 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_181, 0, x_154); lean_ctor_set(x_181, 1, x_180); -lean_ctor_set(x_181, 2, x_179); -lean_ctor_set(x_181, 3, x_166); -x_182 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_156); -x_183 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_183, 0, x_156); -lean_ctor_set(x_183, 1, x_182); -x_184 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; -x_185 = l_Lean_addMacroScope(x_163, x_184, x_157); -x_186 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; -x_187 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; -lean_inc(x_156); -x_188 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_188, 0, x_156); -lean_ctor_set(x_188, 1, x_186); -lean_ctor_set(x_188, 2, x_185); -lean_ctor_set(x_188, 3, x_187); -x_189 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_156); -x_190 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_190, 0, x_156); -lean_ctor_set(x_190, 1, x_189); -x_191 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__29; -lean_inc(x_190); -lean_inc(x_171); -lean_inc(x_156); -x_192 = l_Lean_Syntax_node5(x_156, x_191, x_171, x_181, x_183, x_188, x_190); -x_193 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_156); -x_194 = l_Lean_Syntax_node2(x_156, x_193, x_177, x_192); -x_195 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_156); -x_196 = l_Lean_Syntax_node2(x_156, x_195, x_176, x_194); -x_197 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; -lean_inc(x_156); -x_198 = l_Lean_Syntax_node3(x_156, x_197, x_171, x_196, x_190); -x_199 = lean_box(2); -x_200 = l_Lean_Syntax_mkStrLit(x_153, x_199); -lean_dec(x_153); -lean_inc(x_156); -x_201 = l_Lean_Syntax_node2(x_156, x_193, x_198, x_200); -x_202 = l_Lean_Syntax_node2(x_156, x_195, x_169, x_201); -if (lean_is_scalar(x_161)) { - x_203 = lean_alloc_ctor(0, 2, 0); +x_182 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__35; +x_183 = l_Lean_addMacroScope(x_161, x_182, x_155); +x_184 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__34; +x_185 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__39; +lean_inc(x_154); +x_186 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_186, 0, x_154); +lean_ctor_set(x_186, 1, x_184); +lean_ctor_set(x_186, 2, x_183); +lean_ctor_set(x_186, 3, x_185); +x_187 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_154); +x_188 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_188, 0, x_154); +lean_ctor_set(x_188, 1, x_187); +x_189 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__29; +lean_inc(x_188); +lean_inc(x_169); +lean_inc(x_154); +x_190 = l_Lean_Syntax_node5(x_154, x_189, x_169, x_179, x_181, x_186, x_188); +x_191 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_154); +x_192 = l_Lean_Syntax_node2(x_154, x_191, x_175, x_190); +x_193 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_154); +x_194 = l_Lean_Syntax_node2(x_154, x_193, x_174, x_192); +x_195 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; +lean_inc(x_154); +x_196 = l_Lean_Syntax_node3(x_154, x_195, x_169, x_194, x_188); +x_197 = lean_box(2); +x_198 = l_Lean_Syntax_mkStrLit(x_151, x_197); +lean_dec(x_151); +lean_inc(x_154); +x_199 = l_Lean_Syntax_node2(x_154, x_191, x_196, x_198); +x_200 = l_Lean_Syntax_node2(x_154, x_193, x_167, x_199); +if (lean_is_scalar(x_159)) { + x_201 = lean_alloc_ctor(0, 2, 0); } else { - x_203 = x_161; + x_201 = x_159; +} +lean_ctor_set(x_201, 0, x_200); +lean_ctor_set(x_201, 1, x_158); +return x_201; +} } -lean_ctor_set(x_203, 0, x_202); -lean_ctor_set(x_203, 1, x_160); +else +{ +lean_object* x_202; lean_object* x_203; +lean_dec(x_57); +x_202 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__8; +x_203 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(x_1, x_202, x_4, x_5, x_6, x_7, x_8, x_9, x_10); return x_203; } } +} +block_262: +{ +if (x_205 == 0) +{ +uint8_t x_206; +lean_inc(x_1); +x_206 = l_Lean_Syntax_isTokenAntiquot(x_1); +if (x_206 == 0) +{ +uint8_t x_207; +x_207 = 0; +x_47 = x_207; +goto block_204; +} else { -lean_object* x_204; lean_object* x_205; -lean_dec(x_59); -x_204 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__8; -x_205 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__24(x_1, x_204, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_205; +uint8_t x_208; +x_208 = l_Lean_Syntax_isEscapedAntiquot(x_1); +if (x_208 == 0) +{ +uint8_t x_209; +x_209 = 1; +x_47 = x_209; +goto block_204; +} +else +{ +uint8_t x_210; +x_210 = 0; +x_47 = x_210; +goto block_204; +} +} +} +else +{ +lean_object* x_211; lean_object* x_212; uint8_t x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; uint8_t x_217; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_inc(x_1); +x_211 = l_Lean_Syntax_antiquotKinds(x_1); +x_212 = lean_ctor_get(x_8, 5); +lean_inc(x_212); +x_213 = 0; +x_214 = l_Lean_SourceInfo_fromRef(x_212, x_213); +x_215 = lean_ctor_get(x_8, 10); +lean_inc(x_215); +lean_dec(x_8); +x_216 = lean_st_ref_get(x_9, x_10); +lean_dec(x_9); +x_217 = !lean_is_exclusive(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_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; +x_218 = lean_ctor_get(x_216, 0); +x_219 = lean_ctor_get(x_218, 0); +lean_inc(x_219); +lean_dec(x_218); +x_220 = lean_environment_main_module(x_219); +x_221 = lean_box(0); +x_222 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_214); +x_223 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_223, 0, x_214); +lean_ctor_set(x_223, 1, x_222); +x_224 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48; +x_225 = l_Lean_addMacroScope(x_220, x_224, x_215); +x_226 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46; +x_227 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51; +lean_inc(x_214); +x_228 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_228, 0, x_214); +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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_214); +x_230 = l_Lean_Syntax_node2(x_214, x_229, x_223, x_228); +x_231 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(x_211, x_221); +x_232 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_231); +x_233 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_234 = l_Lean_Syntax_getAntiquotTerm(x_233); +lean_dec(x_233); +x_235 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_214); +x_236 = l_Lean_Syntax_node2(x_214, x_235, x_232, x_234); +x_237 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_238 = l_Lean_Syntax_node2(x_214, x_237, x_230, x_236); +lean_ctor_set(x_216, 0, x_238); +return x_216; +} +else +{ +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; +x_239 = lean_ctor_get(x_216, 0); +x_240 = lean_ctor_get(x_216, 1); +lean_inc(x_240); +lean_inc(x_239); +lean_dec(x_216); +x_241 = lean_ctor_get(x_239, 0); +lean_inc(x_241); +lean_dec(x_239); +x_242 = lean_environment_main_module(x_241); +x_243 = lean_box(0); +x_244 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; +lean_inc(x_214); +x_245 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_245, 0, x_214); +lean_ctor_set(x_245, 1, x_244); +x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48; +x_247 = l_Lean_addMacroScope(x_242, x_246, x_215); +x_248 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46; +x_249 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51; +lean_inc(x_214); +x_250 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_250, 0, x_214); +lean_ctor_set(x_250, 1, x_248); +lean_ctor_set(x_250, 2, x_247); +lean_ctor_set(x_250, 3, x_249); +x_251 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; +lean_inc(x_214); +x_252 = l_Lean_Syntax_node2(x_214, x_251, x_245, x_250); +x_253 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(x_211, x_243); +x_254 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_253); +x_255 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_256 = l_Lean_Syntax_getAntiquotTerm(x_255); +lean_dec(x_255); +x_257 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_214); +x_258 = l_Lean_Syntax_node2(x_214, x_257, x_254, x_256); +x_259 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_260 = l_Lean_Syntax_node2(x_214, x_259, x_252, x_258); +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_260); +lean_ctor_set(x_261, 1, x_240); +return x_261; +} } } } @@ -13489,7 +12731,7 @@ lean_dec(x_15); x_17 = 1; lean_inc(x_9); lean_inc(x_1); -x_18 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26(x_1, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +x_18 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(x_1, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_14); 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; lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; @@ -13500,8 +12742,8 @@ lean_inc(x_20); lean_dec(x_18); x_21 = l_List_appendTR___rarg(x_13, x_16); x_22 = lean_box(0); -x_23 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__27(x_21, x_22); -x_24 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__28(x_19, x_22); +x_23 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(x_21, x_22); +x_24 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(x_19, x_22); x_25 = l_List_appendTR___rarg(x_23, x_24); x_26 = l_List_appendTR___rarg(x_25, x_2); lean_inc(x_1); @@ -13580,7 +12822,7 @@ lean_ctor_set(x_46, 0, x_30); lean_ctor_set(x_46, 1, x_45); lean_ctor_set(x_46, 2, x_44); lean_ctor_set(x_46, 3, x_22); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_30); x_48 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_48, 0, x_30); @@ -13623,15 +12865,15 @@ x_63 = l_Lean_Syntax_node3(x_30, x_62, x_57, x_33, x_61); x_64 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_30); x_65 = l_Lean_Syntax_node2(x_30, x_64, x_53, x_63); -x_66 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_66 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_30); x_67 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_67, 0, x_30); lean_ctor_set(x_67, 1, x_66); -x_68 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_68 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_30); x_69 = l_Lean_Syntax_node3(x_30, x_68, x_48, x_65, x_67); -x_70 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(x_26); +x_70 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_26); x_71 = lean_ctor_get(x_3, 0); x_72 = lean_ctor_get(x_3, 1); x_73 = lean_ctor_get(x_3, 2); @@ -13684,7 +12926,7 @@ lean_ctor_set(x_95, 0, x_30); lean_ctor_set(x_95, 1, x_94); lean_ctor_set(x_95, 2, x_93); lean_ctor_set(x_95, 3, x_22); -x_96 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_96 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_30); x_97 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_97, 0, x_30); @@ -13727,15 +12969,15 @@ x_112 = l_Lean_Syntax_node3(x_30, x_111, x_106, x_33, x_110); x_113 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_30); x_114 = l_Lean_Syntax_node2(x_30, x_113, x_102, x_112); -x_115 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_115 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_30); x_116 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_116, 0, x_30); lean_ctor_set(x_116, 1, x_115); -x_117 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_117 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_30); x_118 = l_Lean_Syntax_node3(x_30, x_117, x_97, x_114, x_116); -x_119 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(x_26); +x_119 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_26); x_120 = lean_ctor_get(x_3, 0); x_121 = lean_ctor_get(x_3, 1); x_122 = lean_ctor_get(x_3, 2); @@ -13789,14 +13031,6 @@ return x_149; static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1() { _start: { -lean_object* x_1; -x_1 = l_Lean_Elab_Term_Quotation_hygiene; -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__5; @@ -13806,11 +13040,11 @@ lean_ctor_set(x_3, 1, x_1); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3() { +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2; +x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__8; x_3 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -13818,6 +13052,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_Term_Quotation_hygiene; +return x_1; +} +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax(lean_object* x_1, lean_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: { @@ -14033,22 +13275,58 @@ return x_74; } default: { -uint8_t x_75; -x_75 = !lean_is_exclusive(x_1); -if (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; uint8_t x_82; -x_76 = lean_ctor_get(x_1, 1); -x_77 = lean_ctor_get(x_1, 2); -x_78 = lean_ctor_get(x_1, 3); -x_79 = lean_ctor_get(x_1, 0); +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_object* x_179; uint8_t x_180; +x_75 = lean_ctor_get(x_1, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_1, 2); +lean_inc(x_76); +x_77 = lean_ctor_get(x_1, 3); +lean_inc(x_77); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + lean_ctor_release(x_1, 1); + lean_ctor_release(x_1, 2); + lean_ctor_release(x_1, 3); + x_78 = x_1; +} else { + lean_dec_ref(x_1); + x_78 = lean_box(0); +} +x_79 = lean_ctor_get(x_6, 2); +lean_inc(x_79); +x_179 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3; +x_180 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_79, x_179); lean_dec(x_79); -x_80 = lean_ctor_get(x_6, 2); -lean_inc(x_80); -x_81 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; -x_82 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_80, x_81); -lean_dec(x_80); -if (x_82 == 0) +if (x_180 == 0) +{ +uint8_t x_181; +x_181 = 1; +x_80 = x_181; +goto block_178; +} +else +{ +uint8_t x_182; +x_182 = 0; +x_80 = x_182; +goto block_178; +} +block_178: +{ +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; +lean_dec(x_78); +x_81 = lean_box(0); +x_82 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2(x_76, x_77, x_75, x_81, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_75); +return x_82; +} +else { lean_object* x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; lean_dec(x_5); @@ -14067,7 +13345,7 @@ lean_dec(x_7); x_88 = !lean_is_exclusive(x_87); if (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; 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_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; x_89 = lean_ctor_get(x_87, 0); x_90 = lean_ctor_get(x_89, 0); lean_inc(x_90); @@ -14079,348 +13357,190 @@ lean_inc(x_91); x_93 = l_Lean_addMacroScope(x_91, x_92, x_86); x_94 = lean_box(0); x_95 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__2; -x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3; +x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2; lean_inc(x_85); -lean_ctor_set(x_1, 3, x_96); -lean_ctor_set(x_1, 2, x_93); -lean_ctor_set(x_1, 1, x_95); -lean_ctor_set(x_1, 0, x_85); -x_97 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; -x_98 = l_Lean_addMacroScope(x_91, x_97, x_86); -x_99 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__12; +if (lean_is_scalar(x_78)) { + x_97 = lean_alloc_ctor(3, 4, 0); +} else { + x_97 = x_78; +} +lean_ctor_set(x_97, 0, x_85); +lean_ctor_set(x_97, 1, x_95); +lean_ctor_set(x_97, 2, x_93); +lean_ctor_set(x_97, 3, x_96); +x_98 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; +x_99 = l_Lean_addMacroScope(x_91, x_98, x_86); +x_100 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__12; lean_inc(x_85); -x_100 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_100, 0, x_85); -lean_ctor_set(x_100, 1, x_99); -lean_ctor_set(x_100, 2, x_98); -lean_ctor_set(x_100, 3, x_94); -lean_inc(x_77); -x_101 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_94, x_77); -x_102 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(x_78); -x_103 = lean_ctor_get(x_76, 0); -lean_inc(x_103); -x_104 = lean_ctor_get(x_76, 1); +x_101 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_101, 0, x_85); +lean_ctor_set(x_101, 1, x_100); +lean_ctor_set(x_101, 2, x_99); +lean_ctor_set(x_101, 3, x_94); +lean_inc(x_76); +x_102 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_94, x_76); +x_103 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_77); +x_104 = lean_ctor_get(x_75, 0); lean_inc(x_104); -x_105 = lean_ctor_get(x_76, 2); +x_105 = lean_ctor_get(x_75, 1); lean_inc(x_105); -lean_dec(x_76); -x_106 = lean_string_utf8_extract(x_103, x_104, x_105); +x_106 = lean_ctor_get(x_75, 2); +lean_inc(x_106); +lean_dec(x_75); +x_107 = lean_string_utf8_extract(x_104, x_105, x_106); +lean_dec(x_106); lean_dec(x_105); lean_dec(x_104); -lean_dec(x_103); -x_107 = lean_box(2); -x_108 = l_Lean_Syntax_mkStrLit(x_106, x_107); -lean_dec(x_106); -x_109 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__3; -x_110 = lean_array_push(x_109, x_108); -x_111 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__12; -x_112 = l_Lean_Syntax_mkCApp(x_111, x_110); -if (lean_obj_tag(x_101) == 0) -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_113 = l_Lean_quoteNameMk(x_77); -x_114 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +x_108 = lean_box(2); +x_109 = l_Lean_Syntax_mkStrLit(x_107, x_108); +lean_dec(x_107); +x_110 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__3; +x_111 = lean_array_push(x_110, x_109); +x_112 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__12; +x_113 = l_Lean_Syntax_mkCApp(x_112, x_111); +if (lean_obj_tag(x_102) == 0) +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_114 = l_Lean_quoteNameMk(x_76); +x_115 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; lean_inc(x_85); -x_115 = l_Lean_Syntax_node4(x_85, x_114, x_100, x_112, x_113, x_102); -x_116 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_117 = l_Lean_Syntax_node2(x_85, x_116, x_1, x_115); -lean_ctor_set(x_87, 0, x_117); +x_116 = l_Lean_Syntax_node4(x_85, x_115, x_101, x_113, x_114, x_103); +x_117 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_118 = l_Lean_Syntax_node2(x_85, x_117, x_97, x_116); +lean_ctor_set(x_87, 0, x_118); return x_87; } else { -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_dec(x_77); -x_118 = lean_ctor_get(x_101, 0); -lean_inc(x_118); -lean_dec(x_101); -x_119 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; -x_120 = l_String_intercalate(x_119, x_118); -x_121 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__91; -x_122 = lean_string_append(x_121, x_120); -lean_dec(x_120); -x_123 = l_Lean_Syntax_mkNameLit(x_122, x_107); -x_124 = lean_array_push(x_109, x_123); -x_125 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__89; -x_126 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_126, 0, x_107); -lean_ctor_set(x_126, 1, x_125); -lean_ctor_set(x_126, 2, x_124); -x_127 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +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_dec(x_76); +x_119 = lean_ctor_get(x_102, 0); +lean_inc(x_119); +lean_dec(x_102); +x_120 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; +x_121 = l_String_intercalate(x_120, x_119); +x_122 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__91; +x_123 = lean_string_append(x_122, x_121); +lean_dec(x_121); +x_124 = l_Lean_Syntax_mkNameLit(x_123, x_108); +x_125 = lean_array_push(x_110, x_124); +x_126 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__89; +x_127 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_127, 0, x_108); +lean_ctor_set(x_127, 1, x_126); +lean_ctor_set(x_127, 2, x_125); +x_128 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; lean_inc(x_85); -x_128 = l_Lean_Syntax_node4(x_85, x_127, x_100, x_112, x_126, x_102); -x_129 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_130 = l_Lean_Syntax_node2(x_85, x_129, x_1, x_128); -lean_ctor_set(x_87, 0, x_130); +x_129 = l_Lean_Syntax_node4(x_85, x_128, x_101, x_113, x_127, x_103); +x_130 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_131 = l_Lean_Syntax_node2(x_85, x_130, x_97, x_129); +lean_ctor_set(x_87, 0, x_131); return x_87; } } else { -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; -x_131 = lean_ctor_get(x_87, 0); -x_132 = lean_ctor_get(x_87, 1); +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; +x_132 = lean_ctor_get(x_87, 0); +x_133 = lean_ctor_get(x_87, 1); +lean_inc(x_133); lean_inc(x_132); -lean_inc(x_131); lean_dec(x_87); -x_133 = lean_ctor_get(x_131, 0); -lean_inc(x_133); -lean_dec(x_131); -x_134 = lean_environment_main_module(x_133); -x_135 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__4; -lean_inc(x_86); +x_134 = lean_ctor_get(x_132, 0); lean_inc(x_134); -x_136 = l_Lean_addMacroScope(x_134, x_135, x_86); -x_137 = lean_box(0); -x_138 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__2; -x_139 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3; +lean_dec(x_132); +x_135 = lean_environment_main_module(x_134); +x_136 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__4; +lean_inc(x_86); +lean_inc(x_135); +x_137 = l_Lean_addMacroScope(x_135, x_136, x_86); +x_138 = lean_box(0); +x_139 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__2; +x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__2; lean_inc(x_85); -lean_ctor_set(x_1, 3, x_139); -lean_ctor_set(x_1, 2, x_136); -lean_ctor_set(x_1, 1, x_138); -lean_ctor_set(x_1, 0, x_85); -x_140 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; -x_141 = l_Lean_addMacroScope(x_134, x_140, x_86); -x_142 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__12; +if (lean_is_scalar(x_78)) { + x_141 = lean_alloc_ctor(3, 4, 0); +} else { + x_141 = x_78; +} +lean_ctor_set(x_141, 0, x_85); +lean_ctor_set(x_141, 1, x_139); +lean_ctor_set(x_141, 2, x_137); +lean_ctor_set(x_141, 3, x_140); +x_142 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; +x_143 = l_Lean_addMacroScope(x_135, x_142, x_86); +x_144 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__12; lean_inc(x_85); -x_143 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_143, 0, x_85); -lean_ctor_set(x_143, 1, x_142); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_137); -lean_inc(x_77); -x_144 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_137, x_77); -x_145 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(x_78); -x_146 = lean_ctor_get(x_76, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_76, 1); -lean_inc(x_147); -x_148 = lean_ctor_get(x_76, 2); +x_145 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_145, 0, x_85); +lean_ctor_set(x_145, 1, x_144); +lean_ctor_set(x_145, 2, x_143); +lean_ctor_set(x_145, 3, x_138); +lean_inc(x_76); +x_146 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_138, x_76); +x_147 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_77); +x_148 = lean_ctor_get(x_75, 0); lean_inc(x_148); -lean_dec(x_76); -x_149 = lean_string_utf8_extract(x_146, x_147, x_148); -lean_dec(x_148); -lean_dec(x_147); -lean_dec(x_146); -x_150 = lean_box(2); -x_151 = l_Lean_Syntax_mkStrLit(x_149, x_150); +x_149 = lean_ctor_get(x_75, 1); +lean_inc(x_149); +x_150 = lean_ctor_get(x_75, 2); +lean_inc(x_150); +lean_dec(x_75); +x_151 = lean_string_utf8_extract(x_148, x_149, x_150); +lean_dec(x_150); lean_dec(x_149); -x_152 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__3; -x_153 = lean_array_push(x_152, x_151); -x_154 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__12; -x_155 = l_Lean_Syntax_mkCApp(x_154, x_153); -if (lean_obj_tag(x_144) == 0) -{ -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 = l_Lean_quoteNameMk(x_77); -x_157 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_85); -x_158 = l_Lean_Syntax_node4(x_85, x_157, x_143, x_155, x_156, x_145); -x_159 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_160 = l_Lean_Syntax_node2(x_85, x_159, x_1, x_158); -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_132); -return x_161; -} -else -{ -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_dec(x_77); -x_162 = lean_ctor_get(x_144, 0); -lean_inc(x_162); -lean_dec(x_144); -x_163 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; -x_164 = l_String_intercalate(x_163, x_162); -x_165 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__91; -x_166 = lean_string_append(x_165, x_164); -lean_dec(x_164); -x_167 = l_Lean_Syntax_mkNameLit(x_166, x_150); -x_168 = lean_array_push(x_152, x_167); -x_169 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__89; -x_170 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_170, 0, x_150); -lean_ctor_set(x_170, 1, x_169); -lean_ctor_set(x_170, 2, x_168); -x_171 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_dec(x_148); +x_152 = lean_box(2); +x_153 = l_Lean_Syntax_mkStrLit(x_151, x_152); +lean_dec(x_151); +x_154 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__3; +x_155 = lean_array_push(x_154, x_153); +x_156 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__12; +x_157 = l_Lean_Syntax_mkCApp(x_156, x_155); +if (lean_obj_tag(x_146) == 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; +x_158 = l_Lean_quoteNameMk(x_76); +x_159 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; lean_inc(x_85); -x_172 = l_Lean_Syntax_node4(x_85, x_171, x_143, x_155, x_170, x_145); -x_173 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_174 = l_Lean_Syntax_node2(x_85, x_173, x_1, x_172); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_175, 1, x_132); -return x_175; -} -} +x_160 = l_Lean_Syntax_node4(x_85, x_159, x_145, x_157, x_158, x_147); +x_161 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_162 = l_Lean_Syntax_node2(x_85, x_161, x_141, x_160); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_133); +return x_163; } else { -lean_object* x_176; lean_object* x_177; -lean_free_object(x_1); -x_176 = lean_box(0); -x_177 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2(x_77, x_78, x_76, x_176, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +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_dec(x_76); +x_164 = lean_ctor_get(x_146, 0); +lean_inc(x_164); +lean_dec(x_146); +x_165 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; +x_166 = l_String_intercalate(x_165, x_164); +x_167 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__91; +x_168 = lean_string_append(x_167, x_166); +lean_dec(x_166); +x_169 = l_Lean_Syntax_mkNameLit(x_168, x_152); +x_170 = lean_array_push(x_154, x_169); +x_171 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__89; +x_172 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_172, 0, x_152); +lean_ctor_set(x_172, 1, x_171); +lean_ctor_set(x_172, 2, x_170); +x_173 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_85); +x_174 = l_Lean_Syntax_node4(x_85, x_173, x_145, x_157, x_172, x_147); +x_175 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +x_176 = l_Lean_Syntax_node2(x_85, x_175, x_141, x_174); +x_177 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_177, 1, x_133); return x_177; } } -else -{ -lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; uint8_t x_183; -x_178 = lean_ctor_get(x_1, 1); -x_179 = lean_ctor_get(x_1, 2); -x_180 = lean_ctor_get(x_1, 3); -lean_inc(x_180); -lean_inc(x_179); -lean_inc(x_178); -lean_dec(x_1); -x_181 = lean_ctor_get(x_6, 2); -lean_inc(x_181); -x_182 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__1; -x_183 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_181, x_182); -lean_dec(x_181); -if (x_183 == 0) -{ -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; 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_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_184 = lean_ctor_get(x_6, 5); -lean_inc(x_184); -x_185 = 0; -x_186 = l_Lean_SourceInfo_fromRef(x_184, x_185); -x_187 = lean_ctor_get(x_6, 10); -lean_inc(x_187); -lean_dec(x_6); -x_188 = lean_st_ref_get(x_7, x_8); -lean_dec(x_7); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -if (lean_is_exclusive(x_188)) { - lean_ctor_release(x_188, 0); - lean_ctor_release(x_188, 1); - x_191 = x_188; -} else { - lean_dec_ref(x_188); - x_191 = lean_box(0); -} -x_192 = lean_ctor_get(x_189, 0); -lean_inc(x_192); -lean_dec(x_189); -x_193 = lean_environment_main_module(x_192); -x_194 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__4; -lean_inc(x_187); -lean_inc(x_193); -x_195 = l_Lean_addMacroScope(x_193, x_194, x_187); -x_196 = lean_box(0); -x_197 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__2; -x_198 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___closed__3; -lean_inc(x_186); -x_199 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_199, 0, x_186); -lean_ctor_set(x_199, 1, x_197); -lean_ctor_set(x_199, 2, x_195); -lean_ctor_set(x_199, 3, x_198); -x_200 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__13; -x_201 = l_Lean_addMacroScope(x_193, x_200, x_187); -x_202 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__12; -lean_inc(x_186); -x_203 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_203, 0, x_186); -lean_ctor_set(x_203, 1, x_202); -lean_ctor_set(x_203, 2, x_201); -lean_ctor_set(x_203, 3, x_196); -lean_inc(x_179); -x_204 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_196, x_179); -x_205 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__29(x_180); -x_206 = lean_ctor_get(x_178, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_178, 1); -lean_inc(x_207); -x_208 = lean_ctor_get(x_178, 2); -lean_inc(x_208); -lean_dec(x_178); -x_209 = lean_string_utf8_extract(x_206, x_207, x_208); -lean_dec(x_208); -lean_dec(x_207); -lean_dec(x_206); -x_210 = lean_box(2); -x_211 = l_Lean_Syntax_mkStrLit(x_209, x_210); -lean_dec(x_209); -x_212 = l___private_Init_Meta_0__Lean_quoteArray___at_Lean_Elab_Term_Quotation_ArrayStxBuilder_build___spec__1___closed__3; -x_213 = lean_array_push(x_212, x_211); -x_214 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__12; -x_215 = l_Lean_Syntax_mkCApp(x_214, x_213); -if (lean_obj_tag(x_204) == 0) -{ -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 = l_Lean_quoteNameMk(x_179); -x_217 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_186); -x_218 = l_Lean_Syntax_node4(x_186, x_217, x_203, x_215, x_216, x_205); -x_219 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_220 = l_Lean_Syntax_node2(x_186, x_219, x_199, x_218); -if (lean_is_scalar(x_191)) { - x_221 = lean_alloc_ctor(0, 2, 0); -} else { - x_221 = x_191; -} -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_190); -return x_221; -} -else -{ -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; 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_dec(x_179); -x_222 = lean_ctor_get(x_204, 0); -lean_inc(x_222); -lean_dec(x_204); -x_223 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__90; -x_224 = l_String_intercalate(x_223, x_222); -x_225 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__91; -x_226 = lean_string_append(x_225, x_224); -lean_dec(x_224); -x_227 = l_Lean_Syntax_mkNameLit(x_226, x_210); -x_228 = lean_array_push(x_212, x_227); -x_229 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__89; -x_230 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_230, 0, x_210); -lean_ctor_set(x_230, 1, x_229); -lean_ctor_set(x_230, 2, x_228); -x_231 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_186); -x_232 = l_Lean_Syntax_node4(x_186, x_231, x_203, x_215, x_230, x_205); -x_233 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -x_234 = l_Lean_Syntax_node2(x_186, x_233, x_199, x_232); -if (lean_is_scalar(x_191)) { - x_235 = lean_alloc_ctor(0, 2, 0); -} else { - x_235 = x_191; -} -lean_ctor_set(x_235, 0, x_234); -lean_ctor_set(x_235, 1, x_190); -return x_235; -} -} -else -{ -lean_object* x_236; lean_object* x_237; -x_236 = lean_box(0); -x_237 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2(x_179, x_180, x_178, x_236, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_178); -return x_237; } } } @@ -14464,115 +13584,25 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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: -{ -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__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: -{ -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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, 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; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__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_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +size_t x_12; size_t x_13; lean_object* x_14; +x_12 = lean_unbox_usize(x_2); lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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: -{ -size_t x_13; size_t x_14; lean_object* x_15; x_13 = lean_unbox_usize(x_3); lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); +x_14 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_2); -return x_15; +lean_dec(x_5); +lean_dec(x_1); +return x_14; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___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; @@ -14580,11 +13610,11 @@ x_6 = lean_unbox_usize(x_3); lean_dec(x_3); x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(x_1, x_2, x_6, x_7, x_5); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5(x_1, x_2, x_6, x_7, x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__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) { _start: { size_t x_8; size_t x_9; lean_object* x_10; @@ -14592,11 +13622,11 @@ 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_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_1, x_2, x_3, x_4, x_8, x_9, x_7); +x_10 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6(x_1, x_2, x_3, x_4, x_8, x_9, x_7); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___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; @@ -14604,123 +13634,15 @@ 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_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7(x_1, x_5, x_6, x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { -_start: -{ -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__13(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { -_start: -{ -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_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; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__16(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17___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; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__17(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18___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; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__18(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; -} -} -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21___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_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__21(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -14729,34 +13651,17 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___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_object* x_15, lean_object* x_16) { _start: { -size_t x_18; lean_object* x_19; -x_18 = lean_unbox_usize(x_8); -lean_dec(x_8); -x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -return x_19; +size_t x_17; lean_object* x_18; +x_17 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_18 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_17, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +return x_18; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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, lean_object* x_14, lean_object* x_15) { _start: { size_t x_16; size_t x_17; size_t x_18; lean_object* x_19; @@ -14766,18 +13671,18 @@ x_17 = lean_unbox_usize(x_6); lean_dec(x_6); x_18 = lean_unbox_usize(x_7); lean_dec(x_7); -x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23(x_1, x_2, x_16, x_4, x_5, x_17, x_18, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_19 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12(x_1, x_2, x_16, x_4, x_5, x_17, x_18, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); return x_19; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25___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_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___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) { _start: { lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__25(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -14786,11 +13691,11 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___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_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___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: { lean_object* x_10; -x_10 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -14801,13 +13706,13 @@ lean_dec(x_2); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___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_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_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_2); lean_dec(x_2); -x_11 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -14832,58 +13737,79 @@ return x_12; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_addNamedQuotInfo(lean_object* x_1, lean_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 = l_Lean_Syntax_getNumArgs(x_1); -x_11 = lean_unsigned_to_nat(3u); -x_12 = lean_nat_dec_eq(x_10, x_11); -lean_dec(x_10); -if (x_12 == 0) +uint8_t x_10; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_42 = l_Lean_Syntax_getNumArgs(x_1); +x_43 = lean_unsigned_to_nat(3u); +x_44 = lean_nat_dec_eq(x_42, x_43); +lean_dec(x_42); +if (x_44 == 0) { -lean_object* x_13; +uint8_t x_45; +x_45 = 0; +x_10 = x_45; +goto block_41; +} +else +{ +lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_46 = lean_unsigned_to_nat(0u); +x_47 = l_Lean_Syntax_getArg(x_1, x_46); +x_48 = l_Lean_Syntax_isAtom(x_47); +lean_dec(x_47); +x_10 = x_48; +goto block_41; +} +block_41: +{ +if (x_10 == 0) +{ +lean_object* x_11; 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_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_2); -lean_ctor_set(x_13, 1, x_9); -return x_13; +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_2); +lean_ctor_set(x_11, 1, x_9); +return x_11; } else { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_unsigned_to_nat(0u); -x_15 = l_Lean_Syntax_getArg(x_1, x_14); -x_16 = l_Lean_Syntax_isAtom(x_15); -if (x_16 == 0) -{ -lean_object* x_17; +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_12 = lean_unsigned_to_nat(0u); +x_13 = l_Lean_Syntax_getArg(x_1, x_12); +x_14 = l_Lean_Syntax_getAtomVal(x_13); +x_15 = lean_string_length(x_14); +lean_dec(x_14); +x_16 = lean_unsigned_to_nat(3u); +x_17 = lean_nat_dec_lt(x_16, x_15); lean_dec(x_15); +if (x_17 == 0) +{ +lean_object* x_18; +lean_dec(x_13); 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_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_2); -lean_ctor_set(x_17, 1, x_9); -return x_17; +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_2); +lean_ctor_set(x_18, 1, x_9); +return x_18; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l_Lean_Syntax_getAtomVal(x_15); -x_19 = lean_string_length(x_18); -lean_dec(x_18); -x_20 = lean_nat_dec_lt(x_11, x_19); -lean_dec(x_19); -if (x_20 == 0) +uint8_t x_19; lean_object* x_20; +x_19 = 1; +x_20 = l_Lean_Syntax_getPos_x3f(x_13, x_19); +if (lean_obj_tag(x_20) == 0) { lean_object* x_21; -lean_dec(x_15); +lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -14897,13 +13823,17 @@ return x_21; } else { -uint8_t x_22; lean_object* x_23; -x_22 = 1; -x_23 = l_Lean_Syntax_getPos_x3f(x_15, x_22); +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_inc(x_22); +lean_dec(x_20); +lean_inc(x_13); +x_23 = l_Lean_Syntax_getTailPos_x3f(x_13, x_19); if (lean_obj_tag(x_23) == 0) { lean_object* x_24; -lean_dec(x_15); +lean_dec(x_22); +lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -14917,92 +13847,68 @@ return x_24; } else { -lean_object* x_25; lean_object* x_26; +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; x_25 = lean_ctor_get(x_23, 0); lean_inc(x_25); lean_dec(x_23); -lean_inc(x_15); -x_26 = l_Lean_Syntax_getTailPos_x3f(x_15, x_22); -if (lean_obj_tag(x_26) == 0) -{ -lean_object* x_27; -lean_dec(x_25); -lean_dec(x_15); -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_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_2); -lean_ctor_set(x_27, 1, x_9); -return x_27; -} -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; lean_object* x_34; lean_object* x_35; -x_28 = lean_ctor_get(x_26, 0); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_unsigned_to_nat(2u); -x_30 = lean_nat_add(x_25, x_29); +x_26 = lean_unsigned_to_nat(2u); +x_27 = lean_nat_add(x_22, x_26); +lean_dec(x_22); +x_28 = lean_unsigned_to_nat(1u); +x_29 = lean_nat_sub(x_25, x_28); lean_dec(x_25); -x_31 = lean_unsigned_to_nat(1u); -x_32 = lean_nat_sub(x_28, x_31); -lean_dec(x_28); -x_33 = lean_alloc_ctor(1, 2, 1); -lean_ctor_set(x_33, 0, x_30); -lean_ctor_set(x_33, 1, x_32); -lean_ctor_set_uint8(x_33, sizeof(void*)*2, x_22); -x_34 = l_Lean_Syntax_setInfo(x_33, x_15); +x_30 = lean_alloc_ctor(1, 2, 1); +lean_ctor_set(x_30, 0, x_27); +lean_ctor_set(x_30, 1, x_29); +lean_ctor_set_uint8(x_30, sizeof(void*)*2, x_19); +x_31 = l_Lean_Syntax_setInfo(x_30, x_13); lean_inc(x_2); -x_35 = l_Lean_Elab_Term_Quotation_tryAddSyntaxNodeKindInfo(x_34, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_35) == 0) +x_32 = l_Lean_Elab_Term_Quotation_tryAddSyntaxNodeKindInfo(x_31, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_32) == 0) { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) +uint8_t x_33; +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) { -lean_object* x_37; -x_37 = lean_ctor_get(x_35, 0); -lean_dec(x_37); -lean_ctor_set(x_35, 0, x_2); -return x_35; +lean_object* x_34; +x_34 = lean_ctor_get(x_32, 0); +lean_dec(x_34); +lean_ctor_set(x_32, 0, x_2); +return x_32; } else { -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_dec(x_35); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_2); -lean_ctor_set(x_39, 1, x_38); -return x_39; +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_32, 1); +lean_inc(x_35); +lean_dec(x_32); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_2); +lean_ctor_set(x_36, 1, x_35); +return x_36; } } else { -uint8_t x_40; +uint8_t x_37; lean_dec(x_2); -x_40 = !lean_is_exclusive(x_35); -if (x_40 == 0) +x_37 = !lean_is_exclusive(x_32); +if (x_37 == 0) { -return x_35; +return x_32; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_35, 0); -x_42 = lean_ctor_get(x_35, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_35); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_32, 0); +x_39 = lean_ctor_get(x_32, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_32); +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; } } } @@ -16074,7 +14980,7 @@ static lean_object* _init_l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47; x_2 = l_Lean_Elab_Term_Quotation_mkTuple___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -16085,7 +14991,7 @@ static lean_object* _init_l_Lean_Elab_Term_Quotation_mkSyntaxQuotation___closed_ { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47; x_3 = l_Lean_Elab_Term_Quotation_mkTuple___closed__4; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -16190,12 +15096,12 @@ lean_ctor_set(x_30, 0, x_12); lean_ctor_set(x_30, 1, x_28); lean_ctor_set(x_30, 2, x_27); lean_ctor_set(x_30, 3, x_29); -x_31 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_31 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_12); x_32 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_32, 0, x_12); lean_ctor_set(x_32, 1, x_31); -x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_12); x_34 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_34, 0, x_12); @@ -16220,7 +15126,7 @@ x_42 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_42, 0, x_12); lean_ctor_set(x_42, 1, x_39); lean_ctor_set(x_42, 2, x_41); -x_43 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_43 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_12); x_44 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_44, 0, x_12); @@ -16287,7 +15193,7 @@ lean_ctor_set(x_69, 0, x_12); lean_ctor_set(x_69, 1, x_67); lean_ctor_set(x_69, 2, x_66); lean_ctor_set(x_69, 3, x_68); -x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_12); x_71 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_71, 0, x_12); @@ -16302,12 +15208,12 @@ lean_ctor_set(x_76, 0, x_12); 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_77 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_12); x_78 = l_Lean_Syntax_node2(x_12, x_77, x_71, x_76); lean_inc(x_2); x_79 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_22, x_2); -x_80 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_80 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_12); x_81 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_81, 0, x_12); @@ -16351,7 +15257,7 @@ x_83 = l_Lean_Syntax_node2(x_12, x_39, x_82, x_1); x_84 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_12); x_85 = l_Lean_Syntax_node2(x_12, x_84, x_78, x_83); -x_86 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_86 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_81); lean_inc(x_32); lean_inc(x_12); @@ -16360,12 +15266,12 @@ lean_inc(x_12); x_88 = l_Lean_Syntax_node1(x_12, x_39, x_87); lean_inc(x_12); x_89 = l_Lean_Syntax_node2(x_12, x_84, x_69, x_88); -x_90 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_90 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_44); lean_inc(x_42); lean_inc(x_12); x_91 = l_Lean_Syntax_node4(x_12, x_90, x_64, x_42, x_44, x_89); -x_92 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_92 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_34); lean_inc(x_12); x_93 = l_Lean_Syntax_node2(x_12, x_92, x_34, x_91); @@ -18397,7 +17303,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__2; -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; x_3 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); @@ -18409,7 +17315,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__2; -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; x_3 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__1; x_4 = l_Lean_Syntax_node1(x_1, x_2, x_3); return x_4; @@ -18791,7 +17697,7 @@ static lean_object* _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotat { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__2; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; x_3 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_3, 0, x_1); lean_ctor_set(x_3, 1, x_2); @@ -19438,7 +18344,7 @@ lean_ctor_set(x_46, 0, x_28); lean_ctor_set(x_46, 1, x_45); lean_ctor_set(x_46, 2, x_44); lean_ctor_set(x_46, 3, x_5); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_28); x_48 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_48, 0, x_28); @@ -19466,7 +18372,7 @@ x_56 = l_Lean_Syntax_mkNumLit(x_54, x_55); lean_inc(x_9); lean_inc(x_28); x_57 = l_Lean_Syntax_node3(x_28, x_9, x_50, x_52, x_56); -x_58 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_58 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_28); x_59 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_59, 0, x_28); @@ -19547,7 +18453,7 @@ lean_ctor_set(x_88, 0, x_69); lean_ctor_set(x_88, 1, x_87); lean_ctor_set(x_88, 2, x_86); lean_ctor_set(x_88, 3, x_5); -x_89 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_89 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_69); x_90 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_90, 0, x_69); @@ -19575,7 +18481,7 @@ x_98 = l_Lean_Syntax_mkNumLit(x_96, x_97); lean_inc(x_9); lean_inc(x_69); x_99 = l_Lean_Syntax_node3(x_69, x_9, x_92, x_94, x_98); -x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_69); x_101 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_101, 0, x_69); @@ -19689,7 +18595,7 @@ static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quot { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__9___closed__9; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -19764,12 +18670,12 @@ lean_ctor_set(x_39, 0, x_22); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_37); lean_ctor_set(x_39, 3, x_3); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_22); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_22); @@ -19778,24 +18684,24 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_22); x_44 = l_Lean_Syntax_node1(x_22, x_4, x_5); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_22); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_32); lean_inc(x_22); x_48 = l_Lean_Syntax_node4(x_22, x_47, x_44, x_32, x_46, x_19); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_50 = l_Lean_Syntax_node2(x_22, x_49, x_43, x_48); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_22); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_54 = l_Lean_Syntax_node3(x_22, x_53, x_41, x_50, x_52); lean_inc(x_4); @@ -19896,12 +18802,12 @@ lean_ctor_set(x_39, 0, x_22); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_37); lean_ctor_set(x_39, 3, x_3); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_22); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_22); @@ -19910,24 +18816,24 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_22); x_44 = l_Lean_Syntax_node1(x_22, x_4, x_5); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_22); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_32); lean_inc(x_22); x_48 = l_Lean_Syntax_node4(x_22, x_47, x_44, x_32, x_46, x_19); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_50 = l_Lean_Syntax_node2(x_22, x_49, x_43, x_48); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_22); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_54 = l_Lean_Syntax_node3(x_22, x_53, x_41, x_50, x_52); lean_inc(x_4); @@ -20028,12 +18934,12 @@ lean_ctor_set(x_39, 0, x_22); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_37); lean_ctor_set(x_39, 3, x_3); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_22); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_22); @@ -20042,24 +18948,24 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_22); x_44 = l_Lean_Syntax_node1(x_22, x_4, x_5); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_22); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_32); lean_inc(x_22); x_48 = l_Lean_Syntax_node4(x_22, x_47, x_44, x_32, x_46, x_19); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_50 = l_Lean_Syntax_node2(x_22, x_49, x_43, x_48); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_22); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_54 = l_Lean_Syntax_node3(x_22, x_53, x_41, x_50, x_52); lean_inc(x_4); @@ -20138,11 +19044,11 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_array_uget(x_12, x_11); x_15 = lean_unsigned_to_nat(0u); x_16 = lean_array_uset(x_12, x_11, x_15); -x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; lean_inc(x_2); lean_inc(x_5); x_18 = l_Lean_addMacroScope(x_5, x_17, x_2); -x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5; +x_19 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5; lean_inc(x_3); x_20 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_20, 0, x_19); @@ -20151,7 +19057,7 @@ lean_inc(x_4); x_21 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_4); -x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; +x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; lean_inc(x_1); x_23 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_23, 0, x_1); @@ -20164,7 +19070,7 @@ x_24 = l_Lean_Syntax_node1(x_1, x_6, x_14); lean_inc(x_7); lean_inc(x_1); x_25 = l_Lean_Syntax_node2(x_1, x_7, x_23, x_24); -x_26 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_26 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_9); lean_inc(x_8); lean_inc(x_1); @@ -20248,12 +19154,12 @@ lean_ctor_set(x_39, 0, x_22); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_37); lean_ctor_set(x_39, 3, x_3); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_22); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_22); @@ -20262,24 +19168,24 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_22); x_44 = l_Lean_Syntax_node1(x_22, x_4, x_5); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_22); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_32); lean_inc(x_22); x_48 = l_Lean_Syntax_node4(x_22, x_47, x_44, x_32, x_46, x_19); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_50 = l_Lean_Syntax_node2(x_22, x_49, x_43, x_48); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_22); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_54 = l_Lean_Syntax_node3(x_22, x_53, x_41, x_50, x_52); lean_inc(x_4); @@ -20380,12 +19286,12 @@ lean_ctor_set(x_39, 0, x_22); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_37); lean_ctor_set(x_39, 3, x_3); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_22); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_22); @@ -20394,24 +19300,24 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_22); x_44 = l_Lean_Syntax_node1(x_22, x_4, x_5); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_22); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_32); lean_inc(x_22); x_48 = l_Lean_Syntax_node4(x_22, x_47, x_44, x_32, x_46, x_19); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_50 = l_Lean_Syntax_node2(x_22, x_49, x_43, x_48); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_22); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_54 = l_Lean_Syntax_node3(x_22, x_53, x_41, x_50, x_52); lean_inc(x_4); @@ -20512,12 +19418,12 @@ lean_ctor_set(x_39, 0, x_22); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_37); lean_ctor_set(x_39, 3, x_3); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_41 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_41, 0, x_22); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_22); @@ -20526,24 +19432,24 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_22); x_44 = l_Lean_Syntax_node1(x_22, x_4, x_5); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_46 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_46, 0, x_22); lean_ctor_set(x_46, 1, x_45); -x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15; +x_47 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15; lean_inc(x_32); lean_inc(x_22); x_48 = l_Lean_Syntax_node4(x_22, x_47, x_44, x_32, x_46, x_19); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_50 = l_Lean_Syntax_node2(x_22, x_49, x_43, x_48); -x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_51 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_22); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_54 = l_Lean_Syntax_node3(x_22, x_53, x_41, x_50, x_52); lean_inc(x_4); @@ -20728,7 +19634,7 @@ lean_ctor_set(x_32, 0, x_19); lean_ctor_set(x_32, 1, x_31); lean_ctor_set(x_32, 2, x_27); lean_ctor_set(x_32, 3, x_30); -x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_19); x_34 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_34, 0, x_19); @@ -20770,7 +19676,7 @@ lean_ctor_set(x_47, 3, x_3); lean_inc(x_15); lean_inc(x_2); x_48 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_2, x_15); -x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_49 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_19); x_50 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_50, 0, x_19); @@ -20785,7 +19691,7 @@ x_53 = l_Lean_Syntax_node2(x_19, x_52, x_47, x_51); x_54 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_19); x_55 = l_Lean_Syntax_node2(x_19, x_54, x_43, x_53); -x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_19); x_57 = l_Lean_Syntax_node3(x_19, x_56, x_34, x_55, x_50); lean_inc(x_19); @@ -20823,7 +19729,7 @@ x_73 = l_Lean_Syntax_node2(x_19, x_72, x_47, x_71); x_74 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_19); x_75 = l_Lean_Syntax_node2(x_19, x_74, x_43, x_73); -x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_19); x_77 = l_Lean_Syntax_node3(x_19, x_76, x_34, x_75, x_50); lean_inc(x_19); @@ -20882,7 +19788,7 @@ lean_ctor_set(x_99, 0, x_85); lean_ctor_set(x_99, 1, x_98); lean_ctor_set(x_99, 2, x_93); lean_ctor_set(x_99, 3, x_97); -x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_85); x_101 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_101, 0, x_85); @@ -20924,7 +19830,7 @@ lean_ctor_set(x_114, 3, x_3); lean_inc(x_81); lean_inc(x_2); x_115 = l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(x_2, x_81); -x_116 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_116 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_85); x_117 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_117, 0, x_85); @@ -20939,7 +19845,7 @@ x_120 = l_Lean_Syntax_node2(x_85, x_119, x_114, x_118); x_121 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_85); x_122 = l_Lean_Syntax_node2(x_85, x_121, x_110, x_120); -x_123 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_123 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_85); x_124 = l_Lean_Syntax_node3(x_85, x_123, x_101, x_122, x_117); lean_inc(x_85); @@ -20977,7 +19883,7 @@ x_140 = l_Lean_Syntax_node2(x_85, x_139, x_114, x_138); x_141 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_85); x_142 = l_Lean_Syntax_node2(x_85, x_141, x_110, x_140); -x_143 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_143 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_85); x_144 = l_Lean_Syntax_node3(x_85, x_143, x_101, x_142, x_117); lean_inc(x_85); @@ -21268,7 +20174,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; x_2 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_adaptRhs), 9, 1); lean_closure_set(x_2, 0, x_1); return x_2; @@ -21475,7 +20381,7 @@ lean_ctor_set(x_36, 0, x_22); lean_ctor_set(x_36, 1, x_35); lean_ctor_set(x_36, 2, x_30); lean_ctor_set(x_36, 3, x_34); -x_37 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_37 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_38 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_38, 0, x_22); @@ -21526,12 +20432,12 @@ x_55 = l_Lean_Syntax_node2(x_22, x_54, x_12, x_53); x_56 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_22); x_57 = l_Lean_Syntax_node2(x_22, x_56, x_46, x_55); -x_58 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_58 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_59 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_59, 0, x_22); lean_ctor_set(x_59, 1, x_58); -x_60 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_60 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_61 = l_Lean_Syntax_node3(x_22, x_60, x_38, x_57, x_59); lean_inc(x_22); @@ -21575,7 +20481,7 @@ lean_ctor_set(x_75, 0, x_22); lean_ctor_set(x_75, 1, x_74); lean_ctor_set(x_75, 2, x_69); lean_ctor_set(x_75, 3, x_73); -x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_76 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_77 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_77, 0, x_22); @@ -21626,12 +20532,12 @@ x_94 = l_Lean_Syntax_node2(x_22, x_93, x_12, x_92); x_95 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_22); x_96 = l_Lean_Syntax_node2(x_22, x_95, x_85, x_94); -x_97 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_97 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_98 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_98, 0, x_22); lean_ctor_set(x_98, 1, x_97); -x_99 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_99 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_100 = l_Lean_Syntax_node3(x_22, x_99, x_77, x_96, x_98); lean_inc(x_22); @@ -22658,7 +21564,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; x_2 = 1; x_3 = lean_alloc_ctor(0, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -22775,50 +21681,55 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota { if (lean_obj_tag(x_7) == 2) { -lean_object* x_8; lean_object* x_9; uint8_t x_10; +lean_object* x_8; lean_object* x_9; uint8_t x_10; uint8_t x_19; x_8 = lean_ctor_get(x_7, 0); x_9 = lean_ctor_get(x_7, 1); -x_10 = lean_nat_dec_eq(x_8, x_1); -if (x_10 == 0) +x_19 = lean_nat_dec_eq(x_8, x_4); +if (x_19 == 0) { -lean_object* x_11; -lean_dec(x_3); -x_11 = lean_box(1); -return x_11; +uint8_t x_20; +x_20 = 0; +x_10 = x_20; +goto block_18; } else { -uint8_t x_12; -x_12 = lean_nat_dec_eq(x_9, x_2); -if (x_12 == 0) +uint8_t x_21; +x_21 = lean_nat_dec_eq(x_9, x_6); +x_10 = x_21; +goto block_18; +} +block_18: { -lean_object* x_13; -lean_dec(x_3); -x_13 = lean_box(1); -return x_13; +if (x_10 == 0) +{ +lean_object* x_11; +lean_dec(x_1); +x_11 = lean_box(1); +return x_11; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; -x_14 = lean_mk_empty_array_with_capacity(x_3); -x_15 = lean_unsigned_to_nat(0u); -x_16 = l_Array_mapIdxM_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__6(x_4, x_5, x_1, x_6, x_3, x_15, lean_box(0), x_14); -x_17 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__11___boxed), 9, 1); -lean_closure_set(x_17, 0, x_16); -x_18 = 1; -x_19 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set_uint8(x_19, sizeof(void*)*1, x_18); -return x_19; +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_mk_empty_array_with_capacity(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = l_Array_mapIdxM_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__6(x_2, x_3, x_4, x_5, x_1, x_13, lean_box(0), x_12); +x_15 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__11___boxed), 9, 1); +lean_closure_set(x_15, 0, x_14); +x_16 = 1; +x_17 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_16); +return x_17; } } } else { -lean_object* x_20; -lean_dec(x_3); -x_20 = lean_box(2); -return x_20; +lean_object* x_22; +lean_dec(x_1); +x_22 = lean_box(2); +return x_22; } } } @@ -23034,7 +21945,7 @@ lean_ctor_set(x_36, 0, x_21); lean_ctor_set(x_36, 1, x_35); lean_ctor_set(x_36, 2, x_29); lean_ctor_set(x_36, 3, x_34); -x_37 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_37 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_21); x_38 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_38, 0, x_21); @@ -23076,12 +21987,12 @@ x_53 = l_Lean_Syntax_mkNumLit(x_52, x_44); x_54 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___closed__9; lean_inc(x_21); x_55 = l_Lean_Syntax_node3(x_21, x_54, x_49, x_51, x_53); -x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_21); x_57 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_57, 0, x_21); lean_ctor_set(x_57, 1, x_56); -x_58 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_58 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_57); lean_inc(x_38); lean_inc(x_21); @@ -23533,7 +22444,7 @@ x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); lean_dec(x_27); x_29 = lean_environment_main_module(x_28); -x_30 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; +x_30 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; lean_inc(x_22); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_22); @@ -23545,7 +22456,7 @@ x_33 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_33, 0, x_22); lean_ctor_set(x_33, 1, x_2); lean_ctor_set(x_33, 2, x_32); -x_34 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_34 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_35 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_35, 0, x_22); @@ -23570,12 +22481,12 @@ lean_ctor_set(x_41, 3, x_3); x_42 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__2; lean_inc(x_22); x_43 = l_Lean_Syntax_node3(x_22, x_42, x_4, x_37, x_41); -x_44 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_44 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_45 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_45, 0, x_22); lean_ctor_set(x_45, 1, x_44); -x_46 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; +x_46 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; lean_inc(x_22); x_47 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_47, 0, x_22); @@ -23585,7 +22496,7 @@ lean_inc(x_22); x_49 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_49, 0, x_22); lean_ctor_set(x_49, 1, x_48); -x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_51 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_51, 0, x_22); @@ -23600,7 +22511,7 @@ x_54 = l_Lean_Syntax_node1(x_22, x_2, x_53); lean_inc(x_2); lean_inc(x_22); x_55 = l_Lean_Syntax_node1(x_22, x_2, x_54); -x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_56 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_57 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_57, 0, x_22); @@ -23610,11 +22521,11 @@ lean_inc(x_22); x_59 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_59, 0, x_22); lean_ctor_set(x_59, 1, x_58); -x_60 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; +x_60 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; lean_inc(x_23); lean_inc(x_29); x_61 = l_Lean_addMacroScope(x_29, x_60, x_23); -x_62 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5; +x_62 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5; lean_inc(x_3); x_63 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_63, 0, x_62); @@ -23623,7 +22534,7 @@ lean_inc(x_3); x_64 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_64, 0, x_63); lean_ctor_set(x_64, 1, x_3); -x_65 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; +x_65 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; lean_inc(x_22); x_66 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_66, 0, x_22); @@ -23641,17 +22552,17 @@ x_69 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo__ lean_inc(x_59); lean_inc(x_22); x_70 = l_Lean_Syntax_node2(x_22, x_69, x_59, x_68); -x_71 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; +x_71 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; lean_inc(x_57); lean_inc(x_47); lean_inc(x_22); x_72 = l_Lean_Syntax_node4(x_22, x_71, x_47, x_55, x_57, x_70); -x_73 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_73 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; lean_inc(x_22); x_74 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_74, 0, x_22); lean_ctor_set(x_74, 1, x_73); -x_75 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_75 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_22); x_76 = l_Lean_Syntax_node1(x_22, x_75, x_74); lean_inc(x_2); @@ -23660,9 +22571,9 @@ x_77 = l_Lean_Syntax_node1(x_22, x_2, x_76); lean_inc(x_2); lean_inc(x_22); x_78 = l_Lean_Syntax_node1(x_22, x_2, x_77); -x_79 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; +x_79 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64; x_80 = l_Lean_addMacroScope(x_29, x_79, x_23); -x_81 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65; +x_81 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65; lean_inc(x_3); x_82 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_82, 0, x_81); @@ -23670,7 +22581,7 @@ lean_ctor_set(x_82, 1, x_3); x_83 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_83, 0, x_82); lean_ctor_set(x_83, 1, x_3); -x_84 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63; +x_84 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63; lean_inc(x_22); x_85 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_85, 0, x_22); @@ -23687,10 +22598,10 @@ x_87 = l_Lean_Syntax_node4(x_22, x_71, x_47, x_78, x_57, x_86); lean_inc(x_2); lean_inc(x_22); x_88 = l_Lean_Syntax_node2(x_22, x_2, x_72, x_87); -x_89 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; +x_89 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; lean_inc(x_22); x_90 = l_Lean_Syntax_node1(x_22, x_89, x_88); -x_91 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_91 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_92 = l_Lean_Syntax_node2(x_22, x_91, x_45, x_90); lean_inc(x_2); @@ -23699,17 +22610,17 @@ x_93 = l_Lean_Syntax_node1(x_22, x_2, x_92); lean_inc(x_6); lean_inc(x_22); x_94 = l_Lean_Syntax_node2(x_22, x_6, x_43, x_93); -x_95 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_95 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_96 = l_Lean_Syntax_node3(x_22, x_95, x_35, x_94, x_51); -x_97 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; +x_97 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; lean_inc(x_33); lean_inc(x_22); x_98 = l_Lean_Syntax_node2(x_22, x_97, x_33, x_96); lean_inc(x_2); lean_inc(x_22); x_99 = l_Lean_Syntax_node1(x_22, x_2, x_98); -x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; +x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; lean_inc(x_22); x_101 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_101, 0, x_22); @@ -23741,7 +22652,7 @@ lean_inc(x_22); x_110 = l_Lean_Syntax_node2(x_22, x_2, x_106, x_109); lean_inc(x_22); x_111 = l_Lean_Syntax_node1(x_22, x_89, x_110); -x_112 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; +x_112 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; lean_inc(x_33); x_113 = l_Lean_Syntax_node6(x_22, x_112, x_31, x_33, x_33, x_99, x_101, x_111); lean_ctor_set(x_24, 0, x_113); @@ -23759,7 +22670,7 @@ x_116 = lean_ctor_get(x_114, 0); lean_inc(x_116); lean_dec(x_114); x_117 = lean_environment_main_module(x_116); -x_118 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; +x_118 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; lean_inc(x_22); x_119 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_119, 0, x_22); @@ -23771,7 +22682,7 @@ x_121 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_121, 0, x_22); lean_ctor_set(x_121, 1, x_2); lean_ctor_set(x_121, 2, x_120); -x_122 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_122 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_22); x_123 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_123, 0, x_22); @@ -23796,12 +22707,12 @@ lean_ctor_set(x_129, 3, x_3); x_130 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__2; lean_inc(x_22); x_131 = l_Lean_Syntax_node3(x_22, x_130, x_4, x_125, x_129); -x_132 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12; +x_132 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12; lean_inc(x_22); x_133 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_133, 0, x_22); lean_ctor_set(x_133, 1, x_132); -x_134 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; +x_134 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; lean_inc(x_22); x_135 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_135, 0, x_22); @@ -23811,7 +22722,7 @@ lean_inc(x_22); x_137 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_137, 0, x_22); lean_ctor_set(x_137, 1, x_136); -x_138 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_138 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_22); x_139 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_139, 0, x_22); @@ -23826,7 +22737,7 @@ x_142 = l_Lean_Syntax_node1(x_22, x_2, x_141); lean_inc(x_2); lean_inc(x_22); x_143 = l_Lean_Syntax_node1(x_22, x_2, x_142); -x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_144 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_22); x_145 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_145, 0, x_22); @@ -23836,11 +22747,11 @@ lean_inc(x_22); x_147 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_147, 0, x_22); lean_ctor_set(x_147, 1, x_146); -x_148 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3; +x_148 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3; lean_inc(x_23); lean_inc(x_117); x_149 = l_Lean_addMacroScope(x_117, x_148, x_23); -x_150 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5; +x_150 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5; lean_inc(x_3); x_151 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_151, 0, x_150); @@ -23849,7 +22760,7 @@ lean_inc(x_3); x_152 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_152, 0, x_151); lean_ctor_set(x_152, 1, x_3); -x_153 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2; +x_153 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2; lean_inc(x_22); x_154 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_154, 0, x_22); @@ -23867,17 +22778,17 @@ x_157 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo_ lean_inc(x_147); lean_inc(x_22); x_158 = l_Lean_Syntax_node2(x_22, x_157, x_147, x_156); -x_159 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; +x_159 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; lean_inc(x_145); lean_inc(x_135); lean_inc(x_22); x_160 = l_Lean_Syntax_node4(x_22, x_159, x_135, x_143, x_145, x_158); -x_161 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_161 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; lean_inc(x_22); x_162 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_162, 0, x_22); lean_ctor_set(x_162, 1, x_161); -x_163 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_163 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_22); x_164 = l_Lean_Syntax_node1(x_22, x_163, x_162); lean_inc(x_2); @@ -23886,9 +22797,9 @@ x_165 = l_Lean_Syntax_node1(x_22, x_2, x_164); lean_inc(x_2); lean_inc(x_22); x_166 = l_Lean_Syntax_node1(x_22, x_2, x_165); -x_167 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; +x_167 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64; x_168 = l_Lean_addMacroScope(x_117, x_167, x_23); -x_169 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65; +x_169 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65; lean_inc(x_3); x_170 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_170, 0, x_169); @@ -23896,7 +22807,7 @@ lean_ctor_set(x_170, 1, x_3); x_171 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_171, 0, x_170); lean_ctor_set(x_171, 1, x_3); -x_172 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63; +x_172 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63; lean_inc(x_22); x_173 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_173, 0, x_22); @@ -23913,10 +22824,10 @@ x_175 = l_Lean_Syntax_node4(x_22, x_159, x_135, x_166, x_145, x_174); lean_inc(x_2); lean_inc(x_22); x_176 = l_Lean_Syntax_node2(x_22, x_2, x_160, x_175); -x_177 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; +x_177 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; lean_inc(x_22); x_178 = l_Lean_Syntax_node1(x_22, x_177, x_176); -x_179 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13; +x_179 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13; lean_inc(x_22); x_180 = l_Lean_Syntax_node2(x_22, x_179, x_133, x_178); lean_inc(x_2); @@ -23925,17 +22836,17 @@ x_181 = l_Lean_Syntax_node1(x_22, x_2, x_180); lean_inc(x_6); lean_inc(x_22); x_182 = l_Lean_Syntax_node2(x_22, x_6, x_131, x_181); -x_183 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_183 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_22); x_184 = l_Lean_Syntax_node3(x_22, x_183, x_123, x_182, x_139); -x_185 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; +x_185 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; lean_inc(x_121); lean_inc(x_22); x_186 = l_Lean_Syntax_node2(x_22, x_185, x_121, x_184); lean_inc(x_2); lean_inc(x_22); x_187 = l_Lean_Syntax_node1(x_22, x_2, x_186); -x_188 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; +x_188 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; lean_inc(x_22); x_189 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_189, 0, x_22); @@ -23967,7 +22878,7 @@ lean_inc(x_22); x_198 = l_Lean_Syntax_node2(x_22, x_2, x_194, x_197); lean_inc(x_22); x_199 = l_Lean_Syntax_node1(x_22, x_177, x_198); -x_200 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; +x_200 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; lean_inc(x_121); x_201 = l_Lean_Syntax_node6(x_22, x_200, x_119, x_121, x_121, x_187, x_189, x_199); x_202 = lean_alloc_ctor(0, 2, 0); @@ -24753,24 +23664,27 @@ return x_1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23(lean_object* x_1, lean_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; -x_13 = l_Lean_Syntax_antiquotSpliceKind_x3f(x_1); -x_14 = l_Lean_Syntax_getAntiquotSpliceContents(x_1); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_13 = lean_unsigned_to_nat(0u); +x_14 = l_Lean_Syntax_getArg(x_1, x_13); +lean_dec(x_1); +x_15 = l_Lean_Syntax_antiquotSpliceKind_x3f(x_14); +x_16 = l_Lean_Syntax_getAntiquotSpliceContents(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); -x_15 = l_Lean_Elab_Term_Quotation_getAntiquotationIds(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_15) == 0) +x_17 = l_Lean_Elab_Term_Quotation_getAntiquotationIds(x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -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); +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); @@ -24778,1279 +23692,1279 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_2); -x_18 = lean_apply_8(x_4, x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_17); -if (lean_obj_tag(x_18) == 0) +x_20 = lean_apply_8(x_4, x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_19); +if (lean_obj_tag(x_20) == 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); +lean_object* x_21; lean_object* x_22; lean_object* x_23; +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); 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_21 = lean_apply_7(x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20); -if (lean_obj_tag(x_21) == 0) +x_23 = lean_apply_7(x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +if (lean_obj_tag(x_23) == 0) { -if (lean_obj_tag(x_13) == 0) +if (lean_obj_tag(x_15) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; -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_10, 5); +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -x_25 = 0; -x_26 = l_Lean_SourceInfo_fromRef(x_24, x_25); -x_27 = lean_ctor_get(x_10, 10); -lean_inc(x_27); -x_28 = lean_st_ref_get(x_11, x_23); -x_29 = lean_ctor_get(x_28, 0); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_ctor_get(x_10, 5); +lean_inc(x_26); +x_27 = 0; +x_28 = l_Lean_SourceInfo_fromRef(x_26, x_27); +x_29 = lean_ctor_get(x_10, 10); lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); -lean_inc(x_30); -lean_dec(x_28); -x_31 = lean_ctor_get(x_29, 0); +x_30 = lean_st_ref_get(x_11, x_25); +x_31 = lean_ctor_get(x_30, 0); lean_inc(x_31); -lean_dec(x_29); -x_32 = lean_environment_main_module(x_31); -x_33 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; -lean_inc(x_27); +x_32 = lean_ctor_get(x_30, 1); lean_inc(x_32); -x_34 = l_Lean_addMacroScope(x_32, x_33, x_27); -x_35 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; -lean_inc(x_2); -x_36 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_2); -x_37 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_dec(x_30); +x_33 = lean_ctor_get(x_31, 0); +lean_inc(x_33); +lean_dec(x_31); +x_34 = lean_environment_main_module(x_33); +x_35 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; +lean_inc(x_29); +lean_inc(x_34); +x_36 = l_Lean_addMacroScope(x_34, x_35, x_29); +x_37 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; lean_inc(x_2); x_38 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_2); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_36); -lean_ctor_set(x_39, 1, x_38); -x_40 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -lean_inc(x_26); -x_41 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_41, 0, x_26); +x_39 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_inc(x_2); +x_40 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_2); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_38); lean_ctor_set(x_41, 1, x_40); -lean_ctor_set(x_41, 2, x_34); -lean_ctor_set(x_41, 3, x_39); -x_42 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_27); -x_43 = l_Lean_addMacroScope(x_32, x_42, x_27); -x_44 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_42 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; +lean_inc(x_28); +x_43 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_43, 0, x_28); +lean_ctor_set(x_43, 1, x_42); +lean_ctor_set(x_43, 2, x_36); +lean_ctor_set(x_43, 3, x_41); +x_44 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_29); +x_45 = l_Lean_addMacroScope(x_34, x_44, x_29); +x_46 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_26); -x_45 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_45, 0, x_26); -lean_ctor_set(x_45, 1, x_44); -lean_ctor_set(x_45, 2, x_43); -lean_ctor_set(x_45, 3, x_2); -x_46 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_26); -x_47 = l_Lean_Syntax_node1(x_26, x_46, x_45); -x_48 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_26); -x_49 = l_Lean_Syntax_node2(x_26, x_48, x_41, x_47); -x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_51 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_13, x_50); -if (x_51 == 0) +lean_inc(x_28); +x_47 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_47, 0, x_28); +lean_ctor_set(x_47, 1, x_46); +lean_ctor_set(x_47, 2, x_45); +lean_ctor_set(x_47, 3, x_2); +x_48 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_28); +x_49 = l_Lean_Syntax_node1(x_28, x_48, x_47); +x_50 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_28); +x_51 = l_Lean_Syntax_node2(x_28, x_50, x_43, x_49); +x_52 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_53 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_15, x_52); +if (x_53 == 0) { -lean_object* x_52; lean_object* x_53; -lean_dec(x_27); -lean_dec(x_26); -x_52 = lean_box(0); -x_53 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17(x_16, x_14, x_46, x_2, x_48, x_22, x_3, x_19, x_49, x_52, x_6, x_7, x_8, x_9, x_10, x_11, x_30); -return x_53; +lean_object* x_54; lean_object* x_55; +lean_dec(x_29); +lean_dec(x_28); +x_54 = lean_box(0); +x_55 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17(x_18, x_16, x_48, x_2, x_50, x_24, x_3, x_21, x_51, x_54, x_6, x_7, x_8, x_9, x_10, x_11, x_32); +return x_55; } else { -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; -x_54 = lean_st_ref_get(x_11, x_30); -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 = lean_ctor_get(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; 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; +x_56 = lean_st_ref_get(x_11, x_32); +x_57 = lean_ctor_get(x_56, 0); lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_environment_main_module(x_57); -x_59 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; -x_60 = l_Lean_addMacroScope(x_58, x_59, x_27); -lean_inc(x_2); -x_61 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_2); -x_62 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +x_58 = lean_ctor_get(x_56, 1); +lean_inc(x_58); +lean_dec(x_56); +x_59 = lean_ctor_get(x_57, 0); +lean_inc(x_59); +lean_dec(x_57); +x_60 = lean_environment_main_module(x_59); +x_61 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; +x_62 = l_Lean_addMacroScope(x_60, x_61, x_29); lean_inc(x_2); x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 0, x_61); lean_ctor_set(x_63, 1, x_2); -x_64 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_64, 0, x_61); -lean_ctor_set(x_64, 1, x_63); -x_65 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; -lean_inc(x_26); -x_66 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_66, 0, x_26); +x_64 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +lean_inc(x_2); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_2); +x_66 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_66, 0, x_63); lean_ctor_set(x_66, 1, x_65); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_64); -lean_inc(x_26); -x_67 = l_Lean_Syntax_node1(x_26, x_46, x_49); -x_68 = l_Lean_Syntax_node2(x_26, x_48, x_66, x_67); -x_69 = lean_box(0); -x_70 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17(x_16, x_14, x_46, x_2, x_48, x_22, x_3, x_19, x_68, x_69, x_6, x_7, x_8, x_9, x_10, x_11, x_56); -return x_70; +x_67 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; +lean_inc(x_28); +x_68 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_68, 0, x_28); +lean_ctor_set(x_68, 1, x_67); +lean_ctor_set(x_68, 2, x_62); +lean_ctor_set(x_68, 3, x_66); +lean_inc(x_28); +x_69 = l_Lean_Syntax_node1(x_28, x_48, x_51); +x_70 = l_Lean_Syntax_node2(x_28, x_50, x_68, x_69); +x_71 = lean_box(0); +x_72 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__17(x_18, x_16, x_48, x_2, x_50, x_24, x_3, x_21, x_70, x_71, x_6, x_7, x_8, x_9, x_10, x_11, x_58); +return x_72; } } else { -lean_object* x_71; -x_71 = lean_ctor_get(x_13, 0); -lean_inc(x_71); -switch (lean_obj_tag(x_71)) { +lean_object* x_73; +x_73 = lean_ctor_get(x_15, 0); +lean_inc(x_73); +switch (lean_obj_tag(x_73)) { case 0: { -lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; lean_object* x_76; lean_object* x_77; lean_object* x_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; uint8_t x_101; -x_72 = lean_ctor_get(x_21, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_21, 1); -lean_inc(x_73); -lean_dec(x_21); -x_74 = lean_ctor_get(x_10, 5); +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; 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; uint8_t x_103; +x_74 = lean_ctor_get(x_23, 0); lean_inc(x_74); -x_75 = 0; -x_76 = l_Lean_SourceInfo_fromRef(x_74, x_75); -x_77 = lean_ctor_get(x_10, 10); -lean_inc(x_77); -x_78 = lean_st_ref_get(x_11, x_73); -x_79 = lean_ctor_get(x_78, 0); +x_75 = lean_ctor_get(x_23, 1); +lean_inc(x_75); +lean_dec(x_23); +x_76 = lean_ctor_get(x_10, 5); +lean_inc(x_76); +x_77 = 0; +x_78 = l_Lean_SourceInfo_fromRef(x_76, x_77); +x_79 = lean_ctor_get(x_10, 10); lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_ctor_get(x_79, 0); +x_80 = lean_st_ref_get(x_11, x_75); +x_81 = lean_ctor_get(x_80, 0); lean_inc(x_81); -lean_dec(x_79); -x_82 = lean_environment_main_module(x_81); -x_83 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; -lean_inc(x_77); +x_82 = lean_ctor_get(x_80, 1); lean_inc(x_82); -x_84 = l_Lean_addMacroScope(x_82, x_83, x_77); -x_85 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; -lean_inc(x_2); -x_86 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_2); -x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_dec(x_80); +x_83 = lean_ctor_get(x_81, 0); +lean_inc(x_83); +lean_dec(x_81); +x_84 = lean_environment_main_module(x_83); +x_85 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; +lean_inc(x_79); +lean_inc(x_84); +x_86 = l_Lean_addMacroScope(x_84, x_85, x_79); +x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; lean_inc(x_2); x_88 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_88, 0, x_87); lean_ctor_set(x_88, 1, x_2); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_86); -lean_ctor_set(x_89, 1, x_88); -x_90 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -lean_inc(x_76); -x_91 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_91, 0, x_76); +x_89 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_inc(x_2); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_2); +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_88); lean_ctor_set(x_91, 1, x_90); -lean_ctor_set(x_91, 2, x_84); -lean_ctor_set(x_91, 3, x_89); -x_92 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_77); -x_93 = l_Lean_addMacroScope(x_82, x_92, x_77); -x_94 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_92 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; +lean_inc(x_78); +x_93 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_93, 0, x_78); +lean_ctor_set(x_93, 1, x_92); +lean_ctor_set(x_93, 2, x_86); +lean_ctor_set(x_93, 3, x_91); +x_94 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_79); +x_95 = l_Lean_addMacroScope(x_84, x_94, x_79); +x_96 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_76); -x_95 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_95, 0, x_76); -lean_ctor_set(x_95, 1, x_94); -lean_ctor_set(x_95, 2, x_93); -lean_ctor_set(x_95, 3, x_2); -x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_76); -x_97 = l_Lean_Syntax_node1(x_76, x_96, x_95); -x_98 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_76); -x_99 = l_Lean_Syntax_node2(x_76, x_98, x_91, x_97); -x_100 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_101 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_13, x_100); -lean_dec(x_13); -if (x_101 == 0) +lean_inc(x_78); +x_97 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_97, 0, x_78); +lean_ctor_set(x_97, 1, x_96); +lean_ctor_set(x_97, 2, x_95); +lean_ctor_set(x_97, 3, x_2); +x_98 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_78); +x_99 = l_Lean_Syntax_node1(x_78, x_98, x_97); +x_100 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_78); +x_101 = l_Lean_Syntax_node2(x_78, x_100, x_93, x_99); +x_102 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_103 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_15, x_102); +lean_dec(x_15); +if (x_103 == 0) { -lean_object* x_102; lean_object* x_103; -lean_dec(x_77); -lean_dec(x_76); -x_102 = lean_box(0); -x_103 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__18(x_16, x_14, x_96, x_2, x_98, x_72, x_3, x_19, x_99, x_102, x_6, x_7, x_8, x_9, x_10, x_11, x_80); -return x_103; +lean_object* x_104; lean_object* x_105; +lean_dec(x_79); +lean_dec(x_78); +x_104 = lean_box(0); +x_105 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__18(x_18, x_16, x_98, x_2, x_100, x_74, x_3, x_21, x_101, x_104, x_6, x_7, x_8, x_9, x_10, x_11, x_82); +return x_105; } 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; 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; -x_104 = lean_st_ref_get(x_11, x_80); -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 1); -lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(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; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_106 = lean_st_ref_get(x_11, x_82); +x_107 = lean_ctor_get(x_106, 0); lean_inc(x_107); -lean_dec(x_105); -x_108 = lean_environment_main_module(x_107); -x_109 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; -x_110 = l_Lean_addMacroScope(x_108, x_109, x_77); -lean_inc(x_2); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_2); -x_112 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +x_108 = lean_ctor_get(x_106, 1); +lean_inc(x_108); +lean_dec(x_106); +x_109 = lean_ctor_get(x_107, 0); +lean_inc(x_109); +lean_dec(x_107); +x_110 = lean_environment_main_module(x_109); +x_111 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; +x_112 = l_Lean_addMacroScope(x_110, x_111, x_79); lean_inc(x_2); x_113 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 0, x_111); lean_ctor_set(x_113, 1, x_2); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_111); -lean_ctor_set(x_114, 1, x_113); -x_115 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; -lean_inc(x_76); -x_116 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_116, 0, x_76); +x_114 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +lean_inc(x_2); +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_115, 1, x_2); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_113); lean_ctor_set(x_116, 1, x_115); -lean_ctor_set(x_116, 2, x_110); -lean_ctor_set(x_116, 3, x_114); -lean_inc(x_76); -x_117 = l_Lean_Syntax_node1(x_76, x_96, x_99); -x_118 = l_Lean_Syntax_node2(x_76, x_98, x_116, x_117); -x_119 = lean_box(0); -x_120 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__18(x_16, x_14, x_96, x_2, x_98, x_72, x_3, x_19, x_118, x_119, x_6, x_7, x_8, x_9, x_10, x_11, x_106); -return x_120; +x_117 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; +lean_inc(x_78); +x_118 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_118, 0, x_78); +lean_ctor_set(x_118, 1, x_117); +lean_ctor_set(x_118, 2, x_112); +lean_ctor_set(x_118, 3, x_116); +lean_inc(x_78); +x_119 = l_Lean_Syntax_node1(x_78, x_98, x_101); +x_120 = l_Lean_Syntax_node2(x_78, x_100, x_118, x_119); +x_121 = lean_box(0); +x_122 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__18(x_18, x_16, x_98, x_2, x_100, x_74, x_3, x_21, x_120, x_121, x_6, x_7, x_8, x_9, x_10, x_11, x_108); +return x_122; } } case 1: { -lean_object* x_121; -x_121 = lean_ctor_get(x_71, 0); -lean_inc(x_121); -switch (lean_obj_tag(x_121)) { +lean_object* x_123; +x_123 = lean_ctor_get(x_73, 0); +lean_inc(x_123); +switch (lean_obj_tag(x_123)) { case 0: { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; uint8_t x_126; -x_122 = lean_ctor_get(x_21, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_21, 1); -lean_inc(x_123); -lean_dec(x_21); -x_124 = lean_ctor_get(x_71, 1); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; +x_124 = lean_ctor_get(x_23, 0); lean_inc(x_124); -lean_dec(x_71); -x_125 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18; -x_126 = lean_string_dec_eq(x_124, x_125); -lean_dec(x_124); -if (x_126 == 0) -{ -lean_object* x_127; uint8_t 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; -x_127 = lean_ctor_get(x_10, 5); -lean_inc(x_127); -x_128 = 0; -x_129 = l_Lean_SourceInfo_fromRef(x_127, x_128); -x_130 = lean_ctor_get(x_10, 10); -lean_inc(x_130); -x_131 = lean_st_ref_get(x_11, x_123); -x_132 = lean_ctor_get(x_131, 0); +x_125 = lean_ctor_get(x_23, 1); +lean_inc(x_125); +lean_dec(x_23); +x_126 = lean_ctor_get(x_73, 1); +lean_inc(x_126); +lean_dec(x_73); +x_127 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18; +x_128 = lean_string_dec_eq(x_126, x_127); +lean_dec(x_126); +if (x_128 == 0) +{ +lean_object* x_129; uint8_t 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; +x_129 = lean_ctor_get(x_10, 5); +lean_inc(x_129); +x_130 = 0; +x_131 = l_Lean_SourceInfo_fromRef(x_129, x_130); +x_132 = lean_ctor_get(x_10, 10); lean_inc(x_132); -x_133 = lean_ctor_get(x_131, 1); -lean_inc(x_133); -lean_dec(x_131); -x_134 = lean_ctor_get(x_132, 0); +x_133 = lean_st_ref_get(x_11, x_125); +x_134 = lean_ctor_get(x_133, 0); lean_inc(x_134); -lean_dec(x_132); -x_135 = lean_environment_main_module(x_134); -x_136 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; -lean_inc(x_130); +x_135 = lean_ctor_get(x_133, 1); lean_inc(x_135); -x_137 = l_Lean_addMacroScope(x_135, x_136, x_130); -x_138 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; -lean_inc(x_2); -x_139 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_2); -x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_dec(x_133); +x_136 = lean_ctor_get(x_134, 0); +lean_inc(x_136); +lean_dec(x_134); +x_137 = lean_environment_main_module(x_136); +x_138 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; +lean_inc(x_132); +lean_inc(x_137); +x_139 = l_Lean_addMacroScope(x_137, x_138, x_132); +x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; lean_inc(x_2); x_141 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_141, 0, x_140); lean_ctor_set(x_141, 1, x_2); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_139); -lean_ctor_set(x_142, 1, x_141); -x_143 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -lean_inc(x_129); -x_144 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_144, 0, x_129); +x_142 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_inc(x_2); +x_143 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_2); +x_144 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_144, 0, x_141); lean_ctor_set(x_144, 1, x_143); -lean_ctor_set(x_144, 2, x_137); -lean_ctor_set(x_144, 3, x_142); -x_145 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_130); -x_146 = l_Lean_addMacroScope(x_135, x_145, x_130); -x_147 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_145 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; +lean_inc(x_131); +x_146 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_146, 0, x_131); +lean_ctor_set(x_146, 1, x_145); +lean_ctor_set(x_146, 2, x_139); +lean_ctor_set(x_146, 3, x_144); +x_147 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_132); +x_148 = l_Lean_addMacroScope(x_137, x_147, x_132); +x_149 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_129); -x_148 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_148, 0, x_129); -lean_ctor_set(x_148, 1, x_147); -lean_ctor_set(x_148, 2, x_146); -lean_ctor_set(x_148, 3, x_2); -x_149 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_129); -x_150 = l_Lean_Syntax_node1(x_129, x_149, x_148); -x_151 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_129); -x_152 = l_Lean_Syntax_node2(x_129, x_151, x_144, x_150); -x_153 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_154 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_13, x_153); -lean_dec(x_13); -if (x_154 == 0) +lean_inc(x_131); +x_150 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_150, 0, x_131); +lean_ctor_set(x_150, 1, x_149); +lean_ctor_set(x_150, 2, x_148); +lean_ctor_set(x_150, 3, x_2); +x_151 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_131); +x_152 = l_Lean_Syntax_node1(x_131, x_151, x_150); +x_153 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_131); +x_154 = l_Lean_Syntax_node2(x_131, x_153, x_146, x_152); +x_155 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_156 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_15, x_155); +lean_dec(x_15); +if (x_156 == 0) { -lean_object* x_155; lean_object* x_156; -lean_dec(x_130); -lean_dec(x_129); -x_155 = lean_box(0); -x_156 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__19(x_16, x_14, x_149, x_2, x_151, x_122, x_3, x_19, x_152, x_155, x_6, x_7, x_8, x_9, x_10, x_11, x_133); -return x_156; +lean_object* x_157; lean_object* x_158; +lean_dec(x_132); +lean_dec(x_131); +x_157 = lean_box(0); +x_158 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__19(x_18, x_16, x_151, x_2, x_153, x_124, x_3, x_21, x_154, x_157, x_6, x_7, x_8, x_9, x_10, x_11, x_135); +return x_158; } else { -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; -x_157 = lean_st_ref_get(x_11, x_133); -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -x_160 = lean_ctor_get(x_158, 0); +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; +x_159 = lean_st_ref_get(x_11, x_135); +x_160 = lean_ctor_get(x_159, 0); lean_inc(x_160); -lean_dec(x_158); -x_161 = lean_environment_main_module(x_160); -x_162 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; -x_163 = l_Lean_addMacroScope(x_161, x_162, x_130); -lean_inc(x_2); -x_164 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_164, 0, x_162); -lean_ctor_set(x_164, 1, x_2); -x_165 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +x_161 = lean_ctor_get(x_159, 1); +lean_inc(x_161); +lean_dec(x_159); +x_162 = lean_ctor_get(x_160, 0); +lean_inc(x_162); +lean_dec(x_160); +x_163 = lean_environment_main_module(x_162); +x_164 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; +x_165 = l_Lean_addMacroScope(x_163, x_164, x_132); lean_inc(x_2); x_166 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 0, x_164); lean_ctor_set(x_166, 1, x_2); -x_167 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_167, 0, x_164); -lean_ctor_set(x_167, 1, x_166); -x_168 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; -lean_inc(x_129); -x_169 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_169, 0, x_129); +x_167 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +lean_inc(x_2); +x_168 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_168, 0, x_167); +lean_ctor_set(x_168, 1, x_2); +x_169 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_169, 0, x_166); lean_ctor_set(x_169, 1, x_168); -lean_ctor_set(x_169, 2, x_163); -lean_ctor_set(x_169, 3, x_167); -lean_inc(x_129); -x_170 = l_Lean_Syntax_node1(x_129, x_149, x_152); -x_171 = l_Lean_Syntax_node2(x_129, x_151, x_169, x_170); -x_172 = lean_box(0); -x_173 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__19(x_16, x_14, x_149, x_2, x_151, x_122, x_3, x_19, x_171, x_172, x_6, x_7, x_8, x_9, x_10, x_11, x_159); -return x_173; +x_170 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; +lean_inc(x_131); +x_171 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_171, 0, x_131); +lean_ctor_set(x_171, 1, x_170); +lean_ctor_set(x_171, 2, x_165); +lean_ctor_set(x_171, 3, x_169); +lean_inc(x_131); +x_172 = l_Lean_Syntax_node1(x_131, x_151, x_154); +x_173 = l_Lean_Syntax_node2(x_131, x_153, x_171, x_172); +x_174 = lean_box(0); +x_175 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__19(x_18, x_16, x_151, x_2, x_153, x_124, x_3, x_21, x_173, x_174, x_6, x_7, x_8, x_9, x_10, x_11, x_161); +return x_175; } } else { -lean_object* x_174; uint8_t 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_dec(x_13); +lean_object* x_176; uint8_t 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; uint8_t x_195; +lean_dec(x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_174 = lean_ctor_get(x_10, 5); -lean_inc(x_174); -x_175 = 0; -x_176 = l_Lean_SourceInfo_fromRef(x_174, x_175); -x_177 = lean_ctor_get(x_10, 10); -lean_inc(x_177); -lean_dec(x_10); -x_178 = lean_st_ref_get(x_11, x_123); -x_179 = lean_ctor_get(x_178, 0); +x_176 = lean_ctor_get(x_10, 5); +lean_inc(x_176); +x_177 = 0; +x_178 = l_Lean_SourceInfo_fromRef(x_176, x_177); +x_179 = lean_ctor_get(x_10, 10); lean_inc(x_179); -x_180 = lean_ctor_get(x_178, 1); -lean_inc(x_180); -lean_dec(x_178); -x_181 = lean_ctor_get(x_179, 0); +lean_dec(x_10); +x_180 = lean_st_ref_get(x_11, x_125); +x_181 = lean_ctor_get(x_180, 0); lean_inc(x_181); -lean_dec(x_179); -x_182 = lean_environment_main_module(x_181); -x_183 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64; -lean_inc(x_177); -x_184 = l_Lean_addMacroScope(x_182, x_183, x_177); -x_185 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65; +x_182 = lean_ctor_get(x_180, 1); +lean_inc(x_182); +lean_dec(x_180); +x_183 = lean_ctor_get(x_181, 0); +lean_inc(x_183); +lean_dec(x_181); +x_184 = lean_environment_main_module(x_183); +x_185 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64; +lean_inc(x_179); +x_186 = l_Lean_addMacroScope(x_184, x_185, x_179); +x_187 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65; lean_inc(x_2); -x_186 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_2); +x_188 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_188, 0, x_187); +lean_ctor_set(x_188, 1, x_2); lean_inc(x_2); -x_187 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_187, 0, x_186); -lean_ctor_set(x_187, 1, x_2); -x_188 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63; -lean_inc(x_176); -x_189 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_189, 0, x_176); -lean_ctor_set(x_189, 1, x_188); -lean_ctor_set(x_189, 2, x_184); -lean_ctor_set(x_189, 3, x_187); -x_190 = lean_array_get_size(x_16); -lean_inc(x_190); -x_191 = lean_mk_array(x_190, x_189); -x_192 = lean_st_ref_get(x_11, x_180); +x_189 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_189, 0, x_188); +lean_ctor_set(x_189, 1, x_2); +x_190 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63; +lean_inc(x_178); +x_191 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_191, 0, x_178); +lean_ctor_set(x_191, 1, x_190); +lean_ctor_set(x_191, 2, x_186); +lean_ctor_set(x_191, 3, x_189); +x_192 = lean_array_get_size(x_18); +lean_inc(x_192); +x_193 = lean_mk_array(x_192, x_191); +x_194 = lean_st_ref_get(x_11, x_182); lean_dec(x_11); -x_193 = !lean_is_exclusive(x_192); -if (x_193 == 0) +x_195 = !lean_is_exclusive(x_194); +if (x_195 == 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; 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; size_t x_237; size_t 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; size_t x_269; lean_object* x_270; lean_object* x_271; size_t 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; -x_194 = lean_ctor_get(x_192, 0); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -lean_dec(x_194); -x_196 = lean_environment_main_module(x_195); -x_197 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__11; -lean_inc(x_176); -x_198 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_198, 0, x_176); -lean_ctor_set(x_198, 1, x_197); -x_199 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__15; -lean_inc(x_177); -lean_inc(x_196); -x_200 = l_Lean_addMacroScope(x_196, x_199, x_177); -x_201 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__14; +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; size_t x_239; size_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; 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; size_t x_271; lean_object* x_272; lean_object* x_273; size_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; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; +x_196 = lean_ctor_get(x_194, 0); +x_197 = lean_ctor_get(x_196, 0); +lean_inc(x_197); +lean_dec(x_196); +x_198 = lean_environment_main_module(x_197); +x_199 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__11; +lean_inc(x_178); +x_200 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_200, 0, x_178); +lean_ctor_set(x_200, 1, x_199); +x_201 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__15; +lean_inc(x_179); +lean_inc(x_198); +x_202 = l_Lean_addMacroScope(x_198, x_201, x_179); +x_203 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__14; lean_inc(x_2); -lean_inc(x_176); -x_202 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_202, 0, x_176); -lean_ctor_set(x_202, 1, x_201); -lean_ctor_set(x_202, 2, x_200); -lean_ctor_set(x_202, 3, x_2); -x_203 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; -lean_inc(x_176); -x_204 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_204, 0, x_176); +lean_inc(x_178); +x_204 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_204, 0, x_178); lean_ctor_set(x_204, 1, x_203); -x_205 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; -lean_inc(x_176); -x_206 = l_Lean_Syntax_node1(x_176, x_205, x_204); -lean_inc(x_206); -x_207 = l_Array_mkArray1___rarg(x_206); -lean_inc(x_16); -x_208 = l_Array_append___rarg(x_207, x_16); -x_209 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_176); -x_210 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_210, 0, x_176); -lean_ctor_set(x_210, 1, x_209); -lean_ctor_set(x_210, 2, x_208); -x_211 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_176); +lean_ctor_set(x_204, 2, x_202); +lean_ctor_set(x_204, 3, x_2); +x_205 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; +lean_inc(x_178); +x_206 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_206, 0, x_178); +lean_ctor_set(x_206, 1, x_205); +x_207 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; +lean_inc(x_178); +x_208 = l_Lean_Syntax_node1(x_178, x_207, x_206); +lean_inc(x_208); +x_209 = l_Array_mkArray1___rarg(x_208); +lean_inc(x_18); +x_210 = l_Array_append___rarg(x_209, x_18); +x_211 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_178); x_212 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_212, 0, x_176); -lean_ctor_set(x_212, 1, x_209); -lean_ctor_set(x_212, 2, x_211); -x_213 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_176); -x_214 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_214, 0, x_176); -lean_ctor_set(x_214, 1, x_213); -x_215 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__9; -lean_inc(x_212); -lean_inc(x_202); -lean_inc(x_176); -x_216 = l_Lean_Syntax_node5(x_176, x_215, x_202, x_210, x_212, x_214, x_19); -x_217 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__7; -lean_inc(x_176); -x_218 = l_Lean_Syntax_node1(x_176, x_217, x_216); -x_219 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; -lean_inc(x_176); -x_220 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_220, 0, x_176); -lean_ctor_set(x_220, 1, x_219); -x_221 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__18; -lean_inc(x_176); +lean_ctor_set(x_212, 0, x_178); +lean_ctor_set(x_212, 1, x_211); +lean_ctor_set(x_212, 2, x_210); +x_213 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_178); +x_214 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_214, 0, x_178); +lean_ctor_set(x_214, 1, x_211); +lean_ctor_set(x_214, 2, x_213); +x_215 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_178); +x_216 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_216, 0, x_178); +lean_ctor_set(x_216, 1, x_215); +x_217 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__9; +lean_inc(x_214); +lean_inc(x_204); +lean_inc(x_178); +x_218 = l_Lean_Syntax_node5(x_178, x_217, x_204, x_212, x_214, x_216, x_21); +x_219 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__7; +lean_inc(x_178); +x_220 = l_Lean_Syntax_node1(x_178, x_219, x_218); +x_221 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +lean_inc(x_178); x_222 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_222, 0, x_176); +lean_ctor_set(x_222, 0, x_178); lean_ctor_set(x_222, 1, x_221); -x_223 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__22; -lean_inc(x_177); -lean_inc(x_196); -x_224 = l_Lean_addMacroScope(x_196, x_223, x_177); -x_225 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__20; -lean_inc(x_2); -lean_inc(x_176); -x_226 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_226, 0, x_176); -lean_ctor_set(x_226, 1, x_225); -lean_ctor_set(x_226, 2, x_224); -lean_ctor_set(x_226, 3, x_2); -x_227 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__23; -lean_inc(x_176); -x_228 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_228, 0, x_176); +x_223 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__18; +lean_inc(x_178); +x_224 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_224, 0, x_178); +lean_ctor_set(x_224, 1, x_223); +x_225 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__22; +lean_inc(x_179); +lean_inc(x_198); +x_226 = l_Lean_addMacroScope(x_198, x_225, x_179); +x_227 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__20; +lean_inc(x_2); +lean_inc(x_178); +x_228 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_228, 0, x_178); lean_ctor_set(x_228, 1, x_227); -x_229 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_176); +lean_ctor_set(x_228, 2, x_226); +lean_ctor_set(x_228, 3, x_2); +x_229 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__23; +lean_inc(x_178); x_230 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_230, 0, x_176); +lean_ctor_set(x_230, 0, x_178); lean_ctor_set(x_230, 1, x_229); -x_231 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_176); +x_231 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_178); x_232 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_232, 0, x_176); +lean_ctor_set(x_232, 0, x_178); lean_ctor_set(x_232, 1, x_231); -x_233 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__25; +x_233 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_178); +x_234 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_234, 0, x_178); +lean_ctor_set(x_234, 1, x_233); +x_235 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__25; +lean_inc(x_234); +lean_inc(x_214); lean_inc(x_232); -lean_inc(x_212); -lean_inc(x_230); -lean_inc(x_176); -x_234 = l_Lean_Syntax_node3(x_176, x_233, x_230, x_212, x_232); -x_235 = l_Array_mkArray1___rarg(x_234); -x_236 = lean_array_get_size(x_191); -x_237 = lean_usize_of_nat(x_236); -lean_dec(x_236); -x_238 = 0; -x_239 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_237, x_238, x_191); -lean_inc(x_235); -x_240 = l_Array_append___rarg(x_235, x_239); -lean_inc(x_176); -x_241 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_241, 0, x_176); -lean_ctor_set(x_241, 1, x_209); -lean_ctor_set(x_241, 2, x_240); -x_242 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_202); -lean_inc(x_176); -x_243 = l_Lean_Syntax_node2(x_176, x_242, x_202, x_241); -x_244 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__26; -lean_inc(x_176); -x_245 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_245, 0, x_176); -lean_ctor_set(x_245, 1, x_244); -x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; -lean_inc(x_176); +lean_inc(x_178); +x_236 = l_Lean_Syntax_node3(x_178, x_235, x_232, x_214, x_234); +x_237 = l_Array_mkArray1___rarg(x_236); +x_238 = lean_array_get_size(x_193); +x_239 = lean_usize_of_nat(x_238); +lean_dec(x_238); +x_240 = 0; +x_241 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_239, x_240, x_193); +lean_inc(x_237); +x_242 = l_Array_append___rarg(x_237, x_241); +lean_inc(x_178); +x_243 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_243, 0, x_178); +lean_ctor_set(x_243, 1, x_211); +lean_ctor_set(x_243, 2, x_242); +x_244 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_204); +lean_inc(x_178); +x_245 = l_Lean_Syntax_node2(x_178, x_244, x_204, x_243); +x_246 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__26; +lean_inc(x_178); x_247 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_247, 0, x_176); +lean_ctor_set(x_247, 0, x_178); lean_ctor_set(x_247, 1, x_246); -x_248 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_177); -lean_inc(x_196); -x_249 = l_Lean_addMacroScope(x_196, x_248, x_177); -x_250 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_248 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +lean_inc(x_178); +x_249 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_249, 0, x_178); +lean_ctor_set(x_249, 1, x_248); +x_250 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_179); +lean_inc(x_198); +x_251 = l_Lean_addMacroScope(x_198, x_250, x_179); +x_252 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_176); -x_251 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_251, 0, x_176); -lean_ctor_set(x_251, 1, x_250); -lean_ctor_set(x_251, 2, x_249); -lean_ctor_set(x_251, 3, x_2); -x_252 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; -lean_inc(x_212); -lean_inc(x_176); -x_253 = l_Lean_Syntax_node2(x_176, x_252, x_212, x_251); -lean_inc(x_176); -x_254 = l_Lean_Syntax_node1(x_176, x_209, x_253); -x_255 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; -lean_inc(x_176); -x_256 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_256, 0, x_176); -lean_ctor_set(x_256, 1, x_255); -x_257 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; -lean_inc(x_176); +lean_inc(x_178); +x_253 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_253, 0, x_178); +lean_ctor_set(x_253, 1, x_252); +lean_ctor_set(x_253, 2, x_251); +lean_ctor_set(x_253, 3, x_2); +x_254 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; +lean_inc(x_214); +lean_inc(x_178); +x_255 = l_Lean_Syntax_node2(x_178, x_254, x_214, x_253); +lean_inc(x_178); +x_256 = l_Lean_Syntax_node1(x_178, x_211, x_255); +x_257 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; +lean_inc(x_178); x_258 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_258, 0, x_176); +lean_ctor_set(x_258, 0, x_178); lean_ctor_set(x_258, 1, x_257); -x_259 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__1; -lean_inc(x_176); +x_259 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; +lean_inc(x_178); x_260 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_260, 0, x_176); +lean_ctor_set(x_260, 0, x_178); lean_ctor_set(x_260, 1, x_259); -x_261 = lean_box(2); -x_262 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_262, 0, x_261); -lean_ctor_set(x_262, 1, x_209); -lean_ctor_set(x_262, 2, x_14); -x_263 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__1; -lean_inc(x_232); -lean_inc(x_176); -x_264 = l_Lean_Syntax_node3(x_176, x_263, x_260, x_262, x_232); -lean_inc(x_176); -x_265 = l_Lean_Syntax_node1(x_176, x_209, x_264); -lean_inc(x_176); -x_266 = l_Lean_Syntax_node1(x_176, x_209, x_265); -x_267 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_176); -x_268 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_268, 0, x_176); -lean_ctor_set(x_268, 1, x_267); -x_269 = lean_usize_of_nat(x_190); -lean_dec(x_190); -x_270 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__12(x_3, x_269, x_238, x_16); +x_261 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__1; +lean_inc(x_178); +x_262 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_262, 0, x_178); +lean_ctor_set(x_262, 1, x_261); +x_263 = lean_box(2); +x_264 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_264, 0, x_263); +lean_ctor_set(x_264, 1, x_211); +lean_ctor_set(x_264, 2, x_16); +x_265 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__1; +lean_inc(x_234); +lean_inc(x_178); +x_266 = l_Lean_Syntax_node3(x_178, x_265, x_262, x_264, x_234); +lean_inc(x_178); +x_267 = l_Lean_Syntax_node1(x_178, x_211, x_266); +lean_inc(x_178); +x_268 = l_Lean_Syntax_node1(x_178, x_211, x_267); +x_269 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_178); +x_270 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_270, 0, x_178); +lean_ctor_set(x_270, 1, x_269); +x_271 = lean_usize_of_nat(x_192); +lean_dec(x_192); +x_272 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__12(x_3, x_271, x_240, x_18); lean_dec(x_3); -x_271 = lean_array_get_size(x_270); -x_272 = lean_usize_of_nat(x_271); -lean_dec(x_271); +x_273 = lean_array_get_size(x_272); +x_274 = lean_usize_of_nat(x_273); +lean_dec(x_273); lean_inc(x_2); -lean_inc(x_176); -x_273 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__13(x_176, x_177, x_2, x_2, x_196, x_209, x_242, x_230, x_232, x_272, x_238, x_270); -x_274 = l_Array_append___rarg(x_235, x_273); -lean_inc(x_176); -x_275 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_275, 0, x_176); -lean_ctor_set(x_275, 1, x_209); -lean_ctor_set(x_275, 2, x_274); -lean_inc(x_176); -x_276 = l_Lean_Syntax_node2(x_176, x_242, x_202, x_275); -x_277 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; -lean_inc(x_268); -lean_inc(x_258); -lean_inc(x_176); -x_278 = l_Lean_Syntax_node4(x_176, x_277, x_258, x_266, x_268, x_276); -lean_inc(x_176); -x_279 = l_Lean_Syntax_node1(x_176, x_209, x_206); -lean_inc(x_176); -x_280 = l_Lean_Syntax_node1(x_176, x_209, x_279); -lean_inc(x_176); -x_281 = l_Lean_Syntax_node4(x_176, x_277, x_258, x_280, x_268, x_122); -lean_inc(x_176); -x_282 = l_Lean_Syntax_node2(x_176, x_209, x_278, x_281); -x_283 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; -lean_inc(x_176); -x_284 = l_Lean_Syntax_node1(x_176, x_283, x_282); -x_285 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; -lean_inc(x_212); -lean_inc(x_176); -x_286 = l_Lean_Syntax_node6(x_176, x_285, x_247, x_212, x_212, x_254, x_256, x_284); -x_287 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__17; -lean_inc(x_176); -x_288 = l_Lean_Syntax_node6(x_176, x_287, x_222, x_226, x_228, x_243, x_245, x_286); -x_289 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__12; -x_290 = l_Lean_Syntax_node4(x_176, x_289, x_198, x_218, x_220, x_288); -lean_ctor_set(x_192, 0, x_290); -return x_192; +lean_inc(x_178); +x_275 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__13(x_178, x_179, x_2, x_2, x_198, x_211, x_244, x_232, x_234, x_274, x_240, x_272); +x_276 = l_Array_append___rarg(x_237, x_275); +lean_inc(x_178); +x_277 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_277, 0, x_178); +lean_ctor_set(x_277, 1, x_211); +lean_ctor_set(x_277, 2, x_276); +lean_inc(x_178); +x_278 = l_Lean_Syntax_node2(x_178, x_244, x_204, x_277); +x_279 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +lean_inc(x_270); +lean_inc(x_260); +lean_inc(x_178); +x_280 = l_Lean_Syntax_node4(x_178, x_279, x_260, x_268, x_270, x_278); +lean_inc(x_178); +x_281 = l_Lean_Syntax_node1(x_178, x_211, x_208); +lean_inc(x_178); +x_282 = l_Lean_Syntax_node1(x_178, x_211, x_281); +lean_inc(x_178); +x_283 = l_Lean_Syntax_node4(x_178, x_279, x_260, x_282, x_270, x_124); +lean_inc(x_178); +x_284 = l_Lean_Syntax_node2(x_178, x_211, x_280, x_283); +x_285 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +lean_inc(x_178); +x_286 = l_Lean_Syntax_node1(x_178, x_285, x_284); +x_287 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; +lean_inc(x_214); +lean_inc(x_178); +x_288 = l_Lean_Syntax_node6(x_178, x_287, x_249, x_214, x_214, x_256, x_258, x_286); +x_289 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__17; +lean_inc(x_178); +x_290 = l_Lean_Syntax_node6(x_178, x_289, x_224, x_228, x_230, x_245, x_247, x_288); +x_291 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__12; +x_292 = l_Lean_Syntax_node4(x_178, x_291, x_200, x_220, x_222, x_290); +lean_ctor_set(x_194, 0, x_292); +return x_194; } else { -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; size_t x_335; size_t 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; size_t x_367; lean_object* x_368; lean_object* x_369; size_t 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; -x_291 = lean_ctor_get(x_192, 0); -x_292 = lean_ctor_get(x_192, 1); -lean_inc(x_292); -lean_inc(x_291); -lean_dec(x_192); -x_293 = lean_ctor_get(x_291, 0); -lean_inc(x_293); -lean_dec(x_291); -x_294 = lean_environment_main_module(x_293); -x_295 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__11; -lean_inc(x_176); -x_296 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_296, 0, x_176); -lean_ctor_set(x_296, 1, x_295); -x_297 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__15; -lean_inc(x_177); +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; size_t x_337; size_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; 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; size_t x_369; lean_object* x_370; lean_object* x_371; size_t x_372; lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; +x_293 = lean_ctor_get(x_194, 0); +x_294 = lean_ctor_get(x_194, 1); lean_inc(x_294); -x_298 = l_Lean_addMacroScope(x_294, x_297, x_177); -x_299 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__14; +lean_inc(x_293); +lean_dec(x_194); +x_295 = lean_ctor_get(x_293, 0); +lean_inc(x_295); +lean_dec(x_293); +x_296 = lean_environment_main_module(x_295); +x_297 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__11; +lean_inc(x_178); +x_298 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_298, 0, x_178); +lean_ctor_set(x_298, 1, x_297); +x_299 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__15; +lean_inc(x_179); +lean_inc(x_296); +x_300 = l_Lean_addMacroScope(x_296, x_299, x_179); +x_301 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__14; lean_inc(x_2); -lean_inc(x_176); -x_300 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_300, 0, x_176); -lean_ctor_set(x_300, 1, x_299); -lean_ctor_set(x_300, 2, x_298); -lean_ctor_set(x_300, 3, x_2); -x_301 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; -lean_inc(x_176); -x_302 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_302, 0, x_176); +lean_inc(x_178); +x_302 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_302, 0, x_178); lean_ctor_set(x_302, 1, x_301); -x_303 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; -lean_inc(x_176); -x_304 = l_Lean_Syntax_node1(x_176, x_303, x_302); -lean_inc(x_304); -x_305 = l_Array_mkArray1___rarg(x_304); -lean_inc(x_16); -x_306 = l_Array_append___rarg(x_305, x_16); -x_307 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_176); -x_308 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_308, 0, x_176); -lean_ctor_set(x_308, 1, x_307); -lean_ctor_set(x_308, 2, x_306); -x_309 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; -lean_inc(x_176); +lean_ctor_set(x_302, 2, x_300); +lean_ctor_set(x_302, 3, x_2); +x_303 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; +lean_inc(x_178); +x_304 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_304, 0, x_178); +lean_ctor_set(x_304, 1, x_303); +x_305 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; +lean_inc(x_178); +x_306 = l_Lean_Syntax_node1(x_178, x_305, x_304); +lean_inc(x_306); +x_307 = l_Array_mkArray1___rarg(x_306); +lean_inc(x_18); +x_308 = l_Array_append___rarg(x_307, x_18); +x_309 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_178); x_310 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_310, 0, x_176); -lean_ctor_set(x_310, 1, x_307); -lean_ctor_set(x_310, 2, x_309); -x_311 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; -lean_inc(x_176); -x_312 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_312, 0, x_176); -lean_ctor_set(x_312, 1, x_311); -x_313 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__9; -lean_inc(x_310); -lean_inc(x_300); -lean_inc(x_176); -x_314 = l_Lean_Syntax_node5(x_176, x_313, x_300, x_308, x_310, x_312, x_19); -x_315 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__7; -lean_inc(x_176); -x_316 = l_Lean_Syntax_node1(x_176, x_315, x_314); -x_317 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; -lean_inc(x_176); -x_318 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_318, 0, x_176); -lean_ctor_set(x_318, 1, x_317); -x_319 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__18; -lean_inc(x_176); +lean_ctor_set(x_310, 0, x_178); +lean_ctor_set(x_310, 1, x_309); +lean_ctor_set(x_310, 2, x_308); +x_311 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__12; +lean_inc(x_178); +x_312 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_312, 0, x_178); +lean_ctor_set(x_312, 1, x_309); +lean_ctor_set(x_312, 2, x_311); +x_313 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__13; +lean_inc(x_178); +x_314 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_314, 0, x_178); +lean_ctor_set(x_314, 1, x_313); +x_315 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__9; +lean_inc(x_312); +lean_inc(x_302); +lean_inc(x_178); +x_316 = l_Lean_Syntax_node5(x_178, x_315, x_302, x_310, x_312, x_314, x_21); +x_317 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__7; +lean_inc(x_178); +x_318 = l_Lean_Syntax_node1(x_178, x_317, x_316); +x_319 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__14; +lean_inc(x_178); x_320 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_320, 0, x_176); +lean_ctor_set(x_320, 0, x_178); lean_ctor_set(x_320, 1, x_319); -x_321 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__22; -lean_inc(x_177); -lean_inc(x_294); -x_322 = l_Lean_addMacroScope(x_294, x_321, x_177); -x_323 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__20; +x_321 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__18; +lean_inc(x_178); +x_322 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_322, 0, x_178); +lean_ctor_set(x_322, 1, x_321); +x_323 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__22; +lean_inc(x_179); +lean_inc(x_296); +x_324 = l_Lean_addMacroScope(x_296, x_323, x_179); +x_325 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__20; lean_inc(x_2); -lean_inc(x_176); -x_324 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_324, 0, x_176); -lean_ctor_set(x_324, 1, x_323); -lean_ctor_set(x_324, 2, x_322); -lean_ctor_set(x_324, 3, x_2); -x_325 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__23; -lean_inc(x_176); -x_326 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_326, 0, x_176); +lean_inc(x_178); +x_326 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_326, 0, x_178); lean_ctor_set(x_326, 1, x_325); -x_327 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; -lean_inc(x_176); +lean_ctor_set(x_326, 2, x_324); +lean_ctor_set(x_326, 3, x_2); +x_327 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__23; +lean_inc(x_178); x_328 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_328, 0, x_176); +lean_ctor_set(x_328, 0, x_178); lean_ctor_set(x_328, 1, x_327); -x_329 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; -lean_inc(x_176); +x_329 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; +lean_inc(x_178); x_330 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_330, 0, x_176); +lean_ctor_set(x_330, 0, x_178); lean_ctor_set(x_330, 1, x_329); -x_331 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__25; +x_331 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; +lean_inc(x_178); +x_332 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_332, 0, x_178); +lean_ctor_set(x_332, 1, x_331); +x_333 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__25; +lean_inc(x_332); +lean_inc(x_312); lean_inc(x_330); -lean_inc(x_310); -lean_inc(x_328); -lean_inc(x_176); -x_332 = l_Lean_Syntax_node3(x_176, x_331, x_328, x_310, x_330); -x_333 = l_Array_mkArray1___rarg(x_332); -x_334 = lean_array_get_size(x_191); -x_335 = lean_usize_of_nat(x_334); -lean_dec(x_334); -x_336 = 0; -x_337 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_335, x_336, x_191); -lean_inc(x_333); -x_338 = l_Array_append___rarg(x_333, x_337); -lean_inc(x_176); -x_339 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_339, 0, x_176); -lean_ctor_set(x_339, 1, x_307); -lean_ctor_set(x_339, 2, x_338); -x_340 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_300); -lean_inc(x_176); -x_341 = l_Lean_Syntax_node2(x_176, x_340, x_300, x_339); -x_342 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__26; -lean_inc(x_176); -x_343 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_343, 0, x_176); -lean_ctor_set(x_343, 1, x_342); -x_344 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; -lean_inc(x_176); +lean_inc(x_178); +x_334 = l_Lean_Syntax_node3(x_178, x_333, x_330, x_312, x_332); +x_335 = l_Array_mkArray1___rarg(x_334); +x_336 = lean_array_get_size(x_193); +x_337 = lean_usize_of_nat(x_336); +lean_dec(x_336); +x_338 = 0; +x_339 = l_Array_mapMUnsafe_map___at___aux__Init__NotationExtra______macroRules__term_x25_x5b___x7c___x5d__1___spec__3(x_337, x_338, x_193); +lean_inc(x_335); +x_340 = l_Array_append___rarg(x_335, x_339); +lean_inc(x_178); +x_341 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_341, 0, x_178); +lean_ctor_set(x_341, 1, x_309); +lean_ctor_set(x_341, 2, x_340); +x_342 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_302); +lean_inc(x_178); +x_343 = l_Lean_Syntax_node2(x_178, x_342, x_302, x_341); +x_344 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__26; +lean_inc(x_178); x_345 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_345, 0, x_176); +lean_ctor_set(x_345, 0, x_178); lean_ctor_set(x_345, 1, x_344); -x_346 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_177); -lean_inc(x_294); -x_347 = l_Lean_addMacroScope(x_294, x_346, x_177); -x_348 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_346 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +lean_inc(x_178); +x_347 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_347, 0, x_178); +lean_ctor_set(x_347, 1, x_346); +x_348 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_179); +lean_inc(x_296); +x_349 = l_Lean_addMacroScope(x_296, x_348, x_179); +x_350 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_176); -x_349 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_349, 0, x_176); -lean_ctor_set(x_349, 1, x_348); -lean_ctor_set(x_349, 2, x_347); -lean_ctor_set(x_349, 3, x_2); -x_350 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; -lean_inc(x_310); -lean_inc(x_176); -x_351 = l_Lean_Syntax_node2(x_176, x_350, x_310, x_349); -lean_inc(x_176); -x_352 = l_Lean_Syntax_node1(x_176, x_307, x_351); -x_353 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; -lean_inc(x_176); -x_354 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_354, 0, x_176); -lean_ctor_set(x_354, 1, x_353); -x_355 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; -lean_inc(x_176); +lean_inc(x_178); +x_351 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_351, 0, x_178); +lean_ctor_set(x_351, 1, x_350); +lean_ctor_set(x_351, 2, x_349); +lean_ctor_set(x_351, 3, x_2); +x_352 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; +lean_inc(x_312); +lean_inc(x_178); +x_353 = l_Lean_Syntax_node2(x_178, x_352, x_312, x_351); +lean_inc(x_178); +x_354 = l_Lean_Syntax_node1(x_178, x_309, x_353); +x_355 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; +lean_inc(x_178); x_356 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_356, 0, x_176); +lean_ctor_set(x_356, 0, x_178); lean_ctor_set(x_356, 1, x_355); -x_357 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__1; -lean_inc(x_176); +x_357 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; +lean_inc(x_178); x_358 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_358, 0, x_176); +lean_ctor_set(x_358, 0, x_178); lean_ctor_set(x_358, 1, x_357); -x_359 = lean_box(2); -x_360 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_360, 0, x_359); -lean_ctor_set(x_360, 1, x_307); -lean_ctor_set(x_360, 2, x_14); -x_361 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__1; -lean_inc(x_330); -lean_inc(x_176); -x_362 = l_Lean_Syntax_node3(x_176, x_361, x_358, x_360, x_330); -lean_inc(x_176); -x_363 = l_Lean_Syntax_node1(x_176, x_307, x_362); -lean_inc(x_176); -x_364 = l_Lean_Syntax_node1(x_176, x_307, x_363); -x_365 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; -lean_inc(x_176); -x_366 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_366, 0, x_176); -lean_ctor_set(x_366, 1, x_365); -x_367 = lean_usize_of_nat(x_190); -lean_dec(x_190); -x_368 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__12(x_3, x_367, x_336, x_16); +x_359 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3___closed__1; +lean_inc(x_178); +x_360 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_360, 0, x_178); +lean_ctor_set(x_360, 1, x_359); +x_361 = lean_box(2); +x_362 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_362, 0, x_361); +lean_ctor_set(x_362, 1, x_309); +lean_ctor_set(x_362, 2, x_16); +x_363 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__1; +lean_inc(x_332); +lean_inc(x_178); +x_364 = l_Lean_Syntax_node3(x_178, x_363, x_360, x_362, x_332); +lean_inc(x_178); +x_365 = l_Lean_Syntax_node1(x_178, x_309, x_364); +lean_inc(x_178); +x_366 = l_Lean_Syntax_node1(x_178, x_309, x_365); +x_367 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; +lean_inc(x_178); +x_368 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_368, 0, x_178); +lean_ctor_set(x_368, 1, x_367); +x_369 = lean_usize_of_nat(x_192); +lean_dec(x_192); +x_370 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__12(x_3, x_369, x_338, x_18); lean_dec(x_3); -x_369 = lean_array_get_size(x_368); -x_370 = lean_usize_of_nat(x_369); -lean_dec(x_369); +x_371 = lean_array_get_size(x_370); +x_372 = lean_usize_of_nat(x_371); +lean_dec(x_371); lean_inc(x_2); -lean_inc(x_176); -x_371 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__13(x_176, x_177, x_2, x_2, x_294, x_307, x_340, x_328, x_330, x_370, x_336, x_368); -x_372 = l_Array_append___rarg(x_333, x_371); -lean_inc(x_176); -x_373 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_373, 0, x_176); -lean_ctor_set(x_373, 1, x_307); -lean_ctor_set(x_373, 2, x_372); -lean_inc(x_176); -x_374 = l_Lean_Syntax_node2(x_176, x_340, x_300, x_373); -x_375 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; -lean_inc(x_366); -lean_inc(x_356); -lean_inc(x_176); -x_376 = l_Lean_Syntax_node4(x_176, x_375, x_356, x_364, x_366, x_374); -lean_inc(x_176); -x_377 = l_Lean_Syntax_node1(x_176, x_307, x_304); -lean_inc(x_176); -x_378 = l_Lean_Syntax_node1(x_176, x_307, x_377); -lean_inc(x_176); -x_379 = l_Lean_Syntax_node4(x_176, x_375, x_356, x_378, x_366, x_122); -lean_inc(x_176); -x_380 = l_Lean_Syntax_node2(x_176, x_307, x_376, x_379); -x_381 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; -lean_inc(x_176); -x_382 = l_Lean_Syntax_node1(x_176, x_381, x_380); -x_383 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; -lean_inc(x_310); -lean_inc(x_176); -x_384 = l_Lean_Syntax_node6(x_176, x_383, x_345, x_310, x_310, x_352, x_354, x_382); -x_385 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__17; -lean_inc(x_176); -x_386 = l_Lean_Syntax_node6(x_176, x_385, x_320, x_324, x_326, x_341, x_343, x_384); -x_387 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__12; -x_388 = l_Lean_Syntax_node4(x_176, x_387, x_296, x_316, x_318, x_386); -x_389 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_389, 0, x_388); -lean_ctor_set(x_389, 1, x_292); -return x_389; +lean_inc(x_178); +x_373 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__13(x_178, x_179, x_2, x_2, x_296, x_309, x_342, x_330, x_332, x_372, x_338, x_370); +x_374 = l_Array_append___rarg(x_335, x_373); +lean_inc(x_178); +x_375 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_375, 0, x_178); +lean_ctor_set(x_375, 1, x_309); +lean_ctor_set(x_375, 2, x_374); +lean_inc(x_178); +x_376 = l_Lean_Syntax_node2(x_178, x_342, x_302, x_375); +x_377 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +lean_inc(x_368); +lean_inc(x_358); +lean_inc(x_178); +x_378 = l_Lean_Syntax_node4(x_178, x_377, x_358, x_366, x_368, x_376); +lean_inc(x_178); +x_379 = l_Lean_Syntax_node1(x_178, x_309, x_306); +lean_inc(x_178); +x_380 = l_Lean_Syntax_node1(x_178, x_309, x_379); +lean_inc(x_178); +x_381 = l_Lean_Syntax_node4(x_178, x_377, x_358, x_380, x_368, x_124); +lean_inc(x_178); +x_382 = l_Lean_Syntax_node2(x_178, x_309, x_378, x_381); +x_383 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +lean_inc(x_178); +x_384 = l_Lean_Syntax_node1(x_178, x_383, x_382); +x_385 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; +lean_inc(x_312); +lean_inc(x_178); +x_386 = l_Lean_Syntax_node6(x_178, x_385, x_347, x_312, x_312, x_354, x_356, x_384); +x_387 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__17; +lean_inc(x_178); +x_388 = l_Lean_Syntax_node6(x_178, x_387, x_322, x_326, x_328, x_343, x_345, x_386); +x_389 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__12; +x_390 = l_Lean_Syntax_node4(x_178, x_389, x_298, x_318, x_320, x_388); +x_391 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_391, 0, x_390); +lean_ctor_set(x_391, 1, x_294); +return x_391; } } } case 1: { -lean_object* x_390; lean_object* x_391; lean_object* x_392; uint8_t x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; uint8_t x_419; -lean_dec(x_121); -lean_dec(x_71); -x_390 = lean_ctor_get(x_21, 0); -lean_inc(x_390); -x_391 = lean_ctor_get(x_21, 1); -lean_inc(x_391); -lean_dec(x_21); -x_392 = lean_ctor_get(x_10, 5); +lean_object* x_392; lean_object* x_393; lean_object* x_394; uint8_t x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; lean_object* x_420; uint8_t x_421; +lean_dec(x_123); +lean_dec(x_73); +x_392 = lean_ctor_get(x_23, 0); lean_inc(x_392); -x_393 = 0; -x_394 = l_Lean_SourceInfo_fromRef(x_392, x_393); -x_395 = lean_ctor_get(x_10, 10); -lean_inc(x_395); -x_396 = lean_st_ref_get(x_11, x_391); -x_397 = lean_ctor_get(x_396, 0); +x_393 = lean_ctor_get(x_23, 1); +lean_inc(x_393); +lean_dec(x_23); +x_394 = lean_ctor_get(x_10, 5); +lean_inc(x_394); +x_395 = 0; +x_396 = l_Lean_SourceInfo_fromRef(x_394, x_395); +x_397 = lean_ctor_get(x_10, 10); lean_inc(x_397); -x_398 = lean_ctor_get(x_396, 1); -lean_inc(x_398); -lean_dec(x_396); -x_399 = lean_ctor_get(x_397, 0); +x_398 = lean_st_ref_get(x_11, x_393); +x_399 = lean_ctor_get(x_398, 0); lean_inc(x_399); -lean_dec(x_397); -x_400 = lean_environment_main_module(x_399); -x_401 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; -lean_inc(x_395); +x_400 = lean_ctor_get(x_398, 1); lean_inc(x_400); -x_402 = l_Lean_addMacroScope(x_400, x_401, x_395); -x_403 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; -lean_inc(x_2); -x_404 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_404, 0, x_403); -lean_ctor_set(x_404, 1, x_2); -x_405 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_dec(x_398); +x_401 = lean_ctor_get(x_399, 0); +lean_inc(x_401); +lean_dec(x_399); +x_402 = lean_environment_main_module(x_401); +x_403 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; +lean_inc(x_397); +lean_inc(x_402); +x_404 = l_Lean_addMacroScope(x_402, x_403, x_397); +x_405 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; lean_inc(x_2); x_406 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_406, 0, x_405); lean_ctor_set(x_406, 1, x_2); -x_407 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_407, 0, x_404); -lean_ctor_set(x_407, 1, x_406); -x_408 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -lean_inc(x_394); -x_409 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_409, 0, x_394); +x_407 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_inc(x_2); +x_408 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_408, 0, x_407); +lean_ctor_set(x_408, 1, x_2); +x_409 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_409, 0, x_406); lean_ctor_set(x_409, 1, x_408); -lean_ctor_set(x_409, 2, x_402); -lean_ctor_set(x_409, 3, x_407); -x_410 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_395); -x_411 = l_Lean_addMacroScope(x_400, x_410, x_395); -x_412 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_410 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; +lean_inc(x_396); +x_411 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_411, 0, x_396); +lean_ctor_set(x_411, 1, x_410); +lean_ctor_set(x_411, 2, x_404); +lean_ctor_set(x_411, 3, x_409); +x_412 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_397); +x_413 = l_Lean_addMacroScope(x_402, x_412, x_397); +x_414 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_394); -x_413 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_413, 0, x_394); -lean_ctor_set(x_413, 1, x_412); -lean_ctor_set(x_413, 2, x_411); -lean_ctor_set(x_413, 3, x_2); -x_414 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_394); -x_415 = l_Lean_Syntax_node1(x_394, x_414, x_413); -x_416 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_394); -x_417 = l_Lean_Syntax_node2(x_394, x_416, x_409, x_415); -x_418 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_419 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_13, x_418); -lean_dec(x_13); -if (x_419 == 0) +lean_inc(x_396); +x_415 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_415, 0, x_396); +lean_ctor_set(x_415, 1, x_414); +lean_ctor_set(x_415, 2, x_413); +lean_ctor_set(x_415, 3, x_2); +x_416 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_396); +x_417 = l_Lean_Syntax_node1(x_396, x_416, x_415); +x_418 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_396); +x_419 = l_Lean_Syntax_node2(x_396, x_418, x_411, x_417); +x_420 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_421 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_15, x_420); +lean_dec(x_15); +if (x_421 == 0) { -lean_object* x_420; lean_object* x_421; -lean_dec(x_395); -lean_dec(x_394); -x_420 = lean_box(0); -x_421 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__20(x_16, x_14, x_414, x_2, x_416, x_390, x_3, x_19, x_417, x_420, x_6, x_7, x_8, x_9, x_10, x_11, x_398); -return x_421; +lean_object* x_422; lean_object* x_423; +lean_dec(x_397); +lean_dec(x_396); +x_422 = lean_box(0); +x_423 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__20(x_18, x_16, x_416, x_2, x_418, x_392, x_3, x_21, x_419, x_422, x_6, x_7, x_8, x_9, x_10, x_11, x_400); +return x_423; } else { -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; -x_422 = lean_st_ref_get(x_11, x_398); -x_423 = lean_ctor_get(x_422, 0); -lean_inc(x_423); -x_424 = lean_ctor_get(x_422, 1); -lean_inc(x_424); -lean_dec(x_422); -x_425 = lean_ctor_get(x_423, 0); +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; +x_424 = lean_st_ref_get(x_11, x_400); +x_425 = lean_ctor_get(x_424, 0); lean_inc(x_425); -lean_dec(x_423); -x_426 = lean_environment_main_module(x_425); -x_427 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; -x_428 = l_Lean_addMacroScope(x_426, x_427, x_395); -lean_inc(x_2); -x_429 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_429, 0, x_427); -lean_ctor_set(x_429, 1, x_2); -x_430 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +x_426 = lean_ctor_get(x_424, 1); +lean_inc(x_426); +lean_dec(x_424); +x_427 = lean_ctor_get(x_425, 0); +lean_inc(x_427); +lean_dec(x_425); +x_428 = lean_environment_main_module(x_427); +x_429 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; +x_430 = l_Lean_addMacroScope(x_428, x_429, x_397); lean_inc(x_2); x_431 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_431, 0, x_430); +lean_ctor_set(x_431, 0, x_429); lean_ctor_set(x_431, 1, x_2); -x_432 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_432, 0, x_429); -lean_ctor_set(x_432, 1, x_431); -x_433 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; -lean_inc(x_394); -x_434 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_434, 0, x_394); +x_432 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +lean_inc(x_2); +x_433 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_433, 0, x_432); +lean_ctor_set(x_433, 1, x_2); +x_434 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_434, 0, x_431); lean_ctor_set(x_434, 1, x_433); -lean_ctor_set(x_434, 2, x_428); -lean_ctor_set(x_434, 3, x_432); -lean_inc(x_394); -x_435 = l_Lean_Syntax_node1(x_394, x_414, x_417); -x_436 = l_Lean_Syntax_node2(x_394, x_416, x_434, x_435); -x_437 = lean_box(0); -x_438 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__20(x_16, x_14, x_414, x_2, x_416, x_390, x_3, x_19, x_436, x_437, x_6, x_7, x_8, x_9, x_10, x_11, x_424); -return x_438; +x_435 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; +lean_inc(x_396); +x_436 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_436, 0, x_396); +lean_ctor_set(x_436, 1, x_435); +lean_ctor_set(x_436, 2, x_430); +lean_ctor_set(x_436, 3, x_434); +lean_inc(x_396); +x_437 = l_Lean_Syntax_node1(x_396, x_416, x_419); +x_438 = l_Lean_Syntax_node2(x_396, x_418, x_436, x_437); +x_439 = lean_box(0); +x_440 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__20(x_18, x_16, x_416, x_2, x_418, x_392, x_3, x_21, x_438, x_439, x_6, x_7, x_8, x_9, x_10, x_11, x_426); +return x_440; } } default: { -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; 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; uint8_t x_468; -lean_dec(x_121); -lean_dec(x_71); -x_439 = lean_ctor_get(x_21, 0); -lean_inc(x_439); -x_440 = lean_ctor_get(x_21, 1); -lean_inc(x_440); -lean_dec(x_21); -x_441 = lean_ctor_get(x_10, 5); +lean_object* x_441; lean_object* x_442; lean_object* x_443; uint8_t x_444; lean_object* x_445; lean_object* x_446; lean_object* x_447; lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; uint8_t x_470; +lean_dec(x_123); +lean_dec(x_73); +x_441 = lean_ctor_get(x_23, 0); lean_inc(x_441); -x_442 = 0; -x_443 = l_Lean_SourceInfo_fromRef(x_441, x_442); -x_444 = lean_ctor_get(x_10, 10); -lean_inc(x_444); -x_445 = lean_st_ref_get(x_11, x_440); -x_446 = lean_ctor_get(x_445, 0); +x_442 = lean_ctor_get(x_23, 1); +lean_inc(x_442); +lean_dec(x_23); +x_443 = lean_ctor_get(x_10, 5); +lean_inc(x_443); +x_444 = 0; +x_445 = l_Lean_SourceInfo_fromRef(x_443, x_444); +x_446 = lean_ctor_get(x_10, 10); 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_446, 0); +x_447 = lean_st_ref_get(x_11, x_442); +x_448 = lean_ctor_get(x_447, 0); lean_inc(x_448); -lean_dec(x_446); -x_449 = lean_environment_main_module(x_448); -x_450 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; -lean_inc(x_444); +x_449 = lean_ctor_get(x_447, 1); lean_inc(x_449); -x_451 = l_Lean_addMacroScope(x_449, x_450, x_444); -x_452 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; -lean_inc(x_2); -x_453 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_453, 0, x_452); -lean_ctor_set(x_453, 1, x_2); -x_454 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_dec(x_447); +x_450 = lean_ctor_get(x_448, 0); +lean_inc(x_450); +lean_dec(x_448); +x_451 = lean_environment_main_module(x_450); +x_452 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; +lean_inc(x_446); +lean_inc(x_451); +x_453 = l_Lean_addMacroScope(x_451, x_452, x_446); +x_454 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; lean_inc(x_2); x_455 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_455, 0, x_454); lean_ctor_set(x_455, 1, x_2); -x_456 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_456, 0, x_453); -lean_ctor_set(x_456, 1, x_455); -x_457 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -lean_inc(x_443); -x_458 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_458, 0, x_443); +x_456 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_inc(x_2); +x_457 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_457, 0, x_456); +lean_ctor_set(x_457, 1, x_2); +x_458 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_458, 0, x_455); lean_ctor_set(x_458, 1, x_457); -lean_ctor_set(x_458, 2, x_451); -lean_ctor_set(x_458, 3, x_456); -x_459 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_444); -x_460 = l_Lean_addMacroScope(x_449, x_459, x_444); -x_461 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_459 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; +lean_inc(x_445); +x_460 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_460, 0, x_445); +lean_ctor_set(x_460, 1, x_459); +lean_ctor_set(x_460, 2, x_453); +lean_ctor_set(x_460, 3, x_458); +x_461 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_446); +x_462 = l_Lean_addMacroScope(x_451, x_461, x_446); +x_463 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_443); -x_462 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_462, 0, x_443); -lean_ctor_set(x_462, 1, x_461); -lean_ctor_set(x_462, 2, x_460); -lean_ctor_set(x_462, 3, x_2); -x_463 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_443); -x_464 = l_Lean_Syntax_node1(x_443, x_463, x_462); -x_465 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_443); -x_466 = l_Lean_Syntax_node2(x_443, x_465, x_458, x_464); -x_467 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_468 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_13, x_467); -lean_dec(x_13); -if (x_468 == 0) +lean_inc(x_445); +x_464 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_464, 0, x_445); +lean_ctor_set(x_464, 1, x_463); +lean_ctor_set(x_464, 2, x_462); +lean_ctor_set(x_464, 3, x_2); +x_465 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_445); +x_466 = l_Lean_Syntax_node1(x_445, x_465, x_464); +x_467 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_445); +x_468 = l_Lean_Syntax_node2(x_445, x_467, x_460, x_466); +x_469 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_470 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_15, x_469); +lean_dec(x_15); +if (x_470 == 0) { -lean_object* x_469; lean_object* x_470; -lean_dec(x_444); -lean_dec(x_443); -x_469 = lean_box(0); -x_470 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__21(x_16, x_14, x_463, x_2, x_465, x_439, x_3, x_19, x_466, x_469, x_6, x_7, x_8, x_9, x_10, x_11, x_447); -return x_470; +lean_object* x_471; lean_object* x_472; +lean_dec(x_446); +lean_dec(x_445); +x_471 = lean_box(0); +x_472 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__21(x_18, x_16, x_465, x_2, x_467, x_441, x_3, x_21, x_468, x_471, x_6, x_7, x_8, x_9, x_10, x_11, x_449); +return x_472; } else { -lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; -x_471 = lean_st_ref_get(x_11, x_447); -x_472 = lean_ctor_get(x_471, 0); -lean_inc(x_472); -x_473 = lean_ctor_get(x_471, 1); -lean_inc(x_473); -lean_dec(x_471); -x_474 = lean_ctor_get(x_472, 0); +lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; +x_473 = lean_st_ref_get(x_11, x_449); +x_474 = lean_ctor_get(x_473, 0); lean_inc(x_474); -lean_dec(x_472); -x_475 = lean_environment_main_module(x_474); -x_476 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; -x_477 = l_Lean_addMacroScope(x_475, x_476, x_444); -lean_inc(x_2); -x_478 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_478, 0, x_476); -lean_ctor_set(x_478, 1, x_2); -x_479 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +x_475 = lean_ctor_get(x_473, 1); +lean_inc(x_475); +lean_dec(x_473); +x_476 = lean_ctor_get(x_474, 0); +lean_inc(x_476); +lean_dec(x_474); +x_477 = lean_environment_main_module(x_476); +x_478 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; +x_479 = l_Lean_addMacroScope(x_477, x_478, x_446); lean_inc(x_2); x_480 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_480, 0, x_479); +lean_ctor_set(x_480, 0, x_478); lean_ctor_set(x_480, 1, x_2); -x_481 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_481, 0, x_478); -lean_ctor_set(x_481, 1, x_480); -x_482 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; -lean_inc(x_443); -x_483 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_483, 0, x_443); +x_481 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +lean_inc(x_2); +x_482 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_482, 0, x_481); +lean_ctor_set(x_482, 1, x_2); +x_483 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_483, 0, x_480); lean_ctor_set(x_483, 1, x_482); -lean_ctor_set(x_483, 2, x_477); -lean_ctor_set(x_483, 3, x_481); -lean_inc(x_443); -x_484 = l_Lean_Syntax_node1(x_443, x_463, x_466); -x_485 = l_Lean_Syntax_node2(x_443, x_465, x_483, x_484); -x_486 = lean_box(0); -x_487 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__21(x_16, x_14, x_463, x_2, x_465, x_439, x_3, x_19, x_485, x_486, x_6, x_7, x_8, x_9, x_10, x_11, x_473); -return x_487; +x_484 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; +lean_inc(x_445); +x_485 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_485, 0, x_445); +lean_ctor_set(x_485, 1, x_484); +lean_ctor_set(x_485, 2, x_479); +lean_ctor_set(x_485, 3, x_483); +lean_inc(x_445); +x_486 = l_Lean_Syntax_node1(x_445, x_465, x_468); +x_487 = l_Lean_Syntax_node2(x_445, x_467, x_485, x_486); +x_488 = lean_box(0); +x_489 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__21(x_18, x_16, x_465, x_2, x_467, x_441, x_3, x_21, x_487, x_488, x_6, x_7, x_8, x_9, x_10, x_11, x_475); +return x_489; } } } } default: { -lean_object* x_488; lean_object* x_489; lean_object* x_490; uint8_t 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; uint8_t x_517; -lean_dec(x_71); -x_488 = lean_ctor_get(x_21, 0); -lean_inc(x_488); -x_489 = lean_ctor_get(x_21, 1); -lean_inc(x_489); -lean_dec(x_21); -x_490 = lean_ctor_get(x_10, 5); +lean_object* x_490; lean_object* x_491; lean_object* x_492; uint8_t 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; uint8_t x_519; +lean_dec(x_73); +x_490 = lean_ctor_get(x_23, 0); lean_inc(x_490); -x_491 = 0; -x_492 = l_Lean_SourceInfo_fromRef(x_490, x_491); -x_493 = lean_ctor_get(x_10, 10); -lean_inc(x_493); -x_494 = lean_st_ref_get(x_11, x_489); -x_495 = lean_ctor_get(x_494, 0); +x_491 = lean_ctor_get(x_23, 1); +lean_inc(x_491); +lean_dec(x_23); +x_492 = lean_ctor_get(x_10, 5); +lean_inc(x_492); +x_493 = 0; +x_494 = l_Lean_SourceInfo_fromRef(x_492, x_493); +x_495 = lean_ctor_get(x_10, 10); lean_inc(x_495); -x_496 = lean_ctor_get(x_494, 1); -lean_inc(x_496); -lean_dec(x_494); -x_497 = lean_ctor_get(x_495, 0); +x_496 = lean_st_ref_get(x_11, x_491); +x_497 = lean_ctor_get(x_496, 0); lean_inc(x_497); -lean_dec(x_495); -x_498 = lean_environment_main_module(x_497); -x_499 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; -lean_inc(x_493); +x_498 = lean_ctor_get(x_496, 1); lean_inc(x_498); -x_500 = l_Lean_addMacroScope(x_498, x_499, x_493); -x_501 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; -lean_inc(x_2); -x_502 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_502, 0, x_501); -lean_ctor_set(x_502, 1, x_2); -x_503 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_dec(x_496); +x_499 = lean_ctor_get(x_497, 0); +lean_inc(x_499); +lean_dec(x_497); +x_500 = lean_environment_main_module(x_499); +x_501 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__3; +lean_inc(x_495); +lean_inc(x_500); +x_502 = l_Lean_addMacroScope(x_500, x_501, x_495); +x_503 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__4; lean_inc(x_2); x_504 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_504, 0, x_503); lean_ctor_set(x_504, 1, x_2); -x_505 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_505, 0, x_502); -lean_ctor_set(x_505, 1, x_504); -x_506 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; -lean_inc(x_492); -x_507 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_507, 0, x_492); +x_505 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__5; +lean_inc(x_2); +x_506 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_506, 0, x_505); +lean_ctor_set(x_506, 1, x_2); +x_507 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_507, 0, x_504); lean_ctor_set(x_507, 1, x_506); -lean_ctor_set(x_507, 2, x_500); -lean_ctor_set(x_507, 3, x_505); -x_508 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -lean_inc(x_493); -x_509 = l_Lean_addMacroScope(x_498, x_508, x_493); -x_510 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_508 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__2; +lean_inc(x_494); +x_509 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_509, 0, x_494); +lean_ctor_set(x_509, 1, x_508); +lean_ctor_set(x_509, 2, x_502); +lean_ctor_set(x_509, 3, x_507); +x_510 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +lean_inc(x_495); +x_511 = l_Lean_addMacroScope(x_500, x_510, x_495); +x_512 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_2); -lean_inc(x_492); -x_511 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_511, 0, x_492); -lean_ctor_set(x_511, 1, x_510); -lean_ctor_set(x_511, 2, x_509); -lean_ctor_set(x_511, 3, x_2); -x_512 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_492); -x_513 = l_Lean_Syntax_node1(x_492, x_512, x_511); -x_514 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; -lean_inc(x_492); -x_515 = l_Lean_Syntax_node2(x_492, x_514, x_507, x_513); -x_516 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3; -x_517 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_13, x_516); -lean_dec(x_13); -if (x_517 == 0) +lean_inc(x_494); +x_513 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_513, 0, x_494); +lean_ctor_set(x_513, 1, x_512); +lean_ctor_set(x_513, 2, x_511); +lean_ctor_set(x_513, 3, x_2); +x_514 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_494); +x_515 = l_Lean_Syntax_node1(x_494, x_514, x_513); +x_516 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; +lean_inc(x_494); +x_517 = l_Lean_Syntax_node2(x_494, x_516, x_509, x_515); +x_518 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3; +x_519 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__3(x_15, x_518); +lean_dec(x_15); +if (x_519 == 0) { -lean_object* x_518; lean_object* x_519; -lean_dec(x_493); -lean_dec(x_492); -x_518 = lean_box(0); -x_519 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__22(x_16, x_14, x_512, x_2, x_514, x_488, x_3, x_19, x_515, x_518, x_6, x_7, x_8, x_9, x_10, x_11, x_496); -return x_519; +lean_object* x_520; lean_object* x_521; +lean_dec(x_495); +lean_dec(x_494); +x_520 = lean_box(0); +x_521 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__22(x_18, x_16, x_514, x_2, x_516, x_490, x_3, x_21, x_517, x_520, x_6, x_7, x_8, x_9, x_10, x_11, x_498); +return x_521; } else { -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; -x_520 = lean_st_ref_get(x_11, x_496); -x_521 = lean_ctor_get(x_520, 0); -lean_inc(x_521); -x_522 = lean_ctor_get(x_520, 1); -lean_inc(x_522); -lean_dec(x_520); -x_523 = lean_ctor_get(x_521, 0); +lean_object* x_522; lean_object* x_523; lean_object* x_524; lean_object* x_525; lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; +x_522 = lean_st_ref_get(x_11, x_498); +x_523 = lean_ctor_get(x_522, 0); lean_inc(x_523); -lean_dec(x_521); -x_524 = lean_environment_main_module(x_523); -x_525 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; -x_526 = l_Lean_addMacroScope(x_524, x_525, x_493); -lean_inc(x_2); -x_527 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_527, 0, x_525); -lean_ctor_set(x_527, 1, x_2); -x_528 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +x_524 = lean_ctor_get(x_522, 1); +lean_inc(x_524); +lean_dec(x_522); +x_525 = lean_ctor_get(x_523, 0); +lean_inc(x_525); +lean_dec(x_523); +x_526 = lean_environment_main_module(x_525); +x_527 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__9; +x_528 = l_Lean_addMacroScope(x_526, x_527, x_495); lean_inc(x_2); x_529 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_529, 0, x_528); +lean_ctor_set(x_529, 0, x_527); lean_ctor_set(x_529, 1, x_2); -x_530 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_530, 0, x_527); -lean_ctor_set(x_530, 1, x_529); -x_531 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; -lean_inc(x_492); -x_532 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_532, 0, x_492); +x_530 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__10; +lean_inc(x_2); +x_531 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_531, 0, x_530); +lean_ctor_set(x_531, 1, x_2); +x_532 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_532, 0, x_529); lean_ctor_set(x_532, 1, x_531); -lean_ctor_set(x_532, 2, x_526); -lean_ctor_set(x_532, 3, x_530); -lean_inc(x_492); -x_533 = l_Lean_Syntax_node1(x_492, x_512, x_515); -x_534 = l_Lean_Syntax_node2(x_492, x_514, x_532, x_533); -x_535 = lean_box(0); -x_536 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__22(x_16, x_14, x_512, x_2, x_514, x_488, x_3, x_19, x_534, x_535, x_6, x_7, x_8, x_9, x_10, x_11, x_522); -return x_536; +x_533 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23___closed__7; +lean_inc(x_494); +x_534 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_534, 0, x_494); +lean_ctor_set(x_534, 1, x_533); +lean_ctor_set(x_534, 2, x_528); +lean_ctor_set(x_534, 3, x_532); +lean_inc(x_494); +x_535 = l_Lean_Syntax_node1(x_494, x_514, x_517); +x_536 = l_Lean_Syntax_node2(x_494, x_516, x_534, x_535); +x_537 = lean_box(0); +x_538 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__22(x_18, x_16, x_514, x_2, x_516, x_490, x_3, x_21, x_536, x_537, x_6, x_7, x_8, x_9, x_10, x_11, x_524); +return x_538; } } } @@ -26058,11 +24972,11 @@ return x_536; } else { -uint8_t x_537; -lean_dec(x_19); +uint8_t x_539; +lean_dec(x_21); +lean_dec(x_18); lean_dec(x_16); -lean_dec(x_14); -lean_dec(x_13); +lean_dec(x_15); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -26071,32 +24985,32 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_537 = !lean_is_exclusive(x_21); -if (x_537 == 0) +x_539 = !lean_is_exclusive(x_23); +if (x_539 == 0) { -return x_21; +return x_23; } else { -lean_object* x_538; lean_object* x_539; lean_object* x_540; -x_538 = lean_ctor_get(x_21, 0); -x_539 = lean_ctor_get(x_21, 1); -lean_inc(x_539); -lean_inc(x_538); -lean_dec(x_21); -x_540 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_540, 0, x_538); -lean_ctor_set(x_540, 1, x_539); -return x_540; +lean_object* x_540; lean_object* x_541; lean_object* x_542; +x_540 = lean_ctor_get(x_23, 0); +x_541 = lean_ctor_get(x_23, 1); +lean_inc(x_541); +lean_inc(x_540); +lean_dec(x_23); +x_542 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_542, 0, x_540); +lean_ctor_set(x_542, 1, x_541); +return x_542; } } } else { -uint8_t x_541; +uint8_t x_543; +lean_dec(x_18); lean_dec(x_16); -lean_dec(x_14); -lean_dec(x_13); +lean_dec(x_15); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -26106,31 +25020,31 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_541 = !lean_is_exclusive(x_18); -if (x_541 == 0) +x_543 = !lean_is_exclusive(x_20); +if (x_543 == 0) { -return x_18; +return x_20; } else { -lean_object* x_542; lean_object* x_543; lean_object* x_544; -x_542 = lean_ctor_get(x_18, 0); -x_543 = lean_ctor_get(x_18, 1); -lean_inc(x_543); -lean_inc(x_542); -lean_dec(x_18); -x_544 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_544, 0, x_542); -lean_ctor_set(x_544, 1, x_543); -return x_544; +lean_object* x_544; lean_object* x_545; lean_object* x_546; +x_544 = lean_ctor_get(x_20, 0); +x_545 = lean_ctor_get(x_20, 1); +lean_inc(x_545); +lean_inc(x_544); +lean_dec(x_20); +x_546 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_546, 0, x_544); +lean_ctor_set(x_546, 1, x_545); +return x_546; } } } else { -uint8_t x_545; -lean_dec(x_14); -lean_dec(x_13); +uint8_t x_547; +lean_dec(x_16); +lean_dec(x_15); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -26141,23 +25055,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_545 = !lean_is_exclusive(x_15); -if (x_545 == 0) +x_547 = !lean_is_exclusive(x_17); +if (x_547 == 0) { -return x_15; +return x_17; } else { -lean_object* x_546; lean_object* x_547; lean_object* x_548; -x_546 = lean_ctor_get(x_15, 0); -x_547 = lean_ctor_get(x_15, 1); -lean_inc(x_547); -lean_inc(x_546); -lean_dec(x_15); -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; +lean_object* x_548; lean_object* x_549; lean_object* x_550; +x_548 = lean_ctor_get(x_17, 0); +x_549 = lean_ctor_get(x_17, 1); +lean_inc(x_549); +lean_inc(x_548); +lean_dec(x_17); +x_550 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_550, 0, x_548); +lean_ctor_set(x_550, 1, x_549); +return x_550; } } } @@ -26183,7 +25097,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24; x_2 = l_Lean_Elab_Term_Quotation_mkTuple___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -26195,7 +25109,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot 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_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; x_2 = l_Lean_Elab_Term_Quotation_ArrayStxBuilder_mkNode___closed__3; -x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24; +x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24; x_4 = l_Lean_Elab_Term_Quotation_mkTuple___closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -26232,7 +25146,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32; x_2 = l_Lean_Elab_Term_Quotation_mkTuple___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -26243,7 +25157,7 @@ static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quot { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__1; -x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32; +x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32; x_3 = l_Lean_Elab_Term_Quotation_mkTuple___closed__4; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -26317,8 +25231,8 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12; -x_16 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_2, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12; +x_16 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_2, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_16; } else @@ -26337,17 +25251,17 @@ if (lean_obj_tag(x_18) == 0) lean_object* x_19; lean_object* x_20; uint8_t x_21; x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); -x_20 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18; +x_20 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18; x_21 = lean_string_dec_eq(x_19, x_20); if (x_21 == 0) { lean_object* x_22; uint8_t x_23; -x_22 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18; +x_22 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18; x_23 = lean_string_dec_eq(x_19, x_22); if (x_23 == 0) { lean_object* x_24; uint8_t x_25; -x_24 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1; +x_24 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1; x_25 = lean_string_dec_eq(x_19, x_24); lean_dec(x_19); if (x_25 == 0) @@ -26358,23 +25272,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); x_26 = l_Lean_MessageData_ofName(x_17); -x_27 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; +x_27 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; x_28 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_26); -x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; +x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; 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_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; +x_31 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_31); lean_ctor_set(x_32, 1, x_30); -x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; +x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; x_34 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_2, x_34, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_35 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_2, x_34, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_35; } else @@ -26424,7 +25338,7 @@ lean_inc(x_38); x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_38); lean_ctor_set(x_52, 1, x_51); -x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_53 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_38); x_54 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_54, 0, x_38); @@ -26453,15 +25367,15 @@ lean_ctor_set(x_63, 0, x_38); lean_ctor_set(x_63, 1, x_62); lean_ctor_set(x_63, 2, x_56); lean_ctor_set(x_63, 3, x_61); -x_64 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_64 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_38); x_65 = l_Lean_Syntax_node2(x_38, x_64, x_54, x_63); -x_66 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_5); +x_66 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5); x_67 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice(x_1); x_68 = lean_box(2); x_69 = l_Lean_Syntax_mkStrLit(x_67, x_68); lean_dec(x_67); -x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_38); x_71 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_71, 0, x_38); @@ -26504,12 +25418,12 @@ x_85 = l_Lean_Syntax_node1(x_38, x_47, x_84); x_86 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_38); x_87 = l_Lean_Syntax_node2(x_38, x_86, x_80, x_85); -x_88 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_88 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_38); x_89 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_89, 0, x_38); lean_ctor_set(x_89, 1, x_88); -x_90 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_90 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_38); x_91 = l_Lean_Syntax_node3(x_38, x_90, x_71, x_87, x_89); lean_inc(x_38); @@ -26564,7 +25478,7 @@ lean_inc(x_38); x_113 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_113, 0, x_38); lean_ctor_set(x_113, 1, x_112); -x_114 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_114 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_38); x_115 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_115, 0, x_38); @@ -26593,15 +25507,15 @@ lean_ctor_set(x_124, 0, x_38); lean_ctor_set(x_124, 1, x_123); lean_ctor_set(x_124, 2, x_117); lean_ctor_set(x_124, 3, x_122); -x_125 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_125 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_38); x_126 = l_Lean_Syntax_node2(x_38, x_125, x_115, x_124); -x_127 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_5); +x_127 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5); x_128 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepFromSplice(x_1); x_129 = lean_box(2); x_130 = l_Lean_Syntax_mkStrLit(x_128, x_129); lean_dec(x_128); -x_131 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_131 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_38); x_132 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_132, 0, x_38); @@ -26644,12 +25558,12 @@ x_146 = l_Lean_Syntax_node1(x_38, x_108, x_145); x_147 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_38); x_148 = l_Lean_Syntax_node2(x_38, x_147, x_141, x_146); -x_149 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_149 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_38); x_150 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_150, 0, x_38); lean_ctor_set(x_150, 1, x_149); -x_151 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_151 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_38); x_152 = l_Lean_Syntax_node3(x_38, x_151, x_132, x_148, x_150); lean_inc(x_38); @@ -26724,7 +25638,7 @@ lean_inc(x_166); x_180 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_180, 0, x_166); lean_ctor_set(x_180, 1, x_179); -x_181 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_181 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_166); x_182 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_182, 0, x_166); @@ -26749,11 +25663,11 @@ lean_ctor_set(x_189, 0, x_166); lean_ctor_set(x_189, 1, x_188); lean_ctor_set(x_189, 2, x_184); lean_ctor_set(x_189, 3, x_187); -x_190 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_190 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_166); x_191 = l_Lean_Syntax_node2(x_166, x_190, x_182, x_189); -x_192 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_5); -x_193 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_192 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5); +x_193 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_166); x_194 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_194, 0, x_166); @@ -26796,12 +25710,12 @@ x_208 = l_Lean_Syntax_node1(x_166, x_175, x_207); x_209 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_166); x_210 = l_Lean_Syntax_node2(x_166, x_209, x_203, x_208); -x_211 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_211 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_166); x_212 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_212, 0, x_166); lean_ctor_set(x_212, 1, x_211); -x_213 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_213 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_166); x_214 = l_Lean_Syntax_node3(x_166, x_213, x_194, x_210, x_212); lean_inc(x_166); @@ -26856,7 +25770,7 @@ lean_inc(x_166); x_236 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_236, 0, x_166); lean_ctor_set(x_236, 1, x_235); -x_237 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_237 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_166); x_238 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_238, 0, x_166); @@ -26881,11 +25795,11 @@ lean_ctor_set(x_245, 0, x_166); lean_ctor_set(x_245, 1, x_244); lean_ctor_set(x_245, 2, x_240); lean_ctor_set(x_245, 3, x_243); -x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_246 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_166); x_247 = l_Lean_Syntax_node2(x_166, x_246, x_238, x_245); -x_248 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_5); -x_249 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_248 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5); +x_249 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_166); x_250 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_250, 0, x_166); @@ -26928,12 +25842,12 @@ x_264 = l_Lean_Syntax_node1(x_166, x_231, x_263); x_265 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_166); x_266 = l_Lean_Syntax_node2(x_166, x_265, x_259, x_264); -x_267 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_267 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_166); x_268 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_268, 0, x_166); lean_ctor_set(x_268, 1, x_267); -x_269 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_269 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_166); x_270 = l_Lean_Syntax_node3(x_166, x_269, x_250, x_266, x_268); lean_inc(x_166); @@ -27008,7 +25922,7 @@ lean_inc(x_284); x_298 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_298, 0, x_284); lean_ctor_set(x_298, 1, x_297); -x_299 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; +x_299 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; lean_inc(x_285); lean_inc(x_290); x_300 = l_Lean_addMacroScope(x_290, x_299, x_285); @@ -27016,7 +25930,7 @@ lean_inc(x_4); x_301 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_301, 0, x_299); lean_ctor_set(x_301, 1, x_4); -x_302 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42; +x_302 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42; lean_inc(x_4); x_303 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_303, 0, x_302); @@ -27024,19 +25938,19 @@ lean_ctor_set(x_303, 1, x_4); x_304 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_304, 0, x_301); lean_ctor_set(x_304, 1, x_303); -x_305 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39; +x_305 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39; lean_inc(x_284); x_306 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_306, 0, x_284); lean_ctor_set(x_306, 1, x_305); lean_ctor_set(x_306, 2, x_300); lean_ctor_set(x_306, 3, x_304); -x_307 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_307 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_284); x_308 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_308, 0, x_284); lean_ctor_set(x_308, 1, x_307); -x_309 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_309 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_284); x_310 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_310, 0, x_284); @@ -27065,21 +25979,21 @@ lean_ctor_set(x_319, 0, x_284); lean_ctor_set(x_319, 1, x_318); lean_ctor_set(x_319, 2, x_312); lean_ctor_set(x_319, 3, x_317); -x_320 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_320 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_284); x_321 = l_Lean_Syntax_node2(x_284, x_320, x_310, x_319); -x_322 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_5); +x_322 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5); lean_inc(x_284); x_323 = l_Lean_Syntax_node1(x_284, x_293, x_322); x_324 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_284); x_325 = l_Lean_Syntax_node2(x_284, x_324, x_321, x_323); -x_326 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_326 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_284); x_327 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_327, 0, x_284); lean_ctor_set(x_327, 1, x_326); -x_328 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_328 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_327); lean_inc(x_308); lean_inc(x_284); @@ -27175,7 +26089,7 @@ lean_inc(x_284); x_367 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_367, 0, x_284); lean_ctor_set(x_367, 1, x_366); -x_368 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40; +x_368 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40; lean_inc(x_285); lean_inc(x_359); x_369 = l_Lean_addMacroScope(x_359, x_368, x_285); @@ -27183,7 +26097,7 @@ lean_inc(x_4); x_370 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_370, 0, x_368); lean_ctor_set(x_370, 1, x_4); -x_371 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42; +x_371 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42; lean_inc(x_4); x_372 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_372, 0, x_371); @@ -27191,19 +26105,19 @@ lean_ctor_set(x_372, 1, x_4); x_373 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_373, 0, x_370); lean_ctor_set(x_373, 1, x_372); -x_374 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39; +x_374 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39; lean_inc(x_284); x_375 = lean_alloc_ctor(3, 4, 0); lean_ctor_set(x_375, 0, x_284); lean_ctor_set(x_375, 1, x_374); lean_ctor_set(x_375, 2, x_369); lean_ctor_set(x_375, 3, x_373); -x_376 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_376 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; lean_inc(x_284); x_377 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_377, 0, x_284); lean_ctor_set(x_377, 1, x_376); -x_378 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_378 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_284); x_379 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_379, 0, x_284); @@ -27232,21 +26146,21 @@ lean_ctor_set(x_388, 0, x_284); lean_ctor_set(x_388, 1, x_387); lean_ctor_set(x_388, 2, x_381); lean_ctor_set(x_388, 3, x_386); -x_389 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_389 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_284); x_390 = l_Lean_Syntax_node2(x_284, x_389, x_379, x_388); -x_391 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_5); +x_391 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_5); lean_inc(x_284); x_392 = l_Lean_Syntax_node1(x_284, x_362, x_391); x_393 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__6; lean_inc(x_284); x_394 = l_Lean_Syntax_node2(x_284, x_393, x_390, x_392); -x_395 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17; +x_395 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17; lean_inc(x_284); x_396 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_396, 0, x_284); lean_ctor_set(x_396, 1, x_395); -x_397 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10; +x_397 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10; lean_inc(x_396); lean_inc(x_377); lean_inc(x_284); @@ -27323,23 +26237,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); x_426 = l_Lean_MessageData_ofName(x_17); -x_427 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; +x_427 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; x_428 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_428, 0, x_427); lean_ctor_set(x_428, 1, x_426); -x_429 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; +x_429 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; x_430 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_430, 0, x_428); lean_ctor_set(x_430, 1, x_429); -x_431 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; +x_431 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; x_432 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_432, 0, x_431); lean_ctor_set(x_432, 1, x_430); -x_433 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; +x_433 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; x_434 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_434, 0, x_432); lean_ctor_set(x_434, 1, x_433); -x_435 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_2, x_434, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_435 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_2, x_434, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_435; } } @@ -27351,23 +26265,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); x_436 = l_Lean_MessageData_ofName(x_17); -x_437 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15; +x_437 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15; x_438 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_438, 0, x_437); lean_ctor_set(x_438, 1, x_436); -x_439 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17; +x_439 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17; x_440 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_440, 0, x_438); lean_ctor_set(x_440, 1, x_439); -x_441 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5; +x_441 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5; x_442 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_442, 0, x_441); lean_ctor_set(x_442, 1, x_440); -x_443 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11; +x_443 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11; x_444 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_444, 0, x_442); lean_ctor_set(x_444, 1, x_443); -x_445 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_2, x_444, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_445 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_2, x_444, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_445; } } @@ -27742,7 +26656,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quota { lean_object* x_10; lean_object* x_11; x_10 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___closed__2; -x_11 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__20(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__9(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } @@ -27787,7 +26701,7 @@ lean_inc(x_14); x_28 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_28, 0, x_14); lean_ctor_set(x_28, 1, x_27); -x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_14); x_30 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_30, 0, x_14); @@ -27816,10 +26730,10 @@ lean_ctor_set(x_39, 0, x_14); lean_ctor_set(x_39, 1, x_38); lean_ctor_set(x_39, 2, x_32); lean_ctor_set(x_39, 3, x_37); -x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_14); x_41 = l_Lean_Syntax_node2(x_14, x_40, x_30, x_39); -x_42 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_3); +x_42 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_3); x_43 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; x_44 = l_Lean_addMacroScope(x_20, x_43, x_15); x_45 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; @@ -27882,7 +26796,7 @@ lean_inc(x_14); x_69 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_69, 0, x_14); lean_ctor_set(x_69, 1, x_68); -x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21; +x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21; lean_inc(x_14); x_71 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_71, 0, x_14); @@ -27911,10 +26825,10 @@ lean_ctor_set(x_80, 0, x_14); lean_ctor_set(x_80, 1, x_79); lean_ctor_set(x_80, 2, x_73); lean_ctor_set(x_80, 3, x_78); -x_81 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20; +x_81 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20; lean_inc(x_14); x_82 = l_Lean_Syntax_node2(x_14, x_81, x_71, x_80); -x_83 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__22(x_3); +x_83 = l___private_Init_Meta_0__Lean_quoteList___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11(x_3); x_84 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; x_85 = l_Lean_addMacroScope(x_61, x_84, x_15); x_86 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; @@ -28089,113 +27003,360 @@ return x_1; static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("patternIgnore", 13); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__3; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__6), 1, 0); +return x_1; } } static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4() { _start: { +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("patternIgnore", 13); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___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_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__2___closed__3; +x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5() { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30(lean_object* x_1, lean_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_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__6), 1, 0); -return x_1; +uint8_t x_13; uint8_t x_128; uint8_t x_148; +lean_dec(x_5); +x_148 = l_Lean_Syntax_isAtom(x_1); +if (x_148 == 0) +{ +lean_object* x_149; uint8_t x_150; +x_149 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; +lean_inc(x_1); +x_150 = l_Lean_Syntax_isOfKind(x_1, x_149); +x_128 = x_150; +goto block_147; +} +else +{ +uint8_t x_151; +x_151 = 1; +x_128 = x_151; +goto block_147; +} +block_127: +{ +if (x_13 == 0) +{ +uint8_t x_14; +x_14 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); +if (x_14 == 0) +{ +uint8_t x_15; +x_15 = l_Lean_Syntax_isAntiquotSplice(x_1); +if (x_15 == 0) +{ +lean_object* x_16; uint8_t x_17; lean_object* x_63; lean_object* x_64; uint8_t x_65; uint8_t x_66; +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_16 = l_Lean_Syntax_getArgs(x_1); +x_63 = lean_array_get_size(x_16); +x_64 = lean_unsigned_to_nat(1u); +x_65 = lean_nat_dec_eq(x_63, x_64); +lean_dec(x_63); +if (x_65 == 0) +{ +uint8_t x_85; +x_85 = 0; +x_66 = x_85; +goto block_84; +} +else +{ +lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_86 = lean_unsigned_to_nat(0u); +x_87 = l_Lean_Syntax_getArg(x_1, x_86); +x_88 = l_Lean_Syntax_isAntiquotSuffixSplice(x_87); +lean_dec(x_87); +x_66 = x_88; +goto block_84; +} +block_62: +{ +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_dec(x_4); +x_18 = lean_array_get_size(x_16); +x_19 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__1; +x_20 = lean_unsigned_to_nat(0u); +lean_inc(x_18); +x_21 = l_Array_findIdx_x3f_loop___rarg(x_16, x_19, x_18, x_20, lean_box(0)); +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; size_t x_27; size_t x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +lean_dec(x_18); +lean_dec(x_16); +x_22 = l_Lean_Syntax_unescapeAntiquot(x_1); +lean_inc(x_22); +x_23 = l_Lean_Syntax_getKind(x_22); +x_24 = l_Lean_isLitKind(x_23); +x_25 = l_Lean_Syntax_getArgs(x_22); +x_26 = lean_array_get_size(x_25); +x_27 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_28 = 0; +x_29 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3(x_2, x_27, x_28, x_25); +x_30 = l_Lean_Syntax_isIdent(x_22); +x_31 = lean_box(x_24); +lean_inc(x_22); +lean_inc(x_23); +lean_inc(x_29); +lean_inc(x_3); +x_32 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___boxed), 15, 6); +lean_closure_set(x_32, 0, x_3); +lean_closure_set(x_32, 1, x_31); +lean_closure_set(x_32, 2, x_29); +lean_closure_set(x_32, 3, x_2); +lean_closure_set(x_32, 4, x_23); +lean_closure_set(x_32, 5, x_22); +if (x_30 == 0) +{ +x_33 = x_24; +goto block_45; +} +else +{ +uint8_t x_46; +x_46 = 1; +x_33 = x_46; +goto block_45; +} +block_45: +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_box(x_33); +lean_inc(x_22); +lean_inc(x_29); +lean_inc(x_3); +lean_inc(x_23); +x_35 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12___boxed), 6, 5); +lean_closure_set(x_35, 0, x_23); +lean_closure_set(x_35, 1, x_3); +lean_closure_set(x_35, 2, x_29); +lean_closure_set(x_35, 3, x_34); +lean_closure_set(x_35, 4, x_22); +if (x_33 == 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; +lean_dec(x_22); +x_36 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_36, 0, x_23); +lean_ctor_set(x_36, 1, x_3); +x_37 = lean_array_get_size(x_29); +lean_dec(x_29); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_35); +lean_ctor_set(x_40, 2, x_32); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_12); +return x_41; +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; +lean_dec(x_29); +lean_dec(x_23); +lean_dec(x_3); +x_42 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_42, 0, x_22); +x_43 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_35); +lean_ctor_set(x_43, 2, x_32); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_12); +return x_44; +} +} +} +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_21, 0); +lean_inc(x_47); +lean_dec(x_21); +x_48 = l_Lean_Syntax_getNumArgs(x_1); +x_49 = lean_unsigned_to_nat(1u); +x_50 = lean_nat_sub(x_48, x_49); +lean_dec(x_48); +x_51 = lean_nat_sub(x_50, x_47); +lean_inc(x_51); +lean_inc(x_47); +x_52 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_52, 0, x_47); +lean_ctor_set(x_52, 1, x_51); +lean_inc(x_51); +lean_inc(x_47); +lean_inc(x_2); +x_53 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__13___boxed), 7, 6); +lean_closure_set(x_53, 0, x_18); +lean_closure_set(x_53, 1, x_2); +lean_closure_set(x_53, 2, x_1); +lean_closure_set(x_53, 3, x_47); +lean_closure_set(x_53, 4, x_16); +lean_closure_set(x_53, 5, x_51); +x_54 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___boxed), 14, 5); +lean_closure_set(x_54, 0, x_47); +lean_closure_set(x_54, 1, x_2); +lean_closure_set(x_54, 2, x_3); +lean_closure_set(x_54, 3, x_51); +lean_closure_set(x_54, 4, x_50); +x_55 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_55, 0, x_52); +lean_ctor_set(x_55, 1, x_53); +lean_ctor_set(x_55, 2, 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_12); +return x_56; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30(lean_object* x_1, lean_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; uint8_t x_86; -lean_dec(x_5); -x_86 = l_Lean_Syntax_isAtom(x_1); -if (x_86 == 0) +else { -lean_object* x_87; uint8_t x_88; -x_87 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; -lean_inc(x_1); -x_88 = l_Lean_Syntax_isOfKind(x_1, x_87); -if (x_88 == 0) +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +lean_dec(x_16); +lean_inc(x_4); +x_57 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_57, 0, x_4); +x_58 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__15), 2, 1); +lean_closure_set(x_58, 0, x_4); +x_59 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23), 12, 3); +lean_closure_set(x_59, 0, x_1); +lean_closure_set(x_59, 1, x_3); +lean_closure_set(x_59, 2, x_2); +x_60 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_60, 0, x_57); +lean_ctor_set(x_60, 1, x_58); +lean_ctor_set(x_60, 2, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_12); +return x_61; +} +} +block_84: { -uint8_t x_89; -lean_inc(x_1); -x_89 = l_Lean_Syntax_isTokenAntiquot(x_1); -if (x_89 == 0) +if (x_66 == 0) { -uint8_t x_90; -lean_inc(x_1); -x_90 = l_Lean_Syntax_isAntiquots(x_1); -if (x_90 == 0) +if (x_65 == 0) { -uint8_t x_91; -x_91 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); -if (x_91 == 0) +uint8_t x_67; +x_67 = 0; +x_17 = x_67; +goto block_62; +} +else { -uint8_t x_92; -x_92 = l_Lean_Syntax_isAntiquotSplice(x_1); -if (x_92 == 0) +lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_68 = lean_unsigned_to_nat(0u); +x_69 = l_Lean_Syntax_getArg(x_1, x_68); +x_70 = l_Lean_Syntax_isAntiquotSplice(x_69); +lean_dec(x_69); +x_17 = x_70; +goto block_62; +} +} +else { -lean_object* x_93; -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_93 = lean_box(0); -x_13 = x_93; -goto block_85; +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_dec(x_16); +lean_dec(x_4); +lean_dec(x_2); +x_71 = lean_unsigned_to_nat(0u); +x_72 = l_Lean_Syntax_getArg(x_1, x_71); +x_73 = l_Lean_Syntax_getArg(x_72, x_71); +lean_inc(x_73); +x_74 = l_Lean_Syntax_getCanonicalAntiquot(x_73); +x_75 = l_Lean_Syntax_getAntiquotTerm(x_74); +lean_dec(x_74); +x_76 = l_Lean_Syntax_antiquotKinds(x_73); +lean_inc(x_3); +x_77 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__8(x_76, x_3); +lean_inc(x_3); +x_78 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___boxed), 13, 5); +lean_closure_set(x_78, 0, x_72); +lean_closure_set(x_78, 1, x_1); +lean_closure_set(x_78, 2, x_75); +lean_closure_set(x_78, 3, x_3); +lean_closure_set(x_78, 4, x_77); +x_79 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_79, 0, x_78); +x_80 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_80, 0, x_3); +x_81 = lean_box(0); +x_82 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_79); +lean_ctor_set(x_82, 2, x_80); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_12); +return x_83; +} +} } else { -lean_object* x_94; lean_object* x_95; +lean_object* x_89; lean_object* x_90; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_94 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_95 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_94, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_95; +x_89 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_90 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_89, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_90; } } else { -lean_object* x_96; lean_object* x_97; +lean_object* x_91; lean_object* x_92; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_96 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_97 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_96, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_97; +x_91 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; +x_92 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_91, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_92; } } else { -lean_object* x_98; uint8_t x_99; -lean_inc(x_1); -x_98 = l_Lean_Syntax_getCanonicalAntiquot(x_1); -x_99 = l_Lean_Syntax_isEscapedAntiquot(x_98); -if (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; uint8_t x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; lean_object* x_110; +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; uint8_t x_103; lean_object* x_104; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28203,181 +27364,174 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_100 = l_Lean_Syntax_antiquotKinds(x_1); -x_101 = l_List_unzip___rarg(x_100); -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); -x_104 = l_Lean_Syntax_getAntiquotTerm(x_98); -x_105 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; -lean_inc(x_104); -x_106 = l_Lean_Syntax_isOfKind(x_104, x_105); -x_107 = lean_unsigned_to_nat(3u); -x_108 = l_Lean_Syntax_getArg(x_98, x_107); -lean_dec(x_98); -x_109 = l_Lean_Syntax_isNone(x_108); -lean_dec(x_108); -if (x_106 == 0) +lean_inc(x_1); +x_93 = l_Lean_Syntax_antiquotKinds(x_1); +x_94 = l_List_unzip___rarg(x_93); +x_95 = lean_ctor_get(x_94, 0); +lean_inc(x_95); +x_96 = lean_ctor_get(x_94, 1); +lean_inc(x_96); +lean_dec(x_94); +x_97 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_98 = l_Lean_Syntax_getAntiquotTerm(x_97); +x_99 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; +lean_inc(x_98); +x_100 = l_Lean_Syntax_isOfKind(x_98, x_99); +x_101 = lean_unsigned_to_nat(3u); +x_102 = l_Lean_Syntax_getArg(x_97, x_101); +lean_dec(x_97); +x_103 = l_Lean_Syntax_isNone(x_102); +lean_dec(x_102); +if (x_100 == 0) { -lean_object* x_130; uint8_t x_131; -x_130 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; -lean_inc(x_104); -x_131 = l_Lean_Syntax_isOfKind(x_104, x_130); -if (x_131 == 0) +lean_object* x_122; uint8_t x_123; +x_122 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; +lean_inc(x_98); +x_123 = l_Lean_Syntax_isOfKind(x_98, x_122); +if (x_123 == 0) { -lean_object* x_132; -x_132 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___boxed), 9, 1); -lean_closure_set(x_132, 0, x_104); -x_110 = x_132; -goto block_129; +lean_object* x_124; +x_124 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__27___boxed), 9, 1); +lean_closure_set(x_124, 0, x_98); +x_104 = x_124; +goto block_121; } else { -lean_object* x_133; -lean_inc(x_102); +lean_object* x_125; +lean_inc(x_95); lean_inc(x_3); -x_133 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28___boxed), 11, 3); -lean_closure_set(x_133, 0, x_104); -lean_closure_set(x_133, 1, x_3); -lean_closure_set(x_133, 2, x_102); -x_110 = x_133; -goto block_129; +x_125 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__28___boxed), 11, 3); +lean_closure_set(x_125, 0, x_98); +lean_closure_set(x_125, 1, x_3); +lean_closure_set(x_125, 2, x_95); +x_104 = x_125; +goto block_121; } } else { -lean_object* x_134; -lean_dec(x_104); -x_134 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1; -x_110 = x_134; -goto block_129; +lean_object* x_126; +lean_dec(x_98); +x_126 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1; +x_104 = x_126; +goto block_121; } -block_129: -{ -if (x_109 == 0) +block_121: { -uint8_t x_111; uint8_t x_112; -x_111 = 1; -x_112 = l_List_foldr___at_List_and___spec__1(x_111, x_103); -lean_dec(x_103); -if (x_112 == 0) +uint8_t x_105; +if (x_103 == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_113 = lean_box(0); -lean_inc(x_102); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_102); -lean_ctor_set(x_114, 1, x_113); -lean_inc(x_102); -x_115 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25___boxed), 3, 2); -lean_closure_set(x_115, 0, x_102); -lean_closure_set(x_115, 1, x_110); -x_116 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___boxed), 12, 3); -lean_closure_set(x_116, 0, x_3); -lean_closure_set(x_116, 1, x_2); -lean_closure_set(x_116, 2, x_102); -x_117 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_117, 0, x_114); -lean_ctor_set(x_117, 1, x_115); -lean_ctor_set(x_117, 2, x_116); -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_12); -return x_118; +uint8_t x_118; uint8_t x_119; +x_118 = 1; +x_119 = l_List_foldr___at_List_and___spec__1(x_118, x_96); +lean_dec(x_96); +x_105 = x_119; +goto block_117; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; -lean_dec(x_102); -lean_dec(x_2); -x_119 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_119, 0, x_110); -x_120 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_120, 0, x_3); -x_121 = lean_box(0); -x_122 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_119); -lean_ctor_set(x_122, 2, x_120); -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_122); -lean_ctor_set(x_123, 1, x_12); -return x_123; +uint8_t x_120; +lean_dec(x_96); +x_120 = 1; +x_105 = x_120; +goto block_117; } +block_117: +{ +if (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; +x_106 = lean_box(0); +lean_inc(x_95); +x_107 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_107, 0, x_95); +lean_ctor_set(x_107, 1, x_106); +lean_inc(x_95); +x_108 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__25___boxed), 3, 2); +lean_closure_set(x_108, 0, x_95); +lean_closure_set(x_108, 1, x_104); +x_109 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__26___boxed), 12, 3); +lean_closure_set(x_109, 0, x_3); +lean_closure_set(x_109, 1, x_2); +lean_closure_set(x_109, 2, x_95); +x_110 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_110, 0, x_107); +lean_ctor_set(x_110, 1, x_108); +lean_ctor_set(x_110, 2, x_109); +x_111 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_12); +return x_111; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; -lean_dec(x_103); -lean_dec(x_102); +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; +lean_dec(x_95); lean_dec(x_2); -x_124 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_124, 0, x_110); -x_125 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_125, 0, x_3); -x_126 = lean_box(0); -x_127 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_124); -lean_ctor_set(x_127, 2, x_125); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_12); -return x_128; +x_112 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_112, 0, x_104); +x_113 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_113, 0, x_3); +x_114 = lean_box(0); +x_115 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_115, 1, x_112); +lean_ctor_set(x_115, 2, x_113); +x_116 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_12); +return x_116; } } } -else +} +} +block_147: { -uint8_t x_135; -lean_dec(x_98); -x_135 = l_Lean_Syntax_isAntiquotSuffixSplice(x_1); -if (x_135 == 0) +if (x_128 == 0) { -uint8_t x_136; -x_136 = l_Lean_Syntax_isAntiquotSplice(x_1); -if (x_136 == 0) +uint8_t x_129; +lean_inc(x_1); +x_129 = l_Lean_Syntax_isTokenAntiquot(x_1); +if (x_129 == 0) { -lean_object* x_137; -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_137 = lean_box(0); -x_13 = x_137; -goto block_85; +uint8_t x_130; +lean_inc(x_1); +x_130 = l_Lean_Syntax_isAntiquots(x_1); +if (x_130 == 0) +{ +uint8_t x_131; +x_131 = 0; +x_13 = x_131; +goto block_127; } else { -lean_object* x_138; lean_object* x_139; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_138 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_139 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_138, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_139; -} +lean_object* x_132; uint8_t x_133; +lean_inc(x_1); +x_132 = l_Lean_Syntax_getCanonicalAntiquot(x_1); +x_133 = l_Lean_Syntax_isEscapedAntiquot(x_132); +lean_dec(x_132); +if (x_133 == 0) +{ +uint8_t x_134; +x_134 = 1; +x_13 = x_134; +goto block_127; } else { -lean_object* x_140; lean_object* x_141; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_140 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__6; -x_141 = l_Lean_throwErrorAt___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__1(x_1, x_140, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_141; -} +uint8_t x_135; +x_135 = 0; +x_13 = x_135; +goto block_127; } } } else { -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_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28387,53 +27541,27 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_inc(x_3); -x_142 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29___boxed), 10, 2); -lean_closure_set(x_142, 0, x_1); -lean_closure_set(x_142, 1, x_3); -x_143 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_143, 0, x_142); -x_144 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_144, 0, x_3); -x_145 = lean_box(0); -x_146 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_146, 0, x_145); -lean_ctor_set(x_146, 1, x_143); -lean_ctor_set(x_146, 2, x_144); -x_147 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_147, 0, x_146); -lean_ctor_set(x_147, 1, x_12); -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_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_2); -lean_dec(x_1); -x_148 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_148, 0, x_3); -x_149 = lean_box(0); -x_150 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; -x_151 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_150); -lean_ctor_set(x_151, 2, x_148); -x_152 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_12); -return x_152; +x_136 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__29___boxed), 10, 2); +lean_closure_set(x_136, 0, x_1); +lean_closure_set(x_136, 1, x_3); +x_137 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); +lean_closure_set(x_137, 0, x_136); +x_138 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_138, 0, x_3); +x_139 = lean_box(0); +x_140 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_137); +lean_ctor_set(x_140, 2, x_138); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_140); +lean_ctor_set(x_141, 1, x_12); +return x_141; } } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -28443,279 +27571,18 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_153 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_153, 0, x_3); -x_154 = lean_box(0); -x_155 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; -x_156 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_156, 0, x_154); -lean_ctor_set(x_156, 1, x_155); -lean_ctor_set(x_156, 2, x_153); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_12); -return x_157; -} -block_85: -{ -lean_object* x_14; lean_object* x_15; lean_object* x_60; lean_object* x_61; uint8_t x_62; -lean_dec(x_13); -x_14 = l_Lean_Syntax_getArgs(x_1); -x_60 = lean_array_get_size(x_14); -x_61 = lean_unsigned_to_nat(1u); -x_62 = lean_nat_dec_eq(x_60, x_61); -lean_dec(x_60); -if (x_62 == 0) -{ -lean_object* x_63; -lean_dec(x_4); -x_63 = lean_box(0); -x_15 = x_63; -goto block_59; -} -else -{ -lean_object* x_64; lean_object* x_65; uint8_t x_66; -x_64 = lean_unsigned_to_nat(0u); -x_65 = l_Lean_Syntax_getArg(x_1, x_64); -x_66 = l_Lean_Syntax_isAntiquotSuffixSplice(x_65); -if (x_66 == 0) -{ -uint8_t x_67; -x_67 = l_Lean_Syntax_isAntiquotSplice(x_65); -if (x_67 == 0) -{ -lean_object* x_68; -lean_dec(x_65); -lean_dec(x_4); -x_68 = lean_box(0); -x_15 = x_68; -goto block_59; -} -else -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_14); -lean_dec(x_1); -lean_inc(x_4); -x_69 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_69, 0, x_4); -x_70 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__15), 2, 1); -lean_closure_set(x_70, 0, x_4); -x_71 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__23), 12, 3); -lean_closure_set(x_71, 0, x_65); -lean_closure_set(x_71, 1, x_3); -lean_closure_set(x_71, 2, x_2); -x_72 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_72, 0, x_69); -lean_ctor_set(x_72, 1, x_70); -lean_ctor_set(x_72, 2, 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_12); -return x_73; -} -} -else -{ -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_dec(x_14); -lean_dec(x_4); -lean_dec(x_2); -x_74 = l_Lean_Syntax_getArg(x_65, x_64); -lean_inc(x_74); -x_75 = l_Lean_Syntax_getCanonicalAntiquot(x_74); -x_76 = l_Lean_Syntax_getAntiquotTerm(x_75); -lean_dec(x_75); -x_77 = l_Lean_Syntax_antiquotKinds(x_74); -lean_inc(x_3); -x_78 = l_List_mapTR_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__19(x_77, x_3); -lean_inc(x_3); -x_79 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__24___boxed), 13, 5); -lean_closure_set(x_79, 0, x_65); -lean_closure_set(x_79, 1, x_1); -lean_closure_set(x_79, 2, x_76); -lean_closure_set(x_79, 3, x_3); -lean_closure_set(x_79, 4, x_78); -x_80 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__4), 2, 1); -lean_closure_set(x_80, 0, x_79); -x_81 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); -lean_closure_set(x_81, 0, x_3); -x_82 = lean_box(0); -x_83 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_80); -lean_ctor_set(x_83, 2, x_81); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_12); -return x_84; -} -} -block_59: -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_dec(x_15); -x_16 = lean_array_get_size(x_14); -x_17 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__1; -x_18 = lean_unsigned_to_nat(0u); -lean_inc(x_16); -x_19 = l_Array_findIdx_x3f_loop___rarg(x_14, x_17, x_16, x_18, lean_box(0)); -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; size_t x_25; size_t x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -lean_dec(x_16); -lean_dec(x_14); -x_20 = l_Lean_Syntax_unescapeAntiquot(x_1); -lean_inc(x_20); -x_21 = l_Lean_Syntax_getKind(x_20); -x_22 = l_Lean_isLitKind(x_21); -x_23 = l_Lean_Syntax_getArgs(x_20); -x_24 = lean_array_get_size(x_23); -x_25 = lean_usize_of_nat(x_24); -lean_dec(x_24); -x_26 = 0; -x_27 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__3(x_2, x_25, x_26, x_23); -x_28 = l_Lean_Syntax_isIdent(x_20); -x_29 = lean_box(x_22); -lean_inc(x_20); -lean_inc(x_21); -lean_inc(x_27); -lean_inc(x_3); -x_30 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__10___boxed), 15, 6); -lean_closure_set(x_30, 0, x_3); -lean_closure_set(x_30, 1, x_29); -lean_closure_set(x_30, 2, x_27); -lean_closure_set(x_30, 3, x_2); -lean_closure_set(x_30, 4, x_21); -lean_closure_set(x_30, 5, x_20); -if (x_28 == 0) -{ -x_31 = x_22; -goto block_47; -} -else -{ -uint8_t x_48; -x_48 = 1; -x_31 = x_48; -goto block_47; -} -block_47: -{ -uint8_t x_32; -if (x_31 == 0) -{ -uint8_t x_45; -x_45 = 0; -x_32 = x_45; -goto block_44; -} -else -{ -uint8_t x_46; -x_46 = 1; -x_32 = x_46; -goto block_44; -} -block_44: -{ -lean_object* x_33; lean_object* x_34; -x_33 = lean_box(x_32); -lean_inc(x_20); -lean_inc(x_27); -lean_inc(x_3); -lean_inc(x_21); -x_34 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__12___boxed), 6, 5); -lean_closure_set(x_34, 0, x_21); -lean_closure_set(x_34, 1, x_3); -lean_closure_set(x_34, 2, x_27); -lean_closure_set(x_34, 3, x_33); -lean_closure_set(x_34, 4, x_20); -if (x_32 == 0) -{ -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_dec(x_20); -x_35 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_35, 0, x_21); -lean_ctor_set(x_35, 1, x_3); -x_36 = lean_array_get_size(x_27); -lean_dec(x_27); -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_36); -x_38 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_38, 0, x_35); -lean_ctor_set(x_38, 1, x_37); -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_30); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_12); -return x_40; -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; -lean_dec(x_27); -lean_dec(x_21); -lean_dec(x_3); -x_41 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_41, 0, x_20); -x_42 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_34); -lean_ctor_set(x_42, 2, x_30); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_12); -return x_43; -} -} -} -} -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; -x_49 = lean_ctor_get(x_19, 0); -lean_inc(x_49); -lean_dec(x_19); -x_50 = l_Lean_Syntax_getNumArgs(x_1); -x_51 = lean_unsigned_to_nat(1u); -x_52 = lean_nat_sub(x_50, x_51); -lean_dec(x_50); -x_53 = lean_nat_sub(x_52, x_49); -lean_inc(x_53); -lean_inc(x_49); -x_54 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_54, 0, x_49); -lean_ctor_set(x_54, 1, x_53); -lean_inc(x_2); -lean_inc(x_53); -lean_inc(x_49); -x_55 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__13___boxed), 7, 6); -lean_closure_set(x_55, 0, x_49); -lean_closure_set(x_55, 1, x_53); -lean_closure_set(x_55, 2, x_16); -lean_closure_set(x_55, 3, x_2); -lean_closure_set(x_55, 4, x_1); -lean_closure_set(x_55, 5, x_14); -x_56 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__14___boxed), 14, 5); -lean_closure_set(x_56, 0, x_49); -lean_closure_set(x_56, 1, x_2); -lean_closure_set(x_56, 2, x_3); -lean_closure_set(x_56, 3, x_53); -lean_closure_set(x_56, 4, x_52); -x_57 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_57, 0, x_54); -lean_ctor_set(x_57, 1, x_55); -lean_ctor_set(x_57, 2, x_56); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_12); -return x_58; -} +x_142 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); +lean_closure_set(x_142, 0, x_3); +x_143 = lean_box(0); +x_144 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; +x_145 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +lean_ctor_set(x_145, 2, x_142); +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_12); +return x_146; } } } @@ -28786,13 +27653,13 @@ x_15 = l_Lean_Syntax_isQuot(x_14); if (x_15 == 0) { lean_object* x_16; uint8_t x_17; -x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_16 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_14); x_17 = l_Lean_Syntax_isOfKind(x_14, x_16); if (x_17 == 0) { lean_object* x_18; uint8_t x_19; -x_18 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; +x_18 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; lean_inc(x_14); x_19 = l_Lean_Syntax_isOfKind(x_14, x_18); if (x_19 == 0) @@ -29040,7 +27907,7 @@ lean_dec(x_2); x_79 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); lean_closure_set(x_79, 0, x_9); x_80 = lean_box(0); -x_81 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; +x_81 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; x_82 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_82, 0, x_80); lean_ctor_set(x_82, 1, x_81); @@ -29160,13 +28027,13 @@ x_109 = l_Lean_Syntax_isQuot(x_108); if (x_109 == 0) { lean_object* x_110; uint8_t x_111; -x_110 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_110 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_108); x_111 = l_Lean_Syntax_isOfKind(x_108, x_110); if (x_111 == 0) { lean_object* x_112; uint8_t x_113; -x_112 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; +x_112 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; lean_inc(x_108); x_113 = l_Lean_Syntax_isOfKind(x_108, x_112); if (x_113 == 0) @@ -29381,7 +28248,7 @@ lean_dec(x_2); x_165 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__5___boxed), 10, 1); lean_closure_set(x_165, 0, x_9); x_166 = lean_box(0); -x_167 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__5; +x_167 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__3; x_168 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_168, 0, x_166); lean_ctor_set(x_168, 1, x_167); @@ -29841,8 +28708,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_8; } } @@ -30432,12 +29299,12 @@ lean_ctor_set(x_101, 0, x_74); lean_ctor_set(x_101, 1, x_84); lean_ctor_set(x_101, 2, x_100); lean_ctor_set(x_101, 3, x_83); -x_102 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_102 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; lean_inc(x_74); x_103 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_103, 0, x_74); lean_ctor_set(x_103, 1, x_102); -x_104 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_104 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_74); x_105 = l_Lean_Syntax_node1(x_74, x_104, x_103); lean_inc(x_74); @@ -30487,12 +29354,12 @@ lean_ctor_set(x_123, 0, x_74); lean_ctor_set(x_123, 1, x_84); lean_ctor_set(x_123, 2, x_122); lean_ctor_set(x_123, 3, x_83); -x_124 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3; +x_124 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3; lean_inc(x_74); x_125 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_125, 0, x_74); lean_ctor_set(x_125, 1, x_124); -x_126 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2; +x_126 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2; lean_inc(x_74); x_127 = l_Lean_Syntax_node1(x_74, x_126, x_125); lean_inc(x_74); @@ -30633,7 +29500,7 @@ else lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; x_17 = lean_unsigned_to_nat(0u); x_18 = l_Lean_Syntax_getArg(x_12, x_17); -x_19 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; +x_19 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; x_20 = l_Lean_Syntax_isOfKind(x_18, x_19); if (x_20 == 0) { @@ -30706,7 +29573,7 @@ else lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; x_38 = lean_unsigned_to_nat(0u); x_39 = l_Lean_Syntax_getArg(x_33, x_38); -x_40 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; +x_40 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; x_41 = l_Lean_Syntax_isOfKind(x_39, x_40); if (x_41 == 0) { @@ -31099,7 +29966,7 @@ static lean_object* _init_l_List_format___at___private_Lean_Elab_Quotation_0__Le _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; @@ -31611,7 +30478,7 @@ static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0 _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; x_2 = lean_string_length(x_1); return x_2; } @@ -31629,7 +30496,7 @@ static lean_object* _init_l_List_forIn_loop___at___private_Lean_Elab_Quotation_0 _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11; +x_1 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; @@ -31817,7 +30684,7 @@ x_59 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Qu x_60 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_60, 0, x_59); lean_ctor_set(x_60, 1, x_58); -x_61 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16; +x_61 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16; x_62 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_62, 0, x_60); lean_ctor_set(x_62, 1, x_61); @@ -32222,7 +31089,7 @@ x_21 = lean_st_ref_get(x_11, x_12); x_22 = lean_ctor_get(x_21, 1); lean_inc(x_22); lean_dec(x_21); -x_23 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28; +x_23 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28; lean_inc(x_20); x_24 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_24, 0, x_20); @@ -32233,7 +31100,7 @@ x_26 = l_List_redLength___rarg(x_25); x_27 = lean_mk_empty_array_with_capacity(x_26); lean_dec(x_26); x_28 = l_List_toArrayAux___rarg(x_25, x_27); -x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22; +x_29 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22; x_30 = l_Lean_mkSepArray(x_28, x_29); lean_dec(x_28); lean_inc(x_1); @@ -32246,7 +31113,7 @@ lean_ctor_set(x_33, 1, x_32); lean_ctor_set(x_33, 2, x_31); lean_inc(x_20); x_34 = l_Lean_Syntax_node1(x_20, x_32, x_33); -x_35 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16; +x_35 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16; lean_inc(x_20); x_36 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_36, 0, x_20); @@ -32262,7 +31129,7 @@ lean_dec(x_15); x_40 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__16___closed__7; lean_inc(x_20); x_41 = l_Lean_Syntax_node2(x_20, x_40, x_38, x_39); -x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; +x_42 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; x_43 = l_Lean_Syntax_node4(x_20, x_42, x_24, x_34, x_36, x_41); x_44 = 1; x_45 = lean_usize_add(x_4, x_44); @@ -32523,7 +31390,7 @@ x_19 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Qu x_20 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_20, 0, x_19); lean_ctor_set(x_20, 1, x_18); -x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16; +x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16; x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_20); lean_ctor_set(x_22, 1, x_21); @@ -32580,7 +31447,7 @@ x_43 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Qu x_44 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_44, 0, x_43); lean_ctor_set(x_44, 1, x_42); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16; +x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16; x_46 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_46, 0, x_44); lean_ctor_set(x_46, 1, x_45); @@ -32675,146 +31542,172 @@ return x_15; LEAN_EXPORT lean_object* l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___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: { -uint8_t x_14; -x_14 = l_Array_isEmpty___rarg(x_2); +uint8_t x_14; uint8_t x_85; +x_85 = l_Array_isEmpty___rarg(x_4); +if (x_85 == 0) +{ +uint8_t x_86; +x_86 = 1; +x_14 = x_86; +goto block_84; +} +else +{ +uint8_t x_87; +x_87 = 0; +x_14 = x_87; +goto block_84; +} +block_84: +{ if (x_14 == 0) { -lean_object* x_15; +lean_object* x_15; lean_object* x_16; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_15 = lean_box(0); +x_16 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__2(x_6, x_1, x_2, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_16; +} +else +{ +lean_object* x_17; lean_inc(x_12); lean_inc(x_11); lean_inc(x_3); lean_inc(x_1); -x_15 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(x_1, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_15) == 0) +x_17 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__7(x_1, x_3, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_17) == 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; size_t x_24; size_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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; size_t x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; size_t x_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; -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_unsigned_to_nat(0u); -x_19 = l_List_lengthTRAux___rarg(x_6, x_18); -x_20 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__2; -x_21 = l_List_replicateTR___rarg(x_19, x_20); -lean_inc(x_16); -x_22 = l_List_appendTR___rarg(x_21, x_16); -x_23 = lean_array_get_size(x_2); -x_24 = lean_usize_of_nat(x_23); -lean_dec(x_23); -x_25 = 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; size_t x_26; size_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; size_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; size_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; +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_unsigned_to_nat(0u); +x_21 = l_List_lengthTRAux___rarg(x_6, x_20); +x_22 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_noOpMatchAdaptPats___closed__2; +x_23 = l_List_replicateTR___rarg(x_21, x_22); +lean_inc(x_18); +x_24 = l_List_appendTR___rarg(x_23, x_18); +x_25 = lean_array_get_size(x_4); +x_26 = lean_usize_of_nat(x_25); +lean_dec(x_25); +x_27 = 0; lean_inc(x_11); -lean_inc(x_4); -x_26 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_4, x_3, x_24, x_25, x_2, x_7, x_8, x_9, x_10, x_11, x_12, x_17); -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 = lean_ctor_get(x_11, 5); +lean_inc(x_5); +x_28 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__8(x_5, x_3, x_26, x_27, x_4, x_7, x_8, x_9, x_10, x_11, x_12, x_19); +x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); -x_30 = 0; -x_31 = l_Lean_SourceInfo_fromRef(x_29, x_30); -x_32 = lean_ctor_get(x_11, 10); -lean_inc(x_32); -x_33 = lean_st_ref_get(x_12, x_28); -x_34 = lean_ctor_get(x_33, 0); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +lean_dec(x_28); +x_31 = lean_ctor_get(x_11, 5); +lean_inc(x_31); +x_32 = 0; +x_33 = l_Lean_SourceInfo_fromRef(x_31, x_32); +x_34 = lean_ctor_get(x_11, 10); lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = lean_ctor_get(x_34, 0); +x_35 = lean_st_ref_get(x_12, x_30); +x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); -lean_dec(x_34); -x_37 = lean_environment_main_module(x_36); -x_38 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19; -lean_inc(x_31); -x_39 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_39, 0, x_31); -lean_ctor_set(x_39, 1, x_38); -x_40 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; -lean_inc(x_4); -lean_inc(x_31); -x_41 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_41, 0, x_31); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = lean_ctor_get(x_36, 0); +lean_inc(x_38); +lean_dec(x_36); +x_39 = lean_environment_main_module(x_38); +x_40 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19; +lean_inc(x_33); +x_41 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_41, 0, x_33); lean_ctor_set(x_41, 1, x_40); -lean_ctor_set(x_41, 2, x_4); -x_42 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; -x_43 = l_Lean_addMacroScope(x_37, x_42, x_32); -x_44 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; +x_42 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___closed__11; +lean_inc(x_5); +lean_inc(x_33); +x_43 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_43, 0, x_33); +lean_ctor_set(x_43, 1, x_42); +lean_ctor_set(x_43, 2, x_5); +x_44 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__12; +x_45 = l_Lean_addMacroScope(x_39, x_44, x_34); +x_46 = l_List_mapM_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___spec__4___closed__11; lean_inc(x_3); -lean_inc(x_31); -x_45 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_45, 0, x_31); -lean_ctor_set(x_45, 1, x_44); -lean_ctor_set(x_45, 2, x_43); -lean_ctor_set(x_45, 3, x_3); -x_46 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; -lean_inc(x_41); -lean_inc(x_31); -x_47 = l_Lean_Syntax_node2(x_31, x_46, x_41, x_45); -x_48 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21; -lean_inc(x_31); -x_49 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_49, 0, x_31); -lean_ctor_set(x_49, 1, x_48); -x_50 = l_Array_mkArray2___rarg(x_47, x_49); -x_51 = l_List_redLength___rarg(x_16); -x_52 = lean_mk_empty_array_with_capacity(x_51); -lean_dec(x_51); -x_53 = l_List_toArrayAux___rarg(x_16, x_52); -x_54 = lean_array_get_size(x_53); -x_55 = lean_usize_of_nat(x_54); -lean_dec(x_54); -lean_inc(x_41); -lean_inc(x_31); -x_56 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(x_31, x_41, x_46, x_55, x_25, x_53); -x_57 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22; -x_58 = l_Lean_mkSepArray(x_56, x_57); +lean_inc(x_33); +x_47 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_47, 0, x_33); +lean_ctor_set(x_47, 1, x_46); +lean_ctor_set(x_47, 2, x_45); +lean_ctor_set(x_47, 3, x_3); +x_48 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; +lean_inc(x_43); +lean_inc(x_33); +x_49 = l_Lean_Syntax_node2(x_33, x_48, x_43, x_47); +x_50 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21; +lean_inc(x_33); +x_51 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_51, 0, x_33); +lean_ctor_set(x_51, 1, x_50); +x_52 = l_Array_mkArray2___rarg(x_49, x_51); +x_53 = l_List_redLength___rarg(x_18); +x_54 = lean_mk_empty_array_with_capacity(x_53); +lean_dec(x_53); +x_55 = l_List_toArrayAux___rarg(x_18, x_54); +x_56 = lean_array_get_size(x_55); +x_57 = lean_usize_of_nat(x_56); lean_dec(x_56); -x_59 = l_Array_append___rarg(x_50, x_58); -lean_inc(x_31); -x_60 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_60, 0, x_31); -lean_ctor_set(x_60, 1, x_40); -lean_ctor_set(x_60, 2, x_59); -x_61 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23; -lean_inc(x_31); -x_62 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_62, 0, x_31); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; -x_64 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_3); -x_65 = lean_array_get_size(x_27); -x_66 = lean_usize_of_nat(x_65); -lean_dec(x_65); -x_67 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(x_64, x_66, x_25, x_27); -lean_dec(x_64); -x_68 = l_Array_append___rarg(x_4, x_67); -lean_inc(x_31); -x_69 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_69, 0, x_31); -lean_ctor_set(x_69, 1, x_40); -lean_ctor_set(x_69, 2, x_68); -x_70 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; -lean_inc(x_31); -x_71 = l_Lean_Syntax_node1(x_31, x_70, x_69); -x_72 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; -lean_inc(x_41); -x_73 = l_Lean_Syntax_node6(x_31, x_72, x_39, x_41, x_41, x_60, x_62, x_71); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_22); -lean_ctor_set(x_74, 1, x_73); -x_75 = lean_array_push(x_5, x_74); -x_76 = lean_box(0); -x_77 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__2(x_6, x_1, x_75, x_76, x_7, x_8, x_9, x_10, x_11, x_12, x_35); -return x_77; +lean_inc(x_43); +lean_inc(x_33); +x_58 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__9(x_33, x_43, x_48, x_57, x_27, x_55); +x_59 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22; +x_60 = l_Lean_mkSepArray(x_58, x_59); +lean_dec(x_58); +x_61 = l_Array_append___rarg(x_52, x_60); +lean_inc(x_33); +x_62 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_62, 0, x_33); +lean_ctor_set(x_62, 1, x_42); +lean_ctor_set(x_62, 2, x_61); +x_63 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23; +lean_inc(x_33); +x_64 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_64, 0, x_33); +lean_ctor_set(x_64, 1, x_63); +x_65 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; +x_66 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_3); +x_67 = lean_array_get_size(x_29); +x_68 = lean_usize_of_nat(x_67); +lean_dec(x_67); +x_69 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__10(x_66, x_68, x_27, x_29); +lean_dec(x_66); +x_70 = l_Array_append___rarg(x_5, x_69); +lean_inc(x_33); +x_71 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_71, 0, x_33); +lean_ctor_set(x_71, 1, x_42); +lean_ctor_set(x_71, 2, x_70); +x_72 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; +lean_inc(x_33); +x_73 = l_Lean_Syntax_node1(x_33, x_72, x_71); +x_74 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; +lean_inc(x_43); +x_75 = l_Lean_Syntax_node6(x_33, x_74, x_41, x_43, x_43, x_62, x_64, x_73); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_24); +lean_ctor_set(x_76, 1, x_75); +x_77 = lean_array_push(x_2, x_76); +x_78 = lean_box(0); +x_79 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__2(x_6, x_1, x_77, x_78, x_7, x_8, x_9, x_10, x_11, x_12, x_37); +return x_79; } else { -uint8_t x_78; +uint8_t x_80; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -32827,35 +31720,26 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_78 = !lean_is_exclusive(x_15); -if (x_78 == 0) +x_80 = !lean_is_exclusive(x_17); +if (x_80 == 0) { -return x_15; +return x_17; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_15, 0); -x_80 = lean_ctor_get(x_15, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_15); -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; +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_17, 0); +x_82 = lean_ctor_get(x_17, 1); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_17); +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; } } } -else -{ -lean_object* x_82; lean_object* x_83; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_82 = lean_box(0); -x_83 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__2(x_6, x_1, x_5, x_82, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_83; } } } @@ -33175,10 +32059,10 @@ x_65 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiq lean_inc(x_40); x_66 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); lean_closure_set(x_66, 0, x_40); -lean_closure_set(x_66, 1, x_62); +lean_closure_set(x_66, 1, x_63); lean_closure_set(x_66, 2, x_46); -lean_closure_set(x_66, 3, x_65); -lean_closure_set(x_66, 4, x_63); +lean_closure_set(x_66, 3, x_62); +lean_closure_set(x_66, 4, x_65); lean_inc(x_39); x_67 = lean_array_to_list(lean_box(0), x_61); x_68 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); @@ -33568,10 +32452,10 @@ x_173 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAnti lean_inc(x_147); x_174 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); lean_closure_set(x_174, 0, x_147); -lean_closure_set(x_174, 1, x_170); +lean_closure_set(x_174, 1, x_171); lean_closure_set(x_174, 2, x_153); -lean_closure_set(x_174, 3, x_173); -lean_closure_set(x_174, 4, x_171); +lean_closure_set(x_174, 3, x_170); +lean_closure_set(x_174, 4, x_173); lean_inc(x_146); x_175 = lean_array_to_list(lean_box(0), x_169); x_176 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__4), 9, 2); @@ -33936,10 +32820,10 @@ x_260 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAnti lean_inc(x_233); x_261 = lean_alloc_closure((void*)(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___lambda__3), 13, 5); lean_closure_set(x_261, 0, x_233); -lean_closure_set(x_261, 1, x_257); +lean_closure_set(x_261, 1, x_258); lean_closure_set(x_261, 2, x_240); -lean_closure_set(x_261, 3, x_260); -lean_closure_set(x_261, 4, x_258); +lean_closure_set(x_261, 3, x_257); +lean_closure_set(x_261, 4, x_260); lean_inc(x_232); x_262 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_262, 0, x_232); @@ -35662,7 +34546,7 @@ else lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; x_15 = lean_unsigned_to_nat(0u); x_16 = l_Lean_Syntax_getArg(x_2, x_15); -x_17 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__4; +x_17 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getHeadInfo___lambda__30___closed__2; lean_inc(x_16); x_18 = l_Lean_Syntax_isOfKind(x_16, x_17); if (x_18 == 0) @@ -35868,94 +34752,95 @@ x_18 = lean_unsigned_to_nat(0u); x_19 = lean_nat_dec_eq(x_5, x_18); if (x_19 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; +lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_51; lean_dec(x_9); x_20 = lean_unsigned_to_nat(1u); x_21 = lean_nat_sub(x_5, x_20); lean_dec(x_5); -x_22 = l_Lean_HashSetImp_contains___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__1(x_3, x_6); -if (x_22 == 0) +x_51 = l_Lean_HashSetImp_contains___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__1(x_3, x_6); +if (x_51 == 0) { -uint8_t x_23; -x_23 = l_Lean_HashSetImp_contains___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__1(x_2, x_6); -if (x_23 == 0) +uint8_t x_52; +x_52 = l_Lean_HashSetImp_contains___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__1(x_2, x_6); +x_22 = x_52; +goto block_50; +} +else { -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; -x_24 = lean_nat_dec_lt(x_6, x_4); -x_25 = lean_nat_add(x_6, x_20); -x_26 = l_Nat_repr(x_25); -x_27 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__2___closed__1; -x_28 = lean_string_append(x_27, x_26); -lean_dec(x_26); -x_29 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__1; -x_30 = lean_string_append(x_28, x_29); -x_31 = lean_alloc_ctor(3, 1, 0); +uint8_t x_53; +x_53 = 1; +x_22 = x_53; +goto block_50; +} +block_50: +{ +if (x_22 == 0) +{ +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; +x_23 = lean_nat_dec_lt(x_6, x_4); +x_24 = lean_nat_add(x_6, x_20); +x_25 = l_Nat_repr(x_24); +x_26 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_checkUnusedAlts___spec__2___closed__1; +x_27 = lean_string_append(x_26, x_25); +lean_dec(x_25); +x_28 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_getSepStxFromSplice___closed__1; +x_29 = lean_string_append(x_27, x_28); +x_30 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_31, 0, x_30); -x_32 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_32, 0, x_31); -if (x_24 == 0) +if (x_23 == 0) { -lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_33 = l_Lean_instInhabitedSyntax; -x_34 = l___private_Init_Util_0__outOfBounds___rarg(x_33); -x_35 = 2; -x_36 = l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(x_34, x_32, x_35, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_34); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -lean_dec(x_36); -x_38 = lean_nat_add(x_6, x_8); +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; +x_32 = l_Lean_instInhabitedSyntax; +x_33 = l___private_Init_Util_0__outOfBounds___rarg(x_32); +x_34 = 2; +x_35 = l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(x_33, x_31, x_34, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_33); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = lean_nat_add(x_6, x_8); lean_dec(x_6); -x_39 = lean_box(0); +x_38 = lean_box(0); x_5 = x_21; -x_6 = x_38; -x_9 = x_39; -x_16 = x_37; +x_6 = x_37; +x_9 = x_38; +x_16 = x_36; goto _start; } else { -lean_object* x_41; uint8_t x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_41 = lean_array_fget(x_1, x_6); -x_42 = 2; -x_43 = l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(x_41, x_32, x_42, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -lean_dec(x_41); -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -lean_dec(x_43); -x_45 = lean_nat_add(x_6, x_8); +lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_40 = lean_array_fget(x_1, x_6); +x_41 = 2; +x_42 = l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(x_40, x_31, x_41, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_40); +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_44 = lean_nat_add(x_6, x_8); lean_dec(x_6); -x_46 = lean_box(0); +x_45 = lean_box(0); x_5 = x_21; -x_6 = x_45; -x_9 = x_46; -x_16 = x_44; +x_6 = x_44; +x_9 = x_45; +x_16 = x_43; goto _start; } } else { -lean_object* x_48; lean_object* x_49; -x_48 = lean_nat_add(x_6, x_8); +lean_object* x_47; lean_object* x_48; +x_47 = lean_nat_add(x_6, x_8); lean_dec(x_6); -x_49 = lean_box(0); +x_48 = lean_box(0); x_5 = x_21; -x_6 = x_48; -x_9 = x_49; +x_6 = x_47; +x_9 = x_48; goto _start; } } -else -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_nat_add(x_6, x_8); -lean_dec(x_6); -x_52 = lean_box(0); -x_5 = x_21; -x_6 = x_51; -x_9 = x_52; -goto _start; -} } else { @@ -36662,7 +35547,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambd _start: { lean_object* x_2; uint8_t x_3; -x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2; +x_2 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2; lean_inc(x_1); x_3 = l_Lean_Syntax_isOfKind(x_1, x_2); if (x_3 == 0) @@ -36719,7 +35604,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand___lambd _start: { lean_object* x_4; uint8_t x_5; -x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27; +x_4 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27; lean_inc(x_3); x_5 = l_Lean_Syntax_isOfKind(x_3, x_4); if (x_5 == 0) @@ -37181,7 +36066,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_match__syntax_expand(lean_ob _start: { lean_object* x_9; uint8_t x_10; -x_9 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; +x_9 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; lean_inc(x_1); x_10 = l_Lean_Syntax_isOfKind(x_1, x_9); if (x_10 == 0) @@ -37311,7 +36196,7 @@ lean_dec(x_28); x_31 = lean_unsigned_to_nat(5u); x_32 = l_Lean_Syntax_getArg(x_1, x_31); lean_dec(x_1); -x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25; +x_33 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25; lean_inc(x_32); x_34 = l_Lean_Syntax_isOfKind(x_32, x_33); if (x_34 == 0) @@ -37681,7 +36566,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__15; -x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20; +x_3 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20; x_4 = l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__2; x_5 = l___regBuiltin_Lean_Elab_Term_Quotation_elabMatchSyntax___closed__3; x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); @@ -37966,7 +36851,7 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__1() { _start: { lean_object* x_1; @@ -37974,77 +36859,77 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__5; -x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1; +x_2 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____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_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__2; x_2 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__3; x_2 = l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_floatOutAntiquotTerms___lambda__1___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_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__4; x_2 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____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_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__5; x_2 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6; +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__6; x_2 = l___regBuiltin_Lean_Elab_Term_Quotation_elabQuot____x40_Lean_Elab_Quotation___hyg_8015____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7; -x_2 = lean_unsigned_to_nat(19953u); +x_1 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__7; +x_2 = lean_unsigned_to_nat(19923u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__9() { _start: { lean_object* x_1; @@ -38052,24 +36937,24 @@ x_1 = lean_mk_string_from_bytes("alt", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Elab_Term_Quotation_commandElab__stx__quot_____closed__1; x_2 = l_List_forIn_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___spec__6___closed__1; -x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9; +x_3 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__9; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923_(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_Quotation_0__Lean_Elab_Term_Quotation_compileStxMatch___closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8; +x_4 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__8; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -38077,7 +36962,7 @@ lean_object* x_6; lean_object* x_7; uint8_t x_8; lean_object* x_9; x_6 = lean_ctor_get(x_5, 1); lean_inc(x_6); lean_dec(x_5); -x_7 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10; +x_7 = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__10; x_8 = 1; x_9 = l_Lean_registerTraceClass(x_7, x_8, x_4, x_6); if (lean_obj_tag(x_9) == 0) @@ -38584,264 +37469,264 @@ l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Q lean_mark_persistent(l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__7); l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8 = _init_l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8(); lean_mark_persistent(l_Array_foldrMUnsafe_fold___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__4___closed__8); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__10___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__3); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__4); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__5); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__6 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__6(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__6); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__7 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__7(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__11___closed__7); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2); -l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__1); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__2); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__3); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__4); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__5(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__5); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__6); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__7); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__8 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__8(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__8); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__9 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__9(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__9); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__10 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__10(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__10); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__2___closed__11); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__1); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__2); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__3); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__4); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__5); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__6); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__7(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__7); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__8); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__9 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__9(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__9); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__10); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__11); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__12); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__13); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__14); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__15); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__16); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__17); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__18); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__19); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__20); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__21); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__22); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__23); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__24 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__24(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__24); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__25); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__26 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__26(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__26); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__27); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__28); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__29); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__30); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__31); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__32); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__33 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__33(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__33); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__34 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__34(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__34); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__35); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___lambda__3___closed__36); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__1); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__2); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__3); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__4); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__5); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__6); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__7(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__7); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__8); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__9 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__9(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__9); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__10); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__11); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__12); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__13 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__13(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__13); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__14 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__14(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__14); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__15); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__16); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__17); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__18); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__19); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__20); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__21); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__22); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__23); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__24); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__25); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__26); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__27); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__28); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__29); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__30); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__31); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__32); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__33); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__34); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__35); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__36 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__36(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__36); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__37); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__38 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__38(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__38); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__39); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__40); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__41); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__42); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__43 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__43(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__43); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__44); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__45); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__46); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__47); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__48); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__49 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__49(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__49); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__50 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__50(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__50); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__51); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__52 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__52(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__52); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__53); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__54); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__55); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__56); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__57 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__57(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__57); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__58); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__59); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__60 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__60(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__60); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__61 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__61(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__61); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__62); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__63); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__64); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__65); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__66); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__67); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__68 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__68(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__68); -l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__23___closed__69); -l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1 = _init_l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1(); -lean_mark_persistent(l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__26___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__5___closed__2); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__2); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__3); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__4); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__5); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__6 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__6(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__6); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__7 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__7(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__6___closed__7); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__1 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__1); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__2); +l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__7___closed__3); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__1); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__2); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__3); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__4); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__5); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__6(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__6); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__7); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__8 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__8(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__8); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__9 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__9(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__9); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__10 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__10(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__10); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__11 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__11(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__2___closed__11); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__1); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__2); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__3); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__4); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__5); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__6(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__6); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__7(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__7); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__8); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__9 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__9(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__9); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__10); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__11); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__12); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__13); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__14 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__14(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__14); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__15); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__16); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__17); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__18); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__19); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__20); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__21); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__22); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__23); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__24 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__24(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__24); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__25); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__26 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__26(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__26); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__27); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__28); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__29 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__29(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__29); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__30); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__31); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__32); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__33 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__33(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__33); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__34 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__34(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__34); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__35); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__36 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__36(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___lambda__3___closed__36); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__1); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__2); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__3); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__4 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__4); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__5); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__6); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__7 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__7(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__7); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__8 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__8(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__8); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__9 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__9(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__9); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__10); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__11); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__12); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__13 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__13(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__13); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__14 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__14(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__14); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__15); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__16); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__17); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__18); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__19 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__19(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__19); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__20); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__21); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__22 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__22(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__22); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__23); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__24); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__25); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__26); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__27 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__27(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__27); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__28 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__28(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__28); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__29); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__30 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__30(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__30); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__31); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__32); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__33); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__34); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__35 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__35(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__35); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__36 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__36(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__36); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__37); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__38 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__38(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__38); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__39); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__40); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__41 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__41(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__41); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__42); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__43 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__43(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__43); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__44); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__45 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__45(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__45); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__46); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__47); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__48); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__49 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__49(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__49); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__50 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__50(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__50); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__51); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__52 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__52(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__52); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__53); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__54); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__55); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__56); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__57 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__57(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__57); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__58); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__59); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__60 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__60(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__60); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__61 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__61(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__61); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__62); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__63); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__64); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__65); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__66 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__66(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__66); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__67); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__68 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__68(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__68); +l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69 = _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__12___closed__69); +l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1 = _init_l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1(); +lean_mark_persistent(l_Lean_resolveNamespaceCore___at___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___spec__15___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__1 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__1); l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__2 = _init_l___private_Lean_Elab_Quotation_0__Lean_Elab_Term_Quotation_quoteSyntax___lambda__1___closed__2(); @@ -39868,27 +38753,27 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused res = l___regBuiltin_Lean_Elab_Term_Quotation_elabNoErrorIfUnused_declRange(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__1); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__2); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__3); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__4); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__5); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__6); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__7); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__8); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__9); -l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953____closed__10); -res = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19953_(lean_io_mk_world()); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__1 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__1); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__2 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__2); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__3 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__3); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__4 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__4); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__5 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__5); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__6 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__6); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__7 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__7); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__8 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__8); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__9 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__9); +l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__10 = _init_l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923____closed__10); +res = l_Lean_Elab_Term_Quotation_initFn____x40_Lean_Elab_Quotation___hyg_19923_(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/Quotation/Util.c b/stage0/stdlib/Lean/Elab/Quotation/Util.c index 05bd6c79fb66..52828ecaa851 100644 --- a/stage0/stdlib/Lean/Elab/Quotation/Util.c +++ b/stage0/stdlib/Lean/Elab/Quotation/Util.c @@ -32,6 +32,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_Quotation_getPatternVars___closed__7; +lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(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_object* l_Lean_Syntax_getAntiquotTerm(lean_object*); static lean_object* l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2___closed__5; @@ -54,7 +55,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Quotation_getAntiquotationIds(lean_obj lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); static lean_object* l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2___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_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2___closed__7; uint8_t l_Lean_Syntax_isMissing(lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); @@ -215,7 +215,7 @@ x_11 = lean_ctor_get(x_7, 5); x_12 = l_Lean_replaceRef(x_1, x_11); lean_dec(x_11); lean_ctor_set(x_7, 5, x_12); -x_13 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_13 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_7); return x_13; } @@ -259,7 +259,7 @@ lean_ctor_set(x_26, 7, x_21); lean_ctor_set(x_26, 8, x_22); lean_ctor_set(x_26, 9, x_23); lean_ctor_set(x_26, 10, x_24); -x_27 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); +x_27 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); lean_dec(x_26); return x_27; } @@ -644,7 +644,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2(uint8_t x_1, lean_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_73; uint8_t x_88; +lean_object* x_12; lean_object* x_13; uint8_t x_72; uint8_t x_88; x_88 = l_Lean_Syntax_isAntiquot(x_2); if (x_88 == 0) { @@ -653,12 +653,10 @@ lean_inc(x_2); x_89 = l_Lean_Syntax_isTokenAntiquot(x_2); if (x_89 == 0) { -lean_object* x_90; -x_90 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_90, 0, x_3); -x_12 = x_90; -x_13 = x_11; -goto block_72; +uint8_t x_90; +x_90 = 0; +x_72 = x_90; +goto block_87; } else { @@ -666,19 +664,17 @@ uint8_t x_91; x_91 = l_Lean_Syntax_isEscapedAntiquot(x_2); if (x_91 == 0) { -lean_object* x_92; -x_92 = lean_box(0); -x_73 = x_92; +uint8_t x_92; +x_92 = 1; +x_72 = x_92; goto block_87; } else { -lean_object* x_93; -x_93 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_93, 0, x_3); -x_12 = x_93; -x_13 = x_11; -goto block_72; +uint8_t x_93; +x_93 = 0; +x_72 = x_93; +goto block_87; } } } @@ -688,22 +684,20 @@ uint8_t x_94; x_94 = l_Lean_Syntax_isEscapedAntiquot(x_2); if (x_94 == 0) { -lean_object* x_95; -x_95 = lean_box(0); -x_73 = x_95; +uint8_t x_95; +x_95 = 1; +x_72 = x_95; goto block_87; } else { -lean_object* x_96; -x_96 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_96, 0, x_3); -x_12 = x_96; -x_13 = x_11; -goto block_72; +uint8_t x_96; +x_96 = 0; +x_72 = x_96; +goto block_87; } } -block_72: +block_71: { lean_object* x_14; lean_object* x_15; x_14 = lean_ctor_get(x_12, 0); @@ -712,7 +706,7 @@ lean_dec(x_12); x_15 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2___closed__1; if (lean_obj_tag(x_2) == 1) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; +lean_object* x_16; lean_object* x_17; uint8_t x_18; x_16 = lean_ctor_get(x_2, 1); lean_inc(x_16); x_17 = lean_ctor_get(x_2, 2); @@ -720,141 +714,26 @@ lean_inc(x_17); lean_dec(x_2); if (x_1 == 0) { -lean_object* x_42; +uint8_t x_66; lean_dec(x_16); -x_42 = lean_box(0); -x_18 = x_42; -goto block_41; +x_66 = 0; +x_18 = x_66; +goto block_65; } else { -lean_object* x_43; uint8_t x_44; -x_43 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2___closed__3; -x_44 = lean_name_eq(x_16, x_43); +lean_object* x_67; uint8_t x_68; +x_67 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2___closed__3; +x_68 = lean_name_eq(x_16, x_67); lean_dec(x_16); -if (x_44 == 0) -{ -lean_object* x_45; -x_45 = lean_box(0); -x_18 = x_45; -goto block_41; -} -else -{ -lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_46 = lean_array_get_size(x_17); -x_47 = lean_unsigned_to_nat(0u); -x_48 = lean_nat_dec_lt(x_47, x_46); -lean_dec(x_46); -if (x_48 == 0) -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -lean_dec(x_17); -x_49 = l_Lean_instInhabitedSyntax; -x_50 = l___private_Init_Util_0__outOfBounds___rarg(x_49); -x_51 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2(x_1, x_50, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_13); -if (lean_obj_tag(x_51) == 0) -{ -uint8_t x_52; -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) -{ -return x_51; -} -else -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_51, 0); -x_54 = lean_ctor_get(x_51, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_51); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -return x_55; -} -} -else -{ -uint8_t x_56; -x_56 = !lean_is_exclusive(x_51); -if (x_56 == 0) -{ -return x_51; -} -else -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_ctor_get(x_51, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_51); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} -} -else -{ -lean_object* x_60; lean_object* x_61; -x_60 = lean_array_fget(x_17, x_47); -lean_dec(x_17); -x_61 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2(x_1, x_60, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_13); -if (lean_obj_tag(x_61) == 0) -{ -uint8_t x_62; -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) -{ -return x_61; +x_18 = x_68; +goto block_65; } -else +block_65: { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_61, 0); -x_64 = lean_ctor_get(x_61, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_61); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; -} -} -else -{ -uint8_t x_66; -x_66 = !lean_is_exclusive(x_61); -if (x_66 == 0) -{ -return x_61; -} -else -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_61, 0); -x_68 = lean_ctor_get(x_61, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_61); -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; -} -} -} -} -} -block_41: +if (x_18 == 0) { lean_object* x_19; lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; lean_object* x_24; -lean_dec(x_18); x_19 = lean_box(0); x_20 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_20, 0, x_19); @@ -958,20 +837,142 @@ return x_40; } } } +else +{ +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = lean_array_get_size(x_17); +x_42 = lean_unsigned_to_nat(0u); +x_43 = lean_nat_dec_lt(x_42, x_41); +lean_dec(x_41); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_17); +x_44 = l_Lean_instInhabitedSyntax; +x_45 = l___private_Init_Util_0__outOfBounds___rarg(x_44); +x_46 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2(x_1, x_45, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_13); +if (lean_obj_tag(x_46) == 0) +{ +uint8_t x_47; +x_47 = !lean_is_exclusive(x_46); +if (x_47 == 0) +{ +return x_46; +} +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_46, 0); +x_49 = lean_ctor_get(x_46, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_46); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_48); +lean_ctor_set(x_50, 1, x_49); +return x_50; +} +} +else +{ +uint8_t x_51; +x_51 = !lean_is_exclusive(x_46); +if (x_51 == 0) +{ +return x_46; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_46, 0); +x_53 = lean_ctor_get(x_46, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_46); +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; +} +} +} +else +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_array_fget(x_17, x_42); +lean_dec(x_17); +x_56 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Elab_Term_Quotation_getAntiquotationIds___spec__2(x_1, x_55, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_13); +if (lean_obj_tag(x_56) == 0) +{ +uint8_t x_57; +x_57 = !lean_is_exclusive(x_56); +if (x_57 == 0) +{ +return x_56; +} +else +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_56, 0); +x_59 = lean_ctor_get(x_56, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_56); +x_60 = lean_alloc_ctor(0, 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; +x_61 = !lean_is_exclusive(x_56); +if (x_61 == 0) +{ +return x_56; } else { -lean_object* x_70; lean_object* x_71; +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_56, 0); +x_63 = lean_ctor_get(x_56, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_56); +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_69; lean_object* x_70; lean_dec(x_2); -x_70 = lean_box(0); -x_71 = lean_apply_9(x_15, x_14, x_70, x_5, x_6, x_7, x_8, x_9, x_10, x_13); -return x_71; +x_69 = lean_box(0); +x_70 = lean_apply_9(x_15, x_14, x_69, x_5, x_6, x_7, x_8, x_9, x_10, x_13); +return x_70; } } block_87: { +if (x_72 == 0) +{ +lean_object* x_73; +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_3); +x_12 = x_73; +x_13 = x_11; +goto block_71; +} +else +{ lean_object* x_74; uint8_t x_75; -lean_dec(x_73); x_74 = l_Lean_Syntax_getAntiquotTerm(x_2); x_75 = l_Lean_Syntax_isIdent(x_74); if (x_75 == 0) @@ -1016,7 +1017,7 @@ x_84 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_84, 0, x_3); x_12 = x_84; x_13 = x_11; -goto block_72; +goto block_71; } } else @@ -1027,7 +1028,8 @@ x_86 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_86, 0, x_85); x_12 = x_86; x_13 = x_11; -goto block_72; +goto block_71; +} } } } diff --git a/stage0/stdlib/Lean/Elab/StructInst.c b/stage0/stdlib/Lean/Elab/StructInst.c index 3c59c5f28cad..188afcd84d87 100644 --- a/stage0/stdlib/Lean/Elab/StructInst.c +++ b/stage0/stdlib/Lean/Elab/StructInst.c @@ -35,7 +35,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_tryToSynthesi LEAN_EXPORT uint8_t l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getFieldIdx___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___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_StructInst_Struct_structName___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__10(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___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_anyMUnsafe_any___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -52,26 +51,25 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_Stru static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___lambda__1(lean_object*); lean_object* l_Lean_addBuiltinDocString(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___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_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Elab_Term_StructInst_DefaultFields_step___spec__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___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_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__4___rarg(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_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15___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_Std_Format_joinSep___at_Lean_Elab_Term_StructInst_formatField___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_Term_StructInst_DefaultFields_step___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_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_Term_StructInst_formatStruct___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkCtorHeaderAux___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(lean_object*, size_t, size_t, lean_object*); static lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___spec__3___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_findField_x3f___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_defaultMissing_x3f___boxed(lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkCtorHeaderAux___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___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_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -85,19 +83,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_getFieldValue lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_ref(lean_object*); -LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(lean_object*, lean_object*); extern lean_object* l_Lean_maxRecDepthErrorMessage; lean_object* l_Lean_Core_instantiateTypeLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3(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_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3___closed__3; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__12; -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__4; static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___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_Elab_Term_StructInst_Struct_source___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__1; +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__13; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___lambda__2___closed__1; static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -117,6 +115,7 @@ LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Elab_Term_StructInst_Def 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_object* l_Lean_Name_toString(lean_object*, uint8_t); lean_object* l_Lean_Syntax_getId(lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__1; 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_Term_StructInst_DefaultFields_reduce___closed__1; lean_object* l_Lean_Elab_Term_isLocalIdent_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -129,9 +128,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_trySynthStructInstance_x3f_ lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__17; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__6___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__10; static lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___spec__3___closed__5; lean_object* l_Lean_findField_x3f(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__5___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__1___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); @@ -141,9 +140,9 @@ static lean_object* l_Lean_Elab_Term_StructInst_instInhabitedExplicitSourceInfo_ uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_StructInst_DefaultFields_step___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_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux(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_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValue_x3f___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_forInUnsafe_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___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_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_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*); @@ -154,18 +153,21 @@ static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_ lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__20; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(size_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_formatStruct___closed__3; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___closed__2; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__12; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5___boxed(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_getMVarDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__7; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_toFieldLHS___boxed(lean_object*, lean_object*, lean_object*); @@ -187,7 +189,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_getFieldValue LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_modifyFieldsM___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_throwFailedToElabField___spec__1___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_StructInst_DefaultFields_allDefaultMissing_go___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5___boxed(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); static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__7___closed__1; @@ -197,20 +198,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_Stru static lean_object* l_Lean_Elab_Term_StructInst_formatStruct___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_FieldVal_toSyntax___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing___rarg___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___closed__1; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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*); 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*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(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_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_structName(lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__2; uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__3; -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__14; static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__3___lambda__1___closed__6; static lean_object* l_Lean_Elab_Term_StructInst_Field_toSyntax___closed__2; lean_object* l_Lean_Syntax_mkSynthetic(lean_object*); @@ -219,16 +219,19 @@ lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_docString___closed__1; lean_object* l_Lean_Elab_Term_instInhabitedTermElabM(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__12; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___closed__1; LEAN_EXPORT uint8_t l_Lean_Elab_Term_StructInst_findField_x3f___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp(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___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_declRange___closed__5; +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__4; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(lean_object*, 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_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___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_StructInst_0__Lean_Elab_Term_StructInst_getStructName_throwUnknownExpectedType___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_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__4; +LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__1; lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Elab_Term_StructInst_DefaultFields_step___spec__3___closed__1; @@ -237,6 +240,7 @@ LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Elab_Term_StructInst_Def LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_declRange___closed__4; static lean_object* l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3___closed__4; +LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName___closed__2; static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__3___closed__4; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkStructView___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -258,7 +262,6 @@ static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructIns static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType_declRange___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___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_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__8; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getPathToBaseStructure_x3f(lean_object*, lean_object*, lean_object*); @@ -283,7 +286,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst_declRange___closed__6; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_Term_StructInst_formatField___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_findDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(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_StructInst_expandStructInstExpectedType___closed__11; static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst_declRange___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_markDefaultMissing(lean_object*); @@ -296,6 +298,7 @@ static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructIns lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandCompositeFields___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(size_t, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_instInhabitedSource___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isRoundDone___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -307,7 +310,6 @@ lean_object* l_Lean_Elab_Term_synthesizeAppInstMVars(lean_object*, lean_object*, LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__2; lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_params___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Field_toSyntax(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -322,7 +324,6 @@ static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst___closed__3; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___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_SourceInfo_fromRef(lean_object*, uint8_t); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___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* l_Lean_Core_instantiateValueLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_tryToSynthesizeDefault_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*); @@ -332,7 +333,6 @@ lean_object* l_Lean_MessageData_ofSyntax(lean_object*); static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__3___lambda__1___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getFieldIdx___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_Syntax_node6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_instToFormatFieldLHS___closed__3; lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHole(lean_object*, uint8_t); @@ -344,6 +344,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMis LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_collectStructNames(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__3(lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__8; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_setParams(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_reduce___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -355,28 +356,27 @@ lean_object* l_Lean_Elab_Term_elabTerm___boxed(lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__5___rarg___lambda__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_FieldVal_toSyntax(lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__3___closed__1; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Name_components(lean_object*); lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_Term_StructInst_DefaultFields_getHierarchyDepth___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName_throwUnexpectedExpectedType(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_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982_(lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_instToStringFieldStruct___closed__1; static lean_object* l_Lean_Elab_Term_StructInst_formatField___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_defaultMissing_x3f(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_declRange___closed__1; static lean_object* l_Lean_Elab_Term_StructInst_instToFormatFieldStruct___closed__1; lean_object* l_Lean_Meta_reduceProjOf_x3f(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_StructInst_DefaultFields_propagateLoop___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandStruct(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___spec__3___closed__4; static lean_object* l_Lean_Elab_Term_StructInst_instInhabitedFieldLHS___closed__1; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName_throwUnknownExpectedType___closed__2; static lean_object* l_panic___at_Lean_Elab_Term_StructInst_DefaultFields_step___spec__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993_(lean_object*); lean_object* l_Lean_Meta_whnfForall(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_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f(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_StructInst_DefaultFields_mkDefaultValueAux_x3f___lambda__1___boxed(lean_object*); @@ -399,7 +399,6 @@ LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Elab_Term_StructInst_Struct_allD LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_formatStruct___spec__1(lean_object*, lean_object*); extern lean_object* l_Lean_Elab_Term_termElabAttribute; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___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_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_allDefault___boxed(lean_object*); uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_tryToSynthesizeDefault(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -417,7 +416,6 @@ static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___la static lean_object* l_Lean_Elab_Term_StructInst_markDefaultMissing___closed__2; uint8_t l_Lean_Syntax_isMissing(lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_toFieldLHS___closed__1; -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__22; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__10; extern lean_object* l_Lean_levelZero; @@ -428,7 +426,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_instInhabitedExplicitSource LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__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_Elab_Term_StructInst_throwFailedToElabField___rarg___closed__2; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___closed__3; -LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_getHierarchyDepth(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_mkProjStx_x3f___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_StructInst_formatStruct___closed__9; @@ -440,6 +437,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_throwFailedToElabField(lean lean_object* l_Lean_mkAnnotation(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_tryPostponeIfMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__1; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstExpectedType(lean_object*, lean_object*, lean_object*); @@ -447,6 +445,8 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_StructInst_0 lean_object* l_Lean_Syntax_getSepArgs(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__24; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__17(size_t, lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(lean_object*, lean_object*); lean_object* l_Lean_Core_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -472,18 +472,19 @@ lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__L lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___closed__2; static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__5; +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_fields(lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_Context_maxDistance___default; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType_declRange(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___closed__4; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_Field_toSyntax___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___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_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_DefaultFields_reduce___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Field_expr_x3f___default; 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*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___closed__1; @@ -494,17 +495,16 @@ static lean_object* l_List_forIn_loop___at_Lean_Elab_Term_StructInst_DefaultFiel LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkSourcesWithSyntax(lean_object*); uint8_t l_Lean_Syntax_isIdent(lean_object*); -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__10; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__21; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Field_isSimple(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3___closed__5; lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_withSynthesizeImp___rarg(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_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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_Term_StructInst_formatStruct___spec__2___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__3; extern lean_object* l_Std_Format_defWidth; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__5(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_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3___closed__2; @@ -513,6 +513,7 @@ static lean_object* l_Lean_Elab_Term_StructInst_formatStruct___closed__7; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__7; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__4(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13(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_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_modifyFieldsM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -547,13 +548,15 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_StructI LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___boxed(lean_object**); lean_object* l_panic___at_Lean_Parser_SyntaxStack_back___spec__1(lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__3___closed__4; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_elabStructInst___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_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__2; lean_object* l_Lean_Meta_getStructureName(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*); static lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___spec__3___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__8; +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__9; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getFieldIdx___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__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___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__5; @@ -567,6 +570,7 @@ lean_object* l_Lean_Syntax_setArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_reduce___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_throwFailedToElabField___rarg___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst___closed__1; +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__3; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_elabStructInst___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_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*); @@ -583,9 +587,7 @@ lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__3___closed__7; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___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_liftMacroM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType_declRange___closed__3; -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__7; LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_findDefaultMissing_x3f___spec__1___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName___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_Elab_Term_StructInst_DefaultFields_tryToSynthesizeDefault_loop___lambda__1___boxed(lean_object*); @@ -593,15 +595,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMis static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1___closed__8; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_instToFormatFieldStruct; +LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__5; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___spec__2___closed__4; -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__10(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_declRange___closed__7; static lean_object* l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3___closed__2; +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__11; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName___closed__1; lean_object* lean_string_length(lean_object*); +static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__2; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkStructView___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___rarg___lambda__1(lean_object*, lean_object*); @@ -609,9 +615,9 @@ static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructIns static lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___spec__3___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_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___lambda__1(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_StructInst_expandStructInstFieldAbbrev___spec__3(lean_object*, lean_object*, size_t, size_t); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkFreshLevelMVarsFor(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(lean_object*, lean_object*, lean_object*); 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_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -621,6 +627,7 @@ static lean_object* l_Lean_Elab_Term_StructInst_instToStringStruct___closed__1; lean_object* lean_environment_main_module(lean_object*); lean_object* l_Lean_Meta_synthInstance_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_tryToSynthesizeDefault_loop___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__2; LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_findDefaultMissing_x3f___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_source(lean_object*); @@ -630,6 +637,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_mkProjStx_x3f___lambda__1__ lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); uint8_t l_Lean_isPrivateNameFromImportedModule(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType_declRange___closed__2; +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__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_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___spec__3___closed__4; lean_object* l_Lean_indentExpr(lean_object*); @@ -655,14 +663,11 @@ lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__3; static lean_object* l_Lean_Elab_Term_StructInst_formatStruct___closed__5; -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__6; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__1; 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_StructInst_expandStructInstExpectedType___closed__6; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName_throwUnexpectedExpectedType___closed__4; -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___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_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkCtorHeaderAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isNone(lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); @@ -684,26 +689,26 @@ static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___cl lean_object* l_Lean_Expr_getAppFn(lean_object*); uint8_t l_Lean_isStructure(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_elabStructInst___closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_throwFailedToElabField___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mkArray1___rarg(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_setFields(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst_declRange(lean_object*); -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__9; +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__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_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__3___closed__2; LEAN_EXPORT uint8_t l_Lean_Elab_Term_StructInst_DefaultFields_tryToSynthesizeDefault_loop___lambda__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName_throwUnknownExpectedType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__6; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkStructView___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___closed__4; -static lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkStructView(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkCtorHeaderAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__19; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___rarg___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Array_ofSubarray___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14(lean_object*, 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_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_Term_StructInst_instInhabitedFieldVal___closed__1; lean_object* lean_erase_macro_scopes(lean_object*); @@ -727,7 +732,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMiss lean_object* l_String_intercalate(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_instInhabitedStruct___closed__1; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__12; LEAN_EXPORT uint8_t l_Lean_Elab_Term_StructInst_Source_isNone(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___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*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__15; @@ -739,9 +743,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_Stru static lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___closed__1; lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getStructureCtor(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14___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_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields(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_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_docString(lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_Context_structs___default; @@ -752,7 +756,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_StructI lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__8; static lean_object* l_Lean_Elab_Term_StructInst_Field_toSyntax___closed__1; -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__1; extern lean_object* l_Lean_instInhabitedName; lean_object* l_Lean_Expr_betaRev(lean_object*, lean_object*, uint8_t, uint8_t); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__6; @@ -761,8 +764,10 @@ lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkSourcesWithSyntax___closed__2; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__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_StructInst_DefaultFields_allDefaultMissing_go(lean_object*); +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_reduce(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__2___closed__23; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__17___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_loop___at_Lean_Elab_Term_StructInst_DefaultFields_allDefaultMissing_go___spec__5___rarg___lambda__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructName_throwUnexpectedExpectedType___closed__2; static lean_object* l_Lean_Elab_Term_StructInst_formatStruct___closed__4; @@ -788,6 +793,7 @@ static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructIns static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev_declRange___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3___closed__3; +LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_StructInst_DefaultFields_State_progress___default; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -802,7 +808,6 @@ static lean_object* l_Lean_Elab_Term_StructInst_throwFailedToElabField___rarg___ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_instInhabitedSource; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_instToStringStruct___lambda__1(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__11(lean_object*, lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__11; static lean_object* l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_formatStruct(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -816,6 +821,7 @@ extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyOp___lambda__3___closed__6; static lean_object* l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__8; uint8_t lean_usize_dec_lt(size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mkArray2___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -832,7 +838,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_f LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___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_StructInst_formatField(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___spec__7(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__5; static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__4___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -842,7 +847,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_Stru LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_groupFields___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_Lean_Expr_mvarId_x21(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst_declRange___closed__5; -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__13; lean_object* l_String_toSubstring_x27(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); @@ -873,6 +877,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_throwFailedToElabField___ra LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_Struct_modifyFields(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandParentFields___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_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNumLitFields___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_liftMacroM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStructInstAux___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_isDefaultMissing_x3f___rarg___boxed(lean_object*, lean_object*, lean_object*); @@ -886,7 +891,6 @@ static lean_object* l_Lean_Elab_Term_StructInst_formatStruct___closed__10; lean_object* l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(lean_object*); lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); -static lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__2; static lean_object* l_Lean_Elab_Term_StructInst_formatField___closed__5; static lean_object* l_Lean_Elab_Term_StructInst_mkProjStx_x3f___lambda__1___closed__1; uint8_t l_Array_isEmpty___rarg(lean_object*); @@ -1249,42 +1253,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_StructInst_expandStructInstFieldAbbrev___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_Syntax_getKind(x_6); -x_8 = lean_name_eq(x_7, x_1); -lean_dec(x_7); -if (x_8 == 0) -{ -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; -goto _start; -} -else -{ -uint8_t x_12; -x_12 = 1; -return x_12; -} -} -else -{ -uint8_t x_13; -x_13 = 0; -return x_13; -} -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__1() { +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__1() { _start: { lean_object* x_1; @@ -1292,17 +1261,17 @@ x_1 = lean_mk_string_from_bytes("ident", 5); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__2() { +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__1; +x_2 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__3() { +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__3() { _start: { lean_object* x_1; @@ -1310,19 +1279,19 @@ x_1 = lean_mk_string_from_bytes("structInstLVal", 14); return x_1; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4() { +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__5; x_2 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__6; x_3 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__7; -x_4 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__3; +x_4 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5() { +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5() { _start: { lean_object* x_1; @@ -1330,7 +1299,7 @@ x_1 = lean_mk_string_from_bytes(":=", 2); return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { uint8_t x_9; @@ -1367,7 +1336,7 @@ else { lean_object* x_19; lean_object* x_20; uint8_t x_21; x_19 = l_Lean_Syntax_getArg(x_11, x_12); -x_20 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__2; +x_20 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__2; lean_inc(x_19); x_21 = l_Lean_Syntax_isOfKind(x_19, x_20); if (x_21 == 0) @@ -1396,11 +1365,11 @@ x_31 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_31, 0, x_28); lean_ctor_set(x_31, 1, x_29); lean_ctor_set(x_31, 2, x_30); -x_32 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4; +x_32 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4; lean_inc(x_19); lean_inc(x_28); x_33 = l_Lean_Syntax_node2(x_28, x_32, x_19, x_31); -x_34 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5; +x_34 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5; lean_inc(x_28); x_35 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_35, 0, x_28); @@ -1418,7 +1387,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1442,6 +1411,41 @@ goto _start; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_Syntax_getKind(x_6); +x_8 = lean_name_eq(x_7, x_1); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} static lean_object* _init_l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__1() { _start: { @@ -1570,62 +1574,50 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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; lean_object* x_13; uint8_t x_14; +lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_87; lean_object* x_88; uint8_t x_89; x_10 = l_Lean_Syntax_getArgs(x_1); x_11 = l_Lean_Syntax_TSepArray_getElems___rarg(x_10); lean_dec(x_10); -x_12 = lean_array_get_size(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (x_14 == 0) +x_87 = lean_array_get_size(x_11); +x_88 = lean_unsigned_to_nat(0u); +x_89 = lean_nat_dec_lt(x_88, x_87); +if (x_89 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_12); -lean_dec(x_11); -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_15 = lean_box(1); -x_16 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_9); -return x_16; +uint8_t x_90; +lean_dec(x_87); +x_90 = 0; +x_12 = x_90; +goto block_86; } else { -uint8_t x_17; -x_17 = lean_nat_dec_le(x_12, x_12); -if (x_17 == 0) +uint8_t x_91; +x_91 = lean_nat_dec_le(x_87, x_87); +if (x_91 == 0) { -lean_object* x_18; lean_object* x_19; -lean_dec(x_12); -lean_dec(x_11); -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_18 = lean_box(1); -x_19 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_9); -return x_19; +uint8_t x_92; +lean_dec(x_87); +x_92 = 0; +x_12 = x_92; +goto block_86; } else { -size_t x_20; size_t x_21; lean_object* x_22; uint8_t x_23; -x_20 = 0; -x_21 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_22 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__2; -x_23 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(x_22, x_11, x_20, x_21); -if (x_23 == 0) +size_t x_93; size_t x_94; lean_object* x_95; uint8_t x_96; +x_93 = 0; +x_94 = lean_usize_of_nat(x_87); +lean_dec(x_87); +x_95 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__2; +x_96 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(x_95, x_11, x_93, x_94); +x_12 = x_96; +goto block_86; +} +} +block_86: { -lean_object* x_24; lean_object* x_25; +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_dec(x_11); lean_dec(x_8); lean_dec(x_7); @@ -1633,220 +1625,224 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_24 = lean_box(1); -x_25 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_9); -return x_25; +x_13 = lean_box(1); +x_14 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_9); +return x_14; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; size_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_26 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__4; -x_27 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__5; +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; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t 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_object* x_42; +x_15 = lean_array_get_size(x_11); +x_16 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_17 = 0; +x_18 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__2; +x_19 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__4; +x_20 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__5; lean_inc(x_8); -x_28 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(x_22, x_26, x_27, x_21, x_20, x_11, x_8, x_9); -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); -lean_inc(x_30); -if (lean_is_exclusive(x_28)) { - lean_ctor_release(x_28, 0); - lean_ctor_release(x_28, 1); - x_31 = x_28; +x_21 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(x_18, x_19, x_20, x_16, x_17, x_11, x_8, x_9); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + lean_ctor_release(x_21, 1); + x_24 = x_21; } else { - lean_dec_ref(x_28); - x_31 = lean_box(0); + lean_dec_ref(x_21); + x_24 = lean_box(0); } -x_32 = lean_ctor_get(x_8, 5); -lean_inc(x_32); +x_25 = lean_ctor_get(x_8, 5); +lean_inc(x_25); lean_dec(x_8); -x_33 = 0; -x_34 = l_Lean_SourceInfo_fromRef(x_32, x_33); -x_35 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__7; -lean_inc(x_34); -x_36 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -x_37 = lean_array_get_size(x_29); -x_38 = lean_usize_of_nat(x_37); -lean_dec(x_37); -x_39 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__6; -x_40 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(x_39, x_38, x_20, x_29); -x_41 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__9; -x_42 = l_Lean_mkSepArray(x_40, x_41); -lean_dec(x_40); -x_43 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__1; -x_44 = l_Array_append___rarg(x_43, x_42); -x_45 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__3; -lean_inc(x_34); -x_46 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_46, 0, x_34); -lean_ctor_set(x_46, 1, x_45); -lean_ctor_set(x_46, 2, x_44); -x_47 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__10; -lean_inc(x_34); -x_48 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_48, 0, x_34); -lean_ctor_set(x_48, 1, x_47); +x_26 = 0; +x_27 = l_Lean_SourceInfo_fromRef(x_25, x_26); +x_28 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__7; +lean_inc(x_27); +x_29 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +x_30 = lean_array_get_size(x_22); +x_31 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_32 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__6; +x_33 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(x_32, x_31, x_17, x_22); +x_34 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__9; +x_35 = l_Lean_mkSepArray(x_33, x_34); +lean_dec(x_33); +x_36 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__1; +x_37 = l_Array_append___rarg(x_36, x_35); +x_38 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__3; +lean_inc(x_27); +x_39 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_39, 0, x_27); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_39, 2, x_37); +x_40 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__10; +lean_inc(x_27); +x_41 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_41, 0, x_27); +lean_ctor_set(x_41, 1, x_40); if (lean_obj_tag(x_5) == 0) { -x_49 = x_43; -goto block_86; +x_42 = x_36; +goto block_79; } 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; -x_87 = lean_ctor_get(x_5, 0); -lean_inc(x_87); +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_80 = lean_ctor_get(x_5, 0); +lean_inc(x_80); lean_dec(x_5); -x_88 = l_Array_append___rarg(x_43, x_87); -lean_inc(x_34); -x_89 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_89, 0, x_34); -lean_ctor_set(x_89, 1, x_45); -lean_ctor_set(x_89, 2, x_88); -x_90 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__13; -lean_inc(x_34); -x_91 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_91, 0, x_34); -lean_ctor_set(x_91, 1, x_90); -x_92 = l_Array_mkArray2___rarg(x_89, x_91); -x_49 = x_92; -goto block_86; +x_81 = l_Array_append___rarg(x_36, x_80); +lean_inc(x_27); +x_82 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_82, 0, x_27); +lean_ctor_set(x_82, 1, x_38); +lean_ctor_set(x_82, 2, x_81); +x_83 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__13; +lean_inc(x_27); +x_84 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_84, 0, x_27); +lean_ctor_set(x_84, 1, x_83); +x_85 = l_Array_mkArray2___rarg(x_82, x_84); +x_42 = x_85; +goto block_79; } -block_86: +block_79: { -lean_object* x_50; lean_object* x_51; -x_50 = l_Array_append___rarg(x_43, x_49); -lean_inc(x_34); -x_51 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_51, 0, x_34); -lean_ctor_set(x_51, 1, x_45); -lean_ctor_set(x_51, 2, x_50); +lean_object* x_43; lean_object* x_44; +x_43 = l_Array_append___rarg(x_36, x_42); +lean_inc(x_27); +x_44 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_44, 0, x_27); +lean_ctor_set(x_44, 1, x_38); +lean_ctor_set(x_44, 2, x_43); if (lean_obj_tag(x_2) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__11; -lean_inc(x_34); -x_53 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_53, 0, x_34); -lean_ctor_set(x_53, 1, x_45); -lean_ctor_set(x_53, 2, x_52); -lean_inc(x_53); -lean_inc(x_34); -x_54 = l_Lean_Syntax_node1(x_34, x_3, x_53); +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__11; +lean_inc(x_27); +x_46 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_46, 0, x_27); +lean_ctor_set(x_46, 1, x_38); +lean_ctor_set(x_46, 2, x_45); +lean_inc(x_46); +lean_inc(x_27); +x_47 = l_Lean_Syntax_node1(x_27, x_3, x_46); if (lean_obj_tag(x_7) == 0) { -lean_object* x_55; lean_object* x_56; -x_55 = l_Lean_Syntax_node6(x_34, x_4, x_36, x_51, x_46, x_54, x_53, x_48); -if (lean_is_scalar(x_31)) { - x_56 = lean_alloc_ctor(0, 2, 0); +lean_object* x_48; lean_object* x_49; +x_48 = l_Lean_Syntax_node6(x_27, x_4, x_29, x_44, x_39, x_47, x_46, x_41); +if (lean_is_scalar(x_24)) { + x_49 = lean_alloc_ctor(0, 2, 0); } else { - x_56 = x_31; + x_49 = x_24; } -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_30); -return x_56; +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_23); +return x_49; } 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_dec(x_53); -x_57 = lean_ctor_get(x_7, 0); -lean_inc(x_57); +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_dec(x_46); +x_50 = lean_ctor_get(x_7, 0); +lean_inc(x_50); lean_dec(x_7); -x_58 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__11; -lean_inc(x_34); -x_59 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_59, 0, x_34); -lean_ctor_set(x_59, 1, x_58); -x_60 = l_Array_mkArray2___rarg(x_59, x_57); -x_61 = l_Array_append___rarg(x_43, x_60); -lean_inc(x_34); -x_62 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_62, 0, x_34); -lean_ctor_set(x_62, 1, x_45); -lean_ctor_set(x_62, 2, x_61); -x_63 = l_Lean_Syntax_node6(x_34, x_4, x_36, x_51, x_46, x_54, x_62, x_48); -if (lean_is_scalar(x_31)) { - x_64 = lean_alloc_ctor(0, 2, 0); +x_51 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__11; +lean_inc(x_27); +x_52 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_52, 0, x_27); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Array_mkArray2___rarg(x_52, x_50); +x_54 = l_Array_append___rarg(x_36, x_53); +lean_inc(x_27); +x_55 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_55, 0, x_27); +lean_ctor_set(x_55, 1, x_38); +lean_ctor_set(x_55, 2, x_54); +x_56 = l_Lean_Syntax_node6(x_27, x_4, x_29, x_44, x_39, x_47, x_55, x_41); +if (lean_is_scalar(x_24)) { + x_57 = lean_alloc_ctor(0, 2, 0); } else { - x_64 = x_31; + x_57 = x_24; } -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_30); -return x_64; +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_23); +return x_57; } } else { -lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_65 = lean_ctor_get(x_2, 0); -lean_inc(x_65); +lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_58 = lean_ctor_get(x_2, 0); +lean_inc(x_58); lean_dec(x_2); -x_66 = 1; -x_67 = l_Lean_SourceInfo_fromRef(x_65, x_66); -x_68 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__12; -x_69 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_69, 0, x_67); -lean_ctor_set(x_69, 1, x_68); -x_70 = l_Array_mkArray1___rarg(x_69); -x_71 = l_Array_append___rarg(x_43, x_70); -lean_inc(x_34); -x_72 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_72, 0, x_34); -lean_ctor_set(x_72, 1, x_45); -lean_ctor_set(x_72, 2, x_71); -lean_inc(x_34); -x_73 = l_Lean_Syntax_node1(x_34, x_3, x_72); +x_59 = 1; +x_60 = l_Lean_SourceInfo_fromRef(x_58, x_59); +x_61 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__12; +x_62 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); +x_63 = l_Array_mkArray1___rarg(x_62); +x_64 = l_Array_append___rarg(x_36, x_63); +lean_inc(x_27); +x_65 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_65, 0, x_27); +lean_ctor_set(x_65, 1, x_38); +lean_ctor_set(x_65, 2, x_64); +lean_inc(x_27); +x_66 = l_Lean_Syntax_node1(x_27, x_3, x_65); if (lean_obj_tag(x_7) == 0) { -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_74 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__11; -lean_inc(x_34); -x_75 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_75, 0, x_34); -lean_ctor_set(x_75, 1, x_45); -lean_ctor_set(x_75, 2, x_74); -x_76 = l_Lean_Syntax_node6(x_34, x_4, x_36, x_51, x_46, x_73, x_75, x_48); -if (lean_is_scalar(x_31)) { - x_77 = lean_alloc_ctor(0, 2, 0); +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_67 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__11; +lean_inc(x_27); +x_68 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_68, 0, x_27); +lean_ctor_set(x_68, 1, x_38); +lean_ctor_set(x_68, 2, x_67); +x_69 = l_Lean_Syntax_node6(x_27, x_4, x_29, x_44, x_39, x_66, x_68, x_41); +if (lean_is_scalar(x_24)) { + x_70 = lean_alloc_ctor(0, 2, 0); } else { - x_77 = x_31; + x_70 = x_24; } -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_77, 1, x_30); -return x_77; +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_23); +return x_70; } 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; -x_78 = lean_ctor_get(x_7, 0); -lean_inc(x_78); +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; +x_71 = lean_ctor_get(x_7, 0); +lean_inc(x_71); lean_dec(x_7); -x_79 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__11; -lean_inc(x_34); -x_80 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_80, 0, x_34); -lean_ctor_set(x_80, 1, x_79); -x_81 = l_Array_mkArray2___rarg(x_80, x_78); -x_82 = l_Array_append___rarg(x_43, x_81); -lean_inc(x_34); -x_83 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_83, 0, x_34); -lean_ctor_set(x_83, 1, x_45); -lean_ctor_set(x_83, 2, x_82); -x_84 = l_Lean_Syntax_node6(x_34, x_4, x_36, x_51, x_46, x_73, x_83, x_48); -if (lean_is_scalar(x_31)) { - x_85 = lean_alloc_ctor(0, 2, 0); +x_72 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__11; +lean_inc(x_27); +x_73 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_73, 0, x_27); +lean_ctor_set(x_73, 1, x_72); +x_74 = l_Array_mkArray2___rarg(x_73, x_71); +x_75 = l_Array_append___rarg(x_36, x_74); +lean_inc(x_27); +x_76 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_76, 0, x_27); +lean_ctor_set(x_76, 1, x_38); +lean_ctor_set(x_76, 2, x_75); +x_77 = l_Lean_Syntax_node6(x_27, x_4, x_29, x_44, x_39, x_66, x_76, x_41); +if (lean_is_scalar(x_24)) { + x_78 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_31; -} -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_30); -return x_85; + x_78 = x_24; } +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_23); +return x_78; } } } @@ -2079,22 +2075,7 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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; @@ -2102,13 +2083,13 @@ x_9 = lean_unbox_usize(x_4); lean_dec(x_4); x_10 = lean_unbox_usize(x_5); lean_dec(x_5); -x_11 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(x_1, x_2, x_3, x_9, x_10, x_6, x_7, x_8); +x_11 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1(x_1, x_2, x_3, x_9, x_10, x_6, x_7, x_8); lean_dec(x_3); lean_dec(x_1); return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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_Term_StructInst_expandStructInstFieldAbbrev___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; @@ -2116,16 +2097,31 @@ 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_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_10; -x_10 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__3(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___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: +{ +lean_object* x_10; +x_10 = l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_6); lean_dec(x_1); return x_10; @@ -2459,7 +2455,7 @@ x_41 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_41, 0, x_14); lean_ctor_set(x_41, 1, x_39); lean_ctor_set(x_41, 2, x_40); -x_42 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5; +x_42 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5; lean_inc(x_14); x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_14); @@ -2512,7 +2508,7 @@ x_62 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_62, 0, x_14); lean_ctor_set(x_62, 1, x_60); lean_ctor_set(x_62, 2, x_61); -x_63 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5; +x_63 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5; lean_inc(x_14); x_64 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_64, 0, x_14); @@ -2603,7 +2599,7 @@ return x_20; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +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_2, 0); lean_inc(x_21); x_22 = lean_ctor_get(x_2, 1); @@ -2619,40 +2615,54 @@ lean_inc(x_21); x_23 = l_Lean_Elab_Term_isLocalIdent_x3f(x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10); x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -if (lean_obj_tag(x_24) == 0) -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); lean_dec(x_23); -x_26 = lean_alloc_closure((void*)(l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1), 11, 8); -lean_closure_set(x_26, 0, x_3); -lean_closure_set(x_26, 1, x_1); -lean_closure_set(x_26, 2, x_22); -lean_closure_set(x_26, 3, x_4); -lean_closure_set(x_26, 4, x_5); -lean_closure_set(x_26, 5, x_6); -lean_closure_set(x_26, 6, x_7); -lean_closure_set(x_26, 7, x_21); -x_27 = l_Lean_Core_withFreshMacroScope___rarg(x_26, x_8, x_9, x_25); -return x_27; +if (lean_obj_tag(x_24) == 0) +{ +uint8_t x_32; +x_32 = 0; +x_26 = x_32; +goto block_31; } else { -lean_object* x_28; lean_object* x_29; +uint8_t x_33; lean_dec(x_24); -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_dec(x_23); +x_33 = 1; +x_26 = x_33; +goto block_31; +} +block_31: +{ +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_alloc_closure((void*)(l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___lambda__1), 11, 8); +lean_closure_set(x_27, 0, x_3); +lean_closure_set(x_27, 1, x_1); +lean_closure_set(x_27, 2, x_22); +lean_closure_set(x_27, 3, x_4); +lean_closure_set(x_27, 4, x_5); +lean_closure_set(x_27, 5, x_6); +lean_closure_set(x_27, 6, x_7); +lean_closure_set(x_27, 7, x_21); +x_28 = l_Lean_Core_withFreshMacroScope___rarg(x_27, x_8, x_9, x_25); +return x_28; +} +else +{ +lean_object* x_29; x_29 = lean_array_push(x_3, x_21); x_2 = x_22; x_3 = x_29; -x_10 = x_28; +x_10 = x_25; goto _start; } } } } +} LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { _start: { @@ -2834,44 +2844,51 @@ return x_24; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___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_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_dec(x_5); if (x_3 == 0) { -lean_object* x_13; lean_object* x_14; +uint8_t x_22; lean_dec(x_4); -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___lambda__1(x_1, x_2, x_13, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_14; +x_22 = 0; +x_13 = x_22; +goto block_21; } else { -uint8_t x_15; -x_15 = lean_nat_dec_le(x_4, x_4); -if (x_15 == 0) +uint8_t x_23; +x_23 = lean_nat_dec_le(x_4, x_4); +if (x_23 == 0) { -lean_object* x_16; lean_object* x_17; +uint8_t x_24; lean_dec(x_4); -x_16 = lean_box(0); -x_17 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___lambda__1(x_1, x_2, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_17; +x_24 = 0; +x_13 = x_24; +goto block_21; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_4); +size_t x_25; size_t x_26; uint8_t x_27; +x_25 = 0; +x_26 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___spec__1(x_1, x_18, x_19); -if (x_20 == 0) +x_27 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___spec__1(x_1, x_25, x_26); +x_13 = x_27; +goto block_21; +} +} +block_21: { -lean_object* x_21; lean_object* x_22; -x_21 = lean_box(0); -x_22 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___lambda__1(x_1, x_2, x_21, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_22; +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_box(0); +x_15 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources___lambda__1(x_1, x_2, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_15; } else { -lean_object* x_23; uint8_t x_24; +lean_object* x_16; uint8_t x_17; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -2880,25 +2897,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_23 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(x_12); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +x_16 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(x_12); +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 0) { -return x_23; +return x_16; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_23); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; -} +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_16, 0); +x_19 = lean_ctor_get(x_16, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_16); +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; } } } @@ -4330,175 +4346,131 @@ return x_61; LEAN_EXPORT lean_object* l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; x_9 = lean_box(0); -x_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Syntax_getSepArgs(x_11); -lean_dec(x_11); -x_13 = lean_array_get_size(x_12); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +x_23 = lean_unsigned_to_nat(2u); +x_24 = l_Lean_Syntax_getArg(x_1, x_23); +x_25 = l_Lean_Syntax_getSepArgs(x_24); +lean_dec(x_24); +x_26 = lean_array_get_size(x_25); +x_27 = lean_unsigned_to_nat(0u); +x_28 = lean_nat_dec_lt(x_27, x_26); +if (x_28 == 0) { -lean_object* x_16; -lean_dec(x_13); -lean_dec(x_12); +lean_dec(x_26); +lean_dec(x_25); 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_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_9); -lean_ctor_set(x_16, 1, x_8); -return x_16; +x_10 = x_9; +x_11 = x_8; +goto block_22; } else { -uint8_t x_17; -x_17 = lean_nat_dec_le(x_13, x_13); -if (x_17 == 0) +uint8_t x_29; +x_29 = lean_nat_dec_le(x_26, x_26); +if (x_29 == 0) { -lean_object* x_18; -lean_dec(x_13); -lean_dec(x_12); +lean_dec(x_26); +lean_dec(x_25); 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_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_9); -lean_ctor_set(x_18, 1, x_8); -return x_18; -} -else -{ -size_t x_19; size_t x_20; lean_object* x_21; -x_19 = 0; -x_20 = lean_usize_of_nat(x_13); -lean_dec(x_13); -x_21 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3(x_12, x_19, x_20, x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_12); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_22; -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -if (lean_obj_tag(x_22) == 0) -{ -uint8_t x_23; -x_23 = !lean_is_exclusive(x_21); -if (x_23 == 0) -{ -lean_object* x_24; -x_24 = lean_ctor_get(x_21, 0); -lean_dec(x_24); -lean_ctor_set(x_21, 0, x_9); -return x_21; -} -else -{ -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_21, 1); -lean_inc(x_25); -lean_dec(x_21); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_9); -lean_ctor_set(x_26, 1, x_25); -return x_26; -} +x_10 = x_9; +x_11 = x_8; +goto block_22; } else { -uint8_t x_27; -x_27 = !lean_is_exclusive(x_21); -if (x_27 == 0) +size_t x_30; size_t x_31; lean_object* x_32; +x_30 = 0; +x_31 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_32 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3(x_25, x_30, x_31, x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_25); +if (lean_obj_tag(x_32) == 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; uint8_t x_34; -x_28 = lean_ctor_get(x_21, 0); -lean_dec(x_28); -x_29 = lean_ctor_get(x_22, 0); -lean_inc(x_29); -x_30 = l_Lean_Syntax_getArg(x_29, x_14); -lean_dec(x_29); -x_31 = l_Lean_Syntax_getArg(x_30, x_14); -lean_dec(x_30); -x_32 = l_Lean_Syntax_getKind(x_31); -x_33 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3___closed__2; -x_34 = lean_name_eq(x_32, x_33); +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); lean_dec(x_32); -if (x_34 == 0) -{ -lean_dec(x_22); -lean_ctor_set(x_21, 0, x_9); -return x_21; +x_10 = x_33; +x_11 = x_34; +goto block_22; } else { -return x_21; -} +uint8_t x_35; +x_35 = !lean_is_exclusive(x_32); +if (x_35 == 0) +{ +return x_32; } 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; uint8_t x_41; -x_35 = lean_ctor_get(x_21, 1); -lean_inc(x_35); -lean_dec(x_21); -x_36 = lean_ctor_get(x_22, 0); +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_32, 0); +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); lean_inc(x_36); -x_37 = l_Lean_Syntax_getArg(x_36, x_14); -lean_dec(x_36); -x_38 = l_Lean_Syntax_getArg(x_37, x_14); -lean_dec(x_37); -x_39 = l_Lean_Syntax_getKind(x_38); -x_40 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3___closed__2; -x_41 = lean_name_eq(x_39, x_40); -lean_dec(x_39); -if (x_41 == 0) -{ -lean_object* x_42; -lean_dec(x_22); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_9); -lean_ctor_set(x_42, 1, x_35); -return x_42; +lean_dec(x_32); +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_43; -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_22); -lean_ctor_set(x_43, 1, x_35); -return x_43; } } } +block_22: +{ +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_12; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_9); +lean_ctor_set(x_12, 1, x_11); +return x_12; } else { -uint8_t x_44; -x_44 = !lean_is_exclusive(x_21); -if (x_44 == 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; uint8_t x_19; +x_13 = lean_ctor_get(x_10, 0); +lean_inc(x_13); +x_14 = lean_unsigned_to_nat(0u); +x_15 = l_Lean_Syntax_getArg(x_13, x_14); +lean_dec(x_13); +x_16 = l_Lean_Syntax_getArg(x_15, x_14); +lean_dec(x_15); +x_17 = l_Lean_Syntax_getKind(x_16); +x_18 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_isModifyOp_x3f___spec__3___closed__2; +x_19 = lean_name_eq(x_17, x_18); +lean_dec(x_17); +if (x_19 == 0) { -return x_21; +lean_object* x_20; +lean_dec(x_10); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_9); +lean_ctor_set(x_20, 1, x_11); +return x_20; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_21, 0); -x_46 = lean_ctor_get(x_21, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_21); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; -} +lean_object* x_21; +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_10); +lean_ctor_set(x_21, 1, x_11); +return x_21; } } } @@ -4870,7 +4842,7 @@ lean_ctor_set(x_49, 0, x_27); lean_ctor_set(x_49, 1, x_48); lean_ctor_set(x_49, 2, x_47); lean_ctor_set(x_49, 3, x_3); -x_50 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5; +x_50 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5; lean_inc(x_27); x_51 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_51, 0, x_27); @@ -5138,7 +5110,7 @@ lean_dec(x_48); x_52 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkSourcesWithSyntax___closed__1; x_53 = lean_array_push(x_52, x_49); x_54 = lean_array_push(x_53, x_42); -x_55 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4; +x_55 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4; x_56 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_56, 0, x_40); lean_ctor_set(x_56, 1, x_55); @@ -5281,7 +5253,7 @@ lean_ctor_set(x_110, 0, x_89); lean_ctor_set(x_110, 1, x_109); lean_ctor_set(x_110, 2, x_108); lean_ctor_set(x_110, 3, x_100); -x_111 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5; +x_111 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5; lean_inc(x_89); x_112 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_112, 0, x_89); @@ -7551,7 +7523,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_formatStruct(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_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; uint8_t x_11; x_2 = lean_ctor_get(x_1, 3); lean_inc(x_2); x_3 = lean_ctor_get(x_1, 4); @@ -7569,115 +7541,132 @@ lean_dec(x_3); x_10 = l_Array_isEmpty___rarg(x_9); if (lean_obj_tag(x_8) == 0) { -if (x_10 == 0) -{ -lean_object* x_11; size_t x_12; size_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; 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_11 = lean_array_get_size(x_9); -x_12 = lean_usize_of_nat(x_11); -lean_dec(x_11); -x_13 = 0; -x_14 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_formatStruct___spec__2(x_12, x_13, x_9); -x_15 = lean_array_to_list(lean_box(0), x_14); -x_16 = l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3(x_15); -x_17 = l_Lean_Elab_Term_StructInst_formatStruct___closed__4; -x_18 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_16); -x_19 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; -x_20 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_18); -x_21 = l_Lean_Elab_Term_StructInst_formatStruct___closed__6; -x_22 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -x_23 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_7); -x_24 = l_Lean_Elab_Term_StructInst_formatStruct___closed__7; -x_25 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -x_26 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; -x_27 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; +uint8_t x_59; +x_59 = 0; +x_11 = x_59; +goto block_58; } 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; -lean_dec(x_9); -x_28 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; -x_29 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_7); -x_30 = l_Lean_Elab_Term_StructInst_formatStruct___closed__7; -x_31 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_31, 0, x_29); -lean_ctor_set(x_31, 1, x_30); -x_32 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; -x_33 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_33, 0, x_31); -lean_ctor_set(x_33, 1, x_32); -return x_33; +uint8_t x_60; +lean_dec(x_8); +x_60 = 1; +x_11 = x_60; +goto block_58; +} +block_58: +{ +if (x_11 == 0) +{ +if (x_10 == 0) +{ +lean_object* x_12; size_t x_13; size_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; 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; +x_12 = lean_array_get_size(x_9); +x_13 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_14 = 0; +x_15 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_formatStruct___spec__2(x_13, x_14, x_9); +x_16 = lean_array_to_list(lean_box(0), x_15); +x_17 = l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3(x_16); +x_18 = l_Lean_Elab_Term_StructInst_formatStruct___closed__4; +x_19 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +x_20 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; +x_21 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +x_22 = l_Lean_Elab_Term_StructInst_formatStruct___closed__6; +x_23 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_7); +x_25 = l_Lean_Elab_Term_StructInst_formatStruct___closed__7; +x_26 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; +x_28 = lean_alloc_ctor(5, 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_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +lean_dec(x_9); +x_29 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; +x_30 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_7); +x_31 = l_Lean_Elab_Term_StructInst_formatStruct___closed__7; +x_32 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_32, 0, x_30); +lean_ctor_set(x_32, 1, x_31); +x_33 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; +x_34 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_33); +return x_34; } } else { -lean_dec(x_8); if (x_10 == 0) { -lean_object* x_34; size_t x_35; size_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_34 = lean_array_get_size(x_9); -x_35 = lean_usize_of_nat(x_34); -lean_dec(x_34); -x_36 = 0; -x_37 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_formatStruct___spec__2(x_35, x_36, x_9); -x_38 = lean_array_to_list(lean_box(0), x_37); -x_39 = l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3(x_38); -x_40 = l_Lean_Elab_Term_StructInst_formatStruct___closed__4; -x_41 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; -x_43 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_41); -x_44 = l_Lean_Elab_Term_StructInst_formatStruct___closed__6; -x_45 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); +lean_object* x_35; size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; 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; +x_35 = lean_array_get_size(x_9); +x_36 = lean_usize_of_nat(x_35); +lean_dec(x_35); +x_37 = 0; +x_38 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_formatStruct___spec__2(x_36, x_37, x_9); +x_39 = lean_array_to_list(lean_box(0), x_38); +x_40 = l_List_format___at_Lean_Elab_Term_StructInst_formatStruct___spec__3(x_39); +x_41 = l_Lean_Elab_Term_StructInst_formatStruct___closed__4; +x_42 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_40); +x_43 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; +x_44 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +x_45 = l_Lean_Elab_Term_StructInst_formatStruct___closed__6; x_46 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_7); -x_47 = l_Lean_Elab_Term_StructInst_formatStruct___closed__10; -x_48 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -x_49 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; -x_50 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_50, 0, x_48); -lean_ctor_set(x_50, 1, x_49); -return x_50; +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +x_47 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_7); +x_48 = l_Lean_Elab_Term_StructInst_formatStruct___closed__10; +x_49 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +x_50 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; +x_51 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +return x_51; } else { -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_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_dec(x_9); -x_51 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; -x_52 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_7); -x_53 = l_Lean_Elab_Term_StructInst_formatStruct___closed__10; -x_54 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_54, 0, x_52); -lean_ctor_set(x_54, 1, x_53); -x_55 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; -x_56 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +x_52 = l_Lean_Elab_Term_StructInst_formatStruct___closed__2; +x_53 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_7); +x_54 = l_Lean_Elab_Term_StructInst_formatStruct___closed__10; +x_55 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = l_Lean_Elab_Term_StructInst_formatStruct___closed__8; +x_57 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; +} } } } @@ -11427,126 +11416,7 @@ x_11 = lean_apply_7(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___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) { -_start: -{ -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_9 = lean_ctor_get(x_6, 5); -x_10 = lean_ctor_get(x_2, 2); -lean_inc(x_10); -lean_inc(x_10); -x_11 = l_Lean_Elab_getBetterRef(x_9, x_10); -x_12 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -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 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(x_13, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_14); -lean_dec(x_2); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_11); -lean_ctor_set(x_18, 1, x_17); -lean_ctor_set_tag(x_15, 1); -lean_ctor_set(x_15, 0, x_18); -return x_15; -} -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_15, 0); -x_20 = lean_ctor_get(x_15, 1); -lean_inc(x_20); -lean_inc(x_19); -lean_dec(x_15); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_11); -lean_ctor_set(x_21, 1, x_19); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -return x_22; -} -} -} -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___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) { -_start: -{ -uint8_t x_10; -x_10 = !lean_is_exclusive(x_7); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 5); -x_12 = l_Lean_replaceRef(x_1, x_11); -lean_dec(x_11); -lean_dec(x_1); -lean_ctor_set(x_7, 5, x_12); -x_13 = l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -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; 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_14 = lean_ctor_get(x_7, 0); -x_15 = lean_ctor_get(x_7, 1); -x_16 = lean_ctor_get(x_7, 2); -x_17 = lean_ctor_get(x_7, 3); -x_18 = lean_ctor_get(x_7, 4); -x_19 = lean_ctor_get(x_7, 5); -x_20 = lean_ctor_get(x_7, 6); -x_21 = lean_ctor_get(x_7, 7); -x_22 = lean_ctor_get(x_7, 8); -x_23 = lean_ctor_get(x_7, 9); -x_24 = lean_ctor_get(x_7, 10); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_7); -x_25 = l_Lean_replaceRef(x_1, x_19); -lean_dec(x_19); -lean_dec(x_1); -x_26 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_26, 0, x_14); -lean_ctor_set(x_26, 1, x_15); -lean_ctor_set(x_26, 2, x_16); -lean_ctor_set(x_26, 3, x_17); -lean_ctor_set(x_26, 4, x_18); -lean_ctor_set(x_26, 5, x_25); -lean_ctor_set(x_26, 6, x_20); -lean_ctor_set(x_26, 7, x_21); -lean_ctor_set(x_26, 8, x_22); -lean_ctor_set(x_26, 9, x_23); -lean_ctor_set(x_26, 10, x_24); -x_27 = l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); -lean_dec(x_8); -lean_dec(x_26); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_27; -} -} -} -LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -11578,7 +11448,7 @@ return x_9; } } } -LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; lean_object* x_8; @@ -11590,13 +11460,13 @@ x_5 = l_Lean_Name_hash___override(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); -x_8 = l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(x_2, x_7); +x_8 = l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(x_2, x_7); lean_dec(x_7); lean_dec(x_2); return x_8; } } -LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -11625,7 +11495,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__10(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -11677,7 +11547,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -11696,7 +11566,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_obj 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_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__10(x_3, x_6); +x_9 = l_Lean_AssocList_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(x_3, x_6); x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_add(x_1, x_10); lean_dec(x_1); @@ -11707,7 +11577,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(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; lean_object* x_9; lean_object* x_10; @@ -11718,14 +11588,14 @@ lean_dec(x_3); x_6 = lean_box(0); x_7 = lean_mk_array(x_5, x_6); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(x_8, x_2, x_7); +x_9 = l_Lean_HashMapImp_moveEntries___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(x_8, x_2, x_7); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_1); lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -11750,7 +11620,7 @@ x_9 = lean_name_eq(x_6, x_1); if (x_9 == 0) { lean_object* x_10; -x_10 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_1, x_2, x_8); +x_10 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(x_1, x_2, x_8); lean_ctor_set(x_3, 2, x_10); return x_3; } @@ -11777,7 +11647,7 @@ x_14 = lean_name_eq(x_11, x_1); if (x_14 == 0) { lean_object* x_15; lean_object* x_16; -x_15 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_1, x_2, x_13); +x_15 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(x_1, x_2, x_13); x_16 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_16, 0, x_11); lean_ctor_set(x_16, 1, x_12); @@ -11799,7 +11669,7 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -11814,7 +11684,7 @@ x_8 = l_Lean_Name_hash___override(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); -x_11 = l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(x_2, x_10); +x_11 = l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(x_2, x_10); if (x_11 == 0) { lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; @@ -11834,7 +11704,7 @@ if (x_17 == 0) { lean_object* x_18; lean_free_object(x_1); -x_18 = l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(x_13, x_15); +x_18 = l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_13, x_15); return x_18; } else @@ -11848,7 +11718,7 @@ else { lean_object* x_19; lean_object* x_20; lean_dec(x_7); -x_19 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_2, x_3, x_10); +x_19 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(x_2, x_3, x_10); x_20 = lean_array_uset(x_6, x_9, x_19); lean_ctor_set(x_1, 1, x_20); return x_1; @@ -11867,7 +11737,7 @@ x_24 = l_Lean_Name_hash___override(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); -x_27 = l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(x_2, x_26); +x_27 = l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(x_2, x_26); if (x_27 == 0) { lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; @@ -11886,7 +11756,7 @@ lean_dec(x_32); if (x_33 == 0) { lean_object* x_34; -x_34 = l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__8(x_29, x_31); +x_34 = l_Lean_HashMapImp_expand___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_29, x_31); return x_34; } else @@ -11902,7 +11772,7 @@ else { lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_23); -x_36 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_2, x_3, x_26); +x_36 = l_Lean_AssocList_replace___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__9(x_2, x_3, x_26); x_37 = lean_array_uset(x_22, x_25, x_36); x_38 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_38, 0, x_21); @@ -11912,42 +11782,161 @@ return x_38; } } } -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__12(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___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) { _start: { -lean_object* x_2; -x_2 = l_Lean_mkHashMapImp___rarg(x_1); -return x_2; -} -} -static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__1() { -_start: +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_9 = lean_ctor_get(x_6, 5); +x_10 = lean_ctor_get(x_2, 2); +lean_inc(x_10); +lean_inc(x_10); +x_11 = l_Lean_Elab_getBetterRef(x_9, x_10); +x_12 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +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 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(x_13, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +lean_dec(x_2); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("_private.Lean.Elab.StructInst.0.Lean.Elab.Term.StructInst.mkFieldMap", 68); -return x_1; -} +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_11); +lean_ctor_set(x_18, 1, x_17); +lean_ctor_set_tag(x_15, 1); +lean_ctor_set(x_15, 0, x_18); +return x_15; } -static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__2() { -_start: +else { -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___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___spec__2___closed__1; -x_2 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__1; -x_3 = lean_unsigned_to_nat(442u); -x_4 = lean_unsigned_to_nat(11u); -x_5 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___spec__2___closed__3; -x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); -return x_6; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_15, 0); +x_20 = lean_ctor_get(x_15, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_15); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_11); +lean_ctor_set(x_21, 1, x_19); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +return x_22; } } -static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__3() { +} +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___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) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("field '", 7); -return x_1; -} +uint8_t x_10; +x_10 = !lean_is_exclusive(x_7); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 5); +x_12 = l_Lean_replaceRef(x_1, x_11); +lean_dec(x_11); +lean_dec(x_1); +lean_ctor_set(x_7, 5, x_12); +x_13 = l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +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; 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_14 = lean_ctor_get(x_7, 0); +x_15 = lean_ctor_get(x_7, 1); +x_16 = lean_ctor_get(x_7, 2); +x_17 = lean_ctor_get(x_7, 3); +x_18 = lean_ctor_get(x_7, 4); +x_19 = lean_ctor_get(x_7, 5); +x_20 = lean_ctor_get(x_7, 6); +x_21 = lean_ctor_get(x_7, 7); +x_22 = lean_ctor_get(x_7, 8); +x_23 = lean_ctor_get(x_7, 9); +x_24 = lean_ctor_get(x_7, 10); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_7); +x_25 = l_Lean_replaceRef(x_1, x_19); +lean_dec(x_19); +lean_dec(x_1); +x_26 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_26, 0, x_14); +lean_ctor_set(x_26, 1, x_15); +lean_ctor_set(x_26, 2, x_16); +lean_ctor_set(x_26, 3, x_17); +lean_ctor_set(x_26, 4, x_18); +lean_ctor_set(x_26, 5, x_25); +lean_ctor_set(x_26, 6, x_20); +lean_ctor_set(x_26, 7, x_21); +lean_ctor_set(x_26, 8, x_22); +lean_ctor_set(x_26, 9, x_23); +lean_ctor_set(x_26, 10, x_24); +x_27 = l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); +lean_dec(x_8); +lean_dec(x_26); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_27; +} +} +} +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__12(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_mkHashMapImp___rarg(x_1); +return x_2; +} +} +static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("_private.Lean.Elab.StructInst.0.Lean.Elab.Term.StructInst.mkFieldMap", 68); +return x_1; +} +} +static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___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_Array_mapMUnsafe_map___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___spec__2___closed__1; +x_2 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__1; +x_3 = lean_unsigned_to_nat(442u); +x_4 = lean_unsigned_to_nat(11u); +x_5 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_getStructSource___spec__2___closed__3; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("field '", 7); +return x_1; +} } static lean_object* _init_l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__4() { _start: @@ -12060,471 +12049,224 @@ return x_22; } else { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_12); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_12, 0); -x_25 = lean_ctor_get(x_12, 1); -lean_dec(x_25); -if (lean_obj_tag(x_24) == 0) +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_12, 0); +lean_inc(x_23); +if (lean_is_exclusive(x_12)) { + lean_ctor_release(x_12, 0); + lean_ctor_release(x_12, 1); + x_24 = x_12; +} else { + lean_dec_ref(x_12); + x_24 = lean_box(0); +} +if (lean_obj_tag(x_23) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_41; -x_26 = lean_ctor_get(x_2, 1); -lean_inc(x_26); +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_2, 1); +lean_inc(x_25); lean_dec(x_2); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -lean_inc(x_27); +x_26 = lean_ctor_get(x_23, 1); +lean_inc(x_26); +lean_dec(x_23); +lean_inc(x_26); lean_inc(x_1); -x_41 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(x_1, x_27); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; -x_42 = lean_box(0); -lean_ctor_set(x_12, 1, x_42); -lean_ctor_set(x_12, 0, x_11); -x_43 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_27, x_12); -x_1 = x_43; -x_2 = x_26; -goto _start; -} -else -{ -lean_object* x_45; -x_45 = lean_ctor_get(x_41, 0); -lean_inc(x_45); -lean_dec(x_41); -if (lean_obj_tag(x_45) == 0) -{ -lean_object* x_46; lean_object* x_47; -x_46 = lean_box(0); -lean_ctor_set(x_12, 1, x_46); -lean_ctor_set(x_12, 0, x_11); -x_47 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_27, x_12); -x_1 = x_47; -x_2 = x_26; -goto _start; -} -else -{ -uint8_t x_49; -x_49 = !lean_is_exclusive(x_45); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_50 = lean_ctor_get(x_45, 0); -x_51 = lean_ctor_get(x_45, 1); -x_52 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_11); -if (x_52 == 0) -{ -uint8_t x_53; -x_53 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_50); -if (x_53 == 0) -{ -lean_object* x_54; -lean_ctor_set(x_12, 1, x_45); -lean_ctor_set(x_12, 0, x_11); -x_54 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_27, x_12); -x_1 = x_54; -x_2 = x_26; -goto _start; -} -else -{ -lean_object* x_56; -lean_free_object(x_45); -lean_dec(x_51); -lean_dec(x_50); -lean_dec(x_26); -lean_free_object(x_12); -lean_dec(x_1); -x_56 = lean_box(0); -x_28 = x_56; -goto block_40; -} -} -else +x_27 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__2(x_1, x_26); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_57; -lean_free_object(x_45); -lean_dec(x_51); -lean_dec(x_50); -lean_dec(x_26); -lean_free_object(x_12); -lean_dec(x_1); -x_57 = lean_box(0); -x_28 = x_57; -goto block_40; -} +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_box(0); +if (lean_is_scalar(x_24)) { + x_29 = lean_alloc_ctor(1, 2, 0); +} else { + x_29 = x_24; } -else -{ -lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_58 = lean_ctor_get(x_45, 0); -x_59 = lean_ctor_get(x_45, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_45); -x_60 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_11); -if (x_60 == 0) -{ -uint8_t x_61; -x_61 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_58); -if (x_61 == 0) -{ -lean_object* x_62; lean_object* x_63; -x_62 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_62, 0, x_58); -lean_ctor_set(x_62, 1, x_59); -lean_ctor_set(x_12, 1, x_62); -lean_ctor_set(x_12, 0, x_11); -x_63 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_27, x_12); -x_1 = x_63; -x_2 = x_26; +lean_ctor_set(x_29, 0, x_11); +lean_ctor_set(x_29, 1, x_28); +x_30 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(x_1, x_26, x_29); +x_1 = x_30; +x_2 = x_25; goto _start; } else { -lean_object* x_65; -lean_dec(x_59); -lean_dec(x_58); -lean_dec(x_26); -lean_free_object(x_12); -lean_dec(x_1); -x_65 = lean_box(0); -x_28 = x_65; -goto block_40; -} -} -else +lean_object* x_32; +x_32 = lean_ctor_get(x_27, 0); +lean_inc(x_32); +lean_dec(x_27); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_66; -lean_dec(x_59); -lean_dec(x_58); -lean_dec(x_26); -lean_free_object(x_12); -lean_dec(x_1); -x_66 = lean_box(0); -x_28 = x_66; -goto block_40; -} -} -} +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_box(0); +if (lean_is_scalar(x_24)) { + x_34 = lean_alloc_ctor(1, 2, 0); +} else { + x_34 = x_24; } -block_40: -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -lean_dec(x_28); -x_29 = lean_ctor_get(x_11, 0); -lean_inc(x_29); -lean_dec(x_11); -x_30 = l_Lean_MessageData_ofName(x_27); -x_31 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__4; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__6; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 0, x_11); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__2(x_29, x_34, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) -{ -return x_35; -} -else -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_35); -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; -} -} -} -else -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; -lean_free_object(x_12); -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_1); -x_67 = lean_ctor_get(x_2, 1); -lean_inc(x_67); -lean_dec(x_2); -x_68 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__2; -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_69 = l_panic___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__1(x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_69) == 0) -{ -lean_object* x_70; lean_object* x_71; -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_1 = x_70; -x_2 = x_67; -x_9 = x_71; +x_35 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(x_1, x_26, x_34); +x_1 = x_35; +x_2 = x_25; goto _start; } else { -uint8_t x_73; -lean_dec(x_67); -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_73 = !lean_is_exclusive(x_69); -if (x_73 == 0) -{ -return x_69; +lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; uint8_t x_57; +x_37 = lean_ctor_get(x_32, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_32, 1); +lean_inc(x_38); +if (lean_is_exclusive(x_32)) { + lean_ctor_release(x_32, 0); + lean_ctor_release(x_32, 1); + x_39 = x_32; +} else { + lean_dec_ref(x_32); + x_39 = lean_box(0); } -else +x_57 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_11); +if (x_57 == 0) { -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); -return x_76; -} -} -} +uint8_t x_58; +x_58 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_37); +x_40 = x_58; +goto block_56; } else { -lean_object* x_77; -x_77 = lean_ctor_get(x_12, 0); -lean_inc(x_77); -lean_dec(x_12); -if (lean_obj_tag(x_77) == 0) -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_93; -x_78 = lean_ctor_get(x_2, 1); -lean_inc(x_78); -lean_dec(x_2); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -lean_inc(x_79); -lean_inc(x_1); -x_93 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(x_1, x_79); -if (lean_obj_tag(x_93) == 0) -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_box(0); -x_95 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_95, 0, x_11); -lean_ctor_set(x_95, 1, x_94); -x_96 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_79, x_95); -x_1 = x_96; -x_2 = x_78; -goto _start; +uint8_t x_59; +x_59 = 1; +x_40 = x_59; +goto block_56; } -else -{ -lean_object* x_98; -x_98 = lean_ctor_get(x_93, 0); -lean_inc(x_98); -lean_dec(x_93); -if (lean_obj_tag(x_98) == 0) +block_56: { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_box(0); -x_100 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_100, 0, x_11); -lean_ctor_set(x_100, 1, x_99); -x_101 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_79, x_100); -x_1 = x_101; -x_2 = x_78; -goto _start; -} -else +if (x_40 == 0) { -lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; -x_103 = lean_ctor_get(x_98, 0); -lean_inc(x_103); -x_104 = lean_ctor_get(x_98, 1); -lean_inc(x_104); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_105 = x_98; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +if (lean_is_scalar(x_39)) { + x_41 = lean_alloc_ctor(1, 2, 0); } else { - lean_dec_ref(x_98); - x_105 = lean_box(0); + x_41 = x_39; } -x_106 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_11); -if (x_106 == 0) -{ -uint8_t x_107; -x_107 = l_Lean_Elab_Term_StructInst_Field_isSimple___rarg(x_103); -if (x_107 == 0) -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; -if (lean_is_scalar(x_105)) { - x_108 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_37); +lean_ctor_set(x_41, 1, x_38); +if (lean_is_scalar(x_24)) { + x_42 = lean_alloc_ctor(1, 2, 0); } else { - x_108 = x_105; -} -lean_ctor_set(x_108, 0, x_103); -lean_ctor_set(x_108, 1, x_104); -x_109 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_109, 0, x_11); -lean_ctor_set(x_109, 1, x_108); -x_110 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__6(x_1, x_79, x_109); -x_1 = x_110; -x_2 = x_78; -goto _start; -} -else -{ -lean_object* x_112; -lean_dec(x_105); -lean_dec(x_104); -lean_dec(x_103); -lean_dec(x_78); -lean_dec(x_1); -x_112 = lean_box(0); -x_80 = x_112; -goto block_92; + x_42 = x_24; } +lean_ctor_set(x_42, 0, x_11); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Lean_HashMap_insert___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__4(x_1, x_26, x_42); +x_1 = x_43; +x_2 = x_25; +goto _start; } else { -lean_object* x_113; -lean_dec(x_105); -lean_dec(x_104); -lean_dec(x_103); -lean_dec(x_78); +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_dec(x_39); +lean_dec(x_38); +lean_dec(x_37); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_1); -x_113 = lean_box(0); -x_80 = x_113; -goto block_92; +x_45 = lean_ctor_get(x_11, 0); +lean_inc(x_45); +lean_dec(x_11); +x_46 = l_Lean_MessageData_ofName(x_26); +x_47 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__4; +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_46); +x_49 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__6; +x_50 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_50, 0, x_48); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Lean_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__10(x_45, x_50, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_52 = !lean_is_exclusive(x_51); +if (x_52 == 0) +{ +return x_51; } +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_51, 0); +x_54 = lean_ctor_get(x_51, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_51); +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; } } -block_92: -{ -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_dec(x_80); -x_81 = lean_ctor_get(x_11, 0); -lean_inc(x_81); -lean_dec(x_11); -x_82 = l_Lean_MessageData_ofName(x_79); -x_83 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__4; -x_84 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_82); -x_85 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__6; -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_throwErrorAt___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__2(x_81, x_86, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 1); -lean_inc(x_89); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_90 = x_87; -} else { - lean_dec_ref(x_87); - 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_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_77); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_24); +lean_dec(x_23); lean_dec(x_11); lean_dec(x_1); -x_114 = lean_ctor_get(x_2, 1); -lean_inc(x_114); +x_60 = lean_ctor_get(x_2, 1); +lean_inc(x_60); lean_dec(x_2); -x_115 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__2; +x_61 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__13___closed__2; 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_116 = l_panic___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__1(x_115, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_116) == 0) +x_62 = l_panic___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__1(x_61, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_117; lean_object* x_118; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -lean_dec(x_116); -x_1 = x_117; -x_2 = x_114; -x_9 = x_118; +lean_object* x_63; lean_object* x_64; +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_1 = x_63; +x_2 = x_60; +x_9 = x_64; goto _start; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; -lean_dec(x_114); +uint8_t x_66; +lean_dec(x_60); 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_120 = lean_ctor_get(x_116, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_116, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_122 = x_116; -} else { - lean_dec_ref(x_116); - x_122 = lean_box(0); -} -if (lean_is_scalar(x_122)) { - x_123 = lean_alloc_ctor(1, 2, 0); -} else { - x_123 = x_122; +x_66 = !lean_is_exclusive(x_62); +if (x_66 == 0) +{ +return x_62; } -lean_ctor_set(x_123, 0, x_120); -lean_ctor_set(x_123, 1, x_121); -return x_123; +else +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_62, 0); +x_68 = lean_ctor_get(x_62, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_62); +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; } } } @@ -12542,40 +12284,40 @@ x_11 = l_List_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_Struc return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_9; -} -} -LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(x_1, x_2); +x_3 = l_Lean_AssocList_find_x3f___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__3(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__7(x_1, x_2); +x_3 = l_Lean_AssocList_contains___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__5(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_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_throwError___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_9; +} +} LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_mkFieldMap___spec__12___boxed(lean_object* x_1) { _start: { @@ -14292,56 +14034,106 @@ lean_inc(x_2); x_26 = l_Lean_isSubobjectField_x3f(x_2, x_3, x_17); if (lean_obj_tag(x_26) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_56; lean_object* x_57; lean_object* x_58; size_t x_59; size_t x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_60; lean_object* x_61; lean_object* x_62; size_t x_63; size_t x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; x_27 = l_Lean_Elab_Term_StructInst_Struct_source(x_1); -x_56 = lean_ctor_get(x_27, 0); -lean_inc(x_56); -x_57 = lean_box(0); -x_58 = lean_array_get_size(x_56); -x_59 = lean_usize_of_nat(x_58); -lean_dec(x_58); -x_60 = 0; -x_61 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__3___closed__1; +x_60 = lean_ctor_get(x_27, 0); +lean_inc(x_60); +x_61 = lean_box(0); +x_62 = lean_array_get_size(x_60); +x_63 = lean_usize_of_nat(x_62); +lean_dec(x_62); +x_64 = 0; +x_65 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__3___closed__1; lean_inc(x_17); -x_62 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__1(x_17, x_61, x_56, x_59, x_60, x_61, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_56); -x_63 = lean_ctor_get(x_62, 0); -lean_inc(x_63); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -lean_dec(x_63); -if (lean_obj_tag(x_64) == 0) +x_66 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__1(x_17, x_65, x_60, x_63, x_64, x_65, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_60); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +lean_dec(x_67); +if (lean_obj_tag(x_68) == 0) { -lean_object* x_65; -x_65 = lean_ctor_get(x_62, 1); -lean_inc(x_65); -lean_dec(x_62); -x_28 = x_57; -x_29 = x_65; -goto block_55; +lean_object* x_69; +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_28 = x_61; +x_29 = x_69; +goto block_59; } else { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_62, 1); -lean_inc(x_66); -lean_dec(x_62); -x_67 = lean_ctor_get(x_64, 0); -lean_inc(x_67); -lean_dec(x_64); -x_28 = x_67; -x_29 = x_66; -goto block_55; +lean_object* x_70; lean_object* x_71; +x_70 = lean_ctor_get(x_66, 1); +lean_inc(x_70); +lean_dec(x_66); +x_71 = lean_ctor_get(x_68, 0); +lean_inc(x_71); +lean_dec(x_68); +x_28 = x_71; +x_29 = x_70; +goto block_59; } -block_55: +block_59: { +uint8_t x_30; if (lean_obj_tag(x_28) == 0) { -lean_object* x_30; -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); +lean_object* x_48; +x_48 = lean_ctor_get(x_27, 1); +lean_inc(x_48); lean_dec(x_27); -if (lean_obj_tag(x_30) == 0) +if (lean_obj_tag(x_48) == 0) +{ +uint8_t x_49; +x_49 = 0; +x_30 = x_49; +goto block_47; +} +else +{ +uint8_t x_50; +lean_dec(x_48); +x_50 = 1; +x_30 = x_50; +goto block_47; +} +} +else +{ +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_dec(x_27); +x_51 = lean_ctor_get(x_28, 0); +lean_inc(x_51); +lean_dec(x_28); +x_52 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_52, 0, x_51); +lean_inc(x_4); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_4); +lean_ctor_set(x_53, 1, x_17); +x_54 = lean_box(0); +x_55 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_box(0); +lean_inc(x_4); +x_57 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_57, 0, x_4); +lean_ctor_set(x_57, 1, x_55); +lean_ctor_set(x_57, 2, x_52); +lean_ctor_set(x_57, 3, x_56); +x_58 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_8); +x_18 = x_58; +x_19 = x_29; +goto block_23; +} +block_47: +{ +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; x_31 = lean_box(2); @@ -14370,7 +14162,6 @@ goto block_23; else { uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_dec(x_30); x_38 = 0; lean_inc(x_4); x_39 = l_Lean_mkHole(x_4, x_38); @@ -14399,140 +14190,109 @@ x_19 = x_29; goto block_23; } } -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_dec(x_27); -x_47 = lean_ctor_get(x_28, 0); -lean_inc(x_47); -lean_dec(x_28); -x_48 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_48, 0, x_47); -lean_inc(x_4); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_4); -lean_ctor_set(x_49, 1, x_17); -x_50 = lean_box(0); -x_51 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = lean_box(0); -lean_inc(x_4); -x_53 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_53, 0, x_4); -lean_ctor_set(x_53, 1, x_51); -lean_ctor_set(x_53, 2, x_48); -lean_ctor_set(x_53, 3, x_52); -x_54 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_8); -x_18 = x_54; -x_19 = x_29; -goto block_23; -} } } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_97; lean_object* x_98; lean_object* x_99; size_t x_100; size_t x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_68 = lean_ctor_get(x_26, 0); -lean_inc(x_68); +lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_101; lean_object* x_102; lean_object* x_103; size_t x_104; size_t x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_72 = lean_ctor_get(x_26, 0); +lean_inc(x_72); lean_dec(x_26); -x_69 = l_Lean_Elab_Term_StructInst_Struct_source(x_1); -x_97 = lean_ctor_get(x_69, 0); -lean_inc(x_97); -x_98 = lean_box(0); -x_99 = lean_array_get_size(x_97); -x_100 = lean_usize_of_nat(x_99); -lean_dec(x_99); -x_101 = 0; -x_102 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__3___closed__1; +x_73 = l_Lean_Elab_Term_StructInst_Struct_source(x_1); +x_101 = lean_ctor_get(x_73, 0); +lean_inc(x_101); +x_102 = lean_box(0); +x_103 = lean_array_get_size(x_101); +x_104 = lean_usize_of_nat(x_103); +lean_dec(x_103); +x_105 = 0; +x_106 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__3___closed__1; lean_inc(x_17); -x_103 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__2(x_17, x_102, x_97, x_100, x_101, x_102, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_97); -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -lean_dec(x_104); -if (lean_obj_tag(x_105) == 0) +x_107 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__2(x_17, x_106, x_101, x_104, x_105, x_106, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_101); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +lean_dec(x_108); +if (lean_obj_tag(x_109) == 0) { -lean_object* x_106; -x_106 = lean_ctor_get(x_103, 1); -lean_inc(x_106); -lean_dec(x_103); -x_70 = x_98; -x_71 = x_106; -goto block_96; +lean_object* x_110; +x_110 = lean_ctor_get(x_107, 1); +lean_inc(x_110); +lean_dec(x_107); +x_74 = x_102; +x_75 = x_110; +goto block_100; } else { -lean_object* x_107; lean_object* x_108; -x_107 = lean_ctor_get(x_103, 1); -lean_inc(x_107); -lean_dec(x_103); -x_108 = lean_ctor_get(x_105, 0); -lean_inc(x_108); -lean_dec(x_105); -x_70 = x_108; -x_71 = x_107; -goto block_96; +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_107, 1); +lean_inc(x_111); +lean_dec(x_107); +x_112 = lean_ctor_get(x_109, 0); +lean_inc(x_112); +lean_dec(x_109); +x_74 = x_112; +x_75 = x_111; +goto block_100; } -block_96: +block_100: { -if (lean_obj_tag(x_70) == 0) +if (lean_obj_tag(x_74) == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_72 = lean_box(0); -x_73 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__1; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_76 = lean_box(0); +x_77 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__1; lean_inc(x_4); -x_74 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_74, 0, x_4); -lean_ctor_set(x_74, 1, x_68); -lean_ctor_set(x_74, 2, x_73); -lean_ctor_set(x_74, 3, x_72); -lean_ctor_set(x_74, 4, x_69); +x_78 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_78, 0, x_4); +lean_ctor_set(x_78, 1, x_72); +lean_ctor_set(x_78, 2, x_77); +lean_ctor_set(x_78, 3, x_76); +lean_ctor_set(x_78, 4, x_73); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_75 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandStruct(x_74, x_9, x_10, x_11, x_12, x_13, x_14, x_71); -if (lean_obj_tag(x_75) == 0) +x_79 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandStruct(x_78, x_9, x_10, x_11, x_12, x_13, x_14, x_75); +if (lean_obj_tag(x_79) == 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; lean_object* x_83; -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_78, 0, x_76); +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; +x_80 = lean_ctor_get(x_79, 0); +lean_inc(x_80); +x_81 = lean_ctor_get(x_79, 1); +lean_inc(x_81); +lean_dec(x_79); +x_82 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_82, 0, x_80); lean_inc(x_4); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_4); -lean_ctor_set(x_79, 1, x_17); -x_80 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_72); -x_81 = lean_box(0); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_4); +lean_ctor_set(x_83, 1, x_17); +x_84 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_84, 1, x_76); +x_85 = lean_box(0); lean_inc(x_4); -x_82 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_82, 0, x_4); -lean_ctor_set(x_82, 1, x_80); -lean_ctor_set(x_82, 2, x_78); -lean_ctor_set(x_82, 3, x_81); -x_83 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_8); -x_18 = x_83; -x_19 = x_77; +x_86 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_86, 0, x_4); +lean_ctor_set(x_86, 1, x_84); +lean_ctor_set(x_86, 2, x_82); +lean_ctor_set(x_86, 3, x_85); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_8); +x_18 = x_87; +x_19 = x_81; goto block_23; } else { -uint8_t x_84; +uint8_t x_88; lean_dec(x_17); lean_dec(x_14); lean_dec(x_13); @@ -14544,56 +14304,56 @@ lean_dec(x_8); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_84 = !lean_is_exclusive(x_75); -if (x_84 == 0) +x_88 = !lean_is_exclusive(x_79); +if (x_88 == 0) { -return x_75; +return x_79; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_75, 0); -x_86 = lean_ctor_get(x_75, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_75); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_79, 0); +x_90 = lean_ctor_get(x_79, 1); +lean_inc(x_90); +lean_inc(x_89); +lean_dec(x_79); +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 { -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_dec(x_69); -lean_dec(x_68); -x_88 = lean_ctor_get(x_70, 0); -lean_inc(x_88); -lean_dec(x_70); -x_89 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_89, 0, x_88); -lean_inc(x_4); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_4); -lean_ctor_set(x_90, 1, x_17); -x_91 = lean_box(0); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -x_93 = lean_box(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_dec(x_73); +lean_dec(x_72); +x_92 = lean_ctor_get(x_74, 0); +lean_inc(x_92); +lean_dec(x_74); +x_93 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_93, 0, x_92); lean_inc(x_4); -x_94 = lean_alloc_ctor(0, 4, 0); +x_94 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_94, 0, x_4); -lean_ctor_set(x_94, 1, x_92); -lean_ctor_set(x_94, 2, x_89); -lean_ctor_set(x_94, 3, x_93); -x_95 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_8); -x_18 = x_95; -x_19 = x_71; +lean_ctor_set(x_94, 1, x_17); +x_95 = lean_box(0); +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_box(0); +lean_inc(x_4); +x_98 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_98, 0, x_4); +lean_ctor_set(x_98, 1, x_96); +lean_ctor_set(x_98, 2, x_93); +lean_ctor_set(x_98, 3, x_97); +x_99 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_8); +x_18 = x_99; +x_19 = x_75; goto block_23; } } @@ -14601,15 +14361,15 @@ goto block_23; } else { -lean_object* x_109; lean_object* x_110; +lean_object* x_113; lean_object* x_114; lean_dec(x_17); -x_109 = lean_ctor_get(x_25, 0); -lean_inc(x_109); +x_113 = lean_ctor_get(x_25, 0); +lean_inc(x_113); lean_dec(x_25); -x_110 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_8); -x_18 = x_110; +x_114 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_114, 0, x_113); +lean_ctor_set(x_114, 1, x_8); +x_18 = x_114; x_19 = x_15; goto block_23; } @@ -14626,7 +14386,7 @@ goto _start; } else { -lean_object* x_111; +lean_object* x_115; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -14636,10 +14396,10 @@ lean_dec(x_9); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_8); -lean_ctor_set(x_111, 1, x_15); -return x_111; +x_115 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_115, 0, x_8); +lean_ctor_set(x_115, 1, x_15); +return x_115; } } } @@ -17271,7 +17031,7 @@ if (lean_obj_tag(x_243) == 0) uint8_t x_244; uint8_t x_245; lean_dec(x_10); x_244 = 3; -x_245 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_242, x_244); +x_245 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_242, x_244); if (x_245 == 0) { 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; uint8_t 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; @@ -17804,7 +17564,7 @@ uint8_t x_407; uint8_t x_408; lean_dec(x_344); lean_dec(x_10); x_407 = 3; -x_408 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_242, x_407); +x_408 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_242, x_407); if (x_408 == 0) { 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; uint8_t 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; uint8_t x_436; @@ -18308,7 +18068,7 @@ uint8_t x_558; uint8_t x_559; lean_dec(x_504); lean_dec(x_10); x_558 = 3; -x_559 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_242, x_558); +x_559 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_242, x_558); if (x_559 == 0) { lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; 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; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; @@ -21374,7 +21134,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValu { if (lean_obj_tag(x_2) == 6) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; uint8_t x_15; uint8_t x_16; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_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; x_10 = lean_ctor_get(x_2, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_2, 1); @@ -21385,579 +21145,562 @@ x_13 = lean_ctor_get_uint8(x_2, sizeof(void*)*3 + 8); lean_dec(x_2); x_14 = l_Lean_Elab_Term_StructInst_Struct_ref(x_1); x_15 = l_Lean_BinderInfo_isExplicit(x_13); -if (x_15 == 0) -{ -uint8_t x_161; -x_161 = 0; -x_16 = x_161; -goto block_160; -} -else -{ -uint8_t x_162; -x_162 = 1; -x_16 = x_162; -goto block_160; -} -block_160: -{ -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; -x_17 = lean_ctor_get(x_7, 5); -lean_inc(x_17); -x_18 = l_Lean_replaceRef(x_14, x_17); -lean_dec(x_17); +x_16 = lean_ctor_get(x_7, 5); +lean_inc(x_16); +x_17 = l_Lean_replaceRef(x_14, x_16); +lean_dec(x_16); lean_dec(x_14); -x_19 = lean_ctor_get(x_7, 0); +x_18 = lean_ctor_get(x_7, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_7, 1); lean_inc(x_19); -x_20 = lean_ctor_get(x_7, 1); +x_20 = lean_ctor_get(x_7, 2); lean_inc(x_20); -x_21 = lean_ctor_get(x_7, 2); +x_21 = lean_ctor_get(x_7, 3); lean_inc(x_21); -x_22 = lean_ctor_get(x_7, 3); +x_22 = lean_ctor_get(x_7, 4); lean_inc(x_22); -x_23 = lean_ctor_get(x_7, 4); +x_23 = lean_ctor_get(x_7, 6); lean_inc(x_23); -x_24 = lean_ctor_get(x_7, 6); +x_24 = lean_ctor_get(x_7, 7); lean_inc(x_24); -x_25 = lean_ctor_get(x_7, 7); +x_25 = lean_ctor_get(x_7, 8); lean_inc(x_25); -x_26 = lean_ctor_get(x_7, 8); +x_26 = lean_ctor_get(x_7, 9); lean_inc(x_26); -x_27 = lean_ctor_get(x_7, 9); +x_27 = lean_ctor_get(x_7, 10); lean_inc(x_27); -x_28 = lean_ctor_get(x_7, 10); -lean_inc(x_28); lean_dec(x_7); -x_29 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_29, 0, x_19); -lean_ctor_set(x_29, 1, x_20); -lean_ctor_set(x_29, 2, x_21); -lean_ctor_set(x_29, 3, x_22); -lean_ctor_set(x_29, 4, x_23); -lean_ctor_set(x_29, 5, x_18); -lean_ctor_set(x_29, 6, x_24); -lean_ctor_set(x_29, 7, x_25); -lean_ctor_set(x_29, 8, x_26); -lean_ctor_set(x_29, 9, x_27); -lean_ctor_set(x_29, 10, x_28); -if (x_16 == 0) +x_28 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_28, 0, x_18); +lean_ctor_set(x_28, 1, x_19); +lean_ctor_set(x_28, 2, x_20); +lean_ctor_set(x_28, 3, x_21); +lean_ctor_set(x_28, 4, x_22); +lean_ctor_set(x_28, 5, x_17); +lean_ctor_set(x_28, 6, x_23); +lean_ctor_set(x_28, 7, x_24); +lean_ctor_set(x_28, 8, x_25); +lean_ctor_set(x_28, 9, x_26); +lean_ctor_set(x_28, 10, x_27); +if (x_15 == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; size_t x_33; size_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_30 = l_Lean_Elab_Term_StructInst_Struct_params(x_1); -x_31 = lean_box(0); -x_32 = lean_array_get_size(x_30); -x_33 = lean_usize_of_nat(x_32); -lean_dec(x_32); -x_34 = 0; -x_35 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__3___closed__1; -x_36 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___spec__1(x_10, x_35, x_30, x_33, x_34, x_35); -lean_dec(x_30); +lean_object* x_29; lean_object* x_30; lean_object* x_31; size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_29 = l_Lean_Elab_Term_StructInst_Struct_params(x_1); +x_30 = lean_box(0); +x_31 = lean_array_get_size(x_29); +x_32 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_33 = 0; +x_34 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_addMissingFields___spec__3___closed__1; +x_35 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___spec__1(x_10, x_34, x_29, x_32, x_33, x_34); +lean_dec(x_29); lean_dec(x_10); -x_37 = lean_ctor_get(x_36, 0); -lean_inc(x_37); -lean_dec(x_36); -if (lean_obj_tag(x_37) == 0) +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +lean_dec(x_35); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_38; -x_38 = l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___closed__4; -if (lean_obj_tag(x_38) == 0) +lean_object* x_37; +x_37 = l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___closed__4; +if (lean_obj_tag(x_37) == 0) { -lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_11); -x_40 = 0; -x_41 = lean_box(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; +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_11); +x_39 = 0; +x_40 = lean_box(0); lean_inc(x_5); -x_42 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_39, x_40, x_41, x_5, x_6, x_29, x_8, x_9); -x_43 = lean_ctor_get(x_42, 0); +x_41 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_38, x_39, x_40, x_5, x_6, x_28, x_8, 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); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); +lean_dec(x_41); +x_44 = lean_expr_instantiate1(x_12, x_42); lean_dec(x_42); -x_45 = lean_expr_instantiate1(x_12, x_43); -lean_dec(x_43); lean_dec(x_12); -x_2 = x_45; -x_7 = x_29; -x_9 = x_44; +x_2 = x_44; +x_7 = x_28; +x_9 = x_43; goto _start; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_38, 0); +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_37, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_46, 1); lean_inc(x_47); -x_48 = lean_ctor_get(x_47, 1); -lean_inc(x_48); -lean_dec(x_47); +lean_dec(x_46); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_48); -x_49 = lean_infer_type(x_48, x_5, x_6, x_29, x_8, x_9); -if (lean_obj_tag(x_49) == 0) +lean_inc(x_47); +x_48 = lean_infer_type(x_47, x_5, x_6, x_28, x_8, x_9); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_49, 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); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); +lean_dec(x_48); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -x_52 = l_Lean_Meta_isExprDefEq(x_50, x_11, x_5, x_6, x_29, x_8, x_51); -if (lean_obj_tag(x_52) == 0) +x_51 = l_Lean_Meta_isExprDefEq(x_49, x_11, x_5, x_6, x_28, x_8, x_50); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_53; uint8_t x_54; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_unbox(x_53); -lean_dec(x_53); -if (x_54 == 0) +lean_object* x_52; uint8_t x_53; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_unbox(x_52); +lean_dec(x_52); +if (x_53 == 0) { -uint8_t x_55; -lean_dec(x_48); -lean_dec(x_29); +uint8_t x_54; +lean_dec(x_47); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_55 = !lean_is_exclusive(x_52); -if (x_55 == 0) +x_54 = !lean_is_exclusive(x_51); +if (x_54 == 0) { -lean_object* x_56; -x_56 = lean_ctor_get(x_52, 0); -lean_dec(x_56); -lean_ctor_set(x_52, 0, x_31); -return x_52; +lean_object* x_55; +x_55 = lean_ctor_get(x_51, 0); +lean_dec(x_55); +lean_ctor_set(x_51, 0, x_30); +return x_51; } else { -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_52, 1); -lean_inc(x_57); -lean_dec(x_52); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_31); -lean_ctor_set(x_58, 1, x_57); -return x_58; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_51, 1); +lean_inc(x_56); +lean_dec(x_51); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_30); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } else { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_52, 1); -lean_inc(x_59); -lean_dec(x_52); -x_60 = lean_expr_instantiate1(x_12, x_48); -lean_dec(x_48); +lean_object* x_58; lean_object* x_59; +x_58 = lean_ctor_get(x_51, 1); +lean_inc(x_58); +lean_dec(x_51); +x_59 = lean_expr_instantiate1(x_12, x_47); +lean_dec(x_47); lean_dec(x_12); -x_2 = x_60; -x_7 = x_29; -x_9 = x_59; +x_2 = x_59; +x_7 = x_28; +x_9 = x_58; goto _start; } } else { -uint8_t x_62; -lean_dec(x_48); -lean_dec(x_29); +uint8_t x_61; +lean_dec(x_47); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_62 = !lean_is_exclusive(x_52); -if (x_62 == 0) +x_61 = !lean_is_exclusive(x_51); +if (x_61 == 0) { -return x_52; +return x_51; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_52, 0); -x_64 = lean_ctor_get(x_52, 1); -lean_inc(x_64); +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_51, 0); +x_63 = lean_ctor_get(x_51, 1); lean_inc(x_63); -lean_dec(x_52); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_inc(x_62); +lean_dec(x_51); +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 { -uint8_t x_66; -lean_dec(x_48); -lean_dec(x_29); +uint8_t x_65; +lean_dec(x_47); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_66 = !lean_is_exclusive(x_49); -if (x_66 == 0) +x_65 = !lean_is_exclusive(x_48); +if (x_65 == 0) { -return x_49; +return x_48; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_49, 0); -x_68 = lean_ctor_get(x_49, 1); -lean_inc(x_68); +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_48, 0); +x_67 = lean_ctor_get(x_48, 1); lean_inc(x_67); -lean_dec(x_49); -x_69 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_69, 0, x_67); -lean_ctor_set(x_69, 1, x_68); -return x_69; +lean_inc(x_66); +lean_dec(x_48); +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_70; -x_70 = !lean_is_exclusive(x_37); -if (x_70 == 0) +uint8_t x_69; +x_69 = !lean_is_exclusive(x_36); +if (x_69 == 0) { -lean_object* x_71; -x_71 = lean_ctor_get(x_37, 0); -if (lean_obj_tag(x_71) == 0) +lean_object* x_70; +x_70 = lean_ctor_get(x_36, 0); +if (lean_obj_tag(x_70) == 0) { -uint8_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -lean_ctor_set(x_37, 0, x_11); -x_72 = 0; -x_73 = lean_box(0); +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_ctor_set(x_36, 0, x_11); +x_71 = 0; +x_72 = lean_box(0); lean_inc(x_5); -x_74 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_37, x_72, x_73, x_5, x_6, x_29, x_8, x_9); -x_75 = lean_ctor_get(x_74, 0); +x_73 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_36, x_71, x_72, x_5, x_6, x_28, x_8, x_9); +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); lean_inc(x_75); -x_76 = lean_ctor_get(x_74, 1); -lean_inc(x_76); +lean_dec(x_73); +x_76 = lean_expr_instantiate1(x_12, x_74); lean_dec(x_74); -x_77 = lean_expr_instantiate1(x_12, x_75); -lean_dec(x_75); lean_dec(x_12); -x_2 = x_77; -x_7 = x_29; -x_9 = x_76; +x_2 = x_76; +x_7 = x_28; +x_9 = x_75; goto _start; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -lean_free_object(x_37); -x_79 = lean_ctor_get(x_71, 0); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +lean_free_object(x_36); +x_78 = lean_ctor_get(x_70, 0); +lean_inc(x_78); +lean_dec(x_70); +x_79 = lean_ctor_get(x_78, 1); lean_inc(x_79); -lean_dec(x_71); -x_80 = lean_ctor_get(x_79, 1); -lean_inc(x_80); -lean_dec(x_79); +lean_dec(x_78); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_80); -x_81 = lean_infer_type(x_80, x_5, x_6, x_29, x_8, x_9); -if (lean_obj_tag(x_81) == 0) +lean_inc(x_79); +x_80 = lean_infer_type(x_79, x_5, x_6, x_28, x_8, x_9); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_81, 0); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_80, 1); lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -lean_dec(x_81); +lean_dec(x_80); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -x_84 = l_Lean_Meta_isExprDefEq(x_82, x_11, x_5, x_6, x_29, x_8, x_83); -if (lean_obj_tag(x_84) == 0) +x_83 = l_Lean_Meta_isExprDefEq(x_81, x_11, x_5, x_6, x_28, x_8, x_82); +if (lean_obj_tag(x_83) == 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_84; uint8_t x_85; +x_84 = lean_ctor_get(x_83, 0); +lean_inc(x_84); +x_85 = lean_unbox(x_84); +lean_dec(x_84); +if (x_85 == 0) { -uint8_t x_87; -lean_dec(x_80); -lean_dec(x_29); +uint8_t x_86; +lean_dec(x_79); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_87 = !lean_is_exclusive(x_84); -if (x_87 == 0) +x_86 = !lean_is_exclusive(x_83); +if (x_86 == 0) { -lean_object* x_88; -x_88 = lean_ctor_get(x_84, 0); -lean_dec(x_88); -lean_ctor_set(x_84, 0, x_31); -return x_84; +lean_object* x_87; +x_87 = lean_ctor_get(x_83, 0); +lean_dec(x_87); +lean_ctor_set(x_83, 0, x_30); +return x_83; } else { -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_84, 1); -lean_inc(x_89); -lean_dec(x_84); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_31); -lean_ctor_set(x_90, 1, x_89); -return x_90; +lean_object* x_88; lean_object* x_89; +x_88 = lean_ctor_get(x_83, 1); +lean_inc(x_88); +lean_dec(x_83); +x_89 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_89, 0, x_30); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } else { -lean_object* x_91; lean_object* x_92; -x_91 = lean_ctor_get(x_84, 1); -lean_inc(x_91); -lean_dec(x_84); -x_92 = lean_expr_instantiate1(x_12, x_80); -lean_dec(x_80); +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_83, 1); +lean_inc(x_90); +lean_dec(x_83); +x_91 = lean_expr_instantiate1(x_12, x_79); +lean_dec(x_79); lean_dec(x_12); -x_2 = x_92; -x_7 = x_29; -x_9 = x_91; +x_2 = x_91; +x_7 = x_28; +x_9 = x_90; goto _start; } } else { -uint8_t x_94; -lean_dec(x_80); -lean_dec(x_29); +uint8_t x_93; +lean_dec(x_79); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_94 = !lean_is_exclusive(x_84); -if (x_94 == 0) +x_93 = !lean_is_exclusive(x_83); +if (x_93 == 0) { -return x_84; +return x_83; } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_84, 0); -x_96 = lean_ctor_get(x_84, 1); -lean_inc(x_96); +lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_83, 0); +x_95 = lean_ctor_get(x_83, 1); lean_inc(x_95); -lean_dec(x_84); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; +lean_inc(x_94); +lean_dec(x_83); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } } else { -uint8_t x_98; -lean_dec(x_80); -lean_dec(x_29); +uint8_t x_97; +lean_dec(x_79); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_98 = !lean_is_exclusive(x_81); -if (x_98 == 0) +x_97 = !lean_is_exclusive(x_80); +if (x_97 == 0) { -return x_81; +return x_80; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_81, 0); -x_100 = lean_ctor_get(x_81, 1); -lean_inc(x_100); +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_80, 0); +x_99 = lean_ctor_get(x_80, 1); lean_inc(x_99); -lean_dec(x_81); -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; +lean_inc(x_98); +lean_dec(x_80); +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; } } } } else { -lean_object* x_102; -x_102 = lean_ctor_get(x_37, 0); -lean_inc(x_102); -lean_dec(x_37); -if (lean_obj_tag(x_102) == 0) +lean_object* x_101; +x_101 = lean_ctor_get(x_36, 0); +lean_inc(x_101); +lean_dec(x_36); +if (lean_obj_tag(x_101) == 0) { -lean_object* x_103; uint8_t x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_103 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_103, 0, x_11); -x_104 = 0; -x_105 = lean_box(0); +lean_object* x_102; uint8_t x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +x_102 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_102, 0, x_11); +x_103 = 0; +x_104 = lean_box(0); lean_inc(x_5); -x_106 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_103, x_104, x_105, x_5, x_6, x_29, x_8, x_9); -x_107 = lean_ctor_get(x_106, 0); +x_105 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_102, x_103, x_104, x_5, x_6, x_28, x_8, x_9); +x_106 = lean_ctor_get(x_105, 0); +lean_inc(x_106); +x_107 = lean_ctor_get(x_105, 1); lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); +lean_dec(x_105); +x_108 = lean_expr_instantiate1(x_12, x_106); lean_dec(x_106); -x_109 = lean_expr_instantiate1(x_12, x_107); -lean_dec(x_107); lean_dec(x_12); -x_2 = x_109; -x_7 = x_29; -x_9 = x_108; +x_2 = x_108; +x_7 = x_28; +x_9 = x_107; goto _start; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_102, 0); +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_101, 0); +lean_inc(x_110); +lean_dec(x_101); +x_111 = lean_ctor_get(x_110, 1); lean_inc(x_111); -lean_dec(x_102); -x_112 = lean_ctor_get(x_111, 1); -lean_inc(x_112); -lean_dec(x_111); +lean_dec(x_110); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_112); -x_113 = lean_infer_type(x_112, x_5, x_6, x_29, x_8, x_9); -if (lean_obj_tag(x_113) == 0) +lean_inc(x_111); +x_112 = lean_infer_type(x_111, x_5, x_6, x_28, x_8, x_9); +if (lean_obj_tag(x_112) == 0) { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_113, 0); +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_112, 1); lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); +lean_dec(x_112); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -x_116 = l_Lean_Meta_isExprDefEq(x_114, x_11, x_5, x_6, x_29, x_8, x_115); -if (lean_obj_tag(x_116) == 0) +x_115 = l_Lean_Meta_isExprDefEq(x_113, x_11, x_5, x_6, x_28, x_8, x_114); +if (lean_obj_tag(x_115) == 0) { -lean_object* x_117; uint8_t x_118; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_unbox(x_117); -lean_dec(x_117); -if (x_118 == 0) +lean_object* x_116; uint8_t x_117; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_unbox(x_116); +lean_dec(x_116); +if (x_117 == 0) { -lean_object* x_119; lean_object* x_120; lean_object* x_121; -lean_dec(x_112); -lean_dec(x_29); +lean_object* x_118; lean_object* x_119; lean_object* x_120; +lean_dec(x_111); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_119 = lean_ctor_get(x_116, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_120 = x_116; +x_118 = lean_ctor_get(x_115, 1); +lean_inc(x_118); +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_119 = x_115; } else { - lean_dec_ref(x_116); - x_120 = lean_box(0); + lean_dec_ref(x_115); + x_119 = lean_box(0); } -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_119)) { + x_120 = lean_alloc_ctor(0, 2, 0); } else { - x_121 = x_120; + x_120 = x_119; } -lean_ctor_set(x_121, 0, x_31); -lean_ctor_set(x_121, 1, x_119); -return x_121; +lean_ctor_set(x_120, 0, x_30); +lean_ctor_set(x_120, 1, x_118); +return x_120; } else { -lean_object* x_122; lean_object* x_123; -x_122 = lean_ctor_get(x_116, 1); -lean_inc(x_122); -lean_dec(x_116); -x_123 = lean_expr_instantiate1(x_12, x_112); -lean_dec(x_112); +lean_object* x_121; lean_object* x_122; +x_121 = lean_ctor_get(x_115, 1); +lean_inc(x_121); +lean_dec(x_115); +x_122 = lean_expr_instantiate1(x_12, x_111); +lean_dec(x_111); lean_dec(x_12); -x_2 = x_123; -x_7 = x_29; -x_9 = x_122; +x_2 = x_122; +x_7 = x_28; +x_9 = x_121; goto _start; } } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; -lean_dec(x_112); -lean_dec(x_29); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; +lean_dec(x_111); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_125 = lean_ctor_get(x_116, 0); +x_124 = lean_ctor_get(x_115, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_115, 1); lean_inc(x_125); -x_126 = lean_ctor_get(x_116, 1); -lean_inc(x_126); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_127 = x_116; +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_126 = x_115; } else { - lean_dec_ref(x_116); - x_127 = lean_box(0); + lean_dec_ref(x_115); + x_126 = lean_box(0); } -if (lean_is_scalar(x_127)) { - x_128 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_126)) { + x_127 = lean_alloc_ctor(1, 2, 0); } else { - x_128 = x_127; + x_127 = x_126; } -lean_ctor_set(x_128, 0, x_125); -lean_ctor_set(x_128, 1, x_126); -return x_128; +lean_ctor_set(x_127, 0, x_124); +lean_ctor_set(x_127, 1, x_125); +return x_127; } } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_dec(x_112); -lean_dec(x_29); +lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +lean_dec(x_111); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_129 = lean_ctor_get(x_113, 0); +x_128 = lean_ctor_get(x_112, 0); +lean_inc(x_128); +x_129 = lean_ctor_get(x_112, 1); lean_inc(x_129); -x_130 = lean_ctor_get(x_113, 1); -lean_inc(x_130); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_131 = x_113; +if (lean_is_exclusive(x_112)) { + lean_ctor_release(x_112, 0); + lean_ctor_release(x_112, 1); + x_130 = x_112; } else { - lean_dec_ref(x_113); - x_131 = lean_box(0); + lean_dec_ref(x_112); + x_130 = lean_box(0); } -if (lean_is_scalar(x_131)) { - x_132 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_130)) { + x_131 = lean_alloc_ctor(1, 2, 0); } else { - x_132 = x_131; + x_131 = x_130; } -lean_ctor_set(x_132, 0, x_129); -lean_ctor_set(x_132, 1, x_130); -return x_132; +lean_ctor_set(x_131, 0, x_128); +lean_ctor_set(x_131, 1, x_129); +return x_131; } } } @@ -21965,159 +21708,158 @@ return x_132; } else { -lean_object* x_133; -x_133 = l_Lean_Elab_Term_StructInst_DefaultFields_getFieldValue_x3f(x_1, x_10); -if (lean_obj_tag(x_133) == 0) +lean_object* x_132; +x_132 = l_Lean_Elab_Term_StructInst_DefaultFields_getFieldValue_x3f(x_1, x_10); +if (lean_obj_tag(x_132) == 0) { -lean_object* x_134; lean_object* x_135; -lean_dec(x_29); +lean_object* x_133; lean_object* x_134; +lean_dec(x_28); lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_134 = lean_box(0); -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_9); -return x_135; +x_133 = lean_box(0); +x_134 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_134, 0, x_133); +lean_ctor_set(x_134, 1, x_9); +return x_134; } else { -lean_object* x_136; lean_object* x_137; -x_136 = lean_ctor_get(x_133, 0); -lean_inc(x_136); -lean_dec(x_133); +lean_object* x_135; lean_object* x_136; +x_135 = lean_ctor_get(x_132, 0); +lean_inc(x_135); +lean_dec(x_132); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_136); -x_137 = lean_infer_type(x_136, x_5, x_6, x_29, x_8, x_9); -if (lean_obj_tag(x_137) == 0) +lean_inc(x_135); +x_136 = lean_infer_type(x_135, x_5, x_6, x_28, x_8, x_9); +if (lean_obj_tag(x_136) == 0) { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_137, 0); +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_136, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_136, 1); lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec(x_137); +lean_dec(x_136); lean_inc(x_8); -lean_inc(x_29); +lean_inc(x_28); lean_inc(x_6); lean_inc(x_5); -x_140 = l_Lean_Meta_isExprDefEq(x_138, x_11, x_5, x_6, x_29, x_8, x_139); -if (lean_obj_tag(x_140) == 0) +x_139 = l_Lean_Meta_isExprDefEq(x_137, x_11, x_5, x_6, x_28, x_8, x_138); +if (lean_obj_tag(x_139) == 0) { -lean_object* x_141; uint8_t x_142; -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_unbox(x_141); -lean_dec(x_141); -if (x_142 == 0) +lean_object* x_140; uint8_t x_141; +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_unbox(x_140); +lean_dec(x_140); +if (x_141 == 0) { -uint8_t x_143; -lean_dec(x_136); -lean_dec(x_29); +uint8_t x_142; +lean_dec(x_135); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_143 = !lean_is_exclusive(x_140); -if (x_143 == 0) +x_142 = !lean_is_exclusive(x_139); +if (x_142 == 0) { -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_140, 0); -lean_dec(x_144); -x_145 = lean_box(0); -lean_ctor_set(x_140, 0, x_145); -return x_140; +lean_object* x_143; lean_object* x_144; +x_143 = lean_ctor_get(x_139, 0); +lean_dec(x_143); +x_144 = lean_box(0); +lean_ctor_set(x_139, 0, x_144); +return x_139; } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_146 = lean_ctor_get(x_140, 1); -lean_inc(x_146); -lean_dec(x_140); -x_147 = lean_box(0); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_146); -return x_148; +lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_145 = lean_ctor_get(x_139, 1); +lean_inc(x_145); +lean_dec(x_139); +x_146 = lean_box(0); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_145); +return x_147; } } else { -lean_object* x_149; lean_object* x_150; -x_149 = lean_ctor_get(x_140, 1); -lean_inc(x_149); -lean_dec(x_140); -x_150 = lean_expr_instantiate1(x_12, x_136); -lean_dec(x_136); +lean_object* x_148; lean_object* x_149; +x_148 = lean_ctor_get(x_139, 1); +lean_inc(x_148); +lean_dec(x_139); +x_149 = lean_expr_instantiate1(x_12, x_135); +lean_dec(x_135); lean_dec(x_12); -x_2 = x_150; -x_7 = x_29; -x_9 = x_149; +x_2 = x_149; +x_7 = x_28; +x_9 = x_148; goto _start; } } else { -uint8_t x_152; -lean_dec(x_136); -lean_dec(x_29); +uint8_t x_151; +lean_dec(x_135); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_152 = !lean_is_exclusive(x_140); -if (x_152 == 0) +x_151 = !lean_is_exclusive(x_139); +if (x_151 == 0) { -return x_140; +return x_139; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_140, 0); -x_154 = lean_ctor_get(x_140, 1); -lean_inc(x_154); +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_139, 0); +x_153 = lean_ctor_get(x_139, 1); lean_inc(x_153); -lean_dec(x_140); -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_inc(x_152); +lean_dec(x_139); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } else { -uint8_t x_156; -lean_dec(x_136); -lean_dec(x_29); +uint8_t x_155; +lean_dec(x_135); +lean_dec(x_28); lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -x_156 = !lean_is_exclusive(x_137); -if (x_156 == 0) +x_155 = !lean_is_exclusive(x_136); +if (x_155 == 0) { -return x_137; +return x_136; } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_157 = lean_ctor_get(x_137, 0); -x_158 = lean_ctor_get(x_137, 1); -lean_inc(x_158); +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_136, 0); +x_157 = lean_ctor_get(x_136, 1); lean_inc(x_157); -lean_dec(x_137); -x_159 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -return x_159; -} +lean_inc(x_156); +lean_dec(x_136); +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_157); +return x_158; } } } @@ -22125,35 +21867,35 @@ return x_159; } else { -lean_object* x_163; lean_object* x_164; uint8_t x_165; +lean_object* x_159; lean_object* x_160; uint8_t x_161; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_163 = l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___closed__2; -x_164 = lean_unsigned_to_nat(2u); -x_165 = l_Lean_Expr_isAppOfArity(x_2, x_163, x_164); -if (x_165 == 0) -{ -lean_object* x_166; lean_object* x_167; -x_166 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_166, 0, x_2); -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; +x_159 = l_Lean_Elab_Term_StructInst_DefaultFields_mkDefaultValueAux_x3f___closed__2; +x_160 = lean_unsigned_to_nat(2u); +x_161 = l_Lean_Expr_isAppOfArity(x_2, x_159, x_160); +if (x_161 == 0) +{ +lean_object* x_162; lean_object* x_163; +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_2); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_9); +return x_163; } else { -lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_168 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_164 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_169 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_169, 0, x_168); -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_9); -return x_170; +x_165 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_165, 0, x_164); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_9); +return x_166; } } } @@ -22907,364 +22649,309 @@ lean_inc(x_83); x_84 = l_Lean_Elab_Term_StructInst_DefaultFields_reduce(x_1, x_83, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_84) == 0) { -uint8_t x_85; -x_85 = !lean_is_exclusive(x_84); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_84, 0); -x_87 = l_Lean_Elab_Term_StructInst_defaultMissing_x3f(x_2); -if (lean_obj_tag(x_87) == 0) -{ -size_t x_88; size_t x_89; uint8_t x_90; -x_88 = lean_ptr_addr(x_83); -lean_dec(x_83); -x_89 = lean_ptr_addr(x_86); -x_90 = lean_usize_dec_eq(x_88, x_89); -if (x_90 == 0) -{ -lean_object* x_91; -lean_dec(x_2); -x_91 = l_Lean_Expr_mdata___override(x_82, x_86); -lean_ctor_set(x_84, 0, x_91); -return x_84; -} -else -{ -lean_dec(x_86); -lean_dec(x_82); -lean_ctor_set(x_84, 0, x_2); -return x_84; -} +lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; lean_object* x_97; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +if (lean_is_exclusive(x_84)) { + lean_ctor_release(x_84, 0); + lean_ctor_release(x_84, 1); + x_87 = x_84; +} else { + lean_dec_ref(x_84); + x_87 = lean_box(0); } -else -{ -uint8_t x_92; -lean_dec(x_87); -x_92 = l_Lean_Expr_isMVar(x_86); -if (x_92 == 0) +x_97 = l_Lean_Elab_Term_StructInst_defaultMissing_x3f(x_2); +if (lean_obj_tag(x_97) == 0) { -lean_dec(x_83); -lean_dec(x_82); -lean_dec(x_2); -return x_84; +uint8_t x_98; +x_98 = 0; +x_88 = x_98; +goto block_96; } else { -size_t x_93; size_t x_94; uint8_t x_95; -x_93 = lean_ptr_addr(x_83); -lean_dec(x_83); -x_94 = lean_ptr_addr(x_86); -x_95 = lean_usize_dec_eq(x_93, x_94); -if (x_95 == 0) +uint8_t x_99; +lean_dec(x_97); +x_99 = l_Lean_Expr_isMVar(x_85); +if (x_99 == 0) { -lean_object* x_96; -lean_dec(x_2); -x_96 = l_Lean_Expr_mdata___override(x_82, x_86); -lean_ctor_set(x_84, 0, x_96); -return x_84; +uint8_t x_100; +x_100 = 1; +x_88 = x_100; +goto block_96; } else { -lean_dec(x_86); -lean_dec(x_82); -lean_ctor_set(x_84, 0, x_2); -return x_84; -} -} +uint8_t x_101; +x_101 = 0; +x_88 = x_101; +goto block_96; } } -else +block_96: { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_84, 0); -x_98 = lean_ctor_get(x_84, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_84); -x_99 = l_Lean_Elab_Term_StructInst_defaultMissing_x3f(x_2); -if (lean_obj_tag(x_99) == 0) +if (x_88 == 0) { -size_t x_100; size_t x_101; uint8_t x_102; -x_100 = lean_ptr_addr(x_83); +size_t x_89; size_t x_90; uint8_t x_91; +x_89 = lean_ptr_addr(x_83); lean_dec(x_83); -x_101 = lean_ptr_addr(x_97); -x_102 = lean_usize_dec_eq(x_100, x_101); -if (x_102 == 0) +x_90 = lean_ptr_addr(x_85); +x_91 = lean_usize_dec_eq(x_89, x_90); +if (x_91 == 0) { -lean_object* x_103; lean_object* x_104; +lean_object* x_92; lean_object* x_93; lean_dec(x_2); -x_103 = l_Lean_Expr_mdata___override(x_82, x_97); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_98); -return x_104; +x_92 = l_Lean_Expr_mdata___override(x_82, x_85); +if (lean_is_scalar(x_87)) { + x_93 = lean_alloc_ctor(0, 2, 0); +} else { + x_93 = x_87; +} +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_86); +return x_93; } else { -lean_object* x_105; -lean_dec(x_97); +lean_object* x_94; +lean_dec(x_85); lean_dec(x_82); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_2); -lean_ctor_set(x_105, 1, x_98); -return x_105; +if (lean_is_scalar(x_87)) { + x_94 = lean_alloc_ctor(0, 2, 0); +} else { + x_94 = x_87; } +lean_ctor_set(x_94, 0, x_2); +lean_ctor_set(x_94, 1, x_86); +return x_94; } -else -{ -uint8_t x_106; -lean_dec(x_99); -x_106 = l_Lean_Expr_isMVar(x_97); -if (x_106 == 0) -{ -lean_object* x_107; -lean_dec(x_83); -lean_dec(x_82); -lean_dec(x_2); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_97); -lean_ctor_set(x_107, 1, x_98); -return x_107; } else { -size_t x_108; size_t x_109; uint8_t x_110; -x_108 = lean_ptr_addr(x_83); +lean_object* x_95; lean_dec(x_83); -x_109 = lean_ptr_addr(x_97); -x_110 = lean_usize_dec_eq(x_108, x_109); -if (x_110 == 0) -{ -lean_object* x_111; lean_object* x_112; -lean_dec(x_2); -x_111 = l_Lean_Expr_mdata___override(x_82, x_97); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_98); -return x_112; -} -else -{ -lean_object* x_113; -lean_dec(x_97); lean_dec(x_82); -x_113 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_113, 0, x_2); -lean_ctor_set(x_113, 1, x_98); -return x_113; -} +lean_dec(x_2); +if (lean_is_scalar(x_87)) { + x_95 = lean_alloc_ctor(0, 2, 0); +} else { + x_95 = x_87; } +lean_ctor_set(x_95, 0, x_85); +lean_ctor_set(x_95, 1, x_86); +return x_95; } } } else { -uint8_t x_114; +uint8_t x_102; lean_dec(x_83); lean_dec(x_82); lean_dec(x_2); -x_114 = !lean_is_exclusive(x_84); -if (x_114 == 0) +x_102 = !lean_is_exclusive(x_84); +if (x_102 == 0) { return x_84; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_84, 0); -x_116 = lean_ctor_get(x_84, 1); -lean_inc(x_116); -lean_inc(x_115); +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_84, 0); +x_104 = lean_ctor_get(x_84, 1); +lean_inc(x_104); +lean_inc(x_103); lean_dec(x_84); -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; +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; } } } case 11: { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_118 = lean_ctor_get(x_2, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_2, 1); -lean_inc(x_119); -x_120 = lean_ctor_get(x_2, 2); -lean_inc(x_120); +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_106 = lean_ctor_get(x_2, 0); +lean_inc(x_106); +x_107 = lean_ctor_get(x_2, 1); +lean_inc(x_107); +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_120); -x_121 = l_Lean_Meta_project_x3f(x_120, x_119, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_121) == 0) +lean_inc(x_108); +x_109 = l_Lean_Meta_project_x3f(x_108, x_107, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_109) == 0) { -lean_object* x_122; -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -if (lean_obj_tag(x_122) == 0) +lean_object* x_110; +x_110 = lean_ctor_get(x_109, 0); +lean_inc(x_110); +if (lean_obj_tag(x_110) == 0) { -lean_object* x_123; lean_object* x_124; -x_123 = lean_ctor_get(x_121, 1); -lean_inc(x_123); -lean_dec(x_121); -lean_inc(x_120); -x_124 = l_Lean_Elab_Term_StructInst_DefaultFields_reduce(x_1, x_120, x_3, x_4, x_5, x_6, x_123); -if (lean_obj_tag(x_124) == 0) +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_109, 1); +lean_inc(x_111); +lean_dec(x_109); +lean_inc(x_108); +x_112 = l_Lean_Elab_Term_StructInst_DefaultFields_reduce(x_1, x_108, x_3, x_4, x_5, x_6, x_111); +if (lean_obj_tag(x_112) == 0) { -uint8_t x_125; -x_125 = !lean_is_exclusive(x_124); -if (x_125 == 0) +uint8_t x_113; +x_113 = !lean_is_exclusive(x_112); +if (x_113 == 0) { -lean_object* x_126; size_t x_127; size_t x_128; uint8_t x_129; -x_126 = lean_ctor_get(x_124, 0); -x_127 = lean_ptr_addr(x_120); -lean_dec(x_120); -x_128 = lean_ptr_addr(x_126); -x_129 = lean_usize_dec_eq(x_127, x_128); -if (x_129 == 0) +lean_object* x_114; size_t x_115; size_t x_116; uint8_t x_117; +x_114 = lean_ctor_get(x_112, 0); +x_115 = lean_ptr_addr(x_108); +lean_dec(x_108); +x_116 = lean_ptr_addr(x_114); +x_117 = lean_usize_dec_eq(x_115, x_116); +if (x_117 == 0) { -lean_object* x_130; +lean_object* x_118; lean_dec(x_2); -x_130 = l_Lean_Expr_proj___override(x_118, x_119, x_126); -lean_ctor_set(x_124, 0, x_130); -return x_124; +x_118 = l_Lean_Expr_proj___override(x_106, x_107, x_114); +lean_ctor_set(x_112, 0, x_118); +return x_112; } else { -lean_dec(x_126); -lean_dec(x_119); -lean_dec(x_118); -lean_ctor_set(x_124, 0, x_2); -return x_124; +lean_dec(x_114); +lean_dec(x_107); +lean_dec(x_106); +lean_ctor_set(x_112, 0, x_2); +return x_112; } } else { -lean_object* x_131; lean_object* x_132; size_t x_133; size_t x_134; uint8_t x_135; -x_131 = lean_ctor_get(x_124, 0); -x_132 = lean_ctor_get(x_124, 1); -lean_inc(x_132); -lean_inc(x_131); -lean_dec(x_124); -x_133 = lean_ptr_addr(x_120); -lean_dec(x_120); -x_134 = lean_ptr_addr(x_131); -x_135 = lean_usize_dec_eq(x_133, x_134); -if (x_135 == 0) +lean_object* x_119; lean_object* x_120; size_t x_121; size_t x_122; uint8_t x_123; +x_119 = lean_ctor_get(x_112, 0); +x_120 = lean_ctor_get(x_112, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_112); +x_121 = lean_ptr_addr(x_108); +lean_dec(x_108); +x_122 = lean_ptr_addr(x_119); +x_123 = lean_usize_dec_eq(x_121, x_122); +if (x_123 == 0) { -lean_object* x_136; lean_object* x_137; +lean_object* x_124; lean_object* x_125; lean_dec(x_2); -x_136 = l_Lean_Expr_proj___override(x_118, x_119, x_131); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_132); -return x_137; +x_124 = l_Lean_Expr_proj___override(x_106, x_107, x_119); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_120); +return x_125; } else { -lean_object* x_138; -lean_dec(x_131); +lean_object* x_126; lean_dec(x_119); -lean_dec(x_118); -x_138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_138, 0, x_2); -lean_ctor_set(x_138, 1, x_132); -return x_138; +lean_dec(x_107); +lean_dec(x_106); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_2); +lean_ctor_set(x_126, 1, x_120); +return x_126; } } } else { -uint8_t x_139; -lean_dec(x_120); -lean_dec(x_119); -lean_dec(x_118); +uint8_t x_127; +lean_dec(x_108); +lean_dec(x_107); +lean_dec(x_106); lean_dec(x_2); -x_139 = !lean_is_exclusive(x_124); -if (x_139 == 0) +x_127 = !lean_is_exclusive(x_112); +if (x_127 == 0) { -return x_124; +return x_112; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_124, 0); -x_141 = lean_ctor_get(x_124, 1); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_124); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_112, 0); +x_129 = lean_ctor_get(x_112, 1); +lean_inc(x_129); +lean_inc(x_128); +lean_dec(x_112); +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_143; lean_object* x_144; -lean_dec(x_120); -lean_dec(x_119); -lean_dec(x_118); +lean_object* x_131; lean_object* x_132; +lean_dec(x_108); +lean_dec(x_107); +lean_dec(x_106); lean_dec(x_2); -x_143 = lean_ctor_get(x_121, 1); -lean_inc(x_143); -lean_dec(x_121); -x_144 = lean_ctor_get(x_122, 0); -lean_inc(x_144); -lean_dec(x_122); -x_2 = x_144; -x_7 = x_143; +x_131 = lean_ctor_get(x_109, 1); +lean_inc(x_131); +lean_dec(x_109); +x_132 = lean_ctor_get(x_110, 0); +lean_inc(x_132); +lean_dec(x_110); +x_2 = x_132; +x_7 = x_131; goto _start; } } else { -uint8_t x_146; -lean_dec(x_120); -lean_dec(x_119); -lean_dec(x_118); +uint8_t x_134; +lean_dec(x_108); +lean_dec(x_107); +lean_dec(x_106); 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_146 = !lean_is_exclusive(x_121); -if (x_146 == 0) +x_134 = !lean_is_exclusive(x_109); +if (x_134 == 0) { -return x_121; +return x_109; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_121, 0); -x_148 = lean_ctor_get(x_121, 1); -lean_inc(x_148); -lean_inc(x_147); -lean_dec(x_121); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_109, 0); +x_136 = lean_ctor_get(x_109, 1); +lean_inc(x_136); +lean_inc(x_135); +lean_dec(x_109); +x_137 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_137, 0, x_135); +lean_ctor_set(x_137, 1, x_136); +return x_137; } } } default: { -lean_object* x_150; +lean_object* x_138; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_2); -lean_ctor_set(x_150, 1, x_7); -return x_150; +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_2); +lean_ctor_set(x_138, 1, x_7); +return x_138; } } } @@ -25783,7 +25470,47 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; +x_7 = lean_array_uget(x_3, x_4); +lean_inc(x_2); +lean_inc(x_1); +x_8 = l_Lean_getDefaultFnForField_x3f(x_1, x_7, x_2); +if (lean_obj_tag(x_8) == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +lean_dec(x_8); +lean_dec(x_2); +lean_dec(x_1); +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +lean_dec(x_2); +lean_dec(x_1); +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -25841,7 +25568,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(lean_object* x_1, lean_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; uint8_t x_13; @@ -25879,7 +25606,7 @@ return x_19; } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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) { _start: { uint8_t x_12; @@ -25892,7 +25619,7 @@ x_14 = l_Lean_replaceRef(x_1, x_13); lean_dec(x_13); lean_dec(x_1); lean_ctor_set(x_9, 5, x_14); -x_15 = l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_15 = l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(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); @@ -25944,7 +25671,7 @@ lean_ctor_set(x_28, 7, x_23); lean_ctor_set(x_28, 8, x_24); lean_ctor_set(x_28, 9, x_25); lean_ctor_set(x_28, 10, x_26); -x_29 = l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_28, x_10, x_11); +x_29 = l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_28, x_10, x_11); lean_dec(x_10); lean_dec(x_28); lean_dec(x_8); @@ -25957,62 +25684,62 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(size_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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(size_t 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_8; -x_8 = lean_usize_dec_eq(x_5, x_6); -if (x_8 == 0) +uint8_t x_9; +x_9 = lean_usize_dec_eq(x_6, x_7); +if (x_9 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; size_t x_13; size_t x_14; -x_9 = lean_array_uget(x_4, x_5); -x_10 = lean_array_get_size(x_3); -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_nat_dec_lt(x_11, x_10); -x_13 = 1; -x_14 = lean_usize_add(x_5, x_13); -if (x_12 == 0) +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; size_t x_14; size_t x_15; +x_10 = lean_array_uget(x_5, x_6); +x_11 = lean_array_get_size(x_3); +x_12 = lean_unsigned_to_nat(0u); +x_13 = lean_nat_dec_lt(x_12, x_11); +x_14 = 1; +x_15 = lean_usize_add(x_6, x_14); +if (x_13 == 0) { -lean_object* x_15; -lean_dec(x_10); -x_15 = lean_array_push(x_7, x_9); -x_5 = x_14; -x_7 = x_15; +lean_object* x_16; +lean_dec(x_11); +x_16 = lean_array_push(x_8, x_10); +x_6 = x_15; +x_8 = x_16; goto _start; } else { -uint8_t x_17; -x_17 = lean_nat_dec_le(x_10, x_10); -if (x_17 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_11, x_11); +if (x_18 == 0) { -lean_object* x_18; -lean_dec(x_10); -x_18 = lean_array_push(x_7, x_9); -x_5 = x_14; -x_7 = x_18; +lean_object* x_19; +lean_dec(x_11); +x_19 = lean_array_push(x_8, x_10); +x_6 = x_15; +x_8 = x_19; goto _start; } else { -size_t x_20; uint8_t x_21; -x_20 = lean_usize_of_nat(x_10); -lean_dec(x_10); -lean_inc(x_9); +size_t x_21; uint8_t x_22; +x_21 = lean_usize_of_nat(x_11); +lean_dec(x_11); +lean_inc(x_10); lean_inc(x_2); -x_21 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__11(x_2, x_9, x_3, x_1, x_20); -if (x_21 == 0) +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(x_2, x_10, x_3, x_1, x_21); +if (x_22 == 0) { -lean_object* x_22; -x_22 = lean_array_push(x_7, x_9); -x_5 = x_14; -x_7 = x_22; +lean_object* x_23; +x_23 = lean_array_push(x_8, x_10); +x_6 = x_15; +x_8 = x_23; goto _start; } else { -lean_dec(x_9); -x_5 = x_14; +lean_dec(x_10); +x_6 = x_15; goto _start; } } @@ -26021,11 +25748,79 @@ goto _start; else { lean_dec(x_2); -return x_7; +return x_8; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__17(size_t x_1, lean_object* x_2, lean_object* x_3, size_t 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) { +_start: +{ +uint8_t x_11; +x_11 = lean_usize_dec_eq(x_8, x_9); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; size_t x_16; size_t x_17; +x_12 = lean_array_uget(x_7, x_8); +x_13 = lean_array_get_size(x_6); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +x_16 = 1; +x_17 = lean_usize_add(x_8, x_16); +if (x_15 == 0) +{ +lean_object* x_18; +lean_dec(x_13); +x_18 = lean_array_push(x_10, x_12); +x_8 = x_17; +x_10 = x_18; +goto _start; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_13, x_13); +if (x_20 == 0) +{ +lean_object* x_21; +lean_dec(x_13); +x_21 = lean_array_push(x_10, x_12); +x_8 = x_17; +x_10 = x_21; +goto _start; +} +else +{ +size_t x_23; uint8_t x_24; +x_23 = lean_usize_of_nat(x_13); +lean_dec(x_13); +lean_inc(x_12); +lean_inc(x_5); +x_24 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(x_5, x_12, x_6, x_4, x_23); +if (x_24 == 0) +{ +lean_object* x_25; +x_25 = lean_array_push(x_10, x_12); +x_8 = x_17; +x_10 = x_25; +goto _start; +} +else +{ +lean_dec(x_12); +x_8 = x_17; +goto _start; +} } } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(lean_object* x_1, lean_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) { +else +{ +lean_dec(x_5); +return x_10; +} +} +} +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__18(lean_object* x_1, lean_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; uint8_t x_19; @@ -26450,8 +26245,10 @@ size_t x_108; lean_object* x_109; lean_object* x_110; x_108 = lean_usize_of_nat(x_77); lean_dec(x_77); x_109 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__1; -x_110 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(x_70, x_75, x_76, x_71, x_70, x_108, x_109); +lean_inc(x_75); +x_110 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__17(x_70, x_75, x_76, x_70, x_75, x_76, x_71, x_70, x_108, x_109); lean_dec(x_76); +lean_dec(x_75); x_82 = x_110; goto block_104; } @@ -26465,7 +26262,7 @@ if (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_91; lean_object* x_92; lean_object* x_93; lean_dec(x_71); x_84 = lean_array_to_list(lean_box(0), x_82); -x_85 = l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(x_84, x_81); +x_85 = l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(x_84, x_81); x_86 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___closed__1; x_87 = l_String_intercalate(x_86, x_85); x_88 = l_Lean_stringToMessageData(x_87); @@ -26478,7 +26275,7 @@ x_91 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyO x_92 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_92, 0, x_90); lean_ctor_set(x_92, 1, x_91); -x_93 = l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(x_80, x_92, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_74); +x_93 = l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14(x_80, x_92, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_74); return x_93; } else @@ -26486,7 +26283,7 @@ 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_dec(x_82); x_94 = lean_array_to_list(lean_box(0), x_71); -x_95 = l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(x_94, x_81); +x_95 = l_List_mapTR_loop___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(x_94, x_81); x_96 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_expandNonAtomicExplicitSources_go___closed__1; x_97 = l_String_intercalate(x_96, x_95); x_98 = l_Lean_stringToMessageData(x_97); @@ -26499,7 +26296,7 @@ x_101 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModify x_102 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_102, 0, x_100); lean_ctor_set(x_102, 1, x_101); -x_103 = l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__13(x_80, x_102, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_74); +x_103 = l_Lean_throwErrorAt___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14(x_80, x_102, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_74); return x_103; } } @@ -26713,7 +26510,7 @@ x_47 = l___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabModifyO x_48 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_48, 0, x_46); lean_ctor_set(x_48, 1, x_47); -x_49 = l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(x_23, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_30); +x_49 = l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__18(x_23, x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_30); x_50 = lean_ctor_get(x_49, 0); lean_inc(x_50); x_51 = lean_ctor_get(x_49, 1); @@ -26887,11 +26684,25 @@ x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___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_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__12(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; -x_11 = l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_throwError___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(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); @@ -26903,27 +26714,48 @@ lean_dec(x_2); return x_11; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -size_t x_8; size_t x_9; size_t x_10; lean_object* x_11; -x_8 = lean_unbox_usize(x_1); +size_t x_9; size_t x_10; size_t x_11; lean_object* x_12; +x_9 = lean_unbox_usize(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_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__15(x_8, x_2, x_3, x_4, x_9, x_10, x_7); +x_11 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(x_9, x_2, x_3, x_4, x_5, x_10, x_11, x_8); +lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_11; +return x_12; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__17___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: +{ +size_t x_11; size_t x_12; size_t x_13; size_t x_14; lean_object* x_15; +x_11 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_12 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_13 = lean_unbox_usize(x_8); +lean_dec(x_8); +x_14 = lean_unbox_usize(x_9); +lean_dec(x_9); +x_15 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__17(x_11, x_2, x_3, x_12, x_5, x_6, x_7, x_13, x_14, x_10); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_2); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__18___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_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__16(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_addTrace___at_Lean_Elab_Term_StructInst_DefaultFields_propagateLoop___spec__18(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); @@ -28577,7 +28409,7 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -28587,37 +28419,37 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__1; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__1; x_2 = l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__2; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__2; x_2 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__3; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__3; x_2 = l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__5() { _start: { lean_object* x_1; @@ -28625,17 +28457,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__4; -x_2 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__5; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__4; +x_2 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__7() { _start: { lean_object* x_1; @@ -28643,47 +28475,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__6; -x_2 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__7; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__6; +x_2 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__8; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__8; x_2 = l_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__9; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__9; x_2 = l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__10; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__10; x_2 = l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__12() { _start: { lean_object* x_1; @@ -28691,33 +28523,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__11; -x_2 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__12; +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__11; +x_2 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__13; -x_2 = lean_unsigned_to_nat(14982u); +x_1 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__13; +x_2 = lean_unsigned_to_nat(14993u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993_(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_foldlM___at___private_Lean_Elab_StructInst_0__Lean_Elab_Term_StructInst_elabStruct___spec__3___closed__3; x_3 = 0; -x_4 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__14; +x_4 = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -28811,16 +28643,16 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstEx res = l___regBuiltin_Lean_Elab_Term_StructInst_expandStructInstExpectedType_declRange(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__1 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__1(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__1); -l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__2 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__2(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__2); -l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__3 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__3(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__3); -l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__4); -l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5(); -lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__2___closed__5); +l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__1 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__1(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__1); +l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__2 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__2(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__2); +l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__3 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__3(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__3); +l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__4); +l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5 = _init_l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5(); +lean_mark_persistent(l_Array_mapMUnsafe_map___at_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___spec__1___closed__5); l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__1 = _init_l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__1); l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__2 = _init_l_Lean_Elab_Term_StructInst_expandStructInstFieldAbbrev___lambda__1___closed__2(); @@ -29333,35 +29165,35 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst_dec res = l___regBuiltin_Lean_Elab_Term_StructInst_elabStructInst_declRange(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__1 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__1); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__2 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__2); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__3 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__3); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__4 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__4); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__5 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__5); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__6 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__6); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__7 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__7); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__8 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__8); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__9 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__9); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__10 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__10); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__11 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__11); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__12 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__12); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__13 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__13); -l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__14 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982____closed__14); -res = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14982_(lean_io_mk_world()); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__1 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__1); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__2 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__2); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__3 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__3); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__4 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__4); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__5 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__5); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__6 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__6); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__7 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__7); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__8 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__8); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__9 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__9); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__10 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__10); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__11 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__11); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__12 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__12); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__13 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__13); +l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__14 = _init_l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993____closed__14); +res = l_Lean_Elab_Term_StructInst_initFn____x40_Lean_Elab_StructInst___hyg_14993_(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/Structure.c b/stage0/stdlib/Lean/Elab/Structure.c index 30145ff717ee..68974c03d62d 100644 --- a/stage0/stdlib/Lean/Elab/Structure.c +++ b/stage0/stdlib/Lean/Elab/Structure.c @@ -18,17 +18,20 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Stru lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectLevelParamsInFVars___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_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__10; static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___closed__1; lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__3(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_Structure___hyg_16333____closed__6; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__5; LEAN_EXPORT uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabFieldTypeValue___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withParents_go___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*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -40,8 +43,8 @@ static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___lambda__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_checkValidFieldModifier___closed__2; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__5; lean_object* l_Lean_MapDeclarationExtension_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__3; static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__6___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instDecidableEqStructFieldKind___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabStructure___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -73,7 +76,6 @@ lean_object* l_Lean_NameSet_contains___boxed(lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveName___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__13; lean_object* l_Lean_Meta_mkSizeOfInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__26; lean_object* l_Lean_Elab_Command_checkResultingUniverse(lean_object*, lean_object*, lean_object*, 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*); @@ -81,19 +83,20 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mk static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__23; 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*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___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*, lean_object*, lean_object*, lean_object*); 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_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_declRangeExt; static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__5___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__13; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__2; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__21; lean_object* l_Lean_Elab_Command_mkResultUniverse(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___spec__1(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___closed__1; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_processSubfields_go___rarg___closed__6; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabStructure___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_updateResultingUniverse___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -143,6 +146,7 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandC LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withUsed___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_Expr_sort___override(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___closed__3; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__7; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__9___rarg___closed__2; @@ -159,9 +163,12 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDef lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__1(lean_object*, lean_object*, 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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__12; lean_object* l_Lean_Syntax_getArgs(lean_object*); lean_object* l_Option_repr___at___private_Lean_Structure_0__Lean_reprStructureFieldInfo____x40_Lean_Structure___hyg_68____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_addDefaults___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*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__8; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__12(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___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_instReprStructFieldInfo___closed__1; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); @@ -169,6 +176,7 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStr 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_Elab_Command_checkValidFieldModifier(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Command_StructFieldInfo_isFromParent(lean_object*); +lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, 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); lean_object* l_Lean_Expr_bvar___override(lean_object*); @@ -182,6 +190,7 @@ lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); LEAN_EXPORT uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_containsFieldName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___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_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__9; +static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___lambda__4___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCtor(lean_object*, lean_object*, 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_Structure_0__Lean_Elab_Command_expandCtor___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -191,50 +200,47 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0_ lean_object* l_Lean_Expr_fvarId_x21(lean_object*); 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_Command_structureDiamondWarning; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_toVisibility___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParamFVars___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_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__1; static lean_object* l_Lean_Elab_Command_checkValidFieldModifier___lambda__1___closed__2; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__23; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_declareTacticSyntax(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_failed___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_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__14; lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___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_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_updateFieldInfoVal___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__6; uint8_t l_Array_contains___at___private_Lean_Meta_Match_Value_0__Lean_Meta_isUIntTypeName___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__5___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__5; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getResultUniverse___closed__2; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_updateResultingUniverse___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_mk_outparam_args_implicit(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__1; lean_object* l_Lean_Syntax_node5(lean_object*, 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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__22; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instInhabitedStructFieldInfo; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_failed___closed__3; lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__8; static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__6___closed__6; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParamFVars___spec__1(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_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___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_EXPORT lean_object* l_Lean_Elab_Command_StructFieldInfo_isSubobject___boxed(lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_processOveriddenDefaultValues(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_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_failed___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withParents_go___rarg___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 uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___closed__2; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__3___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_go_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*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); @@ -245,18 +251,13 @@ extern lean_object* l_Lean_Expr_instBEqExpr; static lean_object* l_Lean_Elab_Command_checkValidFieldModifier___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__9; static uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____spec__1(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_Structure___hyg_16335____closed__4; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_object*); lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_findExistingField_x3f___spec__1(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_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__9; lean_object* l_Lean_CollectLevelParams_main(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__9(lean_object*); static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___lambda__3___closed__1; @@ -271,7 +272,6 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNew LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findExistingField_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkDefaultFnOfProjFn(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getStructureFields(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__9___rarg(lean_object*); @@ -286,7 +286,7 @@ static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields(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_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__9; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__24; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__6; static lean_object* l_Lean_getDocStringText___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__14___closed__3; size_t lean_ptr_addr(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___lambda__2___closed__2; @@ -302,21 +302,22 @@ size_t lean_usize_of_nat(lean_object*); uint8_t l_Lean_TagDeclarationExtension_isTagged(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectLevelParamsInFVars___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_Elab_Structure_0__Lean_Elab_Command_removeUnused___closed__1; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__24; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getResultUniverse___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_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParamFVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_abstract(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_processSubfields_go(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___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*, 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_Structure_0__Lean_Elab_Command_addDefaults___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__7___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_Structure_0__Lean_Elab_Command_elabStructureView___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___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkAuxConstructions___closed__3; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, 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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_StructFieldKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidFieldModifier___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_Elab_Command_checkValidFieldModifier___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_liftMacroM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__9; LEAN_EXPORT uint8_t l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabFieldTypeValue___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -330,7 +331,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structu static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectLevelParamsInStructure___closed__1; lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__12; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, 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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_panic___at_Lean_Meta_whnfCore_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_expandMacroImpl_x3f(lean_object*, lean_object*, lean_object*, lean_object*); @@ -351,7 +352,6 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0_ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__1___boxed(lean_object**); static lean_object* l_panic___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___spec__1___closed__1; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_processSubfields_go___rarg___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidFieldModifier___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Core_instantiateValueLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -364,9 +364,9 @@ lean_object* l_Lean_MessageData_ofSyntax(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkAuxConstructions___lambda__1(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_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2___lambda__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields(lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__5(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_Structure_0__Lean_Elab_Command_addProjections(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_Structure_0__Lean_Elab_Command_withFields_go___rarg___lambda__4___closed__3; @@ -374,6 +374,7 @@ lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___spec__1(lean_obje LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__3___boxed(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_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__1; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__15; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidFieldModifier___boxed(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*); lean_object* l_Lean_registerStructure(lean_object*, lean_object*); @@ -387,7 +388,8 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStr lean_object* l_Lean_LocalContext_setBinderInfo(lean_object*, lean_object*, uint8_t); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, 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_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__11; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__2(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_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_elabDeriving___spec__4(size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__2___closed__4; @@ -396,16 +398,18 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Struc static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__7; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__3___closed__1; 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*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__18; lean_object* l_Lean_Elab_toAttributeKind___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__6; 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_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__3(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___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___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_object*); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__9; 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__4(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -420,12 +424,13 @@ lean_object* l_Lean_LocalDecl_value(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectLevelParamsInStructure(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_Structure_0__Lean_Elab_Command_getFieldType___lambda__5___closed__3; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__18; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__4; lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_reduceProjOf_x3f(lean_object*, 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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__7; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabStructure___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor(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_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__8; @@ -440,6 +445,7 @@ LEAN_EXPORT uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_validSt static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___closed__2; lean_object* l_Lean_Expr_inferImplicit(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Meta_mkAppM(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_Structure_0__Lean_Elab_Command_elabStructureView___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*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_removeUnused(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_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*); @@ -447,11 +453,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_getOptDerivingClasses___at_Lean_Elab_Comman LEAN_EXPORT uint8_t l_Lean_Elab_Command_StructFieldKind_ofNat(lean_object*); 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*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; +lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Elab_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2___closed__3; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__10; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); lean_object* lean_mk_projections(lean_object*, lean_object*, lean_object*, uint8_t); @@ -464,15 +472,12 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mk LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__1___rarg(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_Structure_0__Lean_Elab_Command_expandFields___spec__5___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__2(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_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__19; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__6; 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f(lean_object*, lean_object*); -lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getDocStringText___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__14___closed__4; @@ -481,7 +486,7 @@ static lean_object* l_Lean_Elab_Command_checkValidInductiveModifier___at_Lean_El static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___lambda__1___closed__2; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_StructFieldKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(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_Structure_0__Lean_Elab_Command_mkAuxConstructions___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__5___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__20; @@ -496,12 +501,14 @@ lean_object* l_Lean_Elab_Command_shouldInferResultUniverse(lean_object*, lean_ob static lean_object* l_Lean_Elab_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2___closed__4; lean_object* l_Lean_Elab_expandDeclSig(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__3___boxed(lean_object**); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_addDefaults___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Command_StructFieldKind_noConfusion___rarg___lambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__4; lean_object* l_Lean_Meta_mkInjectiveTheorems(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__1___boxed(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_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__5___closed__2; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__4; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -520,6 +527,7 @@ LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_Structure_0__Lean_Elab static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__6; lean_object* l_Lean_Syntax_getSepArgs(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__12; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___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_EXPORT lean_object* l_Lean_Elab_Command_checkValidFieldModifier___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_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__4; @@ -528,12 +536,13 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_ge lean_object* l_Lean_logWarning___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__2___closed__2; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__5(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___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_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectLevelParamsInStructure___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 lean_name_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__2; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_addDeclarationRanges___at_Lean_Elab_Command_elabStructure___spec__4(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_object* l_Lean_Elab_Term_getLevelNames___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -553,7 +562,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_wi lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__10; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___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_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkProjections___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___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*); @@ -566,7 +574,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(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* 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*); static lean_object* l_Lean_Elab_Command_checkValidInductiveModifier___at_Lean_Elab_Command_elabStructure___spec__1___lambda__1___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588_(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___lambda__1___closed__1; 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_containsFieldName___boxed(lean_object*, lean_object*); @@ -580,6 +587,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_ad LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_processOveriddenDefaultValues___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_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___closed__6; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___lambda__4___closed__5; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__3; 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_panic___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___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_Structure_0__Lean_Elab_Command_getFieldType___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -589,6 +597,7 @@ static lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure static lean_object* l_Lean_Elab_Command_StructFieldKind_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___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_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findExistingField_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_panic___at_Lean_mkNoConfusionEnum_mkToCtorIdx___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__2___boxed(lean_object**); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__4; @@ -598,7 +607,6 @@ static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Command_instReprStructFieldInfo; lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParam_x27___lambda__1___boxed(lean_object*, lean_object*); @@ -613,7 +621,7 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStr LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___lambda__1(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_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__3___closed__5; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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*); LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, 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_Structure_0__Lean_Elab_Command_expandFields___spec__5___closed__2; static lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__3___closed__4; @@ -628,24 +636,24 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withParents_go___rarg___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView(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_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_filterMapM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabStructure___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParamFVar(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_elabStructure___closed__9; lean_object* l_Lean_LocalDecl_userName(lean_object*); lean_object* l_Lean_Meta_getStructureName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_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_Elab_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2___closed__1; lean_object* lean_name_append_index_after(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go(lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__21; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___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_mkCasesOn___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_mkAuxConstructions___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, 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(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__25; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_set_reducibility_status(lean_object*, lean_object*, uint8_t); uint8_t l_Lean_Elab_Modifiers_isPrivate(lean_object*); @@ -654,7 +662,7 @@ static lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__4(lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_processSubfields(lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__15; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__4; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__4; @@ -664,7 +672,6 @@ lean_object* l_Lean_FileMap_leanPosToLspPos(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam___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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__2___boxed(lean_object**); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_failed(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_Structure_0__Lean_Elab_Command_elabFieldTypeValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__3___closed__2; @@ -693,6 +700,7 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkAuxCo LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidInductiveModifier___at_Lean_Elab_Command_elabStructure___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Command_elabStructure___closed__1; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__8___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_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__14; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Command_StructFieldInfo_isSubobject(lean_object*); extern lean_object* l_Lean_NameSet_empty; @@ -701,14 +709,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_wi LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___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_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___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*); uint8_t l_Lean_Name_isAtomic(lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__4; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__10; lean_object* lean_string_length(lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParam_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_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335_(lean_object*); lean_object* l_Lean_Level_getLevelOffset(lean_object*); static size_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___closed__4; 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*); @@ -725,13 +730,13 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structu static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkToParentName___closed__1; lean_object* l_Lean_Name_beq___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabFieldTypeValue___lambda__1___boxed(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); lean_object* l_Lean_instantiateLevelMVars___at_Lean_Elab_Command_accLevelAtCtor___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__11(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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__6___closed__5; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUsed___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_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__8; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___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_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getNestedProjectionArg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Command_instInhabitedStructFieldKind; @@ -747,15 +752,16 @@ LEAN_EXPORT lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Stru 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*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_addDefaults___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_findExistingField_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__5___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__13; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___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___private_Lean_Elab_Structure_0__Lean_Elab_Command_getNestedProjectionArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParamFVar___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_Structure_0__Lean_Elab_Command_reduceProjs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___closed__2; uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__18; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__17; lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Elab_elabDeriving___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_updateResultingUniverse(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -772,7 +778,7 @@ lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(lean_object*, lean_object*, l 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*); uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_setSourceInstImplicit___closed__2; -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__7(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withParents_go(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__6(lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_go_x3f___closed__2; @@ -780,8 +786,8 @@ lean_object* l_Lean_ofExceptKernelException___at___private_Lean_Elab_Inductive_0 static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_processSubfields_go___rarg___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__14; lean_object* l_Lean_LocalDecl_type(lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__2; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParamFVars___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_Elab_Structure_0__Lean_Elab_Command_updateResultingUniverse___closed__1; @@ -790,6 +796,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0_ static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___closed__5; uint8_t l_Lean_Syntax_isNone(lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333_(lean_object*); static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__8___closed__2; static lean_object* l_Lean_Elab_Command_instInhabitedStructFieldInfo___closed__1; uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_levelMVarToParam_levelMVarToParam_x27___spec__1(lean_object*, lean_object*); @@ -806,8 +813,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_elabDeclAttrs___at___private_Lean_Elab_Stru LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___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_Lean_Elab_Command_elabStructure___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_Meta_addInstance(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569_(lean_object*); static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560_(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f_failed___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___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_Elab_Term_withoutAutoBoundImplicit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -817,6 +824,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_StructFieldKind_noConfusion(lean_ob static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__6___closed__4; LEAN_EXPORT lean_object* l_Lean_setEnv___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_addProjections___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__1___closed__3; +static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___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_assignLevelMVar___at_Lean_Elab_Command_shouldInferResultUniverse___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_throwMaxRecDepthAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -827,11 +835,15 @@ lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_obj static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__4___closed__3; lean_object* l_Array_ofSubarray___rarg(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___closed__1; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_Command_StructFieldInfo_value_x3f___default; uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__5(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_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_levelMVarToParam(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_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__21; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__23; extern lean_object* l_Lean_protectedExt; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__2___closed__3; lean_object* lean_erase_macro_scopes(lean_object*); @@ -845,32 +857,31 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_co LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345_(uint8_t, lean_object*); lean_object* l_Lean_Meta_mkAuxDefinition(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getResultUniverse___closed__1; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__19; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withParents___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_Command_StructFieldKind_ofNat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___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* l_Lean_Meta_removeUnused(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__22; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__19; static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__12; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__12; lean_object* l_Lean_getStructureCtor(lean_object*, lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_toVisibility(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Elab_Command_checkValidFieldModifier___closed__1; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__1; static lean_object* l_Lean_Elab_addDeclarationRanges___at_Lean_Elab_Command_elabStructure___spec__4___closed__2; -lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(lean_object*, lean_object*); uint8_t l_Lean_Level_isMVar(lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__6___closed__1; -static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__1; 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_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2___lambda__2___closed__2; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__3; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__5; static lean_object* l_Lean_Elab_Command_checkValidFieldModifier___lambda__2___closed__2; lean_object* lean_array_uget(lean_object*, size_t); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__2___closed__1; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___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_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___closed__4; @@ -880,8 +891,8 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Stru LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__2(lean_object*); static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__3; lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__16; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkToParentName(lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___closed__6; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -890,6 +901,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0_ static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___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_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__12; +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__11; static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_getDeclarationRange___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__19(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getNestedProjectionArg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -901,10 +913,8 @@ static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structu static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__5___closed__5; static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___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_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__1; static lean_object* l_Lean_Elab_Command_elabStructure___closed__3; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___closed__1; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__5___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -920,22 +930,19 @@ lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_SepArray_getElems___spec LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Elab_Command_elabStructure___closed__6; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__25; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUniversesFromFields_go___spec__2___closed__1; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__1; static lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20___closed__5; static lean_object* l_Lean_Elab_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___lambda__3___closed__2; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__3; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__14; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addDeclarationRanges___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__20(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__1; static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__1; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__13; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; lean_object* l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____boxed(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_addDefaults___spec__2___closed__2; lean_object* l_Lean_Elab_Modifiers_addAttribute(lean_object*, lean_object*); @@ -948,7 +955,6 @@ static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__L lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkProjection(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_Structure_0__Lean_Elab_Command_expandFields___spec__3(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_Structure___hyg_16335____closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_collectUsed___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_addAndCompile(lean_object*, lean_object*, lean_object*, lean_object*); @@ -956,9 +962,7 @@ static lean_object* l_Lean_Elab_Command_elabStructure___closed__5; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___closed__2; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__1; -static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__6; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -968,7 +972,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Stru 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*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__8; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_mkCompositeField___spec__2___closed__1; -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields___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_throwErrorAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___closed__3; @@ -978,7 +981,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__4___boxed(l LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Command_elabStructure___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_expandMacros(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getStructureFieldsFlattened(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__5(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_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___closed__10; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_addDefaults___closed__1; uint8_t lean_is_class(lean_object*, lean_object*); @@ -989,6 +992,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure(lean_object*, lean_ob lean_object* l_String_toSubstring_x27(lean_object*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__2; static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldKind____x40_Lean_Elab_Structure___hyg_345____closed__4; +static lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withFields_go___rarg___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -1003,7 +1007,7 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNew static lean_object* l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at___private_Lean_Elab_Inductive_0__Lean_Elab_Command_getResultingUniverse___spec__1(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_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(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_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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*); static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_getFieldType___lambda__4___closed__1; lean_object* l_Lean_Expr_collectFVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___closed__2; @@ -1015,7 +1019,6 @@ lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_objec static lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__6___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_processSubfields_go___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*, lean_object*, 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*); -static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__2; LEAN_EXPORT lean_object* l_Lean_setReducibilityStatus___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_addDefaults___spec__1(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_Command_checkValidCtorModifier___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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*); @@ -1026,6 +1029,7 @@ static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStr uint8_t l_Lean_Expr_hasExprMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___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 uint8_t l___private_Lean_Elab_Structure_0__Lean_Elab_Command_withParents_go___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__6; lean_object* l_Array_get_x3f___rarg(lean_object*, lean_object*); lean_object* l_Lean_Level_getOffsetAux(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*); @@ -1646,7 +1650,7 @@ x_1 = l_Lean_Elab_Command_instInhabitedStructFieldInfo___closed__2; return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__1() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__1() { _start: { lean_object* x_1; @@ -1654,29 +1658,29 @@ x_1 = lean_mk_string_from_bytes("name", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__2() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__1; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__3() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__2; +x_2 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__4() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__4() { _start: { lean_object* x_1; @@ -1684,29 +1688,29 @@ x_1 = lean_mk_string_from_bytes(" := ", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__4; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__6() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__3; -x_2 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__3; +x_2 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__7() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -1715,7 +1719,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8() { _start: { lean_object* x_1; @@ -1723,17 +1727,17 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__9() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__10() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__10() { _start: { lean_object* x_1; @@ -1741,17 +1745,17 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__11() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__10; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__12() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__12() { _start: { lean_object* x_1; lean_object* x_2; @@ -1760,7 +1764,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__13() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__13() { _start: { lean_object* x_1; @@ -1768,17 +1772,17 @@ x_1 = lean_mk_string_from_bytes("fvar", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__14() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__13; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__15() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__15() { _start: { lean_object* x_1; @@ -1786,17 +1790,17 @@ x_1 = lean_mk_string_from_bytes("kind", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__16() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__15; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__15; 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_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__17() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__17() { _start: { lean_object* x_1; @@ -1804,17 +1808,17 @@ x_1 = lean_mk_string_from_bytes("value?", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__18() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__17; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__17; 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_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__19() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__19() { _start: { lean_object* x_1; lean_object* x_2; @@ -1823,7 +1827,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20() { _start: { lean_object* x_1; @@ -1831,35 +1835,35 @@ x_1 = lean_mk_string_from_bytes("{ ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__21() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__21() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__22() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__22() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__21; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__21; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__23() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__23() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20; 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_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__24() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__24() { _start: { lean_object* x_1; @@ -1867,17 +1871,17 @@ x_1 = lean_mk_string_from_bytes(" }", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__25() { +static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__25() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__24; +x_1 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__24; 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_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580_(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; 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; 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; @@ -1885,7 +1889,7 @@ x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); x_4 = lean_unsigned_to_nat(0u); x_5 = l_Lean_Name_reprPrec(x_3, x_4); -x_6 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__7; +x_6 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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); @@ -1893,11 +1897,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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__6; +x_10 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__9; +x_12 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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); @@ -1905,18 +1909,18 @@ 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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__11; +x_16 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5; +x_18 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____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); x_20 = lean_ctor_get(x_1, 1); lean_inc(x_20); x_21 = l_Lean_Name_reprPrec(x_20, x_4); -x_22 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__12; +x_22 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__12; x_23 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_21); @@ -1932,7 +1936,7 @@ lean_ctor_set(x_26, 1, x_12); x_27 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_14); -x_28 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__14; +x_28 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__14; x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); @@ -1941,7 +1945,7 @@ lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_18); x_31 = lean_ctor_get(x_1, 2); lean_inc(x_31); -x_32 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_31, x_4); +x_32 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_31, x_4); x_33 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_33, 0, x_6); lean_ctor_set(x_33, 1, x_32); @@ -1957,7 +1961,7 @@ lean_ctor_set(x_36, 1, x_12); x_37 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_37, 0, x_36); lean_ctor_set(x_37, 1, x_14); -x_38 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__16; +x_38 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__16; x_39 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_39, 0, x_37); lean_ctor_set(x_39, 1, x_38); @@ -1981,7 +1985,7 @@ lean_ctor_set(x_46, 1, x_12); x_47 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_47, 0, x_46); lean_ctor_set(x_47, 1, x_14); -x_48 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__18; +x_48 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__18; x_49 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_49, 0, x_47); lean_ctor_set(x_49, 1, x_48); @@ -1992,7 +1996,7 @@ x_51 = lean_ctor_get(x_1, 3); lean_inc(x_51); lean_dec(x_1); x_52 = l_Option_repr___at___private_Lean_Structure_0__Lean_reprStructureFieldInfo____x40_Lean_Structure___hyg_68____spec__2(x_51, x_4); -x_53 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__19; +x_53 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__19; x_54 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_54, 0, x_53); lean_ctor_set(x_54, 1, x_52); @@ -2002,15 +2006,15 @@ lean_ctor_set_uint8(x_55, sizeof(void*)*1, x_8); x_56 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_56, 0, x_50); lean_ctor_set(x_56, 1, x_55); -x_57 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__23; +x_57 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__23; x_58 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_58, 0, x_57); lean_ctor_set(x_58, 1, x_56); -x_59 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__25; +x_59 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__25; x_60 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_60, 0, x_58); lean_ctor_set(x_60, 1, x_59); -x_61 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__22; +x_61 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__22; x_62 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_62, 0, x_61); lean_ctor_set(x_62, 1, x_60); @@ -2020,11 +2024,11 @@ lean_ctor_set_uint8(x_63, sizeof(void*)*1, x_8); return x_63; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588_(x_1, x_2); +x_3 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -2033,7 +2037,7 @@ static lean_object* _init_l_Lean_Elab_Command_instReprStructFieldInfo___closed__ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____boxed), 2, 0); return x_1; } } @@ -6007,28 +6011,45 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Command_checkValidFieldModifier___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_ctor_get(x_1, 1); -x_11 = lean_array_get_size(x_10); -x_12 = lean_unsigned_to_nat(0u); -x_13 = lean_nat_dec_eq(x_11, x_12); -lean_dec(x_11); -if (x_13 == 0) +uint8_t x_10; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_16 = lean_ctor_get(x_1, 1); +x_17 = lean_array_get_size(x_16); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_eq(x_17, x_18); +lean_dec(x_17); +if (x_19 == 0) { -lean_object* x_14; lean_object* x_15; -x_14 = l_Lean_Elab_Command_checkValidFieldModifier___lambda__1___closed__2; -x_15 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_15; +uint8_t x_20; +x_20 = 1; +x_10 = x_20; +goto block_15; } else { -lean_object* x_16; lean_object* x_17; +uint8_t x_21; +x_21 = 0; +x_10 = x_21; +goto block_15; +} +block_15: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_dec(x_3); -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_9); -return x_17; +x_11 = lean_box(0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_9); +return x_12; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = l_Lean_Elab_Command_checkValidFieldModifier___lambda__1___closed__2; +x_14 = l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___spec__1(x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_14; +} } } } @@ -6845,65 +6866,82 @@ return x_5; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(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) { _start: { -lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; +lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_36; uint8_t x_37; x_14 = lean_ctor_get(x_6, 0); lean_inc(x_14); x_15 = lean_ctor_get(x_6, 1); lean_inc(x_15); lean_dec(x_6); -x_16 = 0; -x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_4, x_16); -if (x_17 == 0) +x_36 = 0; +x_37 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_4, x_36); +if (x_37 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_box(0); -x_19 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_18, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_19; +uint8_t x_38; +x_38 = 1; +x_16 = x_38; +goto block_35; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(4u); -x_21 = l_Lean_Syntax_getArg(x_1, x_20); -x_22 = l_Lean_Syntax_isNone(x_21); -if (x_22 == 0) +uint8_t x_39; +x_39 = 0; +x_16 = x_39; +goto block_35; +} +block_35: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_23 = lean_unsigned_to_nat(0u); -x_24 = l_Lean_Syntax_getArg(x_21, x_23); +if (x_16 == 0) +{ +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; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Lean_Syntax_getArg(x_18, x_20); +lean_dec(x_18); +lean_inc(x_21); +x_22 = l_Lean_Syntax_getKind(x_21); +x_23 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2___closed__2; +x_24 = lean_name_eq(x_22, x_23); +lean_dec(x_22); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_unsigned_to_nat(1u); +x_26 = l_Lean_Syntax_getArg(x_21, x_25); lean_dec(x_21); -lean_inc(x_24); -x_25 = l_Lean_Syntax_getKind(x_24); -x_26 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2___closed__2; -x_27 = lean_name_eq(x_25, x_26); -lean_dec(x_25); -if (x_27 == 0) +x_27 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_27, 0, x_26); +x_28 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_27, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_28; +} +else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_unsigned_to_nat(1u); -x_29 = l_Lean_Syntax_getArg(x_24, x_28); -lean_dec(x_24); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_29); -x_31 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_31; +lean_object* x_29; lean_object* x_30; +lean_dec(x_21); +x_29 = lean_box(0); +x_30 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_29, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_30; +} } else { -lean_object* x_32; lean_object* x_33; -lean_dec(x_24); -x_32 = lean_box(0); -x_33 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_32, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_33; +lean_object* x_31; lean_object* x_32; +lean_dec(x_18); +x_31 = lean_box(0); +x_32 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_31, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_32; } } else { -lean_object* x_34; lean_object* x_35; -lean_dec(x_21); -x_34 = lean_box(0); -x_35 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_34, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_35; +lean_object* x_33; lean_object* x_34; +x_33 = lean_box(0); +x_34 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__1(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_33, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_34; } } } @@ -7054,7 +7092,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Stru uint8_t x_14; uint8_t x_15; lean_dec(x_6); x_14 = 0; -x_15 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_4, x_14); +x_15 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_4, x_14); if (x_15 == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; @@ -7092,80 +7130,95 @@ return x_27; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; x_28 = lean_unsigned_to_nat(3u); x_29 = l_Lean_Syntax_getArg(x_1, x_28); x_30 = l_Lean_Elab_expandOptDeclSig(x_29); lean_dec(x_29); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_30, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_30)) { + lean_ctor_release(x_30, 0); + lean_ctor_release(x_30, 1); + x_33 = x_30; +} else { + lean_dec_ref(x_30); + x_33 = lean_box(0); +} x_34 = lean_unsigned_to_nat(4u); x_35 = l_Lean_Syntax_getArg(x_1, x_34); x_36 = l_Lean_Syntax_isNone(x_35); if (x_36 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_141; lean_object* x_142; uint8_t x_143; x_37 = lean_unsigned_to_nat(0u); x_38 = l_Lean_Syntax_getArg(x_35, x_37); lean_dec(x_35); lean_inc(x_38); -x_39 = l_Lean_Syntax_getKind(x_38); -x_40 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2___closed__2; -x_41 = lean_name_eq(x_39, x_40); -lean_dec(x_39); -if (x_41 == 0) +x_141 = l_Lean_Syntax_getKind(x_38); +x_142 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2___closed__2; +x_143 = lean_name_eq(x_141, x_142); +lean_dec(x_141); +if (x_143 == 0) { -lean_object* x_42; -lean_dec(x_38); -x_42 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_42; +uint8_t x_144; +x_144 = 1; +x_39 = x_144; +goto block_140; } else { -if (lean_obj_tag(x_33) == 0) +uint8_t x_145; +x_145 = 0; +x_39 = x_145; +goto block_140; +} +block_140: { -lean_object* x_43; lean_object* x_44; uint8_t x_45; -lean_free_object(x_30); -lean_dec(x_32); +if (x_39 == 0) +{ +if (lean_obj_tag(x_32) == 0) +{ +lean_object* x_40; lean_object* x_41; uint8_t x_42; +lean_dec(x_33); +lean_dec(x_31); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_43 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__2; -x_44 = l_Lean_throwErrorAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__2(x_38, x_43, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -x_45 = !lean_is_exclusive(x_44); -if (x_45 == 0) +x_40 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__2; +x_41 = l_Lean_throwErrorAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__2(x_38, x_40, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) { -return x_44; +return x_41; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_44, 0); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_44); -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; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_41, 0); +x_44 = lean_ctor_get(x_41, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_41); +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 { -uint8_t x_49; -x_49 = !lean_is_exclusive(x_33); -if (x_49 == 0) +uint8_t x_46; +x_46 = !lean_is_exclusive(x_32); +if (x_46 == 0) { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_50 = lean_ctor_get(x_33, 0); -x_51 = lean_unsigned_to_nat(2u); -x_52 = l_Lean_Syntax_getArg(x_38, x_51); +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_47 = lean_ctor_get(x_32, 0); +x_48 = lean_unsigned_to_nat(2u); +x_49 = l_Lean_Syntax_getArg(x_38, x_48); lean_dec(x_38); lean_inc(x_12); lean_inc(x_11); @@ -7173,93 +7226,99 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_52); -x_53 = l_Lean_Elab_Term_declareTacticSyntax(x_52, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_53) == 0) +lean_inc(x_49); +x_50 = l_Lean_Elab_Term_declareTacticSyntax(x_49, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_50) == 0) { -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; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); +lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t 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; +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = lean_ctor_get(x_11, 5); +lean_inc(x_53); +x_54 = 0; +x_55 = l_Lean_SourceInfo_fromRef(x_53, x_54); +x_56 = lean_st_ref_get(x_12, x_52); +x_57 = lean_ctor_get(x_56, 1); +lean_inc(x_57); +lean_dec(x_56); +x_58 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__3; lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_ctor_get(x_11, 5); -lean_inc(x_56); -x_57 = 0; -x_58 = l_Lean_SourceInfo_fromRef(x_56, x_57); -x_59 = lean_st_ref_get(x_12, x_55); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__3; -lean_inc(x_58); -x_62 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_62, 0, x_58); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Lean_Syntax_getArgs(x_32); -lean_dec(x_32); -x_64 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; -x_65 = l_Array_append___rarg(x_64, x_63); -x_66 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; -lean_inc(x_58); -x_67 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_67, 0, x_58); +x_59 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_59, 0, x_55); +lean_ctor_set(x_59, 1, x_58); +x_60 = l_Lean_Syntax_getArgs(x_31); +lean_dec(x_31); +x_61 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; +x_62 = l_Array_append___rarg(x_61, x_60); +x_63 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; +lean_inc(x_55); +x_64 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_64, 0, x_55); +lean_ctor_set(x_64, 1, x_63); +lean_ctor_set(x_64, 2, x_62); +lean_inc(x_55); +x_65 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_65, 0, x_55); +lean_ctor_set(x_65, 1, x_63); +lean_ctor_set(x_65, 2, x_61); +x_66 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8; +lean_inc(x_55); +x_67 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_67, 0, x_55); lean_ctor_set(x_67, 1, x_66); -lean_ctor_set(x_67, 2, x_65); -lean_inc(x_58); -x_68 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_68, 0, x_58); -lean_ctor_set(x_68, 1, x_66); -lean_ctor_set(x_68, 2, x_64); -x_69 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8; -lean_inc(x_58); -x_70 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_70, 0, x_58); -lean_ctor_set(x_70, 1, x_69); -x_71 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__4; -lean_inc(x_58); -x_72 = l_Lean_Syntax_node5(x_58, x_71, x_62, x_67, x_68, x_70, x_50); -x_73 = lean_ctor_get(x_11, 10); +x_68 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__4; +lean_inc(x_55); +x_69 = l_Lean_Syntax_node5(x_55, x_68, x_59, x_64, x_65, x_67, x_47); +x_70 = lean_ctor_get(x_11, 10); +lean_inc(x_70); +x_71 = lean_st_ref_get(x_12, x_57); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_71, 1); lean_inc(x_73); -x_74 = lean_st_ref_get(x_12, x_60); -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_78 = lean_environment_main_module(x_77); -x_79 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__11; -x_80 = l_Lean_addMacroScope(x_78, x_79, x_73); -x_81 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__10; -x_82 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__13; -lean_inc(x_58); -x_83 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_83, 0, x_58); -lean_ctor_set(x_83, 1, x_81); -lean_ctor_set(x_83, 2, x_80); -lean_ctor_set(x_83, 3, x_82); -x_84 = l_Lean_mkIdentFrom(x_52, x_54, x_57); -lean_inc(x_58); -x_85 = l_Lean_Syntax_node2(x_58, x_66, x_72, x_84); -x_86 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__8; -x_87 = l_Lean_Syntax_node2(x_58, x_86, x_83, x_85); -lean_ctor_set(x_33, 0, x_87); -x_88 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__14; -lean_ctor_set(x_30, 0, x_88); -x_89 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_76); -return x_89; +lean_dec(x_71); +x_74 = lean_ctor_get(x_72, 0); +lean_inc(x_74); +lean_dec(x_72); +x_75 = lean_environment_main_module(x_74); +x_76 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__11; +x_77 = l_Lean_addMacroScope(x_75, x_76, x_70); +x_78 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__10; +x_79 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__13; +lean_inc(x_55); +x_80 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_80, 0, x_55); +lean_ctor_set(x_80, 1, x_78); +lean_ctor_set(x_80, 2, x_77); +lean_ctor_set(x_80, 3, x_79); +x_81 = l_Lean_mkIdentFrom(x_49, x_51, x_54); +lean_inc(x_55); +x_82 = l_Lean_Syntax_node2(x_55, x_63, x_69, x_81); +x_83 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__8; +x_84 = l_Lean_Syntax_node2(x_55, x_83, x_80, x_82); +lean_ctor_set(x_32, 0, x_84); +x_85 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__14; +if (lean_is_scalar(x_33)) { + x_86 = lean_alloc_ctor(0, 2, 0); +} else { + x_86 = x_33; +} +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_32); +x_87 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_86, x_7, x_8, x_9, x_10, x_11, x_12, x_73); +return x_87; } else { -uint8_t x_90; -lean_dec(x_52); -lean_free_object(x_33); -lean_dec(x_50); -lean_free_object(x_30); -lean_dec(x_32); +uint8_t x_88; +lean_dec(x_49); +lean_free_object(x_32); +lean_dec(x_47); +lean_dec(x_33); +lean_dec(x_31); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -7270,34 +7329,34 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_90 = !lean_is_exclusive(x_53); -if (x_90 == 0) +x_88 = !lean_is_exclusive(x_50); +if (x_88 == 0) { -return x_53; +return x_50; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_53, 0); -x_92 = lean_ctor_get(x_53, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_53); -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_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_50, 0); +x_90 = lean_ctor_get(x_50, 1); +lean_inc(x_90); +lean_inc(x_89); +lean_dec(x_50); +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 { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_94 = lean_ctor_get(x_33, 0); -lean_inc(x_94); -lean_dec(x_33); -x_95 = lean_unsigned_to_nat(2u); -x_96 = l_Lean_Syntax_getArg(x_38, x_95); +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_92 = lean_ctor_get(x_32, 0); +lean_inc(x_92); +lean_dec(x_32); +x_93 = lean_unsigned_to_nat(2u); +x_94 = l_Lean_Syntax_getArg(x_38, x_93); lean_dec(x_38); lean_inc(x_12); lean_inc(x_11); @@ -7305,94 +7364,99 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_96); -x_97 = l_Lean_Elab_Term_declareTacticSyntax(x_96, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_97) == 0) +lean_inc(x_94); +x_95 = l_Lean_Elab_Term_declareTacticSyntax(x_94, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_95) == 0) { -lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_98 = lean_ctor_get(x_97, 0); +lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +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_11, 5); lean_inc(x_98); -x_99 = lean_ctor_get(x_97, 1); -lean_inc(x_99); -lean_dec(x_97); -x_100 = lean_ctor_get(x_11, 5); -lean_inc(x_100); -x_101 = 0; -x_102 = l_Lean_SourceInfo_fromRef(x_100, x_101); -x_103 = lean_st_ref_get(x_12, x_99); -x_104 = lean_ctor_get(x_103, 1); -lean_inc(x_104); -lean_dec(x_103); -x_105 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__3; -lean_inc(x_102); -x_106 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_106, 0, x_102); -lean_ctor_set(x_106, 1, x_105); -x_107 = l_Lean_Syntax_getArgs(x_32); -lean_dec(x_32); -x_108 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; -x_109 = l_Array_append___rarg(x_108, x_107); -x_110 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; -lean_inc(x_102); -x_111 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_111, 0, x_102); -lean_ctor_set(x_111, 1, x_110); -lean_ctor_set(x_111, 2, x_109); +x_99 = 0; +x_100 = l_Lean_SourceInfo_fromRef(x_98, x_99); +x_101 = lean_st_ref_get(x_12, x_97); +x_102 = lean_ctor_get(x_101, 1); lean_inc(x_102); -x_112 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_112, 0, x_102); -lean_ctor_set(x_112, 1, x_110); -lean_ctor_set(x_112, 2, x_108); -x_113 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8; -lean_inc(x_102); -x_114 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_114, 0, x_102); -lean_ctor_set(x_114, 1, x_113); -x_115 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__4; -lean_inc(x_102); -x_116 = l_Lean_Syntax_node5(x_102, x_115, x_106, x_111, x_112, x_114, x_94); -x_117 = lean_ctor_get(x_11, 10); +lean_dec(x_101); +x_103 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__3; +lean_inc(x_100); +x_104 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_104, 0, x_100); +lean_ctor_set(x_104, 1, x_103); +x_105 = l_Lean_Syntax_getArgs(x_31); +lean_dec(x_31); +x_106 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; +x_107 = l_Array_append___rarg(x_106, x_105); +x_108 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; +lean_inc(x_100); +x_109 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_109, 0, x_100); +lean_ctor_set(x_109, 1, x_108); +lean_ctor_set(x_109, 2, x_107); +lean_inc(x_100); +x_110 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_110, 0, x_100); +lean_ctor_set(x_110, 1, x_108); +lean_ctor_set(x_110, 2, x_106); +x_111 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8; +lean_inc(x_100); +x_112 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_112, 0, x_100); +lean_ctor_set(x_112, 1, x_111); +x_113 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__4; +lean_inc(x_100); +x_114 = l_Lean_Syntax_node5(x_100, x_113, x_104, x_109, x_110, x_112, x_92); +x_115 = lean_ctor_get(x_11, 10); +lean_inc(x_115); +x_116 = lean_st_ref_get(x_12, x_102); +x_117 = lean_ctor_get(x_116, 0); lean_inc(x_117); -x_118 = lean_st_ref_get(x_12, x_104); -x_119 = lean_ctor_get(x_118, 0); +x_118 = lean_ctor_get(x_116, 1); +lean_inc(x_118); +lean_dec(x_116); +x_119 = lean_ctor_get(x_117, 0); lean_inc(x_119); -x_120 = lean_ctor_get(x_118, 1); -lean_inc(x_120); -lean_dec(x_118); -x_121 = lean_ctor_get(x_119, 0); -lean_inc(x_121); -lean_dec(x_119); -x_122 = lean_environment_main_module(x_121); -x_123 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__11; -x_124 = l_Lean_addMacroScope(x_122, x_123, x_117); -x_125 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__10; -x_126 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__13; -lean_inc(x_102); -x_127 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_127, 0, x_102); -lean_ctor_set(x_127, 1, x_125); -lean_ctor_set(x_127, 2, x_124); -lean_ctor_set(x_127, 3, x_126); -x_128 = l_Lean_mkIdentFrom(x_96, x_98, x_101); -lean_inc(x_102); -x_129 = l_Lean_Syntax_node2(x_102, x_110, x_116, x_128); -x_130 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__8; -x_131 = l_Lean_Syntax_node2(x_102, x_130, x_127, x_129); -x_132 = lean_alloc_ctor(1, 1, 0); +lean_dec(x_117); +x_120 = lean_environment_main_module(x_119); +x_121 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__11; +x_122 = l_Lean_addMacroScope(x_120, x_121, x_115); +x_123 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__10; +x_124 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__13; +lean_inc(x_100); +x_125 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_125, 0, x_100); +lean_ctor_set(x_125, 1, x_123); +lean_ctor_set(x_125, 2, x_122); +lean_ctor_set(x_125, 3, x_124); +x_126 = l_Lean_mkIdentFrom(x_94, x_96, x_99); +lean_inc(x_100); +x_127 = l_Lean_Syntax_node2(x_100, x_108, x_114, x_126); +x_128 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__8; +x_129 = l_Lean_Syntax_node2(x_100, x_128, x_125, x_127); +x_130 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_130, 0, x_129); +x_131 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__14; +if (lean_is_scalar(x_33)) { + x_132 = lean_alloc_ctor(0, 2, 0); +} else { + x_132 = x_33; +} lean_ctor_set(x_132, 0, x_131); -x_133 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__14; -lean_ctor_set(x_30, 1, x_132); -lean_ctor_set(x_30, 0, x_133); -x_134 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_120); -return x_134; +lean_ctor_set(x_132, 1, x_130); +x_133 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_132, x_7, x_8, x_9, x_10, x_11, x_12, x_118); +return x_133; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; -lean_dec(x_96); +lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_dec(x_94); -lean_free_object(x_30); -lean_dec(x_32); +lean_dec(x_92); +lean_dec(x_33); +lean_dec(x_31); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -7403,262 +7467,59 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_135 = lean_ctor_get(x_97, 0); +x_134 = lean_ctor_get(x_95, 0); +lean_inc(x_134); +x_135 = lean_ctor_get(x_95, 1); lean_inc(x_135); -x_136 = lean_ctor_get(x_97, 1); -lean_inc(x_136); -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - lean_ctor_release(x_97, 1); - x_137 = x_97; +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + lean_ctor_release(x_95, 1); + x_136 = x_95; } else { - lean_dec_ref(x_97); - x_137 = lean_box(0); + lean_dec_ref(x_95); + x_136 = lean_box(0); } -if (lean_is_scalar(x_137)) { - x_138 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_136)) { + x_137 = lean_alloc_ctor(1, 2, 0); } else { - x_138 = x_137; -} -lean_ctor_set(x_138, 0, x_135); -lean_ctor_set(x_138, 1, x_136); -return x_138; -} -} -} + x_137 = x_136; } +lean_ctor_set(x_137, 0, x_134); +lean_ctor_set(x_137, 1, x_135); +return x_137; } -else -{ -lean_object* x_139; -lean_dec(x_35); -x_139 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_139; } } -else -{ -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; -x_140 = lean_ctor_get(x_30, 0); -x_141 = lean_ctor_get(x_30, 1); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_30); -x_142 = lean_unsigned_to_nat(4u); -x_143 = l_Lean_Syntax_getArg(x_1, x_142); -x_144 = l_Lean_Syntax_isNone(x_143); -if (x_144 == 0) -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; -x_145 = lean_unsigned_to_nat(0u); -x_146 = l_Lean_Syntax_getArg(x_143, x_145); -lean_dec(x_143); -lean_inc(x_146); -x_147 = l_Lean_Syntax_getKind(x_146); -x_148 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2___closed__2; -x_149 = lean_name_eq(x_147, x_148); -lean_dec(x_147); -if (x_149 == 0) -{ -lean_object* x_150; lean_object* x_151; -lean_dec(x_146); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_140); -lean_ctor_set(x_150, 1, x_141); -x_151 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_150, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_151; } else { -if (lean_obj_tag(x_141) == 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_dec(x_140); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_152 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__2; -x_153 = l_Lean_throwErrorAt___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__2(x_146, x_152, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -x_154 = lean_ctor_get(x_153, 0); -lean_inc(x_154); -x_155 = lean_ctor_get(x_153, 1); -lean_inc(x_155); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - lean_ctor_release(x_153, 1); - x_156 = x_153; -} else { - lean_dec_ref(x_153); - x_156 = lean_box(0); -} -if (lean_is_scalar(x_156)) { - x_157 = lean_alloc_ctor(1, 2, 0); +lean_object* x_138; lean_object* x_139; +lean_dec(x_38); +if (lean_is_scalar(x_33)) { + x_138 = lean_alloc_ctor(0, 2, 0); } else { - x_157 = x_156; + x_138 = x_33; } -lean_ctor_set(x_157, 0, x_154); -lean_ctor_set(x_157, 1, x_155); -return x_157; +lean_ctor_set(x_138, 0, x_31); +lean_ctor_set(x_138, 1, x_32); +x_139 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_138, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_139; } -else -{ -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_158 = lean_ctor_get(x_141, 0); -lean_inc(x_158); -if (lean_is_exclusive(x_141)) { - lean_ctor_release(x_141, 0); - x_159 = x_141; -} else { - lean_dec_ref(x_141); - x_159 = lean_box(0); } -x_160 = lean_unsigned_to_nat(2u); -x_161 = l_Lean_Syntax_getArg(x_146, x_160); -lean_dec(x_146); -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_161); -x_162 = l_Lean_Elab_Term_declareTacticSyntax(x_161, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_162) == 0) -{ -lean_object* x_163; lean_object* x_164; lean_object* x_165; uint8_t 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; -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_11, 5); -lean_inc(x_165); -x_166 = 0; -x_167 = l_Lean_SourceInfo_fromRef(x_165, x_166); -x_168 = lean_st_ref_get(x_12, x_164); -x_169 = lean_ctor_get(x_168, 1); -lean_inc(x_169); -lean_dec(x_168); -x_170 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__3; -lean_inc(x_167); -x_171 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_171, 0, x_167); -lean_ctor_set(x_171, 1, x_170); -x_172 = l_Lean_Syntax_getArgs(x_140); -lean_dec(x_140); -x_173 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; -x_174 = l_Array_append___rarg(x_173, x_172); -x_175 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; -lean_inc(x_167); -x_176 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_176, 0, x_167); -lean_ctor_set(x_176, 1, x_175); -lean_ctor_set(x_176, 2, x_174); -lean_inc(x_167); -x_177 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_177, 0, x_167); -lean_ctor_set(x_177, 1, x_175); -lean_ctor_set(x_177, 2, x_173); -x_178 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8; -lean_inc(x_167); -x_179 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_179, 0, x_167); -lean_ctor_set(x_179, 1, x_178); -x_180 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__4; -lean_inc(x_167); -x_181 = l_Lean_Syntax_node5(x_167, x_180, x_171, x_176, x_177, x_179, x_158); -x_182 = lean_ctor_get(x_11, 10); -lean_inc(x_182); -x_183 = lean_st_ref_get(x_12, x_169); -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 = lean_ctor_get(x_184, 0); -lean_inc(x_186); -lean_dec(x_184); -x_187 = lean_environment_main_module(x_186); -x_188 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__11; -x_189 = l_Lean_addMacroScope(x_187, x_188, x_182); -x_190 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__10; -x_191 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__13; -lean_inc(x_167); -x_192 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_192, 0, x_167); -lean_ctor_set(x_192, 1, x_190); -lean_ctor_set(x_192, 2, x_189); -lean_ctor_set(x_192, 3, x_191); -x_193 = l_Lean_mkIdentFrom(x_161, x_163, x_166); -lean_inc(x_167); -x_194 = l_Lean_Syntax_node2(x_167, x_175, x_181, x_193); -x_195 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__8; -x_196 = l_Lean_Syntax_node2(x_167, x_195, x_192, x_194); -if (lean_is_scalar(x_159)) { - x_197 = lean_alloc_ctor(1, 1, 0); -} else { - x_197 = x_159; -} -lean_ctor_set(x_197, 0, x_196); -x_198 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__14; -x_199 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_199, 0, x_198); -lean_ctor_set(x_199, 1, x_197); -x_200 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_199, x_7, x_8, x_9, x_10, x_11, x_12, x_185); -return x_200; } else { -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -lean_dec(x_161); -lean_dec(x_159); -lean_dec(x_158); -lean_dec(x_140); -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_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_201 = lean_ctor_get(x_162, 0); -lean_inc(x_201); -x_202 = lean_ctor_get(x_162, 1); -lean_inc(x_202); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - lean_ctor_release(x_162, 1); - x_203 = x_162; -} else { - lean_dec_ref(x_162); - x_203 = lean_box(0); -} -if (lean_is_scalar(x_203)) { - x_204 = lean_alloc_ctor(1, 2, 0); +lean_object* x_146; lean_object* x_147; +lean_dec(x_35); +if (lean_is_scalar(x_33)) { + x_146 = lean_alloc_ctor(0, 2, 0); } else { - x_204 = x_203; -} -lean_ctor_set(x_204, 0, x_201); -lean_ctor_set(x_204, 1, x_202); -return x_204; -} -} -} -} -else -{ -lean_object* x_205; lean_object* x_206; -lean_dec(x_143); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_140); -lean_ctor_set(x_205, 1, x_141); -x_206 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_205, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -return x_206; + x_146 = x_33; } +lean_ctor_set(x_146, 0, x_31); +lean_ctor_set(x_146, 1, x_32); +x_147 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__2(x_1, x_2, x_3, x_4, x_5, x_146, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_147; } } } @@ -9215,7 +9076,7 @@ lean_dec(x_1); return x_8; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__1() { _start: { lean_object* x_1; @@ -9223,17 +9084,17 @@ x_1 = lean_mk_string_from_bytes("structureDiamondWarning", 23); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_Structure___hyg_4569____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_Structure___hyg_4569____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__3() { _start: { lean_object* x_1; @@ -9241,13 +9102,13 @@ x_1 = lean_mk_string_from_bytes("enable/disable warning messages for structure d return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_getDocStringText___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__14___closed__3; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__3; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -9256,7 +9117,7 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5() { _start: { lean_object* x_1; @@ -9264,25 +9125,25 @@ x_1 = lean_mk_string_from_bytes("Elab", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__1___closed__1; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5; x_3 = l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__3___closed__1; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__1; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_Structure___hyg_4569_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560_(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_Structure___hyg_4569____closed__2; -x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__4; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__6; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__2; +x_3 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__4; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__6; x_5 = l_Lean_Option_register___at_Lean_Elab_initFn____x40_Lean_Elab_AutoBound___hyg_7____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -12141,7 +12002,7 @@ x_21 = l_Lean_getDocStringText___at___private_Lean_Elab_Structure_0__Lean_Elab_C 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_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_22, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_23 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_22, x_7, x_8, x_9, x_10, x_11, x_12, x_13); x_24 = !lean_is_exclusive(x_23); if (x_24 == 0) { @@ -12438,78 +12299,81 @@ x_2 = lean_alloc_closure((void*)(l_panic___at___private_Lean_Elab_Structure_0__L return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___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, 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_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___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, 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) { _start: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_inc(x_2); lean_inc(x_1); -x_22 = l_Lean_Name_append(x_1, x_2); -x_23 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_toVisibility(x_3, x_19, x_20, x_21); -x_24 = lean_ctor_get(x_23, 0); +x_21 = l_Lean_Name_append(x_1, x_2); +lean_inc(x_3); +x_22 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_toVisibility(x_3, x_18, x_19, x_20); +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); +lean_dec(x_22); +x_25 = lean_unbox(x_23); lean_dec(x_23); -x_26 = lean_unbox(x_24); -lean_dec(x_24); -lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); -x_27 = l_Lean_Elab_applyVisibility___at_Lean_Elab_Term_expandDeclId___spec__5(x_26, x_22, x_15, x_16, x_17, x_18, x_19, x_20, x_25); -if (lean_obj_tag(x_27) == 0) +lean_inc(x_14); +x_26 = l_Lean_Elab_applyVisibility___at_Lean_Elab_Term_expandDeclId___spec__5(x_25, x_21, x_14, x_15, x_16, x_17, x_18, x_19, x_24); +if (lean_obj_tag(x_26) == 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; uint8_t 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; 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_28 = lean_ctor_get(x_27, 0); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t 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_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_26, 1); lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_st_ref_get(x_20, x_29); -x_31 = lean_ctor_get(x_30, 0); +lean_dec(x_26); +x_29 = lean_st_ref_get(x_19, x_28); +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_29, 1); lean_inc(x_31); -x_32 = lean_ctor_get(x_30, 1); +lean_dec(x_29); +x_32 = lean_ctor_get(x_30, 0); lean_inc(x_32); lean_dec(x_30); -x_33 = lean_ctor_get(x_31, 0); +x_33 = lean_ctor_get(x_3, 1); lean_inc(x_33); -lean_dec(x_31); +lean_dec(x_3); x_34 = 1; -x_35 = l_Lean_findDocString_x3f(x_33, x_4, x_34, x_32); +x_35 = l_Lean_findDocString_x3f(x_32, x_33, x_34, x_31); x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); -lean_inc(x_28); -x_38 = l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclId___spec__8(x_28, x_36, x_15, x_16, x_17, x_18, x_19, x_20, x_37); +lean_inc(x_27); +x_38 = l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclId___spec__8(x_27, x_36, x_14, x_15, x_16, x_17, x_18, x_19, x_37); x_39 = lean_ctor_get(x_38, 1); lean_inc(x_39); lean_dec(x_38); x_40 = 1; -lean_inc(x_14); +lean_inc(x_13); lean_inc(x_2); x_41 = lean_alloc_ctor(0, 4, 1); lean_ctor_set(x_41, 0, x_2); -lean_ctor_set(x_41, 1, x_28); -lean_ctor_set(x_41, 2, x_14); -lean_ctor_set(x_41, 3, x_5); +lean_ctor_set(x_41, 1, x_27); +lean_ctor_set(x_41, 2, x_13); +lean_ctor_set(x_41, 3, x_4); lean_ctor_set_uint8(x_41, sizeof(void*)*4, x_40); -x_42 = lean_array_push(x_6, x_41); +x_42 = lean_array_push(x_5, x_41); x_43 = lean_unsigned_to_nat(1u); -x_44 = lean_nat_add(x_7, x_43); -lean_dec(x_7); -x_45 = l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(x_8, x_2, x_14); -x_46 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg(x_1, x_9, x_10, x_11, x_12, x_44, x_42, x_45, x_13, x_15, x_16, x_17, x_18, x_19, x_20, x_39); +x_44 = lean_nat_add(x_6, x_43); +lean_dec(x_6); +x_45 = l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(x_7, x_2, x_13); +x_46 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg(x_1, x_8, x_9, x_10, x_11, x_44, x_42, x_45, x_12, x_14, x_15, x_16, x_17, x_18, x_19, x_39); return x_46; } else { uint8_t x_47; -lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -12526,21 +12390,22 @@ 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_47 = !lean_is_exclusive(x_27); +x_47 = !lean_is_exclusive(x_26); if (x_47 == 0) { -return x_27; +return x_26; } 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); +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); lean_inc(x_49); lean_inc(x_48); -lean_dec(x_27); +lean_dec(x_26); x_50 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_50, 0, x_48); lean_ctor_set(x_50, 1, x_49); @@ -12870,18 +12735,32 @@ return x_38; } else { -lean_object* x_39; lean_object* x_40; +lean_object* x_39; uint8_t x_40; lean_object* x_82; x_39 = lean_ctor_get(x_36, 0); lean_inc(x_39); lean_dec(x_36); -x_40 = lean_ctor_get(x_39, 2); -lean_inc(x_40); -if (lean_obj_tag(x_40) == 0) +x_82 = lean_ctor_get(x_39, 2); +lean_inc(x_82); +if (lean_obj_tag(x_82) == 0) { -lean_object* x_41; uint8_t x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_39, 1); -lean_inc(x_41); -x_42 = lean_ctor_get_uint8(x_39, sizeof(void*)*4); +uint8_t x_83; +x_83 = 0; +x_40 = x_83; +goto block_81; +} +else +{ +uint8_t x_84; +lean_dec(x_82); +x_84 = 1; +x_40 = x_84; +goto block_81; +} +block_81: +{ +if (x_40 == 0) +{ +lean_object* x_41; lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); @@ -12890,38 +12769,37 @@ lean_inc(x_10); lean_inc(x_27); lean_inc(x_4); lean_inc(x_9); -x_43 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f(x_8, x_9, x_4, x_27, x_10, x_11, x_12, x_13, x_14, x_15, x_34); -if (lean_obj_tag(x_43) == 0) +x_41 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyDefaultValue_x3f(x_8, x_9, x_4, x_27, x_10, x_11, x_12, x_13, x_14, x_15, x_34); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); +lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; +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_ctor_get_uint8(x_39, sizeof(void*)*4); lean_inc(x_27); -x_46 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__1___boxed), 21, 13); -lean_closure_set(x_46, 0, x_1); -lean_closure_set(x_46, 1, x_27); -lean_closure_set(x_46, 2, x_39); -lean_closure_set(x_46, 3, x_41); -lean_closure_set(x_46, 4, x_44); -lean_closure_set(x_46, 5, x_7); -lean_closure_set(x_46, 6, x_6); -lean_closure_set(x_46, 7, x_8); -lean_closure_set(x_46, 8, x_2); -lean_closure_set(x_46, 9, x_3); -lean_closure_set(x_46, 10, x_4); -lean_closure_set(x_46, 11, x_5); -lean_closure_set(x_46, 12, x_9); -x_47 = 0; -x_48 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_27, x_42, x_29, x_46, x_47, x_10, x_11, x_12, x_13, x_14, x_15, x_45); -return x_48; +x_45 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__1___boxed), 20, 12); +lean_closure_set(x_45, 0, x_1); +lean_closure_set(x_45, 1, x_27); +lean_closure_set(x_45, 2, x_39); +lean_closure_set(x_45, 3, x_42); +lean_closure_set(x_45, 4, x_7); +lean_closure_set(x_45, 5, x_6); +lean_closure_set(x_45, 6, x_8); +lean_closure_set(x_45, 7, x_2); +lean_closure_set(x_45, 8, x_3); +lean_closure_set(x_45, 9, x_4); +lean_closure_set(x_45, 10, x_5); +lean_closure_set(x_45, 11, x_9); +x_46 = 0; +x_47 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_27, x_44, x_29, x_45, x_46, x_10, x_11, x_12, x_13, x_14, x_15, x_43); +return x_47; } else { -uint8_t x_49; -lean_dec(x_41); +uint8_t x_48; lean_dec(x_39); lean_dec(x_29); lean_dec(x_27); @@ -12940,71 +12818,87 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_43); -if (x_49 == 0) +x_48 = !lean_is_exclusive(x_41); +if (x_48 == 0) { -return x_43; +return x_41; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_43, 0); -x_51 = lean_ctor_get(x_43, 1); -lean_inc(x_51); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_41, 0); +x_50 = lean_ctor_get(x_41, 1); lean_inc(x_50); -lean_dec(x_43); -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_inc(x_49); +lean_dec(x_41); +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 { -lean_object* x_53; uint8_t x_54; lean_object* x_55; -lean_dec(x_40); -x_53 = lean_ctor_get(x_39, 0); -lean_inc(x_53); -x_54 = lean_ctor_get_uint8(x_39, sizeof(void*)*4); -lean_dec(x_39); +lean_object* x_52; lean_inc(x_29); -x_55 = l_Lean_Meta_getStructureName(x_29, x_12, x_13, x_14, x_15, x_34); -if (lean_obj_tag(x_55) == 0) +x_52 = l_Lean_Meta_getStructureName(x_29, x_12, x_13, x_14, x_15, x_34); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +lean_inc(x_53); +x_55 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findExistingField_x3f(x_7, x_53, x_14, x_15, x_54); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); x_57 = lean_ctor_get(x_55, 1); lean_inc(x_57); lean_dec(x_55); -lean_inc(x_56); -x_58 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findExistingField_x3f(x_7, x_56, x_14, x_15, x_57); -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -if (lean_obj_tag(x_59) == 0) +if (lean_obj_tag(x_56) == 0) +{ +uint8_t x_75; +x_75 = 0; +x_58 = x_75; +goto block_74; +} +else +{ +uint8_t x_76; +lean_dec(x_56); +x_76 = 1; +x_58 = x_76; +goto block_74; +} +block_74: +{ +if (x_58 == 0) { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_dec(x_27); -x_60 = lean_ctor_get(x_58, 1); +x_59 = lean_st_ref_get(x_15, x_57); +x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -lean_dec(x_58); -x_61 = lean_st_ref_get(x_15, x_60); -x_62 = lean_ctor_get(x_61, 0); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_ctor_get(x_60, 0); lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = 1; -lean_inc(x_56); -x_66 = l_Lean_getStructureFieldsFlattened(x_64, x_56, x_65); +lean_dec(x_60); +x_63 = 1; lean_inc(x_53); +x_64 = l_Lean_getStructureFieldsFlattened(x_62, x_53, x_63); +x_65 = lean_ctor_get(x_39, 0); +lean_inc(x_65); +x_66 = lean_ctor_get_uint8(x_39, sizeof(void*)*4); +lean_dec(x_39); +lean_inc(x_65); x_67 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__3___boxed), 20, 12); lean_closure_set(x_67, 0, x_1); -lean_closure_set(x_67, 1, x_53); +lean_closure_set(x_67, 1, x_65); lean_closure_set(x_67, 2, x_7); lean_closure_set(x_67, 3, x_6); lean_closure_set(x_67, 4, x_8); @@ -13013,42 +12907,39 @@ lean_closure_set(x_67, 6, x_3); lean_closure_set(x_67, 7, x_4); lean_closure_set(x_67, 8, x_5); lean_closure_set(x_67, 9, x_9); -lean_closure_set(x_67, 10, x_56); -lean_closure_set(x_67, 11, x_66); +lean_closure_set(x_67, 10, x_53); +lean_closure_set(x_67, 11, x_64); x_68 = 0; -x_69 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_53, x_54, x_29, x_67, x_68, x_10, x_11, x_12, x_13, x_14, x_15, x_63); +x_69 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_65, x_66, x_29, x_67, x_68, x_10, x_11, x_12, x_13, x_14, x_15, x_61); return x_69; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_59); -lean_dec(x_53); -x_70 = lean_ctor_get(x_58, 1); -lean_inc(x_70); -lean_dec(x_58); -x_71 = lean_box(0); -x_72 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_9, x_56, x_71); +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_dec(x_39); +x_70 = lean_box(0); +x_71 = l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(x_9, x_53, x_70); lean_inc(x_1); lean_inc(x_29); -x_73 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__4___boxed), 19, 9); -lean_closure_set(x_73, 0, x_29); -lean_closure_set(x_73, 1, x_6); -lean_closure_set(x_73, 2, x_8); -lean_closure_set(x_73, 3, x_27); -lean_closure_set(x_73, 4, x_1); -lean_closure_set(x_73, 5, x_2); -lean_closure_set(x_73, 6, x_3); -lean_closure_set(x_73, 7, x_4); -lean_closure_set(x_73, 8, x_5); -x_74 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields___rarg(x_1, x_7, x_72, x_29, x_73, x_10, x_11, x_12, x_13, x_14, x_15, x_70); -return x_74; +x_72 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__4___boxed), 19, 9); +lean_closure_set(x_72, 0, x_29); +lean_closure_set(x_72, 1, x_6); +lean_closure_set(x_72, 2, x_8); +lean_closure_set(x_72, 3, x_27); +lean_closure_set(x_72, 4, x_1); +lean_closure_set(x_72, 5, x_2); +lean_closure_set(x_72, 6, x_3); +lean_closure_set(x_72, 7, x_4); +lean_closure_set(x_72, 8, x_5); +x_73 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields___rarg(x_1, x_7, x_71, x_29, x_72, x_10, x_11, x_12, x_13, x_14, x_15, x_57); +return x_73; +} } } else { -uint8_t x_75; -lean_dec(x_53); +uint8_t x_77; +lean_dec(x_39); lean_dec(x_29); lean_dec(x_27); lean_dec(x_15); @@ -13066,23 +12957,24 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_75 = !lean_is_exclusive(x_55); -if (x_75 == 0) +x_77 = !lean_is_exclusive(x_52); +if (x_77 == 0) { -return x_55; +return x_52; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_55, 0); -x_77 = lean_ctor_get(x_55, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_55); -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; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_52, 0); +x_79 = lean_ctor_get(x_52, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_52); +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; +} } } } @@ -13090,45 +12982,45 @@ return x_78; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_31, 0); -lean_inc(x_79); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_31, 0); +lean_inc(x_85); lean_dec(x_31); -x_80 = lean_ctor_get(x_79, 2); -lean_inc(x_80); -lean_dec(x_79); +x_86 = lean_ctor_get(x_85, 2); +lean_inc(x_86); +lean_dec(x_85); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -lean_inc(x_80); -x_81 = lean_infer_type(x_80, x_12, x_13, x_14, x_15, x_30); -if (lean_obj_tag(x_81) == 0) +lean_inc(x_86); +x_87 = lean_infer_type(x_86, x_12, x_13, x_14, x_15, x_30); +if (lean_obj_tag(x_87) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -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); +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_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -lean_inc(x_82); +lean_inc(x_88); lean_inc(x_29); -x_84 = l_Lean_Meta_isExprDefEq(x_29, x_82, x_12, x_13, x_14, x_15, x_83); -if (lean_obj_tag(x_84) == 0) +x_90 = l_Lean_Meta_isExprDefEq(x_29, x_88, x_12, x_13, x_14, x_15, x_89); +if (lean_obj_tag(x_90) == 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_91; uint8_t x_92; +x_91 = lean_ctor_get(x_90, 0); +lean_inc(x_91); +x_92 = lean_unbox(x_91); +lean_dec(x_91); +if (x_92 == 0) { -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; uint8_t x_104; -lean_dec(x_80); +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_dec(x_86); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -13137,86 +13029,86 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = lean_ctor_get(x_84, 1); -lean_inc(x_87); -lean_dec(x_84); +x_93 = lean_ctor_get(x_90, 1); +lean_inc(x_93); +lean_dec(x_90); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_88 = l_Lean_Meta_mkHasTypeButIsExpectedMsg(x_29, x_82, x_12, x_13, x_14, x_15, x_87); -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 = l_Lean_MessageData_ofName(x_27); -x_92 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__4; -x_93 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_91); -x_94 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__6; -x_95 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_95, 0, x_93); -lean_ctor_set(x_95, 1, x_94); -x_96 = l_Lean_MessageData_ofName(x_4); -x_97 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -x_98 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__8; +x_94 = l_Lean_Meta_mkHasTypeButIsExpectedMsg(x_29, x_88, x_12, x_13, x_14, x_15, x_93); +x_95 = lean_ctor_get(x_94, 0); +lean_inc(x_95); +x_96 = lean_ctor_get(x_94, 1); +lean_inc(x_96); +lean_dec(x_94); +x_97 = l_Lean_MessageData_ofName(x_27); +x_98 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__4; x_99 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_99, 0, x_97); -lean_ctor_set(x_99, 1, x_98); -x_100 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_89); -x_101 = l_Lean_getDocStringText___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__14___closed__4; -x_102 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_102, 0, x_100); -lean_ctor_set(x_102, 1, x_101); -x_103 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_102, x_10, x_11, x_12, x_13, x_14, x_15, x_90); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_97); +x_100 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__6; +x_101 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_101, 0, x_99); +lean_ctor_set(x_101, 1, x_100); +x_102 = l_Lean_MessageData_ofName(x_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___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___closed__8; +x_105 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_105, 0, x_103); +lean_ctor_set(x_105, 1, x_104); +x_106 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_95); +x_107 = l_Lean_getDocStringText___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__14___closed__4; +x_108 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_108, 0, x_106); +lean_ctor_set(x_108, 1, x_107); +x_109 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_108, x_10, x_11, x_12, x_13, x_14, x_15, x_96); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); -x_104 = !lean_is_exclusive(x_103); -if (x_104 == 0) +x_110 = !lean_is_exclusive(x_109); +if (x_110 == 0) { -return x_103; +return x_109; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_103, 0); -x_106 = lean_ctor_get(x_103, 1); -lean_inc(x_106); -lean_inc(x_105); -lean_dec(x_103); -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; +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_109, 0); +x_112 = lean_ctor_get(x_109, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_109); +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 { -lean_object* x_108; lean_object* x_109; lean_object* x_110; -lean_dec(x_82); +lean_object* x_114; lean_object* x_115; lean_object* x_116; +lean_dec(x_88); lean_dec(x_29); -x_108 = lean_ctor_get(x_84, 1); -lean_inc(x_108); -lean_dec(x_84); -x_109 = lean_box(0); -x_110 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__5(x_6, x_8, x_27, x_80, x_1, x_2, x_3, x_4, x_5, x_7, x_9, x_109, x_10, x_11, x_12, x_13, x_14, x_15, x_108); -return x_110; +x_114 = lean_ctor_get(x_90, 1); +lean_inc(x_114); +lean_dec(x_90); +x_115 = lean_box(0); +x_116 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__5(x_6, x_8, x_27, x_86, x_1, x_2, x_3, x_4, x_5, x_7, x_9, x_115, x_10, x_11, x_12, x_13, x_14, x_15, x_114); +return x_116; } } else { -uint8_t x_111; -lean_dec(x_82); -lean_dec(x_80); +uint8_t x_117; +lean_dec(x_88); +lean_dec(x_86); lean_dec(x_29); lean_dec(x_27); lean_dec(x_15); @@ -13234,30 +13126,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_111 = !lean_is_exclusive(x_84); -if (x_111 == 0) +x_117 = !lean_is_exclusive(x_90); +if (x_117 == 0) { -return x_84; +return x_90; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_112 = lean_ctor_get(x_84, 0); -x_113 = lean_ctor_get(x_84, 1); -lean_inc(x_113); -lean_inc(x_112); -lean_dec(x_84); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -return x_114; +lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_118 = lean_ctor_get(x_90, 0); +x_119 = lean_ctor_get(x_90, 1); +lean_inc(x_119); +lean_inc(x_118); +lean_dec(x_90); +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_115; -lean_dec(x_80); +uint8_t x_121; +lean_dec(x_86); lean_dec(x_29); lean_dec(x_27); lean_dec(x_15); @@ -13275,30 +13167,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_115 = !lean_is_exclusive(x_81); -if (x_115 == 0) +x_121 = !lean_is_exclusive(x_87); +if (x_121 == 0) { -return x_81; +return x_87; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_116 = lean_ctor_get(x_81, 0); -x_117 = lean_ctor_get(x_81, 1); -lean_inc(x_117); -lean_inc(x_116); -lean_dec(x_81); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -return x_118; +lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_122 = lean_ctor_get(x_87, 0); +x_123 = lean_ctor_get(x_87, 1); +lean_inc(x_123); +lean_inc(x_122); +lean_dec(x_87); +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; } } } } else { -uint8_t x_119; +uint8_t x_125; lean_dec(x_27); lean_dec(x_15); lean_dec(x_14); @@ -13315,23 +13207,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_119 = !lean_is_exclusive(x_28); -if (x_119 == 0) +x_125 = !lean_is_exclusive(x_28); +if (x_125 == 0) { return x_28; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_28, 0); -x_121 = lean_ctor_get(x_28, 1); -lean_inc(x_121); -lean_inc(x_120); +lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_126 = lean_ctor_get(x_28, 0); +x_127 = lean_ctor_get(x_28, 1); +lean_inc(x_127); +lean_inc(x_126); lean_dec(x_28); -x_122 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_122, 0, x_120); -lean_ctor_set(x_122, 1, x_121); -return x_122; +x_128 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_128, 0, x_126); +lean_ctor_set(x_128, 1, x_127); +return x_128; } } } @@ -13366,12 +13258,11 @@ lean_object* x_17 = _args[16]; lean_object* x_18 = _args[17]; lean_object* x_19 = _args[18]; lean_object* x_20 = _args[19]; -lean_object* x_21 = _args[20]; _start: { -lean_object* x_22; -x_22 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___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, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_22; +lean_object* x_21; +x_21 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___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, x_15, x_16, x_17, x_18, x_19, x_20); +return x_21; } } LEAN_EXPORT lean_object* l___private_Lean_Elab_Structure_0__Lean_Elab_Command_copyNewFieldsFrom_copyFields_copy___rarg___lambda__2___boxed(lean_object** _args) { @@ -21820,420 +21711,255 @@ lean_inc(x_7); x_53 = lean_infer_type(x_46, x_7, x_8, x_9, x_10, x_52); if (lean_obj_tag(x_53) == 0) { -uint8_t x_54; -x_54 = !lean_is_exclusive(x_53); -if (x_54 == 0) -{ -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; uint8_t x_62; uint8_t x_63; uint8_t x_64; lean_object* x_65; lean_object* x_66; -x_55 = lean_ctor_get(x_53, 0); -x_56 = lean_ctor_get(x_53, 1); -x_57 = lean_st_ref_get(x_10, x_56); -x_58 = lean_ctor_get(x_57, 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; uint8_t x_61; uint8_t x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_st_ref_get(x_10, x_55); +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +x_58 = lean_ctor_get(x_56, 1); 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; +if (lean_is_exclusive(x_56)) { + lean_ctor_release(x_56, 0); + lean_ctor_release(x_56, 1); + x_59 = x_56; } else { - lean_dec_ref(x_57); - x_60 = lean_box(0); + lean_dec_ref(x_56); + x_59 = lean_box(0); } -x_61 = lean_ctor_get(x_58, 0); -lean_inc(x_61); -lean_dec(x_58); -x_62 = 3; -x_63 = l_Lean_Elab_Command_instDecidableEqStructFieldKind(x_47, x_62); -x_64 = l_Lean_LocalDecl_binderInfo(x_51); +x_60 = lean_ctor_get(x_57, 0); +lean_inc(x_60); +lean_dec(x_57); +x_61 = 3; +x_62 = l_Lean_Elab_Command_instDecidableEqStructFieldKind(x_47, x_61); +x_63 = l_Lean_LocalDecl_binderInfo(x_51); lean_dec(x_51); -x_65 = l_Lean_Expr_getAutoParamTactic_x3f(x_55); -lean_dec(x_55); -if (x_63 == 0) +x_64 = l_Lean_Expr_getAutoParamTactic_x3f(x_54); +lean_dec(x_54); +if (x_62 == 0) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_61); +lean_object* x_70; lean_dec(x_60); -x_71 = lean_box(0); -x_72 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_72, 0, x_44); -lean_ctor_set(x_72, 1, x_45); -lean_ctor_set(x_72, 2, x_71); -lean_ctor_set(x_72, 3, x_65); -lean_ctor_set_uint8(x_72, sizeof(void*)*4, x_64); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_53, 1, x_59); -lean_ctor_set(x_53, 0, x_73); -x_25 = x_53; -goto block_43; +x_70 = lean_box(0); +x_65 = x_70; +goto block_69; } else { -lean_object* x_74; -lean_free_object(x_53); +lean_object* x_71; lean_inc(x_45); -x_74 = lean_environment_find(x_61, x_45); -if (lean_obj_tag(x_74) == 0) +x_71 = lean_environment_find(x_60, x_45); +if (lean_obj_tag(x_71) == 0) { -lean_object* x_75; lean_object* x_76; -x_75 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; -x_76 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_75); -x_66 = x_76; -goto block_70; +lean_object* x_72; lean_object* x_73; +x_72 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; +x_73 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_72); +x_65 = x_73; +goto block_69; } else { -uint8_t x_77; -x_77 = !lean_is_exclusive(x_74); -if (x_77 == 0) +uint8_t x_74; +x_74 = !lean_is_exclusive(x_71); +if (x_74 == 0) { -lean_object* x_78; -x_78 = lean_ctor_get(x_74, 0); -if (lean_obj_tag(x_78) == 1) +lean_object* x_75; +x_75 = lean_ctor_get(x_71, 0); +if (lean_obj_tag(x_75) == 1) { -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +lean_dec(x_75); +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +lean_dec(x_76); +x_78 = lean_ctor_get(x_77, 2); +lean_inc(x_78); +lean_dec(x_77); +x_79 = l_Lean_Expr_getForallBody(x_78); lean_dec(x_78); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); +x_80 = l_Lean_Expr_getAppFn(x_79); lean_dec(x_79); -x_81 = lean_ctor_get(x_80, 2); +if (lean_obj_tag(x_80) == 4) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_80, 0); lean_inc(x_81); lean_dec(x_80); -x_82 = l_Lean_Expr_getForallBody(x_81); -lean_dec(x_81); -x_83 = l_Lean_Expr_getAppFn(x_82); -lean_dec(x_82); -if (lean_obj_tag(x_83) == 4) -{ -lean_object* x_84; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -lean_dec(x_83); -lean_ctor_set(x_74, 0, x_84); -x_66 = x_74; -goto block_70; +lean_ctor_set(x_71, 0, x_81); +x_65 = x_71; +goto block_69; } else { -lean_object* x_85; lean_object* x_86; -lean_dec(x_83); -lean_free_object(x_74); -x_85 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__5; -x_86 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_85); -x_66 = x_86; -goto block_70; +lean_object* x_82; lean_object* x_83; +lean_dec(x_80); +lean_free_object(x_71); +x_82 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__5; +x_83 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_82); +x_65 = x_83; +goto block_69; } } else { -lean_object* x_87; lean_object* x_88; -lean_free_object(x_74); -lean_dec(x_78); -x_87 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; -x_88 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_87); -x_66 = x_88; -goto block_70; +lean_object* x_84; lean_object* x_85; +lean_free_object(x_71); +lean_dec(x_75); +x_84 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; +x_85 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_84); +x_65 = x_85; +goto block_69; } } else { -lean_object* x_89; -x_89 = lean_ctor_get(x_74, 0); -lean_inc(x_89); -lean_dec(x_74); -if (lean_obj_tag(x_89) == 1) +lean_object* x_86; +x_86 = lean_ctor_get(x_71, 0); +lean_inc(x_86); +lean_dec(x_71); +if (lean_obj_tag(x_86) == 1) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +lean_dec(x_86); +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +lean_dec(x_87); +x_89 = lean_ctor_get(x_88, 2); +lean_inc(x_89); +lean_dec(x_88); +x_90 = l_Lean_Expr_getForallBody(x_89); lean_dec(x_89); -x_91 = lean_ctor_get(x_90, 0); -lean_inc(x_91); +x_91 = l_Lean_Expr_getAppFn(x_90); lean_dec(x_90); -x_92 = lean_ctor_get(x_91, 2); +if (lean_obj_tag(x_91) == 4) +{ +lean_object* x_92; lean_object* x_93; +x_92 = lean_ctor_get(x_91, 0); lean_inc(x_92); lean_dec(x_91); -x_93 = l_Lean_Expr_getForallBody(x_92); -lean_dec(x_92); -x_94 = l_Lean_Expr_getAppFn(x_93); -lean_dec(x_93); -if (lean_obj_tag(x_94) == 4) -{ -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -lean_dec(x_94); -x_96 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_96, 0, x_95); -x_66 = x_96; -goto block_70; +x_93 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_93, 0, x_92); +x_65 = x_93; +goto block_69; } else { -lean_object* x_97; lean_object* x_98; -lean_dec(x_94); -x_97 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__5; -x_98 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_97); -x_66 = x_98; -goto block_70; +lean_object* x_94; lean_object* x_95; +lean_dec(x_91); +x_94 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__5; +x_95 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_94); +x_65 = x_95; +goto block_69; } } else { -lean_object* x_99; lean_object* x_100; -lean_dec(x_89); -x_99 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; -x_100 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_99); -x_66 = x_100; -goto block_70; +lean_object* x_96; lean_object* x_97; +lean_dec(x_86); +x_96 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; +x_97 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_96); +x_65 = x_97; +goto block_69; } } } } -block_70: +block_69: { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_67, 0, x_44); -lean_ctor_set(x_67, 1, x_45); -lean_ctor_set(x_67, 2, x_66); -lean_ctor_set(x_67, 3, x_65); -lean_ctor_set_uint8(x_67, sizeof(void*)*4, x_64); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_67); -if (lean_is_scalar(x_60)) { - x_69 = lean_alloc_ctor(0, 2, 0); +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_66, 0, x_44); +lean_ctor_set(x_66, 1, x_45); +lean_ctor_set(x_66, 2, x_65); +lean_ctor_set(x_66, 3, x_64); +lean_ctor_set_uint8(x_66, sizeof(void*)*4, x_63); +x_67 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_67, 0, x_66); +if (lean_is_scalar(x_59)) { + x_68 = lean_alloc_ctor(0, 2, 0); } else { - x_69 = x_60; + x_68 = x_59; } -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_59); -x_25 = x_69; +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_58); +x_25 = x_68; goto block_43; } } else { -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; uint8_t x_108; uint8_t x_109; uint8_t x_110; lean_object* x_111; lean_object* x_112; -x_101 = lean_ctor_get(x_53, 0); -x_102 = lean_ctor_get(x_53, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_53); -x_103 = lean_st_ref_get(x_10, x_102); -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -if (lean_is_exclusive(x_103)) { - lean_ctor_release(x_103, 0); - lean_ctor_release(x_103, 1); - x_106 = x_103; -} else { - lean_dec_ref(x_103); - x_106 = lean_box(0); -} -x_107 = lean_ctor_get(x_104, 0); -lean_inc(x_107); -lean_dec(x_104); -x_108 = 3; -x_109 = l_Lean_Elab_Command_instDecidableEqStructFieldKind(x_47, x_108); -x_110 = l_Lean_LocalDecl_binderInfo(x_51); +uint8_t x_98; lean_dec(x_51); -x_111 = l_Lean_Expr_getAutoParamTactic_x3f(x_101); -lean_dec(x_101); -if (x_109 == 0) -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_107); -lean_dec(x_106); -x_117 = lean_box(0); -x_118 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_118, 0, x_44); -lean_ctor_set(x_118, 1, x_45); -lean_ctor_set(x_118, 2, x_117); -lean_ctor_set(x_118, 3, x_111); -lean_ctor_set_uint8(x_118, sizeof(void*)*4, x_110); -x_119 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_119, 0, x_118); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_105); -x_25 = x_120; -goto block_43; -} -else -{ -lean_object* x_121; -lean_inc(x_45); -x_121 = lean_environment_find(x_107, x_45); -if (lean_obj_tag(x_121) == 0) -{ -lean_object* x_122; lean_object* x_123; -x_122 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; -x_123 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_122); -x_112 = x_123; -goto block_116; -} -else -{ -lean_object* x_124; lean_object* x_125; -x_124 = lean_ctor_get(x_121, 0); -lean_inc(x_124); -if (lean_is_exclusive(x_121)) { - lean_ctor_release(x_121, 0); - x_125 = x_121; -} else { - lean_dec_ref(x_121); - x_125 = lean_box(0); -} -if (lean_obj_tag(x_124) == 1) -{ -lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_126 = lean_ctor_get(x_124, 0); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -lean_dec(x_126); -x_128 = lean_ctor_get(x_127, 2); -lean_inc(x_128); -lean_dec(x_127); -x_129 = l_Lean_Expr_getForallBody(x_128); -lean_dec(x_128); -x_130 = l_Lean_Expr_getAppFn(x_129); -lean_dec(x_129); -if (lean_obj_tag(x_130) == 4) -{ -lean_object* x_131; lean_object* x_132; -x_131 = lean_ctor_get(x_130, 0); -lean_inc(x_131); -lean_dec(x_130); -if (lean_is_scalar(x_125)) { - x_132 = lean_alloc_ctor(1, 1, 0); -} else { - x_132 = x_125; -} -lean_ctor_set(x_132, 0, x_131); -x_112 = x_132; -goto block_116; -} -else -{ -lean_object* x_133; lean_object* x_134; -lean_dec(x_130); -lean_dec(x_125); -x_133 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__5; -x_134 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_133); -x_112 = x_134; -goto block_116; -} -} -else -{ -lean_object* x_135; lean_object* x_136; -lean_dec(x_125); -lean_dec(x_124); -x_135 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_registerStructure___spec__2___closed__3; -x_136 = l_panic___at_Lean_ResolveName_resolveNamespaceUsingScope_x3f___spec__1(x_135); -x_112 = x_136; -goto block_116; -} -} -} -block_116: -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_113, 0, x_44); -lean_ctor_set(x_113, 1, x_45); -lean_ctor_set(x_113, 2, x_112); -lean_ctor_set(x_113, 3, x_111); -lean_ctor_set_uint8(x_113, sizeof(void*)*4, x_110); -x_114 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_114, 0, x_113); -if (lean_is_scalar(x_106)) { - x_115 = lean_alloc_ctor(0, 2, 0); -} else { - x_115 = x_106; -} -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_105); -x_25 = x_115; -goto block_43; -} -} -} -else -{ -uint8_t x_137; -lean_dec(x_51); -lean_dec(x_45); -lean_dec(x_44); -x_137 = !lean_is_exclusive(x_53); -if (x_137 == 0) +lean_dec(x_45); +lean_dec(x_44); +x_98 = !lean_is_exclusive(x_53); +if (x_98 == 0) { x_25 = x_53; goto block_43; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_53, 0); -x_139 = lean_ctor_get(x_53, 1); -lean_inc(x_139); -lean_inc(x_138); +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_53, 0); +x_100 = lean_ctor_get(x_53, 1); +lean_inc(x_100); +lean_inc(x_99); lean_dec(x_53); -x_140 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_140, 0, x_138); -lean_ctor_set(x_140, 1, x_139); -x_25 = x_140; +x_101 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_101, 0, x_99); +lean_ctor_set(x_101, 1, x_100); +x_25 = x_101; goto block_43; } } } else { -uint8_t x_141; +uint8_t x_102; lean_dec(x_46); lean_dec(x_45); lean_dec(x_44); -x_141 = !lean_is_exclusive(x_50); -if (x_141 == 0) +x_102 = !lean_is_exclusive(x_50); +if (x_102 == 0) { x_25 = x_50; goto block_43; } else { -lean_object* x_142; lean_object* x_143; lean_object* x_144; -x_142 = lean_ctor_get(x_50, 0); -x_143 = lean_ctor_get(x_50, 1); -lean_inc(x_143); -lean_inc(x_142); +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_50, 0); +x_104 = lean_ctor_get(x_50, 1); +lean_inc(x_104); +lean_inc(x_103); lean_dec(x_50); -x_144 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_144, 0, x_142); -lean_ctor_set(x_144, 1, x_143); -x_25 = x_144; +x_105 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_105, 0, x_103); +lean_ctor_set(x_105, 1, x_104); +x_25 = x_105; goto block_43; } } } else { -lean_object* x_145; lean_object* x_146; +lean_object* x_106; lean_object* x_107; lean_dec(x_46); lean_dec(x_45); lean_dec(x_44); -x_145 = lean_box(0); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_145); -lean_ctor_set(x_146, 1, x_11); -x_25 = x_146; +x_106 = lean_box(0); +x_107 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_106); +lean_ctor_set(x_107, 1, x_11); +x_25 = x_107; goto block_43; } block_24: @@ -22377,15 +22103,15 @@ goto block_24; } else { -lean_object* x_147; +lean_object* x_108; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_147 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_147, 0, x_4); -lean_ctor_set(x_147, 1, x_11); -return x_147; +x_108 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_108, 0, x_4); +lean_ctor_set(x_108, 1, x_11); +return x_108; } } } @@ -23606,7 +23332,7 @@ else { uint8_t x_15; uint8_t x_16; x_15 = 3; -x_16 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_15); +x_16 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_15); if (x_16 == 0) { lean_object* x_17; @@ -23661,7 +23387,7 @@ return x_26; else { uint8_t x_27; -x_27 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); +x_27 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); if (x_27 == 0) { lean_object* x_28; @@ -24058,51 +23784,34 @@ return x_35; } else { -lean_object* x_36; lean_object* x_37; +lean_object* x_36; uint8_t x_37; lean_object* x_53; x_36 = lean_ctor_get(x_27, 0); lean_inc(x_36); lean_dec(x_27); -x_37 = lean_ctor_get(x_36, 2); -lean_inc(x_37); +x_53 = lean_ctor_get(x_36, 2); +lean_inc(x_53); lean_dec(x_36); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; uint8_t x_40; -lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_38 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___closed__4; -x_39 = l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_38, 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); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +if (lean_obj_tag(x_53) == 0) { -return x_39; +uint8_t x_54; +x_54 = 1; +x_37 = x_54; +goto block_52; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_39); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; -} +uint8_t x_55; +lean_dec(x_53); +x_55 = 0; +x_37 = x_55; +goto block_52; } -else +block_52: { -lean_object* x_44; lean_object* x_45; -lean_dec(x_37); -x_44 = lean_box(0); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; +x_38 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); @@ -24110,22 +23819,22 @@ lean_inc(x_9); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_45 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___lambda__2(x_1, x_2, x_3, x_8, x_44, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_45) == 0) +x_39 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___lambda__2(x_1, x_2, x_3, x_8, x_38, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_46; lean_object* x_47; -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_17 = x_46; -x_18 = x_47; +lean_object* x_40; lean_object* x_41; +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_17 = x_40; +x_18 = x_41; goto block_25; } else { -uint8_t x_48; +uint8_t x_42; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -24134,19 +23843,53 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_48 = !lean_is_exclusive(x_45); -if (x_48 == 0) +x_42 = !lean_is_exclusive(x_39); +if (x_42 == 0) +{ +return x_39; +} +else { +lean_object* x_43; lean_object* x_44; lean_object* x_45; +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_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; uint8_t x_48; +lean_dec(x_8); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_46 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent_copyFields___spec__2___closed__4; +x_47 = l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_46, 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); +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) +{ +return x_47; +} else { lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_45, 0); -x_50 = lean_ctor_get(x_45, 1); +x_49 = lean_ctor_get(x_47, 0); +x_50 = lean_ctor_get(x_47, 1); lean_inc(x_50); lean_inc(x_49); -lean_dec(x_45); +lean_dec(x_47); x_51 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_51, 0, x_49); lean_ctor_set(x_51, 1, x_50); @@ -24158,31 +23901,31 @@ return x_51; } else { -lean_object* x_52; +lean_object* x_56; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_3); -x_52 = l_Lean_Meta_mkProjection(x_3, x_16, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_52) == 0) +x_56 = l_Lean_Meta_mkProjection(x_3, x_16, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = l_Lean_Expr_app___override(x_8, x_53); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_17 = x_56; -x_18 = x_54; +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +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); +x_59 = l_Lean_Expr_app___override(x_8, x_57); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_17 = x_60; +x_18 = x_58; goto block_25; } else { -uint8_t x_57; +uint8_t x_61; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -24192,23 +23935,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_57 = !lean_is_exclusive(x_52); -if (x_57 == 0) +x_61 = !lean_is_exclusive(x_56); +if (x_61 == 0) { -return x_52; +return x_56; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_52, 0); -x_59 = lean_ctor_get(x_52, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_52); -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; +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_56, 0); +x_63 = lean_ctor_get(x_56, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_56); +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; } } } @@ -24967,88 +24710,72 @@ lean_dec(x_21); x_23 = lean_ctor_get_uint8(x_3, sizeof(void*)*11); if (x_23 == 0) { -uint8_t x_44; +uint8_t x_41; lean_dec(x_22); -x_44 = 0; -x_24 = x_44; -goto block_43; +x_41 = 0; +x_24 = x_41; +goto block_40; } else { -uint8_t x_45; +uint8_t x_42; lean_inc(x_13); -x_45 = lean_is_class(x_13, x_22); -x_24 = x_45; -goto block_43; +x_42 = lean_is_class(x_13, x_22); +x_24 = x_42; +goto block_40; } -block_43: +block_40: { -uint8_t x_25; if (x_24 == 0) { -uint8_t x_42; -x_42 = 0; -x_25 = x_42; -goto block_41; -} -else -{ -x_25 = x_15; -goto block_41; -} -block_41: -{ -if (x_25 == 0) -{ -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; -x_26 = 0; -x_27 = lean_box(x_26); -x_28 = lean_box(x_25); -x_29 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__3___boxed), 16, 10); -lean_closure_set(x_29, 0, x_4); -lean_closure_set(x_29, 1, x_2); -lean_closure_set(x_29, 2, x_13); -lean_closure_set(x_29, 3, x_16); -lean_closure_set(x_29, 4, x_14); -lean_closure_set(x_29, 5, x_1); -lean_closure_set(x_29, 6, x_3); -lean_closure_set(x_29, 7, x_17); -lean_closure_set(x_29, 8, x_27); -lean_closure_set(x_29, 9, x_28); -x_30 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__4; -x_31 = 0; -x_32 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___spec__1___rarg(x_30, x_26, x_20, x_29, x_31, x_5, x_6, x_7, x_8, x_12); -return x_32; +uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; +x_25 = 0; +x_26 = lean_box(x_25); +x_27 = lean_box(x_24); +x_28 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__3___boxed), 16, 10); +lean_closure_set(x_28, 0, x_4); +lean_closure_set(x_28, 1, x_2); +lean_closure_set(x_28, 2, x_13); +lean_closure_set(x_28, 3, x_16); +lean_closure_set(x_28, 4, x_14); +lean_closure_set(x_28, 5, x_1); +lean_closure_set(x_28, 6, x_3); +lean_closure_set(x_28, 7, x_17); +lean_closure_set(x_28, 8, x_26); +lean_closure_set(x_28, 9, x_27); +x_29 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__4; +x_30 = 0; +x_31 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___spec__1___rarg(x_29, x_25, x_20, x_28, x_30, x_5, x_6, x_7, x_8, x_12); +return x_31; } else { -uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_39; lean_object* x_40; -x_33 = 3; -x_34 = lean_box(x_33); -x_35 = lean_box(x_25); -x_36 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__3___boxed), 16, 10); -lean_closure_set(x_36, 0, x_4); -lean_closure_set(x_36, 1, x_2); -lean_closure_set(x_36, 2, x_13); -lean_closure_set(x_36, 3, x_16); -lean_closure_set(x_36, 4, x_14); -lean_closure_set(x_36, 5, x_1); -lean_closure_set(x_36, 6, x_3); -lean_closure_set(x_36, 7, x_17); -lean_closure_set(x_36, 8, x_34); -lean_closure_set(x_36, 9, x_35); -x_37 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__4; +uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; +x_32 = 3; +x_33 = lean_box(x_32); +x_34 = lean_box(x_24); +x_35 = lean_alloc_closure((void*)(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___lambda__3___boxed), 16, 10); +lean_closure_set(x_35, 0, x_4); +lean_closure_set(x_35, 1, x_2); +lean_closure_set(x_35, 2, x_13); +lean_closure_set(x_35, 3, x_16); +lean_closure_set(x_35, 4, x_14); +lean_closure_set(x_35, 5, x_1); +lean_closure_set(x_35, 6, x_3); +lean_closure_set(x_35, 7, x_17); +lean_closure_set(x_35, 8, x_33); +lean_closure_set(x_35, 9, x_34); +x_36 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__4; +x_37 = 0; x_38 = 0; -x_39 = 0; -x_40 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___spec__1___rarg(x_37, x_38, x_20, x_36, x_39, x_5, x_6, x_7, x_8, x_12); -return x_40; -} +x_39 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___spec__1___rarg(x_36, x_37, x_20, x_35, x_38, x_5, x_6, x_7, x_8, x_12); +return x_39; } } } else { -lean_object* x_46; lean_object* x_47; +lean_object* x_43; lean_object* x_44; lean_dec(x_21); lean_dec(x_20); lean_dec(x_16); @@ -25058,9 +24785,9 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_46 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__2; -x_47 = l_panic___at_Lean_mkNoConfusionEnum_mkToCtorIdx___spec__1(x_46, x_5, x_6, x_7, x_8, x_12); -return x_47; +x_43 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_mkCoercionToCopiedParent___closed__2; +x_44 = l_panic___at_Lean_mkNoConfusionEnum_mkToCtorIdx___spec__1(x_43, x_5, x_6, x_7, x_8, x_12); +return x_44; } } } @@ -25615,7 +25342,42 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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); +x_8 = lean_ctor_get(x_7, 3); +lean_inc(x_8); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +if (lean_obj_tag(x_8) == 0) +{ +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +else +{ +lean_object* x_12; +lean_dec(x_8); +x_12 = lean_array_push(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -25650,7 +25412,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(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_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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(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_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; @@ -25730,7 +25492,7 @@ return x_27; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -25844,17 +25606,50 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_2, x_3); -if (x_5 == 0) +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) { -lean_object* x_6; uint8_t x_7; size_t x_8; size_t x_9; -x_6 = lean_array_uget(x_1, x_2); -x_7 = l_Lean_Elab_Command_StructFieldInfo_isFromParent(x_6); -x_8 = 1; +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; +x_7 = lean_array_uget(x_2, x_3); +x_8 = l_Lean_Elab_Command_StructFieldInfo_isFromParent(x_7); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +if (x_8 == 0) +{ +lean_object* x_11; +x_11 = lean_array_push(x_5, x_7); +x_3 = x_10; +x_5 = x_11; +goto _start; +} +else +{ +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__12(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; uint8_t x_7; size_t x_8; size_t x_9; +x_6 = lean_array_uget(x_1, x_2); +x_7 = l_Lean_Elab_Command_StructFieldInfo_isFromParent(x_6); +x_8 = 1; x_9 = lean_usize_add(x_2, x_8); if (x_7 == 0) { @@ -25877,7 +25672,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___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; @@ -25891,7 +25686,7 @@ x_12 = l_Lean_Elab_addAuxDeclarationRanges___at___private_Lean_Elab_Structure_0_ return x_12; } } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__1() { +static lean_object* _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__1() { _start: { lean_object* x_1; @@ -25899,16 +25694,16 @@ x_1 = lean_mk_string_from_bytes("', it is equal to structure constructor name", return x_1; } } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__2() { +static lean_object* _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__1; +x_1 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -25934,7 +25729,7 @@ lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_20 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___lambda__1(x_14, x_19, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_20 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___lambda__1(x_14, x_19, x_6, x_7, x_8, x_9, x_10, x_11, x_12); x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); x_22 = lean_ctor_get(x_20, 1); @@ -25960,7 +25755,7 @@ x_29 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab 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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__2; +x_31 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__2; x_32 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); @@ -26505,7 +26300,7 @@ size_t x_194; size_t x_195; lean_object* x_196; lean_object* x_197; x_194 = 0; x_195 = lean_usize_of_nat(x_71); x_196 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; -x_197 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(x_4, x_194, x_195, x_196); +x_197 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__12(x_4, x_194, x_195, x_196); x_75 = x_197; goto block_190; } @@ -26586,7 +26381,7 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_171 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(x_4, x_168, x_169, x_170, x_10, x_11, x_12, x_13, x_14, x_15, x_83); +x_171 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(x_4, x_168, x_169, x_170, x_10, x_11, x_12, x_13, x_14, x_15, x_83); if (lean_obj_tag(x_171) == 0) { lean_object* x_172; lean_object* x_173; @@ -26725,7 +26520,7 @@ lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_45); -x_146 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(x_5, x_44, x_45, x_8, x_143, x_144, x_145, x_10, x_11, x_12, x_13, x_14, x_15, x_96); +x_146 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(x_5, x_44, x_45, x_8, x_143, x_144, x_145, x_10, x_11, x_12, x_13, x_14, x_15, x_96); if (lean_obj_tag(x_146) == 0) { lean_object* x_147; @@ -26797,7 +26592,7 @@ else size_t x_138; lean_object* x_139; lean_object* x_140; x_138 = lean_usize_of_nat(x_71); x_139 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; -x_140 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(x_4, x_101, x_138, x_139); +x_140 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(x_4, x_101, x_138, x_139); x_102 = x_140; goto block_134; } @@ -27381,7 +27176,7 @@ static lean_object* _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_e _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5; x_2 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -28026,7 +27821,7 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_36 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11(x_1, x_9, x_33, x_34, x_35, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_36 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13(x_1, x_9, x_33, x_34, x_35, x_2, x_3, x_4, x_5, x_6, x_7, x_8); if (lean_obj_tag(x_36) == 0) { lean_object* x_37; @@ -28228,7 +28023,21 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8___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; @@ -28236,12 +28045,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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__7___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__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) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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, lean_object* x_13, lean_object* x_14) { _start: { size_t x_15; size_t x_16; lean_object* x_17; @@ -28249,14 +28058,14 @@ x_15 = lean_unbox_usize(x_5); lean_dec(x_5); x_16 = lean_unbox_usize(x_6); lean_dec(x_6); -x_17 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__8(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_17 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_9); lean_dec(x_8); lean_dec(x_4); return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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) { _start: { size_t x_12; size_t x_13; lean_object* x_14; @@ -28264,12 +28073,26 @@ x_12 = lean_unbox_usize(x_2); lean_dec(x_2); x_13 = lean_unbox_usize(x_3); lean_dec(x_3); -x_14 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__9(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10___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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__12___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; @@ -28277,21 +28100,21 @@ 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___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__10(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__12(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___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_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___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: { lean_object* x_10; -x_10 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_2); return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___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) { _start: { size_t x_13; size_t x_14; lean_object* x_15; @@ -28299,7 +28122,7 @@ x_13 = lean_unbox_usize(x_3); lean_dec(x_3); x_14 = lean_unbox_usize(x_4); lean_dec(x_4); -x_15 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13(x_1, x_2, x_13, x_14, 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_15; @@ -29208,227 +29031,227 @@ lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__2(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, 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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__2(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_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18) { _start: { -uint8_t x_20; lean_object* x_21; -x_20 = 0; -lean_inc(x_18); +uint8_t x_19; lean_object* x_20; +x_19 = 0; lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_21 = l_Lean_Elab_Term_synthesizeSyntheticMVars(x_20, x_20, x_13, x_14, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_21) == 0) +lean_inc(x_12); +x_20 = l_Lean_Elab_Term_synthesizeSyntheticMVars(x_19, x_19, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -lean_inc(x_18); +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); -lean_inc(x_13); -x_23 = l_Lean_Elab_Term_addAutoBoundImplicits(x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_22); -if (lean_obj_tag(x_23) == 0) +lean_inc(x_14); +lean_inc(x_12); +x_22 = l_Lean_Elab_Term_addAutoBoundImplicits(x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_21); +if (lean_obj_tag(x_22) == 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; -x_24 = lean_ctor_get(x_23, 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; +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec(x_23); -x_26 = l_Lean_Elab_Term_getLevelNames___rarg(x_14, x_15, x_16, x_17, x_18, x_25); -x_27 = lean_ctor_get(x_26, 0); +lean_dec(x_22); +x_25 = l_Lean_Elab_Term_getLevelNames___rarg(x_13, x_14, x_15, x_16, x_17, x_24); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); +lean_dec(x_25); lean_inc(x_5); -x_29 = lean_alloc_ctor(0, 11, 1); -lean_ctor_set(x_29, 0, x_1); -lean_ctor_set(x_29, 1, x_2); -lean_ctor_set(x_29, 2, x_3); -lean_ctor_set(x_29, 3, x_27); -lean_ctor_set(x_29, 4, x_5); -lean_ctor_set(x_29, 5, x_6); -lean_ctor_set(x_29, 6, x_24); -lean_ctor_set(x_29, 7, x_7); -lean_ctor_set(x_29, 8, x_8); -lean_ctor_set(x_29, 9, x_9); -lean_ctor_set(x_29, 10, x_10); -lean_ctor_set_uint8(x_29, sizeof(void*)*11, x_4); -lean_inc(x_18); +x_28 = lean_alloc_ctor(0, 11, 1); +lean_ctor_set(x_28, 0, x_1); +lean_ctor_set(x_28, 1, x_2); +lean_ctor_set(x_28, 2, x_3); +lean_ctor_set(x_28, 3, x_26); +lean_ctor_set(x_28, 4, x_5); +lean_ctor_set(x_28, 5, x_6); +lean_ctor_set(x_28, 6, x_23); +lean_ctor_set(x_28, 7, x_7); +lean_ctor_set(x_28, 8, x_8); +lean_ctor_set(x_28, 9, x_9); +lean_ctor_set(x_28, 10, x_10); +lean_ctor_set_uint8(x_28, sizeof(void*)*11, x_4); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); -x_30 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView(x_29, x_13, x_14, x_15, x_16, x_17, x_18, x_28); -if (lean_obj_tag(x_30) == 0) +lean_inc(x_14); +x_29 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView(x_28, x_12, x_13, x_14, x_15, x_16, x_17, x_27); +if (lean_obj_tag(x_29) == 0) { -if (x_11 == 0) +if (x_4 == 0) { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -lean_inc(x_18); +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); +lean_inc(x_14); lean_inc(x_5); -x_32 = l_Lean_Meta_mkSizeOfInstances(x_5, x_15, x_16, x_17, x_18, x_31); -if (lean_obj_tag(x_32) == 0) +x_31 = l_Lean_Meta_mkSizeOfInstances(x_5, x_14, x_15, x_16, x_17, x_30); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); lean_inc(x_5); -x_34 = l_Lean_Meta_mkInjectiveTheorems(x_5, x_15, x_16, x_17, x_18, x_33); -if (lean_obj_tag(x_34) == 0) +x_33 = l_Lean_Meta_mkInjectiveTheorems(x_5, x_14, x_15, x_16, x_17, x_32); +if (lean_obj_tag(x_33) == 0) { -uint8_t x_35; -x_35 = !lean_is_exclusive(x_34); -if (x_35 == 0) +uint8_t x_34; +x_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) { -lean_object* x_36; -x_36 = lean_ctor_get(x_34, 0); -lean_dec(x_36); -lean_ctor_set(x_34, 0, x_5); -return x_34; +lean_object* x_35; +x_35 = lean_ctor_get(x_33, 0); +lean_dec(x_35); +lean_ctor_set(x_33, 0, x_5); +return x_33; } else { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_34, 1); -lean_inc(x_37); -lean_dec(x_34); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_5); -lean_ctor_set(x_38, 1, x_37); -return x_38; +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_dec(x_33); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_5); +lean_ctor_set(x_37, 1, x_36); +return x_37; } } else { -uint8_t x_39; +uint8_t x_38; lean_dec(x_5); -x_39 = !lean_is_exclusive(x_34); -if (x_39 == 0) +x_38 = !lean_is_exclusive(x_33); +if (x_38 == 0) { -return x_34; +return x_33; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_34, 0); -x_41 = lean_ctor_get(x_34, 1); -lean_inc(x_41); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_33, 0); +x_40 = lean_ctor_get(x_33, 1); lean_inc(x_40); -lean_dec(x_34); -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_inc(x_39); +lean_dec(x_33); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } } else { -uint8_t x_43; -lean_dec(x_18); +uint8_t x_42; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); +lean_dec(x_14); lean_dec(x_5); -x_43 = !lean_is_exclusive(x_32); -if (x_43 == 0) +x_42 = !lean_is_exclusive(x_31); +if (x_42 == 0) { -return x_32; +return x_31; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_32, 0); -x_45 = lean_ctor_get(x_32, 1); -lean_inc(x_45); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_31, 0); +x_44 = lean_ctor_get(x_31, 1); lean_inc(x_44); -lean_dec(x_32); -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_inc(x_43); +lean_dec(x_31); +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 { -uint8_t x_47; -lean_dec(x_18); +uint8_t x_46; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); -x_47 = !lean_is_exclusive(x_30); -if (x_47 == 0) +lean_dec(x_14); +x_46 = !lean_is_exclusive(x_29); +if (x_46 == 0) { -lean_object* x_48; -x_48 = lean_ctor_get(x_30, 0); -lean_dec(x_48); -lean_ctor_set(x_30, 0, x_5); -return x_30; +lean_object* x_47; +x_47 = lean_ctor_get(x_29, 0); +lean_dec(x_47); +lean_ctor_set(x_29, 0, x_5); +return x_29; } else { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_30, 1); -lean_inc(x_49); -lean_dec(x_30); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_5); -lean_ctor_set(x_50, 1, x_49); -return x_50; +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_29, 1); +lean_inc(x_48); +lean_dec(x_29); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_5); +lean_ctor_set(x_49, 1, x_48); +return x_49; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_50; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); +lean_dec(x_14); lean_dec(x_5); -x_51 = !lean_is_exclusive(x_30); -if (x_51 == 0) +x_50 = !lean_is_exclusive(x_29); +if (x_50 == 0) { -return x_30; +return x_29; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_30, 0); -x_53 = lean_ctor_get(x_30, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_29, 0); +x_52 = lean_ctor_get(x_29, 1); lean_inc(x_52); -lean_dec(x_30); -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; +lean_inc(x_51); +lean_dec(x_29); +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; } } } else { -uint8_t x_55; -lean_dec(x_18); +uint8_t x_54; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); +lean_dec(x_12); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -29438,36 +29261,36 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = !lean_is_exclusive(x_23); -if (x_55 == 0) +x_54 = !lean_is_exclusive(x_22); +if (x_54 == 0) { -return x_23; +return x_22; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_23, 0); -x_57 = lean_ctor_get(x_23, 1); -lean_inc(x_57); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_22, 0); +x_56 = lean_ctor_get(x_22, 1); lean_inc(x_56); -lean_dec(x_23); -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_inc(x_55); +lean_dec(x_22); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } else { -uint8_t x_59; -lean_dec(x_18); +uint8_t x_58; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); 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); @@ -29477,94 +29300,91 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_59 = !lean_is_exclusive(x_21); -if (x_59 == 0) +x_58 = !lean_is_exclusive(x_20); +if (x_58 == 0) { -return x_21; +return x_20; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_21, 0); -x_61 = lean_ctor_get(x_21, 1); -lean_inc(x_61); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_20, 0); +x_60 = lean_ctor_get(x_20, 1); lean_inc(x_60); -lean_dec(x_21); -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_inc(x_59); +lean_dec(x_20); +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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__3(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, uint8_t 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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__3(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_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { -lean_object* x_19; -lean_inc(x_17); +lean_object* x_18; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); +lean_inc(x_11); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_19 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor(x_1, x_2, x_3, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_19) == 0) +x_18 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor(x_1, x_2, x_3, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(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_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); -lean_inc(x_21); -lean_dec(x_19); -lean_inc(x_17); +lean_dec(x_18); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); +lean_inc(x_11); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_22 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields(x_1, x_2, x_3, x_12, x_13, x_14, x_15, x_16, x_17, x_21); -if (lean_obj_tag(x_22) == 0) +x_21 = l___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields(x_1, x_2, x_3, x_11, x_12, x_13, x_14, x_15, x_16, x_20); +if (lean_obj_tag(x_21) == 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; -x_23 = lean_ctor_get(x_22, 0); +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; +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_21, 1); lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); -lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_box(x_5); -x_26 = lean_box(x_9); -x_27 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__2___boxed), 19, 11); -lean_closure_set(x_27, 0, x_1); -lean_closure_set(x_27, 1, x_2); -lean_closure_set(x_27, 2, x_4); -lean_closure_set(x_27, 3, x_25); -lean_closure_set(x_27, 4, x_3); -lean_closure_set(x_27, 5, x_6); -lean_closure_set(x_27, 6, x_7); -lean_closure_set(x_27, 7, x_8); -lean_closure_set(x_27, 8, x_20); -lean_closure_set(x_27, 9, x_23); -lean_closure_set(x_27, 10, x_26); -x_28 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabBinders___rarg), 9, 2); -lean_closure_set(x_28, 0, x_10); -lean_closure_set(x_28, 1, x_27); -x_29 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit___rarg), 8, 1); -lean_closure_set(x_29, 0, x_28); -x_30 = l_Lean_Elab_Term_withLevelNames___rarg(x_11, x_29, x_12, x_13, x_14, x_15, x_16, x_17, x_24); -return x_30; +lean_dec(x_21); +x_24 = lean_box(x_5); +x_25 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__2___boxed), 18, 10); +lean_closure_set(x_25, 0, x_1); +lean_closure_set(x_25, 1, x_2); +lean_closure_set(x_25, 2, x_4); +lean_closure_set(x_25, 3, x_24); +lean_closure_set(x_25, 4, x_3); +lean_closure_set(x_25, 5, x_6); +lean_closure_set(x_25, 6, x_7); +lean_closure_set(x_25, 7, x_8); +lean_closure_set(x_25, 8, x_19); +lean_closure_set(x_25, 9, x_22); +x_26 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabBinders___rarg), 9, 2); +lean_closure_set(x_26, 0, x_9); +lean_closure_set(x_26, 1, x_25); +x_27 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit___rarg), 8, 1); +lean_closure_set(x_27, 0, x_26); +x_28 = l_Lean_Elab_Term_withLevelNames___rarg(x_10, x_27, x_11, x_12, x_13, x_14, x_15, x_16, x_23); +return x_28; } else { -uint8_t x_31; -lean_dec(x_20); -lean_dec(x_17); +uint8_t x_29; +lean_dec(x_19); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -29572,6 +29392,7 @@ 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); @@ -29579,30 +29400,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_31 = !lean_is_exclusive(x_22); -if (x_31 == 0) +x_29 = !lean_is_exclusive(x_21); +if (x_29 == 0) { -return x_22; +return x_21; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_22, 0); -x_33 = lean_ctor_get(x_22, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_22); -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_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_35; -lean_dec(x_17); +uint8_t x_33; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -29610,6 +29430,7 @@ 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); @@ -29617,116 +29438,111 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_35 = !lean_is_exclusive(x_19); -if (x_35 == 0) +x_33 = !lean_is_exclusive(x_18); +if (x_33 == 0) { -return x_19; +return x_18; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_19, 0); -x_37 = lean_ctor_get(x_19, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_19); -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_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_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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__4(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, uint8_t 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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__4(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_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { -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_inc(x_2); lean_inc(x_1); -x_19 = l_Lean_Elab_addDeclarationRanges___at_Lean_Elab_Command_elabStructure___spec__4(x_1, x_2, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -x_20 = lean_ctor_get(x_19, 1); -lean_inc(x_20); -lean_dec(x_19); -x_21 = lean_box(x_5); -x_22 = lean_box(x_9); +x_18 = l_Lean_Elab_addDeclarationRanges___at_Lean_Elab_Command_elabStructure___spec__4(x_1, x_2, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +x_19 = lean_ctor_get(x_18, 1); +lean_inc(x_19); +lean_dec(x_18); +x_20 = lean_box(x_5); lean_inc(x_1); -x_23 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__3___boxed), 18, 11); -lean_closure_set(x_23, 0, x_2); -lean_closure_set(x_23, 1, x_3); -lean_closure_set(x_23, 2, x_1); -lean_closure_set(x_23, 3, x_4); -lean_closure_set(x_23, 4, x_21); -lean_closure_set(x_23, 5, x_6); -lean_closure_set(x_23, 6, x_7); -lean_closure_set(x_23, 7, x_8); -lean_closure_set(x_23, 8, x_22); -lean_closure_set(x_23, 9, x_10); -lean_closure_set(x_23, 10, x_11); -x_24 = l_Lean_Elab_Term_withDeclName___rarg(x_1, x_23, x_12, x_13, x_14, x_15, x_16, x_17, x_20); -return x_24; +x_21 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__3___boxed), 17, 10); +lean_closure_set(x_21, 0, x_2); +lean_closure_set(x_21, 1, x_3); +lean_closure_set(x_21, 2, x_1); +lean_closure_set(x_21, 3, x_4); +lean_closure_set(x_21, 4, x_20); +lean_closure_set(x_21, 5, x_6); +lean_closure_set(x_21, 6, x_7); +lean_closure_set(x_21, 7, x_8); +lean_closure_set(x_21, 8, x_9); +lean_closure_set(x_21, 9, x_10); +x_22 = l_Lean_Elab_Term_withDeclName___rarg(x_1, x_21, x_11, x_12, x_13, x_14, x_15, x_16, x_19); +return x_22; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14, lean_object* x_15, lean_object* x_16) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_object* x_15) { _start: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_17 = l_Lean_Elab_Term_getLevelNames___rarg(x_11, x_12, x_13, x_14, x_15, x_16); -x_18 = lean_ctor_get(x_17, 0); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_16 = l_Lean_Elab_Term_getLevelNames___rarg(x_10, x_11, x_12, x_13, x_14, x_15); +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); +lean_dec(x_16); +x_19 = lean_ctor_get(x_13, 6); lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_14, 6); -lean_inc(x_20); -lean_inc(x_15); 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_2); -lean_inc(x_18); -x_21 = l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDeclId___spec__1(x_20, x_18, x_1, x_2, x_10, x_11, x_12, x_13, x_14, x_15, x_19); -if (lean_obj_tag(x_21) == 0) +lean_inc(x_17); +x_20 = l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDeclId___spec__1(x_19, x_17, x_1, x_2, x_9, x_10, x_11, x_12, x_13, x_14, x_18); +if (lean_obj_tag(x_20) == 0) { -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_21, 0); +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +lean_dec(x_20); +x_23 = lean_ctor_get(x_21, 0); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); +x_24 = lean_ctor_get(x_21, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); +x_25 = lean_ctor_get(x_21, 2); lean_inc(x_25); -x_26 = lean_ctor_get(x_22, 2); -lean_inc(x_26); -lean_dec(x_22); -x_27 = lean_alloc_closure((void*)(l_Lean_Name_beq___boxed), 2, 1); -lean_closure_set(x_27, 0, x_24); -x_28 = lean_box(x_4); -x_29 = lean_box(x_7); -x_30 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__4___boxed), 18, 11); -lean_closure_set(x_30, 0, x_25); -lean_closure_set(x_30, 1, x_3); -lean_closure_set(x_30, 2, x_2); -lean_closure_set(x_30, 3, x_18); -lean_closure_set(x_30, 4, x_28); -lean_closure_set(x_30, 5, x_9); -lean_closure_set(x_30, 6, x_5); -lean_closure_set(x_30, 7, x_6); -lean_closure_set(x_30, 8, x_29); -lean_closure_set(x_30, 9, x_8); -lean_closure_set(x_30, 10, x_26); -x_31 = l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg(x_27, x_30, x_10, x_11, x_12, x_13, x_14, x_15, x_23); -return x_31; +lean_dec(x_21); +x_26 = lean_alloc_closure((void*)(l_Lean_Name_beq___boxed), 2, 1); +lean_closure_set(x_26, 0, x_23); +x_27 = lean_box(x_4); +x_28 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__4___boxed), 17, 10); +lean_closure_set(x_28, 0, x_24); +lean_closure_set(x_28, 1, x_3); +lean_closure_set(x_28, 2, x_2); +lean_closure_set(x_28, 3, x_17); +lean_closure_set(x_28, 4, x_27); +lean_closure_set(x_28, 5, x_8); +lean_closure_set(x_28, 6, x_5); +lean_closure_set(x_28, 7, x_6); +lean_closure_set(x_28, 8, x_7); +lean_closure_set(x_28, 9, x_25); +x_29 = l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg(x_26, x_28, x_9, x_10, x_11, x_12, x_13, x_14, x_22); +return x_29; } else { -uint8_t x_32; -lean_dec(x_18); -lean_dec(x_15); +uint8_t x_30; +lean_dec(x_17); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -29734,27 +29550,28 @@ 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_3); lean_dec(x_2); -x_32 = !lean_is_exclusive(x_21); -if (x_32 == 0) +x_30 = !lean_is_exclusive(x_20); +if (x_30 == 0) { -return x_21; +return x_20; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_21, 0); -x_34 = lean_ctor_get(x_21, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_21); -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_object* x_31; lean_object* x_32; lean_object* x_33; +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 = 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; } } } @@ -29777,109 +29594,107 @@ x_15 = l_Lean_Elab_Term_withDeclName___rarg(x_2, x_14, x_4, x_5, x_6, x_7, x_8, return x_15; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__7(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, uint8_t 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_elabStructure___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) { _start: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_13 = lean_box(x_4); -x_14 = lean_box(x_6); +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_box(x_4); lean_inc(x_2); -x_15 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__5___boxed), 16, 8); -lean_closure_set(x_15, 0, x_1); -lean_closure_set(x_15, 1, x_2); -lean_closure_set(x_15, 2, x_3); -lean_closure_set(x_15, 3, x_13); -lean_closure_set(x_15, 4, x_5); -lean_closure_set(x_15, 5, x_9); -lean_closure_set(x_15, 6, x_14); -lean_closure_set(x_15, 7, x_7); -lean_inc(x_10); -x_16 = l_Lean_Elab_Command_runTermElabM___rarg(x_15, x_10, x_11, x_12); -if (lean_obj_tag(x_16) == 0) +x_13 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__5___boxed), 15, 7); +lean_closure_set(x_13, 0, x_1); +lean_closure_set(x_13, 1, x_2); +lean_closure_set(x_13, 2, x_3); +lean_closure_set(x_13, 3, x_12); +lean_closure_set(x_13, 4, x_5); +lean_closure_set(x_13, 5, x_8); +lean_closure_set(x_13, 6, x_6); +lean_inc(x_9); +x_14 = l_Lean_Elab_Command_runTermElabM___rarg(x_13, x_9, x_10, x_11); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -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_get_size(x_8); -x_20 = lean_unsigned_to_nat(0u); -x_21 = lean_nat_dec_lt(x_20, x_19); -if (x_21 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +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_array_get_size(x_7); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_17); +if (x_19 == 0) { -lean_object* x_22; lean_object* x_23; -lean_dec(x_19); -x_22 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__6___boxed), 10, 2); -lean_closure_set(x_22, 0, x_2); -lean_closure_set(x_22, 1, x_17); -x_23 = l_Lean_Elab_Command_runTermElabM___rarg(x_22, x_10, x_11, x_18); -lean_dec(x_11); -return x_23; +lean_object* x_20; lean_object* x_21; +lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__6___boxed), 10, 2); +lean_closure_set(x_20, 0, x_2); +lean_closure_set(x_20, 1, x_15); +x_21 = l_Lean_Elab_Command_runTermElabM___rarg(x_20, x_9, x_10, x_16); +lean_dec(x_10); +return x_21; } else { -uint8_t x_24; -x_24 = lean_nat_dec_le(x_19, x_19); -if (x_24 == 0) +uint8_t x_22; +x_22 = lean_nat_dec_le(x_17, x_17); +if (x_22 == 0) { -lean_object* x_25; lean_object* x_26; -lean_dec(x_19); -x_25 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__6___boxed), 10, 2); -lean_closure_set(x_25, 0, x_2); -lean_closure_set(x_25, 1, x_17); -x_26 = l_Lean_Elab_Command_runTermElabM___rarg(x_25, x_10, x_11, x_18); -lean_dec(x_11); -return x_26; +lean_object* x_23; lean_object* x_24; +lean_dec(x_17); +x_23 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__6___boxed), 10, 2); +lean_closure_set(x_23, 0, x_2); +lean_closure_set(x_23, 1, x_15); +x_24 = l_Lean_Elab_Command_runTermElabM___rarg(x_23, x_9, x_10, x_16); +lean_dec(x_10); +return x_24; } else { -size_t x_27; size_t x_28; lean_object* x_29; lean_object* x_30; -x_27 = 0; -x_28 = lean_usize_of_nat(x_19); -lean_dec(x_19); -x_29 = lean_box(0); -lean_inc(x_11); +size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; +x_25 = 0; +x_26 = lean_usize_of_nat(x_17); +lean_dec(x_17); +x_27 = lean_box(0); lean_inc(x_10); -lean_inc(x_17); -x_30 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabStructure___spec__5(x_17, x_8, x_27, x_28, x_29, x_10, x_11, x_18); -if (lean_obj_tag(x_30) == 0) +lean_inc(x_9); +lean_inc(x_15); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Command_elabStructure___spec__5(x_15, x_7, x_25, x_26, x_27, x_9, x_10, x_16); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__6___boxed), 10, 2); -lean_closure_set(x_32, 0, x_2); -lean_closure_set(x_32, 1, x_17); -x_33 = l_Lean_Elab_Command_runTermElabM___rarg(x_32, x_10, x_11, x_31); -lean_dec(x_11); -return x_33; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = lean_alloc_closure((void*)(l_Lean_Elab_Command_elabStructure___lambda__6___boxed), 10, 2); +lean_closure_set(x_30, 0, x_2); +lean_closure_set(x_30, 1, x_15); +x_31 = l_Lean_Elab_Command_runTermElabM___rarg(x_30, x_9, x_10, x_29); +lean_dec(x_10); +return x_31; } else { -uint8_t x_34; -lean_dec(x_17); -lean_dec(x_11); +uint8_t x_32; +lean_dec(x_15); lean_dec(x_10); +lean_dec(x_9); lean_dec(x_2); -x_34 = !lean_is_exclusive(x_30); -if (x_34 == 0) +x_32 = !lean_is_exclusive(x_28); +if (x_32 == 0) { -return x_30; +return x_28; } 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; +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; } } } @@ -29887,27 +29702,27 @@ return x_37; } else { -uint8_t x_38; -lean_dec(x_11); +uint8_t x_36; lean_dec(x_10); +lean_dec(x_9); lean_dec(x_2); -x_38 = !lean_is_exclusive(x_16); -if (x_38 == 0) +x_36 = !lean_is_exclusive(x_14); +if (x_36 == 0) { -return x_16; +return x_14; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_16, 0); -x_40 = lean_ctor_get(x_16, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_16); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +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; } } } @@ -30037,7 +29852,7 @@ lean_inc(x_3); x_6 = l_Lean_Elab_Command_checkValidInductiveModifier___at_Lean_Elab_Command_elabStructure___spec__1(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; 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; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +lean_object* x_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; 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; x_7 = lean_ctor_get(x_6, 1); lean_inc(x_7); lean_dec(x_6); @@ -30065,62 +29880,45 @@ lean_inc(x_3); x_25 = l_Lean_Elab_getOptDerivingClasses___at_Lean_Elab_Command_elabStructure___spec__2(x_24, x_3, x_4, x_7); if (x_12 == 0) { -uint8_t x_76; -x_76 = 0; -x_26 = x_76; -goto block_75; -} -else -{ -uint8_t x_77; -x_77 = 1; -x_26 = x_77; -goto block_75; -} -block_75: -{ -lean_object* x_27; -if (x_26 == 0) -{ -x_27 = x_1; -goto block_72; +x_26 = x_1; +goto block_71; } else { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_Elab_Command_elabStructure___closed__12; -x_74 = l_Lean_Elab_Modifiers_addAttribute(x_1, x_73); -x_27 = x_74; -goto block_72; +lean_object* x_72; lean_object* x_73; +x_72 = l_Lean_Elab_Command_elabStructure___closed__12; +x_73 = l_Lean_Elab_Modifiers_addAttribute(x_1, x_72); +x_26 = x_73; +goto block_71; } -block_72: +block_71: { -lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_object* x_27; lean_object* x_28; lean_object* x_29; if (x_20 == 0) { if (lean_obj_tag(x_25) == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_56 = lean_ctor_get(x_25, 0); +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_25, 0); +lean_inc(x_55); +x_56 = lean_ctor_get(x_25, 1); lean_inc(x_56); -x_57 = lean_ctor_get(x_25, 1); -lean_inc(x_57); lean_dec(x_25); -x_58 = l_Lean_Syntax_getArg(x_19, x_8); +x_57 = l_Lean_Syntax_getArg(x_19, x_8); lean_dec(x_19); -x_59 = l_Lean_Syntax_getArg(x_58, x_13); +x_58 = l_Lean_Syntax_getArg(x_57, x_13); +lean_dec(x_57); +x_59 = l_Lean_Syntax_getSepArgs(x_58); lean_dec(x_58); -x_60 = l_Lean_Syntax_getSepArgs(x_59); -lean_dec(x_59); -x_28 = x_60; +x_27 = x_59; +x_28 = x_55; x_29 = x_56; -x_30 = x_57; -goto block_55; +goto block_54; } else { -uint8_t x_61; -lean_dec(x_27); +uint8_t x_60; +lean_dec(x_26); lean_dec(x_22); lean_dec(x_19); lean_dec(x_17); @@ -30128,23 +29926,23 @@ lean_dec(x_14); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_61 = !lean_is_exclusive(x_25); -if (x_61 == 0) +x_60 = !lean_is_exclusive(x_25); +if (x_60 == 0) { return x_25; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_25, 0); -x_63 = lean_ctor_get(x_25, 1); -lean_inc(x_63); +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_25, 0); +x_62 = lean_ctor_get(x_25, 1); lean_inc(x_62); +lean_inc(x_61); lean_dec(x_25); -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; +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } @@ -30153,133 +29951,132 @@ else lean_dec(x_19); if (lean_obj_tag(x_25) == 0) { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_25, 0); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_25, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_25, 1); lean_inc(x_65); -x_66 = lean_ctor_get(x_25, 1); -lean_inc(x_66); lean_dec(x_25); -x_67 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; -x_28 = x_67; +x_66 = l_Lean_Elab_elabAttrs___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__3___closed__1; +x_27 = x_66; +x_28 = x_64; x_29 = x_65; -x_30 = x_66; -goto block_55; +goto block_54; } else { -uint8_t x_68; -lean_dec(x_27); +uint8_t x_67; +lean_dec(x_26); lean_dec(x_22); lean_dec(x_17); lean_dec(x_14); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_68 = !lean_is_exclusive(x_25); -if (x_68 == 0) +x_67 = !lean_is_exclusive(x_25); +if (x_67 == 0) { return x_25; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_25, 0); -x_70 = lean_ctor_get(x_25, 1); -lean_inc(x_70); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_25, 0); +x_69 = lean_ctor_get(x_25, 1); lean_inc(x_69); +lean_inc(x_68); lean_dec(x_25); -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; +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } -block_55: +block_54: { -uint8_t x_31; -x_31 = l_Lean_Syntax_isNone(x_22); -if (x_31 == 0) +uint8_t x_30; +x_30 = l_Lean_Syntax_isNone(x_22); +if (x_30 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = l_Lean_Syntax_getArg(x_22, x_8); +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = l_Lean_Syntax_getArg(x_22, x_8); lean_dec(x_22); -x_33 = l_Lean_Syntax_getArg(x_32, x_13); -lean_dec(x_32); -x_34 = l_Lean_Elab_Command_elabStructure___lambda__7(x_14, x_27, x_2, x_12, x_28, x_26, x_17, x_29, x_33, x_3, x_4, x_30); -lean_dec(x_29); -return x_34; +x_32 = l_Lean_Syntax_getArg(x_31, x_13); +lean_dec(x_31); +x_33 = l_Lean_Elab_Command_elabStructure___lambda__7(x_14, x_26, x_2, x_12, x_27, x_17, x_28, x_32, x_3, x_4, x_29); +lean_dec(x_28); +return x_33; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; 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_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_dec(x_22); -x_35 = l_Lean_Elab_Command_getRef(x_3, x_4, x_30); -x_36 = lean_ctor_get(x_35, 0); +x_34 = l_Lean_Elab_Command_getRef(x_3, x_4, x_29); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = 0; -x_39 = l_Lean_SourceInfo_fromRef(x_36, x_38); -x_40 = l_Lean_Elab_Command_getCurrMacroScope(x_3, x_4, x_37); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = l_Lean_Elab_Command_getMainModule___rarg(x_4, x_41); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = l_Lean_Elab_Command_elabStructure___closed__5; -lean_inc(x_39); -x_45 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_45, 0, x_39); -lean_ctor_set(x_45, 1, x_44); -x_46 = l_Lean_Elab_Command_elabStructure___closed__9; -lean_inc(x_39); -x_47 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_47, 0, x_39); -lean_ctor_set(x_47, 1, x_46); -x_48 = l_Lean_Elab_Command_elabStructure___closed__8; -lean_inc(x_39); -x_49 = l_Lean_Syntax_node1(x_39, x_48, x_47); -x_50 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; -lean_inc(x_39); -x_51 = l_Lean_Syntax_node1(x_39, x_50, x_49); -x_52 = l_Lean_Elab_Command_elabStructure___closed__4; -x_53 = l_Lean_Syntax_node2(x_39, x_52, x_45, x_51); -x_54 = l_Lean_Elab_Command_elabStructure___lambda__7(x_14, x_27, x_2, x_12, x_28, x_26, x_17, x_29, x_53, x_3, x_4, x_43); -lean_dec(x_29); -return x_54; -} +lean_dec(x_34); +x_37 = 0; +x_38 = l_Lean_SourceInfo_fromRef(x_35, x_37); +x_39 = l_Lean_Elab_Command_getCurrMacroScope(x_3, x_4, x_36); +x_40 = lean_ctor_get(x_39, 1); +lean_inc(x_40); +lean_dec(x_39); +x_41 = l_Lean_Elab_Command_getMainModule___rarg(x_4, x_40); +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +lean_dec(x_41); +x_43 = l_Lean_Elab_Command_elabStructure___closed__5; +lean_inc(x_38); +x_44 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_44, 0, x_38); +lean_ctor_set(x_44, 1, x_43); +x_45 = l_Lean_Elab_Command_elabStructure___closed__9; +lean_inc(x_38); +x_46 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_46, 0, x_38); +lean_ctor_set(x_46, 1, x_45); +x_47 = l_Lean_Elab_Command_elabStructure___closed__8; +lean_inc(x_38); +x_48 = l_Lean_Syntax_node1(x_38, x_47, x_46); +x_49 = l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandFields___spec__5___lambda__3___closed__6; +lean_inc(x_38); +x_50 = l_Lean_Syntax_node1(x_38, x_49, x_48); +x_51 = l_Lean_Elab_Command_elabStructure___closed__4; +x_52 = l_Lean_Syntax_node2(x_38, x_51, x_44, x_50); +x_53 = l_Lean_Elab_Command_elabStructure___lambda__7(x_14, x_26, x_2, x_12, x_27, x_17, x_28, x_52, x_3, x_4, x_42); +lean_dec(x_28); +return x_53; } } } } else { -uint8_t x_78; +uint8_t x_74; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_78 = !lean_is_exclusive(x_6); -if (x_78 == 0) +x_74 = !lean_is_exclusive(x_6); +if (x_74 == 0) { return x_6; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_6, 0); -x_80 = lean_ctor_get(x_6, 1); -lean_inc(x_80); -lean_inc(x_79); +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_6, 0); +x_76 = lean_ctor_get(x_6, 1); +lean_inc(x_76); +lean_inc(x_75); lean_dec(x_6); -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; +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; } } } @@ -30387,16 +30184,13 @@ lean_object* x_15 = _args[14]; lean_object* x_16 = _args[15]; lean_object* x_17 = _args[16]; lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; _start: { -uint8_t x_20; uint8_t x_21; lean_object* x_22; -x_20 = lean_unbox(x_4); +uint8_t x_19; lean_object* x_20; +x_19 = lean_unbox(x_4); lean_dec(x_4); -x_21 = lean_unbox(x_11); -lean_dec(x_11); -x_22 = l_Lean_Elab_Command_elabStructure___lambda__2(x_1, x_2, x_3, x_20, x_5, x_6, x_7, x_8, x_9, x_10, x_21, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19); -return x_22; +x_20 = l_Lean_Elab_Command_elabStructure___lambda__2(x_1, x_2, x_3, x_19, 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); +return x_20; } } LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__3___boxed(lean_object** _args) { @@ -30417,16 +30211,13 @@ lean_object* x_14 = _args[13]; lean_object* x_15 = _args[14]; lean_object* x_16 = _args[15]; lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; _start: { -uint8_t x_19; uint8_t x_20; lean_object* x_21; -x_19 = lean_unbox(x_5); +uint8_t x_18; lean_object* x_19; +x_18 = lean_unbox(x_5); lean_dec(x_5); -x_20 = lean_unbox(x_9); -lean_dec(x_9); -x_21 = l_Lean_Elab_Command_elabStructure___lambda__3(x_1, x_2, x_3, x_4, x_19, x_6, x_7, x_8, x_20, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -return x_21; +x_19 = l_Lean_Elab_Command_elabStructure___lambda__3(x_1, x_2, x_3, x_4, x_18, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +return x_19; } } LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___lambda__4___boxed(lean_object** _args) { @@ -30447,28 +30238,23 @@ lean_object* x_14 = _args[13]; lean_object* x_15 = _args[14]; lean_object* x_16 = _args[15]; lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; _start: { -uint8_t x_19; uint8_t x_20; lean_object* x_21; -x_19 = lean_unbox(x_5); +uint8_t x_18; lean_object* x_19; +x_18 = lean_unbox(x_5); lean_dec(x_5); -x_20 = lean_unbox(x_9); -lean_dec(x_9); -x_21 = l_Lean_Elab_Command_elabStructure___lambda__4(x_1, x_2, x_3, x_4, x_19, x_6, x_7, x_8, x_20, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -return x_21; +x_19 = l_Lean_Elab_Command_elabStructure___lambda__4(x_1, x_2, x_3, x_4, x_18, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +return x_19; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_object* x_15, lean_object* x_16) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_object* x_15) { _start: { -uint8_t x_17; uint8_t x_18; lean_object* x_19; -x_17 = lean_unbox(x_4); +uint8_t x_16; lean_object* x_17; +x_16 = lean_unbox(x_4); lean_dec(x_4); -x_18 = lean_unbox(x_7); -lean_dec(x_7); -x_19 = l_Lean_Elab_Command_elabStructure___lambda__5(x_1, x_2, x_3, x_17, x_5, x_6, x_18, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16); -return x_19; +x_17 = l_Lean_Elab_Command_elabStructure___lambda__5(x_1, x_2, x_3, x_16, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +return x_17; } } LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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) { @@ -30480,20 +30266,18 @@ lean_dec(x_3); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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_EXPORT lean_object* l_Lean_Elab_Command_elabStructure___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: { -uint8_t x_13; uint8_t x_14; lean_object* x_15; -x_13 = lean_unbox(x_4); +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_4); lean_dec(x_4); -x_14 = lean_unbox(x_6); -lean_dec(x_6); -x_15 = l_Lean_Elab_Command_elabStructure___lambda__7(x_1, x_2, x_3, x_13, x_5, x_14, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_8); -return x_15; +x_13 = l_Lean_Elab_Command_elabStructure___lambda__7(x_1, x_2, x_3, x_12, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_7); +return x_13; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__1() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -30503,27 +30287,27 @@ 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_Structure___hyg_16335____closed__2() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__1; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__1; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_Structure___hyg_16335____closed__3() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__2; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__2; x_2 = l_Lean_Elab_elabModifiers___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__1___lambda__3___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_Structure___hyg_16335____closed__4() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__4() { _start: { lean_object* x_1; @@ -30531,17 +30315,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__5() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__3; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__4; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__3; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__6() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__6() { _start: { lean_object* x_1; @@ -30549,37 +30333,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__7() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__5; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__6; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__5; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__8() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__7; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__7; x_2 = l_Lean_Elab_elabAttr___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_expandCtor___spec__4___lambda__1___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_Structure___hyg_16335____closed__9() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__8; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__8; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____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_Structure___hyg_16335____closed__10() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__10() { _start: { lean_object* x_1; @@ -30587,17 +30371,17 @@ x_1 = lean_mk_string_from_bytes("Structure", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__11() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__9; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__10; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__9; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__12() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__12() { _start: { lean_object* x_1; @@ -30605,33 +30389,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__13() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____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_Structure___hyg_16335____closed__11; -x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__12; +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__11; +x_2 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__12; 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_Structure___hyg_16335____closed__14() { +static lean_object* _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__13; -x_2 = lean_unsigned_to_nat(16335u); +x_1 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__13; +x_2 = lean_unsigned_to_nat(16333u); 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_Structure___hyg_16335_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333_(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_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__14; +x_4 = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -30764,56 +30548,56 @@ l_Lean_Elab_Command_instInhabitedStructFieldInfo___closed__2 = _init_l_Lean_Elab lean_mark_persistent(l_Lean_Elab_Command_instInhabitedStructFieldInfo___closed__2); l_Lean_Elab_Command_instInhabitedStructFieldInfo = _init_l_Lean_Elab_Command_instInhabitedStructFieldInfo(); lean_mark_persistent(l_Lean_Elab_Command_instInhabitedStructFieldInfo); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__1 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__1(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__1); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__2 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__2(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__2); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__3 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__3(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__3); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__4 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__4(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__4); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__5); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__6 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__6(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__6); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__7 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__7(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__7); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__8); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__9 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__9(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__9); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__10 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__10(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__10); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__11 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__11(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__11); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__12 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__12(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__12); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__13 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__13(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__13); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__14 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__14(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__14); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__15 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__15(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__15); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__16 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__16(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__16); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__17 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__17(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__17); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__18 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__18(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__18); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__19 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__19(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__19); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__20); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__21 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__21(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__21); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__22 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__22(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__22); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__23 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__23(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__23); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__24 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__24(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__24); -l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__25 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__25(); -lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_588____closed__25); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__1 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__1(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__1); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__2 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__2(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__2); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__3 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__3(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__3); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__4 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__4(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__4); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__5 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__5(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__5); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__6 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__6(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__6); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__7 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__7(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__7); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__8); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__9 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__9(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__9); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__10 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__10(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__10); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__11 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__11(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__11); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__12 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__12(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__12); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__13 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__13(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__13); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__14 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__14(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__14); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__15 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__15(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__15); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__16 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__16(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__16); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__17 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__17(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__17); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__18 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__18(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__18); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__19 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__19(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__19); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__20); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__21 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__21(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__21); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__22 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__22(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__22); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__23 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__23(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__23); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__24 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__24(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__24); +l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__25 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__25(); +lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_reprStructFieldInfo____x40_Lean_Elab_Structure___hyg_580____closed__25); l_Lean_Elab_Command_instReprStructFieldInfo___closed__1 = _init_l_Lean_Elab_Command_instReprStructFieldInfo___closed__1(); lean_mark_persistent(l_Lean_Elab_Command_instReprStructFieldInfo___closed__1); l_Lean_Elab_Command_instReprStructFieldInfo = _init_l_Lean_Elab_Command_instReprStructFieldInfo(); @@ -31045,19 +30829,19 @@ l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___closed_ lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___closed__2); l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___closed__3 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___closed__3(); lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_findFieldInfo_x3f___closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__5); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569____closed__6); -if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4569_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560____closed__6); +if (builtin) {res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_4560_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Command_structureDiamondWarning = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Command_structureDiamondWarning); @@ -31278,10 +31062,10 @@ l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_e lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__4___closed__3); l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__4___closed__4 = _init_l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__4___closed__4(); lean_mark_persistent(l_Array_mapMUnsafe_map___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__4___closed__4); -l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__1 = _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__1(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__1); -l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__2 = _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__2(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__11___closed__2); +l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__1 = _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__1); +l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__2 = _init_l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__2(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___spec__13___closed__2); l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__1 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__1); l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__2 = _init_l___private_Lean_Elab_Structure_0__Lean_Elab_Command_elabStructureView___lambda__4___closed__2(); @@ -31342,35 +31126,35 @@ l_Lean_Elab_Command_elabStructure___closed__11 = _init_l_Lean_Elab_Command_elabS lean_mark_persistent(l_Lean_Elab_Command_elabStructure___closed__11); l_Lean_Elab_Command_elabStructure___closed__12 = _init_l_Lean_Elab_Command_elabStructure___closed__12(); lean_mark_persistent(l_Lean_Elab_Command_elabStructure___closed__12); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__1(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__1); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__2(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__2); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__3(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__3); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__4(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__4); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__5(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__5); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__6(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__6); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__7(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__7); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__8(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__8); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__9(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__9); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__10(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__10); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__11 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__11(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__11); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__12 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__12(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__12); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__13 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__13(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__13); -l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__14 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__14(); -lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335____closed__14); -res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16335_(lean_io_mk_world()); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__1 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__1(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__1); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__2 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__2(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__2); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__3 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__3(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__3); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__4 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__4(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__4); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__5 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__5(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__5); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__6 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__6(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__6); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__7 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__7(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__7); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__8 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__8(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__8); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__9 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__9(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__9); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__10 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__10(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__10); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__11 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__11(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__11); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__12 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__12(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__12); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__13 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__13(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__13); +l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__14 = _init_l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__14(); +lean_mark_persistent(l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333____closed__14); +res = l_Lean_Elab_Command_initFn____x40_Lean_Elab_Structure___hyg_16333_(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/Syntax.c b/stage0/stdlib/Lean/Elab/Syntax.c index 2ab023e33053..6db7edaa6e31 100644 --- a/stage0/stdlib/Lean/Elab/Syntax.c +++ b/stage0/stdlib/Lean/Elab/Syntax.c @@ -671,7 +671,6 @@ static lean_object* l_Lean_Elab_Command_elabSyntax___lambda__4___closed__16; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__24; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___spec__6___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___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688_(uint8_t, uint8_t); static lean_object* l_Lean_Elab_Term_toParserDescr_processAtom___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___spec__6(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* l_Lean_Elab_mkUnusedBaseName(lean_object*, lean_object*, lean_object*); @@ -699,6 +698,7 @@ static lean_object* l_Lean_Elab_Command_elabSyntax___lambda__11___closed__1; static lean_object* l_Lean_Elab_Command_elabDeclareSyntaxCat___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Command_mkNameFromParserSyntax_appendCatName(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__19; +uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Command_elabSyntax___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___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_string_append(lean_object*, lean_object*); @@ -1735,62 +1735,79 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureUnaryOutput(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; +lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_31; uint8_t x_32; x_2 = lean_ctor_get(x_1, 0); lean_inc(x_2); x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); -x_4 = lean_unsigned_to_nat(1u); -x_5 = lean_nat_dec_eq(x_3, x_4); +x_31 = lean_unsigned_to_nat(1u); +x_32 = lean_nat_dec_eq(x_3, x_31); lean_dec(x_3); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = l_Lean_Elab_Term_ensureUnaryOutput___closed__17; -if (lean_obj_tag(x_6) == 0) +if (x_32 == 0) { -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 = l_Lean_Elab_Term_ensureUnaryOutput___closed__1; -x_8 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; -x_9 = l_Lean_Elab_Term_ensureUnaryOutput___closed__18; -x_10 = l_Lean_Syntax_node2(x_7, x_8, x_9, x_2); -x_11 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; -x_12 = l_Lean_Elab_Term_ensureUnaryOutput___closed__14; -x_13 = l_Lean_Syntax_node2(x_7, x_11, x_12, x_10); -return x_13; +uint8_t x_33; +x_33 = 1; +x_4 = x_33; +goto block_30; } 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; 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; -x_14 = lean_ctor_get(x_6, 0); -lean_inc(x_14); -x_15 = l_Lean_Elab_Term_ensureUnaryOutput___closed__19; -x_16 = l_String_intercalate(x_15, x_14); -x_17 = l_Lean_Elab_Term_ensureUnaryOutput___closed__20; -x_18 = lean_string_append(x_17, x_16); -lean_dec(x_16); -x_19 = lean_box(2); -x_20 = l_Lean_Syntax_mkNameLit(x_18, x_19); -x_21 = l_Lean_Elab_Term_ensureUnaryOutput___closed__21; -x_22 = lean_array_push(x_21, x_20); -x_23 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__19; -x_24 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_24, 0, x_19); -lean_ctor_set(x_24, 1, x_23); -lean_ctor_set(x_24, 2, x_22); -x_25 = l_Lean_Elab_Term_ensureUnaryOutput___closed__1; -x_26 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; -x_27 = l_Lean_Syntax_node2(x_25, x_26, x_24, x_2); -x_28 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; -x_29 = l_Lean_Elab_Term_ensureUnaryOutput___closed__14; -x_30 = l_Lean_Syntax_node2(x_25, x_28, x_29, x_27); -return x_30; +uint8_t x_34; +x_34 = 0; +x_4 = x_34; +goto block_30; } +block_30: +{ +if (x_4 == 0) +{ +return x_2; } else { -return x_2; +lean_object* x_5; +x_5 = l_Lean_Elab_Term_ensureUnaryOutput___closed__17; +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; +x_6 = l_Lean_Elab_Term_ensureUnaryOutput___closed__1; +x_7 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; +x_8 = l_Lean_Elab_Term_ensureUnaryOutput___closed__18; +x_9 = l_Lean_Syntax_node2(x_6, x_7, x_8, x_2); +x_10 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; +x_11 = l_Lean_Elab_Term_ensureUnaryOutput___closed__14; +x_12 = l_Lean_Syntax_node2(x_6, x_10, x_11, x_9); +return x_12; +} +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_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; +x_13 = lean_ctor_get(x_5, 0); +lean_inc(x_13); +x_14 = l_Lean_Elab_Term_ensureUnaryOutput___closed__19; +x_15 = l_String_intercalate(x_14, x_13); +x_16 = l_Lean_Elab_Term_ensureUnaryOutput___closed__20; +x_17 = lean_string_append(x_16, x_15); +lean_dec(x_15); +x_18 = lean_box(2); +x_19 = l_Lean_Syntax_mkNameLit(x_17, x_18); +x_20 = l_Lean_Elab_Term_ensureUnaryOutput___closed__21; +x_21 = lean_array_push(x_20, x_19); +x_22 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__19; +x_23 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_23, 0, x_18); +lean_ctor_set(x_23, 1, x_22); +lean_ctor_set(x_23, 2, x_21); +x_24 = l_Lean_Elab_Term_ensureUnaryOutput___closed__1; +x_25 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; +x_26 = l_Lean_Syntax_node2(x_24, x_25, x_23, x_2); +x_27 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; +x_28 = l_Lean_Elab_Term_ensureUnaryOutput___closed__14; +x_29 = l_Lean_Syntax_node2(x_24, x_27, x_28, x_26); +return x_29; +} +} } } } @@ -4995,140 +5012,29 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_toParserDescr_processAtom___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; uint8_t x_54; uint8_t x_55; uint8_t x_56; -x_54 = lean_ctor_get_uint8(x_3, sizeof(void*)*1 + 2); -x_55 = 0; -x_56 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688_(x_54, x_55); -if (x_56 == 0) -{ -uint8_t x_57; -x_57 = lean_ctor_get_uint8(x_3, sizeof(void*)*1); -if (x_57 == 0) -{ -lean_object* x_58; -x_58 = lean_box(0); -x_12 = x_58; -goto block_53; -} -else -{ -lean_object* x_59; uint8_t x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; -x_59 = lean_ctor_get(x_9, 5); -lean_inc(x_59); -x_60 = 0; -x_61 = l_Lean_SourceInfo_fromRef(x_59, x_60); -x_62 = lean_ctor_get(x_9, 10); -lean_inc(x_62); -lean_dec(x_9); -x_63 = lean_st_ref_get(x_10, x_11); -x_64 = !lean_is_exclusive(x_63); -if (x_64 == 0) +uint8_t x_12; uint8_t x_104; uint8_t x_105; uint8_t x_106; +x_104 = lean_ctor_get_uint8(x_3, sizeof(void*)*1 + 2); +x_105 = 0; +x_106 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702_(x_104, x_105); +if (x_106 == 0) { -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; -x_65 = lean_ctor_get(x_63, 0); -x_66 = lean_ctor_get(x_65, 0); -lean_inc(x_66); -lean_dec(x_65); -x_67 = lean_environment_main_module(x_66); -x_68 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__13; -lean_inc(x_62); -lean_inc(x_67); -x_69 = l_Lean_addMacroScope(x_67, x_68, x_62); -x_70 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__11; -x_71 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__18; -lean_inc(x_61); -x_72 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_72, 0, x_61); -lean_ctor_set(x_72, 1, x_70); -lean_ctor_set(x_72, 2, x_69); -lean_ctor_set(x_72, 3, x_71); -x_73 = lean_box(2); -x_74 = l_Lean_Syntax_mkStrLit(x_1, x_73); -x_75 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__22; -x_76 = l_Lean_addMacroScope(x_67, x_75, x_62); -x_77 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__21; -x_78 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__26; -lean_inc(x_61); -x_79 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_79, 0, x_61); -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_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; -lean_inc(x_61); -x_81 = l_Lean_Syntax_node2(x_61, x_80, x_74, x_79); -x_82 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; -x_83 = l_Lean_Syntax_node2(x_61, x_82, x_72, x_81); -x_84 = lean_unsigned_to_nat(1u); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -lean_ctor_set(x_63, 0, x_85); -return x_63; +uint8_t x_107; +x_107 = lean_ctor_get_uint8(x_3, sizeof(void*)*1); +x_12 = x_107; +goto block_103; } else { -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; -x_86 = lean_ctor_get(x_63, 0); -x_87 = lean_ctor_get(x_63, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_63); -x_88 = lean_ctor_get(x_86, 0); -lean_inc(x_88); -lean_dec(x_86); -x_89 = lean_environment_main_module(x_88); -x_90 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__13; -lean_inc(x_62); -lean_inc(x_89); -x_91 = l_Lean_addMacroScope(x_89, x_90, x_62); -x_92 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__11; -x_93 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__18; -lean_inc(x_61); -x_94 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_94, 0, x_61); -lean_ctor_set(x_94, 1, x_92); -lean_ctor_set(x_94, 2, x_91); -lean_ctor_set(x_94, 3, x_93); -x_95 = lean_box(2); -x_96 = l_Lean_Syntax_mkStrLit(x_1, x_95); -x_97 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__22; -x_98 = l_Lean_addMacroScope(x_89, x_97, x_62); -x_99 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__21; -x_100 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__26; -lean_inc(x_61); -x_101 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_101, 0, x_61); -lean_ctor_set(x_101, 1, x_99); -lean_ctor_set(x_101, 2, x_98); -lean_ctor_set(x_101, 3, x_100); -x_102 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; -lean_inc(x_61); -x_103 = l_Lean_Syntax_node2(x_61, x_102, x_96, x_101); -x_104 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; -x_105 = l_Lean_Syntax_node2(x_61, x_104, x_94, x_103); -x_106 = lean_unsigned_to_nat(1u); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_105); -lean_ctor_set(x_107, 1, x_106); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_87); -return x_108; -} -} +uint8_t x_108; +x_108 = 0; +x_12 = x_108; +goto block_103; } -else +block_103: { -lean_object* x_109; -x_109 = lean_box(0); -x_12 = x_109; -goto block_53; -} -block_53: +if (x_12 == 0) { lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -lean_dec(x_12); x_13 = lean_ctor_get(x_9, 5); lean_inc(x_13); x_14 = 0; @@ -5209,6 +5115,114 @@ lean_ctor_set(x_52, 1, x_36); return x_52; } } +else +{ +lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_53 = lean_ctor_get(x_9, 5); +lean_inc(x_53); +x_54 = 0; +x_55 = l_Lean_SourceInfo_fromRef(x_53, x_54); +x_56 = lean_ctor_get(x_9, 10); +lean_inc(x_56); +lean_dec(x_9); +x_57 = lean_st_ref_get(x_10, x_11); +x_58 = !lean_is_exclusive(x_57); +if (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; 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; +x_59 = lean_ctor_get(x_57, 0); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +lean_dec(x_59); +x_61 = lean_environment_main_module(x_60); +x_62 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__13; +lean_inc(x_56); +lean_inc(x_61); +x_63 = l_Lean_addMacroScope(x_61, x_62, x_56); +x_64 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__11; +x_65 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__18; +lean_inc(x_55); +x_66 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_66, 0, x_55); +lean_ctor_set(x_66, 1, x_64); +lean_ctor_set(x_66, 2, x_63); +lean_ctor_set(x_66, 3, x_65); +x_67 = lean_box(2); +x_68 = l_Lean_Syntax_mkStrLit(x_1, x_67); +x_69 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__22; +x_70 = l_Lean_addMacroScope(x_61, x_69, x_56); +x_71 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__21; +x_72 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__26; +lean_inc(x_55); +x_73 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_73, 0, x_55); +lean_ctor_set(x_73, 1, x_71); +lean_ctor_set(x_73, 2, x_70); +lean_ctor_set(x_73, 3, x_72); +x_74 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; +lean_inc(x_55); +x_75 = l_Lean_Syntax_node2(x_55, x_74, x_68, x_73); +x_76 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; +x_77 = l_Lean_Syntax_node2(x_55, x_76, x_66, x_75); +x_78 = lean_unsigned_to_nat(1u); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +lean_ctor_set(x_57, 0, x_79); +return x_57; +} +else +{ +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; +x_80 = lean_ctor_get(x_57, 0); +x_81 = lean_ctor_get(x_57, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_57); +x_82 = lean_ctor_get(x_80, 0); +lean_inc(x_82); +lean_dec(x_80); +x_83 = lean_environment_main_module(x_82); +x_84 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__13; +lean_inc(x_56); +lean_inc(x_83); +x_85 = l_Lean_addMacroScope(x_83, x_84, x_56); +x_86 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__11; +x_87 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__18; +lean_inc(x_55); +x_88 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_88, 0, x_55); +lean_ctor_set(x_88, 1, x_86); +lean_ctor_set(x_88, 2, x_85); +lean_ctor_set(x_88, 3, x_87); +x_89 = lean_box(2); +x_90 = l_Lean_Syntax_mkStrLit(x_1, x_89); +x_91 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__22; +x_92 = l_Lean_addMacroScope(x_83, x_91, x_56); +x_93 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__21; +x_94 = l_Lean_Elab_Term_toParserDescr_processNonReserved___closed__26; +lean_inc(x_55); +x_95 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_95, 0, x_55); +lean_ctor_set(x_95, 1, x_93); +lean_ctor_set(x_95, 2, x_92); +lean_ctor_set(x_95, 3, x_94); +x_96 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__17; +lean_inc(x_55); +x_97 = l_Lean_Syntax_node2(x_55, x_96, x_90, x_95); +x_98 = l_Subarray_forInUnsafe_loop___at___private_Lean_Elab_Syntax_0__Lean_Elab_Term_mkParserSeq___spec__1___closed__5; +x_99 = l_Lean_Syntax_node2(x_55, x_98, x_88, x_97); +x_100 = lean_unsigned_to_nat(1u); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_99); +lean_ctor_set(x_101, 1, x_100); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_81); +return x_102; +} +} +} } } static lean_object* _init_l_Lean_Elab_Term_toParserDescr_processAtom___closed__1() { @@ -5650,13 +5664,32 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_toParserDescr_processParserCategory(lean_object* x_1, lean_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; uint8_t x_15; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_25; x_11 = lean_unsigned_to_nat(0u); x_12 = l_Lean_Syntax_getArg(x_1, x_11); x_13 = l_Lean_Syntax_getId(x_12); lean_dec(x_12); x_14 = lean_erase_macro_scopes(x_13); -x_15 = lean_ctor_get_uint8(x_2, sizeof(void*)*1); +x_25 = lean_ctor_get_uint8(x_2, sizeof(void*)*1); +if (x_25 == 0) +{ +uint8_t x_26; +x_26 = 0; +x_15 = x_26; +goto block_24; +} +else +{ +lean_object* x_27; uint8_t x_28; +x_27 = lean_ctor_get(x_2, 0); +lean_inc(x_27); +x_28 = lean_name_eq(x_14, x_27); +lean_dec(x_27); +x_15 = x_28; +goto block_24; +} +block_24: +{ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; @@ -5667,42 +5700,27 @@ return x_17; } else { -lean_object* x_18; uint8_t x_19; -x_18 = lean_ctor_get(x_2, 0); -lean_inc(x_18); -x_19 = lean_name_eq(x_14, x_18); -lean_dec(x_18); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; -x_20 = lean_box(0); -x_21 = l_Lean_Elab_Term_toParserDescr_processParserCategory___lambda__1(x_1, x_14, x_20, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_1); -return x_21; -} -else -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_dec(x_14); -x_22 = l_Lean_Elab_Term_toParserDescr_processParserCategory___closed__2; -x_23 = l_Lean_throwErrorAt___at_Lean_Elab_Term_checkLeftRec___spec__9(x_1, x_22, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +x_18 = l_Lean_Elab_Term_toParserDescr_processParserCategory___closed__2; +x_19 = l_Lean_throwErrorAt___at_Lean_Elab_Term_checkLeftRec___spec__9(x_1, x_18, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) { -return x_23; +return x_19; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_23); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_19, 0); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_19); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } } @@ -8158,9 +8176,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 = lean_ctor_get(x_5, 0); -lean_inc(x_8); -lean_dec(x_5); +x_8 = l_Lean_Elab_Term_ensureUnaryOutput(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); @@ -8185,7 +8201,9 @@ 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_Lean_Elab_Term_ensureUnaryOutput(x_5); +x_8 = lean_ctor_get(x_5, 0); +lean_inc(x_8); +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); @@ -8852,7 +8870,7 @@ lean_dec(x_195); x_207 = lean_array_get_size(x_4); x_208 = lean_usize_of_nat(x_207); lean_dec(x_207); -x_209 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___spec__4(x_208, x_3, x_4); +x_209 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___spec__5(x_208, x_3, x_4); x_14 = x_209; x_15 = x_206; goto block_194; @@ -8866,7 +8884,7 @@ lean_dec(x_195); x_211 = lean_array_get_size(x_4); x_212 = lean_usize_of_nat(x_211); lean_dec(x_211); -x_213 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___spec__5(x_212, x_3, x_4); +x_213 = l_Array_mapMUnsafe_map___at_Lean_Elab_Term_toParserDescr_processAlias___spec__4(x_212, x_3, x_4); x_14 = x_213; x_15 = x_210; goto block_194; @@ -13685,8 +13703,36 @@ return x_8; LEAN_EXPORT lean_object* l_Lean_Elab_Command_addMacroScopeIfLocal___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Lean_Elab_Command_isLocalAttrKind(x_4); +uint8_t x_5; uint8_t x_14; +x_14 = l_Lean_Elab_Command_isLocalAttrKind(x_4); +if (x_14 == 0) +{ +uint8_t x_15; +x_15 = 0; +x_5 = x_15; +goto block_13; +} +else +{ +uint8_t x_16; +x_16 = l_Lean_Name_hasMacroScopes(x_3); +if (x_16 == 0) +{ +uint8_t x_17; +x_17 = 1; +x_5 = x_17; +goto block_13; +} +else +{ +uint8_t x_18; +x_18 = 0; +x_5 = x_18; +goto block_13; +} +} +block_13: +{ if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; @@ -13702,36 +13748,19 @@ return x_8; } else { -uint8_t x_9; -x_9 = l_Lean_Name_hasMacroScopes(x_3); -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_2, 1); -lean_inc(x_10); -x_11 = lean_ctor_get(x_1, 2); -lean_inc(x_11); +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_ctor_get(x_2, 1); +lean_inc(x_9); +x_10 = lean_ctor_get(x_1, 2); lean_inc(x_10); -x_12 = lean_alloc_closure((void*)(l_Lean_Elab_Command_addMacroScopeIfLocal___rarg___lambda__2), 5, 4); -lean_closure_set(x_12, 0, x_1); -lean_closure_set(x_12, 1, x_2); -lean_closure_set(x_12, 2, x_3); -lean_closure_set(x_12, 3, x_10); -x_13 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_11, x_12); -return x_13; -} -else -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; -lean_dec(x_1); -x_14 = lean_ctor_get(x_2, 0); -lean_inc(x_14); -lean_dec(x_2); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -x_16 = lean_apply_2(x_15, lean_box(0), x_3); -return x_16; +lean_inc(x_9); +x_11 = lean_alloc_closure((void*)(l_Lean_Elab_Command_addMacroScopeIfLocal___rarg___lambda__2), 5, 4); +lean_closure_set(x_11, 0, x_1); +lean_closure_set(x_11, 1, x_2); +lean_closure_set(x_11, 2, x_3); +lean_closure_set(x_11, 3, x_9); +x_12 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_10, x_11); +return x_12; } } } @@ -14610,8 +14639,36 @@ return x_86; LEAN_EXPORT lean_object* l_Lean_Elab_Command_addMacroScopeIfLocal___at_Lean_Elab_Command_elabSyntax___spec__13(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 = l_Lean_Elab_Command_isLocalAttrKind(x_2); +uint8_t x_6; uint8_t x_20; +x_20 = l_Lean_Elab_Command_isLocalAttrKind(x_2); +if (x_20 == 0) +{ +uint8_t x_21; +x_21 = 0; +x_6 = x_21; +goto block_19; +} +else +{ +uint8_t x_22; +x_22 = l_Lean_Name_hasMacroScopes(x_1); +if (x_22 == 0) +{ +uint8_t x_23; +x_23 = 1; +x_6 = x_23; +goto block_19; +} +else +{ +uint8_t x_24; +x_24 = 0; +x_6 = x_24; +goto block_19; +} +} +block_19: +{ if (x_6 == 0) { lean_object* x_7; @@ -14622,49 +14679,37 @@ return x_7; } else { -uint8_t x_8; -x_8 = l_Lean_Name_hasMacroScopes(x_1); -if (x_8 == 0) -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_9 = l_Lean_Elab_Command_getMainModule___rarg(x_4, x_5); -x_10 = lean_ctor_get(x_9, 0); +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_8 = l_Lean_Elab_Command_getMainModule___rarg(x_4, x_5); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_8, 1); lean_inc(x_10); -x_11 = lean_ctor_get(x_9, 1); -lean_inc(x_11); -lean_dec(x_9); -x_12 = l_Lean_Elab_Command_getCurrMacroScope(x_3, x_4, x_11); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) +lean_dec(x_8); +x_11 = l_Lean_Elab_Command_getCurrMacroScope(x_3, x_4, x_10); +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) { -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_12, 0); -x_15 = l_Lean_addMacroScope(x_10, x_1, x_14); -lean_ctor_set(x_12, 0, x_15); -return x_12; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_11, 0); +x_14 = l_Lean_addMacroScope(x_9, x_1, x_13); +lean_ctor_set(x_11, 0, x_14); +return x_11; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_16 = lean_ctor_get(x_12, 0); -x_17 = lean_ctor_get(x_12, 1); -lean_inc(x_17); +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_dec(x_12); -x_18 = l_Lean_addMacroScope(x_10, x_1, x_16); -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; -} +lean_inc(x_15); +lean_dec(x_11); +x_17 = l_Lean_addMacroScope(x_9, x_1, 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; } -else -{ -lean_object* x_20; -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_1); -lean_ctor_set(x_20, 1, x_5); -return x_20; } } } diff --git a/stage0/stdlib/Lean/Elab/SyntheticMVars.c b/stage0/stdlib/Lean/Elab/SyntheticMVars.c index d9134010cd79..23b41d06721f 100644 --- a/stage0/stdlib/Lean/Elab/SyntheticMVars.c +++ b/stage0/stdlib/Lean/Elab/SyntheticMVars.c @@ -14,9 +14,11 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_getSomeSynthethicMVarsRef(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance(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_SyntheticMVars___hyg_7610____closed__12; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__14(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*); @@ -30,16 +32,19 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPending static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__20; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault___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_RBNode_del___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeSyntheticMVars___boxed(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_object* l_Lean_mkAppN(lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_runTactic___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_SyntheticMVars___hyg_7610____closed__18; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesizeLight___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__2___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__11; extern lean_object* l_Lean_maxRecDepthErrorMessage; lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__2___closed__5; @@ -53,10 +58,10 @@ static lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___ LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_Term_runTactic___spec__4(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_elabTerm(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(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_SyntheticMVars___hyg_7613____closed__1; lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__1; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__2; static lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__2___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_runTactic___spec__8(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -68,7 +73,6 @@ static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synth static lean_object* l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1___closed__1; lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizePending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__10___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -77,7 +81,6 @@ static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synth lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesizeLight(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__3; lean_object* l_Lean_Elab_Term_getMVarDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -99,15 +102,14 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Synth 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_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault___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_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18; lean_object* l_Lean_RBNode_balLeft___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6; LEAN_EXPORT lean_object* l_Lean_RBNode_del___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_getDefaultInstancesPriorities___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__1___rarg___closed__1; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__1; LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_withSynthesizeLight___rarg___closed__1; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__8; +static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2; static lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___spec__2___closed__5; lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); @@ -136,11 +138,11 @@ lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_synthesizeSyntheticMVars_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Elab_instInhabitedInfoTree; size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesizeLight___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_withSavedContext___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___spec__2___closed__7; lean_object* l_Lean_Elab_Term_withoutPostponing___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_SyntheticMVars___hyg_7610____closed__2; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars___spec__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_appendTrees___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -153,8 +155,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_ LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_Term_runTactic___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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_runPendingTacticsAt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__15; static lean_object* l_Lean_Elab_Term_reportStuckSyntheticMVar___closed__1; lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_getSomeSynthethicMVarsRef___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -180,7 +182,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_runTactic(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_instantiateLCtxMVars___at_Lean_Elab_Term_runTactic___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___closed__2; extern uint8_t l_Lean_instInhabitedBinderInfo; @@ -188,6 +189,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_ lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_reportStuckSyntheticMVar___lambda__1___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_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_withSynthesizeImp___rarg___lambda__1(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_object* l_Lean_Elab_Term_traceAtCmdPos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -215,17 +217,18 @@ static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synth LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizePending___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__18; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__16; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610_(lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSomeUsingDefaultPrio_visit(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_SyntheticMVars___hyg_7610____closed__9; extern lean_object* l_Lean_Level_instBEqLevel; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___closed__3; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14; static lean_object* l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___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_Elab_Term_reportStuckSyntheticMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__2___closed__2; @@ -256,38 +259,36 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_SyntheticM LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__7___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesize___rarg___lambda__1(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_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__15___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17; lean_object* lean_usize_to_nat(size_t); 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*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__7; LEAN_EXPORT lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(uint8_t, uint8_t, 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_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__16; +lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___spec__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_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars___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_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5; uint8_t l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(lean_object*); 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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__7; static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio___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_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9; lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeSomeUsingDefault_x3f(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_SyntheticMVars___hyg_7610____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runTactic___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_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___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*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1(lean_object*, uint8_t, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_synthesizeSyntheticMVars_loop___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_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___closed__1; @@ -307,9 +308,9 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___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_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_Meta_coerce_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___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_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_indentExpr(lean_object*); @@ -317,7 +318,7 @@ lean_object* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_obj static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__21; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_runTactic___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_EXPORT lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__8; lean_object* l_Lean_getDelayedMVarRoot___at_Lean_Elab_Term_isLetRecAuxMVar___spec__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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -339,7 +340,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_ extern lean_object* l_Lean_Elab_postponeExceptionId; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__17; static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__6; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Level_hash(lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -369,12 +372,13 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_ static lean_object* l_panic___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___spec__1___closed__1; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Elab_Tactic_mkInitialTacticInfo(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_insert___at_Lean_Elab_assignInfoHoleId___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_markAsResolved___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_synthesizeSyntheticMVars_loop(uint8_t, uint8_t, 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_Elab_Term_getSyntheticMVarDecl_x3f(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_SyntheticMVars___hyg_7610____closed__17; size_t lean_usize_shift_left(size_t, size_t); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3___closed__1; 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*); @@ -385,12 +389,12 @@ static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synth static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__2; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio___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_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__5; static lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__2___closed__1; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSynthesize___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_getSomeSynthethicMVarsRef___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___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__10; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Term_runTactic___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_EXPORT lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -403,7 +407,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPending uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__7; lean_object* lean_expr_dbg_to_string(lean_object*); -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); uint8_t l_Lean_Level_normLtAux(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_Meta_addDefaultInstanceEntry___spec__3(lean_object*, lean_object*); @@ -414,7 +417,6 @@ extern lean_object* l_Lean_Level_instHashableLevel; lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Tactic_withTacticInfoContext___spec__2___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_throwStuckAtUniverseCnstr___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_Term_runTactic___spec__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_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefault___spec__1___rarg(lean_object*, lean_object*); 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*); @@ -427,9 +429,9 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Elab_Synt static lean_object* l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1___lambda__2___closed__6; LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars___at_Lean_Elab_Term_runTactic___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_reportStuckSyntheticMVar___lambda__1___closed__1; -lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__2___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__14; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___lambda__1___closed__11; uint8_t l_Lean_Expr_hasExprMVar(lean_object*); @@ -853,737 +855,754 @@ return x_47; LEAN_EXPORT lean_object* l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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) { _start: { -uint8_t x_11; -x_11 = l_Lean_Expr_hasExprMVar(x_2); -if (x_11 == 0) +uint8_t x_11; uint8_t x_168; +x_168 = l_Lean_Expr_hasExprMVar(x_2); +if (x_168 == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -x_12 = l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__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_3); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_10); -return x_14; +uint8_t x_169; +x_169 = 1; +x_11 = x_169; +goto block_167; } else { -uint8_t x_15; +uint8_t x_170; +x_170 = 0; +x_11 = x_170; +goto block_167; +} +block_167: +{ +if (x_11 == 0) +{ +uint8_t x_12; lean_inc(x_2); lean_inc(x_3); -x_15 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_3, x_2); -if (x_15 == 0) +x_12 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_3, x_2); +if (x_12 == 0) { -lean_object* x_16; +lean_object* x_13; lean_inc(x_2); -x_16 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_3, x_2); +x_13 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_3, x_2); switch (lean_obj_tag(x_2)) { case 2: { -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_2, 0); -lean_inc(x_17); +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_2, 0); +lean_inc(x_14); lean_dec(x_2); -x_18 = l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3(x_1, x_17, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_18; +x_15 = l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3(x_1, x_14, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_15; } case 5: { -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_2, 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_2, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_2, 1); +lean_inc(x_17); +lean_dec(x_2); +x_18 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_16, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); -x_20 = lean_ctor_get(x_2, 1); +x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); -lean_dec(x_2); -x_21 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_19, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -if (lean_obj_tag(x_23) == 0) +if (lean_obj_tag(x_20) == 0) { -uint8_t x_24; -lean_dec(x_20); -x_24 = !lean_is_exclusive(x_21); -if (x_24 == 0) +uint8_t x_21; +lean_dec(x_17); +x_21 = !lean_is_exclusive(x_18); +if (x_21 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_21, 0); -lean_dec(x_25); -x_26 = !lean_is_exclusive(x_22); -if (x_26 == 0) +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_18, 0); +lean_dec(x_22); +x_23 = !lean_is_exclusive(x_19); +if (x_23 == 0) { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_22, 0); -lean_dec(x_27); -x_28 = !lean_is_exclusive(x_23); -if (x_28 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_19, 0); +lean_dec(x_24); +x_25 = !lean_is_exclusive(x_20); +if (x_25 == 0) { -return x_21; +return x_18; } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_23, 0); -lean_inc(x_29); -lean_dec(x_23); -x_30 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_22, 0, x_30); -return x_21; +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_20, 0); +lean_inc(x_26); +lean_dec(x_20); +x_27 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_19, 0, x_27); +return x_18; } } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_31 = lean_ctor_get(x_22, 1); -lean_inc(x_31); -lean_dec(x_22); -x_32 = lean_ctor_get(x_23, 0); -lean_inc(x_32); -if (lean_is_exclusive(x_23)) { - lean_ctor_release(x_23, 0); - x_33 = x_23; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_ctor_get(x_19, 1); +lean_inc(x_28); +lean_dec(x_19); +x_29 = lean_ctor_get(x_20, 0); +lean_inc(x_29); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + x_30 = x_20; } else { - lean_dec_ref(x_23); - x_33 = lean_box(0); + lean_dec_ref(x_20); + x_30 = lean_box(0); } -if (lean_is_scalar(x_33)) { - x_34 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_30)) { + x_31 = lean_alloc_ctor(0, 1, 0); } else { - x_34 = x_33; + x_31 = x_30; } -lean_ctor_set(x_34, 0, 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_31); -lean_ctor_set(x_21, 0, x_35); -return x_21; +lean_ctor_set(x_31, 0, x_29); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_28); +lean_ctor_set(x_18, 0, x_32); +return x_18; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_36 = lean_ctor_get(x_21, 1); -lean_inc(x_36); -lean_dec(x_21); -x_37 = lean_ctor_get(x_22, 1); -lean_inc(x_37); -if (lean_is_exclusive(x_22)) { - lean_ctor_release(x_22, 0); - lean_ctor_release(x_22, 1); - x_38 = x_22; +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_18, 1); +lean_inc(x_33); +lean_dec(x_18); +x_34 = lean_ctor_get(x_19, 1); +lean_inc(x_34); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_35 = x_19; } else { - lean_dec_ref(x_22); - x_38 = lean_box(0); + lean_dec_ref(x_19); + x_35 = lean_box(0); } -x_39 = lean_ctor_get(x_23, 0); -lean_inc(x_39); -if (lean_is_exclusive(x_23)) { - lean_ctor_release(x_23, 0); - x_40 = x_23; +x_36 = lean_ctor_get(x_20, 0); +lean_inc(x_36); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + x_37 = x_20; } else { - lean_dec_ref(x_23); - x_40 = lean_box(0); + lean_dec_ref(x_20); + x_37 = lean_box(0); } -if (lean_is_scalar(x_40)) { - x_41 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_37)) { + x_38 = lean_alloc_ctor(0, 1, 0); } else { - x_41 = x_40; + x_38 = x_37; } -lean_ctor_set(x_41, 0, x_39); -if (lean_is_scalar(x_38)) { - x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_36); +if (lean_is_scalar(x_35)) { + x_39 = lean_alloc_ctor(0, 2, 0); } else { - x_42 = x_38; + x_39 = x_35; } -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_37); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_36); -return x_43; +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, 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_33); +return x_40; } } else { -lean_object* x_44; lean_object* x_45; -lean_dec(x_23); -x_44 = lean_ctor_get(x_21, 1); -lean_inc(x_44); -lean_dec(x_21); -x_45 = lean_ctor_get(x_22, 1); -lean_inc(x_45); -lean_dec(x_22); -x_2 = x_20; -x_3 = x_45; -x_10 = x_44; +lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_41 = lean_ctor_get(x_18, 1); +lean_inc(x_41); +lean_dec(x_18); +x_42 = lean_ctor_get(x_19, 1); +lean_inc(x_42); +lean_dec(x_19); +x_2 = x_17; +x_3 = x_42; +x_10 = x_41; goto _start; } } case 6: { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_47 = lean_ctor_get(x_2, 1); +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_2, 1); +lean_inc(x_44); +x_45 = lean_ctor_get(x_2, 2); +lean_inc(x_45); +lean_dec(x_2); +x_46 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_44, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_47 = lean_ctor_get(x_46, 0); lean_inc(x_47); -x_48 = lean_ctor_get(x_2, 2); +x_48 = lean_ctor_get(x_47, 0); lean_inc(x_48); -lean_dec(x_2); -x_49 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_47, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -if (lean_obj_tag(x_51) == 0) +if (lean_obj_tag(x_48) == 0) { -uint8_t x_52; -lean_dec(x_48); -x_52 = !lean_is_exclusive(x_49); -if (x_52 == 0) +uint8_t x_49; +lean_dec(x_45); +x_49 = !lean_is_exclusive(x_46); +if (x_49 == 0) { -lean_object* x_53; uint8_t x_54; -x_53 = lean_ctor_get(x_49, 0); -lean_dec(x_53); -x_54 = !lean_is_exclusive(x_50); -if (x_54 == 0) +lean_object* x_50; uint8_t x_51; +x_50 = lean_ctor_get(x_46, 0); +lean_dec(x_50); +x_51 = !lean_is_exclusive(x_47); +if (x_51 == 0) { -lean_object* x_55; uint8_t x_56; -x_55 = lean_ctor_get(x_50, 0); -lean_dec(x_55); -x_56 = !lean_is_exclusive(x_51); -if (x_56 == 0) +lean_object* x_52; uint8_t x_53; +x_52 = lean_ctor_get(x_47, 0); +lean_dec(x_52); +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) { -return x_49; +return x_46; } else { -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_51, 0); -lean_inc(x_57); -lean_dec(x_51); -x_58 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_50, 0, x_58); -return x_49; +lean_object* x_54; lean_object* x_55; +x_54 = lean_ctor_get(x_48, 0); +lean_inc(x_54); +lean_dec(x_48); +x_55 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_47, 0, x_55); +return x_46; } } 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_50, 1); -lean_inc(x_59); -lean_dec(x_50); -x_60 = lean_ctor_get(x_51, 0); -lean_inc(x_60); -if (lean_is_exclusive(x_51)) { - lean_ctor_release(x_51, 0); - x_61 = x_51; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_56 = lean_ctor_get(x_47, 1); +lean_inc(x_56); +lean_dec(x_47); +x_57 = lean_ctor_get(x_48, 0); +lean_inc(x_57); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + x_58 = x_48; } else { - lean_dec_ref(x_51); - x_61 = lean_box(0); + lean_dec_ref(x_48); + x_58 = lean_box(0); } -if (lean_is_scalar(x_61)) { - x_62 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_58)) { + x_59 = lean_alloc_ctor(0, 1, 0); } else { - x_62 = x_61; + x_59 = x_58; } -lean_ctor_set(x_62, 0, x_60); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_59); -lean_ctor_set(x_49, 0, x_63); -return x_49; +lean_ctor_set(x_59, 0, x_57); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_56); +lean_ctor_set(x_46, 0, x_60); +return x_46; } } else { -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; -x_64 = lean_ctor_get(x_49, 1); -lean_inc(x_64); -lean_dec(x_49); -x_65 = lean_ctor_get(x_50, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_66 = x_50; +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; +x_61 = lean_ctor_get(x_46, 1); +lean_inc(x_61); +lean_dec(x_46); +x_62 = lean_ctor_get(x_47, 1); +lean_inc(x_62); +if (lean_is_exclusive(x_47)) { + lean_ctor_release(x_47, 0); + lean_ctor_release(x_47, 1); + x_63 = x_47; } else { - lean_dec_ref(x_50); - x_66 = lean_box(0); + lean_dec_ref(x_47); + x_63 = lean_box(0); } -x_67 = lean_ctor_get(x_51, 0); -lean_inc(x_67); -if (lean_is_exclusive(x_51)) { - lean_ctor_release(x_51, 0); - x_68 = x_51; +x_64 = lean_ctor_get(x_48, 0); +lean_inc(x_64); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + x_65 = x_48; } else { - lean_dec_ref(x_51); - x_68 = lean_box(0); + lean_dec_ref(x_48); + x_65 = lean_box(0); } -if (lean_is_scalar(x_68)) { - x_69 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_65)) { + x_66 = lean_alloc_ctor(0, 1, 0); } else { - x_69 = x_68; + x_66 = x_65; } -lean_ctor_set(x_69, 0, x_67); -if (lean_is_scalar(x_66)) { - x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_64); +if (lean_is_scalar(x_63)) { + x_67 = lean_alloc_ctor(0, 2, 0); } else { - x_70 = x_66; + x_67 = x_63; } -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_65); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_64); -return x_71; +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_62); +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 { -lean_object* x_72; lean_object* x_73; -lean_dec(x_51); -x_72 = lean_ctor_get(x_49, 1); -lean_inc(x_72); -lean_dec(x_49); -x_73 = lean_ctor_get(x_50, 1); -lean_inc(x_73); -lean_dec(x_50); -x_2 = x_48; -x_3 = x_73; -x_10 = x_72; +lean_object* x_69; lean_object* x_70; +lean_dec(x_48); +x_69 = lean_ctor_get(x_46, 1); +lean_inc(x_69); +lean_dec(x_46); +x_70 = lean_ctor_get(x_47, 1); +lean_inc(x_70); +lean_dec(x_47); +x_2 = x_45; +x_3 = x_70; +x_10 = x_69; goto _start; } } case 7: { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_75 = lean_ctor_get(x_2, 1); +lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_72 = lean_ctor_get(x_2, 1); +lean_inc(x_72); +x_73 = lean_ctor_get(x_2, 2); +lean_inc(x_73); +lean_dec(x_2); +x_74 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_72, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_75 = lean_ctor_get(x_74, 0); lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); +x_76 = lean_ctor_get(x_75, 0); lean_inc(x_76); -lean_dec(x_2); -x_77 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_75, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -if (lean_obj_tag(x_79) == 0) +if (lean_obj_tag(x_76) == 0) { -uint8_t x_80; -lean_dec(x_76); -x_80 = !lean_is_exclusive(x_77); -if (x_80 == 0) +uint8_t x_77; +lean_dec(x_73); +x_77 = !lean_is_exclusive(x_74); +if (x_77 == 0) { -lean_object* x_81; uint8_t x_82; -x_81 = lean_ctor_get(x_77, 0); -lean_dec(x_81); -x_82 = !lean_is_exclusive(x_78); -if (x_82 == 0) +lean_object* x_78; uint8_t x_79; +x_78 = lean_ctor_get(x_74, 0); +lean_dec(x_78); +x_79 = !lean_is_exclusive(x_75); +if (x_79 == 0) { -lean_object* x_83; uint8_t x_84; -x_83 = lean_ctor_get(x_78, 0); -lean_dec(x_83); -x_84 = !lean_is_exclusive(x_79); -if (x_84 == 0) +lean_object* x_80; uint8_t x_81; +x_80 = lean_ctor_get(x_75, 0); +lean_dec(x_80); +x_81 = !lean_is_exclusive(x_76); +if (x_81 == 0) { -return x_77; +return x_74; } else { -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_79, 0); -lean_inc(x_85); -lean_dec(x_79); -x_86 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_78, 0, x_86); -return x_77; +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_76, 0); +lean_inc(x_82); +lean_dec(x_76); +x_83 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_75, 0, x_83); +return x_74; } } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_87 = lean_ctor_get(x_78, 1); -lean_inc(x_87); -lean_dec(x_78); -x_88 = lean_ctor_get(x_79, 0); -lean_inc(x_88); -if (lean_is_exclusive(x_79)) { - lean_ctor_release(x_79, 0); - x_89 = x_79; +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_84 = lean_ctor_get(x_75, 1); +lean_inc(x_84); +lean_dec(x_75); +x_85 = lean_ctor_get(x_76, 0); +lean_inc(x_85); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + x_86 = x_76; } else { - lean_dec_ref(x_79); - x_89 = lean_box(0); + lean_dec_ref(x_76); + x_86 = lean_box(0); } -if (lean_is_scalar(x_89)) { - x_90 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_86)) { + x_87 = lean_alloc_ctor(0, 1, 0); } else { - x_90 = x_89; + x_87 = x_86; } -lean_ctor_set(x_90, 0, x_88); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_87); -lean_ctor_set(x_77, 0, x_91); -return x_77; +lean_ctor_set(x_87, 0, x_85); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_84); +lean_ctor_set(x_74, 0, x_88); +return x_74; } } else { -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; -x_92 = lean_ctor_get(x_77, 1); -lean_inc(x_92); -lean_dec(x_77); -x_93 = lean_ctor_get(x_78, 1); -lean_inc(x_93); -if (lean_is_exclusive(x_78)) { - lean_ctor_release(x_78, 0); - lean_ctor_release(x_78, 1); - x_94 = x_78; +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; +x_89 = lean_ctor_get(x_74, 1); +lean_inc(x_89); +lean_dec(x_74); +x_90 = lean_ctor_get(x_75, 1); +lean_inc(x_90); +if (lean_is_exclusive(x_75)) { + lean_ctor_release(x_75, 0); + lean_ctor_release(x_75, 1); + x_91 = x_75; } else { - lean_dec_ref(x_78); - x_94 = lean_box(0); + lean_dec_ref(x_75); + x_91 = lean_box(0); } -x_95 = lean_ctor_get(x_79, 0); -lean_inc(x_95); -if (lean_is_exclusive(x_79)) { - lean_ctor_release(x_79, 0); - x_96 = x_79; +x_92 = lean_ctor_get(x_76, 0); +lean_inc(x_92); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + x_93 = x_76; } else { - lean_dec_ref(x_79); - x_96 = lean_box(0); + lean_dec_ref(x_76); + x_93 = lean_box(0); } -if (lean_is_scalar(x_96)) { - x_97 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_93)) { + x_94 = lean_alloc_ctor(0, 1, 0); } else { - x_97 = x_96; + x_94 = x_93; } -lean_ctor_set(x_97, 0, x_95); -if (lean_is_scalar(x_94)) { - x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_92); +if (lean_is_scalar(x_91)) { + x_95 = lean_alloc_ctor(0, 2, 0); } else { - x_98 = x_94; + x_95 = x_91; } -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_93); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_92); -return x_99; +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_90); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_89); +return x_96; } } else { -lean_object* x_100; lean_object* x_101; -lean_dec(x_79); -x_100 = lean_ctor_get(x_77, 1); -lean_inc(x_100); -lean_dec(x_77); -x_101 = lean_ctor_get(x_78, 1); -lean_inc(x_101); -lean_dec(x_78); -x_2 = x_76; -x_3 = x_101; -x_10 = x_100; +lean_object* x_97; lean_object* x_98; +lean_dec(x_76); +x_97 = lean_ctor_get(x_74, 1); +lean_inc(x_97); +lean_dec(x_74); +x_98 = lean_ctor_get(x_75, 1); +lean_inc(x_98); +lean_dec(x_75); +x_2 = x_73; +x_3 = x_98; +x_10 = x_97; goto _start; } } case 8: { -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 = lean_ctor_get(x_2, 1); -lean_inc(x_103); -x_104 = lean_ctor_get(x_2, 2); +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_100 = lean_ctor_get(x_2, 1); +lean_inc(x_100); +x_101 = lean_ctor_get(x_2, 2); +lean_inc(x_101); +x_102 = lean_ctor_get(x_2, 3); +lean_inc(x_102); +lean_dec(x_2); +x_103 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_100, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_104 = lean_ctor_get(x_103, 0); lean_inc(x_104); -x_105 = lean_ctor_get(x_2, 3); +x_105 = lean_ctor_get(x_104, 0); lean_inc(x_105); -lean_dec(x_2); -x_106 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_103, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -if (lean_obj_tag(x_108) == 0) +if (lean_obj_tag(x_105) == 0) { -uint8_t x_109; -lean_dec(x_105); -lean_dec(x_104); -x_109 = !lean_is_exclusive(x_106); -if (x_109 == 0) +uint8_t x_106; +lean_dec(x_102); +lean_dec(x_101); +x_106 = !lean_is_exclusive(x_103); +if (x_106 == 0) { -lean_object* x_110; uint8_t x_111; -x_110 = lean_ctor_get(x_106, 0); -lean_dec(x_110); -x_111 = !lean_is_exclusive(x_107); -if (x_111 == 0) +lean_object* x_107; uint8_t x_108; +x_107 = lean_ctor_get(x_103, 0); +lean_dec(x_107); +x_108 = !lean_is_exclusive(x_104); +if (x_108 == 0) { -lean_object* x_112; uint8_t x_113; -x_112 = lean_ctor_get(x_107, 0); -lean_dec(x_112); -x_113 = !lean_is_exclusive(x_108); -if (x_113 == 0) +lean_object* x_109; uint8_t x_110; +x_109 = lean_ctor_get(x_104, 0); +lean_dec(x_109); +x_110 = !lean_is_exclusive(x_105); +if (x_110 == 0) { -return x_106; +return x_103; } else { -lean_object* x_114; lean_object* x_115; -x_114 = lean_ctor_get(x_108, 0); -lean_inc(x_114); -lean_dec(x_108); -x_115 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_107, 0, x_115); -return x_106; +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_105, 0); +lean_inc(x_111); +lean_dec(x_105); +x_112 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_104, 0, x_112); +return x_103; } } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_116 = lean_ctor_get(x_107, 1); -lean_inc(x_116); -lean_dec(x_107); -x_117 = lean_ctor_get(x_108, 0); -lean_inc(x_117); -if (lean_is_exclusive(x_108)) { - lean_ctor_release(x_108, 0); - x_118 = x_108; +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_113 = lean_ctor_get(x_104, 1); +lean_inc(x_113); +lean_dec(x_104); +x_114 = lean_ctor_get(x_105, 0); +lean_inc(x_114); +if (lean_is_exclusive(x_105)) { + lean_ctor_release(x_105, 0); + x_115 = x_105; } else { - lean_dec_ref(x_108); - x_118 = lean_box(0); + lean_dec_ref(x_105); + x_115 = lean_box(0); } -if (lean_is_scalar(x_118)) { - x_119 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_115)) { + x_116 = lean_alloc_ctor(0, 1, 0); } else { - x_119 = x_118; + x_116 = x_115; } -lean_ctor_set(x_119, 0, x_117); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_116); -lean_ctor_set(x_106, 0, x_120); -return x_106; +lean_ctor_set(x_116, 0, x_114); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_113); +lean_ctor_set(x_103, 0, x_117); +return x_103; } } 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; -x_121 = lean_ctor_get(x_106, 1); -lean_inc(x_121); -lean_dec(x_106); -x_122 = lean_ctor_get(x_107, 1); -lean_inc(x_122); -if (lean_is_exclusive(x_107)) { - lean_ctor_release(x_107, 0); - lean_ctor_release(x_107, 1); - x_123 = x_107; +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_118 = lean_ctor_get(x_103, 1); +lean_inc(x_118); +lean_dec(x_103); +x_119 = lean_ctor_get(x_104, 1); +lean_inc(x_119); +if (lean_is_exclusive(x_104)) { + lean_ctor_release(x_104, 0); + lean_ctor_release(x_104, 1); + x_120 = x_104; } else { - lean_dec_ref(x_107); - x_123 = lean_box(0); + lean_dec_ref(x_104); + x_120 = lean_box(0); } -x_124 = lean_ctor_get(x_108, 0); -lean_inc(x_124); -if (lean_is_exclusive(x_108)) { - lean_ctor_release(x_108, 0); - x_125 = x_108; +x_121 = lean_ctor_get(x_105, 0); +lean_inc(x_121); +if (lean_is_exclusive(x_105)) { + lean_ctor_release(x_105, 0); + x_122 = x_105; } else { - lean_dec_ref(x_108); - x_125 = lean_box(0); + lean_dec_ref(x_105); + x_122 = lean_box(0); } -if (lean_is_scalar(x_125)) { - x_126 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_122)) { + x_123 = lean_alloc_ctor(0, 1, 0); } else { - x_126 = x_125; + x_123 = x_122; } -lean_ctor_set(x_126, 0, x_124); -if (lean_is_scalar(x_123)) { - x_127 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_121); +if (lean_is_scalar(x_120)) { + x_124 = lean_alloc_ctor(0, 2, 0); } else { - x_127 = x_123; + x_124 = x_120; } -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_122); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_121); -return x_128; +lean_ctor_set(x_124, 0, x_123); +lean_ctor_set(x_124, 1, x_119); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_118); +return x_125; } } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; -lean_dec(x_108); -x_129 = lean_ctor_get(x_106, 1); +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; +lean_dec(x_105); +x_126 = lean_ctor_get(x_103, 1); +lean_inc(x_126); +lean_dec(x_103); +x_127 = lean_ctor_get(x_104, 1); +lean_inc(x_127); +lean_dec(x_104); +x_128 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_101, x_127, x_4, x_5, x_6, x_7, x_8, x_9, x_126); +x_129 = lean_ctor_get(x_128, 0); lean_inc(x_129); -lean_dec(x_106); -x_130 = lean_ctor_get(x_107, 1); +x_130 = lean_ctor_get(x_129, 0); lean_inc(x_130); -lean_dec(x_107); -x_131 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_104, x_130, x_4, x_5, x_6, x_7, x_8, x_9, x_129); -x_132 = lean_ctor_get(x_131, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -if (lean_obj_tag(x_133) == 0) +if (lean_obj_tag(x_130) == 0) { -uint8_t x_134; -lean_dec(x_105); -x_134 = !lean_is_exclusive(x_131); -if (x_134 == 0) +uint8_t x_131; +lean_dec(x_102); +x_131 = !lean_is_exclusive(x_128); +if (x_131 == 0) { -lean_object* x_135; uint8_t x_136; -x_135 = lean_ctor_get(x_131, 0); -lean_dec(x_135); -x_136 = !lean_is_exclusive(x_132); -if (x_136 == 0) +lean_object* x_132; uint8_t x_133; +x_132 = lean_ctor_get(x_128, 0); +lean_dec(x_132); +x_133 = !lean_is_exclusive(x_129); +if (x_133 == 0) { -lean_object* x_137; uint8_t x_138; -x_137 = lean_ctor_get(x_132, 0); -lean_dec(x_137); -x_138 = !lean_is_exclusive(x_133); -if (x_138 == 0) +lean_object* x_134; uint8_t x_135; +x_134 = lean_ctor_get(x_129, 0); +lean_dec(x_134); +x_135 = !lean_is_exclusive(x_130); +if (x_135 == 0) { -return x_131; +return x_128; } else { -lean_object* x_139; lean_object* x_140; -x_139 = lean_ctor_get(x_133, 0); -lean_inc(x_139); -lean_dec(x_133); -x_140 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_132, 0, x_140); -return x_131; +lean_object* x_136; lean_object* x_137; +x_136 = lean_ctor_get(x_130, 0); +lean_inc(x_136); +lean_dec(x_130); +x_137 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_129, 0, x_137); +return x_128; } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_141 = lean_ctor_get(x_132, 1); -lean_inc(x_141); -lean_dec(x_132); -x_142 = lean_ctor_get(x_133, 0); -lean_inc(x_142); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - x_143 = x_133; +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_138 = lean_ctor_get(x_129, 1); +lean_inc(x_138); +lean_dec(x_129); +x_139 = lean_ctor_get(x_130, 0); +lean_inc(x_139); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + x_140 = x_130; } else { - lean_dec_ref(x_133); - x_143 = lean_box(0); + lean_dec_ref(x_130); + x_140 = lean_box(0); } -if (lean_is_scalar(x_143)) { - x_144 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_140)) { + x_141 = lean_alloc_ctor(0, 1, 0); } else { - x_144 = x_143; + x_141 = x_140; } -lean_ctor_set(x_144, 0, x_142); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_141); -lean_ctor_set(x_131, 0, x_145); -return x_131; +lean_ctor_set(x_141, 0, x_139); +x_142 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_142, 0, x_141); +lean_ctor_set(x_142, 1, x_138); +lean_ctor_set(x_128, 0, x_142); +return x_128; } } else { -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; -x_146 = lean_ctor_get(x_131, 1); -lean_inc(x_146); -lean_dec(x_131); -x_147 = lean_ctor_get(x_132, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_148 = x_132; +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_143 = lean_ctor_get(x_128, 1); +lean_inc(x_143); +lean_dec(x_128); +x_144 = lean_ctor_get(x_129, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_129)) { + lean_ctor_release(x_129, 0); + lean_ctor_release(x_129, 1); + x_145 = x_129; } else { - lean_dec_ref(x_132); - x_148 = lean_box(0); + lean_dec_ref(x_129); + x_145 = lean_box(0); } -x_149 = lean_ctor_get(x_133, 0); -lean_inc(x_149); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - x_150 = x_133; +x_146 = lean_ctor_get(x_130, 0); +lean_inc(x_146); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + x_147 = x_130; } else { - lean_dec_ref(x_133); - x_150 = lean_box(0); + lean_dec_ref(x_130); + x_147 = lean_box(0); } -if (lean_is_scalar(x_150)) { - x_151 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_147)) { + x_148 = lean_alloc_ctor(0, 1, 0); } else { - x_151 = x_150; + x_148 = x_147; } -lean_ctor_set(x_151, 0, x_149); -if (lean_is_scalar(x_148)) { - x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_148, 0, x_146); +if (lean_is_scalar(x_145)) { + x_149 = lean_alloc_ctor(0, 2, 0); } else { - x_152 = x_148; + x_149 = x_145; } -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_147); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_146); -return x_153; +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_144); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_149); +lean_ctor_set(x_150, 1, x_143); +return x_150; } } else { -lean_object* x_154; lean_object* x_155; -lean_dec(x_133); -x_154 = lean_ctor_get(x_131, 1); -lean_inc(x_154); -lean_dec(x_131); -x_155 = lean_ctor_get(x_132, 1); -lean_inc(x_155); -lean_dec(x_132); -x_2 = x_105; -x_3 = x_155; -x_10 = x_154; +lean_object* x_151; lean_object* x_152; +lean_dec(x_130); +x_151 = lean_ctor_get(x_128, 1); +lean_inc(x_151); +lean_dec(x_128); +x_152 = lean_ctor_get(x_129, 1); +lean_inc(x_152); +lean_dec(x_129); +x_2 = x_102; +x_3 = x_152; +x_10 = x_151; goto _start; } } } case 10: { -lean_object* x_157; -x_157 = lean_ctor_get(x_2, 1); -lean_inc(x_157); +lean_object* x_154; +x_154 = lean_ctor_get(x_2, 1); +lean_inc(x_154); lean_dec(x_2); -x_2 = x_157; -x_3 = x_16; +x_2 = x_154; +x_3 = x_13; goto _start; } case 11: { -lean_object* x_159; -x_159 = lean_ctor_get(x_2, 2); -lean_inc(x_159); +lean_object* x_156; +x_156 = lean_ctor_get(x_2, 2); +lean_inc(x_156); lean_dec(x_2); -x_2 = x_159; -x_3 = x_16; +x_2 = x_156; +x_3 = x_13; goto _start; } default: { +lean_object* x_158; lean_object* x_159; lean_object* x_160; +lean_dec(x_2); +x_158 = l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3___closed__1; +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_159, 1, x_13); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_10); +return x_160; +} +} +} +else +{ lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_dec(x_2); x_161 = l_Lean_occursCheck_visitMVar___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__3___closed__1; x_162 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_162, 0, x_161); -lean_ctor_set(x_162, 1, x_16); +lean_ctor_set(x_162, 1, x_3); x_163 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_163, 0, x_162); lean_ctor_set(x_163, 1, x_10); return x_163; } } -} else { lean_object* x_164; lean_object* x_165; lean_object* x_166; @@ -1612,90 +1631,107 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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) { _start: { -uint8_t x_10; -x_10 = l_Lean_Expr_hasExprMVar(x_2); +uint8_t x_10; uint8_t x_35; +x_35 = l_Lean_Expr_hasExprMVar(x_2); +if (x_35 == 0) +{ +uint8_t x_36; +x_36 = 1; +x_10 = x_36; +goto block_34; +} +else +{ +uint8_t x_37; +x_37 = 0; +x_10 = x_37; +goto block_34; +} +block_34: +{ if (x_10 == 0) { -uint8_t x_11; lean_object* x_12; lean_object* x_13; -lean_dec(x_2); -x_11 = 1; -x_12 = lean_box(x_11); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_9); -return x_13; -} -else +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1___closed__1; +x_12 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_2, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1___closed__1; -x_15 = l_Lean_occursCheck_visit___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__2(x_1, x_2, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -lean_dec(x_16); -if (lean_obj_tag(x_17) == 0) +uint8_t x_15; +lean_dec(x_14); +x_15 = !lean_is_exclusive(x_12); +if (x_15 == 0) { -uint8_t x_18; -lean_dec(x_17); -x_18 = !lean_is_exclusive(x_15); -if (x_18 == 0) +lean_object* x_16; uint8_t x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_12, 0); +lean_dec(x_16); +x_17 = 0; +x_18 = lean_box(x_17); +lean_ctor_set(x_12, 0, x_18); +return x_12; +} +else { -lean_object* x_19; uint8_t x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_15, 0); -lean_dec(x_19); +lean_object* x_19; uint8_t x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_12, 1); +lean_inc(x_19); +lean_dec(x_12); x_20 = 0; x_21 = lean_box(x_20); -lean_ctor_set(x_15, 0, x_21); -return x_15; +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; +} } else { -lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; -x_22 = lean_ctor_get(x_15, 1); -lean_inc(x_22); -lean_dec(x_15); -x_23 = 0; -x_24 = lean_box(x_23); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_22); -return x_25; -} +uint8_t x_23; +lean_dec(x_14); +x_23 = !lean_is_exclusive(x_12); +if (x_23 == 0) +{ +lean_object* x_24; uint8_t x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_12, 0); +lean_dec(x_24); +x_25 = 1; +x_26 = lean_box(x_25); +lean_ctor_set(x_12, 0, x_26); +return x_12; } else { -uint8_t x_26; -lean_dec(x_17); -x_26 = !lean_is_exclusive(x_15); -if (x_26 == 0) -{ -lean_object* x_27; uint8_t x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_15, 0); -lean_dec(x_27); +lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; +x_27 = lean_ctor_get(x_12, 1); +lean_inc(x_27); +lean_dec(x_12); x_28 = 1; x_29 = lean_box(x_28); -lean_ctor_set(x_15, 0, x_29); -return x_15; +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_27); +return x_30; +} +} } else { -lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_15, 1); -lean_inc(x_30); -lean_dec(x_15); +uint8_t x_31; lean_object* x_32; lean_object* x_33; +lean_dec(x_2); x_31 = 1; x_32 = lean_box(x_31); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_30); +lean_ctor_set(x_33, 1, x_9); return x_33; } } } } -} LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_object* x_10) { _start: { @@ -2192,7 +2228,7 @@ lean_dec(x_89); x_101 = l_Lean_Elab_instInhabitedInfoTree; x_102 = l_Lean_PersistentArray_get_x21___rarg(x_101, x_88, x_100); lean_dec(x_100); -x_103 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_87, x_1, x_102); +x_103 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_87, x_1, x_102); lean_ctor_set(x_82, 1, x_76); lean_ctor_set(x_82, 0, x_103); x_104 = lean_st_ref_set(x_9, x_81, x_83); @@ -2276,7 +2312,7 @@ lean_dec(x_114); x_125 = l_Lean_Elab_instInhabitedInfoTree; x_126 = l_Lean_PersistentArray_get_x21___rarg(x_125, x_113, x_124); lean_dec(x_124); -x_127 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_112, x_1, x_126); +x_127 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_112, x_1, x_126); x_128 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_128, 0, x_127); lean_ctor_set(x_128, 1, x_76); @@ -2392,7 +2428,7 @@ lean_dec(x_144); x_156 = l_Lean_Elab_instInhabitedInfoTree; x_157 = l_Lean_PersistentArray_get_x21___rarg(x_156, x_142, x_155); lean_dec(x_155); -x_158 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_141, x_1, x_157); +x_158 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_141, x_1, x_157); if (lean_is_scalar(x_143)) { x_159 = lean_alloc_ctor(0, 2, 1); } else { @@ -2500,7 +2536,7 @@ lean_dec(x_178); x_188 = l_Lean_Elab_instInhabitedInfoTree; x_189 = l_Lean_PersistentArray_get_x21___rarg(x_188, x_177, x_187); lean_dec(x_187); -x_190 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_176, x_1, x_189); +x_190 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_176, x_1, x_189); lean_ctor_set(x_171, 1, x_76); lean_ctor_set(x_171, 0, x_190); x_191 = lean_st_ref_set(x_9, x_170, x_172); @@ -2583,7 +2619,7 @@ lean_dec(x_199); x_209 = l_Lean_Elab_instInhabitedInfoTree; x_210 = l_Lean_PersistentArray_get_x21___rarg(x_209, x_198, x_208); lean_dec(x_208); -x_211 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_197, x_1, x_210); +x_211 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_197, x_1, x_210); x_212 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_212, 0, x_211); lean_ctor_set(x_212, 1, x_76); @@ -2699,7 +2735,7 @@ lean_dec(x_227); x_238 = l_Lean_Elab_instInhabitedInfoTree; x_239 = l_Lean_PersistentArray_get_x21___rarg(x_238, x_225, x_237); lean_dec(x_237); -x_240 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_224, x_1, x_239); +x_240 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_224, x_1, x_239); if (lean_is_scalar(x_226)) { x_241 = lean_alloc_ctor(0, 2, 1); } else { @@ -2747,6 +2783,32 @@ return x_246; static lean_object* _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1() { _start: { +uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = 1; +x_2 = lean_box(0); +x_3 = lean_box(x_1); +x_4 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2() { +_start: +{ +uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = 0; +x_2 = lean_box(0); +x_3 = lean_box(x_1); +x_4 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +return x_4; +} +} +static lean_object* _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3() { +_start: +{ lean_object* x_1; x_1 = l_Lean_Elab_postponeExceptionId; return x_1; @@ -2755,269 +2817,210 @@ return x_1; LEAN_EXPORT lean_object* l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___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_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; -x_12 = l_Lean_Elab_Term_saveState___rarg(x_6, x_7, x_8, x_9, x_10, x_11); -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_box(x_3); -x_16 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__1___boxed), 10, 3); -lean_closure_set(x_16, 0, x_1); -lean_closure_set(x_16, 1, x_2); -lean_closure_set(x_16, 2, x_15); +lean_object* x_12; lean_object* x_13; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_17 = l_Lean_Elab_Term_saveState___rarg(x_6, x_7, x_8, x_9, x_10, x_11); +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_box(x_3); +x_21 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__1___boxed), 10, 3); +lean_closure_set(x_21, 0, x_1); +lean_closure_set(x_21, 1, x_2); +lean_closure_set(x_21, 2, x_20); 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_17 = l_Lean_Elab_Term_withSavedContext___rarg(x_4, x_16, x_5, x_6, x_7, x_8, x_9, x_10, x_14); -if (lean_obj_tag(x_17) == 0) +x_22 = l_Lean_Elab_Term_withSavedContext___rarg(x_4, x_21, x_5, x_6, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_18; -lean_dec(x_13); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_18); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) -{ -return x_17; -} -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_17, 0); -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); -lean_inc(x_19); -lean_dec(x_17); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_19); -lean_ctor_set(x_21, 1, x_20); -return x_21; -} +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 = lean_box(0); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_25); +x_12 = x_26; +x_13 = x_24; +goto block_16; } else { -lean_object* x_22; -x_22 = lean_ctor_get(x_17, 0); -lean_inc(x_22); -if (lean_obj_tag(x_22) == 0) +lean_object* x_27; +x_27 = lean_ctor_get(x_22, 0); +lean_inc(x_27); +if (lean_obj_tag(x_27) == 0) { if (x_3 == 0) { -lean_object* x_23; lean_object* x_24; -lean_dec(x_13); -x_23 = lean_ctor_get(x_17, 1); -lean_inc(x_23); -lean_dec(x_17); -x_24 = l_Lean_Elab_logException___at_Lean_Elab_Term_exceptionToSorry___spec__1(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_23); -if (lean_obj_tag(x_24) == 0) -{ -uint8_t x_25; -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) -{ -lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_24, 0); -lean_dec(x_26); -x_27 = 1; -x_28 = lean_box(x_27); -lean_ctor_set(x_24, 0, x_28); -return x_24; -} -else +lean_object* x_28; lean_object* x_29; +lean_dec(x_18); +x_28 = lean_ctor_get(x_22, 1); +lean_inc(x_28); +lean_dec(x_22); +x_29 = l_Lean_Elab_logException___at_Lean_Elab_Term_exceptionToSorry___spec__1(x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_24, 1); -lean_inc(x_29); -lean_dec(x_24); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_29); -return x_32; -} +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +x_31 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1; +x_12 = x_31; +x_13 = x_30; +goto block_16; } else { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_24); -if (x_33 == 0) +uint8_t x_32; +x_32 = !lean_is_exclusive(x_29); +if (x_32 == 0) { -return x_24; +return x_29; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_24, 0); -x_35 = lean_ctor_get(x_24, 1); -lean_inc(x_35); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_29, 0); +x_34 = lean_ctor_get(x_29, 1); lean_inc(x_34); -lean_dec(x_24); -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_inc(x_33); +lean_dec(x_29); +x_35 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set(x_35, 1, x_34); +return x_35; } } } else { -lean_object* x_37; uint8_t x_38; lean_object* x_39; uint8_t x_40; +lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_27); +x_36 = lean_ctor_get(x_22, 1); +lean_inc(x_36); lean_dec(x_22); -x_37 = lean_ctor_get(x_17, 1); -lean_inc(x_37); -lean_dec(x_17); -x_38 = 1; -x_39 = l_Lean_Elab_Term_SavedState_restore(x_13, x_38, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) -{ -lean_object* x_41; uint8_t x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_39, 0); -lean_dec(x_41); -x_42 = 0; -x_43 = lean_box(x_42); -lean_ctor_set(x_39, 0, x_43); -return x_39; -} -else -{ -lean_object* x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_39, 1); -lean_inc(x_44); -lean_dec(x_39); -x_45 = 0; -x_46 = lean_box(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_44); -return x_47; -} +x_37 = 1; +x_38 = l_Lean_Elab_Term_SavedState_restore(x_18, x_37, x_5, x_6, x_7, x_8, x_9, x_10, x_36); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2; +x_12 = x_40; +x_13 = x_39; +goto block_16; } } else { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_17); -if (x_48 == 0) -{ -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_17, 1); -x_50 = lean_ctor_get(x_17, 0); -lean_dec(x_50); -x_51 = lean_ctor_get(x_22, 0); -lean_inc(x_51); -x_52 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1; -x_53 = lean_nat_dec_eq(x_51, x_52); -lean_dec(x_51); -if (x_53 == 0) -{ -lean_dec(x_13); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -return x_17; -} -else +uint8_t x_41; +x_41 = !lean_is_exclusive(x_22); +if (x_41 == 0) { -uint8_t x_54; lean_object* x_55; uint8_t x_56; -lean_free_object(x_17); -lean_dec(x_22); -x_54 = 1; -x_55 = l_Lean_Elab_Term_SavedState_restore(x_13, x_54, x_5, x_6, x_7, x_8, x_9, x_10, x_49); -x_56 = !lean_is_exclusive(x_55); -if (x_56 == 0) +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_22, 1); +x_43 = lean_ctor_get(x_22, 0); +lean_dec(x_43); +x_44 = lean_ctor_get(x_27, 0); +lean_inc(x_44); +x_45 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3; +x_46 = lean_nat_dec_eq(x_44, x_45); +lean_dec(x_44); +if (x_46 == 0) { -lean_object* x_57; uint8_t x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_55, 0); -lean_dec(x_57); -x_58 = 0; -x_59 = lean_box(x_58); -lean_ctor_set(x_55, 0, x_59); -return x_55; +lean_dec(x_18); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +return x_22; } else { -lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; -x_60 = lean_ctor_get(x_55, 1); -lean_inc(x_60); -lean_dec(x_55); -x_61 = 0; -x_62 = lean_box(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_60); -return x_63; -} +uint8_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +lean_free_object(x_22); +lean_dec(x_27); +x_47 = 1; +x_48 = l_Lean_Elab_Term_SavedState_restore(x_18, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_42); +x_49 = lean_ctor_get(x_48, 1); +lean_inc(x_49); +lean_dec(x_48); +x_50 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2; +x_12 = x_50; +x_13 = x_49; +goto block_16; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_64 = lean_ctor_get(x_17, 1); -lean_inc(x_64); -lean_dec(x_17); -x_65 = lean_ctor_get(x_22, 0); -lean_inc(x_65); -x_66 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1; -x_67 = lean_nat_dec_eq(x_65, x_66); -lean_dec(x_65); -if (x_67 == 0) +lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +x_51 = lean_ctor_get(x_22, 1); +lean_inc(x_51); +lean_dec(x_22); +x_52 = lean_ctor_get(x_27, 0); +lean_inc(x_52); +x_53 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3; +x_54 = lean_nat_dec_eq(x_52, x_53); +lean_dec(x_52); +if (x_54 == 0) { -lean_object* x_68; -lean_dec(x_13); +lean_object* x_55; +lean_dec(x_18); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_68 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_68, 0, x_22); -lean_ctor_set(x_68, 1, x_64); -return x_68; +x_55 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_55, 0, x_27); +lean_ctor_set(x_55, 1, x_51); +return x_55; } else { -uint8_t 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_dec(x_22); -x_69 = 1; -x_70 = l_Lean_Elab_Term_SavedState_restore(x_13, x_69, x_5, x_6, x_7, x_8, x_9, x_10, x_64); -x_71 = lean_ctor_get(x_70, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_70)) { - lean_ctor_release(x_70, 0); - lean_ctor_release(x_70, 1); - x_72 = x_70; -} else { - lean_dec_ref(x_70); - x_72 = lean_box(0); -} -x_73 = 0; -x_74 = lean_box(x_73); -if (lean_is_scalar(x_72)) { - x_75 = lean_alloc_ctor(0, 2, 0); -} else { - x_75 = x_72; +uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +lean_dec(x_27); +x_56 = 1; +x_57 = l_Lean_Elab_Term_SavedState_restore(x_18, x_56, x_5, x_6, x_7, x_8, x_9, x_10, x_51); +x_58 = lean_ctor_get(x_57, 1); +lean_inc(x_58); +lean_dec(x_57); +x_59 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2; +x_12 = x_59; +x_13 = x_58; +goto block_16; } -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_71); -return x_75; } } } +block_16: +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +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; } } } @@ -4947,7 +4950,7 @@ x_24 = l___private_Init_Util_0__outOfBounds___rarg(x_23); x_25 = lean_unbox(x_24); lean_dec(x_24); x_26 = 3; -x_27 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_25, x_26); +x_27 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_25, x_26); if (x_27 == 0) { lean_object* x_28; @@ -5003,7 +5006,7 @@ x_43 = lean_array_fget(x_2, x_5); x_44 = lean_unbox(x_43); lean_dec(x_43); x_45 = 3; -x_46 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_44, x_45); +x_46 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_44, x_45); if (x_46 == 0) { lean_object* x_47; @@ -11337,208 +11340,262 @@ lean_inc(x_4); x_41 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_37, x_37, x_4, x_5, x_6, x_7, x_30, x_9, x_34); if (lean_obj_tag(x_41) == 0) { -lean_object* x_42; uint8_t x_43; +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; uint8_t x_98; x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); -x_43 = lean_unbox(x_42); +x_43 = lean_ctor_get(x_41, 1); +lean_inc(x_43); +if (lean_is_exclusive(x_41)) { + lean_ctor_release(x_41, 0); + lean_ctor_release(x_41, 1); + x_44 = x_41; +} else { + lean_dec_ref(x_41); + x_44 = lean_box(0); +} +x_98 = lean_unbox(x_42); lean_dec(x_42); -if (x_43 == 0) +if (x_98 == 0) { if (x_1 == 0) { -lean_object* x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_44 = lean_ctor_get(x_41, 1); -lean_inc(x_44); -lean_dec(x_41); -x_45 = 1; -x_46 = lean_box(x_45); -x_47 = lean_box(x_37); -x_48 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); -lean_closure_set(x_48, 0, x_46); -lean_closure_set(x_48, 1, x_47); +uint8_t x_99; +x_99 = 1; +x_45 = x_99; +goto block_97; +} +else +{ +x_45 = x_37; +goto block_97; +} +} +else +{ +lean_object* x_100; +lean_dec(x_44); +lean_dec(x_40); +x_100 = lean_box(0); +x_3 = x_100; +x_8 = x_30; +x_10 = x_43; +goto _start; +} +block_97: +{ +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_40); +lean_dec(x_30); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_46 = lean_box(0); +if (lean_is_scalar(x_44)) { + x_47 = lean_alloc_ctor(0, 2, 0); +} else { + x_47 = x_44; +} +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_43); +return x_47; +} +else +{ +uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +lean_dec(x_44); +x_48 = 1; +x_49 = lean_box(x_48); +x_50 = lean_box(x_37); +x_51 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); +lean_closure_set(x_51, 0, x_49); +lean_closure_set(x_51, 1, x_50); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_49 = l_Lean_Elab_Term_withoutPostponing___rarg(x_48, x_4, x_5, x_6, x_7, x_30, x_9, x_44); -if (lean_obj_tag(x_49) == 0) +x_52 = l_Lean_Elab_Term_withoutPostponing___rarg(x_51, x_4, x_5, x_6, x_7, x_30, x_9, x_43); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_50; uint8_t x_51; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_unbox(x_50); -lean_dec(x_50); -if (x_51 == 0) +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_unbox(x_53); +lean_dec(x_53); +if (x_54 == 0) { -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -lean_dec(x_49); +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_52, 1); +lean_inc(x_55); +lean_dec(x_52); lean_inc(x_9); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_53 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(x_4, x_5, x_6, x_7, x_30, x_9, x_52); -if (lean_obj_tag(x_53) == 0) +x_56 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(x_4, x_5, x_6, x_7, x_30, x_9, x_55); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_54; uint8_t x_55; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_unbox(x_54); -lean_dec(x_54); -if (x_55 == 0) +lean_object* x_57; uint8_t x_58; +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_56; lean_object* x_57; -x_56 = lean_ctor_get(x_53, 1); -lean_inc(x_56); -lean_dec(x_53); +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_56, 1); +lean_inc(x_59); +lean_dec(x_56); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_57 = l_Lean_Elab_Term_withoutPostponing___rarg(x_40, x_4, x_5, x_6, x_7, x_30, x_9, x_56); -if (lean_obj_tag(x_57) == 0) +x_60 = l_Lean_Elab_Term_withoutPostponing___rarg(x_40, x_4, x_5, x_6, x_7, x_30, x_9, x_59); +if (lean_obj_tag(x_60) == 0) { -lean_object* x_58; uint8_t x_59; -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_61; uint8_t x_62; +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_unbox(x_61); +lean_dec(x_61); +if (x_62 == 0) { -lean_object* x_60; lean_object* x_61; -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); -lean_dec(x_57); +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_60, 1); +lean_inc(x_63); +lean_dec(x_60); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_61 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_37, x_45, x_4, x_5, x_6, x_7, x_30, x_9, x_60); -if (lean_obj_tag(x_61) == 0) +x_64 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_37, x_48, x_4, x_5, x_6, x_7, x_30, x_9, x_63); +if (lean_obj_tag(x_64) == 0) { -lean_object* x_62; uint8_t x_63; -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_unbox(x_62); -lean_dec(x_62); -if (x_63 == 0) +lean_object* x_65; uint8_t x_66; +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +x_66 = lean_unbox(x_65); +lean_dec(x_65); +if (x_66 == 0) { -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_61, 1); -lean_inc(x_64); -lean_dec(x_61); -x_65 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars(x_2, x_4, x_5, x_6, x_7, x_30, x_9, x_64); -return x_65; +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_64, 1); +lean_inc(x_67); +lean_dec(x_64); +x_68 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars(x_2, x_4, x_5, x_6, x_7, x_30, x_9, x_67); +return x_68; } else { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_61, 1); -lean_inc(x_66); -lean_dec(x_61); -x_67 = lean_box(0); -x_3 = x_67; +lean_object* x_69; lean_object* x_70; +x_69 = lean_ctor_get(x_64, 1); +lean_inc(x_69); +lean_dec(x_64); +x_70 = lean_box(0); +x_3 = x_70; x_8 = x_30; -x_10 = x_66; +x_10 = x_69; goto _start; } } else { -uint8_t x_69; +uint8_t x_72; lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_69 = !lean_is_exclusive(x_61); -if (x_69 == 0) +x_72 = !lean_is_exclusive(x_64); +if (x_72 == 0) { -return x_61; +return x_64; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_61, 0); -x_71 = lean_ctor_get(x_61, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_61); -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_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_64, 0); +x_74 = lean_ctor_get(x_64, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_64); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_57, 1); -lean_inc(x_73); -lean_dec(x_57); -x_74 = lean_box(0); -x_3 = x_74; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_60, 1); +lean_inc(x_76); +lean_dec(x_60); +x_77 = lean_box(0); +x_3 = x_77; x_8 = x_30; -x_10 = x_73; +x_10 = x_76; goto _start; } } else { -uint8_t x_76; +uint8_t x_79; lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_76 = !lean_is_exclusive(x_57); -if (x_76 == 0) +x_79 = !lean_is_exclusive(x_60); +if (x_79 == 0) { -return x_57; +return x_60; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_57, 0); -x_78 = lean_ctor_get(x_57, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_57); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_60, 0); +x_81 = lean_ctor_get(x_60, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_60); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } else { -lean_object* x_80; lean_object* x_81; +lean_object* x_83; lean_object* x_84; lean_dec(x_40); -x_80 = lean_ctor_get(x_53, 1); -lean_inc(x_80); -lean_dec(x_53); -x_81 = lean_box(0); -x_3 = x_81; +x_83 = lean_ctor_get(x_56, 1); +lean_inc(x_83); +lean_dec(x_56); +x_84 = lean_box(0); +x_3 = x_84; x_8 = x_30; -x_10 = x_80; +x_10 = x_83; goto _start; } } else { -uint8_t x_83; +uint8_t x_86; lean_dec(x_40); lean_dec(x_30); lean_dec(x_9); @@ -11546,73 +11603,43 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_83 = !lean_is_exclusive(x_53); -if (x_83 == 0) +x_86 = !lean_is_exclusive(x_56); +if (x_86 == 0) { -return x_53; +return x_56; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_53, 0); -x_85 = lean_ctor_get(x_53, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_53); -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_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_56, 0); +x_88 = lean_ctor_get(x_56, 1); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_56); +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } } else { -lean_object* x_87; lean_object* x_88; +lean_object* x_90; lean_object* x_91; lean_dec(x_40); -x_87 = lean_ctor_get(x_49, 1); -lean_inc(x_87); -lean_dec(x_49); -x_88 = lean_box(0); -x_3 = x_88; +x_90 = lean_ctor_get(x_52, 1); +lean_inc(x_90); +lean_dec(x_52); +x_91 = lean_box(0); +x_3 = x_91; x_8 = x_30; -x_10 = x_87; +x_10 = x_90; goto _start; } } else { -uint8_t x_90; -lean_dec(x_40); -lean_dec(x_30); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_90 = !lean_is_exclusive(x_49); -if (x_90 == 0) -{ -return x_49; -} -else -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_49, 0); -x_92 = lean_ctor_get(x_49, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_49); -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; -} -} -} -else -{ -uint8_t x_94; +uint8_t x_93; lean_dec(x_40); lean_dec(x_30); lean_dec(x_9); @@ -11620,47 +11647,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_94 = !lean_is_exclusive(x_41); -if (x_94 == 0) +x_93 = !lean_is_exclusive(x_52); +if (x_93 == 0) { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_41, 0); -lean_dec(x_95); -x_96 = lean_box(0); -lean_ctor_set(x_41, 0, x_96); -return x_41; +return x_52; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_41, 1); -lean_inc(x_97); -lean_dec(x_41); -x_98 = lean_box(0); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_97); -return x_99; +lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_52, 0); +x_95 = lean_ctor_get(x_52, 1); +lean_inc(x_95); +lean_inc(x_94); +lean_dec(x_52); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } } -else -{ -lean_object* x_100; lean_object* x_101; -lean_dec(x_40); -x_100 = lean_ctor_get(x_41, 1); -lean_inc(x_100); -lean_dec(x_41); -x_101 = lean_box(0); -x_3 = x_101; -x_8 = x_30; -x_10 = x_100; -goto _start; } } else { -uint8_t x_103; +uint8_t x_102; lean_dec(x_40); lean_dec(x_30); lean_dec(x_9); @@ -11668,417 +11679,428 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_103 = !lean_is_exclusive(x_41); -if (x_103 == 0) +x_102 = !lean_is_exclusive(x_41); +if (x_102 == 0) { return x_41; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_41, 0); -x_105 = lean_ctor_get(x_41, 1); -lean_inc(x_105); +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_41, 0); +x_104 = lean_ctor_get(x_41, 1); lean_inc(x_104); +lean_inc(x_103); lean_dec(x_41); -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; +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 { -lean_object* x_107; +lean_object* x_106; lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_107 = lean_box(0); -lean_ctor_set(x_31, 0, x_107); +x_106 = lean_box(0); +lean_ctor_set(x_31, 0, x_106); return x_31; } } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; -x_108 = lean_ctor_get(x_31, 0); -x_109 = lean_ctor_get(x_31, 1); -lean_inc(x_109); +lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_107 = lean_ctor_get(x_31, 0); +x_108 = lean_ctor_get(x_31, 1); lean_inc(x_108); +lean_inc(x_107); lean_dec(x_31); -x_110 = lean_ctor_get(x_108, 2); -lean_inc(x_110); -lean_dec(x_108); -x_111 = l_List_isEmpty___rarg(x_110); -lean_dec(x_110); -if (x_111 == 0) -{ -uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_112 = 0; -x_113 = lean_box(x_112); -x_114 = lean_box(x_112); -x_115 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); -lean_closure_set(x_115, 0, x_113); -lean_closure_set(x_115, 1, x_114); +x_109 = lean_ctor_get(x_107, 2); +lean_inc(x_109); +lean_dec(x_107); +x_110 = l_List_isEmpty___rarg(x_109); +lean_dec(x_109); +if (x_110 == 0) +{ +uint8_t x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_111 = 0; +x_112 = lean_box(x_111); +x_113 = lean_box(x_111); +x_114 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); +lean_closure_set(x_114, 0, x_112); +lean_closure_set(x_114, 1, x_113); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_116 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_112, x_112, x_4, x_5, x_6, x_7, x_30, x_9, x_109); -if (lean_obj_tag(x_116) == 0) +x_115 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_111, x_111, x_4, x_5, x_6, x_7, x_30, x_9, x_108); +if (lean_obj_tag(x_115) == 0) { -lean_object* x_117; uint8_t x_118; -x_117 = lean_ctor_get(x_116, 0); +lean_object* x_116; lean_object* x_117; lean_object* x_118; uint8_t x_119; uint8_t x_172; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_115, 1); lean_inc(x_117); -x_118 = lean_unbox(x_117); -lean_dec(x_117); -if (x_118 == 0) +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_118 = x_115; +} else { + lean_dec_ref(x_115); + x_118 = lean_box(0); +} +x_172 = lean_unbox(x_116); +lean_dec(x_116); +if (x_172 == 0) { if (x_1 == 0) { -lean_object* x_119; uint8_t x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_119 = lean_ctor_get(x_116, 1); -lean_inc(x_119); -lean_dec(x_116); -x_120 = 1; -x_121 = lean_box(x_120); -x_122 = lean_box(x_112); -x_123 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); -lean_closure_set(x_123, 0, x_121); -lean_closure_set(x_123, 1, x_122); +uint8_t x_173; +x_173 = 1; +x_119 = x_173; +goto block_171; +} +else +{ +x_119 = x_111; +goto block_171; +} +} +else +{ +lean_object* x_174; +lean_dec(x_118); +lean_dec(x_114); +x_174 = lean_box(0); +x_3 = x_174; +x_8 = x_30; +x_10 = x_117; +goto _start; +} +block_171: +{ +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; +lean_dec(x_114); +lean_dec(x_30); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_120 = lean_box(0); +if (lean_is_scalar(x_118)) { + x_121 = lean_alloc_ctor(0, 2, 0); +} else { + x_121 = x_118; +} +lean_ctor_set(x_121, 0, x_120); +lean_ctor_set(x_121, 1, x_117); +return x_121; +} +else +{ +uint8_t x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; +lean_dec(x_118); +x_122 = 1; +x_123 = lean_box(x_122); +x_124 = lean_box(x_111); +x_125 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); +lean_closure_set(x_125, 0, x_123); +lean_closure_set(x_125, 1, x_124); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_124 = l_Lean_Elab_Term_withoutPostponing___rarg(x_123, x_4, x_5, x_6, x_7, x_30, x_9, x_119); -if (lean_obj_tag(x_124) == 0) -{ -lean_object* x_125; uint8_t x_126; -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -x_126 = lean_unbox(x_125); -lean_dec(x_125); -if (x_126 == 0) +x_126 = l_Lean_Elab_Term_withoutPostponing___rarg(x_125, x_4, x_5, x_6, x_7, x_30, x_9, x_117); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_127; lean_object* x_128; -x_127 = lean_ctor_get(x_124, 1); +lean_object* x_127; uint8_t x_128; +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -lean_dec(x_124); +x_128 = lean_unbox(x_127); +lean_dec(x_127); +if (x_128 == 0) +{ +lean_object* x_129; lean_object* x_130; +x_129 = lean_ctor_get(x_126, 1); +lean_inc(x_129); +lean_dec(x_126); lean_inc(x_9); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_128 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(x_4, x_5, x_6, x_7, x_30, x_9, x_127); -if (lean_obj_tag(x_128) == 0) -{ -lean_object* x_129; uint8_t x_130; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_unbox(x_129); -lean_dec(x_129); -if (x_130 == 0) +x_130 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(x_4, x_5, x_6, x_7, x_30, x_9, x_129); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_131; lean_object* x_132; -x_131 = lean_ctor_get(x_128, 1); +lean_object* x_131; uint8_t x_132; +x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); -lean_dec(x_128); +x_132 = lean_unbox(x_131); +lean_dec(x_131); +if (x_132 == 0) +{ +lean_object* x_133; lean_object* x_134; +x_133 = lean_ctor_get(x_130, 1); +lean_inc(x_133); +lean_dec(x_130); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_132 = l_Lean_Elab_Term_withoutPostponing___rarg(x_115, x_4, x_5, x_6, x_7, x_30, x_9, x_131); -if (lean_obj_tag(x_132) == 0) +x_134 = l_Lean_Elab_Term_withoutPostponing___rarg(x_114, x_4, x_5, x_6, x_7, x_30, x_9, x_133); +if (lean_obj_tag(x_134) == 0) { -lean_object* x_133; uint8_t x_134; -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_unbox(x_133); -lean_dec(x_133); -if (x_134 == 0) -{ -lean_object* x_135; lean_object* x_136; -x_135 = lean_ctor_get(x_132, 1); +lean_object* x_135; uint8_t x_136; +x_135 = lean_ctor_get(x_134, 0); lean_inc(x_135); -lean_dec(x_132); +x_136 = lean_unbox(x_135); +lean_dec(x_135); +if (x_136 == 0) +{ +lean_object* x_137; lean_object* x_138; +x_137 = lean_ctor_get(x_134, 1); +lean_inc(x_137); +lean_dec(x_134); lean_inc(x_9); lean_inc(x_30); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_136 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_112, x_120, x_4, x_5, x_6, x_7, x_30, x_9, x_135); -if (lean_obj_tag(x_136) == 0) -{ -lean_object* x_137; uint8_t x_138; -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -x_138 = lean_unbox(x_137); -lean_dec(x_137); -if (x_138 == 0) +x_138 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_111, x_122, x_4, x_5, x_6, x_7, x_30, x_9, x_137); +if (lean_obj_tag(x_138) == 0) { -lean_object* x_139; lean_object* x_140; -x_139 = lean_ctor_get(x_136, 1); +lean_object* x_139; uint8_t x_140; +x_139 = lean_ctor_get(x_138, 0); lean_inc(x_139); -lean_dec(x_136); -x_140 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars(x_2, x_4, x_5, x_6, x_7, x_30, x_9, x_139); -return x_140; -} -else +x_140 = lean_unbox(x_139); +lean_dec(x_139); +if (x_140 == 0) { lean_object* x_141; lean_object* x_142; -x_141 = lean_ctor_get(x_136, 1); +x_141 = lean_ctor_get(x_138, 1); lean_inc(x_141); -lean_dec(x_136); -x_142 = lean_box(0); -x_3 = x_142; +lean_dec(x_138); +x_142 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars(x_2, x_4, x_5, x_6, x_7, x_30, x_9, x_141); +return x_142; +} +else +{ +lean_object* x_143; lean_object* x_144; +x_143 = lean_ctor_get(x_138, 1); +lean_inc(x_143); +lean_dec(x_138); +x_144 = lean_box(0); +x_3 = x_144; x_8 = x_30; -x_10 = x_141; +x_10 = x_143; goto _start; } } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_144 = lean_ctor_get(x_136, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_136, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_136)) { - lean_ctor_release(x_136, 0); - lean_ctor_release(x_136, 1); - x_146 = x_136; +x_146 = lean_ctor_get(x_138, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_138, 1); +lean_inc(x_147); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + lean_ctor_release(x_138, 1); + x_148 = x_138; } else { - lean_dec_ref(x_136); - x_146 = lean_box(0); + lean_dec_ref(x_138); + x_148 = lean_box(0); } -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_148)) { + x_149 = lean_alloc_ctor(1, 2, 0); } else { - x_147 = x_146; + x_149 = x_148; } -lean_ctor_set(x_147, 0, x_144); -lean_ctor_set(x_147, 1, x_145); -return x_147; +lean_ctor_set(x_149, 0, x_146); +lean_ctor_set(x_149, 1, x_147); +return x_149; } } else { -lean_object* x_148; lean_object* x_149; -x_148 = lean_ctor_get(x_132, 1); -lean_inc(x_148); -lean_dec(x_132); -x_149 = lean_box(0); -x_3 = x_149; +lean_object* x_150; lean_object* x_151; +x_150 = lean_ctor_get(x_134, 1); +lean_inc(x_150); +lean_dec(x_134); +x_151 = lean_box(0); +x_3 = x_151; x_8 = x_30; -x_10 = x_148; +x_10 = x_150; goto _start; } } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_151 = lean_ctor_get(x_132, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_132, 1); -lean_inc(x_152); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_153 = x_132; +x_153 = lean_ctor_get(x_134, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_134, 1); +lean_inc(x_154); +if (lean_is_exclusive(x_134)) { + lean_ctor_release(x_134, 0); + lean_ctor_release(x_134, 1); + x_155 = x_134; } else { - lean_dec_ref(x_132); - x_153 = lean_box(0); + lean_dec_ref(x_134); + x_155 = lean_box(0); } -if (lean_is_scalar(x_153)) { - x_154 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_155)) { + x_156 = lean_alloc_ctor(1, 2, 0); } else { - x_154 = x_153; + x_156 = x_155; } -lean_ctor_set(x_154, 0, x_151); -lean_ctor_set(x_154, 1, x_152); -return x_154; +lean_ctor_set(x_156, 0, x_153); +lean_ctor_set(x_156, 1, x_154); +return x_156; } } else { -lean_object* x_155; lean_object* x_156; -lean_dec(x_115); -x_155 = lean_ctor_get(x_128, 1); -lean_inc(x_155); -lean_dec(x_128); -x_156 = lean_box(0); -x_3 = x_156; +lean_object* x_157; lean_object* x_158; +lean_dec(x_114); +x_157 = lean_ctor_get(x_130, 1); +lean_inc(x_157); +lean_dec(x_130); +x_158 = lean_box(0); +x_3 = x_158; x_8 = x_30; -x_10 = x_155; +x_10 = x_157; goto _start; } } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -lean_dec(x_115); +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_114); lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_158 = lean_ctor_get(x_128, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_128, 1); -lean_inc(x_159); -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - lean_ctor_release(x_128, 1); - x_160 = x_128; +x_160 = lean_ctor_get(x_130, 0); +lean_inc(x_160); +x_161 = lean_ctor_get(x_130, 1); +lean_inc(x_161); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + x_162 = x_130; } else { - lean_dec_ref(x_128); - x_160 = lean_box(0); + lean_dec_ref(x_130); + x_162 = lean_box(0); } -if (lean_is_scalar(x_160)) { - x_161 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_162)) { + x_163 = lean_alloc_ctor(1, 2, 0); } else { - x_161 = x_160; + x_163 = x_162; } -lean_ctor_set(x_161, 0, x_158); -lean_ctor_set(x_161, 1, x_159); -return x_161; +lean_ctor_set(x_163, 0, x_160); +lean_ctor_set(x_163, 1, x_161); +return x_163; } } else { -lean_object* x_162; lean_object* x_163; -lean_dec(x_115); -x_162 = lean_ctor_get(x_124, 1); -lean_inc(x_162); -lean_dec(x_124); -x_163 = lean_box(0); -x_3 = x_163; +lean_object* x_164; lean_object* x_165; +lean_dec(x_114); +x_164 = lean_ctor_get(x_126, 1); +lean_inc(x_164); +lean_dec(x_126); +x_165 = lean_box(0); +x_3 = x_165; x_8 = x_30; -x_10 = x_162; +x_10 = x_164; goto _start; } } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; -lean_dec(x_115); -lean_dec(x_30); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_165 = lean_ctor_get(x_124, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_124, 1); -lean_inc(x_166); -if (lean_is_exclusive(x_124)) { - lean_ctor_release(x_124, 0); - lean_ctor_release(x_124, 1); - x_167 = x_124; -} else { - lean_dec_ref(x_124); - x_167 = lean_box(0); -} -if (lean_is_scalar(x_167)) { - x_168 = lean_alloc_ctor(1, 2, 0); -} else { - x_168 = x_167; -} -lean_ctor_set(x_168, 0, x_165); -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_dec(x_115); +lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +lean_dec(x_114); lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_169 = lean_ctor_get(x_116, 1); -lean_inc(x_169); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_170 = x_116; +x_167 = lean_ctor_get(x_126, 0); +lean_inc(x_167); +x_168 = lean_ctor_get(x_126, 1); +lean_inc(x_168); +if (lean_is_exclusive(x_126)) { + lean_ctor_release(x_126, 0); + lean_ctor_release(x_126, 1); + x_169 = x_126; } else { - lean_dec_ref(x_116); - x_170 = lean_box(0); + lean_dec_ref(x_126); + x_169 = lean_box(0); } -x_171 = lean_box(0); -if (lean_is_scalar(x_170)) { - x_172 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_169)) { + x_170 = lean_alloc_ctor(1, 2, 0); } else { - x_172 = x_170; + x_170 = x_169; } -lean_ctor_set(x_172, 0, x_171); -lean_ctor_set(x_172, 1, x_169); -return x_172; +lean_ctor_set(x_170, 0, x_167); +lean_ctor_set(x_170, 1, x_168); +return x_170; } } -else -{ -lean_object* x_173; lean_object* x_174; -lean_dec(x_115); -x_173 = lean_ctor_get(x_116, 1); -lean_inc(x_173); -lean_dec(x_116); -x_174 = lean_box(0); -x_3 = x_174; -x_8 = x_30; -x_10 = x_173; -goto _start; } } else { lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; -lean_dec(x_115); +lean_dec(x_114); lean_dec(x_30); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_176 = lean_ctor_get(x_116, 0); +x_176 = lean_ctor_get(x_115, 0); lean_inc(x_176); -x_177 = lean_ctor_get(x_116, 1); +x_177 = lean_ctor_get(x_115, 1); lean_inc(x_177); -if (lean_is_exclusive(x_116)) { - lean_ctor_release(x_116, 0); - lean_ctor_release(x_116, 1); - x_178 = x_116; +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_178 = x_115; } else { - lean_dec_ref(x_116); + lean_dec_ref(x_115); x_178 = lean_box(0); } if (lean_is_scalar(x_178)) { @@ -12103,7 +12125,7 @@ lean_dec(x_4); x_180 = lean_box(0); x_181 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_109); +lean_ctor_set(x_181, 1, x_108); return x_181; } } @@ -12240,212 +12262,266 @@ lean_inc(x_4); x_210 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_206, x_206, x_4, x_5, x_6, x_7, x_199, x_9, x_202); if (lean_obj_tag(x_210) == 0) { -lean_object* x_211; uint8_t x_212; +lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t x_214; uint8_t x_267; x_211 = lean_ctor_get(x_210, 0); lean_inc(x_211); -x_212 = lean_unbox(x_211); +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; +} else { + lean_dec_ref(x_210); + x_213 = lean_box(0); +} +x_267 = lean_unbox(x_211); lean_dec(x_211); -if (x_212 == 0) +if (x_267 == 0) { if (x_1 == 0) { -lean_object* x_213; uint8_t x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; -x_213 = lean_ctor_get(x_210, 1); -lean_inc(x_213); -lean_dec(x_210); -x_214 = 1; -x_215 = lean_box(x_214); -x_216 = lean_box(x_206); -x_217 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); -lean_closure_set(x_217, 0, x_215); -lean_closure_set(x_217, 1, x_216); +uint8_t x_268; +x_268 = 1; +x_214 = x_268; +goto block_266; +} +else +{ +x_214 = x_206; +goto block_266; +} +} +else +{ +lean_object* x_269; +lean_dec(x_213); +lean_dec(x_209); +x_269 = lean_box(0); +x_3 = x_269; +x_8 = x_199; +x_10 = x_212; +goto _start; +} +block_266: +{ +if (x_214 == 0) +{ +lean_object* x_215; lean_object* x_216; +lean_dec(x_209); +lean_dec(x_199); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_215 = lean_box(0); +if (lean_is_scalar(x_213)) { + x_216 = lean_alloc_ctor(0, 2, 0); +} else { + x_216 = x_213; +} +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_212); +return x_216; +} +else +{ +uint8_t x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; +lean_dec(x_213); +x_217 = 1; +x_218 = lean_box(x_217); +x_219 = lean_box(x_206); +x_220 = lean_alloc_closure((void*)(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___boxed), 9, 2); +lean_closure_set(x_220, 0, x_218); +lean_closure_set(x_220, 1, x_219); lean_inc(x_9); lean_inc(x_199); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_218 = l_Lean_Elab_Term_withoutPostponing___rarg(x_217, x_4, x_5, x_6, x_7, x_199, x_9, x_213); -if (lean_obj_tag(x_218) == 0) +x_221 = l_Lean_Elab_Term_withoutPostponing___rarg(x_220, x_4, x_5, x_6, x_7, x_199, x_9, x_212); +if (lean_obj_tag(x_221) == 0) { -lean_object* x_219; uint8_t x_220; -x_219 = lean_ctor_get(x_218, 0); -lean_inc(x_219); -x_220 = lean_unbox(x_219); -lean_dec(x_219); -if (x_220 == 0) +lean_object* x_222; uint8_t x_223; +x_222 = lean_ctor_get(x_221, 0); +lean_inc(x_222); +x_223 = lean_unbox(x_222); +lean_dec(x_222); +if (x_223 == 0) { -lean_object* x_221; lean_object* x_222; -x_221 = lean_ctor_get(x_218, 1); -lean_inc(x_221); -lean_dec(x_218); +lean_object* x_224; lean_object* x_225; +x_224 = lean_ctor_get(x_221, 1); +lean_inc(x_224); +lean_dec(x_221); lean_inc(x_9); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_222 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(x_4, x_5, x_6, x_7, x_199, x_9, x_221); -if (lean_obj_tag(x_222) == 0) -{ -lean_object* x_223; uint8_t x_224; -x_223 = lean_ctor_get(x_222, 0); -lean_inc(x_223); -x_224 = lean_unbox(x_223); -lean_dec(x_223); -if (x_224 == 0) -{ -lean_object* x_225; lean_object* x_226; -x_225 = lean_ctor_get(x_222, 1); -lean_inc(x_225); -lean_dec(x_222); +x_225 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefault(x_4, x_5, x_6, x_7, x_199, x_9, x_224); +if (lean_obj_tag(x_225) == 0) +{ +lean_object* x_226; uint8_t x_227; +x_226 = lean_ctor_get(x_225, 0); +lean_inc(x_226); +x_227 = lean_unbox(x_226); +lean_dec(x_226); +if (x_227 == 0) +{ +lean_object* x_228; lean_object* x_229; +x_228 = lean_ctor_get(x_225, 1); +lean_inc(x_228); +lean_dec(x_225); lean_inc(x_9); lean_inc(x_199); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_226 = l_Lean_Elab_Term_withoutPostponing___rarg(x_209, x_4, x_5, x_6, x_7, x_199, x_9, x_225); -if (lean_obj_tag(x_226) == 0) +x_229 = l_Lean_Elab_Term_withoutPostponing___rarg(x_209, x_4, x_5, x_6, x_7, x_199, x_9, x_228); +if (lean_obj_tag(x_229) == 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) +lean_object* x_230; uint8_t x_231; +x_230 = lean_ctor_get(x_229, 0); +lean_inc(x_230); +x_231 = lean_unbox(x_230); +lean_dec(x_230); +if (x_231 == 0) { -lean_object* x_229; lean_object* x_230; -x_229 = lean_ctor_get(x_226, 1); -lean_inc(x_229); -lean_dec(x_226); +lean_object* x_232; lean_object* x_233; +x_232 = lean_ctor_get(x_229, 1); +lean_inc(x_232); +lean_dec(x_229); lean_inc(x_9); lean_inc(x_199); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_230 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_206, x_214, x_4, x_5, x_6, x_7, x_199, x_9, x_229); -if (lean_obj_tag(x_230) == 0) -{ -lean_object* x_231; uint8_t x_232; -x_231 = lean_ctor_get(x_230, 0); -lean_inc(x_231); -x_232 = lean_unbox(x_231); -lean_dec(x_231); -if (x_232 == 0) -{ -lean_object* x_233; lean_object* x_234; -x_233 = lean_ctor_get(x_230, 1); -lean_inc(x_233); -lean_dec(x_230); -x_234 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars(x_2, x_4, x_5, x_6, x_7, x_199, x_9, x_233); -return x_234; +x_233 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep(x_206, x_217, x_4, x_5, x_6, x_7, x_199, x_9, x_232); +if (lean_obj_tag(x_233) == 0) +{ +lean_object* x_234; uint8_t x_235; +x_234 = lean_ctor_get(x_233, 0); +lean_inc(x_234); +x_235 = lean_unbox(x_234); +lean_dec(x_234); +if (x_235 == 0) +{ +lean_object* x_236; lean_object* x_237; +x_236 = lean_ctor_get(x_233, 1); +lean_inc(x_236); +lean_dec(x_233); +x_237 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_reportStuckSyntheticMVars(x_2, x_4, x_5, x_6, x_7, x_199, x_9, x_236); +return x_237; } else { -lean_object* x_235; lean_object* x_236; -x_235 = lean_ctor_get(x_230, 1); -lean_inc(x_235); -lean_dec(x_230); -x_236 = lean_box(0); -x_3 = x_236; +lean_object* x_238; lean_object* x_239; +x_238 = lean_ctor_get(x_233, 1); +lean_inc(x_238); +lean_dec(x_233); +x_239 = lean_box(0); +x_3 = x_239; x_8 = x_199; -x_10 = x_235; +x_10 = x_238; goto _start; } } else { -lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; +lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_dec(x_199); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_238 = lean_ctor_get(x_230, 0); -lean_inc(x_238); -x_239 = lean_ctor_get(x_230, 1); -lean_inc(x_239); -if (lean_is_exclusive(x_230)) { - lean_ctor_release(x_230, 0); - lean_ctor_release(x_230, 1); - x_240 = x_230; +x_241 = lean_ctor_get(x_233, 0); +lean_inc(x_241); +x_242 = lean_ctor_get(x_233, 1); +lean_inc(x_242); +if (lean_is_exclusive(x_233)) { + lean_ctor_release(x_233, 0); + lean_ctor_release(x_233, 1); + x_243 = x_233; } else { - lean_dec_ref(x_230); - x_240 = lean_box(0); + lean_dec_ref(x_233); + x_243 = lean_box(0); } -if (lean_is_scalar(x_240)) { - x_241 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_243)) { + x_244 = lean_alloc_ctor(1, 2, 0); } else { - x_241 = x_240; + x_244 = x_243; } -lean_ctor_set(x_241, 0, x_238); -lean_ctor_set(x_241, 1, x_239); -return x_241; +lean_ctor_set(x_244, 0, x_241); +lean_ctor_set(x_244, 1, x_242); +return x_244; } } else { -lean_object* x_242; lean_object* x_243; -x_242 = lean_ctor_get(x_226, 1); -lean_inc(x_242); -lean_dec(x_226); -x_243 = lean_box(0); -x_3 = x_243; +lean_object* x_245; lean_object* x_246; +x_245 = lean_ctor_get(x_229, 1); +lean_inc(x_245); +lean_dec(x_229); +x_246 = lean_box(0); +x_3 = x_246; x_8 = x_199; -x_10 = x_242; +x_10 = x_245; goto _start; } } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; +lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_dec(x_199); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_245 = lean_ctor_get(x_226, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_226, 1); -lean_inc(x_246); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - lean_ctor_release(x_226, 1); - x_247 = x_226; +x_248 = lean_ctor_get(x_229, 0); +lean_inc(x_248); +x_249 = lean_ctor_get(x_229, 1); +lean_inc(x_249); +if (lean_is_exclusive(x_229)) { + lean_ctor_release(x_229, 0); + lean_ctor_release(x_229, 1); + x_250 = x_229; } else { - lean_dec_ref(x_226); - x_247 = lean_box(0); + lean_dec_ref(x_229); + x_250 = lean_box(0); } -if (lean_is_scalar(x_247)) { - x_248 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_250)) { + x_251 = lean_alloc_ctor(1, 2, 0); } else { - x_248 = x_247; + x_251 = x_250; } -lean_ctor_set(x_248, 0, x_245); -lean_ctor_set(x_248, 1, x_246); -return x_248; +lean_ctor_set(x_251, 0, x_248); +lean_ctor_set(x_251, 1, x_249); +return x_251; } } else { -lean_object* x_249; lean_object* x_250; +lean_object* x_252; lean_object* x_253; lean_dec(x_209); -x_249 = lean_ctor_get(x_222, 1); -lean_inc(x_249); -lean_dec(x_222); -x_250 = lean_box(0); -x_3 = x_250; +x_252 = lean_ctor_get(x_225, 1); +lean_inc(x_252); +lean_dec(x_225); +x_253 = lean_box(0); +x_3 = x_253; x_8 = x_199; -x_10 = x_249; +x_10 = x_252; goto _start; } } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; +lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_dec(x_209); lean_dec(x_199); lean_dec(x_9); @@ -12453,45 +12529,45 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_252 = lean_ctor_get(x_222, 0); -lean_inc(x_252); -x_253 = lean_ctor_get(x_222, 1); -lean_inc(x_253); -if (lean_is_exclusive(x_222)) { - lean_ctor_release(x_222, 0); - lean_ctor_release(x_222, 1); - x_254 = x_222; +x_255 = lean_ctor_get(x_225, 0); +lean_inc(x_255); +x_256 = lean_ctor_get(x_225, 1); +lean_inc(x_256); +if (lean_is_exclusive(x_225)) { + lean_ctor_release(x_225, 0); + lean_ctor_release(x_225, 1); + x_257 = x_225; } else { - lean_dec_ref(x_222); - x_254 = lean_box(0); + lean_dec_ref(x_225); + x_257 = lean_box(0); } -if (lean_is_scalar(x_254)) { - x_255 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_257)) { + x_258 = lean_alloc_ctor(1, 2, 0); } else { - x_255 = x_254; + x_258 = x_257; } -lean_ctor_set(x_255, 0, x_252); -lean_ctor_set(x_255, 1, x_253); -return x_255; +lean_ctor_set(x_258, 0, x_255); +lean_ctor_set(x_258, 1, x_256); +return x_258; } } else { -lean_object* x_256; lean_object* x_257; +lean_object* x_259; lean_object* x_260; lean_dec(x_209); -x_256 = lean_ctor_get(x_218, 1); -lean_inc(x_256); -lean_dec(x_218); -x_257 = lean_box(0); -x_3 = x_257; +x_259 = lean_ctor_get(x_221, 1); +lean_inc(x_259); +lean_dec(x_221); +x_260 = lean_box(0); +x_3 = x_260; x_8 = x_199; -x_10 = x_256; +x_10 = x_259; goto _start; } } else { -lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; +lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_dec(x_209); lean_dec(x_199); lean_dec(x_9); @@ -12499,76 +12575,33 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_259 = lean_ctor_get(x_218, 0); -lean_inc(x_259); -x_260 = lean_ctor_get(x_218, 1); -lean_inc(x_260); -if (lean_is_exclusive(x_218)) { - lean_ctor_release(x_218, 0); - lean_ctor_release(x_218, 1); - x_261 = x_218; -} else { - lean_dec_ref(x_218); - x_261 = lean_box(0); -} -if (lean_is_scalar(x_261)) { - x_262 = lean_alloc_ctor(1, 2, 0); -} else { - x_262 = x_261; -} -lean_ctor_set(x_262, 0, x_259); -lean_ctor_set(x_262, 1, x_260); -return x_262; -} -} -else -{ -lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; -lean_dec(x_209); -lean_dec(x_199); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_263 = lean_ctor_get(x_210, 1); +x_262 = lean_ctor_get(x_221, 0); +lean_inc(x_262); +x_263 = lean_ctor_get(x_221, 1); lean_inc(x_263); -if (lean_is_exclusive(x_210)) { - lean_ctor_release(x_210, 0); - lean_ctor_release(x_210, 1); - x_264 = x_210; +if (lean_is_exclusive(x_221)) { + lean_ctor_release(x_221, 0); + lean_ctor_release(x_221, 1); + x_264 = x_221; } else { - lean_dec_ref(x_210); + lean_dec_ref(x_221); x_264 = lean_box(0); } -x_265 = lean_box(0); if (lean_is_scalar(x_264)) { - x_266 = lean_alloc_ctor(0, 2, 0); + x_265 = lean_alloc_ctor(1, 2, 0); } else { - x_266 = x_264; + x_265 = x_264; } -lean_ctor_set(x_266, 0, x_265); -lean_ctor_set(x_266, 1, x_263); -return x_266; +lean_ctor_set(x_265, 0, x_262); +lean_ctor_set(x_265, 1, x_263); +return x_265; } } -else -{ -lean_object* x_267; lean_object* x_268; -lean_dec(x_209); -x_267 = lean_ctor_get(x_210, 1); -lean_inc(x_267); -lean_dec(x_210); -x_268 = lean_box(0); -x_3 = x_268; -x_8 = x_199; -x_10 = x_267; -goto _start; } } else { -lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; +lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_dec(x_209); lean_dec(x_199); lean_dec(x_9); @@ -12576,51 +12609,51 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_270 = lean_ctor_get(x_210, 0); -lean_inc(x_270); -x_271 = lean_ctor_get(x_210, 1); +x_271 = lean_ctor_get(x_210, 0); lean_inc(x_271); +x_272 = lean_ctor_get(x_210, 1); +lean_inc(x_272); if (lean_is_exclusive(x_210)) { lean_ctor_release(x_210, 0); lean_ctor_release(x_210, 1); - x_272 = x_210; + x_273 = x_210; } else { lean_dec_ref(x_210); - x_272 = lean_box(0); + x_273 = lean_box(0); } -if (lean_is_scalar(x_272)) { - x_273 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_273)) { + x_274 = lean_alloc_ctor(1, 2, 0); } else { - x_273 = x_272; + x_274 = x_273; } -lean_ctor_set(x_273, 0, x_270); -lean_ctor_set(x_273, 1, x_271); -return x_273; +lean_ctor_set(x_274, 0, x_271); +lean_ctor_set(x_274, 1, x_272); +return x_274; } } else { -lean_object* x_274; lean_object* x_275; +lean_object* x_275; lean_object* x_276; lean_dec(x_199); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_274 = lean_box(0); +x_275 = lean_box(0); if (lean_is_scalar(x_203)) { - x_275 = lean_alloc_ctor(0, 2, 0); + x_276 = lean_alloc_ctor(0, 2, 0); } else { - x_275 = x_203; + x_276 = x_203; } -lean_ctor_set(x_275, 0, x_274); -lean_ctor_set(x_275, 1, x_202); -return x_275; +lean_ctor_set(x_276, 0, x_275); +lean_ctor_set(x_276, 1, x_202); +return x_276; } } else { -lean_object* x_276; +lean_object* x_277; lean_dec(x_193); lean_dec(x_192); lean_dec(x_191); @@ -12631,43 +12664,43 @@ lean_dec(x_186); lean_dec(x_185); lean_dec(x_184); lean_dec(x_183); -x_276 = l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_synthesizeSyntheticMVars_loop___spec__1(x_194, x_4, x_5, x_6, x_7, x_195, x_9, x_13); +x_277 = l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Term_synthesizeSyntheticMVars_loop___spec__1(x_194, x_4, x_5, x_6, x_7, x_195, x_9, x_13); lean_dec(x_9); lean_dec(x_195); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_276; +return x_277; } } } else { -uint8_t x_277; +uint8_t x_278; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_277 = !lean_is_exclusive(x_11); -if (x_277 == 0) +x_278 = !lean_is_exclusive(x_11); +if (x_278 == 0) { return x_11; } else { -lean_object* x_278; lean_object* x_279; lean_object* x_280; -x_278 = lean_ctor_get(x_11, 0); -x_279 = lean_ctor_get(x_11, 1); +lean_object* x_279; lean_object* x_280; lean_object* x_281; +x_279 = lean_ctor_get(x_11, 0); +x_280 = lean_ctor_get(x_11, 1); +lean_inc(x_280); lean_inc(x_279); -lean_inc(x_278); lean_dec(x_11); -x_280 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_280, 0, x_278); -lean_ctor_set(x_280, 1, x_279); -return x_280; +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; } } } @@ -16801,7 +16834,7 @@ x_90 = l_Lean_Elab_instInhabitedInfoTree; x_91 = l_Lean_PersistentArray_get_x21___rarg(x_90, x_80, x_89); lean_dec(x_89); lean_inc(x_1); -x_92 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_79, x_1, x_91); +x_92 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_79, x_1, x_91); lean_ctor_set(x_74, 1, x_67); lean_ctor_set(x_74, 0, x_92); x_93 = lean_st_ref_set(x_9, x_73, x_75); @@ -16882,7 +16915,7 @@ x_110 = l_Lean_Elab_instInhabitedInfoTree; x_111 = l_Lean_PersistentArray_get_x21___rarg(x_110, x_100, x_109); lean_dec(x_109); lean_inc(x_1); -x_112 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_99, x_1, x_111); +x_112 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_99, x_1, x_111); x_113 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_113, 0, x_112); lean_ctor_set(x_113, 1, x_67); @@ -16995,7 +17028,7 @@ x_138 = l_Lean_Elab_instInhabitedInfoTree; x_139 = l_Lean_PersistentArray_get_x21___rarg(x_138, x_126, x_137); lean_dec(x_137); lean_inc(x_1); -x_140 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_125, x_1, x_139); +x_140 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_125, x_1, x_139); if (lean_is_scalar(x_127)) { x_141 = lean_alloc_ctor(0, 2, 1); } else { @@ -17107,7 +17140,7 @@ x_167 = l_Lean_Elab_instInhabitedInfoTree; x_168 = l_Lean_PersistentArray_get_x21___rarg(x_167, x_157, x_166); lean_dec(x_166); lean_inc(x_1); -x_169 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_156, x_1, x_168); +x_169 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_156, x_1, x_168); lean_ctor_set(x_151, 1, x_67); lean_ctor_set(x_151, 0, x_169); x_170 = lean_st_ref_set(x_9, x_150, x_152); @@ -17190,7 +17223,7 @@ x_187 = l_Lean_Elab_instInhabitedInfoTree; x_188 = l_Lean_PersistentArray_get_x21___rarg(x_187, x_177, x_186); lean_dec(x_186); lean_inc(x_1); -x_189 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_176, x_1, x_188); +x_189 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_176, x_1, x_188); x_190 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_190, 0, x_189); lean_ctor_set(x_190, 1, x_67); @@ -17305,7 +17338,7 @@ x_215 = l_Lean_Elab_instInhabitedInfoTree; x_216 = l_Lean_PersistentArray_get_x21___rarg(x_215, x_203, x_214); lean_dec(x_214); lean_inc(x_1); -x_217 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__1(x_202, x_1, x_216); +x_217 = l_Lean_PersistentHashMap_insert___at_Lean_Elab_assignInfoHoleId___spec__2(x_202, x_1, x_216); if (lean_is_scalar(x_204)) { x_218 = lean_alloc_ctor(0, 2, 1); } else { @@ -19373,7 +19406,7 @@ lean_dec(x_1); return x_14; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__1() { _start: { lean_object* x_1; @@ -19381,17 +19414,17 @@ x_1 = lean_mk_string_from_bytes("resume", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__3() { _start: { lean_object* x_1; @@ -19399,27 +19432,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__4; x_2 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___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_SyntheticMVars___hyg_7613____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__6() { _start: { lean_object* x_1; @@ -19427,17 +19460,17 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__8() { _start: { lean_object* x_1; @@ -19445,17 +19478,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__7; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__10() { _start: { lean_object* x_1; @@ -19463,37 +19496,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__9; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__9; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__10; 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_SyntheticMVars___hyg_7613____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__11; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__11; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__12; x_2 = l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeUsingDefaultPrio_synthesizeUsingDefaultInstance___lambda__3___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_SyntheticMVars___hyg_7613____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__14() { _start: { lean_object* x_1; @@ -19501,17 +19534,17 @@ x_1 = lean_mk_string_from_bytes("SyntheticMVars", 14); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____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_SyntheticMVars___hyg_7613____closed__13; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__13; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__14; 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_SyntheticMVars___hyg_7613____closed__16() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__16() { _start: { lean_object* x_1; @@ -19519,33 +19552,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__15; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__16; 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_SyntheticMVars___hyg_7613____closed__18() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17; -x_2 = lean_unsigned_to_nat(7613u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__17; +x_2 = lean_unsigned_to_nat(7610u); 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_SyntheticMVars___hyg_7613_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610_(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_SyntheticMVars___hyg_7613____closed__2; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__18; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -19583,6 +19616,10 @@ l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_res lean_mark_persistent(l_Lean_occursCheck___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___spec__1___closed__1); l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1 = _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__1); +l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2 = _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__2); +l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3 = _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3(); +lean_mark_persistent(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_resumePostponed___lambda__2___closed__3); l_panic___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___spec__1___closed__1 = _init_l_panic___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___spec__1___closed__1(); lean_mark_persistent(l_panic___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___spec__1___closed__1); l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__1 = _init_l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizePendingInstMVar___lambda__1___closed__1(); @@ -19747,43 +19784,43 @@ l_Lean_Elab_Term_withSynthesizeLight___rarg___closed__1 = _init_l_Lean_Elab_Term lean_mark_persistent(l_Lean_Elab_Term_withSynthesizeLight___rarg___closed__1); l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_runPendingTacticsAt___spec__1___closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__15); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__16); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__17); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613____closed__18); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7613_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__15); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__16 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__16(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__16); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__17 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__17(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__17); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__18 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__18(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610____closed__18); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_SyntheticMVars___hyg_7610_(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/Basic.c b/stage0/stdlib/Lean/Elab/Tactic/Basic.c index ed87872283fb..342f942d7edf 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Basic.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Basic.c @@ -13,27 +13,25 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_tagUntaggedGoals(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_handleEx___closed__1; uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainModule(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkSorry(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM___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___private_Lean_Elab_Tactic_Basic_0__Lean_Elab_Tactic_TacticM_runCore_x27___rarg(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_logUnassignedUsingErrorInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_logException___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__1___closed__1; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__10; static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM; 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_9994____closed__12; uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__9; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10035____closed__1; 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*); 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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -91,13 +89,13 @@ lean_object* l_Lean_Syntax_getArgs(lean_object*); 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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_evalTactic___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_Lean_Elab_Tactic_getMainGoal_loop(lean_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_Lean_Elab_Tactic_saveTacticInfoForToken___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_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withoutRecover___rarg(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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10035_(lean_object*); lean_object* l_Lean_Syntax_getTailPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Tactic_evalTactic_eval___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_Elab_Tactic_instMonadExceptExceptionTacticM___closed__3; @@ -133,6 +131,7 @@ 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*); static lean_object* l_Lean_Elab_Tactic_withCaseRef___rarg___closed__1; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__2; 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*); @@ -147,7 +146,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState___boxed(lean_object*); uint8_t l_Lean_Expr_hasMVar(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*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic_expandEval___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__15; static lean_object* l_Lean_Elab_Term_reportUnsolvedGoals___closed__6; 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_object* l_Lean_InternalExceptionId_getName(lean_object*, lean_object*); @@ -172,18 +170,18 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_focusAndDone___rarg(lean_object*, le static lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___closed__1; 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*); lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(lean_object*, uint8_t, 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_9994____closed__9; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getCurrMacroScope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Tactic_tagUntaggedGoals___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__8; lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withTacticInfoContext___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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_expandEval___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_throwError___at_Lean_Elab_Tactic_evalTactic_expandEval___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_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__6; 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_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__8; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_Term_reportUnsolvedGoals___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); @@ -199,6 +197,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getGoals___rarg___boxed(lean_object* lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_MessageLog_toList(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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__15; 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*); @@ -219,7 +218,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__3(lean_object*, LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Tactic_adaptExpander___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_Elab_Tactic_evalTactic___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Tactic_withMacroExpansion___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992_(lean_object*); 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*); @@ -238,25 +236,26 @@ lean_object* l_Lean_Elab_Term_saveState___rarg(lean_object*, lean_object*, lean_ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_orElse(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic_eval(lean_object*, 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_9994____closed__7; static lean_object* l_List_forIn_loop___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__4___closed__1; 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_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*); static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__5___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_evalTactic_expandEval___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_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037_(lean_object*); static lean_object* l_Lean_Elab_Tactic_evalTactic___closed__5; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Tactic_getMainTarget___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_List_forM___at_Lean_Elab_Term_reportUnsolvedGoals___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Core_withFreshMacroScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_evalTactic___spec__3(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_9992____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__1___boxed(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*); 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_9994____closed__16; 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; @@ -288,7 +287,6 @@ uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved(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_9992____closed__16; 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_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*); @@ -296,6 +294,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState___rarg(lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getNameOfIdent_x27___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_closeUsingOrAdmit(lean_object*, 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_withContext___at_Lean_Elab_Tactic_withMainContext___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994_(lean_object*); static lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved___rarg___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Tactic_tagUntaggedGoals___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withTacticInfoContext(lean_object*); @@ -304,6 +303,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at_Lean_Elab_Tactic_evalTactic 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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__14; static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getCurrMacroScope___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic_expandEval___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -313,7 +313,6 @@ lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lea static lean_object* l_Lean_Elab_Tactic_throwNoGoalsToBeSolved___rarg___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__2; static lean_object* l_Lean_Elab_Tactic_instMonadTacticM___closed__2; lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MVarId_assign___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___boxed__const__1; @@ -330,6 +329,7 @@ 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*); LEAN_EXPORT lean_object* l_List_forIn_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_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Tactic_withMacroExpansion___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*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__13; static lean_object* l_Lean_Elab_Term_reportUnsolvedGoals___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_closeMainGoal___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_focus___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -340,10 +340,12 @@ LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Tactic_evalTa LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withCaseRef___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); 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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Tactic_tagUntaggedGoals___spec__2___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_withMainContext(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTactic___at_Lean_Elab_Tactic_done___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_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_10037____closed__1; 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*); @@ -357,10 +359,9 @@ lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_reportUnsolvedGoals___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__10; 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*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__14; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__12; static lean_object* l_Lean_Elab_Tactic_evalTactic_throwExs___closed__1; static lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM___closed__2; static lean_object* l_Lean_Elab_Tactic_instMonadTacticM___closed__1; @@ -368,6 +369,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instAlternativeTacticM; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_closeMainGoal___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_Tactic_done___boxed(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); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___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_withInfoTreeContext___at_Lean_Elab_Tactic_withMacroExpansion___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getMainModule___rarg(lean_object*, lean_object*); @@ -384,6 +386,7 @@ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_throwNoGoalsToBeSolved___spec__1(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_9994____closed__3; 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*); @@ -394,13 +397,11 @@ 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_evalTactic___closed__7; static lean_object* l_Lean_Elab_Tactic_instMonadExceptExceptionTacticM___closed__2; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__3; 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*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ensureHasNoMVars___boxed(lean_object*, 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*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__13; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; LEAN_EXPORT lean_object* l_Lean_Elab_admitGoal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Elab_Tactic_evalTactic_handleEx___spec__1___closed__1; @@ -413,9 +414,8 @@ static lean_object* l_Lean_Elab_Tactic_evalTactic___lambda__3___closed__1; uint8_t l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(uint8_t, uint8_t); lean_object* l_Lean_Elab_Term_SavedState_restore(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveState(lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__7; 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_9992____closed__11; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__5; 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*); 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*); @@ -7761,45 +7761,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__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_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_271; uint8_t x_272; -x_271 = 2; -x_272 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_271); -if (x_272 == 0) +uint8_t x_13; uint8_t x_273; uint8_t x_274; +x_273 = 2; +x_274 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_273); +if (x_274 == 0) { -lean_object* x_273; -x_273 = lean_box(0); -x_13 = x_273; -goto block_270; +uint8_t x_275; +x_275 = 0; +x_13 = x_275; +goto block_272; } else { -lean_object* x_274; uint8_t x_275; +lean_object* x_276; uint8_t x_277; lean_inc(x_2); -x_274 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_275 = lean_unbox(x_274); -lean_dec(x_274); -if (x_275 == 0) -{ -lean_object* x_276; -x_276 = lean_box(0); -x_13 = x_276; -goto block_270; +x_276 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_277 = lean_unbox(x_276); +lean_dec(x_276); +x_13 = x_277; +goto block_272; } -else +block_272: { -lean_object* x_277; lean_object* x_278; -lean_dec(x_2); -x_277 = lean_box(0); -x_278 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_278, 0, x_277); -lean_ctor_set(x_278, 1, x_12); -return x_278; -} -} -block_270: +if (x_13 == 0) { uint8_t x_14; lean_object* x_264; uint8_t x_265; uint8_t x_266; -lean_dec(x_13); x_264 = lean_ctor_get(x_10, 2); x_265 = 1; x_266 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_265); @@ -8639,6 +8625,17 @@ return x_262; } } } +else +{ +lean_object* x_270; lean_object* x_271; +lean_dec(x_2); +x_270 = lean_box(0); +x_271 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_271, 0, x_270); +lean_ctor_set(x_271, 1, x_12); +return x_271; +} +} } } LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { @@ -9715,12 +9712,44 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_saveTacticInfoForToken(lean_object* x_1, lean_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; lean_object* x_12; -x_11 = 0; -x_12 = l_Lean_Syntax_getPos_x3f(x_1, x_11); -if (lean_obj_tag(x_12) == 0) +uint8_t x_11; uint8_t x_22; lean_object* x_23; +x_22 = 0; +x_23 = l_Lean_Syntax_getPos_x3f(x_1, x_22); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_13; lean_object* x_14; +uint8_t x_24; +x_24 = 1; +x_11 = x_24; +goto block_21; +} +else +{ +lean_dec(x_23); +x_11 = x_22; +goto block_21; +} +block_21: +{ +if (x_11 == 0) +{ +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_12 = lean_box(0); +x_13 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_Tactic_saveTacticInfoForToken___spec__1___rarg___boxed), 10, 1); +lean_closure_set(x_13, 0, x_12); +x_14 = l_Lean_Elab_Tactic_mkInitialTacticInfo(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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_alloc_closure((void*)(l_Lean_Elab_Tactic_withTacticInfoContext___rarg___lambda__1), 11, 1); +lean_closure_set(x_17, 0, x_15); +x_18 = l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Tactic_evalTactic_eval___spec__1(x_13, x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_16); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -9730,29 +9759,12 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_10); -return x_14; +x_19 = lean_box(0); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_10); +return x_20; } -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_12); -x_15 = lean_box(0); -x_16 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_Tactic_saveTacticInfoForToken___spec__1___rarg___boxed), 10, 1); -lean_closure_set(x_16, 0, x_15); -x_17 = l_Lean_Elab_Tactic_mkInitialTacticInfo(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -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_alloc_closure((void*)(l_Lean_Elab_Tactic_withTacticInfoContext___rarg___lambda__1), 11, 1); -lean_closure_set(x_20, 0, x_18); -x_21 = l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Tactic_evalTactic_eval___spec__1(x_16, x_20, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_19); -return x_21; } } } @@ -13147,7 +13159,7 @@ lean_dec(x_1); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -13157,7 +13169,7 @@ 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_9992____closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -13167,27 +13179,27 @@ 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_9992____closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__2; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__2; x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__8; 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_9992____closed__4() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__3; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__3; x_2 = l_Lean_Elab_Term_reportUnsolvedGoals___closed__1; 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_9992____closed__5() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__5() { _start: { lean_object* x_1; @@ -13195,17 +13207,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__6() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__4; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__4; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__7() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__7() { _start: { lean_object* x_1; @@ -13213,47 +13225,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__8() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__6; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__7; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__9() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__8; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__8; x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___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_9992____closed__10() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__9; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__9; x_2 = l_Lean_Elab_Tactic_mkTacticAttribute___closed__8; 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_9992____closed__11() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__10; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__10; x_2 = l_Lean_Elab_Term_reportUnsolvedGoals___closed__1; 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_9992____closed__12() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__12() { _start: { lean_object* x_1; @@ -13261,17 +13273,17 @@ x_1 = lean_mk_string_from_bytes("Basic", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__13() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__11; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__12; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__11; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__14() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__14() { _start: { lean_object* x_1; @@ -13279,54 +13291,54 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__15() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__13; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__14; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__13; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__16() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_9992____closed__15; -x_2 = lean_unsigned_to_nat(9992u); +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__15; +x_2 = lean_unsigned_to_nat(9994u); 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_9992_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994_(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_9992____closed__1; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__16; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____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_10035____closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037____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_9992____closed__15; -x_2 = lean_unsigned_to_nat(10035u); +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__15; +x_2 = lean_unsigned_to_nat(10037u); 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_10035_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037_(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_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_10035____closed__1; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037____closed__1; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -13516,44 +13528,44 @@ l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__2 = _init_l_Lean_Elab_Tactic_get lean_mark_persistent(l_Lean_Elab_Tactic_getNameOfIdent_x27___closed__2); l_Lean_Elab_Tactic_withCaseRef___rarg___closed__1 = _init_l_Lean_Elab_Tactic_withCaseRef___rarg___closed__1(); lean_mark_persistent(l_Lean_Elab_Tactic_withCaseRef___rarg___closed__1); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__1); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__2(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__2); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__3(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__3); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__4(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__4); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__5(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__5); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__6(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__6); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__7(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__7); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__8(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__8); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__9(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__9); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__10(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__10); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__11 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__11(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__11); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__12 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__12(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__12); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__13 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__13(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__13); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__14 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__14(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__14); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__15 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__15(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__15); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__16 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__16(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992____closed__16); -res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9992_(lean_io_mk_world()); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__1); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__2); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__3(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__3); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__4(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__4); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__5(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__5); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__6(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__6); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__7(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__7); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__8(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__8); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__9(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__9); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__10(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__10); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__11 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__11(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__11); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__12 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__12(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__12); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__13 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__13(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__13); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__14 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__14(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__14); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__15 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__15(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__15); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__16 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__16(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994____closed__16); +res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_9994_(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_10035____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10035____closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10035____closed__1); -res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10035_(lean_io_mk_world()); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037____closed__1); +res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Basic___hyg_10037_(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/BuiltinTactic.c b/stage0/stdlib/Lean/Elab/Tactic/BuiltinTactic.c index b2f49c8fad73..37b1fd1ec82e 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/BuiltinTactic.c +++ b/stage0/stdlib/Lean/Elab/Tactic/BuiltinTactic.c @@ -38,6 +38,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalDone___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalTraceState_declRange___closed__5; LEAN_EXPORT lean_object* l_Lean_resolveNamespaceCore___at_Lean_Elab_Tactic_evalOpen___spec__9(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___regBuiltin_Lean_Elab_Tactic_evalRotateRight_declRange___closed__7; +lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalSeq1(lean_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_forInUnsafe_loop___at_Lean_Elab_Tactic_forEachVar___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___regBuiltin_Lean_Elab_Tactic_evalIntroMatch_declRange___closed__4; @@ -171,6 +172,7 @@ lean_object* l_Lean_MVarId_assign___at_Lean_Elab_Tactic_closeMainGoal___spec__1( static lean_object* l_Lean_Elab_Tactic_evalCase___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCase___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_addCheckpoints(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_evalIntro___lambda__2___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalRefl___closed__5; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Tactic_evalOpen___spec__33(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_elabSetOption___at_Lean_Elab_Tactic_elabSetOption___spec__1___closed__5; @@ -379,7 +381,6 @@ static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_eva 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*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCase_x27_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalFocus_declRange___closed__7; -static lean_object* l_Lean_Elab_Tactic_evalIntro___closed__37; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalFocus___closed__5; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSleep___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_elabSetOption_setOption___at_Lean_Elab_Tactic_elabSetOption___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*); @@ -474,6 +475,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalRefl___rarg___lambda__1(lean_obj static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalRefl___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_BuiltinTactic_0__Lean_Elab_Tactic_getCaseGoals___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_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalOpen___spec__38(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_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro___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___regBuiltin_Lean_Elab_Tactic_evalUnknown_declRange___closed__6; static lean_object* l_Lean_Elab_Tactic_evalFail___closed__10; static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Tactic_evalOpen___spec__29___closed__5; @@ -580,6 +582,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalIntros___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSubst_declRange___closed__1; static lean_object* l_Lean_resolveGlobalConstNoOverloadCore___at_Lean_Elab_Tactic_evalOpen___spec__13___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_BuiltinTactic_0__Lean_Elab_Tactic_findTag_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_Elab_Tactic_evalIntro___lambda__2___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalRefl_declRange___closed__4; static lean_object* l_Lean_Elab_Tactic_isCheckpointableTactic___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalContradiction_declRange___closed__3; @@ -621,7 +624,6 @@ static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Tact lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalRotateRight___closed__2; -lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(size_t, size_t, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalOpen___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_renameInaccessibles___lambda__2___boxed__const__1; @@ -920,6 +922,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCase_declRange(lean static lean_object* l_Lean_Elab_nestedExceptionToMessageData___at_Lean_Elab_Tactic_evalOpen___spec__29___closed__3; lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro___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___regBuiltin_Lean_Elab_Tactic_evalDbgTrace_declRange___closed__7; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSkip_declRange___closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalClear___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1118,6 +1121,7 @@ static lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalOpen___spec__34(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_Lean_Elab_Tactic_evalWithAnnotateState___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalRevert_declRange(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro___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_Tactic_evalFailIfSuccess___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalAllGoals___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_isCheckpointableTactic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -7733,7 +7737,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26(lean_object* x_1, lean_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; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_object* x_13; lean_object* x_14; uint8_t x_15; x_13 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__2; lean_inc(x_11); lean_inc(x_10); @@ -7747,23 +7751,17 @@ lean_inc(x_3); lean_inc(x_1); lean_inc(x_2); x_14 = l_List_forIn_loop___at_Lean_Elab_Tactic_evalOpen___spec__27(x_2, x_1, x_13, x_3, x_4, x_5, x_6, x_7, 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); -if (lean_is_exclusive(x_14)) { - lean_ctor_release(x_14, 0); - lean_ctor_release(x_14, 1); - x_17 = x_14; -} else { - lean_dec_ref(x_14); - x_17 = lean_box(0); -} -x_18 = lean_ctor_get(x_15, 0); +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; uint8_t x_23; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_14, 1); +x_18 = lean_ctor_get(x_16, 0); lean_inc(x_18); -x_19 = lean_ctor_get(x_15, 1); +x_19 = lean_ctor_get(x_16, 1); lean_inc(x_19); -lean_dec(x_15); +lean_dec(x_16); x_20 = lean_array_get_size(x_18); x_21 = lean_unsigned_to_nat(0u); x_22 = l_List_lengthTRAux___rarg(x_1, x_21); @@ -7775,9 +7773,9 @@ if (x_23 == 0) lean_object* x_24; lean_object* x_25; lean_dec(x_20); lean_dec(x_18); -lean_dec(x_17); +lean_free_object(x_14); x_24 = lean_box(0); -x_25 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___lambda__1(x_19, x_2, x_24, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16); +x_25 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___lambda__1(x_19, x_2, x_24, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_17); lean_dec(x_11); lean_dec(x_9); lean_dec(x_7); @@ -7788,76 +7786,59 @@ return x_25; } else { -lean_object* x_26; uint8_t x_27; uint8_t x_28; +lean_object* x_26; uint8_t x_27; lean_dec(x_19); x_26 = lean_unsigned_to_nat(1u); x_27 = lean_nat_dec_eq(x_20, x_26); if (x_27 == 0) { -uint8_t x_64; -x_64 = 0; -x_28 = x_64; -goto block_63; -} -else -{ -uint8_t x_65; -x_65 = 1; -x_28 = x_65; -goto block_63; -} -block_63: -{ -if (x_28 == 0) -{ -uint8_t x_29; +uint8_t x_28; lean_dec(x_20); -lean_dec(x_17); -x_29 = !lean_is_exclusive(x_10); -if (x_29 == 0) +lean_free_object(x_14); +x_28 = !lean_is_exclusive(x_10); +if (x_28 == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_30 = lean_ctor_get(x_10, 5); -x_31 = l_Lean_replaceRef(x_2, x_30); -lean_dec(x_30); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_29 = lean_ctor_get(x_10, 5); +x_30 = l_Lean_replaceRef(x_2, x_29); +lean_dec(x_29); lean_dec(x_2); -lean_ctor_set(x_10, 5, x_31); -x_32 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___closed__3; -x_33 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Tactic_evalOpen___spec__28(x_32, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) +lean_ctor_set(x_10, 5, x_30); +x_31 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___closed__3; +x_32 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Tactic_evalOpen___spec__28(x_31, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) { -return x_33; +return x_32; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_33, 0); -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_32, 0); +x_35 = lean_ctor_get(x_32, 1); lean_inc(x_35); -lean_dec(x_33); -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_inc(x_34); +lean_dec(x_32); +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_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; 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_38 = lean_ctor_get(x_10, 0); -x_39 = lean_ctor_get(x_10, 1); -x_40 = lean_ctor_get(x_10, 2); -x_41 = lean_ctor_get(x_10, 3); -x_42 = lean_ctor_get(x_10, 4); -x_43 = lean_ctor_get(x_10, 5); -x_44 = lean_ctor_get(x_10, 6); -x_45 = lean_ctor_get(x_10, 7); -x_46 = lean_ctor_get(x_10, 8); -x_47 = lean_ctor_get(x_10, 9); -x_48 = lean_ctor_get(x_10, 10); -lean_inc(x_48); +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; 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_37 = lean_ctor_get(x_10, 0); +x_38 = lean_ctor_get(x_10, 1); +x_39 = lean_ctor_get(x_10, 2); +x_40 = lean_ctor_get(x_10, 3); +x_41 = lean_ctor_get(x_10, 4); +x_42 = lean_ctor_get(x_10, 5); +x_43 = lean_ctor_get(x_10, 6); +x_44 = lean_ctor_get(x_10, 7); +x_45 = lean_ctor_get(x_10, 8); +x_46 = lean_ctor_get(x_10, 9); +x_47 = lean_ctor_get(x_10, 10); lean_inc(x_47); lean_inc(x_46); lean_inc(x_45); @@ -7868,49 +7849,50 @@ lean_inc(x_41); lean_inc(x_40); lean_inc(x_39); lean_inc(x_38); +lean_inc(x_37); lean_dec(x_10); -x_49 = l_Lean_replaceRef(x_2, x_43); -lean_dec(x_43); +x_48 = l_Lean_replaceRef(x_2, x_42); +lean_dec(x_42); lean_dec(x_2); -x_50 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_50, 0, x_38); -lean_ctor_set(x_50, 1, x_39); -lean_ctor_set(x_50, 2, x_40); -lean_ctor_set(x_50, 3, x_41); -lean_ctor_set(x_50, 4, x_42); -lean_ctor_set(x_50, 5, x_49); -lean_ctor_set(x_50, 6, x_44); -lean_ctor_set(x_50, 7, x_45); -lean_ctor_set(x_50, 8, x_46); -lean_ctor_set(x_50, 9, x_47); -lean_ctor_set(x_50, 10, x_48); -x_51 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___closed__3; -x_52 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Tactic_evalOpen___spec__28(x_51, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_50, x_11, x_16); -x_53 = lean_ctor_get(x_52, 0); +x_49 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_49, 0, x_37); +lean_ctor_set(x_49, 1, x_38); +lean_ctor_set(x_49, 2, x_39); +lean_ctor_set(x_49, 3, x_40); +lean_ctor_set(x_49, 4, x_41); +lean_ctor_set(x_49, 5, x_48); +lean_ctor_set(x_49, 6, x_43); +lean_ctor_set(x_49, 7, x_44); +lean_ctor_set(x_49, 8, x_45); +lean_ctor_set(x_49, 9, x_46); +lean_ctor_set(x_49, 10, x_47); +x_50 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___closed__3; +x_51 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Tactic_evalOpen___spec__28(x_50, x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_49, x_11, x_17); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -if (lean_is_exclusive(x_52)) { - lean_ctor_release(x_52, 0); - lean_ctor_release(x_52, 1); - x_55 = x_52; +if (lean_is_exclusive(x_51)) { + lean_ctor_release(x_51, 0); + lean_ctor_release(x_51, 1); + x_54 = x_51; } else { - lean_dec_ref(x_52); - x_55 = lean_box(0); + lean_dec_ref(x_51); + x_54 = lean_box(0); } -if (lean_is_scalar(x_55)) { - x_56 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_54)) { + x_55 = lean_alloc_ctor(1, 2, 0); } else { - x_56 = x_55; + x_55 = x_54; } -lean_ctor_set(x_56, 0, x_53); -lean_ctor_set(x_56, 1, x_54); -return x_56; +lean_ctor_set(x_55, 0, x_52); +lean_ctor_set(x_55, 1, x_53); +return x_55; } } else { -uint8_t x_57; +uint8_t x_56; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -7921,38 +7903,190 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_57 = lean_nat_dec_lt(x_21, x_20); +x_56 = lean_nat_dec_lt(x_21, x_20); lean_dec(x_20); -if (x_57 == 0) +if (x_56 == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; +lean_object* x_57; lean_object* x_58; lean_dec(x_18); -x_58 = l_Lean_instInhabitedException; -x_59 = l___private_Init_Util_0__outOfBounds___rarg(x_58); -if (lean_is_scalar(x_17)) { - x_60 = lean_alloc_ctor(1, 2, 0); -} else { - x_60 = x_17; - lean_ctor_set_tag(x_60, 1); -} -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_16); -return x_60; +x_57 = l_Lean_instInhabitedException; +x_58 = l___private_Init_Util_0__outOfBounds___rarg(x_57); +lean_ctor_set_tag(x_14, 1); +lean_ctor_set(x_14, 0, x_58); +return x_14; } else { -lean_object* x_61; lean_object* x_62; -x_61 = lean_array_fget(x_18, x_21); +lean_object* x_59; +x_59 = lean_array_fget(x_18, x_21); lean_dec(x_18); -if (lean_is_scalar(x_17)) { - x_62 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set_tag(x_14, 1); +lean_ctor_set(x_14, 0, x_59); +return x_14; +} +} +} +} +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; uint8_t x_67; +x_60 = lean_ctor_get(x_14, 0); +x_61 = lean_ctor_get(x_14, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_14); +x_62 = lean_ctor_get(x_60, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_60, 1); +lean_inc(x_63); +lean_dec(x_60); +x_64 = lean_array_get_size(x_62); +x_65 = lean_unsigned_to_nat(0u); +x_66 = l_List_lengthTRAux___rarg(x_1, x_65); +lean_dec(x_1); +x_67 = lean_nat_dec_eq(x_64, x_66); +lean_dec(x_66); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; +lean_dec(x_64); +lean_dec(x_62); +x_68 = lean_box(0); +x_69 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___lambda__1(x_63, x_2, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_61); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +return x_69; +} +else +{ +lean_object* x_70; uint8_t x_71; +lean_dec(x_63); +x_70 = lean_unsigned_to_nat(1u); +x_71 = lean_nat_dec_eq(x_64, 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_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_dec(x_64); +x_72 = lean_ctor_get(x_10, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_10, 1); +lean_inc(x_73); +x_74 = lean_ctor_get(x_10, 2); +lean_inc(x_74); +x_75 = lean_ctor_get(x_10, 3); +lean_inc(x_75); +x_76 = lean_ctor_get(x_10, 4); +lean_inc(x_76); +x_77 = lean_ctor_get(x_10, 5); +lean_inc(x_77); +x_78 = lean_ctor_get(x_10, 6); +lean_inc(x_78); +x_79 = lean_ctor_get(x_10, 7); +lean_inc(x_79); +x_80 = lean_ctor_get(x_10, 8); +lean_inc(x_80); +x_81 = lean_ctor_get(x_10, 9); +lean_inc(x_81); +x_82 = lean_ctor_get(x_10, 10); +lean_inc(x_82); +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); + lean_ctor_release(x_10, 5); + lean_ctor_release(x_10, 6); + lean_ctor_release(x_10, 7); + lean_ctor_release(x_10, 8); + lean_ctor_release(x_10, 9); + lean_ctor_release(x_10, 10); + x_83 = x_10; +} else { + lean_dec_ref(x_10); + x_83 = lean_box(0); +} +x_84 = l_Lean_replaceRef(x_2, x_77); +lean_dec(x_77); +lean_dec(x_2); +if (lean_is_scalar(x_83)) { + x_85 = lean_alloc_ctor(0, 11, 0); +} else { + x_85 = x_83; +} +lean_ctor_set(x_85, 0, x_72); +lean_ctor_set(x_85, 1, x_73); +lean_ctor_set(x_85, 2, x_74); +lean_ctor_set(x_85, 3, x_75); +lean_ctor_set(x_85, 4, x_76); +lean_ctor_set(x_85, 5, x_84); +lean_ctor_set(x_85, 6, x_78); +lean_ctor_set(x_85, 7, x_79); +lean_ctor_set(x_85, 8, x_80); +lean_ctor_set(x_85, 9, x_81); +lean_ctor_set(x_85, 10, x_82); +x_86 = l___private_Lean_Elab_Open_0__Lean_Elab_OpenDecl_resolveNameUsingNamespacesCore___at_Lean_Elab_Tactic_evalOpen___spec__26___closed__3; +x_87 = l_Lean_Elab_throwErrorWithNestedErrors___at_Lean_Elab_Tactic_evalOpen___spec__28(x_86, x_62, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_85, x_11, x_61); +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +x_89 = lean_ctor_get(x_87, 1); +lean_inc(x_89); +if (lean_is_exclusive(x_87)) { + lean_ctor_release(x_87, 0); + lean_ctor_release(x_87, 1); + x_90 = x_87; +} else { + lean_dec_ref(x_87); + x_90 = lean_box(0); +} +if (lean_is_scalar(x_90)) { + x_91 = lean_alloc_ctor(1, 2, 0); } else { - x_62 = x_17; - lean_ctor_set_tag(x_62, 1); + x_91 = x_90; +} +lean_ctor_set(x_91, 0, x_88); +lean_ctor_set(x_91, 1, x_89); +return x_91; +} +else +{ +uint8_t x_92; +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_92 = lean_nat_dec_lt(x_65, x_64); +lean_dec(x_64); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_62); +x_93 = l_Lean_instInhabitedException; +x_94 = l___private_Init_Util_0__outOfBounds___rarg(x_93); +x_95 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_61); +return x_95; } -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_16); -return x_62; +else +{ +lean_object* x_96; lean_object* x_97; +x_96 = lean_array_fget(x_62, x_65); +lean_dec(x_62); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_61); +return x_97; } } } @@ -9032,7 +9166,7 @@ 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_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__35(x_120, x_121, x_113); +x_125 = l_Array_mapMUnsafe_map___at_Lean_Elab_OpenDecl_elabOpenDecl___spec__37(x_120, x_121, x_113); x_126 = lean_array_to_list(lean_box(0), x_125); x_127 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_127, 0, x_115); @@ -16965,7 +17099,15 @@ lean_dec(x_3); return x_13; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro___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) { +_start: +{ +lean_object* x_11; +x_11 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_evalExact___spec__1___rarg(x_10); +return x_11; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -16973,27 +17115,81 @@ x_1 = lean_mk_string_from_bytes("intro", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(";", 1); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro___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; 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; 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; +x_13 = lean_ctor_get(x_10, 5); +lean_inc(x_13); +x_14 = 0; +x_15 = l_Lean_SourceInfo_fromRef(x_13, x_14); +x_16 = lean_st_ref_get(x_11, x_12); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1; +lean_inc(x_15); +x_19 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_19, 0, x_15); +lean_ctor_set(x_19, 1, x_18); +x_20 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; +lean_inc(x_15); +x_21 = l_Lean_Syntax_node1(x_15, x_20, x_2); +lean_inc(x_19); +lean_inc(x_1); +lean_inc(x_15); +x_22 = l_Lean_Syntax_node2(x_15, x_1, x_19, x_21); +x_23 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2; +lean_inc(x_15); +x_24 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_24, 0, x_15); +lean_ctor_set(x_24, 1, x_23); +x_25 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; +x_26 = l_Array_append___rarg(x_25, x_3); +lean_inc(x_15); +x_27 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_27, 0, x_15); +lean_ctor_set(x_27, 1, x_20); +lean_ctor_set(x_27, 2, x_26); +lean_inc(x_15); +x_28 = l_Lean_Syntax_node2(x_15, x_1, x_19, x_27); +lean_inc(x_15); +x_29 = l_Lean_Syntax_node3(x_15, x_20, x_22, x_24, x_28); +x_30 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; +x_31 = l_Lean_Syntax_node1(x_15, x_30, x_29); +x_32 = l_Lean_Elab_Tactic_evalTactic(x_31, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +return x_32; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; x_3 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__3; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__1; +x_4 = l_Lean_Elab_Tactic_evalIntro___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_Tactic_evalIntro___closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__2() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes(";", 1); +x_1 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalIntro___lambda__1___boxed), 10, 0); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__4() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__3() { _start: { lean_object* x_1; @@ -17001,17 +17197,17 @@ x_1 = lean_mk_string_from_bytes("ident", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__5() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___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_evalIntro___closed__4; +x_2 = l_Lean_Elab_Tactic_evalIntro___closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__6() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__5() { _start: { lean_object* x_1; @@ -17019,7 +17215,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__7() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__6() { _start: { lean_object* x_1; @@ -17027,19 +17223,19 @@ x_1 = lean_mk_string_from_bytes("hole", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__8() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___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_Tactic_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__7; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___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_Tactic_evalIntro___closed__9() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__8() { _start: { lean_object* x_1; @@ -17047,19 +17243,19 @@ x_1 = lean_mk_string_from_bytes("typeAscription", 14); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__10() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___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_Tactic_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__9; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___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_Elab_Tactic_evalIntro___closed__11() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__10() { _start: { lean_object* x_1; @@ -17067,26 +17263,26 @@ x_1 = lean_mk_string_from_bytes("h", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__12() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Tactic_evalIntro___closed__11; +x_1 = l_Lean_Elab_Tactic_evalIntro___closed__10; x_2 = l_String_toSubstring_x27(x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__13() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Tactic_evalIntro___closed__11; +x_2 = l_Lean_Elab_Tactic_evalIntro___closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__14() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__13() { _start: { lean_object* x_1; @@ -17094,19 +17290,19 @@ x_1 = lean_mk_string_from_bytes("match", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__15() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__14() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; x_3 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__3; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__14; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__13; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__16() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__15() { _start: { lean_object* x_1; @@ -17114,19 +17310,19 @@ x_1 = lean_mk_string_from_bytes("matchDiscr", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__17() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__16() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__16; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__15; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__18() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__17() { _start: { lean_object* x_1; @@ -17134,19 +17330,19 @@ x_1 = lean_mk_string_from_bytes("explicit", 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__19() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__18() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__18; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__17; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__20() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__19() { _start: { lean_object* x_1; @@ -17154,7 +17350,7 @@ x_1 = lean_mk_string_from_bytes("@", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__21() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__20() { _start: { lean_object* x_1; @@ -17162,7 +17358,7 @@ x_1 = lean_mk_string_from_bytes("with", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__22() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__21() { _start: { lean_object* x_1; @@ -17170,19 +17366,19 @@ x_1 = lean_mk_string_from_bytes("matchAlts", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__23() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__22; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__21; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__24() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__23() { _start: { lean_object* x_1; @@ -17190,19 +17386,19 @@ x_1 = lean_mk_string_from_bytes("matchAlt", 8); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__25() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__24() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__24; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__23; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__26() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__25() { _start: { lean_object* x_1; @@ -17210,7 +17406,7 @@ x_1 = lean_mk_string_from_bytes("|", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__27() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__26() { _start: { lean_object* x_1; @@ -17218,7 +17414,7 @@ x_1 = lean_mk_string_from_bytes("=>", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__28() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__27() { _start: { lean_object* x_1; @@ -17226,19 +17422,19 @@ x_1 = lean_mk_string_from_bytes("syntheticHole", 13); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__29() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__28() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__6; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__28; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__27; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__30() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__29() { _start: { lean_object* x_1; @@ -17246,7 +17442,7 @@ x_1 = lean_mk_string_from_bytes("?", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__31() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__30() { _start: { lean_object* x_1; @@ -17254,7 +17450,7 @@ x_1 = lean_mk_string_from_bytes("_", 1); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__32() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__31() { _start: { lean_object* x_1; @@ -17262,19 +17458,19 @@ x_1 = lean_mk_string_from_bytes("tacticTry_", 10); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__33() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__32() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; x_3 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__3; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__32; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__31; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__34() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__33() { _start: { lean_object* x_1; @@ -17282,7 +17478,7 @@ x_1 = lean_mk_string_from_bytes("try", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__35() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__34() { _start: { lean_object* x_1; @@ -17290,24 +17486,24 @@ x_1 = lean_mk_string_from_bytes("clear", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__36() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__35() { _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_evalWithAnnotateState___closed__1; x_2 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__2; x_3 = l_Lean_Elab_Tactic_evalWithAnnotateState___closed__3; -x_4 = l_Lean_Elab_Tactic_evalIntro___closed__35; +x_4 = l_Lean_Elab_Tactic_evalIntro___closed__34; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__37() { +static lean_object* _init_l_Lean_Elab_Tactic_evalIntro___closed__36() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Elab_Tactic_evalIntro___closed__31; +x_2 = l_Lean_Elab_Tactic_evalIntro___closed__30; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } @@ -17316,7 +17512,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro(lean_object* x_1, lean_obj _start: { lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_Elab_Tactic_evalIntro___closed__2; +x_11 = l_Lean_Elab_Tactic_evalIntro___closed__1; lean_inc(x_1); x_12 = l_Lean_Syntax_isOfKind(x_1, x_11); if (x_12 == 0) @@ -17336,637 +17532,612 @@ return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; x_14 = lean_unsigned_to_nat(1u); x_15 = l_Lean_Syntax_getArg(x_1, x_14); lean_dec(x_1); -x_16 = lean_unsigned_to_nat(0u); +x_16 = l_Lean_Elab_Tactic_evalIntro___closed__2; +x_17 = lean_unsigned_to_nat(0u); lean_inc(x_15); -x_17 = l_Lean_Syntax_matchesNull(x_15, x_16); -if (x_17 == 0) +x_18 = l_Lean_Syntax_matchesNull(x_15, x_17); +if (x_18 == 0) { -uint8_t x_18; +uint8_t x_19; lean_inc(x_15); -x_18 = l_Lean_Syntax_matchesNull(x_15, x_14); -if (x_18 == 0) +x_19 = l_Lean_Syntax_matchesNull(x_15, x_14); +if (x_19 == 0) { -lean_object* x_19; uint8_t x_20; -x_19 = l_Lean_Syntax_getNumArgs(x_15); -x_20 = lean_nat_dec_le(x_14, x_19); -if (x_20 == 0) +lean_object* x_20; uint8_t x_21; +x_20 = l_Lean_Syntax_getNumArgs(x_15); +x_21 = lean_nat_dec_le(x_14, x_20); +if (x_21 == 0) { -lean_object* x_21; -lean_dec(x_19); +lean_object* x_22; lean_object* x_23; +lean_dec(x_20); lean_dec(x_15); -lean_dec(x_9); -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_21 = l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Elab_Tactic_evalExact___spec__1___rarg(x_10); -return x_21; +x_22 = lean_box(0); +x_23 = lean_apply_10(x_16, x_22, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_23; } 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; uint8_t 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_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_22 = l_Lean_Syntax_getArg(x_15, x_16); -x_23 = l_Lean_Syntax_getArgs(x_15); +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; +x_24 = l_Lean_Syntax_getArg(x_15, x_17); +x_25 = l_Lean_Syntax_getArgs(x_15); lean_dec(x_15); -x_24 = lean_nat_sub(x_19, x_16); -lean_dec(x_19); -x_25 = l_Array_extract___rarg(x_23, x_14, x_24); -x_26 = lean_box(2); -x_27 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; -x_28 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -lean_ctor_set(x_28, 2, x_25); -x_29 = l_Lean_Syntax_getArgs(x_28); -lean_dec(x_28); -x_30 = lean_ctor_get(x_8, 5); -lean_inc(x_30); -x_31 = 0; -x_32 = l_Lean_SourceInfo_fromRef(x_30, x_31); -x_33 = lean_st_ref_get(x_9, x_10); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Elab_Tactic_evalIntro___closed__1; -lean_inc(x_32); -x_36 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_36, 0, x_32); -lean_ctor_set(x_36, 1, x_35); -lean_inc(x_32); -x_37 = l_Lean_Syntax_node1(x_32, x_27, x_22); -lean_inc(x_36); -lean_inc(x_32); -x_38 = l_Lean_Syntax_node2(x_32, x_11, x_36, x_37); -x_39 = l_Lean_Elab_Tactic_evalIntro___closed__3; -lean_inc(x_32); -x_40 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_40, 0, x_32); -lean_ctor_set(x_40, 1, x_39); -x_41 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; -x_42 = l_Array_append___rarg(x_41, x_29); -lean_inc(x_32); -x_43 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_43, 0, x_32); -lean_ctor_set(x_43, 1, x_27); -lean_ctor_set(x_43, 2, x_42); -lean_inc(x_32); -x_44 = l_Lean_Syntax_node2(x_32, x_11, x_36, x_43); -lean_inc(x_32); -x_45 = l_Lean_Syntax_node3(x_32, x_27, x_38, x_40, x_44); -x_46 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; -x_47 = l_Lean_Syntax_node1(x_32, x_46, x_45); -x_48 = l_Lean_Elab_Tactic_evalTactic(x_47, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_34); -return x_48; +x_26 = lean_nat_sub(x_20, x_17); +lean_dec(x_20); +x_27 = l_Array_extract___rarg(x_25, x_14, x_26); +x_28 = lean_box(2); +x_29 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; +x_30 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_30, 0, x_28); +lean_ctor_set(x_30, 1, x_29); +lean_ctor_set(x_30, 2, x_27); +x_31 = l_Lean_Syntax_getArgs(x_30); +lean_dec(x_30); +x_32 = l_Lean_Elab_Tactic_evalIntro___lambda__2(x_11, x_24, x_31, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_32; } } else { -lean_object* x_49; lean_object* x_50; uint8_t x_51; -x_49 = l_Lean_Syntax_getArg(x_15, x_16); +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = l_Lean_Syntax_getArg(x_15, x_17); lean_dec(x_15); -x_50 = l_Lean_Elab_Tactic_evalIntro___closed__5; -lean_inc(x_49); -x_51 = l_Lean_Syntax_isOfKind(x_49, x_50); -if (x_51 == 0) +x_34 = l_Lean_Elab_Tactic_evalIntro___closed__4; +lean_inc(x_33); +x_35 = l_Lean_Syntax_isOfKind(x_33, x_34); +if (x_35 == 0) { -lean_object* x_52; uint8_t x_53; -x_52 = l_Lean_Elab_Tactic_evalIntro___closed__8; -lean_inc(x_49); -x_53 = l_Lean_Syntax_isOfKind(x_49, x_52); -if (x_53 == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Elab_Tactic_evalIntro___closed__7; +lean_inc(x_33); +x_37 = l_Lean_Syntax_isOfKind(x_33, x_36); +if (x_37 == 0) { -lean_object* x_54; uint8_t x_55; -x_54 = l_Lean_Elab_Tactic_evalIntro___closed__10; -lean_inc(x_49); -x_55 = l_Lean_Syntax_isOfKind(x_49, x_54); -if (x_55 == 0) +lean_object* x_38; uint8_t x_39; +x_38 = l_Lean_Elab_Tactic_evalIntro___closed__9; +lean_inc(x_33); +x_39 = l_Lean_Syntax_isOfKind(x_33, x_38); +if (x_39 == 0) { -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; 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; -x_56 = lean_ctor_get(x_8, 5); -lean_inc(x_56); -x_57 = 0; -x_58 = l_Lean_SourceInfo_fromRef(x_56, x_57); -x_59 = lean_ctor_get(x_8, 10); -lean_inc(x_59); -x_60 = lean_st_ref_get(x_9, x_10); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); -x_63 = lean_ctor_get(x_61, 0); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_environment_main_module(x_63); -x_65 = l_Lean_Elab_Tactic_evalIntro___closed__1; -lean_inc(x_58); +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; 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; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_40 = lean_ctor_get(x_8, 5); +lean_inc(x_40); +x_41 = 0; +x_42 = l_Lean_SourceInfo_fromRef(x_40, x_41); +x_43 = lean_ctor_get(x_8, 10); +lean_inc(x_43); +x_44 = lean_st_ref_get(x_9, 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_45, 0); +lean_inc(x_47); +lean_dec(x_45); +x_48 = lean_environment_main_module(x_47); +x_49 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1; +lean_inc(x_42); +x_50 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_50, 0, x_42); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Lean_Elab_Tactic_evalIntro___closed__12; +x_52 = l_Lean_addMacroScope(x_48, x_51, x_43); +x_53 = lean_box(0); +x_54 = l_Lean_Elab_Tactic_evalIntro___closed__11; +lean_inc(x_42); +x_55 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_55, 0, x_42); +lean_ctor_set(x_55, 1, x_54); +lean_ctor_set(x_55, 2, x_52); +lean_ctor_set(x_55, 3, x_53); +x_56 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; +lean_inc(x_55); +lean_inc(x_42); +x_57 = l_Lean_Syntax_node1(x_42, x_56, x_55); +lean_inc(x_57); +lean_inc(x_42); +x_58 = l_Lean_Syntax_node2(x_42, x_11, x_50, x_57); +x_59 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2; +lean_inc(x_42); +x_60 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_60, 0, x_42); +lean_ctor_set(x_60, 1, x_59); +x_61 = l_Lean_Elab_Tactic_evalIntro___closed__13; +lean_inc(x_42); +x_62 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_62, 0, x_42); +lean_ctor_set(x_62, 1, x_61); +x_63 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; +lean_inc(x_42); +x_64 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_64, 0, x_42); +lean_ctor_set(x_64, 1, x_56); +lean_ctor_set(x_64, 2, x_63); +x_65 = l_Lean_Elab_Tactic_evalIntro___closed__19; +lean_inc(x_42); x_66 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_66, 0, x_58); +lean_ctor_set(x_66, 0, x_42); lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_Elab_Tactic_evalIntro___closed__13; -x_68 = l_Lean_addMacroScope(x_64, x_67, x_59); -x_69 = lean_box(0); -x_70 = l_Lean_Elab_Tactic_evalIntro___closed__12; -lean_inc(x_58); -x_71 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_71, 0, x_58); -lean_ctor_set(x_71, 1, x_70); -lean_ctor_set(x_71, 2, x_68); -lean_ctor_set(x_71, 3, x_69); -x_72 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; -lean_inc(x_71); -lean_inc(x_58); -x_73 = l_Lean_Syntax_node1(x_58, x_72, x_71); -lean_inc(x_73); -lean_inc(x_58); -x_74 = l_Lean_Syntax_node2(x_58, x_11, x_66, x_73); -x_75 = l_Lean_Elab_Tactic_evalIntro___closed__3; -lean_inc(x_58); -x_76 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_76, 0, x_58); -lean_ctor_set(x_76, 1, x_75); -x_77 = l_Lean_Elab_Tactic_evalIntro___closed__14; -lean_inc(x_58); -x_78 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_78, 0, x_58); -lean_ctor_set(x_78, 1, x_77); -x_79 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; -lean_inc(x_58); -x_80 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_72); -lean_ctor_set(x_80, 2, x_79); -x_81 = l_Lean_Elab_Tactic_evalIntro___closed__20; -lean_inc(x_58); -x_82 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_82, 0, x_58); -lean_ctor_set(x_82, 1, x_81); -x_83 = l_Lean_Elab_Tactic_evalIntro___closed__19; -lean_inc(x_58); -x_84 = l_Lean_Syntax_node2(x_58, x_83, x_82, x_71); -x_85 = l_Lean_Elab_Tactic_evalIntro___closed__17; -lean_inc(x_80); -lean_inc(x_58); -x_86 = l_Lean_Syntax_node2(x_58, x_85, x_80, x_84); -lean_inc(x_58); -x_87 = l_Lean_Syntax_node1(x_58, x_72, x_86); -x_88 = l_Lean_Elab_Tactic_evalIntro___closed__21; -lean_inc(x_58); -x_89 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_89, 0, x_58); -lean_ctor_set(x_89, 1, x_88); -x_90 = l_Lean_Elab_Tactic_evalIntro___closed__26; -lean_inc(x_58); -x_91 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_91, 0, x_58); -lean_ctor_set(x_91, 1, x_90); -lean_inc(x_58); -x_92 = l_Lean_Syntax_node1(x_58, x_72, x_49); -lean_inc(x_58); -x_93 = l_Lean_Syntax_node1(x_58, x_72, x_92); -x_94 = l_Lean_Elab_Tactic_evalIntro___closed__27; -lean_inc(x_58); +x_67 = l_Lean_Elab_Tactic_evalIntro___closed__18; +lean_inc(x_42); +x_68 = l_Lean_Syntax_node2(x_42, x_67, x_66, x_55); +x_69 = l_Lean_Elab_Tactic_evalIntro___closed__16; +lean_inc(x_64); +lean_inc(x_42); +x_70 = l_Lean_Syntax_node2(x_42, x_69, x_64, x_68); +lean_inc(x_42); +x_71 = l_Lean_Syntax_node1(x_42, x_56, x_70); +x_72 = l_Lean_Elab_Tactic_evalIntro___closed__20; +lean_inc(x_42); +x_73 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_73, 0, x_42); +lean_ctor_set(x_73, 1, x_72); +x_74 = l_Lean_Elab_Tactic_evalIntro___closed__25; +lean_inc(x_42); +x_75 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_75, 0, x_42); +lean_ctor_set(x_75, 1, x_74); +lean_inc(x_42); +x_76 = l_Lean_Syntax_node1(x_42, x_56, x_33); +lean_inc(x_42); +x_77 = l_Lean_Syntax_node1(x_42, x_56, x_76); +x_78 = l_Lean_Elab_Tactic_evalIntro___closed__26; +lean_inc(x_42); +x_79 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_79, 0, x_42); +lean_ctor_set(x_79, 1, x_78); +x_80 = l_Lean_Elab_Tactic_evalIntro___closed__29; +lean_inc(x_42); +x_81 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_81, 0, x_42); +lean_ctor_set(x_81, 1, x_80); +x_82 = l_Lean_Elab_Tactic_evalIntro___closed__30; +lean_inc(x_42); +x_83 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_83, 0, x_42); +lean_ctor_set(x_83, 1, x_82); +lean_inc(x_42); +x_84 = l_Lean_Syntax_node1(x_42, x_36, x_83); +x_85 = l_Lean_Elab_Tactic_evalIntro___closed__28; +lean_inc(x_42); +x_86 = l_Lean_Syntax_node2(x_42, x_85, x_81, x_84); +x_87 = l_Lean_Elab_Tactic_evalIntro___closed__24; +lean_inc(x_42); +x_88 = l_Lean_Syntax_node4(x_42, x_87, x_75, x_77, x_79, x_86); +lean_inc(x_42); +x_89 = l_Lean_Syntax_node1(x_42, x_56, x_88); +x_90 = l_Lean_Elab_Tactic_evalIntro___closed__22; +lean_inc(x_42); +x_91 = l_Lean_Syntax_node1(x_42, x_90, x_89); +x_92 = l_Lean_Elab_Tactic_evalIntro___closed__14; +lean_inc(x_64); +lean_inc(x_42); +x_93 = l_Lean_Syntax_node6(x_42, x_92, x_62, x_64, x_64, x_71, x_73, x_91); +x_94 = l_Lean_Elab_Tactic_evalIntro___closed__33; +lean_inc(x_42); x_95 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_95, 0, x_58); +lean_ctor_set(x_95, 0, x_42); lean_ctor_set(x_95, 1, x_94); -x_96 = l_Lean_Elab_Tactic_evalIntro___closed__30; -lean_inc(x_58); +x_96 = l_Lean_Elab_Tactic_evalIntro___closed__34; +lean_inc(x_42); x_97 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_97, 0, x_58); +lean_ctor_set(x_97, 0, x_42); lean_ctor_set(x_97, 1, x_96); -x_98 = l_Lean_Elab_Tactic_evalIntro___closed__31; -lean_inc(x_58); -x_99 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_99, 0, x_58); -lean_ctor_set(x_99, 1, x_98); -lean_inc(x_58); -x_100 = l_Lean_Syntax_node1(x_58, x_52, x_99); -x_101 = l_Lean_Elab_Tactic_evalIntro___closed__29; -lean_inc(x_58); -x_102 = l_Lean_Syntax_node2(x_58, x_101, x_97, x_100); -x_103 = l_Lean_Elab_Tactic_evalIntro___closed__25; -lean_inc(x_58); -x_104 = l_Lean_Syntax_node4(x_58, x_103, x_91, x_93, x_95, x_102); -lean_inc(x_58); -x_105 = l_Lean_Syntax_node1(x_58, x_72, x_104); -x_106 = l_Lean_Elab_Tactic_evalIntro___closed__23; -lean_inc(x_58); -x_107 = l_Lean_Syntax_node1(x_58, x_106, x_105); -x_108 = l_Lean_Elab_Tactic_evalIntro___closed__15; -lean_inc(x_80); -lean_inc(x_58); -x_109 = l_Lean_Syntax_node6(x_58, x_108, x_78, x_80, x_80, x_87, x_89, x_107); -x_110 = l_Lean_Elab_Tactic_evalIntro___closed__34; -lean_inc(x_58); -x_111 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_111, 0, x_58); -lean_ctor_set(x_111, 1, x_110); -x_112 = l_Lean_Elab_Tactic_evalIntro___closed__35; -lean_inc(x_58); -x_113 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_113, 0, x_58); -lean_ctor_set(x_113, 1, x_112); -x_114 = l_Lean_Elab_Tactic_evalIntro___closed__36; -lean_inc(x_58); -x_115 = l_Lean_Syntax_node2(x_58, x_114, x_113, x_73); -lean_inc(x_58); -x_116 = l_Lean_Syntax_node1(x_58, x_72, x_115); -x_117 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__6; -lean_inc(x_58); -x_118 = l_Lean_Syntax_node1(x_58, x_117, x_116); -x_119 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__4; -lean_inc(x_58); -x_120 = l_Lean_Syntax_node1(x_58, x_119, x_118); -x_121 = l_Lean_Elab_Tactic_evalIntro___closed__33; -lean_inc(x_58); -x_122 = l_Lean_Syntax_node2(x_58, x_121, x_111, x_120); -lean_inc(x_76); -lean_inc(x_58); -x_123 = l_Lean_Syntax_node5(x_58, x_72, x_74, x_76, x_109, x_76, x_122); -x_124 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; -x_125 = l_Lean_Syntax_node1(x_58, x_124, x_123); -x_126 = l_Lean_Elab_Tactic_evalTactic(x_125, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_62); -return x_126; +x_98 = l_Lean_Elab_Tactic_evalIntro___closed__35; +lean_inc(x_42); +x_99 = l_Lean_Syntax_node2(x_42, x_98, x_97, x_57); +lean_inc(x_42); +x_100 = l_Lean_Syntax_node1(x_42, x_56, x_99); +x_101 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__6; +lean_inc(x_42); +x_102 = l_Lean_Syntax_node1(x_42, x_101, x_100); +x_103 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__4; +lean_inc(x_42); +x_104 = l_Lean_Syntax_node1(x_42, x_103, x_102); +x_105 = l_Lean_Elab_Tactic_evalIntro___closed__32; +lean_inc(x_42); +x_106 = l_Lean_Syntax_node2(x_42, x_105, x_95, x_104); +lean_inc(x_60); +lean_inc(x_42); +x_107 = l_Lean_Syntax_node5(x_42, x_56, x_58, x_60, x_93, x_60, x_106); +x_108 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; +x_109 = l_Lean_Syntax_node1(x_42, x_108, x_107); +x_110 = l_Lean_Elab_Tactic_evalTactic(x_109, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_46); +return x_110; } else { -lean_object* x_127; uint8_t x_128; -x_127 = l_Lean_Syntax_getArg(x_49, x_14); -lean_inc(x_127); -x_128 = l_Lean_Syntax_isOfKind(x_127, x_50); -if (x_128 == 0) +lean_object* x_111; uint8_t x_112; +x_111 = l_Lean_Syntax_getArg(x_33, x_14); +lean_inc(x_111); +x_112 = l_Lean_Syntax_isOfKind(x_111, x_34); +if (x_112 == 0) { -lean_object* x_129; uint8_t x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; -lean_dec(x_127); -x_129 = lean_ctor_get(x_8, 5); -lean_inc(x_129); -x_130 = 0; -x_131 = l_Lean_SourceInfo_fromRef(x_129, x_130); -x_132 = lean_ctor_get(x_8, 10); -lean_inc(x_132); -x_133 = lean_st_ref_get(x_9, x_10); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_136 = lean_ctor_get(x_134, 0); -lean_inc(x_136); -lean_dec(x_134); -x_137 = lean_environment_main_module(x_136); -x_138 = l_Lean_Elab_Tactic_evalIntro___closed__1; -lean_inc(x_131); +lean_object* x_113; uint8_t x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; +lean_dec(x_111); +x_113 = lean_ctor_get(x_8, 5); +lean_inc(x_113); +x_114 = 0; +x_115 = l_Lean_SourceInfo_fromRef(x_113, x_114); +x_116 = lean_ctor_get(x_8, 10); +lean_inc(x_116); +x_117 = lean_st_ref_get(x_9, x_10); +x_118 = lean_ctor_get(x_117, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_117, 1); +lean_inc(x_119); +lean_dec(x_117); +x_120 = lean_ctor_get(x_118, 0); +lean_inc(x_120); +lean_dec(x_118); +x_121 = lean_environment_main_module(x_120); +x_122 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1; +lean_inc(x_115); +x_123 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_123, 0, x_115); +lean_ctor_set(x_123, 1, x_122); +x_124 = l_Lean_Elab_Tactic_evalIntro___closed__12; +x_125 = l_Lean_addMacroScope(x_121, x_124, x_116); +x_126 = lean_box(0); +x_127 = l_Lean_Elab_Tactic_evalIntro___closed__11; +lean_inc(x_115); +x_128 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_128, 0, x_115); +lean_ctor_set(x_128, 1, x_127); +lean_ctor_set(x_128, 2, x_125); +lean_ctor_set(x_128, 3, x_126); +x_129 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; +lean_inc(x_128); +lean_inc(x_115); +x_130 = l_Lean_Syntax_node1(x_115, x_129, x_128); +lean_inc(x_130); +lean_inc(x_115); +x_131 = l_Lean_Syntax_node2(x_115, x_11, x_123, x_130); +x_132 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2; +lean_inc(x_115); +x_133 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_133, 0, x_115); +lean_ctor_set(x_133, 1, x_132); +x_134 = l_Lean_Elab_Tactic_evalIntro___closed__13; +lean_inc(x_115); +x_135 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_135, 0, x_115); +lean_ctor_set(x_135, 1, x_134); +x_136 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; +lean_inc(x_115); +x_137 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_137, 0, x_115); +lean_ctor_set(x_137, 1, x_129); +lean_ctor_set(x_137, 2, x_136); +x_138 = l_Lean_Elab_Tactic_evalIntro___closed__19; +lean_inc(x_115); x_139 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_139, 0, x_131); +lean_ctor_set(x_139, 0, x_115); lean_ctor_set(x_139, 1, x_138); -x_140 = l_Lean_Elab_Tactic_evalIntro___closed__13; -x_141 = l_Lean_addMacroScope(x_137, x_140, x_132); -x_142 = lean_box(0); -x_143 = l_Lean_Elab_Tactic_evalIntro___closed__12; -lean_inc(x_131); -x_144 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_144, 0, x_131); -lean_ctor_set(x_144, 1, x_143); -lean_ctor_set(x_144, 2, x_141); -lean_ctor_set(x_144, 3, x_142); -x_145 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; -lean_inc(x_144); -lean_inc(x_131); -x_146 = l_Lean_Syntax_node1(x_131, x_145, x_144); -lean_inc(x_146); -lean_inc(x_131); -x_147 = l_Lean_Syntax_node2(x_131, x_11, x_139, x_146); -x_148 = l_Lean_Elab_Tactic_evalIntro___closed__3; -lean_inc(x_131); -x_149 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_149, 0, x_131); -lean_ctor_set(x_149, 1, x_148); -x_150 = l_Lean_Elab_Tactic_evalIntro___closed__14; -lean_inc(x_131); -x_151 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_151, 0, x_131); -lean_ctor_set(x_151, 1, x_150); -x_152 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; -lean_inc(x_131); -x_153 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_153, 0, x_131); -lean_ctor_set(x_153, 1, x_145); -lean_ctor_set(x_153, 2, x_152); -x_154 = l_Lean_Elab_Tactic_evalIntro___closed__20; -lean_inc(x_131); -x_155 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_155, 0, x_131); -lean_ctor_set(x_155, 1, x_154); -x_156 = l_Lean_Elab_Tactic_evalIntro___closed__19; -lean_inc(x_131); -x_157 = l_Lean_Syntax_node2(x_131, x_156, x_155, x_144); -x_158 = l_Lean_Elab_Tactic_evalIntro___closed__17; -lean_inc(x_153); -lean_inc(x_131); -x_159 = l_Lean_Syntax_node2(x_131, x_158, x_153, x_157); -lean_inc(x_131); -x_160 = l_Lean_Syntax_node1(x_131, x_145, x_159); -x_161 = l_Lean_Elab_Tactic_evalIntro___closed__21; -lean_inc(x_131); -x_162 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_162, 0, x_131); -lean_ctor_set(x_162, 1, x_161); -x_163 = l_Lean_Elab_Tactic_evalIntro___closed__26; -lean_inc(x_131); -x_164 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_164, 0, x_131); -lean_ctor_set(x_164, 1, x_163); -lean_inc(x_131); -x_165 = l_Lean_Syntax_node1(x_131, x_145, x_49); -lean_inc(x_131); -x_166 = l_Lean_Syntax_node1(x_131, x_145, x_165); -x_167 = l_Lean_Elab_Tactic_evalIntro___closed__27; -lean_inc(x_131); +x_140 = l_Lean_Elab_Tactic_evalIntro___closed__18; +lean_inc(x_115); +x_141 = l_Lean_Syntax_node2(x_115, x_140, x_139, x_128); +x_142 = l_Lean_Elab_Tactic_evalIntro___closed__16; +lean_inc(x_137); +lean_inc(x_115); +x_143 = l_Lean_Syntax_node2(x_115, x_142, x_137, x_141); +lean_inc(x_115); +x_144 = l_Lean_Syntax_node1(x_115, x_129, x_143); +x_145 = l_Lean_Elab_Tactic_evalIntro___closed__20; +lean_inc(x_115); +x_146 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_146, 0, x_115); +lean_ctor_set(x_146, 1, x_145); +x_147 = l_Lean_Elab_Tactic_evalIntro___closed__25; +lean_inc(x_115); +x_148 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_148, 0, x_115); +lean_ctor_set(x_148, 1, x_147); +lean_inc(x_115); +x_149 = l_Lean_Syntax_node1(x_115, x_129, x_33); +lean_inc(x_115); +x_150 = l_Lean_Syntax_node1(x_115, x_129, x_149); +x_151 = l_Lean_Elab_Tactic_evalIntro___closed__26; +lean_inc(x_115); +x_152 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_152, 0, x_115); +lean_ctor_set(x_152, 1, x_151); +x_153 = l_Lean_Elab_Tactic_evalIntro___closed__29; +lean_inc(x_115); +x_154 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_154, 0, x_115); +lean_ctor_set(x_154, 1, x_153); +x_155 = l_Lean_Elab_Tactic_evalIntro___closed__30; +lean_inc(x_115); +x_156 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_156, 0, x_115); +lean_ctor_set(x_156, 1, x_155); +lean_inc(x_115); +x_157 = l_Lean_Syntax_node1(x_115, x_36, x_156); +x_158 = l_Lean_Elab_Tactic_evalIntro___closed__28; +lean_inc(x_115); +x_159 = l_Lean_Syntax_node2(x_115, x_158, x_154, x_157); +x_160 = l_Lean_Elab_Tactic_evalIntro___closed__24; +lean_inc(x_115); +x_161 = l_Lean_Syntax_node4(x_115, x_160, x_148, x_150, x_152, x_159); +lean_inc(x_115); +x_162 = l_Lean_Syntax_node1(x_115, x_129, x_161); +x_163 = l_Lean_Elab_Tactic_evalIntro___closed__22; +lean_inc(x_115); +x_164 = l_Lean_Syntax_node1(x_115, x_163, x_162); +x_165 = l_Lean_Elab_Tactic_evalIntro___closed__14; +lean_inc(x_137); +lean_inc(x_115); +x_166 = l_Lean_Syntax_node6(x_115, x_165, x_135, x_137, x_137, x_144, x_146, x_164); +x_167 = l_Lean_Elab_Tactic_evalIntro___closed__33; +lean_inc(x_115); x_168 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_168, 0, x_131); +lean_ctor_set(x_168, 0, x_115); lean_ctor_set(x_168, 1, x_167); -x_169 = l_Lean_Elab_Tactic_evalIntro___closed__30; -lean_inc(x_131); +x_169 = l_Lean_Elab_Tactic_evalIntro___closed__34; +lean_inc(x_115); x_170 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_170, 0, x_131); +lean_ctor_set(x_170, 0, x_115); lean_ctor_set(x_170, 1, x_169); -x_171 = l_Lean_Elab_Tactic_evalIntro___closed__31; -lean_inc(x_131); -x_172 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_172, 0, x_131); -lean_ctor_set(x_172, 1, x_171); -lean_inc(x_131); -x_173 = l_Lean_Syntax_node1(x_131, x_52, x_172); -x_174 = l_Lean_Elab_Tactic_evalIntro___closed__29; -lean_inc(x_131); -x_175 = l_Lean_Syntax_node2(x_131, x_174, x_170, x_173); -x_176 = l_Lean_Elab_Tactic_evalIntro___closed__25; -lean_inc(x_131); -x_177 = l_Lean_Syntax_node4(x_131, x_176, x_164, x_166, x_168, x_175); -lean_inc(x_131); -x_178 = l_Lean_Syntax_node1(x_131, x_145, x_177); -x_179 = l_Lean_Elab_Tactic_evalIntro___closed__23; -lean_inc(x_131); -x_180 = l_Lean_Syntax_node1(x_131, x_179, x_178); -x_181 = l_Lean_Elab_Tactic_evalIntro___closed__15; -lean_inc(x_153); -lean_inc(x_131); -x_182 = l_Lean_Syntax_node6(x_131, x_181, x_151, x_153, x_153, x_160, x_162, x_180); -x_183 = l_Lean_Elab_Tactic_evalIntro___closed__34; -lean_inc(x_131); -x_184 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_184, 0, x_131); -lean_ctor_set(x_184, 1, x_183); -x_185 = l_Lean_Elab_Tactic_evalIntro___closed__35; -lean_inc(x_131); -x_186 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_186, 0, x_131); -lean_ctor_set(x_186, 1, x_185); -x_187 = l_Lean_Elab_Tactic_evalIntro___closed__36; -lean_inc(x_131); -x_188 = l_Lean_Syntax_node2(x_131, x_187, x_186, x_146); -lean_inc(x_131); -x_189 = l_Lean_Syntax_node1(x_131, x_145, x_188); -x_190 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__6; -lean_inc(x_131); -x_191 = l_Lean_Syntax_node1(x_131, x_190, x_189); -x_192 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__4; -lean_inc(x_131); -x_193 = l_Lean_Syntax_node1(x_131, x_192, x_191); -x_194 = l_Lean_Elab_Tactic_evalIntro___closed__33; -lean_inc(x_131); -x_195 = l_Lean_Syntax_node2(x_131, x_194, x_184, x_193); -lean_inc(x_149); -lean_inc(x_131); -x_196 = l_Lean_Syntax_node5(x_131, x_145, x_147, x_149, x_182, x_149, x_195); -x_197 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; -x_198 = l_Lean_Syntax_node1(x_131, x_197, x_196); -x_199 = l_Lean_Elab_Tactic_evalTactic(x_198, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_135); -return x_199; +x_171 = l_Lean_Elab_Tactic_evalIntro___closed__35; +lean_inc(x_115); +x_172 = l_Lean_Syntax_node2(x_115, x_171, x_170, x_130); +lean_inc(x_115); +x_173 = l_Lean_Syntax_node1(x_115, x_129, x_172); +x_174 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__6; +lean_inc(x_115); +x_175 = l_Lean_Syntax_node1(x_115, x_174, x_173); +x_176 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__4; +lean_inc(x_115); +x_177 = l_Lean_Syntax_node1(x_115, x_176, x_175); +x_178 = l_Lean_Elab_Tactic_evalIntro___closed__32; +lean_inc(x_115); +x_179 = l_Lean_Syntax_node2(x_115, x_178, x_168, x_177); +lean_inc(x_133); +lean_inc(x_115); +x_180 = l_Lean_Syntax_node5(x_115, x_129, x_131, x_133, x_166, x_133, x_179); +x_181 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; +x_182 = l_Lean_Syntax_node1(x_115, x_181, x_180); +x_183 = l_Lean_Elab_Tactic_evalTactic(x_182, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_119); +return x_183; } else { -lean_object* x_200; lean_object* x_201; uint8_t x_202; -x_200 = lean_unsigned_to_nat(3u); -x_201 = l_Lean_Syntax_getArg(x_49, x_200); -lean_inc(x_201); -x_202 = l_Lean_Syntax_matchesNull(x_201, x_14); -if (x_202 == 0) +lean_object* x_184; lean_object* x_185; uint8_t x_186; +x_184 = lean_unsigned_to_nat(3u); +x_185 = l_Lean_Syntax_getArg(x_33, x_184); +lean_inc(x_185); +x_186 = l_Lean_Syntax_matchesNull(x_185, x_14); +if (x_186 == 0) { -lean_object* x_203; uint8_t x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; -lean_dec(x_201); -lean_dec(x_127); -x_203 = lean_ctor_get(x_8, 5); -lean_inc(x_203); -x_204 = 0; -x_205 = l_Lean_SourceInfo_fromRef(x_203, x_204); -x_206 = lean_ctor_get(x_8, 10); -lean_inc(x_206); -x_207 = lean_st_ref_get(x_9, x_10); -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); -x_210 = lean_ctor_get(x_208, 0); -lean_inc(x_210); -lean_dec(x_208); -x_211 = lean_environment_main_module(x_210); -x_212 = l_Lean_Elab_Tactic_evalIntro___closed__1; -lean_inc(x_205); +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; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; lean_object* x_257; +lean_dec(x_185); +lean_dec(x_111); +x_187 = lean_ctor_get(x_8, 5); +lean_inc(x_187); +x_188 = 0; +x_189 = l_Lean_SourceInfo_fromRef(x_187, x_188); +x_190 = lean_ctor_get(x_8, 10); +lean_inc(x_190); +x_191 = lean_st_ref_get(x_9, x_10); +x_192 = lean_ctor_get(x_191, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_191, 1); +lean_inc(x_193); +lean_dec(x_191); +x_194 = lean_ctor_get(x_192, 0); +lean_inc(x_194); +lean_dec(x_192); +x_195 = lean_environment_main_module(x_194); +x_196 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1; +lean_inc(x_189); +x_197 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_197, 0, x_189); +lean_ctor_set(x_197, 1, x_196); +x_198 = l_Lean_Elab_Tactic_evalIntro___closed__12; +x_199 = l_Lean_addMacroScope(x_195, x_198, x_190); +x_200 = lean_box(0); +x_201 = l_Lean_Elab_Tactic_evalIntro___closed__11; +lean_inc(x_189); +x_202 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_202, 0, x_189); +lean_ctor_set(x_202, 1, x_201); +lean_ctor_set(x_202, 2, x_199); +lean_ctor_set(x_202, 3, x_200); +x_203 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; +lean_inc(x_202); +lean_inc(x_189); +x_204 = l_Lean_Syntax_node1(x_189, x_203, x_202); +lean_inc(x_204); +lean_inc(x_189); +x_205 = l_Lean_Syntax_node2(x_189, x_11, x_197, x_204); +x_206 = l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2; +lean_inc(x_189); +x_207 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_207, 0, x_189); +lean_ctor_set(x_207, 1, x_206); +x_208 = l_Lean_Elab_Tactic_evalIntro___closed__13; +lean_inc(x_189); +x_209 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_209, 0, x_189); +lean_ctor_set(x_209, 1, x_208); +x_210 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; +lean_inc(x_189); +x_211 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_211, 0, x_189); +lean_ctor_set(x_211, 1, x_203); +lean_ctor_set(x_211, 2, x_210); +x_212 = l_Lean_Elab_Tactic_evalIntro___closed__19; +lean_inc(x_189); x_213 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_213, 0, x_205); +lean_ctor_set(x_213, 0, x_189); lean_ctor_set(x_213, 1, x_212); -x_214 = l_Lean_Elab_Tactic_evalIntro___closed__13; -x_215 = l_Lean_addMacroScope(x_211, x_214, x_206); -x_216 = lean_box(0); -x_217 = l_Lean_Elab_Tactic_evalIntro___closed__12; -lean_inc(x_205); -x_218 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_218, 0, x_205); -lean_ctor_set(x_218, 1, x_217); -lean_ctor_set(x_218, 2, x_215); -lean_ctor_set(x_218, 3, x_216); -x_219 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__8; -lean_inc(x_218); -lean_inc(x_205); -x_220 = l_Lean_Syntax_node1(x_205, x_219, x_218); -lean_inc(x_220); -lean_inc(x_205); -x_221 = l_Lean_Syntax_node2(x_205, x_11, x_213, x_220); -x_222 = l_Lean_Elab_Tactic_evalIntro___closed__3; -lean_inc(x_205); -x_223 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_223, 0, x_205); -lean_ctor_set(x_223, 1, x_222); -x_224 = l_Lean_Elab_Tactic_evalIntro___closed__14; -lean_inc(x_205); -x_225 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_225, 0, x_205); -lean_ctor_set(x_225, 1, x_224); -x_226 = l_Lean_Elab_Tactic_addCheckpoints___lambda__1___closed__1; -lean_inc(x_205); -x_227 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_227, 0, x_205); -lean_ctor_set(x_227, 1, x_219); -lean_ctor_set(x_227, 2, x_226); -x_228 = l_Lean_Elab_Tactic_evalIntro___closed__20; -lean_inc(x_205); -x_229 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_229, 0, x_205); -lean_ctor_set(x_229, 1, x_228); -x_230 = l_Lean_Elab_Tactic_evalIntro___closed__19; -lean_inc(x_205); -x_231 = l_Lean_Syntax_node2(x_205, x_230, x_229, x_218); -x_232 = l_Lean_Elab_Tactic_evalIntro___closed__17; -lean_inc(x_227); -lean_inc(x_205); -x_233 = l_Lean_Syntax_node2(x_205, x_232, x_227, x_231); -lean_inc(x_205); -x_234 = l_Lean_Syntax_node1(x_205, x_219, x_233); -x_235 = l_Lean_Elab_Tactic_evalIntro___closed__21; -lean_inc(x_205); -x_236 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_236, 0, x_205); -lean_ctor_set(x_236, 1, x_235); -x_237 = l_Lean_Elab_Tactic_evalIntro___closed__26; -lean_inc(x_205); -x_238 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_238, 0, x_205); -lean_ctor_set(x_238, 1, x_237); -lean_inc(x_205); -x_239 = l_Lean_Syntax_node1(x_205, x_219, x_49); -lean_inc(x_205); -x_240 = l_Lean_Syntax_node1(x_205, x_219, x_239); -x_241 = l_Lean_Elab_Tactic_evalIntro___closed__27; -lean_inc(x_205); +x_214 = l_Lean_Elab_Tactic_evalIntro___closed__18; +lean_inc(x_189); +x_215 = l_Lean_Syntax_node2(x_189, x_214, x_213, x_202); +x_216 = l_Lean_Elab_Tactic_evalIntro___closed__16; +lean_inc(x_211); +lean_inc(x_189); +x_217 = l_Lean_Syntax_node2(x_189, x_216, x_211, x_215); +lean_inc(x_189); +x_218 = l_Lean_Syntax_node1(x_189, x_203, x_217); +x_219 = l_Lean_Elab_Tactic_evalIntro___closed__20; +lean_inc(x_189); +x_220 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_220, 0, x_189); +lean_ctor_set(x_220, 1, x_219); +x_221 = l_Lean_Elab_Tactic_evalIntro___closed__25; +lean_inc(x_189); +x_222 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_222, 0, x_189); +lean_ctor_set(x_222, 1, x_221); +lean_inc(x_189); +x_223 = l_Lean_Syntax_node1(x_189, x_203, x_33); +lean_inc(x_189); +x_224 = l_Lean_Syntax_node1(x_189, x_203, x_223); +x_225 = l_Lean_Elab_Tactic_evalIntro___closed__26; +lean_inc(x_189); +x_226 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_226, 0, x_189); +lean_ctor_set(x_226, 1, x_225); +x_227 = l_Lean_Elab_Tactic_evalIntro___closed__29; +lean_inc(x_189); +x_228 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_228, 0, x_189); +lean_ctor_set(x_228, 1, x_227); +x_229 = l_Lean_Elab_Tactic_evalIntro___closed__30; +lean_inc(x_189); +x_230 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_230, 0, x_189); +lean_ctor_set(x_230, 1, x_229); +lean_inc(x_189); +x_231 = l_Lean_Syntax_node1(x_189, x_36, x_230); +x_232 = l_Lean_Elab_Tactic_evalIntro___closed__28; +lean_inc(x_189); +x_233 = l_Lean_Syntax_node2(x_189, x_232, x_228, x_231); +x_234 = l_Lean_Elab_Tactic_evalIntro___closed__24; +lean_inc(x_189); +x_235 = l_Lean_Syntax_node4(x_189, x_234, x_222, x_224, x_226, x_233); +lean_inc(x_189); +x_236 = l_Lean_Syntax_node1(x_189, x_203, x_235); +x_237 = l_Lean_Elab_Tactic_evalIntro___closed__22; +lean_inc(x_189); +x_238 = l_Lean_Syntax_node1(x_189, x_237, x_236); +x_239 = l_Lean_Elab_Tactic_evalIntro___closed__14; +lean_inc(x_211); +lean_inc(x_189); +x_240 = l_Lean_Syntax_node6(x_189, x_239, x_209, x_211, x_211, x_218, x_220, x_238); +x_241 = l_Lean_Elab_Tactic_evalIntro___closed__33; +lean_inc(x_189); x_242 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_242, 0, x_205); +lean_ctor_set(x_242, 0, x_189); lean_ctor_set(x_242, 1, x_241); -x_243 = l_Lean_Elab_Tactic_evalIntro___closed__30; -lean_inc(x_205); +x_243 = l_Lean_Elab_Tactic_evalIntro___closed__34; +lean_inc(x_189); x_244 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_244, 0, x_205); +lean_ctor_set(x_244, 0, x_189); lean_ctor_set(x_244, 1, x_243); -x_245 = l_Lean_Elab_Tactic_evalIntro___closed__31; -lean_inc(x_205); -x_246 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_246, 0, x_205); -lean_ctor_set(x_246, 1, x_245); -lean_inc(x_205); -x_247 = l_Lean_Syntax_node1(x_205, x_52, x_246); -x_248 = l_Lean_Elab_Tactic_evalIntro___closed__29; -lean_inc(x_205); -x_249 = l_Lean_Syntax_node2(x_205, x_248, x_244, x_247); -x_250 = l_Lean_Elab_Tactic_evalIntro___closed__25; -lean_inc(x_205); -x_251 = l_Lean_Syntax_node4(x_205, x_250, x_238, x_240, x_242, x_249); -lean_inc(x_205); -x_252 = l_Lean_Syntax_node1(x_205, x_219, x_251); -x_253 = l_Lean_Elab_Tactic_evalIntro___closed__23; -lean_inc(x_205); -x_254 = l_Lean_Syntax_node1(x_205, x_253, x_252); -x_255 = l_Lean_Elab_Tactic_evalIntro___closed__15; -lean_inc(x_227); -lean_inc(x_205); -x_256 = l_Lean_Syntax_node6(x_205, x_255, x_225, x_227, x_227, x_234, x_236, x_254); -x_257 = l_Lean_Elab_Tactic_evalIntro___closed__34; -lean_inc(x_205); -x_258 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_258, 0, x_205); -lean_ctor_set(x_258, 1, x_257); -x_259 = l_Lean_Elab_Tactic_evalIntro___closed__35; -lean_inc(x_205); -x_260 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_260, 0, x_205); -lean_ctor_set(x_260, 1, x_259); -x_261 = l_Lean_Elab_Tactic_evalIntro___closed__36; -lean_inc(x_205); -x_262 = l_Lean_Syntax_node2(x_205, x_261, x_260, x_220); -lean_inc(x_205); -x_263 = l_Lean_Syntax_node1(x_205, x_219, x_262); -x_264 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__6; -lean_inc(x_205); -x_265 = l_Lean_Syntax_node1(x_205, x_264, x_263); -x_266 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__4; -lean_inc(x_205); -x_267 = l_Lean_Syntax_node1(x_205, x_266, x_265); -x_268 = l_Lean_Elab_Tactic_evalIntro___closed__33; -lean_inc(x_205); -x_269 = l_Lean_Syntax_node2(x_205, x_268, x_258, x_267); -lean_inc(x_223); -lean_inc(x_205); -x_270 = l_Lean_Syntax_node5(x_205, x_219, x_221, x_223, x_256, x_223, x_269); -x_271 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; -x_272 = l_Lean_Syntax_node1(x_205, x_271, x_270); -x_273 = l_Lean_Elab_Tactic_evalTactic(x_272, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_209); -return x_273; +x_245 = l_Lean_Elab_Tactic_evalIntro___closed__35; +lean_inc(x_189); +x_246 = l_Lean_Syntax_node2(x_189, x_245, x_244, x_204); +lean_inc(x_189); +x_247 = l_Lean_Syntax_node1(x_189, x_203, x_246); +x_248 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__6; +lean_inc(x_189); +x_249 = l_Lean_Syntax_node1(x_189, x_248, x_247); +x_250 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_addCheckpoints___spec__1___closed__4; +lean_inc(x_189); +x_251 = l_Lean_Syntax_node1(x_189, x_250, x_249); +x_252 = l_Lean_Elab_Tactic_evalIntro___closed__32; +lean_inc(x_189); +x_253 = l_Lean_Syntax_node2(x_189, x_252, x_242, x_251); +lean_inc(x_207); +lean_inc(x_189); +x_254 = l_Lean_Syntax_node5(x_189, x_203, x_205, x_207, x_240, x_207, x_253); +x_255 = l___regBuiltin_Lean_Elab_Tactic_evalSeq1___closed__2; +x_256 = l_Lean_Syntax_node1(x_189, x_255, x_254); +x_257 = l_Lean_Elab_Tactic_evalTactic(x_256, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_193); +return x_257; } else { -lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; -lean_dec(x_49); -x_274 = l_Lean_Syntax_getArg(x_201, x_16); -lean_dec(x_201); -lean_inc(x_127); -x_275 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_275, 0, x_127); -x_276 = l_Lean_Syntax_getId(x_127); -lean_dec(x_127); -x_277 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_277, 0, x_274); -x_278 = l_Lean_Elab_Tactic_evalIntro_introStep(x_275, x_276, x_277, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_278; +lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; +lean_dec(x_33); +x_258 = l_Lean_Syntax_getArg(x_185, x_17); +lean_dec(x_185); +lean_inc(x_111); +x_259 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_259, 0, x_111); +x_260 = l_Lean_Syntax_getId(x_111); +lean_dec(x_111); +x_261 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_261, 0, x_258); +x_262 = l_Lean_Elab_Tactic_evalIntro_introStep(x_259, x_260, x_261, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_262; } } } } else { -lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; -x_279 = l_Lean_Syntax_getArg(x_49, x_16); -lean_dec(x_49); -x_280 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_280, 0, x_279); -x_281 = lean_box(0); -x_282 = l_Lean_Elab_Tactic_evalIntro___closed__37; -x_283 = l_Lean_Elab_Tactic_evalIntro_introStep(x_280, x_282, x_281, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_283; +lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +x_263 = l_Lean_Syntax_getArg(x_33, x_17); +lean_dec(x_33); +x_264 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_264, 0, x_263); +x_265 = lean_box(0); +x_266 = l_Lean_Elab_Tactic_evalIntro___closed__36; +x_267 = l_Lean_Elab_Tactic_evalIntro_introStep(x_264, x_266, x_265, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_267; } } else { -lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; -lean_inc(x_49); -x_284 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_284, 0, x_49); -x_285 = l_Lean_Syntax_getId(x_49); -lean_dec(x_49); -x_286 = lean_box(0); -x_287 = l_Lean_Elab_Tactic_evalIntro_introStep(x_284, x_285, x_286, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_287; +lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +lean_inc(x_33); +x_268 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_268, 0, x_33); +x_269 = l_Lean_Syntax_getId(x_33); +lean_dec(x_33); +x_270 = lean_box(0); +x_271 = l_Lean_Elab_Tactic_evalIntro_introStep(x_268, x_269, x_270, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_271; } } } else { -lean_object* x_288; lean_object* x_289; lean_object* x_290; +lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_dec(x_15); -x_288 = lean_box(0); -x_289 = l_Lean_Elab_Tactic_evalIntro___closed__37; -x_290 = l_Lean_Elab_Tactic_evalIntro_introStep(x_288, x_289, x_288, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_290; +x_272 = lean_box(0); +x_273 = l_Lean_Elab_Tactic_evalIntro___closed__36; +x_274 = l_Lean_Elab_Tactic_evalIntro_introStep(x_272, x_273, x_272, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_274; } } } } +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalIntro___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: +{ +lean_object* x_11; +x_11 = l_Lean_Elab_Tactic_evalIntro___lambda__1(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; +} +} static lean_object* _init_l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__1() { _start: { @@ -18000,7 +18171,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalIntro(lean_object* { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___regBuiltin_Lean_Elab_Tactic_evalWithAnnotateState___closed__4; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__2; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__1; x_4 = l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__2; x_5 = l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__3; x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); @@ -19883,7 +20054,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalClear(lean_object* x_1, lean_obj _start: { lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_Elab_Tactic_evalIntro___closed__36; +x_11 = l_Lean_Elab_Tactic_evalIntro___closed__35; lean_inc(x_1); x_12 = l_Lean_Syntax_isOfKind(x_1, x_11); if (x_12 == 0) @@ -20125,7 +20296,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalClear(lean_object* { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; x_2 = l___regBuiltin_Lean_Elab_Tactic_evalWithAnnotateState___closed__4; -x_3 = l_Lean_Elab_Tactic_evalIntro___closed__36; +x_3 = l_Lean_Elab_Tactic_evalIntro___closed__35; x_4 = l___regBuiltin_Lean_Elab_Tactic_evalClear___closed__2; x_5 = l___regBuiltin_Lean_Elab_Tactic_evalClear___closed__3; x_6 = l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(x_2, x_3, x_4, x_5, x_1); @@ -21859,7 +22030,7 @@ goto _start; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_104; uint8_t x_105; +lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_111; uint8_t x_112; lean_free_object(x_22); lean_free_object(x_21); lean_free_object(x_6); @@ -21869,67 +22040,63 @@ lean_dec(x_34); lean_inc(x_37); x_38 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); lean_closure_set(x_38, 0, x_37); -x_104 = l_Lean_LocalDecl_userName(x_37); -x_105 = l_Lean_Name_hasMacroScopes(x_104); -if (x_105 == 0) +x_111 = l_Lean_LocalDecl_userName(x_37); +x_112 = l_Lean_Name_hasMacroScopes(x_111); +if (x_112 == 0) +{ +uint8_t x_113; +x_113 = l_Lean_NameSet_contains(x_24, x_111); +lean_dec(x_111); +x_39 = x_113; +goto block_110; +} +else { -uint8_t x_106; -x_106 = l_Lean_NameSet_contains(x_24, x_104); -lean_dec(x_104); -if (x_106 == 0) +uint8_t x_114; +lean_dec(x_111); +x_114 = 1; +x_39 = x_114; +goto block_110; +} +block_110: +{ +if (x_39 == 0) { -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_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_dec(x_38); -x_107 = lean_box(0); -x_108 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_37, x_24, x_27, x_30, x_31, x_107, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_40 = lean_box(0); +x_41 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_37, x_24, x_27, x_30, x_31, x_40, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); lean_dec(x_37); -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_nat_add(x_3, x_5); +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_ctor_get(x_42, 0); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_112; -x_6 = x_111; -x_15 = x_110; +x_3 = x_45; +x_6 = x_44; +x_15 = x_43; goto _start; } else { -lean_object* x_114; -x_114 = lean_box(0); -x_39 = x_114; -goto block_103; -} -} -else -{ -lean_object* x_115; -lean_dec(x_104); -x_115 = lean_box(0); -x_39 = x_115; -goto block_103; -} -block_103: -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; -lean_dec(x_39); -x_40 = lean_box(0); -x_41 = l_Array_back___rarg(x_40, x_27); -x_42 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; -lean_inc(x_41); -x_43 = l_Lean_Syntax_isOfKind(x_41, x_42); -if (x_43 == 0) +lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_47 = lean_box(0); +x_48 = l_Array_back___rarg(x_47, x_27); +x_49 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; +lean_inc(x_48); +x_50 = l_Lean_Syntax_isOfKind(x_48, x_49); +if (x_50 == 0) { -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); +lean_object* x_51; lean_object* x_52; +lean_dec(x_48); lean_dec(x_37); -x_44 = lean_box(0); +x_51 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -21938,15 +22105,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_45 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_38, x_24, x_27, x_30, x_31, x_44, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_45) == 0) +x_52 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_38, x_24, x_27, x_30, x_31, x_51, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_46; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -if (lean_obj_tag(x_46) == 0) +lean_object* x_53; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) { -uint8_t x_47; +uint8_t x_54; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -21957,54 +22124,54 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_47 = !lean_is_exclusive(x_45); -if (x_47 == 0) +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) { -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -x_49 = lean_ctor_get(x_46, 0); -lean_inc(x_49); -lean_dec(x_46); -lean_ctor_set(x_45, 0, x_49); -return x_45; +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_52, 0); +lean_dec(x_55); +x_56 = lean_ctor_get(x_53, 0); +lean_inc(x_56); +lean_dec(x_53); +lean_ctor_set(x_52, 0, x_56); +return x_52; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_45, 1); -lean_inc(x_50); -lean_dec(x_45); -x_51 = lean_ctor_get(x_46, 0); -lean_inc(x_51); -lean_dec(x_46); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_50); -return x_52; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_52, 1); +lean_inc(x_57); +lean_dec(x_52); +x_58 = lean_ctor_get(x_53, 0); +lean_inc(x_58); +lean_dec(x_53); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_45, 1); -lean_inc(x_53); -lean_dec(x_45); -x_54 = lean_ctor_get(x_46, 0); -lean_inc(x_54); -lean_dec(x_46); -x_55 = lean_nat_add(x_3, x_5); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_52, 1); +lean_inc(x_60); +lean_dec(x_52); +x_61 = lean_ctor_get(x_53, 0); +lean_inc(x_61); +lean_dec(x_53); +x_62 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_55; -x_6 = x_54; -x_15 = x_53; +x_3 = x_62; +x_6 = x_61; +x_15 = x_60; goto _start; } } else { -uint8_t x_57; +uint8_t x_64; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22015,40 +22182,40 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_57 = !lean_is_exclusive(x_45); -if (x_57 == 0) +x_64 = !lean_is_exclusive(x_52); +if (x_64 == 0) { -return x_45; +return x_52; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_45, 0); -x_59 = lean_ctor_get(x_45, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_45); -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; +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_52, 0); +x_66 = lean_ctor_get(x_52, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_52); +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_61; lean_object* x_62; uint8_t x_63; -x_61 = l_Lean_Syntax_getArg(x_41, x_17); -lean_dec(x_41); -x_62 = l_Lean_Elab_Tactic_evalIntro___closed__5; -lean_inc(x_61); -x_63 = l_Lean_Syntax_isOfKind(x_61, x_62); -if (x_63 == 0) +lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_68 = l_Lean_Syntax_getArg(x_48, x_17); +lean_dec(x_48); +x_69 = l_Lean_Elab_Tactic_evalIntro___closed__4; +lean_inc(x_68); +x_70 = l_Lean_Syntax_isOfKind(x_68, x_69); +if (x_70 == 0) { -lean_object* x_64; lean_object* x_65; -lean_dec(x_61); +lean_object* x_71; lean_object* x_72; +lean_dec(x_68); lean_dec(x_37); -x_64 = lean_box(0); +x_71 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22057,15 +22224,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_65 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_38, x_24, x_27, x_30, x_31, x_64, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_65) == 0) +x_72 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_38, x_24, x_27, x_30, x_31, x_71, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_66; -x_66 = lean_ctor_get(x_65, 0); -lean_inc(x_66); -if (lean_obj_tag(x_66) == 0) +lean_object* x_73; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +if (lean_obj_tag(x_73) == 0) { -uint8_t x_67; +uint8_t x_74; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22076,54 +22243,54 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_67 = !lean_is_exclusive(x_65); -if (x_67 == 0) +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_65, 0); -lean_dec(x_68); -x_69 = lean_ctor_get(x_66, 0); -lean_inc(x_69); -lean_dec(x_66); -lean_ctor_set(x_65, 0, x_69); -return x_65; +lean_object* x_75; lean_object* x_76; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +x_76 = lean_ctor_get(x_73, 0); +lean_inc(x_76); +lean_dec(x_73); +lean_ctor_set(x_72, 0, x_76); +return x_72; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_65, 1); -lean_inc(x_70); -lean_dec(x_65); -x_71 = lean_ctor_get(x_66, 0); -lean_inc(x_71); -lean_dec(x_66); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_70); -return x_72; +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_72, 1); +lean_inc(x_77); +lean_dec(x_72); +x_78 = lean_ctor_get(x_73, 0); +lean_inc(x_78); +lean_dec(x_73); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_77); +return x_79; } } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_65, 1); -lean_inc(x_73); -lean_dec(x_65); -x_74 = lean_ctor_get(x_66, 0); -lean_inc(x_74); -lean_dec(x_66); -x_75 = lean_nat_add(x_3, x_5); +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_72, 1); +lean_inc(x_80); +lean_dec(x_72); +x_81 = lean_ctor_get(x_73, 0); +lean_inc(x_81); +lean_dec(x_73); +x_82 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_75; -x_6 = x_74; -x_15 = x_73; +x_3 = x_82; +x_6 = x_81; +x_15 = x_80; goto _start; } } else { -uint8_t x_77; +uint8_t x_84; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22134,39 +22301,39 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_77 = !lean_is_exclusive(x_65); -if (x_77 == 0) +x_84 = !lean_is_exclusive(x_72); +if (x_84 == 0) { -return x_65; +return x_72; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_65, 0); -x_79 = lean_ctor_get(x_65, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_65); -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_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_72, 0); +x_86 = lean_ctor_get(x_72, 1); +lean_inc(x_86); +lean_inc(x_85); +lean_dec(x_72); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } 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; -x_81 = l_Lean_Syntax_getId(x_61); -x_82 = l_Lean_LocalDecl_fvarId(x_37); +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; +x_88 = l_Lean_Syntax_getId(x_68); +x_89 = l_Lean_LocalDecl_fvarId(x_37); lean_dec(x_37); -lean_inc(x_82); -x_83 = l_Lean_LocalContext_setUserName(x_31, x_82, x_81); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_82); -lean_ctor_set(x_84, 1, x_61); -x_85 = lean_array_push(x_30, x_84); -x_86 = lean_box(0); +lean_inc(x_89); +x_90 = l_Lean_LocalContext_setUserName(x_31, x_89, x_88); +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_89); +lean_ctor_set(x_91, 1, x_68); +x_92 = lean_array_push(x_30, x_91); +x_93 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22175,15 +22342,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_87 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_38, x_24, x_27, x_85, x_83, x_86, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_87) == 0) +x_94 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_38, x_24, x_27, x_92, x_90, x_93, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_94) == 0) { -lean_object* x_88; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -if (lean_obj_tag(x_88) == 0) +lean_object* x_95; +x_95 = lean_ctor_get(x_94, 0); +lean_inc(x_95); +if (lean_obj_tag(x_95) == 0) { -uint8_t x_89; +uint8_t x_96; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22194,54 +22361,54 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_89 = !lean_is_exclusive(x_87); -if (x_89 == 0) +x_96 = !lean_is_exclusive(x_94); +if (x_96 == 0) { -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_87, 0); -lean_dec(x_90); -x_91 = lean_ctor_get(x_88, 0); -lean_inc(x_91); -lean_dec(x_88); -lean_ctor_set(x_87, 0, x_91); -return x_87; +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_94, 0); +lean_dec(x_97); +x_98 = lean_ctor_get(x_95, 0); +lean_inc(x_98); +lean_dec(x_95); +lean_ctor_set(x_94, 0, x_98); +return x_94; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_87, 1); -lean_inc(x_92); -lean_dec(x_87); -x_93 = lean_ctor_get(x_88, 0); -lean_inc(x_93); -lean_dec(x_88); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_92); -return x_94; +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_94, 1); +lean_inc(x_99); +lean_dec(x_94); +x_100 = lean_ctor_get(x_95, 0); +lean_inc(x_100); +lean_dec(x_95); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_99); +return x_101; } } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_87, 1); -lean_inc(x_95); -lean_dec(x_87); -x_96 = lean_ctor_get(x_88, 0); -lean_inc(x_96); -lean_dec(x_88); -x_97 = lean_nat_add(x_3, x_5); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_94, 1); +lean_inc(x_102); +lean_dec(x_94); +x_103 = lean_ctor_get(x_95, 0); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_97; -x_6 = x_96; -x_15 = x_95; +x_3 = x_104; +x_6 = x_103; +x_15 = x_102; goto _start; } } else { -uint8_t x_99; +uint8_t x_106; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22252,23 +22419,24 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_99 = !lean_is_exclusive(x_87); -if (x_99 == 0) +x_106 = !lean_is_exclusive(x_94); +if (x_106 == 0) { -return x_87; +return x_94; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_87, 0); -x_101 = lean_ctor_get(x_87, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_87); -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; +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_94, 0); +x_108 = lean_ctor_get(x_94, 1); +lean_inc(x_108); +lean_inc(x_107); +lean_dec(x_94); +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; +} } } } @@ -22278,103 +22446,99 @@ return x_102; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_116 = lean_ctor_get(x_22, 0); -x_117 = lean_ctor_get(x_22, 1); -lean_inc(x_117); +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_115 = lean_ctor_get(x_22, 0); +x_116 = lean_ctor_get(x_22, 1); lean_inc(x_116); +lean_inc(x_115); lean_dec(x_22); -x_118 = lean_nat_sub(x_1, x_3); -x_119 = lean_nat_sub(x_118, x_19); +x_117 = lean_nat_sub(x_1, x_3); +x_118 = lean_nat_sub(x_117, x_19); +lean_dec(x_117); +lean_inc(x_116); +x_119 = l_Lean_LocalContext_getAt_x3f(x_116, x_118); lean_dec(x_118); -lean_inc(x_117); -x_120 = l_Lean_LocalContext_getAt_x3f(x_117, x_119); -lean_dec(x_119); -if (lean_obj_tag(x_120) == 0) +if (lean_obj_tag(x_119) == 0) { -lean_object* x_121; lean_object* x_122; -x_121 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_121, 0, x_116); -lean_ctor_set(x_121, 1, x_117); -lean_ctor_set(x_21, 1, x_121); -x_122 = lean_nat_add(x_3, x_5); +lean_object* x_120; lean_object* x_121; +x_120 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_115); +lean_ctor_set(x_120, 1, x_116); +lean_ctor_set(x_21, 1, x_120); +x_121 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_122; +x_3 = x_121; goto _start; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_185; uint8_t x_186; +lean_object* x_123; lean_object* x_124; uint8_t x_125; lean_object* x_191; uint8_t x_192; lean_free_object(x_21); lean_free_object(x_6); -x_124 = lean_ctor_get(x_120, 0); -lean_inc(x_124); -lean_dec(x_120); -lean_inc(x_124); -x_125 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); -lean_closure_set(x_125, 0, x_124); -x_185 = l_Lean_LocalDecl_userName(x_124); -x_186 = l_Lean_Name_hasMacroScopes(x_185); -if (x_186 == 0) +x_123 = lean_ctor_get(x_119, 0); +lean_inc(x_123); +lean_dec(x_119); +lean_inc(x_123); +x_124 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); +lean_closure_set(x_124, 0, x_123); +x_191 = l_Lean_LocalDecl_userName(x_123); +x_192 = l_Lean_Name_hasMacroScopes(x_191); +if (x_192 == 0) { -uint8_t x_187; -x_187 = l_Lean_NameSet_contains(x_24, x_185); -lean_dec(x_185); -if (x_187 == 0) +uint8_t x_193; +x_193 = l_Lean_NameSet_contains(x_24, x_191); +lean_dec(x_191); +x_125 = x_193; +goto block_190; +} +else +{ +uint8_t x_194; +lean_dec(x_191); +x_194 = 1; +x_125 = x_194; +goto block_190; +} +block_190: { -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_dec(x_125); -x_188 = lean_box(0); -x_189 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_124, x_24, x_27, x_116, x_117, x_188, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (x_125 == 0) +{ +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_124); -x_190 = lean_ctor_get(x_189, 0); -lean_inc(x_190); -x_191 = lean_ctor_get(x_189, 1); -lean_inc(x_191); -lean_dec(x_189); -x_192 = lean_ctor_get(x_190, 0); -lean_inc(x_192); -lean_dec(x_190); -x_193 = lean_nat_add(x_3, x_5); +x_126 = lean_box(0); +x_127 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_123, x_24, x_27, x_115, x_116, x_126, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_123); +x_128 = lean_ctor_get(x_127, 0); +lean_inc(x_128); +x_129 = lean_ctor_get(x_127, 1); +lean_inc(x_129); +lean_dec(x_127); +x_130 = lean_ctor_get(x_128, 0); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_193; -x_6 = x_192; -x_15 = x_191; +x_3 = x_131; +x_6 = x_130; +x_15 = x_129; goto _start; } else { -lean_object* x_195; -x_195 = lean_box(0); -x_126 = x_195; -goto block_184; -} -} -else -{ -lean_object* x_196; -lean_dec(x_185); -x_196 = lean_box(0); -x_126 = x_196; -goto block_184; -} -block_184: -{ -lean_object* x_127; lean_object* x_128; lean_object* x_129; uint8_t x_130; -lean_dec(x_126); -x_127 = lean_box(0); -x_128 = l_Array_back___rarg(x_127, x_27); -x_129 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; -lean_inc(x_128); -x_130 = l_Lean_Syntax_isOfKind(x_128, x_129); -if (x_130 == 0) +lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_133 = lean_box(0); +x_134 = l_Array_back___rarg(x_133, x_27); +x_135 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; +lean_inc(x_134); +x_136 = l_Lean_Syntax_isOfKind(x_134, x_135); +if (x_136 == 0) { -lean_object* x_131; lean_object* x_132; -lean_dec(x_128); -lean_dec(x_124); -x_131 = lean_box(0); +lean_object* x_137; lean_object* x_138; +lean_dec(x_134); +lean_dec(x_123); +x_137 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22383,15 +22547,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_132 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_125, x_24, x_27, x_116, x_117, x_131, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_132) == 0) +x_138 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_124, x_24, x_27, x_115, x_116, x_137, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_138) == 0) { -lean_object* x_133; -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -if (lean_obj_tag(x_133) == 0) +lean_object* x_139; +x_139 = lean_ctor_get(x_138, 0); +lean_inc(x_139); +if (lean_obj_tag(x_139) == 0) { -lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; +lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22402,49 +22566,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_135 = x_132; +x_140 = lean_ctor_get(x_138, 1); +lean_inc(x_140); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + lean_ctor_release(x_138, 1); + x_141 = x_138; } else { - lean_dec_ref(x_132); - x_135 = lean_box(0); + lean_dec_ref(x_138); + x_141 = lean_box(0); } -x_136 = lean_ctor_get(x_133, 0); -lean_inc(x_136); -lean_dec(x_133); -if (lean_is_scalar(x_135)) { - x_137 = lean_alloc_ctor(0, 2, 0); +x_142 = lean_ctor_get(x_139, 0); +lean_inc(x_142); +lean_dec(x_139); +if (lean_is_scalar(x_141)) { + x_143 = lean_alloc_ctor(0, 2, 0); } else { - x_137 = x_135; + x_143 = x_141; } -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_134); -return x_137; +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_140); +return x_143; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_132, 1); -lean_inc(x_138); -lean_dec(x_132); -x_139 = lean_ctor_get(x_133, 0); -lean_inc(x_139); -lean_dec(x_133); -x_140 = lean_nat_add(x_3, x_5); +lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_144 = lean_ctor_get(x_138, 1); +lean_inc(x_144); +lean_dec(x_138); +x_145 = lean_ctor_get(x_139, 0); +lean_inc(x_145); +lean_dec(x_139); +x_146 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_140; -x_6 = x_139; -x_15 = x_138; +x_3 = x_146; +x_6 = x_145; +x_15 = x_144; goto _start; } } else { -lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22455,42 +22619,42 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_142 = lean_ctor_get(x_132, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_132, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_144 = x_132; +x_148 = lean_ctor_get(x_138, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_138, 1); +lean_inc(x_149); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + lean_ctor_release(x_138, 1); + x_150 = x_138; } else { - lean_dec_ref(x_132); - x_144 = lean_box(0); + lean_dec_ref(x_138); + x_150 = lean_box(0); } -if (lean_is_scalar(x_144)) { - x_145 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_150)) { + x_151 = lean_alloc_ctor(1, 2, 0); } else { - x_145 = x_144; + x_151 = x_150; } -lean_ctor_set(x_145, 0, x_142); -lean_ctor_set(x_145, 1, x_143); -return x_145; +lean_ctor_set(x_151, 0, x_148); +lean_ctor_set(x_151, 1, x_149); +return x_151; } } else { -lean_object* x_146; lean_object* x_147; uint8_t x_148; -x_146 = l_Lean_Syntax_getArg(x_128, x_17); -lean_dec(x_128); -x_147 = l_Lean_Elab_Tactic_evalIntro___closed__5; -lean_inc(x_146); -x_148 = l_Lean_Syntax_isOfKind(x_146, x_147); -if (x_148 == 0) +lean_object* x_152; lean_object* x_153; uint8_t x_154; +x_152 = l_Lean_Syntax_getArg(x_134, x_17); +lean_dec(x_134); +x_153 = l_Lean_Elab_Tactic_evalIntro___closed__4; +lean_inc(x_152); +x_154 = l_Lean_Syntax_isOfKind(x_152, x_153); +if (x_154 == 0) { -lean_object* x_149; lean_object* x_150; -lean_dec(x_146); -lean_dec(x_124); -x_149 = lean_box(0); +lean_object* x_155; lean_object* x_156; +lean_dec(x_152); +lean_dec(x_123); +x_155 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22499,15 +22663,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_150 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_125, x_24, x_27, x_116, x_117, x_149, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_150) == 0) +x_156 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_124, x_24, x_27, x_115, x_116, x_155, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_156) == 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_157; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +if (lean_obj_tag(x_157) == 0) { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; +lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22518,49 +22682,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -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; +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_159 = x_156; } else { - lean_dec_ref(x_150); - x_153 = lean_box(0); -} -x_154 = lean_ctor_get(x_151, 0); -lean_inc(x_154); -lean_dec(x_151); -if (lean_is_scalar(x_153)) { - x_155 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_156); + x_159 = lean_box(0); +} +x_160 = lean_ctor_get(x_157, 0); +lean_inc(x_160); +lean_dec(x_157); +if (lean_is_scalar(x_159)) { + x_161 = lean_alloc_ctor(0, 2, 0); } else { - x_155 = x_153; + x_161 = x_159; } -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_152); -return x_155; +lean_ctor_set(x_161, 0, x_160); +lean_ctor_set(x_161, 1, x_158); +return x_161; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; -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 = lean_nat_add(x_3, x_5); +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_156, 1); +lean_inc(x_162); +lean_dec(x_156); +x_163 = lean_ctor_get(x_157, 0); +lean_inc(x_163); +lean_dec(x_157); +x_164 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_158; -x_6 = x_157; -x_15 = x_156; +x_3 = x_164; +x_6 = x_163; +x_15 = x_162; goto _start; } } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22571,41 +22735,41 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_160 = lean_ctor_get(x_150, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_150, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_150)) { - lean_ctor_release(x_150, 0); - lean_ctor_release(x_150, 1); - x_162 = x_150; +x_166 = lean_ctor_get(x_156, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_156, 1); +lean_inc(x_167); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_168 = x_156; } else { - lean_dec_ref(x_150); - x_162 = lean_box(0); + lean_dec_ref(x_156); + x_168 = lean_box(0); } -if (lean_is_scalar(x_162)) { - x_163 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_168)) { + x_169 = lean_alloc_ctor(1, 2, 0); } else { - x_163 = x_162; + x_169 = x_168; } -lean_ctor_set(x_163, 0, x_160); -lean_ctor_set(x_163, 1, x_161); -return x_163; +lean_ctor_set(x_169, 0, x_166); +lean_ctor_set(x_169, 1, x_167); +return x_169; } } 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; -x_164 = l_Lean_Syntax_getId(x_146); -x_165 = l_Lean_LocalDecl_fvarId(x_124); -lean_dec(x_124); -lean_inc(x_165); -x_166 = l_Lean_LocalContext_setUserName(x_117, x_165, 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_146); -x_168 = lean_array_push(x_116, x_167); -x_169 = lean_box(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 = l_Lean_Syntax_getId(x_152); +x_171 = l_Lean_LocalDecl_fvarId(x_123); +lean_dec(x_123); +lean_inc(x_171); +x_172 = l_Lean_LocalContext_setUserName(x_116, x_171, x_170); +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_171); +lean_ctor_set(x_173, 1, x_152); +x_174 = lean_array_push(x_115, x_173); +x_175 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22614,15 +22778,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_170 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_125, x_24, x_27, x_168, x_166, x_169, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_170) == 0) +x_176 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_124, x_24, x_27, x_174, x_172, x_175, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_176) == 0) { -lean_object* x_171; -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -if (lean_obj_tag(x_171) == 0) +lean_object* x_177; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22633,49 +22797,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_172 = lean_ctor_get(x_170, 1); -lean_inc(x_172); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_173 = x_170; +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +if (lean_is_exclusive(x_176)) { + lean_ctor_release(x_176, 0); + lean_ctor_release(x_176, 1); + x_179 = x_176; } else { - lean_dec_ref(x_170); - x_173 = lean_box(0); + lean_dec_ref(x_176); + x_179 = lean_box(0); } -x_174 = lean_ctor_get(x_171, 0); -lean_inc(x_174); -lean_dec(x_171); -if (lean_is_scalar(x_173)) { - x_175 = lean_alloc_ctor(0, 2, 0); +x_180 = lean_ctor_get(x_177, 0); +lean_inc(x_180); +lean_dec(x_177); +if (lean_is_scalar(x_179)) { + x_181 = lean_alloc_ctor(0, 2, 0); } else { - x_175 = x_173; + x_181 = x_179; } -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_175, 1, x_172); -return x_175; +lean_ctor_set(x_181, 0, x_180); +lean_ctor_set(x_181, 1, x_178); +return x_181; } else { -lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_176 = lean_ctor_get(x_170, 1); -lean_inc(x_176); -lean_dec(x_170); -x_177 = lean_ctor_get(x_171, 0); -lean_inc(x_177); -lean_dec(x_171); -x_178 = lean_nat_add(x_3, x_5); +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_176, 1); +lean_inc(x_182); +lean_dec(x_176); +x_183 = lean_ctor_get(x_177, 0); +lean_inc(x_183); +lean_dec(x_177); +x_184 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_178; -x_6 = x_177; -x_15 = x_176; +x_3 = x_184; +x_6 = x_183; +x_15 = x_182; goto _start; } } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; +lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22686,26 +22850,27 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_180 = lean_ctor_get(x_170, 0); -lean_inc(x_180); -x_181 = lean_ctor_get(x_170, 1); -lean_inc(x_181); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_182 = x_170; +x_186 = lean_ctor_get(x_176, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_176, 1); +lean_inc(x_187); +if (lean_is_exclusive(x_176)) { + lean_ctor_release(x_176, 0); + lean_ctor_release(x_176, 1); + x_188 = x_176; } else { - lean_dec_ref(x_170); - x_182 = lean_box(0); + lean_dec_ref(x_176); + x_188 = lean_box(0); } -if (lean_is_scalar(x_182)) { - x_183 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_188)) { + x_189 = lean_alloc_ctor(1, 2, 0); } else { - x_183 = x_182; + x_189 = x_188; +} +lean_ctor_set(x_189, 0, x_186); +lean_ctor_set(x_189, 1, x_187); +return x_189; } -lean_ctor_set(x_183, 0, x_180); -lean_ctor_set(x_183, 1, x_181); -return x_183; } } } @@ -22715,120 +22880,116 @@ return x_183; } else { -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_197 = lean_ctor_get(x_21, 0); -lean_inc(x_197); +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_195 = lean_ctor_get(x_21, 0); +lean_inc(x_195); lean_dec(x_21); -x_198 = lean_ctor_get(x_22, 0); -lean_inc(x_198); -x_199 = lean_ctor_get(x_22, 1); -lean_inc(x_199); +x_196 = lean_ctor_get(x_22, 0); +lean_inc(x_196); +x_197 = lean_ctor_get(x_22, 1); +lean_inc(x_197); if (lean_is_exclusive(x_22)) { lean_ctor_release(x_22, 0); lean_ctor_release(x_22, 1); - x_200 = x_22; + x_198 = x_22; } else { lean_dec_ref(x_22); - x_200 = lean_box(0); + x_198 = lean_box(0); } -x_201 = lean_nat_sub(x_1, x_3); -x_202 = lean_nat_sub(x_201, x_19); -lean_dec(x_201); -lean_inc(x_199); -x_203 = l_Lean_LocalContext_getAt_x3f(x_199, x_202); -lean_dec(x_202); -if (lean_obj_tag(x_203) == 0) +x_199 = lean_nat_sub(x_1, x_3); +x_200 = lean_nat_sub(x_199, x_19); +lean_dec(x_199); +lean_inc(x_197); +x_201 = l_Lean_LocalContext_getAt_x3f(x_197, x_200); +lean_dec(x_200); +if (lean_obj_tag(x_201) == 0) { -lean_object* x_204; lean_object* x_205; lean_object* x_206; -if (lean_is_scalar(x_200)) { - x_204 = lean_alloc_ctor(0, 2, 0); +lean_object* x_202; lean_object* x_203; lean_object* x_204; +if (lean_is_scalar(x_198)) { + x_202 = lean_alloc_ctor(0, 2, 0); } else { - x_204 = x_200; + x_202 = x_198; } -lean_ctor_set(x_204, 0, x_198); -lean_ctor_set(x_204, 1, x_199); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_197); -lean_ctor_set(x_205, 1, x_204); -lean_ctor_set(x_6, 1, x_205); -x_206 = lean_nat_add(x_3, x_5); +lean_ctor_set(x_202, 0, x_196); +lean_ctor_set(x_202, 1, x_197); +x_203 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_203, 0, x_195); +lean_ctor_set(x_203, 1, x_202); +lean_ctor_set(x_6, 1, x_203); +x_204 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_206; +x_3 = x_204; goto _start; } else { -lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_269; uint8_t x_270; -lean_dec(x_200); +lean_object* x_206; lean_object* x_207; uint8_t x_208; lean_object* x_274; uint8_t x_275; +lean_dec(x_198); lean_free_object(x_6); -x_208 = lean_ctor_get(x_203, 0); -lean_inc(x_208); -lean_dec(x_203); -lean_inc(x_208); -x_209 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); -lean_closure_set(x_209, 0, x_208); -x_269 = l_Lean_LocalDecl_userName(x_208); -x_270 = l_Lean_Name_hasMacroScopes(x_269); -if (x_270 == 0) -{ -uint8_t x_271; -x_271 = l_Lean_NameSet_contains(x_24, x_269); -lean_dec(x_269); -if (x_271 == 0) -{ -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_dec(x_209); -x_272 = lean_box(0); -x_273 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_208, x_24, x_197, x_198, x_199, x_272, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_208); -x_274 = lean_ctor_get(x_273, 0); -lean_inc(x_274); -x_275 = lean_ctor_get(x_273, 1); -lean_inc(x_275); -lean_dec(x_273); -x_276 = lean_ctor_get(x_274, 0); -lean_inc(x_276); +x_206 = lean_ctor_get(x_201, 0); +lean_inc(x_206); +lean_dec(x_201); +lean_inc(x_206); +x_207 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); +lean_closure_set(x_207, 0, x_206); +x_274 = l_Lean_LocalDecl_userName(x_206); +x_275 = l_Lean_Name_hasMacroScopes(x_274); +if (x_275 == 0) +{ +uint8_t x_276; +x_276 = l_Lean_NameSet_contains(x_24, x_274); lean_dec(x_274); -x_277 = lean_nat_add(x_3, x_5); -lean_dec(x_3); -x_2 = x_20; -x_3 = x_277; -x_6 = x_276; -x_15 = x_275; -goto _start; +x_208 = x_276; +goto block_273; } else { -lean_object* x_279; -x_279 = lean_box(0); -x_210 = x_279; -goto block_268; -} +uint8_t x_277; +lean_dec(x_274); +x_277 = 1; +x_208 = x_277; +goto block_273; } -else +block_273: { -lean_object* x_280; -lean_dec(x_269); -x_280 = lean_box(0); -x_210 = x_280; -goto block_268; -} -block_268: +if (x_208 == 0) { -lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t x_214; -lean_dec(x_210); -x_211 = lean_box(0); -x_212 = l_Array_back___rarg(x_211, x_197); -x_213 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; +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_dec(x_207); +x_209 = lean_box(0); +x_210 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_206, x_24, x_195, x_196, x_197, x_209, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_206); +x_211 = lean_ctor_get(x_210, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_210, 1); lean_inc(x_212); -x_214 = l_Lean_Syntax_isOfKind(x_212, x_213); -if (x_214 == 0) +lean_dec(x_210); +x_213 = lean_ctor_get(x_211, 0); +lean_inc(x_213); +lean_dec(x_211); +x_214 = lean_nat_add(x_3, x_5); +lean_dec(x_3); +x_2 = x_20; +x_3 = x_214; +x_6 = x_213; +x_15 = x_212; +goto _start; +} +else +{ +lean_object* x_216; lean_object* x_217; lean_object* x_218; uint8_t x_219; +x_216 = lean_box(0); +x_217 = l_Array_back___rarg(x_216, x_195); +x_218 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; +lean_inc(x_217); +x_219 = l_Lean_Syntax_isOfKind(x_217, x_218); +if (x_219 == 0) { -lean_object* x_215; lean_object* x_216; -lean_dec(x_212); -lean_dec(x_208); -x_215 = lean_box(0); +lean_object* x_220; lean_object* x_221; +lean_dec(x_217); +lean_dec(x_206); +x_220 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22837,15 +22998,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_216 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_209, x_24, x_197, x_198, x_199, x_215, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_216) == 0) +x_221 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_207, x_24, x_195, x_196, x_197, x_220, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_221) == 0) { -lean_object* x_217; -x_217 = lean_ctor_get(x_216, 0); -lean_inc(x_217); -if (lean_obj_tag(x_217) == 0) +lean_object* x_222; +x_222 = lean_ctor_get(x_221, 0); +lean_inc(x_222); +if (lean_obj_tag(x_222) == 0) { -lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; +lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22856,49 +23017,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_218 = lean_ctor_get(x_216, 1); -lean_inc(x_218); -if (lean_is_exclusive(x_216)) { - lean_ctor_release(x_216, 0); - lean_ctor_release(x_216, 1); - x_219 = x_216; +x_223 = lean_ctor_get(x_221, 1); +lean_inc(x_223); +if (lean_is_exclusive(x_221)) { + lean_ctor_release(x_221, 0); + lean_ctor_release(x_221, 1); + x_224 = x_221; } else { - lean_dec_ref(x_216); - x_219 = lean_box(0); + lean_dec_ref(x_221); + x_224 = lean_box(0); } -x_220 = lean_ctor_get(x_217, 0); -lean_inc(x_220); -lean_dec(x_217); -if (lean_is_scalar(x_219)) { - x_221 = lean_alloc_ctor(0, 2, 0); +x_225 = lean_ctor_get(x_222, 0); +lean_inc(x_225); +lean_dec(x_222); +if (lean_is_scalar(x_224)) { + x_226 = lean_alloc_ctor(0, 2, 0); } else { - x_221 = x_219; + x_226 = x_224; } -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_218); -return x_221; +lean_ctor_set(x_226, 0, x_225); +lean_ctor_set(x_226, 1, x_223); +return x_226; } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; -x_222 = lean_ctor_get(x_216, 1); -lean_inc(x_222); -lean_dec(x_216); -x_223 = lean_ctor_get(x_217, 0); -lean_inc(x_223); -lean_dec(x_217); -x_224 = lean_nat_add(x_3, x_5); +lean_object* x_227; lean_object* x_228; lean_object* x_229; +x_227 = lean_ctor_get(x_221, 1); +lean_inc(x_227); +lean_dec(x_221); +x_228 = lean_ctor_get(x_222, 0); +lean_inc(x_228); +lean_dec(x_222); +x_229 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_224; -x_6 = x_223; -x_15 = x_222; +x_3 = x_229; +x_6 = x_228; +x_15 = x_227; goto _start; } } else { -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; +lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22909,42 +23070,42 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_226 = lean_ctor_get(x_216, 0); -lean_inc(x_226); -x_227 = lean_ctor_get(x_216, 1); -lean_inc(x_227); -if (lean_is_exclusive(x_216)) { - lean_ctor_release(x_216, 0); - lean_ctor_release(x_216, 1); - x_228 = x_216; +x_231 = lean_ctor_get(x_221, 0); +lean_inc(x_231); +x_232 = lean_ctor_get(x_221, 1); +lean_inc(x_232); +if (lean_is_exclusive(x_221)) { + lean_ctor_release(x_221, 0); + lean_ctor_release(x_221, 1); + x_233 = x_221; } else { - lean_dec_ref(x_216); - x_228 = lean_box(0); + lean_dec_ref(x_221); + x_233 = lean_box(0); } -if (lean_is_scalar(x_228)) { - x_229 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_233)) { + x_234 = lean_alloc_ctor(1, 2, 0); } else { - x_229 = x_228; + x_234 = x_233; } -lean_ctor_set(x_229, 0, x_226); -lean_ctor_set(x_229, 1, x_227); -return x_229; +lean_ctor_set(x_234, 0, x_231); +lean_ctor_set(x_234, 1, x_232); +return x_234; } } else { -lean_object* x_230; lean_object* x_231; uint8_t x_232; -x_230 = l_Lean_Syntax_getArg(x_212, x_17); -lean_dec(x_212); -x_231 = l_Lean_Elab_Tactic_evalIntro___closed__5; -lean_inc(x_230); -x_232 = l_Lean_Syntax_isOfKind(x_230, x_231); -if (x_232 == 0) +lean_object* x_235; lean_object* x_236; uint8_t x_237; +x_235 = l_Lean_Syntax_getArg(x_217, x_17); +lean_dec(x_217); +x_236 = l_Lean_Elab_Tactic_evalIntro___closed__4; +lean_inc(x_235); +x_237 = l_Lean_Syntax_isOfKind(x_235, x_236); +if (x_237 == 0) { -lean_object* x_233; lean_object* x_234; -lean_dec(x_230); -lean_dec(x_208); -x_233 = lean_box(0); +lean_object* x_238; lean_object* x_239; +lean_dec(x_235); +lean_dec(x_206); +x_238 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -22953,15 +23114,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_234 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_209, x_24, x_197, x_198, x_199, x_233, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_234) == 0) +x_239 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_207, x_24, x_195, x_196, x_197, x_238, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_239) == 0) { -lean_object* x_235; -x_235 = lean_ctor_get(x_234, 0); -lean_inc(x_235); -if (lean_obj_tag(x_235) == 0) +lean_object* x_240; +x_240 = lean_ctor_get(x_239, 0); +lean_inc(x_240); +if (lean_obj_tag(x_240) == 0) { -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; +lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -22972,49 +23133,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_236 = lean_ctor_get(x_234, 1); -lean_inc(x_236); -if (lean_is_exclusive(x_234)) { - lean_ctor_release(x_234, 0); - lean_ctor_release(x_234, 1); - x_237 = x_234; +x_241 = lean_ctor_get(x_239, 1); +lean_inc(x_241); +if (lean_is_exclusive(x_239)) { + lean_ctor_release(x_239, 0); + lean_ctor_release(x_239, 1); + x_242 = x_239; } else { - lean_dec_ref(x_234); - x_237 = lean_box(0); + lean_dec_ref(x_239); + x_242 = lean_box(0); } -x_238 = lean_ctor_get(x_235, 0); -lean_inc(x_238); -lean_dec(x_235); -if (lean_is_scalar(x_237)) { - x_239 = lean_alloc_ctor(0, 2, 0); +x_243 = lean_ctor_get(x_240, 0); +lean_inc(x_243); +lean_dec(x_240); +if (lean_is_scalar(x_242)) { + x_244 = lean_alloc_ctor(0, 2, 0); } else { - x_239 = x_237; + x_244 = x_242; } -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_236); -return x_239; +lean_ctor_set(x_244, 0, x_243); +lean_ctor_set(x_244, 1, x_241); +return x_244; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = lean_ctor_get(x_234, 1); -lean_inc(x_240); -lean_dec(x_234); -x_241 = lean_ctor_get(x_235, 0); -lean_inc(x_241); -lean_dec(x_235); -x_242 = lean_nat_add(x_3, x_5); +lean_object* x_245; lean_object* x_246; lean_object* x_247; +x_245 = lean_ctor_get(x_239, 1); +lean_inc(x_245); +lean_dec(x_239); +x_246 = lean_ctor_get(x_240, 0); +lean_inc(x_246); +lean_dec(x_240); +x_247 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_242; -x_6 = x_241; -x_15 = x_240; +x_3 = x_247; +x_6 = x_246; +x_15 = x_245; goto _start; } } else { -lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; +lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23025,41 +23186,41 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_244 = lean_ctor_get(x_234, 0); -lean_inc(x_244); -x_245 = lean_ctor_get(x_234, 1); -lean_inc(x_245); -if (lean_is_exclusive(x_234)) { - lean_ctor_release(x_234, 0); - lean_ctor_release(x_234, 1); - x_246 = x_234; +x_249 = lean_ctor_get(x_239, 0); +lean_inc(x_249); +x_250 = lean_ctor_get(x_239, 1); +lean_inc(x_250); +if (lean_is_exclusive(x_239)) { + lean_ctor_release(x_239, 0); + lean_ctor_release(x_239, 1); + x_251 = x_239; } else { - lean_dec_ref(x_234); - x_246 = lean_box(0); + lean_dec_ref(x_239); + x_251 = lean_box(0); } -if (lean_is_scalar(x_246)) { - x_247 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_251)) { + x_252 = lean_alloc_ctor(1, 2, 0); } else { - x_247 = x_246; + x_252 = x_251; } -lean_ctor_set(x_247, 0, x_244); -lean_ctor_set(x_247, 1, x_245); -return x_247; +lean_ctor_set(x_252, 0, x_249); +lean_ctor_set(x_252, 1, x_250); +return x_252; } } else { -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; -x_248 = l_Lean_Syntax_getId(x_230); -x_249 = l_Lean_LocalDecl_fvarId(x_208); -lean_dec(x_208); -lean_inc(x_249); -x_250 = l_Lean_LocalContext_setUserName(x_199, x_249, x_248); -x_251 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_251, 0, x_249); -lean_ctor_set(x_251, 1, x_230); -x_252 = lean_array_push(x_198, x_251); -x_253 = lean_box(0); +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_253 = l_Lean_Syntax_getId(x_235); +x_254 = l_Lean_LocalDecl_fvarId(x_206); +lean_dec(x_206); +lean_inc(x_254); +x_255 = l_Lean_LocalContext_setUserName(x_197, x_254, x_253); +x_256 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_256, 0, x_254); +lean_ctor_set(x_256, 1, x_235); +x_257 = lean_array_push(x_196, x_256); +x_258 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -23068,15 +23229,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_254 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_209, x_24, x_197, x_252, x_250, x_253, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_254) == 0) +x_259 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_207, x_24, x_195, x_257, x_255, x_258, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_259) == 0) { -lean_object* x_255; -x_255 = lean_ctor_get(x_254, 0); -lean_inc(x_255); -if (lean_obj_tag(x_255) == 0) +lean_object* x_260; +x_260 = lean_ctor_get(x_259, 0); +lean_inc(x_260); +if (lean_obj_tag(x_260) == 0) { -lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; +lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23087,49 +23248,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_256 = lean_ctor_get(x_254, 1); -lean_inc(x_256); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_257 = x_254; +x_261 = lean_ctor_get(x_259, 1); +lean_inc(x_261); +if (lean_is_exclusive(x_259)) { + lean_ctor_release(x_259, 0); + lean_ctor_release(x_259, 1); + x_262 = x_259; } else { - lean_dec_ref(x_254); - x_257 = lean_box(0); -} -x_258 = lean_ctor_get(x_255, 0); -lean_inc(x_258); -lean_dec(x_255); -if (lean_is_scalar(x_257)) { - x_259 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_259); + x_262 = lean_box(0); +} +x_263 = lean_ctor_get(x_260, 0); +lean_inc(x_263); +lean_dec(x_260); +if (lean_is_scalar(x_262)) { + x_264 = lean_alloc_ctor(0, 2, 0); } else { - x_259 = x_257; + x_264 = x_262; } -lean_ctor_set(x_259, 0, x_258); -lean_ctor_set(x_259, 1, x_256); -return x_259; +lean_ctor_set(x_264, 0, x_263); +lean_ctor_set(x_264, 1, x_261); +return x_264; } else { -lean_object* x_260; lean_object* x_261; lean_object* x_262; -x_260 = lean_ctor_get(x_254, 1); -lean_inc(x_260); -lean_dec(x_254); -x_261 = lean_ctor_get(x_255, 0); -lean_inc(x_261); -lean_dec(x_255); -x_262 = lean_nat_add(x_3, x_5); +lean_object* x_265; lean_object* x_266; lean_object* x_267; +x_265 = lean_ctor_get(x_259, 1); +lean_inc(x_265); +lean_dec(x_259); +x_266 = lean_ctor_get(x_260, 0); +lean_inc(x_266); +lean_dec(x_260); +x_267 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_262; -x_6 = x_261; -x_15 = x_260; +x_3 = x_267; +x_6 = x_266; +x_15 = x_265; goto _start; } } else { -lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23140,26 +23301,27 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_264 = lean_ctor_get(x_254, 0); -lean_inc(x_264); -x_265 = lean_ctor_get(x_254, 1); -lean_inc(x_265); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_266 = x_254; +x_269 = lean_ctor_get(x_259, 0); +lean_inc(x_269); +x_270 = lean_ctor_get(x_259, 1); +lean_inc(x_270); +if (lean_is_exclusive(x_259)) { + lean_ctor_release(x_259, 0); + lean_ctor_release(x_259, 1); + x_271 = x_259; } else { - lean_dec_ref(x_254); - x_266 = lean_box(0); + lean_dec_ref(x_259); + x_271 = lean_box(0); } -if (lean_is_scalar(x_266)) { - x_267 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_271)) { + x_272 = lean_alloc_ctor(1, 2, 0); } else { - x_267 = x_266; + x_272 = x_271; +} +lean_ctor_set(x_272, 0, x_269); +lean_ctor_set(x_272, 1, x_270); +return x_272; } -lean_ctor_set(x_267, 0, x_264); -lean_ctor_set(x_267, 1, x_265); -return x_267; } } } @@ -23169,137 +23331,133 @@ return x_267; } else { -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; -x_281 = lean_ctor_get(x_6, 0); -lean_inc(x_281); +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; +x_278 = lean_ctor_get(x_6, 0); +lean_inc(x_278); lean_dec(x_6); -x_282 = lean_ctor_get(x_21, 0); -lean_inc(x_282); +x_279 = lean_ctor_get(x_21, 0); +lean_inc(x_279); if (lean_is_exclusive(x_21)) { lean_ctor_release(x_21, 0); lean_ctor_release(x_21, 1); - x_283 = x_21; + x_280 = x_21; } else { lean_dec_ref(x_21); - x_283 = lean_box(0); + x_280 = lean_box(0); } -x_284 = lean_ctor_get(x_22, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_22, 1); -lean_inc(x_285); +x_281 = lean_ctor_get(x_22, 0); +lean_inc(x_281); +x_282 = lean_ctor_get(x_22, 1); +lean_inc(x_282); if (lean_is_exclusive(x_22)) { lean_ctor_release(x_22, 0); lean_ctor_release(x_22, 1); - x_286 = x_22; + x_283 = x_22; } else { lean_dec_ref(x_22); - x_286 = lean_box(0); -} -x_287 = lean_nat_sub(x_1, x_3); -x_288 = lean_nat_sub(x_287, x_19); -lean_dec(x_287); -lean_inc(x_285); -x_289 = l_Lean_LocalContext_getAt_x3f(x_285, x_288); -lean_dec(x_288); -if (lean_obj_tag(x_289) == 0) -{ -lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; -if (lean_is_scalar(x_286)) { - x_290 = lean_alloc_ctor(0, 2, 0); -} else { - x_290 = x_286; + x_283 = lean_box(0); } -lean_ctor_set(x_290, 0, x_284); -lean_ctor_set(x_290, 1, x_285); +x_284 = lean_nat_sub(x_1, x_3); +x_285 = lean_nat_sub(x_284, x_19); +lean_dec(x_284); +lean_inc(x_282); +x_286 = l_Lean_LocalContext_getAt_x3f(x_282, x_285); +lean_dec(x_285); +if (lean_obj_tag(x_286) == 0) +{ +lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; if (lean_is_scalar(x_283)) { - x_291 = lean_alloc_ctor(0, 2, 0); + x_287 = lean_alloc_ctor(0, 2, 0); } else { - x_291 = x_283; + x_287 = x_283; } -lean_ctor_set(x_291, 0, x_282); -lean_ctor_set(x_291, 1, x_290); -x_292 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_292, 0, x_281); -lean_ctor_set(x_292, 1, x_291); -x_293 = lean_nat_add(x_3, x_5); +lean_ctor_set(x_287, 0, x_281); +lean_ctor_set(x_287, 1, x_282); +if (lean_is_scalar(x_280)) { + x_288 = lean_alloc_ctor(0, 2, 0); +} else { + x_288 = x_280; +} +lean_ctor_set(x_288, 0, x_279); +lean_ctor_set(x_288, 1, x_287); +x_289 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_289, 0, x_278); +lean_ctor_set(x_289, 1, x_288); +x_290 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_293; -x_6 = x_292; +x_3 = x_290; +x_6 = x_289; goto _start; } else { -lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_356; uint8_t x_357; -lean_dec(x_286); +lean_object* x_292; lean_object* x_293; uint8_t x_294; lean_object* x_360; uint8_t x_361; lean_dec(x_283); -x_295 = lean_ctor_get(x_289, 0); -lean_inc(x_295); -lean_dec(x_289); -lean_inc(x_295); -x_296 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); -lean_closure_set(x_296, 0, x_295); -x_356 = l_Lean_LocalDecl_userName(x_295); -x_357 = l_Lean_Name_hasMacroScopes(x_356); -if (x_357 == 0) -{ -uint8_t x_358; -x_358 = l_Lean_NameSet_contains(x_281, x_356); -lean_dec(x_356); -if (x_358 == 0) -{ -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_dec(x_296); -x_359 = lean_box(0); -x_360 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_295, x_281, x_282, x_284, x_285, x_359, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -lean_dec(x_295); -x_361 = lean_ctor_get(x_360, 0); -lean_inc(x_361); -x_362 = lean_ctor_get(x_360, 1); -lean_inc(x_362); +lean_dec(x_280); +x_292 = lean_ctor_get(x_286, 0); +lean_inc(x_292); +lean_dec(x_286); +lean_inc(x_292); +x_293 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1___boxed), 15, 1); +lean_closure_set(x_293, 0, x_292); +x_360 = l_Lean_LocalDecl_userName(x_292); +x_361 = l_Lean_Name_hasMacroScopes(x_360); +if (x_361 == 0) +{ +uint8_t x_362; +x_362 = l_Lean_NameSet_contains(x_278, x_360); lean_dec(x_360); -x_363 = lean_ctor_get(x_361, 0); -lean_inc(x_363); -lean_dec(x_361); -x_364 = lean_nat_add(x_3, x_5); -lean_dec(x_3); -x_2 = x_20; -x_3 = x_364; -x_6 = x_363; -x_15 = x_362; -goto _start; +x_294 = x_362; +goto block_359; } else { -lean_object* x_366; -x_366 = lean_box(0); -x_297 = x_366; -goto block_355; -} +uint8_t x_363; +lean_dec(x_360); +x_363 = 1; +x_294 = x_363; +goto block_359; +} +block_359: +{ +if (x_294 == 0) +{ +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_dec(x_293); +x_295 = lean_box(0); +x_296 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__1(x_292, x_278, x_279, x_281, x_282, x_295, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +lean_dec(x_292); +x_297 = lean_ctor_get(x_296, 0); +lean_inc(x_297); +x_298 = lean_ctor_get(x_296, 1); +lean_inc(x_298); +lean_dec(x_296); +x_299 = lean_ctor_get(x_297, 0); +lean_inc(x_299); +lean_dec(x_297); +x_300 = lean_nat_add(x_3, x_5); +lean_dec(x_3); +x_2 = x_20; +x_3 = x_300; +x_6 = x_299; +x_15 = x_298; +goto _start; } else { -lean_object* x_367; -lean_dec(x_356); -x_367 = lean_box(0); -x_297 = x_367; -goto block_355; -} -block_355: -{ -lean_object* x_298; lean_object* x_299; lean_object* x_300; uint8_t x_301; -lean_dec(x_297); -x_298 = lean_box(0); -x_299 = l_Array_back___rarg(x_298, x_282); -x_300 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; -lean_inc(x_299); -x_301 = l_Lean_Syntax_isOfKind(x_299, x_300); -if (x_301 == 0) -{ -lean_object* x_302; lean_object* x_303; -lean_dec(x_299); -lean_dec(x_295); +lean_object* x_302; lean_object* x_303; lean_object* x_304; uint8_t x_305; x_302 = lean_box(0); +x_303 = l_Array_back___rarg(x_302, x_279); +x_304 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___closed__2; +lean_inc(x_303); +x_305 = l_Lean_Syntax_isOfKind(x_303, x_304); +if (x_305 == 0) +{ +lean_object* x_306; lean_object* x_307; +lean_dec(x_303); +lean_dec(x_292); +x_306 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -23308,15 +23466,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_303 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_296, x_281, x_282, x_284, x_285, x_302, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_303) == 0) +x_307 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_293, x_278, x_279, x_281, x_282, x_306, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_307) == 0) { -lean_object* x_304; -x_304 = lean_ctor_get(x_303, 0); -lean_inc(x_304); -if (lean_obj_tag(x_304) == 0) +lean_object* x_308; +x_308 = lean_ctor_get(x_307, 0); +lean_inc(x_308); +if (lean_obj_tag(x_308) == 0) { -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_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23327,49 +23485,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_305 = lean_ctor_get(x_303, 1); -lean_inc(x_305); -if (lean_is_exclusive(x_303)) { - lean_ctor_release(x_303, 0); - lean_ctor_release(x_303, 1); - x_306 = x_303; +x_309 = lean_ctor_get(x_307, 1); +lean_inc(x_309); +if (lean_is_exclusive(x_307)) { + lean_ctor_release(x_307, 0); + lean_ctor_release(x_307, 1); + x_310 = x_307; } else { - lean_dec_ref(x_303); - x_306 = lean_box(0); -} -x_307 = lean_ctor_get(x_304, 0); -lean_inc(x_307); -lean_dec(x_304); -if (lean_is_scalar(x_306)) { - x_308 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_307); + x_310 = lean_box(0); +} +x_311 = lean_ctor_get(x_308, 0); +lean_inc(x_311); +lean_dec(x_308); +if (lean_is_scalar(x_310)) { + x_312 = lean_alloc_ctor(0, 2, 0); } else { - x_308 = x_306; + x_312 = x_310; } -lean_ctor_set(x_308, 0, x_307); -lean_ctor_set(x_308, 1, x_305); -return x_308; +lean_ctor_set(x_312, 0, x_311); +lean_ctor_set(x_312, 1, x_309); +return x_312; } else { -lean_object* x_309; lean_object* x_310; lean_object* x_311; -x_309 = lean_ctor_get(x_303, 1); -lean_inc(x_309); -lean_dec(x_303); -x_310 = lean_ctor_get(x_304, 0); -lean_inc(x_310); -lean_dec(x_304); -x_311 = lean_nat_add(x_3, x_5); +lean_object* x_313; lean_object* x_314; lean_object* x_315; +x_313 = lean_ctor_get(x_307, 1); +lean_inc(x_313); +lean_dec(x_307); +x_314 = lean_ctor_get(x_308, 0); +lean_inc(x_314); +lean_dec(x_308); +x_315 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_311; -x_6 = x_310; -x_15 = x_309; +x_3 = x_315; +x_6 = x_314; +x_15 = x_313; goto _start; } } else { -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_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23380,42 +23538,42 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_313 = lean_ctor_get(x_303, 0); -lean_inc(x_313); -x_314 = lean_ctor_get(x_303, 1); -lean_inc(x_314); -if (lean_is_exclusive(x_303)) { - lean_ctor_release(x_303, 0); - lean_ctor_release(x_303, 1); - x_315 = x_303; +x_317 = lean_ctor_get(x_307, 0); +lean_inc(x_317); +x_318 = lean_ctor_get(x_307, 1); +lean_inc(x_318); +if (lean_is_exclusive(x_307)) { + lean_ctor_release(x_307, 0); + lean_ctor_release(x_307, 1); + x_319 = x_307; } else { - lean_dec_ref(x_303); - x_315 = lean_box(0); + lean_dec_ref(x_307); + x_319 = lean_box(0); } -if (lean_is_scalar(x_315)) { - x_316 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_319)) { + x_320 = lean_alloc_ctor(1, 2, 0); } else { - x_316 = x_315; + x_320 = x_319; } -lean_ctor_set(x_316, 0, x_313); -lean_ctor_set(x_316, 1, x_314); -return x_316; +lean_ctor_set(x_320, 0, x_317); +lean_ctor_set(x_320, 1, x_318); +return x_320; } } else { -lean_object* x_317; lean_object* x_318; uint8_t x_319; -x_317 = l_Lean_Syntax_getArg(x_299, x_17); -lean_dec(x_299); -x_318 = l_Lean_Elab_Tactic_evalIntro___closed__5; -lean_inc(x_317); -x_319 = l_Lean_Syntax_isOfKind(x_317, x_318); -if (x_319 == 0) +lean_object* x_321; lean_object* x_322; uint8_t x_323; +x_321 = l_Lean_Syntax_getArg(x_303, x_17); +lean_dec(x_303); +x_322 = l_Lean_Elab_Tactic_evalIntro___closed__4; +lean_inc(x_321); +x_323 = l_Lean_Syntax_isOfKind(x_321, x_322); +if (x_323 == 0) { -lean_object* x_320; lean_object* x_321; -lean_dec(x_317); -lean_dec(x_295); -x_320 = lean_box(0); +lean_object* x_324; lean_object* x_325; +lean_dec(x_321); +lean_dec(x_292); +x_324 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -23424,15 +23582,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_321 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_296, x_281, x_282, x_284, x_285, x_320, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_321) == 0) +x_325 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_293, x_278, x_279, x_281, x_282, x_324, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_325) == 0) { -lean_object* x_322; -x_322 = lean_ctor_get(x_321, 0); -lean_inc(x_322); -if (lean_obj_tag(x_322) == 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_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_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23443,49 +23601,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_323 = lean_ctor_get(x_321, 1); -lean_inc(x_323); -if (lean_is_exclusive(x_321)) { - lean_ctor_release(x_321, 0); - lean_ctor_release(x_321, 1); - x_324 = x_321; +x_327 = lean_ctor_get(x_325, 1); +lean_inc(x_327); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + lean_ctor_release(x_325, 1); + x_328 = x_325; } else { - lean_dec_ref(x_321); - x_324 = lean_box(0); -} -x_325 = lean_ctor_get(x_322, 0); -lean_inc(x_325); -lean_dec(x_322); -if (lean_is_scalar(x_324)) { - x_326 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_325); + x_328 = lean_box(0); +} +x_329 = lean_ctor_get(x_326, 0); +lean_inc(x_329); +lean_dec(x_326); +if (lean_is_scalar(x_328)) { + x_330 = lean_alloc_ctor(0, 2, 0); } else { - x_326 = x_324; + x_330 = x_328; } -lean_ctor_set(x_326, 0, x_325); -lean_ctor_set(x_326, 1, x_323); -return x_326; +lean_ctor_set(x_330, 0, x_329); +lean_ctor_set(x_330, 1, x_327); +return x_330; } else { -lean_object* x_327; lean_object* x_328; lean_object* x_329; -x_327 = lean_ctor_get(x_321, 1); -lean_inc(x_327); -lean_dec(x_321); -x_328 = lean_ctor_get(x_322, 0); -lean_inc(x_328); -lean_dec(x_322); -x_329 = lean_nat_add(x_3, x_5); +lean_object* x_331; lean_object* x_332; lean_object* x_333; +x_331 = lean_ctor_get(x_325, 1); +lean_inc(x_331); +lean_dec(x_325); +x_332 = lean_ctor_get(x_326, 0); +lean_inc(x_332); +lean_dec(x_326); +x_333 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_329; -x_6 = x_328; -x_15 = x_327; +x_3 = x_333; +x_6 = x_332; +x_15 = x_331; goto _start; } } else { -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_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23496,41 +23654,41 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_331 = lean_ctor_get(x_321, 0); -lean_inc(x_331); -x_332 = lean_ctor_get(x_321, 1); -lean_inc(x_332); -if (lean_is_exclusive(x_321)) { - lean_ctor_release(x_321, 0); - lean_ctor_release(x_321, 1); - x_333 = x_321; +x_335 = lean_ctor_get(x_325, 0); +lean_inc(x_335); +x_336 = lean_ctor_get(x_325, 1); +lean_inc(x_336); +if (lean_is_exclusive(x_325)) { + lean_ctor_release(x_325, 0); + lean_ctor_release(x_325, 1); + x_337 = x_325; } else { - lean_dec_ref(x_321); - x_333 = lean_box(0); + lean_dec_ref(x_325); + x_337 = lean_box(0); } -if (lean_is_scalar(x_333)) { - x_334 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_337)) { + x_338 = lean_alloc_ctor(1, 2, 0); } else { - x_334 = x_333; + x_338 = x_337; } -lean_ctor_set(x_334, 0, x_331); -lean_ctor_set(x_334, 1, x_332); -return x_334; +lean_ctor_set(x_338, 0, x_335); +lean_ctor_set(x_338, 1, x_336); +return x_338; } } 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; lean_object* x_341; -x_335 = l_Lean_Syntax_getId(x_317); -x_336 = l_Lean_LocalDecl_fvarId(x_295); -lean_dec(x_295); -lean_inc(x_336); -x_337 = l_Lean_LocalContext_setUserName(x_285, x_336, x_335); -x_338 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_338, 0, x_336); -lean_ctor_set(x_338, 1, x_317); -x_339 = lean_array_push(x_284, x_338); -x_340 = lean_box(0); +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_339 = l_Lean_Syntax_getId(x_321); +x_340 = l_Lean_LocalDecl_fvarId(x_292); +lean_dec(x_292); +lean_inc(x_340); +x_341 = l_Lean_LocalContext_setUserName(x_282, x_340, x_339); +x_342 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_342, 0, x_340); +lean_ctor_set(x_342, 1, x_321); +x_343 = lean_array_push(x_281, x_342); +x_344 = lean_box(0); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); @@ -23539,15 +23697,15 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_341 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_296, x_281, x_282, x_339, x_337, x_340, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_341) == 0) +x_345 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_renameInaccessibles___spec__1___lambda__2(x_293, x_278, x_279, x_343, x_341, x_344, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_345) == 0) { -lean_object* x_342; -x_342 = lean_ctor_get(x_341, 0); -lean_inc(x_342); -if (lean_obj_tag(x_342) == 0) +lean_object* x_346; +x_346 = lean_ctor_get(x_345, 0); +lean_inc(x_346); +if (lean_obj_tag(x_346) == 0) { -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_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23558,49 +23716,49 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_343 = lean_ctor_get(x_341, 1); -lean_inc(x_343); -if (lean_is_exclusive(x_341)) { - lean_ctor_release(x_341, 0); - lean_ctor_release(x_341, 1); - x_344 = x_341; +x_347 = lean_ctor_get(x_345, 1); +lean_inc(x_347); +if (lean_is_exclusive(x_345)) { + lean_ctor_release(x_345, 0); + lean_ctor_release(x_345, 1); + x_348 = x_345; } else { - lean_dec_ref(x_341); - x_344 = lean_box(0); -} -x_345 = lean_ctor_get(x_342, 0); -lean_inc(x_345); -lean_dec(x_342); -if (lean_is_scalar(x_344)) { - x_346 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_345); + x_348 = lean_box(0); +} +x_349 = lean_ctor_get(x_346, 0); +lean_inc(x_349); +lean_dec(x_346); +if (lean_is_scalar(x_348)) { + x_350 = lean_alloc_ctor(0, 2, 0); } else { - x_346 = x_344; + x_350 = x_348; } -lean_ctor_set(x_346, 0, x_345); -lean_ctor_set(x_346, 1, x_343); -return x_346; +lean_ctor_set(x_350, 0, x_349); +lean_ctor_set(x_350, 1, x_347); +return x_350; } else { -lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_347 = lean_ctor_get(x_341, 1); -lean_inc(x_347); -lean_dec(x_341); -x_348 = lean_ctor_get(x_342, 0); -lean_inc(x_348); -lean_dec(x_342); -x_349 = lean_nat_add(x_3, x_5); +lean_object* x_351; lean_object* x_352; lean_object* x_353; +x_351 = lean_ctor_get(x_345, 1); +lean_inc(x_351); +lean_dec(x_345); +x_352 = lean_ctor_get(x_346, 0); +lean_inc(x_352); +lean_dec(x_346); +x_353 = lean_nat_add(x_3, x_5); lean_dec(x_3); x_2 = x_20; -x_3 = x_349; -x_6 = x_348; -x_15 = x_347; +x_3 = x_353; +x_6 = x_352; +x_15 = x_351; goto _start; } } else { -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_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -23611,26 +23769,27 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); -x_351 = lean_ctor_get(x_341, 0); -lean_inc(x_351); -x_352 = lean_ctor_get(x_341, 1); -lean_inc(x_352); -if (lean_is_exclusive(x_341)) { - lean_ctor_release(x_341, 0); - lean_ctor_release(x_341, 1); - x_353 = x_341; +x_355 = lean_ctor_get(x_345, 0); +lean_inc(x_355); +x_356 = lean_ctor_get(x_345, 1); +lean_inc(x_356); +if (lean_is_exclusive(x_345)) { + lean_ctor_release(x_345, 0); + lean_ctor_release(x_345, 1); + x_357 = x_345; } else { - lean_dec_ref(x_341); - x_353 = lean_box(0); + lean_dec_ref(x_345); + x_357 = lean_box(0); } -if (lean_is_scalar(x_353)) { - x_354 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_357)) { + x_358 = lean_alloc_ctor(1, 2, 0); } else { - x_354 = x_353; + x_358 = x_357; +} +lean_ctor_set(x_358, 0, x_355); +lean_ctor_set(x_358, 1, x_356); +return x_358; } -lean_ctor_set(x_354, 0, x_351); -lean_ctor_set(x_354, 1, x_352); -return x_354; } } } @@ -23640,7 +23799,7 @@ return x_354; } else { -lean_object* x_368; +lean_object* x_364; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -23651,15 +23810,15 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -x_368 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_368, 0, x_6); -lean_ctor_set(x_368, 1, x_15); -return x_368; +x_364 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_364, 0, x_6); +lean_ctor_set(x_364, 1, x_15); +return x_364; } } else { -lean_object* x_369; +lean_object* x_365; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -23670,10 +23829,10 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -x_369 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_369, 0, x_6); -lean_ctor_set(x_369, 1, x_15); -return x_369; +x_365 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_365, 0, x_6); +lean_ctor_set(x_365, 1, x_15); +return x_365; } } } @@ -26006,7 +26165,7 @@ lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; x_24 = lean_unsigned_to_nat(0u); x_25 = l_Lean_Syntax_getArg(x_1, x_24); lean_dec(x_1); -x_26 = l_Lean_Elab_Tactic_evalIntro___closed__5; +x_26 = l_Lean_Elab_Tactic_evalIntro___closed__4; lean_inc(x_25); x_27 = l_Lean_Syntax_isOfKind(x_25, x_26); if (x_27 == 0) @@ -29270,24 +29429,24 @@ x_15 = lean_nat_dec_eq(x_2, x_14); lean_dec(x_14); if (x_15 == 0) { -uint8_t x_16; lean_object* x_17; +uint8_t x_16; x_16 = lean_nat_dec_lt(x_2, x_12); lean_dec(x_12); -x_17 = l_Lean_Elab_Tactic_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); if (x_16 == 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; -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 = l_Lean_instInhabitedSyntax; -x_21 = l___private_Init_Util_0__outOfBounds___rarg(x_20); -x_22 = l_Lean_Syntax_getArg(x_21, x_13); +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_17 = l_Lean_instInhabitedSyntax; +x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); +x_19 = l_Lean_Syntax_getArg(x_18, x_13); +lean_dec(x_18); +x_20 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalTactic), 10, 1); +lean_closure_set(x_20, 0, x_19); +x_21 = l_Lean_Elab_Tactic_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +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_23 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalTactic), 10, 1); -lean_closure_set(x_23, 0, x_22); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -29296,10 +29455,10 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_24 = l_Lean_Elab_Tactic_withoutRecover___rarg(x_23, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_19); +x_24 = l_Lean_Elab_Tactic_withoutRecover___rarg(x_20, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_23); if (lean_obj_tag(x_24) == 0) { -lean_dec(x_18); +lean_dec(x_22); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -29324,7 +29483,7 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_27 = l_Lean_Elab_Tactic_SavedState_restore(x_18, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_25); +x_27 = l_Lean_Elab_Tactic_SavedState_restore(x_22, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_25); x_28 = lean_ctor_get(x_27, 1); lean_inc(x_28); lean_dec(x_27); @@ -29337,17 +29496,18 @@ goto _start; } 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; -x_31 = lean_ctor_get(x_17, 0); -lean_inc(x_31); -x_32 = lean_ctor_get(x_17, 1); -lean_inc(x_32); -lean_dec(x_17); -x_33 = lean_array_fget(x_1, x_2); -x_34 = l_Lean_Syntax_getArg(x_33, x_13); -lean_dec(x_33); -x_35 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalTactic), 10, 1); -lean_closure_set(x_35, 0, x_34); +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; +x_31 = lean_array_fget(x_1, x_2); +x_32 = l_Lean_Syntax_getArg(x_31, x_13); +lean_dec(x_31); +x_33 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_evalTactic), 10, 1); +lean_closure_set(x_33, 0, x_32); +x_34 = l_Lean_Elab_Tactic_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -29356,10 +29516,10 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_36 = l_Lean_Elab_Tactic_withoutRecover___rarg(x_35, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_32); -if (lean_obj_tag(x_36) == 0) +x_37 = l_Lean_Elab_Tactic_withoutRecover___rarg(x_33, 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_dec(x_31); +lean_dec(x_35); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -29369,58 +29529,58 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_36; +return x_37; } else { -lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -lean_dec(x_36); -x_38 = 0; +lean_object* x_38; uint8_t x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = 0; 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_39 = l_Lean_Elab_Tactic_SavedState_restore(x_31, x_38, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_37); -x_40 = lean_ctor_get(x_39, 1); -lean_inc(x_40); -lean_dec(x_39); -x_41 = lean_nat_add(x_2, x_13); +x_40 = l_Lean_Elab_Tactic_SavedState_restore(x_35, x_39, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_38); +x_41 = lean_ctor_get(x_40, 1); +lean_inc(x_41); +lean_dec(x_40); +x_42 = lean_nat_add(x_2, x_13); lean_dec(x_2); -x_2 = x_41; -x_11 = x_40; +x_2 = x_42; +x_11 = x_41; goto _start; } } } else { -uint8_t x_43; -x_43 = lean_nat_dec_lt(x_2, x_12); +uint8_t x_44; +x_44 = lean_nat_dec_lt(x_2, x_12); lean_dec(x_12); -if (x_43 == 0) +if (x_44 == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_dec(x_2); -x_44 = l_Lean_instInhabitedSyntax; -x_45 = l___private_Init_Util_0__outOfBounds___rarg(x_44); -x_46 = l_Lean_Syntax_getArg(x_45, x_13); -lean_dec(x_45); -x_47 = l_Lean_Elab_Tactic_evalTactic(x_46, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_47; +x_45 = l_Lean_instInhabitedSyntax; +x_46 = l___private_Init_Util_0__outOfBounds___rarg(x_45); +x_47 = l_Lean_Syntax_getArg(x_46, x_13); +lean_dec(x_46); +x_48 = l_Lean_Elab_Tactic_evalTactic(x_47, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_48; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_array_fget(x_1, x_2); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_array_fget(x_1, x_2); lean_dec(x_2); -x_49 = l_Lean_Syntax_getArg(x_48, x_13); -lean_dec(x_48); -x_50 = l_Lean_Elab_Tactic_evalTactic(x_49, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_50; +x_50 = l_Lean_Syntax_getArg(x_49, x_13); +lean_dec(x_49); +x_51 = l_Lean_Elab_Tactic_evalTactic(x_50, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_51; } } } @@ -31461,6 +31621,10 @@ l_Lean_Elab_Tactic_evalIntro_introStep___lambda__6___closed__3 = _init_l_Lean_El lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro_introStep___lambda__6___closed__3); l_Lean_Elab_Tactic_evalIntro_introStep___lambda__6___closed__4 = _init_l_Lean_Elab_Tactic_evalIntro_introStep___lambda__6___closed__4(); lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro_introStep___lambda__6___closed__4); +l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1 = _init_l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__1); +l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2 = _init_l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro___lambda__2___closed__2); l_Lean_Elab_Tactic_evalIntro___closed__1 = _init_l_Lean_Elab_Tactic_evalIntro___closed__1(); lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro___closed__1); l_Lean_Elab_Tactic_evalIntro___closed__2 = _init_l_Lean_Elab_Tactic_evalIntro___closed__2(); @@ -31533,8 +31697,6 @@ l_Lean_Elab_Tactic_evalIntro___closed__35 = _init_l_Lean_Elab_Tactic_evalIntro__ lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro___closed__35); l_Lean_Elab_Tactic_evalIntro___closed__36 = _init_l_Lean_Elab_Tactic_evalIntro___closed__36(); lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro___closed__36); -l_Lean_Elab_Tactic_evalIntro___closed__37 = _init_l_Lean_Elab_Tactic_evalIntro___closed__37(); -lean_mark_persistent(l_Lean_Elab_Tactic_evalIntro___closed__37); l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__1 = _init_l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__1(); lean_mark_persistent(l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__1); l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__2 = _init_l___regBuiltin_Lean_Elab_Tactic_evalIntro___closed__2(); diff --git a/stage0/stdlib/Lean/Elab/Tactic/Conv/Congr.c b/stage0/stdlib/Lean/Elab/Tactic/Conv/Congr.c index a219e92c1b36..74bf71f008fa 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Conv/Congr.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Conv/Congr.c @@ -1376,18 +1376,18 @@ x_43 = lean_nat_dec_lt(x_9, x_42); lean_dec(x_42); if (x_37 == 0) { -lean_object* x_409; lean_object* x_410; -x_409 = l_Lean_instInhabitedExpr; -x_410 = l___private_Init_Util_0__outOfBounds___rarg(x_409); -x_44 = x_410; -goto block_408; +lean_object* x_223; lean_object* x_224; +x_223 = l_Lean_instInhabitedExpr; +x_224 = l___private_Init_Util_0__outOfBounds___rarg(x_223); +x_44 = x_224; +goto block_222; } else { -lean_object* x_411; -x_411 = lean_array_fget(x_5, x_9); -x_44 = x_411; -goto block_408; +lean_object* x_225; +x_225 = lean_array_fget(x_5, x_9); +x_44 = x_225; +goto block_222; } block_30: { @@ -1424,1125 +1424,73 @@ x_17 = x_24; goto _start; } } -block_408: +block_222: { lean_object* x_45; if (x_40 == 0) { -lean_object* x_77; lean_object* x_78; -x_77 = l_Lean_Meta_instInhabitedParamInfo; -x_78 = l___private_Init_Util_0__outOfBounds___rarg(x_77); -if (x_43 == 0) -{ -uint8_t x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; lean_object* x_83; -x_79 = l_Lean_Meta_instInhabitedCongrArgKind; -x_80 = lean_box(x_79); -x_81 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -x_82 = lean_unbox(x_81); -lean_dec(x_81); -x_83 = lean_box(x_82); -switch (lean_obj_tag(x_83)) { -case 1: -{ -lean_object* x_84; lean_object* x_85; -lean_dec(x_78); -lean_dec(x_44); -x_84 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_85 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_84, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_85) == 0) -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_86 = lean_ctor_get(x_85, 1); -lean_inc(x_86); -lean_dec(x_85); -if (lean_is_scalar(x_36)) { - x_87 = lean_alloc_ctor(0, 2, 0); -} else { - x_87 = x_36; -} -lean_ctor_set(x_87, 0, x_34); -lean_ctor_set(x_87, 1, x_35); -if (lean_is_scalar(x_33)) { - x_88 = lean_alloc_ctor(0, 2, 0); -} else { - x_88 = x_33; -} -lean_ctor_set(x_88, 0, x_32); -lean_ctor_set(x_88, 1, x_87); -x_89 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_89, 0, x_88); -x_23 = x_89; -x_24 = x_86; -goto block_30; -} -else -{ -uint8_t x_90; -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_90 = !lean_is_exclusive(x_85); -if (x_90 == 0) -{ -return x_85; -} -else -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_85, 0); -x_92 = lean_ctor_get(x_85, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_85); -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; -} -} -} -case 2: -{ -if (x_1 == 0) -{ -uint8_t x_94; -x_94 = l_Lean_Meta_ParamInfo_isExplicit(x_78); -lean_dec(x_78); -if (x_94 == 0) -{ -lean_object* x_95; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_44); -x_95 = l_Lean_Meta_mkEqRefl(x_44, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_95) == 0) -{ -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -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); -lean_inc(x_44); -x_98 = l_Lean_mkApp3(x_35, x_44, x_44, x_96); -if (lean_is_scalar(x_36)) { - x_99 = lean_alloc_ctor(0, 2, 0); -} else { - x_99 = x_36; -} -lean_ctor_set(x_99, 0, x_34); -lean_ctor_set(x_99, 1, x_98); -if (lean_is_scalar(x_33)) { - x_100 = lean_alloc_ctor(0, 2, 0); -} else { - x_100 = x_33; -} -lean_ctor_set(x_100, 0, x_32); -lean_ctor_set(x_100, 1, x_99); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_100); -x_23 = x_101; -x_24 = x_97; -goto block_30; -} -else -{ -uint8_t x_102; -lean_dec(x_44); -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_102 = !lean_is_exclusive(x_95); -if (x_102 == 0) -{ -return x_95; -} -else -{ -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_95, 0); -x_104 = lean_ctor_get(x_95, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_95); -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 -{ -lean_object* x_106; -lean_dec(x_36); -lean_dec(x_33); -x_106 = lean_box(0); -x_45 = x_106; -goto block_76; -} -} -else -{ -lean_object* x_107; -lean_dec(x_78); -lean_dec(x_36); -lean_dec(x_33); -x_107 = lean_box(0); -x_45 = x_107; -goto block_76; -} -} -case 4: -{ -lean_object* x_108; lean_object* x_109; -lean_dec(x_78); -lean_dec(x_44); -x_108 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_109 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_108, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_109) == 0) -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -lean_dec(x_109); -if (lean_is_scalar(x_36)) { - x_111 = lean_alloc_ctor(0, 2, 0); -} else { - x_111 = x_36; -} -lean_ctor_set(x_111, 0, x_34); -lean_ctor_set(x_111, 1, x_35); -if (lean_is_scalar(x_33)) { - x_112 = lean_alloc_ctor(0, 2, 0); -} else { - x_112 = x_33; -} -lean_ctor_set(x_112, 0, x_32); -lean_ctor_set(x_112, 1, x_111); -x_113 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_113, 0, x_112); -x_23 = x_113; -x_24 = x_110; -goto block_30; -} -else -{ -uint8_t x_114; -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_114 = !lean_is_exclusive(x_109); -if (x_114 == 0) -{ -return x_109; -} -else -{ -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_109, 0); -x_116 = lean_ctor_get(x_109, 1); -lean_inc(x_116); -lean_inc(x_115); -lean_dec(x_109); -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; -} -} -} -case 5: -{ -lean_object* x_118; lean_object* x_119; -lean_dec(x_78); -x_118 = l_Lean_Expr_app___override(x_35, x_44); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_118); -x_119 = lean_infer_type(x_118, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_119) == 0) -{ -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -lean_dec(x_119); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_122 = lean_whnf(x_120, x_13, x_14, x_15, x_16, x_121); -if (lean_obj_tag(x_122) == 0) -{ -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; -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -lean_dec(x_122); -x_125 = l_Lean_Expr_bindingDomain_x21(x_123); -lean_dec(x_123); -x_126 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_126, 0, x_125); -x_127 = 0; -x_128 = lean_box(0); -lean_inc(x_13); -x_129 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_126, x_127, x_128, x_13, x_14, x_15, x_16, x_124); -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -lean_inc(x_130); -x_132 = l_Lean_Expr_app___override(x_118, x_130); -x_133 = l_Lean_Expr_mvarId_x21(x_130); -x_134 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_134, 0, x_133); -x_135 = lean_array_push(x_34, x_134); -if (lean_is_scalar(x_36)) { - x_136 = lean_alloc_ctor(0, 2, 0); -} else { - x_136 = x_36; -} -lean_ctor_set(x_136, 0, x_135); -lean_ctor_set(x_136, 1, x_132); -if (lean_is_scalar(x_33)) { - x_137 = lean_alloc_ctor(0, 2, 0); -} else { - x_137 = x_33; -} -lean_ctor_set(x_137, 0, x_32); -lean_ctor_set(x_137, 1, x_136); -x_138 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_138, 0, x_137); -x_23 = x_138; -x_24 = x_131; -goto block_30; -} -else -{ -uint8_t x_139; -lean_dec(x_118); -lean_dec(x_36); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_139 = !lean_is_exclusive(x_122); -if (x_139 == 0) -{ -return x_122; -} -else -{ -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_122, 0); -x_141 = lean_ctor_get(x_122, 1); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_122); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; -} -} -} -else -{ -uint8_t x_143; -lean_dec(x_118); -lean_dec(x_36); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_143 = !lean_is_exclusive(x_119); -if (x_143 == 0) -{ -return x_119; -} -else -{ -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_119, 0); -x_145 = lean_ctor_get(x_119, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_119); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; -} -} -} -default: -{ -lean_object* x_147; -lean_dec(x_83); -x_147 = l_Lean_Expr_app___override(x_35, x_44); -if (x_1 == 0) -{ -uint8_t x_148; -x_148 = l_Lean_Meta_ParamInfo_isExplicit(x_78); -lean_dec(x_78); -if (x_148 == 0) -{ -lean_object* x_149; lean_object* x_150; lean_object* x_151; -if (lean_is_scalar(x_36)) { - x_149 = lean_alloc_ctor(0, 2, 0); -} else { - x_149 = x_36; -} -lean_ctor_set(x_149, 0, x_34); -lean_ctor_set(x_149, 1, x_147); -if (lean_is_scalar(x_33)) { - x_150 = lean_alloc_ctor(0, 2, 0); -} else { - x_150 = x_33; -} -lean_ctor_set(x_150, 0, x_32); -lean_ctor_set(x_150, 1, x_149); -x_151 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_151, 0, x_150); -x_23 = x_151; -x_24 = x_17; -goto block_30; -} -else -{ -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_152 = lean_box(0); -x_153 = lean_array_push(x_32, x_152); -if (lean_is_scalar(x_36)) { - x_154 = lean_alloc_ctor(0, 2, 0); -} else { - x_154 = x_36; -} -lean_ctor_set(x_154, 0, x_34); -lean_ctor_set(x_154, 1, x_147); -if (lean_is_scalar(x_33)) { - x_155 = lean_alloc_ctor(0, 2, 0); -} else { - x_155 = x_33; -} -lean_ctor_set(x_155, 0, x_153); -lean_ctor_set(x_155, 1, x_154); -x_156 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_156, 0, x_155); -x_23 = x_156; -x_24 = x_17; -goto block_30; -} -} -else -{ -lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -lean_dec(x_78); -x_157 = lean_box(0); -x_158 = lean_array_push(x_32, x_157); -if (lean_is_scalar(x_36)) { - x_159 = lean_alloc_ctor(0, 2, 0); -} else { - x_159 = x_36; -} -lean_ctor_set(x_159, 0, x_34); -lean_ctor_set(x_159, 1, x_147); -if (lean_is_scalar(x_33)) { - x_160 = lean_alloc_ctor(0, 2, 0); -} else { - x_160 = x_33; -} -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -x_161 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_161, 0, x_160); -x_23 = x_161; -x_24 = x_17; -goto block_30; -} -} -} -} -else -{ -lean_object* x_162; uint8_t x_163; lean_object* x_164; -x_162 = lean_array_fget(x_41, x_9); -x_163 = lean_unbox(x_162); -lean_dec(x_162); -x_164 = lean_box(x_163); -switch (lean_obj_tag(x_164)) { -case 1: -{ -lean_object* x_165; lean_object* x_166; -lean_dec(x_78); -lean_dec(x_44); -x_165 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_166 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_165, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_166) == 0) -{ -lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_167 = lean_ctor_get(x_166, 1); -lean_inc(x_167); -lean_dec(x_166); -if (lean_is_scalar(x_36)) { - x_168 = lean_alloc_ctor(0, 2, 0); -} else { - x_168 = x_36; -} -lean_ctor_set(x_168, 0, x_34); -lean_ctor_set(x_168, 1, x_35); -if (lean_is_scalar(x_33)) { - x_169 = lean_alloc_ctor(0, 2, 0); -} else { - x_169 = x_33; -} -lean_ctor_set(x_169, 0, x_32); -lean_ctor_set(x_169, 1, x_168); -x_170 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_170, 0, x_169); -x_23 = x_170; -x_24 = x_167; -goto block_30; -} -else -{ -uint8_t x_171; -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_171 = !lean_is_exclusive(x_166); -if (x_171 == 0) -{ -return x_166; -} -else -{ -lean_object* x_172; lean_object* x_173; lean_object* x_174; -x_172 = lean_ctor_get(x_166, 0); -x_173 = lean_ctor_get(x_166, 1); -lean_inc(x_173); -lean_inc(x_172); -lean_dec(x_166); -x_174 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_174, 0, x_172); -lean_ctor_set(x_174, 1, x_173); -return x_174; -} -} -} -case 2: -{ -if (x_1 == 0) -{ -uint8_t x_175; -x_175 = l_Lean_Meta_ParamInfo_isExplicit(x_78); -lean_dec(x_78); -if (x_175 == 0) -{ -lean_object* x_176; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_44); -x_176 = l_Lean_Meta_mkEqRefl(x_44, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_176) == 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 = lean_ctor_get(x_176, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); -lean_inc(x_44); -x_179 = l_Lean_mkApp3(x_35, x_44, x_44, x_177); -if (lean_is_scalar(x_36)) { - x_180 = lean_alloc_ctor(0, 2, 0); -} else { - x_180 = x_36; -} -lean_ctor_set(x_180, 0, x_34); -lean_ctor_set(x_180, 1, x_179); -if (lean_is_scalar(x_33)) { - x_181 = lean_alloc_ctor(0, 2, 0); -} else { - x_181 = x_33; -} -lean_ctor_set(x_181, 0, x_32); -lean_ctor_set(x_181, 1, x_180); -x_182 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_182, 0, x_181); -x_23 = x_182; -x_24 = x_178; -goto block_30; -} -else -{ -uint8_t x_183; -lean_dec(x_44); -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_183 = !lean_is_exclusive(x_176); -if (x_183 == 0) -{ -return x_176; -} -else -{ -lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_184 = lean_ctor_get(x_176, 0); -x_185 = lean_ctor_get(x_176, 1); -lean_inc(x_185); -lean_inc(x_184); -lean_dec(x_176); -x_186 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_186, 0, x_184); -lean_ctor_set(x_186, 1, x_185); -return x_186; -} -} -} -else -{ -lean_object* x_187; -lean_dec(x_36); -lean_dec(x_33); -x_187 = lean_box(0); -x_45 = x_187; -goto block_76; -} -} -else -{ -lean_object* x_188; -lean_dec(x_78); -lean_dec(x_36); -lean_dec(x_33); -x_188 = lean_box(0); -x_45 = x_188; -goto block_76; -} -} -case 4: -{ -lean_object* x_189; lean_object* x_190; -lean_dec(x_78); -lean_dec(x_44); -x_189 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_190 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_189, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_190) == 0) -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; -x_191 = lean_ctor_get(x_190, 1); -lean_inc(x_191); -lean_dec(x_190); -if (lean_is_scalar(x_36)) { - x_192 = lean_alloc_ctor(0, 2, 0); -} else { - x_192 = x_36; -} -lean_ctor_set(x_192, 0, x_34); -lean_ctor_set(x_192, 1, x_35); -if (lean_is_scalar(x_33)) { - x_193 = lean_alloc_ctor(0, 2, 0); -} else { - x_193 = x_33; -} -lean_ctor_set(x_193, 0, x_32); -lean_ctor_set(x_193, 1, x_192); -x_194 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_194, 0, x_193); -x_23 = x_194; -x_24 = x_191; -goto block_30; -} -else -{ -uint8_t x_195; -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_195 = !lean_is_exclusive(x_190); -if (x_195 == 0) -{ -return x_190; -} -else -{ -lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_196 = lean_ctor_get(x_190, 0); -x_197 = lean_ctor_get(x_190, 1); -lean_inc(x_197); -lean_inc(x_196); -lean_dec(x_190); -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; -} -} -} -case 5: -{ -lean_object* x_199; lean_object* x_200; -lean_dec(x_78); -x_199 = l_Lean_Expr_app___override(x_35, x_44); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_199); -x_200 = lean_infer_type(x_199, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_200) == 0) -{ -lean_object* x_201; lean_object* x_202; lean_object* x_203; -x_201 = lean_ctor_get(x_200, 0); -lean_inc(x_201); -x_202 = lean_ctor_get(x_200, 1); -lean_inc(x_202); -lean_dec(x_200); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_203 = lean_whnf(x_201, x_13, x_14, x_15, x_16, x_202); -if (lean_obj_tag(x_203) == 0) -{ -lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; uint8_t 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; -x_204 = lean_ctor_get(x_203, 0); -lean_inc(x_204); -x_205 = lean_ctor_get(x_203, 1); -lean_inc(x_205); -lean_dec(x_203); -x_206 = l_Lean_Expr_bindingDomain_x21(x_204); -lean_dec(x_204); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = 0; -x_209 = lean_box(0); -lean_inc(x_13); -x_210 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_207, x_208, x_209, x_13, x_14, x_15, x_16, x_205); -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -x_212 = lean_ctor_get(x_210, 1); -lean_inc(x_212); -lean_dec(x_210); -lean_inc(x_211); -x_213 = l_Lean_Expr_app___override(x_199, x_211); -x_214 = l_Lean_Expr_mvarId_x21(x_211); -x_215 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_215, 0, x_214); -x_216 = lean_array_push(x_34, x_215); -if (lean_is_scalar(x_36)) { - x_217 = lean_alloc_ctor(0, 2, 0); -} else { - x_217 = x_36; -} -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_213); -if (lean_is_scalar(x_33)) { - x_218 = lean_alloc_ctor(0, 2, 0); -} else { - x_218 = x_33; -} -lean_ctor_set(x_218, 0, x_32); -lean_ctor_set(x_218, 1, x_217); -x_219 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_219, 0, x_218); -x_23 = x_219; -x_24 = x_212; -goto block_30; -} -else -{ -uint8_t x_220; -lean_dec(x_199); -lean_dec(x_36); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_220 = !lean_is_exclusive(x_203); -if (x_220 == 0) -{ -return x_203; -} -else -{ -lean_object* x_221; lean_object* x_222; lean_object* x_223; -x_221 = lean_ctor_get(x_203, 0); -x_222 = lean_ctor_get(x_203, 1); -lean_inc(x_222); -lean_inc(x_221); -lean_dec(x_203); -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; -} -} -} -else -{ -uint8_t x_224; -lean_dec(x_199); -lean_dec(x_36); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_224 = !lean_is_exclusive(x_200); -if (x_224 == 0) -{ -return x_200; -} -else -{ -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_200, 0); -x_226 = lean_ctor_get(x_200, 1); -lean_inc(x_226); -lean_inc(x_225); -lean_dec(x_200); -x_227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_226); -return x_227; -} -} -} -default: -{ -lean_object* x_228; -lean_dec(x_164); -x_228 = l_Lean_Expr_app___override(x_35, x_44); -if (x_1 == 0) -{ -uint8_t x_229; -x_229 = l_Lean_Meta_ParamInfo_isExplicit(x_78); -lean_dec(x_78); -if (x_229 == 0) -{ -lean_object* x_230; lean_object* x_231; lean_object* x_232; -if (lean_is_scalar(x_36)) { - x_230 = lean_alloc_ctor(0, 2, 0); -} else { - x_230 = x_36; -} -lean_ctor_set(x_230, 0, x_34); -lean_ctor_set(x_230, 1, x_228); -if (lean_is_scalar(x_33)) { - x_231 = lean_alloc_ctor(0, 2, 0); -} else { - x_231 = x_33; -} -lean_ctor_set(x_231, 0, x_32); -lean_ctor_set(x_231, 1, x_230); -x_232 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_232, 0, x_231); -x_23 = x_232; -x_24 = x_17; -goto block_30; -} -else -{ -lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -x_233 = lean_box(0); -x_234 = lean_array_push(x_32, x_233); -if (lean_is_scalar(x_36)) { - x_235 = lean_alloc_ctor(0, 2, 0); -} else { - x_235 = x_36; -} -lean_ctor_set(x_235, 0, x_34); -lean_ctor_set(x_235, 1, x_228); -if (lean_is_scalar(x_33)) { - x_236 = lean_alloc_ctor(0, 2, 0); -} else { - x_236 = x_33; -} -lean_ctor_set(x_236, 0, x_234); -lean_ctor_set(x_236, 1, x_235); -x_237 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_237, 0, x_236); -x_23 = x_237; -x_24 = x_17; -goto block_30; -} +lean_object* x_219; lean_object* x_220; +x_219 = l_Lean_Meta_instInhabitedParamInfo; +x_220 = l___private_Init_Util_0__outOfBounds___rarg(x_219); +x_45 = x_220; +goto block_218; } else { -lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; -lean_dec(x_78); -x_238 = lean_box(0); -x_239 = lean_array_push(x_32, x_238); -if (lean_is_scalar(x_36)) { - x_240 = lean_alloc_ctor(0, 2, 0); -} else { - x_240 = x_36; +lean_object* x_221; +x_221 = lean_array_fget(x_38, x_9); +x_45 = x_221; +goto block_218; } -lean_ctor_set(x_240, 0, x_34); -lean_ctor_set(x_240, 1, x_228); -if (lean_is_scalar(x_33)) { - x_241 = lean_alloc_ctor(0, 2, 0); -} else { - x_241 = x_33; -} -lean_ctor_set(x_241, 0, x_239); -lean_ctor_set(x_241, 1, x_240); -x_242 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_242, 0, x_241); -x_23 = x_242; -x_24 = x_17; -goto block_30; -} -} -} -} -} -else +block_218: { -lean_object* x_243; -x_243 = lean_array_fget(x_38, x_9); +lean_object* x_46; uint8_t x_63; if (x_43 == 0) { -uint8_t x_244; lean_object* x_245; lean_object* x_246; uint8_t x_247; lean_object* x_248; -x_244 = l_Lean_Meta_instInhabitedCongrArgKind; -x_245 = lean_box(x_244); -x_246 = l___private_Init_Util_0__outOfBounds___rarg(x_245); -x_247 = lean_unbox(x_246); -lean_dec(x_246); -x_248 = lean_box(x_247); -switch (lean_obj_tag(x_248)) { +uint8_t x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; lean_object* x_110; +x_106 = l_Lean_Meta_instInhabitedCongrArgKind; +x_107 = lean_box(x_106); +x_108 = l___private_Init_Util_0__outOfBounds___rarg(x_107); +x_109 = lean_unbox(x_108); +lean_dec(x_108); +x_110 = lean_box(x_109); +switch (lean_obj_tag(x_110)) { case 1: { -lean_object* x_249; lean_object* x_250; -lean_dec(x_243); +lean_object* x_111; lean_object* x_112; +lean_dec(x_45); lean_dec(x_44); -x_249 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_250 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_249, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_250) == 0) -{ -lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; -x_251 = lean_ctor_get(x_250, 1); -lean_inc(x_251); -lean_dec(x_250); -if (lean_is_scalar(x_36)) { - x_252 = lean_alloc_ctor(0, 2, 0); -} else { - x_252 = x_36; -} -lean_ctor_set(x_252, 0, x_34); -lean_ctor_set(x_252, 1, x_35); -if (lean_is_scalar(x_33)) { - x_253 = lean_alloc_ctor(0, 2, 0); -} else { - x_253 = x_33; -} -lean_ctor_set(x_253, 0, x_32); -lean_ctor_set(x_253, 1, x_252); -x_254 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_254, 0, x_253); -x_23 = x_254; -x_24 = x_251; -goto block_30; -} -else -{ -uint8_t x_255; lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_255 = !lean_is_exclusive(x_250); -if (x_255 == 0) -{ -return x_250; -} -else -{ -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_250, 0); -x_257 = lean_ctor_get(x_250, 1); -lean_inc(x_257); -lean_inc(x_256); -lean_dec(x_250); -x_258 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_257); -return x_258; -} -} -} -case 2: -{ -if (x_1 == 0) -{ -uint8_t x_259; -x_259 = l_Lean_Meta_ParamInfo_isExplicit(x_243); -lean_dec(x_243); -if (x_259 == 0) -{ -lean_object* x_260; +x_111 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -lean_inc(x_44); -x_260 = l_Lean_Meta_mkEqRefl(x_44, x_13, x_14, x_15, x_16, x_17); -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; -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); -lean_inc(x_44); -x_263 = l_Lean_mkApp3(x_35, x_44, x_44, x_261); -if (lean_is_scalar(x_36)) { - x_264 = lean_alloc_ctor(0, 2, 0); -} else { - x_264 = x_36; -} -lean_ctor_set(x_264, 0, x_34); -lean_ctor_set(x_264, 1, x_263); -if (lean_is_scalar(x_33)) { - x_265 = lean_alloc_ctor(0, 2, 0); -} else { - x_265 = x_33; -} -lean_ctor_set(x_265, 0, x_32); -lean_ctor_set(x_265, 1, x_264); -x_266 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_266, 0, x_265); -x_23 = x_266; -x_24 = x_262; +x_112 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_111, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_112) == 0) +{ +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); +lean_dec(x_112); +x_114 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_114, 0, x_34); +lean_ctor_set(x_114, 1, x_35); +x_115 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_115, 0, x_32); +lean_ctor_set(x_115, 1, x_114); +x_116 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_116, 0, x_115); +x_23 = x_116; +x_24 = x_113; goto block_30; } else { -uint8_t x_267; -lean_dec(x_44); -lean_dec(x_36); +uint8_t x_117; lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -2551,91 +1499,83 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_267 = !lean_is_exclusive(x_260); -if (x_267 == 0) +x_117 = !lean_is_exclusive(x_112); +if (x_117 == 0) { -return x_260; +return x_112; } else { -lean_object* x_268; lean_object* x_269; lean_object* x_270; -x_268 = lean_ctor_get(x_260, 0); -x_269 = lean_ctor_get(x_260, 1); -lean_inc(x_269); -lean_inc(x_268); -lean_dec(x_260); -x_270 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_270, 0, x_268); -lean_ctor_set(x_270, 1, x_269); -return x_270; +lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_118 = lean_ctor_get(x_112, 0); +x_119 = lean_ctor_get(x_112, 1); +lean_inc(x_119); +lean_inc(x_118); +lean_dec(x_112); +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 +case 2: { -lean_object* x_271; lean_dec(x_36); lean_dec(x_33); -x_271 = lean_box(0); -x_45 = x_271; -goto block_76; -} +if (x_1 == 0) +{ +uint8_t x_121; +x_121 = l_Lean_Meta_ParamInfo_isExplicit(x_45); +lean_dec(x_45); +x_63 = x_121; +goto block_105; } else { -lean_object* x_272; -lean_dec(x_243); -lean_dec(x_36); -lean_dec(x_33); -x_272 = lean_box(0); -x_45 = x_272; -goto block_76; +uint8_t x_122; +lean_dec(x_45); +x_122 = 1; +x_63 = x_122; +goto block_105; } } case 4: { -lean_object* x_273; lean_object* x_274; -lean_dec(x_243); +lean_object* x_123; lean_object* x_124; +lean_dec(x_45); lean_dec(x_44); -x_273 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; +lean_dec(x_36); +lean_dec(x_33); +x_123 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_274 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_273, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_274) == 0) -{ -lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; -x_275 = lean_ctor_get(x_274, 1); -lean_inc(x_275); -lean_dec(x_274); -if (lean_is_scalar(x_36)) { - x_276 = lean_alloc_ctor(0, 2, 0); -} else { - x_276 = x_36; -} -lean_ctor_set(x_276, 0, x_34); -lean_ctor_set(x_276, 1, x_35); -if (lean_is_scalar(x_33)) { - x_277 = lean_alloc_ctor(0, 2, 0); -} else { - x_277 = x_33; -} -lean_ctor_set(x_277, 0, x_32); -lean_ctor_set(x_277, 1, x_276); -x_278 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_278, 0, x_277); -x_23 = x_278; -x_24 = x_275; +x_124 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_123, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_124) == 0) +{ +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 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_34); +lean_ctor_set(x_126, 1, x_35); +x_127 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_127, 0, x_32); +lean_ctor_set(x_127, 1, x_126); +x_128 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_128, 0, x_127); +x_23 = x_128; +x_24 = x_125; goto block_30; } else { -uint8_t x_279; -lean_dec(x_36); +uint8_t x_129; lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -2644,104 +1584,96 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_279 = !lean_is_exclusive(x_274); -if (x_279 == 0) +x_129 = !lean_is_exclusive(x_124); +if (x_129 == 0) { -return x_274; +return x_124; } else { -lean_object* x_280; lean_object* x_281; lean_object* x_282; -x_280 = lean_ctor_get(x_274, 0); -x_281 = lean_ctor_get(x_274, 1); -lean_inc(x_281); -lean_inc(x_280); -lean_dec(x_274); -x_282 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_282, 0, x_280); -lean_ctor_set(x_282, 1, x_281); -return x_282; +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_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; } } } case 5: { -lean_object* x_283; lean_object* x_284; -lean_dec(x_243); -x_283 = l_Lean_Expr_app___override(x_35, x_44); +lean_object* x_133; lean_object* x_134; +lean_dec(x_45); +lean_dec(x_36); +lean_dec(x_33); +x_133 = l_Lean_Expr_app___override(x_35, x_44); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -lean_inc(x_283); -x_284 = lean_infer_type(x_283, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_284) == 0) -{ -lean_object* x_285; lean_object* x_286; lean_object* x_287; -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); +lean_inc(x_133); +x_134 = lean_infer_type(x_133, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_134) == 0) +{ +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_134, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_134, 1); +lean_inc(x_136); +lean_dec(x_134); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_287 = lean_whnf(x_285, x_13, x_14, x_15, x_16, x_286); -if (lean_obj_tag(x_287) == 0) -{ -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; -x_288 = lean_ctor_get(x_287, 0); -lean_inc(x_288); -x_289 = lean_ctor_get(x_287, 1); -lean_inc(x_289); -lean_dec(x_287); -x_290 = l_Lean_Expr_bindingDomain_x21(x_288); -lean_dec(x_288); -x_291 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_291, 0, x_290); -x_292 = 0; -x_293 = lean_box(0); +x_137 = lean_whnf(x_135, x_13, x_14, x_15, x_16, x_136); +if (lean_obj_tag(x_137) == 0) +{ +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t 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; +x_138 = lean_ctor_get(x_137, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_137, 1); +lean_inc(x_139); +lean_dec(x_137); +x_140 = l_Lean_Expr_bindingDomain_x21(x_138); +lean_dec(x_138); +x_141 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_141, 0, x_140); +x_142 = 0; +x_143 = lean_box(0); lean_inc(x_13); -x_294 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_291, x_292, x_293, x_13, x_14, x_15, x_16, x_289); -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); -lean_inc(x_295); -x_297 = l_Lean_Expr_app___override(x_283, x_295); -x_298 = l_Lean_Expr_mvarId_x21(x_295); -x_299 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_299, 0, x_298); -x_300 = lean_array_push(x_34, x_299); -if (lean_is_scalar(x_36)) { - x_301 = lean_alloc_ctor(0, 2, 0); -} else { - x_301 = x_36; -} -lean_ctor_set(x_301, 0, x_300); -lean_ctor_set(x_301, 1, x_297); -if (lean_is_scalar(x_33)) { - x_302 = lean_alloc_ctor(0, 2, 0); -} else { - x_302 = x_33; -} -lean_ctor_set(x_302, 0, x_32); -lean_ctor_set(x_302, 1, x_301); -x_303 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_303, 0, x_302); -x_23 = x_303; -x_24 = x_296; +x_144 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_141, x_142, x_143, x_13, x_14, x_15, x_16, x_139); +x_145 = lean_ctor_get(x_144, 0); +lean_inc(x_145); +x_146 = lean_ctor_get(x_144, 1); +lean_inc(x_146); +lean_dec(x_144); +lean_inc(x_145); +x_147 = l_Lean_Expr_app___override(x_133, x_145); +x_148 = l_Lean_Expr_mvarId_x21(x_145); +x_149 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_149, 0, x_148); +x_150 = lean_array_push(x_34, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_147); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_32); +lean_ctor_set(x_152, 1, x_151); +x_153 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_153, 0, x_152); +x_23 = x_153; +x_24 = x_146; goto block_30; } else { -uint8_t x_304; -lean_dec(x_283); -lean_dec(x_36); +uint8_t x_154; +lean_dec(x_133); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -2750,33 +1682,31 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_304 = !lean_is_exclusive(x_287); -if (x_304 == 0) +x_154 = !lean_is_exclusive(x_137); +if (x_154 == 0) { -return x_287; +return x_137; } else { -lean_object* x_305; lean_object* x_306; lean_object* x_307; -x_305 = lean_ctor_get(x_287, 0); -x_306 = lean_ctor_get(x_287, 1); -lean_inc(x_306); -lean_inc(x_305); -lean_dec(x_287); -x_307 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_307, 0, x_305); -lean_ctor_set(x_307, 1, x_306); -return x_307; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_137, 0); +x_156 = lean_ctor_get(x_137, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_137); +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 { -uint8_t x_308; -lean_dec(x_283); -lean_dec(x_36); +uint8_t x_158; +lean_dec(x_133); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -2785,248 +1715,80 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_308 = !lean_is_exclusive(x_284); -if (x_308 == 0) +x_158 = !lean_is_exclusive(x_134); +if (x_158 == 0) { -return x_284; +return x_134; } else { -lean_object* x_309; lean_object* x_310; lean_object* x_311; -x_309 = lean_ctor_get(x_284, 0); -x_310 = lean_ctor_get(x_284, 1); -lean_inc(x_310); -lean_inc(x_309); -lean_dec(x_284); -x_311 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_311, 0, x_309); -lean_ctor_set(x_311, 1, x_310); -return x_311; +lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_159 = lean_ctor_get(x_134, 0); +x_160 = lean_ctor_get(x_134, 1); +lean_inc(x_160); +lean_inc(x_159); +lean_dec(x_134); +x_161 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_161, 0, x_159); +lean_ctor_set(x_161, 1, x_160); +return x_161; } } } default: { -lean_object* x_312; -lean_dec(x_248); -x_312 = l_Lean_Expr_app___override(x_35, x_44); -if (x_1 == 0) -{ -uint8_t x_313; -x_313 = l_Lean_Meta_ParamInfo_isExplicit(x_243); -lean_dec(x_243); -if (x_313 == 0) -{ -lean_object* x_314; lean_object* x_315; lean_object* x_316; -if (lean_is_scalar(x_36)) { - x_314 = lean_alloc_ctor(0, 2, 0); -} else { - x_314 = x_36; -} -lean_ctor_set(x_314, 0, x_34); -lean_ctor_set(x_314, 1, x_312); -if (lean_is_scalar(x_33)) { - x_315 = lean_alloc_ctor(0, 2, 0); -} else { - x_315 = x_33; -} -lean_ctor_set(x_315, 0, x_32); -lean_ctor_set(x_315, 1, x_314); -x_316 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_316, 0, x_315); -x_23 = x_316; -x_24 = x_17; -goto block_30; -} -else -{ -lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; -x_317 = lean_box(0); -x_318 = lean_array_push(x_32, x_317); -if (lean_is_scalar(x_36)) { - x_319 = lean_alloc_ctor(0, 2, 0); -} else { - x_319 = x_36; -} -lean_ctor_set(x_319, 0, x_34); -lean_ctor_set(x_319, 1, x_312); -if (lean_is_scalar(x_33)) { - x_320 = lean_alloc_ctor(0, 2, 0); -} else { - x_320 = x_33; -} -lean_ctor_set(x_320, 0, x_318); -lean_ctor_set(x_320, 1, x_319); -x_321 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_321, 0, x_320); -x_23 = x_321; -x_24 = x_17; -goto block_30; -} -} -else -{ -lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; -lean_dec(x_243); -x_322 = lean_box(0); -x_323 = lean_array_push(x_32, x_322); -if (lean_is_scalar(x_36)) { - x_324 = lean_alloc_ctor(0, 2, 0); -} else { - x_324 = x_36; -} -lean_ctor_set(x_324, 0, x_34); -lean_ctor_set(x_324, 1, x_312); -if (lean_is_scalar(x_33)) { - x_325 = lean_alloc_ctor(0, 2, 0); -} else { - x_325 = x_33; -} -lean_ctor_set(x_325, 0, x_323); -lean_ctor_set(x_325, 1, x_324); -x_326 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_326, 0, x_325); -x_23 = x_326; -x_24 = x_17; -goto block_30; -} +lean_object* x_162; +lean_dec(x_110); +x_162 = lean_box(0); +x_46 = x_162; +goto block_62; } } } else { -lean_object* x_327; uint8_t x_328; lean_object* x_329; -x_327 = lean_array_fget(x_41, x_9); -x_328 = lean_unbox(x_327); -lean_dec(x_327); -x_329 = lean_box(x_328); -switch (lean_obj_tag(x_329)) { +lean_object* x_163; uint8_t x_164; lean_object* x_165; +x_163 = lean_array_fget(x_41, x_9); +x_164 = lean_unbox(x_163); +lean_dec(x_163); +x_165 = lean_box(x_164); +switch (lean_obj_tag(x_165)) { case 1: { -lean_object* x_330; lean_object* x_331; -lean_dec(x_243); +lean_object* x_166; lean_object* x_167; +lean_dec(x_45); lean_dec(x_44); -x_330 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -x_331 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_330, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_331) == 0) -{ -lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; -x_332 = lean_ctor_get(x_331, 1); -lean_inc(x_332); -lean_dec(x_331); -if (lean_is_scalar(x_36)) { - x_333 = lean_alloc_ctor(0, 2, 0); -} else { - x_333 = x_36; -} -lean_ctor_set(x_333, 0, x_34); -lean_ctor_set(x_333, 1, x_35); -if (lean_is_scalar(x_33)) { - x_334 = lean_alloc_ctor(0, 2, 0); -} else { - x_334 = x_33; -} -lean_ctor_set(x_334, 0, x_32); -lean_ctor_set(x_334, 1, x_333); -x_335 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_335, 0, x_334); -x_23 = x_335; -x_24 = x_332; -goto block_30; -} -else -{ -uint8_t x_336; lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_3); -x_336 = !lean_is_exclusive(x_331); -if (x_336 == 0) -{ -return x_331; -} -else -{ -lean_object* x_337; lean_object* x_338; lean_object* x_339; -x_337 = lean_ctor_get(x_331, 0); -x_338 = lean_ctor_get(x_331, 1); -lean_inc(x_338); -lean_inc(x_337); -lean_dec(x_331); -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; -} -} -} -case 2: -{ -if (x_1 == 0) -{ -uint8_t x_340; -x_340 = l_Lean_Meta_ParamInfo_isExplicit(x_243); -lean_dec(x_243); -if (x_340 == 0) -{ -lean_object* x_341; +x_166 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -lean_inc(x_44); -x_341 = l_Lean_Meta_mkEqRefl(x_44, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_341) == 0) -{ -lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; -x_342 = lean_ctor_get(x_341, 0); -lean_inc(x_342); -x_343 = lean_ctor_get(x_341, 1); -lean_inc(x_343); -lean_dec(x_341); -lean_inc(x_44); -x_344 = l_Lean_mkApp3(x_35, x_44, x_44, x_342); -if (lean_is_scalar(x_36)) { - x_345 = lean_alloc_ctor(0, 2, 0); -} else { - x_345 = x_36; -} -lean_ctor_set(x_345, 0, x_34); -lean_ctor_set(x_345, 1, x_344); -if (lean_is_scalar(x_33)) { - x_346 = lean_alloc_ctor(0, 2, 0); -} else { - x_346 = x_33; -} -lean_ctor_set(x_346, 0, x_32); -lean_ctor_set(x_346, 1, x_345); -x_347 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_347, 0, x_346); -x_23 = x_347; -x_24 = x_343; +x_167 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_166, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_167) == 0) +{ +lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_168 = lean_ctor_get(x_167, 1); +lean_inc(x_168); +lean_dec(x_167); +x_169 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_169, 0, x_34); +lean_ctor_set(x_169, 1, x_35); +x_170 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_170, 0, x_32); +lean_ctor_set(x_170, 1, x_169); +x_171 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_171, 0, x_170); +x_23 = x_171; +x_24 = x_168; goto block_30; } else { -uint8_t x_348; -lean_dec(x_44); -lean_dec(x_36); +uint8_t x_172; lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -3035,91 +1797,83 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_348 = !lean_is_exclusive(x_341); -if (x_348 == 0) +x_172 = !lean_is_exclusive(x_167); +if (x_172 == 0) { -return x_341; +return x_167; } else { -lean_object* x_349; lean_object* x_350; lean_object* x_351; -x_349 = lean_ctor_get(x_341, 0); -x_350 = lean_ctor_get(x_341, 1); -lean_inc(x_350); -lean_inc(x_349); -lean_dec(x_341); -x_351 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_351, 0, x_349); -lean_ctor_set(x_351, 1, x_350); -return x_351; +lean_object* x_173; lean_object* x_174; lean_object* x_175; +x_173 = lean_ctor_get(x_167, 0); +x_174 = lean_ctor_get(x_167, 1); +lean_inc(x_174); +lean_inc(x_173); +lean_dec(x_167); +x_175 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_175, 0, x_173); +lean_ctor_set(x_175, 1, x_174); +return x_175; } } } -else +case 2: { -lean_object* x_352; lean_dec(x_36); lean_dec(x_33); -x_352 = lean_box(0); -x_45 = x_352; -goto block_76; -} +if (x_1 == 0) +{ +uint8_t x_176; +x_176 = l_Lean_Meta_ParamInfo_isExplicit(x_45); +lean_dec(x_45); +x_63 = x_176; +goto block_105; } else { -lean_object* x_353; -lean_dec(x_243); -lean_dec(x_36); -lean_dec(x_33); -x_353 = lean_box(0); -x_45 = x_353; -goto block_76; +uint8_t x_177; +lean_dec(x_45); +x_177 = 1; +x_63 = x_177; +goto block_105; } } case 4: { -lean_object* x_354; lean_object* x_355; -lean_dec(x_243); +lean_object* x_178; lean_object* x_179; +lean_dec(x_45); lean_dec(x_44); -x_354 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; +lean_dec(x_36); +lean_dec(x_33); +x_178 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___closed__4; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_355 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_354, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_355) == 0) -{ -lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; -x_356 = lean_ctor_get(x_355, 1); -lean_inc(x_356); -lean_dec(x_355); -if (lean_is_scalar(x_36)) { - x_357 = lean_alloc_ctor(0, 2, 0); -} else { - x_357 = x_36; -} -lean_ctor_set(x_357, 0, x_34); -lean_ctor_set(x_357, 1, x_35); -if (lean_is_scalar(x_33)) { - x_358 = lean_alloc_ctor(0, 2, 0); -} else { - x_358 = x_33; -} -lean_ctor_set(x_358, 0, x_32); -lean_ctor_set(x_358, 1, x_357); -x_359 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_359, 0, x_358); -x_23 = x_359; -x_24 = x_356; +x_179 = l_panic___at_Lean_Elab_Tactic_Conv_congr___spec__2(x_178, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_179) == 0) +{ +lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; +x_180 = lean_ctor_get(x_179, 1); +lean_inc(x_180); +lean_dec(x_179); +x_181 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_181, 0, x_34); +lean_ctor_set(x_181, 1, x_35); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_32); +lean_ctor_set(x_182, 1, x_181); +x_183 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_183, 0, x_182); +x_23 = x_183; +x_24 = x_180; goto block_30; } else { -uint8_t x_360; -lean_dec(x_36); +uint8_t x_184; lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -3128,104 +1882,96 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_360 = !lean_is_exclusive(x_355); -if (x_360 == 0) +x_184 = !lean_is_exclusive(x_179); +if (x_184 == 0) { -return x_355; +return x_179; } else { -lean_object* x_361; lean_object* x_362; lean_object* x_363; -x_361 = lean_ctor_get(x_355, 0); -x_362 = lean_ctor_get(x_355, 1); -lean_inc(x_362); -lean_inc(x_361); -lean_dec(x_355); -x_363 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_363, 0, x_361); -lean_ctor_set(x_363, 1, x_362); -return x_363; +lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_185 = lean_ctor_get(x_179, 0); +x_186 = lean_ctor_get(x_179, 1); +lean_inc(x_186); +lean_inc(x_185); +lean_dec(x_179); +x_187 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_187, 0, x_185); +lean_ctor_set(x_187, 1, x_186); +return x_187; } } } case 5: { -lean_object* x_364; lean_object* x_365; -lean_dec(x_243); -x_364 = l_Lean_Expr_app___override(x_35, x_44); +lean_object* x_188; lean_object* x_189; +lean_dec(x_45); +lean_dec(x_36); +lean_dec(x_33); +x_188 = l_Lean_Expr_app___override(x_35, x_44); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -lean_inc(x_364); -x_365 = lean_infer_type(x_364, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_365) == 0) -{ -lean_object* x_366; lean_object* x_367; lean_object* x_368; -x_366 = lean_ctor_get(x_365, 0); -lean_inc(x_366); -x_367 = lean_ctor_get(x_365, 1); -lean_inc(x_367); -lean_dec(x_365); +lean_inc(x_188); +x_189 = lean_infer_type(x_188, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_189) == 0) +{ +lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_190 = lean_ctor_get(x_189, 0); +lean_inc(x_190); +x_191 = lean_ctor_get(x_189, 1); +lean_inc(x_191); +lean_dec(x_189); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_368 = lean_whnf(x_366, x_13, x_14, x_15, x_16, x_367); -if (lean_obj_tag(x_368) == 0) -{ -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; lean_object* x_383; lean_object* x_384; -x_369 = lean_ctor_get(x_368, 0); -lean_inc(x_369); -x_370 = lean_ctor_get(x_368, 1); -lean_inc(x_370); -lean_dec(x_368); -x_371 = l_Lean_Expr_bindingDomain_x21(x_369); -lean_dec(x_369); -x_372 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_372, 0, x_371); -x_373 = 0; -x_374 = lean_box(0); +x_192 = lean_whnf(x_190, x_13, x_14, x_15, x_16, x_191); +if (lean_obj_tag(x_192) == 0) +{ +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_193 = lean_ctor_get(x_192, 0); +lean_inc(x_193); +x_194 = lean_ctor_get(x_192, 1); +lean_inc(x_194); +lean_dec(x_192); +x_195 = l_Lean_Expr_bindingDomain_x21(x_193); +lean_dec(x_193); +x_196 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_196, 0, x_195); +x_197 = 0; +x_198 = lean_box(0); lean_inc(x_13); -x_375 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_372, x_373, x_374, x_13, x_14, x_15, x_16, x_370); -x_376 = lean_ctor_get(x_375, 0); -lean_inc(x_376); -x_377 = lean_ctor_get(x_375, 1); -lean_inc(x_377); -lean_dec(x_375); -lean_inc(x_376); -x_378 = l_Lean_Expr_app___override(x_364, x_376); -x_379 = l_Lean_Expr_mvarId_x21(x_376); -x_380 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_380, 0, x_379); -x_381 = lean_array_push(x_34, x_380); -if (lean_is_scalar(x_36)) { - x_382 = lean_alloc_ctor(0, 2, 0); -} else { - x_382 = x_36; -} -lean_ctor_set(x_382, 0, x_381); -lean_ctor_set(x_382, 1, x_378); -if (lean_is_scalar(x_33)) { - x_383 = lean_alloc_ctor(0, 2, 0); -} else { - x_383 = x_33; -} -lean_ctor_set(x_383, 0, x_32); -lean_ctor_set(x_383, 1, x_382); -x_384 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_384, 0, x_383); -x_23 = x_384; -x_24 = x_377; +x_199 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_196, x_197, x_198, x_13, x_14, x_15, x_16, x_194); +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); +lean_inc(x_200); +x_202 = l_Lean_Expr_app___override(x_188, x_200); +x_203 = l_Lean_Expr_mvarId_x21(x_200); +x_204 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_204, 0, x_203); +x_205 = lean_array_push(x_34, x_204); +x_206 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_206, 0, x_205); +lean_ctor_set(x_206, 1, x_202); +x_207 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_207, 0, x_32); +lean_ctor_set(x_207, 1, x_206); +x_208 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_208, 0, x_207); +x_23 = x_208; +x_24 = x_201; goto block_30; } else { -uint8_t x_385; -lean_dec(x_364); -lean_dec(x_36); +uint8_t x_209; +lean_dec(x_188); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -3234,33 +1980,31 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_385 = !lean_is_exclusive(x_368); -if (x_385 == 0) +x_209 = !lean_is_exclusive(x_192); +if (x_209 == 0) { -return x_368; +return x_192; } else { -lean_object* x_386; lean_object* x_387; lean_object* x_388; -x_386 = lean_ctor_get(x_368, 0); -x_387 = lean_ctor_get(x_368, 1); -lean_inc(x_387); -lean_inc(x_386); -lean_dec(x_368); -x_388 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_388, 0, x_386); -lean_ctor_set(x_388, 1, x_387); -return x_388; +lean_object* x_210; lean_object* x_211; lean_object* x_212; +x_210 = lean_ctor_get(x_192, 0); +x_211 = lean_ctor_get(x_192, 1); +lean_inc(x_211); +lean_inc(x_210); +lean_dec(x_192); +x_212 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_212, 0, x_210); +lean_ctor_set(x_212, 1, x_211); +return x_212; } } } else { -uint8_t x_389; -lean_dec(x_364); -lean_dec(x_36); +uint8_t x_213; +lean_dec(x_188); lean_dec(x_34); -lean_dec(x_33); lean_dec(x_32); lean_dec(x_22); lean_dec(x_16); @@ -3269,142 +2013,215 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_389 = !lean_is_exclusive(x_365); -if (x_389 == 0) +x_213 = !lean_is_exclusive(x_189); +if (x_213 == 0) { -return x_365; +return x_189; } else { -lean_object* x_390; lean_object* x_391; lean_object* x_392; -x_390 = lean_ctor_get(x_365, 0); -x_391 = lean_ctor_get(x_365, 1); -lean_inc(x_391); -lean_inc(x_390); -lean_dec(x_365); -x_392 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_392, 0, x_390); -lean_ctor_set(x_392, 1, x_391); -return x_392; +lean_object* x_214; lean_object* x_215; lean_object* x_216; +x_214 = lean_ctor_get(x_189, 0); +x_215 = lean_ctor_get(x_189, 1); +lean_inc(x_215); +lean_inc(x_214); +lean_dec(x_189); +x_216 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_216, 0, x_214); +lean_ctor_set(x_216, 1, x_215); +return x_216; } } } default: { -lean_object* x_393; -lean_dec(x_329); -x_393 = l_Lean_Expr_app___override(x_35, x_44); +lean_object* x_217; +lean_dec(x_165); +x_217 = lean_box(0); +x_46 = x_217; +goto block_62; +} +} +} +block_62: +{ +lean_object* x_47; +lean_dec(x_46); +x_47 = l_Lean_Expr_app___override(x_35, x_44); if (x_1 == 0) { -uint8_t x_394; -x_394 = l_Lean_Meta_ParamInfo_isExplicit(x_243); -lean_dec(x_243); -if (x_394 == 0) +uint8_t x_48; +x_48 = l_Lean_Meta_ParamInfo_isExplicit(x_45); +lean_dec(x_45); +if (x_48 == 0) { -lean_object* x_395; lean_object* x_396; lean_object* x_397; +lean_object* x_49; lean_object* x_50; lean_object* x_51; if (lean_is_scalar(x_36)) { - x_395 = lean_alloc_ctor(0, 2, 0); + x_49 = lean_alloc_ctor(0, 2, 0); } else { - x_395 = x_36; + x_49 = x_36; } -lean_ctor_set(x_395, 0, x_34); -lean_ctor_set(x_395, 1, x_393); +lean_ctor_set(x_49, 0, x_34); +lean_ctor_set(x_49, 1, x_47); if (lean_is_scalar(x_33)) { - x_396 = lean_alloc_ctor(0, 2, 0); + x_50 = lean_alloc_ctor(0, 2, 0); } else { - x_396 = x_33; + x_50 = x_33; } -lean_ctor_set(x_396, 0, x_32); -lean_ctor_set(x_396, 1, x_395); -x_397 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_397, 0, x_396); -x_23 = x_397; +lean_ctor_set(x_50, 0, x_32); +lean_ctor_set(x_50, 1, x_49); +x_51 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_51, 0, x_50); +x_23 = x_51; x_24 = x_17; goto block_30; } else { -lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; -x_398 = lean_box(0); -x_399 = lean_array_push(x_32, x_398); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_52 = lean_box(0); +x_53 = lean_array_push(x_32, x_52); if (lean_is_scalar(x_36)) { - x_400 = lean_alloc_ctor(0, 2, 0); + x_54 = lean_alloc_ctor(0, 2, 0); } else { - x_400 = x_36; + x_54 = x_36; } -lean_ctor_set(x_400, 0, x_34); -lean_ctor_set(x_400, 1, x_393); +lean_ctor_set(x_54, 0, x_34); +lean_ctor_set(x_54, 1, x_47); if (lean_is_scalar(x_33)) { - x_401 = lean_alloc_ctor(0, 2, 0); + x_55 = lean_alloc_ctor(0, 2, 0); } else { - x_401 = x_33; + x_55 = x_33; } -lean_ctor_set(x_401, 0, x_399); -lean_ctor_set(x_401, 1, x_400); -x_402 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_402, 0, x_401); -x_23 = x_402; +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_23 = x_56; x_24 = x_17; goto block_30; } } else { -lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; -lean_dec(x_243); -x_403 = lean_box(0); -x_404 = lean_array_push(x_32, x_403); +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +lean_dec(x_45); +x_57 = lean_box(0); +x_58 = lean_array_push(x_32, x_57); if (lean_is_scalar(x_36)) { - x_405 = lean_alloc_ctor(0, 2, 0); + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_405 = x_36; + x_59 = x_36; } -lean_ctor_set(x_405, 0, x_34); -lean_ctor_set(x_405, 1, x_393); +lean_ctor_set(x_59, 0, x_34); +lean_ctor_set(x_59, 1, x_47); if (lean_is_scalar(x_33)) { - x_406 = lean_alloc_ctor(0, 2, 0); + x_60 = lean_alloc_ctor(0, 2, 0); } else { - x_406 = x_33; + x_60 = x_33; } -lean_ctor_set(x_406, 0, x_404); -lean_ctor_set(x_406, 1, x_405); -x_407 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_407, 0, x_406); -x_23 = x_407; +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_60); +x_23 = x_61; x_24 = x_17; goto block_30; } } +block_105: +{ +if (x_63 == 0) +{ +lean_object* x_64; +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_44); +x_64 = l_Lean_Meta_mkEqRefl(x_44, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_64) == 0) +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_64, 1); +lean_inc(x_66); +lean_dec(x_64); +lean_inc(x_44); +x_67 = l_Lean_mkApp3(x_35, x_44, x_44, x_65); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_34); +lean_ctor_set(x_68, 1, x_67); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_32); +lean_ctor_set(x_69, 1, x_68); +x_70 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_70, 0, x_69); +x_23 = x_70; +x_24 = x_66; +goto block_30; +} +else +{ +uint8_t x_71; +lean_dec(x_44); +lean_dec(x_35); +lean_dec(x_34); +lean_dec(x_32); +lean_dec(x_22); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_3); +x_71 = !lean_is_exclusive(x_64); +if (x_71 == 0) +{ +return x_64; +} +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_64, 0); +x_73 = lean_ctor_get(x_64, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_64); +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; } } } -block_76: +else { -lean_dec(x_45); if (x_2 == 0) { -lean_object* x_46; +lean_object* x_75; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_3); -x_46 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___lambda__1(x_44, x_34, x_32, x_35, x_3, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_46) == 0) +x_75 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___lambda__1(x_44, x_34, x_32, x_35, x_3, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_75) == 0) { -lean_object* x_47; lean_object* x_48; -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_23 = x_47; -x_24 = x_48; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +lean_dec(x_75); +x_23 = x_76; +x_24 = x_77; goto block_30; } else { -uint8_t x_49; +uint8_t x_78; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -3412,80 +2229,80 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_49 = !lean_is_exclusive(x_46); -if (x_49 == 0) +x_78 = !lean_is_exclusive(x_75); +if (x_78 == 0) { -return x_46; +return x_75; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_46, 0); -x_51 = lean_ctor_get(x_46, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_46); -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_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_75, 0); +x_80 = lean_ctor_get(x_75, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_75); +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_53; +lean_object* x_82; lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_35); -x_53 = lean_infer_type(x_35, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_53) == 0) +x_82 = lean_infer_type(x_35, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_82) == 0) { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); +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_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_56 = lean_whnf(x_54, x_13, x_14, x_15, x_16, x_55); -if (lean_obj_tag(x_56) == 0) +x_85 = lean_whnf(x_83, x_13, x_14, x_15, x_16, x_84); +if (lean_obj_tag(x_85) == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -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); -x_59 = l_Lean_Expr_bindingName_x21(x_57); -lean_dec(x_57); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +lean_dec(x_85); +x_88 = l_Lean_Expr_bindingName_x21(x_86); +lean_dec(x_86); lean_inc(x_3); -x_60 = l_Lean_Meta_appendTag(x_3, x_59); +x_89 = l_Lean_Meta_appendTag(x_3, x_88); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_61 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___lambda__1(x_44, x_34, x_32, x_35, x_60, x_13, x_14, x_15, x_16, x_58); -if (lean_obj_tag(x_61) == 0) +x_90 = l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_Conv_congr___spec__3___lambda__1(x_44, x_34, x_32, x_35, x_89, x_13, x_14, x_15, x_16, x_87); +if (lean_obj_tag(x_90) == 0) { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_23 = x_62; -x_24 = x_63; +lean_object* x_91; lean_object* x_92; +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_23 = x_91; +x_24 = x_92; goto block_30; } else { -uint8_t x_64; +uint8_t x_93; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -3493,29 +2310,29 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_64 = !lean_is_exclusive(x_61); -if (x_64 == 0) +x_93 = !lean_is_exclusive(x_90); +if (x_93 == 0) { -return x_61; +return x_90; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_61, 0); -x_66 = lean_ctor_get(x_61, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_61); -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; +lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_90, 0); +x_95 = lean_ctor_get(x_90, 1); +lean_inc(x_95); +lean_inc(x_94); +lean_dec(x_90); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } } else { -uint8_t x_68; +uint8_t x_97; lean_dec(x_44); lean_dec(x_35); lean_dec(x_34); @@ -3527,29 +2344,29 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_68 = !lean_is_exclusive(x_56); -if (x_68 == 0) +x_97 = !lean_is_exclusive(x_85); +if (x_97 == 0) { -return x_56; +return x_85; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_56, 0); -x_70 = lean_ctor_get(x_56, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_56); -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; +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_85, 0); +x_99 = lean_ctor_get(x_85, 1); +lean_inc(x_99); +lean_inc(x_98); +lean_dec(x_85); +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; } } } else { -uint8_t x_72; +uint8_t x_101; lean_dec(x_44); lean_dec(x_35); lean_dec(x_34); @@ -3561,23 +2378,25 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_9); lean_dec(x_3); -x_72 = !lean_is_exclusive(x_53); -if (x_72 == 0) +x_101 = !lean_is_exclusive(x_82); +if (x_101 == 0) { -return x_53; +return x_82; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_53, 0); -x_74 = lean_ctor_get(x_53, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_53); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_82, 0); +x_103 = lean_ctor_get(x_82, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_82); +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; +} +} } } } @@ -3586,7 +2405,7 @@ return x_75; } else { -lean_object* x_412; +lean_object* x_226; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -3594,15 +2413,15 @@ lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_3); -x_412 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_412, 0, x_12); -lean_ctor_set(x_412, 1, x_17); -return x_412; +x_226 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_226, 0, x_12); +lean_ctor_set(x_226, 1, x_17); +return x_226; } } else { -lean_object* x_413; +lean_object* x_227; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -3610,10 +2429,10 @@ lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_3); -x_413 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_413, 0, x_12); -lean_ctor_set(x_413, 1, x_17); -return x_413; +x_227 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_227, 0, x_12); +lean_ctor_set(x_227, 1, x_17); +return x_227; } } } @@ -5100,202 +3919,245 @@ return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; x_14 = lean_ctor_get(x_2, 0); lean_inc(x_14); x_15 = lean_ctor_get(x_2, 1); lean_inc(x_15); lean_dec(x_2); -x_16 = lean_ctor_get(x_3, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_3, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_3, 2); -lean_inc(x_18); -x_19 = lean_nat_dec_lt(x_16, x_17); -if (x_19 == 0) +x_23 = lean_ctor_get(x_3, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_3, 1); +lean_inc(x_24); +x_25 = lean_ctor_get(x_3, 2); +lean_inc(x_25); +x_26 = lean_nat_dec_lt(x_23, x_24); +if (x_26 == 0) { -lean_object* x_20; -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); +lean_object* x_27; +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_23); lean_dec(x_14); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_3); -lean_ctor_set(x_20, 1, x_12); -return x_20; +x_27 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_27, 0, x_3); +x_16 = x_27; +x_17 = x_12; +goto block_22; } else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_3); -if (x_21 == 0) +uint8_t x_28; +x_28 = !lean_is_exclusive(x_3); +if (x_28 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_22 = lean_ctor_get(x_3, 2); -lean_dec(x_22); -x_23 = lean_ctor_get(x_3, 1); -lean_dec(x_23); -x_24 = lean_ctor_get(x_3, 0); -lean_dec(x_24); -x_25 = lean_nat_add(x_16, x_18); -lean_ctor_set(x_3, 0, x_25); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_3, 2); +lean_dec(x_29); +x_30 = lean_ctor_get(x_3, 1); +lean_dec(x_30); +x_31 = lean_ctor_get(x_3, 0); +lean_dec(x_31); +x_32 = lean_nat_add(x_23, x_25); +lean_ctor_set(x_3, 0, x_32); if (lean_obj_tag(x_14) == 0) { -lean_dec(x_16); -x_2 = x_15; -goto _start; +lean_object* x_33; +lean_dec(x_23); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_3); +x_16 = x_33; +x_17 = x_12; +goto block_22; } else { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_14, 0); -lean_inc(x_27); +lean_object* x_34; uint8_t x_35; +x_34 = lean_ctor_get(x_14, 0); +lean_inc(x_34); lean_dec(x_14); -x_28 = lean_nat_dec_eq(x_1, x_16); -lean_dec(x_16); -if (x_28 == 0) +x_35 = lean_nat_dec_eq(x_1, x_23); +lean_dec(x_23); +if (x_35 == 0) { -lean_object* x_29; +lean_object* x_36; lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_29 = l_Lean_MVarId_refl(x_27, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_29) == 0) +x_36 = l_Lean_MVarId_refl(x_34, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_30; -x_30 = lean_ctor_get(x_29, 1); -lean_inc(x_30); -lean_dec(x_29); -x_2 = x_15; -x_12 = x_30; -goto _start; +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +lean_dec(x_36); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_3); +x_16 = x_38; +x_17 = x_37; +goto block_22; } else { -uint8_t x_32; +uint8_t x_39; lean_dec(x_3); lean_dec(x_15); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -x_32 = !lean_is_exclusive(x_29); -if (x_32 == 0) +x_39 = !lean_is_exclusive(x_36); +if (x_39 == 0) { -return x_29; +return x_36; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_29, 0); -x_34 = lean_ctor_get(x_29, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_29); -x_35 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_35, 0, x_33); -lean_ctor_set(x_35, 1, x_34); -return x_35; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_36, 0); +x_41 = lean_ctor_get(x_36, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_36); +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 { -lean_dec(x_27); -x_2 = x_15; -goto _start; +lean_object* x_43; +lean_dec(x_34); +x_43 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_3); +x_16 = x_43; +x_17 = x_12; +goto block_22; } } } else { -lean_object* x_37; lean_object* x_38; +lean_object* x_44; lean_object* x_45; lean_dec(x_3); -x_37 = lean_nat_add(x_16, x_18); -x_38 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_17); -lean_ctor_set(x_38, 2, x_18); +x_44 = lean_nat_add(x_23, x_25); +x_45 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_24); +lean_ctor_set(x_45, 2, x_25); if (lean_obj_tag(x_14) == 0) { -lean_dec(x_16); -x_2 = x_15; -x_3 = x_38; -goto _start; +lean_object* x_46; +lean_dec(x_23); +x_46 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_16 = x_46; +x_17 = x_12; +goto block_22; } else { -lean_object* x_40; uint8_t x_41; -x_40 = lean_ctor_get(x_14, 0); -lean_inc(x_40); +lean_object* x_47; uint8_t x_48; +x_47 = lean_ctor_get(x_14, 0); +lean_inc(x_47); lean_dec(x_14); -x_41 = lean_nat_dec_eq(x_1, x_16); -lean_dec(x_16); -if (x_41 == 0) +x_48 = lean_nat_dec_eq(x_1, x_23); +lean_dec(x_23); +if (x_48 == 0) { -lean_object* x_42; +lean_object* x_49; lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_42 = l_Lean_MVarId_refl(x_40, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_42) == 0) +x_49 = l_Lean_MVarId_refl(x_47, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_49) == 0) { -lean_object* x_43; -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_2 = x_15; -x_3 = x_38; -x_12 = x_43; -goto _start; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_49, 1); +lean_inc(x_50); +lean_dec(x_49); +x_51 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_51, 0, x_45); +x_16 = x_51; +x_17 = x_50; +goto block_22; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -lean_dec(x_38); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_45); lean_dec(x_15); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -x_45 = lean_ctor_get(x_42, 0); -lean_inc(x_45); -x_46 = lean_ctor_get(x_42, 1); -lean_inc(x_46); -if (lean_is_exclusive(x_42)) { - lean_ctor_release(x_42, 0); - lean_ctor_release(x_42, 1); - x_47 = x_42; +x_52 = lean_ctor_get(x_49, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_49, 1); +lean_inc(x_53); +if (lean_is_exclusive(x_49)) { + lean_ctor_release(x_49, 0); + lean_ctor_release(x_49, 1); + x_54 = x_49; } else { - lean_dec_ref(x_42); - x_47 = lean_box(0); + lean_dec_ref(x_49); + x_54 = lean_box(0); } -if (lean_is_scalar(x_47)) { - x_48 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_54)) { + x_55 = lean_alloc_ctor(1, 2, 0); } else { - x_48 = x_47; + x_55 = x_54; } -lean_ctor_set(x_48, 0, x_45); -lean_ctor_set(x_48, 1, x_46); -return x_48; +lean_ctor_set(x_55, 0, x_52); +lean_ctor_set(x_55, 1, x_53); +return x_55; } } else { -lean_dec(x_40); -x_2 = x_15; -x_3 = x_38; -goto _start; +lean_object* x_56; +lean_dec(x_47); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_45); +x_16 = x_56; +x_17 = x_12; +goto block_22; +} +} +} } +block_22: +{ +if (lean_obj_tag(x_16) == 0) +{ +lean_object* x_18; lean_object* x_19; +lean_dec(x_15); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +x_18 = lean_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +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; +x_20 = lean_ctor_get(x_16, 0); +lean_inc(x_20); +lean_dec(x_16); +x_2 = x_15; +x_3 = x_20; +x_12 = x_17; +goto _start; } } } diff --git a/stage0/stdlib/Lean/Elab/Tactic/Conv/Pattern.c b/stage0/stdlib/Lean/Elab/Tactic/Conv/Pattern.c index 6608251e581c..4484d62c93a4 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Conv/Pattern.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Conv/Pattern.c @@ -272,388 +272,405 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_Conv_matchPattern_x3f_go_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -lean_object* x_8; lean_object* x_9; uint8_t x_10; +uint8_t x_8; lean_object* x_95; lean_object* x_96; uint8_t x_97; lean_inc(x_2); -x_8 = l_Lean_Expr_toHeadIndex(x_2); +x_95 = l_Lean_Expr_toHeadIndex(x_2); lean_inc(x_1); -x_9 = l_Lean_Expr_toHeadIndex(x_1); -x_10 = l___private_Lean_HeadIndex_0__Lean_beqHeadIndex____x40_Lean_HeadIndex___hyg_67_(x_8, x_9); -lean_dec(x_9); -lean_dec(x_8); -if (x_10 == 0) +x_96 = l_Lean_Expr_toHeadIndex(x_1); +x_97 = l___private_Lean_HeadIndex_0__Lean_beqHeadIndex____x40_Lean_HeadIndex___hyg_67_(x_95, x_96); +lean_dec(x_96); +lean_dec(x_95); +if (x_97 == 0) { -lean_object* x_11; lean_object* x_12; -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_11 = lean_box(0); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_7); -return x_12; +uint8_t x_98; +x_98 = 1; +x_8 = x_98; +goto block_94; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; +uint8_t x_99; +x_99 = 0; +x_8 = x_99; +goto block_94; +} +block_94: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; uint8_t x_11; 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_13 = l_Lean_Meta_isExprDefEqGuarded(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -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) +x_9 = l_Lean_Meta_isExprDefEqGuarded(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) { -uint8_t x_16; -x_16 = !lean_is_exclusive(x_13); -if (x_16 == 0) +uint8_t x_12; +x_12 = !lean_is_exclusive(x_9); +if (x_12 == 0) { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_ctor_get(x_13, 1); -x_18 = lean_ctor_get(x_13, 0); -lean_dec(x_18); -x_19 = l_Lean_Expr_isApp(x_2); -if (x_19 == 0) +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_9, 1); +x_14 = lean_ctor_get(x_9, 0); +lean_dec(x_14); +x_15 = l_Lean_Expr_isApp(x_2); +if (x_15 == 0) { -lean_object* x_20; +lean_object* x_16; 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_20 = lean_box(0); -lean_ctor_set(x_13, 0, x_20); -return x_13; +x_16 = lean_box(0); +lean_ctor_set(x_9, 0, x_16); +return x_9; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_free_object(x_13); -x_21 = l_Lean_Expr_appFn_x21(x_2); -x_22 = l_Lean_Elab_Tactic_Conv_matchPattern_x3f_go_x3f(x_1, x_21, x_3, x_4, x_5, x_6, x_17); -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -if (lean_obj_tag(x_23) == 0) +lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_free_object(x_9); +x_17 = l_Lean_Expr_appFn_x21(x_2); +x_18 = l_Lean_Elab_Tactic_Conv_matchPattern_x3f_go_x3f(x_1, x_17, x_3, x_4, x_5, x_6, x_13); +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +if (lean_obj_tag(x_19) == 0) { -uint8_t x_24; +uint8_t x_20; lean_dec(x_2); -x_24 = !lean_is_exclusive(x_22); -if (x_24 == 0) +x_20 = !lean_is_exclusive(x_18); +if (x_20 == 0) { -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_22, 0); -lean_dec(x_25); -x_26 = lean_box(0); -lean_ctor_set(x_22, 0, x_26); -return x_22; +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_18, 0); +lean_dec(x_21); +x_22 = lean_box(0); +lean_ctor_set(x_18, 0, x_22); +return x_18; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_22, 1); -lean_inc(x_27); -lean_dec(x_22); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_27); -return x_29; +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_18, 1); +lean_inc(x_23); +lean_dec(x_18); +x_24 = lean_box(0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_23); +return x_25; } } else { -uint8_t x_30; -x_30 = !lean_is_exclusive(x_23); -if (x_30 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_19); +if (x_26 == 0) { -uint8_t x_31; -x_31 = !lean_is_exclusive(x_22); -if (x_31 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_18); +if (x_27 == 0) { -lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_32 = lean_ctor_get(x_23, 0); -x_33 = lean_ctor_get(x_22, 0); -lean_dec(x_33); -x_34 = !lean_is_exclusive(x_32); -if (x_34 == 0) +lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_28 = lean_ctor_get(x_19, 0); +x_29 = lean_ctor_get(x_18, 0); +lean_dec(x_29); +x_30 = !lean_is_exclusive(x_28); +if (x_30 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_32, 1); -x_36 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_28, 1); +x_32 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_37 = lean_array_push(x_35, x_36); -lean_ctor_set(x_32, 1, x_37); -return x_22; +x_33 = lean_array_push(x_31, x_32); +lean_ctor_set(x_28, 1, x_33); +return x_18; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_38 = lean_ctor_get(x_32, 0); -x_39 = lean_ctor_get(x_32, 1); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_32); -x_40 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +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 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_41 = lean_array_push(x_39, x_40); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_38); -lean_ctor_set(x_42, 1, x_41); -lean_ctor_set(x_23, 0, x_42); -return x_22; +x_37 = lean_array_push(x_35, x_36); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_34); +lean_ctor_set(x_38, 1, x_37); +lean_ctor_set(x_19, 0, x_38); +return x_18; } } 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; -x_43 = lean_ctor_get(x_23, 0); -x_44 = lean_ctor_get(x_22, 1); -lean_inc(x_44); -lean_dec(x_22); -x_45 = lean_ctor_get(x_43, 0); -lean_inc(x_45); -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -if (lean_is_exclusive(x_43)) { - lean_ctor_release(x_43, 0); - lean_ctor_release(x_43, 1); - x_47 = x_43; +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_39 = lean_ctor_get(x_19, 0); +x_40 = lean_ctor_get(x_18, 1); +lean_inc(x_40); +lean_dec(x_18); +x_41 = lean_ctor_get(x_39, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_39, 1); +lean_inc(x_42); +if (lean_is_exclusive(x_39)) { + lean_ctor_release(x_39, 0); + lean_ctor_release(x_39, 1); + x_43 = x_39; } else { - lean_dec_ref(x_43); - x_47 = lean_box(0); + lean_dec_ref(x_39); + x_43 = lean_box(0); } -x_48 = l_Lean_Expr_appArg_x21(x_2); +x_44 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_49 = lean_array_push(x_46, x_48); -if (lean_is_scalar(x_47)) { - x_50 = lean_alloc_ctor(0, 2, 0); +x_45 = lean_array_push(x_42, x_44); +if (lean_is_scalar(x_43)) { + x_46 = lean_alloc_ctor(0, 2, 0); } else { - x_50 = x_47; + x_46 = x_43; } -lean_ctor_set(x_50, 0, x_45); -lean_ctor_set(x_50, 1, x_49); -lean_ctor_set(x_23, 0, x_50); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_23); -lean_ctor_set(x_51, 1, x_44); -return x_51; +lean_ctor_set(x_46, 0, x_41); +lean_ctor_set(x_46, 1, x_45); +lean_ctor_set(x_19, 0, x_46); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_19); +lean_ctor_set(x_47, 1, x_40); +return x_47; } } 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; lean_object* x_62; -x_52 = lean_ctor_get(x_23, 0); -lean_inc(x_52); -lean_dec(x_23); -x_53 = lean_ctor_get(x_22, 1); -lean_inc(x_53); -if (lean_is_exclusive(x_22)) { - lean_ctor_release(x_22, 0); - lean_ctor_release(x_22, 1); - x_54 = x_22; +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; +x_48 = lean_ctor_get(x_19, 0); +lean_inc(x_48); +lean_dec(x_19); +x_49 = lean_ctor_get(x_18, 1); +lean_inc(x_49); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + x_50 = x_18; } else { - lean_dec_ref(x_22); - x_54 = lean_box(0); + lean_dec_ref(x_18); + x_50 = lean_box(0); } -x_55 = lean_ctor_get(x_52, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_52, 1); -lean_inc(x_56); -if (lean_is_exclusive(x_52)) { - lean_ctor_release(x_52, 0); - lean_ctor_release(x_52, 1); - x_57 = x_52; +x_51 = lean_ctor_get(x_48, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_48, 1); +lean_inc(x_52); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + lean_ctor_release(x_48, 1); + x_53 = x_48; } else { - lean_dec_ref(x_52); - x_57 = lean_box(0); + lean_dec_ref(x_48); + x_53 = lean_box(0); } -x_58 = l_Lean_Expr_appArg_x21(x_2); +x_54 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_59 = lean_array_push(x_56, x_58); -if (lean_is_scalar(x_57)) { - x_60 = lean_alloc_ctor(0, 2, 0); +x_55 = lean_array_push(x_52, x_54); +if (lean_is_scalar(x_53)) { + x_56 = lean_alloc_ctor(0, 2, 0); } else { - x_60 = x_57; -} -lean_ctor_set(x_60, 0, x_55); -lean_ctor_set(x_60, 1, x_59); -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_60); -if (lean_is_scalar(x_54)) { - x_62 = lean_alloc_ctor(0, 2, 0); + x_56 = x_53; +} +lean_ctor_set(x_56, 0, x_51); +lean_ctor_set(x_56, 1, x_55); +x_57 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_57, 0, x_56); +if (lean_is_scalar(x_50)) { + x_58 = lean_alloc_ctor(0, 2, 0); } else { - x_62 = x_54; + x_58 = x_50; } -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_53); -return x_62; +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_49); +return x_58; } } } } else { -lean_object* x_63; uint8_t x_64; -x_63 = lean_ctor_get(x_13, 1); -lean_inc(x_63); -lean_dec(x_13); -x_64 = l_Lean_Expr_isApp(x_2); -if (x_64 == 0) +lean_object* x_59; uint8_t x_60; +x_59 = lean_ctor_get(x_9, 1); +lean_inc(x_59); +lean_dec(x_9); +x_60 = l_Lean_Expr_isApp(x_2); +if (x_60 == 0) { -lean_object* x_65; lean_object* x_66; +lean_object* x_61; lean_object* x_62; 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_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_63); -return x_66; +x_61 = lean_box(0); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_59); +return x_62; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = l_Lean_Expr_appFn_x21(x_2); -x_68 = l_Lean_Elab_Tactic_Conv_matchPattern_x3f_go_x3f(x_1, x_67, x_3, x_4, x_5, x_6, x_63); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -if (lean_obj_tag(x_69) == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = l_Lean_Expr_appFn_x21(x_2); +x_64 = l_Lean_Elab_Tactic_Conv_matchPattern_x3f_go_x3f(x_1, x_63, x_3, x_4, x_5, x_6, x_59); +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +if (lean_obj_tag(x_65) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_dec(x_2); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -if (lean_is_exclusive(x_68)) { - lean_ctor_release(x_68, 0); - lean_ctor_release(x_68, 1); - x_71 = x_68; +x_66 = lean_ctor_get(x_64, 1); +lean_inc(x_66); +if (lean_is_exclusive(x_64)) { + lean_ctor_release(x_64, 0); + lean_ctor_release(x_64, 1); + x_67 = x_64; } else { - lean_dec_ref(x_68); - x_71 = lean_box(0); + lean_dec_ref(x_64); + x_67 = lean_box(0); } -x_72 = lean_box(0); -if (lean_is_scalar(x_71)) { - x_73 = lean_alloc_ctor(0, 2, 0); +x_68 = lean_box(0); +if (lean_is_scalar(x_67)) { + x_69 = lean_alloc_ctor(0, 2, 0); } else { - x_73 = x_71; + x_69 = x_67; } -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_70); -return x_73; +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_66); +return x_69; } else { -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; -x_74 = lean_ctor_get(x_69, 0); -lean_inc(x_74); -if (lean_is_exclusive(x_69)) { - lean_ctor_release(x_69, 0); - x_75 = 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_70 = lean_ctor_get(x_65, 0); +lean_inc(x_70); +if (lean_is_exclusive(x_65)) { + lean_ctor_release(x_65, 0); + x_71 = x_65; } else { - lean_dec_ref(x_69); - x_75 = lean_box(0); -} -x_76 = lean_ctor_get(x_68, 1); -lean_inc(x_76); -if (lean_is_exclusive(x_68)) { - lean_ctor_release(x_68, 0); - lean_ctor_release(x_68, 1); - x_77 = x_68; + lean_dec_ref(x_65); + x_71 = lean_box(0); +} +x_72 = lean_ctor_get(x_64, 1); +lean_inc(x_72); +if (lean_is_exclusive(x_64)) { + lean_ctor_release(x_64, 0); + lean_ctor_release(x_64, 1); + x_73 = x_64; } else { - lean_dec_ref(x_68); - x_77 = lean_box(0); + lean_dec_ref(x_64); + x_73 = lean_box(0); } -x_78 = lean_ctor_get(x_74, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_74, 1); -lean_inc(x_79); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - lean_ctor_release(x_74, 1); - x_80 = x_74; +x_74 = lean_ctor_get(x_70, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_70, 1); +lean_inc(x_75); +if (lean_is_exclusive(x_70)) { + lean_ctor_release(x_70, 0); + lean_ctor_release(x_70, 1); + x_76 = x_70; } else { - lean_dec_ref(x_74); - x_80 = lean_box(0); + lean_dec_ref(x_70); + x_76 = lean_box(0); } -x_81 = l_Lean_Expr_appArg_x21(x_2); +x_77 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_82 = lean_array_push(x_79, x_81); -if (lean_is_scalar(x_80)) { - x_83 = lean_alloc_ctor(0, 2, 0); +x_78 = lean_array_push(x_75, x_77); +if (lean_is_scalar(x_76)) { + x_79 = lean_alloc_ctor(0, 2, 0); } else { - x_83 = x_80; + x_79 = x_76; } -lean_ctor_set(x_83, 0, x_78); -lean_ctor_set(x_83, 1, x_82); -if (lean_is_scalar(x_75)) { - x_84 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_74); +lean_ctor_set(x_79, 1, x_78); +if (lean_is_scalar(x_71)) { + x_80 = lean_alloc_ctor(1, 1, 0); } else { - x_84 = x_75; + x_80 = x_71; } -lean_ctor_set(x_84, 0, x_83); -if (lean_is_scalar(x_77)) { - x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +if (lean_is_scalar(x_73)) { + x_81 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_77; + x_81 = x_73; } -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_76); -return x_85; +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_72); +return x_81; } } } } else { -uint8_t x_86; +uint8_t x_82; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_86 = !lean_is_exclusive(x_13); -if (x_86 == 0) +x_82 = !lean_is_exclusive(x_9); +if (x_82 == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_87 = lean_ctor_get(x_13, 0); -lean_dec(x_87); +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_83 = lean_ctor_get(x_9, 0); +lean_dec(x_83); +x_84 = l___private_Lean_Elab_Tactic_Conv_Pattern_0__Lean_Elab_Tactic_Conv_getContext___rarg___closed__1; +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_2); +lean_ctor_set(x_85, 1, x_84); +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_9, 0, x_86); +return x_9; +} +else +{ +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_87 = lean_ctor_get(x_9, 1); +lean_inc(x_87); +lean_dec(x_9); x_88 = l___private_Lean_Elab_Tactic_Conv_Pattern_0__Lean_Elab_Tactic_Conv_getContext___rarg___closed__1; x_89 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_89, 0, x_2); lean_ctor_set(x_89, 1, x_88); x_90 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_13, 0, x_90); -return x_13; +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_87); +return x_91; +} +} } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_91 = lean_ctor_get(x_13, 1); -lean_inc(x_91); -lean_dec(x_13); -x_92 = l___private_Lean_Elab_Tactic_Conv_Pattern_0__Lean_Elab_Tactic_Conv_getContext___rarg___closed__1; +lean_object* x_92; lean_object* x_93; +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_box(0); x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_2); -lean_ctor_set(x_93, 1, x_92); -x_94 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_94, 0, x_93); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_91); -return x_95; -} +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_7); +return x_93; } } } diff --git a/stage0/stdlib/Lean/Elab/Tactic/ElabTerm.c b/stage0/stdlib/Lean/Elab/Tactic/ElabTerm.c index 6ef7cf97026f..658af9a77124 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/ElabTerm.c +++ b/stage0/stdlib/Lean/Elab/Tactic/ElabTerm.c @@ -99,6 +99,7 @@ static lean_object* l_Lean_Elab_Tactic_evalNativeDecide___rarg___closed__1; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_getFVarId___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_withCollectingNewGoalsFrom_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*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalRefine_declRange___closed__6; static lean_object* l_Lean_Elab_Tactic_elabAsFVar___lambda__1___closed__1; lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -171,7 +172,7 @@ lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalWithReducibleAndInstances___closed__5; size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabTermForApply___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_Tactic_filterOldMVars___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_getFVarId___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_Elab_Tactic_filterOldMVars___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalConstructor_declRange___closed__2; @@ -205,7 +206,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalApply(lean_object*) LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalWithReducibleAndInstances___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_getFVarId___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalWithReducible_declRange___closed__4; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Term_withoutErrToSorryImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_withCollectingNewGoalsFrom_go___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalExact_declRange___closed__2; @@ -469,6 +470,7 @@ static lean_object* l_Lean_Elab_Tactic_evalDecide___rarg___lambda__1___closed__3 LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalDecide(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalWithUnfoldingAll___closed__5; static lean_object* l_Lean_Elab_Tactic_refineCore___lambda__4___closed__6; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabAsFVar___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_Tactic_filterOldMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1536,44 +1538,85 @@ lean_dec(x_2); return x_11; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___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_7; -x_7 = lean_usize_dec_eq(x_4, x_5); -if (x_7 == 0) +uint8_t x_8; +x_8 = lean_usize_dec_eq(x_5, x_6); +if (x_8 == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; -x_8 = lean_array_uget(x_3, x_4); -lean_inc(x_8); +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; size_t x_13; size_t x_14; +x_9 = lean_array_uget(x_4, x_5); +lean_inc(x_9); lean_inc(x_2); -x_9 = l_Lean_MetavarContext_getDecl(x_2, x_8); -x_10 = lean_ctor_get(x_9, 6); -lean_inc(x_10); -lean_dec(x_9); -x_11 = lean_nat_dec_le(x_1, x_10); +x_10 = l_Lean_MetavarContext_getDecl(x_2, x_9); +x_11 = lean_ctor_get(x_10, 6); +lean_inc(x_11); lean_dec(x_10); -x_12 = 1; -x_13 = lean_usize_add(x_4, x_12); -if (x_11 == 0) +x_12 = lean_nat_dec_le(x_1, x_11); +lean_dec(x_11); +x_13 = 1; +x_14 = lean_usize_add(x_5, x_13); +if (x_12 == 0) { -lean_dec(x_8); -x_4 = x_13; +lean_dec(x_9); +x_5 = x_14; goto _start; } else { -lean_object* x_15; -x_15 = lean_array_push(x_6, x_8); -x_4 = x_13; -x_6 = x_15; +lean_object* x_16; +x_16 = lean_array_push(x_7, x_9); +x_5 = x_14; +x_7 = x_16; goto _start; } } else { lean_dec(x_2); -return x_6; +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___spec__2(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_eq(x_6, x_7); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; size_t x_14; size_t x_15; +x_10 = lean_array_uget(x_5, x_6); +lean_inc(x_10); +lean_inc(x_4); +x_11 = l_Lean_MetavarContext_getDecl(x_4, x_10); +x_12 = lean_ctor_get(x_11, 6); +lean_inc(x_12); +lean_dec(x_11); +x_13 = lean_nat_dec_le(x_3, x_12); +lean_dec(x_12); +x_14 = 1; +x_15 = lean_usize_add(x_6, x_14); +if (x_13 == 0) +{ +lean_dec(x_10); +x_6 = x_15; +goto _start; +} +else +{ +lean_object* x_17; +x_17 = lean_array_push(x_8, x_10); +x_6 = x_15; +x_8 = x_17; +goto _start; +} +} +else +{ +lean_dec(x_4); +return x_8; } } } @@ -1631,7 +1674,9 @@ x_18 = 0; x_19 = lean_usize_of_nat(x_12); lean_dec(x_12); x_20 = l_Lean_Elab_Tactic_filterOldMVars___closed__1; -x_21 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1(x_2, x_11, x_1, x_18, x_19, x_20); +lean_inc(x_11); +x_21 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___spec__2(x_2, x_11, x_2, x_11, x_1, x_18, x_19, x_20); +lean_dec(x_11); lean_ctor_set(x_8, 0, x_21); return x_8; } @@ -1684,7 +1729,9 @@ x_33 = 0; x_34 = lean_usize_of_nat(x_25); lean_dec(x_25); x_35 = l_Lean_Elab_Tactic_filterOldMVars___closed__1; -x_36 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1(x_2, x_24, x_1, x_33, x_34, x_35); +lean_inc(x_24); +x_36 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___spec__2(x_2, x_24, x_2, x_24, x_1, x_33, x_34, x_35); +lean_dec(x_24); x_37 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_37, 0, x_36); lean_ctor_set(x_37, 1, x_23); @@ -1694,18 +1741,35 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___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_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___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_7; size_t x_8; lean_object* x_9; -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_8; size_t x_9; lean_object* x_10; x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1(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_1); -return x_9; +return x_10; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___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) { +_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_foldlMUnsafe_fold___at_Lean_Elab_Tactic_filterOldMVars___spec__1___at_Lean_Elab_Tactic_filterOldMVars___spec__2(x_1, x_2, x_3, x_4, x_5, x_9, x_10, x_8); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_11; } } LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_filterOldMVars___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) { @@ -4257,46 +4321,62 @@ x_29 = l_Lean_Expr_mvar___override(x_23); x_30 = lean_expr_eqv(x_26, x_29); if (x_30 == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; +uint8_t x_31; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_dec(x_21); lean_inc(x_23); -x_31 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_refineCore___lambda__3___boxed), 2, 1); -lean_closure_set(x_31, 0, x_23); -x_32 = lean_box(0); +x_49 = lean_alloc_closure((void*)(l_Lean_Elab_Tactic_refineCore___lambda__3___boxed), 2, 1); +lean_closure_set(x_49, 0, x_23); +x_50 = lean_box(0); lean_inc(x_26); -x_33 = l_Lean_FindMVar_main(x_31, x_26, x_32); -if (lean_obj_tag(x_33) == 0) +x_51 = l_Lean_FindMVar_main(x_49, x_26, x_50); +if (lean_obj_tag(x_51) == 0) +{ +uint8_t x_52; +x_52 = 0; +x_31 = x_52; +goto block_48; +} +else +{ +uint8_t x_53; +lean_dec(x_51); +x_53 = 1; +x_31 = x_53; +goto block_48; +} +block_48: +{ +if (x_31 == 0) { -lean_object* x_34; lean_object* x_35; +lean_object* x_32; lean_object* x_33; lean_dec(x_29); -x_34 = lean_box(0); -x_35 = l_Lean_Elab_Tactic_refineCore___lambda__2(x_23, x_26, x_28, x_34, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); -return x_35; +x_32 = lean_box(0); +x_33 = l_Lean_Elab_Tactic_refineCore___lambda__2(x_23, x_26, x_28, x_32, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); +return x_33; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -lean_dec(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_object* x_42; lean_object* x_43; uint8_t x_44; lean_dec(x_28); lean_dec(x_23); -x_36 = l_Lean_indentExpr(x_26); -x_37 = l_Lean_Elab_Tactic_refineCore___lambda__4___closed__2; +x_34 = l_Lean_indentExpr(x_26); +x_35 = l_Lean_Elab_Tactic_refineCore___lambda__4___closed__2; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +x_37 = l_Lean_Elab_Tactic_refineCore___lambda__4___closed__4; 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_Elab_Tactic_refineCore___lambda__4___closed__4; +lean_ctor_set(x_38, 0, x_36); +lean_ctor_set(x_38, 1, x_37); +x_39 = l_Lean_MessageData_ofExpr(x_29); x_40 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); -x_41 = l_Lean_MessageData_ofExpr(x_29); +x_41 = l_Lean_Elab_Tactic_refineCore___lambda__4___closed__6; x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); -x_43 = l_Lean_Elab_Tactic_refineCore___lambda__4___closed__6; -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_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_44, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); +x_43 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_42, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -4305,40 +4385,41 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -return x_45; +return x_43; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_45, 0); -x_48 = lean_ctor_get(x_45, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_45); -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_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_43, 0); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_43); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; +} } } } else { -lean_object* x_50; +lean_object* x_54; lean_dec(x_29); lean_dec(x_28); lean_dec(x_26); lean_dec(x_23); -x_50 = l_Lean_Elab_Tactic_replaceMainGoal(x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); -return x_50; +x_54 = l_Lean_Elab_Tactic_replaceMainGoal(x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_27); +return x_54; } } else { -uint8_t x_51; +uint8_t x_55; lean_dec(x_21); lean_dec(x_20); lean_dec(x_11); @@ -4349,29 +4430,29 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_51 = !lean_is_exclusive(x_22); -if (x_51 == 0) +x_55 = !lean_is_exclusive(x_22); +if (x_55 == 0) { return x_22; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_22, 0); -x_53 = lean_ctor_get(x_22, 1); -lean_inc(x_53); -lean_inc(x_52); +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_22, 0); +x_57 = lean_ctor_get(x_22, 1); +lean_inc(x_57); +lean_inc(x_56); lean_dec(x_22); -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; +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; } } } else { -uint8_t x_55; +uint8_t x_59; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -4380,29 +4461,29 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_55 = !lean_is_exclusive(x_17); -if (x_55 == 0) +x_59 = !lean_is_exclusive(x_17); +if (x_59 == 0) { return x_17; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_17, 0); -x_57 = lean_ctor_get(x_17, 1); -lean_inc(x_57); -lean_inc(x_56); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_17, 0); +x_61 = lean_ctor_get(x_17, 1); +lean_inc(x_61); +lean_inc(x_60); lean_dec(x_17); -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_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; } } } else { -uint8_t x_59; +uint8_t x_63; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -4413,23 +4494,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_59 = !lean_is_exclusive(x_13); -if (x_59 == 0) +x_63 = !lean_is_exclusive(x_13); +if (x_63 == 0) { return x_13; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_13, 0); -x_61 = lean_ctor_get(x_13, 1); -lean_inc(x_61); -lean_inc(x_60); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_13, 0); +x_65 = lean_ctor_get(x_13, 1); +lean_inc(x_65); +lean_inc(x_64); lean_dec(x_13); -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; +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; } } } @@ -10538,67 +10619,64 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_ElabTerm_0__Lean_Elab_Tactic_preprocessPropToDecide___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_10; uint8_t x_22; -x_22 = l_Lean_Expr_hasFVar(x_1); -if (x_22 == 0) -{ -uint8_t x_23; -x_23 = l_Lean_Expr_hasMVar(x_1); +uint8_t x_10; uint8_t x_23; +x_23 = l_Lean_Expr_hasFVar(x_1); if (x_23 == 0) { -lean_object* x_24; -lean_dec(x_3); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_1); -lean_ctor_set(x_24, 1, x_9); -return x_24; +uint8_t x_24; +x_24 = l_Lean_Expr_hasMVar(x_1); +x_10 = x_24; +goto block_22; } else { -lean_object* x_25; -x_25 = lean_box(0); +uint8_t x_25; +x_25 = 1; x_10 = x_25; -goto block_21; +goto block_22; } -} -else +block_22: { -lean_object* x_26; -x_26 = lean_box(0); -x_10 = x_26; -goto block_21; +if (x_10 == 0) +{ +lean_object* x_11; +lean_dec(x_3); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_1); +lean_ctor_set(x_11, 1, x_9); +return x_11; } -block_21: +else { -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_dec(x_10); -x_11 = l_Lean_indentExpr(x_1); -x_12 = l___private_Lean_Elab_Tactic_ElabTerm_0__Lean_Elab_Tactic_preprocessPropToDecide___lambda__2___closed__2; -x_13 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_11); -x_14 = l_Lean_Elab_Tactic_evalRename___lambda__1___closed__4; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -x_16 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +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_12 = l_Lean_indentExpr(x_1); +x_13 = l___private_Lean_Elab_Tactic_ElabTerm_0__Lean_Elab_Tactic_preprocessPropToDecide___lambda__2___closed__2; +x_14 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_12); +x_15 = l_Lean_Elab_Tactic_evalRename___lambda__1___closed__4; +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_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) { -return x_16; +return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_16, 0); -x_19 = lean_ctor_get(x_16, 1); +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); lean_inc(x_19); -lean_inc(x_18); -lean_dec(x_16); -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_dec(x_17); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +return x_21; +} } } } diff --git a/stage0/stdlib/Lean/Elab/Tactic/Induction.c b/stage0/stdlib/Lean/Elab/Tactic/Induction.c index ca21726bb4b3..381137de1424 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Induction.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Induction.c @@ -46,9 +46,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tac LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabCasesTargets___spec__2(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_Tactic_Induction_0__Lean_Elab_Tactic_isMultiAlt___boxed(lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__7; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); -static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCases_declRange___closed__5; static lean_object* l_Lean_Elab_Tactic_withCaseRef___at_Lean_Elab_Tactic_evalAlt___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabCasesTargets___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_object*); @@ -61,6 +59,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalInduction(lean_obje static lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_altHasExplicitModifier___boxed(lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f(lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_isMultiAlt(lean_object*); @@ -71,11 +70,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tac LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__7(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___spec__9___boxed(lean_object*, lean_object*, lean_object*, 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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__3; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandMultiAlt_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__5; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalCases___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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_object*); lean_object* l_Lean_logAt___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__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*); @@ -117,6 +116,7 @@ lean_object* l_Lean_Elab_Tactic_appendGoals(lean_object*, lean_object*, lean_obj LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_elabCasesTargets___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_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts(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_Lean_Elab_Term_MVarErrorInfo_logError___spec__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*); @@ -128,8 +128,10 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Ind LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_elabCasesTargets___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_object* l_Lean_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_hasValue(lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__13___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_evalAlt___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_Elab_Tactic_evalInduction___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -140,7 +142,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts_go___lambda__2(lean static lean_object* l_Lean_Elab_Tactic_getInductiveValFromMajor___lambda__1___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCases___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__13; lean_object* l_Lean_MVarId_setKind(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_Result_alts___default; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts___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*); @@ -149,8 +150,8 @@ lean_object* l_Lean_addBuiltinDeclarationRanges(lean_object*, lean_object*, lean LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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___regBuiltin_Lean_Elab_Tactic_evalInduction_declRange(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_reorderAlts___spec__1___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCases___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__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_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -167,6 +168,7 @@ lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts___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* l_List_filterMap___at_Lean_resolveGlobalConst___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_setMotiveArg___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_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__14; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___spec__1___lambda__1(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___regBuiltin_Lean_Elab_Tactic_evalInduction_declRange___closed__3; lean_object* l_Lean_Elab_Tactic_getFVarIds(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -176,9 +178,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tac lean_object* l_List_toString___at_Lean_resolveGlobalConstNoOverloadCore___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___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_Tactic_ElimApp_setMotiveArg___closed__3; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltsOfOptInductionAlts(lean_object*); lean_object* l_Lean_Meta_appendTag(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeTargets(lean_object*, 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_evalInduction___lambda__4(lean_object*, lean_object*, 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_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -198,7 +201,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_State_alts___default; LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__16___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_Induction_0__Lean_Elab_Tactic_getElimNameInfo___boxed(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___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__12___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_Induction_0__Lean_Elab_Tactic_ElimApp_addNewArg___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_assign___at_Lean_Meta_getLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -213,12 +215,9 @@ static lean_object* l_Lean_Elab_Tactic_ElimApp_setMotiveArg___closed__4; size_t lean_usize_of_nat(lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__3; lean_object* l_Lean_Elab_Tactic_getNameOfIdent_x27(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__16; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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* l_Lean_Elab_Tactic_getUnsolvedGoals(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_ElimApp_setMotiveArg___closed__2; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__2; lean_object* l_List_mapTR_loop___at_Lean_resolveGlobalConstCore___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Elab_Tactic_elabTerm(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_Elab_Tactic_ElimApp_instInhabitedAlt___closed__1; @@ -235,17 +234,17 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_elabCasesTargets___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_getInductiveValFromMajor(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_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__4___closed__2; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_Elab_Tactic_ElimApp_evalAlts___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__9(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_reorderAlts___spec__1___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_ElimApp_mkElimApp_loop___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_Elab_Tactic_withCaseRef___at_Lean_Elab_Tactic_evalAlt___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_isInductive___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__17___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_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___boxed(lean_object**); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___spec__3___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_Induction_0__Lean_Elab_Tactic_getOptPreTacOfOptInductionAlts___closed__1; -static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___spec__1___lambda__2___closed__2; lean_object* l_Lean_MessageData_ofSyntax(lean_object*); @@ -269,10 +268,10 @@ static lean_object* l_Lean_Elab_Tactic_isHoleRHS___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__4(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_Tactic_elabCasesTargets(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_Induction_0__Lean_Elab_Tactic_getAltName___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCases___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeTargets___boxed__const__1; lean_object* l_Lean_addTrace___at_Lean_Elab_Tactic_evalTactic_handleEx___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__10; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__6; lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction___lambda__2___boxed(lean_object**); @@ -280,7 +279,6 @@ lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConst___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltVars(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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_object*, lean_object*); static lean_object* l_Lean_resolveGlobalConst___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__3___closed__2; lean_object* l_Lean_Meta_getCustomEliminator_x3f(lean_object*, 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*); @@ -292,13 +290,15 @@ lean_object* l_Lean_Meta_whnfForall(lean_object*, lean_object*, lean_object*, le lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4___closed__1; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4___closed__4; +static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__2; +static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_addConstInfo___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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* 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_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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4___closed__3; uint8_t l_List_isEmpty___rarg(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___boxed(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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltsOfOptInductionAlts___boxed(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); @@ -317,7 +317,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalA extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalAlt___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* l_Lean_Elab_InfoTree_substitute(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__3; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__11; lean_object* l_Lean_Meta_addImplicitTargets(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___closed__1; @@ -333,13 +333,13 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalA lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getSepArgs(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__11; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___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___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalInduction_declRange___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___regBuiltin_Lean_Elab_Tactic_evalCases_declRange___closed__7; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___boxed(lean_object**); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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_Elab_Tactic_ElimApp_State_argPos___default; @@ -347,14 +347,15 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabCasesTargets___lambda__2___boxed LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltsOfInductionAlts___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___spec__12(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_Tactic_evalInduction___lambda__1___closed__1; -static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__14; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4___closed__8; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_ElimApp_mkElimApp_loop___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___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 lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___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_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_instInhabitedAlt; +static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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___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_Array_anyMUnsafe_any___at_Lean_Elab_Tactic_elabCasesTargets___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*); @@ -362,7 +363,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tacti lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___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_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692_(lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__8; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___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___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction_checkTargets___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -377,9 +378,9 @@ static lean_object* l_Lean_resolveGlobalConstNoOverload___at___private_Lean_Elab extern lean_object* l_Std_Format_defWidth; static lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__13; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___spec__1___lambda__2(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_Elab_Tactic_ElimApp_evalAlts_go___lambda__2___closed__2; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__4; extern lean_object* l_Lean_Meta_instInhabitedElimAltInfo; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedFVarId; @@ -404,7 +405,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction___lambda__3(lean_objec 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*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(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*, 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___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getUserGeneralizingFVarIds___closed__1; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___spec__10(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_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getBindingName(lean_object*); lean_object* l_Lean_Meta_forallMetaBoundedTelescope(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -421,6 +424,7 @@ static lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_g static lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts_go___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___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 uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__1(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getFType(lean_object*); static lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -433,28 +437,27 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tac lean_object* l_Lean_Elab_Term_addLocalVarInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__6___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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__5; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts_applyPreTac___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_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__8; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getFType___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction___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_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getArgExpectedType___boxed(lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__1; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__12; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1(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_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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*); 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*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltDArrow(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__6; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Tactic_evalInduction___lambda__2___closed__2; static lean_object* l_Lean_Elab_pushInfoLeaf___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__15___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getOptPreTacOfOptInductionAlts(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___spec__1(lean_object*, size_t, size_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_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4___closed__7; @@ -464,6 +467,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tac LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__9; lean_object* l_Lean_Meta_getMVarsNoDelayed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields___spec__1(lean_object*, size_t, size_t, lean_object*); @@ -507,10 +511,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts___lambda__1(lean_ob LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalInduction_declRange___closed__6; lean_object* l_Lean_Elab_Term_mkConst(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_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__1; uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(lean_object*, size_t, size_t); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__7; lean_object* lean_erase_macro_scopes(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getBindingName___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___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*); @@ -520,11 +523,11 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Ind LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__1___boxed(lean_object*, 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__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getFType___boxed(lean_object*); -static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__1; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___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_Tactic_evalInduction___lambda__3___boxed(lean_object**); static lean_object* l_Lean_Elab_Tactic_ElimApp_mkElimApp_loop___closed__4; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___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_List_forM___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___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*); @@ -533,15 +536,14 @@ LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at___private_Lean_Elab_ lean_object* l_Lean_Expr_fvar___override(lean_object*); lean_object* l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___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___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__1; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__10; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_checkAltsOfOptInductionAlts___spec__1___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_evalAlts_applyPreTac(lean_object*, lean_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_Induction_0__Lean_Elab_Tactic_getElimNameInfo(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__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_instInhabitedSyntax; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_setMotiveArg___lambda__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_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields(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_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames(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_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -553,16 +555,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalCases___lambda__1___boxed(lean_o lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_sortFVarIds(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withoutModifyingState___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__15; 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_object* l_Lean_Elab_Tactic_withTacticInfoContext___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_mapM___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___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_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7(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*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_pushInfoLeaf___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__15___closed__2; lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___boxed(lean_object**); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction_checkTargets(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___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_shouldGeneralizeTarget___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getFirstAltLhs___boxed(lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_evalInduction___spec__2(size_t, size_t, lean_object*); @@ -573,7 +578,6 @@ static lean_object* l_Lean_Elab_Tactic_getInductiveValFromMajor___lambda__1___cl lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__9; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalCases_declRange___closed__6; static lean_object* l_Lean_Elab_pushInfoLeaf___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___spec__15___closed__3; uint8_t lean_usize_dec_lt(size_t, size_t); @@ -582,7 +586,7 @@ lean_object* l_Lean_Elab_admitGoal(lean_object*, lean_object*, lean_object*, lea lean_object* l_Lean_Meta_Cases_unifyEqs_x3f(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_withSaveInfoContext___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___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_Tactic_ElimApp_mkElimApp_loop___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_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeTargets___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_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -594,6 +598,7 @@ lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Term_expandDeclId___sp lean_object* l_List_filterTR_loop___at_Lean_resolveGlobalConstCore___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___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*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_mkElimApp___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_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__1; uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Tactic_elabCasesTargets___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___spec__7(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -617,6 +622,7 @@ LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at___private_Lean_Elab_ lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_reorderAlts(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_ElimApp_Result_others___default; +static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabCasesTargets___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_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_mkElimApp___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___lambda__2___closed__4; @@ -4091,7 +4097,44 @@ return x_13; } } } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__1() { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_name_eq(x_7, x_1); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -4099,16 +4142,16 @@ x_1 = lean_mk_string_from_bytes("invalid alternative name '", 26); return x_1; } } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__2() { +static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__1; +x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__3() { +static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -4118,77 +4161,53 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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, 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_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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) { _start: { -lean_object* x_14; lean_object* x_15; uint8_t x_27; +lean_object* x_14; uint8_t x_15; uint8_t x_29; x_14 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName(x_1); -x_27 = lean_name_eq(x_14, x_2); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_28 = lean_array_get_size(x_3); -x_29 = lean_unsigned_to_nat(0u); -x_30 = lean_nat_dec_lt(x_29, x_28); -if (x_30 == 0) -{ -lean_object* x_31; -lean_dec(x_28); -x_31 = lean_box(0); -x_15 = x_31; -goto block_26; -} -else +x_29 = lean_name_eq(x_14, x_2); +if (x_29 == 0) { -uint8_t x_32; -x_32 = lean_nat_dec_le(x_28, x_28); +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_array_get_size(x_3); +x_31 = lean_unsigned_to_nat(0u); +x_32 = lean_nat_dec_lt(x_31, x_30); if (x_32 == 0) { -lean_object* x_33; -lean_dec(x_28); -x_33 = lean_box(0); +uint8_t x_33; +lean_dec(x_30); +x_33 = 0; x_15 = x_33; -goto block_26; +goto block_28; } else { -size_t x_34; size_t x_35; uint8_t x_36; -x_34 = 0; -x_35 = lean_usize_of_nat(x_28); -lean_dec(x_28); -x_36 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__1(x_14, x_3, x_34, x_35); -if (x_36 == 0) +uint8_t x_34; +x_34 = lean_nat_dec_le(x_30, x_30); +if (x_34 == 0) { -lean_object* x_37; -x_37 = lean_box(0); -x_15 = x_37; -goto block_26; +uint8_t x_35; +lean_dec(x_30); +x_35 = 0; +x_15 = x_35; +goto block_28; } else { -lean_object* x_38; lean_object* x_39; -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_1); -x_38 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__3; -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_13); -return x_39; -} +size_t x_36; size_t x_37; uint8_t x_38; +x_36 = 0; +x_37 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_38 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__1(x_14, x_3, x_36, x_37); +x_15 = x_38; +goto block_28; } } } else { -lean_object* x_40; lean_object* x_41; +lean_object* x_39; lean_object* x_40; lean_dec(x_14); lean_dec(x_12); lean_dec(x_11); @@ -4199,18 +4218,19 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_40 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___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_13); -return x_41; +x_39 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_13); +return x_40; } -block_26: +block_28: +{ +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; uint8_t x_22; -lean_dec(x_15); x_16 = l_Lean_MessageData_ofName(x_14); -x_17 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__2; +x_17 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__2; x_18 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_18, 0, x_17); lean_ctor_set(x_18, 1, x_16); @@ -4238,9 +4258,29 @@ lean_ctor_set(x_25, 1, x_24); return x_25; } } +else +{ +lean_object* x_26; lean_object* x_27; +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_1); +x_26 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3; +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_13); +return x_27; +} +} } } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__1() { +static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__1() { _start: { lean_object* x_1; @@ -4248,16 +4288,16 @@ x_1 = lean_mk_string_from_bytes("invalid occurrence of wildcard alternative, it return x_1; } } -static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2() { +static lean_object* _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__1; +x_1 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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, 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_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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, lean_object* x_14, lean_object* x_15, lean_object* x_16, lean_object* x_17) { _start: { uint8_t x_18; @@ -4277,30 +4317,61 @@ lean_dec(x_4); x_23 = lean_nat_dec_lt(x_5, x_3); if (x_23 == 0) { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_instInhabitedSyntax; -x_82 = l___private_Init_Util_0__outOfBounds___rarg(x_81); -x_24 = x_82; -goto block_80; +lean_object* x_76; lean_object* x_77; +x_76 = l_Lean_instInhabitedSyntax; +x_77 = l___private_Init_Util_0__outOfBounds___rarg(x_76); +x_24 = x_77; +goto block_75; } else { -lean_object* x_83; -x_83 = lean_array_fget(x_2, x_5); -x_24 = x_83; -goto block_80; +lean_object* x_78; +x_78 = lean_array_fget(x_2, x_5); +x_24 = x_78; +goto block_75; } -block_80: +block_75: { -lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_25 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName(x_24); -x_26 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__7; -x_27 = lean_name_eq(x_25, x_26); -lean_dec(x_25); -if (x_27 == 0) +uint8_t x_25; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_67 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName(x_24); +x_68 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__7; +x_69 = lean_name_eq(x_67, x_68); +lean_dec(x_67); +if (x_69 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_box(0); +uint8_t x_70; +x_70 = 0; +x_25 = x_70; +goto block_66; +} +else +{ +lean_object* x_71; uint8_t x_72; +x_71 = lean_nat_sub(x_3, x_21); +x_72 = lean_nat_dec_eq(x_5, x_71); +lean_dec(x_71); +if (x_72 == 0) +{ +uint8_t x_73; +x_73 = 1; +x_25 = x_73; +goto block_66; +} +else +{ +uint8_t x_74; +x_74 = 0; +x_25 = x_74; +goto block_66; +} +} +block_66: +{ +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__7; +x_27 = lean_box(0); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); @@ -4309,29 +4380,29 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_29 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1(x_24, x_26, x_1, x_28, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_29) == 0) +x_28 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1(x_24, x_26, x_1, x_27, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_29, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); -x_31 = lean_ctor_get(x_29, 1); +lean_dec(x_28); +x_31 = lean_ctor_get(x_29, 0); 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_nat_add(x_5, x_7); +x_32 = lean_nat_add(x_5, x_7); lean_dec(x_5); x_4 = x_22; -x_5 = x_33; -x_8 = x_32; -x_17 = x_31; +x_5 = x_32; +x_8 = x_31; +x_17 = x_30; goto _start; } else { -uint8_t x_35; +uint8_t x_34; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -4342,48 +4413,42 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_5); -x_35 = !lean_is_exclusive(x_29); -if (x_35 == 0) +x_34 = !lean_is_exclusive(x_28); +if (x_34 == 0) { -return x_29; +return x_28; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_29, 0); -x_37 = lean_ctor_get(x_29, 1); -lean_inc(x_37); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_28, 0); +x_36 = lean_ctor_get(x_28, 1); lean_inc(x_36); -lean_dec(x_29); -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_inc(x_35); +lean_dec(x_28); +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_39; uint8_t x_40; -x_39 = lean_nat_sub(x_3, x_21); -x_40 = lean_nat_dec_eq(x_5, x_39); -lean_dec(x_39); -if (x_40 == 0) -{ -uint8_t x_41; +uint8_t x_38; lean_dec(x_22); lean_dec(x_5); -x_41 = !lean_is_exclusive(x_15); -if (x_41 == 0) +x_38 = !lean_is_exclusive(x_15); +if (x_38 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_15, 5); -x_43 = l_Lean_replaceRef(x_24, x_42); -lean_dec(x_42); +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_15, 5); +x_40 = l_Lean_replaceRef(x_24, x_39); +lean_dec(x_39); lean_dec(x_24); -lean_ctor_set(x_15, 5, x_43); -x_44 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2; -x_45 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_44, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); +lean_ctor_set(x_15, 5, x_40); +x_41 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2; +x_42 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_41, 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); @@ -4392,42 +4457,39 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) { -return x_45; +return x_42; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_45, 0); -x_48 = lean_ctor_get(x_45, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_45); -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_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_45); +lean_inc(x_44); +lean_dec(x_42); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } else { -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; -x_50 = lean_ctor_get(x_15, 0); -x_51 = lean_ctor_get(x_15, 1); -x_52 = lean_ctor_get(x_15, 2); -x_53 = lean_ctor_get(x_15, 3); -x_54 = lean_ctor_get(x_15, 4); -x_55 = lean_ctor_get(x_15, 5); -x_56 = lean_ctor_get(x_15, 6); -x_57 = lean_ctor_get(x_15, 7); -x_58 = lean_ctor_get(x_15, 8); -x_59 = lean_ctor_get(x_15, 9); -x_60 = lean_ctor_get(x_15, 10); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); +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; +x_47 = lean_ctor_get(x_15, 0); +x_48 = lean_ctor_get(x_15, 1); +x_49 = lean_ctor_get(x_15, 2); +x_50 = lean_ctor_get(x_15, 3); +x_51 = lean_ctor_get(x_15, 4); +x_52 = lean_ctor_get(x_15, 5); +x_53 = lean_ctor_get(x_15, 6); +x_54 = lean_ctor_get(x_15, 7); +x_55 = lean_ctor_get(x_15, 8); +x_56 = lean_ctor_get(x_15, 9); +x_57 = lean_ctor_get(x_15, 10); lean_inc(x_57); lean_inc(x_56); lean_inc(x_55); @@ -4436,117 +4498,55 @@ 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_dec(x_15); -x_61 = l_Lean_replaceRef(x_24, x_55); -lean_dec(x_55); +x_58 = l_Lean_replaceRef(x_24, x_52); +lean_dec(x_52); lean_dec(x_24); -x_62 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_62, 0, x_50); -lean_ctor_set(x_62, 1, x_51); -lean_ctor_set(x_62, 2, x_52); -lean_ctor_set(x_62, 3, x_53); -lean_ctor_set(x_62, 4, x_54); -lean_ctor_set(x_62, 5, x_61); -lean_ctor_set(x_62, 6, x_56); -lean_ctor_set(x_62, 7, x_57); -lean_ctor_set(x_62, 8, x_58); -lean_ctor_set(x_62, 9, x_59); -lean_ctor_set(x_62, 10, x_60); -x_63 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2; -x_64 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_63, x_9, x_10, x_11, x_12, x_13, x_14, x_62, x_16, x_17); +x_59 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_59, 0, x_47); +lean_ctor_set(x_59, 1, x_48); +lean_ctor_set(x_59, 2, x_49); +lean_ctor_set(x_59, 3, x_50); +lean_ctor_set(x_59, 4, x_51); +lean_ctor_set(x_59, 5, x_58); +lean_ctor_set(x_59, 6, x_53); +lean_ctor_set(x_59, 7, x_54); +lean_ctor_set(x_59, 8, x_55); +lean_ctor_set(x_59, 9, x_56); +lean_ctor_set(x_59, 10, x_57); +x_60 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2; +x_61 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_60, x_9, x_10, x_11, x_12, x_13, x_14, x_59, x_16, x_17); lean_dec(x_16); -lean_dec(x_62); +lean_dec(x_59); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -if (lean_is_exclusive(x_64)) { - lean_ctor_release(x_64, 0); - lean_ctor_release(x_64, 1); - x_67 = x_64; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + lean_ctor_release(x_61, 1); + x_64 = x_61; } else { - lean_dec_ref(x_64); - x_67 = lean_box(0); + lean_dec_ref(x_61); + x_64 = lean_box(0); } -if (lean_is_scalar(x_67)) { - x_68 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(1, 2, 0); } else { - x_68 = x_67; -} -lean_ctor_set(x_68, 0, x_65); -lean_ctor_set(x_68, 1, x_66); -return x_68; -} -} -else -{ -lean_object* x_69; lean_object* x_70; -x_69 = lean_box(0); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_70 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1(x_24, x_26, x_1, x_69, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17); -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_inc(x_72); -lean_dec(x_70); -x_73 = lean_ctor_get(x_71, 0); -lean_inc(x_73); -lean_dec(x_71); -x_74 = lean_nat_add(x_5, x_7); -lean_dec(x_5); -x_4 = x_22; -x_5 = x_74; -x_8 = x_73; -x_17 = x_72; -goto _start; -} -else -{ -uint8_t x_76; -lean_dec(x_22); -lean_dec(x_16); -lean_dec(x_15); -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_5); -x_76 = !lean_is_exclusive(x_70); -if (x_76 == 0) -{ -return x_70; -} -else -{ -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_70, 0); -x_78 = lean_ctor_get(x_70, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_70); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; + x_65 = x_64; } +lean_ctor_set(x_65, 0, x_62); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } } @@ -4554,7 +4554,7 @@ return x_79; } else { -lean_object* x_84; +lean_object* x_79; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -4565,15 +4565,15 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_8); -lean_ctor_set(x_84, 1, x_17); -return x_84; +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_8); +lean_ctor_set(x_79, 1, x_17); +return x_79; } } else { -lean_object* x_85; +lean_object* x_80; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -4584,10 +4584,10 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_8); -lean_ctor_set(x_85, 1, x_17); -return x_85; +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_8); +lean_ctor_set(x_80, 1, x_17); +return x_80; } } } @@ -4600,7 +4600,7 @@ x_13 = lean_unsigned_to_nat(0u); x_14 = lean_unsigned_to_nat(1u); x_15 = lean_box(0); lean_inc(x_12); -x_16 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2(x_1, x_2, x_12, x_12, x_13, x_12, x_14, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_16 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3(x_1, x_2, x_12, x_12, x_13, x_12, x_14, x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_12); if (lean_obj_tag(x_16) == 0) { @@ -4665,18 +4665,33 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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, 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_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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) { _start: { lean_object* x_14; -x_14 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___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 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); return x_14; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -4697,7 +4712,7 @@ lean_object* x_17 = _args[16]; _start: { lean_object* x_18; -x_18 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___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, x_13, x_14, x_15, x_16, x_17); +x_18 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__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, x_16, x_17); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); @@ -9158,7 +9173,7 @@ lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); -lean_dec(x_8); +lean_dec(x_7); lean_dec(x_4); x_35 = !lean_is_exclusive(x_33); if (x_35 == 0) @@ -9256,64 +9271,53 @@ lean_inc(x_16); x_61 = l_Lean_Elab_Tactic_ElimApp_evalAlts_applyPreTac(x_6, x_59, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_60); if (lean_obj_tag(x_61) == 0) { -uint8_t x_62; -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_63 = lean_ctor_get(x_61, 0); -x_64 = lean_ctor_get(x_61, 1); -x_65 = lean_array_get_size(x_7); -x_66 = lean_unsigned_to_nat(0u); -x_67 = lean_nat_dec_lt(x_66, x_65); -lean_dec(x_65); -if (x_67 == 0) +lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_107; lean_object* x_108; uint8_t x_109; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + lean_ctor_release(x_61, 1); + x_64 = x_61; +} else { + lean_dec_ref(x_61); + x_64 = lean_box(0); +} +x_107 = lean_array_get_size(x_8); +x_108 = lean_unsigned_to_nat(0u); +x_109 = lean_nat_dec_lt(x_108, x_107); +lean_dec(x_107); +if (x_109 == 0) { -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_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_8); -x_68 = l_List_redLength___rarg(x_63); -x_69 = lean_mk_empty_array_with_capacity(x_68); -lean_dec(x_68); -x_70 = l_List_toArrayAux___rarg(x_63, x_69); -x_71 = l_Array_append___rarg(x_13, x_70); -x_72 = lean_box(x_14); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_71); -lean_ctor_set(x_73, 1, x_72); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_11); -lean_ctor_set(x_74, 1, x_73); -x_75 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_61, 0, x_75); -return x_61; +x_65 = x_50; +goto block_106; } else { -uint8_t x_76; -x_76 = l_List_isEmpty___rarg(x_63); -if (x_76 == 0) +x_65 = x_26; +goto block_106; +} +block_106: { -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -lean_free_object(x_61); -x_77 = l_Lean_MessageData_ofName(x_8); -x_78 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___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); -x_80 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5___closed__2; -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 = 2; +if (x_65 == 0) +{ +uint8_t x_66; +x_66 = l_List_isEmpty___rarg(x_62); +if (x_66 == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_dec(x_64); +x_67 = l_Lean_MessageData_ofName(x_7); +x_68 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___closed__2; +x_69 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_67); +x_70 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5___closed__2; +x_71 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_71, 0, x_69); +lean_ctor_set(x_71, 1, x_70); +x_72 = 2; lean_inc(x_23); lean_inc(x_22); lean_inc(x_21); @@ -9322,124 +9326,86 @@ lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); -x_83 = l_Lean_log___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__3(x_81, x_82, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_64); -x_84 = lean_ctor_get(x_83, 1); -lean_inc(x_84); -lean_dec(x_83); -x_85 = l_List_forM___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__2(x_63, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_84); +x_73 = l_Lean_log___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__3(x_71, x_72, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_63); +x_74 = lean_ctor_get(x_73, 1); +lean_inc(x_74); +lean_dec(x_73); +x_75 = l_List_forM___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__2(x_62, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_74); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); -if (lean_obj_tag(x_85) == 0) +if (lean_obj_tag(x_75) == 0) { -uint8_t x_86; -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) +uint8_t x_76; +x_76 = !lean_is_exclusive(x_75); +if (x_76 == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = lean_box(x_14); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_13); -lean_ctor_set(x_89, 1, x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_11); -lean_ctor_set(x_90, 1, x_89); -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_85, 0, x_91); -return x_85; +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_77 = lean_ctor_get(x_75, 0); +lean_dec(x_77); +x_78 = lean_box(x_14); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_13); +lean_ctor_set(x_79, 1, x_78); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_11); +lean_ctor_set(x_80, 1, x_79); +x_81 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_75, 0, x_81); +return x_75; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_92 = lean_ctor_get(x_85, 1); -lean_inc(x_92); -lean_dec(x_85); -x_93 = lean_box(x_14); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_13); -lean_ctor_set(x_94, 1, x_93); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_11); -lean_ctor_set(x_95, 1, x_94); -x_96 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_96, 0, x_95); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_92); -return x_97; +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_82 = lean_ctor_get(x_75, 1); +lean_inc(x_82); +lean_dec(x_75); +x_83 = lean_box(x_14); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_13); +lean_ctor_set(x_84, 1, x_83); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_11); +lean_ctor_set(x_85, 1, x_84); +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_85); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_82); +return x_87; } } else { -uint8_t x_98; +uint8_t x_88; lean_dec(x_13); lean_dec(x_11); -x_98 = !lean_is_exclusive(x_85); -if (x_98 == 0) -{ -return x_85; -} -else +x_88 = !lean_is_exclusive(x_75); +if (x_88 == 0) { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_85, 0); -x_100 = lean_ctor_get(x_85, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_85); -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; -} -} +return x_75; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -lean_dec(x_63); -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_8); -x_102 = lean_box(x_14); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_13); -lean_ctor_set(x_103, 1, x_102); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_11); -lean_ctor_set(x_104, 1, x_103); -x_105 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_61, 0, x_105); -return x_61; +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 { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; -x_106 = lean_ctor_get(x_61, 0); -x_107 = lean_ctor_get(x_61, 1); -lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_61); -x_108 = lean_array_get_size(x_7); -x_109 = lean_unsigned_to_nat(0u); -x_110 = lean_nat_dec_lt(x_109, x_108); -lean_dec(x_108); -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; lean_object* x_117; lean_object* x_118; lean_object* x_119; +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +lean_dec(x_62); lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9448,122 +9414,29 @@ lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); -lean_dec(x_8); -x_111 = l_List_redLength___rarg(x_106); -x_112 = lean_mk_empty_array_with_capacity(x_111); -lean_dec(x_111); -x_113 = l_List_toArrayAux___rarg(x_106, x_112); -x_114 = l_Array_append___rarg(x_13, x_113); -x_115 = lean_box(x_14); -x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_11); -lean_ctor_set(x_117, 1, x_116); -x_118 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_118, 0, x_117); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_107); -return x_119; -} -else -{ -uint8_t x_120; -x_120 = l_List_isEmpty___rarg(x_106); -if (x_120 == 0) -{ -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; -x_121 = l_Lean_MessageData_ofName(x_8); -x_122 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___closed__2; -x_123 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_123, 0, x_122); -lean_ctor_set(x_123, 1, x_121); -x_124 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5___closed__2; -x_125 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_125, 0, x_123); -lean_ctor_set(x_125, 1, x_124); -x_126 = 2; -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -x_127 = l_Lean_log___at_Lean_Elab_Tactic_closeUsingOrAdmit___spec__3(x_125, x_126, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_107); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -lean_dec(x_127); -x_129 = l_List_forM___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__2(x_106, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_128); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -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; -x_130 = lean_ctor_get(x_129, 1); -lean_inc(x_130); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_131 = x_129; -} else { - lean_dec_ref(x_129); - x_131 = lean_box(0); -} -x_132 = lean_box(x_14); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_13); -lean_ctor_set(x_133, 1, x_132); -x_134 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_134, 0, x_11); -lean_ctor_set(x_134, 1, x_133); -x_135 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_135, 0, x_134); -if (lean_is_scalar(x_131)) { - x_136 = lean_alloc_ctor(0, 2, 0); -} else { - x_136 = x_131; -} -lean_ctor_set(x_136, 0, x_135); -lean_ctor_set(x_136, 1, x_130); -return x_136; -} -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; -lean_dec(x_13); -lean_dec(x_11); -x_137 = lean_ctor_get(x_129, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_129, 1); -lean_inc(x_138); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_139 = x_129; -} else { - lean_dec_ref(x_129); - x_139 = lean_box(0); -} -if (lean_is_scalar(x_139)) { - x_140 = lean_alloc_ctor(1, 2, 0); +lean_dec(x_7); +x_92 = lean_box(x_14); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_13); +lean_ctor_set(x_93, 1, x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_11); +lean_ctor_set(x_94, 1, x_93); +x_95 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_95, 0, x_94); +if (lean_is_scalar(x_64)) { + x_96 = lean_alloc_ctor(0, 2, 0); } else { - x_140 = x_139; + x_96 = x_64; } -lean_ctor_set(x_140, 0, x_137); -lean_ctor_set(x_140, 1, x_138); -return x_140; +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_63); +return x_96; } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; -lean_dec(x_106); +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_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9572,27 +9445,35 @@ lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); -lean_dec(x_8); -x_141 = lean_box(x_14); -x_142 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_142, 0, x_13); -lean_ctor_set(x_142, 1, x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_11); -lean_ctor_set(x_143, 1, x_142); -x_144 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_144, 0, x_143); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_107); -return x_145; +lean_dec(x_7); +x_97 = l_List_redLength___rarg(x_62); +x_98 = lean_mk_empty_array_with_capacity(x_97); +lean_dec(x_97); +x_99 = l_List_toArrayAux___rarg(x_62, x_98); +x_100 = l_Array_append___rarg(x_13, x_99); +x_101 = lean_box(x_14); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_100); +lean_ctor_set(x_102, 1, x_101); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_11); +lean_ctor_set(x_103, 1, x_102); +x_104 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_104, 0, x_103); +if (lean_is_scalar(x_64)) { + x_105 = lean_alloc_ctor(0, 2, 0); +} else { + x_105 = x_64; } +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_63); +return x_105; } } } else { -uint8_t x_146; +uint8_t x_110; lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9603,30 +9484,30 @@ lean_dec(x_17); lean_dec(x_16); lean_dec(x_13); lean_dec(x_11); -lean_dec(x_8); -x_146 = !lean_is_exclusive(x_61); -if (x_146 == 0) +lean_dec(x_7); +x_110 = !lean_is_exclusive(x_61); +if (x_110 == 0) { return x_61; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_61, 0); -x_148 = lean_ctor_get(x_61, 1); -lean_inc(x_148); -lean_inc(x_147); +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_61, 0); +x_112 = lean_ctor_get(x_61, 1); +lean_inc(x_112); +lean_inc(x_111); lean_dec(x_61); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; +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_150; +uint8_t x_114; lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9637,30 +9518,30 @@ lean_dec(x_17); lean_dec(x_16); lean_dec(x_13); lean_dec(x_11); -lean_dec(x_8); -x_150 = !lean_is_exclusive(x_58); -if (x_150 == 0) +lean_dec(x_7); +x_114 = !lean_is_exclusive(x_58); +if (x_114 == 0) { return x_58; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_58, 0); -x_152 = lean_ctor_get(x_58, 1); -lean_inc(x_152); -lean_inc(x_151); +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_58, 0); +x_116 = lean_ctor_get(x_58, 1); +lean_inc(x_116); +lean_inc(x_115); lean_dec(x_58); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; +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 { -uint8_t x_154; +uint8_t x_118; lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9671,31 +9552,31 @@ lean_dec(x_17); lean_dec(x_16); lean_dec(x_13); lean_dec(x_11); -lean_dec(x_8); -x_154 = !lean_is_exclusive(x_51); -if (x_154 == 0) +lean_dec(x_7); +x_118 = !lean_is_exclusive(x_51); +if (x_118 == 0) { return x_51; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_51, 0); -x_156 = lean_ctor_get(x_51, 1); -lean_inc(x_156); -lean_inc(x_155); +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_51, 0); +x_120 = lean_ctor_get(x_51, 1); +lean_inc(x_120); +lean_inc(x_119); lean_dec(x_51); -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; +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 { -uint8_t x_158; +uint8_t x_122; lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9706,31 +9587,31 @@ lean_dec(x_17); lean_dec(x_16); lean_dec(x_13); lean_dec(x_11); -lean_dec(x_8); +lean_dec(x_7); lean_dec(x_4); -x_158 = !lean_is_exclusive(x_33); -if (x_158 == 0) +x_122 = !lean_is_exclusive(x_33); +if (x_122 == 0) { return x_33; } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_159 = lean_ctor_get(x_33, 0); -x_160 = lean_ctor_get(x_33, 1); -lean_inc(x_160); -lean_inc(x_159); +lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_123 = lean_ctor_get(x_33, 0); +x_124 = lean_ctor_get(x_33, 1); +lean_inc(x_124); +lean_inc(x_123); lean_dec(x_33); -x_161 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_161, 0, x_159); -lean_ctor_set(x_161, 1, x_160); -return x_161; +x_125 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_125, 0, x_123); +lean_ctor_set(x_125, 1, x_124); +return x_125; } } } else { -uint8_t x_162; +uint8_t x_126; lean_dec(x_23); lean_dec(x_22); lean_dec(x_21); @@ -9741,162 +9622,145 @@ lean_dec(x_17); lean_dec(x_16); lean_dec(x_13); lean_dec(x_11); -lean_dec(x_8); +lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); -x_162 = !lean_is_exclusive(x_27); -if (x_162 == 0) +x_126 = !lean_is_exclusive(x_27); +if (x_126 == 0) { return x_27; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_163 = lean_ctor_get(x_27, 0); -x_164 = lean_ctor_get(x_27, 1); -lean_inc(x_164); -lean_inc(x_163); +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_27, 0); +x_128 = lean_ctor_get(x_27, 1); +lean_inc(x_128); +lean_inc(x_127); lean_dec(x_27); -x_165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_165, 0, x_163); -lean_ctor_set(x_165, 1, x_164); -return x_165; +x_129 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_129, 0, x_127); +lean_ctor_set(x_129, 1, x_128); +return x_129; } } } else { -lean_object* x_166; lean_object* x_167; uint8_t x_168; uint8_t x_169; -x_166 = lean_ctor_get(x_15, 0); -lean_inc(x_166); +lean_object* x_130; lean_object* x_131; uint8_t x_132; uint8_t x_133; +x_130 = lean_ctor_get(x_15, 0); +lean_inc(x_130); lean_dec(x_15); -x_167 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltVars(x_166); -x_168 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_altHasExplicitModifier(x_166); -if (x_168 == 0) -{ -uint8_t x_269; -x_269 = 0; -x_169 = x_269; -goto block_268; -} -else -{ -uint8_t x_270; -x_270 = 1; -x_169 = x_270; -goto block_268; -} -block_268: -{ -uint8_t x_170; -x_170 = !lean_is_exclusive(x_22); -if (x_170 == 0) -{ -lean_object* x_171; lean_object* x_172; -x_171 = lean_ctor_get(x_22, 5); -x_172 = l_Lean_replaceRef(x_166, x_171); -lean_dec(x_171); -lean_ctor_set(x_22, 5, x_172); -if (x_169 == 0) -{ -lean_object* x_173; +x_131 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltVars(x_130); +x_132 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_altHasExplicitModifier(x_130); +x_133 = !lean_is_exclusive(x_22); +if (x_133 == 0) +{ +lean_object* x_134; lean_object* x_135; +x_134 = lean_ctor_get(x_22, 5); +x_135 = l_Lean_replaceRef(x_130, x_134); +lean_dec(x_134); +lean_ctor_set(x_22, 5, x_135); +if (x_132 == 0) +{ +lean_object* x_136; lean_inc(x_23); lean_inc(x_22); lean_inc(x_21); lean_inc(x_20); lean_inc(x_2); lean_inc(x_1); -x_173 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields(x_1, x_2, x_20, x_21, x_22, x_23, x_24); -if (lean_obj_tag(x_173) == 0) +x_136 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields(x_1, x_2, x_20, x_21, x_22, x_23, x_24); +if (lean_obj_tag(x_136) == 0) { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_167, x_1, x_2, x_166, x_9, x_12, x_8, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_174, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_175); -if (lean_obj_tag(x_176) == 0) -{ -uint8_t x_177; -x_177 = !lean_is_exclusive(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; -x_178 = lean_ctor_get(x_176, 0); -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); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_179); -lean_ctor_set(x_181, 1, x_180); -x_182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_182, 0, x_11); -lean_ctor_set(x_182, 1, x_181); -x_183 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_183, 0, x_182); -lean_ctor_set(x_176, 0, x_183); -return x_176; +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_136, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_136, 1); +lean_inc(x_138); +lean_dec(x_136); +x_139 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_131, x_1, x_2, x_130, x_9, x_12, x_7, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_137, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_138); +if (lean_obj_tag(x_139) == 0) +{ +uint8_t x_140; +x_140 = !lean_is_exclusive(x_139); +if (x_140 == 0) +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_141 = lean_ctor_get(x_139, 0); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_142); +lean_ctor_set(x_144, 1, x_143); +x_145 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_145, 0, x_11); +lean_ctor_set(x_145, 1, x_144); +x_146 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_139, 0, x_146); +return x_139; } else { -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; -x_184 = lean_ctor_get(x_176, 0); -x_185 = lean_ctor_get(x_176, 1); -lean_inc(x_185); -lean_inc(x_184); -lean_dec(x_176); -x_186 = lean_ctor_get(x_184, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_184, 1); -lean_inc(x_187); -lean_dec(x_184); -x_188 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_188, 0, x_186); -lean_ctor_set(x_188, 1, x_187); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_11); -lean_ctor_set(x_189, 1, x_188); -x_190 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_190, 0, x_189); -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_190); -lean_ctor_set(x_191, 1, x_185); -return x_191; +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; +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 = lean_ctor_get(x_147, 0); +lean_inc(x_149); +x_150 = lean_ctor_get(x_147, 1); +lean_inc(x_150); +lean_dec(x_147); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_149); +lean_ctor_set(x_151, 1, x_150); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_11); +lean_ctor_set(x_152, 1, x_151); +x_153 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_153, 0, x_152); +x_154 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_154, 0, x_153); +lean_ctor_set(x_154, 1, x_148); +return x_154; } } else { -uint8_t x_192; +uint8_t x_155; lean_dec(x_11); -x_192 = !lean_is_exclusive(x_176); -if (x_192 == 0) +x_155 = !lean_is_exclusive(x_139); +if (x_155 == 0) { -return x_176; +return x_139; } else { -lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_193 = lean_ctor_get(x_176, 0); -x_194 = lean_ctor_get(x_176, 1); -lean_inc(x_194); -lean_inc(x_193); -lean_dec(x_176); -x_195 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_195, 0, x_193); -lean_ctor_set(x_195, 1, x_194); -return x_195; +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_139, 0); +x_157 = lean_ctor_get(x_139, 1); +lean_inc(x_157); +lean_inc(x_156); +lean_dec(x_139); +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_157); +return x_158; } } } else { -uint8_t x_196; +uint8_t x_159; lean_dec(x_22); -lean_dec(x_167); -lean_dec(x_166); +lean_dec(x_131); +lean_dec(x_130); lean_dec(x_23); lean_dec(x_21); lean_dec(x_20); @@ -9908,240 +9772,240 @@ lean_dec(x_13); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_8); +lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_196 = !lean_is_exclusive(x_173); -if (x_196 == 0) +x_159 = !lean_is_exclusive(x_136); +if (x_159 == 0) { -return x_173; +return x_136; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_197 = lean_ctor_get(x_173, 0); -x_198 = lean_ctor_get(x_173, 1); -lean_inc(x_198); -lean_inc(x_197); -lean_dec(x_173); -x_199 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_199, 0, x_197); -lean_ctor_set(x_199, 1, x_198); -return x_199; +lean_object* x_160; lean_object* x_161; lean_object* x_162; +x_160 = lean_ctor_get(x_136, 0); +x_161 = lean_ctor_get(x_136, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_136); +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; } } } else { -lean_object* x_200; +lean_object* x_163; lean_inc(x_2); -x_200 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_167, x_1, x_2, x_166, x_9, x_12, x_8, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_2, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_24); -if (lean_obj_tag(x_200) == 0) -{ -uint8_t x_201; -x_201 = !lean_is_exclusive(x_200); -if (x_201 == 0) +x_163 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_131, x_1, x_2, x_130, x_9, x_12, x_7, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_2, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_24); +if (lean_obj_tag(x_163) == 0) { -lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; -x_202 = lean_ctor_get(x_200, 0); -x_203 = lean_ctor_get(x_202, 0); -lean_inc(x_203); -x_204 = lean_ctor_get(x_202, 1); -lean_inc(x_204); -lean_dec(x_202); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_203); -lean_ctor_set(x_205, 1, x_204); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_11); -lean_ctor_set(x_206, 1, x_205); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -lean_ctor_set(x_200, 0, x_207); -return x_200; -} -else +uint8_t x_164; +x_164 = !lean_is_exclusive(x_163); +if (x_164 == 0) { -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; -x_208 = lean_ctor_get(x_200, 0); -x_209 = lean_ctor_get(x_200, 1); -lean_inc(x_209); -lean_inc(x_208); -lean_dec(x_200); -x_210 = lean_ctor_get(x_208, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_208, 1); -lean_inc(x_211); -lean_dec(x_208); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_210); -lean_ctor_set(x_212, 1, x_211); -x_213 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_213, 0, x_11); -lean_ctor_set(x_213, 1, x_212); -x_214 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_214, 0, x_213); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_214); -lean_ctor_set(x_215, 1, x_209); -return x_215; +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_165 = lean_ctor_get(x_163, 0); +x_166 = lean_ctor_get(x_165, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_165, 1); +lean_inc(x_167); +lean_dec(x_165); +x_168 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_168, 0, x_166); +lean_ctor_set(x_168, 1, x_167); +x_169 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_169, 0, x_11); +lean_ctor_set(x_169, 1, x_168); +x_170 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_170, 0, x_169); +lean_ctor_set(x_163, 0, x_170); +return x_163; +} +else +{ +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; +x_171 = lean_ctor_get(x_163, 0); +x_172 = lean_ctor_get(x_163, 1); +lean_inc(x_172); +lean_inc(x_171); +lean_dec(x_163); +x_173 = lean_ctor_get(x_171, 0); +lean_inc(x_173); +x_174 = lean_ctor_get(x_171, 1); +lean_inc(x_174); +lean_dec(x_171); +x_175 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_175, 0, x_173); +lean_ctor_set(x_175, 1, x_174); +x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_176, 0, x_11); +lean_ctor_set(x_176, 1, x_175); +x_177 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_177, 0, x_176); +x_178 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_178, 0, x_177); +lean_ctor_set(x_178, 1, x_172); +return x_178; } } else { -uint8_t x_216; +uint8_t x_179; lean_dec(x_11); -x_216 = !lean_is_exclusive(x_200); -if (x_216 == 0) +x_179 = !lean_is_exclusive(x_163); +if (x_179 == 0) { -return x_200; +return x_163; } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_217 = lean_ctor_get(x_200, 0); -x_218 = lean_ctor_get(x_200, 1); -lean_inc(x_218); -lean_inc(x_217); -lean_dec(x_200); -x_219 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_219, 0, x_217); -lean_ctor_set(x_219, 1, x_218); -return x_219; +lean_object* x_180; lean_object* x_181; lean_object* x_182; +x_180 = lean_ctor_get(x_163, 0); +x_181 = lean_ctor_get(x_163, 1); +lean_inc(x_181); +lean_inc(x_180); +lean_dec(x_163); +x_182 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_182, 0, x_180); +lean_ctor_set(x_182, 1, x_181); +return x_182; } } } } else { -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; -x_220 = lean_ctor_get(x_22, 0); -x_221 = lean_ctor_get(x_22, 1); -x_222 = lean_ctor_get(x_22, 2); -x_223 = lean_ctor_get(x_22, 3); -x_224 = lean_ctor_get(x_22, 4); -x_225 = lean_ctor_get(x_22, 5); -x_226 = lean_ctor_get(x_22, 6); -x_227 = lean_ctor_get(x_22, 7); -x_228 = lean_ctor_get(x_22, 8); -x_229 = lean_ctor_get(x_22, 9); -x_230 = lean_ctor_get(x_22, 10); -lean_inc(x_230); -lean_inc(x_229); -lean_inc(x_228); -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_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; +x_183 = lean_ctor_get(x_22, 0); +x_184 = lean_ctor_get(x_22, 1); +x_185 = lean_ctor_get(x_22, 2); +x_186 = lean_ctor_get(x_22, 3); +x_187 = lean_ctor_get(x_22, 4); +x_188 = lean_ctor_get(x_22, 5); +x_189 = lean_ctor_get(x_22, 6); +x_190 = lean_ctor_get(x_22, 7); +x_191 = lean_ctor_get(x_22, 8); +x_192 = lean_ctor_get(x_22, 9); +x_193 = lean_ctor_get(x_22, 10); +lean_inc(x_193); +lean_inc(x_192); +lean_inc(x_191); +lean_inc(x_190); +lean_inc(x_189); +lean_inc(x_188); +lean_inc(x_187); +lean_inc(x_186); +lean_inc(x_185); +lean_inc(x_184); +lean_inc(x_183); lean_dec(x_22); -x_231 = l_Lean_replaceRef(x_166, x_225); -lean_dec(x_225); -x_232 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_232, 0, x_220); -lean_ctor_set(x_232, 1, x_221); -lean_ctor_set(x_232, 2, x_222); -lean_ctor_set(x_232, 3, x_223); -lean_ctor_set(x_232, 4, x_224); -lean_ctor_set(x_232, 5, x_231); -lean_ctor_set(x_232, 6, x_226); -lean_ctor_set(x_232, 7, x_227); -lean_ctor_set(x_232, 8, x_228); -lean_ctor_set(x_232, 9, x_229); -lean_ctor_set(x_232, 10, x_230); -if (x_169 == 0) -{ -lean_object* x_233; +x_194 = l_Lean_replaceRef(x_130, x_188); +lean_dec(x_188); +x_195 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_195, 0, x_183); +lean_ctor_set(x_195, 1, x_184); +lean_ctor_set(x_195, 2, x_185); +lean_ctor_set(x_195, 3, x_186); +lean_ctor_set(x_195, 4, x_187); +lean_ctor_set(x_195, 5, x_194); +lean_ctor_set(x_195, 6, x_189); +lean_ctor_set(x_195, 7, x_190); +lean_ctor_set(x_195, 8, x_191); +lean_ctor_set(x_195, 9, x_192); +lean_ctor_set(x_195, 10, x_193); +if (x_132 == 0) +{ +lean_object* x_196; lean_inc(x_23); -lean_inc(x_232); +lean_inc(x_195); lean_inc(x_21); lean_inc(x_20); lean_inc(x_2); lean_inc(x_1); -x_233 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields(x_1, x_2, x_20, x_21, x_232, x_23, x_24); -if (lean_obj_tag(x_233) == 0) -{ -lean_object* x_234; lean_object* x_235; lean_object* x_236; -x_234 = lean_ctor_get(x_233, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_233, 1); -lean_inc(x_235); -lean_dec(x_233); -x_236 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_167, x_1, x_2, x_166, x_9, x_12, x_8, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_234, x_16, x_17, x_18, x_19, x_20, x_21, x_232, x_23, x_235); -if (lean_obj_tag(x_236) == 0) -{ -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_237 = lean_ctor_get(x_236, 0); -lean_inc(x_237); -x_238 = lean_ctor_get(x_236, 1); -lean_inc(x_238); -if (lean_is_exclusive(x_236)) { - lean_ctor_release(x_236, 0); - lean_ctor_release(x_236, 1); - x_239 = x_236; +x_196 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getNumExplicitFields(x_1, x_2, x_20, x_21, x_195, x_23, x_24); +if (lean_obj_tag(x_196) == 0) +{ +lean_object* x_197; lean_object* x_198; lean_object* x_199; +x_197 = lean_ctor_get(x_196, 0); +lean_inc(x_197); +x_198 = lean_ctor_get(x_196, 1); +lean_inc(x_198); +lean_dec(x_196); +x_199 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_131, x_1, x_2, x_130, x_9, x_12, x_7, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_197, x_16, x_17, x_18, x_19, x_20, x_21, x_195, x_23, x_198); +if (lean_obj_tag(x_199) == 0) +{ +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_200 = lean_ctor_get(x_199, 0); +lean_inc(x_200); +x_201 = lean_ctor_get(x_199, 1); +lean_inc(x_201); +if (lean_is_exclusive(x_199)) { + lean_ctor_release(x_199, 0); + lean_ctor_release(x_199, 1); + x_202 = x_199; } else { - lean_dec_ref(x_236); - x_239 = lean_box(0); -} -x_240 = lean_ctor_get(x_237, 0); -lean_inc(x_240); -x_241 = lean_ctor_get(x_237, 1); -lean_inc(x_241); -lean_dec(x_237); -x_242 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_242, 0, x_240); -lean_ctor_set(x_242, 1, x_241); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_11); -lean_ctor_set(x_243, 1, x_242); -x_244 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_244, 0, x_243); -if (lean_is_scalar(x_239)) { - x_245 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_199); + x_202 = lean_box(0); +} +x_203 = lean_ctor_get(x_200, 0); +lean_inc(x_203); +x_204 = lean_ctor_get(x_200, 1); +lean_inc(x_204); +lean_dec(x_200); +x_205 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_205, 0, x_203); +lean_ctor_set(x_205, 1, x_204); +x_206 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_206, 0, x_11); +lean_ctor_set(x_206, 1, x_205); +x_207 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_207, 0, x_206); +if (lean_is_scalar(x_202)) { + x_208 = lean_alloc_ctor(0, 2, 0); } else { - x_245 = x_239; + x_208 = x_202; } -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_238); -return x_245; +lean_ctor_set(x_208, 0, x_207); +lean_ctor_set(x_208, 1, x_201); +return x_208; } else { -lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_object* x_249; +lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_dec(x_11); -x_246 = lean_ctor_get(x_236, 0); -lean_inc(x_246); -x_247 = lean_ctor_get(x_236, 1); -lean_inc(x_247); -if (lean_is_exclusive(x_236)) { - lean_ctor_release(x_236, 0); - lean_ctor_release(x_236, 1); - x_248 = x_236; +x_209 = lean_ctor_get(x_199, 0); +lean_inc(x_209); +x_210 = lean_ctor_get(x_199, 1); +lean_inc(x_210); +if (lean_is_exclusive(x_199)) { + lean_ctor_release(x_199, 0); + lean_ctor_release(x_199, 1); + x_211 = x_199; } else { - lean_dec_ref(x_236); - x_248 = lean_box(0); + lean_dec_ref(x_199); + x_211 = lean_box(0); } -if (lean_is_scalar(x_248)) { - x_249 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_211)) { + x_212 = lean_alloc_ctor(1, 2, 0); } else { - x_249 = x_248; + x_212 = x_211; } -lean_ctor_set(x_249, 0, x_246); -lean_ctor_set(x_249, 1, x_247); -return x_249; +lean_ctor_set(x_212, 0, x_209); +lean_ctor_set(x_212, 1, x_210); +return x_212; } } else { -lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; -lean_dec(x_232); -lean_dec(x_167); -lean_dec(x_166); +lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; +lean_dec(x_195); +lean_dec(x_131); +lean_dec(x_130); lean_dec(x_23); lean_dec(x_21); lean_dec(x_20); @@ -10153,100 +10017,99 @@ lean_dec(x_13); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_8); +lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_250 = lean_ctor_get(x_233, 0); -lean_inc(x_250); -x_251 = lean_ctor_get(x_233, 1); -lean_inc(x_251); -if (lean_is_exclusive(x_233)) { - lean_ctor_release(x_233, 0); - lean_ctor_release(x_233, 1); - x_252 = x_233; +x_213 = lean_ctor_get(x_196, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_196, 1); +lean_inc(x_214); +if (lean_is_exclusive(x_196)) { + lean_ctor_release(x_196, 0); + lean_ctor_release(x_196, 1); + x_215 = x_196; } else { - lean_dec_ref(x_233); - x_252 = lean_box(0); + lean_dec_ref(x_196); + x_215 = lean_box(0); } -if (lean_is_scalar(x_252)) { - x_253 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_215)) { + x_216 = lean_alloc_ctor(1, 2, 0); } else { - x_253 = x_252; + x_216 = x_215; } -lean_ctor_set(x_253, 0, x_250); -lean_ctor_set(x_253, 1, x_251); -return x_253; +lean_ctor_set(x_216, 0, x_213); +lean_ctor_set(x_216, 1, x_214); +return x_216; } } else { -lean_object* x_254; +lean_object* x_217; lean_inc(x_2); -x_254 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_167, x_1, x_2, x_166, x_9, x_12, x_8, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_2, x_16, x_17, x_18, x_19, x_20, x_21, x_232, x_23, x_24); -if (lean_obj_tag(x_254) == 0) -{ -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_255 = lean_ctor_get(x_254, 0); -lean_inc(x_255); -x_256 = lean_ctor_get(x_254, 1); -lean_inc(x_256); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_257 = x_254; +x_217 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__4(x_131, x_1, x_2, x_130, x_9, x_12, x_7, x_10, x_14, x_3, x_4, x_5, x_6, x_13, x_2, x_16, x_17, x_18, x_19, x_20, x_21, x_195, x_23, x_24); +if (lean_obj_tag(x_217) == 0) +{ +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; +x_218 = lean_ctor_get(x_217, 0); +lean_inc(x_218); +x_219 = lean_ctor_get(x_217, 1); +lean_inc(x_219); +if (lean_is_exclusive(x_217)) { + lean_ctor_release(x_217, 0); + lean_ctor_release(x_217, 1); + x_220 = x_217; } else { - lean_dec_ref(x_254); - x_257 = lean_box(0); -} -x_258 = lean_ctor_get(x_255, 0); -lean_inc(x_258); -x_259 = lean_ctor_get(x_255, 1); -lean_inc(x_259); -lean_dec(x_255); -x_260 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_260, 0, x_258); -lean_ctor_set(x_260, 1, x_259); -x_261 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_261, 0, x_11); -lean_ctor_set(x_261, 1, x_260); -x_262 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_262, 0, x_261); -if (lean_is_scalar(x_257)) { - x_263 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_217); + x_220 = lean_box(0); +} +x_221 = lean_ctor_get(x_218, 0); +lean_inc(x_221); +x_222 = lean_ctor_get(x_218, 1); +lean_inc(x_222); +lean_dec(x_218); +x_223 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_223, 0, x_221); +lean_ctor_set(x_223, 1, x_222); +x_224 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_224, 0, x_11); +lean_ctor_set(x_224, 1, x_223); +x_225 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_225, 0, x_224); +if (lean_is_scalar(x_220)) { + x_226 = lean_alloc_ctor(0, 2, 0); } else { - x_263 = x_257; + x_226 = x_220; } -lean_ctor_set(x_263, 0, x_262); -lean_ctor_set(x_263, 1, x_256); -return x_263; +lean_ctor_set(x_226, 0, x_225); +lean_ctor_set(x_226, 1, x_219); +return x_226; } else { -lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_dec(x_11); -x_264 = lean_ctor_get(x_254, 0); -lean_inc(x_264); -x_265 = lean_ctor_get(x_254, 1); -lean_inc(x_265); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_266 = x_254; +x_227 = lean_ctor_get(x_217, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_217, 1); +lean_inc(x_228); +if (lean_is_exclusive(x_217)) { + lean_ctor_release(x_217, 0); + lean_ctor_release(x_217, 1); + x_229 = x_217; } else { - lean_dec_ref(x_254); - x_266 = lean_box(0); + lean_dec_ref(x_217); + x_229 = lean_box(0); } -if (lean_is_scalar(x_266)) { - x_267 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_229)) { + x_230 = lean_alloc_ctor(1, 2, 0); } else { - x_267 = x_266; -} -lean_ctor_set(x_267, 0, x_264); -lean_ctor_set(x_267, 1, x_265); -return x_267; + x_230 = x_229; } +lean_ctor_set(x_230, 0, x_227); +lean_ctor_set(x_230, 1, x_228); +return x_230; } } } @@ -10377,7 +10240,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_52 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_36, x_50, x_38, x_51, x_49, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_52 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_36, x_50, x_38, x_51, x_49, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_52) == 0) { lean_object* x_53; lean_object* x_54; @@ -10456,7 +10319,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_66 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_36, x_64, x_38, x_65, x_48, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_66 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_36, x_64, x_38, x_65, x_48, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_66) == 0) { lean_object* x_67; lean_object* x_68; @@ -10524,7 +10387,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_76 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_36, x_74, x_38, x_75, x_48, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_76 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_36, x_74, x_38, x_75, x_48, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_76) == 0) { lean_object* x_77; lean_object* x_78; @@ -10603,7 +10466,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_90 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_36, x_88, x_38, x_89, x_87, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_90 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_36, x_88, x_38, x_89, x_87, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_90) == 0) { lean_object* x_91; lean_object* x_92; @@ -10674,7 +10537,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_101 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_36, x_99, x_38, x_100, x_98, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_101 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_36, x_99, x_38, x_100, x_98, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_101) == 0) { lean_object* x_102; lean_object* x_103; @@ -10761,7 +10624,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_116 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_111, x_114, x_38, x_115, x_46, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_116 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_111, x_114, x_38, x_115, x_46, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_116) == 0) { lean_object* x_117; lean_object* x_118; @@ -10830,7 +10693,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_126 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_111, x_124, x_38, x_125, x_46, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_126 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_111, x_124, x_38, x_125, x_46, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_126) == 0) { lean_object* x_127; lean_object* x_128; @@ -10912,7 +10775,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_141 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_135, x_139, x_38, x_140, x_138, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_141 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_135, x_139, x_38, x_140, x_138, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_141) == 0) { lean_object* x_142; lean_object* x_143; @@ -10984,7 +10847,7 @@ lean_inc(x_12); lean_inc(x_7); lean_inc(x_5); lean_inc(x_4); -x_152 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_3, x_33, x_34, x_7, x_135, x_150, x_38, x_151, x_149, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); +x_152 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__5(x_35, x_41, x_4, x_5, x_6, x_2, x_33, x_3, x_34, x_7, x_135, x_150, x_38, x_151, x_149, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_42); if (lean_obj_tag(x_152) == 0) { lean_object* x_153; lean_object* x_154; @@ -11119,7 +10982,43 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8(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_Elab_Tactic_ElimApp_evalAlts_go___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName(x_7); +x_9 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__7; +x_10 = lean_name_eq(x_8, x_9); +lean_dec(x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_object* x_13; +x_13 = lean_array_push(x_5, x_7); +x_3 = x_12; +x_5 = x_13; +goto _start; +} +else +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__9(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -11387,7 +11286,7 @@ else size_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; x_45 = lean_usize_of_nat(x_37); lean_dec(x_37); -x_46 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8(x_35, x_22, x_45, x_23); +x_46 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__9(x_35, x_22, x_45, x_23); lean_dec(x_35); x_47 = lean_box(0); x_48 = l_Lean_Elab_Tactic_ElimApp_evalAlts_go___lambda__2(x_36, x_46, x_47, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_34); @@ -11605,7 +11504,7 @@ lean_dec(x_12); x_26 = lean_unbox(x_14); lean_dec(x_14); x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___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_25, x_13, x_26, x_15, x_16, x_17, x_18, x_19, x_20, x_21, x_22, x_23, x_24); -lean_dec(x_7); +lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); return x_27; @@ -11668,7 +11567,21 @@ lean_dec(x_2); return x_23; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___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_Elab_Tactic_ElimApp_evalAlts_go___spec__8___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__9___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; @@ -11676,7 +11589,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_Elab_Tactic_ElimApp_evalAlts_go___spec__8(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__8___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__9(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -12236,10 +12149,27 @@ return x_2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___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; +uint8_t x_13; lean_object* x_28; lean_dec(x_3); -x_13 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_2, x_1); -if (lean_obj_tag(x_13) == 0) +x_28 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_2, x_1); +if (lean_obj_tag(x_28) == 0) +{ +uint8_t x_29; +x_29 = 0; +x_13 = x_29; +goto block_27; +} +else +{ +uint8_t x_30; +lean_dec(x_28); +x_30 = 1; +x_13 = x_30; +goto block_27; +} +block_27: +{ +if (x_13 == 0) { lean_object* x_14; lean_object* x_15; x_14 = lean_box(0); @@ -12249,7 +12179,6 @@ 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; uint8_t x_23; -lean_dec(x_13); lean_dec(x_2); x_16 = l_Lean_Expr_fvar___override(x_1); x_17 = l_Lean_MessageData_ofExpr(x_16); @@ -12283,6 +12212,7 @@ return x_26; } } } +} static lean_object* _init_l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___closed__1() { _start: { @@ -12315,10 +12245,27 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; +lean_object* x_18; uint8_t x_19; lean_object* x_44; x_18 = lean_array_uget(x_3, x_5); -x_19 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_2, x_18); -if (lean_obj_tag(x_19) == 0) +x_44 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_2, x_18); +if (lean_obj_tag(x_44) == 0) +{ +uint8_t x_45; +x_45 = 0; +x_19 = x_45; +goto block_43; +} +else +{ +uint8_t x_46; +lean_dec(x_44); +x_46 = 1; +x_19 = x_46; +goto block_43; +} +block_43: +{ +if (x_19 == 0) { lean_object* x_20; lean_object* x_21; x_20 = lean_box(0); @@ -12367,7 +12314,6 @@ 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; uint8_t x_39; -lean_dec(x_19); lean_dec(x_6); x_32 = l_Lean_Expr_fvar___override(x_18); x_33 = l_Lean_indentExpr(x_32); @@ -12402,6 +12348,7 @@ return x_42; } } } +} LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___spec__1___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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, 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: { @@ -12417,10 +12364,27 @@ return x_16; } else { -lean_object* x_17; lean_object* x_18; +lean_object* x_17; uint8_t x_18; lean_object* x_43; x_17 = lean_array_uget(x_2, x_4); -x_18 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_17); -if (lean_obj_tag(x_18) == 0) +x_43 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_17); +if (lean_obj_tag(x_43) == 0) +{ +uint8_t x_44; +x_44 = 0; +x_18 = x_44; +goto block_42; +} +else +{ +uint8_t x_45; +lean_dec(x_43); +x_45 = 1; +x_18 = x_45; +goto block_42; +} +block_42: +{ +if (x_18 == 0) { lean_object* x_19; lean_object* x_20; x_19 = lean_box(0); @@ -12469,7 +12433,6 @@ return x_30; 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; lean_object* x_37; uint8_t x_38; -lean_dec(x_18); lean_dec(x_5); x_31 = l_Lean_Expr_fvar___override(x_17); x_32 = l_Lean_indentExpr(x_31); @@ -12504,6 +12467,7 @@ return x_41; } } } +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_generalizeVars___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: { @@ -13070,41 +13034,7 @@ x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Elab_Tactic_Induction_0__Lean_E return x_7; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { -_start: -{ -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_isMultiAlt(x_5); -lean_dec(x_5); -if (x_6 == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_2, x_7); -x_2 = x_8; -goto _start; -} -else -{ -uint8_t x_10; -x_10 = 1; -return x_10; -} -} -else -{ -uint8_t x_11; -x_11 = 0; -return x_11; -} -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -13146,97 +13076,138 @@ goto _start; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_isMultiAlt(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_2, x_7); +x_2 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +else +{ +uint8_t x_11; +x_11 = 0; +return x_11; +} +} +} LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f(lean_object* x_1) { _start: { -lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; +lean_object* x_2; uint8_t x_3; lean_object* x_17; lean_object* x_18; uint8_t x_19; x_2 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltsOfInductionAlts(x_1); -x_3 = lean_array_get_size(x_2); -x_4 = lean_unsigned_to_nat(0u); -x_5 = lean_nat_dec_lt(x_4, x_3); -if (x_5 == 0) +x_17 = lean_array_get_size(x_2); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_17); +if (x_19 == 0) { -lean_object* x_6; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_6 = lean_box(0); -return x_6; +uint8_t x_20; +lean_dec(x_17); +x_20 = 0; +x_3 = x_20; +goto block_16; } else { -uint8_t x_7; -x_7 = lean_nat_dec_le(x_3, x_3); -if (x_7 == 0) +uint8_t x_21; +x_21 = lean_nat_dec_le(x_17, x_17); +if (x_21 == 0) { -lean_object* x_8; -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(0); -return x_8; +uint8_t x_22; +lean_dec(x_17); +x_22 = 0; +x_3 = x_22; +goto block_16; } else { -size_t x_9; size_t x_10; uint8_t x_11; -x_9 = 0; -x_10 = lean_usize_of_nat(x_3); -lean_dec(x_3); -x_11 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(x_2, x_9, x_10); -if (x_11 == 0) +size_t x_23; size_t x_24; uint8_t x_25; +x_23 = 0; +x_24 = lean_usize_of_nat(x_17); +lean_dec(x_17); +x_25 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(x_2, x_23, x_24); +x_3 = x_25; +goto block_16; +} +} +block_16: { -lean_object* x_12; +if (x_3 == 0) +{ +lean_object* x_4; lean_dec(x_2); lean_dec(x_1); -x_12 = lean_box(0); -return x_12; +x_4 = lean_box(0); +return x_4; } 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; -x_13 = l_Lean_Elab_Tactic_ElimApp_State_alts___default___closed__1; -x_14 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(x_2, x_10, x_9, x_13); +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; lean_object* x_14; lean_object* x_15; +x_5 = lean_array_get_size(x_2); +x_6 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_7 = 0; +x_8 = l_Lean_Elab_Tactic_ElimApp_State_alts___default___closed__1; +x_9 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(x_2, x_6, x_7, x_8); lean_dec(x_2); -x_15 = lean_box(2); -x_16 = l_Lean_Elab_Tactic_withCaseRef___at_Lean_Elab_Tactic_evalAlt___spec__1___closed__3; -x_17 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -lean_ctor_set(x_17, 2, x_14); -x_18 = lean_unsigned_to_nat(2u); -x_19 = l_Lean_Syntax_setArg(x_1, x_18, x_17); -x_20 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, x_19); -return x_20; -} +x_10 = lean_box(2); +x_11 = l_Lean_Elab_Tactic_withCaseRef___at_Lean_Elab_Tactic_evalAlt___spec__1___closed__3; +x_12 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_12, 0, x_10); +lean_ctor_set(x_12, 1, x_11); +lean_ctor_set(x_12, 2, x_9); +x_13 = lean_unsigned_to_nat(2u); +x_14 = l_Lean_Syntax_setArg(x_1, x_13, x_12); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_14); +return x_15; } } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); +size_t x_5; size_t x_6; lean_object* x_7; +x_5 = lean_unbox_usize(x_2); lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); +x_6 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(x_1, x_4, x_5); +x_7 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__1(x_1, x_5, x_6, x_4); lean_dec(x_1); -x_7 = lean_box(x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___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_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -size_t x_5; size_t x_6; lean_object* x_7; -x_5 = lean_unbox_usize(x_2); +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_6 = lean_unbox_usize(x_3); +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_7 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(x_1, x_5, x_6, x_4); +x_6 = l_Array_anyMUnsafe_any___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_expandInductionAlts_x3f___spec__2(x_1, x_4, x_5); lean_dec(x_1); +x_7 = lean_box(x_6); return x_7; } } @@ -15730,67 +15701,73 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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_dec(x_3); if (x_2 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_box(0); -x_14 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_14; +uint8_t x_31; +x_31 = 0; +x_13 = x_31; +goto block_30; } else { -uint8_t x_15; -x_15 = lean_ctor_get_uint8(x_1, sizeof(void*)*5 + 3); -if (x_15 == 0) +uint8_t x_32; +x_32 = lean_ctor_get_uint8(x_1, sizeof(void*)*5 + 3); +x_13 = x_32; +goto block_30; +} +block_30: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_box(0); -x_17 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1(x_1, x_2, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_17; +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_box(0); +x_15 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1(x_1, x_2, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_15; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_18 = lean_ctor_get(x_1, 0); -lean_inc(x_18); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_16 = lean_ctor_get(x_1, 0); +lean_inc(x_16); lean_dec(x_1); -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -lean_dec(x_18); -x_20 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1___closed__1; -x_21 = l_Lean_Name_str___override(x_19, x_20); -x_22 = l_Lean_MessageData_ofName(x_21); -x_23 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__2; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1___closed__1; +x_19 = l_Lean_Name_str___override(x_17, x_18); +x_20 = l_Lean_MessageData_ofName(x_19); +x_21 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__2; +x_22 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +x_23 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__4; x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_22); -x_25 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__4; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -x_27 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_26, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +x_25 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_24, 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); -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) -{ -return x_27; -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_27); -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; +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) +{ +return x_25; +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_25, 0); +x_28 = lean_ctor_get(x_25, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_25); +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; } } } @@ -15816,30 +15793,30 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__3(uint8_t x_1, lean_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_47; lean_object* x_48; uint8_t x_49; +lean_object* x_13; lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_dec(x_3); -x_47 = lean_array_get_size(x_2); -x_48 = lean_unsigned_to_nat(0u); -x_49 = lean_nat_dec_lt(x_48, x_47); -lean_dec(x_47); -if (x_49 == 0) +x_48 = lean_array_get_size(x_2); +x_49 = lean_unsigned_to_nat(0u); +x_50 = lean_nat_dec_lt(x_49, x_48); +lean_dec(x_48); +if (x_50 == 0) { -lean_object* x_50; lean_object* x_51; +lean_object* x_51; lean_object* x_52; lean_dec(x_2); -x_50 = l_Lean_instInhabitedExpr; -x_51 = l___private_Init_Util_0__outOfBounds___rarg(x_50); -x_13 = x_51; -goto block_46; +x_51 = l_Lean_instInhabitedExpr; +x_52 = l___private_Init_Util_0__outOfBounds___rarg(x_51); +x_13 = x_52; +goto block_47; } else { -lean_object* x_52; -x_52 = lean_array_fget(x_2, x_48); +lean_object* x_53; +x_53 = lean_array_fget(x_2, x_49); lean_dec(x_2); -x_13 = x_52; -goto block_46; +x_13 = x_53; +goto block_47; } -block_46: +block_47: { lean_object* x_14; lean_inc(x_11); @@ -15853,59 +15830,79 @@ lean_inc(x_4); x_14 = l_Lean_Elab_Tactic_getInductiveValFromMajor(x_13, 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) { -if (x_1 == 0) -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +lean_object* x_15; lean_object* x_16; uint8_t 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 = lean_box(0); -x_18 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2(x_15, x_1, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16); +if (x_1 == 0) +{ +uint8_t x_35; +x_35 = 0; +x_17 = x_35; +goto block_34; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_36 = lean_ctor_get(x_15, 3); +lean_inc(x_36); +x_37 = lean_unsigned_to_nat(0u); +x_38 = l_List_lengthTRAux___rarg(x_36, x_37); +lean_dec(x_36); +x_39 = lean_unsigned_to_nat(1u); +x_40 = lean_nat_dec_eq(x_38, x_39); +lean_dec(x_38); +if (x_40 == 0) +{ +uint8_t x_41; +x_41 = 1; +x_17 = x_41; +goto block_34; +} +else +{ +uint8_t x_42; +x_42 = 0; +x_17 = x_42; +goto block_34; +} +} +block_34: +{ +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_box(0); +x_19 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2(x_15, x_1, x_18, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_18; +return x_19; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_19 = lean_ctor_get(x_14, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_14, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_20 = lean_ctor_get(x_15, 0); lean_inc(x_20); -lean_dec(x_14); -x_21 = lean_ctor_get(x_19, 3); +lean_dec(x_15); +x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -x_22 = lean_unsigned_to_nat(0u); -x_23 = l_List_lengthTRAux___rarg(x_21, x_22); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_nat_dec_eq(x_23, x_24); -lean_dec(x_23); -if (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; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_26 = lean_ctor_get(x_19, 0); -lean_inc(x_26); -lean_dec(x_19); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -lean_dec(x_26); -x_28 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1___closed__1; -x_29 = l_Lean_Name_str___override(x_27, x_28); -x_30 = l_Lean_MessageData_ofName(x_29); -x_31 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__3___closed__2; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__4; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_34, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20); +lean_dec(x_20); +x_22 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__1___closed__1; +x_23 = l_Lean_Name_str___override(x_21, x_22); +x_24 = l_Lean_MessageData_ofName(x_23); +x_25 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__3___closed__2; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +x_27 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2___closed__4; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_26); +lean_ctor_set(x_28, 1, x_27); +x_29 = l_Lean_throwError___at_Lean_Elab_Tactic_evalTactic___spec__2(x_28, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_16); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -15914,41 +15911,30 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) { -return x_35; +return x_29; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_35); -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_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_29, 0); +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_29); +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; } -else -{ -lean_object* x_40; lean_object* x_41; -x_40 = lean_box(0); -x_41 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getElimNameInfo___lambda__2(x_19, x_1, x_40, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_20); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_41; } } } else { -uint8_t x_42; +uint8_t x_43; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -15957,23 +15943,23 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_42 = !lean_is_exclusive(x_14); -if (x_42 == 0) +x_43 = !lean_is_exclusive(x_14); +if (x_43 == 0) { return x_14; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_14, 0); -x_44 = lean_ctor_get(x_14, 1); +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_inc(x_43); lean_dec(x_14); -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; +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; } } } @@ -17159,167 +17145,284 @@ return x_2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; +uint8_t x_9; lean_object* x_23; lean_object* x_24; lean_inc(x_1); -x_9 = l_Lean_Expr_fvarId_x21(x_1); -x_10 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_2, x_9); -lean_dec(x_9); -if (lean_obj_tag(x_10) == 0) +x_23 = l_Lean_Expr_fvarId_x21(x_1); +x_24 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_2, x_23); +lean_dec(x_23); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_11; lean_object* x_12; +uint8_t x_25; +x_25 = 0; +x_9 = x_25; +goto block_22; +} +else +{ +uint8_t x_26; +lean_dec(x_24); +x_26 = 1; +x_9 = x_26; +goto block_22; +} +block_22: +{ +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_dec(x_1); -x_11 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___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_8); -return x_12; +x_10 = l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___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_8); +return x_11; +} +else +{ +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_12 = l_Lean_indentExpr(x_1); +x_13 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__1___closed__2; +x_14 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_12); +x_15 = l_Lean_Elab_Tactic_ElimApp_setMotiveArg___closed__6; +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_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_16, x_4, x_5, x_6, x_7, x_8); +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) +{ +return x_17; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_17); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +return x_21; +} +} +} +} +} +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("index in target's type is not a variable (consider using the `cases` tactic instead)", 84); +return x_1; +} +} +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +uint8_t x_13; +x_13 = lean_usize_dec_lt(x_6, x_5); +if (x_13 == 0) +{ +lean_object* x_14; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_12); +return x_14; +} +else +{ +lean_object* x_15; uint8_t x_16; +lean_dec(x_7); +x_15 = lean_array_uget(x_4, x_6); +x_16 = l_Lean_Expr_isFVar(x_15); +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; +x_17 = l_Lean_indentExpr(x_15); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__2; +x_19 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +x_20 = l_Lean_Elab_Tactic_ElimApp_setMotiveArg___closed__6; +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_21, x_8, x_9, x_10, x_11, x_12); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +return x_22; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_22); +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; +} +} +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_box(0); +x_28 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__1(x_15, x_2, x_27, 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; size_t x_32; size_t x_33; +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 = lean_ctor_get(x_29, 0); +lean_inc(x_31); +lean_dec(x_29); +x_32 = 1; +x_33 = lean_usize_add(x_6, x_32); +x_6 = x_33; +x_7 = x_31; +x_12 = x_30; +goto _start; } 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; uint8_t x_19; -lean_dec(x_10); -x_13 = l_Lean_indentExpr(x_1); -x_14 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__1___closed__2; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_Elab_Tactic_ElimApp_setMotiveArg___closed__6; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_17, x_4, x_5, x_6, x_7, x_8); -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) +uint8_t x_35; +x_35 = !lean_is_exclusive(x_28); +if (x_35 == 0) { -return x_18; +return x_28; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_18, 0); -x_21 = lean_ctor_get(x_18, 1); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_18); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; -} -} +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_28, 0); +x_37 = lean_ctor_get(x_28, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_28); +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; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("index in target's type is not a variable (consider using the `cases` tactic instead)", 84); -return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -uint8_t x_11; -x_11 = lean_usize_dec_lt(x_4, x_3); -if (x_11 == 0) +uint8_t x_12; +x_12 = lean_usize_dec_lt(x_5, x_4); +if (x_12 == 0) { -lean_object* x_12; -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_5); -lean_ctor_set(x_12, 1, x_10); -return x_12; +lean_object* x_13; +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_6); +lean_ctor_set(x_13, 1, x_11); +return x_13; } else { -lean_object* x_13; uint8_t x_14; -lean_dec(x_5); -x_13 = lean_array_uget(x_2, x_4); -x_14 = l_Lean_Expr_isFVar(x_13); -if (x_14 == 0) +lean_object* x_14; uint8_t x_15; +lean_dec(x_6); +x_14 = lean_array_uget(x_3, x_5); +x_15 = l_Lean_Expr_isFVar(x_14); +if (x_15 == 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; uint8_t x_21; -x_15 = l_Lean_indentExpr(x_13); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__2; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_15); -x_18 = l_Lean_Elab_Tactic_ElimApp_setMotiveArg___closed__6; -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_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_19, x_6, x_7, x_8, x_9, x_10); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 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; uint8_t x_22; +x_16 = l_Lean_indentExpr(x_14); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___closed__2; +x_18 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_16); +x_19 = l_Lean_Elab_Tactic_ElimApp_setMotiveArg___closed__6; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_19); +x_21 = l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(x_20, x_7, x_8, x_9, x_10, x_11); +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -return x_20; +return x_21; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_ctor_get(x_21, 1); +lean_inc(x_24); lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_20); -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; +lean_dec(x_21); +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_25; lean_object* x_26; -x_25 = lean_box(0); -x_26 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__1(x_13, x_1, x_25, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_26) == 0) +lean_object* x_26; lean_object* x_27; +x_26 = lean_box(0); +x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___lambda__1(x_14, x_1, x_26, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; size_t x_30; size_t x_31; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); +lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; +x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_27, 0); +x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); lean_dec(x_27); -x_30 = 1; -x_31 = lean_usize_add(x_4, x_30); -x_4 = x_31; -x_5 = x_29; -x_10 = x_28; +x_30 = lean_ctor_get(x_28, 0); +lean_inc(x_30); +lean_dec(x_28); +x_31 = 1; +x_32 = lean_usize_add(x_5, x_31); +x_5 = x_32; +x_6 = x_30; +x_11 = x_29; goto _start; } else { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) +uint8_t x_34; +x_34 = !lean_is_exclusive(x_27); +if (x_34 == 0) { -return x_26; +return x_27; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_26, 0); -x_35 = lean_ctor_get(x_26, 1); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_27, 0); +x_36 = lean_ctor_get(x_27, 1); +lean_inc(x_36); lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_26); -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_27); +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; } } } @@ -17336,7 +17439,7 @@ x_9 = lean_usize_of_nat(x_8); lean_dec(x_8); x_10 = 0; x_11 = lean_box(0); -x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1(x_7, x_1, x_9, x_10, x_11, x_2, x_3, x_4, x_5, x_6); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__2(x_7, x_7, x_1, x_9, x_10, x_11, x_2, x_3, x_4, x_5, x_6); if (lean_obj_tag(x_12) == 0) { uint8_t x_13; @@ -17399,22 +17502,43 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___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: { -size_t x_11; size_t x_12; lean_object* x_13; -x_11 = lean_unbox_usize(x_3); +size_t x_13; size_t x_14; lean_object* x_15; +x_13 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_14 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1(x_1, x_2, x_3, x_4, x_13, x_14, 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_4); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___at_Lean_Elab_Tactic_evalInduction_checkTargets___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) { +_start: +{ +size_t x_12; size_t x_13; lean_object* x_14; x_12 = lean_unbox_usize(x_4); lean_dec(x_4); -x_13 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1(x_1, x_2, x_11, x_12, x_5, x_6, x_7, x_8, x_9, x_10); +x_13 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_14 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__1___at_Lean_Elab_Tactic_evalInduction_checkTargets___spec__2(x_1, x_2, x_3, x_12, x_13, 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_3); lean_dec(x_2); lean_dec(x_1); -return x_13; +return x_14; } } LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalInduction_checkTargets___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) { @@ -19116,134 +19240,145 @@ lean_inc(x_17); x_18 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_shouldGeneralizeTarget(x_17, x_6, x_7, x_8, x_9, x_10); if (lean_obj_tag(x_18) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_42; +lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_47; 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_42 = lean_unbox(x_19); +x_47 = lean_unbox(x_19); lean_dec(x_19); -if (x_42 == 0) +if (x_47 == 0) { -lean_object* x_43; -x_43 = lean_ctor_get(x_13, 2); -lean_inc(x_43); +lean_object* x_48; +x_48 = lean_ctor_get(x_13, 2); +lean_inc(x_48); lean_dec(x_13); -if (lean_obj_tag(x_43) == 0) +if (lean_obj_tag(x_48) == 0) { -lean_object* x_44; lean_object* x_45; size_t x_46; size_t x_47; -lean_dec(x_16); -x_44 = lean_array_push(x_15, x_17); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_14); -lean_ctor_set(x_45, 1, x_44); -x_46 = 1; -x_47 = lean_usize_add(x_4, x_46); -x_4 = x_47; -x_5 = x_45; -x_10 = x_20; -goto _start; +uint8_t x_49; +x_49 = 0; +x_21 = x_49; +goto block_46; } else { -lean_object* x_49; -lean_dec(x_43); -lean_dec(x_17); -x_49 = lean_box(0); -x_21 = x_49; -goto block_41; +uint8_t x_50; +lean_dec(x_48); +x_50 = 1; +x_21 = x_50; +goto block_46; } } else { -lean_object* x_50; -lean_dec(x_17); +uint8_t x_51; lean_dec(x_13); -x_50 = lean_box(0); -x_21 = x_50; -goto block_41; +x_51 = 1; +x_21 = x_51; +goto block_46; } -block_41: +block_46: { -lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; -lean_dec(x_21); -x_22 = lean_array_get_size(x_1); -x_23 = lean_nat_dec_lt(x_14, x_22); -lean_dec(x_22); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_nat_add(x_14, x_24); -if (x_23 == 0) +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; size_t x_24; size_t x_25; +x_22 = lean_array_push(x_15, x_17); +if (lean_is_scalar(x_16)) { + x_23 = lean_alloc_ctor(0, 2, 0); +} else { + x_23 = x_16; +} +lean_ctor_set(x_23, 0, x_14); +lean_ctor_set(x_23, 1, x_22); +x_24 = 1; +x_25 = lean_usize_add(x_4, x_24); +x_4 = x_25; +x_5 = x_23; +x_10 = x_20; +goto _start; +} +else +{ +lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_17); +x_27 = lean_array_get_size(x_1); +x_28 = lean_nat_dec_lt(x_14, x_27); +lean_dec(x_27); +x_29 = lean_unsigned_to_nat(1u); +x_30 = lean_nat_add(x_14, x_29); +if (x_28 == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; size_t x_36; size_t x_37; lean_dec(x_14); -x_26 = l_Lean_instInhabitedFVarId; -x_27 = l___private_Init_Util_0__outOfBounds___rarg(x_26); -x_28 = l_Lean_Expr_fvar___override(x_27); -x_29 = lean_array_push(x_15, x_28); +x_31 = l_Lean_instInhabitedFVarId; +x_32 = l___private_Init_Util_0__outOfBounds___rarg(x_31); +x_33 = l_Lean_Expr_fvar___override(x_32); +x_34 = lean_array_push(x_15, x_33); if (lean_is_scalar(x_16)) { - x_30 = lean_alloc_ctor(0, 2, 0); + x_35 = lean_alloc_ctor(0, 2, 0); } else { - x_30 = x_16; + x_35 = x_16; } -lean_ctor_set(x_30, 0, x_25); -lean_ctor_set(x_30, 1, x_29); -x_31 = 1; -x_32 = lean_usize_add(x_4, x_31); -x_4 = x_32; -x_5 = x_30; +lean_ctor_set(x_35, 0, x_30); +lean_ctor_set(x_35, 1, x_34); +x_36 = 1; +x_37 = lean_usize_add(x_4, x_36); +x_4 = x_37; +x_5 = x_35; x_10 = x_20; goto _start; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; size_t x_38; size_t x_39; -x_34 = lean_array_fget(x_1, x_14); +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; size_t x_43; size_t x_44; +x_39 = lean_array_fget(x_1, x_14); lean_dec(x_14); -x_35 = l_Lean_Expr_fvar___override(x_34); -x_36 = lean_array_push(x_15, x_35); +x_40 = l_Lean_Expr_fvar___override(x_39); +x_41 = lean_array_push(x_15, x_40); if (lean_is_scalar(x_16)) { - x_37 = lean_alloc_ctor(0, 2, 0); + x_42 = lean_alloc_ctor(0, 2, 0); } else { - x_37 = x_16; + x_42 = x_16; } -lean_ctor_set(x_37, 0, x_25); -lean_ctor_set(x_37, 1, x_36); -x_38 = 1; -x_39 = lean_usize_add(x_4, x_38); -x_4 = x_39; -x_5 = x_37; +lean_ctor_set(x_42, 0, x_30); +lean_ctor_set(x_42, 1, x_41); +x_43 = 1; +x_44 = lean_usize_add(x_4, x_43); +x_4 = x_44; +x_5 = x_42; x_10 = x_20; goto _start; } } } +} else { -uint8_t x_51; +uint8_t x_52; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_6); -x_51 = !lean_is_exclusive(x_18); -if (x_51 == 0) +x_52 = !lean_is_exclusive(x_18); +if (x_52 == 0) { return x_18; } else { -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_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_18, 0); +x_54 = lean_ctor_get(x_18, 1); +lean_inc(x_54); lean_inc(x_53); -lean_inc(x_52); 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; +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; } } } @@ -21146,7 +21281,7 @@ x_4 = l_Lean_addBuiltinDeclarationRanges(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -21156,7 +21291,7 @@ 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_Induction___hyg_11692____closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -21166,27 +21301,27 @@ 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_Induction___hyg_11692____closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__2; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__2; x_2 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getUserGeneralizingFVarIds___closed__1; 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_Induction___hyg_11692____closed__4() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__3; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__3; x_2 = l___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__1; 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_Induction___hyg_11692____closed__5() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__5() { _start: { lean_object* x_1; @@ -21194,17 +21329,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__6() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__4; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__5; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__4; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__7() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__7() { _start: { lean_object* x_1; @@ -21212,47 +21347,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__8() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__6; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__7; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__9() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__8; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__8; x_2 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getAltName___closed__1; 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_Induction___hyg_11692____closed__10() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__9; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__9; x_2 = l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_getUserGeneralizingFVarIds___closed__1; 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_Induction___hyg_11692____closed__11() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__10; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__10; x_2 = l___regBuiltin_Lean_Elab_Tactic_evalInduction___closed__1; 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_Induction___hyg_11692____closed__12() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__12() { _start: { lean_object* x_1; @@ -21260,17 +21395,17 @@ x_1 = lean_mk_string_from_bytes("Induction", 9); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__13() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__11; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__12; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__11; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__14() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__14() { _start: { lean_object* x_1; @@ -21278,33 +21413,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__15() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__13; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__14; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__13; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__16() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____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_Induction___hyg_11692____closed__15; -x_2 = lean_unsigned_to_nat(11692u); +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__15; +x_2 = lean_unsigned_to_nat(11709u); 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_Induction___hyg_11692_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709_(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_Induction___hyg_11692____closed__1; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__16; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__16; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -21469,16 +21604,16 @@ l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFiel lean_mark_persistent(l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___lambda__1___closed__2); l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___closed__1 = _init_l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___closed__1(); lean_mark_persistent(l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_getAltNumFields___closed__1); -l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__1 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__1(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__1); -l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__2 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__2(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__2); -l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__3 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__3(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___lambda__1___closed__3); -l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__1 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__1(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__1); -l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2(); -lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__2___closed__2); +l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__1 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__1(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__1); +l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__2 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__2(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__2); +l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___lambda__1___closed__3); +l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__1 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__1(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__1); +l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2 = _init_l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2(); +lean_mark_persistent(l_Std_Range_forIn_loop___at___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_checkAltNames___spec__3___closed__2); l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___boxed__const__1 = _init_l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___boxed__const__1(); lean_mark_persistent(l___private_Lean_Elab_Tactic_Induction_0__Lean_Elab_Tactic_ElimApp_saveAltVarsInfo___boxed__const__1); l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_ElimApp_evalAlts_go___spec__7___lambda__3___closed__1(); @@ -21679,39 +21814,39 @@ lean_mark_persistent(l___regBuiltin_Lean_Elab_Tactic_evalCases_declRange___close res = l___regBuiltin_Lean_Elab_Tactic_evalCases_declRange(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_Induction___hyg_11692____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__1); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__2(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__2); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__3(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__3); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__4(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__4); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__5(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__5); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__6(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__6); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__7(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__7); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__8(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__8); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__9(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__9); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__10(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__10); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__11 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__11(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__11); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__12 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__12(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__12); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__13 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__13(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__13); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__14 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__14(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__14); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__15 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__15(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__15); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__16 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__16(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692____closed__16); -res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11692_(lean_io_mk_world()); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__1); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__2); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__3(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__3); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__4(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__4); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__5(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__5); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__6(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__6); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__7(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__7); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__8 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__8(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__8); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__9 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__9(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__9); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__10 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__10(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__10); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__11 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__11(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__11); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__12 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__12(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__12); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__13 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__13(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__13); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__14 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__14(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__14); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__15 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__15(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__15); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__16 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__16(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709____closed__16); +res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Induction___hyg_11709_(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/Simp.c b/stage0/stdlib/Lean/Elab/Tactic/Simp.c index e92beb4ef5e7..0e15fbff81c3 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Simp.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Simp.c @@ -17,6 +17,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_traceSimpC LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimp(lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__4; lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalConst___at_Lean_Elab_Tactic_elabSimpArgs___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -24,13 +25,12 @@ static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalDSimp___closed__3; lean_object* lean_format_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalDSimp(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_dsimpLocation_go(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_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_Simp_DischargeWrapper_with___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___regBuiltin_Lean_Elab_Tactic_evalSimpAll___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_SimpKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); 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_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__3; 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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__3; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Tactic_Simp_0__Lean_Elab_Tactic_addSimpTheorem___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_dsimpGoal(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -126,6 +126,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabSimpArgs___lambda__2___boxed(lea static lean_object* l_Lean_Elab_Tactic_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_563____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabSimpArgs_resolveSimpIdTheorem_x3f___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_elabDSimpConfigCore___closed__3; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2; static lean_object* l_Lean_Elab_Tactic_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_563____closed__2; static lean_object* l_Lean_Elab_Tactic_traceSimpCall___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabSimpConfig(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -147,7 +148,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_dsimpLocation___lambda__2(lean_objec LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___at_Lean_Elab_Tactic_elabSimpArgs___spec__19___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_Elab_Tactic_getFVarIds(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_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*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6; lean_object* l_List_toString___at_Lean_resolveGlobalConstNoOverloadCore___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Elab_Tactic_traceSimpCall___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*); uint8_t l_Lean_Meta_SimpTheorems_isLemma(lean_object*, lean_object*); @@ -158,6 +158,7 @@ lean_object* l_Lean_Meta_getSimpCongrTheorems___rarg(lean_object*, lean_object*) static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimp___closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalDSimp___closed__4; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimp___closed__3; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__5; static lean_object* l_Lean_Elab_Tactic_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_339____closed__2; static lean_object* l_Lean_Elab_Tactic_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_7____closed__1; static lean_object* l_Lean_Elab_Tactic_traceSimpCall___lambda__2___closed__1; @@ -225,6 +226,7 @@ lean_object* l_Lean_getRevAliases(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_unresolveNameGlobal___at_Lean_Elab_Tactic_traceSimpCall___spec__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_unresolveNameGlobal_unresolveNameCore___at_Lean_Elab_Tactic_traceSimpCall___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabSimpArgs___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__7; LEAN_EXPORT uint8_t l_Lean_Elab_Tactic_ElabSimpArgsResult_starArg___default; lean_object* l_Lean_Meta_Origin_key(lean_object*); static lean_object* l_Lean_Elab_Tactic_tacticToDischarge___closed__13; @@ -246,7 +248,6 @@ lean_object* l_Lean_Elab_Tactic_withMainContext___rarg(lean_object*, lean_object LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Tactic_mkSimpContext___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_DiscrTree_empty(lean_object*, uint8_t); lean_object* l_Lean_Option_register___at_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Options___hyg_6____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__5; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabSimpArgs___spec__20___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_EXPORT lean_object* l_Lean_resolveGlobalConstCore___at_Lean_Elab_Tactic_elabSimpArgs___spec__8(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*); @@ -301,10 +302,10 @@ extern lean_object* l_Lean_rootNamespace; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabSimpArgs___spec__20___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabSimpArgs___lambda__2(lean_object*, uint8_t, uint8_t, 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_object*, lean_object*, lean_object*); extern lean_object* l_Lean_warningAsError; +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkSimpContext___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_EXPORT lean_object* l_Lean_Elab_Tactic_simpLocation___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_Simp___hyg_4750____closed__7; static lean_object* l_Lean_Elab_Tactic_elabDSimpConfigCore___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_elabSimpConfigCore___spec__5(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_Meta_simpExtension; @@ -330,6 +331,7 @@ static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimpAll_declRange___clos LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at_Lean_Elab_Tactic_elabSimpConfigCore___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_Tactic_dsimpLocation_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_EXPORT lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimpAll_declRange(lean_object*); +static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimpAll_declRange___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Elab_Tactic_elabSimpArgs___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_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Tactic_traceSimpCall___spec__11(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -371,7 +373,6 @@ LEAN_EXPORT uint8_t l___private_Lean_Elab_Tactic_Simp_0__Lean_Elab_Tactic_beqSim LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_SimpKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Tactic_elabSimpConfigCtxCore___closed__1; static lean_object* l_Lean_Elab_Tactic_elabSimpConfigCore___closed__5; -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_dsimpLocation___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*); static lean_object* l_Lean_Elab_Tactic_elabSimpConfigCore___closed__11; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_evalSimpAll___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*); @@ -387,6 +388,7 @@ uint8_t lean_nat_dec_lt(lean_object*, 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*); static lean_object* l_Lean_Elab_Tactic_traceSimpCall___lambda__1___closed__10; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Tactic_elabSimpConfigCore___spec__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_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_mkSimpContext___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_Elab_Tactic_traceSimpCall___lambda__1___closed__8; lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Elab_Binders_0__Lean_Elab_Term_FunBinders_elabFunBinderViews___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -402,7 +404,6 @@ LEAN_EXPORT lean_object* l_Lean_mkConstWithLevelParams___at_Lean_Elab_Tactic_ela static lean_object* l_Lean_Elab_Tactic_elabSimpArgs_resolveSimpIdTheorem_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabSimpArgs___lambda__1___boxed(lean_object**); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_elabSimpConfigCore___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__4; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Elab_Tactic_mkSimpContext___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_Lean_Meta_getSimpExtension_x3f(lean_object*, lean_object*); lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); @@ -451,7 +452,6 @@ static lean_object* l_Lean_Elab_Tactic_mkSimpContext___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_resolveGlobalConstNoOverload___at_Lean_Elab_Tactic_elabSimpArgs___spec__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_mkFreshId___at_Lean_Elab_Tactic_elabSimpArgs___spec__2___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Elab_Tactic_traceSimpCall___spec__2___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1; static lean_object* l___regBuiltin_Lean_Elab_Tactic_evalSimp_declRange___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_elabSimpArgs___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instBEqSimpKind; @@ -6488,95 +6488,59 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___at_Lean_Elab_Tactic_elabSimpArgs___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -lean_object* x_12; uint8_t x_25; +uint8_t x_12; uint8_t x_27; lean_inc(x_2); lean_inc(x_1); -x_25 = l_Lean_Meta_SimpTheorems_isLemma(x_1, x_2); -if (x_25 == 0) +x_27 = l_Lean_Meta_SimpTheorems_isLemma(x_1, x_2); +if (x_27 == 0) { if (lean_obj_tag(x_2) == 0) { -lean_object* x_26; uint8_t x_27; -x_26 = lean_ctor_get(x_2, 0); -lean_inc(x_26); -lean_inc(x_26); -lean_inc(x_1); -x_27 = l_Lean_Meta_SimpTheorems_isDeclToUnfold(x_1, x_26); -if (x_27 == 0) -{ lean_object* x_28; uint8_t x_29; -x_28 = lean_ctor_get(x_1, 5); +x_28 = lean_ctor_get(x_2, 0); lean_inc(x_28); -x_29 = l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(x_28, x_26); +lean_inc(x_28); +lean_inc(x_1); +x_29 = l_Lean_Meta_SimpTheorems_isDeclToUnfold(x_1, x_28); if (x_29 == 0) { -lean_object* x_30; -lean_dec(x_1); -x_30 = lean_box(0); -x_12 = x_30; -goto block_24; +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_1, 5); +lean_inc(x_30); +x_31 = l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(x_30, x_28); +x_12 = x_31; +goto block_26; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_box(0); -x_32 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Elab_Tactic_elabSimpArgs___spec__19___lambda__1(x_1, x_2, x_31, 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); -return x_32; +uint8_t x_32; +lean_dec(x_28); +x_32 = 1; +x_12 = x_32; +goto block_26; } } else { -lean_object* x_33; lean_object* x_34; -lean_dec(x_26); -x_33 = lean_box(0); -x_34 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Elab_Tactic_elabSimpArgs___spec__19___lambda__1(x_1, x_2, x_33, 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); -return x_34; +uint8_t x_33; +x_33 = 0; +x_12 = x_33; +goto block_26; } } else { -lean_object* x_35; -lean_dec(x_1); -x_35 = lean_box(0); -x_12 = x_35; -goto block_24; -} +uint8_t x_34; +x_34 = 1; +x_12 = x_34; +goto block_26; } -else +block_26: { -lean_object* x_36; lean_object* x_37; -x_36 = lean_box(0); -x_37 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Elab_Tactic_elabSimpArgs___spec__19___lambda__1(x_1, x_2, x_36, 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); -return x_37; -} -block_24: +if (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; uint8_t x_20; -lean_dec(x_12); +lean_dec(x_1); x_13 = l_Lean_Meta_Origin_key(x_2); lean_dec(x_2); x_14 = l_Lean_MessageData_ofName(x_13); @@ -6616,6 +6580,22 @@ lean_ctor_set(x_23, 1, x_22); return x_23; } } +else +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_box(0); +x_25 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Elab_Tactic_elabSimpArgs___spec__19___lambda__1(x_1, x_2, x_24, 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); +return x_25; +} +} } } LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabSimpArgs___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_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) { @@ -9354,168 +9334,144 @@ x_31 = l_Lean_Elab_Tactic_elabSimpArgs(x_25, x_30, x_3, x_2, x_7, x_8, x_9, x_10 lean_dec(x_25); if (lean_obj_tag(x_31) == 0) { -lean_object* x_32; uint8_t x_33; +lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; uint8_t x_95; x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -x_33 = lean_ctor_get_uint8(x_32, sizeof(void*)*1); -if (x_33 == 0) -{ -uint8_t x_34; -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); -x_34 = !lean_is_exclusive(x_31); -if (x_34 == 0) +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_34 = x_31; +} else { + lean_dec_ref(x_31); + x_34 = lean_box(0); +} +x_95 = lean_ctor_get_uint8(x_32, sizeof(void*)*1); +if (x_95 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_31, 0); -lean_dec(x_35); -x_36 = lean_ctor_get(x_32, 0); -lean_inc(x_36); -lean_dec(x_32); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_4); -lean_ctor_set(x_31, 0, x_37); -return x_31; +uint8_t x_96; +x_96 = 1; +x_35 = x_96; +goto block_94; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_38 = lean_ctor_get(x_31, 1); -lean_inc(x_38); -lean_dec(x_31); -x_39 = lean_ctor_get(x_32, 0); -lean_inc(x_39); -lean_dec(x_32); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_4); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_38); -return x_41; +x_35 = x_5; +goto block_94; } -} -else +block_94: { -if (x_5 == 0) +if (x_35 == 0) { -lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_42 = lean_ctor_get(x_32, 0); -lean_inc(x_42); +lean_object* x_36; uint8_t x_37; +lean_dec(x_34); +x_36 = lean_ctor_get(x_32, 0); +lean_inc(x_36); lean_dec(x_32); -x_43 = lean_ctor_get(x_31, 1); -lean_inc(x_43); -lean_dec(x_31); -x_44 = !lean_is_exclusive(x_42); -if (x_44 == 0) +x_37 = !lean_is_exclusive(x_36); +if (x_37 == 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; -x_45 = lean_ctor_get(x_42, 0); -x_46 = lean_ctor_get(x_42, 1); -x_47 = lean_ctor_get(x_42, 2); -x_48 = lean_ctor_get(x_42, 3); -x_49 = lean_ctor_get(x_42, 4); +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_36, 0); +x_39 = lean_ctor_get(x_36, 1); +x_40 = lean_ctor_get(x_36, 2); +x_41 = lean_ctor_get(x_36, 3); +x_42 = lean_ctor_get(x_36, 4); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_50 = l_Lean_Meta_getPropHyps(x_11, x_12, x_13, x_14, x_43); -if (lean_obj_tag(x_50) == 0) +x_43 = l_Lean_Meta_getPropHyps(x_11, x_12, x_13, x_14, x_33); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_51; lean_object* x_52; lean_object* x_53; size_t x_54; size_t x_55; lean_object* x_56; -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -x_53 = lean_array_get_size(x_51); -x_54 = lean_usize_of_nat(x_53); -lean_dec(x_53); -x_55 = 0; -x_56 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_mkSimpContext___spec__1(x_51, x_54, x_55, x_46, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_52); +lean_object* x_44; lean_object* x_45; lean_object* x_46; size_t x_47; size_t x_48; lean_object* x_49; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_array_get_size(x_44); +x_47 = lean_usize_of_nat(x_46); +lean_dec(x_46); +x_48 = 0; +x_49 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_mkSimpContext___spec__1(x_44, x_47, x_48, x_39, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_45); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_51); -if (lean_obj_tag(x_56) == 0) +lean_dec(x_44); +if (lean_obj_tag(x_49) == 0) { -uint8_t x_57; -x_57 = !lean_is_exclusive(x_56); -if (x_57 == 0) +uint8_t x_50; +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) { -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_56, 0); -lean_ctor_set(x_42, 1, x_58); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_42); -lean_ctor_set(x_59, 1, x_4); -lean_ctor_set(x_56, 0, x_59); -return x_56; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_49, 0); +lean_ctor_set(x_36, 1, x_51); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_36); +lean_ctor_set(x_52, 1, x_4); +lean_ctor_set(x_49, 0, x_52); +return x_49; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_60 = lean_ctor_get(x_56, 0); -x_61 = lean_ctor_get(x_56, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_56); -lean_ctor_set(x_42, 1, x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_42); -lean_ctor_set(x_62, 1, x_4); -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; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_53 = lean_ctor_get(x_49, 0); +x_54 = lean_ctor_get(x_49, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_49); +lean_ctor_set(x_36, 1, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_36); +lean_ctor_set(x_55, 1, x_4); +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 { -uint8_t x_64; -lean_free_object(x_42); -lean_dec(x_49); -lean_dec(x_48); -lean_dec(x_47); -lean_dec(x_45); +uint8_t x_57; +lean_free_object(x_36); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_40); +lean_dec(x_38); lean_dec(x_4); -x_64 = !lean_is_exclusive(x_56); -if (x_64 == 0) +x_57 = !lean_is_exclusive(x_49); +if (x_57 == 0) { -return x_56; +return x_49; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_56, 0); -x_66 = lean_ctor_get(x_56, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_56); -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; +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_49, 0); +x_59 = lean_ctor_get(x_49, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_49); +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_68; -lean_free_object(x_42); -lean_dec(x_49); -lean_dec(x_48); -lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_45); +uint8_t x_61; +lean_free_object(x_36); +lean_dec(x_42); +lean_dec(x_41); +lean_dec(x_40); +lean_dec(x_39); +lean_dec(x_38); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -9525,134 +9481,134 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); -x_68 = !lean_is_exclusive(x_50); -if (x_68 == 0) +x_61 = !lean_is_exclusive(x_43); +if (x_61 == 0) { -return x_50; +return x_43; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_50, 0); -x_70 = lean_ctor_get(x_50, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_50); -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; +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_43, 0); +x_63 = lean_ctor_get(x_43, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_43); +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_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_72 = lean_ctor_get(x_42, 0); -x_73 = lean_ctor_get(x_42, 1); -x_74 = lean_ctor_get(x_42, 2); -x_75 = lean_ctor_get(x_42, 3); -x_76 = lean_ctor_get(x_42, 4); -lean_inc(x_76); -lean_inc(x_75); -lean_inc(x_74); -lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_42); +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_65 = lean_ctor_get(x_36, 0); +x_66 = lean_ctor_get(x_36, 1); +x_67 = lean_ctor_get(x_36, 2); +x_68 = lean_ctor_get(x_36, 3); +x_69 = lean_ctor_get(x_36, 4); +lean_inc(x_69); +lean_inc(x_68); +lean_inc(x_67); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_36); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_77 = l_Lean_Meta_getPropHyps(x_11, x_12, x_13, x_14, x_43); -if (lean_obj_tag(x_77) == 0) +x_70 = l_Lean_Meta_getPropHyps(x_11, x_12, x_13, x_14, x_33); +if (lean_obj_tag(x_70) == 0) { -lean_object* x_78; lean_object* x_79; lean_object* x_80; size_t x_81; size_t x_82; lean_object* x_83; -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -x_80 = lean_array_get_size(x_78); -x_81 = lean_usize_of_nat(x_80); -lean_dec(x_80); -x_82 = 0; -x_83 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_mkSimpContext___spec__1(x_78, x_81, x_82, x_73, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_79); +lean_object* x_71; lean_object* x_72; lean_object* x_73; size_t x_74; size_t x_75; lean_object* x_76; +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); +x_73 = lean_array_get_size(x_71); +x_74 = lean_usize_of_nat(x_73); +lean_dec(x_73); +x_75 = 0; +x_76 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_mkSimpContext___spec__1(x_71, x_74, x_75, x_66, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_72); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_78); -if (lean_obj_tag(x_83) == 0) +lean_dec(x_71); +if (lean_obj_tag(x_76) == 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; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); -lean_inc(x_85); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_86 = x_83; +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_ctor_get(x_76, 1); +lean_inc(x_78); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_79 = x_76; } else { - lean_dec_ref(x_83); - x_86 = lean_box(0); -} -x_87 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_87, 0, x_72); -lean_ctor_set(x_87, 1, x_84); -lean_ctor_set(x_87, 2, x_74); -lean_ctor_set(x_87, 3, x_75); -lean_ctor_set(x_87, 4, x_76); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_4); -if (lean_is_scalar(x_86)) { - x_89 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_76); + x_79 = lean_box(0); +} +x_80 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_80, 0, x_65); +lean_ctor_set(x_80, 1, x_77); +lean_ctor_set(x_80, 2, x_67); +lean_ctor_set(x_80, 3, x_68); +lean_ctor_set(x_80, 4, x_69); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_4); +if (lean_is_scalar(x_79)) { + x_82 = lean_alloc_ctor(0, 2, 0); } else { - x_89 = x_86; + x_82 = x_79; } -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_85); -return x_89; +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_78); +return x_82; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -lean_dec(x_76); -lean_dec(x_75); -lean_dec(x_74); -lean_dec(x_72); +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +lean_dec(x_69); +lean_dec(x_68); +lean_dec(x_67); +lean_dec(x_65); lean_dec(x_4); -x_90 = lean_ctor_get(x_83, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_83, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_92 = x_83; +x_83 = lean_ctor_get(x_76, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_76, 1); +lean_inc(x_84); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_85 = x_76; } else { - lean_dec_ref(x_83); - x_92 = lean_box(0); + lean_dec_ref(x_76); + x_85 = lean_box(0); } -if (lean_is_scalar(x_92)) { - x_93 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_85)) { + x_86 = lean_alloc_ctor(1, 2, 0); } else { - x_93 = x_92; + x_86 = x_85; } -lean_ctor_set(x_93, 0, x_90); -lean_ctor_set(x_93, 1, x_91); -return x_93; +lean_ctor_set(x_86, 0, x_83); +lean_ctor_set(x_86, 1, x_84); +return x_86; } } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -lean_dec(x_76); -lean_dec(x_75); -lean_dec(x_74); -lean_dec(x_73); -lean_dec(x_72); +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_69); +lean_dec(x_68); +lean_dec(x_67); +lean_dec(x_66); +lean_dec(x_65); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -9662,32 +9618,32 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); -x_94 = lean_ctor_get(x_77, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_77, 1); -lean_inc(x_95); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_96 = x_77; +x_87 = lean_ctor_get(x_70, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_70, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_70)) { + lean_ctor_release(x_70, 0); + lean_ctor_release(x_70, 1); + x_89 = x_70; } else { - lean_dec_ref(x_77); - x_96 = lean_box(0); + lean_dec_ref(x_70); + x_89 = lean_box(0); } -if (lean_is_scalar(x_96)) { - x_97 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_89)) { + x_90 = lean_alloc_ctor(1, 2, 0); } else { - x_97 = x_96; + x_90 = x_89; } -lean_ctor_set(x_97, 0, x_94); -lean_ctor_set(x_97, 1, x_95); -return x_97; +lean_ctor_set(x_90, 0, x_87); +lean_ctor_set(x_90, 1, x_88); +return x_90; } } } else { -uint8_t x_98; +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -9696,44 +9652,26 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_98 = !lean_is_exclusive(x_31); -if (x_98 == 0) -{ -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_31, 0); -lean_dec(x_99); -x_100 = lean_ctor_get(x_32, 0); -lean_inc(x_100); +x_91 = lean_ctor_get(x_32, 0); +lean_inc(x_91); lean_dec(x_32); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_4); -lean_ctor_set(x_31, 0, x_101); -return x_31; +x_92 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_92, 0, x_91); +lean_ctor_set(x_92, 1, x_4); +if (lean_is_scalar(x_34)) { + x_93 = lean_alloc_ctor(0, 2, 0); +} else { + x_93 = x_34; +} +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_33); +return x_93; +} +} } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_102 = lean_ctor_get(x_31, 1); -lean_inc(x_102); -lean_dec(x_31); -x_103 = lean_ctor_get(x_32, 0); -lean_inc(x_103); -lean_dec(x_32); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_4); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_102); -return x_105; -} -} -} -} -else -{ -uint8_t x_106; +uint8_t x_97; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -9743,29 +9681,29 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); -x_106 = !lean_is_exclusive(x_31); -if (x_106 == 0) +x_97 = !lean_is_exclusive(x_31); +if (x_97 == 0) { return x_31; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_31, 0); -x_108 = lean_ctor_get(x_31, 1); -lean_inc(x_108); -lean_inc(x_107); +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_31, 0); +x_99 = lean_ctor_get(x_31, 1); +lean_inc(x_99); +lean_inc(x_98); lean_dec(x_31); -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; +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; } } } else { -uint8_t x_110; +uint8_t x_101; lean_dec(x_17); lean_dec(x_14); lean_dec(x_13); @@ -9777,23 +9715,23 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_110 = !lean_is_exclusive(x_21); -if (x_110 == 0) +x_101 = !lean_is_exclusive(x_21); +if (x_101 == 0) { return x_21; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_21, 0); -x_112 = lean_ctor_get(x_21, 1); -lean_inc(x_112); -lean_inc(x_111); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_21, 0); +x_103 = lean_ctor_get(x_21, 1); +lean_inc(x_103); +lean_inc(x_102); lean_dec(x_21); -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; +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; } } } @@ -9801,13 +9739,21 @@ return x_113; static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__1() { _start: { +lean_object* x_1; +x_1 = l_Lean_Meta_simpExtension; +return x_1; +} +} +static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__2() { +_start: +{ uint8_t x_1; lean_object* x_2; x_1 = 1; x_2 = l_Lean_Meta_DiscrTree_empty(lean_box(0), x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9819,14 +9765,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__1; +x_1 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__2; x_2 = l_Lean_PersistentHashMap_empty___at_Lean_Meta_SimpTheorems_lemmaNames___default___spec__1; x_3 = l_Lean_PersistentHashMap_empty___at_Lean_KeyedDeclsAttribute_ExtensionState_declNames___default___spec__1; -x_4 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__2; +x_4 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__3; x_5 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_1); @@ -9837,18 +9783,10 @@ lean_ctor_set(x_5, 5, x_4); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__4() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Meta_simpExtension; -return x_1; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkSimpContext___lambda__2(lean_object* x_1, 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) { _start: { -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; +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; uint8_t x_23; lean_dec(x_5); x_15 = lean_unsigned_to_nat(2u); x_16 = l_Lean_Syntax_getArg(x_1, x_15); @@ -9867,17 +9805,25 @@ x_22 = l_Lean_Syntax_isNone(x_21); lean_dec(x_21); if (x_22 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__3; -x_24 = l_Lean_Elab_Tactic_simpOnlyBuiltins___closed__6; -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_25 = l_List_foldlM___at_Lean_Elab_Tactic_mkSimpContext___spec__2(x_23, x_24, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_19); -if (lean_obj_tag(x_25) == 0) +uint8_t x_40; +x_40 = 1; +x_23 = x_40; +goto block_39; +} +else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; +uint8_t x_41; +x_41 = 0; +x_23 = x_41; +goto block_39; +} +block_39: +{ +if (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 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__1; +x_25 = l_Lean_Meta_SimpExtension_getTheorems(x_24, x_12, x_13, x_19); x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); x_27 = lean_ctor_get(x_25, 1); @@ -9888,7 +9834,28 @@ return x_28; } else { -uint8_t x_29; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__4; +x_30 = l_Lean_Elab_Tactic_simpOnlyBuiltins___closed__6; +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +x_31 = l_List_foldlM___at_Lean_Elab_Tactic_mkSimpContext___spec__2(x_29, x_30, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_19); +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_Tactic_mkSimpContext___lambda__1(x_1, x_2, x_3, x_18, x_4, x_32, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_33); +return x_34; +} +else +{ +uint8_t x_35; lean_dec(x_18); lean_dec(x_13); lean_dec(x_12); @@ -9898,38 +9865,26 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_29 = !lean_is_exclusive(x_25); -if (x_29 == 0) +x_35 = !lean_is_exclusive(x_31); +if (x_35 == 0) { -return x_25; +return x_31; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_25, 0); -x_31 = lean_ctor_get(x_25, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_25); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_30); -lean_ctor_set(x_32, 1, x_31); -return x_32; +lean_object* x_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_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_33 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2___closed__4; -x_34 = l_Lean_Meta_SimpExtension_getTheorems(x_33, x_12, x_13, x_19); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = l_Lean_Elab_Tactic_mkSimpContext___lambda__1(x_1, x_2, x_3, x_18, x_4, x_35, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_36); -return x_37; } } } @@ -10018,7 +9973,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_mkSimpContext(lean_object* x_1, 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) { _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; uint8_t x_20; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_32; lean_object* x_33; uint8_t x_34; x_14 = lean_box(x_3); x_15 = lean_box(x_2); x_16 = lean_box(x_4); @@ -10028,11 +9983,36 @@ lean_closure_set(x_17, 0, x_1); lean_closure_set(x_17, 1, x_14); lean_closure_set(x_17, 2, x_15); lean_closure_set(x_17, 3, x_16); -x_18 = lean_unsigned_to_nat(2u); -x_19 = l_Lean_Syntax_getArg(x_1, x_18); -x_20 = l_Lean_Syntax_isNone(x_19); -lean_dec(x_19); -if (x_20 == 0) +x_32 = lean_unsigned_to_nat(2u); +x_33 = l_Lean_Syntax_getArg(x_1, x_32); +x_34 = l_Lean_Syntax_isNone(x_33); +lean_dec(x_33); +if (x_34 == 0) +{ +uint8_t x_35; +x_35 = 1; +x_18 = x_35; +goto block_31; +} +else +{ +uint8_t x_36; +x_36 = 0; +x_18 = x_36; +goto block_31; +} +block_31: +{ +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_17); +x_19 = lean_box(0); +x_20 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2(x_1, x_3, x_2, x_4, x_19, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_1); +return x_20; +} +else { uint8_t x_21; uint8_t x_22; lean_dec(x_1); @@ -10079,14 +10059,6 @@ return x_30; } } } -else -{ -lean_object* x_31; lean_object* x_32; -lean_dec(x_17); -x_31 = lean_box(0); -x_32 = l_Lean_Elab_Tactic_mkSimpContext___lambda__2(x_1, x_3, x_2, x_4, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_1); -return x_32; } } } @@ -10174,7 +10146,7 @@ x_17 = l_Lean_Elab_Tactic_mkSimpContext(x_1, x_14, x_15, x_16, x_5, x_6, x_7, x_ return x_17; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1() { _start: { lean_object* x_1; @@ -10182,7 +10154,7 @@ x_1 = lean_mk_string_from_bytes("tactic", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2() { _start: { lean_object* x_1; @@ -10190,18 +10162,18 @@ x_1 = lean_mk_string_from_bytes("trace", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__3() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1; +x_1 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1; x_2 = l_Lean_Elab_Tactic_tacticToDischarge___lambda__3___closed__1; -x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2; +x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__4() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__4() { _start: { lean_object* x_1; @@ -10209,13 +10181,13 @@ x_1 = lean_mk_string_from_bytes("When tracing is enabled, calls to `simp` or `ds return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__5() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____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_resolveGlobalConstNoOverload___at_Lean_Elab_Tactic_elabSimpArgs___spec__4___closed__3; -x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__4; +x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -10224,7 +10196,7 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6() { _start: { lean_object* x_1; @@ -10232,27 +10204,27 @@ x_1 = lean_mk_string_from_bytes("Elab", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__7() { +static lean_object* _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____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 = l_Lean_Elab_Tactic_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_7____closed__1; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6; x_3 = l_Lean_Elab_Tactic_tacticToDischarge___closed__2; -x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1; x_5 = l_Lean_Elab_Tactic_tacticToDischarge___lambda__3___closed__1; -x_6 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2; +x_6 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2; x_7 = l_Lean_Name_mkStr6(x_1, x_2, x_3, x_4, x_5, x_6); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751_(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_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__3; -x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__5; -x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__7; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__3; +x_3 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__5; +x_4 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__7; x_5 = l_Lean_Option_register___at_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Options___hyg_6____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -11435,42 +11407,80 @@ lean_dec(x_14); switch (lean_obj_tag(x_22)) { case 0: { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_6); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_ctor_get(x_6, 0); -x_25 = lean_ctor_get(x_22, 0); -lean_inc(x_25); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; uint8_t x_48; +x_23 = lean_ctor_get(x_6, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_6, 1); +lean_inc(x_24); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + lean_ctor_release(x_6, 1); + x_25 = x_6; +} else { + lean_dec_ref(x_6); + x_25 = lean_box(0); +} +x_26 = lean_ctor_get(x_22, 0); +lean_inc(x_26); lean_dec(x_22); -lean_inc(x_25); +lean_inc(x_26); lean_inc(x_2); -x_26 = l_Lean_Environment_contains(x_2, x_25); -if (x_26 == 0) +x_48 = l_Lean_Environment_contains(x_2, x_26); +if (x_48 == 0) { -lean_object* x_27; -lean_dec(x_25); -x_27 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_27, 0, x_6); -x_15 = x_27; +uint8_t x_49; +x_49 = 0; +x_27 = x_49; +goto block_47; +} +else +{ +lean_object* x_50; uint8_t x_51; +x_50 = l_Lean_Elab_Tactic_simpOnlyBuiltins___closed__6; +x_51 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_26, x_50); +if (x_51 == 0) +{ +uint8_t x_52; +x_52 = 1; +x_27 = x_52; +goto block_47; +} +else +{ +uint8_t x_53; +x_53 = 0; +x_27 = x_53; +goto block_47; +} +} +block_47: +{ +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; +lean_dec(x_26); +if (lean_is_scalar(x_25)) { + x_28 = lean_alloc_ctor(0, 2, 0); +} else { + x_28 = x_25; +} +lean_ctor_set(x_28, 0, x_23); +lean_ctor_set(x_28, 1, x_24); +x_29 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_29, 0, x_28); +x_15 = x_29; x_16 = x_11; goto block_21; } else { -lean_object* x_28; uint8_t x_29; -x_28 = l_Lean_Elab_Tactic_simpOnlyBuiltins___closed__6; -x_29 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_25, x_28); -if (x_29 == 0) -{ -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; 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; +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; 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; x_30 = 0; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_31 = l_Lean_unresolveNameGlobal___at_Lean_Elab_Tactic_traceSimpCall___spec__5(x_25, x_30, x_7, x_8, x_9, x_10, x_11); +x_31 = l_Lean_unresolveNameGlobal___at_Lean_Elab_Tactic_traceSimpCall___spec__5(x_26, x_30, x_7, x_8, x_9, x_10, x_11); x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); x_33 = lean_ctor_get(x_31, 1); @@ -11494,285 +11504,191 @@ x_41 = lean_mk_syntax_ident(x_32); x_42 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabSimpArgs___spec__20___closed__4; lean_inc(x_40); x_43 = l_Lean_Syntax_node3(x_35, x_42, x_40, x_40, x_41); -x_44 = lean_array_push(x_24, x_43); -lean_ctor_set(x_6, 0, x_44); -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_6); -x_15 = x_45; -x_16 = x_37; -goto block_21; +x_44 = lean_array_push(x_23, x_43); +if (lean_is_scalar(x_25)) { + x_45 = lean_alloc_ctor(0, 2, 0); +} else { + x_45 = x_25; } -else -{ -lean_object* x_46; -lean_dec(x_25); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_24); x_46 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_46, 0, x_6); +lean_ctor_set(x_46, 0, x_45); x_15 = x_46; -x_16 = x_11; -goto block_21; -} -} -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_47 = lean_ctor_get(x_6, 0); -x_48 = lean_ctor_get(x_6, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_6); -x_49 = lean_ctor_get(x_22, 0); -lean_inc(x_49); -lean_dec(x_22); -lean_inc(x_49); -lean_inc(x_2); -x_50 = l_Lean_Environment_contains(x_2, x_49); -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; -lean_dec(x_49); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_47); -lean_ctor_set(x_51, 1, x_48); -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_51); -x_15 = x_52; -x_16 = x_11; -goto block_21; -} -else -{ -lean_object* x_53; uint8_t x_54; -x_53 = l_Lean_Elab_Tactic_simpOnlyBuiltins___closed__6; -x_54 = l_List_elem___at_Lean_NameHashSet_insert___spec__2(x_49, x_53); -if (x_54 == 0) -{ -uint8_t 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; -x_55 = 0; -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_56 = l_Lean_unresolveNameGlobal___at_Lean_Elab_Tactic_traceSimpCall___spec__5(x_49, x_55, x_7, x_8, x_9, x_10, x_11); -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); -x_59 = lean_ctor_get(x_9, 5); -lean_inc(x_59); -x_60 = l_Lean_SourceInfo_fromRef(x_59, x_55); -x_61 = lean_st_ref_get(x_10, x_58); -x_62 = lean_ctor_get(x_61, 1); -lean_inc(x_62); -lean_dec(x_61); -x_63 = l_Lean_Elab_Tactic_tacticToDischarge___closed__11; -x_64 = l_Lean_Elab_Tactic_elabSimpConfigCore___closed__8; -lean_inc(x_60); -x_65 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_65, 0, x_60); -lean_ctor_set(x_65, 1, x_63); -lean_ctor_set(x_65, 2, x_64); -x_66 = lean_mk_syntax_ident(x_57); -x_67 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_elabSimpArgs___spec__20___closed__4; -lean_inc(x_65); -x_68 = l_Lean_Syntax_node3(x_60, x_67, x_65, x_65, x_66); -x_69 = lean_array_push(x_47, x_68); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_48); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_70); -x_15 = x_71; -x_16 = x_62; -goto block_21; -} -else -{ -lean_object* x_72; lean_object* x_73; -lean_dec(x_49); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_47); -lean_ctor_set(x_72, 1, x_48); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_72); -x_15 = x_73; -x_16 = x_11; +x_16 = x_37; goto block_21; } } } -} case 1: { -uint8_t x_74; -x_74 = !lean_is_exclusive(x_6); -if (x_74 == 0) +uint8_t x_54; +x_54 = !lean_is_exclusive(x_6); +if (x_54 == 0) { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_6, 1); -x_76 = lean_ctor_get(x_22, 0); -lean_inc(x_76); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_6, 1); +x_56 = lean_ctor_get(x_22, 0); +lean_inc(x_56); lean_dec(x_22); lean_inc(x_1); -x_77 = lean_local_ctx_find(x_1, x_76); -if (lean_obj_tag(x_77) == 0) +x_57 = lean_local_ctx_find(x_1, x_56); +if (lean_obj_tag(x_57) == 0) { -lean_object* x_78; -x_78 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_78, 0, x_6); -x_15 = x_78; +lean_object* x_58; +x_58 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_58, 0, x_6); +x_15 = x_58; x_16 = x_11; goto block_21; } else { -if (lean_obj_tag(x_75) == 0) +if (lean_obj_tag(x_55) == 0) { -lean_object* x_79; lean_object* x_80; -lean_dec(x_77); -x_79 = lean_box(0); -lean_ctor_set(x_6, 1, x_79); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_6); -x_15 = x_80; +lean_object* x_59; lean_object* x_60; +lean_dec(x_57); +x_59 = lean_box(0); +lean_ctor_set(x_6, 1, x_59); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_6); +x_15 = x_60; x_16 = x_11; goto block_21; } else { -lean_object* x_81; uint8_t x_82; -x_81 = lean_ctor_get(x_77, 0); -lean_inc(x_81); -lean_dec(x_77); -x_82 = !lean_is_exclusive(x_75); -if (x_82 == 0) +lean_object* x_61; uint8_t x_62; +x_61 = lean_ctor_get(x_57, 0); +lean_inc(x_61); +lean_dec(x_57); +x_62 = !lean_is_exclusive(x_55); +if (x_62 == 0) { -lean_object* x_83; lean_object* x_84; uint8_t x_85; -x_83 = lean_ctor_get(x_75, 0); -x_84 = l_Lean_LocalDecl_userName(x_81); -lean_inc(x_84); -x_85 = lean_is_inaccessible_user_name(x_84); -if (x_85 == 0) +lean_object* x_63; lean_object* x_64; uint8_t x_65; +x_63 = lean_ctor_get(x_55, 0); +x_64 = l_Lean_LocalDecl_userName(x_61); +lean_inc(x_64); +x_65 = lean_is_inaccessible_user_name(x_64); +if (x_65 == 0) { -lean_object* x_86; lean_object* x_87; -lean_inc(x_84); +lean_object* x_66; lean_object* x_67; +lean_inc(x_64); lean_inc(x_1); -x_86 = l_Lean_LocalContext_findFromUserName_x3f(x_1, x_84); -x_87 = l_Lean_LocalDecl_fvarId(x_81); -lean_dec(x_81); -if (lean_obj_tag(x_86) == 0) +x_66 = l_Lean_LocalContext_findFromUserName_x3f(x_1, x_64); +x_67 = l_Lean_LocalDecl_fvarId(x_61); +lean_dec(x_61); +if (lean_obj_tag(x_66) == 0) { -lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -x_88 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_traceSimpCall___spec__10___closed__4; -x_89 = l_panic___at_Lean_LocalDecl_setBinderInfo___spec__1(x_88); -x_90 = l_Lean_LocalDecl_fvarId(x_89); -lean_dec(x_89); -x_91 = lean_name_eq(x_90, x_87); -lean_dec(x_87); -lean_dec(x_90); -if (x_91 == 0) +lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_68 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_traceSimpCall___spec__10___closed__4; +x_69 = l_panic___at_Lean_LocalDecl_setBinderInfo___spec__1(x_68); +x_70 = l_Lean_LocalDecl_fvarId(x_69); +lean_dec(x_69); +x_71 = lean_name_eq(x_70, x_67); +lean_dec(x_67); +lean_dec(x_70); +if (x_71 == 0) { -lean_object* x_92; lean_object* x_93; -lean_dec(x_84); -lean_free_object(x_75); -lean_dec(x_83); -x_92 = lean_box(0); -lean_ctor_set(x_6, 1, x_92); -x_93 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_93, 0, x_6); -x_15 = x_93; +lean_object* x_72; lean_object* x_73; +lean_dec(x_64); +lean_free_object(x_55); +lean_dec(x_63); +x_72 = lean_box(0); +lean_ctor_set(x_6, 1, x_72); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_6); +x_15 = x_73; x_16 = x_11; goto block_21; } else { -lean_object* x_94; lean_object* x_95; -x_94 = lean_array_push(x_83, x_84); -lean_ctor_set(x_75, 0, x_94); -x_95 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_95, 0, x_6); -x_15 = x_95; +lean_object* x_74; lean_object* x_75; +x_74 = lean_array_push(x_63, x_64); +lean_ctor_set(x_55, 0, x_74); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_6); +x_15 = x_75; x_16 = x_11; goto block_21; } } else { -uint8_t x_96; -lean_free_object(x_75); -x_96 = !lean_is_exclusive(x_86); -if (x_96 == 0) +uint8_t x_76; +lean_free_object(x_55); +x_76 = !lean_is_exclusive(x_66); +if (x_76 == 0) { -lean_object* x_97; lean_object* x_98; uint8_t x_99; -x_97 = lean_ctor_get(x_86, 0); -x_98 = l_Lean_LocalDecl_fvarId(x_97); -lean_dec(x_97); -x_99 = lean_name_eq(x_98, x_87); -lean_dec(x_87); -lean_dec(x_98); -if (x_99 == 0) +lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_77 = lean_ctor_get(x_66, 0); +x_78 = l_Lean_LocalDecl_fvarId(x_77); +lean_dec(x_77); +x_79 = lean_name_eq(x_78, x_67); +lean_dec(x_67); +lean_dec(x_78); +if (x_79 == 0) { -lean_object* x_100; lean_object* x_101; -lean_free_object(x_86); -lean_dec(x_84); -lean_dec(x_83); -x_100 = lean_box(0); -lean_ctor_set(x_6, 1, x_100); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_6); -x_15 = x_101; +lean_object* x_80; lean_object* x_81; +lean_free_object(x_66); +lean_dec(x_64); +lean_dec(x_63); +x_80 = lean_box(0); +lean_ctor_set(x_6, 1, x_80); +x_81 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_81, 0, x_6); +x_15 = x_81; x_16 = x_11; goto block_21; } else { -lean_object* x_102; lean_object* x_103; -x_102 = lean_array_push(x_83, x_84); -lean_ctor_set(x_86, 0, x_102); -lean_ctor_set(x_6, 1, x_86); -x_103 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_103, 0, x_6); -x_15 = x_103; +lean_object* x_82; lean_object* x_83; +x_82 = lean_array_push(x_63, x_64); +lean_ctor_set(x_66, 0, x_82); +lean_ctor_set(x_6, 1, x_66); +x_83 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_83, 0, x_6); +x_15 = x_83; x_16 = x_11; goto block_21; } } else { -lean_object* x_104; lean_object* x_105; uint8_t x_106; -x_104 = lean_ctor_get(x_86, 0); -lean_inc(x_104); -lean_dec(x_86); -x_105 = l_Lean_LocalDecl_fvarId(x_104); -lean_dec(x_104); -x_106 = lean_name_eq(x_105, x_87); -lean_dec(x_87); -lean_dec(x_105); -if (x_106 == 0) -{ -lean_object* x_107; lean_object* x_108; +lean_object* x_84; lean_object* x_85; uint8_t x_86; +x_84 = lean_ctor_get(x_66, 0); +lean_inc(x_84); +lean_dec(x_66); +x_85 = l_Lean_LocalDecl_fvarId(x_84); lean_dec(x_84); -lean_dec(x_83); -x_107 = lean_box(0); -lean_ctor_set(x_6, 1, x_107); -x_108 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_108, 0, x_6); -x_15 = x_108; +x_86 = lean_name_eq(x_85, x_67); +lean_dec(x_67); +lean_dec(x_85); +if (x_86 == 0) +{ +lean_object* x_87; lean_object* x_88; +lean_dec(x_64); +lean_dec(x_63); +x_87 = lean_box(0); +lean_ctor_set(x_6, 1, x_87); +x_88 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_88, 0, x_6); +x_15 = x_88; x_16 = x_11; goto block_21; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_array_push(x_83, x_84); -x_110 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_6, 1, x_110); -x_111 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_111, 0, x_6); -x_15 = x_111; +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_array_push(x_63, x_64); +x_90 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_6, 1, x_90); +x_91 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_91, 0, x_6); +x_15 = x_91; x_16 = x_11; goto block_21; } @@ -11781,119 +11697,119 @@ goto block_21; } else { -lean_object* x_112; lean_object* x_113; -lean_dec(x_84); -lean_free_object(x_75); -lean_dec(x_83); -lean_dec(x_81); -x_112 = lean_box(0); -lean_ctor_set(x_6, 1, x_112); -x_113 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_113, 0, x_6); -x_15 = x_113; +lean_object* x_92; lean_object* x_93; +lean_dec(x_64); +lean_free_object(x_55); +lean_dec(x_63); +lean_dec(x_61); +x_92 = lean_box(0); +lean_ctor_set(x_6, 1, x_92); +x_93 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_93, 0, x_6); +x_15 = x_93; x_16 = x_11; goto block_21; } } else { -lean_object* x_114; lean_object* x_115; uint8_t x_116; -x_114 = lean_ctor_get(x_75, 0); -lean_inc(x_114); -lean_dec(x_75); -x_115 = l_Lean_LocalDecl_userName(x_81); -lean_inc(x_115); -x_116 = lean_is_inaccessible_user_name(x_115); -if (x_116 == 0) +lean_object* x_94; lean_object* x_95; uint8_t x_96; +x_94 = lean_ctor_get(x_55, 0); +lean_inc(x_94); +lean_dec(x_55); +x_95 = l_Lean_LocalDecl_userName(x_61); +lean_inc(x_95); +x_96 = lean_is_inaccessible_user_name(x_95); +if (x_96 == 0) { -lean_object* x_117; lean_object* x_118; -lean_inc(x_115); +lean_object* x_97; lean_object* x_98; +lean_inc(x_95); lean_inc(x_1); -x_117 = l_Lean_LocalContext_findFromUserName_x3f(x_1, x_115); -x_118 = l_Lean_LocalDecl_fvarId(x_81); -lean_dec(x_81); -if (lean_obj_tag(x_117) == 0) -{ -lean_object* x_119; lean_object* x_120; lean_object* x_121; uint8_t x_122; -x_119 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_traceSimpCall___spec__10___closed__4; -x_120 = l_panic___at_Lean_LocalDecl_setBinderInfo___spec__1(x_119); -x_121 = l_Lean_LocalDecl_fvarId(x_120); -lean_dec(x_120); -x_122 = lean_name_eq(x_121, x_118); -lean_dec(x_118); -lean_dec(x_121); -if (x_122 == 0) -{ -lean_object* x_123; lean_object* x_124; -lean_dec(x_115); -lean_dec(x_114); -x_123 = lean_box(0); -lean_ctor_set(x_6, 1, x_123); -x_124 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_124, 0, x_6); -x_15 = x_124; +x_97 = l_Lean_LocalContext_findFromUserName_x3f(x_1, x_95); +x_98 = l_Lean_LocalDecl_fvarId(x_61); +lean_dec(x_61); +if (lean_obj_tag(x_97) == 0) +{ +lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; +x_99 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_traceSimpCall___spec__10___closed__4; +x_100 = l_panic___at_Lean_LocalDecl_setBinderInfo___spec__1(x_99); +x_101 = l_Lean_LocalDecl_fvarId(x_100); +lean_dec(x_100); +x_102 = lean_name_eq(x_101, x_98); +lean_dec(x_98); +lean_dec(x_101); +if (x_102 == 0) +{ +lean_object* x_103; lean_object* x_104; +lean_dec(x_95); +lean_dec(x_94); +x_103 = lean_box(0); +lean_ctor_set(x_6, 1, x_103); +x_104 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_104, 0, x_6); +x_15 = x_104; x_16 = x_11; goto block_21; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_array_push(x_114, x_115); -x_126 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_6, 1, x_126); -x_127 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_127, 0, x_6); -x_15 = x_127; +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_array_push(x_94, x_95); +x_106 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_6, 1, x_106); +x_107 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_107, 0, x_6); +x_15 = x_107; x_16 = x_11; goto block_21; } } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; -x_128 = lean_ctor_get(x_117, 0); -lean_inc(x_128); -if (lean_is_exclusive(x_117)) { - lean_ctor_release(x_117, 0); - x_129 = x_117; +lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_108 = lean_ctor_get(x_97, 0); +lean_inc(x_108); +if (lean_is_exclusive(x_97)) { + lean_ctor_release(x_97, 0); + x_109 = x_97; } else { - lean_dec_ref(x_117); - x_129 = lean_box(0); + lean_dec_ref(x_97); + x_109 = lean_box(0); } -x_130 = l_Lean_LocalDecl_fvarId(x_128); -lean_dec(x_128); -x_131 = lean_name_eq(x_130, x_118); -lean_dec(x_118); -lean_dec(x_130); -if (x_131 == 0) +x_110 = l_Lean_LocalDecl_fvarId(x_108); +lean_dec(x_108); +x_111 = lean_name_eq(x_110, x_98); +lean_dec(x_98); +lean_dec(x_110); +if (x_111 == 0) { -lean_object* x_132; lean_object* x_133; -lean_dec(x_129); -lean_dec(x_115); -lean_dec(x_114); -x_132 = lean_box(0); -lean_ctor_set(x_6, 1, x_132); -x_133 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_133, 0, x_6); -x_15 = x_133; +lean_object* x_112; lean_object* x_113; +lean_dec(x_109); +lean_dec(x_95); +lean_dec(x_94); +x_112 = lean_box(0); +lean_ctor_set(x_6, 1, x_112); +x_113 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_113, 0, x_6); +x_15 = x_113; x_16 = x_11; goto block_21; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_array_push(x_114, x_115); -if (lean_is_scalar(x_129)) { - x_135 = lean_alloc_ctor(1, 1, 0); +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_array_push(x_94, x_95); +if (lean_is_scalar(x_109)) { + x_115 = lean_alloc_ctor(1, 1, 0); } else { - x_135 = x_129; + x_115 = x_109; } -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_6, 1, x_135); -x_136 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_136, 0, x_6); -x_15 = x_136; +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_6, 1, x_115); +x_116 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_116, 0, x_6); +x_15 = x_116; x_16 = x_11; goto block_21; } @@ -11901,15 +11817,15 @@ goto block_21; } else { -lean_object* x_137; lean_object* x_138; -lean_dec(x_115); -lean_dec(x_114); -lean_dec(x_81); -x_137 = lean_box(0); -lean_ctor_set(x_6, 1, x_137); -x_138 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_138, 0, x_6); -x_15 = x_138; +lean_object* x_117; lean_object* x_118; +lean_dec(x_95); +lean_dec(x_94); +lean_dec(x_61); +x_117 = lean_box(0); +lean_ctor_set(x_6, 1, x_117); +x_118 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_118, 0, x_6); +x_15 = x_118; x_16 = x_11; goto block_21; } @@ -11919,167 +11835,167 @@ goto block_21; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_139 = lean_ctor_get(x_6, 0); -x_140 = lean_ctor_get(x_6, 1); -lean_inc(x_140); -lean_inc(x_139); +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_119 = lean_ctor_get(x_6, 0); +x_120 = lean_ctor_get(x_6, 1); +lean_inc(x_120); +lean_inc(x_119); lean_dec(x_6); -x_141 = lean_ctor_get(x_22, 0); -lean_inc(x_141); +x_121 = lean_ctor_get(x_22, 0); +lean_inc(x_121); lean_dec(x_22); lean_inc(x_1); -x_142 = lean_local_ctx_find(x_1, x_141); -if (lean_obj_tag(x_142) == 0) -{ -lean_object* x_143; lean_object* x_144; -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_139); -lean_ctor_set(x_143, 1, x_140); -x_144 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_144, 0, x_143); -x_15 = x_144; +x_122 = lean_local_ctx_find(x_1, x_121); +if (lean_obj_tag(x_122) == 0) +{ +lean_object* x_123; lean_object* x_124; +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_119); +lean_ctor_set(x_123, 1, x_120); +x_124 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_124, 0, x_123); +x_15 = x_124; x_16 = x_11; goto block_21; } else { -if (lean_obj_tag(x_140) == 0) +if (lean_obj_tag(x_120) == 0) { -lean_object* x_145; lean_object* x_146; lean_object* x_147; -lean_dec(x_142); -x_145 = lean_box(0); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_139); -lean_ctor_set(x_146, 1, x_145); -x_147 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_147, 0, x_146); -x_15 = x_147; +lean_object* x_125; lean_object* x_126; lean_object* x_127; +lean_dec(x_122); +x_125 = lean_box(0); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_119); +lean_ctor_set(x_126, 1, x_125); +x_127 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_127, 0, x_126); +x_15 = x_127; x_16 = x_11; goto block_21; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; uint8_t x_152; -x_148 = lean_ctor_get(x_142, 0); -lean_inc(x_148); -lean_dec(x_142); -x_149 = lean_ctor_get(x_140, 0); -lean_inc(x_149); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - x_150 = x_140; +lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; +x_128 = lean_ctor_get(x_122, 0); +lean_inc(x_128); +lean_dec(x_122); +x_129 = lean_ctor_get(x_120, 0); +lean_inc(x_129); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + x_130 = x_120; } else { - lean_dec_ref(x_140); - x_150 = lean_box(0); + lean_dec_ref(x_120); + x_130 = lean_box(0); } -x_151 = l_Lean_LocalDecl_userName(x_148); -lean_inc(x_151); -x_152 = lean_is_inaccessible_user_name(x_151); -if (x_152 == 0) +x_131 = l_Lean_LocalDecl_userName(x_128); +lean_inc(x_131); +x_132 = lean_is_inaccessible_user_name(x_131); +if (x_132 == 0) { -lean_object* x_153; lean_object* x_154; -lean_inc(x_151); +lean_object* x_133; lean_object* x_134; +lean_inc(x_131); lean_inc(x_1); -x_153 = l_Lean_LocalContext_findFromUserName_x3f(x_1, x_151); -x_154 = l_Lean_LocalDecl_fvarId(x_148); -lean_dec(x_148); -if (lean_obj_tag(x_153) == 0) -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; -x_155 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_traceSimpCall___spec__10___closed__4; -x_156 = l_panic___at_Lean_LocalDecl_setBinderInfo___spec__1(x_155); -x_157 = l_Lean_LocalDecl_fvarId(x_156); -lean_dec(x_156); -x_158 = lean_name_eq(x_157, x_154); -lean_dec(x_154); -lean_dec(x_157); -if (x_158 == 0) -{ -lean_object* x_159; lean_object* x_160; lean_object* x_161; -lean_dec(x_151); -lean_dec(x_150); -lean_dec(x_149); -x_159 = lean_box(0); -x_160 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_160, 0, x_139); -lean_ctor_set(x_160, 1, x_159); -x_161 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_161, 0, x_160); -x_15 = x_161; +x_133 = l_Lean_LocalContext_findFromUserName_x3f(x_1, x_131); +x_134 = l_Lean_LocalDecl_fvarId(x_128); +lean_dec(x_128); +if (lean_obj_tag(x_133) == 0) +{ +lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_135 = l_Array_forInUnsafe_loop___at_Lean_Elab_Tactic_traceSimpCall___spec__10___closed__4; +x_136 = l_panic___at_Lean_LocalDecl_setBinderInfo___spec__1(x_135); +x_137 = l_Lean_LocalDecl_fvarId(x_136); +lean_dec(x_136); +x_138 = lean_name_eq(x_137, x_134); +lean_dec(x_134); +lean_dec(x_137); +if (x_138 == 0) +{ +lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_dec(x_131); +lean_dec(x_130); +lean_dec(x_129); +x_139 = lean_box(0); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_119); +lean_ctor_set(x_140, 1, x_139); +x_141 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_141, 0, x_140); +x_15 = x_141; x_16 = x_11; goto block_21; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_162 = lean_array_push(x_149, x_151); -if (lean_is_scalar(x_150)) { - x_163 = lean_alloc_ctor(1, 1, 0); +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_142 = lean_array_push(x_129, x_131); +if (lean_is_scalar(x_130)) { + x_143 = lean_alloc_ctor(1, 1, 0); } else { - x_163 = x_150; -} -lean_ctor_set(x_163, 0, x_162); -x_164 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_164, 0, x_139); -lean_ctor_set(x_164, 1, x_163); -x_165 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_165, 0, x_164); -x_15 = x_165; + x_143 = x_130; +} +lean_ctor_set(x_143, 0, x_142); +x_144 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_119); +lean_ctor_set(x_144, 1, x_143); +x_145 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_145, 0, x_144); +x_15 = x_145; x_16 = x_11; goto block_21; } } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; uint8_t x_169; -lean_dec(x_150); -x_166 = lean_ctor_get(x_153, 0); -lean_inc(x_166); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - x_167 = x_153; +lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; +lean_dec(x_130); +x_146 = lean_ctor_get(x_133, 0); +lean_inc(x_146); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + x_147 = x_133; } else { - lean_dec_ref(x_153); - x_167 = lean_box(0); -} -x_168 = l_Lean_LocalDecl_fvarId(x_166); -lean_dec(x_166); -x_169 = lean_name_eq(x_168, x_154); -lean_dec(x_154); -lean_dec(x_168); -if (x_169 == 0) -{ -lean_object* x_170; lean_object* x_171; lean_object* x_172; -lean_dec(x_167); -lean_dec(x_151); -lean_dec(x_149); -x_170 = lean_box(0); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_139); -lean_ctor_set(x_171, 1, x_170); -x_172 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_172, 0, x_171); -x_15 = x_172; + lean_dec_ref(x_133); + x_147 = lean_box(0); +} +x_148 = l_Lean_LocalDecl_fvarId(x_146); +lean_dec(x_146); +x_149 = lean_name_eq(x_148, x_134); +lean_dec(x_134); +lean_dec(x_148); +if (x_149 == 0) +{ +lean_object* x_150; lean_object* x_151; lean_object* x_152; +lean_dec(x_147); +lean_dec(x_131); +lean_dec(x_129); +x_150 = lean_box(0); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_119); +lean_ctor_set(x_151, 1, x_150); +x_152 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_152, 0, x_151); +x_15 = x_152; x_16 = x_11; goto block_21; } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_173 = lean_array_push(x_149, x_151); -if (lean_is_scalar(x_167)) { - x_174 = lean_alloc_ctor(1, 1, 0); +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_153 = lean_array_push(x_129, x_131); +if (lean_is_scalar(x_147)) { + x_154 = lean_alloc_ctor(1, 1, 0); } else { - x_174 = x_167; -} -lean_ctor_set(x_174, 0, x_173); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_139); -lean_ctor_set(x_175, 1, x_174); -x_176 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_176, 0, x_175); -x_15 = x_176; + x_154 = x_147; +} +lean_ctor_set(x_154, 0, x_153); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_119); +lean_ctor_set(x_155, 1, x_154); +x_156 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_156, 0, x_155); +x_15 = x_156; x_16 = x_11; goto block_21; } @@ -12087,18 +12003,18 @@ goto block_21; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; -lean_dec(x_151); -lean_dec(x_150); -lean_dec(x_149); -lean_dec(x_148); -x_177 = lean_box(0); -x_178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_178, 0, x_139); -lean_ctor_set(x_178, 1, x_177); -x_179 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_179, 0, x_178); -x_15 = x_179; +lean_object* x_157; lean_object* x_158; lean_object* x_159; +lean_dec(x_131); +lean_dec(x_130); +lean_dec(x_129); +lean_dec(x_128); +x_157 = lean_box(0); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_119); +lean_ctor_set(x_158, 1, x_157); +x_159 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_159, 0, x_158); +x_15 = x_159; x_16 = x_11; goto block_21; } @@ -12108,73 +12024,73 @@ goto block_21; } case 2: { -uint8_t x_180; -x_180 = !lean_is_exclusive(x_6); -if (x_180 == 0) +uint8_t x_160; +x_160 = !lean_is_exclusive(x_6); +if (x_160 == 0) { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_181 = lean_ctor_get(x_6, 0); -x_182 = lean_ctor_get(x_22, 1); -lean_inc(x_182); +lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_161 = lean_ctor_get(x_6, 0); +x_162 = lean_ctor_get(x_22, 1); +lean_inc(x_162); lean_dec(x_22); -x_183 = lean_array_push(x_181, x_182); -lean_ctor_set(x_6, 0, x_183); -x_184 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_184, 0, x_6); -x_15 = x_184; +x_163 = lean_array_push(x_161, x_162); +lean_ctor_set(x_6, 0, x_163); +x_164 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_164, 0, x_6); +x_15 = x_164; x_16 = x_11; goto block_21; } 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; -x_185 = lean_ctor_get(x_6, 0); -x_186 = lean_ctor_get(x_6, 1); -lean_inc(x_186); -lean_inc(x_185); +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_165 = lean_ctor_get(x_6, 0); +x_166 = lean_ctor_get(x_6, 1); +lean_inc(x_166); +lean_inc(x_165); lean_dec(x_6); -x_187 = lean_ctor_get(x_22, 1); -lean_inc(x_187); +x_167 = lean_ctor_get(x_22, 1); +lean_inc(x_167); lean_dec(x_22); -x_188 = lean_array_push(x_185, x_187); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_186); -x_190 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_190, 0, x_189); -x_15 = x_190; +x_168 = lean_array_push(x_165, x_167); +x_169 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_169, 0, x_168); +lean_ctor_set(x_169, 1, x_166); +x_170 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_170, 0, x_169); +x_15 = x_170; x_16 = x_11; goto block_21; } } default: { -uint8_t x_191; +uint8_t x_171; lean_dec(x_22); -x_191 = !lean_is_exclusive(x_6); -if (x_191 == 0) +x_171 = !lean_is_exclusive(x_6); +if (x_171 == 0) { -lean_object* x_192; -x_192 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_192, 0, x_6); -x_15 = x_192; +lean_object* x_172; +x_172 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_172, 0, x_6); +x_15 = x_172; x_16 = x_11; goto block_21; } else { -lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_193 = lean_ctor_get(x_6, 0); -x_194 = lean_ctor_get(x_6, 1); -lean_inc(x_194); -lean_inc(x_193); +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_173 = lean_ctor_get(x_6, 0); +x_174 = lean_ctor_get(x_6, 1); +lean_inc(x_174); +lean_inc(x_173); lean_dec(x_6); -x_195 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_195, 0, x_193); -lean_ctor_set(x_195, 1, x_194); -x_196 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_196, 0, x_195); -x_15 = x_196; +x_175 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_175, 0, x_173); +lean_ctor_set(x_175, 1, x_174); +x_176 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_176, 0, x_175); +x_15 = x_176; x_16 = x_11; goto block_21; } @@ -12207,45 +12123,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Tactic_traceSimpCall___spec__11(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; uint8_t x_267; uint8_t x_268; -x_267 = 2; -x_268 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_267); -if (x_268 == 0) +uint8_t x_9; uint8_t x_269; uint8_t x_270; +x_269 = 2; +x_270 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_269); +if (x_270 == 0) { -lean_object* x_269; -x_269 = lean_box(0); -x_9 = x_269; -goto block_266; +uint8_t x_271; +x_271 = 0; +x_9 = x_271; +goto block_268; } else { -lean_object* x_270; uint8_t x_271; +lean_object* x_272; uint8_t x_273; lean_inc(x_2); -x_270 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_271 = lean_unbox(x_270); -lean_dec(x_270); -if (x_271 == 0) -{ -lean_object* x_272; -x_272 = lean_box(0); -x_9 = x_272; -goto block_266; +x_272 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_273 = lean_unbox(x_272); +lean_dec(x_272); +x_9 = x_273; +goto block_268; } -else +block_268: { -lean_object* x_273; lean_object* x_274; -lean_dec(x_2); -x_273 = lean_box(0); -x_274 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_274, 0, x_273); -lean_ctor_set(x_274, 1, x_8); -return x_274; -} -} -block_266: +if (x_9 == 0) { uint8_t x_10; lean_object* x_260; uint8_t x_261; uint8_t x_262; -lean_dec(x_9); x_260 = lean_ctor_get(x_6, 2); x_261 = 1; x_262 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_261); @@ -13085,6 +12987,17 @@ return x_258; } } } +else +{ +lean_object* x_266; lean_object* x_267; +lean_dec(x_2); +x_266 = lean_box(0); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_8); +return x_267; +} +} } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Tactic_traceSimpCall___spec__12(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) { @@ -14399,7 +14312,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Tactic_evalSimp___closed__3() { 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_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_7____closed__1; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6; x_3 = l_Lean_Elab_Tactic_tacticToDischarge___closed__2; x_4 = l___regBuiltin_Lean_Elab_Tactic_evalSimp___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -14912,7 +14825,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Tactic_evalSimpAll___closed__ { 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_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_7____closed__1; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6; x_3 = l_Lean_Elab_Tactic_tacticToDischarge___closed__2; x_4 = l___regBuiltin_Lean_Elab_Tactic_evalSimpAll___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -15644,7 +15557,7 @@ static lean_object* _init_l___regBuiltin_Lean_Elab_Tactic_evalDSimp___closed__4( { 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_evalUnsafe____x40_Lean_Elab_Tactic_Simp___hyg_7____closed__1; -x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6; +x_2 = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6; x_3 = l_Lean_Elab_Tactic_tacticToDischarge___closed__2; x_4 = l___regBuiltin_Lean_Elab_Tactic_evalDSimp___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -15998,21 +15911,21 @@ l_Lean_Elab_Tactic_mkSimpContext___closed__1 = _init_l_Lean_Elab_Tactic_mkSimpCo lean_mark_persistent(l_Lean_Elab_Tactic_mkSimpContext___closed__1); l_Lean_Elab_Tactic_mkSimpContext___closed__2 = _init_l_Lean_Elab_Tactic_mkSimpContext___closed__2(); lean_mark_persistent(l_Lean_Elab_Tactic_mkSimpContext___closed__2); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__1); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__2); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__3(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__3); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__4(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__4); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__5(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__5); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__6); -l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__7(); -lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750____closed__7); -if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4750_(lean_io_mk_world()); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__1); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__2); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__3 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__3(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__3); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__4 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__4(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__4); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__5 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__5(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__5); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__6); +l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__7 = _init_l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__7(); +lean_mark_persistent(l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751____closed__7); +if (builtin) {res = l_Lean_Elab_Tactic_initFn____x40_Lean_Elab_Tactic_Simp___hyg_4751_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Elab_Tactic_tactic_simp_trace = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Elab_Tactic_tactic_simp_trace); diff --git a/stage0/stdlib/Lean/Elab/Tactic/Split.c b/stage0/stdlib/Lean/Elab/Tactic/Split.c index 3bb31595990a..c449c8d6c181 100644 --- a/stage0/stdlib/Lean/Elab/Tactic/Split.c +++ b/stage0/stdlib/Lean/Elab/Tactic/Split.c @@ -1232,97 +1232,78 @@ return x_16; } else { -lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_27; lean_object* x_28; uint8_t x_29; +lean_object* x_17; uint8_t x_18; uint8_t x_19; lean_object* x_29; lean_object* x_30; uint8_t x_31; x_17 = lean_ctor_get(x_14, 0); lean_inc(x_17); x_18 = lean_ctor_get_uint8(x_14, sizeof(void*)*1); lean_dec(x_14); -x_27 = lean_array_get_size(x_17); -x_28 = lean_unsigned_to_nat(0u); -x_29 = lean_nat_dec_lt(x_28, x_27); -if (x_29 == 0) -{ -lean_object* x_30; uint8_t x_31; -x_30 = lean_unsigned_to_nat(1u); -x_31 = lean_nat_dec_lt(x_30, x_27); -lean_dec(x_27); +x_29 = lean_array_get_size(x_17); +x_30 = lean_unsigned_to_nat(0u); +x_31 = lean_nat_dec_lt(x_30, x_29); if (x_31 == 0) { -lean_object* x_32; lean_object* x_33; -lean_dec(x_13); -x_32 = lean_box(0); -x_33 = l_Lean_Elab_Tactic_evalSplit___lambda__5(x_18, x_17, x_32, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_17); -return x_33; -} -else -{ -lean_object* x_34; -lean_dec(x_17); -x_34 = lean_box(0); -x_19 = x_34; -goto block_26; -} +lean_object* x_32; uint8_t x_33; +x_32 = lean_unsigned_to_nat(1u); +x_33 = lean_nat_dec_lt(x_32, x_29); +lean_dec(x_29); +x_19 = x_33; +goto block_28; } else { if (x_18 == 0) { -lean_object* x_35; uint8_t x_36; -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_dec_lt(x_35, x_27); -lean_dec(x_27); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; -lean_dec(x_13); -x_37 = lean_box(0); -x_38 = l_Lean_Elab_Tactic_evalSplit___lambda__5(x_18, x_17, x_37, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_17); -return x_38; +lean_object* x_34; uint8_t x_35; +x_34 = lean_unsigned_to_nat(1u); +x_35 = lean_nat_dec_lt(x_34, x_29); +lean_dec(x_29); +x_19 = x_35; +goto block_28; } else { -lean_object* x_39; -lean_dec(x_17); -x_39 = lean_box(0); -x_19 = x_39; -goto block_26; +uint8_t x_36; +lean_dec(x_29); +x_36 = 1; +x_19 = x_36; +goto block_28; } } -else +block_28: +{ +if (x_19 == 0) { -lean_object* x_40; -lean_dec(x_27); +lean_object* x_20; lean_object* x_21; +lean_dec(x_13); +x_20 = lean_box(0); +x_21 = l_Lean_Elab_Tactic_evalSplit___lambda__5(x_18, x_17, x_20, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); lean_dec(x_17); -x_40 = lean_box(0); -x_19 = x_40; -goto block_26; -} +return x_21; } -block_26: +else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_19); -x_20 = l_Lean_Elab_Tactic_evalSplit___lambda__6___closed__3; -x_21 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic___spec__1(x_13, x_20, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_dec(x_17); +x_22 = l_Lean_Elab_Tactic_evalSplit___lambda__6___closed__3; +x_23 = l_Lean_throwErrorAt___at_Lean_Elab_Tactic_evalTactic___spec__1(x_13, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -return x_21; +return x_23; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_21); -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_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_ctor_get(x_23, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_23); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; +} } } } diff --git a/stage0/stdlib/Lean/Elab/Term.c b/stage0/stdlib/Lean/Elab/Term.c index 18a5beeaebdf..d94001163d6f 100644 --- a/stage0/stdlib/Lean/Elab/Term.c +++ b/stage0/stdlib/Lean/Elab/Term.c @@ -24,6 +24,7 @@ static lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___sp uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation___closed__1; static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__5; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__15; LEAN_EXPORT lean_object* l_Lean_Elab_withoutModifyingStateWithInfoAndMessages(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Elab_Term_isLetRecAuxMVar___spec__3(lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__4; @@ -31,7 +32,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_levelMVarToParam(lean_object*, lean_ob static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutSavingRecAppSyntax___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_postponeElabTermCore___closed__4; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___boxed(lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_logUnassignedUsingErrorInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -40,12 +40,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Context_autoBoundImplicitForbidden___d LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfNoneOrMVar___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_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69(lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__10___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_setLevelNames___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_withoutErrToSorryImp(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__11; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedTermElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__10___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Tactic_beqCacheKey____x40_Lean_Elab_Term___hyg_663_(lean_object*, lean_object*); @@ -64,6 +66,7 @@ uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_MacroScopesView_isSuffixOf(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___boxed(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__4___boxed(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_Elab_Term_addAutoBoundImplicits_go___spec__44(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_logUnassignedUsingErrorInfos___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -81,7 +84,6 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___l 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_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*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Tactic_beqCacheKey____x40_Lean_Elab_Term___hyg_663____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit(lean_object*); @@ -117,7 +119,9 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__6; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_expandDeclId___spec__12(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_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(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_Term___hyg_18363____closed__9; static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__2; static lean_object* l_Lean_Elab_Term_mkSaveInfoAnnotation___closed__1; @@ -130,6 +134,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_mkAuxName___spec_ 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_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__24; 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerSyntheticMVarWithCurrRef(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_elabTermAux___lambda__4(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_Term_withLevelNames(lean_object*); @@ -144,6 +149,7 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Elab_Term_ContainsP static lean_object* l_Lean_Elab_Term_instToStringMVarErrorKind___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTypeAscription___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); lean_object* l_Lean_indentD(lean_object*); @@ -151,15 +157,15 @@ double lean_float_div(double, double); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_inPattern___default; static lean_object* l_Lean_Elab_Tactic_instBEqCacheKey___closed__1; static lean_object* l_Lean_Elab_Term_levelMVarToParam___closed__2; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_Tactic_instInhabitedCache___closed__1; static lean_object* l_Lean_addDocString___at_Lean_Elab_Term_expandDeclId___spec__9___closed__1; uint64_t lean_uint64_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__56(lean_object*, lean_object*, size_t, size_t); 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); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -183,14 +189,13 @@ lean_object* l_Lean_Meta_mkSyntheticSorry(lean_object*, lean_object*, lean_objec 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___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___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_throwError___at_Lean_Elab_Term_throwTypeMismatchError___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_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_Term_resolveId_x3f___spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9; static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__7; static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__6; 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_Term_instMonadTermElabM___closed__3; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11; 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*); static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__8; @@ -200,6 +205,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkCoe___lambda__1(lean_object*, lean_o LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__4(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_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2(lean_object*, lean_object*, 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_elabTermAux___spec__15___rarg___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__76(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_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__1___closed__6; 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*); lean_object* l_Lean_Syntax_getId(lean_object*); @@ -246,7 +252,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean LEAN_EXPORT lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___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_instToStringMVarErrorKind___boxed(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicit(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_toIO___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -260,6 +265,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDe static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withoutModifyingStateWithInfoAndMessages___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_Lean_Elab_Term_hasNoImplicitLambdaAnnotation___boxed(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__72(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__11___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_mkAuxName___closed__2; @@ -277,6 +283,7 @@ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBo LEAN_EXPORT lean_object* l_Lean_Elab_withoutModifyingStateWithInfoAndMessages___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instHashableCacheKey; static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__1___closed__7; +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__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_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2; lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); @@ -284,7 +291,7 @@ LEAN_EXPORT lean_object* l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__L lean_object* l_Lean_Expr_bvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_expandDeclId___at_Lean_Elab_Term_expandDeclId___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_object* lean_array_fget(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__6; 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_object* lean_array_fset(lean_object*, lean_object*, lean_object*); 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*); @@ -326,7 +333,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_LVal_getRef___boxed(lean_object*); static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___closed__4; lean_object* l_Lean_removeLeadingSpaces(lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__9; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15; static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_getMVarErrorInfo_x3f___spec__1___boxed(lean_object*, lean_object*); @@ -340,6 +346,7 @@ LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_Term_0__Lean_Ela static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_dropTermParens___closed__1; static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3___boxed(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__67(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___closed__3; static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__21; 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*); @@ -347,9 +354,11 @@ uint8_t l_Lean_Linter_getLinterValue(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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_argName_x3f___default; static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__4; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__14; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ppGoal___boxed(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__67___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__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*); @@ -358,10 +367,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVa static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__3; LEAN_EXPORT lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___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_Term_mkExplicitBinder___closed__16; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_io_get_num_heartbeats(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69___boxed(lean_object*, lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); lean_object* l_Lean_Syntax_identComponents(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_logUnassignedUsingErrorInfos___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(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*); @@ -392,15 +404,16 @@ extern lean_object* l_Lean_maxRecDepth; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___spec__6(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_instMonadMacroAdapterTermElabM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedTermElabM(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkCoe___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_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3___boxed(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_isLambdaWithImplicit___boxed(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70(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_elabTermAux___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; uint8_t l_Lean_Syntax_isAtom(lean_object*); @@ -414,7 +427,6 @@ LEAN_EXPORT uint8_t l_Lean_Elab_Term_levelMVarToParam___lambda__1(lean_object*, LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forMAux___at_Lean_Elab_Term_instMetaEvalTermElabM___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__3(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_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*); @@ -423,23 +435,20 @@ static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__12; static lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_State_letRecsToLift___default; static lean_object* l_Lean_Elab_Term_levelMVarToParam___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5; lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Tactic_hashCacheKey____x40_Lean_Elab_Term___hyg_756____boxed(lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_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_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___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 uint8_t l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2(lean_object*); static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__12; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveName___spec__2___boxed(lean_object*, lean_object*); 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*); +uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkAuxName___at_Lean_Elab_Term_mkAuxName___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_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2; @@ -458,8 +467,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___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_Term_registerMVarErrorCustomInfo___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_18364____closed__12; static lean_object* l_Lean_Elab_Term_resolveName___closed__3; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__72___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withPushMacroExpansionStack___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_Term_mkTypeMismatchError___closed__1; @@ -470,6 +479,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTermEnsuringType___boxed(lean_obje LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda___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_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_instInhabitedCacheKey; +LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Term_withMacroExpansion___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*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_Term_TermElabM_run(lean_object*); @@ -491,25 +501,26 @@ extern lean_object* l_Lean_Elab_abortCommandExceptionId; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instInhabitedSyntheticMVarDecl___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_ReaderT_instApplicativeReaderT___rarg(lean_object*); static lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___closed__3; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_mayPostpone___default; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1; static lean_object* l_Lean_Elab_Term_mkCoe___closed__5; LEAN_EXPORT lean_object* l_Lean_Option_set___at_Lean_Elab_Term_withoutMacroStackAtErr___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_levelMVarToParam___lambda__1___boxed(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwErrorIfErrors___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_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__8; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveName___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withSavedContext___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_mkTypeMismatchError___closed__2; lean_object* l_Lean_Meta_mkFreshLevelMVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___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_withoutPostponing___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_18364____closed__4; static lean_object* l_Lean_Elab_Term_getFVarLocalDecl_x21___closed__1; static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__4; static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__3; @@ -523,13 +534,13 @@ static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__16; LEAN_EXPORT lean_object* l_Lean_log___at_Lean_Elab_Term_exceptionToSorry___spec__2(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_throwErrorIfErrors(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_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(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_instMetaEvalTermElabM___rarg___closed__10; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns___closed__4; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicitApp___closed__2; static lean_object* l_Lean_Elab_Term_instToStringSyntheticMVarKind___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___closed__2; lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -564,14 +575,13 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_Context_auxDeclToFullName___default; static lean_object* l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__8; lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkPrivateName(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8; 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*); static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__6; LEAN_EXPORT lean_object* l_List_foldlM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___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_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__71(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__11(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_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_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___lambda__1___closed__2; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__6(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_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*); @@ -580,6 +590,7 @@ lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40(lean_object*, lean_object*, size_t, size_t); lean_object* l_List_findSome_x3f___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__1; lean_object* l_Lean_Meta_isType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName_process(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -588,6 +599,7 @@ LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Elab_Term_ContainsPendin LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__9(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLevelNames(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -613,7 +625,7 @@ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___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_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_exprToSyntax(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__2; 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*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___spec__1(lean_object*); @@ -637,11 +649,11 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyAttributesAt(lean_object*, lean_o static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__9; 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*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(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_withoutMacroStackAtErr___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_saveRecAppSyntax___default; lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars_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_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Elab_Term_isTacticOrPostponedHole_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_NameMap_contains___rarg(lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); @@ -654,6 +666,7 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTacticBlock__ 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*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits___boxed(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__3___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_getConstInfo___at_Lean_Elab_Term_mkConst___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_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*); @@ -671,6 +684,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplic static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___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_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__63(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkSyntheticSorryFor___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); @@ -690,6 +704,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_throwMVarError(lean_object*); static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_appendExtra___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkCoe___closed__4; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshIdent___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkFreshBinderName___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerCustomErrorIfMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -700,6 +715,7 @@ LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_ static lean_object* l_Lean_Elab_Term_mkFreshBinderName___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3(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_List_isEmpty___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62___boxed(lean_object*, lean_object*); LEAN_EXPORT uint64_t l___private_Lean_Elab_Term_0__Lean_Elab_Tactic_hashCacheKey____x40_Lean_Elab_Term___hyg_756_(lean_object*); static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_traceAtCmdPos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -730,9 +746,11 @@ static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___sp LEAN_EXPORT lean_object* l_Lean_Elab_Term_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__56___boxed(lean_object*, lean_object*, lean_object*, 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*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__12; static lean_object* l_Lean_Elab_Term_mkTypeMismatchError___closed__3; -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__3; 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*); @@ -743,6 +761,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withSaveInfoContext___at___private_Lean_Ela static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__5; lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__5; static lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_printTraces___at_Lean_Core_instMetaEvalCoreM___spec__1(lean_object*, lean_object*, lean_object*); @@ -754,6 +773,7 @@ static lean_object* l_Lean_Elab_Term_throwErrorIfErrors___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___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_Lean_Elab_Term_0__Lean_Elab_Term_dropTermParens(lean_object*); lean_object* lean_io_mono_nanos_now(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(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_MVarErrorInfo_logError___closed__4; @@ -766,7 +786,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_loop___lambda__1___bo static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___boxed(lean_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_levelMVarToParam___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_21617____closed__2; lean_object* l_Lean_Elab_InfoTree_substitute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___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___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicitApp___closed__1; @@ -799,6 +818,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars_x3f___lambda__1_ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_resolveId_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_Elab_Term_mkNoImplicitLambdaAnnotation(lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); @@ -815,6 +835,7 @@ static lean_object* l_Lean_Elab_Term_mkFreshBinderName___rarg___closed__2; lean_object* l_instHashableProd___rarg___boxed(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*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53___boxed(lean_object*, lean_object*); 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*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); @@ -823,6 +844,7 @@ uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__24(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__2; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__10; static lean_object* l_Lean_Elab_Term_instInhabitedTermElabM___closed__1; static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__1___closed__12; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(lean_object*, lean_object*, lean_object*); @@ -859,6 +881,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop(lean_object static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns___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_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -878,6 +901,7 @@ uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(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_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(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_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*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_resolveId_x3f___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_postponeElabTerm(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_Elab_Term_addAutoBoundImplicits_go___spec__46___boxed(lean_object*, lean_object*); @@ -890,6 +914,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureTy static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__3; static lean_object* l_Lean_Elab_Term_resolveName___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_applyVisibility___at_Lean_Elab_Term_expandDeclId___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutMacroStackAtErr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Tactic_Cache_pre___default; static lean_object* l_Lean_Elab_Term_withoutErrToSorry___rarg___closed__1; @@ -898,6 +923,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_go___lambda__1___boxe LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_resolveGlobalName___at_Lean_Elab_Term_resolveLocalName_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(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_18363____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_liftLevelM(lean_object*); extern lean_object* l_Lean_Meta_instMonadMetaM; @@ -912,8 +939,10 @@ static lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorInfo___closed__1; static lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorKind___closed__1; lean_object* l_Lean_MacroScopesView_review(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_setInfoState___at_Lean_Elab_Term_SavedState_restore___spec__1___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_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___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_useImplicitLambda___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(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*); 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*); @@ -925,6 +954,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_containsPendingMVar___boxed(lean_objec LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___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*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_Context_declName_x3f___default; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__59___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___lambda__2(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_3358____closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_getMVarErrorInfo_x3f___spec__1(lean_object*, lean_object*); @@ -938,18 +968,19 @@ LEAN_EXPORT lean_object* l_Lean_addDocString_x27___at_Lean_Elab_Term_expandDeclI static lean_object* l_Lean_Elab_Term_resolveName_process___closed__1; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__4; -uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___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_Term_applyAttributesAt___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_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__63___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__7(lean_object*, lean_object*); 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*); 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*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___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_initFn____x40_Lean_Elab_Term___hyg_21609____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits_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_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTypeAscription___closed__1; @@ -968,6 +999,7 @@ static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwTypeMismatchError___spec__1(lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isHole___closed__1; uint8_t l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__55(lean_object*, lean_object*, size_t, size_t); 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*); 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*); @@ -986,19 +1018,18 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_registerMVarErrorHoleInfo(lean_object* LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Elab_Term_containsPendingMVar___spec__1___boxed(lean_object*); 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*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMonadBacktrackSavedStateTermElabM___closed__2; extern lean_object* l_Lean_Linter_deprecatedAttr; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_isSaveInfoAnnotation_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_getResetInfoTrees___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__2___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___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_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_mkAuxName___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_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___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_instMetaEvalTermElabM___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1014,6 +1045,7 @@ static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expa static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_Context_tacticCache_x3f___default; LEAN_EXPORT 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_initFn____x40_Lean_Elab_Term___hyg_21609____closed__3; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_holesAsSyntheticOpaque___default; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_hasMacroScopes(lean_object*); @@ -1024,6 +1056,7 @@ static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed_ 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*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__3; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_autoBoundImplicitForbidden___default(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabLevel___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_elabTermAux___lambda__1___closed__1; @@ -1036,6 +1069,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_instMonadTermElabM___lambda__1___boxed static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__4; 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*); LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__4(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__11; uint8_t l_Lean_Name_isAtomic(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedTermElabM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1058,7 +1092,7 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isTacticBlock__ LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyAttributes___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_addDocString___at_Lean_Elab_Term_expandDeclId___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_panic___at_Lean_Elab_Term_getFVarLocalDecl_x21___spec__1___closed__1; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__59(lean_object*, lean_object*, lean_object*); static double l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; 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_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1077,6 +1111,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg(lean LEAN_EXPORT 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_object* lean_float_to_string(double); LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__73(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___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*); static lean_object* l_Lean_Elab_Term_observing___rarg___closed__1; static lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed__1; @@ -1093,6 +1128,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDe LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__11___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_coerce_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__2___closed__1; static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__6; @@ -1111,10 +1147,10 @@ static lean_object* l_Lean_Elab_Term_isLetRecAuxMVar___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName_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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__27___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__8(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_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkConst___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedState; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__76___boxed(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_instToStringMVarErrorKind___closed__2; lean_object* l_Lean_TagDeclarationExtension_tag(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__10(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1128,7 +1164,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_expandDeclId(lean_object*, lean_object static lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedMVarErrorInfo; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isExplicit___boxed(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1136,7 +1171,6 @@ static lean_object* l_Lean_Elab_Term_mkCoe___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot___at_Lean_Elab_Term_isLetRecAuxMVar___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___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*); uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_Elab_Term_instMetaEvalTermElabM___rarg___closed__18; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1156,11 +1190,13 @@ static lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMe LEAN_EXPORT lean_object* l_Lean_Elab_Term_applyAttributes(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_mkConsts___spec__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__57(lean_object*, lean_object*, size_t, size_t); 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 uint8_t l_Lean_Elab_Term_Context_autoBoundImplicit___default; static lean_object* l_Lean_Elab_Term_exprToSyntax___lambda__1___closed__2; static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__15; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__71___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType___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_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1168,10 +1204,12 @@ lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_isNoncomputableSection___default; 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_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__11; static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__1; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Elab_Term_isLetRecAuxMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); uint8_t l_Lean_isStructure(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___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*); static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Term_getLetRecsToLift___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1184,7 +1222,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars(lean_object*, le LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortCommand___at_Lean_Elab_Term_ensureNoUnassignedMVars___spec__1___boxed(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__27(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMonadMacroAdapterTermElabM___closed__1; -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__2; static lean_object* l_Lean_Elab_Term_instMonadTermElabM___closed__1; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_instInhabitedSyntheticMVarKind; @@ -1198,7 +1235,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__2___boxed(lean_o LEAN_EXPORT lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_tryPostponeIfHasMVars___closed__5; 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_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___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_Term_MVarErrorInfo_logError___closed__1; lean_object* l_Lean_Expr_setAppPPExplicitForExposingMVars(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(lean_object*, lean_object*, lean_object*); @@ -1223,6 +1259,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName___lambda__4___boxed(lean_o static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__2; extern lean_object* l_Lean_Elab_postponeExceptionId; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__8___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___boxed(lean_object*, lean_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_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1___boxed(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_elabTermAux___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_protectedExt; @@ -1240,7 +1277,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withInfoTreeContext___at_Lean_Elab_Term_wit LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAuxDecl___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_instMetaEvalTermElabM___rarg___closed__22; LEAN_EXPORT lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___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_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___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_instMetaEvalTermElabM___rarg___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl(lean_object*); @@ -1257,12 +1293,10 @@ lean_object* l_Lean_mkHashMapImp___rarg(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); 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_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_resolveName_x27___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaEvalTermElabM___spec__5(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_Elab_autoBoundImplicitExceptionId; -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13; 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*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__1___closed__1; @@ -1271,6 +1305,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_instMetaE 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_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54___boxed(lean_object*, 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_Lean_Elab_Term_instInhabitedLetRecToLift; size_t lean_usize_add(size_t, size_t); @@ -1282,9 +1317,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveId_x3f___lambda__1___boxed(lean 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_instantiateMVars___at_Lean_Elab_Term_ContainsPendingMVar_visit___spec__9(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_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*); 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*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70___boxed(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, 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___lambda__7___closed__1; LEAN_EXPORT uint8_t l_Lean_Elab_Term_addAutoBoundImplicits_go___lambda__1(lean_object*); @@ -1301,8 +1336,9 @@ lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__13; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addTermInfo(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*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__7; static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__1; -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_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(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*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_State_levelNames___default; LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1337,12 +1373,16 @@ static lean_object* l_Lean_Elab_throwAbortCommand___at_Lean_Elab_Term_ensureNoUn LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__5; lean_object* l_Lean_Meta_mkFreshTypeMVar(uint8_t, 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__66___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__51(lean_object*, lean_object*, lean_object*); 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_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75(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_ContextInfo_save___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__3(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_traceAtCmdPos___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__4; 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*); uint8_t l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23_(uint8_t, uint8_t); static lean_object* l_Lean_Elab_checkNotAlreadyDeclared___at_Lean_Elab_Term_expandDeclId___spec__6___closed__1; @@ -1353,6 +1393,8 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageCon LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_State_pendingMVars___default; static lean_object* l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2___closed__3; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__65(lean_object*, lean_object*, size_t, size_t); 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_instInhabitedLetRecToLift___closed__4; static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__7; @@ -1361,7 +1403,7 @@ lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(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*); 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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__1; static lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_logException___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1369,6 +1411,7 @@ LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term LEAN_EXPORT lean_object* l_Lean_Elab_Term_instToStringLVal(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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__64(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Linter_checkDeprecated___at___private_Lean_Elab_Term_0__Lean_Elab_Term_mkConsts___spec__1___closed__13; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred(lean_object*); @@ -1380,7 +1423,6 @@ static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImp 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); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___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_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9; uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_errToSorry___default; LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAuxDecl___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1393,6 +1435,7 @@ static lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___sp lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(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___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__8; LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_withoutModifyingStateWithInfoAndMessagesImpl___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__19; @@ -1403,6 +1446,7 @@ 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_ContextInfo_saveNoFileMap___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__4___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_withMacroExpansionInfo___at_Lean_Elab_Term_withMacroExpansion___spec__1(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__2; 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_Elab_Term_observing(lean_object*); @@ -1419,15 +1463,16 @@ lean_object* l_List_filterTR_loop___at_Lean_resolveGlobalConstCore___spec__1(lea LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3___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_isTacticBlock___closed__3; 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*); -static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14; 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*); 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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__2; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2(lean_object*, size_t, size_t); static lean_object* l_Lean_Elab_Term_expandDeclId___closed__2; uint8_t l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(uint8_t, uint8_t); static lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(lean_object*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__2___closed__1; LEAN_EXPORT 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_EXPORT lean_object* l_Lean_Elab_Term_throwMVarError___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1446,6 +1491,7 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v static lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__1___closed__2; lean_object* l_String_toSubstring_x27(lean_object*); static lean_object* l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__9; +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609_(lean_object*); static lean_object* l_Lean_Elab_Term_synthesizeInstMVarCore___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_Term_withoutModifyingElabMetaStateWithInfo___spec__9(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_array_uset(lean_object*, size_t, lean_object*); @@ -1472,16 +1518,17 @@ static lean_object* l_Lean_Elab_Term_instMetaEvalTermElabM___rarg___closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_throwAlreadyDeclaredUniverseLevel___at_Lean_Elab_Term_expandDeclId___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__4___closed__5; lean_object* l_Nat_repr(lean_object*); +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__7; static lean_object* l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__8; static lean_object* l_Lean_Elab_Term_mkExplicitBinder___closed__8; +static lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__4; LEAN_EXPORT uint8_t l_Lean_Elab_Term_Context_ignoreTCFailures___default; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__47___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3___boxed(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__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_isMVarApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_applyVisibility___at_Lean_Elab_Term_expandDeclId___spec__5___closed__1; lean_object* l_Lean_Meta_whnfR(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_18364____closed__3; static lean_object* l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveName_x27(lean_object*, 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_Term_0__Lean_Elab_Term_elabTermAux___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1492,10 +1539,13 @@ LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplici LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___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___private_Lean_Elab_Term_0__Lean_Elab_Term_isLambdaWithImplicit___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_throwTypeMismatchError___spec__1___rarg(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_Elab_Term_addAutoBoundImplicits_go___spec__68___boxed(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_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74___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_ContainsPendingMVar_visit___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasExprMVar(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__1; 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*); @@ -1966,7 +2016,7 @@ lean_object* x_2; lean_object* x_3; uint64_t x_4; uint64_t x_5; uint64_t x_6; ui x_2 = lean_ctor_get(x_1, 0); x_3 = lean_ctor_get(x_1, 1); x_4 = 0; -x_5 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_6 = lean_uint64_mix_hash(x_4, x_5); x_7 = lean_uint64_of_nat(x_3); x_8 = lean_uint64_mix_hash(x_6, x_7); @@ -3530,14 +3580,6 @@ goto _start; static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1() { _start: { -lean_object* x_1; -x_1 = l_Lean_Elab_pp_macroStack; -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__2() { -_start: -{ lean_object* x_1; lean_object* x_2; x_1 = lean_box(1); x_2 = lean_alloc_ctor(0, 1, 0); @@ -3545,7 +3587,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__3() { +static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__2() { _start: { lean_object* x_1; @@ -3553,78 +3595,103 @@ x_1 = lean_mk_string_from_bytes("with resulting expansion", 24); return x_1; } } -static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__4() { +static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__3; +x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__2; 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_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5() { +static lean_object* _init_l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__4; +x_1 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__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_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_pp_macroStack; +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___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) { _start: { -lean_object* x_10; lean_object* x_11; uint8_t x_12; +lean_object* x_10; uint8_t x_11; lean_object* x_26; uint8_t x_27; x_10 = lean_ctor_get(x_7, 2); -x_11 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; -x_12 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_10, x_11); -if (x_12 == 0) +x_26 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5; +x_27 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_10, x_26); +if (x_27 == 0) { -lean_object* x_13; -lean_dec(x_2); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_1); -lean_ctor_set(x_13, 1, x_9); -return x_13; +uint8_t x_28; +x_28 = 1; +x_11 = x_28; +goto block_25; } else { +uint8_t x_29; +x_29 = 0; +x_11 = x_29; +goto block_25; +} +block_25: +{ +if (x_11 == 0) +{ if (lean_obj_tag(x_2) == 0) { -lean_object* x_14; -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_1); -lean_ctor_set(x_14, 1, x_9); -return x_14; +lean_object* x_12; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_1); +lean_ctor_set(x_12, 1, x_9); +return x_12; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_15 = lean_ctor_get(x_2, 0); -lean_inc(x_15); -x_16 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__2; +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_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +x_14 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; +x_15 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_15, 0, x_1); +lean_ctor_set(x_15, 1, x_14); +x_16 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__4; x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_1); +lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); -x_18 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5; -x_19 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_18); -x_20 = lean_ctor_get(x_15, 1); -lean_inc(x_20); -lean_dec(x_15); -x_21 = l_Lean_MessageData_ofSyntax(x_20); -x_22 = l_Lean_indentD(x_21); -x_23 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_23, 0, x_19); -lean_ctor_set(x_23, 1, x_22); -x_24 = l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2(x_16, x_23, x_2); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_9); -return x_25; +x_18 = lean_ctor_get(x_13, 1); +lean_inc(x_18); +lean_dec(x_13); +x_19 = l_Lean_MessageData_ofSyntax(x_18); +x_20 = l_Lean_indentD(x_19); +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_17); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_List_foldl___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__2(x_14, x_21, x_2); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_9); +return x_23; +} +} +else +{ +lean_object* x_24; +lean_dec(x_2); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_1); +lean_ctor_set(x_24, 1, x_9); +return x_24; } } } @@ -10825,45 +10892,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_logAt___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__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_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; uint8_t x_269; uint8_t x_270; -x_269 = 2; -x_270 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_269); -if (x_270 == 0) +uint8_t x_11; uint8_t x_271; uint8_t x_272; +x_271 = 2; +x_272 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_271); +if (x_272 == 0) { -lean_object* x_271; -x_271 = lean_box(0); -x_11 = x_271; -goto block_268; +uint8_t x_273; +x_273 = 0; +x_11 = x_273; +goto block_270; } else { -lean_object* x_272; uint8_t x_273; +lean_object* x_274; uint8_t x_275; lean_inc(x_2); -x_272 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_273 = lean_unbox(x_272); -lean_dec(x_272); -if (x_273 == 0) -{ -lean_object* x_274; -x_274 = lean_box(0); -x_11 = x_274; -goto block_268; +x_274 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_275 = lean_unbox(x_274); +lean_dec(x_274); +x_11 = x_275; +goto block_270; } -else +block_270: { -lean_object* x_275; lean_object* x_276; -lean_dec(x_2); -x_275 = lean_box(0); -x_276 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_276, 0, x_275); -lean_ctor_set(x_276, 1, x_10); -return x_276; -} -} -block_268: +if (x_11 == 0) { uint8_t x_12; lean_object* x_262; uint8_t x_263; uint8_t x_264; -lean_dec(x_11); x_262 = lean_ctor_get(x_8, 2); x_263 = 1; x_264 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_263); @@ -11703,6 +11756,17 @@ return x_260; } } } +else +{ +lean_object* x_268; lean_object* x_269; +lean_dec(x_2); +x_268 = lean_box(0); +x_269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_269, 0, x_268); +lean_ctor_set(x_269, 1, x_10); +return x_269; +} +} } } static lean_object* _init_l_Lean_Elab_Term_MVarErrorInfo_logError___closed__1() { @@ -11862,7 +11926,7 @@ lean_ctor_set(x_24, 1, x_22); x_25 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_25, 0, x_19); lean_ctor_set(x_25, 1, x_24); -x_26 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__2; +x_26 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__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); @@ -11901,7 +11965,7 @@ lean_inc(x_37); x_38 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__10; x_39 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__11; x_40 = l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName(x_1, x_38, x_39); -x_41 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__2; +x_41 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); @@ -12274,7 +12338,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +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; uint8_t x_29; lean_object* x_67; x_15 = lean_ctor_get(x_4, 0); lean_inc(x_15); x_16 = lean_ctor_get(x_4, 2); @@ -12293,464 +12357,191 @@ lean_inc(x_21); x_22 = lean_ctor_get(x_18, 1); lean_inc(x_22); lean_dec(x_18); -x_23 = !lean_is_exclusive(x_20); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_24 = lean_ctor_get(x_20, 0); -x_25 = lean_ctor_get(x_20, 1); -lean_dec(x_25); -x_26 = !lean_is_exclusive(x_21); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_21, 0); -x_28 = lean_ctor_get(x_21, 1); -x_29 = lean_ctor_get(x_16, 0); -lean_inc(x_29); -x_30 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_24, x_29); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_31 = lean_box(0); -lean_inc(x_29); -x_32 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_24, x_29, x_31); -x_33 = l_Lean_Expr_mvar___override(x_29); -x_34 = l_Lean_Meta_getMVars(x_33, x_8, x_9, x_10, x_11, x_22); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = lean_array_get_size(x_35); -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_35); -lean_dec(x_16); -lean_ctor_set(x_20, 0, x_32); -x_4 = x_17; -x_5 = x_20; -x_12 = x_36; -goto _start; -} -else -{ -uint8_t x_41; -x_41 = lean_nat_dec_le(x_37, x_37); -if (x_41 == 0) -{ -lean_dec(x_37); -lean_dec(x_35); -lean_dec(x_16); -lean_ctor_set(x_20, 0, x_32); -x_4 = x_17; -x_5 = x_20; -x_12 = x_36; -goto _start; -} -else -{ -size_t x_43; size_t x_44; uint8_t x_45; -x_43 = 0; -x_44 = lean_usize_of_nat(x_37); -lean_dec(x_37); -x_45 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_35, x_43, x_44); -lean_dec(x_35); -if (x_45 == 0) -{ -lean_dec(x_16); -lean_ctor_set(x_20, 0, x_32); -x_4 = x_17; -x_5 = x_20; -x_12 = x_36; -goto _start; -} -else -{ -lean_free_object(x_21); -lean_free_object(x_20); -if (x_2 == 0) -{ -lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_47 = lean_array_push(x_27, x_16); -x_48 = lean_unbox(x_28); -lean_dec(x_28); -x_49 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_32, x_47, x_48, x_31, x_6, x_7, x_8, x_9, x_10, x_11, x_36); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = lean_ctor_get(x_50, 0); -lean_inc(x_52); -lean_dec(x_50); -x_4 = x_17; -x_5 = x_52; -x_12 = x_51; -goto _start; -} -else -{ -uint8_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -lean_dec(x_16); -x_54 = lean_unbox(x_28); -lean_dec(x_28); -x_55 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_32, x_27, x_54, x_31, x_6, x_7, x_8, x_9, x_10, x_11, x_36); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_4 = x_17; -x_5 = x_58; -x_12 = x_57; -goto _start; -} -} -} -} -} -else -{ -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_16); -x_4 = x_17; -x_5 = x_20; -x_12 = x_22; -goto _start; +x_23 = lean_ctor_get(x_20, 0); +lean_inc(x_23); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + lean_ctor_release(x_20, 1); + x_24 = x_20; +} else { + lean_dec_ref(x_20); + x_24 = lean_box(0); } +x_25 = lean_ctor_get(x_21, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_21, 1); +lean_inc(x_26); +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + lean_ctor_release(x_21, 1); + x_27 = x_21; +} else { + lean_dec_ref(x_21); + x_27 = lean_box(0); } -else -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_61 = lean_ctor_get(x_21, 0); -x_62 = lean_ctor_get(x_21, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_21); -x_63 = lean_ctor_get(x_16, 0); -lean_inc(x_63); -x_64 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_24, x_63); -if (lean_obj_tag(x_64) == 0) -{ -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; -x_65 = lean_box(0); -lean_inc(x_63); -x_66 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_24, x_63, x_65); -x_67 = l_Lean_Expr_mvar___override(x_63); -x_68 = l_Lean_Meta_getMVars(x_67, x_8, x_9, x_10, x_11, x_22); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_array_get_size(x_69); -x_72 = lean_unsigned_to_nat(0u); -x_73 = lean_nat_dec_lt(x_72, x_71); -if (x_73 == 0) +x_28 = lean_ctor_get(x_16, 0); +lean_inc(x_28); +x_67 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_23, x_28); +if (lean_obj_tag(x_67) == 0) { -lean_object* x_74; -lean_dec(x_71); -lean_dec(x_69); -lean_dec(x_16); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_61); -lean_ctor_set(x_74, 1, x_62); -lean_ctor_set(x_20, 1, x_74); -lean_ctor_set(x_20, 0, x_66); -x_4 = x_17; -x_5 = x_20; -x_12 = x_70; -goto _start; +uint8_t x_68; +x_68 = 0; +x_29 = x_68; +goto block_66; } else { -uint8_t x_76; -x_76 = lean_nat_dec_le(x_71, x_71); -if (x_76 == 0) -{ -lean_object* x_77; -lean_dec(x_71); -lean_dec(x_69); -lean_dec(x_16); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_61); -lean_ctor_set(x_77, 1, x_62); -lean_ctor_set(x_20, 1, x_77); -lean_ctor_set(x_20, 0, x_66); -x_4 = x_17; -x_5 = x_20; -x_12 = x_70; -goto _start; +uint8_t x_69; +lean_dec(x_67); +x_69 = 1; +x_29 = x_69; +goto block_66; } -else -{ -size_t x_79; size_t x_80; uint8_t x_81; -x_79 = 0; -x_80 = lean_usize_of_nat(x_71); -lean_dec(x_71); -x_81 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_69, x_79, x_80); -lean_dec(x_69); -if (x_81 == 0) +block_66: { -lean_object* x_82; -lean_dec(x_16); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_61); -lean_ctor_set(x_82, 1, x_62); -lean_ctor_set(x_20, 1, x_82); -lean_ctor_set(x_20, 0, x_66); -x_4 = x_17; -x_5 = x_20; -x_12 = x_70; -goto _start; -} -else +if (x_29 == 0) { -lean_free_object(x_20); -if (x_2 == 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; uint8_t x_36; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_30 = lean_box(0); +lean_inc(x_28); +x_31 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_23, x_28, x_30); +x_32 = l_Lean_Expr_mvar___override(x_28); +x_33 = l_Lean_Meta_getMVars(x_32, x_8, x_9, x_10, x_11, x_22); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_54 = lean_array_get_size(x_34); +x_55 = lean_unsigned_to_nat(0u); +x_56 = lean_nat_dec_lt(x_55, x_54); +if (x_56 == 0) { -lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_84 = lean_array_push(x_61, x_16); -x_85 = lean_unbox(x_62); -lean_dec(x_62); -x_86 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_66, x_84, x_85, x_65, x_6, x_7, x_8, x_9, x_10, x_11, x_70); -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_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_4 = x_17; -x_5 = x_89; -x_12 = x_88; -goto _start; +uint8_t x_57; +lean_dec(x_54); +lean_dec(x_34); +x_57 = 0; +x_36 = x_57; +goto block_53; } else { -uint8_t x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; -lean_dec(x_16); -x_91 = lean_unbox(x_62); -lean_dec(x_62); -x_92 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_66, x_61, x_91, x_65, x_6, x_7, x_8, x_9, x_10, x_11, x_70); -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = lean_ctor_get(x_93, 0); -lean_inc(x_95); -lean_dec(x_93); -x_4 = x_17; -x_5 = x_95; -x_12 = x_94; -goto _start; -} -} -} -} -} -else +uint8_t x_58; +x_58 = lean_nat_dec_le(x_54, x_54); +if (x_58 == 0) { -lean_object* x_97; -lean_dec(x_64); -lean_dec(x_63); -lean_dec(x_16); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_61); -lean_ctor_set(x_97, 1, x_62); -lean_ctor_set(x_20, 1, x_97); -x_4 = x_17; -x_5 = x_20; -x_12 = x_22; -goto _start; -} -} +uint8_t x_59; +lean_dec(x_54); +lean_dec(x_34); +x_59 = 0; +x_36 = x_59; +goto block_53; } 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; -x_99 = lean_ctor_get(x_20, 0); -lean_inc(x_99); -lean_dec(x_20); -x_100 = lean_ctor_get(x_21, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_21, 1); -lean_inc(x_101); -if (lean_is_exclusive(x_21)) { - lean_ctor_release(x_21, 0); - lean_ctor_release(x_21, 1); - x_102 = x_21; -} else { - lean_dec_ref(x_21); - x_102 = lean_box(0); -} -x_103 = lean_ctor_get(x_16, 0); -lean_inc(x_103); -x_104 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_99, x_103); -if (lean_obj_tag(x_104) == 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; lean_object* x_111; lean_object* x_112; uint8_t x_113; -x_105 = lean_box(0); -lean_inc(x_103); -x_106 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_99, x_103, x_105); -x_107 = l_Lean_Expr_mvar___override(x_103); -x_108 = l_Lean_Meta_getMVars(x_107, x_8, x_9, x_10, x_11, x_22); -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = lean_array_get_size(x_109); -x_112 = lean_unsigned_to_nat(0u); -x_113 = lean_nat_dec_lt(x_112, x_111); -if (x_113 == 0) -{ -lean_object* x_114; lean_object* x_115; -lean_dec(x_111); -lean_dec(x_109); -lean_dec(x_16); -if (lean_is_scalar(x_102)) { - x_114 = lean_alloc_ctor(0, 2, 0); -} else { - x_114 = x_102; +size_t x_60; size_t x_61; uint8_t x_62; +x_60 = 0; +x_61 = lean_usize_of_nat(x_54); +lean_dec(x_54); +x_62 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_34, x_60, x_61); +lean_dec(x_34); +x_36 = x_62; +goto block_53; } -lean_ctor_set(x_114, 0, x_100); -lean_ctor_set(x_114, 1, x_101); -x_115 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_115, 0, x_106); -lean_ctor_set(x_115, 1, x_114); -x_4 = x_17; -x_5 = x_115; -x_12 = x_110; -goto _start; } -else +block_53: { -uint8_t x_117; -x_117 = lean_nat_dec_le(x_111, x_111); -if (x_117 == 0) +if (x_36 == 0) { -lean_object* x_118; lean_object* x_119; -lean_dec(x_111); -lean_dec(x_109); +lean_object* x_37; lean_object* x_38; lean_dec(x_16); -if (lean_is_scalar(x_102)) { - x_118 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_27)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_118 = x_102; + x_37 = x_27; } -lean_ctor_set(x_118, 0, x_100); -lean_ctor_set(x_118, 1, x_101); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_106); -lean_ctor_set(x_119, 1, x_118); -x_4 = x_17; -x_5 = x_119; -x_12 = x_110; -goto _start; -} -else -{ -size_t x_121; size_t x_122; uint8_t x_123; -x_121 = 0; -x_122 = lean_usize_of_nat(x_111); -lean_dec(x_111); -x_123 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_109, x_121, x_122); -lean_dec(x_109); -if (x_123 == 0) -{ -lean_object* x_124; lean_object* x_125; -lean_dec(x_16); -if (lean_is_scalar(x_102)) { - x_124 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_25); +lean_ctor_set(x_37, 1, x_26); +if (lean_is_scalar(x_24)) { + x_38 = lean_alloc_ctor(0, 2, 0); } else { - x_124 = x_102; + x_38 = x_24; } -lean_ctor_set(x_124, 0, x_100); -lean_ctor_set(x_124, 1, x_101); -x_125 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_124); +lean_ctor_set(x_38, 0, x_31); +lean_ctor_set(x_38, 1, x_37); x_4 = x_17; -x_5 = x_125; -x_12 = x_110; +x_5 = x_38; +x_12 = x_35; goto _start; } else { -lean_dec(x_102); +lean_dec(x_27); +lean_dec(x_24); if (x_2 == 0) { -lean_object* x_127; uint8_t x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_127 = lean_array_push(x_100, x_16); -x_128 = lean_unbox(x_101); -lean_dec(x_101); -x_129 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_106, x_127, x_128, x_105, x_6, x_7, x_8, x_9, x_10, x_11, x_110); -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -x_132 = lean_ctor_get(x_130, 0); -lean_inc(x_132); -lean_dec(x_130); +lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_40 = lean_array_push(x_25, x_16); +x_41 = lean_unbox(x_26); +lean_dec(x_26); +x_42 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_31, x_40, x_41, x_30, x_6, x_7, x_8, x_9, x_10, x_11, x_35); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_ctor_get(x_43, 0); +lean_inc(x_45); +lean_dec(x_43); x_4 = x_17; -x_5 = x_132; -x_12 = x_131; +x_5 = x_45; +x_12 = x_44; goto _start; } else { -uint8_t x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +uint8_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_dec(x_16); -x_134 = lean_unbox(x_101); -lean_dec(x_101); -x_135 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_106, x_100, x_134, x_105, x_6, x_7, x_8, x_9, x_10, x_11, x_110); -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -lean_dec(x_135); -x_138 = lean_ctor_get(x_136, 0); -lean_inc(x_138); -lean_dec(x_136); +x_47 = lean_unbox(x_26); +lean_dec(x_26); +x_48 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_31, x_25, x_47, x_30, x_6, x_7, x_8, x_9, x_10, x_11, x_35); +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_17; -x_5 = x_138; -x_12 = x_137; +x_5 = x_51; +x_12 = x_50; goto _start; } } } } -} else { -lean_object* x_140; lean_object* x_141; -lean_dec(x_104); -lean_dec(x_103); +lean_object* x_63; lean_object* x_64; +lean_dec(x_28); lean_dec(x_16); -if (lean_is_scalar(x_102)) { - x_140 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_27)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_27; +} +lean_ctor_set(x_63, 0, x_25); +lean_ctor_set(x_63, 1, x_26); +if (lean_is_scalar(x_24)) { + x_64 = lean_alloc_ctor(0, 2, 0); } else { - x_140 = x_102; + x_64 = x_24; } -lean_ctor_set(x_140, 0, x_100); -lean_ctor_set(x_140, 1, x_101); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_99); -lean_ctor_set(x_141, 1, x_140); +lean_ctor_set(x_64, 0, x_23); +lean_ctor_set(x_64, 1, x_63); x_4 = x_17; -x_5 = x_141; +x_5 = x_64; x_12 = x_22; goto _start; } @@ -12773,7 +12564,7 @@ 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; uint8_t x_22; +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; uint8_t x_28; lean_object* x_66; x_14 = lean_ctor_get(x_3, 0); lean_inc(x_14); x_15 = lean_ctor_get(x_3, 2); @@ -12792,464 +12583,191 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_17, 1); lean_inc(x_21); lean_dec(x_17); -x_22 = !lean_is_exclusive(x_19); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_23 = lean_ctor_get(x_19, 0); -x_24 = lean_ctor_get(x_19, 1); -lean_dec(x_24); -x_25 = !lean_is_exclusive(x_20); -if (x_25 == 0) -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_20, 0); -x_27 = lean_ctor_get(x_20, 1); -x_28 = lean_ctor_get(x_15, 0); -lean_inc(x_28); -x_29 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_23, x_28); -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; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_30 = lean_box(0); -lean_inc(x_28); -x_31 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_23, x_28, x_30); -x_32 = l_Lean_Expr_mvar___override(x_28); -x_33 = l_Lean_Meta_getMVars(x_32, x_7, x_8, x_9, x_10, x_21); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = lean_array_get_size(x_34); -x_37 = lean_unsigned_to_nat(0u); -x_38 = lean_nat_dec_lt(x_37, x_36); -if (x_38 == 0) -{ -lean_dec(x_36); -lean_dec(x_34); -lean_dec(x_15); -lean_ctor_set(x_19, 0, x_31); -x_3 = x_16; -x_4 = x_19; -x_11 = x_35; -goto _start; -} -else -{ -uint8_t x_40; -x_40 = lean_nat_dec_le(x_36, x_36); -if (x_40 == 0) -{ -lean_dec(x_36); -lean_dec(x_34); -lean_dec(x_15); -lean_ctor_set(x_19, 0, x_31); -x_3 = x_16; -x_4 = x_19; -x_11 = x_35; -goto _start; -} -else -{ -size_t x_42; size_t x_43; uint8_t x_44; -x_42 = 0; -x_43 = lean_usize_of_nat(x_36); -lean_dec(x_36); -x_44 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_34, x_42, x_43); -lean_dec(x_34); -if (x_44 == 0) -{ -lean_dec(x_15); -lean_ctor_set(x_19, 0, x_31); -x_3 = x_16; -x_4 = x_19; -x_11 = x_35; -goto _start; -} -else -{ -lean_free_object(x_20); -lean_free_object(x_19); -if (x_2 == 0) -{ -lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_46 = lean_array_push(x_26, x_15); -x_47 = lean_unbox(x_27); -lean_dec(x_27); -x_48 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_31, x_46, x_47, x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_35); -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_3 = x_16; -x_4 = x_51; -x_11 = x_50; -goto _start; -} -else -{ -uint8_t x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_15); -x_53 = lean_unbox(x_27); -lean_dec(x_27); -x_54 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_31, x_26, x_53, x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_35); -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 = lean_ctor_get(x_55, 0); -lean_inc(x_57); -lean_dec(x_55); -x_3 = x_16; -x_4 = x_57; -x_11 = x_56; -goto _start; -} -} -} -} -} -else -{ -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_15); -x_3 = x_16; -x_4 = x_19; -x_11 = x_21; -goto _start; +x_22 = lean_ctor_get(x_19, 0); +lean_inc(x_22); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_23 = x_19; +} else { + lean_dec_ref(x_19); + x_23 = lean_box(0); } +x_24 = lean_ctor_get(x_20, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_20, 1); +lean_inc(x_25); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + lean_ctor_release(x_20, 1); + x_26 = x_20; +} else { + lean_dec_ref(x_20); + x_26 = lean_box(0); } -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_60 = lean_ctor_get(x_20, 0); -x_61 = lean_ctor_get(x_20, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_20); -x_62 = lean_ctor_get(x_15, 0); -lean_inc(x_62); -x_63 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_23, x_62); -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; lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_64 = lean_box(0); -lean_inc(x_62); -x_65 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_23, x_62, x_64); -x_66 = l_Lean_Expr_mvar___override(x_62); -x_67 = l_Lean_Meta_getMVars(x_66, x_7, x_8, x_9, x_10, x_21); -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_array_get_size(x_68); -x_71 = lean_unsigned_to_nat(0u); -x_72 = lean_nat_dec_lt(x_71, x_70); -if (x_72 == 0) +x_27 = lean_ctor_get(x_15, 0); +lean_inc(x_27); +x_66 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_22, x_27); +if (lean_obj_tag(x_66) == 0) { -lean_object* x_73; -lean_dec(x_70); -lean_dec(x_68); -lean_dec(x_15); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_60); -lean_ctor_set(x_73, 1, x_61); -lean_ctor_set(x_19, 1, x_73); -lean_ctor_set(x_19, 0, x_65); -x_3 = x_16; -x_4 = x_19; -x_11 = x_69; -goto _start; +uint8_t x_67; +x_67 = 0; +x_28 = x_67; +goto block_65; } else { -uint8_t x_75; -x_75 = lean_nat_dec_le(x_70, x_70); -if (x_75 == 0) -{ -lean_object* x_76; -lean_dec(x_70); -lean_dec(x_68); -lean_dec(x_15); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_60); -lean_ctor_set(x_76, 1, x_61); -lean_ctor_set(x_19, 1, x_76); -lean_ctor_set(x_19, 0, x_65); -x_3 = x_16; -x_4 = x_19; -x_11 = x_69; -goto _start; +uint8_t x_68; +lean_dec(x_66); +x_68 = 1; +x_28 = x_68; +goto block_65; } -else +block_65: { -size_t x_78; size_t x_79; uint8_t x_80; -x_78 = 0; -x_79 = lean_usize_of_nat(x_70); -lean_dec(x_70); -x_80 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_68, x_78, x_79); -lean_dec(x_68); -if (x_80 == 0) -{ -lean_object* x_81; -lean_dec(x_15); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_60); -lean_ctor_set(x_81, 1, x_61); -lean_ctor_set(x_19, 1, x_81); -lean_ctor_set(x_19, 0, x_65); -x_3 = x_16; -x_4 = x_19; -x_11 = x_69; -goto _start; -} -else +if (x_28 == 0) { -lean_free_object(x_19); -if (x_2 == 0) +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; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_29 = lean_box(0); +lean_inc(x_27); +x_30 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_22, x_27, x_29); +x_31 = l_Lean_Expr_mvar___override(x_27); +x_32 = l_Lean_Meta_getMVars(x_31, x_7, x_8, x_9, x_10, x_21); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_53 = lean_array_get_size(x_33); +x_54 = lean_unsigned_to_nat(0u); +x_55 = lean_nat_dec_lt(x_54, x_53); +if (x_55 == 0) { -lean_object* x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_83 = lean_array_push(x_60, x_15); -x_84 = lean_unbox(x_61); -lean_dec(x_61); -x_85 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_65, x_83, x_84, x_64, x_5, x_6, x_7, x_8, x_9, x_10, x_69); -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); -lean_inc(x_87); -lean_dec(x_85); -x_88 = lean_ctor_get(x_86, 0); -lean_inc(x_88); -lean_dec(x_86); -x_3 = x_16; -x_4 = x_88; -x_11 = x_87; -goto _start; +uint8_t x_56; +lean_dec(x_53); +lean_dec(x_33); +x_56 = 0; +x_35 = x_56; +goto block_52; } else { -uint8_t x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -lean_dec(x_15); -x_90 = lean_unbox(x_61); -lean_dec(x_61); -x_91 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_65, x_60, x_90, x_64, x_5, x_6, x_7, x_8, x_9, x_10, x_69); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = lean_ctor_get(x_92, 0); -lean_inc(x_94); -lean_dec(x_92); -x_3 = x_16; -x_4 = x_94; -x_11 = x_93; -goto _start; -} -} -} -} -} -else +uint8_t x_57; +x_57 = lean_nat_dec_le(x_53, x_53); +if (x_57 == 0) { -lean_object* x_96; -lean_dec(x_63); -lean_dec(x_62); -lean_dec(x_15); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_60); -lean_ctor_set(x_96, 1, x_61); -lean_ctor_set(x_19, 1, x_96); -x_3 = x_16; -x_4 = x_19; -x_11 = x_21; -goto _start; -} -} +uint8_t x_58; +lean_dec(x_53); +lean_dec(x_33); +x_58 = 0; +x_35 = x_58; +goto block_52; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_98 = lean_ctor_get(x_19, 0); -lean_inc(x_98); -lean_dec(x_19); -x_99 = lean_ctor_get(x_20, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_20, 1); -lean_inc(x_100); -if (lean_is_exclusive(x_20)) { - lean_ctor_release(x_20, 0); - lean_ctor_release(x_20, 1); - x_101 = x_20; -} else { - lean_dec_ref(x_20); - x_101 = lean_box(0); -} -x_102 = lean_ctor_get(x_15, 0); -lean_inc(x_102); -x_103 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_98, x_102); -if (lean_obj_tag(x_103) == 0) -{ -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_104 = lean_box(0); -lean_inc(x_102); -x_105 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_98, x_102, x_104); -x_106 = l_Lean_Expr_mvar___override(x_102); -x_107 = l_Lean_Meta_getMVars(x_106, x_7, x_8, x_9, x_10, x_21); -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_107, 1); -lean_inc(x_109); -lean_dec(x_107); -x_110 = lean_array_get_size(x_108); -x_111 = lean_unsigned_to_nat(0u); -x_112 = lean_nat_dec_lt(x_111, x_110); -if (x_112 == 0) -{ -lean_object* x_113; lean_object* x_114; -lean_dec(x_110); -lean_dec(x_108); -lean_dec(x_15); -if (lean_is_scalar(x_101)) { - x_113 = lean_alloc_ctor(0, 2, 0); -} else { - x_113 = x_101; +size_t x_59; size_t x_60; uint8_t x_61; +x_59 = 0; +x_60 = lean_usize_of_nat(x_53); +lean_dec(x_53); +x_61 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_33, x_59, x_60); +lean_dec(x_33); +x_35 = x_61; +goto block_52; } -lean_ctor_set(x_113, 0, x_99); -lean_ctor_set(x_113, 1, x_100); -x_114 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_114, 0, x_105); -lean_ctor_set(x_114, 1, x_113); -x_3 = x_16; -x_4 = x_114; -x_11 = x_109; -goto _start; } -else +block_52: { -uint8_t x_116; -x_116 = lean_nat_dec_le(x_110, x_110); -if (x_116 == 0) +if (x_35 == 0) { -lean_object* x_117; lean_object* x_118; -lean_dec(x_110); -lean_dec(x_108); +lean_object* x_36; lean_object* x_37; lean_dec(x_15); -if (lean_is_scalar(x_101)) { - x_117 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_26)) { + x_36 = lean_alloc_ctor(0, 2, 0); } else { - x_117 = x_101; + x_36 = x_26; } -lean_ctor_set(x_117, 0, x_99); -lean_ctor_set(x_117, 1, x_100); -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_105); -lean_ctor_set(x_118, 1, x_117); -x_3 = x_16; -x_4 = x_118; -x_11 = x_109; -goto _start; -} -else -{ -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_110); -lean_dec(x_110); -x_122 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__3(x_1, x_108, x_120, x_121); -lean_dec(x_108); -if (x_122 == 0) -{ -lean_object* x_123; lean_object* x_124; -lean_dec(x_15); -if (lean_is_scalar(x_101)) { - x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_24); +lean_ctor_set(x_36, 1, x_25); +if (lean_is_scalar(x_23)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_123 = x_101; + x_37 = x_23; } -lean_ctor_set(x_123, 0, x_99); -lean_ctor_set(x_123, 1, x_100); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_105); -lean_ctor_set(x_124, 1, x_123); +lean_ctor_set(x_37, 0, x_30); +lean_ctor_set(x_37, 1, x_36); x_3 = x_16; -x_4 = x_124; -x_11 = x_109; +x_4 = x_37; +x_11 = x_34; goto _start; } else { -lean_dec(x_101); +lean_dec(x_26); +lean_dec(x_23); if (x_2 == 0) { -lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_126 = lean_array_push(x_99, x_15); -x_127 = lean_unbox(x_100); -lean_dec(x_100); -x_128 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_105, x_126, x_127, x_104, x_5, x_6, x_7, x_8, x_9, x_10, x_109); -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -lean_dec(x_128); -x_131 = lean_ctor_get(x_129, 0); -lean_inc(x_131); -lean_dec(x_129); +lean_object* x_39; uint8_t x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_39 = lean_array_push(x_24, x_15); +x_40 = lean_unbox(x_25); +lean_dec(x_25); +x_41 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_30, x_39, x_40, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_34); +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_ctor_get(x_42, 0); +lean_inc(x_44); +lean_dec(x_42); x_3 = x_16; -x_4 = x_131; -x_11 = x_130; +x_4 = x_44; +x_11 = x_43; goto _start; } else { -uint8_t x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; +uint8_t x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_dec(x_15); -x_133 = lean_unbox(x_100); -lean_dec(x_100); -x_134 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_105, x_99, x_133, x_104, x_5, x_6, x_7, x_8, x_9, x_10, x_109); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -x_137 = lean_ctor_get(x_135, 0); -lean_inc(x_137); -lean_dec(x_135); +x_46 = lean_unbox(x_25); +lean_dec(x_25); +x_47 = l_Lean_RBNode_forIn_visit___at_Lean_Elab_Term_logUnassignedUsingErrorInfos___spec__6___lambda__1(x_30, x_24, x_46, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_34); +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_ctor_get(x_48, 0); +lean_inc(x_50); +lean_dec(x_48); x_3 = x_16; -x_4 = x_137; -x_11 = x_136; +x_4 = x_50; +x_11 = x_49; goto _start; } } } } -} else { -lean_object* x_139; lean_object* x_140; -lean_dec(x_103); -lean_dec(x_102); +lean_object* x_62; lean_object* x_63; +lean_dec(x_27); lean_dec(x_15); -if (lean_is_scalar(x_101)) { - x_139 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_26)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_139 = x_101; + x_62 = x_26; } -lean_ctor_set(x_139, 0, x_99); -lean_ctor_set(x_139, 1, x_100); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_98); -lean_ctor_set(x_140, 1, x_139); +lean_ctor_set(x_62, 0, x_24); +lean_ctor_set(x_62, 1, x_25); +if (lean_is_scalar(x_23)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_23; +} +lean_ctor_set(x_63, 0, x_22); +lean_ctor_set(x_63, 1, x_62); x_3 = x_16; -x_4 = x_140; +x_4 = x_63; x_11 = x_21; goto _start; } @@ -15140,45 +14658,31 @@ return x_124; LEAN_EXPORT lean_object* l_Lean_logAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__8(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) { _start: { -lean_object* x_11; uint8_t x_269; uint8_t x_270; -x_269 = 2; -x_270 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_269); -if (x_270 == 0) +uint8_t x_11; uint8_t x_271; uint8_t x_272; +x_271 = 2; +x_272 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_271); +if (x_272 == 0) { -lean_object* x_271; -x_271 = lean_box(0); -x_11 = x_271; -goto block_268; +uint8_t x_273; +x_273 = 0; +x_11 = x_273; +goto block_270; } else { -lean_object* x_272; uint8_t x_273; +lean_object* x_274; uint8_t x_275; lean_inc(x_2); -x_272 = l_Lean_MessageData_hasSyntheticSorry(x_2); -x_273 = lean_unbox(x_272); -lean_dec(x_272); -if (x_273 == 0) -{ -lean_object* x_274; -x_274 = lean_box(0); -x_11 = x_274; -goto block_268; +x_274 = l_Lean_MessageData_hasSyntheticSorry(x_2); +x_275 = lean_unbox(x_274); +lean_dec(x_274); +x_11 = x_275; +goto block_270; } -else +block_270: { -lean_object* x_275; lean_object* x_276; -lean_dec(x_2); -x_275 = lean_box(0); -x_276 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_276, 0, x_275); -lean_ctor_set(x_276, 1, x_10); -return x_276; -} -} -block_268: +if (x_11 == 0) { uint8_t x_12; lean_object* x_262; uint8_t x_263; uint8_t x_264; -lean_dec(x_11); x_262 = lean_ctor_get(x_8, 2); x_263 = 1; x_264 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_3, x_263); @@ -16018,6 +15522,17 @@ return x_260; } } } +else +{ +lean_object* x_268; lean_object* x_269; +lean_dec(x_2); +x_268 = lean_box(0); +x_269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_269, 0, x_268); +lean_ctor_set(x_269, 1, x_10); +return x_269; +} +} } } LEAN_EXPORT lean_object* l_Lean_log___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__9(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { @@ -16519,7 +16034,7 @@ x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); if (lean_obj_tag(x_2) == 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; lean_object* x_31; lean_object* x_32; uint8_t x_33; +lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; uint8_t x_56; lean_free_object(x_12); x_25 = lean_ctor_get(x_23, 1); lean_inc(x_25); @@ -16539,83 +16054,82 @@ x_31 = lean_ctor_get(x_29, 6); lean_inc(x_31); lean_dec(x_29); x_32 = lean_st_ref_get(x_10, x_30); -x_33 = lean_ctor_get_uint8(x_31, sizeof(void*)*2); -lean_dec(x_31); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_27); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); x_34 = lean_ctor_get(x_32, 1); lean_inc(x_34); lean_dec(x_32); -x_35 = lean_box(x_26); -x_36 = lean_apply_6(x_25, x_3, x_4, x_35, x_9, x_10, x_34); -return x_36; +x_35 = lean_ctor_get(x_33, 0); +lean_inc(x_35); +lean_dec(x_33); +x_56 = lean_ctor_get_uint8(x_31, sizeof(void*)*2); +lean_dec(x_31); +if (x_56 == 0) +{ +uint8_t x_57; +lean_dec(x_35); +x_57 = 0; +x_36 = x_57; +goto block_55; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_37 = lean_ctor_get(x_32, 0); -lean_inc(x_37); -x_38 = lean_ctor_get(x_32, 1); -lean_inc(x_38); -lean_dec(x_32); -x_39 = lean_ctor_get(x_37, 0); -lean_inc(x_39); -lean_dec(x_37); +uint8_t x_58; lean_inc(x_27); -x_40 = l_Lean_Environment_contains(x_39, x_27); -if (x_40 == 0) +x_58 = l_Lean_Environment_contains(x_35, x_27); +x_36 = x_58; +goto block_55; +} +block_55: { -lean_object* x_41; lean_object* x_42; +if (x_36 == 0) +{ +lean_object* x_37; lean_object* x_38; lean_dec(x_27); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_41 = lean_box(x_26); -x_42 = lean_apply_6(x_25, x_3, x_4, x_41, x_9, x_10, x_38); -return x_42; +x_37 = lean_box(x_26); +x_38 = lean_apply_6(x_25, x_3, x_4, x_37, x_9, x_10, x_34); +return x_38; } else { -lean_object* x_43; lean_object* x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_43 = lean_unsigned_to_nat(0u); -x_44 = l_Lean_Syntax_getArg(x_4, x_43); -x_45 = l_Lean_Syntax_isIdent(x_44); +lean_object* x_39; lean_object* x_40; uint8_t x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_39 = lean_unsigned_to_nat(0u); +x_40 = l_Lean_Syntax_getArg(x_4, x_39); +x_41 = l_Lean_Syntax_isIdent(x_40); lean_inc(x_4); lean_inc(x_27); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_27); -lean_ctor_set(x_46, 1, x_4); -x_47 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_48 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); -lean_closure_set(x_48, 0, x_47); -if (x_45 == 0) +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_27); +lean_ctor_set(x_42, 1, x_4); +x_43 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_43, 0, x_42); +x_44 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); +lean_closure_set(x_44, 0, x_43); +if (x_41 == 0) { -uint8_t x_61; -x_61 = l_Lean_Syntax_isAtom(x_44); -x_49 = x_61; -goto block_60; +uint8_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_45 = l_Lean_Syntax_isAtom(x_40); +x_46 = lean_box(x_26); +x_47 = lean_box(x_45); +x_48 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_48, 0, x_25); +lean_closure_set(x_48, 1, x_3); +lean_closure_set(x_48, 2, x_4); +lean_closure_set(x_48, 3, x_46); +lean_closure_set(x_48, 4, x_47); +lean_closure_set(x_48, 5, x_27); +lean_closure_set(x_48, 6, x_40); +x_49 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_48, x_44, x_5, x_6, x_7, x_8, x_9, x_10, x_34); +return x_49; } else { -uint8_t x_62; -x_62 = 1; -x_49 = x_62; -goto block_60; -} -block_60: -{ -if (x_49 == 0) -{ uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_50 = 0; +x_50 = 1; x_51 = lean_box(x_26); x_52 = lean_box(x_50); x_53 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); @@ -16625,54 +16139,36 @@ lean_closure_set(x_53, 2, x_4); lean_closure_set(x_53, 3, x_51); lean_closure_set(x_53, 4, x_52); lean_closure_set(x_53, 5, x_27); -lean_closure_set(x_53, 6, x_44); -x_54 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_53, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_38); +lean_closure_set(x_53, 6, x_40); +x_54 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_53, x_44, x_5, x_6, x_7, x_8, x_9, x_10, x_34); return x_54; } -else -{ -uint8_t x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_55 = 1; -x_56 = lean_box(x_26); -x_57 = lean_box(x_55); -x_58 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_58, 0, x_25); -lean_closure_set(x_58, 1, x_3); -lean_closure_set(x_58, 2, x_4); -lean_closure_set(x_58, 3, x_56); -lean_closure_set(x_58, 4, x_57); -lean_closure_set(x_58, 5, x_27); -lean_closure_set(x_58, 6, x_44); -x_59 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_58, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_38); -return x_59; -} -} } } } else { -lean_object* x_63; uint8_t x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; uint8_t x_68; uint8_t x_69; -x_63 = lean_ctor_get(x_23, 1); -lean_inc(x_63); +lean_object* x_59; uint8_t x_60; lean_object* x_61; uint8_t x_62; lean_object* x_63; uint8_t x_64; uint8_t x_65; +x_59 = lean_ctor_get(x_23, 1); +lean_inc(x_59); lean_dec(x_23); -x_64 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +x_60 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_65 = lean_ctor_get(x_24, 0); -lean_inc(x_65); -x_66 = lean_ctor_get_uint8(x_24, sizeof(void*)*3); +x_61 = lean_ctor_get(x_24, 0); +lean_inc(x_61); +x_62 = lean_ctor_get_uint8(x_24, sizeof(void*)*3); lean_dec(x_24); -x_67 = lean_ctor_get(x_2, 0); -lean_inc(x_67); +x_63 = lean_ctor_get(x_2, 0); +lean_inc(x_63); lean_dec(x_2); -x_68 = lean_unbox(x_67); -lean_dec(x_67); -x_69 = l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23_(x_68, x_66); -if (x_69 == 0) -{ -lean_object* x_70; -lean_dec(x_65); +x_64 = lean_unbox(x_63); lean_dec(x_63); +x_65 = l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23_(x_64, x_62); +if (x_65 == 0) +{ +lean_object* x_66; +lean_dec(x_61); +lean_dec(x_59); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -16681,131 +16177,112 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_70 = lean_box(0); -lean_ctor_set(x_12, 0, x_70); +x_66 = lean_box(0); +lean_ctor_set(x_12, 0, x_66); return x_12; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; +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; uint8_t x_75; uint8_t x_95; lean_free_object(x_12); -x_71 = lean_st_ref_get(x_10, x_15); +x_67 = lean_st_ref_get(x_10, x_15); +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_68, 6); +lean_inc(x_70); +lean_dec(x_68); +x_71 = lean_st_ref_get(x_10, x_69); 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 = lean_ctor_get(x_72, 6); +x_74 = lean_ctor_get(x_72, 0); lean_inc(x_74); lean_dec(x_72); -x_75 = lean_st_ref_get(x_10, x_73); -x_76 = lean_ctor_get_uint8(x_74, sizeof(void*)*2); -lean_dec(x_74); -if (x_76 == 0) +x_95 = lean_ctor_get_uint8(x_70, sizeof(void*)*2); +lean_dec(x_70); +if (x_95 == 0) { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_65); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_box(x_64); -x_79 = lean_apply_6(x_63, x_3, x_4, x_78, x_9, x_10, x_77); -return x_79; +uint8_t x_96; +lean_dec(x_74); +x_96 = 0; +x_75 = x_96; +goto block_94; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -x_80 = lean_ctor_get(x_75, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_75, 1); -lean_inc(x_81); -lean_dec(x_75); -x_82 = lean_ctor_get(x_80, 0); -lean_inc(x_82); -lean_dec(x_80); -lean_inc(x_65); -x_83 = l_Lean_Environment_contains(x_82, x_65); -if (x_83 == 0) +uint8_t x_97; +lean_inc(x_61); +x_97 = l_Lean_Environment_contains(x_74, x_61); +x_75 = x_97; +goto block_94; +} +block_94: { -lean_object* x_84; lean_object* x_85; -lean_dec(x_65); +if (x_75 == 0) +{ +lean_object* x_76; lean_object* x_77; +lean_dec(x_61); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_84 = lean_box(x_64); -x_85 = lean_apply_6(x_63, x_3, x_4, x_84, x_9, x_10, x_81); -return x_85; +x_76 = lean_box(x_60); +x_77 = lean_apply_6(x_59, x_3, x_4, x_76, x_9, x_10, x_73); +return x_77; } else { -lean_object* x_86; lean_object* x_87; uint8_t x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; -x_86 = lean_unsigned_to_nat(0u); -x_87 = l_Lean_Syntax_getArg(x_4, x_86); -x_88 = l_Lean_Syntax_isIdent(x_87); +lean_object* x_78; lean_object* x_79; uint8_t x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_78 = lean_unsigned_to_nat(0u); +x_79 = l_Lean_Syntax_getArg(x_4, x_78); +x_80 = l_Lean_Syntax_isIdent(x_79); lean_inc(x_4); -lean_inc(x_65); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_65); -lean_ctor_set(x_89, 1, x_4); -x_90 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_90, 0, x_89); -x_91 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); -lean_closure_set(x_91, 0, x_90); -if (x_88 == 0) -{ -uint8_t x_104; -x_104 = l_Lean_Syntax_isAtom(x_87); -x_92 = x_104; -goto block_103; -} -else -{ -uint8_t x_105; -x_105 = 1; -x_92 = x_105; -goto block_103; -} -block_103: -{ -if (x_92 == 0) +lean_inc(x_61); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_61); +lean_ctor_set(x_81, 1, x_4); +x_82 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_82, 0, x_81); +x_83 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); +lean_closure_set(x_83, 0, x_82); +if (x_80 == 0) { -uint8_t x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_93 = 0; -x_94 = lean_box(x_64); -x_95 = lean_box(x_93); -x_96 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_96, 0, x_63); -lean_closure_set(x_96, 1, x_3); -lean_closure_set(x_96, 2, x_4); -lean_closure_set(x_96, 3, x_94); -lean_closure_set(x_96, 4, x_95); -lean_closure_set(x_96, 5, x_65); -lean_closure_set(x_96, 6, x_87); -x_97 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_96, x_91, x_5, x_6, x_7, x_8, x_9, x_10, x_81); -return x_97; +uint8_t x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_84 = l_Lean_Syntax_isAtom(x_79); +x_85 = lean_box(x_60); +x_86 = lean_box(x_84); +x_87 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_87, 0, x_59); +lean_closure_set(x_87, 1, x_3); +lean_closure_set(x_87, 2, x_4); +lean_closure_set(x_87, 3, x_85); +lean_closure_set(x_87, 4, x_86); +lean_closure_set(x_87, 5, x_61); +lean_closure_set(x_87, 6, x_79); +x_88 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_87, x_83, x_5, x_6, x_7, x_8, x_9, x_10, x_73); +return x_88; } else { -uint8_t x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_98 = 1; -x_99 = lean_box(x_64); -x_100 = lean_box(x_98); -x_101 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_101, 0, x_63); -lean_closure_set(x_101, 1, x_3); -lean_closure_set(x_101, 2, x_4); -lean_closure_set(x_101, 3, x_99); -lean_closure_set(x_101, 4, x_100); -lean_closure_set(x_101, 5, x_65); -lean_closure_set(x_101, 6, x_87); -x_102 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_101, x_91, x_5, x_6, x_7, x_8, x_9, x_10, x_81); -return x_102; -} +uint8_t x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_89 = 1; +x_90 = lean_box(x_60); +x_91 = lean_box(x_89); +x_92 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_92, 0, x_59); +lean_closure_set(x_92, 1, x_3); +lean_closure_set(x_92, 2, x_4); +lean_closure_set(x_92, 3, x_90); +lean_closure_set(x_92, 4, x_91); +lean_closure_set(x_92, 5, x_61); +lean_closure_set(x_92, 6, x_79); +x_93 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_92, x_83, x_5, x_6, x_7, x_8, x_9, x_10, x_73); +return x_93; } } } @@ -16815,204 +16292,185 @@ return x_102; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_106 = lean_ctor_get(x_12, 0); -x_107 = lean_ctor_get(x_12, 1); -lean_inc(x_107); -lean_inc(x_106); +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_98 = lean_ctor_get(x_12, 0); +x_99 = lean_ctor_get(x_12, 1); +lean_inc(x_99); +lean_inc(x_98); lean_dec(x_12); -x_108 = lean_ctor_get(x_106, 0); -lean_inc(x_108); -lean_dec(x_106); -x_109 = lean_ctor_get(x_1, 0); -lean_inc(x_109); -x_110 = l_Lean_getAttributeImpl(x_108, x_109); -lean_dec(x_108); -if (lean_obj_tag(x_110) == 0) +x_100 = lean_ctor_get(x_98, 0); +lean_inc(x_100); +lean_dec(x_98); +x_101 = lean_ctor_get(x_1, 0); +lean_inc(x_101); +x_102 = l_Lean_getAttributeImpl(x_100, x_101); +lean_dec(x_100); +if (lean_obj_tag(x_102) == 0) { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; +lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -lean_dec(x_110); -x_112 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_113 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_113, 0, x_112); -x_114 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__1(x_113, x_5, x_6, x_7, x_8, x_9, x_10, x_107); +x_103 = lean_ctor_get(x_102, 0); +lean_inc(x_103); +lean_dec(x_102); +x_104 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_104, 0, x_103); +x_105 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_105, 0, x_104); +x_106 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__1(x_105, x_5, x_6, x_7, x_8, x_9, x_10, x_99); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_114; +return x_106; } else { -lean_object* x_115; lean_object* x_116; -x_115 = lean_ctor_get(x_110, 0); -lean_inc(x_115); -lean_dec(x_110); -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); +lean_object* x_107; lean_object* x_108; +x_107 = lean_ctor_get(x_102, 0); +lean_inc(x_107); +lean_dec(x_102); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); if (lean_obj_tag(x_2) == 0) { -lean_object* x_117; uint8_t 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; uint8_t x_125; -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -lean_dec(x_115); -x_118 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +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; uint8_t x_120; uint8_t x_140; +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_119 = lean_ctor_get(x_116, 0); -lean_inc(x_119); +x_111 = lean_ctor_get(x_108, 0); +lean_inc(x_111); +lean_dec(x_108); +x_112 = lean_st_ref_get(x_10, x_99); +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_112, 1); +lean_inc(x_114); +lean_dec(x_112); +x_115 = lean_ctor_get(x_113, 6); +lean_inc(x_115); +lean_dec(x_113); +x_116 = lean_st_ref_get(x_10, x_114); +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_116, 1); +lean_inc(x_118); lean_dec(x_116); -x_120 = lean_st_ref_get(x_10, x_107); -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -x_123 = lean_ctor_get(x_121, 6); -lean_inc(x_123); -lean_dec(x_121); -x_124 = lean_st_ref_get(x_10, x_122); -x_125 = lean_ctor_get_uint8(x_123, sizeof(void*)*2); -lean_dec(x_123); -if (x_125 == 0) +x_119 = lean_ctor_get(x_117, 0); +lean_inc(x_119); +lean_dec(x_117); +x_140 = lean_ctor_get_uint8(x_115, sizeof(void*)*2); +lean_dec(x_115); +if (x_140 == 0) { -lean_object* x_126; lean_object* x_127; lean_object* x_128; +uint8_t x_141; lean_dec(x_119); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_box(x_118); -x_128 = lean_apply_6(x_117, x_3, x_4, x_127, x_9, x_10, x_126); -return x_128; +x_141 = 0; +x_120 = x_141; +goto block_139; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; -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_129, 0); -lean_inc(x_131); -lean_dec(x_129); -lean_inc(x_119); -x_132 = l_Lean_Environment_contains(x_131, x_119); -if (x_132 == 0) +uint8_t x_142; +lean_inc(x_111); +x_142 = l_Lean_Environment_contains(x_119, x_111); +x_120 = x_142; +goto block_139; +} +block_139: { -lean_object* x_133; lean_object* x_134; -lean_dec(x_119); +if (x_120 == 0) +{ +lean_object* x_121; lean_object* x_122; +lean_dec(x_111); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_133 = lean_box(x_118); -x_134 = lean_apply_6(x_117, x_3, x_4, x_133, x_9, x_10, x_130); -return x_134; +x_121 = lean_box(x_110); +x_122 = lean_apply_6(x_109, x_3, x_4, x_121, x_9, x_10, x_118); +return x_122; } else { -lean_object* x_135; lean_object* x_136; uint8_t x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; uint8_t x_141; -x_135 = lean_unsigned_to_nat(0u); -x_136 = l_Lean_Syntax_getArg(x_4, x_135); -x_137 = l_Lean_Syntax_isIdent(x_136); +lean_object* x_123; lean_object* x_124; uint8_t x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_123 = lean_unsigned_to_nat(0u); +x_124 = l_Lean_Syntax_getArg(x_4, x_123); +x_125 = l_Lean_Syntax_isIdent(x_124); lean_inc(x_4); -lean_inc(x_119); -x_138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_138, 0, x_119); -lean_ctor_set(x_138, 1, x_4); -x_139 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_139, 0, x_138); -x_140 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); -lean_closure_set(x_140, 0, x_139); -if (x_137 == 0) +lean_inc(x_111); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_111); +lean_ctor_set(x_126, 1, x_4); +x_127 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_127, 0, x_126); +x_128 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); +lean_closure_set(x_128, 0, x_127); +if (x_125 == 0) { -uint8_t x_153; -x_153 = l_Lean_Syntax_isAtom(x_136); -x_141 = x_153; -goto block_152; +uint8_t x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_129 = l_Lean_Syntax_isAtom(x_124); +x_130 = lean_box(x_110); +x_131 = lean_box(x_129); +x_132 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_132, 0, x_109); +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_111); +lean_closure_set(x_132, 6, x_124); +x_133 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_132, x_128, x_5, x_6, x_7, x_8, x_9, x_10, x_118); +return x_133; } else { -uint8_t x_154; -x_154 = 1; -x_141 = x_154; -goto block_152; -} -block_152: -{ -if (x_141 == 0) -{ -uint8_t x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_142 = 0; -x_143 = lean_box(x_118); -x_144 = lean_box(x_142); -x_145 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_145, 0, x_117); -lean_closure_set(x_145, 1, x_3); -lean_closure_set(x_145, 2, x_4); -lean_closure_set(x_145, 3, x_143); -lean_closure_set(x_145, 4, x_144); -lean_closure_set(x_145, 5, x_119); -lean_closure_set(x_145, 6, x_136); -x_146 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_145, x_140, x_5, x_6, x_7, x_8, x_9, x_10, x_130); -return x_146; -} -else -{ -uint8_t x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_147 = 1; -x_148 = lean_box(x_118); -x_149 = lean_box(x_147); -x_150 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_150, 0, x_117); -lean_closure_set(x_150, 1, x_3); -lean_closure_set(x_150, 2, x_4); -lean_closure_set(x_150, 3, x_148); -lean_closure_set(x_150, 4, x_149); -lean_closure_set(x_150, 5, x_119); -lean_closure_set(x_150, 6, x_136); -x_151 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_150, x_140, x_5, x_6, x_7, x_8, x_9, x_10, x_130); -return x_151; -} +uint8_t x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_134 = 1; +x_135 = lean_box(x_110); +x_136 = lean_box(x_134); +x_137 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_137, 0, x_109); +lean_closure_set(x_137, 1, x_3); +lean_closure_set(x_137, 2, x_4); +lean_closure_set(x_137, 3, x_135); +lean_closure_set(x_137, 4, x_136); +lean_closure_set(x_137, 5, x_111); +lean_closure_set(x_137, 6, x_124); +x_138 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_137, x_128, x_5, x_6, x_7, x_8, x_9, x_10, x_118); +return x_138; } } } } else { -lean_object* x_155; uint8_t x_156; lean_object* x_157; uint8_t x_158; lean_object* x_159; uint8_t x_160; uint8_t x_161; -x_155 = lean_ctor_get(x_115, 1); -lean_inc(x_155); -lean_dec(x_115); -x_156 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +lean_object* x_143; uint8_t x_144; lean_object* x_145; uint8_t x_146; lean_object* x_147; uint8_t x_148; uint8_t x_149; +x_143 = lean_ctor_get(x_107, 1); +lean_inc(x_143); +lean_dec(x_107); +x_144 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); lean_dec(x_1); -x_157 = lean_ctor_get(x_116, 0); -lean_inc(x_157); -x_158 = lean_ctor_get_uint8(x_116, sizeof(void*)*3); -lean_dec(x_116); -x_159 = lean_ctor_get(x_2, 0); -lean_inc(x_159); +x_145 = lean_ctor_get(x_108, 0); +lean_inc(x_145); +x_146 = lean_ctor_get_uint8(x_108, sizeof(void*)*3); +lean_dec(x_108); +x_147 = lean_ctor_get(x_2, 0); +lean_inc(x_147); lean_dec(x_2); -x_160 = lean_unbox(x_159); -lean_dec(x_159); -x_161 = l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23_(x_160, x_158); -if (x_161 == 0) +x_148 = lean_unbox(x_147); +lean_dec(x_147); +x_149 = l___private_Lean_Attributes_0__Lean_beqAttributeApplicationTime____x40_Lean_Attributes___hyg_23_(x_148, x_146); +if (x_149 == 0) { -lean_object* x_162; lean_object* x_163; -lean_dec(x_157); -lean_dec(x_155); +lean_object* x_150; lean_object* x_151; +lean_dec(x_145); +lean_dec(x_143); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -17021,132 +16479,113 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_162 = lean_box(0); -x_163 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_163, 0, x_162); -lean_ctor_set(x_163, 1, x_107); -return x_163; +x_150 = lean_box(0); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_99); +return x_151; } else { -lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; uint8_t x_169; -x_164 = lean_st_ref_get(x_10, x_107); -x_165 = lean_ctor_get(x_164, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_164, 1); -lean_inc(x_166); -lean_dec(x_164); -x_167 = lean_ctor_get(x_165, 6); -lean_inc(x_167); -lean_dec(x_165); -x_168 = lean_st_ref_get(x_10, x_166); -x_169 = lean_ctor_get_uint8(x_167, sizeof(void*)*2); -lean_dec(x_167); -if (x_169 == 0) -{ -lean_object* x_170; lean_object* x_171; lean_object* x_172; +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; uint8_t x_160; uint8_t x_180; +x_152 = lean_st_ref_get(x_10, x_99); +x_153 = lean_ctor_get(x_152, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_152, 1); +lean_inc(x_154); +lean_dec(x_152); +x_155 = lean_ctor_get(x_153, 6); +lean_inc(x_155); +lean_dec(x_153); +x_156 = lean_st_ref_get(x_10, x_154); +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +x_159 = lean_ctor_get(x_157, 0); +lean_inc(x_159); lean_dec(x_157); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_170 = lean_ctor_get(x_168, 1); -lean_inc(x_170); -lean_dec(x_168); -x_171 = lean_box(x_156); -x_172 = lean_apply_6(x_155, x_3, x_4, x_171, x_9, x_10, x_170); -return x_172; +x_180 = lean_ctor_get_uint8(x_155, sizeof(void*)*2); +lean_dec(x_155); +if (x_180 == 0) +{ +uint8_t x_181; +lean_dec(x_159); +x_181 = 0; +x_160 = x_181; +goto block_179; } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = lean_ctor_get(x_168, 0); -lean_inc(x_173); -x_174 = lean_ctor_get(x_168, 1); -lean_inc(x_174); -lean_dec(x_168); -x_175 = lean_ctor_get(x_173, 0); -lean_inc(x_175); -lean_dec(x_173); -lean_inc(x_157); -x_176 = l_Lean_Environment_contains(x_175, x_157); -if (x_176 == 0) +uint8_t x_182; +lean_inc(x_145); +x_182 = l_Lean_Environment_contains(x_159, x_145); +x_160 = x_182; +goto block_179; +} +block_179: { -lean_object* x_177; lean_object* x_178; -lean_dec(x_157); +if (x_160 == 0) +{ +lean_object* x_161; lean_object* x_162; +lean_dec(x_145); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_177 = lean_box(x_156); -x_178 = lean_apply_6(x_155, x_3, x_4, x_177, x_9, x_10, x_174); -return x_178; +x_161 = lean_box(x_144); +x_162 = lean_apply_6(x_143, x_3, x_4, x_161, x_9, x_10, x_158); +return x_162; } else { -lean_object* x_179; lean_object* x_180; uint8_t x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_179 = lean_unsigned_to_nat(0u); -x_180 = l_Lean_Syntax_getArg(x_4, x_179); -x_181 = l_Lean_Syntax_isIdent(x_180); +lean_object* x_163; lean_object* x_164; uint8_t x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_163 = lean_unsigned_to_nat(0u); +x_164 = l_Lean_Syntax_getArg(x_4, x_163); +x_165 = l_Lean_Syntax_isIdent(x_164); lean_inc(x_4); -lean_inc(x_157); -x_182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_182, 0, x_157); -lean_ctor_set(x_182, 1, x_4); -x_183 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_183, 0, x_182); -x_184 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); -lean_closure_set(x_184, 0, x_183); -if (x_181 == 0) -{ -uint8_t x_197; -x_197 = l_Lean_Syntax_isAtom(x_180); -x_185 = x_197; -goto block_196; -} -else -{ -uint8_t x_198; -x_198 = 1; -x_185 = x_198; -goto block_196; -} -block_196: -{ -if (x_185 == 0) -{ -uint8_t x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_186 = 0; -x_187 = lean_box(x_156); -x_188 = lean_box(x_186); -x_189 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_189, 0, x_155); -lean_closure_set(x_189, 1, x_3); -lean_closure_set(x_189, 2, x_4); -lean_closure_set(x_189, 3, x_187); -lean_closure_set(x_189, 4, x_188); -lean_closure_set(x_189, 5, x_157); -lean_closure_set(x_189, 6, x_180); -x_190 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_189, x_184, x_5, x_6, x_7, x_8, x_9, x_10, x_174); -return x_190; -} -else -{ -uint8_t x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_191 = 1; -x_192 = lean_box(x_156); -x_193 = lean_box(x_191); -x_194 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); -lean_closure_set(x_194, 0, x_155); -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_157); -lean_closure_set(x_194, 6, x_180); -x_195 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_194, x_184, x_5, x_6, x_7, x_8, x_9, x_10, x_174); -return x_195; -} +lean_inc(x_145); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_145); +lean_ctor_set(x_166, 1, x_4); +x_167 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_167, 0, x_166); +x_168 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__1___boxed), 9, 1); +lean_closure_set(x_168, 0, x_167); +if (x_165 == 0) +{ +uint8_t x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_169 = l_Lean_Syntax_isAtom(x_164); +x_170 = lean_box(x_144); +x_171 = lean_box(x_169); +x_172 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_172, 0, x_143); +lean_closure_set(x_172, 1, x_3); +lean_closure_set(x_172, 2, x_4); +lean_closure_set(x_172, 3, x_170); +lean_closure_set(x_172, 4, x_171); +lean_closure_set(x_172, 5, x_145); +lean_closure_set(x_172, 6, x_164); +x_173 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_172, x_168, x_5, x_6, x_7, x_8, x_9, x_10, x_158); +return x_173; +} +else +{ +uint8_t x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; +x_174 = 1; +x_175 = lean_box(x_144); +x_176 = lean_box(x_174); +x_177 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__10___lambda__2___boxed), 14, 7); +lean_closure_set(x_177, 0, x_143); +lean_closure_set(x_177, 1, x_3); +lean_closure_set(x_177, 2, x_4); +lean_closure_set(x_177, 3, x_175); +lean_closure_set(x_177, 4, x_176); +lean_closure_set(x_177, 5, x_145); +lean_closure_set(x_177, 6, x_164); +x_178 = l_Lean_Elab_withInfoTreeContext___at___private_Lean_Elab_Term_0__Lean_Elab_Term_applyAttributesCore___spec__4(x_177, x_168, x_5, x_6, x_7, x_8, x_9, x_10, x_158); +return x_178; } } } @@ -17884,7 +17323,7 @@ if (x_9 == 0) { lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; x_10 = lean_ctor_get(x_6, 2); -x_11 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; +x_11 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5; x_12 = 0; x_13 = l_Lean_Option_set___at_Lean_Elab_Term_withoutMacroStackAtErr___spec__1(x_10, x_11, x_12); lean_ctor_set(x_6, 2, x_13); @@ -17917,7 +17356,7 @@ lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_dec(x_6); -x_26 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__1; +x_26 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1___closed__5; x_27 = 0; x_28 = l_Lean_Option_set___at_Lean_Elab_Term_withoutMacroStackAtErr___spec__1(x_17, x_26, x_27); x_29 = lean_alloc_ctor(0, 11, 0); @@ -25472,47 +24911,37 @@ return x_15; LEAN_EXPORT lean_object* l_Lean_Elab_Term_addTermInfo(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, 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_30; -x_30 = lean_ctor_get_uint8(x_8, sizeof(void*)*8 + 6); -if (x_30 == 0) +uint8_t x_15; uint8_t x_32; +x_32 = lean_ctor_get_uint8(x_8, sizeof(void*)*8 + 6); +if (x_32 == 0) { -lean_object* x_31; -x_31 = lean_box(0); -x_15 = x_31; -goto block_29; +uint8_t x_33; +x_33 = 0; +x_15 = x_33; +goto block_31; } else { if (x_7 == 0) { -lean_object* x_32; lean_object* x_33; -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_5); -lean_dec(x_4); -lean_dec(x_3); -x_32 = l_Lean_mkPatternWithRef(x_2, x_1); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_14); -return x_33; +uint8_t x_34; +x_34 = 1; +x_15 = x_34; +goto block_31; } else { -lean_object* x_34; -x_34 = lean_box(0); -x_15 = x_34; -goto block_29; +uint8_t x_35; +x_35 = 0; +x_15 = x_35; +goto block_31; } } -block_29: +block_31: +{ +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_dec(x_15); x_16 = lean_box(0); x_17 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___spec__1___rarg___boxed), 8, 1); lean_closure_set(x_17, 0, x_16); @@ -25574,6 +25003,25 @@ return x_28; } } } +else +{ +lean_object* x_29; lean_object* x_30; +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_5); +lean_dec(x_4); +lean_dec(x_3); +x_29 = l_Lean_mkPatternWithRef(x_2, x_1); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_14); +return x_30; +} +} } } LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_Term_addTermInfo___spec__1___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) { @@ -26464,170 +25912,48 @@ return x_21; } else { -uint8_t x_22; -x_22 = lean_ctor_get_uint8(x_6, sizeof(void*)*8 + 1); -if (x_22 == 0) -{ -uint8_t x_23; -x_23 = !lean_is_exclusive(x_13); -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_13, 1); -x_25 = lean_ctor_get(x_13, 0); -lean_dec(x_25); -x_26 = lean_ctor_get(x_14, 0); -lean_inc(x_26); -x_27 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; -x_28 = lean_nat_dec_eq(x_26, x_27); -if (x_28 == 0) -{ -if (x_4 == 0) -{ -lean_dec(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_3); -lean_dec(x_2); -return x_13; +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_39; +x_22 = lean_ctor_get(x_13, 1); +lean_inc(x_22); +if (lean_is_exclusive(x_13)) { + lean_ctor_release(x_13, 0); + lean_ctor_release(x_13, 1); + x_23 = x_13; +} else { + lean_dec_ref(x_13); + x_23 = lean_box(0); } -else -{ -lean_object* x_29; uint8_t x_30; -x_29 = l_Lean_Elab_Term_observing___rarg___closed__1; -x_30 = lean_nat_dec_eq(x_26, x_29); -lean_dec(x_26); -if (x_30 == 0) +x_24 = lean_ctor_get(x_14, 0); +lean_inc(x_24); +x_39 = lean_ctor_get_uint8(x_6, sizeof(void*)*8 + 1); +if (x_39 == 0) { -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_3); -lean_dec(x_2); -return x_13; +uint8_t x_40; +x_40 = 0; +x_25 = x_40; +goto block_38; } else { -uint8_t x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_free_object(x_13); -lean_dec(x_14); -x_31 = 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); -x_32 = l_Lean_Elab_Term_SavedState_restore(x_5, x_31, x_6, x_7, x_8, x_9, x_10, x_11, x_24); -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); -x_34 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore(x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_33); -return x_34; -} -} +lean_object* x_41; uint8_t x_42; +x_41 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___closed__1; +x_42 = lean_nat_dec_eq(x_24, x_41); +x_25 = x_42; +goto block_38; } -else +block_38: { -lean_dec(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_3); -lean_dec(x_2); -return x_13; -} -} -else +if (x_25 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_35 = lean_ctor_get(x_13, 1); -lean_inc(x_35); -lean_dec(x_13); -x_36 = lean_ctor_get(x_14, 0); -lean_inc(x_36); -x_37 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; -x_38 = lean_nat_dec_eq(x_36, x_37); -if (x_38 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; +x_27 = lean_nat_dec_eq(x_24, x_26); +if (x_27 == 0) { if (x_4 == 0) { -lean_object* x_39; -lean_dec(x_36); -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_3); -lean_dec(x_2); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_14); -lean_ctor_set(x_39, 1, x_35); -return x_39; -} -else -{ -lean_object* x_40; uint8_t x_41; -x_40 = l_Lean_Elab_Term_observing___rarg___closed__1; -x_41 = lean_nat_dec_eq(x_36, x_40); -lean_dec(x_36); -if (x_41 == 0) -{ -lean_object* x_42; -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_3); -lean_dec(x_2); -x_42 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_42, 0, x_14); -lean_ctor_set(x_42, 1, x_35); -return x_42; -} -else -{ -uint8_t x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_dec(x_14); -x_43 = 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); -x_44 = l_Lean_Elab_Term_SavedState_restore(x_5, x_43, x_6, x_7, x_8, x_9, x_10, x_11, x_35); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -lean_dec(x_44); -x_46 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore(x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_45); -return x_46; -} -} -} -else -{ -lean_object* x_47; -lean_dec(x_36); +lean_object* x_28; +lean_dec(x_24); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -26637,37 +25963,24 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_14); -lean_ctor_set(x_47, 1, x_35); -return x_47; -} +if (lean_is_scalar(x_23)) { + x_28 = lean_alloc_ctor(1, 2, 0); +} else { + x_28 = x_23; } +lean_ctor_set(x_28, 0, x_14); +lean_ctor_set(x_28, 1, x_22); +return x_28; } else { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_13); -if (x_48 == 0) -{ -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_13, 1); -x_50 = lean_ctor_get(x_13, 0); -lean_dec(x_50); -x_51 = lean_ctor_get(x_14, 0); -lean_inc(x_51); -x_52 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___closed__1; -x_53 = lean_nat_dec_eq(x_51, x_52); -if (x_53 == 0) -{ -lean_object* x_54; uint8_t x_55; -x_54 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; -x_55 = lean_nat_dec_eq(x_51, x_54); -if (x_55 == 0) -{ -if (x_4 == 0) +lean_object* x_29; uint8_t x_30; +x_29 = l_Lean_Elab_Term_observing___rarg___closed__1; +x_30 = lean_nat_dec_eq(x_24, x_29); +lean_dec(x_24); +if (x_30 == 0) { -lean_dec(x_51); +lean_object* x_31; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -26677,118 +25990,40 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -return x_13; +if (lean_is_scalar(x_23)) { + x_31 = lean_alloc_ctor(1, 2, 0); +} else { + x_31 = x_23; } -else -{ -lean_object* x_56; uint8_t x_57; -x_56 = l_Lean_Elab_Term_observing___rarg___closed__1; -x_57 = lean_nat_dec_eq(x_51, x_56); -lean_dec(x_51); -if (x_57 == 0) -{ -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_3); -lean_dec(x_2); -return x_13; +lean_ctor_set(x_31, 0, x_14); +lean_ctor_set(x_31, 1, x_22); +return x_31; } else { -uint8_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -lean_free_object(x_13); +uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_23); lean_dec(x_14); -x_58 = 0; +x_32 = 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); -x_59 = l_Lean_Elab_Term_SavedState_restore(x_5, x_58, x_6, x_7, x_8, x_9, x_10, x_11, x_49); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore(x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_60); -return x_61; -} -} -} -else -{ -lean_dec(x_51); -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_3); -lean_dec(x_2); -return x_13; -} +x_33 = l_Lean_Elab_Term_SavedState_restore(x_5, x_32, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +lean_dec(x_33); +x_35 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore(x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_34); +return x_35; } -else -{ -lean_object* x_62; -lean_dec(x_51); -lean_free_object(x_13); -lean_dec(x_5); -lean_dec(x_2); -x_62 = l_Lean_Elab_Term_exceptionToSorry(x_14, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_49); -return x_62; } } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -x_63 = lean_ctor_get(x_13, 1); -lean_inc(x_63); -lean_dec(x_13); -x_64 = lean_ctor_get(x_14, 0); -lean_inc(x_64); -x_65 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___closed__1; -x_66 = lean_nat_dec_eq(x_64, x_65); -if (x_66 == 0) -{ -lean_object* x_67; uint8_t x_68; -x_67 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFnsAux___lambda__1___closed__1; -x_68 = lean_nat_dec_eq(x_64, x_67); -if (x_68 == 0) -{ -if (x_4 == 0) -{ -lean_object* x_69; -lean_dec(x_64); -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_3); -lean_dec(x_2); -x_69 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_69, 0, x_14); -lean_ctor_set(x_69, 1, x_63); -return x_69; -} -else -{ -lean_object* x_70; uint8_t x_71; -x_70 = l_Lean_Elab_Term_observing___rarg___closed__1; -x_71 = lean_nat_dec_eq(x_64, x_70); -lean_dec(x_64); -if (x_71 == 0) -{ -lean_object* x_72; +lean_object* x_36; +lean_dec(x_24); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -26798,59 +26033,25 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); -x_72 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_72, 0, x_14); -lean_ctor_set(x_72, 1, x_63); -return x_72; -} -else -{ -uint8_t x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_14); -x_73 = 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); -x_74 = l_Lean_Elab_Term_SavedState_restore(x_5, x_73, x_6, x_7, x_8, x_9, x_10, x_11, x_63); -x_75 = lean_ctor_get(x_74, 1); -lean_inc(x_75); -lean_dec(x_74); -x_76 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore(x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_75); -return x_76; -} -} +if (lean_is_scalar(x_23)) { + x_36 = lean_alloc_ctor(1, 2, 0); +} else { + x_36 = x_23; } -else -{ -lean_object* x_77; -lean_dec(x_64); -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_3); -lean_dec(x_2); -x_77 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_77, 0, x_14); -lean_ctor_set(x_77, 1, x_63); -return x_77; +lean_ctor_set(x_36, 0, x_14); +lean_ctor_set(x_36, 1, x_22); +return x_36; } } else { -lean_object* x_78; -lean_dec(x_64); +lean_object* x_37; +lean_dec(x_24); +lean_dec(x_23); lean_dec(x_5); lean_dec(x_2); -x_78 = l_Lean_Elab_Term_exceptionToSorry(x_14, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_63); -return x_78; -} +x_37 = l_Lean_Elab_Term_exceptionToSorry(x_14, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +return x_37; } } } @@ -28753,39 +27954,80 @@ return x_13; } else { -uint8_t x_26; +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_free_object(x_13); -x_26 = !lean_is_exclusive(x_22); -if (x_26 == 0) +x_26 = lean_ctor_get(x_22, 0); +lean_inc(x_26); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + x_27 = x_22; +} else { + lean_dec_ref(x_22); + x_27 = lean_box(0); +} +x_28 = l_Lean_extractMacroScopes(x_26); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +x_31 = lean_ctor_get(x_28, 2); +lean_inc(x_31); +x_32 = lean_ctor_get(x_28, 3); +lean_inc(x_32); +if (lean_is_exclusive(x_28)) { + lean_ctor_release(x_28, 0); + lean_ctor_release(x_28, 1); + lean_ctor_release(x_28, 2); + lean_ctor_release(x_28, 3); + x_33 = x_28; +} else { + lean_dec_ref(x_28); + x_33 = lean_box(0); +} +lean_inc(x_29); +x_34 = lean_private_to_user_name(x_29); +x_35 = l_Lean_LocalDecl_userName(x_16); +x_36 = l_Lean_extractMacroScopes(x_35); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_ctor_get(x_22, 0); -x_28 = l_Lean_extractMacroScopes(x_27); -x_29 = !lean_is_exclusive(x_28); -if (x_29 == 0) +x_37 = x_29; +goto block_51; +} +else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_28, 0); -lean_inc(x_30); -x_31 = lean_private_to_user_name(x_30); -x_32 = l_Lean_LocalDecl_userName(x_16); -x_33 = l_Lean_extractMacroScopes(x_32); -if (lean_obj_tag(x_31) == 0) +lean_object* x_52; +lean_dec(x_29); +x_52 = lean_ctor_get(x_34, 0); +lean_inc(x_52); +lean_dec(x_34); +x_37 = x_52; +goto block_51; +} +block_51: { -lean_object* x_34; uint8_t x_35; -lean_inc(x_28); -x_34 = l_Lean_MacroScopesView_review(x_28); -x_35 = l_Lean_Name_isPrefixOf(x_2, x_34); -if (x_35 == 0) +lean_object* x_38; lean_object* x_39; uint8_t x_40; +if (lean_is_scalar(x_33)) { + x_38 = lean_alloc_ctor(0, 4, 0); +} else { + x_38 = x_33; +} +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_30); +lean_ctor_set(x_38, 2, x_31); +lean_ctor_set(x_38, 3, x_32); +lean_inc(x_38); +x_39 = l_Lean_MacroScopesView_review(x_38); +x_40 = l_Lean_Name_isPrefixOf(x_2, x_39); +if (x_40 == 0) { -lean_object* x_36; -lean_dec(x_28); -lean_dec(x_33); -lean_free_object(x_22); +lean_object* x_41; +lean_dec(x_38); +lean_dec(x_36); +lean_dec(x_27); lean_inc(x_2); lean_inc(x_3); -x_36 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_34, x_2); -if (lean_obj_tag(x_36) == 0) +x_41 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_39, x_2); +if (lean_obj_tag(x_41) == 0) { x_7 = x_12; x_8 = lean_box(0); @@ -28793,37 +28035,37 @@ goto _start; } else { -uint8_t x_38; +uint8_t x_43; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_38 = !lean_is_exclusive(x_36); -if (x_38 == 0) +x_43 = !lean_is_exclusive(x_41); +if (x_43 == 0) { -return x_36; +return x_41; } else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_36, 0); -lean_inc(x_39); -lean_dec(x_36); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_39); -return x_40; +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_41, 0); +lean_inc(x_44); +lean_dec(x_41); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_44); +return x_45; } } } else { -uint8_t x_41; -lean_dec(x_34); -x_41 = l_Lean_MacroScopesView_isSuffixOf(x_33, x_3); -lean_dec(x_33); -if (x_41 == 0) +uint8_t x_46; +lean_dec(x_39); +x_46 = l_Lean_MacroScopesView_isSuffixOf(x_36, x_3); +lean_dec(x_36); +if (x_46 == 0) { -lean_dec(x_28); -lean_free_object(x_22); +lean_dec(x_38); +lean_dec(x_27); lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); @@ -28831,12 +28073,12 @@ goto _start; } else { -uint8_t x_43; -x_43 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_28); -lean_dec(x_28); -if (x_43 == 0) +uint8_t x_48; +x_48 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_38); +lean_dec(x_38); +if (x_48 == 0) { -lean_free_object(x_22); +lean_dec(x_27); lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); @@ -28844,219 +28086,158 @@ goto _start; } else { +lean_object* x_50; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -lean_ctor_set(x_22, 0, x_16); -return x_22; -} -} +if (lean_is_scalar(x_27)) { + x_50 = lean_alloc_ctor(1, 1, 0); +} else { + x_50 = x_27; } +lean_ctor_set(x_50, 0, x_16); +return x_50; } -else -{ -uint8_t x_45; -lean_dec(x_30); -lean_free_object(x_22); -x_45 = !lean_is_exclusive(x_31); -if (x_45 == 0) -{ -lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_46 = lean_ctor_get(x_31, 0); -lean_ctor_set(x_28, 0, x_46); -lean_inc(x_28); -x_47 = l_Lean_MacroScopesView_review(x_28); -x_48 = l_Lean_Name_isPrefixOf(x_2, x_47); -if (x_48 == 0) -{ -lean_object* x_49; -lean_dec(x_28); -lean_free_object(x_31); -lean_dec(x_33); -lean_inc(x_2); -lean_inc(x_3); -x_49 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_47, x_2); -if (lean_obj_tag(x_49) == 0) -{ -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } -else -{ -uint8_t x_51; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_51 = !lean_is_exclusive(x_49); -if (x_51 == 0) -{ -return x_49; } -else -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 0); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_53, 0, x_52); -return x_53; } } } else { -uint8_t x_54; -lean_dec(x_47); -x_54 = l_Lean_MacroScopesView_isSuffixOf(x_33, x_3); -lean_dec(x_33); -if (x_54 == 0) -{ -lean_dec(x_28); -lean_free_object(x_31); +lean_free_object(x_13); lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); goto _start; } +} +} else { -uint8_t x_56; -x_56 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_28); -lean_dec(x_28); -if (x_56 == 0) +lean_object* x_54; uint8_t x_55; +x_54 = lean_ctor_get(x_13, 0); +lean_inc(x_54); +lean_dec(x_13); +x_55 = l_Lean_LocalDecl_isAuxDecl(x_54); +if (x_55 == 0) { -lean_free_object(x_31); -lean_dec(x_16); +lean_object* x_56; uint8_t x_57; +x_56 = l_Lean_LocalDecl_userName(x_54); +x_57 = lean_name_eq(x_56, x_5); +lean_dec(x_56); +if (x_57 == 0) +{ +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { +lean_object* x_59; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -lean_ctor_set(x_31, 0, x_16); -return x_31; -} -} +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_54); +return x_59; } } else { -lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_58 = lean_ctor_get(x_31, 0); -lean_inc(x_58); -lean_dec(x_31); -lean_ctor_set(x_28, 0, x_58); -lean_inc(x_28); -x_59 = l_Lean_MacroScopesView_review(x_28); -x_60 = l_Lean_Name_isPrefixOf(x_2, x_59); -if (x_60 == 0) +if (x_4 == 0) { -lean_object* x_61; -lean_dec(x_28); -lean_dec(x_33); -lean_inc(x_2); -lean_inc(x_3); -x_61 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_59, x_2); +lean_object* x_60; lean_object* x_61; +x_60 = l_Lean_LocalDecl_fvarId(x_54); +x_61 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_60); +lean_dec(x_60); if (lean_obj_tag(x_61) == 0) { +lean_object* x_62; uint8_t x_63; +x_62 = l_Lean_LocalDecl_userName(x_54); +x_63 = lean_name_eq(x_62, x_5); +lean_dec(x_62); +if (x_63 == 0) +{ +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_object* x_65; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_63 = lean_ctor_get(x_61, 0); -lean_inc(x_63); +x_65 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_65, 0, x_54); +return x_65; +} +} +else +{ +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; +x_66 = lean_ctor_get(x_61, 0); +lean_inc(x_66); if (lean_is_exclusive(x_61)) { lean_ctor_release(x_61, 0); - x_64 = x_61; + x_67 = x_61; } else { lean_dec_ref(x_61); - x_64 = lean_box(0); + x_67 = lean_box(0); } -if (lean_is_scalar(x_64)) { - x_65 = lean_alloc_ctor(1, 1, 0); +x_68 = l_Lean_extractMacroScopes(x_66); +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 1); +lean_inc(x_70); +x_71 = lean_ctor_get(x_68, 2); +lean_inc(x_71); +x_72 = lean_ctor_get(x_68, 3); +lean_inc(x_72); +if (lean_is_exclusive(x_68)) { + lean_ctor_release(x_68, 0); + lean_ctor_release(x_68, 1); + lean_ctor_release(x_68, 2); + lean_ctor_release(x_68, 3); + x_73 = x_68; } else { - x_65 = x_64; -} -lean_ctor_set(x_65, 0, x_63); -return x_65; -} -} -else -{ -uint8_t x_66; -lean_dec(x_59); -x_66 = l_Lean_MacroScopesView_isSuffixOf(x_33, x_3); -lean_dec(x_33); -if (x_66 == 0) -{ -lean_dec(x_28); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; + lean_dec_ref(x_68); + x_73 = lean_box(0); } -else -{ -uint8_t x_68; -x_68 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_28); -lean_dec(x_28); -if (x_68 == 0) +lean_inc(x_69); +x_74 = lean_private_to_user_name(x_69); +x_75 = l_Lean_LocalDecl_userName(x_54); +x_76 = l_Lean_extractMacroScopes(x_75); +if (lean_obj_tag(x_74) == 0) { -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +x_77 = x_69; +goto block_91; } else { -lean_object* x_70; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_16); -return x_70; -} -} -} -} -} +lean_object* x_92; +lean_dec(x_69); +x_92 = lean_ctor_get(x_74, 0); +lean_inc(x_92); +lean_dec(x_74); +x_77 = x_92; +goto block_91; } -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; -x_71 = lean_ctor_get(x_28, 0); -x_72 = lean_ctor_get(x_28, 1); -x_73 = lean_ctor_get(x_28, 2); -x_74 = lean_ctor_get(x_28, 3); -lean_inc(x_74); -lean_inc(x_73); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_28); -lean_inc(x_71); -x_75 = lean_private_to_user_name(x_71); -x_76 = l_Lean_LocalDecl_userName(x_16); -x_77 = l_Lean_extractMacroScopes(x_76); -if (lean_obj_tag(x_75) == 0) +block_91: { lean_object* x_78; lean_object* x_79; uint8_t x_80; -x_78 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_78, 0, x_71); -lean_ctor_set(x_78, 1, x_72); -lean_ctor_set(x_78, 2, x_73); -lean_ctor_set(x_78, 3, x_74); +if (lean_is_scalar(x_73)) { + x_78 = lean_alloc_ctor(0, 4, 0); +} else { + x_78 = x_73; +} +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_70); +lean_ctor_set(x_78, 2, x_71); +lean_ctor_set(x_78, 3, x_72); lean_inc(x_78); x_79 = l_Lean_MacroScopesView_review(x_78); x_80 = l_Lean_Name_isPrefixOf(x_2, x_79); @@ -29064,11 +28245,11 @@ if (x_80 == 0) { lean_object* x_81; lean_dec(x_78); -lean_dec(x_77); -lean_free_object(x_22); +lean_dec(x_76); +lean_dec(x_67); lean_inc(x_2); lean_inc(x_3); -x_81 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_79, x_2); +x_81 = l_Lean_Elab_Term_resolveLocalName_go(x_54, x_3, x_79, x_2); if (lean_obj_tag(x_81) == 0) { x_7 = x_12; @@ -29103,13 +28284,13 @@ else { uint8_t x_86; lean_dec(x_79); -x_86 = l_Lean_MacroScopesView_isSuffixOf(x_77, x_3); -lean_dec(x_77); +x_86 = l_Lean_MacroScopesView_isSuffixOf(x_76, x_3); +lean_dec(x_76); if (x_86 == 0) { lean_dec(x_78); -lean_free_object(x_22); -lean_dec(x_16); +lean_dec(x_67); +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; @@ -29121,234 +28302,161 @@ x_88 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_78); lean_dec(x_78); if (x_88 == 0) { -lean_free_object(x_22); -lean_dec(x_16); +lean_dec(x_67); +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { +lean_object* x_90; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -lean_ctor_set(x_22, 0, x_16); -return x_22; +if (lean_is_scalar(x_67)) { + x_90 = lean_alloc_ctor(1, 1, 0); +} else { + x_90 = x_67; } +lean_ctor_set(x_90, 0, x_54); +return x_90; } } } -else -{ -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; -lean_dec(x_71); -lean_free_object(x_22); -x_90 = lean_ctor_get(x_75, 0); -lean_inc(x_90); -if (lean_is_exclusive(x_75)) { - lean_ctor_release(x_75, 0); - x_91 = x_75; -} else { - lean_dec_ref(x_75); - x_91 = lean_box(0); } -x_92 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_72); -lean_ctor_set(x_92, 2, x_73); -lean_ctor_set(x_92, 3, x_74); -lean_inc(x_92); -x_93 = l_Lean_MacroScopesView_review(x_92); -x_94 = l_Lean_Name_isPrefixOf(x_2, x_93); -if (x_94 == 0) -{ -lean_object* x_95; -lean_dec(x_92); -lean_dec(x_91); -lean_dec(x_77); -lean_inc(x_2); -lean_inc(x_3); -x_95 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_93, x_2); -if (lean_obj_tag(x_95) == 0) +} +} +else { +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } +} +} +} +} else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -lean_dec(x_12); +lean_object* x_94; +lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -x_97 = lean_ctor_get(x_95, 0); -lean_inc(x_97); -if (lean_is_exclusive(x_95)) { - lean_ctor_release(x_95, 0); - x_98 = x_95; -} else { - lean_dec_ref(x_95); - x_98 = lean_box(0); -} -if (lean_is_scalar(x_98)) { - x_99 = lean_alloc_ctor(1, 1, 0); -} else { - x_99 = x_98; +x_94 = lean_box(0); +return x_94; } -lean_ctor_set(x_99, 0, x_97); -return x_99; } } -else -{ -uint8_t x_100; -lean_dec(x_93); -x_100 = l_Lean_MacroScopesView_isSuffixOf(x_77, x_3); -lean_dec(x_77); -if (x_100 == 0) +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__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) { +_start: { -lean_dec(x_92); -lean_dec(x_91); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; -} -else +lean_object* x_9; uint8_t x_10; +x_9 = lean_unsigned_to_nat(0u); +x_10 = lean_nat_dec_eq(x_7, x_9); +if (x_10 == 0) { -uint8_t x_102; -x_102 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_92); -lean_dec(x_92); -if (x_102 == 0) +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_sub(x_7, x_11); +lean_dec(x_7); +x_13 = lean_array_fget(x_6, x_12); +lean_inc(x_3); +lean_inc(x_2); +x_14 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(x_1, x_2, x_3, x_4, x_5, x_13); +if (lean_obj_tag(x_14) == 0) { -lean_dec(x_91); -lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -lean_object* x_104; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -if (lean_is_scalar(x_91)) { - x_104 = lean_alloc_ctor(1, 1, 0); -} else { - x_104 = x_91; -} -lean_ctor_set(x_104, 0, x_16); -return x_104; +return x_14; } } +else +{ +lean_object* x_16; +lean_dec(x_7); +lean_dec(x_3); +lean_dec(x_2); +x_16 = lean_box(0); +return x_16; } } } +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; uint8_t x_10; +x_9 = lean_unsigned_to_nat(0u); +x_10 = lean_nat_dec_eq(x_7, x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_sub(x_7, x_11); +lean_dec(x_7); +x_13 = lean_array_fget(x_6, x_12); +if (lean_obj_tag(x_13) == 0) +{ +x_7 = x_12; +x_8 = lean_box(0); +goto _start; } else { -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; -x_105 = lean_ctor_get(x_22, 0); -lean_inc(x_105); -lean_dec(x_22); -x_106 = l_Lean_extractMacroScopes(x_105); -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); -x_109 = lean_ctor_get(x_106, 2); -lean_inc(x_109); -x_110 = lean_ctor_get(x_106, 3); -lean_inc(x_110); -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); - x_111 = x_106; -} else { - lean_dec_ref(x_106); - x_111 = lean_box(0); -} -lean_inc(x_107); -x_112 = lean_private_to_user_name(x_107); -x_113 = l_Lean_LocalDecl_userName(x_16); -x_114 = l_Lean_extractMacroScopes(x_113); -if (lean_obj_tag(x_112) == 0) +uint8_t x_15; +x_15 = !lean_is_exclusive(x_13); +if (x_15 == 0) { -lean_object* x_115; lean_object* x_116; uint8_t x_117; -if (lean_is_scalar(x_111)) { - x_115 = lean_alloc_ctor(0, 4, 0); -} else { - x_115 = x_111; -} -lean_ctor_set(x_115, 0, x_107); -lean_ctor_set(x_115, 1, x_108); -lean_ctor_set(x_115, 2, x_109); -lean_ctor_set(x_115, 3, x_110); -lean_inc(x_115); -x_116 = l_Lean_MacroScopesView_review(x_115); -x_117 = l_Lean_Name_isPrefixOf(x_2, x_116); -if (x_117 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_ctor_get(x_13, 0); +x_17 = l_Lean_LocalDecl_isAuxDecl(x_16); +if (x_17 == 0) { -lean_object* x_118; -lean_dec(x_115); -lean_dec(x_114); -lean_inc(x_2); -lean_inc(x_3); -x_118 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_116, x_2); -if (lean_obj_tag(x_118) == 0) +lean_object* x_18; uint8_t x_19; +x_18 = l_Lean_LocalDecl_userName(x_16); +x_19 = lean_name_eq(x_18, x_5); +lean_dec(x_18); +if (x_19 == 0) { +lean_free_object(x_13); +lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_120 = lean_ctor_get(x_118, 0); -lean_inc(x_120); -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - x_121 = x_118; -} else { - lean_dec_ref(x_118); - x_121 = lean_box(0); -} -if (lean_is_scalar(x_121)) { - x_122 = lean_alloc_ctor(1, 1, 0); -} else { - x_122 = x_121; -} -lean_ctor_set(x_122, 0, x_120); -return x_122; +return x_13; } } else { -uint8_t x_123; -lean_dec(x_116); -x_123 = l_Lean_MacroScopesView_isSuffixOf(x_114, x_3); -lean_dec(x_114); -if (x_123 == 0) +if (x_4 == 0) { -lean_dec(x_115); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; -} -else +lean_object* x_21; lean_object* x_22; +x_21 = l_Lean_LocalDecl_fvarId(x_16); +x_22 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_21); +lean_dec(x_21); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_125; -x_125 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_115); -lean_dec(x_115); -if (x_125 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = l_Lean_LocalDecl_userName(x_16); +x_24 = lean_name_eq(x_23, x_5); +lean_dec(x_23); +if (x_24 == 0) { +lean_free_object(x_13); lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); @@ -29356,52 +28464,88 @@ goto _start; } else { -lean_object* x_127; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_127 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_127, 0, x_16); -return x_127; +return x_13; +} } +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +lean_free_object(x_13); +x_26 = lean_ctor_get(x_22, 0); +lean_inc(x_26); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + x_27 = x_22; +} else { + lean_dec_ref(x_22); + x_27 = lean_box(0); } +x_28 = l_Lean_extractMacroScopes(x_26); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +x_31 = lean_ctor_get(x_28, 2); +lean_inc(x_31); +x_32 = lean_ctor_get(x_28, 3); +lean_inc(x_32); +if (lean_is_exclusive(x_28)) { + lean_ctor_release(x_28, 0); + lean_ctor_release(x_28, 1); + lean_ctor_release(x_28, 2); + lean_ctor_release(x_28, 3); + x_33 = x_28; +} else { + lean_dec_ref(x_28); + x_33 = lean_box(0); } +lean_inc(x_29); +x_34 = lean_private_to_user_name(x_29); +x_35 = l_Lean_LocalDecl_userName(x_16); +x_36 = l_Lean_extractMacroScopes(x_35); +if (lean_obj_tag(x_34) == 0) +{ +x_37 = x_29; +goto block_51; } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; -lean_dec(x_107); -x_128 = lean_ctor_get(x_112, 0); -lean_inc(x_128); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - x_129 = x_112; -} else { - lean_dec_ref(x_112); - x_129 = lean_box(0); +lean_object* x_52; +lean_dec(x_29); +x_52 = lean_ctor_get(x_34, 0); +lean_inc(x_52); +lean_dec(x_34); +x_37 = x_52; +goto block_51; } -if (lean_is_scalar(x_111)) { - x_130 = lean_alloc_ctor(0, 4, 0); +block_51: +{ +lean_object* x_38; lean_object* x_39; uint8_t x_40; +if (lean_is_scalar(x_33)) { + x_38 = lean_alloc_ctor(0, 4, 0); } else { - x_130 = x_111; + x_38 = x_33; } -lean_ctor_set(x_130, 0, x_128); -lean_ctor_set(x_130, 1, x_108); -lean_ctor_set(x_130, 2, x_109); -lean_ctor_set(x_130, 3, x_110); -lean_inc(x_130); -x_131 = l_Lean_MacroScopesView_review(x_130); -x_132 = l_Lean_Name_isPrefixOf(x_2, x_131); -if (x_132 == 0) +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_30); +lean_ctor_set(x_38, 2, x_31); +lean_ctor_set(x_38, 3, x_32); +lean_inc(x_38); +x_39 = l_Lean_MacroScopesView_review(x_38); +x_40 = l_Lean_Name_isPrefixOf(x_2, x_39); +if (x_40 == 0) { -lean_object* x_133; -lean_dec(x_130); -lean_dec(x_129); -lean_dec(x_114); +lean_object* x_41; +lean_dec(x_38); +lean_dec(x_36); +lean_dec(x_27); lean_inc(x_2); lean_inc(x_3); -x_133 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_131, x_2); -if (lean_obj_tag(x_133) == 0) +x_41 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_39, x_2); +if (lean_obj_tag(x_41) == 0) { x_7 = x_12; x_8 = lean_box(0); @@ -29409,38 +28553,37 @@ goto _start; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; +uint8_t x_43; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_135 = lean_ctor_get(x_133, 0); -lean_inc(x_135); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - x_136 = x_133; -} else { - lean_dec_ref(x_133); - x_136 = lean_box(0); +x_43 = !lean_is_exclusive(x_41); +if (x_43 == 0) +{ +return x_41; } -if (lean_is_scalar(x_136)) { - x_137 = lean_alloc_ctor(1, 1, 0); -} else { - x_137 = x_136; +else +{ +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_41, 0); +lean_inc(x_44); +lean_dec(x_41); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_44); +return x_45; } -lean_ctor_set(x_137, 0, x_135); -return x_137; } } else { -uint8_t x_138; -lean_dec(x_131); -x_138 = l_Lean_MacroScopesView_isSuffixOf(x_114, x_3); -lean_dec(x_114); -if (x_138 == 0) +uint8_t x_46; +lean_dec(x_39); +x_46 = l_Lean_MacroScopesView_isSuffixOf(x_36, x_3); +lean_dec(x_36); +if (x_46 == 0) { -lean_dec(x_130); -lean_dec(x_129); +lean_dec(x_38); +lean_dec(x_27); lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); @@ -29448,12 +28591,12 @@ goto _start; } else { -uint8_t x_140; -x_140 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_130); -lean_dec(x_130); -if (x_140 == 0) +uint8_t x_48; +x_48 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_38); +lean_dec(x_38); +if (x_48 == 0) { -lean_dec(x_129); +lean_dec(x_27); lean_dec(x_16); x_7 = x_12; x_8 = lean_box(0); @@ -29461,18 +28604,17 @@ goto _start; } else { -lean_object* x_142; +lean_object* x_50; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -if (lean_is_scalar(x_129)) { - x_142 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_27)) { + x_50 = lean_alloc_ctor(1, 1, 0); } else { - x_142 = x_129; -} -lean_ctor_set(x_142, 0, x_16); -return x_142; + x_50 = x_27; } +lean_ctor_set(x_50, 0, x_16); +return x_50; } } } @@ -29491,237 +28633,142 @@ goto _start; } else { -lean_object* x_144; uint8_t x_145; -x_144 = lean_ctor_get(x_13, 0); -lean_inc(x_144); +lean_object* x_54; uint8_t x_55; +x_54 = lean_ctor_get(x_13, 0); +lean_inc(x_54); lean_dec(x_13); -x_145 = l_Lean_LocalDecl_isAuxDecl(x_144); -if (x_145 == 0) +x_55 = l_Lean_LocalDecl_isAuxDecl(x_54); +if (x_55 == 0) { -lean_object* x_146; uint8_t x_147; -x_146 = l_Lean_LocalDecl_userName(x_144); -x_147 = lean_name_eq(x_146, x_5); -lean_dec(x_146); -if (x_147 == 0) +lean_object* x_56; uint8_t x_57; +x_56 = l_Lean_LocalDecl_userName(x_54); +x_57 = lean_name_eq(x_56, x_5); +lean_dec(x_56); +if (x_57 == 0) { -lean_dec(x_144); +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -lean_object* x_149; +lean_object* x_59; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_144); -return x_149; +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_54); +return x_59; } } else { if (x_4 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = l_Lean_LocalDecl_fvarId(x_144); -x_151 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_150); -lean_dec(x_150); -if (lean_obj_tag(x_151) == 0) -{ -lean_object* x_152; uint8_t x_153; -x_152 = l_Lean_LocalDecl_userName(x_144); -x_153 = lean_name_eq(x_152, x_5); -lean_dec(x_152); -if (x_153 == 0) +lean_object* x_60; lean_object* x_61; +x_60 = l_Lean_LocalDecl_fvarId(x_54); +x_61 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_60); +lean_dec(x_60); +if (lean_obj_tag(x_61) == 0) { -lean_dec(x_144); +lean_object* x_62; uint8_t x_63; +x_62 = l_Lean_LocalDecl_userName(x_54); +x_63 = lean_name_eq(x_62, x_5); +lean_dec(x_62); +if (x_63 == 0) +{ +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -lean_object* x_155; +lean_object* x_65; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_155 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_155, 0, x_144); -return x_155; -} -} -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; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_156 = lean_ctor_get(x_151, 0); -lean_inc(x_156); -if (lean_is_exclusive(x_151)) { - lean_ctor_release(x_151, 0); - x_157 = x_151; -} else { - lean_dec_ref(x_151); - x_157 = lean_box(0); -} -x_158 = l_Lean_extractMacroScopes(x_156); -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -x_161 = lean_ctor_get(x_158, 2); -lean_inc(x_161); -x_162 = lean_ctor_get(x_158, 3); -lean_inc(x_162); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - lean_ctor_release(x_158, 2); - lean_ctor_release(x_158, 3); - x_163 = x_158; -} else { - lean_dec_ref(x_158); - x_163 = lean_box(0); -} -lean_inc(x_159); -x_164 = lean_private_to_user_name(x_159); -x_165 = l_Lean_LocalDecl_userName(x_144); -x_166 = l_Lean_extractMacroScopes(x_165); -if (lean_obj_tag(x_164) == 0) -{ -lean_object* x_167; lean_object* x_168; uint8_t x_169; -if (lean_is_scalar(x_163)) { - x_167 = lean_alloc_ctor(0, 4, 0); -} else { - x_167 = x_163; +x_65 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_65, 0, x_54); +return x_65; } -lean_ctor_set(x_167, 0, x_159); -lean_ctor_set(x_167, 1, x_160); -lean_ctor_set(x_167, 2, x_161); -lean_ctor_set(x_167, 3, x_162); -lean_inc(x_167); -x_168 = l_Lean_MacroScopesView_review(x_167); -x_169 = l_Lean_Name_isPrefixOf(x_2, x_168); -if (x_169 == 0) -{ -lean_object* x_170; -lean_dec(x_167); -lean_dec(x_166); -lean_dec(x_157); -lean_inc(x_2); -lean_inc(x_3); -x_170 = l_Lean_Elab_Term_resolveLocalName_go(x_144, x_3, x_168, x_2); -if (lean_obj_tag(x_170) == 0) -{ -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_172 = lean_ctor_get(x_170, 0); -lean_inc(x_172); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - x_173 = x_170; +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; +x_66 = lean_ctor_get(x_61, 0); +lean_inc(x_66); +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + x_67 = x_61; } else { - lean_dec_ref(x_170); - x_173 = lean_box(0); + lean_dec_ref(x_61); + x_67 = lean_box(0); } -if (lean_is_scalar(x_173)) { - x_174 = lean_alloc_ctor(1, 1, 0); +x_68 = l_Lean_extractMacroScopes(x_66); +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 1); +lean_inc(x_70); +x_71 = lean_ctor_get(x_68, 2); +lean_inc(x_71); +x_72 = lean_ctor_get(x_68, 3); +lean_inc(x_72); +if (lean_is_exclusive(x_68)) { + lean_ctor_release(x_68, 0); + lean_ctor_release(x_68, 1); + lean_ctor_release(x_68, 2); + lean_ctor_release(x_68, 3); + x_73 = x_68; } else { - x_174 = x_173; -} -lean_ctor_set(x_174, 0, x_172); -return x_174; -} -} -else -{ -uint8_t x_175; -lean_dec(x_168); -x_175 = l_Lean_MacroScopesView_isSuffixOf(x_166, x_3); -lean_dec(x_166); -if (x_175 == 0) -{ -lean_dec(x_167); -lean_dec(x_157); -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; + lean_dec_ref(x_68); + x_73 = lean_box(0); } -else -{ -uint8_t x_177; -x_177 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_167); -lean_dec(x_167); -if (x_177 == 0) +lean_inc(x_69); +x_74 = lean_private_to_user_name(x_69); +x_75 = l_Lean_LocalDecl_userName(x_54); +x_76 = l_Lean_extractMacroScopes(x_75); +if (lean_obj_tag(x_74) == 0) { -lean_dec(x_157); -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +x_77 = x_69; +goto block_91; } else { -lean_object* x_179; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -if (lean_is_scalar(x_157)) { - x_179 = lean_alloc_ctor(1, 1, 0); -} else { - x_179 = x_157; -} -lean_ctor_set(x_179, 0, x_144); -return x_179; -} -} -} +lean_object* x_92; +lean_dec(x_69); +x_92 = lean_ctor_get(x_74, 0); +lean_inc(x_92); +lean_dec(x_74); +x_77 = x_92; +goto block_91; } -else +block_91: { -lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; uint8_t x_184; -lean_dec(x_159); -lean_dec(x_157); -x_180 = lean_ctor_get(x_164, 0); -lean_inc(x_180); -if (lean_is_exclusive(x_164)) { - lean_ctor_release(x_164, 0); - x_181 = x_164; -} else { - lean_dec_ref(x_164); - x_181 = lean_box(0); -} -if (lean_is_scalar(x_163)) { - x_182 = lean_alloc_ctor(0, 4, 0); +lean_object* x_78; lean_object* x_79; uint8_t x_80; +if (lean_is_scalar(x_73)) { + x_78 = lean_alloc_ctor(0, 4, 0); } else { - x_182 = x_163; + x_78 = x_73; } -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_160); -lean_ctor_set(x_182, 2, x_161); -lean_ctor_set(x_182, 3, x_162); -lean_inc(x_182); -x_183 = l_Lean_MacroScopesView_review(x_182); -x_184 = l_Lean_Name_isPrefixOf(x_2, x_183); -if (x_184 == 0) +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_70); +lean_ctor_set(x_78, 2, x_71); +lean_ctor_set(x_78, 3, x_72); +lean_inc(x_78); +x_79 = l_Lean_MacroScopesView_review(x_78); +x_80 = l_Lean_Name_isPrefixOf(x_2, x_79); +if (x_80 == 0) { -lean_object* x_185; -lean_dec(x_182); -lean_dec(x_181); -lean_dec(x_166); +lean_object* x_81; +lean_dec(x_78); +lean_dec(x_76); +lean_dec(x_67); lean_inc(x_2); lean_inc(x_3); -x_185 = l_Lean_Elab_Term_resolveLocalName_go(x_144, x_3, x_183, x_2); -if (lean_obj_tag(x_185) == 0) +x_81 = l_Lean_Elab_Term_resolveLocalName_go(x_54, x_3, x_79, x_2); +if (lean_obj_tag(x_81) == 0) { x_7 = x_12; x_8 = lean_box(0); @@ -29729,69 +28776,69 @@ goto _start; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -x_187 = lean_ctor_get(x_185, 0); -lean_inc(x_187); -if (lean_is_exclusive(x_185)) { - lean_ctor_release(x_185, 0); - x_188 = x_185; +x_83 = lean_ctor_get(x_81, 0); +lean_inc(x_83); +if (lean_is_exclusive(x_81)) { + lean_ctor_release(x_81, 0); + x_84 = x_81; } else { - lean_dec_ref(x_185); - x_188 = lean_box(0); + lean_dec_ref(x_81); + x_84 = lean_box(0); } -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_84)) { + x_85 = lean_alloc_ctor(1, 1, 0); } else { - x_189 = x_188; + x_85 = x_84; } -lean_ctor_set(x_189, 0, x_187); -return x_189; +lean_ctor_set(x_85, 0, x_83); +return x_85; } } else { -uint8_t x_190; -lean_dec(x_183); -x_190 = l_Lean_MacroScopesView_isSuffixOf(x_166, x_3); -lean_dec(x_166); -if (x_190 == 0) +uint8_t x_86; +lean_dec(x_79); +x_86 = l_Lean_MacroScopesView_isSuffixOf(x_76, x_3); +lean_dec(x_76); +if (x_86 == 0) { -lean_dec(x_182); -lean_dec(x_181); -lean_dec(x_144); +lean_dec(x_78); +lean_dec(x_67); +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -uint8_t x_192; -x_192 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_182); -lean_dec(x_182); -if (x_192 == 0) +uint8_t x_88; +x_88 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_78); +lean_dec(x_78); +if (x_88 == 0) { -lean_dec(x_181); -lean_dec(x_144); +lean_dec(x_67); +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; } else { -lean_object* x_194; +lean_object* x_90; lean_dec(x_12); lean_dec(x_3); lean_dec(x_2); -if (lean_is_scalar(x_181)) { - x_194 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_67)) { + x_90 = lean_alloc_ctor(1, 1, 0); } else { - x_194 = x_181; + x_90 = x_67; } -lean_ctor_set(x_194, 0, x_144); -return x_194; +lean_ctor_set(x_90, 0, x_54); +return x_90; } } } @@ -29800,7 +28847,7 @@ return x_194; } else { -lean_dec(x_144); +lean_dec(x_54); x_7 = x_12; x_8 = lean_box(0); goto _start; @@ -29811,2538 +28858,3528 @@ goto _start; } else { -lean_object* x_196; +lean_object* x_94; lean_dec(x_7); lean_dec(x_3); lean_dec(x_2); -x_196 = lean_box(0); -return x_196; +x_94 = lean_box(0); +return x_94; } } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__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_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__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) { _start: { -lean_object* x_9; uint8_t x_10; -x_9 = lean_unsigned_to_nat(0u); -x_10 = lean_nat_dec_eq(x_7, x_9); -if (x_10 == 0) +if (lean_obj_tag(x_6) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_unsigned_to_nat(1u); -x_12 = lean_nat_sub(x_7, x_11); +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_array_get_size(x_7); +x_9 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__5(x_1, x_2, x_3, x_4, x_5, x_7, x_8, lean_box(0)); lean_dec(x_7); -x_13 = lean_array_fget(x_6, x_12); +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_array_get_size(x_10); +x_12 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__6(x_1, x_2, x_3, x_4, x_5, x_10, x_11, lean_box(0)); +lean_dec(x_10); +return x_12; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t 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_6, 1); +lean_inc(x_7); +x_8 = lean_array_get_size(x_7); lean_inc(x_3); lean_inc(x_2); -x_14 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(x_1, x_2, x_3, x_4, x_5, x_13); -if (lean_obj_tag(x_14) == 0) +x_9 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3(x_1, x_2, x_3, x_4, x_5, x_7, x_8, lean_box(0)); +lean_dec(x_7); +if (lean_obj_tag(x_9) == 0) { -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(x_1, x_2, x_3, x_4, x_5, x_10); +return x_11; } else { -lean_dec(x_12); +uint8_t x_12; +lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -return x_14; -} +x_12 = !lean_is_exclusive(x_9); +if (x_12 == 0) +{ +return x_9; } else { -lean_object* x_16; -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_2); -x_16 = lean_box(0); -return x_16; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_9, 0); +lean_inc(x_13); +lean_dec(x_9); +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_13); +return x_14; } } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__6(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_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_9; uint8_t x_10; -x_9 = lean_unsigned_to_nat(0u); -x_10 = lean_nat_dec_eq(x_7, x_9); -if (x_10 == 0) +lean_object* x_5; uint8_t x_6; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_3, x_5); +if (x_6 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_unsigned_to_nat(1u); -x_12 = lean_nat_sub(x_7, x_11); -lean_dec(x_7); -x_13 = lean_array_fget(x_6, x_12); -if (lean_obj_tag(x_13) == 0) +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_nat_sub(x_3, x_7); +lean_dec(x_3); +x_9 = lean_array_fget(x_2, x_8); +if (lean_obj_tag(x_9) == 0) { -x_7 = x_12; -x_8 = lean_box(0); +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_13); -if (x_15 == 0) -{ -lean_object* x_16; uint8_t x_17; -x_16 = lean_ctor_get(x_13, 0); -x_17 = l_Lean_LocalDecl_isAuxDecl(x_16); -if (x_17 == 0) +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) { -lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_LocalDecl_userName(x_16); -x_19 = lean_name_eq(x_18, x_5); -lean_dec(x_18); -if (x_19 == 0) +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_9, 0); +x_13 = l_Lean_LocalDecl_isAuxDecl(x_12); +if (x_13 == 0) { -lean_free_object(x_13); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); +lean_free_object(x_9); +lean_dec(x_12); +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { +lean_object* x_15; uint8_t x_16; +x_15 = l_Lean_LocalDecl_userName(x_12); +x_16 = lean_name_eq(x_15, x_1); +lean_dec(x_15); +if (x_16 == 0) +{ +lean_free_object(x_9); lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -return x_13; +x_3 = x_8; +x_4 = lean_box(0); +goto _start; +} +else +{ +lean_dec(x_8); +return x_9; +} } } else { -if (x_4 == 0) +lean_object* x_18; uint8_t x_19; +x_18 = lean_ctor_get(x_9, 0); +lean_inc(x_18); +lean_dec(x_9); +x_19 = l_Lean_LocalDecl_isAuxDecl(x_18); +if (x_19 == 0) { -lean_object* x_21; lean_object* x_22; -x_21 = l_Lean_LocalDecl_fvarId(x_16); -x_22 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_21); -lean_dec(x_21); -if (lean_obj_tag(x_22) == 0) +lean_dec(x_18); +x_3 = x_8; +x_4 = lean_box(0); +goto _start; +} +else { -lean_object* x_23; uint8_t x_24; -x_23 = l_Lean_LocalDecl_userName(x_16); -x_24 = lean_name_eq(x_23, x_5); -lean_dec(x_23); -if (x_24 == 0) +lean_object* x_21; uint8_t x_22; +x_21 = l_Lean_LocalDecl_userName(x_18); +x_22 = lean_name_eq(x_21, x_1); +lean_dec(x_21); +if (x_22 == 0) { -lean_free_object(x_13); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); +lean_dec(x_18); +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -return x_13; +lean_object* x_24; +lean_dec(x_8); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_18); +return x_24; +} +} +} } } else { -uint8_t x_26; -lean_free_object(x_13); -x_26 = !lean_is_exclusive(x_22); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_ctor_get(x_22, 0); -x_28 = l_Lean_extractMacroScopes(x_27); -x_29 = !lean_is_exclusive(x_28); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_28, 0); -lean_inc(x_30); -x_31 = lean_private_to_user_name(x_30); -x_32 = l_Lean_LocalDecl_userName(x_16); -x_33 = l_Lean_extractMacroScopes(x_32); -if (lean_obj_tag(x_31) == 0) +lean_object* x_25; +lean_dec(x_3); +x_25 = lean_box(0); +return x_25; +} +} +} +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_34; uint8_t x_35; -lean_inc(x_28); -x_34 = l_Lean_MacroScopesView_review(x_28); -x_35 = l_Lean_Name_isPrefixOf(x_2, x_34); -if (x_35 == 0) +lean_object* x_5; uint8_t x_6; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_3, x_5); +if (x_6 == 0) { -lean_object* x_36; -lean_dec(x_28); -lean_dec(x_33); -lean_free_object(x_22); -lean_inc(x_2); -lean_inc(x_3); -x_36 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_34, x_2); -if (lean_obj_tag(x_36) == 0) +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_nat_sub(x_3, x_7); +lean_dec(x_3); +x_9 = lean_array_fget(x_2, x_8); +x_10 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(x_1, x_9); +if (lean_obj_tag(x_10) == 0) { -x_7 = x_12; -x_8 = lean_box(0); +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { -uint8_t x_38; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_38 = !lean_is_exclusive(x_36); -if (x_38 == 0) -{ -return x_36; +lean_dec(x_8); +return x_10; +} } else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_36, 0); -lean_inc(x_39); -lean_dec(x_36); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_39); -return x_40; +lean_object* x_12; +lean_dec(x_3); +x_12 = lean_box(0); +return x_12; } } } -else +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_41; -lean_dec(x_34); -x_41 = l_Lean_MacroScopesView_isSuffixOf(x_33, x_3); -lean_dec(x_33); -if (x_41 == 0) +lean_object* x_5; uint8_t x_6; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_3, x_5); +if (x_6 == 0) { -lean_dec(x_28); -lean_free_object(x_22); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); +lean_object* x_7; lean_object* x_8; lean_object* x_9; +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_nat_sub(x_3, x_7); +lean_dec(x_3); +x_9 = lean_array_fget(x_2, x_8); +if (lean_obj_tag(x_9) == 0) +{ +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { -uint8_t x_43; -x_43 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_28); -lean_dec(x_28); -if (x_43 == 0) +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) { -lean_free_object(x_22); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_9, 0); +x_13 = l_Lean_LocalDecl_isAuxDecl(x_12); +if (x_13 == 0) +{ +lean_free_object(x_9); +lean_dec(x_12); +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { +lean_object* x_15; uint8_t x_16; +x_15 = l_Lean_LocalDecl_userName(x_12); +x_16 = lean_name_eq(x_15, x_1); +lean_dec(x_15); +if (x_16 == 0) +{ +lean_free_object(x_9); lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_22, 0, x_16); -return x_22; +x_3 = x_8; +x_4 = lean_box(0); +goto _start; } +else +{ +lean_dec(x_8); +return x_9; } } } else { -uint8_t x_45; -lean_dec(x_30); -lean_free_object(x_22); -x_45 = !lean_is_exclusive(x_31); -if (x_45 == 0) +lean_object* x_18; uint8_t x_19; +x_18 = lean_ctor_get(x_9, 0); +lean_inc(x_18); +lean_dec(x_9); +x_19 = l_Lean_LocalDecl_isAuxDecl(x_18); +if (x_19 == 0) { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_46 = lean_ctor_get(x_31, 0); -lean_ctor_set(x_28, 0, x_46); -lean_inc(x_28); -x_47 = l_Lean_MacroScopesView_review(x_28); -x_48 = l_Lean_Name_isPrefixOf(x_2, x_47); -if (x_48 == 0) +lean_dec(x_18); +x_3 = x_8; +x_4 = lean_box(0); +goto _start; +} +else { -lean_object* x_49; -lean_dec(x_28); -lean_free_object(x_31); -lean_dec(x_33); -lean_inc(x_2); -lean_inc(x_3); -x_49 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_47, x_2); -if (lean_obj_tag(x_49) == 0) +lean_object* x_21; uint8_t x_22; +x_21 = l_Lean_LocalDecl_userName(x_18); +x_22 = lean_name_eq(x_21, x_1); +lean_dec(x_21); +if (x_22 == 0) { -x_7 = x_12; -x_8 = lean_box(0); +lean_dec(x_18); +x_3 = x_8; +x_4 = lean_box(0); goto _start; } else { -uint8_t x_51; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_51 = !lean_is_exclusive(x_49); -if (x_51 == 0) -{ -return x_49; -} -else -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 0); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_53, 0, x_52); -return x_53; +lean_object* x_24; +lean_dec(x_8); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_18); +return x_24; } } } -else -{ -uint8_t x_54; -lean_dec(x_47); -x_54 = l_Lean_MacroScopesView_isSuffixOf(x_33, x_3); -lean_dec(x_33); -if (x_54 == 0) -{ -lean_dec(x_28); -lean_free_object(x_31); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } -else -{ -uint8_t x_56; -x_56 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_28); -lean_dec(x_28); -if (x_56 == 0) -{ -lean_free_object(x_31); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } else { -lean_dec(x_12); +lean_object* x_25; lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_31, 0, x_16); -return x_31; -} +x_25 = lean_box(0); +return x_25; } } } -else +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_58 = lean_ctor_get(x_31, 0); -lean_inc(x_58); -lean_dec(x_31); -lean_ctor_set(x_28, 0, x_58); -lean_inc(x_28); -x_59 = l_Lean_MacroScopesView_review(x_28); -x_60 = l_Lean_Name_isPrefixOf(x_2, x_59); -if (x_60 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_61; -lean_dec(x_28); -lean_dec(x_33); -lean_inc(x_2); +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_61 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_59, x_2); -if (lean_obj_tag(x_61) == 0) -{ -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10(x_1, x_3, x_4, lean_box(0)); +lean_dec(x_3); +return x_5; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -lean_dec(x_12); -lean_dec(x_3); +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_2, 0); +lean_inc(x_6); lean_dec(x_2); -x_63 = lean_ctor_get(x_61, 0); -lean_inc(x_63); -if (lean_is_exclusive(x_61)) { - lean_ctor_release(x_61, 0); - x_64 = x_61; -} else { - lean_dec_ref(x_61); - x_64 = lean_box(0); -} -if (lean_is_scalar(x_64)) { - x_65 = lean_alloc_ctor(1, 1, 0); -} else { - x_65 = x_64; +x_7 = lean_array_get_size(x_6); +x_8 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(x_1, x_6, x_7, lean_box(0)); +lean_dec(x_6); +return x_8; } -lean_ctor_set(x_65, 0, x_63); -return x_65; } } -else +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_66; -lean_dec(x_59); -x_66 = l_Lean_MacroScopesView_isSuffixOf(x_33, x_3); -lean_dec(x_33); -if (x_66 == 0) +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_array_get_size(x_3); +x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(x_1, x_3, x_4, lean_box(0)); +lean_dec(x_3); +if (lean_obj_tag(x_5) == 0) { -lean_dec(x_28); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_6; lean_object* x_7; +x_6 = lean_ctor_get(x_2, 0); +lean_inc(x_6); +lean_dec(x_2); +x_7 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(x_1, x_6); +return x_7; } else { -uint8_t x_68; -x_68 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_28); -lean_dec(x_28); -if (x_68 == 0) +uint8_t x_8; +lean_dec(x_2); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) { -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +return x_5; } else { -lean_object* x_70; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_16); -return x_70; -} +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_5, 0); +lean_inc(x_9); +lean_dec(x_5); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +return x_10; } } } } +LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_t x_5) { +_start: +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +lean_inc(x_4); +x_6 = l_Lean_MacroScopesView_review(x_4); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +lean_dec(x_1); +lean_inc(x_7); +x_8 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__2(x_2, x_3, x_4, x_5, x_6, x_7); +lean_dec(x_2); +if (lean_obj_tag(x_8) == 0) +{ +x_9 = x_5; +goto block_11; } 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; -x_71 = lean_ctor_get(x_28, 0); -x_72 = lean_ctor_get(x_28, 1); -x_73 = lean_ctor_get(x_28, 2); -x_74 = lean_ctor_get(x_28, 3); -lean_inc(x_74); -lean_inc(x_73); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_28); -lean_inc(x_71); -x_75 = lean_private_to_user_name(x_71); -x_76 = l_Lean_LocalDecl_userName(x_16); -x_77 = l_Lean_extractMacroScopes(x_76); -if (lean_obj_tag(x_75) == 0) -{ -lean_object* x_78; lean_object* x_79; uint8_t x_80; -x_78 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_78, 0, x_71); -lean_ctor_set(x_78, 1, x_72); -lean_ctor_set(x_78, 2, x_73); -lean_ctor_set(x_78, 3, x_74); -lean_inc(x_78); -x_79 = l_Lean_MacroScopesView_review(x_78); -x_80 = l_Lean_Name_isPrefixOf(x_2, x_79); -if (x_80 == 0) +uint8_t x_12; +x_12 = 1; +x_9 = x_12; +goto block_11; +} +block_11: { -lean_object* x_81; -lean_dec(x_78); -lean_dec(x_77); -lean_free_object(x_22); -lean_inc(x_2); -lean_inc(x_3); -x_81 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_79, x_2); -if (lean_obj_tag(x_81) == 0) +if (x_9 == 0) { -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_10; +lean_dec(x_8); +x_10 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7(x_6, x_7); +lean_dec(x_6); +return x_10; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_83 = lean_ctor_get(x_81, 0); -lean_inc(x_83); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - x_84 = x_81; -} else { - lean_dec_ref(x_81); - x_84 = lean_box(0); +lean_dec(x_7); +lean_dec(x_6); +return x_8; } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(1, 1, 0); -} else { - x_85 = x_84; } -lean_ctor_set(x_85, 0, x_83); -return x_85; } } -else -{ -uint8_t x_86; -lean_dec(x_79); -x_86 = l_Lean_MacroScopesView_isSuffixOf(x_77, x_3); -lean_dec(x_77); -if (x_86 == 0) +LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName(lean_object* x_1, lean_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_dec(x_78); -lean_free_object(x_22); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +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; lean_object* x_17; +x_9 = lean_ctor_get(x_4, 1); +lean_inc(x_9); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +x_11 = lean_ctor_get(x_6, 6); +lean_inc(x_11); +x_12 = l_Lean_extractMacroScopes(x_1); +x_13 = lean_alloc_closure((void*)(l_Lean_Elab_Term_resolveLocalName___lambda__1___boxed), 5, 3); +lean_closure_set(x_13, 0, x_9); +lean_closure_set(x_13, 1, x_10); +lean_closure_set(x_13, 2, x_11); +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +x_15 = lean_box(0); +x_16 = 0; +x_17 = l_Lean_Elab_Term_resolveLocalName_loop(x_12, x_13, x_14, x_15, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_17; } -else -{ -uint8_t x_88; -x_88 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_78); -lean_dec(x_78); -if (x_88 == 0) -{ -lean_free_object(x_22); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } -else +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_dec(x_12); -lean_dec(x_3); +lean_object* x_3; +x_3 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_2); lean_dec(x_2); -lean_ctor_set(x_22, 0, x_16); -return x_22; +lean_dec(x_1); +return x_3; } } +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +uint8_t x_9; lean_object* x_10; +x_9 = lean_unbox(x_4); +lean_dec(x_4); +x_10 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_10; } } -else +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___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: { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; -lean_dec(x_71); -lean_free_object(x_22); -x_90 = lean_ctor_get(x_75, 0); -lean_inc(x_90); -if (lean_is_exclusive(x_75)) { - lean_ctor_release(x_75, 0); - x_91 = x_75; -} else { - lean_dec_ref(x_75); - x_91 = lean_box(0); +uint8_t x_9; lean_object* x_10; +x_9 = lean_unbox(x_4); +lean_dec(x_4); +x_10 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__5(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_10; } -x_92 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_72); -lean_ctor_set(x_92, 2, x_73); -lean_ctor_set(x_92, 3, x_74); -lean_inc(x_92); -x_93 = l_Lean_MacroScopesView_review(x_92); -x_94 = l_Lean_Name_isPrefixOf(x_2, x_93); -if (x_94 == 0) -{ -lean_object* x_95; -lean_dec(x_92); -lean_dec(x_91); -lean_dec(x_77); -lean_inc(x_2); -lean_inc(x_3); -x_95 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_93, x_2); -if (lean_obj_tag(x_95) == 0) -{ -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } -else +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__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) { +_start: { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_97 = lean_ctor_get(x_95, 0); -lean_inc(x_97); -if (lean_is_exclusive(x_95)) { - lean_ctor_release(x_95, 0); - x_98 = x_95; -} else { - lean_dec_ref(x_95); - x_98 = lean_box(0); +uint8_t x_9; lean_object* x_10; +x_9 = lean_unbox(x_4); +lean_dec(x_4); +x_10 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__6(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_10; } -if (lean_is_scalar(x_98)) { - x_99 = lean_alloc_ctor(1, 1, 0); -} else { - x_99 = x_98; } -lean_ctor_set(x_99, 0, x_97); -return x_99; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; lean_object* x_8; +x_7 = lean_unbox(x_4); +lean_dec(x_4); +x_8 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(x_1, x_2, x_3, x_7, x_5, x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_8; } } -else -{ -uint8_t x_100; -lean_dec(x_93); -x_100 = l_Lean_MacroScopesView_isSuffixOf(x_77, x_3); -lean_dec(x_77); -if (x_100 == 0) +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___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_dec(x_92); -lean_dec(x_91); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +uint8_t x_7; lean_object* x_8; +x_7 = lean_unbox(x_4); +lean_dec(x_4); +x_8 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__2(x_1, x_2, x_3, x_7, x_5, x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_8; } -else -{ -uint8_t x_102; -x_102 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_92); -lean_dec(x_92); -if (x_102 == 0) -{ -lean_dec(x_91); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } -else +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_104; -lean_dec(x_12); -lean_dec(x_3); +lean_object* x_5; +x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(x_1, x_2, x_3, x_4); lean_dec(x_2); -if (lean_is_scalar(x_91)) { - x_104 = lean_alloc_ctor(1, 1, 0); -} else { - x_104 = x_91; -} -lean_ctor_set(x_104, 0, x_16); -return x_104; -} -} +lean_dec(x_1); +return x_5; } } +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10___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_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; } } -else +LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -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; -x_105 = lean_ctor_get(x_22, 0); -lean_inc(x_105); -lean_dec(x_22); -x_106 = l_Lean_extractMacroScopes(x_105); -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); -x_109 = lean_ctor_get(x_106, 2); -lean_inc(x_109); -x_110 = lean_ctor_get(x_106, 3); -lean_inc(x_110); -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); - x_111 = x_106; -} else { - lean_dec_ref(x_106); - x_111 = lean_box(0); +lean_object* x_5; +x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; } -lean_inc(x_107); -x_112 = lean_private_to_user_name(x_107); -x_113 = l_Lean_LocalDecl_userName(x_16); -x_114 = l_Lean_extractMacroScopes(x_113); -if (lean_obj_tag(x_112) == 0) -{ -lean_object* x_115; lean_object* x_116; uint8_t x_117; -if (lean_is_scalar(x_111)) { - x_115 = lean_alloc_ctor(0, 4, 0); -} else { - x_115 = x_111; } -lean_ctor_set(x_115, 0, x_107); -lean_ctor_set(x_115, 1, x_108); -lean_ctor_set(x_115, 2, x_109); -lean_ctor_set(x_115, 3, x_110); -lean_inc(x_115); -x_116 = l_Lean_MacroScopesView_review(x_115); -x_117 = l_Lean_Name_isPrefixOf(x_2, x_116); -if (x_117 == 0) -{ -lean_object* x_118; -lean_dec(x_115); -lean_dec(x_114); -lean_inc(x_2); -lean_inc(x_3); -x_118 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_116, x_2); -if (lean_obj_tag(x_118) == 0) +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_3; +x_3 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(x_1, x_2); +lean_dec(x_1); +return x_3; } -else +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_120 = lean_ctor_get(x_118, 0); -lean_inc(x_120); -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - x_121 = x_118; -} else { - lean_dec_ref(x_118); - x_121 = lean_box(0); +lean_object* x_3; +x_3 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7(x_1, x_2); +lean_dec(x_1); +return x_3; } -if (lean_is_scalar(x_121)) { - x_122 = lean_alloc_ctor(1, 1, 0); -} else { - x_122 = x_121; } -lean_ctor_set(x_122, 0, x_120); -return x_122; +LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName___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_5); +lean_dec(x_5); +x_7 = l_Lean_Elab_Term_resolveLocalName___lambda__1(x_1, x_2, x_3, x_4, x_6); +return x_7; } } -else +LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLocalIdent_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: { -uint8_t x_123; -lean_dec(x_116); -x_123 = l_Lean_MacroScopesView_isSuffixOf(x_114, x_3); -lean_dec(x_114); -if (x_123 == 0) +if (lean_obj_tag(x_1) == 3) { -lean_dec(x_115); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; -} -else +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_1, 2); +lean_inc(x_9); +lean_dec(x_1); +x_10 = l_Lean_Elab_Term_resolveLocalName(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); +if (lean_obj_tag(x_11) == 0) { -uint8_t x_125; -x_125 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_115); -lean_dec(x_115); -if (x_125 == 0) +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (x_12 == 0) { -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_10, 0); +lean_dec(x_13); +x_14 = lean_box(0); +lean_ctor_set(x_10, 0, x_14); +return x_10; } else { -lean_object* x_127; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_127 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_127, 0, x_16); -return x_127; -} -} +lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_10, 1); +lean_inc(x_15); +lean_dec(x_10); +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; } } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; -lean_dec(x_107); -x_128 = lean_ctor_get(x_112, 0); -lean_inc(x_128); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - x_129 = x_112; -} else { - lean_dec_ref(x_112); - x_129 = lean_box(0); -} -if (lean_is_scalar(x_111)) { - x_130 = lean_alloc_ctor(0, 4, 0); -} else { - x_130 = x_111; -} -lean_ctor_set(x_130, 0, x_128); -lean_ctor_set(x_130, 1, x_108); -lean_ctor_set(x_130, 2, x_109); -lean_ctor_set(x_130, 3, x_110); -lean_inc(x_130); -x_131 = l_Lean_MacroScopesView_review(x_130); -x_132 = l_Lean_Name_isPrefixOf(x_2, x_131); -if (x_132 == 0) +uint8_t x_18; +x_18 = !lean_is_exclusive(x_11); +if (x_18 == 0) { -lean_object* x_133; -lean_dec(x_130); -lean_dec(x_129); -lean_dec(x_114); -lean_inc(x_2); -lean_inc(x_3); -x_133 = l_Lean_Elab_Term_resolveLocalName_go(x_16, x_3, x_131, x_2); -if (lean_obj_tag(x_133) == 0) +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_11, 0); +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +if (lean_obj_tag(x_20) == 0) { -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +uint8_t x_21; +x_21 = !lean_is_exclusive(x_10); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_10, 0); +lean_dec(x_22); +x_23 = lean_ctor_get(x_19, 0); +lean_inc(x_23); +lean_dec(x_19); +lean_ctor_set(x_11, 0, x_23); +return x_10; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_135 = lean_ctor_get(x_133, 0); -lean_inc(x_135); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - x_136 = x_133; -} else { - lean_dec_ref(x_133); - x_136 = lean_box(0); -} -if (lean_is_scalar(x_136)) { - x_137 = lean_alloc_ctor(1, 1, 0); -} else { - x_137 = x_136; -} -lean_ctor_set(x_137, 0, x_135); -return x_137; +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_10, 1); +lean_inc(x_24); +lean_dec(x_10); +x_25 = lean_ctor_get(x_19, 0); +lean_inc(x_25); +lean_dec(x_19); +lean_ctor_set(x_11, 0, x_25); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_11); +lean_ctor_set(x_26, 1, x_24); +return x_26; } } else { -uint8_t x_138; -lean_dec(x_131); -x_138 = l_Lean_MacroScopesView_isSuffixOf(x_114, x_3); -lean_dec(x_114); -if (x_138 == 0) +uint8_t x_27; +lean_dec(x_20); +lean_free_object(x_11); +lean_dec(x_19); +x_27 = !lean_is_exclusive(x_10); +if (x_27 == 0) { -lean_dec(x_130); -lean_dec(x_129); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_10, 0); +lean_dec(x_28); +x_29 = lean_box(0); +lean_ctor_set(x_10, 0, x_29); +return x_10; } else { -uint8_t x_140; -x_140 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_130); -lean_dec(x_130); -if (x_140 == 0) -{ -lean_dec(x_129); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_10, 1); +lean_inc(x_30); +lean_dec(x_10); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; +} +} } else { -lean_object* x_142; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -if (lean_is_scalar(x_129)) { - x_142 = lean_alloc_ctor(1, 1, 0); +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_11, 0); +lean_inc(x_33); +lean_dec(x_11); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +if (lean_obj_tag(x_34) == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_35 = lean_ctor_get(x_10, 1); +lean_inc(x_35); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_36 = x_10; +} else { + lean_dec_ref(x_10); + x_36 = lean_box(0); +} +x_37 = lean_ctor_get(x_33, 0); +lean_inc(x_37); +lean_dec(x_33); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +if (lean_is_scalar(x_36)) { + x_39 = lean_alloc_ctor(0, 2, 0); } else { - x_142 = x_129; + x_39 = x_36; } -lean_ctor_set(x_142, 0, x_16); -return x_142; +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_35); +return x_39; } +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_dec(x_34); +lean_dec(x_33); +x_40 = lean_ctor_get(x_10, 1); +lean_inc(x_40); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_41 = x_10; +} else { + lean_dec_ref(x_10); + x_41 = lean_box(0); } +x_42 = lean_box(0); +if (lean_is_scalar(x_41)) { + x_43 = lean_alloc_ctor(0, 2, 0); +} else { + x_43 = x_41; } +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_40); +return x_43; } } } } else { -lean_free_object(x_13); -lean_dec(x_16); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_44; lean_object* x_45; +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_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_8); +return x_45; } } } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_144; uint8_t x_145; -x_144 = lean_ctor_get(x_13, 0); -lean_inc(x_144); -lean_dec(x_13); -x_145 = l_Lean_LocalDecl_isAuxDecl(x_144); -if (x_145 == 0) +lean_object* x_10; lean_object* x_11; +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_1); +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; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_146; uint8_t x_147; -x_146 = l_Lean_LocalDecl_userName(x_144); -x_147 = lean_name_eq(x_146, x_5); -lean_dec(x_146); -if (x_147 == 0) +lean_object* x_11; lean_object* x_12; +lean_dec(x_3); +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_11 = l_Lean_Elab_Term_isLocalIdent_x3f(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 0) { -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +lean_dec(x_11); +x_14 = lean_box(0); +x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(x_2, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_15; } else { -lean_object* x_149; +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_11, 1); +lean_inc(x_16); +lean_dec(x_11); +x_17 = lean_ctor_get(x_12, 0); +lean_inc(x_17); lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_144); -return x_149; -} -} -else +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_18 = lean_infer_type(x_17, x_6, x_7, x_8, x_9, x_16); +if (lean_obj_tag(x_18) == 0) { -if (x_4 == 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); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_21 = l_Lean_Elab_Term_isMVarApp(x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_20); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = l_Lean_LocalDecl_fvarId(x_144); -x_151 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_150); -lean_dec(x_150); -if (lean_obj_tag(x_151) == 0) -{ -lean_object* x_152; uint8_t x_153; -x_152 = l_Lean_LocalDecl_userName(x_144); -x_153 = lean_name_eq(x_152, x_5); -lean_dec(x_152); -if (x_153 == 0) +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_unbox(x_22); +lean_dec(x_22); +if (x_23 == 0) { -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_21, 1); +lean_inc(x_24); +lean_dec(x_21); +x_25 = lean_box(0); +x_26 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(x_2, x_25, x_4, x_5, x_6, x_7, x_8, x_9, x_24); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_26; } else { -lean_object* x_155; -lean_dec(x_12); -lean_dec(x_3); +uint8_t x_27; +lean_dec(x_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_155 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_155, 0, x_144); -return x_155; -} +x_27 = !lean_is_exclusive(x_21); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_21, 0); +lean_dec(x_28); +x_29 = lean_box(2); +lean_ctor_set(x_21, 0, x_29); +return x_21; } 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; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_156 = lean_ctor_get(x_151, 0); -lean_inc(x_156); -if (lean_is_exclusive(x_151)) { - lean_ctor_release(x_151, 0); - x_157 = x_151; -} else { - lean_dec_ref(x_151); - x_157 = lean_box(0); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_21, 1); +lean_inc(x_30); +lean_dec(x_21); +x_31 = lean_box(2); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; } -x_158 = l_Lean_extractMacroScopes(x_156); -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -x_161 = lean_ctor_get(x_158, 2); -lean_inc(x_161); -x_162 = lean_ctor_get(x_158, 3); -lean_inc(x_162); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - lean_ctor_release(x_158, 2); - lean_ctor_release(x_158, 3); - x_163 = x_158; -} else { - lean_dec_ref(x_158); - x_163 = lean_box(0); } -lean_inc(x_159); -x_164 = lean_private_to_user_name(x_159); -x_165 = l_Lean_LocalDecl_userName(x_144); -x_166 = l_Lean_extractMacroScopes(x_165); -if (lean_obj_tag(x_164) == 0) -{ -lean_object* x_167; lean_object* x_168; uint8_t x_169; -if (lean_is_scalar(x_163)) { - x_167 = lean_alloc_ctor(0, 4, 0); -} else { - x_167 = x_163; } -lean_ctor_set(x_167, 0, x_159); -lean_ctor_set(x_167, 1, x_160); -lean_ctor_set(x_167, 2, x_161); -lean_ctor_set(x_167, 3, x_162); -lean_inc(x_167); -x_168 = l_Lean_MacroScopesView_review(x_167); -x_169 = l_Lean_Name_isPrefixOf(x_2, x_168); -if (x_169 == 0) +else { -lean_object* x_170; -lean_dec(x_167); -lean_dec(x_166); -lean_dec(x_157); -lean_inc(x_2); -lean_inc(x_3); -x_170 = l_Lean_Elab_Term_resolveLocalName_go(x_144, x_3, x_168, x_2); -if (lean_obj_tag(x_170) == 0) +uint8_t x_33; +lean_dec(x_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_33 = !lean_is_exclusive(x_21); +if (x_33 == 0) { -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +return x_21; } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -x_172 = lean_ctor_get(x_170, 0); -lean_inc(x_172); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - x_173 = x_170; -} else { - lean_dec_ref(x_170); - x_173 = lean_box(0); -} -if (lean_is_scalar(x_173)) { - x_174 = lean_alloc_ctor(1, 1, 0); -} else { - x_174 = x_173; -} -lean_ctor_set(x_174, 0, x_172); -return x_174; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_21, 0); +x_35 = lean_ctor_get(x_21, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_21); +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_175; -lean_dec(x_168); -x_175 = l_Lean_MacroScopesView_isSuffixOf(x_166, x_3); -lean_dec(x_166); -if (x_175 == 0) -{ -lean_dec(x_167); -lean_dec(x_157); -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; } else { -uint8_t x_177; -x_177 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_167); -lean_dec(x_167); -if (x_177 == 0) +uint8_t x_37; +lean_dec(x_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_37 = !lean_is_exclusive(x_18); +if (x_37 == 0) { -lean_dec(x_157); -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +return x_18; } else { -lean_object* x_179; -lean_dec(x_12); -lean_dec(x_3); -lean_dec(x_2); -if (lean_is_scalar(x_157)) { - x_179 = lean_alloc_ctor(1, 1, 0); -} else { - x_179 = x_157; +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; } -lean_ctor_set(x_179, 0, x_144); -return x_179; } } } } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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) { +_start: { -lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; uint8_t x_184; -lean_dec(x_159); -lean_dec(x_157); -x_180 = lean_ctor_get(x_164, 0); -lean_inc(x_180); -if (lean_is_exclusive(x_164)) { - lean_ctor_release(x_164, 0); - x_181 = x_164; -} else { - lean_dec_ref(x_164); - x_181 = lean_box(0); -} -if (lean_is_scalar(x_163)) { - x_182 = lean_alloc_ctor(0, 4, 0); -} else { - x_182 = x_163; -} -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_160); -lean_ctor_set(x_182, 2, x_161); -lean_ctor_set(x_182, 3, x_162); -lean_inc(x_182); -x_183 = l_Lean_MacroScopesView_review(x_182); -x_184 = l_Lean_Name_isPrefixOf(x_2, x_183); -if (x_184 == 0) +lean_object* x_11; +lean_dec(x_3); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_11 = l_Lean_Meta_whnfForall(x_1, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_185; -lean_dec(x_182); -lean_dec(x_181); -lean_dec(x_166); -lean_inc(x_2); -lean_inc(x_3); -x_185 = l_Lean_Elab_Term_resolveLocalName_go(x_144, x_3, x_183, x_2); -if (lean_obj_tag(x_185) == 0) +lean_object* x_12; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 7) { -x_7 = x_12; -x_8 = lean_box(0); -goto _start; -} -else +uint8_t x_13; +x_13 = !lean_is_exclusive(x_11); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_11, 1); +x_15 = lean_ctor_get(x_11, 0); +lean_dec(x_15); +x_16 = lean_ctor_get_uint8(x_12, sizeof(void*)*3 + 8); +x_17 = l_Lean_BinderInfo_isImplicit(x_16); +if (x_17 == 0) +{ +uint8_t x_18; +x_18 = l_Lean_BinderInfo_isInstImplicit(x_16); +if (x_18 == 0) { -lean_object* x_187; lean_object* x_188; lean_object* x_189; +lean_object* x_19; lean_dec(x_12); -lean_dec(x_3); +lean_dec(x_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_187 = lean_ctor_get(x_185, 0); -lean_inc(x_187); -if (lean_is_exclusive(x_185)) { - lean_ctor_release(x_185, 0); - x_188 = x_185; -} else { - lean_dec_ref(x_185); - x_188 = lean_box(0); -} -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(1, 1, 0); -} else { - x_189 = x_188; +x_19 = lean_box(0); +lean_ctor_set(x_11, 0, x_19); +return x_11; } -lean_ctor_set(x_189, 0, x_187); -return x_189; +else +{ +lean_object* x_20; lean_object* x_21; +lean_free_object(x_11); +x_20 = lean_box(0); +x_21 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_14); +return x_21; } } else { -uint8_t x_190; -lean_dec(x_183); -x_190 = l_Lean_MacroScopesView_isSuffixOf(x_166, x_3); -lean_dec(x_166); -if (x_190 == 0) -{ -lean_dec(x_182); -lean_dec(x_181); -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_22; lean_object* x_23; +lean_free_object(x_11); +x_22 = lean_box(0); +x_23 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_14); +return x_23; +} } else { -uint8_t x_192; -x_192 = l_Lean_MacroScopesView_isSuffixOf(x_3, x_182); -lean_dec(x_182); -if (x_192 == 0) +lean_object* x_24; uint8_t x_25; uint8_t x_26; +x_24 = lean_ctor_get(x_11, 1); +lean_inc(x_24); +lean_dec(x_11); +x_25 = lean_ctor_get_uint8(x_12, sizeof(void*)*3 + 8); +x_26 = l_Lean_BinderInfo_isImplicit(x_25); +if (x_26 == 0) { -lean_dec(x_181); -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; -} -else +uint8_t x_27; +x_27 = l_Lean_BinderInfo_isInstImplicit(x_25); +if (x_27 == 0) { -lean_object* x_194; +lean_object* x_28; lean_object* x_29; lean_dec(x_12); -lean_dec(x_3); +lean_dec(x_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); -if (lean_is_scalar(x_181)) { - x_194 = lean_alloc_ctor(1, 1, 0); -} else { - x_194 = x_181; -} -lean_ctor_set(x_194, 0, x_144); -return x_194; -} -} -} -} -} +x_28 = lean_box(0); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_24); +return x_29; } else { -lean_dec(x_144); -x_7 = x_12; -x_8 = lean_box(0); -goto _start; +lean_object* x_30; lean_object* x_31; +x_30 = lean_box(0); +x_31 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_24); +return x_31; } } +else +{ +lean_object* x_32; lean_object* x_33; +x_32 = lean_box(0); +x_33 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_32, x_4, x_5, x_6, x_7, x_8, x_9, x_24); +return x_33; } } } else { -lean_object* x_196; +uint8_t x_34; +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); -x_196 = lean_box(0); -return x_196; -} -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__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) { -_start: -{ -if (lean_obj_tag(x_6) == 0) +x_34 = !lean_is_exclusive(x_11); +if (x_34 == 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); -lean_dec(x_6); -x_8 = lean_array_get_size(x_7); -x_9 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__5(x_1, x_2, x_3, x_4, x_5, x_7, x_8, lean_box(0)); -lean_dec(x_7); -return x_9; +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_11, 0); +lean_dec(x_35); +x_36 = lean_box(0); +lean_ctor_set(x_11, 0, x_36); +return x_11; } 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_array_get_size(x_10); -x_12 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__6(x_1, x_2, x_3, x_4, x_5, x_10, x_11, lean_box(0)); -lean_dec(x_10); -return x_12; -} +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_11, 1); +lean_inc(x_37); +lean_dec(x_11); +x_38 = lean_box(0); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_37); +return x_39; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t 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_6, 1); -lean_inc(x_7); -x_8 = lean_array_get_size(x_7); -lean_inc(x_3); -lean_inc(x_2); -x_9 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3(x_1, x_2, x_3, x_4, x_5, x_7, x_8, lean_box(0)); -lean_dec(x_7); -if (lean_obj_tag(x_9) == 0) -{ -lean_object* x_10; lean_object* x_11; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(x_1, x_2, x_3, x_4, x_5, x_10); -return x_11; } else { -uint8_t x_12; +uint8_t x_40; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); lean_dec(x_6); -lean_dec(x_3); +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_2); -x_12 = !lean_is_exclusive(x_9); -if (x_12 == 0) +x_40 = !lean_is_exclusive(x_11); +if (x_40 == 0) { -return x_9; +return x_11; } else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_9, 0); -lean_inc(x_13); -lean_dec(x_9); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_13); -return x_14; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_11, 0); +x_42 = lean_ctor_get(x_11, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_11); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(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_Term_useImplicitLambda___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_5; uint8_t x_6; -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_eq(x_3, x_5); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_7 = lean_unsigned_to_nat(1u); -x_8 = lean_nat_sub(x_3, x_7); lean_dec(x_3); -x_9 = lean_array_fget(x_2, x_8); -if (lean_obj_tag(x_9) == 0) -{ -x_3 = x_8; -x_4 = lean_box(0); -goto _start; -} -else -{ -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); -x_13 = l_Lean_LocalDecl_isAuxDecl(x_12); -if (x_13 == 0) +if (lean_obj_tag(x_1) == 0) { -lean_free_object(x_9); -lean_dec(x_12); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; +lean_object* x_11; lean_object* 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_2); +x_11 = lean_box(0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_10); +return x_12; } else { -lean_object* x_15; uint8_t x_16; -x_15 = l_Lean_LocalDecl_userName(x_12); -x_16 = lean_name_eq(x_15, x_1); -lean_dec(x_15); -if (x_16 == 0) +lean_object* x_13; uint8_t x_14; +x_13 = lean_ctor_get(x_1, 0); +lean_inc(x_13); +lean_dec(x_1); +x_14 = l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation(x_13); +if (x_14 == 0) { -lean_free_object(x_9); -lean_dec(x_12); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; +lean_object* x_15; lean_object* x_16; +x_15 = lean_box(0); +x_16 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__3(x_13, x_2, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_16; } else { +lean_object* x_17; lean_object* x_18; +lean_dec(x_13); +lean_dec(x_9); lean_dec(x_8); -return x_9; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +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_10); +return x_18; } } } -else -{ -lean_object* x_18; uint8_t x_19; -x_18 = lean_ctor_get(x_9, 0); -lean_inc(x_18); -lean_dec(x_9); -x_19 = l_Lean_LocalDecl_isAuxDecl(x_18); -if (x_19 == 0) -{ -lean_dec(x_18); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda(lean_object* x_1, lean_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_21; uint8_t x_22; -x_21 = l_Lean_LocalDecl_userName(x_18); -x_22 = lean_name_eq(x_21, x_1); -lean_dec(x_21); -if (x_22 == 0) +uint8_t x_10; +lean_inc(x_1); +x_10 = l_Lean_Elab_Term_blockImplicitLambda(x_1); +if (x_10 == 0) { -lean_dec(x_18); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; +lean_object* x_11; lean_object* x_12; +x_11 = lean_box(0); +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__4(x_2, x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_12; } else { -lean_object* x_24; +lean_object* x_13; lean_object* x_14; lean_dec(x_8); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_18); -return x_24; -} -} -} -} -} -else -{ -lean_object* x_25; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_3); -x_25 = lean_box(0); -return x_25; +lean_dec(x_2); +lean_dec(x_1); +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_9); +return x_14; } } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10(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_Term_useImplicitLambda___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: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_eq(x_3, x_5); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = lean_unsigned_to_nat(1u); -x_8 = lean_nat_sub(x_3, x_7); -lean_dec(x_3); -x_9 = lean_array_fget(x_2, x_8); -x_10 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(x_1, x_9); -if (lean_obj_tag(x_10) == 0) -{ -x_3 = x_8; -x_4 = lean_box(0); -goto _start; -} -else -{ +lean_object* x_10; +x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); -return x_10; -} -} -else -{ -lean_object* x_12; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_3); -x_12 = lean_box(0); -return x_12; -} +lean_dec(x_2); +return x_10; } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_eq(x_3, x_5); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_7 = lean_unsigned_to_nat(1u); -x_8 = lean_nat_sub(x_3, x_7); -lean_dec(x_3); -x_9 = lean_array_fget(x_2, x_8); -if (lean_obj_tag(x_9) == 0) +uint8_t x_13; +x_13 = lean_usize_dec_lt(x_4, x_3); +if (x_13 == 0) { -x_3 = x_8; -x_4 = lean_box(0); -goto _start; +lean_object* x_14; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_1); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_5); +lean_ctor_set(x_14, 1, x_12); +return x_14; } else { -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); -x_13 = l_Lean_LocalDecl_isAuxDecl(x_12); -if (x_13 == 0) +lean_object* x_15; lean_object* x_16; +x_15 = lean_array_uget(x_2, x_4); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_15); +x_16 = lean_infer_type(x_15, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_16) == 0) { -lean_free_object(x_9); -lean_dec(x_12); -x_3 = x_8; -x_4 = lean_box(0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; +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_MessageData_ofExpr(x_15); +lean_inc(x_1); +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_1); +lean_ctor_set(x_20, 1, x_19); +x_21 = l_Lean_Elab_Term_mkCoe___closed__5; +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_MessageData_ofExpr(x_17); +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +lean_inc(x_1); +x_25 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_1); +x_26 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_25, x_8, x_9, x_10, x_11, x_18); +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); +lean_inc(x_1); +x_29 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_29, 0, x_1); +lean_ctor_set(x_29, 1, x_5); +lean_inc(x_1); +x_30 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_1); +x_31 = l_Lean_indentD(x_27); +x_32 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_32, 0, x_30); +lean_ctor_set(x_32, 1, x_31); +lean_inc(x_1); +x_33 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_1); +x_34 = 1; +x_35 = lean_usize_add(x_4, x_34); +x_4 = x_35; +x_5 = x_33; +x_12 = x_28; goto _start; } else { -lean_object* x_15; uint8_t x_16; -x_15 = l_Lean_LocalDecl_userName(x_12); -x_16 = lean_name_eq(x_15, x_1); +uint8_t x_37; lean_dec(x_15); -if (x_16 == 0) +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_5); +lean_dec(x_1); +x_37 = !lean_is_exclusive(x_16); +if (x_37 == 0) { -lean_free_object(x_9); -lean_dec(x_12); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; +return x_16; } else { -lean_dec(x_8); -return x_9; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_16, 0); +x_39 = lean_ctor_get(x_16, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_16); +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 -{ -lean_object* x_18; uint8_t x_19; -x_18 = lean_ctor_get(x_9, 0); -lean_inc(x_18); -lean_dec(x_9); -x_19 = l_Lean_LocalDecl_isAuxDecl(x_18); -if (x_19 == 0) -{ -lean_dec(x_18); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; } -else -{ -lean_object* x_21; uint8_t x_22; -x_21 = l_Lean_LocalDecl_userName(x_18); -x_22 = lean_name_eq(x_21, x_1); -lean_dec(x_21); -if (x_22 == 0) -{ -lean_dec(x_18); -x_3 = x_8; -x_4 = lean_box(0); -goto _start; } -else +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__1() { +_start: { -lean_object* x_24; -lean_dec(x_8); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_18); -return x_24; -} -} -} +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("\nthe following variables have been introduced by the implicit lambda feature", 76); +return x_1; } } -else +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2() { +_start: { -lean_object* x_25; -lean_dec(x_3); -x_25 = lean_box(0); -return x_25; -} +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__3() { _start: { -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10(x_1, x_3, x_4, lean_box(0)); -lean_dec(x_3); -return x_5; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("\nyou can disable implict lambdas using `@` or writing a lambda expression with `{}` or `[]` binder annotations.", 111); +return x_1; } -else -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_6 = lean_ctor_get(x_2, 0); -lean_inc(x_6); -lean_dec(x_2); -x_7 = lean_array_get_size(x_6); -x_8 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(x_1, x_6, x_7, lean_box(0)); -lean_dec(x_6); -return x_8; } +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(lean_object* x_1, lean_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_3; lean_object* x_4; lean_object* x_5; -x_3 = lean_ctor_get(x_2, 1); -lean_inc(x_3); -x_4 = lean_array_get_size(x_3); -x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(x_1, x_3, x_4, lean_box(0)); -lean_dec(x_3); -if (lean_obj_tag(x_5) == 0) -{ -lean_object* x_6; lean_object* x_7; -x_6 = lean_ctor_get(x_2, 0); -lean_inc(x_6); -lean_dec(x_2); -x_7 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(x_1, x_6); -return x_7; -} -else +if (lean_obj_tag(x_1) == 0) { -uint8_t x_8; -lean_dec(x_2); -x_8 = !lean_is_exclusive(x_5); -if (x_8 == 0) +uint8_t x_10; +x_10 = !lean_is_exclusive(x_1); +if (x_10 == 0) { -return x_5; +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_1, 0); +x_12 = lean_ctor_get(x_1, 1); +x_13 = l_Array_isEmpty___rarg(x_2); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* 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; +x_14 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +x_15 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +x_16 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2; +x_17 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +x_18 = lean_array_get_size(x_2); +x_19 = lean_usize_of_nat(x_18); +lean_dec(x_18); +x_20 = 0; +x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(x_14, x_2, x_19, x_20, x_17, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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; lean_object* x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_14); +lean_ctor_set(x_24, 1, x_23); +x_25 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +lean_ctor_set(x_1, 1, x_26); +lean_ctor_set(x_21, 0, x_1); +return x_21; } else { -lean_object* x_9; lean_object* x_10; -x_9 = lean_ctor_get(x_5, 0); -lean_inc(x_9); -lean_dec(x_5); -x_10 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_10, 0, x_9); -return x_10; -} -} +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_27 = lean_ctor_get(x_21, 0); +x_28 = lean_ctor_get(x_21, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_21); +x_29 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_29, 0, x_14); +lean_ctor_set(x_29, 1, x_27); +x_30 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___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); +lean_ctor_set(x_1, 1, x_31); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_1); +lean_ctor_set(x_32, 1, x_28); +return x_32; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_t x_5) { -_start: -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; -lean_inc(x_4); -x_6 = l_Lean_MacroScopesView_review(x_4); -x_7 = lean_ctor_get(x_1, 1); -lean_inc(x_7); -lean_dec(x_1); -lean_inc(x_7); -x_8 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__2(x_2, x_3, x_4, x_5, x_6, x_7); -lean_dec(x_2); -if (lean_obj_tag(x_8) == 0) +else { -if (x_5 == 0) +uint8_t x_33; +lean_free_object(x_1); +lean_dec(x_11); +x_33 = !lean_is_exclusive(x_21); +if (x_33 == 0) { -lean_object* x_9; -x_9 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7(x_6, x_7); -lean_dec(x_6); -return x_9; +return x_21; } else { -lean_dec(x_7); -lean_dec(x_6); -return x_8; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_21, 0); +x_35 = lean_ctor_get(x_21, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_21); +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_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_8; -} +lean_dec(x_5); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_1); +lean_ctor_set(x_37, 1, x_9); +return x_37; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName(lean_object* x_1, lean_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: +else { -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; lean_object* x_17; -x_9 = lean_ctor_get(x_4, 1); -lean_inc(x_9); -x_10 = lean_ctor_get(x_2, 1); -lean_inc(x_10); -x_11 = lean_ctor_get(x_6, 6); -lean_inc(x_11); -x_12 = l_Lean_extractMacroScopes(x_1); -x_13 = lean_alloc_closure((void*)(l_Lean_Elab_Term_resolveLocalName___lambda__1___boxed), 5, 3); -lean_closure_set(x_13, 0, x_9); -lean_closure_set(x_13, 1, x_10); -lean_closure_set(x_13, 2, x_11); -x_14 = lean_ctor_get(x_12, 0); -lean_inc(x_14); -x_15 = lean_box(0); -x_16 = 0; -x_17 = l_Lean_Elab_Term_resolveLocalName_loop(x_12, x_13, x_14, x_15, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_17; +lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_38 = lean_ctor_get(x_1, 0); +x_39 = lean_ctor_get(x_1, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_1); +x_40 = l_Array_isEmpty___rarg(x_2); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; size_t x_46; size_t x_47; lean_object* x_48; +x_41 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_39); +x_43 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2; +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 = lean_array_get_size(x_2); +x_46 = lean_usize_of_nat(x_45); +lean_dec(x_45); +x_47 = 0; +x_48 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(x_41, x_2, x_46, x_47, x_44, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_48) == 0) +{ +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_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +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); +} +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_41); +lean_ctor_set(x_52, 1, x_49); +x_53 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4; +x_54 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_38); +lean_ctor_set(x_55, 1, x_54); +if (lean_is_scalar(x_51)) { + x_56 = lean_alloc_ctor(0, 2, 0); +} else { + x_56 = x_51; } +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_50); +return x_56; } -LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_Lean_RBNode_find___at_Lean_Elab_Term_resolveLocalName___spec__1(x_1, x_2); -lean_dec(x_2); -lean_dec(x_1); -return x_3; +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +lean_dec(x_38); +x_57 = lean_ctor_get(x_48, 0); +lean_inc(x_57); +x_58 = lean_ctor_get(x_48, 1); +lean_inc(x_58); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + lean_ctor_release(x_48, 1); + x_59 = x_48; +} else { + lean_dec_ref(x_48); + x_59 = lean_box(0); } +if (lean_is_scalar(x_59)) { + x_60 = lean_alloc_ctor(1, 2, 0); +} else { + x_60 = x_59; } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -uint8_t x_9; lean_object* x_10; -x_9 = lean_unbox(x_4); -lean_dec(x_4); -x_10 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__3(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -return x_10; +lean_ctor_set(x_60, 0, x_57); +lean_ctor_set(x_60, 1, x_58); +return x_60; } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___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: +else { -uint8_t x_9; lean_object* x_10; -x_9 = lean_unbox(x_4); -lean_dec(x_4); -x_10 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__5(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); +lean_object* x_61; lean_object* x_62; +lean_dec(x_8); +lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); -return x_10; +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_38); +lean_ctor_set(x_61, 1, x_39); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_9); +return x_62; } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__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) { -_start: +} +else { -uint8_t x_9; lean_object* x_10; -x_9 = lean_unbox(x_4); -lean_dec(x_4); -x_10 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__6(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); +lean_object* x_63; +lean_dec(x_8); +lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); -return x_10; -} +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_1); +lean_ctor_set(x_63, 1, x_9); +return x_63; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { -_start: -{ -uint8_t x_7; lean_object* x_8; -x_7 = lean_unbox(x_4); -lean_dec(x_4); -x_8 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__4(x_1, x_2, x_3, x_7, x_5, x_6); -lean_dec(x_5); -lean_dec(x_1); -return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___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_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___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: { -uint8_t x_7; lean_object* x_8; -x_7 = lean_unbox(x_4); +size_t x_13; size_t x_14; lean_object* x_15; +x_13 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_14 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__2(x_1, x_2, x_3, x_7, x_5, x_6); -lean_dec(x_5); -lean_dec(x_1); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8___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_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__8(x_1, x_2, x_3, x_4); +x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_2); -lean_dec(x_1); -return x_5; +return x_15; } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10___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_Term_decorateErrorMessageWithLambdaImplicitVars___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_5; -x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__10(x_1, x_2, x_3, x_4); +lean_object* x_10; +x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -return x_5; +return x_10; } } -LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11___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_Term_elabImplicitLambdaAux___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_5; -x_5 = l_Array_findSomeRevM_x3f_find___at_Lean_Elab_Term_resolveLocalName___spec__11(x_1, x_2, x_3, x_4); -lean_dec(x_2); -lean_dec(x_1); -return x_5; +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_box(0); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_1); +lean_ctor_set(x_11, 1, x_10); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_9); +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9___boxed(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__1() { _start: { -lean_object* x_3; -x_3 = l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Elab_Term_resolveLocalName___spec__9(x_1, x_2); -lean_dec(x_1); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("implicitForall", 14); +return x_1; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7___boxed(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2() { _start: { -lean_object* x_3; -x_3 = l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Elab_Term_resolveLocalName___spec__7(x_1, x_2); -lean_dec(x_1); +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__1; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_resolveLocalName___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_5); -lean_dec(x_5); -x_7 = l_Lean_Elab_Term_resolveLocalName___lambda__1(x_1, x_2, x_3, x_4, x_6); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_Term_isLocalIdent_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -if (lean_obj_tag(x_1) == 3) +lean_object* x_12; lean_object* x_13; lean_object* x_17; lean_object* x_18; +x_17 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_17, 0, x_3); +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_17); +x_18 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(x_1, x_17, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_1, 2); +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +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 = lean_box(0); +lean_inc(x_10); lean_inc(x_9); -lean_dec(x_1); -x_10 = l_Lean_Elab_Term_resolveLocalName(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); -if (lean_obj_tag(x_11) == 0) +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +x_22 = l_Lean_Elab_Term_ensureHasType(x_17, x_19, x_21, x_21, x_5, x_6, x_7, x_8, x_9, x_10, x_20); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_26; uint8_t x_27; lean_object* x_28; +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 = 0; +x_26 = 1; +x_27 = 1; +lean_inc(x_4); +x_28 = l_Lean_Meta_mkLambdaFVars(x_4, x_23, x_25, x_26, x_27, x_7, x_8, x_9, x_10, x_24); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_10, 0); -lean_dec(x_13); -x_14 = lean_box(0); -lean_ctor_set(x_10, 0, x_14); -return x_10; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +lean_dec(x_4); +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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2; +x_32 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_unbox(x_33); +lean_dec(x_33); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_35 = lean_ctor_get(x_32, 1); +lean_inc(x_35); +lean_dec(x_32); +x_36 = lean_box(0); +x_37 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(x_29, x_36, x_5, x_6, x_7, x_8, x_9, x_10, x_35); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +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_12 = x_38; +x_13 = x_39; +goto block_16; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); +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_40 = lean_ctor_get(x_32, 1); +lean_inc(x_40); +lean_dec(x_32); +lean_inc(x_29); +x_41 = l_Lean_MessageData_ofExpr(x_29); +x_42 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_31, x_41, x_5, x_6, x_7, x_8, x_9, x_10, x_40); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(x_29, x_43, x_5, x_6, x_7, x_8, x_9, x_10, x_44); lean_dec(x_10); -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_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_43); +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_12 = x_46; +x_13 = x_47; +goto block_16; } } else { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_11); -if (x_18 == 0) +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_28, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_28, 1); +lean_inc(x_49); +lean_dec(x_28); +x_50 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_49); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +if (lean_obj_tag(x_50) == 0) { -lean_object* x_19; lean_object* x_20; -x_19 = lean_ctor_get(x_11, 0); -x_20 = lean_ctor_get(x_19, 1); -lean_inc(x_20); -if (lean_obj_tag(x_20) == 0) +uint8_t x_51; +x_51 = !lean_is_exclusive(x_50); +if (x_51 == 0) { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_10); -if (x_21 == 0) +lean_ctor_set_tag(x_50, 1); +return x_50; +} +else { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_10, 0); -lean_dec(x_22); -x_23 = lean_ctor_get(x_19, 0); -lean_inc(x_23); -lean_dec(x_19); -lean_ctor_set(x_11, 0, x_23); -return x_10; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_50, 0); +x_53 = lean_ctor_get(x_50, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_50); +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; +} } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_10, 1); -lean_inc(x_24); -lean_dec(x_10); -x_25 = lean_ctor_get(x_19, 0); -lean_inc(x_25); -lean_dec(x_19); -lean_ctor_set(x_11, 0, x_25); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_11); -lean_ctor_set(x_26, 1, x_24); -return x_26; +uint8_t x_55; +x_55 = !lean_is_exclusive(x_50); +if (x_55 == 0) +{ +return x_50; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_50, 0); +x_57 = lean_ctor_get(x_50, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_50); +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; +} +} } } else { -uint8_t x_27; -lean_dec(x_20); -lean_free_object(x_11); -lean_dec(x_19); -x_27 = !lean_is_exclusive(x_10); -if (x_27 == 0) +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_22, 0); +lean_inc(x_59); +x_60 = lean_ctor_get(x_22, 1); +lean_inc(x_60); +lean_dec(x_22); +x_61 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(x_59, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_60); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_10, 0); -lean_dec(x_28); -x_29 = lean_box(0); -lean_ctor_set(x_10, 0, x_29); -return x_10; +uint8_t x_62; +x_62 = !lean_is_exclusive(x_61); +if (x_62 == 0) +{ +lean_ctor_set_tag(x_61, 1); +return x_61; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_10, 1); -lean_inc(x_30); -lean_dec(x_10); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; -} +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_61, 0); +x_64 = lean_ctor_get(x_61, 1); +lean_inc(x_64); +lean_inc(x_63); +lean_dec(x_61); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; } } else { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_11, 0); -lean_inc(x_33); -lean_dec(x_11); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -if (lean_obj_tag(x_34) == 0) +uint8_t x_66; +x_66 = !lean_is_exclusive(x_61); +if (x_66 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_35 = lean_ctor_get(x_10, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_10)) { - lean_ctor_release(x_10, 0); - lean_ctor_release(x_10, 1); - x_36 = x_10; -} else { - lean_dec_ref(x_10); - x_36 = lean_box(0); +return x_61; +} +else +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_61, 0); +x_68 = lean_ctor_get(x_61, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_61); +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_37 = lean_ctor_get(x_33, 0); -lean_inc(x_37); -lean_dec(x_33); -x_38 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_38, 0, x_37); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); -} else { - x_39 = x_36; } -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -return x_39; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; -lean_dec(x_34); -lean_dec(x_33); -x_40 = lean_ctor_get(x_10, 1); -lean_inc(x_40); -if (lean_is_exclusive(x_10)) { - lean_ctor_release(x_10, 0); - lean_ctor_release(x_10, 1); - x_41 = x_10; -} else { - lean_dec_ref(x_10); - x_41 = lean_box(0); +uint8_t x_70; +lean_dec(x_17); +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); +x_70 = !lean_is_exclusive(x_18); +if (x_70 == 0) +{ +return x_18; } -x_42 = lean_box(0); -if (lean_is_scalar(x_41)) { - x_43 = lean_alloc_ctor(0, 2, 0); -} else { - x_43 = x_41; +else +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_18, 0); +x_72 = lean_ctor_get(x_18, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_18); +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; } -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_40); -return x_43; } +block_16: +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +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 +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___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: { -lean_object* x_44; lean_object* x_45; +lean_object* x_10; +x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_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_8); -return x_45; +return x_10; } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___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: +{ +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_2); +lean_dec(x_2); +x_13 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_13; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -lean_object* x_10; lean_object* x_11; -x_10 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_10, 0, x_1); -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; +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_expr_instantiate1(x_1, x_5); +lean_dec(x_1); +x_14 = lean_array_push(x_2, x_5); +x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(x_3, x_4, x_13, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_15; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2(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_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14) { _start: { -lean_object* x_11; lean_object* x_12; -lean_dec(x_3); +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; +x_15 = lean_st_ref_get(x_13, x_14); +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_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +x_19 = lean_environment_main_module(x_18); +x_20 = lean_ctor_get(x_12, 10); +lean_inc(x_20); +x_21 = l_Lean_addMacroScope(x_19, x_1, x_20); +x_22 = lean_box(x_5); +x_23 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1___boxed), 12, 4); +lean_closure_set(x_23, 0, x_2); +lean_closure_set(x_23, 1, x_3); +lean_closure_set(x_23, 2, x_4); +lean_closure_set(x_23, 3, x_22); +x_24 = 0; +x_25 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_21, x_6, x_7, x_23, x_24, x_8, x_9, x_10, x_11, x_12, x_13, x_17); +return x_25; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +_start: +{ +lean_object* x_12; +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_11 = l_Lean_Elab_Term_isLocalIdent_x3f(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); +lean_inc(x_3); +x_12 = l_Lean_Meta_whnfForall(x_3, x_7, x_8, x_9, x_10, x_11); if (lean_obj_tag(x_12) == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_11, 1); +lean_object* x_13; +x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); -lean_dec(x_11); -x_14 = lean_box(0); -x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(x_2, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_15; -} -else +if (lean_obj_tag(x_13) == 7) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_11, 1); +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_19; +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_13, 1); lean_inc(x_16); -lean_dec(x_11); -x_17 = lean_ctor_get(x_12, 0); +x_17 = lean_ctor_get(x_13, 2); lean_inc(x_17); -lean_dec(x_12); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_18 = lean_infer_type(x_17, x_6, x_7, x_8, x_9, x_16); -if (lean_obj_tag(x_18) == 0) +x_18 = lean_ctor_get_uint8(x_13, sizeof(void*)*3 + 8); +lean_dec(x_13); +x_19 = l_Lean_BinderInfo_isExplicit(x_18); +if (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_inc(x_20); -lean_dec(x_18); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_21 = l_Lean_Elab_Term_isMVarApp(x_19, x_4, x_5, x_6, x_7, x_8, x_9, x_20); -if (lean_obj_tag(x_21) == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_dec(x_3); +x_20 = lean_box(x_2); +x_21 = lean_box(x_18); +x_22 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2___boxed), 14, 11); +lean_closure_set(x_22, 0, x_15); +lean_closure_set(x_22, 1, x_17); +lean_closure_set(x_22, 2, x_4); +lean_closure_set(x_22, 3, x_1); +lean_closure_set(x_22, 4, x_20); +lean_closure_set(x_22, 5, x_21); +lean_closure_set(x_22, 6, x_16); +lean_closure_set(x_22, 7, x_5); +lean_closure_set(x_22, 8, x_6); +lean_closure_set(x_22, 9, x_7); +lean_closure_set(x_22, 10, x_8); +x_23 = l_Lean_Core_withFreshMacroScope___rarg(x_22, x_9, x_10, x_14); +return x_23; +} +else { -lean_object* x_22; uint8_t x_23; -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -x_23 = lean_unbox(x_22); -lean_dec(x_22); -if (x_23 == 0) +lean_object* x_24; +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +x_24 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +return x_24; +} +} +else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_dec(x_21); -x_25 = lean_box(0); -x_26 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(x_2, x_25, x_4, x_5, x_6, x_7, x_8, x_9, x_24); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_25; lean_object* x_26; +lean_dec(x_13); +x_25 = lean_ctor_get(x_12, 1); +lean_inc(x_25); +lean_dec(x_12); +x_26 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_25); return x_26; } +} else { uint8_t x_27; +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_27 = !lean_is_exclusive(x_21); +lean_dec(x_3); +lean_dec(x_1); +x_27 = !lean_is_exclusive(x_12); if (x_27 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_21, 0); -lean_dec(x_28); -x_29 = lean_box(2); -lean_ctor_set(x_21, 0, x_29); -return x_21; +return x_12; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_21, 1); -lean_inc(x_30); -lean_dec(x_21); -x_31 = lean_box(2); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; +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; } } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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: { -uint8_t x_33; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_4); lean_dec(x_4); -lean_dec(x_2); -x_33 = !lean_is_exclusive(x_21); -if (x_33 == 0) -{ -return x_21; +x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_14; } -else -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_21, 0); -x_35 = lean_ctor_get(x_21, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_21); -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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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) { +_start: +{ +uint8_t x_15; uint8_t x_16; lean_object* x_17; +x_15 = lean_unbox(x_5); +lean_dec(x_5); +x_16 = lean_unbox(x_6); +lean_dec(x_6); +x_17 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +return x_17; } } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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: { -uint8_t x_37; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_2); lean_dec(x_2); -x_37 = !lean_is_exclusive(x_18); -if (x_37 == 0) -{ -return x_18; +x_13 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_13; } -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; } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +_start: +{ +lean_object* x_11; lean_object* x_12; +x_11 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(x_1, x_2, x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_12; } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda___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; lean_object* x_12; +x_11 = lean_unbox(x_2); +lean_dec(x_2); +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_12; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { _start: { -lean_object* x_11; -lean_dec(x_3); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_11 = l_Lean_Meta_whnfForall(x_1, x_6, x_7, x_8, x_9, x_10); -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) == 7) +if (lean_obj_tag(x_1) == 0) { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_11); -if (x_13 == 0) +lean_object* x_9; lean_object* x_10; +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_8); +return x_10; +} +else { -lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; +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; +x_11 = lean_ctor_get(x_1, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_1, 1); +lean_inc(x_12); +lean_dec(x_1); +x_13 = lean_ctor_get(x_11, 0); +lean_inc(x_13); x_14 = lean_ctor_get(x_11, 1); -x_15 = lean_ctor_get(x_11, 0); -lean_dec(x_15); -x_16 = lean_ctor_get_uint8(x_12, sizeof(void*)*3 + 8); -x_17 = l_Lean_BinderInfo_isImplicit(x_16); +lean_inc(x_14); +lean_dec(x_11); +lean_inc(x_13); +x_15 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_13, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +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) { -uint8_t x_18; -x_18 = l_Lean_BinderInfo_isInstImplicit(x_16); -if (x_18 == 0) -{ -lean_object* x_19; -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_2); -x_19 = lean_box(0); -lean_ctor_set(x_11, 0, x_19); -return x_11; +lean_object* x_18; +lean_dec(x_14); +lean_dec(x_13); +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_dec(x_15); +x_1 = x_12; +x_8 = x_18; +goto _start; } else { -lean_object* x_20; lean_object* x_21; -lean_free_object(x_11); -x_20 = lean_box(0); -x_21 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_14); -return x_21; +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_15, 1); +lean_inc(x_20); +lean_dec(x_15); +x_21 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_21, 0, x_14); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_21); +x_23 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_13, x_22, x_2, x_3, x_4, x_5, x_6, x_7, x_20); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_1 = x_12; +x_8 = x_24; +goto _start; } } -else -{ -lean_object* x_22; lean_object* x_23; -lean_free_object(x_11); -x_22 = lean_box(0); -x_23 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_22, x_4, x_5, x_6, x_7, x_8, x_9, x_14); -return x_23; } } -else -{ -lean_object* x_24; uint8_t x_25; uint8_t x_26; -x_24 = lean_ctor_get(x_11, 1); -lean_inc(x_24); -lean_dec(x_11); -x_25 = lean_ctor_get_uint8(x_12, sizeof(void*)*3 + 8); -x_26 = l_Lean_BinderInfo_isImplicit(x_25); -if (x_26 == 0) -{ -uint8_t x_27; -x_27 = l_Lean_BinderInfo_isInstImplicit(x_25); -if (x_27 == 0) +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -lean_object* x_28; lean_object* x_29; +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_9 = lean_ctor_get(x_6, 5); +x_10 = lean_ctor_get(x_2, 2); +lean_inc(x_10); +lean_inc(x_10); +x_11 = l_Lean_Elab_getBetterRef(x_9, x_10); +x_12 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +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); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +x_15 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(x_13, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_14); lean_dec(x_2); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_24); -return x_29; -} -else +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = lean_box(0); -x_31 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_24); -return x_31; -} +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_11); +lean_ctor_set(x_18, 1, x_17); +lean_ctor_set_tag(x_15, 1); +lean_ctor_set(x_15, 0, x_18); +return x_15; } else { -lean_object* x_32; lean_object* x_33; -x_32 = lean_box(0); -x_33 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__2(x_2, x_12, x_32, x_4, x_5, x_6, x_7, x_8, x_9, x_24); -return x_33; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_15, 0); +x_20 = lean_ctor_get(x_15, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_15); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_11); +lean_ctor_set(x_21, 1, x_19); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +return x_22; } } } -else +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -uint8_t x_34; -lean_dec(x_12); -lean_dec(x_9); +uint8_t x_10; +x_10 = !lean_is_exclusive(x_7); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 5); +x_12 = l_Lean_replaceRef(x_1, x_11); +lean_dec(x_11); +lean_dec(x_1); +lean_ctor_set(x_7, 5, x_12); +x_13 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__4(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_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_34 = !lean_is_exclusive(x_11); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_11, 0); -lean_dec(x_35); -x_36 = lean_box(0); -lean_ctor_set(x_11, 0, x_36); -return x_11; -} -else -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_11, 1); -lean_inc(x_37); -lean_dec(x_11); -x_38 = lean_box(0); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_37); -return x_39; -} -} +return x_13; } else { -uint8_t x_40; -lean_dec(x_9); -lean_dec(x_8); +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; +x_14 = lean_ctor_get(x_7, 0); +x_15 = lean_ctor_get(x_7, 1); +x_16 = lean_ctor_get(x_7, 2); +x_17 = lean_ctor_get(x_7, 3); +x_18 = lean_ctor_get(x_7, 4); +x_19 = lean_ctor_get(x_7, 5); +x_20 = lean_ctor_get(x_7, 6); +x_21 = lean_ctor_get(x_7, 7); +x_22 = lean_ctor_get(x_7, 8); +x_23 = lean_ctor_get(x_7, 9); +x_24 = lean_ctor_get(x_7, 10); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); lean_dec(x_7); +x_25 = l_Lean_replaceRef(x_1, x_19); +lean_dec(x_19); +lean_dec(x_1); +x_26 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_26, 0, x_14); +lean_ctor_set(x_26, 1, x_15); +lean_ctor_set(x_26, 2, x_16); +lean_ctor_set(x_26, 3, x_17); +lean_ctor_set(x_26, 4, x_18); +lean_ctor_set(x_26, 5, x_25); +lean_ctor_set(x_26, 6, x_20); +lean_ctor_set(x_26, 7, x_21); +lean_ctor_set(x_26, 8, x_22); +lean_ctor_set(x_26, 9, x_23); +lean_ctor_set(x_26, 10, x_24); +x_27 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__4(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); +lean_dec(x_8); +lean_dec(x_26); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_2); -x_40 = !lean_is_exclusive(x_11); -if (x_40 == 0) +return x_27; +} +} +} +static lean_object* _init_l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_maxRecDepthErrorMessage; +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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2; +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_9); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_8); return x_11; } -else +} +static lean_object* _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1() { +_start: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_11, 0); -x_42 = lean_ctor_get(x_11, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_11); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +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_Term_elabUsingElabFnsAux___lambda__1___closed__1; +x_3 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; } } +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___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_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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) { _start: { -lean_dec(x_3); -if (lean_obj_tag(x_1) == 0) +lean_object* x_7; +x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg), 1, 0); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_11; lean_object* x_12; -lean_dec(x_9); +lean_object* x_5; lean_object* x_6; +x_5 = l_Lean_Elab_expandMacroImpl_x3f(x_1, x_2, x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +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); lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +x_9 = lean_box(0); +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, 1); +lean_inc(x_10); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); x_11 = lean_box(0); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); return x_12; } +} else { -lean_object* x_13; uint8_t x_14; -x_13 = lean_ctor_get(x_1, 0); -lean_inc(x_13); -lean_dec(x_1); -x_14 = l_Lean_Elab_Term_hasNoImplicitLambdaAnnotation(x_13); -if (x_14 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_6); +if (x_13 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_box(0); -x_16 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__3(x_13, x_2, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_16; -} -else +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_6, 0); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_17; lean_object* x_18; -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_16; uint8_t x_17; +lean_free_object(x_6); +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -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_10); +x_17 = !lean_is_exclusive(x_15); +if (x_17 == 0) +{ +lean_object* x_18; +x_18 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_15, x_3, x_16); +lean_dec(x_15); return x_18; } +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_20, 0, x_19); +x_21 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_20, x_3, x_16); +lean_dec(x_20); +return x_21; } } -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda(lean_object* x_1, lean_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: +else { -uint8_t x_10; -lean_inc(x_1); -x_10 = l_Lean_Elab_Term_blockImplicitLambda(x_1); -if (x_10 == 0) +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_5, 1); +lean_inc(x_22); +lean_dec(x_5); +x_23 = !lean_is_exclusive(x_15); +if (x_23 == 0) { -lean_object* x_11; lean_object* x_12; -x_11 = lean_box(0); -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__4(x_2, x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_12; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_15, 0); +lean_ctor_set(x_6, 0, x_24); +lean_ctor_set(x_15, 0, x_6); +x_25 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_15, x_3, x_22); +lean_dec(x_15); +return x_25; } else { -lean_object* x_13; lean_object* x_14; -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_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_9); -return x_14; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_15, 0); +lean_inc(x_26); +lean_dec(x_15); +lean_ctor_set(x_6, 0, x_26); +x_27 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_27, 0, x_6); +x_28 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_27, x_3, x_22); +lean_dec(x_27); +return x_28; } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___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: +else { -lean_object* x_10; -x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_7); +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_6, 0); +lean_inc(x_29); lean_dec(x_6); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +if (lean_obj_tag(x_30) == 0) +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_31 = lean_ctor_get(x_5, 1); +lean_inc(x_31); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_10; +x_32 = lean_ctor_get(x_30, 0); +lean_inc(x_32); +if (lean_is_exclusive(x_30)) { + lean_ctor_release(x_30, 0); + x_33 = x_30; +} else { + lean_dec_ref(x_30); + x_33 = lean_box(0); } +if (lean_is_scalar(x_33)) { + x_34 = lean_alloc_ctor(0, 1, 0); +} else { + x_34 = x_33; } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: -{ -uint8_t x_13; -x_13 = lean_usize_dec_lt(x_4, x_3); -if (x_13 == 0) +lean_ctor_set(x_34, 0, x_32); +x_35 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_34, x_3, x_31); +lean_dec(x_34); +return x_35; +} +else { -lean_object* x_14; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_1); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_5); -lean_ctor_set(x_14, 1, x_12); -return x_14; +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_5, 1); +lean_inc(x_36); +lean_dec(x_5); +x_37 = lean_ctor_get(x_30, 0); +lean_inc(x_37); +if (lean_is_exclusive(x_30)) { + lean_ctor_release(x_30, 0); + x_38 = x_30; +} else { + lean_dec_ref(x_30); + x_38 = lean_box(0); } -else +x_39 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_39, 0, x_37); +if (lean_is_scalar(x_38)) { + x_40 = lean_alloc_ctor(1, 1, 0); +} else { + x_40 = x_38; +} +lean_ctor_set(x_40, 0, x_39); +x_41 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_40, x_3, x_36); +lean_dec(x_40); +return x_41; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_2, x_4); +uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_5 = l_Lean_Environment_contains(x_1, x_2); +x_6 = lean_box(x_5); +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; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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) { +_start: +{ +lean_object* x_7; lean_object* x_8; +x_7 = l_Lean_ResolveName_resolveNamespace(x_1, x_2, x_3, x_4); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_6); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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_ResolveName_resolveGlobalName(x_1, x_2, x_3, x_4); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_6); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +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; +x_9 = lean_st_ref_get(x_7, x_8); +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_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_13 = lean_ctor_get(x_6, 3); +lean_inc(x_13); +x_14 = lean_ctor_get(x_6, 4); +lean_inc(x_14); +x_15 = lean_ctor_get(x_6, 5); +lean_inc(x_15); +x_16 = lean_ctor_get(x_6, 6); +lean_inc(x_16); +x_17 = lean_ctor_get(x_6, 7); +lean_inc(x_17); +x_18 = lean_ctor_get(x_6, 10); +lean_inc(x_18); +lean_inc(x_12); +x_19 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1___boxed), 4, 1); +lean_closure_set(x_19, 0, x_12); +lean_inc(x_16); +x_20 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed), 3, 1); +lean_closure_set(x_20, 0, x_16); +lean_inc(x_12); +x_21 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2___boxed), 4, 1); +lean_closure_set(x_21, 0, x_12); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_12); +x_22 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3___boxed), 6, 3); +lean_closure_set(x_22, 0, x_12); +lean_closure_set(x_22, 1, x_16); +lean_closure_set(x_22, 2, x_17); +lean_inc(x_12); +x_23 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4___boxed), 6, 3); +lean_closure_set(x_23, 0, x_12); +lean_closure_set(x_23, 1, x_16); +lean_closure_set(x_23, 2, x_17); +x_24 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_24, 0, x_19); +lean_ctor_set(x_24, 1, x_20); +lean_ctor_set(x_24, 2, x_21); +lean_ctor_set(x_24, 3, x_22); +lean_ctor_set(x_24, 4, x_23); +x_25 = lean_st_ref_get(x_7, x_11); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = lean_ctor_get(x_26, 1); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_environment_main_module(x_12); +x_30 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_30, 0, x_24); +lean_ctor_set(x_30, 1, x_29); +lean_ctor_set(x_30, 2, x_18); +lean_ctor_set(x_30, 3, x_13); +lean_ctor_set(x_30, 4, x_14); +lean_ctor_set(x_30, 5, x_15); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_28); +lean_ctor_set(x_32, 1, x_31); +x_33 = lean_apply_2(x_1, x_30, 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; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_st_ref_take(x_7, x_27); +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 = !lean_is_exclusive(x_38); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_41 = lean_ctor_get(x_38, 1); +lean_dec(x_41); +lean_ctor_set(x_38, 1, x_36); +x_42 = lean_st_ref_set(x_7, x_38, x_39); +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_44 = lean_ctor_get(x_35, 1); +lean_inc(x_44); +lean_dec(x_35); +x_45 = l_List_reverse___rarg(x_44); +x_46 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_43); +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_47 = !lean_is_exclusive(x_46); +if (x_47 == 0) +{ +lean_object* x_48; +x_48 = lean_ctor_get(x_46, 0); +lean_dec(x_48); +lean_ctor_set(x_46, 0, x_34); +return x_46; +} +else +{ +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_46, 1); +lean_inc(x_49); +lean_dec(x_46); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_34); +lean_ctor_set(x_50, 1, x_49); +return x_50; +} +} +else +{ +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; +x_51 = lean_ctor_get(x_38, 0); +x_52 = lean_ctor_get(x_38, 2); +x_53 = lean_ctor_get(x_38, 3); +x_54 = lean_ctor_get(x_38, 4); +x_55 = lean_ctor_get(x_38, 5); +x_56 = lean_ctor_get(x_38, 6); +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_dec(x_38); +x_57 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_57, 0, x_51); +lean_ctor_set(x_57, 1, x_36); +lean_ctor_set(x_57, 2, x_52); +lean_ctor_set(x_57, 3, x_53); +lean_ctor_set(x_57, 4, x_54); +lean_ctor_set(x_57, 5, x_55); +lean_ctor_set(x_57, 6, x_56); +x_58 = lean_st_ref_set(x_7, x_57, x_39); +x_59 = lean_ctor_get(x_58, 1); +lean_inc(x_59); +lean_dec(x_58); +x_60 = lean_ctor_get(x_35, 1); +lean_inc(x_60); +lean_dec(x_35); +x_61 = l_List_reverse___rarg(x_60); +x_62 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_61, x_2, x_3, x_4, x_5, x_6, x_7, x_59); +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_63 = lean_ctor_get(x_62, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_62)) { + lean_ctor_release(x_62, 0); + lean_ctor_release(x_62, 1); + x_64 = x_62; +} else { + lean_dec_ref(x_62); + x_64 = lean_box(0); +} +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(0, 2, 0); +} else { + x_65 = x_64; +} +lean_ctor_set(x_65, 0, x_34); +lean_ctor_set(x_65, 1, x_63); +return x_65; +} +} +else +{ +lean_object* x_66; +x_66 = lean_ctor_get(x_33, 0); +lean_inc(x_66); +lean_dec(x_33); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_Lean_maxRecDepthErrorMessage; +x_70 = lean_string_dec_eq(x_68, x_69); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_71, 0, x_68); +x_72 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_72, 0, x_71); +x_73 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__3(x_67, x_72, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +return x_73; +} +else +{ +lean_object* x_74; +lean_dec(x_68); +x_74 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5(x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +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_74; +} +} +else +{ +lean_object* x_75; +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_75 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg(x_27); +return x_75; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Elab_throwPostpone___at_Lean_Elab_Term_tryPostpone___spec__1___rarg___closed__1; +x_3 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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) { +_start: +{ +lean_object* x_7; +x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg), 1, 0); +return x_7; +} +} +LEAN_EXPORT lean_object* l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8(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; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +x_5 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_3); +return x_5; +} +else +{ +lean_object* x_6; lean_object* x_7; +x_6 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +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; +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +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_9 = lean_ctor_get(x_6, 5); +x_10 = lean_ctor_get(x_2, 2); lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); +lean_inc(x_10); +x_11 = l_Lean_Elab_getBetterRef(x_9, x_10); +x_12 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); +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 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(x_13, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +lean_dec(x_2); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_11); +lean_ctor_set(x_18, 1, x_17); +lean_ctor_set_tag(x_15, 1); +lean_ctor_set(x_15, 0, x_18); +return x_15; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_15, 0); +x_20 = lean_ctor_get(x_15, 1); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_15); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_11); +lean_ctor_set(x_21, 1, x_19); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +return x_22; +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +uint8_t x_10; +x_10 = !lean_is_exclusive(x_7); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 5); +x_12 = l_Lean_replaceRef(x_1, x_11); +lean_dec(x_11); +lean_dec(x_1); +lean_ctor_set(x_7, 5, x_12); +x_13 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +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; 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_14 = lean_ctor_get(x_7, 0); +x_15 = lean_ctor_get(x_7, 1); +x_16 = lean_ctor_get(x_7, 2); +x_17 = lean_ctor_get(x_7, 3); +x_18 = lean_ctor_get(x_7, 4); +x_19 = lean_ctor_get(x_7, 5); +x_20 = lean_ctor_get(x_7, 6); +x_21 = lean_ctor_get(x_7, 7); +x_22 = lean_ctor_get(x_7, 8); +x_23 = lean_ctor_get(x_7, 9); +x_24 = lean_ctor_get(x_7, 10); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); lean_inc(x_15); -x_16 = lean_infer_type(x_15, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_16) == 0) +lean_inc(x_14); +lean_dec(x_7); +x_25 = l_Lean_replaceRef(x_1, x_19); +lean_dec(x_19); +lean_dec(x_1); +x_26 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_26, 0, x_14); +lean_ctor_set(x_26, 1, x_15); +lean_ctor_set(x_26, 2, x_16); +lean_ctor_set(x_26, 3, x_17); +lean_ctor_set(x_26, 4, x_18); +lean_ctor_set(x_26, 5, x_25); +lean_ctor_set(x_26, 6, x_20); +lean_ctor_set(x_26, 7, x_21); +lean_ctor_set(x_26, 8, x_22); +lean_ctor_set(x_26, 9, x_23); +lean_ctor_set(x_26, 10, x_24); +x_27 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); +lean_dec(x_8); +lean_dec(x_26); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_27; +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -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; size_t x_34; size_t x_35; -x_17 = lean_ctor_get(x_16, 0); +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2; +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_9); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_8); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1; +x_3 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +lean_object* x_7; +x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg), 1, 0); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +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; +x_9 = lean_st_ref_get(x_7, x_8); +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_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_13 = lean_ctor_get(x_6, 3); +lean_inc(x_13); +x_14 = lean_ctor_get(x_6, 4); +lean_inc(x_14); +x_15 = lean_ctor_get(x_6, 5); +lean_inc(x_15); +x_16 = lean_ctor_get(x_6, 6); +lean_inc(x_16); +x_17 = lean_ctor_get(x_6, 7); lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +x_18 = lean_ctor_get(x_6, 10); lean_inc(x_18); -lean_dec(x_16); -x_19 = l_Lean_MessageData_ofExpr(x_15); -lean_inc(x_1); -x_20 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_20, 0, x_1); -lean_ctor_set(x_20, 1, x_19); -x_21 = l_Lean_Elab_Term_mkCoe___closed__5; -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_MessageData_ofExpr(x_17); -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_23); -lean_inc(x_1); -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_1); -x_26 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_25, x_8, x_9, x_10, x_11, x_18); -x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_12); +x_19 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1___boxed), 4, 1); +lean_closure_set(x_19, 0, x_12); +lean_inc(x_16); +x_20 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed), 3, 1); +lean_closure_set(x_20, 0, x_16); +lean_inc(x_12); +x_21 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2___boxed), 4, 1); +lean_closure_set(x_21, 0, x_12); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_12); +x_22 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3___boxed), 6, 3); +lean_closure_set(x_22, 0, x_12); +lean_closure_set(x_22, 1, x_16); +lean_closure_set(x_22, 2, x_17); +lean_inc(x_12); +x_23 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4___boxed), 6, 3); +lean_closure_set(x_23, 0, x_12); +lean_closure_set(x_23, 1, x_16); +lean_closure_set(x_23, 2, x_17); +x_24 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_24, 0, x_19); +lean_ctor_set(x_24, 1, x_20); +lean_ctor_set(x_24, 2, x_21); +lean_ctor_set(x_24, 3, x_22); +lean_ctor_set(x_24, 4, x_23); +x_25 = lean_st_ref_get(x_7, x_11); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); lean_inc(x_27); +lean_dec(x_25); x_28 = lean_ctor_get(x_26, 1); lean_inc(x_28); lean_dec(x_26); -lean_inc(x_1); -x_29 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_29, 0, x_1); -lean_ctor_set(x_29, 1, x_5); -lean_inc(x_1); -x_30 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_1); -x_31 = l_Lean_indentD(x_27); -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_30); +x_29 = lean_environment_main_module(x_12); +x_30 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_30, 0, x_24); +lean_ctor_set(x_30, 1, x_29); +lean_ctor_set(x_30, 2, x_18); +lean_ctor_set(x_30, 3, x_13); +lean_ctor_set(x_30, 4, x_14); +lean_ctor_set(x_30, 5, x_15); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_28); lean_ctor_set(x_32, 1, x_31); -lean_inc(x_1); -x_33 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_1); -x_34 = 1; -x_35 = lean_usize_add(x_4, x_34); -x_4 = x_35; -x_5 = x_33; -x_12 = x_28; -goto _start; +x_33 = lean_apply_2(x_1, x_30, 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; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_st_ref_take(x_7, x_27); +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 = !lean_is_exclusive(x_38); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_41 = lean_ctor_get(x_38, 1); +lean_dec(x_41); +lean_ctor_set(x_38, 1, x_36); +x_42 = lean_st_ref_set(x_7, x_38, x_39); +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_44 = lean_ctor_get(x_35, 1); +lean_inc(x_44); +lean_dec(x_35); +x_45 = l_List_reverse___rarg(x_44); +x_46 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_43); +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_47 = !lean_is_exclusive(x_46); +if (x_47 == 0) +{ +lean_object* x_48; +x_48 = lean_ctor_get(x_46, 0); +lean_dec(x_48); +lean_ctor_set(x_46, 0, x_34); +return x_46; +} +else +{ +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_46, 1); +lean_inc(x_49); +lean_dec(x_46); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_34); +lean_ctor_set(x_50, 1, x_49); +return x_50; +} +} +else +{ +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; +x_51 = lean_ctor_get(x_38, 0); +x_52 = lean_ctor_get(x_38, 2); +x_53 = lean_ctor_get(x_38, 3); +x_54 = lean_ctor_get(x_38, 4); +x_55 = lean_ctor_get(x_38, 5); +x_56 = lean_ctor_get(x_38, 6); +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_dec(x_38); +x_57 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_57, 0, x_51); +lean_ctor_set(x_57, 1, x_36); +lean_ctor_set(x_57, 2, x_52); +lean_ctor_set(x_57, 3, x_53); +lean_ctor_set(x_57, 4, x_54); +lean_ctor_set(x_57, 5, x_55); +lean_ctor_set(x_57, 6, x_56); +x_58 = lean_st_ref_set(x_7, x_57, x_39); +x_59 = lean_ctor_get(x_58, 1); +lean_inc(x_59); +lean_dec(x_58); +x_60 = lean_ctor_get(x_35, 1); +lean_inc(x_60); +lean_dec(x_35); +x_61 = l_List_reverse___rarg(x_60); +x_62 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_61, x_2, x_3, x_4, x_5, x_6, x_7, x_59); +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_63 = lean_ctor_get(x_62, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_62)) { + lean_ctor_release(x_62, 0); + lean_ctor_release(x_62, 1); + x_64 = x_62; +} else { + lean_dec_ref(x_62); + x_64 = lean_box(0); +} +if (lean_is_scalar(x_64)) { + x_65 = lean_alloc_ctor(0, 2, 0); +} else { + x_65 = x_64; +} +lean_ctor_set(x_65, 0, x_34); +lean_ctor_set(x_65, 1, x_63); +return x_65; +} +} +else +{ +lean_object* x_66; +x_66 = lean_ctor_get(x_33, 0); +lean_inc(x_66); +lean_dec(x_33); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_Lean_maxRecDepthErrorMessage; +x_70 = lean_string_dec_eq(x_68, x_69); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_71, 0, x_68); +x_72 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_72, 0, x_71); +x_73 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_67, x_72, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +return x_73; +} +else +{ +lean_object* x_74; +lean_dec(x_68); +x_74 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__12(x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +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_74; +} +} +else +{ +lean_object* x_75; +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_75 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(x_27); +return x_75; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(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; lean_object* x_9; uint8_t x_10; +x_3 = lean_st_ref_get(x_1, x_2); +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_3, 1); +lean_inc(x_5); +lean_dec(x_3); +x_6 = lean_ctor_get(x_4, 3); +lean_inc(x_6); +lean_dec(x_4); +x_7 = lean_st_ref_take(x_1, x_5); +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); +x_10 = !lean_is_exclusive(x_8); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_11 = lean_ctor_get(x_8, 3); +lean_dec(x_11); +x_12 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +lean_ctor_set(x_8, 3, x_12); +x_13 = lean_st_ref_set(x_1, x_8, x_9); +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) +{ +lean_object* x_15; +x_15 = lean_ctor_get(x_13, 0); +lean_dec(x_15); +lean_ctor_set(x_13, 0, x_6); +return x_13; +} +else +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_13, 1); +lean_inc(x_16); +lean_dec(x_13); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_6); +lean_ctor_set(x_17, 1, x_16); +return x_17; +} +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_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; +x_18 = lean_ctor_get(x_8, 0); +x_19 = lean_ctor_get(x_8, 1); +x_20 = lean_ctor_get(x_8, 2); +x_21 = lean_ctor_get(x_8, 4); +x_22 = lean_ctor_get(x_8, 5); +x_23 = lean_ctor_get(x_8, 6); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_8); +x_24 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +x_25 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_25, 0, x_18); +lean_ctor_set(x_25, 1, x_19); +lean_ctor_set(x_25, 2, x_20); +lean_ctor_set(x_25, 3, x_24); +lean_ctor_set(x_25, 4, x_21); +lean_ctor_set(x_25, 5, x_22); +lean_ctor_set(x_25, 6, x_23); +x_26 = lean_st_ref_set(x_1, x_25, x_9); +x_27 = lean_ctor_get(x_26, 1); +lean_inc(x_27); +if (lean_is_exclusive(x_26)) { + lean_ctor_release(x_26, 0); + lean_ctor_release(x_26, 1); + x_28 = x_26; +} else { + lean_dec_ref(x_26); + x_28 = lean_box(0); +} +if (lean_is_scalar(x_28)) { + x_29 = lean_alloc_ctor(0, 2, 0); +} else { + x_29 = x_28; +} +lean_ctor_set(x_29, 0, x_6); +lean_ctor_set(x_29, 1, x_27); +return x_29; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15(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 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg___boxed), 2, 0); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_7, 2); +x_11 = l_Lean_KVMap_getBool(x_10, x_1, x_2); +x_12 = lean_box(x_11); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +return x_13; +} +} +static double _init_l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1() { +_start: +{ +lean_object* x_1; uint8_t x_2; lean_object* x_3; double x_4; +x_1 = lean_unsigned_to_nat(1000000000u); +x_2 = 0; +x_3 = lean_unsigned_to_nat(0u); +x_4 = l_Float_ofScientific(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_io_mono_nanos_now(x_8); +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_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_io_mono_nanos_now(x_14); +x_16 = !lean_is_exclusive(x_15); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; double x_21; double x_22; double x_23; lean_object* x_24; lean_object* x_25; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_nat_sub(x_17, x_10); +lean_dec(x_10); +lean_dec(x_17); +x_19 = 0; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_Float_ofScientific(x_18, x_19, x_20); +lean_dec(x_18); +x_22 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; +x_23 = lean_float_div(x_21, x_22); +x_24 = lean_box_float(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_13); +lean_ctor_set(x_25, 1, x_24); +lean_ctor_set(x_15, 0, x_25); +return x_15; } else { -uint8_t x_37; +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; double x_31; double x_32; double x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +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); -lean_dec(x_11); +x_28 = lean_nat_sub(x_26, x_10); lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_5); -lean_dec(x_1); -x_37 = !lean_is_exclusive(x_16); +lean_dec(x_26); +x_29 = 0; +x_30 = lean_unsigned_to_nat(0u); +x_31 = l_Float_ofScientific(x_28, x_29, x_30); +lean_dec(x_28); +x_32 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; +x_33 = lean_float_div(x_31, x_32); +x_34 = lean_box_float(x_33); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_13); +lean_ctor_set(x_35, 1, x_34); +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 +{ +uint8_t x_37; +lean_dec(x_10); +x_37 = !lean_is_exclusive(x_12); if (x_37 == 0) { -return x_16; +return x_12; } else { lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_16, 0); -x_39 = lean_ctor_get(x_16, 1); +x_38 = lean_ctor_get(x_12, 0); +x_39 = lean_ctor_get(x_12, 1); lean_inc(x_39); lean_inc(x_38); -lean_dec(x_16); +lean_dec(x_12); x_40 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); @@ -32351,963 +32388,1254 @@ return x_40; } } } -} -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__1() { +static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("\nthe following variables have been introduced by the implicit lambda feature", 76); +x_1 = lean_mk_string_from_bytes("profiler", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2() { +static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___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_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___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_Term_decorateErrorMessageWithLambdaImplicitVars___closed__3() { +LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(lean_object* x_1, lean_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_1; -x_1 = lean_mk_string_from_bytes("\nyou can disable implict lambdas using `@` or writing a lambda expression with `{}` or `[]` binder annotations.", 111); -return x_1; -} +lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_9 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2; +x_10 = 0; +x_11 = l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_9, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +x_15 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +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; lean_object* x_19; +x_17 = lean_ctor_get(x_15, 0); +x_18 = lean_box(0); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_17); +lean_ctor_set(x_19, 1, x_18); +lean_ctor_set(x_15, 0, x_19); +return x_15; } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__3; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +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_15, 0); +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_15); +x_22 = lean_box(0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, 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_21); +return x_24; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(lean_object* x_1, lean_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: +else { -if (lean_obj_tag(x_1) == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_15); +if (x_25 == 0) { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_1); -if (x_10 == 0) +return x_15; +} +else { -lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_11 = lean_ctor_get(x_1, 0); -x_12 = lean_ctor_get(x_1, 1); -x_13 = l_Array_isEmpty___rarg(x_2); -if (x_13 == 0) +lean_object* x_26; lean_object* x_27; lean_object* 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 = 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_14; lean_object* 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; -x_14 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_12); -x_16 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2; -x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_array_get_size(x_2); -x_19 = lean_usize_of_nat(x_18); -lean_dec(x_18); -x_20 = 0; -x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(x_14, x_2, x_19, x_20, x_17, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_21) == 0) +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_11, 1); +lean_inc(x_29); +lean_dec(x_11); +x_30 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +if (lean_obj_tag(x_30) == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_14); -lean_ctor_set(x_24, 1, x_23); -x_25 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -lean_ctor_set(x_1, 1, x_26); -lean_ctor_set(x_21, 0, x_1); -return x_21; +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_30, 0); +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_32, 1); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_32, 1, x_35); +return x_30; } 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; -x_27 = lean_ctor_get(x_21, 0); -x_28 = lean_ctor_get(x_21, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_21); -x_29 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_29, 0, x_14); -lean_ctor_set(x_29, 1, x_27); -x_30 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___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); -lean_ctor_set(x_1, 1, x_31); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_1); -lean_ctor_set(x_32, 1, x_28); -return x_32; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_32, 0); +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_32); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_30, 0, x_39); +return x_30; } } else { -uint8_t x_33; -lean_free_object(x_1); -lean_dec(x_11); -x_33 = !lean_is_exclusive(x_21); -if (x_33 == 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; +x_40 = lean_ctor_get(x_30, 0); +x_41 = lean_ctor_get(x_30, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_30); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_43); +if (lean_is_scalar(x_44)) { + x_46 = lean_alloc_ctor(0, 2, 0); +} else { + x_46 = x_44; +} +lean_ctor_set(x_46, 0, x_42); +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_41); +return x_47; +} +} +else { -return x_21; +uint8_t x_48; +x_48 = !lean_is_exclusive(x_30); +if (x_48 == 0) +{ +return x_30; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_21, 0); -x_35 = lean_ctor_get(x_21, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_21); -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_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_30, 0); +x_50 = lean_ctor_get(x_30, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_30); +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; +} +} } } } +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_st_ref_take(x_11, x_12); +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 = !lean_is_exclusive(x_14); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; 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_17 = lean_ctor_get(x_14, 3); +x_18 = l_Lean_PersistentArray_toArray___rarg(x_17); +x_19 = lean_array_get_size(x_18); +x_20 = lean_usize_of_nat(x_19); +lean_dec(x_19); +x_21 = 0; +x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___spec__1(x_20, x_21, x_18); +x_23 = lean_alloc_ctor(9, 3, 1); +lean_ctor_set(x_23, 0, x_2); +lean_ctor_set(x_23, 1, x_4); +lean_ctor_set(x_23, 2, x_22); +lean_ctor_set_uint8(x_23, sizeof(void*)*3, x_5); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_3); +lean_ctor_set(x_24, 1, x_23); +x_25 = l_Lean_PersistentArray_push___rarg(x_1, x_24); +lean_ctor_set(x_14, 3, x_25); +x_26 = lean_st_ref_set(x_11, x_14, x_15); +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_26, 0); +lean_dec(x_28); +x_29 = lean_box(0); +lean_ctor_set(x_26, 0, x_29); +return x_26; +} else { -lean_object* x_37; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_1); -lean_ctor_set(x_37, 1, x_9); -return x_37; +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_26, 1); +lean_inc(x_30); +lean_dec(x_26); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; } } else { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_38 = lean_ctor_get(x_1, 0); -x_39 = lean_ctor_get(x_1, 1); +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; 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; lean_object* x_53; +x_33 = lean_ctor_get(x_14, 0); +x_34 = lean_ctor_get(x_14, 1); +x_35 = lean_ctor_get(x_14, 2); +x_36 = lean_ctor_get(x_14, 3); +x_37 = lean_ctor_get(x_14, 4); +x_38 = lean_ctor_get(x_14, 5); +x_39 = lean_ctor_get(x_14, 6); lean_inc(x_39); lean_inc(x_38); -lean_dec(x_1); -x_40 = l_Array_isEmpty___rarg(x_2); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; size_t x_46; size_t x_47; lean_object* x_48; -x_41 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; -x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_39); -x_43 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__2; -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 = lean_array_get_size(x_2); -x_46 = lean_usize_of_nat(x_45); -lean_dec(x_45); -x_47 = 0; -x_48 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(x_41, x_2, x_46, x_47, x_44, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_48) == 0) -{ -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_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_48, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_14); +x_40 = l_Lean_PersistentArray_toArray___rarg(x_36); +x_41 = lean_array_get_size(x_40); +x_42 = lean_usize_of_nat(x_41); +lean_dec(x_41); +x_43 = 0; +x_44 = l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___spec__1(x_42, x_43, x_40); +x_45 = lean_alloc_ctor(9, 3, 1); +lean_ctor_set(x_45, 0, x_2); +lean_ctor_set(x_45, 1, x_4); +lean_ctor_set(x_45, 2, x_44); +lean_ctor_set_uint8(x_45, sizeof(void*)*3, x_5); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_3); +lean_ctor_set(x_46, 1, x_45); +x_47 = l_Lean_PersistentArray_push___rarg(x_1, x_46); +x_48 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_48, 0, x_33); +lean_ctor_set(x_48, 1, x_34); +lean_ctor_set(x_48, 2, x_35); +lean_ctor_set(x_48, 3, x_47); +lean_ctor_set(x_48, 4, x_37); +lean_ctor_set(x_48, 5, x_38); +lean_ctor_set(x_48, 6, x_39); +x_49 = lean_st_ref_set(x_11, x_48, x_15); +x_50 = lean_ctor_get(x_49, 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; +if (lean_is_exclusive(x_49)) { + lean_ctor_release(x_49, 0); + lean_ctor_release(x_49, 1); + x_51 = x_49; } else { - lean_dec_ref(x_48); + lean_dec_ref(x_49); x_51 = lean_box(0); } -x_52 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_52, 0, x_41); -lean_ctor_set(x_52, 1, x_49); -x_53 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___closed__4; -x_54 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_54, 0, x_52); -lean_ctor_set(x_54, 1, x_53); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_38); -lean_ctor_set(x_55, 1, x_54); -if (lean_is_scalar(x_51)) { - x_56 = lean_alloc_ctor(0, 2, 0); -} else { - x_56 = x_51; +x_52 = lean_box(0); +if (lean_is_scalar(x_51)) { + x_53 = lean_alloc_ctor(0, 2, 0); +} else { + x_53 = x_51; +} +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_50); +return x_53; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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: +{ +uint8_t x_13; +x_13 = !lean_is_exclusive(x_10); +if (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_10, 5); +x_15 = l_Lean_replaceRef(x_3, x_14); +lean_dec(x_14); +lean_ctor_set(x_10, 5, x_15); +x_16 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_4, x_8, x_9, x_10, x_11, x_12); +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___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(x_1, x_2, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); +lean_dec(x_10); +return x_19; +} +else +{ +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; lean_object* x_36; +x_20 = lean_ctor_get(x_10, 0); +x_21 = lean_ctor_get(x_10, 1); +x_22 = lean_ctor_get(x_10, 2); +x_23 = lean_ctor_get(x_10, 3); +x_24 = lean_ctor_get(x_10, 4); +x_25 = lean_ctor_get(x_10, 5); +x_26 = lean_ctor_get(x_10, 6); +x_27 = lean_ctor_get(x_10, 7); +x_28 = lean_ctor_get(x_10, 8); +x_29 = lean_ctor_get(x_10, 9); +x_30 = lean_ctor_get(x_10, 10); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_10); +x_31 = l_Lean_replaceRef(x_3, x_25); +lean_dec(x_25); +x_32 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_32, 0, x_20); +lean_ctor_set(x_32, 1, x_21); +lean_ctor_set(x_32, 2, x_22); +lean_ctor_set(x_32, 3, x_23); +lean_ctor_set(x_32, 4, x_24); +lean_ctor_set(x_32, 5, x_31); +lean_ctor_set(x_32, 6, x_26); +lean_ctor_set(x_32, 7, x_27); +lean_ctor_set(x_32, 8, x_28); +lean_ctor_set(x_32, 9, x_29); +lean_ctor_set(x_32, 10, x_30); +x_33 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_4, x_8, x_9, x_32, x_11, x_12); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(x_1, x_2, x_3, x_34, x_5, x_6, x_7, x_8, x_9, x_32, x_11, x_35); +lean_dec(x_32); +return x_36; +} } -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_50); -return x_56; +} +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(lean_object* x_1, lean_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: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_1, 0); +lean_inc(x_9); +x_10 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_8); +return x_10; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -lean_dec(x_38); -x_57 = lean_ctor_get(x_48, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_48, 1); -lean_inc(x_58); -if (lean_is_exclusive(x_48)) { - lean_ctor_release(x_48, 0); - lean_ctor_release(x_48, 1); - x_59 = x_48; -} else { - lean_dec_ref(x_48); - x_59 = lean_box(0); +lean_object* x_11; lean_object* x_12; +x_11 = lean_ctor_get(x_1, 0); +lean_inc(x_11); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_8); +return x_12; } -if (lean_is_scalar(x_59)) { - x_60 = lean_alloc_ctor(1, 2, 0); -} else { - x_60 = x_59; } -lean_ctor_set(x_60, 0, x_57); -lean_ctor_set(x_60, 1, x_58); -return x_60; } +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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; +x_9 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +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; lean_object* x_12; +x_11 = lean_ctor_get(x_9, 0); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_9, 0, x_12); +return x_9; } else { -lean_object* x_61; lean_object* x_62; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_38); -lean_ctor_set(x_61, 1, x_39); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_9); -return x_62; +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_dec(x_9); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_13); +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 +{ +uint8_t x_17; +x_17 = !lean_is_exclusive(x_9); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_ctor_get(x_9, 0); +x_19 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set_tag(x_9, 0); +lean_ctor_set(x_9, 0, x_19); +return x_9; } else { -lean_object* x_63; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_1); -lean_ctor_set(x_63, 1, x_9); -return x_63; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_9, 0); +x_21 = lean_ctor_get(x_9, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_9); +x_22 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_22, 0, x_20); +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; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +} +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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: { -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_15 = l_Array_forInUnsafe_loop___at___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___spec__1(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_15; +lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_inc(x_12); +x_15 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(x_5, x_8, x_9, x_10, x_11, x_12, x_13, x_16); +lean_dec(x_12); +lean_dec(x_8); +return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars___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) { +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1() { _start: { -lean_object* x_10; -x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_10; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___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) { +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2() { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = lean_box(0); -x_11 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_11, 0, x_1); -lean_ctor_set(x_11, 1, x_10); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_9); -return x_12; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__1() { +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("implicitForall", 14); +x_1 = lean_mk_string_from_bytes("s] ", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2() { +static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__1; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(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) { _start: { -lean_object* x_12; lean_object* x_13; lean_object* x_17; lean_object* x_18; -x_17 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_17, 0, x_3); +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_57; +lean_inc(x_1); +x_12 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_1, 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); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +x_57 = lean_unbox(x_13); +lean_dec(x_13); +if (x_57 == 0) +{ +uint8_t x_58; +x_58 = 1; +x_15 = x_58; +goto block_56; +} +else +{ +uint8_t x_59; +x_59 = 0; +x_15 = x_59; +goto block_56; +} +block_56: +{ +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; +x_16 = lean_ctor_get(x_9, 5); +lean_inc(x_16); +x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(x_10, x_14); +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_alloc_closure((void*)(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__1), 8, 1); +lean_closure_set(x_20, 0, x_3); 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_17); -x_18 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(x_1, x_17, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_18) == 0) +x_21 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(x_20, x_5, x_6, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -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 = lean_box(0); +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_22, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); 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_22 = l_Lean_Elab_Term_ensureHasType(x_17, x_19, x_21, x_21, 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; uint8_t x_25; uint8_t x_26; uint8_t x_27; lean_object* x_28; -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 = 0; -x_26 = 1; -x_27 = 1; -lean_inc(x_4); -x_28 = l_Lean_Meta_mkLambdaFVars(x_4, x_23, x_25, x_26, x_27, x_7, x_8, x_9, x_10, x_24); -if (lean_obj_tag(x_28) == 0) +x_26 = lean_apply_8(x_2, x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -lean_dec(x_4); -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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___closed__2; -x_32 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); -x_33 = lean_ctor_get(x_32, 0); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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 = lean_box(0); +x_30 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_28); +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_24); +return x_30; +} +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); lean_inc(x_33); -x_34 = lean_unbox(x_33); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); lean_dec(x_33); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -lean_dec(x_32); -x_36 = lean_box(0); -x_37 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(x_29, x_36, x_5, x_6, x_7, x_8, x_9, x_10, x_35); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_32); lean_dec(x_10); -lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); -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_12 = x_38; -x_13 = x_39; -goto block_16; +lean_dec(x_24); +return x_46; +} } 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; -x_40 = lean_ctor_get(x_32, 1); -lean_inc(x_40); -lean_dec(x_32); -lean_inc(x_29); -x_41 = l_Lean_MessageData_ofExpr(x_29); -x_42 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_31, x_41, x_5, x_6, x_7, x_8, x_9, x_10, x_40); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(x_29, x_43, x_5, x_6, x_7, x_8, x_9, x_10, x_44); +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_18); +lean_dec(x_16); 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_43); -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_12 = x_46; -x_13 = x_47; -goto block_16; -} +lean_dec(x_1); +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) +{ +return x_26; } else { lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_28, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_28, 1); +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); lean_inc(x_49); -lean_dec(x_28); -x_50 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(x_48, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_49); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -if (lean_obj_tag(x_50) == 0) +lean_inc(x_48); +lean_dec(x_26); +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; +} +} +} +else { uint8_t x_51; -x_51 = !lean_is_exclusive(x_50); +lean_dec(x_18); +lean_dec(x_16); +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_51 = !lean_is_exclusive(x_21); if (x_51 == 0) { -lean_ctor_set_tag(x_50, 1); -return x_50; +return x_21; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; +} +} +} +else +{ +lean_object* x_55; +lean_dec(x_2); +lean_dec(x_1); +x_55 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +return x_55; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2; +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_9); +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_10); +lean_ctor_set(x_11, 1, x_8); +return x_11; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("expected type: ", 15); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(", term\n", 7); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__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_Term_elabTermAux___lambda__1___closed__2; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__5; +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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__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_Term_elabTermAux___lambda__1___closed__5; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4; +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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +lean_object* x_11; +x_11 = l_Lean_MessageData_ofSyntax(x_1); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__6; +x_13 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_11); +x_14 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +x_15 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_15, 0, x_13); +lean_ctor_set(x_15, 1, x_14); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_10); +return x_16; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_50, 0); -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_50); -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; +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; +x_17 = lean_ctor_get(x_2, 0); +lean_inc(x_17); +lean_dec(x_2); +x_18 = l_Lean_MessageData_ofExpr(x_17); +x_19 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +x_21 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4; +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_11); +x_24 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +x_25 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_10); +return x_26; } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: { -uint8_t x_55; -x_55 = !lean_is_exclusive(x_50); -if (x_55 == 0) +lean_object* x_10; +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_1); +lean_ctor_set(x_10, 1, x_9); +return x_10; +} +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__1() { +_start: { -return x_50; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("step", 4); +return x_1; } -else +} +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__2() { +_start: { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_50, 0); -x_57 = lean_ctor_get(x_50, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_50); -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_object* x_1; +x_1 = lean_mk_string_from_bytes("result", 6); +return x_1; } } +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__1; +x_3 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__2; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; } } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_22, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_22, 1); -lean_inc(x_60); -lean_dec(x_22); -x_61 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_decorateErrorMessageWithLambdaImplicitVars(x_59, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_60); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -if (lean_obj_tag(x_61) == 0) +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_9 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__3; +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); +x_12 = lean_unbox(x_11); +lean_dec(x_11); +if (x_12 == 0) { -uint8_t x_62; -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) +uint8_t x_13; +x_13 = !lean_is_exclusive(x_10); +if (x_13 == 0) { -lean_ctor_set_tag(x_61, 1); -return x_61; +lean_object* x_14; +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +lean_ctor_set(x_10, 0, x_1); +return x_10; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_61, 0); -x_64 = lean_ctor_get(x_61, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_61); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_10, 1); +lean_inc(x_15); +lean_dec(x_10); +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_66; -x_66 = !lean_is_exclusive(x_61); -if (x_66 == 0) +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_17 = lean_ctor_get(x_10, 1); +lean_inc(x_17); +lean_dec(x_10); +lean_inc(x_1); +x_18 = l_Lean_MessageData_ofExpr(x_1); +x_19 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_9, x_18, x_2, x_3, x_4, x_5, x_6, x_7, x_17); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) { -return x_61; +lean_object* x_21; +x_21 = lean_ctor_get(x_19, 0); +lean_dec(x_21); +lean_ctor_set(x_19, 0, x_1); +return x_19; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_61, 0); -x_68 = lean_ctor_get(x_61, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_61); -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; +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_dec(x_19); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_1); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } } } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(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, lean_object* x_11, lean_object* x_12) { +_start: +{ +switch (lean_obj_tag(x_5)) { +case 0: +{ +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); +x_13 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(x_1, x_2, x_3, 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; +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 = lean_apply_8(x_4, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_15); +return x_16; +} else { -uint8_t x_70; -lean_dec(x_17); +uint8_t x_17; +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); -x_70 = !lean_is_exclusive(x_18); -if (x_70 == 0) +x_17 = !lean_is_exclusive(x_13); +if (x_17 == 0) { -return x_18; +return x_13; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_18, 0); -x_72 = lean_ctor_get(x_18, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_18); -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; -} +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_13, 0); +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_inc(x_18); +lean_dec(x_13); +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; } -block_16: -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_12, 0); -lean_inc(x_14); -lean_dec(x_12); -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; } } +case 1: +{ +lean_object* x_21; lean_object* x_22; +lean_dec(x_2); +x_21 = lean_ctor_get(x_5, 0); +lean_inc(x_21); +lean_dec(x_5); +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_22 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(x_1, x_3, x_21, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_22) == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +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 = lean_apply_8(x_4, x_23, x_6, x_7, x_8, x_9, x_10, x_11, x_24); +return x_25; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___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: +else { -lean_object* x_10; -x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_3); -lean_dec(x_2); -return x_10; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux___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: +x_26 = !lean_is_exclusive(x_22); +if (x_26 == 0) { -uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_2); -lean_dec(x_2); -x_13 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_13; -} +return x_22; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: +else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_expr_instantiate1(x_1, x_5); -lean_dec(x_1); -x_14 = lean_array_push(x_2, x_5); -x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(x_3, x_4, x_13, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_15; -} +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_22, 0); +x_28 = lean_ctor_get(x_22, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_22); +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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2(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_object* x_11, lean_object* x_12, lean_object* x_13, lean_object* x_14) { -_start: -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_15 = lean_st_ref_get(x_13, x_14); -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_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_environment_main_module(x_18); -x_20 = lean_ctor_get(x_12, 10); -lean_inc(x_20); -x_21 = l_Lean_addMacroScope(x_19, x_1, x_20); -x_22 = lean_box(x_5); -x_23 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1___boxed), 12, 4); -lean_closure_set(x_23, 0, x_2); -lean_closure_set(x_23, 1, x_3); -lean_closure_set(x_23, 2, x_4); -lean_closure_set(x_23, 3, x_22); -x_24 = 0; -x_25 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_21, x_6, x_7, x_23, x_24, x_8, x_9, x_10, x_11, x_12, x_13, x_17); -return x_25; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { -_start: +default: { -lean_object* x_12; +uint8_t x_30; +x_30 = lean_ctor_get_uint8(x_6, sizeof(void*)*8); +if (x_30 == 0) +{ +lean_object* x_31; +lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_3); -x_12 = l_Lean_Meta_whnfForall(x_3, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_12) == 0) -{ -lean_object* x_13; -x_13 = lean_ctor_get(x_12, 0); -lean_inc(x_13); -if (lean_obj_tag(x_13) == 7) -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_19; -x_14 = lean_ctor_get(x_12, 1); -lean_inc(x_14); -lean_dec(x_12); -x_15 = lean_ctor_get(x_13, 0); -lean_inc(x_15); -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -x_17 = lean_ctor_get(x_13, 2); -lean_inc(x_17); -x_18 = lean_ctor_get_uint8(x_13, sizeof(void*)*3 + 8); -lean_dec(x_13); -x_19 = l_Lean_BinderInfo_isExplicit(x_18); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_dec(x_3); -x_20 = lean_box(x_2); -x_21 = lean_box(x_18); -x_22 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2___boxed), 14, 11); -lean_closure_set(x_22, 0, x_15); -lean_closure_set(x_22, 1, x_17); -lean_closure_set(x_22, 2, x_4); -lean_closure_set(x_22, 3, x_1); -lean_closure_set(x_22, 4, x_20); -lean_closure_set(x_22, 5, x_21); -lean_closure_set(x_22, 6, x_16); -lean_closure_set(x_22, 7, x_5); -lean_closure_set(x_22, 8, x_6); -lean_closure_set(x_22, 9, x_7); -lean_closure_set(x_22, 10, x_8); -x_23 = l_Lean_Core_withFreshMacroScope___rarg(x_22, x_9, x_10, x_14); -return x_23; -} -else -{ -lean_object* x_24; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -x_24 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_14); -return x_24; -} -} -else +lean_inc(x_6); +x_31 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(x_1, x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_25; lean_object* x_26; -lean_dec(x_13); -x_25 = lean_ctor_get(x_12, 1); -lean_inc(x_25); -lean_dec(x_12); -x_26 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambdaAux(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_25); -return x_26; -} +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 = lean_apply_8(x_4, x_32, x_6, x_7, x_8, x_9, x_10, x_11, x_33); +return x_34; } else { -uint8_t x_27; +uint8_t x_35; +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_27 = !lean_is_exclusive(x_12); -if (x_27 == 0) +x_35 = !lean_is_exclusive(x_31); +if (x_35 == 0) { -return x_12; +return x_31; } 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_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; } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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: +else { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_4); -lean_dec(x_4); -x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__1(x_1, x_2, x_3, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_14; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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) { -_start: +if (x_3 == 0) { -uint8_t x_15; uint8_t x_16; lean_object* x_17; -x_15 = lean_unbox(x_5); -lean_dec(x_5); -x_16 = lean_unbox(x_6); +lean_object* x_39; uint8_t x_40; +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_17 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___lambda__2(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -return x_17; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop___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: -{ -uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_2); +lean_dec(x_4); lean_dec(x_2); -x_13 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(x_1, x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_13; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { -_start: +lean_dec(x_1); +x_39 = l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg(x_12); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -lean_object* x_11; lean_object* x_12; -x_11 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda_loop(x_1, x_2, x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_12; -} +return x_39; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda___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: +else { -uint8_t x_11; lean_object* x_12; -x_11 = lean_unbox(x_2); -lean_dec(x_2); -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_12; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_39); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } -LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: +else { -if (lean_obj_tag(x_1) == 0) +lean_object* 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); +x_44 = l_Lean_Elab_Term_postponeElabTerm(x_1, x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_9; lean_object* x_10; -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_8); -return x_10; +lean_object* x_45; lean_object* x_46; lean_object* x_47; +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_apply_8(x_4, x_45, x_6, x_7, x_8, x_9, x_10, x_11, x_46); +return x_47; } else { -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; -x_11 = lean_ctor_get(x_1, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); -lean_dec(x_1); -x_13 = lean_ctor_get(x_11, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_11, 1); -lean_inc(x_14); +uint8_t x_48; lean_dec(x_11); -lean_inc(x_13); -x_15 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_13, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -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_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +x_48 = !lean_is_exclusive(x_44); +if (x_48 == 0) { -lean_object* x_18; -lean_dec(x_14); -lean_dec(x_13); -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_dec(x_15); -x_1 = x_12; -x_8 = x_18; -goto _start; +return x_44; } 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_15, 1); -lean_inc(x_20); -lean_dec(x_15); -x_21 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_21, 0, x_14); -x_22 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_22, 0, x_21); -x_23 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_13, x_22, x_2, x_3, x_4, x_5, x_6, x_7, x_20); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_1 = x_12; -x_8 = x_24; -goto _start; +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_44, 0); +x_50 = lean_ctor_get(x_44, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_44); +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; } } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: -{ -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_9 = lean_ctor_get(x_6, 5); -x_10 = lean_ctor_get(x_2, 2); -lean_inc(x_10); -lean_inc(x_10); -x_11 = l_Lean_Elab_getBetterRef(x_9, x_10); -x_12 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -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 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(x_13, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_14); -lean_dec(x_2); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_11); -lean_ctor_set(x_18, 1, x_17); -lean_ctor_set_tag(x_15, 1); -lean_ctor_set(x_15, 0, x_18); -return x_15; } -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_15, 0); -x_20 = lean_ctor_get(x_15, 1); -lean_inc(x_20); -lean_inc(x_19); -lean_dec(x_15); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_11); -lean_ctor_set(x_21, 1, x_19); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -return x_22; } } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_7); -if (x_10 == 0) +uint8_t x_12; +x_12 = !lean_is_exclusive(x_9); +if (x_12 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 5); -x_12 = l_Lean_replaceRef(x_1, x_11); -lean_dec(x_11); -lean_dec(x_1); -lean_ctor_set(x_7, 5, x_12); -x_13 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__4(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_13; +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_9, 5); +x_14 = l_Lean_replaceRef(x_1, x_13); +lean_dec(x_13); +lean_ctor_set(x_9, 5, x_14); +x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_15; } 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; 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_14 = lean_ctor_get(x_7, 0); -x_15 = lean_ctor_get(x_7, 1); -x_16 = lean_ctor_get(x_7, 2); -x_17 = lean_ctor_get(x_7, 3); -x_18 = lean_ctor_get(x_7, 4); -x_19 = lean_ctor_get(x_7, 5); -x_20 = lean_ctor_get(x_7, 6); -x_21 = lean_ctor_get(x_7, 7); -x_22 = lean_ctor_get(x_7, 8); -x_23 = lean_ctor_get(x_7, 9); -x_24 = lean_ctor_get(x_7, 10); +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; +x_16 = lean_ctor_get(x_9, 0); +x_17 = lean_ctor_get(x_9, 1); +x_18 = lean_ctor_get(x_9, 2); +x_19 = lean_ctor_get(x_9, 3); +x_20 = lean_ctor_get(x_9, 4); +x_21 = lean_ctor_get(x_9, 5); +x_22 = lean_ctor_get(x_9, 6); +x_23 = lean_ctor_get(x_9, 7); +x_24 = lean_ctor_get(x_9, 8); +x_25 = lean_ctor_get(x_9, 9); +x_26 = lean_ctor_get(x_9, 10); +lean_inc(x_26); +lean_inc(x_25); lean_inc(x_24); lean_inc(x_23); lean_inc(x_22); @@ -33317,1562 +33645,1371 @@ lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_7); -x_25 = l_Lean_replaceRef(x_1, x_19); -lean_dec(x_19); -lean_dec(x_1); -x_26 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_26, 0, x_14); -lean_ctor_set(x_26, 1, x_15); -lean_ctor_set(x_26, 2, x_16); -lean_ctor_set(x_26, 3, x_17); -lean_ctor_set(x_26, 4, x_18); -lean_ctor_set(x_26, 5, x_25); -lean_ctor_set(x_26, 6, x_20); -lean_ctor_set(x_26, 7, x_21); -lean_ctor_set(x_26, 8, x_22); -lean_ctor_set(x_26, 9, x_23); -lean_ctor_set(x_26, 10, x_24); -x_27 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__4(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); -lean_dec(x_8); -lean_dec(x_26); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_27; -} -} -} -static lean_object* _init_l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_maxRecDepthErrorMessage; -x_2 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_2, 0, x_1); -return x_2; -} +lean_dec(x_9); +x_27 = l_Lean_replaceRef(x_1, x_21); +lean_dec(x_21); +x_28 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_28, 0, x_16); +lean_ctor_set(x_28, 1, x_17); +lean_ctor_set(x_28, 2, x_18); +lean_ctor_set(x_28, 3, x_19); +lean_ctor_set(x_28, 4, x_20); +lean_ctor_set(x_28, 5, x_27); +lean_ctor_set(x_28, 6, x_22); +lean_ctor_set(x_28, 7, x_23); +lean_ctor_set(x_28, 8, x_24); +lean_ctor_set(x_28, 9, x_25); +lean_ctor_set(x_28, 10, x_26); +x_29 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_28, x_10, x_11); +return x_29; } -static lean_object* _init_l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_1); -lean_ctor_set(x_10, 1, x_9); -x_11 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_8); -return x_11; +lean_object* x_12; uint8_t x_13; lean_object* x_14; +x_12 = lean_box(0); +x_13 = 0; +x_14 = l_Lean_Elab_Term_mkTermInfo(x_1, x_2, x_4, x_3, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_14; } } -static lean_object* _init_l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___closed__1() { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__1() { _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_Term_elabUsingElabFnsAux___lambda__1___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_object* x_1; +x_1 = lean_mk_string_from_bytes("elaborator", 10); +return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg(lean_object* x_1) { +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__2() { _start: { -lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___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_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___boxed), 8, 0); +return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -lean_object* x_7; -x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg), 1, 0); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +lean_object* x_12; lean_object* x_13; +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__1; +x_13 = l_Lean_Core_checkMaxHeartbeats(x_12, x_9, x_10, x_11); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_5; lean_object* x_6; -x_5 = l_Lean_Elab_expandMacroImpl_x3f(x_1, x_2, x_3, x_4); -x_6 = lean_ctor_get(x_5, 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; lean_object* x_20; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_st_ref_get(x_10, x_14); +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_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +lean_inc(x_1); +x_19 = lean_alloc_closure((void*)(l_Lean_Elab_expandMacroImpl_x3f___boxed), 4, 2); +lean_closure_set(x_19, 0, x_18); +lean_closure_set(x_19, 1, x_1); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) +lean_inc(x_5); +x_20 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1(x_19, x_5, x_6, x_7, x_8, x_9, x_10, x_17); +if (lean_obj_tag(x_20) == 0) { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); -if (x_7 == 0) +lean_object* x_21; lean_object* x_22; lean_object* x_23; +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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__2; +if (lean_obj_tag(x_21) == 0) { -lean_object* x_8; lean_object* x_9; -x_8 = lean_ctor_get(x_5, 0); -lean_dec(x_8); -x_9 = lean_box(0); -lean_ctor_set(x_5, 0, x_9); -return x_5; +if (x_4 == 0) +{ +lean_object* x_24; lean_object* x_25; +x_24 = lean_box(0); +x_25 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_3, x_23, x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_22); +return x_25; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = lean_ctor_get(x_5, 1); -lean_inc(x_10); -lean_dec(x_5); -x_11 = lean_box(0); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_10); -return x_12; -} +uint8_t x_26; +x_26 = lean_ctor_get_uint8(x_5, sizeof(void*)*8 + 3); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +x_27 = lean_box(0); +x_28 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_3, x_23, x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_22); +return x_28; } else { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_6); -if (x_13 == 0) +lean_object* x_29; +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_2); +lean_inc(x_1); +x_29 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_22); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_6, 0); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -if (lean_obj_tag(x_15) == 0) +lean_object* x_30; lean_object* x_31; lean_object* x_32; +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 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_3, x_23, x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_31); +return x_32; +} +else { -lean_object* x_16; uint8_t x_17; -lean_free_object(x_6); -x_16 = lean_ctor_get(x_5, 1); -lean_inc(x_16); +uint8_t x_33; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -x_17 = !lean_is_exclusive(x_15); -if (x_17 == 0) +lean_dec(x_2); +lean_dec(x_1); +x_33 = !lean_is_exclusive(x_29); +if (x_33 == 0) { -lean_object* x_18; -x_18 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_15, x_3, x_16); -lean_dec(x_15); -return x_18; +return x_29; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_15, 0); -lean_inc(x_19); -lean_dec(x_15); -x_20 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_20, 0, x_19); -x_21 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_20, x_3, x_16); -lean_dec(x_20); -return x_21; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_29, 0); +x_35 = lean_ctor_get(x_29, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_29); +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; +x_37 = lean_ctor_get(x_21, 0); +lean_inc(x_37); +lean_dec(x_21); +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 = lean_alloc_closure((void*)(l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed), 3, 1); +lean_closure_set(x_40, 0, x_39); +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_41 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_40, x_5, x_6, x_7, x_8, x_9, x_10, x_22); +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; lean_object* x_49; +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_box(x_3); +x_45 = lean_box(x_4); +lean_inc(x_2); +lean_inc(x_42); +x_46 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5___boxed), 11, 4); +lean_closure_set(x_46, 0, x_42); +lean_closure_set(x_46, 1, x_2); +lean_closure_set(x_46, 2, x_44); +lean_closure_set(x_46, 3, x_45); +lean_inc(x_1); +x_47 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withMacroExpansion___rarg), 10, 3); +lean_closure_set(x_47, 0, x_1); +lean_closure_set(x_47, 1, x_42); +lean_closure_set(x_47, 2, x_46); +lean_inc(x_1); +x_48 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__6___boxed), 11, 3); +lean_closure_set(x_48, 0, x_38); +lean_closure_set(x_48, 1, x_1); +lean_closure_set(x_48, 2, x_2); +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_49 = l_Lean_Elab_Term_withInfoContext_x27(x_1, x_47, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_43); +if (lean_obj_tag(x_49) == 0) +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_apply_8(x_23, x_50, x_5, x_6, x_7, x_8, x_9, x_10, x_51); +return x_52; } else { -lean_object* x_22; uint8_t x_23; -x_22 = lean_ctor_get(x_5, 1); -lean_inc(x_22); +uint8_t x_53; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -x_23 = !lean_is_exclusive(x_15); -if (x_23 == 0) +x_53 = !lean_is_exclusive(x_49); +if (x_53 == 0) { -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_15, 0); -lean_ctor_set(x_6, 0, x_24); -lean_ctor_set(x_15, 0, x_6); -x_25 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_15, x_3, x_22); -lean_dec(x_15); -return x_25; +return x_49; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_15, 0); -lean_inc(x_26); -lean_dec(x_15); -lean_ctor_set(x_6, 0, x_26); -x_27 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_27, 0, x_6); -x_28 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_27, x_3, x_22); -lean_dec(x_27); -return x_28; +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_49, 0); +x_55 = lean_ctor_get(x_49, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_49); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_6, 0); -lean_inc(x_29); +uint8_t x_57; +lean_dec(x_38); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); lean_dec(x_6); -x_30 = lean_ctor_get(x_29, 1); -lean_inc(x_30); -lean_dec(x_29); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_31 = lean_ctor_get(x_5, 1); -lean_inc(x_31); lean_dec(x_5); -x_32 = lean_ctor_get(x_30, 0); -lean_inc(x_32); -if (lean_is_exclusive(x_30)) { - lean_ctor_release(x_30, 0); - x_33 = x_30; -} else { - lean_dec_ref(x_30); - x_33 = lean_box(0); -} -if (lean_is_scalar(x_33)) { - x_34 = lean_alloc_ctor(0, 1, 0); -} else { - x_34 = x_33; -} -lean_ctor_set(x_34, 0, x_32); -x_35 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_34, x_3, x_31); -lean_dec(x_34); -return x_35; +lean_dec(x_2); +lean_dec(x_1); +x_57 = !lean_is_exclusive(x_41); +if (x_57 == 0) +{ +return x_41; } else { -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_5, 1); -lean_inc(x_36); -lean_dec(x_5); -x_37 = lean_ctor_get(x_30, 0); -lean_inc(x_37); -if (lean_is_exclusive(x_30)) { - lean_ctor_release(x_30, 0); - x_38 = x_30; -} else { - lean_dec_ref(x_30); - x_38 = lean_box(0); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_41, 0); +x_59 = lean_ctor_get(x_41, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_41); +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; } -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_37); -if (lean_is_scalar(x_38)) { - x_40 = lean_alloc_ctor(1, 1, 0); -} else { - x_40 = x_38; } -lean_ctor_set(x_40, 0, x_39); -x_41 = l_liftExcept___at_Lean_Elab_liftMacroM___spec__1(x_40, x_3, x_36); -lean_dec(x_40); -return x_41; } } +else +{ +uint8_t x_61; +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_61 = !lean_is_exclusive(x_20); +if (x_61 == 0) +{ +return x_20; +} +else +{ +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_20, 0); +x_63 = lean_ctor_get(x_20, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_20); +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; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -uint8_t x_5; lean_object* x_6; lean_object* x_7; -x_5 = l_Lean_Environment_contains(x_1, x_2); -x_6 = lean_box(x_5); -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; -} +uint8_t x_65; +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_65 = !lean_is_exclusive(x_13); +if (x_65 == 0) +{ +return x_13; } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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) { -_start: +else { -lean_object* x_7; lean_object* x_8; -x_7 = l_Lean_ResolveName_resolveNamespace(x_1, x_2, x_3, x_4); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -return x_8; +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_13, 0); +x_67 = lean_ctor_get(x_13, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_13); +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; } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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_ResolveName_resolveGlobalName(x_1, x_2, x_3, x_4); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_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; -x_9 = lean_st_ref_get(x_7, x_8); -x_10 = lean_ctor_get(x_9, 0); -lean_inc(x_10); -x_11 = lean_ctor_get(x_9, 1); +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; uint8_t x_22; +x_11 = lean_ctor_get(x_8, 0); lean_inc(x_11); -lean_dec(x_9); -x_12 = lean_ctor_get(x_10, 0); +x_12 = lean_ctor_get(x_8, 1); lean_inc(x_12); -lean_dec(x_10); -x_13 = lean_ctor_get(x_6, 3); +x_13 = lean_ctor_get(x_8, 2); lean_inc(x_13); -x_14 = lean_ctor_get(x_6, 4); +x_14 = lean_ctor_get(x_8, 3); lean_inc(x_14); -x_15 = lean_ctor_get(x_6, 5); +x_15 = lean_ctor_get(x_8, 4); lean_inc(x_15); -x_16 = lean_ctor_get(x_6, 6); +x_16 = lean_ctor_get(x_8, 5); lean_inc(x_16); -x_17 = lean_ctor_get(x_6, 7); +x_17 = lean_ctor_get(x_8, 6); lean_inc(x_17); -x_18 = lean_ctor_get(x_6, 10); +x_18 = lean_ctor_get(x_8, 7); lean_inc(x_18); -lean_inc(x_12); -x_19 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1___boxed), 4, 1); -lean_closure_set(x_19, 0, x_12); -lean_inc(x_16); -x_20 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed), 3, 1); -lean_closure_set(x_20, 0, x_16); -lean_inc(x_12); -x_21 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2___boxed), 4, 1); -lean_closure_set(x_21, 0, x_12); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_12); -x_22 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3___boxed), 6, 3); -lean_closure_set(x_22, 0, x_12); -lean_closure_set(x_22, 1, x_16); -lean_closure_set(x_22, 2, x_17); -lean_inc(x_12); -x_23 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4___boxed), 6, 3); -lean_closure_set(x_23, 0, x_12); -lean_closure_set(x_23, 1, x_16); -lean_closure_set(x_23, 2, x_17); -x_24 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_24, 0, x_19); -lean_ctor_set(x_24, 1, x_20); -lean_ctor_set(x_24, 2, x_21); -lean_ctor_set(x_24, 3, x_22); -lean_ctor_set(x_24, 4, x_23); -x_25 = lean_st_ref_get(x_7, x_11); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); +x_19 = lean_ctor_get(x_8, 8); +lean_inc(x_19); +x_20 = lean_ctor_get(x_8, 9); +lean_inc(x_20); +x_21 = lean_ctor_get(x_8, 10); +lean_inc(x_21); +x_22 = lean_nat_dec_eq(x_14, x_15); +if (x_22 == 0) +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_8); +if (x_23 == 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_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; +x_24 = lean_ctor_get(x_8, 10); +lean_dec(x_24); +x_25 = lean_ctor_get(x_8, 9); lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); +x_26 = lean_ctor_get(x_8, 8); lean_dec(x_26); -x_29 = lean_environment_main_module(x_12); -x_30 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_30, 0, x_24); -lean_ctor_set(x_30, 1, x_29); -lean_ctor_set(x_30, 2, x_18); -lean_ctor_set(x_30, 3, x_13); -lean_ctor_set(x_30, 4, x_14); -lean_ctor_set(x_30, 5, x_15); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_28); -lean_ctor_set(x_32, 1, x_31); -x_33 = lean_apply_2(x_1, x_30, 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; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); +x_27 = lean_ctor_get(x_8, 7); +lean_dec(x_27); +x_28 = lean_ctor_get(x_8, 6); +lean_dec(x_28); +x_29 = lean_ctor_get(x_8, 5); +lean_dec(x_29); +x_30 = lean_ctor_get(x_8, 4); +lean_dec(x_30); +x_31 = lean_ctor_get(x_8, 3); +lean_dec(x_31); +x_32 = lean_ctor_get(x_8, 2); +lean_dec(x_32); +x_33 = lean_ctor_get(x_8, 1); lean_dec(x_33); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_st_ref_take(x_7, x_27); -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 = !lean_is_exclusive(x_38); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_41 = lean_ctor_get(x_38, 1); -lean_dec(x_41); -lean_ctor_set(x_38, 1, x_36); -x_42 = lean_st_ref_set(x_7, x_38, x_39); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_ctor_get(x_35, 1); -lean_inc(x_44); -lean_dec(x_35); -x_45 = l_List_reverse___rarg(x_44); -x_46 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_43); -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_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) -{ -lean_object* x_48; -x_48 = lean_ctor_get(x_46, 0); -lean_dec(x_48); -lean_ctor_set(x_46, 0, x_34); -return x_46; +x_34 = lean_ctor_get(x_8, 0); +lean_dec(x_34); +x_35 = lean_unsigned_to_nat(1u); +x_36 = lean_nat_add(x_14, x_35); +lean_dec(x_14); +lean_ctor_set(x_8, 3, x_36); +x_37 = 1; +x_38 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(x_1, x_2, x_3, x_37, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_38; } else { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); -lean_dec(x_46); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_34); -lean_ctor_set(x_50, 1, x_49); -return x_50; +lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; lean_object* x_43; +lean_dec(x_8); +x_39 = lean_unsigned_to_nat(1u); +x_40 = lean_nat_add(x_14, x_39); +lean_dec(x_14); +x_41 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_41, 0, x_11); +lean_ctor_set(x_41, 1, x_12); +lean_ctor_set(x_41, 2, x_13); +lean_ctor_set(x_41, 3, x_40); +lean_ctor_set(x_41, 4, x_15); +lean_ctor_set(x_41, 5, x_16); +lean_ctor_set(x_41, 6, x_17); +lean_ctor_set(x_41, 7, x_18); +lean_ctor_set(x_41, 8, x_19); +lean_ctor_set(x_41, 9, x_20); +lean_ctor_set(x_41, 10, x_21); +x_42 = 1; +x_43 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(x_1, x_2, x_3, x_42, x_4, x_5, x_6, x_7, x_41, x_9, x_10); +return x_43; } } else { -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; -x_51 = lean_ctor_get(x_38, 0); -x_52 = lean_ctor_get(x_38, 2); -x_53 = lean_ctor_get(x_38, 3); -x_54 = lean_ctor_get(x_38, 4); -x_55 = lean_ctor_get(x_38, 5); -x_56 = lean_ctor_get(x_38, 6); -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_dec(x_38); -x_57 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_57, 0, x_51); -lean_ctor_set(x_57, 1, x_36); -lean_ctor_set(x_57, 2, x_52); -lean_ctor_set(x_57, 3, x_53); -lean_ctor_set(x_57, 4, x_54); -lean_ctor_set(x_57, 5, x_55); -lean_ctor_set(x_57, 6, x_56); -x_58 = lean_st_ref_set(x_7, x_57, x_39); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -lean_dec(x_58); -x_60 = lean_ctor_get(x_35, 1); -lean_inc(x_60); -lean_dec(x_35); -x_61 = l_List_reverse___rarg(x_60); -x_62 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_61, x_2, x_3, x_4, x_5, x_6, x_7, x_59); +lean_object* x_44; +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_19); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_44 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(x_16, 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); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_64 = x_62; -} else { - lean_dec_ref(x_62); - x_64 = lean_box(0); -} -if (lean_is_scalar(x_64)) { - x_65 = lean_alloc_ctor(0, 2, 0); -} else { - x_65 = x_64; +return x_44; } -lean_ctor_set(x_65, 0, x_34); -lean_ctor_set(x_65, 1, x_63); -return x_65; } } -else +static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___closed__1() { +_start: { -lean_object* x_66; -x_66 = lean_ctor_get(x_33, 0); -lean_inc(x_66); -lean_dec(x_33); -if (lean_obj_tag(x_66) == 0) +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; +x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__1; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(lean_object* x_1, uint8_t 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) { +_start: { -lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = l_Lean_maxRecDepthErrorMessage; -x_70 = lean_string_dec_eq(x_68, x_69); -if (x_70 == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_71, 0, x_68); -x_72 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_72, 0, x_71); -x_73 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__3(x_67, x_72, x_2, x_3, x_4, x_5, x_6, x_7, x_27); -return x_73; +lean_object* x_12; +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkSyntheticSorryFor(x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_12; } else { -lean_object* x_74; -lean_dec(x_68); -x_74 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5(x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +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_inc(x_1); +lean_inc(x_4); +x_13 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___boxed), 10, 2); +lean_closure_set(x_13, 0, x_4); +lean_closure_set(x_13, 1, x_1); +x_14 = lean_box(x_2); +x_15 = lean_box(x_3); +x_16 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___boxed), 11, 4); +lean_closure_set(x_16, 0, x_4); +lean_closure_set(x_16, 1, x_1); +lean_closure_set(x_16, 2, x_14); +lean_closure_set(x_16, 3, x_15); +x_17 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___closed__1; +x_18 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__8), 10, 7); +lean_closure_set(x_18, 0, x_17); +lean_closure_set(x_18, 1, x_13); +lean_closure_set(x_18, 2, x_16); +lean_closure_set(x_18, 3, x_5); +lean_closure_set(x_18, 4, x_6); +lean_closure_set(x_18, 5, x_7); +lean_closure_set(x_18, 6, x_8); +x_19 = l_Lean_Core_withFreshMacroScope___rarg(x_18, x_9, x_10, x_11); +return x_19; +} +} +} +LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: +{ +lean_object* x_9; +x_9 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_74; +return x_9; } } -else +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -lean_object* x_75; +lean_object* x_9; +x_9 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_75 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg(x_27); -return x_75; -} -} +return x_9; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: { -lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_throwPostpone___at_Lean_Elab_Term_tryPostpone___spec__1___rarg___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_object* x_9; +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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) { _start: { lean_object* x_7; -x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg), 1, 0); +x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6(x_1, x_2, x_3, x_4, x_5, x_6); +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_7; } } -LEAN_EXPORT lean_object* l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -if (lean_obj_tag(x_1) == 0) +lean_object* x_5; +x_5 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1(x_1, x_2, x_3, x_4); +lean_dec(x_3); +return x_5; +} +} +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* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_4; lean_object* x_5; -x_4 = lean_ctor_get(x_1, 0); -lean_inc(x_4); -x_5 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_5, 0, x_4); -lean_ctor_set(x_5, 1, x_3); +lean_object* x_5; +x_5 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2(x_1, x_2, x_3, x_4); +lean_dec(x_3); return x_5; } -else +} +LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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_6; lean_object* x_7; -x_6 = lean_ctor_get(x_1, 0); -lean_inc(x_6); -x_7 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_7, 0, x_6); -lean_ctor_set(x_7, 1, x_3); +lean_object* x_7; +x_7 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3(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_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4(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_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: { -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_9 = lean_ctor_get(x_6, 5); -x_10 = lean_ctor_get(x_2, 2); -lean_inc(x_10); -lean_inc(x_10); -x_11 = l_Lean_Elab_getBetterRef(x_9, x_10); -x_12 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_4, x_5, x_6, x_7, x_8); -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 = l_Lean_Elab_addMacroStack___at_Lean_Elab_Term_instAddErrorMessageContextTermElabM___spec__1(x_13, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +lean_object* x_7; +x_7 = l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7(x_1, x_2, x_3, x_4, x_5, x_6); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_11); -lean_ctor_set(x_18, 1, x_17); -lean_ctor_set_tag(x_15, 1); -lean_ctor_set(x_15, 0, x_18); -return x_15; +lean_dec(x_1); +return x_7; } -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_15, 0); -x_20 = lean_ctor_get(x_15, 1); -lean_inc(x_20); -lean_inc(x_19); -lean_dec(x_15); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_11); -lean_ctor_set(x_21, 1, x_19); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -return x_22; } +LEAN_EXPORT lean_object* l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { _start: { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_7); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 5); -x_12 = l_Lean_replaceRef(x_1, x_11); -lean_dec(x_11); -lean_dec(x_1); -lean_ctor_set(x_7, 5, x_12); -x_13 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_8); +lean_object* x_9; +x_9 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_13; +lean_dec(x_3); +return x_9; } -else +} +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: { -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; -x_14 = lean_ctor_get(x_7, 0); -x_15 = lean_ctor_get(x_7, 1); -x_16 = lean_ctor_get(x_7, 2); -x_17 = lean_ctor_get(x_7, 3); -x_18 = lean_ctor_get(x_7, 4); -x_19 = lean_ctor_get(x_7, 5); -x_20 = lean_ctor_get(x_7, 6); -x_21 = lean_ctor_get(x_7, 7); -x_22 = lean_ctor_get(x_7, 8); -x_23 = lean_ctor_get(x_7, 9); -x_24 = lean_ctor_get(x_7, 10); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); +lean_object* x_9; +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__12(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); -x_25 = l_Lean_replaceRef(x_1, x_19); -lean_dec(x_19); -lean_dec(x_1); -x_26 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_26, 0, x_14); -lean_ctor_set(x_26, 1, x_15); -lean_ctor_set(x_26, 2, x_16); -lean_ctor_set(x_26, 3, x_17); -lean_ctor_set(x_26, 4, x_18); -lean_ctor_set(x_26, 5, x_25); -lean_ctor_set(x_26, 6, x_20); -lean_ctor_set(x_26, 7, x_21); -lean_ctor_set(x_26, 8, x_22); -lean_ctor_set(x_26, 9, x_23); -lean_ctor_set(x_26, 10, x_24); -x_27 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_2, x_3, x_4, x_5, x_6, x_26, x_8, x_9); -lean_dec(x_8); -lean_dec(x_26); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_27; -} +lean_dec(x_3); +lean_dec(x_2); +return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_1); -lean_ctor_set(x_10, 1, x_9); -x_11 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_8); -return x_11; +lean_object* x_7; +x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13(x_1, x_2, x_3, x_4, x_5, x_6); +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_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6___rarg___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); +lean_object* x_3; +x_3 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(x_1, x_2); +lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___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_7; -x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg), 1, 0); -return x_7; +lean_object* x_6; +x_6 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17___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_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; -x_9 = lean_st_ref_get(x_7, x_8); -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_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = lean_ctor_get(x_6, 3); -lean_inc(x_13); -x_14 = lean_ctor_get(x_6, 4); -lean_inc(x_14); -x_15 = lean_ctor_get(x_6, 5); -lean_inc(x_15); -x_16 = lean_ctor_get(x_6, 6); -lean_inc(x_16); -x_17 = lean_ctor_get(x_6, 7); -lean_inc(x_17); -x_18 = lean_ctor_get(x_6, 10); -lean_inc(x_18); -lean_inc(x_12); -x_19 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1___boxed), 4, 1); -lean_closure_set(x_19, 0, x_12); -lean_inc(x_16); -x_20 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___rarg___boxed), 3, 1); -lean_closure_set(x_20, 0, x_16); -lean_inc(x_12); -x_21 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2___boxed), 4, 1); -lean_closure_set(x_21, 0, x_12); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_12); -x_22 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3___boxed), 6, 3); -lean_closure_set(x_22, 0, x_12); -lean_closure_set(x_22, 1, x_16); -lean_closure_set(x_22, 2, x_17); -lean_inc(x_12); -x_23 = lean_alloc_closure((void*)(l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4___boxed), 6, 3); -lean_closure_set(x_23, 0, x_12); -lean_closure_set(x_23, 1, x_16); -lean_closure_set(x_23, 2, x_17); -x_24 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_24, 0, x_19); -lean_ctor_set(x_24, 1, x_20); -lean_ctor_set(x_24, 2, x_21); -lean_ctor_set(x_24, 3, x_22); -lean_ctor_set(x_24, 4, x_23); -x_25 = lean_st_ref_get(x_7, x_11); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_environment_main_module(x_12); -x_30 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_30, 0, x_24); -lean_ctor_set(x_30, 1, x_29); -lean_ctor_set(x_30, 2, x_18); -lean_ctor_set(x_30, 3, x_13); -lean_ctor_set(x_30, 4, x_14); -lean_ctor_set(x_30, 5, x_15); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_28); -lean_ctor_set(x_32, 1, x_31); -x_33 = lean_apply_2(x_1, x_30, 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; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_st_ref_take(x_7, x_27); -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 = !lean_is_exclusive(x_38); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_41 = lean_ctor_get(x_38, 1); -lean_dec(x_41); -lean_ctor_set(x_38, 1, x_36); -x_42 = lean_st_ref_set(x_7, x_38, x_39); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_ctor_get(x_35, 1); -lean_inc(x_44); -lean_dec(x_35); -x_45 = l_List_reverse___rarg(x_44); -x_46 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_43); +uint8_t x_10; lean_object* x_11; +x_10 = lean_unbox(x_2); +lean_dec(x_2); +x_11 = l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +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_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) +lean_dec(x_1); +return x_11; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20___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_48; -x_48 = lean_ctor_get(x_46, 0); -lean_dec(x_48); -lean_ctor_set(x_46, 0, x_34); -return x_46; +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_5); +lean_dec(x_5); +x_14 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +return x_14; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19___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_49; lean_object* x_50; -x_49 = lean_ctor_get(x_46, 1); -lean_inc(x_49); -lean_dec(x_46); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_34); -lean_ctor_set(x_50, 1, x_49); -return x_50; +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_5); +lean_dec(x_5); +x_14 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +return x_14; } } -else +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21___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: { -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; -x_51 = lean_ctor_get(x_38, 0); -x_52 = lean_ctor_get(x_38, 2); -x_53 = lean_ctor_get(x_38, 3); -x_54 = lean_ctor_get(x_38, 4); -x_55 = lean_ctor_get(x_38, 5); -x_56 = lean_ctor_get(x_38, 6); -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_dec(x_38); -x_57 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_57, 0, x_51); -lean_ctor_set(x_57, 1, x_36); -lean_ctor_set(x_57, 2, x_52); -lean_ctor_set(x_57, 3, x_53); -lean_ctor_set(x_57, 4, x_54); -lean_ctor_set(x_57, 5, x_55); -lean_ctor_set(x_57, 6, x_56); -x_58 = lean_st_ref_set(x_7, x_57, x_39); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -lean_dec(x_58); -x_60 = lean_ctor_get(x_35, 1); -lean_inc(x_60); -lean_dec(x_35); -x_61 = l_List_reverse___rarg(x_60); -x_62 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_61, x_2, x_3, x_4, x_5, x_6, x_7, x_59); +lean_object* x_9; +x_9 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_64 = x_62; -} else { - lean_dec_ref(x_62); - x_64 = lean_box(0); +lean_dec(x_1); +return x_9; } -if (lean_is_scalar(x_64)) { - x_65 = lean_alloc_ctor(0, 2, 0); -} else { - x_65 = x_64; } -lean_ctor_set(x_65, 0, x_34); -lean_ctor_set(x_65, 1, x_63); -return x_65; +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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) { +_start: +{ +uint8_t x_15; lean_object* x_16; +x_15 = lean_unbox(x_4); +lean_dec(x_4); +x_16 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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_13); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_5); +return x_16; } } -else -{ -lean_object* x_66; -x_66 = lean_ctor_get(x_33, 0); -lean_inc(x_66); -lean_dec(x_33); -if (lean_obj_tag(x_66) == 0) -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = l_Lean_maxRecDepthErrorMessage; -x_70 = lean_string_dec_eq(x_68, x_69); -if (x_70 == 0) +LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_71, 0, x_68); -x_72 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_72, 0, x_71); -x_73 = l_Lean_throwErrorAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__10(x_67, x_72, x_2, x_3, x_4, x_5, x_6, x_7, x_27); -return x_73; +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_4); +lean_dec(x_4); +x_13 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(x_1, x_2, x_3, x_12, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_13; } -else +} +LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22___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: { -lean_object* x_74; -lean_dec(x_68); -x_74 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__12(x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_27); +lean_object* x_9; +x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_74; +return x_9; } } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: { -lean_object* x_75; +lean_object* x_11; +x_11 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1(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); -x_75 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13___rarg(x_27); -return x_75; -} -} +return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_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_3 = lean_st_ref_get(x_1, x_2); -x_4 = lean_ctor_get(x_3, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_3, 1); -lean_inc(x_5); -lean_dec(x_3); -x_6 = lean_ctor_get(x_4, 3); -lean_inc(x_6); -lean_dec(x_4); -x_7 = lean_st_ref_take(x_1, x_5); -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_object* x_10; +x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); lean_dec(x_7); -x_10 = !lean_is_exclusive(x_8); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_8, 3); -lean_dec(x_11); -x_12 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -lean_ctor_set(x_8, 3, x_12); -x_13 = lean_st_ref_set(x_1, x_8, x_9); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) -{ -lean_object* x_15; -x_15 = lean_ctor_get(x_13, 0); -lean_dec(x_15); -lean_ctor_set(x_13, 0, x_6); -return x_13; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_10; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -lean_dec(x_13); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_6); -lean_ctor_set(x_17, 1, x_16); -return x_17; +lean_object* x_9; +x_9 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; } } -else +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +_start: { -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; -x_18 = lean_ctor_get(x_8, 0); -x_19 = lean_ctor_get(x_8, 1); -x_20 = lean_ctor_get(x_8, 2); -x_21 = lean_ctor_get(x_8, 4); -x_22 = lean_ctor_get(x_8, 5); -x_23 = lean_ctor_get(x_8, 6); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_dec(x_8); -x_24 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -x_25 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_25, 0, x_18); -lean_ctor_set(x_25, 1, x_19); -lean_ctor_set(x_25, 2, x_20); -lean_ctor_set(x_25, 3, x_24); -lean_ctor_set(x_25, 4, x_21); -lean_ctor_set(x_25, 5, x_22); -lean_ctor_set(x_25, 6, x_23); -x_26 = lean_st_ref_set(x_1, x_25, x_9); -x_27 = lean_ctor_get(x_26, 1); -lean_inc(x_27); -if (lean_is_exclusive(x_26)) { - lean_ctor_release(x_26, 0); - lean_ctor_release(x_26, 1); - x_28 = x_26; -} else { - lean_dec_ref(x_26); - x_28 = lean_box(0); -} -if (lean_is_scalar(x_28)) { - x_29 = lean_alloc_ctor(0, 2, 0); -} else { - x_29 = x_28; +uint8_t x_13; lean_object* x_14; +x_13 = lean_unbox(x_3); +lean_dec(x_3); +x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_14; } -lean_ctor_set(x_29, 0, x_6); -lean_ctor_set(x_29, 1, x_27); -return x_29; } +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: +{ +uint8_t x_12; uint8_t x_13; lean_object* x_14; +x_12 = lean_unbox(x_3); +lean_dec(x_3); +x_13 = lean_unbox(x_4); +lean_dec(x_4); +x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15(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_Term_elabTermAux___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_6; -x_6 = lean_alloc_closure((void*)(l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg___boxed), 2, 0); -return x_6; +lean_object* x_12; +x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_10 = lean_ctor_get(x_7, 2); -x_11 = l_Lean_KVMap_getBool(x_10, x_1, x_2); -x_12 = lean_box(x_11); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_9); -return x_13; +uint8_t x_12; uint8_t x_13; lean_object* x_14; +x_12 = lean_unbox(x_3); +lean_dec(x_3); +x_13 = lean_unbox(x_4); +lean_dec(x_4); +x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_14; } } -static double _init_l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1() { +LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_1; uint8_t x_2; lean_object* x_3; double x_4; -x_1 = lean_unsigned_to_nat(1000000000u); -x_2 = 0; -x_3 = lean_unsigned_to_nat(0u); -x_4 = l_Float_ofScientific(x_1, x_2, x_3); -return x_4; +uint8_t x_12; uint8_t x_13; lean_object* x_14; +x_12 = lean_unbox(x_2); +lean_dec(x_2); +x_13 = lean_unbox(x_3); +lean_dec(x_3); +x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(lean_object* x_1, lean_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_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___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) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_9 = lean_io_mono_nanos_now(x_8); +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_9 = lean_st_ref_get(x_7, x_8); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); -x_11 = lean_ctor_get(x_9, 1); +x_11 = lean_ctor_get(x_10, 6); lean_inc(x_11); -lean_dec(x_9); -x_12 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); -if (lean_obj_tag(x_12) == 0) +lean_dec(x_10); +x_12 = lean_ctor_get_uint8(x_11, sizeof(void*)*2); +lean_dec(x_11); +if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -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_io_mono_nanos_now(x_14); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) +uint8_t x_13; +lean_dec(x_1); +x_13 = !lean_is_exclusive(x_9); +if (x_13 == 0) { -lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; double x_21; double x_22; double x_23; lean_object* x_24; lean_object* x_25; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_nat_sub(x_17, x_10); -lean_dec(x_10); -lean_dec(x_17); -x_19 = 0; -x_20 = lean_unsigned_to_nat(0u); -x_21 = l_Float_ofScientific(x_18, x_19, x_20); -lean_dec(x_18); -x_22 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; -x_23 = lean_float_div(x_21, x_22); -x_24 = lean_box_float(x_23); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_13); -lean_ctor_set(x_25, 1, x_24); -lean_ctor_set(x_15, 0, x_25); -return x_15; +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_9, 0); +lean_dec(x_14); +x_15 = lean_box(0); +lean_ctor_set(x_9, 0, x_15); +return x_9; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; double x_31; double x_32; double x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -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 = lean_nat_sub(x_26, x_10); -lean_dec(x_10); -lean_dec(x_26); -x_29 = 0; -x_30 = lean_unsigned_to_nat(0u); -x_31 = l_Float_ofScientific(x_28, x_29, x_30); -lean_dec(x_28); -x_32 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18___closed__1; -x_33 = lean_float_div(x_31, x_32); -x_34 = lean_box_float(x_33); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_13); -lean_ctor_set(x_35, 1, x_34); -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; +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_9, 1); +lean_inc(x_16); +lean_dec(x_9); +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_16); +return x_18; } } else { -uint8_t x_37; -lean_dec(x_10); -x_37 = !lean_is_exclusive(x_12); -if (x_37 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_19 = lean_ctor_get(x_9, 1); +lean_inc(x_19); +lean_dec(x_9); +x_20 = lean_st_ref_take(x_7, x_19); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_21, 6); +lean_inc(x_22); +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +lean_dec(x_20); +x_24 = !lean_is_exclusive(x_21); +if (x_24 == 0) { -return x_12; +lean_object* x_25; uint8_t x_26; +x_25 = lean_ctor_get(x_21, 6); +lean_dec(x_25); +x_26 = !lean_is_exclusive(x_22); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_27 = lean_ctor_get(x_22, 1); +x_28 = l_Lean_PersistentArray_push___rarg(x_27, x_1); +lean_ctor_set(x_22, 1, x_28); +x_29 = lean_st_ref_set(x_7, x_21, x_23); +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_29, 0); +lean_dec(x_31); +x_32 = lean_box(0); +lean_ctor_set(x_29, 0, x_32); +return x_29; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_12, 0); -x_39 = lean_ctor_get(x_12, 1); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_12); -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; -} -} +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_29, 1); +lean_inc(x_33); +lean_dec(x_29); +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; } } -static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("profiler", 8); -return x_1; -} +uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_36 = lean_ctor_get_uint8(x_22, sizeof(void*)*2); +x_37 = lean_ctor_get(x_22, 0); +x_38 = lean_ctor_get(x_22, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_22); +x_39 = l_Lean_PersistentArray_push___rarg(x_38, x_1); +x_40 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_40, 0, x_37); +lean_ctor_set(x_40, 1, x_39); +lean_ctor_set_uint8(x_40, sizeof(void*)*2, x_36); +lean_ctor_set(x_21, 6, x_40); +x_41 = lean_st_ref_set(x_7, x_21, x_23); +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +if (lean_is_exclusive(x_41)) { + lean_ctor_release(x_41, 0); + lean_ctor_release(x_41, 1); + x_43 = x_41; +} else { + lean_dec_ref(x_41); + x_43 = lean_box(0); } -static lean_object* _init_l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +x_44 = lean_box(0); +if (lean_is_scalar(x_43)) { + x_45 = lean_alloc_ctor(0, 2, 0); +} else { + x_45 = x_43; } +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_42); +return x_45; } -LEAN_EXPORT lean_object* l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(lean_object* x_1, lean_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; uint8_t x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_9 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16___closed__2; -x_10 = 0; -x_11 = l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_9, x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -x_13 = lean_unbox(x_12); -lean_dec(x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_11, 1); -lean_inc(x_14); -lean_dec(x_11); -x_15 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); -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; lean_object* x_19; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_box(0); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_18); -lean_ctor_set(x_15, 0, x_19); -return x_15; } 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_15, 0); -x_21 = lean_ctor_get(x_15, 1); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_15); -x_22 = lean_box(0); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_20); -lean_ctor_set(x_23, 1, 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_21); -return x_24; +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; 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; +x_46 = lean_ctor_get(x_21, 0); +x_47 = lean_ctor_get(x_21, 1); +x_48 = lean_ctor_get(x_21, 2); +x_49 = lean_ctor_get(x_21, 3); +x_50 = lean_ctor_get(x_21, 4); +x_51 = lean_ctor_get(x_21, 5); +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_dec(x_21); +x_52 = lean_ctor_get_uint8(x_22, sizeof(void*)*2); +x_53 = lean_ctor_get(x_22, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_22, 1); +lean_inc(x_54); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + lean_ctor_release(x_22, 1); + x_55 = x_22; +} else { + lean_dec_ref(x_22); + x_55 = lean_box(0); } +x_56 = l_Lean_PersistentArray_push___rarg(x_54, x_1); +if (lean_is_scalar(x_55)) { + x_57 = lean_alloc_ctor(0, 2, 1); +} else { + x_57 = x_55; } -else -{ -uint8_t x_25; -x_25 = !lean_is_exclusive(x_15); -if (x_25 == 0) -{ -return x_15; +lean_ctor_set(x_57, 0, x_53); +lean_ctor_set(x_57, 1, x_56); +lean_ctor_set_uint8(x_57, sizeof(void*)*2, x_52); +x_58 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_58, 0, x_46); +lean_ctor_set(x_58, 1, x_47); +lean_ctor_set(x_58, 2, x_48); +lean_ctor_set(x_58, 3, x_49); +lean_ctor_set(x_58, 4, x_50); +lean_ctor_set(x_58, 5, x_51); +lean_ctor_set(x_58, 6, x_57); +x_59 = lean_st_ref_set(x_7, x_58, x_23); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; +} else { + lean_dec_ref(x_59); + x_61 = lean_box(0); } -else -{ -lean_object* x_26; lean_object* x_27; lean_object* 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 = 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; +x_62 = lean_box(0); +if (lean_is_scalar(x_61)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_61; +} +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_60); +return x_63; } } } -else +} +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___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) { +_start: { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_11, 1); -lean_inc(x_29); +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_9 = lean_st_ref_get(x_7, x_8); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_10, 6); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_ctor_get_uint8(x_11, sizeof(void*)*2); lean_dec(x_11); -x_30 = l_Lean_withSeconds___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__18(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_29); -if (lean_obj_tag(x_30) == 0) -{ -uint8_t x_31; -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +if (x_12 == 0) { -lean_object* x_32; uint8_t x_33; -x_32 = lean_ctor_get(x_30, 0); -x_33 = !lean_is_exclusive(x_32); -if (x_33 == 0) +uint8_t x_13; +lean_dec(x_1); +x_13 = !lean_is_exclusive(x_9); +if (x_13 == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_32, 1); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_32, 1, x_35); -return x_30; +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_9, 0); +lean_dec(x_14); +x_15 = lean_box(0); +lean_ctor_set(x_9, 0, x_15); +return x_9; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_32, 0); -x_37 = lean_ctor_get(x_32, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_32); -x_38 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_38, 0, x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_36); -lean_ctor_set(x_39, 1, x_38); -lean_ctor_set(x_30, 0, x_39); -return x_30; +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_9, 1); +lean_inc(x_16); +lean_dec(x_9); +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_16); +return x_18; } } 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; -x_40 = lean_ctor_get(x_30, 0); -x_41 = lean_ctor_get(x_30, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_30); -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 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_43); -if (lean_is_scalar(x_44)) { - x_46 = lean_alloc_ctor(0, 2, 0); -} else { - x_46 = x_44; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_9, 1); +lean_inc(x_19); +lean_dec(x_9); +x_20 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_1); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3(x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_19); +return x_22; } -lean_ctor_set(x_46, 0, x_42); -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_41); -return x_47; } } -else -{ -uint8_t x_48; -x_48 = !lean_is_exclusive(x_30); -if (x_48 == 0) +LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___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) { +_start: { -return x_30; +lean_object* x_9; lean_object* x_10; +x_9 = lean_alloc_ctor(6, 1, 0); +lean_ctor_set(x_9, 0, x_1); +x_10 = l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___spec__2(x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_10; } -else -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_30, 0); -x_50 = lean_ctor_get(x_30, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_30); -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; } +LEAN_EXPORT lean_object* l_Lean_Elab_Term_addDotCompletionInfo(lean_object* x_1, lean_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; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_12 = lean_ctor_get(x_7, 1); +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_1); +x_15 = 0; +lean_inc(x_3); +lean_inc(x_12); +x_16 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_16, 0, x_14); +lean_ctor_set(x_16, 1, x_12); +lean_ctor_set(x_16, 2, x_3); +lean_ctor_set(x_16, 3, x_2); +lean_ctor_set_uint8(x_16, sizeof(void*)*4, x_15); +x_17 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_17, 1, x_4); +lean_ctor_set(x_17, 2, x_3); +x_18 = l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_8); +lean_dec(x_5); +return x_18; } } +LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___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) { _start: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_st_ref_take(x_11, x_12); -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 = !lean_is_exclusive(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; 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_17 = lean_ctor_get(x_14, 3); -x_18 = l_Lean_PersistentArray_toArray___rarg(x_17); -x_19 = lean_array_get_size(x_18); -x_20 = lean_usize_of_nat(x_19); -lean_dec(x_19); -x_21 = 0; -x_22 = l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___spec__1(x_20, x_21, x_18); -x_23 = lean_alloc_ctor(9, 3, 1); -lean_ctor_set(x_23, 0, x_2); -lean_ctor_set(x_23, 1, x_4); -lean_ctor_set(x_23, 2, x_22); -lean_ctor_set_uint8(x_23, sizeof(void*)*3, x_5); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_3); -lean_ctor_set(x_24, 1, x_23); -x_25 = l_Lean_PersistentArray_push___rarg(x_1, x_24); -lean_ctor_set(x_14, 3, x_25); -x_26 = lean_st_ref_set(x_11, x_14, x_15); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +lean_object* x_9; +x_9 = l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___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: { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_26, 0); -lean_dec(x_28); -x_29 = lean_box(0); -lean_ctor_set(x_26, 0, x_29); -return x_26; +lean_object* x_9; +x_9 = l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; } -else +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_addDotCompletionInfo___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_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_26, 1); -lean_inc(x_30); -lean_dec(x_26); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; +lean_object* x_12; +x_12 = l_Lean_Elab_Term_addDotCompletionInfo(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_7); +lean_dec(x_6); +return x_12; +} } +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTerm(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +_start: +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_9); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_9, 5); +x_14 = l_Lean_replaceRef(x_1, x_13); +lean_dec(x_13); +lean_ctor_set(x_9, 5, x_14); +x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_15; } 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; 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; lean_object* x_53; -x_33 = lean_ctor_get(x_14, 0); -x_34 = lean_ctor_get(x_14, 1); -x_35 = lean_ctor_get(x_14, 2); -x_36 = lean_ctor_get(x_14, 3); -x_37 = lean_ctor_get(x_14, 4); -x_38 = lean_ctor_get(x_14, 5); -x_39 = lean_ctor_get(x_14, 6); -lean_inc(x_39); -lean_inc(x_38); -lean_inc(x_37); -lean_inc(x_36); -lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_14); -x_40 = l_Lean_PersistentArray_toArray___rarg(x_36); -x_41 = lean_array_get_size(x_40); -x_42 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_43 = 0; -x_44 = l_Array_mapMUnsafe_map___at___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___spec__1(x_42, x_43, x_40); -x_45 = lean_alloc_ctor(9, 3, 1); -lean_ctor_set(x_45, 0, x_2); -lean_ctor_set(x_45, 1, x_4); -lean_ctor_set(x_45, 2, x_44); -lean_ctor_set_uint8(x_45, sizeof(void*)*3, x_5); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_3); -lean_ctor_set(x_46, 1, x_45); -x_47 = l_Lean_PersistentArray_push___rarg(x_1, x_46); -x_48 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_48, 0, x_33); -lean_ctor_set(x_48, 1, x_34); -lean_ctor_set(x_48, 2, x_35); -lean_ctor_set(x_48, 3, x_47); -lean_ctor_set(x_48, 4, x_37); -lean_ctor_set(x_48, 5, x_38); -lean_ctor_set(x_48, 6, x_39); -x_49 = lean_st_ref_set(x_11, x_48, x_15); -x_50 = lean_ctor_get(x_49, 1); -lean_inc(x_50); -if (lean_is_exclusive(x_49)) { - lean_ctor_release(x_49, 0); - lean_ctor_release(x_49, 1); - x_51 = x_49; -} else { - lean_dec_ref(x_49); - x_51 = lean_box(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; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_16 = lean_ctor_get(x_9, 0); +x_17 = lean_ctor_get(x_9, 1); +x_18 = lean_ctor_get(x_9, 2); +x_19 = lean_ctor_get(x_9, 3); +x_20 = lean_ctor_get(x_9, 4); +x_21 = lean_ctor_get(x_9, 5); +x_22 = lean_ctor_get(x_9, 6); +x_23 = lean_ctor_get(x_9, 7); +x_24 = lean_ctor_get(x_9, 8); +x_25 = lean_ctor_get(x_9, 9); +x_26 = lean_ctor_get(x_9, 10); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_9); +x_27 = l_Lean_replaceRef(x_1, x_21); +lean_dec(x_21); +x_28 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_28, 0, x_16); +lean_ctor_set(x_28, 1, x_17); +lean_ctor_set(x_28, 2, x_18); +lean_ctor_set(x_28, 3, x_19); +lean_ctor_set(x_28, 4, x_20); +lean_ctor_set(x_28, 5, x_27); +lean_ctor_set(x_28, 6, x_22); +lean_ctor_set(x_28, 7, x_23); +lean_ctor_set(x_28, 8, x_24); +lean_ctor_set(x_28, 9, x_25); +lean_ctor_set(x_28, 10, x_26); +x_29 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_28, x_10, x_11); +return x_29; } -x_52 = lean_box(0); -if (lean_is_scalar(x_51)) { - x_53 = lean_alloc_ctor(0, 2, 0); -} else { - x_53 = x_51; } -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_50); -return x_53; } +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTerm___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: +{ +uint8_t x_12; uint8_t x_13; lean_object* x_14; +x_12 = lean_unbox(x_3); +lean_dec(x_3); +x_13 = lean_unbox(x_4); +lean_dec(x_4); +x_14 = l_Lean_Elab_Term_elabTerm(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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_Lean_Elab_Term_elabTermEnsuringType(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_10); -if (x_13 == 0) +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_2); +lean_inc(x_1); +x_13 = l_Lean_Elab_Term_elabTerm(x_1, x_2, x_3, x_4, 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_10, 5); -x_15 = l_Lean_replaceRef(x_3, x_14); -lean_dec(x_14); -lean_ctor_set(x_10, 5, x_15); -x_16 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_4, x_8, x_9, x_10, x_11, x_12); -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___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(x_1, x_2, x_3, x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_18); -lean_dec(x_10); -return x_19; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +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 = lean_box(0); +x_17 = !lean_is_exclusive(x_10); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_10, 5); +x_19 = l_Lean_replaceRef(x_1, x_18); +lean_dec(x_18); +lean_dec(x_1); +lean_ctor_set(x_10, 5, x_19); +x_20 = l_Lean_Elab_Term_ensureHasType(x_2, x_14, x_5, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_15); +return x_20; } else { -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; lean_object* x_36; -x_20 = lean_ctor_get(x_10, 0); -x_21 = lean_ctor_get(x_10, 1); -x_22 = lean_ctor_get(x_10, 2); -x_23 = lean_ctor_get(x_10, 3); -x_24 = lean_ctor_get(x_10, 4); -x_25 = lean_ctor_get(x_10, 5); -x_26 = lean_ctor_get(x_10, 6); -x_27 = lean_ctor_get(x_10, 7); -x_28 = lean_ctor_get(x_10, 8); -x_29 = lean_ctor_get(x_10, 9); -x_30 = lean_ctor_get(x_10, 10); +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; +x_21 = lean_ctor_get(x_10, 0); +x_22 = lean_ctor_get(x_10, 1); +x_23 = lean_ctor_get(x_10, 2); +x_24 = lean_ctor_get(x_10, 3); +x_25 = lean_ctor_get(x_10, 4); +x_26 = lean_ctor_get(x_10, 5); +x_27 = lean_ctor_get(x_10, 6); +x_28 = lean_ctor_get(x_10, 7); +x_29 = lean_ctor_get(x_10, 8); +x_30 = lean_ctor_get(x_10, 9); +x_31 = lean_ctor_get(x_10, 10); +lean_inc(x_31); lean_inc(x_30); lean_inc(x_29); lean_inc(x_28); @@ -34883,4444 +35020,4266 @@ lean_inc(x_24); lean_inc(x_23); lean_inc(x_22); lean_inc(x_21); -lean_inc(x_20); lean_dec(x_10); -x_31 = l_Lean_replaceRef(x_3, x_25); -lean_dec(x_25); -x_32 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_32, 0, x_20); -lean_ctor_set(x_32, 1, x_21); -lean_ctor_set(x_32, 2, x_22); -lean_ctor_set(x_32, 3, x_23); -lean_ctor_set(x_32, 4, x_24); -lean_ctor_set(x_32, 5, x_31); -lean_ctor_set(x_32, 6, x_26); -lean_ctor_set(x_32, 7, x_27); -lean_ctor_set(x_32, 8, x_28); -lean_ctor_set(x_32, 9, x_29); -lean_ctor_set(x_32, 10, x_30); -x_33 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_4, x_8, x_9, x_32, x_11, x_12); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(x_1, x_2, x_3, x_34, x_5, x_6, x_7, x_8, x_9, x_32, x_11, x_35); -lean_dec(x_32); -return x_36; +x_32 = l_Lean_replaceRef(x_1, x_26); +lean_dec(x_26); +lean_dec(x_1); +x_33 = lean_alloc_ctor(0, 11, 0); +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_24); +lean_ctor_set(x_33, 4, x_25); +lean_ctor_set(x_33, 5, x_32); +lean_ctor_set(x_33, 6, x_27); +lean_ctor_set(x_33, 7, x_28); +lean_ctor_set(x_33, 8, x_29); +lean_ctor_set(x_33, 9, x_30); +lean_ctor_set(x_33, 10, x_31); +x_34 = l_Lean_Elab_Term_ensureHasType(x_2, x_14, x_5, x_16, x_6, x_7, x_8, x_9, x_33, x_11, x_15); +return x_34; +} +} +else +{ +uint8_t x_35; +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_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_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(lean_object* x_1, lean_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: -{ -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_9; lean_object* x_10; -x_9 = lean_ctor_get(x_1, 0); -lean_inc(x_9); -x_10 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_8); -return x_10; } -else +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTermEnsuringType___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_11; lean_object* x_12; -x_11 = lean_ctor_get(x_1, 0); -lean_inc(x_11); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_8); -return x_12; -} +uint8_t x_13; uint8_t x_14; lean_object* x_15; +x_13 = lean_unbox(x_3); +lean_dec(x_3); +x_14 = lean_unbox(x_4); +lean_dec(x_4); +x_15 = l_Lean_Elab_Term_elabTermEnsuringType(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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_EXPORT lean_object* l_Lean_Elab_Term_commitIfNoErrors_x3f___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) { _start: { -lean_object* x_9; -x_9 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_9) == 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_24; +x_9 = l_Lean_Elab_Term_saveState___rarg(x_3, x_4, x_5, x_6, x_7, x_8); +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_Core_resetMessageLog(x_6, x_7, x_11); +x_13 = lean_ctor_get(x_12, 1); +lean_inc(x_13); +lean_dec(x_12); +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 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_13); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_9); -if (x_10 == 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; uint8_t x_31; +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 = lean_st_ref_get(x_7, x_26); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_ctor_get(x_28, 5); +lean_inc(x_30); +lean_dec(x_28); +x_31 = l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(x_30); +if (x_31 == 0) { -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_9, 0, x_12); -return x_9; +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; uint8_t x_40; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_32 = l_Lean_Core_getMessageLog___rarg(x_7, x_29); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_ctor_get(x_10, 0); +lean_inc(x_35); +lean_dec(x_10); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +lean_dec(x_35); +x_37 = lean_ctor_get(x_36, 5); +lean_inc(x_37); +lean_dec(x_36); +x_38 = l_Lean_PersistentArray_append___rarg(x_37, x_33); +x_39 = l_Lean_Core_setMessageLog(x_38, x_6, x_7, x_34); +lean_dec(x_7); +lean_dec(x_6); +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); +lean_dec(x_41); +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_25); +lean_ctor_set(x_39, 0, x_42); +return x_39; } else { -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_dec(x_9); -x_15 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_15, 0, x_13); -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; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_39, 1); +lean_inc(x_43); +lean_dec(x_39); +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +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; } } else { -uint8_t x_17; -x_17 = !lean_is_exclusive(x_9); -if (x_17 == 0) +uint8_t x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_25); +x_46 = 0; +x_47 = l_Lean_Elab_Term_SavedState_restore(x_10, x_46, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_9, 0); -x_19 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set_tag(x_9, 0); -lean_ctor_set(x_9, 0, x_19); -return x_9; +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_47, 0); +lean_dec(x_49); +x_50 = lean_box(0); +lean_ctor_set(x_47, 0, x_50); +return x_47; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_20 = lean_ctor_get(x_9, 0); -x_21 = lean_ctor_get(x_9, 1); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_9); -x_22 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_22, 0, x_20); -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; -} +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_47, 1); +lean_inc(x_51); +lean_dec(x_47); +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; } } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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: +else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; -lean_inc(x_12); -x_15 = l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(x_1, x_2, x_3, x_6, x_4, x_8, x_9, x_10, x_11, x_12, x_13, x_14); -x_16 = lean_ctor_get(x_15, 1); -lean_inc(x_16); -lean_dec(x_15); -x_17 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(x_5, x_8, x_9, x_10, x_11, x_12, x_13, x_16); -lean_dec(x_12); -lean_dec(x_8); -return x_17; -} +lean_object* x_54; +x_54 = lean_ctor_get(x_24, 1); +lean_inc(x_54); +lean_dec(x_24); +x_14 = x_54; +goto block_23; } -static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1() { -_start: +block_23: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[", 1); -return x_1; -} +uint8_t x_15; lean_object* x_16; uint8_t x_17; +x_15 = 0; +x_16 = l_Lean_Elab_Term_SavedState_restore(x_10, x_15, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_ctor_get(x_16, 0); +lean_dec(x_18); +x_19 = lean_box(0); +lean_ctor_set(x_16, 0, x_19); +return x_16; } -static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__2() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_16, 1); +lean_inc(x_20); +lean_dec(x_16); +x_21 = lean_box(0); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_20); +return x_22; } } -static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("s] ", 3); -return x_1; } } -static lean_object* _init_l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4() { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_commitIfNoErrors_x3f(lean_object* x_1) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__3; -x_2 = l_Lean_stringToMessageData(x_1); +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_commitIfNoErrors_x3f___rarg), 8, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(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_EXPORT lean_object* l_Lean_Elab_Term_adaptExpander(lean_object* x_1, lean_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_12; lean_object* x_13; uint8_t x_14; -lean_inc(x_1); -x_12 = l_Lean_isTracingEnabledFor___at_Lean_Elab_Term_traceAtCmdPos___spec__1(x_1, 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); -x_14 = lean_unbox(x_13); -lean_dec(x_13); -if (x_14 == 0) -{ -lean_object* x_15; lean_object* x_16; -lean_dec(x_2); -lean_dec(x_1); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); -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_object* x_22; lean_object* x_23; -x_17 = lean_ctor_get(x_12, 1); -lean_inc(x_17); -lean_dec(x_12); -x_18 = lean_ctor_get(x_9, 5); -lean_inc(x_18); -x_19 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(x_10, x_17); -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_alloc_closure((void*)(l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__1), 8, 1); -lean_closure_set(x_22, 0, x_3); -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_23 = l_Lean_withOptProfile___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__16(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -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); -lean_dec(x_23); -x_26 = lean_ctor_get(x_24, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -lean_inc(x_10); +lean_object* x_11; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_26); -x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_4); +lean_inc(x_2); +x_11 = lean_apply_8(x_1, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_11) == 0) { -if (lean_obj_tag(x_27) == 0) +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; +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 = 1; +x_15 = lean_box(x_14); +x_16 = lean_box(x_14); +lean_inc(x_12); +x_17 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); +lean_closure_set(x_17, 0, x_12); +lean_closure_set(x_17, 1, x_3); +lean_closure_set(x_17, 2, x_15); +lean_closure_set(x_17, 3, x_16); +x_18 = l_Lean_Elab_Term_withMacroExpansion___rarg(x_2, x_12, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_13); +return x_18; +} +else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -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 = lean_box(0); -x_32 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); -lean_dec(x_10); +uint8_t x_19; +lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_32; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_19 = !lean_is_exclusive(x_11); +if (x_19 == 0) +{ +return x_11; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_33 = lean_ctor_get(x_28, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); -x_35 = lean_ctor_get(x_27, 0); -lean_inc(x_35); -lean_dec(x_27); -x_36 = lean_unbox_float(x_35); -lean_dec(x_35); -x_37 = lean_float_to_string(x_36); -x_38 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_38, 0, x_37); -x_39 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_39, 0, x_38); -x_40 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___closed__4; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -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_33); -x_45 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; -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 = lean_box(0); -x_48 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); -lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_26); -return x_48; +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_11, 0); +x_21 = lean_ctor_get(x_11, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_11); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; } } -else +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkInstMVar(lean_object* x_1, lean_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_49; -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_20); +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; +x_9 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_9, 0, x_1); +x_10 = 1; +x_11 = lean_box(0); +lean_inc(x_4); +x_12 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_9, x_10, x_11, x_4, x_5, x_6, x_7, x_8); +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); +lean_inc(x_13); +x_15 = l_Lean_Expr_mvarId_x21(x_13); +x_16 = lean_box(0); +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_15); +x_17 = l_Lean_Elab_Term_synthesizeInstMVarCore(x_15, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +if (lean_obj_tag(x_17) == 0) +{ +lean_object* x_18; uint8_t x_19; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_unbox(x_18); lean_dec(x_18); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +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_17, 1); +lean_inc(x_20); +lean_dec(x_17); +x_21 = lean_box(0); +x_22 = l_Lean_Elab_Term_registerSyntheticMVarWithCurrRef(x_15, x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_20); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); -x_49 = !lean_is_exclusive(x_28); -if (x_49 == 0) +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -return x_28; +lean_object* x_24; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +lean_ctor_set(x_22, 0, x_13); +return x_22; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_28, 0); -x_51 = lean_ctor_get(x_28, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_28); -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_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 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_13); +lean_ctor_set(x_26, 1, x_25); +return x_26; } } else { -uint8_t x_53; -lean_dec(x_20); -lean_dec(x_18); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +uint8_t x_27; +lean_dec(x_15); 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_23); -if (x_53 == 0) +x_27 = !lean_is_exclusive(x_17); +if (x_27 == 0) { -return x_23; +lean_object* x_28; +x_28 = lean_ctor_get(x_17, 0); +lean_dec(x_28); +lean_ctor_set(x_17, 0, x_13); +return x_17; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_23, 0); -x_55 = lean_ctor_get(x_23, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_23); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_17, 1); +lean_inc(x_29); +lean_dec(x_17); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_13); +lean_ctor_set(x_30, 1, x_29); +return x_30; +} } } +else +{ +uint8_t x_31; +lean_dec(x_15); +lean_dec(x_13); +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_31 = !lean_is_exclusive(x_17); +if (x_31 == 0) +{ +return x_17; } +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_17, 0); +x_33 = lean_ctor_get(x_17, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_17); +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_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5___closed__2; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_1); -lean_ctor_set(x_10, 1, x_9); -x_11 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_8); -return x_11; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(lean_object* x_1) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("expected type: ", 15); -return x_1; +lean_object* x_2; lean_object* x_3; +x_2 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___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); +return x_3; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2() { +LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___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_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_7; +x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg), 1, 0); +return x_7; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__3() { +static lean_object* _init_l_Lean_Elab_Term_ensureType___lambda__1___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes(", term\n", 7); +x_1 = lean_mk_string_from_bytes("type expected, got\n (", 22); return x_1; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4() { +static lean_object* _init_l_Lean_Elab_Term_ensureType___lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__3; +x_1 = l_Lean_Elab_Term_ensureType___lambda__1___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__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_Term_elabTermAux___lambda__1___closed__2; -x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_postponeElabTermCore___closed__5; -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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__6() { +static lean_object* _init_l_Lean_Elab_Term_ensureType___lambda__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_Term_elabTermAux___lambda__1___closed__5; -x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4; -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_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_mkExplicitBinder___closed__13; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_Elab_Term_ensureType___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) { _start: { -lean_object* x_11; -x_11 = l_Lean_MessageData_ofSyntax(x_1); -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__6; -x_13 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_11); -x_14 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_10); -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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_17 = lean_ctor_get(x_2, 0); -lean_inc(x_17); -lean_dec(x_2); -x_18 = l_Lean_MessageData_ofExpr(x_17); -x_19 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__2; -x_20 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_18); -x_21 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___closed__4; -x_22 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); +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; +x_11 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); +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_MessageData_ofExpr(x_12); +x_18 = l_Lean_Elab_Term_ensureType___lambda__1___closed__2; +x_19 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +x_20 = l_Lean_Elab_Term_mkCoe___closed__5; +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_Lean_MessageData_ofExpr(x_15); x_23 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_11); -x_24 = l_Lean_Elab_Term_MVarErrorInfo_logError___closed__4; +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean_Elab_Term_ensureType___lambda__1___closed__3; x_25 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_25, 0, x_23); lean_ctor_set(x_25, 1, x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_10); +x_26 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_25, x_4, x_5, x_6, x_7, x_8, x_9, x_16); return x_26; } } -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_Elab_Term_ensureType(lean_object* x_1, lean_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_10; -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_1); -lean_ctor_set(x_10, 1, x_9); -return x_10; -} -} -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__1() { -_start: +lean_object* x_9; +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_1); +x_9 = l_Lean_Meta_isType(x_1, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("step", 4); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__2() { -_start: +lean_object* x_10; uint8_t x_11; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_unbox(x_10); +lean_dec(x_10); +if (x_11 == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("result", 6); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__3() { -_start: +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_9, 1); +lean_inc(x_12); +lean_dec(x_9); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_1); +x_13 = lean_infer_type(x_1, x_4, x_5, x_6, x_7, x_12); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__1; -x_3 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__2; -x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_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_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_mkFreshLevelMVar(x_4, x_5, x_6, x_7, x_15); +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_Expr_sort___override(x_17); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_14); +x_20 = l_Lean_Meta_isExprDefEq(x_14, x_19, x_4, x_5, x_6, x_7, x_18); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_9 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__3; -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); -x_12 = lean_unbox(x_11); -lean_dec(x_11); -if (x_12 == 0) +lean_object* x_21; uint8_t x_22; +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_unbox(x_21); +lean_dec(x_21); +if (x_22 == 0) { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_10); -if (x_13 == 0) +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +lean_dec(x_20); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_1); +x_24 = l_Lean_Meta_coerceToSort_x3f(x_1, x_4, x_5, x_6, x_7, x_23); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_14; -x_14 = lean_ctor_get(x_10, 0); +lean_object* x_25; +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; uint8_t x_30; +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +lean_dec(x_24); +lean_inc(x_1); +x_27 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_26); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = l_Lean_Expr_hasSyntheticSorry(x_28); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +x_31 = lean_box(0); +x_32 = l_Lean_Elab_Term_ensureType___lambda__1(x_1, x_14, x_31, x_2, x_3, x_4, x_5, x_6, x_7, x_29); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_32; +} +else +{ +lean_object* x_33; uint8_t x_34; lean_dec(x_14); -lean_ctor_set(x_10, 0, x_1); -return x_10; +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_33 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(x_29); +x_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) +{ +return x_33; } else { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -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; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_33, 0); +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_33); +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_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_17 = lean_ctor_get(x_10, 1); -lean_inc(x_17); -lean_dec(x_10); -lean_inc(x_1); -x_18 = l_Lean_MessageData_ofExpr(x_1); -x_19 = l_Lean_addTrace___at_Lean_Elab_Term_traceAtCmdPos___spec__2(x_9, x_18, x_2, x_3, x_4, x_5, x_6, x_7, x_17); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +uint8_t x_38; +lean_dec(x_14); +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_38 = !lean_is_exclusive(x_24); +if (x_38 == 0) { -lean_object* x_21; -x_21 = lean_ctor_get(x_19, 0); -lean_dec(x_21); -lean_ctor_set(x_19, 0, x_1); -return x_19; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_24, 0); +lean_dec(x_39); +x_40 = lean_ctor_get(x_25, 0); +lean_inc(x_40); +lean_dec(x_25); +lean_ctor_set(x_24, 0, x_40); +return x_24; } else { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_dec(x_19); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_1); -lean_ctor_set(x_23, 1, x_22); -return x_23; -} +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_24, 1); +lean_inc(x_41); +lean_dec(x_24); +x_42 = lean_ctor_get(x_25, 0); +lean_inc(x_42); +lean_dec(x_25); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(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, lean_object* x_11, lean_object* x_12) { -_start: +else { -switch (lean_obj_tag(x_5)) { -case 0: +uint8_t x_44; +lean_dec(x_14); +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_44 = !lean_is_exclusive(x_24); +if (x_44 == 0) { -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); -x_13 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(x_1, x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_13) == 0) +return x_24; +} +else { -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 = lean_apply_8(x_4, x_14, x_6, x_7, x_8, x_9, x_10, x_11, x_15); -return x_16; +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_24, 0); +x_46 = lean_ctor_get(x_24, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_24); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; +} +} } else { -uint8_t x_17; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +uint8_t x_48; +lean_dec(x_14); lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); -x_17 = !lean_is_exclusive(x_13); -if (x_17 == 0) +lean_dec(x_3); +lean_dec(x_2); +x_48 = !lean_is_exclusive(x_20); +if (x_48 == 0) { -return x_13; +lean_object* x_49; +x_49 = lean_ctor_get(x_20, 0); +lean_dec(x_49); +lean_ctor_set(x_20, 0, x_1); +return x_20; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_13, 0); -x_19 = lean_ctor_get(x_13, 1); -lean_inc(x_19); -lean_inc(x_18); -lean_dec(x_13); -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_50; lean_object* x_51; +x_50 = lean_ctor_get(x_20, 1); +lean_inc(x_50); +lean_dec(x_20); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_1); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } -case 1: +else { -lean_object* x_21; lean_object* x_22; -lean_dec(x_2); -x_21 = lean_ctor_get(x_5, 0); -lean_inc(x_21); +uint8_t x_52; +lean_dec(x_14); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -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_22 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabImplicitLambda(x_1, x_3, x_21, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_22) == 0) +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_52 = !lean_is_exclusive(x_20); +if (x_52 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -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 = lean_apply_8(x_4, x_23, x_6, x_7, x_8, x_9, x_10, x_11, x_24); -return x_25; +return x_20; +} +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_20, 0); +x_54 = lean_ctor_get(x_20, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_20); +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 { -uint8_t x_26; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +uint8_t x_56; lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); -x_26 = !lean_is_exclusive(x_22); -if (x_26 == 0) +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_56 = !lean_is_exclusive(x_13); +if (x_56 == 0) { -return x_22; +return x_13; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_22, 0); -x_28 = lean_ctor_get(x_22, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_22); -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_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_13, 0); +x_58 = lean_ctor_get(x_13, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_13); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } -default: -{ -uint8_t x_30; -x_30 = lean_ctor_get_uint8(x_6, sizeof(void*)*8); -if (x_30 == 0) -{ -lean_object* x_31; -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_31 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabUsingElabFns(x_1, x_2, x_3, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -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 = lean_apply_8(x_4, x_32, x_6, x_7, x_8, x_9, x_10, x_11, x_33); -return x_34; } else { -uint8_t x_35; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +uint8_t x_60; lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); -x_35 = !lean_is_exclusive(x_31); -if (x_35 == 0) +lean_dec(x_3); +lean_dec(x_2); +x_60 = !lean_is_exclusive(x_9); +if (x_60 == 0) { -return x_31; +lean_object* x_61; +x_61 = lean_ctor_get(x_9, 0); +lean_dec(x_61); +lean_ctor_set(x_9, 0, x_1); +return x_9; } else { -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; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_9, 1); +lean_inc(x_62); +lean_dec(x_9); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_1); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } else { -if (x_3 == 0) -{ -lean_object* x_39; uint8_t x_40; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +uint8_t x_64; 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 = l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7___rarg(x_12); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +x_64 = !lean_is_exclusive(x_9); +if (x_64 == 0) { -return x_39; +return x_9; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_39); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_9, 0); +x_66 = lean_ctor_get(x_9, 1); +lean_inc(x_66); +lean_inc(x_65); +lean_dec(x_9); +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_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___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_44; -lean_inc(x_11); +lean_object* x_7; +x_7 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +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_7; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType___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: +{ +lean_object* x_11; +x_11 = l_Lean_Elab_Term_ensureType___lambda__1(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_3); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabType(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; +x_9 = l_Lean_Meta_mkFreshLevelMVar(x_4, x_5, x_6, x_7, x_8); +x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +lean_dec(x_9); +x_12 = l_Lean_Expr_sort___override(x_10); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_12); +x_14 = 1; lean_inc(x_7); lean_inc(x_6); -x_44 = l_Lean_Elab_Term_postponeElabTerm(x_1, x_2, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_44) == 0) +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_15 = l_Lean_Elab_Term_elabTerm(x_1, x_13, x_14, x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -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_apply_8(x_4, x_45, x_6, x_7, x_8, x_9, x_10, x_11, x_46); -return x_47; +lean_object* x_16; lean_object* x_17; uint8_t x_18; +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_is_exclusive(x_6); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_6, 5); +x_20 = l_Lean_replaceRef(x_1, x_19); +lean_dec(x_19); +lean_dec(x_1); +lean_ctor_set(x_6, 5, x_20); +x_21 = l_Lean_Elab_Term_ensureType(x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_17); +return x_21; } else { -uint8_t x_48; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +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_22 = lean_ctor_get(x_6, 0); +x_23 = lean_ctor_get(x_6, 1); +x_24 = lean_ctor_get(x_6, 2); +x_25 = lean_ctor_get(x_6, 3); +x_26 = lean_ctor_get(x_6, 4); +x_27 = lean_ctor_get(x_6, 5); +x_28 = lean_ctor_get(x_6, 6); +x_29 = lean_ctor_get(x_6, 7); +x_30 = lean_ctor_get(x_6, 8); +x_31 = lean_ctor_get(x_6, 9); +x_32 = lean_ctor_get(x_6, 10); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_6); +x_33 = l_Lean_replaceRef(x_1, x_27); +lean_dec(x_27); +lean_dec(x_1); +x_34 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_34, 0, x_22); +lean_ctor_set(x_34, 1, x_23); +lean_ctor_set(x_34, 2, x_24); +lean_ctor_set(x_34, 3, x_25); +lean_ctor_set(x_34, 4, x_26); +lean_ctor_set(x_34, 5, x_33); +lean_ctor_set(x_34, 6, x_28); +lean_ctor_set(x_34, 7, x_29); +lean_ctor_set(x_34, 8, x_30); +lean_ctor_set(x_34, 9, x_31); +lean_ctor_set(x_34, 10, x_32); +x_35 = l_Lean_Elab_Term_ensureType(x_16, x_2, x_3, x_4, x_5, x_34, x_7, x_17); +return x_35; +} +} +else +{ +uint8_t x_36; lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); -x_48 = !lean_is_exclusive(x_44); -if (x_48 == 0) +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_36 = !lean_is_exclusive(x_15); +if (x_36 == 0) { -return x_44; +return x_15; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_44, 0); -x_50 = lean_ctor_get(x_44, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_44); -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; -} -} -} -} +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_15, 0); +x_38 = lean_ctor_get(x_15, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_15); +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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___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, lean_object* x_9) { _start: { -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_3); +if (x_10 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_9, 5); -x_14 = l_Lean_replaceRef(x_1, x_13); +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_3, 3); +x_12 = l_Lean_PersistentArray_push___rarg(x_11, x_2); +lean_ctor_set(x_3, 3, x_12); +x_13 = l_Lean_Elab_Term_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9); +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_ctor_set(x_9, 5, x_14); -x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_15; +x_16 = l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +return x_16; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_16 = lean_ctor_get(x_9, 0); -x_17 = lean_ctor_get(x_9, 1); -x_18 = lean_ctor_get(x_9, 2); -x_19 = lean_ctor_get(x_9, 3); -x_20 = lean_ctor_get(x_9, 4); -x_21 = lean_ctor_get(x_9, 5); -x_22 = lean_ctor_get(x_9, 6); -x_23 = lean_ctor_get(x_9, 7); -x_24 = lean_ctor_get(x_9, 8); -x_25 = lean_ctor_get(x_9, 9); -x_26 = lean_ctor_get(x_9, 10); +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; lean_object* x_31; uint8_t x_32; uint8_t 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_17 = lean_ctor_get(x_3, 0); +x_18 = lean_ctor_get(x_3, 1); +x_19 = lean_ctor_get(x_3, 2); +x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*8); +x_21 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 1); +x_22 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 2); +x_23 = lean_ctor_get(x_3, 3); +x_24 = lean_ctor_get(x_3, 4); +x_25 = lean_ctor_get(x_3, 5); +x_26 = lean_ctor_get(x_3, 6); +x_27 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 3); +x_28 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 4); +x_29 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 5); +x_30 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +x_31 = lean_ctor_get(x_3, 7); +x_32 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 7); +x_33 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 8); +lean_inc(x_31); lean_inc(x_26); lean_inc(x_25); lean_inc(x_24); lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_9); -x_27 = l_Lean_replaceRef(x_1, x_21); -lean_dec(x_21); -x_28 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_28, 0, x_16); -lean_ctor_set(x_28, 1, x_17); -lean_ctor_set(x_28, 2, x_18); -lean_ctor_set(x_28, 3, x_19); -lean_ctor_set(x_28, 4, x_20); -lean_ctor_set(x_28, 5, x_27); -lean_ctor_set(x_28, 6, x_22); -lean_ctor_set(x_28, 7, x_23); -lean_ctor_set(x_28, 8, x_24); -lean_ctor_set(x_28, 9, x_25); -lean_ctor_set(x_28, 10, x_26); -x_29 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_28, x_10, x_11); -return x_29; -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: -{ -lean_object* x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_box(0); -x_13 = 0; -x_14 = l_Lean_Elab_Term_mkTermInfo(x_1, x_2, x_4, x_3, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_14; -} -} -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("elaborator", 10); -return x_1; -} +lean_dec(x_3); +x_34 = l_Lean_PersistentArray_push___rarg(x_23, x_2); +x_35 = lean_alloc_ctor(0, 8, 9); +lean_ctor_set(x_35, 0, x_17); +lean_ctor_set(x_35, 1, x_18); +lean_ctor_set(x_35, 2, x_19); +lean_ctor_set(x_35, 3, x_34); +lean_ctor_set(x_35, 4, x_24); +lean_ctor_set(x_35, 5, x_25); +lean_ctor_set(x_35, 6, x_26); +lean_ctor_set(x_35, 7, x_31); +lean_ctor_set_uint8(x_35, sizeof(void*)*8, x_20); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 1, x_21); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 2, x_22); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 3, x_27); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 4, x_28); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 5, x_29); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 6, x_30); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 7, x_32); +lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 8, x_33); +x_36 = l_Lean_Elab_Term_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9); +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_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_37, x_35, x_4, x_5, x_6, x_7, x_8, x_38); +return x_39; } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___boxed), 8, 0); -return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___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) { _start: { -lean_object* x_12; lean_object* x_13; -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__1; -x_13 = l_Lean_Core_checkMaxHeartbeats(x_12, 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; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_st_ref_get(x_10, x_14); -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_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); +lean_object* x_10; lean_inc(x_1); -x_19 = lean_alloc_closure((void*)(l_Lean_Elab_expandMacroImpl_x3f___boxed), 4, 2); -lean_closure_set(x_19, 0, x_18); -lean_closure_set(x_19, 1, x_1); -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_20 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1(x_19, x_5, x_6, x_7, x_8, x_9, x_10, x_17); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; -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___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___closed__2; -if (lean_obj_tag(x_21) == 0) -{ -if (x_4 == 0) +lean_inc(x_4); +lean_inc(x_3); +x_10 = lean_apply_7(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_10) == 0) { -lean_object* x_24; lean_object* x_25; -x_24 = lean_box(0); -x_25 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_3, x_23, x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_22); -return x_25; +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_10; } else { -uint8_t x_26; -x_26 = lean_ctor_get_uint8(x_5, sizeof(void*)*8 + 3); -if (x_26 == 0) +uint8_t x_11; +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_box(0); -x_28 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_3, x_23, x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_22); -return x_28; +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); +x_14 = l_Lean_Elab_isAutoBoundImplicitLocalException_x3f(x_12); +if (lean_obj_tag(x_14) == 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); +lean_dec(x_1); +return x_10; } else { -lean_object* x_29; -lean_inc(x_10); -lean_inc(x_9); +lean_object* x_15; uint8_t 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; uint8_t x_25; uint8_t x_26; lean_object* x_27; +lean_free_object(x_10); +lean_dec(x_12); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +lean_dec(x_14); +x_16 = 0; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_2); -lean_inc(x_1); -x_29 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_useImplicitLambda(x_1, x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_22); -if (lean_obj_tag(x_29) == 0) -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; -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 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_3, x_23, x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_31); -return x_32; +lean_inc(x_4); +lean_inc(x_3); +x_17 = l_Lean_Elab_Term_SavedState_restore(x_2, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_13); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = 0; +x_20 = lean_box(0); +lean_inc(x_5); +x_21 = l_Lean_Meta_mkFreshTypeMVar(x_19, x_20, x_5, x_6, x_7, x_8, x_18); +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_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg___lambda__1), 9, 1); +lean_closure_set(x_24, 0, x_1); +x_25 = 1; +x_26 = 0; +x_27 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_15, x_25, x_22, x_24, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_23); +return x_27; +} } else { -uint8_t x_33; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_10, 0); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_inc(x_28); lean_dec(x_10); -lean_dec(x_9); +x_30 = l_Lean_Elab_isAutoBoundImplicitLocalException_x3f(x_28); +if (lean_obj_tag(x_30) == 0) +{ +lean_object* x_31; 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_33 = !lean_is_exclusive(x_29); -if (x_33 == 0) -{ -return x_29; +x_31 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_31, 0, x_28); +lean_ctor_set(x_31, 1, x_29); +return x_31; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_29, 0); -x_35 = lean_ctor_get(x_29, 1); +lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; uint8_t x_43; lean_object* x_44; +lean_dec(x_28); +x_32 = lean_ctor_get(x_30, 0); +lean_inc(x_32); +lean_dec(x_30); +x_33 = 0; +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_34 = l_Lean_Elab_Term_SavedState_restore(x_2, x_33, x_3, x_4, x_5, x_6, x_7, x_8, x_29); +x_35 = lean_ctor_get(x_34, 1); lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_29); -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_34); +x_36 = 0; +x_37 = lean_box(0); +lean_inc(x_5); +x_38 = l_Lean_Meta_mkFreshTypeMVar(x_36, x_37, x_5, x_6, x_7, x_8, x_35); +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 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg___lambda__1), 9, 1); +lean_closure_set(x_41, 0, x_1); +x_42 = 1; +x_43 = 0; +x_44 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_32, x_42, x_39, x_41, x_43, x_3, x_4, x_5, x_6, x_7, x_8, x_40); +return x_44; } } } } } -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_21, 0); -lean_inc(x_37); -lean_dec(x_21); -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 = lean_alloc_closure((void*)(l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed), 3, 1); -lean_closure_set(x_40, 0, x_39); -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_41 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__9(x_40, x_5, x_6, x_7, x_8, x_9, x_10, x_22); -if (lean_obj_tag(x_41) == 0) +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop(lean_object* x_1) { +_start: { -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_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_box(x_3); -x_45 = lean_box(x_4); -lean_inc(x_2); -lean_inc(x_42); -x_46 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5___boxed), 11, 4); -lean_closure_set(x_46, 0, x_42); -lean_closure_set(x_46, 1, x_2); -lean_closure_set(x_46, 2, x_44); -lean_closure_set(x_46, 3, x_45); -lean_inc(x_1); -x_47 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withMacroExpansion___rarg), 10, 3); -lean_closure_set(x_47, 0, x_1); -lean_closure_set(x_47, 1, x_42); -lean_closure_set(x_47, 2, x_46); -lean_inc(x_1); -x_48 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__6___boxed), 11, 3); -lean_closure_set(x_48, 0, x_38); -lean_closure_set(x_48, 1, x_1); -lean_closure_set(x_48, 2, x_2); -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_49 = l_Lean_Elab_Term_withInfoContext_x27(x_1, x_47, x_48, x_5, x_6, x_7, x_8, x_9, x_10, x_43); -if (lean_obj_tag(x_49) == 0) +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg), 9, 0); +return x_2; +} +} +static lean_object* _init_l_Lean_Elab_Term_withAutoBoundImplicit___rarg___closed__1() { +_start: { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = lean_apply_8(x_23, x_50, x_5, x_6, x_7, x_8, x_9, x_10, x_51); -return x_52; +lean_object* x_1; +x_1 = l_Lean_Elab_autoImplicit; +return x_1; } -else +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___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) { +_start: { -uint8_t x_53; -lean_dec(x_10); +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_6, 2); +lean_inc(x_9); +x_10 = l_Lean_Elab_Term_withAutoBoundImplicit___rarg___closed__1; +x_11 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_10); lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_53 = !lean_is_exclusive(x_49); -if (x_53 == 0) +if (x_11 == 0) { -return x_49; +lean_object* x_12; +x_12 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_12; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_49, 0); -x_55 = lean_ctor_get(x_49, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_49); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; -} -} +uint8_t x_13; +x_13 = !lean_is_exclusive(x_2); +if (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_2, 3); +lean_dec(x_14); +x_15 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +lean_ctor_set(x_2, 3, x_15); +lean_ctor_set_uint8(x_2, sizeof(void*)*8 + 2, x_11); +x_16 = l_Lean_Elab_Term_saveState___rarg(x_3, x_4, x_5, x_6, x_7, x_8); +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_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_18); +return x_19; } else { -uint8_t x_57; -lean_dec(x_38); -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_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; uint8_t x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_20 = lean_ctor_get(x_2, 0); +x_21 = lean_ctor_get(x_2, 1); +x_22 = lean_ctor_get(x_2, 2); +x_23 = lean_ctor_get_uint8(x_2, sizeof(void*)*8); +x_24 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 1); +x_25 = lean_ctor_get(x_2, 4); +x_26 = lean_ctor_get(x_2, 5); +x_27 = lean_ctor_get(x_2, 6); +x_28 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 3); +x_29 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 4); +x_30 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 5); +x_31 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 6); +x_32 = lean_ctor_get(x_2, 7); +x_33 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 7); +x_34 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 8); +lean_inc(x_32); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); lean_dec(x_2); -lean_dec(x_1); -x_57 = !lean_is_exclusive(x_41); -if (x_57 == 0) -{ -return x_41; +x_35 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +x_36 = lean_alloc_ctor(0, 8, 9); +lean_ctor_set(x_36, 0, x_20); +lean_ctor_set(x_36, 1, x_21); +lean_ctor_set(x_36, 2, x_22); +lean_ctor_set(x_36, 3, x_35); +lean_ctor_set(x_36, 4, x_25); +lean_ctor_set(x_36, 5, x_26); +lean_ctor_set(x_36, 6, x_27); +lean_ctor_set(x_36, 7, x_32); +lean_ctor_set_uint8(x_36, sizeof(void*)*8, x_23); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 1, x_24); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 2, x_11); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 3, x_28); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 4, x_29); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 5, x_30); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 6, x_31); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 7, x_33); +lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 8, x_34); +x_37 = l_Lean_Elab_Term_saveState___rarg(x_3, x_4, x_5, x_6, x_7, x_8); +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_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_38, x_36, x_3, x_4, x_5, x_6, x_7, x_39); +return x_40; } -else -{ -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_41, 0); -x_59 = lean_ctor_get(x_41, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_41); -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; } } } +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit___rarg), 8, 0); +return x_2; +} } -else +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit___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) { +_start: { -uint8_t x_61; -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_61 = !lean_is_exclusive(x_20); -if (x_61 == 0) +uint8_t x_9; +x_9 = !lean_is_exclusive(x_2); +if (x_9 == 0) { -return x_20; +lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_2, 3); +lean_dec(x_10); +x_11 = 0; +x_12 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +lean_ctor_set(x_2, 3, x_12); +lean_ctor_set_uint8(x_2, sizeof(void*)*8 + 2, x_11); +x_13 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_13; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_20, 0); -x_63 = lean_ctor_get(x_20, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_20); -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; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; uint8_t x_25; lean_object* x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_14 = lean_ctor_get(x_2, 0); +x_15 = lean_ctor_get(x_2, 1); +x_16 = lean_ctor_get(x_2, 2); +x_17 = lean_ctor_get_uint8(x_2, sizeof(void*)*8); +x_18 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 1); +x_19 = lean_ctor_get(x_2, 4); +x_20 = lean_ctor_get(x_2, 5); +x_21 = lean_ctor_get(x_2, 6); +x_22 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 3); +x_23 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 4); +x_24 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 5); +x_25 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 6); +x_26 = lean_ctor_get(x_2, 7); +x_27 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 7); +x_28 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 8); +lean_inc(x_26); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_2); +x_29 = 0; +x_30 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; +x_31 = lean_alloc_ctor(0, 8, 9); +lean_ctor_set(x_31, 0, x_14); +lean_ctor_set(x_31, 1, x_15); +lean_ctor_set(x_31, 2, x_16); +lean_ctor_set(x_31, 3, x_30); +lean_ctor_set(x_31, 4, x_19); +lean_ctor_set(x_31, 5, x_20); +lean_ctor_set(x_31, 6, x_21); +lean_ctor_set(x_31, 7, x_26); +lean_ctor_set_uint8(x_31, sizeof(void*)*8, x_17); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 1, x_18); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 2, x_29); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 3, x_22); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 4, x_23); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 5, x_24); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 6, x_25); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 7, x_27); +lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 8, x_28); +x_32 = lean_apply_7(x_1, x_31, x_3, x_4, x_5, x_6, x_7, x_8); +return x_32; } } } -else +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit(lean_object* x_1) { +_start: { -uint8_t x_65; -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_65 = !lean_is_exclusive(x_13); -if (x_65 == 0) +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withoutAutoBoundImplicit___rarg), 8, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -return x_13; +lean_object* x_4; uint8_t x_5; +lean_inc(x_3); +x_4 = lean_apply_1(x_1, x_3); +x_5 = lean_unbox(x_4); +lean_dec(x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +x_6 = lean_ctor_get(x_2, 4); +lean_inc(x_6); +lean_dec(x_2); +x_7 = lean_apply_1(x_6, x_3); +return x_7; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_13, 0); -x_67 = lean_ctor_get(x_13, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_13); -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; -} +uint8_t x_8; lean_object* x_9; +lean_dec(x_3); +lean_dec(x_2); +x_8 = 1; +x_9 = lean_box(x_8); +return x_9; } } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___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) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_11 = lean_ctor_get(x_8, 0); +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; 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; lean_object* x_23; uint8_t x_24; uint8_t x_25; lean_object* x_26; uint8_t x_27; +x_10 = lean_ctor_get(x_3, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_3, 1); lean_inc(x_11); -x_12 = lean_ctor_get(x_8, 1); +x_12 = lean_ctor_get(x_3, 2); 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); -x_15 = lean_ctor_get(x_8, 4); -lean_inc(x_15); -x_16 = lean_ctor_get(x_8, 5); +x_13 = lean_ctor_get_uint8(x_3, sizeof(void*)*8); +x_14 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 1); +x_15 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 2); +x_16 = lean_ctor_get(x_3, 3); lean_inc(x_16); -x_17 = lean_ctor_get(x_8, 6); +x_17 = lean_ctor_get(x_3, 5); lean_inc(x_17); -x_18 = lean_ctor_get(x_8, 7); +x_18 = lean_ctor_get(x_3, 6); lean_inc(x_18); -x_19 = lean_ctor_get(x_8, 8); -lean_inc(x_19); -x_20 = lean_ctor_get(x_8, 9); -lean_inc(x_20); -x_21 = lean_ctor_get(x_8, 10); -lean_inc(x_21); -x_22 = lean_nat_dec_eq(x_14, x_15); -if (x_22 == 0) -{ -uint8_t x_23; -x_23 = !lean_is_exclusive(x_8); -if (x_23 == 0) +x_19 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 3); +x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 4); +x_21 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 5); +x_22 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); +x_23 = lean_ctor_get(x_3, 7); +lean_inc(x_23); +x_24 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 7); +x_25 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 8); +lean_inc(x_3); +x_26 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg___lambda__1), 3, 2); +lean_closure_set(x_26, 0, x_1); +lean_closure_set(x_26, 1, x_3); +x_27 = !lean_is_exclusive(x_3); +if (x_27 == 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_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; -x_24 = lean_ctor_get(x_8, 10); -lean_dec(x_24); -x_25 = lean_ctor_get(x_8, 9); -lean_dec(x_25); -x_26 = lean_ctor_get(x_8, 8); -lean_dec(x_26); -x_27 = lean_ctor_get(x_8, 7); -lean_dec(x_27); -x_28 = lean_ctor_get(x_8, 6); +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; +x_28 = lean_ctor_get(x_3, 7); lean_dec(x_28); -x_29 = lean_ctor_get(x_8, 5); +x_29 = lean_ctor_get(x_3, 6); lean_dec(x_29); -x_30 = lean_ctor_get(x_8, 4); +x_30 = lean_ctor_get(x_3, 5); lean_dec(x_30); -x_31 = lean_ctor_get(x_8, 3); +x_31 = lean_ctor_get(x_3, 4); lean_dec(x_31); -x_32 = lean_ctor_get(x_8, 2); +x_32 = lean_ctor_get(x_3, 3); lean_dec(x_32); -x_33 = lean_ctor_get(x_8, 1); +x_33 = lean_ctor_get(x_3, 2); lean_dec(x_33); -x_34 = lean_ctor_get(x_8, 0); +x_34 = lean_ctor_get(x_3, 1); lean_dec(x_34); -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_add(x_14, x_35); -lean_dec(x_14); -lean_ctor_set(x_8, 3, x_36); -x_37 = 1; -x_38 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(x_1, x_2, x_3, x_37, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_38; -} -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; lean_object* x_43; -lean_dec(x_8); -x_39 = lean_unsigned_to_nat(1u); -x_40 = lean_nat_add(x_14, x_39); -lean_dec(x_14); -x_41 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_41, 0, x_11); -lean_ctor_set(x_41, 1, x_12); -lean_ctor_set(x_41, 2, x_13); -lean_ctor_set(x_41, 3, x_40); -lean_ctor_set(x_41, 4, x_15); -lean_ctor_set(x_41, 5, x_16); -lean_ctor_set(x_41, 6, x_17); -lean_ctor_set(x_41, 7, x_18); -lean_ctor_set(x_41, 8, x_19); -lean_ctor_set(x_41, 9, x_20); -lean_ctor_set(x_41, 10, x_21); -x_42 = 1; -x_43 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(x_1, x_2, x_3, x_42, x_4, x_5, x_6, x_7, x_41, x_9, x_10); -return x_43; -} +x_35 = lean_ctor_get(x_3, 0); +lean_dec(x_35); +lean_ctor_set(x_3, 4, x_26); +x_36 = lean_apply_7(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_36; } else { -lean_object* x_44; -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); +lean_object* x_37; lean_object* x_38; lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_44 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(x_16, 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); -return x_44; +x_37 = lean_alloc_ctor(0, 8, 9); +lean_ctor_set(x_37, 0, x_10); +lean_ctor_set(x_37, 1, x_11); +lean_ctor_set(x_37, 2, x_12); +lean_ctor_set(x_37, 3, x_16); +lean_ctor_set(x_37, 4, x_26); +lean_ctor_set(x_37, 5, x_17); +lean_ctor_set(x_37, 6, x_18); +lean_ctor_set(x_37, 7, x_23); +lean_ctor_set_uint8(x_37, sizeof(void*)*8, x_13); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 1, x_14); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 2, x_15); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 3, x_19); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 4, x_20); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 5, x_21); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 6, x_22); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 7, x_24); +lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 8, x_25); +x_38 = lean_apply_7(x_2, x_37, x_4, x_5, x_6, x_7, x_8, x_9); +return x_38; } } } -static lean_object* _init_l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred(lean_object* x_1) { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3___closed__1; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg), 9, 0); +return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(lean_object* x_1, uint8_t 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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -if (lean_obj_tag(x_4) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_12; -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_mkSyntheticSorryFor(x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_12; +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = lean_expr_eqv(x_1, x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } 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_inc(x_1); -lean_inc(x_4); -x_13 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1___boxed), 10, 2); -lean_closure_set(x_13, 0, x_4); -lean_closure_set(x_13, 1, x_1); -x_14 = lean_box(x_2); -x_15 = lean_box(x_3); -x_16 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7___boxed), 11, 4); -lean_closure_set(x_16, 0, x_4); -lean_closure_set(x_16, 1, x_1); -lean_closure_set(x_16, 2, x_14); -lean_closure_set(x_16, 3, x_15); -x_17 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___closed__1; -x_18 = lean_alloc_closure((void*)(l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__8), 10, 7); -lean_closure_set(x_18, 0, x_17); -lean_closure_set(x_18, 1, x_13); -lean_closure_set(x_18, 2, x_16); -lean_closure_set(x_18, 3, x_5); -lean_closure_set(x_18, 4, x_6); -lean_closure_set(x_18, 5, x_7); -lean_closure_set(x_18, 6, x_8); -x_19 = l_Lean_Core_withFreshMacroScope___rarg(x_18, x_9, x_10, x_11); -return x_19; +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; } } } -LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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 uint8_t l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_9; -x_9 = l_List_forM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_3 = lean_array_get_size(x_1); +x_4 = lean_unsigned_to_nat(0u); +x_5 = lean_nat_dec_lt(x_4, x_3); +if (x_5 == 0) +{ +uint8_t x_6; lean_dec(x_3); -lean_dec(x_2); -return x_9; +x_6 = 0; +return x_6; } +else +{ +uint8_t x_7; +x_7 = lean_nat_dec_le(x_3, x_3); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_3); +x_8 = 0; +return x_8; } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: +else { -lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +size_t x_9; size_t x_10; uint8_t x_11; +x_9 = 0; +x_10 = lean_usize_of_nat(x_3); lean_dec(x_3); -return x_9; +x_11 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2(x_2, x_1, x_9, x_10); +return x_11; } } -LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -lean_object* x_9; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_8 = lean_array_uget(x_3, x_4); +lean_inc(x_8); +x_9 = l_Lean_Expr_mvar___override(x_8); +x_10 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_1, x_9); +lean_dec(x_9); +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +if (x_10 == 0) +{ +lean_object* x_13; +x_13 = lean_array_push(x_6, x_8); +x_4 = x_12; +x_6 = x_13; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_12; +goto _start; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__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) { -_start: +else { -lean_object* x_7; -x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__6(x_1, x_2, x_3, x_4, x_5, x_6); -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_7; +return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1___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_Elab_Term_collectUnassignedMVars_go___spec__3___at_Lean_Elab_Term_collectUnassignedMVars_go___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) { _start: { -lean_object* x_5; -x_5 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__1(x_1, x_2, x_3, x_4); -lean_dec(x_3); -return x_5; +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_8 = lean_array_uget(x_3, x_4); +lean_inc(x_8); +x_9 = l_Lean_Expr_mvar___override(x_8); +x_10 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_2, x_9); +lean_dec(x_9); +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +if (x_10 == 0) +{ +lean_object* x_13; +x_13 = lean_array_push(x_6, x_8); +x_4 = x_12; +x_6 = x_13; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_12; +goto _start; } } -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* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -lean_object* x_5; -x_5 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__2(x_1, x_2, x_3, x_4); -lean_dec(x_3); -return x_5; +return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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 uint8_t _init_l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1() { _start: { -lean_object* x_7; -x_7 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_5); -return x_7; +lean_object* x_1; uint8_t x_2; +x_1 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; +x_2 = l_Array_isEmpty___rarg(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___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) { +static lean_object* _init_l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2() { _start: { -lean_object* x_7; -x_7 = l_Lean_Elab_liftMacroM___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__1___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_5); -return x_7; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; +x_2 = lean_array_to_list(lean_box(0), x_1); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars_go(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_7; -x_7 = l_Lean_Elab_throwPostpone___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__7(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_11; lean_dec(x_1); -return x_7; +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_3); +lean_ctor_set(x_11, 1, x_10); +return x_11; } +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_2, 1); +lean_inc(x_13); +if (lean_is_exclusive(x_2)) { + lean_ctor_release(x_2, 0); + lean_ctor_release(x_2, 1); + x_14 = x_2; +} else { + lean_dec_ref(x_2); + x_14 = lean_box(0); } -LEAN_EXPORT lean_object* l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +lean_inc(x_12); +x_15 = l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__2(x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +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_4; -x_4 = l_liftExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__8(x_1, x_2, x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_4; +lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_59; +x_18 = lean_ctor_get(x_15, 1); +lean_inc(x_18); +lean_dec(x_15); +lean_inc(x_12); +x_19 = l_Lean_Expr_mvar___override(x_12); +x_59 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_3, x_19); +if (x_59 == 0) +{ +lean_object* x_60; uint8_t x_61; +lean_inc(x_1); +lean_inc(x_12); +x_60 = lean_apply_1(x_1, x_12); +x_61 = lean_unbox(x_60); +lean_dec(x_60); +x_20 = x_61; +goto block_58; } +else +{ +uint8_t x_62; +x_62 = 1; +x_20 = x_62; +goto block_58; } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: +block_58: { -lean_object* x_9; -x_9 = l_Lean_throwError___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_9; +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; lean_object* x_28; lean_object* x_29; uint8_t x_30; +lean_inc(x_12); +x_21 = l_Lean_Elab_Term_getMVarDecl(x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_18); +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_22, 2); +lean_inc(x_24); +lean_dec(x_22); +x_25 = l_Lean_Meta_getMVars(x_24, x_6, x_7, x_8, x_9, x_23); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = lean_array_get_size(x_26); +x_29 = lean_unsigned_to_nat(0u); +x_30 = lean_nat_dec_lt(x_29, x_28); +if (x_30 == 0) +{ +uint8_t x_31; +lean_dec(x_28); +lean_dec(x_26); +x_31 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +lean_dec(x_19); +if (lean_is_scalar(x_14)) { + x_32 = lean_alloc_ctor(1, 2, 0); +} else { + x_32 = x_14; } +lean_ctor_set(x_32, 0, x_12); +lean_ctor_set(x_32, 1, x_13); +x_33 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2; +x_34 = l_List_appendTR___rarg(x_33, x_32); +x_2 = x_34; +x_10 = x_27; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: +else { -lean_object* x_9; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__12(x_1, x_2, x_3, x_4, x_5, x_6, x_7, 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_9; +lean_object* x_36; +lean_dec(x_14); +lean_dec(x_12); +x_36 = lean_array_push(x_3, x_19); +x_2 = x_13; +x_3 = x_36; +x_10 = x_27; +goto _start; } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: +else { -lean_object* x_7; -x_7 = l_Lean_Elab_throwUnsupportedSyntax___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__13(x_1, x_2, x_3, x_4, x_5, x_6); -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_7; +uint8_t x_38; +x_38 = lean_nat_dec_le(x_28, x_28); +if (x_38 == 0) +{ +uint8_t x_39; +lean_dec(x_28); +lean_dec(x_26); +x_39 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_19); +if (lean_is_scalar(x_14)) { + x_40 = lean_alloc_ctor(1, 2, 0); +} else { + x_40 = x_14; } +lean_ctor_set(x_40, 0, x_12); +lean_ctor_set(x_40, 1, x_13); +x_41 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2; +x_42 = l_List_appendTR___rarg(x_41, x_40); +x_2 = x_42; +x_10 = x_27; +goto _start; } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___rarg(x_1, x_2); -lean_dec(x_1); -return x_3; +lean_object* x_44; +lean_dec(x_14); +lean_dec(x_12); +x_44 = lean_array_push(x_3, x_19); +x_2 = x_13; +x_3 = x_44; +x_10 = x_27; +goto _start; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +else { -lean_object* x_6; -x_6 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__15(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_6; +size_t x_46; size_t x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_46 = 0; +x_47 = lean_usize_of_nat(x_28); +lean_dec(x_28); +x_48 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__4(x_3, x_3, x_26, x_46, x_47, x_48); +lean_dec(x_26); +x_50 = l_Array_isEmpty___rarg(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; lean_object* x_53; +lean_dec(x_19); +x_51 = lean_array_to_list(lean_box(0), x_49); +if (lean_is_scalar(x_14)) { + x_52 = lean_alloc_ctor(1, 2, 0); +} else { + x_52 = x_14; } +lean_ctor_set(x_52, 0, x_12); +lean_ctor_set(x_52, 1, x_13); +x_53 = l_List_appendTR___rarg(x_51, x_52); +x_2 = x_53; +x_10 = x_27; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17___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: +else { -uint8_t x_10; lean_object* x_11; -x_10 = lean_unbox(x_2); -lean_dec(x_2); -x_11 = l_Lean_getBoolOption___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__17(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -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_11; +lean_object* x_55; +lean_dec(x_49); +lean_dec(x_14); +lean_dec(x_12); +x_55 = lean_array_push(x_3, x_19); +x_2 = x_13; +x_3 = x_55; +x_10 = x_27; +goto _start; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20___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: +} +} +else { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_5); -lean_dec(x_5); -x_14 = l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__20(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_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_14; +lean_dec(x_19); +lean_dec(x_14); +lean_dec(x_12); +x_2 = x_13; +x_10 = x_18; +goto _start; +} +} +} +else +{ +lean_object* x_63; +lean_dec(x_14); +lean_dec(x_12); +x_63 = lean_ctor_get(x_15, 1); +lean_inc(x_63); +lean_dec(x_15); +x_2 = x_13; +x_10 = x_63; +goto _start; } } -LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19___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___private_Lean_Util_Trace_0__Lean_addTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__19(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_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_14; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21___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_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_9; -x_9 = l_MonadExcept_ofExcept___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__21(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); -return x_9; +x_8 = lean_box(x_7); +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___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_EXPORT lean_object* l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_15; lean_object* x_16; -x_15 = lean_unbox(x_4); -lean_dec(x_4); -x_16 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14___lambda__2(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_13); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_5); -return x_16; +uint8_t x_3; lean_object* x_4; +x_3 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(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_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___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: { -uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_4); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_13 = l_Lean_withTraceNode___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__14(x_1, x_2, x_3, x_12, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_13; +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22___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_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -lean_object* x_9; -x_9 = l_Lean_throwMaxRecDepthAt___at___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___spec__22(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); lean_dec(x_2); +lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_Elab_Term_collectUnassignedMVars_go___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; -x_11 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__1(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_Term_collectUnassignedMVars_go(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); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars(lean_object* x_1, lean_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; uint8_t x_12; +x_11 = l_Lean_Meta_getMVars(x_1, x_6, x_7, x_8, x_9, x_10); +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_ctor_get(x_11, 1); +x_15 = l_Array_isEmpty___rarg(x_13); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +lean_free_object(x_11); +x_16 = lean_array_to_list(lean_box(0), x_13); +x_17 = l_Lean_Elab_Term_collectUnassignedMVars_go(x_3, x_16, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_14); +return x_17; +} +else +{ +lean_dec(x_13); lean_dec(x_3); +lean_ctor_set(x_11, 0, x_2); return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { +else +{ +lean_object* x_18; lean_object* x_19; uint8_t 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 = l_Array_isEmpty___rarg(x_18); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; +x_21 = lean_array_to_list(lean_box(0), x_18); +x_22 = l_Lean_Elab_Term_collectUnassignedMVars_go(x_3, x_21, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_19); +return x_22; +} +else +{ +lean_object* x_23; +lean_dec(x_18); +lean_dec(x_3); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_2); +lean_ctor_set(x_23, 1, x_19); +return x_23; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars___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_10; -x_10 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_11; +x_11 = l_Lean_Elab_Term_collectUnassignedMVars(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); -return x_10; +return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_9; -x_9 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_9; +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_5, x_9); +return x_10; } +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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) { -_start: +else { -uint8_t x_13; lean_object* x_14; -x_13 = lean_unbox(x_3); -lean_dec(x_3); -x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__4(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: +} +else { -uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_unbox(x_3); -lean_dec(x_3); -x_13 = lean_unbox(x_4); -lean_dec(x_4); -x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__5(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_14; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_2, x_3); +return x_15; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_12; -x_12 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -return x_12; -} +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: +else { -uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_unbox(x_3); -lean_dec(x_3); -x_13 = lean_unbox(x_4); -lean_dec(x_4); -x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___lambda__7(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_14; +uint8_t x_11; +x_11 = 1; +return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux___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: +else { -uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_unbox(x_2); -lean_dec(x_2); -x_13 = lean_unbox(x_3); -lean_dec(x_3); -x_14 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_1, x_12, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_14; +uint8_t x_12; +x_12 = 0; +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_9 = lean_st_ref_get(x_7, x_8); -x_10 = lean_ctor_get(x_9, 0); +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); lean_inc(x_10); -x_11 = lean_ctor_get(x_10, 6); -lean_inc(x_11); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); lean_dec(x_10); -x_12 = lean_ctor_get_uint8(x_11, sizeof(void*)*2); +x_12 = lean_name_eq(x_1, x_11); lean_dec(x_11); if (x_12 == 0) { -uint8_t x_13; -lean_dec(x_1); -x_13 = !lean_is_exclusive(x_9); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_9, 0); -lean_dec(x_14); -x_15 = lean_box(0); -lean_ctor_set(x_9, 0, x_15); -return x_9; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_9, 1); -lean_inc(x_16); -lean_dec(x_9); -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_16); -return x_18; +uint8_t x_16; +x_16 = 1; +return x_16; +} } } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_19 = lean_ctor_get(x_9, 1); -lean_inc(x_19); -lean_dec(x_9); -x_20 = lean_st_ref_take(x_7, x_19); -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_21, 6); -lean_inc(x_22); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_dec(x_20); -x_24 = !lean_is_exclusive(x_21); -if (x_24 == 0) +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_21, 6); -lean_dec(x_25); -x_26 = !lean_is_exclusive(x_22); -if (x_26 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_27 = lean_ctor_get(x_22, 1); -x_28 = l_Lean_PersistentArray_push___rarg(x_27, x_1); -lean_ctor_set(x_22, 1, x_28); -x_29 = lean_st_ref_set(x_7, x_21, x_23); -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_29, 0); -lean_dec(x_31); -x_32 = lean_box(0); -lean_ctor_set(x_29, 0, x_32); -return x_29; +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_29, 1); -lean_inc(x_33); -lean_dec(x_29); -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; -} +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } else { -uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_36 = lean_ctor_get_uint8(x_22, sizeof(void*)*2); -x_37 = lean_ctor_get(x_22, 0); -x_38 = lean_ctor_get(x_22, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_22); -x_39 = l_Lean_PersistentArray_push___rarg(x_38, x_1); -x_40 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_40, 0, x_37); -lean_ctor_set(x_40, 1, x_39); -lean_ctor_set_uint8(x_40, sizeof(void*)*2, x_36); -lean_ctor_set(x_21, 6, x_40); -x_41 = lean_st_ref_set(x_7, x_21, x_23); -x_42 = lean_ctor_get(x_41, 1); -lean_inc(x_42); -if (lean_is_exclusive(x_41)) { - lean_ctor_release(x_41, 0); - lean_ctor_release(x_41, 1); - x_43 = x_41; -} else { - lean_dec_ref(x_41); - x_43 = lean_box(0); -} -x_44 = lean_box(0); -if (lean_is_scalar(x_43)) { - x_45 = lean_alloc_ctor(0, 2, 0); -} else { - x_45 = x_43; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__7(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_42); -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; uint8_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; -x_46 = lean_ctor_get(x_21, 0); -x_47 = lean_ctor_get(x_21, 1); -x_48 = lean_ctor_get(x_21, 2); -x_49 = lean_ctor_get(x_21, 3); -x_50 = lean_ctor_get(x_21, 4); -x_51 = lean_ctor_get(x_21, 5); -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_dec(x_21); -x_52 = lean_ctor_get_uint8(x_22, sizeof(void*)*2); -x_53 = lean_ctor_get(x_22, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_22, 1); -lean_inc(x_54); -if (lean_is_exclusive(x_22)) { - lean_ctor_release(x_22, 0); - lean_ctor_release(x_22, 1); - x_55 = x_22; -} else { - lean_dec_ref(x_22); - x_55 = lean_box(0); -} -x_56 = l_Lean_PersistentArray_push___rarg(x_54, x_1); -if (lean_is_scalar(x_55)) { - x_57 = lean_alloc_ctor(0, 2, 1); -} else { - x_57 = x_55; -} -lean_ctor_set(x_57, 0, x_53); -lean_ctor_set(x_57, 1, x_56); -lean_ctor_set_uint8(x_57, sizeof(void*)*2, x_52); -x_58 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_58, 0, x_46); -lean_ctor_set(x_58, 1, x_47); -lean_ctor_set(x_58, 2, x_48); -lean_ctor_set(x_58, 3, x_49); -lean_ctor_set(x_58, 4, x_50); -lean_ctor_set(x_58, 5, x_51); -lean_ctor_set(x_58, 6, x_57); -x_59 = lean_st_ref_set(x_7, x_58, x_23); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_61 = x_59; -} else { - lean_dec_ref(x_59); - x_61 = lean_box(0); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } -x_62 = lean_box(0); -if (lean_is_scalar(x_61)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_61; +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_60); -return x_63; +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__8(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_9 = lean_st_ref_get(x_7, x_8); -x_10 = lean_ctor_get(x_9, 0); +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); lean_inc(x_10); -x_11 = lean_ctor_get(x_10, 6); -lean_inc(x_11); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); lean_dec(x_10); -x_12 = lean_ctor_get_uint8(x_11, sizeof(void*)*2); +x_12 = lean_name_eq(x_1, x_11); lean_dec(x_11); if (x_12 == 0) { -uint8_t x_13; -lean_dec(x_1); -x_13 = !lean_is_exclusive(x_9); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_9, 0); -lean_dec(x_14); -x_15 = lean_box(0); -lean_ctor_set(x_9, 0, x_15); -return x_9; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_9, 1); -lean_inc(x_16); -lean_dec(x_9); -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_16); -return x_18; +uint8_t x_16; +x_16 = 1; +return x_16; +} } } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_9, 1); -lean_inc(x_19); -lean_dec(x_9); -x_20 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -x_21 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_21, 0, x_1); -lean_ctor_set(x_21, 1, x_20); -x_22 = l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3(x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_19); -return x_22; -} -} +uint8_t x_17; +x_17 = 0; +return x_17; } -LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___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) { -_start: -{ -lean_object* x_9; lean_object* x_10; -x_9 = lean_alloc_ctor(6, 1, 0); -lean_ctor_set(x_9, 0, x_1); -x_10 = l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___spec__2(x_9, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_addDotCompletionInfo(lean_object* x_1, lean_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 uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5(lean_object* x_1, lean_object* x_2) { _start: { -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; -x_12 = lean_ctor_get(x_7, 1); -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_1); -x_15 = 0; +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -lean_inc(x_12); -x_16 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_16, 0, x_14); -lean_ctor_set(x_16, 1, x_12); -lean_ctor_set(x_16, 2, x_3); -lean_ctor_set(x_16, 3, x_2); -lean_ctor_set_uint8(x_16, sizeof(void*)*4, x_15); -x_17 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_4); -lean_ctor_set(x_17, 2, x_3); -x_18 = l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(x_17, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_8); -lean_dec(x_5); -return x_18; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(x_1, x_3); +if (x_4 == 0) { -lean_object* x_9; -x_9 = l_Lean_Elab_pushInfoTree___at_Lean_Elab_Term_addDotCompletionInfo___spec__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); +x_9 = 0; return x_9; } +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } -LEAN_EXPORT lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___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) { -_start: +else { -lean_object* x_9; -x_9 = l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Term_addDotCompletionInfo___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__9(x_1, x_5, x_12, x_13); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +return x_14; +} +} +} +else +{ lean_dec(x_2); -return x_9; +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_9; -x_9 = l_Lean_Elab_addCompletionInfo___at_Lean_Elab_Term_addDotCompletionInfo___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); lean_dec(x_4); -lean_dec(x_3); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); return x_9; } +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_addDotCompletionInfo___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: +else { -lean_object* x_12; -x_12 = l_Lean_Elab_Term_addDotCompletionInfo(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_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -return x_12; +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_29, x_28); +return x_30; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTerm(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { -_start: +case 5: { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_9); -if (x_12 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_9, 5); -x_14 = l_Lean_replaceRef(x_1, x_13); -lean_dec(x_13); -lean_ctor_set(x_9, 5, x_14); -x_15 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_15; +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(x_1, x_2, x_3); +return x_33; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_16 = lean_ctor_get(x_9, 0); -x_17 = lean_ctor_get(x_9, 1); -x_18 = lean_ctor_get(x_9, 2); -x_19 = lean_ctor_get(x_9, 3); -x_20 = lean_ctor_get(x_9, 4); -x_21 = lean_ctor_get(x_9, 5); -x_22 = lean_ctor_get(x_9, 6); -x_23 = lean_ctor_get(x_9, 7); -x_24 = lean_ctor_get(x_9, 8); -x_25 = lean_ctor_get(x_9, 9); -x_26 = lean_ctor_get(x_9, 10); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_9); -x_27 = l_Lean_replaceRef(x_1, x_21); -lean_dec(x_21); -x_28 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_28, 0, x_16); -lean_ctor_set(x_28, 1, x_17); -lean_ctor_set(x_28, 2, x_18); -lean_ctor_set(x_28, 3, x_19); -lean_ctor_set(x_28, 4, x_20); -lean_ctor_set(x_28, 5, x_27); -lean_ctor_set(x_28, 6, x_22); -lean_ctor_set(x_28, 7, x_23); -lean_ctor_set(x_28, 8, x_24); -lean_ctor_set(x_28, 9, x_25); -lean_ctor_set(x_28, 10, x_26); -x_29 = l___private_Lean_Elab_Term_0__Lean_Elab_Term_elabTermAux(x_2, x_3, x_4, x_1, x_5, x_6, x_7, x_8, x_28, x_10, x_11); -return x_29; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(x_1, x_2, x_36); +return x_40; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTerm___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: +case 6: { -uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_unbox(x_3); -lean_dec(x_3); -x_13 = lean_unbox(x_4); -lean_dec(x_4); -x_14 = l_Lean_Elab_Term_elabTerm(x_1, x_2, x_12, x_13, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_14; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_42, x_46); +return x_47; } +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTermEnsuringType(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: +else { -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_2); -lean_inc(x_1); -x_13 = l_Lean_Elab_Term_elabTerm(x_1, x_2, x_3, x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_13) == 0) +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -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 = lean_box(0); -x_17 = !lean_is_exclusive(x_10); -if (x_17 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_65, x_73); +return x_74; +} +else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_10, 5); -x_19 = l_Lean_replaceRef(x_1, x_18); -lean_dec(x_18); -lean_dec(x_1); -lean_ctor_set(x_10, 5, x_19); -x_20 = l_Lean_Elab_Term_ensureHasType(x_2, x_14, x_5, x_16, x_6, x_7, x_8, x_9, x_10, x_11, x_15); -return x_20; +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -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; -x_21 = lean_ctor_get(x_10, 0); -x_22 = lean_ctor_get(x_10, 1); -x_23 = lean_ctor_get(x_10, 2); -x_24 = lean_ctor_get(x_10, 3); -x_25 = lean_ctor_get(x_10, 4); -x_26 = lean_ctor_get(x_10, 5); -x_27 = lean_ctor_get(x_10, 6); -x_28 = lean_ctor_get(x_10, 7); -x_29 = lean_ctor_get(x_10, 8); -x_30 = lean_ctor_get(x_10, 9); -x_31 = lean_ctor_get(x_10, 10); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_10); -x_32 = l_Lean_replaceRef(x_1, x_26); -lean_dec(x_26); -lean_dec(x_1); -x_33 = lean_alloc_ctor(0, 11, 0); -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_24); -lean_ctor_set(x_33, 4, x_25); -lean_ctor_set(x_33, 5, x_32); -lean_ctor_set(x_33, 6, x_27); -lean_ctor_set(x_33, 7, x_28); -lean_ctor_set(x_33, 8, x_29); -lean_ctor_set(x_33, 9, x_30); -lean_ctor_set(x_33, 10, x_31); -x_34 = l_Lean_Elab_Term_ensureHasType(x_2, x_14, x_5, x_16, x_6, x_7, x_8, x_9, x_33, x_11, x_15); -return x_34; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} } } else { -uint8_t x_35; -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_35 = !lean_is_exclusive(x_13); -if (x_35 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -return x_13; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } 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_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_83, x_3); +return x_84; } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabTermEnsuringType___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: +case 11: { -uint8_t x_13; uint8_t x_14; lean_object* x_15; -x_13 = lean_unbox(x_3); -lean_dec(x_3); -x_14 = lean_unbox(x_4); -lean_dec(x_4); -x_15 = l_Lean_Elab_Term_elabTermEnsuringType(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_15; +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_commitIfNoErrors_x3f___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -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_24; -x_9 = l_Lean_Elab_Term_saveState___rarg(x_3, x_4, x_5, x_6, x_7, x_8); -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_Core_resetMessageLog(x_6, x_7, x_11); -x_13 = lean_ctor_get(x_12, 1); -lean_inc(x_13); -lean_dec(x_12); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_inc(x_2); -x_24 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_13); -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; uint8_t x_31; -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 = lean_st_ref_get(x_7, x_26); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_ctor_get(x_28, 5); -lean_inc(x_30); -lean_dec(x_28); -x_31 = l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(x_30); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_2); -x_32 = l_Lean_Core_getMessageLog___rarg(x_7, x_29); -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_10, 0); -lean_inc(x_35); -lean_dec(x_10); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -lean_dec(x_35); -x_37 = lean_ctor_get(x_36, 5); -lean_inc(x_37); -lean_dec(x_36); -x_38 = l_Lean_PersistentArray_append___rarg(x_37, x_33); -x_39 = l_Lean_Core_setMessageLog(x_38, x_6, x_7, x_34); -lean_dec(x_7); -lean_dec(x_6); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_41; lean_object* x_42; -x_41 = lean_ctor_get(x_39, 0); -lean_dec(x_41); -x_42 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_42, 0, x_25); -lean_ctor_set(x_39, 0, x_42); -return x_39; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_39, 1); -lean_inc(x_43); -lean_dec(x_39); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_25); -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_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -uint8_t x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_25); -x_46 = 0; -x_47 = l_Lean_Elab_Term_SavedState_restore(x_10, x_46, x_2, x_3, x_4, x_5, x_6, x_7, x_29); -x_48 = !lean_is_exclusive(x_47); -if (x_48 == 0) +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__3(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_47, 0); -lean_dec(x_49); -x_50 = lean_box(0); -lean_ctor_set(x_47, 0, x_50); -return x_47; +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_5, x_9); +return x_10; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_47, 1); -lean_inc(x_51); -lean_dec(x_47); -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; +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } else { -lean_object* x_54; -x_54 = lean_ctor_get(x_24, 1); -lean_inc(x_54); -lean_dec(x_24); -x_14 = x_54; -goto block_23; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_2, x_3); +return x_15; } -block_23: +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -uint8_t x_15; lean_object* x_16; uint8_t x_17; -x_15 = 0; -x_16 = l_Lean_Elab_Term_SavedState_restore(x_10, x_15, x_2, x_3, x_4, x_5, x_6, x_7, x_14); -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_16, 0); -lean_dec(x_18); -x_19 = lean_box(0); -lean_ctor_set(x_16, 0, x_19); -return x_16; +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_16, 1); -lean_inc(x_20); -lean_dec(x_16); -x_21 = lean_box(0); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -return x_22; -} -} +uint8_t x_11; +x_11 = 1; +return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_commitIfNoErrors_x3f(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_commitIfNoErrors_x3f___rarg), 8, 0); -return x_2; +uint8_t x_12; +x_12 = 0; +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_adaptExpander(lean_object* x_1, lean_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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_11; -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_11 = lean_apply_8(x_1, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_11) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -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; -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 = 1; -x_15 = lean_box(x_14); -x_16 = lean_box(x_14); -lean_inc(x_12); -x_17 = lean_alloc_closure((void*)(l_Lean_Elab_Term_elabTerm___boxed), 11, 4); -lean_closure_set(x_17, 0, x_12); -lean_closure_set(x_17, 1, x_3); -lean_closure_set(x_17, 2, x_15); -lean_closure_set(x_17, 3, x_16); -x_18 = l_Lean_Elab_Term_withMacroExpansion___rarg(x_2, x_12, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -return x_18; +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -uint8_t x_19; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_19 = !lean_is_exclusive(x_11); -if (x_19 == 0) +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -return x_11; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_11, 0); -x_21 = lean_ctor_get(x_11, 1); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_11); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; +uint8_t x_16; +x_16 = 1; +return x_16; +} } } +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_mkInstMVar(lean_object* x_1, lean_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 uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14(lean_object* x_1, lean_object* x_2) { _start: { -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; -x_9 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_9, 0, x_1); -x_10 = 1; -x_11 = lean_box(0); -lean_inc(x_4); -x_12 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_9, x_10, x_11, x_4, x_5, x_6, x_7, x_8); -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); -lean_inc(x_13); -x_15 = l_Lean_Expr_mvarId_x21(x_13); -x_16 = lean_box(0); -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_15); -x_17 = l_Lean_Elab_Term_synthesizeInstMVarCore(x_15, x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_14); -if (lean_obj_tag(x_17) == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_18; uint8_t x_19; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -x_19 = lean_unbox(x_18); -lean_dec(x_18); -if (x_19 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); -lean_dec(x_17); -x_21 = lean_box(0); -x_22 = l_Lean_Elab_Term_registerSyntheticMVarWithCurrRef(x_15, x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_20); -lean_dec(x_7); -lean_dec(x_5); +uint8_t x_7; lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_23 = !lean_is_exclusive(x_22); -if (x_23 == 0) -{ -lean_object* x_24; -x_24 = lean_ctor_get(x_22, 0); -lean_dec(x_24); -lean_ctor_set(x_22, 0, x_13); -return x_22; +x_7 = 0; +return x_7; } else { -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 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_13); -lean_ctor_set(x_26, 1, x_25); -return x_26; -} -} -else +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -uint8_t x_27; -lean_dec(x_15); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); +uint8_t x_9; lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_27 = !lean_is_exclusive(x_17); -if (x_27 == 0) -{ -lean_object* x_28; -x_28 = lean_ctor_get(x_17, 0); -lean_dec(x_28); -lean_ctor_set(x_17, 0, x_13); -return x_17; +x_9 = 0; +return x_9; } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_17, 1); -lean_inc(x_29); -lean_dec(x_17); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_13); -lean_ctor_set(x_30, 1, x_29); -return x_30; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__15(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } else { -uint8_t x_31; -lean_dec(x_15); -lean_dec(x_13); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -x_31 = !lean_is_exclusive(x_17); -if (x_31 == 0) +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) { +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; return x_17; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_17, 0); -x_33 = lean_ctor_get(x_17, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_17); -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; +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__16(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(lean_object* x_1) { +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_throwMVarError___spec__2___rarg___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); -return x_3; +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___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: +else { -lean_object* x_7; -x_7 = lean_alloc_closure((void*)(l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg), 1, 0); -return x_7; +uint8_t x_16; +x_16 = 1; +return x_16; } } -static lean_object* _init_l_Lean_Elab_Term_ensureType___lambda__1___closed__1() { -_start: +} +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("type expected, got\n (", 22); -return x_1; +uint8_t x_17; +x_17 = 0; +return x_17; } } -static lean_object* _init_l_Lean_Elab_Term_ensureType___lambda__1___closed__2() { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_ensureType___lambda__1___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } -static lean_object* _init_l_Lean_Elab_Term_ensureType___lambda__1___closed__3() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_mkExplicitBinder___closed__13; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__17(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType___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) { -_start: +} +else { -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; -x_11 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -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_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -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_MessageData_ofExpr(x_12); -x_18 = l_Lean_Elab_Term_ensureType___lambda__1___closed__2; -x_19 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_17); -x_20 = l_Lean_Elab_Term_mkCoe___closed__5; -x_21 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_21, 0, x_19); -lean_ctor_set(x_21, 1, x_20); -x_22 = l_Lean_MessageData_ofExpr(x_15); -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_Elab_Term_ensureType___lambda__1___closed__3; -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -x_26 = l_Lean_throwError___at_Lean_Elab_Term_tryPostponeIfHasMVars___spec__1(x_25, x_4, x_5, x_6, x_7, x_8, x_9, x_16); -return x_26; +lean_dec(x_2); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType(lean_object* x_1, lean_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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_9; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); -lean_inc(x_1); -x_9 = l_Lean_Meta_isType(x_1, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_9) == 0) +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: { -lean_object* x_10; uint8_t x_11; +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); -x_11 = lean_unbox(x_10); -lean_dec(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); if (x_11 == 0) { -lean_object* x_12; lean_object* x_13; +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; lean_object* x_19; x_12 = lean_ctor_get(x_9, 1); -lean_inc(x_12); -lean_dec(x_9); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_1); -x_13 = lean_infer_type(x_1, x_4, x_5, x_6, x_7, 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; lean_object* x_20; -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); +x_13 = lean_ctor_get(x_9, 0); lean_dec(x_13); -x_16 = l_Lean_Meta_mkFreshLevelMVar(x_4, x_5, x_6, x_7, x_15); -x_17 = lean_ctor_get(x_16, 0); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); -lean_inc(x_18); lean_dec(x_16); -x_19 = l_Lean_Expr_sort___override(x_17); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_14); -x_20 = l_Lean_Meta_isExprDefEq(x_14, x_19, x_4, x_5, x_6, x_7, x_18); -if (lean_obj_tag(x_20) == 0) +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else { -lean_object* x_21; uint8_t x_22; -x_21 = lean_ctor_get(x_20, 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; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); -x_22 = lean_unbox(x_21); -lean_dec(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_20, 1); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); lean_inc(x_23); -lean_dec(x_20); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_1); -x_24 = l_Lean_Meta_coerceToSort_x3f(x_1, x_4, x_5, x_6, x_7, 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); -if (lean_obj_tag(x_25) == 0) +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +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_24, 1); -lean_inc(x_26); -lean_dec(x_24); -lean_inc(x_1); -x_27 = l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_26); -x_28 = lean_ctor_get(x_27, 0); +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); -lean_dec(x_27); -x_30 = l_Lean_Expr_hasSyntheticSorry(x_28); -if (x_30 == 0) -{ -lean_object* x_31; lean_object* x_32; -x_31 = lean_box(0); -x_32 = l_Lean_Elab_Term_ensureType___lambda__1(x_1, x_14, x_31, x_2, x_3, x_4, x_5, x_6, x_7, x_29); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_32; +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_29, x_28); +return x_30; } -else +} +case 5: { -lean_object* x_33; uint8_t x_34; -lean_dec(x_14); -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_33 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1___rarg(x_29); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(x_1, x_2, x_3); return x_33; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_33, 0); -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); lean_inc(x_35); -lean_dec(x_33); -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 -{ -uint8_t x_38; -lean_dec(x_14); -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_38 = !lean_is_exclusive(x_24); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); if (x_38 == 0) { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_24, 0); -lean_dec(x_39); -x_40 = lean_ctor_get(x_25, 0); -lean_inc(x_40); -lean_dec(x_25); -lean_ctor_set(x_24, 0, x_40); -return x_24; -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_24, 1); -lean_inc(x_41); -lean_dec(x_24); -x_42 = lean_ctor_get(x_25, 0); -lean_inc(x_42); -lean_dec(x_25); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_41); -return x_43; -} -} -} -else -{ -uint8_t x_44; -lean_dec(x_14); -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_44 = !lean_is_exclusive(x_24); -if (x_44 == 0) -{ -return x_24; +x_2 = x_35; +x_3 = x_36; +goto _start; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_24, 0); -x_46 = lean_ctor_get(x_24, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_24); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(x_1, x_2, x_36); +return x_40; +} } } +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_42, x_46); +return x_47; } else { uint8_t x_48; -lean_dec(x_14); -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_48 = !lean_is_exclusive(x_20); +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); if (x_48 == 0) { lean_object* x_49; -x_49 = lean_ctor_get(x_20, 0); +x_49 = lean_ctor_get(x_43, 0); lean_dec(x_49); -lean_ctor_set(x_20, 0, x_1); -return x_20; +return x_43; } else { lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_20, 1); +x_50 = lean_ctor_get(x_43, 1); lean_inc(x_50); -lean_dec(x_20); +lean_dec(x_43); x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_1); +lean_ctor_set(x_51, 0, x_44); lean_ctor_set(x_51, 1, x_50); return x_51; } } } -else +case 7: { -uint8_t x_52; -lean_dec(x_14); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); lean_dec(x_2); -lean_dec(x_1); -x_52 = !lean_is_exclusive(x_20); -if (x_52 == 0) +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) { -return x_20; +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_53, x_57); +return x_58; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_20, 0); -x_54 = lean_ctor_get(x_20, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_20); -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; +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } -else +case 8: { -uint8_t x_56; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); lean_dec(x_2); -lean_dec(x_1); -x_56 = !lean_is_exclusive(x_13); -if (x_56 == 0) +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -return x_13; -} -else +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_13, 0); -x_58 = lean_ctor_get(x_13, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_13); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_60; -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_60 = !lean_is_exclusive(x_9); -if (x_60 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_9, 0); -lean_dec(x_61); -lean_ctor_set(x_9, 0, x_1); -return x_9; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_9, 1); -lean_inc(x_62); -lean_dec(x_9); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_1); -lean_ctor_set(x_63, 1, x_62); -return x_63; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -uint8_t x_64; -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_9); -if (x_64 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -return x_9; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_9, 0); -x_66 = lean_ctor_get(x_9, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_9); -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; -} +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___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: +case 10: { -lean_object* x_7; -x_7 = l_Lean_Elab_throwAbortTerm___at_Lean_Elab_Term_ensureType___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -lean_dec(x_1); -return x_7; -} +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_83, x_3); +return x_84; } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_ensureType___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: +case 11: { -lean_object* x_11; -x_11 = l_Lean_Elab_Term_ensureType___lambda__1(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_3); -return x_11; -} +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_85, x_3); +return x_86; } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_elabType(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; -x_9 = l_Lean_Meta_mkFreshLevelMVar(x_4, x_5, x_6, x_7, x_8); -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_Expr_sort___override(x_10); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -x_14 = 1; -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_15 = l_Lean_Elab_Term_elabTerm(x_1, x_13, x_14, x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_11); -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -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_is_exclusive(x_6); -if (x_18 == 0) +default: { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_6, 5); -x_20 = l_Lean_replaceRef(x_1, x_19); -lean_dec(x_19); -lean_dec(x_1); -lean_ctor_set(x_6, 5, x_20); -x_21 = l_Lean_Elab_Term_ensureType(x_16, x_2, x_3, x_4, x_5, x_6, x_7, x_17); -return x_21; +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } -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; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_22 = lean_ctor_get(x_6, 0); -x_23 = lean_ctor_get(x_6, 1); -x_24 = lean_ctor_get(x_6, 2); -x_25 = lean_ctor_get(x_6, 3); -x_26 = lean_ctor_get(x_6, 4); -x_27 = lean_ctor_get(x_6, 5); -x_28 = lean_ctor_get(x_6, 6); -x_29 = lean_ctor_get(x_6, 7); -x_30 = lean_ctor_get(x_6, 8); -x_31 = lean_ctor_get(x_6, 9); -x_32 = lean_ctor_get(x_6, 10); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_6); -x_33 = l_Lean_replaceRef(x_1, x_27); -lean_dec(x_27); -lean_dec(x_1); -x_34 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_34, 0, x_22); -lean_ctor_set(x_34, 1, x_23); -lean_ctor_set(x_34, 2, x_24); -lean_ctor_set(x_34, 3, x_25); -lean_ctor_set(x_34, 4, x_26); -lean_ctor_set(x_34, 5, x_33); -lean_ctor_set(x_34, 6, x_28); -lean_ctor_set(x_34, 7, x_29); -lean_ctor_set(x_34, 8, x_30); -lean_ctor_set(x_34, 9, x_31); -lean_ctor_set(x_34, 10, x_32); -x_35 = l_Lean_Elab_Term_ensureType(x_16, x_2, x_3, x_4, x_5, x_34, x_7, x_17); -return x_35; } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_36; -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_2); -lean_dec(x_1); -x_36 = !lean_is_exclusive(x_15); -if (x_36 == 0) +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -return x_15; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_15, 0); -x_38 = lean_ctor_get(x_15, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_15); -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_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___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, lean_object* x_9) { -_start: -{ -uint8_t x_10; -x_10 = !lean_is_exclusive(x_3); -if (x_10 == 0) +else { -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_3, 3); -x_12 = l_Lean_PersistentArray_push___rarg(x_11, x_2); -lean_ctor_set(x_3, 3, x_12); -x_13 = l_Lean_Elab_Term_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); -lean_dec(x_13); -x_16 = l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_14, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__11(x_1, x_2, x_15); return x_16; } -else -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; lean_object* x_31; uint8_t x_32; uint8_t 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_17 = lean_ctor_get(x_3, 0); -x_18 = lean_ctor_get(x_3, 1); -x_19 = lean_ctor_get(x_3, 2); -x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*8); -x_21 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 1); -x_22 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 2); -x_23 = lean_ctor_get(x_3, 3); -x_24 = lean_ctor_get(x_3, 4); -x_25 = lean_ctor_get(x_3, 5); -x_26 = lean_ctor_get(x_3, 6); -x_27 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 3); -x_28 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 4); -x_29 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 5); -x_30 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); -x_31 = lean_ctor_get(x_3, 7); -x_32 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 7); -x_33 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 8); -lean_inc(x_31); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_dec(x_3); -x_34 = l_Lean_PersistentArray_push___rarg(x_23, x_2); -x_35 = lean_alloc_ctor(0, 8, 9); -lean_ctor_set(x_35, 0, x_17); -lean_ctor_set(x_35, 1, x_18); -lean_ctor_set(x_35, 2, x_19); -lean_ctor_set(x_35, 3, x_34); -lean_ctor_set(x_35, 4, x_24); -lean_ctor_set(x_35, 5, x_25); -lean_ctor_set(x_35, 6, x_26); -lean_ctor_set(x_35, 7, x_31); -lean_ctor_set_uint8(x_35, sizeof(void*)*8, x_20); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 1, x_21); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 2, x_22); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 3, x_27); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 4, x_28); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 5, x_29); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 6, x_30); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 7, x_32); -lean_ctor_set_uint8(x_35, sizeof(void*)*8 + 8, x_33); -x_36 = l_Lean_Elab_Term_saveState___rarg(x_4, x_5, x_6, x_7, x_8, x_9); -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_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_37, x_35, x_4, x_5, x_6, x_7, x_8, x_38); -return x_39; -} } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_10; -lean_inc(x_1); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); lean_inc(x_4); -lean_inc(x_3); -x_10 = lean_apply_7(x_1, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_10) == 0) +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_dec(x_8); +lean_object* x_9; lean_object* x_10; lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); 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_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_5, x_9); return x_10; } else { uint8_t x_11; -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -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); -x_14 = l_Lean_Elab_isAutoBoundImplicitLocalException_x3f(x_12); -if (lean_obj_tag(x_14) == 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); -lean_dec(x_1); -return x_10; -} -else +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_15; uint8_t 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; uint8_t x_25; uint8_t x_26; lean_object* x_27; -lean_free_object(x_10); +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); lean_dec(x_12); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -lean_dec(x_14); -x_16 = 0; -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_17 = l_Lean_Elab_Term_SavedState_restore(x_2, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_13); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = 0; -x_20 = lean_box(0); -lean_inc(x_5); -x_21 = l_Lean_Meta_mkFreshTypeMVar(x_19, x_20, x_5, x_6, x_7, x_8, x_18); -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_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg___lambda__1), 9, 1); -lean_closure_set(x_24, 0, x_1); -x_25 = 1; -x_26 = 0; -x_27 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_15, x_25, x_22, x_24, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_23); -return x_27; -} +return x_6; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_10, 0); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_10); -x_30 = l_Lean_Elab_isAutoBoundImplicitLocalException_x3f(x_28); -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; -lean_dec(x_8); -lean_dec(x_7); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); 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_31 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_31, 0, x_28); -lean_ctor_set(x_31, 1, x_29); -return x_31; -} -else -{ -lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; uint8_t x_43; lean_object* x_44; -lean_dec(x_28); -x_32 = lean_ctor_get(x_30, 0); -lean_inc(x_32); -lean_dec(x_30); -x_33 = 0; -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_34 = l_Lean_Elab_Term_SavedState_restore(x_2, x_33, x_3, x_4, x_5, x_6, x_7, x_8, x_29); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -lean_dec(x_34); -x_36 = 0; -x_37 = lean_box(0); -lean_inc(x_5); -x_38 = l_Lean_Meta_mkFreshTypeMVar(x_36, x_37, x_5, x_6, x_7, x_8, x_35); -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 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg___lambda__1), 9, 1); -lean_closure_set(x_41, 0, x_1); -x_42 = 1; -x_43 = 0; -x_44 = l_Lean_Meta_withLocalDecl___at_Lean_Elab_Term_withAuxDecl___spec__1___rarg(x_32, x_42, x_39, x_41, x_43, x_3, x_4, x_5, x_6, x_7, x_8, x_40); -return x_44; -} -} +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit_loop(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit_loop___rarg), 9, 0); -return x_2; -} +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_2, x_3); +return x_15; } -static lean_object* _init_l_Lean_Elab_Term_withAutoBoundImplicit___rarg___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = l_Lean_Elab_autoImplicit; -return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_6, 2); -lean_inc(x_9); -x_10 = l_Lean_Elab_Term_withAutoBoundImplicit___rarg___closed__1; -x_11 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_10); -lean_dec(x_9); -if (x_11 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_12; -x_12 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_12; +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_2); -if (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_2, 3); -lean_dec(x_14); -x_15 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -lean_ctor_set(x_2, 3, x_15); -lean_ctor_set_uint8(x_2, sizeof(void*)*8 + 2, x_11); -x_16 = l_Lean_Elab_Term_saveState___rarg(x_3, x_4, x_5, x_6, x_7, x_8); -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_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_18); -return x_19; +uint8_t x_11; +x_11 = 1; +return x_11; +} } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; uint8_t x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_20 = lean_ctor_get(x_2, 0); -x_21 = lean_ctor_get(x_2, 1); -x_22 = lean_ctor_get(x_2, 2); -x_23 = lean_ctor_get_uint8(x_2, sizeof(void*)*8); -x_24 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 1); -x_25 = lean_ctor_get(x_2, 4); -x_26 = lean_ctor_get(x_2, 5); -x_27 = lean_ctor_get(x_2, 6); -x_28 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 3); -x_29 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 4); -x_30 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 5); -x_31 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 6); -x_32 = lean_ctor_get(x_2, 7); -x_33 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 7); -x_34 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 8); -lean_inc(x_32); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_2); -x_35 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -x_36 = lean_alloc_ctor(0, 8, 9); -lean_ctor_set(x_36, 0, x_20); -lean_ctor_set(x_36, 1, x_21); -lean_ctor_set(x_36, 2, x_22); -lean_ctor_set(x_36, 3, x_35); -lean_ctor_set(x_36, 4, x_25); -lean_ctor_set(x_36, 5, x_26); -lean_ctor_set(x_36, 6, x_27); -lean_ctor_set(x_36, 7, x_32); -lean_ctor_set_uint8(x_36, sizeof(void*)*8, x_23); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 1, x_24); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 2, x_11); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 3, x_28); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 4, x_29); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 5, x_30); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 6, x_31); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 7, x_33); -lean_ctor_set_uint8(x_36, sizeof(void*)*8 + 8, x_34); -x_37 = l_Lean_Elab_Term_saveState___rarg(x_3, x_4, x_5, x_6, x_7, x_8); -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_Elab_Term_withAutoBoundImplicit_loop___rarg(x_1, x_38, x_36, x_3, x_4, x_5, x_6, x_7, x_39); -return x_40; -} +uint8_t x_12; +x_12 = 0; +return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicit(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicit___rarg), 8, 0); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit___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) { -_start: +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_9; -x_9 = !lean_is_exclusive(x_2); -if (x_9 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_10 = lean_ctor_get(x_2, 3); +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); lean_dec(x_10); -x_11 = 0; -x_12 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -lean_ctor_set(x_2, 3, x_12); -lean_ctor_set_uint8(x_2, sizeof(void*)*8 + 2, x_11); -x_13 = lean_apply_7(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_13; +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; uint8_t x_25; lean_object* x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_14 = lean_ctor_get(x_2, 0); -x_15 = lean_ctor_get(x_2, 1); -x_16 = lean_ctor_get(x_2, 2); -x_17 = lean_ctor_get_uint8(x_2, sizeof(void*)*8); -x_18 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 1); -x_19 = lean_ctor_get(x_2, 4); -x_20 = lean_ctor_get(x_2, 5); -x_21 = lean_ctor_get(x_2, 6); -x_22 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 3); -x_23 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 4); -x_24 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 5); -x_25 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 6); -x_26 = lean_ctor_get(x_2, 7); -x_27 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 7); -x_28 = lean_ctor_get_uint8(x_2, sizeof(void*)*8 + 8); -lean_inc(x_26); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_2); -x_29 = 0; -x_30 = l_Lean_Elab_Term_Context_autoBoundImplicits___default___closed__3; -x_31 = lean_alloc_ctor(0, 8, 9); -lean_ctor_set(x_31, 0, x_14); -lean_ctor_set(x_31, 1, x_15); -lean_ctor_set(x_31, 2, x_16); -lean_ctor_set(x_31, 3, x_30); -lean_ctor_set(x_31, 4, x_19); -lean_ctor_set(x_31, 5, x_20); -lean_ctor_set(x_31, 6, x_21); -lean_ctor_set(x_31, 7, x_26); -lean_ctor_set_uint8(x_31, sizeof(void*)*8, x_17); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 1, x_18); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 2, x_29); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 3, x_22); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 4, x_23); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 5, x_24); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 6, x_25); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 7, x_27); -lean_ctor_set_uint8(x_31, sizeof(void*)*8 + 8, x_28); -x_32 = lean_apply_7(x_1, x_31, x_3, x_4, x_5, x_6, x_7, x_8); -return x_32; +uint8_t x_16; +x_16 = 1; +return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutAutoBoundImplicit(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withoutAutoBoundImplicit___rarg), 8, 0); -return x_2; +uint8_t x_17; +x_17 = 0; +return x_17; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; uint8_t x_5; -lean_inc(x_3); -x_4 = lean_apply_1(x_1, x_3); -x_5 = lean_unbox(x_4); -lean_dec(x_4); -if (x_5 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_6; lean_object* x_7; -x_6 = lean_ctor_get(x_2, 4); -lean_inc(x_6); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_dec(x_2); -x_7 = lean_apply_1(x_6, x_3); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; return x_7; } else { -uint8_t x_8; lean_object* x_9; +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_8 = 1; -x_9 = lean_box(x_8); +x_9 = 0; return x_9; } +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___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) { -_start: -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_14; uint8_t x_15; 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; lean_object* x_23; uint8_t x_24; uint8_t x_25; lean_object* x_26; uint8_t x_27; -x_10 = lean_ctor_get(x_3, 0); -lean_inc(x_10); -x_11 = lean_ctor_get(x_3, 1); -lean_inc(x_11); -x_12 = lean_ctor_get(x_3, 2); -lean_inc(x_12); -x_13 = lean_ctor_get_uint8(x_3, sizeof(void*)*8); -x_14 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 1); -x_15 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 2); -x_16 = lean_ctor_get(x_3, 3); -lean_inc(x_16); -x_17 = lean_ctor_get(x_3, 5); -lean_inc(x_17); -x_18 = lean_ctor_get(x_3, 6); -lean_inc(x_18); -x_19 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 3); -x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 4); -x_21 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 5); -x_22 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 6); -x_23 = lean_ctor_get(x_3, 7); -lean_inc(x_23); -x_24 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 7); -x_25 = lean_ctor_get_uint8(x_3, sizeof(void*)*8 + 8); -lean_inc(x_3); -x_26 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg___lambda__1), 3, 2); -lean_closure_set(x_26, 0, x_1); -lean_closure_set(x_26, 1, x_3); -x_27 = !lean_is_exclusive(x_3); -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_object* x_35; lean_object* x_36; -x_28 = lean_ctor_get(x_3, 7); -lean_dec(x_28); -x_29 = lean_ctor_get(x_3, 6); -lean_dec(x_29); -x_30 = lean_ctor_get(x_3, 5); -lean_dec(x_30); -x_31 = lean_ctor_get(x_3, 4); -lean_dec(x_31); -x_32 = lean_ctor_get(x_3, 3); -lean_dec(x_32); -x_33 = lean_ctor_get(x_3, 2); -lean_dec(x_33); -x_34 = lean_ctor_get(x_3, 1); -lean_dec(x_34); -x_35 = lean_ctor_get(x_3, 0); -lean_dec(x_35); -lean_ctor_set(x_3, 4, x_26); -x_36 = lean_apply_7(x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_36; } else { -lean_object* x_37; lean_object* x_38; -lean_dec(x_3); -x_37 = lean_alloc_ctor(0, 8, 9); -lean_ctor_set(x_37, 0, x_10); -lean_ctor_set(x_37, 1, x_11); -lean_ctor_set(x_37, 2, x_12); -lean_ctor_set(x_37, 3, x_16); -lean_ctor_set(x_37, 4, x_26); -lean_ctor_set(x_37, 5, x_17); -lean_ctor_set(x_37, 6, x_18); -lean_ctor_set(x_37, 7, x_23); -lean_ctor_set_uint8(x_37, sizeof(void*)*8, x_13); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 1, x_14); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 2, x_15); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 3, x_19); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 4, x_20); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 5, x_21); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 6, x_22); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 7, x_24); -lean_ctor_set_uint8(x_37, sizeof(void*)*8 + 8, x_25); -x_38 = lean_apply_7(x_2, x_37, x_4, x_5, x_6, x_7, x_8, x_9); -return x_38; -} +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_withAutoBoundImplicitForbiddenPred___rarg), 9, 0); -return x_2; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__24(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; x_5 = lean_usize_dec_eq(x_3, x_4); if (x_5 == 0) { -lean_object* x_6; uint8_t x_7; +lean_object* x_6; x_6 = lean_array_uget(x_2, x_3); -x_7 = lean_expr_eqv(x_1, x_6); -lean_dec(x_6); -if (x_7 == 0) +if (lean_obj_tag(x_6) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; goto _start; } else { -uint8_t x_11; -x_11 = 1; -return x_11; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -uint8_t x_12; -x_12 = 0; -return x_12; -} -} +uint8_t x_16; +x_16 = 1; +return x_16; } -LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; uint8_t x_5; -x_3 = lean_array_get_size(x_1); -x_4 = lean_unsigned_to_nat(0u); -x_5 = lean_nat_dec_lt(x_4, x_3); -if (x_5 == 0) -{ -uint8_t x_6; -lean_dec(x_3); -x_6 = 0; -return x_6; } -else -{ -uint8_t x_7; -x_7 = lean_nat_dec_le(x_3, x_3); -if (x_7 == 0) -{ -uint8_t x_8; -lean_dec(x_3); -x_8 = 0; -return x_8; } else { -size_t x_9; size_t x_10; uint8_t x_11; -x_9 = 0; -x_10 = lean_usize_of_nat(x_3); -lean_dec(x_3); -x_11 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2(x_2, x_1, x_9, x_10); -return x_11; -} +uint8_t x_17; +x_17 = 0; +return x_17; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22(x_1, x_3); +if (x_4 == 0) { -lean_object* x_7; lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; -x_7 = lean_array_uget(x_2, x_3); -lean_inc(x_7); -x_8 = l_Lean_Expr_mvar___override(x_7); -x_9 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_1, x_8); -lean_dec(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_3, x_10); -if (x_9 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -lean_object* x_12; -x_12 = lean_array_push(x_5, x_7); -x_3 = x_11; -x_5 = x_12; -goto _start; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -lean_dec(x_7); -x_3 = x_11; -goto _start; -} +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -return x_5; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__25(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } -static uint8_t _init_l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1() { -_start: +else { -lean_object* x_1; uint8_t x_2; -x_1 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; -x_2 = l_Array_isEmpty___rarg(x_1); -return x_2; -} +lean_dec(x_2); +return x_4; } -static lean_object* _init_l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; -x_2 = lean_array_to_list(lean_box(0), x_1); -return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars_go(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -if (lean_obj_tag(x_2) == 0) +switch (lean_obj_tag(x_2)) { +case 1: { -lean_object* x_11; -lean_dec(x_1); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_3); -lean_ctor_set(x_11, 1, x_10); -return x_11; +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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 +case 2: { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_2); -if (x_12 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 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_2, 0); -x_14 = lean_ctor_get(x_2, 1); -lean_inc(x_13); -x_15 = l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__2(x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -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) +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); lean_dec(x_15); -lean_inc(x_13); -x_19 = l_Lean_Expr_mvar___override(x_13); -x_20 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_3, x_19); -if (x_20 == 0) -{ -lean_object* x_21; uint8_t x_22; -lean_inc(x_1); -lean_inc(x_13); -x_21 = lean_apply_1(x_1, x_13); -x_22 = lean_unbox(x_21); -lean_dec(x_21); -if (x_22 == 0) +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -lean_inc(x_13); -x_23 = l_Lean_Elab_Term_getMVarDecl(x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_18); -x_24 = lean_ctor_get(x_23, 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; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); lean_dec(x_23); -x_26 = lean_ctor_get(x_24, 2); -lean_inc(x_26); -lean_dec(x_24); -x_27 = l_Lean_Meta_getMVars(x_26, x_6, x_7, x_8, x_9, x_25); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_array_get_size(x_28); -x_31 = lean_unsigned_to_nat(0u); -x_32 = lean_nat_dec_lt(x_31, x_30); -if (x_32 == 0) -{ -uint8_t x_33; -lean_dec(x_30); -lean_dec(x_28); -x_33 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -lean_dec(x_19); -x_34 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2; -x_35 = l_List_appendTR___rarg(x_34, x_2); -x_2 = x_35; -x_10 = x_29; -goto _start; +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} } else { -lean_object* x_37; -lean_free_object(x_2); -lean_dec(x_13); -x_37 = lean_array_push(x_3, x_19); -x_2 = x_14; -x_3 = x_37; -x_10 = x_29; -goto _start; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_29, x_28); +return x_30; } } -else -{ -uint8_t x_39; -x_39 = lean_nat_dec_le(x_30, x_30); -if (x_39 == 0) -{ -uint8_t x_40; -lean_dec(x_30); -lean_dec(x_28); -x_40 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; -if (x_40 == 0) +case 5: { -lean_object* x_41; lean_object* x_42; -lean_dec(x_19); -x_41 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2; -x_42 = l_List_appendTR___rarg(x_41, x_2); -x_2 = x_42; -x_10 = x_29; -goto _start; -} -else +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { -lean_object* x_44; -lean_free_object(x_2); -lean_dec(x_13); -x_44 = lean_array_push(x_3, x_19); -x_2 = x_14; -x_3 = x_44; -x_10 = x_29; -goto _start; -} +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(x_1, x_2, x_3); +return x_33; } else { -size_t x_46; size_t x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_46 = 0; -x_47 = lean_usize_of_nat(x_30); -lean_dec(x_30); -x_48 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; -x_49 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(x_3, x_28, x_46, x_47, x_48); -lean_dec(x_28); -x_50 = l_Array_isEmpty___rarg(x_49); -if (x_50 == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { -lean_object* x_51; lean_object* x_52; -lean_dec(x_19); -x_51 = lean_array_to_list(lean_box(0), x_49); -x_52 = l_List_appendTR___rarg(x_51, x_2); -x_2 = x_52; -x_10 = x_29; +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; goto _start; } else { -lean_object* x_54; -lean_dec(x_49); -lean_free_object(x_2); -lean_dec(x_13); -x_54 = lean_array_push(x_3, x_19); -x_2 = x_14; -x_3 = x_54; -x_10 = x_29; -goto _start; -} +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(x_1, x_2, x_36); +return x_40; } } } -else +case 6: { -lean_dec(x_19); -lean_free_object(x_2); -lean_dec(x_13); -x_2 = x_14; -x_10 = x_18; -goto _start; -} +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_42, x_46); +return x_47; } else { -lean_dec(x_19); -lean_free_object(x_2); -lean_dec(x_13); -x_2 = x_14; -x_10 = x_18; -goto _start; -} +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -lean_object* x_58; -lean_free_object(x_2); -lean_dec(x_13); -x_58 = lean_ctor_get(x_15, 1); -lean_inc(x_58); -lean_dec(x_15); -x_2 = x_14; -x_10 = x_58; -goto _start; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } -else +} +case 7: { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; -x_60 = lean_ctor_get(x_2, 0); -x_61 = lean_ctor_get(x_2, 1); -lean_inc(x_61); -lean_inc(x_60); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); lean_dec(x_2); -lean_inc(x_60); -x_62 = l_Lean_MVarId_isAssigned___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__2(x_60, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -x_63 = lean_ctor_get(x_62, 0); -lean_inc(x_63); -x_64 = lean_unbox(x_63); -lean_dec(x_63); -if (x_64 == 0) -{ -lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_65 = lean_ctor_get(x_62, 1); -lean_inc(x_65); -lean_dec(x_62); -lean_inc(x_60); -x_66 = l_Lean_Expr_mvar___override(x_60); -x_67 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_3, x_66); -if (x_67 == 0) -{ -lean_object* x_68; uint8_t x_69; -lean_inc(x_1); -lean_inc(x_60); -x_68 = lean_apply_1(x_1, x_60); -x_69 = lean_unbox(x_68); -lean_dec(x_68); -if (x_69 == 0) -{ -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; uint8_t x_79; -lean_inc(x_60); -x_70 = l_Lean_Elab_Term_getMVarDecl(x_60, x_4, x_5, x_6, x_7, x_8, x_9, x_65); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_ctor_get(x_71, 2); -lean_inc(x_73); -lean_dec(x_71); -x_74 = l_Lean_Meta_getMVars(x_73, x_6, x_7, x_8, x_9, 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_array_get_size(x_75); -x_78 = lean_unsigned_to_nat(0u); -x_79 = lean_nat_dec_lt(x_78, x_77); -if (x_79 == 0) -{ -uint8_t x_80; -lean_dec(x_77); -lean_dec(x_75); -x_80 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; -if (x_80 == 0) +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -lean_dec(x_66); -x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_60); -lean_ctor_set(x_81, 1, x_61); -x_82 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2; -x_83 = l_List_appendTR___rarg(x_82, x_81); -x_2 = x_83; -x_10 = x_76; -goto _start; +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_53, x_57); +return x_58; } else { -lean_object* x_85; +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); lean_dec(x_60); -x_85 = lean_array_push(x_3, x_66); -x_2 = x_61; -x_3 = x_85; -x_10 = x_76; -goto _start; -} +return x_54; } else { -uint8_t x_87; -x_87 = lean_nat_dec_le(x_77, x_77); -if (x_87 == 0) +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: { -uint8_t x_88; -lean_dec(x_77); -lean_dec(x_75); -x_88 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__1; -if (x_88 == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); lean_dec(x_66); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_60); -lean_ctor_set(x_89, 1, x_61); -x_90 = l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2; -x_91 = l_List_appendTR___rarg(x_90, x_89); -x_2 = x_91; -x_10 = x_76; -goto _start; -} -else +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_object* x_93; -lean_dec(x_60); -x_93 = lean_array_push(x_3, x_66); -x_2 = x_61; -x_3 = x_93; -x_10 = x_76; -goto _start; -} +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_65, x_73); +return x_74; } else { -size_t x_95; size_t x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; -x_95 = 0; -x_96 = lean_usize_of_nat(x_77); -lean_dec(x_77); -x_97 = l_Lean_Elab_Term_instInhabitedLetRecToLift___closed__1; -x_98 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(x_3, x_75, x_95, x_96, x_97); -lean_dec(x_75); -x_99 = l_Array_isEmpty___rarg(x_98); -if (x_99 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -lean_dec(x_66); -x_100 = lean_array_to_list(lean_box(0), x_98); -x_101 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_101, 0, x_60); -lean_ctor_set(x_101, 1, x_61); -x_102 = l_List_appendTR___rarg(x_100, x_101); -x_2 = x_102; -x_10 = x_76; -goto _start; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_104; -lean_dec(x_98); -lean_dec(x_60); -x_104 = lean_array_push(x_3, x_66); -x_2 = x_61; -x_3 = x_104; -x_10 = x_76; -goto _start; -} +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -lean_dec(x_66); -lean_dec(x_60); -x_2 = x_61; -x_10 = x_65; -goto _start; -} -} -else +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_dec(x_66); -lean_dec(x_60); -x_2 = x_61; -x_10 = x_65; -goto _start; -} +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -lean_object* x_108; -lean_dec(x_60); -x_108 = lean_ctor_get(x_62, 1); -lean_inc(x_108); -lean_dec(x_62); -x_2 = x_61; -x_10 = x_108; -goto _start; -} -} +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +case 10: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__2(x_1, x_2, x_5, x_6); +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_83, x_3); +return x_84; } -LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: +case 11: { -uint8_t x_3; lean_object* x_4; -x_3 = l_Array_contains___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__1(x_1, x_2); +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); lean_dec(x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_85, x_3); +return x_86; } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +default: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_collectUnassignedMVars_go___spec__3(x_1, x_2, x_6, x_7, x_5); +uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_dec(x_2); -lean_dec(x_1); -return x_8; +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars_go___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_Term_collectUnassignedMVars_go(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); -return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars(lean_object* x_1, lean_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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_Meta_getMVars(x_1, x_6, x_7, x_8, x_9, x_10); -x_12 = !lean_is_exclusive(x_11); -if (x_12 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_11, 0); -x_14 = lean_ctor_get(x_11, 1); -x_15 = l_Array_isEmpty___rarg(x_13); -if (x_15 == 0) +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_16; lean_object* x_17; -lean_free_object(x_11); -x_16 = lean_array_to_list(lean_box(0), x_13); -x_17 = l_Lean_Elab_Term_collectUnassignedMVars_go(x_3, x_16, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_14); -return x_17; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_dec(x_13); -lean_dec(x_3); -lean_ctor_set(x_11, 0, x_2); -return x_11; -} +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } -else -{ -lean_object* x_18; lean_object* x_19; uint8_t 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 = l_Array_isEmpty___rarg(x_18); -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; -x_21 = lean_array_to_list(lean_box(0), x_18); -x_22 = l_Lean_Elab_Term_collectUnassignedMVars_go(x_3, x_21, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_19); -return x_22; } else { -lean_object* x_23; -lean_dec(x_18); -lean_dec(x_3); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_2); -lean_ctor_set(x_23, 1, x_19); -return x_23; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Elab_Term_collectUnassignedMVars___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_Term_collectUnassignedMVars(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_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); lean_dec(x_4); -return x_11; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__19(x_1, x_2, x_15); +return x_16; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -39331,7 +39290,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -39342,7 +39301,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_5, x_9); return x_10; } else @@ -39373,12 +39332,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -39387,7 +39346,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -39411,7 +39370,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -39462,7 +39421,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -39500,7 +39459,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__7(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__31(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -39541,7 +39500,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__8(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__32(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -39549,7 +39508,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -39600,13 +39559,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__6(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -39642,7 +39601,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__9(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__33(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -39655,7 +39614,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -39702,7 +39661,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -39722,7 +39681,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__5(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -39740,7 +39699,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_29, x_28); return x_30; } } @@ -39753,7 +39712,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(x_1, x_2, x_3); return x_33; } else @@ -39781,7 +39740,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__4(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(x_1, x_2, x_36); return x_40; } } @@ -39794,7 +39753,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -39805,7 +39764,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_42, x_46); return x_47; } else @@ -39841,7 +39800,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -39852,7 +39811,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_53, x_57); return x_58; } else @@ -39890,7 +39849,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -39901,7 +39860,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -39912,7 +39871,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_65, x_73); return x_74; } else @@ -39972,7 +39931,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_83, x_3); return x_84; } case 11: @@ -39981,7 +39940,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_85, x_3); return x_86; } default: @@ -39998,7 +39957,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -40043,12 +40002,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__3(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__27(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -40059,7 +40018,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -40070,7 +40029,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_5, x_9); return x_10; } else @@ -40101,12 +40060,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -40115,7 +40074,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -40139,7 +40098,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -40190,7 +40149,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -40228,7 +40187,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__15(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__39(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -40269,7 +40228,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__16(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -40277,7 +40236,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -40328,13 +40287,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__14(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -40370,7 +40329,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__17(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__41(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -40383,7 +40342,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -40430,7 +40389,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -40450,7 +40409,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__13(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -40468,7 +40427,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_29, x_28); return x_30; } } @@ -40481,7 +40440,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(x_1, x_2, x_3); return x_33; } else @@ -40509,7 +40468,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__12(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(x_1, x_2, x_36); return x_40; } } @@ -40522,7 +40481,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -40533,7 +40492,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_42, x_46); return x_47; } else @@ -40569,7 +40528,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -40580,7 +40539,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_53, x_57); return x_58; } else @@ -40618,7 +40577,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -40629,7 +40588,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -40640,7 +40599,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_65, x_73); return x_74; } else @@ -40700,7 +40659,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_83, x_3); return x_84; } case 11: @@ -40709,7 +40668,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_85, x_3); return x_86; } default: @@ -40726,7 +40685,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -40771,12 +40730,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__11(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__35(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -40787,7 +40746,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -40798,7 +40757,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_5, x_9); return x_10; } else @@ -40829,12 +40788,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -40843,7 +40802,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__46(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -40867,7 +40826,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -40918,7 +40877,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__46(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -40956,7 +40915,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__23(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__47(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -40997,7 +40956,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__24(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__48(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -41005,7 +40964,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -41056,13 +41015,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__22(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__46(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -41098,7 +41057,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__25(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__49(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -41111,7 +41070,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -41158,7 +41117,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -41178,7 +41137,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__21(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -41196,7 +41155,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_29, x_28); return x_30; } } @@ -41209,7 +41168,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(x_1, x_2, x_3); return x_33; } else @@ -41237,7 +41196,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__20(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(x_1, x_2, x_36); return x_40; } } @@ -41250,7 +41209,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -41261,7 +41220,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_42, x_46); return x_47; } else @@ -41297,7 +41256,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -41308,7 +41267,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_53, x_57); return x_58; } else @@ -41346,7 +41305,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -41357,7 +41316,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -41368,7 +41327,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_65, x_73); return x_74; } else @@ -41428,7 +41387,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_83, x_3); return x_84; } case 11: @@ -41437,7 +41396,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_85, x_3); return x_86; } default: @@ -41454,7 +41413,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -41499,12 +41458,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__19(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__43(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -41515,7 +41474,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -41526,7 +41485,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_5, x_9); return x_10; } else @@ -41557,12 +41516,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__55(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -41571,7 +41530,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -41595,7 +41554,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__56(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -41646,7 +41605,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -41684,7 +41643,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__31(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__55(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -41725,7 +41684,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__32(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__56(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -41733,7 +41692,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__57(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -41784,13 +41743,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__30(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -41826,7 +41785,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__33(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__57(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -41839,7 +41798,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -41886,7 +41845,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -41906,7 +41865,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__29(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -41924,7 +41883,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_29, x_28); return x_30; } } @@ -41937,7 +41896,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(x_1, x_2, x_3); return x_33; } else @@ -41965,7 +41924,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__28(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(x_1, x_2, x_36); return x_40; } } @@ -41978,7 +41937,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -41989,7 +41948,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_42, x_46); return x_47; } else @@ -42025,7 +41984,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -42036,7 +41995,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_53, x_57); return x_58; } else @@ -42074,7 +42033,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -42085,7 +42044,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -42096,7 +42055,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_65, x_73); return x_74; } else @@ -42156,7 +42115,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_83, x_3); return x_84; } case 11: @@ -42165,7 +42124,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_85, x_3); return x_86; } default: @@ -42182,7 +42141,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -42227,12 +42186,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__27(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -42243,7 +42202,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -42254,7 +42213,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_5, x_9); return x_10; } else @@ -42285,12 +42244,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__63(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -42299,7 +42258,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -42323,7 +42282,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -42374,7 +42333,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -42412,7 +42371,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__39(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__63(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -42453,7 +42412,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__40(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__64(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -42461,7 +42420,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__65(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -42512,13 +42471,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__38(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -42554,7 +42513,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__41(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__65(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -42567,7 +42526,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -42614,7 +42573,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -42634,7 +42593,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__37(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -42652,7 +42611,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_29, x_28); return x_30; } } @@ -42665,7 +42624,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60(x_1, x_2, x_3); return x_33; } else @@ -42693,7 +42652,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__36(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60(x_1, x_2, x_36); return x_40; } } @@ -42706,7 +42665,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -42717,7 +42676,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_42, x_46); return x_47; } else @@ -42753,7 +42712,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -42764,7 +42723,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_53, x_57); return x_58; } else @@ -42802,7 +42761,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -42813,7 +42772,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -42824,7 +42783,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_65, x_73); return x_74; } else @@ -42884,7 +42843,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_83, x_3); return x_84; } case 11: @@ -42893,7 +42852,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_85, x_3); return x_86; } default: @@ -42910,7 +42869,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -42955,12 +42914,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__35(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__59(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -42971,7 +42930,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -42982,7 +42941,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_5, x_9); return x_10; } else @@ -43013,12 +42972,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__71(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -43027,7 +42986,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__46(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -43051,7 +43010,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -43102,7 +43061,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__46(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -43140,7 +43099,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__47(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__71(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -43181,7 +43140,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__48(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__72(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -43189,7 +43148,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__73(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -43240,13 +43199,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__46(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -43282,7 +43241,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__49(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__73(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -43295,7 +43254,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -43342,7 +43301,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -43362,7 +43321,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__45(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -43380,7 +43339,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_29, x_28); return x_30; } } @@ -43393,7 +43352,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68(x_1, x_2, x_3); return x_33; } else @@ -43421,7 +43380,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__44(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68(x_1, x_2, x_36); return x_40; } } @@ -43434,7 +43393,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -43445,7 +43404,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_42, x_46); return x_47; } else @@ -43481,7 +43440,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -43492,7 +43451,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_53, x_57); return x_58; } else @@ -43530,7 +43489,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -43541,7 +43500,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -43552,7 +43511,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_65, x_73); return x_74; } else @@ -43612,7 +43571,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_83, x_3); return x_84; } case 11: @@ -43621,7 +43580,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_85, x_3); return x_86; } default: @@ -43638,7 +43597,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -43683,7 +43642,7 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__43(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__67(x_1, x_2, x_15); return x_16; } } @@ -43702,7 +43661,7 @@ LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBo { if (lean_obj_tag(x_1) == 0) { -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_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_40; lean_object* x_41; uint8_t x_42; x_10 = lean_ctor_get(x_1, 3); lean_inc(x_10); lean_dec(x_1); @@ -43715,477 +43674,345 @@ lean_dec(x_11); x_14 = lean_ctor_get(x_12, 0); lean_inc(x_14); lean_dec(x_12); -x_15 = l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1; -lean_inc(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_14); -x_17 = l_Lean_Expr_hasFVar(x_10); -if (x_17 == 0) +x_40 = l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1; +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_14); +x_42 = l_Lean_Expr_hasFVar(x_10); +if (x_42 == 0) { -uint8_t x_18; -x_18 = l_Lean_Expr_hasMVar(x_10); -if (x_18 == 0) +uint8_t x_43; +x_43 = l_Lean_Expr_hasMVar(x_10); +if (x_43 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_16); +uint8_t x_44; lean_dec(x_10); -x_19 = lean_st_ref_take(x_6, x_13); -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_20); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_23 = lean_ctor_get(x_20, 0); -lean_dec(x_23); -lean_ctor_set(x_20, 0, x_14); -x_24 = lean_st_ref_set(x_6, x_20, x_21); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) -{ -lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_24, 0); -lean_dec(x_26); -x_27 = 0; -x_28 = lean_box(x_27); -lean_ctor_set(x_24, 0, x_28); -return x_24; -} -else -{ -lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_24, 1); -lean_inc(x_29); -lean_dec(x_24); -x_30 = 0; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_29); -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; uint8_t x_40; lean_object* x_41; lean_object* x_42; -x_33 = lean_ctor_get(x_20, 1); -x_34 = lean_ctor_get(x_20, 2); -x_35 = lean_ctor_get(x_20, 3); -lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_36, 0, x_14); -lean_ctor_set(x_36, 1, x_33); -lean_ctor_set(x_36, 2, x_34); -lean_ctor_set(x_36, 3, x_35); -x_37 = lean_st_ref_set(x_6, x_36, x_21); -x_38 = lean_ctor_get(x_37, 1); -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; -} else { - lean_dec_ref(x_37); - x_39 = lean_box(0); -} -x_40 = 0; -x_41 = lean_box(x_40); -if (lean_is_scalar(x_39)) { - x_42 = lean_alloc_ctor(0, 2, 0); -} else { - x_42 = x_39; -} -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_38); -return x_42; -} +x_44 = 0; +x_15 = x_44; +x_16 = x_41; +goto block_39; } 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; uint8_t x_50; -lean_dec(x_14); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__2(x_2, x_10, x_16); -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 0); -lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_ctor_get(x_44, 1); +lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_2, x_10, x_41); +x_46 = lean_ctor_get(x_45, 0); lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_st_ref_take(x_6, x_13); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = !lean_is_exclusive(x_48); -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_51 = lean_ctor_get(x_48, 0); -lean_dec(x_51); -lean_ctor_set(x_48, 0, x_46); -x_52 = lean_st_ref_set(x_6, x_48, x_49); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) -{ -lean_object* x_54; -x_54 = lean_ctor_get(x_52, 0); -lean_dec(x_54); -lean_ctor_set(x_52, 0, x_45); -return x_52; -} -else -{ -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_52, 1); -lean_inc(x_55); -lean_dec(x_52); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_45); -lean_ctor_set(x_56, 1, x_55); -return x_56; +x_47 = lean_ctor_get(x_45, 1); +lean_inc(x_47); +lean_dec(x_45); +x_48 = lean_unbox(x_46); +lean_dec(x_46); +x_15 = x_48; +x_16 = x_47; +goto block_39; } } 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; -x_57 = lean_ctor_get(x_48, 1); -x_58 = lean_ctor_get(x_48, 2); -x_59 = lean_ctor_get(x_48, 3); -lean_inc(x_59); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_48); -x_60 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_60, 0, x_46); -lean_ctor_set(x_60, 1, x_57); -lean_ctor_set(x_60, 2, x_58); -lean_ctor_set(x_60, 3, x_59); -x_61 = lean_st_ref_set(x_6, x_60, x_49); -x_62 = lean_ctor_get(x_61, 1); -lean_inc(x_62); -if (lean_is_exclusive(x_61)) { - lean_ctor_release(x_61, 0); - lean_ctor_release(x_61, 1); - x_63 = x_61; -} else { - lean_dec_ref(x_61); - x_63 = lean_box(0); -} -if (lean_is_scalar(x_63)) { - x_64 = lean_alloc_ctor(0, 2, 0); -} else { - x_64 = x_63; -} -lean_ctor_set(x_64, 0, x_45); -lean_ctor_set(x_64, 1, x_62); -return x_64; -} -} +lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_2, x_10, x_41); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_unbox(x_50); +lean_dec(x_50); +x_15 = x_52; +x_16 = x_51; +goto block_39; } -else +block_39: { -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; uint8_t x_72; -lean_dec(x_14); -x_65 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__10(x_2, x_10, x_16); -x_66 = lean_ctor_get(x_65, 1); -lean_inc(x_66); -x_67 = lean_ctor_get(x_65, 0); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_st_ref_take(x_6, x_13); -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 = !lean_is_exclusive(x_70); -if (x_72 == 0) +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_st_ref_take(x_6, x_13); +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 = !lean_is_exclusive(x_19); +if (x_21 == 0) { -lean_object* x_73; lean_object* x_74; uint8_t x_75; -x_73 = lean_ctor_get(x_70, 0); -lean_dec(x_73); -lean_ctor_set(x_70, 0, x_68); -x_74 = lean_st_ref_set(x_6, x_70, x_71); -x_75 = !lean_is_exclusive(x_74); -if (x_75 == 0) +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_ctor_get(x_19, 0); +lean_dec(x_22); +lean_ctor_set(x_19, 0, x_17); +x_23 = lean_st_ref_set(x_6, x_19, x_20); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -lean_object* x_76; -x_76 = lean_ctor_get(x_74, 0); -lean_dec(x_76); -lean_ctor_set(x_74, 0, x_67); -return x_74; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_23, 0); +lean_dec(x_25); +x_26 = lean_box(x_15); +lean_ctor_set(x_23, 0, x_26); +return x_23; } else { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_74, 1); -lean_inc(x_77); -lean_dec(x_74); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_67); -lean_ctor_set(x_78, 1, x_77); -return x_78; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_23, 1); +lean_inc(x_27); +lean_dec(x_23); +x_28 = lean_box(x_15); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; } } else { -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_79 = lean_ctor_get(x_70, 1); -x_80 = lean_ctor_get(x_70, 2); -x_81 = lean_ctor_get(x_70, 3); -lean_inc(x_81); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_70); -x_82 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_82, 0, x_68); -lean_ctor_set(x_82, 1, x_79); -lean_ctor_set(x_82, 2, x_80); -lean_ctor_set(x_82, 3, x_81); -x_83 = lean_st_ref_set(x_6, x_82, x_71); -x_84 = lean_ctor_get(x_83, 1); -lean_inc(x_84); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_85 = x_83; +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; +x_30 = lean_ctor_get(x_19, 1); +x_31 = lean_ctor_get(x_19, 2); +x_32 = lean_ctor_get(x_19, 3); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_19); +x_33 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_33, 0, x_17); +lean_ctor_set(x_33, 1, x_30); +lean_ctor_set(x_33, 2, x_31); +lean_ctor_set(x_33, 3, x_32); +x_34 = lean_st_ref_set(x_6, x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_36 = x_34; } else { - lean_dec_ref(x_83); - x_85 = lean_box(0); + lean_dec_ref(x_34); + x_36 = lean_box(0); } -if (lean_is_scalar(x_85)) { - x_86 = lean_alloc_ctor(0, 2, 0); +x_37 = lean_box(x_15); +if (lean_is_scalar(x_36)) { + x_38 = lean_alloc_ctor(0, 2, 0); } else { - x_86 = x_85; + x_38 = x_36; } -lean_ctor_set(x_86, 0, x_67); -lean_ctor_set(x_86, 1, x_84); -return x_86; +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_35); +return x_38; } } } 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; uint8_t x_93; lean_object* x_94; uint8_t x_118; lean_object* x_119; lean_object* x_132; lean_object* x_133; uint8_t x_134; -x_87 = lean_ctor_get(x_1, 3); -lean_inc(x_87); -x_88 = lean_ctor_get(x_1, 4); -lean_inc(x_88); +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; uint8_t x_84; lean_object* x_85; lean_object* x_98; lean_object* x_99; uint8_t x_100; +x_53 = lean_ctor_get(x_1, 3); +lean_inc(x_53); +x_54 = lean_ctor_get(x_1, 4); +lean_inc(x_54); lean_dec(x_1); -x_89 = lean_st_ref_get(x_6, x_9); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_ctor_get(x_90, 0); -lean_inc(x_92); -lean_dec(x_90); -x_132 = l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1; -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_92); -x_134 = l_Lean_Expr_hasFVar(x_87); -if (x_134 == 0) +x_55 = lean_st_ref_get(x_6, x_9); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); +x_58 = lean_ctor_get(x_56, 0); +lean_inc(x_58); +lean_dec(x_56); +x_98 = l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1; +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_58); +x_100 = l_Lean_Expr_hasFVar(x_53); +if (x_100 == 0) { -uint8_t x_135; -x_135 = l_Lean_Expr_hasMVar(x_87); -if (x_135 == 0) +uint8_t x_101; +x_101 = l_Lean_Expr_hasMVar(x_53); +if (x_101 == 0) { -uint8_t x_136; -lean_dec(x_87); -x_136 = 0; -x_118 = x_136; -x_119 = x_133; -goto block_131; +uint8_t x_102; +lean_dec(x_53); +x_102 = 0; +x_84 = x_102; +x_85 = x_99; +goto block_97; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; -x_137 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_2, x_87, x_133); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec(x_137); -x_140 = lean_unbox(x_138); -lean_dec(x_138); -x_118 = x_140; -x_119 = x_139; -goto block_131; +lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; +x_103 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_2, x_53, x_99); +x_104 = lean_ctor_get(x_103, 0); +lean_inc(x_104); +x_105 = lean_ctor_get(x_103, 1); +lean_inc(x_105); +lean_dec(x_103); +x_106 = lean_unbox(x_104); +lean_dec(x_104); +x_84 = x_106; +x_85 = x_105; +goto block_97; } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; -x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_2, x_87, x_133); -x_142 = lean_ctor_get(x_141, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_141, 1); -lean_inc(x_143); -lean_dec(x_141); -x_144 = lean_unbox(x_142); -lean_dec(x_142); -x_118 = x_144; -x_119 = x_143; -goto block_131; +lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_2, x_53, x_99); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = lean_unbox(x_108); +lean_dec(x_108); +x_84 = x_110; +x_85 = x_109; +goto block_97; } -block_117: +block_83: { -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_94, 1); -lean_inc(x_95); -lean_dec(x_94); -x_96 = lean_st_ref_take(x_6, x_91); -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); -x_99 = !lean_is_exclusive(x_97); -if (x_99 == 0) +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +lean_dec(x_60); +x_62 = lean_st_ref_take(x_6, x_57); +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_is_exclusive(x_63); +if (x_65 == 0) { -lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_100 = lean_ctor_get(x_97, 0); -lean_dec(x_100); -lean_ctor_set(x_97, 0, x_95); -x_101 = lean_st_ref_set(x_6, x_97, x_98); -x_102 = !lean_is_exclusive(x_101); -if (x_102 == 0) +lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_66 = lean_ctor_get(x_63, 0); +lean_dec(x_66); +lean_ctor_set(x_63, 0, x_61); +x_67 = lean_st_ref_set(x_6, x_63, x_64); +x_68 = !lean_is_exclusive(x_67); +if (x_68 == 0) { -lean_object* x_103; lean_object* x_104; -x_103 = lean_ctor_get(x_101, 0); -lean_dec(x_103); -x_104 = lean_box(x_93); -lean_ctor_set(x_101, 0, x_104); -return x_101; +lean_object* x_69; lean_object* x_70; +x_69 = lean_ctor_get(x_67, 0); +lean_dec(x_69); +x_70 = lean_box(x_59); +lean_ctor_set(x_67, 0, x_70); +return x_67; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_101, 1); -lean_inc(x_105); -lean_dec(x_101); -x_106 = lean_box(x_93); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_106); -lean_ctor_set(x_107, 1, x_105); -return x_107; +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_67, 1); +lean_inc(x_71); +lean_dec(x_67); +x_72 = lean_box(x_59); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_71); +return x_73; } } else { -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; -x_108 = lean_ctor_get(x_97, 1); -x_109 = lean_ctor_get(x_97, 2); -x_110 = lean_ctor_get(x_97, 3); -lean_inc(x_110); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_97); -x_111 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_111, 0, x_95); -lean_ctor_set(x_111, 1, x_108); -lean_ctor_set(x_111, 2, x_109); -lean_ctor_set(x_111, 3, x_110); -x_112 = lean_st_ref_set(x_6, x_111, x_98); -x_113 = lean_ctor_get(x_112, 1); -lean_inc(x_113); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - x_114 = x_112; +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; +x_74 = lean_ctor_get(x_63, 1); +x_75 = lean_ctor_get(x_63, 2); +x_76 = lean_ctor_get(x_63, 3); +lean_inc(x_76); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_63); +x_77 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_77, 0, x_61); +lean_ctor_set(x_77, 1, x_74); +lean_ctor_set(x_77, 2, x_75); +lean_ctor_set(x_77, 3, x_76); +x_78 = lean_st_ref_set(x_6, x_77, x_64); +x_79 = lean_ctor_get(x_78, 1); +lean_inc(x_79); +if (lean_is_exclusive(x_78)) { + lean_ctor_release(x_78, 0); + lean_ctor_release(x_78, 1); + x_80 = x_78; } else { - lean_dec_ref(x_112); - x_114 = lean_box(0); + lean_dec_ref(x_78); + x_80 = lean_box(0); } -x_115 = lean_box(x_93); -if (lean_is_scalar(x_114)) { - x_116 = lean_alloc_ctor(0, 2, 0); +x_81 = lean_box(x_59); +if (lean_is_scalar(x_80)) { + x_82 = lean_alloc_ctor(0, 2, 0); } else { - x_116 = x_114; + x_82 = x_80; } -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_113); -return x_116; +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_79); +return x_82; } } -block_131: +block_97: { -if (x_118 == 0) +if (x_84 == 0) { -uint8_t x_120; -x_120 = l_Lean_Expr_hasFVar(x_88); -if (x_120 == 0) +uint8_t x_86; +x_86 = l_Lean_Expr_hasFVar(x_54); +if (x_86 == 0) { -uint8_t x_121; -x_121 = l_Lean_Expr_hasMVar(x_88); -if (x_121 == 0) +uint8_t x_87; +x_87 = l_Lean_Expr_hasMVar(x_54); +if (x_87 == 0) { -uint8_t x_122; -lean_dec(x_88); -x_122 = 0; -x_93 = x_122; -x_94 = x_119; -goto block_117; +uint8_t x_88; +lean_dec(x_54); +x_88 = 0; +x_59 = x_88; +x_60 = x_85; +goto block_83; } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; uint8_t x_126; -x_123 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__18(x_2, x_88, x_119); -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 = lean_unbox(x_124); -lean_dec(x_124); -x_93 = x_126; -x_94 = x_125; -goto block_117; +lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__34(x_2, x_54, x_85); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_unbox(x_90); +lean_dec(x_90); +x_59 = x_92; +x_60 = x_91; +goto block_83; } } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; uint8_t x_130; -x_127 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__26(x_2, x_88, x_119); -x_128 = lean_ctor_get(x_127, 0); -lean_inc(x_128); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_unbox(x_128); -lean_dec(x_128); -x_93 = x_130; -x_94 = x_129; -goto block_117; +lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__42(x_2, x_54, x_85); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec(x_93); +x_96 = lean_unbox(x_94); +lean_dec(x_94); +x_59 = x_96; +x_60 = x_95; +goto block_83; } } else { -lean_dec(x_88); -x_93 = x_118; -x_94 = x_119; -goto block_117; +lean_dec(x_54); +x_59 = x_84; +x_60 = x_85; +goto block_83; } } } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(lean_object* x_1, lean_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_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; @@ -44232,7 +44059,7 @@ return x_22; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__1() { _start: { lean_object* x_1; @@ -44240,16 +44067,16 @@ x_1 = lean_mk_string_from_bytes("invalid auto implicit argument '", 32); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__3() { _start: { lean_object* x_1; @@ -44257,16 +44084,16 @@ x_1 = lean_mk_string_from_bytes("', it depends on explicitly provided argument ' return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3; +x_1 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; @@ -44319,11 +44146,11 @@ x_26 = lean_ctor_get(x_18, 1); lean_inc(x_26); lean_dec(x_18); x_27 = l_Lean_MessageData_ofExpr(x_1); -x_28 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__2; +x_28 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___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_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4; +x_30 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___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); @@ -44335,7 +44162,7 @@ x_34 = l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed__4; 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_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_35, x_7, x_8, x_9, x_10, x_11, x_12, x_26); +x_36 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_35, x_7, x_8, x_9, x_10, x_11, x_12, x_26); x_37 = !lean_is_exclusive(x_36); if (x_37 == 0) { @@ -44358,7 +44185,7 @@ return x_40; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__76(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { uint8_t x_13; @@ -44411,7 +44238,7 @@ lean_dec(x_25); x_27 = 0; x_28 = lean_box(0); lean_inc(x_6); -x_29 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(x_15, x_23, x_1, x_26, x_27, x_28, x_6, x_7, x_8, x_9, x_10, x_11, x_24); +x_29 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75(x_15, x_23, x_1, x_26, x_27, x_28, x_6, x_7, x_8, x_9, x_10, x_11, x_24); if (lean_obj_tag(x_29) == 0) { lean_object* x_30; size_t x_31; size_t x_32; @@ -44506,7 +44333,7 @@ x_12 = lean_usize_of_nat(x_11); lean_dec(x_11); x_13 = 0; x_14 = lean_box(0); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(x_1, x_3, x_12, x_13, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__76(x_1, x_3, x_12, x_13, x_14, 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); @@ -45182,6 +45009,282 @@ lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__55___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__55(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__56___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__56(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__54(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__57___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__57(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__53(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__60(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__63___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__63(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__64___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__64(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__62(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__65___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__65(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__61(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__59___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__59(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__58(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__68(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__71___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__71(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__72___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__72(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__70(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__73___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__73(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__69(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__67(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__66(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___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: { @@ -45197,11 +45300,11 @@ lean_dec(x_2); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50___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_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74___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: { lean_object* x_9; -x_9 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__50(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_throwError___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__74(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -45210,7 +45313,7 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___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_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___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: { size_t x_14; size_t x_15; lean_object* x_16; @@ -45218,7 +45321,7 @@ x_14 = lean_unbox_usize(x_4); lean_dec(x_4); x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75(x_1, x_2, x_3, x_14, x_15, 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); @@ -45228,7 +45331,7 @@ lean_dec(x_3); return x_16; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52___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_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__76___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; @@ -45236,7 +45339,7 @@ x_13 = lean_unbox_usize(x_3); lean_dec(x_3); x_14 = lean_unbox_usize(x_4); lean_dec(x_4); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__52(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__76(x_1, x_2, x_13, x_14, 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); @@ -45286,41 +45389,7 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { -_start: -{ -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Lean_Expr_isFVar(x_5); -lean_dec(x_5); -if (x_6 == 0) -{ -uint8_t x_7; -x_7 = 1; -return x_7; -} -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; -goto _start; -} -} -else -{ -uint8_t x_11; -x_11 = 0; -return x_11; -} -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___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, lean_object* x_9, lean_object* x_10) { _start: { lean_object* x_11; @@ -45328,11 +45397,11 @@ x_11 = lean_apply_9(x_1, x_4, x_5, x_2, x_3, x_6, x_7, x_8, x_9, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___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) { _start: { lean_object* x_11; lean_object* x_12; -x_11 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg___lambda__1), 10, 3); +x_11 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg___lambda__1), 10, 3); lean_closure_set(x_11, 0, x_3); lean_closure_set(x_11, 1, x_4); lean_closure_set(x_11, 2, x_5); @@ -45383,14 +45452,48 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg), 10, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg), 10, 0); return x_2; } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l_Lean_Expr_isFVar(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +x_7 = 1; +return x_7; +} +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; +goto _start; +} +} +else +{ +uint8_t x_11; +x_11 = 0; +return x_11; +} +} +} LEAN_EXPORT lean_object* l_Lean_Elab_Term_addAutoBoundImplicits_x27___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) { _start: { @@ -45403,69 +45506,80 @@ lean_inc(x_4); x_11 = l_Lean_Elab_Term_addAutoBoundImplicits(x_1, 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; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_30; uint8_t x_31; 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 = lean_array_get_size(x_12); -x_15 = lean_unsigned_to_nat(0u); -x_16 = lean_nat_dec_lt(x_15, x_14); -if (x_16 == 0) +x_30 = lean_unsigned_to_nat(0u); +x_31 = lean_nat_dec_lt(x_30, x_14); +if (x_31 == 0) { -lean_object* x_17; -lean_dec(x_14); -x_17 = lean_apply_9(x_3, x_12, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -return x_17; +uint8_t x_32; +x_32 = 1; +x_15 = x_32; +goto block_29; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) +uint8_t x_33; +x_33 = lean_nat_dec_le(x_14, x_14); +if (x_33 == 0) { -lean_object* x_19; -lean_dec(x_14); -x_19 = lean_apply_9(x_3, x_12, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -return x_19; +uint8_t x_34; +x_34 = 1; +x_15 = x_34; +goto block_29; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(x_12, x_20, x_21); -if (x_22 == 0) +size_t x_35; size_t x_36; uint8_t x_37; +x_35 = 0; +x_36 = lean_usize_of_nat(x_14); +x_37 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2(x_12, x_35, x_36); +if (x_37 == 0) { -lean_object* x_23; -lean_dec(x_14); -x_23 = lean_apply_9(x_3, x_12, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); -return x_23; +uint8_t x_38; +x_38 = 1; +x_15 = x_38; +goto block_29; } else { -uint8_t x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; -x_24 = 0; -x_25 = 1; -x_26 = 1; -x_27 = l_Lean_Meta_mkForallFVars(x_12, x_2, x_24, x_25, x_26, x_6, x_7, x_8, x_9, x_13); -if (lean_obj_tag(x_27) == 0) +uint8_t x_39; +x_39 = 0; +x_15 = x_39; +goto block_29; +} +} +} +block_29: { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_14); -x_31 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___rarg(x_28, x_30, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_29); -return x_31; +if (x_15 == 0) +{ +uint8_t x_16; uint8_t x_17; uint8_t x_18; lean_object* x_19; +x_16 = 0; +x_17 = 1; +x_18 = 1; +x_19 = l_Lean_Meta_mkForallFVars(x_12, x_2, x_16, x_17, x_18, x_6, x_7, x_8, x_9, x_13); +if (lean_obj_tag(x_19) == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +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_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_14); +x_23 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___rarg(x_20, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_21); +return x_23; } else { -uint8_t x_32; +uint8_t x_24; lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -45474,32 +45588,38 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_32 = !lean_is_exclusive(x_27); -if (x_32 == 0) +x_24 = !lean_is_exclusive(x_19); +if (x_24 == 0) { -return x_27; +return x_19; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_27, 0); -x_34 = lean_ctor_get(x_27, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_27); -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_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_19, 0); +x_26 = lean_ctor_get(x_19, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_19); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; } } } +else +{ +lean_object* x_28; +lean_dec(x_14); +x_28 = lean_apply_9(x_3, x_12, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_13); +return x_28; } } } else { -uint8_t x_36; +uint8_t x_40; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -45508,23 +45628,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_36 = !lean_is_exclusive(x_11); -if (x_36 == 0) +x_40 = !lean_is_exclusive(x_11); +if (x_40 == 0) { return x_11; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_11, 0); -x_38 = lean_ctor_get(x_11, 1); -lean_inc(x_38); -lean_inc(x_37); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_11, 0); +x_42 = lean_ctor_get(x_11, 1); +lean_inc(x_42); +lean_inc(x_41); lean_dec(x_11); -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; +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } @@ -45537,7 +45657,7 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Elab_Term_addAutoBoundImplicits_x27___ra return x_2; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -45545,7 +45665,7 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__1(x_1, x_4, x_5); +x_6 = l_Array_anyMUnsafe_any___at_Lean_Elab_Term_addAutoBoundImplicits_x27___spec__2(x_1, x_4, x_5); lean_dec(x_1); x_7 = lean_box(x_6); return x_7; @@ -45716,7 +45836,7 @@ lean_dec(x_3); return x_10; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__1() { _start: { lean_object* x_1; @@ -45724,17 +45844,17 @@ x_1 = lean_mk_string_from_bytes("letrec", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__3() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -45744,27 +45864,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_18364____closed__4() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__3; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__3; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; 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_18364____closed__5() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__4; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__4; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___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_Term___hyg_18364____closed__6() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__6() { _start: { lean_object* x_1; @@ -45772,17 +45892,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__8() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__8() { _start: { lean_object* x_1; @@ -45790,47 +45910,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__7; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__7; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__10() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__9; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__9; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___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_Term___hyg_18364____closed__11() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__10; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__10; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; 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_18364____closed__12() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__11; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__11; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___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_Term___hyg_18364____closed__13() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__13() { _start: { lean_object* x_1; @@ -45838,33 +45958,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__12; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__12; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__15() { +static lean_object* _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_18364____closed__14; -x_2 = lean_unsigned_to_nat(18364u); +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__14; +x_2 = lean_unsigned_to_nat(18363u); 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_18364_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363_(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_18364____closed__2; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__2; x_3 = 0; -x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15; +x_4 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -46212,7 +46332,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_18364____closed__2; +x_9 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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); @@ -47371,120 +47491,118 @@ return x_12; } else { -lean_object* x_13; uint8_t x_27; +lean_object* x_13; uint8_t x_14; uint8_t x_33; lean_dec(x_3); lean_dec(x_2); -x_27 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); -if (x_27 == 0) +x_13 = lean_ctor_get(x_8, 2); +lean_inc(x_13); +x_33 = lean_ctor_get_uint8(x_4, sizeof(void*)*8 + 2); +if (x_33 == 0) { -lean_object* x_28; -x_28 = lean_box(0); -x_13 = x_28; -goto block_26; +uint8_t x_34; +lean_dec(x_13); +x_34 = 0; +x_14 = x_34; +goto block_32; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_29 = lean_ctor_get(x_8, 2); -lean_inc(x_29); -x_30 = lean_ctor_get(x_4, 4); -lean_inc(x_30); +lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = lean_ctor_get(x_4, 4); +lean_inc(x_35); lean_inc(x_1); -x_31 = lean_apply_1(x_30, x_1); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) +x_36 = lean_apply_1(x_35, x_1); +x_37 = lean_unbox(x_36); +lean_dec(x_36); +if (x_37 == 0) { -lean_object* x_33; uint8_t x_34; uint8_t x_35; -x_33 = l_Lean_Elab_Term_resolveName_process___closed__3; -x_34 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_29, x_33); -lean_dec(x_29); +lean_object* x_38; uint8_t x_39; uint8_t x_40; +x_38 = l_Lean_Elab_Term_resolveName_process___closed__3; +x_39 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_13, x_38); +lean_dec(x_13); lean_inc(x_1); -x_35 = l_Lean_Elab_isValidAutoBoundImplicitName(x_1, x_34); -if (x_35 == 0) -{ -lean_object* x_36; -x_36 = lean_box(0); -x_13 = x_36; -goto block_26; +x_40 = l_Lean_Elab_isValidAutoBoundImplicitName(x_1, x_39); +x_14 = x_40; +goto block_32; } else { -lean_object* x_37; uint8_t x_38; -x_37 = l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__1(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +uint8_t x_41; +lean_dec(x_13); +x_41 = 0; +x_14 = x_41; +goto block_32; +} +} +block_32: +{ +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; uint8_t x_23; +x_15 = lean_box(0); +x_16 = l_Lean_Expr_const___override(x_1, x_15); +x_17 = l_Lean_MessageData_ofExpr(x_16); +x_18 = l_Lean_Elab_Term_resolveName_process___closed__2; +x_19 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_17); +x_20 = l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___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); +x_22 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_21, 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); -x_38 = !lean_is_exclusive(x_37); -if (x_38 == 0) +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -return x_37; +return x_22; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_37, 0); -x_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_37); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_22); +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; } } else { -lean_object* x_42; -lean_dec(x_29); -x_42 = lean_box(0); -x_13 = x_42; -goto block_26; -} -} -block_26: -{ -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; uint8_t x_22; -lean_dec(x_13); -x_14 = lean_box(0); -x_15 = l_Lean_Expr_const___override(x_1, x_14); -x_16 = l_Lean_MessageData_ofExpr(x_15); -x_17 = l_Lean_Elab_Term_resolveName_process___closed__2; -x_18 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_16); -x_19 = l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed__4; -x_20 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_20, 0, x_18); -lean_ctor_set(x_20, 1, x_19); -x_21 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_27; uint8_t x_28; +x_27 = l_Lean_Elab_throwAutoBoundImplicitLocal___at_Lean_Elab_Term_resolveName_process___spec__1(x_1, 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); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +lean_dec(x_4); +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) { -return x_21; +return x_27; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_21); -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_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_27, 0); +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_27); +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; +} } } } @@ -52640,130 +52758,112 @@ return x_58; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(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_object* x_13, lean_object* x_14, lean_object* x_15) { +LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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: { -uint8_t x_16; +lean_object* x_16; lean_dec(x_8); -if (x_5 == 0) -{ -uint8_t x_47; -x_47 = 0; -x_16 = x_47; -goto block_46; -} -else -{ -uint8_t x_48; -x_48 = 1; -x_16 = x_48; -goto block_46; -} -block_46: -{ -lean_object* x_17; -if (x_16 == 0) +if (x_2 == 0) { -lean_object* x_38; -lean_dec(x_4); +lean_object* x_37; +lean_dec(x_5); lean_inc(x_7); lean_inc(x_6); -x_38 = l_Lean_Name_append(x_6, x_7); -x_17 = x_38; -goto block_37; +x_37 = l_Lean_Name_append(x_6, x_7); +x_16 = x_37; +goto block_36; } else { -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; -x_39 = lean_box(0); -lean_inc(x_2); -x_40 = l_Lean_Name_replacePrefix(x_2, x_3, x_39); -x_41 = lean_ctor_get(x_4, 1); +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_38 = lean_box(0); +lean_inc(x_3); +x_39 = l_Lean_Name_replacePrefix(x_3, x_4, x_38); +x_40 = lean_ctor_get(x_5, 1); +lean_inc(x_40); +x_41 = lean_ctor_get(x_5, 2); lean_inc(x_41); -x_42 = lean_ctor_get(x_4, 2); +x_42 = lean_ctor_get(x_5, 3); lean_inc(x_42); -x_43 = lean_ctor_get(x_4, 3); -lean_inc(x_43); -lean_dec(x_4); -x_44 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_44, 0, x_40); -lean_ctor_set(x_44, 1, x_41); -lean_ctor_set(x_44, 2, x_42); -lean_ctor_set(x_44, 3, x_43); -x_45 = l_Lean_MacroScopesView_review(x_44); -x_17 = x_45; -goto block_37; +lean_dec(x_5); +x_43 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_43, 0, x_39); +lean_ctor_set(x_43, 1, x_40); +lean_ctor_set(x_43, 2, x_41); +lean_ctor_set(x_43, 3, x_42); +x_44 = l_Lean_MacroScopesView_review(x_43); +x_16 = x_44; +goto block_36; } -block_37: +block_36: { -if (x_16 == 0) +if (x_2 == 0) { -lean_object* x_18; lean_object* x_19; +lean_object* x_17; lean_object* x_18; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_18 = lean_box(0); -x_19 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__2(x_17, x_1, x_6, x_7, x_18, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -return x_19; +x_17 = lean_box(0); +x_18 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__2(x_16, x_1, x_6, x_7, x_17, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +return x_18; } else { lean_dec(x_7); lean_dec(x_6); -if (lean_obj_tag(x_2) == 1) +if (lean_obj_tag(x_3) == 1) { -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_2, 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; +x_19 = lean_ctor_get(x_3, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_3, 1); lean_inc(x_20); -x_21 = lean_ctor_get(x_2, 1); -lean_inc(x_21); -lean_dec(x_2); -x_22 = lean_box(0); -x_23 = l_Lean_Name_str___override(x_22, x_21); -x_24 = l_Lean_Name_replacePrefix(x_20, x_3, x_22); lean_dec(x_3); -x_25 = lean_box(0); -x_26 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__2(x_17, x_1, x_24, x_23, x_25, x_9, x_10, x_11, x_12, x_13, x_14, x_15); -return x_26; +x_21 = lean_box(0); +x_22 = l_Lean_Name_str___override(x_21, x_20); +x_23 = l_Lean_Name_replacePrefix(x_19, x_4, x_21); +lean_dec(x_4); +x_24 = lean_box(0); +x_25 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__2(x_16, x_1, x_23, x_22, x_24, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +return x_25; } 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; uint8_t x_33; -lean_dec(x_17); -lean_dec(x_3); +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +lean_dec(x_16); +lean_dec(x_4); lean_dec(x_1); -x_27 = l_Lean_MessageData_ofName(x_2); -x_28 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__4___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_Elab_Term_MVarErrorInfo_logError_addArgName___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); -x_32 = l_Lean_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_31, x_9, x_10, x_11, x_12, x_13, x_14, x_15); +x_26 = l_Lean_MessageData_ofName(x_3); +x_27 = l_Array_forInUnsafe_loop___at_Lean_Elab_Term_expandDeclId___spec__4___closed__2; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +x_29 = l_Lean_Elab_Term_MVarErrorInfo_logError_addArgName___closed__4; +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_throwError___at_Lean_Elab_Term_synthesizeInstMVarCore___spec__3(x_30, x_9, x_10, x_11, x_12, x_13, x_14, x_15); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -x_33 = !lean_is_exclusive(x_32); -if (x_33 == 0) +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 0) { -return x_32; +return x_31; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_32, 0); -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ctor_get(x_31, 1); lean_inc(x_34); -lean_dec(x_32); -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_inc(x_33); +lean_dec(x_31); +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; } } } @@ -52820,7 +52920,7 @@ if (x_15 == 0) { lean_object* x_16; lean_object* x_17; x_16 = lean_box(0); -x_17 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(x_2, x_12, x_13, x_11, x_14, x_1, x_3, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_17 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(x_2, x_14, x_12, x_13, x_11, x_1, x_3, x_16, x_4, x_5, x_6, x_7, x_8, x_9, x_10); return x_17; } else @@ -53893,9 +53993,9 @@ LEAN_EXPORT lean_object* l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId _start: { uint8_t x_16; lean_object* x_17; -x_16 = lean_unbox(x_5); -lean_dec(x_5); -x_17 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(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, x_14, x_15); +x_16 = lean_unbox(x_2); +lean_dec(x_2); +x_17 = l_Lean_Elab_mkDeclName___at_Lean_Elab_Term_expandDeclId___spec__2___lambda__3(x_1, x_16, 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); return x_17; } } @@ -54433,77 +54533,77 @@ 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_21617____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_18364____closed__4; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6; +x_1 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__4; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_21617____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_21617____closed__1; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__1; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_21617____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_21617____closed__2; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__2; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__5; 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_21617____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_21617____closed__3; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__3; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; 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_21617____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_21617____closed__4; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__4; x_2 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__7; 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_21617____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_21617____closed__5; -x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__5; +x_2 = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____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_21617____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____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_21617____closed__6; -x_2 = lean_unsigned_to_nat(21617u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__6; +x_2 = lean_unsigned_to_nat(21609u); 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_21617____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__8() { _start: { lean_object* x_1; @@ -54511,23 +54611,23 @@ x_1 = lean_mk_string_from_bytes("debug", 5); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_Term_mkTermElabAttributeUnsafe___closed__9; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__8; 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_21617_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609_(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_21617____closed__7; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__7; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -54543,7 +54643,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_21617____closed__9; +x_10 = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__9; x_11 = l_Lean_registerTraceClass(x_10, x_3, x_4, x_9); return x_11; } @@ -55184,51 +55284,51 @@ l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2 = _init_l_Lean_Elab_Term_ lean_mark_persistent(l_Lean_Elab_Term_collectUnassignedMVars_go___closed__2); l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1 = _init_l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1(); lean_mark_persistent(l_Lean_localDeclDependsOn___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__1___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__3); -l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__51___closed__4); +l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__2); +l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__3); +l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__4 = _init_l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__4(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Elab_Term_addAutoBoundImplicits_go___spec__75___closed__4); l_Lean_Elab_Term_addAutoBoundImplicits_go___closed__1 = _init_l_Lean_Elab_Term_addAutoBoundImplicits_go___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_addAutoBoundImplicits_go___closed__1); l_Lean_Elab_Term_mkAuxName___closed__1 = _init_l_Lean_Elab_Term_mkAuxName___closed__1(); lean_mark_persistent(l_Lean_Elab_Term_mkAuxName___closed__1); l_Lean_Elab_Term_mkAuxName___closed__2 = _init_l_Lean_Elab_Term_mkAuxName___closed__2(); lean_mark_persistent(l_Lean_Elab_Term_mkAuxName___closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__1); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__2); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__3); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__4); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__5); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__6); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__7); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__8); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__9); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__10); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__11); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__12); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__13); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__14); -l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15(); -lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364____closed__15); -res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18364_(lean_io_mk_world()); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__1 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__1(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__1); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__2 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__2(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__2); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__3 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__3(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__3); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__4 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__4(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__4); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__5 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__5(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__5); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__6 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__6(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__6); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__7 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__7(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__7); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__8 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__8(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__8); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__9 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__9(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__9); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__10 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__10(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__10); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__11 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__11(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__11); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__12 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__12(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__12); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__13 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__13(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__13); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__14 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__14(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__14); +l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__15 = _init_l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__15(); +lean_mark_persistent(l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363____closed__15); +res = l_Lean_Elab_Term_initFn____x40_Lean_Elab_Term___hyg_18363_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Elab_Term_isLetRecAuxMVar___lambda__2___closed__1 = _init_l_Lean_Elab_Term_isLetRecAuxMVar___lambda__2___closed__1(); @@ -55431,25 +55531,25 @@ 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_21617____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617____closed__9); -res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21617_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609____closed__9); +res = l_Lean_Elab_initFn____x40_Lean_Elab_Term___hyg_21609_(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 43055a50846b..e7dca3cf3b23 100644 --- a/stage0/stdlib/Lean/Elab/Util.c +++ b/stage0/stdlib/Lean/Elab/Util.c @@ -16,29 +16,30 @@ extern "C" { lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l_Lean_evalPrio(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__3; lean_object* l_Lean_addTrace___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__15; -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377_(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__9; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__13; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__6; static lean_object* l_Lean_Elab_syntaxNodeKindOfAttrParam___closed__4; lean_object* l_Lean_mkNatLit(lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__22; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__4; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__20; LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData(lean_object*); uint8_t l_Lean_Elab_isAbortExceptionId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtNamespaces___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__16; 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_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983_(lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__4; 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_845____closed__5; static lean_object* l_Lean_Elab_expandMacroImpl_x3f___closed__2; static lean_object* l_Lean_Elab_mkMacroAttributeUnsafe___closed__3; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__11; extern lean_object* l_Lean_maxRecDepthErrorMessage; lean_object* l_Lean_InternalExceptionId_getName___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkUnusedBaseName_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -47,6 +48,8 @@ lean_object* l_Lean_Elab_throwUnsupportedSyntax___rarg(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*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__1; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__21; LEAN_EXPORT lean_object* l_Lean_Elab_instMonadMacroAdapter(lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_init___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); @@ -54,6 +57,7 @@ lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtNamespaces___at_Lean_Elab_checkSyntaxNodeKindAtCurrentNamespaces___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKind(lean_object*); uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Parser_Types_0__Lean_Parser_beqCacheableParserContext____x40_Lean_Parser_Types___hyg_235____spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__10; lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__4___closed__3; @@ -61,19 +65,22 @@ static lean_object* l_Lean_Elab_expandOptNamedPrio___closed__4; lean_object* l_Lean_getRefPos___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___closed__2; lean_object* l_String_toFormat(lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__19; static lean_object* l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___closed__1; lean_object* l_List_foldl___at_Lean_MacroScopesView_review___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__7; static lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__18; lean_object* l_Lean_log___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Elab_adaptMacro___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_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___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*); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKind___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__2; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___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_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors(lean_object*, lean_object*); @@ -85,7 +92,6 @@ LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2___ra lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_Macro_getCurrNamespace(lean_object*, lean_object*); lean_object* l_Lean_throwMaxRecDepthAt___rarg(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__19; static lean_object* l_Lean_Elab_mkMacroAttributeUnsafe___closed__2; 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*); @@ -93,47 +99,43 @@ uint8_t lean_string_dec_eq(lean_object*, lean_object*); 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*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__24; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__1; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__3; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__12; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__9; LEAN_EXPORT lean_object* l_Lean_Elab_mkMacroAttributeUnsafe(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__4; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__6(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_mkElabAttribute___rarg___lambda__3___closed__9; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__16; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__18; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__12; static lean_object* l_Lean_Elab_logException___rarg___lambda__1___closed__3; 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_mkElabAttribute___rarg___lambda__3___closed__7; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__11; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__18; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__8; LEAN_EXPORT lean_object* l_Lean_Elab_throwErrorWithNestedErrors___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__20; 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_object* l_Lean_mkStrLit(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_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__1; 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*, lean_object*); lean_object* l_Lean_declareBuiltin(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981_(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__13; 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*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_throwErrorWithNestedErrors___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__9; lean_object* l_Lean_MessageData_ofSyntax(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__12; static lean_object* l_Lean_Elab_expandOptNamedPrio___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___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*); static lean_object* l_List_foldl___at_Lean_Elab_addMacroStack___spec__1___closed__2; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MacroScopesView_format___boxed(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_throwErrorWithNestedErrors___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_addMacroStack___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,85 +152,86 @@ LEAN_EXPORT lean_object* l_Lean_Elab_withLogging___rarg(lean_object*, lean_objec static lean_object* l_Lean_Elab_syntaxNodeKindOfAttrParam___closed__2; static lean_object* l_Lean_Elab_logException___rarg___lambda__1___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__1; lean_object* l_Lean_Exception_getRef(lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__11; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__4; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__4___closed__1; uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_throwErrorWithNestedErrors___spec__1___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__2(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_syntaxNodeKindOfAttrParam___closed__3; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__6; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__10; +LEAN_EXPORT lean_object* l___auto____x40_Lean_Elab_Util___hyg_843_; lean_object* l_Lean_Macro_hasDecl(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___boxed(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; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__2; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__18; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_expandMacroImpl_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Elab_throwErrorWithNestedErrors___spec__1___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__17; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__6; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_logException(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_macroAttribute; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__17; LEAN_EXPORT lean_object* l_Lean_Elab_pp_macroStack; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtNamespaces___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__4; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__13; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__14; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__4; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__4___closed__5; static lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_getBetterRef___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Elab_checkSyntaxNodeKind___rarg___lambda__1___closed__1; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__6; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__14; LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_syntaxNodeKindOfAttrParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__2; static lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__1___closed__1; static lean_object* l_List_foldl___at_Lean_Elab_addMacroStack___spec__1___closed__1; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___closed__1; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__2; static lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__1___closed__3; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Elab_liftMacroM___spec__2(lean_object*); lean_object* l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__10; LEAN_EXPORT lean_object* l_Lean_Elab_expandOptNamedPrio___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__6; static lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__2; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__2; static lean_object* l_Lean_Elab_mkMacroAttributeUnsafe___closed__4; static lean_object* l_Lean_Elab_expandOptNamedPrio___closed__3; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__14; lean_object* l_Lean_Syntax_reprint(lean_object*); lean_object* lean_name_append_index_after(lean_object*, lean_object*); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__5; static lean_object* l_Lean_Elab_expandMacroImpl_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__3; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__5; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__12; lean_object* l_Lean_throwErrorAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_expandOptNamedPrio(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__3; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__1; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__9; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__16; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__17; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__14; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__8; lean_object* l_Lean_throwError___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtCurrentNamespaces(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_checkSyntaxNodeKind___rarg___lambda__1___closed__2; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__15; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__17; static lean_object* l_Lean_Elab_getBetterRef___closed__1; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__23; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_mkMacroAttributeUnsafe___closed__1; @@ -239,7 +242,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKind___at_Lean_Elab_checkSyn static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__13; lean_object* l_Lean_findDeclarationRanges_x3f___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_liftMacroM___spec__3___rarg___lambda__2___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_Util___hyg_2983____closed__14; 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*); LEAN_EXPORT lean_object* l_Lean_Elab_instMonadMacroAdapter___rarg___lambda__1(lean_object*, lean_object*, lean_object*); @@ -252,80 +254,78 @@ static lean_object* l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___ lean_object* l_Lean_isTracingEnabledFor___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_logAt___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_liftMacroM___spec__3___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___auto____x40_Lean_Elab_Util___hyg_843____closed__25; uint8_t l_Lean_Syntax_isNone(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__13; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_liftMacroM___spec__3(lean_object*); lean_object* l_Lean_ResolveName_resolveGlobalName(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_logException___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack(lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__8; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__3; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__25; static lean_object* l_Lean_Elab_syntaxNodeKindOfAttrParam___closed__1; lean_object* l_Lean_Environment_evalConstCheck___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_toMessageList(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__16; LEAN_EXPORT lean_object* l_Lean_Elab_expandMacroImpl_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__27; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__15; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__7; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__23; static lean_object* l_Lean_Elab_logException___rarg___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKind___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__2; +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__8; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_prettyPrint(lean_object*); lean_object* l___private_Lean_ToExpr_0__Lean_Name_toExprAux(lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__12; LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___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*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_expandOptNamedPrio___closed__1; -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__3; size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__5___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__26; LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtNamespaces(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Elab_mkUnusedBaseName(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKind___at_Lean_Elab_checkSyntaxNodeKindAtCurrentNamespaces___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__22; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_expandMacroImpl_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_getEntries___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Elab_Util___hyg_845____closed__21; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__11; static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__7; static lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__4; 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_Elab_mkElabAttribute___rarg___lambda__4___closed__4; -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__2; lean_object* l_Lean_Syntax_unsetTrailing(lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__15; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__26; LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370_(lean_object*); static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__5; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__27; lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15; static lean_object* l_Lean_Elab_nestedExceptionToMessageData___rarg___lambda__1___closed__2; uint8_t l_Lean_Parser_isValidSyntaxNodeKind(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_liftMacroM___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__17; LEAN_EXPORT lean_object* l_List_forM___at_Lean_Elab_liftMacroM___spec__3___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__1; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Elab_expandMacroImpl_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Elab_Util___hyg_845_; +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__5; LEAN_EXPORT lean_object* l_Lean_Elab_mkElabAttribute(lean_object*); -static lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__8; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Elab_syntaxNodeKindOfAttrParam___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Elab_liftMacroM___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_Lean_Elab_withLogging(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_checkSyntaxNodeKindAtNamespaces___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__7; lean_object* l_Nat_repr(lean_object*); +static lean_object* l___auto____x40_Lean_Elab_Util___hyg_843____closed__24; static lean_object* l_Lean_Elab_mkElabAttribute___rarg___lambda__4___closed__2; +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375_(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___auto____x40_Lean_Elab_Util___hyg_845____closed__7; LEAN_EXPORT lean_object* l_Lean_Syntax_prettyPrint(lean_object* x_1) { _start: { @@ -762,14 +762,6 @@ goto _start; static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__1() { _start: { -lean_object* x_1; -x_1 = l_Lean_Elab_pp_macroStack; -return x_1; -} -} -static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__2() { -_start: -{ lean_object* x_1; lean_object* x_2; x_1 = lean_box(1); x_2 = lean_alloc_ctor(0, 1, 0); @@ -777,7 +769,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__3() { +static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__2() { _start: { lean_object* x_1; @@ -785,89 +777,114 @@ x_1 = lean_mk_string_from_bytes("with resulting expansion", 24); return x_1; } } -static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__4() { +static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__3; +x_1 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__2; 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_Elab_addMacroStack___rarg___lambda__1___closed__5() { +static lean_object* _init_l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__4; +x_1 = l_Lean_Elab_addMacroStack___rarg___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_Elab_addMacroStack___rarg___lambda__1___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_Elab_pp_macroStack; +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_Elab_addMacroStack___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; uint8_t x_6; -x_5 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__1; -x_6 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_4, x_5); -if (x_6 == 0) +uint8_t x_5; lean_object* x_26; uint8_t x_27; +x_26 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__5; +x_27 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_4, x_26); +if (x_27 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; -lean_dec(x_3); -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); -lean_dec(x_1); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -lean_dec(x_7); -x_9 = lean_apply_2(x_8, lean_box(0), x_2); -return x_9; +uint8_t x_28; +x_28 = 1; +x_5 = x_28; +goto block_25; } else { -if (lean_obj_tag(x_3) == 0) +uint8_t x_29; +x_29 = 0; +x_5 = x_29; +goto block_25; +} +block_25: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; -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_2); -return x_12; +if (x_5 == 0) +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_2, 0); +lean_inc(x_6); +lean_dec(x_2); +x_7 = lean_ctor_get(x_6, 1); +lean_inc(x_7); +lean_dec(x_6); +x_8 = lean_apply_2(x_7, lean_box(0), x_3); +return x_8; } 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_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_13 = lean_ctor_get(x_3, 0); -lean_inc(x_13); -x_14 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__2; -x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_2); -lean_ctor_set(x_15, 1, x_14); -x_16 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__5; +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_9 = lean_ctor_get(x_1, 0); +lean_inc(x_9); +x_10 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__1; +x_11 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_11, 0, x_3); +lean_ctor_set(x_11, 1, x_10); +x_12 = l_Lean_Elab_addMacroStack___rarg___lambda__1___closed__4; +x_13 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_13, 0, x_11); +lean_ctor_set(x_13, 1, x_12); +x_14 = lean_ctor_get(x_9, 1); +lean_inc(x_14); +lean_dec(x_9); +x_15 = l_Lean_MessageData_ofSyntax(x_14); +x_16 = l_Lean_indentD(x_15); x_17 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 0, x_13); lean_ctor_set(x_17, 1, x_16); -x_18 = lean_ctor_get(x_13, 1); +x_18 = lean_ctor_get(x_2, 0); lean_inc(x_18); -lean_dec(x_13); -x_19 = l_Lean_MessageData_ofSyntax(x_18); -x_20 = l_Lean_indentD(x_19); -x_21 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_21, 0, x_17); -lean_ctor_set(x_21, 1, x_20); -x_22 = lean_ctor_get(x_1, 0); -lean_inc(x_22); +lean_dec(x_2); +x_19 = lean_ctor_get(x_18, 1); +lean_inc(x_19); +lean_dec(x_18); +x_20 = l_List_foldl___at_Lean_Elab_addMacroStack___spec__1(x_10, x_17, x_1); +x_21 = lean_apply_2(x_19, lean_box(0), x_20); +return x_21; +} +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_dec(x_1); +x_22 = lean_ctor_get(x_2, 0); +lean_inc(x_22); +lean_dec(x_2); x_23 = lean_ctor_get(x_22, 1); lean_inc(x_23); lean_dec(x_22); -x_24 = l_List_foldl___at_Lean_Elab_addMacroStack___spec__1(x_14, x_21, x_3); -x_25 = lean_apply_2(x_23, lean_box(0), x_24); -return x_25; +x_24 = lean_apply_2(x_23, lean_box(0), x_3); +return x_24; } } } @@ -879,9 +896,9 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; x_5 = lean_ctor_get(x_1, 1); lean_inc(x_5); x_6 = lean_alloc_closure((void*)(l_Lean_Elab_addMacroStack___rarg___lambda__1___boxed), 4, 3); -lean_closure_set(x_6, 0, x_1); -lean_closure_set(x_6, 1, x_3); -lean_closure_set(x_6, 2, x_4); +lean_closure_set(x_6, 0, x_4); +lean_closure_set(x_6, 1, x_1); +lean_closure_set(x_6, 2, x_3); x_7 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_2, x_6); return x_7; } @@ -1393,7 +1410,7 @@ lean_dec(x_2); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__1() { _start: { lean_object* x_1; @@ -1401,7 +1418,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__2() { _start: { lean_object* x_1; @@ -1409,19 +1426,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____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_expandOptNamedPrio___closed__1; x_2 = l_Lean_Elab_expandOptNamedPrio___closed__2; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__1; -x_4 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__2; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__1; +x_4 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -1430,7 +1447,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__5() { _start: { lean_object* x_1; @@ -1438,19 +1455,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____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_expandOptNamedPrio___closed__1; x_2 = l_Lean_Elab_expandOptNamedPrio___closed__2; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__1; -x_4 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__5; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__1; +x_4 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__7() { _start: { lean_object* x_1; @@ -1458,17 +1475,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__7; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__9() { _start: { lean_object* x_1; @@ -1476,41 +1493,41 @@ x_1 = lean_mk_string_from_bytes("exact", 5); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____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_expandOptNamedPrio___closed__1; x_2 = l_Lean_Elab_expandOptNamedPrio___closed__2; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__1; -x_4 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__9; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__1; +x_4 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__9; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__9; 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___auto____x40_Lean_Elab_Util___hyg_845____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__4; -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__11; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__4; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__11; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__13() { _start: { lean_object* x_1; @@ -1518,7 +1535,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__14() { _start: { lean_object* x_1; @@ -1526,19 +1543,19 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Elab_expandOptNamedPrio___closed__1; x_2 = l_Lean_Elab_expandOptNamedPrio___closed__2; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__13; -x_4 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__14; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__13; +x_4 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__14; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__16() { _start: { lean_object* x_1; @@ -1546,35 +1563,35 @@ x_1 = lean_mk_string_from_bytes("decl_name%", 10); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__16; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__16; 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___auto____x40_Lean_Elab_Util___hyg_845____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__4; -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__17; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__4; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__17; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__15; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__18; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__15; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__18; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -1582,23 +1599,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__12; -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__19; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__12; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__19; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__10; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__20; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__10; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__20; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -1606,23 +1623,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__4; -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__21; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__4; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__21; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__8; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__22; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__8; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__22; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -1630,23 +1647,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__4; -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__23; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__4; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__23; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__6; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__24; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__6; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__24; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -1654,23 +1671,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__26() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__4; -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__25; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__4; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__25; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__27() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__3; -x_3 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__26; +x_2 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__3; +x_3 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__26; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -1678,11 +1695,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_845_() { +static lean_object* _init_l___auto____x40_Lean_Elab_Util___hyg_843_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Elab_Util___hyg_845____closed__27; +x_1 = l___auto____x40_Lean_Elab_Util___hyg_843____closed__27; return x_1; } } @@ -2553,7 +2570,7 @@ 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_initFn____x40_Lean_Elab_Util___hyg_1377____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__1() { _start: { lean_object* x_1; @@ -2561,22 +2578,22 @@ x_1 = lean_mk_string_from_bytes("macroAttribute", 14); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Elab_expandOptNamedPrio___closed__1; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__6; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__1; +x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__2; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__2; x_3 = l_Lean_Elab_mkMacroAttributeUnsafe(x_2, x_1); return x_3; } @@ -4685,7 +4702,7 @@ x_8 = l_Array_mapMUnsafe_map___at_Lean_Elab_throwErrorWithNestedErrors___spec__1 return x_8; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__1() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -4695,7 +4712,7 @@ 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_Util___hyg_2983____closed__2() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -4705,17 +4722,17 @@ 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_Util___hyg_2983____closed__3() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__2; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__2; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____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_Util___hyg_2983____closed__4() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__4() { _start: { lean_object* x_1; @@ -4723,17 +4740,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__5() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__3; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__4; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__3; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__4; 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_Util___hyg_2983____closed__6() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__6() { _start: { lean_object* x_1; @@ -4741,37 +4758,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__7() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__5; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__6; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__5; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____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_Util___hyg_2983____closed__8() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__7; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__7; x_2 = l_Lean_Elab_expandOptNamedPrio___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_Util___hyg_2983____closed__9() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__8; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__8; x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____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_Util___hyg_2983____closed__10() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__10() { _start: { lean_object* x_1; @@ -4779,17 +4796,17 @@ x_1 = lean_mk_string_from_bytes("Util", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__11() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__9; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__10; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__9; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__10; 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_Util___hyg_2983____closed__12() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__12() { _start: { lean_object* x_1; @@ -4797,27 +4814,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__13() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__11; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__12; +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__11; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____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_Util___hyg_2983____closed__14() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__13; -x_2 = lean_unsigned_to_nat(2983u); +x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__13; +x_2 = lean_unsigned_to_nat(2981u); 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_Util___hyg_2983____closed__15() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15() { _start: { lean_object* x_1; @@ -4825,17 +4842,17 @@ x_1 = lean_mk_string_from_bytes("step", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__16() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_370____closed__6; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__15; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__17() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__17() { _start: { lean_object* x_1; @@ -4843,24 +4860,24 @@ x_1 = lean_mk_string_from_bytes("result", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__18() { +static lean_object* _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__18() { _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_Util___hyg_370____closed__6; -x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__15; -x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__17; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15; +x_3 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__17; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981_(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_initFn____x40_Lean_Elab_Util___hyg_2983____closed__1; +x_2 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__1; x_3 = 0; -x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__14; +x_4 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -4868,7 +4885,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_initFn____x40_Lean_Elab_Util___hyg_2983____closed__16; +x_7 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__16; x_8 = l_Lean_registerTraceClass(x_7, x_3, x_4, x_6); if (lean_obj_tag(x_8) == 0) { @@ -4876,7 +4893,7 @@ lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; 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_Util___hyg_2983____closed__18; +x_10 = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__18; x_11 = 1; x_12 = l_Lean_registerTraceClass(x_10, x_11, x_4, x_9); return x_12; @@ -5012,62 +5029,62 @@ l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__1 = _ lean_mark_persistent(l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__1); l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__2 = _init_l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__2(); lean_mark_persistent(l___private_Lean_Elab_Util_0__Lean_Elab_evalSyntaxConstantUnsafe___closed__2); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__1 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__1); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__2 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__2); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__3 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__3); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__4 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__4); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__5 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__5); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__6 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__6); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__7 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__7); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__8 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__8); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__9 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__9); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__10 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__10); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__11 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__11); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__12 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__12); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__13 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__13); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__14 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__14); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__15 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__15); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__16 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__16); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__17 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__17); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__18 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__18); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__19 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__19); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__20 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__20); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__21 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__21); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__22 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__22); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__23 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__23); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__24 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__24); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__25 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__25); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__26 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__26(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__26); -l___auto____x40_Lean_Elab_Util___hyg_845____closed__27 = _init_l___auto____x40_Lean_Elab_Util___hyg_845____closed__27(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845____closed__27); -l___auto____x40_Lean_Elab_Util___hyg_845_ = _init_l___auto____x40_Lean_Elab_Util___hyg_845_(); -lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_845_); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__1 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__1); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__2 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__2); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__3 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__3); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__4 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__4); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__5 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__5); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__6 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__6); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__7 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__7); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__8 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__8); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__9 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__9); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__10 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__10); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__11 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__11); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__12 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__12); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__13 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__13); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__14 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__14); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__15 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__15); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__16 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__16); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__17 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__17); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__18 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__18); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__19 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__19); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__20 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__20); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__21 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__21); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__22 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__22); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__23 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__23); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__24 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__24); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__25 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__25); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__26 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__26(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__26); +l___auto____x40_Lean_Elab_Util___hyg_843____closed__27 = _init_l___auto____x40_Lean_Elab_Util___hyg_843____closed__27(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843____closed__27); +l___auto____x40_Lean_Elab_Util___hyg_843_ = _init_l___auto____x40_Lean_Elab_Util___hyg_843_(); +lean_mark_persistent(l___auto____x40_Lean_Elab_Util___hyg_843_); l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__1 = _init_l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__1(); lean_mark_persistent(l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__1); l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__2 = _init_l_Lean_Elab_mkElabAttribute___rarg___lambda__3___closed__2(); @@ -5128,11 +5145,11 @@ l_Lean_Elab_mkMacroAttributeUnsafe___closed__5 = _init_l_Lean_Elab_mkMacroAttrib lean_mark_persistent(l_Lean_Elab_mkMacroAttributeUnsafe___closed__5); l_Lean_Elab_mkMacroAttributeUnsafe___closed__6 = _init_l_Lean_Elab_mkMacroAttributeUnsafe___closed__6(); lean_mark_persistent(l_Lean_Elab_mkMacroAttributeUnsafe___closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377____closed__2); -if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1377_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375____closed__2); +if (builtin) {res = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_1375_(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); @@ -5161,43 +5178,43 @@ l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___closed__1 = _init_l_ lean_mark_persistent(l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___closed__1); l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___closed__2 = _init_l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___closed__2(); lean_mark_persistent(l_Lean_Elab_throwErrorWithNestedErrors___rarg___lambda__1___closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__1(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__1); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__2(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__2); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__3(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__3); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__4(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__4); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__5(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__5); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__6(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__6); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__7(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__7); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__8(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__8); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__9(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__9); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__10(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__10); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__11(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__11); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__12(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__12); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__13(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__13); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__14(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__14); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__15(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__15); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__16 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__16(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__16); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__17 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__17(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__17); -l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__18 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__18(); -lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983____closed__18); -res = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2983_(lean_io_mk_world()); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__1 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__1(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__1); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__2 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__2(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__2); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__3 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__3(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__3); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__4 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__4(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__4); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__5 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__5(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__5); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__6 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__6(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__6); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__7 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__7(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__7); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__8 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__8(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__8); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__9 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__9(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__9); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__10 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__10(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__10); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__11 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__11(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__11); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__12 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__12(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__12); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__13 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__13(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__13); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__14 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__14(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__14); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__15); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__16 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__16(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__16); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__17 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__17(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__17); +l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__18 = _init_l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__18(); +lean_mark_persistent(l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981____closed__18); +res = l_Lean_Elab_initFn____x40_Lean_Elab_Util___hyg_2981_(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/Environment.c b/stage0/stdlib/Lean/Environment.c index 5fa1d36eae59..505280ff198f 100644 --- a/stage0/stdlib/Lean/Environment.c +++ b/stage0/stdlib/Lean/Environment.c @@ -17,6 +17,7 @@ LEAN_EXPORT uint32_t l_Lean_EnvironmentHeader_trustLevel___default; uint8_t lean_compacted_region_is_memory_mapped(size_t); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_mkMapDeclarationExtension___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_ConstantInfo_instantiateTypeLevelParams(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__26; LEAN_EXPORT lean_object* l_Lean_throwAlreadyImported___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_environment_add(lean_object*, lean_object*); @@ -31,6 +32,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_display LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_importModules___spec__5(lean_object*, lean_object*); static lean_object* l_Lean_MapDeclarationExtension_insert___rarg___closed__2; static lean_object* l___private_Lean_Environment_0__Lean_Environment_throwUnexpectedType___rarg___closed__2; +LEAN_EXPORT lean_object* l_panic___at_Lean_MapDeclarationExtension_insert___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtension___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__12; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Environment_addAux___spec__2(lean_object*, lean_object*, lean_object*); @@ -40,15 +42,10 @@ lean_object* lean_read_module_data(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkModuleData___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtension_getState___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkModuleData(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_quickLt___boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__3; -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__8; LEAN_EXPORT lean_object* l_Lean_Environment_evalConst___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_3730_; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_modifyState___rarg___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Environment_displayStats___closed__10; LEAN_EXPORT lean_object* l_Lean_registerPersistentEnvExtensionUnsafe(lean_object*, lean_object*, lean_object*, lean_object*); @@ -62,6 +59,7 @@ LEAN_EXPORT lean_object* l_Lean_instInhabitedModuleData; LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_modifyState___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___closed__3; lean_object* l_Lean_profileitIOUnsafe___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_instModuleIdxToString___closed__1; static lean_object* l___private_Lean_Environment_0__Lean_Environment_throwUnexpectedType___rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_importModules___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -81,17 +79,16 @@ static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___closed__8; static lean_object* l_Lean_instInhabitedEnvExtensionInterface___closed__3; LEAN_EXPORT lean_object* l_Lean_Environment_allImportedModuleNames___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_numBuckets___at_Lean_Environment_displayStats___spec__6___boxed(lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__13; LEAN_EXPORT lean_object* l_Lean_mkMapDeclarationExtension___rarg___lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_setImportedEntries(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__1; static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__2; LEAN_EXPORT uint8_t l_Lean_EnvironmentHeader_quotInit___default; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_mkEmptyEnvironment___spec__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkMapDeclarationExtension___rarg___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_registerPersistentEnvExtensionUnsafe___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___lambda__1___closed__1; @@ -99,7 +96,9 @@ LEAN_EXPORT lean_object* l_Lean_instInhabitedEnvExtensionState; LEAN_EXPORT lean_object* l_Lean_importModules_importMods___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_NameSSet_instInhabitedNameSSet; LEAN_EXPORT uint8_t l_Lean_Environment_hasUnsafe___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975_(lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_Environment_throwUnexpectedType___rarg___closed__1; +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__6; lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___closed__1; LEAN_EXPORT lean_object* l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); @@ -118,7 +117,7 @@ lean_object* l_Lean_HashMap_insert___at_Lean_NameSSet_insert___spec__6(lean_obje static lean_object* l_Lean_throwAlreadyImported___rarg___closed__2; static lean_object* l_Lean_instInhabitedEnvExtensionInterface___closed__4; lean_object* lean_mk_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtensionDescr_statsFn___default(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_mkModuleData___spec__1(lean_object*, size_t, size_t, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); @@ -126,15 +125,12 @@ extern uint8_t l_instInhabitedBool; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__3(lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_EnvExtensionInterfaceUnsafe_invalidExtMsg___closed__1; static lean_object* l_Lean_mkTagDeclarationExtension___closed__3; -LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_3368_; LEAN_EXPORT lean_object* l_Lean_importModules___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_readModuleData___boxed(lean_object*, lean_object*); static lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__2; LEAN_EXPORT uint8_t l_Lean_Environment_isConstructor(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Environment_0__Lean_mkExtNameMap___spec__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_initFn____x40_Lean_Environment___hyg_1629_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_modifyState(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_getState(lean_object*, lean_object*, lean_object*); @@ -154,6 +150,7 @@ lean_object* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Environment_0__Lean_mkExtNameMap___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Environment_imports___boxed(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__4; static lean_object* l_List_toString___at_Lean_Environment_displayStats___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtensionDescr_toArrayFn___default___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Environment_find_x3f___spec__5(lean_object*, lean_object*); @@ -164,9 +161,11 @@ LEAN_EXPORT lean_object* l_Lean_getNumBuiltinAttributes___boxed(lean_object*); static lean_object* l_List_toString___at_Lean_Environment_displayStats___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_mkModuleData___spec__3___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Environment_addDecl___boxed(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__10; LEAN_EXPORT lean_object* l_Lean_importModules___lambda__1(lean_object*, lean_object*); uint8_t l_Lean_Name_quickLt(lean_object*, lean_object*); uint8_t l_Lean_ConstantInfo_isUnsafe(lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_3969_; LEAN_EXPORT lean_object* l_panic___at_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__2___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_mkModuleData___spec__4___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg___lambda__1(lean_object*, lean_object*, lean_object*); @@ -177,21 +176,23 @@ LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__5(lea LEAN_EXPORT lean_object* l_Lean_Environment_addExtraName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Environment_isNamespace___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_importModules_importMods(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkTagDeclarationExtension___lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_importModules___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Environment_find_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_MapDeclarationExtension_contains___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__18; LEAN_EXPORT lean_object* l_Lean_EnvExtensionEntrySpec; +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__25; LEAN_EXPORT lean_object* l_Lean_updateEnvAttributes___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__11; static lean_object* l_Lean_importModules___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_mkModuleData___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Environment_addAux___spec__8(lean_object*, lean_object*); lean_object* l_System_FilePath_pathExists(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(lean_object*); static lean_object* l_Lean_importModules_importMods___closed__1; -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__10; LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Environment_addExtraName___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Environment_getNamespaceSet(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at_Lean_mkModuleData___spec__5(lean_object*, lean_object*, lean_object*); @@ -201,11 +202,14 @@ static lean_object* l_Lean_instInhabitedImport___closed__1; LEAN_EXPORT lean_object* l_Lean_EnvironmentHeader_imports___default; lean_object* lean_string_push(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_Lean_Environment_registerNamespace(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___at_Lean_Environment_displayStats___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Std_Format_isNil(lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_modifyState___rarg___closed__1; +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__19; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at_Lean_mkModuleData___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__16; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_mkModuleData___spec__3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__6; +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__3; static lean_object* l_Lean_importModules_importMods___closed__2; LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_setState___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_size___at_Lean_Environment_displayStats___spec__3(lean_object*); @@ -215,10 +219,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_ lean_object* l_Lean_initializing(lean_object*); extern lean_object* l_Lean_NameSet_instInhabitedNameSet; LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_2848_(lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__18; static lean_object* l_Lean_TagDeclarationExtension_tag___closed__1; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__4(lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__15; lean_object* l_IO_println___at_Lean_instEval___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__5; static lean_object* l_Lean_instInhabitedEnvExtensionInterface___closed__6; @@ -236,7 +240,6 @@ LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg___b LEAN_EXPORT uint8_t l_Lean_TagDeclarationExtension_isTagged(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ImportState_moduleNames___default; uint8_t l_Lean_HashSetImp_contains___at_Lean_NameHashSet_contains___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_importModules___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_SMap_numBuckets___at_Lean_Environment_displayStats___spec__5(lean_object*); @@ -244,8 +247,8 @@ lean_object* l_panic___rarg(lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedPersistentEnvExtension___closed__2; static lean_object* l_Lean_Environment_displayStats___closed__3; LEAN_EXPORT lean_object* l_Lean_importModules___lambda__3(lean_object*, uint32_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__5(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_mkModuleData___spec__4(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__28; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___lambda__1___closed__2; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_importModules___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Environment_addAux___spec__6(lean_object*, lean_object*, lean_object*); @@ -260,30 +263,30 @@ LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg(lean static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__3; LEAN_EXPORT lean_object* l_Lean_instToStringImport(lean_object*); LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_mkMapDeclarationExtension___spec__1___rarg___lambda__1(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__5; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_registerPersistentEnvExtensionUnsafe___spec__1___rarg(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_ensureExtensionsArraySize_loop(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__21; LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__8; LEAN_EXPORT lean_object* l_Lean_registerPersistentEnvExtensionUnsafe___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_importModules___spec__12(lean_object*, size_t, lean_object*, size_t, size_t, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_getModuleEntries___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_freeRegions___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_Environment_throwUnexpectedType___rarg(lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkEmptyEnvironment___boxed(lean_object*, lean_object*); static lean_object* l_Lean_mkMapDeclarationExtension___rarg___closed__2; static lean_object* l_Lean_Environment_displayStats___closed__7; +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__27; static lean_object* l_Lean_Environment_header___default___closed__1; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_instModuleIdxBEq; lean_object* l_Lean_HashSetImp_insert___at_Lean_NameHashSet_insert___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_getEntries___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__23; LEAN_EXPORT lean_object* l_Lean_mkEmptyEnvironment___lambda__1(uint32_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82_(lean_object*, lean_object*); static lean_object* l_Lean_MapDeclarationExtension_insert___rarg___closed__4; @@ -291,16 +294,16 @@ static lean_object* l_Lean_registerPersistentEnvExtensionUnsafe___rarg___closed_ LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtension___lambda__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); lean_object* lean_eval_const(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___closed__4; LEAN_EXPORT lean_object* l_Lean_instModuleIdxToString; +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__22; LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__1___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadEnv___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1; static lean_object* l_Lean_mkEmptyEnvironment___closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__4___closed__1; static lean_object* l_Lean_TagDeclarationExtension_tag___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_Environment_getTrustLevel___boxed(lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__11; LEAN_EXPORT lean_object* l_Lean_ImportState_regions___default; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtension(lean_object*, lean_object*, lean_object*, lean_object*); @@ -308,14 +311,20 @@ LEAN_EXPORT lean_object* l_Lean_Kernel_isDefEq___boxed(lean_object*, lean_object LEAN_EXPORT lean_object* lean_display_stats(lean_object*, lean_object*); uint8_t l_Lean_NameMap_contains___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtension_modifyState___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_TagDeclarationExtension_tag___spec__2(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__12; +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__9; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__1; static lean_object* l_Lean_Environment_displayStats___closed__8; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__1(lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__14; static lean_object* l_Lean_throwAlreadyImported___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_MapDeclarationExtension_find_x3f(lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__3; static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__24; LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_instInhabitedSimplePersistentEnvExtension___rarg(lean_object*); LEAN_EXPORT uint8_t l_Array_binSearchAux___at_Lean_MapDeclarationExtension_contains___spec__1___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__21; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadEnv___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtension___lambda__3___boxed(lean_object*); @@ -323,16 +332,18 @@ LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_Environment_regist LEAN_EXPORT uint8_t l_Array_binSearchAux___at_Lean_TagDeclarationExtension_isTagged___spec__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Environment_displayStats___closed__4; LEAN_EXPORT lean_object* l_Lean_instInhabitedEnvExtensionInterface___lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_3728_; LEAN_EXPORT lean_object* l_Lean_importModules___lambda__2(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_SMap_contains___at_Lean_NameSSet_contains___spec__1(lean_object*, lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__26; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___closed__4; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__2(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__2___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedModuleData___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_ensureExtensionsArraySize(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__17; lean_object* lean_list_to_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_MapDeclarationExtension_find_x3f___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withImportModules___rarg(lean_object*, lean_object*, uint32_t, lean_object*, lean_object*); @@ -341,11 +352,9 @@ lean_object* l_EStateM_pure___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtensionState(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_importModules_importMods___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_MapDeclarationExtension_contains___spec__1(lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_3970_; static lean_object* l_Lean_throwAlreadyImported___rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_instInhabitedEnvExtensionInterface___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Environment_displayStats___closed__9; -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__12; static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__14; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Environment_addAux___spec__3___closed__3; lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); @@ -358,21 +367,21 @@ LEAN_EXPORT lean_object* lean_environment_set_main_module(lean_object*, lean_obj static lean_object* l_Lean_TagDeclarationExtension_tag___closed__3; static lean_object* l_Lean_instToStringImport___closed__1; static lean_object* l_List_forIn_loop___at_Lean_importModules___spec__1___closed__1; -LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_2893_; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg___closed__1; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT uint32_t lean_environment_trust_level(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_getModuleEntries___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4(lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_size___at_Lean_Environment_displayStats___spec__3___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_initFn____x40_Lean_Environment___hyg_1627_(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_MapDeclarationExtension_find_x3f___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_modifyState___rarg___lambda__1(lean_object*, lean_object*); lean_object* l_instToStringNat(lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__28; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_importModules___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_modifyState(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_importModules___spec__11(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -383,23 +392,27 @@ LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg___la LEAN_EXPORT lean_object* l_Lean_mkTagDeclarationExtension___lambda__3(lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__4; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_MapDeclarationExtension_find_x3f___spec__1___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_finalizePersistentExtensions_loop___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerPersistentEnvExtensionUnsafe___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); lean_object* lean_update_env_attributes(lean_object*, lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg___closed__3; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2(lean_object*); static lean_object* l_Lean_TagDeclarationExtension_tag___closed__4; static lean_object* l_Lean_ImportState_moduleNameSet___default___closed__1; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_Environment_isNamespaceName___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_ConstantInfo_instantiateValueLevelParams_x21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_MapDeclarationExtension_insert___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_3366_; static lean_object* l_Lean_instToStringImport___closed__2; +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__6; LEAN_EXPORT uint8_t l___private_Lean_Environment_0__Lean_Environment_isNamespaceName(lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__13; LEAN_EXPORT lean_object* l_Lean_Environment_getModuleIdx_x3f___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_mkMapDeclarationExtension___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__23; lean_object* l_Lean_Expr_instantiateLevelParams(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtension___lambda__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__2(lean_object*, lean_object*, lean_object*); @@ -410,6 +423,7 @@ LEAN_EXPORT lean_object* l_Lean_withImportModules(lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtension_instInhabitedEnvExtension(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedImport; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_EnvExtensionInterfaceUnsafe_mkInitialExtStates___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__24; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_ensureExtensionsArraySize(lean_object*, lean_object*); static lean_object* l_Lean_mkEmptyEnvironment___closed__2; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__3(lean_object*); @@ -417,11 +431,13 @@ extern lean_object* l_Std_Format_defWidth; LEAN_EXPORT uint8_t l_Lean_Environment_hasUnsafe(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_getEntries___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_freeRegions___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__1; LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__1___lambda__1(lean_object*, lean_object*); lean_object* lean_add_decl(lean_object*, lean_object*); static lean_object* l_Lean_Environment_displayStats___closed__6; LEAN_EXPORT lean_object* l_Lean_registerEnvExtension___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Environment_addAux___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__20; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Environment_getModuleIdxFor_x3f___spec__2(lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); @@ -431,7 +447,6 @@ LEAN_EXPORT lean_object* l_Lean_Kernel_isDefEqGuarded___boxed(lean_object*, lean LEAN_EXPORT uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Environment_isNamespace(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Environment_addAux___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__19; LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtension_instInhabitedEnvExtension___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_TagDeclarationExtension_isTagged___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -447,8 +462,6 @@ LEAN_EXPORT lean_object* l_Lean_SMap_contains___at_Lean_Environment_addExtraName LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Environment_addExtraName___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_Environment_throwUnexpectedType(lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_modifyState(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__1(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__6; LEAN_EXPORT lean_object* l_List_toString___at_Lean_Environment_displayStats___spec__1(lean_object*); static lean_object* l_Lean_Environment_registerNamespace___closed__1; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -456,6 +469,7 @@ static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_ static lean_object* l_Lean_mkTagDeclarationExtension___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at_Lean_mkModuleData___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_EnvExtensionStateSpec___closed__1; +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_importModules___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Environment_getModuleIdx_x3f___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkModuleData___lambda__2(lean_object*, lean_object*, lean_object*); @@ -464,7 +478,6 @@ lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp; static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__10; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__25; LEAN_EXPORT lean_object* l_Lean_Environment_hasUnsafe___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_getEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Environment_find_x3f___spec__2(lean_object*, lean_object*); @@ -479,7 +492,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_importModules___spec LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_setState___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Environment_addAux___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Environment_getModuleIdx_x3f___boxed(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__2; extern lean_object* l_Lean_NameSet_empty; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_modifyState___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_mkMapDeclarationExtension___rarg___lambda__2(lean_object*); @@ -491,7 +503,6 @@ lean_object* lean_string_length(lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___closed__6; LEAN_EXPORT lean_object* l_Lean_importModules___lambda__4(lean_object*, uint32_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instReprImport___closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__4; LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__23; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -500,14 +511,12 @@ LEAN_EXPORT lean_object* l_Lean_instReprImport; LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_finalizePersistentExtensions_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_mkExtNameMap(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Environment_addAux___spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__18; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__1; LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_getState(lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_environment_main_module(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtension_setState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Environment_displayStats___closed__1; static lean_object* l_Lean_instInhabitedPersistentEnvExtension___closed__3; @@ -515,12 +524,11 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_x27_loop___at___private_Lean_Environm LEAN_EXPORT lean_object* l_Lean_EnvExtension_getState(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_importModules___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__15; +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__1; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedPersistentEnvExtension___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__2; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_ensureExtensionsArraySize_loop___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtensionDescr_statsFn___default___boxed(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__27; LEAN_EXPORT lean_object* l_Lean_Environment_contains___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedModuleIdx; LEAN_EXPORT lean_object* l_Lean_Environment_getModuleIdx_x3f(lean_object*, lean_object*); @@ -533,9 +541,9 @@ lean_object* l_Lean_findOLean(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Import_runtimeOnly___default; LEAN_EXPORT lean_object* l_Lean_Environment_isConstructor___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_instInhabitedSimplePersistentEnvExtension(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__1(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__24; LEAN_EXPORT uint8_t l_Lean_SMap_contains___at_Lean_Environment_addExtraName___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ConstantInfo_instantiateTypeLevelParams___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_TagDeclarationExtension_tag(lean_object*, lean_object*, lean_object*); @@ -546,7 +554,6 @@ uint8_t l_Lean_NameSet_contains(lean_object*, lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedEnvExtensionInterface___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974_(lean_object*); static lean_object* l_Lean_mkTagDeclarationExtension___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_MapDeclarationExtension_find_x3f___spec__1___rarg___boxed(lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Environment_addAux___spec__3___closed__1; @@ -559,6 +566,7 @@ LEAN_EXPORT lean_object* l_Lean_MapDeclarationExtension_contains___rarg___boxed( static lean_object* l___private_Lean_Environment_0__Lean_finalizePersistentExtensions_loop___closed__1; static lean_object* l_Lean_throwAlreadyImported___rarg___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__4___lambda__1(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__15; lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_throwAlreadyImported___rarg___closed__6; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Environment_addAux___spec__3___closed__2; @@ -585,24 +593,21 @@ static lean_object* l_Lean_TagDeclarationExtension_isTagged___closed__1; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__1___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Environment_0__Lean_finalizePersistentExtensions(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_Environment_addExtraName___spec__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__2; LEAN_EXPORT lean_object* l_Lean_EnvExtensionStateSpec; LEAN_EXPORT lean_object* l_panic___at_Lean_EnvExtensionInterfaceUnsafe_modifyState___spec__1(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__5; LEAN_EXPORT lean_object* l_Lean_CompactedRegion_free___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Environment_getModuleIdxFor_x3f___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Kernel_whnf___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_getState___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__22; LEAN_EXPORT lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__14; static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___closed__7; -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__7; -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__4; LEAN_EXPORT lean_object* l_Lean_persistentEnvExtensionsRef; lean_object* lean_io_initializing(lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__11; lean_object* l_List_reverse___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__3___boxed(lean_object*, lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___closed__1; LEAN_EXPORT lean_object* l_Lean_Environment_imports(lean_object*); @@ -614,6 +619,7 @@ LEAN_EXPORT lean_object* l_Lean_instInhabitedEnvExtensionInterface___lambda__1__ lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_namespacesExt; LEAN_EXPORT lean_object* l_Lean_EnvExtension_modifyState(lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Environment___hyg_2891_; static lean_object* l_Lean_instInhabitedPersistentEnvExtension___closed__1; LEAN_EXPORT lean_object* l_Lean_TagDeclarationExtension_isTagged___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); @@ -635,9 +641,7 @@ lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg___closed__1; static lean_object* l_Lean_Environment_displayStats___closed__5; lean_object* l_Array_foldlMUnsafe_fold___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__20; LEAN_EXPORT lean_object* l_Lean_CompactedRegion_isMemoryMapped___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__21; LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_MapDeclarationExtension_find_x3f___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkModuleData___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -677,9 +681,12 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Array_binSearchAux___at_Lean_MapDeclarationExtension_contains___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Environment_0__Lean_mkExtNameMap___spec__7(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Environment_0__Lean_reprImport____x40_Lean_Environment___hyg_82____closed__19; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___at_Lean_Environment_displayStats___spec__10(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Environment_displayStats___closed__2; LEAN_EXPORT lean_object* l_Lean_saveModuleData___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__3(lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__8; lean_object* l_Lean_SMap_insert___at_Lean_NameSSet_insert___spec__1(lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_importModules___spec__10___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -688,7 +695,6 @@ LEAN_EXPORT lean_object* l_Lean_mkTagDeclarationExtension___lambda__1(lean_objec static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__2; LEAN_EXPORT lean_object* l_Lean_mkMapDeclarationExtension___boxed(lean_object*, lean_object*); static lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg___closed__2; -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__17; lean_object* lean_compacted_region_free(size_t, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__5___boxed(lean_object*, lean_object*); @@ -697,23 +703,22 @@ lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_SimplePersistentEnvExtension_setState(lean_object*, lean_object*); lean_object* l_EStateM_bind___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkTagDeclarationExtension(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__5; LEAN_EXPORT lean_object* l_Lean_EnvironmentHeader_moduleData___default; LEAN_EXPORT lean_object* lean_import_modules(lean_object*, lean_object*, uint32_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_registerExt(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__1; lean_object* lean_kernel_whnf(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkEmptyEnvironment___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Environment___hyg_2893____closed__9; LEAN_EXPORT lean_object* l_panic___at_Lean_TagDeclarationExtension_tag___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_EnvExtensionInterfaceUnsafe_mkInitialExtStates___spec__1(size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Environment_0__Lean_setImportedEntries___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__7; LEAN_EXPORT lean_object* l_Lean_HashMap_numBuckets___at_Lean_Environment_displayStats___spec__6(lean_object*); LEAN_EXPORT lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkMapDeclarationExtension(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentEnvExtension_setState___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MapDeclarationExtension_contains(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_2850_(lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvironmentHeader_mainModule___default; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_importModules___spec__1___closed__2; @@ -726,13 +731,13 @@ static lean_object* l_List_foldl___at_Lean_Environment_displayStats___spec__2___ static lean_object* l_Lean_instInhabitedPersistentEnvExtension___closed__4; LEAN_EXPORT lean_object* l_Lean_SMap_numBuckets___at_Lean_Environment_displayStats___spec__5___boxed(lean_object*); lean_object* l_Nat_repr(lean_object*); +static lean_object* l___auto____x40_Lean_Environment___hyg_2891____closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_Environment_addExtraName___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_EnvExtension_setState(lean_object*); LEAN_EXPORT lean_object* l_Lean_withImportModules___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Environment_addAux___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Environment_header___default; -static lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__5; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__8___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* lean_save_module_data(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkEmptyEnvironment___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -746,7 +751,6 @@ LEAN_EXPORT lean_object* l_Lean_ModuleIdx_toNat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Environment_addAux___spec__10(lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedModuleData___closed__2; LEAN_EXPORT lean_object* l_Lean_throwAlreadyImported(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__5(lean_object*, size_t, size_t, lean_object*); static lean_object* _init_l_Lean_EnvExtensionStateSpec___closed__1() { _start: { @@ -3689,7 +3693,7 @@ x_2 = l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__2; return x_2; } } -LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_initFn____x40_Lean_Environment___hyg_1629_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_EnvExtensionInterfaceUnsafe_initFn____x40_Lean_Environment___hyg_1627_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -5524,7 +5528,7 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_2850_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_2848_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -5550,7 +5554,7 @@ return x_7; } } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__1() { _start: { lean_object* x_1; @@ -5558,7 +5562,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__2() { _start: { lean_object* x_1; @@ -5566,7 +5570,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__3() { _start: { lean_object* x_1; @@ -5574,7 +5578,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__4() { _start: { lean_object* x_1; @@ -5582,19 +5586,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____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___auto____x40_Lean_Environment___hyg_2893____closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__2; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__3; -x_4 = l___auto____x40_Lean_Environment___hyg_2893____closed__4; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__1; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__2; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__3; +x_4 = l___auto____x40_Lean_Environment___hyg_2891____closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__6() { _start: { lean_object* x_1; @@ -5602,19 +5606,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____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___auto____x40_Lean_Environment___hyg_2893____closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__2; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__3; -x_4 = l___auto____x40_Lean_Environment___hyg_2893____closed__6; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__1; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__2; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__3; +x_4 = l___auto____x40_Lean_Environment___hyg_2891____closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__8() { _start: { lean_object* x_1; @@ -5622,17 +5626,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__8; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__10() { _start: { lean_object* x_1; @@ -5640,41 +5644,41 @@ x_1 = lean_mk_string_from_bytes("exact", 5); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__11() { _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_Environment___hyg_2893____closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__2; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__3; -x_4 = l___auto____x40_Lean_Environment___hyg_2893____closed__10; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__1; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__2; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__3; +x_4 = l___auto____x40_Lean_Environment___hyg_2891____closed__10; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__10; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__10; 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___auto____x40_Lean_Environment___hyg_2893____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedModuleData___closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__12; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__12; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__14() { _start: { lean_object* x_1; @@ -5682,7 +5686,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__15() { _start: { lean_object* x_1; @@ -5690,19 +5694,19 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__16() { _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_Environment___hyg_2893____closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__2; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__14; -x_4 = l___auto____x40_Lean_Environment___hyg_2893____closed__15; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__1; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__2; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__14; +x_4 = l___auto____x40_Lean_Environment___hyg_2891____closed__15; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__17() { _start: { lean_object* x_1; @@ -5710,35 +5714,35 @@ x_1 = lean_mk_string_from_bytes("decl_name%", 10); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__17; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__17; 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___auto____x40_Lean_Environment___hyg_2893____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedModuleData___closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__18; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__18; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__16; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__19; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__16; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__19; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -5746,23 +5750,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Environment___hyg_2893____closed__13; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__20; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__13; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__20; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__11; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__21; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__11; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__21; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -5770,23 +5774,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedModuleData___closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__22; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__22; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__9; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__23; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__9; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__23; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -5794,23 +5798,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedModuleData___closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__24; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__24; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__26() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__7; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__25; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__7; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__25; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -5818,23 +5822,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__27() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_instInhabitedModuleData___closed__1; -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__26; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__26; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893____closed__28() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Environment___hyg_2893____closed__5; -x_3 = l___auto____x40_Lean_Environment___hyg_2893____closed__27; +x_2 = l___auto____x40_Lean_Environment___hyg_2891____closed__5; +x_3 = l___auto____x40_Lean_Environment___hyg_2891____closed__27; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -5842,11 +5846,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2893_() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_2891_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Environment___hyg_2893____closed__28; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__28; return x_1; } } @@ -6333,11 +6337,11 @@ x_3 = lean_alloc_closure((void*)(l_Lean_mkStateFromImportedEntries___rarg), 3, 0 return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_3368_() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_3366_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Environment___hyg_2893____closed__28; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__28; return x_1; } } @@ -6745,11 +6749,11 @@ lean_dec(x_1); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_3730_() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_3728_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Environment___hyg_2893____closed__28; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__28; return x_1; } } @@ -6921,6 +6925,14 @@ x_3 = lean_panic_fn(x_1, x_2); return x_3; } } +LEAN_EXPORT lean_object* l_panic___at_Lean_TagDeclarationExtension_tag___spec__2(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_panic_fn(x_1, x_2); +return x_3; +} +} static lean_object* _init_l_Lean_TagDeclarationExtension_tag___closed__1() { _start: { @@ -6988,7 +7000,7 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); x_6 = l_Lean_TagDeclarationExtension_tag___closed__5; -x_7 = l_panic___at_Lean_TagDeclarationExtension_tag___spec__1(x_2, x_6); +x_7 = l_panic___at_Lean_TagDeclarationExtension_tag___spec__2(x_2, x_6); return x_7; } } @@ -7160,11 +7172,11 @@ x_5 = lean_box(x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Environment___hyg_3970_() { +static lean_object* _init_l___auto____x40_Lean_Environment___hyg_3969_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Environment___hyg_2893____closed__28; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__28; return x_1; } } @@ -7386,6 +7398,14 @@ x_3 = lean_panic_fn(x_1, x_2); return x_3; } } +LEAN_EXPORT lean_object* l_panic___at_Lean_MapDeclarationExtension_insert___spec__2(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_panic_fn(x_1, x_2); +return x_3; +} +} static lean_object* _init_l_Lean_MapDeclarationExtension_insert___rarg___closed__1() { _start: { @@ -7449,7 +7469,7 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); x_8 = l_Lean_MapDeclarationExtension_insert___rarg___closed__4; -x_9 = l_panic___at_Lean_MapDeclarationExtension_insert___spec__1(x_2, x_8); +x_9 = l_panic___at_Lean_MapDeclarationExtension_insert___spec__2(x_2, x_8); return x_9; } } @@ -13316,7 +13336,7 @@ x_7 = l_Lean_withImportModules___rarg(x_1, x_2, x_6, x_4, x_5); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____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_initFn____x40_Lean_Environment___hyg_6975____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -13339,7 +13359,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____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_initFn____x40_Lean_Environment___hyg_6975____spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -13377,7 +13397,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_initFn____x40_Lean_Environment___hyg_6974____spec__2(x_6, x_15, x_16, x_4); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__2(x_6, x_15, x_16, x_4); lean_dec(x_6); x_2 = x_11; x_4 = x_17; @@ -13391,7 +13411,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -13420,14 +13440,14 @@ 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_initFn____x40_Lean_Environment___hyg_6974____spec__3(x_2, x_7, x_8, x_1); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__3(x_2, x_7, x_8, x_1); lean_dec(x_2); return x_9; } } } } -LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(lean_object* x_1) { _start: { uint8_t x_2; @@ -13465,7 +13485,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__5(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_initFn____x40_Lean_Environment___hyg_6975____spec__5(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -13491,7 +13511,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -13500,7 +13520,7 @@ x_4 = l_Lean_SMap_insert___at_Lean_NameSSet_insert___spec__1(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -13509,7 +13529,7 @@ x_2 = l_Lean_mkHashMapImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -13520,15 +13540,15 @@ if (x_4 == 0) { lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_dec(x_2); -x_5 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1; -x_6 = l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__1(x_5, x_1); +x_5 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1; +x_6 = l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__1(x_5, x_1); x_7 = 1; x_8 = l_Lean_mkEmptyEnvironment___lambda__1___closed__3; x_9 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_9, 0, x_6); lean_ctor_set(x_9, 1, x_8); lean_ctor_set_uint8(x_9, sizeof(void*)*2, x_7); -x_10 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(x_9); +x_10 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(x_9); return x_10; } else @@ -13539,15 +13559,15 @@ if (x_11 == 0) { 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_dec(x_2); -x_12 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1; -x_13 = l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__1(x_12, x_1); +x_12 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1; +x_13 = l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__1(x_12, x_1); x_14 = 1; x_15 = l_Lean_mkEmptyEnvironment___lambda__1___closed__3; x_16 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_16, 0, x_13); lean_ctor_set(x_16, 1, x_15); lean_ctor_set_uint8(x_16, sizeof(void*)*2, x_14); -x_17 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(x_16); +x_17 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(x_16); return x_17; } else @@ -13556,23 +13576,23 @@ size_t x_18; size_t x_19; lean_object* x_20; lean_object* x_21; lean_object* x_2 x_18 = 0; x_19 = lean_usize_of_nat(x_2); lean_dec(x_2); -x_20 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__5(x_1, x_18, x_19, x_3); +x_20 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__5(x_1, x_18, x_19, x_3); x_21 = l_Lean_mkHashMapImp___rarg(x_20); lean_dec(x_20); -x_22 = l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__1(x_21, x_1); +x_22 = l_Lean_mkStateFromImportedEntries___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__1(x_21, x_1); x_23 = 1; x_24 = l_Lean_mkEmptyEnvironment___lambda__1___closed__3; x_25 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_25, 0, x_22); lean_ctor_set(x_25, 1, x_24); lean_ctor_set_uint8(x_25, sizeof(void*)*2, x_23); -x_26 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6974____spec__4(x_25); +x_26 = l_Lean_SMap_switch___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__4(x_25); return x_26; } } } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__1() { _start: { lean_object* x_1; @@ -13580,17 +13600,17 @@ x_1 = lean_mk_string_from_bytes("namespacesExt", 13); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Environment___hyg_2893____closed__1; -x_2 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__1; +x_1 = l___auto____x40_Lean_Environment___hyg_2891____closed__1; +x_2 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__3() { _start: { lean_object* x_1; @@ -13599,30 +13619,30 @@ lean_closure_set(x_1, 0, lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__4() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__1), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__1), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____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_initFn____x40_Lean_Environment___hyg_6974____closed__2; -x_2 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__4; -x_3 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__5; -x_4 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__3; +x_1 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__2; +x_2 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__4; +x_3 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__5; +x_4 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__3; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -13631,16 +13651,16 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6974_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Environment___hyg_6975_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__6; +x_2 = l_Lean_initFn____x40_Lean_Environment___hyg_6975____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_initFn____x40_Lean_Environment___hyg_6974____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_initFn____x40_Lean_Environment___hyg_6975____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; @@ -13648,12 +13668,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_initFn____x40_Lean_Environment___hyg_6974____spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____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_initFn____x40_Lean_Environment___hyg_6974____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_initFn____x40_Lean_Environment___hyg_6975____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; @@ -13661,12 +13681,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_initFn____x40_Lean_Environment___hyg_6974____spec__3(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__3(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_initFn____x40_Lean_Environment___hyg_6974____spec__5___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_initFn____x40_Lean_Environment___hyg_6975____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; @@ -13674,7 +13694,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_initFn____x40_Lean_Environment___hyg_6974____spec__5(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_initFn____x40_Lean_Environment___hyg_6975____spec__5(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -14381,7 +14401,42 @@ return x_63; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9(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_Environment_displayStats___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; size_t x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_9 = lean_compacted_region_is_memory_mapped(x_8); +x_10 = 1; +x_11 = lean_usize_add(x_3, x_10); +if (x_9 == 0) +{ +x_3 = x_11; +goto _start; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_box_usize(x_8); +x_14 = lean_array_push(x_5, x_13); +x_3 = x_11; +x_5 = x_14; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___at_Lean_Environment_displayStats___spec__10(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -14572,7 +14627,7 @@ x_130 = 0; x_131 = lean_usize_of_nat(x_18); lean_dec(x_18); x_132 = l_Lean_instInhabitedModuleData___closed__1; -x_133 = l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9(x_17, x_130, x_131, x_132); +x_133 = l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___at_Lean_Environment_displayStats___spec__10(x_17, x_130, x_131, x_132); lean_dec(x_17); x_24 = x_133; goto block_124; @@ -15089,7 +15144,21 @@ lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___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_Environment_displayStats___spec__9___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___at_Lean_Environment_displayStats___spec__10___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; @@ -15097,7 +15166,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_Environment_displayStats___spec__9(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Environment_displayStats___spec__9___at_Lean_Environment_displayStats___spec__10(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -15593,7 +15662,7 @@ l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__1 = _init_l_Lean_E lean_mark_persistent(l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__1); l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__2 = _init_l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__2(); lean_mark_persistent(l_Lean_EnvExtensionInterfaceUnsafe_instInhabitedExt___closed__2); -if (builtin) {res = l_Lean_EnvExtensionInterfaceUnsafe_initFn____x40_Lean_Environment___hyg_1629_(lean_io_mk_world()); +if (builtin) {res = l_Lean_EnvExtensionInterfaceUnsafe_initFn____x40_Lean_Environment___hyg_1627_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l___private_Lean_Environment_0__Lean_EnvExtensionInterfaceUnsafe_envExtensionsRef = lean_io_result_get_value(res); lean_mark_persistent(l___private_Lean_Environment_0__Lean_EnvExtensionInterfaceUnsafe_envExtensionsRef); @@ -15660,69 +15729,69 @@ l_Lean_instInhabitedPersistentEnvExtension___closed__4 = _init_l_Lean_instInhabi lean_mark_persistent(l_Lean_instInhabitedPersistentEnvExtension___closed__4); l_Lean_instInhabitedPersistentEnvExtension___closed__5 = _init_l_Lean_instInhabitedPersistentEnvExtension___closed__5(); lean_mark_persistent(l_Lean_instInhabitedPersistentEnvExtension___closed__5); -if (builtin) {res = l_Lean_initFn____x40_Lean_Environment___hyg_2850_(lean_io_mk_world()); +if (builtin) {res = l_Lean_initFn____x40_Lean_Environment___hyg_2848_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_persistentEnvExtensionsRef = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_persistentEnvExtensionsRef); lean_dec_ref(res); -}l___auto____x40_Lean_Environment___hyg_2893____closed__1 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__1); -l___auto____x40_Lean_Environment___hyg_2893____closed__2 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__2); -l___auto____x40_Lean_Environment___hyg_2893____closed__3 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__3); -l___auto____x40_Lean_Environment___hyg_2893____closed__4 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__4); -l___auto____x40_Lean_Environment___hyg_2893____closed__5 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__5); -l___auto____x40_Lean_Environment___hyg_2893____closed__6 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__6); -l___auto____x40_Lean_Environment___hyg_2893____closed__7 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__7); -l___auto____x40_Lean_Environment___hyg_2893____closed__8 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__8); -l___auto____x40_Lean_Environment___hyg_2893____closed__9 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__9); -l___auto____x40_Lean_Environment___hyg_2893____closed__10 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__10); -l___auto____x40_Lean_Environment___hyg_2893____closed__11 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__11); -l___auto____x40_Lean_Environment___hyg_2893____closed__12 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__12); -l___auto____x40_Lean_Environment___hyg_2893____closed__13 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__13); -l___auto____x40_Lean_Environment___hyg_2893____closed__14 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__14); -l___auto____x40_Lean_Environment___hyg_2893____closed__15 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__15); -l___auto____x40_Lean_Environment___hyg_2893____closed__16 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__16); -l___auto____x40_Lean_Environment___hyg_2893____closed__17 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__17); -l___auto____x40_Lean_Environment___hyg_2893____closed__18 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__18); -l___auto____x40_Lean_Environment___hyg_2893____closed__19 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__19); -l___auto____x40_Lean_Environment___hyg_2893____closed__20 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__20); -l___auto____x40_Lean_Environment___hyg_2893____closed__21 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__21); -l___auto____x40_Lean_Environment___hyg_2893____closed__22 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__22); -l___auto____x40_Lean_Environment___hyg_2893____closed__23 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__23); -l___auto____x40_Lean_Environment___hyg_2893____closed__24 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__24); -l___auto____x40_Lean_Environment___hyg_2893____closed__25 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__25); -l___auto____x40_Lean_Environment___hyg_2893____closed__26 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__26(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__26); -l___auto____x40_Lean_Environment___hyg_2893____closed__27 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__27(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__27); -l___auto____x40_Lean_Environment___hyg_2893____closed__28 = _init_l___auto____x40_Lean_Environment___hyg_2893____closed__28(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893____closed__28); -l___auto____x40_Lean_Environment___hyg_2893_ = _init_l___auto____x40_Lean_Environment___hyg_2893_(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2893_); +}l___auto____x40_Lean_Environment___hyg_2891____closed__1 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__1); +l___auto____x40_Lean_Environment___hyg_2891____closed__2 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__2); +l___auto____x40_Lean_Environment___hyg_2891____closed__3 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__3); +l___auto____x40_Lean_Environment___hyg_2891____closed__4 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__4); +l___auto____x40_Lean_Environment___hyg_2891____closed__5 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__5); +l___auto____x40_Lean_Environment___hyg_2891____closed__6 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__6); +l___auto____x40_Lean_Environment___hyg_2891____closed__7 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__7); +l___auto____x40_Lean_Environment___hyg_2891____closed__8 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__8); +l___auto____x40_Lean_Environment___hyg_2891____closed__9 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__9); +l___auto____x40_Lean_Environment___hyg_2891____closed__10 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__10); +l___auto____x40_Lean_Environment___hyg_2891____closed__11 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__11); +l___auto____x40_Lean_Environment___hyg_2891____closed__12 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__12); +l___auto____x40_Lean_Environment___hyg_2891____closed__13 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__13); +l___auto____x40_Lean_Environment___hyg_2891____closed__14 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__14); +l___auto____x40_Lean_Environment___hyg_2891____closed__15 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__15); +l___auto____x40_Lean_Environment___hyg_2891____closed__16 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__16); +l___auto____x40_Lean_Environment___hyg_2891____closed__17 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__17); +l___auto____x40_Lean_Environment___hyg_2891____closed__18 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__18); +l___auto____x40_Lean_Environment___hyg_2891____closed__19 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__19); +l___auto____x40_Lean_Environment___hyg_2891____closed__20 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__20); +l___auto____x40_Lean_Environment___hyg_2891____closed__21 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__21); +l___auto____x40_Lean_Environment___hyg_2891____closed__22 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__22); +l___auto____x40_Lean_Environment___hyg_2891____closed__23 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__23); +l___auto____x40_Lean_Environment___hyg_2891____closed__24 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__24); +l___auto____x40_Lean_Environment___hyg_2891____closed__25 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__25); +l___auto____x40_Lean_Environment___hyg_2891____closed__26 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__26(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__26); +l___auto____x40_Lean_Environment___hyg_2891____closed__27 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__27(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__27); +l___auto____x40_Lean_Environment___hyg_2891____closed__28 = _init_l___auto____x40_Lean_Environment___hyg_2891____closed__28(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891____closed__28); +l___auto____x40_Lean_Environment___hyg_2891_ = _init_l___auto____x40_Lean_Environment___hyg_2891_(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_2891_); l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__2___closed__1 = _init_l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__2___closed__1(); lean_mark_persistent(l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__2___closed__1); l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__2___closed__2 = _init_l_Lean_registerPersistentEnvExtensionUnsafe___rarg___lambda__2___closed__2(); @@ -15731,16 +15800,16 @@ l_Lean_registerPersistentEnvExtensionUnsafe___rarg___closed__1 = _init_l_Lean_re lean_mark_persistent(l_Lean_registerPersistentEnvExtensionUnsafe___rarg___closed__1); l_Lean_registerPersistentEnvExtensionUnsafe___rarg___closed__2 = _init_l_Lean_registerPersistentEnvExtensionUnsafe___rarg___closed__2(); lean_mark_persistent(l_Lean_registerPersistentEnvExtensionUnsafe___rarg___closed__2); -l___auto____x40_Lean_Environment___hyg_3368_ = _init_l___auto____x40_Lean_Environment___hyg_3368_(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_3368_); +l___auto____x40_Lean_Environment___hyg_3366_ = _init_l___auto____x40_Lean_Environment___hyg_3366_(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_3366_); l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__1 = _init_l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__1(); lean_mark_persistent(l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__1); l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__2 = _init_l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__2(); lean_mark_persistent(l_Lean_registerSimplePersistentEnvExtension___rarg___lambda__4___closed__2); l_Lean_registerSimplePersistentEnvExtension___rarg___closed__1 = _init_l_Lean_registerSimplePersistentEnvExtension___rarg___closed__1(); lean_mark_persistent(l_Lean_registerSimplePersistentEnvExtension___rarg___closed__1); -l___auto____x40_Lean_Environment___hyg_3730_ = _init_l___auto____x40_Lean_Environment___hyg_3730_(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_3730_); +l___auto____x40_Lean_Environment___hyg_3728_ = _init_l___auto____x40_Lean_Environment___hyg_3728_(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_3728_); l_Array_qsort_sort___at_Lean_mkTagDeclarationExtension___spec__1___closed__1 = _init_l_Array_qsort_sort___at_Lean_mkTagDeclarationExtension___spec__1___closed__1(); lean_mark_persistent(l_Array_qsort_sort___at_Lean_mkTagDeclarationExtension___spec__1___closed__1); l_Lean_mkTagDeclarationExtension___closed__1 = _init_l_Lean_mkTagDeclarationExtension___closed__1(); @@ -15765,8 +15834,8 @@ l_Lean_TagDeclarationExtension_tag___closed__5 = _init_l_Lean_TagDeclarationExte lean_mark_persistent(l_Lean_TagDeclarationExtension_tag___closed__5); l_Lean_TagDeclarationExtension_isTagged___closed__1 = _init_l_Lean_TagDeclarationExtension_isTagged___closed__1(); lean_mark_persistent(l_Lean_TagDeclarationExtension_isTagged___closed__1); -l___auto____x40_Lean_Environment___hyg_3970_ = _init_l___auto____x40_Lean_Environment___hyg_3970_(); -lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_3970_); +l___auto____x40_Lean_Environment___hyg_3969_ = _init_l___auto____x40_Lean_Environment___hyg_3969_(); +lean_mark_persistent(l___auto____x40_Lean_Environment___hyg_3969_); l_Array_qsort_sort___at_Lean_mkMapDeclarationExtension___spec__1___rarg___closed__1 = _init_l_Array_qsort_sort___at_Lean_mkMapDeclarationExtension___spec__1___rarg___closed__1(); lean_mark_persistent(l_Array_qsort_sort___at_Lean_mkMapDeclarationExtension___spec__1___rarg___closed__1); l_Lean_mkMapDeclarationExtension___rarg___closed__1 = _init_l_Lean_mkMapDeclarationExtension___rarg___closed__1(); @@ -15833,21 +15902,21 @@ l_Lean_importModules___lambda__4___closed__1 = _init_l_Lean_importModules___lamb lean_mark_persistent(l_Lean_importModules___lambda__4___closed__1); l_Lean_importModules___closed__1 = _init_l_Lean_importModules___closed__1(); lean_mark_persistent(l_Lean_importModules___closed__1); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____lambda__2___closed__1); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__1 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__1); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__2 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__2); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__3 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__3); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__4 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__4); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__5 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__5); -l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__6 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6974____closed__6); -if (builtin) {res = l_Lean_initFn____x40_Lean_Environment___hyg_6974_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____lambda__2___closed__1); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__1 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__1); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__2 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__2); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__3 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__3); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__4 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__4); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__5 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__5); +l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__6 = _init_l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Environment___hyg_6975____closed__6); +if (builtin) {res = l_Lean_initFn____x40_Lean_Environment___hyg_6975_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_namespacesExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_namespacesExt); diff --git a/stage0/stdlib/Lean/Expr.c b/stage0/stdlib/Lean/Expr.c index f60e310d0742..4e9944e3425d 100644 --- a/stage0/stdlib/Lean/Expr.c +++ b/stage0/stdlib/Lean/Expr.c @@ -27,6 +27,7 @@ static lean_object* l_Lean_mkAnnotation___closed__1; LEAN_EXPORT lean_object* l_Lean_instForInFVarIdSetFVarId(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateLambda_x21Impl___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_mkAppData___closed__3; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__22; LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqFVarId; LEAN_EXPORT lean_object* l_Lean_mkLet___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -34,18 +35,18 @@ LEAN_EXPORT lean_object* l_Lean_Expr_isHeadBetaTargetFn___boxed(lean_object*, le uint8_t lean_uint32_to_uint8(uint32_t); LEAN_EXPORT lean_object* l_Lean_Expr_looseBVarRange(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedMVarIdMap(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2; LEAN_EXPORT lean_object* l_Lean_mkNatLit(lean_object*); LEAN_EXPORT lean_object* l_Lean_BinderInfo_isInstImplicit___boxed(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20; static lean_object* l_Lean_instHashableBinderInfo___closed__1; static lean_object* l_Lean_Expr_letBody_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_hashEx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instFVarIdSetInhabited; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__24; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8; static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateSort_x21Impl___closed__3; LEAN_EXPORT lean_object* l_Lean_mkLHSGoalRaw(lean_object*); static lean_object* l_Lean_Expr_mdataExpr_x21___closed__3; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__18; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__1; LEAN_EXPORT lean_object* l_Lean_instCoeExprExprStructEq(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkAppN(lean_object*, lean_object*); @@ -54,13 +55,15 @@ LEAN_EXPORT lean_object* lean_expr_mk_let(lean_object*, lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Expr_isConst___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_ExprStructEq_beq(lean_object*, lean_object*); static lean_object* l_Lean_Expr_mkData___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isProj___boxed(lean_object*); LEAN_EXPORT lean_object* lean_expr_mk_app(lean_object*, lean_object*); static lean_object* l_Lean_Expr_instHashableExpr___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__14; LEAN_EXPORT lean_object* l_Lean_mkSimpleThunk(lean_object*); static lean_object* l_Lean_Expr_ctorName___closed__9; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__6; static lean_object* l_Lean_Expr_mkAppData___closed__4; lean_object* lean_uint32_to_nat(uint32_t); LEAN_EXPORT lean_object* l_Lean_Expr_liftLooseBVars___boxed(lean_object*, lean_object*, lean_object*); @@ -68,12 +71,12 @@ static lean_object* l_Lean_ExprStructEq_instHashableExprStructEq___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_replaceFVarId___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_appFn_x21___closed__3; static lean_object* l_Lean_mkOr___closed__1; +LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2231_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_MVarIdMap_insert___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_setOption(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getForallBodyMaxDepth(lean_object*, lean_object*); static lean_object* l_Lean_instReprData__1___lambda__5___closed__1; static lean_object* l_Lean_Expr_updateForallE_x21___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2247____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__2(lean_object*, uint64_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_natLit_x3f(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateProj_x21Impl(lean_object*, lean_object*); @@ -91,7 +94,6 @@ LEAN_EXPORT lean_object* l_Lean_instReprData__1(uint64_t, lean_object*); static lean_object* l_Lean_mkNot___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_isBVar___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_letType_x21___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__13; LEAN_EXPORT lean_object* l_Lean_Expr_projExpr_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarIdSet_insert(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkSimpleThunkType(lean_object*); @@ -105,7 +107,7 @@ uint8_t lean_uint16_dec_lt(uint16_t, uint16_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Expr_setAppPPExplicit___spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateSort_x21Impl___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_lt___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__23; static lean_object* l_Lean_Expr_ctorName___closed__12; LEAN_EXPORT lean_object* l_Lean_BinderInfo_noConfusion___rarg___lambda__1(lean_object*); uint8_t l_Lean_Level_hasParam(lean_object*); @@ -118,13 +120,13 @@ LEAN_EXPORT lean_object* l_Lean_inaccessible_x3f___boxed(lean_object*); static lean_object* l_Lean_mkNatLit___closed__6; LEAN_EXPORT uint8_t l_Lean_Expr_isOptParam(lean_object*); static lean_object* l_Lean_Expr_updateLambdaE_x21___closed__1; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__13; lean_object* l_String_quote(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isApp(lean_object*); static lean_object* l_Lean_Expr_ctorName___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_binderInfo___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_binderInfoEx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_lit___override(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__18; static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateLambda_x21Impl___closed__1; LEAN_EXPORT lean_object* l_Lean_ExprStructEq_hash___boxed(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateProj_x21Impl___closed__2; @@ -142,15 +144,13 @@ static lean_object* l_Lean_instForInFVarIdSetFVarId___closed__1; LEAN_EXPORT lean_object* l_Lean_instBEqMVarId; LEAN_EXPORT lean_object* l_Lean_mkLetFunAnnotation(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isStringLit(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951____boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__25; lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_lowerLooseBVars___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_mkAppN___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_patternRefAnnotationKey; LEAN_EXPORT lean_object* l_Lean_instInhabitedExprStructEq; lean_object* lean_mk_array(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__21; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__4; static lean_object* l_Lean_instReprData__1___lambda__2___closed__2; static lean_object* l_Lean_Expr_appArg_x21_x27___closed__2; uint8_t lean_usize_dec_eq(size_t, size_t); @@ -176,9 +176,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_getAppNumArgs___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_letE___override___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_setAppPPExplicit(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateMData_x21Impl___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__4; static lean_object* l_Lean_instBEqBinderInfo___closed__1; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__12; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); uint8_t lean_expr_has_loose_bvar(lean_object*, lean_object*); LEAN_EXPORT uint64_t l_Lean_Expr_Data_hash(uint64_t); @@ -190,6 +188,7 @@ LEAN_EXPORT uint8_t l_Lean_Expr_isType0(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_projIdx_x21___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasLevelMVarEx___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_Data_hasExprMVar(uint64_t); +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getForallBodyMaxDepth___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_getRevArg_x21___closed__1; @@ -198,16 +197,19 @@ LEAN_EXPORT lean_object* l_Lean_Expr_mkAppData___boxed(lean_object*, lean_object LEAN_EXPORT uint8_t l_Lean_Expr_isNatLit(lean_object*); static lean_object* l_Lean_Expr_ctorName___closed__2; static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateProj_x21Impl___closed__3; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__5; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Expr_const___override___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprExpr; LEAN_EXPORT lean_object* l_Lean_letFunAnnotation_x3f___boxed(lean_object*); static lean_object* l_Lean_mkSimpleThunk___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__13; static lean_object* l_Lean_Expr_sortLevel_x21___closed__2; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__10; static lean_object* l_Lean_mkAnd___closed__1; LEAN_EXPORT uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkApp10(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_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__8; LEAN_EXPORT lean_object* l_Lean_Expr_setPPUniverses(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_isMVar___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isLambda___boxed(lean_object*); @@ -215,11 +217,11 @@ LEAN_EXPORT lean_object* l_Lean_Expr_Data_hash___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateSort_x21Impl___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getForallBody___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_cleanupAnnotations(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__7; LEAN_EXPORT uint32_t l_Lean_Expr_approxDepth(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instToStringExpr; LEAN_EXPORT lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_litValue_x21___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Literal_type(lean_object*); static lean_object* l_Lean_Expr_litValue_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_annotation_x3f___boxed(lean_object*, lean_object*); @@ -228,72 +230,80 @@ LEAN_EXPORT lean_object* l_Lean_Expr_setPPExplicit___boxed(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Expr_isForall___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_appFn_x21_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withApp___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__14; LEAN_EXPORT lean_object* l_Lean_MData_empty; static lean_object* l_Lean_mkLetFunAnnotation___closed__1; lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8; uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_expr_mk_forall(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_instBEqExpr; LEAN_EXPORT lean_object* l_Lean_isLHSGoal_x3f___boxed(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__10; static lean_object* l_Lean_Expr_appFn_x21_x27___closed__1; LEAN_EXPORT lean_object* l_Lean_mkMData(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2231____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__3; LEAN_EXPORT uint8_t l_Lean_isPatternWithRef(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateLambda_x21Impl___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_isMData___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_quickLt___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_expr_mk_bvar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_abstractRange___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getAppRevArgs(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__9; LEAN_EXPORT lean_object* l_Lean_instEmptyCollectionFVarIdMap(lean_object*); static lean_object* l_Lean_mkDecIsTrue___closed__1; LEAN_EXPORT lean_object* lean_expr_mk_lit(lean_object*); +LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_appArg_x21(lean_object*); uint64_t lean_uint64_land(uint64_t, uint64_t); LEAN_EXPORT lean_object* lean_expr_mk_proj(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_BinderInfo_toCtorIdx(uint8_t); static lean_object* l_Lean_instInhabitedExpr___closed__1; LEAN_EXPORT uint8_t l_Lean_Expr_isAtomic(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__7; LEAN_EXPORT uint8_t l_Lean_Expr_isType(lean_object*); static lean_object* l_Lean_Expr_bindingName_x21___closed__3; static lean_object* l_Lean_Expr_setPPExplicit___closed__3; LEAN_EXPORT uint8_t l_Lean_Expr_isBVar(lean_object*); static uint32_t l_Lean_Expr_mkAppData___closed__1; static lean_object* l___private_Lean_Expr_0__Lean_patternRefAnnotationKey___closed__1; -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__5; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__35; static lean_object* l_Lean_mkEM___closed__1; LEAN_EXPORT uint8_t l_Lean_BinderInfo_isStrictImplicit(uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqLiteral____x40_Lean_Expr___hyg_32____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshLMVarId(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isHeadBetaTargetFn(uint8_t, lean_object*); LEAN_EXPORT lean_object* lean_expr_mk_const(lean_object*, lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__10; LEAN_EXPORT lean_object* l_Lean_Expr_replaceFVarId(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_betaRev_go(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29; LEAN_EXPORT uint8_t l_Lean_Expr_containsFVar(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_constLevels_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_isLHSGoal_x3f(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__17; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__26; LEAN_EXPORT lean_object* l_Lean_Expr_getAutoParamTactic_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_Data_hasFVar___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateLambda_x21Impl(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_mkFreshId___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__23; static lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__4; LEAN_EXPORT lean_object* l_Lean_patternAnnotation_x3f___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isLambda(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkApp6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__28; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__33; size_t lean_ptr_addr(lean_object*); static lean_object* l_Lean_Expr_mvarId_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_updateForallE_x21(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__17; LEAN_EXPORT lean_object* l_Lean_instInhabitedMVarId; lean_object* lean_expr_instantiate_rev_range(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkDecIsTrue___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkApp2(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateSort_x21Impl(lean_object*, lean_object*); static lean_object* l_Lean_Expr_letValue_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_mkAppRev(lean_object*, lean_object*); @@ -302,18 +312,19 @@ LEAN_EXPORT lean_object* l_Lean_Expr_dbgToString___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isType___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__4(lean_object*, uint64_t, lean_object*, lean_object*); static lean_object* l_Lean_Expr_mkData___closed__6; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__33; LEAN_EXPORT uint8_t l_Lean_Expr_isAppOfArity_x27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkAppRange(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_abstract(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_fvarId_x21___spec__1(lean_object*); static lean_object* l_Lean_mkNatLit___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Expr_setAppPPExplicitForExposingMVars___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__12; lean_object* l_panic___at_String_toNat_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkStrLit(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_mkAppRangeAux(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mkDataForBinder(uint64_t, lean_object*, uint32_t, uint8_t, uint8_t, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_instReprBinderInfo; +LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1862_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqBinderInfo; static lean_object* l_Lean_Expr_fvarId_x21___closed__1; lean_object* l_Array_reverse___rarg(lean_object*); @@ -328,33 +339,32 @@ LEAN_EXPORT lean_object* l_Lean_Expr_getRevArg_x21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_updateFVar_x21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_abstract___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_projExpr_x21___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__36; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__19; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__39; +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Expr_projIdx_x21___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__18; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__6; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__1; LEAN_EXPORT lean_object* l_Lean_mkInaccessible(lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_Literal_type___closed__6; LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isProp___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__10; LEAN_EXPORT lean_object* l_Lean_ExprStructEq_instToStringExprStructEq(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkLambda___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_expr_has_mvar(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__16; static lean_object* l_Lean_mkNatLit___closed__7; static lean_object* l_Lean_Expr_updateFVar_x21___closed__2; LEAN_EXPORT lean_object* l_Lean_instInhabitedFVarIdMap(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isOptParam___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__39; static lean_object* l_Lean_mkLHSGoalRaw___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340_(lean_object*, lean_object*); static lean_object* l_Lean_mkDecIsFalse___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_setOption___at_Lean_Expr_setPPExplicit___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__15; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_BinderInfo_toCtorIdx___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__21; -LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); -LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1878_(lean_object*, lean_object*); uint8_t lean_uint32_dec_le(uint32_t, uint32_t); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); lean_object* lean_nat_to_int(lean_object*); @@ -366,48 +376,47 @@ static lean_object* l_Lean_Expr_bindingBody_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_projExpr_x21___boxed(lean_object*); lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_inaccessible_x3f(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__19; LEAN_EXPORT uint8_t l_Lean_Literal_lt(lean_object*, lean_object*); uint64_t lean_uint8_to_uint64(uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_getOptParamDefault_x3f___boxed(lean_object*); static lean_object* l_Lean_mkNatLit___closed__8; LEAN_EXPORT lean_object* l_Lean_FVarIdMap_insert(lean_object*); LEAN_EXPORT lean_object* l_Lean_patternWithRef_x3f___boxed(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Expr_equal___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_setPPExplicit(lean_object*, uint8_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__31; +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isAutoParam___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_letType_x21(lean_object*); static lean_object* l_Lean_instBEqMVarId___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_mkDataForBinder___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_expr_has_level_mvar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_projIdx_x21(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__21; +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473____boxed(lean_object*, lean_object*); extern uint64_t l_instInhabitedUInt64; lean_object* lean_expr_instantiate(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isNatLit___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__1; +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__2; static lean_object* l_Lean_mkNot___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__22; LEAN_EXPORT lean_object* l_Lean_Expr_appArg_x21___boxed(lean_object*); lean_object* lean_uint64_to_nat(uint64_t); static lean_object* l_Lean_Expr_getRevArg_x21___closed__3; static lean_object* l_Lean_Expr_fvarId_x21___closed__2; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__4; LEAN_EXPORT lean_object* l_Lean_Expr_getArg_x21(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isLit(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_getAutoParamTactic_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_Data_approxDepth___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Expr_mvarId_x21___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__37; LEAN_EXPORT uint8_t l_Lean_instInhabitedBinderInfo; LEAN_EXPORT lean_object* l_Lean_Expr_appArg_x21_x27___boxed(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__8; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__37; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Expr_traverseApp___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_MVarIdMap_insert___spec__3___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_projExpr_x21___closed__3; -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8; LEAN_EXPORT lean_object* l_Lean_instDecidableLtLiteralInstLTLiteral___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isSort___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mkDataForLet(uint64_t, lean_object*, uint32_t, uint8_t, uint8_t, uint8_t, uint8_t); @@ -416,12 +425,14 @@ LEAN_EXPORT lean_object* l_Lean_Expr_inferImplicit(lean_object*, lean_object*, u LEAN_EXPORT lean_object* l_Lean_Expr_casesOn___override___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*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_FVarIdSet_insert___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_BinderInfo_isExplicit___boxed(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__36; LEAN_EXPORT uint8_t lean_expr_has_level_param(lean_object*); static lean_object* l_Lean_Expr_constLevels_x21___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(lean_object*, lean_object*); static lean_object* l_Lean_Expr_appArg_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_consumeMData___boxed(lean_object*); static lean_object* l_Lean_instReprData__1___lambda__4___closed__1; -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__10; static lean_object* l_Lean_Expr_appFn_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_replaceFVar(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateRev___boxed(lean_object*, lean_object*); @@ -430,17 +441,16 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Expr_traverseApp___spe LEAN_EXPORT lean_object* l_Lean_Literal_lt___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_getOptParamDefault_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_isCharLit___boxed(lean_object*); -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__2(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14; static lean_object* l_Lean_Expr_getOptParamDefault_x3f___closed__1; uint64_t lean_uint64_add(uint64_t, uint64_t); LEAN_EXPORT uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isHeadBetaTarget(lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateConst_x21Impl(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__23; LEAN_EXPORT uint8_t lean_is_out_param(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateRange___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint16_t lean_uint8_to_uint16(uint8_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_casesOn___override(lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Expr_const___override___spec__2(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_isPatternWithRef___boxed(lean_object*); @@ -448,19 +458,20 @@ LEAN_EXPORT lean_object* l_Lean_mkConst(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_getAppArgs___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_instHashableExpr; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__34; LEAN_EXPORT lean_object* l_Lean_Expr_inferImplicit___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; uint8_t lean_expr_quick_lt(lean_object*, lean_object*); static lean_object* l_Lean_Expr_letBody_x21___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__5; -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__22; static lean_object* l_Lean_mkSimpleThunk___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_isAppOfArity_x27___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshMVarId(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__11; static lean_object* l_Lean_instBEqFVarId___closed__1; LEAN_EXPORT lean_object* lean_expr_mk_fvar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_constName_x21(lean_object*); uint8_t l_Lean_Level_hasMVar(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__8; static lean_object* l_Lean_mkDecIsFalse___closed__1; static lean_object* l_Lean_Expr_sortLevel_x21___closed__3; static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateForall_x21Impl___closed__3; @@ -476,22 +487,20 @@ LEAN_EXPORT lean_object* l_Lean_Expr_hasMVarEx___boxed(lean_object*); static lean_object* l_Lean_Expr_litValue_x21___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_traverseApp(lean_object*); LEAN_EXPORT uint64_t l_Lean_Expr_hash(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__11; -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320____boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__4; LEAN_EXPORT lean_object* l_Lean_mkAnnotation(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_bindingDomain_x21___boxed(lean_object*); static lean_object* l_Lean_instReprData__1___closed__2; uint8_t lean_uint64_to_uint8(uint64_t); LEAN_EXPORT lean_object* l_Lean_Expr_updateFVar_x21(lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__7; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__13; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__31; LEAN_EXPORT lean_object* l_Lean_mkLit(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_bvarIdx_x21___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__32; LEAN_EXPORT lean_object* l_Lean_Expr_appFn_x21___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); @@ -499,22 +508,21 @@ static lean_object* l_Lean_instReprData__1___lambda__3___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Expr_ctorName___closed__3; LEAN_EXPORT lean_object* lean_expr_consume_type_annotations(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__2; static lean_object* l_Lean_Expr_mdataExpr_x21___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__32; static lean_object* l_Lean_Expr_letName_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdMap_insert___spec__1(lean_object*); static lean_object* l_Lean_mkEM___closed__2; LEAN_EXPORT lean_object* l_Lean_mkPatternWithRef(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__13; LEAN_EXPORT lean_object* l_Lean_Expr_hasLooseBVars___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isArrow(lean_object*); uint32_t lean_uint64_to_uint32(uint64_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__12; uint8_t lean_expr_equal(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instHashableFVarId; LEAN_EXPORT lean_object* l_Lean_instReprMVarId; static lean_object* l_Lean_Expr_projExpr_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId___rarg___lambda__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__8; LEAN_EXPORT lean_object* l_Lean_Expr_isOutParam___boxed(lean_object*); static lean_object* l_Lean_Expr_letName_x21___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_isAppOf___boxed(lean_object*, lean_object*); @@ -522,16 +530,13 @@ LEAN_EXPORT lean_object* l_Lean_Expr_ctorName___boxed(lean_object*); static lean_object* l_Lean_mkLetFunAnnotation___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_letName_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_mkData___closed__4; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__10; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint32_to_uint64(uint32_t); static lean_object* l_Lean_mkNatLit___closed__3; LEAN_EXPORT lean_object* l_Lean_instFVarIdHashSetInhabited; LEAN_EXPORT lean_object* l_Lean_mkNot(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__16; -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__4(lean_object*, lean_object*, lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Expr_bindingName_x21___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_isLetFun___boxed(lean_object*); lean_object* lean_expr_lift_loose_bvars(lean_object*, lean_object*, lean_object*); @@ -548,7 +553,6 @@ LEAN_EXPORT lean_object* l_Lean_Expr_constName_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_traverseApp___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppRev(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedLiteral; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__38; static lean_object* l_Lean_Expr_replaceFVar___closed__1; LEAN_EXPORT uint8_t l_Lean_Expr_Data_hasLevelParam(uint64_t); static lean_object* l_Lean_instInhabitedLiteral___closed__1; @@ -557,17 +561,18 @@ LEAN_EXPORT lean_object* l_Lean_instEmptyCollectionMVarIdMap(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_mkAppN___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_FVarIdMap_insert___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasExprMVar___boxed(lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_appFn_x21(lean_object*); static lean_object* l_Lean_mkNatLit___closed__1; LEAN_EXPORT lean_object* l_Lean_mkAppRange___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_setPPUniverses___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_Data_hasExprMVar___boxed(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateLet_x21Impl___closed__2; -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__6; LEAN_EXPORT lean_object* l_Lean_instHashableBinderInfo; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29; LEAN_EXPORT lean_object* l_Lean_Expr_setOption___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateLet_x21Impl___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__4; LEAN_EXPORT lean_object* l_Lean_Expr_withApp(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_mkData___spec__1___boxed__const__1; LEAN_EXPORT uint8_t l_Lean_BinderInfo_isImplicit(uint8_t); @@ -582,23 +587,26 @@ LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__5___boxed(lean_object* static lean_object* l_Lean_Expr_mkData___closed__1; LEAN_EXPORT lean_object* l_Lean_instReprFVarId___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_setPPExplicit___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__3; LEAN_EXPORT lean_object* l_Lean_instHashableMVarId; static lean_object* l_Lean_instReprLiteral___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_ctorName(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedFVarId; LEAN_EXPORT uint8_t l_Lean_Expr_hasLooseBVarInExplicitDomain(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__21; static lean_object* l_Lean_Expr_bindingInfo_x21___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_mkAppRevRangeAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mkData(uint64_t, lean_object*, uint32_t, uint8_t, uint8_t, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_instBEqLiteral; LEAN_EXPORT lean_object* l_Lean_FVarIdMap_insert___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30; LEAN_EXPORT lean_object* l_Lean_Expr_natLit_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_ExprStructEq_instBEqExprStructEq; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__27; static lean_object* l_Lean_Expr_ctorName___closed__4; LEAN_EXPORT uint8_t l_Lean_Expr_Data_hasFVar(uint64_t); LEAN_EXPORT lean_object* l_Lean_Expr_updateLambdaE_x21(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__3; static lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__6; LEAN_EXPORT lean_object* l_Lean_instForInMVarIdMapProdMVarId(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_binderInfo(lean_object*); @@ -610,6 +618,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_eta(lean_object*); static lean_object* l_Lean_mkInaccessible___closed__1; LEAN_EXPORT lean_object* l_Lean_instMVarIdSetInhabited; LEAN_EXPORT lean_object* l_Lean_Expr_getAppNumArgs(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__12; LEAN_EXPORT lean_object* l_Lean_BinderInfo_noConfusion___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getForallBinderNames___boxed(lean_object*); uint8_t lean_expr_lt(lean_object*, lean_object*); @@ -619,12 +628,10 @@ LEAN_EXPORT lean_object* l_Lean_instFVarIdHashSetEmptyCollection; LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__5(lean_object*, uint64_t, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isFVarOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_lit_type(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Expr_containsFVar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkForallEx___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkForall(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__35; LEAN_EXPORT lean_object* l_Lean_Expr_letBody_x21___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Expr_traverseApp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateMData_x21Impl___closed__3; @@ -635,9 +642,7 @@ LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_mkAppRev___spec__1_ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Expr_setAppPPExplicitForExposingMVars___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_constLevels_x21(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__7; LEAN_EXPORT lean_object* l_Lean_Expr_Data_hasLevelParam___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__15; LEAN_EXPORT lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); static lean_object* l_Lean_instBEqLiteral___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_letValue_x21(lean_object*); @@ -648,19 +653,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_mkAppRevRangeAux(lea LEAN_EXPORT lean_object* l_Lean_Expr_replaceFVars(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ExprStructEq_instBEqExprStructEq___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_instantiate___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__11; static lean_object* l_Lean_Expr_letType_x21___closed__2; LEAN_EXPORT lean_object* l_Lean_Literal_hash___boxed(lean_object*); static lean_object* l_Lean_mkLHSGoalRaw___closed__1; static lean_object* l_Lean_instReprMVarId___closed__1; static lean_object* l_Lean_Expr_mdataExpr_x21___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__10; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__12; +lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(lean_object*, lean_object*); static lean_object* l_Lean_instReprData__1___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_FVarIdMap_insert___spec__3___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isFVar___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____boxed(lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__18; LEAN_EXPORT lean_object* l_Lean_instForInMVarIdSetMVarId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getForallBody(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -676,49 +681,41 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_mkData___spec__1(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isProj(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkRawNatLit(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_Data_approxDepth(uint64_t); -lean_object* l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mkAppData(uint64_t, uint64_t); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__2; static lean_object* l_Lean_Expr_constLevels_x21___closed__2; -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__8; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_etaExpandedAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasLevelParam___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__4; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_expr_mk_mvar(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkDecIsFalse(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__1; +LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_getArgD(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMVarIdSetEmptyCollection; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__27; LEAN_EXPORT lean_object* l_Lean_Expr_getRevArgD(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_mkAppRangeAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_mkAnd(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2247_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__17; LEAN_EXPORT lean_object* l_Lean_Expr_lam___override___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_uint16_dec_le(uint16_t, uint16_t); LEAN_EXPORT lean_object* l_Lean_patternWithRef_x3f(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_mkAppRev___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_instReprData__1___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_getForallBinderNames(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__22; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__25; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Expr_const___override___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateRevRange___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_expr_mk_lambda(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_mkOr___closed__3; -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__6; LEAN_EXPORT uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_Data_hasLevelMVar___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__7; lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasLooseBVarInExplicitDomain___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mdataExpr_x21___boxed(lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_constName_x21___boxed(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__3; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__6; static lean_object* l_Lean_Expr_isOutParam___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_isAtomic___boxed(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateApp_x21Impl___closed__2; @@ -731,9 +728,9 @@ static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateProj_x21Impl___clos lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_setOption___at_Lean_Expr_setPPExplicit___spec__1(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_annotation_x3f(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__6; LEAN_EXPORT lean_object* l_Lean_Expr_approxDepth___boxed(lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Expr_const___override___spec__3(uint8_t, lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Expr_betaRev___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mkDataForLet___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_instDecidableLtLiteralInstLTLiteral(lean_object*, lean_object*); @@ -744,13 +741,13 @@ LEAN_EXPORT uint64_t l_List_foldl___at_Lean_Expr_const___override___spec__1(uint LEAN_EXPORT lean_object* l_Lean_letFunAnnotation_x3f(lean_object*); static lean_object* l_Lean_instReprExpr___closed__1; lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__3; static lean_object* l_Lean_BinderInfo_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_replaceFVar___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_setPPUniverses___boxed(lean_object*, lean_object*); +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Expr_getAppFn(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__9; LEAN_EXPORT uint8_t l_Lean_Expr_isProp(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__2; static lean_object* l_Lean_Expr_appFn_x21_x27___closed__2; uint64_t lean_uint64_shift_left(uint64_t, uint64_t); static uint64_t l_Lean_Expr_mkAppData___closed__6; @@ -761,37 +758,41 @@ static lean_object* l_Lean_Expr_isCharLit___closed__2; LEAN_EXPORT lean_object* lean_expr_mk_mdata(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprFVarId(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isType0___boxed(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__9; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30; static lean_object* l_Lean_instForInMVarIdMapProdMVarId___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_setAppPPExplicitForExposingMVars(lean_object*); static lean_object* l_Lean_mkOr___closed__2; +LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l_Lean_Expr_mkAppData___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__16; LEAN_EXPORT lean_object* l_Lean_Expr_isBinding___boxed(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__9; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_FVarIdMap_insert___spec__2___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_sortLevel_x21___closed__1; +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__9; static lean_object* l_Lean_Literal_type___closed__2; static lean_object* l_Lean_Literal_type___closed__5; uint64_t l_Lean_Level_hash(lean_object*); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instCoeExprExprStructEq___boxed(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateApp_x21Impl___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__5; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__9; uint8_t lean_uint64_dec_eq(uint64_t, uint64_t); static lean_object* l_Lean_mkNatLit___closed__4; +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1(lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__24; static lean_object* l_Lean_isLHSGoal_x3f___closed__2; lean_object* l_panic___at_Lean_Level_normalize___spec__1(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__2; static lean_object* l_Lean_instForInFVarIdSetFVarId___closed__2; LEAN_EXPORT lean_object* l_Lean_mkEM(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasMVar___boxed(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__28; LEAN_EXPORT lean_object* l_Lean_mkApp(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__16; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_MVarIdSet_insert___spec__2(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__11; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__26; lean_object* lean_uint8_to_nat(uint8_t); LEAN_EXPORT lean_object* l_Lean_mkLambdaEx___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_patternAnnotation_x3f(lean_object*); @@ -813,8 +814,6 @@ static lean_object* l_Lean_mkNatLit___closed__9; static lean_object* l_Lean_Expr_appArg_x21_x27___closed__1; LEAN_EXPORT uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_hasLevelParam(lean_object*); -lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_mkAppRevRange___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_betaRev(lean_object*, lean_object*, uint8_t, uint8_t); @@ -822,36 +821,38 @@ LEAN_EXPORT lean_object* l_Lean_Expr_getArgD___boxed(lean_object*, lean_object*, lean_object* l_Lean_KVMap_findCore(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Expr_fvar___override(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_hash___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_looseBVarRange___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprMVarId__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_bindingName_x21___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__12; LEAN_EXPORT lean_object* l_Lean_mkFVar(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprLiteral; LEAN_EXPORT lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); uint32_t lean_uint32_add(uint32_t, uint32_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__24; static lean_object* l_Lean_Expr_ctorName___closed__10; -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_instantiate1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_letValue_x21___closed__2; extern lean_object* l_Lean_KVMap_empty; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_MVarIdMap_insert___spec__3(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1862____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasLooseBVar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateApp_x21Impl___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_hasLevelParamEx___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__13; -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__10; +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_sortLevel_x21___boxed(lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT uint64_t l_Lean_BinderInfo_toUInt64(uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_updateFn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_BinderInfo_toUInt64___boxed(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__38; +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_hasFVar___boxed(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_patternRefAnnotationKey___closed__2; -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__3; +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_headBeta(lean_object*); static lean_object* l_Lean_Expr_updateForallE_x21___closed__1; static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateConst_x21Impl___closed__2; @@ -860,9 +861,11 @@ LEAN_EXPORT lean_object* l_Lean_Expr_sortLevel_x21(lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* l_panic___at___private_Init_Prelude_0__Lean_assembleParts___spec__1(lean_object*); static lean_object* l_Lean_instHashableFVarId___closed__1; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__19; LEAN_EXPORT lean_object* l_Lean_MVarIdMap_insert(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isMData(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isBinding(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__7; static lean_object* l_Lean_Expr_constName_x21___closed__1; LEAN_EXPORT lean_object* lean_expr_mk_sort(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Expr_traverseApp___spec__1___rarg___closed__1; @@ -870,24 +873,26 @@ static lean_object* l_Lean_Expr_instToStringExpr___closed__1; LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_bindingInfo_x21___spec__1(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_BinderInfo_noConfusion(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__11; static lean_object* l_Lean_Expr_setPPExplicit___closed__2; uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Lean_Expr_litValue_x21___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_mkAppRevRange(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkEM___closed__4; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__17; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__7; static lean_object* l_Lean_Literal_type___closed__3; static lean_object* l_Lean_Expr_bvarIdx_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_getRevArgD___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14; LEAN_EXPORT lean_object* l_Lean_Expr_bvarIdx_x21(lean_object*); lean_object* lean_expr_dbg_to_string(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_etaExpandedBody(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(uint8_t, lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateForall_x21Impl___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_MVarIdMap_insert___spec__2(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__24; LEAN_EXPORT uint8_t l_Lean_Expr_isConst(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); uint8_t lean_string_dec_lt(lean_object*, lean_object*); @@ -900,10 +905,10 @@ static lean_object* l_Lean_mkSimpleThunkType___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_mdataExpr_x21(lean_object*); static lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__1; LEAN_EXPORT lean_object* l_Lean_instReprData__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__5; LEAN_EXPORT lean_object* l_Lean_instBEqData__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppRev___rarg(lean_object*, lean_object*); -static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__1; static lean_object* l_Lean_Expr_projIdx_x21___closed__1; static lean_object* l_Lean_Expr_mkData___closed__3; LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__1(lean_object*, lean_object*, lean_object*); @@ -917,37 +922,32 @@ LEAN_EXPORT lean_object* l_Lean_Expr_isConstOf___boxed(lean_object*, lean_object LEAN_EXPORT uint8_t lean_expr_has_expr_mvar(lean_object*); LEAN_EXPORT uint32_t lean_expr_loose_bvar_range(lean_object*); static lean_object* l_Lean_mkAnd___closed__2; +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__20; static lean_object* l_Lean_mkSimpleThunkType___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_looseBVarRangeEx___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__5; static lean_object* l___private_Lean_Expr_0__Lean_Expr_updateMData_x21Impl___closed__1; uint8_t lean_uint8_dec_eq(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_consumeMData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_getArg_x21___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_mkData___closed__7; -LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); +static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__15; +static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__11; LEAN_EXPORT lean_object* l_Lean_Expr_hasLevelMVar___boxed(lean_object*); static lean_object* l_Lean_Expr_fvarId_x21___closed__3; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isFVarOf___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_bvarIdx_x21___closed__3; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__34; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); static lean_object* l_Lean_Expr_ctorName___closed__6; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__3; LEAN_EXPORT lean_object* l_Lean_instReprData__1___lambda__3(lean_object*, uint64_t, lean_object*, lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__20; lean_object* lean_expr_instantiate_range(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_mkNot___closed__1; LEAN_EXPORT uint8_t l_Lean_instBEqData__1(uint64_t, uint64_t); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__19; lean_object* l_Nat_repr(lean_object*); static lean_object* l_Lean_Expr_bvarIdx_x21___closed__2; lean_object* lean_expr_abstract_range(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ExprStructEq_instToStringExprStructEq___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__1; -static lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__23; LEAN_EXPORT uint8_t l_Lean_isLetFun(lean_object*); LEAN_EXPORT uint64_t lean_expr_hash(lean_object*); LEAN_EXPORT uint64_t l_Lean_instInhabitedData__1; @@ -958,7 +958,6 @@ LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId___rarg(lean_object*, lean_object*) LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Expr_setAppPPExplicit___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprMVarId__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkLet(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1878____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_betaRev_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instFVarIdHashSetInhabited___closed__1; static lean_object* l_Lean_Expr_updateLambdaE_x21___closed__2; @@ -966,13 +965,14 @@ LEAN_EXPORT uint8_t l_Lean_Expr_hasExprMVar(lean_object*); static lean_object* l_Lean_Expr_setPPUniverses___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateMData_x21Impl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_letBody_x21(lean_object*); +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshFVarId(lean_object*); static lean_object* l_Lean_Expr_instBEqExpr___closed__1; +static lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__4; static lean_object* l_Lean_Expr_ctorName___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_updateForall_x21Impl___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_etaExpandedStrict_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_BinderInfo_hash___boxed(lean_object*); -static lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__9; static lean_object* _init_l_Lean_instInhabitedLiteral___closed__1() { _start: { @@ -1477,7 +1477,7 @@ x_1 = 0; return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -1489,7 +1489,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473____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; @@ -1497,7 +1497,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_3, x_4); +x_5 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -1506,7 +1506,7 @@ static lean_object* _init_l_Lean_instBEqBinderInfo___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473____boxed), 2, 0); return x_1; } } @@ -1518,7 +1518,7 @@ x_1 = l_Lean_instBEqBinderInfo___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__1() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__1() { _start: { lean_object* x_1; @@ -1526,33 +1526,33 @@ x_1 = lean_mk_string_from_bytes("Lean.BinderInfo.default", 23); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__1; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__3() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__4; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__4() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__3; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1560,23 +1560,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__5() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__5; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__6() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__5; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1584,7 +1584,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__7() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__7() { _start: { lean_object* x_1; @@ -1592,33 +1592,33 @@ x_1 = lean_mk_string_from_bytes("Lean.BinderInfo.implicit", 24); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__7; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__7; 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__9() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__4; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__10() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__9; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1626,23 +1626,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__11() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__5; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__12() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__11; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1650,7 +1650,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__13() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__13() { _start: { lean_object* x_1; @@ -1658,33 +1658,33 @@ x_1 = lean_mk_string_from_bytes("Lean.BinderInfo.strictImplicit", 30); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__13; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____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___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__15() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__4; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__16() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__15; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1692,23 +1692,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__17() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__5; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__18() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__17; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1716,7 +1716,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__19() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__19() { _start: { lean_object* x_1; @@ -1724,33 +1724,33 @@ x_1 = lean_mk_string_from_bytes("Lean.BinderInfo.instImplicit", 28); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__19; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__19; 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__21() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__4; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__22() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__21; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1758,23 +1758,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__23() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137____closed__5; -x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20; +x_2 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20; x_3 = lean_alloc_ctor(4, 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_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__24() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__23; +x_1 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1782,7 +1782,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -1794,14 +1794,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__4; +x_5 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__6; +x_7 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -1814,14 +1814,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__10; +x_11 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__12; +x_13 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -1834,14 +1834,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__16; +x_17 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__18; +x_19 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -1854,14 +1854,14 @@ x_22 = lean_nat_dec_le(x_21, x_2); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__22; +x_23 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__22; x_24 = l_Repr_addAppParen(x_23, x_2); return x_24; } else { lean_object* x_25; lean_object* x_26; -x_25 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__24; +x_25 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__24; x_26 = l_Repr_addAppParen(x_25, x_2); return x_26; } @@ -1869,13 +1869,13 @@ return x_26; } } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(x_3, x_2); +x_4 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -1884,7 +1884,7 @@ static lean_object* _init_l_Lean_instReprBinderInfo___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____boxed), 2, 0); return x_1; } } @@ -2995,7 +2995,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1878_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1862_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -3003,11 +3003,11 @@ x_3 = lean_name_eq(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1878____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1862____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1878_(x_1, x_2); +x_3 = l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1862_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -3018,7 +3018,7 @@ static lean_object* _init_l_Lean_instBEqFVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1878____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_beqFVarId____x40_Lean_Expr___hyg_1862____boxed), 2, 0); return x_1; } } @@ -3030,7 +3030,7 @@ x_1 = l_Lean_instBEqFVarId___closed__1; return x_1; } } -LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object* x_1) { +LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object* x_1) { _start: { uint64_t x_2; uint64_t x_3; uint64_t x_4; @@ -3040,11 +3040,11 @@ x_4 = lean_uint64_mix_hash(x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935____boxed(lean_object* x_1) { _start: { uint64_t x_2; lean_object* x_3; -x_2 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_1); +x_2 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_1); lean_dec(x_1); x_3 = lean_box_uint64(x_2); return x_3; @@ -3054,7 +3054,7 @@ static lean_object* _init_l_Lean_instHashableFVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935____boxed), 1, 0); return x_1; } } @@ -10399,7 +10399,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2247_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2231_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -10407,11 +10407,11 @@ x_3 = lean_name_eq(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2247____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2231____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2247_(x_1, x_2); +x_3 = l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2231_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -10422,7 +10422,7 @@ static lean_object* _init_l_Lean_instBEqMVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2247____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_beqMVarId____x40_Lean_Expr___hyg_2231____boxed), 2, 0); return x_1; } } @@ -10434,7 +10434,7 @@ x_1 = l_Lean_instBEqMVarId___closed__1; return x_1; } } -LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object* x_1) { +LEAN_EXPORT uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object* x_1) { _start: { uint64_t x_2; uint64_t x_3; uint64_t x_4; @@ -10444,11 +10444,11 @@ x_4 = lean_uint64_mix_hash(x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304____boxed(lean_object* x_1) { _start: { uint64_t x_2; lean_object* x_3; -x_2 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_1); +x_2 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_1); lean_dec(x_1); x_3 = lean_box_uint64(x_2); return x_3; @@ -10458,7 +10458,7 @@ static lean_object* _init_l_Lean_instHashableMVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304____boxed), 1, 0); return x_1; } } @@ -10470,7 +10470,7 @@ x_1 = l_Lean_instHashableMVarId___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__1() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__1() { _start: { lean_object* x_1; @@ -10478,29 +10478,29 @@ x_1 = lean_mk_string_from_bytes("name", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__2() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__1; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____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_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__3() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__2; +x_2 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____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___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__4() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__4() { _start: { lean_object* x_1; @@ -10508,29 +10508,29 @@ x_1 = lean_mk_string_from_bytes(" := ", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__5() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__4; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____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___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__6() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__3; -x_2 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__5; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__3; +x_2 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____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___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__7() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -10539,7 +10539,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__8() { _start: { lean_object* x_1; @@ -10547,35 +10547,35 @@ x_1 = lean_mk_string_from_bytes("{ ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__9() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__8; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__10() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__9; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__9; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__11() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____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___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__12() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__12() { _start: { lean_object* x_1; @@ -10583,23 +10583,23 @@ x_1 = lean_mk_string_from_bytes(" }", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__13() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__13() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__12; +x_1 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__12; 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_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340_(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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; x_3 = lean_unsigned_to_nat(0u); x_4 = l_Lean_Name_reprPrec(x_1, x_3); -x_5 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__7; +x_5 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__7; x_6 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -10607,19 +10607,19 @@ x_7 = 0; x_8 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_8, 0, x_6); lean_ctor_set_uint8(x_8, sizeof(void*)*1, x_7); -x_9 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__6; +x_9 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__6; x_10 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); -x_11 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__11; +x_11 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__11; x_12 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); -x_13 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__13; +x_13 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__13; x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); -x_15 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__10; +x_15 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__10; x_16 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -10629,11 +10629,11 @@ lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_7); return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356_(x_1, x_2); +x_3 = l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -10642,7 +10642,7 @@ static lean_object* _init_l_Lean_instReprMVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____boxed), 2, 0); return x_1; } } @@ -18276,7 +18276,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_fvar___override(lean_object* x_1) { { uint64_t x_2; uint64_t x_3; uint64_t x_4; uint32_t x_5; lean_object* x_6; uint8_t x_7; uint8_t x_8; lean_object* x_9; uint64_t x_10; lean_object* x_11; x_2 = 13; -x_3 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_1); +x_3 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_1); x_4 = lean_uint64_mix_hash(x_2, x_3); x_5 = 0; x_6 = lean_unsigned_to_nat(0u); @@ -18296,7 +18296,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_mvar___override(lean_object* x_1) { { uint64_t x_2; uint64_t x_3; uint64_t x_4; uint32_t x_5; lean_object* x_6; uint8_t x_7; uint8_t x_8; lean_object* x_9; uint64_t x_10; lean_object* x_11; x_2 = 17; -x_3 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_1); +x_3 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_1); x_4 = lean_uint64_mix_hash(x_2, x_3); x_5 = 0; x_6 = lean_unsigned_to_nat(0u); @@ -19981,16 +19981,16 @@ x_1 = l_Lean_instInhabitedExpr___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__2(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = lean_unsigned_to_nat(0u); -x_3 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_1, x_2); +x_3 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -20011,7 +20011,7 @@ x_6 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_1); x_7 = lean_unsigned_to_nat(0u); -x_8 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_4, x_7); +x_8 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_4, x_7); x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_6); lean_ctor_set(x_9, 1, x_8); @@ -20021,7 +20021,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__3(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -20044,7 +20044,7 @@ x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); x_6 = lean_unsigned_to_nat(0u); -x_7 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_5, x_6); +x_7 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_5, x_6); return x_7; } else @@ -20054,14 +20054,14 @@ x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); lean_dec(x_1); x_9 = lean_unsigned_to_nat(0u); -x_10 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_8, x_9); -x_11 = l_List_foldl___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__4(x_2, x_10, x_4); +x_10 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_8, x_9); +x_11 = l_List_foldl___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__4(x_2, x_10, x_4); return x_11; } } } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__1() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__1() { _start: { lean_object* x_1; @@ -20069,17 +20069,17 @@ x_1 = lean_mk_string_from_bytes("[]", 2); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__2() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__1; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__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_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__3() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__3() { _start: { lean_object* x_1; @@ -20087,21 +20087,21 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__4() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__3; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__3; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__5() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__4; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__4; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20109,7 +20109,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6() { _start: { lean_object* x_1; @@ -20117,35 +20117,35 @@ x_1 = lean_mk_string_from_bytes("[", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__7() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__8() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__7; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__7; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__9() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__10() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__10() { _start: { lean_object* x_1; @@ -20153,39 +20153,39 @@ x_1 = lean_mk_string_from_bytes("]", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__11() { +static lean_object* _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__10; +x_1 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__10; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__2; +x_3 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__2; return x_3; } else { 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; uint8_t x_12; lean_object* x_13; -x_4 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__5; -x_5 = l_Std_Format_joinSep___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__3(x_1, x_4); -x_6 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__9; +x_4 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__5; +x_5 = l_Std_Format_joinSep___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__3(x_1, x_4); +x_6 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__9; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__11; +x_8 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__11; x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); -x_10 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__8; +x_10 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__8; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -20197,7 +20197,7 @@ return x_13; } } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__1() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__1() { _start: { lean_object* x_1; @@ -20205,21 +20205,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.bvar", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__2() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__1; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__3() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__2; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20227,7 +20227,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__4() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__4() { _start: { lean_object* x_1; @@ -20235,21 +20235,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.fvar", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__5() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__4; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____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___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__6() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__5; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__5; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20257,7 +20257,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__7() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__7() { _start: { lean_object* x_1; @@ -20265,21 +20265,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.mvar", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__8() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__7; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__7; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__9() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__8; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__8; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20287,7 +20287,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__10() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__10() { _start: { lean_object* x_1; @@ -20295,21 +20295,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.sort", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__11() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__10; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____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___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__12() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__11; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__11; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20317,7 +20317,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__13() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__13() { _start: { lean_object* x_1; @@ -20325,21 +20325,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.const", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__14() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__13; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____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___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__15() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__14; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__14; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20347,7 +20347,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__16() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__16() { _start: { lean_object* x_1; @@ -20355,21 +20355,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.app", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__17() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__17() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__16; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__16; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__18() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__17; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__17; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20377,7 +20377,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__19() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__19() { _start: { lean_object* x_1; @@ -20385,21 +20385,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.lam", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__20() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__19; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__19; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__21() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__20; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__20; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20407,7 +20407,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__22() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__22() { _start: { lean_object* x_1; @@ -20415,21 +20415,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.forallE", 17); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__23() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__23() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__22; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__22; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__24() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__23; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__23; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20437,7 +20437,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__25() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__25() { _start: { lean_object* x_1; @@ -20445,21 +20445,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.letE", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__26() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__26() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__25; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__25; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__27() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__26; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__26; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20467,7 +20467,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__28() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__28() { _start: { lean_object* x_1; @@ -20475,17 +20475,17 @@ x_1 = lean_mk_string_from_bytes("false", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__28; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__28; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30() { _start: { lean_object* x_1; lean_object* x_2; @@ -20495,7 +20495,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__31() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__31() { _start: { lean_object* x_1; @@ -20503,21 +20503,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.lit", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__32() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__32() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__31; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__31; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__33() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__32; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__32; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20525,7 +20525,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__34() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__34() { _start: { lean_object* x_1; @@ -20533,21 +20533,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.mdata", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__35() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__35() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__34; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__34; 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_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__36() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__36() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__35; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__35; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20555,7 +20555,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__37() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__37() { _start: { lean_object* x_1; @@ -20563,21 +20563,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Expr.proj", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__38() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__38() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__37; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__37; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__39() { +static lean_object* _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__39() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__38; +x_1 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__38; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -20585,7 +20585,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(lean_object* x_1, lean_object* x_2) { _start: { switch (lean_obj_tag(x_1)) { @@ -20600,7 +20600,7 @@ x_5 = lean_nat_dec_le(x_4, x_2); x_6 = l_Nat_repr(x_3); x_7 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_7, 0, x_6); -x_8 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__3; +x_8 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__3; x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_8); lean_ctor_set(x_9, 1, x_7); @@ -20642,7 +20642,7 @@ lean_dec(x_1); x_21 = lean_unsigned_to_nat(1024u); x_22 = lean_nat_dec_le(x_21, x_2); x_23 = l_Lean_Name_reprPrec(x_20, x_21); -x_24 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__6; +x_24 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__6; x_25 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_23); @@ -20684,7 +20684,7 @@ lean_dec(x_1); x_37 = lean_unsigned_to_nat(1024u); x_38 = lean_nat_dec_le(x_37, x_2); x_39 = l_Lean_Name_reprPrec(x_36, x_37); -x_40 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__9; +x_40 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__9; x_41 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_39); @@ -20725,8 +20725,8 @@ lean_inc(x_52); lean_dec(x_1); x_53 = lean_unsigned_to_nat(1024u); x_54 = lean_nat_dec_le(x_53, x_2); -x_55 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_52, x_53); -x_56 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__12; +x_55 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_52, x_53); +x_56 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__12; x_57 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_57, 0, x_56); lean_ctor_set(x_57, 1, x_55); @@ -20770,7 +20770,7 @@ lean_dec(x_1); x_70 = lean_unsigned_to_nat(1024u); x_71 = lean_nat_dec_le(x_70, x_2); x_72 = l_Lean_Name_reprPrec(x_68, x_70); -x_73 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__15; +x_73 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__15; x_74 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_74, 0, x_73); lean_ctor_set(x_74, 1, x_72); @@ -20778,7 +20778,7 @@ x_75 = lean_box(1); x_76 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_76, 0, x_74); lean_ctor_set(x_76, 1, x_75); -x_77 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1(x_69, x_70); +x_77 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1(x_69, x_70); x_78 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_78, 0, x_76); lean_ctor_set(x_78, 1, x_77); @@ -20821,8 +20821,8 @@ lean_inc(x_90); lean_dec(x_1); x_91 = lean_unsigned_to_nat(1024u); x_92 = lean_nat_dec_le(x_91, x_2); -x_93 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_89, x_91); -x_94 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__18; +x_93 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_89, x_91); +x_94 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__18; x_95 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_95, 0, x_94); lean_ctor_set(x_95, 1, x_93); @@ -20830,7 +20830,7 @@ x_96 = lean_box(1); x_97 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_97, 0, x_95); lean_ctor_set(x_97, 1, x_96); -x_98 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_90, x_91); +x_98 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_90, x_91); x_99 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_99, 0, x_97); lean_ctor_set(x_99, 1, x_98); @@ -20877,7 +20877,7 @@ lean_dec(x_1); x_114 = lean_unsigned_to_nat(1024u); x_115 = lean_nat_dec_le(x_114, x_2); x_116 = l_Lean_Name_reprPrec(x_110, x_114); -x_117 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__21; +x_117 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__21; x_118 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_118, 0, x_117); lean_ctor_set(x_118, 1, x_116); @@ -20885,21 +20885,21 @@ x_119 = lean_box(1); x_120 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_120, 0, x_118); lean_ctor_set(x_120, 1, x_119); -x_121 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_111, x_114); +x_121 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_111, x_114); x_122 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_122, 0, x_120); lean_ctor_set(x_122, 1, x_121); x_123 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_123, 0, x_122); lean_ctor_set(x_123, 1, x_119); -x_124 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_112, x_114); +x_124 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_112, x_114); x_125 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_125, 0, x_123); lean_ctor_set(x_125, 1, x_124); x_126 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_126, 0, x_125); lean_ctor_set(x_126, 1, x_119); -x_127 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(x_113, x_114); +x_127 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(x_113, x_114); x_128 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_128, 0, x_126); lean_ctor_set(x_128, 1, x_127); @@ -20946,7 +20946,7 @@ lean_dec(x_1); x_143 = lean_unsigned_to_nat(1024u); x_144 = lean_nat_dec_le(x_143, x_2); x_145 = l_Lean_Name_reprPrec(x_139, x_143); -x_146 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__24; +x_146 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__24; x_147 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_147, 0, x_146); lean_ctor_set(x_147, 1, x_145); @@ -20954,21 +20954,21 @@ x_148 = lean_box(1); x_149 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_149, 0, x_147); lean_ctor_set(x_149, 1, x_148); -x_150 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_140, x_143); +x_150 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_140, x_143); x_151 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_151, 0, x_149); lean_ctor_set(x_151, 1, x_150); x_152 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_152, 0, x_151); lean_ctor_set(x_152, 1, x_148); -x_153 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_141, x_143); +x_153 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_141, x_143); x_154 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_154, 0, x_152); lean_ctor_set(x_154, 1, x_153); x_155 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_155, 0, x_154); lean_ctor_set(x_155, 1, x_148); -x_156 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(x_142, x_143); +x_156 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(x_142, x_143); x_157 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_157, 0, x_155); lean_ctor_set(x_157, 1, x_156); @@ -21017,7 +21017,7 @@ lean_dec(x_1); x_173 = lean_unsigned_to_nat(1024u); x_174 = lean_nat_dec_le(x_173, x_2); x_175 = l_Lean_Name_reprPrec(x_168, x_173); -x_176 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__27; +x_176 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__27; x_177 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_177, 0, x_176); lean_ctor_set(x_177, 1, x_175); @@ -21025,21 +21025,21 @@ x_178 = lean_box(1); x_179 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_179, 0, x_177); lean_ctor_set(x_179, 1, x_178); -x_180 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_169, x_173); +x_180 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_169, x_173); x_181 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_181, 0, x_179); lean_ctor_set(x_181, 1, x_180); x_182 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_182, 0, x_181); lean_ctor_set(x_182, 1, x_178); -x_183 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_170, x_173); +x_183 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_170, x_173); x_184 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_184, 0, x_182); lean_ctor_set(x_184, 1, x_183); x_185 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_185, 0, x_184); lean_ctor_set(x_185, 1, x_178); -x_186 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_171, x_173); +x_186 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_171, x_173); x_187 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_187, 0, x_185); lean_ctor_set(x_187, 1, x_186); @@ -21051,7 +21051,7 @@ if (x_174 == 0) if (x_172 == 0) { 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; -x_189 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29; +x_189 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29; x_190 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_190, 0, x_188); lean_ctor_set(x_190, 1, x_189); @@ -21069,7 +21069,7 @@ return x_195; else { lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; uint8_t x_200; lean_object* x_201; lean_object* x_202; -x_196 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30; +x_196 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30; x_197 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_197, 0, x_188); lean_ctor_set(x_197, 1, x_196); @@ -21090,7 +21090,7 @@ else if (x_172 == 0) { 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; -x_203 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29; +x_203 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29; x_204 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_204, 0, x_188); lean_ctor_set(x_204, 1, x_203); @@ -21108,7 +21108,7 @@ return x_209; else { lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t x_214; lean_object* x_215; lean_object* x_216; -x_210 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30; +x_210 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30; x_211 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_211, 0, x_188); lean_ctor_set(x_211, 1, x_210); @@ -21134,7 +21134,7 @@ lean_dec(x_1); x_218 = lean_unsigned_to_nat(1024u); x_219 = lean_nat_dec_le(x_218, x_2); x_220 = l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_137_(x_217, x_218); -x_221 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__33; +x_221 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__33; x_222 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_222, 0, x_221); lean_ctor_set(x_222, 1, x_220); @@ -21177,8 +21177,8 @@ lean_inc(x_234); lean_dec(x_1); x_235 = lean_unsigned_to_nat(1024u); x_236 = lean_nat_dec_le(x_235, x_2); -x_237 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1046_(x_233, x_235); -x_238 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__36; +x_237 = l___private_Lean_Data_KVMap_0__Lean_reprKVMap____x40_Lean_Data_KVMap___hyg_1034_(x_233, x_235); +x_238 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__36; x_239 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_239, 0, x_238); lean_ctor_set(x_239, 1, x_237); @@ -21186,7 +21186,7 @@ x_240 = lean_box(1); x_241 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_241, 0, x_239); lean_ctor_set(x_241, 1, x_240); -x_242 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_234, x_235); +x_242 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_234, x_235); x_243 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_243, 0, x_241); lean_ctor_set(x_243, 1, x_242); @@ -21232,7 +21232,7 @@ lean_dec(x_1); x_257 = lean_unsigned_to_nat(1024u); x_258 = lean_nat_dec_le(x_257, x_2); x_259 = l_Lean_Name_reprPrec(x_254, x_257); -x_260 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__39; +x_260 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__39; x_261 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_261, 0, x_260); lean_ctor_set(x_261, 1, x_259); @@ -21249,7 +21249,7 @@ lean_ctor_set(x_266, 1, x_265); x_267 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_267, 0, x_266); lean_ctor_set(x_267, 1, x_262); -x_268 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_256, x_257); +x_268 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_256, x_257); x_269 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_269, 0, x_267); lean_ctor_set(x_269, 1, x_268); @@ -21285,20 +21285,20 @@ return x_279; } } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1(x_1, x_2); +x_3 = l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_1, x_2); +x_3 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -21307,7 +21307,7 @@ static lean_object* _init_l_Lean_instReprExpr___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____boxed), 2, 0); return x_1; } } @@ -27008,177 +27008,195 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Expr_hasAnyFVar_visit(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasFVar(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_48; +x_48 = l_Lean_Expr_hasFVar(x_2); +if (x_48 == 0) { -uint8_t x_4; lean_object* x_5; -lean_dec(x_2); -lean_dec(x_1); -x_4 = 0; -x_5 = lean_box(x_4); -return x_5; +uint8_t x_49; +x_49 = 1; +x_3 = x_49; +goto block_47; } else { +uint8_t x_50; +x_50 = 0; +x_3 = x_50; +goto block_47; +} +block_47: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_2)) { case 1: { -lean_object* x_6; lean_object* x_7; -x_6 = lean_ctor_get(x_2, 0); -lean_inc(x_6); +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); lean_dec(x_2); -x_7 = lean_apply_1(x_1, x_6); -return x_7; +x_5 = lean_apply_1(x_1, x_4); +return x_5; } case 5: { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_8 = lean_ctor_get(x_2, 0); -lean_inc(x_8); -x_9 = lean_ctor_get(x_2, 1); -lean_inc(x_9); +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_2, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_2, 1); +lean_inc(x_7); lean_dec(x_2); lean_inc(x_1); -x_10 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_8); -x_11 = lean_unbox(x_10); -lean_dec(x_10); -if (x_11 == 0) +x_8 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_6); +x_9 = lean_unbox(x_8); +lean_dec(x_8); +if (x_9 == 0) { -x_2 = x_9; +x_2 = x_7; goto _start; } else { -uint8_t x_13; lean_object* x_14; -lean_dec(x_9); +uint8_t x_11; lean_object* x_12; +lean_dec(x_7); lean_dec(x_1); -x_13 = 1; -x_14 = lean_box(x_13); -return x_14; +x_11 = 1; +x_12 = lean_box(x_11); +return x_12; } } case 6: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_15 = lean_ctor_get(x_2, 1); -lean_inc(x_15); -x_16 = lean_ctor_get(x_2, 2); -lean_inc(x_16); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 1); +lean_inc(x_13); +x_14 = lean_ctor_get(x_2, 2); +lean_inc(x_14); lean_dec(x_2); lean_inc(x_1); -x_17 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_15); -x_18 = lean_unbox(x_17); -lean_dec(x_17); -if (x_18 == 0) +x_15 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_13); +x_16 = lean_unbox(x_15); +lean_dec(x_15); +if (x_16 == 0) { -x_2 = x_16; +x_2 = x_14; goto _start; } else { -uint8_t x_20; lean_object* x_21; -lean_dec(x_16); +uint8_t x_18; lean_object* x_19; +lean_dec(x_14); lean_dec(x_1); -x_20 = 1; -x_21 = lean_box(x_20); -return x_21; +x_18 = 1; +x_19 = lean_box(x_18); +return x_19; } } case 7: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_2, 1); -lean_inc(x_22); -x_23 = lean_ctor_get(x_2, 2); -lean_inc(x_23); +lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_20 = lean_ctor_get(x_2, 1); +lean_inc(x_20); +x_21 = lean_ctor_get(x_2, 2); +lean_inc(x_21); lean_dec(x_2); lean_inc(x_1); -x_24 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_22); -x_25 = lean_unbox(x_24); -lean_dec(x_24); -if (x_25 == 0) +x_22 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_20); +x_23 = lean_unbox(x_22); +lean_dec(x_22); +if (x_23 == 0) { -x_2 = x_23; +x_2 = x_21; goto _start; } else { -uint8_t x_27; lean_object* x_28; -lean_dec(x_23); +uint8_t x_25; lean_object* x_26; +lean_dec(x_21); lean_dec(x_1); -x_27 = 1; -x_28 = lean_box(x_27); -return x_28; +x_25 = 1; +x_26 = lean_box(x_25); +return x_26; } } case 8: { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_29 = lean_ctor_get(x_2, 1); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_27 = lean_ctor_get(x_2, 1); +lean_inc(x_27); +x_28 = lean_ctor_get(x_2, 2); +lean_inc(x_28); +x_29 = lean_ctor_get(x_2, 3); lean_inc(x_29); -x_30 = lean_ctor_get(x_2, 2); -lean_inc(x_30); -x_31 = lean_ctor_get(x_2, 3); -lean_inc(x_31); lean_dec(x_2); lean_inc(x_1); -x_32 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_29); +x_30 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_27); +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) +{ +lean_object* x_32; uint8_t x_33; +lean_inc(x_1); +x_32 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_28); x_33 = lean_unbox(x_32); lean_dec(x_32); if (x_33 == 0) { -lean_object* x_34; uint8_t x_35; -lean_inc(x_1); -x_34 = l_Lean_Expr_hasAnyFVar_visit(x_1, x_30); -x_35 = lean_unbox(x_34); -lean_dec(x_34); -if (x_35 == 0) -{ -x_2 = x_31; +x_2 = x_29; goto _start; } else { -uint8_t x_37; lean_object* x_38; -lean_dec(x_31); +uint8_t x_35; lean_object* x_36; +lean_dec(x_29); lean_dec(x_1); -x_37 = 1; -x_38 = lean_box(x_37); -return x_38; +x_35 = 1; +x_36 = lean_box(x_35); +return x_36; } } else { -uint8_t x_39; lean_object* x_40; -lean_dec(x_31); -lean_dec(x_30); +uint8_t x_37; lean_object* x_38; +lean_dec(x_29); +lean_dec(x_28); lean_dec(x_1); -x_39 = 1; -x_40 = lean_box(x_39); -return x_40; +x_37 = 1; +x_38 = lean_box(x_37); +return x_38; } } case 10: { -lean_object* x_41; -x_41 = lean_ctor_get(x_2, 1); -lean_inc(x_41); +lean_object* x_39; +x_39 = lean_ctor_get(x_2, 1); +lean_inc(x_39); lean_dec(x_2); -x_2 = x_41; +x_2 = x_39; goto _start; } case 11: { -lean_object* x_43; -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); +lean_object* x_41; +x_41 = lean_ctor_get(x_2, 2); +lean_inc(x_41); lean_dec(x_2); -x_2 = x_43; +x_2 = x_41; goto _start; } default: { +uint8_t x_43; lean_object* x_44; +lean_dec(x_2); +lean_dec(x_1); +x_43 = 0; +x_44 = lean_box(x_43); +return x_44; +} +} +} +else +{ uint8_t x_45; lean_object* x_46; lean_dec(x_2); lean_dec(x_1); @@ -27189,7 +27207,6 @@ return x_46; } } } -} LEAN_EXPORT lean_object* l_Lean_Expr_hasAnyFVar(lean_object* x_1, lean_object* x_2) { _start: { @@ -27201,124 +27218,142 @@ return x_3; LEAN_EXPORT uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasFVar(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_36; +x_36 = l_Lean_Expr_hasFVar(x_2); +if (x_36 == 0) { -uint8_t x_4; -x_4 = 0; -return x_4; +uint8_t x_37; +x_37 = 1; +x_3 = x_37; +goto block_35; } else { +uint8_t x_38; +x_38 = 0; +x_3 = x_38; +goto block_35; +} +block_35: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_2)) { case 1: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_ctor_get(x_2, 0); -x_6 = lean_name_eq(x_5, x_1); -return x_6; +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_2, 0); +x_5 = lean_name_eq(x_4, x_1); +return x_5; } case 5: { -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_2, 1); -x_9 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_7); -if (x_9 == 0) +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +x_8 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_6); +if (x_8 == 0) { -x_2 = x_8; +x_2 = x_7; goto _start; } else { -uint8_t x_11; -x_11 = 1; -return x_11; +uint8_t x_10; +x_10 = 1; +return x_10; } } case 6: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_2, 1); -x_13 = lean_ctor_get(x_2, 2); -x_14 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_12); -if (x_14 == 0) +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_ctor_get(x_2, 1); +x_12 = lean_ctor_get(x_2, 2); +x_13 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_11); +if (x_13 == 0) { -x_2 = x_13; +x_2 = x_12; goto _start; } else { -uint8_t x_16; -x_16 = 1; -return x_16; +uint8_t x_15; +x_15 = 1; +return x_15; } } case 7: { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_ctor_get(x_2, 1); -x_18 = lean_ctor_get(x_2, 2); -x_19 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_17); -if (x_19 == 0) +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_2, 1); +x_17 = lean_ctor_get(x_2, 2); +x_18 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_16); +if (x_18 == 0) { -x_2 = x_18; +x_2 = x_17; goto _start; } else { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_20; +x_20 = 1; +return x_20; } } case 8: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_2, 1); -x_23 = lean_ctor_get(x_2, 2); -x_24 = lean_ctor_get(x_2, 3); +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_21 = lean_ctor_get(x_2, 1); +x_22 = lean_ctor_get(x_2, 2); +x_23 = lean_ctor_get(x_2, 3); +x_24 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_21); +if (x_24 == 0) +{ +uint8_t x_25; x_25 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_22); if (x_25 == 0) { -uint8_t x_26; -x_26 = l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(x_1, x_23); -if (x_26 == 0) -{ -x_2 = x_24; +x_2 = x_23; goto _start; } else { -uint8_t x_28; -x_28 = 1; -return x_28; +uint8_t x_27; +x_27 = 1; +return x_27; } } else { -uint8_t x_29; -x_29 = 1; -return x_29; +uint8_t x_28; +x_28 = 1; +return x_28; } } case 10: { -lean_object* x_30; -x_30 = lean_ctor_get(x_2, 1); -x_2 = x_30; +lean_object* x_29; +x_29 = lean_ctor_get(x_2, 1); +x_2 = x_29; goto _start; } case 11: { -lean_object* x_32; -x_32 = lean_ctor_get(x_2, 2); -x_2 = x_32; +lean_object* x_31; +x_31 = lean_ctor_get(x_2, 2); +x_2 = x_31; goto _start; } default: { +uint8_t x_33; +x_33 = 0; +return x_33; +} +} +} +else +{ uint8_t x_34; x_34 = 0; return x_34; @@ -27326,7 +27361,6 @@ return x_34; } } } -} LEAN_EXPORT uint8_t l_Lean_Expr_containsFVar(lean_object* x_1, lean_object* x_2) { _start: { @@ -27836,7 +27870,7 @@ return x_16; else { uint8_t x_17; -x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_8, x_2); +x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_8, x_2); if (x_17 == 0) { lean_object* x_18; @@ -27944,7 +27978,7 @@ return x_16; else { uint8_t x_17; -x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_7, x_7); +x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_7, x_7); if (x_17 == 0) { lean_object* x_18; @@ -28045,7 +28079,7 @@ return x_16; else { uint8_t x_17; -x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_8, x_2); +x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_8, x_2); if (x_17 == 0) { lean_object* x_18; @@ -28153,7 +28187,7 @@ return x_16; else { uint8_t x_17; -x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_7, x_7); +x_17 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_7, x_7); if (x_17 == 0) { lean_object* x_18; @@ -28363,246 +28397,264 @@ lean_inc(x_4); x_6 = l_Lean_Expr_eta(x_4); if (lean_obj_tag(x_6) == 5) { -lean_object* x_7; -x_7 = lean_ctor_get(x_6, 1); +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); -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_6, 0); +x_8 = lean_ctor_get(x_6, 1); lean_inc(x_8); -x_9 = lean_ctor_get(x_7, 0); -lean_inc(x_9); -lean_dec(x_7); -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_eq(x_9, x_10); -lean_dec(x_9); -if (x_11 == 0) +if (lean_obj_tag(x_8) == 0) { -lean_object* x_12; size_t x_13; uint8_t x_14; +lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_ctor_get(x_8, 0); +lean_inc(x_23); lean_dec(x_8); +x_24 = lean_unsigned_to_nat(0u); +x_25 = lean_nat_dec_eq(x_23, x_24); +lean_dec(x_23); +if (x_25 == 0) +{ +lean_object* x_26; size_t x_27; uint8_t x_28; +lean_dec(x_7); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_12 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_13 = lean_ptr_addr(x_3); -x_14 = lean_usize_dec_eq(x_13, x_13); -if (x_14 == 0) +x_26 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_27 = lean_ptr_addr(x_3); +x_28 = lean_usize_dec_eq(x_27, x_27); +if (x_28 == 0) { -lean_object* x_15; -lean_dec(x_12); +lean_object* x_29; +lean_dec(x_26); lean_dec(x_4); -x_15 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_15; +x_29 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_29; } else { -size_t x_16; size_t x_17; uint8_t x_18; -x_16 = lean_ptr_addr(x_4); +size_t x_30; size_t x_31; uint8_t x_32; +x_30 = lean_ptr_addr(x_4); lean_dec(x_4); -x_17 = lean_ptr_addr(x_6); -x_18 = lean_usize_dec_eq(x_16, x_17); -if (x_18 == 0) +x_31 = lean_ptr_addr(x_6); +x_32 = lean_usize_dec_eq(x_30, x_31); +if (x_32 == 0) { -lean_object* x_19; -lean_dec(x_12); -x_19 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_19; +lean_object* x_33; +lean_dec(x_26); +x_33 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_33; } else { -uint8_t x_20; -x_20 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_20 == 0) +uint8_t x_34; +x_34 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_34 == 0) { -lean_object* x_21; -lean_dec(x_12); -x_21 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_21; +lean_object* x_35; +lean_dec(x_26); +x_35 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_35; } else { lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -return x_12; +return x_26; } } } } else { -uint8_t x_22; -x_22 = lean_expr_has_loose_bvar(x_8, x_10); -if (x_22 == 0) +uint8_t x_36; +x_36 = lean_expr_has_loose_bvar(x_7, x_24); +if (x_36 == 0) { -lean_object* x_23; lean_object* x_24; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_expr_lower_loose_bvars(x_8, x_23, x_23); -lean_dec(x_8); -return x_24; +uint8_t x_37; +x_37 = 1; +x_9 = x_37; +goto block_22; +} +else +{ +uint8_t x_38; +x_38 = 0; +x_9 = x_38; +goto block_22; +} +} } else { -lean_object* x_25; size_t x_26; uint8_t x_27; +lean_object* x_39; size_t x_40; uint8_t x_41; lean_dec(x_8); +lean_dec(x_7); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_25 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_26 = lean_ptr_addr(x_3); -x_27 = lean_usize_dec_eq(x_26, x_26); -if (x_27 == 0) +x_39 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_40 = lean_ptr_addr(x_3); +x_41 = lean_usize_dec_eq(x_40, x_40); +if (x_41 == 0) { -lean_object* x_28; -lean_dec(x_25); +lean_object* x_42; +lean_dec(x_39); lean_dec(x_4); -x_28 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_28; +x_42 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_42; } else { -size_t x_29; size_t x_30; uint8_t x_31; -x_29 = lean_ptr_addr(x_4); +size_t x_43; size_t x_44; uint8_t x_45; +x_43 = lean_ptr_addr(x_4); lean_dec(x_4); -x_30 = lean_ptr_addr(x_6); -x_31 = lean_usize_dec_eq(x_29, x_30); -if (x_31 == 0) +x_44 = lean_ptr_addr(x_6); +x_45 = lean_usize_dec_eq(x_43, x_44); +if (x_45 == 0) { -lean_object* x_32; -lean_dec(x_25); -x_32 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_32; +lean_object* x_46; +lean_dec(x_39); +x_46 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_46; } else { -uint8_t x_33; -x_33 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_33 == 0) +uint8_t x_47; +x_47 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_47 == 0) { -lean_object* x_34; -lean_dec(x_25); -x_34 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_34; +lean_object* x_48; +lean_dec(x_39); +x_48 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_48; } else { lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -return x_25; -} -} +return x_39; } } } } -else +block_22: { -lean_object* x_35; size_t x_36; uint8_t x_37; +if (x_9 == 0) +{ +lean_object* x_10; size_t x_11; uint8_t x_12; lean_dec(x_7); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_35 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_36 = lean_ptr_addr(x_3); -x_37 = lean_usize_dec_eq(x_36, x_36); -if (x_37 == 0) +x_10 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_11 = lean_ptr_addr(x_3); +x_12 = lean_usize_dec_eq(x_11, x_11); +if (x_12 == 0) { -lean_object* x_38; -lean_dec(x_35); +lean_object* x_13; +lean_dec(x_10); lean_dec(x_4); -x_38 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_38; +x_13 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_13; } else { -size_t x_39; size_t x_40; uint8_t x_41; -x_39 = lean_ptr_addr(x_4); +size_t x_14; size_t x_15; uint8_t x_16; +x_14 = lean_ptr_addr(x_4); lean_dec(x_4); -x_40 = lean_ptr_addr(x_6); -x_41 = lean_usize_dec_eq(x_39, x_40); -if (x_41 == 0) +x_15 = lean_ptr_addr(x_6); +x_16 = lean_usize_dec_eq(x_14, x_15); +if (x_16 == 0) { -lean_object* x_42; -lean_dec(x_35); -x_42 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_42; +lean_object* x_17; +lean_dec(x_10); +x_17 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_17; } else { -uint8_t x_43; -x_43 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_43 == 0) +uint8_t x_18; +x_18 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_18 == 0) { -lean_object* x_44; -lean_dec(x_35); -x_44 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_44; +lean_object* x_19; +lean_dec(x_10); +x_19 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_19; } else { lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -return x_35; +return x_10; } } } } +else +{ +lean_object* x_20; lean_object* x_21; +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_expr_lower_loose_bvars(x_7, x_20, x_20); +lean_dec(x_7); +return x_21; +} +} } else { -lean_object* x_45; size_t x_46; uint8_t x_47; +lean_object* x_49; size_t x_50; uint8_t x_51; lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_45 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); -x_46 = lean_ptr_addr(x_3); -x_47 = lean_usize_dec_eq(x_46, x_46); -if (x_47 == 0) +x_49 = l_Lean_Expr_lam___override(x_2, x_3, x_4, x_5); +x_50 = lean_ptr_addr(x_3); +x_51 = lean_usize_dec_eq(x_50, x_50); +if (x_51 == 0) { -lean_object* x_48; -lean_dec(x_45); +lean_object* x_52; +lean_dec(x_49); lean_dec(x_4); -x_48 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_48; +x_52 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_52; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = lean_ptr_addr(x_4); +size_t x_53; size_t x_54; uint8_t x_55; +x_53 = lean_ptr_addr(x_4); lean_dec(x_4); -x_50 = lean_ptr_addr(x_6); -x_51 = lean_usize_dec_eq(x_49, x_50); -if (x_51 == 0) +x_54 = lean_ptr_addr(x_6); +x_55 = lean_usize_dec_eq(x_53, x_54); +if (x_55 == 0) { -lean_object* x_52; -lean_dec(x_45); -x_52 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_52; +lean_object* x_56; +lean_dec(x_49); +x_56 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_56; } else { -uint8_t x_53; -x_53 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_5, x_5); -if (x_53 == 0) +uint8_t x_57; +x_57 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_5, x_5); +if (x_57 == 0) { -lean_object* x_54; -lean_dec(x_45); -x_54 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); -return x_54; +lean_object* x_58; +lean_dec(x_49); +x_58 = l_Lean_Expr_lam___override(x_2, x_3, x_6, x_5); +return x_58; } else { lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -return x_45; +return x_49; } } } @@ -29780,54 +29832,54 @@ l_Lean_instBEqBinderInfo___closed__1 = _init_l_Lean_instBEqBinderInfo___closed__ lean_mark_persistent(l_Lean_instBEqBinderInfo___closed__1); l_Lean_instBEqBinderInfo = _init_l_Lean_instBEqBinderInfo(); lean_mark_persistent(l_Lean_instBEqBinderInfo); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__1 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__1(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__1); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__2); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__3 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__3(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__3); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__4 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__4(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__4); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__5 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__5(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__5); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__6 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__6(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__6); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__7 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__7(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__7); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__8); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__9 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__9(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__9); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__10 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__10(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__10); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__11 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__11(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__11); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__12 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__12(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__12); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__13 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__13(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__13); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__14); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__15 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__15(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__15); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__16 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__16(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__16); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__17 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__17(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__17); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__18 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__18(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__18); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__19 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__19(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__19); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__20); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__21 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__21(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__21); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__22 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__22(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__22); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__23 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__23(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__23); -l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__24 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__24(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501____closed__24); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__1 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__1(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__1); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__2); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__3 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__3(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__3); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__4 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__4(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__4); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__5 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__5(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__5); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__6 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__6(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__6); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__7 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__7(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__7); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__8); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__9 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__9(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__9); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__10 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__10(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__10); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__11 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__11(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__11); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__12 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__12(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__12); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__13 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__13(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__13); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__14); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__15 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__15(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__15); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__16 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__16(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__16); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__17 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__17(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__17); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__18 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__18(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__18); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__19 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__19(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__19); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__20); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__21 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__21(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__21); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__22 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__22(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__22); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__23 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__23(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__23); +l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__24 = _init_l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__24(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497____closed__24); l_Lean_instReprBinderInfo___closed__1 = _init_l_Lean_instReprBinderInfo___closed__1(); lean_mark_persistent(l_Lean_instReprBinderInfo___closed__1); l_Lean_instReprBinderInfo = _init_l_Lean_instReprBinderInfo(); @@ -29915,32 +29967,32 @@ l_Lean_instHashableMVarId___closed__1 = _init_l_Lean_instHashableMVarId___closed lean_mark_persistent(l_Lean_instHashableMVarId___closed__1); l_Lean_instHashableMVarId = _init_l_Lean_instHashableMVarId(); lean_mark_persistent(l_Lean_instHashableMVarId); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__1 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__1(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__1); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__2 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__2(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__2); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__3 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__3(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__3); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__4 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__4(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__4); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__5 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__5(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__5); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__6 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__6(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__6); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__7 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__7(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__7); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__8); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__9 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__9(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__9); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__10 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__10(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__10); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__11 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__11(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__11); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__12 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__12(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__12); -l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__13 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__13(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2356____closed__13); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__1 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__1(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__1); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__2 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__2(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__2); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__3 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__3(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__3); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__4 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__4(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__4); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__5 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__5(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__5); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__6 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__6(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__6); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__7 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__7(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__7); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__8 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__8(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__8); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__9 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__9(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__9); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__10 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__10(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__10); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__11 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__11(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__11); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__12 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__12(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__12); +l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__13 = _init_l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__13(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprMVarId____x40_Lean_Expr___hyg_2340____closed__13); l_Lean_instReprMVarId___closed__1 = _init_l_Lean_instReprMVarId___closed__1(); lean_mark_persistent(l_Lean_instReprMVarId___closed__1); l_Lean_instReprMVarId = _init_l_Lean_instReprMVarId(); @@ -29955,106 +30007,106 @@ l_Lean_instInhabitedExpr___closed__1 = _init_l_Lean_instInhabitedExpr___closed__ lean_mark_persistent(l_Lean_instInhabitedExpr___closed__1); l_Lean_instInhabitedExpr = _init_l_Lean_instInhabitedExpr(); lean_mark_persistent(l_Lean_instInhabitedExpr); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__1 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__1(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__1); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__2 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__2(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__2); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__3 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__3(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__3); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__4 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__4(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__4); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__5 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__5(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__5); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__6); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__7 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__7(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__7); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__8 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__8(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__8); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__9 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__9(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__9); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__10 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__10(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__10); -l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__11 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__11(); -lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____spec__1___closed__11); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__1 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__1(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__1); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__2 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__2(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__2); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__3 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__3(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__3); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__4 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__4(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__4); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__5 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__5(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__5); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__6 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__6(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__6); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__7 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__7(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__7); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__8 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__8(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__8); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__9 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__9(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__9); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__10 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__10(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__10); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__11 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__11(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__11); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__12 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__12(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__12); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__13 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__13(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__13); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__14 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__14(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__14); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__15 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__15(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__15); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__16 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__16(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__16); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__17 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__17(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__17); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__18 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__18(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__18); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__19 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__19(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__19); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__20 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__20(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__20); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__21 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__21(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__21); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__22 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__22(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__22); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__23 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__23(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__23); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__24 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__24(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__24); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__25 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__25(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__25); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__26 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__26(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__26); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__27 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__27(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__27); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__28 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__28(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__28); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__29); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__30); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__31 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__31(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__31); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__32 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__32(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__32); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__33 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__33(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__33); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__34 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__34(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__34); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__35 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__35(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__35); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__36 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__36(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__36); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__37 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__37(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__37); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__38 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__38(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__38); -l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__39 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__39(); -lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681____closed__39); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__1 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__1(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__1); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__2 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__2(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__2); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__3 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__3(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__3); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__4 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__4(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__4); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__5 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__5(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__5); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__6); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__7 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__7(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__7); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__8 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__8(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__8); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__9 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__9(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__9); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__10 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__10(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__10); +l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__11 = _init_l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__11(); +lean_mark_persistent(l_List_repr___at___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____spec__1___closed__11); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__1 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__1(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__1); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__2 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__2(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__2); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__3 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__3(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__3); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__4 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__4(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__4); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__5 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__5(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__5); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__6 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__6(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__6); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__7 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__7(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__7); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__8 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__8(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__8); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__9 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__9(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__9); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__10 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__10(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__10); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__11 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__11(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__11); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__12 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__12(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__12); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__13 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__13(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__13); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__14 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__14(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__14); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__15 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__15(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__15); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__16 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__16(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__16); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__17 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__17(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__17); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__18 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__18(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__18); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__19 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__19(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__19); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__20 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__20(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__20); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__21 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__21(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__21); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__22 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__22(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__22); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__23 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__23(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__23); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__24 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__24(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__24); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__25 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__25(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__25); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__26 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__26(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__26); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__27 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__27(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__27); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__28 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__28(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__28); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__29); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__30); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__31 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__31(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__31); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__32 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__32(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__32); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__33 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__33(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__33); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__34 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__34(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__34); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__35 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__35(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__35); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__36 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__36(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__36); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__37 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__37(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__37); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__38 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__38(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__38); +l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__39 = _init_l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__39(); +lean_mark_persistent(l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665____closed__39); l_Lean_instReprExpr___closed__1 = _init_l_Lean_instReprExpr___closed__1(); lean_mark_persistent(l_Lean_instReprExpr___closed__1); l_Lean_instReprExpr = _init_l_Lean_instReprExpr(); diff --git a/stage0/stdlib/Lean/HeadIndex.c b/stage0/stdlib/Lean/HeadIndex.c index 75652b6474cf..db420a5f6626 100644 --- a/stage0/stdlib/Lean/HeadIndex.c +++ b/stage0/stdlib/Lean/HeadIndex.c @@ -42,6 +42,7 @@ LEAN_EXPORT lean_object* l_Lean_instBEqHeadIndex; static lean_object* l___private_Lean_HeadIndex_0__Lean_Expr_toHeadIndexQuick_x3f___closed__1; static lean_object* l_Lean_instInhabitedHeadIndex___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_headNumArgs_go___boxed(lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__15; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__33; @@ -59,7 +60,6 @@ lean_object* l___private_Lean_Expr_0__Lean_reprLiteral____x40_Lean_Expr___hyg_13 lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_headNumArgs(lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_Expr_toHeadIndexSlow___closed__1; -uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__19; static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__8; LEAN_EXPORT lean_object* l_Lean_HeadIndex_HeadIndex_hash___boxed(lean_object*); @@ -81,6 +81,7 @@ static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean lean_object* l_Repr_addAppParen(lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_Expr_toHeadIndexQuick_x3f___closed__2; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_HeadIndex_0__Lean_beqHeadIndex____x40_Lean_HeadIndex___hyg_67____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__34; static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__1; @@ -90,7 +91,6 @@ LEAN_EXPORT lean_object* l_panic___at___private_Lean_HeadIndex_0__Lean_Expr_toHe lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HeadIndex_instHashableHeadIndex; static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__21; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__6; static lean_object* l___private_Lean_HeadIndex_0__Lean_reprHeadIndex____x40_Lean_HeadIndex___hyg_334____closed__29; @@ -981,7 +981,7 @@ case 0: lean_object* x_2; uint64_t x_3; uint64_t x_4; uint64_t x_5; x_2 = lean_ctor_get(x_1, 0); x_3 = 11; -x_4 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_5 = lean_uint64_mix_hash(x_3, x_4); return x_5; } @@ -990,7 +990,7 @@ case 1: lean_object* x_6; uint64_t x_7; uint64_t x_8; uint64_t x_9; x_6 = lean_ctor_get(x_1, 0); x_7 = 13; -x_8 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_6); +x_8 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_6); x_9 = lean_uint64_mix_hash(x_7, x_8); return x_9; } diff --git a/stage0/stdlib/Lean/KeyedDeclsAttribute.c b/stage0/stdlib/Lean/KeyedDeclsAttribute.c index 7808a9967617..99784f4f1aa5 100644 --- a/stage0/stdlib/Lean/KeyedDeclsAttribute.c +++ b/stage0/stdlib/Lean/KeyedDeclsAttribute.c @@ -6242,132 +6242,147 @@ x_19 = l_Lean_ConstantInfo_type(x_17); lean_dec(x_17); if (lean_obj_tag(x_19) == 4) { -lean_object* x_20; uint8_t x_21; +lean_object* x_20; uint8_t x_21; uint8_t x_55; x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); lean_dec(x_19); -x_21 = lean_name_eq(x_20, x_4); +x_55 = lean_name_eq(x_20, x_4); lean_dec(x_20); -if (x_21 == 0) +if (x_55 == 0) { -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_14); -lean_dec(x_6); -lean_dec(x_5); -x_22 = l_Lean_MessageData_ofName(x_3); -x_23 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__2; -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_22); -x_25 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__4; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -x_27 = l_Lean_MessageData_ofName(x_4); -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -x_29 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__6; -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_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_30, x_8, x_9, x_18); -lean_dec(x_9); -lean_dec(x_8); -return x_31; +x_21 = x_11; +goto block_54; } 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; 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_32 = lean_box(0); -x_33 = l_Lean_Expr_const___override(x_4, x_32); -x_34 = l_Lean_Expr_const___override(x_5, x_32); -x_35 = l___private_Lean_ToExpr_0__Lean_Name_toExprAux(x_14); +uint8_t x_56; +x_56 = 0; +x_21 = x_56; +goto block_54; +} +block_54: +{ +if (x_21 == 0) +{ +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; +x_22 = lean_box(0); +x_23 = l_Lean_Expr_const___override(x_4, x_22); +x_24 = l_Lean_Expr_const___override(x_5, x_22); +x_25 = l___private_Lean_ToExpr_0__Lean_Name_toExprAux(x_14); lean_inc(x_3); -x_36 = l___private_Lean_ToExpr_0__Lean_Name_toExprAux(x_3); +x_26 = l___private_Lean_ToExpr_0__Lean_Name_toExprAux(x_3); lean_inc(x_3); -x_37 = l_Lean_Expr_const___override(x_3, x_32); -x_38 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__11; -x_39 = lean_array_push(x_38, x_33); -x_40 = lean_array_push(x_39, x_34); -x_41 = lean_array_push(x_40, x_35); -x_42 = lean_array_push(x_41, x_36); -x_43 = lean_array_push(x_42, x_37); -x_44 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__10; -x_45 = l_Lean_mkAppN(x_44, x_43); +x_27 = l_Lean_Expr_const___override(x_3, x_22); +x_28 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__11; +x_29 = lean_array_push(x_28, x_23); +x_30 = lean_array_push(x_29, x_24); +x_31 = lean_array_push(x_30, x_25); +x_32 = lean_array_push(x_31, x_26); +x_33 = lean_array_push(x_32, x_27); +x_34 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__10; +x_35 = l_Lean_mkAppN(x_34, x_33); lean_inc(x_3); -x_46 = l_Lean_declareBuiltin(x_3, x_45, x_8, x_9, x_18); -if (lean_obj_tag(x_46) == 0) +x_36 = l_Lean_declareBuiltin(x_3, x_35, x_8, x_9, x_18); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_46, 1); -lean_inc(x_47); -lean_dec(x_46); -x_48 = lean_box(x_11); -x_49 = lean_apply_5(x_6, x_48, x_3, x_8, x_9, x_47); -return x_49; +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +lean_dec(x_36); +x_38 = lean_box(x_11); +x_39 = lean_apply_5(x_6, x_38, x_3, x_8, x_9, x_37); +return x_39; } else { -uint8_t x_50; +uint8_t x_40; lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_3); -x_50 = !lean_is_exclusive(x_46); -if (x_50 == 0) +x_40 = !lean_is_exclusive(x_36); +if (x_40 == 0) { -return x_46; +return x_36; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_46, 0); -x_52 = lean_ctor_get(x_46, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_46); -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_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_36, 0); +x_42 = lean_ctor_get(x_36, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_36); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +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_dec(x_14); +lean_dec(x_6); +lean_dec(x_5); +x_44 = l_Lean_MessageData_ofName(x_3); +x_45 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__2; +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_44); +x_47 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___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); +x_49 = l_Lean_MessageData_ofName(x_4); +x_50 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_50, 0, x_48); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__6; +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_52, x_8, x_9, x_18); +lean_dec(x_9); +lean_dec(x_8); +return x_53; } } } else { -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_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_dec(x_19); lean_dec(x_14); lean_dec(x_6); lean_dec(x_5); -x_54 = l_Lean_MessageData_ofName(x_3); -x_55 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__2; -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_54); -x_57 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__4; -x_58 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); -x_59 = l_Lean_MessageData_ofName(x_4); -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 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__6; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_62, x_8, x_9, x_18); +x_57 = l_Lean_MessageData_ofName(x_3); +x_58 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__2; +x_59 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +x_60 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__4; +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_59); +lean_ctor_set(x_61, 1, x_60); +x_62 = l_Lean_MessageData_ofName(x_4); +x_63 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +x_64 = l_Lean_KeyedDeclsAttribute_init___rarg___lambda__9___closed__6; +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 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_65, x_8, x_9, x_18); lean_dec(x_9); lean_dec(x_8); -return x_63; +return x_66; } } else { -uint8_t x_64; +uint8_t x_67; lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -6375,52 +6390,52 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_64 = !lean_is_exclusive(x_16); -if (x_64 == 0) +x_67 = !lean_is_exclusive(x_16); +if (x_67 == 0) { return x_16; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_16, 0); -x_66 = lean_ctor_get(x_16, 1); -lean_inc(x_66); -lean_inc(x_65); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_16, 0); +x_69 = lean_ctor_get(x_16, 1); +lean_inc(x_69); +lean_inc(x_68); lean_dec(x_16); -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; +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } else { -uint8_t x_68; +uint8_t x_71; lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_68 = !lean_is_exclusive(x_13); -if (x_68 == 0) +x_71 = !lean_is_exclusive(x_13); +if (x_71 == 0) { return x_13; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_13, 0); -x_70 = lean_ctor_get(x_13, 1); -lean_inc(x_70); -lean_inc(x_69); +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_13, 0); +x_73 = lean_ctor_get(x_13, 1); +lean_inc(x_73); +lean_inc(x_72); lean_dec(x_13); -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; +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; } } } diff --git a/stage0/stdlib/Lean/Level.c b/stage0/stdlib/Lean/Level.c index af6b4b58da9c..28e4dd182f4b 100644 --- a/stage0/stdlib/Lean/Level.c +++ b/stage0/stdlib/Lean/Level.c @@ -15,29 +15,26 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Level_Data_hasParam___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_isSucc___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_find_x3f_visit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_toLevel___boxed(lean_object*); +LEAN_EXPORT uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(lean_object*); LEAN_EXPORT lean_object* lean_level_mk_param(lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Level_PP_Result_format___closed__6; lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__3; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__4; +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__2; static lean_object* l_Lean_instReprData___lambda__3___closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__7; static lean_object* l___private_Lean_Level_0__Lean_Level_PP_parenIfFalse___closed__3; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__13; static lean_object* l_Lean_Level_mkData___closed__4; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_mvar___override(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__9; static lean_object* l_Lean_Level_PP_Result_quote___closed__10; lean_object* lean_uint32_to_nat(uint32_t); static lean_object* l___private_Lean_Level_0__Lean_Level_PP_parenIfFalse___closed__4; LEAN_EXPORT lean_object* l_Lean_instReprData___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Level_PP_toResult___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_mkIMaxAux(lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_level_has_mvar(lean_object*); LEAN_EXPORT lean_object* lean_level_mk_succ(lean_object*); @@ -50,10 +47,10 @@ LEAN_EXPORT uint8_t l_Lean_instBEqData(uint64_t, uint64_t); uint64_t lean_uint64_of_nat(lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_mkLevelMaxCore___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__10; static lean_object* l_Lean_Level_PP_Result_quote___closed__7; LEAN_EXPORT lean_object* l_Nat_toLevel(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_geq_go___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__18; static lean_object* l_Lean_Level_PP_toResult___closed__5; LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Level_normalize___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_isMaxIMax___boxed(lean_object*); @@ -61,12 +58,14 @@ LEAN_EXPORT uint8_t l_Lean_Level_hasParam(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_addOffsetAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Level_mvarId_x21___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqData___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__5; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Level_succ___override(lean_object*); static lean_object* l_Lean_instReprData___lambda__2___closed__2; LEAN_EXPORT uint64_t l_Lean_Level_Data_hash(uint64_t); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Level_collectMVars___spec__1(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__6; lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkLevelMax_x27(lean_object*, lean_object*); lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -85,10 +84,11 @@ static lean_object* l_Lean_Level_PP_Result_quote___closed__16; LEAN_EXPORT lean_object* l_Lean_Level_Data_hasMVar___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isExplicit(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_max___override(lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__3; LEAN_EXPORT lean_object* lean_level_mk_zero(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__7; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isZero(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__4; LEAN_EXPORT uint32_t lean_level_hash(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_Data_depth___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_hashEx___boxed(lean_object*); @@ -101,9 +101,8 @@ LEAN_EXPORT uint8_t l_Lean_Level_isSucc(lean_object*); static lean_object* l_Lean_Level_PP_Result_quote___closed__11; LEAN_EXPORT lean_object* l_Lean_Level_substParams(lean_object*, lean_object*); static lean_object* l_Lean_instReprData___closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__10; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__7; static lean_object* l_Lean_Level_PP_Result_format___closed__5; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8; LEAN_EXPORT lean_object* l_Lean_instReprData___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_qsort_sort___at_Lean_Level_normalize___spec__3___closed__1; static lean_object* l_Lean_Level_PP_Result_quote___closed__12; @@ -114,21 +113,18 @@ static lean_object* l_Lean_instReprData___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Level_normLtAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_casesOn___override___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instReprData___lambda__2___closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__23; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_517____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_ofNat(lean_object*); uint64_t lean_uint64_land(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_mkLevelMVar(lean_object*); LEAN_EXPORT lean_object* lean_level_mk_mvar(lean_object*); static lean_object* l_Lean_instBEqLevelMVarId___closed__1; +LEAN_EXPORT uint8_t l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_517_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_mkMaxAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_getMaxArgsAux___at_Lean_Level_normalize___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isEquiv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_PP_Result_format___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_hasParam___boxed(lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_516_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__16; LEAN_EXPORT lean_object* l_Lean_Level_data___override___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_instToStringLevel(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_depthEx___boxed(lean_object*); @@ -143,18 +139,19 @@ LEAN_EXPORT lean_object* l_Lean_Level_mkData(uint64_t, lean_object*, uint8_t, ui LEAN_EXPORT lean_object* l_Lean_Level_hasParamEx___boxed(lean_object*); static lean_object* l_Lean_Level_PP_Result_quote___closed__4; static lean_object* l_Lean_Level_PP_Result_quote___closed__8; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__9; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_casesOn___override___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__1; LEAN_EXPORT lean_object* l_Lean_mkLevelSucc(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__20; LEAN_EXPORT lean_object* l_Lean_instReprData___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_updateSucc_x21Impl___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Level_PP_Result_format___closed__2; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__17; uint64_t lean_uint64_shift_right(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_Level_quote(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___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____boxed(lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_Level_normalize___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_getMaxArgsAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -163,12 +160,12 @@ LEAN_EXPORT lean_object* l_Lean_Level_any___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_isExplicitSubsumed___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_toNat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprLevel; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__22; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__21; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2; static lean_object* l_Lean_Level_mvarId_x21___closed__2; LEAN_EXPORT uint8_t l_Lean_Level_occurs(lean_object*, lean_object*); extern uint64_t l_instInhabitedUInt64; static lean_object* l_Lean_Level_mkData___closed__2; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__9; LEAN_EXPORT lean_object* l_Nat_imax___boxed(lean_object*, lean_object*); lean_object* lean_uint64_to_nat(uint64_t); static lean_object* l___private_Lean_Level_0__Lean_Level_PP_parenIfFalse___closed__2; @@ -185,14 +182,18 @@ LEAN_EXPORT lean_object* l_Lean_Level_ofNat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_PP_toResult(lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprLevelMVarId; LEAN_EXPORT uint8_t l___private_Lean_Level_0__Lean_Level_isAlreadyNormalizedCheap(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Level_mkData___spec__1___boxed__const__1; -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__10; LEAN_EXPORT uint8_t l___private_Lean_Level_0__Lean_Level_isExplicitSubsumed(lean_object*, lean_object*); uint64_t lean_uint64_add(uint64_t, uint64_t); lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; LEAN_EXPORT lean_object* l_Lean_instForInLMVarIdMapProdLMVarId(lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__23; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; LEAN_EXPORT lean_object* l_Lean_levelZero; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__13; LEAN_EXPORT lean_object* l_Lean_Level_isNeverZero___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_simpLevelIMax_x27___boxed(lean_object*, lean_object*, lean_object*); @@ -204,13 +205,12 @@ LEAN_EXPORT lean_object* l_Lean_Level_hasMVarEx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_isIMax___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_normLt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_getParamSubst___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__8; LEAN_EXPORT lean_object* l_Lean_Level_instBEqLevel; 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_Level_data___override___closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; uint32_t lean_uint64_to_uint32(uint64_t); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__7; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint32_to_uint64(uint32_t); @@ -220,9 +220,7 @@ LEAN_EXPORT lean_object* l_Lean_Level_PP_Result_succ(lean_object*); static lean_object* l_Lean_Level_normalize___closed__3; static lean_object* l_Lean_Level_PP_Result_quote___closed__9; LEAN_EXPORT lean_object* l_Lean_Level_mvarId_x21(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_516____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Level_instBEqLevel___closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__12; lean_object* lean_mk_syntax_ident(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_hasMVar___boxed(lean_object*); static lean_object* l_Lean_instReprLevel___closed__1; @@ -236,47 +234,51 @@ static lean_object* l_Lean_instReprLevelMVarId___closed__1; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_dec___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_geq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__6; LEAN_EXPORT lean_object* l_Lean_instReprData___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__22; LEAN_EXPORT lean_object* l_Lean_instReprData___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_collectMVars(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_updateMax_x21Impl(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__5; -LEAN_EXPORT uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(lean_object*); static lean_object* l___private_Lean_Level_0__Lean_Level_updateIMax_x21Impl___closed__2; static lean_object* l_Lean_Level_PP_Result_quote___closed__1; static lean_object* l_Lean_Level_PP_Result_quote___closed__2; static lean_object* l_Lean_Level_PP_Result_quote___closed__3; LEAN_EXPORT lean_object* l_Lean_instReprData___lambda__2(lean_object*, uint64_t, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__4; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__18; static lean_object* l_Lean_Level_PP_toResult___closed__3; static lean_object* l___private_Lean_Level_0__Lean_Level_updateSucc_x21Impl___closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__11; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__11; LEAN_EXPORT lean_object* l_Lean_Level_find_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_getOffset(lean_object*); static lean_object* l___private_Lean_Level_0__Lean_Level_updateMax_x21Impl___closed__1; LEAN_EXPORT lean_object* l_Lean_Level_isMax___boxed(lean_object*); LEAN_EXPORT uint64_t l_Lean_instInhabitedData; LEAN_EXPORT lean_object* l_Lean_instEmptyCollectionLMVarIdMap(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_Data_hasParam(uint64_t); static lean_object* l_Lean_Level_normalize___closed__4; LEAN_EXPORT lean_object* l_Lean_Level_getLevelOffset(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__11; +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__19; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Level_collectMVars___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBTree_forIn___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__12; static lean_object* l___private_Lean_Level_0__Lean_Level_updateIMax_x21Impl___closed__3; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__4; LEAN_EXPORT lean_object* l_Lean_instInhabitedLMVarIdMap(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__11; static lean_object* l_Lean_Level_normalize___closed__2; uint8_t lean_uint32_dec_eq(uint32_t, uint32_t); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__15; LEAN_EXPORT lean_object* l_Lean_Level_instQuoteLevelMkStr1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590____boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isParam(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_quote___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_skipExplicit___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Level_PP_Result_quote___spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_PP_parenIfFalse___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkLevelIMax(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_depth(lean_object*); @@ -287,25 +289,28 @@ LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_getMaxArgsAux___at LEAN_EXPORT lean_object* l_Lean_Level_dec(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isIMax(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_format(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__1; lean_object* l_Repr_addAppParen(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_Level_PP_Result_quote___closed__13; LEAN_EXPORT lean_object* l_Lean_levelOne; uint64_t lean_uint64_shift_left(uint64_t, uint64_t); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__15; LEAN_EXPORT lean_object* l_Lean_Level_PP_Result_quote___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_accMax(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Level_0__Lean_Level_updateSucc_x21Impl___closed__3; LEAN_EXPORT uint8_t l_Lean_Level_isMax(lean_object*); static lean_object* l___private_Lean_Level_0__Lean_Level_updateMax_x21Impl___closed__2; +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__13; static lean_object* l_Lean_Level_PP_toResult___closed__4; LEAN_EXPORT lean_object* lean_level_mk_max(lean_object*, lean_object*); LEAN_EXPORT uint32_t l_Lean_Level_Data_depth(uint64_t); LEAN_EXPORT lean_object* l_Lean_mkLevelIMax_x27(lean_object*, lean_object*); LEAN_EXPORT uint64_t l_Lean_Level_hash(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__8; static lean_object* l_Lean_Level_PP_toResult___closed__2; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__1; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__21; +static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__12; uint8_t lean_uint64_dec_eq(uint64_t, uint64_t); static lean_object* l_Lean_Level_PP_Result_quote___closed__5; LEAN_EXPORT lean_object* l_panic___at_Lean_Level_normalize___spec__1(lean_object*); @@ -318,22 +323,18 @@ uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_param___override(lean_object*); size_t lean_usize_add(size_t, size_t); uint64_t lean_bool_to_uint64(uint8_t); -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589____boxed(lean_object*); static lean_object* l_Lean_Level_mkData___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(lean_object*, lean_object*); static lean_object* l_Lean_Level_PP_Result_format___closed__3; LEAN_EXPORT uint8_t l_Lean_Level_any(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isMVar(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_updateIMax_x21Impl(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__14; static lean_object* l_Lean_Level_normalize___closed__1; LEAN_EXPORT lean_object* l_Nat_imax(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_getLevelOffset___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedLevelMVarId; -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__10; static lean_object* l___private_Lean_Level_0__Lean_Level_updateSucc_x21Impl___closed__2; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__13; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); LEAN_EXPORT uint8_t l_Lean_Level_isNeverZero(lean_object*); @@ -342,11 +343,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_PP_Result_formatLs LEAN_EXPORT lean_object* l_Lean_Level_beq___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_updateMax_x21Impl___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__16; LEAN_EXPORT lean_object* l_Lean_Level_data___override(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__17; lean_object* lean_array_get_size(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__8; -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2; static lean_object* l_Lean_Level_mvarId_x21___closed__3; LEAN_EXPORT lean_object* l_Lean_simpLevelMax_x27(lean_object*, lean_object*, lean_object*); uint8_t lean_level_eq(lean_object*, lean_object*); @@ -360,6 +359,7 @@ lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprLMVarId___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_getMaxArgsAux(lean_object*, lean_object*, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_simpLevelMax_x27___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__9; LEAN_EXPORT lean_object* l_Lean_Level_PP_Result_max(lean_object*, lean_object*); static lean_object* l___private_Lean_Level_0__Lean_Level_PP_parenIfFalse___closed__1; LEAN_EXPORT uint8_t l_Lean_Level_normLtAux(lean_object*, lean_object*, lean_object*, lean_object*); @@ -369,15 +369,15 @@ LEAN_EXPORT lean_object* l_Lean_Level_instHashableLevel; LEAN_EXPORT lean_object* l_Lean_Level_hash___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_PP_Result_imax(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__1; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_Level_skipExplicit(lean_object*, lean_object*); static lean_object* l_Lean_Level_mvarId_x21___closed__1; uint8_t l_Lean_Name_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_ctorToNat___boxed(lean_object*); -static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__19; +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkLevelParam(lean_object*); lean_object* l_Nat_repr(lean_object*); +static lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__20; LEAN_EXPORT lean_object* l_panic___at_Lean_Level_mkData___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_ctorToNat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_getOffsetAux___boxed(lean_object*, lean_object*); @@ -867,7 +867,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_516_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_517_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -875,11 +875,11 @@ x_3 = lean_name_eq(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_516____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_517____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_516_(x_1, x_2); +x_3 = l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_517_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -890,7 +890,7 @@ static lean_object* _init_l_Lean_instBEqLevelMVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_516____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_beqLevelMVarId____x40_Lean_Level___hyg_517____boxed), 2, 0); return x_1; } } @@ -902,7 +902,7 @@ x_1 = l_Lean_instBEqLevelMVarId___closed__1; return x_1; } } -LEAN_EXPORT uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(lean_object* x_1) { +LEAN_EXPORT uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(lean_object* x_1) { _start: { uint64_t x_2; uint64_t x_3; uint64_t x_4; @@ -912,11 +912,11 @@ x_4 = lean_uint64_mix_hash(x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590____boxed(lean_object* x_1) { _start: { uint64_t x_2; lean_object* x_3; -x_2 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_1); +x_2 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_1); lean_dec(x_1); x_3 = lean_box_uint64(x_2); return x_3; @@ -926,7 +926,7 @@ static lean_object* _init_l_Lean_instHashableLevelMVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590____boxed), 1, 0); return x_1; } } @@ -938,7 +938,7 @@ x_1 = l_Lean_instHashableLevelMVarId___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__1() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__1() { _start: { lean_object* x_1; @@ -946,29 +946,29 @@ x_1 = lean_mk_string_from_bytes("name", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__2() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__1; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____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_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__3() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__2; +x_2 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____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___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__4() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__4() { _start: { lean_object* x_1; @@ -976,29 +976,29 @@ x_1 = lean_mk_string_from_bytes(" := ", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__5() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__4; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____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___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__6() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__3; -x_2 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__5; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__3; +x_2 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____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___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__7() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -1007,7 +1007,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__8() { _start: { lean_object* x_1; @@ -1015,35 +1015,35 @@ x_1 = lean_mk_string_from_bytes("{ ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__9() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__8; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__10() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__9; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__9; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__11() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____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___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__12() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__12() { _start: { lean_object* x_1; @@ -1051,23 +1051,23 @@ x_1 = lean_mk_string_from_bytes(" }", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__13() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__13() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__12; +x_1 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__12; 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_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628_(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; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; x_3 = lean_unsigned_to_nat(0u); x_4 = l_Lean_Name_reprPrec(x_1, x_3); -x_5 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__7; +x_5 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__7; x_6 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_6, 0, x_5); lean_ctor_set(x_6, 1, x_4); @@ -1075,19 +1075,19 @@ x_7 = 0; x_8 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_8, 0, x_6); lean_ctor_set_uint8(x_8, sizeof(void*)*1, x_7); -x_9 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__6; +x_9 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__6; x_10 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); -x_11 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__11; +x_11 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__11; x_12 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); -x_13 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__13; +x_13 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__13; x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_12); lean_ctor_set(x_14, 1, x_13); -x_15 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__10; +x_15 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__10; x_16 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -1097,11 +1097,11 @@ lean_ctor_set_uint8(x_17, sizeof(void*)*1, x_7); return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627_(x_1, x_2); +x_3 = l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -1110,7 +1110,7 @@ static lean_object* _init_l_Lean_instReprLevelMVarId___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____boxed), 2, 0); return x_1; } } @@ -1722,7 +1722,7 @@ LEAN_EXPORT lean_object* l_Lean_Level_mvar___override(lean_object* x_1) { { uint64_t x_2; uint64_t x_3; uint64_t x_4; lean_object* x_5; uint8_t x_6; uint8_t x_7; lean_object* x_8; uint64_t x_9; lean_object* x_10; x_2 = 2237; -x_3 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_1); +x_3 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_1); x_4 = lean_uint64_mix_hash(x_2, x_3); x_5 = lean_unsigned_to_nat(0u); x_6 = 1; @@ -1798,7 +1798,7 @@ x_1 = lean_box(0); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__1() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__1() { _start: { lean_object* x_1; @@ -1806,17 +1806,17 @@ x_1 = lean_mk_string_from_bytes("Lean.Level.zero", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__1; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -1825,23 +1825,23 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__4() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; -x_2 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; +x_2 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2; x_3 = lean_alloc_ctor(4, 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__5() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__5() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__4; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__4; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1849,7 +1849,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6() { _start: { lean_object* x_1; lean_object* x_2; @@ -1858,23 +1858,23 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__7() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; -x_2 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; +x_2 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2; x_3 = lean_alloc_ctor(4, 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__8() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__8() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__7; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__7; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1882,7 +1882,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__9() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__9() { _start: { lean_object* x_1; @@ -1890,21 +1890,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Level.succ", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__10() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__9; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__9; 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__11() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__10; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__10; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -1912,7 +1912,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__12() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__12() { _start: { lean_object* x_1; @@ -1920,21 +1920,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Level.max", 14); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__13() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__13() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__12; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__12; 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__14() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__13; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__13; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -1942,7 +1942,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__15() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__15() { _start: { lean_object* x_1; @@ -1950,21 +1950,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Level.imax", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__16() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__15; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__15; 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__17() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__16; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__16; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -1972,7 +1972,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__18() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__18() { _start: { lean_object* x_1; @@ -1980,21 +1980,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Level.param", 16); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__19() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__19() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__18; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__18; 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__20() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__19; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__19; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2002,7 +2002,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__21() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__21() { _start: { lean_object* x_1; @@ -2010,21 +2010,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Level.mvar", 15); return x_1; } } -static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__22() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__22() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__21; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__21; 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_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__23() { +static lean_object* _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__22; +x_1 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__22; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -2032,7 +2032,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(lean_object* x_1, lean_object* x_2) { _start: { switch (lean_obj_tag(x_1)) { @@ -2044,14 +2044,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__5; +x_5 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__5; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__8; +x_7 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__8; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -2064,15 +2064,15 @@ lean_inc(x_9); lean_dec(x_1); x_10 = lean_unsigned_to_nat(1024u); x_11 = lean_nat_dec_le(x_10, x_2); -x_12 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_9, x_10); -x_13 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__11; +x_12 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_9, x_10); +x_13 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__11; x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_13); lean_ctor_set(x_14, 1, x_12); if (x_11 == 0) { lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; -x_15 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; +x_15 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; x_16 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -2086,7 +2086,7 @@ return x_19; else { lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; -x_20 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; +x_20 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; x_21 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_14); @@ -2108,8 +2108,8 @@ lean_inc(x_26); lean_dec(x_1); x_27 = lean_unsigned_to_nat(1024u); x_28 = lean_nat_dec_le(x_27, x_2); -x_29 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_25, x_27); -x_30 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__14; +x_29 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_25, x_27); +x_30 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__14; x_31 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -2117,14 +2117,14 @@ x_32 = lean_box(1); x_33 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_33, 0, x_31); lean_ctor_set(x_33, 1, x_32); -x_34 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_26, x_27); +x_34 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_26, x_27); x_35 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_35, 0, x_33); lean_ctor_set(x_35, 1, x_34); if (x_28 == 0) { lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_36 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; +x_36 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; x_37 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_37, 0, x_36); lean_ctor_set(x_37, 1, x_35); @@ -2138,7 +2138,7 @@ return x_40; else { lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; -x_41 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; +x_41 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; x_42 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_42, 0, x_41); lean_ctor_set(x_42, 1, x_35); @@ -2160,8 +2160,8 @@ lean_inc(x_47); lean_dec(x_1); x_48 = lean_unsigned_to_nat(1024u); x_49 = lean_nat_dec_le(x_48, x_2); -x_50 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_46, x_48); -x_51 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__17; +x_50 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_46, x_48); +x_51 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__17; x_52 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_50); @@ -2169,14 +2169,14 @@ x_53 = lean_box(1); x_54 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_54, 0, x_52); lean_ctor_set(x_54, 1, x_53); -x_55 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_47, x_48); +x_55 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_47, x_48); x_56 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_56, 0, x_54); lean_ctor_set(x_56, 1, x_55); if (x_49 == 0) { lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; -x_57 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; +x_57 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; x_58 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_58, 0, x_57); lean_ctor_set(x_58, 1, x_56); @@ -2190,7 +2190,7 @@ return x_61; else { lean_object* x_62; lean_object* x_63; uint8_t x_64; lean_object* x_65; lean_object* x_66; -x_62 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; +x_62 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; x_63 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_63, 0, x_62); lean_ctor_set(x_63, 1, x_56); @@ -2211,14 +2211,14 @@ lean_dec(x_1); x_68 = lean_unsigned_to_nat(1024u); x_69 = lean_nat_dec_le(x_68, x_2); x_70 = l_Lean_Name_reprPrec(x_67, x_68); -x_71 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__20; +x_71 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__20; x_72 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_72, 0, x_71); lean_ctor_set(x_72, 1, x_70); if (x_69 == 0) { lean_object* x_73; lean_object* x_74; uint8_t x_75; lean_object* x_76; lean_object* x_77; -x_73 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; +x_73 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; x_74 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_74, 0, x_73); lean_ctor_set(x_74, 1, x_72); @@ -2232,7 +2232,7 @@ return x_77; else { lean_object* x_78; lean_object* x_79; uint8_t x_80; lean_object* x_81; lean_object* x_82; -x_78 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; +x_78 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; x_79 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_79, 0, x_78); lean_ctor_set(x_79, 1, x_72); @@ -2253,14 +2253,14 @@ lean_dec(x_1); x_84 = lean_unsigned_to_nat(1024u); x_85 = lean_nat_dec_le(x_84, x_2); x_86 = l_Lean_Name_reprPrec(x_83, x_84); -x_87 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__23; +x_87 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__23; x_88 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_88, 0, x_87); lean_ctor_set(x_88, 1, x_86); if (x_85 == 0) { lean_object* x_89; lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_89 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3; +x_89 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3; x_90 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_90, 0, x_89); lean_ctor_set(x_90, 1, x_88); @@ -2274,7 +2274,7 @@ return x_93; else { lean_object* x_94; lean_object* x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; -x_94 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6; +x_94 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6; x_95 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_95, 0, x_94); lean_ctor_set(x_95, 1, x_88); @@ -2289,11 +2289,11 @@ return x_98; } } } -LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222_(x_1, x_2); +x_3 = l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -2302,7 +2302,7 @@ static lean_object* _init_l_Lean_instReprLevel___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____boxed), 2, 0); return x_1; } } @@ -5578,116 +5578,97 @@ return x_3; LEAN_EXPORT lean_object* l___private_Lean_Level_0__Lean_mkLevelMaxCore(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_15; uint8_t x_34; -x_34 = lean_level_eq(x_1, x_2); -if (x_34 == 0) -{ -uint8_t x_35; -x_35 = l_Lean_Level_isZero(x_1); +uint8_t x_4; uint8_t x_15; uint8_t x_35; +x_35 = lean_level_eq(x_1, x_2); if (x_35 == 0) { uint8_t x_36; -x_36 = l_Lean_Level_isZero(x_2); +x_36 = l_Lean_Level_isZero(x_1); if (x_36 == 0) { uint8_t x_37; -x_37 = l_Lean_Level_isExplicit(x_2); +x_37 = l_Lean_Level_isZero(x_2); if (x_37 == 0) { -if (lean_obj_tag(x_1) == 2) +uint8_t x_38; +x_38 = l_Lean_Level_isExplicit(x_2); +if (x_38 == 0) { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_38 = lean_ctor_get(x_1, 0); -x_39 = lean_ctor_get(x_1, 1); -x_40 = lean_level_eq(x_2, x_38); -if (x_40 == 0) +if (lean_obj_tag(x_1) == 2) { -uint8_t x_41; +lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_39 = lean_ctor_get(x_1, 0); +x_40 = lean_ctor_get(x_1, 1); x_41 = lean_level_eq(x_2, x_39); if (x_41 == 0) { -lean_object* x_42; -x_42 = lean_box(0); +uint8_t x_42; +x_42 = lean_level_eq(x_2, x_40); x_15 = x_42; -goto block_33; +goto block_34; } else { -lean_dec(x_3); -lean_inc(x_1); -return x_1; -} -} -else -{ -lean_dec(x_3); -lean_inc(x_1); -return x_1; +uint8_t x_43; +x_43 = 1; +x_15 = x_43; +goto block_34; } } else { -lean_object* x_43; -x_43 = lean_box(0); -x_15 = x_43; -goto block_33; +uint8_t x_44; +x_44 = 0; +x_15 = x_44; +goto block_34; } } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = lean_unsigned_to_nat(0u); -x_45 = l_Lean_Level_getOffsetAux(x_2, x_44); -x_46 = l_Lean_Level_getOffsetAux(x_1, x_44); -x_47 = lean_nat_dec_le(x_45, x_46); +lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_45 = lean_unsigned_to_nat(0u); +x_46 = l_Lean_Level_getOffsetAux(x_2, x_45); +x_47 = l_Lean_Level_getOffsetAux(x_1, x_45); +x_48 = lean_nat_dec_le(x_46, x_47); +lean_dec(x_47); lean_dec(x_46); -lean_dec(x_45); -if (x_47 == 0) +if (x_48 == 0) { if (lean_obj_tag(x_1) == 2) { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_1, 0); -x_49 = lean_ctor_get(x_1, 1); -x_50 = lean_level_eq(x_2, x_48); -if (x_50 == 0) -{ -uint8_t x_51; +lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_49 = lean_ctor_get(x_1, 0); +x_50 = lean_ctor_get(x_1, 1); x_51 = lean_level_eq(x_2, x_49); if (x_51 == 0) { -lean_object* x_52; -x_52 = lean_box(0); +uint8_t x_52; +x_52 = lean_level_eq(x_2, x_50); x_15 = x_52; -goto block_33; -} -else -{ -lean_dec(x_3); -lean_inc(x_1); -return x_1; -} +goto block_34; } else { -lean_dec(x_3); -lean_inc(x_1); -return x_1; +uint8_t x_53; +x_53 = 1; +x_15 = x_53; +goto block_34; } } else { -lean_object* x_53; -x_53 = lean_box(0); -x_15 = x_53; -goto block_33; +uint8_t x_54; +x_54 = 0; +x_15 = x_54; +goto block_34; } } else { -lean_dec(x_3); -lean_inc(x_1); -return x_1; +uint8_t x_55; +x_55 = 1; +x_15 = x_55; +goto block_34; } } } @@ -5713,8 +5694,9 @@ return x_1; } block_14: { +if (x_4 == 0) +{ lean_object* x_5; lean_object* x_6; uint8_t x_7; -lean_dec(x_4); x_5 = l_Lean_Level_getLevelOffset(x_1); x_6 = l_Lean_Level_getLevelOffset(x_2); x_7 = lean_level_eq(x_5, x_6); @@ -5749,10 +5731,18 @@ return x_1; } } } -block_33: +else +{ +lean_dec(x_3); +lean_inc(x_2); +return x_2; +} +} +block_34: +{ +if (x_15 == 0) { uint8_t x_16; -lean_dec(x_15); x_16 = l_Lean_Level_isExplicit(x_1); if (x_16 == 0) { @@ -5766,31 +5756,21 @@ if (x_19 == 0) { uint8_t x_20; x_20 = lean_level_eq(x_1, x_18); -if (x_20 == 0) -{ -lean_object* x_21; -x_21 = lean_box(0); -x_4 = x_21; +x_4 = x_20; goto block_14; } else { -lean_dec(x_3); -lean_inc(x_2); -return x_2; -} -} -else -{ -lean_dec(x_3); -lean_inc(x_2); -return x_2; +uint8_t x_21; +x_21 = 1; +x_4 = x_21; +goto block_14; } } else { -lean_object* x_22; -x_22 = lean_box(0); +uint8_t x_22; +x_22 = 0; x_4 = x_22; goto block_14; } @@ -5816,41 +5796,39 @@ if (x_29 == 0) { uint8_t x_30; x_30 = lean_level_eq(x_1, x_28); -if (x_30 == 0) -{ -lean_object* x_31; -x_31 = lean_box(0); -x_4 = x_31; +x_4 = x_30; goto block_14; } else { -lean_dec(x_3); -lean_inc(x_2); -return x_2; +uint8_t x_31; +x_31 = 1; +x_4 = x_31; +goto block_14; } } else { -lean_dec(x_3); -lean_inc(x_2); -return x_2; +uint8_t x_32; +x_32 = 0; +x_4 = x_32; +goto block_14; } } else { -lean_object* x_32; -x_32 = lean_box(0); -x_4 = x_32; +uint8_t x_33; +x_33 = 1; +x_4 = x_33; goto block_14; } } +} else { lean_dec(x_3); -lean_inc(x_2); -return x_2; -} +lean_inc(x_1); +return x_1; } } } @@ -5868,121 +5846,107 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_mkLevelMax_x27(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; lean_object* x_13; uint8_t x_32; -x_32 = lean_level_eq(x_1, x_2); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = l_Lean_Level_isZero(x_1); +uint8_t x_3; uint8_t x_13; uint8_t x_33; +x_33 = lean_level_eq(x_1, x_2); if (x_33 == 0) { uint8_t x_34; -x_34 = l_Lean_Level_isZero(x_2); +x_34 = l_Lean_Level_isZero(x_1); if (x_34 == 0) { uint8_t x_35; -x_35 = l_Lean_Level_isExplicit(x_2); +x_35 = l_Lean_Level_isZero(x_2); if (x_35 == 0) { +uint8_t x_36; +x_36 = l_Lean_Level_isExplicit(x_2); +if (x_36 == 0) +{ if (lean_obj_tag(x_1) == 2) { -lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_36 = lean_ctor_get(x_1, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_1, 1); +lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_37 = lean_ctor_get(x_1, 0); lean_inc(x_37); -x_38 = lean_level_eq(x_2, x_36); -lean_dec(x_36); -if (x_38 == 0) -{ -uint8_t x_39; +x_38 = lean_ctor_get(x_1, 1); +lean_inc(x_38); x_39 = lean_level_eq(x_2, x_37); lean_dec(x_37); if (x_39 == 0) { -lean_object* x_40; -x_40 = lean_box(0); +uint8_t x_40; +x_40 = lean_level_eq(x_2, x_38); +lean_dec(x_38); x_13 = x_40; -goto block_31; -} -else -{ -lean_dec(x_2); -return x_1; -} +goto block_32; } else { -lean_dec(x_37); -lean_dec(x_2); -return x_1; +uint8_t x_41; +lean_dec(x_38); +x_41 = 1; +x_13 = x_41; +goto block_32; } } else { -lean_object* x_41; -x_41 = lean_box(0); -x_13 = x_41; -goto block_31; +uint8_t x_42; +x_42 = 0; +x_13 = x_42; +goto block_32; } } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_unsigned_to_nat(0u); -x_43 = l_Lean_Level_getOffsetAux(x_2, x_42); -x_44 = l_Lean_Level_getOffsetAux(x_1, x_42); -x_45 = lean_nat_dec_le(x_43, x_44); +lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_43 = lean_unsigned_to_nat(0u); +x_44 = l_Lean_Level_getOffsetAux(x_2, x_43); +x_45 = l_Lean_Level_getOffsetAux(x_1, x_43); +x_46 = lean_nat_dec_le(x_44, x_45); +lean_dec(x_45); lean_dec(x_44); -lean_dec(x_43); -if (x_45 == 0) +if (x_46 == 0) { if (lean_obj_tag(x_1) == 2) { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_46 = lean_ctor_get(x_1, 0); -lean_inc(x_46); -x_47 = lean_ctor_get(x_1, 1); +lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_47 = lean_ctor_get(x_1, 0); lean_inc(x_47); -x_48 = lean_level_eq(x_2, x_46); -lean_dec(x_46); -if (x_48 == 0) -{ -uint8_t x_49; +x_48 = lean_ctor_get(x_1, 1); +lean_inc(x_48); x_49 = lean_level_eq(x_2, x_47); lean_dec(x_47); if (x_49 == 0) { -lean_object* x_50; -x_50 = lean_box(0); +uint8_t x_50; +x_50 = lean_level_eq(x_2, x_48); +lean_dec(x_48); x_13 = x_50; -goto block_31; -} -else -{ -lean_dec(x_2); -return x_1; -} +goto block_32; } else { -lean_dec(x_47); -lean_dec(x_2); -return x_1; +uint8_t x_51; +lean_dec(x_48); +x_51 = 1; +x_13 = x_51; +goto block_32; } } else { -lean_object* x_51; -x_51 = lean_box(0); -x_13 = x_51; -goto block_31; +uint8_t x_52; +x_52 = 0; +x_13 = x_52; +goto block_32; } } else { -lean_dec(x_2); -return x_1; +uint8_t x_53; +x_53 = 1; +x_13 = x_53; +goto block_32; } } } @@ -6005,8 +5969,9 @@ return x_1; } block_12: { +if (x_3 == 0) +{ lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_dec(x_3); x_4 = l_Lean_Level_getLevelOffset(x_1); x_5 = l_Lean_Level_getLevelOffset(x_2); x_6 = lean_level_eq(x_4, x_5); @@ -6039,10 +6004,17 @@ return x_1; } } } -block_31: +else +{ +lean_dec(x_1); +return x_2; +} +} +block_32: +{ +if (x_13 == 0) { uint8_t x_14; -lean_dec(x_13); x_14 = l_Lean_Level_isExplicit(x_1); if (x_14 == 0) { @@ -6060,30 +6032,22 @@ if (x_17 == 0) uint8_t x_18; x_18 = lean_level_eq(x_1, x_16); lean_dec(x_16); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = lean_box(0); -x_3 = x_19; +x_3 = x_18; goto block_12; } else { -lean_dec(x_1); -return x_2; -} -} -else -{ +uint8_t x_19; lean_dec(x_16); -lean_dec(x_1); -return x_2; +x_19 = 1; +x_3 = x_19; +goto block_12; } } else { -lean_object* x_20; -x_20 = lean_box(0); +uint8_t x_20; +x_20 = 0; x_3 = x_20; goto block_12; } @@ -6113,39 +6077,39 @@ if (x_27 == 0) uint8_t x_28; x_28 = lean_level_eq(x_1, x_26); lean_dec(x_26); -if (x_28 == 0) -{ -lean_object* x_29; -x_29 = lean_box(0); -x_3 = x_29; +x_3 = x_28; goto block_12; } else { -lean_dec(x_1); -return x_2; +uint8_t x_29; +lean_dec(x_26); +x_29 = 1; +x_3 = x_29; +goto block_12; } } else { -lean_dec(x_26); -lean_dec(x_1); -return x_2; +uint8_t x_30; +x_30 = 0; +x_3 = x_30; +goto block_12; } } else { -lean_object* x_30; -x_30 = lean_box(0); -x_3 = x_30; +uint8_t x_31; +x_31 = 1; +x_3 = x_31; goto block_12; } } +} else { -lean_dec(x_1); -return x_2; -} +lean_dec(x_2); +return x_1; } } } @@ -6153,111 +6117,97 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_simpLevelMax_x27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_13; uint8_t x_32; -x_32 = lean_level_eq(x_1, x_2); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = l_Lean_Level_isZero(x_1); +uint8_t x_4; uint8_t x_13; uint8_t x_33; +x_33 = lean_level_eq(x_1, x_2); if (x_33 == 0) { uint8_t x_34; -x_34 = l_Lean_Level_isZero(x_2); +x_34 = l_Lean_Level_isZero(x_1); if (x_34 == 0) { uint8_t x_35; -x_35 = l_Lean_Level_isExplicit(x_2); +x_35 = l_Lean_Level_isZero(x_2); if (x_35 == 0) { -if (lean_obj_tag(x_1) == 2) +uint8_t x_36; +x_36 = l_Lean_Level_isExplicit(x_2); +if (x_36 == 0) { -lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_36 = lean_ctor_get(x_1, 0); -x_37 = lean_ctor_get(x_1, 1); -x_38 = lean_level_eq(x_2, x_36); -if (x_38 == 0) +if (lean_obj_tag(x_1) == 2) { -uint8_t x_39; +lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_37 = lean_ctor_get(x_1, 0); +x_38 = lean_ctor_get(x_1, 1); x_39 = lean_level_eq(x_2, x_37); if (x_39 == 0) { -lean_object* x_40; -x_40 = lean_box(0); +uint8_t x_40; +x_40 = lean_level_eq(x_2, x_38); x_13 = x_40; -goto block_31; -} -else -{ -lean_inc(x_1); -return x_1; -} +goto block_32; } else { -lean_inc(x_1); -return x_1; +uint8_t x_41; +x_41 = 1; +x_13 = x_41; +goto block_32; } } else { -lean_object* x_41; -x_41 = lean_box(0); -x_13 = x_41; -goto block_31; +uint8_t x_42; +x_42 = 0; +x_13 = x_42; +goto block_32; } } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_unsigned_to_nat(0u); -x_43 = l_Lean_Level_getOffsetAux(x_2, x_42); -x_44 = l_Lean_Level_getOffsetAux(x_1, x_42); -x_45 = lean_nat_dec_le(x_43, x_44); +lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_43 = lean_unsigned_to_nat(0u); +x_44 = l_Lean_Level_getOffsetAux(x_2, x_43); +x_45 = l_Lean_Level_getOffsetAux(x_1, x_43); +x_46 = lean_nat_dec_le(x_44, x_45); +lean_dec(x_45); lean_dec(x_44); -lean_dec(x_43); -if (x_45 == 0) +if (x_46 == 0) { if (lean_obj_tag(x_1) == 2) { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_46 = lean_ctor_get(x_1, 0); -x_47 = lean_ctor_get(x_1, 1); -x_48 = lean_level_eq(x_2, x_46); -if (x_48 == 0) -{ -uint8_t x_49; +lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_47 = lean_ctor_get(x_1, 0); +x_48 = lean_ctor_get(x_1, 1); x_49 = lean_level_eq(x_2, x_47); if (x_49 == 0) { -lean_object* x_50; -x_50 = lean_box(0); +uint8_t x_50; +x_50 = lean_level_eq(x_2, x_48); x_13 = x_50; -goto block_31; -} -else -{ -lean_inc(x_1); -return x_1; -} +goto block_32; } else { -lean_inc(x_1); -return x_1; +uint8_t x_51; +x_51 = 1; +x_13 = x_51; +goto block_32; } } else { -lean_object* x_51; -x_51 = lean_box(0); -x_13 = x_51; -goto block_31; +uint8_t x_52; +x_52 = 0; +x_13 = x_52; +goto block_32; } } else { -lean_inc(x_1); -return x_1; +uint8_t x_53; +x_53 = 1; +x_13 = x_53; +goto block_32; } } } @@ -6280,8 +6230,9 @@ return x_1; } block_12: { +if (x_4 == 0) +{ lean_object* x_5; lean_object* x_6; uint8_t x_7; -lean_dec(x_4); x_5 = l_Lean_Level_getLevelOffset(x_1); x_6 = l_Lean_Level_getLevelOffset(x_2); x_7 = lean_level_eq(x_5, x_6); @@ -6313,10 +6264,17 @@ return x_1; } } } -block_31: +else +{ +lean_inc(x_2); +return x_2; +} +} +block_32: +{ +if (x_13 == 0) { uint8_t x_14; -lean_dec(x_13); x_14 = l_Lean_Level_isExplicit(x_1); if (x_14 == 0) { @@ -6330,29 +6288,21 @@ if (x_17 == 0) { uint8_t x_18; x_18 = lean_level_eq(x_1, x_16); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = lean_box(0); -x_4 = x_19; +x_4 = x_18; goto block_12; } else { -lean_inc(x_2); -return x_2; -} -} -else -{ -lean_inc(x_2); -return x_2; +uint8_t x_19; +x_19 = 1; +x_4 = x_19; +goto block_12; } } else { -lean_object* x_20; -x_20 = lean_box(0); +uint8_t x_20; +x_20 = 0; x_4 = x_20; goto block_12; } @@ -6378,38 +6328,38 @@ if (x_27 == 0) { uint8_t x_28; x_28 = lean_level_eq(x_1, x_26); -if (x_28 == 0) -{ -lean_object* x_29; -x_29 = lean_box(0); -x_4 = x_29; +x_4 = x_28; goto block_12; } else { -lean_inc(x_2); -return x_2; +uint8_t x_29; +x_29 = 1; +x_4 = x_29; +goto block_12; } } else { -lean_inc(x_2); -return x_2; +uint8_t x_30; +x_30 = 0; +x_4 = x_30; +goto block_12; } } else { -lean_object* x_30; -x_30 = lean_box(0); -x_4 = x_30; +uint8_t x_31; +x_31 = 1; +x_4 = x_31; goto block_12; } } +} else { -lean_inc(x_2); -return x_2; -} +lean_inc(x_1); +return x_1; } } } @@ -10188,32 +10138,32 @@ l_Lean_instHashableLevelMVarId___closed__1 = _init_l_Lean_instHashableLevelMVarI lean_mark_persistent(l_Lean_instHashableLevelMVarId___closed__1); l_Lean_instHashableLevelMVarId = _init_l_Lean_instHashableLevelMVarId(); lean_mark_persistent(l_Lean_instHashableLevelMVarId); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__1 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__1(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__1); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__2 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__2(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__2); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__3 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__3(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__3); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__4 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__4(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__4); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__5 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__5(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__5); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__6 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__6(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__6); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__7 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__7(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__7); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__8); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__9 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__9(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__9); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__10 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__10(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__10); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__11 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__11(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__11); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__12 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__12(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__12); -l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__13 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__13(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_627____closed__13); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__1 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__1(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__1); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__2 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__2(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__2); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__3 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__3(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__3); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__4 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__4(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__4); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__5 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__5(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__5); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__6 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__6(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__6); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__7 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__7(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__7); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__8 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__8(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__8); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__9 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__9(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__9); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__10 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__10(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__10); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__11 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__11(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__11); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__12 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__12(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__12); +l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__13 = _init_l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__13(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevelMVarId____x40_Lean_Level___hyg_628____closed__13); l_Lean_instReprLevelMVarId___closed__1 = _init_l_Lean_instReprLevelMVarId___closed__1(); lean_mark_persistent(l_Lean_instReprLevelMVarId___closed__1); l_Lean_instReprLevelMVarId = _init_l_Lean_instReprLevelMVarId(); @@ -10234,52 +10184,52 @@ l_Lean_Level_data___override___closed__1 = _init_l_Lean_Level_data___override___ lean_mark_persistent(l_Lean_Level_data___override___closed__1); l_Lean_instInhabitedLevel = _init_l_Lean_instInhabitedLevel(); lean_mark_persistent(l_Lean_instInhabitedLevel); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__1 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__1(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__1); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__2); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__3); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__4 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__4(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__4); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__5 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__5(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__5); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__6); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__7 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__7(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__7); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__8 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__8(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__8); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__9 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__9(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__9); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__10 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__10(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__10); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__11 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__11(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__11); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__12 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__12(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__12); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__13 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__13(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__13); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__14 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__14(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__14); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__15 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__15(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__15); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__16 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__16(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__16); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__17 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__17(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__17); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__18 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__18(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__18); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__19 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__19(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__19); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__20 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__20(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__20); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__21 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__21(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__21); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__22 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__22(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__22); -l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__23 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__23(); -lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1222____closed__23); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__1 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__1(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__1); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__2); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__3); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__4 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__4(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__4); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__5 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__5(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__5); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__6); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__7 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__7(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__7); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__8 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__8(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__8); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__9 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__9(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__9); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__10 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__10(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__10); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__11 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__11(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__11); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__12 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__12(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__12); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__13 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__13(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__13); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__14 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__14(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__14); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__15 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__15(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__15); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__16 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__16(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__16); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__17 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__17(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__17); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__18 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__18(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__18); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__19 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__19(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__19); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__20 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__20(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__20); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__21 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__21(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__21); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__22 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__22(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__22); +l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__23 = _init_l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__23(); +lean_mark_persistent(l___private_Lean_Level_0__Lean_reprLevel____x40_Lean_Level___hyg_1223____closed__23); l_Lean_instReprLevel___closed__1 = _init_l_Lean_instReprLevel___closed__1(); lean_mark_persistent(l_Lean_instReprLevel___closed__1); l_Lean_instReprLevel = _init_l_Lean_instReprLevel(); diff --git a/stage0/stdlib/Lean/Linter/Builtin.c b/stage0/stdlib/Lean/Linter/Builtin.c index 5f3a69f13873..e69d1859b666 100644 --- a/stage0/stdlib/Lean/Linter/Builtin.c +++ b/stage0/stdlib/Lean/Linter/Builtin.c @@ -26,7 +26,6 @@ static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_suspiciousUnexpander static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_6____closed__3; static lean_object* l_Lean_Linter_logLint___at_Lean_Linter_suspiciousUnexpanderPatterns___spec__3___closed__5; lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470____closed__1; static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_suspiciousUnexpanderPatterns___spec__5___closed__4; static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__4___closed__3; uint8_t lean_usize_dec_eq(size_t, size_t); @@ -92,6 +91,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_suspiciousUnexpand static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__4___closed__8; static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__5___closed__6; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_6____closed__8; +static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471____closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_6____closed__5; static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__4___closed__5; @@ -131,7 +131,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_suspiciousUnexpand static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__1___closed__1; lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_suspiciousUnexpanderPatterns___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__4___closed__1; static lean_object* l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__4___closed__19; @@ -2221,7 +2221,7 @@ lean_dec(x_1); return x_6; } } -static lean_object* _init_l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470____closed__1() { +static lean_object* _init_l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471____closed__1() { _start: { lean_object* x_1; @@ -2229,11 +2229,11 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Linter_suspiciousUnexpanderPatterns), 4, return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470____closed__1; +x_2 = l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471____closed__1; x_3 = l_Lean_Elab_Command_addLinter(x_2, x_1); return x_3; } @@ -2388,9 +2388,9 @@ l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__5___closed__5 = _init_l_Lea lean_mark_persistent(l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__5___closed__5); l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__5___closed__6 = _init_l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__5___closed__6(); lean_mark_persistent(l_Lean_Linter_suspiciousUnexpanderPatterns___lambda__5___closed__6); -l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470____closed__1 = _init_l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470____closed__1(); -lean_mark_persistent(l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470____closed__1); -res = l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2470_(lean_io_mk_world()); +l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471____closed__1 = _init_l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471____closed__1(); +lean_mark_persistent(l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471____closed__1); +res = l_Lean_Linter_initFn____x40_Lean_Linter_Builtin___hyg_2471_(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/Linter/MissingDocs.c b/stage0/stdlib/Lean/Linter/MissingDocs.c index e175c339aa56..2d537819af1e 100644 --- a/stage0/stdlib/Lean/Linter/MissingDocs.c +++ b/stage0/stdlib/Lean/Linter/MissingDocs.c @@ -20,30 +20,35 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl___lambda__1___boxed LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_handleMutual(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntax___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Linter_MissingDocs_handleIn___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_Linter_MissingDocs_checkDecl___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterBuiltinOption___closed__4; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__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_Elab_Command_withScope___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__4___closed__2; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__4___closed__3; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__7___at_Lean_Linter_MissingDocs_checkDecl___spec__8(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_handleMutual___closed__3; static lean_object* l_Lean_Linter_MissingDocs_declModifiersPubNoDoc___closed__3; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__3; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterBuiltinOption___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__6; static lean_object* l_Lean_Linter_MissingDocs_checkNotation___closed__2; size_t lean_usize_shift_right(size_t, size_t); +static lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkClassAbbrev(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__4; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterSimpAttr___closed__3; static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__18; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkMacro___closed__1; lean_object* l_Lean_logAt___at_Lean_Elab_Command_elabCommand___spec__4(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__5; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkNotation___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkRegisterOption___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -55,7 +60,9 @@ static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingD static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__3; static lean_object* l_Lean_Elab_elabSetOption___at_Lean_Linter_MissingDocs_handleIn___spec__1___closed__1; LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_Linter_MissingDocs_mkHandlerUnsafe___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__8___boxed(lean_object*); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); +LEAN_EXPORT lean_object* l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_checkRegisterSimpAttr___closed__1; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__12; @@ -66,13 +73,13 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkNotation(le LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxCat(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__1; size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__12(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_handleIn___rarg___closed__1; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkSyntaxAbbrev(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16___boxed(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterOption___closed__3; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__6; @@ -85,8 +92,8 @@ static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingD static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkMacro___closed__3; lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__10; -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__5(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkInit___closed__4; +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__9; static lean_object* l_Lean_Elab_elabSetOption___at_Lean_Linter_MissingDocs_handleIn___spec__1___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); @@ -98,7 +105,6 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_Mis lean_object* l_Lean_Syntax_getArgs(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkElab___closed__3; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__10; -static lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___closed__1; static lean_object* l_Lean_Linter_logLint___at_Lean_Linter_MissingDocs_lint___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_addBuiltinHandler(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__8___closed__1; @@ -117,7 +123,6 @@ static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterBuiltinO LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1(lean_object*, size_t, size_t); uint8_t l_Lean_Linter_getLinterValue(lean_object*, lean_object*); lean_object* l_Lean_Elab_InfoTree_foldInfo___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkNotation___closed__2; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSimpLike___closed__1; @@ -126,32 +131,34 @@ static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingD static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__9; lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__5___closed__2; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__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_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_missingDocsExt; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_handleIn___closed__2; static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__17; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__7; lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__20; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__3; LEAN_EXPORT uint8_t l_Lean_Linter_getLinterMissingDocs(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkSyntaxCat(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_512_(lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__4; static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__16; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_mkHandlerUnsafe___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__4; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___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_Linter_MissingDocs_checkSimpLike(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1163_(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkMixfix___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Linter_MissingDocs_checkDecl___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkMacro___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkSimpLike___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__8; @@ -163,7 +170,7 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkElab___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__9; LEAN_EXPORT lean_object* l_Lean_Linter_getLinterMissingDocs___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(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_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_checkSyntax___closed__1; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkMixfix___closed__2; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSimpLike___closed__2; @@ -182,7 +189,7 @@ static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInher LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkInit(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__20; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__17; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__2; uint8_t lean_expr_eqv(lean_object*, lean_object*); lean_object* l_Lean_declareBuiltin(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkClassAbbrev(lean_object*); @@ -194,7 +201,6 @@ lean_object* l_Lean_Syntax_getAtomVal(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkElab___closed__2; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__8; static lean_object* l_Lean_Linter_MissingDocs_handleIn___rarg___closed__2; -LEAN_EXPORT lean_object* l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkRegisterOption(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkElab(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkMixfix(lean_object*); @@ -204,7 +210,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterBui LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_missingDocs(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); lean_object* lean_eval_const(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_addCompletionInfo___at_Lean_Linter_MissingDocs_handleIn___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Command_getRef(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_mkHandlerUnsafe___closed__7; @@ -217,7 +222,6 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_Mis LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkMixfix___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_setEnv___at_Lean_registerParametricAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxCat___closed__3; -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___closed__1; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxAbbrev___closed__2; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_lintStructField(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_handleIn___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -234,7 +238,6 @@ static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkClassAbbrev___cl static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__2; static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__14; lean_object* l_Lean_Attribute_Builtin_getIdent(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_lintStructField___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -248,19 +251,19 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_handleIn___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_lintNamed___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSimpLike___closed__4; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16(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_Linter_MissingDocs_lintNamed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____lambda__6(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkMacro(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkClassAbbrev___closed__2; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__19; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_handleMutual___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__4; static lean_object* l_Lean_Linter_MissingDocs_checkSimpLike___closed__1; static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_Linter_MissingDocs_checkDecl___spec__6(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(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_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__7; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__5; @@ -268,7 +271,6 @@ static lean_object* l_Lean_Linter_MissingDocs_checkMacro___closed__1; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__8; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__11; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_Linter_MissingDocs_checkDecl___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getSepArgs(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkNotation___closed__3; static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__6; @@ -276,11 +278,11 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkSyntaxAbbrev___boxed(lea static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__11; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__7; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkDecl___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__13(lean_object*, lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____lambda__2(lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__5___closed__1; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterBuiltinOption___closed__2; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___boxed(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_Linter_linter_missingDocs; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_lintDeclHead(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -291,6 +293,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxAbbre 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*); static lean_object* l_Lean_Linter_MissingDocs_mkHandlerUnsafe___closed__2; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__3; static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__15; LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_Linter_MissingDocs_mkHandlerUnsafe___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_getHandlers___boxed(lean_object*); @@ -305,7 +308,7 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_lint(lean_object*, lean_objec static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterSimpAttr___closed__2; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Linter_MissingDocs_hasInheritDoc(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___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_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__5; static lean_object* l_Lean_Linter_MissingDocs_lintField___closed__1; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__3; @@ -314,7 +317,6 @@ lean_object* l_Lean_Elab_Command_addLinter(lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220_(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Elab_Command_expandDeclId___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_handleMutual(uint8_t); static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__7; @@ -340,17 +342,16 @@ static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingD static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxCat___closed__2; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterSimpAttr___closed__4; static lean_object* l_Lean_Linter_logLint___at_Lean_Linter_MissingDocs_lint___spec__1___closed__5; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___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_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____lambda__5(lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__10___boxed(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1___closed__6; -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_logLint___at_Lean_Linter_MissingDocs_lint___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__15; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkMacro(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_mkHandlerUnsafe___elambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_addHandler___closed__1; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__4; @@ -360,10 +361,10 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_handleMutual___rarg(lean_obje static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkElab___closed__1; static lean_object* l_Lean_Linter_logLint___at_Lean_Linter_MissingDocs_lint___spec__1___closed__1; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterOption___closed__4; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxAbbrev___closed__4; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkInit___closed__3; static lean_object* l_Lean_Elab_elabSetOption___at_Lean_Linter_MissingDocs_handleIn___spec__1___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxAbbrev___closed__3; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_getHandlers(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabSetOption_setOption___at_Lean_Linter_MissingDocs_handleIn___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -372,7 +373,6 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_Mis uint8_t l_Lean_Syntax_isNone(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__4___closed__4; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2___closed__1; static lean_object* l_Lean_Linter_MissingDocs_lint___closed__2; lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__8___closed__2; @@ -382,18 +382,15 @@ static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingD static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__19; lean_object* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(lean_object*, size_t, size_t, lean_object*); uint8_t l_Lean_DataValue_sameCtor(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__24; static lean_object* l_Lean_Linter_MissingDocs_mkHandlerUnsafe___closed__5; lean_object* l_Lean_getOptionDecl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____lambda__6___boxed(lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__7(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); lean_object* l_Nat_decEq___boxed(lean_object*, lean_object*); @@ -405,12 +402,10 @@ lean_object* l___private_Lean_ToExpr_0__Lean_Name_toExprAux(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSimpLike___closed__3; size_t lean_usize_sub(size_t, size_t); extern lean_object* l_Lean_Elab_Command_instInhabitedScope; -LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__10(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntax(lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkDecl___closed__2; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkDecl___closed__1; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterOption(lean_object*); size_t lean_usize_add(size_t, size_t); @@ -429,8 +424,9 @@ static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__1; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____closed__8; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_handleIn___boxed(lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__5___at_Lean_Linter_MissingDocs_checkDecl___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_handleMutual___boxed(lean_object*); -static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__3; +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* lean_io_error_to_string(lean_object*); static lean_object* l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__4; @@ -445,9 +441,12 @@ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_o lean_object* l_Lean_Elab_addMacroStack___at_Lean_Elab_Command_instAddErrorMessageContextCommandElabM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instBEq___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); +LEAN_EXPORT lean_object* l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_Linter_MissingDocs_checkDecl___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_declModifiersPubNoDoc___closed__2; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSimpLike___closed__5; static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterSimpAttr___closed__1; +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14(lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSyntaxCat___closed__1; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__18; @@ -465,13 +464,10 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkSimpLike(le static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__21; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Linter_MissingDocs_handleIn(lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__14; -LEAN_EXPORT uint8_t l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkRegisterOption___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__14(lean_object*, size_t, size_t, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_EStateM_bind___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Linter_initFn____x40_Lean_Linter_Deprecated___hyg_47____spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_declModifiersPubNoDoc___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_SimpleHandler_toHandler___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_559____lambda__3(lean_object*, lean_object*, lean_object*); @@ -479,18 +475,21 @@ static lean_object* l_Lean_Linter_MissingDocs_lintDeclHead___closed__5; static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____closed__3; static lean_object* l_Lean_Linter_MissingDocs_getHandlers___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_SimpleHandler_toHandler(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Command_expandDeclId___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_handleMutual___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__11(lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_handleMutual___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Linter_MissingDocs_checkDecl___closed__3; lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_elabSetOption_setOption___at_Lean_Linter_MissingDocs_handleIn___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__9(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_lint___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkMixfix(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__4; lean_object* l_Nat_repr(lean_object*); @@ -498,9 +497,10 @@ LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkInit___boxed(lean_object LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_builtinHandlersRef; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkRegisterBuiltinOption(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Linter_MissingDocs_checkDecl___spec__11(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__8(lean_object*); static lean_object* _init_l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__1() { _start: { @@ -2438,201 +2438,174 @@ lean_inc(x_4); x_14 = l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Linter_initFn____x40_Lean_Linter_Deprecated___hyg_47____spec__2(x_11, x_13, x_4, x_5, x_12); if (lean_obj_tag(x_14) == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_31; uint8_t x_32; 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_ConstantInfo_levelParams(x_8); -x_18 = l_List_isEmpty___rarg(x_17); -lean_dec(x_17); -if (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; uint8_t x_25; -lean_dec(x_15); -lean_dec(x_8); -x_19 = l_Lean_MessageData_ofName(x_1); -x_20 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; -x_21 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_19); -x_22 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__2; -x_23 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -x_24 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_23, x_4, x_5, x_16); -lean_dec(x_5); -lean_dec(x_4); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +x_31 = l_Lean_ConstantInfo_levelParams(x_8); +x_32 = l_List_isEmpty___rarg(x_31); +lean_dec(x_31); +if (x_32 == 0) { -return x_24; +uint8_t x_33; +x_33 = 0; +x_17 = x_33; +goto block_30; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_24, 0); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_inc(x_26); -lean_dec(x_24); -x_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -return x_28; -} +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = l_Lean_ConstantInfo_type(x_8); +x_35 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__4; +x_36 = lean_expr_eqv(x_34, x_35); +if (x_36 == 0) +{ +lean_object* x_37; uint8_t x_38; +x_37 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__5; +x_38 = lean_expr_eqv(x_34, x_37); +lean_dec(x_34); +x_17 = x_38; +goto block_30; } else { -lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_29 = l_Lean_ConstantInfo_type(x_8); -x_30 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__4; -x_31 = lean_expr_eqv(x_29, x_30); -if (x_31 == 0) +uint8_t x_39; +lean_dec(x_34); +x_39 = 1; +x_17 = x_39; +goto block_30; +} +} +block_30: { -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__5; -x_33 = lean_expr_eqv(x_29, x_32); -lean_dec(x_29); -if (x_33 == 0) +if (x_17 == 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; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_dec(x_15); lean_dec(x_8); -x_34 = l_Lean_MessageData_ofName(x_1); -x_35 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_34); -x_37 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__2; -x_38 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_37); -x_39 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_38, x_4, x_5, x_16); +x_18 = l_Lean_MessageData_ofName(x_1); +x_19 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +x_21 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__2; +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_throwError___at_Lean_registerTagAttribute___spec__1(x_22, x_4, x_5, x_16); lean_dec(x_5); lean_dec(x_4); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) -{ -return x_39; -} -else +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_39); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; -} +return x_23; } else { -lean_object* x_44; lean_object* x_45; -x_44 = lean_box(0); -x_45 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1(x_8, x_15, x_1, x_44, x_4, x_5, x_16); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_8); -return x_45; +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_ctor_get(x_23, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_23); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; } } else { -lean_object* x_46; lean_object* x_47; -lean_dec(x_29); -x_46 = lean_box(0); -x_47 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1(x_8, x_15, x_1, x_46, x_4, x_5, x_16); +lean_object* x_28; lean_object* x_29; +x_28 = lean_box(0); +x_29 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__1(x_8, x_15, x_1, x_28, x_4, x_5, x_16); lean_dec(x_5); lean_dec(x_4); lean_dec(x_8); -return x_47; +return x_29; } } } else { -uint8_t x_48; +uint8_t x_40; lean_dec(x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_48 = !lean_is_exclusive(x_14); -if (x_48 == 0) +x_40 = !lean_is_exclusive(x_14); +if (x_40 == 0) { return x_14; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_14, 0); -x_50 = lean_ctor_get(x_14, 1); -lean_inc(x_50); -lean_inc(x_49); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_14, 0); +x_42 = lean_ctor_get(x_14, 1); +lean_inc(x_42); +lean_inc(x_41); lean_dec(x_14); -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; +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } else { -uint8_t x_52; +uint8_t x_44; lean_dec(x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_52 = !lean_is_exclusive(x_10); -if (x_52 == 0) +x_44 = !lean_is_exclusive(x_10); +if (x_44 == 0) { return x_10; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_10, 0); -x_54 = lean_ctor_get(x_10, 1); -lean_inc(x_54); -lean_inc(x_53); +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_10, 0); +x_46 = lean_ctor_get(x_10, 1); +lean_inc(x_46); +lean_inc(x_45); lean_dec(x_10); -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_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } } } else { -uint8_t x_56; +uint8_t x_48; lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_56 = !lean_is_exclusive(x_7); -if (x_56 == 0) +x_48 = !lean_is_exclusive(x_7); +if (x_48 == 0) { return x_7; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_7, 0); -x_58 = lean_ctor_get(x_7, 1); -lean_inc(x_58); -lean_inc(x_57); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_7, 0); +x_50 = lean_ctor_get(x_7, 1); +lean_inc(x_50); +lean_inc(x_49); lean_dec(x_7); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +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; } } } @@ -2883,204 +2856,178 @@ lean_inc(x_5); x_15 = l_Lean_Elab_resolveGlobalConstNoOverloadWithInfo___at_Lean_Linter_initFn____x40_Lean_Linter_Deprecated___hyg_47____spec__2(x_12, x_14, x_5, x_6, x_13); if (lean_obj_tag(x_15) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_32; uint8_t x_33; 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 = l_Lean_ConstantInfo_levelParams(x_9); -x_19 = l_List_isEmpty___rarg(x_18); -lean_dec(x_18); -if (x_19 == 0) +x_32 = l_Lean_ConstantInfo_levelParams(x_9); +x_33 = l_List_isEmpty___rarg(x_32); +lean_dec(x_32); +if (x_33 == 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; uint8_t x_26; -lean_dec(x_16); +uint8_t x_34; lean_dec(x_9); -lean_dec(x_3); -x_20 = l_Lean_MessageData_ofName(x_1); -x_21 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; -x_22 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -x_23 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__2; -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_23); -x_25 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_24, x_5, x_6, x_17); -lean_dec(x_6); -lean_dec(x_5); -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) -{ -return x_25; +x_34 = 0; +x_18 = x_34; +goto block_31; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_25, 0); -x_28 = lean_ctor_get(x_25, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_25); -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_object* x_35; lean_object* x_36; uint8_t x_37; +x_35 = l_Lean_ConstantInfo_type(x_9); +lean_dec(x_9); +x_36 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__4; +x_37 = lean_expr_eqv(x_35, x_36); +if (x_37 == 0) +{ +lean_object* x_38; uint8_t x_39; +x_38 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__5; +x_39 = lean_expr_eqv(x_35, x_38); +lean_dec(x_35); +x_18 = x_39; +goto block_31; } else { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = l_Lean_ConstantInfo_type(x_9); -lean_dec(x_9); -x_31 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__4; -x_32 = lean_expr_eqv(x_30, x_31); -if (x_32 == 0) +uint8_t x_40; +lean_dec(x_35); +x_40 = 1; +x_18 = x_40; +goto block_31; +} +} +block_31: { -lean_object* x_33; uint8_t x_34; -x_33 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__5; -x_34 = lean_expr_eqv(x_30, x_33); -lean_dec(x_30); -if (x_34 == 0) +if (x_18 == 0) { -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; +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; lean_dec(x_16); lean_dec(x_3); -x_35 = l_Lean_MessageData_ofName(x_1); -x_36 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_35); -x_38 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__2; -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_39, x_5, x_6, x_17); +x_19 = l_Lean_MessageData_ofName(x_1); +x_20 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__1; +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +x_22 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__2___closed__2; +x_23 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_23, x_5, x_6, x_17); lean_dec(x_6); lean_dec(x_5); -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) -{ -return x_40; -} -else +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -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; -} +return x_24; } else { -lean_object* x_45; lean_object* x_46; -x_45 = lean_box(0); -x_46 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__6(x_1, x_16, x_3, x_45, x_5, x_6, x_17); -lean_dec(x_6); -lean_dec(x_5); -return x_46; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_24); +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_47; lean_object* x_48; -lean_dec(x_30); -x_47 = lean_box(0); -x_48 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__6(x_1, x_16, x_3, x_47, x_5, x_6, x_17); +lean_object* x_29; lean_object* x_30; +x_29 = lean_box(0); +x_30 = l_Lean_Linter_MissingDocs_initFn____x40_Lean_Linter_MissingDocs___hyg_1220____lambda__6(x_1, x_16, x_3, x_29, x_5, x_6, x_17); lean_dec(x_6); lean_dec(x_5); -return x_48; +return x_30; } } } else { -uint8_t x_49; +uint8_t x_41; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_15); -if (x_49 == 0) +x_41 = !lean_is_exclusive(x_15); +if (x_41 == 0) { return x_15; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_15, 0); -x_51 = lean_ctor_get(x_15, 1); -lean_inc(x_51); -lean_inc(x_50); +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_15, 0); +x_43 = lean_ctor_get(x_15, 1); +lean_inc(x_43); +lean_inc(x_42); lean_dec(x_15); -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; +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 { -uint8_t x_53; +uint8_t x_45; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_11); -if (x_53 == 0) +x_45 = !lean_is_exclusive(x_11); +if (x_45 == 0) { return x_11; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_11, 0); -x_55 = lean_ctor_get(x_11, 1); -lean_inc(x_55); -lean_inc(x_54); +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_11, 0); +x_47 = lean_ctor_get(x_11, 1); +lean_inc(x_47); +lean_inc(x_46); lean_dec(x_11); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_57; +uint8_t x_49; lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_57 = !lean_is_exclusive(x_8); -if (x_57 == 0) +x_49 = !lean_is_exclusive(x_8); +if (x_49 == 0) { return x_8; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_8, 0); -x_59 = lean_ctor_get(x_8, 1); -lean_inc(x_59); -lean_inc(x_58); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_8, 0); +x_51 = lean_ctor_get(x_8, 1); +lean_inc(x_51); +lean_inc(x_50); lean_dec(x_8); -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; +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; } } } @@ -4376,188 +4323,25 @@ lean_dec(x_1); return x_6; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___closed__1() { +LEAN_EXPORT uint8_t l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("public constructor", 18); -return x_1; -} +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_3; +x_3 = 0; +return x_3; } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: +else { -uint8_t x_9; -x_9 = lean_usize_dec_lt(x_4, x_3); -if (x_9 == 0) +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, 1); +x_6 = lean_nat_dec_eq(x_1, x_4); +if (x_6 == 0) { -lean_object* x_10; -lean_dec(x_7); -lean_dec(x_6); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_5); -lean_ctor_set(x_10, 1, x_8); -return x_10; -} -else -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -lean_dec(x_5); -x_11 = lean_array_uget(x_2, x_4); -x_12 = lean_unsigned_to_nat(2u); -x_13 = l_Lean_Syntax_getArg(x_11, x_12); -x_14 = lean_unsigned_to_nat(0u); -x_15 = l_Lean_Syntax_getArg(x_11, x_14); -x_16 = l_Lean_Syntax_isNone(x_15); -lean_dec(x_15); -if (x_16 == 0) -{ -size_t x_17; size_t x_18; lean_object* x_19; -lean_dec(x_13); -lean_dec(x_11); -x_17 = 1; -x_18 = lean_usize_add(x_4, x_17); -x_19 = lean_box(0); -x_4 = x_18; -x_5 = x_19; -goto _start; -} -else -{ -uint8_t x_21; -x_21 = l_Lean_Linter_MissingDocs_declModifiersPubNoDoc(x_13); -lean_dec(x_13); -if (x_21 == 0) -{ -size_t x_22; size_t x_23; lean_object* x_24; -lean_dec(x_11); -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_24 = lean_box(0); -x_4 = x_23; -x_5 = x_24; -goto _start; -} -else -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; lean_object* x_36; -x_26 = lean_unsigned_to_nat(1u); -x_27 = l_Lean_Syntax_getArg(x_1, x_26); -x_28 = l_Lean_Syntax_getArg(x_27, x_14); -lean_dec(x_27); -x_29 = lean_unsigned_to_nat(3u); -x_30 = l_Lean_Syntax_getArg(x_11, x_29); -lean_dec(x_11); -x_31 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___closed__1; -lean_inc(x_7); -lean_inc(x_6); -x_32 = l_Lean_Linter_MissingDocs_lintField(x_28, x_30, x_31, x_6, x_7, x_8); -lean_dec(x_28); -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); -x_34 = 1; -x_35 = lean_usize_add(x_4, x_34); -x_36 = lean_box(0); -x_4 = x_35; -x_5 = x_36; -x_8 = x_33; -goto _start; -} -} -} -} -} -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("computed field", 14); -return x_1; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___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, lean_object* x_8) { -_start: -{ -uint8_t x_9; -x_9 = lean_usize_dec_lt(x_4, x_3); -if (x_9 == 0) -{ -lean_object* x_10; -lean_dec(x_7); -lean_dec(x_6); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_5); -lean_ctor_set(x_10, 1, x_8); -return x_10; -} -else -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -lean_dec(x_5); -x_11 = lean_array_uget(x_2, x_4); -x_12 = lean_unsigned_to_nat(0u); -x_13 = l_Lean_Syntax_getArg(x_11, x_12); -x_14 = l_Lean_Linter_MissingDocs_declModifiersPubNoDoc(x_13); -lean_dec(x_13); -if (x_14 == 0) -{ -size_t x_15; size_t x_16; lean_object* x_17; -lean_dec(x_11); -x_15 = 1; -x_16 = lean_usize_add(x_4, x_15); -x_17 = lean_box(0); -x_4 = x_16; -x_5 = x_17; -goto _start; -} -else -{ -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; -x_19 = lean_unsigned_to_nat(1u); -x_20 = l_Lean_Syntax_getArg(x_1, x_19); -x_21 = l_Lean_Syntax_getArg(x_20, x_12); -lean_dec(x_20); -x_22 = l_Lean_Syntax_getArg(x_11, x_19); -lean_dec(x_11); -x_23 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2___closed__1; -lean_inc(x_7); -lean_inc(x_6); -x_24 = l_Lean_Linter_MissingDocs_lintField(x_21, x_22, x_23, x_6, x_7, x_8); -lean_dec(x_21); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = 1; -x_27 = lean_usize_add(x_4, x_26); -x_28 = lean_box(0); -x_4 = x_27; -x_5 = x_28; -x_8 = x_25; -goto _start; -} -} -} -} -LEAN_EXPORT uint8_t l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___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, 1); -x_6 = lean_nat_dec_eq(x_1, x_4); -if (x_6 == 0) -{ -x_2 = x_5; -goto _start; +x_2 = x_5; +goto _start; } else { @@ -4568,7 +4352,7 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -4626,7 +4410,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__7___at_Lean_Linter_MissingDocs_checkDecl___spec__8(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__5___at_Lean_Linter_MissingDocs_checkDecl___spec__6(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -4675,7 +4459,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_Linter_MissingDocs_checkDecl___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_Linter_MissingDocs_checkDecl___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -4694,7 +4478,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_obj 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_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__7___at_Lean_Linter_MissingDocs_checkDecl___spec__8(x_3, x_6); +x_9 = l_List_foldl___at_Lean_Linter_MissingDocs_checkDecl___spec__5___at_Lean_Linter_MissingDocs_checkDecl___spec__6(x_3, x_6); x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_add(x_1, x_10); lean_dec(x_1); @@ -4705,7 +4489,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__3(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; lean_object* x_9; lean_object* x_10; @@ -4716,14 +4500,14 @@ lean_dec(x_3); x_6 = lean_box(0); x_7 = lean_mk_array(x_5, x_6); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_Linter_MissingDocs_checkDecl___spec__6(x_8, x_2, x_7); +x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_Linter_MissingDocs_checkDecl___spec__4(x_8, x_2, x_7); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_1); lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -4746,7 +4530,7 @@ x_8 = lean_nat_dec_eq(x_6, x_2); if (x_8 == 0) { lean_object* x_9; -x_9 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(x_7, x_2, x_3); +x_9 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(x_7, x_2, x_3); lean_ctor_set(x_1, 1, x_9); return x_1; } @@ -4769,7 +4553,7 @@ x_12 = lean_nat_dec_eq(x_10, x_2); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; -x_13 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(x_11, x_2, x_3); +x_13 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(x_11, x_2, x_3); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_10); lean_ctor_set(x_14, 1, x_13); @@ -4788,7 +4572,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_Linter_MissingDocs_checkDecl___spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_Linter_MissingDocs_checkDecl___spec__1(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -4803,7 +4587,7 @@ x_7 = lean_uint64_of_nat(x_2); lean_inc(x_6); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_5, x_8); -x_10 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4(x_2, x_9); +x_10 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2(x_2, x_9); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; @@ -4820,7 +4604,7 @@ if (x_15 == 0) { lean_object* x_16; lean_free_object(x_1); -x_16 = l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__5(x_12, x_14); +x_16 = l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__3(x_12, x_14); return x_16; } else @@ -4835,7 +4619,7 @@ else lean_object* x_17; lean_object* x_18; lean_dec(x_6); lean_inc(x_2); -x_17 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(x_9, x_2, x_2); +x_17 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(x_9, x_2, x_2); lean_dec(x_2); x_18 = lean_array_uset(x_5, x_8, x_17); lean_ctor_set(x_1, 1, x_18); @@ -4855,7 +4639,7 @@ x_22 = lean_uint64_of_nat(x_2); lean_inc(x_21); x_23 = (size_t)(x_22) & (lean_unbox(x_21) - 1); x_24 = lean_array_uget(x_20, x_23); -x_25 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4(x_2, x_24); +x_25 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2(x_2, x_24); if (x_25 == 0) { lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; @@ -4871,7 +4655,7 @@ lean_dec(x_21); if (x_30 == 0) { lean_object* x_31; -x_31 = l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__5(x_27, x_29); +x_31 = l_Lean_HashSetImp_expand___at_Lean_Linter_MissingDocs_checkDecl___spec__3(x_27, x_29); return x_31; } else @@ -4888,7 +4672,7 @@ else lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_21); lean_inc(x_2); -x_33 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(x_24, x_2, x_2); +x_33 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(x_24, x_2, x_2); lean_dec(x_2); x_34 = lean_array_uset(x_20, x_23, x_33); x_35 = lean_alloc_ctor(0, 2, 0); @@ -4899,7 +4683,7 @@ return x_35; } } } -LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__10(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__8(lean_object* x_1) { _start: { lean_object* x_2; @@ -4907,7 +4691,7 @@ x_2 = l_Lean_mkHashSetImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__14(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_Linter_MissingDocs_checkDecl___spec__12(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -4916,7 +4700,7 @@ 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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_6, x_4); +x_7 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__11(x_6, x_4); x_8 = 1; x_9 = lean_usize_add(x_2, x_8); x_2 = x_9; @@ -4929,7 +4713,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_dec(x_1); @@ -4954,7 +4738,7 @@ lean_dec(x_6); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); lean_dec(x_7); -x_9 = l_Lean_HashSetImp_insert___at_Lean_Linter_MissingDocs_checkDecl___spec__3(x_3, x_8); +x_9 = l_Lean_HashSetImp_insert___at_Lean_Linter_MissingDocs_checkDecl___spec__1(x_3, x_8); return x_9; } } @@ -4965,15 +4749,15 @@ return x_3; } } } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___closed__1() { +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___lambda__1), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(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_Linter_MissingDocs_checkDecl___spec__13(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -4982,7 +4766,7 @@ if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; x_6 = lean_array_uget(x_1, x_2); -x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___closed__1; +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___closed__1; x_8 = l_Lean_Elab_InfoTree_foldInfo___rarg(x_7, x_4, x_6); x_9 = 1; x_10 = lean_usize_add(x_2, x_9); @@ -4996,7 +4780,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__11(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5030,7 +4814,7 @@ size_t x_8; size_t x_9; lean_object* x_10; x_8 = 0; x_9 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__14(x_3, x_8, x_9, x_2); +x_10 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__12(x_3, x_8, x_9, x_2); lean_dec(x_3); return x_10; } @@ -5067,7 +4851,7 @@ size_t x_16; size_t x_17; lean_object* x_18; x_16 = 0; x_17 = lean_usize_of_nat(x_12); lean_dec(x_12); -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_11, x_16, x_17, x_2); +x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_11, x_16, x_17, x_2); lean_dec(x_11); return x_18; } @@ -5075,7 +4859,7 @@ return x_18; } } } -static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___closed__1() { +static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___closed__1() { _start: { lean_object* x_1; @@ -5083,7 +4867,7 @@ x_1 = l_Lean_instInhabitedPersistentArrayNode(lean_box(0)); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5092,7 +4876,7 @@ lean_object* x_5; size_t x_6; lean_object* x_7; lean_object* x_8; lean_object* x x_5 = lean_ctor_get(x_1, 0); x_6 = lean_usize_shift_right(x_2, x_3); x_7 = lean_usize_to_nat(x_6); -x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___closed__1; +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___closed__1; x_9 = lean_array_get(x_8, x_5, x_7); x_10 = 1; x_11 = lean_usize_shift_left(x_10, x_3); @@ -5100,7 +4884,7 @@ x_12 = lean_usize_sub(x_11, x_10); x_13 = lean_usize_land(x_2, x_12); x_14 = 5; x_15 = lean_usize_sub(x_3, x_14); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12(x_9, x_13, x_15, x_4); +x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10(x_9, x_13, x_15, x_4); lean_dec(x_9); x_17 = lean_unsigned_to_nat(1u); x_18 = lean_nat_add(x_7, x_17); @@ -5130,7 +4914,7 @@ x_22 = lean_usize_of_nat(x_18); lean_dec(x_18); x_23 = lean_usize_of_nat(x_19); lean_dec(x_19); -x_24 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__14(x_5, x_22, x_23, x_16); +x_24 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__12(x_5, x_22, x_23, x_16); return x_24; } } @@ -5165,14 +4949,14 @@ x_30 = lean_usize_of_nat(x_26); lean_dec(x_26); x_31 = lean_usize_of_nat(x_27); lean_dec(x_27); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_25, x_30, x_31, x_4); +x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_25, x_30, x_31, x_4); return x_32; } } } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Linter_MissingDocs_checkDecl___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Linter_MissingDocs_checkDecl___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -5193,7 +4977,7 @@ lean_inc(x_8); x_9 = lean_usize_of_nat(x_3); lean_dec(x_3); x_10 = lean_ctor_get_usize(x_1, 4); -x_11 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12(x_8, x_9, x_10, x_2); +x_11 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10(x_8, x_9, x_10, x_2); lean_dec(x_8); x_12 = lean_ctor_get(x_1, 1); lean_inc(x_12); @@ -5222,7 +5006,7 @@ size_t x_16; size_t x_17; lean_object* x_18; x_16 = 0; x_17 = lean_usize_of_nat(x_13); lean_dec(x_13); -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_12, x_16, x_17, x_11); +x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_12, x_16, x_17, x_11); lean_dec(x_12); return x_18; } @@ -5264,7 +5048,7 @@ x_24 = lean_usize_of_nat(x_20); lean_dec(x_20); x_25 = lean_usize_of_nat(x_21); lean_dec(x_21); -x_26 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_19, x_24, x_25, x_2); +x_26 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_19, x_24, x_25, x_2); lean_dec(x_19); return x_26; } @@ -5277,7 +5061,7 @@ lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint lean_dec(x_3); x_27 = lean_ctor_get(x_1, 0); lean_inc(x_27); -x_28 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_27, x_2); +x_28 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__11(x_27, x_2); x_29 = lean_ctor_get(x_1, 1); lean_inc(x_29); lean_dec(x_1); @@ -5305,7 +5089,7 @@ size_t x_33; size_t x_34; lean_object* x_35; x_33 = 0; x_34 = lean_usize_of_nat(x_30); lean_dec(x_30); -x_35 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_29, x_33, x_34, x_28); +x_35 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_29, x_33, x_34, x_28); lean_dec(x_29); return x_35; } @@ -5313,7 +5097,7 @@ return x_35; } } } -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; @@ -5325,13 +5109,13 @@ x_5 = lean_uint64_of_nat(x_2); x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); -x_8 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4(x_2, x_7); +x_8 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2(x_2, x_7); lean_dec(x_7); lean_dec(x_2); return x_8; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -5339,16 +5123,16 @@ x_1 = lean_mk_string_from_bytes("public field", 12); return x_1; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___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) { _start: { lean_object* x_7; lean_object* x_8; -x_7 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___closed__1; +x_7 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___closed__1; x_8 = l_Lean_Linter_MissingDocs_lintField(x_1, x_2, x_7, x_4, x_5, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(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_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15(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_object* x_9, lean_object* x_10) { _start: { uint8_t x_11; @@ -5401,7 +5185,7 @@ x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); lean_dec(x_23); lean_inc(x_2); -x_25 = l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16(x_2, x_24); +x_25 = l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14(x_2, x_24); if (x_25 == 0) { lean_object* x_26; lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; lean_object* x_31; @@ -5436,7 +5220,7 @@ goto _start; } } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -5446,7 +5230,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__2() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__2() { _start: { lean_object* x_1; @@ -5454,19 +5238,19 @@ x_1 = lean_mk_string_from_bytes("structSimpleBinder", 18); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__3() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___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_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__7; x_2 = l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__1; x_3 = l_Lean_Linter_MissingDocs_declModifiersPubNoDoc___closed__1; -x_4 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__2; +x_4 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(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_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16(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_object* x_9, lean_object* x_10) { _start: { uint8_t x_11; @@ -5495,7 +5279,7 @@ if (x_23 == 0) { lean_object* x_24; lean_dec(x_13); -x_24 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; +x_24 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; x_14 = x_24; x_15 = x_10; goto block_20; @@ -5505,7 +5289,7 @@ else lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_inc(x_13); x_25 = l_Lean_Syntax_getKind(x_13); -x_26 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__3; +x_26 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__3; x_27 = lean_name_eq(x_25, x_26); lean_dec(x_25); if (x_27 == 0) @@ -5524,12 +5308,12 @@ x_34 = lean_box(0); lean_inc(x_9); lean_inc(x_8); lean_inc(x_2); -x_35 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(x_1, x_2, x_3, x_30, x_32, x_33, x_34, x_8, x_9, x_10); +x_35 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_1, x_2, x_3, x_30, x_32, x_33, x_34, x_8, x_9, x_10); lean_dec(x_30); x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; +x_37 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; x_14 = x_37; x_15 = x_36; goto block_20; @@ -5554,7 +5338,7 @@ lean_dec(x_42); x_44 = lean_ctor_get(x_43, 1); lean_inc(x_44); lean_dec(x_43); -x_45 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; +x_45 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; x_14 = x_45; x_15 = x_44; goto block_20; @@ -5569,7 +5353,7 @@ x_47 = lean_ctor_get(x_46, 0); lean_inc(x_47); lean_dec(x_46); lean_inc(x_2); -x_48 = l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16(x_2, x_47); +x_48 = l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14(x_2, x_47); if (x_48 == 0) { lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; @@ -5581,7 +5365,7 @@ lean_dec(x_49); x_51 = lean_ctor_get(x_50, 1); lean_inc(x_51); lean_dec(x_50); -x_52 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; +x_52 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; x_14 = x_52; x_15 = x_51; goto block_20; @@ -5590,7 +5374,7 @@ else { lean_object* x_53; lean_dec(x_39); -x_53 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; +x_53 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; x_14 = x_53; x_15 = x_10; goto block_20; @@ -5614,274 +5398,440 @@ goto _start; } } } -static lean_object* _init_l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Nat_decEq___boxed), 2, 0); +x_1 = lean_mk_string_from_bytes("public constructor", 18); return x_1; } } -static lean_object* _init_l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1; -x_2 = lean_alloc_closure((void*)(l_instBEq___rarg), 3, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl___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_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_7; lean_object* x_51; uint8_t x_52; -x_51 = l_Lean_Linter_MissingDocs_lintDeclHead___closed__10; -x_52 = lean_name_eq(x_2, x_51); -if (x_52 == 0) -{ -lean_object* x_53; uint8_t x_54; -x_53 = l_Lean_Linter_MissingDocs_lintDeclHead___closed__12; -x_54 = lean_name_eq(x_2, x_53); -if (x_54 == 0) +uint8_t x_9; +x_9 = lean_usize_dec_lt(x_4, x_3); +if (x_9 == 0) { -lean_object* x_55; uint8_t x_56; -x_55 = l_Lean_Linter_MissingDocs_lintDeclHead___closed__14; -x_56 = lean_name_eq(x_2, x_55); -if (x_56 == 0) +lean_object* x_10; +lean_dec(x_7); +lean_dec(x_6); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_5); +lean_ctor_set(x_10, 1, x_8); +return x_10; +} +else { -lean_object* x_57; lean_object* x_58; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_dec(x_5); -lean_dec(x_4); -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_6); -return x_58; +x_11 = lean_array_uget(x_2, x_4); +x_19 = lean_unsigned_to_nat(2u); +x_20 = l_Lean_Syntax_getArg(x_11, x_19); +x_21 = lean_unsigned_to_nat(0u); +x_22 = l_Lean_Syntax_getArg(x_11, x_21); +x_23 = l_Lean_Syntax_isNone(x_22); +lean_dec(x_22); +if (x_23 == 0) +{ +lean_object* x_24; +lean_dec(x_20); +lean_dec(x_11); +x_24 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; +x_12 = x_24; +x_13 = x_8; +goto block_18; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; -x_59 = lean_unsigned_to_nat(5u); -x_60 = l_Lean_Syntax_getArg(x_1, x_59); -x_61 = lean_unsigned_to_nat(2u); -x_62 = l_Lean_Syntax_getArg(x_60, x_61); -lean_dec(x_60); -x_63 = l_Lean_Syntax_isNone(x_62); -if (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; 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; size_t x_79; size_t x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; -x_64 = lean_st_ref_get(x_5, x_6); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 7); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -lean_dec(x_67); -x_69 = lean_unsigned_to_nat(8u); -x_70 = l_Lean_mkHashSetImp___rarg(x_69); -x_71 = lean_unsigned_to_nat(0u); -x_72 = l_Lean_PersistentArray_foldlM___at_Lean_Linter_MissingDocs_checkDecl___spec__11(x_68, x_70, x_71); -x_73 = lean_unsigned_to_nat(1u); -x_74 = l_Lean_Syntax_getArg(x_1, x_73); -x_75 = l_Lean_Syntax_getArg(x_74, x_71); -lean_dec(x_74); -x_76 = l_Lean_Syntax_getArg(x_62, x_71); -lean_dec(x_62); -x_77 = l_Lean_Syntax_getArgs(x_76); -lean_dec(x_76); -x_78 = lean_array_get_size(x_77); -x_79 = lean_usize_of_nat(x_78); -lean_dec(x_78); -x_80 = 0; -x_81 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2; -x_82 = lean_box(0); -x_83 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(x_81, x_72, x_75, x_77, x_79, x_80, x_82, x_4, x_5, x_66); -lean_dec(x_77); -lean_dec(x_75); -x_84 = !lean_is_exclusive(x_83); -if (x_84 == 0) -{ -lean_object* x_85; -x_85 = lean_ctor_get(x_83, 0); -lean_dec(x_85); -lean_ctor_set(x_83, 0, x_82); -return x_83; +uint8_t x_25; +x_25 = l_Lean_Linter_MissingDocs_declModifiersPubNoDoc(x_20); +lean_dec(x_20); +if (x_25 == 0) +{ +lean_object* x_26; +lean_dec(x_11); +x_26 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; +x_12 = x_26; +x_13 = x_8; +goto block_18; } else { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_82); -lean_ctor_set(x_87, 1, x_86); -return x_87; +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_unsigned_to_nat(1u); +x_28 = l_Lean_Syntax_getArg(x_1, x_27); +x_29 = l_Lean_Syntax_getArg(x_28, x_21); +lean_dec(x_28); +x_30 = lean_unsigned_to_nat(3u); +x_31 = l_Lean_Syntax_getArg(x_11, x_30); +lean_dec(x_11); +x_32 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___closed__1; +lean_inc(x_7); +lean_inc(x_6); +x_33 = l_Lean_Linter_MissingDocs_lintField(x_29, x_31, x_32, x_6, x_7, x_8); +lean_dec(x_29); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +lean_dec(x_33); +x_35 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1; +x_12 = x_35; +x_13 = x_34; +goto block_18; } } -else +block_18: { -lean_object* x_88; lean_object* x_89; -lean_dec(x_62); -lean_dec(x_5); -lean_dec(x_4); -x_88 = lean_box(0); -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; +lean_object* x_14; size_t x_15; size_t x_16; +x_14 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +x_15 = 1; +x_16 = lean_usize_add(x_4, x_15); +x_4 = x_16; +x_5 = x_14; +x_8 = x_13; +goto _start; } } } -else +} +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1() { +_start: { -lean_object* x_90; -x_90 = lean_box(0); -x_7 = x_90; -goto block_50; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("computed field", 14); +return x_1; } } -else +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: { -lean_object* x_91; -x_91 = lean_box(0); -x_7 = x_91; -goto block_50; -} -block_50: +uint8_t x_9; +x_9 = lean_usize_dec_lt(x_4, x_3); +if (x_9 == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_10; lean_dec(x_7); -x_8 = lean_unsigned_to_nat(4u); -x_9 = l_Lean_Syntax_getArg(x_1, x_8); -x_10 = l_Lean_Syntax_getArgs(x_9); -lean_dec(x_9); -x_11 = lean_array_get_size(x_10); -x_12 = lean_usize_of_nat(x_11); -lean_dec(x_11); -x_13 = 0; -x_14 = lean_box(0); -lean_inc(x_5); -lean_inc(x_4); -x_15 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1(x_1, x_10, x_12, x_13, x_14, x_4, x_5, x_6); -lean_dec(x_10); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_17 = lean_ctor_get(x_15, 1); -x_18 = lean_ctor_get(x_15, 0); -lean_dec(x_18); -x_19 = lean_unsigned_to_nat(5u); -x_20 = l_Lean_Syntax_getArg(x_1, x_19); -x_21 = l_Lean_Syntax_isNone(x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; size_t x_28; lean_object* x_29; uint8_t x_30; -lean_free_object(x_15); -x_22 = lean_unsigned_to_nat(0u); -x_23 = l_Lean_Syntax_getArg(x_20, x_22); -lean_dec(x_20); -x_24 = lean_unsigned_to_nat(1u); -x_25 = l_Lean_Syntax_getArg(x_23, x_24); -lean_dec(x_23); -x_26 = l_Lean_Syntax_getArgs(x_25); -lean_dec(x_25); -x_27 = lean_array_get_size(x_26); -x_28 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_29 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2(x_1, x_26, x_28, x_13, x_14, x_4, x_5, x_17); -lean_dec(x_26); -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) -{ -lean_object* x_31; -x_31 = lean_ctor_get(x_29, 0); -lean_dec(x_31); -lean_ctor_set(x_29, 0, x_14); -return x_29; -} -else -{ -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_29, 1); -lean_inc(x_32); -lean_dec(x_29); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_14); -lean_ctor_set(x_33, 1, x_32); -return x_33; -} +lean_dec(x_6); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_5); +lean_ctor_set(x_10, 1, x_8); +return x_10; } else { +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_dec(x_5); +x_11 = lean_array_uget(x_2, x_4); +x_12 = lean_unsigned_to_nat(0u); +x_13 = l_Lean_Syntax_getArg(x_11, x_12); +x_14 = l_Lean_Linter_MissingDocs_declModifiersPubNoDoc(x_13); +lean_dec(x_13); +if (x_14 == 0) +{ +size_t x_15; size_t x_16; lean_object* x_17; +lean_dec(x_11); +x_15 = 1; +x_16 = lean_usize_add(x_4, x_15); +x_17 = lean_box(0); +x_4 = x_16; +x_5 = x_17; +goto _start; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; +x_19 = lean_unsigned_to_nat(1u); +x_20 = l_Lean_Syntax_getArg(x_1, x_19); +x_21 = l_Lean_Syntax_getArg(x_20, x_12); lean_dec(x_20); +x_22 = l_Lean_Syntax_getArg(x_11, x_19); +lean_dec(x_11); +x_23 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1; +lean_inc(x_7); +lean_inc(x_6); +x_24 = l_Lean_Linter_MissingDocs_lintField(x_21, x_22, x_23, x_6, x_7, x_8); +lean_dec(x_21); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = 1; +x_27 = lean_usize_add(x_4, x_26); +x_28 = lean_box(0); +x_4 = x_27; +x_5 = x_28; +x_8 = x_25; +goto _start; +} +} +} +} +static lean_object* _init_l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Nat_decEq___boxed), 2, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1; +x_2 = lean_alloc_closure((void*)(l_instBEq___rarg), 3, 1); +lean_closure_set(x_2, 0, x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl___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; lean_object* x_86; uint8_t x_87; +x_86 = l_Lean_Linter_MissingDocs_lintDeclHead___closed__10; +x_87 = lean_name_eq(x_1, x_86); +if (x_87 == 0) +{ +lean_object* x_88; uint8_t x_89; +x_88 = l_Lean_Linter_MissingDocs_lintDeclHead___closed__12; +x_89 = lean_name_eq(x_1, x_88); +x_7 = x_89; +goto block_85; +} +else +{ +uint8_t x_90; +x_90 = 1; +x_7 = x_90; +goto block_85; +} +block_85: +{ +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; +x_8 = l_Lean_Linter_MissingDocs_lintDeclHead___closed__14; +x_9 = lean_name_eq(x_1, x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_dec(x_5); lean_dec(x_4); -lean_ctor_set(x_15, 0, x_14); -return x_15; -} +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_6); +return x_11; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_34 = lean_ctor_get(x_15, 1); -lean_inc(x_34); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_12 = lean_unsigned_to_nat(5u); +x_13 = l_Lean_Syntax_getArg(x_2, x_12); +x_14 = lean_unsigned_to_nat(2u); +x_15 = l_Lean_Syntax_getArg(x_13, x_14); +lean_dec(x_13); +x_16 = l_Lean_Syntax_isNone(x_15); +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; 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; size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_17 = lean_st_ref_get(x_5, x_6); +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, 7); +lean_inc(x_20); +lean_dec(x_18); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_22 = lean_unsigned_to_nat(8u); +x_23 = l_Lean_mkHashSetImp___rarg(x_22); +x_24 = lean_unsigned_to_nat(0u); +x_25 = l_Lean_PersistentArray_foldlM___at_Lean_Linter_MissingDocs_checkDecl___spec__9(x_21, x_23, x_24); +x_26 = lean_unsigned_to_nat(1u); +x_27 = l_Lean_Syntax_getArg(x_2, x_26); +x_28 = l_Lean_Syntax_getArg(x_27, x_24); +lean_dec(x_27); +x_29 = l_Lean_Syntax_getArg(x_15, x_24); lean_dec(x_15); -x_35 = lean_unsigned_to_nat(5u); -x_36 = l_Lean_Syntax_getArg(x_1, x_35); -x_37 = l_Lean_Syntax_isNone(x_36); +x_30 = l_Lean_Syntax_getArgs(x_29); +lean_dec(x_29); +x_31 = lean_array_get_size(x_30); +x_32 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_33 = 0; +x_34 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2; +x_35 = lean_box(0); +x_36 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16(x_34, x_25, x_28, x_30, x_32, x_33, x_35, x_4, x_5, x_19); +lean_dec(x_30); +lean_dec(x_28); +x_37 = !lean_is_exclusive(x_36); if (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; size_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_38 = lean_unsigned_to_nat(0u); -x_39 = l_Lean_Syntax_getArg(x_36, x_38); +lean_object* x_38; +x_38 = lean_ctor_get(x_36, 0); +lean_dec(x_38); +lean_ctor_set(x_36, 0, x_35); +return x_36; +} +else +{ +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_36, 1); +lean_inc(x_39); lean_dec(x_36); -x_40 = lean_unsigned_to_nat(1u); -x_41 = l_Lean_Syntax_getArg(x_39, x_40); -lean_dec(x_39); -x_42 = l_Lean_Syntax_getArgs(x_41); -lean_dec(x_41); -x_43 = lean_array_get_size(x_42); -x_44 = lean_usize_of_nat(x_43); -lean_dec(x_43); -x_45 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2(x_1, x_42, x_44, x_13, x_14, x_4, x_5, x_34); -lean_dec(x_42); -x_46 = lean_ctor_get(x_45, 1); -lean_inc(x_46); -if (lean_is_exclusive(x_45)) { - lean_ctor_release(x_45, 0); - lean_ctor_release(x_45, 1); - x_47 = x_45; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_35); +lean_ctor_set(x_40, 1, x_39); +return x_40; +} +} +else +{ +lean_object* x_41; lean_object* x_42; +lean_dec(x_15); +lean_dec(x_5); +lean_dec(x_4); +x_41 = lean_box(0); +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_object* x_46; size_t x_47; size_t x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_43 = lean_unsigned_to_nat(4u); +x_44 = l_Lean_Syntax_getArg(x_2, x_43); +x_45 = l_Lean_Syntax_getArgs(x_44); +lean_dec(x_44); +x_46 = lean_array_get_size(x_45); +x_47 = lean_usize_of_nat(x_46); +lean_dec(x_46); +x_48 = 0; +x_49 = lean_box(0); +lean_inc(x_5); +lean_inc(x_4); +x_50 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(x_2, x_45, x_47, x_48, x_49, x_4, x_5, x_6); +lean_dec(x_45); +x_51 = !lean_is_exclusive(x_50); +if (x_51 == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_50, 1); +x_53 = lean_ctor_get(x_50, 0); +lean_dec(x_53); +x_54 = lean_unsigned_to_nat(5u); +x_55 = l_Lean_Syntax_getArg(x_2, x_54); +x_56 = l_Lean_Syntax_isNone(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; size_t x_63; lean_object* x_64; uint8_t x_65; +lean_free_object(x_50); +x_57 = lean_unsigned_to_nat(0u); +x_58 = l_Lean_Syntax_getArg(x_55, x_57); +lean_dec(x_55); +x_59 = lean_unsigned_to_nat(1u); +x_60 = l_Lean_Syntax_getArg(x_58, x_59); +lean_dec(x_58); +x_61 = l_Lean_Syntax_getArgs(x_60); +lean_dec(x_60); +x_62 = lean_array_get_size(x_61); +x_63 = lean_usize_of_nat(x_62); +lean_dec(x_62); +x_64 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(x_2, x_61, x_63, x_48, x_49, x_4, x_5, x_52); +lean_dec(x_61); +x_65 = !lean_is_exclusive(x_64); +if (x_65 == 0) +{ +lean_object* x_66; +x_66 = lean_ctor_get(x_64, 0); +lean_dec(x_66); +lean_ctor_set(x_64, 0, x_49); +return x_64; +} +else +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_64, 1); +lean_inc(x_67); +lean_dec(x_64); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_49); +lean_ctor_set(x_68, 1, x_67); +return x_68; +} +} +else +{ +lean_dec(x_55); +lean_dec(x_5); +lean_dec(x_4); +lean_ctor_set(x_50, 0, x_49); +return x_50; +} +} +else +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_69 = lean_ctor_get(x_50, 1); +lean_inc(x_69); +lean_dec(x_50); +x_70 = lean_unsigned_to_nat(5u); +x_71 = l_Lean_Syntax_getArg(x_2, x_70); +x_72 = l_Lean_Syntax_isNone(x_71); +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_object* x_78; size_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_73 = lean_unsigned_to_nat(0u); +x_74 = l_Lean_Syntax_getArg(x_71, x_73); +lean_dec(x_71); +x_75 = lean_unsigned_to_nat(1u); +x_76 = l_Lean_Syntax_getArg(x_74, x_75); +lean_dec(x_74); +x_77 = l_Lean_Syntax_getArgs(x_76); +lean_dec(x_76); +x_78 = lean_array_get_size(x_77); +x_79 = lean_usize_of_nat(x_78); +lean_dec(x_78); +x_80 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(x_2, x_77, x_79, x_48, x_49, x_4, x_5, x_69); +lean_dec(x_77); +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_45); - x_47 = lean_box(0); + lean_dec_ref(x_80); + x_82 = lean_box(0); } -if (lean_is_scalar(x_47)) { - x_48 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_82)) { + x_83 = lean_alloc_ctor(0, 2, 0); } else { - x_48 = x_47; + x_83 = x_82; } -lean_ctor_set(x_48, 0, x_14); -lean_ctor_set(x_48, 1, x_46); -return x_48; +lean_ctor_set(x_83, 0, x_49); +lean_ctor_set(x_83, 1, x_81); +return x_83; } else { -lean_object* x_49; -lean_dec(x_36); +lean_object* x_84; +lean_dec(x_71); lean_dec(x_5); lean_dec(x_4); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_14); -lean_ctor_set(x_49, 1, x_34); -return x_49; +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_49); +lean_ctor_set(x_84, 1, x_69); +return x_84; +} } } } @@ -5900,9 +5850,9 @@ if (x_8 == 0) { lean_object* x_9; lean_object* x_10; x_9 = lean_box(0); -x_10 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1(x_1, x_7, x_9, x_4, x_5, x_6); -lean_dec(x_7); +x_10 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1(x_7, x_1, x_9, x_4, x_5, x_6); lean_dec(x_1); +lean_dec(x_7); return x_10; } else @@ -5921,10 +5871,10 @@ lean_inc(x_16); x_17 = lean_ctor_get(x_15, 1); lean_inc(x_17); lean_dec(x_15); -x_18 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1(x_1, x_7, x_16, x_4, x_5, x_17); +x_18 = l_Lean_Linter_MissingDocs_checkDecl___lambda__1(x_7, x_1, x_16, x_4, x_5, x_17); lean_dec(x_16); -lean_dec(x_7); lean_dec(x_1); +lean_dec(x_7); return x_18; } } @@ -5968,64 +5918,36 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___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_3); -lean_dec(x_3); -x_10 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec(x_2); -lean_dec(x_1); -return x_11; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___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) { -_start: -{ -size_t x_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_10 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_11 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); -lean_dec(x_2); -lean_dec(x_1); -return x_11; -} -} -LEAN_EXPORT lean_object* l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__4(x_1, x_2); +x_3 = l_List_elem___at_Lean_Linter_MissingDocs_checkDecl___spec__2(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_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__9(x_1, x_2, x_3); +x_4 = l_List_replace___at_Lean_Linter_MissingDocs_checkDecl___spec__7(x_1, x_2, x_3); lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__10___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__8___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__10(x_1); +x_2 = l_Lean_mkHashSet___at_Lean_Linter_MissingDocs_checkDecl___spec__8(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__14___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_Linter_MissingDocs_checkDecl___spec__12___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; @@ -6033,12 +5955,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_Linter_MissingDocs_checkDecl___spec__14(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__12(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_Linter_MissingDocs_checkDecl___spec__15___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_Linter_MissingDocs_checkDecl___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; @@ -6046,12 +5968,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_Linter_MissingDocs_checkDecl___spec__15(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___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_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___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; @@ -6059,31 +5981,31 @@ 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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12(x_1, x_5, x_6, x_4); +x_7 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__16(x_1, x_2); +x_3 = l_Lean_HashSetImp_contains___at_Lean_Linter_MissingDocs_checkDecl___spec__14(x_1, x_2); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___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_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___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_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_3); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___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_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { size_t x_11; size_t x_12; lean_object* x_13; @@ -6091,14 +6013,14 @@ x_11 = lean_unbox_usize(x_5); lean_dec(x_5); x_12 = lean_unbox_usize(x_6); lean_dec(x_6); -x_13 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(x_1, x_2, x_3, x_4, x_11, x_12, x_7, x_8, x_9, x_10); +x_13 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15(x_1, x_2, x_3, x_4, x_11, x_12, x_7, x_8, x_9, x_10); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); return x_13; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___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_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { size_t x_11; size_t x_12; lean_object* x_13; @@ -6106,13 +6028,41 @@ x_11 = lean_unbox_usize(x_5); lean_dec(x_5); x_12 = lean_unbox_usize(x_6); lean_dec(x_6); -x_13 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(x_1, x_2, x_3, x_4, x_11, x_12, x_7, x_8, x_9, x_10); +x_13 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16(x_1, x_2, x_3, x_4, x_11, x_12, x_7, x_8, x_9, x_10); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); return x_13; } } +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_10 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); +lean_dec(x_2); +lean_dec(x_1); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_10 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_11 = l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18(x_1, x_2, x_9, x_10, x_5, x_6, x_7, x_8); +lean_dec(x_2); +lean_dec(x_1); +return x_11; +} +} LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkDecl___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: { @@ -6291,7 +6241,7 @@ static lean_object* _init_l_Lean_Linter_MissingDocs_checkNotation___closed__1() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Term", 4); +x_1 = lean_mk_string_from_bytes("notation", 8); return x_1; } } @@ -6299,119 +6249,129 @@ static lean_object* _init_l_Lean_Linter_MissingDocs_checkNotation___closed__2() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("local", 5); +x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } static lean_object* _init_l_Lean_Linter_MissingDocs_checkNotation___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_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__7; -x_2 = l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__1; -x_3 = l_Lean_Linter_MissingDocs_checkNotation___closed__1; -x_4 = l_Lean_Linter_MissingDocs_checkNotation___closed__2; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("local", 5); +return x_1; } } static lean_object* _init_l_Lean_Linter_MissingDocs_checkNotation___closed__4() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("notation", 8); -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_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__7; +x_2 = l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__1; +x_3 = l_Lean_Linter_MissingDocs_checkNotation___closed__2; +x_4 = l_Lean_Linter_MissingDocs_checkNotation___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_Linter_MissingDocs_checkNotation(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_unsigned_to_nat(0u); -x_6 = l_Lean_Syntax_getArg(x_1, x_5); -x_7 = l_Lean_Syntax_isNone(x_6); -lean_dec(x_6); -if (x_7 == 0) +uint8_t x_5; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_unsigned_to_nat(0u); +x_23 = l_Lean_Syntax_getArg(x_1, x_22); +x_24 = l_Lean_Syntax_isNone(x_23); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_3); -lean_dec(x_2); -x_8 = lean_box(0); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_4); -return x_9; +uint8_t x_25; +x_25 = 0; +x_5 = x_25; +goto block_21; } else { -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_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Syntax_getArg(x_11, x_5); -lean_dec(x_11); -x_13 = l_Lean_Syntax_getArg(x_12, x_5); -lean_dec(x_12); -x_14 = l_Lean_Syntax_getKind(x_13); -x_15 = l_Lean_Linter_MissingDocs_checkNotation___closed__3; -x_16 = lean_name_eq(x_14, x_15); -lean_dec(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_unsigned_to_nat(1u); -x_18 = l_Lean_Syntax_getArg(x_1, x_17); -x_19 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_18); -if (x_19 == 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; uint8_t x_32; +x_26 = lean_unsigned_to_nat(2u); +x_27 = l_Lean_Syntax_getArg(x_1, x_26); +x_28 = l_Lean_Syntax_getArg(x_27, x_22); +lean_dec(x_27); +x_29 = l_Lean_Syntax_getArg(x_28, x_22); +lean_dec(x_28); +x_30 = l_Lean_Syntax_getKind(x_29); +x_31 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; +x_32 = lean_name_eq(x_30, x_31); +lean_dec(x_30); +if (x_32 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(5u); -x_21 = l_Lean_Syntax_getArg(x_1, x_20); -x_22 = l_Lean_Syntax_isNone(x_21); -if (x_22 == 0) +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_unsigned_to_nat(1u); +x_34 = l_Lean_Syntax_getArg(x_1, x_33); +x_35 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_34); +if (x_35 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_23 = l_Lean_Syntax_getArg(x_21, x_5); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(3u); -x_25 = l_Lean_Syntax_getArg(x_23, x_24); -lean_dec(x_23); -x_26 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; -x_27 = l_Lean_Linter_MissingDocs_lintNamed(x_25, x_26, x_2, x_3, x_4); -return x_27; +uint8_t x_36; +x_36 = 1; +x_5 = x_36; +goto block_21; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_21); -x_28 = lean_unsigned_to_nat(3u); -x_29 = l_Lean_Syntax_getArg(x_1, x_28); -x_30 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; -x_31 = l_Lean_Linter_MissingDocs_lint(x_29, x_30, x_2, x_3, x_4); -return x_31; +uint8_t x_37; +x_37 = 0; +x_5 = x_37; +goto block_21; } } else { -lean_object* x_32; lean_object* x_33; +uint8_t x_38; +x_38 = 0; +x_5 = x_38; +goto block_21; +} +} +block_21: +{ +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_dec(x_3); lean_dec(x_2); -x_32 = lean_box(0); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_4); -return x_33; +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_4); +return x_7; } +else +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_unsigned_to_nat(5u); +x_9 = l_Lean_Syntax_getArg(x_1, x_8); +x_10 = l_Lean_Syntax_isNone(x_9); +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; +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_9, x_11); +lean_dec(x_9); +x_13 = lean_unsigned_to_nat(3u); +x_14 = l_Lean_Syntax_getArg(x_12, x_13); +lean_dec(x_12); +x_15 = l_Lean_Linter_MissingDocs_checkNotation___closed__1; +x_16 = l_Lean_Linter_MissingDocs_lintNamed(x_14, x_15, x_2, x_3, x_4); +return x_16; } else { -lean_object* x_34; lean_object* x_35; -lean_dec(x_3); -lean_dec(x_2); -x_34 = lean_box(0); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_4); -return x_35; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_9); +x_17 = lean_unsigned_to_nat(3u); +x_18 = l_Lean_Syntax_getArg(x_1, x_17); +x_19 = l_Lean_Linter_MissingDocs_checkNotation___closed__1; +x_20 = l_Lean_Linter_MissingDocs_lint(x_18, x_19, x_2, x_3, x_4); +return x_20; +} } } } @@ -6432,7 +6392,7 @@ lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_obj x_1 = l_Lean_Linter_initFn____x40_Lean_Linter_MissingDocs___hyg_8____closed__7; x_2 = l_Array_anyMUnsafe_any___at_Lean_Linter_MissingDocs_hasInheritDoc___spec__1___closed__1; x_3 = l_Lean_Linter_MissingDocs_declModifiersPubNoDoc___closed__1; -x_4 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; +x_4 = l_Lean_Linter_MissingDocs_checkNotation___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } @@ -6468,99 +6428,110 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkMixfix(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_unsigned_to_nat(0u); -x_6 = l_Lean_Syntax_getArg(x_1, x_5); -x_7 = l_Lean_Syntax_isNone(x_6); -lean_dec(x_6); -if (x_7 == 0) +uint8_t x_5; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_unsigned_to_nat(0u); +x_27 = l_Lean_Syntax_getArg(x_1, x_26); +x_28 = l_Lean_Syntax_isNone(x_27); +lean_dec(x_27); +if (x_28 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_3); -lean_dec(x_2); -x_8 = lean_box(0); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_4); -return x_9; +uint8_t x_29; +x_29 = 0; +x_5 = x_29; +goto block_25; } else { -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_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Syntax_getArg(x_11, x_5); -lean_dec(x_11); -x_13 = l_Lean_Syntax_getArg(x_12, x_5); -lean_dec(x_12); -x_14 = l_Lean_Syntax_getKind(x_13); -x_15 = l_Lean_Linter_MissingDocs_checkNotation___closed__3; -x_16 = lean_name_eq(x_14, x_15); -lean_dec(x_14); -if (x_16 == 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; uint8_t x_36; +x_30 = lean_unsigned_to_nat(2u); +x_31 = l_Lean_Syntax_getArg(x_1, x_30); +x_32 = l_Lean_Syntax_getArg(x_31, x_26); +lean_dec(x_31); +x_33 = l_Lean_Syntax_getArg(x_32, x_26); +lean_dec(x_32); +x_34 = l_Lean_Syntax_getKind(x_33); +x_35 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; +x_36 = lean_name_eq(x_34, x_35); +lean_dec(x_34); +if (x_36 == 0) { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_unsigned_to_nat(1u); -x_18 = l_Lean_Syntax_getArg(x_1, x_17); -x_19 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_18); -if (x_19 == 0) +lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_37 = lean_unsigned_to_nat(1u); +x_38 = l_Lean_Syntax_getArg(x_1, x_37); +x_39 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_38); +if (x_39 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(5u); -x_21 = l_Lean_Syntax_getArg(x_1, x_20); -x_22 = l_Lean_Syntax_isNone(x_21); -if (x_22 == 0) +uint8_t x_40; +x_40 = 1; +x_5 = x_40; +goto block_25; +} +else { -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; -x_23 = l_Lean_Syntax_getArg(x_21, x_5); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(3u); -x_25 = l_Lean_Syntax_getArg(x_23, x_24); -lean_dec(x_23); -x_26 = l_Lean_Syntax_getArg(x_1, x_24); -x_27 = l_Lean_Syntax_getArg(x_26, x_5); -lean_dec(x_26); -x_28 = l_Lean_Syntax_getAtomVal(x_27); -lean_dec(x_27); -x_29 = l_Lean_Linter_MissingDocs_lintNamed(x_25, x_28, x_2, x_3, x_4); -lean_dec(x_28); -return x_29; +uint8_t x_41; +x_41 = 0; +x_5 = x_41; +goto block_25; +} } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_21); -x_30 = lean_unsigned_to_nat(3u); -x_31 = l_Lean_Syntax_getArg(x_1, x_30); -x_32 = l_Lean_Syntax_getArg(x_31, x_5); -x_33 = l_Lean_Syntax_getAtomVal(x_32); -lean_dec(x_32); -x_34 = l_Lean_Linter_MissingDocs_lint(x_31, x_33, x_2, x_3, x_4); -return x_34; +uint8_t x_42; +x_42 = 0; +x_5 = x_42; +goto block_25; +} } +block_25: +{ +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; +lean_dec(x_3); +lean_dec(x_2); +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_4); +return x_7; } else { -lean_object* x_35; lean_object* x_36; -lean_dec(x_3); -lean_dec(x_2); -x_35 = lean_box(0); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_4); -return x_36; -} +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_unsigned_to_nat(5u); +x_9 = l_Lean_Syntax_getArg(x_1, x_8); +x_10 = l_Lean_Syntax_isNone(x_9); +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_object* x_18; +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_9, x_11); +lean_dec(x_9); +x_13 = lean_unsigned_to_nat(3u); +x_14 = l_Lean_Syntax_getArg(x_12, x_13); +lean_dec(x_12); +x_15 = l_Lean_Syntax_getArg(x_1, x_13); +x_16 = l_Lean_Syntax_getArg(x_15, x_11); +lean_dec(x_15); +x_17 = l_Lean_Syntax_getAtomVal(x_16); +lean_dec(x_16); +x_18 = l_Lean_Linter_MissingDocs_lintNamed(x_14, x_17, x_2, x_3, x_4); +lean_dec(x_17); +return x_18; } else { -lean_object* x_37; lean_object* x_38; -lean_dec(x_3); -lean_dec(x_2); -x_37 = lean_box(0); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_4); -return x_38; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_dec(x_9); +x_19 = lean_unsigned_to_nat(3u); +x_20 = l_Lean_Syntax_getArg(x_1, x_19); +x_21 = lean_unsigned_to_nat(0u); +x_22 = l_Lean_Syntax_getArg(x_20, x_21); +x_23 = l_Lean_Syntax_getAtomVal(x_22); +lean_dec(x_22); +x_24 = l_Lean_Linter_MissingDocs_lint(x_20, x_23, x_2, x_3, x_4); +return x_24; +} } } } @@ -6633,92 +6604,102 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkSyntax(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_unsigned_to_nat(0u); -x_6 = l_Lean_Syntax_getArg(x_1, x_5); -x_7 = l_Lean_Syntax_isNone(x_6); -lean_dec(x_6); -if (x_7 == 0) +uint8_t x_5; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_unsigned_to_nat(0u); +x_23 = l_Lean_Syntax_getArg(x_1, x_22); +x_24 = l_Lean_Syntax_isNone(x_23); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_3); -lean_dec(x_2); -x_8 = lean_box(0); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_4); -return x_9; +uint8_t x_25; +x_25 = 0; +x_5 = x_25; +goto block_21; } else { -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_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Syntax_getArg(x_11, x_5); -lean_dec(x_11); -x_13 = l_Lean_Syntax_getArg(x_12, x_5); -lean_dec(x_12); -x_14 = l_Lean_Syntax_getKind(x_13); -x_15 = l_Lean_Linter_MissingDocs_checkNotation___closed__3; -x_16 = lean_name_eq(x_14, x_15); -lean_dec(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_unsigned_to_nat(1u); -x_18 = l_Lean_Syntax_getArg(x_1, x_17); -x_19 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_18); -if (x_19 == 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; uint8_t x_32; +x_26 = lean_unsigned_to_nat(2u); +x_27 = l_Lean_Syntax_getArg(x_1, x_26); +x_28 = l_Lean_Syntax_getArg(x_27, x_22); +lean_dec(x_27); +x_29 = l_Lean_Syntax_getArg(x_28, x_22); +lean_dec(x_28); +x_30 = l_Lean_Syntax_getKind(x_29); +x_31 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; +x_32 = lean_name_eq(x_30, x_31); +lean_dec(x_30); +if (x_32 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(5u); -x_21 = l_Lean_Syntax_getArg(x_1, x_20); -x_22 = l_Lean_Syntax_isNone(x_21); -if (x_22 == 0) +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_unsigned_to_nat(1u); +x_34 = l_Lean_Syntax_getArg(x_1, x_33); +x_35 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_34); +if (x_35 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_23 = l_Lean_Syntax_getArg(x_21, x_5); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(3u); -x_25 = l_Lean_Syntax_getArg(x_23, x_24); -lean_dec(x_23); -x_26 = l_Lean_Linter_MissingDocs_checkSyntax___closed__1; -x_27 = l_Lean_Linter_MissingDocs_lintNamed(x_25, x_26, x_2, x_3, x_4); -return x_27; +uint8_t x_36; +x_36 = 1; +x_5 = x_36; +goto block_21; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_21); -x_28 = lean_unsigned_to_nat(3u); -x_29 = l_Lean_Syntax_getArg(x_1, x_28); -x_30 = l_Lean_Linter_MissingDocs_checkSyntax___closed__1; -x_31 = l_Lean_Linter_MissingDocs_lint(x_29, x_30, x_2, x_3, x_4); -return x_31; +uint8_t x_37; +x_37 = 0; +x_5 = x_37; +goto block_21; } } else { -lean_object* x_32; lean_object* x_33; +uint8_t x_38; +x_38 = 0; +x_5 = x_38; +goto block_21; +} +} +block_21: +{ +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_dec(x_3); lean_dec(x_2); -x_32 = lean_box(0); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_4); -return x_33; +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_4); +return x_7; } +else +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_unsigned_to_nat(5u); +x_9 = l_Lean_Syntax_getArg(x_1, x_8); +x_10 = l_Lean_Syntax_isNone(x_9); +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; +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_9, x_11); +lean_dec(x_9); +x_13 = lean_unsigned_to_nat(3u); +x_14 = l_Lean_Syntax_getArg(x_12, x_13); +lean_dec(x_12); +x_15 = l_Lean_Linter_MissingDocs_checkSyntax___closed__1; +x_16 = l_Lean_Linter_MissingDocs_lintNamed(x_14, x_15, x_2, x_3, x_4); +return x_16; } else { -lean_object* x_34; lean_object* x_35; -lean_dec(x_3); -lean_dec(x_2); -x_34 = lean_box(0); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_4); -return x_35; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_9); +x_17 = lean_unsigned_to_nat(3u); +x_18 = l_Lean_Syntax_getArg(x_1, x_17); +x_19 = l_Lean_Linter_MissingDocs_checkSyntax___closed__1; +x_20 = l_Lean_Linter_MissingDocs_lint(x_18, x_19, x_2, x_3, x_4); +return x_20; +} } } } @@ -6962,92 +6943,102 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkMacro(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_unsigned_to_nat(0u); -x_6 = l_Lean_Syntax_getArg(x_1, x_5); -x_7 = l_Lean_Syntax_isNone(x_6); -lean_dec(x_6); -if (x_7 == 0) +uint8_t x_5; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_unsigned_to_nat(0u); +x_23 = l_Lean_Syntax_getArg(x_1, x_22); +x_24 = l_Lean_Syntax_isNone(x_23); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_3); -lean_dec(x_2); -x_8 = lean_box(0); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_4); -return x_9; +uint8_t x_25; +x_25 = 0; +x_5 = x_25; +goto block_21; } else { -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_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Syntax_getArg(x_11, x_5); -lean_dec(x_11); -x_13 = l_Lean_Syntax_getArg(x_12, x_5); -lean_dec(x_12); -x_14 = l_Lean_Syntax_getKind(x_13); -x_15 = l_Lean_Linter_MissingDocs_checkNotation___closed__3; -x_16 = lean_name_eq(x_14, x_15); -lean_dec(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_unsigned_to_nat(1u); -x_18 = l_Lean_Syntax_getArg(x_1, x_17); -x_19 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_18); -if (x_19 == 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; uint8_t x_32; +x_26 = lean_unsigned_to_nat(2u); +x_27 = l_Lean_Syntax_getArg(x_1, x_26); +x_28 = l_Lean_Syntax_getArg(x_27, x_22); +lean_dec(x_27); +x_29 = l_Lean_Syntax_getArg(x_28, x_22); +lean_dec(x_28); +x_30 = l_Lean_Syntax_getKind(x_29); +x_31 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; +x_32 = lean_name_eq(x_30, x_31); +lean_dec(x_30); +if (x_32 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(5u); -x_21 = l_Lean_Syntax_getArg(x_1, x_20); -x_22 = l_Lean_Syntax_isNone(x_21); -if (x_22 == 0) +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_unsigned_to_nat(1u); +x_34 = l_Lean_Syntax_getArg(x_1, x_33); +x_35 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_34); +if (x_35 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_23 = l_Lean_Syntax_getArg(x_21, x_5); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(3u); -x_25 = l_Lean_Syntax_getArg(x_23, x_24); -lean_dec(x_23); -x_26 = l_Lean_Linter_MissingDocs_checkMacro___closed__1; -x_27 = l_Lean_Linter_MissingDocs_lintNamed(x_25, x_26, x_2, x_3, x_4); -return x_27; +uint8_t x_36; +x_36 = 1; +x_5 = x_36; +goto block_21; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_21); -x_28 = lean_unsigned_to_nat(3u); -x_29 = l_Lean_Syntax_getArg(x_1, x_28); -x_30 = l_Lean_Linter_MissingDocs_checkMacro___closed__1; -x_31 = l_Lean_Linter_MissingDocs_lint(x_29, x_30, x_2, x_3, x_4); -return x_31; +uint8_t x_37; +x_37 = 0; +x_5 = x_37; +goto block_21; } } else { -lean_object* x_32; lean_object* x_33; +uint8_t x_38; +x_38 = 0; +x_5 = x_38; +goto block_21; +} +} +block_21: +{ +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_dec(x_3); lean_dec(x_2); -x_32 = lean_box(0); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_4); -return x_33; +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_4); +return x_7; } +else +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_unsigned_to_nat(5u); +x_9 = l_Lean_Syntax_getArg(x_1, x_8); +x_10 = l_Lean_Syntax_isNone(x_9); +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; +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_9, x_11); +lean_dec(x_9); +x_13 = lean_unsigned_to_nat(3u); +x_14 = l_Lean_Syntax_getArg(x_12, x_13); +lean_dec(x_12); +x_15 = l_Lean_Linter_MissingDocs_checkMacro___closed__1; +x_16 = l_Lean_Linter_MissingDocs_lintNamed(x_14, x_15, x_2, x_3, x_4); +return x_16; } else { -lean_object* x_34; lean_object* x_35; -lean_dec(x_3); -lean_dec(x_2); -x_34 = lean_box(0); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_4); -return x_35; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_9); +x_17 = lean_unsigned_to_nat(3u); +x_18 = l_Lean_Syntax_getArg(x_1, x_17); +x_19 = l_Lean_Linter_MissingDocs_checkMacro___closed__1; +x_20 = l_Lean_Linter_MissingDocs_lint(x_18, x_19, x_2, x_3, x_4); +return x_20; +} } } } @@ -7112,92 +7103,102 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Linter_MissingDocs_checkElab(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_unsigned_to_nat(0u); -x_6 = l_Lean_Syntax_getArg(x_1, x_5); -x_7 = l_Lean_Syntax_isNone(x_6); -lean_dec(x_6); -if (x_7 == 0) +uint8_t x_5; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_unsigned_to_nat(0u); +x_23 = l_Lean_Syntax_getArg(x_1, x_22); +x_24 = l_Lean_Syntax_isNone(x_23); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_3); -lean_dec(x_2); -x_8 = lean_box(0); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_4); -return x_9; +uint8_t x_25; +x_25 = 0; +x_5 = x_25; +goto block_21; } else { -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_10 = lean_unsigned_to_nat(2u); -x_11 = l_Lean_Syntax_getArg(x_1, x_10); -x_12 = l_Lean_Syntax_getArg(x_11, x_5); -lean_dec(x_11); -x_13 = l_Lean_Syntax_getArg(x_12, x_5); -lean_dec(x_12); -x_14 = l_Lean_Syntax_getKind(x_13); -x_15 = l_Lean_Linter_MissingDocs_checkNotation___closed__3; -x_16 = lean_name_eq(x_14, x_15); -lean_dec(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_unsigned_to_nat(1u); -x_18 = l_Lean_Syntax_getArg(x_1, x_17); -x_19 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_18); -if (x_19 == 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; uint8_t x_32; +x_26 = lean_unsigned_to_nat(2u); +x_27 = l_Lean_Syntax_getArg(x_1, x_26); +x_28 = l_Lean_Syntax_getArg(x_27, x_22); +lean_dec(x_27); +x_29 = l_Lean_Syntax_getArg(x_28, x_22); +lean_dec(x_28); +x_30 = l_Lean_Syntax_getKind(x_29); +x_31 = l_Lean_Linter_MissingDocs_checkNotation___closed__4; +x_32 = lean_name_eq(x_30, x_31); +lean_dec(x_30); +if (x_32 == 0) { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(5u); -x_21 = l_Lean_Syntax_getArg(x_1, x_20); -x_22 = l_Lean_Syntax_isNone(x_21); -if (x_22 == 0) +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = lean_unsigned_to_nat(1u); +x_34 = l_Lean_Syntax_getArg(x_1, x_33); +x_35 = l_Lean_Linter_MissingDocs_hasInheritDoc(x_34); +if (x_35 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_23 = l_Lean_Syntax_getArg(x_21, x_5); -lean_dec(x_21); -x_24 = lean_unsigned_to_nat(3u); -x_25 = l_Lean_Syntax_getArg(x_23, x_24); -lean_dec(x_23); -x_26 = l_Lean_Linter_MissingDocs_checkElab___closed__1; -x_27 = l_Lean_Linter_MissingDocs_lintNamed(x_25, x_26, x_2, x_3, x_4); -return x_27; +uint8_t x_36; +x_36 = 1; +x_5 = x_36; +goto block_21; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_21); -x_28 = lean_unsigned_to_nat(3u); -x_29 = l_Lean_Syntax_getArg(x_1, x_28); -x_30 = l_Lean_Linter_MissingDocs_checkElab___closed__1; -x_31 = l_Lean_Linter_MissingDocs_lint(x_29, x_30, x_2, x_3, x_4); -return x_31; +uint8_t x_37; +x_37 = 0; +x_5 = x_37; +goto block_21; } } else { -lean_object* x_32; lean_object* x_33; +uint8_t x_38; +x_38 = 0; +x_5 = x_38; +goto block_21; +} +} +block_21: +{ +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_dec(x_3); lean_dec(x_2); -x_32 = lean_box(0); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_4); -return x_33; +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_4); +return x_7; } +else +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_unsigned_to_nat(5u); +x_9 = l_Lean_Syntax_getArg(x_1, x_8); +x_10 = l_Lean_Syntax_isNone(x_9); +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; +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_9, x_11); +lean_dec(x_9); +x_13 = lean_unsigned_to_nat(3u); +x_14 = l_Lean_Syntax_getArg(x_12, x_13); +lean_dec(x_12); +x_15 = l_Lean_Linter_MissingDocs_checkElab___closed__1; +x_16 = l_Lean_Linter_MissingDocs_lintNamed(x_14, x_15, x_2, x_3, x_4); +return x_16; } else { -lean_object* x_34; lean_object* x_35; -lean_dec(x_3); -lean_dec(x_2); -x_34 = lean_box(0); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_4); -return x_35; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_9); +x_17 = lean_unsigned_to_nat(3u); +x_18 = l_Lean_Syntax_getArg(x_1, x_17); +x_19 = l_Lean_Linter_MissingDocs_checkElab___closed__1; +x_20 = l_Lean_Linter_MissingDocs_lint(x_18, x_19, x_2, x_3, x_4); +return x_20; +} } } } @@ -8786,22 +8787,22 @@ l_Lean_Linter_MissingDocs_lintDeclHead___closed__19 = _init_l_Lean_Linter_Missin lean_mark_persistent(l_Lean_Linter_MissingDocs_lintDeclHead___closed__19); l_Lean_Linter_MissingDocs_lintDeclHead___closed__20 = _init_l_Lean_Linter_MissingDocs_lintDeclHead___closed__20(); lean_mark_persistent(l_Lean_Linter_MissingDocs_lintDeclHead___closed__20); -l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__1___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__2___closed__1); -l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___closed__1(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__15___closed__1); -l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___closed__1 = _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___closed__1(); -lean_mark_persistent(l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__12___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___closed__1(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___lambda__1___closed__1); +l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Linter_MissingDocs_checkDecl___spec__13___closed__1); +l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___closed__1 = _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___closed__1(); +lean_mark_persistent(l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Linter_MissingDocs_checkDecl___spec__10___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__15___lambda__1___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__1); +l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__2(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__2); +l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__3(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__16___closed__3); +l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___closed__1(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__17___closed__1); l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__1); -l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__2(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__2); -l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__3 = _init_l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__3(); -lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Linter_MissingDocs_checkDecl___spec__18___closed__3); l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1 = _init_l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__1); l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2 = _init_l_Lean_Linter_MissingDocs_checkDecl___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Linter/UnusedVariables.c b/stage0/stdlib/Lean/Linter/UnusedVariables.c index 8f815e09edc1..a3f5b6306bd0 100644 --- a/stage0/stdlib/Lean/Linter/UnusedVariables.c +++ b/stage0/stdlib/Lean/Linter/UnusedVariables.c @@ -23,6 +23,7 @@ static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hy static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_1871____lambda__1___closed__9; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_89____closed__3; static lean_object* l_Lean_Linter_logLint___at_Lean_Linter_unusedVariables___spec__37___closed__1; +static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161____closed__1; LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Linter_unusedVariables___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_unusedVariables___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldr___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2206____spec__1___closed__2; @@ -35,7 +36,6 @@ uint8_t l_Lean_Syntax_matchesIdent(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Linter_unusedVariables___spec__35___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*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2038____lambda__1___closed__3; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2300____closed__5; -static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176____closed__1; LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_395____spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); static lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Linter_unusedVariables___spec__27___closed__3; @@ -47,6 +47,7 @@ static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hy static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2146____lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Linter_getUnusedVariablesIgnoreFnsImpl(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3(lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161_(lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_1907____lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Linter_unusedVariables___spec__11(lean_object*, lean_object*, lean_object*); @@ -62,7 +63,6 @@ lean_object* l_Lean_Name_toString(lean_object*, uint8_t); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_499____closed__1; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2146____lambda__1___closed__2; lean_object* l_Lean_Syntax_getId(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2367____lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_1871____lambda__1___closed__4; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2367____closed__9; @@ -158,6 +158,7 @@ LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Linter_unusedVariables_ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Linter_unusedVariables___spec__33(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Linter_unusedVariables___spec__40(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_592____closed__1; +uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_284_(lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Linter_getUnusedVariablesIgnoreFnsImpl___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2146____closed__1; @@ -351,7 +352,6 @@ static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hy size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_162____closed__1; static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_312____lambda__1___closed__10; -uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); LEAN_EXPORT uint8_t l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_592____lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Linter_unusedVariables___spec__35___lambda__4(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_object*, lean_object*); @@ -460,6 +460,7 @@ LEAN_EXPORT lean_object* l_Lean_Linter_collectMacroExpansions_x3f_go___at_Lean_L LEAN_EXPORT lean_object* l_Lean_Linter_unusedVariables___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_Environment_evalConstCheck___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2038____closed__1; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l_Lean_Linter_logLint___at_Lean_Linter_unusedVariables___spec__37___closed__3; lean_object* l_List_foldl___at_Array_appendList___spec__1___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2300____closed__6; @@ -548,7 +549,6 @@ static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hy static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2300____closed__1; LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2367____lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_499____lambda__1___closed__2; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Linter_linter_unusedVariables_funArgs; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_List_foldr___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_2206____spec__1___closed__1; @@ -2228,67 +2228,65 @@ return x_3; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3(lean_object* x_1, size_t x_2, size_t x_3) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_4; uint8_t x_10; +x_10 = lean_usize_dec_eq(x_2, x_3); +if (x_10 == 0) { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3___closed__3; -lean_inc(x_5); -x_7 = l_Lean_Syntax_isOfKind(x_5, x_6); -if (x_7 == 0) +lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_11 = lean_array_uget(x_1, x_2); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3___closed__3; +lean_inc(x_11); +x_13 = l_Lean_Syntax_isOfKind(x_11, x_12); +if (x_13 == 0) { -lean_object* x_8; uint8_t x_9; -x_8 = l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3___closed__5; -lean_inc(x_5); -x_9 = l_Lean_Syntax_isOfKind(x_5, x_8); -if (x_9 == 0) +lean_object* x_14; uint8_t x_15; +x_14 = l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3___closed__5; +lean_inc(x_11); +x_15 = l_Lean_Syntax_isOfKind(x_11, x_14); +if (x_15 == 0) { -size_t x_10; size_t x_11; -lean_dec(x_5); -x_10 = 1; -x_11 = lean_usize_add(x_2, x_10); -x_2 = x_11; -goto _start; +uint8_t x_16; +lean_dec(x_11); +x_16 = 0; +x_4 = x_16; +goto block_9; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_unsigned_to_nat(0u); -x_14 = l_Lean_Syntax_getArg(x_5, x_13); -x_15 = l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3___closed__7; -x_16 = l_Lean_Syntax_matchesIdent(x_14, x_15); -lean_dec(x_14); -if (x_16 == 0) +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_17 = lean_unsigned_to_nat(0u); +x_18 = l_Lean_Syntax_getArg(x_11, x_17); +x_19 = l_Array_anyMUnsafe_any___at_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____spec__3___closed__7; +x_20 = l_Lean_Syntax_matchesIdent(x_18, x_19); +lean_dec(x_18); +if (x_20 == 0) { -size_t x_17; size_t x_18; -lean_dec(x_5); -x_17 = 1; -x_18 = lean_usize_add(x_2, x_17); -x_2 = x_18; -goto _start; +uint8_t x_21; +lean_dec(x_11); +x_21 = 0; +x_4 = x_21; +goto block_9; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(1u); -x_21 = l_Lean_Syntax_getArg(x_5, x_20); -lean_dec(x_5); -x_22 = l_Lean_Syntax_matchesNull(x_21, x_20); -if (x_22 == 0) +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_unsigned_to_nat(1u); +x_23 = l_Lean_Syntax_getArg(x_11, x_22); +lean_dec(x_11); +x_24 = l_Lean_Syntax_matchesNull(x_23, x_22); +if (x_24 == 0) { -size_t x_23; size_t x_24; -x_23 = 1; -x_24 = lean_usize_add(x_2, x_23); -x_2 = x_24; -goto _start; +uint8_t x_25; +x_25 = 0; +x_4 = x_25; +goto block_9; } else { uint8_t x_26; x_26 = 1; -return x_26; +x_4 = x_26; +goto block_9; } } } @@ -2296,9 +2294,10 @@ return x_26; else { uint8_t x_27; -lean_dec(x_5); +lean_dec(x_11); x_27 = 1; -return x_27; +x_4 = x_27; +goto block_9; } } else @@ -2307,6 +2306,23 @@ uint8_t x_28; x_28 = 0; return x_28; } +block_9: +{ +if (x_4 == 0) +{ +size_t x_5; size_t x_6; +x_5 = 1; +x_6 = lean_usize_add(x_2, x_5); +x_2 = x_6; +goto _start; +} +else +{ +uint8_t x_8; +x_8 = 1; +return x_8; +} +} } } static lean_object* _init_l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_685____lambda__1___closed__1() { @@ -5586,7 +5602,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -5606,7 +5622,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -5754,7 +5770,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -5807,7 +5823,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -6042,7 +6058,7 @@ LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Linter_unusedVariables_ lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); x_8 = l_Lean_AssocList_contains___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__5(x_2, x_7); @@ -7834,67 +7850,28 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Linter_collectMacroExpansions_x3f_go___at_Lean_Linter_unusedVariables___spec__25___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) { _start: { -lean_object* x_9; lean_object* x_10; -x_9 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__1(x_5); -x_10 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__2(x_9); -if (lean_obj_tag(x_10) == 0) -{ -lean_object* x_11; uint8_t x_12; uint8_t x_13; -x_11 = lean_ctor_get(x_1, 0); -x_12 = 0; -x_13 = l_Lean_Elab_Info_contains(x_3, x_11, x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -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_8); -return x_15; -} -else -{ -lean_object* x_16; uint8_t x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_1, 1); -x_17 = 1; -x_18 = l_Lean_Elab_Info_contains(x_3, x_16, x_17); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; -x_19 = lean_box(0); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_8); -return x_20; -} -else +uint8_t x_9; lean_object* x_20; lean_object* x_21; +x_20 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__1(x_5); +x_21 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__2(x_20); +if (lean_obj_tag(x_21) == 0) { -if (lean_obj_tag(x_3) == 3) +lean_object* x_22; uint8_t x_23; uint8_t x_24; +x_22 = lean_ctor_get(x_1, 0); +x_23 = 0; +x_24 = l_Lean_Elab_Info_contains(x_3, x_22, x_23); +if (x_24 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_21 = lean_ctor_get(x_3, 0); -x_22 = lean_box(0); -lean_inc(x_21); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -x_24 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_24, 0, x_23); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_8); -return x_25; +x_9 = x_23; +goto block_19; } else { -lean_object* x_26; lean_object* x_27; -x_26 = l_Lean_Linter_collectMacroExpansions_x3f_go___at_Lean_Linter_unusedVariables___spec__25___lambda__2___closed__1; -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_8); -return x_27; -} -} +lean_object* x_25; uint8_t x_26; uint8_t x_27; +x_25 = lean_ctor_get(x_1, 1); +x_26 = 1; +x_27 = l_Lean_Elab_Info_contains(x_3, x_25, x_26); +x_9 = x_27; +goto block_19; } } else @@ -7902,19 +7879,19 @@ else if (lean_obj_tag(x_3) == 3) { uint8_t x_28; -x_28 = !lean_is_exclusive(x_10); +x_28 = !lean_is_exclusive(x_21); if (x_28 == 0) { lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_29 = lean_ctor_get(x_10, 0); -x_30 = lean_ctor_get(x_10, 1); +x_29 = lean_ctor_get(x_21, 0); +x_30 = lean_ctor_get(x_21, 1); lean_dec(x_30); x_31 = lean_ctor_get(x_3, 0); lean_inc(x_31); -lean_ctor_set(x_10, 1, x_29); -lean_ctor_set(x_10, 0, x_31); +lean_ctor_set(x_21, 1, x_29); +lean_ctor_set(x_21, 0, x_31); x_32 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_32, 0, x_10); +lean_ctor_set(x_32, 0, x_21); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); lean_ctor_set(x_33, 1, x_8); @@ -7923,9 +7900,9 @@ return x_33; else { lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_34 = lean_ctor_get(x_10, 0); +x_34 = lean_ctor_get(x_21, 0); lean_inc(x_34); -lean_dec(x_10); +lean_dec(x_21); x_35 = lean_ctor_get(x_3, 0); lean_inc(x_35); x_36 = lean_alloc_ctor(1, 2, 0); @@ -7942,9 +7919,9 @@ return x_38; else { lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_10, 0); +x_39 = lean_ctor_get(x_21, 0); lean_inc(x_39); -lean_dec(x_10); +lean_dec(x_21); x_40 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_40, 0, x_39); x_41 = lean_alloc_ctor(0, 2, 0); @@ -7953,6 +7930,46 @@ lean_ctor_set(x_41, 1, x_8); return x_41; } } +block_19: +{ +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +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_8); +return x_11; +} +else +{ +if (lean_obj_tag(x_3) == 3) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_3, 0); +x_13 = lean_box(0); +lean_inc(x_12); +x_14 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_14, 0, x_12); +lean_ctor_set(x_14, 1, x_13); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, 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_8); +return x_16; +} +else +{ +lean_object* x_17; lean_object* x_18; +x_17 = l_Lean_Linter_collectMacroExpansions_x3f_go___at_Lean_Linter_unusedVariables___spec__25___lambda__2___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_8); +return x_18; +} +} +} } } static lean_object* _init_l_Lean_Linter_collectMacroExpansions_x3f_go___at_Lean_Linter_unusedVariables___spec__25___closed__1() { @@ -10991,7 +11008,7 @@ lean_dec(x_5); return x_12; } } -static lean_object* _init_l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176____closed__1() { +static lean_object* _init_l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161____closed__1() { _start: { lean_object* x_1; @@ -10999,11 +11016,11 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Linter_unusedVariables), 4, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176____closed__1; +x_2 = l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161____closed__1; x_3 = l_Lean_Elab_Command_addLinter(x_2, x_1); return x_3; } @@ -11591,9 +11608,9 @@ l_Lean_Linter_unusedVariables___lambda__1___closed__1 = _init_l_Lean_Linter_unus lean_mark_persistent(l_Lean_Linter_unusedVariables___lambda__1___closed__1); l_Lean_Linter_unusedVariables___lambda__1___closed__2 = _init_l_Lean_Linter_unusedVariables___lambda__1___closed__2(); lean_mark_persistent(l_Lean_Linter_unusedVariables___lambda__1___closed__2); -l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176____closed__1 = _init_l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176____closed__1(); -lean_mark_persistent(l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176____closed__1); -res = l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5176_(lean_io_mk_world()); +l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161____closed__1 = _init_l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161____closed__1(); +lean_mark_persistent(l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161____closed__1); +res = l_Lean_Linter_initFn____x40_Lean_Linter_UnusedVariables___hyg_5161_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_MessageData_isUnusedVariableWarning___closed__1 = _init_l_Lean_MessageData_isUnusedVariableWarning___closed__1(); diff --git a/stage0/stdlib/Lean/Linter/Util.c b/stage0/stdlib/Lean/Linter/Util.c index 5b1707022d71..278d3f8cc374 100644 --- a/stage0/stdlib/Lean/Linter/Util.c +++ b/stage0/stdlib/Lean/Linter/Util.c @@ -297,151 +297,148 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Linter_collectMacroExpansions_x3f_go___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) { _start: { -lean_object* x_7; lean_object* x_8; -x_7 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__1(x_6); -x_8 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__2(x_7); -if (lean_obj_tag(x_8) == 0) -{ -lean_object* x_9; uint8_t x_10; uint8_t x_11; -x_9 = lean_ctor_get(x_1, 0); -x_10 = 0; -x_11 = l_Lean_Elab_Info_contains(x_4, x_9, x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_2, 0); -lean_inc(x_12); -lean_dec(x_2); -x_13 = lean_ctor_get(x_12, 1); -lean_inc(x_13); -lean_dec(x_12); -x_14 = lean_box(0); -x_15 = lean_apply_2(x_13, lean_box(0), x_14); -return x_15; -} -else +uint8_t x_7; lean_object* x_24; lean_object* x_25; +x_24 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__1(x_6); +x_25 = l_List_filterMap___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__2(x_24); +if (lean_obj_tag(x_25) == 0) { -lean_object* x_16; uint8_t x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_1, 1); -x_17 = 1; -x_18 = l_Lean_Elab_Info_contains(x_4, x_16, x_17); -if (x_18 == 0) +lean_object* x_26; uint8_t x_27; uint8_t x_28; +x_26 = lean_ctor_get(x_2, 0); +x_27 = 0; +x_28 = l_Lean_Elab_Info_contains(x_4, x_26, x_27); +if (x_28 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_2, 0); -lean_inc(x_19); -lean_dec(x_2); -x_20 = lean_ctor_get(x_19, 1); -lean_inc(x_20); -lean_dec(x_19); -x_21 = lean_box(0); -x_22 = lean_apply_2(x_20, lean_box(0), x_21); -return x_22; +x_7 = x_27; +goto block_23; } else { -if (lean_obj_tag(x_4) == 3) -{ -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; -x_23 = lean_ctor_get(x_4, 0); -x_24 = lean_ctor_get(x_2, 0); -lean_inc(x_24); -lean_dec(x_2); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_box(0); -lean_inc(x_23); -x_27 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_27, 0, x_23); -lean_ctor_set(x_27, 1, x_26); -x_28 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_28, 0, x_27); -x_29 = lean_apply_2(x_25, lean_box(0), x_28); -return x_29; -} -else -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_2, 0); -lean_inc(x_30); -lean_dec(x_2); -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -x_32 = l_Lean_Linter_collectMacroExpansions_x3f_go___rarg___lambda__2___closed__1; -x_33 = lean_apply_2(x_31, lean_box(0), x_32); -return x_33; -} -} +lean_object* x_29; uint8_t x_30; uint8_t x_31; +x_29 = lean_ctor_get(x_2, 1); +x_30 = 1; +x_31 = l_Lean_Elab_Info_contains(x_4, x_29, x_30); +x_7 = x_31; +goto block_23; } } else { if (lean_obj_tag(x_4) == 3) { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_8); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_35 = lean_ctor_get(x_8, 0); -x_36 = lean_ctor_get(x_8, 1); -lean_dec(x_36); -x_37 = lean_ctor_get(x_4, 0); -x_38 = lean_ctor_get(x_2, 0); -lean_inc(x_38); -lean_dec(x_2); -x_39 = lean_ctor_get(x_38, 1); -lean_inc(x_39); -lean_dec(x_38); +uint8_t x_32; +x_32 = !lean_is_exclusive(x_25); +if (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; +x_33 = lean_ctor_get(x_25, 0); +x_34 = lean_ctor_get(x_25, 1); +lean_dec(x_34); +x_35 = lean_ctor_get(x_4, 0); +x_36 = lean_ctor_get(x_1, 0); +lean_inc(x_36); +lean_dec(x_1); +x_37 = lean_ctor_get(x_36, 1); lean_inc(x_37); -lean_ctor_set(x_8, 1, x_35); -lean_ctor_set(x_8, 0, x_37); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_8); -x_41 = lean_apply_2(x_39, lean_box(0), x_40); -return x_41; +lean_dec(x_36); +lean_inc(x_35); +lean_ctor_set(x_25, 1, x_33); +lean_ctor_set(x_25, 0, x_35); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_25); +x_39 = lean_apply_2(x_37, lean_box(0), x_38); +return x_39; } 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; -x_42 = lean_ctor_get(x_8, 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; +x_40 = lean_ctor_get(x_25, 0); +lean_inc(x_40); +lean_dec(x_25); +x_41 = lean_ctor_get(x_4, 0); +x_42 = lean_ctor_get(x_1, 0); lean_inc(x_42); -lean_dec(x_8); -x_43 = lean_ctor_get(x_4, 0); -x_44 = lean_ctor_get(x_2, 0); -lean_inc(x_44); -lean_dec(x_2); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -lean_dec(x_44); +lean_dec(x_1); +x_43 = lean_ctor_get(x_42, 1); lean_inc(x_43); -x_46 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_46, 0, x_43); -lean_ctor_set(x_46, 1, x_42); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_48 = lean_apply_2(x_45, lean_box(0), x_47); -return x_48; +lean_dec(x_42); +lean_inc(x_41); +x_44 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_44, 0, x_41); +lean_ctor_set(x_44, 1, x_40); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_44); +x_46 = lean_apply_2(x_43, lean_box(0), x_45); +return x_46; } } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_49 = lean_ctor_get(x_8, 0); +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +lean_dec(x_25); +x_48 = lean_ctor_get(x_1, 0); +lean_inc(x_48); +lean_dec(x_1); +x_49 = lean_ctor_get(x_48, 1); lean_inc(x_49); +lean_dec(x_48); +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_47); +x_51 = lean_apply_2(x_49, lean_box(0), x_50); +return x_51; +} +} +block_23: +{ +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_8 = lean_ctor_get(x_1, 0); +lean_inc(x_8); +lean_dec(x_1); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); lean_dec(x_8); -x_50 = lean_ctor_get(x_2, 0); -lean_inc(x_50); -lean_dec(x_2); -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -lean_dec(x_50); -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_49); -x_53 = lean_apply_2(x_51, lean_box(0), x_52); -return x_53; +x_10 = lean_box(0); +x_11 = lean_apply_2(x_9, lean_box(0), x_10); +return x_11; +} +else +{ +if (lean_obj_tag(x_4) == 3) +{ +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_12 = lean_ctor_get(x_4, 0); +x_13 = lean_ctor_get(x_1, 0); +lean_inc(x_13); +lean_dec(x_1); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_box(0); +lean_inc(x_12); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_12); +lean_ctor_set(x_16, 1, x_15); +x_17 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_17, 0, x_16); +x_18 = lean_apply_2(x_14, lean_box(0), x_17); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_1, 0); +lean_inc(x_19); +lean_dec(x_1); +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +lean_dec(x_19); +x_21 = l_Lean_Linter_collectMacroExpansions_x3f_go___rarg___lambda__2___closed__1; +x_22 = lean_apply_2(x_20, lean_box(0), x_21); +return x_22; +} } } } @@ -455,8 +452,8 @@ x_4 = lean_alloc_closure((void*)(l_Lean_Linter_collectMacroExpansions_x3f_go___r lean_closure_set(x_4, 0, x_1); lean_inc(x_1); x_5 = lean_alloc_closure((void*)(l_Lean_Linter_collectMacroExpansions_x3f_go___rarg___lambda__2___boxed), 6, 2); -lean_closure_set(x_5, 0, x_2); -lean_closure_set(x_5, 1, x_1); +lean_closure_set(x_5, 0, x_1); +lean_closure_set(x_5, 1, x_2); x_6 = l_Lean_Elab_InfoTree_visitM___at_Lean_Linter_collectMacroExpansions_x3f_go___spec__3___rarg(x_1, x_4, x_5, x_3); return x_6; } @@ -488,7 +485,7 @@ x_7 = l_Lean_Linter_collectMacroExpansions_x3f_go___rarg___lambda__2(x_1, x_2, x lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); +lean_dec(x_2); return x_7; } } diff --git a/stage0/stdlib/Lean/LocalContext.c b/stage0/stdlib/Lean/LocalContext.c index a39067269a2b..0e2605aaa833 100644 --- a/stage0/stdlib/Lean/LocalContext.c +++ b/stage0/stdlib/Lean/LocalContext.c @@ -53,7 +53,6 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_LocalContext_isSubPrefixOfA LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_LocalContext_foldl___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_LocalDecl_value___closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_LocalContext_foldl___spec__5(lean_object*); -LEAN_EXPORT uint64_t l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_266_(uint8_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_LocalContext_foldl___spec__13___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalContext_forM___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_LocalContext_foldl___spec__10(lean_object*); @@ -166,6 +165,7 @@ LEAN_EXPORT lean_object* l_Lean_LocalContext_addDecl(lean_object*, lean_object*) LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_LocalContext_allM___spec__5(lean_object*); lean_object* l_Lean_PersistentArray_foldlM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalContext_foldrM___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint64_t l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_260_(uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_LocalContext_instForInLocalContextLocalDecl___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_LocalContext_instForInLocalContextLocalDecl___spec__5___rarg___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_PersistentHashMap_mapM___at_Lean_LocalContext_replaceFVarId___spec__1(lean_object*, lean_object*); @@ -407,7 +407,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_LocalContext_findDec lean_object* l_Lean_sanitizeName(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_LocalContext_findDecl_x3f___spec__4___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_LocalContext_foldr___spec__24___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_266____boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_LocalContext_foldr___spec__24___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalContext_mkBinding(uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_LocalContext_0__Lean_reprLocalDeclKind____x40_Lean_LocalContext___hyg_23____closed__8; @@ -446,6 +445,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_LocalContext_all___spec__5( LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_LocalContext_foldl___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalDeclKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalDecl_type(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_260____boxed(lean_object*); lean_object* l_Repr_addAppParen(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_LocalContext_foldr___spec__7(lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalContext_anyM___rarg(lean_object*, lean_object*, lean_object*); @@ -472,6 +472,7 @@ LEAN_EXPORT lean_object* l_Array_mapM_x27_go___at_Lean_LocalContext_replaceFVarI LEAN_EXPORT lean_object* l_Lean_LocalDecl_isLet___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldrMAux___at_Lean_LocalContext_foldr___spec__20___rarg(lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_LocalContext_mkLocalDecl___spec__2___closed__1; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_LocalContext_replaceFVarId___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalDecl_type___boxed(lean_object*); @@ -578,7 +579,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_LocalContext_foldl_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_LocalContext_instForInLocalContextLocalDecl___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_LocalContext_fvarIdToDecl___default___closed__1; LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRev___at_Lean_LocalContext_mkLambda___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_LocalContext_findDecl_x3f___spec__5(lean_object*); @@ -1080,7 +1080,7 @@ x_6 = lean_box(x_5); return x_6; } } -LEAN_EXPORT uint64_t l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_266_(uint8_t x_1) { +LEAN_EXPORT uint64_t l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_260_(uint8_t x_1) { _start: { switch (x_1) { @@ -1105,13 +1105,13 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_266____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_260____boxed(lean_object* x_1) { _start: { uint8_t x_2; uint64_t x_3; lean_object* x_4; x_2 = lean_unbox(x_1); lean_dec(x_1); -x_3 = l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_266_(x_2); +x_3 = l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_260_(x_2); x_4 = lean_box_uint64(x_3); return x_4; } @@ -1120,7 +1120,7 @@ static lean_object* _init_l_Lean_instHashableLocalDeclKind___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_266____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_LocalContext_0__Lean_hashLocalDeclKind____x40_Lean_LocalContext___hyg_260____boxed), 1, 0); return x_1; } } @@ -2224,7 +2224,7 @@ 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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_9); +x_11 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_9); x_12 = lean_uint64_to_usize(x_11); x_13 = 1; x_14 = lean_usize_sub(x_1, x_13); @@ -2736,7 +2736,7 @@ if (x_4 == 0) lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_LocalContext_mkLocalDecl___spec__2(x_5, x_8, x_9, x_2, x_3); @@ -2755,7 +2755,7 @@ x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); lean_inc(x_13); lean_dec(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_LocalContext_mkLocalDecl___spec__2(x_13, x_16, x_17, x_2, x_3); @@ -3150,7 +3150,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_LocalContext_find_x3f___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -3369,7 +3369,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; uint8_t x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_containsAux___at_Lean_LocalContext_contains___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -4557,7 +4557,7 @@ if (x_3 == 0) lean_object* x_4; lean_object* x_5; uint64_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 1); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = lean_uint64_to_usize(x_6); x_8 = l_Lean_PersistentHashMap_eraseAux___at_Lean_LocalContext_erase___spec__2(x_4, x_7, x_2); x_9 = lean_ctor_get(x_8, 1); @@ -4595,7 +4595,7 @@ x_16 = lean_ctor_get(x_1, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_1); -x_17 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_17 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_18 = lean_uint64_to_usize(x_17); x_19 = l_Lean_PersistentHashMap_eraseAux___at_Lean_LocalContext_erase___spec__2(x_15, x_18, x_2); x_20 = lean_ctor_get(x_19, 1); @@ -10689,63 +10689,49 @@ goto _start; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_35; lean_object* x_36; uint8_t x_37; +lean_object* x_14; uint8_t x_15; lean_object* x_38; lean_object* x_39; uint8_t x_40; x_14 = lean_ctor_get(x_10, 0); lean_inc(x_14); lean_dec(x_10); -x_35 = lean_array_get_size(x_3); -x_36 = lean_unsigned_to_nat(0u); -x_37 = lean_nat_dec_lt(x_36, x_35); -if (x_37 == 0) +x_38 = lean_array_get_size(x_3); +x_39 = lean_unsigned_to_nat(0u); +x_40 = lean_nat_dec_lt(x_39, x_38); +if (x_40 == 0) { -lean_object* x_38; -lean_dec(x_35); -x_38 = lean_box(0); -x_15 = x_38; -goto block_34; -} -else -{ -uint8_t x_39; -x_39 = lean_nat_dec_le(x_35, x_35); -if (x_39 == 0) -{ -lean_object* x_40; -lean_dec(x_35); -x_40 = lean_box(0); -x_15 = x_40; -goto block_34; +uint8_t x_41; +lean_dec(x_38); +x_41 = 0; +x_15 = x_41; +goto block_37; } else { -size_t x_41; size_t x_42; uint8_t x_43; -x_41 = 0; -x_42 = lean_usize_of_nat(x_35); -lean_dec(x_35); -x_43 = l_Array_anyMUnsafe_any___at_Lean_LocalContext_isSubPrefixOfAux___spec__1(x_14, x_3, x_41, x_42); -if (x_43 == 0) +uint8_t x_42; +x_42 = lean_nat_dec_le(x_38, x_38); +if (x_42 == 0) { -lean_object* x_44; -x_44 = lean_box(0); -x_15 = x_44; -goto block_34; +uint8_t x_43; +lean_dec(x_38); +x_43 = 0; +x_15 = x_43; +goto block_37; } else { -lean_object* x_45; lean_object* x_46; -lean_dec(x_14); -x_45 = lean_unsigned_to_nat(1u); -x_46 = lean_nat_add(x_4, x_45); -lean_dec(x_4); -x_4 = x_46; -goto _start; -} +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = 0; +x_45 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_46 = l_Array_anyMUnsafe_any___at_Lean_LocalContext_isSubPrefixOfAux___spec__1(x_14, x_3, x_44, x_45); +x_15 = x_46; +goto block_37; } } -block_34: +block_37: +{ +if (x_15 == 0) { lean_object* x_16; uint8_t x_17; -lean_dec(x_15); x_16 = lean_ctor_get(x_2, 2); lean_inc(x_16); x_17 = lean_nat_dec_lt(x_5, x_16); @@ -10813,6 +10799,17 @@ goto _start; } } } +else +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_14); +x_34 = lean_unsigned_to_nat(1u); +x_35 = lean_nat_add(x_4, x_34); +lean_dec(x_4); +x_4 = x_35; +goto _start; +} +} } } } @@ -13781,54 +13778,71 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_LocalContext_sanitizeNames(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; lean_object* x_4; uint8_t x_5; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -x_4 = l_Lean_LocalContext_sanitizeNames___closed__1; -x_5 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_3, x_4); -lean_dec(x_3); -if (x_5 == 0) +uint8_t x_3; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_2, 0); +lean_inc(x_16); +x_17 = l_Lean_LocalContext_sanitizeNames___closed__1; +x_18 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_16, x_17); +lean_dec(x_16); +if (x_18 == 0) { -lean_object* x_6; -x_6 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_6, 0, x_1); -lean_ctor_set(x_6, 1, x_2); -return x_6; +uint8_t x_19; +x_19 = 1; +x_3 = x_19; +goto block_15; } 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; uint8_t x_13; -x_7 = lean_ctor_get(x_1, 1); -lean_inc(x_7); -x_8 = lean_ctor_get(x_7, 2); +uint8_t x_20; +x_20 = 0; +x_3 = x_20; +goto block_15; +} +block_15: +{ +if (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; uint8_t x_10; +x_4 = lean_ctor_get(x_1, 1); +lean_inc(x_4); +x_5 = lean_ctor_get(x_4, 2); +lean_inc(x_5); +lean_dec(x_4); +x_6 = l_Lean_NameSet_empty; +x_7 = l_Nat_foldRevM_loop___at_Lean_LocalContext_sanitizeNames___spec__1(x_5, x_1, x_6, x_2); +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); -x_9 = l_Lean_NameSet_empty; -x_10 = l_Nat_foldRevM_loop___at_Lean_LocalContext_sanitizeNames___spec__1(x_8, x_1, x_9, x_2); -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 = !lean_is_exclusive(x_11); -if (x_13 == 0) +x_10 = !lean_is_exclusive(x_8); +if (x_10 == 0) { -lean_object* x_14; -x_14 = lean_ctor_get(x_11, 1); -lean_dec(x_14); -lean_ctor_set(x_11, 1, x_12); -return x_11; +lean_object* x_11; +x_11 = lean_ctor_get(x_8, 1); +lean_dec(x_11); +lean_ctor_set(x_8, 1, x_9); +return x_8; } else { -lean_object* x_15; lean_object* x_16; -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_15); -lean_ctor_set(x_16, 1, x_12); -return x_16; +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_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +return x_13; +} +} +else +{ +lean_object* x_14; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_1); +lean_ctor_set(x_14, 1, x_2); +return x_14; } } } diff --git a/stage0/stdlib/Lean/Log.c b/stage0/stdlib/Lean/Log.c index df0ed49fce2d..88b9112f6be6 100644 --- a/stage0/stdlib/Lean/Log.c +++ b/stage0/stdlib/Lean/Log.c @@ -759,53 +759,31 @@ return x_23; LEAN_EXPORT lean_object* l_Lean_logAt___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, uint8_t x_7) { _start: { -lean_object* x_8; uint8_t x_14; uint8_t x_15; -x_14 = 2; -x_15 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_7, x_14); -if (x_15 == 0) +uint8_t x_8; uint8_t x_18; uint8_t x_19; +x_18 = 2; +x_19 = l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(x_7, x_18); +if (x_19 == 0) { -lean_object* x_16; -x_16 = lean_box(0); -x_8 = x_16; -goto block_13; +uint8_t x_20; +x_20 = 0; +x_8 = x_20; +goto block_17; } else { -lean_object* x_17; uint8_t x_18; +lean_object* x_21; uint8_t x_22; lean_inc(x_6); -x_17 = l_Lean_MessageData_hasSyntheticSorry(x_6); -x_18 = lean_unbox(x_17); -lean_dec(x_17); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = lean_box(0); -x_8 = x_19; -goto block_13; +x_21 = l_Lean_MessageData_hasSyntheticSorry(x_6); +x_22 = lean_unbox(x_21); +lean_dec(x_21); +x_8 = x_22; +goto block_17; } -else +block_17: { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_20 = lean_ctor_get(x_1, 0); -lean_inc(x_20); -lean_dec(x_1); -x_21 = lean_ctor_get(x_20, 1); -lean_inc(x_21); -lean_dec(x_20); -x_22 = lean_box(0); -x_23 = lean_apply_2(x_21, lean_box(0), x_22); -return x_23; -} -} -block_13: +if (x_8 == 0) { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -lean_dec(x_8); x_9 = lean_ctor_get(x_1, 1); lean_inc(x_9); lean_dec(x_1); @@ -821,6 +799,25 @@ lean_closure_set(x_11, 5, x_9); x_12 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_4, x_11); return x_12; } +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_13 = lean_ctor_get(x_1, 0); +lean_inc(x_13); +lean_dec(x_1); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_box(0); +x_16 = lean_apply_2(x_14, lean_box(0), x_15); +return x_16; +} +} } } LEAN_EXPORT lean_object* l_Lean_logAt(lean_object* x_1) { diff --git a/stage0/stdlib/Lean/Message.c b/stage0/stdlib/Lean/Message.c index 4ac7f7624738..43e4d9a2ec69 100644 --- a/stage0/stdlib/Lean/Message.c +++ b/stage0/stdlib/Lean/Message.c @@ -23,16 +23,19 @@ LEAN_EXPORT lean_object* l_Lean_MessageLog_msgs___default; LEAN_EXPORT lean_object* l_Lean_Message_toString___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Message_toString___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_extract(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_ofSyntax___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_paren(lean_object*); static lean_object* l_Lean_MessageData_instCoeSyntaxMessageData___closed__1; static lean_object* l_Lean_mkErrorStringWithPos___closed__4; LEAN_EXPORT lean_object* l_Lean_Message_toString___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Message_severity___default; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16(lean_object*, size_t, size_t, lean_object*); uint32_t lean_string_utf8_get(lean_object*, lean_object*); static lean_object* l_Lean_Message_toString___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1___at_Lean_MessageLog_getInfoMessages___spec__14(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); static lean_object* l_Lean_KernelException_toMessageData___closed__4; @@ -42,6 +45,7 @@ static lean_object* l_Lean_KernelException_toMessageData___closed__36; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapMAux___at_Lean_MessageLog_errorsToWarnings___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MessageData_formatAux___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__6; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); static lean_object* l_Lean_MessageData_instCoeExprMessageData___closed__1; LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeStringMessageData___lambda__1(lean_object*); @@ -49,6 +53,7 @@ LEAN_EXPORT lean_object* l_Lean_indentD(lean_object*); static lean_object* l_Lean_termM_x21_____closed__1; lean_object* l_Lean_Syntax_formatStxAux(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__19; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__12(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_joinSep(lean_object*, lean_object*); static lean_object* l_Lean_MessageData_formatAux___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); @@ -70,6 +75,7 @@ static lean_object* l_Lean_KernelException_toMessageData___closed__8; uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_KernelException_toMessageData___closed__37; static lean_object* l_Lean_addMessageContextPartial___rarg___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7___at_Lean_MessageLog_getInfoMessages___spec__17(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_ofArray(lean_object*); static lean_object* l_Lean_MessageData_hasSyntheticSorry_visit___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_MessageLog_errorsToWarnings___spec__1(lean_object*); @@ -82,6 +88,7 @@ static lean_object* l_Lean_MessageData_formatAux___closed__5; LEAN_EXPORT lean_object* l_String_splitAux___at_Lean_stringToMessageData___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeMVarIdMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_isEmpty___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_MessageData_ofList___closed__7; LEAN_EXPORT uint8_t l_Lean_MessageData_ofExpr___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_hasTag___boxed(lean_object*, lean_object*); @@ -97,6 +104,7 @@ LEAN_EXPORT lean_object* l_Lean_mkErrorStringWithPos(lean_object*, lean_object*, static lean_object* l_Lean_MessageData_formatAux___closed__2; LEAN_EXPORT lean_object* l_Lean_instToMessageDataOption(lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataSyntax; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___at_Lean_MessageLog_getInfoMessages___spec__18(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_termM_x21_____closed__12; static lean_object* l_Lean_KernelException_toMessageData___closed__34; uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); @@ -111,6 +119,7 @@ lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_ofExpr___lambda__2___boxed(lean_object*, lean_object*); lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__32; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13___at_Lean_MessageLog_getInfoMessages___spec__20(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_MessageData_formatAux___closed__3; uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeListExprMessageData(lean_object*); @@ -126,11 +135,13 @@ static lean_object* l_Lean_KernelException_toMessageData___closed__44; static lean_object* l_Lean_mkErrorStringWithPos___closed__3; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataArray___rarg(lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1; static lean_object* l_Lean_termM_x21_____closed__7; size_t lean_usize_of_nat(lean_object*); uint8_t l_String_isEmpty(lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataExpr; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MessageData_hasSyntheticSorry_visit___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___at_Lean_MessageLog_getInfoMessages___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MessageData_ofList___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_toList___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__1; @@ -157,7 +168,7 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExpr static lean_object* l_Lean_Message_toString___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_instToMessageDataFormat(lean_object*); static lean_object* l_Lean_MessageData_instCoeNameMessageData___closed__1; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedMessageData; static lean_object* l_Lean_KernelException_toMessageData___closed__3; LEAN_EXPORT lean_object* l_Lean_MessageLog_toList(lean_object*); @@ -165,26 +176,32 @@ static lean_object* l_Lean_MessageData_ofList___closed__5; static lean_object* l_Lean_MessageData_instCoeOptionExprMessageData___closed__3; static lean_object* l_Lean_MessageData_hasSyntheticSorry_visit___closed__6; static lean_object* l_Lean_KernelException_toMessageData___closed__33; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__10; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__24; lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_MessageData_formatAux___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_toList___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termM_x21_____closed__2; LEAN_EXPORT lean_object* l_Lean_PPFormat_hasSyntheticSorry___default___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__11(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__11; static lean_object* l_Lean_KernelException_toMessageData___closed__45; static lean_object* l_Lean_KernelException_toMessageData___closed__46; LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeOptionExprMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_toList___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqMessageSeverity; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageSeverity_noConfusion___rarg(uint8_t, uint8_t, lean_object*); static lean_object* l_Lean_MessageData_instCoeListMessageData___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedMessageLog; static lean_object* l_Lean_KernelException_toMessageData___closed__9; LEAN_EXPORT lean_object* l_Lean_instToMessageDataString; lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7___at_Lean_MessageLog_getInfoMessages___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1; LEAN_EXPORT uint8_t l_Lean_MessageData_hasTag(lean_object*, lean_object*); static lean_object* l_Lean_instToMessageDataOption___rarg___closed__4; @@ -192,8 +209,10 @@ static lean_object* l_Lean_KernelException_toMessageData___closed__29; LEAN_EXPORT lean_object* l_Lean_instAddMessageContext(lean_object*, lean_object*); static lean_object* l_Lean_MessageData_instCoeStringMessageData___closed__3; static lean_object* l_Lean_MessageData_ofList___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageSeverity_noConfusion(lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_string_utf8_at_end(lean_object*, lean_object*); static lean_object* l_Lean_instToMessageDataMessageData___closed__1; LEAN_EXPORT lean_object* l_Lean_MessageData_nil; @@ -219,12 +238,15 @@ static lean_object* l_Lean_MessageData_instCoeArrayExprMessageData___closed__3; uint8_t l_Std_Format_isEmpty(lean_object*); static lean_object* l_Lean_MessageData_instCoeArrayExprMessageData___closed__2; LEAN_EXPORT lean_object* l_String_split___at_Lean_stringToMessageData___spec__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addMessageContextFull___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_MessageData_ofSyntax___lambda__2(lean_object*); static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__9; static lean_object* l_Lean_MessageData_hasSyntheticSorry_visit___closed__4; extern lean_object* l_Std_Format_defWidth; LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_arrayExpr_toMessageData(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MessageData_formatAux___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_instCoeSyntaxMessageData; @@ -244,6 +266,7 @@ static lean_object* l_Lean_MessageData_arrayExpr_toMessageData___closed__6; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MessageLog_hasErrors___spec__1(lean_object*); static lean_object* l_Lean_instToMessageDataOptionExpr___closed__3; static lean_object* l_Lean_KernelException_toMessageData___closed__7; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instToMessageDataOptionExpr___closed__1; static lean_object* l_Lean_termM_x21_____closed__8; static lean_object* l_Lean_KernelException_toMessageData___closed__41; @@ -261,13 +284,15 @@ static lean_object* l_Lean_MessageData_arrayExpr_toMessageData___closed__4; static lean_object* l_Lean_MessageSeverity_noConfusion___rarg___closed__1; static lean_object* l_Lean_KernelException_toMessageData___closed__15; static lean_object* l_Lean_MessageData_formatAux___closed__10; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); static lean_object* l_Lean_instInhabitedMessage___closed__1; LEAN_EXPORT lean_object* l_Lean_addMessageContextFull___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MessageData_hasSyntheticSorry_visit___spec__1(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__3; static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___at_Lean_MessageLog_getInfoMessages___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MessageData_arrayExpr_toMessageData___closed__2; LEAN_EXPORT lean_object* l_Lean_MessageLog_instAppendMessageLog; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -290,14 +315,15 @@ lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_ob static lean_object* l_Lean_KernelException_toMessageData___closed__39; static lean_object* l_Lean_MessageData_instCoeStringMessageData___closed__2; lean_object* l_Lean_Level_format(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__22; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__31; static lean_object* l_Lean_MessageData_arrayExpr_toMessageData___closed__5; static lean_object* l_Lean_KernelException_toMessageData___closed__18; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MessageData_formatAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_instInhabitedMessageLog___closed__2; LEAN_EXPORT lean_object* l_Lean_addMessageContextPartial(lean_object*); static lean_object* l_Lean_MessageData_instCoeOptionExprMessageData___closed__2; @@ -305,11 +331,11 @@ static lean_object* l_Lean_KernelException_toMessageData___closed__13; static lean_object* l_Lean_termM_x21_____closed__9; LEAN_EXPORT lean_object* l_Lean_toMessageList(lean_object*); static lean_object* l_Lean_Message_toString___lambda__3___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); static lean_object* l_Lean_toMessageList___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkErrorStringWithPos___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termM_x21_____closed__5; LEAN_EXPORT lean_object* l_Lean_instToMessageDataMessageData; @@ -322,6 +348,7 @@ LEAN_EXPORT lean_object* l_Lean_Message_toString___lambda__2(lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_instToMessageDataTSyntax(lean_object*); static lean_object* l_Lean_MessageData_instCoeOptionExprMessageData___closed__1; static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__6; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120____boxed(lean_object*, lean_object*); static lean_object* l_Lean_addMessageContextPartial___rarg___lambda__1___closed__2; @@ -357,6 +384,7 @@ static lean_object* l_Lean_KernelException_toMessageData___closed__17; static lean_object* l_Lean_instToMessageDataString___closed__1; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_stringToMessageData___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_KernelException_toMessageData___closed__21; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13(lean_object*, lean_object*, size_t, size_t, lean_object*); size_t lean_usize_shift_left(size_t, size_t); static lean_object* l_Lean___aux__Lean__Message______macroRules__Lean__termM_x21____1___closed__1; static lean_object* l_Lean_Message_toString___lambda__3___closed__3; @@ -364,6 +392,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MessageLog_has LEAN_EXPORT lean_object* l_Lean_MessageSeverity_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ppGoal(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_ofList___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10(lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l_Lean_termM_x21_____closed__6; static lean_object* l_Lean_MessageData_ofSyntax___closed__1; @@ -372,6 +401,7 @@ LEAN_EXPORT lean_object* l_Lean_MessageData_formatAux(lean_object*, lean_object* static lean_object* l_Lean_termM_x21_____closed__3; LEAN_EXPORT lean_object* l_Lean_instToMessageDataName; lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataSubarray___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Message_toString___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_ofSyntax___lambda__2___boxed(lean_object*); @@ -386,9 +416,11 @@ lean_object* lean_expr_dbg_to_string(lean_object*); static lean_object* l_Lean_MessageData_formatAux___closed__7; static lean_object* l_Lean_mkErrorStringWithPos___closed__1; lean_object* lean_nat_add(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instToMessageDataList___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_bracket(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_toList___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13___at_Lean_MessageLog_getInfoMessages___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_termM_x21_____closed__14; LEAN_EXPORT uint8_t l___private_Lean_Message_0__Lean_beqMessageSeverity____x40_Lean_Message___hyg_120_(uint8_t, uint8_t); static lean_object* l_Lean_instToMessageDataOptionExpr___closed__2; @@ -398,6 +430,7 @@ LEAN_EXPORT lean_object* l_Lean_KernelException_toMessageData(lean_object*, lean static lean_object* l_Lean_MessageData_hasSyntheticSorry_visit___closed__5; static lean_object* l_Lean_MessageData_instCoeArrayExprMessageData___closed__1; lean_object* l_String_toSubstring_x27(lean_object*); +LEAN_EXPORT uint8_t l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MessageLog_errorsToWarnings___spec__3(size_t, size_t, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean_instInhabitedMessageLog___closed__1; @@ -407,6 +440,7 @@ static lean_object* l_Lean_MessageData_paren___closed__2; static lean_object* l_Lean_instInhabitedMessage___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MessageLog_errorsToWarnings___spec__4___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___at_Lean_MessageLog_getInfoMessages___spec__19(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageData_format(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MessageLog_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MessageLog_hasErrors___spec__4___boxed(lean_object*, lean_object*, lean_object*); @@ -4722,20 +4756,722 @@ x_6 = l_Array_mapMUnsafe_map___at_Lean_MessageLog_errorsToWarnings___spec__4(x_4 return x_6; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(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_MessageLog_getInfoMessages___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(x_1, x_7, x_5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +x_5 = x_8; +goto _start; +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get_uint8(x_7, sizeof(void*)*5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_11 = lean_box(x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +x_12 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_11); +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_3; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_5, x_5); +if (x_8 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_3; +} +else +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = 0; +x_10 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_11 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(x_1, x_4, x_9, x_10, x_3); +lean_dec(x_4); +return x_11; +} +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +lean_dec(x_2); +x_13 = lean_array_get_size(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +if (x_15 == 0) +{ +lean_dec(x_13); +lean_dec(x_12); +return x_3; +} +else +{ +uint8_t x_16; +x_16 = lean_nat_dec_le(x_13, x_13); +if (x_16 == 0) +{ +lean_dec(x_13); +lean_dec(x_12); +return x_3; +} +else +{ +size_t x_17; size_t x_18; lean_object* x_19; +x_17 = 0; +x_18 = lean_usize_of_nat(x_13); +lean_dec(x_13); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_1, x_12, x_17, x_18, x_3); +lean_dec(x_12); +return x_19; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(x_1, x_7, x_5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +x_5 = x_8; +goto _start; +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get_uint8(x_7, sizeof(void*)*5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_11 = lean_box(x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +x_12 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_11); +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_instInhabitedPersistentArrayNode(lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_6; size_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; size_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; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_usize_shift_right(x_3, x_4); +x_8 = lean_usize_to_nat(x_7); +x_9 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1; +x_10 = lean_array_get(x_9, x_6, x_8); +x_11 = 1; +x_12 = lean_usize_shift_left(x_11, x_4); +x_13 = lean_usize_sub(x_12, x_11); +x_14 = lean_usize_land(x_3, x_13); +x_15 = 5; +x_16 = lean_usize_sub(x_4, x_15); +x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(x_1, x_10, x_14, x_16, x_5); +lean_dec(x_10); +x_18 = lean_unsigned_to_nat(1u); +x_19 = lean_nat_add(x_8, x_18); +lean_dec(x_8); +x_20 = lean_array_get_size(x_6); +x_21 = lean_nat_dec_lt(x_19, x_20); +if (x_21 == 0) +{ +lean_dec(x_20); +lean_dec(x_19); +return x_17; +} +else +{ +uint8_t x_22; +x_22 = lean_nat_dec_le(x_20, x_20); +if (x_22 == 0) +{ +lean_dec(x_20); +lean_dec(x_19); +return x_17; +} +else +{ +size_t x_23; size_t x_24; lean_object* x_25; +x_23 = lean_usize_of_nat(x_19); +lean_dec(x_19); +x_24 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_25 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6(x_1, x_6, x_23, x_24, x_17); +return x_25; +} +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = lean_ctor_get(x_2, 0); +x_27 = lean_usize_to_nat(x_3); +x_28 = lean_array_get_size(x_26); +x_29 = lean_nat_dec_lt(x_27, x_28); +if (x_29 == 0) +{ +lean_dec(x_28); +lean_dec(x_27); +return x_5; +} +else +{ +uint8_t x_30; +x_30 = lean_nat_dec_le(x_28, x_28); +if (x_30 == 0) +{ +lean_dec(x_28); +lean_dec(x_27); +return x_5; +} +else +{ +size_t x_31; size_t x_32; lean_object* x_33; +x_31 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_32 = lean_usize_of_nat(x_28); +lean_dec(x_28); +x_33 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7(x_1, x_26, x_31, x_32, x_5); +return x_33; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get_uint8(x_7, sizeof(void*)*5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_11 = lean_box(x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +x_12 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_11); +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get_uint8(x_7, sizeof(void*)*5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_11 = lean_box(x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +x_12 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_11); +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__11(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10(x_1, x_7, x_5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +x_5 = x_8; +goto _start; +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__12(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get_uint8(x_7, sizeof(void*)*5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_11 = lean_box(x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +x_12 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_11); +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_3; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_5, x_5); +if (x_8 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_3; +} +else +{ +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = 0; +x_10 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_11 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__11(x_1, x_4, x_9, x_10, x_3); +lean_dec(x_4); +return x_11; +} +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +lean_dec(x_2); +x_13 = lean_array_get_size(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +if (x_15 == 0) +{ +lean_dec(x_13); +lean_dec(x_12); +return x_3; +} +else +{ +uint8_t x_16; +x_16 = lean_nat_dec_le(x_13, x_13); +if (x_16 == 0) +{ +lean_dec(x_13); +lean_dec(x_12); +return x_3; +} +else +{ +size_t x_17; size_t x_18; lean_object* x_19; +x_17 = 0; +x_18 = lean_usize_of_nat(x_13); +lean_dec(x_13); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__12(x_1, x_12, x_17, x_18, x_3); +lean_dec(x_12); +return x_19; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; lean_object* x_11; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get_uint8(x_7, sizeof(void*)*5); +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_11 = lean_box(x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +x_12 = l_Lean_PersistentArray_push___rarg(x_5, x_7); +x_3 = x_10; +x_5 = x_12; +goto _start; +} +else +{ +lean_dec(x_11); +lean_dec(x_7); +x_3 = x_10; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_ctor_get(x_2, 3); +lean_inc(x_7); +x_8 = lean_nat_dec_le(x_7, x_4); +if (x_8 == 0) +{ +lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_dec(x_7); +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +x_10 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_11 = lean_ctor_get_usize(x_2, 4); +x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(x_1, x_9, x_10, x_11, x_3); +lean_dec(x_9); +x_13 = lean_ctor_get(x_2, 1); +lean_inc(x_13); +lean_dec(x_2); +x_14 = lean_array_get_size(x_13); +x_15 = lean_nat_dec_lt(x_5, x_14); +if (x_15 == 0) +{ +lean_dec(x_14); +lean_dec(x_13); +return x_12; +} +else +{ +uint8_t x_16; +x_16 = lean_nat_dec_le(x_14, x_14); +if (x_16 == 0) +{ +lean_dec(x_14); +lean_dec(x_13); +return x_12; +} +else +{ +size_t x_17; size_t x_18; lean_object* x_19; +x_17 = 0; +x_18 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_19 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8(x_1, x_13, x_17, x_18, x_12); +lean_dec(x_13); +return x_19; +} +} +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_20 = lean_ctor_get(x_2, 1); +lean_inc(x_20); +lean_dec(x_2); +x_21 = lean_nat_sub(x_4, x_7); +lean_dec(x_7); +lean_dec(x_4); +x_22 = lean_array_get_size(x_20); +x_23 = lean_nat_dec_lt(x_21, x_22); +if (x_23 == 0) +{ +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_20); +return x_3; +} +else +{ +uint8_t x_24; +x_24 = lean_nat_dec_le(x_22, x_22); +if (x_24 == 0) +{ +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_20); +return x_3; +} +else +{ +size_t x_25; size_t x_26; lean_object* x_27; +x_25 = lean_usize_of_nat(x_21); +lean_dec(x_21); +x_26 = lean_usize_of_nat(x_22); +lean_dec(x_22); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9(x_1, x_20, x_25, x_26, x_3); +lean_dec(x_20); +return x_27; +} +} +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +lean_dec(x_4); +x_28 = lean_ctor_get(x_2, 0); +lean_inc(x_28); +x_29 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10(x_1, x_28, x_3); +x_30 = lean_ctor_get(x_2, 1); +lean_inc(x_30); +lean_dec(x_2); +x_31 = lean_array_get_size(x_30); +x_32 = lean_nat_dec_lt(x_5, x_31); +if (x_32 == 0) +{ +lean_dec(x_31); +lean_dec(x_30); +return x_29; +} +else +{ +uint8_t x_33; +x_33 = lean_nat_dec_le(x_31, x_31); +if (x_33 == 0) +{ +lean_dec(x_31); +lean_dec(x_30); +return x_29; +} +else +{ +size_t x_34; size_t x_35; lean_object* x_36; +x_34 = 0; +x_35 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_36 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13(x_1, x_30, x_34, x_35, x_29); +lean_dec(x_30); +return x_36; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___lambda__1(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = lean_ctor_get_uint8(x_1, sizeof(void*)*5); +x_3 = lean_box(x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +x_4 = 1; +return x_4; +} +else +{ +uint8_t x_5; +lean_dec(x_3); +x_5 = 0; +return x_5; +} +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___lambda__1___boxed), 1, 0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16(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; +lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; x_6 = lean_array_uget(x_1, x_2); -x_7 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(x_6, x_4); -x_8 = 1; -x_9 = lean_usize_add(x_2, x_8); -x_2 = x_9; -x_4 = x_7; +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1; +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(x_7, x_6, x_4); +x_9 = 1; +x_10 = lean_usize_add(x_2, x_9); +x_2 = x_10; +x_4 = x_8; goto _start; } else @@ -4744,7 +5480,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(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_MessageLog_getInfoMessages___spec__7___at_Lean_MessageLog_getInfoMessages___spec__17(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -4779,183 +5515,201 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_1) == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -lean_dec(x_1); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) +lean_object* x_5; size_t x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; size_t x_12; size_t x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_usize_shift_right(x_2, x_3); +x_7 = lean_usize_to_nat(x_6); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1; +x_9 = lean_array_get(x_8, x_5, x_7); +x_10 = 1; +x_11 = lean_usize_shift_left(x_10, x_3); +x_12 = lean_usize_sub(x_11, x_10); +x_13 = lean_usize_land(x_2, x_12); +x_14 = 5; +x_15 = lean_usize_sub(x_3, x_14); +x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15(x_9, x_13, x_15, x_4); +lean_dec(x_9); +x_17 = lean_unsigned_to_nat(1u); +x_18 = lean_nat_add(x_7, x_17); +lean_dec(x_7); +x_19 = lean_array_get_size(x_5); +x_20 = lean_nat_dec_lt(x_18, x_19); +if (x_20 == 0) { -lean_dec(x_4); -lean_dec(x_3); -return x_2; +lean_dec(x_19); +lean_dec(x_18); +return x_16; } else { -uint8_t x_7; -x_7 = lean_nat_dec_le(x_4, x_4); -if (x_7 == 0) +uint8_t x_21; +x_21 = lean_nat_dec_le(x_19, x_19); +if (x_21 == 0) { -lean_dec(x_4); -lean_dec(x_3); -return x_2; +lean_dec(x_19); +lean_dec(x_18); +return x_16; } else { -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = 0; -x_9 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_10 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(x_3, x_8, x_9, x_2); -lean_dec(x_3); -return x_10; +size_t x_22; size_t x_23; lean_object* x_24; +x_22 = lean_usize_of_nat(x_18); +lean_dec(x_18); +x_23 = lean_usize_of_nat(x_19); +lean_dec(x_19); +x_24 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16(x_5, x_22, x_23, x_16); +return x_24; } } } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_1, 0); -lean_inc(x_11); -lean_dec(x_1); -x_12 = lean_array_get_size(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (x_14 == 0) +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_25 = lean_ctor_get(x_1, 0); +x_26 = lean_usize_to_nat(x_2); +x_27 = lean_array_get_size(x_25); +x_28 = lean_nat_dec_lt(x_26, x_27); +if (x_28 == 0) { -lean_dec(x_12); -lean_dec(x_11); -return x_2; +lean_dec(x_27); +lean_dec(x_26); +return x_4; } else { -uint8_t x_15; -x_15 = lean_nat_dec_le(x_12, x_12); -if (x_15 == 0) +uint8_t x_29; +x_29 = lean_nat_dec_le(x_27, x_27); +if (x_29 == 0) { -lean_dec(x_12); -lean_dec(x_11); -return x_2; +lean_dec(x_27); +lean_dec(x_26); +return x_4; } else { -size_t x_16; size_t x_17; lean_object* x_18; -x_16 = 0; -x_17 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_11, x_16, x_17, x_2); -lean_dec(x_11); -return x_18; +size_t x_30; size_t x_31; lean_object* x_32; +x_30 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_31 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_32 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7___at_Lean_MessageLog_getInfoMessages___spec__17(x_25, x_30, x_31, x_4); +return x_32; } } } } } -static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1() { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___at_Lean_MessageLog_getInfoMessages___spec__18(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { -lean_object* x_1; -x_1 = l_Lean_instInhabitedPersistentArrayNode(lean_box(0)); -return x_1; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(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) { -if (lean_obj_tag(x_1) == 0) +lean_object* x_6; uint8_t x_7; size_t x_8; size_t x_9; lean_object* x_10; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get_uint8(x_6, sizeof(void*)*5); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_10 = lean_box(x_7); +if (lean_obj_tag(x_10) == 0) { -lean_object* x_5; size_t x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; size_t x_12; size_t x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_5 = lean_ctor_get(x_1, 0); -x_6 = lean_usize_shift_right(x_2, x_3); -x_7 = lean_usize_to_nat(x_6); -x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1; -x_9 = lean_array_get(x_8, x_5, x_7); -x_10 = 1; -x_11 = lean_usize_shift_left(x_10, x_3); -x_12 = lean_usize_sub(x_11, x_10); -x_13 = lean_usize_land(x_2, x_12); -x_14 = 5; -x_15 = lean_usize_sub(x_3, x_14); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(x_9, x_13, x_15, x_4); -lean_dec(x_9); -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_add(x_7, x_17); -lean_dec(x_7); -x_19 = lean_array_get_size(x_5); -x_20 = lean_nat_dec_lt(x_18, x_19); -if (x_20 == 0) +lean_object* x_11; +x_11 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_9; +x_4 = x_11; +goto _start; +} +else { -lean_dec(x_19); -lean_dec(x_18); -return x_16; +lean_dec(x_10); +lean_dec(x_6); +x_2 = x_9; +goto _start; +} } else { -uint8_t x_21; -x_21 = lean_nat_dec_le(x_19, x_19); -if (x_21 == 0) +return x_4; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___at_Lean_MessageLog_getInfoMessages___spec__19(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +_start: { -lean_dec(x_19); -lean_dec(x_18); -return x_16; +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_2, x_3); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; size_t x_8; size_t x_9; lean_object* x_10; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get_uint8(x_6, sizeof(void*)*5); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_10 = lean_box(x_7); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; +x_11 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_9; +x_4 = x_11; +goto _start; } else { -size_t x_22; size_t x_23; lean_object* x_24; -x_22 = lean_usize_of_nat(x_18); -lean_dec(x_18); -x_23 = lean_usize_of_nat(x_19); -lean_dec(x_19); -x_24 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(x_5, x_22, x_23, x_16); -return x_24; -} +lean_dec(x_10); +lean_dec(x_6); +x_2 = x_9; +goto _start; } } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_25 = lean_ctor_get(x_1, 0); -x_26 = lean_usize_to_nat(x_2); -x_27 = lean_array_get_size(x_25); -x_28 = lean_nat_dec_lt(x_26, x_27); -if (x_28 == 0) -{ -lean_dec(x_27); -lean_dec(x_26); return x_4; } -else +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13___at_Lean_MessageLog_getInfoMessages___spec__20(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +_start: { -uint8_t x_29; -x_29 = lean_nat_dec_le(x_27, x_27); -if (x_29 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_2, x_3); +if (x_5 == 0) { -lean_dec(x_27); -lean_dec(x_26); -return x_4; +lean_object* x_6; uint8_t x_7; size_t x_8; size_t x_9; lean_object* x_10; +x_6 = lean_array_uget(x_1, x_2); +x_7 = lean_ctor_get_uint8(x_6, sizeof(void*)*5); +x_8 = 1; +x_9 = lean_usize_add(x_2, x_8); +x_10 = lean_box(x_7); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; +x_11 = l_Lean_PersistentArray_push___rarg(x_4, x_6); +x_2 = x_9; +x_4 = x_11; +goto _start; } else { -size_t x_30; size_t x_31; lean_object* x_32; -x_30 = lean_usize_of_nat(x_26); -lean_dec(x_26); -x_31 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_25, x_30, x_31, x_4); -return x_32; +lean_dec(x_10); +lean_dec(x_6); +x_2 = x_9; +goto _start; } } +else +{ +return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1___at_Lean_MessageLog_getInfoMessages___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -4976,7 +5730,7 @@ lean_inc(x_8); x_9 = lean_usize_of_nat(x_3); lean_dec(x_3); x_10 = lean_ctor_get_usize(x_1, 4); -x_11 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(x_8, x_9, x_10, x_2); +x_11 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15(x_8, x_9, x_10, x_2); lean_dec(x_8); x_12 = lean_ctor_get(x_1, 1); lean_inc(x_12); @@ -5005,7 +5759,7 @@ size_t x_16; size_t x_17; lean_object* x_18; x_16 = 0; x_17 = lean_usize_of_nat(x_13); lean_dec(x_13); -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_12, x_16, x_17, x_11); +x_18 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___at_Lean_MessageLog_getInfoMessages___spec__18(x_12, x_16, x_17, x_11); lean_dec(x_12); return x_18; } @@ -5047,7 +5801,7 @@ x_24 = lean_usize_of_nat(x_20); lean_dec(x_20); x_25 = lean_usize_of_nat(x_21); lean_dec(x_21); -x_26 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_19, x_24, x_25, x_2); +x_26 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___at_Lean_MessageLog_getInfoMessages___spec__19(x_19, x_24, x_25, x_2); lean_dec(x_19); return x_26; } @@ -5056,41 +5810,42 @@ return x_26; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_dec(x_3); x_27 = lean_ctor_get(x_1, 0); lean_inc(x_27); -x_28 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(x_27, x_2); -x_29 = lean_ctor_get(x_1, 1); -lean_inc(x_29); +x_28 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1; +x_29 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10(x_28, x_27, x_2); +x_30 = lean_ctor_get(x_1, 1); +lean_inc(x_30); lean_dec(x_1); -x_30 = lean_array_get_size(x_29); -x_31 = lean_nat_dec_lt(x_4, x_30); -if (x_31 == 0) +x_31 = lean_array_get_size(x_30); +x_32 = lean_nat_dec_lt(x_4, x_31); +if (x_32 == 0) { +lean_dec(x_31); lean_dec(x_30); -lean_dec(x_29); -return x_28; +return x_29; } else { -uint8_t x_32; -x_32 = lean_nat_dec_le(x_30, x_30); -if (x_32 == 0) +uint8_t x_33; +x_33 = lean_nat_dec_le(x_31, x_31); +if (x_33 == 0) { +lean_dec(x_31); lean_dec(x_30); -lean_dec(x_29); -return x_28; +return x_29; } else { -size_t x_33; size_t x_34; lean_object* x_35; -x_33 = 0; -x_34 = lean_usize_of_nat(x_30); +size_t x_34; size_t x_35; lean_object* x_36; +x_34 = 0; +x_35 = lean_usize_of_nat(x_31); +lean_dec(x_31); +x_36 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13___at_Lean_MessageLog_getInfoMessages___spec__20(x_30, x_34, x_35, x_29); lean_dec(x_30); -x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_29, x_33, x_34, x_28); -lean_dec(x_29); -return x_35; +return x_36; } } } @@ -5102,11 +5857,227 @@ LEAN_EXPORT lean_object* l_Lean_MessageLog_getInfoMessages(lean_object* x_1) { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_MessageLog_msgs___default___closed__3; x_3 = lean_unsigned_to_nat(0u); -x_4 = l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1(x_1, x_2, x_3); +x_4 = l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1___at_Lean_MessageLog_getInfoMessages___spec__14(x_1, x_2, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__5(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__3(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__7(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__11___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__11(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__12___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__12(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MessageLog_getInfoMessages___spec__10(x_1, x_2, x_3); +lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__4___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_MessageLog_getInfoMessages___spec__13___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___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_PersistentArray_foldlM___at_Lean_MessageLog_getInfoMessages___spec__1(x_1, x_2, x_3, x_4); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___lambda__1___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___lambda__1(x_1); +lean_dec(x_1); +x_3 = lean_box(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___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_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16(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_MessageLog_getInfoMessages___spec__7___at_Lean_MessageLog_getInfoMessages___spec__17___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_MessageLog_getInfoMessages___spec__7___at_Lean_MessageLog_getInfoMessages___spec__17(x_1, x_5, x_6, x_4); +lean_dec(x_1); +return x_7; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___at_Lean_MessageLog_getInfoMessages___spec__15(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_MessageLog_getInfoMessages___spec__8___at_Lean_MessageLog_getInfoMessages___spec__18___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; @@ -5114,12 +6085,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_MessageLog_getInfoMessages___spec__4(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__8___at_Lean_MessageLog_getInfoMessages___spec__18(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_MessageLog_getInfoMessages___spec__5___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_MessageLog_getInfoMessages___spec__9___at_Lean_MessageLog_getInfoMessages___spec__19___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; @@ -5127,12 +6098,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_MessageLog_getInfoMessages___spec__5(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__9___at_Lean_MessageLog_getInfoMessages___spec__19(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___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_MessageLog_getInfoMessages___spec__13___at_Lean_MessageLog_getInfoMessages___spec__20___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; @@ -5140,7 +6111,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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__13___at_Lean_MessageLog_getInfoMessages___spec__20(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -7812,6 +8783,8 @@ l_Lean_MessageLog_instAppendMessageLog = _init_l_Lean_MessageLog_instAppendMessa lean_mark_persistent(l_Lean_MessageLog_instAppendMessageLog); l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1 = _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1(); lean_mark_persistent(l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MessageLog_getInfoMessages___spec__2___closed__1); +l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MessageLog_getInfoMessages___spec__6___at_Lean_MessageLog_getInfoMessages___spec__16___closed__1); l_Lean_addMessageContextPartial___rarg___lambda__1___closed__1 = _init_l_Lean_addMessageContextPartial___rarg___lambda__1___closed__1(); lean_mark_persistent(l_Lean_addMessageContextPartial___rarg___lambda__1___closed__1); l_Lean_addMessageContextPartial___rarg___lambda__1___closed__2 = _init_l_Lean_addMessageContextPartial___rarg___lambda__1___closed__2(); diff --git a/stage0/stdlib/Lean/Meta/ACLt.c b/stage0/stdlib/Lean/Meta/ACLt.c index b4c37c4a5ee9..6a43d1a69b32 100644 --- a/stage0/stdlib/Lean/Meta/ACLt.c +++ b/stage0/stdlib/Lean/Meta/ACLt.c @@ -1425,60 +1425,26 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_9, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_32; lean_object* x_33; lean_object* x_57; uint8_t x_109; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_32; lean_object* x_57; lean_object* x_58; lean_object* x_82; uint8_t x_91; lean_dec(x_13); x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_9, x_22); lean_dec(x_9); -x_109 = lean_nat_dec_lt(x_10, x_7); -if (x_109 == 0) -{ -lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_110 = l_Lean_Meta_instInhabitedParamInfo; -x_111 = l___private_Init_Util_0__outOfBounds___rarg(x_110); -x_112 = l_Lean_Meta_ParamInfo_isInstImplicit(x_111); -lean_dec(x_111); -if (x_112 == 0) -{ -lean_object* x_113; -x_113 = lean_box(0); -x_57 = x_113; -goto block_108; -} -else +x_91 = lean_nat_dec_lt(x_10, x_7); +if (x_91 == 0) { -lean_object* x_114; -lean_inc(x_8); -x_114 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_114, 0, x_8); -x_24 = x_114; -x_25 = x_18; -goto block_31; -} +lean_object* x_92; lean_object* x_93; +x_92 = l_Lean_Meta_instInhabitedParamInfo; +x_93 = l___private_Init_Util_0__outOfBounds___rarg(x_92); +x_82 = x_93; +goto block_90; } else { -lean_object* x_115; uint8_t x_116; -x_115 = lean_array_fget(x_6, x_10); -x_116 = l_Lean_Meta_ParamInfo_isInstImplicit(x_115); -lean_dec(x_115); -if (x_116 == 0) -{ -lean_object* x_117; -x_117 = lean_box(0); -x_57 = x_117; -goto block_108; -} -else -{ -lean_object* x_118; -lean_inc(x_8); -x_118 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_118, 0, x_8); -x_24 = x_118; -x_25 = x_18; -goto block_31; -} +lean_object* x_94; +x_94 = lean_array_fget(x_6, x_10); +x_82 = x_94; +goto block_90; } block_31: { @@ -1517,8 +1483,9 @@ goto _start; } block_56: { -lean_object* x_34; lean_object* x_35; -x_34 = lean_array_fget(x_3, x_10); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = l_Lean_instInhabitedExpr; +x_34 = l___private_Init_Util_0__outOfBounds___rarg(x_33); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); @@ -1652,380 +1619,17 @@ return x_55; } } } -block_108: -{ -uint8_t x_58; uint8_t x_59; -lean_dec(x_57); -x_58 = lean_nat_dec_lt(x_10, x_4); -x_59 = lean_nat_dec_lt(x_10, x_5); -if (x_58 == 0) -{ -lean_object* x_60; lean_object* x_61; -x_60 = l_Lean_instInhabitedExpr; -x_61 = l___private_Init_Util_0__outOfBounds___rarg(x_60); -if (x_59 == 0) -{ -lean_object* x_62; lean_object* x_63; -x_62 = l___private_Init_Util_0__outOfBounds___rarg(x_60); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_62); -lean_inc(x_61); -x_63 = l_Lean_Meta_ACLt_main_lt(x_1, x_61, x_62, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_63) == 0) -{ -lean_object* x_64; uint8_t x_65; -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_unbox(x_64); -lean_dec(x_64); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_63, 1); -lean_inc(x_66); -lean_dec(x_63); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -x_67 = l_Lean_Meta_ACLt_main_lt(x_1, x_62, x_61, x_14, x_15, x_16, x_17, x_66); -if (lean_obj_tag(x_67) == 0) -{ -lean_object* x_68; uint8_t x_69; -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -lean_dec(x_68); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); -lean_inc(x_8); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_8); -x_24 = x_71; -x_25 = x_70; -goto block_31; -} -else -{ -lean_object* x_72; lean_object* x_73; -x_72 = lean_ctor_get(x_67, 1); -lean_inc(x_72); -lean_dec(x_67); -x_73 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; -x_24 = x_73; -x_25 = x_72; -goto block_31; -} -} -else -{ -uint8_t x_74; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_8); -x_74 = !lean_is_exclusive(x_67); -if (x_74 == 0) -{ -return x_67; -} -else -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_67, 0); -x_76 = lean_ctor_get(x_67, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_67); -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 -{ -lean_object* x_78; lean_object* x_79; -lean_dec(x_62); -lean_dec(x_61); -x_78 = lean_ctor_get(x_63, 1); -lean_inc(x_78); -lean_dec(x_63); -x_79 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__6; -x_24 = x_79; -x_25 = x_78; -goto block_31; -} -} -else +block_81: { -uint8_t x_80; -lean_dec(x_62); -lean_dec(x_61); -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_8); -x_80 = !lean_is_exclusive(x_63); -if (x_80 == 0) -{ -return x_63; -} -else -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_63, 0); -x_82 = lean_ctor_get(x_63, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_63); -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; -} -} -} -else -{ -x_32 = x_61; -x_33 = lean_box(0); -goto block_56; -} -} -else -{ -lean_object* x_84; -x_84 = lean_array_fget(x_2, x_10); -if (x_59 == 0) -{ -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = l_Lean_instInhabitedExpr; -x_86 = l___private_Init_Util_0__outOfBounds___rarg(x_85); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_86); -lean_inc(x_84); -x_87 = l_Lean_Meta_ACLt_main_lt(x_1, x_84, x_86, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; uint8_t x_89; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -x_89 = lean_unbox(x_88); -lean_dec(x_88); -if (x_89 == 0) -{ -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_87, 1); -lean_inc(x_90); -lean_dec(x_87); +lean_object* x_59; lean_object* x_60; +x_59 = lean_array_fget(x_3, x_10); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); -x_91 = l_Lean_Meta_ACLt_main_lt(x_1, x_86, x_84, x_14, x_15, x_16, x_17, x_90); -if (lean_obj_tag(x_91) == 0) -{ -lean_object* x_92; uint8_t x_93; -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_unbox(x_92); -lean_dec(x_92); -if (x_93 == 0) -{ -lean_object* x_94; lean_object* x_95; -x_94 = lean_ctor_get(x_91, 1); -lean_inc(x_94); -lean_dec(x_91); -lean_inc(x_8); -x_95 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_95, 0, x_8); -x_24 = x_95; -x_25 = x_94; -goto block_31; -} -else -{ -lean_object* x_96; lean_object* x_97; -x_96 = lean_ctor_get(x_91, 1); -lean_inc(x_96); -lean_dec(x_91); -x_97 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; -x_24 = x_97; -x_25 = x_96; -goto block_31; -} -} -else -{ -uint8_t x_98; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_8); -x_98 = !lean_is_exclusive(x_91); -if (x_98 == 0) -{ -return x_91; -} -else -{ -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_91, 0); -x_100 = lean_ctor_get(x_91, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_91); -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 -{ -lean_object* x_102; lean_object* x_103; -lean_dec(x_86); -lean_dec(x_84); -x_102 = lean_ctor_get(x_87, 1); -lean_inc(x_102); -lean_dec(x_87); -x_103 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__6; -x_24 = x_103; -x_25 = x_102; -goto block_31; -} -} -else -{ -uint8_t x_104; -lean_dec(x_86); -lean_dec(x_84); -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_8); -x_104 = !lean_is_exclusive(x_87); -if (x_104 == 0) -{ -return x_87; -} -else -{ -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_87, 0); -x_106 = lean_ctor_get(x_87, 1); -lean_inc(x_106); -lean_inc(x_105); -lean_dec(x_87); -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; -} -} -} -else -{ -x_32 = x_84; -x_33 = lean_box(0); -goto block_56; -} -} -} -} -else -{ -lean_object* x_119; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_13); -lean_ctor_set(x_119, 1, x_18); -return x_119; -} -} -else -{ -lean_object* x_120; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_13); -lean_ctor_set(x_120, 1, x_18); -return x_120; -} -} -} -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__2(uint8_t x_1, lean_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) { -_start: -{ -uint8_t x_17; -x_17 = lean_nat_dec_le(x_9, x_8); -if (x_17 == 0) -{ -lean_object* x_18; uint8_t x_19; -x_18 = lean_unsigned_to_nat(0u); -x_19 = lean_nat_dec_eq(x_7, x_18); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_30; lean_object* x_31; uint8_t x_55; uint8_t x_56; -lean_dec(x_11); -x_20 = lean_unsigned_to_nat(1u); -x_21 = lean_nat_sub(x_7, x_20); -lean_dec(x_7); -x_55 = lean_nat_dec_lt(x_8, x_4); -x_56 = lean_nat_dec_lt(x_8, x_5); -if (x_55 == 0) -{ -lean_object* x_57; lean_object* x_58; -x_57 = l_Lean_instInhabitedExpr; -x_58 = l___private_Init_Util_0__outOfBounds___rarg(x_57); -if (x_56 == 0) -{ -lean_object* x_59; lean_object* x_60; -x_59 = l___private_Init_Util_0__outOfBounds___rarg(x_57); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); lean_inc(x_59); -lean_inc(x_58); -x_60 = l_Lean_Meta_ACLt_main_lt(x_1, x_58, x_59, x_12, x_13, x_14, x_15, x_16); +lean_inc(x_57); +x_60 = l_Lean_Meta_ACLt_main_lt(x_1, x_57, x_59, x_14, x_15, x_16, x_17, x_18); if (lean_obj_tag(x_60) == 0) { lean_object* x_61; uint8_t x_62; @@ -2039,11 +1643,11 @@ lean_object* x_63; lean_object* x_64; x_63 = lean_ctor_get(x_60, 1); lean_inc(x_63); lean_dec(x_60); +lean_inc(x_17); +lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_64 = l_Lean_Meta_ACLt_main_lt(x_1, x_59, x_58, x_12, x_13, x_14, x_15, x_63); +x_64 = l_Lean_Meta_ACLt_main_lt(x_1, x_59, x_57, x_14, x_15, x_16, x_17, x_63); if (lean_obj_tag(x_64) == 0) { lean_object* x_65; uint8_t x_66; @@ -2057,12 +1661,12 @@ lean_object* x_67; lean_object* x_68; x_67 = lean_ctor_get(x_64, 1); lean_inc(x_67); lean_dec(x_64); -lean_inc(x_6); +lean_inc(x_8); x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_6); -x_22 = x_68; -x_23 = x_67; -goto block_29; +lean_ctor_set(x_68, 0, x_8); +x_24 = x_68; +x_25 = x_67; +goto block_31; } else { @@ -2071,21 +1675,21 @@ x_69 = lean_ctor_get(x_64, 1); lean_inc(x_69); lean_dec(x_64); x_70 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; -x_22 = x_70; -x_23 = x_69; -goto block_29; +x_24 = x_70; +x_25 = x_69; +goto block_31; } } else { uint8_t x_71; -lean_dec(x_21); +lean_dec(x_23); +lean_dec(x_17); +lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); +lean_dec(x_10); lean_dec(x_8); -lean_dec(x_6); x_71 = !lean_is_exclusive(x_64); if (x_71 == 0) { @@ -2110,28 +1714,28 @@ else { lean_object* x_75; lean_object* x_76; lean_dec(x_59); -lean_dec(x_58); +lean_dec(x_57); x_75 = lean_ctor_get(x_60, 1); lean_inc(x_75); lean_dec(x_60); x_76 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__6; -x_22 = x_76; -x_23 = x_75; -goto block_29; +x_24 = x_76; +x_25 = x_75; +goto block_31; } } else { uint8_t x_77; lean_dec(x_59); -lean_dec(x_58); -lean_dec(x_21); +lean_dec(x_57); +lean_dec(x_23); +lean_dec(x_17); +lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); +lean_dec(x_10); lean_dec(x_8); -lean_dec(x_6); x_77 = !lean_is_exclusive(x_60); if (x_77 == 0) { @@ -2152,161 +1756,146 @@ return x_80; } } } -else -{ -x_30 = x_58; -x_31 = lean_box(0); -goto block_54; -} -} -else -{ -lean_object* x_81; -x_81 = lean_array_fget(x_2, x_8); -if (x_56 == 0) -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = l_Lean_instInhabitedExpr; -x_83 = l___private_Init_Util_0__outOfBounds___rarg(x_82); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_83); -lean_inc(x_81); -x_84 = l_Lean_Meta_ACLt_main_lt(x_1, x_81, x_83, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_84) == 0) +block_90: { -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) +uint8_t x_83; +x_83 = l_Lean_Meta_ParamInfo_isInstImplicit(x_82); +lean_dec(x_82); +if (x_83 == 0) { -lean_object* x_87; lean_object* x_88; -x_87 = lean_ctor_get(x_84, 1); -lean_inc(x_87); -lean_dec(x_84); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_88 = l_Lean_Meta_ACLt_main_lt(x_1, x_83, x_81, x_12, x_13, x_14, x_15, x_87); -if (lean_obj_tag(x_88) == 0) +uint8_t x_84; uint8_t x_85; +x_84 = lean_nat_dec_lt(x_10, x_4); +x_85 = lean_nat_dec_lt(x_10, x_5); +if (x_84 == 0) { -lean_object* x_89; uint8_t x_90; -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -x_90 = lean_unbox(x_89); -lean_dec(x_89); -if (x_90 == 0) +lean_object* x_86; lean_object* x_87; +x_86 = l_Lean_instInhabitedExpr; +x_87 = l___private_Init_Util_0__outOfBounds___rarg(x_86); +if (x_85 == 0) { -lean_object* x_91; lean_object* x_92; -x_91 = lean_ctor_get(x_88, 1); -lean_inc(x_91); -lean_dec(x_88); -lean_inc(x_6); -x_92 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_92, 0, x_6); -x_22 = x_92; -x_23 = x_91; -goto block_29; +x_32 = x_87; +goto block_56; } else { -lean_object* x_93; lean_object* x_94; -x_93 = lean_ctor_get(x_88, 1); -lean_inc(x_93); -lean_dec(x_88); -x_94 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; -x_22 = x_94; -x_23 = x_93; -goto block_29; +x_57 = x_87; +x_58 = lean_box(0); +goto block_81; } } else { -uint8_t x_95; -lean_dec(x_21); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_6); -x_95 = !lean_is_exclusive(x_88); -if (x_95 == 0) +lean_object* x_88; +x_88 = lean_array_fget(x_2, x_10); +if (x_85 == 0) { -return x_88; +x_32 = x_88; +goto block_56; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_88, 0); -x_97 = lean_ctor_get(x_88, 1); -lean_inc(x_97); -lean_inc(x_96); -lean_dec(x_88); -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_57 = x_88; +x_58 = lean_box(0); +goto block_81; } } } else { -lean_object* x_99; lean_object* x_100; -lean_dec(x_83); -lean_dec(x_81); -x_99 = lean_ctor_get(x_84, 1); -lean_inc(x_99); -lean_dec(x_84); -x_100 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__6; -x_22 = x_100; -x_23 = x_99; -goto block_29; +lean_object* x_89; +lean_inc(x_8); +x_89 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_89, 0, x_8); +x_24 = x_89; +x_25 = x_18; +goto block_31; +} } } else { -uint8_t x_101; -lean_dec(x_83); -lean_dec(x_81); -lean_dec(x_21); +lean_object* x_95; +lean_dec(x_17); +lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); +lean_dec(x_10); +lean_dec(x_9); lean_dec(x_8); -lean_dec(x_6); -x_101 = !lean_is_exclusive(x_84); -if (x_101 == 0) -{ -return x_84; +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_13); +lean_ctor_set(x_95, 1, x_18); +return x_95; +} } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_84, 0); -x_103 = lean_ctor_get(x_84, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_84); -x_104 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_104, 0, x_102); -lean_ctor_set(x_104, 1, x_103); -return x_104; +lean_object* x_96; +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_13); +lean_ctor_set(x_96, 1, x_18); +return x_96; +} +} } +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__2(uint8_t x_1, lean_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) { +_start: +{ +uint8_t x_17; +x_17 = lean_nat_dec_le(x_9, x_8); +if (x_17 == 0) +{ +lean_object* x_18; uint8_t x_19; +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_eq(x_7, x_18); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_30; lean_object* x_55; lean_object* x_56; uint8_t x_80; uint8_t x_81; +lean_dec(x_11); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_7, x_20); +lean_dec(x_7); +x_80 = lean_nat_dec_lt(x_8, x_4); +x_81 = lean_nat_dec_lt(x_8, x_5); +if (x_80 == 0) +{ +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_instInhabitedExpr; +x_83 = l___private_Init_Util_0__outOfBounds___rarg(x_82); +if (x_81 == 0) +{ +x_30 = x_83; +goto block_54; +} +else +{ +x_55 = x_83; +x_56 = lean_box(0); +goto block_79; } } else { -x_30 = x_81; -x_31 = lean_box(0); +lean_object* x_84; +x_84 = lean_array_fget(x_2, x_8); +if (x_81 == 0) +{ +x_30 = x_84; goto block_54; } +else +{ +x_55 = x_84; +x_56 = lean_box(0); +goto block_79; +} } block_29: { @@ -2345,8 +1934,9 @@ goto _start; } block_54: { -lean_object* x_32; lean_object* x_33; -x_32 = lean_array_fget(x_3, x_8); +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = l_Lean_instInhabitedExpr; +x_32 = l___private_Init_Util_0__outOfBounds___rarg(x_31); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); @@ -2480,10 +2070,147 @@ return x_53; } } } +block_79: +{ +lean_object* x_57; lean_object* x_58; +x_57 = lean_array_fget(x_3, x_8); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_57); +lean_inc(x_55); +x_58 = l_Lean_Meta_ACLt_main_lt(x_1, x_55, x_57, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_58) == 0) +{ +lean_object* x_59; uint8_t x_60; +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +x_60 = lean_unbox(x_59); +lean_dec(x_59); +if (x_60 == 0) +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_58, 1); +lean_inc(x_61); +lean_dec(x_58); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +x_62 = l_Lean_Meta_ACLt_main_lt(x_1, x_57, x_55, x_12, x_13, x_14, x_15, x_61); +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; uint8_t x_64; +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_unbox(x_63); +lean_dec(x_63); +if (x_64 == 0) +{ +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_62, 1); +lean_inc(x_65); +lean_dec(x_62); +lean_inc(x_6); +x_66 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_66, 0, x_6); +x_22 = x_66; +x_23 = x_65; +goto block_29; +} +else +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_62, 1); +lean_inc(x_67); +lean_dec(x_62); +x_68 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; +x_22 = x_68; +x_23 = x_67; +goto block_29; +} +} +else +{ +uint8_t x_69; +lean_dec(x_21); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_8); +lean_dec(x_6); +x_69 = !lean_is_exclusive(x_62); +if (x_69 == 0) +{ +return x_62; +} +else +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_62, 0); +x_71 = lean_ctor_get(x_62, 1); +lean_inc(x_71); +lean_inc(x_70); +lean_dec(x_62); +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_57); +lean_dec(x_55); +x_73 = lean_ctor_get(x_58, 1); +lean_inc(x_73); +lean_dec(x_58); +x_74 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__6; +x_22 = x_74; +x_23 = x_73; +goto block_29; +} +} +else +{ +uint8_t x_75; +lean_dec(x_57); +lean_dec(x_55); +lean_dec(x_21); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_8); +lean_dec(x_6); +x_75 = !lean_is_exclusive(x_58); +if (x_75 == 0) +{ +return x_58; +} +else +{ +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_58, 0); +x_77 = lean_ctor_get(x_58, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_58); +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_105; +lean_object* x_85; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -2491,15 +2218,15 @@ lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_11); -lean_ctor_set(x_105, 1, x_16); -return x_105; +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_11); +lean_ctor_set(x_85, 1, x_16); +return x_85; } } else { -lean_object* x_106; +lean_object* x_86; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -2507,10 +2234,10 @@ lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_11); -lean_ctor_set(x_106, 1, x_16); -return x_106; +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_11); +lean_ctor_set(x_86, 1, x_16); +return x_86; } } } @@ -3279,59 +3006,53 @@ x_19 = lean_unsigned_to_nat(0u); x_20 = lean_nat_dec_eq(x_8, 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_31; uint8_t x_59; +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_31; uint8_t x_60; lean_dec(x_12); x_21 = lean_unsigned_to_nat(1u); x_22 = lean_nat_sub(x_8, x_21); lean_dec(x_8); -x_59 = lean_nat_dec_lt(x_9, x_6); -if (x_59 == 0) +x_60 = lean_nat_dec_lt(x_9, x_6); +if (x_60 == 0) { -lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_60 = l_Lean_Meta_instInhabitedParamInfo; -x_61 = l___private_Init_Util_0__outOfBounds___rarg(x_60); -x_62 = l_Lean_Meta_ParamInfo_isInstImplicit(x_61); -lean_dec(x_61); -if (x_62 == 0) +lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_61 = l_Lean_Meta_instInhabitedParamInfo; +x_62 = l___private_Init_Util_0__outOfBounds___rarg(x_61); +x_63 = l_Lean_Meta_ParamInfo_isInstImplicit(x_62); +lean_dec(x_62); +if (x_63 == 0) { -lean_object* x_63; -x_63 = lean_box(0); -x_31 = x_63; -goto block_58; +uint8_t x_64; +x_64 = 1; +x_31 = x_64; +goto block_59; } else { -lean_object* x_64; -lean_inc(x_7); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_7); -x_23 = x_64; -x_24 = x_17; -goto block_30; +uint8_t x_65; +x_65 = 0; +x_31 = x_65; +goto block_59; } } else { -lean_object* x_65; uint8_t x_66; -x_65 = lean_array_fget(x_5, x_9); -x_66 = l_Lean_Meta_ParamInfo_isInstImplicit(x_65); -lean_dec(x_65); -if (x_66 == 0) +lean_object* x_66; uint8_t x_67; +x_66 = lean_array_fget(x_5, x_9); +x_67 = l_Lean_Meta_ParamInfo_isInstImplicit(x_66); +lean_dec(x_66); +if (x_67 == 0) { -lean_object* x_67; -x_67 = lean_box(0); -x_31 = x_67; -goto block_58; +uint8_t x_68; +x_68 = 1; +x_31 = x_68; +goto block_59; } else { -lean_object* x_68; -lean_inc(x_7); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_7); -x_23 = x_68; -x_24 = x_17; -goto block_30; +uint8_t x_69; +x_69 = 0; +x_31 = x_69; +goto block_59; } } block_30: @@ -3370,57 +3091,68 @@ x_17 = x_24; goto _start; } } -block_58: +block_59: { -uint8_t x_32; -lean_dec(x_31); -x_32 = lean_nat_dec_lt(x_9, x_4); -if (x_32 == 0) +if (x_31 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = l_Lean_instInhabitedExpr; -x_34 = l___private_Init_Util_0__outOfBounds___rarg(x_33); +lean_object* x_32; +lean_inc(x_7); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_7); +x_23 = x_32; +x_24 = x_17; +goto block_30; +} +else +{ +uint8_t x_33; +x_33 = lean_nat_dec_lt(x_9, x_4); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = l_Lean_instInhabitedExpr; +x_35 = l___private_Init_Util_0__outOfBounds___rarg(x_34); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_2); -x_35 = l_Lean_Meta_ACLt_main_lt(x_1, x_34, x_2, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_35) == 0) +x_36 = l_Lean_Meta_ACLt_main_lt(x_1, x_35, x_2, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_36; uint8_t x_37; -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_37; uint8_t x_38; +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_unbox(x_37); +lean_dec(x_37); +if (x_38 == 0) { -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_dec(x_35); -x_39 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; -x_23 = x_39; -x_24 = x_38; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_36, 1); +lean_inc(x_39); +lean_dec(x_36); +x_40 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; +x_23 = x_40; +x_24 = x_39; goto block_30; } else { -lean_object* x_40; lean_object* x_41; -x_40 = lean_ctor_get(x_35, 1); -lean_inc(x_40); -lean_dec(x_35); +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_36, 1); +lean_inc(x_41); +lean_dec(x_36); lean_inc(x_7); -x_41 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_41, 0, x_7); -x_23 = x_41; -x_24 = x_40; +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_7); +x_23 = x_42; +x_24 = x_41; goto block_30; } } else { -uint8_t x_42; +uint8_t x_43; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -3429,71 +3161,71 @@ lean_dec(x_13); lean_dec(x_9); lean_dec(x_7); lean_dec(x_2); -x_42 = !lean_is_exclusive(x_35); -if (x_42 == 0) +x_43 = !lean_is_exclusive(x_36); +if (x_43 == 0) { -return x_35; +return x_36; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_35, 0); -x_44 = lean_ctor_get(x_35, 1); +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_36, 0); +x_45 = lean_ctor_get(x_36, 1); +lean_inc(x_45); lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_35); -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; +lean_dec(x_36); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } } else { -lean_object* x_46; lean_object* x_47; -x_46 = lean_array_fget(x_3, x_9); +lean_object* x_47; lean_object* x_48; +x_47 = lean_array_fget(x_3, x_9); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_2); -x_47 = l_Lean_Meta_ACLt_main_lt(x_1, x_46, x_2, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_47) == 0) +x_48 = l_Lean_Meta_ACLt_main_lt(x_1, x_47, x_2, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_48; uint8_t x_49; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_unbox(x_48); -lean_dec(x_48); -if (x_49 == 0) +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +lean_dec(x_49); +if (x_50 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); -lean_dec(x_47); -x_51 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; -x_23 = x_51; -x_24 = x_50; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +x_52 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; +x_23 = x_52; +x_24 = x_51; goto block_30; } else { -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_47, 1); -lean_inc(x_52); -lean_dec(x_47); +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +lean_dec(x_48); lean_inc(x_7); -x_53 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_53, 0, x_7); -x_23 = x_53; -x_24 = x_52; +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_7); +x_23 = x_54; +x_24 = x_53; goto block_30; } } else { -uint8_t x_54; +uint8_t x_55; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -3502,23 +3234,24 @@ lean_dec(x_13); lean_dec(x_9); lean_dec(x_7); lean_dec(x_2); -x_54 = !lean_is_exclusive(x_47); -if (x_54 == 0) +x_55 = !lean_is_exclusive(x_48); +if (x_55 == 0) { -return x_47; +return x_48; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_47, 0); -x_56 = lean_ctor_get(x_47, 1); +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_48, 0); +x_57 = lean_ctor_get(x_48, 1); +lean_inc(x_57); lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_47); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; +lean_dec(x_48); +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; +} } } } @@ -3526,7 +3259,7 @@ return x_57; } else { -lean_object* x_69; +lean_object* x_70; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -3535,15 +3268,15 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_12); -lean_ctor_set(x_69, 1, x_17); -return x_69; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_12); +lean_ctor_set(x_70, 1, x_17); +return x_70; } } else { -lean_object* x_70; +lean_object* x_71; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -3552,10 +3285,10 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_12); -lean_ctor_set(x_70, 1, x_17); -return x_70; +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_12); +lean_ctor_set(x_71, 1, x_17); +return x_71; } } } @@ -3571,89 +3304,58 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_nat_dec_eq(x_6, x_17); if (x_18 == 0) { -lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_29; lean_dec(x_10); x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_sub(x_6, x_19); lean_dec(x_6); -x_21 = lean_nat_dec_lt(x_7, x_4); -if (x_21 == 0) +x_29 = lean_nat_dec_lt(x_7, x_4); +if (x_29 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = l_Lean_instInhabitedExpr; -x_23 = l___private_Init_Util_0__outOfBounds___rarg(x_22); +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = l_Lean_instInhabitedExpr; +x_31 = l___private_Init_Util_0__outOfBounds___rarg(x_30); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_2); -x_24 = l_Lean_Meta_ACLt_main_lt(x_1, x_23, x_2, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_24) == 0) -{ -lean_object* x_25; uint8_t x_26; -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) -{ -uint8_t x_27; -lean_dec(x_20); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_2); -x_27 = !lean_is_exclusive(x_24); -if (x_27 == 0) +x_32 = l_Lean_Meta_ACLt_main_lt(x_1, x_31, x_2, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_24, 0); -lean_dec(x_28); -x_29 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__2; -lean_ctor_set(x_24, 0, x_29); -return x_24; -} -else +lean_object* x_33; uint8_t x_34; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_unbox(x_33); +lean_dec(x_33); +if (x_34 == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_24, 1); -lean_inc(x_30); -lean_dec(x_24); -x_31 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__2; -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; -} +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_32, 1); +lean_inc(x_35); +lean_dec(x_32); +x_36 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; +x_21 = x_36; +x_22 = x_35; +goto block_28; } else { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_24, 1); -lean_inc(x_33); -lean_dec(x_24); -x_34 = lean_nat_add(x_7, x_9); -lean_dec(x_7); +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_dec(x_32); lean_inc(x_5); -{ -lean_object* _tmp_5 = x_20; -lean_object* _tmp_6 = x_34; -lean_object* _tmp_9 = x_5; -lean_object* _tmp_14 = x_33; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; -x_15 = _tmp_14; -} -goto _start; +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_5); +x_21 = x_38; +x_22 = x_37; +goto block_28; } } else { -uint8_t x_36; +uint8_t x_39; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -3662,46 +3364,71 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_5); lean_dec(x_2); -x_36 = !lean_is_exclusive(x_24); -if (x_36 == 0) +x_39 = !lean_is_exclusive(x_32); +if (x_39 == 0) { -return x_24; +return x_32; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_24, 0); -x_38 = lean_ctor_get(x_24, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_24); -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_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_32, 0); +x_41 = lean_ctor_get(x_32, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_32); +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 { -lean_object* x_40; lean_object* x_41; -x_40 = lean_array_fget(x_3, x_7); +lean_object* x_43; lean_object* x_44; +x_43 = lean_array_fget(x_3, x_7); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_2); -x_41 = l_Lean_Meta_ACLt_main_lt(x_1, x_40, x_2, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_41) == 0) +x_44 = l_Lean_Meta_ACLt_main_lt(x_1, x_43, x_2, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_42; uint8_t x_43; -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_unbox(x_42); -lean_dec(x_42); -if (x_43 == 0) +lean_object* x_45; uint8_t x_46; +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +lean_dec(x_45); +if (x_46 == 0) { -uint8_t x_44; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__3; +x_21 = x_48; +x_22 = x_47; +goto block_28; +} +else +{ +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_44, 1); +lean_inc(x_49); +lean_dec(x_44); +lean_inc(x_5); +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_5); +x_21 = x_50; +x_22 = x_49; +goto block_28; +} +} +else +{ +uint8_t x_51; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -3710,54 +3437,31 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_5); lean_dec(x_2); -x_44 = !lean_is_exclusive(x_41); -if (x_44 == 0) -{ -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_41, 0); -lean_dec(x_45); -x_46 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__2; -lean_ctor_set(x_41, 0, x_46); -return x_41; -} -else +x_51 = !lean_is_exclusive(x_44); +if (x_51 == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_41, 1); -lean_inc(x_47); -lean_dec(x_41); -x_48 = l_Std_Range_forIn_loop___at_Lean_Meta_ACLt_main_ltApp___spec__1___closed__2; -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -return x_49; -} +return x_44; } else { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_41, 1); -lean_inc(x_50); -lean_dec(x_41); -x_51 = lean_nat_add(x_7, x_9); -lean_dec(x_7); -lean_inc(x_5); -{ -lean_object* _tmp_5 = x_20; -lean_object* _tmp_6 = x_51; -lean_object* _tmp_9 = x_5; -lean_object* _tmp_14 = x_50; -x_6 = _tmp_5; -x_7 = _tmp_6; -x_10 = _tmp_9; -x_15 = _tmp_14; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 0); +x_53 = lean_ctor_get(x_44, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_44); +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; } -goto _start; } } -else +block_28: { -uint8_t x_53; +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_23; lean_object* x_24; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -3766,30 +3470,33 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_5); lean_dec(x_2); -x_53 = !lean_is_exclusive(x_41); -if (x_53 == 0) -{ -return x_41; +x_23 = lean_ctor_get(x_21, 0); +lean_inc(x_23); +lean_dec(x_21); +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; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_41, 0); -x_55 = lean_ctor_get(x_41, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_41); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; -} +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 = lean_nat_add(x_7, x_9); +lean_dec(x_7); +x_6 = x_20; +x_7 = x_26; +x_10 = x_25; +x_15 = x_22; +goto _start; } } } else { -lean_object* x_57; +lean_object* x_55; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -3798,15 +3505,15 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_10); -lean_ctor_set(x_57, 1, x_15); -return x_57; +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_10); +lean_ctor_set(x_55, 1, x_15); +return x_55; } } else { -lean_object* x_58; +lean_object* x_56; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -3815,10 +3522,10 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_10); -lean_ctor_set(x_58, 1, x_15); -return x_58; +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_10); +lean_ctor_set(x_56, 1, x_15); +return x_56; } } } diff --git a/stage0/stdlib/Lean/Meta/AbstractMVars.c b/stage0/stdlib/Lean/Meta/AbstractMVars.c index 6e5cb5825c7e..7194a3c8bbc7 100644 --- a/stage0/stdlib/Lean/Meta/AbstractMVars.c +++ b/stage0/stdlib/Lean/Meta/AbstractMVars.c @@ -14,6 +14,7 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(lean_object*); static lean_object* l_Lean_Meta_AbstractMVars_instMonadMCtxM___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -38,6 +39,7 @@ static lean_object* l_Lean_Meta_instInhabitedAbstractMVarsResult___closed__3; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_lambdaMetaTelescope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_AbstractMVars_instMonadMCtxM; @@ -52,7 +54,6 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__3(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedAbstractMVarsResult; LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__4___boxed(lean_object*, lean_object*); @@ -87,9 +88,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_instBEqAbstractMVarsResult; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__6(lean_object*, lean_object*); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); -uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__7(lean_object*, lean_object*); -uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__10(lean_object*, lean_object*, lean_object*); lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_abstractMVars___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -101,6 +100,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_AbstractMVars_mkFreshFVarId(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_AbstractMVars_instMonadMCtxM___lambda__1___boxed(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___closed__2; LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_Meta_AbstractMVars_instMonadMCtxM___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_Meta_AbstractMVars_instMonadMCtxM___spec__2(lean_object*, lean_object*); @@ -718,7 +718,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_5 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -774,7 +774,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_4); +x_7 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -794,7 +794,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_12); +x_16 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -942,7 +942,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_8 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -995,7 +995,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_24 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -1065,411 +1065,445 @@ return x_3; LEAN_EXPORT lean_object* l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Level_hasMVar(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_114; +x_114 = l_Lean_Level_hasMVar(x_1); +if (x_114 == 0) { -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_2); -return x_4; +uint8_t x_115; +x_115 = 1; +x_3 = x_115; +goto block_113; } else { +uint8_t x_116; +x_116 = 0; +x_3 = x_116; +goto block_113; +} +block_113: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_1)) { case 1: { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_ctor_get(x_1, 0); -lean_inc(x_5); -lean_inc(x_5); -x_6 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_5, x_2); -x_7 = !lean_is_exclusive(x_6); -if (x_7 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_inc(x_4); +x_5 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_4, x_2); +x_6 = !lean_is_exclusive(x_5); +if (x_6 == 0) { -lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; -x_8 = lean_ctor_get(x_6, 0); -x_9 = lean_ptr_addr(x_5); -lean_dec(x_5); -x_10 = lean_ptr_addr(x_8); -x_11 = lean_usize_dec_eq(x_9, x_10); -if (x_11 == 0) +lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; +x_7 = lean_ctor_get(x_5, 0); +x_8 = lean_ptr_addr(x_4); +lean_dec(x_4); +x_9 = lean_ptr_addr(x_7); +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) { -lean_object* x_12; +lean_object* x_11; lean_dec(x_1); -x_12 = l_Lean_Level_succ___override(x_8); -lean_ctor_set(x_6, 0, x_12); -return x_6; +x_11 = l_Lean_Level_succ___override(x_7); +lean_ctor_set(x_5, 0, x_11); +return x_5; } else { -lean_dec(x_8); -lean_ctor_set(x_6, 0, x_1); -return x_6; +lean_dec(x_7); +lean_ctor_set(x_5, 0, x_1); +return x_5; } } else { -lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; uint8_t x_17; -x_13 = lean_ctor_get(x_6, 0); -x_14 = lean_ctor_get(x_6, 1); -lean_inc(x_14); +lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; uint8_t x_16; +x_12 = lean_ctor_get(x_5, 0); +x_13 = lean_ctor_get(x_5, 1); lean_inc(x_13); -lean_dec(x_6); -x_15 = lean_ptr_addr(x_5); +lean_inc(x_12); lean_dec(x_5); -x_16 = lean_ptr_addr(x_13); -x_17 = lean_usize_dec_eq(x_15, x_16); -if (x_17 == 0) +x_14 = lean_ptr_addr(x_4); +lean_dec(x_4); +x_15 = lean_ptr_addr(x_12); +x_16 = lean_usize_dec_eq(x_14, x_15); +if (x_16 == 0) { -lean_object* x_18; lean_object* x_19; +lean_object* x_17; lean_object* x_18; lean_dec(x_1); -x_18 = l_Lean_Level_succ___override(x_13); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_14); -return x_19; +x_17 = l_Lean_Level_succ___override(x_12); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_13); +return x_18; } else { -lean_object* x_20; -lean_dec(x_13); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_1); -lean_ctor_set(x_20, 1, x_14); -return x_20; +lean_object* x_19; +lean_dec(x_12); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_1); +lean_ctor_set(x_19, 1, x_13); +return x_19; } } } case 2: { -lean_object* x_21; 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_21 = lean_ctor_get(x_1, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_1, 1); -lean_inc(x_22); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_20 = lean_ctor_get(x_1, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_1, 1); lean_inc(x_21); -x_23 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_21, x_2); -x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_20); +x_22 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_20, x_2); +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec(x_23); -lean_inc(x_22); -x_26 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_22, x_25); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +lean_dec(x_22); +lean_inc(x_21); +x_25 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_21, x_24); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) +{ +lean_object* x_27; size_t x_28; size_t x_29; uint8_t x_30; +x_27 = lean_ctor_get(x_25, 0); +x_28 = lean_ptr_addr(x_20); +lean_dec(x_20); +x_29 = lean_ptr_addr(x_23); +x_30 = lean_usize_dec_eq(x_28, x_29); +if (x_30 == 0) { -lean_object* x_28; size_t x_29; size_t x_30; uint8_t x_31; -x_28 = lean_ctor_get(x_26, 0); -x_29 = lean_ptr_addr(x_21); +lean_object* x_31; lean_dec(x_21); -x_30 = lean_ptr_addr(x_24); -x_31 = lean_usize_dec_eq(x_29, x_30); -if (x_31 == 0) -{ -lean_object* x_32; -lean_dec(x_22); lean_dec(x_1); -x_32 = l_Lean_mkLevelMax_x27(x_24, x_28); -lean_ctor_set(x_26, 0, x_32); -return x_26; +x_31 = l_Lean_mkLevelMax_x27(x_23, x_27); +lean_ctor_set(x_25, 0, x_31); +return x_25; } else { -size_t x_33; size_t x_34; uint8_t x_35; -x_33 = lean_ptr_addr(x_22); -lean_dec(x_22); -x_34 = lean_ptr_addr(x_28); -x_35 = lean_usize_dec_eq(x_33, x_34); -if (x_35 == 0) +size_t x_32; size_t x_33; uint8_t x_34; +x_32 = lean_ptr_addr(x_21); +lean_dec(x_21); +x_33 = lean_ptr_addr(x_27); +x_34 = lean_usize_dec_eq(x_32, x_33); +if (x_34 == 0) { -lean_object* x_36; +lean_object* x_35; lean_dec(x_1); -x_36 = l_Lean_mkLevelMax_x27(x_24, x_28); -lean_ctor_set(x_26, 0, x_36); -return x_26; +x_35 = l_Lean_mkLevelMax_x27(x_23, x_27); +lean_ctor_set(x_25, 0, x_35); +return x_25; } else { -lean_object* x_37; -x_37 = l_Lean_simpLevelMax_x27(x_24, x_28, x_1); +lean_object* x_36; +x_36 = l_Lean_simpLevelMax_x27(x_23, x_27, x_1); lean_dec(x_1); -lean_dec(x_28); -lean_dec(x_24); -lean_ctor_set(x_26, 0, x_37); -return x_26; +lean_dec(x_27); +lean_dec(x_23); +lean_ctor_set(x_25, 0, x_36); +return x_25; } } } else { -lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; uint8_t x_42; -x_38 = lean_ctor_get(x_26, 0); -x_39 = lean_ctor_get(x_26, 1); -lean_inc(x_39); +lean_object* x_37; lean_object* x_38; size_t x_39; size_t x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_25, 0); +x_38 = lean_ctor_get(x_25, 1); lean_inc(x_38); -lean_dec(x_26); -x_40 = lean_ptr_addr(x_21); -lean_dec(x_21); -x_41 = lean_ptr_addr(x_24); -x_42 = lean_usize_dec_eq(x_40, x_41); -if (x_42 == 0) +lean_inc(x_37); +lean_dec(x_25); +x_39 = lean_ptr_addr(x_20); +lean_dec(x_20); +x_40 = lean_ptr_addr(x_23); +x_41 = lean_usize_dec_eq(x_39, x_40); +if (x_41 == 0) { -lean_object* x_43; lean_object* x_44; -lean_dec(x_22); +lean_object* x_42; lean_object* x_43; +lean_dec(x_21); lean_dec(x_1); -x_43 = l_Lean_mkLevelMax_x27(x_24, x_38); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_39); -return x_44; +x_42 = l_Lean_mkLevelMax_x27(x_23, x_37); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_38); +return x_43; } else { -size_t x_45; size_t x_46; uint8_t x_47; -x_45 = lean_ptr_addr(x_22); -lean_dec(x_22); -x_46 = lean_ptr_addr(x_38); -x_47 = lean_usize_dec_eq(x_45, x_46); -if (x_47 == 0) +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = lean_ptr_addr(x_21); +lean_dec(x_21); +x_45 = lean_ptr_addr(x_37); +x_46 = lean_usize_dec_eq(x_44, x_45); +if (x_46 == 0) { -lean_object* x_48; lean_object* x_49; +lean_object* x_47; lean_object* x_48; lean_dec(x_1); -x_48 = l_Lean_mkLevelMax_x27(x_24, x_38); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_39); -return x_49; +x_47 = l_Lean_mkLevelMax_x27(x_23, x_37); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_38); +return x_48; } else { -lean_object* x_50; lean_object* x_51; -x_50 = l_Lean_simpLevelMax_x27(x_24, x_38, x_1); +lean_object* x_49; lean_object* x_50; +x_49 = l_Lean_simpLevelMax_x27(x_23, x_37, x_1); lean_dec(x_1); -lean_dec(x_38); -lean_dec(x_24); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_39); -return x_51; +lean_dec(x_37); +lean_dec(x_23); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_38); +return x_50; } } } } case 3: { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_52 = lean_ctor_get(x_1, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_1, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_51 = lean_ctor_get(x_1, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_1, 1); lean_inc(x_52); -x_54 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_52, x_2); -x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_51); +x_53 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_51, x_2); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); lean_inc(x_55); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -lean_inc(x_53); -x_57 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_53, x_56); -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +lean_dec(x_53); +lean_inc(x_52); +x_56 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_52, x_55); +x_57 = !lean_is_exclusive(x_56); +if (x_57 == 0) { -lean_object* x_59; size_t x_60; size_t x_61; uint8_t x_62; -x_59 = lean_ctor_get(x_57, 0); -x_60 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_61 = lean_ptr_addr(x_55); -x_62 = lean_usize_dec_eq(x_60, x_61); -if (x_62 == 0) +lean_object* x_58; size_t x_59; size_t x_60; uint8_t x_61; +x_58 = lean_ctor_get(x_56, 0); +x_59 = lean_ptr_addr(x_51); +lean_dec(x_51); +x_60 = lean_ptr_addr(x_54); +x_61 = lean_usize_dec_eq(x_59, x_60); +if (x_61 == 0) { -lean_object* x_63; -lean_dec(x_53); +lean_object* x_62; +lean_dec(x_52); lean_dec(x_1); -x_63 = l_Lean_mkLevelIMax_x27(x_55, x_59); -lean_ctor_set(x_57, 0, x_63); -return x_57; +x_62 = l_Lean_mkLevelIMax_x27(x_54, x_58); +lean_ctor_set(x_56, 0, x_62); +return x_56; } else { -size_t x_64; size_t x_65; uint8_t x_66; -x_64 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_65 = lean_ptr_addr(x_59); -x_66 = lean_usize_dec_eq(x_64, x_65); -if (x_66 == 0) +size_t x_63; size_t x_64; uint8_t x_65; +x_63 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_64 = lean_ptr_addr(x_58); +x_65 = lean_usize_dec_eq(x_63, x_64); +if (x_65 == 0) { -lean_object* x_67; +lean_object* x_66; lean_dec(x_1); -x_67 = l_Lean_mkLevelIMax_x27(x_55, x_59); -lean_ctor_set(x_57, 0, x_67); -return x_57; +x_66 = l_Lean_mkLevelIMax_x27(x_54, x_58); +lean_ctor_set(x_56, 0, x_66); +return x_56; } else { -lean_object* x_68; -x_68 = l_Lean_simpLevelIMax_x27(x_55, x_59, x_1); +lean_object* x_67; +x_67 = l_Lean_simpLevelIMax_x27(x_54, x_58, x_1); lean_dec(x_1); -lean_ctor_set(x_57, 0, x_68); -return x_57; +lean_ctor_set(x_56, 0, x_67); +return x_56; } } } else { -lean_object* x_69; lean_object* x_70; size_t x_71; size_t x_72; uint8_t x_73; -x_69 = lean_ctor_get(x_57, 0); -x_70 = lean_ctor_get(x_57, 1); -lean_inc(x_70); +lean_object* x_68; lean_object* x_69; size_t x_70; size_t x_71; uint8_t x_72; +x_68 = lean_ctor_get(x_56, 0); +x_69 = lean_ctor_get(x_56, 1); lean_inc(x_69); -lean_dec(x_57); -x_71 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_72 = lean_ptr_addr(x_55); -x_73 = lean_usize_dec_eq(x_71, x_72); -if (x_73 == 0) +lean_inc(x_68); +lean_dec(x_56); +x_70 = lean_ptr_addr(x_51); +lean_dec(x_51); +x_71 = lean_ptr_addr(x_54); +x_72 = lean_usize_dec_eq(x_70, x_71); +if (x_72 == 0) { -lean_object* x_74; lean_object* x_75; -lean_dec(x_53); +lean_object* x_73; lean_object* x_74; +lean_dec(x_52); lean_dec(x_1); -x_74 = l_Lean_mkLevelIMax_x27(x_55, x_69); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_70); -return x_75; +x_73 = l_Lean_mkLevelIMax_x27(x_54, x_68); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_69); +return x_74; } else { -size_t x_76; size_t x_77; uint8_t x_78; -x_76 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_77 = lean_ptr_addr(x_69); -x_78 = lean_usize_dec_eq(x_76, x_77); -if (x_78 == 0) +size_t x_75; size_t x_76; uint8_t x_77; +x_75 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_76 = lean_ptr_addr(x_68); +x_77 = lean_usize_dec_eq(x_75, x_76); +if (x_77 == 0) { -lean_object* x_79; lean_object* x_80; +lean_object* x_78; lean_object* x_79; lean_dec(x_1); -x_79 = l_Lean_mkLevelIMax_x27(x_55, x_69); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_70); -return x_80; +x_78 = l_Lean_mkLevelIMax_x27(x_54, x_68); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_69); +return x_79; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_simpLevelIMax_x27(x_55, x_69, x_1); +lean_object* x_80; lean_object* x_81; +x_80 = l_Lean_simpLevelIMax_x27(x_54, x_68, x_1); lean_dec(x_1); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_70); -return x_82; +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_69); +return x_81; } } } } case 5: { -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_1, 0); +lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_107; uint8_t x_108; +x_82 = lean_ctor_get(x_1, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_2, 2); lean_inc(x_83); -x_84 = lean_ctor_get(x_2, 2); -lean_inc(x_84); +lean_inc(x_82); lean_inc(x_83); -lean_inc(x_84); -x_85 = l_Lean_MetavarContext_getLevelDepth(x_84, x_83); -x_86 = lean_ctor_get(x_84, 0); -lean_inc(x_86); -x_87 = lean_nat_dec_eq(x_85, x_86); -lean_dec(x_86); -lean_dec(x_85); -if (x_87 == 0) -{ -lean_object* x_88; +x_84 = l_Lean_MetavarContext_getLevelDepth(x_83, x_82); +x_107 = lean_ctor_get(x_83, 0); +lean_inc(x_107); +x_108 = lean_nat_dec_eq(x_84, x_107); +lean_dec(x_107); lean_dec(x_84); -lean_dec(x_83); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_1); -lean_ctor_set(x_88, 1, x_2); -return x_88; +if (x_108 == 0) +{ +uint8_t x_109; +x_109 = 1; +x_85 = x_109; +goto block_106; } else { -lean_object* x_89; lean_object* x_90; -lean_dec(x_1); -x_89 = lean_ctor_get(x_2, 6); -lean_inc(x_89); -lean_inc(x_83); -lean_inc(x_89); -x_90 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__1(x_89, x_83); -if (lean_obj_tag(x_90) == 0) +uint8_t x_110; +x_110 = 0; +x_85 = x_110; +goto block_106; +} +block_106: { -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; -x_91 = lean_ctor_get(x_2, 3); -lean_inc(x_91); -x_92 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___closed__2; -lean_inc(x_91); -x_93 = l_Lean_Name_num___override(x_92, x_91); +if (x_85 == 0) +{ +lean_object* x_86; lean_object* x_87; +lean_dec(x_1); +x_86 = lean_ctor_get(x_2, 6); +lean_inc(x_86); +lean_inc(x_82); +lean_inc(x_86); +x_87 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__1(x_86, x_82); +if (lean_obj_tag(x_87) == 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; 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; +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +x_89 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___closed__2; +lean_inc(x_88); +x_90 = l_Lean_Name_num___override(x_89, x_88); +lean_inc(x_90); +x_91 = l_Lean_Level_param___override(x_90); +x_92 = lean_ctor_get(x_2, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_2, 1); lean_inc(x_93); -x_94 = l_Lean_Level_param___override(x_93); -x_95 = lean_ctor_get(x_2, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_2, 1); +x_94 = lean_unsigned_to_nat(1u); +x_95 = lean_nat_add(x_88, x_94); +lean_dec(x_88); +x_96 = lean_ctor_get(x_2, 4); lean_inc(x_96); -x_97 = lean_unsigned_to_nat(1u); -x_98 = lean_nat_add(x_91, x_97); -lean_dec(x_91); -x_99 = lean_ctor_get(x_2, 4); -lean_inc(x_99); -x_100 = lean_array_push(x_99, x_93); -x_101 = lean_ctor_get(x_2, 5); -lean_inc(x_101); -lean_inc(x_94); -x_102 = l_Lean_HashMap_insert___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__3(x_89, x_83, x_94); -x_103 = lean_ctor_get(x_2, 7); -lean_inc(x_103); +x_97 = lean_array_push(x_96, x_90); +x_98 = lean_ctor_get(x_2, 5); +lean_inc(x_98); +lean_inc(x_91); +x_99 = l_Lean_HashMap_insert___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__3(x_86, x_82, x_91); +x_100 = lean_ctor_get(x_2, 7); +lean_inc(x_100); lean_dec(x_2); -x_104 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_104, 0, x_95); -lean_ctor_set(x_104, 1, x_96); -lean_ctor_set(x_104, 2, x_84); -lean_ctor_set(x_104, 3, x_98); -lean_ctor_set(x_104, 4, x_100); -lean_ctor_set(x_104, 5, x_101); -lean_ctor_set(x_104, 6, x_102); -lean_ctor_set(x_104, 7, x_103); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_94); -lean_ctor_set(x_105, 1, x_104); -return x_105; +x_101 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_101, 0, x_92); +lean_ctor_set(x_101, 1, x_93); +lean_ctor_set(x_101, 2, x_83); +lean_ctor_set(x_101, 3, x_95); +lean_ctor_set(x_101, 4, x_97); +lean_ctor_set(x_101, 5, x_98); +lean_ctor_set(x_101, 6, x_99); +lean_ctor_set(x_101, 7, x_100); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_91); +lean_ctor_set(x_102, 1, x_101); +return x_102; +} +else +{ +lean_object* x_103; lean_object* x_104; +lean_dec(x_86); +lean_dec(x_83); +lean_dec(x_82); +x_103 = lean_ctor_get(x_87, 0); +lean_inc(x_103); +lean_dec(x_87); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_2); +return x_104; +} } else { -lean_object* x_106; lean_object* x_107; -lean_dec(x_89); -lean_dec(x_84); +lean_object* x_105; lean_dec(x_83); -x_106 = lean_ctor_get(x_90, 0); -lean_inc(x_106); -lean_dec(x_90); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_106); -lean_ctor_set(x_107, 1, x_2); -return x_107; +lean_dec(x_82); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_1); +lean_ctor_set(x_105, 1, x_2); +return x_105; } } } default: { -lean_object* x_108; -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_1); -lean_ctor_set(x_108, 1, x_2); -return x_108; +lean_object* x_111; +x_111 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_111, 0, x_1); +lean_ctor_set(x_111, 1, x_2); +return x_111; +} } } +else +{ +lean_object* x_112; +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_1); +lean_ctor_set(x_112, 1, x_2); +return x_112; +} } } } @@ -1634,7 +1668,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -1690,7 +1724,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -1710,7 +1744,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -1858,7 +1892,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -1911,7 +1945,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -2045,804 +2079,709 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Meta_AbstractMVars_abstractExprMVars(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasMVar(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_306; +x_306 = l_Lean_Expr_hasMVar(x_1); +if (x_306 == 0) { -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_2); -return x_4; +uint8_t x_307; +x_307 = 1; +x_3 = x_307; +goto block_305; } else { +uint8_t x_308; +x_308 = 0; +x_3 = x_308; +goto block_305; +} +block_305: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_1)) { case 2: { -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_5 = lean_ctor_get(x_1, 0); +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_84; lean_object* x_85; uint8_t x_86; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 2); lean_inc(x_5); -x_6 = lean_ctor_get(x_2, 2); -lean_inc(x_6); +lean_inc(x_4); lean_inc(x_5); -lean_inc(x_6); -x_7 = l_Lean_MetavarContext_getDecl(x_6, x_5); -x_8 = lean_ctor_get(x_7, 3); -lean_inc(x_8); -x_9 = lean_ctor_get(x_6, 0); -lean_inc(x_9); -lean_dec(x_6); -x_10 = lean_nat_dec_eq(x_8, x_9); -lean_dec(x_9); -lean_dec(x_8); -if (x_10 == 0) -{ -lean_object* x_11; -lean_dec(x_7); +x_6 = l_Lean_MetavarContext_getDecl(x_5, x_4); +x_84 = lean_ctor_get(x_6, 3); +lean_inc(x_84); +x_85 = lean_ctor_get(x_5, 0); +lean_inc(x_85); lean_dec(x_5); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_1); -lean_ctor_set(x_11, 1, x_2); -return x_11; +x_86 = lean_nat_dec_eq(x_84, x_85); +lean_dec(x_85); +lean_dec(x_84); +if (x_86 == 0) +{ +uint8_t x_87; +x_87 = 1; +x_7 = x_87; +goto block_83; } else { -lean_object* x_12; uint8_t x_13; +uint8_t x_88; +x_88 = 0; +x_7 = x_88; +goto block_83; +} +block_83: +{ +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_79; lean_inc(x_1); -x_12 = l_Lean_instantiateMVars___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__1(x_1, x_2); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -x_16 = lean_expr_eqv(x_1, x_14); +x_8 = l_Lean_instantiateMVars___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__1(x_1, x_2); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); +if (lean_is_exclusive(x_8)) { + lean_ctor_release(x_8, 0); + lean_ctor_release(x_8, 1); + x_11 = x_8; +} else { + lean_dec_ref(x_8); + x_11 = lean_box(0); +} +x_79 = lean_expr_eqv(x_1, x_9); lean_dec(x_1); -if (x_16 == 0) +if (x_79 == 0) { -lean_free_object(x_12); -lean_dec(x_7); -lean_dec(x_5); -x_1 = x_14; -x_2 = x_15; -goto _start; +uint8_t x_80; +x_80 = 1; +x_12 = x_80; +goto block_78; } else { -lean_object* x_18; lean_object* x_19; -lean_dec(x_14); -x_18 = lean_ctor_get(x_15, 7); -lean_inc(x_18); -lean_inc(x_5); -x_19 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(x_18, x_5); -if (lean_obj_tag(x_19) == 0) +uint8_t x_81; +x_81 = 0; +x_12 = x_81; +goto block_78; +} +block_78: { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -lean_free_object(x_12); -x_20 = lean_ctor_get(x_7, 2); -lean_inc(x_20); -x_21 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_20, x_15); -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 = l_Lean_Meta_AbstractMVars_mkFreshFVarId(x_23); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; +lean_dec(x_9); +x_13 = lean_ctor_get(x_10, 7); +lean_inc(x_13); +lean_inc(x_4); +x_14 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(x_13, x_4); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_dec(x_11); +x_15 = lean_ctor_get(x_6, 2); +lean_inc(x_15); +x_16 = l_Lean_Meta_AbstractMVars_abstractExprMVars(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 = l_Lean_Meta_AbstractMVars_mkFreshFVarId(x_18); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_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_26 = lean_ctor_get(x_24, 0); -x_27 = lean_ctor_get(x_24, 1); +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t 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_21 = lean_ctor_get(x_19, 0); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_21); +x_23 = l_Lean_Expr_fvar___override(x_21); +x_24 = lean_ctor_get(x_6, 0); +lean_inc(x_24); +lean_dec(x_6); +x_25 = l_Lean_Name_isAnonymous(x_24); +x_26 = lean_ctor_get(x_22, 0); lean_inc(x_26); -x_28 = l_Lean_Expr_fvar___override(x_26); -x_29 = lean_ctor_get(x_7, 0); +x_27 = lean_ctor_get(x_22, 1); +lean_inc(x_27); +x_28 = lean_ctor_get(x_22, 2); +lean_inc(x_28); +x_29 = lean_ctor_get(x_22, 3); lean_inc(x_29); -lean_dec(x_7); -x_30 = l_Lean_Name_isAnonymous(x_29); -x_31 = lean_ctor_get(x_27, 0); +x_30 = lean_ctor_get(x_22, 4); +lean_inc(x_30); +x_31 = lean_ctor_get(x_22, 5); +lean_inc(x_31); +lean_inc(x_23); lean_inc(x_31); -x_32 = lean_ctor_get(x_27, 1); -lean_inc(x_32); -x_33 = lean_ctor_get(x_27, 2); +x_32 = lean_array_push(x_31, x_23); +x_33 = lean_ctor_get(x_22, 6); lean_inc(x_33); -x_34 = lean_ctor_get(x_27, 3); +x_34 = lean_ctor_get(x_22, 7); lean_inc(x_34); -x_35 = lean_ctor_get(x_27, 4); -lean_inc(x_35); -x_36 = lean_ctor_get(x_27, 5); -lean_inc(x_36); -lean_inc(x_28); -lean_inc(x_36); -x_37 = lean_array_push(x_36, x_28); -x_38 = lean_ctor_get(x_27, 6); -lean_inc(x_38); -x_39 = lean_ctor_get(x_27, 7); -lean_inc(x_39); -lean_dec(x_27); -lean_inc(x_28); -x_40 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_39, x_5, x_28); -if (x_30 == 0) +lean_dec(x_22); +lean_inc(x_23); +x_35 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_34, x_4, x_23); +if (x_25 == 0) { -uint8_t x_41; uint8_t x_42; lean_object* x_43; lean_object* x_44; -lean_dec(x_36); -x_41 = 0; -x_42 = 0; -x_43 = l_Lean_LocalContext_mkLocalDecl(x_32, x_26, x_29, x_22, x_41, x_42); -x_44 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_44, 0, x_31); -lean_ctor_set(x_44, 1, x_43); -lean_ctor_set(x_44, 2, x_33); -lean_ctor_set(x_44, 3, x_34); -lean_ctor_set(x_44, 4, x_35); -lean_ctor_set(x_44, 5, x_37); -lean_ctor_set(x_44, 6, x_38); -lean_ctor_set(x_44, 7, x_40); -lean_ctor_set(x_24, 1, x_44); -lean_ctor_set(x_24, 0, x_28); -return x_24; -} -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; uint8_t x_49; lean_object* x_50; lean_object* x_51; -lean_dec(x_29); -x_45 = lean_array_get_size(x_36); -lean_dec(x_36); -x_46 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__2; -x_47 = lean_name_append_index_after(x_46, x_45); -x_48 = 0; -x_49 = 0; -x_50 = l_Lean_LocalContext_mkLocalDecl(x_32, x_26, x_47, x_22, x_48, x_49); -x_51 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_51, 0, x_31); -lean_ctor_set(x_51, 1, x_50); -lean_ctor_set(x_51, 2, x_33); -lean_ctor_set(x_51, 3, x_34); -lean_ctor_set(x_51, 4, x_35); -lean_ctor_set(x_51, 5, x_37); -lean_ctor_set(x_51, 6, x_38); -lean_ctor_set(x_51, 7, x_40); -lean_ctor_set(x_24, 1, x_51); -lean_ctor_set(x_24, 0, x_28); -return x_24; -} -} -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; 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; -x_52 = lean_ctor_get(x_24, 0); -x_53 = lean_ctor_get(x_24, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_24); -lean_inc(x_52); -x_54 = l_Lean_Expr_fvar___override(x_52); -x_55 = lean_ctor_get(x_7, 0); -lean_inc(x_55); -lean_dec(x_7); -x_56 = l_Lean_Name_isAnonymous(x_55); -x_57 = lean_ctor_get(x_53, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_53, 1); -lean_inc(x_58); -x_59 = lean_ctor_get(x_53, 2); -lean_inc(x_59); -x_60 = lean_ctor_get(x_53, 3); -lean_inc(x_60); -x_61 = lean_ctor_get(x_53, 4); -lean_inc(x_61); -x_62 = lean_ctor_get(x_53, 5); -lean_inc(x_62); -lean_inc(x_54); -lean_inc(x_62); -x_63 = lean_array_push(x_62, x_54); -x_64 = lean_ctor_get(x_53, 6); -lean_inc(x_64); -x_65 = lean_ctor_get(x_53, 7); -lean_inc(x_65); -lean_dec(x_53); -lean_inc(x_54); -x_66 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_65, x_5, x_54); -if (x_56 == 0) -{ -uint8_t x_67; uint8_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -lean_dec(x_62); -x_67 = 0; -x_68 = 0; -x_69 = l_Lean_LocalContext_mkLocalDecl(x_58, x_52, x_55, x_22, x_67, x_68); -x_70 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_70, 0, x_57); -lean_ctor_set(x_70, 1, x_69); -lean_ctor_set(x_70, 2, x_59); -lean_ctor_set(x_70, 3, x_60); -lean_ctor_set(x_70, 4, x_61); -lean_ctor_set(x_70, 5, x_63); -lean_ctor_set(x_70, 6, x_64); -lean_ctor_set(x_70, 7, x_66); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_54); -lean_ctor_set(x_71, 1, x_70); -return x_71; -} -else -{ -lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; uint8_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_55); -x_72 = lean_array_get_size(x_62); -lean_dec(x_62); -x_73 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__2; -x_74 = lean_name_append_index_after(x_73, x_72); -x_75 = 0; -x_76 = 0; -x_77 = l_Lean_LocalContext_mkLocalDecl(x_58, x_52, x_74, x_22, x_75, x_76); -x_78 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_78, 0, x_57); -lean_ctor_set(x_78, 1, x_77); -lean_ctor_set(x_78, 2, x_59); -lean_ctor_set(x_78, 3, x_60); -lean_ctor_set(x_78, 4, x_61); -lean_ctor_set(x_78, 5, x_63); -lean_ctor_set(x_78, 6, x_64); -lean_ctor_set(x_78, 7, x_66); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_54); -lean_ctor_set(x_79, 1, x_78); -return x_79; -} -} +uint8_t x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +lean_dec(x_31); +x_36 = 0; +x_37 = 0; +x_38 = l_Lean_LocalContext_mkLocalDecl(x_27, x_21, x_24, x_17, x_36, x_37); +x_39 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_39, 0, x_26); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_39, 2, x_28); +lean_ctor_set(x_39, 3, x_29); +lean_ctor_set(x_39, 4, x_30); +lean_ctor_set(x_39, 5, x_32); +lean_ctor_set(x_39, 6, x_33); +lean_ctor_set(x_39, 7, x_35); +lean_ctor_set(x_19, 1, x_39); +lean_ctor_set(x_19, 0, x_23); +return x_19; } else { -lean_object* x_80; -lean_dec(x_7); -lean_dec(x_5); -x_80 = lean_ctor_get(x_19, 0); -lean_inc(x_80); -lean_dec(x_19); -lean_ctor_set(x_12, 0, x_80); -return x_12; -} +lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_24); +x_40 = lean_array_get_size(x_31); +lean_dec(x_31); +x_41 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__2; +x_42 = lean_name_append_index_after(x_41, x_40); +x_43 = 0; +x_44 = 0; +x_45 = l_Lean_LocalContext_mkLocalDecl(x_27, x_21, x_42, x_17, x_43, x_44); +x_46 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_46, 0, x_26); +lean_ctor_set(x_46, 1, x_45); +lean_ctor_set(x_46, 2, x_28); +lean_ctor_set(x_46, 3, x_29); +lean_ctor_set(x_46, 4, x_30); +lean_ctor_set(x_46, 5, x_32); +lean_ctor_set(x_46, 6, x_33); +lean_ctor_set(x_46, 7, x_35); +lean_ctor_set(x_19, 1, x_46); +lean_ctor_set(x_19, 0, x_23); +return x_19; } } else { -lean_object* x_81; lean_object* x_82; uint8_t x_83; -x_81 = lean_ctor_get(x_12, 0); -x_82 = lean_ctor_get(x_12, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_12); -x_83 = lean_expr_eqv(x_1, x_81); -lean_dec(x_1); -if (x_83 == 0) -{ -lean_dec(x_7); -lean_dec(x_5); -x_1 = x_81; -x_2 = x_82; -goto _start; -} -else +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_47 = lean_ctor_get(x_19, 0); +x_48 = lean_ctor_get(x_19, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_19); +lean_inc(x_47); +x_49 = l_Lean_Expr_fvar___override(x_47); +x_50 = lean_ctor_get(x_6, 0); +lean_inc(x_50); +lean_dec(x_6); +x_51 = l_Lean_Name_isAnonymous(x_50); +x_52 = lean_ctor_get(x_48, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_48, 2); +lean_inc(x_54); +x_55 = lean_ctor_get(x_48, 3); +lean_inc(x_55); +x_56 = lean_ctor_get(x_48, 4); +lean_inc(x_56); +x_57 = lean_ctor_get(x_48, 5); +lean_inc(x_57); +lean_inc(x_49); +lean_inc(x_57); +x_58 = lean_array_push(x_57, x_49); +x_59 = lean_ctor_get(x_48, 6); +lean_inc(x_59); +x_60 = lean_ctor_get(x_48, 7); +lean_inc(x_60); +lean_dec(x_48); +lean_inc(x_49); +x_61 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_60, x_4, x_49); +if (x_51 == 0) { -lean_object* x_85; lean_object* x_86; -lean_dec(x_81); -x_85 = lean_ctor_get(x_82, 7); -lean_inc(x_85); -lean_inc(x_5); -x_86 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(x_85, x_5); -if (lean_obj_tag(x_86) == 0) -{ -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; uint8_t 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; -x_87 = lean_ctor_get(x_7, 2); -lean_inc(x_87); -x_88 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_87, x_82); -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 = l_Lean_Meta_AbstractMVars_mkFreshFVarId(x_90); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -if (lean_is_exclusive(x_91)) { - lean_ctor_release(x_91, 0); - lean_ctor_release(x_91, 1); - x_94 = x_91; +uint8_t x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +lean_dec(x_57); +x_62 = 0; +x_63 = 0; +x_64 = l_Lean_LocalContext_mkLocalDecl(x_53, x_47, x_50, x_17, x_62, x_63); +x_65 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_65, 0, x_52); +lean_ctor_set(x_65, 1, x_64); +lean_ctor_set(x_65, 2, x_54); +lean_ctor_set(x_65, 3, x_55); +lean_ctor_set(x_65, 4, x_56); +lean_ctor_set(x_65, 5, x_58); +lean_ctor_set(x_65, 6, x_59); +lean_ctor_set(x_65, 7, x_61); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_49); +lean_ctor_set(x_66, 1, x_65); +return x_66; +} +else +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; uint8_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +lean_dec(x_50); +x_67 = lean_array_get_size(x_57); +lean_dec(x_57); +x_68 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__2; +x_69 = lean_name_append_index_after(x_68, x_67); +x_70 = 0; +x_71 = 0; +x_72 = l_Lean_LocalContext_mkLocalDecl(x_53, x_47, x_69, x_17, x_70, x_71); +x_73 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_73, 0, x_52); +lean_ctor_set(x_73, 1, x_72); +lean_ctor_set(x_73, 2, x_54); +lean_ctor_set(x_73, 3, x_55); +lean_ctor_set(x_73, 4, x_56); +lean_ctor_set(x_73, 5, x_58); +lean_ctor_set(x_73, 6, x_59); +lean_ctor_set(x_73, 7, x_61); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_49); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +else +{ +lean_object* x_75; lean_object* x_76; +lean_dec(x_6); +lean_dec(x_4); +x_75 = lean_ctor_get(x_14, 0); +lean_inc(x_75); +lean_dec(x_14); +if (lean_is_scalar(x_11)) { + x_76 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_91); - x_94 = lean_box(0); + x_76 = x_11; } -lean_inc(x_92); -x_95 = l_Lean_Expr_fvar___override(x_92); -x_96 = lean_ctor_get(x_7, 0); -lean_inc(x_96); -lean_dec(x_7); -x_97 = l_Lean_Name_isAnonymous(x_96); -x_98 = lean_ctor_get(x_93, 0); -lean_inc(x_98); -x_99 = lean_ctor_get(x_93, 1); -lean_inc(x_99); -x_100 = lean_ctor_get(x_93, 2); -lean_inc(x_100); -x_101 = lean_ctor_get(x_93, 3); -lean_inc(x_101); -x_102 = lean_ctor_get(x_93, 4); -lean_inc(x_102); -x_103 = lean_ctor_get(x_93, 5); -lean_inc(x_103); -lean_inc(x_95); -lean_inc(x_103); -x_104 = lean_array_push(x_103, x_95); -x_105 = lean_ctor_get(x_93, 6); -lean_inc(x_105); -x_106 = lean_ctor_get(x_93, 7); -lean_inc(x_106); -lean_dec(x_93); -lean_inc(x_95); -x_107 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_106, x_5, x_95); -if (x_97 == 0) -{ -uint8_t x_108; uint8_t x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_103); -x_108 = 0; -x_109 = 0; -x_110 = l_Lean_LocalContext_mkLocalDecl(x_99, x_92, x_96, x_89, x_108, x_109); -x_111 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_111, 0, x_98); -lean_ctor_set(x_111, 1, x_110); -lean_ctor_set(x_111, 2, x_100); -lean_ctor_set(x_111, 3, x_101); -lean_ctor_set(x_111, 4, x_102); -lean_ctor_set(x_111, 5, x_104); -lean_ctor_set(x_111, 6, x_105); -lean_ctor_set(x_111, 7, x_107); -if (lean_is_scalar(x_94)) { - x_112 = lean_alloc_ctor(0, 2, 0); -} else { - x_112 = x_94; +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_10); +return x_76; } -lean_ctor_set(x_112, 0, x_95); -lean_ctor_set(x_112, 1, x_111); -return x_112; } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; uint8_t x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_96); -x_113 = lean_array_get_size(x_103); -lean_dec(x_103); -x_114 = l_Lean_Meta_AbstractMVars_abstractExprMVars___closed__2; -x_115 = lean_name_append_index_after(x_114, x_113); -x_116 = 0; -x_117 = 0; -x_118 = l_Lean_LocalContext_mkLocalDecl(x_99, x_92, x_115, x_89, x_116, x_117); -x_119 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_119, 0, x_98); -lean_ctor_set(x_119, 1, x_118); -lean_ctor_set(x_119, 2, x_100); -lean_ctor_set(x_119, 3, x_101); -lean_ctor_set(x_119, 4, x_102); -lean_ctor_set(x_119, 5, x_104); -lean_ctor_set(x_119, 6, x_105); -lean_ctor_set(x_119, 7, x_107); -if (lean_is_scalar(x_94)) { - x_120 = lean_alloc_ctor(0, 2, 0); -} else { - x_120 = x_94; +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_4); +x_1 = x_9; +x_2 = x_10; +goto _start; } -lean_ctor_set(x_120, 0, x_95); -lean_ctor_set(x_120, 1, x_119); -return x_120; } } else { -lean_object* x_121; lean_object* x_122; -lean_dec(x_7); -lean_dec(x_5); -x_121 = lean_ctor_get(x_86, 0); -lean_inc(x_121); -lean_dec(x_86); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_82); -return x_122; -} -} +lean_object* x_82; +lean_dec(x_6); +lean_dec(x_4); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_1); +lean_ctor_set(x_82, 1, x_2); +return x_82; } } } case 3: { -lean_object* x_123; lean_object* x_124; uint8_t x_125; -x_123 = lean_ctor_get(x_1, 0); -lean_inc(x_123); -lean_inc(x_123); -x_124 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_123, x_2); -x_125 = !lean_is_exclusive(x_124); -if (x_125 == 0) +lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_89 = lean_ctor_get(x_1, 0); +lean_inc(x_89); +lean_inc(x_89); +x_90 = l___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars(x_89, x_2); +x_91 = !lean_is_exclusive(x_90); +if (x_91 == 0) { -lean_object* x_126; size_t x_127; size_t x_128; uint8_t x_129; -x_126 = lean_ctor_get(x_124, 0); -x_127 = lean_ptr_addr(x_123); -lean_dec(x_123); -x_128 = lean_ptr_addr(x_126); -x_129 = lean_usize_dec_eq(x_127, x_128); -if (x_129 == 0) +lean_object* x_92; size_t x_93; size_t x_94; uint8_t x_95; +x_92 = lean_ctor_get(x_90, 0); +x_93 = lean_ptr_addr(x_89); +lean_dec(x_89); +x_94 = lean_ptr_addr(x_92); +x_95 = lean_usize_dec_eq(x_93, x_94); +if (x_95 == 0) { -lean_object* x_130; +lean_object* x_96; lean_dec(x_1); -x_130 = l_Lean_Expr_sort___override(x_126); -lean_ctor_set(x_124, 0, x_130); -return x_124; +x_96 = l_Lean_Expr_sort___override(x_92); +lean_ctor_set(x_90, 0, x_96); +return x_90; } else { -lean_dec(x_126); -lean_ctor_set(x_124, 0, x_1); -return x_124; +lean_dec(x_92); +lean_ctor_set(x_90, 0, x_1); +return x_90; } } else { -lean_object* x_131; lean_object* x_132; size_t x_133; size_t x_134; uint8_t x_135; -x_131 = lean_ctor_get(x_124, 0); -x_132 = lean_ctor_get(x_124, 1); -lean_inc(x_132); -lean_inc(x_131); -lean_dec(x_124); -x_133 = lean_ptr_addr(x_123); -lean_dec(x_123); -x_134 = lean_ptr_addr(x_131); -x_135 = lean_usize_dec_eq(x_133, x_134); -if (x_135 == 0) +lean_object* x_97; lean_object* x_98; size_t x_99; size_t x_100; uint8_t x_101; +x_97 = lean_ctor_get(x_90, 0); +x_98 = lean_ctor_get(x_90, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_90); +x_99 = lean_ptr_addr(x_89); +lean_dec(x_89); +x_100 = lean_ptr_addr(x_97); +x_101 = lean_usize_dec_eq(x_99, x_100); +if (x_101 == 0) { -lean_object* x_136; lean_object* x_137; +lean_object* x_102; lean_object* x_103; lean_dec(x_1); -x_136 = l_Lean_Expr_sort___override(x_131); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_132); -return x_137; +x_102 = l_Lean_Expr_sort___override(x_97); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_98); +return x_103; } else { -lean_object* x_138; -lean_dec(x_131); -x_138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_138, 0, x_1); -lean_ctor_set(x_138, 1, x_132); -return x_138; +lean_object* x_104; +lean_dec(x_97); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_1); +lean_ctor_set(x_104, 1, x_98); +return x_104; } } } case 4: { -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_139 = lean_ctor_get(x_1, 0); -lean_inc(x_139); -x_140 = lean_ctor_get(x_1, 1); -lean_inc(x_140); -x_141 = lean_box(0); -lean_inc(x_140); -x_142 = l_List_mapM_loop___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__10(x_140, x_141, x_2); -x_143 = !lean_is_exclusive(x_142); -if (x_143 == 0) -{ -lean_object* x_144; uint8_t x_145; -x_144 = lean_ctor_get(x_142, 0); -x_145 = l_ptrEqList___rarg(x_140, x_144); -lean_dec(x_140); -if (x_145 == 0) -{ -lean_object* x_146; +lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; +x_105 = lean_ctor_get(x_1, 0); +lean_inc(x_105); +x_106 = lean_ctor_get(x_1, 1); +lean_inc(x_106); +x_107 = lean_box(0); +lean_inc(x_106); +x_108 = l_List_mapM_loop___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__10(x_106, x_107, x_2); +x_109 = !lean_is_exclusive(x_108); +if (x_109 == 0) +{ +lean_object* x_110; uint8_t x_111; +x_110 = lean_ctor_get(x_108, 0); +x_111 = l_ptrEqList___rarg(x_106, x_110); +lean_dec(x_106); +if (x_111 == 0) +{ +lean_object* x_112; lean_dec(x_1); -x_146 = l_Lean_Expr_const___override(x_139, x_144); -lean_ctor_set(x_142, 0, x_146); -return x_142; +x_112 = l_Lean_Expr_const___override(x_105, x_110); +lean_ctor_set(x_108, 0, x_112); +return x_108; } else { -lean_dec(x_144); -lean_dec(x_139); -lean_ctor_set(x_142, 0, x_1); -return x_142; +lean_dec(x_110); +lean_dec(x_105); +lean_ctor_set(x_108, 0, x_1); +return x_108; } } else { -lean_object* x_147; lean_object* x_148; uint8_t x_149; -x_147 = lean_ctor_get(x_142, 0); -x_148 = lean_ctor_get(x_142, 1); -lean_inc(x_148); -lean_inc(x_147); -lean_dec(x_142); -x_149 = l_ptrEqList___rarg(x_140, x_147); -lean_dec(x_140); -if (x_149 == 0) +lean_object* x_113; lean_object* x_114; uint8_t x_115; +x_113 = lean_ctor_get(x_108, 0); +x_114 = lean_ctor_get(x_108, 1); +lean_inc(x_114); +lean_inc(x_113); +lean_dec(x_108); +x_115 = l_ptrEqList___rarg(x_106, x_113); +lean_dec(x_106); +if (x_115 == 0) { -lean_object* x_150; lean_object* x_151; +lean_object* x_116; lean_object* x_117; lean_dec(x_1); -x_150 = l_Lean_Expr_const___override(x_139, x_147); -x_151 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_151, 0, x_150); -lean_ctor_set(x_151, 1, x_148); -return x_151; +x_116 = l_Lean_Expr_const___override(x_105, x_113); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +return x_117; } else { -lean_object* x_152; -lean_dec(x_147); -lean_dec(x_139); -x_152 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_152, 0, x_1); -lean_ctor_set(x_152, 1, x_148); -return x_152; +lean_object* x_118; +lean_dec(x_113); +lean_dec(x_105); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_1); +lean_ctor_set(x_118, 1, x_114); +return x_118; } } } case 5: { -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_153 = lean_ctor_get(x_1, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_1, 1); -lean_inc(x_154); -lean_inc(x_153); -x_155 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_153, x_2); -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -lean_inc(x_154); -x_158 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_154, x_157); -x_159 = !lean_is_exclusive(x_158); -if (x_159 == 0) +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; +x_119 = lean_ctor_get(x_1, 0); +lean_inc(x_119); +x_120 = lean_ctor_get(x_1, 1); +lean_inc(x_120); +lean_inc(x_119); +x_121 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_119, x_2); +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); +lean_inc(x_120); +x_124 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_120, x_123); +x_125 = !lean_is_exclusive(x_124); +if (x_125 == 0) { -lean_object* x_160; size_t x_161; size_t x_162; uint8_t x_163; -x_160 = lean_ctor_get(x_158, 0); -x_161 = lean_ptr_addr(x_153); -lean_dec(x_153); -x_162 = lean_ptr_addr(x_156); -x_163 = lean_usize_dec_eq(x_161, x_162); -if (x_163 == 0) +lean_object* x_126; size_t x_127; size_t x_128; uint8_t x_129; +x_126 = lean_ctor_get(x_124, 0); +x_127 = lean_ptr_addr(x_119); +lean_dec(x_119); +x_128 = lean_ptr_addr(x_122); +x_129 = lean_usize_dec_eq(x_127, x_128); +if (x_129 == 0) { -lean_object* x_164; -lean_dec(x_154); +lean_object* x_130; +lean_dec(x_120); lean_dec(x_1); -x_164 = l_Lean_Expr_app___override(x_156, x_160); -lean_ctor_set(x_158, 0, x_164); -return x_158; +x_130 = l_Lean_Expr_app___override(x_122, x_126); +lean_ctor_set(x_124, 0, x_130); +return x_124; } else { -size_t x_165; size_t x_166; uint8_t x_167; -x_165 = lean_ptr_addr(x_154); -lean_dec(x_154); -x_166 = lean_ptr_addr(x_160); -x_167 = lean_usize_dec_eq(x_165, x_166); -if (x_167 == 0) +size_t x_131; size_t x_132; uint8_t x_133; +x_131 = lean_ptr_addr(x_120); +lean_dec(x_120); +x_132 = lean_ptr_addr(x_126); +x_133 = lean_usize_dec_eq(x_131, x_132); +if (x_133 == 0) { -lean_object* x_168; +lean_object* x_134; lean_dec(x_1); -x_168 = l_Lean_Expr_app___override(x_156, x_160); -lean_ctor_set(x_158, 0, x_168); -return x_158; +x_134 = l_Lean_Expr_app___override(x_122, x_126); +lean_ctor_set(x_124, 0, x_134); +return x_124; } else { -lean_dec(x_160); -lean_dec(x_156); -lean_ctor_set(x_158, 0, x_1); -return x_158; +lean_dec(x_126); +lean_dec(x_122); +lean_ctor_set(x_124, 0, x_1); +return x_124; } } } else { -lean_object* x_169; lean_object* x_170; size_t x_171; size_t x_172; uint8_t x_173; -x_169 = lean_ctor_get(x_158, 0); -x_170 = lean_ctor_get(x_158, 1); -lean_inc(x_170); -lean_inc(x_169); -lean_dec(x_158); -x_171 = lean_ptr_addr(x_153); -lean_dec(x_153); -x_172 = lean_ptr_addr(x_156); -x_173 = lean_usize_dec_eq(x_171, x_172); -if (x_173 == 0) -{ -lean_object* x_174; lean_object* x_175; -lean_dec(x_154); +lean_object* x_135; lean_object* x_136; size_t x_137; size_t x_138; uint8_t x_139; +x_135 = lean_ctor_get(x_124, 0); +x_136 = lean_ctor_get(x_124, 1); +lean_inc(x_136); +lean_inc(x_135); +lean_dec(x_124); +x_137 = lean_ptr_addr(x_119); +lean_dec(x_119); +x_138 = lean_ptr_addr(x_122); +x_139 = lean_usize_dec_eq(x_137, x_138); +if (x_139 == 0) +{ +lean_object* x_140; lean_object* x_141; +lean_dec(x_120); lean_dec(x_1); -x_174 = l_Lean_Expr_app___override(x_156, x_169); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_175, 1, x_170); -return x_175; +x_140 = l_Lean_Expr_app___override(x_122, x_135); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_140); +lean_ctor_set(x_141, 1, x_136); +return x_141; } else { -size_t x_176; size_t x_177; uint8_t x_178; -x_176 = lean_ptr_addr(x_154); -lean_dec(x_154); -x_177 = lean_ptr_addr(x_169); -x_178 = lean_usize_dec_eq(x_176, x_177); -if (x_178 == 0) +size_t x_142; size_t x_143; uint8_t x_144; +x_142 = lean_ptr_addr(x_120); +lean_dec(x_120); +x_143 = lean_ptr_addr(x_135); +x_144 = lean_usize_dec_eq(x_142, x_143); +if (x_144 == 0) { -lean_object* x_179; lean_object* x_180; +lean_object* x_145; lean_object* x_146; lean_dec(x_1); -x_179 = l_Lean_Expr_app___override(x_156, x_169); -x_180 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_180, 0, x_179); -lean_ctor_set(x_180, 1, x_170); -return x_180; +x_145 = l_Lean_Expr_app___override(x_122, x_135); +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_136); +return x_146; } else { -lean_object* x_181; -lean_dec(x_169); -lean_dec(x_156); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_1); -lean_ctor_set(x_181, 1, x_170); -return x_181; +lean_object* x_147; +lean_dec(x_135); +lean_dec(x_122); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_1); +lean_ctor_set(x_147, 1, x_136); +return x_147; } } } } case 6: { -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; uint8_t x_190; -x_182 = lean_ctor_get(x_1, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_1, 1); -lean_inc(x_183); -x_184 = lean_ctor_get(x_1, 2); -lean_inc(x_184); -x_185 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; uint8_t x_156; +x_148 = lean_ctor_get(x_1, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_1, 1); +lean_inc(x_149); +x_150 = lean_ctor_get(x_1, 2); +lean_inc(x_150); +x_151 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_183); -x_186 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_183, x_2); -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); -lean_inc(x_184); -x_189 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_184, x_188); -x_190 = !lean_is_exclusive(x_189); -if (x_190 == 0) -{ -lean_object* x_191; lean_object* x_192; size_t x_193; size_t x_194; uint8_t x_195; -x_191 = lean_ctor_get(x_189, 0); -lean_inc(x_184); -lean_inc(x_183); -lean_inc(x_182); -x_192 = l_Lean_Expr_lam___override(x_182, x_183, x_184, x_185); -x_193 = lean_ptr_addr(x_183); -lean_dec(x_183); -x_194 = lean_ptr_addr(x_187); -x_195 = lean_usize_dec_eq(x_193, x_194); -if (x_195 == 0) -{ -lean_object* x_196; -lean_dec(x_192); -lean_dec(x_184); -x_196 = l_Lean_Expr_lam___override(x_182, x_187, x_191, x_185); -lean_ctor_set(x_189, 0, x_196); -return x_189; -} -else -{ -size_t x_197; size_t x_198; uint8_t x_199; -x_197 = lean_ptr_addr(x_184); -lean_dec(x_184); -x_198 = lean_ptr_addr(x_191); -x_199 = lean_usize_dec_eq(x_197, x_198); -if (x_199 == 0) -{ -lean_object* x_200; -lean_dec(x_192); -x_200 = l_Lean_Expr_lam___override(x_182, x_187, x_191, x_185); -lean_ctor_set(x_189, 0, x_200); -return x_189; +lean_inc(x_149); +x_152 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_149, x_2); +x_153 = lean_ctor_get(x_152, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_152, 1); +lean_inc(x_154); +lean_dec(x_152); +lean_inc(x_150); +x_155 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_150, x_154); +x_156 = !lean_is_exclusive(x_155); +if (x_156 == 0) +{ +lean_object* x_157; lean_object* x_158; size_t x_159; size_t x_160; uint8_t x_161; +x_157 = lean_ctor_get(x_155, 0); +lean_inc(x_150); +lean_inc(x_149); +lean_inc(x_148); +x_158 = l_Lean_Expr_lam___override(x_148, x_149, x_150, x_151); +x_159 = lean_ptr_addr(x_149); +lean_dec(x_149); +x_160 = lean_ptr_addr(x_153); +x_161 = lean_usize_dec_eq(x_159, x_160); +if (x_161 == 0) +{ +lean_object* x_162; +lean_dec(x_158); +lean_dec(x_150); +x_162 = l_Lean_Expr_lam___override(x_148, x_153, x_157, x_151); +lean_ctor_set(x_155, 0, x_162); +return x_155; } else { -uint8_t x_201; -x_201 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_185, x_185); -if (x_201 == 0) +size_t x_163; size_t x_164; uint8_t x_165; +x_163 = lean_ptr_addr(x_150); +lean_dec(x_150); +x_164 = lean_ptr_addr(x_157); +x_165 = lean_usize_dec_eq(x_163, x_164); +if (x_165 == 0) { -lean_object* x_202; -lean_dec(x_192); -x_202 = l_Lean_Expr_lam___override(x_182, x_187, x_191, x_185); -lean_ctor_set(x_189, 0, x_202); -return x_189; +lean_object* x_166; +lean_dec(x_158); +x_166 = l_Lean_Expr_lam___override(x_148, x_153, x_157, x_151); +lean_ctor_set(x_155, 0, x_166); +return x_155; } else { -lean_dec(x_191); -lean_dec(x_187); -lean_dec(x_182); -lean_ctor_set(x_189, 0, x_192); -return x_189; +uint8_t x_167; +x_167 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_151, x_151); +if (x_167 == 0) +{ +lean_object* x_168; +lean_dec(x_158); +x_168 = l_Lean_Expr_lam___override(x_148, x_153, x_157, x_151); +lean_ctor_set(x_155, 0, x_168); +return x_155; } +else +{ +lean_dec(x_157); +lean_dec(x_153); +lean_dec(x_148); +lean_ctor_set(x_155, 0, x_158); +return x_155; } } } -else -{ -lean_object* x_203; lean_object* x_204; lean_object* x_205; size_t x_206; size_t x_207; uint8_t x_208; -x_203 = lean_ctor_get(x_189, 0); -x_204 = lean_ctor_get(x_189, 1); -lean_inc(x_204); -lean_inc(x_203); -lean_dec(x_189); -lean_inc(x_184); -lean_inc(x_183); -lean_inc(x_182); -x_205 = l_Lean_Expr_lam___override(x_182, x_183, x_184, x_185); -x_206 = lean_ptr_addr(x_183); -lean_dec(x_183); -x_207 = lean_ptr_addr(x_187); -x_208 = lean_usize_dec_eq(x_206, x_207); -if (x_208 == 0) -{ -lean_object* x_209; lean_object* x_210; -lean_dec(x_205); -lean_dec(x_184); -x_209 = l_Lean_Expr_lam___override(x_182, x_187, x_203, x_185); -x_210 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_210, 0, x_209); -lean_ctor_set(x_210, 1, x_204); -return x_210; } else { -size_t x_211; size_t x_212; uint8_t x_213; -x_211 = lean_ptr_addr(x_184); -lean_dec(x_184); -x_212 = lean_ptr_addr(x_203); -x_213 = lean_usize_dec_eq(x_211, x_212); -if (x_213 == 0) -{ -lean_object* x_214; lean_object* x_215; -lean_dec(x_205); -x_214 = l_Lean_Expr_lam___override(x_182, x_187, x_203, x_185); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_214); -lean_ctor_set(x_215, 1, x_204); -return x_215; +lean_object* x_169; lean_object* x_170; lean_object* x_171; size_t x_172; size_t x_173; uint8_t x_174; +x_169 = lean_ctor_get(x_155, 0); +x_170 = lean_ctor_get(x_155, 1); +lean_inc(x_170); +lean_inc(x_169); +lean_dec(x_155); +lean_inc(x_150); +lean_inc(x_149); +lean_inc(x_148); +x_171 = l_Lean_Expr_lam___override(x_148, x_149, x_150, x_151); +x_172 = lean_ptr_addr(x_149); +lean_dec(x_149); +x_173 = lean_ptr_addr(x_153); +x_174 = lean_usize_dec_eq(x_172, x_173); +if (x_174 == 0) +{ +lean_object* x_175; lean_object* x_176; +lean_dec(x_171); +lean_dec(x_150); +x_175 = l_Lean_Expr_lam___override(x_148, x_153, x_169, x_151); +x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_176, 0, x_175); +lean_ctor_set(x_176, 1, x_170); +return x_176; +} +else +{ +size_t x_177; size_t x_178; uint8_t x_179; +x_177 = lean_ptr_addr(x_150); +lean_dec(x_150); +x_178 = lean_ptr_addr(x_169); +x_179 = lean_usize_dec_eq(x_177, x_178); +if (x_179 == 0) +{ +lean_object* x_180; lean_object* x_181; +lean_dec(x_171); +x_180 = l_Lean_Expr_lam___override(x_148, x_153, x_169, x_151); +x_181 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_181, 0, x_180); +lean_ctor_set(x_181, 1, x_170); +return x_181; } else { -uint8_t x_216; -x_216 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_185, x_185); -if (x_216 == 0) +uint8_t x_182; +x_182 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_151, x_151); +if (x_182 == 0) { -lean_object* x_217; lean_object* x_218; -lean_dec(x_205); -x_217 = l_Lean_Expr_lam___override(x_182, x_187, x_203, x_185); -x_218 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_218, 0, x_217); -lean_ctor_set(x_218, 1, x_204); -return x_218; +lean_object* x_183; lean_object* x_184; +lean_dec(x_171); +x_183 = l_Lean_Expr_lam___override(x_148, x_153, x_169, x_151); +x_184 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_184, 0, x_183); +lean_ctor_set(x_184, 1, x_170); +return x_184; } else { -lean_object* x_219; -lean_dec(x_203); -lean_dec(x_187); -lean_dec(x_182); -x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_205); -lean_ctor_set(x_219, 1, x_204); -return x_219; +lean_object* x_185; +lean_dec(x_169); +lean_dec(x_153); +lean_dec(x_148); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_171); +lean_ctor_set(x_185, 1, x_170); +return x_185; } } } @@ -2850,152 +2789,152 @@ return x_219; } case 7: { -lean_object* x_220; lean_object* x_221; lean_object* x_222; uint8_t x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; uint8_t x_228; -x_220 = lean_ctor_get(x_1, 0); -lean_inc(x_220); -x_221 = lean_ctor_get(x_1, 1); -lean_inc(x_221); -x_222 = lean_ctor_get(x_1, 2); -lean_inc(x_222); -x_223 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_186; lean_object* x_187; lean_object* x_188; uint8_t x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; uint8_t x_194; +x_186 = lean_ctor_get(x_1, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_1, 1); +lean_inc(x_187); +x_188 = lean_ctor_get(x_1, 2); +lean_inc(x_188); +x_189 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_221); -x_224 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_221, x_2); -x_225 = lean_ctor_get(x_224, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_224, 1); -lean_inc(x_226); -lean_dec(x_224); -lean_inc(x_222); -x_227 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_222, x_226); -x_228 = !lean_is_exclusive(x_227); -if (x_228 == 0) -{ -lean_object* x_229; lean_object* x_230; size_t x_231; size_t x_232; uint8_t x_233; -x_229 = lean_ctor_get(x_227, 0); -lean_inc(x_222); -lean_inc(x_221); -lean_inc(x_220); -x_230 = l_Lean_Expr_forallE___override(x_220, x_221, x_222, x_223); -x_231 = lean_ptr_addr(x_221); -lean_dec(x_221); -x_232 = lean_ptr_addr(x_225); -x_233 = lean_usize_dec_eq(x_231, x_232); -if (x_233 == 0) -{ -lean_object* x_234; -lean_dec(x_230); -lean_dec(x_222); -x_234 = l_Lean_Expr_forallE___override(x_220, x_225, x_229, x_223); -lean_ctor_set(x_227, 0, x_234); -return x_227; +lean_inc(x_187); +x_190 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_187, 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); +lean_inc(x_188); +x_193 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_188, x_192); +x_194 = !lean_is_exclusive(x_193); +if (x_194 == 0) +{ +lean_object* x_195; lean_object* x_196; size_t x_197; size_t x_198; uint8_t x_199; +x_195 = lean_ctor_get(x_193, 0); +lean_inc(x_188); +lean_inc(x_187); +lean_inc(x_186); +x_196 = l_Lean_Expr_forallE___override(x_186, x_187, x_188, x_189); +x_197 = lean_ptr_addr(x_187); +lean_dec(x_187); +x_198 = lean_ptr_addr(x_191); +x_199 = lean_usize_dec_eq(x_197, x_198); +if (x_199 == 0) +{ +lean_object* x_200; +lean_dec(x_196); +lean_dec(x_188); +x_200 = l_Lean_Expr_forallE___override(x_186, x_191, x_195, x_189); +lean_ctor_set(x_193, 0, x_200); +return x_193; } else { -size_t x_235; size_t x_236; uint8_t x_237; -x_235 = lean_ptr_addr(x_222); -lean_dec(x_222); -x_236 = lean_ptr_addr(x_229); -x_237 = lean_usize_dec_eq(x_235, x_236); -if (x_237 == 0) +size_t x_201; size_t x_202; uint8_t x_203; +x_201 = lean_ptr_addr(x_188); +lean_dec(x_188); +x_202 = lean_ptr_addr(x_195); +x_203 = lean_usize_dec_eq(x_201, x_202); +if (x_203 == 0) { -lean_object* x_238; -lean_dec(x_230); -x_238 = l_Lean_Expr_forallE___override(x_220, x_225, x_229, x_223); -lean_ctor_set(x_227, 0, x_238); -return x_227; +lean_object* x_204; +lean_dec(x_196); +x_204 = l_Lean_Expr_forallE___override(x_186, x_191, x_195, x_189); +lean_ctor_set(x_193, 0, x_204); +return x_193; } else { -uint8_t x_239; -x_239 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_223, x_223); -if (x_239 == 0) +uint8_t x_205; +x_205 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_189, x_189); +if (x_205 == 0) { -lean_object* x_240; -lean_dec(x_230); -x_240 = l_Lean_Expr_forallE___override(x_220, x_225, x_229, x_223); -lean_ctor_set(x_227, 0, x_240); -return x_227; +lean_object* x_206; +lean_dec(x_196); +x_206 = l_Lean_Expr_forallE___override(x_186, x_191, x_195, x_189); +lean_ctor_set(x_193, 0, x_206); +return x_193; } else { -lean_dec(x_229); -lean_dec(x_225); -lean_dec(x_220); -lean_ctor_set(x_227, 0, x_230); -return x_227; +lean_dec(x_195); +lean_dec(x_191); +lean_dec(x_186); +lean_ctor_set(x_193, 0, x_196); +return x_193; } } } } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; size_t x_244; size_t x_245; uint8_t x_246; -x_241 = lean_ctor_get(x_227, 0); -x_242 = lean_ctor_get(x_227, 1); -lean_inc(x_242); -lean_inc(x_241); -lean_dec(x_227); -lean_inc(x_222); -lean_inc(x_221); -lean_inc(x_220); -x_243 = l_Lean_Expr_forallE___override(x_220, x_221, x_222, x_223); -x_244 = lean_ptr_addr(x_221); -lean_dec(x_221); -x_245 = lean_ptr_addr(x_225); -x_246 = lean_usize_dec_eq(x_244, x_245); -if (x_246 == 0) -{ -lean_object* x_247; lean_object* x_248; -lean_dec(x_243); -lean_dec(x_222); -x_247 = l_Lean_Expr_forallE___override(x_220, x_225, x_241, x_223); -x_248 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_248, 0, x_247); -lean_ctor_set(x_248, 1, x_242); -return x_248; -} -else -{ -size_t x_249; size_t x_250; uint8_t x_251; -x_249 = lean_ptr_addr(x_222); -lean_dec(x_222); -x_250 = lean_ptr_addr(x_241); -x_251 = lean_usize_dec_eq(x_249, x_250); -if (x_251 == 0) -{ -lean_object* x_252; lean_object* x_253; -lean_dec(x_243); -x_252 = l_Lean_Expr_forallE___override(x_220, x_225, x_241, x_223); -x_253 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_253, 0, x_252); -lean_ctor_set(x_253, 1, x_242); -return x_253; -} -else -{ -uint8_t x_254; -x_254 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_223, x_223); -if (x_254 == 0) +lean_object* x_207; lean_object* x_208; lean_object* x_209; size_t x_210; size_t x_211; uint8_t x_212; +x_207 = lean_ctor_get(x_193, 0); +x_208 = lean_ctor_get(x_193, 1); +lean_inc(x_208); +lean_inc(x_207); +lean_dec(x_193); +lean_inc(x_188); +lean_inc(x_187); +lean_inc(x_186); +x_209 = l_Lean_Expr_forallE___override(x_186, x_187, x_188, x_189); +x_210 = lean_ptr_addr(x_187); +lean_dec(x_187); +x_211 = lean_ptr_addr(x_191); +x_212 = lean_usize_dec_eq(x_210, x_211); +if (x_212 == 0) +{ +lean_object* x_213; lean_object* x_214; +lean_dec(x_209); +lean_dec(x_188); +x_213 = l_Lean_Expr_forallE___override(x_186, x_191, x_207, x_189); +x_214 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_214, 0, x_213); +lean_ctor_set(x_214, 1, x_208); +return x_214; +} +else +{ +size_t x_215; size_t x_216; uint8_t x_217; +x_215 = lean_ptr_addr(x_188); +lean_dec(x_188); +x_216 = lean_ptr_addr(x_207); +x_217 = lean_usize_dec_eq(x_215, x_216); +if (x_217 == 0) +{ +lean_object* x_218; lean_object* x_219; +lean_dec(x_209); +x_218 = l_Lean_Expr_forallE___override(x_186, x_191, x_207, x_189); +x_219 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_219, 0, x_218); +lean_ctor_set(x_219, 1, x_208); +return x_219; +} +else { -lean_object* x_255; lean_object* x_256; -lean_dec(x_243); -x_255 = l_Lean_Expr_forallE___override(x_220, x_225, x_241, x_223); -x_256 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_256, 0, x_255); -lean_ctor_set(x_256, 1, x_242); -return x_256; +uint8_t x_220; +x_220 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_189, x_189); +if (x_220 == 0) +{ +lean_object* x_221; lean_object* x_222; +lean_dec(x_209); +x_221 = l_Lean_Expr_forallE___override(x_186, x_191, x_207, x_189); +x_222 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_222, 0, x_221); +lean_ctor_set(x_222, 1, x_208); +return x_222; } else { -lean_object* x_257; -lean_dec(x_241); -lean_dec(x_225); -lean_dec(x_220); -x_257 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_257, 0, x_243); -lean_ctor_set(x_257, 1, x_242); -return x_257; +lean_object* x_223; +lean_dec(x_207); +lean_dec(x_191); +lean_dec(x_186); +x_223 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_223, 0, x_209); +lean_ctor_set(x_223, 1, x_208); +return x_223; } } } @@ -3003,164 +2942,164 @@ return x_257; } case 8: { -lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; uint8_t 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; -x_258 = lean_ctor_get(x_1, 0); -lean_inc(x_258); -x_259 = lean_ctor_get(x_1, 1); -lean_inc(x_259); -x_260 = lean_ctor_get(x_1, 2); -lean_inc(x_260); -x_261 = lean_ctor_get(x_1, 3); -lean_inc(x_261); -x_262 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); -lean_inc(x_259); -x_263 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_259, x_2); -x_264 = lean_ctor_get(x_263, 0); -lean_inc(x_264); -x_265 = lean_ctor_get(x_263, 1); -lean_inc(x_265); -lean_dec(x_263); -lean_inc(x_260); -x_266 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_260, x_265); -x_267 = lean_ctor_get(x_266, 0); -lean_inc(x_267); -x_268 = lean_ctor_get(x_266, 1); -lean_inc(x_268); -lean_dec(x_266); -lean_inc(x_261); -x_269 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_261, x_268); -x_270 = !lean_is_exclusive(x_269); -if (x_270 == 0) -{ -lean_object* x_271; size_t x_272; size_t x_273; uint8_t x_274; -x_271 = lean_ctor_get(x_269, 0); -x_272 = lean_ptr_addr(x_259); -lean_dec(x_259); -x_273 = lean_ptr_addr(x_264); -x_274 = lean_usize_dec_eq(x_272, x_273); -if (x_274 == 0) -{ -lean_object* x_275; -lean_dec(x_261); -lean_dec(x_260); +lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; uint8_t x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; uint8_t x_236; +x_224 = lean_ctor_get(x_1, 0); +lean_inc(x_224); +x_225 = lean_ctor_get(x_1, 1); +lean_inc(x_225); +x_226 = lean_ctor_get(x_1, 2); +lean_inc(x_226); +x_227 = lean_ctor_get(x_1, 3); +lean_inc(x_227); +x_228 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +lean_inc(x_225); +x_229 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_225, x_2); +x_230 = lean_ctor_get(x_229, 0); +lean_inc(x_230); +x_231 = lean_ctor_get(x_229, 1); +lean_inc(x_231); +lean_dec(x_229); +lean_inc(x_226); +x_232 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_226, x_231); +x_233 = lean_ctor_get(x_232, 0); +lean_inc(x_233); +x_234 = lean_ctor_get(x_232, 1); +lean_inc(x_234); +lean_dec(x_232); +lean_inc(x_227); +x_235 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_227, x_234); +x_236 = !lean_is_exclusive(x_235); +if (x_236 == 0) +{ +lean_object* x_237; size_t x_238; size_t x_239; uint8_t x_240; +x_237 = lean_ctor_get(x_235, 0); +x_238 = lean_ptr_addr(x_225); +lean_dec(x_225); +x_239 = lean_ptr_addr(x_230); +x_240 = lean_usize_dec_eq(x_238, x_239); +if (x_240 == 0) +{ +lean_object* x_241; +lean_dec(x_227); +lean_dec(x_226); lean_dec(x_1); -x_275 = l_Lean_Expr_letE___override(x_258, x_264, x_267, x_271, x_262); -lean_ctor_set(x_269, 0, x_275); -return x_269; +x_241 = l_Lean_Expr_letE___override(x_224, x_230, x_233, x_237, x_228); +lean_ctor_set(x_235, 0, x_241); +return x_235; } else { -size_t x_276; size_t x_277; uint8_t x_278; -x_276 = lean_ptr_addr(x_260); -lean_dec(x_260); -x_277 = lean_ptr_addr(x_267); -x_278 = lean_usize_dec_eq(x_276, x_277); -if (x_278 == 0) +size_t x_242; size_t x_243; uint8_t x_244; +x_242 = lean_ptr_addr(x_226); +lean_dec(x_226); +x_243 = lean_ptr_addr(x_233); +x_244 = lean_usize_dec_eq(x_242, x_243); +if (x_244 == 0) { -lean_object* x_279; -lean_dec(x_261); +lean_object* x_245; +lean_dec(x_227); lean_dec(x_1); -x_279 = l_Lean_Expr_letE___override(x_258, x_264, x_267, x_271, x_262); -lean_ctor_set(x_269, 0, x_279); -return x_269; +x_245 = l_Lean_Expr_letE___override(x_224, x_230, x_233, x_237, x_228); +lean_ctor_set(x_235, 0, x_245); +return x_235; } else { -size_t x_280; size_t x_281; uint8_t x_282; -x_280 = lean_ptr_addr(x_261); -lean_dec(x_261); -x_281 = lean_ptr_addr(x_271); -x_282 = lean_usize_dec_eq(x_280, x_281); -if (x_282 == 0) +size_t x_246; size_t x_247; uint8_t x_248; +x_246 = lean_ptr_addr(x_227); +lean_dec(x_227); +x_247 = lean_ptr_addr(x_237); +x_248 = lean_usize_dec_eq(x_246, x_247); +if (x_248 == 0) { -lean_object* x_283; +lean_object* x_249; lean_dec(x_1); -x_283 = l_Lean_Expr_letE___override(x_258, x_264, x_267, x_271, x_262); -lean_ctor_set(x_269, 0, x_283); -return x_269; +x_249 = l_Lean_Expr_letE___override(x_224, x_230, x_233, x_237, x_228); +lean_ctor_set(x_235, 0, x_249); +return x_235; } else { -lean_dec(x_271); -lean_dec(x_267); -lean_dec(x_264); -lean_dec(x_258); -lean_ctor_set(x_269, 0, x_1); -return x_269; +lean_dec(x_237); +lean_dec(x_233); +lean_dec(x_230); +lean_dec(x_224); +lean_ctor_set(x_235, 0, x_1); +return x_235; } } } } else { -lean_object* x_284; lean_object* x_285; size_t x_286; size_t x_287; uint8_t x_288; -x_284 = lean_ctor_get(x_269, 0); -x_285 = lean_ctor_get(x_269, 1); -lean_inc(x_285); -lean_inc(x_284); -lean_dec(x_269); -x_286 = lean_ptr_addr(x_259); -lean_dec(x_259); -x_287 = lean_ptr_addr(x_264); -x_288 = lean_usize_dec_eq(x_286, x_287); -if (x_288 == 0) -{ -lean_object* x_289; lean_object* x_290; -lean_dec(x_261); -lean_dec(x_260); +lean_object* x_250; lean_object* x_251; size_t x_252; size_t x_253; uint8_t x_254; +x_250 = lean_ctor_get(x_235, 0); +x_251 = lean_ctor_get(x_235, 1); +lean_inc(x_251); +lean_inc(x_250); +lean_dec(x_235); +x_252 = lean_ptr_addr(x_225); +lean_dec(x_225); +x_253 = lean_ptr_addr(x_230); +x_254 = lean_usize_dec_eq(x_252, x_253); +if (x_254 == 0) +{ +lean_object* x_255; lean_object* x_256; +lean_dec(x_227); +lean_dec(x_226); lean_dec(x_1); -x_289 = l_Lean_Expr_letE___override(x_258, x_264, x_267, x_284, x_262); -x_290 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_285); -return x_290; +x_255 = l_Lean_Expr_letE___override(x_224, x_230, x_233, x_250, x_228); +x_256 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_256, 0, x_255); +lean_ctor_set(x_256, 1, x_251); +return x_256; } else { -size_t x_291; size_t x_292; uint8_t x_293; -x_291 = lean_ptr_addr(x_260); -lean_dec(x_260); -x_292 = lean_ptr_addr(x_267); -x_293 = lean_usize_dec_eq(x_291, x_292); -if (x_293 == 0) +size_t x_257; size_t x_258; uint8_t x_259; +x_257 = lean_ptr_addr(x_226); +lean_dec(x_226); +x_258 = lean_ptr_addr(x_233); +x_259 = lean_usize_dec_eq(x_257, x_258); +if (x_259 == 0) { -lean_object* x_294; lean_object* x_295; -lean_dec(x_261); +lean_object* x_260; lean_object* x_261; +lean_dec(x_227); lean_dec(x_1); -x_294 = l_Lean_Expr_letE___override(x_258, x_264, x_267, x_284, x_262); -x_295 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_295, 0, x_294); -lean_ctor_set(x_295, 1, x_285); -return x_295; +x_260 = l_Lean_Expr_letE___override(x_224, x_230, x_233, x_250, x_228); +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_260); +lean_ctor_set(x_261, 1, x_251); +return x_261; } else { -size_t x_296; size_t x_297; uint8_t x_298; -x_296 = lean_ptr_addr(x_261); -lean_dec(x_261); -x_297 = lean_ptr_addr(x_284); -x_298 = lean_usize_dec_eq(x_296, x_297); -if (x_298 == 0) +size_t x_262; size_t x_263; uint8_t x_264; +x_262 = lean_ptr_addr(x_227); +lean_dec(x_227); +x_263 = lean_ptr_addr(x_250); +x_264 = lean_usize_dec_eq(x_262, x_263); +if (x_264 == 0) { -lean_object* x_299; lean_object* x_300; +lean_object* x_265; lean_object* x_266; lean_dec(x_1); -x_299 = l_Lean_Expr_letE___override(x_258, x_264, x_267, x_284, x_262); -x_300 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_300, 0, x_299); -lean_ctor_set(x_300, 1, x_285); -return x_300; +x_265 = l_Lean_Expr_letE___override(x_224, x_230, x_233, x_250, x_228); +x_266 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_266, 0, x_265); +lean_ctor_set(x_266, 1, x_251); +return x_266; } else { -lean_object* x_301; -lean_dec(x_284); -lean_dec(x_267); -lean_dec(x_264); -lean_dec(x_258); -x_301 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_301, 0, x_1); -lean_ctor_set(x_301, 1, x_285); -return x_301; +lean_object* x_267; +lean_dec(x_250); +lean_dec(x_233); +lean_dec(x_230); +lean_dec(x_224); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_1); +lean_ctor_set(x_267, 1, x_251); +return x_267; } } } @@ -3168,152 +3107,161 @@ return x_301; } case 10: { -lean_object* x_302; lean_object* x_303; lean_object* x_304; uint8_t x_305; -x_302 = lean_ctor_get(x_1, 0); -lean_inc(x_302); -x_303 = lean_ctor_get(x_1, 1); -lean_inc(x_303); -lean_inc(x_303); -x_304 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_303, x_2); -x_305 = !lean_is_exclusive(x_304); -if (x_305 == 0) -{ -lean_object* x_306; size_t x_307; size_t x_308; uint8_t x_309; -x_306 = lean_ctor_get(x_304, 0); -x_307 = lean_ptr_addr(x_303); -lean_dec(x_303); -x_308 = lean_ptr_addr(x_306); -x_309 = lean_usize_dec_eq(x_307, x_308); -if (x_309 == 0) -{ -lean_object* x_310; +lean_object* x_268; lean_object* x_269; lean_object* x_270; uint8_t x_271; +x_268 = lean_ctor_get(x_1, 0); +lean_inc(x_268); +x_269 = lean_ctor_get(x_1, 1); +lean_inc(x_269); +lean_inc(x_269); +x_270 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_269, x_2); +x_271 = !lean_is_exclusive(x_270); +if (x_271 == 0) +{ +lean_object* x_272; size_t x_273; size_t x_274; uint8_t x_275; +x_272 = lean_ctor_get(x_270, 0); +x_273 = lean_ptr_addr(x_269); +lean_dec(x_269); +x_274 = lean_ptr_addr(x_272); +x_275 = lean_usize_dec_eq(x_273, x_274); +if (x_275 == 0) +{ +lean_object* x_276; lean_dec(x_1); -x_310 = l_Lean_Expr_mdata___override(x_302, x_306); -lean_ctor_set(x_304, 0, x_310); -return x_304; +x_276 = l_Lean_Expr_mdata___override(x_268, x_272); +lean_ctor_set(x_270, 0, x_276); +return x_270; } else { -lean_dec(x_306); -lean_dec(x_302); -lean_ctor_set(x_304, 0, x_1); -return x_304; +lean_dec(x_272); +lean_dec(x_268); +lean_ctor_set(x_270, 0, x_1); +return x_270; } } else { -lean_object* x_311; lean_object* x_312; size_t x_313; size_t x_314; uint8_t x_315; -x_311 = lean_ctor_get(x_304, 0); -x_312 = lean_ctor_get(x_304, 1); -lean_inc(x_312); -lean_inc(x_311); -lean_dec(x_304); -x_313 = lean_ptr_addr(x_303); -lean_dec(x_303); -x_314 = lean_ptr_addr(x_311); -x_315 = lean_usize_dec_eq(x_313, x_314); -if (x_315 == 0) +lean_object* x_277; lean_object* x_278; size_t x_279; size_t x_280; uint8_t x_281; +x_277 = lean_ctor_get(x_270, 0); +x_278 = lean_ctor_get(x_270, 1); +lean_inc(x_278); +lean_inc(x_277); +lean_dec(x_270); +x_279 = lean_ptr_addr(x_269); +lean_dec(x_269); +x_280 = lean_ptr_addr(x_277); +x_281 = lean_usize_dec_eq(x_279, x_280); +if (x_281 == 0) { -lean_object* x_316; lean_object* x_317; +lean_object* x_282; lean_object* x_283; lean_dec(x_1); -x_316 = l_Lean_Expr_mdata___override(x_302, x_311); -x_317 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_317, 0, x_316); -lean_ctor_set(x_317, 1, x_312); -return x_317; +x_282 = l_Lean_Expr_mdata___override(x_268, x_277); +x_283 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_283, 0, x_282); +lean_ctor_set(x_283, 1, x_278); +return x_283; } else { -lean_object* x_318; -lean_dec(x_311); -lean_dec(x_302); -x_318 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_318, 0, x_1); -lean_ctor_set(x_318, 1, x_312); -return x_318; +lean_object* x_284; +lean_dec(x_277); +lean_dec(x_268); +x_284 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_284, 0, x_1); +lean_ctor_set(x_284, 1, x_278); +return x_284; } } } case 11: { -lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; uint8_t x_323; -x_319 = lean_ctor_get(x_1, 0); -lean_inc(x_319); -x_320 = lean_ctor_get(x_1, 1); -lean_inc(x_320); -x_321 = lean_ctor_get(x_1, 2); -lean_inc(x_321); -lean_inc(x_321); -x_322 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_321, x_2); -x_323 = !lean_is_exclusive(x_322); -if (x_323 == 0) -{ -lean_object* x_324; size_t x_325; size_t x_326; uint8_t x_327; -x_324 = lean_ctor_get(x_322, 0); -x_325 = lean_ptr_addr(x_321); -lean_dec(x_321); -x_326 = lean_ptr_addr(x_324); -x_327 = lean_usize_dec_eq(x_325, x_326); -if (x_327 == 0) -{ -lean_object* x_328; +lean_object* x_285; lean_object* x_286; lean_object* x_287; lean_object* x_288; uint8_t x_289; +x_285 = lean_ctor_get(x_1, 0); +lean_inc(x_285); +x_286 = lean_ctor_get(x_1, 1); +lean_inc(x_286); +x_287 = lean_ctor_get(x_1, 2); +lean_inc(x_287); +lean_inc(x_287); +x_288 = l_Lean_Meta_AbstractMVars_abstractExprMVars(x_287, x_2); +x_289 = !lean_is_exclusive(x_288); +if (x_289 == 0) +{ +lean_object* x_290; size_t x_291; size_t x_292; uint8_t x_293; +x_290 = lean_ctor_get(x_288, 0); +x_291 = lean_ptr_addr(x_287); +lean_dec(x_287); +x_292 = lean_ptr_addr(x_290); +x_293 = lean_usize_dec_eq(x_291, x_292); +if (x_293 == 0) +{ +lean_object* x_294; lean_dec(x_1); -x_328 = l_Lean_Expr_proj___override(x_319, x_320, x_324); -lean_ctor_set(x_322, 0, x_328); -return x_322; +x_294 = l_Lean_Expr_proj___override(x_285, x_286, x_290); +lean_ctor_set(x_288, 0, x_294); +return x_288; } else { -lean_dec(x_324); -lean_dec(x_320); -lean_dec(x_319); -lean_ctor_set(x_322, 0, x_1); -return x_322; +lean_dec(x_290); +lean_dec(x_286); +lean_dec(x_285); +lean_ctor_set(x_288, 0, x_1); +return x_288; } } else { -lean_object* x_329; lean_object* x_330; size_t x_331; size_t x_332; uint8_t x_333; -x_329 = lean_ctor_get(x_322, 0); -x_330 = lean_ctor_get(x_322, 1); -lean_inc(x_330); -lean_inc(x_329); -lean_dec(x_322); -x_331 = lean_ptr_addr(x_321); -lean_dec(x_321); -x_332 = lean_ptr_addr(x_329); -x_333 = lean_usize_dec_eq(x_331, x_332); -if (x_333 == 0) +lean_object* x_295; lean_object* x_296; size_t x_297; size_t x_298; uint8_t x_299; +x_295 = lean_ctor_get(x_288, 0); +x_296 = lean_ctor_get(x_288, 1); +lean_inc(x_296); +lean_inc(x_295); +lean_dec(x_288); +x_297 = lean_ptr_addr(x_287); +lean_dec(x_287); +x_298 = lean_ptr_addr(x_295); +x_299 = lean_usize_dec_eq(x_297, x_298); +if (x_299 == 0) { -lean_object* x_334; lean_object* x_335; +lean_object* x_300; lean_object* x_301; lean_dec(x_1); -x_334 = l_Lean_Expr_proj___override(x_319, x_320, x_329); -x_335 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_335, 0, x_334); -lean_ctor_set(x_335, 1, x_330); -return x_335; +x_300 = l_Lean_Expr_proj___override(x_285, x_286, x_295); +x_301 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_301, 0, x_300); +lean_ctor_set(x_301, 1, x_296); +return x_301; } else { -lean_object* x_336; -lean_dec(x_329); -lean_dec(x_320); -lean_dec(x_319); -x_336 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_336, 0, x_1); -lean_ctor_set(x_336, 1, x_330); -return x_336; +lean_object* x_302; +lean_dec(x_295); +lean_dec(x_286); +lean_dec(x_285); +x_302 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_302, 0, x_1); +lean_ctor_set(x_302, 1, x_296); +return x_302; } } } default: { -lean_object* x_337; -x_337 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_337, 0, x_1); -lean_ctor_set(x_337, 1, x_2); -return x_337; +lean_object* x_303; +x_303 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_303, 0, x_1); +lean_ctor_set(x_303, 1, x_2); +return x_303; +} +} } +else +{ +lean_object* x_304; +x_304 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_304, 0, x_1); +lean_ctor_set(x_304, 1, x_2); +return x_304; } } } diff --git a/stage0/stdlib/Lean/Meta/AbstractNestedProofs.c b/stage0/stdlib/Lean/Meta/AbstractNestedProofs.c index 7eed7f13c405..a78f32283bc8 100644 --- a/stage0/stdlib/Lean/Meta/AbstractNestedProofs.c +++ b/stage0/stdlib/Lean/Meta/AbstractNestedProofs.c @@ -248,64 +248,75 @@ lean_inc(x_1); x_7 = l_Lean_Meta_isProof(x_1, x_2, x_3, x_4, x_5, x_6); if (lean_obj_tag(x_7) == 0) { -lean_object* x_8; uint8_t x_9; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; uint8_t x_23; x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); -x_9 = lean_unbox(x_8); +x_9 = lean_ctor_get(x_7, 1); +lean_inc(x_9); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_10 = x_7; +} else { + lean_dec_ref(x_7); + x_10 = lean_box(0); +} +x_23 = lean_unbox(x_8); lean_dec(x_8); -if (x_9 == 0) -{ -uint8_t x_10; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_10 = !lean_is_exclusive(x_7); -if (x_10 == 0) +if (x_23 == 0) { -lean_object* x_11; uint8_t x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 0); -lean_dec(x_11); -x_12 = 0; -x_13 = lean_box(x_12); -lean_ctor_set(x_7, 0, x_13); -return x_7; +uint8_t x_24; +x_24 = 1; +x_11 = x_24; +goto block_22; } else { -lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_7, 1); -lean_inc(x_14); -lean_dec(x_7); -x_15 = 0; -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_14); -return x_17; +uint8_t x_25; +x_25 = 0; +x_11 = x_25; +goto block_22; } +block_22: +{ +if (x_11 == 0) +{ +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_dec(x_10); +x_12 = lean_unsigned_to_nat(0u); +x_13 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_12); +x_14 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof___closed__1; +lean_inc(x_13); +x_15 = lean_mk_array(x_13, x_14); +x_16 = lean_unsigned_to_nat(1u); +x_17 = lean_nat_sub(x_13, x_16); +lean_dec(x_13); +x_18 = l_Lean_Expr_withAppAux___at_Lean_Meta_AbstractNestedProofs_isNonTrivialProof___spec__2(x_1, x_15, x_17, x_2, x_3, x_4, x_5, x_9); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_18; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_18 = lean_ctor_get(x_7, 1); -lean_inc(x_18); -lean_dec(x_7); -x_19 = lean_unsigned_to_nat(0u); -x_20 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_19); -x_21 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof___closed__1; -lean_inc(x_20); -x_22 = lean_mk_array(x_20, x_21); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_sub(x_20, x_23); -lean_dec(x_20); -x_25 = l_Lean_Expr_withAppAux___at_Lean_Meta_AbstractNestedProofs_isNonTrivialProof___spec__2(x_1, x_22, x_24, x_2, x_3, x_4, x_5, x_18); +uint8_t x_19; lean_object* x_20; lean_object* x_21; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_25; +lean_dec(x_1); +x_19 = 0; +x_20 = lean_box(x_19); +if (lean_is_scalar(x_10)) { + x_21 = lean_alloc_ctor(0, 2, 0); +} else { + x_21 = x_10; +} +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_9); +return x_21; +} } } else @@ -1441,26 +1452,26 @@ uint8_t x_10; x_10 = l_Lean_Expr_isAtomic(x_1); if (x_10 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_23; uint8_t x_24; -x_23 = lean_st_ref_get(x_3, x_9); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +lean_object* x_11; uint8_t x_12; +x_11 = lean_st_ref_get(x_3, x_9); +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_ctor_get(x_11, 1); lean_inc(x_1); -x_27 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_25, x_1); -if (lean_obj_tag(x_27) == 0) +x_15 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_13, x_1); +if (lean_obj_tag(x_15) == 0) { lean_object* x_28; -lean_free_object(x_23); +lean_free_object(x_11); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_28 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof(x_1, x_5, x_6, x_7, x_8, x_26); +x_28 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof(x_1, x_5, x_6, x_7, x_8, x_14); if (lean_obj_tag(x_28) == 0) { lean_object* x_29; uint8_t x_30; @@ -1496,9 +1507,9 @@ lean_inc(x_39); x_40 = lean_ctor_get(x_38, 1); lean_inc(x_40); lean_dec(x_38); -x_11 = x_39; -x_12 = x_40; -goto block_22; +x_16 = x_39; +x_17 = x_40; +goto block_27; } else { @@ -1543,9 +1554,9 @@ lean_inc(x_48); x_49 = lean_ctor_get(x_47, 1); lean_inc(x_49); lean_dec(x_47); -x_11 = x_48; -x_12 = x_49; -goto block_22; +x_16 = x_48; +x_17 = x_49; +goto block_27; } else { @@ -1590,9 +1601,9 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_56, 1); lean_inc(x_58); lean_dec(x_56); -x_11 = x_57; -x_12 = x_58; -goto block_22; +x_16 = x_57; +x_17 = x_58; +goto block_27; } else { @@ -1637,9 +1648,9 @@ lean_inc(x_66); x_67 = lean_ctor_get(x_65, 1); lean_inc(x_67); lean_dec(x_65); -x_11 = x_66; -x_12 = x_67; -goto block_22; +x_16 = x_66; +x_17 = x_67; +goto block_27; } else { @@ -1695,18 +1706,18 @@ if (x_80 == 0) { lean_object* x_81; x_81 = l_Lean_Expr_mdata___override(x_73, x_76); -x_11 = x_81; -x_12 = x_77; -goto block_22; +x_16 = x_81; +x_17 = x_77; +goto block_27; } else { lean_dec(x_76); lean_dec(x_73); lean_inc(x_1); -x_11 = x_1; -x_12 = x_77; -goto block_22; +x_16 = x_1; +x_17 = x_77; +goto block_27; } } else @@ -1767,9 +1778,9 @@ if (x_95 == 0) { lean_object* x_96; x_96 = l_Lean_Expr_proj___override(x_87, x_88, x_91); -x_11 = x_96; -x_12 = x_92; -goto block_22; +x_16 = x_96; +x_17 = x_92; +goto block_27; } else { @@ -1777,9 +1788,9 @@ lean_dec(x_91); lean_dec(x_88); lean_dec(x_87); lean_inc(x_1); -x_11 = x_1; -x_12 = x_92; -goto block_22; +x_16 = x_1; +x_17 = x_92; +goto block_27; } } else @@ -1823,9 +1834,9 @@ x_101 = lean_ctor_get(x_28, 1); lean_inc(x_101); lean_dec(x_28); lean_inc(x_1); -x_11 = x_1; -x_12 = x_101; -goto block_22; +x_16 = x_1; +x_17 = x_101; +goto block_27; } } } @@ -1846,9 +1857,9 @@ lean_inc(x_104); x_105 = lean_ctor_get(x_103, 1); lean_inc(x_105); lean_dec(x_103); -x_11 = x_104; -x_12 = x_105; -goto block_22; +x_16 = x_104; +x_17 = x_105; +goto block_27; } else { @@ -1918,464 +1929,498 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_114 = lean_ctor_get(x_27, 0); +x_114 = lean_ctor_get(x_15, 0); lean_inc(x_114); -lean_dec(x_27); -lean_ctor_set(x_23, 0, x_114); -return x_23; +lean_dec(x_15); +lean_ctor_set(x_11, 0, x_114); +return x_11; +} +block_27: +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_18 = lean_st_ref_take(x_3, x_17); +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); +lean_inc(x_16); +x_21 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_19, x_1, x_16); +x_22 = lean_st_ref_set(x_3, x_21, x_20); +lean_dec(x_3); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +lean_object* x_24; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +lean_ctor_set(x_22, 0, x_16); +return x_22; +} +else +{ +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 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_16); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} } } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_23, 0); -x_116 = lean_ctor_get(x_23, 1); +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_115 = lean_ctor_get(x_11, 0); +x_116 = lean_ctor_get(x_11, 1); lean_inc(x_116); lean_inc(x_115); -lean_dec(x_23); +lean_dec(x_11); lean_inc(x_1); x_117 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_115, x_1); if (lean_obj_tag(x_117) == 0) { -lean_object* x_118; +lean_object* x_129; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_118 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof(x_1, x_5, x_6, x_7, x_8, x_116); -if (lean_obj_tag(x_118) == 0) +x_129 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof(x_1, x_5, x_6, x_7, x_8, x_116); +if (lean_obj_tag(x_129) == 0) { -lean_object* x_119; uint8_t x_120; -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -if (x_120 == 0) +lean_object* x_130; uint8_t x_131; +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_unbox(x_130); +lean_dec(x_130); +if (x_131 == 0) { switch (lean_obj_tag(x_1)) { case 5: { -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; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_unsigned_to_nat(0u); -x_123 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_122); -x_124 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof___closed__1; -lean_inc(x_123); -x_125 = lean_mk_array(x_123, x_124); -x_126 = lean_unsigned_to_nat(1u); -x_127 = lean_nat_sub(x_123, x_126); -lean_dec(x_123); +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_132 = lean_ctor_get(x_129, 1); +lean_inc(x_132); +lean_dec(x_129); +x_133 = lean_unsigned_to_nat(0u); +x_134 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_133); +x_135 = l_Lean_Meta_AbstractNestedProofs_isNonTrivialProof___closed__1; +lean_inc(x_134); +x_136 = lean_mk_array(x_134, x_135); +x_137 = lean_unsigned_to_nat(1u); +x_138 = lean_nat_sub(x_134, x_137); +lean_dec(x_134); lean_inc(x_3); lean_inc(x_1); -x_128 = l_Lean_Expr_withAppAux___at_Lean_Meta_AbstractNestedProofs_visit___spec__2(x_1, x_125, x_127, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_121); -if (lean_obj_tag(x_128) == 0) +x_139 = l_Lean_Expr_withAppAux___at_Lean_Meta_AbstractNestedProofs_visit___spec__2(x_1, x_136, x_138, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_132); +if (lean_obj_tag(x_139) == 0) { -lean_object* x_129; lean_object* x_130; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -lean_dec(x_128); -x_11 = x_129; -x_12 = x_130; -goto block_22; +lean_object* x_140; lean_object* x_141; +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +lean_dec(x_139); +x_118 = x_140; +x_119 = x_141; +goto block_128; } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_dec(x_3); lean_dec(x_1); -x_131 = lean_ctor_get(x_128, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_128, 1); -lean_inc(x_132); -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - lean_ctor_release(x_128, 1); - x_133 = x_128; +x_142 = lean_ctor_get(x_139, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_139, 1); +lean_inc(x_143); +if (lean_is_exclusive(x_139)) { + lean_ctor_release(x_139, 0); + lean_ctor_release(x_139, 1); + x_144 = x_139; } else { - lean_dec_ref(x_128); - x_133 = lean_box(0); + lean_dec_ref(x_139); + x_144 = lean_box(0); } -if (lean_is_scalar(x_133)) { - x_134 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_144)) { + x_145 = lean_alloc_ctor(1, 2, 0); } else { - x_134 = x_133; + x_145 = x_144; } -lean_ctor_set(x_134, 0, x_131); -lean_ctor_set(x_134, 1, x_132); -return x_134; +lean_ctor_set(x_145, 0, x_142); +lean_ctor_set(x_145, 1, x_143); +return x_145; } } case 6: { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = lean_ctor_get(x_118, 1); -lean_inc(x_135); -lean_dec(x_118); -x_136 = l_Lean_Meta_AbstractNestedProofs_visit___closed__1; +lean_object* x_146; lean_object* x_147; lean_object* x_148; +x_146 = lean_ctor_get(x_129, 1); +lean_inc(x_146); +lean_dec(x_129); +x_147 = l_Lean_Meta_AbstractNestedProofs_visit___closed__1; lean_inc(x_3); lean_inc(x_1); -x_137 = l_Lean_Meta_lambdaLetTelescope___at_Lean_Meta_AbstractNestedProofs_visit___spec__6___rarg(x_1, x_136, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_135); -if (lean_obj_tag(x_137) == 0) -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec(x_137); -x_11 = x_138; -x_12 = x_139; -goto block_22; +x_148 = l_Lean_Meta_lambdaLetTelescope___at_Lean_Meta_AbstractNestedProofs_visit___spec__6___rarg(x_1, x_147, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_146); +if (lean_obj_tag(x_148) == 0) +{ +lean_object* x_149; lean_object* x_150; +x_149 = lean_ctor_get(x_148, 0); +lean_inc(x_149); +x_150 = lean_ctor_get(x_148, 1); +lean_inc(x_150); +lean_dec(x_148); +x_118 = x_149; +x_119 = x_150; +goto block_128; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_dec(x_3); lean_dec(x_1); -x_140 = lean_ctor_get(x_137, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_137, 1); -lean_inc(x_141); -if (lean_is_exclusive(x_137)) { - lean_ctor_release(x_137, 0); - lean_ctor_release(x_137, 1); - x_142 = x_137; +x_151 = lean_ctor_get(x_148, 0); +lean_inc(x_151); +x_152 = lean_ctor_get(x_148, 1); +lean_inc(x_152); +if (lean_is_exclusive(x_148)) { + lean_ctor_release(x_148, 0); + lean_ctor_release(x_148, 1); + x_153 = x_148; } else { - lean_dec_ref(x_137); - x_142 = lean_box(0); + lean_dec_ref(x_148); + x_153 = lean_box(0); } -if (lean_is_scalar(x_142)) { - x_143 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_153)) { + x_154 = lean_alloc_ctor(1, 2, 0); } else { - x_143 = x_142; + x_154 = x_153; } -lean_ctor_set(x_143, 0, x_140); -lean_ctor_set(x_143, 1, x_141); -return x_143; +lean_ctor_set(x_154, 0, x_151); +lean_ctor_set(x_154, 1, x_152); +return x_154; } } case 7: { -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_118, 1); -lean_inc(x_144); -lean_dec(x_118); -x_145 = l_Lean_Meta_AbstractNestedProofs_visit___closed__2; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_129, 1); +lean_inc(x_155); +lean_dec(x_129); +x_156 = l_Lean_Meta_AbstractNestedProofs_visit___closed__2; lean_inc(x_3); lean_inc(x_1); -x_146 = l_Lean_Meta_forallTelescope___at_Lean_Meta_AbstractNestedProofs_visit___spec__7___rarg(x_1, x_145, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_144); -if (lean_obj_tag(x_146) == 0) -{ -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_146, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_146, 1); -lean_inc(x_148); -lean_dec(x_146); -x_11 = x_147; -x_12 = x_148; -goto block_22; +x_157 = l_Lean_Meta_forallTelescope___at_Lean_Meta_AbstractNestedProofs_visit___spec__7___rarg(x_1, x_156, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_155); +if (lean_obj_tag(x_157) == 0) +{ +lean_object* x_158; lean_object* x_159; +x_158 = lean_ctor_get(x_157, 0); +lean_inc(x_158); +x_159 = lean_ctor_get(x_157, 1); +lean_inc(x_159); +lean_dec(x_157); +x_118 = x_158; +x_119 = x_159; +goto block_128; } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_dec(x_3); lean_dec(x_1); -x_149 = lean_ctor_get(x_146, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_146, 1); -lean_inc(x_150); -if (lean_is_exclusive(x_146)) { - lean_ctor_release(x_146, 0); - lean_ctor_release(x_146, 1); - x_151 = x_146; +x_160 = lean_ctor_get(x_157, 0); +lean_inc(x_160); +x_161 = lean_ctor_get(x_157, 1); +lean_inc(x_161); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_162 = x_157; } else { - lean_dec_ref(x_146); - x_151 = lean_box(0); + lean_dec_ref(x_157); + x_162 = lean_box(0); } -if (lean_is_scalar(x_151)) { - x_152 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_162)) { + x_163 = lean_alloc_ctor(1, 2, 0); } else { - x_152 = x_151; + x_163 = x_162; } -lean_ctor_set(x_152, 0, x_149); -lean_ctor_set(x_152, 1, x_150); -return x_152; +lean_ctor_set(x_163, 0, x_160); +lean_ctor_set(x_163, 1, x_161); +return x_163; } } case 8: { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_118, 1); -lean_inc(x_153); -lean_dec(x_118); -x_154 = l_Lean_Meta_AbstractNestedProofs_visit___closed__1; +lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_164 = lean_ctor_get(x_129, 1); +lean_inc(x_164); +lean_dec(x_129); +x_165 = l_Lean_Meta_AbstractNestedProofs_visit___closed__1; lean_inc(x_3); lean_inc(x_1); -x_155 = l_Lean_Meta_lambdaLetTelescope___at_Lean_Meta_AbstractNestedProofs_visit___spec__6___rarg(x_1, x_154, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_153); -if (lean_obj_tag(x_155) == 0) -{ -lean_object* x_156; lean_object* x_157; -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_11 = x_156; -x_12 = x_157; -goto block_22; +x_166 = l_Lean_Meta_lambdaLetTelescope___at_Lean_Meta_AbstractNestedProofs_visit___spec__6___rarg(x_1, x_165, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_164); +if (lean_obj_tag(x_166) == 0) +{ +lean_object* x_167; lean_object* x_168; +x_167 = lean_ctor_get(x_166, 0); +lean_inc(x_167); +x_168 = lean_ctor_get(x_166, 1); +lean_inc(x_168); +lean_dec(x_166); +x_118 = x_167; +x_119 = x_168; +goto block_128; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_dec(x_3); lean_dec(x_1); -x_158 = lean_ctor_get(x_155, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_155, 1); -lean_inc(x_159); -if (lean_is_exclusive(x_155)) { - lean_ctor_release(x_155, 0); - lean_ctor_release(x_155, 1); - x_160 = x_155; +x_169 = lean_ctor_get(x_166, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_166, 1); +lean_inc(x_170); +if (lean_is_exclusive(x_166)) { + lean_ctor_release(x_166, 0); + lean_ctor_release(x_166, 1); + x_171 = x_166; } else { - lean_dec_ref(x_155); - x_160 = lean_box(0); + lean_dec_ref(x_166); + x_171 = lean_box(0); } -if (lean_is_scalar(x_160)) { - x_161 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_171)) { + x_172 = lean_alloc_ctor(1, 2, 0); } else { - x_161 = x_160; + x_172 = x_171; } -lean_ctor_set(x_161, 0, x_158); -lean_ctor_set(x_161, 1, x_159); -return x_161; +lean_ctor_set(x_172, 0, x_169); +lean_ctor_set(x_172, 1, x_170); +return x_172; } } case 10: { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_162 = lean_ctor_get(x_118, 1); -lean_inc(x_162); -lean_dec(x_118); -x_163 = lean_ctor_get(x_1, 0); -lean_inc(x_163); -x_164 = lean_ctor_get(x_1, 1); -lean_inc(x_164); +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_173 = lean_ctor_get(x_129, 1); +lean_inc(x_173); +lean_dec(x_129); +x_174 = lean_ctor_get(x_1, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_1, 1); +lean_inc(x_175); lean_inc(x_3); -lean_inc(x_164); -x_165 = l_Lean_Meta_AbstractNestedProofs_visit(x_164, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_162); -if (lean_obj_tag(x_165) == 0) +lean_inc(x_175); +x_176 = l_Lean_Meta_AbstractNestedProofs_visit(x_175, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_173); +if (lean_obj_tag(x_176) == 0) { -lean_object* x_166; lean_object* x_167; size_t x_168; size_t x_169; uint8_t x_170; -x_166 = lean_ctor_get(x_165, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -lean_dec(x_165); -x_168 = lean_ptr_addr(x_164); -lean_dec(x_164); -x_169 = lean_ptr_addr(x_166); -x_170 = lean_usize_dec_eq(x_168, x_169); -if (x_170 == 0) -{ -lean_object* x_171; -x_171 = l_Lean_Expr_mdata___override(x_163, x_166); -x_11 = x_171; -x_12 = x_167; -goto block_22; +lean_object* x_177; lean_object* x_178; size_t x_179; size_t x_180; uint8_t x_181; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +lean_dec(x_176); +x_179 = lean_ptr_addr(x_175); +lean_dec(x_175); +x_180 = lean_ptr_addr(x_177); +x_181 = lean_usize_dec_eq(x_179, x_180); +if (x_181 == 0) +{ +lean_object* x_182; +x_182 = l_Lean_Expr_mdata___override(x_174, x_177); +x_118 = x_182; +x_119 = x_178; +goto block_128; } else { -lean_dec(x_166); -lean_dec(x_163); +lean_dec(x_177); +lean_dec(x_174); lean_inc(x_1); -x_11 = x_1; -x_12 = x_167; -goto block_22; +x_118 = x_1; +x_119 = x_178; +goto block_128; } } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; -lean_dec(x_164); -lean_dec(x_163); +lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; +lean_dec(x_175); +lean_dec(x_174); lean_dec(x_3); lean_dec(x_1); -x_172 = lean_ctor_get(x_165, 0); -lean_inc(x_172); -x_173 = lean_ctor_get(x_165, 1); -lean_inc(x_173); -if (lean_is_exclusive(x_165)) { - lean_ctor_release(x_165, 0); - lean_ctor_release(x_165, 1); - x_174 = x_165; +x_183 = lean_ctor_get(x_176, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_176, 1); +lean_inc(x_184); +if (lean_is_exclusive(x_176)) { + lean_ctor_release(x_176, 0); + lean_ctor_release(x_176, 1); + x_185 = x_176; } else { - lean_dec_ref(x_165); - x_174 = lean_box(0); + lean_dec_ref(x_176); + x_185 = lean_box(0); } -if (lean_is_scalar(x_174)) { - x_175 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_185)) { + x_186 = lean_alloc_ctor(1, 2, 0); } else { - x_175 = x_174; + x_186 = x_185; } -lean_ctor_set(x_175, 0, x_172); -lean_ctor_set(x_175, 1, x_173); -return x_175; +lean_ctor_set(x_186, 0, x_183); +lean_ctor_set(x_186, 1, x_184); +return x_186; } } case 11: { -lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_176 = lean_ctor_get(x_118, 1); -lean_inc(x_176); -lean_dec(x_118); -x_177 = lean_ctor_get(x_1, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_1, 1); -lean_inc(x_178); -x_179 = lean_ctor_get(x_1, 2); -lean_inc(x_179); +lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_187 = lean_ctor_get(x_129, 1); +lean_inc(x_187); +lean_dec(x_129); +x_188 = lean_ctor_get(x_1, 0); +lean_inc(x_188); +x_189 = lean_ctor_get(x_1, 1); +lean_inc(x_189); +x_190 = lean_ctor_get(x_1, 2); +lean_inc(x_190); lean_inc(x_3); -lean_inc(x_179); -x_180 = l_Lean_Meta_AbstractNestedProofs_visit(x_179, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_176); -if (lean_obj_tag(x_180) == 0) -{ -lean_object* x_181; lean_object* x_182; size_t x_183; size_t x_184; uint8_t x_185; -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 = lean_ptr_addr(x_179); -lean_dec(x_179); -x_184 = lean_ptr_addr(x_181); -x_185 = lean_usize_dec_eq(x_183, x_184); -if (x_185 == 0) -{ -lean_object* x_186; -x_186 = l_Lean_Expr_proj___override(x_177, x_178, x_181); -x_11 = x_186; -x_12 = x_182; -goto block_22; -} -else +lean_inc(x_190); +x_191 = l_Lean_Meta_AbstractNestedProofs_visit(x_190, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_187); +if (lean_obj_tag(x_191) == 0) { -lean_dec(x_181); -lean_dec(x_178); -lean_dec(x_177); +lean_object* x_192; lean_object* x_193; size_t x_194; size_t x_195; uint8_t x_196; +x_192 = lean_ctor_get(x_191, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_191, 1); +lean_inc(x_193); +lean_dec(x_191); +x_194 = lean_ptr_addr(x_190); +lean_dec(x_190); +x_195 = lean_ptr_addr(x_192); +x_196 = lean_usize_dec_eq(x_194, x_195); +if (x_196 == 0) +{ +lean_object* x_197; +x_197 = l_Lean_Expr_proj___override(x_188, x_189, x_192); +x_118 = x_197; +x_119 = x_193; +goto block_128; +} +else +{ +lean_dec(x_192); +lean_dec(x_189); +lean_dec(x_188); lean_inc(x_1); -x_11 = x_1; -x_12 = x_182; -goto block_22; +x_118 = x_1; +x_119 = x_193; +goto block_128; } } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; -lean_dec(x_179); -lean_dec(x_178); -lean_dec(x_177); +lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +lean_dec(x_190); +lean_dec(x_189); +lean_dec(x_188); lean_dec(x_3); lean_dec(x_1); -x_187 = lean_ctor_get(x_180, 0); -lean_inc(x_187); -x_188 = lean_ctor_get(x_180, 1); -lean_inc(x_188); -if (lean_is_exclusive(x_180)) { - lean_ctor_release(x_180, 0); - lean_ctor_release(x_180, 1); - x_189 = x_180; +x_198 = lean_ctor_get(x_191, 0); +lean_inc(x_198); +x_199 = lean_ctor_get(x_191, 1); +lean_inc(x_199); +if (lean_is_exclusive(x_191)) { + lean_ctor_release(x_191, 0); + lean_ctor_release(x_191, 1); + x_200 = x_191; } else { - lean_dec_ref(x_180); - x_189 = lean_box(0); + lean_dec_ref(x_191); + x_200 = lean_box(0); } -if (lean_is_scalar(x_189)) { - x_190 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_200)) { + x_201 = lean_alloc_ctor(1, 2, 0); } else { - x_190 = x_189; + x_201 = x_200; } -lean_ctor_set(x_190, 0, x_187); -lean_ctor_set(x_190, 1, x_188); -return x_190; +lean_ctor_set(x_201, 0, x_198); +lean_ctor_set(x_201, 1, x_199); +return x_201; } } default: { -lean_object* x_191; +lean_object* x_202; 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_191 = lean_ctor_get(x_118, 1); -lean_inc(x_191); -lean_dec(x_118); +x_202 = lean_ctor_get(x_129, 1); +lean_inc(x_202); +lean_dec(x_129); lean_inc(x_1); -x_11 = x_1; -x_12 = x_191; -goto block_22; +x_118 = x_1; +x_119 = x_202; +goto block_128; } } } else { -lean_object* x_192; lean_object* x_193; -x_192 = lean_ctor_get(x_118, 1); -lean_inc(x_192); -lean_dec(x_118); +lean_object* x_203; lean_object* x_204; +x_203 = lean_ctor_get(x_129, 1); +lean_inc(x_203); +lean_dec(x_129); lean_inc(x_1); -x_193 = l___private_Lean_Meta_AbstractNestedProofs_0__Lean_Meta_AbstractNestedProofs_mkAuxLemma(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_192); +x_204 = l___private_Lean_Meta_AbstractNestedProofs_0__Lean_Meta_AbstractNestedProofs_mkAuxLemma(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_203); lean_dec(x_4); -if (lean_obj_tag(x_193) == 0) -{ -lean_object* x_194; lean_object* x_195; -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_11 = x_194; -x_12 = x_195; -goto block_22; +if (lean_obj_tag(x_204) == 0) +{ +lean_object* x_205; lean_object* x_206; +x_205 = lean_ctor_get(x_204, 0); +lean_inc(x_205); +x_206 = lean_ctor_get(x_204, 1); +lean_inc(x_206); +lean_dec(x_204); +x_118 = x_205; +x_119 = x_206; +goto block_128; } else { -lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; +lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_dec(x_3); lean_dec(x_1); -x_196 = lean_ctor_get(x_193, 0); -lean_inc(x_196); -x_197 = lean_ctor_get(x_193, 1); -lean_inc(x_197); -if (lean_is_exclusive(x_193)) { - lean_ctor_release(x_193, 0); - lean_ctor_release(x_193, 1); - x_198 = x_193; +x_207 = lean_ctor_get(x_204, 0); +lean_inc(x_207); +x_208 = lean_ctor_get(x_204, 1); +lean_inc(x_208); +if (lean_is_exclusive(x_204)) { + lean_ctor_release(x_204, 0); + lean_ctor_release(x_204, 1); + x_209 = x_204; } else { - lean_dec_ref(x_193); - x_198 = lean_box(0); + lean_dec_ref(x_204); + x_209 = lean_box(0); } -if (lean_is_scalar(x_198)) { - x_199 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_209)) { + x_210 = lean_alloc_ctor(1, 2, 0); } else { - x_199 = x_198; + x_210 = x_209; } -lean_ctor_set(x_199, 0, x_196); -lean_ctor_set(x_199, 1, x_197); -return x_199; +lean_ctor_set(x_210, 0, x_207); +lean_ctor_set(x_210, 1, x_208); +return x_210; } } } else { -lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; +lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -2384,31 +2429,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_200 = lean_ctor_get(x_118, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_118, 1); -lean_inc(x_201); -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - lean_ctor_release(x_118, 1); - x_202 = x_118; +x_211 = lean_ctor_get(x_129, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_129, 1); +lean_inc(x_212); +if (lean_is_exclusive(x_129)) { + lean_ctor_release(x_129, 0); + lean_ctor_release(x_129, 1); + x_213 = x_129; } else { - lean_dec_ref(x_118); - x_202 = lean_box(0); + lean_dec_ref(x_129); + x_213 = lean_box(0); } -if (lean_is_scalar(x_202)) { - x_203 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_213)) { + x_214 = lean_alloc_ctor(1, 2, 0); } else { - x_203 = x_202; + x_214 = x_213; } -lean_ctor_set(x_203, 0, x_200); -lean_ctor_set(x_203, 1, x_201); -return x_203; +lean_ctor_set(x_214, 0, x_211); +lean_ctor_set(x_214, 1, x_212); +return x_214; } } else { -lean_object* x_204; lean_object* x_205; +lean_object* x_215; lean_object* x_216; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -2417,53 +2462,51 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_204 = lean_ctor_get(x_117, 0); -lean_inc(x_204); +x_215 = lean_ctor_get(x_117, 0); +lean_inc(x_215); lean_dec(x_117); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_116); -return x_205; +x_216 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_116); +return x_216; } -} -block_22: +block_128: { -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_13 = lean_st_ref_take(x_3, x_12); -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_11); -x_16 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_14, x_1, x_11); -x_17 = lean_st_ref_set(x_3, x_16, x_15); +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; +x_120 = lean_st_ref_take(x_3, x_119); +x_121 = lean_ctor_get(x_120, 0); +lean_inc(x_121); +x_122 = lean_ctor_get(x_120, 1); +lean_inc(x_122); +lean_dec(x_120); +lean_inc(x_118); +x_123 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_121, x_1, x_118); +x_124 = lean_st_ref_set(x_3, x_123, x_122); lean_dec(x_3); -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = lean_ctor_get(x_17, 0); -lean_dec(x_19); -lean_ctor_set(x_17, 0, x_11); -return x_17; +x_125 = lean_ctor_get(x_124, 1); +lean_inc(x_125); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_126 = x_124; +} else { + lean_dec_ref(x_124); + x_126 = lean_box(0); } -else -{ -lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); -lean_dec(x_17); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_11); -lean_ctor_set(x_21, 1, x_20); -return x_21; +if (lean_is_scalar(x_126)) { + x_127 = lean_alloc_ctor(0, 2, 0); +} else { + x_127 = x_126; +} +lean_ctor_set(x_127, 0, x_118); +lean_ctor_set(x_127, 1, x_125); +return x_127; } } } else { -lean_object* x_206; +lean_object* x_217; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -2471,10 +2514,10 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_1); -lean_ctor_set(x_206, 1, x_9); -return x_206; +x_217 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_217, 0, x_1); +lean_ctor_set(x_217, 1, x_9); +return x_217; } } } diff --git a/stage0/stdlib/Lean/Meta/AppBuilder.c b/stage0/stdlib/Lean/Meta/AppBuilder.c index f8b7fbba5db0..fae1eeda0acf 100644 --- a/stage0/stdlib/Lean/Meta/AppBuilder.c +++ b/stage0/stdlib/Lean/Meta/AppBuilder.c @@ -22,7 +22,6 @@ static lean_object* l_Lean_Meta_mkEqOfHEq___closed__5; static lean_object* l_Lean_Meta_mkArrayLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkLetBodyCongr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongrArg___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__3; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Meta_mkForallCongr___closed__2; lean_object* l_Lean_getProjFnForField_x3f(lean_object*, lean_object*, lean_object*); @@ -52,6 +51,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkPure(lean_object*, lean_object*, lean_obj static lean_object* l_Lean_Meta_mkEqNDRec___closed__5; static lean_object* l_Lean_Meta_mkPropExt___closed__2; static lean_object* l_Lean_Meta_mkNumeral___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__13; lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, 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_mkEqRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -116,18 +116,14 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkExpectedTypeHint(lean_object*, lean_objec lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__3___closed__6; static lean_object* l_Lean_Meta_mkNoConfusion___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__9; static lean_object* l_Lean_Meta_mkForallCongr___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__8; static lean_object* l_Lean_Meta_mkImpCongr___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__14; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___at_Lean_Meta_mkAppOptM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSorry___closed__7; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__6; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__7; static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__7; static lean_object* l_Lean_Meta_mkSorry___closed__9; static lean_object* l_Lean_Meta_mkListLit___closed__4; @@ -148,7 +144,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBu lean_object* l_Lean_mkApp4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkHEqSymm___closed__2; static double l_Lean_withSeconds___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__3___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11; lean_object* l_Lean_Exception_toMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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* l_Lean_Meta_getDecLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -158,9 +153,11 @@ static lean_object* l_Lean_Meta_mkAdd___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilderException___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__3___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__5; static lean_object* l_Lean_Meta_mkImpCongr___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_mkAdd(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongrArg___closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226_(lean_object*); lean_object* l_Lean_getStructureFields(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkNoConfusion___closed__7; uint8_t l_Lean_Expr_hasMVar(lean_object*); @@ -185,7 +182,6 @@ lean_object* l_Lean_isSubobjectField_x3f(lean_object*, lean_object*, lean_object static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux___closed__8; static lean_object* l_Lean_Meta_mkDecideProof___closed__4; static lean_object* l_Lean_isLevelMVarAssignable___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___spec__4___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__10; static lean_object* l_Lean_Meta_mkPure___closed__3; static lean_object* l_Lean_Meta_mkLt___closed__1; static lean_object* l_Lean_Meta_mkFunExt___closed__1; @@ -208,6 +204,7 @@ lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData_ static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__10; static lean_object* l_Lean_Meta_mkSub___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(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_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__6; static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__8; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkOfNonempty___closed__2; @@ -218,7 +215,6 @@ lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_obj static lean_object* l_Lean_Meta_mkLetBodyCongr___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___at_Lean_Meta_mkAppM___spec__1___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_MVarId_isAssignable___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__13; static lean_object* l_Lean_Meta_mkAbsurd___closed__2; static lean_object* l_Lean_Meta_mkOfNonempty___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -244,7 +240,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkAppM(lean_object*, lean_object*, lean_obj LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkAppM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkEqFalse_x27___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228_(lean_object*); static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__1; static lean_object* l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2___closed__2; static lean_object* l_Lean_Meta_mkFalseElim___closed__2; @@ -275,6 +270,7 @@ static lean_object* l_Lean_Meta_mkEq___closed__1; extern lean_object* l_Lean_instInhabitedExpr; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___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_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkDecide(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongr___closed__1; @@ -284,18 +280,17 @@ lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean static lean_object* l_Lean_Meta_mkSorry___closed__5; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__9; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__11; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilderException___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkEqOfHEq___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_mkLt___closed__2; static lean_object* l_Lean_Meta_mkHEqSymm___closed__1; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux___closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__4; static lean_object* l_List_mapTR_loop___at_Lean_Meta_mkAppOptM___spec__2___closed__1; static lean_object* l_Lean_Meta_mkEq___closed__2; 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__3; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongrFun___closed__1; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___closed__1; @@ -316,6 +311,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBu static lean_object* l_Lean_Meta_mkNoConfusion___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_mkFalseElim(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkProjection___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal(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_mkDefault(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkEqNDRec___closed__2; @@ -381,6 +377,7 @@ static lean_object* l_Lean_Meta_mkNoConfusion___closed__10; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__3; static lean_object* l_Lean_Meta_mkEqTrue___closed__1; static lean_object* l_Lean_Meta_mkIffOfEq___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__9; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilderException___rarg___closed__3; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg___closed__1; @@ -398,7 +395,6 @@ lean_object* l_Lean_Expr_getAppFn(lean_object*); uint8_t l_Lean_isStructure(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkDecide___closed__1; static lean_object* l_Lean_Meta_mkEqSymm___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_mkFunExt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkEqNDRec___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___at_Lean_Meta_mkAppOptM_x27___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -413,11 +409,13 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkNumeral(lean_object*, lean_object*, lean_ static lean_object* l_Lean_Meta_mkDefault___closed__1; static lean_object* l_Lean_Meta_mkProjection___lambda__1___closed__6; lean_object* l_List_reverse___rarg(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__4; static lean_object* l_Lean_Meta_mkImpCongrCtx___closed__1; static lean_object* l_Lean_Meta_mkImpCongrCtx___closed__2; static lean_object* l_Lean_Meta_mkLetCongr___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkListLitAux(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux(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); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__1___closed__6; @@ -425,6 +423,7 @@ static lean_object* l_Lean_Meta_mkMul___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_mkEqFalse(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkProjection___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_mkEqOfHEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__12; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppOptMAux___closed__6; static lean_object* l_Lean_Meta_mkCongrFun___closed__4; @@ -459,6 +458,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkProjection(lean_object*, lean_object*, le static lean_object* l_Lean_Meta_mkNoConfusion___closed__2; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___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_AppBuilder___hyg_7226____closed__10; static lean_object* l_Lean_Meta_mkCongrFun___closed__2; lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___at_Lean_Meta_mkAppOptM_x27___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -493,12 +493,12 @@ static lean_object* l_Lean_Meta_mkSub___closed__3; static lean_object* l_Lean_Meta_mkEqMP___closed__3; static lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2; static lean_object* l_Lean_Meta_mkEqOfHEq___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_throwAppBuilderException___rarg___closed__2; static lean_object* l___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMArgs_loop___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_mkArrayLit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkProjection___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___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(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_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__1; static lean_object* l_Lean_Meta_mkEqOfHEq___lambda__1___closed__2; static lean_object* l_Lean_Meta_mkEqFalse___closed__1; static lean_object* _init_l_Lean_Meta_mkId___closed__1() { @@ -8087,186 +8087,200 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1(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; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_55; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_55 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_55 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_56; +x_56 = 1; +x_13 = x_56; +goto block_54; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); +uint8_t x_57; +x_57 = 0; +x_13 = x_57; +goto block_54; +} +block_54: +{ +if (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_7, 5); +lean_inc(x_14); +x_15 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__1), 6, 1); -lean_closure_set(x_20, 0, x_3); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__1), 6, 1); +lean_closure_set(x_18, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(x_20, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_21) == 0) +x_19 = l_Lean_withOptProfile___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__2(x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_21, 0); +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_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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); +lean_dec(x_20); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_24); -x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_22); +x_24 = lean_apply_6(x_2, x_22, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_24) == 0) { -if (lean_obj_tag(x_25) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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 = lean_box(0); -x_30 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +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 = lean_box(0); +x_28 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_16, x_1, x_14, x_4, x_22, x_25, x_27, x_5, x_6, x_7, x_8, x_26); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_30; +lean_dec(x_22); +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_31 = lean_ctor_get(x_26, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; double 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_object* x_42; lean_object* x_43; lean_object* x_44; +x_29 = lean_ctor_get(x_24, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = lean_ctor_get(x_23, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_ctor_get(x_25, 0); -lean_inc(x_33); -lean_dec(x_25); -x_34 = lean_unbox_float(x_33); -lean_dec(x_33); -x_35 = lean_float_to_string(x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_23); +x_32 = lean_unbox_float(x_31); +lean_dec(x_31); +x_33 = lean_float_to_string(x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__2; +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4; 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_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_29); +x_41 = l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg___closed__2; x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_31); -x_43 = l___private_Lean_Meta_AppBuilder_0__Lean_Meta_hasTypeMsg___closed__2; -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 = lean_box(0); -x_46 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_box(0); +x_44 = l_Lean_withTraceNode___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___spec__1___lambda__2(x_16, x_1, x_14, x_4, x_22, x_42, x_43, x_5, x_6, x_7, x_8, x_30); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_46; +lean_dec(x_22); +return x_44; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_18); +uint8_t x_45; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_16); +lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_26); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_26; +return x_24; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_26, 0); -x_49 = lean_ctor_get(x_26, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_26); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_49; lean_dec(x_16); +lean_dec(x_14); 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_51 = !lean_is_exclusive(x_21); -if (x_51 == 0) +x_49 = !lean_is_exclusive(x_19); +if (x_49 == 0) { -return x_21; +return x_19; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_21, 0); -x_53 = lean_ctor_get(x_21, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_21); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_19, 0); +x_51 = lean_ctor_get(x_19, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_19); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} } } +else +{ +lean_object* x_53; +lean_dec(x_2); +lean_dec(x_1); +x_53 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_53; +} } } } @@ -14397,7 +14411,7 @@ return x_15; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__1() { _start: { lean_object* x_1; @@ -14405,27 +14419,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____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_AppBuilder___hyg_7228____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____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_AppBuilder___hyg_7228____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__2; x_2 = l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__3___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_AppBuilder___hyg_7228____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__4() { _start: { lean_object* x_1; @@ -14433,17 +14447,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__4; 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_AppBuilder___hyg_7228____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__6() { _start: { lean_object* x_1; @@ -14451,37 +14465,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__6; 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_AppBuilder___hyg_7228____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____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_AppBuilder___hyg_7228____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__8; x_2 = l___private_Lean_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___lambda__3___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_AppBuilder___hyg_7228____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__10() { _start: { lean_object* x_1; @@ -14489,17 +14503,17 @@ x_1 = lean_mk_string_from_bytes("AppBuilder", 10); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____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_AppBuilder___hyg_7228____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__12() { _start: { lean_object* x_1; @@ -14507,33 +14521,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__12; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__11; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__12; 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_AppBuilder___hyg_7228____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__13; -x_2 = lean_unsigned_to_nat(7228u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__13; +x_2 = lean_unsigned_to_nat(7226u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226_(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_Meta_AppBuilder_0__Lean_Meta_withAppBuilderTrace___rarg___closed__1; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__14; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -15093,35 +15107,35 @@ l_Lean_Meta_mkIffOfEq___closed__2 = _init_l_Lean_Meta_mkIffOfEq___closed__2(); lean_mark_persistent(l_Lean_Meta_mkIffOfEq___closed__2); l_Lean_Meta_mkIffOfEq___closed__3 = _init_l_Lean_Meta_mkIffOfEq___closed__3(); lean_mark_persistent(l_Lean_Meta_mkIffOfEq___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228____closed__14); -res = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7228_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226____closed__14); +res = l_Lean_Meta_initFn____x40_Lean_Meta_AppBuilder___hyg_7226_(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/Basic.c b/stage0/stdlib/Lean/Meta/Basic.c index c2b1174d19e2..8bf2c9ca90b2 100644 --- a/stage0/stdlib/Lean/Meta/Basic.c +++ b/stage0/stdlib/Lean/Meta/Basic.c @@ -45,7 +45,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTele LEAN_EXPORT uint8_t l_Lean_Meta_Config_foApprox___default; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_isExprDefEq___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_foldlMUnsafe_fold___at___private_Lean_Meta_Basic_0__Lean_Meta_withNewBinderInfosImp___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalContextImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Context_synthPendingDepth___default; static lean_object* l_Lean_Meta_mkFunUnit___closed__4; @@ -81,6 +80,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_processPostponed_loop___boxed(lean_object*, LEAN_EXPORT uint64_t l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mapError___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_orelseMergeErrors(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_getDecl___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -113,7 +113,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_L extern lean_object* l_Lean_maxRecDepthErrorMessage; LEAN_EXPORT lean_object* l_Lean_Meta_withConfig(lean_object*); lean_object* l_Lean_MessageData_toString(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_getTheoremInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentD(lean_object*); double lean_float_div(double, double); @@ -127,7 +126,6 @@ uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__13; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_collectForwardDeps___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instMetaEvalMetaM___rarg___closed__3; -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Context_canUnfold_x3f___default; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -216,7 +214,6 @@ static lean_object* l_Lean_Meta_State_postponed___default___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqNoConstantApprox(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_name(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withAssignableSyntheticOpaque(lean_object*); -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921_(lean_object*); LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_Meta_sortFVarIds___spec__1___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2; lean_object* lean_synth_pending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -229,6 +226,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_FVarId_throwUnknown___spec_ lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withInstImplicitAsImplict(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_getKind(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_isLevelDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___rarg___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaMetaTelescope(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -288,6 +286,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getNumPostponed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instMonadMetaM___lambda__1(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_Meta_withLocalDecls(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_normalizeLevel___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instMetaEvalMetaM___rarg___closed__4; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep___spec__5___closed__1; @@ -400,10 +399,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVa LEAN_EXPORT lean_object* l_Lean_Meta_instMetaEvalMetaM(lean_object*); lean_object* l_Lean_ppExprWithInfos(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalInstances___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isImplicit(lean_object*); static lean_object* l_Lean_Meta_instMonadMCtxMetaM___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -486,6 +483,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_instAlternativeMetaM__ lean_object* l_Lean_LocalContext_mkLetDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); static lean_object* l_Lean_Meta_instMonadBacktrackSavedStateMetaM___closed__1; lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_elimMVarDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_setMVarKind(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewBinderInfos___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -496,6 +494,7 @@ static lean_object* l_Lean_FVarId_throwUnknown___rarg___closed__1; 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_Meta_mkFreshTypeMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_throwUnknownFVar___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_collectForwardDeps(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarWithIdCore(lean_object*, lean_object*, uint8_t, 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*); @@ -521,7 +520,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_fullApproxDefEq___rarg___lambda__1(lean_obj lean_object* lean_io_mono_nanos_now(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getTransparency(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_resettingSynthInstanceCache___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp_process(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Config_trackZeta___default; static lean_object* l_Lean_Meta_instAlternativeMetaM___closed__2; @@ -533,8 +531,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_obje static lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__3___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withExistingLocalDeclsImp(lean_object*); static lean_object* l_Lean_Meta_liftMkBindingM___rarg___closed__3; -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1; -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2; uint64_t l_Lean_Expr_hash(lean_object*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDeclD___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -632,6 +628,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_approxDefEq___rarg(lean_object*, lean_objec LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_withInstImplicitAsImplict___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_Meta_getParamNames(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_mod(size_t, size_t); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_LMVarId_getLevel___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getZetaFVarIds___boxed(lean_object*); @@ -755,6 +752,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewMCtxDep lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCache___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalInstancesImp___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_orElse(lean_object*); @@ -773,6 +771,7 @@ LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_ LEAN_EXPORT 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_throwError___at_Lean_Meta_instAlternativeMetaM___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withExistingLocalDecls___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__1; static lean_object* l_Lean_Meta_processPostponed_loop___closed__5; LEAN_EXPORT lean_object* l_Lean_FVarId_getUserName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_collectForwardDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -840,6 +839,7 @@ LEAN_EXPORT lean_object* l_Lean_mkFreshId___at_Lean_Meta_mkFreshExprMVarAt___spe LEAN_EXPORT lean_object* l_Lean_Meta_withTransparency___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkLevelIMax_x27(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImpAux___at_Lean_Meta_withNewLocalInstances___spec__1(lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_instInhabitedParamInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_isReadOnlyExprMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instAlternativeMetaM; @@ -865,7 +865,6 @@ LEAN_EXPORT lean_object* l_Lean_LMVarId_isReadOnly___boxed(lean_object*, lean_ob size_t lean_usize_add(size_t, size_t); lean_object* l_Lean_MetavarContext_findLevelDepth_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instMonadMCtxMetaM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5; static lean_object* l_Lean_Meta_instMetaEvalMetaM___rarg___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_etaExpand___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_instMonadMCtxMetaM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1013,6 +1012,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallBoundedT LEAN_EXPORT lean_object* l_Lean_Meta_instMonadLCtxMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isExplicit(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ppExprWithInfos(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__5; static lean_object* l_Lean_Meta_instInhabitedInfoCacheKey___closed__1; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); @@ -1285,7 +1285,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isImplicit(lean_object* x_1) { uint8_t x_2; uint8_t x_3; uint8_t x_4; x_2 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); x_3 = 1; -x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_2, x_3); +x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_2, x_3); return x_4; } } @@ -1305,7 +1305,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isInstImplicit(lean_object* x_1) { uint8_t x_2; uint8_t x_3; uint8_t x_4; x_2 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); x_3 = 3; -x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_2, x_3); +x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_2, x_3); return x_4; } } @@ -1325,7 +1325,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isStrictImplicit(lean_object* x_1) { uint8_t x_2; uint8_t x_3; uint8_t x_4; x_2 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); x_3 = 2; -x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_2, x_3); +x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_2, x_3); return x_4; } } @@ -1345,7 +1345,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_ParamInfo_isExplicit(lean_object* x_1) { uint8_t x_2; uint8_t x_3; uint8_t x_4; x_2 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); x_3 = 0; -x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_2, x_3); +x_4 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_2, x_3); return x_4; } } @@ -1453,7 +1453,7 @@ x_5 = lean_ctor_get(x_1, 1); x_6 = lean_ctor_get_uint8(x_2, sizeof(void*)*2); x_7 = lean_ctor_get(x_2, 0); x_8 = lean_ctor_get(x_2, 1); -x_9 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_3, x_6); +x_9 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_3, x_6); if (x_9 == 0) { uint8_t x_10; @@ -6975,7 +6975,7 @@ x_8 = lean_ctor_get(x_6, 0); x_9 = 0; x_10 = lean_unbox(x_8); lean_dec(x_8); -x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_10, x_9); +x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_10, x_9); x_12 = lean_box(x_11); lean_ctor_set(x_6, 0, x_12); return x_6; @@ -6991,7 +6991,7 @@ lean_dec(x_6); x_15 = 0; x_16 = lean_unbox(x_13); lean_dec(x_13); -x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_16, x_15); +x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_16, x_15); x_18 = lean_box(x_17); x_19 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_19, 0, x_18); @@ -7025,7 +7025,7 @@ x_8 = lean_ctor_get(x_6, 0); x_9 = 2; x_10 = lean_unbox(x_8); lean_dec(x_8); -x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_10, x_9); +x_11 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_10, x_9); x_12 = lean_box(x_11); lean_ctor_set(x_6, 0, x_12); return x_6; @@ -7041,7 +7041,7 @@ lean_dec(x_6); x_15 = 2; x_16 = lean_unbox(x_13); lean_dec(x_13); -x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_16, x_15); +x_17 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_16, x_15); x_18 = lean_box(x_17); x_19 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_19, 0, x_18); @@ -16708,177 +16708,1033 @@ return x_22; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg(uint8_t x_1, lean_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_7) == 7) +switch (lean_obj_tag(x_7)) { +case 0: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; -x_13 = lean_ctor_get(x_7, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_7, 1); -lean_inc(x_14); -x_15 = lean_ctor_get(x_7, 2); -lean_inc(x_15); -x_16 = lean_ctor_get_uint8(x_7, sizeof(void*)*3 + 8); -x_17 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); -if (x_17 == 0) +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_array_get_size(x_5); +x_14 = lean_expr_instantiate_rev_range(x_7, x_6, x_13, x_5); +lean_dec(x_7); +if (x_1 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_34; +x_34 = 0; +x_15 = x_34; +goto block_33; +} +else +{ +uint8_t x_35; +x_35 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_15 = x_35; +goto block_33; +} +block_33: +{ +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_dec(x_13); lean_dec(x_2); -x_18 = lean_array_get_size(x_5); -x_19 = lean_expr_instantiate_rev_range(x_7, x_6, x_18, x_5); -lean_dec(x_18); -lean_dec(x_7); lean_inc(x_5); -x_20 = lean_apply_2(x_3, x_5, x_19); -x_21 = lean_ctor_get(x_8, 0); +x_16 = lean_apply_2(x_3, x_5, x_14); +x_17 = lean_ctor_get(x_8, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_8, 2); +lean_inc(x_18); +x_19 = lean_ctor_get(x_8, 3); +lean_inc(x_19); +x_20 = lean_ctor_get(x_8, 4); +lean_inc(x_20); +x_21 = lean_ctor_get(x_8, 5); lean_inc(x_21); -x_22 = lean_ctor_get(x_8, 2); -lean_inc(x_22); -x_23 = lean_ctor_get(x_8, 3); -lean_inc(x_23); -x_24 = lean_ctor_get(x_8, 4); -lean_inc(x_24); -x_25 = lean_ctor_get(x_8, 5); -lean_inc(x_25); lean_dec(x_8); -x_26 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_26, 0, x_21); -lean_ctor_set(x_26, 1, x_4); -lean_ctor_set(x_26, 2, x_22); -lean_ctor_set(x_26, 3, x_23); -lean_ctor_set(x_26, 4, x_24); -lean_ctor_set(x_26, 5, x_25); -x_27 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_20, x_26, x_9, x_10, x_11, x_12); -return x_27; +x_22 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_22, 0, x_17); +lean_ctor_set(x_22, 1, x_4); +lean_ctor_set(x_22, 2, x_18); +lean_ctor_set(x_22, 3, x_19); +lean_ctor_set(x_22, 4, x_20); +lean_ctor_set(x_22, 5, x_21); +x_23 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_16, x_22, x_9, x_10, x_11, x_12); +return x_23; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_7); -x_28 = lean_array_get_size(x_5); -x_29 = lean_expr_instantiate_rev_range(x_14, x_6, x_28, x_5); -lean_dec(x_28); -lean_dec(x_14); -x_30 = l_Lean_mkFreshFVarId___at___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___spec__1___rarg(x_11, x_12); -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 = 0; -lean_inc(x_31); -x_34 = l_Lean_LocalContext_mkLocalDecl(x_4, x_31, x_13, x_29, x_16, x_33); -x_35 = l_Lean_Expr_fvar___override(x_31); -x_36 = lean_array_push(x_5, x_35); -x_4 = x_34; -x_5 = x_36; -x_7 = x_15; -x_12 = x_32; -goto _start; +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; +x_24 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_25 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_25, 0, x_14); +lean_closure_set(x_25, 1, x_3); +lean_closure_set(x_25, 2, x_5); +lean_closure_set(x_25, 3, x_24); +lean_closure_set(x_25, 4, x_2); +lean_closure_set(x_25, 5, x_4); +lean_closure_set(x_25, 6, x_13); +x_26 = lean_ctor_get(x_8, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_8, 2); +lean_inc(x_27); +x_28 = lean_ctor_get(x_8, 3); +lean_inc(x_28); +x_29 = lean_ctor_get(x_8, 4); +lean_inc(x_29); +x_30 = lean_ctor_get(x_8, 5); +lean_inc(x_30); +lean_dec(x_8); +x_31 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_31, 0, x_26); +lean_ctor_set(x_31, 1, x_4); +lean_ctor_set(x_31, 2, x_27); +lean_ctor_set(x_31, 3, x_28); +lean_ctor_set(x_31, 4, x_29); +lean_ctor_set(x_31, 5, x_30); +x_32 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_25, x_31, x_9, x_10, x_11, x_12); +return x_32; } } -else +} +case 1: { -lean_object* x_38; lean_object* x_39; -x_38 = lean_array_get_size(x_5); -x_39 = lean_expr_instantiate_rev_range(x_7, x_6, x_38, x_5); +lean_object* x_36; lean_object* x_37; uint8_t x_38; +x_36 = lean_array_get_size(x_5); +x_37 = lean_expr_instantiate_rev_range(x_7, x_6, x_36, x_5); lean_dec(x_7); if (x_1 == 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_dec(x_38); +uint8_t x_57; +x_57 = 0; +x_38 = x_57; +goto block_56; +} +else +{ +uint8_t x_58; +x_58 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_38 = x_58; +goto block_56; +} +block_56: +{ +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_36); lean_dec(x_2); lean_inc(x_5); -x_40 = lean_apply_2(x_3, x_5, x_39); -x_41 = lean_ctor_get(x_8, 0); +x_39 = lean_apply_2(x_3, x_5, x_37); +x_40 = lean_ctor_get(x_8, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_8, 2); lean_inc(x_41); -x_42 = lean_ctor_get(x_8, 2); +x_42 = lean_ctor_get(x_8, 3); lean_inc(x_42); -x_43 = lean_ctor_get(x_8, 3); +x_43 = lean_ctor_get(x_8, 4); lean_inc(x_43); -x_44 = lean_ctor_get(x_8, 4); +x_44 = lean_ctor_get(x_8, 5); lean_inc(x_44); -x_45 = lean_ctor_get(x_8, 5); -lean_inc(x_45); lean_dec(x_8); -x_46 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_46, 0, x_41); -lean_ctor_set(x_46, 1, x_4); -lean_ctor_set(x_46, 2, x_42); -lean_ctor_set(x_46, 3, x_43); -lean_ctor_set(x_46, 4, x_44); -lean_ctor_set(x_46, 5, x_45); -x_47 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_40, x_46, x_9, x_10, x_11, x_12); -return x_47; +x_45 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_45, 0, x_40); +lean_ctor_set(x_45, 1, x_4); +lean_ctor_set(x_45, 2, x_41); +lean_ctor_set(x_45, 3, x_42); +lean_ctor_set(x_45, 4, x_43); +lean_ctor_set(x_45, 5, x_44); +x_46 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_39, x_45, x_9, x_10, x_11, x_12); +return x_46; } else { -uint8_t x_48; -x_48 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); -if (x_48 == 0) -{ -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_dec(x_38); -lean_dec(x_2); +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_47 = lean_box(x_1); +lean_inc(x_4); lean_inc(x_5); -x_49 = lean_apply_2(x_3, x_5, x_39); -x_50 = lean_ctor_get(x_8, 0); +x_48 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_48, 0, x_37); +lean_closure_set(x_48, 1, x_3); +lean_closure_set(x_48, 2, x_5); +lean_closure_set(x_48, 3, x_47); +lean_closure_set(x_48, 4, x_2); +lean_closure_set(x_48, 5, x_4); +lean_closure_set(x_48, 6, x_36); +x_49 = lean_ctor_get(x_8, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_8, 2); lean_inc(x_50); -x_51 = lean_ctor_get(x_8, 2); +x_51 = lean_ctor_get(x_8, 3); lean_inc(x_51); -x_52 = lean_ctor_get(x_8, 3); +x_52 = lean_ctor_get(x_8, 4); lean_inc(x_52); -x_53 = lean_ctor_get(x_8, 4); +x_53 = lean_ctor_get(x_8, 5); lean_inc(x_53); -x_54 = lean_ctor_get(x_8, 5); -lean_inc(x_54); lean_dec(x_8); -x_55 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_55, 0, x_50); -lean_ctor_set(x_55, 1, x_4); -lean_ctor_set(x_55, 2, x_51); -lean_ctor_set(x_55, 3, x_52); -lean_ctor_set(x_55, 4, x_53); -lean_ctor_set(x_55, 5, x_54); -x_56 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_49, x_55, x_9, x_10, x_11, x_12); -return x_56; +x_54 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_54, 0, x_49); +lean_ctor_set(x_54, 1, x_4); +lean_ctor_set(x_54, 2, x_50); +lean_ctor_set(x_54, 3, x_51); +lean_ctor_set(x_54, 4, x_52); +lean_ctor_set(x_54, 5, x_53); +x_55 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_48, x_54, x_9, x_10, x_11, x_12); +return x_55; +} +} +} +case 2: +{ +lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_59 = lean_array_get_size(x_5); +x_60 = lean_expr_instantiate_rev_range(x_7, x_6, x_59, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_80; +x_80 = 0; +x_61 = x_80; +goto block_79; } 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; -x_57 = lean_box(x_1); -lean_inc(x_4); +uint8_t x_81; +x_81 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_61 = x_81; +goto block_79; +} +block_79: +{ +if (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_69; +lean_dec(x_59); +lean_dec(x_2); lean_inc(x_5); -x_58 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); -lean_closure_set(x_58, 0, x_39); -lean_closure_set(x_58, 1, x_3); -lean_closure_set(x_58, 2, x_5); -lean_closure_set(x_58, 3, x_57); -lean_closure_set(x_58, 4, x_2); -lean_closure_set(x_58, 5, x_4); -lean_closure_set(x_58, 6, x_38); -x_59 = lean_ctor_get(x_8, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_8, 2); -lean_inc(x_60); -x_61 = lean_ctor_get(x_8, 3); -lean_inc(x_61); -x_62 = lean_ctor_get(x_8, 4); -lean_inc(x_62); -x_63 = lean_ctor_get(x_8, 5); +x_62 = lean_apply_2(x_3, x_5, x_60); +x_63 = lean_ctor_get(x_8, 0); lean_inc(x_63); +x_64 = lean_ctor_get(x_8, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_8, 3); +lean_inc(x_65); +x_66 = lean_ctor_get(x_8, 4); +lean_inc(x_66); +x_67 = lean_ctor_get(x_8, 5); +lean_inc(x_67); lean_dec(x_8); -x_64 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_64, 0, x_59); -lean_ctor_set(x_64, 1, x_4); -lean_ctor_set(x_64, 2, x_60); -lean_ctor_set(x_64, 3, x_61); -lean_ctor_set(x_64, 4, x_62); -lean_ctor_set(x_64, 5, x_63); -x_65 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_58, x_64, x_9, x_10, x_11, x_12); -return x_65; +x_68 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_68, 0, x_63); +lean_ctor_set(x_68, 1, x_4); +lean_ctor_set(x_68, 2, x_64); +lean_ctor_set(x_68, 3, x_65); +lean_ctor_set(x_68, 4, x_66); +lean_ctor_set(x_68, 5, x_67); +x_69 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_62, x_68, x_9, x_10, x_11, x_12); +return x_69; +} +else +{ +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; +x_70 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_71 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_71, 0, x_60); +lean_closure_set(x_71, 1, x_3); +lean_closure_set(x_71, 2, x_5); +lean_closure_set(x_71, 3, x_70); +lean_closure_set(x_71, 4, x_2); +lean_closure_set(x_71, 5, x_4); +lean_closure_set(x_71, 6, x_59); +x_72 = lean_ctor_get(x_8, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_8, 2); +lean_inc(x_73); +x_74 = lean_ctor_get(x_8, 3); +lean_inc(x_74); +x_75 = lean_ctor_get(x_8, 4); +lean_inc(x_75); +x_76 = lean_ctor_get(x_8, 5); +lean_inc(x_76); +lean_dec(x_8); +x_77 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_77, 0, x_72); +lean_ctor_set(x_77, 1, x_4); +lean_ctor_set(x_77, 2, x_73); +lean_ctor_set(x_77, 3, x_74); +lean_ctor_set(x_77, 4, x_75); +lean_ctor_set(x_77, 5, x_76); +x_78 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_71, x_77, x_9, x_10, x_11, x_12); +return x_78; +} +} +} +case 3: +{ +lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_82 = lean_array_get_size(x_5); +x_83 = lean_expr_instantiate_rev_range(x_7, x_6, x_82, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_103; +x_103 = 0; +x_84 = x_103; +goto block_102; +} +else +{ +uint8_t x_104; +x_104 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_84 = x_104; +goto block_102; +} +block_102: +{ +if (x_84 == 0) +{ +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_dec(x_82); +lean_dec(x_2); +lean_inc(x_5); +x_85 = lean_apply_2(x_3, x_5, x_83); +x_86 = lean_ctor_get(x_8, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_8, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_8, 3); +lean_inc(x_88); +x_89 = lean_ctor_get(x_8, 4); +lean_inc(x_89); +x_90 = lean_ctor_get(x_8, 5); +lean_inc(x_90); +lean_dec(x_8); +x_91 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_91, 0, x_86); +lean_ctor_set(x_91, 1, x_4); +lean_ctor_set(x_91, 2, x_87); +lean_ctor_set(x_91, 3, x_88); +lean_ctor_set(x_91, 4, x_89); +lean_ctor_set(x_91, 5, x_90); +x_92 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_85, x_91, x_9, x_10, x_11, x_12); +return x_92; +} +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; lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_93 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_94 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_94, 0, x_83); +lean_closure_set(x_94, 1, x_3); +lean_closure_set(x_94, 2, x_5); +lean_closure_set(x_94, 3, x_93); +lean_closure_set(x_94, 4, x_2); +lean_closure_set(x_94, 5, x_4); +lean_closure_set(x_94, 6, x_82); +x_95 = lean_ctor_get(x_8, 0); +lean_inc(x_95); +x_96 = lean_ctor_get(x_8, 2); +lean_inc(x_96); +x_97 = lean_ctor_get(x_8, 3); +lean_inc(x_97); +x_98 = lean_ctor_get(x_8, 4); +lean_inc(x_98); +x_99 = lean_ctor_get(x_8, 5); +lean_inc(x_99); +lean_dec(x_8); +x_100 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_100, 0, x_95); +lean_ctor_set(x_100, 1, x_4); +lean_ctor_set(x_100, 2, x_96); +lean_ctor_set(x_100, 3, x_97); +lean_ctor_set(x_100, 4, x_98); +lean_ctor_set(x_100, 5, x_99); +x_101 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_94, x_100, x_9, x_10, x_11, x_12); +return x_101; +} +} +} +case 4: +{ +lean_object* x_105; lean_object* x_106; uint8_t x_107; +x_105 = lean_array_get_size(x_5); +x_106 = lean_expr_instantiate_rev_range(x_7, x_6, x_105, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_126; +x_126 = 0; +x_107 = x_126; +goto block_125; +} +else +{ +uint8_t x_127; +x_127 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_107 = x_127; +goto block_125; +} +block_125: +{ +if (x_107 == 0) +{ +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; +lean_dec(x_105); +lean_dec(x_2); +lean_inc(x_5); +x_108 = lean_apply_2(x_3, x_5, x_106); +x_109 = lean_ctor_get(x_8, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_8, 2); +lean_inc(x_110); +x_111 = lean_ctor_get(x_8, 3); +lean_inc(x_111); +x_112 = lean_ctor_get(x_8, 4); +lean_inc(x_112); +x_113 = lean_ctor_get(x_8, 5); +lean_inc(x_113); +lean_dec(x_8); +x_114 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_114, 0, x_109); +lean_ctor_set(x_114, 1, x_4); +lean_ctor_set(x_114, 2, x_110); +lean_ctor_set(x_114, 3, x_111); +lean_ctor_set(x_114, 4, x_112); +lean_ctor_set(x_114, 5, x_113); +x_115 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_108, x_114, x_9, x_10, x_11, x_12); +return x_115; +} +else +{ +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; +x_116 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_117 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_117, 0, x_106); +lean_closure_set(x_117, 1, x_3); +lean_closure_set(x_117, 2, x_5); +lean_closure_set(x_117, 3, x_116); +lean_closure_set(x_117, 4, x_2); +lean_closure_set(x_117, 5, x_4); +lean_closure_set(x_117, 6, x_105); +x_118 = lean_ctor_get(x_8, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_8, 2); +lean_inc(x_119); +x_120 = lean_ctor_get(x_8, 3); +lean_inc(x_120); +x_121 = lean_ctor_get(x_8, 4); +lean_inc(x_121); +x_122 = lean_ctor_get(x_8, 5); +lean_inc(x_122); +lean_dec(x_8); +x_123 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_123, 0, x_118); +lean_ctor_set(x_123, 1, x_4); +lean_ctor_set(x_123, 2, x_119); +lean_ctor_set(x_123, 3, x_120); +lean_ctor_set(x_123, 4, x_121); +lean_ctor_set(x_123, 5, x_122); +x_124 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_117, x_123, x_9, x_10, x_11, x_12); +return x_124; +} +} +} +case 5: +{ +lean_object* x_128; lean_object* x_129; uint8_t x_130; +x_128 = lean_array_get_size(x_5); +x_129 = lean_expr_instantiate_rev_range(x_7, x_6, x_128, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_149; +x_149 = 0; +x_130 = x_149; +goto block_148; +} +else +{ +uint8_t x_150; +x_150 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_130 = x_150; +goto block_148; +} +block_148: +{ +if (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_dec(x_128); +lean_dec(x_2); +lean_inc(x_5); +x_131 = lean_apply_2(x_3, x_5, x_129); +x_132 = lean_ctor_get(x_8, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_8, 2); +lean_inc(x_133); +x_134 = lean_ctor_get(x_8, 3); +lean_inc(x_134); +x_135 = lean_ctor_get(x_8, 4); +lean_inc(x_135); +x_136 = lean_ctor_get(x_8, 5); +lean_inc(x_136); +lean_dec(x_8); +x_137 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_137, 0, x_132); +lean_ctor_set(x_137, 1, x_4); +lean_ctor_set(x_137, 2, x_133); +lean_ctor_set(x_137, 3, x_134); +lean_ctor_set(x_137, 4, x_135); +lean_ctor_set(x_137, 5, x_136); +x_138 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_131, x_137, x_9, x_10, x_11, x_12); +return x_138; +} +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; +x_139 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_140 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_140, 0, x_129); +lean_closure_set(x_140, 1, x_3); +lean_closure_set(x_140, 2, x_5); +lean_closure_set(x_140, 3, x_139); +lean_closure_set(x_140, 4, x_2); +lean_closure_set(x_140, 5, x_4); +lean_closure_set(x_140, 6, x_128); +x_141 = lean_ctor_get(x_8, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_8, 2); +lean_inc(x_142); +x_143 = lean_ctor_get(x_8, 3); +lean_inc(x_143); +x_144 = lean_ctor_get(x_8, 4); +lean_inc(x_144); +x_145 = lean_ctor_get(x_8, 5); +lean_inc(x_145); +lean_dec(x_8); +x_146 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_146, 0, x_141); +lean_ctor_set(x_146, 1, x_4); +lean_ctor_set(x_146, 2, x_142); +lean_ctor_set(x_146, 3, x_143); +lean_ctor_set(x_146, 4, x_144); +lean_ctor_set(x_146, 5, x_145); +x_147 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_140, x_146, x_9, x_10, x_11, x_12); +return x_147; +} +} +} +case 6: +{ +lean_object* x_151; lean_object* x_152; uint8_t x_153; +x_151 = lean_array_get_size(x_5); +x_152 = lean_expr_instantiate_rev_range(x_7, x_6, x_151, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_172; +x_172 = 0; +x_153 = x_172; +goto block_171; +} +else +{ +uint8_t x_173; +x_173 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_153 = x_173; +goto block_171; +} +block_171: +{ +if (x_153 == 0) +{ +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_dec(x_151); +lean_dec(x_2); +lean_inc(x_5); +x_154 = lean_apply_2(x_3, x_5, x_152); +x_155 = lean_ctor_get(x_8, 0); +lean_inc(x_155); +x_156 = lean_ctor_get(x_8, 2); +lean_inc(x_156); +x_157 = lean_ctor_get(x_8, 3); +lean_inc(x_157); +x_158 = lean_ctor_get(x_8, 4); +lean_inc(x_158); +x_159 = lean_ctor_get(x_8, 5); +lean_inc(x_159); +lean_dec(x_8); +x_160 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_160, 0, x_155); +lean_ctor_set(x_160, 1, x_4); +lean_ctor_set(x_160, 2, x_156); +lean_ctor_set(x_160, 3, x_157); +lean_ctor_set(x_160, 4, x_158); +lean_ctor_set(x_160, 5, x_159); +x_161 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_154, x_160, x_9, x_10, x_11, x_12); +return x_161; +} +else +{ +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; +x_162 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_163 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_163, 0, x_152); +lean_closure_set(x_163, 1, x_3); +lean_closure_set(x_163, 2, x_5); +lean_closure_set(x_163, 3, x_162); +lean_closure_set(x_163, 4, x_2); +lean_closure_set(x_163, 5, x_4); +lean_closure_set(x_163, 6, x_151); +x_164 = lean_ctor_get(x_8, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_8, 2); +lean_inc(x_165); +x_166 = lean_ctor_get(x_8, 3); +lean_inc(x_166); +x_167 = lean_ctor_get(x_8, 4); +lean_inc(x_167); +x_168 = lean_ctor_get(x_8, 5); +lean_inc(x_168); +lean_dec(x_8); +x_169 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_169, 0, x_164); +lean_ctor_set(x_169, 1, x_4); +lean_ctor_set(x_169, 2, x_165); +lean_ctor_set(x_169, 3, x_166); +lean_ctor_set(x_169, 4, x_167); +lean_ctor_set(x_169, 5, x_168); +x_170 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_163, x_169, x_9, x_10, x_11, x_12); +return x_170; +} +} +} +case 7: +{ +lean_object* x_174; lean_object* x_175; lean_object* x_176; uint8_t x_177; uint8_t x_178; +x_174 = lean_ctor_get(x_7, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_7, 1); +lean_inc(x_175); +x_176 = lean_ctor_get(x_7, 2); +lean_inc(x_176); +x_177 = lean_ctor_get_uint8(x_7, sizeof(void*)*3 + 8); +x_178 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +if (x_178 == 0) +{ +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_dec(x_176); +lean_dec(x_175); +lean_dec(x_174); +lean_dec(x_2); +x_179 = lean_array_get_size(x_5); +x_180 = lean_expr_instantiate_rev_range(x_7, x_6, x_179, x_5); +lean_dec(x_179); +lean_dec(x_7); +lean_inc(x_5); +x_181 = lean_apply_2(x_3, x_5, x_180); +x_182 = lean_ctor_get(x_8, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_8, 2); +lean_inc(x_183); +x_184 = lean_ctor_get(x_8, 3); +lean_inc(x_184); +x_185 = lean_ctor_get(x_8, 4); +lean_inc(x_185); +x_186 = lean_ctor_get(x_8, 5); +lean_inc(x_186); +lean_dec(x_8); +x_187 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_187, 0, x_182); +lean_ctor_set(x_187, 1, x_4); +lean_ctor_set(x_187, 2, x_183); +lean_ctor_set(x_187, 3, x_184); +lean_ctor_set(x_187, 4, x_185); +lean_ctor_set(x_187, 5, x_186); +x_188 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_181, x_187, x_9, x_10, x_11, x_12); +return x_188; +} +else +{ +lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; uint8_t x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; +lean_dec(x_7); +x_189 = lean_array_get_size(x_5); +x_190 = lean_expr_instantiate_rev_range(x_175, x_6, x_189, x_5); +lean_dec(x_189); +lean_dec(x_175); +x_191 = l_Lean_mkFreshFVarId___at___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___spec__1___rarg(x_11, x_12); +x_192 = lean_ctor_get(x_191, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_191, 1); +lean_inc(x_193); +lean_dec(x_191); +x_194 = 0; +lean_inc(x_192); +x_195 = l_Lean_LocalContext_mkLocalDecl(x_4, x_192, x_174, x_190, x_177, x_194); +x_196 = l_Lean_Expr_fvar___override(x_192); +x_197 = lean_array_push(x_5, x_196); +x_4 = x_195; +x_5 = x_197; +x_7 = x_176; +x_12 = x_193; +goto _start; +} +} +case 8: +{ +lean_object* x_199; lean_object* x_200; uint8_t x_201; +x_199 = lean_array_get_size(x_5); +x_200 = lean_expr_instantiate_rev_range(x_7, x_6, x_199, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_220; +x_220 = 0; +x_201 = x_220; +goto block_219; +} +else +{ +uint8_t x_221; +x_221 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_201 = x_221; +goto block_219; +} +block_219: +{ +if (x_201 == 0) +{ +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_dec(x_199); +lean_dec(x_2); +lean_inc(x_5); +x_202 = lean_apply_2(x_3, x_5, x_200); +x_203 = lean_ctor_get(x_8, 0); +lean_inc(x_203); +x_204 = lean_ctor_get(x_8, 2); +lean_inc(x_204); +x_205 = lean_ctor_get(x_8, 3); +lean_inc(x_205); +x_206 = lean_ctor_get(x_8, 4); +lean_inc(x_206); +x_207 = lean_ctor_get(x_8, 5); +lean_inc(x_207); +lean_dec(x_8); +x_208 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_208, 0, x_203); +lean_ctor_set(x_208, 1, x_4); +lean_ctor_set(x_208, 2, x_204); +lean_ctor_set(x_208, 3, x_205); +lean_ctor_set(x_208, 4, x_206); +lean_ctor_set(x_208, 5, x_207); +x_209 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_202, x_208, x_9, x_10, x_11, x_12); +return x_209; +} +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; lean_object* x_217; lean_object* x_218; +x_210 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_211 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_211, 0, x_200); +lean_closure_set(x_211, 1, x_3); +lean_closure_set(x_211, 2, x_5); +lean_closure_set(x_211, 3, x_210); +lean_closure_set(x_211, 4, x_2); +lean_closure_set(x_211, 5, x_4); +lean_closure_set(x_211, 6, x_199); +x_212 = lean_ctor_get(x_8, 0); +lean_inc(x_212); +x_213 = lean_ctor_get(x_8, 2); +lean_inc(x_213); +x_214 = lean_ctor_get(x_8, 3); +lean_inc(x_214); +x_215 = lean_ctor_get(x_8, 4); +lean_inc(x_215); +x_216 = lean_ctor_get(x_8, 5); +lean_inc(x_216); +lean_dec(x_8); +x_217 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_217, 0, x_212); +lean_ctor_set(x_217, 1, x_4); +lean_ctor_set(x_217, 2, x_213); +lean_ctor_set(x_217, 3, x_214); +lean_ctor_set(x_217, 4, x_215); +lean_ctor_set(x_217, 5, x_216); +x_218 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_211, x_217, x_9, x_10, x_11, x_12); +return x_218; +} +} +} +case 9: +{ +lean_object* x_222; lean_object* x_223; uint8_t x_224; +x_222 = lean_array_get_size(x_5); +x_223 = lean_expr_instantiate_rev_range(x_7, x_6, x_222, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_243; +x_243 = 0; +x_224 = x_243; +goto block_242; +} +else +{ +uint8_t x_244; +x_244 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_224 = x_244; +goto block_242; +} +block_242: +{ +if (x_224 == 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; +lean_dec(x_222); +lean_dec(x_2); +lean_inc(x_5); +x_225 = lean_apply_2(x_3, x_5, x_223); +x_226 = lean_ctor_get(x_8, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_8, 2); +lean_inc(x_227); +x_228 = lean_ctor_get(x_8, 3); +lean_inc(x_228); +x_229 = lean_ctor_get(x_8, 4); +lean_inc(x_229); +x_230 = lean_ctor_get(x_8, 5); +lean_inc(x_230); +lean_dec(x_8); +x_231 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_231, 0, x_226); +lean_ctor_set(x_231, 1, x_4); +lean_ctor_set(x_231, 2, x_227); +lean_ctor_set(x_231, 3, x_228); +lean_ctor_set(x_231, 4, x_229); +lean_ctor_set(x_231, 5, x_230); +x_232 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_225, x_231, x_9, x_10, x_11, x_12); +return x_232; +} +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; +x_233 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_234 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_234, 0, x_223); +lean_closure_set(x_234, 1, x_3); +lean_closure_set(x_234, 2, x_5); +lean_closure_set(x_234, 3, x_233); +lean_closure_set(x_234, 4, x_2); +lean_closure_set(x_234, 5, x_4); +lean_closure_set(x_234, 6, x_222); +x_235 = lean_ctor_get(x_8, 0); +lean_inc(x_235); +x_236 = lean_ctor_get(x_8, 2); +lean_inc(x_236); +x_237 = lean_ctor_get(x_8, 3); +lean_inc(x_237); +x_238 = lean_ctor_get(x_8, 4); +lean_inc(x_238); +x_239 = lean_ctor_get(x_8, 5); +lean_inc(x_239); +lean_dec(x_8); +x_240 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_240, 0, x_235); +lean_ctor_set(x_240, 1, x_4); +lean_ctor_set(x_240, 2, x_236); +lean_ctor_set(x_240, 3, x_237); +lean_ctor_set(x_240, 4, x_238); +lean_ctor_set(x_240, 5, x_239); +x_241 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_234, x_240, x_9, x_10, x_11, x_12); +return x_241; +} +} +} +case 10: +{ +lean_object* x_245; lean_object* x_246; uint8_t x_247; +x_245 = lean_array_get_size(x_5); +x_246 = lean_expr_instantiate_rev_range(x_7, x_6, x_245, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_266; +x_266 = 0; +x_247 = x_266; +goto block_265; +} +else +{ +uint8_t x_267; +x_267 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_247 = x_267; +goto block_265; +} +block_265: +{ +if (x_247 == 0) +{ +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_dec(x_245); +lean_dec(x_2); +lean_inc(x_5); +x_248 = lean_apply_2(x_3, x_5, x_246); +x_249 = lean_ctor_get(x_8, 0); +lean_inc(x_249); +x_250 = lean_ctor_get(x_8, 2); +lean_inc(x_250); +x_251 = lean_ctor_get(x_8, 3); +lean_inc(x_251); +x_252 = lean_ctor_get(x_8, 4); +lean_inc(x_252); +x_253 = lean_ctor_get(x_8, 5); +lean_inc(x_253); +lean_dec(x_8); +x_254 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_254, 0, x_249); +lean_ctor_set(x_254, 1, x_4); +lean_ctor_set(x_254, 2, x_250); +lean_ctor_set(x_254, 3, x_251); +lean_ctor_set(x_254, 4, x_252); +lean_ctor_set(x_254, 5, x_253); +x_255 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_248, x_254, x_9, x_10, x_11, x_12); +return x_255; +} +else +{ +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; +x_256 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_257 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_257, 0, x_246); +lean_closure_set(x_257, 1, x_3); +lean_closure_set(x_257, 2, x_5); +lean_closure_set(x_257, 3, x_256); +lean_closure_set(x_257, 4, x_2); +lean_closure_set(x_257, 5, x_4); +lean_closure_set(x_257, 6, x_245); +x_258 = lean_ctor_get(x_8, 0); +lean_inc(x_258); +x_259 = lean_ctor_get(x_8, 2); +lean_inc(x_259); +x_260 = lean_ctor_get(x_8, 3); +lean_inc(x_260); +x_261 = lean_ctor_get(x_8, 4); +lean_inc(x_261); +x_262 = lean_ctor_get(x_8, 5); +lean_inc(x_262); +lean_dec(x_8); +x_263 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_263, 0, x_258); +lean_ctor_set(x_263, 1, x_4); +lean_ctor_set(x_263, 2, x_259); +lean_ctor_set(x_263, 3, x_260); +lean_ctor_set(x_263, 4, x_261); +lean_ctor_set(x_263, 5, x_262); +x_264 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_257, x_263, x_9, x_10, x_11, x_12); +return x_264; +} +} +} +default: +{ +lean_object* x_268; lean_object* x_269; uint8_t x_270; +x_268 = lean_array_get_size(x_5); +x_269 = lean_expr_instantiate_rev_range(x_7, x_6, x_268, x_5); +lean_dec(x_7); +if (x_1 == 0) +{ +uint8_t x_289; +x_289 = 0; +x_270 = x_289; +goto block_288; +} +else +{ +uint8_t x_290; +x_290 = l___private_Lean_Meta_Basic_0__Lean_Meta_fvarsSizeLtMaxFVars(x_5, x_2); +x_270 = x_290; +goto block_288; +} +block_288: +{ +if (x_270 == 0) +{ +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_dec(x_268); +lean_dec(x_2); +lean_inc(x_5); +x_271 = lean_apply_2(x_3, x_5, x_269); +x_272 = lean_ctor_get(x_8, 0); +lean_inc(x_272); +x_273 = lean_ctor_get(x_8, 2); +lean_inc(x_273); +x_274 = lean_ctor_get(x_8, 3); +lean_inc(x_274); +x_275 = lean_ctor_get(x_8, 4); +lean_inc(x_275); +x_276 = lean_ctor_get(x_8, 5); +lean_inc(x_276); +lean_dec(x_8); +x_277 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_277, 0, x_272); +lean_ctor_set(x_277, 1, x_4); +lean_ctor_set(x_277, 2, x_273); +lean_ctor_set(x_277, 3, x_274); +lean_ctor_set(x_277, 4, x_275); +lean_ctor_set(x_277, 5, x_276); +x_278 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_271, x_277, x_9, x_10, x_11, x_12); +return x_278; +} +else +{ +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_279 = lean_box(x_1); +lean_inc(x_4); +lean_inc(x_5); +x_280 = lean_alloc_closure((void*)(l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___rarg___lambda__1___boxed), 12, 7); +lean_closure_set(x_280, 0, x_269); +lean_closure_set(x_280, 1, x_3); +lean_closure_set(x_280, 2, x_5); +lean_closure_set(x_280, 3, x_279); +lean_closure_set(x_280, 4, x_2); +lean_closure_set(x_280, 5, x_4); +lean_closure_set(x_280, 6, x_268); +x_281 = lean_ctor_get(x_8, 0); +lean_inc(x_281); +x_282 = lean_ctor_get(x_8, 2); +lean_inc(x_282); +x_283 = lean_ctor_get(x_8, 3); +lean_inc(x_283); +x_284 = lean_ctor_get(x_8, 4); +lean_inc(x_284); +x_285 = lean_ctor_get(x_8, 5); +lean_inc(x_285); +lean_dec(x_8); +x_286 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_286, 0, x_281); +lean_ctor_set(x_286, 1, x_4); +lean_ctor_set(x_286, 2, x_282); +lean_ctor_set(x_286, 3, x_283); +lean_ctor_set(x_286, 4, x_284); +lean_ctor_set(x_286, 5, x_285); +x_287 = l___private_Lean_Meta_Basic_0__Lean_Meta_withNewLocalInstancesImp___rarg(x_5, x_6, x_280, x_286, x_9, x_10, x_11, x_12); +return x_287; +} } } } @@ -19025,53 +19881,27 @@ return x_11; LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux_process(uint8_t 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, lean_object* x_11, lean_object* x_12) { _start: { -lean_object* x_13; lean_object* x_14; +lean_object* x_13; uint8_t x_14; x_13 = lean_array_get_size(x_4); if (lean_obj_tag(x_2) == 0) { -lean_object* x_61; -x_61 = lean_box(0); -x_14 = x_61; -goto block_60; +uint8_t x_65; +x_65 = 0; +x_14 = x_65; +goto block_64; } else { -lean_object* x_62; uint8_t x_63; -x_62 = lean_ctor_get(x_2, 0); -x_63 = lean_nat_dec_eq(x_62, x_13); -if (x_63 == 0) -{ -lean_object* x_64; -x_64 = lean_box(0); -x_14 = x_64; -goto block_60; +lean_object* x_66; uint8_t x_67; +x_66 = lean_ctor_get(x_2, 0); +x_67 = lean_nat_dec_eq(x_66, x_13); +x_14 = x_67; +goto block_64; } -else +block_64: { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -x_65 = lean_expr_instantiate_rev_range(x_7, x_6, x_13, x_4); -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_7); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_5); -lean_ctor_set(x_66, 1, x_65); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_4); -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_12); -return x_68; -} -} -block_60: +if (x_14 == 0) { -lean_dec(x_14); if (lean_obj_tag(x_7) == 7) { lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; @@ -19273,6 +20103,29 @@ return x_59; } } } +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +x_60 = lean_expr_instantiate_rev_range(x_7, x_6, x_13, x_4); +lean_dec(x_13); +lean_dec(x_6); +lean_dec(x_7); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_5); +lean_ctor_set(x_61, 1, x_60); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_4); +lean_ctor_set(x_62, 1, x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_12); +return x_63; +} +} } } LEAN_EXPORT lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallMetaTelescopeReducingAux_process___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) { @@ -19376,48 +20229,27 @@ return x_10; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaMetaTelescope_process(lean_object* x_1, lean_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_11; uint8_t x_12; x_11 = lean_array_get_size(x_2); if (lean_obj_tag(x_1) == 0) { -lean_object* x_32; -x_32 = lean_box(0); -x_12 = x_32; -goto block_31; +uint8_t x_36; +x_36 = 0; +x_12 = x_36; +goto block_35; } else { -lean_object* x_33; uint8_t x_34; -x_33 = lean_ctor_get(x_1, 0); -x_34 = lean_nat_dec_eq(x_33, x_11); -if (x_34 == 0) -{ -lean_object* x_35; -x_35 = lean_box(0); -x_12 = x_35; -goto block_31; +lean_object* x_37; uint8_t x_38; +x_37 = lean_ctor_get(x_1, 0); +x_38 = lean_nat_dec_eq(x_37, x_11); +x_12 = x_38; +goto block_35; } -else +block_35: { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -lean_dec(x_6); -x_36 = lean_expr_instantiate_rev_range(x_5, x_4, x_11, x_2); -lean_dec(x_11); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_3); -lean_ctor_set(x_37, 1, x_36); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_2); -lean_ctor_set(x_38, 1, x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_10); -return x_39; -} -} -block_31: +if (x_12 == 0) { -lean_dec(x_12); if (lean_obj_tag(x_5) == 6) { lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; @@ -19464,6 +20296,24 @@ lean_ctor_set(x_30, 1, x_10); return x_30; } } +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +lean_dec(x_6); +x_31 = lean_expr_instantiate_rev_range(x_5, x_4, x_11, x_2); +lean_dec(x_11); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_3); +lean_ctor_set(x_32, 1, x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_2); +lean_ctor_set(x_33, 1, x_32); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_10); +return x_34; +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_lambdaMetaTelescope_process___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) { @@ -20221,7 +21071,7 @@ lean_dec(x_13); x_16 = 3; x_17 = lean_unbox(x_14); lean_dec(x_14); -x_18 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_17, x_16); +x_18 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_17, x_16); if (x_18 == 0) { size_t x_19; size_t x_20; @@ -28024,7 +28874,7 @@ return x_56; else { uint8_t x_73; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_73 == 0) { lean_object* x_74; lean_object* x_75; @@ -28104,7 +28954,7 @@ return x_93; else { uint8_t x_94; -x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_52); +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); if (x_94 == 0) { lean_object* x_95; lean_object* x_96; lean_object* x_97; @@ -28204,7 +29054,7 @@ return x_107; else { uint8_t x_124; -x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_124 == 0) { lean_object* x_125; lean_object* x_126; @@ -28284,7 +29134,7 @@ return x_144; else { uint8_t x_145; -x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_103, x_103); +x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); if (x_145 == 0) { lean_object* x_146; lean_object* x_147; lean_object* x_148; @@ -31465,200 +32315,223 @@ lean_inc(x_3); x_14 = l___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep(x_2, x_3, x_4, x_5, x_6, x_11); if (lean_obj_tag(x_14) == 0) { -lean_object* x_15; uint8_t x_16; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_74; x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); -x_16 = lean_unbox(x_15); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_17 = x_14; +} else { + lean_dec_ref(x_14); + x_17 = lean_box(0); +} +x_74 = lean_unbox(x_15); lean_dec(x_15); -if (x_16 == 0) -{ -uint8_t x_17; -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_17 = !lean_is_exclusive(x_14); -if (x_17 == 0) +if (x_74 == 0) { -lean_object* x_18; uint8_t x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_14, 0); -lean_dec(x_18); -x_19 = 0; -x_20 = lean_box(x_19); -lean_ctor_set(x_14, 0, x_20); -return x_14; +uint8_t x_75; +x_75 = 1; +x_18 = x_75; +goto block_73; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; -x_21 = lean_ctor_get(x_14, 1); -lean_inc(x_21); -lean_dec(x_14); -x_22 = 0; -x_23 = lean_box(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_21); -return x_24; -} +uint8_t x_76; +x_76 = 0; +x_18 = x_76; +goto block_73; } -else +block_73: { -lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_25 = lean_ctor_get(x_14, 1); -lean_inc(x_25); -lean_dec(x_14); -x_26 = l_Lean_Meta_getNumPostponed___rarg(x_4, x_5, x_6, x_25); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +if (x_18 == 0) { -lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_28 = lean_ctor_get(x_26, 0); -x_29 = lean_ctor_get(x_26, 1); -x_30 = lean_nat_dec_eq(x_28, x_12); -if (x_30 == 0) +lean_object* x_19; uint8_t x_20; +lean_dec(x_17); +x_19 = l_Lean_Meta_getNumPostponed___rarg(x_4, x_5, x_6, x_16); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) { -uint8_t x_31; -lean_free_object(x_26); -x_31 = lean_nat_dec_lt(x_28, x_10); +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 = lean_nat_dec_eq(x_21, x_12); +if (x_23 == 0) +{ +uint8_t x_24; +lean_free_object(x_19); +x_24 = lean_nat_dec_lt(x_21, x_10); lean_dec(x_10); -lean_dec(x_28); -if (x_31 == 0) +lean_dec(x_21); +if (x_24 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_32 = l_Lean_Meta_processPostponed_loop___closed__3; -x_33 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_32, x_3, x_4, x_5, x_6, x_29); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_unbox(x_34); -lean_dec(x_34); -if (x_35 == 0) +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_25 = l_Lean_Meta_processPostponed_loop___closed__3; +x_26 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_25, x_3, x_4, x_5, x_6, x_22); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_unbox(x_27); +lean_dec(x_27); +if (x_28 == 0) { -uint8_t x_36; +uint8_t x_29; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_36 = !lean_is_exclusive(x_33); -if (x_36 == 0) +x_29 = !lean_is_exclusive(x_26); +if (x_29 == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_33, 0); -lean_dec(x_37); -x_38 = lean_box(x_1); -lean_ctor_set(x_33, 0, x_38); -return x_33; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_26, 0); +lean_dec(x_30); +x_31 = lean_box(x_1); +lean_ctor_set(x_26, 0, x_31); +return x_26; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_33, 1); -lean_inc(x_39); -lean_dec(x_33); -x_40 = lean_box(x_1); -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; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_box(x_1); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +return x_34; } } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_ctor_get(x_33, 1); -lean_inc(x_42); -lean_dec(x_33); -x_43 = l_Lean_Meta_processPostponed_loop___closed__5; -x_44 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_32, x_43, x_3, x_4, x_5, x_6, x_42); +lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +x_35 = lean_ctor_get(x_26, 1); +lean_inc(x_35); +lean_dec(x_26); +x_36 = l_Lean_Meta_processPostponed_loop___closed__5; +x_37 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_25, x_36, x_3, x_4, x_5, x_6, x_35); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_45 = !lean_is_exclusive(x_44); -if (x_45 == 0) +x_38 = !lean_is_exclusive(x_37); +if (x_38 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_44, 0); -lean_dec(x_46); -x_47 = lean_box(x_1); -lean_ctor_set(x_44, 0, x_47); -return x_44; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_37, 0); +lean_dec(x_39); +x_40 = lean_box(x_1); +lean_ctor_set(x_37, 0, x_40); +return x_37; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_44, 1); -lean_inc(x_48); -lean_dec(x_44); -x_49 = lean_box(x_1); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_48); -return x_50; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_37, 1); +lean_inc(x_41); +lean_dec(x_37); +x_42 = lean_box(x_1); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } } else { -x_7 = x_29; +x_7 = x_22; goto _start; } } else { -uint8_t x_52; lean_object* x_53; -lean_dec(x_28); +uint8_t x_45; lean_object* x_46; +lean_dec(x_21); lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_52 = 1; -x_53 = lean_box(x_52); -lean_ctor_set(x_26, 0, x_53); -return x_26; +x_45 = 1; +x_46 = lean_box(x_45); +lean_ctor_set(x_19, 0, x_46); +return x_19; } } else { -lean_object* x_54; lean_object* x_55; uint8_t x_56; -x_54 = lean_ctor_get(x_26, 0); -x_55 = lean_ctor_get(x_26, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_26); -x_56 = lean_nat_dec_eq(x_54, x_12); -if (x_56 == 0) +lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_47 = lean_ctor_get(x_19, 0); +x_48 = lean_ctor_get(x_19, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_19); +x_49 = lean_nat_dec_eq(x_47, x_12); +if (x_49 == 0) { -uint8_t x_57; -x_57 = lean_nat_dec_lt(x_54, x_10); +uint8_t x_50; +x_50 = lean_nat_dec_lt(x_47, x_10); lean_dec(x_10); -lean_dec(x_54); -if (x_57 == 0) +lean_dec(x_47); +if (x_50 == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; -x_58 = l_Lean_Meta_processPostponed_loop___closed__3; -x_59 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_58, x_3, x_4, x_5, x_6, x_55); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_unbox(x_60); -lean_dec(x_60); -if (x_61 == 0) +lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +x_51 = l_Lean_Meta_processPostponed_loop___closed__3; +x_52 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_51, x_3, x_4, x_5, x_6, x_48); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_unbox(x_53); +lean_dec(x_53); +if (x_54 == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_62 = lean_ctor_get(x_59, 1); +x_55 = lean_ctor_get(x_52, 1); +lean_inc(x_55); +if (lean_is_exclusive(x_52)) { + lean_ctor_release(x_52, 0); + lean_ctor_release(x_52, 1); + x_56 = x_52; +} else { + lean_dec_ref(x_52); + x_56 = lean_box(0); +} +x_57 = lean_box(x_1); +if (lean_is_scalar(x_56)) { + x_58 = lean_alloc_ctor(0, 2, 0); +} else { + x_58 = x_56; +} +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_55); +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; +x_59 = lean_ctor_get(x_52, 1); +lean_inc(x_59); +lean_dec(x_52); +x_60 = l_Lean_Meta_processPostponed_loop___closed__5; +x_61 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_51, x_60, x_3, x_4, x_5, x_6, x_59); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_62 = lean_ctor_get(x_61, 1); lean_inc(x_62); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_63 = x_59; +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + lean_ctor_release(x_61, 1); + x_63 = x_61; } else { - lean_dec_ref(x_59); + lean_dec_ref(x_61); x_63 = lean_box(0); } x_64 = lean_box(x_1); @@ -31671,61 +32544,49 @@ lean_ctor_set(x_65, 0, x_64); lean_ctor_set(x_65, 1, x_62); return x_65; } +} else { -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; -x_66 = lean_ctor_get(x_59, 1); -lean_inc(x_66); -lean_dec(x_59); -x_67 = l_Lean_Meta_processPostponed_loop___closed__5; -x_68 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_58, x_67, x_3, x_4, x_5, x_6, x_66); +x_7 = x_48; +goto _start; +} +} +else +{ +uint8_t x_67; lean_object* x_68; lean_object* x_69; +lean_dec(x_47); +lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_69 = lean_ctor_get(x_68, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_68)) { - lean_ctor_release(x_68, 0); - lean_ctor_release(x_68, 1); - x_70 = x_68; -} else { - lean_dec_ref(x_68); - x_70 = lean_box(0); -} -x_71 = lean_box(x_1); -if (lean_is_scalar(x_70)) { - x_72 = lean_alloc_ctor(0, 2, 0); -} else { - x_72 = x_70; -} -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -return x_72; -} +x_67 = 1; +x_68 = lean_box(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_48); +return x_69; } -else -{ -x_7 = x_55; -goto _start; } } else { -uint8_t x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_54); +uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_74 = 1; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_55); -return x_76; +x_70 = 0; +x_71 = lean_box(x_70); +if (lean_is_scalar(x_17)) { + x_72 = lean_alloc_ctor(0, 2, 0); +} else { + x_72 = x_17; } +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_16); +return x_72; } } } @@ -31791,208 +32652,223 @@ lean_inc(x_3); x_87 = l___private_Lean_Meta_Basic_0__Lean_Meta_processPostponedStep(x_2, x_3, x_4, x_5, x_6, x_84); if (lean_obj_tag(x_87) == 0) { -lean_object* x_88; uint8_t x_89; +lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; uint8_t x_121; x_88 = lean_ctor_get(x_87, 0); lean_inc(x_88); -x_89 = lean_unbox(x_88); -lean_dec(x_88); -if (x_89 == 0) -{ -lean_object* x_90; lean_object* x_91; uint8_t x_92; lean_object* x_93; lean_object* x_94; -lean_dec(x_83); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_90 = lean_ctor_get(x_87, 1); -lean_inc(x_90); +x_89 = lean_ctor_get(x_87, 1); +lean_inc(x_89); if (lean_is_exclusive(x_87)) { lean_ctor_release(x_87, 0); lean_ctor_release(x_87, 1); - x_91 = x_87; + x_90 = x_87; } else { lean_dec_ref(x_87); - x_91 = lean_box(0); + x_90 = lean_box(0); } -x_92 = 0; -x_93 = lean_box(x_92); -if (lean_is_scalar(x_91)) { - x_94 = lean_alloc_ctor(0, 2, 0); -} else { - x_94 = x_91; -} -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_90); -return x_94; +x_121 = lean_unbox(x_88); +lean_dec(x_88); +if (x_121 == 0) +{ +uint8_t x_122; +x_122 = 1; +x_91 = x_122; +goto block_120; } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; -x_95 = lean_ctor_get(x_87, 1); -lean_inc(x_95); -lean_dec(x_87); -x_96 = l_Lean_Meta_getNumPostponed___rarg(x_4, x_5, x_6, x_95); -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -if (lean_is_exclusive(x_96)) { - lean_ctor_release(x_96, 0); - lean_ctor_release(x_96, 1); - x_99 = x_96; +uint8_t x_123; +x_123 = 0; +x_91 = x_123; +goto block_120; +} +block_120: +{ +if (x_91 == 0) +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; +lean_dec(x_90); +x_92 = l_Lean_Meta_getNumPostponed___rarg(x_4, x_5, x_6, x_89); +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +if (lean_is_exclusive(x_92)) { + lean_ctor_release(x_92, 0); + lean_ctor_release(x_92, 1); + x_95 = x_92; } else { - lean_dec_ref(x_96); - x_99 = lean_box(0); + lean_dec_ref(x_92); + x_95 = lean_box(0); } -x_100 = lean_nat_dec_eq(x_97, x_85); -if (x_100 == 0) +x_96 = lean_nat_dec_eq(x_93, x_85); +if (x_96 == 0) { -uint8_t x_101; -lean_dec(x_99); -x_101 = lean_nat_dec_lt(x_97, x_83); +uint8_t x_97; +lean_dec(x_95); +x_97 = lean_nat_dec_lt(x_93, x_83); lean_dec(x_83); -lean_dec(x_97); -if (x_101 == 0) +lean_dec(x_93); +if (x_97 == 0) { -lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; -x_102 = l_Lean_Meta_processPostponed_loop___closed__3; -x_103 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_102, x_3, x_4, x_5, x_6, x_98); -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_unbox(x_104); -lean_dec(x_104); -if (x_105 == 0) +lean_object* x_98; lean_object* x_99; lean_object* x_100; uint8_t x_101; +x_98 = l_Lean_Meta_processPostponed_loop___closed__3; +x_99 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_98, x_3, x_4, x_5, x_6, x_94); +x_100 = lean_ctor_get(x_99, 0); +lean_inc(x_100); +x_101 = lean_unbox(x_100); +lean_dec(x_100); +if (x_101 == 0) { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_106 = lean_ctor_get(x_103, 1); -lean_inc(x_106); -if (lean_is_exclusive(x_103)) { - lean_ctor_release(x_103, 0); - lean_ctor_release(x_103, 1); - x_107 = x_103; +x_102 = lean_ctor_get(x_99, 1); +lean_inc(x_102); +if (lean_is_exclusive(x_99)) { + lean_ctor_release(x_99, 0); + lean_ctor_release(x_99, 1); + x_103 = x_99; } else { - lean_dec_ref(x_103); - x_107 = lean_box(0); + lean_dec_ref(x_99); + x_103 = lean_box(0); } -x_108 = lean_box(x_1); -if (lean_is_scalar(x_107)) { - x_109 = lean_alloc_ctor(0, 2, 0); +x_104 = lean_box(x_1); +if (lean_is_scalar(x_103)) { + x_105 = lean_alloc_ctor(0, 2, 0); } else { - x_109 = x_107; + x_105 = x_103; } -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_109, 1, x_106); -return x_109; +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_102); +return x_105; } else { -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; -x_110 = lean_ctor_get(x_103, 1); -lean_inc(x_110); -lean_dec(x_103); -x_111 = l_Lean_Meta_processPostponed_loop___closed__5; -x_112 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_102, x_111, x_3, x_4, x_5, x_6, x_110); +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_106 = lean_ctor_get(x_99, 1); +lean_inc(x_106); +lean_dec(x_99); +x_107 = l_Lean_Meta_processPostponed_loop___closed__5; +x_108 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_98, x_107, x_3, x_4, x_5, x_6, x_106); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_113 = lean_ctor_get(x_112, 1); -lean_inc(x_113); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - x_114 = x_112; +x_109 = lean_ctor_get(x_108, 1); +lean_inc(x_109); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_110 = x_108; } else { - lean_dec_ref(x_112); - x_114 = lean_box(0); + lean_dec_ref(x_108); + x_110 = lean_box(0); } -x_115 = lean_box(x_1); -if (lean_is_scalar(x_114)) { - x_116 = lean_alloc_ctor(0, 2, 0); +x_111 = lean_box(x_1); +if (lean_is_scalar(x_110)) { + x_112 = lean_alloc_ctor(0, 2, 0); } else { - x_116 = x_114; + x_112 = x_110; } -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_113); -return x_116; +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_109); +return x_112; } } else { -x_7 = x_98; +x_7 = x_94; goto _start; } } else { -uint8_t x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_97); +uint8_t x_114; lean_object* x_115; lean_object* x_116; +lean_dec(x_93); lean_dec(x_83); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_118 = 1; -x_119 = lean_box(x_118); -if (lean_is_scalar(x_99)) { - x_120 = lean_alloc_ctor(0, 2, 0); +x_114 = 1; +x_115 = lean_box(x_114); +if (lean_is_scalar(x_95)) { + x_116 = lean_alloc_ctor(0, 2, 0); } else { - x_120 = x_99; + x_116 = x_95; } -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_98); -return x_120; +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_94); +return x_116; +} +} +else +{ +uint8_t x_117; lean_object* x_118; lean_object* x_119; +lean_dec(x_83); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_117 = 0; +x_118 = lean_box(x_117); +if (lean_is_scalar(x_90)) { + x_119 = lean_alloc_ctor(0, 2, 0); +} else { + x_119 = x_90; +} +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_89); +return x_119; } } } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_dec(x_83); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_121 = lean_ctor_get(x_87, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_87, 1); -lean_inc(x_122); +x_124 = lean_ctor_get(x_87, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_87, 1); +lean_inc(x_125); if (lean_is_exclusive(x_87)) { lean_ctor_release(x_87, 0); lean_ctor_release(x_87, 1); - x_123 = x_87; + x_126 = x_87; } else { lean_dec_ref(x_87); - x_123 = lean_box(0); + x_126 = lean_box(0); } -if (lean_is_scalar(x_123)) { - x_124 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_126)) { + x_127 = lean_alloc_ctor(1, 2, 0); } else { - x_124 = x_123; + x_127 = x_126; } -lean_ctor_set(x_124, 0, x_121); -lean_ctor_set(x_124, 1, x_122); -return x_124; +lean_ctor_set(x_127, 0, x_124); +lean_ctor_set(x_127, 1, x_125); +return x_127; } } else { -uint8_t x_125; lean_object* x_126; lean_object* x_127; +uint8_t x_128; lean_object* x_129; lean_object* x_130; lean_dec(x_83); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_125 = 1; -x_126 = lean_box(x_125); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_84); -return x_127; +x_128 = 1; +x_129 = lean_box(x_128); +x_130 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_130, 0, x_129); +lean_ctor_set(x_130, 1, x_84); +return x_130; } } } @@ -32798,187 +33674,201 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1(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; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_55; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_55 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_55 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_56; +x_56 = 1; +x_13 = x_56; +goto block_54; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); +uint8_t x_57; +x_57 = 0; +x_13 = x_57; +goto block_54; +} +block_54: +{ +if (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_7, 5); +lean_inc(x_14); +x_15 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__1), 6, 1); -lean_closure_set(x_20, 0, x_3); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__1), 6, 1); +lean_closure_set(x_18, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(x_20, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_21) == 0) +x_19 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_21, 0); +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_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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); +lean_dec(x_20); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_24); -x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_22); +x_24 = lean_apply_6(x_2, x_22, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_24) == 0) { -if (lean_obj_tag(x_25) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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 = lean_box(0); -x_30 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +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 = lean_box(0); +x_28 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_16, x_1, x_14, x_4, x_22, x_25, x_27, x_5, x_6, x_7, x_8, x_26); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_30; +lean_dec(x_22); +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_31 = lean_ctor_get(x_26, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; double 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_object* x_42; lean_object* x_43; lean_object* x_44; +x_29 = lean_ctor_get(x_24, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = lean_ctor_get(x_23, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_ctor_get(x_25, 0); -lean_inc(x_33); -lean_dec(x_25); -x_34 = lean_unbox_float(x_33); -lean_dec(x_33); -x_35 = lean_float_to_string(x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_23); +x_32 = lean_unbox_float(x_31); +lean_dec(x_31); +x_33 = lean_float_to_string(x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__2; +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4; 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_withTraceNode___at_Lean_Meta_processPostponed___spec__1___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_29); +x_41 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__3___closed__1; x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_31); -x_43 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___lambda__3___closed__1; -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 = lean_box(0); -x_46 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_box(0); +x_44 = l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1___lambda__2(x_16, x_1, x_14, x_4, x_22, x_42, x_43, x_5, x_6, x_7, x_8, x_30); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_46; +lean_dec(x_22); +return x_44; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_18); +uint8_t x_45; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_16); +lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_26); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_26; +return x_24; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_26, 0); -x_49 = lean_ctor_get(x_26, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_26); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_49; lean_dec(x_16); +lean_dec(x_14); 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_51 = !lean_is_exclusive(x_21); -if (x_51 == 0) +x_49 = !lean_is_exclusive(x_19); +if (x_49 == 0) { -return x_21; +return x_19; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_21, 0); -x_53 = lean_ctor_get(x_21, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_21); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_19, 0); +x_51 = lean_ctor_get(x_19, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_19); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } } +else +{ +lean_object* x_53; +lean_dec(x_2); +lean_dec(x_1); +x_53 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_53; +} +} } } static lean_object* _init_l_Lean_Meta_processPostponed___lambda__1___closed__1() { @@ -36335,7 +37225,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -36345,73 +37235,73 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____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_Meta_Basic___hyg_18921____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__2; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____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_Meta_Basic___hyg_18921____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__3; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____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_Meta_Basic___hyg_18921____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__4; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5; +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__5; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Basic___hyg_2751____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7() { +static lean_object* _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6; -x_2 = lean_unsigned_to_nat(18921u); +x_1 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__6; +x_2 = lean_unsigned_to_nat(18914u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914_(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_processPostponed_loop___closed__3; x_3 = 0; -x_4 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7; +x_4 = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__7; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -36848,21 +37738,21 @@ l_Lean_Meta_processPostponed___lambda__1___closed__3 = _init_l_Lean_Meta_process lean_mark_persistent(l_Lean_Meta_processPostponed___lambda__1___closed__3); l_Lean_Meta_processPostponed___lambda__1___closed__4 = _init_l_Lean_Meta_processPostponed___lambda__1___closed__4(); lean_mark_persistent(l_Lean_Meta_processPostponed___lambda__1___closed__4); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__1); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__2); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__3); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__4); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__5); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__6); -l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921____closed__7); -res = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18921_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__1 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__1); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__2 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__2); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__3 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__3); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__4 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__4); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__5 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__5); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__6 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__6); +l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__7 = _init_l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__7(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914____closed__7); +res = l_Lean_initFn____x40_Lean_Meta_Basic___hyg_18914_(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/Check.c b/stage0/stdlib/Lean/Meta/Check.c index bc98ec0c37b0..7fa1e2d507d1 100644 --- a/stage0/stdlib/Lean/Meta/Check.c +++ b/stage0/stdlib/Lean/Meta/Check.c @@ -18,30 +18,28 @@ static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____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_throwLetTypeMismatchMessage___rarg___closed__8; lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg___lambda__1___closed__3; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__3; static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___lambda__1___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__13; lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); lean_object* l_Lean_indentD(lean_object*); double lean_float_div(double, double); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwLetTypeMismatchMessage___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_Lean_Meta_addPPExplicitToExposeDiff_visit___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_throwLetTypeMismatchMessage___rarg___closed__10; static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__3; LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__2(lean_object*); uint8_t l_Lean_Expr_isApp(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkConstant(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -62,7 +60,6 @@ lean_object* l_Lean_Expr_fvarId_x21(lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__2; static lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___closed__1; static lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__1___rarg___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5; static lean_object* l_Lean_Meta_check___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -73,32 +70,29 @@ static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___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_Meta_lambdaLetTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__2___rarg(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_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__2; lean_object* l_Lean_Meta_throwFunctionExpected___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__7(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_isTypeCorrect(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwAppTypeMismatch___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234_(lean_object*); static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff___closed__3; size_t lean_usize_of_nat(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__9; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__4(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_ensureType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_local_ctx_find(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__8; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__8(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__9; static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_throwLetTypeMismatchMessage(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -119,7 +113,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_throwAppTypeMismatch(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg___lambda__1___closed__4; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__8; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwAppTypeMismatch___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -136,6 +130,7 @@ lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean LEAN_EXPORT lean_object* l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__2(lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__14; uint8_t lean_expr_equal(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -145,10 +140,12 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___l LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_visit___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_Meta_Check_0__Lean_Meta_checkAux_checkForall___lambda__1(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_Meta_check___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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__2; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Meta_throwIncorrectNumberOfLevels___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__12; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); @@ -159,17 +156,18 @@ extern lean_object* l_Lean_crossEmoji; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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_initFn____x40_Lean_Meta_Check___hyg_3238____closed__10; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4; static lean_object* l_Lean_Meta_addPPExplicitToExposeDiff___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__5; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__3; static lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg___lambda__1___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkLambdaLet(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__12; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_float_to_string(double); static lean_object* l_Lean_Meta_check___lambda__1___closed__4; @@ -190,19 +188,21 @@ uint8_t l_Lean_KVMap_getBool(lean_object*, lean_object*, uint8_t); 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_LocalDecl_type(lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238_(lean_object*); static lean_object* l_Lean_Meta_check___lambda__1___closed__6; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_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_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__11; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux___spec__1(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); static double l_Lean_withSeconds___at_Lean_Meta_check___spec__3___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_throwAppTypeMismatch___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_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*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1(lean_object*, 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_Check___hyg_3234____closed__7; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_check___spec__6(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux___spec__1___boxed(lean_object*); @@ -226,19 +226,19 @@ static lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg___closed__2; lean_object* lean_array_get_size(lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__4; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall___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_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__6; static lean_object* l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_checkAux_checkForall(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_Meta_addPPExplicitToExposeDiff_visit___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_Check___hyg_3238____closed__7; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg___closed__3; LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_throwLetTypeMismatchMessage___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_check___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_processPostponed___spec__6(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_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Check_0__Lean_Meta_ensureType(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: { @@ -1870,48 +1870,49 @@ x_2 = l_Lean_Expr_sort___override(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_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; -x_14 = l_Lean_Meta_addPPExplicitToExposeDiff_visit___lambda__1___closed__1; +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_13 = l_Lean_Meta_addPPExplicitToExposeDiff_visit___lambda__1___closed__1; lean_inc(x_1); -x_15 = lean_mk_array(x_1, x_14); -x_16 = lean_unsigned_to_nat(1u); -x_17 = lean_nat_sub(x_1, x_16); +x_14 = lean_mk_array(x_1, x_13); +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_nat_sub(x_1, x_15); lean_dec(x_1); -x_18 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_15, x_17); -lean_inc(x_3); -x_19 = lean_mk_array(x_3, x_14); -x_20 = lean_nat_sub(x_3, x_16); -lean_dec(x_3); -x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_4, x_19, x_20); -lean_inc(x_12); +x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_14, x_16); +x_18 = lean_unsigned_to_nat(0u); +x_19 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_18); +lean_inc(x_19); +x_20 = lean_mk_array(x_19, x_13); +x_21 = lean_nat_sub(x_19, x_15); +lean_dec(x_19); +x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_3, x_20, x_21); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_21); -lean_inc(x_18); -x_22 = l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f(x_7, x_18, x_21, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_22) == 0) -{ -lean_object* x_23; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); +lean_inc(x_8); +lean_inc(x_22); +lean_inc(x_17); +x_23 = l_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_x3f(x_6, x_17, x_22, x_8, x_9, x_10, x_11, x_12); 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_22, 1); +lean_object* x_24; +x_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_array_get_size(x_18); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_18); -lean_ctor_set(x_26, 1, x_21); -x_27 = lean_unsigned_to_nat(0u); +if (lean_obj_tag(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, 1); lean_inc(x_25); -x_28 = l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__1(x_25, x_27, x_25, x_16, x_26, x_9, x_10, x_11, x_12, x_24); -lean_dec(x_25); +lean_dec(x_23); +x_26 = lean_array_get_size(x_17); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_17); +lean_ctor_set(x_27, 1, x_22); +lean_inc(x_26); +x_28 = l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__1(x_26, x_18, x_26, x_15, x_27, x_8, x_9, x_10, x_11, x_25); +lean_dec(x_26); if (lean_obj_tag(x_28) == 0) { uint8_t x_29; @@ -1925,8 +1926,8 @@ lean_inc(x_31); x_32 = lean_ctor_get(x_30, 1); lean_inc(x_32); lean_dec(x_30); -x_33 = l_Lean_mkAppN(x_5, x_31); -x_34 = l_Lean_mkAppN(x_6, x_32); +x_33 = l_Lean_mkAppN(x_4, x_31); +x_34 = l_Lean_mkAppN(x_5, x_32); x_35 = l_Lean_Expr_setAppPPExplicit(x_33); x_36 = l_Lean_Expr_setAppPPExplicit(x_34); x_37 = lean_alloc_ctor(0, 2, 0); @@ -1948,8 +1949,8 @@ lean_inc(x_40); x_41 = lean_ctor_get(x_38, 1); lean_inc(x_41); lean_dec(x_38); -x_42 = l_Lean_mkAppN(x_5, x_40); -x_43 = l_Lean_mkAppN(x_6, x_41); +x_42 = l_Lean_mkAppN(x_4, x_40); +x_43 = l_Lean_mkAppN(x_5, x_41); x_44 = l_Lean_Expr_setAppPPExplicit(x_42); x_45 = l_Lean_Expr_setAppPPExplicit(x_43); x_46 = lean_alloc_ctor(0, 2, 0); @@ -1964,8 +1965,8 @@ return x_47; else { uint8_t x_48; -lean_dec(x_6); lean_dec(x_5); +lean_dec(x_4); x_48 = !lean_is_exclusive(x_28); if (x_48 == 0) { @@ -1989,20 +1990,20 @@ return x_51; else { lean_object* x_52; uint8_t x_53; -lean_dec(x_21); -lean_dec(x_18); -lean_dec(x_12); +lean_dec(x_22); +lean_dec(x_17); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_52 = lean_ctor_get(x_23, 0); +lean_dec(x_8); +x_52 = lean_ctor_get(x_24, 0); lean_inc(x_52); -lean_dec(x_23); -x_53 = !lean_is_exclusive(x_22); +lean_dec(x_24); +x_53 = !lean_is_exclusive(x_23); if (x_53 == 0) { lean_object* x_54; uint8_t x_55; -x_54 = lean_ctor_get(x_22, 0); +x_54 = lean_ctor_get(x_23, 0); lean_dec(x_54); x_55 = !lean_is_exclusive(x_52); if (x_55 == 0) @@ -2010,12 +2011,12 @@ if (x_55 == 0) lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; x_56 = lean_ctor_get(x_52, 0); x_57 = lean_ctor_get(x_52, 1); -x_58 = l_Lean_mkAppN(x_5, x_56); -x_59 = l_Lean_mkAppN(x_6, x_57); +x_58 = l_Lean_mkAppN(x_4, x_56); +x_59 = l_Lean_mkAppN(x_5, x_57); lean_ctor_set(x_52, 1, x_59); lean_ctor_set(x_52, 0, x_58); -lean_ctor_set(x_22, 0, x_52); -return x_22; +lean_ctor_set(x_23, 0, x_52); +return x_23; } else { @@ -2025,21 +2026,21 @@ x_61 = lean_ctor_get(x_52, 1); lean_inc(x_61); lean_inc(x_60); lean_dec(x_52); -x_62 = l_Lean_mkAppN(x_5, x_60); -x_63 = l_Lean_mkAppN(x_6, x_61); +x_62 = l_Lean_mkAppN(x_4, x_60); +x_63 = l_Lean_mkAppN(x_5, x_61); x_64 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_64, 0, x_62); lean_ctor_set(x_64, 1, x_63); -lean_ctor_set(x_22, 0, x_64); -return x_22; +lean_ctor_set(x_23, 0, x_64); +return x_23; } } 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; -x_65 = lean_ctor_get(x_22, 1); +x_65 = lean_ctor_get(x_23, 1); lean_inc(x_65); -lean_dec(x_22); +lean_dec(x_23); x_66 = lean_ctor_get(x_52, 0); lean_inc(x_66); x_67 = lean_ctor_get(x_52, 1); @@ -2052,8 +2053,8 @@ if (lean_is_exclusive(x_52)) { lean_dec_ref(x_52); x_68 = lean_box(0); } -x_69 = l_Lean_mkAppN(x_5, x_66); -x_70 = l_Lean_mkAppN(x_6, x_67); +x_69 = l_Lean_mkAppN(x_4, x_66); +x_70 = l_Lean_mkAppN(x_5, x_67); if (lean_is_scalar(x_68)) { x_71 = lean_alloc_ctor(0, 2, 0); } else { @@ -2071,27 +2072,27 @@ return x_72; else { uint8_t x_73; -lean_dec(x_21); -lean_dec(x_18); -lean_dec(x_12); +lean_dec(x_22); +lean_dec(x_17); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_6); +lean_dec(x_8); lean_dec(x_5); -x_73 = !lean_is_exclusive(x_22); +lean_dec(x_4); +x_73 = !lean_is_exclusive(x_23); if (x_73 == 0) { -return x_22; +return x_23; } else { lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_22, 0); -x_75 = lean_ctor_get(x_22, 1); +x_74 = lean_ctor_get(x_23, 0); +x_75 = lean_ctor_get(x_23, 1); lean_inc(x_75); lean_inc(x_74); -lean_dec(x_22); +lean_dec(x_23); x_76 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_76, 0, x_74); lean_ctor_set(x_76, 1, x_75); @@ -2103,293 +2104,325 @@ return x_76; LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit(lean_object* x_1, 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; -x_8 = l_Lean_Expr_isApp(x_1); -if (x_8 == 0) +uint8_t x_8; uint8_t x_63; +x_63 = l_Lean_Expr_isApp(x_1); +if (x_63 == 0) { -lean_object* x_9; lean_object* x_10; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_1); -lean_ctor_set(x_9, 1, x_2); -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; +uint8_t x_64; +x_64 = 1; +x_8 = x_64; +goto block_62; } else { -uint8_t x_11; -x_11 = l_Lean_Expr_isApp(x_2); -if (x_11 == 0) +uint8_t x_65; +x_65 = l_Lean_Expr_isApp(x_2); +if (x_65 == 0) { -lean_object* x_12; lean_object* x_13; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_1); -lean_ctor_set(x_12, 1, x_2); -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; +uint8_t x_66; +x_66 = 1; +x_8 = x_66; +goto block_62; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = lean_unsigned_to_nat(0u); -x_15 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_14); -x_16 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_14); -x_17 = lean_nat_dec_eq(x_15, x_16); -if (x_17 == 0) +uint8_t x_67; +x_67 = 0; +x_8 = x_67; +goto block_62; +} +} +block_62: { -lean_object* x_18; lean_object* x_19; -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_1); -lean_ctor_set(x_18, 1, x_2); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_7); -return x_19; +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_56; uint8_t x_57; +x_9 = lean_unsigned_to_nat(0u); +x_10 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_9); +x_56 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_9); +x_57 = lean_nat_dec_eq(x_10, x_56); +lean_dec(x_56); +if (x_57 == 0) +{ +uint8_t x_58; +x_58 = 1; +x_11 = x_58; +goto block_55; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = l_Lean_Expr_getAppFn(x_1); -x_21 = l_Lean_Expr_getAppFn(x_2); +uint8_t x_59; +x_59 = 0; +x_11 = x_59; +goto block_55; +} +block_55: +{ +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = l_Lean_Expr_getAppFn(x_1); +x_13 = l_Lean_Expr_getAppFn(x_2); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_21); -lean_inc(x_20); -x_22 = l_Lean_Meta_isExprDefEq(x_20, x_21, x_3, x_4, x_5, x_6, x_7); -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_inc(x_13); +lean_inc(x_12); +x_14 = l_Lean_Meta_isExprDefEq(x_12, x_13, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_14) == 0) { -uint8_t x_25; -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_16); +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_44; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_ctor_get(x_14, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_17 = x_14; +} else { + lean_dec_ref(x_14); + x_17 = lean_box(0); +} +x_44 = lean_unbox(x_15); lean_dec(x_15); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_25 = !lean_is_exclusive(x_22); -if (x_25 == 0) +if (x_44 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_22, 0); -lean_dec(x_26); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_1); -lean_ctor_set(x_27, 1, x_2); -lean_ctor_set(x_22, 0, x_27); -return x_22; +uint8_t x_45; +x_45 = 1; +x_18 = x_45; +goto block_43; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_22, 1); -lean_inc(x_28); -lean_dec(x_22); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_1); -lean_ctor_set(x_29, 1, x_2); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -return x_30; -} +uint8_t x_46; +x_46 = 0; +x_18 = x_46; +goto block_43; } -else +block_43: { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_22, 1); -lean_inc(x_31); -lean_dec(x_22); +if (x_18 == 0) +{ +lean_object* x_19; +lean_dec(x_17); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_20); -x_32 = lean_infer_type(x_20, x_3, x_4, x_5, x_6, x_31); -if (lean_obj_tag(x_32) == 0) +lean_inc(x_12); +x_19 = lean_infer_type(x_12, x_3, x_4, x_5, x_6, x_16); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -lean_inc(x_15); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_15); +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_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); +lean_inc(x_21); +lean_dec(x_19); +lean_inc(x_10); +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_10); lean_inc(x_2); lean_inc(x_1); -x_36 = lean_alloc_closure((void*)(l_Lean_Meta_addPPExplicitToExposeDiff_visit___lambda__1___boxed), 13, 6); -lean_closure_set(x_36, 0, x_15); -lean_closure_set(x_36, 1, x_1); -lean_closure_set(x_36, 2, x_16); -lean_closure_set(x_36, 3, x_2); -lean_closure_set(x_36, 4, x_20); -lean_closure_set(x_36, 5, x_21); -x_37 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_33, x_35, x_36, x_3, x_4, x_5, x_6, x_34); -if (lean_obj_tag(x_37) == 0) +x_23 = lean_alloc_closure((void*)(l_Lean_Meta_addPPExplicitToExposeDiff_visit___lambda__1___boxed), 12, 5); +lean_closure_set(x_23, 0, x_10); +lean_closure_set(x_23, 1, x_1); +lean_closure_set(x_23, 2, x_2); +lean_closure_set(x_23, 3, x_12); +lean_closure_set(x_23, 4, x_13); +x_24 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_20, x_22, x_23, x_3, x_4, x_5, x_6, x_21); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_38; +uint8_t x_25; lean_dec(x_2); lean_dec(x_1); -x_38 = !lean_is_exclusive(x_37); -if (x_38 == 0) +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -return x_37; +return x_24; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_37, 0); -x_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_37); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_24); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_26); +lean_ctor_set(x_28, 1, x_27); +return x_28; } } else { -uint8_t x_42; -x_42 = !lean_is_exclusive(x_37); -if (x_42 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_24); +if (x_29 == 0) { -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_37, 0); -lean_dec(x_43); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_1); -lean_ctor_set(x_44, 1, x_2); -lean_ctor_set_tag(x_37, 0); -lean_ctor_set(x_37, 0, x_44); -return x_37; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_24, 0); +lean_dec(x_30); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_1); +lean_ctor_set(x_31, 1, x_2); +lean_ctor_set_tag(x_24, 0); +lean_ctor_set(x_24, 0, x_31); +return x_24; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -lean_dec(x_37); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_1); -lean_ctor_set(x_46, 1, x_2); -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; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_24, 1); +lean_inc(x_32); +lean_dec(x_24); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_1); +lean_ctor_set(x_33, 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_32); +return x_34; } } } else { -uint8_t x_48; -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_16); -lean_dec(x_15); +uint8_t x_35; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_48 = !lean_is_exclusive(x_32); -if (x_48 == 0) +x_35 = !lean_is_exclusive(x_19); +if (x_35 == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_32, 0); -lean_dec(x_49); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_1); -lean_ctor_set(x_50, 1, x_2); -lean_ctor_set_tag(x_32, 0); -lean_ctor_set(x_32, 0, x_50); -return x_32; +lean_object* x_36; lean_object* x_37; +x_36 = lean_ctor_get(x_19, 0); +lean_dec(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_2); +lean_ctor_set_tag(x_19, 0); +lean_ctor_set(x_19, 0, x_37); +return x_19; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_32, 1); -lean_inc(x_51); -lean_dec(x_32); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_1); -lean_ctor_set(x_52, 1, x_2); -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; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_19, 1); +lean_inc(x_38); +lean_dec(x_19); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_1); +lean_ctor_set(x_39, 1, x_2); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +return x_40; } } } +else +{ +lean_object* x_41; lean_object* x_42; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_1); +lean_ctor_set(x_41, 1, x_2); +if (lean_is_scalar(x_17)) { + x_42 = lean_alloc_ctor(0, 2, 0); +} else { + x_42 = x_17; +} +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_16); +return x_42; +} +} } else { -uint8_t x_54; -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_16); -lean_dec(x_15); +uint8_t x_47; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_54 = !lean_is_exclusive(x_22); -if (x_54 == 0) +x_47 = !lean_is_exclusive(x_14); +if (x_47 == 0) { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_22, 0); -lean_dec(x_55); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_1); -lean_ctor_set(x_56, 1, x_2); -lean_ctor_set_tag(x_22, 0); -lean_ctor_set(x_22, 0, x_56); -return x_22; +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_14, 0); +lean_dec(x_48); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_1); +lean_ctor_set(x_49, 1, x_2); +lean_ctor_set_tag(x_14, 0); +lean_ctor_set(x_14, 0, x_49); +return x_14; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_22, 1); -lean_inc(x_57); -lean_dec(x_22); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_1); -lean_ctor_set(x_58, 1, x_2); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_57); -return x_59; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_14, 1); +lean_inc(x_50); +lean_dec(x_14); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_1); +lean_ctor_set(x_51, 1, x_2); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_50); +return x_52; +} +} +} +else +{ +lean_object* x_53; lean_object* x_54; +lean_dec(x_10); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_1); +lean_ctor_set(x_53, 1, x_2); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_7); +return x_54; } } } +else +{ +lean_object* x_60; lean_object* x_61; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_1); +lean_ctor_set(x_60, 1, x_2); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_7); +return x_61; } } } @@ -3147,14 +3180,14 @@ lean_dec(x_3); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_EXPORT lean_object* l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_14; -x_14 = l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_8); +lean_object* x_13; +x_13 = l_Lean_Meta_addPPExplicitToExposeDiff_visit___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_7); -return x_14; +lean_dec(x_6); +return x_13; } } LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_addPPExplicitToExposeDiff_hasExplicitDiff_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_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) { @@ -7505,186 +7538,200 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_check___spec__1(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; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_55; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_55 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_55 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_56; +x_56 = 1; +x_13 = x_56; +goto block_54; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); +uint8_t x_57; +x_57 = 0; +x_13 = x_57; +goto block_54; +} +block_54: +{ +if (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_7, 5); +lean_inc(x_14); +x_15 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__1), 6, 1); -lean_closure_set(x_20, 0, x_3); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__1), 6, 1); +lean_closure_set(x_18, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Lean_withOptProfile___at_Lean_Meta_check___spec__2(x_20, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_21) == 0) +x_19 = l_Lean_withOptProfile___at_Lean_Meta_check___spec__2(x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_21, 0); +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_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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); +lean_dec(x_20); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_24); -x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_22); +x_24 = lean_apply_6(x_2, x_22, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_24) == 0) { -if (lean_obj_tag(x_25) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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 = lean_box(0); -x_30 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +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 = lean_box(0); +x_28 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_16, x_1, x_14, x_4, x_22, x_25, x_27, x_5, x_6, x_7, x_8, x_26); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_30; +lean_dec(x_22); +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_31 = lean_ctor_get(x_26, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; double 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_object* x_42; lean_object* x_43; lean_object* x_44; +x_29 = lean_ctor_get(x_24, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = lean_ctor_get(x_23, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_ctor_get(x_25, 0); -lean_inc(x_33); -lean_dec(x_25); -x_34 = lean_unbox_float(x_33); -lean_dec(x_33); -x_35 = lean_float_to_string(x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_23); +x_32 = lean_unbox_float(x_31); +lean_dec(x_31); +x_33 = lean_float_to_string(x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__2; +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___closed__4; 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_withTraceNode___at_Lean_Meta_check___spec__1___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_29); +x_41 = l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__12; x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_31); -x_43 = l_Lean_Meta_throwLetTypeMismatchMessage___rarg___closed__12; -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 = lean_box(0); -x_46 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_box(0); +x_44 = l_Lean_withTraceNode___at_Lean_Meta_check___spec__1___lambda__2(x_16, x_1, x_14, x_4, x_22, x_42, x_43, x_5, x_6, x_7, x_8, x_30); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_46; +lean_dec(x_22); +return x_44; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_18); +uint8_t x_45; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_16); +lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_26); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_26; +return x_24; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_26, 0); -x_49 = lean_ctor_get(x_26, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_26); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_49; lean_dec(x_16); +lean_dec(x_14); 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_51 = !lean_is_exclusive(x_21); -if (x_51 == 0) +x_49 = !lean_is_exclusive(x_19); +if (x_49 == 0) { -return x_21; +return x_19; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_21, 0); -x_53 = lean_ctor_get(x_21, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_21); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_19, 0); +x_51 = lean_ctor_get(x_19, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_19); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} } } +else +{ +lean_object* x_53; +lean_dec(x_2); +lean_dec(x_1); +x_53 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_53; +} } } } @@ -8281,7 +8328,7 @@ return x_23; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__1() { _start: { lean_object* x_1; @@ -8289,27 +8336,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____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_Check___hyg_3234____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____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_Check___hyg_3234____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__2; x_2 = l_Lean_Meta_check___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_Check___hyg_3234____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__4() { _start: { lean_object* x_1; @@ -8317,17 +8364,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__4; 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_Check___hyg_3234____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__6() { _start: { lean_object* x_1; @@ -8335,37 +8382,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__6; 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_Check___hyg_3234____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____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_Check___hyg_3234____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__8; x_2 = l_Lean_Meta_check___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_Check___hyg_3234____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__10() { _start: { lean_object* x_1; @@ -8373,17 +8420,17 @@ x_1 = lean_mk_string_from_bytes("Check", 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____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_Check___hyg_3234____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__12() { _start: { lean_object* x_1; @@ -8391,33 +8438,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__12; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__11; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__12; 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_Check___hyg_3234____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__13; -x_2 = lean_unsigned_to_nat(3234u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__13; +x_2 = lean_unsigned_to_nat(3238u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238_(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_check___closed__3; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__14; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -8534,35 +8581,35 @@ l_Lean_Meta_check___closed__2 = _init_l_Lean_Meta_check___closed__2(); lean_mark_persistent(l_Lean_Meta_check___closed__2); l_Lean_Meta_check___closed__3 = _init_l_Lean_Meta_check___closed__3(); lean_mark_persistent(l_Lean_Meta_check___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234____closed__14); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3234_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238____closed__14); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Check___hyg_3238_(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/Closure.c b/stage0/stdlib/Lean/Meta/Closure.c index 313867d7dade..14d4e1edaf52 100644 --- a/stage0/stdlib/Lean/Meta/Closure.c +++ b/stage0/stdlib/Lean/Meta/Closure.c @@ -15,8 +15,8 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_preprocess___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_Meta_Closure_process___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_collectLevelAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkFreshId___at_Lean_Meta_Closure_collectExprAux___spec__2___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Closure_State_levelParams___default___closed__1; @@ -76,7 +76,6 @@ size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRev___at_Lean_Meta_Closure_mkLambda___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_State_levelParams___default; size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_State_visitedExpr___default; lean_object* lean_expr_abstract(lean_object*, lean_object*); lean_object* l_Array_reverse___rarg(lean_object*); @@ -87,10 +86,10 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRev___at_Lean_Meta_Closure_mkForall___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getMaxHeight(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_pushLocalDecl___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___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_State_exprFVarArgs___default; LEAN_EXPORT lean_object* l_Lean_Meta_Closure_mkNextUserName___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Meta_Closure_collectLevelAux___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Closure_State_nextExprIdx___default; static lean_object* l_Lean_Meta_Closure_collectExprAux___closed__1; @@ -103,7 +102,6 @@ lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_obj lean_object* l_Lean_Meta_getZetaFVarIds___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* lean_array_pop(lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Closure_collectExprAux___closed__8; static lean_object* l_Lean_Meta_Closure_collectLevelAux___closed__7; lean_object* lean_st_mk_ref(lean_object*, lean_object*); @@ -153,6 +151,8 @@ lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Meta_Closure_collectExpr(lean_object*, uint8_t, 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_Lean_mkHashMap___at_Lean_Meta_Closure_State_visitedLevel___default___spec__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__2(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Meta_Closure_visitLevel___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_collectExprAux(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Closure_collectLevelAux___closed__5; @@ -200,6 +200,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Closure_pushFVarArg(lean_object*, uint8_t, lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); static lean_object* l_Lean_Meta_Closure_State_visitedExpr___default___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_process___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint32_t lean_uint32_add(uint32_t, uint32_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_mkBinding___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -218,7 +219,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Closure_mkNextUserName___boxed(lean_object* uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Closure_State_newLocalDecls___default; LEAN_EXPORT lean_object* l_Lean_Meta_Closure_process(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkAuxDefinition___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_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); @@ -757,45 +757,39 @@ return x_38; LEAN_EXPORT lean_object* l_Lean_Meta_Closure_visitLevel(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: { -lean_object* x_10; uint8_t x_92; -x_92 = l_Lean_Level_hasMVar(x_2); -if (x_92 == 0) -{ -uint8_t x_93; -x_93 = l_Lean_Level_hasParam(x_2); +uint8_t x_10; uint8_t x_93; +x_93 = l_Lean_Level_hasMVar(x_2); if (x_93 == 0) { -lean_object* x_94; -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_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_2); -lean_ctor_set(x_94, 1, x_9); -return x_94; +uint8_t x_94; +x_94 = l_Lean_Level_hasParam(x_2); +if (x_94 == 0) +{ +uint8_t x_95; +x_95 = 1; +x_10 = x_95; +goto block_92; } else { -lean_object* x_95; -x_95 = lean_box(0); -x_10 = x_95; -goto block_91; +uint8_t x_96; +x_96 = 0; +x_10 = x_96; +goto block_92; } } else { -lean_object* x_96; -x_96 = lean_box(0); -x_10 = x_96; -goto block_91; +uint8_t x_97; +x_97 = 0; +x_10 = x_97; +goto block_92; } -block_91: +block_92: +{ +if (x_10 == 0) { lean_object* x_11; uint8_t x_12; -lean_dec(x_10); x_11 = lean_st_ref_get(x_4, x_9); x_12 = !lean_is_exclusive(x_11); if (x_12 == 0) @@ -1131,6 +1125,21 @@ return x_90; } } } +else +{ +lean_object* x_91; +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_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_2); +lean_ctor_set(x_91, 1, x_9); +return x_91; +} +} } } LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__2___boxed(lean_object* x_1, lean_object* x_2) { @@ -1167,57 +1176,51 @@ return x_11; LEAN_EXPORT lean_object* l_Lean_Meta_Closure_visitExpr(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: { -lean_object* x_10; uint8_t x_92; -x_92 = l_Lean_Expr_hasLevelParam(x_2); -if (x_92 == 0) -{ -uint8_t x_93; -x_93 = l_Lean_Expr_hasFVar(x_2); +uint8_t x_10; uint8_t x_93; +x_93 = l_Lean_Expr_hasLevelParam(x_2); if (x_93 == 0) { uint8_t x_94; -x_94 = l_Lean_Expr_hasMVar(x_2); +x_94 = l_Lean_Expr_hasFVar(x_2); if (x_94 == 0) { -lean_object* x_95; -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_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_2); -lean_ctor_set(x_95, 1, x_9); -return x_95; -} -else +uint8_t x_95; +x_95 = l_Lean_Expr_hasMVar(x_2); +if (x_95 == 0) { -lean_object* x_96; -x_96 = lean_box(0); +uint8_t x_96; +x_96 = 1; x_10 = x_96; -goto block_91; -} +goto block_92; } else { -lean_object* x_97; -x_97 = lean_box(0); +uint8_t x_97; +x_97 = 0; x_10 = x_97; -goto block_91; +goto block_92; } } else { -lean_object* x_98; -x_98 = lean_box(0); +uint8_t x_98; +x_98 = 0; x_10 = x_98; -goto block_91; +goto block_92; +} +} +else +{ +uint8_t x_99; +x_99 = 0; +x_10 = x_99; +goto block_92; } -block_91: +block_92: +{ +if (x_10 == 0) { lean_object* x_11; uint8_t x_12; -lean_dec(x_10); x_11 = lean_st_ref_get(x_4, x_9); x_12 = !lean_is_exclusive(x_11); if (x_12 == 0) @@ -1553,6 +1556,21 @@ return x_90; } } } +else +{ +lean_object* x_91; +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_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_2); +lean_ctor_set(x_91, 1, x_9); +return x_91; +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_Closure_visitExpr___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) { @@ -1839,7 +1857,7 @@ return x_22; } case 1: { -lean_object* x_23; lean_object* x_24; uint8_t x_54; +lean_object* x_23; uint8_t x_24; uint8_t x_54; x_23 = lean_ctor_get(x_1, 0); lean_inc(x_23); x_54 = l_Lean_Level_hasMVar(x_23); @@ -1849,29 +1867,31 @@ uint8_t x_55; x_55 = l_Lean_Level_hasParam(x_23); if (x_55 == 0) { -x_9 = x_23; -x_10 = x_8; -goto block_21; +uint8_t x_56; +x_56 = 1; +x_24 = x_56; +goto block_53; } else { -lean_object* x_56; -x_56 = lean_box(0); -x_24 = x_56; +uint8_t x_57; +x_57 = 0; +x_24 = x_57; goto block_53; } } else { -lean_object* x_57; -x_57 = lean_box(0); -x_24 = x_57; +uint8_t x_58; +x_58 = 0; +x_24 = x_58; goto block_53; } block_53: { +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_dec(x_24); x_25 = lean_st_ref_get(x_3, x_8); x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); @@ -1959,640 +1979,683 @@ x_10 = x_27; goto block_21; } } +else +{ +x_9 = x_23; +x_10 = x_8; +goto block_21; +} +} } case 2: { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_117; uint8_t x_147; -x_58 = lean_ctor_get(x_1, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_1, 1); +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_119; uint8_t x_149; +x_59 = lean_ctor_get(x_1, 0); lean_inc(x_59); -x_147 = l_Lean_Level_hasMVar(x_58); -if (x_147 == 0) +x_60 = lean_ctor_get(x_1, 1); +lean_inc(x_60); +x_149 = l_Lean_Level_hasMVar(x_59); +if (x_149 == 0) { -uint8_t x_148; -x_148 = l_Lean_Level_hasParam(x_58); -if (x_148 == 0) +uint8_t x_150; +x_150 = l_Lean_Level_hasParam(x_59); +if (x_150 == 0) { -x_60 = x_58; -x_61 = x_8; -goto block_116; +uint8_t x_151; +x_151 = 1; +x_119 = x_151; +goto block_148; } else { -lean_object* x_149; -x_149 = lean_box(0); -x_117 = x_149; -goto block_146; +uint8_t x_152; +x_152 = 0; +x_119 = x_152; +goto block_148; } } else { -lean_object* x_150; -x_150 = lean_box(0); -x_117 = x_150; -goto block_146; +uint8_t x_153; +x_153 = 0; +x_119 = x_153; +goto block_148; } -block_116: -{ -lean_object* x_62; lean_object* x_63; lean_object* x_82; uint8_t x_112; -x_112 = l_Lean_Level_hasMVar(x_59); -if (x_112 == 0) +block_118: { -uint8_t x_113; -x_113 = l_Lean_Level_hasParam(x_59); +lean_object* x_63; lean_object* x_64; uint8_t x_83; uint8_t x_113; +x_113 = l_Lean_Level_hasMVar(x_60); if (x_113 == 0) { -x_62 = x_59; -x_63 = x_61; -goto block_81; +uint8_t x_114; +x_114 = l_Lean_Level_hasParam(x_60); +if (x_114 == 0) +{ +uint8_t x_115; +x_115 = 1; +x_83 = x_115; +goto block_112; } else { -lean_object* x_114; -x_114 = lean_box(0); -x_82 = x_114; -goto block_111; +uint8_t x_116; +x_116 = 0; +x_83 = x_116; +goto block_112; } } else { -lean_object* x_115; -x_115 = lean_box(0); -x_82 = x_115; -goto block_111; +uint8_t x_117; +x_117 = 0; +x_83 = x_117; +goto block_112; } -block_81: +block_82: { if (lean_obj_tag(x_1) == 2) { -lean_object* x_64; lean_object* x_65; size_t x_66; size_t x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_1, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_1, 1); +lean_object* x_65; lean_object* x_66; size_t x_67; size_t x_68; uint8_t x_69; +x_65 = lean_ctor_get(x_1, 0); lean_inc(x_65); -x_66 = lean_ptr_addr(x_64); -lean_dec(x_64); -x_67 = lean_ptr_addr(x_60); -x_68 = lean_usize_dec_eq(x_66, x_67); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; +x_66 = lean_ctor_get(x_1, 1); +lean_inc(x_66); +x_67 = lean_ptr_addr(x_65); lean_dec(x_65); +x_68 = lean_ptr_addr(x_61); +x_69 = lean_usize_dec_eq(x_67, x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; +lean_dec(x_66); lean_dec(x_1); -x_69 = l_Lean_mkLevelMax_x27(x_60, x_62); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_63); -return x_70; +x_70 = l_Lean_mkLevelMax_x27(x_61, x_63); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_64); +return x_71; } else { -size_t x_71; size_t x_72; uint8_t x_73; -x_71 = lean_ptr_addr(x_65); -lean_dec(x_65); -x_72 = lean_ptr_addr(x_62); -x_73 = lean_usize_dec_eq(x_71, x_72); -if (x_73 == 0) +size_t x_72; size_t x_73; uint8_t x_74; +x_72 = lean_ptr_addr(x_66); +lean_dec(x_66); +x_73 = lean_ptr_addr(x_63); +x_74 = lean_usize_dec_eq(x_72, x_73); +if (x_74 == 0) { -lean_object* x_74; lean_object* x_75; +lean_object* x_75; lean_object* x_76; lean_dec(x_1); -x_74 = l_Lean_mkLevelMax_x27(x_60, x_62); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_63); -return x_75; +x_75 = l_Lean_mkLevelMax_x27(x_61, x_63); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_64); +return x_76; } else { -lean_object* x_76; lean_object* x_77; -x_76 = l_Lean_simpLevelMax_x27(x_60, x_62, x_1); +lean_object* x_77; lean_object* x_78; +x_77 = l_Lean_simpLevelMax_x27(x_61, x_63, x_1); lean_dec(x_1); -lean_dec(x_62); -lean_dec(x_60); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_77, 1, x_63); -return x_77; +lean_dec(x_63); +lean_dec(x_61); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_64); +return x_78; } } } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -lean_dec(x_62); -lean_dec(x_60); +lean_object* x_79; lean_object* x_80; lean_object* x_81; +lean_dec(x_63); +lean_dec(x_61); lean_dec(x_1); -x_78 = l_Lean_Meta_Closure_collectLevelAux___closed__7; -x_79 = l_panic___at_Lean_Level_normalize___spec__1(x_78); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_63); -return x_80; +x_79 = l_Lean_Meta_Closure_collectLevelAux___closed__7; +x_80 = l_panic___at_Lean_Level_normalize___spec__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_64); +return x_81; } } -block_111: +block_112: { -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_82); -x_83 = lean_st_ref_get(x_3, x_61); -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); +if (x_83 == 0) +{ +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_84 = lean_st_ref_get(x_3, x_62); +x_85 = lean_ctor_get(x_84, 0); lean_inc(x_85); -lean_dec(x_83); -x_86 = lean_ctor_get(x_84, 0); +x_86 = lean_ctor_get(x_84, 1); lean_inc(x_86); lean_dec(x_84); -lean_inc(x_59); -x_87 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_86, x_59); -if (lean_obj_tag(x_87) == 0) +x_87 = lean_ctor_get(x_85, 0); +lean_inc(x_87); +lean_dec(x_85); +lean_inc(x_60); +x_88 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_87, x_60); +if (lean_obj_tag(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; 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_inc(x_59); -x_88 = l_Lean_Meta_Closure_collectLevelAux(x_59, x_2, x_3, x_4, x_5, x_6, x_7, x_85); -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_88, 1); +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +lean_inc(x_60); +x_89 = l_Lean_Meta_Closure_collectLevelAux(x_60, x_2, x_3, x_4, x_5, x_6, x_7, x_86); +x_90 = lean_ctor_get(x_89, 0); lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_3, x_90); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_st_ref_take(x_3, x_91); +x_93 = lean_ctor_get(x_92, 0); lean_inc(x_93); -lean_dec(x_91); -x_94 = lean_ctor_get(x_92, 0); +x_94 = lean_ctor_get(x_92, 1); lean_inc(x_94); -lean_inc(x_89); -x_95 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_94, x_59, x_89); -x_96 = lean_ctor_get(x_92, 1); -lean_inc(x_96); -x_97 = lean_ctor_get(x_92, 2); +lean_dec(x_92); +x_95 = lean_ctor_get(x_93, 0); +lean_inc(x_95); +lean_inc(x_90); +x_96 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_95, x_60, x_90); +x_97 = lean_ctor_get(x_93, 1); lean_inc(x_97); -x_98 = lean_ctor_get(x_92, 3); +x_98 = lean_ctor_get(x_93, 2); lean_inc(x_98); -x_99 = lean_ctor_get(x_92, 4); +x_99 = lean_ctor_get(x_93, 3); lean_inc(x_99); -x_100 = lean_ctor_get(x_92, 5); +x_100 = lean_ctor_get(x_93, 4); lean_inc(x_100); -x_101 = lean_ctor_get(x_92, 6); +x_101 = lean_ctor_get(x_93, 5); lean_inc(x_101); -x_102 = lean_ctor_get(x_92, 7); +x_102 = lean_ctor_get(x_93, 6); lean_inc(x_102); -x_103 = lean_ctor_get(x_92, 8); +x_103 = lean_ctor_get(x_93, 7); lean_inc(x_103); -x_104 = lean_ctor_get(x_92, 9); +x_104 = lean_ctor_get(x_93, 8); lean_inc(x_104); -x_105 = lean_ctor_get(x_92, 10); +x_105 = lean_ctor_get(x_93, 9); lean_inc(x_105); -x_106 = lean_ctor_get(x_92, 11); +x_106 = lean_ctor_get(x_93, 10); lean_inc(x_106); -lean_dec(x_92); -x_107 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_107, 0, x_95); -lean_ctor_set(x_107, 1, x_96); -lean_ctor_set(x_107, 2, x_97); -lean_ctor_set(x_107, 3, x_98); -lean_ctor_set(x_107, 4, x_99); -lean_ctor_set(x_107, 5, x_100); -lean_ctor_set(x_107, 6, x_101); -lean_ctor_set(x_107, 7, x_102); -lean_ctor_set(x_107, 8, x_103); -lean_ctor_set(x_107, 9, x_104); -lean_ctor_set(x_107, 10, x_105); -lean_ctor_set(x_107, 11, x_106); -x_108 = lean_st_ref_set(x_3, x_107, x_93); -x_109 = lean_ctor_get(x_108, 1); -lean_inc(x_109); -lean_dec(x_108); -x_62 = x_89; -x_63 = x_109; -goto block_81; +x_107 = lean_ctor_get(x_93, 11); +lean_inc(x_107); +lean_dec(x_93); +x_108 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_108, 0, x_96); +lean_ctor_set(x_108, 1, x_97); +lean_ctor_set(x_108, 2, x_98); +lean_ctor_set(x_108, 3, x_99); +lean_ctor_set(x_108, 4, x_100); +lean_ctor_set(x_108, 5, x_101); +lean_ctor_set(x_108, 6, x_102); +lean_ctor_set(x_108, 7, x_103); +lean_ctor_set(x_108, 8, x_104); +lean_ctor_set(x_108, 9, x_105); +lean_ctor_set(x_108, 10, x_106); +lean_ctor_set(x_108, 11, x_107); +x_109 = lean_st_ref_set(x_3, x_108, x_94); +x_110 = lean_ctor_get(x_109, 1); +lean_inc(x_110); +lean_dec(x_109); +x_63 = x_90; +x_64 = x_110; +goto block_82; } else { -lean_object* x_110; -lean_dec(x_59); -x_110 = lean_ctor_get(x_87, 0); -lean_inc(x_110); -lean_dec(x_87); -x_62 = x_110; -x_63 = x_85; -goto block_81; +lean_object* x_111; +lean_dec(x_60); +x_111 = lean_ctor_get(x_88, 0); +lean_inc(x_111); +lean_dec(x_88); +x_63 = x_111; +x_64 = x_86; +goto block_82; +} +} +else +{ +x_63 = x_60; +x_64 = x_62; +goto block_82; } } } -block_146: +block_148: { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -lean_dec(x_117); -x_118 = lean_st_ref_get(x_3, x_8); -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); -x_121 = lean_ctor_get(x_119, 0); +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_120 = lean_st_ref_get(x_3, x_8); +x_121 = lean_ctor_get(x_120, 0); lean_inc(x_121); -lean_dec(x_119); -lean_inc(x_58); -x_122 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_121, x_58); -if (lean_obj_tag(x_122) == 0) +x_122 = lean_ctor_get(x_120, 1); +lean_inc(x_122); +lean_dec(x_120); +x_123 = lean_ctor_get(x_121, 0); +lean_inc(x_123); +lean_dec(x_121); +lean_inc(x_59); +x_124 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_123, x_59); +if (lean_obj_tag(x_124) == 0) { -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_inc(x_58); -x_123 = l_Lean_Meta_Closure_collectLevelAux(x_58, x_2, x_3, x_4, x_5, x_6, x_7, x_120); -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 = lean_st_ref_take(x_3, x_125); -x_127 = lean_ctor_get(x_126, 0); +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_inc(x_59); +x_125 = l_Lean_Meta_Closure_collectLevelAux(x_59, x_2, x_3, x_4, x_5, x_6, x_7, x_122); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 0); +lean_dec(x_125); +x_128 = lean_st_ref_take(x_3, x_127); +x_129 = lean_ctor_get(x_128, 0); lean_inc(x_129); -lean_inc(x_124); -x_130 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_129, x_58, x_124); -x_131 = lean_ctor_get(x_127, 1); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_ctor_get(x_129, 0); lean_inc(x_131); -x_132 = lean_ctor_get(x_127, 2); -lean_inc(x_132); -x_133 = lean_ctor_get(x_127, 3); +lean_inc(x_126); +x_132 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_131, x_59, x_126); +x_133 = lean_ctor_get(x_129, 1); lean_inc(x_133); -x_134 = lean_ctor_get(x_127, 4); +x_134 = lean_ctor_get(x_129, 2); lean_inc(x_134); -x_135 = lean_ctor_get(x_127, 5); +x_135 = lean_ctor_get(x_129, 3); lean_inc(x_135); -x_136 = lean_ctor_get(x_127, 6); +x_136 = lean_ctor_get(x_129, 4); lean_inc(x_136); -x_137 = lean_ctor_get(x_127, 7); +x_137 = lean_ctor_get(x_129, 5); lean_inc(x_137); -x_138 = lean_ctor_get(x_127, 8); +x_138 = lean_ctor_get(x_129, 6); lean_inc(x_138); -x_139 = lean_ctor_get(x_127, 9); +x_139 = lean_ctor_get(x_129, 7); lean_inc(x_139); -x_140 = lean_ctor_get(x_127, 10); +x_140 = lean_ctor_get(x_129, 8); lean_inc(x_140); -x_141 = lean_ctor_get(x_127, 11); +x_141 = lean_ctor_get(x_129, 9); lean_inc(x_141); -lean_dec(x_127); -x_142 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_142, 0, x_130); -lean_ctor_set(x_142, 1, x_131); -lean_ctor_set(x_142, 2, x_132); -lean_ctor_set(x_142, 3, x_133); -lean_ctor_set(x_142, 4, x_134); -lean_ctor_set(x_142, 5, x_135); -lean_ctor_set(x_142, 6, x_136); -lean_ctor_set(x_142, 7, x_137); -lean_ctor_set(x_142, 8, x_138); -lean_ctor_set(x_142, 9, x_139); -lean_ctor_set(x_142, 10, x_140); -lean_ctor_set(x_142, 11, x_141); -x_143 = lean_st_ref_set(x_3, x_142, x_128); -x_144 = lean_ctor_get(x_143, 1); -lean_inc(x_144); -lean_dec(x_143); -x_60 = x_124; -x_61 = x_144; -goto block_116; +x_142 = lean_ctor_get(x_129, 10); +lean_inc(x_142); +x_143 = lean_ctor_get(x_129, 11); +lean_inc(x_143); +lean_dec(x_129); +x_144 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_144, 0, x_132); +lean_ctor_set(x_144, 1, x_133); +lean_ctor_set(x_144, 2, x_134); +lean_ctor_set(x_144, 3, x_135); +lean_ctor_set(x_144, 4, x_136); +lean_ctor_set(x_144, 5, x_137); +lean_ctor_set(x_144, 6, x_138); +lean_ctor_set(x_144, 7, x_139); +lean_ctor_set(x_144, 8, x_140); +lean_ctor_set(x_144, 9, x_141); +lean_ctor_set(x_144, 10, x_142); +lean_ctor_set(x_144, 11, x_143); +x_145 = lean_st_ref_set(x_3, x_144, x_130); +x_146 = lean_ctor_get(x_145, 1); +lean_inc(x_146); +lean_dec(x_145); +x_61 = x_126; +x_62 = x_146; +goto block_118; } else { -lean_object* x_145; -lean_dec(x_58); -x_145 = lean_ctor_get(x_122, 0); -lean_inc(x_145); -lean_dec(x_122); -x_60 = x_145; -x_61 = x_120; -goto block_116; +lean_object* x_147; +lean_dec(x_59); +x_147 = lean_ctor_get(x_124, 0); +lean_inc(x_147); +lean_dec(x_124); +x_61 = x_147; +x_62 = x_122; +goto block_118; +} +} +else +{ +x_61 = x_59; +x_62 = x_8; +goto block_118; } } } case 3: { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_210; uint8_t x_240; -x_151 = lean_ctor_get(x_1, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_1, 1); -lean_inc(x_152); -x_240 = l_Lean_Level_hasMVar(x_151); -if (x_240 == 0) +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_214; uint8_t x_244; +x_154 = lean_ctor_get(x_1, 0); +lean_inc(x_154); +x_155 = lean_ctor_get(x_1, 1); +lean_inc(x_155); +x_244 = l_Lean_Level_hasMVar(x_154); +if (x_244 == 0) { -uint8_t x_241; -x_241 = l_Lean_Level_hasParam(x_151); -if (x_241 == 0) +uint8_t x_245; +x_245 = l_Lean_Level_hasParam(x_154); +if (x_245 == 0) { -x_153 = x_151; -x_154 = x_8; -goto block_209; +uint8_t x_246; +x_246 = 1; +x_214 = x_246; +goto block_243; } else { -lean_object* x_242; -x_242 = lean_box(0); -x_210 = x_242; -goto block_239; +uint8_t x_247; +x_247 = 0; +x_214 = x_247; +goto block_243; } } else { -lean_object* x_243; -x_243 = lean_box(0); -x_210 = x_243; -goto block_239; +uint8_t x_248; +x_248 = 0; +x_214 = x_248; +goto block_243; } -block_209: +block_213: { -lean_object* x_155; lean_object* x_156; lean_object* x_175; uint8_t x_205; -x_205 = l_Lean_Level_hasMVar(x_152); -if (x_205 == 0) +lean_object* x_158; lean_object* x_159; uint8_t x_178; uint8_t x_208; +x_208 = l_Lean_Level_hasMVar(x_155); +if (x_208 == 0) { -uint8_t x_206; -x_206 = l_Lean_Level_hasParam(x_152); -if (x_206 == 0) +uint8_t x_209; +x_209 = l_Lean_Level_hasParam(x_155); +if (x_209 == 0) { -x_155 = x_152; -x_156 = x_154; -goto block_174; +uint8_t x_210; +x_210 = 1; +x_178 = x_210; +goto block_207; } else { -lean_object* x_207; -x_207 = lean_box(0); -x_175 = x_207; -goto block_204; +uint8_t x_211; +x_211 = 0; +x_178 = x_211; +goto block_207; } } else { -lean_object* x_208; -x_208 = lean_box(0); -x_175 = x_208; -goto block_204; +uint8_t x_212; +x_212 = 0; +x_178 = x_212; +goto block_207; } -block_174: +block_177: { if (lean_obj_tag(x_1) == 3) { -lean_object* x_157; lean_object* x_158; size_t x_159; size_t x_160; uint8_t x_161; -x_157 = lean_ctor_get(x_1, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_1, 1); -lean_inc(x_158); -x_159 = lean_ptr_addr(x_157); -lean_dec(x_157); -x_160 = lean_ptr_addr(x_153); -x_161 = lean_usize_dec_eq(x_159, x_160); -if (x_161 == 0) -{ -lean_object* x_162; lean_object* x_163; -lean_dec(x_158); +lean_object* x_160; lean_object* x_161; size_t x_162; size_t x_163; uint8_t x_164; +x_160 = lean_ctor_get(x_1, 0); +lean_inc(x_160); +x_161 = lean_ctor_get(x_1, 1); +lean_inc(x_161); +x_162 = lean_ptr_addr(x_160); +lean_dec(x_160); +x_163 = lean_ptr_addr(x_156); +x_164 = lean_usize_dec_eq(x_162, x_163); +if (x_164 == 0) +{ +lean_object* x_165; lean_object* x_166; +lean_dec(x_161); lean_dec(x_1); -x_162 = l_Lean_mkLevelIMax_x27(x_153, x_155); -x_163 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_163, 0, x_162); -lean_ctor_set(x_163, 1, x_156); -return x_163; +x_165 = l_Lean_mkLevelIMax_x27(x_156, x_158); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_159); +return x_166; } else { -size_t x_164; size_t x_165; uint8_t x_166; -x_164 = lean_ptr_addr(x_158); -lean_dec(x_158); -x_165 = lean_ptr_addr(x_155); -x_166 = lean_usize_dec_eq(x_164, x_165); -if (x_166 == 0) +size_t x_167; size_t x_168; uint8_t x_169; +x_167 = lean_ptr_addr(x_161); +lean_dec(x_161); +x_168 = lean_ptr_addr(x_158); +x_169 = lean_usize_dec_eq(x_167, x_168); +if (x_169 == 0) { -lean_object* x_167; lean_object* x_168; +lean_object* x_170; lean_object* x_171; lean_dec(x_1); -x_167 = l_Lean_mkLevelIMax_x27(x_153, x_155); -x_168 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_156); -return x_168; +x_170 = l_Lean_mkLevelIMax_x27(x_156, x_158); +x_171 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_171, 0, x_170); +lean_ctor_set(x_171, 1, x_159); +return x_171; } else { -lean_object* x_169; lean_object* x_170; -x_169 = l_Lean_simpLevelIMax_x27(x_153, x_155, x_1); +lean_object* x_172; lean_object* x_173; +x_172 = l_Lean_simpLevelIMax_x27(x_156, x_158, x_1); lean_dec(x_1); -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_156); -return x_170; +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_172); +lean_ctor_set(x_173, 1, x_159); +return x_173; } } } else { -lean_object* x_171; lean_object* x_172; lean_object* x_173; -lean_dec(x_155); -lean_dec(x_153); +lean_object* x_174; lean_object* x_175; lean_object* x_176; +lean_dec(x_158); +lean_dec(x_156); lean_dec(x_1); -x_171 = l_Lean_Meta_Closure_collectLevelAux___closed__10; -x_172 = l_panic___at_Lean_Level_normalize___spec__1(x_171); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_156); -return x_173; +x_174 = l_Lean_Meta_Closure_collectLevelAux___closed__10; +x_175 = l_panic___at_Lean_Level_normalize___spec__1(x_174); +x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_176, 0, x_175); +lean_ctor_set(x_176, 1, x_159); +return x_176; } } -block_204: +block_207: { -lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -lean_dec(x_175); -x_176 = lean_st_ref_get(x_3, x_154); -x_177 = lean_ctor_get(x_176, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); -x_179 = lean_ctor_get(x_177, 0); -lean_inc(x_179); -lean_dec(x_177); -lean_inc(x_152); -x_180 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_179, x_152); -if (lean_obj_tag(x_180) == 0) +if (x_178 == 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; 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_inc(x_152); -x_181 = l_Lean_Meta_Closure_collectLevelAux(x_152, x_2, x_3, x_4, x_5, x_6, x_7, x_178); -x_182 = lean_ctor_get(x_181, 0); +lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; +x_179 = lean_st_ref_get(x_3, x_157); +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 = lean_ctor_get(x_180, 0); lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); -x_184 = lean_st_ref_take(x_3, x_183); +lean_dec(x_180); +lean_inc(x_155); +x_183 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_182, x_155); +if (lean_obj_tag(x_183) == 0) +{ +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_inc(x_155); +x_184 = l_Lean_Meta_Closure_collectLevelAux(x_155, x_2, x_3, x_4, x_5, x_6, x_7, x_181); x_185 = lean_ctor_get(x_184, 0); lean_inc(x_185); x_186 = lean_ctor_get(x_184, 1); lean_inc(x_186); lean_dec(x_184); -x_187 = lean_ctor_get(x_185, 0); -lean_inc(x_187); -lean_inc(x_182); -x_188 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_187, x_152, x_182); -x_189 = lean_ctor_get(x_185, 1); +x_187 = lean_st_ref_take(x_3, x_186); +x_188 = lean_ctor_get(x_187, 0); +lean_inc(x_188); +x_189 = lean_ctor_get(x_187, 1); lean_inc(x_189); -x_190 = lean_ctor_get(x_185, 2); +lean_dec(x_187); +x_190 = lean_ctor_get(x_188, 0); 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_185); +x_191 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_190, x_155, x_185); +x_192 = lean_ctor_get(x_188, 1); lean_inc(x_192); -x_193 = lean_ctor_get(x_185, 5); +x_193 = lean_ctor_get(x_188, 2); lean_inc(x_193); -x_194 = lean_ctor_get(x_185, 6); +x_194 = lean_ctor_get(x_188, 3); lean_inc(x_194); -x_195 = lean_ctor_get(x_185, 7); +x_195 = lean_ctor_get(x_188, 4); lean_inc(x_195); -x_196 = lean_ctor_get(x_185, 8); +x_196 = lean_ctor_get(x_188, 5); lean_inc(x_196); -x_197 = lean_ctor_get(x_185, 9); +x_197 = lean_ctor_get(x_188, 6); lean_inc(x_197); -x_198 = lean_ctor_get(x_185, 10); +x_198 = lean_ctor_get(x_188, 7); lean_inc(x_198); -x_199 = lean_ctor_get(x_185, 11); +x_199 = lean_ctor_get(x_188, 8); lean_inc(x_199); -lean_dec(x_185); -x_200 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_200, 0, x_188); -lean_ctor_set(x_200, 1, x_189); -lean_ctor_set(x_200, 2, x_190); -lean_ctor_set(x_200, 3, x_191); -lean_ctor_set(x_200, 4, x_192); -lean_ctor_set(x_200, 5, x_193); -lean_ctor_set(x_200, 6, x_194); -lean_ctor_set(x_200, 7, x_195); -lean_ctor_set(x_200, 8, x_196); -lean_ctor_set(x_200, 9, x_197); -lean_ctor_set(x_200, 10, x_198); -lean_ctor_set(x_200, 11, x_199); -x_201 = lean_st_ref_set(x_3, x_200, x_186); -x_202 = lean_ctor_get(x_201, 1); +x_200 = lean_ctor_get(x_188, 9); +lean_inc(x_200); +x_201 = lean_ctor_get(x_188, 10); +lean_inc(x_201); +x_202 = lean_ctor_get(x_188, 11); lean_inc(x_202); -lean_dec(x_201); -x_155 = x_182; -x_156 = x_202; -goto block_174; +lean_dec(x_188); +x_203 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_203, 0, x_191); +lean_ctor_set(x_203, 1, x_192); +lean_ctor_set(x_203, 2, x_193); +lean_ctor_set(x_203, 3, x_194); +lean_ctor_set(x_203, 4, x_195); +lean_ctor_set(x_203, 5, x_196); +lean_ctor_set(x_203, 6, x_197); +lean_ctor_set(x_203, 7, x_198); +lean_ctor_set(x_203, 8, x_199); +lean_ctor_set(x_203, 9, x_200); +lean_ctor_set(x_203, 10, x_201); +lean_ctor_set(x_203, 11, x_202); +x_204 = lean_st_ref_set(x_3, x_203, x_189); +x_205 = lean_ctor_get(x_204, 1); +lean_inc(x_205); +lean_dec(x_204); +x_158 = x_185; +x_159 = x_205; +goto block_177; } else { -lean_object* x_203; -lean_dec(x_152); -x_203 = lean_ctor_get(x_180, 0); -lean_inc(x_203); -lean_dec(x_180); -x_155 = x_203; -x_156 = x_178; -goto block_174; +lean_object* x_206; +lean_dec(x_155); +x_206 = lean_ctor_get(x_183, 0); +lean_inc(x_206); +lean_dec(x_183); +x_158 = x_206; +x_159 = x_181; +goto block_177; +} +} +else +{ +x_158 = x_155; +x_159 = x_157; +goto block_177; } } } -block_239: +block_243: { -lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; -lean_dec(x_210); -x_211 = lean_st_ref_get(x_3, x_8); -x_212 = lean_ctor_get(x_211, 0); -lean_inc(x_212); -x_213 = lean_ctor_get(x_211, 1); -lean_inc(x_213); -lean_dec(x_211); -x_214 = lean_ctor_get(x_212, 0); -lean_inc(x_214); -lean_dec(x_212); -lean_inc(x_151); -x_215 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_214, x_151); -if (lean_obj_tag(x_215) == 0) -{ -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_inc(x_151); -x_216 = l_Lean_Meta_Closure_collectLevelAux(x_151, x_2, x_3, x_4, x_5, x_6, x_7, x_213); -x_217 = lean_ctor_get(x_216, 0); +if (x_214 == 0) +{ +lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; +x_215 = lean_st_ref_get(x_3, x_8); +x_216 = lean_ctor_get(x_215, 0); +lean_inc(x_216); +x_217 = lean_ctor_get(x_215, 1); lean_inc(x_217); -x_218 = lean_ctor_get(x_216, 1); +lean_dec(x_215); +x_218 = lean_ctor_get(x_216, 0); lean_inc(x_218); lean_dec(x_216); -x_219 = lean_st_ref_take(x_3, 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 = lean_ctor_get(x_220, 0); +lean_inc(x_154); +x_219 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Closure_visitLevel___spec__1(x_218, x_154); +if (lean_obj_tag(x_219) == 0) +{ +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_inc(x_154); +x_220 = l_Lean_Meta_Closure_collectLevelAux(x_154, x_2, x_3, x_4, x_5, x_6, x_7, x_217); +x_221 = lean_ctor_get(x_220, 0); +lean_inc(x_221); +x_222 = lean_ctor_get(x_220, 1); lean_inc(x_222); -lean_inc(x_217); -x_223 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_222, x_151, x_217); -x_224 = lean_ctor_get(x_220, 1); +lean_dec(x_220); +x_223 = lean_st_ref_take(x_3, x_222); +x_224 = lean_ctor_get(x_223, 0); lean_inc(x_224); -x_225 = lean_ctor_get(x_220, 2); +x_225 = lean_ctor_get(x_223, 1); lean_inc(x_225); -x_226 = lean_ctor_get(x_220, 3); +lean_dec(x_223); +x_226 = lean_ctor_get(x_224, 0); lean_inc(x_226); -x_227 = lean_ctor_get(x_220, 4); -lean_inc(x_227); -x_228 = lean_ctor_get(x_220, 5); +lean_inc(x_221); +x_227 = l_Lean_HashMap_insert___at_Lean_Meta_Closure_visitLevel___spec__3(x_226, x_154, x_221); +x_228 = lean_ctor_get(x_224, 1); lean_inc(x_228); -x_229 = lean_ctor_get(x_220, 6); +x_229 = lean_ctor_get(x_224, 2); lean_inc(x_229); -x_230 = lean_ctor_get(x_220, 7); +x_230 = lean_ctor_get(x_224, 3); lean_inc(x_230); -x_231 = lean_ctor_get(x_220, 8); +x_231 = lean_ctor_get(x_224, 4); lean_inc(x_231); -x_232 = lean_ctor_get(x_220, 9); +x_232 = lean_ctor_get(x_224, 5); lean_inc(x_232); -x_233 = lean_ctor_get(x_220, 10); +x_233 = lean_ctor_get(x_224, 6); lean_inc(x_233); -x_234 = lean_ctor_get(x_220, 11); +x_234 = lean_ctor_get(x_224, 7); lean_inc(x_234); -lean_dec(x_220); -x_235 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_235, 0, x_223); -lean_ctor_set(x_235, 1, x_224); -lean_ctor_set(x_235, 2, x_225); -lean_ctor_set(x_235, 3, x_226); -lean_ctor_set(x_235, 4, x_227); -lean_ctor_set(x_235, 5, x_228); -lean_ctor_set(x_235, 6, x_229); -lean_ctor_set(x_235, 7, x_230); -lean_ctor_set(x_235, 8, x_231); -lean_ctor_set(x_235, 9, x_232); -lean_ctor_set(x_235, 10, x_233); -lean_ctor_set(x_235, 11, x_234); -x_236 = lean_st_ref_set(x_3, x_235, x_221); -x_237 = lean_ctor_get(x_236, 1); +x_235 = lean_ctor_get(x_224, 8); +lean_inc(x_235); +x_236 = lean_ctor_get(x_224, 9); +lean_inc(x_236); +x_237 = lean_ctor_get(x_224, 10); lean_inc(x_237); -lean_dec(x_236); -x_153 = x_217; -x_154 = x_237; -goto block_209; +x_238 = lean_ctor_get(x_224, 11); +lean_inc(x_238); +lean_dec(x_224); +x_239 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_239, 0, x_227); +lean_ctor_set(x_239, 1, x_228); +lean_ctor_set(x_239, 2, x_229); +lean_ctor_set(x_239, 3, x_230); +lean_ctor_set(x_239, 4, x_231); +lean_ctor_set(x_239, 5, x_232); +lean_ctor_set(x_239, 6, x_233); +lean_ctor_set(x_239, 7, x_234); +lean_ctor_set(x_239, 8, x_235); +lean_ctor_set(x_239, 9, x_236); +lean_ctor_set(x_239, 10, x_237); +lean_ctor_set(x_239, 11, x_238); +x_240 = lean_st_ref_set(x_3, x_239, x_225); +x_241 = lean_ctor_get(x_240, 1); +lean_inc(x_241); +lean_dec(x_240); +x_156 = x_221; +x_157 = x_241; +goto block_213; } else { -lean_object* x_238; -lean_dec(x_151); -x_238 = lean_ctor_get(x_215, 0); -lean_inc(x_238); -lean_dec(x_215); -x_153 = x_238; -x_154 = x_213; -goto block_209; +lean_object* x_242; +lean_dec(x_154); +x_242 = lean_ctor_get(x_219, 0); +lean_inc(x_242); +lean_dec(x_219); +x_156 = x_242; +x_157 = x_217; +goto block_213; +} +} +else +{ +x_156 = x_154; +x_157 = x_8; +goto block_213; } } } default: { -lean_object* x_244; -x_244 = l_Lean_Meta_Closure_mkNewLevelParam(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_244; +lean_object* x_249; +x_249 = l_Lean_Meta_Closure_mkNewLevelParam(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_249; } } block_21: @@ -2659,39 +2722,39 @@ return x_10; LEAN_EXPORT lean_object* l_Lean_Meta_Closure_collectLevel(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; uint8_t x_81; -x_81 = l_Lean_Level_hasMVar(x_1); -if (x_81 == 0) -{ -uint8_t x_82; -x_82 = l_Lean_Level_hasParam(x_1); +uint8_t x_9; uint8_t x_82; +x_82 = l_Lean_Level_hasMVar(x_1); if (x_82 == 0) { -lean_object* x_83; -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_1); -lean_ctor_set(x_83, 1, x_8); -return x_83; +uint8_t x_83; +x_83 = l_Lean_Level_hasParam(x_1); +if (x_83 == 0) +{ +uint8_t x_84; +x_84 = 1; +x_9 = x_84; +goto block_81; } else { -lean_object* x_84; -x_84 = lean_box(0); -x_9 = x_84; -goto block_80; +uint8_t x_85; +x_85 = 0; +x_9 = x_85; +goto block_81; } } else { -lean_object* x_85; -x_85 = lean_box(0); -x_9 = x_85; -goto block_80; +uint8_t x_86; +x_86 = 0; +x_9 = x_86; +goto block_81; } -block_80: +block_81: +{ +if (x_9 == 0) { lean_object* x_10; uint8_t x_11; -lean_dec(x_9); x_10 = lean_st_ref_get(x_3, x_8); x_11 = !lean_is_exclusive(x_10); if (x_11 == 0) @@ -2950,6 +3013,15 @@ return x_79; } } } +else +{ +lean_object* x_80; +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_1); +lean_ctor_set(x_80, 1, x_8); +return x_80; +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_Closure_collectLevel___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) { @@ -4095,61 +4167,65 @@ lean_inc(x_4); x_67 = l_Lean_Meta_Closure_preprocess(x_66, x_2, x_3, x_4, x_5, x_6, x_7, x_65); if (lean_obj_tag(x_67) == 0) { -uint8_t x_68; -x_68 = !lean_is_exclusive(x_67); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_143; -x_69 = lean_ctor_get(x_67, 0); -x_70 = lean_ctor_get(x_67, 1); -x_143 = l_Lean_Expr_hasLevelParam(x_69); -if (x_143 == 0) -{ -uint8_t x_144; -x_144 = l_Lean_Expr_hasFVar(x_69); +lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; uint8_t x_144; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_67, 1); +lean_inc(x_69); +if (lean_is_exclusive(x_67)) { + lean_ctor_release(x_67, 0); + lean_ctor_release(x_67, 1); + x_70 = x_67; +} else { + lean_dec_ref(x_67); + x_70 = lean_box(0); +} +x_144 = l_Lean_Expr_hasLevelParam(x_68); if (x_144 == 0) { uint8_t x_145; -x_145 = l_Lean_Expr_hasMVar(x_69); +x_145 = l_Lean_Expr_hasFVar(x_68); if (x_145 == 0) { -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_67; +uint8_t x_146; +x_146 = l_Lean_Expr_hasMVar(x_68); +if (x_146 == 0) +{ +uint8_t x_147; +x_147 = 1; +x_71 = x_147; +goto block_143; } else { -lean_object* x_146; -lean_free_object(x_67); -x_146 = lean_box(0); -x_71 = x_146; -goto block_142; +uint8_t x_148; +x_148 = 0; +x_71 = x_148; +goto block_143; } } else { -lean_object* x_147; -lean_free_object(x_67); -x_147 = lean_box(0); -x_71 = x_147; -goto block_142; +uint8_t x_149; +x_149 = 0; +x_71 = x_149; +goto block_143; } } else { -lean_object* x_148; -lean_free_object(x_67); -x_148 = lean_box(0); -x_71 = x_148; -goto block_142; +uint8_t x_150; +x_150 = 0; +x_71 = x_150; +goto block_143; } -block_142: +block_143: +{ +if (x_71 == 0) { lean_object* x_72; uint8_t x_73; -lean_dec(x_71); -x_72 = lean_st_ref_get(x_3, x_70); +lean_dec(x_70); +x_72 = lean_st_ref_get(x_3, x_69); x_73 = !lean_is_exclusive(x_72); if (x_73 == 0) { @@ -4159,14 +4235,14 @@ x_75 = lean_ctor_get(x_72, 1); x_76 = lean_ctor_get(x_74, 1); lean_inc(x_76); lean_dec(x_74); -lean_inc(x_69); -x_77 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_76, x_69); +lean_inc(x_68); +x_77 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_76, x_68); if (lean_obj_tag(x_77) == 0) { lean_object* x_78; lean_free_object(x_72); -lean_inc(x_69); -x_78 = l_Lean_Meta_Closure_collectExprAux(x_69, x_2, x_3, x_4, x_5, x_6, x_7, x_75); +lean_inc(x_68); +x_78 = l_Lean_Meta_Closure_collectExprAux(x_68, x_2, x_3, x_4, x_5, x_6, x_7, x_75); if (lean_obj_tag(x_78) == 0) { 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; uint8_t x_99; @@ -4186,7 +4262,7 @@ lean_inc(x_84); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_inc(x_79); -x_86 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_85, x_69, x_79); +x_86 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_85, x_68, x_79); x_87 = lean_ctor_get(x_82, 2); lean_inc(x_87); x_88 = lean_ctor_get(x_82, 3); @@ -4246,7 +4322,7 @@ return x_102; else { uint8_t x_103; -lean_dec(x_69); +lean_dec(x_68); x_103 = !lean_is_exclusive(x_78); if (x_103 == 0) { @@ -4270,7 +4346,7 @@ return x_106; else { lean_object* x_107; -lean_dec(x_69); +lean_dec(x_68); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -4293,13 +4369,13 @@ lean_dec(x_72); x_110 = lean_ctor_get(x_108, 1); lean_inc(x_110); lean_dec(x_108); -lean_inc(x_69); -x_111 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_110, x_69); +lean_inc(x_68); +x_111 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_110, x_68); if (lean_obj_tag(x_111) == 0) { lean_object* x_112; -lean_inc(x_69); -x_112 = l_Lean_Meta_Closure_collectExprAux(x_69, x_2, x_3, x_4, x_5, x_6, x_7, x_109); +lean_inc(x_68); +x_112 = l_Lean_Meta_Closure_collectExprAux(x_68, x_2, x_3, x_4, x_5, x_6, x_7, x_109); if (lean_obj_tag(x_112) == 0) { lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; @@ -4319,7 +4395,7 @@ lean_inc(x_118); x_119 = lean_ctor_get(x_116, 1); lean_inc(x_119); lean_inc(x_113); -x_120 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_119, x_69, x_113); +x_120 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_119, x_68, x_113); x_121 = lean_ctor_get(x_116, 2); lean_inc(x_121); x_122 = lean_ctor_get(x_116, 3); @@ -4377,7 +4453,7 @@ return x_135; else { lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; -lean_dec(x_69); +lean_dec(x_68); x_136 = lean_ctor_get(x_112, 0); lean_inc(x_136); x_137 = lean_ctor_get(x_112, 1); @@ -4403,7 +4479,7 @@ return x_139; else { lean_object* x_140; lean_object* x_141; -lean_dec(x_69); +lean_dec(x_68); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -4418,234 +4494,48 @@ return x_141; } } } -} -else -{ -lean_object* x_149; lean_object* x_150; lean_object* x_151; uint8_t x_189; -x_149 = lean_ctor_get(x_67, 0); -x_150 = lean_ctor_get(x_67, 1); -lean_inc(x_150); -lean_inc(x_149); -lean_dec(x_67); -x_189 = l_Lean_Expr_hasLevelParam(x_149); -if (x_189 == 0) -{ -uint8_t x_190; -x_190 = l_Lean_Expr_hasFVar(x_149); -if (x_190 == 0) -{ -uint8_t x_191; -x_191 = l_Lean_Expr_hasMVar(x_149); -if (x_191 == 0) -{ -lean_object* x_192; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_192 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_192, 0, x_149); -lean_ctor_set(x_192, 1, x_150); -return x_192; -} -else -{ -lean_object* x_193; -x_193 = lean_box(0); -x_151 = x_193; -goto block_188; -} -} -else -{ -lean_object* x_194; -x_194 = lean_box(0); -x_151 = x_194; -goto block_188; -} -} -else -{ -lean_object* x_195; -x_195 = lean_box(0); -x_151 = x_195; -goto block_188; -} -block_188: -{ -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_dec(x_151); -x_152 = lean_st_ref_get(x_3, x_150); -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_152, 1); -lean_inc(x_154); -if (lean_is_exclusive(x_152)) { - lean_ctor_release(x_152, 0); - lean_ctor_release(x_152, 1); - x_155 = x_152; -} else { - lean_dec_ref(x_152); - x_155 = lean_box(0); -} -x_156 = lean_ctor_get(x_153, 1); -lean_inc(x_156); -lean_dec(x_153); -lean_inc(x_149); -x_157 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_156, x_149); -if (lean_obj_tag(x_157) == 0) -{ -lean_object* x_158; -lean_dec(x_155); -lean_inc(x_149); -x_158 = l_Lean_Meta_Closure_collectExprAux(x_149, x_2, x_3, x_4, x_5, x_6, x_7, x_154); -if (lean_obj_tag(x_158) == 0) -{ -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; -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -lean_dec(x_158); -x_161 = lean_st_ref_take(x_3, x_160); -x_162 = lean_ctor_get(x_161, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_161, 1); -lean_inc(x_163); -lean_dec(x_161); -x_164 = lean_ctor_get(x_162, 0); -lean_inc(x_164); -x_165 = lean_ctor_get(x_162, 1); -lean_inc(x_165); -lean_inc(x_159); -x_166 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_165, x_149, x_159); -x_167 = lean_ctor_get(x_162, 2); -lean_inc(x_167); -x_168 = lean_ctor_get(x_162, 3); -lean_inc(x_168); -x_169 = lean_ctor_get(x_162, 4); -lean_inc(x_169); -x_170 = lean_ctor_get(x_162, 5); -lean_inc(x_170); -x_171 = lean_ctor_get(x_162, 6); -lean_inc(x_171); -x_172 = lean_ctor_get(x_162, 7); -lean_inc(x_172); -x_173 = lean_ctor_get(x_162, 8); -lean_inc(x_173); -x_174 = lean_ctor_get(x_162, 9); -lean_inc(x_174); -x_175 = lean_ctor_get(x_162, 10); -lean_inc(x_175); -x_176 = lean_ctor_get(x_162, 11); -lean_inc(x_176); -lean_dec(x_162); -x_177 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_177, 0, x_164); -lean_ctor_set(x_177, 1, x_166); -lean_ctor_set(x_177, 2, x_167); -lean_ctor_set(x_177, 3, x_168); -lean_ctor_set(x_177, 4, x_169); -lean_ctor_set(x_177, 5, x_170); -lean_ctor_set(x_177, 6, x_171); -lean_ctor_set(x_177, 7, x_172); -lean_ctor_set(x_177, 8, x_173); -lean_ctor_set(x_177, 9, x_174); -lean_ctor_set(x_177, 10, x_175); -lean_ctor_set(x_177, 11, x_176); -x_178 = lean_st_ref_set(x_3, x_177, x_163); -x_179 = lean_ctor_get(x_178, 1); -lean_inc(x_179); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - lean_ctor_release(x_178, 1); - x_180 = x_178; -} else { - lean_dec_ref(x_178); - x_180 = lean_box(0); -} -if (lean_is_scalar(x_180)) { - x_181 = lean_alloc_ctor(0, 2, 0); -} else { - x_181 = x_180; -} -lean_ctor_set(x_181, 0, x_159); -lean_ctor_set(x_181, 1, x_179); -return x_181; -} -else -{ -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -lean_dec(x_149); -x_182 = lean_ctor_get(x_158, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_158, 1); -lean_inc(x_183); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - x_184 = x_158; -} else { - lean_dec_ref(x_158); - x_184 = lean_box(0); -} -if (lean_is_scalar(x_184)) { - x_185 = lean_alloc_ctor(1, 2, 0); -} else { - x_185 = x_184; -} -lean_ctor_set(x_185, 0, x_182); -lean_ctor_set(x_185, 1, x_183); -return x_185; -} -} else { -lean_object* x_186; lean_object* x_187; -lean_dec(x_149); +lean_object* x_142; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_186 = lean_ctor_get(x_157, 0); -lean_inc(x_186); -lean_dec(x_157); -if (lean_is_scalar(x_155)) { - x_187 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_70)) { + x_142 = lean_alloc_ctor(0, 2, 0); } else { - x_187 = x_155; -} -lean_ctor_set(x_187, 0, x_186); -lean_ctor_set(x_187, 1, x_154); -return x_187; + x_142 = x_70; } +lean_ctor_set(x_142, 0, x_68); +lean_ctor_set(x_142, 1, x_69); +return x_142; } } } else { -uint8_t x_196; +uint8_t x_151; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_196 = !lean_is_exclusive(x_67); -if (x_196 == 0) +x_151 = !lean_is_exclusive(x_67); +if (x_151 == 0) { return x_67; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_197 = lean_ctor_get(x_67, 0); -x_198 = lean_ctor_get(x_67, 1); -lean_inc(x_198); -lean_inc(x_197); +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_67, 0); +x_153 = lean_ctor_get(x_67, 1); +lean_inc(x_153); +lean_inc(x_152); lean_dec(x_67); -x_199 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_199, 0, x_197); -lean_ctor_set(x_199, 1, x_198); -return x_199; +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } @@ -4653,1118 +4543,1281 @@ return x_199; } else { -uint8_t x_200; +uint8_t x_155; lean_dec(x_38); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_200 = !lean_is_exclusive(x_39); -if (x_200 == 0) +x_155 = !lean_is_exclusive(x_39); +if (x_155 == 0) { return x_39; } else { -lean_object* x_201; lean_object* x_202; lean_object* x_203; -x_201 = lean_ctor_get(x_39, 0); -x_202 = lean_ctor_get(x_39, 1); -lean_inc(x_202); -lean_inc(x_201); +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_39, 0); +x_157 = lean_ctor_get(x_39, 1); +lean_inc(x_157); +lean_inc(x_156); lean_dec(x_39); -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; +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_157); +return x_158; } } } case 2: { -lean_object* x_204; lean_object* x_205; -x_204 = lean_ctor_get(x_1, 0); -lean_inc(x_204); -x_205 = l_Lean_MVarId_getDecl(x_204, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_205) == 0) +lean_object* x_159; lean_object* x_160; +x_159 = lean_ctor_get(x_1, 0); +lean_inc(x_159); +x_160 = l_Lean_MVarId_getDecl(x_159, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_160) == 0) { -lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_206 = lean_ctor_get(x_205, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_205, 1); -lean_inc(x_207); -lean_dec(x_205); -x_208 = lean_ctor_get(x_206, 2); -lean_inc(x_208); -lean_dec(x_206); +lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +x_162 = lean_ctor_get(x_160, 1); +lean_inc(x_162); +lean_dec(x_160); +x_163 = lean_ctor_get(x_161, 2); +lean_inc(x_163); +lean_dec(x_161); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_209 = l_Lean_Meta_Closure_preprocess(x_208, x_2, x_3, x_4, x_5, x_6, x_7, x_207); -if (lean_obj_tag(x_209) == 0) +x_164 = l_Lean_Meta_Closure_preprocess(x_163, x_2, x_3, x_4, x_5, x_6, x_7, x_162); +if (lean_obj_tag(x_164) == 0) { -lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_250; uint8_t x_284; -x_210 = lean_ctor_get(x_209, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_209, 1); -lean_inc(x_211); -lean_dec(x_209); -x_284 = l_Lean_Expr_hasLevelParam(x_210); -if (x_284 == 0) +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; uint8_t x_205; uint8_t x_239; +x_165 = lean_ctor_get(x_164, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_164, 1); +lean_inc(x_166); +lean_dec(x_164); +x_239 = l_Lean_Expr_hasLevelParam(x_165); +if (x_239 == 0) +{ +uint8_t x_240; +x_240 = l_Lean_Expr_hasFVar(x_165); +if (x_240 == 0) { -uint8_t x_285; -x_285 = l_Lean_Expr_hasFVar(x_210); -if (x_285 == 0) +uint8_t x_241; +x_241 = l_Lean_Expr_hasMVar(x_165); +if (x_241 == 0) { -uint8_t x_286; -x_286 = l_Lean_Expr_hasMVar(x_210); -if (x_286 == 0) +uint8_t x_242; +x_242 = 1; +x_205 = x_242; +goto block_238; +} +else { -x_212 = x_210; -x_213 = x_211; -goto block_249; +uint8_t x_243; +x_243 = 0; +x_205 = x_243; +goto block_238; +} } else { -lean_object* x_287; -x_287 = lean_box(0); -x_250 = x_287; -goto block_283; +uint8_t x_244; +x_244 = 0; +x_205 = x_244; +goto block_238; } } else { -lean_object* x_288; -x_288 = lean_box(0); -x_250 = x_288; -goto block_283; +uint8_t x_245; +x_245 = 0; +x_205 = x_245; +goto block_238; } +block_204: +{ +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; 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; uint8_t x_198; +x_169 = l_Lean_mkFreshFVarId___at_Lean_Meta_Closure_collectExprAux___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_168); +x_170 = lean_ctor_get(x_169, 0); +lean_inc(x_170); +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); +lean_dec(x_169); +x_172 = l_Lean_Meta_Closure_mkNextUserName___rarg(x_3, x_4, x_5, x_6, x_7, x_171); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +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_st_ref_take(x_3, x_174); +x_176 = lean_ctor_get(x_175, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_175, 1); +lean_inc(x_177); +lean_dec(x_175); +x_178 = lean_ctor_get(x_176, 0); +lean_inc(x_178); +x_179 = lean_ctor_get(x_176, 1); +lean_inc(x_179); +x_180 = lean_ctor_get(x_176, 2); +lean_inc(x_180); +x_181 = lean_ctor_get(x_176, 3); +lean_inc(x_181); +x_182 = lean_ctor_get(x_176, 4); +lean_inc(x_182); +x_183 = lean_ctor_get(x_176, 5); +lean_inc(x_183); +x_184 = lean_ctor_get(x_176, 6); +lean_inc(x_184); +x_185 = lean_unsigned_to_nat(0u); +x_186 = 0; +x_187 = 0; +lean_inc(x_170); +x_188 = lean_alloc_ctor(0, 4, 2); +lean_ctor_set(x_188, 0, x_185); +lean_ctor_set(x_188, 1, x_170); +lean_ctor_set(x_188, 2, x_173); +lean_ctor_set(x_188, 3, x_167); +lean_ctor_set_uint8(x_188, sizeof(void*)*4, x_186); +lean_ctor_set_uint8(x_188, sizeof(void*)*4 + 1, x_187); +x_189 = lean_array_push(x_184, x_188); +x_190 = lean_ctor_get(x_176, 7); +lean_inc(x_190); +x_191 = lean_ctor_get(x_176, 8); +lean_inc(x_191); +x_192 = lean_ctor_get(x_176, 9); +lean_inc(x_192); +x_193 = lean_array_push(x_192, x_1); +x_194 = lean_ctor_get(x_176, 10); +lean_inc(x_194); +x_195 = lean_ctor_get(x_176, 11); +lean_inc(x_195); +lean_dec(x_176); +x_196 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_196, 0, x_178); +lean_ctor_set(x_196, 1, x_179); +lean_ctor_set(x_196, 2, x_180); +lean_ctor_set(x_196, 3, x_181); +lean_ctor_set(x_196, 4, x_182); +lean_ctor_set(x_196, 5, x_183); +lean_ctor_set(x_196, 6, x_189); +lean_ctor_set(x_196, 7, x_190); +lean_ctor_set(x_196, 8, x_191); +lean_ctor_set(x_196, 9, x_193); +lean_ctor_set(x_196, 10, x_194); +lean_ctor_set(x_196, 11, x_195); +x_197 = lean_st_ref_set(x_3, x_196, x_177); +x_198 = !lean_is_exclusive(x_197); +if (x_198 == 0) +{ +lean_object* x_199; lean_object* x_200; +x_199 = lean_ctor_get(x_197, 0); +lean_dec(x_199); +x_200 = l_Lean_Expr_fvar___override(x_170); +lean_ctor_set(x_197, 0, x_200); +return x_197; } else { -lean_object* x_289; -x_289 = lean_box(0); -x_250 = x_289; -goto block_283; +lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_201 = lean_ctor_get(x_197, 1); +lean_inc(x_201); +lean_dec(x_197); +x_202 = l_Lean_Expr_fvar___override(x_170); +x_203 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_203, 0, x_202); +lean_ctor_set(x_203, 1, x_201); +return x_203; } -block_249: +} +block_238: +{ +if (x_205 == 0) +{ +lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; +x_206 = lean_st_ref_get(x_3, x_166); +x_207 = lean_ctor_get(x_206, 0); +lean_inc(x_207); +x_208 = lean_ctor_get(x_206, 1); +lean_inc(x_208); +lean_dec(x_206); +x_209 = lean_ctor_get(x_207, 1); +lean_inc(x_209); +lean_dec(x_207); +lean_inc(x_165); +x_210 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_209, x_165); +if (lean_obj_tag(x_210) == 0) +{ +lean_object* x_211; +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_165); +x_211 = l_Lean_Meta_Closure_collectExprAux(x_165, x_2, x_3, x_4, x_5, x_6, x_7, x_208); +if (lean_obj_tag(x_211) == 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; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; uint8_t x_231; uint8_t 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; uint8_t x_243; -x_214 = l_Lean_mkFreshFVarId___at_Lean_Meta_Closure_collectExprAux___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_213); +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; +x_212 = lean_ctor_get(x_211, 0); +lean_inc(x_212); +x_213 = lean_ctor_get(x_211, 1); +lean_inc(x_213); +lean_dec(x_211); +x_214 = lean_st_ref_take(x_3, x_213); x_215 = lean_ctor_get(x_214, 0); lean_inc(x_215); x_216 = lean_ctor_get(x_214, 1); lean_inc(x_216); lean_dec(x_214); -x_217 = l_Lean_Meta_Closure_mkNextUserName___rarg(x_3, x_4, x_5, x_6, x_7, x_216); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_218 = lean_ctor_get(x_217, 0); +x_217 = lean_ctor_get(x_215, 0); +lean_inc(x_217); +x_218 = lean_ctor_get(x_215, 1); lean_inc(x_218); -x_219 = lean_ctor_get(x_217, 1); -lean_inc(x_219); -lean_dec(x_217); -x_220 = lean_st_ref_take(x_3, x_219); -x_221 = lean_ctor_get(x_220, 0); +lean_inc(x_212); +x_219 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_218, x_165, x_212); +x_220 = lean_ctor_get(x_215, 2); +lean_inc(x_220); +x_221 = lean_ctor_get(x_215, 3); lean_inc(x_221); -x_222 = lean_ctor_get(x_220, 1); +x_222 = lean_ctor_get(x_215, 4); lean_inc(x_222); -lean_dec(x_220); -x_223 = lean_ctor_get(x_221, 0); +x_223 = lean_ctor_get(x_215, 5); lean_inc(x_223); -x_224 = lean_ctor_get(x_221, 1); +x_224 = lean_ctor_get(x_215, 6); lean_inc(x_224); -x_225 = lean_ctor_get(x_221, 2); +x_225 = lean_ctor_get(x_215, 7); lean_inc(x_225); -x_226 = lean_ctor_get(x_221, 3); +x_226 = lean_ctor_get(x_215, 8); lean_inc(x_226); -x_227 = lean_ctor_get(x_221, 4); +x_227 = lean_ctor_get(x_215, 9); lean_inc(x_227); -x_228 = lean_ctor_get(x_221, 5); +x_228 = lean_ctor_get(x_215, 10); lean_inc(x_228); -x_229 = lean_ctor_get(x_221, 6); +x_229 = lean_ctor_get(x_215, 11); lean_inc(x_229); -x_230 = lean_unsigned_to_nat(0u); -x_231 = 0; -x_232 = 0; -lean_inc(x_215); -x_233 = lean_alloc_ctor(0, 4, 2); -lean_ctor_set(x_233, 0, x_230); -lean_ctor_set(x_233, 1, x_215); -lean_ctor_set(x_233, 2, x_218); -lean_ctor_set(x_233, 3, x_212); -lean_ctor_set_uint8(x_233, sizeof(void*)*4, x_231); -lean_ctor_set_uint8(x_233, sizeof(void*)*4 + 1, x_232); -x_234 = lean_array_push(x_229, x_233); -x_235 = lean_ctor_get(x_221, 7); -lean_inc(x_235); -x_236 = lean_ctor_get(x_221, 8); -lean_inc(x_236); -x_237 = lean_ctor_get(x_221, 9); -lean_inc(x_237); -x_238 = lean_array_push(x_237, x_1); -x_239 = lean_ctor_get(x_221, 10); -lean_inc(x_239); -x_240 = lean_ctor_get(x_221, 11); -lean_inc(x_240); -lean_dec(x_221); -x_241 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_241, 0, x_223); -lean_ctor_set(x_241, 1, x_224); -lean_ctor_set(x_241, 2, x_225); -lean_ctor_set(x_241, 3, x_226); -lean_ctor_set(x_241, 4, x_227); -lean_ctor_set(x_241, 5, x_228); -lean_ctor_set(x_241, 6, x_234); -lean_ctor_set(x_241, 7, x_235); -lean_ctor_set(x_241, 8, x_236); -lean_ctor_set(x_241, 9, x_238); -lean_ctor_set(x_241, 10, x_239); -lean_ctor_set(x_241, 11, x_240); -x_242 = lean_st_ref_set(x_3, x_241, x_222); -x_243 = !lean_is_exclusive(x_242); -if (x_243 == 0) -{ -lean_object* x_244; lean_object* x_245; -x_244 = lean_ctor_get(x_242, 0); -lean_dec(x_244); -x_245 = l_Lean_Expr_fvar___override(x_215); -lean_ctor_set(x_242, 0, x_245); -return x_242; -} -else -{ -lean_object* x_246; lean_object* x_247; lean_object* x_248; -x_246 = lean_ctor_get(x_242, 1); -lean_inc(x_246); -lean_dec(x_242); -x_247 = l_Lean_Expr_fvar___override(x_215); -x_248 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_248, 0, x_247); -lean_ctor_set(x_248, 1, x_246); -return x_248; -} -} -block_283: -{ -lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; -lean_dec(x_250); -x_251 = lean_st_ref_get(x_3, x_211); -x_252 = lean_ctor_get(x_251, 0); -lean_inc(x_252); -x_253 = lean_ctor_get(x_251, 1); -lean_inc(x_253); -lean_dec(x_251); -x_254 = lean_ctor_get(x_252, 1); -lean_inc(x_254); -lean_dec(x_252); -lean_inc(x_210); -x_255 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_254, x_210); -if (lean_obj_tag(x_255) == 0) +lean_dec(x_215); +x_230 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_230, 0, x_217); +lean_ctor_set(x_230, 1, x_219); +lean_ctor_set(x_230, 2, x_220); +lean_ctor_set(x_230, 3, x_221); +lean_ctor_set(x_230, 4, x_222); +lean_ctor_set(x_230, 5, x_223); +lean_ctor_set(x_230, 6, x_224); +lean_ctor_set(x_230, 7, x_225); +lean_ctor_set(x_230, 8, x_226); +lean_ctor_set(x_230, 9, x_227); +lean_ctor_set(x_230, 10, x_228); +lean_ctor_set(x_230, 11, x_229); +x_231 = lean_st_ref_set(x_3, x_230, x_216); +x_232 = lean_ctor_get(x_231, 1); +lean_inc(x_232); +lean_dec(x_231); +x_167 = x_212; +x_168 = x_232; +goto block_204; +} +else { -lean_object* x_256; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_210); -x_256 = l_Lean_Meta_Closure_collectExprAux(x_210, x_2, x_3, x_4, x_5, x_6, x_7, x_253); -if (lean_obj_tag(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_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; -x_257 = lean_ctor_get(x_256, 0); -lean_inc(x_257); -x_258 = lean_ctor_get(x_256, 1); -lean_inc(x_258); -lean_dec(x_256); -x_259 = lean_st_ref_take(x_3, x_258); -x_260 = lean_ctor_get(x_259, 0); -lean_inc(x_260); -x_261 = lean_ctor_get(x_259, 1); -lean_inc(x_261); -lean_dec(x_259); -x_262 = lean_ctor_get(x_260, 0); -lean_inc(x_262); -x_263 = lean_ctor_get(x_260, 1); -lean_inc(x_263); -lean_inc(x_257); -x_264 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_263, x_210, x_257); -x_265 = lean_ctor_get(x_260, 2); -lean_inc(x_265); -x_266 = lean_ctor_get(x_260, 3); -lean_inc(x_266); -x_267 = lean_ctor_get(x_260, 4); -lean_inc(x_267); -x_268 = lean_ctor_get(x_260, 5); -lean_inc(x_268); -x_269 = lean_ctor_get(x_260, 6); -lean_inc(x_269); -x_270 = lean_ctor_get(x_260, 7); -lean_inc(x_270); -x_271 = lean_ctor_get(x_260, 8); -lean_inc(x_271); -x_272 = lean_ctor_get(x_260, 9); -lean_inc(x_272); -x_273 = lean_ctor_get(x_260, 10); -lean_inc(x_273); -x_274 = lean_ctor_get(x_260, 11); -lean_inc(x_274); -lean_dec(x_260); -x_275 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_275, 0, x_262); -lean_ctor_set(x_275, 1, x_264); -lean_ctor_set(x_275, 2, x_265); -lean_ctor_set(x_275, 3, x_266); -lean_ctor_set(x_275, 4, x_267); -lean_ctor_set(x_275, 5, x_268); -lean_ctor_set(x_275, 6, x_269); -lean_ctor_set(x_275, 7, x_270); -lean_ctor_set(x_275, 8, x_271); -lean_ctor_set(x_275, 9, x_272); -lean_ctor_set(x_275, 10, x_273); -lean_ctor_set(x_275, 11, x_274); -x_276 = lean_st_ref_set(x_3, x_275, x_261); -x_277 = lean_ctor_get(x_276, 1); -lean_inc(x_277); -lean_dec(x_276); -x_212 = x_257; -x_213 = x_277; -goto block_249; -} -else -{ -uint8_t x_278; -lean_dec(x_210); +uint8_t x_233; +lean_dec(x_165); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_278 = !lean_is_exclusive(x_256); -if (x_278 == 0) +x_233 = !lean_is_exclusive(x_211); +if (x_233 == 0) { -return x_256; +return x_211; } 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_234; lean_object* x_235; lean_object* x_236; +x_234 = lean_ctor_get(x_211, 0); +x_235 = lean_ctor_get(x_211, 1); +lean_inc(x_235); +lean_inc(x_234); +lean_dec(x_211); +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 { -lean_object* x_282; +lean_object* x_237; +lean_dec(x_165); +x_237 = lean_ctor_get(x_210, 0); +lean_inc(x_237); lean_dec(x_210); -x_282 = lean_ctor_get(x_255, 0); -lean_inc(x_282); -lean_dec(x_255); -x_212 = x_282; -x_213 = x_253; -goto block_249; +x_167 = x_237; +x_168 = x_208; +goto block_204; +} +} +else +{ +x_167 = x_165; +x_168 = x_166; +goto block_204; } } } else { -uint8_t x_290; +uint8_t x_246; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_290 = !lean_is_exclusive(x_209); -if (x_290 == 0) +x_246 = !lean_is_exclusive(x_164); +if (x_246 == 0) { -return x_209; +return x_164; } else { -lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_291 = lean_ctor_get(x_209, 0); -x_292 = lean_ctor_get(x_209, 1); -lean_inc(x_292); -lean_inc(x_291); -lean_dec(x_209); -x_293 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_293, 0, x_291); -lean_ctor_set(x_293, 1, x_292); -return x_293; +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_ctor_get(x_164, 0); +x_248 = lean_ctor_get(x_164, 1); +lean_inc(x_248); +lean_inc(x_247); +lean_dec(x_164); +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_294; +uint8_t x_250; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_294 = !lean_is_exclusive(x_205); -if (x_294 == 0) +x_250 = !lean_is_exclusive(x_160); +if (x_250 == 0) { -return x_205; +return x_160; } else { -lean_object* x_295; lean_object* x_296; lean_object* x_297; -x_295 = lean_ctor_get(x_205, 0); -x_296 = lean_ctor_get(x_205, 1); -lean_inc(x_296); -lean_inc(x_295); -lean_dec(x_205); -x_297 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_297, 0, x_295); -lean_ctor_set(x_297, 1, x_296); -return x_297; +lean_object* x_251; lean_object* x_252; lean_object* x_253; +x_251 = lean_ctor_get(x_160, 0); +x_252 = lean_ctor_get(x_160, 1); +lean_inc(x_252); +lean_inc(x_251); +lean_dec(x_160); +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; } } } case 3: { -lean_object* x_298; lean_object* x_299; uint8_t x_300; -x_298 = lean_ctor_get(x_1, 0); -lean_inc(x_298); -lean_inc(x_298); -x_299 = l_Lean_Meta_Closure_collectLevel(x_298, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_254; lean_object* x_255; uint8_t x_256; +x_254 = lean_ctor_get(x_1, 0); +lean_inc(x_254); +lean_inc(x_254); +x_255 = l_Lean_Meta_Closure_collectLevel(x_254, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_300 = !lean_is_exclusive(x_299); -if (x_300 == 0) -{ -lean_object* x_301; size_t x_302; size_t x_303; uint8_t x_304; -x_301 = lean_ctor_get(x_299, 0); -x_302 = lean_ptr_addr(x_298); -lean_dec(x_298); -x_303 = lean_ptr_addr(x_301); -x_304 = lean_usize_dec_eq(x_302, x_303); -if (x_304 == 0) -{ -lean_object* x_305; +x_256 = !lean_is_exclusive(x_255); +if (x_256 == 0) +{ +lean_object* x_257; size_t x_258; size_t x_259; uint8_t x_260; +x_257 = lean_ctor_get(x_255, 0); +x_258 = lean_ptr_addr(x_254); +lean_dec(x_254); +x_259 = lean_ptr_addr(x_257); +x_260 = lean_usize_dec_eq(x_258, x_259); +if (x_260 == 0) +{ +lean_object* x_261; lean_dec(x_1); -x_305 = l_Lean_Expr_sort___override(x_301); -lean_ctor_set(x_299, 0, x_305); -return x_299; +x_261 = l_Lean_Expr_sort___override(x_257); +lean_ctor_set(x_255, 0, x_261); +return x_255; } else { -lean_dec(x_301); -lean_ctor_set(x_299, 0, x_1); -return x_299; +lean_dec(x_257); +lean_ctor_set(x_255, 0, x_1); +return x_255; } } else { -lean_object* x_306; lean_object* x_307; size_t x_308; size_t x_309; uint8_t x_310; -x_306 = lean_ctor_get(x_299, 0); -x_307 = lean_ctor_get(x_299, 1); -lean_inc(x_307); -lean_inc(x_306); -lean_dec(x_299); -x_308 = lean_ptr_addr(x_298); -lean_dec(x_298); -x_309 = lean_ptr_addr(x_306); -x_310 = lean_usize_dec_eq(x_308, x_309); -if (x_310 == 0) +lean_object* x_262; lean_object* x_263; size_t x_264; size_t x_265; uint8_t x_266; +x_262 = lean_ctor_get(x_255, 0); +x_263 = lean_ctor_get(x_255, 1); +lean_inc(x_263); +lean_inc(x_262); +lean_dec(x_255); +x_264 = lean_ptr_addr(x_254); +lean_dec(x_254); +x_265 = lean_ptr_addr(x_262); +x_266 = lean_usize_dec_eq(x_264, x_265); +if (x_266 == 0) { -lean_object* x_311; lean_object* x_312; +lean_object* x_267; lean_object* x_268; lean_dec(x_1); -x_311 = l_Lean_Expr_sort___override(x_306); -x_312 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_312, 0, x_311); -lean_ctor_set(x_312, 1, x_307); -return x_312; +x_267 = l_Lean_Expr_sort___override(x_262); +x_268 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_268, 0, x_267); +lean_ctor_set(x_268, 1, x_263); +return x_268; } else { -lean_object* x_313; -lean_dec(x_306); -x_313 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_313, 0, x_1); -lean_ctor_set(x_313, 1, x_307); -return x_313; +lean_object* x_269; +lean_dec(x_262); +x_269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_269, 0, x_1); +lean_ctor_set(x_269, 1, x_263); +return x_269; } } } case 4: { -lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; uint8_t x_318; -x_314 = lean_ctor_get(x_1, 0); -lean_inc(x_314); -x_315 = lean_ctor_get(x_1, 1); -lean_inc(x_315); -x_316 = lean_box(0); -lean_inc(x_315); -x_317 = l_List_mapM_loop___at_Lean_Meta_Closure_collectExprAux___spec__3(x_315, x_316, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; uint8_t x_274; +x_270 = lean_ctor_get(x_1, 0); +lean_inc(x_270); +x_271 = lean_ctor_get(x_1, 1); +lean_inc(x_271); +x_272 = lean_box(0); +lean_inc(x_271); +x_273 = l_List_mapM_loop___at_Lean_Meta_Closure_collectExprAux___spec__3(x_271, x_272, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_318 = !lean_is_exclusive(x_317); -if (x_318 == 0) +x_274 = !lean_is_exclusive(x_273); +if (x_274 == 0) { -lean_object* x_319; uint8_t x_320; -x_319 = lean_ctor_get(x_317, 0); -x_320 = l_ptrEqList___rarg(x_315, x_319); -lean_dec(x_315); -if (x_320 == 0) +lean_object* x_275; uint8_t x_276; +x_275 = lean_ctor_get(x_273, 0); +x_276 = l_ptrEqList___rarg(x_271, x_275); +lean_dec(x_271); +if (x_276 == 0) { -lean_object* x_321; +lean_object* x_277; lean_dec(x_1); -x_321 = l_Lean_Expr_const___override(x_314, x_319); -lean_ctor_set(x_317, 0, x_321); -return x_317; +x_277 = l_Lean_Expr_const___override(x_270, x_275); +lean_ctor_set(x_273, 0, x_277); +return x_273; } else { -lean_dec(x_319); -lean_dec(x_314); -lean_ctor_set(x_317, 0, x_1); -return x_317; +lean_dec(x_275); +lean_dec(x_270); +lean_ctor_set(x_273, 0, x_1); +return x_273; } } else { -lean_object* x_322; lean_object* x_323; uint8_t x_324; -x_322 = lean_ctor_get(x_317, 0); -x_323 = lean_ctor_get(x_317, 1); -lean_inc(x_323); -lean_inc(x_322); -lean_dec(x_317); -x_324 = l_ptrEqList___rarg(x_315, x_322); -lean_dec(x_315); -if (x_324 == 0) +lean_object* x_278; lean_object* x_279; uint8_t x_280; +x_278 = lean_ctor_get(x_273, 0); +x_279 = lean_ctor_get(x_273, 1); +lean_inc(x_279); +lean_inc(x_278); +lean_dec(x_273); +x_280 = l_ptrEqList___rarg(x_271, x_278); +lean_dec(x_271); +if (x_280 == 0) { -lean_object* x_325; lean_object* x_326; +lean_object* x_281; lean_object* x_282; lean_dec(x_1); -x_325 = l_Lean_Expr_const___override(x_314, x_322); -x_326 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_326, 0, x_325); -lean_ctor_set(x_326, 1, x_323); -return x_326; +x_281 = l_Lean_Expr_const___override(x_270, x_278); +x_282 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_282, 0, x_281); +lean_ctor_set(x_282, 1, x_279); +return x_282; } else { -lean_object* x_327; -lean_dec(x_322); -lean_dec(x_314); -x_327 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_327, 0, x_1); -lean_ctor_set(x_327, 1, x_323); -return x_327; +lean_object* x_283; +lean_dec(x_278); +lean_dec(x_270); +x_283 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_283, 0, x_1); +lean_ctor_set(x_283, 1, x_279); +return x_283; } } } case 5: { -lean_object* x_328; lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_392; uint8_t x_426; -x_328 = lean_ctor_get(x_1, 0); -lean_inc(x_328); -x_329 = lean_ctor_get(x_1, 1); -lean_inc(x_329); -x_426 = l_Lean_Expr_hasLevelParam(x_328); -if (x_426 == 0) +lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; uint8_t x_349; uint8_t x_383; +x_284 = lean_ctor_get(x_1, 0); +lean_inc(x_284); +x_285 = lean_ctor_get(x_1, 1); +lean_inc(x_285); +x_383 = l_Lean_Expr_hasLevelParam(x_284); +if (x_383 == 0) { -uint8_t x_427; -x_427 = l_Lean_Expr_hasFVar(x_328); -if (x_427 == 0) +uint8_t x_384; +x_384 = l_Lean_Expr_hasFVar(x_284); +if (x_384 == 0) { -uint8_t x_428; -x_428 = l_Lean_Expr_hasMVar(x_328); -if (x_428 == 0) +uint8_t x_385; +x_385 = l_Lean_Expr_hasMVar(x_284); +if (x_385 == 0) { -x_330 = x_328; -x_331 = x_8; -goto block_391; +uint8_t x_386; +x_386 = 1; +x_349 = x_386; +goto block_382; } else { -lean_object* x_429; -x_429 = lean_box(0); -x_392 = x_429; -goto block_425; +uint8_t x_387; +x_387 = 0; +x_349 = x_387; +goto block_382; } } else { -lean_object* x_430; -x_430 = lean_box(0); -x_392 = x_430; -goto block_425; +uint8_t x_388; +x_388 = 0; +x_349 = x_388; +goto block_382; } } else { -lean_object* x_431; -x_431 = lean_box(0); -x_392 = x_431; -goto block_425; +uint8_t x_389; +x_389 = 0; +x_349 = x_389; +goto block_382; } -block_391: +block_348: { -lean_object* x_332; lean_object* x_333; lean_object* x_351; uint8_t x_385; -x_385 = l_Lean_Expr_hasLevelParam(x_329); -if (x_385 == 0) +lean_object* x_288; lean_object* x_289; uint8_t x_307; uint8_t x_341; +x_341 = l_Lean_Expr_hasLevelParam(x_285); +if (x_341 == 0) { -uint8_t x_386; -x_386 = l_Lean_Expr_hasFVar(x_329); -if (x_386 == 0) +uint8_t x_342; +x_342 = l_Lean_Expr_hasFVar(x_285); +if (x_342 == 0) { -uint8_t x_387; -x_387 = l_Lean_Expr_hasMVar(x_329); -if (x_387 == 0) +uint8_t x_343; +x_343 = l_Lean_Expr_hasMVar(x_285); +if (x_343 == 0) { -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_332 = x_329; -x_333 = x_331; -goto block_350; +uint8_t x_344; +x_344 = 1; +x_307 = x_344; +goto block_340; } else { -lean_object* x_388; -x_388 = lean_box(0); -x_351 = x_388; -goto block_384; +uint8_t x_345; +x_345 = 0; +x_307 = x_345; +goto block_340; } } else { -lean_object* x_389; -x_389 = lean_box(0); -x_351 = x_389; -goto block_384; +uint8_t x_346; +x_346 = 0; +x_307 = x_346; +goto block_340; } } else { -lean_object* x_390; -x_390 = lean_box(0); -x_351 = x_390; -goto block_384; +uint8_t x_347; +x_347 = 0; +x_307 = x_347; +goto block_340; } -block_350: +block_306: { if (lean_obj_tag(x_1) == 5) { -lean_object* x_334; lean_object* x_335; size_t x_336; size_t x_337; uint8_t x_338; -x_334 = lean_ctor_get(x_1, 0); -lean_inc(x_334); -x_335 = lean_ctor_get(x_1, 1); -lean_inc(x_335); -x_336 = lean_ptr_addr(x_334); -lean_dec(x_334); -x_337 = lean_ptr_addr(x_330); -x_338 = lean_usize_dec_eq(x_336, x_337); -if (x_338 == 0) -{ -lean_object* x_339; lean_object* x_340; -lean_dec(x_335); +lean_object* x_290; lean_object* x_291; size_t x_292; size_t x_293; uint8_t x_294; +x_290 = lean_ctor_get(x_1, 0); +lean_inc(x_290); +x_291 = lean_ctor_get(x_1, 1); +lean_inc(x_291); +x_292 = lean_ptr_addr(x_290); +lean_dec(x_290); +x_293 = lean_ptr_addr(x_286); +x_294 = lean_usize_dec_eq(x_292, x_293); +if (x_294 == 0) +{ +lean_object* x_295; lean_object* x_296; +lean_dec(x_291); lean_dec(x_1); -x_339 = l_Lean_Expr_app___override(x_330, x_332); -x_340 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_340, 0, x_339); -lean_ctor_set(x_340, 1, x_333); -return x_340; +x_295 = l_Lean_Expr_app___override(x_286, x_288); +x_296 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_296, 0, x_295); +lean_ctor_set(x_296, 1, x_289); +return x_296; } else { -size_t x_341; size_t x_342; uint8_t x_343; -x_341 = lean_ptr_addr(x_335); -lean_dec(x_335); -x_342 = lean_ptr_addr(x_332); -x_343 = lean_usize_dec_eq(x_341, x_342); -if (x_343 == 0) +size_t x_297; size_t x_298; uint8_t x_299; +x_297 = lean_ptr_addr(x_291); +lean_dec(x_291); +x_298 = lean_ptr_addr(x_288); +x_299 = lean_usize_dec_eq(x_297, x_298); +if (x_299 == 0) { -lean_object* x_344; lean_object* x_345; +lean_object* x_300; lean_object* x_301; lean_dec(x_1); -x_344 = l_Lean_Expr_app___override(x_330, x_332); -x_345 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_345, 0, x_344); -lean_ctor_set(x_345, 1, x_333); -return x_345; +x_300 = l_Lean_Expr_app___override(x_286, x_288); +x_301 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_301, 0, x_300); +lean_ctor_set(x_301, 1, x_289); +return x_301; } else { -lean_object* x_346; -lean_dec(x_332); -lean_dec(x_330); -x_346 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_346, 0, x_1); -lean_ctor_set(x_346, 1, x_333); -return x_346; +lean_object* x_302; +lean_dec(x_288); +lean_dec(x_286); +x_302 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_302, 0, x_1); +lean_ctor_set(x_302, 1, x_289); +return x_302; } } } else { -lean_object* x_347; lean_object* x_348; lean_object* x_349; -lean_dec(x_332); -lean_dec(x_330); +lean_object* x_303; lean_object* x_304; lean_object* x_305; +lean_dec(x_288); +lean_dec(x_286); lean_dec(x_1); -x_347 = l_Lean_Meta_Closure_collectExprAux___closed__10; -x_348 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_347); -x_349 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_349, 0, x_348); -lean_ctor_set(x_349, 1, x_333); -return x_349; -} -} -block_384: +x_303 = l_Lean_Meta_Closure_collectExprAux___closed__10; +x_304 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_303); +x_305 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_305, 0, x_304); +lean_ctor_set(x_305, 1, x_289); +return x_305; +} +} +block_340: +{ +if (x_307 == 0) +{ +lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; +x_308 = lean_st_ref_get(x_3, x_287); +x_309 = lean_ctor_get(x_308, 0); +lean_inc(x_309); +x_310 = lean_ctor_get(x_308, 1); +lean_inc(x_310); +lean_dec(x_308); +x_311 = lean_ctor_get(x_309, 1); +lean_inc(x_311); +lean_dec(x_309); +lean_inc(x_285); +x_312 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_311, x_285); +if (lean_obj_tag(x_312) == 0) { -lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; -lean_dec(x_351); -x_352 = lean_st_ref_get(x_3, x_331); -x_353 = lean_ctor_get(x_352, 0); -lean_inc(x_353); -x_354 = lean_ctor_get(x_352, 1); -lean_inc(x_354); -lean_dec(x_352); -x_355 = lean_ctor_get(x_353, 1); -lean_inc(x_355); -lean_dec(x_353); -lean_inc(x_329); -x_356 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_355, x_329); -if (lean_obj_tag(x_356) == 0) +lean_object* x_313; +lean_inc(x_285); +x_313 = l_Lean_Meta_Closure_collectExprAux(x_285, x_2, x_3, x_4, x_5, x_6, x_7, x_310); +if (lean_obj_tag(x_313) == 0) { -lean_object* x_357; +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; +x_314 = lean_ctor_get(x_313, 0); +lean_inc(x_314); +x_315 = lean_ctor_get(x_313, 1); +lean_inc(x_315); +lean_dec(x_313); +x_316 = lean_st_ref_take(x_3, x_315); +x_317 = lean_ctor_get(x_316, 0); +lean_inc(x_317); +x_318 = lean_ctor_get(x_316, 1); +lean_inc(x_318); +lean_dec(x_316); +x_319 = lean_ctor_get(x_317, 0); +lean_inc(x_319); +x_320 = lean_ctor_get(x_317, 1); +lean_inc(x_320); +lean_inc(x_314); +x_321 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_320, x_285, x_314); +x_322 = lean_ctor_get(x_317, 2); +lean_inc(x_322); +x_323 = lean_ctor_get(x_317, 3); +lean_inc(x_323); +x_324 = lean_ctor_get(x_317, 4); +lean_inc(x_324); +x_325 = lean_ctor_get(x_317, 5); +lean_inc(x_325); +x_326 = lean_ctor_get(x_317, 6); +lean_inc(x_326); +x_327 = lean_ctor_get(x_317, 7); +lean_inc(x_327); +x_328 = lean_ctor_get(x_317, 8); +lean_inc(x_328); +x_329 = lean_ctor_get(x_317, 9); lean_inc(x_329); -x_357 = l_Lean_Meta_Closure_collectExprAux(x_329, x_2, x_3, x_4, x_5, x_6, x_7, x_354); -if (lean_obj_tag(x_357) == 0) -{ -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; -x_358 = lean_ctor_get(x_357, 0); -lean_inc(x_358); -x_359 = lean_ctor_get(x_357, 1); -lean_inc(x_359); -lean_dec(x_357); -x_360 = lean_st_ref_take(x_3, x_359); -x_361 = lean_ctor_get(x_360, 0); -lean_inc(x_361); -x_362 = lean_ctor_get(x_360, 1); -lean_inc(x_362); -lean_dec(x_360); -x_363 = lean_ctor_get(x_361, 0); -lean_inc(x_363); -x_364 = lean_ctor_get(x_361, 1); -lean_inc(x_364); -lean_inc(x_358); -x_365 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_364, x_329, x_358); -x_366 = lean_ctor_get(x_361, 2); -lean_inc(x_366); -x_367 = lean_ctor_get(x_361, 3); -lean_inc(x_367); -x_368 = lean_ctor_get(x_361, 4); -lean_inc(x_368); -x_369 = lean_ctor_get(x_361, 5); -lean_inc(x_369); -x_370 = lean_ctor_get(x_361, 6); -lean_inc(x_370); -x_371 = lean_ctor_get(x_361, 7); -lean_inc(x_371); -x_372 = lean_ctor_get(x_361, 8); -lean_inc(x_372); -x_373 = lean_ctor_get(x_361, 9); -lean_inc(x_373); -x_374 = lean_ctor_get(x_361, 10); -lean_inc(x_374); -x_375 = lean_ctor_get(x_361, 11); -lean_inc(x_375); -lean_dec(x_361); -x_376 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_376, 0, x_363); -lean_ctor_set(x_376, 1, x_365); -lean_ctor_set(x_376, 2, x_366); -lean_ctor_set(x_376, 3, x_367); -lean_ctor_set(x_376, 4, x_368); -lean_ctor_set(x_376, 5, x_369); -lean_ctor_set(x_376, 6, x_370); -lean_ctor_set(x_376, 7, x_371); -lean_ctor_set(x_376, 8, x_372); -lean_ctor_set(x_376, 9, x_373); -lean_ctor_set(x_376, 10, x_374); -lean_ctor_set(x_376, 11, x_375); -x_377 = lean_st_ref_set(x_3, x_376, x_362); -x_378 = lean_ctor_get(x_377, 1); -lean_inc(x_378); -lean_dec(x_377); -x_332 = x_358; -x_333 = x_378; -goto block_350; +x_330 = lean_ctor_get(x_317, 10); +lean_inc(x_330); +x_331 = lean_ctor_get(x_317, 11); +lean_inc(x_331); +lean_dec(x_317); +x_332 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_332, 0, x_319); +lean_ctor_set(x_332, 1, x_321); +lean_ctor_set(x_332, 2, x_322); +lean_ctor_set(x_332, 3, x_323); +lean_ctor_set(x_332, 4, x_324); +lean_ctor_set(x_332, 5, x_325); +lean_ctor_set(x_332, 6, x_326); +lean_ctor_set(x_332, 7, x_327); +lean_ctor_set(x_332, 8, x_328); +lean_ctor_set(x_332, 9, x_329); +lean_ctor_set(x_332, 10, x_330); +lean_ctor_set(x_332, 11, x_331); +x_333 = lean_st_ref_set(x_3, x_332, x_318); +x_334 = lean_ctor_get(x_333, 1); +lean_inc(x_334); +lean_dec(x_333); +x_288 = x_314; +x_289 = x_334; +goto block_306; } else { -uint8_t x_379; -lean_dec(x_330); -lean_dec(x_329); +uint8_t x_335; +lean_dec(x_286); +lean_dec(x_285); lean_dec(x_1); -x_379 = !lean_is_exclusive(x_357); -if (x_379 == 0) +x_335 = !lean_is_exclusive(x_313); +if (x_335 == 0) { -return x_357; +return x_313; } else { -lean_object* x_380; lean_object* x_381; lean_object* x_382; -x_380 = lean_ctor_get(x_357, 0); -x_381 = lean_ctor_get(x_357, 1); -lean_inc(x_381); -lean_inc(x_380); -lean_dec(x_357); -x_382 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_382, 0, x_380); -lean_ctor_set(x_382, 1, x_381); -return x_382; +lean_object* x_336; lean_object* x_337; lean_object* x_338; +x_336 = lean_ctor_get(x_313, 0); +x_337 = lean_ctor_get(x_313, 1); +lean_inc(x_337); +lean_inc(x_336); +lean_dec(x_313); +x_338 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_338, 0, x_336); +lean_ctor_set(x_338, 1, x_337); +return x_338; } } } else { -lean_object* x_383; -lean_dec(x_329); +lean_object* x_339; +lean_dec(x_285); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_383 = lean_ctor_get(x_356, 0); -lean_inc(x_383); -lean_dec(x_356); -x_332 = x_383; -x_333 = x_354; -goto block_350; +x_339 = lean_ctor_get(x_312, 0); +lean_inc(x_339); +lean_dec(x_312); +x_288 = x_339; +x_289 = x_310; +goto block_306; } } +else +{ +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_288 = x_285; +x_289 = x_287; +goto block_306; +} } -block_425: +} +block_382: { -lean_object* x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; -lean_dec(x_392); -x_393 = lean_st_ref_get(x_3, x_8); -x_394 = lean_ctor_get(x_393, 0); -lean_inc(x_394); -x_395 = lean_ctor_get(x_393, 1); -lean_inc(x_395); -lean_dec(x_393); -x_396 = lean_ctor_get(x_394, 1); -lean_inc(x_396); -lean_dec(x_394); -lean_inc(x_328); -x_397 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_396, x_328); -if (lean_obj_tag(x_397) == 0) +if (x_349 == 0) +{ +lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; +x_350 = lean_st_ref_get(x_3, x_8); +x_351 = lean_ctor_get(x_350, 0); +lean_inc(x_351); +x_352 = lean_ctor_get(x_350, 1); +lean_inc(x_352); +lean_dec(x_350); +x_353 = lean_ctor_get(x_351, 1); +lean_inc(x_353); +lean_dec(x_351); +lean_inc(x_284); +x_354 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_353, x_284); +if (lean_obj_tag(x_354) == 0) { -lean_object* x_398; +lean_object* x_355; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_328); -x_398 = l_Lean_Meta_Closure_collectExprAux(x_328, x_2, x_3, x_4, x_5, x_6, x_7, x_395); -if (lean_obj_tag(x_398) == 0) -{ -lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; lean_object* x_419; -x_399 = lean_ctor_get(x_398, 0); -lean_inc(x_399); -x_400 = lean_ctor_get(x_398, 1); -lean_inc(x_400); -lean_dec(x_398); -x_401 = lean_st_ref_take(x_3, x_400); -x_402 = lean_ctor_get(x_401, 0); -lean_inc(x_402); -x_403 = lean_ctor_get(x_401, 1); -lean_inc(x_403); -lean_dec(x_401); -x_404 = lean_ctor_get(x_402, 0); -lean_inc(x_404); -x_405 = lean_ctor_get(x_402, 1); -lean_inc(x_405); -lean_inc(x_399); -x_406 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_405, x_328, x_399); -x_407 = lean_ctor_get(x_402, 2); -lean_inc(x_407); -x_408 = lean_ctor_get(x_402, 3); -lean_inc(x_408); -x_409 = lean_ctor_get(x_402, 4); -lean_inc(x_409); -x_410 = lean_ctor_get(x_402, 5); -lean_inc(x_410); -x_411 = lean_ctor_get(x_402, 6); -lean_inc(x_411); -x_412 = lean_ctor_get(x_402, 7); -lean_inc(x_412); -x_413 = lean_ctor_get(x_402, 8); -lean_inc(x_413); -x_414 = lean_ctor_get(x_402, 9); -lean_inc(x_414); -x_415 = lean_ctor_get(x_402, 10); -lean_inc(x_415); -x_416 = lean_ctor_get(x_402, 11); -lean_inc(x_416); -lean_dec(x_402); -x_417 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_417, 0, x_404); -lean_ctor_set(x_417, 1, x_406); -lean_ctor_set(x_417, 2, x_407); -lean_ctor_set(x_417, 3, x_408); -lean_ctor_set(x_417, 4, x_409); -lean_ctor_set(x_417, 5, x_410); -lean_ctor_set(x_417, 6, x_411); -lean_ctor_set(x_417, 7, x_412); -lean_ctor_set(x_417, 8, x_413); -lean_ctor_set(x_417, 9, x_414); -lean_ctor_set(x_417, 10, x_415); -lean_ctor_set(x_417, 11, x_416); -x_418 = lean_st_ref_set(x_3, x_417, x_403); -x_419 = lean_ctor_get(x_418, 1); -lean_inc(x_419); -lean_dec(x_418); -x_330 = x_399; -x_331 = x_419; -goto block_391; -} -else -{ -uint8_t x_420; -lean_dec(x_329); -lean_dec(x_328); +lean_inc(x_284); +x_355 = l_Lean_Meta_Closure_collectExprAux(x_284, x_2, x_3, x_4, x_5, x_6, x_7, x_352); +if (lean_obj_tag(x_355) == 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; 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; +x_356 = lean_ctor_get(x_355, 0); +lean_inc(x_356); +x_357 = lean_ctor_get(x_355, 1); +lean_inc(x_357); +lean_dec(x_355); +x_358 = lean_st_ref_take(x_3, x_357); +x_359 = lean_ctor_get(x_358, 0); +lean_inc(x_359); +x_360 = lean_ctor_get(x_358, 1); +lean_inc(x_360); +lean_dec(x_358); +x_361 = lean_ctor_get(x_359, 0); +lean_inc(x_361); +x_362 = lean_ctor_get(x_359, 1); +lean_inc(x_362); +lean_inc(x_356); +x_363 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_362, x_284, x_356); +x_364 = lean_ctor_get(x_359, 2); +lean_inc(x_364); +x_365 = lean_ctor_get(x_359, 3); +lean_inc(x_365); +x_366 = lean_ctor_get(x_359, 4); +lean_inc(x_366); +x_367 = lean_ctor_get(x_359, 5); +lean_inc(x_367); +x_368 = lean_ctor_get(x_359, 6); +lean_inc(x_368); +x_369 = lean_ctor_get(x_359, 7); +lean_inc(x_369); +x_370 = lean_ctor_get(x_359, 8); +lean_inc(x_370); +x_371 = lean_ctor_get(x_359, 9); +lean_inc(x_371); +x_372 = lean_ctor_get(x_359, 10); +lean_inc(x_372); +x_373 = lean_ctor_get(x_359, 11); +lean_inc(x_373); +lean_dec(x_359); +x_374 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_374, 0, x_361); +lean_ctor_set(x_374, 1, x_363); +lean_ctor_set(x_374, 2, x_364); +lean_ctor_set(x_374, 3, x_365); +lean_ctor_set(x_374, 4, x_366); +lean_ctor_set(x_374, 5, x_367); +lean_ctor_set(x_374, 6, x_368); +lean_ctor_set(x_374, 7, x_369); +lean_ctor_set(x_374, 8, x_370); +lean_ctor_set(x_374, 9, x_371); +lean_ctor_set(x_374, 10, x_372); +lean_ctor_set(x_374, 11, x_373); +x_375 = lean_st_ref_set(x_3, x_374, x_360); +x_376 = lean_ctor_get(x_375, 1); +lean_inc(x_376); +lean_dec(x_375); +x_286 = x_356; +x_287 = x_376; +goto block_348; +} +else +{ +uint8_t x_377; +lean_dec(x_285); +lean_dec(x_284); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_420 = !lean_is_exclusive(x_398); -if (x_420 == 0) +x_377 = !lean_is_exclusive(x_355); +if (x_377 == 0) { -return x_398; +return x_355; } else { -lean_object* x_421; lean_object* x_422; lean_object* x_423; -x_421 = lean_ctor_get(x_398, 0); -x_422 = lean_ctor_get(x_398, 1); -lean_inc(x_422); -lean_inc(x_421); -lean_dec(x_398); -x_423 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_423, 0, x_421); -lean_ctor_set(x_423, 1, x_422); -return x_423; +lean_object* x_378; lean_object* x_379; lean_object* x_380; +x_378 = lean_ctor_get(x_355, 0); +x_379 = lean_ctor_get(x_355, 1); +lean_inc(x_379); +lean_inc(x_378); +lean_dec(x_355); +x_380 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_380, 0, x_378); +lean_ctor_set(x_380, 1, x_379); +return x_380; } } } else { -lean_object* x_424; -lean_dec(x_328); -x_424 = lean_ctor_get(x_397, 0); -lean_inc(x_424); -lean_dec(x_397); -x_330 = x_424; -x_331 = x_395; -goto block_391; +lean_object* x_381; +lean_dec(x_284); +x_381 = lean_ctor_get(x_354, 0); +lean_inc(x_381); +lean_dec(x_354); +x_286 = x_381; +x_287 = x_352; +goto block_348; +} +} +else +{ +x_286 = x_284; +x_287 = x_8; +goto block_348; } } } case 6: { -lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_502; uint8_t x_536; -x_432 = lean_ctor_get(x_1, 1); -lean_inc(x_432); -x_433 = lean_ctor_get(x_1, 2); -lean_inc(x_433); -x_536 = l_Lean_Expr_hasLevelParam(x_432); -if (x_536 == 0) +lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; uint8_t x_461; uint8_t x_495; +x_390 = lean_ctor_get(x_1, 1); +lean_inc(x_390); +x_391 = lean_ctor_get(x_1, 2); +lean_inc(x_391); +x_495 = l_Lean_Expr_hasLevelParam(x_390); +if (x_495 == 0) { -uint8_t x_537; -x_537 = l_Lean_Expr_hasFVar(x_432); -if (x_537 == 0) +uint8_t x_496; +x_496 = l_Lean_Expr_hasFVar(x_390); +if (x_496 == 0) { -uint8_t x_538; -x_538 = l_Lean_Expr_hasMVar(x_432); -if (x_538 == 0) +uint8_t x_497; +x_497 = l_Lean_Expr_hasMVar(x_390); +if (x_497 == 0) { -x_434 = x_432; -x_435 = x_8; -goto block_501; +uint8_t x_498; +x_498 = 1; +x_461 = x_498; +goto block_494; } else { -lean_object* x_539; -x_539 = lean_box(0); -x_502 = x_539; -goto block_535; +uint8_t x_499; +x_499 = 0; +x_461 = x_499; +goto block_494; } } else { -lean_object* x_540; -x_540 = lean_box(0); -x_502 = x_540; -goto block_535; +uint8_t x_500; +x_500 = 0; +x_461 = x_500; +goto block_494; } } else { -lean_object* x_541; -x_541 = lean_box(0); -x_502 = x_541; -goto block_535; +uint8_t x_501; +x_501 = 0; +x_461 = x_501; +goto block_494; } -block_501: +block_460: { -lean_object* x_436; lean_object* x_437; lean_object* x_461; uint8_t x_495; -x_495 = l_Lean_Expr_hasLevelParam(x_433); -if (x_495 == 0) +lean_object* x_394; lean_object* x_395; uint8_t x_419; uint8_t x_453; +x_453 = l_Lean_Expr_hasLevelParam(x_391); +if (x_453 == 0) { -uint8_t x_496; -x_496 = l_Lean_Expr_hasFVar(x_433); -if (x_496 == 0) +uint8_t x_454; +x_454 = l_Lean_Expr_hasFVar(x_391); +if (x_454 == 0) { -uint8_t x_497; -x_497 = l_Lean_Expr_hasMVar(x_433); -if (x_497 == 0) +uint8_t x_455; +x_455 = l_Lean_Expr_hasMVar(x_391); +if (x_455 == 0) { -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_436 = x_433; -x_437 = x_435; -goto block_460; +uint8_t x_456; +x_456 = 1; +x_419 = x_456; +goto block_452; } else { -lean_object* x_498; -x_498 = lean_box(0); -x_461 = x_498; -goto block_494; +uint8_t x_457; +x_457 = 0; +x_419 = x_457; +goto block_452; } } else { -lean_object* x_499; -x_499 = lean_box(0); -x_461 = x_499; -goto block_494; +uint8_t x_458; +x_458 = 0; +x_419 = x_458; +goto block_452; } } else { -lean_object* x_500; -x_500 = lean_box(0); -x_461 = x_500; -goto block_494; +uint8_t x_459; +x_459 = 0; +x_419 = x_459; +goto block_452; } -block_460: +block_418: { if (lean_obj_tag(x_1) == 6) { -lean_object* x_438; lean_object* x_439; lean_object* x_440; uint8_t x_441; lean_object* x_442; size_t x_443; size_t x_444; uint8_t x_445; -x_438 = lean_ctor_get(x_1, 0); +lean_object* x_396; lean_object* x_397; lean_object* x_398; uint8_t x_399; lean_object* x_400; size_t x_401; size_t x_402; uint8_t x_403; +x_396 = lean_ctor_get(x_1, 0); +lean_inc(x_396); +x_397 = lean_ctor_get(x_1, 1); +lean_inc(x_397); +x_398 = lean_ctor_get(x_1, 2); +lean_inc(x_398); +x_399 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_dec(x_1); +lean_inc(x_398); +lean_inc(x_397); +lean_inc(x_396); +x_400 = l_Lean_Expr_lam___override(x_396, x_397, x_398, x_399); +x_401 = lean_ptr_addr(x_397); +lean_dec(x_397); +x_402 = lean_ptr_addr(x_392); +x_403 = lean_usize_dec_eq(x_401, x_402); +if (x_403 == 0) +{ +lean_object* x_404; lean_object* x_405; +lean_dec(x_400); +lean_dec(x_398); +x_404 = l_Lean_Expr_lam___override(x_396, x_392, x_394, x_399); +x_405 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_405, 0, x_404); +lean_ctor_set(x_405, 1, x_395); +return x_405; +} +else +{ +size_t x_406; size_t x_407; uint8_t x_408; +x_406 = lean_ptr_addr(x_398); +lean_dec(x_398); +x_407 = lean_ptr_addr(x_394); +x_408 = lean_usize_dec_eq(x_406, x_407); +if (x_408 == 0) +{ +lean_object* x_409; lean_object* x_410; +lean_dec(x_400); +x_409 = l_Lean_Expr_lam___override(x_396, x_392, x_394, x_399); +x_410 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_410, 0, x_409); +lean_ctor_set(x_410, 1, x_395); +return x_410; +} +else +{ +uint8_t x_411; +x_411 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_399, x_399); +if (x_411 == 0) +{ +lean_object* x_412; lean_object* x_413; +lean_dec(x_400); +x_412 = l_Lean_Expr_lam___override(x_396, x_392, x_394, x_399); +x_413 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_413, 0, x_412); +lean_ctor_set(x_413, 1, x_395); +return x_413; +} +else +{ +lean_object* x_414; +lean_dec(x_396); +lean_dec(x_394); +lean_dec(x_392); +x_414 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_414, 0, x_400); +lean_ctor_set(x_414, 1, x_395); +return x_414; +} +} +} +} +else +{ +lean_object* x_415; lean_object* x_416; lean_object* x_417; +lean_dec(x_394); +lean_dec(x_392); +lean_dec(x_1); +x_415 = l_Lean_Meta_Closure_collectExprAux___closed__13; +x_416 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_415); +x_417 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_417, 0, x_416); +lean_ctor_set(x_417, 1, x_395); +return x_417; +} +} +block_452: +{ +if (x_419 == 0) +{ +lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; +x_420 = lean_st_ref_get(x_3, x_393); +x_421 = lean_ctor_get(x_420, 0); +lean_inc(x_421); +x_422 = lean_ctor_get(x_420, 1); +lean_inc(x_422); +lean_dec(x_420); +x_423 = lean_ctor_get(x_421, 1); +lean_inc(x_423); +lean_dec(x_421); +lean_inc(x_391); +x_424 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_423, x_391); +if (lean_obj_tag(x_424) == 0) +{ +lean_object* x_425; +lean_inc(x_391); +x_425 = l_Lean_Meta_Closure_collectExprAux(x_391, x_2, x_3, x_4, x_5, x_6, x_7, x_422); +if (lean_obj_tag(x_425) == 0) +{ +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; +x_426 = lean_ctor_get(x_425, 0); +lean_inc(x_426); +x_427 = lean_ctor_get(x_425, 1); +lean_inc(x_427); +lean_dec(x_425); +x_428 = lean_st_ref_take(x_3, x_427); +x_429 = lean_ctor_get(x_428, 0); +lean_inc(x_429); +x_430 = lean_ctor_get(x_428, 1); +lean_inc(x_430); +lean_dec(x_428); +x_431 = lean_ctor_get(x_429, 0); +lean_inc(x_431); +x_432 = lean_ctor_get(x_429, 1); +lean_inc(x_432); +lean_inc(x_426); +x_433 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_432, x_391, x_426); +x_434 = lean_ctor_get(x_429, 2); +lean_inc(x_434); +x_435 = lean_ctor_get(x_429, 3); +lean_inc(x_435); +x_436 = lean_ctor_get(x_429, 4); +lean_inc(x_436); +x_437 = lean_ctor_get(x_429, 5); +lean_inc(x_437); +x_438 = lean_ctor_get(x_429, 6); lean_inc(x_438); -x_439 = lean_ctor_get(x_1, 1); +x_439 = lean_ctor_get(x_429, 7); lean_inc(x_439); -x_440 = lean_ctor_get(x_1, 2); +x_440 = lean_ctor_get(x_429, 8); lean_inc(x_440); -x_441 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_441 = lean_ctor_get(x_429, 9); +lean_inc(x_441); +x_442 = lean_ctor_get(x_429, 10); +lean_inc(x_442); +x_443 = lean_ctor_get(x_429, 11); +lean_inc(x_443); +lean_dec(x_429); +x_444 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_444, 0, x_431); +lean_ctor_set(x_444, 1, x_433); +lean_ctor_set(x_444, 2, x_434); +lean_ctor_set(x_444, 3, x_435); +lean_ctor_set(x_444, 4, x_436); +lean_ctor_set(x_444, 5, x_437); +lean_ctor_set(x_444, 6, x_438); +lean_ctor_set(x_444, 7, x_439); +lean_ctor_set(x_444, 8, x_440); +lean_ctor_set(x_444, 9, x_441); +lean_ctor_set(x_444, 10, x_442); +lean_ctor_set(x_444, 11, x_443); +x_445 = lean_st_ref_set(x_3, x_444, x_430); +x_446 = lean_ctor_get(x_445, 1); +lean_inc(x_446); +lean_dec(x_445); +x_394 = x_426; +x_395 = x_446; +goto block_418; +} +else +{ +uint8_t x_447; +lean_dec(x_392); +lean_dec(x_391); lean_dec(x_1); -lean_inc(x_440); -lean_inc(x_439); -lean_inc(x_438); -x_442 = l_Lean_Expr_lam___override(x_438, x_439, x_440, x_441); -x_443 = lean_ptr_addr(x_439); -lean_dec(x_439); -x_444 = lean_ptr_addr(x_434); -x_445 = lean_usize_dec_eq(x_443, x_444); -if (x_445 == 0) -{ -lean_object* x_446; lean_object* x_447; -lean_dec(x_442); -lean_dec(x_440); -x_446 = l_Lean_Expr_lam___override(x_438, x_434, x_436, x_441); -x_447 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_447, 0, x_446); -lean_ctor_set(x_447, 1, x_437); -return x_447; -} -else -{ -size_t x_448; size_t x_449; uint8_t x_450; -x_448 = lean_ptr_addr(x_440); -lean_dec(x_440); -x_449 = lean_ptr_addr(x_436); -x_450 = lean_usize_dec_eq(x_448, x_449); -if (x_450 == 0) -{ -lean_object* x_451; lean_object* x_452; -lean_dec(x_442); -x_451 = l_Lean_Expr_lam___override(x_438, x_434, x_436, x_441); -x_452 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_452, 0, x_451); -lean_ctor_set(x_452, 1, x_437); -return x_452; -} -else -{ -uint8_t x_453; -x_453 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_441, x_441); -if (x_453 == 0) +x_447 = !lean_is_exclusive(x_425); +if (x_447 == 0) { -lean_object* x_454; lean_object* x_455; -lean_dec(x_442); -x_454 = l_Lean_Expr_lam___override(x_438, x_434, x_436, x_441); -x_455 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_455, 0, x_454); -lean_ctor_set(x_455, 1, x_437); -return x_455; +return x_425; } else { -lean_object* x_456; -lean_dec(x_438); -lean_dec(x_436); -lean_dec(x_434); -x_456 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_456, 0, x_442); -lean_ctor_set(x_456, 1, x_437); -return x_456; +lean_object* x_448; lean_object* x_449; lean_object* x_450; +x_448 = lean_ctor_get(x_425, 0); +x_449 = lean_ctor_get(x_425, 1); +lean_inc(x_449); +lean_inc(x_448); +lean_dec(x_425); +x_450 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_450, 0, x_448); +lean_ctor_set(x_450, 1, x_449); +return x_450; +} } } +else +{ +lean_object* x_451; +lean_dec(x_391); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_451 = lean_ctor_get(x_424, 0); +lean_inc(x_451); +lean_dec(x_424); +x_394 = x_451; +x_395 = x_422; +goto block_418; } } else { -lean_object* x_457; lean_object* x_458; lean_object* x_459; -lean_dec(x_436); -lean_dec(x_434); -lean_dec(x_1); -x_457 = l_Lean_Meta_Closure_collectExprAux___closed__13; -x_458 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_457); -x_459 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_459, 0, x_458); -lean_ctor_set(x_459, 1, x_437); -return x_459; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_394 = x_391; +x_395 = x_393; +goto block_418; +} } } block_494: { +if (x_461 == 0) +{ lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; -lean_dec(x_461); -x_462 = lean_st_ref_get(x_3, x_435); +x_462 = lean_st_ref_get(x_3, x_8); x_463 = lean_ctor_get(x_462, 0); lean_inc(x_463); x_464 = lean_ctor_get(x_462, 1); @@ -5773,13 +5826,17 @@ lean_dec(x_462); x_465 = lean_ctor_get(x_463, 1); lean_inc(x_465); lean_dec(x_463); -lean_inc(x_433); -x_466 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_465, x_433); +lean_inc(x_390); +x_466 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_465, x_390); if (lean_obj_tag(x_466) == 0) { lean_object* x_467; -lean_inc(x_433); -x_467 = l_Lean_Meta_Closure_collectExprAux(x_433, x_2, x_3, x_4, x_5, x_6, x_7, x_464); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_390); +x_467 = l_Lean_Meta_Closure_collectExprAux(x_390, x_2, x_3, x_4, x_5, x_6, x_7, x_464); if (lean_obj_tag(x_467) == 0) { lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; @@ -5799,7 +5856,7 @@ lean_inc(x_473); x_474 = lean_ctor_get(x_471, 1); lean_inc(x_474); lean_inc(x_468); -x_475 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_474, x_433, x_468); +x_475 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_474, x_390, x_468); x_476 = lean_ctor_get(x_471, 2); lean_inc(x_476); x_477 = lean_ctor_get(x_471, 3); @@ -5838,15 +5895,19 @@ x_487 = lean_st_ref_set(x_3, x_486, x_472); x_488 = lean_ctor_get(x_487, 1); lean_inc(x_488); lean_dec(x_487); -x_436 = x_468; -x_437 = x_488; +x_392 = x_468; +x_393 = x_488; goto block_460; } else { uint8_t x_489; -lean_dec(x_434); -lean_dec(x_433); +lean_dec(x_391); +lean_dec(x_390); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); x_489 = !lean_is_exclusive(x_467); if (x_489 == 0) @@ -5871,1551 +5932,1488 @@ return x_492; else { lean_object* x_493; -lean_dec(x_433); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +lean_dec(x_390); x_493 = lean_ctor_get(x_466, 0); lean_inc(x_493); lean_dec(x_466); -x_436 = x_493; -x_437 = x_464; +x_392 = x_493; +x_393 = x_464; goto block_460; } } -} -block_535: -{ -lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; -lean_dec(x_502); -x_503 = lean_st_ref_get(x_3, x_8); -x_504 = lean_ctor_get(x_503, 0); -lean_inc(x_504); -x_505 = lean_ctor_get(x_503, 1); -lean_inc(x_505); -lean_dec(x_503); -x_506 = lean_ctor_get(x_504, 1); -lean_inc(x_506); -lean_dec(x_504); -lean_inc(x_432); -x_507 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_506, x_432); -if (lean_obj_tag(x_507) == 0) -{ -lean_object* x_508; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_432); -x_508 = l_Lean_Meta_Closure_collectExprAux(x_432, x_2, x_3, x_4, x_5, x_6, x_7, x_505); -if (lean_obj_tag(x_508) == 0) -{ -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; -x_509 = lean_ctor_get(x_508, 0); -lean_inc(x_509); -x_510 = lean_ctor_get(x_508, 1); -lean_inc(x_510); -lean_dec(x_508); -x_511 = lean_st_ref_take(x_3, x_510); -x_512 = lean_ctor_get(x_511, 0); -lean_inc(x_512); -x_513 = lean_ctor_get(x_511, 1); -lean_inc(x_513); -lean_dec(x_511); -x_514 = lean_ctor_get(x_512, 0); -lean_inc(x_514); -x_515 = lean_ctor_get(x_512, 1); -lean_inc(x_515); -lean_inc(x_509); -x_516 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_515, x_432, x_509); -x_517 = lean_ctor_get(x_512, 2); -lean_inc(x_517); -x_518 = lean_ctor_get(x_512, 3); -lean_inc(x_518); -x_519 = lean_ctor_get(x_512, 4); -lean_inc(x_519); -x_520 = lean_ctor_get(x_512, 5); -lean_inc(x_520); -x_521 = lean_ctor_get(x_512, 6); -lean_inc(x_521); -x_522 = lean_ctor_get(x_512, 7); -lean_inc(x_522); -x_523 = lean_ctor_get(x_512, 8); -lean_inc(x_523); -x_524 = lean_ctor_get(x_512, 9); -lean_inc(x_524); -x_525 = lean_ctor_get(x_512, 10); -lean_inc(x_525); -x_526 = lean_ctor_get(x_512, 11); -lean_inc(x_526); -lean_dec(x_512); -x_527 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_527, 0, x_514); -lean_ctor_set(x_527, 1, x_516); -lean_ctor_set(x_527, 2, x_517); -lean_ctor_set(x_527, 3, x_518); -lean_ctor_set(x_527, 4, x_519); -lean_ctor_set(x_527, 5, x_520); -lean_ctor_set(x_527, 6, x_521); -lean_ctor_set(x_527, 7, x_522); -lean_ctor_set(x_527, 8, x_523); -lean_ctor_set(x_527, 9, x_524); -lean_ctor_set(x_527, 10, x_525); -lean_ctor_set(x_527, 11, x_526); -x_528 = lean_st_ref_set(x_3, x_527, x_513); -x_529 = lean_ctor_get(x_528, 1); -lean_inc(x_529); -lean_dec(x_528); -x_434 = x_509; -x_435 = x_529; -goto block_501; -} -else -{ -uint8_t x_530; -lean_dec(x_433); -lean_dec(x_432); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_530 = !lean_is_exclusive(x_508); -if (x_530 == 0) -{ -return x_508; -} else { -lean_object* x_531; lean_object* x_532; lean_object* x_533; -x_531 = lean_ctor_get(x_508, 0); -x_532 = lean_ctor_get(x_508, 1); -lean_inc(x_532); -lean_inc(x_531); -lean_dec(x_508); -x_533 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_533, 0, x_531); -lean_ctor_set(x_533, 1, x_532); -return x_533; -} -} -} -else -{ -lean_object* x_534; -lean_dec(x_432); -x_534 = lean_ctor_get(x_507, 0); -lean_inc(x_534); -lean_dec(x_507); -x_434 = x_534; -x_435 = x_505; -goto block_501; +x_392 = x_390; +x_393 = x_8; +goto block_460; } } } case 7: { -lean_object* x_542; lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_612; uint8_t x_646; -x_542 = lean_ctor_get(x_1, 1); -lean_inc(x_542); -x_543 = lean_ctor_get(x_1, 2); -lean_inc(x_543); -x_646 = l_Lean_Expr_hasLevelParam(x_542); -if (x_646 == 0) +lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; uint8_t x_573; uint8_t x_607; +x_502 = lean_ctor_get(x_1, 1); +lean_inc(x_502); +x_503 = lean_ctor_get(x_1, 2); +lean_inc(x_503); +x_607 = l_Lean_Expr_hasLevelParam(x_502); +if (x_607 == 0) { -uint8_t x_647; -x_647 = l_Lean_Expr_hasFVar(x_542); -if (x_647 == 0) +uint8_t x_608; +x_608 = l_Lean_Expr_hasFVar(x_502); +if (x_608 == 0) { -uint8_t x_648; -x_648 = l_Lean_Expr_hasMVar(x_542); -if (x_648 == 0) +uint8_t x_609; +x_609 = l_Lean_Expr_hasMVar(x_502); +if (x_609 == 0) { -x_544 = x_542; -x_545 = x_8; -goto block_611; +uint8_t x_610; +x_610 = 1; +x_573 = x_610; +goto block_606; } else { -lean_object* x_649; -x_649 = lean_box(0); -x_612 = x_649; -goto block_645; +uint8_t x_611; +x_611 = 0; +x_573 = x_611; +goto block_606; } } else { -lean_object* x_650; -x_650 = lean_box(0); -x_612 = x_650; -goto block_645; +uint8_t x_612; +x_612 = 0; +x_573 = x_612; +goto block_606; } } else { -lean_object* x_651; -x_651 = lean_box(0); -x_612 = x_651; -goto block_645; +uint8_t x_613; +x_613 = 0; +x_573 = x_613; +goto block_606; } -block_611: +block_572: { -lean_object* x_546; lean_object* x_547; lean_object* x_571; uint8_t x_605; -x_605 = l_Lean_Expr_hasLevelParam(x_543); -if (x_605 == 0) +lean_object* x_506; lean_object* x_507; uint8_t x_531; uint8_t x_565; +x_565 = l_Lean_Expr_hasLevelParam(x_503); +if (x_565 == 0) { -uint8_t x_606; -x_606 = l_Lean_Expr_hasFVar(x_543); -if (x_606 == 0) +uint8_t x_566; +x_566 = l_Lean_Expr_hasFVar(x_503); +if (x_566 == 0) { -uint8_t x_607; -x_607 = l_Lean_Expr_hasMVar(x_543); -if (x_607 == 0) +uint8_t x_567; +x_567 = l_Lean_Expr_hasMVar(x_503); +if (x_567 == 0) { -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_546 = x_543; -x_547 = x_545; -goto block_570; +uint8_t x_568; +x_568 = 1; +x_531 = x_568; +goto block_564; } else { -lean_object* x_608; -x_608 = lean_box(0); -x_571 = x_608; -goto block_604; +uint8_t x_569; +x_569 = 0; +x_531 = x_569; +goto block_564; } } else { -lean_object* x_609; -x_609 = lean_box(0); -x_571 = x_609; -goto block_604; +uint8_t x_570; +x_570 = 0; +x_531 = x_570; +goto block_564; } } else { -lean_object* x_610; -x_610 = lean_box(0); -x_571 = x_610; -goto block_604; +uint8_t x_571; +x_571 = 0; +x_531 = x_571; +goto block_564; } -block_570: +block_530: { if (lean_obj_tag(x_1) == 7) { -lean_object* x_548; lean_object* x_549; lean_object* x_550; uint8_t x_551; lean_object* x_552; size_t x_553; size_t x_554; uint8_t x_555; -x_548 = lean_ctor_get(x_1, 0); -lean_inc(x_548); -x_549 = lean_ctor_get(x_1, 1); -lean_inc(x_549); -x_550 = lean_ctor_get(x_1, 2); -lean_inc(x_550); -x_551 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_508; lean_object* x_509; lean_object* x_510; uint8_t x_511; lean_object* x_512; size_t x_513; size_t x_514; uint8_t x_515; +x_508 = lean_ctor_get(x_1, 0); +lean_inc(x_508); +x_509 = lean_ctor_get(x_1, 1); +lean_inc(x_509); +x_510 = lean_ctor_get(x_1, 2); +lean_inc(x_510); +x_511 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_550); -lean_inc(x_549); -lean_inc(x_548); -x_552 = l_Lean_Expr_forallE___override(x_548, x_549, x_550, x_551); -x_553 = lean_ptr_addr(x_549); -lean_dec(x_549); -x_554 = lean_ptr_addr(x_544); -x_555 = lean_usize_dec_eq(x_553, x_554); -if (x_555 == 0) -{ -lean_object* x_556; lean_object* x_557; -lean_dec(x_552); -lean_dec(x_550); -x_556 = l_Lean_Expr_forallE___override(x_548, x_544, x_546, x_551); -x_557 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_557, 0, x_556); -lean_ctor_set(x_557, 1, x_547); -return x_557; -} -else -{ -size_t x_558; size_t x_559; uint8_t x_560; -x_558 = lean_ptr_addr(x_550); -lean_dec(x_550); -x_559 = lean_ptr_addr(x_546); -x_560 = lean_usize_dec_eq(x_558, x_559); -if (x_560 == 0) -{ -lean_object* x_561; lean_object* x_562; -lean_dec(x_552); -x_561 = l_Lean_Expr_forallE___override(x_548, x_544, x_546, x_551); -x_562 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_562, 0, x_561); -lean_ctor_set(x_562, 1, x_547); -return x_562; +lean_inc(x_510); +lean_inc(x_509); +lean_inc(x_508); +x_512 = l_Lean_Expr_forallE___override(x_508, x_509, x_510, x_511); +x_513 = lean_ptr_addr(x_509); +lean_dec(x_509); +x_514 = lean_ptr_addr(x_504); +x_515 = lean_usize_dec_eq(x_513, x_514); +if (x_515 == 0) +{ +lean_object* x_516; lean_object* x_517; +lean_dec(x_512); +lean_dec(x_510); +x_516 = l_Lean_Expr_forallE___override(x_508, x_504, x_506, x_511); +x_517 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_517, 0, x_516); +lean_ctor_set(x_517, 1, x_507); +return x_517; +} +else +{ +size_t x_518; size_t x_519; uint8_t x_520; +x_518 = lean_ptr_addr(x_510); +lean_dec(x_510); +x_519 = lean_ptr_addr(x_506); +x_520 = lean_usize_dec_eq(x_518, x_519); +if (x_520 == 0) +{ +lean_object* x_521; lean_object* x_522; +lean_dec(x_512); +x_521 = l_Lean_Expr_forallE___override(x_508, x_504, x_506, x_511); +x_522 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_522, 0, x_521); +lean_ctor_set(x_522, 1, x_507); +return x_522; } else { -uint8_t x_563; -x_563 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_551, x_551); -if (x_563 == 0) +uint8_t x_523; +x_523 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_511, x_511); +if (x_523 == 0) { -lean_object* x_564; lean_object* x_565; -lean_dec(x_552); -x_564 = l_Lean_Expr_forallE___override(x_548, x_544, x_546, x_551); -x_565 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_565, 0, x_564); -lean_ctor_set(x_565, 1, x_547); -return x_565; +lean_object* x_524; lean_object* x_525; +lean_dec(x_512); +x_524 = l_Lean_Expr_forallE___override(x_508, x_504, x_506, x_511); +x_525 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_525, 0, x_524); +lean_ctor_set(x_525, 1, x_507); +return x_525; } else { -lean_object* x_566; -lean_dec(x_548); -lean_dec(x_546); -lean_dec(x_544); -x_566 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_566, 0, x_552); -lean_ctor_set(x_566, 1, x_547); -return x_566; +lean_object* x_526; +lean_dec(x_508); +lean_dec(x_506); +lean_dec(x_504); +x_526 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_526, 0, x_512); +lean_ctor_set(x_526, 1, x_507); +return x_526; } } } } else { -lean_object* x_567; lean_object* x_568; lean_object* x_569; -lean_dec(x_546); -lean_dec(x_544); +lean_object* x_527; lean_object* x_528; lean_object* x_529; +lean_dec(x_506); +lean_dec(x_504); lean_dec(x_1); -x_567 = l_Lean_Meta_Closure_collectExprAux___closed__16; -x_568 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_567); -x_569 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_569, 0, x_568); -lean_ctor_set(x_569, 1, x_547); -return x_569; -} -} -block_604: -{ -lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; -lean_dec(x_571); -x_572 = lean_st_ref_get(x_3, x_545); -x_573 = lean_ctor_get(x_572, 0); -lean_inc(x_573); -x_574 = lean_ctor_get(x_572, 1); -lean_inc(x_574); -lean_dec(x_572); -x_575 = lean_ctor_get(x_573, 1); -lean_inc(x_575); -lean_dec(x_573); -lean_inc(x_543); -x_576 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_575, x_543); -if (lean_obj_tag(x_576) == 0) +x_527 = l_Lean_Meta_Closure_collectExprAux___closed__16; +x_528 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_527); +x_529 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_529, 0, x_528); +lean_ctor_set(x_529, 1, x_507); +return x_529; +} +} +block_564: +{ +if (x_531 == 0) { -lean_object* x_577; +lean_object* x_532; lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; +x_532 = lean_st_ref_get(x_3, x_505); +x_533 = lean_ctor_get(x_532, 0); +lean_inc(x_533); +x_534 = lean_ctor_get(x_532, 1); +lean_inc(x_534); +lean_dec(x_532); +x_535 = lean_ctor_get(x_533, 1); +lean_inc(x_535); +lean_dec(x_533); +lean_inc(x_503); +x_536 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_535, x_503); +if (lean_obj_tag(x_536) == 0) +{ +lean_object* x_537; +lean_inc(x_503); +x_537 = l_Lean_Meta_Closure_collectExprAux(x_503, x_2, x_3, x_4, x_5, x_6, x_7, x_534); +if (lean_obj_tag(x_537) == 0) +{ +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; +x_538 = lean_ctor_get(x_537, 0); +lean_inc(x_538); +x_539 = lean_ctor_get(x_537, 1); +lean_inc(x_539); +lean_dec(x_537); +x_540 = lean_st_ref_take(x_3, x_539); +x_541 = lean_ctor_get(x_540, 0); +lean_inc(x_541); +x_542 = lean_ctor_get(x_540, 1); +lean_inc(x_542); +lean_dec(x_540); +x_543 = lean_ctor_get(x_541, 0); lean_inc(x_543); -x_577 = l_Lean_Meta_Closure_collectExprAux(x_543, x_2, x_3, x_4, x_5, x_6, x_7, x_574); -if (lean_obj_tag(x_577) == 0) -{ -lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; -x_578 = lean_ctor_get(x_577, 0); -lean_inc(x_578); -x_579 = lean_ctor_get(x_577, 1); -lean_inc(x_579); -lean_dec(x_577); -x_580 = lean_st_ref_take(x_3, x_579); -x_581 = lean_ctor_get(x_580, 0); -lean_inc(x_581); -x_582 = lean_ctor_get(x_580, 1); -lean_inc(x_582); -lean_dec(x_580); -x_583 = lean_ctor_get(x_581, 0); -lean_inc(x_583); -x_584 = lean_ctor_get(x_581, 1); -lean_inc(x_584); -lean_inc(x_578); -x_585 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_584, x_543, x_578); -x_586 = lean_ctor_get(x_581, 2); -lean_inc(x_586); -x_587 = lean_ctor_get(x_581, 3); -lean_inc(x_587); -x_588 = lean_ctor_get(x_581, 4); -lean_inc(x_588); -x_589 = lean_ctor_get(x_581, 5); -lean_inc(x_589); -x_590 = lean_ctor_get(x_581, 6); -lean_inc(x_590); -x_591 = lean_ctor_get(x_581, 7); -lean_inc(x_591); -x_592 = lean_ctor_get(x_581, 8); -lean_inc(x_592); -x_593 = lean_ctor_get(x_581, 9); -lean_inc(x_593); -x_594 = lean_ctor_get(x_581, 10); -lean_inc(x_594); -x_595 = lean_ctor_get(x_581, 11); -lean_inc(x_595); -lean_dec(x_581); -x_596 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_596, 0, x_583); -lean_ctor_set(x_596, 1, x_585); -lean_ctor_set(x_596, 2, x_586); -lean_ctor_set(x_596, 3, x_587); -lean_ctor_set(x_596, 4, x_588); -lean_ctor_set(x_596, 5, x_589); -lean_ctor_set(x_596, 6, x_590); -lean_ctor_set(x_596, 7, x_591); -lean_ctor_set(x_596, 8, x_592); -lean_ctor_set(x_596, 9, x_593); -lean_ctor_set(x_596, 10, x_594); -lean_ctor_set(x_596, 11, x_595); -x_597 = lean_st_ref_set(x_3, x_596, x_582); -x_598 = lean_ctor_get(x_597, 1); -lean_inc(x_598); -lean_dec(x_597); -x_546 = x_578; -x_547 = x_598; -goto block_570; -} -else -{ -uint8_t x_599; -lean_dec(x_544); -lean_dec(x_543); +x_544 = lean_ctor_get(x_541, 1); +lean_inc(x_544); +lean_inc(x_538); +x_545 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_544, x_503, x_538); +x_546 = lean_ctor_get(x_541, 2); +lean_inc(x_546); +x_547 = lean_ctor_get(x_541, 3); +lean_inc(x_547); +x_548 = lean_ctor_get(x_541, 4); +lean_inc(x_548); +x_549 = lean_ctor_get(x_541, 5); +lean_inc(x_549); +x_550 = lean_ctor_get(x_541, 6); +lean_inc(x_550); +x_551 = lean_ctor_get(x_541, 7); +lean_inc(x_551); +x_552 = lean_ctor_get(x_541, 8); +lean_inc(x_552); +x_553 = lean_ctor_get(x_541, 9); +lean_inc(x_553); +x_554 = lean_ctor_get(x_541, 10); +lean_inc(x_554); +x_555 = lean_ctor_get(x_541, 11); +lean_inc(x_555); +lean_dec(x_541); +x_556 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_556, 0, x_543); +lean_ctor_set(x_556, 1, x_545); +lean_ctor_set(x_556, 2, x_546); +lean_ctor_set(x_556, 3, x_547); +lean_ctor_set(x_556, 4, x_548); +lean_ctor_set(x_556, 5, x_549); +lean_ctor_set(x_556, 6, x_550); +lean_ctor_set(x_556, 7, x_551); +lean_ctor_set(x_556, 8, x_552); +lean_ctor_set(x_556, 9, x_553); +lean_ctor_set(x_556, 10, x_554); +lean_ctor_set(x_556, 11, x_555); +x_557 = lean_st_ref_set(x_3, x_556, x_542); +x_558 = lean_ctor_get(x_557, 1); +lean_inc(x_558); +lean_dec(x_557); +x_506 = x_538; +x_507 = x_558; +goto block_530; +} +else +{ +uint8_t x_559; +lean_dec(x_504); +lean_dec(x_503); lean_dec(x_1); -x_599 = !lean_is_exclusive(x_577); -if (x_599 == 0) +x_559 = !lean_is_exclusive(x_537); +if (x_559 == 0) { -return x_577; +return x_537; } else { -lean_object* x_600; lean_object* x_601; lean_object* x_602; -x_600 = lean_ctor_get(x_577, 0); -x_601 = lean_ctor_get(x_577, 1); -lean_inc(x_601); -lean_inc(x_600); -lean_dec(x_577); -x_602 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_602, 0, x_600); -lean_ctor_set(x_602, 1, x_601); -return x_602; +lean_object* x_560; lean_object* x_561; lean_object* x_562; +x_560 = lean_ctor_get(x_537, 0); +x_561 = lean_ctor_get(x_537, 1); +lean_inc(x_561); +lean_inc(x_560); +lean_dec(x_537); +x_562 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_562, 0, x_560); +lean_ctor_set(x_562, 1, x_561); +return x_562; } } } else { -lean_object* x_603; -lean_dec(x_543); +lean_object* x_563; +lean_dec(x_503); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_603 = lean_ctor_get(x_576, 0); -lean_inc(x_603); -lean_dec(x_576); -x_546 = x_603; -x_547 = x_574; -goto block_570; +x_563 = lean_ctor_get(x_536, 0); +lean_inc(x_563); +lean_dec(x_536); +x_506 = x_563; +x_507 = x_534; +goto block_530; +} +} +else +{ +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_506 = x_503; +x_507 = x_505; +goto block_530; } } } -block_645: +block_606: { -lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_object* x_617; -lean_dec(x_612); -x_613 = lean_st_ref_get(x_3, x_8); -x_614 = lean_ctor_get(x_613, 0); -lean_inc(x_614); -x_615 = lean_ctor_get(x_613, 1); -lean_inc(x_615); -lean_dec(x_613); -x_616 = lean_ctor_get(x_614, 1); -lean_inc(x_616); -lean_dec(x_614); -lean_inc(x_542); -x_617 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_616, x_542); -if (lean_obj_tag(x_617) == 0) +if (x_573 == 0) { -lean_object* x_618; +lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; +x_574 = lean_st_ref_get(x_3, x_8); +x_575 = lean_ctor_get(x_574, 0); +lean_inc(x_575); +x_576 = lean_ctor_get(x_574, 1); +lean_inc(x_576); +lean_dec(x_574); +x_577 = lean_ctor_get(x_575, 1); +lean_inc(x_577); +lean_dec(x_575); +lean_inc(x_502); +x_578 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_577, x_502); +if (lean_obj_tag(x_578) == 0) +{ +lean_object* x_579; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_542); -x_618 = l_Lean_Meta_Closure_collectExprAux(x_542, x_2, x_3, x_4, x_5, x_6, x_7, x_615); -if (lean_obj_tag(x_618) == 0) -{ -lean_object* x_619; lean_object* x_620; lean_object* x_621; lean_object* x_622; lean_object* x_623; lean_object* x_624; lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; lean_object* x_630; lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; -x_619 = lean_ctor_get(x_618, 0); -lean_inc(x_619); -x_620 = lean_ctor_get(x_618, 1); -lean_inc(x_620); -lean_dec(x_618); -x_621 = lean_st_ref_take(x_3, x_620); -x_622 = lean_ctor_get(x_621, 0); -lean_inc(x_622); -x_623 = lean_ctor_get(x_621, 1); -lean_inc(x_623); -lean_dec(x_621); -x_624 = lean_ctor_get(x_622, 0); -lean_inc(x_624); -x_625 = lean_ctor_get(x_622, 1); -lean_inc(x_625); -lean_inc(x_619); -x_626 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_625, x_542, x_619); -x_627 = lean_ctor_get(x_622, 2); -lean_inc(x_627); -x_628 = lean_ctor_get(x_622, 3); -lean_inc(x_628); -x_629 = lean_ctor_get(x_622, 4); -lean_inc(x_629); -x_630 = lean_ctor_get(x_622, 5); -lean_inc(x_630); -x_631 = lean_ctor_get(x_622, 6); -lean_inc(x_631); -x_632 = lean_ctor_get(x_622, 7); -lean_inc(x_632); -x_633 = lean_ctor_get(x_622, 8); -lean_inc(x_633); -x_634 = lean_ctor_get(x_622, 9); -lean_inc(x_634); -x_635 = lean_ctor_get(x_622, 10); -lean_inc(x_635); -x_636 = lean_ctor_get(x_622, 11); -lean_inc(x_636); -lean_dec(x_622); -x_637 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_637, 0, x_624); -lean_ctor_set(x_637, 1, x_626); -lean_ctor_set(x_637, 2, x_627); -lean_ctor_set(x_637, 3, x_628); -lean_ctor_set(x_637, 4, x_629); -lean_ctor_set(x_637, 5, x_630); -lean_ctor_set(x_637, 6, x_631); -lean_ctor_set(x_637, 7, x_632); -lean_ctor_set(x_637, 8, x_633); -lean_ctor_set(x_637, 9, x_634); -lean_ctor_set(x_637, 10, x_635); -lean_ctor_set(x_637, 11, x_636); -x_638 = lean_st_ref_set(x_3, x_637, x_623); -x_639 = lean_ctor_get(x_638, 1); -lean_inc(x_639); -lean_dec(x_638); -x_544 = x_619; -x_545 = x_639; -goto block_611; -} -else -{ -uint8_t x_640; -lean_dec(x_543); -lean_dec(x_542); +lean_inc(x_502); +x_579 = l_Lean_Meta_Closure_collectExprAux(x_502, x_2, x_3, x_4, x_5, x_6, x_7, x_576); +if (lean_obj_tag(x_579) == 0) +{ +lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; +x_580 = lean_ctor_get(x_579, 0); +lean_inc(x_580); +x_581 = lean_ctor_get(x_579, 1); +lean_inc(x_581); +lean_dec(x_579); +x_582 = lean_st_ref_take(x_3, x_581); +x_583 = lean_ctor_get(x_582, 0); +lean_inc(x_583); +x_584 = lean_ctor_get(x_582, 1); +lean_inc(x_584); +lean_dec(x_582); +x_585 = lean_ctor_get(x_583, 0); +lean_inc(x_585); +x_586 = lean_ctor_get(x_583, 1); +lean_inc(x_586); +lean_inc(x_580); +x_587 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_586, x_502, x_580); +x_588 = lean_ctor_get(x_583, 2); +lean_inc(x_588); +x_589 = lean_ctor_get(x_583, 3); +lean_inc(x_589); +x_590 = lean_ctor_get(x_583, 4); +lean_inc(x_590); +x_591 = lean_ctor_get(x_583, 5); +lean_inc(x_591); +x_592 = lean_ctor_get(x_583, 6); +lean_inc(x_592); +x_593 = lean_ctor_get(x_583, 7); +lean_inc(x_593); +x_594 = lean_ctor_get(x_583, 8); +lean_inc(x_594); +x_595 = lean_ctor_get(x_583, 9); +lean_inc(x_595); +x_596 = lean_ctor_get(x_583, 10); +lean_inc(x_596); +x_597 = lean_ctor_get(x_583, 11); +lean_inc(x_597); +lean_dec(x_583); +x_598 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_598, 0, x_585); +lean_ctor_set(x_598, 1, x_587); +lean_ctor_set(x_598, 2, x_588); +lean_ctor_set(x_598, 3, x_589); +lean_ctor_set(x_598, 4, x_590); +lean_ctor_set(x_598, 5, x_591); +lean_ctor_set(x_598, 6, x_592); +lean_ctor_set(x_598, 7, x_593); +lean_ctor_set(x_598, 8, x_594); +lean_ctor_set(x_598, 9, x_595); +lean_ctor_set(x_598, 10, x_596); +lean_ctor_set(x_598, 11, x_597); +x_599 = lean_st_ref_set(x_3, x_598, x_584); +x_600 = lean_ctor_get(x_599, 1); +lean_inc(x_600); +lean_dec(x_599); +x_504 = x_580; +x_505 = x_600; +goto block_572; +} +else +{ +uint8_t x_601; +lean_dec(x_503); +lean_dec(x_502); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_640 = !lean_is_exclusive(x_618); -if (x_640 == 0) +x_601 = !lean_is_exclusive(x_579); +if (x_601 == 0) { -return x_618; +return x_579; } else { -lean_object* x_641; lean_object* x_642; lean_object* x_643; -x_641 = lean_ctor_get(x_618, 0); -x_642 = lean_ctor_get(x_618, 1); -lean_inc(x_642); -lean_inc(x_641); -lean_dec(x_618); -x_643 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_643, 0, x_641); -lean_ctor_set(x_643, 1, x_642); -return x_643; +lean_object* x_602; lean_object* x_603; lean_object* x_604; +x_602 = lean_ctor_get(x_579, 0); +x_603 = lean_ctor_get(x_579, 1); +lean_inc(x_603); +lean_inc(x_602); +lean_dec(x_579); +x_604 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_604, 0, x_602); +lean_ctor_set(x_604, 1, x_603); +return x_604; } } } else { -lean_object* x_644; -lean_dec(x_542); -x_644 = lean_ctor_get(x_617, 0); -lean_inc(x_644); -lean_dec(x_617); -x_544 = x_644; -x_545 = x_615; -goto block_611; +lean_object* x_605; +lean_dec(x_502); +x_605 = lean_ctor_get(x_578, 0); +lean_inc(x_605); +lean_dec(x_578); +x_504 = x_605; +x_505 = x_576; +goto block_572; +} +} +else +{ +x_504 = x_502; +x_505 = x_8; +goto block_572; } } } case 8: { -lean_object* x_652; lean_object* x_653; lean_object* x_654; lean_object* x_655; lean_object* x_656; lean_object* x_768; uint8_t x_802; -x_652 = lean_ctor_get(x_1, 1); -lean_inc(x_652); -x_653 = lean_ctor_get(x_1, 2); -lean_inc(x_653); -x_654 = lean_ctor_get(x_1, 3); -lean_inc(x_654); -x_802 = l_Lean_Expr_hasLevelParam(x_652); -if (x_802 == 0) +lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_object* x_617; lean_object* x_618; uint8_t x_732; uint8_t x_766; +x_614 = lean_ctor_get(x_1, 1); +lean_inc(x_614); +x_615 = lean_ctor_get(x_1, 2); +lean_inc(x_615); +x_616 = lean_ctor_get(x_1, 3); +lean_inc(x_616); +x_766 = l_Lean_Expr_hasLevelParam(x_614); +if (x_766 == 0) { -uint8_t x_803; -x_803 = l_Lean_Expr_hasFVar(x_652); -if (x_803 == 0) +uint8_t x_767; +x_767 = l_Lean_Expr_hasFVar(x_614); +if (x_767 == 0) { -uint8_t x_804; -x_804 = l_Lean_Expr_hasMVar(x_652); -if (x_804 == 0) +uint8_t x_768; +x_768 = l_Lean_Expr_hasMVar(x_614); +if (x_768 == 0) { -x_655 = x_652; -x_656 = x_8; -goto block_767; +uint8_t x_769; +x_769 = 1; +x_732 = x_769; +goto block_765; } else { -lean_object* x_805; -x_805 = lean_box(0); -x_768 = x_805; -goto block_801; +uint8_t x_770; +x_770 = 0; +x_732 = x_770; +goto block_765; } } else { -lean_object* x_806; -x_806 = lean_box(0); -x_768 = x_806; -goto block_801; +uint8_t x_771; +x_771 = 0; +x_732 = x_771; +goto block_765; } } else { -lean_object* x_807; -x_807 = lean_box(0); -x_768 = x_807; -goto block_801; +uint8_t x_772; +x_772 = 0; +x_732 = x_772; +goto block_765; } -block_767: +block_731: { -lean_object* x_657; lean_object* x_658; lean_object* x_727; uint8_t x_761; -x_761 = l_Lean_Expr_hasLevelParam(x_653); -if (x_761 == 0) +lean_object* x_619; lean_object* x_620; uint8_t x_690; uint8_t x_724; +x_724 = l_Lean_Expr_hasLevelParam(x_615); +if (x_724 == 0) { -uint8_t x_762; -x_762 = l_Lean_Expr_hasFVar(x_653); -if (x_762 == 0) +uint8_t x_725; +x_725 = l_Lean_Expr_hasFVar(x_615); +if (x_725 == 0) { -uint8_t x_763; -x_763 = l_Lean_Expr_hasMVar(x_653); -if (x_763 == 0) +uint8_t x_726; +x_726 = l_Lean_Expr_hasMVar(x_615); +if (x_726 == 0) { -x_657 = x_653; -x_658 = x_656; -goto block_726; +uint8_t x_727; +x_727 = 1; +x_690 = x_727; +goto block_723; } else { -lean_object* x_764; -x_764 = lean_box(0); -x_727 = x_764; -goto block_760; +uint8_t x_728; +x_728 = 0; +x_690 = x_728; +goto block_723; } } else { -lean_object* x_765; -x_765 = lean_box(0); -x_727 = x_765; -goto block_760; +uint8_t x_729; +x_729 = 0; +x_690 = x_729; +goto block_723; } } else { -lean_object* x_766; -x_766 = lean_box(0); -x_727 = x_766; -goto block_760; +uint8_t x_730; +x_730 = 0; +x_690 = x_730; +goto block_723; } -block_726: +block_689: { -lean_object* x_659; lean_object* x_660; lean_object* x_686; uint8_t x_720; -x_720 = l_Lean_Expr_hasLevelParam(x_654); -if (x_720 == 0) +lean_object* x_621; lean_object* x_622; uint8_t x_648; uint8_t x_682; +x_682 = l_Lean_Expr_hasLevelParam(x_616); +if (x_682 == 0) { -uint8_t x_721; -x_721 = l_Lean_Expr_hasFVar(x_654); -if (x_721 == 0) +uint8_t x_683; +x_683 = l_Lean_Expr_hasFVar(x_616); +if (x_683 == 0) { -uint8_t x_722; -x_722 = l_Lean_Expr_hasMVar(x_654); -if (x_722 == 0) +uint8_t x_684; +x_684 = l_Lean_Expr_hasMVar(x_616); +if (x_684 == 0) { -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_659 = x_654; -x_660 = x_658; -goto block_685; +uint8_t x_685; +x_685 = 1; +x_648 = x_685; +goto block_681; } else { -lean_object* x_723; -x_723 = lean_box(0); -x_686 = x_723; -goto block_719; +uint8_t x_686; +x_686 = 0; +x_648 = x_686; +goto block_681; } } else { -lean_object* x_724; -x_724 = lean_box(0); -x_686 = x_724; -goto block_719; +uint8_t x_687; +x_687 = 0; +x_648 = x_687; +goto block_681; } } else { -lean_object* x_725; -x_725 = lean_box(0); -x_686 = x_725; -goto block_719; +uint8_t x_688; +x_688 = 0; +x_648 = x_688; +goto block_681; } -block_685: +block_647: { if (lean_obj_tag(x_1) == 8) { -lean_object* x_661; lean_object* x_662; lean_object* x_663; lean_object* x_664; uint8_t x_665; size_t x_666; size_t x_667; uint8_t x_668; -x_661 = lean_ctor_get(x_1, 0); -lean_inc(x_661); -x_662 = lean_ctor_get(x_1, 1); -lean_inc(x_662); -x_663 = lean_ctor_get(x_1, 2); -lean_inc(x_663); -x_664 = lean_ctor_get(x_1, 3); -lean_inc(x_664); -x_665 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); -x_666 = lean_ptr_addr(x_662); -lean_dec(x_662); -x_667 = lean_ptr_addr(x_655); -x_668 = lean_usize_dec_eq(x_666, x_667); -if (x_668 == 0) -{ -lean_object* x_669; lean_object* x_670; -lean_dec(x_664); -lean_dec(x_663); +lean_object* x_623; lean_object* x_624; lean_object* x_625; lean_object* x_626; uint8_t x_627; size_t x_628; size_t x_629; uint8_t x_630; +x_623 = lean_ctor_get(x_1, 0); +lean_inc(x_623); +x_624 = lean_ctor_get(x_1, 1); +lean_inc(x_624); +x_625 = lean_ctor_get(x_1, 2); +lean_inc(x_625); +x_626 = lean_ctor_get(x_1, 3); +lean_inc(x_626); +x_627 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +x_628 = lean_ptr_addr(x_624); +lean_dec(x_624); +x_629 = lean_ptr_addr(x_617); +x_630 = lean_usize_dec_eq(x_628, x_629); +if (x_630 == 0) +{ +lean_object* x_631; lean_object* x_632; +lean_dec(x_626); +lean_dec(x_625); lean_dec(x_1); -x_669 = l_Lean_Expr_letE___override(x_661, x_655, x_657, x_659, x_665); -x_670 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_670, 0, x_669); -lean_ctor_set(x_670, 1, x_660); -return x_670; +x_631 = l_Lean_Expr_letE___override(x_623, x_617, x_619, x_621, x_627); +x_632 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_632, 0, x_631); +lean_ctor_set(x_632, 1, x_622); +return x_632; } else { -size_t x_671; size_t x_672; uint8_t x_673; -x_671 = lean_ptr_addr(x_663); -lean_dec(x_663); -x_672 = lean_ptr_addr(x_657); -x_673 = lean_usize_dec_eq(x_671, x_672); -if (x_673 == 0) +size_t x_633; size_t x_634; uint8_t x_635; +x_633 = lean_ptr_addr(x_625); +lean_dec(x_625); +x_634 = lean_ptr_addr(x_619); +x_635 = lean_usize_dec_eq(x_633, x_634); +if (x_635 == 0) { -lean_object* x_674; lean_object* x_675; -lean_dec(x_664); +lean_object* x_636; lean_object* x_637; +lean_dec(x_626); lean_dec(x_1); -x_674 = l_Lean_Expr_letE___override(x_661, x_655, x_657, x_659, x_665); -x_675 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_675, 0, x_674); -lean_ctor_set(x_675, 1, x_660); -return x_675; +x_636 = l_Lean_Expr_letE___override(x_623, x_617, x_619, x_621, x_627); +x_637 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_637, 0, x_636); +lean_ctor_set(x_637, 1, x_622); +return x_637; } else { -size_t x_676; size_t x_677; uint8_t x_678; -x_676 = lean_ptr_addr(x_664); -lean_dec(x_664); -x_677 = lean_ptr_addr(x_659); -x_678 = lean_usize_dec_eq(x_676, x_677); -if (x_678 == 0) +size_t x_638; size_t x_639; uint8_t x_640; +x_638 = lean_ptr_addr(x_626); +lean_dec(x_626); +x_639 = lean_ptr_addr(x_621); +x_640 = lean_usize_dec_eq(x_638, x_639); +if (x_640 == 0) { -lean_object* x_679; lean_object* x_680; +lean_object* x_641; lean_object* x_642; lean_dec(x_1); -x_679 = l_Lean_Expr_letE___override(x_661, x_655, x_657, x_659, x_665); -x_680 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_680, 0, x_679); -lean_ctor_set(x_680, 1, x_660); -return x_680; +x_641 = l_Lean_Expr_letE___override(x_623, x_617, x_619, x_621, x_627); +x_642 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_642, 0, x_641); +lean_ctor_set(x_642, 1, x_622); +return x_642; } else { -lean_object* x_681; -lean_dec(x_661); -lean_dec(x_659); -lean_dec(x_657); -lean_dec(x_655); -x_681 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_681, 0, x_1); -lean_ctor_set(x_681, 1, x_660); -return x_681; +lean_object* x_643; +lean_dec(x_623); +lean_dec(x_621); +lean_dec(x_619); +lean_dec(x_617); +x_643 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_643, 0, x_1); +lean_ctor_set(x_643, 1, x_622); +return x_643; } } } } else { -lean_object* x_682; lean_object* x_683; lean_object* x_684; -lean_dec(x_659); +lean_object* x_644; lean_object* x_645; lean_object* x_646; +lean_dec(x_621); +lean_dec(x_619); +lean_dec(x_617); +lean_dec(x_1); +x_644 = l_Lean_Meta_Closure_collectExprAux___closed__19; +x_645 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_644); +x_646 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_646, 0, x_645); +lean_ctor_set(x_646, 1, x_622); +return x_646; +} +} +block_681: +{ +if (x_648 == 0) +{ +lean_object* x_649; lean_object* x_650; lean_object* x_651; lean_object* x_652; lean_object* x_653; +x_649 = lean_st_ref_get(x_3, x_620); +x_650 = lean_ctor_get(x_649, 0); +lean_inc(x_650); +x_651 = lean_ctor_get(x_649, 1); +lean_inc(x_651); +lean_dec(x_649); +x_652 = lean_ctor_get(x_650, 1); +lean_inc(x_652); +lean_dec(x_650); +lean_inc(x_616); +x_653 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_652, x_616); +if (lean_obj_tag(x_653) == 0) +{ +lean_object* x_654; +lean_inc(x_616); +x_654 = l_Lean_Meta_Closure_collectExprAux(x_616, x_2, x_3, x_4, x_5, x_6, x_7, x_651); +if (lean_obj_tag(x_654) == 0) +{ +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; +x_655 = lean_ctor_get(x_654, 0); +lean_inc(x_655); +x_656 = lean_ctor_get(x_654, 1); +lean_inc(x_656); +lean_dec(x_654); +x_657 = lean_st_ref_take(x_3, x_656); +x_658 = lean_ctor_get(x_657, 0); +lean_inc(x_658); +x_659 = lean_ctor_get(x_657, 1); +lean_inc(x_659); lean_dec(x_657); -lean_dec(x_655); +x_660 = lean_ctor_get(x_658, 0); +lean_inc(x_660); +x_661 = lean_ctor_get(x_658, 1); +lean_inc(x_661); +lean_inc(x_655); +x_662 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_661, x_616, x_655); +x_663 = lean_ctor_get(x_658, 2); +lean_inc(x_663); +x_664 = lean_ctor_get(x_658, 3); +lean_inc(x_664); +x_665 = lean_ctor_get(x_658, 4); +lean_inc(x_665); +x_666 = lean_ctor_get(x_658, 5); +lean_inc(x_666); +x_667 = lean_ctor_get(x_658, 6); +lean_inc(x_667); +x_668 = lean_ctor_get(x_658, 7); +lean_inc(x_668); +x_669 = lean_ctor_get(x_658, 8); +lean_inc(x_669); +x_670 = lean_ctor_get(x_658, 9); +lean_inc(x_670); +x_671 = lean_ctor_get(x_658, 10); +lean_inc(x_671); +x_672 = lean_ctor_get(x_658, 11); +lean_inc(x_672); +lean_dec(x_658); +x_673 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_673, 0, x_660); +lean_ctor_set(x_673, 1, x_662); +lean_ctor_set(x_673, 2, x_663); +lean_ctor_set(x_673, 3, x_664); +lean_ctor_set(x_673, 4, x_665); +lean_ctor_set(x_673, 5, x_666); +lean_ctor_set(x_673, 6, x_667); +lean_ctor_set(x_673, 7, x_668); +lean_ctor_set(x_673, 8, x_669); +lean_ctor_set(x_673, 9, x_670); +lean_ctor_set(x_673, 10, x_671); +lean_ctor_set(x_673, 11, x_672); +x_674 = lean_st_ref_set(x_3, x_673, x_659); +x_675 = lean_ctor_get(x_674, 1); +lean_inc(x_675); +lean_dec(x_674); +x_621 = x_655; +x_622 = x_675; +goto block_647; +} +else +{ +uint8_t x_676; +lean_dec(x_619); +lean_dec(x_617); +lean_dec(x_616); lean_dec(x_1); -x_682 = l_Lean_Meta_Closure_collectExprAux___closed__19; -x_683 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_682); -x_684 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_684, 0, x_683); -lean_ctor_set(x_684, 1, x_660); -return x_684; -} -} -block_719: -{ -lean_object* x_687; lean_object* x_688; lean_object* x_689; lean_object* x_690; lean_object* x_691; -lean_dec(x_686); -x_687 = lean_st_ref_get(x_3, x_658); -x_688 = lean_ctor_get(x_687, 0); -lean_inc(x_688); -x_689 = lean_ctor_get(x_687, 1); -lean_inc(x_689); -lean_dec(x_687); -x_690 = lean_ctor_get(x_688, 1); -lean_inc(x_690); -lean_dec(x_688); -lean_inc(x_654); -x_691 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_690, x_654); -if (lean_obj_tag(x_691) == 0) -{ -lean_object* x_692; -lean_inc(x_654); -x_692 = l_Lean_Meta_Closure_collectExprAux(x_654, x_2, x_3, x_4, x_5, x_6, x_7, x_689); -if (lean_obj_tag(x_692) == 0) -{ -lean_object* x_693; lean_object* x_694; lean_object* x_695; lean_object* x_696; lean_object* x_697; lean_object* x_698; lean_object* x_699; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; -x_693 = lean_ctor_get(x_692, 0); +x_676 = !lean_is_exclusive(x_654); +if (x_676 == 0) +{ +return x_654; +} +else +{ +lean_object* x_677; lean_object* x_678; lean_object* x_679; +x_677 = lean_ctor_get(x_654, 0); +x_678 = lean_ctor_get(x_654, 1); +lean_inc(x_678); +lean_inc(x_677); +lean_dec(x_654); +x_679 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_679, 0, x_677); +lean_ctor_set(x_679, 1, x_678); +return x_679; +} +} +} +else +{ +lean_object* x_680; +lean_dec(x_616); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_680 = lean_ctor_get(x_653, 0); +lean_inc(x_680); +lean_dec(x_653); +x_621 = x_680; +x_622 = x_651; +goto block_647; +} +} +else +{ +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_621 = x_616; +x_622 = x_620; +goto block_647; +} +} +} +block_723: +{ +if (x_690 == 0) +{ +lean_object* x_691; lean_object* x_692; lean_object* x_693; lean_object* x_694; lean_object* x_695; +x_691 = lean_st_ref_get(x_3, x_618); +x_692 = lean_ctor_get(x_691, 0); +lean_inc(x_692); +x_693 = lean_ctor_get(x_691, 1); lean_inc(x_693); +lean_dec(x_691); x_694 = lean_ctor_get(x_692, 1); lean_inc(x_694); lean_dec(x_692); -x_695 = lean_st_ref_take(x_3, x_694); -x_696 = lean_ctor_get(x_695, 0); -lean_inc(x_696); -x_697 = lean_ctor_get(x_695, 1); +lean_inc(x_615); +x_695 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_694, x_615); +if (lean_obj_tag(x_695) == 0) +{ +lean_object* x_696; +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_615); +x_696 = l_Lean_Meta_Closure_collectExprAux(x_615, x_2, x_3, x_4, x_5, x_6, x_7, x_693); +if (lean_obj_tag(x_696) == 0) +{ +lean_object* x_697; lean_object* x_698; lean_object* x_699; lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; +x_697 = lean_ctor_get(x_696, 0); lean_inc(x_697); -lean_dec(x_695); -x_698 = lean_ctor_get(x_696, 0); +x_698 = lean_ctor_get(x_696, 1); lean_inc(x_698); -x_699 = lean_ctor_get(x_696, 1); -lean_inc(x_699); -lean_inc(x_693); -x_700 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_699, x_654, x_693); -x_701 = lean_ctor_get(x_696, 2); +lean_dec(x_696); +x_699 = lean_st_ref_take(x_3, x_698); +x_700 = lean_ctor_get(x_699, 0); +lean_inc(x_700); +x_701 = lean_ctor_get(x_699, 1); lean_inc(x_701); -x_702 = lean_ctor_get(x_696, 3); +lean_dec(x_699); +x_702 = lean_ctor_get(x_700, 0); lean_inc(x_702); -x_703 = lean_ctor_get(x_696, 4); +x_703 = lean_ctor_get(x_700, 1); lean_inc(x_703); -x_704 = lean_ctor_get(x_696, 5); -lean_inc(x_704); -x_705 = lean_ctor_get(x_696, 6); +lean_inc(x_697); +x_704 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_703, x_615, x_697); +x_705 = lean_ctor_get(x_700, 2); lean_inc(x_705); -x_706 = lean_ctor_get(x_696, 7); +x_706 = lean_ctor_get(x_700, 3); lean_inc(x_706); -x_707 = lean_ctor_get(x_696, 8); +x_707 = lean_ctor_get(x_700, 4); lean_inc(x_707); -x_708 = lean_ctor_get(x_696, 9); +x_708 = lean_ctor_get(x_700, 5); lean_inc(x_708); -x_709 = lean_ctor_get(x_696, 10); +x_709 = lean_ctor_get(x_700, 6); lean_inc(x_709); -x_710 = lean_ctor_get(x_696, 11); +x_710 = lean_ctor_get(x_700, 7); lean_inc(x_710); -lean_dec(x_696); -x_711 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_711, 0, x_698); -lean_ctor_set(x_711, 1, x_700); -lean_ctor_set(x_711, 2, x_701); -lean_ctor_set(x_711, 3, x_702); -lean_ctor_set(x_711, 4, x_703); -lean_ctor_set(x_711, 5, x_704); -lean_ctor_set(x_711, 6, x_705); -lean_ctor_set(x_711, 7, x_706); -lean_ctor_set(x_711, 8, x_707); -lean_ctor_set(x_711, 9, x_708); -lean_ctor_set(x_711, 10, x_709); -lean_ctor_set(x_711, 11, x_710); -x_712 = lean_st_ref_set(x_3, x_711, x_697); -x_713 = lean_ctor_get(x_712, 1); +x_711 = lean_ctor_get(x_700, 8); +lean_inc(x_711); +x_712 = lean_ctor_get(x_700, 9); +lean_inc(x_712); +x_713 = lean_ctor_get(x_700, 10); lean_inc(x_713); -lean_dec(x_712); -x_659 = x_693; -x_660 = x_713; -goto block_685; +x_714 = lean_ctor_get(x_700, 11); +lean_inc(x_714); +lean_dec(x_700); +x_715 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_715, 0, x_702); +lean_ctor_set(x_715, 1, x_704); +lean_ctor_set(x_715, 2, x_705); +lean_ctor_set(x_715, 3, x_706); +lean_ctor_set(x_715, 4, x_707); +lean_ctor_set(x_715, 5, x_708); +lean_ctor_set(x_715, 6, x_709); +lean_ctor_set(x_715, 7, x_710); +lean_ctor_set(x_715, 8, x_711); +lean_ctor_set(x_715, 9, x_712); +lean_ctor_set(x_715, 10, x_713); +lean_ctor_set(x_715, 11, x_714); +x_716 = lean_st_ref_set(x_3, x_715, x_701); +x_717 = lean_ctor_get(x_716, 1); +lean_inc(x_717); +lean_dec(x_716); +x_619 = x_697; +x_620 = x_717; +goto block_689; +} +else +{ +uint8_t x_718; +lean_dec(x_617); +lean_dec(x_616); +lean_dec(x_615); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_718 = !lean_is_exclusive(x_696); +if (x_718 == 0) +{ +return x_696; } else { -uint8_t x_714; -lean_dec(x_657); -lean_dec(x_655); -lean_dec(x_654); -lean_dec(x_1); -x_714 = !lean_is_exclusive(x_692); -if (x_714 == 0) +lean_object* x_719; lean_object* x_720; lean_object* x_721; +x_719 = lean_ctor_get(x_696, 0); +x_720 = lean_ctor_get(x_696, 1); +lean_inc(x_720); +lean_inc(x_719); +lean_dec(x_696); +x_721 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_721, 0, x_719); +lean_ctor_set(x_721, 1, x_720); +return x_721; +} +} +} +else { -return x_692; +lean_object* x_722; +lean_dec(x_615); +x_722 = lean_ctor_get(x_695, 0); +lean_inc(x_722); +lean_dec(x_695); +x_619 = x_722; +x_620 = x_693; +goto block_689; +} } else { -lean_object* x_715; lean_object* x_716; lean_object* x_717; -x_715 = lean_ctor_get(x_692, 0); -x_716 = lean_ctor_get(x_692, 1); -lean_inc(x_716); -lean_inc(x_715); -lean_dec(x_692); -x_717 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_717, 0, x_715); -lean_ctor_set(x_717, 1, x_716); -return x_717; +x_619 = x_615; +x_620 = x_618; +goto block_689; } } } -else +block_765: { -lean_object* x_718; -lean_dec(x_654); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_718 = lean_ctor_get(x_691, 0); -lean_inc(x_718); -lean_dec(x_691); -x_659 = x_718; -x_660 = x_689; -goto block_685; -} -} -} -block_760: -{ -lean_object* x_728; lean_object* x_729; lean_object* x_730; lean_object* x_731; lean_object* x_732; -lean_dec(x_727); -x_728 = lean_st_ref_get(x_3, x_656); -x_729 = lean_ctor_get(x_728, 0); -lean_inc(x_729); -x_730 = lean_ctor_get(x_728, 1); -lean_inc(x_730); -lean_dec(x_728); -x_731 = lean_ctor_get(x_729, 1); -lean_inc(x_731); -lean_dec(x_729); -lean_inc(x_653); -x_732 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_731, x_653); -if (lean_obj_tag(x_732) == 0) -{ -lean_object* x_733; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_653); -x_733 = l_Lean_Meta_Closure_collectExprAux(x_653, x_2, x_3, x_4, x_5, x_6, x_7, x_730); -if (lean_obj_tag(x_733) == 0) +if (x_732 == 0) { -lean_object* x_734; lean_object* x_735; lean_object* x_736; lean_object* x_737; lean_object* x_738; lean_object* x_739; lean_object* x_740; lean_object* x_741; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; +lean_object* x_733; lean_object* x_734; lean_object* x_735; lean_object* x_736; lean_object* x_737; +x_733 = lean_st_ref_get(x_3, x_8); x_734 = lean_ctor_get(x_733, 0); lean_inc(x_734); x_735 = lean_ctor_get(x_733, 1); lean_inc(x_735); lean_dec(x_733); -x_736 = lean_st_ref_take(x_3, x_735); -x_737 = lean_ctor_get(x_736, 0); -lean_inc(x_737); -x_738 = lean_ctor_get(x_736, 1); -lean_inc(x_738); -lean_dec(x_736); -x_739 = lean_ctor_get(x_737, 0); +x_736 = lean_ctor_get(x_734, 1); +lean_inc(x_736); +lean_dec(x_734); +lean_inc(x_614); +x_737 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_736, x_614); +if (lean_obj_tag(x_737) == 0) +{ +lean_object* x_738; +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_614); +x_738 = l_Lean_Meta_Closure_collectExprAux(x_614, x_2, x_3, x_4, x_5, x_6, x_7, x_735); +if (lean_obj_tag(x_738) == 0) +{ +lean_object* x_739; lean_object* x_740; lean_object* x_741; lean_object* x_742; lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; lean_object* x_755; lean_object* x_756; lean_object* x_757; lean_object* x_758; lean_object* x_759; +x_739 = lean_ctor_get(x_738, 0); lean_inc(x_739); -x_740 = lean_ctor_get(x_737, 1); +x_740 = lean_ctor_get(x_738, 1); lean_inc(x_740); -lean_inc(x_734); -x_741 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_740, x_653, x_734); -x_742 = lean_ctor_get(x_737, 2); +lean_dec(x_738); +x_741 = lean_st_ref_take(x_3, x_740); +x_742 = lean_ctor_get(x_741, 0); lean_inc(x_742); -x_743 = lean_ctor_get(x_737, 3); +x_743 = lean_ctor_get(x_741, 1); lean_inc(x_743); -x_744 = lean_ctor_get(x_737, 4); +lean_dec(x_741); +x_744 = lean_ctor_get(x_742, 0); lean_inc(x_744); -x_745 = lean_ctor_get(x_737, 5); +x_745 = lean_ctor_get(x_742, 1); lean_inc(x_745); -x_746 = lean_ctor_get(x_737, 6); -lean_inc(x_746); -x_747 = lean_ctor_get(x_737, 7); +lean_inc(x_739); +x_746 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_745, x_614, x_739); +x_747 = lean_ctor_get(x_742, 2); lean_inc(x_747); -x_748 = lean_ctor_get(x_737, 8); +x_748 = lean_ctor_get(x_742, 3); lean_inc(x_748); -x_749 = lean_ctor_get(x_737, 9); +x_749 = lean_ctor_get(x_742, 4); lean_inc(x_749); -x_750 = lean_ctor_get(x_737, 10); +x_750 = lean_ctor_get(x_742, 5); lean_inc(x_750); -x_751 = lean_ctor_get(x_737, 11); +x_751 = lean_ctor_get(x_742, 6); lean_inc(x_751); +x_752 = lean_ctor_get(x_742, 7); +lean_inc(x_752); +x_753 = lean_ctor_get(x_742, 8); +lean_inc(x_753); +x_754 = lean_ctor_get(x_742, 9); +lean_inc(x_754); +x_755 = lean_ctor_get(x_742, 10); +lean_inc(x_755); +x_756 = lean_ctor_get(x_742, 11); +lean_inc(x_756); +lean_dec(x_742); +x_757 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_757, 0, x_744); +lean_ctor_set(x_757, 1, x_746); +lean_ctor_set(x_757, 2, x_747); +lean_ctor_set(x_757, 3, x_748); +lean_ctor_set(x_757, 4, x_749); +lean_ctor_set(x_757, 5, x_750); +lean_ctor_set(x_757, 6, x_751); +lean_ctor_set(x_757, 7, x_752); +lean_ctor_set(x_757, 8, x_753); +lean_ctor_set(x_757, 9, x_754); +lean_ctor_set(x_757, 10, x_755); +lean_ctor_set(x_757, 11, x_756); +x_758 = lean_st_ref_set(x_3, x_757, x_743); +x_759 = lean_ctor_get(x_758, 1); +lean_inc(x_759); +lean_dec(x_758); +x_617 = x_739; +x_618 = x_759; +goto block_731; +} +else +{ +uint8_t x_760; +lean_dec(x_616); +lean_dec(x_615); +lean_dec(x_614); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_1); +x_760 = !lean_is_exclusive(x_738); +if (x_760 == 0) +{ +return x_738; +} +else +{ +lean_object* x_761; lean_object* x_762; lean_object* x_763; +x_761 = lean_ctor_get(x_738, 0); +x_762 = lean_ctor_get(x_738, 1); +lean_inc(x_762); +lean_inc(x_761); +lean_dec(x_738); +x_763 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_763, 0, x_761); +lean_ctor_set(x_763, 1, x_762); +return x_763; +} +} +} +else +{ +lean_object* x_764; +lean_dec(x_614); +x_764 = lean_ctor_get(x_737, 0); +lean_inc(x_764); lean_dec(x_737); -x_752 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_752, 0, x_739); -lean_ctor_set(x_752, 1, x_741); -lean_ctor_set(x_752, 2, x_742); -lean_ctor_set(x_752, 3, x_743); -lean_ctor_set(x_752, 4, x_744); -lean_ctor_set(x_752, 5, x_745); -lean_ctor_set(x_752, 6, x_746); -lean_ctor_set(x_752, 7, x_747); -lean_ctor_set(x_752, 8, x_748); -lean_ctor_set(x_752, 9, x_749); -lean_ctor_set(x_752, 10, x_750); -lean_ctor_set(x_752, 11, x_751); -x_753 = lean_st_ref_set(x_3, x_752, x_738); -x_754 = lean_ctor_get(x_753, 1); -lean_inc(x_754); -lean_dec(x_753); -x_657 = x_734; -x_658 = x_754; -goto block_726; +x_617 = x_764; +x_618 = x_735; +goto block_731; +} } else { -uint8_t x_755; -lean_dec(x_655); -lean_dec(x_654); -lean_dec(x_653); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_755 = !lean_is_exclusive(x_733); -if (x_755 == 0) +x_617 = x_614; +x_618 = x_8; +goto block_731; +} +} +} +case 10: +{ +lean_object* x_773; uint8_t x_774; uint8_t x_808; +x_773 = lean_ctor_get(x_1, 1); +lean_inc(x_773); +x_808 = l_Lean_Expr_hasLevelParam(x_773); +if (x_808 == 0) +{ +uint8_t x_809; +x_809 = l_Lean_Expr_hasFVar(x_773); +if (x_809 == 0) { -return x_733; +uint8_t x_810; +x_810 = l_Lean_Expr_hasMVar(x_773); +if (x_810 == 0) +{ +uint8_t x_811; +x_811 = 1; +x_774 = x_811; +goto block_807; } else { -lean_object* x_756; lean_object* x_757; lean_object* x_758; -x_756 = lean_ctor_get(x_733, 0); -x_757 = lean_ctor_get(x_733, 1); -lean_inc(x_757); -lean_inc(x_756); -lean_dec(x_733); -x_758 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_758, 0, x_756); -lean_ctor_set(x_758, 1, x_757); -return x_758; +uint8_t x_812; +x_812 = 0; +x_774 = x_812; +goto block_807; +} } +else +{ +uint8_t x_813; +x_813 = 0; +x_774 = x_813; +goto block_807; } } else { -lean_object* x_759; -lean_dec(x_653); -x_759 = lean_ctor_get(x_732, 0); -lean_inc(x_759); -lean_dec(x_732); -x_657 = x_759; -x_658 = x_730; -goto block_726; -} -} -} -block_801: -{ -lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; lean_object* x_773; -lean_dec(x_768); -x_769 = lean_st_ref_get(x_3, x_8); -x_770 = lean_ctor_get(x_769, 0); -lean_inc(x_770); -x_771 = lean_ctor_get(x_769, 1); -lean_inc(x_771); -lean_dec(x_769); -x_772 = lean_ctor_get(x_770, 1); -lean_inc(x_772); -lean_dec(x_770); -lean_inc(x_652); -x_773 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_772, x_652); -if (lean_obj_tag(x_773) == 0) +uint8_t x_814; +x_814 = 0; +x_774 = x_814; +goto block_807; +} +block_807: { -lean_object* x_774; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_652); -x_774 = l_Lean_Meta_Closure_collectExprAux(x_652, x_2, x_3, x_4, x_5, x_6, x_7, x_771); -if (lean_obj_tag(x_774) == 0) +if (x_774 == 0) { -lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; lean_object* x_779; lean_object* x_780; lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; -x_775 = lean_ctor_get(x_774, 0); -lean_inc(x_775); -x_776 = lean_ctor_get(x_774, 1); +lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; lean_object* x_779; +x_775 = lean_st_ref_get(x_3, x_8); +x_776 = lean_ctor_get(x_775, 0); lean_inc(x_776); -lean_dec(x_774); -x_777 = lean_st_ref_take(x_3, x_776); -x_778 = lean_ctor_get(x_777, 0); +x_777 = lean_ctor_get(x_775, 1); +lean_inc(x_777); +lean_dec(x_775); +x_778 = lean_ctor_get(x_776, 1); lean_inc(x_778); -x_779 = lean_ctor_get(x_777, 1); -lean_inc(x_779); -lean_dec(x_777); -x_780 = lean_ctor_get(x_778, 0); -lean_inc(x_780); -x_781 = lean_ctor_get(x_778, 1); +lean_dec(x_776); +lean_inc(x_773); +x_779 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_778, x_773); +if (lean_obj_tag(x_779) == 0) +{ +lean_object* x_780; +lean_inc(x_773); +x_780 = l_Lean_Meta_Closure_collectExprAux(x_773, x_2, x_3, x_4, x_5, x_6, x_7, x_777); +if (lean_obj_tag(x_780) == 0) +{ +lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; +x_781 = lean_ctor_get(x_780, 0); lean_inc(x_781); -lean_inc(x_775); -x_782 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_781, x_652, x_775); -x_783 = lean_ctor_get(x_778, 2); -lean_inc(x_783); -x_784 = lean_ctor_get(x_778, 3); +x_782 = lean_ctor_get(x_780, 1); +lean_inc(x_782); +lean_dec(x_780); +x_783 = lean_st_ref_take(x_3, x_782); +x_784 = lean_ctor_get(x_783, 0); lean_inc(x_784); -x_785 = lean_ctor_get(x_778, 4); +x_785 = lean_ctor_get(x_783, 1); lean_inc(x_785); -x_786 = lean_ctor_get(x_778, 5); +lean_dec(x_783); +x_786 = lean_ctor_get(x_784, 0); lean_inc(x_786); -x_787 = lean_ctor_get(x_778, 6); +x_787 = lean_ctor_get(x_784, 1); lean_inc(x_787); -x_788 = lean_ctor_get(x_778, 7); -lean_inc(x_788); -x_789 = lean_ctor_get(x_778, 8); +lean_inc(x_781); +x_788 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_787, x_773, x_781); +x_789 = lean_ctor_get(x_784, 2); lean_inc(x_789); -x_790 = lean_ctor_get(x_778, 9); +x_790 = lean_ctor_get(x_784, 3); lean_inc(x_790); -x_791 = lean_ctor_get(x_778, 10); +x_791 = lean_ctor_get(x_784, 4); lean_inc(x_791); -x_792 = lean_ctor_get(x_778, 11); +x_792 = lean_ctor_get(x_784, 5); lean_inc(x_792); -lean_dec(x_778); -x_793 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_793, 0, x_780); -lean_ctor_set(x_793, 1, x_782); -lean_ctor_set(x_793, 2, x_783); -lean_ctor_set(x_793, 3, x_784); -lean_ctor_set(x_793, 4, x_785); -lean_ctor_set(x_793, 5, x_786); -lean_ctor_set(x_793, 6, x_787); -lean_ctor_set(x_793, 7, x_788); -lean_ctor_set(x_793, 8, x_789); -lean_ctor_set(x_793, 9, x_790); -lean_ctor_set(x_793, 10, x_791); -lean_ctor_set(x_793, 11, x_792); -x_794 = lean_st_ref_set(x_3, x_793, x_779); -x_795 = lean_ctor_get(x_794, 1); +x_793 = lean_ctor_get(x_784, 6); +lean_inc(x_793); +x_794 = lean_ctor_get(x_784, 7); +lean_inc(x_794); +x_795 = lean_ctor_get(x_784, 8); lean_inc(x_795); -lean_dec(x_794); -x_655 = x_775; -x_656 = x_795; -goto block_767; +x_796 = lean_ctor_get(x_784, 9); +lean_inc(x_796); +x_797 = lean_ctor_get(x_784, 10); +lean_inc(x_797); +x_798 = lean_ctor_get(x_784, 11); +lean_inc(x_798); +lean_dec(x_784); +x_799 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_799, 0, x_786); +lean_ctor_set(x_799, 1, x_788); +lean_ctor_set(x_799, 2, x_789); +lean_ctor_set(x_799, 3, x_790); +lean_ctor_set(x_799, 4, x_791); +lean_ctor_set(x_799, 5, x_792); +lean_ctor_set(x_799, 6, x_793); +lean_ctor_set(x_799, 7, x_794); +lean_ctor_set(x_799, 8, x_795); +lean_ctor_set(x_799, 9, x_796); +lean_ctor_set(x_799, 10, x_797); +lean_ctor_set(x_799, 11, x_798); +x_800 = lean_st_ref_set(x_3, x_799, x_785); +x_801 = lean_ctor_get(x_800, 1); +lean_inc(x_801); +lean_dec(x_800); +x_9 = x_781; +x_10 = x_801; +goto block_22; } else { -uint8_t x_796; -lean_dec(x_654); -lean_dec(x_653); -lean_dec(x_652); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +uint8_t x_802; +lean_dec(x_773); lean_dec(x_1); -x_796 = !lean_is_exclusive(x_774); -if (x_796 == 0) +x_802 = !lean_is_exclusive(x_780); +if (x_802 == 0) { -return x_774; +return x_780; } else { -lean_object* x_797; lean_object* x_798; lean_object* x_799; -x_797 = lean_ctor_get(x_774, 0); -x_798 = lean_ctor_get(x_774, 1); -lean_inc(x_798); -lean_inc(x_797); -lean_dec(x_774); -x_799 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_799, 0, x_797); -lean_ctor_set(x_799, 1, x_798); -return x_799; +lean_object* x_803; lean_object* x_804; lean_object* x_805; +x_803 = lean_ctor_get(x_780, 0); +x_804 = lean_ctor_get(x_780, 1); +lean_inc(x_804); +lean_inc(x_803); +lean_dec(x_780); +x_805 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_805, 0, x_803); +lean_ctor_set(x_805, 1, x_804); +return x_805; } } } else { -lean_object* x_800; -lean_dec(x_652); -x_800 = lean_ctor_get(x_773, 0); -lean_inc(x_800); +lean_object* x_806; lean_dec(x_773); -x_655 = x_800; -x_656 = x_771; -goto block_767; -} +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_806 = lean_ctor_get(x_779, 0); +lean_inc(x_806); +lean_dec(x_779); +x_9 = x_806; +x_10 = x_777; +goto block_22; } } -case 10: -{ -lean_object* x_808; lean_object* x_809; uint8_t x_843; -x_808 = lean_ctor_get(x_1, 1); -lean_inc(x_808); -x_843 = l_Lean_Expr_hasLevelParam(x_808); -if (x_843 == 0) -{ -uint8_t x_844; -x_844 = l_Lean_Expr_hasFVar(x_808); -if (x_844 == 0) -{ -uint8_t x_845; -x_845 = l_Lean_Expr_hasMVar(x_808); -if (x_845 == 0) +else { lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_9 = x_808; +x_9 = x_773; x_10 = x_8; goto block_22; } +} +} +case 11: +{ +lean_object* x_815; uint8_t x_816; uint8_t x_850; +x_815 = lean_ctor_get(x_1, 2); +lean_inc(x_815); +x_850 = l_Lean_Expr_hasLevelParam(x_815); +if (x_850 == 0) +{ +uint8_t x_851; +x_851 = l_Lean_Expr_hasFVar(x_815); +if (x_851 == 0) +{ +uint8_t x_852; +x_852 = l_Lean_Expr_hasMVar(x_815); +if (x_852 == 0) +{ +uint8_t x_853; +x_853 = 1; +x_816 = x_853; +goto block_849; +} else { -lean_object* x_846; -x_846 = lean_box(0); -x_809 = x_846; -goto block_842; +uint8_t x_854; +x_854 = 0; +x_816 = x_854; +goto block_849; } } else { -lean_object* x_847; -x_847 = lean_box(0); -x_809 = x_847; -goto block_842; +uint8_t x_855; +x_855 = 0; +x_816 = x_855; +goto block_849; } } else { -lean_object* x_848; -x_848 = lean_box(0); -x_809 = x_848; -goto block_842; -} -block_842: -{ -lean_object* x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; -lean_dec(x_809); -x_810 = lean_st_ref_get(x_3, x_8); -x_811 = lean_ctor_get(x_810, 0); -lean_inc(x_811); -x_812 = lean_ctor_get(x_810, 1); -lean_inc(x_812); -lean_dec(x_810); -x_813 = lean_ctor_get(x_811, 1); -lean_inc(x_813); -lean_dec(x_811); -lean_inc(x_808); -x_814 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_813, x_808); -if (lean_obj_tag(x_814) == 0) -{ -lean_object* x_815; -lean_inc(x_808); -x_815 = l_Lean_Meta_Closure_collectExprAux(x_808, x_2, x_3, x_4, x_5, x_6, x_7, x_812); -if (lean_obj_tag(x_815) == 0) -{ -lean_object* x_816; lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; lean_object* x_835; lean_object* x_836; -x_816 = lean_ctor_get(x_815, 0); -lean_inc(x_816); -x_817 = lean_ctor_get(x_815, 1); -lean_inc(x_817); -lean_dec(x_815); -x_818 = lean_st_ref_take(x_3, x_817); -x_819 = lean_ctor_get(x_818, 0); +uint8_t x_856; +x_856 = 0; +x_816 = x_856; +goto block_849; +} +block_849: +{ +if (x_816 == 0) +{ +lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; +x_817 = lean_st_ref_get(x_3, x_8); +x_818 = lean_ctor_get(x_817, 0); +lean_inc(x_818); +x_819 = lean_ctor_get(x_817, 1); lean_inc(x_819); +lean_dec(x_817); x_820 = lean_ctor_get(x_818, 1); lean_inc(x_820); lean_dec(x_818); -x_821 = lean_ctor_get(x_819, 0); -lean_inc(x_821); -x_822 = lean_ctor_get(x_819, 1); -lean_inc(x_822); -lean_inc(x_816); -x_823 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_822, x_808, x_816); -x_824 = lean_ctor_get(x_819, 2); +lean_inc(x_815); +x_821 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_820, x_815); +if (lean_obj_tag(x_821) == 0) +{ +lean_object* x_822; +lean_inc(x_815); +x_822 = l_Lean_Meta_Closure_collectExprAux(x_815, x_2, x_3, x_4, x_5, x_6, x_7, x_819); +if (lean_obj_tag(x_822) == 0) +{ +lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; lean_object* x_828; lean_object* x_829; lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; lean_object* x_840; lean_object* x_841; lean_object* x_842; lean_object* x_843; +x_823 = lean_ctor_get(x_822, 0); +lean_inc(x_823); +x_824 = lean_ctor_get(x_822, 1); lean_inc(x_824); -x_825 = lean_ctor_get(x_819, 3); -lean_inc(x_825); -x_826 = lean_ctor_get(x_819, 4); +lean_dec(x_822); +x_825 = lean_st_ref_take(x_3, x_824); +x_826 = lean_ctor_get(x_825, 0); lean_inc(x_826); -x_827 = lean_ctor_get(x_819, 5); +x_827 = lean_ctor_get(x_825, 1); lean_inc(x_827); -x_828 = lean_ctor_get(x_819, 6); +lean_dec(x_825); +x_828 = lean_ctor_get(x_826, 0); lean_inc(x_828); -x_829 = lean_ctor_get(x_819, 7); +x_829 = lean_ctor_get(x_826, 1); lean_inc(x_829); -x_830 = lean_ctor_get(x_819, 8); -lean_inc(x_830); -x_831 = lean_ctor_get(x_819, 9); +lean_inc(x_823); +x_830 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_829, x_815, x_823); +x_831 = lean_ctor_get(x_826, 2); lean_inc(x_831); -x_832 = lean_ctor_get(x_819, 10); +x_832 = lean_ctor_get(x_826, 3); lean_inc(x_832); -x_833 = lean_ctor_get(x_819, 11); +x_833 = lean_ctor_get(x_826, 4); lean_inc(x_833); -lean_dec(x_819); -x_834 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_834, 0, x_821); -lean_ctor_set(x_834, 1, x_823); -lean_ctor_set(x_834, 2, x_824); -lean_ctor_set(x_834, 3, x_825); -lean_ctor_set(x_834, 4, x_826); -lean_ctor_set(x_834, 5, x_827); -lean_ctor_set(x_834, 6, x_828); -lean_ctor_set(x_834, 7, x_829); -lean_ctor_set(x_834, 8, x_830); -lean_ctor_set(x_834, 9, x_831); -lean_ctor_set(x_834, 10, x_832); -lean_ctor_set(x_834, 11, x_833); -x_835 = lean_st_ref_set(x_3, x_834, x_820); -x_836 = lean_ctor_get(x_835, 1); +x_834 = lean_ctor_get(x_826, 5); +lean_inc(x_834); +x_835 = lean_ctor_get(x_826, 6); +lean_inc(x_835); +x_836 = lean_ctor_get(x_826, 7); lean_inc(x_836); -lean_dec(x_835); -x_9 = x_816; -x_10 = x_836; -goto block_22; +x_837 = lean_ctor_get(x_826, 8); +lean_inc(x_837); +x_838 = lean_ctor_get(x_826, 9); +lean_inc(x_838); +x_839 = lean_ctor_get(x_826, 10); +lean_inc(x_839); +x_840 = lean_ctor_get(x_826, 11); +lean_inc(x_840); +lean_dec(x_826); +x_841 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_841, 0, x_828); +lean_ctor_set(x_841, 1, x_830); +lean_ctor_set(x_841, 2, x_831); +lean_ctor_set(x_841, 3, x_832); +lean_ctor_set(x_841, 4, x_833); +lean_ctor_set(x_841, 5, x_834); +lean_ctor_set(x_841, 6, x_835); +lean_ctor_set(x_841, 7, x_836); +lean_ctor_set(x_841, 8, x_837); +lean_ctor_set(x_841, 9, x_838); +lean_ctor_set(x_841, 10, x_839); +lean_ctor_set(x_841, 11, x_840); +x_842 = lean_st_ref_set(x_3, x_841, x_827); +x_843 = lean_ctor_get(x_842, 1); +lean_inc(x_843); +lean_dec(x_842); +x_23 = x_823; +x_24 = x_843; +goto block_37; } else { -uint8_t x_837; -lean_dec(x_808); +uint8_t x_844; +lean_dec(x_815); lean_dec(x_1); -x_837 = !lean_is_exclusive(x_815); -if (x_837 == 0) +x_844 = !lean_is_exclusive(x_822); +if (x_844 == 0) { -return x_815; +return x_822; } else { -lean_object* x_838; lean_object* x_839; lean_object* x_840; -x_838 = lean_ctor_get(x_815, 0); -x_839 = lean_ctor_get(x_815, 1); -lean_inc(x_839); -lean_inc(x_838); -lean_dec(x_815); -x_840 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_840, 0, x_838); -lean_ctor_set(x_840, 1, x_839); -return x_840; +lean_object* x_845; lean_object* x_846; lean_object* x_847; +x_845 = lean_ctor_get(x_822, 0); +x_846 = lean_ctor_get(x_822, 1); +lean_inc(x_846); +lean_inc(x_845); +lean_dec(x_822); +x_847 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_847, 0, x_845); +lean_ctor_set(x_847, 1, x_846); +return x_847; } } } else { -lean_object* x_841; -lean_dec(x_808); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_841 = lean_ctor_get(x_814, 0); -lean_inc(x_841); -lean_dec(x_814); -x_9 = x_841; -x_10 = x_812; -goto block_22; -} -} -} -case 11: -{ -lean_object* x_849; lean_object* x_850; uint8_t x_884; -x_849 = lean_ctor_get(x_1, 2); -lean_inc(x_849); -x_884 = l_Lean_Expr_hasLevelParam(x_849); -if (x_884 == 0) -{ -uint8_t x_885; -x_885 = l_Lean_Expr_hasFVar(x_849); -if (x_885 == 0) -{ -uint8_t x_886; -x_886 = l_Lean_Expr_hasMVar(x_849); -if (x_886 == 0) -{ +lean_object* x_848; +lean_dec(x_815); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_23 = x_849; -x_24 = x_8; -goto block_37; -} -else -{ -lean_object* x_887; -x_887 = lean_box(0); -x_850 = x_887; -goto block_883; -} -} -else -{ -lean_object* x_888; -x_888 = lean_box(0); -x_850 = x_888; -goto block_883; -} -} -else -{ -lean_object* x_889; -x_889 = lean_box(0); -x_850 = x_889; -goto block_883; -} -block_883: -{ -lean_object* x_851; lean_object* x_852; lean_object* x_853; lean_object* x_854; lean_object* x_855; -lean_dec(x_850); -x_851 = lean_st_ref_get(x_3, x_8); -x_852 = lean_ctor_get(x_851, 0); -lean_inc(x_852); -x_853 = lean_ctor_get(x_851, 1); -lean_inc(x_853); -lean_dec(x_851); -x_854 = lean_ctor_get(x_852, 1); -lean_inc(x_854); -lean_dec(x_852); -lean_inc(x_849); -x_855 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_854, x_849); -if (lean_obj_tag(x_855) == 0) -{ -lean_object* x_856; -lean_inc(x_849); -x_856 = l_Lean_Meta_Closure_collectExprAux(x_849, x_2, x_3, x_4, x_5, x_6, x_7, x_853); -if (lean_obj_tag(x_856) == 0) -{ -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; -x_857 = lean_ctor_get(x_856, 0); -lean_inc(x_857); -x_858 = lean_ctor_get(x_856, 1); -lean_inc(x_858); -lean_dec(x_856); -x_859 = lean_st_ref_take(x_3, x_858); -x_860 = lean_ctor_get(x_859, 0); -lean_inc(x_860); -x_861 = lean_ctor_get(x_859, 1); -lean_inc(x_861); -lean_dec(x_859); -x_862 = lean_ctor_get(x_860, 0); -lean_inc(x_862); -x_863 = lean_ctor_get(x_860, 1); -lean_inc(x_863); -lean_inc(x_857); -x_864 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_863, x_849, x_857); -x_865 = lean_ctor_get(x_860, 2); -lean_inc(x_865); -x_866 = lean_ctor_get(x_860, 3); -lean_inc(x_866); -x_867 = lean_ctor_get(x_860, 4); -lean_inc(x_867); -x_868 = lean_ctor_get(x_860, 5); -lean_inc(x_868); -x_869 = lean_ctor_get(x_860, 6); -lean_inc(x_869); -x_870 = lean_ctor_get(x_860, 7); -lean_inc(x_870); -x_871 = lean_ctor_get(x_860, 8); -lean_inc(x_871); -x_872 = lean_ctor_get(x_860, 9); -lean_inc(x_872); -x_873 = lean_ctor_get(x_860, 10); -lean_inc(x_873); -x_874 = lean_ctor_get(x_860, 11); -lean_inc(x_874); -lean_dec(x_860); -x_875 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_875, 0, x_862); -lean_ctor_set(x_875, 1, x_864); -lean_ctor_set(x_875, 2, x_865); -lean_ctor_set(x_875, 3, x_866); -lean_ctor_set(x_875, 4, x_867); -lean_ctor_set(x_875, 5, x_868); -lean_ctor_set(x_875, 6, x_869); -lean_ctor_set(x_875, 7, x_870); -lean_ctor_set(x_875, 8, x_871); -lean_ctor_set(x_875, 9, x_872); -lean_ctor_set(x_875, 10, x_873); -lean_ctor_set(x_875, 11, x_874); -x_876 = lean_st_ref_set(x_3, x_875, x_861); -x_877 = lean_ctor_get(x_876, 1); -lean_inc(x_877); -lean_dec(x_876); -x_23 = x_857; -x_24 = x_877; +x_848 = lean_ctor_get(x_821, 0); +lean_inc(x_848); +lean_dec(x_821); +x_23 = x_848; +x_24 = x_819; goto block_37; } -else -{ -uint8_t x_878; -lean_dec(x_849); -lean_dec(x_1); -x_878 = !lean_is_exclusive(x_856); -if (x_878 == 0) -{ -return x_856; -} -else -{ -lean_object* x_879; lean_object* x_880; lean_object* x_881; -x_879 = lean_ctor_get(x_856, 0); -x_880 = lean_ctor_get(x_856, 1); -lean_inc(x_880); -lean_inc(x_879); -lean_dec(x_856); -x_881 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_881, 0, x_879); -lean_ctor_set(x_881, 1, x_880); -return x_881; -} -} } else { -lean_object* x_882; -lean_dec(x_849); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_882 = lean_ctor_get(x_855, 0); -lean_inc(x_882); -lean_dec(x_855); -x_23 = x_882; -x_24 = x_853; +x_23 = x_815; +x_24 = x_8; goto block_37; } } } default: { -lean_object* x_890; +lean_object* x_857; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_890 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_890, 0, x_1); -lean_ctor_set(x_890, 1, x_8); -return x_890; +x_857 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_857, 0, x_1); +lean_ctor_set(x_857, 1, x_8); +return x_857; } } block_22: @@ -7592,61 +7590,65 @@ lean_inc(x_4); x_9 = l_Lean_Meta_Closure_preprocess(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); 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; lean_object* x_12; lean_object* x_13; uint8_t x_93; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_ctor_get(x_9, 1); -x_93 = l_Lean_Expr_hasLevelParam(x_11); -if (x_93 == 0) -{ -uint8_t x_94; -x_94 = l_Lean_Expr_hasFVar(x_11); +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_94; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_12 = x_9; +} else { + lean_dec_ref(x_9); + x_12 = lean_box(0); +} +x_94 = l_Lean_Expr_hasLevelParam(x_10); if (x_94 == 0) { uint8_t x_95; -x_95 = l_Lean_Expr_hasMVar(x_11); +x_95 = l_Lean_Expr_hasFVar(x_10); if (x_95 == 0) { -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_9; +uint8_t x_96; +x_96 = l_Lean_Expr_hasMVar(x_10); +if (x_96 == 0) +{ +uint8_t x_97; +x_97 = 1; +x_13 = x_97; +goto block_93; } else { -lean_object* x_96; -lean_free_object(x_9); -x_96 = lean_box(0); -x_13 = x_96; -goto block_92; +uint8_t x_98; +x_98 = 0; +x_13 = x_98; +goto block_93; } } else { -lean_object* x_97; -lean_free_object(x_9); -x_97 = lean_box(0); -x_13 = x_97; -goto block_92; +uint8_t x_99; +x_99 = 0; +x_13 = x_99; +goto block_93; } } else { -lean_object* x_98; -lean_free_object(x_9); -x_98 = lean_box(0); -x_13 = x_98; -goto block_92; +uint8_t x_100; +x_100 = 0; +x_13 = x_100; +goto block_93; } -block_92: +block_93: +{ +if (x_13 == 0) { lean_object* x_14; uint8_t x_15; -lean_dec(x_13); -x_14 = lean_st_ref_get(x_3, x_12); +lean_dec(x_12); +x_14 = lean_st_ref_get(x_3, x_11); x_15 = !lean_is_exclusive(x_14); if (x_15 == 0) { @@ -7656,14 +7658,14 @@ x_17 = lean_ctor_get(x_14, 1); x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); lean_dec(x_16); -lean_inc(x_11); -x_19 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_18, x_11); +lean_inc(x_10); +x_19 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_18, x_10); if (lean_obj_tag(x_19) == 0) { lean_object* x_20; lean_free_object(x_14); -lean_inc(x_11); -x_20 = l_Lean_Meta_Closure_collectExprAux(x_11, x_2, x_3, x_4, x_5, x_6, x_7, x_17); +lean_inc(x_10); +x_20 = l_Lean_Meta_Closure_collectExprAux(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_17); 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; @@ -7684,7 +7686,7 @@ if (x_26 == 0) lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; x_27 = lean_ctor_get(x_24, 1); lean_inc(x_21); -x_28 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_27, x_11, x_21); +x_28 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_27, x_10, x_21); lean_ctor_set(x_24, 1, x_28); x_29 = lean_st_ref_set(x_3, x_24, x_25); x_30 = !lean_is_exclusive(x_29); @@ -7737,7 +7739,7 @@ lean_inc(x_35); lean_inc(x_34); lean_dec(x_24); lean_inc(x_21); -x_46 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_35, x_11, x_21); +x_46 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_35, x_10, x_21); x_47 = lean_alloc_ctor(0, 12, 0); lean_ctor_set(x_47, 0, x_34); lean_ctor_set(x_47, 1, x_46); @@ -7775,7 +7777,7 @@ return x_51; else { uint8_t x_52; -lean_dec(x_11); +lean_dec(x_10); x_52 = !lean_is_exclusive(x_20); if (x_52 == 0) { @@ -7799,7 +7801,7 @@ return x_55; else { lean_object* x_56; -lean_dec(x_11); +lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -7822,13 +7824,13 @@ lean_dec(x_14); x_59 = lean_ctor_get(x_57, 1); lean_inc(x_59); lean_dec(x_57); -lean_inc(x_11); -x_60 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_59, x_11); +lean_inc(x_10); +x_60 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_59, x_10); if (lean_obj_tag(x_60) == 0) { lean_object* x_61; -lean_inc(x_11); -x_61 = l_Lean_Meta_Closure_collectExprAux(x_11, x_2, x_3, x_4, x_5, x_6, x_7, x_58); +lean_inc(x_10); +x_61 = l_Lean_Meta_Closure_collectExprAux(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_58); 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_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; @@ -7886,7 +7888,7 @@ if (lean_is_exclusive(x_65)) { x_79 = lean_box(0); } lean_inc(x_62); -x_80 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_68, x_11, x_62); +x_80 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_68, x_10, x_62); if (lean_is_scalar(x_79)) { x_81 = lean_alloc_ctor(0, 12, 0); } else { @@ -7927,7 +7929,7 @@ return x_85; else { lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -lean_dec(x_11); +lean_dec(x_10); x_86 = lean_ctor_get(x_61, 0); lean_inc(x_86); x_87 = lean_ctor_get(x_61, 1); @@ -7951,272 +7953,65 @@ return x_89; } } else -{ -lean_object* x_90; lean_object* x_91; -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_90 = lean_ctor_get(x_60, 0); -lean_inc(x_90); -lean_dec(x_60); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_58); -return x_91; -} -} -} -} -else -{ -lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_140; -x_99 = lean_ctor_get(x_9, 0); -x_100 = lean_ctor_get(x_9, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_9); -x_140 = l_Lean_Expr_hasLevelParam(x_99); -if (x_140 == 0) -{ -uint8_t x_141; -x_141 = l_Lean_Expr_hasFVar(x_99); -if (x_141 == 0) -{ -uint8_t x_142; -x_142 = l_Lean_Expr_hasMVar(x_99); -if (x_142 == 0) -{ -lean_object* x_143; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_99); -lean_ctor_set(x_143, 1, x_100); -return x_143; -} -else -{ -lean_object* x_144; -x_144 = lean_box(0); -x_101 = x_144; -goto block_139; -} -} -else -{ -lean_object* x_145; -x_145 = lean_box(0); -x_101 = x_145; -goto block_139; -} -} -else -{ -lean_object* x_146; -x_146 = lean_box(0); -x_101 = x_146; -goto block_139; -} -block_139: -{ -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_dec(x_101); -x_102 = lean_st_ref_get(x_3, x_100); -x_103 = lean_ctor_get(x_102, 0); -lean_inc(x_103); -x_104 = lean_ctor_get(x_102, 1); -lean_inc(x_104); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_105 = x_102; -} else { - lean_dec_ref(x_102); - x_105 = lean_box(0); -} -x_106 = lean_ctor_get(x_103, 1); -lean_inc(x_106); -lean_dec(x_103); -lean_inc(x_99); -x_107 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_106, x_99); -if (lean_obj_tag(x_107) == 0) -{ -lean_object* x_108; -lean_dec(x_105); -lean_inc(x_99); -x_108 = l_Lean_Meta_Closure_collectExprAux(x_99, x_2, x_3, x_4, x_5, x_6, x_7, x_104); -if (lean_obj_tag(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_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; -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = lean_st_ref_take(x_3, x_110); -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); -x_115 = lean_ctor_get(x_112, 1); -lean_inc(x_115); -x_116 = lean_ctor_get(x_112, 2); -lean_inc(x_116); -x_117 = lean_ctor_get(x_112, 3); -lean_inc(x_117); -x_118 = lean_ctor_get(x_112, 4); -lean_inc(x_118); -x_119 = lean_ctor_get(x_112, 5); -lean_inc(x_119); -x_120 = lean_ctor_get(x_112, 6); -lean_inc(x_120); -x_121 = lean_ctor_get(x_112, 7); -lean_inc(x_121); -x_122 = lean_ctor_get(x_112, 8); -lean_inc(x_122); -x_123 = lean_ctor_get(x_112, 9); -lean_inc(x_123); -x_124 = lean_ctor_get(x_112, 10); -lean_inc(x_124); -x_125 = lean_ctor_get(x_112, 11); -lean_inc(x_125); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - lean_ctor_release(x_112, 2); - lean_ctor_release(x_112, 3); - lean_ctor_release(x_112, 4); - lean_ctor_release(x_112, 5); - lean_ctor_release(x_112, 6); - lean_ctor_release(x_112, 7); - lean_ctor_release(x_112, 8); - lean_ctor_release(x_112, 9); - lean_ctor_release(x_112, 10); - lean_ctor_release(x_112, 11); - x_126 = x_112; -} else { - lean_dec_ref(x_112); - x_126 = lean_box(0); -} -lean_inc(x_109); -x_127 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_115, x_99, x_109); -if (lean_is_scalar(x_126)) { - x_128 = lean_alloc_ctor(0, 12, 0); -} else { - x_128 = x_126; -} -lean_ctor_set(x_128, 0, x_114); -lean_ctor_set(x_128, 1, x_127); -lean_ctor_set(x_128, 2, x_116); -lean_ctor_set(x_128, 3, x_117); -lean_ctor_set(x_128, 4, x_118); -lean_ctor_set(x_128, 5, x_119); -lean_ctor_set(x_128, 6, x_120); -lean_ctor_set(x_128, 7, x_121); -lean_ctor_set(x_128, 8, x_122); -lean_ctor_set(x_128, 9, x_123); -lean_ctor_set(x_128, 10, x_124); -lean_ctor_set(x_128, 11, x_125); -x_129 = lean_st_ref_set(x_3, x_128, x_113); -x_130 = lean_ctor_get(x_129, 1); -lean_inc(x_130); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_131 = x_129; -} else { - lean_dec_ref(x_129); - x_131 = lean_box(0); -} -if (lean_is_scalar(x_131)) { - x_132 = lean_alloc_ctor(0, 2, 0); -} else { - x_132 = x_131; -} -lean_ctor_set(x_132, 0, x_109); -lean_ctor_set(x_132, 1, x_130); -return x_132; -} -else -{ -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; -lean_dec(x_99); -x_133 = lean_ctor_get(x_108, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_108, 1); -lean_inc(x_134); -if (lean_is_exclusive(x_108)) { - lean_ctor_release(x_108, 0); - lean_ctor_release(x_108, 1); - x_135 = x_108; -} else { - lean_dec_ref(x_108); - x_135 = lean_box(0); -} -if (lean_is_scalar(x_135)) { - x_136 = lean_alloc_ctor(1, 2, 0); -} else { - x_136 = x_135; +{ +lean_object* x_90; lean_object* x_91; +lean_dec(x_10); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_90 = lean_ctor_get(x_60, 0); +lean_inc(x_90); +lean_dec(x_60); +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_58); +return x_91; } -lean_ctor_set(x_136, 0, x_133); -lean_ctor_set(x_136, 1, x_134); -return x_136; } } else { -lean_object* x_137; lean_object* x_138; -lean_dec(x_99); +lean_object* x_92; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_137 = lean_ctor_get(x_107, 0); -lean_inc(x_137); -lean_dec(x_107); -if (lean_is_scalar(x_105)) { - x_138 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_12)) { + x_92 = lean_alloc_ctor(0, 2, 0); } else { - x_138 = x_105; -} -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_104); -return x_138; + x_92 = x_12; } +lean_ctor_set(x_92, 0, x_10); +lean_ctor_set(x_92, 1, x_11); +return x_92; } } } else { -uint8_t x_147; +uint8_t x_101; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_147 = !lean_is_exclusive(x_9); -if (x_147 == 0) +x_101 = !lean_is_exclusive(x_9); +if (x_101 == 0) { return x_9; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_9, 0); -x_149 = lean_ctor_get(x_9, 1); -lean_inc(x_149); -lean_inc(x_148); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_9, 0); +x_103 = lean_ctor_get(x_9, 1); +lean_inc(x_103); +lean_inc(x_102); lean_dec(x_9); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; +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; } } } @@ -8893,7 +8688,34 @@ lean_dec(x_6); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_lt(x_4, x_3); +if (x_6 == 0) +{ +lean_dec(x_1); +return x_5; +} +else +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_7 = lean_array_uget(x_5, x_4); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_array_uset(x_5, x_4, x_8); +lean_inc(x_1); +x_10 = l_Lean_LocalDecl_replaceFVarId(x_1, x_2, x_7); +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +x_13 = lean_array_uset(x_9, x_4, x_10); +x_4 = x_12; +x_5 = x_13; +goto _start; +} +} +} +LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__2(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -8937,33 +8759,6 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___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_6; -x_6 = lean_usize_dec_lt(x_4, x_3); -if (x_6 == 0) -{ -lean_dec(x_1); -return x_5; -} -else -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; -x_7 = lean_array_uget(x_5, x_4); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_array_uset(x_5, x_4, x_8); -lean_inc(x_1); -x_10 = l_Lean_LocalDecl_replaceFVarId(x_1, x_2, x_7); -x_11 = 1; -x_12 = lean_usize_add(x_4, x_11); -x_13 = lean_array_uset(x_9, x_4, x_10); -x_4 = x_12; -x_5 = x_13; -goto _start; -} -} -} LEAN_EXPORT lean_object* l_Lean_Meta_Closure_process(uint8_t x_1, 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: { @@ -9085,746 +8880,451 @@ return x_35; } else { -lean_object* x_36; uint8_t x_37; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_159; x_36 = lean_ctor_get(x_20, 1); lean_inc(x_36); lean_dec(x_20); -x_37 = !lean_is_exclusive(x_21); -if (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; -x_38 = lean_ctor_get(x_21, 2); -x_39 = lean_ctor_get(x_21, 3); -x_40 = lean_ctor_get(x_21, 4); -x_41 = lean_ctor_get(x_21, 1); +x_37 = lean_ctor_get(x_21, 2); +lean_inc(x_37); +x_38 = lean_ctor_get(x_21, 3); +lean_inc(x_38); +x_39 = lean_ctor_get(x_21, 4); +lean_inc(x_39); +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + lean_ctor_release(x_21, 1); + lean_ctor_release(x_21, 2); + lean_ctor_release(x_21, 3); + lean_ctor_release(x_21, 4); + x_40 = x_21; +} else { + lean_dec_ref(x_21); + x_40 = lean_box(0); +} +x_41 = l_Lean_Meta_getZetaFVarIds___rarg(x_4, x_5, x_6, x_36); +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_42 = lean_ctor_get(x_21, 0); +x_159 = l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__2(x_42, x_18); lean_dec(x_42); -x_43 = l_Lean_Meta_getZetaFVarIds___rarg(x_4, x_5, x_6, x_36); -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1(x_44, x_18); -lean_dec(x_44); -if (lean_obj_tag(x_46) == 0) -{ -uint8_t x_47; lean_object* x_48; -lean_free_object(x_21); -lean_dec(x_40); -x_47 = 0; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_48 = l_Lean_Meta_Closure_pushLocalDecl(x_19, x_38, x_39, x_47, x_1, x_2, x_3, x_4, x_5, x_6, x_45); -if (lean_obj_tag(x_48) == 0) +if (lean_obj_tag(x_159) == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -lean_dec(x_48); -x_50 = l_Lean_Expr_fvar___override(x_18); -x_51 = l_Lean_Meta_Closure_pushFVarArg(x_50, x_1, x_2, x_3, x_4, x_5, x_6, x_49); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -lean_dec(x_51); -x_7 = x_52; -goto _start; +uint8_t x_160; +x_160 = 1; +x_44 = x_160; +goto block_158; } else { -uint8_t x_54; -lean_dec(x_18); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_54 = !lean_is_exclusive(x_48); -if (x_54 == 0) -{ -return x_48; +uint8_t x_161; +lean_dec(x_159); +x_161 = 0; +x_44 = x_161; +goto block_158; } -else +block_158: { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_48, 0); -x_56 = lean_ctor_get(x_48, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_48); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; -} -} -} -else +if (x_44 == 0) { -lean_object* x_58; -lean_dec(x_46); +lean_object* x_45; lean_dec(x_18); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_58 = l_Lean_Meta_Closure_collectExpr(x_39, x_1, x_2, x_3, x_4, x_5, x_6, x_45); -if (lean_obj_tag(x_58) == 0) +x_45 = l_Lean_Meta_Closure_collectExpr(x_38, x_1, x_2, x_3, x_4, x_5, x_6, x_43); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -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); +lean_object* x_46; lean_object* x_47; lean_object* x_48; +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); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_61 = l_Lean_Meta_Closure_collectExpr(x_40, x_1, x_2, x_3, x_4, x_5, x_6, x_60); -if (lean_obj_tag(x_61) == 0) +x_48 = l_Lean_Meta_Closure_collectExpr(x_39, x_1, x_2, x_3, x_4, x_5, x_6, x_47); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_62 = lean_ctor_get(x_61, 0); +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +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_st_ref_take(x_2, x_50); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) +{ +lean_object* x_55; lean_object* x_56; uint8_t x_57; uint8_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_55 = lean_ctor_get(x_52, 7); +x_56 = lean_unsigned_to_nat(0u); +x_57 = 0; +x_58 = 0; +lean_inc(x_49); +lean_inc(x_19); +if (lean_is_scalar(x_40)) { + x_59 = lean_alloc_ctor(1, 5, 2); +} else { + x_59 = x_40; +} +lean_ctor_set(x_59, 0, x_56); +lean_ctor_set(x_59, 1, x_19); +lean_ctor_set(x_59, 2, x_37); +lean_ctor_set(x_59, 3, x_46); +lean_ctor_set(x_59, 4, x_49); +lean_ctor_set_uint8(x_59, sizeof(void*)*5, x_57); +lean_ctor_set_uint8(x_59, sizeof(void*)*5 + 1, x_58); +x_60 = lean_array_push(x_55, x_59); +lean_ctor_set(x_52, 7, x_60); +x_61 = lean_st_ref_set(x_2, x_52, x_53); +x_62 = lean_ctor_get(x_61, 1); lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); lean_dec(x_61); -x_64 = lean_st_ref_take(x_2, x_63); -x_65 = lean_ctor_get(x_64, 0); +x_63 = lean_st_ref_take(x_2, x_62); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = !lean_is_exclusive(x_65); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; uint8_t 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; uint8_t x_78; -x_68 = lean_ctor_get(x_65, 7); -x_69 = lean_unsigned_to_nat(0u); +lean_dec(x_63); +x_66 = !lean_is_exclusive(x_64); +if (x_66 == 0) +{ +lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_67 = lean_ctor_get(x_64, 5); +x_68 = lean_array_get_size(x_67); +x_69 = lean_usize_of_nat(x_68); +lean_dec(x_68); x_70 = 0; -x_71 = 0; -lean_inc(x_62); -lean_inc(x_19); -lean_ctor_set(x_21, 4, x_62); -lean_ctor_set(x_21, 3, x_59); -lean_ctor_set(x_21, 1, x_19); -lean_ctor_set(x_21, 0, x_69); -lean_ctor_set_uint8(x_21, sizeof(void*)*5, x_70); -lean_ctor_set_uint8(x_21, sizeof(void*)*5 + 1, x_71); -x_72 = lean_array_push(x_68, x_21); -lean_ctor_set(x_65, 7, x_72); -x_73 = lean_st_ref_set(x_2, x_65, x_66); -x_74 = lean_ctor_get(x_73, 1); -lean_inc(x_74); -lean_dec(x_73); -x_75 = lean_st_ref_take(x_2, x_74); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = !lean_is_exclusive(x_76); -if (x_78 == 0) -{ -lean_object* x_79; lean_object* x_80; size_t x_81; size_t x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_79 = lean_ctor_get(x_76, 5); -x_80 = lean_array_get_size(x_79); -x_81 = lean_usize_of_nat(x_80); -lean_dec(x_80); -x_82 = 0; -x_83 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2(x_19, x_62, x_81, x_82, x_79); -lean_dec(x_62); -lean_ctor_set(x_76, 5, x_83); -x_84 = lean_st_ref_set(x_2, x_76, x_77); -x_85 = lean_ctor_get(x_84, 1); -lean_inc(x_85); -lean_dec(x_84); -x_7 = x_85; +x_71 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1(x_19, x_49, x_69, x_70, x_67); +lean_dec(x_49); +lean_ctor_set(x_64, 5, x_71); +x_72 = lean_st_ref_set(x_2, x_64, x_65); +x_73 = lean_ctor_get(x_72, 1); +lean_inc(x_73); +lean_dec(x_72); +x_7 = x_73; goto _start; } 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; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; size_t x_100; size_t x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_87 = lean_ctor_get(x_76, 0); -x_88 = lean_ctor_get(x_76, 1); -x_89 = lean_ctor_get(x_76, 2); -x_90 = lean_ctor_get(x_76, 3); -x_91 = lean_ctor_get(x_76, 4); -x_92 = lean_ctor_get(x_76, 5); -x_93 = lean_ctor_get(x_76, 6); -x_94 = lean_ctor_get(x_76, 7); -x_95 = lean_ctor_get(x_76, 8); -x_96 = lean_ctor_get(x_76, 9); -x_97 = lean_ctor_get(x_76, 10); -x_98 = lean_ctor_get(x_76, 11); -lean_inc(x_98); -lean_inc(x_97); -lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); +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; size_t x_88; size_t x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_75 = lean_ctor_get(x_64, 0); +x_76 = lean_ctor_get(x_64, 1); +x_77 = lean_ctor_get(x_64, 2); +x_78 = lean_ctor_get(x_64, 3); +x_79 = lean_ctor_get(x_64, 4); +x_80 = lean_ctor_get(x_64, 5); +x_81 = lean_ctor_get(x_64, 6); +x_82 = lean_ctor_get(x_64, 7); +x_83 = lean_ctor_get(x_64, 8); +x_84 = lean_ctor_get(x_64, 9); +x_85 = lean_ctor_get(x_64, 10); +x_86 = lean_ctor_get(x_64, 11); +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_dec(x_64); +x_87 = lean_array_get_size(x_80); +x_88 = lean_usize_of_nat(x_87); +lean_dec(x_87); +x_89 = 0; +x_90 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1(x_19, x_49, x_88, x_89, x_80); +lean_dec(x_49); +x_91 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_91, 0, x_75); +lean_ctor_set(x_91, 1, x_76); +lean_ctor_set(x_91, 2, x_77); +lean_ctor_set(x_91, 3, x_78); +lean_ctor_set(x_91, 4, x_79); +lean_ctor_set(x_91, 5, x_90); +lean_ctor_set(x_91, 6, x_81); +lean_ctor_set(x_91, 7, x_82); +lean_ctor_set(x_91, 8, x_83); +lean_ctor_set(x_91, 9, x_84); +lean_ctor_set(x_91, 10, x_85); +lean_ctor_set(x_91, 11, x_86); +x_92 = lean_st_ref_set(x_2, x_91, x_65); +x_93 = lean_ctor_get(x_92, 1); 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_dec(x_76); -x_99 = lean_array_get_size(x_92); -x_100 = lean_usize_of_nat(x_99); -lean_dec(x_99); -x_101 = 0; -x_102 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2(x_19, x_62, x_100, x_101, x_92); -lean_dec(x_62); -x_103 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_103, 0, x_87); -lean_ctor_set(x_103, 1, x_88); -lean_ctor_set(x_103, 2, x_89); -lean_ctor_set(x_103, 3, x_90); -lean_ctor_set(x_103, 4, x_91); -lean_ctor_set(x_103, 5, x_102); -lean_ctor_set(x_103, 6, x_93); -lean_ctor_set(x_103, 7, x_94); -lean_ctor_set(x_103, 8, x_95); -lean_ctor_set(x_103, 9, x_96); -lean_ctor_set(x_103, 10, x_97); -lean_ctor_set(x_103, 11, x_98); -x_104 = lean_st_ref_set(x_2, x_103, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -lean_dec(x_104); -x_7 = x_105; +lean_dec(x_92); +x_7 = x_93; goto _start; } } 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; uint8_t x_120; uint8_t 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; size_t x_143; size_t x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_107 = lean_ctor_get(x_65, 0); -x_108 = lean_ctor_get(x_65, 1); -x_109 = lean_ctor_get(x_65, 2); -x_110 = lean_ctor_get(x_65, 3); -x_111 = lean_ctor_get(x_65, 4); -x_112 = lean_ctor_get(x_65, 5); -x_113 = lean_ctor_get(x_65, 6); -x_114 = lean_ctor_get(x_65, 7); -x_115 = lean_ctor_get(x_65, 8); -x_116 = lean_ctor_get(x_65, 9); -x_117 = lean_ctor_get(x_65, 10); -x_118 = lean_ctor_get(x_65, 11); -lean_inc(x_118); -lean_inc(x_117); -lean_inc(x_116); -lean_inc(x_115); -lean_inc(x_114); -lean_inc(x_113); -lean_inc(x_112); -lean_inc(x_111); -lean_inc(x_110); -lean_inc(x_109); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_65); -x_119 = lean_unsigned_to_nat(0u); -x_120 = 0; -x_121 = 0; -lean_inc(x_62); +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; uint8_t x_108; uint8_t 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; size_t x_132; size_t x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_95 = lean_ctor_get(x_52, 0); +x_96 = lean_ctor_get(x_52, 1); +x_97 = lean_ctor_get(x_52, 2); +x_98 = lean_ctor_get(x_52, 3); +x_99 = lean_ctor_get(x_52, 4); +x_100 = lean_ctor_get(x_52, 5); +x_101 = lean_ctor_get(x_52, 6); +x_102 = lean_ctor_get(x_52, 7); +x_103 = lean_ctor_get(x_52, 8); +x_104 = lean_ctor_get(x_52, 9); +x_105 = lean_ctor_get(x_52, 10); +x_106 = lean_ctor_get(x_52, 11); +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_dec(x_52); +x_107 = lean_unsigned_to_nat(0u); +x_108 = 0; +x_109 = 0; +lean_inc(x_49); lean_inc(x_19); -lean_ctor_set(x_21, 4, x_62); -lean_ctor_set(x_21, 3, x_59); -lean_ctor_set(x_21, 1, x_19); -lean_ctor_set(x_21, 0, x_119); -lean_ctor_set_uint8(x_21, sizeof(void*)*5, x_120); -lean_ctor_set_uint8(x_21, sizeof(void*)*5 + 1, x_121); -x_122 = lean_array_push(x_114, x_21); -x_123 = lean_alloc_ctor(0, 12, 0); -lean_ctor_set(x_123, 0, x_107); -lean_ctor_set(x_123, 1, x_108); -lean_ctor_set(x_123, 2, x_109); -lean_ctor_set(x_123, 3, x_110); -lean_ctor_set(x_123, 4, x_111); -lean_ctor_set(x_123, 5, x_112); -lean_ctor_set(x_123, 6, x_113); -lean_ctor_set(x_123, 7, x_122); -lean_ctor_set(x_123, 8, x_115); -lean_ctor_set(x_123, 9, x_116); -lean_ctor_set(x_123, 10, x_117); -lean_ctor_set(x_123, 11, x_118); -x_124 = lean_st_ref_set(x_2, x_123, x_66); -x_125 = lean_ctor_get(x_124, 1); +if (lean_is_scalar(x_40)) { + x_110 = lean_alloc_ctor(1, 5, 2); +} else { + x_110 = x_40; +} +lean_ctor_set(x_110, 0, x_107); +lean_ctor_set(x_110, 1, x_19); +lean_ctor_set(x_110, 2, x_37); +lean_ctor_set(x_110, 3, x_46); +lean_ctor_set(x_110, 4, x_49); +lean_ctor_set_uint8(x_110, sizeof(void*)*5, x_108); +lean_ctor_set_uint8(x_110, sizeof(void*)*5 + 1, x_109); +x_111 = lean_array_push(x_102, x_110); +x_112 = lean_alloc_ctor(0, 12, 0); +lean_ctor_set(x_112, 0, x_95); +lean_ctor_set(x_112, 1, x_96); +lean_ctor_set(x_112, 2, x_97); +lean_ctor_set(x_112, 3, x_98); +lean_ctor_set(x_112, 4, x_99); +lean_ctor_set(x_112, 5, x_100); +lean_ctor_set(x_112, 6, x_101); +lean_ctor_set(x_112, 7, x_111); +lean_ctor_set(x_112, 8, x_103); +lean_ctor_set(x_112, 9, x_104); +lean_ctor_set(x_112, 10, x_105); +lean_ctor_set(x_112, 11, x_106); +x_113 = lean_st_ref_set(x_2, x_112, x_53); +x_114 = lean_ctor_get(x_113, 1); +lean_inc(x_114); +lean_dec(x_113); +x_115 = lean_st_ref_take(x_2, x_114); +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_115, 1); +lean_inc(x_117); +lean_dec(x_115); +x_118 = lean_ctor_get(x_116, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_116, 1); +lean_inc(x_119); +x_120 = lean_ctor_get(x_116, 2); +lean_inc(x_120); +x_121 = lean_ctor_get(x_116, 3); +lean_inc(x_121); +x_122 = lean_ctor_get(x_116, 4); +lean_inc(x_122); +x_123 = lean_ctor_get(x_116, 5); +lean_inc(x_123); +x_124 = lean_ctor_get(x_116, 6); +lean_inc(x_124); +x_125 = lean_ctor_get(x_116, 7); lean_inc(x_125); -lean_dec(x_124); -x_126 = lean_st_ref_take(x_2, x_125); -x_127 = lean_ctor_get(x_126, 0); +x_126 = lean_ctor_get(x_116, 8); +lean_inc(x_126); +x_127 = lean_ctor_get(x_116, 9); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); +x_128 = lean_ctor_get(x_116, 10); lean_inc(x_128); -lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 0); +x_129 = lean_ctor_get(x_116, 11); lean_inc(x_129); -x_130 = lean_ctor_get(x_127, 1); -lean_inc(x_130); -x_131 = lean_ctor_get(x_127, 2); -lean_inc(x_131); -x_132 = lean_ctor_get(x_127, 3); -lean_inc(x_132); -x_133 = lean_ctor_get(x_127, 4); -lean_inc(x_133); -x_134 = lean_ctor_get(x_127, 5); -lean_inc(x_134); -x_135 = lean_ctor_get(x_127, 6); -lean_inc(x_135); -x_136 = lean_ctor_get(x_127, 7); -lean_inc(x_136); -x_137 = lean_ctor_get(x_127, 8); -lean_inc(x_137); -x_138 = lean_ctor_get(x_127, 9); -lean_inc(x_138); -x_139 = lean_ctor_get(x_127, 10); -lean_inc(x_139); -x_140 = lean_ctor_get(x_127, 11); -lean_inc(x_140); -if (lean_is_exclusive(x_127)) { - lean_ctor_release(x_127, 0); - lean_ctor_release(x_127, 1); - lean_ctor_release(x_127, 2); - lean_ctor_release(x_127, 3); - lean_ctor_release(x_127, 4); - lean_ctor_release(x_127, 5); - lean_ctor_release(x_127, 6); - lean_ctor_release(x_127, 7); - lean_ctor_release(x_127, 8); - lean_ctor_release(x_127, 9); - lean_ctor_release(x_127, 10); - lean_ctor_release(x_127, 11); - x_141 = x_127; +if (lean_is_exclusive(x_116)) { + lean_ctor_release(x_116, 0); + lean_ctor_release(x_116, 1); + lean_ctor_release(x_116, 2); + lean_ctor_release(x_116, 3); + lean_ctor_release(x_116, 4); + lean_ctor_release(x_116, 5); + lean_ctor_release(x_116, 6); + lean_ctor_release(x_116, 7); + lean_ctor_release(x_116, 8); + lean_ctor_release(x_116, 9); + lean_ctor_release(x_116, 10); + lean_ctor_release(x_116, 11); + x_130 = x_116; } else { - lean_dec_ref(x_127); - x_141 = lean_box(0); -} -x_142 = lean_array_get_size(x_134); -x_143 = lean_usize_of_nat(x_142); -lean_dec(x_142); -x_144 = 0; -x_145 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2(x_19, x_62, x_143, x_144, x_134); -lean_dec(x_62); -if (lean_is_scalar(x_141)) { - x_146 = lean_alloc_ctor(0, 12, 0); + lean_dec_ref(x_116); + x_130 = lean_box(0); +} +x_131 = lean_array_get_size(x_123); +x_132 = lean_usize_of_nat(x_131); +lean_dec(x_131); +x_133 = 0; +x_134 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1(x_19, x_49, x_132, x_133, x_123); +lean_dec(x_49); +if (lean_is_scalar(x_130)) { + x_135 = lean_alloc_ctor(0, 12, 0); } else { - x_146 = x_141; -} -lean_ctor_set(x_146, 0, x_129); -lean_ctor_set(x_146, 1, x_130); -lean_ctor_set(x_146, 2, x_131); -lean_ctor_set(x_146, 3, x_132); -lean_ctor_set(x_146, 4, x_133); -lean_ctor_set(x_146, 5, x_145); -lean_ctor_set(x_146, 6, x_135); -lean_ctor_set(x_146, 7, x_136); -lean_ctor_set(x_146, 8, x_137); -lean_ctor_set(x_146, 9, x_138); -lean_ctor_set(x_146, 10, x_139); -lean_ctor_set(x_146, 11, x_140); -x_147 = lean_st_ref_set(x_2, x_146, x_128); -x_148 = lean_ctor_get(x_147, 1); -lean_inc(x_148); -lean_dec(x_147); -x_7 = x_148; + x_135 = x_130; +} +lean_ctor_set(x_135, 0, x_118); +lean_ctor_set(x_135, 1, x_119); +lean_ctor_set(x_135, 2, x_120); +lean_ctor_set(x_135, 3, x_121); +lean_ctor_set(x_135, 4, x_122); +lean_ctor_set(x_135, 5, x_134); +lean_ctor_set(x_135, 6, x_124); +lean_ctor_set(x_135, 7, x_125); +lean_ctor_set(x_135, 8, x_126); +lean_ctor_set(x_135, 9, x_127); +lean_ctor_set(x_135, 10, x_128); +lean_ctor_set(x_135, 11, x_129); +x_136 = lean_st_ref_set(x_2, x_135, x_117); +x_137 = lean_ctor_get(x_136, 1); +lean_inc(x_137); +lean_dec(x_136); +x_7 = x_137; goto _start; } } else { -uint8_t x_150; -lean_dec(x_59); -lean_free_object(x_21); -lean_dec(x_38); +uint8_t x_139; +lean_dec(x_46); +lean_dec(x_40); +lean_dec(x_37); lean_dec(x_19); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_150 = !lean_is_exclusive(x_61); -if (x_150 == 0) +x_139 = !lean_is_exclusive(x_48); +if (x_139 == 0) { -return x_61; +return x_48; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_61, 0); -x_152 = lean_ctor_get(x_61, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_61); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; +lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_140 = lean_ctor_get(x_48, 0); +x_141 = lean_ctor_get(x_48, 1); +lean_inc(x_141); +lean_inc(x_140); +lean_dec(x_48); +x_142 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_142, 0, x_140); +lean_ctor_set(x_142, 1, x_141); +return x_142; } } } else { -uint8_t x_154; -lean_free_object(x_21); +uint8_t x_143; lean_dec(x_40); -lean_dec(x_38); +lean_dec(x_39); +lean_dec(x_37); lean_dec(x_19); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_154 = !lean_is_exclusive(x_58); -if (x_154 == 0) +x_143 = !lean_is_exclusive(x_45); +if (x_143 == 0) { -return x_58; +return x_45; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_58, 0); -x_156 = lean_ctor_get(x_58, 1); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_58); -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; -} +lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_144 = lean_ctor_get(x_45, 0); +x_145 = lean_ctor_get(x_45, 1); +lean_inc(x_145); +lean_inc(x_144); +lean_dec(x_45); +x_146 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_146, 0, x_144); +lean_ctor_set(x_146, 1, x_145); +return x_146; } } } else { -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; -x_158 = lean_ctor_get(x_21, 2); -x_159 = lean_ctor_get(x_21, 3); -x_160 = lean_ctor_get(x_21, 4); -lean_inc(x_160); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_21); -x_161 = l_Lean_Meta_getZetaFVarIds___rarg(x_4, x_5, x_6, x_36); -x_162 = lean_ctor_get(x_161, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_161, 1); -lean_inc(x_163); -lean_dec(x_161); -x_164 = l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1(x_162, x_18); -lean_dec(x_162); -if (lean_obj_tag(x_164) == 0) -{ -uint8_t x_165; lean_object* x_166; -lean_dec(x_160); -x_165 = 0; +uint8_t x_147; lean_object* x_148; +lean_dec(x_40); +lean_dec(x_39); +x_147 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_166 = l_Lean_Meta_Closure_pushLocalDecl(x_19, x_158, x_159, x_165, x_1, x_2, x_3, x_4, x_5, x_6, x_163); -if (lean_obj_tag(x_166) == 0) -{ -lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_167 = lean_ctor_get(x_166, 1); -lean_inc(x_167); -lean_dec(x_166); -x_168 = l_Lean_Expr_fvar___override(x_18); -x_169 = l_Lean_Meta_Closure_pushFVarArg(x_168, x_1, x_2, x_3, x_4, x_5, x_6, x_167); -x_170 = lean_ctor_get(x_169, 1); -lean_inc(x_170); -lean_dec(x_169); -x_7 = x_170; +x_148 = l_Lean_Meta_Closure_pushLocalDecl(x_19, x_37, x_38, x_147, x_1, x_2, x_3, x_4, x_5, x_6, x_43); +if (lean_obj_tag(x_148) == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_149 = lean_ctor_get(x_148, 1); +lean_inc(x_149); +lean_dec(x_148); +x_150 = l_Lean_Expr_fvar___override(x_18); +x_151 = l_Lean_Meta_Closure_pushFVarArg(x_150, x_1, x_2, x_3, x_4, x_5, x_6, x_149); +x_152 = lean_ctor_get(x_151, 1); +lean_inc(x_152); +lean_dec(x_151); +x_7 = x_152; goto _start; } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; +uint8_t x_154; lean_dec(x_18); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_172 = lean_ctor_get(x_166, 0); -lean_inc(x_172); -x_173 = lean_ctor_get(x_166, 1); -lean_inc(x_173); -if (lean_is_exclusive(x_166)) { - lean_ctor_release(x_166, 0); - lean_ctor_release(x_166, 1); - x_174 = x_166; -} else { - lean_dec_ref(x_166); - x_174 = lean_box(0); -} -if (lean_is_scalar(x_174)) { - x_175 = lean_alloc_ctor(1, 2, 0); -} else { - x_175 = x_174; -} -lean_ctor_set(x_175, 0, x_172); -lean_ctor_set(x_175, 1, x_173); -return x_175; -} -} -else -{ -lean_object* x_176; -lean_dec(x_164); -lean_dec(x_18); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_176 = l_Lean_Meta_Closure_collectExpr(x_159, x_1, x_2, x_3, x_4, x_5, x_6, x_163); -if (lean_obj_tag(x_176) == 0) -{ -lean_object* x_177; lean_object* x_178; lean_object* x_179; -x_177 = lean_ctor_get(x_176, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_179 = l_Lean_Meta_Closure_collectExpr(x_160, x_1, x_2, x_3, x_4, x_5, x_6, 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; 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; uint8_t 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; size_t x_223; size_t x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; -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 = lean_st_ref_take(x_2, x_181); -x_183 = lean_ctor_get(x_182, 0); -lean_inc(x_183); -x_184 = lean_ctor_get(x_182, 1); -lean_inc(x_184); -lean_dec(x_182); -x_185 = lean_ctor_get(x_183, 0); -lean_inc(x_185); -x_186 = lean_ctor_get(x_183, 1); -lean_inc(x_186); -x_187 = lean_ctor_get(x_183, 2); -lean_inc(x_187); -x_188 = lean_ctor_get(x_183, 3); -lean_inc(x_188); -x_189 = lean_ctor_get(x_183, 4); -lean_inc(x_189); -x_190 = lean_ctor_get(x_183, 5); -lean_inc(x_190); -x_191 = lean_ctor_get(x_183, 6); -lean_inc(x_191); -x_192 = lean_ctor_get(x_183, 7); -lean_inc(x_192); -x_193 = lean_ctor_get(x_183, 8); -lean_inc(x_193); -x_194 = lean_ctor_get(x_183, 9); -lean_inc(x_194); -x_195 = lean_ctor_get(x_183, 10); -lean_inc(x_195); -x_196 = lean_ctor_get(x_183, 11); -lean_inc(x_196); -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); - x_197 = x_183; -} else { - lean_dec_ref(x_183); - x_197 = lean_box(0); -} -x_198 = lean_unsigned_to_nat(0u); -x_199 = 0; -x_200 = 0; -lean_inc(x_180); -lean_inc(x_19); -x_201 = lean_alloc_ctor(1, 5, 2); -lean_ctor_set(x_201, 0, x_198); -lean_ctor_set(x_201, 1, x_19); -lean_ctor_set(x_201, 2, x_158); -lean_ctor_set(x_201, 3, x_177); -lean_ctor_set(x_201, 4, x_180); -lean_ctor_set_uint8(x_201, sizeof(void*)*5, x_199); -lean_ctor_set_uint8(x_201, sizeof(void*)*5 + 1, x_200); -x_202 = lean_array_push(x_192, x_201); -if (lean_is_scalar(x_197)) { - x_203 = lean_alloc_ctor(0, 12, 0); -} else { - x_203 = x_197; -} -lean_ctor_set(x_203, 0, x_185); -lean_ctor_set(x_203, 1, x_186); -lean_ctor_set(x_203, 2, x_187); -lean_ctor_set(x_203, 3, x_188); -lean_ctor_set(x_203, 4, x_189); -lean_ctor_set(x_203, 5, x_190); -lean_ctor_set(x_203, 6, x_191); -lean_ctor_set(x_203, 7, x_202); -lean_ctor_set(x_203, 8, x_193); -lean_ctor_set(x_203, 9, x_194); -lean_ctor_set(x_203, 10, x_195); -lean_ctor_set(x_203, 11, x_196); -x_204 = lean_st_ref_set(x_2, x_203, x_184); -x_205 = lean_ctor_get(x_204, 1); -lean_inc(x_205); -lean_dec(x_204); -x_206 = lean_st_ref_take(x_2, x_205); -x_207 = lean_ctor_get(x_206, 0); -lean_inc(x_207); -x_208 = lean_ctor_get(x_206, 1); -lean_inc(x_208); -lean_dec(x_206); -x_209 = lean_ctor_get(x_207, 0); -lean_inc(x_209); -x_210 = lean_ctor_get(x_207, 1); -lean_inc(x_210); -x_211 = lean_ctor_get(x_207, 2); -lean_inc(x_211); -x_212 = lean_ctor_get(x_207, 3); -lean_inc(x_212); -x_213 = lean_ctor_get(x_207, 4); -lean_inc(x_213); -x_214 = lean_ctor_get(x_207, 5); -lean_inc(x_214); -x_215 = lean_ctor_get(x_207, 6); -lean_inc(x_215); -x_216 = lean_ctor_get(x_207, 7); -lean_inc(x_216); -x_217 = lean_ctor_get(x_207, 8); -lean_inc(x_217); -x_218 = lean_ctor_get(x_207, 9); -lean_inc(x_218); -x_219 = lean_ctor_get(x_207, 10); -lean_inc(x_219); -x_220 = lean_ctor_get(x_207, 11); -lean_inc(x_220); -if (lean_is_exclusive(x_207)) { - lean_ctor_release(x_207, 0); - lean_ctor_release(x_207, 1); - lean_ctor_release(x_207, 2); - lean_ctor_release(x_207, 3); - lean_ctor_release(x_207, 4); - lean_ctor_release(x_207, 5); - lean_ctor_release(x_207, 6); - lean_ctor_release(x_207, 7); - lean_ctor_release(x_207, 8); - lean_ctor_release(x_207, 9); - lean_ctor_release(x_207, 10); - lean_ctor_release(x_207, 11); - x_221 = x_207; -} else { - lean_dec_ref(x_207); - x_221 = lean_box(0); -} -x_222 = lean_array_get_size(x_214); -x_223 = lean_usize_of_nat(x_222); -lean_dec(x_222); -x_224 = 0; -x_225 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2(x_19, x_180, x_223, x_224, x_214); -lean_dec(x_180); -if (lean_is_scalar(x_221)) { - x_226 = lean_alloc_ctor(0, 12, 0); -} else { - x_226 = x_221; -} -lean_ctor_set(x_226, 0, x_209); -lean_ctor_set(x_226, 1, x_210); -lean_ctor_set(x_226, 2, x_211); -lean_ctor_set(x_226, 3, x_212); -lean_ctor_set(x_226, 4, x_213); -lean_ctor_set(x_226, 5, x_225); -lean_ctor_set(x_226, 6, x_215); -lean_ctor_set(x_226, 7, x_216); -lean_ctor_set(x_226, 8, x_217); -lean_ctor_set(x_226, 9, x_218); -lean_ctor_set(x_226, 10, x_219); -lean_ctor_set(x_226, 11, x_220); -x_227 = lean_st_ref_set(x_2, x_226, x_208); -x_228 = lean_ctor_get(x_227, 1); -lean_inc(x_228); -lean_dec(x_227); -x_7 = x_228; -goto _start; -} -else +x_154 = !lean_is_exclusive(x_148); +if (x_154 == 0) { -lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; -lean_dec(x_177); -lean_dec(x_158); -lean_dec(x_19); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_230 = lean_ctor_get(x_179, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_179, 1); -lean_inc(x_231); -if (lean_is_exclusive(x_179)) { - lean_ctor_release(x_179, 0); - lean_ctor_release(x_179, 1); - x_232 = x_179; -} else { - lean_dec_ref(x_179); - x_232 = lean_box(0); -} -if (lean_is_scalar(x_232)) { - x_233 = lean_alloc_ctor(1, 2, 0); -} else { - x_233 = x_232; -} -lean_ctor_set(x_233, 0, x_230); -lean_ctor_set(x_233, 1, x_231); -return x_233; -} +return x_148; } else { -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -lean_dec(x_160); -lean_dec(x_158); -lean_dec(x_19); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_234 = lean_ctor_get(x_176, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_176, 1); -lean_inc(x_235); -if (lean_is_exclusive(x_176)) { - lean_ctor_release(x_176, 0); - lean_ctor_release(x_176, 1); - x_236 = x_176; -} else { - lean_dec_ref(x_176); - x_236 = lean_box(0); -} -if (lean_is_scalar(x_236)) { - x_237 = lean_alloc_ctor(1, 2, 0); -} else { - x_237 = x_236; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_148, 0); +x_156 = lean_ctor_get(x_148, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_148); +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; } -lean_ctor_set(x_237, 0, x_234); -lean_ctor_set(x_237, 1, x_235); -return x_237; } } } @@ -9832,46 +9332,36 @@ return x_237; } else { -uint8_t x_238; +uint8_t x_162; lean_dec(x_19); lean_dec(x_18); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_238 = !lean_is_exclusive(x_20); -if (x_238 == 0) +x_162 = !lean_is_exclusive(x_20); +if (x_162 == 0) { return x_20; } else { -lean_object* x_239; lean_object* x_240; lean_object* x_241; -x_239 = lean_ctor_get(x_20, 0); -x_240 = lean_ctor_get(x_20, 1); -lean_inc(x_240); -lean_inc(x_239); +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_20, 0); +x_164 = lean_ctor_get(x_20, 1); +lean_inc(x_164); +lean_inc(x_163); lean_dec(x_20); -x_241 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_241, 0, x_239); -lean_ctor_set(x_241, 1, x_240); -return x_241; -} +x_165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +return x_165; } } } } -LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__1(x_1, x_2); -lean_dec(x_2); -lean_dec(x_1); -return x_3; -} } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__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_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1___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; @@ -9879,11 +9369,21 @@ x_6 = lean_unbox_usize(x_3); lean_dec(x_3); x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__2(x_1, x_2, x_6, x_7, x_5); +x_8 = l_Array_mapMUnsafe_map___at_Lean_Meta_Closure_process___spec__1(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); return x_8; } } +LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__2___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_RBNode_findCore___at_Lean_Meta_Closure_process___spec__2(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Closure_process___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: { @@ -11220,7 +10720,7 @@ lean_inc(x_6); x_11 = l_Lean_Meta_Closure_mkValueTypeClosure(x_2, x_3, x_4, 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; 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; uint32_t x_24; uint32_t x_25; uint32_t x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; +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; uint32_t x_24; uint32_t x_25; uint32_t x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); x_13 = lean_ctor_get(x_11, 1); @@ -11266,9 +10766,22 @@ lean_ctor_set(x_30, 0, x_1); lean_ctor_set(x_30, 1, x_29); if (x_28 == 0) { -uint8_t x_31; +uint8_t x_73; lean_inc(x_22); -x_31 = l_Lean_Environment_hasUnsafe(x_17, x_22); +x_73 = l_Lean_Environment_hasUnsafe(x_17, x_22); +x_31 = x_73; +goto block_72; +} +else +{ +uint8_t x_74; +lean_dec(x_17); +x_74 = 1; +x_31 = x_74; +goto block_72; +} +block_72: +{ if (x_31 == 0) { uint8_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; @@ -11506,151 +11019,32 @@ return x_71; } } } -else -{ -uint8_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -lean_dec(x_17); -x_72 = 0; -x_73 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_73, 0, x_21); -lean_ctor_set(x_73, 1, x_22); -lean_ctor_set(x_73, 2, x_27); -lean_ctor_set(x_73, 3, x_30); -lean_ctor_set_uint8(x_73, sizeof(void*)*4, x_72); -x_74 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_74, 0, x_73); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_74); -x_75 = l_Lean_addDecl(x_74, x_8, x_9, x_16); -if (lean_obj_tag(x_75) == 0) -{ -if (x_5 == 0) -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; -lean_dec(x_74); -x_76 = lean_ctor_get(x_75, 1); -lean_inc(x_76); -lean_dec(x_75); -x_77 = lean_box(0); -x_78 = l_Lean_Meta_mkAuxDefinition___lambda__1(x_12, x_1, x_77, x_6, x_7, x_8, x_9, x_76); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_78; -} -else -{ -lean_object* x_79; lean_object* x_80; -x_79 = lean_ctor_get(x_75, 1); -lean_inc(x_79); -lean_dec(x_75); -lean_inc(x_9); -lean_inc(x_8); -x_80 = l_Lean_compileDecl(x_74, x_8, x_9, x_79); -if (lean_obj_tag(x_80) == 0) -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; -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_Meta_mkAuxDefinition___lambda__1(x_12, x_1, x_81, x_6, x_7, x_8, x_9, x_82); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_81); -return x_83; -} -else -{ -uint8_t x_84; -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_84 = !lean_is_exclusive(x_80); -if (x_84 == 0) -{ -return x_80; -} -else -{ -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_80, 0); -x_86 = lean_ctor_get(x_80, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_80); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; -} -} -} -} -else -{ -uint8_t x_88; -lean_dec(x_74); -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -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; +uint8_t x_75; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_92 = !lean_is_exclusive(x_11); -if (x_92 == 0) +x_75 = !lean_is_exclusive(x_11); +if (x_75 == 0) { return x_11; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_11, 0); -x_94 = lean_ctor_get(x_11, 1); -lean_inc(x_94); -lean_inc(x_93); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_11, 0); +x_77 = lean_ctor_get(x_11, 1); +lean_inc(x_77); +lean_inc(x_76); lean_dec(x_11); -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; +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; } } } diff --git a/stage0/stdlib/Lean/Meta/CollectFVars.c b/stage0/stdlib/Lean/Meta/CollectFVars.c index 8686ffcb375e..da5acf7a2385 100644 --- a/stage0/stdlib/Lean/Meta/CollectFVars.c +++ b/stage0/stdlib/Lean/Meta/CollectFVars.c @@ -660,7 +660,7 @@ uint8_t x_10; x_10 = lean_usize_dec_eq(x_2, x_3); if (x_10 == 0) { -size_t x_11; size_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +size_t x_11; size_t x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_53; x_11 = 1; x_12 = lean_usize_sub(x_2, x_11); x_13 = lean_array_uget(x_1, x_12); @@ -668,542 +668,203 @@ x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); x_15 = lean_ctor_get(x_14, 1); lean_inc(x_15); -x_16 = !lean_is_exclusive(x_4); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_17 = lean_ctor_get(x_4, 0); -x_18 = lean_ctor_get(x_4, 1); -lean_dec(x_18); -x_19 = !lean_is_exclusive(x_14); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_14, 0); -x_21 = lean_ctor_get(x_14, 1); -lean_dec(x_21); -x_22 = !lean_is_exclusive(x_15); -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_15, 0); -x_24 = lean_ctor_get(x_15, 1); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_inc(x_13); -x_26 = l_Lean_Expr_fvarId_x21(x_13); -x_27 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_25, x_26); -lean_dec(x_25); -if (lean_obj_tag(x_27) == 0) -{ -lean_object* x_28; lean_object* x_29; -lean_dec(x_13); -lean_inc(x_26); -x_28 = lean_local_ctx_erase(x_17, x_26); -x_29 = l_Lean_LocalInstances_erase(x_20, x_26); -lean_ctor_set(x_14, 0, x_29); -lean_ctor_set(x_4, 0, x_28); -x_2 = x_12; -goto _start; -} -else -{ -lean_object* x_31; -lean_dec(x_27); -lean_dec(x_26); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_13); -x_31 = lean_infer_type(x_13, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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_st_mk_ref(x_24, x_33); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = l_Lean_Expr_collectFVars(x_32, x_35, x_5, x_6, x_7, x_8, x_36); -x_38 = lean_ctor_get(x_37, 1); -lean_inc(x_38); -lean_dec(x_37); -x_39 = lean_st_ref_get(x_35, x_38); -lean_dec(x_35); -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 = lean_array_push(x_23, x_13); -lean_ctor_set(x_15, 1, x_40); -lean_ctor_set(x_15, 0, x_42); -x_2 = x_12; -x_9 = x_41; -goto _start; -} -else -{ -uint8_t x_44; -lean_free_object(x_15); -lean_dec(x_24); -lean_dec(x_23); -lean_free_object(x_14); -lean_dec(x_20); -lean_free_object(x_4); -lean_dec(x_17); -lean_dec(x_13); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_44 = !lean_is_exclusive(x_31); -if (x_44 == 0) -{ -return x_31; -} -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_31, 0); -x_46 = lean_ctor_get(x_31, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_31); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; -} -} -} -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_48 = lean_ctor_get(x_15, 0); -x_49 = lean_ctor_get(x_15, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_15); -x_50 = lean_ctor_get(x_49, 1); -lean_inc(x_50); -lean_inc(x_13); -x_51 = l_Lean_Expr_fvarId_x21(x_13); -x_52 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_50, x_51); -lean_dec(x_50); -if (lean_obj_tag(x_52) == 0) -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; -lean_dec(x_13); -lean_inc(x_51); -x_53 = lean_local_ctx_erase(x_17, x_51); -x_54 = l_Lean_LocalInstances_erase(x_20, x_51); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_48); -lean_ctor_set(x_55, 1, x_49); -lean_ctor_set(x_14, 1, x_55); -lean_ctor_set(x_14, 0, x_54); -lean_ctor_set(x_4, 0, x_53); -x_2 = x_12; -goto _start; -} -else -{ -lean_object* x_57; -lean_dec(x_52); -lean_dec(x_51); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_13); -x_57 = lean_infer_type(x_13, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_57) == 0) -{ -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; -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); -x_60 = lean_st_mk_ref(x_49, x_59); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); -x_63 = l_Lean_Expr_collectFVars(x_58, x_61, x_5, x_6, x_7, x_8, x_62); -x_64 = lean_ctor_get(x_63, 1); -lean_inc(x_64); -lean_dec(x_63); -x_65 = lean_st_ref_get(x_61, x_64); -lean_dec(x_61); -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 = lean_array_push(x_48, x_13); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_66); -lean_ctor_set(x_14, 1, x_69); -x_2 = x_12; -x_9 = x_67; -goto _start; -} -else -{ -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_49); -lean_dec(x_48); -lean_free_object(x_14); -lean_dec(x_20); -lean_free_object(x_4); -lean_dec(x_17); -lean_dec(x_13); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_71 = lean_ctor_get(x_57, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_57, 1); -lean_inc(x_72); -if (lean_is_exclusive(x_57)) { - lean_ctor_release(x_57, 0); - lean_ctor_release(x_57, 1); - x_73 = x_57; +x_16 = lean_ctor_get(x_4, 0); +lean_inc(x_16); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + x_17 = x_4; } else { - lean_dec_ref(x_57); - x_73 = lean_box(0); + lean_dec_ref(x_4); + x_17 = lean_box(0); } -if (lean_is_scalar(x_73)) { - x_74 = lean_alloc_ctor(1, 2, 0); +x_18 = lean_ctor_get(x_14, 0); +lean_inc(x_18); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_19 = x_14; } else { - x_74 = x_73; -} -lean_ctor_set(x_74, 0, x_71); -lean_ctor_set(x_74, 1, x_72); -return x_74; -} -} -} + lean_dec_ref(x_14); + x_19 = lean_box(0); } -else -{ -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_75 = lean_ctor_get(x_14, 0); -lean_inc(x_75); -lean_dec(x_14); -x_76 = lean_ctor_get(x_15, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_15, 1); -lean_inc(x_77); +x_20 = lean_ctor_get(x_15, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); if (lean_is_exclusive(x_15)) { lean_ctor_release(x_15, 0); lean_ctor_release(x_15, 1); - x_78 = x_15; + x_22 = x_15; } else { lean_dec_ref(x_15); - x_78 = lean_box(0); + x_22 = lean_box(0); } -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); lean_inc(x_13); -x_80 = l_Lean_Expr_fvarId_x21(x_13); -x_81 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_79, x_80); -lean_dec(x_79); -if (lean_obj_tag(x_81) == 0) +x_24 = l_Lean_Expr_fvarId_x21(x_13); +x_53 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_23, x_24); +lean_dec(x_23); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_13); -lean_inc(x_80); -x_82 = lean_local_ctx_erase(x_17, x_80); -x_83 = l_Lean_LocalInstances_erase(x_75, x_80); -if (lean_is_scalar(x_78)) { - x_84 = lean_alloc_ctor(0, 2, 0); -} else { - x_84 = x_78; -} -lean_ctor_set(x_84, 0, x_76); -lean_ctor_set(x_84, 1, x_77); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -lean_ctor_set(x_4, 1, x_85); -lean_ctor_set(x_4, 0, x_82); -x_2 = x_12; -goto _start; +uint8_t x_54; +x_54 = 0; +x_25 = x_54; +goto block_52; } else { -lean_object* x_87; -lean_dec(x_81); -lean_dec(x_80); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_13); -x_87 = lean_infer_type(x_13, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_87) == 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; 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_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 = lean_st_mk_ref(x_77, x_89); -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_Lean_Expr_collectFVars(x_88, x_91, x_5, x_6, x_7, x_8, x_92); -x_94 = lean_ctor_get(x_93, 1); -lean_inc(x_94); -lean_dec(x_93); -x_95 = lean_st_ref_get(x_91, x_94); -lean_dec(x_91); -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_array_push(x_76, x_13); -if (lean_is_scalar(x_78)) { - x_99 = lean_alloc_ctor(0, 2, 0); -} else { - x_99 = x_78; -} -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_75); -lean_ctor_set(x_100, 1, x_99); -lean_ctor_set(x_4, 1, x_100); -x_2 = x_12; -x_9 = x_97; -goto _start; +uint8_t x_55; +lean_dec(x_53); +x_55 = 1; +x_25 = x_55; +goto block_52; } -else +block_52: { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -lean_dec(x_78); -lean_dec(x_77); -lean_dec(x_76); -lean_dec(x_75); -lean_free_object(x_4); -lean_dec(x_17); -lean_dec(x_13); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_102 = lean_ctor_get(x_87, 0); -lean_inc(x_102); -x_103 = lean_ctor_get(x_87, 1); -lean_inc(x_103); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_104 = x_87; -} else { - lean_dec_ref(x_87); - x_104 = lean_box(0); -} -if (lean_is_scalar(x_104)) { - x_105 = lean_alloc_ctor(1, 2, 0); -} else { - x_105 = x_104; -} -lean_ctor_set(x_105, 0, x_102); -lean_ctor_set(x_105, 1, x_103); -return x_105; -} -} -} -} -else +if (x_25 == 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; -x_106 = lean_ctor_get(x_4, 0); -lean_inc(x_106); -lean_dec(x_4); -x_107 = lean_ctor_get(x_14, 0); -lean_inc(x_107); -if (lean_is_exclusive(x_14)) { - lean_ctor_release(x_14, 0); - lean_ctor_release(x_14, 1); - x_108 = x_14; -} else { - lean_dec_ref(x_14); - x_108 = lean_box(0); -} -x_109 = lean_ctor_get(x_15, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_15, 1); -lean_inc(x_110); -if (lean_is_exclusive(x_15)) { - lean_ctor_release(x_15, 0); - lean_ctor_release(x_15, 1); - x_111 = x_15; +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_13); +lean_inc(x_24); +x_26 = lean_local_ctx_erase(x_16, x_24); +x_27 = l_Lean_LocalInstances_erase(x_18, x_24); +if (lean_is_scalar(x_22)) { + x_28 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_15); - x_111 = lean_box(0); + x_28 = x_22; } -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_inc(x_13); -x_113 = l_Lean_Expr_fvarId_x21(x_13); -x_114 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_112, x_113); -lean_dec(x_112); -if (lean_obj_tag(x_114) == 0) -{ -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -lean_dec(x_13); -lean_inc(x_113); -x_115 = lean_local_ctx_erase(x_106, x_113); -x_116 = l_Lean_LocalInstances_erase(x_107, x_113); -if (lean_is_scalar(x_111)) { - x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_20); +lean_ctor_set(x_28, 1, x_21); +if (lean_is_scalar(x_19)) { + x_29 = lean_alloc_ctor(0, 2, 0); } else { - x_117 = x_111; + x_29 = x_19; } -lean_ctor_set(x_117, 0, x_109); -lean_ctor_set(x_117, 1, x_110); -if (lean_is_scalar(x_108)) { - x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_28); +if (lean_is_scalar(x_17)) { + x_30 = lean_alloc_ctor(0, 2, 0); } else { - x_118 = x_108; + x_30 = x_17; } -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_115); -lean_ctor_set(x_119, 1, x_118); +lean_ctor_set(x_30, 0, x_26); +lean_ctor_set(x_30, 1, x_29); x_2 = x_12; -x_4 = x_119; +x_4 = x_30; goto _start; } else { -lean_object* x_121; -lean_dec(x_114); -lean_dec(x_113); +lean_object* x_32; +lean_dec(x_24); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_121 = lean_infer_type(x_13, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_121) == 0) -{ -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; -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_121, 1); -lean_inc(x_123); -lean_dec(x_121); -x_124 = lean_st_mk_ref(x_110, x_123); -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = l_Lean_Expr_collectFVars(x_122, x_125, x_5, x_6, x_7, x_8, x_126); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -lean_dec(x_127); -x_129 = lean_st_ref_get(x_125, x_128); -lean_dec(x_125); -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -x_132 = lean_array_push(x_109, x_13); -if (lean_is_scalar(x_111)) { - x_133 = lean_alloc_ctor(0, 2, 0); +x_32 = lean_infer_type(x_13, x_5, x_6, x_7, x_8, x_9); +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; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_st_mk_ref(x_21, x_34); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_collectFVars(x_33, x_36, x_5, x_6, x_7, x_8, x_37); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = lean_st_ref_get(x_36, x_39); +lean_dec(x_36); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = lean_array_push(x_20, x_13); +if (lean_is_scalar(x_22)) { + x_44 = lean_alloc_ctor(0, 2, 0); } else { - x_133 = x_111; + x_44 = x_22; } -lean_ctor_set(x_133, 0, x_132); -lean_ctor_set(x_133, 1, x_130); -if (lean_is_scalar(x_108)) { - x_134 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_41); +if (lean_is_scalar(x_19)) { + x_45 = lean_alloc_ctor(0, 2, 0); } else { - x_134 = x_108; + x_45 = x_19; } -lean_ctor_set(x_134, 0, x_107); -lean_ctor_set(x_134, 1, x_133); -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_106); -lean_ctor_set(x_135, 1, x_134); +lean_ctor_set(x_45, 0, x_18); +lean_ctor_set(x_45, 1, x_44); +if (lean_is_scalar(x_17)) { + x_46 = lean_alloc_ctor(0, 2, 0); +} else { + x_46 = x_17; +} +lean_ctor_set(x_46, 0, x_16); +lean_ctor_set(x_46, 1, x_45); x_2 = x_12; -x_4 = x_135; -x_9 = x_131; +x_4 = x_46; +x_9 = x_42; goto _start; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; -lean_dec(x_111); -lean_dec(x_110); -lean_dec(x_109); -lean_dec(x_108); -lean_dec(x_107); -lean_dec(x_106); +uint8_t x_48; +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_19); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_16); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_137 = lean_ctor_get(x_121, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_121, 1); -lean_inc(x_138); -if (lean_is_exclusive(x_121)) { - lean_ctor_release(x_121, 0); - lean_ctor_release(x_121, 1); - x_139 = x_121; -} else { - lean_dec_ref(x_121); - x_139 = lean_box(0); +x_48 = !lean_is_exclusive(x_32); +if (x_48 == 0) +{ +return x_32; } -if (lean_is_scalar(x_139)) { - x_140 = lean_alloc_ctor(1, 2, 0); -} else { - x_140 = x_139; +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_32, 0); +x_50 = lean_ctor_get(x_32, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_32); +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; } -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_56; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_4); -lean_ctor_set(x_141, 1, x_9); -return x_141; +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_4); +lean_ctor_set(x_56, 1, x_9); +return x_56; } } } diff --git a/stage0/stdlib/Lean/Meta/CongrTheorems.c b/stage0/stdlib/Lean/Meta/CongrTheorems.c index 7a92b9755b6a..57bd44d789a8 100644 --- a/stage0/stdlib/Lean/Meta/CongrTheorems.c +++ b/stage0/stdlib/Lean/Meta/CongrTheorems.c @@ -16,16 +16,15 @@ extern "C" { LEAN_EXPORT uint8_t l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___lambda__1(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___spec__1___closed__2; lean_object* l_Lean_Expr_bindingName_x21(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___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_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__8(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity_withNewEqs(lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__5(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_mkCongrSimpCore_x3f___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f_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*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_addPrimeToFVarUserNames___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_setBinderInfosD(lean_object*, lean_object*); @@ -49,7 +48,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___lambda__3(lean_object*, LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_addPrimeToFVarUserNames___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f(lean_object*, 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_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__4(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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_Meta_mkCongrSimpCore_x3f_mk_x3f___lambda__1(uint8_t, 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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies(lean_object*, lean_object*); @@ -63,15 +62,17 @@ lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*) static lean_object* l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___closed__2; lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); static lean_object* l_Lean_Meta_mkHCongrWithArity_mkProof___closed__3; +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__1(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_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__12; uint8_t lean_usize_dec_eq(size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_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*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__9(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_FunInfo_getArity(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_go___lambda__4___closed__2; static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__4; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CongrArgKind_noConfusion___rarg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CongrArgKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_getClassSubobjectMask_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*); @@ -81,8 +82,10 @@ static lean_object* l_Lean_Meta_CongrArgKind_noConfusion___rarg___closed__1; static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__26; LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_getClassSubobjectMask_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f___lambda__2(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__19(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__27; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,18 +95,21 @@ static lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_go___lambda__3___clo lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_addPrimeToFVarUserNames___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f_go___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__38; lean_object* lean_name_append_before(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f_go___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*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___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_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__22; lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l_Lean_Meta_mkHCongrWithArity___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f_go___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*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_go___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_LocalContext_getFVar_x21(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__29; @@ -122,22 +128,26 @@ lean_object* l_panic___at_Lean_Meta_whnfCore_go___spec__1(lean_object*, lean_obj uint8_t lean_expr_eqv(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___private_Lean_Meta_CongrTheorems_0__Lean_Meta_withNext___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___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_Meta_getFunInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CongrArgKind_noConfusion(lean_object*); static lean_object* l_Lean_Meta_mkHCongrWithArity_mkProof___closed__5; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__24(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__11; static lean_object* l_Lean_Meta_mkHCongrWithArity_withNewEqs___rarg___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CongrArgKind_toCtorIdx___boxed(lean_object*); lean_object* l_Lean_Meta_mkEqNDRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_setBinderInfo(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Meta_mkHEqRefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_getClassSubobjectMask_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate(lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1(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_object* l_Lean_Meta_mkAppM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f_go___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -175,6 +185,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_go___lambda__3( lean_object* l_Lean_LocalDecl_fvarId(lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f(uint8_t, 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___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__18; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_setBinderInfosD___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_withNext___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -186,7 +197,8 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorem lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__34; -LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___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_Meta_mkCongrSimpCore_x3f_mkProof_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____boxed(lean_object*, lean_object*); @@ -197,12 +209,14 @@ lean_object* l_Lean_LocalDecl_userName(lean_object*); lean_object* lean_name_append_index_after(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__24; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__4___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_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*); static lean_object* l_Lean_Meta_mkHCongrWithArity___lambda__2___closed__2; lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); lean_object* l_Lean_Expr_replaceFVars(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___closed__1; static lean_object* l_Lean_Meta_mkHCongrWithArity_mkProof___closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__23(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_Meta_instInhabitedCongrArgKind; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity_mkProof___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -213,14 +227,13 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity_withNewEqs___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast___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_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___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_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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_mkHCongrWithArity___lambda__1(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_CongrTheorems_0__Lean_Meta_mkCast_go(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_CongrTheorems_0__Lean_Meta_mkCast_go___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_getClassSubobjectMask_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof_go___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mkProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLocalInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkHCongrWithArity_mkProof___lambda__1___closed__1; static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrArgKind____x40_Lean_Meta_CongrTheorems___hyg_23____closed__37; @@ -232,6 +245,7 @@ lean_object* l_Lean_Meta_mkEqRefl(lean_object*, lean_object*, lean_object*, lean uint8_t l_Lean_Expr_isHEq(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instReprCongrArgKind; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1___closed__1; 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* lean_array_set(lean_object*, lean_object*, lean_object*); @@ -285,7 +299,6 @@ lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_hasCastLike___boxed(lean_object*); lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___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_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___closed__1; static lean_object* l_Lean_Meta_mkCongrSimpCore_x3f_mk_x3f_go___lambda__2___closed__1; @@ -296,6 +309,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorem LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity_mkProof___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__25(lean_object*, lean_object*, size_t, size_t); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); uint8_t l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(lean_object*, lean_object*); @@ -311,9 +325,10 @@ static lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_reprCongrAr static lean_object* l_Lean_Meta_instReprCongrArgKind___closed__1; uint8_t lean_is_class(lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_hasCastLike(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1___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_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); @@ -1205,174 +1220,98 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_60; uint8_t x_61; lean_object* x_62; +lean_object* x_15; lean_object* x_16; lean_object* x_65; uint8_t x_66; x_15 = lean_array_fget(x_1, x_4); -x_60 = lean_array_get_size(x_2); -x_61 = lean_nat_dec_lt(x_4, x_60); -lean_dec(x_60); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_15); -x_62 = lean_infer_type(x_15, x_7, x_8, x_9, x_10, x_11); -if (x_61 == 0) -{ -if (lean_obj_tag(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_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_instInhabitedExpr; -x_66 = l___private_Init_Util_0__outOfBounds___rarg(x_65); -x_16 = x_66; -x_17 = x_63; -x_18 = x_64; -goto block_59; -} -else -{ -uint8_t x_67; -lean_dec(x_15); -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_3); -lean_dec(x_2); -lean_dec(x_1); -x_67 = !lean_is_exclusive(x_62); -if (x_67 == 0) -{ -return x_62; -} -else -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_62, 0); -x_69 = lean_ctor_get(x_62, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_62); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; -} -} -} -else -{ -if (lean_obj_tag(x_62) == 0) +x_65 = lean_array_get_size(x_2); +x_66 = lean_nat_dec_lt(x_4, x_65); +lean_dec(x_65); +if (x_66 == 0) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_62, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_62, 1); -lean_inc(x_72); -lean_dec(x_62); -x_73 = lean_array_fget(x_2, x_4); -x_16 = x_73; -x_17 = x_71; -x_18 = x_72; -goto block_59; +lean_object* x_67; lean_object* x_68; +x_67 = l_Lean_instInhabitedExpr; +x_68 = l___private_Init_Util_0__outOfBounds___rarg(x_67); +x_16 = x_68; +goto block_64; } else { -uint8_t x_74; -lean_dec(x_15); -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_3); -lean_dec(x_2); -lean_dec(x_1); -x_74 = !lean_is_exclusive(x_62); -if (x_74 == 0) -{ -return x_62; +lean_object* x_69; +x_69 = lean_array_fget(x_2, x_4); +x_16 = x_69; +goto block_64; } -else +block_64: { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_62, 0); -x_76 = lean_ctor_get(x_62, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_62); -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; -} -} -} -block_59: +lean_object* x_17; +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_15); +x_17 = lean_infer_type(x_15, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_19; lean_object* x_20; -x_19 = lean_expr_consume_type_annotations(x_17); +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_expr_consume_type_annotations(x_18); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_16); -x_20 = lean_infer_type(x_16, x_7, x_8, x_9, x_10, x_18); -if (lean_obj_tag(x_20) == 0) +x_21 = lean_infer_type(x_16, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t 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_expr_consume_type_annotations(x_22); +x_25 = lean_expr_eqv(x_20, x_24); +lean_dec(x_24); lean_dec(x_20); -x_23 = lean_expr_consume_type_annotations(x_21); -x_24 = lean_expr_eqv(x_19, x_23); -lean_dec(x_23); -lean_dec(x_19); -if (x_24 == 0) +if (x_25 == 0) { -lean_object* x_25; +lean_object* x_26; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_25 = l_Lean_Meta_mkHEq(x_15, x_16, x_7, x_8, x_9, x_10, x_22); -if (lean_obj_tag(x_25) == 0) +x_26 = l_Lean_Meta_mkHEq(x_15, x_16, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_26) == 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; uint8_t x_33; uint8_t x_34; lean_object* x_35; -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 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; uint8_t x_34; uint8_t x_35; lean_object* x_36; +x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_unsigned_to_nat(1u); -x_29 = lean_nat_add(x_4, x_28); -x_30 = l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___closed__2; -lean_inc(x_29); -x_31 = lean_name_append_index_after(x_30, x_29); -x_32 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___lambda__1), 12, 6); -lean_closure_set(x_32, 0, x_5); -lean_closure_set(x_32, 1, x_6); -lean_closure_set(x_32, 2, x_1); -lean_closure_set(x_32, 3, x_2); -lean_closure_set(x_32, 4, x_3); -lean_closure_set(x_32, 5, x_29); -x_33 = 0; +x_28 = lean_ctor_get(x_26, 1); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_unsigned_to_nat(1u); +x_30 = lean_nat_add(x_4, x_29); +x_31 = l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___closed__2; +lean_inc(x_30); +x_32 = lean_name_append_index_after(x_31, x_30); +x_33 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___lambda__1), 12, 6); +lean_closure_set(x_33, 0, x_5); +lean_closure_set(x_33, 1, x_6); +lean_closure_set(x_33, 2, x_1); +lean_closure_set(x_33, 3, x_2); +lean_closure_set(x_33, 4, x_3); +lean_closure_set(x_33, 5, x_30); x_34 = 0; -x_35 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_31, x_33, x_26, x_32, x_34, x_7, x_8, x_9, x_10, x_27); -return x_35; +x_35 = 0; +x_36 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_32, x_34, x_27, x_33, x_35, x_7, x_8, x_9, x_10, x_28); +return x_36; } else { -uint8_t x_36; +uint8_t x_37; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -1382,62 +1321,62 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_36 = !lean_is_exclusive(x_25); -if (x_36 == 0) +x_37 = !lean_is_exclusive(x_26); +if (x_37 == 0) { -return x_25; +return x_26; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_25, 0); -x_38 = lean_ctor_get(x_25, 1); +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_26, 0); +x_39 = lean_ctor_get(x_26, 1); +lean_inc(x_39); lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_25); -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_dec(x_26); +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 { -lean_object* x_40; +lean_object* x_41; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_40 = l_Lean_Meta_mkEq(x_15, x_16, x_7, x_8, x_9, x_10, x_22); -if (lean_obj_tag(x_40) == 0) +x_41 = l_Lean_Meta_mkEq(x_15, x_16, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_41) == 0) { -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; uint8_t x_48; uint8_t x_49; lean_object* x_50; -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -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; lean_object* x_48; uint8_t x_49; uint8_t x_50; lean_object* x_51; +x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_unsigned_to_nat(1u); -x_44 = lean_nat_add(x_4, x_43); -x_45 = l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___closed__2; -lean_inc(x_44); -x_46 = lean_name_append_index_after(x_45, x_44); -x_47 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___lambda__2), 12, 6); -lean_closure_set(x_47, 0, x_5); -lean_closure_set(x_47, 1, x_6); -lean_closure_set(x_47, 2, x_1); -lean_closure_set(x_47, 3, x_2); -lean_closure_set(x_47, 4, x_3); -lean_closure_set(x_47, 5, x_44); -x_48 = 0; +x_43 = lean_ctor_get(x_41, 1); +lean_inc(x_43); +lean_dec(x_41); +x_44 = lean_unsigned_to_nat(1u); +x_45 = lean_nat_add(x_4, x_44); +x_46 = l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___closed__2; +lean_inc(x_45); +x_47 = lean_name_append_index_after(x_46, x_45); +x_48 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity_withNewEqs_loop___rarg___lambda__2), 12, 6); +lean_closure_set(x_48, 0, x_5); +lean_closure_set(x_48, 1, x_6); +lean_closure_set(x_48, 2, x_1); +lean_closure_set(x_48, 3, x_2); +lean_closure_set(x_48, 4, x_3); +lean_closure_set(x_48, 5, x_45); x_49 = 0; -x_50 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_46, x_48, x_41, x_47, x_49, x_7, x_8, x_9, x_10, x_42); -return x_50; +x_50 = 0; +x_51 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_47, x_49, x_42, x_48, x_50, x_7, x_8, x_9, x_10, x_43); +return x_51; } else { -uint8_t x_51; +uint8_t x_52; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -1447,31 +1386,31 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_51 = !lean_is_exclusive(x_40); -if (x_51 == 0) +x_52 = !lean_is_exclusive(x_41); +if (x_52 == 0) { -return x_40; +return x_41; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_40, 0); -x_53 = lean_ctor_get(x_40, 1); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_41, 0); +x_54 = lean_ctor_get(x_41, 1); +lean_inc(x_54); lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_40); -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; +lean_dec(x_41); +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 { -uint8_t x_55; -lean_dec(x_19); +uint8_t x_56; +lean_dec(x_20); lean_dec(x_16); lean_dec(x_15); lean_dec(x_10); @@ -1483,23 +1422,57 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = !lean_is_exclusive(x_20); -if (x_55 == 0) +x_56 = !lean_is_exclusive(x_21); +if (x_56 == 0) { -return x_20; +return x_21; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_20, 0); -x_57 = lean_ctor_get(x_20, 1); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_21, 0); +x_58 = lean_ctor_get(x_21, 1); +lean_inc(x_58); lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_20); -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_21); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; +} +} +} +else +{ +uint8_t x_60; +lean_dec(x_16); +lean_dec(x_15); +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_3); +lean_dec(x_2); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_17); +if (x_60 == 0) +{ +return x_17; +} +else +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_17, 0); +x_62 = lean_ctor_get(x_17, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_17); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } @@ -2080,45 +2053,7 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___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_8; uint8_t x_9; -x_7 = lean_ctor_get(x_4, 5); -x_8 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; -x_10 = lean_ctor_get(x_8, 0); -lean_inc(x_7); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_7); -lean_ctor_set(x_11, 1, x_10); -lean_ctor_set_tag(x_8, 1); -lean_ctor_set(x_8, 0, x_11); -return x_8; -} -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_inc(x_13); -lean_inc(x_12); -lean_dec(x_8); -lean_inc(x_7); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); -lean_ctor_set(x_14, 1, x_12); -x_15 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -return x_15; -} -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { uint8_t x_10; @@ -2591,26 +2526,66 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___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_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; size_t x_20; size_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; -x_12 = lean_array_get_size(x_1); -x_13 = lean_unsigned_to_nat(0u); +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_4, 5); +x_8 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_8, 0); +lean_inc(x_7); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_7); +lean_ctor_set(x_11, 1, x_10); +lean_ctor_set_tag(x_8, 1); +lean_ctor_set(x_8, 0, x_11); +return x_8; +} +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_inc(x_13); +lean_inc(x_12); +lean_dec(x_8); +lean_inc(x_7); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_12); +x_15 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_13); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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) { +_start: +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_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; +x_11 = lean_array_get_size(x_1); +x_12 = lean_unsigned_to_nat(0u); lean_inc(x_1); -x_14 = l_Array_toSubarray___rarg(x_1, x_13, x_12); -x_15 = lean_array_get_size(x_5); -x_16 = l_Array_toSubarray___rarg(x_5, x_13, x_15); -x_17 = l_Lean_Meta_mkHCongrWithArity_withNewEqs___rarg___closed__1; +x_13 = l_Array_toSubarray___rarg(x_1, x_12, x_11); +x_14 = lean_array_get_size(x_4); +x_15 = l_Array_toSubarray___rarg(x_4, x_12, x_14); +x_16 = l_Lean_Meta_mkHCongrWithArity_withNewEqs___rarg___closed__1; +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_16); +lean_ctor_set(x_18, 0, x_13); lean_ctor_set(x_18, 1, x_17); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_14); -lean_ctor_set(x_19, 1, x_18); -x_20 = lean_usize_of_nat(x_2); +x_19 = lean_array_get_size(x_2); +x_20 = lean_usize_of_nat(x_19); +lean_dec(x_19); x_21 = 0; -x_22 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__2(x_3, x_20, x_21, x_19, x_7, x_8, x_9, x_10, x_11); +x_22 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__1(x_2, x_20, x_21, x_18, x_6, x_7, x_8, x_9, x_10); x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); x_24 = lean_ctor_get(x_23, 1); @@ -2622,14 +2597,14 @@ lean_dec(x_22); x_26 = lean_ctor_get(x_24, 1); lean_inc(x_26); lean_dec(x_24); -lean_inc(x_4); -x_27 = l_Lean_mkAppN(x_4, x_3); -x_28 = l_Lean_mkAppN(x_4, x_1); -lean_inc(x_10); +lean_inc(x_3); +x_27 = l_Lean_mkAppN(x_3, x_2); +x_28 = l_Lean_mkAppN(x_3, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_29 = l_Lean_Meta_mkHEq(x_27, x_28, x_7, x_8, x_9, x_10, x_25); +lean_inc(x_6); +x_29 = l_Lean_Meta_mkHEq(x_27, x_28, x_6, x_7, x_8, x_9, x_25); if (lean_obj_tag(x_29) == 0) { lean_object* x_30; lean_object* x_31; uint8_t x_32; uint8_t x_33; uint8_t x_34; lean_object* x_35; @@ -2641,7 +2616,7 @@ lean_dec(x_29); x_32 = 0; x_33 = 1; x_34 = 1; -x_35 = l_Lean_Meta_mkForallFVars(x_26, x_30, x_32, x_33, x_34, x_7, x_8, x_9, x_10, x_31); +x_35 = l_Lean_Meta_mkForallFVars(x_26, x_30, x_32, x_33, x_34, x_6, x_7, x_8, x_9, x_31); if (lean_obj_tag(x_35) == 0) { lean_object* x_36; lean_object* x_37; lean_object* x_38; @@ -2651,7 +2626,7 @@ x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); lean_inc(x_36); -x_38 = l_Lean_Meta_mkHCongrWithArity_mkProof(x_36, x_7, x_8, x_9, x_10, x_37); +x_38 = l_Lean_Meta_mkHCongrWithArity_mkProof(x_36, x_6, x_7, x_8, x_9, x_37); if (lean_obj_tag(x_38) == 0) { uint8_t x_39; @@ -2663,7 +2638,7 @@ x_40 = lean_ctor_get(x_38, 0); x_41 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_41, 0, x_36); lean_ctor_set(x_41, 1, x_40); -lean_ctor_set(x_41, 2, x_6); +lean_ctor_set(x_41, 2, x_5); lean_ctor_set(x_38, 0, x_41); return x_38; } @@ -2678,7 +2653,7 @@ lean_dec(x_38); x_44 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_44, 0, x_36); lean_ctor_set(x_44, 1, x_42); -lean_ctor_set(x_44, 2, x_6); +lean_ctor_set(x_44, 2, x_5); x_45 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); @@ -2689,7 +2664,7 @@ else { uint8_t x_46; lean_dec(x_36); -lean_dec(x_6); +lean_dec(x_5); x_46 = !lean_is_exclusive(x_38); if (x_46 == 0) { @@ -2713,11 +2688,11 @@ return x_49; else { uint8_t x_50; -lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); x_50 = !lean_is_exclusive(x_35); if (x_50 == 0) { @@ -2742,11 +2717,11 @@ else { uint8_t x_54; lean_dec(x_26); -lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); x_54 = !lean_is_exclusive(x_29); if (x_54 == 0) { @@ -2788,53 +2763,69 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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; uint8_t x_12; +uint8_t x_11; lean_object* x_25; uint8_t x_26; lean_dec(x_5); -x_11 = lean_array_get_size(x_1); -x_12 = lean_nat_dec_eq(x_11, x_2); -lean_dec(x_2); -if (x_12 == 0) +x_25 = lean_array_get_size(x_1); +x_26 = lean_nat_dec_eq(x_25, x_3); +lean_dec(x_3); +lean_dec(x_25); +if (x_26 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_11); +uint8_t x_27; +x_27 = 1; +x_11 = x_27; +goto block_24; +} +else +{ +uint8_t x_28; +x_28 = 0; +x_11 = x_28; +goto block_24; +} +block_24: +{ +if (x_11 == 0) +{ +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_12 = lean_ctor_get(x_6, 1); +lean_inc(x_12); +x_13 = l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_addPrimeToFVarUserNames(x_4, x_12); +x_14 = l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_setBinderInfosD(x_4, x_13); +x_15 = l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_setBinderInfosD(x_1, x_14); +x_16 = l_Lean_Meta_getLocalInstances(x_6, x_7, x_8, x_9, 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); +lean_inc(x_1); +lean_inc(x_4); +x_19 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity___lambda__1), 10, 3); +lean_closure_set(x_19, 0, x_4); +lean_closure_set(x_19, 1, x_1); +lean_closure_set(x_19, 2, x_2); +x_20 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity_withNewEqs___rarg), 8, 3); +lean_closure_set(x_20, 0, x_1); +lean_closure_set(x_20, 1, x_4); +lean_closure_set(x_20, 2, x_19); +x_21 = l_Lean_Meta_withLCtx___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__3___rarg(x_15, x_17, x_20, x_6, x_7, x_8, x_9, x_18); +return x_21; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_dec(x_4); -lean_dec(x_3); +lean_dec(x_2); lean_dec(x_1); -x_13 = l_Lean_Meta_mkHCongrWithArity___lambda__2___closed__2; -x_14 = l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__1(x_13, x_6, x_7, x_8, x_9, x_10); +x_22 = l_Lean_Meta_mkHCongrWithArity___lambda__2___closed__2; +x_23 = l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__2(x_22, 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); -return x_14; +return x_23; } -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_15 = lean_ctor_get(x_6, 1); -lean_inc(x_15); -x_16 = l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_addPrimeToFVarUserNames(x_4, x_15); -x_17 = l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_setBinderInfosD(x_4, x_16); -x_18 = l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_setBinderInfosD(x_1, x_17); -x_19 = l_Lean_Meta_getLocalInstances(x_6, x_7, x_8, x_9, x_10); -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); -lean_inc(x_1); -lean_inc(x_4); -x_22 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity___lambda__1___boxed), 11, 4); -lean_closure_set(x_22, 0, x_4); -lean_closure_set(x_22, 1, x_11); -lean_closure_set(x_22, 2, x_1); -lean_closure_set(x_22, 3, x_3); -x_23 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity_withNewEqs___rarg), 8, 3); -lean_closure_set(x_23, 0, x_1); -lean_closure_set(x_23, 1, x_4); -lean_closure_set(x_23, 2, x_22); -x_24 = l_Lean_Meta_withLCtx___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__3___rarg(x_18, x_20, x_23, x_6, x_7, x_8, x_9, x_21); -return x_24; } } } @@ -2874,8 +2865,8 @@ lean_ctor_set(x_11, 0, x_2); lean_inc(x_11); lean_inc(x_9); x_12 = lean_alloc_closure((void*)(l_Lean_Meta_mkHCongrWithArity___lambda__3___boxed), 11, 4); -lean_closure_set(x_12, 0, x_2); -lean_closure_set(x_12, 1, x_1); +lean_closure_set(x_12, 0, x_1); +lean_closure_set(x_12, 1, x_2); lean_closure_set(x_12, 2, x_9); lean_closure_set(x_12, 3, x_11); x_13 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_9, x_11, x_12, x_3, x_4, x_5, x_6, x_10); @@ -2911,19 +2902,7 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___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_throwError___at_Lean_Meta_mkHCongrWithArity___spec__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); -lean_dec(x_2); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___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; @@ -2931,7 +2910,7 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_3); lean_dec(x_3); -x_12 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__2(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); +x_12 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkHCongrWithArity___spec__1(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -2940,13 +2919,16 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___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_12; -x_12 = l_Lean_Meta_mkHCongrWithArity___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_object* x_7; +x_7 = l_Lean_throwError___at_Lean_Meta_mkHCongrWithArity___spec__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); lean_dec(x_2); -return x_12; +return x_7; } } LEAN_EXPORT lean_object* l_Lean_Meta_mkHCongrWithArity___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) { @@ -3010,212 +2992,196 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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) { _start: { -uint8_t x_9; -x_9 = lean_nat_dec_le(x_6, x_5); -if (x_9 == 0) -{ -lean_object* x_10; uint8_t x_11; -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_eq(x_4, x_10); -if (x_11 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_7, x_6); +if (x_10 == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_20; uint8_t x_58; -x_12 = lean_unsigned_to_nat(1u); -x_13 = lean_nat_sub(x_4, x_12); -lean_dec(x_4); -x_58 = lean_nat_dec_lt(x_5, x_2); -if (x_58 == 0) +lean_object* x_11; uint8_t x_12; +x_11 = lean_unsigned_to_nat(0u); +x_12 = lean_nat_dec_eq(x_5, x_11); +if (x_12 == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_59 = l_Lean_Meta_instInhabitedParamInfo; -x_60 = l___private_Init_Util_0__outOfBounds___rarg(x_59); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -lean_dec(x_60); -x_62 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_61, x_3); -lean_dec(x_61); -if (x_62 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_21; lean_object* x_28; uint8_t x_57; +x_13 = lean_unsigned_to_nat(1u); +x_14 = lean_nat_sub(x_5, x_13); +lean_dec(x_5); +x_57 = lean_nat_dec_lt(x_6, x_3); +if (x_57 == 0) { -lean_object* x_63; -x_63 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_63, 0, x_8); -x_14 = x_63; -goto block_19; +lean_object* x_58; lean_object* x_59; +x_58 = l_Lean_Meta_instInhabitedParamInfo; +x_59 = l___private_Init_Util_0__outOfBounds___rarg(x_58); +x_28 = x_59; +goto block_56; } else { -lean_object* x_64; -x_64 = lean_box(0); -x_20 = x_64; -goto block_57; -} +lean_object* x_60; +x_60 = lean_array_fget(x_2, x_6); +x_28 = x_60; +goto block_56; } -else +block_20: { -lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_65 = lean_array_fget(x_1, x_5); -x_66 = lean_ctor_get(x_65, 0); -lean_inc(x_66); -lean_dec(x_65); -x_67 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_66, x_3); -lean_dec(x_66); -if (x_67 == 0) +if (lean_obj_tag(x_15) == 0) { -lean_object* x_68; -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_8); -x_14 = x_68; -goto block_19; +lean_object* x_16; +lean_dec(x_14); +lean_dec(x_6); +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +lean_dec(x_15); +return x_16; } else { -lean_object* x_69; -x_69 = lean_box(0); -x_20 = x_69; -goto block_57; +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_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_14; +x_6 = x_18; +x_9 = x_17; +goto _start; } } -block_19: +block_27: { -if (lean_obj_tag(x_14) == 0) +if (x_21 == 0) { -lean_object* x_15; -lean_dec(x_13); -lean_dec(x_5); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -lean_dec(x_14); -return x_15; +lean_object* x_22; +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_9); +x_15 = x_22; +goto block_20; } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_14, 0); -lean_inc(x_16); -lean_dec(x_14); -x_17 = lean_nat_add(x_5, x_7); -lean_dec(x_5); -x_4 = x_13; -x_5 = x_17; -x_8 = x_16; -goto _start; +uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_23 = 0; +x_24 = lean_box(x_23); +x_25 = lean_array_set(x_9, x_4, x_24); +x_26 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_26, 0, x_25); +x_15 = x_26; +goto block_20; } } -block_57: +block_56: { -lean_object* x_21; uint8_t x_22; -lean_dec(x_20); -x_21 = lean_array_get_size(x_8); -x_22 = lean_nat_dec_lt(x_5, x_21); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_29; uint8_t x_30; +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_29, x_4); +lean_dec(x_29); +if (x_30 == 0) { -uint8_t x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_35; -x_23 = l_Lean_Meta_instInhabitedCongrArgKind; -x_24 = lean_box(x_23); -x_25 = l___private_Init_Util_0__outOfBounds___rarg(x_24); -x_26 = lean_unbox(x_25); -lean_dec(x_25); -x_35 = lean_box(x_26); -if (lean_obj_tag(x_35) == 2) +lean_object* x_31; +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_9); +x_15 = x_31; +goto block_20; +} +else +{ +lean_object* x_32; uint8_t x_33; +x_32 = lean_array_get_size(x_9); +x_33 = lean_nat_dec_lt(x_6, x_32); +lean_dec(x_32); +if (x_33 == 0) { -uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_36 = 0; -x_37 = lean_box(x_36); -x_38 = lean_array_set(x_8, x_3, x_37); -x_39 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_39, 0, x_38); -x_14 = x_39; -goto block_19; +uint8_t x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_43; +x_34 = l_Lean_Meta_instInhabitedCongrArgKind; +x_35 = lean_box(x_34); +x_36 = l___private_Init_Util_0__outOfBounds___rarg(x_35); +x_37 = lean_unbox(x_36); +lean_dec(x_36); +x_43 = lean_box(x_37); +if (lean_obj_tag(x_43) == 2) +{ +uint8_t x_44; +x_44 = 1; +x_21 = x_44; +goto block_27; } else { -lean_object* x_40; -lean_dec(x_35); -x_40 = lean_box(0); -x_27 = x_40; -goto block_34; +lean_object* x_45; +lean_dec(x_43); +x_45 = lean_box(0); +x_38 = x_45; +goto block_42; } -block_34: +block_42: { -lean_object* x_28; -lean_dec(x_27); -x_28 = lean_box(x_26); -if (lean_obj_tag(x_28) == 0) +lean_object* x_39; +lean_dec(x_38); +x_39 = lean_box(x_37); +if (lean_obj_tag(x_39) == 0) { -uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_array_set(x_8, x_3, x_30); -x_32 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_32, 0, x_31); -x_14 = x_32; -goto block_19; +uint8_t x_40; +x_40 = 1; +x_21 = x_40; +goto block_27; } else { -lean_object* x_33; -lean_dec(x_28); -x_33 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_33, 0, x_8); -x_14 = x_33; -goto block_19; +uint8_t x_41; +lean_dec(x_39); +x_41 = 0; +x_21 = x_41; +goto block_27; } } } else { -lean_object* x_41; uint8_t x_42; lean_object* x_43; lean_object* x_51; -x_41 = lean_array_fget(x_8, x_5); -x_42 = lean_unbox(x_41); -lean_dec(x_41); -x_51 = lean_box(x_42); -if (lean_obj_tag(x_51) == 2) +lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_53; +x_46 = lean_array_fget(x_9, x_6); +x_47 = lean_unbox(x_46); +lean_dec(x_46); +x_53 = lean_box(x_47); +if (lean_obj_tag(x_53) == 2) { -uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = 0; -x_53 = lean_box(x_52); -x_54 = lean_array_set(x_8, x_3, x_53); -x_55 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_14 = x_55; -goto block_19; +uint8_t x_54; +x_54 = 1; +x_21 = x_54; +goto block_27; } else { -lean_object* x_56; -lean_dec(x_51); -x_56 = lean_box(0); -x_43 = x_56; -goto block_50; +lean_object* x_55; +lean_dec(x_53); +x_55 = lean_box(0); +x_48 = x_55; +goto block_52; } -block_50: +block_52: { -lean_object* x_44; -lean_dec(x_43); -x_44 = lean_box(x_42); -if (lean_obj_tag(x_44) == 0) +lean_object* x_49; +lean_dec(x_48); +x_49 = lean_box(x_47); +if (lean_obj_tag(x_49) == 0) { -uint8_t x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_45 = 0; -x_46 = lean_box(x_45); -x_47 = lean_array_set(x_8, x_3, x_46); -x_48 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_48, 0, x_47); -x_14 = x_48; -goto block_19; +uint8_t x_50; +x_50 = 1; +x_21 = x_50; +goto block_27; } else { -lean_object* x_49; -lean_dec(x_44); -x_49 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_49, 0, x_8); -x_14 = x_49; -goto block_19; +uint8_t x_51; +lean_dec(x_49); +x_51 = 0; +x_21 = x_51; +goto block_27; +} } } } @@ -3223,59 +3189,59 @@ goto block_19; } else { +lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -return x_8; +return x_9; } } else { +lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -return x_8; +return x_9; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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) { _start: { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_5, x_4); -if (x_8 == 0) +uint8_t x_9; +x_9 = lean_nat_dec_le(x_6, x_5); +if (x_9 == 0) { -lean_object* x_9; uint8_t x_10; -x_9 = lean_unsigned_to_nat(0u); -x_10 = lean_nat_dec_eq(x_3, x_9); -if (x_10 == 0) +lean_object* x_10; uint8_t x_11; +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_nat_dec_eq(x_4, x_10); +if (x_11 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_11 = lean_unsigned_to_nat(1u); -x_12 = lean_nat_sub(x_3, x_11); -lean_dec(x_3); -x_13 = lean_nat_add(x_4, x_11); -lean_inc(x_2); -x_14 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1(x_1, x_2, x_4, x_2, x_13, x_2, x_11, x_7); -x_15 = lean_nat_add(x_4, x_6); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_unsigned_to_nat(1u); +x_13 = lean_nat_sub(x_4, x_12); lean_dec(x_4); -x_3 = x_12; -x_4 = x_15; -x_7 = x_14; +x_14 = lean_nat_add(x_5, x_12); +lean_inc(x_3); +x_15 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1(x_1, x_2, x_3, x_5, x_3, x_14, x_3, x_12, x_8); +x_16 = lean_nat_add(x_5, x_7); +lean_dec(x_5); +x_4 = x_13; +x_5 = x_16; +x_8 = x_15; goto _start; } else { +lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_7; +return x_8; } } else { +lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_7; +return x_8; } } } @@ -3285,39 +3251,41 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKin 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_1, 0); lean_inc(x_3); -lean_dec(x_1); x_4 = lean_array_get_size(x_3); x_5 = lean_unsigned_to_nat(0u); x_6 = lean_unsigned_to_nat(1u); lean_inc_n(x_4, 2); -x_7 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2(x_3, x_4, x_4, x_5, x_4, x_6, x_2); +x_7 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2(x_1, x_3, x_4, x_4, x_5, x_4, x_6, x_2); lean_dec(x_4); lean_dec(x_3); +lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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: { -lean_object* x_9; -x_9 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_10; +x_10 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, 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); -return x_9; +return x_10; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___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) { _start: { -lean_object* x_8; -x_8 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +lean_object* x_9; +x_9 = l_Std_Range_forIn_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_fixKindsForDependencies___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); +lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -3972,7 +3940,735 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_83, x_3); return x_84; } case 11: @@ -3981,7 +4677,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_85, x_3); return x_86; } default: @@ -3998,7 +4694,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -4043,12 +4739,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -4059,7 +4755,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -4070,7 +4766,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_5, x_9); return x_10; } else @@ -4101,12 +4797,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -4115,7 +4811,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -4139,7 +4835,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -4190,7 +4886,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -4228,7 +4924,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__23(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -4269,7 +4965,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__24(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -4277,7 +4973,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -4328,13 +5024,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -4370,7 +5066,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__25(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -4383,7 +5079,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -4430,7 +5126,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -4450,7 +5146,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -4468,7 +5164,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_29, x_28); return x_30; } } @@ -4481,7 +5177,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20(x_1, x_2, x_3); return x_33; } else @@ -4509,7 +5205,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20(x_1, x_2, x_36); return x_40; } } @@ -4522,7 +5218,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -4533,7 +5229,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_42, x_46); return x_47; } else @@ -4569,7 +5265,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -4580,7 +5276,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_53, x_57); return x_58; } else @@ -4618,7 +5314,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -4629,7 +5325,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -4640,7 +5336,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_65, x_73); return x_74; } else @@ -4700,7 +5396,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_83, x_3); return x_84; } case 11: @@ -4709,7 +5405,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_85, x_3); return x_86; } default: @@ -4726,7 +5422,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -4771,7 +5467,7 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__19(x_1, x_2, x_15); return x_16; } } @@ -4788,7 +5484,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___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) { _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; uint8_t x_14; +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_37; lean_object* x_38; uint8_t x_39; x_8 = lean_st_ref_get(x_4, x_7); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); @@ -4798,265 +5494,133 @@ lean_dec(x_8); x_11 = lean_ctor_get(x_9, 0); lean_inc(x_11); lean_dec(x_9); -x_12 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1___closed__1; -lean_inc(x_11); -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 = l_Lean_Expr_hasFVar(x_1); -if (x_14 == 0) +x_37 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1___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_11); +x_39 = l_Lean_Expr_hasFVar(x_1); +if (x_39 == 0) { -uint8_t x_15; -x_15 = l_Lean_Expr_hasMVar(x_1); -if (x_15 == 0) +uint8_t x_40; +x_40 = l_Lean_Expr_hasMVar(x_1); +if (x_40 == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_dec(x_13); +uint8_t x_41; lean_dec(x_1); -x_16 = lean_st_ref_take(x_4, 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_is_exclusive(x_17); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -lean_ctor_set(x_17, 0, x_11); -x_21 = lean_st_ref_set(x_4, x_17, x_18); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) -{ -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_21, 0, x_25); -return x_21; -} -else -{ -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_21, 1); -lean_inc(x_26); -lean_dec(x_21); -x_27 = 0; -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 -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_30 = lean_ctor_get(x_17, 1); -x_31 = lean_ctor_get(x_17, 2); -x_32 = lean_ctor_get(x_17, 3); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_17); -x_33 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_33, 0, x_11); -lean_ctor_set(x_33, 1, x_30); -lean_ctor_set(x_33, 2, x_31); -lean_ctor_set(x_33, 3, x_32); -x_34 = lean_st_ref_set(x_4, x_33, x_18); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_34)) { - lean_ctor_release(x_34, 0); - lean_ctor_release(x_34, 1); - x_36 = x_34; -} else { - lean_dec_ref(x_34); - x_36 = lean_box(0); -} -x_37 = 0; -x_38 = lean_box(x_37); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); -} else { - x_39 = x_36; -} -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -return x_39; -} +x_41 = 0; +x_12 = x_41; +x_13 = x_38; +goto block_36; } 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; uint8_t x_47; -lean_dec(x_11); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_2, x_1, x_13); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_41, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_2, x_1, x_38); +x_43 = lean_ctor_get(x_42, 0); lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_st_ref_take(x_4, 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_is_exclusive(x_45); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -lean_ctor_set(x_45, 0, x_43); -x_49 = lean_st_ref_set(x_4, x_45, x_46); -x_50 = !lean_is_exclusive(x_49); -if (x_50 == 0) -{ -lean_object* x_51; -x_51 = lean_ctor_get(x_49, 0); -lean_dec(x_51); -lean_ctor_set(x_49, 0, x_42); -return x_49; -} -else -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_42); -lean_ctor_set(x_53, 1, x_52); -return x_53; +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_12 = x_45; +x_13 = x_44; +goto block_36; } } else { -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; -x_54 = lean_ctor_get(x_45, 1); -x_55 = lean_ctor_get(x_45, 2); -x_56 = lean_ctor_get(x_45, 3); -lean_inc(x_56); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_57 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_57, 0, x_43); -lean_ctor_set(x_57, 1, x_54); -lean_ctor_set(x_57, 2, x_55); -lean_ctor_set(x_57, 3, x_56); -x_58 = lean_st_ref_set(x_4, x_57, x_46); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; -} else { - lean_dec_ref(x_58); - x_60 = lean_box(0); -} -if (lean_is_scalar(x_60)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_60; -} -lean_ctor_set(x_61, 0, x_42); -lean_ctor_set(x_61, 1, x_59); -return x_61; -} -} +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_2, x_1, x_38); +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 = lean_unbox(x_47); +lean_dec(x_47); +x_12 = x_49; +x_13 = x_48; +goto block_36; } -else +block_36: { -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; uint8_t x_69; -lean_dec(x_11); -x_62 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_2, x_1, x_13); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_st_ref_take(x_4, x_10); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = !lean_is_exclusive(x_67); -if (x_69 == 0) +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_st_ref_take(x_4, x_10); +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_is_exclusive(x_16); +if (x_18 == 0) { -lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_70 = lean_ctor_get(x_67, 0); -lean_dec(x_70); -lean_ctor_set(x_67, 0, x_65); -x_71 = lean_st_ref_set(x_4, x_67, x_68); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +lean_ctor_set(x_16, 0, x_14); +x_20 = lean_st_ref_set(x_4, x_16, x_17); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -lean_ctor_set(x_71, 0, x_64); -return x_71; +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = lean_box(x_12); +lean_ctor_set(x_20, 0, x_23); +return x_20; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_64); -lean_ctor_set(x_75, 1, x_74); -return x_75; +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(x_12); +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 { -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_76 = lean_ctor_get(x_67, 1); -x_77 = lean_ctor_get(x_67, 2); -x_78 = lean_ctor_get(x_67, 3); -lean_inc(x_78); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_67); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_65); -lean_ctor_set(x_79, 1, x_76); -lean_ctor_set(x_79, 2, x_77); -lean_ctor_set(x_79, 3, x_78); -x_80 = lean_st_ref_set(x_4, x_79, x_68); -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; +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_16, 1); +x_28 = lean_ctor_get(x_16, 2); +x_29 = lean_ctor_get(x_16, 3); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_16); +x_30 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_30, 0, x_14); +lean_ctor_set(x_30, 1, x_27); +lean_ctor_set(x_30, 2, x_28); +lean_ctor_set(x_30, 3, x_29); +x_31 = lean_st_ref_set(x_4, x_30, x_17); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_33 = x_31; } else { - lean_dec_ref(x_80); - x_82 = lean_box(0); + lean_dec_ref(x_31); + x_33 = lean_box(0); } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(0, 2, 0); +x_34 = lean_box(x_12); +if (lean_is_scalar(x_33)) { + x_35 = lean_alloc_ctor(0, 2, 0); } else { - x_83 = x_82; + x_35 = x_33; } -lean_ctor_set(x_83, 0, x_64); -lean_ctor_set(x_83, 1, x_81); -return x_83; +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_32); +return x_35; } } } @@ -5612,17 +6176,109 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__6(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__9___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__9(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__5(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__6(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17___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; uint8_t x_7; lean_object* x_8; @@ -5630,51 +6286,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__9(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__5(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__3(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__2(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__12(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__20(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__23___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; uint8_t x_7; lean_object* x_8; @@ -5682,14 +6338,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__15(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__23(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__24___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; uint8_t x_7; lean_object* x_8; @@ -5697,24 +6353,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__16(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__24(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__14(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__22(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__25___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; uint8_t x_7; lean_object* x_8; @@ -5722,37 +6378,37 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__17(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__25(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__13(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__21(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__11(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__19(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__10(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__18(x_1, x_2, x_3); lean_dec(x_1); return x_4; } @@ -5802,56 +6458,74 @@ return x_10; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_hasCastLike___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_4; uint8_t x_10; +x_10 = lean_usize_dec_eq(x_2, x_3); +if (x_10 == 0) { -lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_14; -x_5 = lean_array_uget(x_1, x_2); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -x_14 = lean_box(x_6); -if (lean_obj_tag(x_14) == 3) +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_18; +x_11 = lean_array_uget(x_1, x_2); +x_12 = lean_unbox(x_11); +lean_dec(x_11); +x_18 = lean_box(x_12); +if (lean_obj_tag(x_18) == 3) { -uint8_t x_15; -x_15 = 1; -return x_15; +uint8_t x_19; +x_19 = 1; +x_4 = x_19; +goto block_9; } else { -lean_object* x_16; -lean_dec(x_14); -x_16 = lean_box(0); -x_7 = x_16; -goto block_13; +lean_object* x_20; +lean_dec(x_18); +x_20 = lean_box(0); +x_13 = x_20; +goto block_17; } -block_13: +block_17: { -lean_object* x_8; -lean_dec(x_7); -x_8 = lean_box(x_6); -if (lean_obj_tag(x_8) == 5) +lean_object* x_14; +lean_dec(x_13); +x_14 = lean_box(x_12); +if (lean_obj_tag(x_14) == 5) { -uint8_t x_9; -x_9 = 1; -return x_9; +uint8_t x_15; +x_15 = 1; +x_4 = x_15; +goto block_9; } else { -size_t x_10; size_t x_11; -lean_dec(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_2, x_10); -x_2 = x_11; -goto _start; +uint8_t x_16; +lean_dec(x_14); +x_16 = 0; +x_4 = x_16; +goto block_9; } } } else { -uint8_t x_17; -x_17 = 0; -return x_17; +uint8_t x_21; +x_21 = 0; +return x_21; +} +block_9: +{ +if (x_4 == 0) +{ +size_t x_5; size_t x_6; +x_5 = 1; +x_6 = lean_usize_add(x_2, x_5); +x_2 = x_6; +goto _start; +} +else +{ +uint8_t x_8; +x_8 = 1; +return x_8; +} } } } @@ -5995,74 +6669,93 @@ return x_3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -lean_object* x_7; uint8_t x_12; -x_12 = lean_usize_dec_lt(x_5, x_4); -if (x_12 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_lt(x_5, x_4); +if (x_7 == 0) { lean_inc(x_6); return x_6; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_array_uget(x_3, x_5); -x_14 = lean_array_get_size(x_1); -x_15 = lean_nat_dec_lt(x_13, x_14); -lean_dec(x_14); -if (x_15 == 0) +lean_object* x_8; uint8_t x_9; lean_object* x_15; uint8_t x_16; +x_8 = lean_array_uget(x_3, x_5); +x_15 = lean_array_get_size(x_1); +x_16 = lean_nat_dec_lt(x_8, x_15); +lean_dec(x_15); +if (x_16 == 0) { -uint8_t x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; -lean_dec(x_13); -x_16 = l_Lean_Meta_instInhabitedCongrArgKind; -x_17 = lean_box(x_16); -x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); -x_19 = lean_unbox(x_18); -lean_dec(x_18); -x_20 = lean_box(x_19); -if (lean_obj_tag(x_20) == 2) +uint8_t x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; +lean_dec(x_8); +x_17 = l_Lean_Meta_instInhabitedCongrArgKind; +x_18 = lean_box(x_17); +x_19 = l___private_Init_Util_0__outOfBounds___rarg(x_18); +x_20 = lean_unbox(x_19); +lean_dec(x_19); +x_21 = lean_box(x_20); +if (lean_obj_tag(x_21) == 2) { -lean_object* x_21; -x_21 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___spec__1___closed__2; -return x_21; +uint8_t x_22; +x_22 = 1; +x_9 = x_22; +goto block_14; } else { -lean_dec(x_20); -x_7 = x_2; -goto block_11; +uint8_t x_23; +lean_dec(x_21); +x_23 = 0; +x_9 = x_23; +goto block_14; } } else { -lean_object* x_22; uint8_t x_23; lean_object* x_24; -x_22 = lean_array_fget(x_1, x_13); -lean_dec(x_13); -x_23 = lean_unbox(x_22); -lean_dec(x_22); -x_24 = lean_box(x_23); -if (lean_obj_tag(x_24) == 2) +lean_object* x_24; uint8_t x_25; lean_object* x_26; +x_24 = lean_array_fget(x_1, x_8); +lean_dec(x_8); +x_25 = lean_unbox(x_24); +lean_dec(x_24); +x_26 = lean_box(x_25); +if (lean_obj_tag(x_26) == 2) { -lean_object* x_25; -x_25 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___spec__1___closed__2; -return x_25; +uint8_t x_27; +x_27 = 1; +x_9 = x_27; +goto block_14; } else { -lean_dec(x_24); -x_7 = x_2; -goto block_11; -} +uint8_t x_28; +lean_dec(x_26); +x_28 = 0; +x_9 = x_28; +goto block_14; } } -block_11: +block_14: { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_5, x_8); -x_5 = x_9; -x_6 = x_7; +if (x_9 == 0) +{ +size_t x_10; size_t x_11; +x_10 = 1; +x_11 = lean_usize_add(x_5, x_10); +{ +size_t _tmp_4 = x_11; +lean_object* _tmp_5 = x_2; +x_5 = _tmp_4; +x_6 = _tmp_5; +} goto _start; } +else +{ +lean_object* x_13; +x_13 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___spec__1___closed__2; +return x_13; +} +} +} } } LEAN_EXPORT uint8_t l___private_Lean_Meta_CongrTheorems_0__Lean_Meta_shouldUseSubsingletonInst___lambda__1(lean_object* x_1) { @@ -6784,115 +7477,41 @@ x_16 = lean_unsigned_to_nat(0u); x_17 = lean_nat_dec_eq(x_5, x_16); if (x_17 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_26; lean_object* x_49; uint8_t x_50; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_26; lean_object* x_59; uint8_t x_60; x_18 = lean_unsigned_to_nat(1u); x_19 = lean_nat_sub(x_5, x_18); lean_dec(x_5); -x_49 = lean_ctor_get(x_1, 1); -x_50 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_49, x_6); -if (x_50 == 0) -{ -uint8_t x_51; -x_51 = lean_nat_dec_lt(x_6, x_4); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_52 = l_Lean_Meta_instInhabitedParamInfo; -x_53 = l___private_Init_Util_0__outOfBounds___rarg(x_52); -x_54 = lean_ctor_get_uint8(x_53, sizeof(void*)*1 + 2); -if (x_54 == 0) -{ -uint8_t x_55; -x_55 = l_Lean_Meta_ParamInfo_isInstImplicit(x_53); -lean_dec(x_53); -if (x_55 == 0) -{ -uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = 2; -x_57 = lean_box(x_56); -x_58 = lean_array_push(x_9, x_57); -x_59 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_20 = x_59; -x_21 = x_14; -goto block_25; -} -else -{ -lean_object* x_60; -x_60 = lean_box(0); -x_26 = x_60; -goto block_48; -} -} -else -{ -uint8_t x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -lean_dec(x_53); -x_61 = 3; -x_62 = lean_box(x_61); -x_63 = lean_array_push(x_9, x_62); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_63); -x_20 = x_64; -x_21 = x_14; -goto block_25; -} -} -else +x_59 = lean_ctor_get(x_1, 1); +x_60 = l_Array_contains___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__2(x_59, x_6); +if (x_60 == 0) { -lean_object* x_65; uint8_t x_66; -x_65 = lean_array_fget(x_3, x_6); -x_66 = lean_ctor_get_uint8(x_65, sizeof(void*)*1 + 2); -if (x_66 == 0) -{ -uint8_t x_67; -x_67 = l_Lean_Meta_ParamInfo_isInstImplicit(x_65); -lean_dec(x_65); -if (x_67 == 0) -{ -uint8_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_68 = 2; -x_69 = lean_box(x_68); -x_70 = lean_array_push(x_9, x_69); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_70); -x_20 = x_71; -x_21 = x_14; -goto block_25; -} -else +uint8_t x_61; +x_61 = lean_nat_dec_lt(x_6, x_4); +if (x_61 == 0) { -lean_object* x_72; -x_72 = lean_box(0); -x_26 = x_72; -goto block_48; -} +lean_object* x_62; lean_object* x_63; +x_62 = l_Lean_Meta_instInhabitedParamInfo; +x_63 = l___private_Init_Util_0__outOfBounds___rarg(x_62); +x_26 = x_63; +goto block_58; } else { -uint8_t x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_65); -x_73 = 3; -x_74 = lean_box(x_73); -x_75 = lean_array_push(x_9, x_74); -x_76 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_76, 0, x_75); -x_20 = x_76; -x_21 = x_14; -goto block_25; -} +lean_object* x_64; +x_64 = lean_array_fget(x_3, x_6); +x_26 = x_64; +goto block_58; } } else { -uint8_t x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_77 = 0; -x_78 = lean_box(x_77); -x_79 = lean_array_push(x_9, x_78); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_79); -x_20 = x_80; +uint8_t x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_65 = 0; +x_66 = lean_box(x_65); +x_67 = lean_array_push(x_9, x_66); +x_68 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_68, 0, x_67); +x_20 = x_68; x_21 = x_14; goto block_25; } @@ -6910,49 +7529,49 @@ x_9 = x_22; x_14 = x_21; goto _start; } -block_48: +block_58: +{ +uint8_t x_27; +x_27 = lean_ctor_get_uint8(x_26, sizeof(void*)*1 + 2); +if (x_27 == 0) { +uint8_t x_28; +x_28 = l_Lean_Meta_ParamInfo_isInstImplicit(x_26); lean_dec(x_26); -if (lean_obj_tag(x_2) == 0) +if (x_28 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_box(0); -x_28 = l_Std_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___spec__1___lambda__1(x_1, x_6, x_9, x_27, x_10, x_11, x_12, x_13, x_14); -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_20 = x_29; -x_21 = x_30; +uint8_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = 2; +x_30 = lean_box(x_29); +x_31 = lean_array_push(x_9, x_30); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_31); +x_20 = x_32; +x_21 = x_14; goto block_25; } else { -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_ctor_get(x_2, 0); -x_32 = lean_array_get_size(x_31); -x_33 = lean_nat_dec_lt(x_6, x_32); -lean_dec(x_32); -if (x_33 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_box(0); -x_35 = l_Std_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___spec__1___lambda__1(x_1, x_6, x_9, x_34, x_10, x_11, x_12, x_13, x_14); -x_36 = lean_ctor_get(x_35, 0); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_box(0); +x_34 = l_Std_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___spec__1___lambda__1(x_1, x_6, x_9, x_33, x_10, x_11, x_12, x_13, x_14); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_20 = x_36; -x_21 = x_37; +lean_dec(x_34); +x_20 = x_35; +x_21 = x_36; goto block_25; } else { -lean_object* x_38; uint8_t x_39; -x_38 = lean_array_fget(x_31, x_6); -x_39 = lean_unbox(x_38); +lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_37 = lean_ctor_get(x_2, 0); +x_38 = lean_array_get_size(x_37); +x_39 = lean_nat_dec_lt(x_6, x_38); lean_dec(x_38); if (x_39 == 0) { @@ -6970,13 +7589,33 @@ goto block_25; } else { -uint8_t x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_44 = 2; -x_45 = lean_box(x_44); -x_46 = lean_array_push(x_9, x_45); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_20 = x_47; +lean_object* x_44; uint8_t x_45; +x_44 = lean_array_fget(x_37, x_6); +x_45 = lean_unbox(x_44); +lean_dec(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_46 = lean_box(0); +x_47 = l_Std_Range_forIn_loop___at_Lean_Meta_getCongrSimpKinds___spec__1___lambda__1(x_1, x_6, x_9, x_46, x_10, x_11, x_12, x_13, x_14); +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_20 = x_48; +x_21 = x_49; +goto block_25; +} +else +{ +uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = 2; +x_51 = lean_box(x_50); +x_52 = lean_array_push(x_9, x_51); +x_53 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_53, 0, x_52); +x_20 = x_53; x_21 = x_14; goto block_25; } @@ -6986,24 +7625,39 @@ goto block_25; } else { -lean_object* x_81; +uint8_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +lean_dec(x_26); +x_54 = 3; +x_55 = lean_box(x_54); +x_56 = lean_array_push(x_9, x_55); +x_57 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_57, 0, x_56); +x_20 = x_57; +x_21 = x_14; +goto block_25; +} +} +} +else +{ +lean_object* x_69; lean_dec(x_6); lean_dec(x_5); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_9); -lean_ctor_set(x_81, 1, x_14); -return x_81; +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_9); +lean_ctor_set(x_69, 1, x_14); +return x_69; } } else { -lean_object* x_82; +lean_object* x_70; lean_dec(x_6); lean_dec(x_5); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_9); -lean_ctor_set(x_82, 1, x_14); -return x_82; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_9); +lean_ctor_set(x_70, 1, x_14); +return x_70; } } } @@ -9241,7 +9895,7 @@ 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; +lean_object* x_5; lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; lean_object* x_18; 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); @@ -9249,43 +9903,58 @@ x_8 = 1; x_9 = lean_usize_add(x_2, x_8); if (lean_obj_tag(x_5) == 3) { -uint8_t x_18; lean_object* x_19; lean_object* x_20; -x_18 = 0; -x_19 = lean_box(x_18); -x_20 = lean_array_uset(x_7, x_2, x_19); -x_2 = x_9; -x_3 = x_20; -goto _start; +uint8_t x_22; +x_22 = 1; +x_10 = x_22; +goto block_17; } else { -lean_object* x_22; -x_22 = lean_box(0); -x_10 = x_22; -goto block_17; +lean_object* x_23; +x_23 = lean_box(0); +x_18 = x_23; +goto block_21; } block_17: { -lean_dec(x_10); -if (lean_obj_tag(x_5) == 5) +if (x_10 == 0) { -uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_11 = 0; -x_12 = lean_box(x_11); -x_13 = lean_array_uset(x_7, x_2, x_12); +lean_object* x_11; +x_11 = lean_array_uset(x_7, x_2, x_5); x_2 = x_9; -x_3 = x_13; +x_3 = x_11; goto _start; } else { -lean_object* x_15; -x_15 = lean_array_uset(x_7, x_2, x_5); +uint8_t x_13; lean_object* x_14; lean_object* x_15; +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_array_uset(x_7, x_2, x_14); x_2 = x_9; x_3 = x_15; goto _start; } } +block_21: +{ +lean_dec(x_18); +if (lean_obj_tag(x_5) == 5) +{ +uint8_t x_19; +x_19 = 1; +x_10 = x_19; +goto block_17; +} +else +{ +uint8_t x_20; +x_20 = 0; +x_10 = x_20; +goto block_17; +} +} } } } diff --git a/stage0/stdlib/Lean/Meta/Constructions.c b/stage0/stdlib/Lean/Meta/Constructions.c index 697db2b12134..3a816403973a 100644 --- a/stage0/stdlib/Lean/Meta/Constructions.c +++ b/stage0/stdlib/Lean/Meta/Constructions.c @@ -3312,374 +3312,220 @@ x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); if (lean_obj_tag(x_8) == 5) { -uint8_t x_9; -x_9 = !lean_is_exclusive(x_7); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_10 = lean_ctor_get(x_7, 1); -x_11 = lean_ctor_get(x_7, 0); -lean_dec(x_11); -x_12 = lean_ctor_get(x_8, 0); -lean_inc(x_12); -lean_dec(x_8); -x_13 = lean_ctor_get(x_12, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_13, 2); -lean_inc(x_14); -lean_dec(x_13); -x_15 = l_Lean_Expr_isProp(x_14); -lean_dec(x_14); -if (x_15 == 0) -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_16 = lean_ctor_get(x_12, 3); -lean_inc(x_16); -x_17 = lean_unsigned_to_nat(0u); -x_18 = l_List_lengthTRAux___rarg(x_16, x_17); -lean_dec(x_16); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_dec_eq(x_18, x_19); -lean_dec(x_18); -if (x_20 == 0) -{ -uint8_t x_21; lean_object* x_22; -lean_dec(x_12); -x_21 = 0; -x_22 = lean_box(x_21); -lean_ctor_set(x_7, 0, x_22); -return x_7; +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_9 = lean_ctor_get(x_7, 1); +lean_inc(x_9); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_10 = x_7; +} else { + lean_dec_ref(x_7); + x_10 = lean_box(0); } -else +x_11 = lean_ctor_get(x_8, 0); +lean_inc(x_11); +lean_dec(x_8); +x_19 = lean_ctor_get(x_11, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_19, 2); +lean_inc(x_20); +lean_dec(x_19); +x_21 = l_Lean_Expr_isProp(x_20); +lean_dec(x_20); +if (x_21 == 0) { -lean_object* x_23; uint8_t x_24; -x_23 = lean_ctor_get(x_12, 2); -lean_inc(x_23); -x_24 = lean_nat_dec_eq(x_23, x_17); -lean_dec(x_23); -if (x_24 == 0) +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_22 = lean_ctor_get(x_11, 3); +lean_inc(x_22); +x_23 = lean_unsigned_to_nat(0u); +x_24 = l_List_lengthTRAux___rarg(x_22, x_23); +lean_dec(x_22); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_dec_eq(x_24, x_25); +lean_dec(x_24); +if (x_26 == 0) { -uint8_t x_25; lean_object* x_26; -lean_dec(x_12); -x_25 = 0; -x_26 = lean_box(x_25); -lean_ctor_set(x_7, 0, x_26); -return x_7; +uint8_t x_27; +x_27 = 0; +x_12 = x_27; +goto block_18; } else { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_12, 1); -lean_inc(x_27); -x_28 = lean_nat_dec_eq(x_27, x_17); -lean_dec(x_27); -if (x_28 == 0) +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_11, 2); +lean_inc(x_28); +x_29 = lean_nat_dec_eq(x_28, x_23); +lean_dec(x_28); +if (x_29 == 0) { -uint8_t x_29; lean_object* x_30; -lean_dec(x_12); -x_29 = 0; -x_30 = lean_box(x_29); -lean_ctor_set(x_7, 0, x_30); -return x_7; +uint8_t x_30; +x_30 = 0; +x_12 = x_30; +goto block_18; } else { lean_object* x_31; uint8_t x_32; -x_31 = lean_ctor_get(x_12, 4); +x_31 = lean_ctor_get(x_11, 1); lean_inc(x_31); -x_32 = l_List_isEmpty___rarg(x_31); +x_32 = lean_nat_dec_eq(x_31, x_23); +lean_dec(x_31); if (x_32 == 0) { uint8_t x_33; -x_33 = lean_ctor_get_uint8(x_12, sizeof(void*)*5); -if (x_33 == 0) -{ -uint8_t x_34; -x_34 = lean_ctor_get_uint8(x_12, sizeof(void*)*5 + 3); -if (x_34 == 0) +x_33 = 0; +x_12 = x_33; +goto block_18; +} +else { -uint8_t x_35; -x_35 = lean_ctor_get_uint8(x_12, sizeof(void*)*5 + 1); -lean_dec(x_12); +lean_object* x_34; uint8_t x_35; +x_34 = lean_ctor_get(x_11, 4); +lean_inc(x_34); +x_35 = l_List_isEmpty___rarg(x_34); +lean_dec(x_34); if (x_35 == 0) { -lean_object* x_36; -lean_free_object(x_7); -x_36 = l_List_allM___at_Lean_mkNoConfusion___spec__2(x_31, x_2, x_3, x_4, x_5, x_10); -return x_36; -} -else +uint8_t x_36; +x_36 = lean_ctor_get_uint8(x_11, sizeof(void*)*5); +if (x_36 == 0) { -uint8_t x_37; lean_object* x_38; -lean_dec(x_31); -x_37 = 0; -x_38 = lean_box(x_37); -lean_ctor_set(x_7, 0, x_38); -return x_7; -} -} -else +uint8_t x_37; +x_37 = lean_ctor_get_uint8(x_11, sizeof(void*)*5 + 3); +if (x_37 == 0) { -uint8_t x_39; lean_object* x_40; -lean_dec(x_31); -lean_dec(x_12); -x_39 = 0; -x_40 = lean_box(x_39); -lean_ctor_set(x_7, 0, x_40); -return x_7; -} -} -else +uint8_t x_38; +x_38 = lean_ctor_get_uint8(x_11, sizeof(void*)*5 + 1); +if (x_38 == 0) { -uint8_t x_41; lean_object* x_42; -lean_dec(x_31); -lean_dec(x_12); -x_41 = 0; -x_42 = lean_box(x_41); -lean_ctor_set(x_7, 0, x_42); -return x_7; -} +uint8_t x_39; +x_39 = 1; +x_12 = x_39; +goto block_18; } else { -uint8_t x_43; lean_object* x_44; -lean_dec(x_31); -lean_dec(x_12); -x_43 = 0; -x_44 = lean_box(x_43); -lean_ctor_set(x_7, 0, x_44); -return x_7; -} -} -} +uint8_t x_40; +x_40 = 0; +x_12 = x_40; +goto block_18; } } else { -uint8_t x_45; lean_object* x_46; -lean_dec(x_12); -x_45 = 0; -x_46 = lean_box(x_45); -lean_ctor_set(x_7, 0, x_46); -return x_7; +uint8_t x_41; +x_41 = 0; +x_12 = x_41; +goto block_18; } } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; -x_47 = lean_ctor_get(x_7, 1); -lean_inc(x_47); -lean_dec(x_7); -x_48 = lean_ctor_get(x_8, 0); -lean_inc(x_48); -lean_dec(x_8); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_49, 2); -lean_inc(x_50); -lean_dec(x_49); -x_51 = l_Lean_Expr_isProp(x_50); -lean_dec(x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; -x_52 = lean_ctor_get(x_48, 3); -lean_inc(x_52); -x_53 = lean_unsigned_to_nat(0u); -x_54 = l_List_lengthTRAux___rarg(x_52, x_53); -lean_dec(x_52); -x_55 = lean_unsigned_to_nat(1u); -x_56 = lean_nat_dec_eq(x_54, x_55); -lean_dec(x_54); -if (x_56 == 0) -{ -uint8_t x_57; lean_object* x_58; lean_object* x_59; -lean_dec(x_48); -x_57 = 0; -x_58 = lean_box(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_47); -return x_59; +uint8_t x_42; +x_42 = 0; +x_12 = x_42; +goto block_18; } -else -{ -lean_object* x_60; uint8_t x_61; -x_60 = lean_ctor_get(x_48, 2); -lean_inc(x_60); -x_61 = lean_nat_dec_eq(x_60, x_53); -lean_dec(x_60); -if (x_61 == 0) -{ -uint8_t x_62; lean_object* x_63; lean_object* x_64; -lean_dec(x_48); -x_62 = 0; -x_63 = lean_box(x_62); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_47); -return x_64; } else { -lean_object* x_65; uint8_t x_66; -x_65 = lean_ctor_get(x_48, 1); -lean_inc(x_65); -x_66 = lean_nat_dec_eq(x_65, x_53); -lean_dec(x_65); -if (x_66 == 0) -{ -uint8_t x_67; lean_object* x_68; lean_object* x_69; -lean_dec(x_48); -x_67 = 0; -x_68 = lean_box(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_47); -return x_69; -} -else -{ -lean_object* x_70; uint8_t x_71; -x_70 = lean_ctor_get(x_48, 4); -lean_inc(x_70); -x_71 = l_List_isEmpty___rarg(x_70); -if (x_71 == 0) -{ -uint8_t x_72; -x_72 = lean_ctor_get_uint8(x_48, sizeof(void*)*5); -if (x_72 == 0) -{ -uint8_t x_73; -x_73 = lean_ctor_get_uint8(x_48, sizeof(void*)*5 + 3); -if (x_73 == 0) -{ -uint8_t x_74; -x_74 = lean_ctor_get_uint8(x_48, sizeof(void*)*5 + 1); -lean_dec(x_48); -if (x_74 == 0) -{ -lean_object* x_75; -x_75 = l_List_allM___at_Lean_mkNoConfusion___spec__2(x_70, x_2, x_3, x_4, x_5, x_47); -return x_75; +uint8_t x_43; +x_43 = 0; +x_12 = x_43; +goto block_18; } -else -{ -uint8_t x_76; lean_object* x_77; lean_object* x_78; -lean_dec(x_70); -x_76 = 0; -x_77 = lean_box(x_76); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_47); -return x_78; } } -else -{ -uint8_t x_79; lean_object* x_80; lean_object* x_81; -lean_dec(x_70); -lean_dec(x_48); -x_79 = 0; -x_80 = lean_box(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_47); -return x_81; } } else { -uint8_t x_82; lean_object* x_83; lean_object* x_84; -lean_dec(x_70); -lean_dec(x_48); -x_82 = 0; -x_83 = lean_box(x_82); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_47); -return x_84; -} +uint8_t x_44; +x_44 = 0; +x_12 = x_44; +goto block_18; } -else +block_18: { -uint8_t x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_70); -lean_dec(x_48); -x_85 = 0; -x_86 = lean_box(x_85); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_47); -return x_87; -} -} -} +if (x_12 == 0) +{ +uint8_t x_13; lean_object* x_14; lean_object* x_15; +lean_dec(x_11); +x_13 = 0; +x_14 = lean_box(x_13); +if (lean_is_scalar(x_10)) { + x_15 = lean_alloc_ctor(0, 2, 0); +} else { + x_15 = x_10; } +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_9); +return x_15; } else { -uint8_t x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_48); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_47); -return x_90; +lean_object* x_16; lean_object* x_17; +lean_dec(x_10); +x_16 = lean_ctor_get(x_11, 4); +lean_inc(x_16); +lean_dec(x_11); +x_17 = l_List_allM___at_Lean_mkNoConfusion___spec__2(x_16, x_2, x_3, x_4, x_5, x_9); +return x_17; } } } else { -uint8_t x_91; +uint8_t x_45; lean_dec(x_8); -x_91 = !lean_is_exclusive(x_7); -if (x_91 == 0) -{ -lean_object* x_92; uint8_t x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_7, 0); -lean_dec(x_92); -x_93 = 0; -x_94 = lean_box(x_93); -lean_ctor_set(x_7, 0, x_94); +x_45 = !lean_is_exclusive(x_7); +if (x_45 == 0) +{ +lean_object* x_46; uint8_t x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_7, 0); +lean_dec(x_46); +x_47 = 0; +x_48 = lean_box(x_47); +lean_ctor_set(x_7, 0, x_48); return x_7; } else { -lean_object* x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; -x_95 = lean_ctor_get(x_7, 1); -lean_inc(x_95); +lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; +x_49 = lean_ctor_get(x_7, 1); +lean_inc(x_49); lean_dec(x_7); -x_96 = 0; -x_97 = lean_box(x_96); -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_95); -return x_98; +x_50 = 0; +x_51 = lean_box(x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_49); +return x_52; } } } else { -uint8_t x_99; -x_99 = !lean_is_exclusive(x_7); -if (x_99 == 0) +uint8_t x_53; +x_53 = !lean_is_exclusive(x_7); +if (x_53 == 0) { return x_7; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_7, 0); -x_101 = lean_ctor_get(x_7, 1); -lean_inc(x_101); -lean_inc(x_100); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_7, 0); +x_55 = lean_ctor_get(x_7, 1); +lean_inc(x_55); +lean_inc(x_54); lean_dec(x_7); -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_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } diff --git a/stage0/stdlib/Lean/Meta/DecLevel.c b/stage0/stdlib/Lean/Meta/DecLevel.c index 49bf43e1e2e4..8393848bc81d 100644 --- a/stage0/stdlib/Lean/Meta/DecLevel.c +++ b/stage0/stdlib/Lean/Meta/DecLevel.c @@ -1014,204 +1014,192 @@ lean_inc(x_97); x_104 = l_Lean_LMVarId_isReadOnly(x_97, x_3, x_4, x_5, x_6, x_100); if (lean_obj_tag(x_104) == 0) { -lean_object* x_105; uint8_t x_106; +lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; uint8_t x_138; x_105 = lean_ctor_get(x_104, 0); lean_inc(x_105); -x_106 = lean_unbox(x_105); +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_138 = lean_unbox(x_105); lean_dec(x_105); -if (x_106 == 0) +if (x_138 == 0) { if (x_2 == 0) { -uint8_t x_107; -lean_dec(x_97); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_107 = !lean_is_exclusive(x_104); -if (x_107 == 0) -{ -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_104, 0); -lean_dec(x_108); -x_109 = lean_box(0); -lean_ctor_set(x_104, 0, x_109); -return x_104; +uint8_t x_139; +x_139 = 1; +x_108 = x_139; +goto block_137; } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_110 = lean_ctor_get(x_104, 1); -lean_inc(x_110); -lean_dec(x_104); -x_111 = lean_box(0); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_110); -return x_112; +uint8_t x_140; +x_140 = 0; +x_108 = x_140; +goto block_137; } } 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_object* x_119; uint8_t x_120; -x_113 = lean_ctor_get(x_104, 1); -lean_inc(x_113); -lean_dec(x_104); -x_114 = l_Lean_Meta_mkFreshLevelMVar(x_3, x_4, x_5, x_6, x_113); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); +uint8_t x_141; +x_141 = 1; +x_108 = x_141; +goto block_137; +} +block_137: +{ +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; uint8_t x_115; +lean_dec(x_107); +x_109 = l_Lean_Meta_mkFreshLevelMVar(x_3, x_4, x_5, x_6, x_106); +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___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__4; +x_113 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___spec__1(x_112, x_2, x_3, x_4, x_5, x_6, x_111); +x_114 = lean_ctor_get(x_113, 0); +lean_inc(x_114); +x_115 = lean_unbox(x_114); lean_dec(x_114); -x_117 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__4; -x_118 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___spec__1(x_117, x_2, x_3, x_4, x_5, x_6, x_116); -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -if (x_120 == 0) -{ -lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_box(0); -x_123 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___lambda__1(x_115, x_97, x_122, x_2, x_3, x_4, x_5, x_6, x_121); +if (x_115 == 0) +{ +lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_116 = lean_ctor_get(x_113, 1); +lean_inc(x_116); +lean_dec(x_113); +x_117 = lean_box(0); +x_118 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___lambda__1(x_110, x_97, x_117, x_2, x_3, x_4, x_5, x_6, x_116); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_123; +return x_118; } 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; -x_124 = lean_ctor_get(x_118, 1); -lean_inc(x_124); -lean_dec(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; +x_119 = lean_ctor_get(x_113, 1); +lean_inc(x_119); +lean_dec(x_113); lean_inc(x_97); -x_125 = l_Lean_Level_mvar___override(x_97); -x_126 = l_Lean_MessageData_ofLevel(x_125); -x_127 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__6; +x_120 = l_Lean_Level_mvar___override(x_97); +x_121 = l_Lean_MessageData_ofLevel(x_120); +x_122 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__6; +x_123 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_121); +x_124 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__8; +x_125 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_125, 0, x_123); +lean_ctor_set(x_125, 1, x_124); +lean_inc(x_110); +x_126 = l_Lean_Level_succ___override(x_110); +x_127 = l_Lean_MessageData_ofLevel(x_126); 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___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__8; +lean_ctor_set(x_128, 0, x_125); +lean_ctor_set(x_128, 1, x_127); +x_129 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__10; 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_115); -x_131 = l_Lean_Level_succ___override(x_115); -x_132 = l_Lean_MessageData_ofLevel(x_131); -x_133 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_133, 0, x_130); -lean_ctor_set(x_133, 1, x_132); -x_134 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___closed__10; -x_135 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_134); -x_136 = l_Lean_addTrace___at___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___spec__3(x_117, x_135, x_2, x_3, x_4, x_5, x_6, x_124); -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_136, 1); -lean_inc(x_138); -lean_dec(x_136); -x_139 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___lambda__1(x_115, x_97, x_137, x_2, x_3, x_4, x_5, x_6, x_138); +x_131 = l_Lean_addTrace___at___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___spec__3(x_112, x_130, x_2, x_3, x_4, x_5, x_6, x_119); +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +x_134 = l___private_Lean_Meta_DecLevel_0__Lean_Meta_decAux_x3f___lambda__1(x_110, x_97, x_132, x_2, x_3, x_4, x_5, x_6, x_133); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_137); -return x_139; -} +lean_dec(x_132); +return x_134; } } else { -uint8_t x_140; +lean_object* x_135; lean_object* x_136; lean_dec(x_97); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_140 = !lean_is_exclusive(x_104); -if (x_140 == 0) -{ -lean_object* x_141; lean_object* x_142; -x_141 = lean_ctor_get(x_104, 0); -lean_dec(x_141); -x_142 = lean_box(0); -lean_ctor_set(x_104, 0, x_142); -return x_104; +x_135 = lean_box(0); +if (lean_is_scalar(x_107)) { + x_136 = lean_alloc_ctor(0, 2, 0); +} else { + x_136 = x_107; } -else -{ -lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_143 = lean_ctor_get(x_104, 1); -lean_inc(x_143); -lean_dec(x_104); -x_144 = lean_box(0); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_143); -return x_145; +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_106); +return x_136; } } } else { -uint8_t x_146; +uint8_t x_142; lean_dec(x_97); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_146 = !lean_is_exclusive(x_104); -if (x_146 == 0) +x_142 = !lean_is_exclusive(x_104); +if (x_142 == 0) { return x_104; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_104, 0); -x_148 = lean_ctor_get(x_104, 1); -lean_inc(x_148); -lean_inc(x_147); +lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_143 = lean_ctor_get(x_104, 0); +x_144 = lean_ctor_get(x_104, 1); +lean_inc(x_144); +lean_inc(x_143); lean_dec(x_104); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; +x_145 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +return x_145; } } } else { -lean_object* x_150; +lean_object* x_146; lean_dec(x_97); -x_150 = lean_ctor_get(x_103, 0); -lean_inc(x_150); +x_146 = lean_ctor_get(x_103, 0); +lean_inc(x_146); lean_dec(x_103); -x_1 = x_150; +x_1 = x_146; x_7 = x_100; goto _start; } } default: { -lean_object* x_152; lean_object* x_153; +lean_object* x_148; lean_object* x_149; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_152 = lean_box(0); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_7); -return x_153; +x_148 = lean_box(0); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_7); +return x_149; } } } diff --git a/stage0/stdlib/Lean/Meta/DiscrTree.c b/stage0/stdlib/Lean/Meta/DiscrTree.c index 5725e8714ee6..7455c1eb20d2 100644 --- a/stage0/stdlib/Lean/Meta/DiscrTree.c +++ b/stage0/stdlib/Lean/Meta/DiscrTree.c @@ -2393,138 +2393,152 @@ uint8_t x_2; x_2 = l_Lean_Expr_isNatLit(x_1); if (x_2 == 0) { -lean_object* x_3; uint8_t x_4; +lean_object* x_3; uint8_t x_4; uint8_t x_40; x_3 = l_Lean_Expr_getAppFn(x_1); -x_4 = l_Lean_Expr_isConst(x_3); -if (x_4 == 0) +x_40 = l_Lean_Expr_isConst(x_3); +if (x_40 == 0) { -uint8_t x_5; -lean_dec(x_3); -lean_dec(x_1); -x_5 = 0; -return x_5; +uint8_t x_41; +x_41 = 1; +x_4 = x_41; +goto block_39; } else { -lean_object* x_6; lean_object* x_7; lean_object* x_30; uint8_t x_31; -x_6 = l_Lean_Expr_constName_x21(x_3); -lean_dec(x_3); -x_30 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__8; -x_31 = lean_name_eq(x_6, x_30); -if (x_31 == 0) -{ -lean_object* x_32; -x_32 = lean_box(0); -x_7 = x_32; -goto block_29; +uint8_t x_42; +x_42 = 0; +x_4 = x_42; +goto block_39; } -else +block_39: { -lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; -x_33 = lean_unsigned_to_nat(0u); -x_34 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_33); -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_dec_eq(x_34, x_35); -lean_dec(x_34); -if (x_36 == 0) +if (x_4 == 0) { -lean_object* x_37; -x_37 = lean_box(0); -x_7 = x_37; -goto block_29; +lean_object* x_5; uint8_t x_6; lean_object* x_31; uint8_t x_32; +x_5 = l_Lean_Expr_constName_x21(x_3); +lean_dec(x_3); +x_31 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__8; +x_32 = lean_name_eq(x_5, x_31); +if (x_32 == 0) +{ +uint8_t x_33; +x_33 = 0; +x_6 = x_33; +goto block_30; } else { -lean_object* x_38; -lean_dec(x_6); -x_38 = l_Lean_Expr_appArg_x21(x_1); -lean_dec(x_1); -x_1 = x_38; -goto _start; -} +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_34 = lean_unsigned_to_nat(0u); +x_35 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_34); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_dec_eq(x_35, x_36); +lean_dec(x_35); +x_6 = x_37; +goto block_30; } -block_29: +block_30: { -lean_object* x_8; uint8_t x_9; -lean_dec(x_7); -x_8 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__3; -x_9 = lean_name_eq(x_6, x_8); -if (x_9 == 0) +if (x_6 == 0) { -lean_object* x_10; uint8_t x_11; -x_10 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__6; -x_11 = lean_name_eq(x_6, x_10); -lean_dec(x_6); -if (x_11 == 0) +lean_object* x_7; uint8_t x_8; +x_7 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__3; +x_8 = lean_name_eq(x_5, x_7); +if (x_8 == 0) { -uint8_t x_12; +lean_object* x_9; uint8_t x_10; +x_9 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__6; +x_10 = lean_name_eq(x_5, x_9); +lean_dec(x_5); +if (x_10 == 0) +{ +uint8_t x_11; lean_dec(x_1); -x_12 = 0; -return x_12; +x_11 = 0; +return x_11; } else { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_unsigned_to_nat(0u); -x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_13); +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_unsigned_to_nat(0u); +x_13 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_12); lean_dec(x_1); -x_15 = lean_nat_dec_eq(x_14, x_13); -lean_dec(x_14); -return x_15; +x_14 = lean_nat_dec_eq(x_13, x_12); +lean_dec(x_13); +return x_14; } } 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___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_16); -x_18 = lean_unsigned_to_nat(3u); -x_19 = lean_nat_dec_eq(x_17, x_18); -if (x_19 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_unsigned_to_nat(0u); +x_16 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_15); +x_17 = lean_unsigned_to_nat(3u); +x_18 = lean_nat_dec_eq(x_16, x_17); +if (x_18 == 0) { -lean_object* x_20; uint8_t x_21; +lean_object* x_19; uint8_t x_20; lean_dec(x_1); -x_20 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__6; -x_21 = lean_name_eq(x_6, x_20); -lean_dec(x_6); -if (x_21 == 0) +x_19 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__6; +x_20 = lean_name_eq(x_5, x_19); +lean_dec(x_5); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 0; +return x_21; +} +else { uint8_t x_22; -lean_dec(x_17); -x_22 = 0; +x_22 = lean_nat_dec_eq(x_16, x_15); +lean_dec(x_16); return x_22; } +} else { -uint8_t x_23; -x_23 = lean_nat_dec_eq(x_17, x_16); -lean_dec(x_17); -return x_23; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_5); +x_23 = lean_unsigned_to_nat(1u); +x_24 = lean_nat_sub(x_16, x_23); +lean_dec(x_16); +x_25 = lean_nat_sub(x_24, x_23); +lean_dec(x_24); +x_26 = l_Lean_Expr_getRevArg_x21(x_1, x_25); +x_1 = x_26; +goto _start; +} } } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -lean_dec(x_6); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_nat_sub(x_17, x_24); -lean_dec(x_17); -x_26 = lean_nat_sub(x_25, x_24); -lean_dec(x_25); -x_27 = l_Lean_Expr_getRevArg_x21(x_1, x_26); -x_1 = x_27; +lean_object* x_28; +lean_dec(x_5); +x_28 = l_Lean_Expr_appArg_x21(x_1); +lean_dec(x_1); +x_1 = x_28; goto _start; } } } +else +{ +uint8_t x_38; +lean_dec(x_3); +lean_dec(x_1); +x_38 = 0; +return x_38; +} } } else { -uint8_t x_40; +uint8_t x_43; lean_dec(x_1); -x_40 = 1; -return x_40; +x_43 = 1; +return x_43; } } } @@ -2674,484 +2688,355 @@ return x_3; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset(lean_object* x_1, 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_65; uint8_t x_66; -x_65 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__5; -x_66 = lean_name_eq(x_1, x_65); -if (x_66 == 0) +uint8_t x_8; uint8_t x_52; lean_object* x_92; uint8_t x_93; +x_92 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__5; +x_93 = lean_name_eq(x_1, x_92); +if (x_93 == 0) { -lean_object* x_67; uint8_t x_68; -x_67 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__7; -x_68 = lean_name_eq(x_1, x_67); -if (x_68 == 0) +lean_object* x_94; uint8_t x_95; +x_94 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__7; +x_95 = lean_name_eq(x_1, x_94); +if (x_95 == 0) { -lean_object* x_69; -x_69 = lean_box(0); -x_8 = x_69; -goto block_64; +uint8_t x_96; +x_96 = 0; +x_52 = x_96; +goto block_91; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_70 = lean_unsigned_to_nat(0u); -x_71 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_70); -x_72 = lean_unsigned_to_nat(4u); -x_73 = lean_nat_dec_eq(x_71, x_72); -if (x_73 == 0) -{ -lean_object* x_74; -lean_dec(x_71); -x_74 = lean_box(0); -x_8 = x_74; -goto block_64; +lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; +x_97 = lean_unsigned_to_nat(0u); +x_98 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_97); +x_99 = lean_unsigned_to_nat(4u); +x_100 = lean_nat_dec_eq(x_98, x_99); +lean_dec(x_98); +x_52 = x_100; +goto block_91; } -else -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_75 = lean_nat_sub(x_71, x_70); -lean_dec(x_71); -x_76 = lean_unsigned_to_nat(1u); -x_77 = lean_nat_sub(x_75, x_76); -lean_dec(x_75); -lean_inc(x_2); -x_78 = l_Lean_Expr_getRevArg_x21(x_2, x_77); -x_79 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNatType(x_78, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_79) == 0) -{ -lean_object* x_80; uint8_t x_81; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_unbox(x_80); -lean_dec(x_80); -if (x_81 == 0) -{ -uint8_t x_82; -lean_dec(x_2); -x_82 = !lean_is_exclusive(x_79); -if (x_82 == 0) -{ -lean_object* x_83; uint8_t x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_79, 0); -lean_dec(x_83); -x_84 = 0; -x_85 = lean_box(x_84); -lean_ctor_set(x_79, 0, x_85); -return x_79; } else { -lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; -x_86 = lean_ctor_get(x_79, 1); -lean_inc(x_86); -lean_dec(x_79); -x_87 = 0; -x_88 = lean_box(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_86); -return x_89; -} -} -else +lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; +x_101 = lean_unsigned_to_nat(0u); +x_102 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_101); +x_103 = lean_unsigned_to_nat(2u); +x_104 = lean_nat_dec_eq(x_102, x_103); +if (x_104 == 0) { -uint8_t x_90; -x_90 = !lean_is_exclusive(x_79); -if (x_90 == 0) +lean_object* x_105; uint8_t x_106; +x_105 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__7; +x_106 = lean_name_eq(x_1, x_105); +if (x_106 == 0) { -lean_object* x_91; lean_object* x_92; uint8_t x_93; lean_object* x_94; -x_91 = lean_ctor_get(x_79, 0); -lean_dec(x_91); -x_92 = l_Lean_Expr_appArg_x21(x_2); -lean_dec(x_2); -x_93 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_92); -x_94 = lean_box(x_93); -lean_ctor_set(x_79, 0, x_94); -return x_79; +uint8_t x_107; +lean_dec(x_102); +x_107 = 0; +x_52 = x_107; +goto block_91; } else { -lean_object* x_95; lean_object* x_96; uint8_t x_97; lean_object* x_98; lean_object* x_99; -x_95 = lean_ctor_get(x_79, 1); -lean_inc(x_95); -lean_dec(x_79); -x_96 = l_Lean_Expr_appArg_x21(x_2); -lean_dec(x_2); -x_97 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_96); -x_98 = lean_box(x_97); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_95); -return x_99; -} +lean_object* x_108; uint8_t x_109; +x_108 = lean_unsigned_to_nat(4u); +x_109 = lean_nat_dec_eq(x_102, x_108); +lean_dec(x_102); +x_52 = x_109; +goto block_91; } } else { -uint8_t x_100; +lean_object* x_110; uint8_t x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_102); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_110 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_100 = !lean_is_exclusive(x_79); -if (x_100 == 0) -{ -return x_79; -} -else -{ -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_79, 0); -x_102 = lean_ctor_get(x_79, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_79); -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_111 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_110); +x_112 = lean_box(x_111); +x_113 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_7); +return x_113; } } -else +block_51: { -lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; -x_104 = lean_unsigned_to_nat(0u); -x_105 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_104); -x_106 = lean_unsigned_to_nat(2u); -x_107 = lean_nat_dec_eq(x_105, x_106); -if (x_107 == 0) +if (x_8 == 0) { -lean_object* x_108; uint8_t x_109; -x_108 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__7; -x_109 = lean_name_eq(x_1, x_108); -if (x_109 == 0) +lean_object* x_9; uint8_t x_10; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_9 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__8; +x_10 = lean_name_eq(x_1, x_9); +if (x_10 == 0) { -lean_object* x_110; -lean_dec(x_105); -x_110 = lean_box(0); -x_8 = x_110; -goto block_64; +uint8_t x_11; lean_object* x_12; lean_object* x_13; +lean_dec(x_2); +x_11 = 0; +x_12 = lean_box(x_11); +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; } else { -lean_object* x_111; uint8_t x_112; -x_111 = lean_unsigned_to_nat(4u); -x_112 = lean_nat_dec_eq(x_105, x_111); -if (x_112 == 0) -{ -lean_object* x_113; -lean_dec(x_105); -x_113 = lean_box(0); -x_8 = x_113; -goto block_64; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_14 = lean_unsigned_to_nat(0u); +x_15 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_14); +lean_dec(x_2); +x_16 = lean_unsigned_to_nat(1u); +x_17 = lean_nat_dec_eq(x_15, x_16); +lean_dec(x_15); +x_18 = lean_box(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_7); +return x_19; +} } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_114 = lean_nat_sub(x_105, x_104); -lean_dec(x_105); -x_115 = lean_unsigned_to_nat(1u); -x_116 = lean_nat_sub(x_114, x_115); -lean_dec(x_114); +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_unsigned_to_nat(0u); +x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_20); +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_nat_sub(x_21, x_22); +lean_dec(x_21); +x_24 = lean_nat_sub(x_23, x_22); +lean_dec(x_23); lean_inc(x_2); -x_117 = l_Lean_Expr_getRevArg_x21(x_2, x_116); -x_118 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNatType(x_117, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_118) == 0) +x_25 = l_Lean_Expr_getRevArg_x21(x_2, x_24); +x_26 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNatType(x_25, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_119; uint8_t x_120; -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -if (x_120 == 0) +lean_object* x_27; uint8_t x_28; +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_unbox(x_27); +lean_dec(x_27); +if (x_28 == 0) { -uint8_t x_121; +uint8_t x_29; lean_dec(x_2); -x_121 = !lean_is_exclusive(x_118); -if (x_121 == 0) +x_29 = !lean_is_exclusive(x_26); +if (x_29 == 0) { -lean_object* x_122; uint8_t x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_118, 0); -lean_dec(x_122); -x_123 = 0; -x_124 = lean_box(x_123); -lean_ctor_set(x_118, 0, x_124); -return x_118; +lean_object* x_30; uint8_t x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_26, 0); +lean_dec(x_30); +x_31 = 0; +x_32 = lean_box(x_31); +lean_ctor_set(x_26, 0, x_32); +return x_26; } else { -lean_object* x_125; uint8_t x_126; lean_object* x_127; lean_object* x_128; -x_125 = lean_ctor_get(x_118, 1); -lean_inc(x_125); -lean_dec(x_118); -x_126 = 0; -x_127 = lean_box(x_126); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_125); -return x_128; +lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_26, 1); +lean_inc(x_33); +lean_dec(x_26); +x_34 = 0; +x_35 = lean_box(x_34); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +return x_36; } } else { -uint8_t x_129; -x_129 = !lean_is_exclusive(x_118); -if (x_129 == 0) +uint8_t x_37; +x_37 = !lean_is_exclusive(x_26); +if (x_37 == 0) { -lean_object* x_130; lean_object* x_131; uint8_t x_132; lean_object* x_133; -x_130 = lean_ctor_get(x_118, 0); -lean_dec(x_130); -x_131 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_26, 0); +lean_dec(x_38); +x_39 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_132 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_131); -x_133 = lean_box(x_132); -lean_ctor_set(x_118, 0, x_133); -return x_118; +x_40 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_39); +x_41 = lean_box(x_40); +lean_ctor_set(x_26, 0, x_41); +return x_26; } else { -lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; lean_object* x_138; -x_134 = lean_ctor_get(x_118, 1); -lean_inc(x_134); -lean_dec(x_118); -x_135 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; +x_42 = lean_ctor_get(x_26, 1); +lean_inc(x_42); +lean_dec(x_26); +x_43 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_136 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_135); -x_137 = lean_box(x_136); -x_138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_134); -return x_138; +x_44 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_43); +x_45 = lean_box(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_42); +return x_46; } } } else { -uint8_t x_139; +uint8_t x_47; lean_dec(x_2); -x_139 = !lean_is_exclusive(x_118); -if (x_139 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_118; +return x_26; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_118, 0); -x_141 = lean_ctor_get(x_118, 1); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_118); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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_91: +{ +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; +x_53 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__3; +x_54 = lean_name_eq(x_1, x_53); +if (x_54 == 0) +{ +uint8_t x_55; +x_55 = 0; +x_8 = x_55; +goto block_51; } else { -lean_object* x_143; uint8_t x_144; lean_object* x_145; lean_object* x_146; -lean_dec(x_105); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_143 = l_Lean_Expr_appArg_x21(x_2); -lean_dec(x_2); -x_144 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_143); -x_145 = lean_box(x_144); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_145); -lean_ctor_set(x_146, 1, x_7); -return x_146; -} -} -block_64: -{ -lean_object* x_9; uint8_t x_10; -lean_dec(x_8); -x_9 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isOffset___closed__3; -x_10 = lean_name_eq(x_1, x_9); -if (x_10 == 0) -{ -lean_object* x_11; uint8_t x_12; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_11 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__8; -x_12 = lean_name_eq(x_1, x_11); -if (x_12 == 0) -{ -uint8_t x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_2); -x_13 = 0; -x_14 = lean_box(x_13); -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; -} -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; -x_16 = lean_unsigned_to_nat(0u); -x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_16); -lean_dec(x_2); -x_18 = lean_unsigned_to_nat(1u); -x_19 = lean_nat_dec_eq(x_17, x_18); -lean_dec(x_17); -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_7); -return x_21; -} -} -else -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_unsigned_to_nat(0u); -x_23 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_22); -x_24 = lean_unsigned_to_nat(6u); -x_25 = lean_nat_dec_eq(x_23, x_24); -if (x_25 == 0) -{ -lean_object* x_26; uint8_t x_27; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_26 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral___closed__8; -x_27 = lean_name_eq(x_1, x_26); -if (x_27 == 0) -{ -uint8_t x_28; lean_object* x_29; lean_object* x_30; -lean_dec(x_23); -x_28 = 0; -x_29 = lean_box(x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_7); -return x_30; -} -else -{ -lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; -x_31 = lean_unsigned_to_nat(1u); -x_32 = lean_nat_dec_eq(x_23, x_31); -lean_dec(x_23); -x_33 = lean_box(x_32); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_7); -return x_34; +lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +x_56 = lean_unsigned_to_nat(0u); +x_57 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_56); +x_58 = lean_unsigned_to_nat(6u); +x_59 = lean_nat_dec_eq(x_57, x_58); +lean_dec(x_57); +x_8 = x_59; +goto block_51; } } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_sub(x_23, x_35); -lean_dec(x_23); -x_37 = lean_nat_sub(x_36, x_35); -lean_dec(x_36); +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; +x_60 = lean_unsigned_to_nat(0u); +x_61 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_60); +x_62 = lean_nat_sub(x_61, x_60); +lean_dec(x_61); +x_63 = lean_unsigned_to_nat(1u); +x_64 = lean_nat_sub(x_62, x_63); +lean_dec(x_62); lean_inc(x_2); -x_38 = l_Lean_Expr_getRevArg_x21(x_2, x_37); -x_39 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNatType(x_38, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_39) == 0) +x_65 = l_Lean_Expr_getRevArg_x21(x_2, x_64); +x_66 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNatType(x_65, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_66) == 0) { -lean_object* x_40; uint8_t x_41; -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -x_41 = lean_unbox(x_40); -lean_dec(x_40); -if (x_41 == 0) +lean_object* x_67; uint8_t x_68; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +lean_dec(x_67); +if (x_68 == 0) { -uint8_t x_42; +uint8_t x_69; lean_dec(x_2); -x_42 = !lean_is_exclusive(x_39); -if (x_42 == 0) +x_69 = !lean_is_exclusive(x_66); +if (x_69 == 0) { -lean_object* x_43; uint8_t x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_39, 0); -lean_dec(x_43); -x_44 = 0; -x_45 = lean_box(x_44); -lean_ctor_set(x_39, 0, x_45); -return x_39; +lean_object* x_70; uint8_t x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_66, 0); +lean_dec(x_70); +x_71 = 0; +x_72 = lean_box(x_71); +lean_ctor_set(x_66, 0, x_72); +return x_66; } else { -lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; -x_46 = lean_ctor_get(x_39, 1); -lean_inc(x_46); -lean_dec(x_39); -x_47 = 0; -x_48 = lean_box(x_47); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_46); -return x_49; +lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = 0; +x_75 = lean_box(x_74); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_73); +return x_76; } } else { -uint8_t x_50; -x_50 = !lean_is_exclusive(x_39); -if (x_50 == 0) +uint8_t x_77; +x_77 = !lean_is_exclusive(x_66); +if (x_77 == 0) { -lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_39, 0); -lean_dec(x_51); -x_52 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_78; lean_object* x_79; uint8_t x_80; lean_object* x_81; +x_78 = lean_ctor_get(x_66, 0); +lean_dec(x_78); +x_79 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_53 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_52); -x_54 = lean_box(x_53); -lean_ctor_set(x_39, 0, x_54); -return x_39; +x_80 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_79); +x_81 = lean_box(x_80); +lean_ctor_set(x_66, 0, x_81); +return x_66; } else { -lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_58; lean_object* x_59; -x_55 = lean_ctor_get(x_39, 1); -lean_inc(x_55); -lean_dec(x_39); -x_56 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; +x_82 = lean_ctor_get(x_66, 1); +lean_inc(x_82); +lean_dec(x_66); +x_83 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_57 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_56); -x_58 = lean_box(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_55); -return x_59; +x_84 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_isNumeral(x_83); +x_85 = lean_box(x_84); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_82); +return x_86; } } } else { -uint8_t x_60; +uint8_t x_87; lean_dec(x_2); -x_60 = !lean_is_exclusive(x_39); -if (x_60 == 0) +x_87 = !lean_is_exclusive(x_66); +if (x_87 == 0) { -return x_39; +return x_66; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_39, 0); -x_62 = lean_ctor_get(x_39, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_39); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_66, 0); +x_89 = lean_ctor_get(x_66, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_66); +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; } } } @@ -6019,107 +5904,99 @@ return x_2; LEAN_EXPORT lean_object* l_Array_binInsertM___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___spec__1___rarg(uint8_t x_1, lean_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; -x_9 = l_Array_isEmpty___rarg(x_7); -if (x_9 == 0) +uint8_t x_9; uint8_t x_34; uint8_t x_67; +x_67 = l_Array_isEmpty___rarg(x_7); +if (x_67 == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_10 = lean_unsigned_to_nat(0u); +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_68 = lean_unsigned_to_nat(0u); lean_inc(x_8); -x_11 = lean_array_get(x_8, x_7, x_10); -x_12 = lean_ctor_get(x_8, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_11, 0); -lean_inc(x_13); -lean_dec(x_11); -x_14 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_12, x_13); -if (x_14 == 0) -{ -uint8_t x_15; -x_15 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_13, x_12); -lean_dec(x_13); -if (x_15 == 0) +x_69 = lean_array_get(x_8, x_7, x_68); +x_70 = lean_ctor_get(x_8, 0); +lean_inc(x_70); +x_71 = lean_ctor_get(x_69, 0); +lean_inc(x_71); +lean_dec(x_69); +x_72 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_70, x_71); +if (x_72 == 0) { -lean_object* x_16; uint8_t x_17; -lean_dec(x_12); -lean_dec(x_8); -x_16 = lean_array_get_size(x_7); -x_17 = lean_nat_dec_lt(x_10, x_16); -lean_dec(x_16); -if (x_17 == 0) +uint8_t x_73; +x_73 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_71, x_70); +lean_dec(x_70); +lean_dec(x_71); +if (x_73 == 0) { -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -return x_7; +uint8_t x_74; +x_74 = 1; +x_34 = x_74; +goto block_66; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_18 = lean_array_fget(x_7, x_10); -x_19 = lean_box(0); -x_20 = lean_array_fset(x_7, x_10, 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; lean_object* x_26; lean_object* x_27; -x_22 = lean_ctor_get(x_18, 1); -x_23 = lean_ctor_get(x_18, 0); -lean_dec(x_23); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_nat_add(x_5, x_24); -x_26 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_25, x_22); -lean_dec(x_25); -lean_ctor_set(x_18, 1, x_26); -lean_ctor_set(x_18, 0, x_6); -x_27 = lean_array_fset(x_20, x_10, x_18); -return x_27; +uint8_t x_75; +x_75 = 0; +x_34 = x_75; +goto block_66; +} } 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_18, 1); -lean_inc(x_28); -lean_dec(x_18); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_add(x_5, x_29); -x_31 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_30, x_28); -lean_dec(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_33 = lean_array_fset(x_20, x_10, x_32); -return x_33; -} +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_71); +lean_dec(x_70); +lean_dec(x_8); +lean_dec(x_2); +x_76 = lean_unsigned_to_nat(1u); +x_77 = lean_nat_add(x_5, x_76); +x_78 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_3, x_4, x_77); +lean_dec(x_77); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_6); +lean_ctor_set(x_79, 1, x_78); +x_80 = l_Array_insertAt_x21___rarg(x_7, x_68, x_79); +return x_80; } } else { -lean_object* x_34; lean_object* x_35; uint8_t x_36; -lean_inc(x_8); -x_34 = l_Array_back___rarg(x_8, x_7); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -lean_dec(x_34); -x_36 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_35, x_12); -if (x_36 == 0) +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_dec(x_8); +lean_dec(x_2); +x_81 = lean_unsigned_to_nat(1u); +x_82 = lean_nat_add(x_5, x_81); +x_83 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_3, x_4, x_82); +lean_dec(x_82); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_6); +lean_ctor_set(x_84, 1, x_83); +x_85 = lean_array_push(x_7, x_84); +return x_85; +} +block_33: { -uint8_t x_37; -x_37 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_12, x_35); -lean_dec(x_35); -lean_dec(x_12); -if (x_37 == 0) +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_10 = lean_array_get_size(x_7); +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_sub(x_10, x_11); +lean_dec(x_10); +x_13 = lean_unsigned_to_nat(0u); +x_14 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___spec__2___rarg(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_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_dec(x_8); -x_38 = lean_array_get_size(x_7); -x_39 = lean_unsigned_to_nat(1u); -x_40 = lean_nat_sub(x_38, x_39); -x_41 = lean_nat_dec_lt(x_40, x_38); -lean_dec(x_38); -if (x_41 == 0) +x_15 = lean_array_get_size(x_7); +x_16 = lean_unsigned_to_nat(1u); +x_17 = lean_nat_sub(x_15, x_16); +x_18 = lean_nat_dec_lt(x_17, x_15); +lean_dec(x_15); +if (x_18 == 0) { -lean_dec(x_40); +lean_dec(x_17); lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); @@ -6127,106 +6004,152 @@ return x_7; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_array_fget(x_7, x_40); -x_43 = lean_box(0); -x_44 = lean_array_fset(x_7, x_40, x_43); -x_45 = !lean_is_exclusive(x_42); -if (x_45 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_19 = lean_array_fget(x_7, x_17); +x_20 = lean_box(0); +x_21 = lean_array_fset(x_7, x_17, x_20); +x_22 = !lean_is_exclusive(x_19); +if (x_22 == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_46 = lean_ctor_get(x_42, 1); -x_47 = lean_ctor_get(x_42, 0); -lean_dec(x_47); -x_48 = lean_nat_add(x_5, x_39); -x_49 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_48, x_46); -lean_dec(x_48); -lean_ctor_set(x_42, 1, x_49); -lean_ctor_set(x_42, 0, x_6); -x_50 = lean_array_fset(x_44, x_40, x_42); -lean_dec(x_40); -return x_50; +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_19, 1); +x_24 = lean_ctor_get(x_19, 0); +lean_dec(x_24); +x_25 = lean_nat_add(x_5, x_16); +x_26 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_25, x_23); +lean_dec(x_25); +lean_ctor_set(x_19, 1, x_26); +lean_ctor_set(x_19, 0, x_6); +x_27 = lean_array_fset(x_21, x_17, x_19); +lean_dec(x_17); +return x_27; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_51 = lean_ctor_get(x_42, 1); -lean_inc(x_51); -lean_dec(x_42); -x_52 = lean_nat_add(x_5, x_39); -x_53 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_52, x_51); -lean_dec(x_52); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_6); -lean_ctor_set(x_54, 1, x_53); -x_55 = lean_array_fset(x_44, x_40, x_54); -lean_dec(x_40); -return x_55; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_28 = lean_ctor_get(x_19, 1); +lean_inc(x_28); +lean_dec(x_19); +x_29 = lean_nat_add(x_5, x_16); +x_30 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_29, x_28); +lean_dec(x_29); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_6); +lean_ctor_set(x_31, 1, x_30); +x_32 = lean_array_fset(x_21, x_17, x_31); +lean_dec(x_17); +return x_32; +} } } } +block_66: +{ +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_8); +x_35 = l_Array_back___rarg(x_8, x_7); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +lean_dec(x_35); +x_37 = lean_ctor_get(x_8, 0); +lean_inc(x_37); +x_38 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_36, x_37); +if (x_38 == 0) +{ +uint8_t x_39; +x_39 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_37, x_36); +lean_dec(x_36); +lean_dec(x_37); +if (x_39 == 0) +{ +uint8_t x_40; +x_40 = 1; +x_9 = x_40; +goto block_33; +} else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = lean_array_get_size(x_7); -x_57 = lean_unsigned_to_nat(1u); -x_58 = lean_nat_sub(x_56, x_57); -lean_dec(x_56); -x_59 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___spec__2___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_10, x_58); -return x_59; +uint8_t x_41; +x_41 = 0; +x_9 = x_41; +goto block_33; } } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -lean_dec(x_35); -lean_dec(x_12); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_37); +lean_dec(x_36); lean_dec(x_8); lean_dec(x_2); -x_60 = lean_unsigned_to_nat(1u); -x_61 = lean_nat_add(x_5, x_60); -x_62 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_3, x_4, x_61); -lean_dec(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_6); -lean_ctor_set(x_63, 1, x_62); -x_64 = lean_array_push(x_7, x_63); -return x_64; -} +x_42 = lean_unsigned_to_nat(1u); +x_43 = lean_nat_add(x_5, x_42); +x_44 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_3, x_4, x_43); +lean_dec(x_43); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_6); +lean_ctor_set(x_45, 1, x_44); +x_46 = lean_array_push(x_7, x_45); +return x_46; } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -lean_dec(x_13); -lean_dec(x_12); +lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_dec(x_8); -lean_dec(x_2); -x_65 = lean_unsigned_to_nat(1u); -x_66 = lean_nat_add(x_5, x_65); -x_67 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_3, x_4, x_66); -lean_dec(x_66); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_6); -lean_ctor_set(x_68, 1, x_67); -x_69 = l_Array_insertAt_x21___rarg(x_7, x_10, x_68); -return x_69; +x_47 = lean_array_get_size(x_7); +x_48 = lean_unsigned_to_nat(0u); +x_49 = lean_nat_dec_lt(x_48, x_47); +lean_dec(x_47); +if (x_49 == 0) +{ +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_2); +return x_7; } +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_50 = lean_array_fget(x_7, x_48); +x_51 = lean_box(0); +x_52 = lean_array_fset(x_7, x_48, x_51); +x_53 = !lean_is_exclusive(x_50); +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_54 = lean_ctor_get(x_50, 1); +x_55 = lean_ctor_get(x_50, 0); +lean_dec(x_55); +x_56 = lean_unsigned_to_nat(1u); +x_57 = lean_nat_add(x_5, x_56); +x_58 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_57, x_54); +lean_dec(x_57); +lean_ctor_set(x_50, 1, x_58); +lean_ctor_set(x_50, 0, x_6); +x_59 = lean_array_fset(x_52, x_48, x_50); +return x_59; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_8); -lean_dec(x_2); -x_70 = lean_unsigned_to_nat(1u); -x_71 = lean_nat_add(x_5, x_70); -x_72 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_3, x_4, x_71); -lean_dec(x_71); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_6); -lean_ctor_set(x_73, 1, x_72); -x_74 = lean_array_push(x_7, x_73); -return x_74; +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_60 = lean_ctor_get(x_50, 1); +lean_inc(x_60); +lean_dec(x_50); +x_61 = lean_unsigned_to_nat(1u); +x_62 = lean_nat_add(x_5, x_61); +x_63 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___rarg(x_1, x_2, x_3, x_4, x_62, x_60); +lean_dec(x_62); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_6); +lean_ctor_set(x_64, 1, x_63); +x_65 = lean_array_fset(x_52, x_48, x_64); +return x_65; +} +} +} } } } @@ -9820,7 +9743,7 @@ return x_10; } case 4: { -lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; uint8_t x_117; lean_free_object(x_10); x_58 = lean_ctor_get(x_14, 0); lean_inc(x_58); @@ -9828,228 +9751,226 @@ lean_dec(x_14); x_59 = l_Lean_Meta_getConfig(x_5, x_6, x_7, x_8, x_13); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -x_61 = lean_ctor_get_uint8(x_60, 4); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_117 = lean_ctor_get_uint8(x_60, 4); lean_dec(x_60); -if (x_61 == 0) +if (x_117 == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_59, 1); -lean_inc(x_62); -lean_dec(x_59); -x_63 = lean_box(0); -x_64 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_63, x_5, x_6, x_7, x_8, x_62); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -return x_64; +uint8_t x_118; +x_118 = 0; +x_62 = x_118; +goto block_116; } else { -lean_object* x_65; uint8_t x_66; -x_65 = lean_ctor_get(x_59, 1); -lean_inc(x_65); -lean_dec(x_59); -x_66 = l_Lean_Expr_hasExprMVar(x_12); -if (x_66 == 0) +uint8_t x_119; +x_119 = l_Lean_Expr_hasExprMVar(x_12); +x_62 = x_119; +goto block_116; +} +block_116: +{ +if (x_62 == 0) { -lean_object* x_67; lean_object* x_68; -x_67 = lean_box(0); -x_68 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_67, x_5, x_6, x_7, x_8, x_65); +lean_object* x_63; lean_object* x_64; +x_63 = lean_box(0); +x_64 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_63, x_5, x_6, x_7, x_8, x_61); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_68; +return x_64; } else { -lean_object* x_69; lean_object* x_70; uint8_t x_71; +lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_inc(x_58); -x_69 = l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1(x_58, x_5, x_6, x_7, x_8, x_65); +x_65 = l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1(x_58, x_5, x_6, x_7, x_8, x_61); +x_66 = lean_ctor_get(x_65, 0); +lean_inc(x_66); +x_67 = lean_unbox(x_66); +lean_dec(x_66); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_68 = lean_ctor_get(x_65, 1); +lean_inc(x_68); +lean_dec(x_65); +x_69 = lean_st_ref_get(x_8, x_68); 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; -x_72 = lean_ctor_get(x_69, 1); -lean_inc(x_72); +x_71 = lean_ctor_get(x_69, 1); +lean_inc(x_71); lean_dec(x_69); -x_73 = lean_st_ref_get(x_8, x_72); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = lean_ctor_get(x_74, 0); -lean_inc(x_76); -lean_dec(x_74); -x_77 = l_Lean_Meta_isMatcherAppCore_x3f(x_76, x_12); -if (lean_obj_tag(x_77) == 0) +x_72 = lean_ctor_get(x_70, 0); +lean_inc(x_72); +lean_dec(x_70); +x_73 = l_Lean_Meta_isMatcherAppCore_x3f(x_72, x_12); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_78; lean_object* x_79; uint8_t x_80; +lean_object* x_74; lean_object* x_75; uint8_t x_76; lean_inc(x_58); -x_78 = l_Lean_isRec___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__1(x_58, x_5, x_6, x_7, x_8, x_75); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_unbox(x_79); -lean_dec(x_79); -if (x_80 == 0) +x_74 = l_Lean_isRec___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__1(x_58, x_5, x_6, x_7, x_8, x_71); +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_unbox(x_75); +lean_dec(x_75); +if (x_76 == 0) { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_78, 1); -lean_inc(x_81); -lean_dec(x_78); -x_82 = lean_box(0); -x_83 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_82, x_5, x_6, x_7, x_8, x_81); +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_74, 1); +lean_inc(x_77); +lean_dec(x_74); +x_78 = lean_box(0); +x_79 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_78, x_5, x_6, x_7, x_8, x_77); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_83; +return x_79; } else { -lean_object* x_84; lean_object* x_85; uint8_t x_86; +lean_object* x_80; lean_object* x_81; uint8_t x_82; lean_dec(x_58); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_84 = lean_ctor_get(x_78, 1); -lean_inc(x_84); -lean_dec(x_78); -x_85 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_84); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) +x_80 = lean_ctor_get(x_74, 1); +lean_inc(x_80); +lean_dec(x_74); +x_81 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_80); +x_82 = !lean_is_exclusive(x_81); +if (x_82 == 0) { -return x_85; +return x_81; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -x_88 = lean_ctor_get(x_85, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_85); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_81, 0); +x_84 = lean_ctor_get(x_81, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_81); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } 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; size_t x_103; lean_object* x_104; size_t x_105; lean_object* x_106; lean_object* x_107; -x_90 = lean_ctor_get(x_77, 0); -lean_inc(x_90); -lean_dec(x_77); -x_91 = lean_unsigned_to_nat(0u); -x_92 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_12, x_91); -x_93 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___closed__1; -lean_inc(x_92); -x_94 = lean_mk_array(x_92, x_93); -x_95 = lean_unsigned_to_nat(1u); -x_96 = lean_nat_sub(x_92, x_95); -lean_dec(x_92); +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; size_t x_99; lean_object* x_100; size_t x_101; lean_object* x_102; lean_object* x_103; +x_86 = lean_ctor_get(x_73, 0); +lean_inc(x_86); +lean_dec(x_73); +x_87 = lean_unsigned_to_nat(0u); +x_88 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_12, x_87); +x_89 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___closed__1; +lean_inc(x_88); +x_90 = lean_mk_array(x_88, x_89); +x_91 = lean_unsigned_to_nat(1u); +x_92 = lean_nat_sub(x_88, x_91); +lean_dec(x_88); lean_inc(x_12); -x_97 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_12, x_94, x_96); -x_98 = l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(x_90); -x_99 = lean_ctor_get(x_90, 1); -lean_inc(x_99); -lean_dec(x_90); -x_100 = lean_nat_add(x_98, x_99); -lean_dec(x_99); -x_101 = l_Array_toSubarray___rarg(x_97, x_98, x_100); -x_102 = lean_ctor_get(x_101, 2); -lean_inc(x_102); -x_103 = lean_usize_of_nat(x_102); -lean_dec(x_102); -x_104 = lean_ctor_get(x_101, 1); -lean_inc(x_104); -x_105 = lean_usize_of_nat(x_104); -lean_dec(x_104); -x_106 = lean_box(0); -x_107 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__2(x_101, x_103, x_105, x_106, x_5, x_6, x_7, x_8, x_75); -lean_dec(x_101); -if (lean_obj_tag(x_107) == 0) +x_93 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_12, x_90, x_92); +x_94 = l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(x_86); +x_95 = lean_ctor_get(x_86, 1); +lean_inc(x_95); +lean_dec(x_86); +x_96 = lean_nat_add(x_94, x_95); +lean_dec(x_95); +x_97 = l_Array_toSubarray___rarg(x_93, x_94, x_96); +x_98 = lean_ctor_get(x_97, 2); +lean_inc(x_98); +x_99 = lean_usize_of_nat(x_98); +lean_dec(x_98); +x_100 = lean_ctor_get(x_97, 1); +lean_inc(x_100); +x_101 = lean_usize_of_nat(x_100); +lean_dec(x_100); +x_102 = lean_box(0); +x_103 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__2(x_97, x_99, x_101, x_102, x_5, x_6, x_7, x_8, x_71); +lean_dec(x_97); +if (lean_obj_tag(x_103) == 0) { -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_107, 1); -lean_inc(x_108); -lean_dec(x_107); -x_109 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_106, x_5, x_6, x_7, x_8, x_108); +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_103, 1); +lean_inc(x_104); +lean_dec(x_103); +x_105 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_12, x_1, x_58, x_102, x_5, x_6, x_7, x_8, x_104); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_109; +return x_105; } else { -uint8_t x_110; +uint8_t x_106; lean_dec(x_58); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_110 = !lean_is_exclusive(x_107); -if (x_110 == 0) +x_106 = !lean_is_exclusive(x_103); +if (x_106 == 0) { -return x_107; +return x_103; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_107, 0); -x_112 = lean_ctor_get(x_107, 1); -lean_inc(x_112); -lean_inc(x_111); -lean_dec(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; +lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_107 = lean_ctor_get(x_103, 0); +x_108 = lean_ctor_get(x_103, 1); +lean_inc(x_108); +lean_inc(x_107); +lean_dec(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 { -lean_object* x_114; lean_object* x_115; uint8_t x_116; +lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_dec(x_58); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_114 = lean_ctor_get(x_69, 1); -lean_inc(x_114); -lean_dec(x_69); -x_115 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_114); -x_116 = !lean_is_exclusive(x_115); -if (x_116 == 0) +x_110 = lean_ctor_get(x_65, 1); +lean_inc(x_110); +lean_dec(x_65); +x_111 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_110); +x_112 = !lean_is_exclusive(x_111); +if (x_112 == 0) { -return x_115; +return x_111; } else { -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_115, 0); -x_118 = lean_ctor_get(x_115, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_115); -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_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_111, 0); +x_114 = lean_ctor_get(x_111, 1); +lean_inc(x_114); +lean_inc(x_113); +lean_dec(x_111); +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_114); +return x_115; } } } @@ -10353,242 +10274,240 @@ return x_190; } case 4: { -lean_object* x_191; lean_object* x_192; lean_object* x_193; uint8_t x_194; +lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; uint8_t x_250; x_191 = lean_ctor_get(x_152, 0); lean_inc(x_191); lean_dec(x_152); x_192 = l_Lean_Meta_getConfig(x_5, x_6, x_7, x_8, x_151); x_193 = lean_ctor_get(x_192, 0); lean_inc(x_193); -x_194 = lean_ctor_get_uint8(x_193, 4); +x_194 = lean_ctor_get(x_192, 1); +lean_inc(x_194); +lean_dec(x_192); +x_250 = lean_ctor_get_uint8(x_193, 4); lean_dec(x_193); -if (x_194 == 0) +if (x_250 == 0) { -lean_object* x_195; lean_object* x_196; lean_object* x_197; -x_195 = lean_ctor_get(x_192, 1); -lean_inc(x_195); -lean_dec(x_192); -x_196 = lean_box(0); -x_197 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_196, x_5, x_6, x_7, x_8, x_195); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -return x_197; +uint8_t x_251; +x_251 = 0; +x_195 = x_251; +goto block_249; } else { -lean_object* x_198; uint8_t x_199; -x_198 = lean_ctor_get(x_192, 1); -lean_inc(x_198); -lean_dec(x_192); -x_199 = l_Lean_Expr_hasExprMVar(x_150); -if (x_199 == 0) +uint8_t x_252; +x_252 = l_Lean_Expr_hasExprMVar(x_150); +x_195 = x_252; +goto block_249; +} +block_249: +{ +if (x_195 == 0) { -lean_object* x_200; lean_object* x_201; -x_200 = lean_box(0); -x_201 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_200, x_5, x_6, x_7, x_8, x_198); +lean_object* x_196; lean_object* x_197; +x_196 = lean_box(0); +x_197 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_196, x_5, x_6, x_7, x_8, x_194); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_201; +return x_197; } else { -lean_object* x_202; lean_object* x_203; uint8_t x_204; +lean_object* x_198; lean_object* x_199; uint8_t x_200; lean_inc(x_191); -x_202 = l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1(x_191, x_5, x_6, x_7, x_8, x_198); +x_198 = l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1(x_191, x_5, x_6, x_7, x_8, x_194); +x_199 = lean_ctor_get(x_198, 0); +lean_inc(x_199); +x_200 = lean_unbox(x_199); +lean_dec(x_199); +if (x_200 == 0) +{ +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_201 = lean_ctor_get(x_198, 1); +lean_inc(x_201); +lean_dec(x_198); +x_202 = lean_st_ref_get(x_8, x_201); x_203 = lean_ctor_get(x_202, 0); lean_inc(x_203); -x_204 = lean_unbox(x_203); -lean_dec(x_203); -if (x_204 == 0) -{ -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_205 = lean_ctor_get(x_202, 1); -lean_inc(x_205); +x_204 = lean_ctor_get(x_202, 1); +lean_inc(x_204); lean_dec(x_202); -x_206 = lean_st_ref_get(x_8, x_205); -x_207 = lean_ctor_get(x_206, 0); -lean_inc(x_207); -x_208 = lean_ctor_get(x_206, 1); -lean_inc(x_208); -lean_dec(x_206); -x_209 = lean_ctor_get(x_207, 0); -lean_inc(x_209); -lean_dec(x_207); -x_210 = l_Lean_Meta_isMatcherAppCore_x3f(x_209, x_150); -if (lean_obj_tag(x_210) == 0) +x_205 = lean_ctor_get(x_203, 0); +lean_inc(x_205); +lean_dec(x_203); +x_206 = l_Lean_Meta_isMatcherAppCore_x3f(x_205, x_150); +if (lean_obj_tag(x_206) == 0) { -lean_object* x_211; lean_object* x_212; uint8_t x_213; +lean_object* x_207; lean_object* x_208; uint8_t x_209; lean_inc(x_191); -x_211 = l_Lean_isRec___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__1(x_191, x_5, x_6, x_7, x_8, x_208); -x_212 = lean_ctor_get(x_211, 0); -lean_inc(x_212); -x_213 = lean_unbox(x_212); -lean_dec(x_212); -if (x_213 == 0) +x_207 = l_Lean_isRec___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__1(x_191, x_5, x_6, x_7, x_8, x_204); +x_208 = lean_ctor_get(x_207, 0); +lean_inc(x_208); +x_209 = lean_unbox(x_208); +lean_dec(x_208); +if (x_209 == 0) { -lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_214 = lean_ctor_get(x_211, 1); -lean_inc(x_214); -lean_dec(x_211); -x_215 = lean_box(0); -x_216 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_215, x_5, x_6, x_7, x_8, x_214); +lean_object* x_210; lean_object* x_211; lean_object* x_212; +x_210 = lean_ctor_get(x_207, 1); +lean_inc(x_210); +lean_dec(x_207); +x_211 = lean_box(0); +x_212 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_211, x_5, x_6, x_7, x_8, x_210); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_216; +return x_212; } else { -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_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_dec(x_191); lean_dec(x_150); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_217 = lean_ctor_get(x_211, 1); -lean_inc(x_217); -lean_dec(x_211); -x_218 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_217); -x_219 = lean_ctor_get(x_218, 0); -lean_inc(x_219); -x_220 = lean_ctor_get(x_218, 1); -lean_inc(x_220); -if (lean_is_exclusive(x_218)) { - lean_ctor_release(x_218, 0); - lean_ctor_release(x_218, 1); - x_221 = x_218; +x_213 = lean_ctor_get(x_207, 1); +lean_inc(x_213); +lean_dec(x_207); +x_214 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_213); +x_215 = lean_ctor_get(x_214, 0); +lean_inc(x_215); +x_216 = lean_ctor_get(x_214, 1); +lean_inc(x_216); +if (lean_is_exclusive(x_214)) { + lean_ctor_release(x_214, 0); + lean_ctor_release(x_214, 1); + x_217 = x_214; } else { - lean_dec_ref(x_218); - x_221 = lean_box(0); + lean_dec_ref(x_214); + x_217 = lean_box(0); } -if (lean_is_scalar(x_221)) { - x_222 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_217)) { + x_218 = lean_alloc_ctor(1, 2, 0); } else { - x_222 = x_221; + x_218 = x_217; } -lean_ctor_set(x_222, 0, x_219); -lean_ctor_set(x_222, 1, x_220); -return x_222; +lean_ctor_set(x_218, 0, x_215); +lean_ctor_set(x_218, 1, x_216); +return x_218; } } 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; size_t x_236; lean_object* x_237; size_t x_238; lean_object* x_239; lean_object* x_240; -x_223 = lean_ctor_get(x_210, 0); -lean_inc(x_223); -lean_dec(x_210); -x_224 = lean_unsigned_to_nat(0u); -x_225 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_150, x_224); -x_226 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___closed__1; -lean_inc(x_225); -x_227 = lean_mk_array(x_225, x_226); -x_228 = lean_unsigned_to_nat(1u); -x_229 = lean_nat_sub(x_225, x_228); -lean_dec(x_225); +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; size_t x_232; lean_object* x_233; size_t x_234; lean_object* x_235; lean_object* x_236; +x_219 = lean_ctor_get(x_206, 0); +lean_inc(x_219); +lean_dec(x_206); +x_220 = lean_unsigned_to_nat(0u); +x_221 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_150, x_220); +x_222 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___closed__1; +lean_inc(x_221); +x_223 = lean_mk_array(x_221, x_222); +x_224 = lean_unsigned_to_nat(1u); +x_225 = lean_nat_sub(x_221, x_224); +lean_dec(x_221); lean_inc(x_150); -x_230 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_150, x_227, x_229); -x_231 = l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(x_223); -x_232 = lean_ctor_get(x_223, 1); -lean_inc(x_232); -lean_dec(x_223); -x_233 = lean_nat_add(x_231, x_232); -lean_dec(x_232); -x_234 = l_Array_toSubarray___rarg(x_230, x_231, x_233); -x_235 = lean_ctor_get(x_234, 2); -lean_inc(x_235); -x_236 = lean_usize_of_nat(x_235); -lean_dec(x_235); -x_237 = lean_ctor_get(x_234, 1); +x_226 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_150, x_223, x_225); +x_227 = l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(x_219); +x_228 = lean_ctor_get(x_219, 1); +lean_inc(x_228); +lean_dec(x_219); +x_229 = lean_nat_add(x_227, x_228); +lean_dec(x_228); +x_230 = l_Array_toSubarray___rarg(x_226, x_227, x_229); +x_231 = lean_ctor_get(x_230, 2); +lean_inc(x_231); +x_232 = lean_usize_of_nat(x_231); +lean_dec(x_231); +x_233 = lean_ctor_get(x_230, 1); +lean_inc(x_233); +x_234 = lean_usize_of_nat(x_233); +lean_dec(x_233); +x_235 = lean_box(0); +x_236 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__2(x_230, x_232, x_234, x_235, x_5, x_6, x_7, x_8, x_204); +lean_dec(x_230); +if (lean_obj_tag(x_236) == 0) +{ +lean_object* x_237; lean_object* x_238; +x_237 = lean_ctor_get(x_236, 1); lean_inc(x_237); -x_238 = lean_usize_of_nat(x_237); -lean_dec(x_237); -x_239 = lean_box(0); -x_240 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___spec__2(x_234, x_236, x_238, x_239, x_5, x_6, x_7, x_8, x_208); -lean_dec(x_234); -if (lean_obj_tag(x_240) == 0) -{ -lean_object* x_241; lean_object* x_242; -x_241 = lean_ctor_get(x_240, 1); -lean_inc(x_241); -lean_dec(x_240); -x_242 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_239, x_5, x_6, x_7, x_8, x_241); +lean_dec(x_236); +x_238 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs___lambda__1(x_150, x_1, x_191, x_235, x_5, x_6, x_7, x_8, x_237); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_242; +return x_238; } else { -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; +lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_dec(x_191); lean_dec(x_150); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_243 = lean_ctor_get(x_240, 0); -lean_inc(x_243); -x_244 = lean_ctor_get(x_240, 1); -lean_inc(x_244); -if (lean_is_exclusive(x_240)) { - lean_ctor_release(x_240, 0); - lean_ctor_release(x_240, 1); - x_245 = x_240; +x_239 = lean_ctor_get(x_236, 0); +lean_inc(x_239); +x_240 = lean_ctor_get(x_236, 1); +lean_inc(x_240); +if (lean_is_exclusive(x_236)) { + lean_ctor_release(x_236, 0); + lean_ctor_release(x_236, 1); + x_241 = x_236; } else { - lean_dec_ref(x_240); - x_245 = lean_box(0); + lean_dec_ref(x_236); + x_241 = lean_box(0); } -if (lean_is_scalar(x_245)) { - x_246 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_241)) { + x_242 = lean_alloc_ctor(1, 2, 0); } else { - x_246 = x_245; + x_242 = x_241; } -lean_ctor_set(x_246, 0, x_243); -lean_ctor_set(x_246, 1, x_244); -return x_246; +lean_ctor_set(x_242, 0, x_239); +lean_ctor_set(x_242, 1, x_240); +return x_242; } } } else { -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_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; lean_dec(x_191); lean_dec(x_150); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_247 = lean_ctor_get(x_202, 1); -lean_inc(x_247); -lean_dec(x_202); -x_248 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_247); -x_249 = lean_ctor_get(x_248, 0); -lean_inc(x_249); -x_250 = lean_ctor_get(x_248, 1); -lean_inc(x_250); -if (lean_is_exclusive(x_248)) { - lean_ctor_release(x_248, 0); - lean_ctor_release(x_248, 1); - x_251 = x_248; +x_243 = lean_ctor_get(x_198, 1); +lean_inc(x_243); +lean_dec(x_198); +x_244 = l_Lean_Meta_throwIsDefEqStuck___rarg(x_243); +x_245 = lean_ctor_get(x_244, 0); +lean_inc(x_245); +x_246 = lean_ctor_get(x_244, 1); +lean_inc(x_246); +if (lean_is_exclusive(x_244)) { + lean_ctor_release(x_244, 0); + lean_ctor_release(x_244, 1); + x_247 = x_244; } else { - lean_dec_ref(x_248); - x_251 = lean_box(0); + lean_dec_ref(x_244); + x_247 = lean_box(0); } -if (lean_is_scalar(x_251)) { - x_252 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_247)) { + x_248 = lean_alloc_ctor(1, 2, 0); } else { - x_252 = x_251; + x_248 = x_247; } -lean_ctor_set(x_252, 0, x_249); -lean_ctor_set(x_252, 1, x_250); -return x_252; +lean_ctor_set(x_248, 0, x_245); +lean_ctor_set(x_248, 1, x_246); +return x_248; } } } @@ -11920,38 +11839,38 @@ lean_dec(x_10); x_14 = l_Array_isEmpty___rarg(x_11); if (x_14 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; 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_15 = l_Lean_instInhabitedExpr; x_16 = l_Array_back___rarg(x_15, x_2); x_17 = lean_array_pop(x_2); -x_173 = lean_box(0); -x_174 = lean_unsigned_to_nat(0u); +x_171 = lean_box(0); +x_172 = lean_unsigned_to_nat(0u); +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_171); +lean_ctor_set(x_173, 1, x_172); +x_174 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); x_175 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_175, 0, x_173); lean_ctor_set(x_175, 1, x_174); -x_176 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_177 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_177, 0, x_175); -lean_ctor_set(x_177, 1, x_176); -x_178 = lean_array_get_size(x_11); -x_179 = lean_nat_dec_lt(x_174, x_178); -lean_dec(x_178); -if (x_179 == 0) +x_176 = lean_array_get_size(x_11); +x_177 = lean_nat_dec_lt(x_172, x_176); +lean_dec(x_176); +if (x_177 == 0) { -lean_object* x_180; -x_180 = l___private_Init_Util_0__outOfBounds___rarg(x_177); -x_18 = x_180; -goto block_172; +lean_object* x_178; +x_178 = l___private_Init_Util_0__outOfBounds___rarg(x_175); +x_18 = x_178; +goto block_170; } else { -lean_object* x_181; -lean_dec(x_177); -x_181 = lean_array_fget(x_11, x_174); -x_18 = x_181; -goto block_172; +lean_object* x_179; +lean_dec(x_175); +x_179 = lean_array_fget(x_11, x_172); +x_18 = x_179; +goto block_170; } -block_172: +block_170: { uint8_t x_19; uint8_t x_20; lean_object* x_21; x_19 = 1; @@ -11963,7 +11882,7 @@ lean_inc(x_5); x_21 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getKeyArgs(x_1, x_16, x_19, x_20, x_5, x_6, x_7, x_8, x_9); 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; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_31; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); x_23 = lean_ctor_get(x_21, 1); @@ -11995,51 +11914,38 @@ x_30 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40 lean_dec(x_28); if (x_30 == 0) { -x_31 = x_20; -goto block_167; -} -else -{ -x_31 = x_19; -goto block_167; -} -block_167: -{ -lean_object* x_32; lean_object* x_33; -if (x_31 == 0) -{ lean_dec(x_18); -x_32 = x_4; -x_33 = x_23; -goto block_158; +x_31 = x_4; +x_32 = x_23; +goto block_157; } else { -lean_object* x_159; lean_object* x_160; -x_159 = lean_ctor_get(x_18, 1); -lean_inc(x_159); +lean_object* x_158; lean_object* x_159; +x_158 = lean_ctor_get(x_18, 1); +lean_inc(x_158); lean_dec(x_18); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_17); -x_160 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___rarg(x_1, x_17, x_159, x_4, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_160) == 0) +x_159 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___rarg(x_1, x_17, x_158, x_4, x_5, x_6, x_7, x_8, x_23); +if (lean_obj_tag(x_159) == 0) { -lean_object* x_161; lean_object* x_162; -x_161 = lean_ctor_get(x_160, 0); +lean_object* x_160; lean_object* x_161; +x_160 = lean_ctor_get(x_159, 0); +lean_inc(x_160); +x_161 = lean_ctor_get(x_159, 1); lean_inc(x_161); -x_162 = lean_ctor_get(x_160, 1); -lean_inc(x_162); -lean_dec(x_160); +lean_dec(x_159); +x_31 = x_160; x_32 = x_161; -x_33 = x_162; -goto block_158; +goto block_157; } else { -uint8_t x_163; +uint8_t x_162; lean_dec(x_27); lean_dec(x_26); lean_dec(x_25); @@ -12051,54 +11957,54 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_163 = !lean_is_exclusive(x_160); -if (x_163 == 0) +x_162 = !lean_is_exclusive(x_159); +if (x_162 == 0) { -return x_160; +return x_159; } else { -lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_164 = lean_ctor_get(x_160, 0); -x_165 = lean_ctor_get(x_160, 1); -lean_inc(x_165); +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_159, 0); +x_164 = lean_ctor_get(x_159, 1); lean_inc(x_164); -lean_dec(x_160); -x_166 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_166, 0, x_164); -lean_ctor_set(x_166, 1, x_165); -return x_166; +lean_inc(x_163); +lean_dec(x_159); +x_165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +return x_165; } } } -block_158: +block_157: { -lean_object* x_34; +lean_object* x_33; switch (lean_obj_tag(x_25)) { case 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; uint8_t x_73; +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; uint8_t x_72; lean_dec(x_27); lean_dec(x_24); lean_dec(x_12); -x_66 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_65 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +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, 0, x_25); lean_ctor_set(x_67, 1, x_66); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_25); -lean_ctor_set(x_68, 1, x_67); -x_69 = lean_array_get_size(x_11); -x_70 = lean_unsigned_to_nat(1u); -x_71 = lean_nat_sub(x_69, x_70); -x_72 = lean_unsigned_to_nat(0u); -x_73 = lean_nat_dec_lt(x_72, x_69); -lean_dec(x_69); -if (x_73 == 0) -{ -lean_object* x_74; -lean_dec(x_71); +x_68 = lean_array_get_size(x_11); +x_69 = lean_unsigned_to_nat(1u); +x_70 = lean_nat_sub(x_68, x_69); +x_71 = lean_unsigned_to_nat(0u); +x_72 = lean_nat_dec_lt(x_71, x_68); lean_dec(x_68); +if (x_72 == 0) +{ +lean_object* x_73; +lean_dec(x_70); +lean_dec(x_67); lean_dec(x_26); lean_dec(x_17); lean_dec(x_11); @@ -12106,73 +12012,73 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_32); -lean_ctor_set(x_74, 1, x_33); -return x_74; +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_31); +lean_ctor_set(x_73, 1, x_32); +return x_73; } else { -lean_object* x_75; lean_object* x_76; -x_75 = lean_box(0); -x_76 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__2___rarg(x_1, x_75, x_11, x_68, x_72, x_71); +lean_object* x_74; lean_object* x_75; +x_74 = lean_box(0); +x_75 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__2___rarg(x_1, x_74, x_11, x_67, x_71, x_70); lean_dec(x_11); -if (lean_obj_tag(x_76) == 0) +if (lean_obj_tag(x_75) == 0) { -lean_object* x_77; +lean_object* x_76; lean_dec(x_26); lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_32); -lean_ctor_set(x_77, 1, x_33); -return x_77; +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_31); +lean_ctor_set(x_76, 1, x_32); +return x_76; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_76, 0); -lean_inc(x_78); -lean_dec(x_76); -x_79 = l_Array_append___rarg(x_17, x_26); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_2 = x_79; -x_3 = x_80; -x_4 = x_32; -x_9 = x_33; +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_75, 0); +lean_inc(x_77); +lean_dec(x_75); +x_78 = l_Array_append___rarg(x_17, x_26); +x_79 = lean_ctor_get(x_77, 1); +lean_inc(x_79); +lean_dec(x_77); +x_2 = x_78; +x_3 = x_79; +x_4 = x_31; +x_9 = x_32; goto _start; } } } case 1: { -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; uint8_t x_89; +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; uint8_t x_88; lean_dec(x_27); lean_dec(x_24); lean_dec(x_12); -x_82 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_81 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_81); x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 0, x_25); lean_ctor_set(x_83, 1, x_82); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_25); -lean_ctor_set(x_84, 1, x_83); -x_85 = lean_array_get_size(x_11); -x_86 = lean_unsigned_to_nat(1u); -x_87 = lean_nat_sub(x_85, x_86); -x_88 = lean_unsigned_to_nat(0u); -x_89 = lean_nat_dec_lt(x_88, x_85); -lean_dec(x_85); -if (x_89 == 0) -{ -lean_object* x_90; -lean_dec(x_87); +x_84 = lean_array_get_size(x_11); +x_85 = lean_unsigned_to_nat(1u); +x_86 = lean_nat_sub(x_84, x_85); +x_87 = lean_unsigned_to_nat(0u); +x_88 = lean_nat_dec_lt(x_87, x_84); lean_dec(x_84); +if (x_88 == 0) +{ +lean_object* x_89; +lean_dec(x_86); +lean_dec(x_83); lean_dec(x_26); lean_dec(x_17); lean_dec(x_11); @@ -12180,73 +12086,73 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_32); -lean_ctor_set(x_90, 1, x_33); -return x_90; +x_89 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_89, 0, x_31); +lean_ctor_set(x_89, 1, x_32); +return x_89; } else { -lean_object* x_91; lean_object* x_92; -x_91 = lean_box(0); -x_92 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__3___rarg(x_1, x_91, x_11, x_84, x_88, x_87); +lean_object* x_90; lean_object* x_91; +x_90 = lean_box(0); +x_91 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__3___rarg(x_1, x_90, x_11, x_83, x_87, x_86); lean_dec(x_11); -if (lean_obj_tag(x_92) == 0) +if (lean_obj_tag(x_91) == 0) { -lean_object* x_93; +lean_object* x_92; lean_dec(x_26); lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_32); -lean_ctor_set(x_93, 1, x_33); -return x_93; +x_92 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_92, 0, x_31); +lean_ctor_set(x_92, 1, x_32); +return x_92; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_92, 0); -lean_inc(x_94); -lean_dec(x_92); -x_95 = l_Array_append___rarg(x_17, x_26); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_2 = x_95; -x_3 = x_96; -x_4 = x_32; -x_9 = x_33; +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_91, 0); +lean_inc(x_93); +lean_dec(x_91); +x_94 = l_Array_append___rarg(x_17, x_26); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec(x_93); +x_2 = x_94; +x_3 = x_95; +x_4 = x_31; +x_9 = x_32; goto _start; } } } case 2: { -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; uint8_t x_105; +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; uint8_t x_104; lean_dec(x_27); lean_dec(x_24); lean_dec(x_12); -x_98 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_97 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_97); +lean_ctor_set(x_98, 1, x_97); x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 0, x_25); lean_ctor_set(x_99, 1, x_98); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_25); -lean_ctor_set(x_100, 1, x_99); -x_101 = lean_array_get_size(x_11); -x_102 = lean_unsigned_to_nat(1u); -x_103 = lean_nat_sub(x_101, x_102); -x_104 = lean_unsigned_to_nat(0u); -x_105 = lean_nat_dec_lt(x_104, x_101); -lean_dec(x_101); -if (x_105 == 0) -{ -lean_object* x_106; -lean_dec(x_103); +x_100 = lean_array_get_size(x_11); +x_101 = lean_unsigned_to_nat(1u); +x_102 = lean_nat_sub(x_100, x_101); +x_103 = lean_unsigned_to_nat(0u); +x_104 = lean_nat_dec_lt(x_103, x_100); lean_dec(x_100); +if (x_104 == 0) +{ +lean_object* x_105; +lean_dec(x_102); +lean_dec(x_99); lean_dec(x_26); lean_dec(x_17); lean_dec(x_11); @@ -12254,52 +12160,52 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_32); -lean_ctor_set(x_106, 1, x_33); -return x_106; +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_31); +lean_ctor_set(x_105, 1, x_32); +return x_105; } else { -lean_object* x_107; lean_object* x_108; -x_107 = lean_box(0); -x_108 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__4___rarg(x_1, x_107, x_11, x_100, x_104, x_103); +lean_object* x_106; lean_object* x_107; +x_106 = lean_box(0); +x_107 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__4___rarg(x_1, x_106, x_11, x_99, x_103, x_102); lean_dec(x_11); -if (lean_obj_tag(x_108) == 0) +if (lean_obj_tag(x_107) == 0) { -lean_object* x_109; +lean_object* x_108; lean_dec(x_26); lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_109 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_109, 0, x_32); -lean_ctor_set(x_109, 1, x_33); -return x_109; +x_108 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_108, 0, x_31); +lean_ctor_set(x_108, 1, x_32); +return x_108; } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_110 = lean_ctor_get(x_108, 0); -lean_inc(x_110); -lean_dec(x_108); -x_111 = l_Array_append___rarg(x_17, x_26); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_2 = x_111; -x_3 = x_112; -x_4 = x_32; -x_9 = x_33; +lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_109 = lean_ctor_get(x_107, 0); +lean_inc(x_109); +lean_dec(x_107); +x_110 = l_Array_append___rarg(x_17, x_26); +x_111 = lean_ctor_get(x_109, 1); +lean_inc(x_111); +lean_dec(x_109); +x_2 = x_110; +x_3 = x_111; +x_4 = x_31; +x_9 = x_32; goto _start; } } } case 3: { -lean_object* x_114; +lean_object* x_113; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); @@ -12310,35 +12216,35 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_114 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_114, 0, x_32); -lean_ctor_set(x_114, 1, x_33); -return x_114; +x_113 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_113, 0, x_31); +lean_ctor_set(x_113, 1, x_32); +return x_113; } case 4: { -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_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; uint8_t x_121; lean_dec(x_27); lean_dec(x_24); lean_dec(x_12); -x_115 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_114 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_115 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_115, 1, x_114); x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 0, x_25); lean_ctor_set(x_116, 1, x_115); -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_25); -lean_ctor_set(x_117, 1, x_116); -x_118 = lean_array_get_size(x_11); -x_119 = lean_unsigned_to_nat(1u); -x_120 = lean_nat_sub(x_118, x_119); -x_121 = lean_unsigned_to_nat(0u); -x_122 = lean_nat_dec_lt(x_121, x_118); -lean_dec(x_118); -if (x_122 == 0) -{ -lean_object* x_123; -lean_dec(x_120); +x_117 = lean_array_get_size(x_11); +x_118 = lean_unsigned_to_nat(1u); +x_119 = lean_nat_sub(x_117, x_118); +x_120 = lean_unsigned_to_nat(0u); +x_121 = lean_nat_dec_lt(x_120, x_117); lean_dec(x_117); +if (x_121 == 0) +{ +lean_object* x_122; +lean_dec(x_119); +lean_dec(x_116); lean_dec(x_26); lean_dec(x_17); lean_dec(x_11); @@ -12346,107 +12252,107 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_32); -lean_ctor_set(x_123, 1, x_33); -return x_123; +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_31); +lean_ctor_set(x_122, 1, x_32); +return x_122; } else { -lean_object* x_124; lean_object* x_125; -x_124 = lean_box(0); -x_125 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__5___rarg(x_1, x_124, x_11, x_117, x_121, x_120); +lean_object* x_123; lean_object* x_124; +x_123 = lean_box(0); +x_124 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__5___rarg(x_1, x_123, x_11, x_116, x_120, x_119); lean_dec(x_11); -if (lean_obj_tag(x_125) == 0) +if (lean_obj_tag(x_124) == 0) { -lean_object* x_126; +lean_object* x_125; lean_dec(x_26); lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_32); -lean_ctor_set(x_126, 1, x_33); -return x_126; +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_31); +lean_ctor_set(x_125, 1, x_32); +return x_125; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; -x_127 = lean_ctor_get(x_125, 0); -lean_inc(x_127); -lean_dec(x_125); -x_128 = l_Array_append___rarg(x_17, x_26); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_2 = x_128; -x_3 = x_129; -x_4 = x_32; -x_9 = x_33; +lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_126 = lean_ctor_get(x_124, 0); +lean_inc(x_126); +lean_dec(x_124); +x_127 = l_Array_append___rarg(x_17, x_26); +x_128 = lean_ctor_get(x_126, 1); +lean_inc(x_128); +lean_dec(x_126); +x_2 = x_127; +x_3 = x_128; +x_4 = x_31; +x_9 = x_32; goto _start; } } } case 5: { -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; -x_131 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; uint8_t x_137; +x_130 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_131 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_131, 0, x_130); +lean_ctor_set(x_131, 1, x_130); x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); +lean_ctor_set(x_132, 0, x_25); lean_ctor_set(x_132, 1, x_131); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_25); -lean_ctor_set(x_133, 1, x_132); -x_134 = lean_array_get_size(x_11); -x_135 = lean_unsigned_to_nat(1u); -x_136 = lean_nat_sub(x_134, x_135); -x_137 = lean_unsigned_to_nat(0u); -x_138 = lean_nat_dec_lt(x_137, x_134); -lean_dec(x_134); -if (x_138 == 0) -{ -lean_object* x_139; -lean_dec(x_136); +x_133 = lean_array_get_size(x_11); +x_134 = lean_unsigned_to_nat(1u); +x_135 = lean_nat_sub(x_133, x_134); +x_136 = lean_unsigned_to_nat(0u); +x_137 = lean_nat_dec_lt(x_136, x_133); lean_dec(x_133); -x_139 = lean_box(0); -x_34 = x_139; -goto block_65; +if (x_137 == 0) +{ +lean_object* x_138; +lean_dec(x_135); +lean_dec(x_132); +x_138 = lean_box(0); +x_33 = x_138; +goto block_64; } else { -lean_object* x_140; lean_object* x_141; -x_140 = lean_box(0); -x_141 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__6___rarg(x_1, x_140, x_11, x_133, x_137, x_136); -x_34 = x_141; -goto block_65; +lean_object* x_139; lean_object* x_140; +x_139 = lean_box(0); +x_140 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__6___rarg(x_1, x_139, x_11, x_132, x_136, x_135); +x_33 = x_140; +goto block_64; } } default: { -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; uint8_t x_149; +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_dec(x_27); lean_dec(x_24); lean_dec(x_12); -x_142 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_141 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +x_142 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_142, 0, x_141); +lean_ctor_set(x_142, 1, x_141); x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 0, x_25); lean_ctor_set(x_143, 1, x_142); -x_144 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_144, 0, x_25); -lean_ctor_set(x_144, 1, x_143); -x_145 = lean_array_get_size(x_11); -x_146 = lean_unsigned_to_nat(1u); -x_147 = lean_nat_sub(x_145, x_146); -x_148 = lean_unsigned_to_nat(0u); -x_149 = lean_nat_dec_lt(x_148, x_145); -lean_dec(x_145); -if (x_149 == 0) -{ -lean_object* x_150; -lean_dec(x_147); +x_144 = lean_array_get_size(x_11); +x_145 = lean_unsigned_to_nat(1u); +x_146 = lean_nat_sub(x_144, x_145); +x_147 = lean_unsigned_to_nat(0u); +x_148 = lean_nat_dec_lt(x_147, x_144); lean_dec(x_144); +if (x_148 == 0) +{ +lean_object* x_149; +lean_dec(x_146); +lean_dec(x_143); lean_dec(x_26); lean_dec(x_17); lean_dec(x_11); @@ -12454,91 +12360,91 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_32); -lean_ctor_set(x_150, 1, x_33); -return x_150; +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_31); +lean_ctor_set(x_149, 1, x_32); +return x_149; } else { -lean_object* x_151; lean_object* x_152; -x_151 = lean_box(0); -x_152 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__7___rarg(x_1, x_151, x_11, x_144, x_148, x_147); +lean_object* x_150; lean_object* x_151; +x_150 = lean_box(0); +x_151 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__7___rarg(x_1, x_150, x_11, x_143, x_147, x_146); lean_dec(x_11); -if (lean_obj_tag(x_152) == 0) +if (lean_obj_tag(x_151) == 0) { -lean_object* x_153; +lean_object* x_152; lean_dec(x_26); lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_32); -lean_ctor_set(x_153, 1, x_33); -return x_153; +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_31); +lean_ctor_set(x_152, 1, x_32); +return x_152; } else { -lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_154 = lean_ctor_get(x_152, 0); -lean_inc(x_154); -lean_dec(x_152); -x_155 = l_Array_append___rarg(x_17, x_26); -x_156 = lean_ctor_get(x_154, 1); -lean_inc(x_156); -lean_dec(x_154); -x_2 = x_155; -x_3 = x_156; -x_4 = x_32; -x_9 = x_33; +lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_153 = lean_ctor_get(x_151, 0); +lean_inc(x_153); +lean_dec(x_151); +x_154 = l_Array_append___rarg(x_17, x_26); +x_155 = lean_ctor_get(x_153, 1); +lean_inc(x_155); +lean_dec(x_153); +x_2 = x_154; +x_3 = x_155; +x_4 = x_31; +x_9 = x_32; goto _start; } } } } -block_65: +block_64: { -lean_object* x_35; lean_object* x_36; -if (lean_obj_tag(x_34) == 0) +lean_object* x_34; lean_object* x_35; +if (lean_obj_tag(x_33) == 0) { lean_dec(x_26); +x_34 = x_31; x_35 = x_32; -x_36 = x_33; -goto block_54; +goto block_53; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = lean_ctor_get(x_34, 0); -lean_inc(x_55); -lean_dec(x_34); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_54 = lean_ctor_get(x_33, 0); +lean_inc(x_54); +lean_dec(x_33); lean_inc(x_17); -x_56 = l_Array_append___rarg(x_17, x_26); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); +x_55 = l_Array_append___rarg(x_17, x_26); +x_56 = lean_ctor_get(x_54, 1); +lean_inc(x_56); +lean_dec(x_54); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_58 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___rarg(x_1, x_56, x_57, x_32, x_5, x_6, x_7, x_8, x_33); -if (lean_obj_tag(x_58) == 0) +x_57 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___rarg(x_1, x_55, x_56, x_31, x_5, x_6, x_7, x_8, x_32); +if (lean_obj_tag(x_57) == 0) { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_58, 0); +lean_object* x_58; lean_object* x_59; +x_58 = lean_ctor_get(x_57, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_57, 1); lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); -lean_inc(x_60); -lean_dec(x_58); +lean_dec(x_57); +x_34 = x_58; x_35 = x_59; -x_36 = x_60; -goto block_54; +goto block_53; } else { -uint8_t x_61; +uint8_t x_60; lean_dec(x_27); lean_dec(x_24); lean_dec(x_17); @@ -12548,56 +12454,56 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_61 = !lean_is_exclusive(x_58); -if (x_61 == 0) +x_60 = !lean_is_exclusive(x_57); +if (x_60 == 0) { -return x_58; +return x_57; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_58, 0); -x_63 = lean_ctor_get(x_58, 1); -lean_inc(x_63); +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_57, 0); +x_62 = lean_ctor_get(x_57, 1); lean_inc(x_62); -lean_dec(x_58); -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; +lean_inc(x_61); +lean_dec(x_57); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } -block_54: +block_53: { -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; uint8_t x_45; -x_37 = lean_box(4); -x_38 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_36 = lean_box(4); +x_37 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_12)) { - x_39 = lean_alloc_ctor(0, 2, 0); + x_38 = lean_alloc_ctor(0, 2, 0); } else { - x_39 = x_12; + x_38 = x_12; } -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_37); if (lean_is_scalar(x_27)) { - x_40 = lean_alloc_ctor(0, 2, 0); + x_39 = lean_alloc_ctor(0, 2, 0); } else { - x_40 = x_27; + x_39 = x_27; } -lean_ctor_set(x_40, 0, x_37); -lean_ctor_set(x_40, 1, x_39); -x_41 = lean_array_get_size(x_11); -x_42 = lean_unsigned_to_nat(1u); -x_43 = lean_nat_sub(x_41, x_42); -x_44 = lean_unsigned_to_nat(0u); -x_45 = lean_nat_dec_lt(x_44, x_41); -lean_dec(x_41); -if (x_45 == 0) -{ -lean_object* x_46; -lean_dec(x_43); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_array_get_size(x_11); +x_41 = lean_unsigned_to_nat(1u); +x_42 = lean_nat_sub(x_40, x_41); +x_43 = lean_unsigned_to_nat(0u); +x_44 = lean_nat_dec_lt(x_43, x_40); lean_dec(x_40); +if (x_44 == 0) +{ +lean_object* x_45; +lean_dec(x_42); +lean_dec(x_39); lean_dec(x_17); lean_dec(x_11); lean_dec(x_8); @@ -12605,52 +12511,52 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); if (lean_is_scalar(x_24)) { - x_46 = lean_alloc_ctor(0, 2, 0); + x_45 = lean_alloc_ctor(0, 2, 0); } else { - x_46 = x_24; + x_45 = x_24; } -lean_ctor_set(x_46, 0, x_35); -lean_ctor_set(x_46, 1, x_36); -return x_46; +lean_ctor_set(x_45, 0, x_34); +lean_ctor_set(x_45, 1, x_35); +return x_45; } else { -lean_object* x_47; lean_object* x_48; -x_47 = lean_box(0); -x_48 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__1___rarg(x_1, x_47, x_11, x_40, x_44, x_43); +lean_object* x_46; lean_object* x_47; +x_46 = lean_box(0); +x_47 = l_Array_binSearchAux___at___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_getMatchLoop___spec__1___rarg(x_1, x_46, x_11, x_39, x_43, x_42); lean_dec(x_11); -if (lean_obj_tag(x_48) == 0) +if (lean_obj_tag(x_47) == 0) { -lean_object* x_49; +lean_object* x_48; lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); if (lean_is_scalar(x_24)) { - x_49 = lean_alloc_ctor(0, 2, 0); + x_48 = lean_alloc_ctor(0, 2, 0); } else { - x_49 = x_24; + x_48 = x_24; } -lean_ctor_set(x_49, 0, x_35); -lean_ctor_set(x_49, 1, x_36); -return x_49; +lean_ctor_set(x_48, 0, x_34); +lean_ctor_set(x_48, 1, x_35); +return x_48; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_dec(x_24); -x_50 = lean_ctor_get(x_48, 0); -lean_inc(x_50); -lean_dec(x_48); -x_51 = l_Array_append___rarg(x_17, x_38); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -x_2 = x_51; -x_3 = x_52; -x_4 = x_35; -x_9 = x_36; +x_49 = lean_ctor_get(x_47, 0); +lean_inc(x_49); +lean_dec(x_47); +x_50 = l_Array_append___rarg(x_17, x_37); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_2 = x_50; +x_3 = x_51; +x_4 = x_34; +x_9 = x_35; goto _start; } } @@ -12658,10 +12564,9 @@ goto _start; } } } -} else { -uint8_t x_168; +uint8_t x_166; lean_dec(x_18); lean_dec(x_17); lean_dec(x_12); @@ -12671,30 +12576,30 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_168 = !lean_is_exclusive(x_21); -if (x_168 == 0) +x_166 = !lean_is_exclusive(x_21); +if (x_166 == 0) { return x_21; } else { -lean_object* x_169; lean_object* x_170; lean_object* x_171; -x_169 = lean_ctor_get(x_21, 0); -x_170 = lean_ctor_get(x_21, 1); -lean_inc(x_170); -lean_inc(x_169); +lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_167 = lean_ctor_get(x_21, 0); +x_168 = lean_ctor_get(x_21, 1); +lean_inc(x_168); +lean_inc(x_167); lean_dec(x_21); -x_171 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_171, 0, x_169); -lean_ctor_set(x_171, 1, x_170); -return x_171; +x_169 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_169, 0, x_167); +lean_ctor_set(x_169, 1, x_168); +return x_169; } } } } else { -lean_object* x_182; +lean_object* x_180; lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); @@ -12702,15 +12607,15 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_182, 0, x_4); -lean_ctor_set(x_182, 1, x_9); -return x_182; +x_180 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_180, 0, x_4); +lean_ctor_set(x_180, 1, x_9); +return x_180; } } else { -lean_object* x_183; lean_object* x_184; +lean_object* x_181; lean_object* x_182; lean_dec(x_12); lean_dec(x_11); lean_dec(x_8); @@ -12718,11 +12623,11 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_183 = l_Array_append___rarg(x_4, x_10); -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_9); -return x_184; +x_181 = l_Array_append___rarg(x_4, x_10); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_9); +return x_182; } } } @@ -16750,75 +16655,60 @@ x_47 = lean_nat_dec_lt(x_11, x_46); x_48 = lean_box(3); if (x_47 == 0) { -lean_object* x_80; -x_80 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -x_49 = x_80; -goto block_79; +lean_object* x_77; +x_77 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_49 = x_77; +goto block_76; } else { -lean_object* x_81; +lean_object* x_78; lean_dec(x_36); -x_81 = lean_array_fget(x_27, x_11); -x_49 = x_81; -goto block_79; +x_78 = lean_array_fget(x_27, x_11); +x_49 = x_78; +goto block_76; } -block_79: +block_76: { -lean_object* x_50; uint8_t x_51; uint8_t x_52; +lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; x_50 = lean_ctor_get(x_49, 0); lean_inc(x_50); x_51 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_50, x_48); lean_dec(x_50); if (x_51 == 0) { -x_52 = x_34; -goto block_77; -} -else -{ -uint8_t x_78; -x_78 = 1; -x_52 = x_78; -goto block_77; -} -block_77: -{ -lean_object* x_53; lean_object* x_54; -if (x_52 == 0) -{ lean_dec(x_49); -x_53 = x_5; -x_54 = x_38; -goto block_68; +x_52 = x_5; +x_53 = x_38; +goto block_67; } else { -lean_object* x_69; lean_object* x_70; -x_69 = lean_ctor_get(x_49, 1); -lean_inc(x_69); +lean_object* x_68; lean_object* x_69; +x_68 = lean_ctor_get(x_49, 1); +lean_inc(x_68); lean_dec(x_49); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_70 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_69, x_5, x_6, x_7, x_8, x_9, x_38); -if (lean_obj_tag(x_70) == 0) +x_69 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_68, x_5, x_6, x_7, x_8, x_9, x_38); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_71; lean_object* x_72; -x_71 = lean_ctor_get(x_70, 0); +lean_object* x_70; lean_object* x_71; +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); -lean_dec(x_70); +lean_dec(x_69); +x_52 = x_70; x_53 = x_71; -x_54 = x_72; -goto block_68; +goto block_67; } else { -uint8_t x_73; +uint8_t x_72; lean_dec(x_46); lean_dec(x_41); lean_dec(x_39); @@ -16830,31 +16720,31 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_73 = !lean_is_exclusive(x_70); -if (x_73 == 0) +x_72 = !lean_is_exclusive(x_69); +if (x_72 == 0) { -return x_70; +return x_69; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_70, 0); -x_75 = lean_ctor_get(x_70, 1); -lean_inc(x_75); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_69, 0); +x_74 = lean_ctor_get(x_69, 1); lean_inc(x_74); -lean_dec(x_70); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_inc(x_73); +lean_dec(x_69); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } -block_68: +block_67: { if (x_47 == 0) { -lean_object* x_55; +lean_object* x_54; lean_dec(x_46); lean_dec(x_41); lean_dec(x_37); @@ -16866,37 +16756,37 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); if (lean_is_scalar(x_39)) { - x_55 = lean_alloc_ctor(0, 2, 0); + x_54 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_39; + x_54 = x_39; } -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -return x_55; +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +return x_54; } 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; -x_56 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_55 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_57 = lean_alloc_ctor(0, 2, 0); + x_56 = lean_alloc_ctor(0, 2, 0); } else { - x_57 = x_28; + x_56 = x_28; } -lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_37); lean_ctor_set(x_57, 1, x_56); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_37); -lean_ctor_set(x_58, 1, x_57); -x_59 = lean_unsigned_to_nat(1u); -x_60 = lean_nat_sub(x_46, x_59); +x_58 = lean_unsigned_to_nat(1u); +x_59 = lean_nat_sub(x_46, x_58); lean_dec(x_46); -x_61 = lean_box(0); -x_62 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__1___rarg(x_1, x_61, x_27, x_58, x_11, x_60); +x_60 = lean_box(0); +x_61 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__1___rarg(x_1, x_60, x_27, x_57, x_11, x_59); lean_dec(x_27); -if (lean_obj_tag(x_62) == 0) +if (lean_obj_tag(x_61) == 0) { -lean_object* x_63; +lean_object* x_62; lean_dec(x_41); lean_dec(x_33); lean_dec(x_9); @@ -16904,127 +16794,111 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); if (lean_is_scalar(x_39)) { - x_63 = lean_alloc_ctor(0, 2, 0); + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_63 = x_39; + x_62 = x_39; } -lean_ctor_set(x_63, 0, x_53); -lean_ctor_set(x_63, 1, x_54); -return x_63; +lean_ctor_set(x_62, 0, x_52); +lean_ctor_set(x_62, 1, x_53); +return x_62; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_dec(x_39); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = l_Array_append___rarg(x_33, x_41); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); +x_63 = lean_ctor_get(x_61, 0); +lean_inc(x_63); +lean_dec(x_61); +x_64 = l_Array_append___rarg(x_33, x_41); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); x_2 = x_11; -x_3 = x_65; -x_4 = x_66; -x_5 = x_53; -x_10 = x_54; +x_3 = x_64; +x_4 = x_65; +x_5 = x_52; +x_10 = x_53; goto _start; } } } } } -} 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; uint8_t x_88; lean_object* x_89; lean_object* x_90; -x_82 = lean_ctor_get(x_36, 1); -lean_inc(x_82); +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; lean_object* x_86; lean_object* x_87; +x_79 = lean_ctor_get(x_36, 1); +lean_inc(x_79); lean_dec(x_36); -x_83 = lean_box(0); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_11); -x_85 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_84); -lean_ctor_set(x_86, 1, x_85); -x_87 = lean_array_get_size(x_27); -x_88 = lean_nat_dec_lt(x_11, x_87); -x_89 = lean_box(3); -if (x_88 == 0) -{ -lean_object* x_121; -x_121 = l___private_Init_Util_0__outOfBounds___rarg(x_86); -x_90 = x_121; -goto block_120; -} -else -{ -lean_object* x_122; -lean_dec(x_86); -x_122 = lean_array_fget(x_27, x_11); -x_90 = x_122; -goto block_120; -} -block_120: -{ -lean_object* x_91; uint8_t x_92; uint8_t x_93; -x_91 = lean_ctor_get(x_90, 0); -lean_inc(x_91); -x_92 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_91, x_89); -lean_dec(x_91); -if (x_92 == 0) +x_80 = lean_box(0); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_11); +x_82 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_81); +lean_ctor_set(x_83, 1, x_82); +x_84 = lean_array_get_size(x_27); +x_85 = lean_nat_dec_lt(x_11, x_84); +x_86 = lean_box(3); +if (x_85 == 0) { -x_93 = x_34; -goto block_118; +lean_object* x_115; +x_115 = l___private_Init_Util_0__outOfBounds___rarg(x_83); +x_87 = x_115; +goto block_114; } else { -uint8_t x_119; -x_119 = 1; -x_93 = x_119; -goto block_118; +lean_object* x_116; +lean_dec(x_83); +x_116 = lean_array_fget(x_27, x_11); +x_87 = x_116; +goto block_114; } -block_118: +block_114: { -lean_object* x_94; lean_object* x_95; -if (x_93 == 0) +lean_object* x_88; uint8_t x_89; lean_object* x_90; lean_object* x_91; +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +x_89 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_88, x_86); +lean_dec(x_88); +if (x_89 == 0) { -lean_dec(x_90); -x_94 = x_5; -x_95 = x_38; -goto block_109; +lean_dec(x_87); +x_90 = x_5; +x_91 = x_38; +goto block_105; } else { -lean_object* x_110; lean_object* x_111; -x_110 = lean_ctor_get(x_90, 1); -lean_inc(x_110); -lean_dec(x_90); +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_87, 1); +lean_inc(x_106); +lean_dec(x_87); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_111 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_110, x_5, x_6, x_7, x_8, x_9, x_38); -if (lean_obj_tag(x_111) == 0) +x_107 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_106, x_5, x_6, x_7, x_8, x_9, x_38); +if (lean_obj_tag(x_107) == 0) { -lean_object* x_112; lean_object* x_113; -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_94 = x_112; -x_95 = x_113; -goto block_109; +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_90 = x_108; +x_91 = x_109; +goto block_105; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -lean_dec(x_87); -lean_dec(x_82); +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_84); +lean_dec(x_79); lean_dec(x_39); lean_dec(x_37); lean_dec(x_33); @@ -17034,35 +16908,35 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_114 = lean_ctor_get(x_111, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_111, 1); -lean_inc(x_115); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - lean_ctor_release(x_111, 1); - x_116 = x_111; +x_110 = lean_ctor_get(x_107, 0); +lean_inc(x_110); +x_111 = lean_ctor_get(x_107, 1); +lean_inc(x_111); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_112 = x_107; } else { - lean_dec_ref(x_111); - x_116 = lean_box(0); + lean_dec_ref(x_107); + x_112 = lean_box(0); } -if (lean_is_scalar(x_116)) { - x_117 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_112)) { + x_113 = lean_alloc_ctor(1, 2, 0); } else { - x_117 = x_116; + x_113 = x_112; } -lean_ctor_set(x_117, 0, x_114); -lean_ctor_set(x_117, 1, x_115); -return x_117; +lean_ctor_set(x_113, 0, x_110); +lean_ctor_set(x_113, 1, x_111); +return x_113; } } -block_109: +block_105: { -if (x_88 == 0) +if (x_85 == 0) { -lean_object* x_96; -lean_dec(x_87); -lean_dec(x_82); +lean_object* x_92; +lean_dec(x_84); +lean_dec(x_79); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17072,68 +16946,68 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); if (lean_is_scalar(x_39)) { - x_96 = lean_alloc_ctor(0, 2, 0); + x_92 = lean_alloc_ctor(0, 2, 0); } else { - x_96 = x_39; + x_92 = x_39; } -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } else { -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; -x_97 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_93 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_98 = lean_alloc_ctor(0, 2, 0); + x_94 = lean_alloc_ctor(0, 2, 0); } else { - x_98 = x_28; -} -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_97); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_37); -lean_ctor_set(x_99, 1, x_98); -x_100 = lean_unsigned_to_nat(1u); -x_101 = lean_nat_sub(x_87, x_100); -lean_dec(x_87); -x_102 = lean_box(0); -x_103 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__1___rarg(x_1, x_102, x_27, x_99, x_11, x_101); + x_94 = x_28; +} +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_93); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_37); +lean_ctor_set(x_95, 1, x_94); +x_96 = lean_unsigned_to_nat(1u); +x_97 = lean_nat_sub(x_84, x_96); +lean_dec(x_84); +x_98 = lean_box(0); +x_99 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__1___rarg(x_1, x_98, x_27, x_95, x_11, x_97); lean_dec(x_27); -if (lean_obj_tag(x_103) == 0) +if (lean_obj_tag(x_99) == 0) { -lean_object* x_104; -lean_dec(x_82); +lean_object* x_100; +lean_dec(x_79); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); if (lean_is_scalar(x_39)) { - x_104 = lean_alloc_ctor(0, 2, 0); + x_100 = lean_alloc_ctor(0, 2, 0); } else { - x_104 = x_39; + x_100 = x_39; } -lean_ctor_set(x_104, 0, x_94); -lean_ctor_set(x_104, 1, x_95); -return x_104; +lean_ctor_set(x_100, 0, x_90); +lean_ctor_set(x_100, 1, x_91); +return x_100; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_dec(x_39); -x_105 = lean_ctor_get(x_103, 0); -lean_inc(x_105); -lean_dec(x_103); -x_106 = l_Array_append___rarg(x_33, x_82); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); -lean_dec(x_105); +x_101 = lean_ctor_get(x_99, 0); +lean_inc(x_101); +lean_dec(x_99); +x_102 = l_Array_append___rarg(x_33, x_79); +x_103 = lean_ctor_get(x_101, 1); +lean_inc(x_103); +lean_dec(x_101); x_2 = x_11; -x_3 = x_106; -x_4 = x_107; -x_5 = x_94; -x_10 = x_95; +x_3 = x_102; +x_4 = x_103; +x_5 = x_90; +x_10 = x_91; goto _start; } } @@ -17141,111 +17015,95 @@ goto _start; } } } -} case 1: { -lean_object* x_123; lean_object* x_124; uint8_t x_125; -x_123 = lean_ctor_get(x_35, 1); -lean_inc(x_123); +lean_object* x_117; lean_object* x_118; uint8_t x_119; +x_117 = lean_ctor_get(x_35, 1); +lean_inc(x_117); if (lean_is_exclusive(x_35)) { lean_ctor_release(x_35, 0); lean_ctor_release(x_35, 1); - x_124 = x_35; + x_118 = x_35; } else { lean_dec_ref(x_35); - x_124 = lean_box(0); + x_118 = lean_box(0); } -x_125 = !lean_is_exclusive(x_36); -if (x_125 == 0) +x_119 = !lean_is_exclusive(x_36); +if (x_119 == 0) { -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; -x_126 = lean_ctor_get(x_36, 1); -x_127 = lean_ctor_get(x_36, 0); -lean_dec(x_127); -x_128 = lean_box(0); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_128); -lean_ctor_set(x_129, 1, x_11); -x_130 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -lean_ctor_set(x_36, 1, x_130); -lean_ctor_set(x_36, 0, x_129); -x_131 = lean_array_get_size(x_27); -x_132 = lean_nat_dec_lt(x_11, x_131); -x_133 = lean_box(3); -if (x_132 == 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; uint8_t x_126; lean_object* x_127; lean_object* x_128; +x_120 = lean_ctor_get(x_36, 1); +x_121 = lean_ctor_get(x_36, 0); +lean_dec(x_121); +x_122 = lean_box(0); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_11); +x_124 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +lean_ctor_set(x_36, 1, x_124); +lean_ctor_set(x_36, 0, x_123); +x_125 = lean_array_get_size(x_27); +x_126 = lean_nat_dec_lt(x_11, x_125); +x_127 = lean_box(3); +if (x_126 == 0) { -lean_object* x_165; -x_165 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -x_134 = x_165; -goto block_164; +lean_object* x_156; +x_156 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_128 = x_156; +goto block_155; } else { -lean_object* x_166; +lean_object* x_157; lean_dec(x_36); -x_166 = lean_array_fget(x_27, x_11); -x_134 = x_166; -goto block_164; -} -block_164: -{ -lean_object* x_135; uint8_t x_136; uint8_t x_137; -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_135, x_133); -lean_dec(x_135); -if (x_136 == 0) -{ -x_137 = x_34; -goto block_162; -} -else -{ -uint8_t x_163; -x_163 = 1; -x_137 = x_163; -goto block_162; +x_157 = lean_array_fget(x_27, x_11); +x_128 = x_157; +goto block_155; } -block_162: +block_155: { -lean_object* x_138; lean_object* x_139; -if (x_137 == 0) +lean_object* x_129; uint8_t x_130; lean_object* x_131; lean_object* x_132; +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_129, x_127); +lean_dec(x_129); +if (x_130 == 0) { -lean_dec(x_134); -x_138 = x_5; -x_139 = x_123; -goto block_153; +lean_dec(x_128); +x_131 = x_5; +x_132 = x_117; +goto block_146; } else { -lean_object* x_154; lean_object* x_155; -x_154 = lean_ctor_get(x_134, 1); -lean_inc(x_154); -lean_dec(x_134); +lean_object* x_147; lean_object* x_148; +x_147 = lean_ctor_get(x_128, 1); +lean_inc(x_147); +lean_dec(x_128); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_155 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_154, x_5, x_6, x_7, x_8, x_9, x_123); -if (lean_obj_tag(x_155) == 0) +x_148 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_147, x_5, x_6, x_7, x_8, x_9, x_117); +if (lean_obj_tag(x_148) == 0) { -lean_object* x_156; lean_object* x_157; -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_138 = x_156; -x_139 = x_157; -goto block_153; +lean_object* x_149; lean_object* x_150; +x_149 = lean_ctor_get(x_148, 0); +lean_inc(x_149); +x_150 = lean_ctor_get(x_148, 1); +lean_inc(x_150); +lean_dec(x_148); +x_131 = x_149; +x_132 = x_150; +goto block_146; } else { -uint8_t x_158; -lean_dec(x_131); -lean_dec(x_126); -lean_dec(x_124); +uint8_t x_151; +lean_dec(x_125); +lean_dec(x_120); +lean_dec(x_118); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17254,33 +17112,33 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_158 = !lean_is_exclusive(x_155); -if (x_158 == 0) +x_151 = !lean_is_exclusive(x_148); +if (x_151 == 0) { -return x_155; +return x_148; } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_159 = lean_ctor_get(x_155, 0); -x_160 = lean_ctor_get(x_155, 1); -lean_inc(x_160); -lean_inc(x_159); -lean_dec(x_155); -x_161 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_161, 0, x_159); -lean_ctor_set(x_161, 1, x_160); -return x_161; +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_148, 0); +x_153 = lean_ctor_get(x_148, 1); +lean_inc(x_153); +lean_inc(x_152); +lean_dec(x_148); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } -block_153: +block_146: { -if (x_132 == 0) +if (x_126 == 0) { -lean_object* x_140; -lean_dec(x_131); -lean_dec(x_126); +lean_object* x_133; +lean_dec(x_125); +lean_dec(x_120); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17289,167 +17147,151 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_124)) { - x_140 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_118)) { + x_133 = lean_alloc_ctor(0, 2, 0); } else { - x_140 = x_124; + x_133 = x_118; } -lean_ctor_set(x_140, 0, x_138); -lean_ctor_set(x_140, 1, x_139); -return x_140; +lean_ctor_set(x_133, 0, x_131); +lean_ctor_set(x_133, 1, x_132); +return x_133; } else { -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; -x_141 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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_134 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_142 = lean_alloc_ctor(0, 2, 0); + x_135 = lean_alloc_ctor(0, 2, 0); } else { - x_142 = x_28; -} -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_37); -lean_ctor_set(x_143, 1, x_142); -x_144 = lean_unsigned_to_nat(1u); -x_145 = lean_nat_sub(x_131, x_144); -lean_dec(x_131); -x_146 = lean_box(0); -x_147 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__2___rarg(x_1, x_146, x_27, x_143, x_11, x_145); + x_135 = x_28; +} +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_134); +x_136 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_136, 0, x_37); +lean_ctor_set(x_136, 1, x_135); +x_137 = lean_unsigned_to_nat(1u); +x_138 = lean_nat_sub(x_125, x_137); +lean_dec(x_125); +x_139 = lean_box(0); +x_140 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__2___rarg(x_1, x_139, x_27, x_136, x_11, x_138); lean_dec(x_27); -if (lean_obj_tag(x_147) == 0) +if (lean_obj_tag(x_140) == 0) { -lean_object* x_148; -lean_dec(x_126); +lean_object* x_141; +lean_dec(x_120); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_124)) { - x_148 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_118)) { + x_141 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_124; + x_141 = x_118; } -lean_ctor_set(x_148, 0, x_138); -lean_ctor_set(x_148, 1, x_139); -return x_148; +lean_ctor_set(x_141, 0, x_131); +lean_ctor_set(x_141, 1, x_132); +return x_141; } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; -lean_dec(x_124); -x_149 = lean_ctor_get(x_147, 0); -lean_inc(x_149); -lean_dec(x_147); -x_150 = l_Array_append___rarg(x_33, x_126); -x_151 = lean_ctor_get(x_149, 1); -lean_inc(x_151); -lean_dec(x_149); +lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_dec(x_118); +x_142 = lean_ctor_get(x_140, 0); +lean_inc(x_142); +lean_dec(x_140); +x_143 = l_Array_append___rarg(x_33, x_120); +x_144 = lean_ctor_get(x_142, 1); +lean_inc(x_144); +lean_dec(x_142); x_2 = x_11; -x_3 = x_150; -x_4 = x_151; -x_5 = x_138; -x_10 = x_139; +x_3 = x_143; +x_4 = x_144; +x_5 = x_131; +x_10 = x_132; goto _start; } } } } } -} else { -lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; uint8_t x_173; lean_object* x_174; lean_object* x_175; -x_167 = lean_ctor_get(x_36, 1); -lean_inc(x_167); +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; +x_158 = lean_ctor_get(x_36, 1); +lean_inc(x_158); lean_dec(x_36); -x_168 = lean_box(0); -x_169 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_169, 0, x_168); -lean_ctor_set(x_169, 1, x_11); -x_170 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_169); -lean_ctor_set(x_171, 1, x_170); -x_172 = lean_array_get_size(x_27); -x_173 = lean_nat_dec_lt(x_11, x_172); -x_174 = lean_box(3); -if (x_173 == 0) -{ -lean_object* x_206; -x_206 = l___private_Init_Util_0__outOfBounds___rarg(x_171); -x_175 = x_206; -goto block_205; -} -else -{ -lean_object* x_207; -lean_dec(x_171); -x_207 = lean_array_fget(x_27, x_11); -x_175 = x_207; -goto block_205; -} -block_205: -{ -lean_object* x_176; uint8_t x_177; uint8_t x_178; -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_176, x_174); -lean_dec(x_176); -if (x_177 == 0) +x_159 = lean_box(0); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_11); +x_161 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +x_162 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_162, 0, x_160); +lean_ctor_set(x_162, 1, x_161); +x_163 = lean_array_get_size(x_27); +x_164 = lean_nat_dec_lt(x_11, x_163); +x_165 = lean_box(3); +if (x_164 == 0) { -x_178 = x_34; -goto block_203; +lean_object* x_194; +x_194 = l___private_Init_Util_0__outOfBounds___rarg(x_162); +x_166 = x_194; +goto block_193; } else { -uint8_t x_204; -x_204 = 1; -x_178 = x_204; -goto block_203; +lean_object* x_195; +lean_dec(x_162); +x_195 = lean_array_fget(x_27, x_11); +x_166 = x_195; +goto block_193; } -block_203: +block_193: { -lean_object* x_179; lean_object* x_180; -if (x_178 == 0) +lean_object* x_167; uint8_t x_168; lean_object* x_169; lean_object* x_170; +x_167 = lean_ctor_get(x_166, 0); +lean_inc(x_167); +x_168 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_167, x_165); +lean_dec(x_167); +if (x_168 == 0) { -lean_dec(x_175); -x_179 = x_5; -x_180 = x_123; -goto block_194; +lean_dec(x_166); +x_169 = x_5; +x_170 = x_117; +goto block_184; } else { -lean_object* x_195; lean_object* x_196; -x_195 = lean_ctor_get(x_175, 1); -lean_inc(x_195); -lean_dec(x_175); +lean_object* x_185; lean_object* x_186; +x_185 = lean_ctor_get(x_166, 1); +lean_inc(x_185); +lean_dec(x_166); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_196 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_195, x_5, x_6, x_7, x_8, x_9, x_123); -if (lean_obj_tag(x_196) == 0) -{ -lean_object* x_197; lean_object* x_198; -x_197 = lean_ctor_get(x_196, 0); -lean_inc(x_197); -x_198 = lean_ctor_get(x_196, 1); -lean_inc(x_198); -lean_dec(x_196); -x_179 = x_197; -x_180 = x_198; -goto block_194; +x_186 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_185, x_5, x_6, x_7, x_8, x_9, x_117); +if (lean_obj_tag(x_186) == 0) +{ +lean_object* x_187; lean_object* x_188; +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_169 = x_187; +x_170 = x_188; +goto block_184; } else { -lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; -lean_dec(x_172); -lean_dec(x_167); -lean_dec(x_124); +lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; +lean_dec(x_163); +lean_dec(x_158); +lean_dec(x_118); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17458,35 +17300,35 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_199 = lean_ctor_get(x_196, 0); -lean_inc(x_199); -x_200 = lean_ctor_get(x_196, 1); -lean_inc(x_200); -if (lean_is_exclusive(x_196)) { - lean_ctor_release(x_196, 0); - lean_ctor_release(x_196, 1); - x_201 = x_196; +x_189 = lean_ctor_get(x_186, 0); +lean_inc(x_189); +x_190 = lean_ctor_get(x_186, 1); +lean_inc(x_190); +if (lean_is_exclusive(x_186)) { + lean_ctor_release(x_186, 0); + lean_ctor_release(x_186, 1); + x_191 = x_186; } else { - lean_dec_ref(x_196); - x_201 = lean_box(0); + lean_dec_ref(x_186); + x_191 = lean_box(0); } -if (lean_is_scalar(x_201)) { - x_202 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_191)) { + x_192 = lean_alloc_ctor(1, 2, 0); } else { - x_202 = x_201; + x_192 = x_191; } -lean_ctor_set(x_202, 0, x_199); -lean_ctor_set(x_202, 1, x_200); -return x_202; +lean_ctor_set(x_192, 0, x_189); +lean_ctor_set(x_192, 1, x_190); +return x_192; } } -block_194: +block_184: { -if (x_173 == 0) +if (x_164 == 0) { -lean_object* x_181; -lean_dec(x_172); -lean_dec(x_167); +lean_object* x_171; +lean_dec(x_163); +lean_dec(x_158); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17495,69 +17337,69 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_124)) { - x_181 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_118)) { + x_171 = lean_alloc_ctor(0, 2, 0); } else { - x_181 = x_124; + x_171 = x_118; } -lean_ctor_set(x_181, 0, x_179); -lean_ctor_set(x_181, 1, x_180); -return x_181; +lean_ctor_set(x_171, 0, x_169); +lean_ctor_set(x_171, 1, x_170); +return x_171; } else { -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; -x_182 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_172 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_183 = lean_alloc_ctor(0, 2, 0); + x_173 = lean_alloc_ctor(0, 2, 0); } else { - x_183 = x_28; -} -lean_ctor_set(x_183, 0, x_182); -lean_ctor_set(x_183, 1, x_182); -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_37); -lean_ctor_set(x_184, 1, x_183); -x_185 = lean_unsigned_to_nat(1u); -x_186 = lean_nat_sub(x_172, x_185); -lean_dec(x_172); -x_187 = lean_box(0); -x_188 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__2___rarg(x_1, x_187, x_27, x_184, x_11, x_186); + x_173 = x_28; +} +lean_ctor_set(x_173, 0, x_172); +lean_ctor_set(x_173, 1, x_172); +x_174 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_174, 0, x_37); +lean_ctor_set(x_174, 1, x_173); +x_175 = lean_unsigned_to_nat(1u); +x_176 = lean_nat_sub(x_163, x_175); +lean_dec(x_163); +x_177 = lean_box(0); +x_178 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__2___rarg(x_1, x_177, x_27, x_174, x_11, x_176); lean_dec(x_27); -if (lean_obj_tag(x_188) == 0) +if (lean_obj_tag(x_178) == 0) { -lean_object* x_189; -lean_dec(x_167); +lean_object* x_179; +lean_dec(x_158); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_124)) { - x_189 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_118)) { + x_179 = lean_alloc_ctor(0, 2, 0); } else { - x_189 = x_124; + x_179 = x_118; } -lean_ctor_set(x_189, 0, x_179); -lean_ctor_set(x_189, 1, x_180); -return x_189; +lean_ctor_set(x_179, 0, x_169); +lean_ctor_set(x_179, 1, x_170); +return x_179; } else { -lean_object* x_190; lean_object* x_191; lean_object* x_192; -lean_dec(x_124); -x_190 = lean_ctor_get(x_188, 0); -lean_inc(x_190); -lean_dec(x_188); -x_191 = l_Array_append___rarg(x_33, x_167); -x_192 = lean_ctor_get(x_190, 1); -lean_inc(x_192); -lean_dec(x_190); +lean_object* x_180; lean_object* x_181; lean_object* x_182; +lean_dec(x_118); +x_180 = lean_ctor_get(x_178, 0); +lean_inc(x_180); +lean_dec(x_178); +x_181 = l_Array_append___rarg(x_33, x_158); +x_182 = lean_ctor_get(x_180, 1); +lean_inc(x_182); +lean_dec(x_180); x_2 = x_11; -x_3 = x_191; -x_4 = x_192; -x_5 = x_179; -x_10 = x_180; +x_3 = x_181; +x_4 = x_182; +x_5 = x_169; +x_10 = x_170; goto _start; } } @@ -17565,111 +17407,95 @@ goto _start; } } } -} case 2: { -lean_object* x_208; lean_object* x_209; uint8_t x_210; -x_208 = lean_ctor_get(x_35, 1); -lean_inc(x_208); +lean_object* x_196; lean_object* x_197; uint8_t x_198; +x_196 = lean_ctor_get(x_35, 1); +lean_inc(x_196); if (lean_is_exclusive(x_35)) { lean_ctor_release(x_35, 0); lean_ctor_release(x_35, 1); - x_209 = x_35; + x_197 = x_35; } else { lean_dec_ref(x_35); - x_209 = lean_box(0); -} -x_210 = !lean_is_exclusive(x_36); -if (x_210 == 0) -{ -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; -x_211 = lean_ctor_get(x_36, 1); -x_212 = lean_ctor_get(x_36, 0); -lean_dec(x_212); -x_213 = lean_box(0); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_11); -x_215 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -lean_ctor_set(x_36, 1, x_215); -lean_ctor_set(x_36, 0, x_214); -x_216 = lean_array_get_size(x_27); -x_217 = lean_nat_dec_lt(x_11, x_216); -x_218 = lean_box(3); -if (x_217 == 0) -{ -lean_object* x_250; -x_250 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -x_219 = x_250; -goto block_249; + x_197 = lean_box(0); } -else +x_198 = !lean_is_exclusive(x_36); +if (x_198 == 0) { -lean_object* x_251; +lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; uint8_t x_205; lean_object* x_206; lean_object* x_207; +x_199 = lean_ctor_get(x_36, 1); +x_200 = lean_ctor_get(x_36, 0); +lean_dec(x_200); +x_201 = lean_box(0); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_201); +lean_ctor_set(x_202, 1, x_11); +x_203 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +lean_ctor_set(x_36, 1, x_203); +lean_ctor_set(x_36, 0, x_202); +x_204 = lean_array_get_size(x_27); +x_205 = lean_nat_dec_lt(x_11, x_204); +x_206 = lean_box(3); +if (x_205 == 0) +{ +lean_object* x_235; +x_235 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_207 = x_235; +goto block_234; +} +else +{ +lean_object* x_236; lean_dec(x_36); -x_251 = lean_array_fget(x_27, x_11); -x_219 = x_251; -goto block_249; +x_236 = lean_array_fget(x_27, x_11); +x_207 = x_236; +goto block_234; } -block_249: +block_234: { -lean_object* x_220; uint8_t x_221; uint8_t x_222; -x_220 = lean_ctor_get(x_219, 0); -lean_inc(x_220); -x_221 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_220, x_218); -lean_dec(x_220); -if (x_221 == 0) -{ -x_222 = x_34; -goto block_247; -} -else -{ -uint8_t x_248; -x_248 = 1; -x_222 = x_248; -goto block_247; -} -block_247: -{ -lean_object* x_223; lean_object* x_224; -if (x_222 == 0) +lean_object* x_208; uint8_t x_209; lean_object* x_210; lean_object* x_211; +x_208 = lean_ctor_get(x_207, 0); +lean_inc(x_208); +x_209 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_208, x_206); +lean_dec(x_208); +if (x_209 == 0) { -lean_dec(x_219); -x_223 = x_5; -x_224 = x_208; -goto block_238; +lean_dec(x_207); +x_210 = x_5; +x_211 = x_196; +goto block_225; } else { -lean_object* x_239; lean_object* x_240; -x_239 = lean_ctor_get(x_219, 1); -lean_inc(x_239); -lean_dec(x_219); +lean_object* x_226; lean_object* x_227; +x_226 = lean_ctor_get(x_207, 1); +lean_inc(x_226); +lean_dec(x_207); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_240 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_239, x_5, x_6, x_7, x_8, x_9, x_208); -if (lean_obj_tag(x_240) == 0) +x_227 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_226, x_5, x_6, x_7, x_8, x_9, x_196); +if (lean_obj_tag(x_227) == 0) { -lean_object* x_241; lean_object* x_242; -x_241 = lean_ctor_get(x_240, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_240, 1); -lean_inc(x_242); -lean_dec(x_240); -x_223 = x_241; -x_224 = x_242; -goto block_238; +lean_object* x_228; lean_object* x_229; +x_228 = lean_ctor_get(x_227, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_227, 1); +lean_inc(x_229); +lean_dec(x_227); +x_210 = x_228; +x_211 = x_229; +goto block_225; } else { -uint8_t x_243; -lean_dec(x_216); -lean_dec(x_211); -lean_dec(x_209); +uint8_t x_230; +lean_dec(x_204); +lean_dec(x_199); +lean_dec(x_197); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17678,33 +17504,33 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_243 = !lean_is_exclusive(x_240); -if (x_243 == 0) +x_230 = !lean_is_exclusive(x_227); +if (x_230 == 0) { -return x_240; +return x_227; } else { -lean_object* x_244; lean_object* x_245; lean_object* x_246; -x_244 = lean_ctor_get(x_240, 0); -x_245 = lean_ctor_get(x_240, 1); -lean_inc(x_245); -lean_inc(x_244); -lean_dec(x_240); -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; +lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_231 = lean_ctor_get(x_227, 0); +x_232 = lean_ctor_get(x_227, 1); +lean_inc(x_232); +lean_inc(x_231); +lean_dec(x_227); +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; } } } -block_238: +block_225: { -if (x_217 == 0) +if (x_205 == 0) { -lean_object* x_225; -lean_dec(x_216); -lean_dec(x_211); +lean_object* x_212; +lean_dec(x_204); +lean_dec(x_199); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17713,167 +17539,151 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_209)) { - x_225 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_197)) { + x_212 = lean_alloc_ctor(0, 2, 0); } else { - x_225 = x_209; + x_212 = x_197; } -lean_ctor_set(x_225, 0, x_223); -lean_ctor_set(x_225, 1, x_224); -return x_225; +lean_ctor_set(x_212, 0, x_210); +lean_ctor_set(x_212, 1, x_211); +return x_212; } else { -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 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_213 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_227 = lean_alloc_ctor(0, 2, 0); + x_214 = lean_alloc_ctor(0, 2, 0); } else { - x_227 = x_28; -} -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_227, 1, x_226); -x_228 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_228, 0, x_37); -lean_ctor_set(x_228, 1, x_227); -x_229 = lean_unsigned_to_nat(1u); -x_230 = lean_nat_sub(x_216, x_229); -lean_dec(x_216); -x_231 = lean_box(0); -x_232 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__3___rarg(x_1, x_231, x_27, x_228, x_11, x_230); + x_214 = x_28; +} +lean_ctor_set(x_214, 0, x_213); +lean_ctor_set(x_214, 1, x_213); +x_215 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_215, 0, x_37); +lean_ctor_set(x_215, 1, x_214); +x_216 = lean_unsigned_to_nat(1u); +x_217 = lean_nat_sub(x_204, x_216); +lean_dec(x_204); +x_218 = lean_box(0); +x_219 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__3___rarg(x_1, x_218, x_27, x_215, x_11, x_217); lean_dec(x_27); -if (lean_obj_tag(x_232) == 0) +if (lean_obj_tag(x_219) == 0) { -lean_object* x_233; -lean_dec(x_211); +lean_object* x_220; +lean_dec(x_199); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_209)) { - x_233 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_197)) { + x_220 = lean_alloc_ctor(0, 2, 0); } else { - x_233 = x_209; + x_220 = x_197; } -lean_ctor_set(x_233, 0, x_223); -lean_ctor_set(x_233, 1, x_224); -return x_233; +lean_ctor_set(x_220, 0, x_210); +lean_ctor_set(x_220, 1, x_211); +return x_220; } else { -lean_object* x_234; lean_object* x_235; lean_object* x_236; -lean_dec(x_209); -x_234 = lean_ctor_get(x_232, 0); -lean_inc(x_234); -lean_dec(x_232); -x_235 = l_Array_append___rarg(x_33, x_211); -x_236 = lean_ctor_get(x_234, 1); -lean_inc(x_236); -lean_dec(x_234); +lean_object* x_221; lean_object* x_222; lean_object* x_223; +lean_dec(x_197); +x_221 = lean_ctor_get(x_219, 0); +lean_inc(x_221); +lean_dec(x_219); +x_222 = l_Array_append___rarg(x_33, x_199); +x_223 = lean_ctor_get(x_221, 1); +lean_inc(x_223); +lean_dec(x_221); x_2 = x_11; -x_3 = x_235; -x_4 = x_236; -x_5 = x_223; -x_10 = x_224; +x_3 = x_222; +x_4 = x_223; +x_5 = x_210; +x_10 = x_211; goto _start; } } } } } -} 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; uint8_t x_258; lean_object* x_259; lean_object* x_260; -x_252 = lean_ctor_get(x_36, 1); -lean_inc(x_252); +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; +x_237 = lean_ctor_get(x_36, 1); +lean_inc(x_237); lean_dec(x_36); -x_253 = lean_box(0); -x_254 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_254, 0, x_253); -lean_ctor_set(x_254, 1, x_11); -x_255 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_256 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_256, 0, x_254); -lean_ctor_set(x_256, 1, x_255); -x_257 = lean_array_get_size(x_27); -x_258 = lean_nat_dec_lt(x_11, x_257); -x_259 = lean_box(3); -if (x_258 == 0) -{ -lean_object* x_291; -x_291 = l___private_Init_Util_0__outOfBounds___rarg(x_256); -x_260 = x_291; -goto block_290; -} -else -{ -lean_object* x_292; -lean_dec(x_256); -x_292 = lean_array_fget(x_27, x_11); -x_260 = x_292; -goto block_290; -} -block_290: -{ -lean_object* x_261; uint8_t x_262; uint8_t x_263; -x_261 = lean_ctor_get(x_260, 0); -lean_inc(x_261); -x_262 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_261, x_259); -lean_dec(x_261); -if (x_262 == 0) +x_238 = lean_box(0); +x_239 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_239, 0, x_238); +lean_ctor_set(x_239, 1, x_11); +x_240 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +x_241 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_241, 0, x_239); +lean_ctor_set(x_241, 1, x_240); +x_242 = lean_array_get_size(x_27); +x_243 = lean_nat_dec_lt(x_11, x_242); +x_244 = lean_box(3); +if (x_243 == 0) { -x_263 = x_34; -goto block_288; +lean_object* x_273; +x_273 = l___private_Init_Util_0__outOfBounds___rarg(x_241); +x_245 = x_273; +goto block_272; } else { -uint8_t x_289; -x_289 = 1; -x_263 = x_289; -goto block_288; +lean_object* x_274; +lean_dec(x_241); +x_274 = lean_array_fget(x_27, x_11); +x_245 = x_274; +goto block_272; } -block_288: +block_272: { -lean_object* x_264; lean_object* x_265; -if (x_263 == 0) +lean_object* x_246; uint8_t x_247; lean_object* x_248; lean_object* x_249; +x_246 = lean_ctor_get(x_245, 0); +lean_inc(x_246); +x_247 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_246, x_244); +lean_dec(x_246); +if (x_247 == 0) { -lean_dec(x_260); -x_264 = x_5; -x_265 = x_208; -goto block_279; +lean_dec(x_245); +x_248 = x_5; +x_249 = x_196; +goto block_263; } else { -lean_object* x_280; lean_object* x_281; -x_280 = lean_ctor_get(x_260, 1); -lean_inc(x_280); -lean_dec(x_260); +lean_object* x_264; lean_object* x_265; +x_264 = lean_ctor_get(x_245, 1); +lean_inc(x_264); +lean_dec(x_245); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_281 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_280, x_5, x_6, x_7, x_8, x_9, x_208); -if (lean_obj_tag(x_281) == 0) +x_265 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_264, x_5, x_6, x_7, x_8, x_9, x_196); +if (lean_obj_tag(x_265) == 0) { -lean_object* x_282; lean_object* x_283; -x_282 = lean_ctor_get(x_281, 0); -lean_inc(x_282); -x_283 = lean_ctor_get(x_281, 1); -lean_inc(x_283); -lean_dec(x_281); -x_264 = x_282; -x_265 = x_283; -goto block_279; +lean_object* x_266; lean_object* x_267; +x_266 = lean_ctor_get(x_265, 0); +lean_inc(x_266); +x_267 = lean_ctor_get(x_265, 1); +lean_inc(x_267); +lean_dec(x_265); +x_248 = x_266; +x_249 = x_267; +goto block_263; } else { -lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; -lean_dec(x_257); -lean_dec(x_252); -lean_dec(x_209); +lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +lean_dec(x_242); +lean_dec(x_237); +lean_dec(x_197); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17882,35 +17692,35 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_284 = lean_ctor_get(x_281, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_281, 1); -lean_inc(x_285); -if (lean_is_exclusive(x_281)) { - lean_ctor_release(x_281, 0); - lean_ctor_release(x_281, 1); - x_286 = x_281; +x_268 = lean_ctor_get(x_265, 0); +lean_inc(x_268); +x_269 = lean_ctor_get(x_265, 1); +lean_inc(x_269); +if (lean_is_exclusive(x_265)) { + lean_ctor_release(x_265, 0); + lean_ctor_release(x_265, 1); + x_270 = x_265; } else { - lean_dec_ref(x_281); - x_286 = lean_box(0); + lean_dec_ref(x_265); + x_270 = lean_box(0); } -if (lean_is_scalar(x_286)) { - x_287 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_270)) { + x_271 = lean_alloc_ctor(1, 2, 0); } else { - x_287 = x_286; + x_271 = x_270; } -lean_ctor_set(x_287, 0, x_284); -lean_ctor_set(x_287, 1, x_285); -return x_287; +lean_ctor_set(x_271, 0, x_268); +lean_ctor_set(x_271, 1, x_269); +return x_271; } } -block_279: +block_263: { -if (x_258 == 0) +if (x_243 == 0) { -lean_object* x_266; -lean_dec(x_257); -lean_dec(x_252); +lean_object* x_250; +lean_dec(x_242); +lean_dec(x_237); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -17919,69 +17729,69 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_209)) { - x_266 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_197)) { + x_250 = lean_alloc_ctor(0, 2, 0); } else { - x_266 = x_209; + x_250 = x_197; } -lean_ctor_set(x_266, 0, x_264); -lean_ctor_set(x_266, 1, x_265); -return x_266; +lean_ctor_set(x_250, 0, x_248); +lean_ctor_set(x_250, 1, x_249); +return x_250; } else { -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; -x_267 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_251 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_268 = lean_alloc_ctor(0, 2, 0); + x_252 = lean_alloc_ctor(0, 2, 0); } else { - x_268 = x_28; -} -lean_ctor_set(x_268, 0, x_267); -lean_ctor_set(x_268, 1, x_267); -x_269 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_269, 0, x_37); -lean_ctor_set(x_269, 1, x_268); -x_270 = lean_unsigned_to_nat(1u); -x_271 = lean_nat_sub(x_257, x_270); -lean_dec(x_257); -x_272 = lean_box(0); -x_273 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__3___rarg(x_1, x_272, x_27, x_269, x_11, x_271); + x_252 = x_28; +} +lean_ctor_set(x_252, 0, x_251); +lean_ctor_set(x_252, 1, x_251); +x_253 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_253, 0, x_37); +lean_ctor_set(x_253, 1, x_252); +x_254 = lean_unsigned_to_nat(1u); +x_255 = lean_nat_sub(x_242, x_254); +lean_dec(x_242); +x_256 = lean_box(0); +x_257 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__3___rarg(x_1, x_256, x_27, x_253, x_11, x_255); lean_dec(x_27); -if (lean_obj_tag(x_273) == 0) +if (lean_obj_tag(x_257) == 0) { -lean_object* x_274; -lean_dec(x_252); +lean_object* x_258; +lean_dec(x_237); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_209)) { - x_274 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_197)) { + x_258 = lean_alloc_ctor(0, 2, 0); } else { - x_274 = x_209; + x_258 = x_197; } -lean_ctor_set(x_274, 0, x_264); -lean_ctor_set(x_274, 1, x_265); -return x_274; +lean_ctor_set(x_258, 0, x_248); +lean_ctor_set(x_258, 1, x_249); +return x_258; } else { -lean_object* x_275; lean_object* x_276; lean_object* x_277; -lean_dec(x_209); -x_275 = lean_ctor_get(x_273, 0); -lean_inc(x_275); -lean_dec(x_273); -x_276 = l_Array_append___rarg(x_33, x_252); -x_277 = lean_ctor_get(x_275, 1); -lean_inc(x_277); -lean_dec(x_275); +lean_object* x_259; lean_object* x_260; lean_object* x_261; +lean_dec(x_197); +x_259 = lean_ctor_get(x_257, 0); +lean_inc(x_259); +lean_dec(x_257); +x_260 = l_Array_append___rarg(x_33, x_237); +x_261 = lean_ctor_get(x_259, 1); +lean_inc(x_261); +lean_dec(x_259); x_2 = x_11; -x_3 = x_276; -x_4 = x_277; -x_5 = x_264; -x_10 = x_265; +x_3 = x_260; +x_4 = x_261; +x_5 = x_248; +x_10 = x_249; goto _start; } } @@ -17989,24 +17799,23 @@ goto _start; } } } -} case 3: { -uint8_t x_293; +uint8_t x_275; lean_dec(x_36); lean_dec(x_28); -x_293 = !lean_is_exclusive(x_35); -if (x_293 == 0) -{ -lean_object* x_294; lean_object* x_295; lean_object* x_296; uint8_t x_297; -x_294 = lean_ctor_get(x_35, 1); -x_295 = lean_ctor_get(x_35, 0); -lean_dec(x_295); -x_296 = lean_array_get_size(x_27); -x_297 = lean_nat_dec_lt(x_11, x_296); -if (x_297 == 0) -{ -lean_dec(x_296); +x_275 = !lean_is_exclusive(x_35); +if (x_275 == 0) +{ +lean_object* x_276; lean_object* x_277; lean_object* x_278; uint8_t x_279; +x_276 = lean_ctor_get(x_35, 1); +x_277 = lean_ctor_get(x_35, 0); +lean_dec(x_277); +x_278 = lean_array_get_size(x_27); +x_279 = lean_nat_dec_lt(x_11, x_278); +if (x_279 == 0) +{ +lean_dec(x_278); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); @@ -18018,11 +17827,11 @@ return x_35; } else { -uint8_t x_298; -x_298 = lean_nat_dec_le(x_296, x_296); -if (x_298 == 0) +uint8_t x_280; +x_280 = lean_nat_dec_le(x_278, x_278); +if (x_280 == 0) { -lean_dec(x_296); +lean_dec(x_278); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); @@ -18034,176 +17843,161 @@ return x_35; } else { -size_t x_299; size_t x_300; lean_object* x_301; +size_t x_281; size_t x_282; lean_object* x_283; lean_free_object(x_35); -x_299 = 0; -x_300 = lean_usize_of_nat(x_296); -lean_dec(x_296); -x_301 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_DiscrTree_getUnify_process___spec__4___rarg(x_1, x_33, x_27, x_299, x_300, x_5, x_6, x_7, x_8, x_9, x_294); +x_281 = 0; +x_282 = lean_usize_of_nat(x_278); +lean_dec(x_278); +x_283 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_DiscrTree_getUnify_process___spec__4___rarg(x_1, x_33, x_27, x_281, x_282, x_5, x_6, x_7, x_8, x_9, x_276); lean_dec(x_27); -return x_301; +return x_283; } } } else { -lean_object* x_302; lean_object* x_303; uint8_t x_304; -x_302 = lean_ctor_get(x_35, 1); -lean_inc(x_302); +lean_object* x_284; lean_object* x_285; uint8_t x_286; +x_284 = lean_ctor_get(x_35, 1); +lean_inc(x_284); lean_dec(x_35); -x_303 = lean_array_get_size(x_27); -x_304 = lean_nat_dec_lt(x_11, x_303); -if (x_304 == 0) +x_285 = lean_array_get_size(x_27); +x_286 = lean_nat_dec_lt(x_11, x_285); +if (x_286 == 0) { -lean_object* x_305; -lean_dec(x_303); +lean_object* x_287; +lean_dec(x_285); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_305 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_305, 0, x_5); -lean_ctor_set(x_305, 1, x_302); -return x_305; +x_287 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_287, 0, x_5); +lean_ctor_set(x_287, 1, x_284); +return x_287; } else { -uint8_t x_306; -x_306 = lean_nat_dec_le(x_303, x_303); -if (x_306 == 0) +uint8_t x_288; +x_288 = lean_nat_dec_le(x_285, x_285); +if (x_288 == 0) { -lean_object* x_307; -lean_dec(x_303); +lean_object* x_289; +lean_dec(x_285); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_307 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_307, 0, x_5); -lean_ctor_set(x_307, 1, x_302); -return x_307; +x_289 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_289, 0, x_5); +lean_ctor_set(x_289, 1, x_284); +return x_289; } else { -size_t x_308; size_t x_309; lean_object* x_310; -x_308 = 0; -x_309 = lean_usize_of_nat(x_303); -lean_dec(x_303); -x_310 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_DiscrTree_getUnify_process___spec__4___rarg(x_1, x_33, x_27, x_308, x_309, x_5, x_6, x_7, x_8, x_9, x_302); +size_t x_290; size_t x_291; lean_object* x_292; +x_290 = 0; +x_291 = lean_usize_of_nat(x_285); +lean_dec(x_285); +x_292 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_DiscrTree_getUnify_process___spec__4___rarg(x_1, x_33, x_27, x_290, x_291, x_5, x_6, x_7, x_8, x_9, x_284); lean_dec(x_27); -return x_310; +return x_292; } } } } case 4: { -lean_object* x_311; lean_object* x_312; uint8_t x_313; -x_311 = lean_ctor_get(x_35, 1); -lean_inc(x_311); +lean_object* x_293; lean_object* x_294; uint8_t x_295; +x_293 = lean_ctor_get(x_35, 1); +lean_inc(x_293); if (lean_is_exclusive(x_35)) { lean_ctor_release(x_35, 0); lean_ctor_release(x_35, 1); - x_312 = x_35; + x_294 = x_35; } else { lean_dec_ref(x_35); - x_312 = lean_box(0); -} -x_313 = !lean_is_exclusive(x_36); -if (x_313 == 0) -{ -lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; uint8_t x_320; lean_object* x_321; lean_object* x_322; -x_314 = lean_ctor_get(x_36, 1); -x_315 = lean_ctor_get(x_36, 0); -lean_dec(x_315); -x_316 = lean_box(0); -x_317 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_317, 0, x_316); -lean_ctor_set(x_317, 1, x_11); -x_318 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -lean_ctor_set(x_36, 1, x_318); -lean_ctor_set(x_36, 0, x_317); -x_319 = lean_array_get_size(x_27); -x_320 = lean_nat_dec_lt(x_11, x_319); -x_321 = lean_box(3); -if (x_320 == 0) -{ -lean_object* x_353; -x_353 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -x_322 = x_353; -goto block_352; -} -else -{ -lean_object* x_354; -lean_dec(x_36); -x_354 = lean_array_fget(x_27, x_11); -x_322 = x_354; -goto block_352; -} -block_352: -{ -lean_object* x_323; uint8_t x_324; uint8_t x_325; -x_323 = lean_ctor_get(x_322, 0); -lean_inc(x_323); -x_324 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_323, x_321); -lean_dec(x_323); -if (x_324 == 0) -{ -x_325 = x_34; -goto block_350; + x_294 = lean_box(0); } -else -{ -uint8_t x_351; -x_351 = 1; -x_325 = x_351; -goto block_350; +x_295 = !lean_is_exclusive(x_36); +if (x_295 == 0) +{ +lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; uint8_t x_302; lean_object* x_303; lean_object* x_304; +x_296 = lean_ctor_get(x_36, 1); +x_297 = lean_ctor_get(x_36, 0); +lean_dec(x_297); +x_298 = lean_box(0); +x_299 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_299, 0, x_298); +lean_ctor_set(x_299, 1, x_11); +x_300 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +lean_ctor_set(x_36, 1, x_300); +lean_ctor_set(x_36, 0, x_299); +x_301 = lean_array_get_size(x_27); +x_302 = lean_nat_dec_lt(x_11, x_301); +x_303 = lean_box(3); +if (x_302 == 0) +{ +lean_object* x_332; +x_332 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_304 = x_332; +goto block_331; +} +else +{ +lean_object* x_333; +lean_dec(x_36); +x_333 = lean_array_fget(x_27, x_11); +x_304 = x_333; +goto block_331; } -block_350: +block_331: { -lean_object* x_326; lean_object* x_327; -if (x_325 == 0) +lean_object* x_305; uint8_t x_306; lean_object* x_307; lean_object* x_308; +x_305 = lean_ctor_get(x_304, 0); +lean_inc(x_305); +x_306 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_305, x_303); +lean_dec(x_305); +if (x_306 == 0) { -lean_dec(x_322); -x_326 = x_5; -x_327 = x_311; -goto block_341; +lean_dec(x_304); +x_307 = x_5; +x_308 = x_293; +goto block_322; } else { -lean_object* x_342; lean_object* x_343; -x_342 = lean_ctor_get(x_322, 1); -lean_inc(x_342); -lean_dec(x_322); +lean_object* x_323; lean_object* x_324; +x_323 = lean_ctor_get(x_304, 1); +lean_inc(x_323); +lean_dec(x_304); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_343 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_342, x_5, x_6, x_7, x_8, x_9, x_311); -if (lean_obj_tag(x_343) == 0) -{ -lean_object* x_344; lean_object* x_345; -x_344 = lean_ctor_get(x_343, 0); -lean_inc(x_344); -x_345 = lean_ctor_get(x_343, 1); -lean_inc(x_345); -lean_dec(x_343); -x_326 = x_344; -x_327 = x_345; -goto block_341; +x_324 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_323, x_5, x_6, x_7, x_8, x_9, x_293); +if (lean_obj_tag(x_324) == 0) +{ +lean_object* x_325; lean_object* x_326; +x_325 = lean_ctor_get(x_324, 0); +lean_inc(x_325); +x_326 = lean_ctor_get(x_324, 1); +lean_inc(x_326); +lean_dec(x_324); +x_307 = x_325; +x_308 = x_326; +goto block_322; } else { -uint8_t x_346; -lean_dec(x_319); -lean_dec(x_314); -lean_dec(x_312); +uint8_t x_327; +lean_dec(x_301); +lean_dec(x_296); +lean_dec(x_294); lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -18211,33 +18005,33 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_346 = !lean_is_exclusive(x_343); -if (x_346 == 0) +x_327 = !lean_is_exclusive(x_324); +if (x_327 == 0) { -return x_343; +return x_324; } else { -lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_347 = lean_ctor_get(x_343, 0); -x_348 = lean_ctor_get(x_343, 1); -lean_inc(x_348); -lean_inc(x_347); -lean_dec(x_343); -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; +lean_object* x_328; lean_object* x_329; lean_object* x_330; +x_328 = lean_ctor_get(x_324, 0); +x_329 = lean_ctor_get(x_324, 1); +lean_inc(x_329); +lean_inc(x_328); +lean_dec(x_324); +x_330 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_330, 0, x_328); +lean_ctor_set(x_330, 1, x_329); +return x_330; } } } -block_341: +block_322: { -if (x_320 == 0) +if (x_302 == 0) { -lean_object* x_328; -lean_dec(x_319); -lean_dec(x_314); +lean_object* x_309; +lean_dec(x_301); +lean_dec(x_296); lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -18245,167 +18039,151 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_312)) { - x_328 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_294)) { + x_309 = lean_alloc_ctor(0, 2, 0); } else { - x_328 = x_312; + x_309 = x_294; } -lean_ctor_set(x_328, 0, x_326); -lean_ctor_set(x_328, 1, x_327); -return x_328; +lean_ctor_set(x_309, 0, x_307); +lean_ctor_set(x_309, 1, x_308); +return x_309; } else { -lean_object* x_329; lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; -x_329 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_310 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_330 = lean_alloc_ctor(0, 2, 0); + x_311 = lean_alloc_ctor(0, 2, 0); } else { - x_330 = x_28; -} -lean_ctor_set(x_330, 0, x_329); -lean_ctor_set(x_330, 1, x_329); -x_331 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_331, 0, x_37); -lean_ctor_set(x_331, 1, x_330); -x_332 = lean_unsigned_to_nat(1u); -x_333 = lean_nat_sub(x_319, x_332); -lean_dec(x_319); -x_334 = lean_box(0); -x_335 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__5___rarg(x_1, x_334, x_27, x_331, x_11, x_333); + x_311 = x_28; +} +lean_ctor_set(x_311, 0, x_310); +lean_ctor_set(x_311, 1, x_310); +x_312 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_312, 0, x_37); +lean_ctor_set(x_312, 1, x_311); +x_313 = lean_unsigned_to_nat(1u); +x_314 = lean_nat_sub(x_301, x_313); +lean_dec(x_301); +x_315 = lean_box(0); +x_316 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__5___rarg(x_1, x_315, x_27, x_312, x_11, x_314); lean_dec(x_27); -if (lean_obj_tag(x_335) == 0) +if (lean_obj_tag(x_316) == 0) { -lean_object* x_336; -lean_dec(x_314); +lean_object* x_317; +lean_dec(x_296); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_312)) { - x_336 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_294)) { + x_317 = lean_alloc_ctor(0, 2, 0); } else { - x_336 = x_312; + x_317 = x_294; } -lean_ctor_set(x_336, 0, x_326); -lean_ctor_set(x_336, 1, x_327); -return x_336; +lean_ctor_set(x_317, 0, x_307); +lean_ctor_set(x_317, 1, x_308); +return x_317; } else { -lean_object* x_337; lean_object* x_338; lean_object* x_339; -lean_dec(x_312); -x_337 = lean_ctor_get(x_335, 0); -lean_inc(x_337); -lean_dec(x_335); -x_338 = l_Array_append___rarg(x_33, x_314); -x_339 = lean_ctor_get(x_337, 1); -lean_inc(x_339); -lean_dec(x_337); +lean_object* x_318; lean_object* x_319; lean_object* x_320; +lean_dec(x_294); +x_318 = lean_ctor_get(x_316, 0); +lean_inc(x_318); +lean_dec(x_316); +x_319 = l_Array_append___rarg(x_33, x_296); +x_320 = lean_ctor_get(x_318, 1); +lean_inc(x_320); +lean_dec(x_318); x_2 = x_11; -x_3 = x_338; -x_4 = x_339; -x_5 = x_326; -x_10 = x_327; +x_3 = x_319; +x_4 = x_320; +x_5 = x_307; +x_10 = x_308; goto _start; } } } } } -} else { -lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; uint8_t x_361; lean_object* x_362; lean_object* x_363; -x_355 = lean_ctor_get(x_36, 1); -lean_inc(x_355); +lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; uint8_t x_340; lean_object* x_341; lean_object* x_342; +x_334 = lean_ctor_get(x_36, 1); +lean_inc(x_334); lean_dec(x_36); -x_356 = lean_box(0); -x_357 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_357, 0, x_356); -lean_ctor_set(x_357, 1, x_11); -x_358 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_359 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_359, 0, x_357); -lean_ctor_set(x_359, 1, x_358); -x_360 = lean_array_get_size(x_27); -x_361 = lean_nat_dec_lt(x_11, x_360); -x_362 = lean_box(3); -if (x_361 == 0) -{ -lean_object* x_394; -x_394 = l___private_Init_Util_0__outOfBounds___rarg(x_359); -x_363 = x_394; -goto block_393; -} -else -{ -lean_object* x_395; -lean_dec(x_359); -x_395 = lean_array_fget(x_27, x_11); -x_363 = x_395; -goto block_393; -} -block_393: -{ -lean_object* x_364; uint8_t x_365; uint8_t x_366; -x_364 = lean_ctor_get(x_363, 0); -lean_inc(x_364); -x_365 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_364, x_362); -lean_dec(x_364); -if (x_365 == 0) -{ -x_366 = x_34; -goto block_391; -} -else -{ -uint8_t x_392; -x_392 = 1; -x_366 = x_392; -goto block_391; -} -block_391: -{ -lean_object* x_367; lean_object* x_368; -if (x_366 == 0) +x_335 = lean_box(0); +x_336 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_336, 0, x_335); +lean_ctor_set(x_336, 1, x_11); +x_337 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +x_338 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_338, 0, x_336); +lean_ctor_set(x_338, 1, x_337); +x_339 = lean_array_get_size(x_27); +x_340 = lean_nat_dec_lt(x_11, x_339); +x_341 = lean_box(3); +if (x_340 == 0) +{ +lean_object* x_370; +x_370 = l___private_Init_Util_0__outOfBounds___rarg(x_338); +x_342 = x_370; +goto block_369; +} +else +{ +lean_object* x_371; +lean_dec(x_338); +x_371 = lean_array_fget(x_27, x_11); +x_342 = x_371; +goto block_369; +} +block_369: +{ +lean_object* x_343; uint8_t x_344; lean_object* x_345; lean_object* x_346; +x_343 = lean_ctor_get(x_342, 0); +lean_inc(x_343); +x_344 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_343, x_341); +lean_dec(x_343); +if (x_344 == 0) { -lean_dec(x_363); -x_367 = x_5; -x_368 = x_311; -goto block_382; +lean_dec(x_342); +x_345 = x_5; +x_346 = x_293; +goto block_360; } else { -lean_object* x_383; lean_object* x_384; -x_383 = lean_ctor_get(x_363, 1); -lean_inc(x_383); -lean_dec(x_363); +lean_object* x_361; lean_object* x_362; +x_361 = lean_ctor_get(x_342, 1); +lean_inc(x_361); +lean_dec(x_342); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_384 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_383, x_5, x_6, x_7, x_8, x_9, x_311); -if (lean_obj_tag(x_384) == 0) -{ -lean_object* x_385; lean_object* x_386; -x_385 = lean_ctor_get(x_384, 0); -lean_inc(x_385); -x_386 = lean_ctor_get(x_384, 1); -lean_inc(x_386); -lean_dec(x_384); -x_367 = x_385; -x_368 = x_386; -goto block_382; +x_362 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_361, x_5, x_6, x_7, x_8, x_9, x_293); +if (lean_obj_tag(x_362) == 0) +{ +lean_object* x_363; lean_object* x_364; +x_363 = lean_ctor_get(x_362, 0); +lean_inc(x_363); +x_364 = lean_ctor_get(x_362, 1); +lean_inc(x_364); +lean_dec(x_362); +x_345 = x_363; +x_346 = x_364; +goto block_360; } else { -lean_object* x_387; lean_object* x_388; lean_object* x_389; lean_object* x_390; -lean_dec(x_360); -lean_dec(x_355); -lean_dec(x_312); +lean_object* x_365; lean_object* x_366; lean_object* x_367; lean_object* x_368; +lean_dec(x_339); +lean_dec(x_334); +lean_dec(x_294); lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -18413,35 +18191,35 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_387 = lean_ctor_get(x_384, 0); -lean_inc(x_387); -x_388 = lean_ctor_get(x_384, 1); -lean_inc(x_388); -if (lean_is_exclusive(x_384)) { - lean_ctor_release(x_384, 0); - lean_ctor_release(x_384, 1); - x_389 = x_384; +x_365 = lean_ctor_get(x_362, 0); +lean_inc(x_365); +x_366 = lean_ctor_get(x_362, 1); +lean_inc(x_366); +if (lean_is_exclusive(x_362)) { + lean_ctor_release(x_362, 0); + lean_ctor_release(x_362, 1); + x_367 = x_362; } else { - lean_dec_ref(x_384); - x_389 = lean_box(0); + lean_dec_ref(x_362); + x_367 = lean_box(0); } -if (lean_is_scalar(x_389)) { - x_390 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_367)) { + x_368 = lean_alloc_ctor(1, 2, 0); } else { - x_390 = x_389; + x_368 = x_367; } -lean_ctor_set(x_390, 0, x_387); -lean_ctor_set(x_390, 1, x_388); -return x_390; +lean_ctor_set(x_368, 0, x_365); +lean_ctor_set(x_368, 1, x_366); +return x_368; } } -block_382: +block_360: { -if (x_361 == 0) +if (x_340 == 0) { -lean_object* x_369; -lean_dec(x_360); -lean_dec(x_355); +lean_object* x_347; +lean_dec(x_339); +lean_dec(x_334); lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -18449,69 +18227,69 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_312)) { - x_369 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_294)) { + x_347 = lean_alloc_ctor(0, 2, 0); } else { - x_369 = x_312; + x_347 = x_294; } -lean_ctor_set(x_369, 0, x_367); -lean_ctor_set(x_369, 1, x_368); -return x_369; +lean_ctor_set(x_347, 0, x_345); +lean_ctor_set(x_347, 1, x_346); +return x_347; } else { -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; -x_370 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_348 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_371 = lean_alloc_ctor(0, 2, 0); + x_349 = lean_alloc_ctor(0, 2, 0); } else { - x_371 = x_28; -} -lean_ctor_set(x_371, 0, x_370); -lean_ctor_set(x_371, 1, x_370); -x_372 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_372, 0, x_37); -lean_ctor_set(x_372, 1, x_371); -x_373 = lean_unsigned_to_nat(1u); -x_374 = lean_nat_sub(x_360, x_373); -lean_dec(x_360); -x_375 = lean_box(0); -x_376 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__5___rarg(x_1, x_375, x_27, x_372, x_11, x_374); + x_349 = x_28; +} +lean_ctor_set(x_349, 0, x_348); +lean_ctor_set(x_349, 1, x_348); +x_350 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_350, 0, x_37); +lean_ctor_set(x_350, 1, x_349); +x_351 = lean_unsigned_to_nat(1u); +x_352 = lean_nat_sub(x_339, x_351); +lean_dec(x_339); +x_353 = lean_box(0); +x_354 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__5___rarg(x_1, x_353, x_27, x_350, x_11, x_352); lean_dec(x_27); -if (lean_obj_tag(x_376) == 0) +if (lean_obj_tag(x_354) == 0) { -lean_object* x_377; -lean_dec(x_355); +lean_object* x_355; +lean_dec(x_334); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_312)) { - x_377 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_294)) { + x_355 = lean_alloc_ctor(0, 2, 0); } else { - x_377 = x_312; + x_355 = x_294; } -lean_ctor_set(x_377, 0, x_367); -lean_ctor_set(x_377, 1, x_368); -return x_377; +lean_ctor_set(x_355, 0, x_345); +lean_ctor_set(x_355, 1, x_346); +return x_355; } else { -lean_object* x_378; lean_object* x_379; lean_object* x_380; -lean_dec(x_312); -x_378 = lean_ctor_get(x_376, 0); -lean_inc(x_378); -lean_dec(x_376); -x_379 = l_Array_append___rarg(x_33, x_355); -x_380 = lean_ctor_get(x_378, 1); -lean_inc(x_380); -lean_dec(x_378); +lean_object* x_356; lean_object* x_357; lean_object* x_358; +lean_dec(x_294); +x_356 = lean_ctor_get(x_354, 0); +lean_inc(x_356); +lean_dec(x_354); +x_357 = l_Array_append___rarg(x_33, x_334); +x_358 = lean_ctor_get(x_356, 1); +lean_inc(x_358); +lean_dec(x_356); x_2 = x_11; -x_3 = x_379; -x_4 = x_380; -x_5 = x_367; -x_10 = x_368; +x_3 = x_357; +x_4 = x_358; +x_5 = x_345; +x_10 = x_346; goto _start; } } @@ -18519,111 +18297,95 @@ goto _start; } } } -} case 5: { -lean_object* x_396; lean_object* x_397; uint8_t x_398; -x_396 = lean_ctor_get(x_35, 1); -lean_inc(x_396); +lean_object* x_372; lean_object* x_373; uint8_t x_374; +x_372 = lean_ctor_get(x_35, 1); +lean_inc(x_372); if (lean_is_exclusive(x_35)) { lean_ctor_release(x_35, 0); lean_ctor_release(x_35, 1); - x_397 = x_35; + x_373 = x_35; } else { lean_dec_ref(x_35); - x_397 = lean_box(0); -} -x_398 = !lean_is_exclusive(x_36); -if (x_398 == 0) -{ -lean_object* x_399; lean_object* x_400; lean_object* x_401; lean_object* x_402; lean_object* x_403; lean_object* x_404; uint8_t x_405; lean_object* x_406; lean_object* x_407; -x_399 = lean_ctor_get(x_36, 1); -x_400 = lean_ctor_get(x_36, 0); -lean_dec(x_400); -x_401 = lean_box(0); -x_402 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_402, 0, x_401); -lean_ctor_set(x_402, 1, x_11); -x_403 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -lean_ctor_set(x_36, 1, x_403); -lean_ctor_set(x_36, 0, x_402); -x_404 = lean_array_get_size(x_27); -x_405 = lean_nat_dec_lt(x_11, x_404); -x_406 = lean_box(3); -if (x_405 == 0) -{ -lean_object* x_455; -x_455 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -x_407 = x_455; -goto block_454; + x_373 = lean_box(0); } -else +x_374 = !lean_is_exclusive(x_36); +if (x_374 == 0) { -lean_object* x_456; +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; +x_375 = lean_ctor_get(x_36, 1); +x_376 = lean_ctor_get(x_36, 0); +lean_dec(x_376); +x_377 = lean_box(0); +x_378 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_378, 0, x_377); +lean_ctor_set(x_378, 1, x_11); +x_379 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +lean_ctor_set(x_36, 1, x_379); +lean_ctor_set(x_36, 0, x_378); +x_380 = lean_array_get_size(x_27); +x_381 = lean_nat_dec_lt(x_11, x_380); +x_382 = lean_box(3); +if (x_381 == 0) +{ +lean_object* x_428; +x_428 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_383 = x_428; +goto block_427; +} +else +{ +lean_object* x_429; lean_dec(x_36); -x_456 = lean_array_fget(x_27, x_11); -x_407 = x_456; -goto block_454; +x_429 = lean_array_fget(x_27, x_11); +x_383 = x_429; +goto block_427; } -block_454: +block_427: { -lean_object* x_408; uint8_t x_409; uint8_t x_410; -x_408 = lean_ctor_get(x_407, 0); -lean_inc(x_408); -x_409 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_408, x_406); -lean_dec(x_408); -if (x_409 == 0) -{ -x_410 = x_34; -goto block_452; -} -else -{ -uint8_t x_453; -x_453 = 1; -x_410 = x_453; -goto block_452; -} -block_452: -{ -lean_object* x_411; lean_object* x_412; -if (x_410 == 0) +lean_object* x_384; uint8_t x_385; lean_object* x_386; lean_object* x_387; +x_384 = lean_ctor_get(x_383, 0); +lean_inc(x_384); +x_385 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_384, x_382); +lean_dec(x_384); +if (x_385 == 0) { -lean_dec(x_407); -x_411 = x_5; -x_412 = x_396; -goto block_443; +lean_dec(x_383); +x_386 = x_5; +x_387 = x_372; +goto block_418; } else { -lean_object* x_444; lean_object* x_445; -x_444 = lean_ctor_get(x_407, 1); -lean_inc(x_444); -lean_dec(x_407); +lean_object* x_419; lean_object* x_420; +x_419 = lean_ctor_get(x_383, 1); +lean_inc(x_419); +lean_dec(x_383); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_445 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_444, x_5, x_6, x_7, x_8, x_9, x_396); -if (lean_obj_tag(x_445) == 0) +x_420 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_419, x_5, x_6, x_7, x_8, x_9, x_372); +if (lean_obj_tag(x_420) == 0) { -lean_object* x_446; lean_object* x_447; -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_411 = x_446; -x_412 = x_447; -goto block_443; +lean_object* x_421; lean_object* x_422; +x_421 = lean_ctor_get(x_420, 0); +lean_inc(x_421); +x_422 = lean_ctor_get(x_420, 1); +lean_inc(x_422); +lean_dec(x_420); +x_386 = x_421; +x_387 = x_422; +goto block_418; } else { -uint8_t x_448; -lean_dec(x_404); -lean_dec(x_399); -lean_dec(x_397); +uint8_t x_423; +lean_dec(x_380); +lean_dec(x_375); +lean_dec(x_373); lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -18631,191 +18393,191 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_448 = !lean_is_exclusive(x_445); -if (x_448 == 0) +x_423 = !lean_is_exclusive(x_420); +if (x_423 == 0) { -return x_445; +return x_420; } else { -lean_object* x_449; lean_object* x_450; lean_object* x_451; -x_449 = lean_ctor_get(x_445, 0); -x_450 = lean_ctor_get(x_445, 1); -lean_inc(x_450); -lean_inc(x_449); -lean_dec(x_445); -x_451 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_451, 0, x_449); -lean_ctor_set(x_451, 1, x_450); -return x_451; +lean_object* x_424; lean_object* x_425; lean_object* x_426; +x_424 = lean_ctor_get(x_420, 0); +x_425 = lean_ctor_get(x_420, 1); +lean_inc(x_425); +lean_inc(x_424); +lean_dec(x_420); +x_426 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_426, 0, x_424); +lean_ctor_set(x_426, 1, x_425); +return x_426; } } } -block_443: +block_418: { -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; -x_413 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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_388 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_414 = lean_alloc_ctor(0, 2, 0); + x_389 = lean_alloc_ctor(0, 2, 0); } else { - x_414 = x_28; -} -lean_ctor_set(x_414, 0, x_413); -lean_ctor_set(x_414, 1, x_413); -lean_inc(x_414); -x_415 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_415, 0, x_37); -lean_ctor_set(x_415, 1, x_414); -x_416 = lean_unsigned_to_nat(1u); -x_417 = lean_nat_sub(x_404, x_416); -lean_dec(x_404); -if (x_405 == 0) -{ -lean_dec(x_415); -lean_dec(x_399); -x_418 = x_411; -x_419 = x_412; -goto block_430; + x_389 = x_28; +} +lean_ctor_set(x_389, 0, x_388); +lean_ctor_set(x_389, 1, x_388); +lean_inc(x_389); +x_390 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_390, 0, x_37); +lean_ctor_set(x_390, 1, x_389); +x_391 = lean_unsigned_to_nat(1u); +x_392 = lean_nat_sub(x_380, x_391); +lean_dec(x_380); +if (x_381 == 0) +{ +lean_dec(x_390); +lean_dec(x_375); +x_393 = x_386; +x_394 = x_387; +goto block_405; } else { -lean_object* x_431; lean_object* x_432; -x_431 = lean_box(0); -lean_inc(x_417); -x_432 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__7___rarg(x_1, x_431, x_27, x_415, x_11, x_417); -if (lean_obj_tag(x_432) == 0) +lean_object* x_406; lean_object* x_407; +x_406 = lean_box(0); +lean_inc(x_392); +x_407 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__7___rarg(x_1, x_406, x_27, x_390, x_11, x_392); +if (lean_obj_tag(x_407) == 0) { -lean_dec(x_399); -x_418 = x_411; -x_419 = x_412; -goto block_430; +lean_dec(x_375); +x_393 = x_386; +x_394 = x_387; +goto block_405; } else { -lean_object* x_433; lean_object* x_434; lean_object* x_435; lean_object* x_436; -x_433 = lean_ctor_get(x_432, 0); -lean_inc(x_433); -lean_dec(x_432); +lean_object* x_408; lean_object* x_409; lean_object* x_410; lean_object* x_411; +x_408 = lean_ctor_get(x_407, 0); +lean_inc(x_408); +lean_dec(x_407); lean_inc(x_33); -x_434 = l_Array_append___rarg(x_33, x_399); -x_435 = lean_ctor_get(x_433, 1); -lean_inc(x_435); -lean_dec(x_433); +x_409 = l_Array_append___rarg(x_33, x_375); +x_410 = lean_ctor_get(x_408, 1); +lean_inc(x_410); +lean_dec(x_408); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_436 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_434, x_435, x_411, x_6, x_7, x_8, x_9, x_412); -if (lean_obj_tag(x_436) == 0) +x_411 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_409, x_410, x_386, x_6, x_7, x_8, x_9, x_387); +if (lean_obj_tag(x_411) == 0) { -lean_object* x_437; lean_object* x_438; -x_437 = lean_ctor_get(x_436, 0); -lean_inc(x_437); -x_438 = lean_ctor_get(x_436, 1); -lean_inc(x_438); -lean_dec(x_436); -x_418 = x_437; -x_419 = x_438; -goto block_430; +lean_object* x_412; lean_object* x_413; +x_412 = lean_ctor_get(x_411, 0); +lean_inc(x_412); +x_413 = lean_ctor_get(x_411, 1); +lean_inc(x_413); +lean_dec(x_411); +x_393 = x_412; +x_394 = x_413; +goto block_405; } else { -uint8_t x_439; -lean_dec(x_417); -lean_dec(x_414); -lean_dec(x_397); +uint8_t x_414; +lean_dec(x_392); +lean_dec(x_389); +lean_dec(x_373); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_439 = !lean_is_exclusive(x_436); -if (x_439 == 0) +x_414 = !lean_is_exclusive(x_411); +if (x_414 == 0) { -return x_436; +return x_411; } else { -lean_object* x_440; lean_object* x_441; lean_object* x_442; -x_440 = lean_ctor_get(x_436, 0); -x_441 = lean_ctor_get(x_436, 1); -lean_inc(x_441); -lean_inc(x_440); -lean_dec(x_436); -x_442 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_442, 0, x_440); -lean_ctor_set(x_442, 1, x_441); -return x_442; +lean_object* x_415; lean_object* x_416; lean_object* x_417; +x_415 = lean_ctor_get(x_411, 0); +x_416 = lean_ctor_get(x_411, 1); +lean_inc(x_416); +lean_inc(x_415); +lean_dec(x_411); +x_417 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_417, 0, x_415); +lean_ctor_set(x_417, 1, x_416); +return x_417; } } } } -block_430: +block_405: { -if (x_405 == 0) +if (x_381 == 0) { -lean_object* x_420; -lean_dec(x_417); -lean_dec(x_414); +lean_object* x_395; +lean_dec(x_392); +lean_dec(x_389); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_397)) { - x_420 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_373)) { + x_395 = lean_alloc_ctor(0, 2, 0); } else { - x_420 = x_397; + x_395 = x_373; } -lean_ctor_set(x_420, 0, x_418); -lean_ctor_set(x_420, 1, x_419); -return x_420; +lean_ctor_set(x_395, 0, x_393); +lean_ctor_set(x_395, 1, x_394); +return x_395; } else { -lean_object* x_421; lean_object* x_422; lean_object* x_423; lean_object* x_424; -x_421 = lean_box(4); -x_422 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_422, 0, x_421); -lean_ctor_set(x_422, 1, x_414); -x_423 = lean_box(0); -x_424 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__6___rarg(x_1, x_423, x_27, x_422, x_11, x_417); +lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; +x_396 = lean_box(4); +x_397 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_397, 0, x_396); +lean_ctor_set(x_397, 1, x_389); +x_398 = lean_box(0); +x_399 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__6___rarg(x_1, x_398, x_27, x_397, x_11, x_392); lean_dec(x_27); -if (lean_obj_tag(x_424) == 0) +if (lean_obj_tag(x_399) == 0) { -lean_object* x_425; +lean_object* x_400; lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_397)) { - x_425 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_373)) { + x_400 = lean_alloc_ctor(0, 2, 0); } else { - x_425 = x_397; + x_400 = x_373; } -lean_ctor_set(x_425, 0, x_418); -lean_ctor_set(x_425, 1, x_419); -return x_425; +lean_ctor_set(x_400, 0, x_393); +lean_ctor_set(x_400, 1, x_394); +return x_400; } else { -lean_object* x_426; lean_object* x_427; lean_object* x_428; -lean_dec(x_397); -x_426 = lean_ctor_get(x_424, 0); -lean_inc(x_426); -lean_dec(x_424); -x_427 = l_Array_append___rarg(x_33, x_413); -x_428 = lean_ctor_get(x_426, 1); -lean_inc(x_428); -lean_dec(x_426); +lean_object* x_401; lean_object* x_402; lean_object* x_403; +lean_dec(x_373); +x_401 = lean_ctor_get(x_399, 0); +lean_inc(x_401); +lean_dec(x_399); +x_402 = l_Array_append___rarg(x_33, x_388); +x_403 = lean_ctor_get(x_401, 1); +lean_inc(x_403); +lean_dec(x_401); x_2 = x_11; -x_3 = x_427; -x_4 = x_428; -x_5 = x_418; -x_10 = x_419; +x_3 = x_402; +x_4 = x_403; +x_5 = x_393; +x_10 = x_394; goto _start; } } @@ -18823,98 +18585,82 @@ goto _start; } } } -} else { -lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; lean_object* x_461; lean_object* x_462; uint8_t x_463; lean_object* x_464; lean_object* x_465; -x_457 = lean_ctor_get(x_36, 1); -lean_inc(x_457); +lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; lean_object* x_435; uint8_t x_436; lean_object* x_437; lean_object* x_438; +x_430 = lean_ctor_get(x_36, 1); +lean_inc(x_430); lean_dec(x_36); -x_458 = lean_box(0); -x_459 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_459, 0, x_458); -lean_ctor_set(x_459, 1, x_11); -x_460 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_461 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_461, 0, x_459); -lean_ctor_set(x_461, 1, x_460); -x_462 = lean_array_get_size(x_27); -x_463 = lean_nat_dec_lt(x_11, x_462); -x_464 = lean_box(3); -if (x_463 == 0) -{ -lean_object* x_513; -x_513 = l___private_Init_Util_0__outOfBounds___rarg(x_461); -x_465 = x_513; -goto block_512; -} -else -{ -lean_object* x_514; -lean_dec(x_461); -x_514 = lean_array_fget(x_27, x_11); -x_465 = x_514; -goto block_512; -} -block_512: -{ -lean_object* x_466; uint8_t x_467; uint8_t x_468; -x_466 = lean_ctor_get(x_465, 0); -lean_inc(x_466); -x_467 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_466, x_464); -lean_dec(x_466); -if (x_467 == 0) +x_431 = lean_box(0); +x_432 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_432, 0, x_431); +lean_ctor_set(x_432, 1, x_11); +x_433 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +x_434 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_434, 0, x_432); +lean_ctor_set(x_434, 1, x_433); +x_435 = lean_array_get_size(x_27); +x_436 = lean_nat_dec_lt(x_11, x_435); +x_437 = lean_box(3); +if (x_436 == 0) { -x_468 = x_34; -goto block_510; +lean_object* x_483; +x_483 = l___private_Init_Util_0__outOfBounds___rarg(x_434); +x_438 = x_483; +goto block_482; } else { -uint8_t x_511; -x_511 = 1; -x_468 = x_511; -goto block_510; +lean_object* x_484; +lean_dec(x_434); +x_484 = lean_array_fget(x_27, x_11); +x_438 = x_484; +goto block_482; } -block_510: +block_482: { -lean_object* x_469; lean_object* x_470; -if (x_468 == 0) +lean_object* x_439; uint8_t x_440; lean_object* x_441; lean_object* x_442; +x_439 = lean_ctor_get(x_438, 0); +lean_inc(x_439); +x_440 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_439, x_437); +lean_dec(x_439); +if (x_440 == 0) { -lean_dec(x_465); -x_469 = x_5; -x_470 = x_396; -goto block_501; +lean_dec(x_438); +x_441 = x_5; +x_442 = x_372; +goto block_473; } else { -lean_object* x_502; lean_object* x_503; -x_502 = lean_ctor_get(x_465, 1); -lean_inc(x_502); -lean_dec(x_465); +lean_object* x_474; lean_object* x_475; +x_474 = lean_ctor_get(x_438, 1); +lean_inc(x_474); +lean_dec(x_438); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_503 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_502, x_5, x_6, x_7, x_8, x_9, x_396); -if (lean_obj_tag(x_503) == 0) -{ -lean_object* x_504; lean_object* x_505; -x_504 = lean_ctor_get(x_503, 0); -lean_inc(x_504); -x_505 = lean_ctor_get(x_503, 1); -lean_inc(x_505); -lean_dec(x_503); -x_469 = x_504; -x_470 = x_505; -goto block_501; +x_475 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_474, x_5, x_6, x_7, x_8, x_9, x_372); +if (lean_obj_tag(x_475) == 0) +{ +lean_object* x_476; lean_object* x_477; +x_476 = lean_ctor_get(x_475, 0); +lean_inc(x_476); +x_477 = lean_ctor_get(x_475, 1); +lean_inc(x_477); +lean_dec(x_475); +x_441 = x_476; +x_442 = x_477; +goto block_473; } else { -lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; -lean_dec(x_462); -lean_dec(x_457); -lean_dec(x_397); +lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; +lean_dec(x_435); +lean_dec(x_430); +lean_dec(x_373); lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -18922,195 +18668,195 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_506 = lean_ctor_get(x_503, 0); -lean_inc(x_506); -x_507 = lean_ctor_get(x_503, 1); -lean_inc(x_507); -if (lean_is_exclusive(x_503)) { - lean_ctor_release(x_503, 0); - lean_ctor_release(x_503, 1); - x_508 = x_503; +x_478 = lean_ctor_get(x_475, 0); +lean_inc(x_478); +x_479 = lean_ctor_get(x_475, 1); +lean_inc(x_479); +if (lean_is_exclusive(x_475)) { + lean_ctor_release(x_475, 0); + lean_ctor_release(x_475, 1); + x_480 = x_475; } else { - lean_dec_ref(x_503); - x_508 = lean_box(0); + lean_dec_ref(x_475); + x_480 = lean_box(0); } -if (lean_is_scalar(x_508)) { - x_509 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_480)) { + x_481 = lean_alloc_ctor(1, 2, 0); } else { - x_509 = x_508; + x_481 = x_480; } -lean_ctor_set(x_509, 0, x_506); -lean_ctor_set(x_509, 1, x_507); -return x_509; +lean_ctor_set(x_481, 0, x_478); +lean_ctor_set(x_481, 1, x_479); +return x_481; } } -block_501: +block_473: { -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; -x_471 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_443 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_472 = lean_alloc_ctor(0, 2, 0); + x_444 = lean_alloc_ctor(0, 2, 0); } else { - x_472 = x_28; -} -lean_ctor_set(x_472, 0, x_471); -lean_ctor_set(x_472, 1, x_471); -lean_inc(x_472); -x_473 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_473, 0, x_37); -lean_ctor_set(x_473, 1, x_472); -x_474 = lean_unsigned_to_nat(1u); -x_475 = lean_nat_sub(x_462, x_474); -lean_dec(x_462); -if (x_463 == 0) + x_444 = x_28; +} +lean_ctor_set(x_444, 0, x_443); +lean_ctor_set(x_444, 1, x_443); +lean_inc(x_444); +x_445 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_445, 0, x_37); +lean_ctor_set(x_445, 1, x_444); +x_446 = lean_unsigned_to_nat(1u); +x_447 = lean_nat_sub(x_435, x_446); +lean_dec(x_435); +if (x_436 == 0) { -lean_dec(x_473); -lean_dec(x_457); -x_476 = x_469; -x_477 = x_470; -goto block_488; +lean_dec(x_445); +lean_dec(x_430); +x_448 = x_441; +x_449 = x_442; +goto block_460; } else { -lean_object* x_489; lean_object* x_490; -x_489 = lean_box(0); -lean_inc(x_475); -x_490 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__7___rarg(x_1, x_489, x_27, x_473, x_11, x_475); -if (lean_obj_tag(x_490) == 0) +lean_object* x_461; lean_object* x_462; +x_461 = lean_box(0); +lean_inc(x_447); +x_462 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__7___rarg(x_1, x_461, x_27, x_445, x_11, x_447); +if (lean_obj_tag(x_462) == 0) { -lean_dec(x_457); -x_476 = x_469; -x_477 = x_470; -goto block_488; +lean_dec(x_430); +x_448 = x_441; +x_449 = x_442; +goto block_460; } else { -lean_object* x_491; lean_object* x_492; lean_object* x_493; lean_object* x_494; -x_491 = lean_ctor_get(x_490, 0); -lean_inc(x_491); -lean_dec(x_490); +lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; +x_463 = lean_ctor_get(x_462, 0); +lean_inc(x_463); +lean_dec(x_462); lean_inc(x_33); -x_492 = l_Array_append___rarg(x_33, x_457); -x_493 = lean_ctor_get(x_491, 1); -lean_inc(x_493); -lean_dec(x_491); +x_464 = l_Array_append___rarg(x_33, x_430); +x_465 = lean_ctor_get(x_463, 1); +lean_inc(x_465); +lean_dec(x_463); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_494 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_492, x_493, x_469, x_6, x_7, x_8, x_9, x_470); -if (lean_obj_tag(x_494) == 0) -{ -lean_object* x_495; lean_object* x_496; -x_495 = lean_ctor_get(x_494, 0); -lean_inc(x_495); -x_496 = lean_ctor_get(x_494, 1); -lean_inc(x_496); -lean_dec(x_494); -x_476 = x_495; -x_477 = x_496; -goto block_488; +x_466 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_464, x_465, x_441, x_6, x_7, x_8, x_9, x_442); +if (lean_obj_tag(x_466) == 0) +{ +lean_object* x_467; lean_object* x_468; +x_467 = lean_ctor_get(x_466, 0); +lean_inc(x_467); +x_468 = lean_ctor_get(x_466, 1); +lean_inc(x_468); +lean_dec(x_466); +x_448 = x_467; +x_449 = x_468; +goto block_460; } else { -lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; -lean_dec(x_475); -lean_dec(x_472); -lean_dec(x_397); +lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; +lean_dec(x_447); +lean_dec(x_444); +lean_dec(x_373); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_497 = lean_ctor_get(x_494, 0); -lean_inc(x_497); -x_498 = lean_ctor_get(x_494, 1); -lean_inc(x_498); -if (lean_is_exclusive(x_494)) { - lean_ctor_release(x_494, 0); - lean_ctor_release(x_494, 1); - x_499 = x_494; +x_469 = lean_ctor_get(x_466, 0); +lean_inc(x_469); +x_470 = lean_ctor_get(x_466, 1); +lean_inc(x_470); +if (lean_is_exclusive(x_466)) { + lean_ctor_release(x_466, 0); + lean_ctor_release(x_466, 1); + x_471 = x_466; } else { - lean_dec_ref(x_494); - x_499 = lean_box(0); + lean_dec_ref(x_466); + x_471 = lean_box(0); } -if (lean_is_scalar(x_499)) { - x_500 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_471)) { + x_472 = lean_alloc_ctor(1, 2, 0); } else { - x_500 = x_499; + x_472 = x_471; } -lean_ctor_set(x_500, 0, x_497); -lean_ctor_set(x_500, 1, x_498); -return x_500; +lean_ctor_set(x_472, 0, x_469); +lean_ctor_set(x_472, 1, x_470); +return x_472; } } } -block_488: +block_460: { -if (x_463 == 0) +if (x_436 == 0) { -lean_object* x_478; -lean_dec(x_475); -lean_dec(x_472); +lean_object* x_450; +lean_dec(x_447); +lean_dec(x_444); lean_dec(x_33); lean_dec(x_27); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_397)) { - x_478 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_373)) { + x_450 = lean_alloc_ctor(0, 2, 0); } else { - x_478 = x_397; + x_450 = x_373; } -lean_ctor_set(x_478, 0, x_476); -lean_ctor_set(x_478, 1, x_477); -return x_478; +lean_ctor_set(x_450, 0, x_448); +lean_ctor_set(x_450, 1, x_449); +return x_450; } else { -lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; -x_479 = lean_box(4); -x_480 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_480, 0, x_479); -lean_ctor_set(x_480, 1, x_472); -x_481 = lean_box(0); -x_482 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__6___rarg(x_1, x_481, x_27, x_480, x_11, x_475); +lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; +x_451 = lean_box(4); +x_452 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_452, 0, x_451); +lean_ctor_set(x_452, 1, x_444); +x_453 = lean_box(0); +x_454 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__6___rarg(x_1, x_453, x_27, x_452, x_11, x_447); lean_dec(x_27); -if (lean_obj_tag(x_482) == 0) +if (lean_obj_tag(x_454) == 0) { -lean_object* x_483; +lean_object* x_455; lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_397)) { - x_483 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_373)) { + x_455 = lean_alloc_ctor(0, 2, 0); } else { - x_483 = x_397; + x_455 = x_373; } -lean_ctor_set(x_483, 0, x_476); -lean_ctor_set(x_483, 1, x_477); -return x_483; +lean_ctor_set(x_455, 0, x_448); +lean_ctor_set(x_455, 1, x_449); +return x_455; } else { -lean_object* x_484; lean_object* x_485; lean_object* x_486; -lean_dec(x_397); -x_484 = lean_ctor_get(x_482, 0); -lean_inc(x_484); -lean_dec(x_482); -x_485 = l_Array_append___rarg(x_33, x_471); -x_486 = lean_ctor_get(x_484, 1); -lean_inc(x_486); -lean_dec(x_484); +lean_object* x_456; lean_object* x_457; lean_object* x_458; +lean_dec(x_373); +x_456 = lean_ctor_get(x_454, 0); +lean_inc(x_456); +lean_dec(x_454); +x_457 = l_Array_append___rarg(x_33, x_443); +x_458 = lean_ctor_get(x_456, 1); +lean_inc(x_458); +lean_dec(x_456); x_2 = x_11; -x_3 = x_485; -x_4 = x_486; -x_5 = x_476; -x_10 = x_477; +x_3 = x_457; +x_4 = x_458; +x_5 = x_448; +x_10 = x_449; goto _start; } } @@ -19119,111 +18865,95 @@ goto _start; } } } -} default: { -lean_object* x_515; lean_object* x_516; uint8_t x_517; -x_515 = lean_ctor_get(x_35, 1); -lean_inc(x_515); +lean_object* x_485; lean_object* x_486; uint8_t x_487; +x_485 = lean_ctor_get(x_35, 1); +lean_inc(x_485); if (lean_is_exclusive(x_35)) { lean_ctor_release(x_35, 0); lean_ctor_release(x_35, 1); - x_516 = x_35; + x_486 = x_35; } else { lean_dec_ref(x_35); - x_516 = lean_box(0); -} -x_517 = !lean_is_exclusive(x_36); -if (x_517 == 0) -{ -lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; lean_object* x_523; uint8_t x_524; lean_object* x_525; lean_object* x_526; -x_518 = lean_ctor_get(x_36, 1); -x_519 = lean_ctor_get(x_36, 0); -lean_dec(x_519); -x_520 = lean_box(0); -x_521 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_521, 0, x_520); -lean_ctor_set(x_521, 1, x_11); -x_522 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -lean_ctor_set(x_36, 1, x_522); -lean_ctor_set(x_36, 0, x_521); -x_523 = lean_array_get_size(x_27); -x_524 = lean_nat_dec_lt(x_11, x_523); -x_525 = lean_box(3); -if (x_524 == 0) -{ -lean_object* x_557; -x_557 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -x_526 = x_557; -goto block_556; -} -else -{ -lean_object* x_558; + x_486 = lean_box(0); +} +x_487 = !lean_is_exclusive(x_36); +if (x_487 == 0) +{ +lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; uint8_t x_494; lean_object* x_495; lean_object* x_496; +x_488 = lean_ctor_get(x_36, 1); +x_489 = lean_ctor_get(x_36, 0); +lean_dec(x_489); +x_490 = lean_box(0); +x_491 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_491, 0, x_490); +lean_ctor_set(x_491, 1, x_11); +x_492 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +lean_ctor_set(x_36, 1, x_492); +lean_ctor_set(x_36, 0, x_491); +x_493 = lean_array_get_size(x_27); +x_494 = lean_nat_dec_lt(x_11, x_493); +x_495 = lean_box(3); +if (x_494 == 0) +{ +lean_object* x_524; +x_524 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_496 = x_524; +goto block_523; +} +else +{ +lean_object* x_525; lean_dec(x_36); -x_558 = lean_array_fget(x_27, x_11); -x_526 = x_558; -goto block_556; -} -block_556: -{ -lean_object* x_527; uint8_t x_528; uint8_t x_529; -x_527 = lean_ctor_get(x_526, 0); -lean_inc(x_527); -x_528 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_527, x_525); -lean_dec(x_527); -if (x_528 == 0) -{ -x_529 = x_34; -goto block_554; +x_525 = lean_array_fget(x_27, x_11); +x_496 = x_525; +goto block_523; } -else -{ -uint8_t x_555; -x_555 = 1; -x_529 = x_555; -goto block_554; -} -block_554: +block_523: { -lean_object* x_530; lean_object* x_531; -if (x_529 == 0) +lean_object* x_497; uint8_t x_498; lean_object* x_499; lean_object* x_500; +x_497 = lean_ctor_get(x_496, 0); +lean_inc(x_497); +x_498 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_497, x_495); +lean_dec(x_497); +if (x_498 == 0) { -lean_dec(x_526); -x_530 = x_5; -x_531 = x_515; -goto block_545; +lean_dec(x_496); +x_499 = x_5; +x_500 = x_485; +goto block_514; } else { -lean_object* x_546; lean_object* x_547; -x_546 = lean_ctor_get(x_526, 1); -lean_inc(x_546); -lean_dec(x_526); +lean_object* x_515; lean_object* x_516; +x_515 = lean_ctor_get(x_496, 1); +lean_inc(x_515); +lean_dec(x_496); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_547 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_546, x_5, x_6, x_7, x_8, x_9, x_515); -if (lean_obj_tag(x_547) == 0) -{ -lean_object* x_548; lean_object* x_549; -x_548 = lean_ctor_get(x_547, 0); -lean_inc(x_548); -x_549 = lean_ctor_get(x_547, 1); -lean_inc(x_549); -lean_dec(x_547); -x_530 = x_548; -x_531 = x_549; -goto block_545; +x_516 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_515, x_5, x_6, x_7, x_8, x_9, x_485); +if (lean_obj_tag(x_516) == 0) +{ +lean_object* x_517; lean_object* x_518; +x_517 = lean_ctor_get(x_516, 0); +lean_inc(x_517); +x_518 = lean_ctor_get(x_516, 1); +lean_inc(x_518); +lean_dec(x_516); +x_499 = x_517; +x_500 = x_518; +goto block_514; } else { -uint8_t x_550; -lean_dec(x_523); -lean_dec(x_518); -lean_dec(x_516); +uint8_t x_519; +lean_dec(x_493); +lean_dec(x_488); +lean_dec(x_486); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -19232,33 +18962,33 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_550 = !lean_is_exclusive(x_547); -if (x_550 == 0) +x_519 = !lean_is_exclusive(x_516); +if (x_519 == 0) { -return x_547; +return x_516; } else { -lean_object* x_551; lean_object* x_552; lean_object* x_553; -x_551 = lean_ctor_get(x_547, 0); -x_552 = lean_ctor_get(x_547, 1); -lean_inc(x_552); -lean_inc(x_551); -lean_dec(x_547); -x_553 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_553, 0, x_551); -lean_ctor_set(x_553, 1, x_552); -return x_553; +lean_object* x_520; lean_object* x_521; lean_object* x_522; +x_520 = lean_ctor_get(x_516, 0); +x_521 = lean_ctor_get(x_516, 1); +lean_inc(x_521); +lean_inc(x_520); +lean_dec(x_516); +x_522 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_522, 0, x_520); +lean_ctor_set(x_522, 1, x_521); +return x_522; } } } -block_545: +block_514: { -if (x_524 == 0) +if (x_494 == 0) { -lean_object* x_532; -lean_dec(x_523); -lean_dec(x_518); +lean_object* x_501; +lean_dec(x_493); +lean_dec(x_488); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -19267,167 +18997,151 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_516)) { - x_532 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_486)) { + x_501 = lean_alloc_ctor(0, 2, 0); } else { - x_532 = x_516; + x_501 = x_486; } -lean_ctor_set(x_532, 0, x_530); -lean_ctor_set(x_532, 1, x_531); -return x_532; +lean_ctor_set(x_501, 0, x_499); +lean_ctor_set(x_501, 1, x_500); +return x_501; } else { -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; -x_533 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_502 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_534 = lean_alloc_ctor(0, 2, 0); + x_503 = lean_alloc_ctor(0, 2, 0); } else { - x_534 = x_28; -} -lean_ctor_set(x_534, 0, x_533); -lean_ctor_set(x_534, 1, x_533); -x_535 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_535, 0, x_37); -lean_ctor_set(x_535, 1, x_534); -x_536 = lean_unsigned_to_nat(1u); -x_537 = lean_nat_sub(x_523, x_536); -lean_dec(x_523); -x_538 = lean_box(0); -x_539 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__8___rarg(x_1, x_538, x_27, x_535, x_11, x_537); + x_503 = x_28; +} +lean_ctor_set(x_503, 0, x_502); +lean_ctor_set(x_503, 1, x_502); +x_504 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_504, 0, x_37); +lean_ctor_set(x_504, 1, x_503); +x_505 = lean_unsigned_to_nat(1u); +x_506 = lean_nat_sub(x_493, x_505); +lean_dec(x_493); +x_507 = lean_box(0); +x_508 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__8___rarg(x_1, x_507, x_27, x_504, x_11, x_506); lean_dec(x_27); -if (lean_obj_tag(x_539) == 0) +if (lean_obj_tag(x_508) == 0) { -lean_object* x_540; -lean_dec(x_518); +lean_object* x_509; +lean_dec(x_488); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_516)) { - x_540 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_486)) { + x_509 = lean_alloc_ctor(0, 2, 0); } else { - x_540 = x_516; + x_509 = x_486; } -lean_ctor_set(x_540, 0, x_530); -lean_ctor_set(x_540, 1, x_531); -return x_540; +lean_ctor_set(x_509, 0, x_499); +lean_ctor_set(x_509, 1, x_500); +return x_509; } else { -lean_object* x_541; lean_object* x_542; lean_object* x_543; -lean_dec(x_516); -x_541 = lean_ctor_get(x_539, 0); -lean_inc(x_541); -lean_dec(x_539); -x_542 = l_Array_append___rarg(x_33, x_518); -x_543 = lean_ctor_get(x_541, 1); -lean_inc(x_543); -lean_dec(x_541); +lean_object* x_510; lean_object* x_511; lean_object* x_512; +lean_dec(x_486); +x_510 = lean_ctor_get(x_508, 0); +lean_inc(x_510); +lean_dec(x_508); +x_511 = l_Array_append___rarg(x_33, x_488); +x_512 = lean_ctor_get(x_510, 1); +lean_inc(x_512); +lean_dec(x_510); x_2 = x_11; -x_3 = x_542; -x_4 = x_543; -x_5 = x_530; -x_10 = x_531; +x_3 = x_511; +x_4 = x_512; +x_5 = x_499; +x_10 = x_500; goto _start; } } } } } -} else { -lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; uint8_t x_565; lean_object* x_566; lean_object* x_567; -x_559 = lean_ctor_get(x_36, 1); -lean_inc(x_559); +lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; uint8_t x_532; lean_object* x_533; lean_object* x_534; +x_526 = lean_ctor_get(x_36, 1); +lean_inc(x_526); lean_dec(x_36); -x_560 = lean_box(0); -x_561 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_561, 0, x_560); -lean_ctor_set(x_561, 1, x_11); -x_562 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); -x_563 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_563, 0, x_561); -lean_ctor_set(x_563, 1, x_562); -x_564 = lean_array_get_size(x_27); -x_565 = lean_nat_dec_lt(x_11, x_564); -x_566 = lean_box(3); -if (x_565 == 0) -{ -lean_object* x_598; -x_598 = l___private_Init_Util_0__outOfBounds___rarg(x_563); -x_567 = x_598; -goto block_597; -} -else -{ -lean_object* x_599; -lean_dec(x_563); -x_599 = lean_array_fget(x_27, x_11); -x_567 = x_599; -goto block_597; -} -block_597: -{ -lean_object* x_568; uint8_t x_569; uint8_t x_570; -x_568 = lean_ctor_get(x_567, 0); -lean_inc(x_568); -x_569 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_568, x_566); -lean_dec(x_568); -if (x_569 == 0) -{ -x_570 = x_34; -goto block_595; -} -else -{ -uint8_t x_596; -x_596 = 1; -x_570 = x_596; -goto block_595; -} -block_595: -{ -lean_object* x_571; lean_object* x_572; -if (x_570 == 0) -{ -lean_dec(x_567); -x_571 = x_5; -x_572 = x_515; -goto block_586; -} -else -{ -lean_object* x_587; lean_object* x_588; -x_587 = lean_ctor_get(x_567, 1); -lean_inc(x_587); -lean_dec(x_567); +x_527 = lean_box(0); +x_528 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_528, 0, x_527); +lean_ctor_set(x_528, 1, x_11); +x_529 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg(x_1); +x_530 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_530, 0, x_528); +lean_ctor_set(x_530, 1, x_529); +x_531 = lean_array_get_size(x_27); +x_532 = lean_nat_dec_lt(x_11, x_531); +x_533 = lean_box(3); +if (x_532 == 0) +{ +lean_object* x_562; +x_562 = l___private_Init_Util_0__outOfBounds___rarg(x_530); +x_534 = x_562; +goto block_561; +} +else +{ +lean_object* x_563; +lean_dec(x_530); +x_563 = lean_array_fget(x_27, x_11); +x_534 = x_563; +goto block_561; +} +block_561: +{ +lean_object* x_535; uint8_t x_536; lean_object* x_537; lean_object* x_538; +x_535 = lean_ctor_get(x_534, 0); +lean_inc(x_535); +x_536 = l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(x_535, x_533); +lean_dec(x_535); +if (x_536 == 0) +{ +lean_dec(x_534); +x_537 = x_5; +x_538 = x_485; +goto block_552; +} +else +{ +lean_object* x_553; lean_object* x_554; +x_553 = lean_ctor_get(x_534, 1); +lean_inc(x_553); +lean_dec(x_534); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_33); -x_588 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_587, x_5, x_6, x_7, x_8, x_9, x_515); -if (lean_obj_tag(x_588) == 0) +x_554 = l_Lean_Meta_DiscrTree_getUnify_process___rarg(x_1, x_11, x_33, x_553, x_5, x_6, x_7, x_8, x_9, x_485); +if (lean_obj_tag(x_554) == 0) { -lean_object* x_589; lean_object* x_590; -x_589 = lean_ctor_get(x_588, 0); -lean_inc(x_589); -x_590 = lean_ctor_get(x_588, 1); -lean_inc(x_590); -lean_dec(x_588); -x_571 = x_589; -x_572 = x_590; -goto block_586; +lean_object* x_555; lean_object* x_556; +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_537 = x_555; +x_538 = x_556; +goto block_552; } else { -lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; -lean_dec(x_564); -lean_dec(x_559); -lean_dec(x_516); +lean_object* x_557; lean_object* x_558; lean_object* x_559; lean_object* x_560; +lean_dec(x_531); +lean_dec(x_526); +lean_dec(x_486); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -19436,35 +19150,35 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_591 = lean_ctor_get(x_588, 0); -lean_inc(x_591); -x_592 = lean_ctor_get(x_588, 1); -lean_inc(x_592); -if (lean_is_exclusive(x_588)) { - lean_ctor_release(x_588, 0); - lean_ctor_release(x_588, 1); - x_593 = x_588; +x_557 = lean_ctor_get(x_554, 0); +lean_inc(x_557); +x_558 = lean_ctor_get(x_554, 1); +lean_inc(x_558); +if (lean_is_exclusive(x_554)) { + lean_ctor_release(x_554, 0); + lean_ctor_release(x_554, 1); + x_559 = x_554; } else { - lean_dec_ref(x_588); - x_593 = lean_box(0); + lean_dec_ref(x_554); + x_559 = lean_box(0); } -if (lean_is_scalar(x_593)) { - x_594 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_559)) { + x_560 = lean_alloc_ctor(1, 2, 0); } else { - x_594 = x_593; + x_560 = x_559; } -lean_ctor_set(x_594, 0, x_591); -lean_ctor_set(x_594, 1, x_592); -return x_594; +lean_ctor_set(x_560, 0, x_557); +lean_ctor_set(x_560, 1, x_558); +return x_560; } } -block_586: +block_552: { -if (x_565 == 0) +if (x_532 == 0) { -lean_object* x_573; -lean_dec(x_564); -lean_dec(x_559); +lean_object* x_539; +lean_dec(x_531); +lean_dec(x_526); lean_dec(x_37); lean_dec(x_33); lean_dec(x_28); @@ -19473,69 +19187,69 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_516)) { - x_573 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_486)) { + x_539 = lean_alloc_ctor(0, 2, 0); } else { - x_573 = x_516; + x_539 = x_486; } -lean_ctor_set(x_573, 0, x_571); -lean_ctor_set(x_573, 1, x_572); -return x_573; +lean_ctor_set(x_539, 0, x_537); +lean_ctor_set(x_539, 1, x_538); +return x_539; } else { -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; -x_574 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; +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; +x_540 = l_Lean_Meta_DiscrTree_instInhabitedTrie___rarg___closed__1; if (lean_is_scalar(x_28)) { - x_575 = lean_alloc_ctor(0, 2, 0); + x_541 = lean_alloc_ctor(0, 2, 0); } else { - x_575 = x_28; -} -lean_ctor_set(x_575, 0, x_574); -lean_ctor_set(x_575, 1, x_574); -x_576 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_576, 0, x_37); -lean_ctor_set(x_576, 1, x_575); -x_577 = lean_unsigned_to_nat(1u); -x_578 = lean_nat_sub(x_564, x_577); -lean_dec(x_564); -x_579 = lean_box(0); -x_580 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__8___rarg(x_1, x_579, x_27, x_576, x_11, x_578); + x_541 = x_28; +} +lean_ctor_set(x_541, 0, x_540); +lean_ctor_set(x_541, 1, x_540); +x_542 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_542, 0, x_37); +lean_ctor_set(x_542, 1, x_541); +x_543 = lean_unsigned_to_nat(1u); +x_544 = lean_nat_sub(x_531, x_543); +lean_dec(x_531); +x_545 = lean_box(0); +x_546 = l_Array_binSearchAux___at_Lean_Meta_DiscrTree_getUnify_process___spec__8___rarg(x_1, x_545, x_27, x_542, x_11, x_544); lean_dec(x_27); -if (lean_obj_tag(x_580) == 0) +if (lean_obj_tag(x_546) == 0) { -lean_object* x_581; -lean_dec(x_559); +lean_object* x_547; +lean_dec(x_526); lean_dec(x_33); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -if (lean_is_scalar(x_516)) { - x_581 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_486)) { + x_547 = lean_alloc_ctor(0, 2, 0); } else { - x_581 = x_516; + x_547 = x_486; } -lean_ctor_set(x_581, 0, x_571); -lean_ctor_set(x_581, 1, x_572); -return x_581; +lean_ctor_set(x_547, 0, x_537); +lean_ctor_set(x_547, 1, x_538); +return x_547; } else { -lean_object* x_582; lean_object* x_583; lean_object* x_584; -lean_dec(x_516); -x_582 = lean_ctor_get(x_580, 0); -lean_inc(x_582); -lean_dec(x_580); -x_583 = l_Array_append___rarg(x_33, x_559); -x_584 = lean_ctor_get(x_582, 1); -lean_inc(x_584); -lean_dec(x_582); +lean_object* x_548; lean_object* x_549; lean_object* x_550; +lean_dec(x_486); +x_548 = lean_ctor_get(x_546, 0); +lean_inc(x_548); +lean_dec(x_546); +x_549 = l_Array_append___rarg(x_33, x_526); +x_550 = lean_ctor_get(x_548, 1); +lean_inc(x_550); +lean_dec(x_548); x_2 = x_11; -x_3 = x_583; -x_4 = x_584; -x_5 = x_571; -x_10 = x_572; +x_3 = x_549; +x_4 = x_550; +x_5 = x_537; +x_10 = x_538; goto _start; } } @@ -19545,10 +19259,9 @@ goto _start; } } } -} else { -uint8_t x_600; +uint8_t x_564; lean_dec(x_33); lean_dec(x_28); lean_dec(x_27); @@ -19557,29 +19270,29 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_600 = !lean_is_exclusive(x_35); -if (x_600 == 0) +x_564 = !lean_is_exclusive(x_35); +if (x_564 == 0) { return x_35; } else { -lean_object* x_601; lean_object* x_602; lean_object* x_603; -x_601 = lean_ctor_get(x_35, 0); -x_602 = lean_ctor_get(x_35, 1); -lean_inc(x_602); -lean_inc(x_601); +lean_object* x_565; lean_object* x_566; lean_object* x_567; +x_565 = lean_ctor_get(x_35, 0); +x_566 = lean_ctor_get(x_35, 1); +lean_inc(x_566); +lean_inc(x_565); lean_dec(x_35); -x_603 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_603, 0, x_601); -lean_ctor_set(x_603, 1, x_602); -return x_603; +x_567 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_567, 0, x_565); +lean_ctor_set(x_567, 1, x_566); +return x_567; } } } else { -lean_object* x_604; +lean_object* x_568; lean_dec(x_28); lean_dec(x_27); lean_dec(x_9); @@ -19587,15 +19300,15 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_604 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_604, 0, x_5); -lean_ctor_set(x_604, 1, x_10); -return x_604; +x_568 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_568, 0, x_5); +lean_ctor_set(x_568, 1, x_10); +return x_568; } } else { -lean_object* x_605; lean_object* x_606; +lean_object* x_569; lean_object* x_570; lean_dec(x_28); lean_dec(x_27); lean_dec(x_9); @@ -19603,11 +19316,11 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -x_605 = l_Array_append___rarg(x_5, x_26); -x_606 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_606, 0, x_605); -lean_ctor_set(x_606, 1, x_10); -return x_606; +x_569 = l_Array_append___rarg(x_5, x_26); +x_570 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_570, 0, x_569); +lean_ctor_set(x_570, 1, x_10); +return x_570; } } } diff --git a/stage0/stdlib/Lean/Meta/DiscrTreeTypes.c b/stage0/stdlib/Lean/Meta/DiscrTreeTypes.c index a0b3662cee12..b2a6d8d1b40b 100644 --- a/stage0/stdlib/Lean/Meta/DiscrTreeTypes.c +++ b/stage0/stdlib/Lean/Meta/DiscrTreeTypes.c @@ -73,6 +73,7 @@ static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_ uint64_t l_Lean_Name_hash___override(lean_object*); lean_object* l_Repr_addAppParen(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_reprKey____x40_Lean_Meta_DiscrTreeTypes___hyg_433____rarg___closed__15; +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_instBEqKey___boxed(lean_object*); static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_reprKey____x40_Lean_Meta_DiscrTreeTypes___hyg_433____rarg___closed__17; @@ -82,7 +83,6 @@ static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_ uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_reprKey____x40_Lean_Meta_DiscrTreeTypes___hyg_433____rarg___closed__20; static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_reprKey____x40_Lean_Meta_DiscrTreeTypes___hyg_433____rarg___closed__5; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); static lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_reprKey____x40_Lean_Meta_DiscrTreeTypes___hyg_433____rarg___closed__18; LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_Key_hash(uint8_t); LEAN_EXPORT uint8_t l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(lean_object*, lean_object*); @@ -1030,7 +1030,7 @@ lean_object* x_9; lean_object* x_10; uint64_t x_11; uint64_t x_12; uint64_t x_13 x_9 = lean_ctor_get(x_1, 0); x_10 = lean_ctor_get(x_1, 1); x_11 = 3541; -x_12 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_9); +x_12 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_9); x_13 = lean_uint64_of_nat(x_10); x_14 = lean_uint64_mix_hash(x_12, x_13); x_15 = lean_uint64_mix_hash(x_11, x_14); diff --git a/stage0/stdlib/Lean/Meta/Eqns.c b/stage0/stdlib/Lean/Meta/Eqns.c index f500ad069d56..e816380feb20 100644 --- a/stage0/stdlib/Lean/Meta/Eqns.c +++ b/stage0/stdlib/Lean/Meta/Eqns.c @@ -21,6 +21,7 @@ static lean_object* l_Lean_Meta_getEqnsFor_x3f___closed__5; 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_Lean_Meta_initFn____x40_Lean_Meta_Eqns___hyg_1351_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Meta_Eqns_0__Lean_Meta_mkSimpleEqThm___spec__1___rarg(lean_object*, 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_List_forIn_loop___at_Lean_Meta_getEqnsFor_x3f___spec__8___closed__8; @@ -95,7 +96,6 @@ lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__2___rarg(lean_obj static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_getEqnsFor_x3f___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Meta_Eqns_0__Lean_Meta_mkSimpleEqThm___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_registerGetEqnsFn___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Eqns___hyg_1353_(lean_object*); static lean_object* l_Lean_Meta_registerGetEqnsFn___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_getEqnsFor_x3f___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_registerGetEqnsFn(lean_object*, lean_object*); @@ -3832,7 +3832,7 @@ x_9 = l_Lean_Meta_getEqnsFor_x3f(x_1, x_8, x_3, x_4, x_5, x_6, x_7); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Eqns___hyg_1353_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Eqns___hyg_1351_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -4610,7 +4610,7 @@ l_Lean_Meta_getEqnsFor_x3f___closed__5 = _init_l_Lean_Meta_getEqnsFor_x3f___clos lean_mark_persistent(l_Lean_Meta_getEqnsFor_x3f___closed__5); l_Lean_Meta_getEqnsFor_x3f___closed__6 = _init_l_Lean_Meta_getEqnsFor_x3f___closed__6(); lean_mark_persistent(l_Lean_Meta_getEqnsFor_x3f___closed__6); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Eqns___hyg_1353_(lean_io_mk_world()); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Eqns___hyg_1351_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l___private_Lean_Meta_Eqns_0__Lean_Meta_getUnfoldEqnFnsRef = lean_io_result_get_value(res); lean_mark_persistent(l___private_Lean_Meta_Eqns_0__Lean_Meta_getUnfoldEqnFnsRef); diff --git a/stage0/stdlib/Lean/Meta/ExprDefEq.c b/stage0/stdlib/Lean/Meta/ExprDefEq.c index 7567163697a5..e194e9d8a74a 100644 --- a/stage0/stdlib/Lean/Meta/ExprDefEq.c +++ b/stage0/stdlib/Lean/Meta/ExprDefEq.c @@ -19,70 +19,65 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkCacheKey extern lean_object* l_Lean_Core_instMonadTraceCoreM; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__8; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__71___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_is_matcher(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeps___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___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_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___boxed(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_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__3; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(uint8_t, 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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instMonadFunctorReaderT(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeftRight___closed__1; uint8_t l_Bool_toLBool(uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldReducibeDefEq___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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go___spec__1(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_MetavarContext_findDecl_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go___closed__1; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10; 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_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81(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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3(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_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_whenUndefDo(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_object* l_Lean_mkAppN(lean_object*, lean_object*); lean_object* lean_is_level_def_eq(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_CheckAssignment_checkMVar___spec__79___boxed(lean_object*, lean_object*, 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_right(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqBindingAux(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_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__2; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___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*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__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_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__11; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDepsAux___spec__1___boxed(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*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqMVarSelf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___lambda__1___boxed(lean_object*); static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__1; lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkFVar___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure___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_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_findCached_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkFreshExprMVarAt(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_Meta_CheckAssignmentQuick_check_visit___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instMonadTrace___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__50___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft___closed__2; @@ -94,16 +89,16 @@ static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDef lean_object* l_Lean_Meta_getConst_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(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_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_reduceNat_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__4; static lean_object* l_Lean_Meta_CheckAssignment_run___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps___boxed(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_CheckAssignment_checkMVar___spec__42___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint64_t lean_uint64_mix_hash(uint64_t, uint64_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__47___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom___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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_unfoldProjInstWhenIntances_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -112,7 +107,6 @@ lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, l size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___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*); -static lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -121,19 +115,18 @@ static lean_object* l_Lean_Meta_CheckAssignment_checkFVar___closed__2; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__18; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqBinding(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___lambda__1(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_Meta_CheckAssignment_checkMVar___spec__10(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(lean_object*, lean_object*, size_t, size_t); uint8_t l_Lean_Expr_isApp(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__27___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Meta_checkAssignment___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_findDecl_x3f(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*); @@ -143,22 +136,20 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssig static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__3; LEAN_EXPORT lean_object* l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps___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_Core_instMonadLiftIOCoreM(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(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_ExprDefEq___hyg_19692____closed__5; lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___boxed(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_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FVarId_isLetVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___spec__2___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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__4; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__6; uint8_t l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(lean_object*, lean_object*); @@ -170,48 +161,53 @@ LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqStringLit(lean_object*, lean_object* LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_withProofIrrelTransparency(lean_object*); lean_object* l_Lean_exceptBoolEmoji___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_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_EXPORT lean_object* l_Lean_Meta_isDefEqNat(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkAssignmentAux___boxed(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_Meta_CheckAssignment_checkMVar___spec__24(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__76(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___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_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___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_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051_(lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps___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_fset(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__15; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_name(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__92___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_synth_pending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___lambda__1(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_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Meta_CheckAssignment_checkMVar___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_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__14; lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___lambda__1___boxed(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_CheckAssignment_checkMVar___spec__5___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkFVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_CheckAssignmentQuick_check_visit(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__9; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__72___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_throwIsDefEqStuck___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75___boxed(lean_object*, lean_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_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_ConstantInfo_hasValue(lean_object*); static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; @@ -224,63 +220,66 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefE LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___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_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___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_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___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* l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__14; -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(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_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__10; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31___boxed(lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___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* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__9; LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__12(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__1(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_ExprDefEq___hyg_19692____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApproxAux(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_CheckAssignment_checkMVar___spec__39(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___spec__6(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_isExprDefEqAuxImpl___lambda__3___closed__10; +LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__4; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30___boxed(lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldNonProjFnDefEq_packedInstanceOf_x3f___lambda__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_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__2(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_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__1(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59___boxed(lean_object*, lean_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_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp(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_CheckAssignment_checkMVar___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___boxed(lean_object*, lean_object*, 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_ExprDefEq_0__Lean_Meta_isDefEqLeft___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(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_Meta_isExprDefEqAuxImpl___lambda__3___closed__11; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___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_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__2___closed__2; lean_object* l_Lean_Meta_getNumPostponed___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__71(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__7; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___boxed(lean_object*, lean_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_Meta_CheckAssignment_checkFVar___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeps___spec__2(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__8; lean_object* l_Lean_LocalDecl_index(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom___spec__2___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___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_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__2___closed__1; LEAN_EXPORT uint8_t l_Lean_Meta_CheckAssignmentQuick_check(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__59___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqRight___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -298,27 +297,31 @@ lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Meta_checkAssignment___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_getFVar_x21(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___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_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__1(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_Meta_CheckAssignment_checkMVar___closed__5; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_outOfScopeExceptionId; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isDelayedAssigned___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(lean_object*, size_t, size_t, lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__1(lean_object*, lean_object*, uint8_t); uint8_t l_List_elem___at_Lean_catchInternalIds___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__86___boxed(lean_object*, lean_object*, lean_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_Meta_CheckAssignment_checkMVar___spec__15(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_run___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_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_mkAppRangeAux(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignmentQuick_check_visit___spec__1(lean_object*, lean_object*, size_t, size_t); +static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__2(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_Meta_CheckAssignment_checkMVar___spec__82(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_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__10; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__7; static size_t l_Lean_PersistentHashMap_findAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__2___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___spec__2(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*); @@ -327,29 +330,33 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprD LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__14(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___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_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__67___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(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_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___boxed(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_Meta_CheckAssignment_checkMVar___spec__51___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___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_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_local_ctx_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldComparingHeadsDefEq___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__2; +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__1; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDeltaCandidate_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__2; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__4; static lean_object* l_Lean_Meta_CheckAssignment_instMonadCacheExprCheckAssignmentM___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91___boxed(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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__15; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(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_Meta_shouldReduceReducibleOnly(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__1___boxed(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_Meta_CheckAssignment_checkMVar___spec__10___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_is_expr_def_eq(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_Meta_CheckAssignment_checkMVar___spec__44___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); @@ -360,51 +367,54 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0_ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___spec__6___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar(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_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6___boxed(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_CheckAssignment_checkFVar___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1; -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDepsAux(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_Meta_CheckAssignment_checkMVar___spec__54(lean_object*, lean_object*); lean_object* l_StateRefT_x27_lift___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom___spec__2(lean_object*); lean_object* l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__11; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_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*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkFVar___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77(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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__18; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4; static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__2(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_registerInternalExceptionId(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__15; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78___boxed(lean_object*, 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_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__2; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__11(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___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_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___spec__6___closed__2; -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___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* l_Lean_Meta_getStuckMVar_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__13(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__4(lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88(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 uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_mkAuxMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_simpAssignmentArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__35___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__19; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__2(lean_object*, lean_object*); lean_object* l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -412,12 +422,15 @@ lean_object* l_Lean_Meta_reduceNative_x3f(lean_object*, lean_object*, lean_objec lean_object* l_Lean_Meta_isExprDefEqAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__1___boxed(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_CheckAssignment_checkMVar___spec__39___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_cache___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_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_MetavarKind_isSyntheticOpaque(uint8_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83___boxed(lean_object*, lean_object*, 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_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1(lean_object*, lean_object*, 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*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(lean_object*, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -425,7 +438,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDela LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__4; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(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_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__2; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -435,40 +447,42 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_etaEq___bo static lean_object* l_Lean_PersistentHashMap_insertAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__2___closed__1; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(lean_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_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46___boxed(lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_withProofIrrelTransparency___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(lean_object*, lean_object*, size_t, size_t); -static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldNonProjFnDefEq___boxed(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*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83(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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__84___boxed(lean_object*, lean_object*, 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_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__2; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(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_CheckAssignment_checkMVar___spec__4___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalContext_containsFVar(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__2; uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isHeadBetaTarget(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(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_anyMUnsafe_any___at_Lean_Meta_CheckAssignmentQuick_check_visit___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(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_Meta_CheckAssignment_checkMVar___spec__43(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_consumeLet(lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___spec__2(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_ExprDefEq___hyg_19692____closed__8; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignmentQuick_check_visit___spec__2(lean_object*, lean_object*, size_t, size_t); extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_expr_quick_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getTransparency(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___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_Meta_mkAuxMVar(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_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -476,6 +490,7 @@ lean_object* l_Lean_Expr_constName_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_x27(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_HashSetImp_insert___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_occursCheck___at_Lean_Meta_checkAssignment___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -484,54 +499,66 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkAssignmentAux(lean_object*, lean_object*, uint8_t, 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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80(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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__7; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkAssignment___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88___boxed(lean_object*, lean_object*, lean_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_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__76___boxed(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_isDefEqArgs___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42___boxed(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_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqBindingDomain(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_ExprDefEq___hyg_19692____closed__13; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignmentQuick_check___boxed(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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__13; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__72(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__1; -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom(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_ExprDefEq___hyg_19645____closed__7; LEAN_EXPORT lean_object* l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_State_cache___default; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_checkAssignment___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*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfold___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__8; lean_object* l_Lean_MetavarContext_getExprAssignmentCore_x3f(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60___boxed(lean_object*, 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_LocalContext_contains(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69(lean_object*, lean_object*); lean_object* l_Lean_Meta_getResetPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__4; uint8_t l_Lean_LocalDecl_isLet(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_ParamInfo_isInstImplicit(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(lean_object*, lean_object*); lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_getAt_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077_(lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64___boxed(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_isDefEqProofIrrel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment___spec__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3(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_Meta_CheckAssignment_checkMVar___spec__19(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__87(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_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isListLevelDefEqAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -548,21 +575,24 @@ lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_SynthInstance_0_ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqUnitLike(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___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_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__28___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar(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_CheckAssignment_checkMVar___spec__36(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__11; static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldComparingHeadsDefEq(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_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__63___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process(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_isExprDefEqAuxImpl___lambda__3___closed__7; lean_object* lean_usize_to_nat(size_t); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__3; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29___boxed(lean_object*, lean_object*); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -571,23 +601,26 @@ lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_ob static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; extern lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst(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_CheckAssignment_checkMVar___spec__74(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__17; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_tryHeuristic___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_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__1___closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_getConfig(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___spec__1(lean_object*, 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_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__20___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Core_instMonadQuotationCoreM; lean_object* l_Lean_Expr_toCtorIfLit(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_cache(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_CheckAssignment_checkMVar___spec__70___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54___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_ExprDefEq_0__Lean_Meta_isDefEqOnFailure___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit(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_Meta_CheckAssignment_checkMVar___spec__34(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft(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_Meta_CheckAssignment_checkMVar___spec__59(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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__2(lean_object*, size_t, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -598,41 +631,47 @@ lean_object* l_Lean_Meta_mkProjFn(lean_object*, lean_object*, lean_object*, lean LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDepsAux___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__87___boxed(lean_object*, lean_object*, lean_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_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_State_cache___default___closed__1; lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNodeCore___at_Lean_Meta_processPostponed___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqBindingDomain_loop(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_Meta_CheckAssignment_checkMVar___spec__38___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun___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_MonadExcept_ofExcept___at_Lean_Meta_processPostponed___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__1; lean_object* l_Lean_instMonadQuotation___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalContext_isSubPrefixOf(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isDefEqStringLit___closed__3; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__2___closed__1; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78(lean_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_List_elem___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__10(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constLevels_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(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_ExprDefEq_0__Lean_Meta_isDefEqLeft___closed__3; LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__9(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps___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_ExprDefEq___hyg_19692____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqBinding___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_simpAssignmentArg___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDepsAux___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_Meta_CheckAssignment_checkApp___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment___spec__1___rarg___boxed(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_PersistentHashMap_findAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__13; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4; static lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_CheckAssignment_checkApp___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -640,17 +679,17 @@ LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_Ex LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2(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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(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_CheckAssignment_instMonadCacheExprCheckAssignmentM___closed__2; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApproxAux___boxed(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_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__43___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_float_to_string(double); static lean_object* l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___closed__1; lean_object* l_Lean_Meta_tryUnificationHints(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -659,28 +698,33 @@ lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MVarId_assign___spec__1(l LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure___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* l___private_Lean_Expr_0__Lean_Expr_etaExpandedAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkFVar___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeps___spec__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__31___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_simpAssignmentArgAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___boxed(lean_object*, lean_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_Meta_CheckAssignmentQuick_check_visit___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__2; lean_object* l_Lean_indentExpr(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_etaEq(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__73(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldNonProjFnDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__12; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Core_checkMaxHeartbeats(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqBindingAux___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_Meta_CheckAssignment_checkMVar___spec__62___boxed(lean_object*, lean_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_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft___lambda__1___boxed(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_Meta_CheckAssignment_checkMVar___spec__28(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_unfoldDefinition_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(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_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__3; lean_object* l_StateRefT_x27_lift(lean_object*, lean_object*, lean_object*, lean_object*); @@ -689,12 +733,11 @@ lean_object* lean_local_ctx_erase(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___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_Meta_isExprDefEqAuxImpl___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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure___spec__2(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_CheckAssignment_checkMVar___spec__50(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___lambda__1(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1___closed__1; lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_isTracingEnabledFor___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__92(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__10; lean_object* l_Lean_Meta_isProofQuick(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkFreshFVarId___at___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAuxAux_process___spec__1___rarg(lean_object*, lean_object*); @@ -702,78 +745,81 @@ lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMe lean_object* l_Lean_ConstantInfo_hints(lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_run___closed__2; lean_object* l_Lean_LocalDecl_type(lean_object*); +static lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___closed__1; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__3; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Meta_checkAssignment___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(lean_object*, 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_instMonadLiftT__1(lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___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_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldReducibeDefEq(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_ExprDefEq_0__Lean_Meta_consumeLet___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__6; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* lean_is_expr_def_eq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__6; static lean_object* l_Lean_Meta_isDefEqStringLit___closed__1; lean_object* l_instMonadLiftT___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj_isDefEqSingleton___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_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct(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_CheckAssignment_checkMVar___spec__26(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun___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_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_CheckAssignment_checkFVar___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__79(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_Meta_ExprDefEq_0__Lean_Meta_unfoldNonProjFnDefEq_packedInstanceOf_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__16; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__14___boxed(lean_object*, lean_object*, 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_Meta_CheckAssignment_checkAssignmentExceptionId; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81___boxed(lean_object*, lean_object*, 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___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t, uint8_t); lean_object* l_Array_back___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___boxed(lean_object**); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); lean_object* l_Lean_Meta_getFunInfoNArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldBothDefEq(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_Meta_CheckAssignment_checkMVar___spec__18___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__2; lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getDelayedMVarAssignment_x3f___spec__1(lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__1___closed__2; size_t lean_usize_sub(size_t, size_t); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__14; lean_object* l_Lean_Meta_isClass_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfold(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__3; -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_sameHeadSymbol___boxed(lean_object*, lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; extern lean_object* l_Lean_Meta_instInhabitedParamInfo; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getStructureCtor(lean_object*, lean_object*); uint8_t l_Lean_Meta_TransparencyMode_lt(uint8_t, uint8_t); lean_object* l_Lean_patternAnnotation_x3f(lean_object*); @@ -789,6 +835,7 @@ static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAs LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___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_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__8; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_occursCheck___at_Lean_Meta_checkAssignment___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isDefEqStringLit___closed__2; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__2; @@ -796,21 +843,24 @@ lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isListLevelDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvar___override(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq___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_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_addLetDeps___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssigned___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqRight(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_ReducibilityHints_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__7(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(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_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___boxed(lean_object*, lean_object*, 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_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqNative(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__6; size_t lean_usize_shift_left(size_t, size_t); @@ -819,43 +869,44 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0_ LEAN_EXPORT lean_object* l_Lean_Meta_checkAssignment(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_HashSetImp_contains___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__6; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_useEtaStruct(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_instMonadCacheExprCheckAssignmentM___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__19___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther(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_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20; lean_object* l_Lean_Expr_headBeta(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_LocalDecl_value_x3f(lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(lean_object*); static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__3; static lean_object* l_Lean_Meta_CheckAssignment_checkMVar___closed__7; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__5; -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs___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*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_throwUnknownMVar___rarg(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_CheckAssignment_checkMVar___spec__36___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_trySynthPending(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); extern lean_object* l_Lean_Meta_instAddMessageContextMetaM; lean_object* l_Lean_Meta_isDefEqOffset(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_Meta_CheckAssignment_checkMVar___spec__2___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_List_elem___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__10___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63___boxed(lean_object*, lean_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_Meta_CheckAssignment_checkMVar___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProj(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Meta_instMonadMCtxMetaM; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__82___boxed(lean_object*, lean_object*, lean_object*, 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_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, 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_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__19; @@ -864,58 +915,58 @@ lean_object* l_Lean_Meta_withNewLocalInstance___at___private_Lean_Meta_Basic_0__ lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive___lambda__1(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_Meta_CheckAssignment_checkMVar___spec__30___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isEtaUnassignedMVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__70(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_cacheResult___spec__2(lean_object*, size_t, size_t, lean_object*, uint8_t); uint8_t l_Lean_Expr_isConst(lean_object*); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__16; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst___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_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_sameHeadSymbol(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isEtaUnassignedMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_is_class(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65___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_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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_Meta_setPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDeltaCandidate_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_ParamInfo_isExplicit(lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__12; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57___boxed(lean_object*, 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 l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); +static lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft___lambda__1(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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__84(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_array_get(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85___boxed(lean_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_ExprDefEq_0__Lean_Meta_isDefEqProjInst___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeps___spec__1(lean_object*); lean_object* l_Lean_Meta_getPostponed___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47___boxed(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__3; +LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75(lean_object*, lean_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_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_run(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85(lean_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_Meta_CheckAssignment_checkMVar___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_findFVar_x3f(lean_object*, lean_object*); uint8_t l_Lean_isStructureLike(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___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_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___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* l_Nat_repr(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__86(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* l_Lean_FVarId_getValue_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58___boxed(lean_object*, lean_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_Lean_Meta_CheckAssignment_checkMVar___spec__55___boxed(lean_object*, 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_ReducibilityHints_isRegular(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; @@ -923,14 +974,13 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at___private_Lean_Meta_ExprD static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeftRight___closed__2; static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unstuckMVar___closed__6; lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_Meta_CheckAssignment_checkMVar___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___closed__1; uint8_t l_Lean_Expr_hasExprMVar(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_Meta_checkAssignment___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_processPostponed(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_instMonadCacheExprCheckAssignmentM; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7___boxed(lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Core_instMonadOptionsCoreM___boxed(lean_object*, lean_object*, lean_object*); @@ -2708,26 +2758,30 @@ return x_9; static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1() { _start: { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___lambda__1___boxed), 6, 0); -return x_1; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_levelZero; +x_2 = l_Lean_Expr_sort___override(x_1); +return x_2; } } static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("failed, insufficient number of arguments at", 43); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = lean_box(0); +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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__3() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___lambda__1___boxed), 6, 0); +return x_1; } } static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__4() { @@ -2750,196 +2804,128 @@ return x_2; static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_levelZero; -x_2 = l_Lean_Expr_sort___override(x_1); -return x_2; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("failed, insufficient number of arguments at", 43); +return x_1; } } static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = lean_box(0); -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_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -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_10; uint8_t x_11; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; x_10 = lean_ctor_get(x_3, 3); lean_inc(x_10); -x_11 = lean_ctor_get(x_3, 4); -lean_inc(x_11); -x_12 = lean_nat_add(x_10, x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_13); -x_15 = lean_nat_dec_eq(x_12, x_14); -lean_dec(x_12); -if (x_15 == 0) -{ -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_dec(x_14); -lean_dec(x_10); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_16 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__5; -x_17 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_16, x_5, x_6, x_7, x_8, x_9); -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 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; -x_21 = lean_unbox(x_18); -lean_dec(x_18); -if (x_21 == 0) +x_100 = lean_ctor_get(x_3, 4); +lean_inc(x_100); +x_101 = lean_nat_add(x_10, x_100); +lean_dec(x_100); +x_102 = lean_unsigned_to_nat(0u); +x_103 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_102); +x_104 = lean_nat_dec_eq(x_101, x_103); +lean_dec(x_103); +lean_dec(x_101); +if (x_104 == 0) { -lean_object* x_22; lean_object* x_23; -lean_dec(x_2); -x_22 = lean_box(0); -x_23 = lean_apply_6(x_20, x_22, x_5, x_6, x_7, x_8, x_19); -return x_23; +uint8_t x_105; +x_105 = 1; +x_11 = x_105; +goto block_99; } 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; -x_24 = l_Lean_indentExpr(x_2); -x_25 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__3; -x_26 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_24); -x_27 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_28 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_27); -x_29 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_16, x_28, x_5, x_6, x_7, x_8, x_19); -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_apply_6(x_20, x_30, x_5, x_6, x_7, x_8, x_31); -return x_32; -} +uint8_t x_106; +x_106 = 0; +x_11 = x_106; +goto block_99; } -else +block_99: { -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_33 = lean_st_ref_get(x_8, x_9); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = lean_ctor_get(x_34, 0); -lean_inc(x_36); -lean_dec(x_34); -x_37 = lean_ctor_get(x_3, 1); -lean_inc(x_37); -x_38 = l_Lean_isStructureLike(x_36, x_37); -if (x_38 == 0) +if (x_11 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -lean_dec(x_14); -lean_dec(x_10); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_39 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__5; -x_40 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_39, x_5, x_6, x_7, x_8, x_35); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; -x_44 = lean_unbox(x_41); -lean_dec(x_41); -if (x_44 == 0) +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_78; uint8_t x_79; +x_12 = lean_st_ref_get(x_8, x_9); +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_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_78 = lean_ctor_get(x_3, 1); +lean_inc(x_78); +x_79 = l_Lean_isStructureLike(x_15, x_78); +if (x_79 == 0) { -lean_object* x_45; lean_object* x_46; -lean_dec(x_2); -x_45 = lean_box(0); -x_46 = lean_apply_6(x_43, x_45, x_5, x_6, x_7, x_8, x_42); -return x_46; +uint8_t x_80; +x_80 = 1; +x_16 = x_80; +goto block_77; } 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; -x_47 = l_Lean_indentExpr(x_2); -x_48 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__5; -x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -x_50 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___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); -x_52 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_39, x_51, x_5, x_6, x_7, x_8, x_42); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_apply_6(x_43, x_53, x_5, x_6, x_7, x_8, x_54); -return x_55; -} +uint8_t x_81; +x_81 = 0; +x_16 = x_81; +goto block_77; } -else +block_77: { -lean_object* x_56; +if (x_16 == 0) +{ +lean_object* x_17; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_56 = lean_infer_type(x_1, x_5, x_6, x_7, x_8, x_35); -if (lean_obj_tag(x_56) == 0) +x_17 = lean_infer_type(x_1, x_5, x_6, x_7, x_8, x_14); +if (lean_obj_tag(x_17) == 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_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_2); -x_59 = lean_infer_type(x_2, x_5, x_6, x_7, x_8, x_58); -if (lean_obj_tag(x_59) == 0) +x_20 = lean_infer_type(x_2, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); +lean_object* x_21; lean_object* x_22; lean_object* x_23; +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); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_62 = l_Lean_Meta_isExprDefEq(x_57, x_60, x_5, x_6, x_7, x_8, x_61); -if (lean_obj_tag(x_62) == 0) +x_23 = l_Lean_Meta_isExprDefEq(x_18, x_21, x_5, x_6, x_7, x_8, x_22); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_63; uint8_t x_64; -x_63 = lean_ctor_get(x_62, 0); -lean_inc(x_63); -x_64 = lean_unbox(x_63); -lean_dec(x_63); -if (x_64 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_24); +x_25 = lean_unbox(x_24); +lean_dec(x_24); +if (x_25 == 0) { -uint8_t x_65; -lean_dec(x_14); +uint8_t x_26; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -2949,61 +2935,62 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_65 = !lean_is_exclusive(x_62); -if (x_65 == 0) +x_26 = !lean_is_exclusive(x_23); +if (x_26 == 0) { -lean_object* x_66; uint8_t x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_62, 0); -lean_dec(x_66); -x_67 = 0; -x_68 = lean_box(x_67); -lean_ctor_set(x_62, 0, x_68); -return x_62; +lean_object* x_27; uint8_t x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_23, 0); +lean_dec(x_27); +x_28 = 0; +x_29 = lean_box(x_28); +lean_ctor_set(x_23, 0, x_29); +return x_23; } else { -lean_object* x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; -x_69 = lean_ctor_get(x_62, 1); -lean_inc(x_69); -lean_dec(x_62); -x_70 = 0; -x_71 = lean_box(x_70); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -return x_72; +lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; +x_30 = lean_ctor_get(x_23, 1); +lean_inc(x_30); +lean_dec(x_23); +x_31 = 0; +x_32 = lean_box(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_30); +return x_33; } } 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; uint8_t x_83; lean_object* x_84; -x_73 = lean_ctor_get(x_62, 1); -lean_inc(x_73); -lean_dec(x_62); -x_74 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; -lean_inc(x_14); -x_75 = lean_mk_array(x_14, x_74); -x_76 = lean_unsigned_to_nat(1u); -x_77 = lean_nat_sub(x_14, x_76); -lean_dec(x_14); +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; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; +x_34 = lean_ctor_get(x_23, 1); +lean_inc(x_34); +lean_dec(x_23); +x_35 = lean_unsigned_to_nat(0u); +x_36 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_35); +x_37 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; +lean_inc(x_36); +x_38 = lean_mk_array(x_36, x_37); +x_39 = lean_unsigned_to_nat(1u); +x_40 = lean_nat_sub(x_36, x_39); +lean_dec(x_36); lean_inc(x_2); -x_78 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_75, x_77); +x_41 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_38, x_40); lean_inc(x_10); -lean_inc(x_78); -x_79 = l_Array_toSubarray___rarg(x_78, x_13, x_10); -x_80 = l_Array_ofSubarray___rarg(x_79); -x_81 = lean_array_get_size(x_78); -x_82 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7; -x_83 = 1; -x_84 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2(x_1, x_2, x_3, x_4, x_10, x_78, x_80, x_81, x_82, x_83, x_5, x_6, x_7, x_8, x_73); -lean_dec(x_78); -return x_84; +lean_inc(x_41); +x_42 = l_Array_toSubarray___rarg(x_41, x_35, x_10); +x_43 = l_Array_ofSubarray___rarg(x_42); +x_44 = lean_array_get_size(x_41); +x_45 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; +x_46 = 1; +x_47 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__2(x_1, x_2, x_3, x_4, x_10, x_41, x_43, x_44, x_45, x_46, x_5, x_6, x_7, x_8, x_34); +lean_dec(x_41); +return x_47; } } else { -uint8_t x_85; -lean_dec(x_14); +uint8_t x_48; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -3013,31 +3000,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_62); -if (x_85 == 0) +x_48 = !lean_is_exclusive(x_23); +if (x_48 == 0) { -return x_62; +return x_23; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_62, 0); -x_87 = lean_ctor_get(x_62, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_62); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_23, 0); +x_50 = lean_ctor_get(x_23, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_23); +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_89; -lean_dec(x_57); -lean_dec(x_14); +uint8_t x_52; +lean_dec(x_18); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -3047,30 +3033,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_89 = !lean_is_exclusive(x_59); -if (x_89 == 0) +x_52 = !lean_is_exclusive(x_20); +if (x_52 == 0) { -return x_59; +return x_20; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_59, 0); -x_91 = lean_ctor_get(x_59, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_59); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -return x_92; +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_20, 0); +x_54 = lean_ctor_get(x_20, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_20); +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 { -uint8_t x_93; -lean_dec(x_14); +uint8_t x_56; lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); @@ -3080,24 +3065,120 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_93 = !lean_is_exclusive(x_56); -if (x_93 == 0) +x_56 = !lean_is_exclusive(x_17); +if (x_56 == 0) { -return x_56; +return x_17; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_56, 0); -x_95 = lean_ctor_get(x_56, 1); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_56); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_17, 0); +x_58 = lean_ctor_get(x_17, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_17); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; +} +} } +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; +lean_dec(x_10); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_60 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__5; +x_61 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_60, x_5, x_6, x_7, x_8, x_14); +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__3; +x_65 = lean_unbox(x_62); +lean_dec(x_62); +if (x_65 == 0) +{ +lean_object* x_66; lean_object* x_67; +lean_dec(x_2); +x_66 = lean_box(0); +x_67 = lean_apply_6(x_64, x_66, x_5, x_6, x_7, x_8, x_63); +return x_67; +} +else +{ +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_68 = l_Lean_indentExpr(x_2); +x_69 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__5; +x_70 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_72 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_72, 0, x_70); +lean_ctor_set(x_72, 1, x_71); +x_73 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_60, x_72, x_5, x_6, x_7, x_8, x_63); +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); +lean_inc(x_75); +lean_dec(x_73); +x_76 = lean_apply_6(x_64, x_74, x_5, x_6, x_7, x_8, x_75); +return x_76; +} +} +} +} +else +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; +lean_dec(x_10); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_82 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__5; +x_83 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_82, x_5, x_6, x_7, x_8, x_9); +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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__3; +x_87 = lean_unbox(x_84); +lean_dec(x_84); +if (x_87 == 0) +{ +lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_88 = lean_box(0); +x_89 = lean_apply_6(x_86, x_88, x_5, x_6, x_7, x_8, x_85); +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; +x_90 = l_Lean_indentExpr(x_2); +x_91 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7; +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_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_94 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_94, 0, x_92); +lean_ctor_set(x_94, 1, x_93); +x_95 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_82, x_94, x_5, x_6, x_7, x_8, x_85); +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_apply_6(x_86, x_96, x_5, x_6, x_7, x_8, x_97); +return x_98; } } } @@ -4396,8 +4477,36 @@ return x_161; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta(lean_object* x_1, 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; -x_8 = l_Lean_Expr_isLambda(x_1); +uint8_t x_8; uint8_t x_55; +x_55 = l_Lean_Expr_isLambda(x_1); +if (x_55 == 0) +{ +uint8_t x_56; +x_56 = 0; +x_8 = x_56; +goto block_54; +} +else +{ +uint8_t x_57; +x_57 = l_Lean_Expr_isLambda(x_2); +if (x_57 == 0) +{ +uint8_t x_58; +x_58 = 1; +x_8 = x_58; +goto block_54; +} +else +{ +uint8_t x_59; +x_59 = 0; +x_8 = x_59; +goto block_54; +} +} +block_54: +{ if (x_8 == 0) { uint8_t x_9; lean_object* x_10; lean_object* x_11; @@ -4416,214 +4525,194 @@ return x_11; } else { -uint8_t x_12; -x_12 = l_Lean_Expr_isLambda(x_2); -if (x_12 == 0) -{ -lean_object* x_13; +lean_object* x_12; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_13 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_13) == 0) +x_12 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_12) == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = lean_ctor_get(x_13, 0); +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -lean_dec(x_13); +lean_dec(x_12); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_16 = l_Lean_Meta_whnfD(x_14, x_3, x_4, x_5, x_6, x_15); -if (lean_obj_tag(x_16) == 0) +x_15 = l_Lean_Meta_whnfD(x_13, x_3, x_4, x_5, x_6, x_14); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_17; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -if (lean_obj_tag(x_17) == 7) +lean_object* x_16; +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +if (lean_obj_tag(x_16) == 7) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_22; lean_object* x_23; -x_18 = lean_ctor_get(x_16, 1); +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; uint8_t x_21; lean_object* x_22; +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_ctor_get(x_16, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 0); +x_19 = lean_ctor_get(x_16, 1); lean_inc(x_19); -x_20 = lean_ctor_get(x_17, 1); -lean_inc(x_20); -x_21 = lean_ctor_get_uint8(x_17, sizeof(void*)*3 + 8); -lean_dec(x_17); -x_22 = 1; -x_23 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___spec__1(x_1, x_2, x_19, x_20, x_21, x_22, x_3, x_4, x_5, x_6, x_18); -if (lean_obj_tag(x_23) == 0) +x_20 = lean_ctor_get_uint8(x_16, sizeof(void*)*3 + 8); +lean_dec(x_16); +x_21 = 1; +x_22 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEta___spec__1(x_1, x_2, x_18, x_19, x_20, x_21, x_3, x_4, x_5, x_6, x_17); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_24; -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_25; uint8_t x_26; uint8_t x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_unbox(x_25); -lean_dec(x_25); -x_27 = l_Bool_toLBool(x_26); -x_28 = lean_box(x_27); -lean_ctor_set(x_23, 0, x_28); -return x_23; +lean_object* x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_unbox(x_24); +lean_dec(x_24); +x_26 = l_Bool_toLBool(x_25); +x_27 = lean_box(x_26); +lean_ctor_set(x_22, 0, x_27); +return x_22; } else { -lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; -x_29 = lean_ctor_get(x_23, 0); -x_30 = lean_ctor_get(x_23, 1); -lean_inc(x_30); +lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; +x_28 = lean_ctor_get(x_22, 0); +x_29 = lean_ctor_get(x_22, 1); lean_inc(x_29); -lean_dec(x_23); -x_31 = lean_unbox(x_29); -lean_dec(x_29); -x_32 = l_Bool_toLBool(x_31); -x_33 = lean_box(x_32); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_30); -return x_34; +lean_inc(x_28); +lean_dec(x_22); +x_30 = lean_unbox(x_28); +lean_dec(x_28); +x_31 = l_Bool_toLBool(x_30); +x_32 = lean_box(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_29); +return x_33; } } else { -uint8_t x_35; -x_35 = !lean_is_exclusive(x_23); -if (x_35 == 0) +uint8_t x_34; +x_34 = !lean_is_exclusive(x_22); +if (x_34 == 0) { -return x_23; +return x_22; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_23, 0); -x_37 = lean_ctor_get(x_23, 1); -lean_inc(x_37); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_22, 0); +x_36 = lean_ctor_get(x_22, 1); lean_inc(x_36); -lean_dec(x_23); -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_inc(x_35); +lean_dec(x_22); +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 { -uint8_t x_39; -lean_dec(x_17); +uint8_t x_38; +lean_dec(x_16); 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_16); -if (x_39 == 0) +x_38 = !lean_is_exclusive(x_15); +if (x_38 == 0) { -lean_object* x_40; uint8_t x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_16, 0); -lean_dec(x_40); -x_41 = 2; -x_42 = lean_box(x_41); -lean_ctor_set(x_16, 0, x_42); -return x_16; +lean_object* x_39; uint8_t x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_15, 0); +lean_dec(x_39); +x_40 = 2; +x_41 = lean_box(x_40); +lean_ctor_set(x_15, 0, x_41); +return x_15; } else { -lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; -x_43 = lean_ctor_get(x_16, 1); -lean_inc(x_43); -lean_dec(x_16); -x_44 = 2; -x_45 = lean_box(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_43); -return x_46; +lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; +x_42 = lean_ctor_get(x_15, 1); +lean_inc(x_42); +lean_dec(x_15); +x_43 = 2; +x_44 = lean_box(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_42); +return x_45; } } } else { -uint8_t x_47; +uint8_t x_46; 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_47 = !lean_is_exclusive(x_16); -if (x_47 == 0) +x_46 = !lean_is_exclusive(x_15); +if (x_46 == 0) { -return x_16; +return x_15; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_16, 0); -x_49 = lean_ctor_get(x_16, 1); -lean_inc(x_49); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_15, 0); +x_48 = lean_ctor_get(x_15, 1); lean_inc(x_48); -lean_dec(x_16); -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_inc(x_47); +lean_dec(x_15); +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; } } } else { -uint8_t x_51; +uint8_t x_50; 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_51 = !lean_is_exclusive(x_13); -if (x_51 == 0) +x_50 = !lean_is_exclusive(x_12); +if (x_50 == 0) { -return x_13; +return x_12; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_13, 0); -x_53 = lean_ctor_get(x_13, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_12, 0); +x_52 = lean_ctor_get(x_12, 1); lean_inc(x_52); -lean_dec(x_13); -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; -} +lean_inc(x_51); +lean_dec(x_12); +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; } } -else -{ -uint8_t x_55; lean_object* x_56; lean_object* x_57; -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_55 = 2; -x_56 = lean_box(x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_7); -return x_57; } } } @@ -4979,290 +5068,318 @@ return x_84; LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqNat(lean_object* x_1, 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; -x_8 = l_Lean_Expr_hasFVar(x_1); -if (x_8 == 0) +uint8_t x_8; uint8_t x_90; +x_90 = l_Lean_Expr_hasFVar(x_1); +if (x_90 == 0) { -uint8_t x_9; -x_9 = l_Lean_Expr_hasMVar(x_1); -if (x_9 == 0) +uint8_t x_91; +x_91 = l_Lean_Expr_hasMVar(x_1); +if (x_91 == 0) { -uint8_t x_10; -x_10 = l_Lean_Expr_hasFVar(x_2); -if (x_10 == 0) +uint8_t x_92; +x_92 = l_Lean_Expr_hasFVar(x_2); +if (x_92 == 0) { -uint8_t x_11; -x_11 = l_Lean_Expr_hasMVar(x_2); -if (x_11 == 0) +uint8_t x_93; +x_93 = l_Lean_Expr_hasMVar(x_2); +x_8 = x_93; +goto block_89; +} +else { -lean_object* x_12; +uint8_t x_94; +x_94 = 1; +x_8 = x_94; +goto block_89; +} +} +else +{ +uint8_t x_95; +x_95 = 1; +x_8 = x_95; +goto block_89; +} +} +else +{ +uint8_t x_96; +x_96 = 1; +x_8 = x_96; +goto block_89; +} +block_89: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); -x_12 = l_Lean_Meta_reduceNat_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_12) == 0) +x_9 = l_Lean_Meta_reduceNat_x3f(x_1, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_9) == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -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); +lean_object* x_10; lean_object* x_11; lean_object* x_12; +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_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_15 = l_Lean_Meta_reduceNat_x3f(x_2, x_3, x_4, x_5, x_6, x_14); -if (lean_obj_tag(x_15) == 0) +x_12 = l_Lean_Meta_reduceNat_x3f(x_2, x_3, x_4, x_5, x_6, x_11); +if (lean_obj_tag(x_12) == 0) { -if (lean_obj_tag(x_13) == 0) +if (lean_obj_tag(x_10) == 0) { -lean_object* x_16; +lean_object* x_13; lean_dec(x_2); -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -if (lean_obj_tag(x_16) == 0) +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_17; +uint8_t x_14; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_17 = !lean_is_exclusive(x_15); -if (x_17 == 0) +x_14 = !lean_is_exclusive(x_12); +if (x_14 == 0) { -lean_object* x_18; uint8_t x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_15, 0); -lean_dec(x_18); -x_19 = 2; -x_20 = lean_box(x_19); -lean_ctor_set(x_15, 0, x_20); -return x_15; +lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_12, 0); +lean_dec(x_15); +x_16 = 2; +x_17 = lean_box(x_16); +lean_ctor_set(x_12, 0, x_17); +return x_12; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; -x_21 = lean_ctor_get(x_15, 1); -lean_inc(x_21); -lean_dec(x_15); -x_22 = 2; -x_23 = lean_box(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_21); -return x_24; +lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_12, 1); +lean_inc(x_18); +lean_dec(x_12); +x_19 = 2; +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 { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_15, 1); -lean_inc(x_25); -lean_dec(x_15); -x_26 = lean_ctor_get(x_16, 0); -lean_inc(x_26); -lean_dec(x_16); -x_27 = lean_is_expr_def_eq(x_1, x_26, x_3, x_4, x_5, x_6, x_25); -if (lean_obj_tag(x_27) == 0) +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_13, 0); +lean_inc(x_23); +lean_dec(x_13); +x_24 = lean_is_expr_def_eq(x_1, x_23, x_3, x_4, x_5, x_6, x_22); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_28; -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -lean_object* x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_unbox(x_29); -lean_dec(x_29); -x_31 = l_Bool_toLBool(x_30); -x_32 = lean_box(x_31); -lean_ctor_set(x_27, 0, x_32); -return x_27; +lean_object* x_26; uint8_t x_27; uint8_t x_28; lean_object* x_29; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_unbox(x_26); +lean_dec(x_26); +x_28 = l_Bool_toLBool(x_27); +x_29 = lean_box(x_28); +lean_ctor_set(x_24, 0, x_29); +return x_24; } else { -lean_object* x_33; lean_object* x_34; uint8_t x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; -x_33 = lean_ctor_get(x_27, 0); -x_34 = lean_ctor_get(x_27, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_27); -x_35 = lean_unbox(x_33); -lean_dec(x_33); -x_36 = l_Bool_toLBool(x_35); -x_37 = lean_box(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_34); -return x_38; +lean_object* x_30; lean_object* x_31; uint8_t x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; +x_30 = lean_ctor_get(x_24, 0); +x_31 = lean_ctor_get(x_24, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_24); +x_32 = lean_unbox(x_30); +lean_dec(x_30); +x_33 = l_Bool_toLBool(x_32); +x_34 = lean_box(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_31); +return x_35; } } else { -uint8_t x_39; -x_39 = !lean_is_exclusive(x_27); -if (x_39 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_24); +if (x_36 == 0) { -return x_27; +return x_24; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_27, 0); -x_41 = lean_ctor_get(x_27, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_27); -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_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_24, 0); +x_38 = lean_ctor_get(x_24, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_24); +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; } } } } else { -lean_object* x_43; +lean_object* x_40; lean_dec(x_1); -x_43 = lean_ctor_get(x_15, 0); -lean_inc(x_43); -if (lean_obj_tag(x_43) == 0) +x_40 = lean_ctor_get(x_12, 0); +lean_inc(x_40); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_15, 1); -lean_inc(x_44); -lean_dec(x_15); -x_45 = lean_ctor_get(x_13, 0); -lean_inc(x_45); -lean_dec(x_13); -x_46 = lean_is_expr_def_eq(x_45, x_2, x_3, x_4, x_5, x_6, x_44); -if (lean_obj_tag(x_46) == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_12, 1); +lean_inc(x_41); +lean_dec(x_12); +x_42 = lean_ctor_get(x_10, 0); +lean_inc(x_42); +lean_dec(x_10); +x_43 = lean_is_expr_def_eq(x_42, x_2, x_3, x_4, x_5, x_6, x_41); +if (lean_obj_tag(x_43) == 0) { -uint8_t x_47; -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -lean_object* x_48; uint8_t x_49; uint8_t x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_46, 0); -x_49 = lean_unbox(x_48); -lean_dec(x_48); -x_50 = l_Bool_toLBool(x_49); -x_51 = lean_box(x_50); -lean_ctor_set(x_46, 0, x_51); -return x_46; +lean_object* x_45; uint8_t x_46; uint8_t x_47; lean_object* x_48; +x_45 = lean_ctor_get(x_43, 0); +x_46 = lean_unbox(x_45); +lean_dec(x_45); +x_47 = l_Bool_toLBool(x_46); +x_48 = lean_box(x_47); +lean_ctor_set(x_43, 0, x_48); +return x_43; } else { -lean_object* x_52; lean_object* x_53; uint8_t x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; -x_52 = lean_ctor_get(x_46, 0); -x_53 = lean_ctor_get(x_46, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_46); -x_54 = lean_unbox(x_52); -lean_dec(x_52); -x_55 = l_Bool_toLBool(x_54); -x_56 = lean_box(x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_53); -return x_57; +lean_object* x_49; lean_object* x_50; uint8_t x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; +x_49 = lean_ctor_get(x_43, 0); +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_43); +x_51 = lean_unbox(x_49); +lean_dec(x_49); +x_52 = l_Bool_toLBool(x_51); +x_53 = lean_box(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_50); +return x_54; } } else { -uint8_t x_58; -x_58 = !lean_is_exclusive(x_46); -if (x_58 == 0) +uint8_t x_55; +x_55 = !lean_is_exclusive(x_43); +if (x_55 == 0) { -return x_46; +return x_43; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_46, 0); -x_60 = lean_ctor_get(x_46, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_46); -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_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_43, 0); +x_57 = lean_ctor_get(x_43, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_43); +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; } } } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_dec(x_2); -x_62 = lean_ctor_get(x_15, 1); -lean_inc(x_62); -lean_dec(x_15); -x_63 = lean_ctor_get(x_13, 0); -lean_inc(x_63); -lean_dec(x_13); -x_64 = lean_ctor_get(x_43, 0); -lean_inc(x_64); -lean_dec(x_43); -x_65 = lean_is_expr_def_eq(x_63, x_64, x_3, x_4, x_5, x_6, x_62); -if (lean_obj_tag(x_65) == 0) +x_59 = lean_ctor_get(x_12, 1); +lean_inc(x_59); +lean_dec(x_12); +x_60 = lean_ctor_get(x_10, 0); +lean_inc(x_60); +lean_dec(x_10); +x_61 = lean_ctor_get(x_40, 0); +lean_inc(x_61); +lean_dec(x_40); +x_62 = lean_is_expr_def_eq(x_60, x_61, x_3, x_4, x_5, x_6, x_59); +if (lean_obj_tag(x_62) == 0) { -uint8_t x_66; -x_66 = !lean_is_exclusive(x_65); -if (x_66 == 0) +uint8_t x_63; +x_63 = !lean_is_exclusive(x_62); +if (x_63 == 0) { -lean_object* x_67; uint8_t x_68; uint8_t x_69; lean_object* x_70; -x_67 = lean_ctor_get(x_65, 0); -x_68 = lean_unbox(x_67); -lean_dec(x_67); -x_69 = l_Bool_toLBool(x_68); -x_70 = lean_box(x_69); -lean_ctor_set(x_65, 0, x_70); -return x_65; +lean_object* x_64; uint8_t x_65; uint8_t x_66; lean_object* x_67; +x_64 = lean_ctor_get(x_62, 0); +x_65 = lean_unbox(x_64); +lean_dec(x_64); +x_66 = l_Bool_toLBool(x_65); +x_67 = lean_box(x_66); +lean_ctor_set(x_62, 0, x_67); +return x_62; } else { -lean_object* x_71; lean_object* x_72; uint8_t x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_71 = lean_ctor_get(x_65, 0); -x_72 = lean_ctor_get(x_65, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_65); -x_73 = lean_unbox(x_71); -lean_dec(x_71); -x_74 = l_Bool_toLBool(x_73); -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_72); -return x_76; +lean_object* x_68; lean_object* x_69; uint8_t x_70; uint8_t x_71; lean_object* x_72; lean_object* x_73; +x_68 = lean_ctor_get(x_62, 0); +x_69 = lean_ctor_get(x_62, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_62); +x_70 = lean_unbox(x_68); +lean_dec(x_68); +x_71 = l_Bool_toLBool(x_70); +x_72 = lean_box(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_69); +return x_73; } } else { -uint8_t x_77; -x_77 = !lean_is_exclusive(x_65); -if (x_77 == 0) +uint8_t x_74; +x_74 = !lean_is_exclusive(x_62); +if (x_74 == 0) { -return x_65; +return x_62; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_65, 0); -x_79 = lean_ctor_get(x_65, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_65); -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_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_62, 0); +x_76 = lean_ctor_get(x_62, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_62); +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; } } } @@ -5270,129 +5387,79 @@ return x_80; } else { -uint8_t x_81; -lean_dec(x_13); -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_81 = !lean_is_exclusive(x_15); -if (x_81 == 0) -{ -return x_15; -} -else -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_15, 0); -x_83 = lean_ctor_get(x_15, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_15); -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 -{ -uint8_t x_85; +uint8_t x_78; +lean_dec(x_10); 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_85 = !lean_is_exclusive(x_12); -if (x_85 == 0) +x_78 = !lean_is_exclusive(x_12); +if (x_78 == 0) { return x_12; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_12, 0); -x_87 = lean_ctor_get(x_12, 1); -lean_inc(x_87); -lean_inc(x_86); +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_12, 0); +x_80 = lean_ctor_get(x_12, 1); +lean_inc(x_80); +lean_inc(x_79); lean_dec(x_12); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +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 { -uint8_t x_89; lean_object* x_90; lean_object* x_91; +uint8_t x_82; 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_89 = 2; -x_90 = lean_box(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_7); -return x_91; -} -} -else +x_82 = !lean_is_exclusive(x_9); +if (x_82 == 0) { -uint8_t x_92; lean_object* x_93; lean_object* x_94; -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 = 2; -x_93 = lean_box(x_92); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_7); -return x_94; -} +return x_9; } else { -uint8_t x_95; lean_object* x_96; lean_object* x_97; -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_95 = 2; -x_96 = lean_box(x_95); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_7); -return x_97; +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_9, 0); +x_84 = lean_ctor_get(x_9, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_9); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; +} } } else { -uint8_t x_98; lean_object* x_99; lean_object* x_100; +uint8_t x_86; lean_object* x_87; lean_object* x_88; 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_98 = 2; -x_99 = lean_box(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_7); -return x_100; +x_86 = 2; +x_87 = lean_box(x_86); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_7); +return x_88; +} } } } @@ -5425,8 +5492,25 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqStringLit(lean_object* x_1, 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; -x_8 = l_Lean_Expr_isStringLit(x_1); +uint8_t x_8; uint8_t x_53; +x_53 = l_Lean_Expr_isStringLit(x_1); +if (x_53 == 0) +{ +uint8_t x_54; +x_54 = 0; +x_8 = x_54; +goto block_52; +} +else +{ +lean_object* x_55; uint8_t x_56; +x_55 = l_Lean_Meta_isDefEqStringLit___closed__3; +x_56 = l_Lean_Expr_isAppOf(x_2, x_55); +x_8 = x_56; +goto block_52; +} +block_52: +{ if (x_8 == 0) { lean_object* x_9; uint8_t x_10; @@ -5533,170 +5617,62 @@ return x_34; } else { -lean_object* x_35; uint8_t x_36; -x_35 = l_Lean_Meta_isDefEqStringLit___closed__3; -x_36 = l_Lean_Expr_isAppOf(x_2, x_35); -if (x_36 == 0) +lean_object* x_35; lean_object* x_36; +x_35 = l_Lean_Expr_toCtorIfLit(x_1); +x_36 = lean_is_expr_def_eq(x_35, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_36) == 0) { uint8_t x_37; -x_37 = l_Lean_Expr_isAppOf(x_1, x_35); +x_37 = !lean_is_exclusive(x_36); if (x_37 == 0) { -uint8_t x_38; lean_object* x_39; lean_object* x_40; -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_38 = 2; -x_39 = lean_box(x_38); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_7); -return x_40; -} -else -{ -uint8_t x_41; -x_41 = l_Lean_Expr_isStringLit(x_2); -if (x_41 == 0) -{ -uint8_t x_42; lean_object* x_43; lean_object* x_44; -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_42 = 2; -x_43 = lean_box(x_42); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_7); -return x_44; -} -else -{ -lean_object* x_45; lean_object* x_46; -x_45 = l_Lean_Expr_toCtorIfLit(x_2); -x_46 = lean_is_expr_def_eq(x_1, x_45, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_46) == 0) -{ -uint8_t x_47; -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) -{ -lean_object* x_48; uint8_t x_49; uint8_t x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_46, 0); -x_49 = lean_unbox(x_48); -lean_dec(x_48); -x_50 = l_Bool_toLBool(x_49); -x_51 = lean_box(x_50); -lean_ctor_set(x_46, 0, x_51); -return x_46; -} -else -{ -lean_object* x_52; lean_object* x_53; uint8_t x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; -x_52 = lean_ctor_get(x_46, 0); -x_53 = lean_ctor_get(x_46, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_46); -x_54 = lean_unbox(x_52); -lean_dec(x_52); -x_55 = l_Bool_toLBool(x_54); -x_56 = lean_box(x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_53); -return x_57; -} -} -else -{ -uint8_t x_58; -x_58 = !lean_is_exclusive(x_46); -if (x_58 == 0) -{ -return x_46; -} -else -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_46, 0); -x_60 = lean_ctor_get(x_46, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_46); -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; -} -} -} -} -} -else -{ -lean_object* x_62; lean_object* x_63; -x_62 = l_Lean_Expr_toCtorIfLit(x_1); -x_63 = lean_is_expr_def_eq(x_62, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_63) == 0) -{ -uint8_t x_64; -x_64 = !lean_is_exclusive(x_63); -if (x_64 == 0) -{ -lean_object* x_65; uint8_t x_66; uint8_t x_67; lean_object* x_68; -x_65 = lean_ctor_get(x_63, 0); -x_66 = lean_unbox(x_65); -lean_dec(x_65); -x_67 = l_Bool_toLBool(x_66); -x_68 = lean_box(x_67); -lean_ctor_set(x_63, 0, x_68); -return x_63; +lean_object* x_38; uint8_t x_39; uint8_t x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_36, 0); +x_39 = lean_unbox(x_38); +lean_dec(x_38); +x_40 = l_Bool_toLBool(x_39); +x_41 = lean_box(x_40); +lean_ctor_set(x_36, 0, x_41); +return x_36; } else { -lean_object* x_69; lean_object* x_70; uint8_t x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; -x_69 = lean_ctor_get(x_63, 0); -x_70 = lean_ctor_get(x_63, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_63); -x_71 = lean_unbox(x_69); -lean_dec(x_69); -x_72 = l_Bool_toLBool(x_71); -x_73 = lean_box(x_72); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_70); -return x_74; +lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; +x_42 = lean_ctor_get(x_36, 0); +x_43 = lean_ctor_get(x_36, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_36); +x_44 = lean_unbox(x_42); +lean_dec(x_42); +x_45 = l_Bool_toLBool(x_44); +x_46 = lean_box(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_43); +return x_47; } } else { -uint8_t x_75; -x_75 = !lean_is_exclusive(x_63); -if (x_75 == 0) +uint8_t x_48; +x_48 = !lean_is_exclusive(x_36); +if (x_48 == 0) { -return x_63; +return x_36; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_63, 0); -x_77 = lean_ctor_get(x_63, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_63); -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; +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_36, 0); +x_50 = lean_ctor_get(x_36, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_36); +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; } } } @@ -6071,18 +6047,18 @@ x_37 = lean_nat_dec_lt(x_7, x_36); lean_dec(x_36); if (x_33 == 0) { -lean_object* x_166; lean_object* x_167; -x_166 = l_Lean_Meta_instInhabitedParamInfo; -x_167 = l___private_Init_Util_0__outOfBounds___rarg(x_166); -x_38 = x_167; -goto block_165; +lean_object* x_144; lean_object* x_145; +x_144 = l_Lean_Meta_instInhabitedParamInfo; +x_145 = l___private_Init_Util_0__outOfBounds___rarg(x_144); +x_38 = x_145; +goto block_143; } else { -lean_object* x_168; -x_168 = lean_array_fget(x_1, x_7); -x_38 = x_168; -goto block_165; +lean_object* x_146; +x_146 = lean_array_fget(x_1, x_7); +x_38 = x_146; +goto block_143; } block_28: { @@ -6119,50 +6095,184 @@ x_15 = x_22; goto _start; } } -block_165: +block_143: { uint8_t x_39; lean_object* x_40; x_39 = lean_ctor_get_uint8(x_38, sizeof(void*)*1 + 5); if (x_35 == 0) { -lean_object* x_162; lean_object* x_163; -x_162 = l_Lean_instInhabitedExpr; -x_163 = l___private_Init_Util_0__outOfBounds___rarg(x_162); -x_40 = x_163; -goto block_161; +lean_object* x_140; lean_object* x_141; +x_140 = l_Lean_instInhabitedExpr; +x_141 = l___private_Init_Util_0__outOfBounds___rarg(x_140); +x_40 = x_141; +goto block_139; } else { -lean_object* x_164; -x_164 = lean_array_fget(x_2, x_7); -x_40 = x_164; -goto block_161; +lean_object* x_142; +x_142 = lean_array_fget(x_2, x_7); +x_40 = x_142; +goto block_139; } -block_161: +block_139: { lean_object* x_41; if (x_37 == 0) { -lean_object* x_158; lean_object* x_159; -x_158 = l_Lean_instInhabitedExpr; -x_159 = l___private_Init_Util_0__outOfBounds___rarg(x_158); -x_41 = x_159; -goto block_157; +lean_object* x_136; lean_object* x_137; +x_136 = l_Lean_instInhabitedExpr; +x_137 = l___private_Init_Util_0__outOfBounds___rarg(x_136); +x_41 = x_137; +goto block_135; } else { -lean_object* x_160; -x_160 = lean_array_fget(x_3, x_7); -x_41 = x_160; -goto block_157; +lean_object* x_138; +x_138 = lean_array_fget(x_3, x_7); +x_41 = x_138; +goto block_135; } -block_157: +block_135: { -uint8_t x_42; lean_object* x_43; +uint8_t x_42; lean_object* x_43; uint8_t x_65; if (x_39 == 0) { -uint8_t x_65; -x_65 = lean_ctor_get_uint8(x_38, sizeof(void*)*1 + 4); +uint8_t x_133; +x_133 = lean_ctor_get_uint8(x_38, sizeof(void*)*1 + 4); +x_65 = x_133; +goto block_132; +} +else +{ +uint8_t x_134; +x_134 = 1; +x_65 = x_134; +goto block_132; +} +block_64: +{ +if (x_42 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +lean_dec(x_41); +lean_dec(x_40); +lean_inc(x_7); +x_44 = lean_array_push(x_31, x_7); +if (lean_is_scalar(x_32)) { + x_45 = lean_alloc_ctor(0, 2, 0); +} else { + x_45 = x_32; +} +lean_ctor_set(x_45, 0, x_30); +lean_ctor_set(x_45, 1, x_44); +lean_inc(x_5); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_5); +lean_ctor_set(x_46, 1, x_45); +x_47 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_47, 0, x_46); +x_21 = x_47; +x_22 = x_43; +goto block_28; +} +else +{ +lean_object* x_48; +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +x_48 = lean_is_expr_def_eq(x_40, x_41, x_11, x_12, x_13, x_14, x_43); +if (lean_obj_tag(x_48) == 0) +{ +lean_object* x_49; uint8_t x_50; +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +if (lean_is_scalar(x_32)) { + x_52 = lean_alloc_ctor(0, 2, 0); +} else { + x_52 = x_32; +} +lean_ctor_set(x_52, 0, x_30); +lean_ctor_set(x_52, 1, x_31); +x_53 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___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(0, 1, 0); +lean_ctor_set(x_55, 0, x_54); +x_21 = x_55; +x_22 = x_51; +goto block_28; +} +else +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_48, 1); +lean_inc(x_56); +lean_dec(x_48); +if (lean_is_scalar(x_32)) { + x_57 = lean_alloc_ctor(0, 2, 0); +} else { + x_57 = x_32; +} +lean_ctor_set(x_57, 0, x_30); +lean_ctor_set(x_57, 1, x_31); +lean_inc(x_5); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_5); +lean_ctor_set(x_58, 1, x_57); +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_58); +x_21 = x_59; +x_22 = x_56; +goto block_28; +} +} +else +{ +uint8_t x_60; +lean_dec(x_32); +lean_dec(x_31); +lean_dec(x_30); +lean_dec(x_20); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_7); +lean_dec(x_5); +x_60 = !lean_is_exclusive(x_48); +if (x_60 == 0) +{ +return x_48; +} +else +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_48, 0); +x_62 = lean_ctor_get(x_48, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_48); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +} +block_132: +{ if (x_65 == 0) { uint8_t x_66; @@ -6386,7 +6496,7 @@ x_104 = lean_unbox(x_103); lean_dec(x_103); if (x_104 == 0) { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +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_dec(x_41); lean_dec(x_40); x_105 = lean_ctor_get(x_102, 1); @@ -6401,264 +6511,67 @@ lean_inc(x_108); x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); lean_dec(x_107); -x_21 = x_108; -x_22 = x_109; -goto block_28; +x_110 = lean_ctor_get(x_108, 0); +lean_inc(x_110); +lean_dec(x_108); +x_111 = lean_nat_add(x_7, x_9); +lean_dec(x_7); +x_6 = x_20; +x_7 = x_111; +x_10 = x_110; +x_15 = x_109; +goto _start; } else { -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; -x_110 = lean_ctor_get(x_102, 1); -lean_inc(x_110); +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; +x_113 = lean_ctor_get(x_102, 1); +lean_inc(x_113); lean_dec(x_102); -x_111 = l_Lean_MessageData_ofExpr(x_40); -x_112 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__4; -x_113 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_111); -x_114 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; -x_115 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -x_116 = l_Lean_MessageData_ofExpr(x_41); -x_117 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_117, 0, x_115); -lean_ctor_set(x_117, 1, x_116); -x_118 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_119 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set(x_119, 1, x_118); -x_120 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_101, x_119, x_11, x_12, x_13, x_14, x_110); -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -lean_inc(x_5); -lean_inc(x_7); -x_123 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___lambda__1(x_7, x_31, x_5, x_30, x_121, x_11, x_12, x_13, x_14, x_122); -lean_dec(x_121); +x_114 = l_Lean_MessageData_ofExpr(x_40); +x_115 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__4; +x_116 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_114); +x_117 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; +x_118 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +x_119 = l_Lean_MessageData_ofExpr(x_41); +x_120 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_120, 0, x_118); +lean_ctor_set(x_120, 1, x_119); +x_121 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_122 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +x_123 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_101, x_122, x_11, x_12, x_13, x_14, x_113); 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_21 = x_124; -x_22 = x_125; -goto block_28; -} -} -} -else -{ -lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; -lean_dec(x_38); -lean_dec(x_32); -x_126 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__2; -x_127 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_126, x_11, x_12, x_13, x_14, x_15); -x_128 = lean_ctor_get(x_127, 0); -lean_inc(x_128); -x_129 = lean_unbox(x_128); -lean_dec(x_128); -if (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_dec(x_41); -lean_dec(x_40); -x_130 = lean_ctor_get(x_127, 1); -lean_inc(x_130); -lean_dec(x_127); -x_131 = lean_box(0); lean_inc(x_5); lean_inc(x_7); -x_132 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___lambda__1(x_7, x_31, x_5, x_30, x_131, x_11, x_12, x_13, x_14, x_130); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -lean_dec(x_132); -x_135 = lean_ctor_get(x_133, 0); -lean_inc(x_135); -lean_dec(x_133); -x_136 = lean_nat_add(x_7, x_9); -lean_dec(x_7); -x_6 = x_20; -x_7 = x_136; -x_10 = x_135; -x_15 = x_134; -goto _start; -} -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; 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; -x_138 = lean_ctor_get(x_127, 1); -lean_inc(x_138); +x_126 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___lambda__1(x_7, x_31, x_5, x_30, x_124, x_11, x_12, x_13, x_14, x_125); +lean_dec(x_124); +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_126, 1); +lean_inc(x_128); +lean_dec(x_126); +x_129 = lean_ctor_get(x_127, 0); +lean_inc(x_129); lean_dec(x_127); -x_139 = l_Lean_MessageData_ofExpr(x_40); -x_140 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__4; -x_141 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_139); -x_142 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; -x_143 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -x_144 = l_Lean_MessageData_ofExpr(x_41); -x_145 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -x_146 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_147 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -x_148 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_126, x_147, x_11, x_12, x_13, x_14, x_138); -x_149 = lean_ctor_get(x_148, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -lean_inc(x_5); -lean_inc(x_7); -x_151 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___lambda__1(x_7, x_31, x_5, x_30, x_149, x_11, x_12, x_13, x_14, x_150); -lean_dec(x_149); -x_152 = lean_ctor_get(x_151, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_151, 1); -lean_inc(x_153); -lean_dec(x_151); -x_154 = lean_ctor_get(x_152, 0); -lean_inc(x_154); -lean_dec(x_152); -x_155 = lean_nat_add(x_7, x_9); +x_130 = lean_nat_add(x_7, x_9); lean_dec(x_7); x_6 = x_20; -x_7 = x_155; -x_10 = x_154; -x_15 = x_153; +x_7 = x_130; +x_10 = x_129; +x_15 = x_128; goto _start; } } -block_64: -{ -if (x_42 == 0) -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -lean_dec(x_41); -lean_dec(x_40); -lean_inc(x_7); -x_44 = lean_array_push(x_31, x_7); -if (lean_is_scalar(x_32)) { - x_45 = lean_alloc_ctor(0, 2, 0); -} else { - x_45 = x_32; -} -lean_ctor_set(x_45, 0, x_30); -lean_ctor_set(x_45, 1, x_44); -lean_inc(x_5); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_5); -lean_ctor_set(x_46, 1, x_45); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_21 = x_47; -x_22 = x_43; -goto block_28; -} -else -{ -lean_object* x_48; -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -x_48 = lean_is_expr_def_eq(x_40, x_41, x_11, x_12, x_13, x_14, x_43); -if (lean_obj_tag(x_48) == 0) -{ -lean_object* x_49; uint8_t x_50; -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_unbox(x_49); -lean_dec(x_49); -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); -lean_dec(x_48); -if (lean_is_scalar(x_32)) { - x_52 = lean_alloc_ctor(0, 2, 0); -} else { - x_52 = x_32; -} -lean_ctor_set(x_52, 0, x_30); -lean_ctor_set(x_52, 1, x_31); -x_53 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___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(0, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_21 = x_55; -x_22 = x_51; -goto block_28; -} -else -{ -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = lean_ctor_get(x_48, 1); -lean_inc(x_56); -lean_dec(x_48); -if (lean_is_scalar(x_32)) { - x_57 = lean_alloc_ctor(0, 2, 0); -} else { - x_57 = x_32; -} -lean_ctor_set(x_57, 0, x_30); -lean_ctor_set(x_57, 1, x_31); -lean_inc(x_5); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_5); -lean_ctor_set(x_58, 1, x_57); -x_59 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_21 = x_59; -x_22 = x_56; -goto block_28; -} -} -else -{ -uint8_t x_60; -lean_dec(x_32); -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_20); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_5); -x_60 = !lean_is_exclusive(x_48); -if (x_60 == 0) -{ -return x_48; -} -else -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_48, 0); -x_62 = lean_ctor_get(x_48, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_48); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} } } } @@ -6666,7 +6579,7 @@ return x_63; } else { -lean_object* x_169; +lean_object* x_147; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -6674,15 +6587,15 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_169 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_169, 0, x_10); -lean_ctor_set(x_169, 1, x_15); -return x_169; +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_10); +lean_ctor_set(x_147, 1, x_15); +return x_147; } } else { -lean_object* x_170; +lean_object* x_148; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -6690,10 +6603,10 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_10); -lean_ctor_set(x_170, 1, x_15); -return x_170; +x_148 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_148, 0, x_10); +lean_ctor_set(x_148, 1, x_15); +return x_148; } } } @@ -8375,32 +8288,32 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_28; lean_object* x_29; uint8_t x_33; lean_object* x_34; uint8_t x_35; uint8_t x_36; lean_object* x_37; +lean_object* x_18; uint8_t x_19; lean_object* x_20; uint8_t x_27; lean_object* x_28; uint8_t x_29; uint8_t x_30; lean_object* x_31; lean_dec(x_10); x_18 = lean_array_uget(x_7, x_9); -x_33 = lean_nat_dec_lt(x_18, x_3); -x_34 = lean_array_get_size(x_2); -x_35 = lean_nat_dec_lt(x_18, x_34); -lean_dec(x_34); -x_36 = lean_nat_dec_lt(x_18, x_5); -if (x_33 == 0) +x_27 = lean_nat_dec_lt(x_18, x_3); +x_28 = lean_array_get_size(x_2); +x_29 = lean_nat_dec_lt(x_18, x_28); +lean_dec(x_28); +x_30 = lean_nat_dec_lt(x_18, x_5); +if (x_27 == 0) { -lean_object* x_197; lean_object* x_198; -x_197 = l_Lean_instInhabitedExpr; -x_198 = l___private_Init_Util_0__outOfBounds___rarg(x_197); -x_37 = x_198; -goto block_196; +lean_object* x_124; lean_object* x_125; +x_124 = l_Lean_instInhabitedExpr; +x_125 = l___private_Init_Util_0__outOfBounds___rarg(x_124); +x_31 = x_125; +goto block_123; } else { -lean_object* x_199; -x_199 = lean_array_fget(x_1, x_18); -x_37 = x_199; -goto block_196; +lean_object* x_126; +x_126 = lean_array_fget(x_1, x_18); +x_31 = x_126; +goto block_123; } -block_27: +block_26: { -if (lean_obj_tag(x_19) == 0) +if (x_19 == 0) { lean_object* x_21; lean_object* x_22; lean_dec(x_14); @@ -8408,9 +8321,7 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_21 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(x_19); +x_21 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__2; x_22 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_22, 0, x_21); lean_ctor_set(x_22, 1, x_20); @@ -8418,809 +8329,455 @@ return x_22; } else { -lean_object* x_23; size_t x_24; size_t x_25; -x_23 = lean_ctor_get(x_19, 0); -lean_inc(x_23); -lean_dec(x_19); -x_24 = 1; -x_25 = lean_usize_add(x_9, x_24); -x_9 = x_25; -x_10 = x_23; -x_15 = x_20; +size_t x_23; size_t x_24; +x_23 = 1; +x_24 = lean_usize_add(x_9, x_23); +lean_inc(x_6); +{ +size_t _tmp_8 = x_24; +lean_object* _tmp_9 = x_6; +lean_object* _tmp_14 = x_20; +x_9 = _tmp_8; +x_10 = _tmp_9; +x_15 = _tmp_14; +} goto _start; } } -block_32: +block_123: { -if (x_28 == 0) +lean_object* x_32; +if (x_29 == 0) { -lean_object* x_30; -x_30 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__3; -x_19 = x_30; -x_20 = x_29; -goto block_27; +lean_object* x_120; lean_object* x_121; +x_120 = l_Lean_instInhabitedExpr; +x_121 = l___private_Init_Util_0__outOfBounds___rarg(x_120); +x_32 = x_121; +goto block_119; } else { -lean_object* x_31; -lean_inc(x_6); -x_31 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_31, 0, x_6); -x_19 = x_31; -x_20 = x_29; -goto block_27; -} +lean_object* x_122; +x_122 = lean_array_fget(x_2, x_18); +x_32 = x_122; +goto block_119; } -block_196: +block_119: { -lean_object* x_38; -if (x_35 == 0) +lean_object* x_33; +if (x_30 == 0) { -lean_object* x_193; lean_object* x_194; -x_193 = l_Lean_instInhabitedExpr; -x_194 = l___private_Init_Util_0__outOfBounds___rarg(x_193); -x_38 = x_194; -goto block_192; +lean_object* x_116; lean_object* x_117; +lean_dec(x_18); +x_116 = l_Lean_Meta_instInhabitedParamInfo; +x_117 = l___private_Init_Util_0__outOfBounds___rarg(x_116); +x_33 = x_117; +goto block_115; } else { -lean_object* x_195; -x_195 = lean_array_fget(x_2, x_18); -x_38 = x_195; -goto block_192; +lean_object* x_118; +x_118 = lean_array_fget(x_4, x_18); +lean_dec(x_18); +x_33 = x_118; +goto block_115; } -block_192: -{ -if (x_36 == 0) +block_115: { -lean_object* x_39; lean_object* x_40; uint8_t x_41; -lean_dec(x_18); -x_39 = l_Lean_Meta_instInhabitedParamInfo; -x_40 = l___private_Init_Util_0__outOfBounds___rarg(x_39); -x_41 = l_Lean_Meta_ParamInfo_isInstImplicit(x_40); -lean_dec(x_40); -if (x_41 == 0) +uint8_t x_34; +x_34 = l_Lean_Meta_ParamInfo_isInstImplicit(x_33); +lean_dec(x_33); +if (x_34 == 0) { -lean_object* x_42; +lean_object* x_35; lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_42 = lean_is_expr_def_eq(x_37, x_38, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_42) == 0) +x_35 = lean_is_expr_def_eq(x_31, x_32, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_43; uint8_t x_44; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_unbox(x_43); -lean_dec(x_43); -if (x_44 == 0) +lean_object* x_36; uint8_t x_37; +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_45; lean_object* x_46; -x_45 = lean_ctor_get(x_42, 1); -lean_inc(x_45); -lean_dec(x_42); -x_46 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__3; -x_19 = x_46; -x_20 = x_45; -goto block_27; +uint8_t x_38; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +x_38 = !lean_is_exclusive(x_35); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_35, 0); +lean_dec(x_39); +x_40 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__2; +lean_ctor_set(x_35, 0, x_40); +return x_35; } else { -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_42, 1); -lean_inc(x_47); -lean_dec(x_42); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_35, 1); +lean_inc(x_41); +lean_dec(x_35); +x_42 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__2; +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; +} +} +else +{ +lean_object* x_44; size_t x_45; size_t x_46; +x_44 = lean_ctor_get(x_35, 1); +lean_inc(x_44); +lean_dec(x_35); +x_45 = 1; +x_46 = lean_usize_add(x_9, x_45); lean_inc(x_6); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_6); -x_19 = x_48; -x_20 = x_47; -goto block_27; +{ +size_t _tmp_8 = x_46; +lean_object* _tmp_9 = x_6; +lean_object* _tmp_14 = x_44; +x_9 = _tmp_8; +x_10 = _tmp_9; +x_15 = _tmp_14; +} +goto _start; } } else { -uint8_t x_49; +uint8_t x_48; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_49 = !lean_is_exclusive(x_42); -if (x_49 == 0) +x_48 = !lean_is_exclusive(x_35); +if (x_48 == 0) { -return x_42; +return x_35; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_42, 0); -x_51 = lean_ctor_get(x_42, 1); -lean_inc(x_51); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_35, 0); +x_50 = lean_ctor_get(x_35, 1); lean_inc(x_50); -lean_dec(x_42); -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_inc(x_49); +lean_dec(x_35); +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 { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_53 = lean_ctor_get(x_11, 0); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_52 = lean_ctor_get(x_11, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_11, 1); lean_inc(x_53); -x_54 = lean_ctor_get(x_11, 1); +x_54 = lean_ctor_get(x_11, 2); lean_inc(x_54); -x_55 = lean_ctor_get(x_11, 2); +x_55 = lean_ctor_get(x_11, 3); lean_inc(x_55); -x_56 = lean_ctor_get(x_11, 3); +x_56 = lean_ctor_get(x_11, 4); lean_inc(x_56); -x_57 = lean_ctor_get(x_11, 4); +x_57 = lean_ctor_get(x_11, 5); lean_inc(x_57); -x_58 = lean_ctor_get(x_11, 5); -lean_inc(x_58); -x_59 = !lean_is_exclusive(x_53); -if (x_59 == 0) +x_58 = !lean_is_exclusive(x_52); +if (x_58 == 0) { -uint8_t x_60; uint8_t x_61; uint8_t x_62; -x_60 = lean_ctor_get_uint8(x_53, 5); -x_61 = 1; -x_62 = l_Lean_Meta_TransparencyMode_lt(x_60, x_61); -if (x_62 == 0) +uint8_t x_59; uint8_t x_60; uint8_t x_61; +x_59 = lean_ctor_get_uint8(x_52, 5); +x_60 = 1; +x_61 = l_Lean_Meta_TransparencyMode_lt(x_59, x_60); +if (x_61 == 0) { -lean_object* x_63; lean_object* x_64; -x_63 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_63, 0, x_53); -lean_ctor_set(x_63, 1, x_54); -lean_ctor_set(x_63, 2, x_55); -lean_ctor_set(x_63, 3, x_56); -lean_ctor_set(x_63, 4, x_57); -lean_ctor_set(x_63, 5, x_58); +lean_object* x_62; lean_object* x_63; +x_62 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_62, 0, x_52); +lean_ctor_set(x_62, 1, x_53); +lean_ctor_set(x_62, 2, x_54); +lean_ctor_set(x_62, 3, x_55); +lean_ctor_set(x_62, 4, x_56); +lean_ctor_set(x_62, 5, x_57); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_64 = lean_is_expr_def_eq(x_37, x_38, x_63, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_64) == 0) +x_63 = lean_is_expr_def_eq(x_31, x_32, x_62, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_63) == 0) { -lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_65 = lean_ctor_get(x_64, 0); +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); +lean_dec(x_63); +x_66 = lean_unbox(x_64); lean_dec(x_64); -x_67 = lean_unbox(x_65); -lean_dec(x_65); -x_28 = x_67; -x_29 = x_66; -goto block_32; +x_19 = x_66; +x_20 = x_65; +goto block_26; } else { -uint8_t x_68; +uint8_t x_67; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_68 = !lean_is_exclusive(x_64); -if (x_68 == 0) +x_67 = !lean_is_exclusive(x_63); +if (x_67 == 0) { -return x_64; +return x_63; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_64, 0); -x_70 = lean_ctor_get(x_64, 1); -lean_inc(x_70); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_63, 0); +x_69 = lean_ctor_get(x_63, 1); lean_inc(x_69); -lean_dec(x_64); -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; +lean_inc(x_68); +lean_dec(x_63); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } else { -lean_object* x_72; lean_object* x_73; -lean_ctor_set_uint8(x_53, 5, x_61); -x_72 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_72, 0, x_53); -lean_ctor_set(x_72, 1, x_54); -lean_ctor_set(x_72, 2, x_55); -lean_ctor_set(x_72, 3, x_56); -lean_ctor_set(x_72, 4, x_57); -lean_ctor_set(x_72, 5, x_58); +lean_object* x_71; lean_object* x_72; +lean_ctor_set_uint8(x_52, 5, x_60); +x_71 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_71, 0, x_52); +lean_ctor_set(x_71, 1, x_53); +lean_ctor_set(x_71, 2, x_54); +lean_ctor_set(x_71, 3, x_55); +lean_ctor_set(x_71, 4, x_56); +lean_ctor_set(x_71, 5, x_57); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_73 = lean_is_expr_def_eq(x_37, x_38, x_72, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_73) == 0) +x_72 = lean_is_expr_def_eq(x_31, x_32, x_71, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_74; lean_object* x_75; uint8_t x_76; -x_74 = lean_ctor_get(x_73, 0); +lean_object* x_73; lean_object* x_74; uint8_t 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); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); +lean_dec(x_72); +x_75 = lean_unbox(x_73); lean_dec(x_73); -x_76 = lean_unbox(x_74); -lean_dec(x_74); -x_28 = x_76; -x_29 = x_75; -goto block_32; +x_19 = x_75; +x_20 = x_74; +goto block_26; } else { -uint8_t x_77; +uint8_t x_76; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_77 = !lean_is_exclusive(x_73); -if (x_77 == 0) +x_76 = !lean_is_exclusive(x_72); +if (x_76 == 0) { -return x_73; +return x_72; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_73, 0); -x_79 = lean_ctor_get(x_73, 1); -lean_inc(x_79); +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_72, 0); +x_78 = lean_ctor_get(x_72, 1); lean_inc(x_78); -lean_dec(x_73); -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_inc(x_77); +lean_dec(x_72); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } } else { -uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; uint8_t x_92; uint8_t x_93; uint8_t x_94; uint8_t x_95; -x_81 = lean_ctor_get_uint8(x_53, 0); -x_82 = lean_ctor_get_uint8(x_53, 1); -x_83 = lean_ctor_get_uint8(x_53, 2); -x_84 = lean_ctor_get_uint8(x_53, 3); -x_85 = lean_ctor_get_uint8(x_53, 4); -x_86 = lean_ctor_get_uint8(x_53, 5); -x_87 = lean_ctor_get_uint8(x_53, 6); -x_88 = lean_ctor_get_uint8(x_53, 7); -x_89 = lean_ctor_get_uint8(x_53, 8); -x_90 = lean_ctor_get_uint8(x_53, 9); -x_91 = lean_ctor_get_uint8(x_53, 10); -x_92 = lean_ctor_get_uint8(x_53, 11); -x_93 = lean_ctor_get_uint8(x_53, 12); -lean_dec(x_53); -x_94 = 1; -x_95 = l_Lean_Meta_TransparencyMode_lt(x_86, x_94); -if (x_95 == 0) +uint8_t x_80; uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; uint8_t x_92; uint8_t x_93; uint8_t x_94; +x_80 = lean_ctor_get_uint8(x_52, 0); +x_81 = lean_ctor_get_uint8(x_52, 1); +x_82 = lean_ctor_get_uint8(x_52, 2); +x_83 = lean_ctor_get_uint8(x_52, 3); +x_84 = lean_ctor_get_uint8(x_52, 4); +x_85 = lean_ctor_get_uint8(x_52, 5); +x_86 = lean_ctor_get_uint8(x_52, 6); +x_87 = lean_ctor_get_uint8(x_52, 7); +x_88 = lean_ctor_get_uint8(x_52, 8); +x_89 = lean_ctor_get_uint8(x_52, 9); +x_90 = lean_ctor_get_uint8(x_52, 10); +x_91 = lean_ctor_get_uint8(x_52, 11); +x_92 = lean_ctor_get_uint8(x_52, 12); +lean_dec(x_52); +x_93 = 1; +x_94 = l_Lean_Meta_TransparencyMode_lt(x_85, x_93); +if (x_94 == 0) { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_96, 0, x_81); -lean_ctor_set_uint8(x_96, 1, x_82); -lean_ctor_set_uint8(x_96, 2, x_83); -lean_ctor_set_uint8(x_96, 3, x_84); -lean_ctor_set_uint8(x_96, 4, x_85); -lean_ctor_set_uint8(x_96, 5, x_86); -lean_ctor_set_uint8(x_96, 6, x_87); -lean_ctor_set_uint8(x_96, 7, x_88); -lean_ctor_set_uint8(x_96, 8, x_89); -lean_ctor_set_uint8(x_96, 9, x_90); -lean_ctor_set_uint8(x_96, 10, x_91); -lean_ctor_set_uint8(x_96, 11, x_92); -lean_ctor_set_uint8(x_96, 12, x_93); -x_97 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_54); -lean_ctor_set(x_97, 2, x_55); -lean_ctor_set(x_97, 3, x_56); -lean_ctor_set(x_97, 4, x_57); -lean_ctor_set(x_97, 5, x_58); +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_95, 0, x_80); +lean_ctor_set_uint8(x_95, 1, x_81); +lean_ctor_set_uint8(x_95, 2, x_82); +lean_ctor_set_uint8(x_95, 3, x_83); +lean_ctor_set_uint8(x_95, 4, x_84); +lean_ctor_set_uint8(x_95, 5, x_85); +lean_ctor_set_uint8(x_95, 6, x_86); +lean_ctor_set_uint8(x_95, 7, x_87); +lean_ctor_set_uint8(x_95, 8, x_88); +lean_ctor_set_uint8(x_95, 9, x_89); +lean_ctor_set_uint8(x_95, 10, x_90); +lean_ctor_set_uint8(x_95, 11, x_91); +lean_ctor_set_uint8(x_95, 12, x_92); +x_96 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_53); +lean_ctor_set(x_96, 2, x_54); +lean_ctor_set(x_96, 3, x_55); +lean_ctor_set(x_96, 4, x_56); +lean_ctor_set(x_96, 5, x_57); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_98 = lean_is_expr_def_eq(x_37, x_38, x_97, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_98) == 0) +x_97 = lean_is_expr_def_eq(x_31, x_32, x_96, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_97) == 0) { -lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_99 = lean_ctor_get(x_98, 0); +lean_object* x_98; lean_object* x_99; uint8_t x_100; +x_98 = lean_ctor_get(x_97, 0); +lean_inc(x_98); +x_99 = lean_ctor_get(x_97, 1); lean_inc(x_99); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); +lean_dec(x_97); +x_100 = lean_unbox(x_98); lean_dec(x_98); -x_101 = lean_unbox(x_99); -lean_dec(x_99); -x_28 = x_101; -x_29 = x_100; -goto block_32; +x_19 = x_100; +x_20 = x_99; +goto block_26; } else { -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_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_102 = lean_ctor_get(x_98, 0); +x_101 = lean_ctor_get(x_97, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_97, 1); lean_inc(x_102); -x_103 = lean_ctor_get(x_98, 1); -lean_inc(x_103); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_104 = x_98; +if (lean_is_exclusive(x_97)) { + lean_ctor_release(x_97, 0); + lean_ctor_release(x_97, 1); + x_103 = x_97; } else { - lean_dec_ref(x_98); - x_104 = lean_box(0); + lean_dec_ref(x_97); + x_103 = lean_box(0); } -if (lean_is_scalar(x_104)) { - x_105 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_103)) { + x_104 = lean_alloc_ctor(1, 2, 0); } else { - x_105 = x_104; + x_104 = x_103; } -lean_ctor_set(x_105, 0, x_102); -lean_ctor_set(x_105, 1, x_103); -return x_105; +lean_ctor_set(x_104, 0, x_101); +lean_ctor_set(x_104, 1, x_102); +return x_104; } } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_106, 0, x_81); -lean_ctor_set_uint8(x_106, 1, x_82); -lean_ctor_set_uint8(x_106, 2, x_83); -lean_ctor_set_uint8(x_106, 3, x_84); -lean_ctor_set_uint8(x_106, 4, x_85); -lean_ctor_set_uint8(x_106, 5, x_94); -lean_ctor_set_uint8(x_106, 6, x_87); -lean_ctor_set_uint8(x_106, 7, x_88); -lean_ctor_set_uint8(x_106, 8, x_89); -lean_ctor_set_uint8(x_106, 9, x_90); -lean_ctor_set_uint8(x_106, 10, x_91); -lean_ctor_set_uint8(x_106, 11, x_92); -lean_ctor_set_uint8(x_106, 12, x_93); -x_107 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_107, 0, x_106); -lean_ctor_set(x_107, 1, x_54); -lean_ctor_set(x_107, 2, x_55); -lean_ctor_set(x_107, 3, x_56); -lean_ctor_set(x_107, 4, x_57); -lean_ctor_set(x_107, 5, x_58); +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_105, 0, x_80); +lean_ctor_set_uint8(x_105, 1, x_81); +lean_ctor_set_uint8(x_105, 2, x_82); +lean_ctor_set_uint8(x_105, 3, x_83); +lean_ctor_set_uint8(x_105, 4, x_84); +lean_ctor_set_uint8(x_105, 5, x_93); +lean_ctor_set_uint8(x_105, 6, x_86); +lean_ctor_set_uint8(x_105, 7, x_87); +lean_ctor_set_uint8(x_105, 8, x_88); +lean_ctor_set_uint8(x_105, 9, x_89); +lean_ctor_set_uint8(x_105, 10, x_90); +lean_ctor_set_uint8(x_105, 11, x_91); +lean_ctor_set_uint8(x_105, 12, x_92); +x_106 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_53); +lean_ctor_set(x_106, 2, x_54); +lean_ctor_set(x_106, 3, x_55); +lean_ctor_set(x_106, 4, x_56); +lean_ctor_set(x_106, 5, x_57); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_108 = lean_is_expr_def_eq(x_37, x_38, x_107, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_108) == 0) +x_107 = lean_is_expr_def_eq(x_31, x_32, x_106, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_107) == 0) { -lean_object* x_109; lean_object* x_110; uint8_t x_111; -x_109 = lean_ctor_get(x_108, 0); +lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); +lean_dec(x_107); +x_110 = lean_unbox(x_108); lean_dec(x_108); -x_111 = lean_unbox(x_109); -lean_dec(x_109); -x_28 = x_111; -x_29 = x_110; -goto block_32; +x_19 = x_110; +x_20 = x_109; +goto block_26; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; +lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_112 = lean_ctor_get(x_108, 0); +x_111 = lean_ctor_get(x_107, 0); +lean_inc(x_111); +x_112 = lean_ctor_get(x_107, 1); lean_inc(x_112); -x_113 = lean_ctor_get(x_108, 1); -lean_inc(x_113); -if (lean_is_exclusive(x_108)) { - lean_ctor_release(x_108, 0); - lean_ctor_release(x_108, 1); - x_114 = x_108; -} else { - lean_dec_ref(x_108); - x_114 = lean_box(0); -} -if (lean_is_scalar(x_114)) { - x_115 = lean_alloc_ctor(1, 2, 0); -} else { - x_115 = x_114; -} -lean_ctor_set(x_115, 0, x_112); -lean_ctor_set(x_115, 1, x_113); -return x_115; -} -} -} -} -} -else -{ -lean_object* x_116; uint8_t x_117; -x_116 = lean_array_fget(x_4, x_18); -lean_dec(x_18); -x_117 = l_Lean_Meta_ParamInfo_isInstImplicit(x_116); -lean_dec(x_116); -if (x_117 == 0) -{ -lean_object* x_118; -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -x_118 = lean_is_expr_def_eq(x_37, x_38, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_118) == 0) -{ -lean_object* x_119; uint8_t x_120; -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -if (x_120 == 0) -{ -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__1___closed__3; -x_19 = x_122; -x_20 = x_121; -goto block_27; -} -else -{ -lean_object* x_123; lean_object* x_124; -x_123 = lean_ctor_get(x_118, 1); -lean_inc(x_123); -lean_dec(x_118); -lean_inc(x_6); -x_124 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_124, 0, x_6); -x_19 = x_124; -x_20 = x_123; -goto block_27; -} -} -else -{ -uint8_t x_125; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -x_125 = !lean_is_exclusive(x_118); -if (x_125 == 0) -{ -return x_118; -} -else -{ -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_118, 0); -x_127 = lean_ctor_get(x_118, 1); -lean_inc(x_127); -lean_inc(x_126); -lean_dec(x_118); -x_128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_128, 0, x_126); -lean_ctor_set(x_128, 1, x_127); -return x_128; -} -} -} -else -{ -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; -x_129 = lean_ctor_get(x_11, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_11, 1); -lean_inc(x_130); -x_131 = lean_ctor_get(x_11, 2); -lean_inc(x_131); -x_132 = lean_ctor_get(x_11, 3); -lean_inc(x_132); -x_133 = lean_ctor_get(x_11, 4); -lean_inc(x_133); -x_134 = lean_ctor_get(x_11, 5); -lean_inc(x_134); -x_135 = !lean_is_exclusive(x_129); -if (x_135 == 0) -{ -uint8_t x_136; uint8_t x_137; uint8_t x_138; -x_136 = lean_ctor_get_uint8(x_129, 5); -x_137 = 1; -x_138 = l_Lean_Meta_TransparencyMode_lt(x_136, x_137); -if (x_138 == 0) -{ -lean_object* x_139; lean_object* x_140; -x_139 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_139, 0, x_129); -lean_ctor_set(x_139, 1, x_130); -lean_ctor_set(x_139, 2, x_131); -lean_ctor_set(x_139, 3, x_132); -lean_ctor_set(x_139, 4, x_133); -lean_ctor_set(x_139, 5, x_134); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_140 = lean_is_expr_def_eq(x_37, x_38, x_139, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_140) == 0) -{ -lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_143 = lean_unbox(x_141); -lean_dec(x_141); -x_28 = x_143; -x_29 = x_142; -goto block_32; -} -else -{ -uint8_t x_144; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -x_144 = !lean_is_exclusive(x_140); -if (x_144 == 0) -{ -return x_140; -} -else -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_145 = lean_ctor_get(x_140, 0); -x_146 = lean_ctor_get(x_140, 1); -lean_inc(x_146); -lean_inc(x_145); -lean_dec(x_140); -x_147 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -return x_147; -} -} -} -else -{ -lean_object* x_148; lean_object* x_149; -lean_ctor_set_uint8(x_129, 5, x_137); -x_148 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_148, 0, x_129); -lean_ctor_set(x_148, 1, x_130); -lean_ctor_set(x_148, 2, x_131); -lean_ctor_set(x_148, 3, x_132); -lean_ctor_set(x_148, 4, x_133); -lean_ctor_set(x_148, 5, x_134); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_149 = lean_is_expr_def_eq(x_37, x_38, x_148, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_149) == 0) -{ -lean_object* x_150; lean_object* x_151; uint8_t x_152; -x_150 = lean_ctor_get(x_149, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_149, 1); -lean_inc(x_151); -lean_dec(x_149); -x_152 = lean_unbox(x_150); -lean_dec(x_150); -x_28 = x_152; -x_29 = x_151; -goto block_32; -} -else -{ -uint8_t x_153; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -x_153 = !lean_is_exclusive(x_149); -if (x_153 == 0) -{ -return x_149; -} -else -{ -lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_154 = lean_ctor_get(x_149, 0); -x_155 = lean_ctor_get(x_149, 1); -lean_inc(x_155); -lean_inc(x_154); -lean_dec(x_149); -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; -} -} -} -} -else -{ -uint8_t x_157; uint8_t x_158; uint8_t x_159; uint8_t x_160; uint8_t x_161; uint8_t x_162; uint8_t x_163; uint8_t x_164; uint8_t x_165; uint8_t x_166; uint8_t x_167; uint8_t x_168; uint8_t x_169; uint8_t x_170; uint8_t x_171; -x_157 = lean_ctor_get_uint8(x_129, 0); -x_158 = lean_ctor_get_uint8(x_129, 1); -x_159 = lean_ctor_get_uint8(x_129, 2); -x_160 = lean_ctor_get_uint8(x_129, 3); -x_161 = lean_ctor_get_uint8(x_129, 4); -x_162 = lean_ctor_get_uint8(x_129, 5); -x_163 = lean_ctor_get_uint8(x_129, 6); -x_164 = lean_ctor_get_uint8(x_129, 7); -x_165 = lean_ctor_get_uint8(x_129, 8); -x_166 = lean_ctor_get_uint8(x_129, 9); -x_167 = lean_ctor_get_uint8(x_129, 10); -x_168 = lean_ctor_get_uint8(x_129, 11); -x_169 = lean_ctor_get_uint8(x_129, 12); -lean_dec(x_129); -x_170 = 1; -x_171 = l_Lean_Meta_TransparencyMode_lt(x_162, x_170); -if (x_171 == 0) -{ -lean_object* x_172; lean_object* x_173; lean_object* x_174; -x_172 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_172, 0, x_157); -lean_ctor_set_uint8(x_172, 1, x_158); -lean_ctor_set_uint8(x_172, 2, x_159); -lean_ctor_set_uint8(x_172, 3, x_160); -lean_ctor_set_uint8(x_172, 4, x_161); -lean_ctor_set_uint8(x_172, 5, x_162); -lean_ctor_set_uint8(x_172, 6, x_163); -lean_ctor_set_uint8(x_172, 7, x_164); -lean_ctor_set_uint8(x_172, 8, x_165); -lean_ctor_set_uint8(x_172, 9, x_166); -lean_ctor_set_uint8(x_172, 10, x_167); -lean_ctor_set_uint8(x_172, 11, x_168); -lean_ctor_set_uint8(x_172, 12, x_169); -x_173 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_130); -lean_ctor_set(x_173, 2, x_131); -lean_ctor_set(x_173, 3, x_132); -lean_ctor_set(x_173, 4, x_133); -lean_ctor_set(x_173, 5, x_134); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_174 = lean_is_expr_def_eq(x_37, x_38, x_173, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_174) == 0) -{ -lean_object* x_175; lean_object* x_176; uint8_t x_177; -x_175 = lean_ctor_get(x_174, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_174, 1); -lean_inc(x_176); -lean_dec(x_174); -x_177 = lean_unbox(x_175); -lean_dec(x_175); -x_28 = x_177; -x_29 = x_176; -goto block_32; -} -else -{ -lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -x_178 = lean_ctor_get(x_174, 0); -lean_inc(x_178); -x_179 = lean_ctor_get(x_174, 1); -lean_inc(x_179); -if (lean_is_exclusive(x_174)) { - lean_ctor_release(x_174, 0); - lean_ctor_release(x_174, 1); - x_180 = x_174; -} else { - lean_dec_ref(x_174); - x_180 = lean_box(0); -} -if (lean_is_scalar(x_180)) { - x_181 = lean_alloc_ctor(1, 2, 0); -} else { - x_181 = x_180; -} -lean_ctor_set(x_181, 0, x_178); -lean_ctor_set(x_181, 1, x_179); -return x_181; -} -} -else -{ -lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_182 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_182, 0, x_157); -lean_ctor_set_uint8(x_182, 1, x_158); -lean_ctor_set_uint8(x_182, 2, x_159); -lean_ctor_set_uint8(x_182, 3, x_160); -lean_ctor_set_uint8(x_182, 4, x_161); -lean_ctor_set_uint8(x_182, 5, x_170); -lean_ctor_set_uint8(x_182, 6, x_163); -lean_ctor_set_uint8(x_182, 7, x_164); -lean_ctor_set_uint8(x_182, 8, x_165); -lean_ctor_set_uint8(x_182, 9, x_166); -lean_ctor_set_uint8(x_182, 10, x_167); -lean_ctor_set_uint8(x_182, 11, x_168); -lean_ctor_set_uint8(x_182, 12, x_169); -x_183 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_183, 0, x_182); -lean_ctor_set(x_183, 1, x_130); -lean_ctor_set(x_183, 2, x_131); -lean_ctor_set(x_183, 3, x_132); -lean_ctor_set(x_183, 4, x_133); -lean_ctor_set(x_183, 5, x_134); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_184 = lean_is_expr_def_eq(x_37, x_38, x_183, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_184) == 0) -{ -lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -x_186 = lean_ctor_get(x_184, 1); -lean_inc(x_186); -lean_dec(x_184); -x_187 = lean_unbox(x_185); -lean_dec(x_185); -x_28 = x_187; -x_29 = x_186; -goto block_32; -} -else -{ -lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -x_188 = lean_ctor_get(x_184, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_184, 1); -lean_inc(x_189); -if (lean_is_exclusive(x_184)) { - lean_ctor_release(x_184, 0); - lean_ctor_release(x_184, 1); - x_190 = x_184; +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_113 = x_107; } else { - lean_dec_ref(x_184); - x_190 = lean_box(0); + lean_dec_ref(x_107); + x_113 = lean_box(0); } -if (lean_is_scalar(x_190)) { - x_191 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_113)) { + x_114 = lean_alloc_ctor(1, 2, 0); } else { - x_191 = x_190; + x_114 = x_113; } -lean_ctor_set(x_191, 0, x_188); -lean_ctor_set(x_191, 1, x_189); -return x_191; +lean_ctor_set(x_114, 0, x_111); +lean_ctor_set(x_114, 1, x_112); +return x_114; } } } @@ -9517,7 +9074,7 @@ x_27 = lean_ctor_get(x_16, 1); lean_inc(x_27); lean_dec(x_16); x_28 = lean_array_get_size(x_14); -x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7; +x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; x_30 = lean_unsigned_to_nat(1u); lean_inc(x_8); lean_inc(x_7); @@ -10504,240 +10061,254 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(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; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_75; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_75 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_75 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_76; +x_76 = 1; +x_13 = x_76; +goto block_74; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; 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; -x_15 = lean_ctor_get(x_10, 1); +uint8_t x_77; +x_77 = 0; +x_13 = x_77; +goto block_74; +} +block_74: +{ +if (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; 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; +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_10); -x_16 = lean_ctor_get(x_7, 0); +x_16 = lean_ctor_get(x_7, 2); lean_inc(x_16); -x_17 = lean_ctor_get(x_7, 1); +x_17 = lean_ctor_get(x_7, 3); lean_inc(x_17); -x_18 = lean_ctor_get(x_7, 2); +x_18 = lean_ctor_get(x_7, 4); lean_inc(x_18); -x_19 = lean_ctor_get(x_7, 3); +x_19 = lean_ctor_get(x_7, 5); lean_inc(x_19); -x_20 = lean_ctor_get(x_7, 4); +x_20 = lean_ctor_get(x_7, 6); lean_inc(x_20); -x_21 = lean_ctor_get(x_7, 5); +x_21 = lean_ctor_get(x_7, 7); lean_inc(x_21); -x_22 = lean_ctor_get(x_7, 6); +x_22 = lean_ctor_get(x_7, 8); lean_inc(x_22); -x_23 = lean_ctor_get(x_7, 7); +x_23 = lean_ctor_get(x_7, 9); lean_inc(x_23); -x_24 = lean_ctor_get(x_7, 8); +x_24 = lean_ctor_get(x_7, 10); lean_inc(x_24); -x_25 = lean_ctor_get(x_7, 9); -lean_inc(x_25); -x_26 = lean_ctor_get(x_7, 10); +x_25 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); -x_27 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_15); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = l_Lean_replaceRef(x_21, x_21); -x_31 = lean_alloc_ctor(0, 11, 0); -lean_ctor_set(x_31, 0, x_16); -lean_ctor_set(x_31, 1, x_17); -lean_ctor_set(x_31, 2, x_18); -lean_ctor_set(x_31, 3, x_19); -lean_ctor_set(x_31, 4, x_20); -lean_ctor_set(x_31, 5, x_30); -lean_ctor_set(x_31, 6, x_22); -lean_ctor_set(x_31, 7, x_23); -lean_ctor_set(x_31, 8, x_24); -lean_ctor_set(x_31, 9, x_25); -lean_ctor_set(x_31, 10, x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = l_Lean_replaceRef(x_19, x_19); +x_29 = lean_alloc_ctor(0, 11, 0); +lean_ctor_set(x_29, 0, x_14); +lean_ctor_set(x_29, 1, x_15); +lean_ctor_set(x_29, 2, x_16); +lean_ctor_set(x_29, 3, x_17); +lean_ctor_set(x_29, 4, x_18); +lean_ctor_set(x_29, 5, x_28); +lean_ctor_set(x_29, 6, x_20); +lean_ctor_set(x_29, 7, x_21); +lean_ctor_set(x_29, 8, x_22); +lean_ctor_set(x_29, 9, x_23); +lean_ctor_set(x_29, 10, x_24); lean_inc(x_8); -lean_inc(x_31); +lean_inc(x_29); lean_inc(x_6); lean_inc(x_5); -x_32 = lean_apply_5(x_2, x_5, x_6, x_31, x_8, x_29); -if (lean_obj_tag(x_32) == 0) +x_30 = lean_apply_5(x_2, x_5, x_6, x_29, x_8, x_27); +if (lean_obj_tag(x_30) == 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; -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); +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; +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_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_31, x_5, x_6, x_29, x_8, x_32); +lean_dec(x_29); +x_34 = lean_ctor_get(x_33, 0); lean_inc(x_34); -lean_dec(x_32); -x_35 = l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(x_33, x_5, x_6, x_31, x_8, x_34); -lean_dec(x_31); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__1), 6, 1); -lean_closure_set(x_38, 0, x_3); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__1), 6, 1); +lean_closure_set(x_36, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_39 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(x_38, x_5, x_6, x_7, x_8, x_37); -if (lean_obj_tag(x_39) == 0) +x_37 = l_Lean_withOptProfile___at_Lean_Meta_processPostponed___spec__3(x_36, x_5, x_6, x_7, x_8, x_35); +if (lean_obj_tag(x_37) == 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; lean_object* x_50; lean_object* x_51; -x_40 = lean_ctor_get(x_39, 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; lean_object* x_48; lean_object* x_49; +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 = lean_ctor_get(x_38, 0); lean_inc(x_40); -x_41 = lean_ctor_get(x_39, 1); +x_41 = lean_ctor_get(x_38, 1); lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -lean_dec(x_40); -x_44 = l_Lean_exceptBoolEmoji___rarg(x_42); -x_45 = l_Lean_stringToMessageData(x_44); -lean_dec(x_44); -x_46 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +lean_dec(x_38); +x_42 = l_Lean_exceptBoolEmoji___rarg(x_40); +x_43 = l_Lean_stringToMessageData(x_42); +lean_dec(x_42); +x_44 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +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_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_45); -x_48 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_34); 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 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_36); -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_46); -if (lean_obj_tag(x_43) == 0) +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_44); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_52; lean_object* x_53; -x_52 = lean_box(0); -x_53 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_28, x_1, x_21, x_4, x_42, x_51, x_52, x_5, x_6, x_7, x_8, x_41); +lean_object* x_50; lean_object* x_51; +x_50 = lean_box(0); +x_51 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_26, x_1, x_19, x_4, x_40, x_49, x_50, x_5, x_6, x_7, x_8, x_39); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_42); -return x_53; +lean_dec(x_40); +return x_51; } else { -lean_object* x_54; double 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; -x_54 = lean_ctor_get(x_43, 0); -lean_inc(x_54); -lean_dec(x_43); -x_55 = lean_unbox_float(x_54); -lean_dec(x_54); -x_56 = lean_float_to_string(x_55); -x_57 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_57, 0, x_56); -x_58 = lean_alloc_ctor(0, 1, 0); +lean_object* x_52; double 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; +x_52 = lean_ctor_get(x_41, 0); +lean_inc(x_52); +lean_dec(x_41); +x_53 = lean_unbox_float(x_52); +lean_dec(x_52); +x_54 = lean_float_to_string(x_53); +x_55 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_55, 0, x_54); +x_56 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_57 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4; +x_58 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_58, 0, x_57); -x_59 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__4; +lean_ctor_set(x_58, 1, x_56); +x_59 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6; x_60 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_58); -x_61 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__6; +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_49); x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -x_63 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_51); -x_64 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_46); -x_65 = lean_box(0); -x_66 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_28, x_1, x_21, x_4, x_42, x_64, x_65, x_5, x_6, x_7, x_8, x_41); +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_44); +x_63 = lean_box(0); +x_64 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___lambda__2(x_26, x_1, x_19, x_4, x_40, x_62, x_63, x_5, x_6, x_7, x_8, x_39); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_42); -return x_66; +lean_dec(x_40); +return x_64; } } else { -uint8_t x_67; -lean_dec(x_36); -lean_dec(x_28); -lean_dec(x_21); +uint8_t x_65; +lean_dec(x_34); +lean_dec(x_26); +lean_dec(x_19); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_67 = !lean_is_exclusive(x_39); -if (x_67 == 0) +x_65 = !lean_is_exclusive(x_37); +if (x_65 == 0) { -return x_39; +return x_37; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_39, 0); -x_69 = lean_ctor_get(x_39, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_39); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_37, 0); +x_67 = lean_ctor_get(x_37, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_37); +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_71; -lean_dec(x_31); -lean_dec(x_28); -lean_dec(x_21); +uint8_t x_69; +lean_dec(x_29); +lean_dec(x_26); +lean_dec(x_19); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_71 = !lean_is_exclusive(x_32); -if (x_71 == 0) +x_69 = !lean_is_exclusive(x_30); +if (x_69 == 0) { -return x_32; +return x_30; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_32, 0); -x_73 = lean_ctor_get(x_32, 1); -lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_32); -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; +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_30, 0); +x_71 = lean_ctor_get(x_30, 1); +lean_inc(x_71); +lean_inc(x_70); +lean_dec(x_30); +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_dec(x_2); +lean_dec(x_1); +x_73 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_73; +} +} } } static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__1() { @@ -10973,98 +10544,7 @@ return x_56; } } } -static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("metavariable expected", 21); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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; uint8_t x_9; -lean_inc(x_1); -x_7 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = lean_unbox(x_8); -lean_dec(x_8); -if (x_9 == 0) -{ -uint8_t x_10; -lean_dec(x_1); -x_10 = !lean_is_exclusive(x_7); -if (x_10 == 0) -{ -lean_object* x_11; uint8_t x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 0); -lean_dec(x_11); -x_12 = 0; -x_13 = lean_box(x_12); -lean_ctor_set(x_7, 0, x_13); -return x_7; -} -else -{ -lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_7, 1); -lean_inc(x_14); -lean_dec(x_7); -x_15 = 0; -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_14); -return x_17; -} -} -else -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_18 = lean_ctor_get(x_7, 1); -lean_inc(x_18); -lean_dec(x_7); -x_19 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__2; -x_20 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_1, x_19, x_2, x_3, x_4, x_5, x_18); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -lean_dec(x_22); -x_23 = 0; -x_24 = lean_box(x_23); -lean_ctor_set(x_20, 0, x_24); -return x_20; -} -else -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_20, 1); -lean_inc(x_25); -lean_dec(x_20); -x_26 = 0; -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_25); -return x_28; -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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; @@ -11438,6 +10918,97 @@ return x_91; } } } +static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("metavariable expected", 21); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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) { +_start: +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +lean_inc(x_1); +x_7 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +lean_dec(x_8); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_1); +x_10 = !lean_is_exclusive(x_7); +if (x_10 == 0) +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_dec(x_11); +x_12 = 0; +x_13 = lean_box(x_12); +lean_ctor_set(x_7, 0, x_13); +return x_7; +} +else +{ +lean_object* x_14; uint8_t x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = 0; +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_14); +return x_17; +} +} +else +{ +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_18 = lean_ctor_get(x_7, 1); +lean_inc(x_18); +lean_dec(x_7); +x_19 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__2; +x_20 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_1, x_19, x_2, x_3, x_4, x_5, x_18); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; uint8_t x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_20, 0); +lean_dec(x_22); +x_23 = 0; +x_24 = lean_box(x_23); +lean_ctor_set(x_20, 0, x_24); +return x_20; +} +else +{ +lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_20, 1); +lean_inc(x_25); +lean_dec(x_20); +x_26 = 0; +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_25); +return x_28; +} +} +} +} static lean_object* _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__1() { _start: { @@ -11469,38 +11040,55 @@ return x_5; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(lean_object* x_1, 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; +lean_object* x_8; uint8_t x_9; uint8_t x_19; lean_inc(x_2); lean_inc(x_1); x_8 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1), 7, 2); lean_closure_set(x_8, 0, x_1); lean_closure_set(x_8, 1, x_2); -x_9 = l_Lean_Expr_isMVar(x_1); +x_19 = l_Lean_Expr_isMVar(x_1); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = 1; +x_9 = x_20; +goto block_18; +} +else +{ +uint8_t x_21; +x_21 = 0; +x_9 = x_21; +goto block_18; +} +block_18: +{ if (x_9 == 0) { lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; -lean_dec(x_2); -lean_dec(x_1); -x_10 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__3; -x_11 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___boxed), 6, 1); -lean_closure_set(x_11, 0, x_10); +x_10 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2), 7, 2); +lean_closure_set(x_10, 0, x_1); +lean_closure_set(x_10, 1, x_2); +x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__3; x_12 = 1; -x_13 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(x_10, x_8, x_11, x_12, x_3, x_4, x_5, x_6, x_7); +x_13 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(x_11, x_8, x_10, x_12, x_3, x_4, x_5, x_6, x_7); return x_13; } else { lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_14 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3), 7, 2); -lean_closure_set(x_14, 0, x_1); -lean_closure_set(x_14, 1, x_2); -x_15 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__3; +lean_dec(x_2); +lean_dec(x_1); +x_14 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__3; +x_15 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___boxed), 6, 1); +lean_closure_set(x_15, 0, x_14); x_16 = 1; -x_17 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(x_15, x_8, x_14, x_16, x_3, x_4, x_5, x_6, x_7); +x_17 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1(x_14, x_8, x_15, x_16, x_3, x_4, x_5, x_6, x_7); return x_17; } } } +} LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___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: { @@ -11527,11 +11115,11 @@ x_11 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Met return x_11; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -11792,7 +11380,7 @@ x_19 = l_Lean_LocalDecl_index(x_18); lean_dec(x_18); x_20 = lean_nat_add(x_19, x_8); lean_dec(x_19); -x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7; +x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; lean_inc(x_16); x_22 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__1(x_10, x_21, x_16, x_20, x_16, x_8, x_21); lean_dec(x_16); @@ -11830,7 +11418,7 @@ x_30 = l_Lean_LocalDecl_index(x_29); lean_dec(x_29); x_31 = lean_nat_add(x_30, x_8); lean_dec(x_30); -x_32 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7; +x_32 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; lean_inc(x_16); x_33 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___spec__2(x_10, x_32, x_16, x_31, x_16, x_8, x_32); lean_dec(x_16); @@ -12331,7 +11919,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 1); x_6 = lean_array_get_size(x_1); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 1, x_9); @@ -12349,7 +11937,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_14 = lean_array_get_size(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_16 = (size_t)(x_15) & (lean_unbox(x_14) - 1); x_17 = lean_array_uget(x_1, x_16); x_18 = lean_alloc_ctor(1, 2, 0); @@ -12487,7 +12075,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 1); x_6 = lean_array_get_size(x_5); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_6); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_5, x_8); @@ -12539,7 +12127,7 @@ lean_inc(x_20); lean_inc(x_19); lean_dec(x_1); x_21 = lean_array_get_size(x_20); -x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_21); x_23 = (size_t)(x_22) & (lean_unbox(x_21) - 1); x_24 = lean_array_uget(x_20, x_23); @@ -14394,7 +13982,7 @@ LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at___private_Lean_Meta_ExprDefE lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); x_7 = lean_array_uget(x_3, x_6); x_8 = l_List_elem___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_collectLetDeclsFrom_visit___spec__10(x_2, x_7); @@ -15438,7 +15026,7 @@ lean_dec(x_5); return x_10; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__1() { _start: { lean_object* x_1; @@ -15446,26 +15034,26 @@ x_1 = lean_mk_string_from_bytes("checkAssignment", 15); return x_1; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____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_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__2; x_3 = l_Lean_registerInternalExceptionId(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__1() { _start: { lean_object* x_1; @@ -15473,21 +15061,21 @@ x_1 = lean_mk_string_from_bytes("outOfScope", 10); return x_1; } } -static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2() { +static lean_object* _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____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_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2; +x_2 = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__2; x_3 = l_Lean_registerInternalExceptionId(x_2, x_1); return x_3; } @@ -16564,45 +16152,39 @@ return x_51; LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_check(lean_object* x_1, lean_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; uint8_t x_298; -x_298 = l_Lean_Expr_hasExprMVar(x_1); -if (x_298 == 0) -{ -uint8_t x_299; -x_299 = l_Lean_Expr_hasFVar(x_1); +uint8_t x_9; uint8_t x_299; +x_299 = l_Lean_Expr_hasExprMVar(x_1); if (x_299 == 0) { -lean_object* x_300; -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_300 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_300, 0, x_1); -lean_ctor_set(x_300, 1, x_8); -return x_300; +uint8_t x_300; +x_300 = l_Lean_Expr_hasFVar(x_1); +if (x_300 == 0) +{ +uint8_t x_301; +x_301 = 1; +x_9 = x_301; +goto block_298; } else { -lean_object* x_301; -x_301 = lean_box(0); -x_9 = x_301; -goto block_297; +uint8_t x_302; +x_302 = 0; +x_9 = x_302; +goto block_298; } } else { -lean_object* x_302; -x_302 = lean_box(0); -x_9 = x_302; -goto block_297; +uint8_t x_303; +x_303 = 0; +x_9 = x_303; +goto block_298; } -block_297: +block_298: +{ +if (x_9 == 0) { lean_object* x_10; lean_object* x_11; -lean_dec(x_9); lean_inc(x_1); x_10 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_findCached_x3f(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); x_11 = lean_ctor_get(x_10, 0); @@ -17357,7 +16939,7 @@ goto block_129; else { uint8_t x_145; -x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_121, x_121); +x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_121, x_121); if (x_145 == 0) { lean_object* x_146; @@ -17560,7 +17142,7 @@ goto block_167; else { uint8_t x_183; -x_183 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_159, x_159); +x_183 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_159, x_159); if (x_183 == 0) { lean_object* x_184; @@ -18243,6 +17825,21 @@ return x_296; } } } +else +{ +lean_object* x_297; +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_297 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_297, 0, x_1); +lean_ctor_set(x_297, 1, x_8); +return x_297; +} +} } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___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, lean_object* x_9, lean_object* x_10) { @@ -18409,88 +18006,87 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_CheckAssignment_c switch (lean_obj_tag(x_2)) { case 0: { -lean_object* x_12; lean_object* x_142; uint8_t x_166; +uint8_t x_12; uint8_t x_183; lean_dec(x_4); -x_166 = l_Lean_Expr_isMVar(x_2); -if (x_166 == 0) +x_183 = l_Lean_Expr_isMVar(x_2); +if (x_183 == 0) { -lean_object* x_167; -lean_dec(x_1); -x_167 = lean_box(0); -x_142 = x_167; -goto block_165; +uint8_t x_184; +x_184 = 0; +x_12 = x_184; +goto block_182; } else { -lean_object* x_168; uint8_t x_169; -x_168 = lean_ctor_get(x_7, 0); -lean_inc(x_168); -x_169 = lean_ctor_get_uint8(x_168, 1); -lean_dec(x_168); -if (x_169 == 0) +lean_object* x_185; uint8_t x_186; +x_185 = lean_ctor_get(x_7, 0); +lean_inc(x_185); +x_186 = lean_ctor_get_uint8(x_185, 1); +lean_dec(x_185); +if (x_186 == 0) { -lean_object* x_170; -lean_dec(x_1); -x_170 = lean_box(0); -x_142 = x_170; -goto block_165; +uint8_t x_187; +x_187 = 0; +x_12 = x_187; +goto block_182; } else { -lean_object* x_171; lean_object* x_172; uint8_t x_173; -x_171 = lean_array_get_size(x_3); -x_172 = lean_unsigned_to_nat(0u); -x_173 = lean_nat_dec_lt(x_172, x_171); -if (x_173 == 0) +lean_object* x_188; lean_object* x_189; uint8_t x_190; +x_188 = lean_array_get_size(x_3); +x_189 = lean_unsigned_to_nat(0u); +x_190 = lean_nat_dec_lt(x_189, x_188); +if (x_190 == 0) { -lean_object* x_174; -lean_dec(x_171); -x_174 = lean_box(0); -x_12 = x_174; -goto block_141; +uint8_t x_191; +lean_dec(x_188); +x_191 = 1; +x_12 = x_191; +goto block_182; } else { -uint8_t x_175; -x_175 = lean_nat_dec_le(x_171, x_171); -if (x_175 == 0) +uint8_t x_192; +x_192 = lean_nat_dec_le(x_188, x_188); +if (x_192 == 0) { -lean_object* x_176; -lean_dec(x_171); -x_176 = lean_box(0); -x_12 = x_176; -goto block_141; +uint8_t x_193; +lean_dec(x_188); +x_193 = 1; +x_12 = x_193; +goto block_182; } else { -size_t x_177; size_t x_178; uint8_t x_179; -x_177 = 0; -x_178 = lean_usize_of_nat(x_171); -lean_dec(x_171); -x_179 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_177, x_178); -if (x_179 == 0) +size_t x_194; size_t x_195; uint8_t x_196; +x_194 = 0; +x_195 = lean_usize_of_nat(x_188); +lean_dec(x_188); +x_196 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_194, x_195); +if (x_196 == 0) { -lean_object* x_180; -x_180 = lean_box(0); -x_12 = x_180; -goto block_141; +uint8_t x_197; +x_197 = 1; +x_12 = x_197; +goto block_182; } else { -lean_object* x_181; -lean_dec(x_1); -x_181 = lean_box(0); -x_142 = x_181; -goto block_165; +uint8_t x_198; +x_198 = 0; +x_12 = x_198; +goto block_182; } } } } } -block_141: +block_182: +{ +if (x_12 == 0) { lean_object* x_13; -lean_dec(x_12); +lean_dec(x_1); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -18508,25 +18104,12 @@ lean_inc(x_15); lean_dec(x_13); x_16 = lean_array_get_size(x_3); x_17 = lean_usize_of_nat(x_16); +lean_dec(x_16); x_18 = 0; -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_19 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_17, x_18, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); if (lean_obj_tag(x_19) == 0) { uint8_t x_20; -lean_dec(x_16); -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_1); x_20 = !lean_is_exclusive(x_19); if (x_20 == 0) { @@ -18553,60 +18136,92 @@ return x_26; } else { -lean_object* x_27; -x_27 = lean_ctor_get(x_19, 0); -lean_inc(x_27); -if (lean_obj_tag(x_27) == 0) -{ -uint8_t x_28; -lean_dec(x_16); +uint8_t x_27; lean_dec(x_14); +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_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); -x_28 = !lean_is_exclusive(x_19); -if (x_28 == 0) +lean_dec(x_3); +x_31 = !lean_is_exclusive(x_13); +if (x_31 == 0) { -lean_object* x_29; -x_29 = lean_ctor_get(x_19, 0); -lean_dec(x_29); -return x_19; +return x_13; } else { -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_19, 1); -lean_inc(x_30); -lean_dec(x_19); -x_31 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_31, 0, x_27); -lean_ctor_set(x_31, 1, x_30); -return x_31; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_13, 0); +x_33 = lean_ctor_get(x_13, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_13); +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 { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_19); -if (x_32 == 0) +lean_object* x_35; +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_35 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_33 = lean_ctor_get(x_19, 1); -x_34 = lean_ctor_get(x_19, 0); -lean_dec(x_34); -x_35 = lean_ctor_get(x_27, 0); -lean_inc(x_35); -x_36 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_37 = lean_nat_dec_eq(x_36, x_35); -lean_dec(x_35); -if (x_37 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_37; lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; lean_object* x_42; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_ctor_get(x_35, 1); +x_39 = lean_array_get_size(x_3); +x_40 = lean_usize_of_nat(x_39); +x_41 = 0; +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_42 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_40, x_41, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_38); +if (lean_obj_tag(x_42) == 0) +{ +uint8_t x_43; +lean_dec(x_39); +lean_free_object(x_35); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -18614,16 +18229,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_19; +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_42, 0); +x_45 = l_Lean_mkAppN(x_37, x_44); +lean_ctor_set(x_42, 0, x_45); +return x_42; } else { -uint8_t x_38; -x_38 = l_Lean_Expr_isMVar(x_14); -if (x_38 == 0) +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_46 = lean_ctor_get(x_42, 0); +x_47 = lean_ctor_get(x_42, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_42); +x_48 = l_Lean_mkAppN(x_37, x_46); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; +} +} +else { -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_50 = lean_ctor_get(x_42, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_42, 1); +lean_inc(x_51); +if (lean_is_exclusive(x_42)) { + lean_ctor_release(x_42, 0); + lean_ctor_release(x_42, 1); + x_52 = x_42; +} else { + lean_dec_ref(x_42); + x_52 = lean_box(0); +} +if (lean_obj_tag(x_50) == 0) +{ +lean_dec(x_52); +lean_dec(x_39); +lean_dec(x_37); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -18631,223 +18280,274 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_19; +lean_ctor_set_tag(x_35, 1); +lean_ctor_set(x_35, 1, x_51); +lean_ctor_set(x_35, 0, x_50); +return x_35; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -lean_free_object(x_19); -lean_inc(x_14); -x_39 = l_Lean_Expr_mvarId_x21(x_14); -x_40 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_39, x_5, x_6, x_7, x_8, x_9, x_10, x_33); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_unbox(x_41); -lean_dec(x_41); -if (x_42 == 0) +lean_object* x_103; lean_object* x_104; uint8_t x_105; +x_103 = lean_ctor_get(x_50, 0); +lean_inc(x_103); +x_104 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_105 = lean_nat_dec_eq(x_104, x_103); +lean_dec(x_103); +if (x_105 == 0) { -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -lean_dec(x_40); +lean_dec(x_52); +lean_dec(x_39); +lean_dec(x_37); +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_1); +lean_ctor_set_tag(x_35, 1); +lean_ctor_set(x_35, 1, x_51); +lean_ctor_set(x_35, 0, x_50); +return x_35; +} +else +{ +uint8_t x_106; +lean_free_object(x_35); +x_106 = l_Lean_Expr_isMVar(x_37); +if (x_106 == 0) +{ +uint8_t x_107; +x_107 = 1; +x_53 = x_107; +goto block_102; +} +else +{ +uint8_t x_108; +x_108 = 0; +x_53 = x_108; +goto block_102; +} +} +} +block_102: +{ +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +lean_dec(x_52); +lean_inc(x_37); +x_54 = l_Lean_Expr_mvarId_x21(x_37); +x_55 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_54, x_5, x_6, x_7, x_8, x_9, x_10, x_51); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +lean_dec(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_44 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_43); -if (lean_obj_tag(x_44) == 0) +x_59 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_58); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -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); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_47 = l_Lean_Meta_CheckAssignment_check(x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_46); -if (lean_obj_tag(x_47) == 0) +x_62 = l_Lean_Meta_CheckAssignment_check(x_60, x_5, x_6, x_7, x_8, x_9, x_10, x_61); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t 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_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_ctor_get(x_5, 1); -lean_inc(x_50); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* 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; +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_ctor_get(x_5, 1); +lean_inc(x_65); lean_dec(x_5); -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 4); -lean_inc(x_52); -lean_dec(x_50); -x_53 = 0; -x_54 = lean_box(0); -x_55 = lean_unsigned_to_nat(0u); -x_56 = l_Lean_Meta_mkFreshExprMVarAt(x_51, x_52, x_48, x_53, x_54, x_55, x_7, x_8, x_9, x_10, x_49); -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_57); -x_59 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_14, x_16, x_57, x_7, x_8, x_9, x_10, x_58); -if (lean_obj_tag(x_59) == 0) +x_66 = lean_ctor_get(x_65, 1); +lean_inc(x_66); +x_67 = lean_ctor_get(x_65, 4); +lean_inc(x_67); +lean_dec(x_65); +x_68 = 0; +x_69 = lean_box(0); +x_70 = lean_unsigned_to_nat(0u); +x_71 = l_Lean_Meta_mkFreshExprMVarAt(x_66, x_67, x_63, x_68, x_69, x_70, x_7, x_8, x_9, x_10, x_64); +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); +lean_inc(x_72); +x_74 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_37, x_39, x_72, x_7, x_8, x_9, x_10, x_73); +if (lean_obj_tag(x_74) == 0) { -lean_object* x_60; uint8_t x_61; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_unbox(x_60); -lean_dec(x_60); -if (x_61 == 0) +lean_object* x_75; uint8_t x_76; +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_unbox(x_75); +lean_dec(x_75); +if (x_76 == 0) { -uint8_t x_62; -lean_dec(x_57); -x_62 = !lean_is_exclusive(x_59); -if (x_62 == 0) +uint8_t x_77; +lean_dec(x_72); +x_77 = !lean_is_exclusive(x_74); +if (x_77 == 0) { -lean_object* x_63; -x_63 = lean_ctor_get(x_59, 0); -lean_dec(x_63); -lean_ctor_set_tag(x_59, 1); -lean_ctor_set(x_59, 0, x_27); -return x_59; +lean_object* x_78; +x_78 = lean_ctor_get(x_74, 0); +lean_dec(x_78); +lean_ctor_set_tag(x_74, 1); +lean_ctor_set(x_74, 0, x_50); +return x_74; } else { -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_59, 1); -lean_inc(x_64); -lean_dec(x_59); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_27); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_79; lean_object* x_80; +x_79 = lean_ctor_get(x_74, 1); +lean_inc(x_79); +lean_dec(x_74); +x_80 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_80, 0, x_50); +lean_ctor_set(x_80, 1, x_79); +return x_80; } } else { -uint8_t x_66; -lean_dec(x_27); -x_66 = !lean_is_exclusive(x_59); -if (x_66 == 0) +uint8_t x_81; +lean_dec(x_50); +x_81 = !lean_is_exclusive(x_74); +if (x_81 == 0) { -lean_object* x_67; -x_67 = lean_ctor_get(x_59, 0); -lean_dec(x_67); -lean_ctor_set(x_59, 0, x_57); -return x_59; +lean_object* x_82; +x_82 = lean_ctor_get(x_74, 0); +lean_dec(x_82); +lean_ctor_set(x_74, 0, x_72); +return x_74; } else { -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_59, 1); -lean_inc(x_68); -lean_dec(x_59); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_57); -lean_ctor_set(x_69, 1, x_68); -return x_69; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_74, 1); +lean_inc(x_83); +lean_dec(x_74); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_72); +lean_ctor_set(x_84, 1, x_83); +return x_84; } } } else { -uint8_t x_70; -lean_dec(x_57); -lean_dec(x_27); -x_70 = !lean_is_exclusive(x_59); -if (x_70 == 0) -{ -return x_59; -} -else +uint8_t x_85; +lean_dec(x_72); +lean_dec(x_50); +x_85 = !lean_is_exclusive(x_74); +if (x_85 == 0) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_59, 0); -x_72 = lean_ctor_get(x_59, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_59); -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; -} -} +return x_74; } else { -uint8_t x_74; -lean_dec(x_27); -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_74, 0); +x_87 = lean_ctor_get(x_74, 1); +lean_inc(x_87); +lean_inc(x_86); +lean_dec(x_74); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; +} +} +} +else +{ +uint8_t x_89; +lean_dec(x_50); +lean_dec(x_39); +lean_dec(x_37); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_74 = !lean_is_exclusive(x_47); -if (x_74 == 0) +x_89 = !lean_is_exclusive(x_62); +if (x_89 == 0) { -return x_47; +return x_62; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_47, 0); -x_76 = lean_ctor_get(x_47, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_47); -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; +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_62, 0); +x_91 = lean_ctor_get(x_62, 1); +lean_inc(x_91); +lean_inc(x_90); +lean_dec(x_62); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } } } else { -uint8_t x_78; -lean_dec(x_27); -lean_dec(x_16); -lean_dec(x_14); +uint8_t x_93; +lean_dec(x_50); +lean_dec(x_39); +lean_dec(x_37); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_78 = !lean_is_exclusive(x_44); -if (x_78 == 0) +x_93 = !lean_is_exclusive(x_59); +if (x_93 == 0) { -return x_44; +return x_59; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_44, 0); -x_80 = lean_ctor_get(x_44, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_44); -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; +lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_59, 0); +x_95 = lean_ctor_get(x_59, 1); +lean_inc(x_95); +lean_inc(x_94); +lean_dec(x_59); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } } else { -uint8_t x_82; -lean_dec(x_16); -lean_dec(x_14); +uint8_t x_97; +lean_dec(x_39); +lean_dec(x_37); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -18855,47 +18555,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_82 = !lean_is_exclusive(x_40); -if (x_82 == 0) +x_97 = !lean_is_exclusive(x_55); +if (x_97 == 0) { -lean_object* x_83; -x_83 = lean_ctor_get(x_40, 0); -lean_dec(x_83); -lean_ctor_set_tag(x_40, 1); -lean_ctor_set(x_40, 0, x_27); -return x_40; +lean_object* x_98; +x_98 = lean_ctor_get(x_55, 0); +lean_dec(x_98); +lean_ctor_set_tag(x_55, 1); +lean_ctor_set(x_55, 0, x_50); +return x_55; } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_40, 1); -lean_inc(x_84); -lean_dec(x_40); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_27); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_55, 1); +lean_inc(x_99); +lean_dec(x_55); +x_100 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_100, 0, x_50); +lean_ctor_set(x_100, 1, x_99); +return x_100; +} +} +} +else +{ +lean_object* x_101; +lean_dec(x_39); +lean_dec(x_37); +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_1); +if (lean_is_scalar(x_52)) { + x_101 = lean_alloc_ctor(1, 2, 0); +} else { + x_101 = x_52; } +lean_ctor_set(x_101, 0, x_50); +lean_ctor_set(x_101, 1, x_51); +return x_101; } } } } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; -x_86 = lean_ctor_get(x_19, 1); -lean_inc(x_86); -lean_dec(x_19); -x_87 = lean_ctor_get(x_27, 0); -lean_inc(x_87); -x_88 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_89 = lean_nat_dec_eq(x_88, x_87); -lean_dec(x_87); -if (x_89 == 0) +lean_object* x_109; lean_object* x_110; lean_object* x_111; size_t x_112; size_t x_113; lean_object* x_114; +x_109 = lean_ctor_get(x_35, 0); +x_110 = lean_ctor_get(x_35, 1); +lean_inc(x_110); +lean_inc(x_109); +lean_dec(x_35); +x_111 = lean_array_get_size(x_3); +x_112 = lean_usize_of_nat(x_111); +x_113 = 0; +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_114 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_112, x_113, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_110); +if (lean_obj_tag(x_114) == 0) { -lean_object* x_90; -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +lean_dec(x_111); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -18903,20 +18631,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_27); -lean_ctor_set(x_90, 1, x_86); -return x_90; +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_114, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_117 = x_114; +} else { + lean_dec_ref(x_114); + x_117 = lean_box(0); +} +x_118 = l_Lean_mkAppN(x_109, x_115); +if (lean_is_scalar(x_117)) { + x_119 = lean_alloc_ctor(0, 2, 0); +} else { + x_119 = x_117; +} +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_116); +return x_119; } else { -uint8_t x_91; -x_91 = l_Lean_Expr_isMVar(x_14); -if (x_91 == 0) +lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; +x_120 = lean_ctor_get(x_114, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_114, 1); +lean_inc(x_121); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_122 = x_114; +} else { + lean_dec_ref(x_114); + x_122 = lean_box(0); +} +if (lean_obj_tag(x_120) == 0) { -lean_object* x_92; -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_170; +lean_dec(x_122); +lean_dec(x_111); +lean_dec(x_109); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -18924,227 +18681,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_27); -lean_ctor_set(x_92, 1, x_86); -return x_92; +x_170 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_170, 0, x_120); +lean_ctor_set(x_170, 1, x_121); +return x_170; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; -lean_inc(x_14); -x_93 = l_Lean_Expr_mvarId_x21(x_14); -x_94 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_93, x_5, x_6, x_7, x_8, x_9, x_10, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_unbox(x_95); -lean_dec(x_95); -if (x_96 == 0) +lean_object* x_171; lean_object* x_172; uint8_t x_173; +x_171 = lean_ctor_get(x_120, 0); +lean_inc(x_171); +x_172 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_173 = lean_nat_dec_eq(x_172, x_171); +lean_dec(x_171); +if (x_173 == 0) { -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_94, 1); -lean_inc(x_97); -lean_dec(x_94); +lean_object* x_174; +lean_dec(x_122); +lean_dec(x_111); +lean_dec(x_109); +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_1); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_120); +lean_ctor_set(x_174, 1, x_121); +return x_174; +} +else +{ +uint8_t x_175; +x_175 = l_Lean_Expr_isMVar(x_109); +if (x_175 == 0) +{ +uint8_t x_176; +x_176 = 1; +x_123 = x_176; +goto block_169; +} +else +{ +uint8_t x_177; +x_177 = 0; +x_123 = x_177; +goto block_169; +} +} +} +block_169: +{ +if (x_123 == 0) +{ +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +lean_dec(x_122); +lean_inc(x_109); +x_124 = l_Lean_Expr_mvarId_x21(x_109); +x_125 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_124, x_5, x_6, x_7, x_8, x_9, x_10, x_121); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_unbox(x_126); +lean_dec(x_126); +if (x_127 == 0) +{ +lean_object* x_128; lean_object* x_129; +x_128 = lean_ctor_get(x_125, 1); +lean_inc(x_128); +lean_dec(x_125); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_98 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_97); -if (lean_obj_tag(x_98) == 0) +x_129 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_128); +if (lean_obj_tag(x_129) == 0) { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); -lean_dec(x_98); +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); +lean_dec(x_129); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_101 = l_Lean_Meta_CheckAssignment_check(x_99, x_5, x_6, x_7, x_8, x_9, x_10, x_100); -if (lean_obj_tag(x_101) == 0) +x_132 = l_Lean_Meta_CheckAssignment_check(x_130, x_5, x_6, x_7, x_8, x_9, x_10, x_131); +if (lean_obj_tag(x_132) == 0) { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t 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_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); -x_104 = lean_ctor_get(x_5, 1); -lean_inc(x_104); +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; +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_132, 1); +lean_inc(x_134); +lean_dec(x_132); +x_135 = lean_ctor_get(x_5, 1); +lean_inc(x_135); lean_dec(x_5); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 4); -lean_inc(x_106); -lean_dec(x_104); -x_107 = 0; -x_108 = lean_box(0); -x_109 = lean_unsigned_to_nat(0u); -x_110 = l_Lean_Meta_mkFreshExprMVarAt(x_105, x_106, x_102, x_107, x_108, x_109, x_7, x_8, x_9, x_10, x_103); -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -lean_inc(x_111); -x_113 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_14, x_16, x_111, x_7, x_8, x_9, x_10, x_112); -if (lean_obj_tag(x_113) == 0) +x_136 = lean_ctor_get(x_135, 1); +lean_inc(x_136); +x_137 = lean_ctor_get(x_135, 4); +lean_inc(x_137); +lean_dec(x_135); +x_138 = 0; +x_139 = lean_box(0); +x_140 = lean_unsigned_to_nat(0u); +x_141 = l_Lean_Meta_mkFreshExprMVarAt(x_136, x_137, x_133, x_138, x_139, x_140, x_7, x_8, x_9, x_10, x_134); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +lean_inc(x_142); +x_144 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_109, x_111, x_142, x_7, x_8, x_9, x_10, x_143); +if (lean_obj_tag(x_144) == 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_145; uint8_t x_146; +x_145 = lean_ctor_get(x_144, 0); +lean_inc(x_145); +x_146 = lean_unbox(x_145); +lean_dec(x_145); +if (x_146 == 0) { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -lean_dec(x_111); -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; +lean_object* x_147; lean_object* x_148; lean_object* x_149; +lean_dec(x_142); +x_147 = lean_ctor_get(x_144, 1); +lean_inc(x_147); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + lean_ctor_release(x_144, 1); + x_148 = x_144; } else { - lean_dec_ref(x_113); - x_117 = lean_box(0); + lean_dec_ref(x_144); + x_148 = lean_box(0); } -if (lean_is_scalar(x_117)) { - x_118 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_148)) { + x_149 = lean_alloc_ctor(1, 2, 0); } else { - x_118 = x_117; - lean_ctor_set_tag(x_118, 1); + x_149 = x_148; + lean_ctor_set_tag(x_149, 1); } -lean_ctor_set(x_118, 0, x_27); -lean_ctor_set(x_118, 1, x_116); -return x_118; +lean_ctor_set(x_149, 0, x_120); +lean_ctor_set(x_149, 1, x_147); +return x_149; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; -lean_dec(x_27); -x_119 = lean_ctor_get(x_113, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_120 = x_113; +lean_object* x_150; lean_object* x_151; lean_object* x_152; +lean_dec(x_120); +x_150 = lean_ctor_get(x_144, 1); +lean_inc(x_150); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + lean_ctor_release(x_144, 1); + x_151 = x_144; } else { - lean_dec_ref(x_113); - x_120 = lean_box(0); + lean_dec_ref(x_144); + x_151 = lean_box(0); } -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_151)) { + x_152 = lean_alloc_ctor(0, 2, 0); } else { - x_121 = x_120; + x_152 = x_151; } -lean_ctor_set(x_121, 0, x_111); -lean_ctor_set(x_121, 1, x_119); -return x_121; +lean_ctor_set(x_152, 0, x_142); +lean_ctor_set(x_152, 1, x_150); +return x_152; } } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; -lean_dec(x_111); -lean_dec(x_27); -x_122 = lean_ctor_get(x_113, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_113, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_124 = x_113; +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; +lean_dec(x_142); +lean_dec(x_120); +x_153 = lean_ctor_get(x_144, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_144, 1); +lean_inc(x_154); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + lean_ctor_release(x_144, 1); + x_155 = x_144; } else { - lean_dec_ref(x_113); - x_124 = lean_box(0); + lean_dec_ref(x_144); + x_155 = lean_box(0); } -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_155)) { + x_156 = lean_alloc_ctor(1, 2, 0); } else { - x_125 = x_124; + x_156 = x_155; } -lean_ctor_set(x_125, 0, x_122); -lean_ctor_set(x_125, 1, x_123); -return x_125; +lean_ctor_set(x_156, 0, x_153); +lean_ctor_set(x_156, 1, x_154); +return x_156; } } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; -lean_dec(x_27); -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; +lean_dec(x_120); +lean_dec(x_111); +lean_dec(x_109); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_126 = lean_ctor_get(x_101, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_101, 1); -lean_inc(x_127); -if (lean_is_exclusive(x_101)) { - lean_ctor_release(x_101, 0); - lean_ctor_release(x_101, 1); - x_128 = x_101; +x_157 = lean_ctor_get(x_132, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_132, 1); +lean_inc(x_158); +if (lean_is_exclusive(x_132)) { + lean_ctor_release(x_132, 0); + lean_ctor_release(x_132, 1); + x_159 = x_132; } else { - lean_dec_ref(x_101); - x_128 = lean_box(0); + lean_dec_ref(x_132); + x_159 = lean_box(0); } -if (lean_is_scalar(x_128)) { - x_129 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_159)) { + x_160 = lean_alloc_ctor(1, 2, 0); } else { - x_129 = x_128; + x_160 = x_159; } -lean_ctor_set(x_129, 0, x_126); -lean_ctor_set(x_129, 1, x_127); -return x_129; +lean_ctor_set(x_160, 0, x_157); +lean_ctor_set(x_160, 1, x_158); +return x_160; } } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; -lean_dec(x_27); -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +lean_dec(x_120); +lean_dec(x_111); +lean_dec(x_109); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_130 = lean_ctor_get(x_98, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_98, 1); -lean_inc(x_131); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_132 = x_98; +x_161 = lean_ctor_get(x_129, 0); +lean_inc(x_161); +x_162 = lean_ctor_get(x_129, 1); +lean_inc(x_162); +if (lean_is_exclusive(x_129)) { + lean_ctor_release(x_129, 0); + lean_ctor_release(x_129, 1); + x_163 = x_129; } else { - lean_dec_ref(x_98); - x_132 = lean_box(0); + lean_dec_ref(x_129); + x_163 = lean_box(0); } -if (lean_is_scalar(x_132)) { - x_133 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_163)) { + x_164 = lean_alloc_ctor(1, 2, 0); } else { - x_133 = x_132; + x_164 = x_163; } -lean_ctor_set(x_133, 0, x_130); -lean_ctor_set(x_133, 1, x_131); -return x_133; +lean_ctor_set(x_164, 0, x_161); +lean_ctor_set(x_164, 1, x_162); +return x_164; } } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -lean_dec(x_16); -lean_dec(x_14); +lean_object* x_165; lean_object* x_166; lean_object* x_167; +lean_dec(x_111); +lean_dec(x_109); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19152,141 +18958,55 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_134 = lean_ctor_get(x_94, 1); -lean_inc(x_134); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - x_135 = x_94; +x_165 = lean_ctor_get(x_125, 1); +lean_inc(x_165); +if (lean_is_exclusive(x_125)) { + lean_ctor_release(x_125, 0); + lean_ctor_release(x_125, 1); + x_166 = x_125; } else { - lean_dec_ref(x_94); - x_135 = lean_box(0); + lean_dec_ref(x_125); + x_166 = lean_box(0); } -if (lean_is_scalar(x_135)) { - x_136 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_166)) { + x_167 = lean_alloc_ctor(1, 2, 0); } else { - x_136 = x_135; - lean_ctor_set_tag(x_136, 1); -} -lean_ctor_set(x_136, 0, x_27); -lean_ctor_set(x_136, 1, x_134); -return x_136; -} -} -} -} + x_167 = x_166; + lean_ctor_set_tag(x_167, 1); } +lean_ctor_set(x_167, 0, x_120); +lean_ctor_set(x_167, 1, x_165); +return x_167; } } else { -uint8_t x_137; +lean_object* x_168; +lean_dec(x_111); +lean_dec(x_109); 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_3); lean_dec(x_1); -x_137 = !lean_is_exclusive(x_13); -if (x_137 == 0) -{ -return x_13; -} -else -{ -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_13, 0); -x_139 = lean_ctor_get(x_13, 1); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_13); -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; -} -} -} -block_165: -{ -lean_object* x_143; -lean_dec(x_142); -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_143 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_143) == 0) -{ -lean_object* x_144; lean_object* x_145; lean_object* x_146; size_t x_147; size_t x_148; lean_object* x_149; -x_144 = lean_ctor_get(x_143, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_143, 1); -lean_inc(x_145); -lean_dec(x_143); -x_146 = lean_array_get_size(x_3); -x_147 = lean_usize_of_nat(x_146); -lean_dec(x_146); -x_148 = 0; -x_149 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_147, x_148, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_145); -if (lean_obj_tag(x_149) == 0) -{ -uint8_t x_150; -x_150 = !lean_is_exclusive(x_149); -if (x_150 == 0) -{ -lean_object* x_151; lean_object* x_152; -x_151 = lean_ctor_get(x_149, 0); -x_152 = l_Lean_mkAppN(x_144, x_151); -lean_ctor_set(x_149, 0, x_152); -return x_149; -} -else -{ -lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_153 = lean_ctor_get(x_149, 0); -x_154 = lean_ctor_get(x_149, 1); -lean_inc(x_154); -lean_inc(x_153); -lean_dec(x_149); -x_155 = l_Lean_mkAppN(x_144, x_153); -x_156 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_154); -return x_156; +if (lean_is_scalar(x_122)) { + x_168 = lean_alloc_ctor(1, 2, 0); +} else { + x_168 = x_122; } +lean_ctor_set(x_168, 0, x_120); +lean_ctor_set(x_168, 1, x_121); +return x_168; } -else -{ -uint8_t x_157; -lean_dec(x_144); -x_157 = !lean_is_exclusive(x_149); -if (x_157 == 0) -{ -return x_149; } -else -{ -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_149, 0); -x_159 = lean_ctor_get(x_149, 1); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_149); -x_160 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -return x_160; } } } else { -uint8_t x_161; +uint8_t x_178; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19294,181 +19014,247 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_161 = !lean_is_exclusive(x_143); -if (x_161 == 0) +lean_dec(x_1); +x_178 = !lean_is_exclusive(x_35); +if (x_178 == 0) { -return x_143; +return x_35; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_143, 0); -x_163 = lean_ctor_get(x_143, 1); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_143); -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; +lean_object* x_179; lean_object* x_180; lean_object* x_181; +x_179 = lean_ctor_get(x_35, 0); +x_180 = lean_ctor_get(x_35, 1); +lean_inc(x_180); +lean_inc(x_179); +lean_dec(x_35); +x_181 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_181, 0, x_179); +lean_ctor_set(x_181, 1, x_180); +return x_181; +} } } } } case 1: { -lean_object* x_182; lean_object* x_312; uint8_t x_336; +uint8_t x_199; uint8_t x_370; lean_dec(x_4); -x_336 = l_Lean_Expr_isMVar(x_2); -if (x_336 == 0) +x_370 = l_Lean_Expr_isMVar(x_2); +if (x_370 == 0) { -lean_object* x_337; -lean_dec(x_1); -x_337 = lean_box(0); -x_312 = x_337; -goto block_335; +uint8_t x_371; +x_371 = 0; +x_199 = x_371; +goto block_369; } else { -lean_object* x_338; uint8_t x_339; -x_338 = lean_ctor_get(x_7, 0); -lean_inc(x_338); -x_339 = lean_ctor_get_uint8(x_338, 1); -lean_dec(x_338); -if (x_339 == 0) +lean_object* x_372; uint8_t x_373; +x_372 = lean_ctor_get(x_7, 0); +lean_inc(x_372); +x_373 = lean_ctor_get_uint8(x_372, 1); +lean_dec(x_372); +if (x_373 == 0) { -lean_object* x_340; -lean_dec(x_1); -x_340 = lean_box(0); -x_312 = x_340; -goto block_335; +uint8_t x_374; +x_374 = 0; +x_199 = x_374; +goto block_369; } else { -lean_object* x_341; lean_object* x_342; uint8_t x_343; -x_341 = lean_array_get_size(x_3); -x_342 = lean_unsigned_to_nat(0u); -x_343 = lean_nat_dec_lt(x_342, x_341); -if (x_343 == 0) +lean_object* x_375; lean_object* x_376; uint8_t x_377; +x_375 = lean_array_get_size(x_3); +x_376 = lean_unsigned_to_nat(0u); +x_377 = lean_nat_dec_lt(x_376, x_375); +if (x_377 == 0) { -lean_object* x_344; -lean_dec(x_341); -x_344 = lean_box(0); -x_182 = x_344; -goto block_311; +uint8_t x_378; +lean_dec(x_375); +x_378 = 1; +x_199 = x_378; +goto block_369; } else { -uint8_t x_345; -x_345 = lean_nat_dec_le(x_341, x_341); -if (x_345 == 0) +uint8_t x_379; +x_379 = lean_nat_dec_le(x_375, x_375); +if (x_379 == 0) { -lean_object* x_346; -lean_dec(x_341); -x_346 = lean_box(0); -x_182 = x_346; -goto block_311; +uint8_t x_380; +lean_dec(x_375); +x_380 = 1; +x_199 = x_380; +goto block_369; } else { -size_t x_347; size_t x_348; uint8_t x_349; -x_347 = 0; -x_348 = lean_usize_of_nat(x_341); -lean_dec(x_341); -x_349 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_347, x_348); -if (x_349 == 0) +size_t x_381; size_t x_382; uint8_t x_383; +x_381 = 0; +x_382 = lean_usize_of_nat(x_375); +lean_dec(x_375); +x_383 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_381, x_382); +if (x_383 == 0) { -lean_object* x_350; -x_350 = lean_box(0); -x_182 = x_350; -goto block_311; +uint8_t x_384; +x_384 = 1; +x_199 = x_384; +goto block_369; } else { -lean_object* x_351; -lean_dec(x_1); -x_351 = lean_box(0); -x_312 = x_351; -goto block_335; +uint8_t x_385; +x_385 = 0; +x_199 = x_385; +goto block_369; } } } } } -block_311: +block_369: { -lean_object* x_183; -lean_dec(x_182); -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_183 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_183) == 0) +if (x_199 == 0) { -lean_object* x_184; lean_object* x_185; lean_object* x_186; size_t x_187; size_t x_188; lean_object* x_189; -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 = lean_array_get_size(x_3); -x_187 = lean_usize_of_nat(x_186); -x_188 = 0; +lean_object* x_200; +lean_dec(x_1); 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_189 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_187, x_188, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_185); -if (lean_obj_tag(x_189) == 0) +x_200 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_200) == 0) { -uint8_t x_190; -lean_dec(x_186); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); +lean_object* x_201; lean_object* x_202; lean_object* x_203; size_t x_204; size_t x_205; lean_object* x_206; +x_201 = lean_ctor_get(x_200, 0); +lean_inc(x_201); +x_202 = lean_ctor_get(x_200, 1); +lean_inc(x_202); +lean_dec(x_200); +x_203 = lean_array_get_size(x_3); +x_204 = lean_usize_of_nat(x_203); +lean_dec(x_203); +x_205 = 0; +x_206 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_204, x_205, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_202); +if (lean_obj_tag(x_206) == 0) +{ +uint8_t x_207; +x_207 = !lean_is_exclusive(x_206); +if (x_207 == 0) +{ +lean_object* x_208; lean_object* x_209; +x_208 = lean_ctor_get(x_206, 0); +x_209 = l_Lean_mkAppN(x_201, x_208); +lean_ctor_set(x_206, 0, x_209); +return x_206; +} +else +{ +lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; +x_210 = lean_ctor_get(x_206, 0); +x_211 = lean_ctor_get(x_206, 1); +lean_inc(x_211); +lean_inc(x_210); +lean_dec(x_206); +x_212 = l_Lean_mkAppN(x_201, x_210); +x_213 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_213, 0, x_212); +lean_ctor_set(x_213, 1, x_211); +return x_213; +} +} +else +{ +uint8_t x_214; +lean_dec(x_201); +x_214 = !lean_is_exclusive(x_206); +if (x_214 == 0) +{ +return x_206; +} +else +{ +lean_object* x_215; lean_object* x_216; lean_object* x_217; +x_215 = lean_ctor_get(x_206, 0); +x_216 = lean_ctor_get(x_206, 1); +lean_inc(x_216); +lean_inc(x_215); +lean_dec(x_206); +x_217 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_217, 0, x_215); +lean_ctor_set(x_217, 1, x_216); +return x_217; +} +} +} +else +{ +uint8_t x_218; +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_1); -x_190 = !lean_is_exclusive(x_189); -if (x_190 == 0) +lean_dec(x_3); +x_218 = !lean_is_exclusive(x_200); +if (x_218 == 0) { -lean_object* x_191; lean_object* x_192; -x_191 = lean_ctor_get(x_189, 0); -x_192 = l_Lean_mkAppN(x_184, x_191); -lean_ctor_set(x_189, 0, x_192); -return x_189; +return x_200; } else { -lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_193 = lean_ctor_get(x_189, 0); -x_194 = lean_ctor_get(x_189, 1); -lean_inc(x_194); -lean_inc(x_193); -lean_dec(x_189); -x_195 = l_Lean_mkAppN(x_184, x_193); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_194); -return x_196; +lean_object* x_219; lean_object* x_220; lean_object* x_221; +x_219 = lean_ctor_get(x_200, 0); +x_220 = lean_ctor_get(x_200, 1); +lean_inc(x_220); +lean_inc(x_219); +lean_dec(x_200); +x_221 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_221, 0, x_219); +lean_ctor_set(x_221, 1, x_220); +return x_221; +} } } else { -lean_object* x_197; -x_197 = lean_ctor_get(x_189, 0); -lean_inc(x_197); -if (lean_obj_tag(x_197) == 0) +lean_object* x_222; +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_222 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_222) == 0) { -uint8_t x_198; -lean_dec(x_186); -lean_dec(x_184); +uint8_t x_223; +x_223 = !lean_is_exclusive(x_222); +if (x_223 == 0) +{ +lean_object* x_224; lean_object* x_225; lean_object* x_226; size_t x_227; size_t x_228; lean_object* x_229; +x_224 = lean_ctor_get(x_222, 0); +x_225 = lean_ctor_get(x_222, 1); +x_226 = lean_array_get_size(x_3); +x_227 = lean_usize_of_nat(x_226); +x_228 = 0; +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_229 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_227, x_228, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_225); +if (lean_obj_tag(x_229) == 0) +{ +uint8_t x_230; +lean_dec(x_226); +lean_free_object(x_222); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19476,45 +19262,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_198 = !lean_is_exclusive(x_189); -if (x_198 == 0) +x_230 = !lean_is_exclusive(x_229); +if (x_230 == 0) { -lean_object* x_199; -x_199 = lean_ctor_get(x_189, 0); -lean_dec(x_199); -return x_189; +lean_object* x_231; lean_object* x_232; +x_231 = lean_ctor_get(x_229, 0); +x_232 = l_Lean_mkAppN(x_224, x_231); +lean_ctor_set(x_229, 0, x_232); +return x_229; } else { -lean_object* x_200; lean_object* x_201; -x_200 = lean_ctor_get(x_189, 1); -lean_inc(x_200); -lean_dec(x_189); -x_201 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_201, 0, x_197); -lean_ctor_set(x_201, 1, x_200); -return x_201; +lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; +x_233 = lean_ctor_get(x_229, 0); +x_234 = lean_ctor_get(x_229, 1); +lean_inc(x_234); +lean_inc(x_233); +lean_dec(x_229); +x_235 = l_Lean_mkAppN(x_224, x_233); +x_236 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_236, 0, x_235); +lean_ctor_set(x_236, 1, x_234); +return x_236; } } else { -uint8_t x_202; -x_202 = !lean_is_exclusive(x_189); -if (x_202 == 0) -{ -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; uint8_t x_207; -x_203 = lean_ctor_get(x_189, 1); -x_204 = lean_ctor_get(x_189, 0); -lean_dec(x_204); -x_205 = lean_ctor_get(x_197, 0); -lean_inc(x_205); -x_206 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_207 = lean_nat_dec_eq(x_206, x_205); -lean_dec(x_205); -if (x_207 == 0) +lean_object* x_237; lean_object* x_238; lean_object* x_239; uint8_t x_240; +x_237 = lean_ctor_get(x_229, 0); +lean_inc(x_237); +x_238 = lean_ctor_get(x_229, 1); +lean_inc(x_238); +if (lean_is_exclusive(x_229)) { + lean_ctor_release(x_229, 0); + lean_ctor_release(x_229, 1); + x_239 = x_229; +} else { + lean_dec_ref(x_229); + x_239 = lean_box(0); +} +if (lean_obj_tag(x_237) == 0) { -lean_dec(x_186); -lean_dec(x_184); +lean_dec(x_239); +lean_dec(x_226); +lean_dec(x_224); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19522,16 +19313,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_189; +lean_ctor_set_tag(x_222, 1); +lean_ctor_set(x_222, 1, x_238); +lean_ctor_set(x_222, 0, x_237); +return x_222; } else { -uint8_t x_208; -x_208 = l_Lean_Expr_isMVar(x_184); -if (x_208 == 0) +lean_object* x_290; lean_object* x_291; uint8_t x_292; +x_290 = lean_ctor_get(x_237, 0); +lean_inc(x_290); +x_291 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_292 = lean_nat_dec_eq(x_291, x_290); +lean_dec(x_290); +if (x_292 == 0) { -lean_dec(x_186); -lean_dec(x_184); +lean_dec(x_239); +lean_dec(x_226); +lean_dec(x_224); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19539,223 +19338,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_189; +lean_ctor_set_tag(x_222, 1); +lean_ctor_set(x_222, 1, x_238); +lean_ctor_set(x_222, 0, x_237); +return x_222; } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; uint8_t x_212; -lean_free_object(x_189); -lean_inc(x_184); -x_209 = l_Lean_Expr_mvarId_x21(x_184); -x_210 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_209, x_5, x_6, x_7, x_8, x_9, x_10, x_203); -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -x_212 = lean_unbox(x_211); -lean_dec(x_211); -if (x_212 == 0) +uint8_t x_293; +lean_free_object(x_222); +x_293 = l_Lean_Expr_isMVar(x_224); +if (x_293 == 0) { -lean_object* x_213; lean_object* x_214; -x_213 = lean_ctor_get(x_210, 1); -lean_inc(x_213); -lean_dec(x_210); +uint8_t x_294; +x_294 = 1; +x_240 = x_294; +goto block_289; +} +else +{ +uint8_t x_295; +x_295 = 0; +x_240 = x_295; +goto block_289; +} +} +} +block_289: +{ +if (x_240 == 0) +{ +lean_object* x_241; lean_object* x_242; lean_object* x_243; uint8_t x_244; +lean_dec(x_239); +lean_inc(x_224); +x_241 = l_Lean_Expr_mvarId_x21(x_224); +x_242 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_241, x_5, x_6, x_7, x_8, x_9, x_10, x_238); +x_243 = lean_ctor_get(x_242, 0); +lean_inc(x_243); +x_244 = lean_unbox(x_243); +lean_dec(x_243); +if (x_244 == 0) +{ +lean_object* x_245; lean_object* x_246; +x_245 = lean_ctor_get(x_242, 1); +lean_inc(x_245); +lean_dec(x_242); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_214 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_213); -if (lean_obj_tag(x_214) == 0) +x_246 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_245); +if (lean_obj_tag(x_246) == 0) { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -x_215 = lean_ctor_get(x_214, 0); -lean_inc(x_215); -x_216 = lean_ctor_get(x_214, 1); -lean_inc(x_216); -lean_dec(x_214); +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_ctor_get(x_246, 0); +lean_inc(x_247); +x_248 = lean_ctor_get(x_246, 1); +lean_inc(x_248); +lean_dec(x_246); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_217 = l_Lean_Meta_CheckAssignment_check(x_215, x_5, x_6, x_7, x_8, x_9, x_10, x_216); -if (lean_obj_tag(x_217) == 0) +x_249 = l_Lean_Meta_CheckAssignment_check(x_247, x_5, x_6, x_7, x_8, x_9, x_10, x_248); +if (lean_obj_tag(x_249) == 0) { -lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; uint8_t x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_218 = lean_ctor_get(x_217, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_217, 1); -lean_inc(x_219); -lean_dec(x_217); -x_220 = lean_ctor_get(x_5, 1); -lean_inc(x_220); +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; +x_250 = lean_ctor_get(x_249, 0); +lean_inc(x_250); +x_251 = lean_ctor_get(x_249, 1); +lean_inc(x_251); +lean_dec(x_249); +x_252 = lean_ctor_get(x_5, 1); +lean_inc(x_252); lean_dec(x_5); -x_221 = lean_ctor_get(x_220, 1); -lean_inc(x_221); -x_222 = lean_ctor_get(x_220, 4); -lean_inc(x_222); -lean_dec(x_220); -x_223 = 0; -x_224 = lean_box(0); -x_225 = lean_unsigned_to_nat(0u); -x_226 = l_Lean_Meta_mkFreshExprMVarAt(x_221, x_222, x_218, x_223, x_224, x_225, x_7, x_8, x_9, x_10, x_219); -x_227 = lean_ctor_get(x_226, 0); -lean_inc(x_227); -x_228 = lean_ctor_get(x_226, 1); -lean_inc(x_228); -lean_dec(x_226); -lean_inc(x_227); -x_229 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_184, x_186, x_227, x_7, x_8, x_9, x_10, x_228); -if (lean_obj_tag(x_229) == 0) +x_253 = lean_ctor_get(x_252, 1); +lean_inc(x_253); +x_254 = lean_ctor_get(x_252, 4); +lean_inc(x_254); +lean_dec(x_252); +x_255 = 0; +x_256 = lean_box(0); +x_257 = lean_unsigned_to_nat(0u); +x_258 = l_Lean_Meta_mkFreshExprMVarAt(x_253, x_254, x_250, x_255, x_256, x_257, x_7, x_8, x_9, x_10, x_251); +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_258, 1); +lean_inc(x_260); +lean_dec(x_258); +lean_inc(x_259); +x_261 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_224, x_226, x_259, x_7, x_8, x_9, x_10, x_260); +if (lean_obj_tag(x_261) == 0) { -lean_object* x_230; uint8_t x_231; -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -x_231 = lean_unbox(x_230); -lean_dec(x_230); -if (x_231 == 0) +lean_object* x_262; uint8_t x_263; +x_262 = lean_ctor_get(x_261, 0); +lean_inc(x_262); +x_263 = lean_unbox(x_262); +lean_dec(x_262); +if (x_263 == 0) { -uint8_t x_232; -lean_dec(x_227); -x_232 = !lean_is_exclusive(x_229); -if (x_232 == 0) +uint8_t x_264; +lean_dec(x_259); +x_264 = !lean_is_exclusive(x_261); +if (x_264 == 0) { -lean_object* x_233; -x_233 = lean_ctor_get(x_229, 0); -lean_dec(x_233); -lean_ctor_set_tag(x_229, 1); -lean_ctor_set(x_229, 0, x_197); -return x_229; +lean_object* x_265; +x_265 = lean_ctor_get(x_261, 0); +lean_dec(x_265); +lean_ctor_set_tag(x_261, 1); +lean_ctor_set(x_261, 0, x_237); +return x_261; } else { -lean_object* x_234; lean_object* x_235; -x_234 = lean_ctor_get(x_229, 1); -lean_inc(x_234); -lean_dec(x_229); -x_235 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_235, 0, x_197); -lean_ctor_set(x_235, 1, x_234); -return x_235; +lean_object* x_266; lean_object* x_267; +x_266 = lean_ctor_get(x_261, 1); +lean_inc(x_266); +lean_dec(x_261); +x_267 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_267, 0, x_237); +lean_ctor_set(x_267, 1, x_266); +return x_267; } } else { -uint8_t x_236; -lean_dec(x_197); -x_236 = !lean_is_exclusive(x_229); -if (x_236 == 0) -{ -lean_object* x_237; -x_237 = lean_ctor_get(x_229, 0); +uint8_t x_268; lean_dec(x_237); -lean_ctor_set(x_229, 0, x_227); -return x_229; +x_268 = !lean_is_exclusive(x_261); +if (x_268 == 0) +{ +lean_object* x_269; +x_269 = lean_ctor_get(x_261, 0); +lean_dec(x_269); +lean_ctor_set(x_261, 0, x_259); +return x_261; } else { -lean_object* x_238; lean_object* x_239; -x_238 = lean_ctor_get(x_229, 1); -lean_inc(x_238); -lean_dec(x_229); -x_239 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_239, 0, x_227); -lean_ctor_set(x_239, 1, x_238); -return x_239; +lean_object* x_270; lean_object* x_271; +x_270 = lean_ctor_get(x_261, 1); +lean_inc(x_270); +lean_dec(x_261); +x_271 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_271, 0, x_259); +lean_ctor_set(x_271, 1, x_270); +return x_271; } } } else { -uint8_t x_240; -lean_dec(x_227); -lean_dec(x_197); -x_240 = !lean_is_exclusive(x_229); -if (x_240 == 0) +uint8_t x_272; +lean_dec(x_259); +lean_dec(x_237); +x_272 = !lean_is_exclusive(x_261); +if (x_272 == 0) { -return x_229; +return x_261; } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; -x_241 = lean_ctor_get(x_229, 0); -x_242 = lean_ctor_get(x_229, 1); -lean_inc(x_242); -lean_inc(x_241); -lean_dec(x_229); -x_243 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_243, 0, x_241); -lean_ctor_set(x_243, 1, x_242); -return x_243; +lean_object* x_273; lean_object* x_274; lean_object* x_275; +x_273 = lean_ctor_get(x_261, 0); +x_274 = lean_ctor_get(x_261, 1); +lean_inc(x_274); +lean_inc(x_273); +lean_dec(x_261); +x_275 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_275, 0, x_273); +lean_ctor_set(x_275, 1, x_274); +return x_275; } } } else { -uint8_t x_244; -lean_dec(x_197); -lean_dec(x_186); -lean_dec(x_184); +uint8_t x_276; +lean_dec(x_237); +lean_dec(x_226); +lean_dec(x_224); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_244 = !lean_is_exclusive(x_217); -if (x_244 == 0) +x_276 = !lean_is_exclusive(x_249); +if (x_276 == 0) { -return x_217; +return x_249; } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; -x_245 = lean_ctor_get(x_217, 0); -x_246 = lean_ctor_get(x_217, 1); -lean_inc(x_246); -lean_inc(x_245); -lean_dec(x_217); -x_247 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_247, 0, x_245); -lean_ctor_set(x_247, 1, x_246); -return x_247; +lean_object* x_277; lean_object* x_278; lean_object* x_279; +x_277 = lean_ctor_get(x_249, 0); +x_278 = lean_ctor_get(x_249, 1); +lean_inc(x_278); +lean_inc(x_277); +lean_dec(x_249); +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_248; -lean_dec(x_197); -lean_dec(x_186); -lean_dec(x_184); +uint8_t x_280; +lean_dec(x_237); +lean_dec(x_226); +lean_dec(x_224); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_248 = !lean_is_exclusive(x_214); -if (x_248 == 0) +x_280 = !lean_is_exclusive(x_246); +if (x_280 == 0) { -return x_214; +return x_246; } else { -lean_object* x_249; lean_object* x_250; lean_object* x_251; -x_249 = lean_ctor_get(x_214, 0); -x_250 = lean_ctor_get(x_214, 1); -lean_inc(x_250); -lean_inc(x_249); -lean_dec(x_214); -x_251 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_251, 0, x_249); -lean_ctor_set(x_251, 1, x_250); -return x_251; +lean_object* x_281; lean_object* x_282; lean_object* x_283; +x_281 = lean_ctor_get(x_246, 0); +x_282 = lean_ctor_get(x_246, 1); +lean_inc(x_282); +lean_inc(x_281); +lean_dec(x_246); +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 { -uint8_t x_252; -lean_dec(x_186); -lean_dec(x_184); +uint8_t x_284; +lean_dec(x_226); +lean_dec(x_224); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19763,47 +19588,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_252 = !lean_is_exclusive(x_210); -if (x_252 == 0) +x_284 = !lean_is_exclusive(x_242); +if (x_284 == 0) { -lean_object* x_253; -x_253 = lean_ctor_get(x_210, 0); -lean_dec(x_253); -lean_ctor_set_tag(x_210, 1); -lean_ctor_set(x_210, 0, x_197); -return x_210; +lean_object* x_285; +x_285 = lean_ctor_get(x_242, 0); +lean_dec(x_285); +lean_ctor_set_tag(x_242, 1); +lean_ctor_set(x_242, 0, x_237); +return x_242; } else { -lean_object* x_254; lean_object* x_255; -x_254 = lean_ctor_get(x_210, 1); -lean_inc(x_254); -lean_dec(x_210); -x_255 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_255, 0, x_197); -lean_ctor_set(x_255, 1, x_254); -return x_255; +lean_object* x_286; lean_object* x_287; +x_286 = lean_ctor_get(x_242, 1); +lean_inc(x_286); +lean_dec(x_242); +x_287 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_287, 0, x_237); +lean_ctor_set(x_287, 1, x_286); +return x_287; +} +} +} +else +{ +lean_object* x_288; +lean_dec(x_226); +lean_dec(x_224); +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_1); +if (lean_is_scalar(x_239)) { + x_288 = lean_alloc_ctor(1, 2, 0); +} else { + x_288 = x_239; } +lean_ctor_set(x_288, 0, x_237); +lean_ctor_set(x_288, 1, x_238); +return x_288; } } } } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; uint8_t x_259; -x_256 = lean_ctor_get(x_189, 1); -lean_inc(x_256); -lean_dec(x_189); -x_257 = lean_ctor_get(x_197, 0); -lean_inc(x_257); -x_258 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_259 = lean_nat_dec_eq(x_258, x_257); -lean_dec(x_257); -if (x_259 == 0) +lean_object* x_296; lean_object* x_297; lean_object* x_298; size_t x_299; size_t x_300; lean_object* x_301; +x_296 = lean_ctor_get(x_222, 0); +x_297 = lean_ctor_get(x_222, 1); +lean_inc(x_297); +lean_inc(x_296); +lean_dec(x_222); +x_298 = lean_array_get_size(x_3); +x_299 = lean_usize_of_nat(x_298); +x_300 = 0; +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_301 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_299, x_300, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_297); +if (lean_obj_tag(x_301) == 0) { -lean_object* x_260; -lean_dec(x_186); -lean_dec(x_184); +lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; +lean_dec(x_298); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19811,20 +19664,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_260 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_260, 0, x_197); -lean_ctor_set(x_260, 1, x_256); -return x_260; +x_302 = lean_ctor_get(x_301, 0); +lean_inc(x_302); +x_303 = lean_ctor_get(x_301, 1); +lean_inc(x_303); +if (lean_is_exclusive(x_301)) { + lean_ctor_release(x_301, 0); + lean_ctor_release(x_301, 1); + x_304 = x_301; +} else { + lean_dec_ref(x_301); + x_304 = lean_box(0); +} +x_305 = l_Lean_mkAppN(x_296, x_302); +if (lean_is_scalar(x_304)) { + x_306 = lean_alloc_ctor(0, 2, 0); +} else { + x_306 = x_304; +} +lean_ctor_set(x_306, 0, x_305); +lean_ctor_set(x_306, 1, x_303); +return x_306; } else { -uint8_t x_261; -x_261 = l_Lean_Expr_isMVar(x_184); -if (x_261 == 0) +lean_object* x_307; lean_object* x_308; lean_object* x_309; uint8_t x_310; +x_307 = lean_ctor_get(x_301, 0); +lean_inc(x_307); +x_308 = lean_ctor_get(x_301, 1); +lean_inc(x_308); +if (lean_is_exclusive(x_301)) { + lean_ctor_release(x_301, 0); + lean_ctor_release(x_301, 1); + x_309 = x_301; +} else { + lean_dec_ref(x_301); + x_309 = lean_box(0); +} +if (lean_obj_tag(x_307) == 0) { -lean_object* x_262; -lean_dec(x_186); -lean_dec(x_184); +lean_object* x_357; +lean_dec(x_309); +lean_dec(x_298); +lean_dec(x_296); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -19832,227 +19714,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_262 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_262, 0, x_197); -lean_ctor_set(x_262, 1, x_256); -return x_262; +x_357 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_357, 0, x_307); +lean_ctor_set(x_357, 1, x_308); +return x_357; } else { -lean_object* x_263; lean_object* x_264; lean_object* x_265; uint8_t x_266; -lean_inc(x_184); -x_263 = l_Lean_Expr_mvarId_x21(x_184); -x_264 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_263, x_5, x_6, x_7, x_8, x_9, x_10, x_256); -x_265 = lean_ctor_get(x_264, 0); -lean_inc(x_265); -x_266 = lean_unbox(x_265); -lean_dec(x_265); -if (x_266 == 0) +lean_object* x_358; lean_object* x_359; uint8_t x_360; +x_358 = lean_ctor_get(x_307, 0); +lean_inc(x_358); +x_359 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_360 = lean_nat_dec_eq(x_359, x_358); +lean_dec(x_358); +if (x_360 == 0) { -lean_object* x_267; lean_object* x_268; -x_267 = lean_ctor_get(x_264, 1); -lean_inc(x_267); -lean_dec(x_264); +lean_object* x_361; +lean_dec(x_309); +lean_dec(x_298); +lean_dec(x_296); +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_1); +x_361 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_361, 0, x_307); +lean_ctor_set(x_361, 1, x_308); +return x_361; +} +else +{ +uint8_t x_362; +x_362 = l_Lean_Expr_isMVar(x_296); +if (x_362 == 0) +{ +uint8_t x_363; +x_363 = 1; +x_310 = x_363; +goto block_356; +} +else +{ +uint8_t x_364; +x_364 = 0; +x_310 = x_364; +goto block_356; +} +} +} +block_356: +{ +if (x_310 == 0) +{ +lean_object* x_311; lean_object* x_312; lean_object* x_313; uint8_t x_314; +lean_dec(x_309); +lean_inc(x_296); +x_311 = l_Lean_Expr_mvarId_x21(x_296); +x_312 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_311, x_5, x_6, x_7, x_8, x_9, x_10, x_308); +x_313 = lean_ctor_get(x_312, 0); +lean_inc(x_313); +x_314 = lean_unbox(x_313); +lean_dec(x_313); +if (x_314 == 0) +{ +lean_object* x_315; lean_object* x_316; +x_315 = lean_ctor_get(x_312, 1); +lean_inc(x_315); +lean_dec(x_312); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_268 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_267); -if (lean_obj_tag(x_268) == 0) -{ -lean_object* x_269; lean_object* x_270; lean_object* x_271; -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_316 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_315); +if (lean_obj_tag(x_316) == 0) +{ +lean_object* x_317; lean_object* x_318; lean_object* x_319; +x_317 = lean_ctor_get(x_316, 0); +lean_inc(x_317); +x_318 = lean_ctor_get(x_316, 1); +lean_inc(x_318); +lean_dec(x_316); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_271 = l_Lean_Meta_CheckAssignment_check(x_269, x_5, x_6, x_7, x_8, x_9, x_10, x_270); -if (lean_obj_tag(x_271) == 0) +x_319 = l_Lean_Meta_CheckAssignment_check(x_317, x_5, x_6, x_7, x_8, x_9, x_10, x_318); +if (lean_obj_tag(x_319) == 0) { -lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; uint8_t 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_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 = lean_ctor_get(x_5, 1); -lean_inc(x_274); +lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; uint8_t 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_320 = lean_ctor_get(x_319, 0); +lean_inc(x_320); +x_321 = lean_ctor_get(x_319, 1); +lean_inc(x_321); +lean_dec(x_319); +x_322 = lean_ctor_get(x_5, 1); +lean_inc(x_322); lean_dec(x_5); -x_275 = lean_ctor_get(x_274, 1); -lean_inc(x_275); -x_276 = lean_ctor_get(x_274, 4); -lean_inc(x_276); -lean_dec(x_274); -x_277 = 0; -x_278 = lean_box(0); -x_279 = lean_unsigned_to_nat(0u); -x_280 = l_Lean_Meta_mkFreshExprMVarAt(x_275, x_276, x_272, x_277, x_278, x_279, x_7, x_8, x_9, x_10, x_273); -x_281 = lean_ctor_get(x_280, 0); -lean_inc(x_281); -x_282 = lean_ctor_get(x_280, 1); -lean_inc(x_282); -lean_dec(x_280); -lean_inc(x_281); -x_283 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_184, x_186, x_281, x_7, x_8, x_9, x_10, x_282); -if (lean_obj_tag(x_283) == 0) +x_323 = lean_ctor_get(x_322, 1); +lean_inc(x_323); +x_324 = lean_ctor_get(x_322, 4); +lean_inc(x_324); +lean_dec(x_322); +x_325 = 0; +x_326 = lean_box(0); +x_327 = lean_unsigned_to_nat(0u); +x_328 = l_Lean_Meta_mkFreshExprMVarAt(x_323, x_324, x_320, x_325, x_326, x_327, x_7, x_8, x_9, x_10, x_321); +x_329 = lean_ctor_get(x_328, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_328, 1); +lean_inc(x_330); +lean_dec(x_328); +lean_inc(x_329); +x_331 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_296, x_298, x_329, x_7, x_8, x_9, x_10, x_330); +if (lean_obj_tag(x_331) == 0) { -lean_object* x_284; uint8_t x_285; -x_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -x_285 = lean_unbox(x_284); -lean_dec(x_284); -if (x_285 == 0) +lean_object* x_332; uint8_t x_333; +x_332 = lean_ctor_get(x_331, 0); +lean_inc(x_332); +x_333 = lean_unbox(x_332); +lean_dec(x_332); +if (x_333 == 0) { -lean_object* x_286; lean_object* x_287; lean_object* x_288; -lean_dec(x_281); -x_286 = lean_ctor_get(x_283, 1); -lean_inc(x_286); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_287 = x_283; +lean_object* x_334; lean_object* x_335; lean_object* x_336; +lean_dec(x_329); +x_334 = lean_ctor_get(x_331, 1); +lean_inc(x_334); +if (lean_is_exclusive(x_331)) { + lean_ctor_release(x_331, 0); + lean_ctor_release(x_331, 1); + x_335 = x_331; } else { - lean_dec_ref(x_283); - x_287 = lean_box(0); + lean_dec_ref(x_331); + x_335 = lean_box(0); } -if (lean_is_scalar(x_287)) { - x_288 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_335)) { + x_336 = lean_alloc_ctor(1, 2, 0); } else { - x_288 = x_287; - lean_ctor_set_tag(x_288, 1); + x_336 = x_335; + lean_ctor_set_tag(x_336, 1); } -lean_ctor_set(x_288, 0, x_197); -lean_ctor_set(x_288, 1, x_286); -return x_288; +lean_ctor_set(x_336, 0, x_307); +lean_ctor_set(x_336, 1, x_334); +return x_336; } else { -lean_object* x_289; lean_object* x_290; lean_object* x_291; -lean_dec(x_197); -x_289 = lean_ctor_get(x_283, 1); -lean_inc(x_289); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_290 = x_283; +lean_object* x_337; lean_object* x_338; lean_object* x_339; +lean_dec(x_307); +x_337 = lean_ctor_get(x_331, 1); +lean_inc(x_337); +if (lean_is_exclusive(x_331)) { + lean_ctor_release(x_331, 0); + lean_ctor_release(x_331, 1); + x_338 = x_331; } else { - lean_dec_ref(x_283); - x_290 = lean_box(0); + lean_dec_ref(x_331); + x_338 = lean_box(0); } -if (lean_is_scalar(x_290)) { - x_291 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_338)) { + x_339 = lean_alloc_ctor(0, 2, 0); } else { - x_291 = x_290; + x_339 = x_338; } -lean_ctor_set(x_291, 0, x_281); -lean_ctor_set(x_291, 1, x_289); -return x_291; +lean_ctor_set(x_339, 0, x_329); +lean_ctor_set(x_339, 1, x_337); +return x_339; } } else { -lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; -lean_dec(x_281); -lean_dec(x_197); -x_292 = lean_ctor_get(x_283, 0); -lean_inc(x_292); -x_293 = lean_ctor_get(x_283, 1); -lean_inc(x_293); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_294 = x_283; +lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; +lean_dec(x_329); +lean_dec(x_307); +x_340 = lean_ctor_get(x_331, 0); +lean_inc(x_340); +x_341 = lean_ctor_get(x_331, 1); +lean_inc(x_341); +if (lean_is_exclusive(x_331)) { + lean_ctor_release(x_331, 0); + lean_ctor_release(x_331, 1); + x_342 = x_331; } else { - lean_dec_ref(x_283); - x_294 = lean_box(0); + lean_dec_ref(x_331); + x_342 = lean_box(0); } -if (lean_is_scalar(x_294)) { - x_295 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_342)) { + x_343 = lean_alloc_ctor(1, 2, 0); } else { - x_295 = x_294; + x_343 = x_342; } -lean_ctor_set(x_295, 0, x_292); -lean_ctor_set(x_295, 1, x_293); -return x_295; +lean_ctor_set(x_343, 0, x_340); +lean_ctor_set(x_343, 1, x_341); +return x_343; } } else { -lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; -lean_dec(x_197); -lean_dec(x_186); -lean_dec(x_184); +lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; +lean_dec(x_307); +lean_dec(x_298); +lean_dec(x_296); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_296 = lean_ctor_get(x_271, 0); -lean_inc(x_296); -x_297 = lean_ctor_get(x_271, 1); -lean_inc(x_297); -if (lean_is_exclusive(x_271)) { - lean_ctor_release(x_271, 0); - lean_ctor_release(x_271, 1); - x_298 = x_271; +x_344 = lean_ctor_get(x_319, 0); +lean_inc(x_344); +x_345 = lean_ctor_get(x_319, 1); +lean_inc(x_345); +if (lean_is_exclusive(x_319)) { + lean_ctor_release(x_319, 0); + lean_ctor_release(x_319, 1); + x_346 = x_319; } else { - lean_dec_ref(x_271); - x_298 = lean_box(0); + lean_dec_ref(x_319); + x_346 = lean_box(0); } -if (lean_is_scalar(x_298)) { - x_299 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_346)) { + x_347 = lean_alloc_ctor(1, 2, 0); } else { - x_299 = x_298; + x_347 = x_346; } -lean_ctor_set(x_299, 0, x_296); -lean_ctor_set(x_299, 1, x_297); -return x_299; +lean_ctor_set(x_347, 0, x_344); +lean_ctor_set(x_347, 1, x_345); +return x_347; } } else { -lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; -lean_dec(x_197); -lean_dec(x_186); -lean_dec(x_184); +lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; +lean_dec(x_307); +lean_dec(x_298); +lean_dec(x_296); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_300 = lean_ctor_get(x_268, 0); -lean_inc(x_300); -x_301 = lean_ctor_get(x_268, 1); -lean_inc(x_301); -if (lean_is_exclusive(x_268)) { - lean_ctor_release(x_268, 0); - lean_ctor_release(x_268, 1); - x_302 = x_268; +x_348 = lean_ctor_get(x_316, 0); +lean_inc(x_348); +x_349 = lean_ctor_get(x_316, 1); +lean_inc(x_349); +if (lean_is_exclusive(x_316)) { + lean_ctor_release(x_316, 0); + lean_ctor_release(x_316, 1); + x_350 = x_316; } else { - lean_dec_ref(x_268); - x_302 = lean_box(0); + lean_dec_ref(x_316); + x_350 = lean_box(0); } -if (lean_is_scalar(x_302)) { - x_303 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_350)) { + x_351 = lean_alloc_ctor(1, 2, 0); } else { - x_303 = x_302; + x_351 = x_350; } -lean_ctor_set(x_303, 0, x_300); -lean_ctor_set(x_303, 1, x_301); -return x_303; +lean_ctor_set(x_351, 0, x_348); +lean_ctor_set(x_351, 1, x_349); +return x_351; } } else { -lean_object* x_304; lean_object* x_305; lean_object* x_306; -lean_dec(x_186); -lean_dec(x_184); +lean_object* x_352; lean_object* x_353; lean_object* x_354; +lean_dec(x_298); +lean_dec(x_296); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20060,141 +19991,55 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_304 = lean_ctor_get(x_264, 1); -lean_inc(x_304); -if (lean_is_exclusive(x_264)) { - lean_ctor_release(x_264, 0); - lean_ctor_release(x_264, 1); - x_305 = x_264; +x_352 = lean_ctor_get(x_312, 1); +lean_inc(x_352); +if (lean_is_exclusive(x_312)) { + lean_ctor_release(x_312, 0); + lean_ctor_release(x_312, 1); + x_353 = x_312; } else { - lean_dec_ref(x_264); - x_305 = lean_box(0); + lean_dec_ref(x_312); + x_353 = lean_box(0); } -if (lean_is_scalar(x_305)) { - x_306 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_353)) { + x_354 = lean_alloc_ctor(1, 2, 0); } else { - x_306 = x_305; - lean_ctor_set_tag(x_306, 1); -} -lean_ctor_set(x_306, 0, x_197); -lean_ctor_set(x_306, 1, x_304); -return x_306; -} -} -} -} + x_354 = x_353; + lean_ctor_set_tag(x_354, 1); } +lean_ctor_set(x_354, 0, x_307); +lean_ctor_set(x_354, 1, x_352); +return x_354; } } else { -uint8_t x_307; +lean_object* x_355; +lean_dec(x_298); +lean_dec(x_296); 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_3); lean_dec(x_1); -x_307 = !lean_is_exclusive(x_183); -if (x_307 == 0) -{ -return x_183; -} -else -{ -lean_object* x_308; lean_object* x_309; lean_object* x_310; -x_308 = lean_ctor_get(x_183, 0); -x_309 = lean_ctor_get(x_183, 1); -lean_inc(x_309); -lean_inc(x_308); -lean_dec(x_183); -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; -} -} -} -block_335: -{ -lean_object* x_313; -lean_dec(x_312); -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_313 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_313) == 0) -{ -lean_object* x_314; lean_object* x_315; lean_object* x_316; size_t x_317; size_t x_318; lean_object* x_319; -x_314 = lean_ctor_get(x_313, 0); -lean_inc(x_314); -x_315 = lean_ctor_get(x_313, 1); -lean_inc(x_315); -lean_dec(x_313); -x_316 = lean_array_get_size(x_3); -x_317 = lean_usize_of_nat(x_316); -lean_dec(x_316); -x_318 = 0; -x_319 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_317, x_318, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_315); -if (lean_obj_tag(x_319) == 0) -{ -uint8_t x_320; -x_320 = !lean_is_exclusive(x_319); -if (x_320 == 0) -{ -lean_object* x_321; lean_object* x_322; -x_321 = lean_ctor_get(x_319, 0); -x_322 = l_Lean_mkAppN(x_314, x_321); -lean_ctor_set(x_319, 0, x_322); -return x_319; -} -else -{ -lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; -x_323 = lean_ctor_get(x_319, 0); -x_324 = lean_ctor_get(x_319, 1); -lean_inc(x_324); -lean_inc(x_323); -lean_dec(x_319); -x_325 = l_Lean_mkAppN(x_314, x_323); -x_326 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_326, 0, x_325); -lean_ctor_set(x_326, 1, x_324); -return x_326; +if (lean_is_scalar(x_309)) { + x_355 = lean_alloc_ctor(1, 2, 0); +} else { + x_355 = x_309; } +lean_ctor_set(x_355, 0, x_307); +lean_ctor_set(x_355, 1, x_308); +return x_355; } -else -{ -uint8_t x_327; -lean_dec(x_314); -x_327 = !lean_is_exclusive(x_319); -if (x_327 == 0) -{ -return x_319; } -else -{ -lean_object* x_328; lean_object* x_329; lean_object* x_330; -x_328 = lean_ctor_get(x_319, 0); -x_329 = lean_ctor_get(x_319, 1); -lean_inc(x_329); -lean_inc(x_328); -lean_dec(x_319); -x_330 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_330, 0, x_328); -lean_ctor_set(x_330, 1, x_329); -return x_330; } } } else { -uint8_t x_331; +uint8_t x_365; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20202,181 +20047,247 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_331 = !lean_is_exclusive(x_313); -if (x_331 == 0) +lean_dec(x_1); +x_365 = !lean_is_exclusive(x_222); +if (x_365 == 0) { -return x_313; +return x_222; } else { -lean_object* x_332; lean_object* x_333; lean_object* x_334; -x_332 = lean_ctor_get(x_313, 0); -x_333 = lean_ctor_get(x_313, 1); -lean_inc(x_333); -lean_inc(x_332); -lean_dec(x_313); -x_334 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_334, 0, x_332); -lean_ctor_set(x_334, 1, x_333); -return x_334; +lean_object* x_366; lean_object* x_367; lean_object* x_368; +x_366 = lean_ctor_get(x_222, 0); +x_367 = lean_ctor_get(x_222, 1); +lean_inc(x_367); +lean_inc(x_366); +lean_dec(x_222); +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; +} } } } } case 2: { -lean_object* x_352; lean_object* x_482; uint8_t x_506; +uint8_t x_386; uint8_t x_557; lean_dec(x_4); -x_506 = l_Lean_Expr_isMVar(x_2); -if (x_506 == 0) +x_557 = l_Lean_Expr_isMVar(x_2); +if (x_557 == 0) { -lean_object* x_507; -lean_dec(x_1); -x_507 = lean_box(0); -x_482 = x_507; -goto block_505; +uint8_t x_558; +x_558 = 0; +x_386 = x_558; +goto block_556; } else { -lean_object* x_508; uint8_t x_509; -x_508 = lean_ctor_get(x_7, 0); -lean_inc(x_508); -x_509 = lean_ctor_get_uint8(x_508, 1); -lean_dec(x_508); -if (x_509 == 0) +lean_object* x_559; uint8_t x_560; +x_559 = lean_ctor_get(x_7, 0); +lean_inc(x_559); +x_560 = lean_ctor_get_uint8(x_559, 1); +lean_dec(x_559); +if (x_560 == 0) { -lean_object* x_510; -lean_dec(x_1); -x_510 = lean_box(0); -x_482 = x_510; -goto block_505; +uint8_t x_561; +x_561 = 0; +x_386 = x_561; +goto block_556; } else { -lean_object* x_511; lean_object* x_512; uint8_t x_513; -x_511 = lean_array_get_size(x_3); -x_512 = lean_unsigned_to_nat(0u); -x_513 = lean_nat_dec_lt(x_512, x_511); -if (x_513 == 0) +lean_object* x_562; lean_object* x_563; uint8_t x_564; +x_562 = lean_array_get_size(x_3); +x_563 = lean_unsigned_to_nat(0u); +x_564 = lean_nat_dec_lt(x_563, x_562); +if (x_564 == 0) { -lean_object* x_514; -lean_dec(x_511); -x_514 = lean_box(0); -x_352 = x_514; -goto block_481; +uint8_t x_565; +lean_dec(x_562); +x_565 = 1; +x_386 = x_565; +goto block_556; } else { -uint8_t x_515; -x_515 = lean_nat_dec_le(x_511, x_511); -if (x_515 == 0) +uint8_t x_566; +x_566 = lean_nat_dec_le(x_562, x_562); +if (x_566 == 0) { -lean_object* x_516; -lean_dec(x_511); -x_516 = lean_box(0); -x_352 = x_516; -goto block_481; +uint8_t x_567; +lean_dec(x_562); +x_567 = 1; +x_386 = x_567; +goto block_556; } else { -size_t x_517; size_t x_518; uint8_t x_519; -x_517 = 0; -x_518 = lean_usize_of_nat(x_511); -lean_dec(x_511); -x_519 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_517, x_518); -if (x_519 == 0) +size_t x_568; size_t x_569; uint8_t x_570; +x_568 = 0; +x_569 = lean_usize_of_nat(x_562); +lean_dec(x_562); +x_570 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_568, x_569); +if (x_570 == 0) { -lean_object* x_520; -x_520 = lean_box(0); -x_352 = x_520; -goto block_481; +uint8_t x_571; +x_571 = 1; +x_386 = x_571; +goto block_556; } else { -lean_object* x_521; -lean_dec(x_1); -x_521 = lean_box(0); -x_482 = x_521; -goto block_505; +uint8_t x_572; +x_572 = 0; +x_386 = x_572; +goto block_556; } } } } } -block_481: +block_556: +{ +if (x_386 == 0) { -lean_object* x_353; -lean_dec(x_352); +lean_object* x_387; +lean_dec(x_1); 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_353 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_353) == 0) +x_387 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_387) == 0) { -lean_object* x_354; lean_object* x_355; lean_object* x_356; size_t x_357; size_t x_358; lean_object* x_359; -x_354 = lean_ctor_get(x_353, 0); -lean_inc(x_354); -x_355 = lean_ctor_get(x_353, 1); -lean_inc(x_355); -lean_dec(x_353); -x_356 = lean_array_get_size(x_3); -x_357 = lean_usize_of_nat(x_356); -x_358 = 0; -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_359 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_357, x_358, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_355); -if (lean_obj_tag(x_359) == 0) +lean_object* x_388; lean_object* x_389; lean_object* x_390; size_t x_391; size_t x_392; lean_object* x_393; +x_388 = lean_ctor_get(x_387, 0); +lean_inc(x_388); +x_389 = lean_ctor_get(x_387, 1); +lean_inc(x_389); +lean_dec(x_387); +x_390 = lean_array_get_size(x_3); +x_391 = lean_usize_of_nat(x_390); +lean_dec(x_390); +x_392 = 0; +x_393 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_391, x_392, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_389); +if (lean_obj_tag(x_393) == 0) +{ +uint8_t x_394; +x_394 = !lean_is_exclusive(x_393); +if (x_394 == 0) +{ +lean_object* x_395; lean_object* x_396; +x_395 = lean_ctor_get(x_393, 0); +x_396 = l_Lean_mkAppN(x_388, x_395); +lean_ctor_set(x_393, 0, x_396); +return x_393; +} +else +{ +lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; +x_397 = lean_ctor_get(x_393, 0); +x_398 = lean_ctor_get(x_393, 1); +lean_inc(x_398); +lean_inc(x_397); +lean_dec(x_393); +x_399 = l_Lean_mkAppN(x_388, x_397); +x_400 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_400, 0, x_399); +lean_ctor_set(x_400, 1, x_398); +return x_400; +} +} +else +{ +uint8_t x_401; +lean_dec(x_388); +x_401 = !lean_is_exclusive(x_393); +if (x_401 == 0) +{ +return x_393; +} +else +{ +lean_object* x_402; lean_object* x_403; lean_object* x_404; +x_402 = lean_ctor_get(x_393, 0); +x_403 = lean_ctor_get(x_393, 1); +lean_inc(x_403); +lean_inc(x_402); +lean_dec(x_393); +x_404 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_404, 0, x_402); +lean_ctor_set(x_404, 1, x_403); +return x_404; +} +} +} +else { -uint8_t x_360; -lean_dec(x_356); +uint8_t x_405; 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_1); -x_360 = !lean_is_exclusive(x_359); -if (x_360 == 0) +lean_dec(x_3); +x_405 = !lean_is_exclusive(x_387); +if (x_405 == 0) { -lean_object* x_361; lean_object* x_362; -x_361 = lean_ctor_get(x_359, 0); -x_362 = l_Lean_mkAppN(x_354, x_361); -lean_ctor_set(x_359, 0, x_362); -return x_359; +return x_387; } else { -lean_object* x_363; lean_object* x_364; lean_object* x_365; lean_object* x_366; -x_363 = lean_ctor_get(x_359, 0); -x_364 = lean_ctor_get(x_359, 1); -lean_inc(x_364); -lean_inc(x_363); -lean_dec(x_359); -x_365 = l_Lean_mkAppN(x_354, x_363); -x_366 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_366, 0, x_365); -lean_ctor_set(x_366, 1, x_364); -return x_366; +lean_object* x_406; lean_object* x_407; lean_object* x_408; +x_406 = lean_ctor_get(x_387, 0); +x_407 = lean_ctor_get(x_387, 1); +lean_inc(x_407); +lean_inc(x_406); +lean_dec(x_387); +x_408 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_408, 0, x_406); +lean_ctor_set(x_408, 1, x_407); +return x_408; +} } } else { -lean_object* x_367; -x_367 = lean_ctor_get(x_359, 0); -lean_inc(x_367); -if (lean_obj_tag(x_367) == 0) +lean_object* x_409; +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_409 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_409) == 0) +{ +uint8_t x_410; +x_410 = !lean_is_exclusive(x_409); +if (x_410 == 0) +{ +lean_object* x_411; lean_object* x_412; lean_object* x_413; size_t x_414; size_t x_415; lean_object* x_416; +x_411 = lean_ctor_get(x_409, 0); +x_412 = lean_ctor_get(x_409, 1); +x_413 = lean_array_get_size(x_3); +x_414 = lean_usize_of_nat(x_413); +x_415 = 0; +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_416 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_414, x_415, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_412); +if (lean_obj_tag(x_416) == 0) { -uint8_t x_368; -lean_dec(x_356); -lean_dec(x_354); +uint8_t x_417; +lean_dec(x_413); +lean_free_object(x_409); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20384,45 +20295,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_368 = !lean_is_exclusive(x_359); -if (x_368 == 0) +x_417 = !lean_is_exclusive(x_416); +if (x_417 == 0) { -lean_object* x_369; -x_369 = lean_ctor_get(x_359, 0); -lean_dec(x_369); -return x_359; +lean_object* x_418; lean_object* x_419; +x_418 = lean_ctor_get(x_416, 0); +x_419 = l_Lean_mkAppN(x_411, x_418); +lean_ctor_set(x_416, 0, x_419); +return x_416; } else { -lean_object* x_370; lean_object* x_371; -x_370 = lean_ctor_get(x_359, 1); -lean_inc(x_370); -lean_dec(x_359); -x_371 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_371, 0, x_367); -lean_ctor_set(x_371, 1, x_370); -return x_371; +lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; +x_420 = lean_ctor_get(x_416, 0); +x_421 = lean_ctor_get(x_416, 1); +lean_inc(x_421); +lean_inc(x_420); +lean_dec(x_416); +x_422 = l_Lean_mkAppN(x_411, x_420); +x_423 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_423, 0, x_422); +lean_ctor_set(x_423, 1, x_421); +return x_423; } } else { -uint8_t x_372; -x_372 = !lean_is_exclusive(x_359); -if (x_372 == 0) -{ -lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; uint8_t x_377; -x_373 = lean_ctor_get(x_359, 1); -x_374 = lean_ctor_get(x_359, 0); -lean_dec(x_374); -x_375 = lean_ctor_get(x_367, 0); -lean_inc(x_375); -x_376 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_377 = lean_nat_dec_eq(x_376, x_375); -lean_dec(x_375); -if (x_377 == 0) +lean_object* x_424; lean_object* x_425; lean_object* x_426; uint8_t x_427; +x_424 = lean_ctor_get(x_416, 0); +lean_inc(x_424); +x_425 = lean_ctor_get(x_416, 1); +lean_inc(x_425); +if (lean_is_exclusive(x_416)) { + lean_ctor_release(x_416, 0); + lean_ctor_release(x_416, 1); + x_426 = x_416; +} else { + lean_dec_ref(x_416); + x_426 = lean_box(0); +} +if (lean_obj_tag(x_424) == 0) { -lean_dec(x_356); -lean_dec(x_354); +lean_dec(x_426); +lean_dec(x_413); +lean_dec(x_411); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20430,16 +20346,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_359; +lean_ctor_set_tag(x_409, 1); +lean_ctor_set(x_409, 1, x_425); +lean_ctor_set(x_409, 0, x_424); +return x_409; } else { -uint8_t x_378; -x_378 = l_Lean_Expr_isMVar(x_354); -if (x_378 == 0) +lean_object* x_477; lean_object* x_478; uint8_t x_479; +x_477 = lean_ctor_get(x_424, 0); +lean_inc(x_477); +x_478 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_479 = lean_nat_dec_eq(x_478, x_477); +lean_dec(x_477); +if (x_479 == 0) { -lean_dec(x_356); -lean_dec(x_354); +lean_dec(x_426); +lean_dec(x_413); +lean_dec(x_411); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20447,223 +20371,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_359; +lean_ctor_set_tag(x_409, 1); +lean_ctor_set(x_409, 1, x_425); +lean_ctor_set(x_409, 0, x_424); +return x_409; +} +else +{ +uint8_t x_480; +lean_free_object(x_409); +x_480 = l_Lean_Expr_isMVar(x_411); +if (x_480 == 0) +{ +uint8_t x_481; +x_481 = 1; +x_427 = x_481; +goto block_476; } else { -lean_object* x_379; lean_object* x_380; lean_object* x_381; uint8_t x_382; -lean_free_object(x_359); -lean_inc(x_354); -x_379 = l_Lean_Expr_mvarId_x21(x_354); -x_380 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_379, x_5, x_6, x_7, x_8, x_9, x_10, x_373); -x_381 = lean_ctor_get(x_380, 0); -lean_inc(x_381); -x_382 = lean_unbox(x_381); -lean_dec(x_381); -if (x_382 == 0) +uint8_t x_482; +x_482 = 0; +x_427 = x_482; +goto block_476; +} +} +} +block_476: +{ +if (x_427 == 0) +{ +lean_object* x_428; lean_object* x_429; lean_object* x_430; uint8_t x_431; +lean_dec(x_426); +lean_inc(x_411); +x_428 = l_Lean_Expr_mvarId_x21(x_411); +x_429 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_428, x_5, x_6, x_7, x_8, x_9, x_10, x_425); +x_430 = lean_ctor_get(x_429, 0); +lean_inc(x_430); +x_431 = lean_unbox(x_430); +lean_dec(x_430); +if (x_431 == 0) { -lean_object* x_383; lean_object* x_384; -x_383 = lean_ctor_get(x_380, 1); -lean_inc(x_383); -lean_dec(x_380); +lean_object* x_432; lean_object* x_433; +x_432 = lean_ctor_get(x_429, 1); +lean_inc(x_432); +lean_dec(x_429); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_384 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_383); -if (lean_obj_tag(x_384) == 0) -{ -lean_object* x_385; lean_object* x_386; lean_object* x_387; -x_385 = lean_ctor_get(x_384, 0); -lean_inc(x_385); -x_386 = lean_ctor_get(x_384, 1); -lean_inc(x_386); -lean_dec(x_384); +x_433 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_432); +if (lean_obj_tag(x_433) == 0) +{ +lean_object* x_434; lean_object* x_435; lean_object* x_436; +x_434 = lean_ctor_get(x_433, 0); +lean_inc(x_434); +x_435 = lean_ctor_get(x_433, 1); +lean_inc(x_435); +lean_dec(x_433); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_387 = l_Lean_Meta_CheckAssignment_check(x_385, x_5, x_6, x_7, x_8, x_9, x_10, x_386); -if (lean_obj_tag(x_387) == 0) +x_436 = l_Lean_Meta_CheckAssignment_check(x_434, x_5, x_6, x_7, x_8, x_9, x_10, x_435); +if (lean_obj_tag(x_436) == 0) { -lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; uint8_t x_393; lean_object* x_394; lean_object* x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; lean_object* x_399; -x_388 = lean_ctor_get(x_387, 0); -lean_inc(x_388); -x_389 = lean_ctor_get(x_387, 1); -lean_inc(x_389); -lean_dec(x_387); -x_390 = lean_ctor_get(x_5, 1); -lean_inc(x_390); +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; +x_437 = lean_ctor_get(x_436, 0); +lean_inc(x_437); +x_438 = lean_ctor_get(x_436, 1); +lean_inc(x_438); +lean_dec(x_436); +x_439 = lean_ctor_get(x_5, 1); +lean_inc(x_439); lean_dec(x_5); -x_391 = lean_ctor_get(x_390, 1); -lean_inc(x_391); -x_392 = lean_ctor_get(x_390, 4); -lean_inc(x_392); -lean_dec(x_390); -x_393 = 0; -x_394 = lean_box(0); -x_395 = lean_unsigned_to_nat(0u); -x_396 = l_Lean_Meta_mkFreshExprMVarAt(x_391, x_392, x_388, x_393, x_394, x_395, x_7, x_8, x_9, x_10, x_389); -x_397 = lean_ctor_get(x_396, 0); -lean_inc(x_397); -x_398 = lean_ctor_get(x_396, 1); -lean_inc(x_398); -lean_dec(x_396); -lean_inc(x_397); -x_399 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_354, x_356, x_397, x_7, x_8, x_9, x_10, x_398); -if (lean_obj_tag(x_399) == 0) -{ -lean_object* x_400; uint8_t x_401; -x_400 = lean_ctor_get(x_399, 0); -lean_inc(x_400); -x_401 = lean_unbox(x_400); -lean_dec(x_400); -if (x_401 == 0) +x_440 = lean_ctor_get(x_439, 1); +lean_inc(x_440); +x_441 = lean_ctor_get(x_439, 4); +lean_inc(x_441); +lean_dec(x_439); +x_442 = 0; +x_443 = lean_box(0); +x_444 = lean_unsigned_to_nat(0u); +x_445 = l_Lean_Meta_mkFreshExprMVarAt(x_440, x_441, x_437, x_442, x_443, x_444, x_7, x_8, x_9, x_10, x_438); +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); +lean_inc(x_446); +x_448 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_411, x_413, x_446, x_7, x_8, x_9, x_10, x_447); +if (lean_obj_tag(x_448) == 0) +{ +lean_object* x_449; uint8_t x_450; +x_449 = lean_ctor_get(x_448, 0); +lean_inc(x_449); +x_450 = lean_unbox(x_449); +lean_dec(x_449); +if (x_450 == 0) { -uint8_t x_402; -lean_dec(x_397); -x_402 = !lean_is_exclusive(x_399); -if (x_402 == 0) +uint8_t x_451; +lean_dec(x_446); +x_451 = !lean_is_exclusive(x_448); +if (x_451 == 0) { -lean_object* x_403; -x_403 = lean_ctor_get(x_399, 0); -lean_dec(x_403); -lean_ctor_set_tag(x_399, 1); -lean_ctor_set(x_399, 0, x_367); -return x_399; +lean_object* x_452; +x_452 = lean_ctor_get(x_448, 0); +lean_dec(x_452); +lean_ctor_set_tag(x_448, 1); +lean_ctor_set(x_448, 0, x_424); +return x_448; } else { -lean_object* x_404; lean_object* x_405; -x_404 = lean_ctor_get(x_399, 1); -lean_inc(x_404); -lean_dec(x_399); -x_405 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_405, 0, x_367); -lean_ctor_set(x_405, 1, x_404); -return x_405; +lean_object* x_453; lean_object* x_454; +x_453 = lean_ctor_get(x_448, 1); +lean_inc(x_453); +lean_dec(x_448); +x_454 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_454, 0, x_424); +lean_ctor_set(x_454, 1, x_453); +return x_454; } } else { -uint8_t x_406; -lean_dec(x_367); -x_406 = !lean_is_exclusive(x_399); -if (x_406 == 0) +uint8_t x_455; +lean_dec(x_424); +x_455 = !lean_is_exclusive(x_448); +if (x_455 == 0) { -lean_object* x_407; -x_407 = lean_ctor_get(x_399, 0); -lean_dec(x_407); -lean_ctor_set(x_399, 0, x_397); -return x_399; +lean_object* x_456; +x_456 = lean_ctor_get(x_448, 0); +lean_dec(x_456); +lean_ctor_set(x_448, 0, x_446); +return x_448; } else { -lean_object* x_408; lean_object* x_409; -x_408 = lean_ctor_get(x_399, 1); -lean_inc(x_408); -lean_dec(x_399); -x_409 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_409, 0, x_397); -lean_ctor_set(x_409, 1, x_408); -return x_409; +lean_object* x_457; lean_object* x_458; +x_457 = lean_ctor_get(x_448, 1); +lean_inc(x_457); +lean_dec(x_448); +x_458 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_458, 0, x_446); +lean_ctor_set(x_458, 1, x_457); +return x_458; } } } else { -uint8_t x_410; -lean_dec(x_397); -lean_dec(x_367); -x_410 = !lean_is_exclusive(x_399); -if (x_410 == 0) +uint8_t x_459; +lean_dec(x_446); +lean_dec(x_424); +x_459 = !lean_is_exclusive(x_448); +if (x_459 == 0) { -return x_399; +return x_448; } else { -lean_object* x_411; lean_object* x_412; lean_object* x_413; -x_411 = lean_ctor_get(x_399, 0); -x_412 = lean_ctor_get(x_399, 1); -lean_inc(x_412); -lean_inc(x_411); -lean_dec(x_399); -x_413 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_413, 0, x_411); -lean_ctor_set(x_413, 1, x_412); -return x_413; +lean_object* x_460; lean_object* x_461; lean_object* x_462; +x_460 = lean_ctor_get(x_448, 0); +x_461 = lean_ctor_get(x_448, 1); +lean_inc(x_461); +lean_inc(x_460); +lean_dec(x_448); +x_462 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_462, 0, x_460); +lean_ctor_set(x_462, 1, x_461); +return x_462; } } } else { -uint8_t x_414; -lean_dec(x_367); -lean_dec(x_356); -lean_dec(x_354); +uint8_t x_463; +lean_dec(x_424); +lean_dec(x_413); +lean_dec(x_411); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_414 = !lean_is_exclusive(x_387); -if (x_414 == 0) +x_463 = !lean_is_exclusive(x_436); +if (x_463 == 0) { -return x_387; +return x_436; } else { -lean_object* x_415; lean_object* x_416; lean_object* x_417; -x_415 = lean_ctor_get(x_387, 0); -x_416 = lean_ctor_get(x_387, 1); -lean_inc(x_416); -lean_inc(x_415); -lean_dec(x_387); -x_417 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_417, 0, x_415); -lean_ctor_set(x_417, 1, x_416); -return x_417; +lean_object* x_464; lean_object* x_465; lean_object* x_466; +x_464 = lean_ctor_get(x_436, 0); +x_465 = lean_ctor_get(x_436, 1); +lean_inc(x_465); +lean_inc(x_464); +lean_dec(x_436); +x_466 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_466, 0, x_464); +lean_ctor_set(x_466, 1, x_465); +return x_466; } } } else { -uint8_t x_418; -lean_dec(x_367); -lean_dec(x_356); -lean_dec(x_354); +uint8_t x_467; +lean_dec(x_424); +lean_dec(x_413); +lean_dec(x_411); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_418 = !lean_is_exclusive(x_384); -if (x_418 == 0) +x_467 = !lean_is_exclusive(x_433); +if (x_467 == 0) { -return x_384; +return x_433; } else { -lean_object* x_419; lean_object* x_420; lean_object* x_421; -x_419 = lean_ctor_get(x_384, 0); -x_420 = lean_ctor_get(x_384, 1); -lean_inc(x_420); -lean_inc(x_419); -lean_dec(x_384); -x_421 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_421, 0, x_419); -lean_ctor_set(x_421, 1, x_420); -return x_421; +lean_object* x_468; lean_object* x_469; lean_object* x_470; +x_468 = lean_ctor_get(x_433, 0); +x_469 = lean_ctor_get(x_433, 1); +lean_inc(x_469); +lean_inc(x_468); +lean_dec(x_433); +x_470 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_470, 0, x_468); +lean_ctor_set(x_470, 1, x_469); +return x_470; } } } else { -uint8_t x_422; -lean_dec(x_356); -lean_dec(x_354); +uint8_t x_471; +lean_dec(x_413); +lean_dec(x_411); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20671,47 +20621,125 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_422 = !lean_is_exclusive(x_380); -if (x_422 == 0) +x_471 = !lean_is_exclusive(x_429); +if (x_471 == 0) { -lean_object* x_423; -x_423 = lean_ctor_get(x_380, 0); -lean_dec(x_423); -lean_ctor_set_tag(x_380, 1); -lean_ctor_set(x_380, 0, x_367); -return x_380; +lean_object* x_472; +x_472 = lean_ctor_get(x_429, 0); +lean_dec(x_472); +lean_ctor_set_tag(x_429, 1); +lean_ctor_set(x_429, 0, x_424); +return x_429; } else { -lean_object* x_424; lean_object* x_425; -x_424 = lean_ctor_get(x_380, 1); -lean_inc(x_424); -lean_dec(x_380); -x_425 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_425, 0, x_367); -lean_ctor_set(x_425, 1, x_424); -return x_425; +lean_object* x_473; lean_object* x_474; +x_473 = lean_ctor_get(x_429, 1); +lean_inc(x_473); +lean_dec(x_429); +x_474 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_474, 0, x_424); +lean_ctor_set(x_474, 1, x_473); +return x_474; +} +} +} +else +{ +lean_object* x_475; +lean_dec(x_413); +lean_dec(x_411); +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_1); +if (lean_is_scalar(x_426)) { + x_475 = lean_alloc_ctor(1, 2, 0); +} else { + x_475 = x_426; +} +lean_ctor_set(x_475, 0, x_424); +lean_ctor_set(x_475, 1, x_425); +return x_475; } } } } +else +{ +lean_object* x_483; lean_object* x_484; lean_object* x_485; size_t x_486; size_t x_487; lean_object* x_488; +x_483 = lean_ctor_get(x_409, 0); +x_484 = lean_ctor_get(x_409, 1); +lean_inc(x_484); +lean_inc(x_483); +lean_dec(x_409); +x_485 = lean_array_get_size(x_3); +x_486 = lean_usize_of_nat(x_485); +x_487 = 0; +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_488 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_486, x_487, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_484); +if (lean_obj_tag(x_488) == 0) +{ +lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_493; +lean_dec(x_485); +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_1); +x_489 = lean_ctor_get(x_488, 0); +lean_inc(x_489); +x_490 = lean_ctor_get(x_488, 1); +lean_inc(x_490); +if (lean_is_exclusive(x_488)) { + lean_ctor_release(x_488, 0); + lean_ctor_release(x_488, 1); + x_491 = x_488; +} else { + lean_dec_ref(x_488); + x_491 = lean_box(0); +} +x_492 = l_Lean_mkAppN(x_483, x_489); +if (lean_is_scalar(x_491)) { + x_493 = lean_alloc_ctor(0, 2, 0); +} else { + x_493 = x_491; +} +lean_ctor_set(x_493, 0, x_492); +lean_ctor_set(x_493, 1, x_490); +return x_493; } else { -lean_object* x_426; lean_object* x_427; lean_object* x_428; uint8_t x_429; -x_426 = lean_ctor_get(x_359, 1); -lean_inc(x_426); -lean_dec(x_359); -x_427 = lean_ctor_get(x_367, 0); -lean_inc(x_427); -x_428 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_429 = lean_nat_dec_eq(x_428, x_427); -lean_dec(x_427); -if (x_429 == 0) +lean_object* x_494; lean_object* x_495; lean_object* x_496; uint8_t x_497; +x_494 = lean_ctor_get(x_488, 0); +lean_inc(x_494); +x_495 = lean_ctor_get(x_488, 1); +lean_inc(x_495); +if (lean_is_exclusive(x_488)) { + lean_ctor_release(x_488, 0); + lean_ctor_release(x_488, 1); + x_496 = x_488; +} else { + lean_dec_ref(x_488); + x_496 = lean_box(0); +} +if (lean_obj_tag(x_494) == 0) { -lean_object* x_430; -lean_dec(x_356); -lean_dec(x_354); +lean_object* x_544; +lean_dec(x_496); +lean_dec(x_485); +lean_dec(x_483); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20719,20 +20747,25 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_430 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_430, 0, x_367); -lean_ctor_set(x_430, 1, x_426); -return x_430; +x_544 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_544, 0, x_494); +lean_ctor_set(x_544, 1, x_495); +return x_544; } else { -uint8_t x_431; -x_431 = l_Lean_Expr_isMVar(x_354); -if (x_431 == 0) +lean_object* x_545; lean_object* x_546; uint8_t x_547; +x_545 = lean_ctor_get(x_494, 0); +lean_inc(x_545); +x_546 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_547 = lean_nat_dec_eq(x_546, x_545); +lean_dec(x_545); +if (x_547 == 0) { -lean_object* x_432; -lean_dec(x_356); -lean_dec(x_354); +lean_object* x_548; +lean_dec(x_496); +lean_dec(x_485); +lean_dec(x_483); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20740,227 +20773,250 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_432 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_432, 0, x_367); -lean_ctor_set(x_432, 1, x_426); -return x_432; +x_548 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_548, 0, x_494); +lean_ctor_set(x_548, 1, x_495); +return x_548; } else { -lean_object* x_433; lean_object* x_434; lean_object* x_435; uint8_t x_436; -lean_inc(x_354); -x_433 = l_Lean_Expr_mvarId_x21(x_354); -x_434 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_433, x_5, x_6, x_7, x_8, x_9, x_10, x_426); -x_435 = lean_ctor_get(x_434, 0); -lean_inc(x_435); -x_436 = lean_unbox(x_435); -lean_dec(x_435); -if (x_436 == 0) +uint8_t x_549; +x_549 = l_Lean_Expr_isMVar(x_483); +if (x_549 == 0) { -lean_object* x_437; lean_object* x_438; -x_437 = lean_ctor_get(x_434, 1); -lean_inc(x_437); -lean_dec(x_434); +uint8_t x_550; +x_550 = 1; +x_497 = x_550; +goto block_543; +} +else +{ +uint8_t x_551; +x_551 = 0; +x_497 = x_551; +goto block_543; +} +} +} +block_543: +{ +if (x_497 == 0) +{ +lean_object* x_498; lean_object* x_499; lean_object* x_500; uint8_t x_501; +lean_dec(x_496); +lean_inc(x_483); +x_498 = l_Lean_Expr_mvarId_x21(x_483); +x_499 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_498, x_5, x_6, x_7, x_8, x_9, x_10, x_495); +x_500 = lean_ctor_get(x_499, 0); +lean_inc(x_500); +x_501 = lean_unbox(x_500); +lean_dec(x_500); +if (x_501 == 0) +{ +lean_object* x_502; lean_object* x_503; +x_502 = lean_ctor_get(x_499, 1); +lean_inc(x_502); +lean_dec(x_499); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_438 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_437); -if (lean_obj_tag(x_438) == 0) -{ -lean_object* x_439; lean_object* x_440; lean_object* x_441; -x_439 = lean_ctor_get(x_438, 0); -lean_inc(x_439); -x_440 = lean_ctor_get(x_438, 1); -lean_inc(x_440); -lean_dec(x_438); +x_503 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_502); +if (lean_obj_tag(x_503) == 0) +{ +lean_object* x_504; lean_object* x_505; lean_object* x_506; +x_504 = lean_ctor_get(x_503, 0); +lean_inc(x_504); +x_505 = lean_ctor_get(x_503, 1); +lean_inc(x_505); +lean_dec(x_503); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_441 = l_Lean_Meta_CheckAssignment_check(x_439, x_5, x_6, x_7, x_8, x_9, x_10, x_440); -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; uint8_t 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; -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_5, 1); -lean_inc(x_444); -lean_dec(x_5); -x_445 = lean_ctor_get(x_444, 1); -lean_inc(x_445); -x_446 = lean_ctor_get(x_444, 4); -lean_inc(x_446); -lean_dec(x_444); -x_447 = 0; -x_448 = lean_box(0); -x_449 = lean_unsigned_to_nat(0u); -x_450 = l_Lean_Meta_mkFreshExprMVarAt(x_445, x_446, x_442, x_447, x_448, x_449, x_7, x_8, x_9, x_10, x_443); -x_451 = lean_ctor_get(x_450, 0); -lean_inc(x_451); -x_452 = lean_ctor_get(x_450, 1); -lean_inc(x_452); -lean_dec(x_450); -lean_inc(x_451); -x_453 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_354, x_356, x_451, x_7, x_8, x_9, x_10, x_452); -if (lean_obj_tag(x_453) == 0) -{ -lean_object* x_454; uint8_t x_455; -x_454 = lean_ctor_get(x_453, 0); -lean_inc(x_454); -x_455 = lean_unbox(x_454); -lean_dec(x_454); -if (x_455 == 0) +x_506 = l_Lean_Meta_CheckAssignment_check(x_504, x_5, x_6, x_7, x_8, x_9, x_10, x_505); +if (lean_obj_tag(x_506) == 0) { -lean_object* x_456; lean_object* x_457; lean_object* x_458; -lean_dec(x_451); -x_456 = lean_ctor_get(x_453, 1); -lean_inc(x_456); -if (lean_is_exclusive(x_453)) { - lean_ctor_release(x_453, 0); - lean_ctor_release(x_453, 1); - x_457 = x_453; -} else { - lean_dec_ref(x_453); - x_457 = lean_box(0); -} -if (lean_is_scalar(x_457)) { - x_458 = lean_alloc_ctor(1, 2, 0); -} else { - x_458 = x_457; - lean_ctor_set_tag(x_458, 1); -} -lean_ctor_set(x_458, 0, x_367); -lean_ctor_set(x_458, 1, x_456); -return x_458; +lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; uint8_t 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; +x_507 = lean_ctor_get(x_506, 0); +lean_inc(x_507); +x_508 = lean_ctor_get(x_506, 1); +lean_inc(x_508); +lean_dec(x_506); +x_509 = lean_ctor_get(x_5, 1); +lean_inc(x_509); +lean_dec(x_5); +x_510 = lean_ctor_get(x_509, 1); +lean_inc(x_510); +x_511 = lean_ctor_get(x_509, 4); +lean_inc(x_511); +lean_dec(x_509); +x_512 = 0; +x_513 = lean_box(0); +x_514 = lean_unsigned_to_nat(0u); +x_515 = l_Lean_Meta_mkFreshExprMVarAt(x_510, x_511, x_507, x_512, x_513, x_514, x_7, x_8, x_9, x_10, x_508); +x_516 = lean_ctor_get(x_515, 0); +lean_inc(x_516); +x_517 = lean_ctor_get(x_515, 1); +lean_inc(x_517); +lean_dec(x_515); +lean_inc(x_516); +x_518 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_483, x_485, x_516, x_7, x_8, x_9, x_10, x_517); +if (lean_obj_tag(x_518) == 0) +{ +lean_object* x_519; uint8_t x_520; +x_519 = lean_ctor_get(x_518, 0); +lean_inc(x_519); +x_520 = lean_unbox(x_519); +lean_dec(x_519); +if (x_520 == 0) +{ +lean_object* x_521; lean_object* x_522; lean_object* x_523; +lean_dec(x_516); +x_521 = lean_ctor_get(x_518, 1); +lean_inc(x_521); +if (lean_is_exclusive(x_518)) { + lean_ctor_release(x_518, 0); + lean_ctor_release(x_518, 1); + x_522 = x_518; +} else { + lean_dec_ref(x_518); + 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_tag(x_523, 1); +} +lean_ctor_set(x_523, 0, x_494); +lean_ctor_set(x_523, 1, x_521); +return x_523; } else { -lean_object* x_459; lean_object* x_460; lean_object* x_461; -lean_dec(x_367); -x_459 = lean_ctor_get(x_453, 1); -lean_inc(x_459); -if (lean_is_exclusive(x_453)) { - lean_ctor_release(x_453, 0); - lean_ctor_release(x_453, 1); - x_460 = x_453; +lean_object* x_524; lean_object* x_525; lean_object* x_526; +lean_dec(x_494); +x_524 = lean_ctor_get(x_518, 1); +lean_inc(x_524); +if (lean_is_exclusive(x_518)) { + lean_ctor_release(x_518, 0); + lean_ctor_release(x_518, 1); + x_525 = x_518; } else { - lean_dec_ref(x_453); - x_460 = lean_box(0); + lean_dec_ref(x_518); + x_525 = lean_box(0); } -if (lean_is_scalar(x_460)) { - x_461 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_525)) { + x_526 = lean_alloc_ctor(0, 2, 0); } else { - x_461 = x_460; + x_526 = x_525; } -lean_ctor_set(x_461, 0, x_451); -lean_ctor_set(x_461, 1, x_459); -return x_461; +lean_ctor_set(x_526, 0, x_516); +lean_ctor_set(x_526, 1, x_524); +return x_526; } } else { -lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; -lean_dec(x_451); -lean_dec(x_367); -x_462 = lean_ctor_get(x_453, 0); -lean_inc(x_462); -x_463 = lean_ctor_get(x_453, 1); -lean_inc(x_463); -if (lean_is_exclusive(x_453)) { - lean_ctor_release(x_453, 0); - lean_ctor_release(x_453, 1); - x_464 = x_453; +lean_object* x_527; lean_object* x_528; lean_object* x_529; lean_object* x_530; +lean_dec(x_516); +lean_dec(x_494); +x_527 = lean_ctor_get(x_518, 0); +lean_inc(x_527); +x_528 = lean_ctor_get(x_518, 1); +lean_inc(x_528); +if (lean_is_exclusive(x_518)) { + lean_ctor_release(x_518, 0); + lean_ctor_release(x_518, 1); + x_529 = x_518; } else { - lean_dec_ref(x_453); - x_464 = lean_box(0); + lean_dec_ref(x_518); + x_529 = lean_box(0); } -if (lean_is_scalar(x_464)) { - x_465 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_529)) { + x_530 = lean_alloc_ctor(1, 2, 0); } else { - x_465 = x_464; + x_530 = x_529; } -lean_ctor_set(x_465, 0, x_462); -lean_ctor_set(x_465, 1, x_463); -return x_465; +lean_ctor_set(x_530, 0, x_527); +lean_ctor_set(x_530, 1, x_528); +return x_530; } } else { -lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; -lean_dec(x_367); -lean_dec(x_356); -lean_dec(x_354); +lean_object* x_531; lean_object* x_532; lean_object* x_533; lean_object* x_534; +lean_dec(x_494); +lean_dec(x_485); +lean_dec(x_483); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_466 = lean_ctor_get(x_441, 0); -lean_inc(x_466); -x_467 = lean_ctor_get(x_441, 1); -lean_inc(x_467); -if (lean_is_exclusive(x_441)) { - lean_ctor_release(x_441, 0); - lean_ctor_release(x_441, 1); - x_468 = x_441; +x_531 = lean_ctor_get(x_506, 0); +lean_inc(x_531); +x_532 = lean_ctor_get(x_506, 1); +lean_inc(x_532); +if (lean_is_exclusive(x_506)) { + lean_ctor_release(x_506, 0); + lean_ctor_release(x_506, 1); + x_533 = x_506; } else { - lean_dec_ref(x_441); - x_468 = lean_box(0); + lean_dec_ref(x_506); + x_533 = lean_box(0); } -if (lean_is_scalar(x_468)) { - x_469 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_533)) { + x_534 = lean_alloc_ctor(1, 2, 0); } else { - x_469 = x_468; + x_534 = x_533; } -lean_ctor_set(x_469, 0, x_466); -lean_ctor_set(x_469, 1, x_467); -return x_469; +lean_ctor_set(x_534, 0, x_531); +lean_ctor_set(x_534, 1, x_532); +return x_534; } } else { -lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; -lean_dec(x_367); -lean_dec(x_356); -lean_dec(x_354); +lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; +lean_dec(x_494); +lean_dec(x_485); +lean_dec(x_483); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_470 = lean_ctor_get(x_438, 0); -lean_inc(x_470); -x_471 = lean_ctor_get(x_438, 1); -lean_inc(x_471); -if (lean_is_exclusive(x_438)) { - lean_ctor_release(x_438, 0); - lean_ctor_release(x_438, 1); - x_472 = x_438; +x_535 = lean_ctor_get(x_503, 0); +lean_inc(x_535); +x_536 = lean_ctor_get(x_503, 1); +lean_inc(x_536); +if (lean_is_exclusive(x_503)) { + lean_ctor_release(x_503, 0); + lean_ctor_release(x_503, 1); + x_537 = x_503; } else { - lean_dec_ref(x_438); - x_472 = lean_box(0); + lean_dec_ref(x_503); + x_537 = lean_box(0); } -if (lean_is_scalar(x_472)) { - x_473 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_537)) { + x_538 = lean_alloc_ctor(1, 2, 0); } else { - x_473 = x_472; + x_538 = x_537; } -lean_ctor_set(x_473, 0, x_470); -lean_ctor_set(x_473, 1, x_471); -return x_473; +lean_ctor_set(x_538, 0, x_535); +lean_ctor_set(x_538, 1, x_536); +return x_538; } } else { -lean_object* x_474; lean_object* x_475; lean_object* x_476; -lean_dec(x_356); -lean_dec(x_354); +lean_object* x_539; lean_object* x_540; lean_object* x_541; +lean_dec(x_485); +lean_dec(x_483); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -20968,27 +21024,47 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_474 = lean_ctor_get(x_434, 1); -lean_inc(x_474); -if (lean_is_exclusive(x_434)) { - lean_ctor_release(x_434, 0); - lean_ctor_release(x_434, 1); - x_475 = x_434; +x_539 = lean_ctor_get(x_499, 1); +lean_inc(x_539); +if (lean_is_exclusive(x_499)) { + lean_ctor_release(x_499, 0); + lean_ctor_release(x_499, 1); + x_540 = x_499; } else { - lean_dec_ref(x_434); - x_475 = lean_box(0); + lean_dec_ref(x_499); + x_540 = lean_box(0); } -if (lean_is_scalar(x_475)) { - x_476 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_540)) { + x_541 = lean_alloc_ctor(1, 2, 0); } else { - x_476 = x_475; - lean_ctor_set_tag(x_476, 1); + x_541 = x_540; + lean_ctor_set_tag(x_541, 1); +} +lean_ctor_set(x_541, 0, x_494); +lean_ctor_set(x_541, 1, x_539); +return x_541; } -lean_ctor_set(x_476, 0, x_367); -lean_ctor_set(x_476, 1, x_474); -return x_476; } +else +{ +lean_object* x_542; +lean_dec(x_485); +lean_dec(x_483); +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_1); +if (lean_is_scalar(x_496)) { + x_542 = lean_alloc_ctor(1, 2, 0); +} else { + x_542 = x_496; } +lean_ctor_set(x_542, 0, x_494); +lean_ctor_set(x_542, 1, x_495); +return x_542; } } } @@ -20996,7 +21072,7 @@ return x_476; } else { -uint8_t x_477; +uint8_t x_552; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21005,245 +21081,246 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_477 = !lean_is_exclusive(x_353); -if (x_477 == 0) +x_552 = !lean_is_exclusive(x_409); +if (x_552 == 0) { -return x_353; +return x_409; } else { -lean_object* x_478; lean_object* x_479; lean_object* x_480; -x_478 = lean_ctor_get(x_353, 0); -x_479 = lean_ctor_get(x_353, 1); -lean_inc(x_479); -lean_inc(x_478); -lean_dec(x_353); -x_480 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_480, 0, x_478); -lean_ctor_set(x_480, 1, x_479); -return x_480; +lean_object* x_553; lean_object* x_554; lean_object* x_555; +x_553 = lean_ctor_get(x_409, 0); +x_554 = lean_ctor_get(x_409, 1); +lean_inc(x_554); +lean_inc(x_553); +lean_dec(x_409); +x_555 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_555, 0, x_553); +lean_ctor_set(x_555, 1, x_554); +return x_555; } } } -block_505: -{ -lean_object* x_483; -lean_dec(x_482); -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_483 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_483) == 0) -{ -lean_object* x_484; lean_object* x_485; lean_object* x_486; size_t x_487; size_t x_488; lean_object* x_489; -x_484 = lean_ctor_get(x_483, 0); -lean_inc(x_484); -x_485 = lean_ctor_get(x_483, 1); -lean_inc(x_485); -lean_dec(x_483); -x_486 = lean_array_get_size(x_3); -x_487 = lean_usize_of_nat(x_486); -lean_dec(x_486); -x_488 = 0; -x_489 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_487, x_488, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_485); -if (lean_obj_tag(x_489) == 0) +} +} +case 3: { -uint8_t x_490; -x_490 = !lean_is_exclusive(x_489); -if (x_490 == 0) +uint8_t x_573; uint8_t x_744; +lean_dec(x_4); +x_744 = l_Lean_Expr_isMVar(x_2); +if (x_744 == 0) { -lean_object* x_491; lean_object* x_492; -x_491 = lean_ctor_get(x_489, 0); -x_492 = l_Lean_mkAppN(x_484, x_491); -lean_ctor_set(x_489, 0, x_492); -return x_489; +uint8_t x_745; +x_745 = 0; +x_573 = x_745; +goto block_743; } else { -lean_object* x_493; lean_object* x_494; lean_object* x_495; lean_object* x_496; -x_493 = lean_ctor_get(x_489, 0); -x_494 = lean_ctor_get(x_489, 1); -lean_inc(x_494); -lean_inc(x_493); -lean_dec(x_489); -x_495 = l_Lean_mkAppN(x_484, x_493); -x_496 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_496, 0, x_495); -lean_ctor_set(x_496, 1, x_494); -return x_496; -} +lean_object* x_746; uint8_t x_747; +x_746 = lean_ctor_get(x_7, 0); +lean_inc(x_746); +x_747 = lean_ctor_get_uint8(x_746, 1); +lean_dec(x_746); +if (x_747 == 0) +{ +uint8_t x_748; +x_748 = 0; +x_573 = x_748; +goto block_743; } else { -uint8_t x_497; -lean_dec(x_484); -x_497 = !lean_is_exclusive(x_489); -if (x_497 == 0) +lean_object* x_749; lean_object* x_750; uint8_t x_751; +x_749 = lean_array_get_size(x_3); +x_750 = lean_unsigned_to_nat(0u); +x_751 = lean_nat_dec_lt(x_750, x_749); +if (x_751 == 0) { -return x_489; +uint8_t x_752; +lean_dec(x_749); +x_752 = 1; +x_573 = x_752; +goto block_743; } else { -lean_object* x_498; lean_object* x_499; lean_object* x_500; -x_498 = lean_ctor_get(x_489, 0); -x_499 = lean_ctor_get(x_489, 1); -lean_inc(x_499); -lean_inc(x_498); -lean_dec(x_489); -x_500 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_500, 0, x_498); -lean_ctor_set(x_500, 1, x_499); -return x_500; -} -} +uint8_t x_753; +x_753 = lean_nat_dec_le(x_749, x_749); +if (x_753 == 0) +{ +uint8_t x_754; +lean_dec(x_749); +x_754 = 1; +x_573 = x_754; +goto block_743; } else { -uint8_t x_501; -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_3); -x_501 = !lean_is_exclusive(x_483); -if (x_501 == 0) +size_t x_755; size_t x_756; uint8_t x_757; +x_755 = 0; +x_756 = lean_usize_of_nat(x_749); +lean_dec(x_749); +x_757 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_755, x_756); +if (x_757 == 0) { -return x_483; +uint8_t x_758; +x_758 = 1; +x_573 = x_758; +goto block_743; } else { -lean_object* x_502; lean_object* x_503; lean_object* x_504; -x_502 = lean_ctor_get(x_483, 0); -x_503 = lean_ctor_get(x_483, 1); -lean_inc(x_503); -lean_inc(x_502); -lean_dec(x_483); -x_504 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_504, 0, x_502); -lean_ctor_set(x_504, 1, x_503); -return x_504; +uint8_t x_759; +x_759 = 0; +x_573 = x_759; +goto block_743; } } } } -case 3: +} +block_743: { -lean_object* x_522; lean_object* x_652; uint8_t x_676; -lean_dec(x_4); -x_676 = l_Lean_Expr_isMVar(x_2); -if (x_676 == 0) +if (x_573 == 0) { -lean_object* x_677; +lean_object* x_574; lean_dec(x_1); -x_677 = lean_box(0); -x_652 = x_677; -goto block_675; +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_574 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_574) == 0) +{ +lean_object* x_575; lean_object* x_576; lean_object* x_577; size_t x_578; size_t x_579; lean_object* x_580; +x_575 = lean_ctor_get(x_574, 0); +lean_inc(x_575); +x_576 = lean_ctor_get(x_574, 1); +lean_inc(x_576); +lean_dec(x_574); +x_577 = lean_array_get_size(x_3); +x_578 = lean_usize_of_nat(x_577); +lean_dec(x_577); +x_579 = 0; +x_580 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_578, x_579, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_576); +if (lean_obj_tag(x_580) == 0) +{ +uint8_t x_581; +x_581 = !lean_is_exclusive(x_580); +if (x_581 == 0) +{ +lean_object* x_582; lean_object* x_583; +x_582 = lean_ctor_get(x_580, 0); +x_583 = l_Lean_mkAppN(x_575, x_582); +lean_ctor_set(x_580, 0, x_583); +return x_580; } else { -lean_object* x_678; uint8_t x_679; -x_678 = lean_ctor_get(x_7, 0); -lean_inc(x_678); -x_679 = lean_ctor_get_uint8(x_678, 1); -lean_dec(x_678); -if (x_679 == 0) -{ -lean_object* x_680; -lean_dec(x_1); -x_680 = lean_box(0); -x_652 = x_680; -goto block_675; +lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; +x_584 = lean_ctor_get(x_580, 0); +x_585 = lean_ctor_get(x_580, 1); +lean_inc(x_585); +lean_inc(x_584); +lean_dec(x_580); +x_586 = l_Lean_mkAppN(x_575, x_584); +x_587 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_587, 0, x_586); +lean_ctor_set(x_587, 1, x_585); +return x_587; +} } else { -lean_object* x_681; lean_object* x_682; uint8_t x_683; -x_681 = lean_array_get_size(x_3); -x_682 = lean_unsigned_to_nat(0u); -x_683 = lean_nat_dec_lt(x_682, x_681); -if (x_683 == 0) +uint8_t x_588; +lean_dec(x_575); +x_588 = !lean_is_exclusive(x_580); +if (x_588 == 0) { -lean_object* x_684; -lean_dec(x_681); -x_684 = lean_box(0); -x_522 = x_684; -goto block_651; +return x_580; } else { -uint8_t x_685; -x_685 = lean_nat_dec_le(x_681, x_681); -if (x_685 == 0) -{ -lean_object* x_686; -lean_dec(x_681); -x_686 = lean_box(0); -x_522 = x_686; -goto block_651; +lean_object* x_589; lean_object* x_590; lean_object* x_591; +x_589 = lean_ctor_get(x_580, 0); +x_590 = lean_ctor_get(x_580, 1); +lean_inc(x_590); +lean_inc(x_589); +lean_dec(x_580); +x_591 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_591, 0, x_589); +lean_ctor_set(x_591, 1, x_590); +return x_591; +} +} } else { -size_t x_687; size_t x_688; uint8_t x_689; -x_687 = 0; -x_688 = lean_usize_of_nat(x_681); -lean_dec(x_681); -x_689 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_687, x_688); -if (x_689 == 0) +uint8_t x_592; +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_3); +x_592 = !lean_is_exclusive(x_574); +if (x_592 == 0) { -lean_object* x_690; -x_690 = lean_box(0); -x_522 = x_690; -goto block_651; +return x_574; } else { -lean_object* x_691; -lean_dec(x_1); -x_691 = lean_box(0); -x_652 = x_691; -goto block_675; -} -} +lean_object* x_593; lean_object* x_594; lean_object* x_595; +x_593 = lean_ctor_get(x_574, 0); +x_594 = lean_ctor_get(x_574, 1); +lean_inc(x_594); +lean_inc(x_593); +lean_dec(x_574); +x_595 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_595, 0, x_593); +lean_ctor_set(x_595, 1, x_594); +return x_595; } } } -block_651: +else { -lean_object* x_523; -lean_dec(x_522); +lean_object* x_596; 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_523 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_523) == 0) -{ -lean_object* x_524; lean_object* x_525; lean_object* x_526; size_t x_527; size_t x_528; lean_object* x_529; -x_524 = lean_ctor_get(x_523, 0); -lean_inc(x_524); -x_525 = lean_ctor_get(x_523, 1); -lean_inc(x_525); -lean_dec(x_523); -x_526 = lean_array_get_size(x_3); -x_527 = lean_usize_of_nat(x_526); -x_528 = 0; +x_596 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_596) == 0) +{ +uint8_t x_597; +x_597 = !lean_is_exclusive(x_596); +if (x_597 == 0) +{ +lean_object* x_598; lean_object* x_599; lean_object* x_600; size_t x_601; size_t x_602; lean_object* x_603; +x_598 = lean_ctor_get(x_596, 0); +x_599 = lean_ctor_get(x_596, 1); +x_600 = lean_array_get_size(x_3); +x_601 = lean_usize_of_nat(x_600); +x_602 = 0; 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_529 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_527, x_528, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_525); -if (lean_obj_tag(x_529) == 0) +x_603 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_601, x_602, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_599); +if (lean_obj_tag(x_603) == 0) { -uint8_t x_530; -lean_dec(x_526); +uint8_t x_604; +lean_dec(x_600); +lean_free_object(x_596); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21251,40 +21328,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_530 = !lean_is_exclusive(x_529); -if (x_530 == 0) +x_604 = !lean_is_exclusive(x_603); +if (x_604 == 0) { -lean_object* x_531; lean_object* x_532; -x_531 = lean_ctor_get(x_529, 0); -x_532 = l_Lean_mkAppN(x_524, x_531); -lean_ctor_set(x_529, 0, x_532); -return x_529; +lean_object* x_605; lean_object* x_606; +x_605 = lean_ctor_get(x_603, 0); +x_606 = l_Lean_mkAppN(x_598, x_605); +lean_ctor_set(x_603, 0, x_606); +return x_603; } else { -lean_object* x_533; lean_object* x_534; lean_object* x_535; lean_object* x_536; -x_533 = lean_ctor_get(x_529, 0); -x_534 = lean_ctor_get(x_529, 1); -lean_inc(x_534); -lean_inc(x_533); -lean_dec(x_529); -x_535 = l_Lean_mkAppN(x_524, x_533); -x_536 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_536, 0, x_535); -lean_ctor_set(x_536, 1, x_534); -return x_536; +lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; +x_607 = lean_ctor_get(x_603, 0); +x_608 = lean_ctor_get(x_603, 1); +lean_inc(x_608); +lean_inc(x_607); +lean_dec(x_603); +x_609 = l_Lean_mkAppN(x_598, x_607); +x_610 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_610, 0, x_609); +lean_ctor_set(x_610, 1, x_608); +return x_610; } } else { -lean_object* x_537; -x_537 = lean_ctor_get(x_529, 0); -lean_inc(x_537); -if (lean_obj_tag(x_537) == 0) +lean_object* x_611; lean_object* x_612; lean_object* x_613; uint8_t x_614; +x_611 = lean_ctor_get(x_603, 0); +lean_inc(x_611); +x_612 = lean_ctor_get(x_603, 1); +lean_inc(x_612); +if (lean_is_exclusive(x_603)) { + lean_ctor_release(x_603, 0); + lean_ctor_release(x_603, 1); + x_613 = x_603; +} else { + lean_dec_ref(x_603); + x_613 = lean_box(0); +} +if (lean_obj_tag(x_611) == 0) { -uint8_t x_538; -lean_dec(x_526); -lean_dec(x_524); +lean_dec(x_613); +lean_dec(x_600); +lean_dec(x_598); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21292,45 +21379,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_538 = !lean_is_exclusive(x_529); -if (x_538 == 0) -{ -lean_object* x_539; -x_539 = lean_ctor_get(x_529, 0); -lean_dec(x_539); -return x_529; -} -else -{ -lean_object* x_540; lean_object* x_541; -x_540 = lean_ctor_get(x_529, 1); -lean_inc(x_540); -lean_dec(x_529); -x_541 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_541, 0, x_537); -lean_ctor_set(x_541, 1, x_540); -return x_541; -} +lean_ctor_set_tag(x_596, 1); +lean_ctor_set(x_596, 1, x_612); +lean_ctor_set(x_596, 0, x_611); +return x_596; } else { -uint8_t x_542; -x_542 = !lean_is_exclusive(x_529); -if (x_542 == 0) -{ -lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; uint8_t x_547; -x_543 = lean_ctor_get(x_529, 1); -x_544 = lean_ctor_get(x_529, 0); -lean_dec(x_544); -x_545 = lean_ctor_get(x_537, 0); -lean_inc(x_545); -x_546 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_547 = lean_nat_dec_eq(x_546, x_545); -lean_dec(x_545); -if (x_547 == 0) -{ -lean_dec(x_526); -lean_dec(x_524); +lean_object* x_664; lean_object* x_665; uint8_t x_666; +x_664 = lean_ctor_get(x_611, 0); +lean_inc(x_664); +x_665 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_666 = lean_nat_dec_eq(x_665, x_664); +lean_dec(x_664); +if (x_666 == 0) +{ +lean_dec(x_613); +lean_dec(x_600); +lean_dec(x_598); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21338,240 +21404,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_529; +lean_ctor_set_tag(x_596, 1); +lean_ctor_set(x_596, 1, x_612); +lean_ctor_set(x_596, 0, x_611); +return x_596; } else { -uint8_t x_548; -x_548 = l_Lean_Expr_isMVar(x_524); -if (x_548 == 0) +uint8_t x_667; +lean_free_object(x_596); +x_667 = l_Lean_Expr_isMVar(x_598); +if (x_667 == 0) { -lean_dec(x_526); -lean_dec(x_524); -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_1); -return x_529; +uint8_t x_668; +x_668 = 1; +x_614 = x_668; +goto block_663; } else { -lean_object* x_549; lean_object* x_550; lean_object* x_551; uint8_t x_552; -lean_free_object(x_529); -lean_inc(x_524); -x_549 = l_Lean_Expr_mvarId_x21(x_524); -x_550 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_549, x_5, x_6, x_7, x_8, x_9, x_10, x_543); -x_551 = lean_ctor_get(x_550, 0); -lean_inc(x_551); -x_552 = lean_unbox(x_551); -lean_dec(x_551); -if (x_552 == 0) +uint8_t x_669; +x_669 = 0; +x_614 = x_669; +goto block_663; +} +} +} +block_663: { -lean_object* x_553; lean_object* x_554; -x_553 = lean_ctor_get(x_550, 1); -lean_inc(x_553); -lean_dec(x_550); +if (x_614 == 0) +{ +lean_object* x_615; lean_object* x_616; lean_object* x_617; uint8_t x_618; +lean_dec(x_613); +lean_inc(x_598); +x_615 = l_Lean_Expr_mvarId_x21(x_598); +x_616 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_615, x_5, x_6, x_7, x_8, x_9, x_10, x_612); +x_617 = lean_ctor_get(x_616, 0); +lean_inc(x_617); +x_618 = lean_unbox(x_617); +lean_dec(x_617); +if (x_618 == 0) +{ +lean_object* x_619; lean_object* x_620; +x_619 = lean_ctor_get(x_616, 1); +lean_inc(x_619); +lean_dec(x_616); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_554 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_553); -if (lean_obj_tag(x_554) == 0) -{ -lean_object* x_555; lean_object* x_556; lean_object* x_557; -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_620 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_619); +if (lean_obj_tag(x_620) == 0) +{ +lean_object* x_621; lean_object* x_622; lean_object* x_623; +x_621 = lean_ctor_get(x_620, 0); +lean_inc(x_621); +x_622 = lean_ctor_get(x_620, 1); +lean_inc(x_622); +lean_dec(x_620); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_557 = l_Lean_Meta_CheckAssignment_check(x_555, x_5, x_6, x_7, x_8, x_9, x_10, x_556); -if (lean_obj_tag(x_557) == 0) -{ -lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; lean_object* x_562; uint8_t x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; -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); -x_560 = lean_ctor_get(x_5, 1); -lean_inc(x_560); -lean_dec(x_5); -x_561 = lean_ctor_get(x_560, 1); -lean_inc(x_561); -x_562 = lean_ctor_get(x_560, 4); -lean_inc(x_562); -lean_dec(x_560); -x_563 = 0; -x_564 = lean_box(0); -x_565 = lean_unsigned_to_nat(0u); -x_566 = l_Lean_Meta_mkFreshExprMVarAt(x_561, x_562, x_558, x_563, x_564, x_565, x_7, x_8, x_9, x_10, x_559); -x_567 = lean_ctor_get(x_566, 0); -lean_inc(x_567); -x_568 = lean_ctor_get(x_566, 1); -lean_inc(x_568); -lean_dec(x_566); -lean_inc(x_567); -x_569 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_524, x_526, x_567, x_7, x_8, x_9, x_10, x_568); -if (lean_obj_tag(x_569) == 0) -{ -lean_object* x_570; uint8_t x_571; -x_570 = lean_ctor_get(x_569, 0); -lean_inc(x_570); -x_571 = lean_unbox(x_570); -lean_dec(x_570); -if (x_571 == 0) +x_623 = l_Lean_Meta_CheckAssignment_check(x_621, x_5, x_6, x_7, x_8, x_9, x_10, x_622); +if (lean_obj_tag(x_623) == 0) { -uint8_t x_572; -lean_dec(x_567); -x_572 = !lean_is_exclusive(x_569); -if (x_572 == 0) +lean_object* x_624; lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; uint8_t 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; +x_624 = lean_ctor_get(x_623, 0); +lean_inc(x_624); +x_625 = lean_ctor_get(x_623, 1); +lean_inc(x_625); +lean_dec(x_623); +x_626 = lean_ctor_get(x_5, 1); +lean_inc(x_626); +lean_dec(x_5); +x_627 = lean_ctor_get(x_626, 1); +lean_inc(x_627); +x_628 = lean_ctor_get(x_626, 4); +lean_inc(x_628); +lean_dec(x_626); +x_629 = 0; +x_630 = lean_box(0); +x_631 = lean_unsigned_to_nat(0u); +x_632 = l_Lean_Meta_mkFreshExprMVarAt(x_627, x_628, x_624, x_629, x_630, x_631, x_7, x_8, x_9, x_10, x_625); +x_633 = lean_ctor_get(x_632, 0); +lean_inc(x_633); +x_634 = lean_ctor_get(x_632, 1); +lean_inc(x_634); +lean_dec(x_632); +lean_inc(x_633); +x_635 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_598, x_600, x_633, x_7, x_8, x_9, x_10, x_634); +if (lean_obj_tag(x_635) == 0) { -lean_object* x_573; -x_573 = lean_ctor_get(x_569, 0); -lean_dec(x_573); -lean_ctor_set_tag(x_569, 1); -lean_ctor_set(x_569, 0, x_537); -return x_569; +lean_object* x_636; uint8_t x_637; +x_636 = lean_ctor_get(x_635, 0); +lean_inc(x_636); +x_637 = lean_unbox(x_636); +lean_dec(x_636); +if (x_637 == 0) +{ +uint8_t x_638; +lean_dec(x_633); +x_638 = !lean_is_exclusive(x_635); +if (x_638 == 0) +{ +lean_object* x_639; +x_639 = lean_ctor_get(x_635, 0); +lean_dec(x_639); +lean_ctor_set_tag(x_635, 1); +lean_ctor_set(x_635, 0, x_611); +return x_635; } else { -lean_object* x_574; lean_object* x_575; -x_574 = lean_ctor_get(x_569, 1); -lean_inc(x_574); -lean_dec(x_569); -x_575 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_575, 0, x_537); -lean_ctor_set(x_575, 1, x_574); -return x_575; +lean_object* x_640; lean_object* x_641; +x_640 = lean_ctor_get(x_635, 1); +lean_inc(x_640); +lean_dec(x_635); +x_641 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_641, 0, x_611); +lean_ctor_set(x_641, 1, x_640); +return x_641; } } else { -uint8_t x_576; -lean_dec(x_537); -x_576 = !lean_is_exclusive(x_569); -if (x_576 == 0) +uint8_t x_642; +lean_dec(x_611); +x_642 = !lean_is_exclusive(x_635); +if (x_642 == 0) { -lean_object* x_577; -x_577 = lean_ctor_get(x_569, 0); -lean_dec(x_577); -lean_ctor_set(x_569, 0, x_567); -return x_569; +lean_object* x_643; +x_643 = lean_ctor_get(x_635, 0); +lean_dec(x_643); +lean_ctor_set(x_635, 0, x_633); +return x_635; } else { -lean_object* x_578; lean_object* x_579; -x_578 = lean_ctor_get(x_569, 1); -lean_inc(x_578); -lean_dec(x_569); -x_579 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_579, 0, x_567); -lean_ctor_set(x_579, 1, x_578); -return x_579; +lean_object* x_644; lean_object* x_645; +x_644 = lean_ctor_get(x_635, 1); +lean_inc(x_644); +lean_dec(x_635); +x_645 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_645, 0, x_633); +lean_ctor_set(x_645, 1, x_644); +return x_645; } } } else { -uint8_t x_580; -lean_dec(x_567); -lean_dec(x_537); -x_580 = !lean_is_exclusive(x_569); -if (x_580 == 0) +uint8_t x_646; +lean_dec(x_633); +lean_dec(x_611); +x_646 = !lean_is_exclusive(x_635); +if (x_646 == 0) { -return x_569; +return x_635; } else { -lean_object* x_581; lean_object* x_582; lean_object* x_583; -x_581 = lean_ctor_get(x_569, 0); -x_582 = lean_ctor_get(x_569, 1); -lean_inc(x_582); -lean_inc(x_581); -lean_dec(x_569); -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; +lean_object* x_647; lean_object* x_648; lean_object* x_649; +x_647 = lean_ctor_get(x_635, 0); +x_648 = lean_ctor_get(x_635, 1); +lean_inc(x_648); +lean_inc(x_647); +lean_dec(x_635); +x_649 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_649, 0, x_647); +lean_ctor_set(x_649, 1, x_648); +return x_649; } } } else { -uint8_t x_584; -lean_dec(x_537); -lean_dec(x_526); -lean_dec(x_524); +uint8_t x_650; +lean_dec(x_611); +lean_dec(x_600); +lean_dec(x_598); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_584 = !lean_is_exclusive(x_557); -if (x_584 == 0) +x_650 = !lean_is_exclusive(x_623); +if (x_650 == 0) { -return x_557; +return x_623; } else { -lean_object* x_585; lean_object* x_586; lean_object* x_587; -x_585 = lean_ctor_get(x_557, 0); -x_586 = lean_ctor_get(x_557, 1); -lean_inc(x_586); -lean_inc(x_585); -lean_dec(x_557); -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; +lean_object* x_651; lean_object* x_652; lean_object* x_653; +x_651 = lean_ctor_get(x_623, 0); +x_652 = lean_ctor_get(x_623, 1); +lean_inc(x_652); +lean_inc(x_651); +lean_dec(x_623); +x_653 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_653, 0, x_651); +lean_ctor_set(x_653, 1, x_652); +return x_653; } } } else { -uint8_t x_588; -lean_dec(x_537); -lean_dec(x_526); -lean_dec(x_524); +uint8_t x_654; +lean_dec(x_611); +lean_dec(x_600); +lean_dec(x_598); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_588 = !lean_is_exclusive(x_554); -if (x_588 == 0) +x_654 = !lean_is_exclusive(x_620); +if (x_654 == 0) { -return x_554; +return x_620; } else { -lean_object* x_589; lean_object* x_590; lean_object* x_591; -x_589 = lean_ctor_get(x_554, 0); -x_590 = lean_ctor_get(x_554, 1); -lean_inc(x_590); -lean_inc(x_589); -lean_dec(x_554); -x_591 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_591, 0, x_589); -lean_ctor_set(x_591, 1, x_590); -return x_591; +lean_object* x_655; lean_object* x_656; lean_object* x_657; +x_655 = lean_ctor_get(x_620, 0); +x_656 = lean_ctor_get(x_620, 1); +lean_inc(x_656); +lean_inc(x_655); +lean_dec(x_620); +x_657 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_657, 0, x_655); +lean_ctor_set(x_657, 1, x_656); +return x_657; } } } else { -uint8_t x_592; -lean_dec(x_526); -lean_dec(x_524); +uint8_t x_658; +lean_dec(x_600); +lean_dec(x_598); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21579,47 +21654,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_592 = !lean_is_exclusive(x_550); -if (x_592 == 0) +x_658 = !lean_is_exclusive(x_616); +if (x_658 == 0) { -lean_object* x_593; -x_593 = lean_ctor_get(x_550, 0); -lean_dec(x_593); -lean_ctor_set_tag(x_550, 1); -lean_ctor_set(x_550, 0, x_537); -return x_550; +lean_object* x_659; +x_659 = lean_ctor_get(x_616, 0); +lean_dec(x_659); +lean_ctor_set_tag(x_616, 1); +lean_ctor_set(x_616, 0, x_611); +return x_616; } else { -lean_object* x_594; lean_object* x_595; -x_594 = lean_ctor_get(x_550, 1); -lean_inc(x_594); -lean_dec(x_550); -x_595 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_595, 0, x_537); -lean_ctor_set(x_595, 1, x_594); -return x_595; +lean_object* x_660; lean_object* x_661; +x_660 = lean_ctor_get(x_616, 1); +lean_inc(x_660); +lean_dec(x_616); +x_661 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_661, 0, x_611); +lean_ctor_set(x_661, 1, x_660); +return x_661; +} +} +} +else +{ +lean_object* x_662; +lean_dec(x_600); +lean_dec(x_598); +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_1); +if (lean_is_scalar(x_613)) { + x_662 = lean_alloc_ctor(1, 2, 0); +} else { + x_662 = x_613; } +lean_ctor_set(x_662, 0, x_611); +lean_ctor_set(x_662, 1, x_612); +return x_662; } } } } else { -lean_object* x_596; lean_object* x_597; lean_object* x_598; uint8_t x_599; -x_596 = lean_ctor_get(x_529, 1); -lean_inc(x_596); -lean_dec(x_529); -x_597 = lean_ctor_get(x_537, 0); -lean_inc(x_597); -x_598 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_599 = lean_nat_dec_eq(x_598, x_597); -lean_dec(x_597); -if (x_599 == 0) +lean_object* x_670; lean_object* x_671; lean_object* x_672; size_t x_673; size_t x_674; lean_object* x_675; +x_670 = lean_ctor_get(x_596, 0); +x_671 = lean_ctor_get(x_596, 1); +lean_inc(x_671); +lean_inc(x_670); +lean_dec(x_596); +x_672 = lean_array_get_size(x_3); +x_673 = lean_usize_of_nat(x_672); +x_674 = 0; +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_675 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_673, x_674, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_671); +if (lean_obj_tag(x_675) == 0) { -lean_object* x_600; -lean_dec(x_526); -lean_dec(x_524); +lean_object* x_676; lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; +lean_dec(x_672); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21627,20 +21730,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_600 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_600, 0, x_537); -lean_ctor_set(x_600, 1, x_596); -return x_600; +x_676 = lean_ctor_get(x_675, 0); +lean_inc(x_676); +x_677 = lean_ctor_get(x_675, 1); +lean_inc(x_677); +if (lean_is_exclusive(x_675)) { + lean_ctor_release(x_675, 0); + lean_ctor_release(x_675, 1); + x_678 = x_675; +} else { + lean_dec_ref(x_675); + x_678 = lean_box(0); +} +x_679 = l_Lean_mkAppN(x_670, x_676); +if (lean_is_scalar(x_678)) { + x_680 = lean_alloc_ctor(0, 2, 0); +} else { + x_680 = x_678; +} +lean_ctor_set(x_680, 0, x_679); +lean_ctor_set(x_680, 1, x_677); +return x_680; } else { -uint8_t x_601; -x_601 = l_Lean_Expr_isMVar(x_524); -if (x_601 == 0) +lean_object* x_681; lean_object* x_682; lean_object* x_683; uint8_t x_684; +x_681 = lean_ctor_get(x_675, 0); +lean_inc(x_681); +x_682 = lean_ctor_get(x_675, 1); +lean_inc(x_682); +if (lean_is_exclusive(x_675)) { + lean_ctor_release(x_675, 0); + lean_ctor_release(x_675, 1); + x_683 = x_675; +} else { + lean_dec_ref(x_675); + x_683 = lean_box(0); +} +if (lean_obj_tag(x_681) == 0) { -lean_object* x_602; -lean_dec(x_526); -lean_dec(x_524); +lean_object* x_731; +lean_dec(x_683); +lean_dec(x_672); +lean_dec(x_670); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21648,227 +21780,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_602 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_602, 0, x_537); -lean_ctor_set(x_602, 1, x_596); -return x_602; +x_731 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_731, 0, x_681); +lean_ctor_set(x_731, 1, x_682); +return x_731; } else { -lean_object* x_603; lean_object* x_604; lean_object* x_605; uint8_t x_606; -lean_inc(x_524); -x_603 = l_Lean_Expr_mvarId_x21(x_524); -x_604 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_603, x_5, x_6, x_7, x_8, x_9, x_10, x_596); -x_605 = lean_ctor_get(x_604, 0); -lean_inc(x_605); -x_606 = lean_unbox(x_605); -lean_dec(x_605); -if (x_606 == 0) -{ -lean_object* x_607; lean_object* x_608; -x_607 = lean_ctor_get(x_604, 1); -lean_inc(x_607); -lean_dec(x_604); +lean_object* x_732; lean_object* x_733; uint8_t x_734; +x_732 = lean_ctor_get(x_681, 0); +lean_inc(x_732); +x_733 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_734 = lean_nat_dec_eq(x_733, x_732); +lean_dec(x_732); +if (x_734 == 0) +{ +lean_object* x_735; +lean_dec(x_683); +lean_dec(x_672); +lean_dec(x_670); +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_1); +x_735 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_735, 0, x_681); +lean_ctor_set(x_735, 1, x_682); +return x_735; +} +else +{ +uint8_t x_736; +x_736 = l_Lean_Expr_isMVar(x_670); +if (x_736 == 0) +{ +uint8_t x_737; +x_737 = 1; +x_684 = x_737; +goto block_730; +} +else +{ +uint8_t x_738; +x_738 = 0; +x_684 = x_738; +goto block_730; +} +} +} +block_730: +{ +if (x_684 == 0) +{ +lean_object* x_685; lean_object* x_686; lean_object* x_687; uint8_t x_688; +lean_dec(x_683); +lean_inc(x_670); +x_685 = l_Lean_Expr_mvarId_x21(x_670); +x_686 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_685, x_5, x_6, x_7, x_8, x_9, x_10, x_682); +x_687 = lean_ctor_get(x_686, 0); +lean_inc(x_687); +x_688 = lean_unbox(x_687); +lean_dec(x_687); +if (x_688 == 0) +{ +lean_object* x_689; lean_object* x_690; +x_689 = lean_ctor_get(x_686, 1); +lean_inc(x_689); +lean_dec(x_686); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_608 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_607); -if (lean_obj_tag(x_608) == 0) -{ -lean_object* x_609; lean_object* x_610; lean_object* x_611; -x_609 = lean_ctor_get(x_608, 0); -lean_inc(x_609); -x_610 = lean_ctor_get(x_608, 1); -lean_inc(x_610); -lean_dec(x_608); +x_690 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_689); +if (lean_obj_tag(x_690) == 0) +{ +lean_object* x_691; lean_object* x_692; lean_object* x_693; +x_691 = lean_ctor_get(x_690, 0); +lean_inc(x_691); +x_692 = lean_ctor_get(x_690, 1); +lean_inc(x_692); +lean_dec(x_690); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_611 = l_Lean_Meta_CheckAssignment_check(x_609, x_5, x_6, x_7, x_8, x_9, x_10, x_610); -if (lean_obj_tag(x_611) == 0) +x_693 = l_Lean_Meta_CheckAssignment_check(x_691, x_5, x_6, x_7, x_8, x_9, x_10, x_692); +if (lean_obj_tag(x_693) == 0) { -lean_object* x_612; lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; uint8_t 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; -x_612 = lean_ctor_get(x_611, 0); -lean_inc(x_612); -x_613 = lean_ctor_get(x_611, 1); -lean_inc(x_613); -lean_dec(x_611); -x_614 = lean_ctor_get(x_5, 1); -lean_inc(x_614); -lean_dec(x_5); -x_615 = lean_ctor_get(x_614, 1); -lean_inc(x_615); -x_616 = lean_ctor_get(x_614, 4); -lean_inc(x_616); -lean_dec(x_614); -x_617 = 0; -x_618 = lean_box(0); -x_619 = lean_unsigned_to_nat(0u); -x_620 = l_Lean_Meta_mkFreshExprMVarAt(x_615, x_616, x_612, x_617, x_618, x_619, x_7, x_8, x_9, x_10, x_613); -x_621 = lean_ctor_get(x_620, 0); -lean_inc(x_621); -x_622 = lean_ctor_get(x_620, 1); -lean_inc(x_622); -lean_dec(x_620); -lean_inc(x_621); -x_623 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_524, x_526, x_621, x_7, x_8, x_9, x_10, x_622); -if (lean_obj_tag(x_623) == 0) +lean_object* x_694; lean_object* x_695; lean_object* x_696; lean_object* x_697; lean_object* x_698; uint8_t 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; +x_694 = lean_ctor_get(x_693, 0); +lean_inc(x_694); +x_695 = lean_ctor_get(x_693, 1); +lean_inc(x_695); +lean_dec(x_693); +x_696 = lean_ctor_get(x_5, 1); +lean_inc(x_696); +lean_dec(x_5); +x_697 = lean_ctor_get(x_696, 1); +lean_inc(x_697); +x_698 = lean_ctor_get(x_696, 4); +lean_inc(x_698); +lean_dec(x_696); +x_699 = 0; +x_700 = lean_box(0); +x_701 = lean_unsigned_to_nat(0u); +x_702 = l_Lean_Meta_mkFreshExprMVarAt(x_697, x_698, x_694, x_699, x_700, x_701, x_7, x_8, x_9, x_10, x_695); +x_703 = lean_ctor_get(x_702, 0); +lean_inc(x_703); +x_704 = lean_ctor_get(x_702, 1); +lean_inc(x_704); +lean_dec(x_702); +lean_inc(x_703); +x_705 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_670, x_672, x_703, x_7, x_8, x_9, x_10, x_704); +if (lean_obj_tag(x_705) == 0) { -lean_object* x_624; uint8_t x_625; -x_624 = lean_ctor_get(x_623, 0); -lean_inc(x_624); -x_625 = lean_unbox(x_624); -lean_dec(x_624); -if (x_625 == 0) +lean_object* x_706; uint8_t x_707; +x_706 = lean_ctor_get(x_705, 0); +lean_inc(x_706); +x_707 = lean_unbox(x_706); +lean_dec(x_706); +if (x_707 == 0) { -lean_object* x_626; lean_object* x_627; lean_object* x_628; -lean_dec(x_621); -x_626 = lean_ctor_get(x_623, 1); -lean_inc(x_626); -if (lean_is_exclusive(x_623)) { - lean_ctor_release(x_623, 0); - lean_ctor_release(x_623, 1); - x_627 = x_623; +lean_object* x_708; lean_object* x_709; lean_object* x_710; +lean_dec(x_703); +x_708 = lean_ctor_get(x_705, 1); +lean_inc(x_708); +if (lean_is_exclusive(x_705)) { + lean_ctor_release(x_705, 0); + lean_ctor_release(x_705, 1); + x_709 = x_705; } else { - lean_dec_ref(x_623); - x_627 = lean_box(0); + lean_dec_ref(x_705); + x_709 = lean_box(0); } -if (lean_is_scalar(x_627)) { - x_628 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_709)) { + x_710 = lean_alloc_ctor(1, 2, 0); } else { - x_628 = x_627; - lean_ctor_set_tag(x_628, 1); + x_710 = x_709; + lean_ctor_set_tag(x_710, 1); } -lean_ctor_set(x_628, 0, x_537); -lean_ctor_set(x_628, 1, x_626); -return x_628; +lean_ctor_set(x_710, 0, x_681); +lean_ctor_set(x_710, 1, x_708); +return x_710; } else { -lean_object* x_629; lean_object* x_630; lean_object* x_631; -lean_dec(x_537); -x_629 = lean_ctor_get(x_623, 1); -lean_inc(x_629); -if (lean_is_exclusive(x_623)) { - lean_ctor_release(x_623, 0); - lean_ctor_release(x_623, 1); - x_630 = x_623; +lean_object* x_711; lean_object* x_712; lean_object* x_713; +lean_dec(x_681); +x_711 = lean_ctor_get(x_705, 1); +lean_inc(x_711); +if (lean_is_exclusive(x_705)) { + lean_ctor_release(x_705, 0); + lean_ctor_release(x_705, 1); + x_712 = x_705; } else { - lean_dec_ref(x_623); - x_630 = lean_box(0); + lean_dec_ref(x_705); + x_712 = lean_box(0); } -if (lean_is_scalar(x_630)) { - x_631 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_712)) { + x_713 = lean_alloc_ctor(0, 2, 0); } else { - x_631 = x_630; + x_713 = x_712; } -lean_ctor_set(x_631, 0, x_621); -lean_ctor_set(x_631, 1, x_629); -return x_631; +lean_ctor_set(x_713, 0, x_703); +lean_ctor_set(x_713, 1, x_711); +return x_713; } } else { -lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_object* x_635; -lean_dec(x_621); -lean_dec(x_537); -x_632 = lean_ctor_get(x_623, 0); -lean_inc(x_632); -x_633 = lean_ctor_get(x_623, 1); -lean_inc(x_633); -if (lean_is_exclusive(x_623)) { - lean_ctor_release(x_623, 0); - lean_ctor_release(x_623, 1); - x_634 = x_623; +lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; +lean_dec(x_703); +lean_dec(x_681); +x_714 = lean_ctor_get(x_705, 0); +lean_inc(x_714); +x_715 = lean_ctor_get(x_705, 1); +lean_inc(x_715); +if (lean_is_exclusive(x_705)) { + lean_ctor_release(x_705, 0); + lean_ctor_release(x_705, 1); + x_716 = x_705; } else { - lean_dec_ref(x_623); - x_634 = lean_box(0); + lean_dec_ref(x_705); + x_716 = lean_box(0); } -if (lean_is_scalar(x_634)) { - x_635 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_716)) { + x_717 = lean_alloc_ctor(1, 2, 0); } else { - x_635 = x_634; + x_717 = x_716; } -lean_ctor_set(x_635, 0, x_632); -lean_ctor_set(x_635, 1, x_633); -return x_635; +lean_ctor_set(x_717, 0, x_714); +lean_ctor_set(x_717, 1, x_715); +return x_717; } } else { -lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; -lean_dec(x_537); -lean_dec(x_526); -lean_dec(x_524); +lean_object* x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; +lean_dec(x_681); +lean_dec(x_672); +lean_dec(x_670); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_636 = lean_ctor_get(x_611, 0); -lean_inc(x_636); -x_637 = lean_ctor_get(x_611, 1); -lean_inc(x_637); -if (lean_is_exclusive(x_611)) { - lean_ctor_release(x_611, 0); - lean_ctor_release(x_611, 1); - x_638 = x_611; +x_718 = lean_ctor_get(x_693, 0); +lean_inc(x_718); +x_719 = lean_ctor_get(x_693, 1); +lean_inc(x_719); +if (lean_is_exclusive(x_693)) { + lean_ctor_release(x_693, 0); + lean_ctor_release(x_693, 1); + x_720 = x_693; } else { - lean_dec_ref(x_611); - x_638 = lean_box(0); + lean_dec_ref(x_693); + x_720 = lean_box(0); } -if (lean_is_scalar(x_638)) { - x_639 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_720)) { + x_721 = lean_alloc_ctor(1, 2, 0); } else { - x_639 = x_638; + x_721 = x_720; } -lean_ctor_set(x_639, 0, x_636); -lean_ctor_set(x_639, 1, x_637); -return x_639; +lean_ctor_set(x_721, 0, x_718); +lean_ctor_set(x_721, 1, x_719); +return x_721; } } else { -lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; -lean_dec(x_537); -lean_dec(x_526); -lean_dec(x_524); +lean_object* x_722; lean_object* x_723; lean_object* x_724; lean_object* x_725; +lean_dec(x_681); +lean_dec(x_672); +lean_dec(x_670); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_640 = lean_ctor_get(x_608, 0); -lean_inc(x_640); -x_641 = lean_ctor_get(x_608, 1); -lean_inc(x_641); -if (lean_is_exclusive(x_608)) { - lean_ctor_release(x_608, 0); - lean_ctor_release(x_608, 1); - x_642 = x_608; +x_722 = lean_ctor_get(x_690, 0); +lean_inc(x_722); +x_723 = lean_ctor_get(x_690, 1); +lean_inc(x_723); +if (lean_is_exclusive(x_690)) { + lean_ctor_release(x_690, 0); + lean_ctor_release(x_690, 1); + x_724 = x_690; } else { - lean_dec_ref(x_608); - x_642 = lean_box(0); + lean_dec_ref(x_690); + x_724 = lean_box(0); } -if (lean_is_scalar(x_642)) { - x_643 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_724)) { + x_725 = lean_alloc_ctor(1, 2, 0); } else { - x_643 = x_642; + x_725 = x_724; } -lean_ctor_set(x_643, 0, x_640); -lean_ctor_set(x_643, 1, x_641); -return x_643; +lean_ctor_set(x_725, 0, x_722); +lean_ctor_set(x_725, 1, x_723); +return x_725; } } else { -lean_object* x_644; lean_object* x_645; lean_object* x_646; -lean_dec(x_526); -lean_dec(x_524); +lean_object* x_726; lean_object* x_727; lean_object* x_728; +lean_dec(x_672); +lean_dec(x_670); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -21876,141 +22057,55 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_644 = lean_ctor_get(x_604, 1); -lean_inc(x_644); -if (lean_is_exclusive(x_604)) { - lean_ctor_release(x_604, 0); - lean_ctor_release(x_604, 1); - x_645 = x_604; +x_726 = lean_ctor_get(x_686, 1); +lean_inc(x_726); +if (lean_is_exclusive(x_686)) { + lean_ctor_release(x_686, 0); + lean_ctor_release(x_686, 1); + x_727 = x_686; } else { - lean_dec_ref(x_604); - x_645 = lean_box(0); + lean_dec_ref(x_686); + x_727 = lean_box(0); } -if (lean_is_scalar(x_645)) { - x_646 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_727)) { + x_728 = lean_alloc_ctor(1, 2, 0); } else { - x_646 = x_645; - lean_ctor_set_tag(x_646, 1); -} -lean_ctor_set(x_646, 0, x_537); -lean_ctor_set(x_646, 1, x_644); -return x_646; -} -} -} -} + x_728 = x_727; + lean_ctor_set_tag(x_728, 1); } +lean_ctor_set(x_728, 0, x_681); +lean_ctor_set(x_728, 1, x_726); +return x_728; } } else { -uint8_t x_647; +lean_object* x_729; +lean_dec(x_672); +lean_dec(x_670); 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_3); lean_dec(x_1); -x_647 = !lean_is_exclusive(x_523); -if (x_647 == 0) -{ -return x_523; -} -else -{ -lean_object* x_648; lean_object* x_649; lean_object* x_650; -x_648 = lean_ctor_get(x_523, 0); -x_649 = lean_ctor_get(x_523, 1); -lean_inc(x_649); -lean_inc(x_648); -lean_dec(x_523); -x_650 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_650, 0, x_648); -lean_ctor_set(x_650, 1, x_649); -return x_650; -} -} -} -block_675: -{ -lean_object* x_653; -lean_dec(x_652); -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_653 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_653) == 0) -{ -lean_object* x_654; lean_object* x_655; lean_object* x_656; size_t x_657; size_t x_658; lean_object* x_659; -x_654 = lean_ctor_get(x_653, 0); -lean_inc(x_654); -x_655 = lean_ctor_get(x_653, 1); -lean_inc(x_655); -lean_dec(x_653); -x_656 = lean_array_get_size(x_3); -x_657 = lean_usize_of_nat(x_656); -lean_dec(x_656); -x_658 = 0; -x_659 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_657, x_658, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_655); -if (lean_obj_tag(x_659) == 0) -{ -uint8_t x_660; -x_660 = !lean_is_exclusive(x_659); -if (x_660 == 0) -{ -lean_object* x_661; lean_object* x_662; -x_661 = lean_ctor_get(x_659, 0); -x_662 = l_Lean_mkAppN(x_654, x_661); -lean_ctor_set(x_659, 0, x_662); -return x_659; -} -else -{ -lean_object* x_663; lean_object* x_664; lean_object* x_665; lean_object* x_666; -x_663 = lean_ctor_get(x_659, 0); -x_664 = lean_ctor_get(x_659, 1); -lean_inc(x_664); -lean_inc(x_663); -lean_dec(x_659); -x_665 = l_Lean_mkAppN(x_654, x_663); -x_666 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_666, 0, x_665); -lean_ctor_set(x_666, 1, x_664); -return x_666; +if (lean_is_scalar(x_683)) { + x_729 = lean_alloc_ctor(1, 2, 0); +} else { + x_729 = x_683; } +lean_ctor_set(x_729, 0, x_681); +lean_ctor_set(x_729, 1, x_682); +return x_729; } -else -{ -uint8_t x_667; -lean_dec(x_654); -x_667 = !lean_is_exclusive(x_659); -if (x_667 == 0) -{ -return x_659; } -else -{ -lean_object* x_668; lean_object* x_669; lean_object* x_670; -x_668 = lean_ctor_get(x_659, 0); -x_669 = lean_ctor_get(x_659, 1); -lean_inc(x_669); -lean_inc(x_668); -lean_dec(x_659); -x_670 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_670, 0, x_668); -lean_ctor_set(x_670, 1, x_669); -return x_670; } } } else { -uint8_t x_671; +uint8_t x_739; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22018,181 +22113,247 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_671 = !lean_is_exclusive(x_653); -if (x_671 == 0) +lean_dec(x_1); +x_739 = !lean_is_exclusive(x_596); +if (x_739 == 0) { -return x_653; +return x_596; } else { -lean_object* x_672; lean_object* x_673; lean_object* x_674; -x_672 = lean_ctor_get(x_653, 0); -x_673 = lean_ctor_get(x_653, 1); -lean_inc(x_673); -lean_inc(x_672); -lean_dec(x_653); -x_674 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_674, 0, x_672); -lean_ctor_set(x_674, 1, x_673); -return x_674; +lean_object* x_740; lean_object* x_741; lean_object* x_742; +x_740 = lean_ctor_get(x_596, 0); +x_741 = lean_ctor_get(x_596, 1); +lean_inc(x_741); +lean_inc(x_740); +lean_dec(x_596); +x_742 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_742, 0, x_740); +lean_ctor_set(x_742, 1, x_741); +return x_742; +} } } } } case 4: { -lean_object* x_692; lean_object* x_822; uint8_t x_846; +uint8_t x_760; uint8_t x_931; lean_dec(x_4); -x_846 = l_Lean_Expr_isMVar(x_2); -if (x_846 == 0) +x_931 = l_Lean_Expr_isMVar(x_2); +if (x_931 == 0) { -lean_object* x_847; -lean_dec(x_1); -x_847 = lean_box(0); -x_822 = x_847; -goto block_845; +uint8_t x_932; +x_932 = 0; +x_760 = x_932; +goto block_930; } else { -lean_object* x_848; uint8_t x_849; -x_848 = lean_ctor_get(x_7, 0); -lean_inc(x_848); -x_849 = lean_ctor_get_uint8(x_848, 1); -lean_dec(x_848); -if (x_849 == 0) +lean_object* x_933; uint8_t x_934; +x_933 = lean_ctor_get(x_7, 0); +lean_inc(x_933); +x_934 = lean_ctor_get_uint8(x_933, 1); +lean_dec(x_933); +if (x_934 == 0) { -lean_object* x_850; -lean_dec(x_1); -x_850 = lean_box(0); -x_822 = x_850; -goto block_845; +uint8_t x_935; +x_935 = 0; +x_760 = x_935; +goto block_930; } else { -lean_object* x_851; lean_object* x_852; uint8_t x_853; -x_851 = lean_array_get_size(x_3); -x_852 = lean_unsigned_to_nat(0u); -x_853 = lean_nat_dec_lt(x_852, x_851); -if (x_853 == 0) +lean_object* x_936; lean_object* x_937; uint8_t x_938; +x_936 = lean_array_get_size(x_3); +x_937 = lean_unsigned_to_nat(0u); +x_938 = lean_nat_dec_lt(x_937, x_936); +if (x_938 == 0) { -lean_object* x_854; -lean_dec(x_851); -x_854 = lean_box(0); -x_692 = x_854; -goto block_821; +uint8_t x_939; +lean_dec(x_936); +x_939 = 1; +x_760 = x_939; +goto block_930; } else { -uint8_t x_855; -x_855 = lean_nat_dec_le(x_851, x_851); -if (x_855 == 0) +uint8_t x_940; +x_940 = lean_nat_dec_le(x_936, x_936); +if (x_940 == 0) { -lean_object* x_856; -lean_dec(x_851); -x_856 = lean_box(0); -x_692 = x_856; -goto block_821; +uint8_t x_941; +lean_dec(x_936); +x_941 = 1; +x_760 = x_941; +goto block_930; } else { -size_t x_857; size_t x_858; uint8_t x_859; -x_857 = 0; -x_858 = lean_usize_of_nat(x_851); -lean_dec(x_851); -x_859 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_857, x_858); -if (x_859 == 0) +size_t x_942; size_t x_943; uint8_t x_944; +x_942 = 0; +x_943 = lean_usize_of_nat(x_936); +lean_dec(x_936); +x_944 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_942, x_943); +if (x_944 == 0) { -lean_object* x_860; -x_860 = lean_box(0); -x_692 = x_860; -goto block_821; +uint8_t x_945; +x_945 = 1; +x_760 = x_945; +goto block_930; } else { -lean_object* x_861; -lean_dec(x_1); -x_861 = lean_box(0); -x_822 = x_861; -goto block_845; +uint8_t x_946; +x_946 = 0; +x_760 = x_946; +goto block_930; } } } } } -block_821: +block_930: { -lean_object* x_693; -lean_dec(x_692); +if (x_760 == 0) +{ +lean_object* x_761; +lean_dec(x_1); 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_693 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_693) == 0) +x_761 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_761) == 0) +{ +lean_object* x_762; lean_object* x_763; lean_object* x_764; size_t x_765; size_t x_766; lean_object* x_767; +x_762 = lean_ctor_get(x_761, 0); +lean_inc(x_762); +x_763 = lean_ctor_get(x_761, 1); +lean_inc(x_763); +lean_dec(x_761); +x_764 = lean_array_get_size(x_3); +x_765 = lean_usize_of_nat(x_764); +lean_dec(x_764); +x_766 = 0; +x_767 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_765, x_766, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_763); +if (lean_obj_tag(x_767) == 0) +{ +uint8_t x_768; +x_768 = !lean_is_exclusive(x_767); +if (x_768 == 0) +{ +lean_object* x_769; lean_object* x_770; +x_769 = lean_ctor_get(x_767, 0); +x_770 = l_Lean_mkAppN(x_762, x_769); +lean_ctor_set(x_767, 0, x_770); +return x_767; +} +else +{ +lean_object* x_771; lean_object* x_772; lean_object* x_773; lean_object* x_774; +x_771 = lean_ctor_get(x_767, 0); +x_772 = lean_ctor_get(x_767, 1); +lean_inc(x_772); +lean_inc(x_771); +lean_dec(x_767); +x_773 = l_Lean_mkAppN(x_762, x_771); +x_774 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_774, 0, x_773); +lean_ctor_set(x_774, 1, x_772); +return x_774; +} +} +else { -lean_object* x_694; lean_object* x_695; lean_object* x_696; size_t x_697; size_t x_698; lean_object* x_699; -x_694 = lean_ctor_get(x_693, 0); -lean_inc(x_694); -x_695 = lean_ctor_get(x_693, 1); -lean_inc(x_695); -lean_dec(x_693); -x_696 = lean_array_get_size(x_3); -x_697 = lean_usize_of_nat(x_696); -x_698 = 0; -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_699 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_697, x_698, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_695); -if (lean_obj_tag(x_699) == 0) +uint8_t x_775; +lean_dec(x_762); +x_775 = !lean_is_exclusive(x_767); +if (x_775 == 0) { -uint8_t x_700; -lean_dec(x_696); +return x_767; +} +else +{ +lean_object* x_776; lean_object* x_777; lean_object* x_778; +x_776 = lean_ctor_get(x_767, 0); +x_777 = lean_ctor_get(x_767, 1); +lean_inc(x_777); +lean_inc(x_776); +lean_dec(x_767); +x_778 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_778, 0, x_776); +lean_ctor_set(x_778, 1, x_777); +return x_778; +} +} +} +else +{ +uint8_t x_779; 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_1); -x_700 = !lean_is_exclusive(x_699); -if (x_700 == 0) +lean_dec(x_3); +x_779 = !lean_is_exclusive(x_761); +if (x_779 == 0) { -lean_object* x_701; lean_object* x_702; -x_701 = lean_ctor_get(x_699, 0); -x_702 = l_Lean_mkAppN(x_694, x_701); -lean_ctor_set(x_699, 0, x_702); -return x_699; +return x_761; } else { -lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; -x_703 = lean_ctor_get(x_699, 0); -x_704 = lean_ctor_get(x_699, 1); -lean_inc(x_704); -lean_inc(x_703); -lean_dec(x_699); -x_705 = l_Lean_mkAppN(x_694, x_703); -x_706 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_706, 0, x_705); -lean_ctor_set(x_706, 1, x_704); -return x_706; +lean_object* x_780; lean_object* x_781; lean_object* x_782; +x_780 = lean_ctor_get(x_761, 0); +x_781 = lean_ctor_get(x_761, 1); +lean_inc(x_781); +lean_inc(x_780); +lean_dec(x_761); +x_782 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_782, 0, x_780); +lean_ctor_set(x_782, 1, x_781); +return x_782; +} } } else { -lean_object* x_707; -x_707 = lean_ctor_get(x_699, 0); -lean_inc(x_707); -if (lean_obj_tag(x_707) == 0) +lean_object* x_783; +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_783 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_783) == 0) +{ +uint8_t x_784; +x_784 = !lean_is_exclusive(x_783); +if (x_784 == 0) +{ +lean_object* x_785; lean_object* x_786; lean_object* x_787; size_t x_788; size_t x_789; lean_object* x_790; +x_785 = lean_ctor_get(x_783, 0); +x_786 = lean_ctor_get(x_783, 1); +x_787 = lean_array_get_size(x_3); +x_788 = lean_usize_of_nat(x_787); +x_789 = 0; +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_790 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_788, x_789, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_786); +if (lean_obj_tag(x_790) == 0) { -uint8_t x_708; -lean_dec(x_696); -lean_dec(x_694); +uint8_t x_791; +lean_dec(x_787); +lean_free_object(x_783); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22200,45 +22361,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_708 = !lean_is_exclusive(x_699); -if (x_708 == 0) +x_791 = !lean_is_exclusive(x_790); +if (x_791 == 0) { -lean_object* x_709; -x_709 = lean_ctor_get(x_699, 0); -lean_dec(x_709); -return x_699; +lean_object* x_792; lean_object* x_793; +x_792 = lean_ctor_get(x_790, 0); +x_793 = l_Lean_mkAppN(x_785, x_792); +lean_ctor_set(x_790, 0, x_793); +return x_790; } else { -lean_object* x_710; lean_object* x_711; -x_710 = lean_ctor_get(x_699, 1); -lean_inc(x_710); -lean_dec(x_699); -x_711 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_711, 0, x_707); -lean_ctor_set(x_711, 1, x_710); -return x_711; +lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; +x_794 = lean_ctor_get(x_790, 0); +x_795 = lean_ctor_get(x_790, 1); +lean_inc(x_795); +lean_inc(x_794); +lean_dec(x_790); +x_796 = l_Lean_mkAppN(x_785, x_794); +x_797 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_797, 0, x_796); +lean_ctor_set(x_797, 1, x_795); +return x_797; } } else { -uint8_t x_712; -x_712 = !lean_is_exclusive(x_699); -if (x_712 == 0) -{ -lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; uint8_t x_717; -x_713 = lean_ctor_get(x_699, 1); -x_714 = lean_ctor_get(x_699, 0); -lean_dec(x_714); -x_715 = lean_ctor_get(x_707, 0); -lean_inc(x_715); -x_716 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_717 = lean_nat_dec_eq(x_716, x_715); -lean_dec(x_715); -if (x_717 == 0) +lean_object* x_798; lean_object* x_799; lean_object* x_800; uint8_t x_801; +x_798 = lean_ctor_get(x_790, 0); +lean_inc(x_798); +x_799 = lean_ctor_get(x_790, 1); +lean_inc(x_799); +if (lean_is_exclusive(x_790)) { + lean_ctor_release(x_790, 0); + lean_ctor_release(x_790, 1); + x_800 = x_790; +} else { + lean_dec_ref(x_790); + x_800 = lean_box(0); +} +if (lean_obj_tag(x_798) == 0) { -lean_dec(x_696); -lean_dec(x_694); +lean_dec(x_800); +lean_dec(x_787); +lean_dec(x_785); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22246,16 +22412,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_699; +lean_ctor_set_tag(x_783, 1); +lean_ctor_set(x_783, 1, x_799); +lean_ctor_set(x_783, 0, x_798); +return x_783; } else { -uint8_t x_718; -x_718 = l_Lean_Expr_isMVar(x_694); -if (x_718 == 0) +lean_object* x_851; lean_object* x_852; uint8_t x_853; +x_851 = lean_ctor_get(x_798, 0); +lean_inc(x_851); +x_852 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_853 = lean_nat_dec_eq(x_852, x_851); +lean_dec(x_851); +if (x_853 == 0) { -lean_dec(x_696); -lean_dec(x_694); +lean_dec(x_800); +lean_dec(x_787); +lean_dec(x_785); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22263,223 +22437,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_699; +lean_ctor_set_tag(x_783, 1); +lean_ctor_set(x_783, 1, x_799); +lean_ctor_set(x_783, 0, x_798); +return x_783; } else { -lean_object* x_719; lean_object* x_720; lean_object* x_721; uint8_t x_722; -lean_free_object(x_699); -lean_inc(x_694); -x_719 = l_Lean_Expr_mvarId_x21(x_694); -x_720 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_719, x_5, x_6, x_7, x_8, x_9, x_10, x_713); -x_721 = lean_ctor_get(x_720, 0); -lean_inc(x_721); -x_722 = lean_unbox(x_721); -lean_dec(x_721); -if (x_722 == 0) -{ -lean_object* x_723; lean_object* x_724; -x_723 = lean_ctor_get(x_720, 1); -lean_inc(x_723); -lean_dec(x_720); +uint8_t x_854; +lean_free_object(x_783); +x_854 = l_Lean_Expr_isMVar(x_785); +if (x_854 == 0) +{ +uint8_t x_855; +x_855 = 1; +x_801 = x_855; +goto block_850; +} +else +{ +uint8_t x_856; +x_856 = 0; +x_801 = x_856; +goto block_850; +} +} +} +block_850: +{ +if (x_801 == 0) +{ +lean_object* x_802; lean_object* x_803; lean_object* x_804; uint8_t x_805; +lean_dec(x_800); +lean_inc(x_785); +x_802 = l_Lean_Expr_mvarId_x21(x_785); +x_803 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_802, x_5, x_6, x_7, x_8, x_9, x_10, x_799); +x_804 = lean_ctor_get(x_803, 0); +lean_inc(x_804); +x_805 = lean_unbox(x_804); +lean_dec(x_804); +if (x_805 == 0) +{ +lean_object* x_806; lean_object* x_807; +x_806 = lean_ctor_get(x_803, 1); +lean_inc(x_806); +lean_dec(x_803); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_724 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_723); -if (lean_obj_tag(x_724) == 0) -{ -lean_object* x_725; lean_object* x_726; lean_object* x_727; -x_725 = lean_ctor_get(x_724, 0); -lean_inc(x_725); -x_726 = lean_ctor_get(x_724, 1); -lean_inc(x_726); -lean_dec(x_724); +x_807 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_806); +if (lean_obj_tag(x_807) == 0) +{ +lean_object* x_808; lean_object* x_809; lean_object* x_810; +x_808 = lean_ctor_get(x_807, 0); +lean_inc(x_808); +x_809 = lean_ctor_get(x_807, 1); +lean_inc(x_809); +lean_dec(x_807); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_727 = l_Lean_Meta_CheckAssignment_check(x_725, x_5, x_6, x_7, x_8, x_9, x_10, x_726); -if (lean_obj_tag(x_727) == 0) -{ -lean_object* x_728; lean_object* x_729; lean_object* x_730; lean_object* x_731; lean_object* x_732; uint8_t 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; -x_728 = lean_ctor_get(x_727, 0); -lean_inc(x_728); -x_729 = lean_ctor_get(x_727, 1); -lean_inc(x_729); -lean_dec(x_727); -x_730 = lean_ctor_get(x_5, 1); -lean_inc(x_730); -lean_dec(x_5); -x_731 = lean_ctor_get(x_730, 1); -lean_inc(x_731); -x_732 = lean_ctor_get(x_730, 4); -lean_inc(x_732); -lean_dec(x_730); -x_733 = 0; -x_734 = lean_box(0); -x_735 = lean_unsigned_to_nat(0u); -x_736 = l_Lean_Meta_mkFreshExprMVarAt(x_731, x_732, x_728, x_733, x_734, x_735, x_7, x_8, x_9, x_10, x_729); -x_737 = lean_ctor_get(x_736, 0); -lean_inc(x_737); -x_738 = lean_ctor_get(x_736, 1); -lean_inc(x_738); -lean_dec(x_736); -lean_inc(x_737); -x_739 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_694, x_696, x_737, x_7, x_8, x_9, x_10, x_738); -if (lean_obj_tag(x_739) == 0) -{ -lean_object* x_740; uint8_t x_741; -x_740 = lean_ctor_get(x_739, 0); -lean_inc(x_740); -x_741 = lean_unbox(x_740); -lean_dec(x_740); -if (x_741 == 0) +x_810 = l_Lean_Meta_CheckAssignment_check(x_808, x_5, x_6, x_7, x_8, x_9, x_10, x_809); +if (lean_obj_tag(x_810) == 0) +{ +lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_object* x_815; uint8_t x_816; lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; +x_811 = lean_ctor_get(x_810, 0); +lean_inc(x_811); +x_812 = lean_ctor_get(x_810, 1); +lean_inc(x_812); +lean_dec(x_810); +x_813 = lean_ctor_get(x_5, 1); +lean_inc(x_813); +lean_dec(x_5); +x_814 = lean_ctor_get(x_813, 1); +lean_inc(x_814); +x_815 = lean_ctor_get(x_813, 4); +lean_inc(x_815); +lean_dec(x_813); +x_816 = 0; +x_817 = lean_box(0); +x_818 = lean_unsigned_to_nat(0u); +x_819 = l_Lean_Meta_mkFreshExprMVarAt(x_814, x_815, x_811, x_816, x_817, x_818, x_7, x_8, x_9, x_10, x_812); +x_820 = lean_ctor_get(x_819, 0); +lean_inc(x_820); +x_821 = lean_ctor_get(x_819, 1); +lean_inc(x_821); +lean_dec(x_819); +lean_inc(x_820); +x_822 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_785, x_787, x_820, x_7, x_8, x_9, x_10, x_821); +if (lean_obj_tag(x_822) == 0) +{ +lean_object* x_823; uint8_t x_824; +x_823 = lean_ctor_get(x_822, 0); +lean_inc(x_823); +x_824 = lean_unbox(x_823); +lean_dec(x_823); +if (x_824 == 0) { -uint8_t x_742; -lean_dec(x_737); -x_742 = !lean_is_exclusive(x_739); -if (x_742 == 0) +uint8_t x_825; +lean_dec(x_820); +x_825 = !lean_is_exclusive(x_822); +if (x_825 == 0) { -lean_object* x_743; -x_743 = lean_ctor_get(x_739, 0); -lean_dec(x_743); -lean_ctor_set_tag(x_739, 1); -lean_ctor_set(x_739, 0, x_707); -return x_739; +lean_object* x_826; +x_826 = lean_ctor_get(x_822, 0); +lean_dec(x_826); +lean_ctor_set_tag(x_822, 1); +lean_ctor_set(x_822, 0, x_798); +return x_822; } else { -lean_object* x_744; lean_object* x_745; -x_744 = lean_ctor_get(x_739, 1); -lean_inc(x_744); -lean_dec(x_739); -x_745 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_745, 0, x_707); -lean_ctor_set(x_745, 1, x_744); -return x_745; +lean_object* x_827; lean_object* x_828; +x_827 = lean_ctor_get(x_822, 1); +lean_inc(x_827); +lean_dec(x_822); +x_828 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_828, 0, x_798); +lean_ctor_set(x_828, 1, x_827); +return x_828; } } else { -uint8_t x_746; -lean_dec(x_707); -x_746 = !lean_is_exclusive(x_739); -if (x_746 == 0) +uint8_t x_829; +lean_dec(x_798); +x_829 = !lean_is_exclusive(x_822); +if (x_829 == 0) { -lean_object* x_747; -x_747 = lean_ctor_get(x_739, 0); -lean_dec(x_747); -lean_ctor_set(x_739, 0, x_737); -return x_739; +lean_object* x_830; +x_830 = lean_ctor_get(x_822, 0); +lean_dec(x_830); +lean_ctor_set(x_822, 0, x_820); +return x_822; } else { -lean_object* x_748; lean_object* x_749; -x_748 = lean_ctor_get(x_739, 1); -lean_inc(x_748); -lean_dec(x_739); -x_749 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_749, 0, x_737); -lean_ctor_set(x_749, 1, x_748); -return x_749; +lean_object* x_831; lean_object* x_832; +x_831 = lean_ctor_get(x_822, 1); +lean_inc(x_831); +lean_dec(x_822); +x_832 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_832, 0, x_820); +lean_ctor_set(x_832, 1, x_831); +return x_832; } } } else { -uint8_t x_750; -lean_dec(x_737); -lean_dec(x_707); -x_750 = !lean_is_exclusive(x_739); -if (x_750 == 0) +uint8_t x_833; +lean_dec(x_820); +lean_dec(x_798); +x_833 = !lean_is_exclusive(x_822); +if (x_833 == 0) { -return x_739; +return x_822; } else { -lean_object* x_751; lean_object* x_752; lean_object* x_753; -x_751 = lean_ctor_get(x_739, 0); -x_752 = lean_ctor_get(x_739, 1); -lean_inc(x_752); -lean_inc(x_751); -lean_dec(x_739); -x_753 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_753, 0, x_751); -lean_ctor_set(x_753, 1, x_752); -return x_753; +lean_object* x_834; lean_object* x_835; lean_object* x_836; +x_834 = lean_ctor_get(x_822, 0); +x_835 = lean_ctor_get(x_822, 1); +lean_inc(x_835); +lean_inc(x_834); +lean_dec(x_822); +x_836 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_836, 0, x_834); +lean_ctor_set(x_836, 1, x_835); +return x_836; } } } else { -uint8_t x_754; -lean_dec(x_707); -lean_dec(x_696); -lean_dec(x_694); +uint8_t x_837; +lean_dec(x_798); +lean_dec(x_787); +lean_dec(x_785); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_754 = !lean_is_exclusive(x_727); -if (x_754 == 0) +x_837 = !lean_is_exclusive(x_810); +if (x_837 == 0) { -return x_727; +return x_810; } else { -lean_object* x_755; lean_object* x_756; lean_object* x_757; -x_755 = lean_ctor_get(x_727, 0); -x_756 = lean_ctor_get(x_727, 1); -lean_inc(x_756); -lean_inc(x_755); -lean_dec(x_727); -x_757 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_757, 0, x_755); -lean_ctor_set(x_757, 1, x_756); -return x_757; +lean_object* x_838; lean_object* x_839; lean_object* x_840; +x_838 = lean_ctor_get(x_810, 0); +x_839 = lean_ctor_get(x_810, 1); +lean_inc(x_839); +lean_inc(x_838); +lean_dec(x_810); +x_840 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_840, 0, x_838); +lean_ctor_set(x_840, 1, x_839); +return x_840; } } } else { -uint8_t x_758; -lean_dec(x_707); -lean_dec(x_696); -lean_dec(x_694); +uint8_t x_841; +lean_dec(x_798); +lean_dec(x_787); +lean_dec(x_785); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_758 = !lean_is_exclusive(x_724); -if (x_758 == 0) +x_841 = !lean_is_exclusive(x_807); +if (x_841 == 0) { -return x_724; +return x_807; } else { -lean_object* x_759; lean_object* x_760; lean_object* x_761; -x_759 = lean_ctor_get(x_724, 0); -x_760 = lean_ctor_get(x_724, 1); -lean_inc(x_760); -lean_inc(x_759); -lean_dec(x_724); -x_761 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_761, 0, x_759); -lean_ctor_set(x_761, 1, x_760); -return x_761; +lean_object* x_842; lean_object* x_843; lean_object* x_844; +x_842 = lean_ctor_get(x_807, 0); +x_843 = lean_ctor_get(x_807, 1); +lean_inc(x_843); +lean_inc(x_842); +lean_dec(x_807); +x_844 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_844, 0, x_842); +lean_ctor_set(x_844, 1, x_843); +return x_844; } } } else { -uint8_t x_762; -lean_dec(x_696); -lean_dec(x_694); +uint8_t x_845; +lean_dec(x_787); +lean_dec(x_785); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22487,47 +22687,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_762 = !lean_is_exclusive(x_720); -if (x_762 == 0) +x_845 = !lean_is_exclusive(x_803); +if (x_845 == 0) +{ +lean_object* x_846; +x_846 = lean_ctor_get(x_803, 0); +lean_dec(x_846); +lean_ctor_set_tag(x_803, 1); +lean_ctor_set(x_803, 0, x_798); +return x_803; +} +else { -lean_object* x_763; -x_763 = lean_ctor_get(x_720, 0); -lean_dec(x_763); -lean_ctor_set_tag(x_720, 1); -lean_ctor_set(x_720, 0, x_707); -return x_720; +lean_object* x_847; lean_object* x_848; +x_847 = lean_ctor_get(x_803, 1); +lean_inc(x_847); +lean_dec(x_803); +x_848 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_848, 0, x_798); +lean_ctor_set(x_848, 1, x_847); +return x_848; +} +} } else { -lean_object* x_764; lean_object* x_765; -x_764 = lean_ctor_get(x_720, 1); -lean_inc(x_764); -lean_dec(x_720); -x_765 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_765, 0, x_707); -lean_ctor_set(x_765, 1, x_764); -return x_765; +lean_object* x_849; +lean_dec(x_787); +lean_dec(x_785); +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_1); +if (lean_is_scalar(x_800)) { + x_849 = lean_alloc_ctor(1, 2, 0); +} else { + x_849 = x_800; } +lean_ctor_set(x_849, 0, x_798); +lean_ctor_set(x_849, 1, x_799); +return x_849; } } } } else { -lean_object* x_766; lean_object* x_767; lean_object* x_768; uint8_t x_769; -x_766 = lean_ctor_get(x_699, 1); -lean_inc(x_766); -lean_dec(x_699); -x_767 = lean_ctor_get(x_707, 0); -lean_inc(x_767); -x_768 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_769 = lean_nat_dec_eq(x_768, x_767); -lean_dec(x_767); -if (x_769 == 0) +lean_object* x_857; lean_object* x_858; lean_object* x_859; size_t x_860; size_t x_861; lean_object* x_862; +x_857 = lean_ctor_get(x_783, 0); +x_858 = lean_ctor_get(x_783, 1); +lean_inc(x_858); +lean_inc(x_857); +lean_dec(x_783); +x_859 = lean_array_get_size(x_3); +x_860 = lean_usize_of_nat(x_859); +x_861 = 0; +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_862 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_860, x_861, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_858); +if (lean_obj_tag(x_862) == 0) { -lean_object* x_770; -lean_dec(x_696); -lean_dec(x_694); +lean_object* x_863; lean_object* x_864; lean_object* x_865; lean_object* x_866; lean_object* x_867; +lean_dec(x_859); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22535,20 +22763,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_770 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_770, 0, x_707); -lean_ctor_set(x_770, 1, x_766); -return x_770; +x_863 = lean_ctor_get(x_862, 0); +lean_inc(x_863); +x_864 = lean_ctor_get(x_862, 1); +lean_inc(x_864); +if (lean_is_exclusive(x_862)) { + lean_ctor_release(x_862, 0); + lean_ctor_release(x_862, 1); + x_865 = x_862; +} else { + lean_dec_ref(x_862); + x_865 = lean_box(0); +} +x_866 = l_Lean_mkAppN(x_857, x_863); +if (lean_is_scalar(x_865)) { + x_867 = lean_alloc_ctor(0, 2, 0); +} else { + x_867 = x_865; +} +lean_ctor_set(x_867, 0, x_866); +lean_ctor_set(x_867, 1, x_864); +return x_867; } else { -uint8_t x_771; -x_771 = l_Lean_Expr_isMVar(x_694); -if (x_771 == 0) +lean_object* x_868; lean_object* x_869; lean_object* x_870; uint8_t x_871; +x_868 = lean_ctor_get(x_862, 0); +lean_inc(x_868); +x_869 = lean_ctor_get(x_862, 1); +lean_inc(x_869); +if (lean_is_exclusive(x_862)) { + lean_ctor_release(x_862, 0); + lean_ctor_release(x_862, 1); + x_870 = x_862; +} else { + lean_dec_ref(x_862); + x_870 = lean_box(0); +} +if (lean_obj_tag(x_868) == 0) { -lean_object* x_772; -lean_dec(x_696); -lean_dec(x_694); +lean_object* x_918; +lean_dec(x_870); +lean_dec(x_859); +lean_dec(x_857); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22556,227 +22813,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_772 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_772, 0, x_707); -lean_ctor_set(x_772, 1, x_766); -return x_772; +x_918 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_918, 0, x_868); +lean_ctor_set(x_918, 1, x_869); +return x_918; } else { -lean_object* x_773; lean_object* x_774; lean_object* x_775; uint8_t x_776; -lean_inc(x_694); -x_773 = l_Lean_Expr_mvarId_x21(x_694); -x_774 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_773, x_5, x_6, x_7, x_8, x_9, x_10, x_766); -x_775 = lean_ctor_get(x_774, 0); -lean_inc(x_775); -x_776 = lean_unbox(x_775); -lean_dec(x_775); -if (x_776 == 0) -{ -lean_object* x_777; lean_object* x_778; -x_777 = lean_ctor_get(x_774, 1); -lean_inc(x_777); -lean_dec(x_774); +lean_object* x_919; lean_object* x_920; uint8_t x_921; +x_919 = lean_ctor_get(x_868, 0); +lean_inc(x_919); +x_920 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_921 = lean_nat_dec_eq(x_920, x_919); +lean_dec(x_919); +if (x_921 == 0) +{ +lean_object* x_922; +lean_dec(x_870); +lean_dec(x_859); +lean_dec(x_857); +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_1); +x_922 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_922, 0, x_868); +lean_ctor_set(x_922, 1, x_869); +return x_922; +} +else +{ +uint8_t x_923; +x_923 = l_Lean_Expr_isMVar(x_857); +if (x_923 == 0) +{ +uint8_t x_924; +x_924 = 1; +x_871 = x_924; +goto block_917; +} +else +{ +uint8_t x_925; +x_925 = 0; +x_871 = x_925; +goto block_917; +} +} +} +block_917: +{ +if (x_871 == 0) +{ +lean_object* x_872; lean_object* x_873; lean_object* x_874; uint8_t x_875; +lean_dec(x_870); +lean_inc(x_857); +x_872 = l_Lean_Expr_mvarId_x21(x_857); +x_873 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_872, x_5, x_6, x_7, x_8, x_9, x_10, x_869); +x_874 = lean_ctor_get(x_873, 0); +lean_inc(x_874); +x_875 = lean_unbox(x_874); +lean_dec(x_874); +if (x_875 == 0) +{ +lean_object* x_876; lean_object* x_877; +x_876 = lean_ctor_get(x_873, 1); +lean_inc(x_876); +lean_dec(x_873); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_778 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_777); -if (lean_obj_tag(x_778) == 0) +x_877 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_876); +if (lean_obj_tag(x_877) == 0) { -lean_object* x_779; lean_object* x_780; lean_object* x_781; -x_779 = lean_ctor_get(x_778, 0); -lean_inc(x_779); -x_780 = lean_ctor_get(x_778, 1); -lean_inc(x_780); -lean_dec(x_778); +lean_object* x_878; lean_object* x_879; lean_object* x_880; +x_878 = lean_ctor_get(x_877, 0); +lean_inc(x_878); +x_879 = lean_ctor_get(x_877, 1); +lean_inc(x_879); +lean_dec(x_877); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_781 = l_Lean_Meta_CheckAssignment_check(x_779, x_5, x_6, x_7, x_8, x_9, x_10, x_780); -if (lean_obj_tag(x_781) == 0) -{ -lean_object* x_782; lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; uint8_t 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_782 = lean_ctor_get(x_781, 0); -lean_inc(x_782); -x_783 = lean_ctor_get(x_781, 1); -lean_inc(x_783); -lean_dec(x_781); -x_784 = lean_ctor_get(x_5, 1); -lean_inc(x_784); -lean_dec(x_5); -x_785 = lean_ctor_get(x_784, 1); -lean_inc(x_785); -x_786 = lean_ctor_get(x_784, 4); -lean_inc(x_786); -lean_dec(x_784); -x_787 = 0; -x_788 = lean_box(0); -x_789 = lean_unsigned_to_nat(0u); -x_790 = l_Lean_Meta_mkFreshExprMVarAt(x_785, x_786, x_782, x_787, x_788, x_789, x_7, x_8, x_9, x_10, x_783); -x_791 = lean_ctor_get(x_790, 0); -lean_inc(x_791); -x_792 = lean_ctor_get(x_790, 1); -lean_inc(x_792); -lean_dec(x_790); -lean_inc(x_791); -x_793 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_694, x_696, x_791, x_7, x_8, x_9, x_10, x_792); -if (lean_obj_tag(x_793) == 0) -{ -lean_object* x_794; uint8_t x_795; -x_794 = lean_ctor_get(x_793, 0); -lean_inc(x_794); -x_795 = lean_unbox(x_794); -lean_dec(x_794); -if (x_795 == 0) +x_880 = l_Lean_Meta_CheckAssignment_check(x_878, x_5, x_6, x_7, x_8, x_9, x_10, x_879); +if (lean_obj_tag(x_880) == 0) +{ +lean_object* x_881; lean_object* x_882; lean_object* x_883; lean_object* x_884; lean_object* x_885; uint8_t 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; +x_881 = lean_ctor_get(x_880, 0); +lean_inc(x_881); +x_882 = lean_ctor_get(x_880, 1); +lean_inc(x_882); +lean_dec(x_880); +x_883 = lean_ctor_get(x_5, 1); +lean_inc(x_883); +lean_dec(x_5); +x_884 = lean_ctor_get(x_883, 1); +lean_inc(x_884); +x_885 = lean_ctor_get(x_883, 4); +lean_inc(x_885); +lean_dec(x_883); +x_886 = 0; +x_887 = lean_box(0); +x_888 = lean_unsigned_to_nat(0u); +x_889 = l_Lean_Meta_mkFreshExprMVarAt(x_884, x_885, x_881, x_886, x_887, x_888, x_7, x_8, x_9, x_10, x_882); +x_890 = lean_ctor_get(x_889, 0); +lean_inc(x_890); +x_891 = lean_ctor_get(x_889, 1); +lean_inc(x_891); +lean_dec(x_889); +lean_inc(x_890); +x_892 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_857, x_859, x_890, x_7, x_8, x_9, x_10, x_891); +if (lean_obj_tag(x_892) == 0) +{ +lean_object* x_893; uint8_t x_894; +x_893 = lean_ctor_get(x_892, 0); +lean_inc(x_893); +x_894 = lean_unbox(x_893); +lean_dec(x_893); +if (x_894 == 0) { -lean_object* x_796; lean_object* x_797; lean_object* x_798; -lean_dec(x_791); -x_796 = lean_ctor_get(x_793, 1); -lean_inc(x_796); -if (lean_is_exclusive(x_793)) { - lean_ctor_release(x_793, 0); - lean_ctor_release(x_793, 1); - x_797 = x_793; +lean_object* x_895; lean_object* x_896; lean_object* x_897; +lean_dec(x_890); +x_895 = lean_ctor_get(x_892, 1); +lean_inc(x_895); +if (lean_is_exclusive(x_892)) { + lean_ctor_release(x_892, 0); + lean_ctor_release(x_892, 1); + x_896 = x_892; } else { - lean_dec_ref(x_793); - x_797 = lean_box(0); + lean_dec_ref(x_892); + x_896 = lean_box(0); } -if (lean_is_scalar(x_797)) { - x_798 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_896)) { + x_897 = lean_alloc_ctor(1, 2, 0); } else { - x_798 = x_797; - lean_ctor_set_tag(x_798, 1); + x_897 = x_896; + lean_ctor_set_tag(x_897, 1); } -lean_ctor_set(x_798, 0, x_707); -lean_ctor_set(x_798, 1, x_796); -return x_798; +lean_ctor_set(x_897, 0, x_868); +lean_ctor_set(x_897, 1, x_895); +return x_897; } else { -lean_object* x_799; lean_object* x_800; lean_object* x_801; -lean_dec(x_707); -x_799 = lean_ctor_get(x_793, 1); -lean_inc(x_799); -if (lean_is_exclusive(x_793)) { - lean_ctor_release(x_793, 0); - lean_ctor_release(x_793, 1); - x_800 = x_793; +lean_object* x_898; lean_object* x_899; lean_object* x_900; +lean_dec(x_868); +x_898 = lean_ctor_get(x_892, 1); +lean_inc(x_898); +if (lean_is_exclusive(x_892)) { + lean_ctor_release(x_892, 0); + lean_ctor_release(x_892, 1); + x_899 = x_892; } else { - lean_dec_ref(x_793); - x_800 = lean_box(0); + lean_dec_ref(x_892); + x_899 = lean_box(0); } -if (lean_is_scalar(x_800)) { - x_801 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_899)) { + x_900 = lean_alloc_ctor(0, 2, 0); } else { - x_801 = x_800; + x_900 = x_899; } -lean_ctor_set(x_801, 0, x_791); -lean_ctor_set(x_801, 1, x_799); -return x_801; +lean_ctor_set(x_900, 0, x_890); +lean_ctor_set(x_900, 1, x_898); +return x_900; } } else { -lean_object* x_802; lean_object* x_803; lean_object* x_804; lean_object* x_805; -lean_dec(x_791); -lean_dec(x_707); -x_802 = lean_ctor_get(x_793, 0); -lean_inc(x_802); -x_803 = lean_ctor_get(x_793, 1); -lean_inc(x_803); -if (lean_is_exclusive(x_793)) { - lean_ctor_release(x_793, 0); - lean_ctor_release(x_793, 1); - x_804 = x_793; +lean_object* x_901; lean_object* x_902; lean_object* x_903; lean_object* x_904; +lean_dec(x_890); +lean_dec(x_868); +x_901 = lean_ctor_get(x_892, 0); +lean_inc(x_901); +x_902 = lean_ctor_get(x_892, 1); +lean_inc(x_902); +if (lean_is_exclusive(x_892)) { + lean_ctor_release(x_892, 0); + lean_ctor_release(x_892, 1); + x_903 = x_892; } else { - lean_dec_ref(x_793); - x_804 = lean_box(0); + lean_dec_ref(x_892); + x_903 = lean_box(0); } -if (lean_is_scalar(x_804)) { - x_805 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_903)) { + x_904 = lean_alloc_ctor(1, 2, 0); } else { - x_805 = x_804; + x_904 = x_903; } -lean_ctor_set(x_805, 0, x_802); -lean_ctor_set(x_805, 1, x_803); -return x_805; +lean_ctor_set(x_904, 0, x_901); +lean_ctor_set(x_904, 1, x_902); +return x_904; } } else { -lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; -lean_dec(x_707); -lean_dec(x_696); -lean_dec(x_694); +lean_object* x_905; lean_object* x_906; lean_object* x_907; lean_object* x_908; +lean_dec(x_868); +lean_dec(x_859); +lean_dec(x_857); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_806 = lean_ctor_get(x_781, 0); -lean_inc(x_806); -x_807 = lean_ctor_get(x_781, 1); -lean_inc(x_807); -if (lean_is_exclusive(x_781)) { - lean_ctor_release(x_781, 0); - lean_ctor_release(x_781, 1); - x_808 = x_781; +x_905 = lean_ctor_get(x_880, 0); +lean_inc(x_905); +x_906 = lean_ctor_get(x_880, 1); +lean_inc(x_906); +if (lean_is_exclusive(x_880)) { + lean_ctor_release(x_880, 0); + lean_ctor_release(x_880, 1); + x_907 = x_880; } else { - lean_dec_ref(x_781); - x_808 = lean_box(0); + lean_dec_ref(x_880); + x_907 = lean_box(0); } -if (lean_is_scalar(x_808)) { - x_809 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_907)) { + x_908 = lean_alloc_ctor(1, 2, 0); } else { - x_809 = x_808; + x_908 = x_907; } -lean_ctor_set(x_809, 0, x_806); -lean_ctor_set(x_809, 1, x_807); -return x_809; +lean_ctor_set(x_908, 0, x_905); +lean_ctor_set(x_908, 1, x_906); +return x_908; } } else { -lean_object* x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; -lean_dec(x_707); -lean_dec(x_696); -lean_dec(x_694); +lean_object* x_909; lean_object* x_910; lean_object* x_911; lean_object* x_912; +lean_dec(x_868); +lean_dec(x_859); +lean_dec(x_857); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_810 = lean_ctor_get(x_778, 0); -lean_inc(x_810); -x_811 = lean_ctor_get(x_778, 1); -lean_inc(x_811); -if (lean_is_exclusive(x_778)) { - lean_ctor_release(x_778, 0); - lean_ctor_release(x_778, 1); - x_812 = x_778; +x_909 = lean_ctor_get(x_877, 0); +lean_inc(x_909); +x_910 = lean_ctor_get(x_877, 1); +lean_inc(x_910); +if (lean_is_exclusive(x_877)) { + lean_ctor_release(x_877, 0); + lean_ctor_release(x_877, 1); + x_911 = x_877; } else { - lean_dec_ref(x_778); - x_812 = lean_box(0); + lean_dec_ref(x_877); + x_911 = lean_box(0); } -if (lean_is_scalar(x_812)) { - x_813 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_911)) { + x_912 = lean_alloc_ctor(1, 2, 0); } else { - x_813 = x_812; + x_912 = x_911; } -lean_ctor_set(x_813, 0, x_810); -lean_ctor_set(x_813, 1, x_811); -return x_813; +lean_ctor_set(x_912, 0, x_909); +lean_ctor_set(x_912, 1, x_910); +return x_912; } } else { -lean_object* x_814; lean_object* x_815; lean_object* x_816; -lean_dec(x_696); -lean_dec(x_694); +lean_object* x_913; lean_object* x_914; lean_object* x_915; +lean_dec(x_859); +lean_dec(x_857); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22784,141 +23090,55 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_814 = lean_ctor_get(x_774, 1); -lean_inc(x_814); -if (lean_is_exclusive(x_774)) { - lean_ctor_release(x_774, 0); - lean_ctor_release(x_774, 1); - x_815 = x_774; +x_913 = lean_ctor_get(x_873, 1); +lean_inc(x_913); +if (lean_is_exclusive(x_873)) { + lean_ctor_release(x_873, 0); + lean_ctor_release(x_873, 1); + x_914 = x_873; } else { - lean_dec_ref(x_774); - x_815 = lean_box(0); + lean_dec_ref(x_873); + x_914 = lean_box(0); } -if (lean_is_scalar(x_815)) { - x_816 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_914)) { + x_915 = lean_alloc_ctor(1, 2, 0); } else { - x_816 = x_815; - lean_ctor_set_tag(x_816, 1); -} -lean_ctor_set(x_816, 0, x_707); -lean_ctor_set(x_816, 1, x_814); -return x_816; -} -} -} -} + x_915 = x_914; + lean_ctor_set_tag(x_915, 1); } +lean_ctor_set(x_915, 0, x_868); +lean_ctor_set(x_915, 1, x_913); +return x_915; } } else { -uint8_t x_817; +lean_object* x_916; +lean_dec(x_859); +lean_dec(x_857); 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_3); lean_dec(x_1); -x_817 = !lean_is_exclusive(x_693); -if (x_817 == 0) -{ -return x_693; -} -else -{ -lean_object* x_818; lean_object* x_819; lean_object* x_820; -x_818 = lean_ctor_get(x_693, 0); -x_819 = lean_ctor_get(x_693, 1); -lean_inc(x_819); -lean_inc(x_818); -lean_dec(x_693); -x_820 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_820, 0, x_818); -lean_ctor_set(x_820, 1, x_819); -return x_820; -} -} -} -block_845: -{ -lean_object* x_823; -lean_dec(x_822); -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_823 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_823) == 0) -{ -lean_object* x_824; lean_object* x_825; lean_object* x_826; size_t x_827; size_t x_828; lean_object* x_829; -x_824 = lean_ctor_get(x_823, 0); -lean_inc(x_824); -x_825 = lean_ctor_get(x_823, 1); -lean_inc(x_825); -lean_dec(x_823); -x_826 = lean_array_get_size(x_3); -x_827 = lean_usize_of_nat(x_826); -lean_dec(x_826); -x_828 = 0; -x_829 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_827, x_828, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_825); -if (lean_obj_tag(x_829) == 0) -{ -uint8_t x_830; -x_830 = !lean_is_exclusive(x_829); -if (x_830 == 0) -{ -lean_object* x_831; lean_object* x_832; -x_831 = lean_ctor_get(x_829, 0); -x_832 = l_Lean_mkAppN(x_824, x_831); -lean_ctor_set(x_829, 0, x_832); -return x_829; -} -else -{ -lean_object* x_833; lean_object* x_834; lean_object* x_835; lean_object* x_836; -x_833 = lean_ctor_get(x_829, 0); -x_834 = lean_ctor_get(x_829, 1); -lean_inc(x_834); -lean_inc(x_833); -lean_dec(x_829); -x_835 = l_Lean_mkAppN(x_824, x_833); -x_836 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_836, 0, x_835); -lean_ctor_set(x_836, 1, x_834); -return x_836; +if (lean_is_scalar(x_870)) { + x_916 = lean_alloc_ctor(1, 2, 0); +} else { + x_916 = x_870; } +lean_ctor_set(x_916, 0, x_868); +lean_ctor_set(x_916, 1, x_869); +return x_916; } -else -{ -uint8_t x_837; -lean_dec(x_824); -x_837 = !lean_is_exclusive(x_829); -if (x_837 == 0) -{ -return x_829; } -else -{ -lean_object* x_838; lean_object* x_839; lean_object* x_840; -x_838 = lean_ctor_get(x_829, 0); -x_839 = lean_ctor_get(x_829, 1); -lean_inc(x_839); -lean_inc(x_838); -lean_dec(x_829); -x_840 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_840, 0, x_838); -lean_ctor_set(x_840, 1, x_839); -return x_840; } } } else { -uint8_t x_841; +uint8_t x_926; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -22926,198 +23146,264 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_841 = !lean_is_exclusive(x_823); -if (x_841 == 0) +lean_dec(x_1); +x_926 = !lean_is_exclusive(x_783); +if (x_926 == 0) { -return x_823; +return x_783; } else { -lean_object* x_842; lean_object* x_843; lean_object* x_844; -x_842 = lean_ctor_get(x_823, 0); -x_843 = lean_ctor_get(x_823, 1); -lean_inc(x_843); -lean_inc(x_842); -lean_dec(x_823); -x_844 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_844, 0, x_842); -lean_ctor_set(x_844, 1, x_843); -return x_844; +lean_object* x_927; lean_object* x_928; lean_object* x_929; +x_927 = lean_ctor_get(x_783, 0); +x_928 = lean_ctor_get(x_783, 1); +lean_inc(x_928); +lean_inc(x_927); +lean_dec(x_783); +x_929 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_929, 0, x_927); +lean_ctor_set(x_929, 1, x_928); +return x_929; +} } } } } case 5: { -lean_object* x_862; lean_object* x_863; lean_object* x_864; lean_object* x_865; lean_object* x_866; -x_862 = lean_ctor_get(x_2, 0); -lean_inc(x_862); -x_863 = lean_ctor_get(x_2, 1); -lean_inc(x_863); +lean_object* x_947; lean_object* x_948; lean_object* x_949; lean_object* x_950; lean_object* x_951; +x_947 = lean_ctor_get(x_2, 0); +lean_inc(x_947); +x_948 = lean_ctor_get(x_2, 1); +lean_inc(x_948); lean_dec(x_2); -x_864 = lean_array_set(x_3, x_4, x_863); -x_865 = lean_unsigned_to_nat(1u); -x_866 = lean_nat_sub(x_4, x_865); +x_949 = lean_array_set(x_3, x_4, x_948); +x_950 = lean_unsigned_to_nat(1u); +x_951 = lean_nat_sub(x_4, x_950); lean_dec(x_4); -x_2 = x_862; -x_3 = x_864; -x_4 = x_866; +x_2 = x_947; +x_3 = x_949; +x_4 = x_951; goto _start; } case 6: { -lean_object* x_868; lean_object* x_998; uint8_t x_1022; +uint8_t x_953; uint8_t x_1124; lean_dec(x_4); -x_1022 = l_Lean_Expr_isMVar(x_2); -if (x_1022 == 0) +x_1124 = l_Lean_Expr_isMVar(x_2); +if (x_1124 == 0) { -lean_object* x_1023; -lean_dec(x_1); -x_1023 = lean_box(0); -x_998 = x_1023; -goto block_1021; +uint8_t x_1125; +x_1125 = 0; +x_953 = x_1125; +goto block_1123; } else { -lean_object* x_1024; uint8_t x_1025; -x_1024 = lean_ctor_get(x_7, 0); -lean_inc(x_1024); -x_1025 = lean_ctor_get_uint8(x_1024, 1); -lean_dec(x_1024); -if (x_1025 == 0) +lean_object* x_1126; uint8_t x_1127; +x_1126 = lean_ctor_get(x_7, 0); +lean_inc(x_1126); +x_1127 = lean_ctor_get_uint8(x_1126, 1); +lean_dec(x_1126); +if (x_1127 == 0) { -lean_object* x_1026; -lean_dec(x_1); -x_1026 = lean_box(0); -x_998 = x_1026; -goto block_1021; +uint8_t x_1128; +x_1128 = 0; +x_953 = x_1128; +goto block_1123; } else { -lean_object* x_1027; lean_object* x_1028; uint8_t x_1029; -x_1027 = lean_array_get_size(x_3); -x_1028 = lean_unsigned_to_nat(0u); -x_1029 = lean_nat_dec_lt(x_1028, x_1027); -if (x_1029 == 0) +lean_object* x_1129; lean_object* x_1130; uint8_t x_1131; +x_1129 = lean_array_get_size(x_3); +x_1130 = lean_unsigned_to_nat(0u); +x_1131 = lean_nat_dec_lt(x_1130, x_1129); +if (x_1131 == 0) { -lean_object* x_1030; -lean_dec(x_1027); -x_1030 = lean_box(0); -x_868 = x_1030; -goto block_997; +uint8_t x_1132; +lean_dec(x_1129); +x_1132 = 1; +x_953 = x_1132; +goto block_1123; } else { -uint8_t x_1031; -x_1031 = lean_nat_dec_le(x_1027, x_1027); -if (x_1031 == 0) +uint8_t x_1133; +x_1133 = lean_nat_dec_le(x_1129, x_1129); +if (x_1133 == 0) { -lean_object* x_1032; -lean_dec(x_1027); -x_1032 = lean_box(0); -x_868 = x_1032; -goto block_997; +uint8_t x_1134; +lean_dec(x_1129); +x_1134 = 1; +x_953 = x_1134; +goto block_1123; } else { -size_t x_1033; size_t x_1034; uint8_t x_1035; -x_1033 = 0; -x_1034 = lean_usize_of_nat(x_1027); -lean_dec(x_1027); -x_1035 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1033, x_1034); -if (x_1035 == 0) +size_t x_1135; size_t x_1136; uint8_t x_1137; +x_1135 = 0; +x_1136 = lean_usize_of_nat(x_1129); +lean_dec(x_1129); +x_1137 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1135, x_1136); +if (x_1137 == 0) { -lean_object* x_1036; -x_1036 = lean_box(0); -x_868 = x_1036; -goto block_997; +uint8_t x_1138; +x_1138 = 1; +x_953 = x_1138; +goto block_1123; } else { -lean_object* x_1037; -lean_dec(x_1); -x_1037 = lean_box(0); -x_998 = x_1037; -goto block_1021; +uint8_t x_1139; +x_1139 = 0; +x_953 = x_1139; +goto block_1123; } } } } } -block_997: +block_1123: { -lean_object* x_869; -lean_dec(x_868); -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_869 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_869) == 0) -{ -lean_object* x_870; lean_object* x_871; lean_object* x_872; size_t x_873; size_t x_874; lean_object* x_875; -x_870 = lean_ctor_get(x_869, 0); -lean_inc(x_870); -x_871 = lean_ctor_get(x_869, 1); -lean_inc(x_871); -lean_dec(x_869); -x_872 = lean_array_get_size(x_3); -x_873 = lean_usize_of_nat(x_872); -x_874 = 0; +if (x_953 == 0) +{ +lean_object* x_954; +lean_dec(x_1); 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_875 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_873, x_874, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_871); -if (lean_obj_tag(x_875) == 0) +x_954 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_954) == 0) +{ +lean_object* x_955; lean_object* x_956; lean_object* x_957; size_t x_958; size_t x_959; lean_object* x_960; +x_955 = lean_ctor_get(x_954, 0); +lean_inc(x_955); +x_956 = lean_ctor_get(x_954, 1); +lean_inc(x_956); +lean_dec(x_954); +x_957 = lean_array_get_size(x_3); +x_958 = lean_usize_of_nat(x_957); +lean_dec(x_957); +x_959 = 0; +x_960 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_958, x_959, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_956); +if (lean_obj_tag(x_960) == 0) +{ +uint8_t x_961; +x_961 = !lean_is_exclusive(x_960); +if (x_961 == 0) +{ +lean_object* x_962; lean_object* x_963; +x_962 = lean_ctor_get(x_960, 0); +x_963 = l_Lean_mkAppN(x_955, x_962); +lean_ctor_set(x_960, 0, x_963); +return x_960; +} +else +{ +lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; +x_964 = lean_ctor_get(x_960, 0); +x_965 = lean_ctor_get(x_960, 1); +lean_inc(x_965); +lean_inc(x_964); +lean_dec(x_960); +x_966 = l_Lean_mkAppN(x_955, x_964); +x_967 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_967, 0, x_966); +lean_ctor_set(x_967, 1, x_965); +return x_967; +} +} +else +{ +uint8_t x_968; +lean_dec(x_955); +x_968 = !lean_is_exclusive(x_960); +if (x_968 == 0) +{ +return x_960; +} +else +{ +lean_object* x_969; lean_object* x_970; lean_object* x_971; +x_969 = lean_ctor_get(x_960, 0); +x_970 = lean_ctor_get(x_960, 1); +lean_inc(x_970); +lean_inc(x_969); +lean_dec(x_960); +x_971 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_971, 0, x_969); +lean_ctor_set(x_971, 1, x_970); +return x_971; +} +} +} +else { -uint8_t x_876; -lean_dec(x_872); +uint8_t x_972; 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_1); -x_876 = !lean_is_exclusive(x_875); -if (x_876 == 0) +lean_dec(x_3); +x_972 = !lean_is_exclusive(x_954); +if (x_972 == 0) { -lean_object* x_877; lean_object* x_878; -x_877 = lean_ctor_get(x_875, 0); -x_878 = l_Lean_mkAppN(x_870, x_877); -lean_ctor_set(x_875, 0, x_878); -return x_875; +return x_954; } else { -lean_object* x_879; lean_object* x_880; lean_object* x_881; lean_object* x_882; -x_879 = lean_ctor_get(x_875, 0); -x_880 = lean_ctor_get(x_875, 1); -lean_inc(x_880); -lean_inc(x_879); -lean_dec(x_875); -x_881 = l_Lean_mkAppN(x_870, x_879); -x_882 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_882, 0, x_881); -lean_ctor_set(x_882, 1, x_880); -return x_882; +lean_object* x_973; lean_object* x_974; lean_object* x_975; +x_973 = lean_ctor_get(x_954, 0); +x_974 = lean_ctor_get(x_954, 1); +lean_inc(x_974); +lean_inc(x_973); +lean_dec(x_954); +x_975 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_975, 0, x_973); +lean_ctor_set(x_975, 1, x_974); +return x_975; +} } } else { -lean_object* x_883; -x_883 = lean_ctor_get(x_875, 0); -lean_inc(x_883); -if (lean_obj_tag(x_883) == 0) +lean_object* x_976; +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_976 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_976) == 0) +{ +uint8_t x_977; +x_977 = !lean_is_exclusive(x_976); +if (x_977 == 0) +{ +lean_object* x_978; lean_object* x_979; lean_object* x_980; size_t x_981; size_t x_982; lean_object* x_983; +x_978 = lean_ctor_get(x_976, 0); +x_979 = lean_ctor_get(x_976, 1); +x_980 = lean_array_get_size(x_3); +x_981 = lean_usize_of_nat(x_980); +x_982 = 0; +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_983 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_981, x_982, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_979); +if (lean_obj_tag(x_983) == 0) { -uint8_t x_884; -lean_dec(x_872); -lean_dec(x_870); +uint8_t x_984; +lean_dec(x_980); +lean_free_object(x_976); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -23125,45 +23411,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_884 = !lean_is_exclusive(x_875); -if (x_884 == 0) +x_984 = !lean_is_exclusive(x_983); +if (x_984 == 0) { -lean_object* x_885; -x_885 = lean_ctor_get(x_875, 0); -lean_dec(x_885); -return x_875; +lean_object* x_985; lean_object* x_986; +x_985 = lean_ctor_get(x_983, 0); +x_986 = l_Lean_mkAppN(x_978, x_985); +lean_ctor_set(x_983, 0, x_986); +return x_983; } else { -lean_object* x_886; lean_object* x_887; -x_886 = lean_ctor_get(x_875, 1); -lean_inc(x_886); -lean_dec(x_875); -x_887 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_887, 0, x_883); -lean_ctor_set(x_887, 1, x_886); -return x_887; +lean_object* x_987; lean_object* x_988; lean_object* x_989; lean_object* x_990; +x_987 = lean_ctor_get(x_983, 0); +x_988 = lean_ctor_get(x_983, 1); +lean_inc(x_988); +lean_inc(x_987); +lean_dec(x_983); +x_989 = l_Lean_mkAppN(x_978, x_987); +x_990 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_990, 0, x_989); +lean_ctor_set(x_990, 1, x_988); +return x_990; } } else { -uint8_t x_888; -x_888 = !lean_is_exclusive(x_875); -if (x_888 == 0) -{ -lean_object* x_889; lean_object* x_890; lean_object* x_891; lean_object* x_892; uint8_t x_893; -x_889 = lean_ctor_get(x_875, 1); -x_890 = lean_ctor_get(x_875, 0); -lean_dec(x_890); -x_891 = lean_ctor_get(x_883, 0); -lean_inc(x_891); -x_892 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_893 = lean_nat_dec_eq(x_892, x_891); -lean_dec(x_891); -if (x_893 == 0) +lean_object* x_991; lean_object* x_992; lean_object* x_993; uint8_t x_994; +x_991 = lean_ctor_get(x_983, 0); +lean_inc(x_991); +x_992 = lean_ctor_get(x_983, 1); +lean_inc(x_992); +if (lean_is_exclusive(x_983)) { + lean_ctor_release(x_983, 0); + lean_ctor_release(x_983, 1); + x_993 = x_983; +} else { + lean_dec_ref(x_983); + x_993 = lean_box(0); +} +if (lean_obj_tag(x_991) == 0) { -lean_dec(x_872); -lean_dec(x_870); +lean_dec(x_993); +lean_dec(x_980); +lean_dec(x_978); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -23171,16 +23462,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_875; +lean_ctor_set_tag(x_976, 1); +lean_ctor_set(x_976, 1, x_992); +lean_ctor_set(x_976, 0, x_991); +return x_976; } else { -uint8_t x_894; -x_894 = l_Lean_Expr_isMVar(x_870); -if (x_894 == 0) +lean_object* x_1044; lean_object* x_1045; uint8_t x_1046; +x_1044 = lean_ctor_get(x_991, 0); +lean_inc(x_1044); +x_1045 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1046 = lean_nat_dec_eq(x_1045, x_1044); +lean_dec(x_1044); +if (x_1046 == 0) { -lean_dec(x_872); -lean_dec(x_870); +lean_dec(x_993); +lean_dec(x_980); +lean_dec(x_978); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -23188,223 +23487,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_875; +lean_ctor_set_tag(x_976, 1); +lean_ctor_set(x_976, 1, x_992); +lean_ctor_set(x_976, 0, x_991); +return x_976; +} +else +{ +uint8_t x_1047; +lean_free_object(x_976); +x_1047 = l_Lean_Expr_isMVar(x_978); +if (x_1047 == 0) +{ +uint8_t x_1048; +x_1048 = 1; +x_994 = x_1048; +goto block_1043; } else { -lean_object* x_895; lean_object* x_896; lean_object* x_897; uint8_t x_898; -lean_free_object(x_875); -lean_inc(x_870); -x_895 = l_Lean_Expr_mvarId_x21(x_870); -x_896 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_895, x_5, x_6, x_7, x_8, x_9, x_10, x_889); -x_897 = lean_ctor_get(x_896, 0); -lean_inc(x_897); -x_898 = lean_unbox(x_897); -lean_dec(x_897); -if (x_898 == 0) +uint8_t x_1049; +x_1049 = 0; +x_994 = x_1049; +goto block_1043; +} +} +} +block_1043: +{ +if (x_994 == 0) { -lean_object* x_899; lean_object* x_900; -x_899 = lean_ctor_get(x_896, 1); -lean_inc(x_899); -lean_dec(x_896); +lean_object* x_995; lean_object* x_996; lean_object* x_997; uint8_t x_998; +lean_dec(x_993); +lean_inc(x_978); +x_995 = l_Lean_Expr_mvarId_x21(x_978); +x_996 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_995, x_5, x_6, x_7, x_8, x_9, x_10, x_992); +x_997 = lean_ctor_get(x_996, 0); +lean_inc(x_997); +x_998 = lean_unbox(x_997); +lean_dec(x_997); +if (x_998 == 0) +{ +lean_object* x_999; lean_object* x_1000; +x_999 = lean_ctor_get(x_996, 1); +lean_inc(x_999); +lean_dec(x_996); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_900 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_899); -if (lean_obj_tag(x_900) == 0) +x_1000 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_999); +if (lean_obj_tag(x_1000) == 0) { -lean_object* x_901; lean_object* x_902; lean_object* x_903; -x_901 = lean_ctor_get(x_900, 0); -lean_inc(x_901); -x_902 = lean_ctor_get(x_900, 1); -lean_inc(x_902); -lean_dec(x_900); +lean_object* x_1001; lean_object* x_1002; lean_object* x_1003; +x_1001 = lean_ctor_get(x_1000, 0); +lean_inc(x_1001); +x_1002 = lean_ctor_get(x_1000, 1); +lean_inc(x_1002); +lean_dec(x_1000); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_903 = l_Lean_Meta_CheckAssignment_check(x_901, x_5, x_6, x_7, x_8, x_9, x_10, x_902); -if (lean_obj_tag(x_903) == 0) +x_1003 = l_Lean_Meta_CheckAssignment_check(x_1001, x_5, x_6, x_7, x_8, x_9, x_10, x_1002); +if (lean_obj_tag(x_1003) == 0) +{ +lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; lean_object* x_1007; lean_object* x_1008; uint8_t 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_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 = lean_ctor_get(x_5, 1); +lean_inc(x_1006); +lean_dec(x_5); +x_1007 = lean_ctor_get(x_1006, 1); +lean_inc(x_1007); +x_1008 = lean_ctor_get(x_1006, 4); +lean_inc(x_1008); +lean_dec(x_1006); +x_1009 = 0; +x_1010 = lean_box(0); +x_1011 = lean_unsigned_to_nat(0u); +x_1012 = l_Lean_Meta_mkFreshExprMVarAt(x_1007, x_1008, x_1004, x_1009, x_1010, x_1011, x_7, x_8, x_9, x_10, x_1005); +x_1013 = lean_ctor_get(x_1012, 0); +lean_inc(x_1013); +x_1014 = lean_ctor_get(x_1012, 1); +lean_inc(x_1014); +lean_dec(x_1012); +lean_inc(x_1013); +x_1015 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_978, x_980, x_1013, x_7, x_8, x_9, x_10, x_1014); +if (lean_obj_tag(x_1015) == 0) +{ +lean_object* x_1016; uint8_t x_1017; +x_1016 = lean_ctor_get(x_1015, 0); +lean_inc(x_1016); +x_1017 = lean_unbox(x_1016); +lean_dec(x_1016); +if (x_1017 == 0) { -lean_object* x_904; lean_object* x_905; lean_object* x_906; lean_object* x_907; lean_object* x_908; uint8_t x_909; lean_object* x_910; lean_object* x_911; lean_object* x_912; lean_object* x_913; lean_object* x_914; lean_object* x_915; -x_904 = lean_ctor_get(x_903, 0); -lean_inc(x_904); -x_905 = lean_ctor_get(x_903, 1); -lean_inc(x_905); -lean_dec(x_903); -x_906 = lean_ctor_get(x_5, 1); -lean_inc(x_906); -lean_dec(x_5); -x_907 = lean_ctor_get(x_906, 1); -lean_inc(x_907); -x_908 = lean_ctor_get(x_906, 4); -lean_inc(x_908); -lean_dec(x_906); -x_909 = 0; -x_910 = lean_box(0); -x_911 = lean_unsigned_to_nat(0u); -x_912 = l_Lean_Meta_mkFreshExprMVarAt(x_907, x_908, x_904, x_909, x_910, x_911, x_7, x_8, x_9, x_10, x_905); -x_913 = lean_ctor_get(x_912, 0); -lean_inc(x_913); -x_914 = lean_ctor_get(x_912, 1); -lean_inc(x_914); -lean_dec(x_912); -lean_inc(x_913); -x_915 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_870, x_872, x_913, x_7, x_8, x_9, x_10, x_914); -if (lean_obj_tag(x_915) == 0) -{ -lean_object* x_916; uint8_t x_917; -x_916 = lean_ctor_get(x_915, 0); -lean_inc(x_916); -x_917 = lean_unbox(x_916); -lean_dec(x_916); -if (x_917 == 0) -{ -uint8_t x_918; -lean_dec(x_913); -x_918 = !lean_is_exclusive(x_915); -if (x_918 == 0) -{ -lean_object* x_919; -x_919 = lean_ctor_get(x_915, 0); -lean_dec(x_919); -lean_ctor_set_tag(x_915, 1); -lean_ctor_set(x_915, 0, x_883); -return x_915; +uint8_t x_1018; +lean_dec(x_1013); +x_1018 = !lean_is_exclusive(x_1015); +if (x_1018 == 0) +{ +lean_object* x_1019; +x_1019 = lean_ctor_get(x_1015, 0); +lean_dec(x_1019); +lean_ctor_set_tag(x_1015, 1); +lean_ctor_set(x_1015, 0, x_991); +return x_1015; } else { -lean_object* x_920; lean_object* x_921; -x_920 = lean_ctor_get(x_915, 1); -lean_inc(x_920); -lean_dec(x_915); -x_921 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_921, 0, x_883); -lean_ctor_set(x_921, 1, x_920); -return x_921; +lean_object* x_1020; lean_object* x_1021; +x_1020 = lean_ctor_get(x_1015, 1); +lean_inc(x_1020); +lean_dec(x_1015); +x_1021 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1021, 0, x_991); +lean_ctor_set(x_1021, 1, x_1020); +return x_1021; } } else { -uint8_t x_922; -lean_dec(x_883); -x_922 = !lean_is_exclusive(x_915); -if (x_922 == 0) +uint8_t x_1022; +lean_dec(x_991); +x_1022 = !lean_is_exclusive(x_1015); +if (x_1022 == 0) { -lean_object* x_923; -x_923 = lean_ctor_get(x_915, 0); -lean_dec(x_923); -lean_ctor_set(x_915, 0, x_913); -return x_915; +lean_object* x_1023; +x_1023 = lean_ctor_get(x_1015, 0); +lean_dec(x_1023); +lean_ctor_set(x_1015, 0, x_1013); +return x_1015; } else { -lean_object* x_924; lean_object* x_925; -x_924 = lean_ctor_get(x_915, 1); -lean_inc(x_924); -lean_dec(x_915); -x_925 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_925, 0, x_913); -lean_ctor_set(x_925, 1, x_924); -return x_925; +lean_object* x_1024; lean_object* x_1025; +x_1024 = lean_ctor_get(x_1015, 1); +lean_inc(x_1024); +lean_dec(x_1015); +x_1025 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1025, 0, x_1013); +lean_ctor_set(x_1025, 1, x_1024); +return x_1025; } } } else { -uint8_t x_926; -lean_dec(x_913); -lean_dec(x_883); -x_926 = !lean_is_exclusive(x_915); -if (x_926 == 0) +uint8_t x_1026; +lean_dec(x_1013); +lean_dec(x_991); +x_1026 = !lean_is_exclusive(x_1015); +if (x_1026 == 0) { -return x_915; +return x_1015; } else { -lean_object* x_927; lean_object* x_928; lean_object* x_929; -x_927 = lean_ctor_get(x_915, 0); -x_928 = lean_ctor_get(x_915, 1); -lean_inc(x_928); -lean_inc(x_927); -lean_dec(x_915); -x_929 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_929, 0, x_927); -lean_ctor_set(x_929, 1, x_928); -return x_929; +lean_object* x_1027; lean_object* x_1028; lean_object* x_1029; +x_1027 = lean_ctor_get(x_1015, 0); +x_1028 = lean_ctor_get(x_1015, 1); +lean_inc(x_1028); +lean_inc(x_1027); +lean_dec(x_1015); +x_1029 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1029, 0, x_1027); +lean_ctor_set(x_1029, 1, x_1028); +return x_1029; } } } else { -uint8_t x_930; -lean_dec(x_883); -lean_dec(x_872); -lean_dec(x_870); +uint8_t x_1030; +lean_dec(x_991); +lean_dec(x_980); +lean_dec(x_978); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_930 = !lean_is_exclusive(x_903); -if (x_930 == 0) +x_1030 = !lean_is_exclusive(x_1003); +if (x_1030 == 0) { -return x_903; +return x_1003; } else { -lean_object* x_931; lean_object* x_932; lean_object* x_933; -x_931 = lean_ctor_get(x_903, 0); -x_932 = lean_ctor_get(x_903, 1); -lean_inc(x_932); -lean_inc(x_931); -lean_dec(x_903); -x_933 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_933, 0, x_931); -lean_ctor_set(x_933, 1, x_932); -return x_933; +lean_object* x_1031; lean_object* x_1032; lean_object* x_1033; +x_1031 = lean_ctor_get(x_1003, 0); +x_1032 = lean_ctor_get(x_1003, 1); +lean_inc(x_1032); +lean_inc(x_1031); +lean_dec(x_1003); +x_1033 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1033, 0, x_1031); +lean_ctor_set(x_1033, 1, x_1032); +return x_1033; } } } else { -uint8_t x_934; -lean_dec(x_883); -lean_dec(x_872); -lean_dec(x_870); +uint8_t x_1034; +lean_dec(x_991); +lean_dec(x_980); +lean_dec(x_978); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_934 = !lean_is_exclusive(x_900); -if (x_934 == 0) +x_1034 = !lean_is_exclusive(x_1000); +if (x_1034 == 0) { -return x_900; +return x_1000; } else { -lean_object* x_935; lean_object* x_936; lean_object* x_937; -x_935 = lean_ctor_get(x_900, 0); -x_936 = lean_ctor_get(x_900, 1); -lean_inc(x_936); -lean_inc(x_935); -lean_dec(x_900); -x_937 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_937, 0, x_935); -lean_ctor_set(x_937, 1, x_936); -return x_937; +lean_object* x_1035; lean_object* x_1036; lean_object* x_1037; +x_1035 = lean_ctor_get(x_1000, 0); +x_1036 = lean_ctor_get(x_1000, 1); +lean_inc(x_1036); +lean_inc(x_1035); +lean_dec(x_1000); +x_1037 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1037, 0, x_1035); +lean_ctor_set(x_1037, 1, x_1036); +return x_1037; } } } else { -uint8_t x_938; -lean_dec(x_872); -lean_dec(x_870); +uint8_t x_1038; +lean_dec(x_980); +lean_dec(x_978); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -23412,47 +23737,34 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_938 = !lean_is_exclusive(x_896); -if (x_938 == 0) +x_1038 = !lean_is_exclusive(x_996); +if (x_1038 == 0) { -lean_object* x_939; -x_939 = lean_ctor_get(x_896, 0); -lean_dec(x_939); -lean_ctor_set_tag(x_896, 1); -lean_ctor_set(x_896, 0, x_883); -return x_896; +lean_object* x_1039; +x_1039 = lean_ctor_get(x_996, 0); +lean_dec(x_1039); +lean_ctor_set_tag(x_996, 1); +lean_ctor_set(x_996, 0, x_991); +return x_996; } else { -lean_object* x_940; lean_object* x_941; -x_940 = lean_ctor_get(x_896, 1); -lean_inc(x_940); -lean_dec(x_896); -x_941 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_941, 0, x_883); -lean_ctor_set(x_941, 1, x_940); -return x_941; -} -} +lean_object* x_1040; lean_object* x_1041; +x_1040 = lean_ctor_get(x_996, 1); +lean_inc(x_1040); +lean_dec(x_996); +x_1041 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1041, 0, x_991); +lean_ctor_set(x_1041, 1, x_1040); +return x_1041; } } } else { -lean_object* x_942; lean_object* x_943; lean_object* x_944; uint8_t x_945; -x_942 = lean_ctor_get(x_875, 1); -lean_inc(x_942); -lean_dec(x_875); -x_943 = lean_ctor_get(x_883, 0); -lean_inc(x_943); -x_944 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_945 = lean_nat_dec_eq(x_944, x_943); -lean_dec(x_943); -if (x_945 == 0) -{ -lean_object* x_946; -lean_dec(x_872); -lean_dec(x_870); +lean_object* x_1042; +lean_dec(x_980); +lean_dec(x_978); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -23460,248 +23772,116 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_946 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_946, 0, x_883); -lean_ctor_set(x_946, 1, x_942); -return x_946; +if (lean_is_scalar(x_993)) { + x_1042 = lean_alloc_ctor(1, 2, 0); +} else { + x_1042 = x_993; +} +lean_ctor_set(x_1042, 0, x_991); +lean_ctor_set(x_1042, 1, x_992); +return x_1042; +} +} } -else -{ -uint8_t x_947; -x_947 = l_Lean_Expr_isMVar(x_870); -if (x_947 == 0) -{ -lean_object* x_948; -lean_dec(x_872); -lean_dec(x_870); -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_1); -x_948 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_948, 0, x_883); -lean_ctor_set(x_948, 1, x_942); -return x_948; } else { -lean_object* x_949; lean_object* x_950; lean_object* x_951; uint8_t x_952; -lean_inc(x_870); -x_949 = l_Lean_Expr_mvarId_x21(x_870); -x_950 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_949, x_5, x_6, x_7, x_8, x_9, x_10, x_942); -x_951 = lean_ctor_get(x_950, 0); -lean_inc(x_951); -x_952 = lean_unbox(x_951); -lean_dec(x_951); -if (x_952 == 0) -{ -lean_object* x_953; lean_object* x_954; -x_953 = lean_ctor_get(x_950, 1); -lean_inc(x_953); -lean_dec(x_950); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_954 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_953); -if (lean_obj_tag(x_954) == 0) -{ -lean_object* x_955; lean_object* x_956; lean_object* x_957; -x_955 = lean_ctor_get(x_954, 0); -lean_inc(x_955); -x_956 = lean_ctor_get(x_954, 1); -lean_inc(x_956); -lean_dec(x_954); +lean_object* x_1050; lean_object* x_1051; lean_object* x_1052; size_t x_1053; size_t x_1054; lean_object* x_1055; +x_1050 = lean_ctor_get(x_976, 0); +x_1051 = lean_ctor_get(x_976, 1); +lean_inc(x_1051); +lean_inc(x_1050); +lean_dec(x_976); +x_1052 = lean_array_get_size(x_3); +x_1053 = lean_usize_of_nat(x_1052); +x_1054 = 0; 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_957 = l_Lean_Meta_CheckAssignment_check(x_955, x_5, x_6, x_7, x_8, x_9, x_10, x_956); -if (lean_obj_tag(x_957) == 0) -{ -lean_object* x_958; lean_object* x_959; lean_object* x_960; lean_object* x_961; lean_object* x_962; uint8_t x_963; lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; -x_958 = lean_ctor_get(x_957, 0); -lean_inc(x_958); -x_959 = lean_ctor_get(x_957, 1); -lean_inc(x_959); -lean_dec(x_957); -x_960 = lean_ctor_get(x_5, 1); -lean_inc(x_960); -lean_dec(x_5); -x_961 = lean_ctor_get(x_960, 1); -lean_inc(x_961); -x_962 = lean_ctor_get(x_960, 4); -lean_inc(x_962); -lean_dec(x_960); -x_963 = 0; -x_964 = lean_box(0); -x_965 = lean_unsigned_to_nat(0u); -x_966 = l_Lean_Meta_mkFreshExprMVarAt(x_961, x_962, x_958, x_963, x_964, x_965, x_7, x_8, x_9, x_10, x_959); -x_967 = lean_ctor_get(x_966, 0); -lean_inc(x_967); -x_968 = lean_ctor_get(x_966, 1); -lean_inc(x_968); -lean_dec(x_966); -lean_inc(x_967); -x_969 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_870, x_872, x_967, x_7, x_8, x_9, x_10, x_968); -if (lean_obj_tag(x_969) == 0) -{ -lean_object* x_970; uint8_t x_971; -x_970 = lean_ctor_get(x_969, 0); -lean_inc(x_970); -x_971 = lean_unbox(x_970); -lean_dec(x_970); -if (x_971 == 0) -{ -lean_object* x_972; lean_object* x_973; lean_object* x_974; -lean_dec(x_967); -x_972 = lean_ctor_get(x_969, 1); -lean_inc(x_972); -if (lean_is_exclusive(x_969)) { - lean_ctor_release(x_969, 0); - lean_ctor_release(x_969, 1); - x_973 = x_969; -} else { - lean_dec_ref(x_969); - x_973 = lean_box(0); -} -if (lean_is_scalar(x_973)) { - x_974 = lean_alloc_ctor(1, 2, 0); -} else { - x_974 = x_973; - lean_ctor_set_tag(x_974, 1); -} -lean_ctor_set(x_974, 0, x_883); -lean_ctor_set(x_974, 1, x_972); -return x_974; -} -else -{ -lean_object* x_975; lean_object* x_976; lean_object* x_977; -lean_dec(x_883); -x_975 = lean_ctor_get(x_969, 1); -lean_inc(x_975); -if (lean_is_exclusive(x_969)) { - lean_ctor_release(x_969, 0); - lean_ctor_release(x_969, 1); - x_976 = x_969; -} else { - lean_dec_ref(x_969); - x_976 = lean_box(0); -} -if (lean_is_scalar(x_976)) { - x_977 = lean_alloc_ctor(0, 2, 0); -} else { - x_977 = x_976; -} -lean_ctor_set(x_977, 0, x_967); -lean_ctor_set(x_977, 1, x_975); -return x_977; -} -} -else -{ -lean_object* x_978; lean_object* x_979; lean_object* x_980; lean_object* x_981; -lean_dec(x_967); -lean_dec(x_883); -x_978 = lean_ctor_get(x_969, 0); -lean_inc(x_978); -x_979 = lean_ctor_get(x_969, 1); -lean_inc(x_979); -if (lean_is_exclusive(x_969)) { - lean_ctor_release(x_969, 0); - lean_ctor_release(x_969, 1); - x_980 = x_969; -} else { - lean_dec_ref(x_969); - x_980 = lean_box(0); -} -if (lean_is_scalar(x_980)) { - x_981 = lean_alloc_ctor(1, 2, 0); -} else { - x_981 = x_980; -} -lean_ctor_set(x_981, 0, x_978); -lean_ctor_set(x_981, 1, x_979); -return x_981; -} -} -else +x_1055 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1053, x_1054, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1051); +if (lean_obj_tag(x_1055) == 0) { -lean_object* x_982; lean_object* x_983; lean_object* x_984; lean_object* x_985; -lean_dec(x_883); -lean_dec(x_872); -lean_dec(x_870); +lean_object* x_1056; lean_object* x_1057; lean_object* x_1058; lean_object* x_1059; lean_object* x_1060; +lean_dec(x_1052); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -x_982 = lean_ctor_get(x_957, 0); -lean_inc(x_982); -x_983 = lean_ctor_get(x_957, 1); -lean_inc(x_983); -if (lean_is_exclusive(x_957)) { - lean_ctor_release(x_957, 0); - lean_ctor_release(x_957, 1); - x_984 = x_957; +lean_dec(x_1); +x_1056 = lean_ctor_get(x_1055, 0); +lean_inc(x_1056); +x_1057 = lean_ctor_get(x_1055, 1); +lean_inc(x_1057); +if (lean_is_exclusive(x_1055)) { + lean_ctor_release(x_1055, 0); + lean_ctor_release(x_1055, 1); + x_1058 = x_1055; } else { - lean_dec_ref(x_957); - x_984 = lean_box(0); + lean_dec_ref(x_1055); + x_1058 = lean_box(0); } -if (lean_is_scalar(x_984)) { - x_985 = lean_alloc_ctor(1, 2, 0); +x_1059 = l_Lean_mkAppN(x_1050, x_1056); +if (lean_is_scalar(x_1058)) { + x_1060 = lean_alloc_ctor(0, 2, 0); } else { - x_985 = x_984; -} -lean_ctor_set(x_985, 0, x_982); -lean_ctor_set(x_985, 1, x_983); -return x_985; + x_1060 = x_1058; } +lean_ctor_set(x_1060, 0, x_1059); +lean_ctor_set(x_1060, 1, x_1057); +return x_1060; } else { -lean_object* x_986; lean_object* x_987; lean_object* x_988; lean_object* x_989; -lean_dec(x_883); -lean_dec(x_872); -lean_dec(x_870); +lean_object* x_1061; lean_object* x_1062; lean_object* x_1063; uint8_t x_1064; +x_1061 = lean_ctor_get(x_1055, 0); +lean_inc(x_1061); +x_1062 = lean_ctor_get(x_1055, 1); +lean_inc(x_1062); +if (lean_is_exclusive(x_1055)) { + lean_ctor_release(x_1055, 0); + lean_ctor_release(x_1055, 1); + x_1063 = x_1055; +} else { + lean_dec_ref(x_1055); + x_1063 = lean_box(0); +} +if (lean_obj_tag(x_1061) == 0) +{ +lean_object* x_1111; +lean_dec(x_1063); +lean_dec(x_1052); +lean_dec(x_1050); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_986 = lean_ctor_get(x_954, 0); -lean_inc(x_986); -x_987 = lean_ctor_get(x_954, 1); -lean_inc(x_987); -if (lean_is_exclusive(x_954)) { - lean_ctor_release(x_954, 0); - lean_ctor_release(x_954, 1); - x_988 = x_954; -} else { - lean_dec_ref(x_954); - x_988 = lean_box(0); -} -if (lean_is_scalar(x_988)) { - x_989 = lean_alloc_ctor(1, 2, 0); -} else { - x_989 = x_988; -} -lean_ctor_set(x_989, 0, x_986); -lean_ctor_set(x_989, 1, x_987); -return x_989; -} +lean_dec(x_1); +x_1111 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1111, 0, x_1061); +lean_ctor_set(x_1111, 1, x_1062); +return x_1111; } else { -lean_object* x_990; lean_object* x_991; lean_object* x_992; -lean_dec(x_872); -lean_dec(x_870); +lean_object* x_1112; lean_object* x_1113; uint8_t x_1114; +x_1112 = lean_ctor_get(x_1061, 0); +lean_inc(x_1112); +x_1113 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1114 = lean_nat_dec_eq(x_1113, x_1112); +lean_dec(x_1112); +if (x_1114 == 0) +{ +lean_object* x_1115; +lean_dec(x_1063); +lean_dec(x_1052); +lean_dec(x_1050); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -23709,402 +23889,40 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_990 = lean_ctor_get(x_950, 1); -lean_inc(x_990); -if (lean_is_exclusive(x_950)) { - lean_ctor_release(x_950, 0); - lean_ctor_release(x_950, 1); - x_991 = x_950; -} else { - lean_dec_ref(x_950); - x_991 = lean_box(0); -} -if (lean_is_scalar(x_991)) { - x_992 = lean_alloc_ctor(1, 2, 0); -} else { - x_992 = x_991; - lean_ctor_set_tag(x_992, 1); -} -lean_ctor_set(x_992, 0, x_883); -lean_ctor_set(x_992, 1, x_990); -return x_992; -} -} -} -} -} -} +x_1115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1115, 0, x_1061); +lean_ctor_set(x_1115, 1, x_1062); +return x_1115; } else { -uint8_t x_993; -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_3); -lean_dec(x_1); -x_993 = !lean_is_exclusive(x_869); -if (x_993 == 0) +uint8_t x_1116; +x_1116 = l_Lean_Expr_isMVar(x_1050); +if (x_1116 == 0) { -return x_869; +uint8_t x_1117; +x_1117 = 1; +x_1064 = x_1117; +goto block_1110; } else { -lean_object* x_994; lean_object* x_995; lean_object* x_996; -x_994 = lean_ctor_get(x_869, 0); -x_995 = lean_ctor_get(x_869, 1); -lean_inc(x_995); -lean_inc(x_994); -lean_dec(x_869); -x_996 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_996, 0, x_994); -lean_ctor_set(x_996, 1, x_995); -return x_996; +uint8_t x_1118; +x_1118 = 0; +x_1064 = x_1118; +goto block_1110; } } } -block_1021: -{ -lean_object* x_999; -lean_dec(x_998); -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_999 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_999) == 0) -{ -lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; size_t x_1003; size_t x_1004; lean_object* x_1005; -x_1000 = lean_ctor_get(x_999, 0); -lean_inc(x_1000); -x_1001 = lean_ctor_get(x_999, 1); -lean_inc(x_1001); -lean_dec(x_999); -x_1002 = lean_array_get_size(x_3); -x_1003 = lean_usize_of_nat(x_1002); -lean_dec(x_1002); -x_1004 = 0; -x_1005 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1003, x_1004, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1001); -if (lean_obj_tag(x_1005) == 0) +block_1110: { -uint8_t x_1006; -x_1006 = !lean_is_exclusive(x_1005); -if (x_1006 == 0) -{ -lean_object* x_1007; lean_object* x_1008; -x_1007 = lean_ctor_get(x_1005, 0); -x_1008 = l_Lean_mkAppN(x_1000, x_1007); -lean_ctor_set(x_1005, 0, x_1008); -return x_1005; -} -else -{ -lean_object* x_1009; lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; -x_1009 = lean_ctor_get(x_1005, 0); -x_1010 = lean_ctor_get(x_1005, 1); -lean_inc(x_1010); -lean_inc(x_1009); -lean_dec(x_1005); -x_1011 = l_Lean_mkAppN(x_1000, x_1009); -x_1012 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1012, 0, x_1011); -lean_ctor_set(x_1012, 1, x_1010); -return x_1012; -} -} -else -{ -uint8_t x_1013; -lean_dec(x_1000); -x_1013 = !lean_is_exclusive(x_1005); -if (x_1013 == 0) -{ -return x_1005; -} -else -{ -lean_object* x_1014; lean_object* x_1015; lean_object* x_1016; -x_1014 = lean_ctor_get(x_1005, 0); -x_1015 = lean_ctor_get(x_1005, 1); -lean_inc(x_1015); -lean_inc(x_1014); -lean_dec(x_1005); -x_1016 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1016, 0, x_1014); -lean_ctor_set(x_1016, 1, x_1015); -return x_1016; -} -} -} -else -{ -uint8_t x_1017; -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_3); -x_1017 = !lean_is_exclusive(x_999); -if (x_1017 == 0) -{ -return x_999; -} -else -{ -lean_object* x_1018; lean_object* x_1019; lean_object* x_1020; -x_1018 = lean_ctor_get(x_999, 0); -x_1019 = lean_ctor_get(x_999, 1); -lean_inc(x_1019); -lean_inc(x_1018); -lean_dec(x_999); -x_1020 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1020, 0, x_1018); -lean_ctor_set(x_1020, 1, x_1019); -return x_1020; -} -} -} -} -case 7: -{ -lean_object* x_1038; lean_object* x_1168; uint8_t x_1192; -lean_dec(x_4); -x_1192 = l_Lean_Expr_isMVar(x_2); -if (x_1192 == 0) -{ -lean_object* x_1193; -lean_dec(x_1); -x_1193 = lean_box(0); -x_1168 = x_1193; -goto block_1191; -} -else -{ -lean_object* x_1194; uint8_t x_1195; -x_1194 = lean_ctor_get(x_7, 0); -lean_inc(x_1194); -x_1195 = lean_ctor_get_uint8(x_1194, 1); -lean_dec(x_1194); -if (x_1195 == 0) -{ -lean_object* x_1196; -lean_dec(x_1); -x_1196 = lean_box(0); -x_1168 = x_1196; -goto block_1191; -} -else -{ -lean_object* x_1197; lean_object* x_1198; uint8_t x_1199; -x_1197 = lean_array_get_size(x_3); -x_1198 = lean_unsigned_to_nat(0u); -x_1199 = lean_nat_dec_lt(x_1198, x_1197); -if (x_1199 == 0) -{ -lean_object* x_1200; -lean_dec(x_1197); -x_1200 = lean_box(0); -x_1038 = x_1200; -goto block_1167; -} -else -{ -uint8_t x_1201; -x_1201 = lean_nat_dec_le(x_1197, x_1197); -if (x_1201 == 0) -{ -lean_object* x_1202; -lean_dec(x_1197); -x_1202 = lean_box(0); -x_1038 = x_1202; -goto block_1167; -} -else -{ -size_t x_1203; size_t x_1204; uint8_t x_1205; -x_1203 = 0; -x_1204 = lean_usize_of_nat(x_1197); -lean_dec(x_1197); -x_1205 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1203, x_1204); -if (x_1205 == 0) -{ -lean_object* x_1206; -x_1206 = lean_box(0); -x_1038 = x_1206; -goto block_1167; -} -else -{ -lean_object* x_1207; -lean_dec(x_1); -x_1207 = lean_box(0); -x_1168 = x_1207; -goto block_1191; -} -} -} -} -} -block_1167: -{ -lean_object* x_1039; -lean_dec(x_1038); -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_1039 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1039) == 0) -{ -lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; size_t x_1043; size_t x_1044; lean_object* x_1045; -x_1040 = lean_ctor_get(x_1039, 0); -lean_inc(x_1040); -x_1041 = lean_ctor_get(x_1039, 1); -lean_inc(x_1041); -lean_dec(x_1039); -x_1042 = lean_array_get_size(x_3); -x_1043 = lean_usize_of_nat(x_1042); -x_1044 = 0; -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_1045 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1043, x_1044, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1041); -if (lean_obj_tag(x_1045) == 0) -{ -uint8_t x_1046; -lean_dec(x_1042); -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_1); -x_1046 = !lean_is_exclusive(x_1045); -if (x_1046 == 0) -{ -lean_object* x_1047; lean_object* x_1048; -x_1047 = lean_ctor_get(x_1045, 0); -x_1048 = l_Lean_mkAppN(x_1040, x_1047); -lean_ctor_set(x_1045, 0, x_1048); -return x_1045; -} -else -{ -lean_object* x_1049; lean_object* x_1050; lean_object* x_1051; lean_object* x_1052; -x_1049 = lean_ctor_get(x_1045, 0); -x_1050 = lean_ctor_get(x_1045, 1); -lean_inc(x_1050); -lean_inc(x_1049); -lean_dec(x_1045); -x_1051 = l_Lean_mkAppN(x_1040, x_1049); -x_1052 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1052, 0, x_1051); -lean_ctor_set(x_1052, 1, x_1050); -return x_1052; -} -} -else -{ -lean_object* x_1053; -x_1053 = lean_ctor_get(x_1045, 0); -lean_inc(x_1053); -if (lean_obj_tag(x_1053) == 0) -{ -uint8_t x_1054; -lean_dec(x_1042); -lean_dec(x_1040); -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_1); -x_1054 = !lean_is_exclusive(x_1045); -if (x_1054 == 0) -{ -lean_object* x_1055; -x_1055 = lean_ctor_get(x_1045, 0); -lean_dec(x_1055); -return x_1045; -} -else -{ -lean_object* x_1056; lean_object* x_1057; -x_1056 = lean_ctor_get(x_1045, 1); -lean_inc(x_1056); -lean_dec(x_1045); -x_1057 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1057, 0, x_1053); -lean_ctor_set(x_1057, 1, x_1056); -return x_1057; -} -} -else -{ -uint8_t x_1058; -x_1058 = !lean_is_exclusive(x_1045); -if (x_1058 == 0) -{ -lean_object* x_1059; lean_object* x_1060; lean_object* x_1061; lean_object* x_1062; uint8_t x_1063; -x_1059 = lean_ctor_get(x_1045, 1); -x_1060 = lean_ctor_get(x_1045, 0); -lean_dec(x_1060); -x_1061 = lean_ctor_get(x_1053, 0); -lean_inc(x_1061); -x_1062 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1063 = lean_nat_dec_eq(x_1062, x_1061); -lean_dec(x_1061); -if (x_1063 == 0) -{ -lean_dec(x_1042); -lean_dec(x_1040); -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_1); -return x_1045; -} -else -{ -uint8_t x_1064; -x_1064 = l_Lean_Expr_isMVar(x_1040); -if (x_1064 == 0) -{ -lean_dec(x_1042); -lean_dec(x_1040); -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_1); -return x_1045; -} -else +if (x_1064 == 0) { lean_object* x_1065; lean_object* x_1066; lean_object* x_1067; uint8_t x_1068; -lean_free_object(x_1045); -lean_inc(x_1040); -x_1065 = l_Lean_Expr_mvarId_x21(x_1040); -x_1066 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1065, x_5, x_6, x_7, x_8, x_9, x_10, x_1059); +lean_dec(x_1063); +lean_inc(x_1050); +x_1065 = l_Lean_Expr_mvarId_x21(x_1050); +x_1066 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1065, x_5, x_6, x_7, x_8, x_9, x_10, x_1062); x_1067 = lean_ctor_get(x_1066, 0); lean_inc(x_1067); x_1068 = lean_unbox(x_1067); @@ -24160,7 +23978,7 @@ x_1084 = lean_ctor_get(x_1082, 1); lean_inc(x_1084); lean_dec(x_1082); lean_inc(x_1083); -x_1085 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1040, x_1042, x_1083, x_7, x_8, x_9, x_10, x_1084); +x_1085 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1050, x_1052, x_1083, x_7, x_8, x_9, x_10, x_1084); if (lean_obj_tag(x_1085) == 0) { lean_object* x_1086; uint8_t x_1087; @@ -24170,149 +23988,151 @@ x_1087 = lean_unbox(x_1086); lean_dec(x_1086); if (x_1087 == 0) { -uint8_t x_1088; +lean_object* x_1088; lean_object* x_1089; lean_object* x_1090; lean_dec(x_1083); -x_1088 = !lean_is_exclusive(x_1085); -if (x_1088 == 0) -{ -lean_object* x_1089; -x_1089 = lean_ctor_get(x_1085, 0); -lean_dec(x_1089); -lean_ctor_set_tag(x_1085, 1); -lean_ctor_set(x_1085, 0, x_1053); -return x_1085; +x_1088 = lean_ctor_get(x_1085, 1); +lean_inc(x_1088); +if (lean_is_exclusive(x_1085)) { + lean_ctor_release(x_1085, 0); + lean_ctor_release(x_1085, 1); + x_1089 = x_1085; +} else { + lean_dec_ref(x_1085); + x_1089 = lean_box(0); } -else -{ -lean_object* x_1090; lean_object* x_1091; -x_1090 = lean_ctor_get(x_1085, 1); -lean_inc(x_1090); -lean_dec(x_1085); -x_1091 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1091, 0, x_1053); -lean_ctor_set(x_1091, 1, x_1090); -return x_1091; +if (lean_is_scalar(x_1089)) { + x_1090 = lean_alloc_ctor(1, 2, 0); +} else { + x_1090 = x_1089; + lean_ctor_set_tag(x_1090, 1); } +lean_ctor_set(x_1090, 0, x_1061); +lean_ctor_set(x_1090, 1, x_1088); +return x_1090; } else { -uint8_t x_1092; -lean_dec(x_1053); -x_1092 = !lean_is_exclusive(x_1085); -if (x_1092 == 0) -{ -lean_object* x_1093; -x_1093 = lean_ctor_get(x_1085, 0); -lean_dec(x_1093); -lean_ctor_set(x_1085, 0, x_1083); -return x_1085; +lean_object* x_1091; lean_object* x_1092; lean_object* x_1093; +lean_dec(x_1061); +x_1091 = lean_ctor_get(x_1085, 1); +lean_inc(x_1091); +if (lean_is_exclusive(x_1085)) { + lean_ctor_release(x_1085, 0); + lean_ctor_release(x_1085, 1); + x_1092 = x_1085; +} else { + lean_dec_ref(x_1085); + x_1092 = lean_box(0); } -else -{ -lean_object* x_1094; lean_object* x_1095; -x_1094 = lean_ctor_get(x_1085, 1); -lean_inc(x_1094); -lean_dec(x_1085); -x_1095 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1095, 0, x_1083); -lean_ctor_set(x_1095, 1, x_1094); -return x_1095; +if (lean_is_scalar(x_1092)) { + x_1093 = lean_alloc_ctor(0, 2, 0); +} else { + x_1093 = x_1092; } +lean_ctor_set(x_1093, 0, x_1083); +lean_ctor_set(x_1093, 1, x_1091); +return x_1093; } } else { -uint8_t x_1096; +lean_object* x_1094; lean_object* x_1095; lean_object* x_1096; lean_object* x_1097; lean_dec(x_1083); -lean_dec(x_1053); -x_1096 = !lean_is_exclusive(x_1085); -if (x_1096 == 0) -{ -return x_1085; +lean_dec(x_1061); +x_1094 = lean_ctor_get(x_1085, 0); +lean_inc(x_1094); +x_1095 = lean_ctor_get(x_1085, 1); +lean_inc(x_1095); +if (lean_is_exclusive(x_1085)) { + lean_ctor_release(x_1085, 0); + lean_ctor_release(x_1085, 1); + x_1096 = x_1085; +} else { + lean_dec_ref(x_1085); + x_1096 = lean_box(0); } -else -{ -lean_object* x_1097; lean_object* x_1098; lean_object* x_1099; -x_1097 = lean_ctor_get(x_1085, 0); -x_1098 = lean_ctor_get(x_1085, 1); -lean_inc(x_1098); -lean_inc(x_1097); -lean_dec(x_1085); -x_1099 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1099, 0, x_1097); -lean_ctor_set(x_1099, 1, x_1098); -return x_1099; +if (lean_is_scalar(x_1096)) { + x_1097 = lean_alloc_ctor(1, 2, 0); +} else { + x_1097 = x_1096; } +lean_ctor_set(x_1097, 0, x_1094); +lean_ctor_set(x_1097, 1, x_1095); +return x_1097; } } else { -uint8_t x_1100; -lean_dec(x_1053); -lean_dec(x_1042); -lean_dec(x_1040); +lean_object* x_1098; lean_object* x_1099; lean_object* x_1100; lean_object* x_1101; +lean_dec(x_1061); +lean_dec(x_1052); +lean_dec(x_1050); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1100 = !lean_is_exclusive(x_1073); -if (x_1100 == 0) -{ -return x_1073; +x_1098 = lean_ctor_get(x_1073, 0); +lean_inc(x_1098); +x_1099 = lean_ctor_get(x_1073, 1); +lean_inc(x_1099); +if (lean_is_exclusive(x_1073)) { + lean_ctor_release(x_1073, 0); + lean_ctor_release(x_1073, 1); + x_1100 = x_1073; +} else { + lean_dec_ref(x_1073); + x_1100 = lean_box(0); } -else -{ -lean_object* x_1101; lean_object* x_1102; lean_object* x_1103; -x_1101 = lean_ctor_get(x_1073, 0); -x_1102 = lean_ctor_get(x_1073, 1); -lean_inc(x_1102); -lean_inc(x_1101); -lean_dec(x_1073); -x_1103 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1103, 0, x_1101); -lean_ctor_set(x_1103, 1, x_1102); -return x_1103; +if (lean_is_scalar(x_1100)) { + x_1101 = lean_alloc_ctor(1, 2, 0); +} else { + x_1101 = x_1100; } +lean_ctor_set(x_1101, 0, x_1098); +lean_ctor_set(x_1101, 1, x_1099); +return x_1101; } } else { -uint8_t x_1104; -lean_dec(x_1053); -lean_dec(x_1042); -lean_dec(x_1040); +lean_object* x_1102; lean_object* x_1103; lean_object* x_1104; lean_object* x_1105; +lean_dec(x_1061); +lean_dec(x_1052); +lean_dec(x_1050); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1104 = !lean_is_exclusive(x_1070); -if (x_1104 == 0) -{ -return x_1070; +x_1102 = lean_ctor_get(x_1070, 0); +lean_inc(x_1102); +x_1103 = lean_ctor_get(x_1070, 1); +lean_inc(x_1103); +if (lean_is_exclusive(x_1070)) { + lean_ctor_release(x_1070, 0); + lean_ctor_release(x_1070, 1); + x_1104 = x_1070; +} else { + lean_dec_ref(x_1070); + x_1104 = lean_box(0); } -else -{ -lean_object* x_1105; lean_object* x_1106; lean_object* x_1107; -x_1105 = lean_ctor_get(x_1070, 0); -x_1106 = lean_ctor_get(x_1070, 1); -lean_inc(x_1106); -lean_inc(x_1105); -lean_dec(x_1070); -x_1107 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1107, 0, x_1105); -lean_ctor_set(x_1107, 1, x_1106); -return x_1107; +if (lean_is_scalar(x_1104)) { + x_1105 = lean_alloc_ctor(1, 2, 0); +} else { + x_1105 = x_1104; } +lean_ctor_set(x_1105, 0, x_1102); +lean_ctor_set(x_1105, 1, x_1103); +return x_1105; } } else { -uint8_t x_1108; -lean_dec(x_1042); -lean_dec(x_1040); +lean_object* x_1106; lean_object* x_1107; lean_object* x_1108; +lean_dec(x_1052); +lean_dec(x_1050); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -24320,47 +24140,32 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1108 = !lean_is_exclusive(x_1066); -if (x_1108 == 0) -{ -lean_object* x_1109; -x_1109 = lean_ctor_get(x_1066, 0); -lean_dec(x_1109); -lean_ctor_set_tag(x_1066, 1); -lean_ctor_set(x_1066, 0, x_1053); -return x_1066; -} -else -{ -lean_object* x_1110; lean_object* x_1111; -x_1110 = lean_ctor_get(x_1066, 1); -lean_inc(x_1110); -lean_dec(x_1066); -x_1111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1111, 0, x_1053); -lean_ctor_set(x_1111, 1, x_1110); -return x_1111; -} +x_1106 = lean_ctor_get(x_1066, 1); +lean_inc(x_1106); +if (lean_is_exclusive(x_1066)) { + lean_ctor_release(x_1066, 0); + lean_ctor_release(x_1066, 1); + x_1107 = x_1066; +} else { + lean_dec_ref(x_1066); + x_1107 = lean_box(0); } +if (lean_is_scalar(x_1107)) { + x_1108 = lean_alloc_ctor(1, 2, 0); +} else { + x_1108 = x_1107; + lean_ctor_set_tag(x_1108, 1); } +lean_ctor_set(x_1108, 0, x_1061); +lean_ctor_set(x_1108, 1, x_1106); +return x_1108; } } else { -lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; uint8_t x_1115; -x_1112 = lean_ctor_get(x_1045, 1); -lean_inc(x_1112); -lean_dec(x_1045); -x_1113 = lean_ctor_get(x_1053, 0); -lean_inc(x_1113); -x_1114 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1115 = lean_nat_dec_eq(x_1114, x_1113); -lean_dec(x_1113); -if (x_1115 == 0) -{ -lean_object* x_1116; -lean_dec(x_1042); -lean_dec(x_1040); +lean_object* x_1109; +lean_dec(x_1052); +lean_dec(x_1050); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -24368,390 +24173,209 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1116, 0, x_1053); -lean_ctor_set(x_1116, 1, x_1112); -return x_1116; +if (lean_is_scalar(x_1063)) { + x_1109 = lean_alloc_ctor(1, 2, 0); +} else { + x_1109 = x_1063; +} +lean_ctor_set(x_1109, 0, x_1061); +lean_ctor_set(x_1109, 1, x_1062); +return x_1109; +} +} +} +} } else { -uint8_t x_1117; -x_1117 = l_Lean_Expr_isMVar(x_1040); -if (x_1117 == 0) -{ -lean_object* x_1118; -lean_dec(x_1042); -lean_dec(x_1040); +uint8_t x_1119; 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_3); lean_dec(x_1); -x_1118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1118, 0, x_1053); -lean_ctor_set(x_1118, 1, x_1112); -return x_1118; +x_1119 = !lean_is_exclusive(x_976); +if (x_1119 == 0) +{ +return x_976; } else { -lean_object* x_1119; lean_object* x_1120; lean_object* x_1121; uint8_t x_1122; -lean_inc(x_1040); -x_1119 = l_Lean_Expr_mvarId_x21(x_1040); -x_1120 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1119, x_5, x_6, x_7, x_8, x_9, x_10, x_1112); -x_1121 = lean_ctor_get(x_1120, 0); +lean_object* x_1120; lean_object* x_1121; lean_object* x_1122; +x_1120 = lean_ctor_get(x_976, 0); +x_1121 = lean_ctor_get(x_976, 1); lean_inc(x_1121); -x_1122 = lean_unbox(x_1121); -lean_dec(x_1121); -if (x_1122 == 0) -{ -lean_object* x_1123; lean_object* x_1124; -x_1123 = lean_ctor_get(x_1120, 1); -lean_inc(x_1123); -lean_dec(x_1120); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_1124 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1123); -if (lean_obj_tag(x_1124) == 0) -{ -lean_object* x_1125; lean_object* x_1126; lean_object* x_1127; -x_1125 = lean_ctor_get(x_1124, 0); -lean_inc(x_1125); -x_1126 = lean_ctor_get(x_1124, 1); -lean_inc(x_1126); -lean_dec(x_1124); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_5); -x_1127 = l_Lean_Meta_CheckAssignment_check(x_1125, x_5, x_6, x_7, x_8, x_9, x_10, x_1126); -if (lean_obj_tag(x_1127) == 0) -{ -lean_object* x_1128; lean_object* x_1129; lean_object* x_1130; lean_object* x_1131; lean_object* x_1132; uint8_t x_1133; lean_object* x_1134; lean_object* x_1135; lean_object* x_1136; lean_object* x_1137; lean_object* x_1138; lean_object* x_1139; -x_1128 = lean_ctor_get(x_1127, 0); -lean_inc(x_1128); -x_1129 = lean_ctor_get(x_1127, 1); -lean_inc(x_1129); -lean_dec(x_1127); -x_1130 = lean_ctor_get(x_5, 1); -lean_inc(x_1130); -lean_dec(x_5); -x_1131 = lean_ctor_get(x_1130, 1); -lean_inc(x_1131); -x_1132 = lean_ctor_get(x_1130, 4); -lean_inc(x_1132); -lean_dec(x_1130); -x_1133 = 0; -x_1134 = lean_box(0); -x_1135 = lean_unsigned_to_nat(0u); -x_1136 = l_Lean_Meta_mkFreshExprMVarAt(x_1131, x_1132, x_1128, x_1133, x_1134, x_1135, x_7, x_8, x_9, x_10, x_1129); -x_1137 = lean_ctor_get(x_1136, 0); -lean_inc(x_1137); -x_1138 = lean_ctor_get(x_1136, 1); -lean_inc(x_1138); -lean_dec(x_1136); -lean_inc(x_1137); -x_1139 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1040, x_1042, x_1137, x_7, x_8, x_9, x_10, x_1138); -if (lean_obj_tag(x_1139) == 0) -{ -lean_object* x_1140; uint8_t x_1141; -x_1140 = lean_ctor_get(x_1139, 0); -lean_inc(x_1140); -x_1141 = lean_unbox(x_1140); -lean_dec(x_1140); -if (x_1141 == 0) -{ -lean_object* x_1142; lean_object* x_1143; lean_object* x_1144; -lean_dec(x_1137); -x_1142 = lean_ctor_get(x_1139, 1); -lean_inc(x_1142); -if (lean_is_exclusive(x_1139)) { - lean_ctor_release(x_1139, 0); - lean_ctor_release(x_1139, 1); - x_1143 = x_1139; -} else { - lean_dec_ref(x_1139); - x_1143 = lean_box(0); -} -if (lean_is_scalar(x_1143)) { - x_1144 = lean_alloc_ctor(1, 2, 0); -} else { - x_1144 = x_1143; - lean_ctor_set_tag(x_1144, 1); -} -lean_ctor_set(x_1144, 0, x_1053); -lean_ctor_set(x_1144, 1, x_1142); -return x_1144; +lean_inc(x_1120); +lean_dec(x_976); +x_1122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1122, 0, x_1120); +lean_ctor_set(x_1122, 1, x_1121); +return x_1122; } -else -{ -lean_object* x_1145; lean_object* x_1146; lean_object* x_1147; -lean_dec(x_1053); -x_1145 = lean_ctor_get(x_1139, 1); -lean_inc(x_1145); -if (lean_is_exclusive(x_1139)) { - lean_ctor_release(x_1139, 0); - lean_ctor_release(x_1139, 1); - x_1146 = x_1139; -} else { - lean_dec_ref(x_1139); - x_1146 = lean_box(0); } -if (lean_is_scalar(x_1146)) { - x_1147 = lean_alloc_ctor(0, 2, 0); -} else { - x_1147 = x_1146; } -lean_ctor_set(x_1147, 0, x_1137); -lean_ctor_set(x_1147, 1, x_1145); -return x_1147; } } -else +case 7: { -lean_object* x_1148; lean_object* x_1149; lean_object* x_1150; lean_object* x_1151; -lean_dec(x_1137); -lean_dec(x_1053); -x_1148 = lean_ctor_get(x_1139, 0); -lean_inc(x_1148); -x_1149 = lean_ctor_get(x_1139, 1); -lean_inc(x_1149); -if (lean_is_exclusive(x_1139)) { - lean_ctor_release(x_1139, 0); - lean_ctor_release(x_1139, 1); - x_1150 = x_1139; -} else { - lean_dec_ref(x_1139); - x_1150 = lean_box(0); -} -if (lean_is_scalar(x_1150)) { - x_1151 = lean_alloc_ctor(1, 2, 0); -} else { - x_1151 = x_1150; -} -lean_ctor_set(x_1151, 0, x_1148); -lean_ctor_set(x_1151, 1, x_1149); -return x_1151; -} +uint8_t x_1140; uint8_t x_1311; +lean_dec(x_4); +x_1311 = l_Lean_Expr_isMVar(x_2); +if (x_1311 == 0) +{ +uint8_t x_1312; +x_1312 = 0; +x_1140 = x_1312; +goto block_1310; } else { -lean_object* x_1152; lean_object* x_1153; lean_object* x_1154; lean_object* x_1155; -lean_dec(x_1053); -lean_dec(x_1042); -lean_dec(x_1040); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_5); -x_1152 = lean_ctor_get(x_1127, 0); -lean_inc(x_1152); -x_1153 = lean_ctor_get(x_1127, 1); -lean_inc(x_1153); -if (lean_is_exclusive(x_1127)) { - lean_ctor_release(x_1127, 0); - lean_ctor_release(x_1127, 1); - x_1154 = x_1127; -} else { - lean_dec_ref(x_1127); - x_1154 = lean_box(0); -} -if (lean_is_scalar(x_1154)) { - x_1155 = lean_alloc_ctor(1, 2, 0); -} else { - x_1155 = x_1154; -} -lean_ctor_set(x_1155, 0, x_1152); -lean_ctor_set(x_1155, 1, x_1153); -return x_1155; -} +lean_object* x_1313; uint8_t x_1314; +x_1313 = lean_ctor_get(x_7, 0); +lean_inc(x_1313); +x_1314 = lean_ctor_get_uint8(x_1313, 1); +lean_dec(x_1313); +if (x_1314 == 0) +{ +uint8_t x_1315; +x_1315 = 0; +x_1140 = x_1315; +goto block_1310; } else { -lean_object* x_1156; lean_object* x_1157; lean_object* x_1158; lean_object* x_1159; -lean_dec(x_1053); -lean_dec(x_1042); -lean_dec(x_1040); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_1156 = lean_ctor_get(x_1124, 0); -lean_inc(x_1156); -x_1157 = lean_ctor_get(x_1124, 1); -lean_inc(x_1157); -if (lean_is_exclusive(x_1124)) { - lean_ctor_release(x_1124, 0); - lean_ctor_release(x_1124, 1); - x_1158 = x_1124; -} else { - lean_dec_ref(x_1124); - x_1158 = lean_box(0); -} -if (lean_is_scalar(x_1158)) { - x_1159 = lean_alloc_ctor(1, 2, 0); -} else { - x_1159 = x_1158; -} -lean_ctor_set(x_1159, 0, x_1156); -lean_ctor_set(x_1159, 1, x_1157); -return x_1159; -} +lean_object* x_1316; lean_object* x_1317; uint8_t x_1318; +x_1316 = lean_array_get_size(x_3); +x_1317 = lean_unsigned_to_nat(0u); +x_1318 = lean_nat_dec_lt(x_1317, x_1316); +if (x_1318 == 0) +{ +uint8_t x_1319; +lean_dec(x_1316); +x_1319 = 1; +x_1140 = x_1319; +goto block_1310; } else { -lean_object* x_1160; lean_object* x_1161; lean_object* x_1162; -lean_dec(x_1042); -lean_dec(x_1040); -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_1); -x_1160 = lean_ctor_get(x_1120, 1); -lean_inc(x_1160); -if (lean_is_exclusive(x_1120)) { - lean_ctor_release(x_1120, 0); - lean_ctor_release(x_1120, 1); - x_1161 = x_1120; -} else { - lean_dec_ref(x_1120); - x_1161 = lean_box(0); -} -if (lean_is_scalar(x_1161)) { - x_1162 = lean_alloc_ctor(1, 2, 0); -} else { - x_1162 = x_1161; - lean_ctor_set_tag(x_1162, 1); -} -lean_ctor_set(x_1162, 0, x_1053); -lean_ctor_set(x_1162, 1, x_1160); -return x_1162; -} -} -} -} -} -} +uint8_t x_1320; +x_1320 = lean_nat_dec_le(x_1316, x_1316); +if (x_1320 == 0) +{ +uint8_t x_1321; +lean_dec(x_1316); +x_1321 = 1; +x_1140 = x_1321; +goto block_1310; } else { -uint8_t x_1163; -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_3); -lean_dec(x_1); -x_1163 = !lean_is_exclusive(x_1039); -if (x_1163 == 0) +size_t x_1322; size_t x_1323; uint8_t x_1324; +x_1322 = 0; +x_1323 = lean_usize_of_nat(x_1316); +lean_dec(x_1316); +x_1324 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1322, x_1323); +if (x_1324 == 0) { -return x_1039; +uint8_t x_1325; +x_1325 = 1; +x_1140 = x_1325; +goto block_1310; } else { -lean_object* x_1164; lean_object* x_1165; lean_object* x_1166; -x_1164 = lean_ctor_get(x_1039, 0); -x_1165 = lean_ctor_get(x_1039, 1); -lean_inc(x_1165); -lean_inc(x_1164); -lean_dec(x_1039); -x_1166 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1166, 0, x_1164); -lean_ctor_set(x_1166, 1, x_1165); -return x_1166; +uint8_t x_1326; +x_1326 = 0; +x_1140 = x_1326; +goto block_1310; +} +} } } } -block_1191: +block_1310: { -lean_object* x_1169; -lean_dec(x_1168); +if (x_1140 == 0) +{ +lean_object* x_1141; +lean_dec(x_1); 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_1169 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1169) == 0) -{ -lean_object* x_1170; lean_object* x_1171; lean_object* x_1172; size_t x_1173; size_t x_1174; lean_object* x_1175; -x_1170 = lean_ctor_get(x_1169, 0); -lean_inc(x_1170); -x_1171 = lean_ctor_get(x_1169, 1); -lean_inc(x_1171); -lean_dec(x_1169); -x_1172 = lean_array_get_size(x_3); -x_1173 = lean_usize_of_nat(x_1172); -lean_dec(x_1172); -x_1174 = 0; -x_1175 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1173, x_1174, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1171); -if (lean_obj_tag(x_1175) == 0) -{ -uint8_t x_1176; -x_1176 = !lean_is_exclusive(x_1175); -if (x_1176 == 0) -{ -lean_object* x_1177; lean_object* x_1178; -x_1177 = lean_ctor_get(x_1175, 0); -x_1178 = l_Lean_mkAppN(x_1170, x_1177); -lean_ctor_set(x_1175, 0, x_1178); -return x_1175; -} -else -{ -lean_object* x_1179; lean_object* x_1180; lean_object* x_1181; lean_object* x_1182; -x_1179 = lean_ctor_get(x_1175, 0); -x_1180 = lean_ctor_get(x_1175, 1); -lean_inc(x_1180); -lean_inc(x_1179); -lean_dec(x_1175); -x_1181 = l_Lean_mkAppN(x_1170, x_1179); -x_1182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1182, 0, x_1181); -lean_ctor_set(x_1182, 1, x_1180); -return x_1182; +x_1141 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1141) == 0) +{ +lean_object* x_1142; lean_object* x_1143; lean_object* x_1144; size_t x_1145; size_t x_1146; lean_object* x_1147; +x_1142 = lean_ctor_get(x_1141, 0); +lean_inc(x_1142); +x_1143 = lean_ctor_get(x_1141, 1); +lean_inc(x_1143); +lean_dec(x_1141); +x_1144 = lean_array_get_size(x_3); +x_1145 = lean_usize_of_nat(x_1144); +lean_dec(x_1144); +x_1146 = 0; +x_1147 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1145, x_1146, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1143); +if (lean_obj_tag(x_1147) == 0) +{ +uint8_t x_1148; +x_1148 = !lean_is_exclusive(x_1147); +if (x_1148 == 0) +{ +lean_object* x_1149; lean_object* x_1150; +x_1149 = lean_ctor_get(x_1147, 0); +x_1150 = l_Lean_mkAppN(x_1142, x_1149); +lean_ctor_set(x_1147, 0, x_1150); +return x_1147; +} +else +{ +lean_object* x_1151; lean_object* x_1152; lean_object* x_1153; lean_object* x_1154; +x_1151 = lean_ctor_get(x_1147, 0); +x_1152 = lean_ctor_get(x_1147, 1); +lean_inc(x_1152); +lean_inc(x_1151); +lean_dec(x_1147); +x_1153 = l_Lean_mkAppN(x_1142, x_1151); +x_1154 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1154, 0, x_1153); +lean_ctor_set(x_1154, 1, x_1152); +return x_1154; } } else { -uint8_t x_1183; -lean_dec(x_1170); -x_1183 = !lean_is_exclusive(x_1175); -if (x_1183 == 0) +uint8_t x_1155; +lean_dec(x_1142); +x_1155 = !lean_is_exclusive(x_1147); +if (x_1155 == 0) { -return x_1175; +return x_1147; } else { -lean_object* x_1184; lean_object* x_1185; lean_object* x_1186; -x_1184 = lean_ctor_get(x_1175, 0); -x_1185 = lean_ctor_get(x_1175, 1); -lean_inc(x_1185); -lean_inc(x_1184); -lean_dec(x_1175); -x_1186 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1186, 0, x_1184); -lean_ctor_set(x_1186, 1, x_1185); -return x_1186; +lean_object* x_1156; lean_object* x_1157; lean_object* x_1158; +x_1156 = lean_ctor_get(x_1147, 0); +x_1157 = lean_ctor_get(x_1147, 1); +lean_inc(x_1157); +lean_inc(x_1156); +lean_dec(x_1147); +x_1158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1158, 0, x_1156); +lean_ctor_set(x_1158, 1, x_1157); +return x_1158; } } } else { -uint8_t x_1187; +uint8_t x_1159; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -24759,140 +24383,60 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_1187 = !lean_is_exclusive(x_1169); -if (x_1187 == 0) -{ -return x_1169; -} -else -{ -lean_object* x_1188; lean_object* x_1189; lean_object* x_1190; -x_1188 = lean_ctor_get(x_1169, 0); -x_1189 = lean_ctor_get(x_1169, 1); -lean_inc(x_1189); -lean_inc(x_1188); -lean_dec(x_1169); -x_1190 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1190, 0, x_1188); -lean_ctor_set(x_1190, 1, x_1189); -return x_1190; -} -} -} -} -case 8: +x_1159 = !lean_is_exclusive(x_1141); +if (x_1159 == 0) { -lean_object* x_1208; lean_object* x_1338; uint8_t x_1362; -lean_dec(x_4); -x_1362 = l_Lean_Expr_isMVar(x_2); -if (x_1362 == 0) -{ -lean_object* x_1363; -lean_dec(x_1); -x_1363 = lean_box(0); -x_1338 = x_1363; -goto block_1361; -} -else -{ -lean_object* x_1364; uint8_t x_1365; -x_1364 = lean_ctor_get(x_7, 0); -lean_inc(x_1364); -x_1365 = lean_ctor_get_uint8(x_1364, 1); -lean_dec(x_1364); -if (x_1365 == 0) -{ -lean_object* x_1366; -lean_dec(x_1); -x_1366 = lean_box(0); -x_1338 = x_1366; -goto block_1361; +return x_1141; } else { -lean_object* x_1367; lean_object* x_1368; uint8_t x_1369; -x_1367 = lean_array_get_size(x_3); -x_1368 = lean_unsigned_to_nat(0u); -x_1369 = lean_nat_dec_lt(x_1368, x_1367); -if (x_1369 == 0) -{ -lean_object* x_1370; -lean_dec(x_1367); -x_1370 = lean_box(0); -x_1208 = x_1370; -goto block_1337; +lean_object* x_1160; lean_object* x_1161; lean_object* x_1162; +x_1160 = lean_ctor_get(x_1141, 0); +x_1161 = lean_ctor_get(x_1141, 1); +lean_inc(x_1161); +lean_inc(x_1160); +lean_dec(x_1141); +x_1162 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1162, 0, x_1160); +lean_ctor_set(x_1162, 1, x_1161); +return x_1162; } -else -{ -uint8_t x_1371; -x_1371 = lean_nat_dec_le(x_1367, x_1367); -if (x_1371 == 0) -{ -lean_object* x_1372; -lean_dec(x_1367); -x_1372 = lean_box(0); -x_1208 = x_1372; -goto block_1337; } -else -{ -size_t x_1373; size_t x_1374; uint8_t x_1375; -x_1373 = 0; -x_1374 = lean_usize_of_nat(x_1367); -lean_dec(x_1367); -x_1375 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1373, x_1374); -if (x_1375 == 0) -{ -lean_object* x_1376; -x_1376 = lean_box(0); -x_1208 = x_1376; -goto block_1337; } else { -lean_object* x_1377; -lean_dec(x_1); -x_1377 = lean_box(0); -x_1338 = x_1377; -goto block_1361; -} -} -} -} -} -block_1337: -{ -lean_object* x_1209; -lean_dec(x_1208); +lean_object* x_1163; 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_1209 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1209) == 0) -{ -lean_object* x_1210; lean_object* x_1211; lean_object* x_1212; size_t x_1213; size_t x_1214; lean_object* x_1215; -x_1210 = lean_ctor_get(x_1209, 0); -lean_inc(x_1210); -x_1211 = lean_ctor_get(x_1209, 1); -lean_inc(x_1211); -lean_dec(x_1209); -x_1212 = lean_array_get_size(x_3); -x_1213 = lean_usize_of_nat(x_1212); -x_1214 = 0; +x_1163 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1163) == 0) +{ +uint8_t x_1164; +x_1164 = !lean_is_exclusive(x_1163); +if (x_1164 == 0) +{ +lean_object* x_1165; lean_object* x_1166; lean_object* x_1167; size_t x_1168; size_t x_1169; lean_object* x_1170; +x_1165 = lean_ctor_get(x_1163, 0); +x_1166 = lean_ctor_get(x_1163, 1); +x_1167 = lean_array_get_size(x_3); +x_1168 = lean_usize_of_nat(x_1167); +x_1169 = 0; 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_1215 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1213, x_1214, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1211); -if (lean_obj_tag(x_1215) == 0) +x_1170 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1168, x_1169, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1166); +if (lean_obj_tag(x_1170) == 0) { -uint8_t x_1216; -lean_dec(x_1212); +uint8_t x_1171; +lean_dec(x_1167); +lean_free_object(x_1163); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -24900,40 +24444,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1216 = !lean_is_exclusive(x_1215); -if (x_1216 == 0) +x_1171 = !lean_is_exclusive(x_1170); +if (x_1171 == 0) { -lean_object* x_1217; lean_object* x_1218; -x_1217 = lean_ctor_get(x_1215, 0); -x_1218 = l_Lean_mkAppN(x_1210, x_1217); -lean_ctor_set(x_1215, 0, x_1218); -return x_1215; +lean_object* x_1172; lean_object* x_1173; +x_1172 = lean_ctor_get(x_1170, 0); +x_1173 = l_Lean_mkAppN(x_1165, x_1172); +lean_ctor_set(x_1170, 0, x_1173); +return x_1170; } else { -lean_object* x_1219; lean_object* x_1220; lean_object* x_1221; lean_object* x_1222; -x_1219 = lean_ctor_get(x_1215, 0); -x_1220 = lean_ctor_get(x_1215, 1); -lean_inc(x_1220); -lean_inc(x_1219); -lean_dec(x_1215); -x_1221 = l_Lean_mkAppN(x_1210, x_1219); -x_1222 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1222, 0, x_1221); -lean_ctor_set(x_1222, 1, x_1220); -return x_1222; +lean_object* x_1174; lean_object* x_1175; lean_object* x_1176; lean_object* x_1177; +x_1174 = lean_ctor_get(x_1170, 0); +x_1175 = lean_ctor_get(x_1170, 1); +lean_inc(x_1175); +lean_inc(x_1174); +lean_dec(x_1170); +x_1176 = l_Lean_mkAppN(x_1165, x_1174); +x_1177 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1177, 0, x_1176); +lean_ctor_set(x_1177, 1, x_1175); +return x_1177; } } else { -lean_object* x_1223; -x_1223 = lean_ctor_get(x_1215, 0); -lean_inc(x_1223); -if (lean_obj_tag(x_1223) == 0) +lean_object* x_1178; lean_object* x_1179; lean_object* x_1180; uint8_t x_1181; +x_1178 = lean_ctor_get(x_1170, 0); +lean_inc(x_1178); +x_1179 = lean_ctor_get(x_1170, 1); +lean_inc(x_1179); +if (lean_is_exclusive(x_1170)) { + lean_ctor_release(x_1170, 0); + lean_ctor_release(x_1170, 1); + x_1180 = x_1170; +} else { + lean_dec_ref(x_1170); + x_1180 = lean_box(0); +} +if (lean_obj_tag(x_1178) == 0) { -uint8_t x_1224; -lean_dec(x_1212); -lean_dec(x_1210); +lean_dec(x_1180); +lean_dec(x_1167); +lean_dec(x_1165); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -24941,45 +24495,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1224 = !lean_is_exclusive(x_1215); -if (x_1224 == 0) -{ -lean_object* x_1225; -x_1225 = lean_ctor_get(x_1215, 0); -lean_dec(x_1225); -return x_1215; -} -else -{ -lean_object* x_1226; lean_object* x_1227; -x_1226 = lean_ctor_get(x_1215, 1); -lean_inc(x_1226); -lean_dec(x_1215); -x_1227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1227, 0, x_1223); -lean_ctor_set(x_1227, 1, x_1226); -return x_1227; -} +lean_ctor_set_tag(x_1163, 1); +lean_ctor_set(x_1163, 1, x_1179); +lean_ctor_set(x_1163, 0, x_1178); +return x_1163; } else { -uint8_t x_1228; -x_1228 = !lean_is_exclusive(x_1215); -if (x_1228 == 0) -{ -lean_object* x_1229; lean_object* x_1230; lean_object* x_1231; lean_object* x_1232; uint8_t x_1233; -x_1229 = lean_ctor_get(x_1215, 1); -x_1230 = lean_ctor_get(x_1215, 0); -lean_dec(x_1230); -x_1231 = lean_ctor_get(x_1223, 0); +lean_object* x_1231; lean_object* x_1232; uint8_t x_1233; +x_1231 = lean_ctor_get(x_1178, 0); lean_inc(x_1231); x_1232 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; x_1233 = lean_nat_dec_eq(x_1232, x_1231); lean_dec(x_1231); if (x_1233 == 0) { -lean_dec(x_1212); -lean_dec(x_1210); +lean_dec(x_1180); +lean_dec(x_1167); +lean_dec(x_1165); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -24987,240 +24520,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_1215; +lean_ctor_set_tag(x_1163, 1); +lean_ctor_set(x_1163, 1, x_1179); +lean_ctor_set(x_1163, 0, x_1178); +return x_1163; } else { uint8_t x_1234; -x_1234 = l_Lean_Expr_isMVar(x_1210); +lean_free_object(x_1163); +x_1234 = l_Lean_Expr_isMVar(x_1165); if (x_1234 == 0) { -lean_dec(x_1212); -lean_dec(x_1210); -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_1); -return x_1215; +uint8_t x_1235; +x_1235 = 1; +x_1181 = x_1235; +goto block_1230; } else { -lean_object* x_1235; lean_object* x_1236; lean_object* x_1237; uint8_t x_1238; -lean_free_object(x_1215); -lean_inc(x_1210); -x_1235 = l_Lean_Expr_mvarId_x21(x_1210); -x_1236 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1235, x_5, x_6, x_7, x_8, x_9, x_10, x_1229); -x_1237 = lean_ctor_get(x_1236, 0); -lean_inc(x_1237); -x_1238 = lean_unbox(x_1237); -lean_dec(x_1237); -if (x_1238 == 0) +uint8_t x_1236; +x_1236 = 0; +x_1181 = x_1236; +goto block_1230; +} +} +} +block_1230: +{ +if (x_1181 == 0) { -lean_object* x_1239; lean_object* x_1240; -x_1239 = lean_ctor_get(x_1236, 1); -lean_inc(x_1239); -lean_dec(x_1236); +lean_object* x_1182; lean_object* x_1183; lean_object* x_1184; uint8_t x_1185; +lean_dec(x_1180); +lean_inc(x_1165); +x_1182 = l_Lean_Expr_mvarId_x21(x_1165); +x_1183 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1182, x_5, x_6, x_7, x_8, x_9, x_10, x_1179); +x_1184 = lean_ctor_get(x_1183, 0); +lean_inc(x_1184); +x_1185 = lean_unbox(x_1184); +lean_dec(x_1184); +if (x_1185 == 0) +{ +lean_object* x_1186; lean_object* x_1187; +x_1186 = lean_ctor_get(x_1183, 1); +lean_inc(x_1186); +lean_dec(x_1183); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1240 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1239); -if (lean_obj_tag(x_1240) == 0) -{ -lean_object* x_1241; lean_object* x_1242; lean_object* x_1243; -x_1241 = lean_ctor_get(x_1240, 0); -lean_inc(x_1241); -x_1242 = lean_ctor_get(x_1240, 1); -lean_inc(x_1242); -lean_dec(x_1240); +x_1187 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1186); +if (lean_obj_tag(x_1187) == 0) +{ +lean_object* x_1188; lean_object* x_1189; lean_object* x_1190; +x_1188 = lean_ctor_get(x_1187, 0); +lean_inc(x_1188); +x_1189 = lean_ctor_get(x_1187, 1); +lean_inc(x_1189); +lean_dec(x_1187); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1243 = l_Lean_Meta_CheckAssignment_check(x_1241, x_5, x_6, x_7, x_8, x_9, x_10, x_1242); -if (lean_obj_tag(x_1243) == 0) -{ -lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; lean_object* x_1247; lean_object* x_1248; uint8_t x_1249; lean_object* x_1250; lean_object* x_1251; lean_object* x_1252; lean_object* x_1253; lean_object* x_1254; lean_object* x_1255; -x_1244 = lean_ctor_get(x_1243, 0); -lean_inc(x_1244); -x_1245 = lean_ctor_get(x_1243, 1); -lean_inc(x_1245); -lean_dec(x_1243); -x_1246 = lean_ctor_get(x_5, 1); -lean_inc(x_1246); -lean_dec(x_5); -x_1247 = lean_ctor_get(x_1246, 1); -lean_inc(x_1247); -x_1248 = lean_ctor_get(x_1246, 4); -lean_inc(x_1248); -lean_dec(x_1246); -x_1249 = 0; -x_1250 = lean_box(0); -x_1251 = lean_unsigned_to_nat(0u); -x_1252 = l_Lean_Meta_mkFreshExprMVarAt(x_1247, x_1248, x_1244, x_1249, x_1250, x_1251, x_7, x_8, x_9, x_10, x_1245); -x_1253 = lean_ctor_get(x_1252, 0); -lean_inc(x_1253); -x_1254 = lean_ctor_get(x_1252, 1); -lean_inc(x_1254); -lean_dec(x_1252); -lean_inc(x_1253); -x_1255 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1210, x_1212, x_1253, x_7, x_8, x_9, x_10, x_1254); -if (lean_obj_tag(x_1255) == 0) -{ -lean_object* x_1256; uint8_t x_1257; -x_1256 = lean_ctor_get(x_1255, 0); -lean_inc(x_1256); -x_1257 = lean_unbox(x_1256); -lean_dec(x_1256); -if (x_1257 == 0) -{ -uint8_t x_1258; -lean_dec(x_1253); -x_1258 = !lean_is_exclusive(x_1255); -if (x_1258 == 0) +x_1190 = l_Lean_Meta_CheckAssignment_check(x_1188, x_5, x_6, x_7, x_8, x_9, x_10, x_1189); +if (lean_obj_tag(x_1190) == 0) +{ +lean_object* x_1191; lean_object* x_1192; lean_object* x_1193; lean_object* x_1194; lean_object* x_1195; uint8_t x_1196; lean_object* x_1197; lean_object* x_1198; lean_object* x_1199; lean_object* x_1200; lean_object* x_1201; lean_object* x_1202; +x_1191 = lean_ctor_get(x_1190, 0); +lean_inc(x_1191); +x_1192 = lean_ctor_get(x_1190, 1); +lean_inc(x_1192); +lean_dec(x_1190); +x_1193 = lean_ctor_get(x_5, 1); +lean_inc(x_1193); +lean_dec(x_5); +x_1194 = lean_ctor_get(x_1193, 1); +lean_inc(x_1194); +x_1195 = lean_ctor_get(x_1193, 4); +lean_inc(x_1195); +lean_dec(x_1193); +x_1196 = 0; +x_1197 = lean_box(0); +x_1198 = lean_unsigned_to_nat(0u); +x_1199 = l_Lean_Meta_mkFreshExprMVarAt(x_1194, x_1195, x_1191, x_1196, x_1197, x_1198, x_7, x_8, x_9, x_10, x_1192); +x_1200 = lean_ctor_get(x_1199, 0); +lean_inc(x_1200); +x_1201 = lean_ctor_get(x_1199, 1); +lean_inc(x_1201); +lean_dec(x_1199); +lean_inc(x_1200); +x_1202 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1165, x_1167, x_1200, x_7, x_8, x_9, x_10, x_1201); +if (lean_obj_tag(x_1202) == 0) +{ +lean_object* x_1203; uint8_t x_1204; +x_1203 = lean_ctor_get(x_1202, 0); +lean_inc(x_1203); +x_1204 = lean_unbox(x_1203); +lean_dec(x_1203); +if (x_1204 == 0) +{ +uint8_t x_1205; +lean_dec(x_1200); +x_1205 = !lean_is_exclusive(x_1202); +if (x_1205 == 0) { -lean_object* x_1259; -x_1259 = lean_ctor_get(x_1255, 0); -lean_dec(x_1259); -lean_ctor_set_tag(x_1255, 1); -lean_ctor_set(x_1255, 0, x_1223); -return x_1255; +lean_object* x_1206; +x_1206 = lean_ctor_get(x_1202, 0); +lean_dec(x_1206); +lean_ctor_set_tag(x_1202, 1); +lean_ctor_set(x_1202, 0, x_1178); +return x_1202; } else { -lean_object* x_1260; lean_object* x_1261; -x_1260 = lean_ctor_get(x_1255, 1); -lean_inc(x_1260); -lean_dec(x_1255); -x_1261 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1261, 0, x_1223); -lean_ctor_set(x_1261, 1, x_1260); -return x_1261; +lean_object* x_1207; lean_object* x_1208; +x_1207 = lean_ctor_get(x_1202, 1); +lean_inc(x_1207); +lean_dec(x_1202); +x_1208 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1208, 0, x_1178); +lean_ctor_set(x_1208, 1, x_1207); +return x_1208; } } else { -uint8_t x_1262; -lean_dec(x_1223); -x_1262 = !lean_is_exclusive(x_1255); -if (x_1262 == 0) +uint8_t x_1209; +lean_dec(x_1178); +x_1209 = !lean_is_exclusive(x_1202); +if (x_1209 == 0) { -lean_object* x_1263; -x_1263 = lean_ctor_get(x_1255, 0); -lean_dec(x_1263); -lean_ctor_set(x_1255, 0, x_1253); -return x_1255; +lean_object* x_1210; +x_1210 = lean_ctor_get(x_1202, 0); +lean_dec(x_1210); +lean_ctor_set(x_1202, 0, x_1200); +return x_1202; } else { -lean_object* x_1264; lean_object* x_1265; -x_1264 = lean_ctor_get(x_1255, 1); -lean_inc(x_1264); -lean_dec(x_1255); -x_1265 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1265, 0, x_1253); -lean_ctor_set(x_1265, 1, x_1264); -return x_1265; +lean_object* x_1211; lean_object* x_1212; +x_1211 = lean_ctor_get(x_1202, 1); +lean_inc(x_1211); +lean_dec(x_1202); +x_1212 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1212, 0, x_1200); +lean_ctor_set(x_1212, 1, x_1211); +return x_1212; } } } else { -uint8_t x_1266; -lean_dec(x_1253); -lean_dec(x_1223); -x_1266 = !lean_is_exclusive(x_1255); -if (x_1266 == 0) +uint8_t x_1213; +lean_dec(x_1200); +lean_dec(x_1178); +x_1213 = !lean_is_exclusive(x_1202); +if (x_1213 == 0) { -return x_1255; +return x_1202; } else { -lean_object* x_1267; lean_object* x_1268; lean_object* x_1269; -x_1267 = lean_ctor_get(x_1255, 0); -x_1268 = lean_ctor_get(x_1255, 1); -lean_inc(x_1268); -lean_inc(x_1267); -lean_dec(x_1255); -x_1269 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1269, 0, x_1267); -lean_ctor_set(x_1269, 1, x_1268); -return x_1269; +lean_object* x_1214; lean_object* x_1215; lean_object* x_1216; +x_1214 = lean_ctor_get(x_1202, 0); +x_1215 = lean_ctor_get(x_1202, 1); +lean_inc(x_1215); +lean_inc(x_1214); +lean_dec(x_1202); +x_1216 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1216, 0, x_1214); +lean_ctor_set(x_1216, 1, x_1215); +return x_1216; } } } else { -uint8_t x_1270; -lean_dec(x_1223); -lean_dec(x_1212); -lean_dec(x_1210); +uint8_t x_1217; +lean_dec(x_1178); +lean_dec(x_1167); +lean_dec(x_1165); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1270 = !lean_is_exclusive(x_1243); -if (x_1270 == 0) +x_1217 = !lean_is_exclusive(x_1190); +if (x_1217 == 0) { -return x_1243; +return x_1190; } else { -lean_object* x_1271; lean_object* x_1272; lean_object* x_1273; -x_1271 = lean_ctor_get(x_1243, 0); -x_1272 = lean_ctor_get(x_1243, 1); -lean_inc(x_1272); -lean_inc(x_1271); -lean_dec(x_1243); -x_1273 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1273, 0, x_1271); -lean_ctor_set(x_1273, 1, x_1272); -return x_1273; +lean_object* x_1218; lean_object* x_1219; lean_object* x_1220; +x_1218 = lean_ctor_get(x_1190, 0); +x_1219 = lean_ctor_get(x_1190, 1); +lean_inc(x_1219); +lean_inc(x_1218); +lean_dec(x_1190); +x_1220 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1220, 0, x_1218); +lean_ctor_set(x_1220, 1, x_1219); +return x_1220; } } } else { -uint8_t x_1274; -lean_dec(x_1223); -lean_dec(x_1212); -lean_dec(x_1210); +uint8_t x_1221; +lean_dec(x_1178); +lean_dec(x_1167); +lean_dec(x_1165); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1274 = !lean_is_exclusive(x_1240); -if (x_1274 == 0) +x_1221 = !lean_is_exclusive(x_1187); +if (x_1221 == 0) { -return x_1240; +return x_1187; } else { -lean_object* x_1275; lean_object* x_1276; lean_object* x_1277; -x_1275 = lean_ctor_get(x_1240, 0); -x_1276 = lean_ctor_get(x_1240, 1); -lean_inc(x_1276); -lean_inc(x_1275); -lean_dec(x_1240); -x_1277 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1277, 0, x_1275); -lean_ctor_set(x_1277, 1, x_1276); -return x_1277; +lean_object* x_1222; lean_object* x_1223; lean_object* x_1224; +x_1222 = lean_ctor_get(x_1187, 0); +x_1223 = lean_ctor_get(x_1187, 1); +lean_inc(x_1223); +lean_inc(x_1222); +lean_dec(x_1187); +x_1224 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1224, 0, x_1222); +lean_ctor_set(x_1224, 1, x_1223); +return x_1224; } } } else { -uint8_t x_1278; -lean_dec(x_1212); -lean_dec(x_1210); +uint8_t x_1225; +lean_dec(x_1167); +lean_dec(x_1165); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25228,47 +24770,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1278 = !lean_is_exclusive(x_1236); -if (x_1278 == 0) +x_1225 = !lean_is_exclusive(x_1183); +if (x_1225 == 0) { -lean_object* x_1279; -x_1279 = lean_ctor_get(x_1236, 0); -lean_dec(x_1279); -lean_ctor_set_tag(x_1236, 1); -lean_ctor_set(x_1236, 0, x_1223); -return x_1236; +lean_object* x_1226; +x_1226 = lean_ctor_get(x_1183, 0); +lean_dec(x_1226); +lean_ctor_set_tag(x_1183, 1); +lean_ctor_set(x_1183, 0, x_1178); +return x_1183; +} +else +{ +lean_object* x_1227; lean_object* x_1228; +x_1227 = lean_ctor_get(x_1183, 1); +lean_inc(x_1227); +lean_dec(x_1183); +x_1228 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1228, 0, x_1178); +lean_ctor_set(x_1228, 1, x_1227); +return x_1228; +} +} } else { -lean_object* x_1280; lean_object* x_1281; -x_1280 = lean_ctor_get(x_1236, 1); -lean_inc(x_1280); -lean_dec(x_1236); -x_1281 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1281, 0, x_1223); -lean_ctor_set(x_1281, 1, x_1280); -return x_1281; +lean_object* x_1229; +lean_dec(x_1167); +lean_dec(x_1165); +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_1); +if (lean_is_scalar(x_1180)) { + x_1229 = lean_alloc_ctor(1, 2, 0); +} else { + x_1229 = x_1180; } +lean_ctor_set(x_1229, 0, x_1178); +lean_ctor_set(x_1229, 1, x_1179); +return x_1229; } } } } else { -lean_object* x_1282; lean_object* x_1283; lean_object* x_1284; uint8_t x_1285; -x_1282 = lean_ctor_get(x_1215, 1); -lean_inc(x_1282); -lean_dec(x_1215); -x_1283 = lean_ctor_get(x_1223, 0); -lean_inc(x_1283); -x_1284 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1285 = lean_nat_dec_eq(x_1284, x_1283); -lean_dec(x_1283); -if (x_1285 == 0) -{ -lean_object* x_1286; -lean_dec(x_1212); -lean_dec(x_1210); +lean_object* x_1237; lean_object* x_1238; lean_object* x_1239; size_t x_1240; size_t x_1241; lean_object* x_1242; +x_1237 = lean_ctor_get(x_1163, 0); +x_1238 = lean_ctor_get(x_1163, 1); +lean_inc(x_1238); +lean_inc(x_1237); +lean_dec(x_1163); +x_1239 = lean_array_get_size(x_3); +x_1240 = lean_usize_of_nat(x_1239); +x_1241 = 0; +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_1242 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1240, x_1241, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1238); +if (lean_obj_tag(x_1242) == 0) +{ +lean_object* x_1243; lean_object* x_1244; lean_object* x_1245; lean_object* x_1246; lean_object* x_1247; +lean_dec(x_1239); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25276,20 +24846,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1286 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1286, 0, x_1223); -lean_ctor_set(x_1286, 1, x_1282); -return x_1286; +x_1243 = lean_ctor_get(x_1242, 0); +lean_inc(x_1243); +x_1244 = lean_ctor_get(x_1242, 1); +lean_inc(x_1244); +if (lean_is_exclusive(x_1242)) { + lean_ctor_release(x_1242, 0); + lean_ctor_release(x_1242, 1); + x_1245 = x_1242; +} else { + lean_dec_ref(x_1242); + x_1245 = lean_box(0); +} +x_1246 = l_Lean_mkAppN(x_1237, x_1243); +if (lean_is_scalar(x_1245)) { + x_1247 = lean_alloc_ctor(0, 2, 0); +} else { + x_1247 = x_1245; +} +lean_ctor_set(x_1247, 0, x_1246); +lean_ctor_set(x_1247, 1, x_1244); +return x_1247; } else { -uint8_t x_1287; -x_1287 = l_Lean_Expr_isMVar(x_1210); -if (x_1287 == 0) +lean_object* x_1248; lean_object* x_1249; lean_object* x_1250; uint8_t x_1251; +x_1248 = lean_ctor_get(x_1242, 0); +lean_inc(x_1248); +x_1249 = lean_ctor_get(x_1242, 1); +lean_inc(x_1249); +if (lean_is_exclusive(x_1242)) { + lean_ctor_release(x_1242, 0); + lean_ctor_release(x_1242, 1); + x_1250 = x_1242; +} else { + lean_dec_ref(x_1242); + x_1250 = lean_box(0); +} +if (lean_obj_tag(x_1248) == 0) { -lean_object* x_1288; -lean_dec(x_1212); -lean_dec(x_1210); +lean_object* x_1298; +lean_dec(x_1250); +lean_dec(x_1239); +lean_dec(x_1237); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25297,227 +24896,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1288 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1288, 0, x_1223); -lean_ctor_set(x_1288, 1, x_1282); -return x_1288; +x_1298 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1298, 0, x_1248); +lean_ctor_set(x_1298, 1, x_1249); +return x_1298; +} +else +{ +lean_object* x_1299; lean_object* x_1300; uint8_t x_1301; +x_1299 = lean_ctor_get(x_1248, 0); +lean_inc(x_1299); +x_1300 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1301 = lean_nat_dec_eq(x_1300, x_1299); +lean_dec(x_1299); +if (x_1301 == 0) +{ +lean_object* x_1302; +lean_dec(x_1250); +lean_dec(x_1239); +lean_dec(x_1237); +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_1); +x_1302 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1302, 0, x_1248); +lean_ctor_set(x_1302, 1, x_1249); +return x_1302; } else { -lean_object* x_1289; lean_object* x_1290; lean_object* x_1291; uint8_t x_1292; -lean_inc(x_1210); -x_1289 = l_Lean_Expr_mvarId_x21(x_1210); -x_1290 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1289, x_5, x_6, x_7, x_8, x_9, x_10, x_1282); -x_1291 = lean_ctor_get(x_1290, 0); -lean_inc(x_1291); -x_1292 = lean_unbox(x_1291); -lean_dec(x_1291); -if (x_1292 == 0) +uint8_t x_1303; +x_1303 = l_Lean_Expr_isMVar(x_1237); +if (x_1303 == 0) { -lean_object* x_1293; lean_object* x_1294; -x_1293 = lean_ctor_get(x_1290, 1); -lean_inc(x_1293); -lean_dec(x_1290); +uint8_t x_1304; +x_1304 = 1; +x_1251 = x_1304; +goto block_1297; +} +else +{ +uint8_t x_1305; +x_1305 = 0; +x_1251 = x_1305; +goto block_1297; +} +} +} +block_1297: +{ +if (x_1251 == 0) +{ +lean_object* x_1252; lean_object* x_1253; lean_object* x_1254; uint8_t x_1255; +lean_dec(x_1250); +lean_inc(x_1237); +x_1252 = l_Lean_Expr_mvarId_x21(x_1237); +x_1253 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1252, x_5, x_6, x_7, x_8, x_9, x_10, x_1249); +x_1254 = lean_ctor_get(x_1253, 0); +lean_inc(x_1254); +x_1255 = lean_unbox(x_1254); +lean_dec(x_1254); +if (x_1255 == 0) +{ +lean_object* x_1256; lean_object* x_1257; +x_1256 = lean_ctor_get(x_1253, 1); +lean_inc(x_1256); +lean_dec(x_1253); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1294 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1293); -if (lean_obj_tag(x_1294) == 0) -{ -lean_object* x_1295; lean_object* x_1296; lean_object* x_1297; -x_1295 = lean_ctor_get(x_1294, 0); -lean_inc(x_1295); -x_1296 = lean_ctor_get(x_1294, 1); -lean_inc(x_1296); -lean_dec(x_1294); +x_1257 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1256); +if (lean_obj_tag(x_1257) == 0) +{ +lean_object* x_1258; lean_object* x_1259; lean_object* x_1260; +x_1258 = lean_ctor_get(x_1257, 0); +lean_inc(x_1258); +x_1259 = lean_ctor_get(x_1257, 1); +lean_inc(x_1259); +lean_dec(x_1257); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1297 = l_Lean_Meta_CheckAssignment_check(x_1295, x_5, x_6, x_7, x_8, x_9, x_10, x_1296); -if (lean_obj_tag(x_1297) == 0) -{ -lean_object* x_1298; lean_object* x_1299; lean_object* x_1300; lean_object* x_1301; lean_object* x_1302; uint8_t x_1303; lean_object* x_1304; lean_object* x_1305; lean_object* x_1306; lean_object* x_1307; lean_object* x_1308; lean_object* x_1309; -x_1298 = lean_ctor_get(x_1297, 0); -lean_inc(x_1298); -x_1299 = lean_ctor_get(x_1297, 1); -lean_inc(x_1299); -lean_dec(x_1297); -x_1300 = lean_ctor_get(x_5, 1); -lean_inc(x_1300); -lean_dec(x_5); -x_1301 = lean_ctor_get(x_1300, 1); -lean_inc(x_1301); -x_1302 = lean_ctor_get(x_1300, 4); -lean_inc(x_1302); -lean_dec(x_1300); -x_1303 = 0; -x_1304 = lean_box(0); -x_1305 = lean_unsigned_to_nat(0u); -x_1306 = l_Lean_Meta_mkFreshExprMVarAt(x_1301, x_1302, x_1298, x_1303, x_1304, x_1305, x_7, x_8, x_9, x_10, x_1299); -x_1307 = lean_ctor_get(x_1306, 0); -lean_inc(x_1307); -x_1308 = lean_ctor_get(x_1306, 1); -lean_inc(x_1308); -lean_dec(x_1306); -lean_inc(x_1307); -x_1309 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1210, x_1212, x_1307, x_7, x_8, x_9, x_10, x_1308); -if (lean_obj_tag(x_1309) == 0) -{ -lean_object* x_1310; uint8_t x_1311; -x_1310 = lean_ctor_get(x_1309, 0); -lean_inc(x_1310); -x_1311 = lean_unbox(x_1310); -lean_dec(x_1310); -if (x_1311 == 0) +x_1260 = l_Lean_Meta_CheckAssignment_check(x_1258, x_5, x_6, x_7, x_8, x_9, x_10, x_1259); +if (lean_obj_tag(x_1260) == 0) +{ +lean_object* x_1261; lean_object* x_1262; lean_object* x_1263; lean_object* x_1264; lean_object* x_1265; uint8_t x_1266; lean_object* x_1267; lean_object* x_1268; lean_object* x_1269; lean_object* x_1270; lean_object* x_1271; lean_object* x_1272; +x_1261 = lean_ctor_get(x_1260, 0); +lean_inc(x_1261); +x_1262 = lean_ctor_get(x_1260, 1); +lean_inc(x_1262); +lean_dec(x_1260); +x_1263 = lean_ctor_get(x_5, 1); +lean_inc(x_1263); +lean_dec(x_5); +x_1264 = lean_ctor_get(x_1263, 1); +lean_inc(x_1264); +x_1265 = lean_ctor_get(x_1263, 4); +lean_inc(x_1265); +lean_dec(x_1263); +x_1266 = 0; +x_1267 = lean_box(0); +x_1268 = lean_unsigned_to_nat(0u); +x_1269 = l_Lean_Meta_mkFreshExprMVarAt(x_1264, x_1265, x_1261, x_1266, x_1267, x_1268, x_7, x_8, x_9, x_10, x_1262); +x_1270 = lean_ctor_get(x_1269, 0); +lean_inc(x_1270); +x_1271 = lean_ctor_get(x_1269, 1); +lean_inc(x_1271); +lean_dec(x_1269); +lean_inc(x_1270); +x_1272 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1237, x_1239, x_1270, x_7, x_8, x_9, x_10, x_1271); +if (lean_obj_tag(x_1272) == 0) +{ +lean_object* x_1273; uint8_t x_1274; +x_1273 = lean_ctor_get(x_1272, 0); +lean_inc(x_1273); +x_1274 = lean_unbox(x_1273); +lean_dec(x_1273); +if (x_1274 == 0) { -lean_object* x_1312; lean_object* x_1313; lean_object* x_1314; -lean_dec(x_1307); -x_1312 = lean_ctor_get(x_1309, 1); -lean_inc(x_1312); -if (lean_is_exclusive(x_1309)) { - lean_ctor_release(x_1309, 0); - lean_ctor_release(x_1309, 1); - x_1313 = x_1309; +lean_object* x_1275; lean_object* x_1276; lean_object* x_1277; +lean_dec(x_1270); +x_1275 = lean_ctor_get(x_1272, 1); +lean_inc(x_1275); +if (lean_is_exclusive(x_1272)) { + lean_ctor_release(x_1272, 0); + lean_ctor_release(x_1272, 1); + x_1276 = x_1272; } else { - lean_dec_ref(x_1309); - x_1313 = lean_box(0); + lean_dec_ref(x_1272); + x_1276 = lean_box(0); } -if (lean_is_scalar(x_1313)) { - x_1314 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1276)) { + x_1277 = lean_alloc_ctor(1, 2, 0); } else { - x_1314 = x_1313; - lean_ctor_set_tag(x_1314, 1); + x_1277 = x_1276; + lean_ctor_set_tag(x_1277, 1); } -lean_ctor_set(x_1314, 0, x_1223); -lean_ctor_set(x_1314, 1, x_1312); -return x_1314; +lean_ctor_set(x_1277, 0, x_1248); +lean_ctor_set(x_1277, 1, x_1275); +return x_1277; } else { -lean_object* x_1315; lean_object* x_1316; lean_object* x_1317; -lean_dec(x_1223); -x_1315 = lean_ctor_get(x_1309, 1); -lean_inc(x_1315); -if (lean_is_exclusive(x_1309)) { - lean_ctor_release(x_1309, 0); - lean_ctor_release(x_1309, 1); - x_1316 = x_1309; +lean_object* x_1278; lean_object* x_1279; lean_object* x_1280; +lean_dec(x_1248); +x_1278 = lean_ctor_get(x_1272, 1); +lean_inc(x_1278); +if (lean_is_exclusive(x_1272)) { + lean_ctor_release(x_1272, 0); + lean_ctor_release(x_1272, 1); + x_1279 = x_1272; } else { - lean_dec_ref(x_1309); - x_1316 = lean_box(0); + lean_dec_ref(x_1272); + x_1279 = lean_box(0); } -if (lean_is_scalar(x_1316)) { - x_1317 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_1279)) { + x_1280 = lean_alloc_ctor(0, 2, 0); } else { - x_1317 = x_1316; + x_1280 = x_1279; } -lean_ctor_set(x_1317, 0, x_1307); -lean_ctor_set(x_1317, 1, x_1315); -return x_1317; +lean_ctor_set(x_1280, 0, x_1270); +lean_ctor_set(x_1280, 1, x_1278); +return x_1280; } } else { -lean_object* x_1318; lean_object* x_1319; lean_object* x_1320; lean_object* x_1321; -lean_dec(x_1307); -lean_dec(x_1223); -x_1318 = lean_ctor_get(x_1309, 0); -lean_inc(x_1318); -x_1319 = lean_ctor_get(x_1309, 1); -lean_inc(x_1319); -if (lean_is_exclusive(x_1309)) { - lean_ctor_release(x_1309, 0); - lean_ctor_release(x_1309, 1); - x_1320 = x_1309; +lean_object* x_1281; lean_object* x_1282; lean_object* x_1283; lean_object* x_1284; +lean_dec(x_1270); +lean_dec(x_1248); +x_1281 = lean_ctor_get(x_1272, 0); +lean_inc(x_1281); +x_1282 = lean_ctor_get(x_1272, 1); +lean_inc(x_1282); +if (lean_is_exclusive(x_1272)) { + lean_ctor_release(x_1272, 0); + lean_ctor_release(x_1272, 1); + x_1283 = x_1272; } else { - lean_dec_ref(x_1309); - x_1320 = lean_box(0); + lean_dec_ref(x_1272); + x_1283 = lean_box(0); } -if (lean_is_scalar(x_1320)) { - x_1321 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1283)) { + x_1284 = lean_alloc_ctor(1, 2, 0); } else { - x_1321 = x_1320; + x_1284 = x_1283; } -lean_ctor_set(x_1321, 0, x_1318); -lean_ctor_set(x_1321, 1, x_1319); -return x_1321; +lean_ctor_set(x_1284, 0, x_1281); +lean_ctor_set(x_1284, 1, x_1282); +return x_1284; } } else { -lean_object* x_1322; lean_object* x_1323; lean_object* x_1324; lean_object* x_1325; -lean_dec(x_1223); -lean_dec(x_1212); -lean_dec(x_1210); +lean_object* x_1285; lean_object* x_1286; lean_object* x_1287; lean_object* x_1288; +lean_dec(x_1248); +lean_dec(x_1239); +lean_dec(x_1237); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1322 = lean_ctor_get(x_1297, 0); -lean_inc(x_1322); -x_1323 = lean_ctor_get(x_1297, 1); -lean_inc(x_1323); -if (lean_is_exclusive(x_1297)) { - lean_ctor_release(x_1297, 0); - lean_ctor_release(x_1297, 1); - x_1324 = x_1297; +x_1285 = lean_ctor_get(x_1260, 0); +lean_inc(x_1285); +x_1286 = lean_ctor_get(x_1260, 1); +lean_inc(x_1286); +if (lean_is_exclusive(x_1260)) { + lean_ctor_release(x_1260, 0); + lean_ctor_release(x_1260, 1); + x_1287 = x_1260; } else { - lean_dec_ref(x_1297); - x_1324 = lean_box(0); + lean_dec_ref(x_1260); + x_1287 = lean_box(0); } -if (lean_is_scalar(x_1324)) { - x_1325 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1287)) { + x_1288 = lean_alloc_ctor(1, 2, 0); } else { - x_1325 = x_1324; + x_1288 = x_1287; } -lean_ctor_set(x_1325, 0, x_1322); -lean_ctor_set(x_1325, 1, x_1323); -return x_1325; +lean_ctor_set(x_1288, 0, x_1285); +lean_ctor_set(x_1288, 1, x_1286); +return x_1288; } } else { -lean_object* x_1326; lean_object* x_1327; lean_object* x_1328; lean_object* x_1329; -lean_dec(x_1223); -lean_dec(x_1212); -lean_dec(x_1210); +lean_object* x_1289; lean_object* x_1290; lean_object* x_1291; lean_object* x_1292; +lean_dec(x_1248); +lean_dec(x_1239); +lean_dec(x_1237); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1326 = lean_ctor_get(x_1294, 0); -lean_inc(x_1326); -x_1327 = lean_ctor_get(x_1294, 1); -lean_inc(x_1327); -if (lean_is_exclusive(x_1294)) { - lean_ctor_release(x_1294, 0); - lean_ctor_release(x_1294, 1); - x_1328 = x_1294; +x_1289 = lean_ctor_get(x_1257, 0); +lean_inc(x_1289); +x_1290 = lean_ctor_get(x_1257, 1); +lean_inc(x_1290); +if (lean_is_exclusive(x_1257)) { + lean_ctor_release(x_1257, 0); + lean_ctor_release(x_1257, 1); + x_1291 = x_1257; } else { - lean_dec_ref(x_1294); - x_1328 = lean_box(0); + lean_dec_ref(x_1257); + x_1291 = lean_box(0); } -if (lean_is_scalar(x_1328)) { - x_1329 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1291)) { + x_1292 = lean_alloc_ctor(1, 2, 0); } else { - x_1329 = x_1328; + x_1292 = x_1291; } -lean_ctor_set(x_1329, 0, x_1326); -lean_ctor_set(x_1329, 1, x_1327); -return x_1329; +lean_ctor_set(x_1292, 0, x_1289); +lean_ctor_set(x_1292, 1, x_1290); +return x_1292; } } else { -lean_object* x_1330; lean_object* x_1331; lean_object* x_1332; -lean_dec(x_1212); -lean_dec(x_1210); +lean_object* x_1293; lean_object* x_1294; lean_object* x_1295; +lean_dec(x_1239); +lean_dec(x_1237); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25525,141 +25173,55 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1330 = lean_ctor_get(x_1290, 1); -lean_inc(x_1330); -if (lean_is_exclusive(x_1290)) { - lean_ctor_release(x_1290, 0); - lean_ctor_release(x_1290, 1); - x_1331 = x_1290; +x_1293 = lean_ctor_get(x_1253, 1); +lean_inc(x_1293); +if (lean_is_exclusive(x_1253)) { + lean_ctor_release(x_1253, 0); + lean_ctor_release(x_1253, 1); + x_1294 = x_1253; } else { - lean_dec_ref(x_1290); - x_1331 = lean_box(0); + lean_dec_ref(x_1253); + x_1294 = lean_box(0); } -if (lean_is_scalar(x_1331)) { - x_1332 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1294)) { + x_1295 = lean_alloc_ctor(1, 2, 0); } else { - x_1332 = x_1331; - lean_ctor_set_tag(x_1332, 1); -} -lean_ctor_set(x_1332, 0, x_1223); -lean_ctor_set(x_1332, 1, x_1330); -return x_1332; -} -} -} -} + x_1295 = x_1294; + lean_ctor_set_tag(x_1295, 1); } +lean_ctor_set(x_1295, 0, x_1248); +lean_ctor_set(x_1295, 1, x_1293); +return x_1295; } } else { -uint8_t x_1333; +lean_object* x_1296; +lean_dec(x_1239); +lean_dec(x_1237); 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_3); lean_dec(x_1); -x_1333 = !lean_is_exclusive(x_1209); -if (x_1333 == 0) -{ -return x_1209; +if (lean_is_scalar(x_1250)) { + x_1296 = lean_alloc_ctor(1, 2, 0); +} else { + x_1296 = x_1250; } -else -{ -lean_object* x_1334; lean_object* x_1335; lean_object* x_1336; -x_1334 = lean_ctor_get(x_1209, 0); -x_1335 = lean_ctor_get(x_1209, 1); -lean_inc(x_1335); -lean_inc(x_1334); -lean_dec(x_1209); -x_1336 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1336, 0, x_1334); -lean_ctor_set(x_1336, 1, x_1335); -return x_1336; -} -} -} -block_1361: -{ -lean_object* x_1339; -lean_dec(x_1338); -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_1339 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1339) == 0) -{ -lean_object* x_1340; lean_object* x_1341; lean_object* x_1342; size_t x_1343; size_t x_1344; lean_object* x_1345; -x_1340 = lean_ctor_get(x_1339, 0); -lean_inc(x_1340); -x_1341 = lean_ctor_get(x_1339, 1); -lean_inc(x_1341); -lean_dec(x_1339); -x_1342 = lean_array_get_size(x_3); -x_1343 = lean_usize_of_nat(x_1342); -lean_dec(x_1342); -x_1344 = 0; -x_1345 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1343, x_1344, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1341); -if (lean_obj_tag(x_1345) == 0) -{ -uint8_t x_1346; -x_1346 = !lean_is_exclusive(x_1345); -if (x_1346 == 0) -{ -lean_object* x_1347; lean_object* x_1348; -x_1347 = lean_ctor_get(x_1345, 0); -x_1348 = l_Lean_mkAppN(x_1340, x_1347); -lean_ctor_set(x_1345, 0, x_1348); -return x_1345; -} -else -{ -lean_object* x_1349; lean_object* x_1350; lean_object* x_1351; lean_object* x_1352; -x_1349 = lean_ctor_get(x_1345, 0); -x_1350 = lean_ctor_get(x_1345, 1); -lean_inc(x_1350); -lean_inc(x_1349); -lean_dec(x_1345); -x_1351 = l_Lean_mkAppN(x_1340, x_1349); -x_1352 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1352, 0, x_1351); -lean_ctor_set(x_1352, 1, x_1350); -return x_1352; +lean_ctor_set(x_1296, 0, x_1248); +lean_ctor_set(x_1296, 1, x_1249); +return x_1296; } } -else -{ -uint8_t x_1353; -lean_dec(x_1340); -x_1353 = !lean_is_exclusive(x_1345); -if (x_1353 == 0) -{ -return x_1345; -} -else -{ -lean_object* x_1354; lean_object* x_1355; lean_object* x_1356; -x_1354 = lean_ctor_get(x_1345, 0); -x_1355 = lean_ctor_get(x_1345, 1); -lean_inc(x_1355); -lean_inc(x_1354); -lean_dec(x_1345); -x_1356 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1356, 0, x_1354); -lean_ctor_set(x_1356, 1, x_1355); -return x_1356; } } } else { -uint8_t x_1357; +uint8_t x_1306; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25667,181 +25229,247 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_1357 = !lean_is_exclusive(x_1339); -if (x_1357 == 0) +lean_dec(x_1); +x_1306 = !lean_is_exclusive(x_1163); +if (x_1306 == 0) { -return x_1339; +return x_1163; } else { -lean_object* x_1358; lean_object* x_1359; lean_object* x_1360; -x_1358 = lean_ctor_get(x_1339, 0); -x_1359 = lean_ctor_get(x_1339, 1); -lean_inc(x_1359); -lean_inc(x_1358); -lean_dec(x_1339); -x_1360 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1360, 0, x_1358); -lean_ctor_set(x_1360, 1, x_1359); -return x_1360; +lean_object* x_1307; lean_object* x_1308; lean_object* x_1309; +x_1307 = lean_ctor_get(x_1163, 0); +x_1308 = lean_ctor_get(x_1163, 1); +lean_inc(x_1308); +lean_inc(x_1307); +lean_dec(x_1163); +x_1309 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1309, 0, x_1307); +lean_ctor_set(x_1309, 1, x_1308); +return x_1309; } } } } -case 9: +} +case 8: { -lean_object* x_1378; lean_object* x_1508; uint8_t x_1532; +uint8_t x_1327; uint8_t x_1498; lean_dec(x_4); -x_1532 = l_Lean_Expr_isMVar(x_2); -if (x_1532 == 0) +x_1498 = l_Lean_Expr_isMVar(x_2); +if (x_1498 == 0) { -lean_object* x_1533; -lean_dec(x_1); -x_1533 = lean_box(0); -x_1508 = x_1533; -goto block_1531; +uint8_t x_1499; +x_1499 = 0; +x_1327 = x_1499; +goto block_1497; } else { -lean_object* x_1534; uint8_t x_1535; -x_1534 = lean_ctor_get(x_7, 0); -lean_inc(x_1534); -x_1535 = lean_ctor_get_uint8(x_1534, 1); -lean_dec(x_1534); -if (x_1535 == 0) +lean_object* x_1500; uint8_t x_1501; +x_1500 = lean_ctor_get(x_7, 0); +lean_inc(x_1500); +x_1501 = lean_ctor_get_uint8(x_1500, 1); +lean_dec(x_1500); +if (x_1501 == 0) { -lean_object* x_1536; -lean_dec(x_1); -x_1536 = lean_box(0); -x_1508 = x_1536; -goto block_1531; +uint8_t x_1502; +x_1502 = 0; +x_1327 = x_1502; +goto block_1497; } else { -lean_object* x_1537; lean_object* x_1538; uint8_t x_1539; -x_1537 = lean_array_get_size(x_3); -x_1538 = lean_unsigned_to_nat(0u); -x_1539 = lean_nat_dec_lt(x_1538, x_1537); -if (x_1539 == 0) +lean_object* x_1503; lean_object* x_1504; uint8_t x_1505; +x_1503 = lean_array_get_size(x_3); +x_1504 = lean_unsigned_to_nat(0u); +x_1505 = lean_nat_dec_lt(x_1504, x_1503); +if (x_1505 == 0) { -lean_object* x_1540; -lean_dec(x_1537); -x_1540 = lean_box(0); -x_1378 = x_1540; -goto block_1507; +uint8_t x_1506; +lean_dec(x_1503); +x_1506 = 1; +x_1327 = x_1506; +goto block_1497; } else { -uint8_t x_1541; -x_1541 = lean_nat_dec_le(x_1537, x_1537); -if (x_1541 == 0) +uint8_t x_1507; +x_1507 = lean_nat_dec_le(x_1503, x_1503); +if (x_1507 == 0) { -lean_object* x_1542; -lean_dec(x_1537); -x_1542 = lean_box(0); -x_1378 = x_1542; -goto block_1507; +uint8_t x_1508; +lean_dec(x_1503); +x_1508 = 1; +x_1327 = x_1508; +goto block_1497; } else { -size_t x_1543; size_t x_1544; uint8_t x_1545; -x_1543 = 0; -x_1544 = lean_usize_of_nat(x_1537); -lean_dec(x_1537); -x_1545 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1543, x_1544); -if (x_1545 == 0) +size_t x_1509; size_t x_1510; uint8_t x_1511; +x_1509 = 0; +x_1510 = lean_usize_of_nat(x_1503); +lean_dec(x_1503); +x_1511 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1509, x_1510); +if (x_1511 == 0) { -lean_object* x_1546; -x_1546 = lean_box(0); -x_1378 = x_1546; -goto block_1507; +uint8_t x_1512; +x_1512 = 1; +x_1327 = x_1512; +goto block_1497; } else { -lean_object* x_1547; -lean_dec(x_1); -x_1547 = lean_box(0); -x_1508 = x_1547; -goto block_1531; +uint8_t x_1513; +x_1513 = 0; +x_1327 = x_1513; +goto block_1497; } } } } } -block_1507: +block_1497: { -lean_object* x_1379; -lean_dec(x_1378); -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_1379 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1379) == 0) +if (x_1327 == 0) { -lean_object* x_1380; lean_object* x_1381; lean_object* x_1382; size_t x_1383; size_t x_1384; lean_object* x_1385; -x_1380 = lean_ctor_get(x_1379, 0); -lean_inc(x_1380); -x_1381 = lean_ctor_get(x_1379, 1); -lean_inc(x_1381); -lean_dec(x_1379); -x_1382 = lean_array_get_size(x_3); -x_1383 = lean_usize_of_nat(x_1382); -x_1384 = 0; +lean_object* x_1328; +lean_dec(x_1); 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_1385 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1383, x_1384, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1381); -if (lean_obj_tag(x_1385) == 0) +x_1328 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1328) == 0) +{ +lean_object* x_1329; lean_object* x_1330; lean_object* x_1331; size_t x_1332; size_t x_1333; lean_object* x_1334; +x_1329 = lean_ctor_get(x_1328, 0); +lean_inc(x_1329); +x_1330 = lean_ctor_get(x_1328, 1); +lean_inc(x_1330); +lean_dec(x_1328); +x_1331 = lean_array_get_size(x_3); +x_1332 = lean_usize_of_nat(x_1331); +lean_dec(x_1331); +x_1333 = 0; +x_1334 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1332, x_1333, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1330); +if (lean_obj_tag(x_1334) == 0) +{ +uint8_t x_1335; +x_1335 = !lean_is_exclusive(x_1334); +if (x_1335 == 0) +{ +lean_object* x_1336; lean_object* x_1337; +x_1336 = lean_ctor_get(x_1334, 0); +x_1337 = l_Lean_mkAppN(x_1329, x_1336); +lean_ctor_set(x_1334, 0, x_1337); +return x_1334; +} +else +{ +lean_object* x_1338; lean_object* x_1339; lean_object* x_1340; lean_object* x_1341; +x_1338 = lean_ctor_get(x_1334, 0); +x_1339 = lean_ctor_get(x_1334, 1); +lean_inc(x_1339); +lean_inc(x_1338); +lean_dec(x_1334); +x_1340 = l_Lean_mkAppN(x_1329, x_1338); +x_1341 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1341, 0, x_1340); +lean_ctor_set(x_1341, 1, x_1339); +return x_1341; +} +} +else +{ +uint8_t x_1342; +lean_dec(x_1329); +x_1342 = !lean_is_exclusive(x_1334); +if (x_1342 == 0) +{ +return x_1334; +} +else +{ +lean_object* x_1343; lean_object* x_1344; lean_object* x_1345; +x_1343 = lean_ctor_get(x_1334, 0); +x_1344 = lean_ctor_get(x_1334, 1); +lean_inc(x_1344); +lean_inc(x_1343); +lean_dec(x_1334); +x_1345 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1345, 0, x_1343); +lean_ctor_set(x_1345, 1, x_1344); +return x_1345; +} +} +} +else { -uint8_t x_1386; -lean_dec(x_1382); +uint8_t x_1346; 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_1); -x_1386 = !lean_is_exclusive(x_1385); -if (x_1386 == 0) +lean_dec(x_3); +x_1346 = !lean_is_exclusive(x_1328); +if (x_1346 == 0) { -lean_object* x_1387; lean_object* x_1388; -x_1387 = lean_ctor_get(x_1385, 0); -x_1388 = l_Lean_mkAppN(x_1380, x_1387); -lean_ctor_set(x_1385, 0, x_1388); -return x_1385; +return x_1328; } else { -lean_object* x_1389; lean_object* x_1390; lean_object* x_1391; lean_object* x_1392; -x_1389 = lean_ctor_get(x_1385, 0); -x_1390 = lean_ctor_get(x_1385, 1); -lean_inc(x_1390); -lean_inc(x_1389); -lean_dec(x_1385); -x_1391 = l_Lean_mkAppN(x_1380, x_1389); -x_1392 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1392, 0, x_1391); -lean_ctor_set(x_1392, 1, x_1390); -return x_1392; +lean_object* x_1347; lean_object* x_1348; lean_object* x_1349; +x_1347 = lean_ctor_get(x_1328, 0); +x_1348 = lean_ctor_get(x_1328, 1); +lean_inc(x_1348); +lean_inc(x_1347); +lean_dec(x_1328); +x_1349 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1349, 0, x_1347); +lean_ctor_set(x_1349, 1, x_1348); +return x_1349; +} } } else { -lean_object* x_1393; -x_1393 = lean_ctor_get(x_1385, 0); -lean_inc(x_1393); -if (lean_obj_tag(x_1393) == 0) +lean_object* x_1350; +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_1350 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1350) == 0) +{ +uint8_t x_1351; +x_1351 = !lean_is_exclusive(x_1350); +if (x_1351 == 0) +{ +lean_object* x_1352; lean_object* x_1353; lean_object* x_1354; size_t x_1355; size_t x_1356; lean_object* x_1357; +x_1352 = lean_ctor_get(x_1350, 0); +x_1353 = lean_ctor_get(x_1350, 1); +x_1354 = lean_array_get_size(x_3); +x_1355 = lean_usize_of_nat(x_1354); +x_1356 = 0; +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_1357 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1355, x_1356, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1353); +if (lean_obj_tag(x_1357) == 0) { -uint8_t x_1394; -lean_dec(x_1382); -lean_dec(x_1380); +uint8_t x_1358; +lean_dec(x_1354); +lean_free_object(x_1350); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25849,45 +25477,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1394 = !lean_is_exclusive(x_1385); -if (x_1394 == 0) +x_1358 = !lean_is_exclusive(x_1357); +if (x_1358 == 0) { -lean_object* x_1395; -x_1395 = lean_ctor_get(x_1385, 0); -lean_dec(x_1395); -return x_1385; +lean_object* x_1359; lean_object* x_1360; +x_1359 = lean_ctor_get(x_1357, 0); +x_1360 = l_Lean_mkAppN(x_1352, x_1359); +lean_ctor_set(x_1357, 0, x_1360); +return x_1357; } else { -lean_object* x_1396; lean_object* x_1397; -x_1396 = lean_ctor_get(x_1385, 1); -lean_inc(x_1396); -lean_dec(x_1385); -x_1397 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1397, 0, x_1393); -lean_ctor_set(x_1397, 1, x_1396); -return x_1397; +lean_object* x_1361; lean_object* x_1362; lean_object* x_1363; lean_object* x_1364; +x_1361 = lean_ctor_get(x_1357, 0); +x_1362 = lean_ctor_get(x_1357, 1); +lean_inc(x_1362); +lean_inc(x_1361); +lean_dec(x_1357); +x_1363 = l_Lean_mkAppN(x_1352, x_1361); +x_1364 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1364, 0, x_1363); +lean_ctor_set(x_1364, 1, x_1362); +return x_1364; } } else { -uint8_t x_1398; -x_1398 = !lean_is_exclusive(x_1385); -if (x_1398 == 0) -{ -lean_object* x_1399; lean_object* x_1400; lean_object* x_1401; lean_object* x_1402; uint8_t x_1403; -x_1399 = lean_ctor_get(x_1385, 1); -x_1400 = lean_ctor_get(x_1385, 0); -lean_dec(x_1400); -x_1401 = lean_ctor_get(x_1393, 0); -lean_inc(x_1401); -x_1402 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1403 = lean_nat_dec_eq(x_1402, x_1401); -lean_dec(x_1401); -if (x_1403 == 0) +lean_object* x_1365; lean_object* x_1366; lean_object* x_1367; uint8_t x_1368; +x_1365 = lean_ctor_get(x_1357, 0); +lean_inc(x_1365); +x_1366 = lean_ctor_get(x_1357, 1); +lean_inc(x_1366); +if (lean_is_exclusive(x_1357)) { + lean_ctor_release(x_1357, 0); + lean_ctor_release(x_1357, 1); + x_1367 = x_1357; +} else { + lean_dec_ref(x_1357); + x_1367 = lean_box(0); +} +if (lean_obj_tag(x_1365) == 0) { -lean_dec(x_1382); -lean_dec(x_1380); +lean_dec(x_1367); +lean_dec(x_1354); +lean_dec(x_1352); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25895,16 +25528,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_1385; +lean_ctor_set_tag(x_1350, 1); +lean_ctor_set(x_1350, 1, x_1366); +lean_ctor_set(x_1350, 0, x_1365); +return x_1350; } else { -uint8_t x_1404; -x_1404 = l_Lean_Expr_isMVar(x_1380); -if (x_1404 == 0) +lean_object* x_1418; lean_object* x_1419; uint8_t x_1420; +x_1418 = lean_ctor_get(x_1365, 0); +lean_inc(x_1418); +x_1419 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1420 = lean_nat_dec_eq(x_1419, x_1418); +lean_dec(x_1418); +if (x_1420 == 0) { -lean_dec(x_1382); -lean_dec(x_1380); +lean_dec(x_1367); +lean_dec(x_1354); +lean_dec(x_1352); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -25912,223 +25553,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_1385; +lean_ctor_set_tag(x_1350, 1); +lean_ctor_set(x_1350, 1, x_1366); +lean_ctor_set(x_1350, 0, x_1365); +return x_1350; } else { -lean_object* x_1405; lean_object* x_1406; lean_object* x_1407; uint8_t x_1408; -lean_free_object(x_1385); -lean_inc(x_1380); -x_1405 = l_Lean_Expr_mvarId_x21(x_1380); -x_1406 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1405, x_5, x_6, x_7, x_8, x_9, x_10, x_1399); -x_1407 = lean_ctor_get(x_1406, 0); -lean_inc(x_1407); -x_1408 = lean_unbox(x_1407); -lean_dec(x_1407); -if (x_1408 == 0) +uint8_t x_1421; +lean_free_object(x_1350); +x_1421 = l_Lean_Expr_isMVar(x_1352); +if (x_1421 == 0) { -lean_object* x_1409; lean_object* x_1410; -x_1409 = lean_ctor_get(x_1406, 1); -lean_inc(x_1409); -lean_dec(x_1406); +uint8_t x_1422; +x_1422 = 1; +x_1368 = x_1422; +goto block_1417; +} +else +{ +uint8_t x_1423; +x_1423 = 0; +x_1368 = x_1423; +goto block_1417; +} +} +} +block_1417: +{ +if (x_1368 == 0) +{ +lean_object* x_1369; lean_object* x_1370; lean_object* x_1371; uint8_t x_1372; +lean_dec(x_1367); +lean_inc(x_1352); +x_1369 = l_Lean_Expr_mvarId_x21(x_1352); +x_1370 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1369, x_5, x_6, x_7, x_8, x_9, x_10, x_1366); +x_1371 = lean_ctor_get(x_1370, 0); +lean_inc(x_1371); +x_1372 = lean_unbox(x_1371); +lean_dec(x_1371); +if (x_1372 == 0) +{ +lean_object* x_1373; lean_object* x_1374; +x_1373 = lean_ctor_get(x_1370, 1); +lean_inc(x_1373); +lean_dec(x_1370); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1410 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1409); -if (lean_obj_tag(x_1410) == 0) -{ -lean_object* x_1411; lean_object* x_1412; lean_object* x_1413; -x_1411 = lean_ctor_get(x_1410, 0); -lean_inc(x_1411); -x_1412 = lean_ctor_get(x_1410, 1); -lean_inc(x_1412); -lean_dec(x_1410); +x_1374 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1373); +if (lean_obj_tag(x_1374) == 0) +{ +lean_object* x_1375; lean_object* x_1376; lean_object* x_1377; +x_1375 = lean_ctor_get(x_1374, 0); +lean_inc(x_1375); +x_1376 = lean_ctor_get(x_1374, 1); +lean_inc(x_1376); +lean_dec(x_1374); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1413 = l_Lean_Meta_CheckAssignment_check(x_1411, x_5, x_6, x_7, x_8, x_9, x_10, x_1412); -if (lean_obj_tag(x_1413) == 0) -{ -lean_object* x_1414; lean_object* x_1415; lean_object* x_1416; lean_object* x_1417; lean_object* x_1418; uint8_t x_1419; lean_object* x_1420; lean_object* x_1421; lean_object* x_1422; lean_object* x_1423; lean_object* x_1424; lean_object* x_1425; -x_1414 = lean_ctor_get(x_1413, 0); -lean_inc(x_1414); -x_1415 = lean_ctor_get(x_1413, 1); -lean_inc(x_1415); -lean_dec(x_1413); -x_1416 = lean_ctor_get(x_5, 1); -lean_inc(x_1416); +x_1377 = l_Lean_Meta_CheckAssignment_check(x_1375, x_5, x_6, x_7, x_8, x_9, x_10, x_1376); +if (lean_obj_tag(x_1377) == 0) +{ +lean_object* x_1378; lean_object* x_1379; lean_object* x_1380; lean_object* x_1381; lean_object* x_1382; uint8_t x_1383; lean_object* x_1384; lean_object* x_1385; lean_object* x_1386; lean_object* x_1387; lean_object* x_1388; lean_object* x_1389; +x_1378 = lean_ctor_get(x_1377, 0); +lean_inc(x_1378); +x_1379 = lean_ctor_get(x_1377, 1); +lean_inc(x_1379); +lean_dec(x_1377); +x_1380 = lean_ctor_get(x_5, 1); +lean_inc(x_1380); lean_dec(x_5); -x_1417 = lean_ctor_get(x_1416, 1); -lean_inc(x_1417); -x_1418 = lean_ctor_get(x_1416, 4); -lean_inc(x_1418); -lean_dec(x_1416); -x_1419 = 0; -x_1420 = lean_box(0); -x_1421 = lean_unsigned_to_nat(0u); -x_1422 = l_Lean_Meta_mkFreshExprMVarAt(x_1417, x_1418, x_1414, x_1419, x_1420, x_1421, x_7, x_8, x_9, x_10, x_1415); -x_1423 = lean_ctor_get(x_1422, 0); -lean_inc(x_1423); -x_1424 = lean_ctor_get(x_1422, 1); -lean_inc(x_1424); -lean_dec(x_1422); -lean_inc(x_1423); -x_1425 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1380, x_1382, x_1423, x_7, x_8, x_9, x_10, x_1424); -if (lean_obj_tag(x_1425) == 0) -{ -lean_object* x_1426; uint8_t x_1427; -x_1426 = lean_ctor_get(x_1425, 0); -lean_inc(x_1426); -x_1427 = lean_unbox(x_1426); -lean_dec(x_1426); -if (x_1427 == 0) +x_1381 = lean_ctor_get(x_1380, 1); +lean_inc(x_1381); +x_1382 = lean_ctor_get(x_1380, 4); +lean_inc(x_1382); +lean_dec(x_1380); +x_1383 = 0; +x_1384 = lean_box(0); +x_1385 = lean_unsigned_to_nat(0u); +x_1386 = l_Lean_Meta_mkFreshExprMVarAt(x_1381, x_1382, x_1378, x_1383, x_1384, x_1385, x_7, x_8, x_9, x_10, x_1379); +x_1387 = lean_ctor_get(x_1386, 0); +lean_inc(x_1387); +x_1388 = lean_ctor_get(x_1386, 1); +lean_inc(x_1388); +lean_dec(x_1386); +lean_inc(x_1387); +x_1389 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1352, x_1354, x_1387, x_7, x_8, x_9, x_10, x_1388); +if (lean_obj_tag(x_1389) == 0) +{ +lean_object* x_1390; uint8_t x_1391; +x_1390 = lean_ctor_get(x_1389, 0); +lean_inc(x_1390); +x_1391 = lean_unbox(x_1390); +lean_dec(x_1390); +if (x_1391 == 0) { -uint8_t x_1428; -lean_dec(x_1423); -x_1428 = !lean_is_exclusive(x_1425); -if (x_1428 == 0) +uint8_t x_1392; +lean_dec(x_1387); +x_1392 = !lean_is_exclusive(x_1389); +if (x_1392 == 0) { -lean_object* x_1429; -x_1429 = lean_ctor_get(x_1425, 0); -lean_dec(x_1429); -lean_ctor_set_tag(x_1425, 1); -lean_ctor_set(x_1425, 0, x_1393); -return x_1425; +lean_object* x_1393; +x_1393 = lean_ctor_get(x_1389, 0); +lean_dec(x_1393); +lean_ctor_set_tag(x_1389, 1); +lean_ctor_set(x_1389, 0, x_1365); +return x_1389; } else { -lean_object* x_1430; lean_object* x_1431; -x_1430 = lean_ctor_get(x_1425, 1); -lean_inc(x_1430); -lean_dec(x_1425); -x_1431 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1431, 0, x_1393); -lean_ctor_set(x_1431, 1, x_1430); -return x_1431; +lean_object* x_1394; lean_object* x_1395; +x_1394 = lean_ctor_get(x_1389, 1); +lean_inc(x_1394); +lean_dec(x_1389); +x_1395 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1395, 0, x_1365); +lean_ctor_set(x_1395, 1, x_1394); +return x_1395; } } else { -uint8_t x_1432; -lean_dec(x_1393); -x_1432 = !lean_is_exclusive(x_1425); -if (x_1432 == 0) +uint8_t x_1396; +lean_dec(x_1365); +x_1396 = !lean_is_exclusive(x_1389); +if (x_1396 == 0) { -lean_object* x_1433; -x_1433 = lean_ctor_get(x_1425, 0); -lean_dec(x_1433); -lean_ctor_set(x_1425, 0, x_1423); -return x_1425; +lean_object* x_1397; +x_1397 = lean_ctor_get(x_1389, 0); +lean_dec(x_1397); +lean_ctor_set(x_1389, 0, x_1387); +return x_1389; } else { -lean_object* x_1434; lean_object* x_1435; -x_1434 = lean_ctor_get(x_1425, 1); -lean_inc(x_1434); -lean_dec(x_1425); -x_1435 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1435, 0, x_1423); -lean_ctor_set(x_1435, 1, x_1434); -return x_1435; +lean_object* x_1398; lean_object* x_1399; +x_1398 = lean_ctor_get(x_1389, 1); +lean_inc(x_1398); +lean_dec(x_1389); +x_1399 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1399, 0, x_1387); +lean_ctor_set(x_1399, 1, x_1398); +return x_1399; } } } else { -uint8_t x_1436; -lean_dec(x_1423); -lean_dec(x_1393); -x_1436 = !lean_is_exclusive(x_1425); -if (x_1436 == 0) +uint8_t x_1400; +lean_dec(x_1387); +lean_dec(x_1365); +x_1400 = !lean_is_exclusive(x_1389); +if (x_1400 == 0) { -return x_1425; +return x_1389; } else { -lean_object* x_1437; lean_object* x_1438; lean_object* x_1439; -x_1437 = lean_ctor_get(x_1425, 0); -x_1438 = lean_ctor_get(x_1425, 1); -lean_inc(x_1438); -lean_inc(x_1437); -lean_dec(x_1425); -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; +lean_object* x_1401; lean_object* x_1402; lean_object* x_1403; +x_1401 = lean_ctor_get(x_1389, 0); +x_1402 = lean_ctor_get(x_1389, 1); +lean_inc(x_1402); +lean_inc(x_1401); +lean_dec(x_1389); +x_1403 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1403, 0, x_1401); +lean_ctor_set(x_1403, 1, x_1402); +return x_1403; } } } else { -uint8_t x_1440; -lean_dec(x_1393); -lean_dec(x_1382); -lean_dec(x_1380); +uint8_t x_1404; +lean_dec(x_1365); +lean_dec(x_1354); +lean_dec(x_1352); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1440 = !lean_is_exclusive(x_1413); -if (x_1440 == 0) +x_1404 = !lean_is_exclusive(x_1377); +if (x_1404 == 0) { -return x_1413; +return x_1377; } else { -lean_object* x_1441; lean_object* x_1442; lean_object* x_1443; -x_1441 = lean_ctor_get(x_1413, 0); -x_1442 = lean_ctor_get(x_1413, 1); -lean_inc(x_1442); -lean_inc(x_1441); -lean_dec(x_1413); -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; +lean_object* x_1405; lean_object* x_1406; lean_object* x_1407; +x_1405 = lean_ctor_get(x_1377, 0); +x_1406 = lean_ctor_get(x_1377, 1); +lean_inc(x_1406); +lean_inc(x_1405); +lean_dec(x_1377); +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_1444; -lean_dec(x_1393); -lean_dec(x_1382); -lean_dec(x_1380); +uint8_t x_1408; +lean_dec(x_1365); +lean_dec(x_1354); +lean_dec(x_1352); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1444 = !lean_is_exclusive(x_1410); -if (x_1444 == 0) +x_1408 = !lean_is_exclusive(x_1374); +if (x_1408 == 0) { -return x_1410; +return x_1374; } else { -lean_object* x_1445; lean_object* x_1446; lean_object* x_1447; -x_1445 = lean_ctor_get(x_1410, 0); -x_1446 = lean_ctor_get(x_1410, 1); -lean_inc(x_1446); -lean_inc(x_1445); -lean_dec(x_1410); -x_1447 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1447, 0, x_1445); -lean_ctor_set(x_1447, 1, x_1446); -return x_1447; +lean_object* x_1409; lean_object* x_1410; lean_object* x_1411; +x_1409 = lean_ctor_get(x_1374, 0); +x_1410 = lean_ctor_get(x_1374, 1); +lean_inc(x_1410); +lean_inc(x_1409); +lean_dec(x_1374); +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_1448; -lean_dec(x_1382); -lean_dec(x_1380); +uint8_t x_1412; +lean_dec(x_1354); +lean_dec(x_1352); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26136,47 +25803,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1448 = !lean_is_exclusive(x_1406); -if (x_1448 == 0) +x_1412 = !lean_is_exclusive(x_1370); +if (x_1412 == 0) { -lean_object* x_1449; -x_1449 = lean_ctor_get(x_1406, 0); -lean_dec(x_1449); -lean_ctor_set_tag(x_1406, 1); -lean_ctor_set(x_1406, 0, x_1393); -return x_1406; +lean_object* x_1413; +x_1413 = lean_ctor_get(x_1370, 0); +lean_dec(x_1413); +lean_ctor_set_tag(x_1370, 1); +lean_ctor_set(x_1370, 0, x_1365); +return x_1370; } else { -lean_object* x_1450; lean_object* x_1451; -x_1450 = lean_ctor_get(x_1406, 1); -lean_inc(x_1450); -lean_dec(x_1406); -x_1451 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1451, 0, x_1393); -lean_ctor_set(x_1451, 1, x_1450); -return x_1451; +lean_object* x_1414; lean_object* x_1415; +x_1414 = lean_ctor_get(x_1370, 1); +lean_inc(x_1414); +lean_dec(x_1370); +x_1415 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1415, 0, x_1365); +lean_ctor_set(x_1415, 1, x_1414); +return x_1415; +} +} +} +else +{ +lean_object* x_1416; +lean_dec(x_1354); +lean_dec(x_1352); +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_1); +if (lean_is_scalar(x_1367)) { + x_1416 = lean_alloc_ctor(1, 2, 0); +} else { + x_1416 = x_1367; } +lean_ctor_set(x_1416, 0, x_1365); +lean_ctor_set(x_1416, 1, x_1366); +return x_1416; } } } } else { -lean_object* x_1452; lean_object* x_1453; lean_object* x_1454; uint8_t x_1455; -x_1452 = lean_ctor_get(x_1385, 1); -lean_inc(x_1452); -lean_dec(x_1385); -x_1453 = lean_ctor_get(x_1393, 0); -lean_inc(x_1453); -x_1454 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1455 = lean_nat_dec_eq(x_1454, x_1453); -lean_dec(x_1453); -if (x_1455 == 0) -{ -lean_object* x_1456; -lean_dec(x_1382); -lean_dec(x_1380); +lean_object* x_1424; lean_object* x_1425; lean_object* x_1426; size_t x_1427; size_t x_1428; lean_object* x_1429; +x_1424 = lean_ctor_get(x_1350, 0); +x_1425 = lean_ctor_get(x_1350, 1); +lean_inc(x_1425); +lean_inc(x_1424); +lean_dec(x_1350); +x_1426 = lean_array_get_size(x_3); +x_1427 = lean_usize_of_nat(x_1426); +x_1428 = 0; +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_1429 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1427, x_1428, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1425); +if (lean_obj_tag(x_1429) == 0) +{ +lean_object* x_1430; lean_object* x_1431; lean_object* x_1432; lean_object* x_1433; lean_object* x_1434; +lean_dec(x_1426); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26184,20 +25879,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1456 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1456, 0, x_1393); -lean_ctor_set(x_1456, 1, x_1452); -return x_1456; +x_1430 = lean_ctor_get(x_1429, 0); +lean_inc(x_1430); +x_1431 = lean_ctor_get(x_1429, 1); +lean_inc(x_1431); +if (lean_is_exclusive(x_1429)) { + lean_ctor_release(x_1429, 0); + lean_ctor_release(x_1429, 1); + x_1432 = x_1429; +} else { + lean_dec_ref(x_1429); + x_1432 = lean_box(0); +} +x_1433 = l_Lean_mkAppN(x_1424, x_1430); +if (lean_is_scalar(x_1432)) { + x_1434 = lean_alloc_ctor(0, 2, 0); +} else { + x_1434 = x_1432; +} +lean_ctor_set(x_1434, 0, x_1433); +lean_ctor_set(x_1434, 1, x_1431); +return x_1434; } else { -uint8_t x_1457; -x_1457 = l_Lean_Expr_isMVar(x_1380); -if (x_1457 == 0) +lean_object* x_1435; lean_object* x_1436; lean_object* x_1437; uint8_t x_1438; +x_1435 = lean_ctor_get(x_1429, 0); +lean_inc(x_1435); +x_1436 = lean_ctor_get(x_1429, 1); +lean_inc(x_1436); +if (lean_is_exclusive(x_1429)) { + lean_ctor_release(x_1429, 0); + lean_ctor_release(x_1429, 1); + x_1437 = x_1429; +} else { + lean_dec_ref(x_1429); + x_1437 = lean_box(0); +} +if (lean_obj_tag(x_1435) == 0) { -lean_object* x_1458; -lean_dec(x_1382); -lean_dec(x_1380); +lean_object* x_1485; +lean_dec(x_1437); +lean_dec(x_1426); +lean_dec(x_1424); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26205,227 +25929,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1458 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1458, 0, x_1393); -lean_ctor_set(x_1458, 1, x_1452); -return x_1458; +x_1485 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1485, 0, x_1435); +lean_ctor_set(x_1485, 1, x_1436); +return x_1485; } else { -lean_object* x_1459; lean_object* x_1460; lean_object* x_1461; uint8_t x_1462; -lean_inc(x_1380); -x_1459 = l_Lean_Expr_mvarId_x21(x_1380); -x_1460 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1459, x_5, x_6, x_7, x_8, x_9, x_10, x_1452); -x_1461 = lean_ctor_get(x_1460, 0); -lean_inc(x_1461); -x_1462 = lean_unbox(x_1461); -lean_dec(x_1461); -if (x_1462 == 0) -{ -lean_object* x_1463; lean_object* x_1464; -x_1463 = lean_ctor_get(x_1460, 1); -lean_inc(x_1463); -lean_dec(x_1460); +lean_object* x_1486; lean_object* x_1487; uint8_t x_1488; +x_1486 = lean_ctor_get(x_1435, 0); +lean_inc(x_1486); +x_1487 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1488 = lean_nat_dec_eq(x_1487, x_1486); +lean_dec(x_1486); +if (x_1488 == 0) +{ +lean_object* x_1489; +lean_dec(x_1437); +lean_dec(x_1426); +lean_dec(x_1424); +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_1); +x_1489 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1489, 0, x_1435); +lean_ctor_set(x_1489, 1, x_1436); +return x_1489; +} +else +{ +uint8_t x_1490; +x_1490 = l_Lean_Expr_isMVar(x_1424); +if (x_1490 == 0) +{ +uint8_t x_1491; +x_1491 = 1; +x_1438 = x_1491; +goto block_1484; +} +else +{ +uint8_t x_1492; +x_1492 = 0; +x_1438 = x_1492; +goto block_1484; +} +} +} +block_1484: +{ +if (x_1438 == 0) +{ +lean_object* x_1439; lean_object* x_1440; lean_object* x_1441; uint8_t x_1442; +lean_dec(x_1437); +lean_inc(x_1424); +x_1439 = l_Lean_Expr_mvarId_x21(x_1424); +x_1440 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1439, x_5, x_6, x_7, x_8, x_9, x_10, x_1436); +x_1441 = lean_ctor_get(x_1440, 0); +lean_inc(x_1441); +x_1442 = lean_unbox(x_1441); +lean_dec(x_1441); +if (x_1442 == 0) +{ +lean_object* x_1443; lean_object* x_1444; +x_1443 = lean_ctor_get(x_1440, 1); +lean_inc(x_1443); +lean_dec(x_1440); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1464 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1463); -if (lean_obj_tag(x_1464) == 0) +x_1444 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1443); +if (lean_obj_tag(x_1444) == 0) { -lean_object* x_1465; lean_object* x_1466; lean_object* x_1467; -x_1465 = lean_ctor_get(x_1464, 0); -lean_inc(x_1465); -x_1466 = lean_ctor_get(x_1464, 1); -lean_inc(x_1466); -lean_dec(x_1464); +lean_object* x_1445; lean_object* x_1446; lean_object* x_1447; +x_1445 = lean_ctor_get(x_1444, 0); +lean_inc(x_1445); +x_1446 = lean_ctor_get(x_1444, 1); +lean_inc(x_1446); +lean_dec(x_1444); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1467 = l_Lean_Meta_CheckAssignment_check(x_1465, x_5, x_6, x_7, x_8, x_9, x_10, x_1466); -if (lean_obj_tag(x_1467) == 0) -{ -lean_object* x_1468; lean_object* x_1469; lean_object* x_1470; lean_object* x_1471; lean_object* x_1472; uint8_t x_1473; lean_object* x_1474; lean_object* x_1475; lean_object* x_1476; lean_object* x_1477; lean_object* x_1478; lean_object* x_1479; -x_1468 = lean_ctor_get(x_1467, 0); -lean_inc(x_1468); -x_1469 = lean_ctor_get(x_1467, 1); -lean_inc(x_1469); -lean_dec(x_1467); -x_1470 = lean_ctor_get(x_5, 1); -lean_inc(x_1470); +x_1447 = l_Lean_Meta_CheckAssignment_check(x_1445, x_5, x_6, x_7, x_8, x_9, x_10, x_1446); +if (lean_obj_tag(x_1447) == 0) +{ +lean_object* x_1448; lean_object* x_1449; lean_object* x_1450; lean_object* x_1451; lean_object* x_1452; uint8_t x_1453; lean_object* x_1454; lean_object* x_1455; lean_object* x_1456; lean_object* x_1457; lean_object* x_1458; lean_object* x_1459; +x_1448 = lean_ctor_get(x_1447, 0); +lean_inc(x_1448); +x_1449 = lean_ctor_get(x_1447, 1); +lean_inc(x_1449); +lean_dec(x_1447); +x_1450 = lean_ctor_get(x_5, 1); +lean_inc(x_1450); lean_dec(x_5); -x_1471 = lean_ctor_get(x_1470, 1); -lean_inc(x_1471); -x_1472 = lean_ctor_get(x_1470, 4); -lean_inc(x_1472); -lean_dec(x_1470); -x_1473 = 0; -x_1474 = lean_box(0); -x_1475 = lean_unsigned_to_nat(0u); -x_1476 = l_Lean_Meta_mkFreshExprMVarAt(x_1471, x_1472, x_1468, x_1473, x_1474, x_1475, x_7, x_8, x_9, x_10, x_1469); -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); -lean_inc(x_1477); -x_1479 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1380, x_1382, x_1477, x_7, x_8, x_9, x_10, x_1478); -if (lean_obj_tag(x_1479) == 0) -{ -lean_object* x_1480; uint8_t x_1481; -x_1480 = lean_ctor_get(x_1479, 0); -lean_inc(x_1480); -x_1481 = lean_unbox(x_1480); -lean_dec(x_1480); -if (x_1481 == 0) +x_1451 = lean_ctor_get(x_1450, 1); +lean_inc(x_1451); +x_1452 = lean_ctor_get(x_1450, 4); +lean_inc(x_1452); +lean_dec(x_1450); +x_1453 = 0; +x_1454 = lean_box(0); +x_1455 = lean_unsigned_to_nat(0u); +x_1456 = l_Lean_Meta_mkFreshExprMVarAt(x_1451, x_1452, x_1448, x_1453, x_1454, x_1455, x_7, x_8, x_9, x_10, x_1449); +x_1457 = lean_ctor_get(x_1456, 0); +lean_inc(x_1457); +x_1458 = lean_ctor_get(x_1456, 1); +lean_inc(x_1458); +lean_dec(x_1456); +lean_inc(x_1457); +x_1459 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1424, x_1426, x_1457, x_7, x_8, x_9, x_10, x_1458); +if (lean_obj_tag(x_1459) == 0) +{ +lean_object* x_1460; uint8_t x_1461; +x_1460 = lean_ctor_get(x_1459, 0); +lean_inc(x_1460); +x_1461 = lean_unbox(x_1460); +lean_dec(x_1460); +if (x_1461 == 0) { -lean_object* x_1482; lean_object* x_1483; lean_object* x_1484; -lean_dec(x_1477); -x_1482 = lean_ctor_get(x_1479, 1); -lean_inc(x_1482); -if (lean_is_exclusive(x_1479)) { - lean_ctor_release(x_1479, 0); - lean_ctor_release(x_1479, 1); - x_1483 = x_1479; +lean_object* x_1462; lean_object* x_1463; lean_object* x_1464; +lean_dec(x_1457); +x_1462 = lean_ctor_get(x_1459, 1); +lean_inc(x_1462); +if (lean_is_exclusive(x_1459)) { + lean_ctor_release(x_1459, 0); + lean_ctor_release(x_1459, 1); + x_1463 = x_1459; } else { - lean_dec_ref(x_1479); - x_1483 = lean_box(0); + lean_dec_ref(x_1459); + x_1463 = lean_box(0); } -if (lean_is_scalar(x_1483)) { - x_1484 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1463)) { + x_1464 = lean_alloc_ctor(1, 2, 0); } else { - x_1484 = x_1483; - lean_ctor_set_tag(x_1484, 1); + x_1464 = x_1463; + lean_ctor_set_tag(x_1464, 1); } -lean_ctor_set(x_1484, 0, x_1393); -lean_ctor_set(x_1484, 1, x_1482); -return x_1484; +lean_ctor_set(x_1464, 0, x_1435); +lean_ctor_set(x_1464, 1, x_1462); +return x_1464; } else { -lean_object* x_1485; lean_object* x_1486; lean_object* x_1487; -lean_dec(x_1393); -x_1485 = lean_ctor_get(x_1479, 1); -lean_inc(x_1485); -if (lean_is_exclusive(x_1479)) { - lean_ctor_release(x_1479, 0); - lean_ctor_release(x_1479, 1); - x_1486 = x_1479; +lean_object* x_1465; lean_object* x_1466; lean_object* x_1467; +lean_dec(x_1435); +x_1465 = lean_ctor_get(x_1459, 1); +lean_inc(x_1465); +if (lean_is_exclusive(x_1459)) { + lean_ctor_release(x_1459, 0); + lean_ctor_release(x_1459, 1); + x_1466 = x_1459; } else { - lean_dec_ref(x_1479); - x_1486 = lean_box(0); + lean_dec_ref(x_1459); + x_1466 = lean_box(0); } -if (lean_is_scalar(x_1486)) { - x_1487 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_1466)) { + x_1467 = lean_alloc_ctor(0, 2, 0); } else { - x_1487 = x_1486; + x_1467 = x_1466; } -lean_ctor_set(x_1487, 0, x_1477); -lean_ctor_set(x_1487, 1, x_1485); -return x_1487; +lean_ctor_set(x_1467, 0, x_1457); +lean_ctor_set(x_1467, 1, x_1465); +return x_1467; } } else { -lean_object* x_1488; lean_object* x_1489; lean_object* x_1490; lean_object* x_1491; -lean_dec(x_1477); -lean_dec(x_1393); -x_1488 = lean_ctor_get(x_1479, 0); -lean_inc(x_1488); -x_1489 = lean_ctor_get(x_1479, 1); -lean_inc(x_1489); -if (lean_is_exclusive(x_1479)) { - lean_ctor_release(x_1479, 0); - lean_ctor_release(x_1479, 1); - x_1490 = x_1479; +lean_object* x_1468; lean_object* x_1469; lean_object* x_1470; lean_object* x_1471; +lean_dec(x_1457); +lean_dec(x_1435); +x_1468 = lean_ctor_get(x_1459, 0); +lean_inc(x_1468); +x_1469 = lean_ctor_get(x_1459, 1); +lean_inc(x_1469); +if (lean_is_exclusive(x_1459)) { + lean_ctor_release(x_1459, 0); + lean_ctor_release(x_1459, 1); + x_1470 = x_1459; } else { - lean_dec_ref(x_1479); - x_1490 = lean_box(0); + lean_dec_ref(x_1459); + x_1470 = lean_box(0); } -if (lean_is_scalar(x_1490)) { - x_1491 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1470)) { + x_1471 = lean_alloc_ctor(1, 2, 0); } else { - x_1491 = x_1490; + x_1471 = x_1470; } -lean_ctor_set(x_1491, 0, x_1488); -lean_ctor_set(x_1491, 1, x_1489); -return x_1491; +lean_ctor_set(x_1471, 0, x_1468); +lean_ctor_set(x_1471, 1, x_1469); +return x_1471; } } else { -lean_object* x_1492; lean_object* x_1493; lean_object* x_1494; lean_object* x_1495; -lean_dec(x_1393); -lean_dec(x_1382); -lean_dec(x_1380); +lean_object* x_1472; lean_object* x_1473; lean_object* x_1474; lean_object* x_1475; +lean_dec(x_1435); +lean_dec(x_1426); +lean_dec(x_1424); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1492 = lean_ctor_get(x_1467, 0); -lean_inc(x_1492); -x_1493 = lean_ctor_get(x_1467, 1); -lean_inc(x_1493); -if (lean_is_exclusive(x_1467)) { - lean_ctor_release(x_1467, 0); - lean_ctor_release(x_1467, 1); - x_1494 = x_1467; +x_1472 = lean_ctor_get(x_1447, 0); +lean_inc(x_1472); +x_1473 = lean_ctor_get(x_1447, 1); +lean_inc(x_1473); +if (lean_is_exclusive(x_1447)) { + lean_ctor_release(x_1447, 0); + lean_ctor_release(x_1447, 1); + x_1474 = x_1447; } else { - lean_dec_ref(x_1467); - x_1494 = lean_box(0); + lean_dec_ref(x_1447); + x_1474 = lean_box(0); } -if (lean_is_scalar(x_1494)) { - x_1495 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1474)) { + x_1475 = lean_alloc_ctor(1, 2, 0); } else { - x_1495 = x_1494; + x_1475 = x_1474; } -lean_ctor_set(x_1495, 0, x_1492); -lean_ctor_set(x_1495, 1, x_1493); -return x_1495; +lean_ctor_set(x_1475, 0, x_1472); +lean_ctor_set(x_1475, 1, x_1473); +return x_1475; } } else { -lean_object* x_1496; lean_object* x_1497; lean_object* x_1498; lean_object* x_1499; -lean_dec(x_1393); -lean_dec(x_1382); -lean_dec(x_1380); +lean_object* x_1476; lean_object* x_1477; lean_object* x_1478; lean_object* x_1479; +lean_dec(x_1435); +lean_dec(x_1426); +lean_dec(x_1424); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1496 = lean_ctor_get(x_1464, 0); -lean_inc(x_1496); -x_1497 = lean_ctor_get(x_1464, 1); -lean_inc(x_1497); -if (lean_is_exclusive(x_1464)) { - lean_ctor_release(x_1464, 0); - lean_ctor_release(x_1464, 1); - x_1498 = x_1464; +x_1476 = lean_ctor_get(x_1444, 0); +lean_inc(x_1476); +x_1477 = lean_ctor_get(x_1444, 1); +lean_inc(x_1477); +if (lean_is_exclusive(x_1444)) { + lean_ctor_release(x_1444, 0); + lean_ctor_release(x_1444, 1); + x_1478 = x_1444; } else { - lean_dec_ref(x_1464); - x_1498 = lean_box(0); + lean_dec_ref(x_1444); + x_1478 = lean_box(0); } -if (lean_is_scalar(x_1498)) { - x_1499 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1478)) { + x_1479 = lean_alloc_ctor(1, 2, 0); } else { - x_1499 = x_1498; + x_1479 = x_1478; } -lean_ctor_set(x_1499, 0, x_1496); -lean_ctor_set(x_1499, 1, x_1497); -return x_1499; +lean_ctor_set(x_1479, 0, x_1476); +lean_ctor_set(x_1479, 1, x_1477); +return x_1479; } } else { -lean_object* x_1500; lean_object* x_1501; lean_object* x_1502; -lean_dec(x_1382); -lean_dec(x_1380); +lean_object* x_1480; lean_object* x_1481; lean_object* x_1482; +lean_dec(x_1426); +lean_dec(x_1424); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26433,27 +26206,47 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1500 = lean_ctor_get(x_1460, 1); -lean_inc(x_1500); -if (lean_is_exclusive(x_1460)) { - lean_ctor_release(x_1460, 0); - lean_ctor_release(x_1460, 1); - x_1501 = x_1460; +x_1480 = lean_ctor_get(x_1440, 1); +lean_inc(x_1480); +if (lean_is_exclusive(x_1440)) { + lean_ctor_release(x_1440, 0); + lean_ctor_release(x_1440, 1); + x_1481 = x_1440; } else { - lean_dec_ref(x_1460); - x_1501 = lean_box(0); + lean_dec_ref(x_1440); + x_1481 = lean_box(0); } -if (lean_is_scalar(x_1501)) { - x_1502 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1481)) { + x_1482 = lean_alloc_ctor(1, 2, 0); } else { - x_1502 = x_1501; - lean_ctor_set_tag(x_1502, 1); + x_1482 = x_1481; + lean_ctor_set_tag(x_1482, 1); } -lean_ctor_set(x_1502, 0, x_1393); -lean_ctor_set(x_1502, 1, x_1500); -return x_1502; +lean_ctor_set(x_1482, 0, x_1435); +lean_ctor_set(x_1482, 1, x_1480); +return x_1482; } } +else +{ +lean_object* x_1483; +lean_dec(x_1426); +lean_dec(x_1424); +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_1); +if (lean_is_scalar(x_1437)) { + x_1483 = lean_alloc_ctor(1, 2, 0); +} else { + x_1483 = x_1437; +} +lean_ctor_set(x_1483, 0, x_1435); +lean_ctor_set(x_1483, 1, x_1436); +return x_1483; } } } @@ -26461,7 +26254,7 @@ return x_1502; } else { -uint8_t x_1503; +uint8_t x_1493; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26470,245 +26263,246 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_1503 = !lean_is_exclusive(x_1379); -if (x_1503 == 0) +x_1493 = !lean_is_exclusive(x_1350); +if (x_1493 == 0) { -return x_1379; +return x_1350; } else { -lean_object* x_1504; lean_object* x_1505; lean_object* x_1506; -x_1504 = lean_ctor_get(x_1379, 0); -x_1505 = lean_ctor_get(x_1379, 1); -lean_inc(x_1505); -lean_inc(x_1504); -lean_dec(x_1379); -x_1506 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1506, 0, x_1504); -lean_ctor_set(x_1506, 1, x_1505); -return x_1506; +lean_object* x_1494; lean_object* x_1495; lean_object* x_1496; +x_1494 = lean_ctor_get(x_1350, 0); +x_1495 = lean_ctor_get(x_1350, 1); +lean_inc(x_1495); +lean_inc(x_1494); +lean_dec(x_1350); +x_1496 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1496, 0, x_1494); +lean_ctor_set(x_1496, 1, x_1495); +return x_1496; } } } -block_1531: -{ -lean_object* x_1509; -lean_dec(x_1508); -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_1509 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1509) == 0) -{ -lean_object* x_1510; lean_object* x_1511; lean_object* x_1512; size_t x_1513; size_t x_1514; lean_object* x_1515; -x_1510 = lean_ctor_get(x_1509, 0); -lean_inc(x_1510); -x_1511 = lean_ctor_get(x_1509, 1); -lean_inc(x_1511); -lean_dec(x_1509); -x_1512 = lean_array_get_size(x_3); -x_1513 = lean_usize_of_nat(x_1512); -lean_dec(x_1512); -x_1514 = 0; -x_1515 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1513, x_1514, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1511); -if (lean_obj_tag(x_1515) == 0) +} +} +case 9: { -uint8_t x_1516; -x_1516 = !lean_is_exclusive(x_1515); -if (x_1516 == 0) +uint8_t x_1514; uint8_t x_1685; +lean_dec(x_4); +x_1685 = l_Lean_Expr_isMVar(x_2); +if (x_1685 == 0) { -lean_object* x_1517; lean_object* x_1518; -x_1517 = lean_ctor_get(x_1515, 0); -x_1518 = l_Lean_mkAppN(x_1510, x_1517); -lean_ctor_set(x_1515, 0, x_1518); -return x_1515; +uint8_t x_1686; +x_1686 = 0; +x_1514 = x_1686; +goto block_1684; } else { -lean_object* x_1519; lean_object* x_1520; lean_object* x_1521; lean_object* x_1522; -x_1519 = lean_ctor_get(x_1515, 0); -x_1520 = lean_ctor_get(x_1515, 1); -lean_inc(x_1520); -lean_inc(x_1519); -lean_dec(x_1515); -x_1521 = l_Lean_mkAppN(x_1510, x_1519); -x_1522 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1522, 0, x_1521); -lean_ctor_set(x_1522, 1, x_1520); -return x_1522; -} +lean_object* x_1687; uint8_t x_1688; +x_1687 = lean_ctor_get(x_7, 0); +lean_inc(x_1687); +x_1688 = lean_ctor_get_uint8(x_1687, 1); +lean_dec(x_1687); +if (x_1688 == 0) +{ +uint8_t x_1689; +x_1689 = 0; +x_1514 = x_1689; +goto block_1684; } else { -uint8_t x_1523; -lean_dec(x_1510); -x_1523 = !lean_is_exclusive(x_1515); -if (x_1523 == 0) +lean_object* x_1690; lean_object* x_1691; uint8_t x_1692; +x_1690 = lean_array_get_size(x_3); +x_1691 = lean_unsigned_to_nat(0u); +x_1692 = lean_nat_dec_lt(x_1691, x_1690); +if (x_1692 == 0) { -return x_1515; +uint8_t x_1693; +lean_dec(x_1690); +x_1693 = 1; +x_1514 = x_1693; +goto block_1684; } else { -lean_object* x_1524; lean_object* x_1525; lean_object* x_1526; -x_1524 = lean_ctor_get(x_1515, 0); -x_1525 = lean_ctor_get(x_1515, 1); -lean_inc(x_1525); -lean_inc(x_1524); -lean_dec(x_1515); -x_1526 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1526, 0, x_1524); -lean_ctor_set(x_1526, 1, x_1525); -return x_1526; -} -} +uint8_t x_1694; +x_1694 = lean_nat_dec_le(x_1690, x_1690); +if (x_1694 == 0) +{ +uint8_t x_1695; +lean_dec(x_1690); +x_1695 = 1; +x_1514 = x_1695; +goto block_1684; } else { -uint8_t x_1527; -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_3); -x_1527 = !lean_is_exclusive(x_1509); -if (x_1527 == 0) +size_t x_1696; size_t x_1697; uint8_t x_1698; +x_1696 = 0; +x_1697 = lean_usize_of_nat(x_1690); +lean_dec(x_1690); +x_1698 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1696, x_1697); +if (x_1698 == 0) { -return x_1509; +uint8_t x_1699; +x_1699 = 1; +x_1514 = x_1699; +goto block_1684; } else { -lean_object* x_1528; lean_object* x_1529; lean_object* x_1530; -x_1528 = lean_ctor_get(x_1509, 0); -x_1529 = lean_ctor_get(x_1509, 1); -lean_inc(x_1529); -lean_inc(x_1528); -lean_dec(x_1509); -x_1530 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1530, 0, x_1528); -lean_ctor_set(x_1530, 1, x_1529); -return x_1530; +uint8_t x_1700; +x_1700 = 0; +x_1514 = x_1700; +goto block_1684; } } } } -case 10: +} +block_1684: { -lean_object* x_1548; lean_object* x_1678; uint8_t x_1702; -lean_dec(x_4); -x_1702 = l_Lean_Expr_isMVar(x_2); -if (x_1702 == 0) +if (x_1514 == 0) { -lean_object* x_1703; +lean_object* x_1515; lean_dec(x_1); -x_1703 = lean_box(0); -x_1678 = x_1703; -goto block_1701; +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_1515 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1515) == 0) +{ +lean_object* x_1516; lean_object* x_1517; lean_object* x_1518; size_t x_1519; size_t x_1520; lean_object* x_1521; +x_1516 = lean_ctor_get(x_1515, 0); +lean_inc(x_1516); +x_1517 = lean_ctor_get(x_1515, 1); +lean_inc(x_1517); +lean_dec(x_1515); +x_1518 = lean_array_get_size(x_3); +x_1519 = lean_usize_of_nat(x_1518); +lean_dec(x_1518); +x_1520 = 0; +x_1521 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1519, x_1520, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1517); +if (lean_obj_tag(x_1521) == 0) +{ +uint8_t x_1522; +x_1522 = !lean_is_exclusive(x_1521); +if (x_1522 == 0) +{ +lean_object* x_1523; lean_object* x_1524; +x_1523 = lean_ctor_get(x_1521, 0); +x_1524 = l_Lean_mkAppN(x_1516, x_1523); +lean_ctor_set(x_1521, 0, x_1524); +return x_1521; } else { -lean_object* x_1704; uint8_t x_1705; -x_1704 = lean_ctor_get(x_7, 0); -lean_inc(x_1704); -x_1705 = lean_ctor_get_uint8(x_1704, 1); -lean_dec(x_1704); -if (x_1705 == 0) -{ -lean_object* x_1706; -lean_dec(x_1); -x_1706 = lean_box(0); -x_1678 = x_1706; -goto block_1701; +lean_object* x_1525; lean_object* x_1526; lean_object* x_1527; lean_object* x_1528; +x_1525 = lean_ctor_get(x_1521, 0); +x_1526 = lean_ctor_get(x_1521, 1); +lean_inc(x_1526); +lean_inc(x_1525); +lean_dec(x_1521); +x_1527 = l_Lean_mkAppN(x_1516, x_1525); +x_1528 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1528, 0, x_1527); +lean_ctor_set(x_1528, 1, x_1526); +return x_1528; +} } else { -lean_object* x_1707; lean_object* x_1708; uint8_t x_1709; -x_1707 = lean_array_get_size(x_3); -x_1708 = lean_unsigned_to_nat(0u); -x_1709 = lean_nat_dec_lt(x_1708, x_1707); -if (x_1709 == 0) +uint8_t x_1529; +lean_dec(x_1516); +x_1529 = !lean_is_exclusive(x_1521); +if (x_1529 == 0) { -lean_object* x_1710; -lean_dec(x_1707); -x_1710 = lean_box(0); -x_1548 = x_1710; -goto block_1677; +return x_1521; } else { -uint8_t x_1711; -x_1711 = lean_nat_dec_le(x_1707, x_1707); -if (x_1711 == 0) -{ -lean_object* x_1712; -lean_dec(x_1707); -x_1712 = lean_box(0); -x_1548 = x_1712; -goto block_1677; +lean_object* x_1530; lean_object* x_1531; lean_object* x_1532; +x_1530 = lean_ctor_get(x_1521, 0); +x_1531 = lean_ctor_get(x_1521, 1); +lean_inc(x_1531); +lean_inc(x_1530); +lean_dec(x_1521); +x_1532 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1532, 0, x_1530); +lean_ctor_set(x_1532, 1, x_1531); +return x_1532; +} +} } else { -size_t x_1713; size_t x_1714; uint8_t x_1715; -x_1713 = 0; -x_1714 = lean_usize_of_nat(x_1707); -lean_dec(x_1707); -x_1715 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1713, x_1714); -if (x_1715 == 0) +uint8_t x_1533; +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_3); +x_1533 = !lean_is_exclusive(x_1515); +if (x_1533 == 0) { -lean_object* x_1716; -x_1716 = lean_box(0); -x_1548 = x_1716; -goto block_1677; +return x_1515; } else { -lean_object* x_1717; -lean_dec(x_1); -x_1717 = lean_box(0); -x_1678 = x_1717; -goto block_1701; -} -} +lean_object* x_1534; lean_object* x_1535; lean_object* x_1536; +x_1534 = lean_ctor_get(x_1515, 0); +x_1535 = lean_ctor_get(x_1515, 1); +lean_inc(x_1535); +lean_inc(x_1534); +lean_dec(x_1515); +x_1536 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1536, 0, x_1534); +lean_ctor_set(x_1536, 1, x_1535); +return x_1536; } } } -block_1677: +else { -lean_object* x_1549; -lean_dec(x_1548); +lean_object* x_1537; 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_1549 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1549) == 0) -{ -lean_object* x_1550; lean_object* x_1551; lean_object* x_1552; size_t x_1553; size_t x_1554; lean_object* x_1555; -x_1550 = lean_ctor_get(x_1549, 0); -lean_inc(x_1550); -x_1551 = lean_ctor_get(x_1549, 1); -lean_inc(x_1551); -lean_dec(x_1549); -x_1552 = lean_array_get_size(x_3); -x_1553 = lean_usize_of_nat(x_1552); -x_1554 = 0; +x_1537 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1537) == 0) +{ +uint8_t x_1538; +x_1538 = !lean_is_exclusive(x_1537); +if (x_1538 == 0) +{ +lean_object* x_1539; lean_object* x_1540; lean_object* x_1541; size_t x_1542; size_t x_1543; lean_object* x_1544; +x_1539 = lean_ctor_get(x_1537, 0); +x_1540 = lean_ctor_get(x_1537, 1); +x_1541 = lean_array_get_size(x_3); +x_1542 = lean_usize_of_nat(x_1541); +x_1543 = 0; 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_1555 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1553, x_1554, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1551); -if (lean_obj_tag(x_1555) == 0) +x_1544 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1542, x_1543, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1540); +if (lean_obj_tag(x_1544) == 0) { -uint8_t x_1556; -lean_dec(x_1552); +uint8_t x_1545; +lean_dec(x_1541); +lean_free_object(x_1537); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26716,40 +26510,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1556 = !lean_is_exclusive(x_1555); -if (x_1556 == 0) +x_1545 = !lean_is_exclusive(x_1544); +if (x_1545 == 0) { -lean_object* x_1557; lean_object* x_1558; -x_1557 = lean_ctor_get(x_1555, 0); -x_1558 = l_Lean_mkAppN(x_1550, x_1557); -lean_ctor_set(x_1555, 0, x_1558); -return x_1555; +lean_object* x_1546; lean_object* x_1547; +x_1546 = lean_ctor_get(x_1544, 0); +x_1547 = l_Lean_mkAppN(x_1539, x_1546); +lean_ctor_set(x_1544, 0, x_1547); +return x_1544; } else { -lean_object* x_1559; lean_object* x_1560; lean_object* x_1561; lean_object* x_1562; -x_1559 = lean_ctor_get(x_1555, 0); -x_1560 = lean_ctor_get(x_1555, 1); -lean_inc(x_1560); -lean_inc(x_1559); -lean_dec(x_1555); -x_1561 = l_Lean_mkAppN(x_1550, x_1559); -x_1562 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1562, 0, x_1561); -lean_ctor_set(x_1562, 1, x_1560); -return x_1562; +lean_object* x_1548; lean_object* x_1549; lean_object* x_1550; lean_object* x_1551; +x_1548 = lean_ctor_get(x_1544, 0); +x_1549 = lean_ctor_get(x_1544, 1); +lean_inc(x_1549); +lean_inc(x_1548); +lean_dec(x_1544); +x_1550 = l_Lean_mkAppN(x_1539, x_1548); +x_1551 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1551, 0, x_1550); +lean_ctor_set(x_1551, 1, x_1549); +return x_1551; } } else { -lean_object* x_1563; -x_1563 = lean_ctor_get(x_1555, 0); -lean_inc(x_1563); -if (lean_obj_tag(x_1563) == 0) +lean_object* x_1552; lean_object* x_1553; lean_object* x_1554; uint8_t x_1555; +x_1552 = lean_ctor_get(x_1544, 0); +lean_inc(x_1552); +x_1553 = lean_ctor_get(x_1544, 1); +lean_inc(x_1553); +if (lean_is_exclusive(x_1544)) { + lean_ctor_release(x_1544, 0); + lean_ctor_release(x_1544, 1); + x_1554 = x_1544; +} else { + lean_dec_ref(x_1544); + x_1554 = lean_box(0); +} +if (lean_obj_tag(x_1552) == 0) { -uint8_t x_1564; -lean_dec(x_1552); -lean_dec(x_1550); +lean_dec(x_1554); +lean_dec(x_1541); +lean_dec(x_1539); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26757,45 +26561,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1564 = !lean_is_exclusive(x_1555); -if (x_1564 == 0) -{ -lean_object* x_1565; -x_1565 = lean_ctor_get(x_1555, 0); -lean_dec(x_1565); -return x_1555; -} -else -{ -lean_object* x_1566; lean_object* x_1567; -x_1566 = lean_ctor_get(x_1555, 1); -lean_inc(x_1566); -lean_dec(x_1555); -x_1567 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1567, 0, x_1563); -lean_ctor_set(x_1567, 1, x_1566); -return x_1567; -} +lean_ctor_set_tag(x_1537, 1); +lean_ctor_set(x_1537, 1, x_1553); +lean_ctor_set(x_1537, 0, x_1552); +return x_1537; } else { -uint8_t x_1568; -x_1568 = !lean_is_exclusive(x_1555); -if (x_1568 == 0) +lean_object* x_1605; lean_object* x_1606; uint8_t x_1607; +x_1605 = lean_ctor_get(x_1552, 0); +lean_inc(x_1605); +x_1606 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1607 = lean_nat_dec_eq(x_1606, x_1605); +lean_dec(x_1605); +if (x_1607 == 0) { -lean_object* x_1569; lean_object* x_1570; lean_object* x_1571; lean_object* x_1572; uint8_t x_1573; -x_1569 = lean_ctor_get(x_1555, 1); -x_1570 = lean_ctor_get(x_1555, 0); -lean_dec(x_1570); -x_1571 = lean_ctor_get(x_1563, 0); -lean_inc(x_1571); -x_1572 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1573 = lean_nat_dec_eq(x_1572, x_1571); -lean_dec(x_1571); -if (x_1573 == 0) -{ -lean_dec(x_1552); -lean_dec(x_1550); +lean_dec(x_1554); +lean_dec(x_1541); +lean_dec(x_1539); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -26803,240 +26586,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_1555; +lean_ctor_set_tag(x_1537, 1); +lean_ctor_set(x_1537, 1, x_1553); +lean_ctor_set(x_1537, 0, x_1552); +return x_1537; } else { -uint8_t x_1574; -x_1574 = l_Lean_Expr_isMVar(x_1550); -if (x_1574 == 0) +uint8_t x_1608; +lean_free_object(x_1537); +x_1608 = l_Lean_Expr_isMVar(x_1539); +if (x_1608 == 0) { -lean_dec(x_1552); -lean_dec(x_1550); -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_1); -return x_1555; +uint8_t x_1609; +x_1609 = 1; +x_1555 = x_1609; +goto block_1604; } else { -lean_object* x_1575; lean_object* x_1576; lean_object* x_1577; uint8_t x_1578; -lean_free_object(x_1555); -lean_inc(x_1550); -x_1575 = l_Lean_Expr_mvarId_x21(x_1550); -x_1576 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1575, x_5, x_6, x_7, x_8, x_9, x_10, x_1569); -x_1577 = lean_ctor_get(x_1576, 0); -lean_inc(x_1577); -x_1578 = lean_unbox(x_1577); -lean_dec(x_1577); -if (x_1578 == 0) +uint8_t x_1610; +x_1610 = 0; +x_1555 = x_1610; +goto block_1604; +} +} +} +block_1604: { -lean_object* x_1579; lean_object* x_1580; -x_1579 = lean_ctor_get(x_1576, 1); -lean_inc(x_1579); -lean_dec(x_1576); +if (x_1555 == 0) +{ +lean_object* x_1556; lean_object* x_1557; lean_object* x_1558; uint8_t x_1559; +lean_dec(x_1554); +lean_inc(x_1539); +x_1556 = l_Lean_Expr_mvarId_x21(x_1539); +x_1557 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1556, x_5, x_6, x_7, x_8, x_9, x_10, x_1553); +x_1558 = lean_ctor_get(x_1557, 0); +lean_inc(x_1558); +x_1559 = lean_unbox(x_1558); +lean_dec(x_1558); +if (x_1559 == 0) +{ +lean_object* x_1560; lean_object* x_1561; +x_1560 = lean_ctor_get(x_1557, 1); +lean_inc(x_1560); +lean_dec(x_1557); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1580 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1579); -if (lean_obj_tag(x_1580) == 0) +x_1561 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1560); +if (lean_obj_tag(x_1561) == 0) { -lean_object* x_1581; lean_object* x_1582; lean_object* x_1583; -x_1581 = lean_ctor_get(x_1580, 0); -lean_inc(x_1581); -x_1582 = lean_ctor_get(x_1580, 1); -lean_inc(x_1582); -lean_dec(x_1580); +lean_object* x_1562; lean_object* x_1563; lean_object* x_1564; +x_1562 = lean_ctor_get(x_1561, 0); +lean_inc(x_1562); +x_1563 = lean_ctor_get(x_1561, 1); +lean_inc(x_1563); +lean_dec(x_1561); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1583 = l_Lean_Meta_CheckAssignment_check(x_1581, x_5, x_6, x_7, x_8, x_9, x_10, x_1582); -if (lean_obj_tag(x_1583) == 0) +x_1564 = l_Lean_Meta_CheckAssignment_check(x_1562, x_5, x_6, x_7, x_8, x_9, x_10, x_1563); +if (lean_obj_tag(x_1564) == 0) { -lean_object* x_1584; lean_object* x_1585; lean_object* x_1586; lean_object* x_1587; lean_object* x_1588; uint8_t 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; -x_1584 = lean_ctor_get(x_1583, 0); -lean_inc(x_1584); -x_1585 = lean_ctor_get(x_1583, 1); -lean_inc(x_1585); -lean_dec(x_1583); -x_1586 = lean_ctor_get(x_5, 1); -lean_inc(x_1586); -lean_dec(x_5); -x_1587 = lean_ctor_get(x_1586, 1); -lean_inc(x_1587); -x_1588 = lean_ctor_get(x_1586, 4); -lean_inc(x_1588); -lean_dec(x_1586); -x_1589 = 0; -x_1590 = lean_box(0); -x_1591 = lean_unsigned_to_nat(0u); -x_1592 = l_Lean_Meta_mkFreshExprMVarAt(x_1587, x_1588, x_1584, x_1589, x_1590, x_1591, x_7, x_8, x_9, x_10, x_1585); -x_1593 = lean_ctor_get(x_1592, 0); -lean_inc(x_1593); -x_1594 = lean_ctor_get(x_1592, 1); -lean_inc(x_1594); -lean_dec(x_1592); -lean_inc(x_1593); -x_1595 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1550, x_1552, x_1593, x_7, x_8, x_9, x_10, x_1594); -if (lean_obj_tag(x_1595) == 0) -{ -lean_object* x_1596; uint8_t x_1597; -x_1596 = lean_ctor_get(x_1595, 0); -lean_inc(x_1596); -x_1597 = lean_unbox(x_1596); -lean_dec(x_1596); -if (x_1597 == 0) +lean_object* x_1565; lean_object* x_1566; lean_object* x_1567; lean_object* x_1568; lean_object* x_1569; uint8_t 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; +x_1565 = lean_ctor_get(x_1564, 0); +lean_inc(x_1565); +x_1566 = lean_ctor_get(x_1564, 1); +lean_inc(x_1566); +lean_dec(x_1564); +x_1567 = lean_ctor_get(x_5, 1); +lean_inc(x_1567); +lean_dec(x_5); +x_1568 = lean_ctor_get(x_1567, 1); +lean_inc(x_1568); +x_1569 = lean_ctor_get(x_1567, 4); +lean_inc(x_1569); +lean_dec(x_1567); +x_1570 = 0; +x_1571 = lean_box(0); +x_1572 = lean_unsigned_to_nat(0u); +x_1573 = l_Lean_Meta_mkFreshExprMVarAt(x_1568, x_1569, x_1565, x_1570, x_1571, x_1572, x_7, x_8, x_9, x_10, x_1566); +x_1574 = lean_ctor_get(x_1573, 0); +lean_inc(x_1574); +x_1575 = lean_ctor_get(x_1573, 1); +lean_inc(x_1575); +lean_dec(x_1573); +lean_inc(x_1574); +x_1576 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1539, x_1541, x_1574, x_7, x_8, x_9, x_10, x_1575); +if (lean_obj_tag(x_1576) == 0) +{ +lean_object* x_1577; uint8_t x_1578; +x_1577 = lean_ctor_get(x_1576, 0); +lean_inc(x_1577); +x_1578 = lean_unbox(x_1577); +lean_dec(x_1577); +if (x_1578 == 0) { -uint8_t x_1598; -lean_dec(x_1593); -x_1598 = !lean_is_exclusive(x_1595); -if (x_1598 == 0) +uint8_t x_1579; +lean_dec(x_1574); +x_1579 = !lean_is_exclusive(x_1576); +if (x_1579 == 0) { -lean_object* x_1599; -x_1599 = lean_ctor_get(x_1595, 0); -lean_dec(x_1599); -lean_ctor_set_tag(x_1595, 1); -lean_ctor_set(x_1595, 0, x_1563); -return x_1595; +lean_object* x_1580; +x_1580 = lean_ctor_get(x_1576, 0); +lean_dec(x_1580); +lean_ctor_set_tag(x_1576, 1); +lean_ctor_set(x_1576, 0, x_1552); +return x_1576; } else { -lean_object* x_1600; lean_object* x_1601; -x_1600 = lean_ctor_get(x_1595, 1); -lean_inc(x_1600); -lean_dec(x_1595); -x_1601 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1601, 0, x_1563); -lean_ctor_set(x_1601, 1, x_1600); -return x_1601; +lean_object* x_1581; lean_object* x_1582; +x_1581 = lean_ctor_get(x_1576, 1); +lean_inc(x_1581); +lean_dec(x_1576); +x_1582 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1582, 0, x_1552); +lean_ctor_set(x_1582, 1, x_1581); +return x_1582; } } else { -uint8_t x_1602; -lean_dec(x_1563); -x_1602 = !lean_is_exclusive(x_1595); -if (x_1602 == 0) +uint8_t x_1583; +lean_dec(x_1552); +x_1583 = !lean_is_exclusive(x_1576); +if (x_1583 == 0) { -lean_object* x_1603; -x_1603 = lean_ctor_get(x_1595, 0); -lean_dec(x_1603); -lean_ctor_set(x_1595, 0, x_1593); -return x_1595; +lean_object* x_1584; +x_1584 = lean_ctor_get(x_1576, 0); +lean_dec(x_1584); +lean_ctor_set(x_1576, 0, x_1574); +return x_1576; } else { -lean_object* x_1604; lean_object* x_1605; -x_1604 = lean_ctor_get(x_1595, 1); -lean_inc(x_1604); -lean_dec(x_1595); -x_1605 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1605, 0, x_1593); -lean_ctor_set(x_1605, 1, x_1604); -return x_1605; +lean_object* x_1585; lean_object* x_1586; +x_1585 = lean_ctor_get(x_1576, 1); +lean_inc(x_1585); +lean_dec(x_1576); +x_1586 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1586, 0, x_1574); +lean_ctor_set(x_1586, 1, x_1585); +return x_1586; } } } else { -uint8_t x_1606; -lean_dec(x_1593); -lean_dec(x_1563); -x_1606 = !lean_is_exclusive(x_1595); -if (x_1606 == 0) +uint8_t x_1587; +lean_dec(x_1574); +lean_dec(x_1552); +x_1587 = !lean_is_exclusive(x_1576); +if (x_1587 == 0) { -return x_1595; +return x_1576; } else { -lean_object* x_1607; lean_object* x_1608; lean_object* x_1609; -x_1607 = lean_ctor_get(x_1595, 0); -x_1608 = lean_ctor_get(x_1595, 1); -lean_inc(x_1608); -lean_inc(x_1607); -lean_dec(x_1595); -x_1609 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1609, 0, x_1607); -lean_ctor_set(x_1609, 1, x_1608); -return x_1609; +lean_object* x_1588; lean_object* x_1589; lean_object* x_1590; +x_1588 = lean_ctor_get(x_1576, 0); +x_1589 = lean_ctor_get(x_1576, 1); +lean_inc(x_1589); +lean_inc(x_1588); +lean_dec(x_1576); +x_1590 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1590, 0, x_1588); +lean_ctor_set(x_1590, 1, x_1589); +return x_1590; } } } else { -uint8_t x_1610; -lean_dec(x_1563); +uint8_t x_1591; lean_dec(x_1552); -lean_dec(x_1550); +lean_dec(x_1541); +lean_dec(x_1539); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1610 = !lean_is_exclusive(x_1583); -if (x_1610 == 0) +x_1591 = !lean_is_exclusive(x_1564); +if (x_1591 == 0) { -return x_1583; +return x_1564; } else { -lean_object* x_1611; lean_object* x_1612; lean_object* x_1613; -x_1611 = lean_ctor_get(x_1583, 0); -x_1612 = lean_ctor_get(x_1583, 1); -lean_inc(x_1612); -lean_inc(x_1611); -lean_dec(x_1583); -x_1613 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1613, 0, x_1611); -lean_ctor_set(x_1613, 1, x_1612); -return x_1613; +lean_object* x_1592; lean_object* x_1593; lean_object* x_1594; +x_1592 = lean_ctor_get(x_1564, 0); +x_1593 = lean_ctor_get(x_1564, 1); +lean_inc(x_1593); +lean_inc(x_1592); +lean_dec(x_1564); +x_1594 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1594, 0, x_1592); +lean_ctor_set(x_1594, 1, x_1593); +return x_1594; } } } else { -uint8_t x_1614; -lean_dec(x_1563); +uint8_t x_1595; lean_dec(x_1552); -lean_dec(x_1550); +lean_dec(x_1541); +lean_dec(x_1539); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1614 = !lean_is_exclusive(x_1580); -if (x_1614 == 0) +x_1595 = !lean_is_exclusive(x_1561); +if (x_1595 == 0) { -return x_1580; +return x_1561; } else { -lean_object* x_1615; lean_object* x_1616; lean_object* x_1617; -x_1615 = lean_ctor_get(x_1580, 0); -x_1616 = lean_ctor_get(x_1580, 1); -lean_inc(x_1616); -lean_inc(x_1615); -lean_dec(x_1580); -x_1617 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1617, 0, x_1615); -lean_ctor_set(x_1617, 1, x_1616); -return x_1617; +lean_object* x_1596; lean_object* x_1597; lean_object* x_1598; +x_1596 = lean_ctor_get(x_1561, 0); +x_1597 = lean_ctor_get(x_1561, 1); +lean_inc(x_1597); +lean_inc(x_1596); +lean_dec(x_1561); +x_1598 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1598, 0, x_1596); +lean_ctor_set(x_1598, 1, x_1597); +return x_1598; } } } else { -uint8_t x_1618; -lean_dec(x_1552); -lean_dec(x_1550); +uint8_t x_1599; +lean_dec(x_1541); +lean_dec(x_1539); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27044,47 +26836,125 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1618 = !lean_is_exclusive(x_1576); -if (x_1618 == 0) +x_1599 = !lean_is_exclusive(x_1557); +if (x_1599 == 0) { -lean_object* x_1619; -x_1619 = lean_ctor_get(x_1576, 0); -lean_dec(x_1619); -lean_ctor_set_tag(x_1576, 1); -lean_ctor_set(x_1576, 0, x_1563); -return x_1576; +lean_object* x_1600; +x_1600 = lean_ctor_get(x_1557, 0); +lean_dec(x_1600); +lean_ctor_set_tag(x_1557, 1); +lean_ctor_set(x_1557, 0, x_1552); +return x_1557; } else { -lean_object* x_1620; lean_object* x_1621; -x_1620 = lean_ctor_get(x_1576, 1); -lean_inc(x_1620); -lean_dec(x_1576); -x_1621 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1621, 0, x_1563); -lean_ctor_set(x_1621, 1, x_1620); -return x_1621; +lean_object* x_1601; lean_object* x_1602; +x_1601 = lean_ctor_get(x_1557, 1); +lean_inc(x_1601); +lean_dec(x_1557); +x_1602 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1602, 0, x_1552); +lean_ctor_set(x_1602, 1, x_1601); +return x_1602; +} +} } +else +{ +lean_object* x_1603; +lean_dec(x_1541); +lean_dec(x_1539); +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_1); +if (lean_is_scalar(x_1554)) { + x_1603 = lean_alloc_ctor(1, 2, 0); +} else { + x_1603 = x_1554; +} +lean_ctor_set(x_1603, 0, x_1552); +lean_ctor_set(x_1603, 1, x_1553); +return x_1603; } } } } else { +lean_object* x_1611; lean_object* x_1612; lean_object* x_1613; size_t x_1614; size_t x_1615; lean_object* x_1616; +x_1611 = lean_ctor_get(x_1537, 0); +x_1612 = lean_ctor_get(x_1537, 1); +lean_inc(x_1612); +lean_inc(x_1611); +lean_dec(x_1537); +x_1613 = lean_array_get_size(x_3); +x_1614 = lean_usize_of_nat(x_1613); +x_1615 = 0; +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_1616 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1614, x_1615, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1612); +if (lean_obj_tag(x_1616) == 0) +{ +lean_object* x_1617; lean_object* x_1618; lean_object* x_1619; lean_object* x_1620; lean_object* x_1621; +lean_dec(x_1613); +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_1); +x_1617 = lean_ctor_get(x_1616, 0); +lean_inc(x_1617); +x_1618 = lean_ctor_get(x_1616, 1); +lean_inc(x_1618); +if (lean_is_exclusive(x_1616)) { + lean_ctor_release(x_1616, 0); + lean_ctor_release(x_1616, 1); + x_1619 = x_1616; +} else { + lean_dec_ref(x_1616); + x_1619 = lean_box(0); +} +x_1620 = l_Lean_mkAppN(x_1611, x_1617); +if (lean_is_scalar(x_1619)) { + x_1621 = lean_alloc_ctor(0, 2, 0); +} else { + x_1621 = x_1619; +} +lean_ctor_set(x_1621, 0, x_1620); +lean_ctor_set(x_1621, 1, x_1618); +return x_1621; +} +else +{ lean_object* x_1622; lean_object* x_1623; lean_object* x_1624; uint8_t x_1625; -x_1622 = lean_ctor_get(x_1555, 1); +x_1622 = lean_ctor_get(x_1616, 0); lean_inc(x_1622); -lean_dec(x_1555); -x_1623 = lean_ctor_get(x_1563, 0); +x_1623 = lean_ctor_get(x_1616, 1); lean_inc(x_1623); -x_1624 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1625 = lean_nat_dec_eq(x_1624, x_1623); -lean_dec(x_1623); -if (x_1625 == 0) +if (lean_is_exclusive(x_1616)) { + lean_ctor_release(x_1616, 0); + lean_ctor_release(x_1616, 1); + x_1624 = x_1616; +} else { + lean_dec_ref(x_1616); + x_1624 = lean_box(0); +} +if (lean_obj_tag(x_1622) == 0) { -lean_object* x_1626; -lean_dec(x_1552); -lean_dec(x_1550); +lean_object* x_1672; +lean_dec(x_1624); +lean_dec(x_1613); +lean_dec(x_1611); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27092,20 +26962,25 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1626 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1626, 0, x_1563); -lean_ctor_set(x_1626, 1, x_1622); -return x_1626; +x_1672 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1672, 0, x_1622); +lean_ctor_set(x_1672, 1, x_1623); +return x_1672; } else { -uint8_t x_1627; -x_1627 = l_Lean_Expr_isMVar(x_1550); -if (x_1627 == 0) +lean_object* x_1673; lean_object* x_1674; uint8_t x_1675; +x_1673 = lean_ctor_get(x_1622, 0); +lean_inc(x_1673); +x_1674 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1675 = lean_nat_dec_eq(x_1674, x_1673); +lean_dec(x_1673); +if (x_1675 == 0) { -lean_object* x_1628; -lean_dec(x_1552); -lean_dec(x_1550); +lean_object* x_1676; +lean_dec(x_1624); +lean_dec(x_1613); +lean_dec(x_1611); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27113,227 +26988,283 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1628 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1628, 0, x_1563); -lean_ctor_set(x_1628, 1, x_1622); -return x_1628; +x_1676 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1676, 0, x_1622); +lean_ctor_set(x_1676, 1, x_1623); +return x_1676; } else { -lean_object* x_1629; lean_object* x_1630; lean_object* x_1631; uint8_t x_1632; -lean_inc(x_1550); -x_1629 = l_Lean_Expr_mvarId_x21(x_1550); -x_1630 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1629, x_5, x_6, x_7, x_8, x_9, x_10, x_1622); -x_1631 = lean_ctor_get(x_1630, 0); -lean_inc(x_1631); -x_1632 = lean_unbox(x_1631); -lean_dec(x_1631); -if (x_1632 == 0) +uint8_t x_1677; +x_1677 = l_Lean_Expr_isMVar(x_1611); +if (x_1677 == 0) +{ +uint8_t x_1678; +x_1678 = 1; +x_1625 = x_1678; +goto block_1671; +} +else +{ +uint8_t x_1679; +x_1679 = 0; +x_1625 = x_1679; +goto block_1671; +} +} +} +block_1671: +{ +if (x_1625 == 0) +{ +lean_object* x_1626; lean_object* x_1627; lean_object* x_1628; uint8_t x_1629; +lean_dec(x_1624); +lean_inc(x_1611); +x_1626 = l_Lean_Expr_mvarId_x21(x_1611); +x_1627 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1626, x_5, x_6, x_7, x_8, x_9, x_10, x_1623); +x_1628 = lean_ctor_get(x_1627, 0); +lean_inc(x_1628); +x_1629 = lean_unbox(x_1628); +lean_dec(x_1628); +if (x_1629 == 0) +{ +lean_object* x_1630; lean_object* x_1631; +x_1630 = lean_ctor_get(x_1627, 1); +lean_inc(x_1630); +lean_dec(x_1627); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +x_1631 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1630); +if (lean_obj_tag(x_1631) == 0) { -lean_object* x_1633; lean_object* x_1634; -x_1633 = lean_ctor_get(x_1630, 1); +lean_object* x_1632; lean_object* x_1633; lean_object* x_1634; +x_1632 = lean_ctor_get(x_1631, 0); +lean_inc(x_1632); +x_1633 = lean_ctor_get(x_1631, 1); lean_inc(x_1633); -lean_dec(x_1630); +lean_dec(x_1631); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1634 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1633); +lean_inc(x_5); +x_1634 = l_Lean_Meta_CheckAssignment_check(x_1632, x_5, x_6, x_7, x_8, x_9, x_10, x_1633); if (lean_obj_tag(x_1634) == 0) { -lean_object* x_1635; lean_object* x_1636; lean_object* x_1637; +lean_object* x_1635; lean_object* x_1636; lean_object* x_1637; lean_object* x_1638; lean_object* x_1639; uint8_t 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; x_1635 = lean_ctor_get(x_1634, 0); lean_inc(x_1635); x_1636 = lean_ctor_get(x_1634, 1); lean_inc(x_1636); lean_dec(x_1634); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_5); -x_1637 = l_Lean_Meta_CheckAssignment_check(x_1635, x_5, x_6, x_7, x_8, x_9, x_10, x_1636); -if (lean_obj_tag(x_1637) == 0) -{ -lean_object* x_1638; lean_object* x_1639; lean_object* x_1640; lean_object* x_1641; lean_object* x_1642; uint8_t 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; -x_1638 = lean_ctor_get(x_1637, 0); +x_1637 = lean_ctor_get(x_5, 1); +lean_inc(x_1637); +lean_dec(x_5); +x_1638 = lean_ctor_get(x_1637, 1); lean_inc(x_1638); -x_1639 = lean_ctor_get(x_1637, 1); +x_1639 = lean_ctor_get(x_1637, 4); lean_inc(x_1639); lean_dec(x_1637); -x_1640 = lean_ctor_get(x_5, 1); -lean_inc(x_1640); -lean_dec(x_5); -x_1641 = lean_ctor_get(x_1640, 1); -lean_inc(x_1641); -x_1642 = lean_ctor_get(x_1640, 4); -lean_inc(x_1642); -lean_dec(x_1640); -x_1643 = 0; -x_1644 = lean_box(0); -x_1645 = lean_unsigned_to_nat(0u); -x_1646 = l_Lean_Meta_mkFreshExprMVarAt(x_1641, x_1642, x_1638, x_1643, x_1644, x_1645, x_7, x_8, x_9, x_10, x_1639); +x_1640 = 0; +x_1641 = lean_box(0); +x_1642 = lean_unsigned_to_nat(0u); +x_1643 = l_Lean_Meta_mkFreshExprMVarAt(x_1638, x_1639, x_1635, x_1640, x_1641, x_1642, x_7, x_8, x_9, x_10, x_1636); +x_1644 = lean_ctor_get(x_1643, 0); +lean_inc(x_1644); +x_1645 = lean_ctor_get(x_1643, 1); +lean_inc(x_1645); +lean_dec(x_1643); +lean_inc(x_1644); +x_1646 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1611, x_1613, x_1644, x_7, x_8, x_9, x_10, x_1645); +if (lean_obj_tag(x_1646) == 0) +{ +lean_object* x_1647; uint8_t x_1648; x_1647 = lean_ctor_get(x_1646, 0); lean_inc(x_1647); -x_1648 = lean_ctor_get(x_1646, 1); -lean_inc(x_1648); -lean_dec(x_1646); -lean_inc(x_1647); -x_1649 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1550, x_1552, x_1647, x_7, x_8, x_9, x_10, x_1648); -if (lean_obj_tag(x_1649) == 0) +x_1648 = lean_unbox(x_1647); +lean_dec(x_1647); +if (x_1648 == 0) { -lean_object* x_1650; uint8_t x_1651; -x_1650 = lean_ctor_get(x_1649, 0); -lean_inc(x_1650); -x_1651 = lean_unbox(x_1650); -lean_dec(x_1650); -if (x_1651 == 0) +lean_object* x_1649; lean_object* x_1650; lean_object* x_1651; +lean_dec(x_1644); +x_1649 = lean_ctor_get(x_1646, 1); +lean_inc(x_1649); +if (lean_is_exclusive(x_1646)) { + lean_ctor_release(x_1646, 0); + lean_ctor_release(x_1646, 1); + x_1650 = x_1646; +} else { + lean_dec_ref(x_1646); + x_1650 = lean_box(0); +} +if (lean_is_scalar(x_1650)) { + x_1651 = lean_alloc_ctor(1, 2, 0); +} else { + x_1651 = x_1650; + lean_ctor_set_tag(x_1651, 1); +} +lean_ctor_set(x_1651, 0, x_1622); +lean_ctor_set(x_1651, 1, x_1649); +return x_1651; +} +else { lean_object* x_1652; lean_object* x_1653; lean_object* x_1654; -lean_dec(x_1647); -x_1652 = lean_ctor_get(x_1649, 1); +lean_dec(x_1622); +x_1652 = lean_ctor_get(x_1646, 1); lean_inc(x_1652); -if (lean_is_exclusive(x_1649)) { - lean_ctor_release(x_1649, 0); - lean_ctor_release(x_1649, 1); - x_1653 = x_1649; +if (lean_is_exclusive(x_1646)) { + lean_ctor_release(x_1646, 0); + lean_ctor_release(x_1646, 1); + x_1653 = x_1646; } else { - lean_dec_ref(x_1649); + lean_dec_ref(x_1646); x_1653 = lean_box(0); } if (lean_is_scalar(x_1653)) { - x_1654 = lean_alloc_ctor(1, 2, 0); + x_1654 = lean_alloc_ctor(0, 2, 0); } else { x_1654 = x_1653; - lean_ctor_set_tag(x_1654, 1); } -lean_ctor_set(x_1654, 0, x_1563); +lean_ctor_set(x_1654, 0, x_1644); lean_ctor_set(x_1654, 1, x_1652); return x_1654; } +} else { -lean_object* x_1655; lean_object* x_1656; lean_object* x_1657; -lean_dec(x_1563); -x_1655 = lean_ctor_get(x_1649, 1); +lean_object* x_1655; lean_object* x_1656; lean_object* x_1657; lean_object* x_1658; +lean_dec(x_1644); +lean_dec(x_1622); +x_1655 = lean_ctor_get(x_1646, 0); lean_inc(x_1655); -if (lean_is_exclusive(x_1649)) { - lean_ctor_release(x_1649, 0); - lean_ctor_release(x_1649, 1); - x_1656 = x_1649; +x_1656 = lean_ctor_get(x_1646, 1); +lean_inc(x_1656); +if (lean_is_exclusive(x_1646)) { + lean_ctor_release(x_1646, 0); + lean_ctor_release(x_1646, 1); + x_1657 = x_1646; } else { - lean_dec_ref(x_1649); - x_1656 = lean_box(0); + lean_dec_ref(x_1646); + x_1657 = lean_box(0); } -if (lean_is_scalar(x_1656)) { - x_1657 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_1657)) { + x_1658 = lean_alloc_ctor(1, 2, 0); } else { - x_1657 = x_1656; + x_1658 = x_1657; } -lean_ctor_set(x_1657, 0, x_1647); -lean_ctor_set(x_1657, 1, x_1655); -return x_1657; +lean_ctor_set(x_1658, 0, x_1655); +lean_ctor_set(x_1658, 1, x_1656); +return x_1658; } } else { -lean_object* x_1658; lean_object* x_1659; lean_object* x_1660; lean_object* x_1661; -lean_dec(x_1647); -lean_dec(x_1563); -x_1658 = lean_ctor_get(x_1649, 0); -lean_inc(x_1658); -x_1659 = lean_ctor_get(x_1649, 1); +lean_object* x_1659; lean_object* x_1660; lean_object* x_1661; lean_object* x_1662; +lean_dec(x_1622); +lean_dec(x_1613); +lean_dec(x_1611); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +x_1659 = lean_ctor_get(x_1634, 0); lean_inc(x_1659); -if (lean_is_exclusive(x_1649)) { - lean_ctor_release(x_1649, 0); - lean_ctor_release(x_1649, 1); - x_1660 = x_1649; +x_1660 = lean_ctor_get(x_1634, 1); +lean_inc(x_1660); +if (lean_is_exclusive(x_1634)) { + lean_ctor_release(x_1634, 0); + lean_ctor_release(x_1634, 1); + x_1661 = x_1634; } else { - lean_dec_ref(x_1649); - x_1660 = lean_box(0); + lean_dec_ref(x_1634); + x_1661 = lean_box(0); } -if (lean_is_scalar(x_1660)) { - x_1661 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1661)) { + x_1662 = lean_alloc_ctor(1, 2, 0); } else { - x_1661 = x_1660; + x_1662 = x_1661; } -lean_ctor_set(x_1661, 0, x_1658); -lean_ctor_set(x_1661, 1, x_1659); -return x_1661; +lean_ctor_set(x_1662, 0, x_1659); +lean_ctor_set(x_1662, 1, x_1660); +return x_1662; } } else { -lean_object* x_1662; lean_object* x_1663; lean_object* x_1664; lean_object* x_1665; -lean_dec(x_1563); -lean_dec(x_1552); -lean_dec(x_1550); +lean_object* x_1663; lean_object* x_1664; lean_object* x_1665; lean_object* x_1666; +lean_dec(x_1622); +lean_dec(x_1613); +lean_dec(x_1611); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -x_1662 = lean_ctor_get(x_1637, 0); -lean_inc(x_1662); -x_1663 = lean_ctor_get(x_1637, 1); +x_1663 = lean_ctor_get(x_1631, 0); lean_inc(x_1663); -if (lean_is_exclusive(x_1637)) { - lean_ctor_release(x_1637, 0); - lean_ctor_release(x_1637, 1); - x_1664 = x_1637; +x_1664 = lean_ctor_get(x_1631, 1); +lean_inc(x_1664); +if (lean_is_exclusive(x_1631)) { + lean_ctor_release(x_1631, 0); + lean_ctor_release(x_1631, 1); + x_1665 = x_1631; } else { - lean_dec_ref(x_1637); - x_1664 = lean_box(0); + lean_dec_ref(x_1631); + x_1665 = lean_box(0); } -if (lean_is_scalar(x_1664)) { - x_1665 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1665)) { + x_1666 = lean_alloc_ctor(1, 2, 0); } else { - x_1665 = x_1664; + x_1666 = x_1665; } -lean_ctor_set(x_1665, 0, x_1662); -lean_ctor_set(x_1665, 1, x_1663); -return x_1665; +lean_ctor_set(x_1666, 0, x_1663); +lean_ctor_set(x_1666, 1, x_1664); +return x_1666; } } else { -lean_object* x_1666; lean_object* x_1667; lean_object* x_1668; lean_object* x_1669; -lean_dec(x_1563); -lean_dec(x_1552); -lean_dec(x_1550); +lean_object* x_1667; lean_object* x_1668; lean_object* x_1669; +lean_dec(x_1613); +lean_dec(x_1611); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1666 = lean_ctor_get(x_1634, 0); -lean_inc(x_1666); -x_1667 = lean_ctor_get(x_1634, 1); +lean_dec(x_1); +x_1667 = lean_ctor_get(x_1627, 1); lean_inc(x_1667); -if (lean_is_exclusive(x_1634)) { - lean_ctor_release(x_1634, 0); - lean_ctor_release(x_1634, 1); - x_1668 = x_1634; +if (lean_is_exclusive(x_1627)) { + lean_ctor_release(x_1627, 0); + lean_ctor_release(x_1627, 1); + x_1668 = x_1627; } else { - lean_dec_ref(x_1634); + lean_dec_ref(x_1627); x_1668 = lean_box(0); } if (lean_is_scalar(x_1668)) { x_1669 = lean_alloc_ctor(1, 2, 0); } else { x_1669 = x_1668; + lean_ctor_set_tag(x_1669, 1); } -lean_ctor_set(x_1669, 0, x_1666); +lean_ctor_set(x_1669, 0, x_1622); lean_ctor_set(x_1669, 1, x_1667); return x_1669; } } else { -lean_object* x_1670; lean_object* x_1671; lean_object* x_1672; -lean_dec(x_1552); -lean_dec(x_1550); +lean_object* x_1670; +lean_dec(x_1613); +lean_dec(x_1611); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27341,27 +27272,14 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1670 = lean_ctor_get(x_1630, 1); -lean_inc(x_1670); -if (lean_is_exclusive(x_1630)) { - lean_ctor_release(x_1630, 0); - lean_ctor_release(x_1630, 1); - x_1671 = x_1630; -} else { - lean_dec_ref(x_1630); - x_1671 = lean_box(0); -} -if (lean_is_scalar(x_1671)) { - x_1672 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1624)) { + x_1670 = lean_alloc_ctor(1, 2, 0); } else { - x_1672 = x_1671; - lean_ctor_set_tag(x_1672, 1); -} -lean_ctor_set(x_1672, 0, x_1563); -lean_ctor_set(x_1672, 1, x_1670); -return x_1672; -} + x_1670 = x_1624; } +lean_ctor_set(x_1670, 0, x_1622); +lean_ctor_set(x_1670, 1, x_1623); +return x_1670; } } } @@ -27369,7 +27287,7 @@ return x_1672; } else { -uint8_t x_1673; +uint8_t x_1680; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27378,143 +27296,38 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_1673 = !lean_is_exclusive(x_1549); -if (x_1673 == 0) +x_1680 = !lean_is_exclusive(x_1537); +if (x_1680 == 0) { -return x_1549; +return x_1537; } else { -lean_object* x_1674; lean_object* x_1675; lean_object* x_1676; -x_1674 = lean_ctor_get(x_1549, 0); -x_1675 = lean_ctor_get(x_1549, 1); -lean_inc(x_1675); -lean_inc(x_1674); -lean_dec(x_1549); -x_1676 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1676, 0, x_1674); -lean_ctor_set(x_1676, 1, x_1675); -return x_1676; +lean_object* x_1681; lean_object* x_1682; lean_object* x_1683; +x_1681 = lean_ctor_get(x_1537, 0); +x_1682 = lean_ctor_get(x_1537, 1); +lean_inc(x_1682); +lean_inc(x_1681); +lean_dec(x_1537); +x_1683 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1683, 0, x_1681); +lean_ctor_set(x_1683, 1, x_1682); +return x_1683; } } } -block_1701: +} +} +case 10: { -lean_object* x_1679; -lean_dec(x_1678); -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_1679 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1679) == 0) -{ -lean_object* x_1680; lean_object* x_1681; lean_object* x_1682; size_t x_1683; size_t x_1684; lean_object* x_1685; -x_1680 = lean_ctor_get(x_1679, 0); -lean_inc(x_1680); -x_1681 = lean_ctor_get(x_1679, 1); -lean_inc(x_1681); -lean_dec(x_1679); -x_1682 = lean_array_get_size(x_3); -x_1683 = lean_usize_of_nat(x_1682); -lean_dec(x_1682); -x_1684 = 0; -x_1685 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1683, x_1684, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1681); -if (lean_obj_tag(x_1685) == 0) -{ -uint8_t x_1686; -x_1686 = !lean_is_exclusive(x_1685); -if (x_1686 == 0) -{ -lean_object* x_1687; lean_object* x_1688; -x_1687 = lean_ctor_get(x_1685, 0); -x_1688 = l_Lean_mkAppN(x_1680, x_1687); -lean_ctor_set(x_1685, 0, x_1688); -return x_1685; -} -else -{ -lean_object* x_1689; lean_object* x_1690; lean_object* x_1691; lean_object* x_1692; -x_1689 = lean_ctor_get(x_1685, 0); -x_1690 = lean_ctor_get(x_1685, 1); -lean_inc(x_1690); -lean_inc(x_1689); -lean_dec(x_1685); -x_1691 = l_Lean_mkAppN(x_1680, x_1689); -x_1692 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1692, 0, x_1691); -lean_ctor_set(x_1692, 1, x_1690); -return x_1692; -} -} -else -{ -uint8_t x_1693; -lean_dec(x_1680); -x_1693 = !lean_is_exclusive(x_1685); -if (x_1693 == 0) -{ -return x_1685; -} -else -{ -lean_object* x_1694; lean_object* x_1695; lean_object* x_1696; -x_1694 = lean_ctor_get(x_1685, 0); -x_1695 = lean_ctor_get(x_1685, 1); -lean_inc(x_1695); -lean_inc(x_1694); -lean_dec(x_1685); -x_1696 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1696, 0, x_1694); -lean_ctor_set(x_1696, 1, x_1695); -return x_1696; -} -} -} -else -{ -uint8_t x_1697; -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_3); -x_1697 = !lean_is_exclusive(x_1679); -if (x_1697 == 0) -{ -return x_1679; -} -else -{ -lean_object* x_1698; lean_object* x_1699; lean_object* x_1700; -x_1698 = lean_ctor_get(x_1679, 0); -x_1699 = lean_ctor_get(x_1679, 1); -lean_inc(x_1699); -lean_inc(x_1698); -lean_dec(x_1679); -x_1700 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1700, 0, x_1698); -lean_ctor_set(x_1700, 1, x_1699); -return x_1700; -} -} -} -} -default: -{ -lean_object* x_1718; lean_object* x_1848; uint8_t x_1872; +uint8_t x_1701; uint8_t x_1872; lean_dec(x_4); x_1872 = l_Lean_Expr_isMVar(x_2); if (x_1872 == 0) { -lean_object* x_1873; -lean_dec(x_1); -x_1873 = lean_box(0); -x_1848 = x_1873; +uint8_t x_1873; +x_1873 = 0; +x_1701 = x_1873; goto block_1871; } else @@ -27526,10 +27339,9 @@ x_1875 = lean_ctor_get_uint8(x_1874, 1); lean_dec(x_1874); if (x_1875 == 0) { -lean_object* x_1876; -lean_dec(x_1); -x_1876 = lean_box(0); -x_1848 = x_1876; +uint8_t x_1876; +x_1876 = 0; +x_1701 = x_1876; goto block_1871; } else @@ -27540,11 +27352,11 @@ x_1878 = lean_unsigned_to_nat(0u); x_1879 = lean_nat_dec_lt(x_1878, x_1877); if (x_1879 == 0) { -lean_object* x_1880; +uint8_t x_1880; lean_dec(x_1877); -x_1880 = lean_box(0); -x_1718 = x_1880; -goto block_1847; +x_1880 = 1; +x_1701 = x_1880; +goto block_1871; } else { @@ -27552,11 +27364,11 @@ uint8_t x_1881; x_1881 = lean_nat_dec_le(x_1877, x_1877); if (x_1881 == 0) { -lean_object* x_1882; +uint8_t x_1882; lean_dec(x_1877); -x_1882 = lean_box(0); -x_1718 = x_1882; -goto block_1847; +x_1882 = 1; +x_1701 = x_1882; +goto block_1871; } else { @@ -27567,97 +27379,163 @@ lean_dec(x_1877); x_1885 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_1883, x_1884); if (x_1885 == 0) { -lean_object* x_1886; -x_1886 = lean_box(0); -x_1718 = x_1886; -goto block_1847; +uint8_t x_1886; +x_1886 = 1; +x_1701 = x_1886; +goto block_1871; } else { -lean_object* x_1887; -lean_dec(x_1); -x_1887 = lean_box(0); -x_1848 = x_1887; +uint8_t x_1887; +x_1887 = 0; +x_1701 = x_1887; goto block_1871; } } } } } -block_1847: +block_1871: { -lean_object* x_1719; -lean_dec(x_1718); -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_1719 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1719) == 0) +if (x_1701 == 0) { -lean_object* x_1720; lean_object* x_1721; lean_object* x_1722; size_t x_1723; size_t x_1724; lean_object* x_1725; -x_1720 = lean_ctor_get(x_1719, 0); -lean_inc(x_1720); -x_1721 = lean_ctor_get(x_1719, 1); -lean_inc(x_1721); -lean_dec(x_1719); -x_1722 = lean_array_get_size(x_3); -x_1723 = lean_usize_of_nat(x_1722); -x_1724 = 0; +lean_object* x_1702; +lean_dec(x_1); 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_1725 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1723, x_1724, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1721); -if (lean_obj_tag(x_1725) == 0) +x_1702 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1702) == 0) +{ +lean_object* x_1703; lean_object* x_1704; lean_object* x_1705; size_t x_1706; size_t x_1707; lean_object* x_1708; +x_1703 = lean_ctor_get(x_1702, 0); +lean_inc(x_1703); +x_1704 = lean_ctor_get(x_1702, 1); +lean_inc(x_1704); +lean_dec(x_1702); +x_1705 = lean_array_get_size(x_3); +x_1706 = lean_usize_of_nat(x_1705); +lean_dec(x_1705); +x_1707 = 0; +x_1708 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1706, x_1707, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1704); +if (lean_obj_tag(x_1708) == 0) +{ +uint8_t x_1709; +x_1709 = !lean_is_exclusive(x_1708); +if (x_1709 == 0) +{ +lean_object* x_1710; lean_object* x_1711; +x_1710 = lean_ctor_get(x_1708, 0); +x_1711 = l_Lean_mkAppN(x_1703, x_1710); +lean_ctor_set(x_1708, 0, x_1711); +return x_1708; +} +else +{ +lean_object* x_1712; lean_object* x_1713; lean_object* x_1714; lean_object* x_1715; +x_1712 = lean_ctor_get(x_1708, 0); +x_1713 = lean_ctor_get(x_1708, 1); +lean_inc(x_1713); +lean_inc(x_1712); +lean_dec(x_1708); +x_1714 = l_Lean_mkAppN(x_1703, x_1712); +x_1715 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1715, 0, x_1714); +lean_ctor_set(x_1715, 1, x_1713); +return x_1715; +} +} +else +{ +uint8_t x_1716; +lean_dec(x_1703); +x_1716 = !lean_is_exclusive(x_1708); +if (x_1716 == 0) +{ +return x_1708; +} +else +{ +lean_object* x_1717; lean_object* x_1718; lean_object* x_1719; +x_1717 = lean_ctor_get(x_1708, 0); +x_1718 = lean_ctor_get(x_1708, 1); +lean_inc(x_1718); +lean_inc(x_1717); +lean_dec(x_1708); +x_1719 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1719, 0, x_1717); +lean_ctor_set(x_1719, 1, x_1718); +return x_1719; +} +} +} +else { -uint8_t x_1726; -lean_dec(x_1722); +uint8_t x_1720; 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_1); -x_1726 = !lean_is_exclusive(x_1725); -if (x_1726 == 0) +lean_dec(x_3); +x_1720 = !lean_is_exclusive(x_1702); +if (x_1720 == 0) { -lean_object* x_1727; lean_object* x_1728; -x_1727 = lean_ctor_get(x_1725, 0); -x_1728 = l_Lean_mkAppN(x_1720, x_1727); -lean_ctor_set(x_1725, 0, x_1728); -return x_1725; +return x_1702; } else { -lean_object* x_1729; lean_object* x_1730; lean_object* x_1731; lean_object* x_1732; -x_1729 = lean_ctor_get(x_1725, 0); -x_1730 = lean_ctor_get(x_1725, 1); -lean_inc(x_1730); -lean_inc(x_1729); -lean_dec(x_1725); -x_1731 = l_Lean_mkAppN(x_1720, x_1729); -x_1732 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1732, 0, x_1731); -lean_ctor_set(x_1732, 1, x_1730); -return x_1732; +lean_object* x_1721; lean_object* x_1722; lean_object* x_1723; +x_1721 = lean_ctor_get(x_1702, 0); +x_1722 = lean_ctor_get(x_1702, 1); +lean_inc(x_1722); +lean_inc(x_1721); +lean_dec(x_1702); +x_1723 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1723, 0, x_1721); +lean_ctor_set(x_1723, 1, x_1722); +return x_1723; +} } } else { -lean_object* x_1733; -x_1733 = lean_ctor_get(x_1725, 0); -lean_inc(x_1733); -if (lean_obj_tag(x_1733) == 0) +lean_object* x_1724; +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_1724 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1724) == 0) +{ +uint8_t x_1725; +x_1725 = !lean_is_exclusive(x_1724); +if (x_1725 == 0) +{ +lean_object* x_1726; lean_object* x_1727; lean_object* x_1728; size_t x_1729; size_t x_1730; lean_object* x_1731; +x_1726 = lean_ctor_get(x_1724, 0); +x_1727 = lean_ctor_get(x_1724, 1); +x_1728 = lean_array_get_size(x_3); +x_1729 = lean_usize_of_nat(x_1728); +x_1730 = 0; +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_1731 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1729, x_1730, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1727); +if (lean_obj_tag(x_1731) == 0) { -uint8_t x_1734; -lean_dec(x_1722); -lean_dec(x_1720); +uint8_t x_1732; +lean_dec(x_1728); +lean_free_object(x_1724); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27665,45 +27543,50 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1734 = !lean_is_exclusive(x_1725); -if (x_1734 == 0) +x_1732 = !lean_is_exclusive(x_1731); +if (x_1732 == 0) { -lean_object* x_1735; -x_1735 = lean_ctor_get(x_1725, 0); -lean_dec(x_1735); -return x_1725; +lean_object* x_1733; lean_object* x_1734; +x_1733 = lean_ctor_get(x_1731, 0); +x_1734 = l_Lean_mkAppN(x_1726, x_1733); +lean_ctor_set(x_1731, 0, x_1734); +return x_1731; } else { -lean_object* x_1736; lean_object* x_1737; -x_1736 = lean_ctor_get(x_1725, 1); +lean_object* x_1735; lean_object* x_1736; lean_object* x_1737; lean_object* x_1738; +x_1735 = lean_ctor_get(x_1731, 0); +x_1736 = lean_ctor_get(x_1731, 1); lean_inc(x_1736); -lean_dec(x_1725); -x_1737 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1737, 0, x_1733); -lean_ctor_set(x_1737, 1, x_1736); -return x_1737; +lean_inc(x_1735); +lean_dec(x_1731); +x_1737 = l_Lean_mkAppN(x_1726, x_1735); +x_1738 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1738, 0, x_1737); +lean_ctor_set(x_1738, 1, x_1736); +return x_1738; } } else { -uint8_t x_1738; -x_1738 = !lean_is_exclusive(x_1725); -if (x_1738 == 0) +lean_object* x_1739; lean_object* x_1740; lean_object* x_1741; uint8_t x_1742; +x_1739 = lean_ctor_get(x_1731, 0); +lean_inc(x_1739); +x_1740 = lean_ctor_get(x_1731, 1); +lean_inc(x_1740); +if (lean_is_exclusive(x_1731)) { + lean_ctor_release(x_1731, 0); + lean_ctor_release(x_1731, 1); + x_1741 = x_1731; +} else { + lean_dec_ref(x_1731); + x_1741 = lean_box(0); +} +if (lean_obj_tag(x_1739) == 0) { -lean_object* x_1739; lean_object* x_1740; lean_object* x_1741; lean_object* x_1742; uint8_t x_1743; -x_1739 = lean_ctor_get(x_1725, 1); -x_1740 = lean_ctor_get(x_1725, 0); -lean_dec(x_1740); -x_1741 = lean_ctor_get(x_1733, 0); -lean_inc(x_1741); -x_1742 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1743 = lean_nat_dec_eq(x_1742, x_1741); lean_dec(x_1741); -if (x_1743 == 0) -{ -lean_dec(x_1722); -lean_dec(x_1720); +lean_dec(x_1728); +lean_dec(x_1726); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27711,16 +27594,24 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_1725; +lean_ctor_set_tag(x_1724, 1); +lean_ctor_set(x_1724, 1, x_1740); +lean_ctor_set(x_1724, 0, x_1739); +return x_1724; } else { -uint8_t x_1744; -x_1744 = l_Lean_Expr_isMVar(x_1720); -if (x_1744 == 0) +lean_object* x_1792; lean_object* x_1793; uint8_t x_1794; +x_1792 = lean_ctor_get(x_1739, 0); +lean_inc(x_1792); +x_1793 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1794 = lean_nat_dec_eq(x_1793, x_1792); +lean_dec(x_1792); +if (x_1794 == 0) { -lean_dec(x_1722); -lean_dec(x_1720); +lean_dec(x_1741); +lean_dec(x_1728); +lean_dec(x_1726); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27728,223 +27619,249 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -return x_1725; +lean_ctor_set_tag(x_1724, 1); +lean_ctor_set(x_1724, 1, x_1740); +lean_ctor_set(x_1724, 0, x_1739); +return x_1724; } else { -lean_object* x_1745; lean_object* x_1746; lean_object* x_1747; uint8_t x_1748; -lean_free_object(x_1725); -lean_inc(x_1720); -x_1745 = l_Lean_Expr_mvarId_x21(x_1720); -x_1746 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1745, x_5, x_6, x_7, x_8, x_9, x_10, x_1739); -x_1747 = lean_ctor_get(x_1746, 0); -lean_inc(x_1747); -x_1748 = lean_unbox(x_1747); -lean_dec(x_1747); -if (x_1748 == 0) +uint8_t x_1795; +lean_free_object(x_1724); +x_1795 = l_Lean_Expr_isMVar(x_1726); +if (x_1795 == 0) { -lean_object* x_1749; lean_object* x_1750; -x_1749 = lean_ctor_get(x_1746, 1); -lean_inc(x_1749); -lean_dec(x_1746); +uint8_t x_1796; +x_1796 = 1; +x_1742 = x_1796; +goto block_1791; +} +else +{ +uint8_t x_1797; +x_1797 = 0; +x_1742 = x_1797; +goto block_1791; +} +} +} +block_1791: +{ +if (x_1742 == 0) +{ +lean_object* x_1743; lean_object* x_1744; lean_object* x_1745; uint8_t x_1746; +lean_dec(x_1741); +lean_inc(x_1726); +x_1743 = l_Lean_Expr_mvarId_x21(x_1726); +x_1744 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1743, x_5, x_6, x_7, x_8, x_9, x_10, x_1740); +x_1745 = lean_ctor_get(x_1744, 0); +lean_inc(x_1745); +x_1746 = lean_unbox(x_1745); +lean_dec(x_1745); +if (x_1746 == 0) +{ +lean_object* x_1747; lean_object* x_1748; +x_1747 = lean_ctor_get(x_1744, 1); +lean_inc(x_1747); +lean_dec(x_1744); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1750 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1749); -if (lean_obj_tag(x_1750) == 0) +x_1748 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1747); +if (lean_obj_tag(x_1748) == 0) { -lean_object* x_1751; lean_object* x_1752; lean_object* x_1753; -x_1751 = lean_ctor_get(x_1750, 0); -lean_inc(x_1751); -x_1752 = lean_ctor_get(x_1750, 1); -lean_inc(x_1752); -lean_dec(x_1750); +lean_object* x_1749; lean_object* x_1750; lean_object* x_1751; +x_1749 = lean_ctor_get(x_1748, 0); +lean_inc(x_1749); +x_1750 = lean_ctor_get(x_1748, 1); +lean_inc(x_1750); +lean_dec(x_1748); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1753 = l_Lean_Meta_CheckAssignment_check(x_1751, x_5, x_6, x_7, x_8, x_9, x_10, x_1752); -if (lean_obj_tag(x_1753) == 0) +x_1751 = l_Lean_Meta_CheckAssignment_check(x_1749, x_5, x_6, x_7, x_8, x_9, x_10, x_1750); +if (lean_obj_tag(x_1751) == 0) { -lean_object* x_1754; lean_object* x_1755; lean_object* x_1756; lean_object* x_1757; lean_object* x_1758; uint8_t x_1759; lean_object* x_1760; lean_object* x_1761; lean_object* x_1762; lean_object* x_1763; lean_object* x_1764; lean_object* x_1765; -x_1754 = lean_ctor_get(x_1753, 0); +lean_object* x_1752; lean_object* x_1753; lean_object* x_1754; lean_object* x_1755; lean_object* x_1756; uint8_t x_1757; lean_object* x_1758; lean_object* x_1759; lean_object* x_1760; lean_object* x_1761; lean_object* x_1762; lean_object* x_1763; +x_1752 = lean_ctor_get(x_1751, 0); +lean_inc(x_1752); +x_1753 = lean_ctor_get(x_1751, 1); +lean_inc(x_1753); +lean_dec(x_1751); +x_1754 = lean_ctor_get(x_5, 1); lean_inc(x_1754); -x_1755 = lean_ctor_get(x_1753, 1); +lean_dec(x_5); +x_1755 = lean_ctor_get(x_1754, 1); lean_inc(x_1755); -lean_dec(x_1753); -x_1756 = lean_ctor_get(x_5, 1); +x_1756 = lean_ctor_get(x_1754, 4); lean_inc(x_1756); -lean_dec(x_5); -x_1757 = lean_ctor_get(x_1756, 1); -lean_inc(x_1757); -x_1758 = lean_ctor_get(x_1756, 4); -lean_inc(x_1758); -lean_dec(x_1756); -x_1759 = 0; -x_1760 = lean_box(0); -x_1761 = lean_unsigned_to_nat(0u); -x_1762 = l_Lean_Meta_mkFreshExprMVarAt(x_1757, x_1758, x_1754, x_1759, x_1760, x_1761, x_7, x_8, x_9, x_10, x_1755); -x_1763 = lean_ctor_get(x_1762, 0); -lean_inc(x_1763); -x_1764 = lean_ctor_get(x_1762, 1); +lean_dec(x_1754); +x_1757 = 0; +x_1758 = lean_box(0); +x_1759 = lean_unsigned_to_nat(0u); +x_1760 = l_Lean_Meta_mkFreshExprMVarAt(x_1755, x_1756, x_1752, x_1757, x_1758, x_1759, x_7, x_8, x_9, x_10, x_1753); +x_1761 = lean_ctor_get(x_1760, 0); +lean_inc(x_1761); +x_1762 = lean_ctor_get(x_1760, 1); +lean_inc(x_1762); +lean_dec(x_1760); +lean_inc(x_1761); +x_1763 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1726, x_1728, x_1761, x_7, x_8, x_9, x_10, x_1762); +if (lean_obj_tag(x_1763) == 0) +{ +lean_object* x_1764; uint8_t x_1765; +x_1764 = lean_ctor_get(x_1763, 0); lean_inc(x_1764); -lean_dec(x_1762); -lean_inc(x_1763); -x_1765 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1720, x_1722, x_1763, x_7, x_8, x_9, x_10, x_1764); -if (lean_obj_tag(x_1765) == 0) -{ -lean_object* x_1766; uint8_t x_1767; -x_1766 = lean_ctor_get(x_1765, 0); -lean_inc(x_1766); -x_1767 = lean_unbox(x_1766); -lean_dec(x_1766); -if (x_1767 == 0) -{ -uint8_t x_1768; -lean_dec(x_1763); -x_1768 = !lean_is_exclusive(x_1765); -if (x_1768 == 0) +x_1765 = lean_unbox(x_1764); +lean_dec(x_1764); +if (x_1765 == 0) { -lean_object* x_1769; -x_1769 = lean_ctor_get(x_1765, 0); -lean_dec(x_1769); -lean_ctor_set_tag(x_1765, 1); -lean_ctor_set(x_1765, 0, x_1733); -return x_1765; +uint8_t x_1766; +lean_dec(x_1761); +x_1766 = !lean_is_exclusive(x_1763); +if (x_1766 == 0) +{ +lean_object* x_1767; +x_1767 = lean_ctor_get(x_1763, 0); +lean_dec(x_1767); +lean_ctor_set_tag(x_1763, 1); +lean_ctor_set(x_1763, 0, x_1739); +return x_1763; } else { -lean_object* x_1770; lean_object* x_1771; -x_1770 = lean_ctor_get(x_1765, 1); -lean_inc(x_1770); -lean_dec(x_1765); -x_1771 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1771, 0, x_1733); -lean_ctor_set(x_1771, 1, x_1770); -return x_1771; +lean_object* x_1768; lean_object* x_1769; +x_1768 = lean_ctor_get(x_1763, 1); +lean_inc(x_1768); +lean_dec(x_1763); +x_1769 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1769, 0, x_1739); +lean_ctor_set(x_1769, 1, x_1768); +return x_1769; } } else { -uint8_t x_1772; -lean_dec(x_1733); -x_1772 = !lean_is_exclusive(x_1765); -if (x_1772 == 0) +uint8_t x_1770; +lean_dec(x_1739); +x_1770 = !lean_is_exclusive(x_1763); +if (x_1770 == 0) { -lean_object* x_1773; -x_1773 = lean_ctor_get(x_1765, 0); -lean_dec(x_1773); -lean_ctor_set(x_1765, 0, x_1763); -return x_1765; +lean_object* x_1771; +x_1771 = lean_ctor_get(x_1763, 0); +lean_dec(x_1771); +lean_ctor_set(x_1763, 0, x_1761); +return x_1763; } else { -lean_object* x_1774; lean_object* x_1775; -x_1774 = lean_ctor_get(x_1765, 1); -lean_inc(x_1774); -lean_dec(x_1765); -x_1775 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1775, 0, x_1763); -lean_ctor_set(x_1775, 1, x_1774); -return x_1775; +lean_object* x_1772; lean_object* x_1773; +x_1772 = lean_ctor_get(x_1763, 1); +lean_inc(x_1772); +lean_dec(x_1763); +x_1773 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1773, 0, x_1761); +lean_ctor_set(x_1773, 1, x_1772); +return x_1773; } } } else { -uint8_t x_1776; -lean_dec(x_1763); -lean_dec(x_1733); -x_1776 = !lean_is_exclusive(x_1765); -if (x_1776 == 0) +uint8_t x_1774; +lean_dec(x_1761); +lean_dec(x_1739); +x_1774 = !lean_is_exclusive(x_1763); +if (x_1774 == 0) { -return x_1765; +return x_1763; } else { -lean_object* x_1777; lean_object* x_1778; lean_object* x_1779; -x_1777 = lean_ctor_get(x_1765, 0); -x_1778 = lean_ctor_get(x_1765, 1); -lean_inc(x_1778); -lean_inc(x_1777); -lean_dec(x_1765); -x_1779 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1779, 0, x_1777); -lean_ctor_set(x_1779, 1, x_1778); -return x_1779; +lean_object* x_1775; lean_object* x_1776; lean_object* x_1777; +x_1775 = lean_ctor_get(x_1763, 0); +x_1776 = lean_ctor_get(x_1763, 1); +lean_inc(x_1776); +lean_inc(x_1775); +lean_dec(x_1763); +x_1777 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1777, 0, x_1775); +lean_ctor_set(x_1777, 1, x_1776); +return x_1777; } } } else { -uint8_t x_1780; -lean_dec(x_1733); -lean_dec(x_1722); -lean_dec(x_1720); +uint8_t x_1778; +lean_dec(x_1739); +lean_dec(x_1728); +lean_dec(x_1726); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1780 = !lean_is_exclusive(x_1753); -if (x_1780 == 0) +x_1778 = !lean_is_exclusive(x_1751); +if (x_1778 == 0) { -return x_1753; +return x_1751; } else { -lean_object* x_1781; lean_object* x_1782; lean_object* x_1783; -x_1781 = lean_ctor_get(x_1753, 0); -x_1782 = lean_ctor_get(x_1753, 1); -lean_inc(x_1782); -lean_inc(x_1781); -lean_dec(x_1753); -x_1783 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1783, 0, x_1781); -lean_ctor_set(x_1783, 1, x_1782); -return x_1783; +lean_object* x_1779; lean_object* x_1780; lean_object* x_1781; +x_1779 = lean_ctor_get(x_1751, 0); +x_1780 = lean_ctor_get(x_1751, 1); +lean_inc(x_1780); +lean_inc(x_1779); +lean_dec(x_1751); +x_1781 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1781, 0, x_1779); +lean_ctor_set(x_1781, 1, x_1780); +return x_1781; } } } else { -uint8_t x_1784; -lean_dec(x_1733); -lean_dec(x_1722); -lean_dec(x_1720); +uint8_t x_1782; +lean_dec(x_1739); +lean_dec(x_1728); +lean_dec(x_1726); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1784 = !lean_is_exclusive(x_1750); -if (x_1784 == 0) +x_1782 = !lean_is_exclusive(x_1748); +if (x_1782 == 0) { -return x_1750; +return x_1748; } else { -lean_object* x_1785; lean_object* x_1786; lean_object* x_1787; -x_1785 = lean_ctor_get(x_1750, 0); -x_1786 = lean_ctor_get(x_1750, 1); -lean_inc(x_1786); -lean_inc(x_1785); -lean_dec(x_1750); -x_1787 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1787, 0, x_1785); -lean_ctor_set(x_1787, 1, x_1786); -return x_1787; +lean_object* x_1783; lean_object* x_1784; lean_object* x_1785; +x_1783 = lean_ctor_get(x_1748, 0); +x_1784 = lean_ctor_get(x_1748, 1); +lean_inc(x_1784); +lean_inc(x_1783); +lean_dec(x_1748); +x_1785 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1785, 0, x_1783); +lean_ctor_set(x_1785, 1, x_1784); +return x_1785; } } } else { -uint8_t x_1788; -lean_dec(x_1722); -lean_dec(x_1720); +uint8_t x_1786; +lean_dec(x_1728); +lean_dec(x_1726); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -27952,47 +27869,75 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1788 = !lean_is_exclusive(x_1746); -if (x_1788 == 0) +x_1786 = !lean_is_exclusive(x_1744); +if (x_1786 == 0) +{ +lean_object* x_1787; +x_1787 = lean_ctor_get(x_1744, 0); +lean_dec(x_1787); +lean_ctor_set_tag(x_1744, 1); +lean_ctor_set(x_1744, 0, x_1739); +return x_1744; +} +else { -lean_object* x_1789; -x_1789 = lean_ctor_get(x_1746, 0); -lean_dec(x_1789); -lean_ctor_set_tag(x_1746, 1); -lean_ctor_set(x_1746, 0, x_1733); -return x_1746; +lean_object* x_1788; lean_object* x_1789; +x_1788 = lean_ctor_get(x_1744, 1); +lean_inc(x_1788); +lean_dec(x_1744); +x_1789 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1789, 0, x_1739); +lean_ctor_set(x_1789, 1, x_1788); +return x_1789; +} +} } else { -lean_object* x_1790; lean_object* x_1791; -x_1790 = lean_ctor_get(x_1746, 1); -lean_inc(x_1790); -lean_dec(x_1746); -x_1791 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1791, 0, x_1733); -lean_ctor_set(x_1791, 1, x_1790); -return x_1791; +lean_object* x_1790; +lean_dec(x_1728); +lean_dec(x_1726); +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_1); +if (lean_is_scalar(x_1741)) { + x_1790 = lean_alloc_ctor(1, 2, 0); +} else { + x_1790 = x_1741; } +lean_ctor_set(x_1790, 0, x_1739); +lean_ctor_set(x_1790, 1, x_1740); +return x_1790; } } } } else { -lean_object* x_1792; lean_object* x_1793; lean_object* x_1794; uint8_t x_1795; -x_1792 = lean_ctor_get(x_1725, 1); -lean_inc(x_1792); -lean_dec(x_1725); -x_1793 = lean_ctor_get(x_1733, 0); -lean_inc(x_1793); -x_1794 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; -x_1795 = lean_nat_dec_eq(x_1794, x_1793); -lean_dec(x_1793); -if (x_1795 == 0) +lean_object* x_1798; lean_object* x_1799; lean_object* x_1800; size_t x_1801; size_t x_1802; lean_object* x_1803; +x_1798 = lean_ctor_get(x_1724, 0); +x_1799 = lean_ctor_get(x_1724, 1); +lean_inc(x_1799); +lean_inc(x_1798); +lean_dec(x_1724); +x_1800 = lean_array_get_size(x_3); +x_1801 = lean_usize_of_nat(x_1800); +x_1802 = 0; +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_1803 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1801, x_1802, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1799); +if (lean_obj_tag(x_1803) == 0) { -lean_object* x_1796; -lean_dec(x_1722); -lean_dec(x_1720); +lean_object* x_1804; lean_object* x_1805; lean_object* x_1806; lean_object* x_1807; lean_object* x_1808; +lean_dec(x_1800); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -28000,20 +27945,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1796 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1796, 0, x_1733); -lean_ctor_set(x_1796, 1, x_1792); -return x_1796; +x_1804 = lean_ctor_get(x_1803, 0); +lean_inc(x_1804); +x_1805 = lean_ctor_get(x_1803, 1); +lean_inc(x_1805); +if (lean_is_exclusive(x_1803)) { + lean_ctor_release(x_1803, 0); + lean_ctor_release(x_1803, 1); + x_1806 = x_1803; +} else { + lean_dec_ref(x_1803); + x_1806 = lean_box(0); +} +x_1807 = l_Lean_mkAppN(x_1798, x_1804); +if (lean_is_scalar(x_1806)) { + x_1808 = lean_alloc_ctor(0, 2, 0); +} else { + x_1808 = x_1806; +} +lean_ctor_set(x_1808, 0, x_1807); +lean_ctor_set(x_1808, 1, x_1805); +return x_1808; } else { -uint8_t x_1797; -x_1797 = l_Lean_Expr_isMVar(x_1720); -if (x_1797 == 0) +lean_object* x_1809; lean_object* x_1810; lean_object* x_1811; uint8_t x_1812; +x_1809 = lean_ctor_get(x_1803, 0); +lean_inc(x_1809); +x_1810 = lean_ctor_get(x_1803, 1); +lean_inc(x_1810); +if (lean_is_exclusive(x_1803)) { + lean_ctor_release(x_1803, 0); + lean_ctor_release(x_1803, 1); + x_1811 = x_1803; +} else { + lean_dec_ref(x_1803); + x_1811 = lean_box(0); +} +if (lean_obj_tag(x_1809) == 0) { -lean_object* x_1798; -lean_dec(x_1722); -lean_dec(x_1720); +lean_object* x_1859; +lean_dec(x_1811); +lean_dec(x_1800); +lean_dec(x_1798); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -28021,227 +27995,276 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1798 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1798, 0, x_1733); -lean_ctor_set(x_1798, 1, x_1792); -return x_1798; +x_1859 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1859, 0, x_1809); +lean_ctor_set(x_1859, 1, x_1810); +return x_1859; } else { -lean_object* x_1799; lean_object* x_1800; lean_object* x_1801; uint8_t x_1802; -lean_inc(x_1720); -x_1799 = l_Lean_Expr_mvarId_x21(x_1720); -x_1800 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1799, x_5, x_6, x_7, x_8, x_9, x_10, x_1792); -x_1801 = lean_ctor_get(x_1800, 0); -lean_inc(x_1801); -x_1802 = lean_unbox(x_1801); -lean_dec(x_1801); -if (x_1802 == 0) +lean_object* x_1860; lean_object* x_1861; uint8_t x_1862; +x_1860 = lean_ctor_get(x_1809, 0); +lean_inc(x_1860); +x_1861 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1862 = lean_nat_dec_eq(x_1861, x_1860); +lean_dec(x_1860); +if (x_1862 == 0) { -lean_object* x_1803; lean_object* x_1804; -x_1803 = lean_ctor_get(x_1800, 1); -lean_inc(x_1803); +lean_object* x_1863; +lean_dec(x_1811); lean_dec(x_1800); +lean_dec(x_1798); +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_1); +x_1863 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1863, 0, x_1809); +lean_ctor_set(x_1863, 1, x_1810); +return x_1863; +} +else +{ +uint8_t x_1864; +x_1864 = l_Lean_Expr_isMVar(x_1798); +if (x_1864 == 0) +{ +uint8_t x_1865; +x_1865 = 1; +x_1812 = x_1865; +goto block_1858; +} +else +{ +uint8_t x_1866; +x_1866 = 0; +x_1812 = x_1866; +goto block_1858; +} +} +} +block_1858: +{ +if (x_1812 == 0) +{ +lean_object* x_1813; lean_object* x_1814; lean_object* x_1815; uint8_t x_1816; +lean_dec(x_1811); +lean_inc(x_1798); +x_1813 = l_Lean_Expr_mvarId_x21(x_1798); +x_1814 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1813, x_5, x_6, x_7, x_8, x_9, x_10, x_1810); +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; +x_1817 = lean_ctor_get(x_1814, 1); +lean_inc(x_1817); +lean_dec(x_1814); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_1804 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1803); -if (lean_obj_tag(x_1804) == 0) +x_1818 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1817); +if (lean_obj_tag(x_1818) == 0) { -lean_object* x_1805; lean_object* x_1806; lean_object* x_1807; -x_1805 = lean_ctor_get(x_1804, 0); -lean_inc(x_1805); -x_1806 = lean_ctor_get(x_1804, 1); -lean_inc(x_1806); -lean_dec(x_1804); +lean_object* x_1819; lean_object* x_1820; lean_object* x_1821; +x_1819 = lean_ctor_get(x_1818, 0); +lean_inc(x_1819); +x_1820 = lean_ctor_get(x_1818, 1); +lean_inc(x_1820); +lean_dec(x_1818); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_5); -x_1807 = l_Lean_Meta_CheckAssignment_check(x_1805, x_5, x_6, x_7, x_8, x_9, x_10, x_1806); -if (lean_obj_tag(x_1807) == 0) -{ -lean_object* x_1808; lean_object* x_1809; lean_object* x_1810; lean_object* x_1811; lean_object* x_1812; uint8_t x_1813; lean_object* x_1814; lean_object* x_1815; lean_object* x_1816; lean_object* x_1817; lean_object* x_1818; lean_object* x_1819; -x_1808 = lean_ctor_get(x_1807, 0); -lean_inc(x_1808); -x_1809 = lean_ctor_get(x_1807, 1); -lean_inc(x_1809); -lean_dec(x_1807); -x_1810 = lean_ctor_get(x_5, 1); -lean_inc(x_1810); -lean_dec(x_5); -x_1811 = lean_ctor_get(x_1810, 1); -lean_inc(x_1811); -x_1812 = lean_ctor_get(x_1810, 4); -lean_inc(x_1812); -lean_dec(x_1810); -x_1813 = 0; -x_1814 = lean_box(0); -x_1815 = lean_unsigned_to_nat(0u); -x_1816 = l_Lean_Meta_mkFreshExprMVarAt(x_1811, x_1812, x_1808, x_1813, x_1814, x_1815, x_7, x_8, x_9, x_10, x_1809); -x_1817 = lean_ctor_get(x_1816, 0); -lean_inc(x_1817); -x_1818 = lean_ctor_get(x_1816, 1); -lean_inc(x_1818); -lean_dec(x_1816); -lean_inc(x_1817); -x_1819 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1720, x_1722, x_1817, x_7, x_8, x_9, x_10, x_1818); -if (lean_obj_tag(x_1819) == 0) +x_1821 = l_Lean_Meta_CheckAssignment_check(x_1819, x_5, x_6, x_7, x_8, x_9, x_10, x_1820); +if (lean_obj_tag(x_1821) == 0) { -lean_object* x_1820; uint8_t x_1821; -x_1820 = lean_ctor_get(x_1819, 0); -lean_inc(x_1820); -x_1821 = lean_unbox(x_1820); -lean_dec(x_1820); -if (x_1821 == 0) -{ -lean_object* x_1822; lean_object* x_1823; lean_object* x_1824; -lean_dec(x_1817); -x_1822 = lean_ctor_get(x_1819, 1); +lean_object* x_1822; lean_object* x_1823; lean_object* x_1824; lean_object* x_1825; lean_object* x_1826; uint8_t 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; +x_1822 = lean_ctor_get(x_1821, 0); lean_inc(x_1822); -if (lean_is_exclusive(x_1819)) { - lean_ctor_release(x_1819, 0); - lean_ctor_release(x_1819, 1); - x_1823 = x_1819; +x_1823 = lean_ctor_get(x_1821, 1); +lean_inc(x_1823); +lean_dec(x_1821); +x_1824 = lean_ctor_get(x_5, 1); +lean_inc(x_1824); +lean_dec(x_5); +x_1825 = lean_ctor_get(x_1824, 1); +lean_inc(x_1825); +x_1826 = lean_ctor_get(x_1824, 4); +lean_inc(x_1826); +lean_dec(x_1824); +x_1827 = 0; +x_1828 = lean_box(0); +x_1829 = lean_unsigned_to_nat(0u); +x_1830 = l_Lean_Meta_mkFreshExprMVarAt(x_1825, x_1826, x_1822, x_1827, x_1828, x_1829, x_7, x_8, x_9, x_10, x_1823); +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); +lean_inc(x_1831); +x_1833 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1798, x_1800, x_1831, x_7, x_8, x_9, x_10, x_1832); +if (lean_obj_tag(x_1833) == 0) +{ +lean_object* x_1834; uint8_t x_1835; +x_1834 = lean_ctor_get(x_1833, 0); +lean_inc(x_1834); +x_1835 = lean_unbox(x_1834); +lean_dec(x_1834); +if (x_1835 == 0) +{ +lean_object* x_1836; lean_object* x_1837; lean_object* x_1838; +lean_dec(x_1831); +x_1836 = lean_ctor_get(x_1833, 1); +lean_inc(x_1836); +if (lean_is_exclusive(x_1833)) { + lean_ctor_release(x_1833, 0); + lean_ctor_release(x_1833, 1); + x_1837 = x_1833; } else { - lean_dec_ref(x_1819); - x_1823 = lean_box(0); + lean_dec_ref(x_1833); + x_1837 = lean_box(0); } -if (lean_is_scalar(x_1823)) { - x_1824 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1837)) { + x_1838 = lean_alloc_ctor(1, 2, 0); } else { - x_1824 = x_1823; - lean_ctor_set_tag(x_1824, 1); + x_1838 = x_1837; + lean_ctor_set_tag(x_1838, 1); } -lean_ctor_set(x_1824, 0, x_1733); -lean_ctor_set(x_1824, 1, x_1822); -return x_1824; +lean_ctor_set(x_1838, 0, x_1809); +lean_ctor_set(x_1838, 1, x_1836); +return x_1838; } else { -lean_object* x_1825; lean_object* x_1826; lean_object* x_1827; -lean_dec(x_1733); -x_1825 = lean_ctor_get(x_1819, 1); -lean_inc(x_1825); -if (lean_is_exclusive(x_1819)) { - lean_ctor_release(x_1819, 0); - lean_ctor_release(x_1819, 1); - x_1826 = x_1819; +lean_object* x_1839; lean_object* x_1840; lean_object* x_1841; +lean_dec(x_1809); +x_1839 = lean_ctor_get(x_1833, 1); +lean_inc(x_1839); +if (lean_is_exclusive(x_1833)) { + lean_ctor_release(x_1833, 0); + lean_ctor_release(x_1833, 1); + x_1840 = x_1833; } else { - lean_dec_ref(x_1819); - x_1826 = lean_box(0); + lean_dec_ref(x_1833); + x_1840 = lean_box(0); } -if (lean_is_scalar(x_1826)) { - x_1827 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_1840)) { + x_1841 = lean_alloc_ctor(0, 2, 0); } else { - x_1827 = x_1826; + x_1841 = x_1840; } -lean_ctor_set(x_1827, 0, x_1817); -lean_ctor_set(x_1827, 1, x_1825); -return x_1827; +lean_ctor_set(x_1841, 0, x_1831); +lean_ctor_set(x_1841, 1, x_1839); +return x_1841; } } else { -lean_object* x_1828; lean_object* x_1829; lean_object* x_1830; lean_object* x_1831; -lean_dec(x_1817); -lean_dec(x_1733); -x_1828 = lean_ctor_get(x_1819, 0); -lean_inc(x_1828); -x_1829 = lean_ctor_get(x_1819, 1); -lean_inc(x_1829); -if (lean_is_exclusive(x_1819)) { - lean_ctor_release(x_1819, 0); - lean_ctor_release(x_1819, 1); - x_1830 = x_1819; +lean_object* x_1842; lean_object* x_1843; lean_object* x_1844; lean_object* x_1845; +lean_dec(x_1831); +lean_dec(x_1809); +x_1842 = lean_ctor_get(x_1833, 0); +lean_inc(x_1842); +x_1843 = lean_ctor_get(x_1833, 1); +lean_inc(x_1843); +if (lean_is_exclusive(x_1833)) { + lean_ctor_release(x_1833, 0); + lean_ctor_release(x_1833, 1); + x_1844 = x_1833; } else { - lean_dec_ref(x_1819); - x_1830 = lean_box(0); + lean_dec_ref(x_1833); + x_1844 = lean_box(0); } -if (lean_is_scalar(x_1830)) { - x_1831 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1844)) { + x_1845 = lean_alloc_ctor(1, 2, 0); } else { - x_1831 = x_1830; + x_1845 = x_1844; } -lean_ctor_set(x_1831, 0, x_1828); -lean_ctor_set(x_1831, 1, x_1829); -return x_1831; +lean_ctor_set(x_1845, 0, x_1842); +lean_ctor_set(x_1845, 1, x_1843); +return x_1845; } } else { -lean_object* x_1832; lean_object* x_1833; lean_object* x_1834; lean_object* x_1835; -lean_dec(x_1733); -lean_dec(x_1722); -lean_dec(x_1720); +lean_object* x_1846; lean_object* x_1847; lean_object* x_1848; lean_object* x_1849; +lean_dec(x_1809); +lean_dec(x_1800); +lean_dec(x_1798); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -x_1832 = lean_ctor_get(x_1807, 0); -lean_inc(x_1832); -x_1833 = lean_ctor_get(x_1807, 1); -lean_inc(x_1833); -if (lean_is_exclusive(x_1807)) { - lean_ctor_release(x_1807, 0); - lean_ctor_release(x_1807, 1); - x_1834 = x_1807; +x_1846 = lean_ctor_get(x_1821, 0); +lean_inc(x_1846); +x_1847 = lean_ctor_get(x_1821, 1); +lean_inc(x_1847); +if (lean_is_exclusive(x_1821)) { + lean_ctor_release(x_1821, 0); + lean_ctor_release(x_1821, 1); + x_1848 = x_1821; } else { - lean_dec_ref(x_1807); - x_1834 = lean_box(0); + lean_dec_ref(x_1821); + x_1848 = lean_box(0); } -if (lean_is_scalar(x_1834)) { - x_1835 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1848)) { + x_1849 = lean_alloc_ctor(1, 2, 0); } else { - x_1835 = x_1834; + x_1849 = x_1848; } -lean_ctor_set(x_1835, 0, x_1832); -lean_ctor_set(x_1835, 1, x_1833); -return x_1835; +lean_ctor_set(x_1849, 0, x_1846); +lean_ctor_set(x_1849, 1, x_1847); +return x_1849; } } else { -lean_object* x_1836; lean_object* x_1837; lean_object* x_1838; lean_object* x_1839; -lean_dec(x_1733); -lean_dec(x_1722); -lean_dec(x_1720); +lean_object* x_1850; lean_object* x_1851; lean_object* x_1852; lean_object* x_1853; +lean_dec(x_1809); +lean_dec(x_1800); +lean_dec(x_1798); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_1836 = lean_ctor_get(x_1804, 0); -lean_inc(x_1836); -x_1837 = lean_ctor_get(x_1804, 1); -lean_inc(x_1837); -if (lean_is_exclusive(x_1804)) { - lean_ctor_release(x_1804, 0); - lean_ctor_release(x_1804, 1); - x_1838 = x_1804; +x_1850 = lean_ctor_get(x_1818, 0); +lean_inc(x_1850); +x_1851 = lean_ctor_get(x_1818, 1); +lean_inc(x_1851); +if (lean_is_exclusive(x_1818)) { + lean_ctor_release(x_1818, 0); + lean_ctor_release(x_1818, 1); + x_1852 = x_1818; } else { - lean_dec_ref(x_1804); - x_1838 = lean_box(0); + lean_dec_ref(x_1818); + x_1852 = lean_box(0); } -if (lean_is_scalar(x_1838)) { - x_1839 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1852)) { + x_1853 = lean_alloc_ctor(1, 2, 0); } else { - x_1839 = x_1838; + x_1853 = x_1852; } -lean_ctor_set(x_1839, 0, x_1836); -lean_ctor_set(x_1839, 1, x_1837); -return x_1839; +lean_ctor_set(x_1853, 0, x_1850); +lean_ctor_set(x_1853, 1, x_1851); +return x_1853; } } else { -lean_object* x_1840; lean_object* x_1841; lean_object* x_1842; -lean_dec(x_1722); -lean_dec(x_1720); +lean_object* x_1854; lean_object* x_1855; lean_object* x_1856; +lean_dec(x_1800); +lean_dec(x_1798); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -28249,27 +28272,47 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1840 = lean_ctor_get(x_1800, 1); -lean_inc(x_1840); -if (lean_is_exclusive(x_1800)) { - lean_ctor_release(x_1800, 0); - lean_ctor_release(x_1800, 1); - x_1841 = x_1800; +x_1854 = lean_ctor_get(x_1814, 1); +lean_inc(x_1854); +if (lean_is_exclusive(x_1814)) { + lean_ctor_release(x_1814, 0); + lean_ctor_release(x_1814, 1); + x_1855 = x_1814; } else { - lean_dec_ref(x_1800); - x_1841 = lean_box(0); + lean_dec_ref(x_1814); + x_1855 = lean_box(0); } -if (lean_is_scalar(x_1841)) { - x_1842 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_1855)) { + x_1856 = lean_alloc_ctor(1, 2, 0); } else { - x_1842 = x_1841; - lean_ctor_set_tag(x_1842, 1); + x_1856 = x_1855; + lean_ctor_set_tag(x_1856, 1); +} +lean_ctor_set(x_1856, 0, x_1809); +lean_ctor_set(x_1856, 1, x_1854); +return x_1856; } -lean_ctor_set(x_1842, 0, x_1733); -lean_ctor_set(x_1842, 1, x_1840); -return x_1842; } +else +{ +lean_object* x_1857; +lean_dec(x_1800); +lean_dec(x_1798); +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_1); +if (lean_is_scalar(x_1811)) { + x_1857 = lean_alloc_ctor(1, 2, 0); +} else { + x_1857 = x_1811; } +lean_ctor_set(x_1857, 0, x_1809); +lean_ctor_set(x_1857, 1, x_1810); +return x_1857; } } } @@ -28277,7 +28320,7 @@ return x_1842; } else { -uint8_t x_1843; +uint8_t x_1867; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -28286,104 +28329,185 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_1843 = !lean_is_exclusive(x_1719); -if (x_1843 == 0) +x_1867 = !lean_is_exclusive(x_1724); +if (x_1867 == 0) { -return x_1719; +return x_1724; +} +else +{ +lean_object* x_1868; lean_object* x_1869; lean_object* x_1870; +x_1868 = lean_ctor_get(x_1724, 0); +x_1869 = lean_ctor_get(x_1724, 1); +lean_inc(x_1869); +lean_inc(x_1868); +lean_dec(x_1724); +x_1870 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1870, 0, x_1868); +lean_ctor_set(x_1870, 1, x_1869); +return x_1870; +} +} +} +} +} +default: +{ +uint8_t x_1888; uint8_t x_2059; +lean_dec(x_4); +x_2059 = l_Lean_Expr_isMVar(x_2); +if (x_2059 == 0) +{ +uint8_t x_2060; +x_2060 = 0; +x_1888 = x_2060; +goto block_2058; +} +else +{ +lean_object* x_2061; uint8_t x_2062; +x_2061 = lean_ctor_get(x_7, 0); +lean_inc(x_2061); +x_2062 = lean_ctor_get_uint8(x_2061, 1); +lean_dec(x_2061); +if (x_2062 == 0) +{ +uint8_t x_2063; +x_2063 = 0; +x_1888 = x_2063; +goto block_2058; +} +else +{ +lean_object* x_2064; lean_object* x_2065; uint8_t x_2066; +x_2064 = lean_array_get_size(x_3); +x_2065 = lean_unsigned_to_nat(0u); +x_2066 = lean_nat_dec_lt(x_2065, x_2064); +if (x_2066 == 0) +{ +uint8_t x_2067; +lean_dec(x_2064); +x_2067 = 1; +x_1888 = x_2067; +goto block_2058; +} +else +{ +uint8_t x_2068; +x_2068 = lean_nat_dec_le(x_2064, x_2064); +if (x_2068 == 0) +{ +uint8_t x_2069; +lean_dec(x_2064); +x_2069 = 1; +x_1888 = x_2069; +goto block_2058; +} +else +{ +size_t x_2070; size_t x_2071; uint8_t x_2072; +x_2070 = 0; +x_2071 = lean_usize_of_nat(x_2064); +lean_dec(x_2064); +x_2072 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkApp___spec__3(x_3, x_2070, x_2071); +if (x_2072 == 0) +{ +uint8_t x_2073; +x_2073 = 1; +x_1888 = x_2073; +goto block_2058; } else { -lean_object* x_1844; lean_object* x_1845; lean_object* x_1846; -x_1844 = lean_ctor_get(x_1719, 0); -x_1845 = lean_ctor_get(x_1719, 1); -lean_inc(x_1845); -lean_inc(x_1844); -lean_dec(x_1719); -x_1846 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1846, 0, x_1844); -lean_ctor_set(x_1846, 1, x_1845); -return x_1846; +uint8_t x_2074; +x_2074 = 0; +x_1888 = x_2074; +goto block_2058; } } } -block_1871: +} +} +block_2058: { -lean_object* x_1849; -lean_dec(x_1848); +if (x_1888 == 0) +{ +lean_object* x_1889; +lean_dec(x_1); 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_1849 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_1849) == 0) +x_1889 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1889) == 0) { -lean_object* x_1850; lean_object* x_1851; lean_object* x_1852; size_t x_1853; size_t x_1854; lean_object* x_1855; -x_1850 = lean_ctor_get(x_1849, 0); -lean_inc(x_1850); -x_1851 = lean_ctor_get(x_1849, 1); -lean_inc(x_1851); -lean_dec(x_1849); -x_1852 = lean_array_get_size(x_3); -x_1853 = lean_usize_of_nat(x_1852); -lean_dec(x_1852); -x_1854 = 0; -x_1855 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1853, x_1854, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1851); -if (lean_obj_tag(x_1855) == 0) +lean_object* x_1890; lean_object* x_1891; lean_object* x_1892; size_t x_1893; size_t x_1894; lean_object* x_1895; +x_1890 = lean_ctor_get(x_1889, 0); +lean_inc(x_1890); +x_1891 = lean_ctor_get(x_1889, 1); +lean_inc(x_1891); +lean_dec(x_1889); +x_1892 = lean_array_get_size(x_3); +x_1893 = lean_usize_of_nat(x_1892); +lean_dec(x_1892); +x_1894 = 0; +x_1895 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1893, x_1894, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1891); +if (lean_obj_tag(x_1895) == 0) { -uint8_t x_1856; -x_1856 = !lean_is_exclusive(x_1855); -if (x_1856 == 0) +uint8_t x_1896; +x_1896 = !lean_is_exclusive(x_1895); +if (x_1896 == 0) { -lean_object* x_1857; lean_object* x_1858; -x_1857 = lean_ctor_get(x_1855, 0); -x_1858 = l_Lean_mkAppN(x_1850, x_1857); -lean_ctor_set(x_1855, 0, x_1858); -return x_1855; +lean_object* x_1897; lean_object* x_1898; +x_1897 = lean_ctor_get(x_1895, 0); +x_1898 = l_Lean_mkAppN(x_1890, x_1897); +lean_ctor_set(x_1895, 0, x_1898); +return x_1895; } else { -lean_object* x_1859; lean_object* x_1860; lean_object* x_1861; lean_object* x_1862; -x_1859 = lean_ctor_get(x_1855, 0); -x_1860 = lean_ctor_get(x_1855, 1); -lean_inc(x_1860); -lean_inc(x_1859); -lean_dec(x_1855); -x_1861 = l_Lean_mkAppN(x_1850, x_1859); -x_1862 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1862, 0, x_1861); -lean_ctor_set(x_1862, 1, x_1860); -return x_1862; +lean_object* x_1899; lean_object* x_1900; lean_object* x_1901; lean_object* x_1902; +x_1899 = lean_ctor_get(x_1895, 0); +x_1900 = lean_ctor_get(x_1895, 1); +lean_inc(x_1900); +lean_inc(x_1899); +lean_dec(x_1895); +x_1901 = l_Lean_mkAppN(x_1890, x_1899); +x_1902 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1902, 0, x_1901); +lean_ctor_set(x_1902, 1, x_1900); +return x_1902; } } else { -uint8_t x_1863; -lean_dec(x_1850); -x_1863 = !lean_is_exclusive(x_1855); -if (x_1863 == 0) +uint8_t x_1903; +lean_dec(x_1890); +x_1903 = !lean_is_exclusive(x_1895); +if (x_1903 == 0) { -return x_1855; +return x_1895; } else { -lean_object* x_1864; lean_object* x_1865; lean_object* x_1866; -x_1864 = lean_ctor_get(x_1855, 0); -x_1865 = lean_ctor_get(x_1855, 1); -lean_inc(x_1865); -lean_inc(x_1864); -lean_dec(x_1855); -x_1866 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1866, 0, x_1864); -lean_ctor_set(x_1866, 1, x_1865); -return x_1866; +lean_object* x_1904; lean_object* x_1905; lean_object* x_1906; +x_1904 = lean_ctor_get(x_1895, 0); +x_1905 = lean_ctor_get(x_1895, 1); +lean_inc(x_1905); +lean_inc(x_1904); +lean_dec(x_1895); +x_1906 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1906, 0, x_1904); +lean_ctor_set(x_1906, 1, x_1905); +return x_1906; } } } else { -uint8_t x_1867; +uint8_t x_1907; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -28391,257 +28515,1105 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_1867 = !lean_is_exclusive(x_1849); -if (x_1867 == 0) +x_1907 = !lean_is_exclusive(x_1889); +if (x_1907 == 0) { -return x_1849; +return x_1889; } else { -lean_object* x_1868; lean_object* x_1869; lean_object* x_1870; -x_1868 = lean_ctor_get(x_1849, 0); -x_1869 = lean_ctor_get(x_1849, 1); -lean_inc(x_1869); -lean_inc(x_1868); -lean_dec(x_1849); -x_1870 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1870, 0, x_1868); -lean_ctor_set(x_1870, 1, x_1869); -return x_1870; -} +lean_object* x_1908; lean_object* x_1909; lean_object* x_1910; +x_1908 = lean_ctor_get(x_1889, 0); +x_1909 = lean_ctor_get(x_1889, 1); +lean_inc(x_1909); +lean_inc(x_1908); +lean_dec(x_1889); +x_1910 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1910, 0, x_1908); +lean_ctor_set(x_1910, 1, x_1909); +return x_1910; } } } -} -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkApp(lean_object* x_1, lean_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: +else { -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(0u); -x_10 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_9); -x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +lean_object* x_1911; lean_inc(x_10); -x_12 = lean_mk_array(x_10, x_11); -x_13 = lean_unsigned_to_nat(1u); -x_14 = lean_nat_sub(x_10, x_13); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +x_1911 = l_Lean_Meta_CheckAssignment_check(x_2, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_1911) == 0) +{ +uint8_t x_1912; +x_1912 = !lean_is_exclusive(x_1911); +if (x_1912 == 0) +{ +lean_object* x_1913; lean_object* x_1914; lean_object* x_1915; size_t x_1916; size_t x_1917; lean_object* x_1918; +x_1913 = lean_ctor_get(x_1911, 0); +x_1914 = lean_ctor_get(x_1911, 1); +x_1915 = lean_array_get_size(x_3); +x_1916 = lean_usize_of_nat(x_1915); +x_1917 = 0; +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_1918 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1916, x_1917, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1914); +if (lean_obj_tag(x_1918) == 0) +{ +uint8_t x_1919; +lean_dec(x_1915); +lean_free_object(x_1911); lean_dec(x_10); -lean_inc(x_1); -x_15 = l_Lean_Expr_withAppAux___at_Lean_Meta_CheckAssignment_checkApp___spec__4(x_1, x_1, x_12, x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_15; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_1919 = !lean_is_exclusive(x_1918); +if (x_1919 == 0) +{ +lean_object* x_1920; lean_object* x_1921; +x_1920 = lean_ctor_get(x_1918, 0); +x_1921 = l_Lean_mkAppN(x_1913, x_1920); +lean_ctor_set(x_1918, 0, x_1921); +return x_1918; +} +else +{ +lean_object* x_1922; lean_object* x_1923; lean_object* x_1924; lean_object* x_1925; +x_1922 = lean_ctor_get(x_1918, 0); +x_1923 = lean_ctor_get(x_1918, 1); +lean_inc(x_1923); +lean_inc(x_1922); +lean_dec(x_1918); +x_1924 = l_Lean_mkAppN(x_1913, x_1922); +x_1925 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1925, 0, x_1924); +lean_ctor_set(x_1925, 1, x_1923); +return x_1925; } } -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun___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) { -_start: +else { -lean_object* x_11; uint8_t x_12; -x_11 = lean_array_get_size(x_4); -x_12 = lean_nat_dec_eq(x_11, x_1); -lean_dec(x_11); -if (x_12 == 0) +lean_object* x_1926; lean_object* x_1927; lean_object* x_1928; uint8_t x_1929; +x_1926 = lean_ctor_get(x_1918, 0); +lean_inc(x_1926); +x_1927 = lean_ctor_get(x_1918, 1); +lean_inc(x_1927); +if (lean_is_exclusive(x_1918)) { + lean_ctor_release(x_1918, 0); + lean_ctor_release(x_1918, 1); + x_1928 = x_1918; +} else { + lean_dec_ref(x_1918); + x_1928 = lean_box(0); +} +if (lean_obj_tag(x_1926) == 0) { -uint8_t x_13; lean_object* x_14; lean_object* x_15; +lean_dec(x_1928); +lean_dec(x_1915); +lean_dec(x_1913); +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); -x_13 = 0; -x_14 = lean_box(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_10); -return x_15; +lean_dec(x_5); +lean_dec(x_1); +lean_ctor_set_tag(x_1911, 1); +lean_ctor_set(x_1911, 1, x_1927); +lean_ctor_set(x_1911, 0, x_1926); +return x_1911; } else { -lean_object* x_16; -lean_inc(x_6); -x_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps(x_4, x_2, x_6, x_7, x_8, x_9, x_10); -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) +lean_object* x_1979; lean_object* x_1980; uint8_t x_1981; +x_1979 = lean_ctor_get(x_1926, 0); +lean_inc(x_1979); +x_1980 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_1981 = lean_nat_dec_eq(x_1980, x_1979); +lean_dec(x_1979); +if (x_1981 == 0) { -uint8_t x_18; +lean_dec(x_1928); +lean_dec(x_1915); +lean_dec(x_1913); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_3); -x_18 = !lean_is_exclusive(x_16); -if (x_18 == 0) +lean_dec(x_5); +lean_dec(x_1); +lean_ctor_set_tag(x_1911, 1); +lean_ctor_set(x_1911, 1, x_1927); +lean_ctor_set(x_1911, 0, x_1926); +return x_1911; +} +else { -lean_object* x_19; uint8_t x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_16, 0); -lean_dec(x_19); -x_20 = 0; -x_21 = lean_box(x_20); -lean_ctor_set(x_16, 0, x_21); -return x_16; +uint8_t x_1982; +lean_free_object(x_1911); +x_1982 = l_Lean_Expr_isMVar(x_1913); +if (x_1982 == 0) +{ +uint8_t x_1983; +x_1983 = 1; +x_1929 = x_1983; +goto block_1978; } else { -lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; -x_22 = lean_ctor_get(x_16, 1); -lean_inc(x_22); -lean_dec(x_16); -x_23 = 0; -x_24 = lean_box(x_23); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_22); -return x_25; +uint8_t x_1984; +x_1984 = 0; +x_1929 = x_1984; +goto block_1978; } } -else +} +block_1978: { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; -x_26 = lean_ctor_get(x_16, 1); -lean_inc(x_26); -lean_dec(x_16); -x_27 = lean_ctor_get(x_17, 0); -lean_inc(x_27); -lean_dec(x_17); -lean_inc(x_3); -x_28 = l_Lean_Expr_mvarId_x21(x_3); -x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; -x_30 = 0; +if (x_1929 == 0) +{ +lean_object* x_1930; lean_object* x_1931; lean_object* x_1932; uint8_t x_1933; +lean_dec(x_1928); +lean_inc(x_1913); +x_1930 = l_Lean_Expr_mvarId_x21(x_1913); +x_1931 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_1930, x_5, x_6, x_7, x_8, x_9, x_10, x_1927); +x_1932 = lean_ctor_get(x_1931, 0); +lean_inc(x_1932); +x_1933 = lean_unbox(x_1932); +lean_dec(x_1932); +if (x_1933 == 0) +{ +lean_object* x_1934; lean_object* x_1935; +x_1934 = lean_ctor_get(x_1931, 1); +lean_inc(x_1934); +lean_dec(x_1931); +lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_6); -x_31 = l_Lean_Meta_CheckAssignment_checkAssignmentAux(x_28, x_29, x_30, x_27, x_6, x_7, x_8, x_9, x_26); -if (lean_obj_tag(x_31) == 0) +x_1935 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_1934); +if (lean_obj_tag(x_1935) == 0) +{ +lean_object* x_1936; lean_object* x_1937; lean_object* x_1938; +x_1936 = lean_ctor_get(x_1935, 0); +lean_inc(x_1936); +x_1937 = lean_ctor_get(x_1935, 1); +lean_inc(x_1937); +lean_dec(x_1935); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_5); +x_1938 = l_Lean_Meta_CheckAssignment_check(x_1936, x_5, x_6, x_7, x_8, x_9, x_10, x_1937); +if (lean_obj_tag(x_1938) == 0) { -lean_object* x_32; -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -if (lean_obj_tag(x_32) == 0) +lean_object* x_1939; lean_object* x_1940; lean_object* x_1941; lean_object* x_1942; lean_object* x_1943; uint8_t x_1944; lean_object* x_1945; lean_object* x_1946; lean_object* x_1947; lean_object* x_1948; lean_object* x_1949; lean_object* x_1950; +x_1939 = lean_ctor_get(x_1938, 0); +lean_inc(x_1939); +x_1940 = lean_ctor_get(x_1938, 1); +lean_inc(x_1940); +lean_dec(x_1938); +x_1941 = lean_ctor_get(x_5, 1); +lean_inc(x_1941); +lean_dec(x_5); +x_1942 = lean_ctor_get(x_1941, 1); +lean_inc(x_1942); +x_1943 = lean_ctor_get(x_1941, 4); +lean_inc(x_1943); +lean_dec(x_1941); +x_1944 = 0; +x_1945 = lean_box(0); +x_1946 = lean_unsigned_to_nat(0u); +x_1947 = l_Lean_Meta_mkFreshExprMVarAt(x_1942, x_1943, x_1939, x_1944, x_1945, x_1946, x_7, x_8, x_9, x_10, x_1940); +x_1948 = lean_ctor_get(x_1947, 0); +lean_inc(x_1948); +x_1949 = lean_ctor_get(x_1947, 1); +lean_inc(x_1949); +lean_dec(x_1947); +lean_inc(x_1948); +x_1950 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1913, x_1915, x_1948, x_7, x_8, x_9, x_10, x_1949); +if (lean_obj_tag(x_1950) == 0) { -uint8_t x_33; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -x_33 = !lean_is_exclusive(x_31); -if (x_33 == 0) +lean_object* x_1951; uint8_t x_1952; +x_1951 = lean_ctor_get(x_1950, 0); +lean_inc(x_1951); +x_1952 = lean_unbox(x_1951); +lean_dec(x_1951); +if (x_1952 == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_31, 0); -lean_dec(x_34); -x_35 = lean_box(x_30); -lean_ctor_set(x_31, 0, x_35); -return x_31; +uint8_t x_1953; +lean_dec(x_1948); +x_1953 = !lean_is_exclusive(x_1950); +if (x_1953 == 0) +{ +lean_object* x_1954; +x_1954 = lean_ctor_get(x_1950, 0); +lean_dec(x_1954); +lean_ctor_set_tag(x_1950, 1); +lean_ctor_set(x_1950, 0, x_1926); +return x_1950; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_31, 1); -lean_inc(x_36); -lean_dec(x_31); -x_37 = lean_box(x_30); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -return x_38; +lean_object* x_1955; lean_object* x_1956; +x_1955 = lean_ctor_get(x_1950, 1); +lean_inc(x_1955); +lean_dec(x_1950); +x_1956 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1956, 0, x_1926); +lean_ctor_set(x_1956, 1, x_1955); +return x_1956; } } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_31, 1); -lean_inc(x_39); -lean_dec(x_31); -x_40 = lean_ctor_get(x_32, 0); -lean_inc(x_40); -lean_dec(x_32); -x_41 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_3, x_40, x_6, x_7, x_8, x_9, x_39); -return x_41; +uint8_t x_1957; +lean_dec(x_1926); +x_1957 = !lean_is_exclusive(x_1950); +if (x_1957 == 0) +{ +lean_object* x_1958; +x_1958 = lean_ctor_get(x_1950, 0); +lean_dec(x_1958); +lean_ctor_set(x_1950, 0, x_1948); +return x_1950; +} +else +{ +lean_object* x_1959; lean_object* x_1960; +x_1959 = lean_ctor_get(x_1950, 1); +lean_inc(x_1959); +lean_dec(x_1950); +x_1960 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1960, 0, x_1948); +lean_ctor_set(x_1960, 1, x_1959); +return x_1960; +} } } else { -uint8_t x_42; +uint8_t x_1961; +lean_dec(x_1948); +lean_dec(x_1926); +x_1961 = !lean_is_exclusive(x_1950); +if (x_1961 == 0) +{ +return x_1950; +} +else +{ +lean_object* x_1962; lean_object* x_1963; lean_object* x_1964; +x_1962 = lean_ctor_get(x_1950, 0); +x_1963 = lean_ctor_get(x_1950, 1); +lean_inc(x_1963); +lean_inc(x_1962); +lean_dec(x_1950); +x_1964 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1964, 0, x_1962); +lean_ctor_set(x_1964, 1, x_1963); +return x_1964; +} +} +} +else +{ +uint8_t x_1965; +lean_dec(x_1926); +lean_dec(x_1915); +lean_dec(x_1913); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -x_42 = !lean_is_exclusive(x_31); -if (x_42 == 0) +lean_dec(x_5); +x_1965 = !lean_is_exclusive(x_1938); +if (x_1965 == 0) { -return x_31; +return x_1938; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_31, 0); -x_44 = lean_ctor_get(x_31, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_31); -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; -} +lean_object* x_1966; lean_object* x_1967; lean_object* x_1968; +x_1966 = lean_ctor_get(x_1938, 0); +x_1967 = lean_ctor_get(x_1938, 1); +lean_inc(x_1967); +lean_inc(x_1966); +lean_dec(x_1938); +x_1968 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1968, 0, x_1966); +lean_ctor_set(x_1968, 1, x_1967); +return x_1968; } } } else { -uint8_t x_46; +uint8_t x_1969; +lean_dec(x_1926); +lean_dec(x_1915); +lean_dec(x_1913); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_3); -x_46 = !lean_is_exclusive(x_16); -if (x_46 == 0) +lean_dec(x_5); +x_1969 = !lean_is_exclusive(x_1935); +if (x_1969 == 0) { -return x_16; +return x_1935; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_16, 0); -x_48 = lean_ctor_get(x_16, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_16); -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_object* x_1970; lean_object* x_1971; lean_object* x_1972; +x_1970 = lean_ctor_get(x_1935, 0); +x_1971 = lean_ctor_get(x_1935, 1); +lean_inc(x_1971); +lean_inc(x_1970); +lean_dec(x_1935); +x_1972 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1972, 0, x_1970); +lean_ctor_set(x_1972, 1, x_1971); +return x_1972; } } } +else +{ +uint8_t x_1973; +lean_dec(x_1915); +lean_dec(x_1913); +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_1); +x_1973 = !lean_is_exclusive(x_1931); +if (x_1973 == 0) +{ +lean_object* x_1974; +x_1974 = lean_ctor_get(x_1931, 0); +lean_dec(x_1974); +lean_ctor_set_tag(x_1931, 1); +lean_ctor_set(x_1931, 0, x_1926); +return x_1931; } -LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun(lean_object* x_1, lean_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: +else { -lean_object* x_9; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_1); -x_9 = lean_infer_type(x_1, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_9) == 0) +lean_object* x_1975; lean_object* x_1976; +x_1975 = lean_ctor_get(x_1931, 1); +lean_inc(x_1975); +lean_dec(x_1931); +x_1976 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1976, 0, x_1926); +lean_ctor_set(x_1976, 1, x_1975); +return x_1976; +} +} +} +else { -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_object* x_1977; +lean_dec(x_1915); +lean_dec(x_1913); +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_1); +if (lean_is_scalar(x_1928)) { + x_1977 = lean_alloc_ctor(1, 2, 0); +} else { + x_1977 = x_1928; +} +lean_ctor_set(x_1977, 0, x_1926); +lean_ctor_set(x_1977, 1, x_1927); +return x_1977; +} +} +} +} +else +{ +lean_object* x_1985; lean_object* x_1986; lean_object* x_1987; size_t x_1988; size_t x_1989; lean_object* x_1990; +x_1985 = lean_ctor_get(x_1911, 0); +x_1986 = lean_ctor_get(x_1911, 1); +lean_inc(x_1986); +lean_inc(x_1985); +lean_dec(x_1911); +x_1987 = lean_array_get_size(x_3); +x_1988 = lean_usize_of_nat(x_1987); +x_1989 = 0; +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_1990 = l_Array_mapMUnsafe_map___at_Lean_Meta_CheckAssignment_checkApp___spec__1(x_1988, x_1989, x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_1986); +if (lean_obj_tag(x_1990) == 0) +{ +lean_object* x_1991; lean_object* x_1992; lean_object* x_1993; lean_object* x_1994; lean_object* x_1995; +lean_dec(x_1987); +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_1); +x_1991 = lean_ctor_get(x_1990, 0); +lean_inc(x_1991); +x_1992 = lean_ctor_get(x_1990, 1); +lean_inc(x_1992); +if (lean_is_exclusive(x_1990)) { + lean_ctor_release(x_1990, 0); + lean_ctor_release(x_1990, 1); + x_1993 = x_1990; +} else { + lean_dec_ref(x_1990); + x_1993 = lean_box(0); +} +x_1994 = l_Lean_mkAppN(x_1985, x_1991); +if (lean_is_scalar(x_1993)) { + x_1995 = lean_alloc_ctor(0, 2, 0); +} else { + x_1995 = x_1993; +} +lean_ctor_set(x_1995, 0, x_1994); +lean_ctor_set(x_1995, 1, x_1992); +return x_1995; +} +else +{ +lean_object* x_1996; lean_object* x_1997; lean_object* x_1998; uint8_t x_1999; +x_1996 = lean_ctor_get(x_1990, 0); +lean_inc(x_1996); +x_1997 = lean_ctor_get(x_1990, 1); +lean_inc(x_1997); +if (lean_is_exclusive(x_1990)) { + lean_ctor_release(x_1990, 0); + lean_ctor_release(x_1990, 1); + x_1998 = x_1990; +} else { + lean_dec_ref(x_1990); + x_1998 = lean_box(0); +} +if (lean_obj_tag(x_1996) == 0) +{ +lean_object* x_2046; +lean_dec(x_1998); +lean_dec(x_1987); +lean_dec(x_1985); +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_1); +x_2046 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2046, 0, x_1996); +lean_ctor_set(x_2046, 1, x_1997); +return x_2046; +} +else +{ +lean_object* x_2047; lean_object* x_2048; uint8_t x_2049; +x_2047 = lean_ctor_get(x_1996, 0); +lean_inc(x_2047); +x_2048 = l_Lean_Meta_CheckAssignment_throwOutOfScopeFVar___rarg___closed__1; +x_2049 = lean_nat_dec_eq(x_2048, x_2047); +lean_dec(x_2047); +if (x_2049 == 0) +{ +lean_object* x_2050; +lean_dec(x_1998); +lean_dec(x_1987); +lean_dec(x_1985); +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_1); +x_2050 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2050, 0, x_1996); +lean_ctor_set(x_2050, 1, x_1997); +return x_2050; +} +else +{ +uint8_t x_2051; +x_2051 = l_Lean_Expr_isMVar(x_1985); +if (x_2051 == 0) +{ +uint8_t x_2052; +x_2052 = 1; +x_1999 = x_2052; +goto block_2045; +} +else +{ +uint8_t x_2053; +x_2053 = 0; +x_1999 = x_2053; +goto block_2045; +} +} +} +block_2045: +{ +if (x_1999 == 0) +{ +lean_object* x_2000; lean_object* x_2001; lean_object* x_2002; uint8_t x_2003; +lean_dec(x_1998); +lean_inc(x_1985); +x_2000 = l_Lean_Expr_mvarId_x21(x_1985); +x_2001 = l_Lean_MVarId_isDelayedAssigned___at_Lean_Meta_CheckAssignment_checkApp___spec__2(x_2000, x_5, x_6, x_7, x_8, x_9, x_10, x_1997); +x_2002 = lean_ctor_get(x_2001, 0); +lean_inc(x_2002); +x_2003 = lean_unbox(x_2002); +lean_dec(x_2002); +if (x_2003 == 0) +{ +lean_object* x_2004; lean_object* x_2005; +x_2004 = lean_ctor_get(x_2001, 1); +lean_inc(x_2004); +lean_dec(x_2001); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +x_2005 = lean_infer_type(x_1, x_7, x_8, x_9, x_10, x_2004); +if (lean_obj_tag(x_2005) == 0) +{ +lean_object* x_2006; lean_object* x_2007; lean_object* x_2008; +x_2006 = lean_ctor_get(x_2005, 0); +lean_inc(x_2006); +x_2007 = lean_ctor_get(x_2005, 1); +lean_inc(x_2007); +lean_dec(x_2005); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_5); +x_2008 = l_Lean_Meta_CheckAssignment_check(x_2006, x_5, x_6, x_7, x_8, x_9, x_10, x_2007); +if (lean_obj_tag(x_2008) == 0) +{ +lean_object* x_2009; lean_object* x_2010; lean_object* x_2011; lean_object* x_2012; lean_object* x_2013; uint8_t x_2014; lean_object* x_2015; lean_object* x_2016; lean_object* x_2017; lean_object* x_2018; lean_object* x_2019; lean_object* x_2020; +x_2009 = lean_ctor_get(x_2008, 0); +lean_inc(x_2009); +x_2010 = lean_ctor_get(x_2008, 1); +lean_inc(x_2010); +lean_dec(x_2008); +x_2011 = lean_ctor_get(x_5, 1); +lean_inc(x_2011); +lean_dec(x_5); +x_2012 = lean_ctor_get(x_2011, 1); +lean_inc(x_2012); +x_2013 = lean_ctor_get(x_2011, 4); +lean_inc(x_2013); +lean_dec(x_2011); +x_2014 = 0; +x_2015 = lean_box(0); +x_2016 = lean_unsigned_to_nat(0u); +x_2017 = l_Lean_Meta_mkFreshExprMVarAt(x_2012, x_2013, x_2009, x_2014, x_2015, x_2016, x_7, x_8, x_9, x_10, x_2010); +x_2018 = lean_ctor_get(x_2017, 0); +lean_inc(x_2018); +x_2019 = lean_ctor_get(x_2017, 1); +lean_inc(x_2019); +lean_dec(x_2017); +lean_inc(x_2018); +x_2020 = l_Lean_Meta_CheckAssignment_assignToConstFun(x_1985, x_1987, x_2018, x_7, x_8, x_9, x_10, x_2019); +if (lean_obj_tag(x_2020) == 0) +{ +lean_object* x_2021; uint8_t x_2022; +x_2021 = lean_ctor_get(x_2020, 0); +lean_inc(x_2021); +x_2022 = lean_unbox(x_2021); +lean_dec(x_2021); +if (x_2022 == 0) +{ +lean_object* x_2023; lean_object* x_2024; lean_object* x_2025; +lean_dec(x_2018); +x_2023 = lean_ctor_get(x_2020, 1); +lean_inc(x_2023); +if (lean_is_exclusive(x_2020)) { + lean_ctor_release(x_2020, 0); + lean_ctor_release(x_2020, 1); + x_2024 = x_2020; +} else { + lean_dec_ref(x_2020); + x_2024 = lean_box(0); +} +if (lean_is_scalar(x_2024)) { + x_2025 = lean_alloc_ctor(1, 2, 0); +} else { + x_2025 = x_2024; + lean_ctor_set_tag(x_2025, 1); +} +lean_ctor_set(x_2025, 0, x_1996); +lean_ctor_set(x_2025, 1, x_2023); +return x_2025; +} +else +{ +lean_object* x_2026; lean_object* x_2027; lean_object* x_2028; +lean_dec(x_1996); +x_2026 = lean_ctor_get(x_2020, 1); +lean_inc(x_2026); +if (lean_is_exclusive(x_2020)) { + lean_ctor_release(x_2020, 0); + lean_ctor_release(x_2020, 1); + x_2027 = x_2020; +} else { + lean_dec_ref(x_2020); + x_2027 = lean_box(0); +} +if (lean_is_scalar(x_2027)) { + x_2028 = lean_alloc_ctor(0, 2, 0); +} else { + x_2028 = x_2027; +} +lean_ctor_set(x_2028, 0, x_2018); +lean_ctor_set(x_2028, 1, x_2026); +return x_2028; +} +} +else +{ +lean_object* x_2029; lean_object* x_2030; lean_object* x_2031; lean_object* x_2032; +lean_dec(x_2018); +lean_dec(x_1996); +x_2029 = lean_ctor_get(x_2020, 0); +lean_inc(x_2029); +x_2030 = lean_ctor_get(x_2020, 1); +lean_inc(x_2030); +if (lean_is_exclusive(x_2020)) { + lean_ctor_release(x_2020, 0); + lean_ctor_release(x_2020, 1); + x_2031 = x_2020; +} else { + lean_dec_ref(x_2020); + x_2031 = lean_box(0); +} +if (lean_is_scalar(x_2031)) { + x_2032 = lean_alloc_ctor(1, 2, 0); +} else { + x_2032 = x_2031; +} +lean_ctor_set(x_2032, 0, x_2029); +lean_ctor_set(x_2032, 1, x_2030); +return x_2032; +} +} +else +{ +lean_object* x_2033; lean_object* x_2034; lean_object* x_2035; lean_object* x_2036; +lean_dec(x_1996); +lean_dec(x_1987); +lean_dec(x_1985); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_5); +x_2033 = lean_ctor_get(x_2008, 0); +lean_inc(x_2033); +x_2034 = lean_ctor_get(x_2008, 1); +lean_inc(x_2034); +if (lean_is_exclusive(x_2008)) { + lean_ctor_release(x_2008, 0); + lean_ctor_release(x_2008, 1); + x_2035 = x_2008; +} else { + lean_dec_ref(x_2008); + x_2035 = lean_box(0); +} +if (lean_is_scalar(x_2035)) { + x_2036 = lean_alloc_ctor(1, 2, 0); +} else { + x_2036 = x_2035; +} +lean_ctor_set(x_2036, 0, x_2033); +lean_ctor_set(x_2036, 1, x_2034); +return x_2036; +} +} +else +{ +lean_object* x_2037; lean_object* x_2038; lean_object* x_2039; lean_object* x_2040; +lean_dec(x_1996); +lean_dec(x_1987); +lean_dec(x_1985); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_2037 = lean_ctor_get(x_2005, 0); +lean_inc(x_2037); +x_2038 = lean_ctor_get(x_2005, 1); +lean_inc(x_2038); +if (lean_is_exclusive(x_2005)) { + lean_ctor_release(x_2005, 0); + lean_ctor_release(x_2005, 1); + x_2039 = x_2005; +} else { + lean_dec_ref(x_2005); + x_2039 = lean_box(0); +} +if (lean_is_scalar(x_2039)) { + x_2040 = lean_alloc_ctor(1, 2, 0); +} else { + x_2040 = x_2039; +} +lean_ctor_set(x_2040, 0, x_2037); +lean_ctor_set(x_2040, 1, x_2038); +return x_2040; +} +} +else +{ +lean_object* x_2041; lean_object* x_2042; lean_object* x_2043; +lean_dec(x_1987); +lean_dec(x_1985); +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_1); +x_2041 = lean_ctor_get(x_2001, 1); +lean_inc(x_2041); +if (lean_is_exclusive(x_2001)) { + lean_ctor_release(x_2001, 0); + lean_ctor_release(x_2001, 1); + x_2042 = x_2001; +} else { + lean_dec_ref(x_2001); + x_2042 = lean_box(0); +} +if (lean_is_scalar(x_2042)) { + x_2043 = lean_alloc_ctor(1, 2, 0); +} else { + x_2043 = x_2042; + lean_ctor_set_tag(x_2043, 1); +} +lean_ctor_set(x_2043, 0, x_1996); +lean_ctor_set(x_2043, 1, x_2041); +return x_2043; +} +} +else +{ +lean_object* x_2044; +lean_dec(x_1987); +lean_dec(x_1985); +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_1); +if (lean_is_scalar(x_1998)) { + x_2044 = lean_alloc_ctor(1, 2, 0); +} else { + x_2044 = x_1998; +} +lean_ctor_set(x_2044, 0, x_1996); +lean_ctor_set(x_2044, 1, x_1997); +return x_2044; +} +} +} +} +} +else +{ +uint8_t x_2054; +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_3); +lean_dec(x_1); +x_2054 = !lean_is_exclusive(x_1911); +if (x_2054 == 0) +{ +return x_1911; +} +else +{ +lean_object* x_2055; lean_object* x_2056; lean_object* x_2057; +x_2055 = lean_ctor_get(x_1911, 0); +x_2056 = lean_ctor_get(x_1911, 1); +lean_inc(x_2056); +lean_inc(x_2055); +lean_dec(x_1911); +x_2057 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_2057, 0, x_2055); +lean_ctor_set(x_2057, 1, x_2056); +return x_2057; +} +} +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_checkApp(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; lean_object* x_10; 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(0u); +x_10 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_9); +x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; +lean_inc(x_10); +x_12 = lean_mk_array(x_10, x_11); +x_13 = lean_unsigned_to_nat(1u); +x_14 = lean_nat_sub(x_10, x_13); +lean_dec(x_10); +lean_inc(x_1); +x_15 = l_Lean_Expr_withAppAux___at_Lean_Meta_CheckAssignment_checkApp___spec__4(x_1, x_1, x_12, x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_15; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun___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) { +_start: +{ +lean_object* x_11; uint8_t x_12; +x_11 = lean_array_get_size(x_4); +x_12 = lean_nat_dec_eq(x_11, x_1); +lean_dec(x_11); +if (x_12 == 0) +{ +uint8_t x_13; lean_object* x_14; lean_object* x_15; +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); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_10); +return x_15; +} +else +{ +lean_object* x_16; +lean_inc(x_6); +x_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps(x_4, x_2, x_6, x_7, x_8, x_9, x_10); +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_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +x_18 = !lean_is_exclusive(x_16); +if (x_18 == 0) +{ +lean_object* x_19; uint8_t x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +x_20 = 0; +x_21 = lean_box(x_20); +lean_ctor_set(x_16, 0, x_21); +return x_16; +} +else +{ +lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_16, 1); +lean_inc(x_22); +lean_dec(x_16); +x_23 = 0; +x_24 = lean_box(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_22); +return x_25; +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; +x_26 = lean_ctor_get(x_16, 1); +lean_inc(x_26); +lean_dec(x_16); +x_27 = lean_ctor_get(x_17, 0); +lean_inc(x_27); +lean_dec(x_17); +lean_inc(x_3); +x_28 = l_Lean_Expr_mvarId_x21(x_3); +x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; +x_30 = 0; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_31 = l_Lean_Meta_CheckAssignment_checkAssignmentAux(x_28, x_29, x_30, x_27, x_6, x_7, x_8, x_9, x_26); +if (lean_obj_tag(x_31) == 0) +{ +lean_object* x_32; +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +if (lean_obj_tag(x_32) == 0) +{ +uint8_t x_33; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +x_33 = !lean_is_exclusive(x_31); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_31, 0); +lean_dec(x_34); +x_35 = lean_box(x_30); +lean_ctor_set(x_31, 0, x_35); +return x_31; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_31, 1); +lean_inc(x_36); +lean_dec(x_31); +x_37 = lean_box(x_30); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_36); +return x_38; +} +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_31, 1); +lean_inc(x_39); +lean_dec(x_31); +x_40 = lean_ctor_get(x_32, 0); +lean_inc(x_40); +lean_dec(x_32); +x_41 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_3, x_40, x_6, x_7, x_8, x_9, x_39); +return x_41; +} +} +else +{ +uint8_t x_42; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +x_42 = !lean_is_exclusive(x_31); +if (x_42 == 0) +{ +return x_31; +} +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_31, 0); +x_44 = lean_ctor_get(x_31, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_31); +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 +{ +uint8_t x_46; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +x_46 = !lean_is_exclusive(x_16); +if (x_46 == 0) +{ +return x_16; +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_16, 0); +x_48 = lean_ctor_get(x_16, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_16); +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_EXPORT lean_object* l_Lean_Meta_CheckAssignment_assignToConstFun(lean_object* x_1, lean_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_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_1); +x_9 = lean_infer_type(x_1, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 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_2); x_12 = lean_alloc_ctor(1, 1, 0); @@ -28943,42 +29915,7 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_Expr_fvarId_x21(x_6); -x_8 = lean_name_eq(x_7, x_1); -lean_dec(x_7); -if (x_8 == 0) -{ -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; -goto _start; -} -else -{ -uint8_t x_12; -x_12 = 1; -return x_12; -} -} -else -{ -uint8_t x_13; -x_13 = 0; -return x_13; -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -28989,7 +29926,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -29000,7 +29937,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_5, x_9); return x_10; } else @@ -29031,12 +29968,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29045,7 +29982,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -29069,7 +30006,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29120,7 +30057,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -29158,7 +30095,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -29199,7 +30136,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -29207,7 +30144,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29258,13 +30195,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -29300,7 +30237,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -29313,7 +30250,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -29360,7 +30297,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -29380,7 +30317,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -29398,7 +30335,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_29, x_28); return x_30; } } @@ -29411,7 +30348,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(x_1, x_2, x_3); return x_33; } else @@ -29439,7 +30376,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(x_1, x_2, x_36); return x_40; } } @@ -29452,7 +30389,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -29463,7 +30400,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_42, x_46); return x_47; } else @@ -29499,7 +30436,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -29510,7 +30447,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_53, x_57); return x_58; } else @@ -29548,7 +30485,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -29559,7 +30496,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -29570,7 +30507,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_65, x_73); return x_74; } else @@ -29630,7 +30567,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_83, x_3); return x_84; } case 11: @@ -29639,7 +30576,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_85, x_3); return x_86; } default: @@ -29656,7 +30593,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -29701,12 +30638,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -29717,7 +30654,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -29728,7 +30665,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_5, x_9); return x_10; } else @@ -29759,12 +30696,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29773,7 +30710,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -29797,7 +30734,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29848,7 +30785,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -29886,7 +30823,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -29927,7 +30864,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -29935,7 +30872,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -29986,13 +30923,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -30028,7 +30965,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -30041,7 +30978,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -30088,7 +31025,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -30108,7 +31045,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -30126,7 +31063,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_29, x_28); return x_30; } } @@ -30139,7 +31076,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(x_1, x_2, x_3); return x_33; } else @@ -30167,7 +31104,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(x_1, x_2, x_36); return x_40; } } @@ -30180,7 +31117,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -30191,7 +31128,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_42, x_46); return x_47; } else @@ -30227,7 +31164,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -30238,7 +31175,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_53, x_57); return x_58; } else @@ -30276,7 +31213,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -30287,7 +31224,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -30298,7 +31235,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_65, x_73); return x_74; } else @@ -30358,7 +31295,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_83, x_3); return x_84; } case 11: @@ -30367,7 +31304,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_85, x_3); return x_86; } default: @@ -30384,7 +31321,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -30429,12 +31366,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -30445,7 +31382,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -30456,7 +31393,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_5, x_9); return x_10; } else @@ -30487,12 +31424,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -30501,7 +31438,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -30525,7 +31462,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -30576,7 +31513,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -30614,7 +31551,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -30655,7 +31592,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -30663,7 +31600,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -30714,13 +31651,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -30756,7 +31693,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -30769,7 +31706,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -30816,7 +31753,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -30836,7 +31773,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -30854,7 +31791,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_29, x_28); return x_30; } } @@ -30867,7 +31804,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(x_1, x_2, x_3); return x_33; } else @@ -30895,7 +31832,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(x_1, x_2, x_36); return x_40; } } @@ -30908,7 +31845,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -30919,7 +31856,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_42, x_46); return x_47; } else @@ -30955,7 +31892,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -30966,7 +31903,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_53, x_57); return x_58; } else @@ -31004,7 +31941,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -31015,7 +31952,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -31026,7 +31963,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_65, x_73); return x_74; } else @@ -31086,7 +32023,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_83, x_3); return x_84; } case 11: @@ -31095,7 +32032,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_85, x_3); return x_86; } default: @@ -31112,7 +32049,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -31157,12 +32094,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -31173,7 +32110,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -31184,7 +32121,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_5, x_9); return x_10; } else @@ -31215,12 +32152,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -31229,7 +32166,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -31253,7 +32190,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -31304,7 +32241,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -31342,7 +32279,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -31383,7 +32320,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -31391,7 +32328,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -31442,13 +32379,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -31484,7 +32421,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -31497,7 +32434,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -31544,7 +32481,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -31564,7 +32501,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -31582,7 +32519,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_29, x_28); return x_30; } } @@ -31595,7 +32532,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(x_1, x_2, x_3); return x_33; } else @@ -31623,7 +32560,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(x_1, x_2, x_36); return x_40; } } @@ -31636,7 +32573,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -31647,7 +32584,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_42, x_46); return x_47; } else @@ -31683,7 +32620,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -31694,7 +32631,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_53, x_57); return x_58; } else @@ -31732,7 +32669,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -31743,7 +32680,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -31754,7 +32691,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_65, x_73); return x_74; } else @@ -31814,7 +32751,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_83, x_3); return x_84; } case 11: @@ -31823,7 +32760,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_85, x_3); return x_86; } default: @@ -31840,7 +32777,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -31885,12 +32822,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -31901,7 +32838,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -31912,7 +32849,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_5, x_9); return x_10; } else @@ -31943,12 +32880,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -31957,7 +32894,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -31981,7 +32918,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32032,7 +32969,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -32070,7 +33007,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -32111,7 +33048,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -32119,7 +33056,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32170,13 +33107,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -32212,7 +33149,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -32225,7 +33162,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -32272,7 +33209,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -32292,7 +33229,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -32310,7 +33247,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_29, x_28); return x_30; } } @@ -32323,7 +33260,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(x_1, x_2, x_3); return x_33; } else @@ -32351,7 +33288,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(x_1, x_2, x_36); return x_40; } } @@ -32364,7 +33301,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -32375,7 +33312,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_42, x_46); return x_47; } else @@ -32411,7 +33348,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -32422,7 +33359,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_53, x_57); return x_58; } else @@ -32460,7 +33397,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -32471,7 +33408,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -32482,7 +33419,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_65, x_73); return x_74; } else @@ -32542,7 +33479,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_83, x_3); return x_84; } case 11: @@ -32551,7 +33488,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_85, x_3); return x_86; } default: @@ -32568,7 +33505,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -32613,12 +33550,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -32629,7 +33566,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -32640,7 +33577,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_5, x_9); return x_10; } else @@ -32671,12 +33608,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32685,7 +33622,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -32709,7 +33646,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32760,7 +33697,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -32798,7 +33735,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -32839,7 +33776,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -32847,7 +33784,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32898,13 +33835,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -32940,7 +33877,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -32953,7 +33890,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -33000,7 +33937,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -33020,7 +33957,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -33038,7 +33975,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_29, x_28); return x_30; } } @@ -33051,7 +33988,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(x_1, x_2, x_3); return x_33; } else @@ -33079,7 +34016,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(x_1, x_2, x_36); return x_40; } } @@ -33092,7 +34029,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -33103,7 +34040,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_42, x_46); return x_47; } else @@ -33139,7 +34076,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -33150,7 +34087,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_53, x_57); return x_58; } else @@ -33188,7 +34125,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -33199,7 +34136,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -33210,7 +34147,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_65, x_73); return x_74; } else @@ -33270,7 +34207,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_83, x_3); return x_84; } case 11: @@ -33279,7 +34216,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_85, x_3); return x_86; } default: @@ -33296,7 +34233,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -33341,1726 +34278,3653 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +if (lean_obj_tag(x_2) == 5) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_15 = lean_array_uget(x_3, x_4); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); -lean_inc(x_1); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(x_1, x_2, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -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 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; -goto _start; +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_5, x_9); +return x_10; } else { -lean_object* x_22; +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); 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_1); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_6); -lean_ctor_set(x_22, 1, x_13); -return x_22; +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashSetImp___rarg(x_1); -return x_2; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_2, x_3); +return x_15; +} } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_15) == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(x_1, x_6); +if (x_7 == 0) { -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_6); -lean_ctor_set(x_23, 1, x_13); -x_16 = x_23; -goto block_22; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_40; -x_24 = lean_ctor_get(x_15, 0); -lean_inc(x_24); -lean_dec(x_15); -x_25 = l_Lean_LocalDecl_fvarId(x_24); -lean_inc(x_25); -lean_inc(x_1); -x_40 = l_Lean_LocalContext_contains(x_1, x_25); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_array_get_size(x_2); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_24); -x_44 = lean_array_push(x_6, x_25); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_13); -x_16 = x_45; -goto block_22; +uint8_t x_11; +x_11 = 1; +return x_11; } -else -{ -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_24); -x_47 = lean_array_push(x_6, x_25); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_13); -x_16 = x_48; -goto block_22; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_25, x_2, x_49, x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -lean_dec(x_24); -x_52 = lean_array_push(x_6, x_25); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_13); -x_16 = x_53; -goto block_22; +uint8_t x_12; +x_12 = 0; +return x_12; } -else -{ -if (lean_obj_tag(x_24) == 0) +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; uint8_t x_61; -x_54 = lean_ctor_get(x_24, 3); -lean_inc(x_54); -lean_dec(x_24); -x_55 = lean_st_ref_get(x_10, x_13); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -lean_inc(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_58); -x_61 = l_Lean_Expr_hasFVar(x_54); -if (x_61 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_62; -x_62 = l_Lean_Expr_hasMVar(x_54); -if (x_62 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -lean_dec(x_60); -lean_dec(x_54); -x_63 = lean_st_ref_take(x_10, x_57); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else { -lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_58); -x_68 = lean_st_ref_set(x_10, x_64, x_65); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -lean_object* x_70; uint8_t x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -lean_dec(x_70); -x_71 = 0; -x_72 = lean_box(x_71); -lean_ctor_set(x_68, 0, x_72); -x_26 = x_68; -goto block_39; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_68, 1); -lean_inc(x_73); -lean_dec(x_68); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_73); -x_26 = x_76; -goto block_39; +uint8_t x_16; +x_16 = 1; +return x_16; +} } } else { -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; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_77 = lean_ctor_get(x_64, 1); -x_78 = lean_ctor_get(x_64, 2); -x_79 = lean_ctor_get(x_64, 3); -lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_64); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_10, x_80, x_65); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -x_84 = 0; -x_85 = lean_box(x_84); -if (lean_is_scalar(x_83)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_83; +uint8_t x_17; +x_17 = 0; +return x_17; } -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_82); -x_26 = x_86; -goto block_39; } } -else +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(lean_object* x_1, lean_object* x_2) { +_start: { -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; -lean_dec(x_58); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_6, x_54, x_60); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_10, x_57); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = !lean_is_exclusive(x_92); -if (x_94 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_92, 0); -lean_dec(x_95); -lean_ctor_set(x_92, 0, x_90); -x_96 = lean_st_ref_set(x_10, x_92, x_93); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -lean_object* x_98; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -lean_ctor_set(x_96, 0, x_89); -x_26 = x_96; -goto block_39; +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 1); -lean_inc(x_99); -lean_dec(x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_89); -lean_ctor_set(x_100, 1, x_99); -x_26 = x_100; -goto block_39; -} +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } else { -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_101 = lean_ctor_get(x_92, 1); -x_102 = lean_ctor_get(x_92, 2); -x_103 = lean_ctor_get(x_92, 3); -lean_inc(x_103); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -x_104 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_104, 0, x_90); -lean_ctor_set(x_104, 1, x_101); -lean_ctor_set(x_104, 2, x_102); -lean_ctor_set(x_104, 3, x_103); -x_105 = lean_st_ref_set(x_10, x_104, x_93); -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_89); -lean_ctor_set(x_108, 1, x_106); -x_26 = x_108; -goto block_39; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } 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; uint8_t x_116; -lean_dec(x_58); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_6, x_54, x_60); -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_st_ref_take(x_10, x_57); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = !lean_is_exclusive(x_114); -if (x_116 == 0) -{ -lean_object* x_117; lean_object* x_118; uint8_t x_119; -x_117 = lean_ctor_get(x_114, 0); -lean_dec(x_117); -lean_ctor_set(x_114, 0, x_112); -x_118 = lean_st_ref_set(x_10, x_114, x_115); -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_object* x_120; -x_120 = lean_ctor_get(x_118, 0); -lean_dec(x_120); -lean_ctor_set(x_118, 0, x_111); -x_26 = x_118; -goto block_39; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_111); -lean_ctor_set(x_122, 1, x_121); -x_26 = x_122; -goto block_39; -} +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } 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; -x_123 = lean_ctor_get(x_114, 1); -x_124 = lean_ctor_get(x_114, 2); -x_125 = lean_ctor_get(x_114, 3); -lean_inc(x_125); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_114); -x_126 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_126, 0, x_112); -lean_ctor_set(x_126, 1, x_123); -lean_ctor_set(x_126, 2, x_124); -lean_ctor_set(x_126, 3, x_125); -x_127 = lean_st_ref_set(x_10, x_126, x_115); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -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_127); - x_129 = lean_box(0); +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_129; } -lean_ctor_set(x_130, 0, x_111); -lean_ctor_set(x_130, 1, x_128); -x_26 = x_130; -goto block_39; } } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_168; lean_object* x_169; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_131 = lean_ctor_get(x_24, 3); -lean_inc(x_131); -x_132 = lean_ctor_get(x_24, 4); -lean_inc(x_132); -lean_dec(x_24); -x_133 = lean_st_ref_get(x_10, x_13); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_182 = lean_ctor_get(x_134, 0); -lean_inc(x_182); -lean_dec(x_134); -x_183 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_182); -x_185 = l_Lean_Expr_hasFVar(x_131); -if (x_185 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_186; -x_186 = l_Lean_Expr_hasMVar(x_131); -if (x_186 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -uint8_t x_187; -lean_dec(x_131); -x_187 = 0; -x_168 = x_187; -x_169 = x_184; -goto block_181; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_6, x_131, x_184); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -x_191 = lean_unbox(x_189); -lean_dec(x_189); -x_168 = x_191; -x_169 = x_190; -goto block_181; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_192 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_6, x_131, x_184); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_unbox(x_193); -lean_dec(x_193); -x_168 = x_195; -x_169 = x_194; -goto block_181; +uint8_t x_16; +x_16 = 1; +return x_16; +} } -block_167: -{ -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = lean_st_ref_take(x_10, x_135); -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); -lean_dec(x_139); -x_142 = !lean_is_exclusive(x_140); -if (x_142 == 0) -{ -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 0); -lean_dec(x_143); -lean_ctor_set(x_140, 0, x_138); -x_144 = lean_st_ref_set(x_10, x_140, x_141); -if (x_136 == 0) -{ -uint8_t x_145; -lean_dec(x_25); -x_145 = !lean_is_exclusive(x_144); -if (x_145 == 0) -{ -lean_object* x_146; -x_146 = lean_ctor_get(x_144, 0); -lean_dec(x_146); -lean_ctor_set(x_144, 0, x_6); -x_16 = x_144; -goto block_22; } else { -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_6); -lean_ctor_set(x_148, 1, x_147); -x_16 = x_148; -goto block_22; +uint8_t x_17; +x_17 = 0; +return x_17; +} } } +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} else { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_144); -if (x_149 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_144, 0); -lean_dec(x_150); -x_151 = lean_array_push(x_6, x_25); -lean_ctor_set(x_144, 0, x_151); -x_16 = x_144; -goto block_22; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_144, 1); -lean_inc(x_152); -lean_dec(x_144); -x_153 = lean_array_push(x_6, x_25); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_152); -x_16 = x_154; -goto block_22; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_155 = lean_ctor_get(x_140, 1); -x_156 = lean_ctor_get(x_140, 2); -x_157 = lean_ctor_get(x_140, 3); -lean_inc(x_157); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_140); -x_158 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_158, 0, x_138); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_156); -lean_ctor_set(x_158, 3, x_157); -x_159 = lean_st_ref_set(x_10, x_158, x_141); -if (x_136 == 0) +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__71(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__70(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__70(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__71(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__72(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__73(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__70(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__73(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_25); -x_160 = lean_ctor_get(x_159, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_161 = x_159; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_Expr_fvarId_x21(x_6); +x_8 = lean_name_eq(x_7, x_1); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__79(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_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; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_16 = lean_array_uget(x_4, x_5); +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_2); +x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78(x_1, x_2, x_3, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +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 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; +goto _start; +} +else +{ +lean_object* x_23; +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_2); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_7); +lean_ctor_set(x_23, 1, x_14); +return x_23; +} +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashSetImp___rarg(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80(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_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; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_16) == 0) +{ +size_t x_24; size_t x_25; +x_24 = 1; +x_25 = lean_usize_add(x_5, x_24); +x_5 = x_25; +goto _start; +} +else +{ +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_148; +x_27 = lean_ctor_get(x_16, 0); +lean_inc(x_27); +lean_dec(x_16); +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_inc(x_28); +lean_inc(x_2); +x_148 = l_Lean_LocalContext_contains(x_2, x_28); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_array_get_size(x_3); +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_149); +if (x_151 == 0) +{ +uint8_t x_152; +lean_dec(x_149); +x_152 = 0; +x_29 = x_152; +goto block_147; +} +else +{ +uint8_t x_153; +x_153 = lean_nat_dec_le(x_149, x_149); +if (x_153 == 0) +{ +uint8_t x_154; +lean_dec(x_149); +x_154 = 0; +x_29 = x_154; +goto block_147; +} +else +{ +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_149); +lean_dec(x_149); +x_157 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_28, x_3, x_155, x_156); +x_29 = x_157; +goto block_147; +} +} +} +else +{ +lean_object* x_158; +lean_dec(x_28); +lean_dec(x_27); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_7); +lean_ctor_set(x_158, 1, x_14); +x_17 = x_158; +goto block_23; +} +block_147: +{ +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); +x_30 = lean_array_push(x_7, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +x_17 = x_31; +goto block_23; +} +else +{ +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_32 = lean_ctor_get(x_27, 3); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_st_ref_get(x_11, x_14); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_68 = lean_ctor_get(x_34, 0); +lean_inc(x_68); +lean_dec(x_34); +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_32); +if (x_71 == 0) +{ +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_32); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_32); +x_73 = 0; +x_36 = x_73; +x_37 = x_70; +goto block_67; +} +else +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_7, x_32, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_36 = x_77; +x_37 = x_76; +goto block_67; +} +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_7, x_32, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_36 = x_81; +x_37 = x_80; +goto block_67; +} +block_67: +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_st_ref_take(x_11, x_35); +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 = !lean_is_exclusive(x_40); +if (x_42 == 0) +{ +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +lean_ctor_set(x_40, 0, x_38); +x_44 = lean_st_ref_set(x_11, x_40, x_41); +if (x_36 == 0) +{ +uint8_t x_45; +lean_dec(x_28); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) +{ +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_7); +x_17 = x_44; +goto block_23; +} +else +{ +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_7); +lean_ctor_set(x_48, 1, x_47); +x_17 = x_48; +goto block_23; +} +} +else +{ +uint8_t x_49; +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +x_51 = lean_array_push(x_7, x_28); +lean_ctor_set(x_44, 0, x_51); +x_17 = x_44; +goto block_23; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 1); +lean_inc(x_52); +lean_dec(x_44); +x_53 = lean_array_push(x_7, x_28); +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_17 = x_54; +goto block_23; +} +} +} +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_40, 1); +x_56 = lean_ctor_get(x_40, 2); +x_57 = lean_ctor_get(x_40, 3); +lean_inc(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_58, 0, x_38); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_56); +lean_ctor_set(x_58, 3, x_57); +x_59 = lean_st_ref_set(x_11, x_58, x_41); +if (x_36 == 0) +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_28); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; } else { - lean_dec_ref(x_159); - x_161 = lean_box(0); + lean_dec_ref(x_59); + x_61 = lean_box(0); } -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_161; + x_62 = x_61; } -lean_ctor_set(x_162, 0, x_6); -lean_ctor_set(x_162, 1, x_160); -x_16 = x_162; -goto block_22; +lean_ctor_set(x_62, 0, x_7); +lean_ctor_set(x_62, 1, x_60); +x_17 = x_62; +goto block_23; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_164 = x_159; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_64 = x_59; } else { - lean_dec_ref(x_159); - x_164 = lean_box(0); + lean_dec_ref(x_59); + x_64 = lean_box(0); } -x_165 = lean_array_push(x_6, x_25); -if (lean_is_scalar(x_164)) { - x_166 = lean_alloc_ctor(0, 2, 0); +x_65 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_64)) { + x_66 = lean_alloc_ctor(0, 2, 0); } else { - x_166 = x_164; + x_66 = x_64; +} +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_63); +x_17 = x_66; +goto block_23; } -lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_163); -x_16 = x_166; -goto block_22; } } } -block_181: +else { -if (x_168 == 0) +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; uint8_t x_119; lean_object* x_120; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_82 = lean_ctor_get(x_27, 3); +lean_inc(x_82); +x_83 = lean_ctor_get(x_27, 4); +lean_inc(x_83); +lean_dec(x_27); +x_84 = lean_st_ref_get(x_11, x_14); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_133 = lean_ctor_get(x_85, 0); +lean_inc(x_133); +lean_dec(x_85); +x_134 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +x_136 = l_Lean_Expr_hasFVar(x_82); +if (x_136 == 0) { -uint8_t x_170; -x_170 = l_Lean_Expr_hasFVar(x_132); -if (x_170 == 0) +uint8_t x_137; +x_137 = l_Lean_Expr_hasMVar(x_82); +if (x_137 == 0) { -uint8_t x_171; -x_171 = l_Lean_Expr_hasMVar(x_132); -if (x_171 == 0) +uint8_t x_138; +lean_dec(x_82); +x_138 = 0; +x_119 = x_138; +x_120 = x_135; +goto block_132; +} +else { -uint8_t x_172; -lean_dec(x_132); -x_172 = 0; -x_136 = x_172; -x_137 = x_169; -goto block_167; +lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; +x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_7, x_82, x_135); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +lean_dec(x_139); +x_142 = lean_unbox(x_140); +lean_dec(x_140); +x_119 = x_142; +x_120 = x_141; +goto block_132; +} } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_6, x_132, x_169); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_unbox(x_174); -lean_dec(x_174); -x_136 = x_176; -x_137 = x_175; -goto block_167; +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_143 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_7, x_82, x_135); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +lean_dec(x_143); +x_146 = lean_unbox(x_144); +lean_dec(x_144); +x_119 = x_146; +x_120 = x_145; +goto block_132; } +block_118: +{ +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_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = lean_st_ref_take(x_11, x_86); +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 = !lean_is_exclusive(x_91); +if (x_93 == 0) +{ +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +lean_ctor_set(x_91, 0, x_89); +x_95 = lean_st_ref_set(x_11, x_91, x_92); +if (x_87 == 0) +{ +uint8_t x_96; +lean_dec(x_28); +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) +{ +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_7); +x_17 = x_95; +goto block_23; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_6, x_132, x_169); -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); -x_180 = lean_unbox(x_178); -lean_dec(x_178); -x_136 = x_180; -x_137 = x_179; -goto block_167; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_7); +lean_ctor_set(x_99, 1, x_98); +x_17 = x_99; +goto block_23; } } else { -lean_dec(x_132); -x_136 = x_168; -x_137 = x_169; -goto block_167; +uint8_t x_100; +x_100 = !lean_is_exclusive(x_95); +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_95, 0); +lean_dec(x_101); +x_102 = lean_array_push(x_7, x_28); +lean_ctor_set(x_95, 0, x_102); +x_17 = x_95; +goto block_23; } +else +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_array_push(x_7, x_28); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +x_17 = x_105; +goto block_23; } } } +else +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_106 = lean_ctor_get(x_91, 1); +x_107 = lean_ctor_get(x_91, 2); +x_108 = lean_ctor_get(x_91, 3); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_91); +x_109 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_109, 0, x_89); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_107); +lean_ctor_set(x_109, 3, x_108); +x_110 = lean_st_ref_set(x_11, x_109, x_92); +if (x_87 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_28); +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_7); +lean_ctor_set(x_113, 1, x_111); +x_17 = x_113; +goto block_23; } else { -lean_object* x_196; -lean_dec(x_25); -lean_dec(x_24); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_6); -lean_ctor_set(x_196, 1, x_13); -x_16 = x_196; -goto block_22; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_115 = x_110; +} else { + lean_dec_ref(x_110); + x_115 = lean_box(0); } -block_39: +x_116 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(0, 2, 0); +} else { + x_117 = x_115; +} +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +x_17 = x_117; +goto block_23; +} +} +} +block_132: { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) +if (x_119 == 0) { -uint8_t x_29; -lean_dec(x_25); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +uint8_t x_121; +x_121 = l_Lean_Expr_hasFVar(x_83); +if (x_121 == 0) { -lean_object* x_30; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -lean_ctor_set(x_26, 0, x_6); -x_16 = x_26; -goto block_22; +uint8_t x_122; +x_122 = l_Lean_Expr_hasMVar(x_83); +if (x_122 == 0) +{ +uint8_t x_123; +lean_dec(x_83); +x_123 = 0; +x_87 = x_123; +x_88 = x_120; +goto block_118; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_16 = x_32; -goto block_22; +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +x_124 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_7, x_83, x_120); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_unbox(x_125); +lean_dec(x_125); +x_87 = x_127; +x_88 = x_126; +goto block_118; +} +} +else +{ +lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_128 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_7, x_83, x_120); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_87 = x_131; +x_88 = x_130; +goto block_118; } } else { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 0); -lean_dec(x_34); -x_35 = lean_array_push(x_6, x_25); -lean_ctor_set(x_26, 0, x_35); -x_16 = x_26; -goto block_22; +lean_dec(x_83); +x_87 = x_119; +x_88 = x_120; +goto block_118; +} } -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_array_push(x_6, x_25); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -x_16 = x_38; -goto block_22; } } } } -block_22: +block_23: { -lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } } else { -lean_object* x_197; -lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_6); -lean_ctor_set(x_197, 1, x_13); -return x_197; +lean_object* x_159; +lean_dec(x_2); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_7); +lean_ctor_set(x_159, 1, x_14); +return x_159; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(lean_object* x_1, lean_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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78(lean_object* x_1, lean_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_3) == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_12 = lean_ctor_get(x_3, 0); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_array_get_size(x_12); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_4, 0); +lean_inc(x_13); +lean_dec(x_4); +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) { -lean_object* x_16; +lean_object* x_17; +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_5); -lean_dec(x_1); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_4); -lean_ctor_set(x_16, 1, x_11); -return x_16; +lean_dec(x_2); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_5); +lean_ctor_set(x_17, 1, x_12); +return x_17; } else { -uint8_t x_17; -x_17 = lean_nat_dec_le(x_13, x_13); -if (x_17 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -lean_object* x_18; +lean_object* x_19; +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_5); -lean_dec(x_1); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_4); -lean_ctor_set(x_18, 1, x_11); -return x_18; +lean_dec(x_2); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_5); +lean_ctor_set(x_19, 1, x_12); +return x_19; } else { -size_t x_19; size_t x_20; lean_object* x_21; -x_19 = 0; -x_20 = lean_usize_of_nat(x_13); +size_t x_20; size_t x_21; lean_object* x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__79(x_1, x_2, x_3, x_13, x_20, x_21, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_13); -x_21 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(x_1, x_2, x_12, x_19, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_12); -return x_21; +return x_22; } } } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_3, 0); -lean_inc(x_22); -lean_dec(x_3); -x_23 = lean_array_get_size(x_22); -x_24 = lean_unsigned_to_nat(0u); -x_25 = lean_nat_dec_lt(x_24, x_23); -if (x_25 == 0) +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_4, 0); +lean_inc(x_23); +lean_dec(x_4); +x_24 = lean_array_get_size(x_23); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_lt(x_25, x_24); +if (x_26 == 0) { -lean_object* x_26; +lean_object* x_27; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); +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_1); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_4); -lean_ctor_set(x_26, 1, x_11); -return x_26; +lean_dec(x_2); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_5); +lean_ctor_set(x_27, 1, x_12); +return x_27; } else { -uint8_t x_27; -x_27 = lean_nat_dec_le(x_23, x_23); -if (x_27 == 0) +uint8_t x_28; +x_28 = lean_nat_dec_le(x_24, x_24); +if (x_28 == 0) { -lean_object* x_28; +lean_object* x_29; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); +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_1); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_4); -lean_ctor_set(x_28, 1, x_11); -return x_28; +lean_dec(x_2); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_5); +lean_ctor_set(x_29, 1, x_12); +return x_29; } else { -size_t x_29; size_t x_30; lean_object* x_31; -x_29 = 0; -x_30 = lean_usize_of_nat(x_23); -lean_dec(x_23); -x_31 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(x_1, x_2, x_22, x_29, x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +size_t x_30; size_t x_31; lean_object* x_32; +x_30 = 0; +x_31 = lean_usize_of_nat(x_24); +lean_dec(x_24); +x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80(x_1, x_2, x_3, x_23, x_30, x_31, 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_22); -return x_31; +lean_dec(x_23); +return x_32; } } } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81(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_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_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_15 = lean_array_uget(x_3, x_4); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_16 = lean_array_uget(x_4, x_5); +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_1); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(x_1, x_2, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_2); +x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78(x_1, x_2, x_3, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } else { -lean_object* x_22; +lean_object* x_23; +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_1); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_6); -lean_ctor_set(x_22, 1, x_13); -return x_22; +lean_dec(x_2); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_7); +lean_ctor_set(x_23, 1, x_14); +return x_23; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__82(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_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_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_15) == 0) +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_6); -lean_ctor_set(x_23, 1, x_13); -x_16 = x_23; -goto block_22; +size_t x_24; size_t x_25; +x_24 = 1; +x_25 = lean_usize_add(x_5, x_24); +x_5 = x_25; +goto _start; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_40; -x_24 = lean_ctor_get(x_15, 0); -lean_inc(x_24); -lean_dec(x_15); -x_25 = l_Lean_LocalDecl_fvarId(x_24); -lean_inc(x_25); -lean_inc(x_1); -x_40 = l_Lean_LocalContext_contains(x_1, x_25); -if (x_40 == 0) +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_148; +x_27 = lean_ctor_get(x_16, 0); +lean_inc(x_27); +lean_dec(x_16); +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_inc(x_28); +lean_inc(x_2); +x_148 = l_Lean_LocalContext_contains(x_2, x_28); +if (x_148 == 0) { -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_array_get_size(x_2); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_array_get_size(x_3); +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_149); +if (x_151 == 0) { -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_24); -x_44 = lean_array_push(x_6, x_25); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_13); -x_16 = x_45; -goto block_22; +uint8_t x_152; +lean_dec(x_149); +x_152 = 0; +x_29 = x_152; +goto block_147; } else { -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) +uint8_t x_153; +x_153 = lean_nat_dec_le(x_149, x_149); +if (x_153 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_24); -x_47 = lean_array_push(x_6, x_25); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_13); -x_16 = x_48; -goto block_22; +uint8_t x_154; +lean_dec(x_149); +x_154 = 0; +x_29 = x_154; +goto block_147; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_25, x_2, x_49, x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -lean_dec(x_24); -x_52 = lean_array_push(x_6, x_25); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_13); -x_16 = x_53; -goto block_22; +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_149); +lean_dec(x_149); +x_157 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_28, x_3, x_155, x_156); +x_29 = x_157; +goto block_147; +} +} } else { -if (lean_obj_tag(x_24) == 0) +lean_object* x_158; +lean_dec(x_28); +lean_dec(x_27); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_7); +lean_ctor_set(x_158, 1, x_14); +x_17 = x_158; +goto block_23; +} +block_147: { -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; uint8_t x_61; -x_54 = lean_ctor_get(x_24, 3); -lean_inc(x_54); -lean_dec(x_24); -x_55 = lean_st_ref_get(x_10, x_13); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -lean_inc(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_58); -x_61 = l_Lean_Expr_hasFVar(x_54); -if (x_61 == 0) +if (x_29 == 0) { -uint8_t x_62; -x_62 = l_Lean_Expr_hasMVar(x_54); -if (x_62 == 0) +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); +x_30 = lean_array_push(x_7, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +x_17 = x_31; +goto block_23; +} +else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -lean_dec(x_60); -lean_dec(x_54); -x_63 = lean_st_ref_take(x_10, x_57); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) +if (lean_obj_tag(x_27) == 0) { -lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_58); -x_68 = lean_st_ref_set(x_10, x_64, x_65); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_32 = lean_ctor_get(x_27, 3); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_st_ref_get(x_11, x_14); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_68 = lean_ctor_get(x_34, 0); +lean_inc(x_68); +lean_dec(x_34); +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_32); +if (x_71 == 0) { -lean_object* x_70; uint8_t x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -lean_dec(x_70); -x_71 = 0; -x_72 = lean_box(x_71); -lean_ctor_set(x_68, 0, x_72); -x_26 = x_68; -goto block_39; +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_32); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_32); +x_73 = 0; +x_36 = x_73; +x_37 = x_70; +goto block_67; } else { -lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_68, 1); -lean_inc(x_73); -lean_dec(x_68); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_73); -x_26 = x_76; -goto block_39; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_7, x_32, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_36 = x_77; +x_37 = x_76; +goto block_67; } } else { -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; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_77 = lean_ctor_get(x_64, 1); -x_78 = lean_ctor_get(x_64, 2); -x_79 = lean_ctor_get(x_64, 3); +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_7, x_32, x_70); +x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_64); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_10, x_80, x_65); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -x_84 = 0; -x_85 = lean_box(x_84); -if (lean_is_scalar(x_83)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_83; -} -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_82); -x_26 = x_86; -goto block_39; -} +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_36 = x_81; +x_37 = x_80; +goto block_67; } -else +block_67: { -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; -lean_dec(x_58); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_6, x_54, x_60); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_10, x_57); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = !lean_is_exclusive(x_92); -if (x_94 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_st_ref_take(x_11, x_35); +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 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_92, 0); -lean_dec(x_95); -lean_ctor_set(x_92, 0, x_90); -x_96 = lean_st_ref_set(x_10, x_92, x_93); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +lean_ctor_set(x_40, 0, x_38); +x_44 = lean_st_ref_set(x_11, x_40, x_41); +if (x_36 == 0) { -lean_object* x_98; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -lean_ctor_set(x_96, 0, x_89); -x_26 = x_96; -goto block_39; +uint8_t x_45; +lean_dec(x_28); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) +{ +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_7); +x_17 = x_44; +goto block_23; } else { -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 1); -lean_inc(x_99); -lean_dec(x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_89); -lean_ctor_set(x_100, 1, x_99); -x_26 = x_100; -goto block_39; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_7); +lean_ctor_set(x_48, 1, x_47); +x_17 = x_48; +goto block_23; } } else { -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_101 = lean_ctor_get(x_92, 1); -x_102 = lean_ctor_get(x_92, 2); -x_103 = lean_ctor_get(x_92, 3); -lean_inc(x_103); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -x_104 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_104, 0, x_90); -lean_ctor_set(x_104, 1, x_101); -lean_ctor_set(x_104, 2, x_102); -lean_ctor_set(x_104, 3, x_103); -x_105 = lean_st_ref_set(x_10, x_104, x_93); -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; +uint8_t x_49; +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +x_51 = lean_array_push(x_7, x_28); +lean_ctor_set(x_44, 0, x_51); +x_17 = x_44; +goto block_23; } -lean_ctor_set(x_108, 0, x_89); -lean_ctor_set(x_108, 1, x_106); -x_26 = x_108; -goto block_39; +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 1); +lean_inc(x_52); +lean_dec(x_44); +x_53 = lean_array_push(x_7, x_28); +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_17 = x_54; +goto block_23; } } } 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; uint8_t x_116; -lean_dec(x_58); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_6, x_54, x_60); -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_st_ref_take(x_10, x_57); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = !lean_is_exclusive(x_114); -if (x_116 == 0) -{ -lean_object* x_117; lean_object* x_118; uint8_t x_119; -x_117 = lean_ctor_get(x_114, 0); -lean_dec(x_117); -lean_ctor_set(x_114, 0, x_112); -x_118 = lean_st_ref_set(x_10, x_114, x_115); -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +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_40, 1); +x_56 = lean_ctor_get(x_40, 2); +x_57 = lean_ctor_get(x_40, 3); +lean_inc(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_58, 0, x_38); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_56); +lean_ctor_set(x_58, 3, x_57); +x_59 = lean_st_ref_set(x_11, x_58, x_41); +if (x_36 == 0) { -lean_object* x_120; -x_120 = lean_ctor_get(x_118, 0); -lean_dec(x_120); -lean_ctor_set(x_118, 0, x_111); -x_26 = x_118; -goto block_39; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_28); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; +} else { + lean_dec_ref(x_59); + x_61 = lean_box(0); } -else -{ -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_111); -lean_ctor_set(x_122, 1, x_121); -x_26 = x_122; -goto block_39; +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); +} else { + x_62 = x_61; } +lean_ctor_set(x_62, 0, x_7); +lean_ctor_set(x_62, 1, x_60); +x_17 = x_62; +goto block_23; } 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; -x_123 = lean_ctor_get(x_114, 1); -x_124 = lean_ctor_get(x_114, 2); -x_125 = lean_ctor_get(x_114, 3); -lean_inc(x_125); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_114); -x_126 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_126, 0, x_112); -lean_ctor_set(x_126, 1, x_123); -lean_ctor_set(x_126, 2, x_124); -lean_ctor_set(x_126, 3, x_125); -x_127 = lean_st_ref_set(x_10, x_126, x_115); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -if (lean_is_exclusive(x_127)) { - lean_ctor_release(x_127, 0); - lean_ctor_release(x_127, 1); - x_129 = x_127; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_64 = x_59; } else { - lean_dec_ref(x_127); - x_129 = lean_box(0); + lean_dec_ref(x_59); + x_64 = lean_box(0); } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); +x_65 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_64)) { + x_66 = lean_alloc_ctor(0, 2, 0); } else { - x_130 = x_129; + x_66 = x_64; } -lean_ctor_set(x_130, 0, x_111); -lean_ctor_set(x_130, 1, x_128); -x_26 = x_130; -goto block_39; +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_63); +x_17 = x_66; +goto block_23; } } } -else -{ -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_168; lean_object* x_169; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_131 = lean_ctor_get(x_24, 3); -lean_inc(x_131); -x_132 = lean_ctor_get(x_24, 4); -lean_inc(x_132); -lean_dec(x_24); -x_133 = lean_st_ref_get(x_10, x_13); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_182 = lean_ctor_get(x_134, 0); -lean_inc(x_182); -lean_dec(x_134); -x_183 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_182); -x_185 = l_Lean_Expr_hasFVar(x_131); -if (x_185 == 0) -{ -uint8_t x_186; -x_186 = l_Lean_Expr_hasMVar(x_131); -if (x_186 == 0) -{ -uint8_t x_187; -lean_dec(x_131); -x_187 = 0; -x_168 = x_187; -x_169 = x_184; -goto block_181; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_6, x_131, x_184); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -x_191 = lean_unbox(x_189); -lean_dec(x_189); -x_168 = x_191; -x_169 = x_190; -goto block_181; -} -} -else +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; uint8_t x_119; lean_object* x_120; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_82 = lean_ctor_get(x_27, 3); +lean_inc(x_82); +x_83 = lean_ctor_get(x_27, 4); +lean_inc(x_83); +lean_dec(x_27); +x_84 = lean_st_ref_get(x_11, x_14); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_133 = lean_ctor_get(x_85, 0); +lean_inc(x_133); +lean_dec(x_85); +x_134 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +x_136 = l_Lean_Expr_hasFVar(x_82); +if (x_136 == 0) { -lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_192 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_6, x_131, x_184); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_unbox(x_193); -lean_dec(x_193); -x_168 = x_195; -x_169 = x_194; -goto block_181; +uint8_t x_137; +x_137 = l_Lean_Expr_hasMVar(x_82); +if (x_137 == 0) +{ +uint8_t x_138; +lean_dec(x_82); +x_138 = 0; +x_119 = x_138; +x_120 = x_135; +goto block_132; } -block_167: +else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = lean_st_ref_take(x_10, x_135); +lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; +x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_7, x_82, x_135); x_140 = lean_ctor_get(x_139, 0); lean_inc(x_140); x_141 = lean_ctor_get(x_139, 1); lean_inc(x_141); lean_dec(x_139); -x_142 = !lean_is_exclusive(x_140); -if (x_142 == 0) +x_142 = lean_unbox(x_140); +lean_dec(x_140); +x_119 = x_142; +x_120 = x_141; +goto block_132; +} +} +else { -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 0); +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_143 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_7, x_82, x_135); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); lean_dec(x_143); -lean_ctor_set(x_140, 0, x_138); -x_144 = lean_st_ref_set(x_10, x_140, x_141); -if (x_136 == 0) +x_146 = lean_unbox(x_144); +lean_dec(x_144); +x_119 = x_146; +x_120 = x_145; +goto block_132; +} +block_118: { -uint8_t x_145; -lean_dec(x_25); -x_145 = !lean_is_exclusive(x_144); -if (x_145 == 0) +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_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = lean_st_ref_take(x_11, x_86); +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 = !lean_is_exclusive(x_91); +if (x_93 == 0) { -lean_object* x_146; -x_146 = lean_ctor_get(x_144, 0); -lean_dec(x_146); -lean_ctor_set(x_144, 0, x_6); -x_16 = x_144; -goto block_22; +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +lean_ctor_set(x_91, 0, x_89); +x_95 = lean_st_ref_set(x_11, x_91, x_92); +if (x_87 == 0) +{ +uint8_t x_96; +lean_dec(x_28); +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) +{ +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_7); +x_17 = x_95; +goto block_23; } else { -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_6); -lean_ctor_set(x_148, 1, x_147); -x_16 = x_148; -goto block_22; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_7); +lean_ctor_set(x_99, 1, x_98); +x_17 = x_99; +goto block_23; } } else { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_144); -if (x_149 == 0) +uint8_t x_100; +x_100 = !lean_is_exclusive(x_95); +if (x_100 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_144, 0); -lean_dec(x_150); -x_151 = lean_array_push(x_6, x_25); -lean_ctor_set(x_144, 0, x_151); -x_16 = x_144; -goto block_22; +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_95, 0); +lean_dec(x_101); +x_102 = lean_array_push(x_7, x_28); +lean_ctor_set(x_95, 0, x_102); +x_17 = x_95; +goto block_23; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_144, 1); -lean_inc(x_152); -lean_dec(x_144); -x_153 = lean_array_push(x_6, x_25); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_152); -x_16 = x_154; -goto block_22; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_array_push(x_7, x_28); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +x_17 = x_105; +goto block_23; } } } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_155 = lean_ctor_get(x_140, 1); -x_156 = lean_ctor_get(x_140, 2); -x_157 = lean_ctor_get(x_140, 3); -lean_inc(x_157); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_140); -x_158 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_158, 0, x_138); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_156); -lean_ctor_set(x_158, 3, x_157); -x_159 = lean_st_ref_set(x_10, x_158, x_141); -if (x_136 == 0) +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_106 = lean_ctor_get(x_91, 1); +x_107 = lean_ctor_get(x_91, 2); +x_108 = lean_ctor_get(x_91, 3); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_91); +x_109 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_109, 0, x_89); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_107); +lean_ctor_set(x_109, 3, x_108); +x_110 = lean_st_ref_set(x_11, x_109, x_92); +if (x_87 == 0) { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_25); -x_160 = lean_ctor_get(x_159, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_161 = x_159; +lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_28); +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_159); - x_161 = lean_box(0); + lean_dec_ref(x_110); + x_112 = lean_box(0); } -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_112)) { + x_113 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_161; + x_113 = x_112; } -lean_ctor_set(x_162, 0, x_6); -lean_ctor_set(x_162, 1, x_160); -x_16 = x_162; -goto block_22; +lean_ctor_set(x_113, 0, x_7); +lean_ctor_set(x_113, 1, x_111); +x_17 = x_113; +goto block_23; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_164 = x_159; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_115 = x_110; } else { - lean_dec_ref(x_159); - x_164 = lean_box(0); + lean_dec_ref(x_110); + x_115 = lean_box(0); } -x_165 = lean_array_push(x_6, x_25); -if (lean_is_scalar(x_164)) { - x_166 = lean_alloc_ctor(0, 2, 0); +x_116 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(0, 2, 0); } else { - x_166 = x_164; + x_117 = x_115; } -lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_163); -x_16 = x_166; -goto block_22; +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +x_17 = x_117; +goto block_23; } } } -block_181: -{ -if (x_168 == 0) +block_132: { -uint8_t x_170; -x_170 = l_Lean_Expr_hasFVar(x_132); -if (x_170 == 0) -{ -uint8_t x_171; -x_171 = l_Lean_Expr_hasMVar(x_132); -if (x_171 == 0) +if (x_119 == 0) { -uint8_t x_172; -lean_dec(x_132); -x_172 = 0; -x_136 = x_172; -x_137 = x_169; -goto block_167; -} -else +uint8_t x_121; +x_121 = l_Lean_Expr_hasFVar(x_83); +if (x_121 == 0) { -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_6, x_132, x_169); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_unbox(x_174); -lean_dec(x_174); -x_136 = x_176; -x_137 = x_175; -goto block_167; -} -} -else +uint8_t x_122; +x_122 = l_Lean_Expr_hasMVar(x_83); +if (x_122 == 0) { -lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_6, x_132, x_169); -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); -x_180 = lean_unbox(x_178); -lean_dec(x_178); -x_136 = x_180; -x_137 = x_179; -goto block_167; -} +uint8_t x_123; +lean_dec(x_83); +x_123 = 0; +x_87 = x_123; +x_88 = x_120; +goto block_118; } else { -lean_dec(x_132); -x_136 = x_168; -x_137 = x_169; -goto block_167; -} -} -} -} -} +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +x_124 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_7, x_83, x_120); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_unbox(x_125); +lean_dec(x_125); +x_87 = x_127; +x_88 = x_126; +goto block_118; } } else { -lean_object* x_196; -lean_dec(x_25); -lean_dec(x_24); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_6); -lean_ctor_set(x_196, 1, x_13); -x_16 = x_196; -goto block_22; +lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_128 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_7, x_83, x_120); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_87 = x_131; +x_88 = x_130; +goto block_118; } -block_39: -{ -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) -{ -uint8_t x_29; -lean_dec(x_25); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) -{ -lean_object* x_30; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -lean_ctor_set(x_26, 0, x_6); -x_16 = x_26; -goto block_22; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_16 = x_32; -goto block_22; -} +lean_dec(x_83); +x_87 = x_119; +x_88 = x_120; +goto block_118; } -else -{ -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 0); -lean_dec(x_34); -x_35 = lean_array_push(x_6, x_25); -lean_ctor_set(x_26, 0, x_35); -x_16 = x_26; -goto block_22; } -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_array_push(x_6, x_25); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -x_16 = x_38; -goto block_22; } } } } -block_22: +block_23: { -lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } } else { -lean_object* x_197; -lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_6); -lean_ctor_set(x_197, 1, x_13); -return x_197; +lean_object* x_159; +lean_dec(x_2); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_7); +lean_ctor_set(x_159, 1, x_14); +return x_159; } } } -static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___closed__1() { +static lean_object* _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___closed__1() { _start: { lean_object* x_1; @@ -35068,3747 +37932,3163 @@ x_1 = l_Lean_instInhabitedPersistentArrayNode(lean_box(0)); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77(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_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 (lean_obj_tag(x_3) == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_14; size_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; size_t x_21; size_t x_22; size_t x_23; size_t x_24; lean_object* x_25; uint8_t x_26; -x_14 = lean_ctor_get(x_3, 0); -x_15 = lean_usize_shift_right(x_4, x_5); -x_16 = lean_usize_to_nat(x_15); -x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___closed__1; -x_18 = lean_array_get(x_17, x_14, x_16); -x_19 = 1; -x_20 = lean_usize_shift_left(x_19, x_5); -x_21 = lean_usize_sub(x_20, x_19); -x_22 = lean_usize_land(x_4, x_21); -x_23 = 5; -x_24 = lean_usize_sub(x_5, x_23); +lean_object* x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; size_t x_22; size_t x_23; size_t x_24; size_t x_25; lean_object* x_26; uint8_t x_27; +x_15 = lean_ctor_get(x_4, 0); +x_16 = lean_usize_shift_right(x_5, x_6); +x_17 = lean_usize_to_nat(x_16); +x_18 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___closed__1; +x_19 = lean_array_get(x_18, x_15, x_17); +x_20 = 1; +x_21 = lean_usize_shift_left(x_20, x_6); +x_22 = lean_usize_sub(x_21, x_20); +x_23 = lean_usize_land(x_5, x_22); +x_24 = 5; +x_25 = lean_usize_sub(x_6, x_24); +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_1); -x_25 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(x_1, x_2, x_18, x_22, x_24, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_18); -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) +lean_inc(x_2); +x_26 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77(x_1, x_2, x_3, x_19, x_23, x_25, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_19); +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_27 = lean_ctor_get(x_25, 0); -x_28 = lean_ctor_get(x_25, 1); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_add(x_16, x_29); -lean_dec(x_16); -x_31 = lean_array_get_size(x_14); -x_32 = lean_nat_dec_lt(x_30, x_31); -if (x_32 == 0) +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_28 = lean_ctor_get(x_26, 0); +x_29 = lean_ctor_get(x_26, 1); +x_30 = lean_unsigned_to_nat(1u); +x_31 = lean_nat_add(x_17, x_30); +lean_dec(x_17); +x_32 = lean_array_get_size(x_15); +x_33 = lean_nat_dec_lt(x_31, x_32); +if (x_33 == 0) { +lean_dec(x_32); lean_dec(x_31); -lean_dec(x_30); +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_1); -return x_25; +lean_dec(x_2); +return x_26; } else { -uint8_t x_33; -x_33 = lean_nat_dec_le(x_31, x_31); -if (x_33 == 0) +uint8_t x_34; +x_34 = lean_nat_dec_le(x_32, x_32); +if (x_34 == 0) { +lean_dec(x_32); lean_dec(x_31); -lean_dec(x_30); +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_1); -return x_25; +lean_dec(x_2); +return x_26; } else { -size_t x_34; size_t x_35; lean_object* x_36; -lean_free_object(x_25); -x_34 = lean_usize_of_nat(x_30); -lean_dec(x_30); +size_t x_35; size_t x_36; lean_object* x_37; +lean_free_object(x_26); x_35 = lean_usize_of_nat(x_31); lean_dec(x_31); -x_36 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(x_1, x_2, x_14, x_34, x_35, x_27, x_7, x_8, x_9, x_10, x_11, x_12, x_28); -return x_36; +x_36 = lean_usize_of_nat(x_32); +lean_dec(x_32); +x_37 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81(x_1, x_2, x_3, x_15, x_35, x_36, x_28, x_8, x_9, x_10, x_11, x_12, x_13, x_29); +return x_37; } } } else { -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_ctor_get(x_25, 0); -x_38 = lean_ctor_get(x_25, 1); +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_38 = lean_ctor_get(x_26, 0); +x_39 = lean_ctor_get(x_26, 1); +lean_inc(x_39); lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_25); -x_39 = lean_unsigned_to_nat(1u); -x_40 = lean_nat_add(x_16, x_39); -lean_dec(x_16); -x_41 = lean_array_get_size(x_14); -x_42 = lean_nat_dec_lt(x_40, x_41); -if (x_42 == 0) +lean_dec(x_26); +x_40 = lean_unsigned_to_nat(1u); +x_41 = lean_nat_add(x_17, x_40); +lean_dec(x_17); +x_42 = lean_array_get_size(x_15); +x_43 = lean_nat_dec_lt(x_41, x_42); +if (x_43 == 0) { -lean_object* x_43; +lean_object* x_44; +lean_dec(x_42); lean_dec(x_41); -lean_dec(x_40); +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_1); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_37); -lean_ctor_set(x_43, 1, x_38); -return x_43; +lean_dec(x_2); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_38); +lean_ctor_set(x_44, 1, x_39); +return x_44; } else { -uint8_t x_44; -x_44 = lean_nat_dec_le(x_41, x_41); -if (x_44 == 0) +uint8_t x_45; +x_45 = lean_nat_dec_le(x_42, x_42); +if (x_45 == 0) { -lean_object* x_45; +lean_object* x_46; +lean_dec(x_42); lean_dec(x_41); -lean_dec(x_40); +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_1); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_37); -lean_ctor_set(x_45, 1, x_38); -return x_45; +lean_dec(x_2); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_38); +lean_ctor_set(x_46, 1, x_39); +return x_46; } else { -size_t x_46; size_t x_47; lean_object* x_48; -x_46 = lean_usize_of_nat(x_40); -lean_dec(x_40); +size_t x_47; size_t x_48; lean_object* x_49; x_47 = lean_usize_of_nat(x_41); lean_dec(x_41); -x_48 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(x_1, x_2, x_14, x_46, x_47, x_37, x_7, x_8, x_9, x_10, x_11, x_12, x_38); -return x_48; +x_48 = lean_usize_of_nat(x_42); +lean_dec(x_42); +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81(x_1, x_2, x_3, x_15, x_47, x_48, x_38, x_8, x_9, x_10, x_11, x_12, x_13, x_39); +return x_49; } } } } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_49 = lean_ctor_get(x_3, 0); -x_50 = lean_usize_to_nat(x_4); -x_51 = lean_array_get_size(x_49); -x_52 = lean_nat_dec_lt(x_50, x_51); -if (x_52 == 0) +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; +x_50 = lean_ctor_get(x_4, 0); +x_51 = lean_usize_to_nat(x_5); +x_52 = lean_array_get_size(x_50); +x_53 = lean_nat_dec_lt(x_51, x_52); +if (x_53 == 0) { -lean_object* x_53; +lean_object* x_54; +lean_dec(x_52); lean_dec(x_51); -lean_dec(x_50); +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_1); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_6); -lean_ctor_set(x_53, 1, x_13); -return x_53; +lean_dec(x_2); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_7); +lean_ctor_set(x_54, 1, x_14); +return x_54; } else { -uint8_t x_54; -x_54 = lean_nat_dec_le(x_51, x_51); -if (x_54 == 0) +uint8_t x_55; +x_55 = lean_nat_dec_le(x_52, x_52); +if (x_55 == 0) { -lean_object* x_55; +lean_object* x_56; +lean_dec(x_52); lean_dec(x_51); -lean_dec(x_50); +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_1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_6); -lean_ctor_set(x_55, 1, x_13); -return x_55; +lean_dec(x_2); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_7); +lean_ctor_set(x_56, 1, x_14); +return x_56; } else { -size_t x_56; size_t x_57; lean_object* x_58; -x_56 = lean_usize_of_nat(x_50); -lean_dec(x_50); +size_t x_57; size_t x_58; lean_object* x_59; x_57 = lean_usize_of_nat(x_51); lean_dec(x_51); -x_58 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_2, x_49, x_56, x_57, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_58 = lean_usize_of_nat(x_52); +lean_dec(x_52); +x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__82(x_1, x_2, x_3, x_50, x_57, x_58, 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); -return x_58; -} -} -} -} -} -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { -_start: -{ -uint8_t x_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) -{ -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_6); -lean_ctor_set(x_23, 1, x_13); -x_16 = x_23; -goto block_22; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_40; -x_24 = lean_ctor_get(x_15, 0); -lean_inc(x_24); -lean_dec(x_15); -x_25 = l_Lean_LocalDecl_fvarId(x_24); -lean_inc(x_25); -lean_inc(x_1); -x_40 = l_Lean_LocalContext_contains(x_1, x_25); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_array_get_size(x_2); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_24); -x_44 = lean_array_push(x_6, x_25); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_13); -x_16 = x_45; -goto block_22; -} -else -{ -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_24); -x_47 = lean_array_push(x_6, x_25); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_13); -x_16 = x_48; -goto block_22; -} -else -{ -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_25, x_2, x_49, x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -lean_dec(x_24); -x_52 = lean_array_push(x_6, x_25); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_13); -x_16 = x_53; -goto block_22; -} -else -{ -if (lean_obj_tag(x_24) == 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; uint8_t x_61; -x_54 = lean_ctor_get(x_24, 3); -lean_inc(x_54); -lean_dec(x_24); -x_55 = lean_st_ref_get(x_10, x_13); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -lean_inc(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_58); -x_61 = l_Lean_Expr_hasFVar(x_54); -if (x_61 == 0) -{ -uint8_t x_62; -x_62 = l_Lean_Expr_hasMVar(x_54); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -lean_dec(x_60); -lean_dec(x_54); -x_63 = lean_st_ref_take(x_10, x_57); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) -{ -lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_58); -x_68 = lean_st_ref_set(x_10, x_64, x_65); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) -{ -lean_object* x_70; uint8_t x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -lean_dec(x_70); -x_71 = 0; -x_72 = lean_box(x_71); -lean_ctor_set(x_68, 0, x_72); -x_26 = x_68; -goto block_39; -} -else -{ -lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_68, 1); -lean_inc(x_73); -lean_dec(x_68); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_73); -x_26 = x_76; -goto block_39; -} -} -else -{ -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; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_77 = lean_ctor_get(x_64, 1); -x_78 = lean_ctor_get(x_64, 2); -x_79 = lean_ctor_get(x_64, 3); -lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_64); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_10, x_80, x_65); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -x_84 = 0; -x_85 = lean_box(x_84); -if (lean_is_scalar(x_83)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_83; -} -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_82); -x_26 = x_86; -goto block_39; -} -} -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; -lean_dec(x_58); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_6, x_54, x_60); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_10, x_57); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = !lean_is_exclusive(x_92); -if (x_94 == 0) -{ -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_92, 0); -lean_dec(x_95); -lean_ctor_set(x_92, 0, x_90); -x_96 = lean_st_ref_set(x_10, x_92, x_93); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) -{ -lean_object* x_98; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -lean_ctor_set(x_96, 0, x_89); -x_26 = x_96; -goto block_39; -} -else -{ -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 1); -lean_inc(x_99); -lean_dec(x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_89); -lean_ctor_set(x_100, 1, x_99); -x_26 = x_100; -goto block_39; -} -} -else -{ -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_101 = lean_ctor_get(x_92, 1); -x_102 = lean_ctor_get(x_92, 2); -x_103 = lean_ctor_get(x_92, 3); -lean_inc(x_103); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -x_104 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_104, 0, x_90); -lean_ctor_set(x_104, 1, x_101); -lean_ctor_set(x_104, 2, x_102); -lean_ctor_set(x_104, 3, x_103); -x_105 = lean_st_ref_set(x_10, x_104, x_93); -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); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +return x_59; } -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_89); -lean_ctor_set(x_108, 1, x_106); -x_26 = x_108; -goto block_39; } } } -else +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83(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_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_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; uint8_t x_116; -lean_dec(x_58); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_6, x_54, x_60); -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_st_ref_take(x_10, x_57); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = !lean_is_exclusive(x_114); -if (x_116 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_117; lean_object* x_118; uint8_t x_119; -x_117 = lean_ctor_get(x_114, 0); -lean_dec(x_117); -lean_ctor_set(x_114, 0, x_112); -x_118 = lean_st_ref_set(x_10, x_114, x_115); -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_120; -x_120 = lean_ctor_get(x_118, 0); -lean_dec(x_120); -lean_ctor_set(x_118, 0, x_111); -x_26 = x_118; -goto block_39; +size_t x_24; size_t x_25; +x_24 = 1; +x_25 = lean_usize_add(x_5, x_24); +x_5 = x_25; +goto _start; } else { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_111); -lean_ctor_set(x_122, 1, x_121); -x_26 = x_122; -goto block_39; +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_148; +x_27 = lean_ctor_get(x_16, 0); +lean_inc(x_27); +lean_dec(x_16); +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_inc(x_28); +lean_inc(x_2); +x_148 = l_Lean_LocalContext_contains(x_2, x_28); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_array_get_size(x_3); +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_149); +if (x_151 == 0) +{ +uint8_t x_152; +lean_dec(x_149); +x_152 = 0; +x_29 = x_152; +goto block_147; } +else +{ +uint8_t x_153; +x_153 = lean_nat_dec_le(x_149, x_149); +if (x_153 == 0) +{ +uint8_t x_154; +lean_dec(x_149); +x_154 = 0; +x_29 = x_154; +goto block_147; } 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; -x_123 = lean_ctor_get(x_114, 1); -x_124 = lean_ctor_get(x_114, 2); -x_125 = lean_ctor_get(x_114, 3); -lean_inc(x_125); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_114); -x_126 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_126, 0, x_112); -lean_ctor_set(x_126, 1, x_123); -lean_ctor_set(x_126, 2, x_124); -lean_ctor_set(x_126, 3, x_125); -x_127 = lean_st_ref_set(x_10, x_126, x_115); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -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_127); - x_129 = lean_box(0); +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_149); +lean_dec(x_149); +x_157 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_28, x_3, x_155, x_156); +x_29 = x_157; +goto block_147; } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_129; } -lean_ctor_set(x_130, 0, x_111); -lean_ctor_set(x_130, 1, x_128); -x_26 = x_130; -goto block_39; } +else +{ +lean_object* x_158; +lean_dec(x_28); +lean_dec(x_27); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_7); +lean_ctor_set(x_158, 1, x_14); +x_17 = x_158; +goto block_23; } +block_147: +{ +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); +x_30 = lean_array_push(x_7, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +x_17 = x_31; +goto block_23; } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_168; lean_object* x_169; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_131 = lean_ctor_get(x_24, 3); -lean_inc(x_131); -x_132 = lean_ctor_get(x_24, 4); -lean_inc(x_132); -lean_dec(x_24); -x_133 = lean_st_ref_get(x_10, x_13); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_182 = lean_ctor_get(x_134, 0); -lean_inc(x_182); -lean_dec(x_134); -x_183 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_182); -x_185 = l_Lean_Expr_hasFVar(x_131); -if (x_185 == 0) +if (lean_obj_tag(x_27) == 0) { -uint8_t x_186; -x_186 = l_Lean_Expr_hasMVar(x_131); -if (x_186 == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_32 = lean_ctor_get(x_27, 3); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_st_ref_get(x_11, x_14); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_68 = lean_ctor_get(x_34, 0); +lean_inc(x_68); +lean_dec(x_34); +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_32); +if (x_71 == 0) { -uint8_t x_187; -lean_dec(x_131); -x_187 = 0; -x_168 = x_187; -x_169 = x_184; -goto block_181; +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_32); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_32); +x_73 = 0; +x_36 = x_73; +x_37 = x_70; +goto block_67; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_6, x_131, x_184); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -x_191 = lean_unbox(x_189); -lean_dec(x_189); -x_168 = x_191; -x_169 = x_190; -goto block_181; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_7, x_32, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_36 = x_77; +x_37 = x_76; +goto block_67; } } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_192 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_6, x_131, x_184); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_unbox(x_193); -lean_dec(x_193); -x_168 = x_195; -x_169 = x_194; -goto block_181; +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_7, x_32, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_36 = x_81; +x_37 = x_80; +goto block_67; } -block_167: +block_67: { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = lean_st_ref_take(x_10, x_135); -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); -lean_dec(x_139); -x_142 = !lean_is_exclusive(x_140); -if (x_142 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_st_ref_take(x_11, x_35); +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 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 0); -lean_dec(x_143); -lean_ctor_set(x_140, 0, x_138); -x_144 = lean_st_ref_set(x_10, x_140, x_141); -if (x_136 == 0) +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +lean_ctor_set(x_40, 0, x_38); +x_44 = lean_st_ref_set(x_11, x_40, x_41); +if (x_36 == 0) { -uint8_t x_145; -lean_dec(x_25); -x_145 = !lean_is_exclusive(x_144); -if (x_145 == 0) +uint8_t x_45; +lean_dec(x_28); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) { -lean_object* x_146; -x_146 = lean_ctor_get(x_144, 0); -lean_dec(x_146); -lean_ctor_set(x_144, 0, x_6); -x_16 = x_144; -goto block_22; +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_7); +x_17 = x_44; +goto block_23; } else { -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_6); -lean_ctor_set(x_148, 1, x_147); -x_16 = x_148; -goto block_22; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_7); +lean_ctor_set(x_48, 1, x_47); +x_17 = x_48; +goto block_23; } } else { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_144); -if (x_149 == 0) +uint8_t x_49; +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_144, 0); -lean_dec(x_150); -x_151 = lean_array_push(x_6, x_25); -lean_ctor_set(x_144, 0, x_151); -x_16 = x_144; -goto block_22; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +x_51 = lean_array_push(x_7, x_28); +lean_ctor_set(x_44, 0, x_51); +x_17 = x_44; +goto block_23; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_144, 1); -lean_inc(x_152); -lean_dec(x_144); -x_153 = lean_array_push(x_6, x_25); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_152); -x_16 = x_154; -goto block_22; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 1); +lean_inc(x_52); +lean_dec(x_44); +x_53 = lean_array_push(x_7, x_28); +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_17 = x_54; +goto block_23; } } } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_155 = lean_ctor_get(x_140, 1); -x_156 = lean_ctor_get(x_140, 2); -x_157 = lean_ctor_get(x_140, 3); -lean_inc(x_157); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_140); -x_158 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_158, 0, x_138); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_156); -lean_ctor_set(x_158, 3, x_157); -x_159 = lean_st_ref_set(x_10, x_158, x_141); -if (x_136 == 0) +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_40, 1); +x_56 = lean_ctor_get(x_40, 2); +x_57 = lean_ctor_get(x_40, 3); +lean_inc(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_58, 0, x_38); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_56); +lean_ctor_set(x_58, 3, x_57); +x_59 = lean_st_ref_set(x_11, x_58, x_41); +if (x_36 == 0) { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_25); -x_160 = lean_ctor_get(x_159, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_161 = x_159; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_28); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; } else { - lean_dec_ref(x_159); - x_161 = lean_box(0); + lean_dec_ref(x_59); + x_61 = lean_box(0); } -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_161; + x_62 = x_61; } -lean_ctor_set(x_162, 0, x_6); -lean_ctor_set(x_162, 1, x_160); -x_16 = x_162; -goto block_22; +lean_ctor_set(x_62, 0, x_7); +lean_ctor_set(x_62, 1, x_60); +x_17 = x_62; +goto block_23; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_164 = x_159; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_64 = x_59; } else { - lean_dec_ref(x_159); - x_164 = lean_box(0); + lean_dec_ref(x_59); + x_64 = lean_box(0); } -x_165 = lean_array_push(x_6, x_25); -if (lean_is_scalar(x_164)) { - x_166 = lean_alloc_ctor(0, 2, 0); +x_65 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_64)) { + x_66 = 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); -x_16 = x_166; -goto block_22; -} -} -} -block_181: -{ -if (x_168 == 0) -{ -uint8_t x_170; -x_170 = l_Lean_Expr_hasFVar(x_132); -if (x_170 == 0) -{ -uint8_t x_171; -x_171 = l_Lean_Expr_hasMVar(x_132); -if (x_171 == 0) -{ -uint8_t x_172; -lean_dec(x_132); -x_172 = 0; -x_136 = x_172; -x_137 = x_169; -goto block_167; -} -else -{ -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_6, x_132, x_169); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_unbox(x_174); -lean_dec(x_174); -x_136 = x_176; -x_137 = x_175; -goto block_167; -} -} -else -{ -lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_6, x_132, x_169); -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); -x_180 = lean_unbox(x_178); -lean_dec(x_178); -x_136 = x_180; -x_137 = x_179; -goto block_167; -} -} -else -{ -lean_dec(x_132); -x_136 = x_168; -x_137 = x_169; -goto block_167; -} -} + x_66 = x_64; } +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_63); +x_17 = x_66; +goto block_23; } } } } else { -lean_object* x_196; -lean_dec(x_25); -lean_dec(x_24); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_6); -lean_ctor_set(x_196, 1, x_13); -x_16 = x_196; -goto block_22; -} -block_39: -{ -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; uint8_t x_119; lean_object* x_120; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_82 = lean_ctor_get(x_27, 3); +lean_inc(x_82); +x_83 = lean_ctor_get(x_27, 4); +lean_inc(x_83); lean_dec(x_27); -if (x_28 == 0) +x_84 = lean_st_ref_get(x_11, x_14); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_133 = lean_ctor_get(x_85, 0); +lean_inc(x_133); +lean_dec(x_85); +x_134 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +x_136 = l_Lean_Expr_hasFVar(x_82); +if (x_136 == 0) { -uint8_t x_29; -lean_dec(x_25); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +uint8_t x_137; +x_137 = l_Lean_Expr_hasMVar(x_82); +if (x_137 == 0) { -lean_object* x_30; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -lean_ctor_set(x_26, 0, x_6); -x_16 = x_26; -goto block_22; +uint8_t x_138; +lean_dec(x_82); +x_138 = 0; +x_119 = x_138; +x_120 = x_135; +goto block_132; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_16 = x_32; -goto block_22; -} +lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; +x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_7, x_82, x_135); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +lean_dec(x_139); +x_142 = lean_unbox(x_140); +lean_dec(x_140); +x_119 = x_142; +x_120 = x_141; +goto block_132; } -else -{ -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 0); -lean_dec(x_34); -x_35 = lean_array_push(x_6, x_25); -lean_ctor_set(x_26, 0, x_35); -x_16 = x_26; -goto block_22; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_array_push(x_6, x_25); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -x_16 = x_38; -goto block_22; -} -} -} -} -block_22: -{ -lean_object* x_17; lean_object* x_18; size_t x_19; size_t 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 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; -goto _start; -} +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_143 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_7, x_82, x_135); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +lean_dec(x_143); +x_146 = lean_unbox(x_144); +lean_dec(x_144); +x_119 = x_146; +x_120 = x_145; +goto block_132; } -else +block_118: { -lean_object* x_197; -lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_6); -lean_ctor_set(x_197, 1, x_13); -return x_197; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { -_start: +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_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = lean_st_ref_take(x_11, x_86); +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 = !lean_is_exclusive(x_91); +if (x_93 == 0) { -uint8_t x_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +lean_ctor_set(x_91, 0, x_89); +x_95 = lean_st_ref_set(x_11, x_91, x_92); +if (x_87 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_15) == 0) +uint8_t x_96; +lean_dec(x_28); +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) { -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_6); -lean_ctor_set(x_23, 1, x_13); -x_16 = x_23; -goto block_22; +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_7); +x_17 = x_95; +goto block_23; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_40; -x_24 = lean_ctor_get(x_15, 0); -lean_inc(x_24); -lean_dec(x_15); -x_25 = l_Lean_LocalDecl_fvarId(x_24); -lean_inc(x_25); -lean_inc(x_1); -x_40 = l_Lean_LocalContext_contains(x_1, x_25); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_array_get_size(x_2); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_24); -x_44 = lean_array_push(x_6, x_25); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_13); -x_16 = x_45; -goto block_22; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_7); +lean_ctor_set(x_99, 1, x_98); +x_17 = x_99; +goto block_23; } -else -{ -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_24); -x_47 = lean_array_push(x_6, x_25); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_13); -x_16 = x_48; -goto block_22; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_25, x_2, x_49, x_50); -if (x_51 == 0) +uint8_t x_100; +x_100 = !lean_is_exclusive(x_95); +if (x_100 == 0) { -lean_object* x_52; lean_object* x_53; -lean_dec(x_24); -x_52 = lean_array_push(x_6, x_25); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_13); -x_16 = x_53; -goto block_22; +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_95, 0); +lean_dec(x_101); +x_102 = lean_array_push(x_7, x_28); +lean_ctor_set(x_95, 0, x_102); +x_17 = x_95; +goto block_23; } else { -if (lean_obj_tag(x_24) == 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; uint8_t x_61; -x_54 = lean_ctor_get(x_24, 3); -lean_inc(x_54); -lean_dec(x_24); -x_55 = lean_st_ref_get(x_10, x_13); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -lean_inc(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_58); -x_61 = l_Lean_Expr_hasFVar(x_54); -if (x_61 == 0) -{ -uint8_t x_62; -x_62 = l_Lean_Expr_hasMVar(x_54); -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -lean_dec(x_60); -lean_dec(x_54); -x_63 = lean_st_ref_take(x_10, x_57); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) -{ -lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_58); -x_68 = lean_st_ref_set(x_10, x_64, x_65); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) -{ -lean_object* x_70; uint8_t x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -lean_dec(x_70); -x_71 = 0; -x_72 = lean_box(x_71); -lean_ctor_set(x_68, 0, x_72); -x_26 = x_68; -goto block_39; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_array_push(x_7, x_28); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +x_17 = x_105; +goto block_23; } -else -{ -lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_68, 1); -lean_inc(x_73); -lean_dec(x_68); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_73); -x_26 = x_76; -goto block_39; } } else { -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; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_77 = lean_ctor_get(x_64, 1); -x_78 = lean_ctor_get(x_64, 2); -x_79 = lean_ctor_get(x_64, 3); -lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_64); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_10, x_80, x_65); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_106 = lean_ctor_get(x_91, 1); +x_107 = lean_ctor_get(x_91, 2); +x_108 = lean_ctor_get(x_91, 3); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_91); +x_109 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_109, 0, x_89); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_107); +lean_ctor_set(x_109, 3, x_108); +x_110 = lean_st_ref_set(x_11, x_109, x_92); +if (x_87 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_28); +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_7); +lean_ctor_set(x_113, 1, x_111); +x_17 = x_113; +goto block_23; +} +else +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_115 = x_110; } else { - lean_dec_ref(x_81); - x_83 = lean_box(0); + lean_dec_ref(x_110); + x_115 = lean_box(0); } -x_84 = 0; -x_85 = lean_box(x_84); -if (lean_is_scalar(x_83)) { - x_86 = lean_alloc_ctor(0, 2, 0); +x_116 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(0, 2, 0); } else { - x_86 = x_83; + x_117 = x_115; } -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_82); -x_26 = x_86; -goto block_39; +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +x_17 = x_117; +goto block_23; } } -else +} +block_132: { -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; -lean_dec(x_58); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_6, x_54, x_60); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_10, x_57); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = !lean_is_exclusive(x_92); -if (x_94 == 0) +if (x_119 == 0) { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_92, 0); -lean_dec(x_95); -lean_ctor_set(x_92, 0, x_90); -x_96 = lean_st_ref_set(x_10, x_92, x_93); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) +uint8_t x_121; +x_121 = l_Lean_Expr_hasFVar(x_83); +if (x_121 == 0) { -lean_object* x_98; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -lean_ctor_set(x_96, 0, x_89); -x_26 = x_96; -goto block_39; +uint8_t x_122; +x_122 = l_Lean_Expr_hasMVar(x_83); +if (x_122 == 0) +{ +uint8_t x_123; +lean_dec(x_83); +x_123 = 0; +x_87 = x_123; +x_88 = x_120; +goto block_118; } else { -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 1); -lean_inc(x_99); -lean_dec(x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_89); -lean_ctor_set(x_100, 1, x_99); -x_26 = x_100; -goto block_39; +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +x_124 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_7, x_83, x_120); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_unbox(x_125); +lean_dec(x_125); +x_87 = x_127; +x_88 = x_126; +goto block_118; } } else { -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_101 = lean_ctor_get(x_92, 1); -x_102 = lean_ctor_get(x_92, 2); -x_103 = lean_ctor_get(x_92, 3); -lean_inc(x_103); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -x_104 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_104, 0, x_90); -lean_ctor_set(x_104, 1, x_101); -lean_ctor_set(x_104, 2, x_102); -lean_ctor_set(x_104, 3, x_103); -x_105 = lean_st_ref_set(x_10, x_104, x_93); -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); +lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_128 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_7, x_83, x_120); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_87 = x_131; +x_88 = x_130; +goto block_118; } -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_89); -lean_ctor_set(x_108, 1, x_106); -x_26 = x_108; -goto block_39; +else +{ +lean_dec(x_83); +x_87 = x_119; +x_88 = x_120; +goto block_118; } } } +} +} +} +block_23: +{ +lean_object* x_18; lean_object* x_19; size_t x_20; size_t 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 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; +goto _start; +} +} 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; uint8_t x_116; -lean_dec(x_58); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_6, x_54, x_60); -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_st_ref_take(x_10, x_57); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = !lean_is_exclusive(x_114); -if (x_116 == 0) +lean_object* x_159; +lean_dec(x_2); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_7); +lean_ctor_set(x_159, 1, x_14); +return x_159; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__84(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_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_117; lean_object* x_118; uint8_t x_119; -x_117 = lean_ctor_get(x_114, 0); -lean_dec(x_117); -lean_ctor_set(x_114, 0, x_112); -x_118 = lean_st_ref_set(x_10, x_114, x_115); -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_120; -x_120 = lean_ctor_get(x_118, 0); -lean_dec(x_120); -lean_ctor_set(x_118, 0, x_111); -x_26 = x_118; -goto block_39; +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_16) == 0) +{ +size_t x_24; size_t x_25; +x_24 = 1; +x_25 = lean_usize_add(x_5, x_24); +x_5 = x_25; +goto _start; } else { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_111); -lean_ctor_set(x_122, 1, x_121); -x_26 = x_122; -goto block_39; +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_148; +x_27 = lean_ctor_get(x_16, 0); +lean_inc(x_27); +lean_dec(x_16); +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_inc(x_28); +lean_inc(x_2); +x_148 = l_Lean_LocalContext_contains(x_2, x_28); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_array_get_size(x_3); +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_149); +if (x_151 == 0) +{ +uint8_t x_152; +lean_dec(x_149); +x_152 = 0; +x_29 = x_152; +goto block_147; } +else +{ +uint8_t x_153; +x_153 = lean_nat_dec_le(x_149, x_149); +if (x_153 == 0) +{ +uint8_t x_154; +lean_dec(x_149); +x_154 = 0; +x_29 = x_154; +goto block_147; } 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; -x_123 = lean_ctor_get(x_114, 1); -x_124 = lean_ctor_get(x_114, 2); -x_125 = lean_ctor_get(x_114, 3); -lean_inc(x_125); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_114); -x_126 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_126, 0, x_112); -lean_ctor_set(x_126, 1, x_123); -lean_ctor_set(x_126, 2, x_124); -lean_ctor_set(x_126, 3, x_125); -x_127 = lean_st_ref_set(x_10, x_126, x_115); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -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_127); - x_129 = lean_box(0); +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_149); +lean_dec(x_149); +x_157 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_28, x_3, x_155, x_156); +x_29 = x_157; +goto block_147; } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_129; } -lean_ctor_set(x_130, 0, x_111); -lean_ctor_set(x_130, 1, x_128); -x_26 = x_130; -goto block_39; } +else +{ +lean_object* x_158; +lean_dec(x_28); +lean_dec(x_27); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_7); +lean_ctor_set(x_158, 1, x_14); +x_17 = x_158; +goto block_23; } +block_147: +{ +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); +x_30 = lean_array_push(x_7, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +x_17 = x_31; +goto block_23; } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_168; lean_object* x_169; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_131 = lean_ctor_get(x_24, 3); -lean_inc(x_131); -x_132 = lean_ctor_get(x_24, 4); -lean_inc(x_132); -lean_dec(x_24); -x_133 = lean_st_ref_get(x_10, x_13); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_182 = lean_ctor_get(x_134, 0); -lean_inc(x_182); -lean_dec(x_134); -x_183 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_182); -x_185 = l_Lean_Expr_hasFVar(x_131); -if (x_185 == 0) +if (lean_obj_tag(x_27) == 0) { -uint8_t x_186; -x_186 = l_Lean_Expr_hasMVar(x_131); -if (x_186 == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_32 = lean_ctor_get(x_27, 3); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_st_ref_get(x_11, x_14); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_68 = lean_ctor_get(x_34, 0); +lean_inc(x_68); +lean_dec(x_34); +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_32); +if (x_71 == 0) { -uint8_t x_187; -lean_dec(x_131); -x_187 = 0; -x_168 = x_187; -x_169 = x_184; -goto block_181; +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_32); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_32); +x_73 = 0; +x_36 = x_73; +x_37 = x_70; +goto block_67; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_6, x_131, x_184); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -x_191 = lean_unbox(x_189); -lean_dec(x_189); -x_168 = x_191; -x_169 = x_190; -goto block_181; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_7, x_32, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_36 = x_77; +x_37 = x_76; +goto block_67; } } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_192 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_6, x_131, x_184); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_unbox(x_193); -lean_dec(x_193); -x_168 = x_195; -x_169 = x_194; -goto block_181; +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_7, x_32, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_36 = x_81; +x_37 = x_80; +goto block_67; } -block_167: +block_67: { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = lean_st_ref_take(x_10, x_135); -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); -lean_dec(x_139); -x_142 = !lean_is_exclusive(x_140); -if (x_142 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_st_ref_take(x_11, x_35); +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 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 0); -lean_dec(x_143); -lean_ctor_set(x_140, 0, x_138); -x_144 = lean_st_ref_set(x_10, x_140, x_141); -if (x_136 == 0) +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +lean_ctor_set(x_40, 0, x_38); +x_44 = lean_st_ref_set(x_11, x_40, x_41); +if (x_36 == 0) { -uint8_t x_145; -lean_dec(x_25); -x_145 = !lean_is_exclusive(x_144); -if (x_145 == 0) +uint8_t x_45; +lean_dec(x_28); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) { -lean_object* x_146; -x_146 = lean_ctor_get(x_144, 0); -lean_dec(x_146); -lean_ctor_set(x_144, 0, x_6); -x_16 = x_144; -goto block_22; +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_7); +x_17 = x_44; +goto block_23; } else { -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_6); -lean_ctor_set(x_148, 1, x_147); -x_16 = x_148; -goto block_22; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_7); +lean_ctor_set(x_48, 1, x_47); +x_17 = x_48; +goto block_23; } } else { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_144); -if (x_149 == 0) +uint8_t x_49; +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_144, 0); -lean_dec(x_150); -x_151 = lean_array_push(x_6, x_25); -lean_ctor_set(x_144, 0, x_151); -x_16 = x_144; -goto block_22; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +x_51 = lean_array_push(x_7, x_28); +lean_ctor_set(x_44, 0, x_51); +x_17 = x_44; +goto block_23; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_144, 1); -lean_inc(x_152); -lean_dec(x_144); -x_153 = lean_array_push(x_6, x_25); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_152); -x_16 = x_154; -goto block_22; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 1); +lean_inc(x_52); +lean_dec(x_44); +x_53 = lean_array_push(x_7, x_28); +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_17 = x_54; +goto block_23; } } } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_155 = lean_ctor_get(x_140, 1); -x_156 = lean_ctor_get(x_140, 2); -x_157 = lean_ctor_get(x_140, 3); -lean_inc(x_157); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_140); -x_158 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_158, 0, x_138); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_156); -lean_ctor_set(x_158, 3, x_157); -x_159 = lean_st_ref_set(x_10, x_158, x_141); -if (x_136 == 0) +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_40, 1); +x_56 = lean_ctor_get(x_40, 2); +x_57 = lean_ctor_get(x_40, 3); +lean_inc(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_58, 0, x_38); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_56); +lean_ctor_set(x_58, 3, x_57); +x_59 = lean_st_ref_set(x_11, x_58, x_41); +if (x_36 == 0) { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_25); -x_160 = lean_ctor_get(x_159, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_161 = x_159; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_28); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; } else { - lean_dec_ref(x_159); - x_161 = lean_box(0); + lean_dec_ref(x_59); + x_61 = lean_box(0); } -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_161; + x_62 = x_61; } -lean_ctor_set(x_162, 0, x_6); -lean_ctor_set(x_162, 1, x_160); -x_16 = x_162; -goto block_22; +lean_ctor_set(x_62, 0, x_7); +lean_ctor_set(x_62, 1, x_60); +x_17 = x_62; +goto block_23; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_164 = x_159; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_64 = x_59; } else { - lean_dec_ref(x_159); - x_164 = lean_box(0); + lean_dec_ref(x_59); + x_64 = lean_box(0); } -x_165 = lean_array_push(x_6, x_25); -if (lean_is_scalar(x_164)) { - x_166 = lean_alloc_ctor(0, 2, 0); +x_65 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_64)) { + x_66 = lean_alloc_ctor(0, 2, 0); } else { - x_166 = x_164; + x_66 = x_64; +} +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_63); +x_17 = x_66; +goto block_23; } -lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_163); -x_16 = x_166; -goto block_22; } } } -block_181: +else { -if (x_168 == 0) +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; uint8_t x_119; lean_object* x_120; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_82 = lean_ctor_get(x_27, 3); +lean_inc(x_82); +x_83 = lean_ctor_get(x_27, 4); +lean_inc(x_83); +lean_dec(x_27); +x_84 = lean_st_ref_get(x_11, x_14); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_133 = lean_ctor_get(x_85, 0); +lean_inc(x_133); +lean_dec(x_85); +x_134 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +x_136 = l_Lean_Expr_hasFVar(x_82); +if (x_136 == 0) { -uint8_t x_170; -x_170 = l_Lean_Expr_hasFVar(x_132); -if (x_170 == 0) +uint8_t x_137; +x_137 = l_Lean_Expr_hasMVar(x_82); +if (x_137 == 0) { -uint8_t x_171; -x_171 = l_Lean_Expr_hasMVar(x_132); -if (x_171 == 0) +uint8_t x_138; +lean_dec(x_82); +x_138 = 0; +x_119 = x_138; +x_120 = x_135; +goto block_132; +} +else { -uint8_t x_172; -lean_dec(x_132); -x_172 = 0; -x_136 = x_172; -x_137 = x_169; -goto block_167; +lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; +x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_7, x_82, x_135); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +lean_dec(x_139); +x_142 = lean_unbox(x_140); +lean_dec(x_140); +x_119 = x_142; +x_120 = x_141; +goto block_132; +} } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_6, x_132, x_169); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_unbox(x_174); -lean_dec(x_174); -x_136 = x_176; -x_137 = x_175; -goto block_167; +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_143 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_7, x_82, x_135); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +lean_dec(x_143); +x_146 = lean_unbox(x_144); +lean_dec(x_144); +x_119 = x_146; +x_120 = x_145; +goto block_132; } +block_118: +{ +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_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = lean_st_ref_take(x_11, x_86); +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 = !lean_is_exclusive(x_91); +if (x_93 == 0) +{ +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +lean_ctor_set(x_91, 0, x_89); +x_95 = lean_st_ref_set(x_11, x_91, x_92); +if (x_87 == 0) +{ +uint8_t x_96; +lean_dec(x_28); +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) +{ +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_7); +x_17 = x_95; +goto block_23; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_6, x_132, x_169); -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); -x_180 = lean_unbox(x_178); -lean_dec(x_178); -x_136 = x_180; -x_137 = x_179; -goto block_167; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_7); +lean_ctor_set(x_99, 1, x_98); +x_17 = x_99; +goto block_23; } } else { -lean_dec(x_132); -x_136 = x_168; -x_137 = x_169; -goto block_167; +uint8_t x_100; +x_100 = !lean_is_exclusive(x_95); +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_95, 0); +lean_dec(x_101); +x_102 = lean_array_push(x_7, x_28); +lean_ctor_set(x_95, 0, x_102); +x_17 = x_95; +goto block_23; } +else +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_array_push(x_7, x_28); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +x_17 = x_105; +goto block_23; } } } +else +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_106 = lean_ctor_get(x_91, 1); +x_107 = lean_ctor_get(x_91, 2); +x_108 = lean_ctor_get(x_91, 3); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_91); +x_109 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_109, 0, x_89); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_107); +lean_ctor_set(x_109, 3, x_108); +x_110 = lean_st_ref_set(x_11, x_109, x_92); +if (x_87 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_28); +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_7); +lean_ctor_set(x_113, 1, x_111); +x_17 = x_113; +goto block_23; } else { -lean_object* x_196; -lean_dec(x_25); -lean_dec(x_24); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_6); -lean_ctor_set(x_196, 1, x_13); -x_16 = x_196; -goto block_22; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_115 = x_110; +} else { + lean_dec_ref(x_110); + x_115 = lean_box(0); } -block_39: +x_116 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(0, 2, 0); +} else { + x_117 = x_115; +} +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +x_17 = x_117; +goto block_23; +} +} +} +block_132: { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) +if (x_119 == 0) { -uint8_t x_29; -lean_dec(x_25); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +uint8_t x_121; +x_121 = l_Lean_Expr_hasFVar(x_83); +if (x_121 == 0) { -lean_object* x_30; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -lean_ctor_set(x_26, 0, x_6); -x_16 = x_26; -goto block_22; +uint8_t x_122; +x_122 = l_Lean_Expr_hasMVar(x_83); +if (x_122 == 0) +{ +uint8_t x_123; +lean_dec(x_83); +x_123 = 0; +x_87 = x_123; +x_88 = x_120; +goto block_118; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_16 = x_32; -goto block_22; +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +x_124 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_7, x_83, x_120); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_unbox(x_125); +lean_dec(x_125); +x_87 = x_127; +x_88 = x_126; +goto block_118; } } else { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 0); -lean_dec(x_34); -x_35 = lean_array_push(x_6, x_25); -lean_ctor_set(x_26, 0, x_35); -x_16 = x_26; -goto block_22; +lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_128 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_7, x_83, x_120); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_87 = x_131; +x_88 = x_130; +goto block_118; +} } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_array_push(x_6, x_25); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -x_16 = x_38; -goto block_22; +lean_dec(x_83); +x_87 = x_119; +x_88 = x_120; +goto block_118; } } } } -block_22: +} +} +block_23: { -lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } } else { -lean_object* x_197; -lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_6); -lean_ctor_set(x_197, 1, x_13); -return x_197; +lean_object* x_159; +lean_dec(x_2); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_7); +lean_ctor_set(x_159, 1, x_14); +return x_159; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__86(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_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_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_15 = lean_array_uget(x_3, x_4); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_16 = lean_array_uget(x_4, x_5); +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_1); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(x_1, x_2, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_2); +x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85(x_1, x_2, x_3, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } else { -lean_object* x_22; +lean_object* x_23; +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_1); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_6); -lean_ctor_set(x_22, 1, x_13); -return x_22; +lean_dec(x_2); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_7); +lean_ctor_set(x_23, 1, x_14); +return x_23; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__87(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_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_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_15) == 0) +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_6); -lean_ctor_set(x_23, 1, x_13); -x_16 = x_23; -goto block_22; +size_t x_24; size_t x_25; +x_24 = 1; +x_25 = lean_usize_add(x_5, x_24); +x_5 = x_25; +goto _start; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_40; -x_24 = lean_ctor_get(x_15, 0); -lean_inc(x_24); -lean_dec(x_15); -x_25 = l_Lean_LocalDecl_fvarId(x_24); -lean_inc(x_25); -lean_inc(x_1); -x_40 = l_Lean_LocalContext_contains(x_1, x_25); -if (x_40 == 0) +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_148; +x_27 = lean_ctor_get(x_16, 0); +lean_inc(x_27); +lean_dec(x_16); +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_inc(x_28); +lean_inc(x_2); +x_148 = l_Lean_LocalContext_contains(x_2, x_28); +if (x_148 == 0) { -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_array_get_size(x_2); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_array_get_size(x_3); +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_149); +if (x_151 == 0) { -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_24); -x_44 = lean_array_push(x_6, x_25); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_13); -x_16 = x_45; -goto block_22; +uint8_t x_152; +lean_dec(x_149); +x_152 = 0; +x_29 = x_152; +goto block_147; } else { -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) +uint8_t x_153; +x_153 = lean_nat_dec_le(x_149, x_149); +if (x_153 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_24); -x_47 = lean_array_push(x_6, x_25); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_13); -x_16 = x_48; -goto block_22; +uint8_t x_154; +lean_dec(x_149); +x_154 = 0; +x_29 = x_154; +goto block_147; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_25, x_2, x_49, x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -lean_dec(x_24); -x_52 = lean_array_push(x_6, x_25); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_13); -x_16 = x_53; -goto block_22; +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_149); +lean_dec(x_149); +x_157 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_28, x_3, x_155, x_156); +x_29 = x_157; +goto block_147; +} +} } else { -if (lean_obj_tag(x_24) == 0) +lean_object* x_158; +lean_dec(x_28); +lean_dec(x_27); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_7); +lean_ctor_set(x_158, 1, x_14); +x_17 = x_158; +goto block_23; +} +block_147: { -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; uint8_t x_61; -x_54 = lean_ctor_get(x_24, 3); -lean_inc(x_54); -lean_dec(x_24); -x_55 = lean_st_ref_get(x_10, x_13); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -lean_inc(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_58); -x_61 = l_Lean_Expr_hasFVar(x_54); -if (x_61 == 0) +if (x_29 == 0) { -uint8_t x_62; -x_62 = l_Lean_Expr_hasMVar(x_54); -if (x_62 == 0) +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); +x_30 = lean_array_push(x_7, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +x_17 = x_31; +goto block_23; +} +else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -lean_dec(x_60); -lean_dec(x_54); -x_63 = lean_st_ref_take(x_10, x_57); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) +if (lean_obj_tag(x_27) == 0) { -lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_58); -x_68 = lean_st_ref_set(x_10, x_64, x_65); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_32 = lean_ctor_get(x_27, 3); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_st_ref_get(x_11, x_14); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_68 = lean_ctor_get(x_34, 0); +lean_inc(x_68); +lean_dec(x_34); +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_32); +if (x_71 == 0) { -lean_object* x_70; uint8_t x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -lean_dec(x_70); -x_71 = 0; -x_72 = lean_box(x_71); -lean_ctor_set(x_68, 0, x_72); -x_26 = x_68; -goto block_39; +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_32); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_32); +x_73 = 0; +x_36 = x_73; +x_37 = x_70; +goto block_67; } else { -lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_68, 1); -lean_inc(x_73); -lean_dec(x_68); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_73); -x_26 = x_76; -goto block_39; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_7, x_32, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_36 = x_77; +x_37 = x_76; +goto block_67; } } else { -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; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_77 = lean_ctor_get(x_64, 1); -x_78 = lean_ctor_get(x_64, 2); -x_79 = lean_ctor_get(x_64, 3); +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_7, x_32, x_70); +x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_64); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_10, x_80, x_65); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -x_84 = 0; -x_85 = lean_box(x_84); -if (lean_is_scalar(x_83)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_83; -} -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_82); -x_26 = x_86; -goto block_39; -} +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_36 = x_81; +x_37 = x_80; +goto block_67; } -else +block_67: { -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; -lean_dec(x_58); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_6, x_54, x_60); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_10, x_57); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = !lean_is_exclusive(x_92); -if (x_94 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_st_ref_take(x_11, x_35); +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 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_92, 0); -lean_dec(x_95); -lean_ctor_set(x_92, 0, x_90); -x_96 = lean_st_ref_set(x_10, x_92, x_93); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +lean_ctor_set(x_40, 0, x_38); +x_44 = lean_st_ref_set(x_11, x_40, x_41); +if (x_36 == 0) { -lean_object* x_98; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -lean_ctor_set(x_96, 0, x_89); -x_26 = x_96; -goto block_39; +uint8_t x_45; +lean_dec(x_28); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) +{ +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_7); +x_17 = x_44; +goto block_23; } else { -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 1); -lean_inc(x_99); -lean_dec(x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_89); -lean_ctor_set(x_100, 1, x_99); -x_26 = x_100; -goto block_39; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_7); +lean_ctor_set(x_48, 1, x_47); +x_17 = x_48; +goto block_23; } } else { -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_101 = lean_ctor_get(x_92, 1); -x_102 = lean_ctor_get(x_92, 2); -x_103 = lean_ctor_get(x_92, 3); -lean_inc(x_103); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -x_104 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_104, 0, x_90); -lean_ctor_set(x_104, 1, x_101); -lean_ctor_set(x_104, 2, x_102); -lean_ctor_set(x_104, 3, x_103); -x_105 = lean_st_ref_set(x_10, x_104, x_93); -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; +uint8_t x_49; +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +x_51 = lean_array_push(x_7, x_28); +lean_ctor_set(x_44, 0, x_51); +x_17 = x_44; +goto block_23; } -lean_ctor_set(x_108, 0, x_89); -lean_ctor_set(x_108, 1, x_106); -x_26 = x_108; -goto block_39; +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 1); +lean_inc(x_52); +lean_dec(x_44); +x_53 = lean_array_push(x_7, x_28); +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_17 = x_54; +goto block_23; } } } 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; uint8_t x_116; -lean_dec(x_58); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_6, x_54, x_60); -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_st_ref_take(x_10, x_57); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = !lean_is_exclusive(x_114); -if (x_116 == 0) -{ -lean_object* x_117; lean_object* x_118; uint8_t x_119; -x_117 = lean_ctor_get(x_114, 0); -lean_dec(x_117); -lean_ctor_set(x_114, 0, x_112); -x_118 = lean_st_ref_set(x_10, x_114, x_115); -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +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_40, 1); +x_56 = lean_ctor_get(x_40, 2); +x_57 = lean_ctor_get(x_40, 3); +lean_inc(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_58, 0, x_38); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_56); +lean_ctor_set(x_58, 3, x_57); +x_59 = lean_st_ref_set(x_11, x_58, x_41); +if (x_36 == 0) { -lean_object* x_120; -x_120 = lean_ctor_get(x_118, 0); -lean_dec(x_120); -lean_ctor_set(x_118, 0, x_111); -x_26 = x_118; -goto block_39; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_28); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; +} else { + lean_dec_ref(x_59); + x_61 = lean_box(0); } -else -{ -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_111); -lean_ctor_set(x_122, 1, x_121); -x_26 = x_122; -goto block_39; +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); +} else { + x_62 = x_61; } +lean_ctor_set(x_62, 0, x_7); +lean_ctor_set(x_62, 1, x_60); +x_17 = x_62; +goto block_23; } 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; -x_123 = lean_ctor_get(x_114, 1); -x_124 = lean_ctor_get(x_114, 2); -x_125 = lean_ctor_get(x_114, 3); -lean_inc(x_125); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_114); -x_126 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_126, 0, x_112); -lean_ctor_set(x_126, 1, x_123); -lean_ctor_set(x_126, 2, x_124); -lean_ctor_set(x_126, 3, x_125); -x_127 = lean_st_ref_set(x_10, x_126, x_115); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -if (lean_is_exclusive(x_127)) { - lean_ctor_release(x_127, 0); - lean_ctor_release(x_127, 1); - x_129 = x_127; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_64 = x_59; } else { - lean_dec_ref(x_127); - x_129 = lean_box(0); + lean_dec_ref(x_59); + x_64 = lean_box(0); } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); +x_65 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_64)) { + x_66 = lean_alloc_ctor(0, 2, 0); } else { - x_130 = x_129; + x_66 = x_64; +} +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_63); +x_17 = x_66; +goto block_23; } -lean_ctor_set(x_130, 0, x_111); -lean_ctor_set(x_130, 1, x_128); -x_26 = x_130; -goto block_39; } } } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_168; lean_object* x_169; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_131 = lean_ctor_get(x_24, 3); -lean_inc(x_131); -x_132 = lean_ctor_get(x_24, 4); -lean_inc(x_132); -lean_dec(x_24); -x_133 = lean_st_ref_get(x_10, x_13); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_182 = lean_ctor_get(x_134, 0); -lean_inc(x_182); -lean_dec(x_134); -x_183 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_182); -x_185 = l_Lean_Expr_hasFVar(x_131); -if (x_185 == 0) -{ -uint8_t x_186; -x_186 = l_Lean_Expr_hasMVar(x_131); -if (x_186 == 0) +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; uint8_t x_119; lean_object* x_120; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_82 = lean_ctor_get(x_27, 3); +lean_inc(x_82); +x_83 = lean_ctor_get(x_27, 4); +lean_inc(x_83); +lean_dec(x_27); +x_84 = lean_st_ref_get(x_11, x_14); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_133 = lean_ctor_get(x_85, 0); +lean_inc(x_133); +lean_dec(x_85); +x_134 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +x_136 = l_Lean_Expr_hasFVar(x_82); +if (x_136 == 0) { -uint8_t x_187; -lean_dec(x_131); -x_187 = 0; -x_168 = x_187; -x_169 = x_184; -goto block_181; -} -else +uint8_t x_137; +x_137 = l_Lean_Expr_hasMVar(x_82); +if (x_137 == 0) { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_6, x_131, x_184); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -x_191 = lean_unbox(x_189); -lean_dec(x_189); -x_168 = x_191; -x_169 = x_190; -goto block_181; -} +uint8_t x_138; +lean_dec(x_82); +x_138 = 0; +x_119 = x_138; +x_120 = x_135; +goto block_132; } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_192 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_6, x_131, x_184); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_unbox(x_193); -lean_dec(x_193); -x_168 = x_195; -x_169 = x_194; -goto block_181; -} -block_167: -{ -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = lean_st_ref_take(x_10, x_135); +lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; +x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_7, x_82, x_135); x_140 = lean_ctor_get(x_139, 0); lean_inc(x_140); x_141 = lean_ctor_get(x_139, 1); lean_inc(x_141); lean_dec(x_139); -x_142 = !lean_is_exclusive(x_140); -if (x_142 == 0) -{ -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 0); -lean_dec(x_143); -lean_ctor_set(x_140, 0, x_138); -x_144 = lean_st_ref_set(x_10, x_140, x_141); -if (x_136 == 0) -{ -uint8_t x_145; -lean_dec(x_25); -x_145 = !lean_is_exclusive(x_144); -if (x_145 == 0) -{ -lean_object* x_146; -x_146 = lean_ctor_get(x_144, 0); -lean_dec(x_146); -lean_ctor_set(x_144, 0, x_6); -x_16 = x_144; -goto block_22; +x_142 = lean_unbox(x_140); +lean_dec(x_140); +x_119 = x_142; +x_120 = x_141; +goto block_132; +} } else { -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_143 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_7, x_82, x_135); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +lean_dec(x_143); +x_146 = lean_unbox(x_144); lean_dec(x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_6); -lean_ctor_set(x_148, 1, x_147); -x_16 = x_148; -goto block_22; +x_119 = x_146; +x_120 = x_145; +goto block_132; } -} -else +block_118: { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_144); -if (x_149 == 0) -{ -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_144, 0); -lean_dec(x_150); -x_151 = lean_array_push(x_6, x_25); -lean_ctor_set(x_144, 0, x_151); -x_16 = x_144; -goto block_22; -} -else +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_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = lean_st_ref_take(x_11, x_86); +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 = !lean_is_exclusive(x_91); +if (x_93 == 0) { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_144, 1); -lean_inc(x_152); -lean_dec(x_144); -x_153 = lean_array_push(x_6, x_25); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_152); -x_16 = x_154; -goto block_22; -} -} -} -else +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +lean_ctor_set(x_91, 0, x_89); +x_95 = lean_st_ref_set(x_11, x_91, x_92); +if (x_87 == 0) { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_155 = lean_ctor_get(x_140, 1); -x_156 = lean_ctor_get(x_140, 2); -x_157 = lean_ctor_get(x_140, 3); -lean_inc(x_157); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_140); -x_158 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_158, 0, x_138); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_156); -lean_ctor_set(x_158, 3, x_157); -x_159 = lean_st_ref_set(x_10, x_158, x_141); -if (x_136 == 0) +uint8_t x_96; +lean_dec(x_28); +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_25); -x_160 = lean_ctor_get(x_159, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_161 = x_159; -} else { - lean_dec_ref(x_159); - x_161 = lean_box(0); -} -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(0, 2, 0); -} else { - x_162 = x_161; -} -lean_ctor_set(x_162, 0, x_6); -lean_ctor_set(x_162, 1, x_160); -x_16 = x_162; -goto block_22; +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_7); +x_17 = x_95; +goto block_23; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_164 = x_159; -} else { - lean_dec_ref(x_159); - x_164 = lean_box(0); -} -x_165 = lean_array_push(x_6, x_25); -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); -x_16 = x_166; -goto block_22; -} -} +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_7); +lean_ctor_set(x_99, 1, x_98); +x_17 = x_99; +goto block_23; } -block_181: -{ -if (x_168 == 0) -{ -uint8_t x_170; -x_170 = l_Lean_Expr_hasFVar(x_132); -if (x_170 == 0) -{ -uint8_t x_171; -x_171 = l_Lean_Expr_hasMVar(x_132); -if (x_171 == 0) -{ -uint8_t x_172; -lean_dec(x_132); -x_172 = 0; -x_136 = x_172; -x_137 = x_169; -goto block_167; } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_6, x_132, x_169); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_unbox(x_174); -lean_dec(x_174); -x_136 = x_176; -x_137 = x_175; -goto block_167; -} +uint8_t x_100; +x_100 = !lean_is_exclusive(x_95); +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_95, 0); +lean_dec(x_101); +x_102 = lean_array_push(x_7, x_28); +lean_ctor_set(x_95, 0, x_102); +x_17 = x_95; +goto block_23; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_6, x_132, x_169); -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); -x_180 = lean_unbox(x_178); -lean_dec(x_178); -x_136 = x_180; -x_137 = x_179; -goto block_167; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_array_push(x_7, x_28); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +x_17 = x_105; +goto block_23; +} } } else { -lean_dec(x_132); -x_136 = x_168; -x_137 = x_169; -goto block_167; +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_106 = lean_ctor_get(x_91, 1); +x_107 = lean_ctor_get(x_91, 2); +x_108 = lean_ctor_get(x_91, 3); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_91); +x_109 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_109, 0, x_89); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_107); +lean_ctor_set(x_109, 3, x_108); +x_110 = lean_st_ref_set(x_11, x_109, x_92); +if (x_87 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_28); +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_7); +lean_ctor_set(x_113, 1, x_111); +x_17 = x_113; +goto block_23; +} +else +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_115 = x_110; +} else { + lean_dec_ref(x_110); + x_115 = lean_box(0); } +x_116 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(0, 2, 0); +} else { + x_117 = x_115; } +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +x_17 = x_117; +goto block_23; } } } -else +block_132: { -lean_object* x_196; -lean_dec(x_25); -lean_dec(x_24); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_6); -lean_ctor_set(x_196, 1, x_13); -x_16 = x_196; -goto block_22; -} -block_39: +if (x_119 == 0) { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) +uint8_t x_121; +x_121 = l_Lean_Expr_hasFVar(x_83); +if (x_121 == 0) { -uint8_t x_29; -lean_dec(x_25); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +uint8_t x_122; +x_122 = l_Lean_Expr_hasMVar(x_83); +if (x_122 == 0) { -lean_object* x_30; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -lean_ctor_set(x_26, 0, x_6); -x_16 = x_26; -goto block_22; +uint8_t x_123; +lean_dec(x_83); +x_123 = 0; +x_87 = x_123; +x_88 = x_120; +goto block_118; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_16 = x_32; -goto block_22; +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +x_124 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_7, x_83, x_120); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_unbox(x_125); +lean_dec(x_125); +x_87 = x_127; +x_88 = x_126; +goto block_118; } } else { -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 0); -lean_dec(x_34); -x_35 = lean_array_push(x_6, x_25); -lean_ctor_set(x_26, 0, x_35); -x_16 = x_26; -goto block_22; +lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_128 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_7, x_83, x_120); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_87 = x_131; +x_88 = x_130; +goto block_118; +} } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_array_push(x_6, x_25); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -x_16 = x_38; -goto block_22; +lean_dec(x_83); +x_87 = x_119; +x_88 = x_120; +goto block_118; } } } } -block_22: +} +} +block_23: { -lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } } else { -lean_object* x_197; -lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_6); -lean_ctor_set(x_197, 1, x_13); -return x_197; +lean_object* x_159; +lean_dec(x_2); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_7); +lean_ctor_set(x_159, 1, x_14); +return x_159; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(lean_object* x_1, lean_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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85(lean_object* x_1, lean_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_3) == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_12 = lean_ctor_get(x_3, 0); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_array_get_size(x_12); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_4, 0); +lean_inc(x_13); +lean_dec(x_4); +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) { -lean_object* x_16; +lean_object* x_17; +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_5); -lean_dec(x_1); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_4); -lean_ctor_set(x_16, 1, x_11); -return x_16; +lean_dec(x_2); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_5); +lean_ctor_set(x_17, 1, x_12); +return x_17; } else { -uint8_t x_17; -x_17 = lean_nat_dec_le(x_13, x_13); -if (x_17 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -lean_object* x_18; +lean_object* x_19; +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_5); -lean_dec(x_1); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_4); -lean_ctor_set(x_18, 1, x_11); -return x_18; +lean_dec(x_2); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_5); +lean_ctor_set(x_19, 1, x_12); +return x_19; } else { -size_t x_19; size_t x_20; lean_object* x_21; -x_19 = 0; -x_20 = lean_usize_of_nat(x_13); +size_t x_20; size_t x_21; lean_object* x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__86(x_1, x_2, x_3, x_13, x_20, x_21, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_13); -x_21 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(x_1, x_2, x_12, x_19, x_20, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_12); -return x_21; +return x_22; } } } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_3, 0); -lean_inc(x_22); -lean_dec(x_3); -x_23 = lean_array_get_size(x_22); -x_24 = lean_unsigned_to_nat(0u); -x_25 = lean_nat_dec_lt(x_24, x_23); -if (x_25 == 0) +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = lean_ctor_get(x_4, 0); +lean_inc(x_23); +lean_dec(x_4); +x_24 = lean_array_get_size(x_23); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_lt(x_25, x_24); +if (x_26 == 0) { -lean_object* x_26; +lean_object* x_27; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); +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_1); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_4); -lean_ctor_set(x_26, 1, x_11); -return x_26; +lean_dec(x_2); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_5); +lean_ctor_set(x_27, 1, x_12); +return x_27; } else { -uint8_t x_27; -x_27 = lean_nat_dec_le(x_23, x_23); -if (x_27 == 0) +uint8_t x_28; +x_28 = lean_nat_dec_le(x_24, x_24); +if (x_28 == 0) { -lean_object* x_28; +lean_object* x_29; +lean_dec(x_24); lean_dec(x_23); -lean_dec(x_22); +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_1); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_4); -lean_ctor_set(x_28, 1, x_11); -return x_28; +lean_dec(x_2); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_5); +lean_ctor_set(x_29, 1, x_12); +return x_29; } else { -size_t x_29; size_t x_30; lean_object* x_31; -x_29 = 0; -x_30 = lean_usize_of_nat(x_23); -lean_dec(x_23); -x_31 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(x_1, x_2, x_22, x_29, x_30, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +size_t x_30; size_t x_31; lean_object* x_32; +x_30 = 0; +x_31 = lean_usize_of_nat(x_24); +lean_dec(x_24); +x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__87(x_1, x_2, x_3, x_23, x_30, x_31, 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_22); -return x_31; +lean_dec(x_23); +return x_32; } } } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88(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_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_14; -x_14 = lean_usize_dec_eq(x_4, x_5); -if (x_14 == 0) +uint8_t x_15; +x_15 = lean_usize_dec_eq(x_5, x_6); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_15) == 0) +lean_object* x_16; lean_object* x_17; +x_16 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_23; -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_6); -lean_ctor_set(x_23, 1, x_13); -x_16 = x_23; -goto block_22; +size_t x_24; size_t x_25; +x_24 = 1; +x_25 = lean_usize_add(x_5, x_24); +x_5 = x_25; +goto _start; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_40; -x_24 = lean_ctor_get(x_15, 0); -lean_inc(x_24); -lean_dec(x_15); -x_25 = l_Lean_LocalDecl_fvarId(x_24); -lean_inc(x_25); -lean_inc(x_1); -x_40 = l_Lean_LocalContext_contains(x_1, x_25); -if (x_40 == 0) +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_148; +x_27 = lean_ctor_get(x_16, 0); +lean_inc(x_27); +lean_dec(x_16); +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_inc(x_28); +lean_inc(x_2); +x_148 = l_Lean_LocalContext_contains(x_2, x_28); +if (x_148 == 0) { -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_array_get_size(x_2); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) +lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_149 = lean_array_get_size(x_3); +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_149); +if (x_151 == 0) { -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_24); -x_44 = lean_array_push(x_6, x_25); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_13); -x_16 = x_45; -goto block_22; +uint8_t x_152; +lean_dec(x_149); +x_152 = 0; +x_29 = x_152; +goto block_147; } else { -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) +uint8_t x_153; +x_153 = lean_nat_dec_le(x_149, x_149); +if (x_153 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_24); -x_47 = lean_array_push(x_6, x_25); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_13); -x_16 = x_48; -goto block_22; +uint8_t x_154; +lean_dec(x_149); +x_154 = 0; +x_29 = x_154; +goto block_147; } else { -size_t x_49; size_t x_50; uint8_t x_51; -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_25, x_2, x_49, x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -lean_dec(x_24); -x_52 = lean_array_push(x_6, x_25); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_13); -x_16 = x_53; -goto block_22; +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_149); +lean_dec(x_149); +x_157 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_28, x_3, x_155, x_156); +x_29 = x_157; +goto block_147; +} +} } else { -if (lean_obj_tag(x_24) == 0) +lean_object* x_158; +lean_dec(x_28); +lean_dec(x_27); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_7); +lean_ctor_set(x_158, 1, x_14); +x_17 = x_158; +goto block_23; +} +block_147: { -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; uint8_t x_61; -x_54 = lean_ctor_get(x_24, 3); -lean_inc(x_54); -lean_dec(x_24); -x_55 = lean_st_ref_get(x_10, x_13); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_ctor_get(x_56, 0); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -lean_inc(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_58); -x_61 = l_Lean_Expr_hasFVar(x_54); -if (x_61 == 0) +if (x_29 == 0) { -uint8_t x_62; -x_62 = l_Lean_Expr_hasMVar(x_54); -if (x_62 == 0) +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); +x_30 = lean_array_push(x_7, x_28); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +x_17 = x_31; +goto block_23; +} +else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -lean_dec(x_60); -lean_dec(x_54); -x_63 = lean_st_ref_take(x_10, x_57); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = !lean_is_exclusive(x_64); -if (x_66 == 0) +if (lean_obj_tag(x_27) == 0) { -lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_67 = lean_ctor_get(x_64, 0); -lean_dec(x_67); -lean_ctor_set(x_64, 0, x_58); -x_68 = lean_st_ref_set(x_10, x_64, x_65); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_32 = lean_ctor_get(x_27, 3); +lean_inc(x_32); +lean_dec(x_27); +x_33 = lean_st_ref_get(x_11, x_14); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_68 = lean_ctor_get(x_34, 0); +lean_inc(x_68); +lean_dec(x_34); +x_69 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_32); +if (x_71 == 0) { -lean_object* x_70; uint8_t x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -lean_dec(x_70); -x_71 = 0; -x_72 = lean_box(x_71); -lean_ctor_set(x_68, 0, x_72); -x_26 = x_68; -goto block_39; +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_32); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_32); +x_73 = 0; +x_36 = x_73; +x_37 = x_70; +goto block_67; } else { -lean_object* x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_68, 1); -lean_inc(x_73); -lean_dec(x_68); -x_74 = 0; -x_75 = lean_box(x_74); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_73); -x_26 = x_76; -goto block_39; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_7, x_32, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_36 = x_77; +x_37 = x_76; +goto block_67; } } else { -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; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_77 = lean_ctor_get(x_64, 1); -x_78 = lean_ctor_get(x_64, 2); -x_79 = lean_ctor_get(x_64, 3); +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_7, x_32, x_70); +x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_64); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_58); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_10, x_80, x_65); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -x_84 = 0; -x_85 = lean_box(x_84); -if (lean_is_scalar(x_83)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_83; -} -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_82); -x_26 = x_86; -goto block_39; -} +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_36 = x_81; +x_37 = x_80; +goto block_67; } -else +block_67: { -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; -lean_dec(x_58); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_6, x_54, x_60); -x_88 = lean_ctor_get(x_87, 1); -lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -lean_dec(x_87); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_st_ref_take(x_10, x_57); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = !lean_is_exclusive(x_92); -if (x_94 == 0) +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_37, 1); +lean_inc(x_38); +lean_dec(x_37); +x_39 = lean_st_ref_take(x_11, x_35); +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 = !lean_is_exclusive(x_40); +if (x_42 == 0) { -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_92, 0); -lean_dec(x_95); -lean_ctor_set(x_92, 0, x_90); -x_96 = lean_st_ref_set(x_10, x_92, x_93); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) +lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_40, 0); +lean_dec(x_43); +lean_ctor_set(x_40, 0, x_38); +x_44 = lean_st_ref_set(x_11, x_40, x_41); +if (x_36 == 0) { -lean_object* x_98; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -lean_ctor_set(x_96, 0, x_89); -x_26 = x_96; -goto block_39; +uint8_t x_45; +lean_dec(x_28); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) +{ +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_7); +x_17 = x_44; +goto block_23; } else { -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 1); -lean_inc(x_99); -lean_dec(x_96); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_89); -lean_ctor_set(x_100, 1, x_99); -x_26 = x_100; -goto block_39; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_7); +lean_ctor_set(x_48, 1, x_47); +x_17 = x_48; +goto block_23; } } else { -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_101 = lean_ctor_get(x_92, 1); -x_102 = lean_ctor_get(x_92, 2); -x_103 = lean_ctor_get(x_92, 3); -lean_inc(x_103); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_92); -x_104 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_104, 0, x_90); -lean_ctor_set(x_104, 1, x_101); -lean_ctor_set(x_104, 2, x_102); -lean_ctor_set(x_104, 3, x_103); -x_105 = lean_st_ref_set(x_10, x_104, x_93); -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; +uint8_t x_49; +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +x_51 = lean_array_push(x_7, x_28); +lean_ctor_set(x_44, 0, x_51); +x_17 = x_44; +goto block_23; } -lean_ctor_set(x_108, 0, x_89); -lean_ctor_set(x_108, 1, x_106); -x_26 = x_108; -goto block_39; +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_44, 1); +lean_inc(x_52); +lean_dec(x_44); +x_53 = lean_array_push(x_7, x_28); +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_17 = x_54; +goto block_23; } } } 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; uint8_t x_116; -lean_dec(x_58); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_6, x_54, x_60); -x_110 = lean_ctor_get(x_109, 1); -lean_inc(x_110); -x_111 = lean_ctor_get(x_109, 0); -lean_inc(x_111); -lean_dec(x_109); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_st_ref_take(x_10, x_57); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_116 = !lean_is_exclusive(x_114); -if (x_116 == 0) -{ -lean_object* x_117; lean_object* x_118; uint8_t x_119; -x_117 = lean_ctor_get(x_114, 0); -lean_dec(x_117); -lean_ctor_set(x_114, 0, x_112); -x_118 = lean_st_ref_set(x_10, x_114, x_115); -x_119 = !lean_is_exclusive(x_118); -if (x_119 == 0) +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_40, 1); +x_56 = lean_ctor_get(x_40, 2); +x_57 = lean_ctor_get(x_40, 3); +lean_inc(x_57); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_40); +x_58 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_58, 0, x_38); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_56); +lean_ctor_set(x_58, 3, x_57); +x_59 = lean_st_ref_set(x_11, x_58, x_41); +if (x_36 == 0) { -lean_object* x_120; -x_120 = lean_ctor_get(x_118, 0); -lean_dec(x_120); -lean_ctor_set(x_118, 0, x_111); -x_26 = x_118; -goto block_39; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_28); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; +} else { + lean_dec_ref(x_59); + x_61 = lean_box(0); } -else -{ -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_111); -lean_ctor_set(x_122, 1, x_121); -x_26 = x_122; -goto block_39; +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); +} else { + x_62 = x_61; } +lean_ctor_set(x_62, 0, x_7); +lean_ctor_set(x_62, 1, x_60); +x_17 = x_62; +goto block_23; } 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; -x_123 = lean_ctor_get(x_114, 1); -x_124 = lean_ctor_get(x_114, 2); -x_125 = lean_ctor_get(x_114, 3); -lean_inc(x_125); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_114); -x_126 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_126, 0, x_112); -lean_ctor_set(x_126, 1, x_123); -lean_ctor_set(x_126, 2, x_124); -lean_ctor_set(x_126, 3, x_125); -x_127 = lean_st_ref_set(x_10, x_126, x_115); -x_128 = lean_ctor_get(x_127, 1); -lean_inc(x_128); -if (lean_is_exclusive(x_127)) { - lean_ctor_release(x_127, 0); - lean_ctor_release(x_127, 1); - x_129 = x_127; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_63 = lean_ctor_get(x_59, 1); +lean_inc(x_63); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_64 = x_59; } else { - lean_dec_ref(x_127); - x_129 = lean_box(0); + lean_dec_ref(x_59); + x_64 = lean_box(0); } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(0, 2, 0); +x_65 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_64)) { + x_66 = lean_alloc_ctor(0, 2, 0); } else { - x_130 = x_129; + x_66 = x_64; +} +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_63); +x_17 = x_66; +goto block_23; } -lean_ctor_set(x_130, 0, x_111); -lean_ctor_set(x_130, 1, x_128); -x_26 = x_130; -goto block_39; } } } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_137; uint8_t x_168; lean_object* x_169; lean_object* x_182; lean_object* x_183; lean_object* x_184; uint8_t x_185; -x_131 = lean_ctor_get(x_24, 3); -lean_inc(x_131); -x_132 = lean_ctor_get(x_24, 4); -lean_inc(x_132); -lean_dec(x_24); -x_133 = lean_st_ref_get(x_10, x_13); -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_182 = lean_ctor_get(x_134, 0); -lean_inc(x_182); -lean_dec(x_134); -x_183 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_183); -lean_ctor_set(x_184, 1, x_182); -x_185 = l_Lean_Expr_hasFVar(x_131); -if (x_185 == 0) -{ -uint8_t x_186; -x_186 = l_Lean_Expr_hasMVar(x_131); -if (x_186 == 0) +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; uint8_t x_119; lean_object* x_120; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; +x_82 = lean_ctor_get(x_27, 3); +lean_inc(x_82); +x_83 = lean_ctor_get(x_27, 4); +lean_inc(x_83); +lean_dec(x_27); +x_84 = lean_st_ref_get(x_11, x_14); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_133 = lean_ctor_get(x_85, 0); +lean_inc(x_133); +lean_dec(x_85); +x_134 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_133); +x_136 = l_Lean_Expr_hasFVar(x_82); +if (x_136 == 0) { -uint8_t x_187; -lean_dec(x_131); -x_187 = 0; -x_168 = x_187; -x_169 = x_184; -goto block_181; -} -else +uint8_t x_137; +x_137 = l_Lean_Expr_hasMVar(x_82); +if (x_137 == 0) { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_6, x_131, x_184); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -x_191 = lean_unbox(x_189); -lean_dec(x_189); -x_168 = x_191; -x_169 = x_190; -goto block_181; -} +uint8_t x_138; +lean_dec(x_82); +x_138 = 0; +x_119 = x_138; +x_120 = x_135; +goto block_132; } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_192 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_6, x_131, x_184); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_195 = lean_unbox(x_193); -lean_dec(x_193); -x_168 = x_195; -x_169 = x_194; -goto block_181; -} -block_167: -{ -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_138 = lean_ctor_get(x_137, 1); -lean_inc(x_138); -lean_dec(x_137); -x_139 = lean_st_ref_take(x_10, x_135); +lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; +x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_7, x_82, x_135); x_140 = lean_ctor_get(x_139, 0); lean_inc(x_140); x_141 = lean_ctor_get(x_139, 1); lean_inc(x_141); lean_dec(x_139); -x_142 = !lean_is_exclusive(x_140); -if (x_142 == 0) +x_142 = lean_unbox(x_140); +lean_dec(x_140); +x_119 = x_142; +x_120 = x_141; +goto block_132; +} +} +else { -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_140, 0); +lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_143 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_7, x_82, x_135); +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); lean_dec(x_143); -lean_ctor_set(x_140, 0, x_138); -x_144 = lean_st_ref_set(x_10, x_140, x_141); -if (x_136 == 0) +x_146 = lean_unbox(x_144); +lean_dec(x_144); +x_119 = x_146; +x_120 = x_145; +goto block_132; +} +block_118: { -uint8_t x_145; -lean_dec(x_25); -x_145 = !lean_is_exclusive(x_144); -if (x_145 == 0) +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_88, 1); +lean_inc(x_89); +lean_dec(x_88); +x_90 = lean_st_ref_take(x_11, x_86); +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 = !lean_is_exclusive(x_91); +if (x_93 == 0) { -lean_object* x_146; -x_146 = lean_ctor_get(x_144, 0); -lean_dec(x_146); -lean_ctor_set(x_144, 0, x_6); -x_16 = x_144; -goto block_22; +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_91, 0); +lean_dec(x_94); +lean_ctor_set(x_91, 0, x_89); +x_95 = lean_st_ref_set(x_11, x_91, x_92); +if (x_87 == 0) +{ +uint8_t x_96; +lean_dec(x_28); +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) +{ +lean_object* x_97; +x_97 = lean_ctor_get(x_95, 0); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_7); +x_17 = x_95; +goto block_23; } else { -lean_object* x_147; lean_object* x_148; -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_6); -lean_ctor_set(x_148, 1, x_147); -x_16 = x_148; -goto block_22; +lean_object* x_98; lean_object* x_99; +x_98 = lean_ctor_get(x_95, 1); +lean_inc(x_98); +lean_dec(x_95); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_7); +lean_ctor_set(x_99, 1, x_98); +x_17 = x_99; +goto block_23; } } else { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_144); -if (x_149 == 0) +uint8_t x_100; +x_100 = !lean_is_exclusive(x_95); +if (x_100 == 0) { -lean_object* x_150; lean_object* x_151; -x_150 = lean_ctor_get(x_144, 0); -lean_dec(x_150); -x_151 = lean_array_push(x_6, x_25); -lean_ctor_set(x_144, 0, x_151); -x_16 = x_144; -goto block_22; +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_95, 0); +lean_dec(x_101); +x_102 = lean_array_push(x_7, x_28); +lean_ctor_set(x_95, 0, x_102); +x_17 = x_95; +goto block_23; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_144, 1); -lean_inc(x_152); -lean_dec(x_144); -x_153 = lean_array_push(x_6, x_25); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_152); -x_16 = x_154; -goto block_22; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_95, 1); +lean_inc(x_103); +lean_dec(x_95); +x_104 = lean_array_push(x_7, x_28); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_103); +x_17 = x_105; +goto block_23; } } } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_155 = lean_ctor_get(x_140, 1); -x_156 = lean_ctor_get(x_140, 2); -x_157 = lean_ctor_get(x_140, 3); -lean_inc(x_157); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_140); -x_158 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_158, 0, x_138); -lean_ctor_set(x_158, 1, x_155); -lean_ctor_set(x_158, 2, x_156); -lean_ctor_set(x_158, 3, x_157); -x_159 = lean_st_ref_set(x_10, x_158, x_141); -if (x_136 == 0) +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_106 = lean_ctor_get(x_91, 1); +x_107 = lean_ctor_get(x_91, 2); +x_108 = lean_ctor_get(x_91, 3); +lean_inc(x_108); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_91); +x_109 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_109, 0, x_89); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_107); +lean_ctor_set(x_109, 3, x_108); +x_110 = lean_st_ref_set(x_11, x_109, x_92); +if (x_87 == 0) { -lean_object* x_160; lean_object* x_161; lean_object* x_162; -lean_dec(x_25); -x_160 = lean_ctor_get(x_159, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_161 = x_159; +lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_28); +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_159); - x_161 = lean_box(0); + lean_dec_ref(x_110); + x_112 = lean_box(0); } -if (lean_is_scalar(x_161)) { - x_162 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_112)) { + x_113 = lean_alloc_ctor(0, 2, 0); } else { - x_162 = x_161; + x_113 = x_112; } -lean_ctor_set(x_162, 0, x_6); -lean_ctor_set(x_162, 1, x_160); -x_16 = x_162; -goto block_22; +lean_ctor_set(x_113, 0, x_7); +lean_ctor_set(x_113, 1, x_111); +x_17 = x_113; +goto block_23; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_164 = x_159; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_110, 1); +lean_inc(x_114); +if (lean_is_exclusive(x_110)) { + lean_ctor_release(x_110, 0); + lean_ctor_release(x_110, 1); + x_115 = x_110; } else { - lean_dec_ref(x_159); - x_164 = lean_box(0); + lean_dec_ref(x_110); + x_115 = lean_box(0); } -x_165 = lean_array_push(x_6, x_25); -if (lean_is_scalar(x_164)) { - x_166 = lean_alloc_ctor(0, 2, 0); +x_116 = lean_array_push(x_7, x_28); +if (lean_is_scalar(x_115)) { + x_117 = lean_alloc_ctor(0, 2, 0); } else { - x_166 = x_164; + x_117 = x_115; } -lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_163); -x_16 = x_166; -goto block_22; +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_114); +x_17 = x_117; +goto block_23; } } } -block_181: -{ -if (x_168 == 0) -{ -uint8_t x_170; -x_170 = l_Lean_Expr_hasFVar(x_132); -if (x_170 == 0) +block_132: { -uint8_t x_171; -x_171 = l_Lean_Expr_hasMVar(x_132); -if (x_171 == 0) +if (x_119 == 0) { -uint8_t x_172; -lean_dec(x_132); -x_172 = 0; -x_136 = x_172; -x_137 = x_169; -goto block_167; -} -else +uint8_t x_121; +x_121 = l_Lean_Expr_hasFVar(x_83); +if (x_121 == 0) { -lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; -x_173 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_6, x_132, x_169); -x_174 = lean_ctor_get(x_173, 0); -lean_inc(x_174); -x_175 = lean_ctor_get(x_173, 1); -lean_inc(x_175); -lean_dec(x_173); -x_176 = lean_unbox(x_174); -lean_dec(x_174); -x_136 = x_176; -x_137 = x_175; -goto block_167; -} -} -else +uint8_t x_122; +x_122 = l_Lean_Expr_hasMVar(x_83); +if (x_122 == 0) { -lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_6, x_132, x_169); -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); -x_180 = lean_unbox(x_178); -lean_dec(x_178); -x_136 = x_180; -x_137 = x_179; -goto block_167; -} +uint8_t x_123; +lean_dec(x_83); +x_123 = 0; +x_87 = x_123; +x_88 = x_120; +goto block_118; } else { -lean_dec(x_132); -x_136 = x_168; -x_137 = x_169; -goto block_167; -} -} -} -} -} +lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; +x_124 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_7, x_83, x_120); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_unbox(x_125); +lean_dec(x_125); +x_87 = x_127; +x_88 = x_126; +goto block_118; } } else { -lean_object* x_196; -lean_dec(x_25); -lean_dec(x_24); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_6); -lean_ctor_set(x_196, 1, x_13); -x_16 = x_196; -goto block_22; +lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; +x_128 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_7, x_83, x_120); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_131 = lean_unbox(x_129); +lean_dec(x_129); +x_87 = x_131; +x_88 = x_130; +goto block_118; } -block_39: -{ -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) -{ -uint8_t x_29; -lean_dec(x_25); -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) -{ -lean_object* x_30; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -lean_ctor_set(x_26, 0, x_6); -x_16 = x_26; -goto block_22; } else { -lean_object* x_31; lean_object* x_32; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_6); -lean_ctor_set(x_32, 1, x_31); -x_16 = x_32; -goto block_22; -} +lean_dec(x_83); +x_87 = x_119; +x_88 = x_120; +goto block_118; } -else -{ -uint8_t x_33; -x_33 = !lean_is_exclusive(x_26); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_26, 0); -lean_dec(x_34); -x_35 = lean_array_push(x_6, x_25); -lean_ctor_set(x_26, 0, x_35); -x_16 = x_26; -goto block_22; } -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_array_push(x_6, x_25); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -x_16 = x_38; -goto block_22; } } } } -block_22: +block_23: { -lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); +lean_object* x_18; lean_object* x_19; size_t x_20; size_t x_21; +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_16); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_6 = x_17; -x_13 = x_18; +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_7 = x_18; +x_14 = x_19; goto _start; } } else { -lean_object* x_197; -lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_6); -lean_ctor_set(x_197, 1, x_13); -return x_197; +lean_object* x_159; +lean_dec(x_2); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_7); +lean_ctor_set(x_159, 1, x_14); +return x_159; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(lean_object* x_1, lean_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_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__76(lean_object* x_1, lean_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_13; uint8_t x_14; -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_eq(x_5, x_13); -if (x_14 == 0) +lean_object* x_14; uint8_t x_15; +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_eq(x_6, x_14); +if (x_15 == 0) { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_3, 3); -lean_inc(x_15); -x_16 = lean_nat_dec_le(x_15, x_5); -if (x_16 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_ctor_get(x_4, 3); +lean_inc(x_16); +x_17 = lean_nat_dec_le(x_16, x_6); +if (x_17 == 0) { -lean_object* x_17; size_t x_18; size_t x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_15); -x_17 = lean_ctor_get(x_3, 0); -lean_inc(x_17); -x_18 = lean_usize_of_nat(x_5); -lean_dec(x_5); -x_19 = lean_ctor_get_usize(x_3, 4); +lean_object* x_18; size_t x_19; size_t x_20; lean_object* x_21; uint8_t x_22; +lean_dec(x_16); +x_18 = lean_ctor_get(x_4, 0); +lean_inc(x_18); +x_19 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_20 = lean_ctor_get_usize(x_4, 4); +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_1); -x_20 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(x_1, x_2, x_17, x_18, x_19, x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_17); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +lean_inc(x_2); +x_21 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77(x_1, x_2, x_3, x_18, x_19, x_20, x_5, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_18); +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -x_24 = lean_ctor_get(x_3, 1); -lean_inc(x_24); -lean_dec(x_3); -x_25 = lean_array_get_size(x_24); -x_26 = lean_nat_dec_lt(x_13, x_25); -if (x_26 == 0) +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_4, 1); +lean_inc(x_25); +lean_dec(x_4); +x_26 = lean_array_get_size(x_25); +x_27 = lean_nat_dec_lt(x_14, x_26); +if (x_27 == 0) { +lean_dec(x_26); lean_dec(x_25); -lean_dec(x_24); +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); -return x_20; +lean_dec(x_2); +return x_21; } else { -uint8_t x_27; -x_27 = lean_nat_dec_le(x_25, x_25); -if (x_27 == 0) +uint8_t x_28; +x_28 = lean_nat_dec_le(x_26, x_26); +if (x_28 == 0) { +lean_dec(x_26); lean_dec(x_25); -lean_dec(x_24); +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); -return x_20; +lean_dec(x_2); +return x_21; } else { -size_t x_28; size_t x_29; lean_object* x_30; -lean_free_object(x_20); -x_28 = 0; -x_29 = lean_usize_of_nat(x_25); -lean_dec(x_25); -x_30 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(x_1, x_2, x_24, x_28, x_29, x_22, x_6, x_7, x_8, x_9, x_10, x_11, x_23); +size_t x_29; size_t x_30; lean_object* x_31; +lean_free_object(x_21); +x_29 = 0; +x_30 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_31 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83(x_1, x_2, x_3, x_25, x_29, x_30, x_23, x_7, x_8, x_9, x_10, x_11, x_12, x_24); +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_24); -return x_30; +lean_dec(x_25); +return x_31; } } } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -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 = lean_ctor_get(x_3, 1); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_32 = lean_ctor_get(x_21, 0); +x_33 = lean_ctor_get(x_21, 1); lean_inc(x_33); -lean_dec(x_3); -x_34 = lean_array_get_size(x_33); -x_35 = lean_nat_dec_lt(x_13, x_34); -if (x_35 == 0) +lean_inc(x_32); +lean_dec(x_21); +x_34 = lean_ctor_get(x_4, 1); +lean_inc(x_34); +lean_dec(x_4); +x_35 = lean_array_get_size(x_34); +x_36 = lean_nat_dec_lt(x_14, x_35); +if (x_36 == 0) { -lean_object* x_36; +lean_object* x_37; +lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); +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_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_31); -lean_ctor_set(x_36, 1, x_32); -return x_36; +lean_dec(x_2); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_32); +lean_ctor_set(x_37, 1, x_33); +return x_37; } else { -uint8_t x_37; -x_37 = lean_nat_dec_le(x_34, x_34); -if (x_37 == 0) +uint8_t x_38; +x_38 = lean_nat_dec_le(x_35, x_35); +if (x_38 == 0) { -lean_object* x_38; +lean_object* x_39; +lean_dec(x_35); lean_dec(x_34); -lean_dec(x_33); +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_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_31); -lean_ctor_set(x_38, 1, x_32); -return x_38; +lean_dec(x_2); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_32); +lean_ctor_set(x_39, 1, x_33); +return x_39; } else { -size_t x_39; size_t x_40; lean_object* x_41; -x_39 = 0; -x_40 = lean_usize_of_nat(x_34); -lean_dec(x_34); -x_41 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(x_1, x_2, x_33, x_39, x_40, x_31, x_6, x_7, x_8, x_9, x_10, x_11, x_32); +size_t x_40; size_t x_41; lean_object* x_42; +x_40 = 0; +x_41 = lean_usize_of_nat(x_35); +lean_dec(x_35); +x_42 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83(x_1, x_2, x_3, x_34, x_40, x_41, x_32, x_7, x_8, x_9, x_10, x_11, x_12, x_33); +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_33); -return x_41; +lean_dec(x_34); +return x_42; } } } } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_ctor_get(x_3, 1); -lean_inc(x_42); -lean_dec(x_3); -x_43 = lean_nat_sub(x_5, x_15); -lean_dec(x_15); -lean_dec(x_5); -x_44 = lean_array_get_size(x_42); -x_45 = lean_nat_dec_lt(x_43, x_44); -if (x_45 == 0) +lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_43 = lean_ctor_get(x_4, 1); +lean_inc(x_43); +lean_dec(x_4); +x_44 = lean_nat_sub(x_6, x_16); +lean_dec(x_16); +lean_dec(x_6); +x_45 = lean_array_get_size(x_43); +x_46 = lean_nat_dec_lt(x_44, x_45); +if (x_46 == 0) { -lean_object* x_46; +lean_object* x_47; +lean_dec(x_45); lean_dec(x_44); lean_dec(x_43); -lean_dec(x_42); +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_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_4); -lean_ctor_set(x_46, 1, x_12); -return x_46; +lean_dec(x_2); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_5); +lean_ctor_set(x_47, 1, x_13); +return x_47; } else { -uint8_t x_47; -x_47 = lean_nat_dec_le(x_44, x_44); -if (x_47 == 0) +uint8_t x_48; +x_48 = lean_nat_dec_le(x_45, x_45); +if (x_48 == 0) { -lean_object* x_48; +lean_object* x_49; +lean_dec(x_45); lean_dec(x_44); lean_dec(x_43); -lean_dec(x_42); +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_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_4); -lean_ctor_set(x_48, 1, x_12); -return x_48; +lean_dec(x_2); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_5); +lean_ctor_set(x_49, 1, x_13); +return x_49; } else { -size_t x_49; size_t x_50; lean_object* x_51; -x_49 = lean_usize_of_nat(x_43); -lean_dec(x_43); +size_t x_50; size_t x_51; lean_object* x_52; x_50 = lean_usize_of_nat(x_44); lean_dec(x_44); -x_51 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(x_1, x_2, x_42, x_49, x_50, x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +x_51 = lean_usize_of_nat(x_45); +lean_dec(x_45); +x_52 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__84(x_1, x_2, x_3, x_43, x_50, x_51, x_5, 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_42); -return x_51; +lean_dec(x_43); +return x_52; } } } } else { -lean_object* x_52; lean_object* x_53; uint8_t x_54; -lean_dec(x_5); -x_52 = lean_ctor_get(x_3, 0); -lean_inc(x_52); +lean_object* x_53; lean_object* x_54; uint8_t x_55; +lean_dec(x_6); +x_53 = lean_ctor_get(x_4, 0); +lean_inc(x_53); +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_1); -x_53 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(x_1, x_2, x_52, x_4, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -x_54 = !lean_is_exclusive(x_53); -if (x_54 == 0) +lean_inc(x_2); +x_54 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85(x_1, x_2, x_3, x_53, x_5, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_55 = lean_ctor_get(x_53, 0); -x_56 = lean_ctor_get(x_53, 1); -x_57 = lean_ctor_get(x_3, 1); -lean_inc(x_57); -lean_dec(x_3); -x_58 = lean_array_get_size(x_57); -x_59 = lean_nat_dec_lt(x_13, x_58); -if (x_59 == 0) +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_56 = lean_ctor_get(x_54, 0); +x_57 = lean_ctor_get(x_54, 1); +x_58 = lean_ctor_get(x_4, 1); +lean_inc(x_58); +lean_dec(x_4); +x_59 = lean_array_get_size(x_58); +x_60 = lean_nat_dec_lt(x_14, x_59); +if (x_60 == 0) { +lean_dec(x_59); lean_dec(x_58); -lean_dec(x_57); +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); -return x_53; +lean_dec(x_2); +return x_54; } else { -uint8_t x_60; -x_60 = lean_nat_dec_le(x_58, x_58); -if (x_60 == 0) +uint8_t x_61; +x_61 = lean_nat_dec_le(x_59, x_59); +if (x_61 == 0) { +lean_dec(x_59); lean_dec(x_58); -lean_dec(x_57); +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); -return x_53; +lean_dec(x_2); +return x_54; } else { -size_t x_61; size_t x_62; lean_object* x_63; -lean_free_object(x_53); -x_61 = 0; -x_62 = lean_usize_of_nat(x_58); -lean_dec(x_58); -x_63 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(x_1, x_2, x_57, x_61, x_62, x_55, x_6, x_7, x_8, x_9, x_10, x_11, x_56); +size_t x_62; size_t x_63; lean_object* x_64; +lean_free_object(x_54); +x_62 = 0; +x_63 = lean_usize_of_nat(x_59); +lean_dec(x_59); +x_64 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88(x_1, x_2, x_3, x_58, x_62, x_63, x_56, x_7, x_8, x_9, x_10, x_11, x_12, x_57); +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_57); -return x_63; +lean_dec(x_58); +return x_64; } } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_53, 0); -x_65 = lean_ctor_get(x_53, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_53); -x_66 = lean_ctor_get(x_3, 1); +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_54, 0); +x_66 = lean_ctor_get(x_54, 1); lean_inc(x_66); -lean_dec(x_3); -x_67 = lean_array_get_size(x_66); -x_68 = lean_nat_dec_lt(x_13, x_67); -if (x_68 == 0) +lean_inc(x_65); +lean_dec(x_54); +x_67 = lean_ctor_get(x_4, 1); +lean_inc(x_67); +lean_dec(x_4); +x_68 = lean_array_get_size(x_67); +x_69 = lean_nat_dec_lt(x_14, x_68); +if (x_69 == 0) { -lean_object* x_69; +lean_object* x_70; +lean_dec(x_68); lean_dec(x_67); -lean_dec(x_66); +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_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_64); -lean_ctor_set(x_69, 1, x_65); -return x_69; +lean_dec(x_2); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_65); +lean_ctor_set(x_70, 1, x_66); +return x_70; } else { -uint8_t x_70; -x_70 = lean_nat_dec_le(x_67, x_67); -if (x_70 == 0) +uint8_t x_71; +x_71 = lean_nat_dec_le(x_68, x_68); +if (x_71 == 0) { -lean_object* x_71; +lean_object* x_72; +lean_dec(x_68); lean_dec(x_67); -lean_dec(x_66); +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_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_64); -lean_ctor_set(x_71, 1, x_65); -return x_71; +lean_dec(x_2); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_65); +lean_ctor_set(x_72, 1, x_66); +return x_72; } else { -size_t x_72; size_t x_73; lean_object* x_74; -x_72 = 0; -x_73 = lean_usize_of_nat(x_67); -lean_dec(x_67); -x_74 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(x_1, x_2, x_66, x_72, x_73, x_64, x_6, x_7, x_8, x_9, x_10, x_11, x_65); +size_t x_73; size_t x_74; lean_object* x_75; +x_73 = 0; +x_74 = lean_usize_of_nat(x_68); +lean_dec(x_68); +x_75 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88(x_1, x_2, x_3, x_67, x_73, x_74, x_65, 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); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_66); -return x_74; +lean_dec(x_67); +return x_75; } } } } } } -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(lean_object* x_1, lean_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_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75(lean_object* x_1, lean_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_13; lean_object* x_14; -x_13 = lean_ctor_get(x_3, 1); -lean_inc(x_13); -lean_dec(x_3); -x_14 = l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(x_1, x_2, x_13, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_14; +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_4, 1); +lean_inc(x_14); +lean_dec(x_4); +x_15 = l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__76(x_1, x_2, x_3, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(lean_object* x_1, lean_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_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; @@ -38999,44 +41279,81 @@ return x_62; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -x_9 = l_Lean_Expr_fvarId_x21(x_8); -x_10 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_9); -lean_dec(x_9); -x_11 = 1; -x_12 = lean_usize_add(x_3, x_11); -if (x_10 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_10); +lean_dec(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_object* x_13; -x_13 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_13; +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; goto _start; } else { -lean_dec(x_7); -x_3 = x_12; +lean_dec(x_8); +x_4 = x_13; goto _start; } } else { -return x_5; +return x_6; +} +} } +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_2, x_10); +lean_dec(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) +{ +lean_object* x_14; +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_13; +goto _start; +} +} +else +{ +return x_6; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(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_CheckAssignment_checkMVar___spec__92(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -39200,7 +41517,7 @@ lean_inc(x_24); x_28 = l_Lean_LocalContext_isSubPrefixOf(x_24, x_26, x_27); if (x_28 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_50; lean_object* x_51; uint8_t x_52; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_179; lean_object* x_180; uint8_t x_181; lean_free_object(x_15); lean_dec(x_1); x_29 = lean_st_ref_get(x_5, x_21); @@ -39212,158 +41529,208 @@ lean_dec(x_29); x_32 = lean_ctor_get(x_30, 0); lean_inc(x_32); lean_dec(x_30); -x_50 = lean_ctor_get(x_23, 3); -lean_inc(x_50); -x_51 = lean_ctor_get(x_32, 0); -lean_inc(x_51); +x_179 = lean_ctor_get(x_23, 3); +lean_inc(x_179); +x_180 = lean_ctor_get(x_32, 0); +lean_inc(x_180); lean_dec(x_32); -x_52 = lean_nat_dec_eq(x_50, x_51); -lean_dec(x_51); -lean_dec(x_50); -if (x_52 == 0) +x_181 = lean_nat_dec_eq(x_179, x_180); +lean_dec(x_180); +lean_dec(x_179); +if (x_181 == 0) { -lean_object* x_53; -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -x_53 = lean_box(0); -x_33 = x_53; -goto block_49; +uint8_t x_182; +x_182 = 1; +x_33 = x_182; +goto block_178; } else { -uint8_t x_54; uint8_t x_55; -x_54 = lean_ctor_get_uint8(x_23, sizeof(void*)*7); -x_55 = l_Lean_MetavarKind_isSyntheticOpaque(x_54); -if (x_55 == 0) +uint8_t x_183; uint8_t x_184; +x_183 = lean_ctor_get_uint8(x_23, sizeof(void*)*7); +x_184 = l_Lean_MetavarKind_isSyntheticOpaque(x_183); +x_33 = x_184; +goto block_178; +} +block_178: { -lean_object* x_56; uint8_t x_57; -x_56 = lean_ctor_get(x_4, 0); -lean_inc(x_56); -x_57 = lean_ctor_get_uint8(x_56, 1); -lean_dec(x_56); -if (x_57 == 0) +if (x_33 == 0) { -lean_object* x_58; -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_23); -x_58 = lean_box(0); -x_33 = x_58; -goto block_49; +uint8_t x_34; lean_object* x_158; uint8_t x_159; +x_158 = lean_ctor_get(x_4, 0); +lean_inc(x_158); +x_159 = lean_ctor_get_uint8(x_158, 1); +lean_dec(x_158); +if (x_159 == 0) +{ +uint8_t x_160; +x_160 = 0; +x_34 = x_160; +goto block_157; } else { -lean_object* x_59; uint8_t x_60; -x_59 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; +lean_object* x_161; uint8_t x_162; +x_161 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; lean_inc(x_24); lean_inc(x_26); -x_60 = l_Lean_LocalContext_isSubPrefixOf(x_26, x_24, x_59); -if (x_60 == 0) +x_162 = l_Lean_LocalContext_isSubPrefixOf(x_26, x_24, x_161); +x_34 = x_162; +goto block_157; +} +block_157: { -lean_object* x_61; +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); lean_dec(x_23); -x_61 = lean_box(0); -x_33 = x_61; -goto block_49; +x_35 = l_Lean_Expr_mvar___override(x_9); +x_36 = l_Lean_MessageData_ofExpr(x_35); +x_37 = l_Lean_Meta_CheckAssignment_checkMVar___closed__2; +x_38 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_37, x_2, x_3, x_4, x_5, x_6, x_7, x_31); +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_unbox(x_39); +lean_dec(x_39); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; +lean_dec(x_36); +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_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +lean_dec(x_38); +x_42 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(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; +x_43 = lean_ctor_get(x_38, 1); +lean_inc(x_43); +lean_dec(x_38); +lean_inc(x_2); +x_44 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_36, x_2, x_3, x_4, x_5, x_6, x_7, x_43); +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_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_37, x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_46); +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_48 = lean_ctor_get(x_47, 1); +lean_inc(x_48); +lean_dec(x_47); +x_49 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_48); +return x_49; +} } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_62 = lean_unsigned_to_nat(0u); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_50 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; +x_51 = lean_unsigned_to_nat(0u); 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_24); -x_63 = l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(x_26, x_27, x_24, x_59, x_62, x_2, x_3, x_4, x_5, x_6, x_7, x_31); +lean_inc(x_2); +x_52 = l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75(x_2, x_26, x_27, x_24, x_50, x_51, x_2, x_3, x_4, x_5, x_6, x_7, x_31); lean_dec(x_27); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_array_get_size(x_64); -x_67 = lean_nat_dec_lt(x_62, x_66); -x_68 = lean_ctor_get(x_23, 4); -lean_inc(x_68); -x_69 = lean_array_get_size(x_68); -x_70 = lean_nat_dec_lt(x_62, x_69); -x_71 = lean_ctor_get(x_23, 2); -lean_inc(x_71); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_55 = lean_array_get_size(x_53); +x_56 = lean_nat_dec_lt(x_51, x_55); +x_57 = lean_ctor_get(x_23, 4); +lean_inc(x_57); +x_58 = lean_array_get_size(x_57); +x_59 = lean_nat_dec_lt(x_51, x_58); +x_60 = lean_ctor_get(x_23, 2); +lean_inc(x_60); 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_72 = l_Lean_Meta_CheckAssignment_check(x_71, x_2, x_3, x_4, x_5, x_6, x_7, x_65); -if (x_67 == 0) +x_61 = l_Lean_Meta_CheckAssignment_check(x_60, x_2, x_3, x_4, x_5, x_6, x_7, x_54); +if (x_56 == 0) { -lean_dec(x_66); -if (x_70 == 0) +lean_dec(x_55); +if (x_59 == 0) { -lean_dec(x_69); -lean_dec(x_68); -lean_dec(x_64); -if (lean_obj_tag(x_72) == 0) +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_53); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t 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; -x_113 = lean_ctor_get(x_72, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_72, 1); -lean_inc(x_114); -lean_dec(x_72); -x_115 = lean_ctor_get(x_23, 5); -lean_inc(x_115); +lean_object* x_102; lean_object* x_103; lean_object* x_104; uint8_t x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_102 = lean_ctor_get(x_61, 0); +lean_inc(x_102); +x_103 = lean_ctor_get(x_61, 1); +lean_inc(x_103); +lean_dec(x_61); +x_104 = lean_ctor_get(x_23, 5); +lean_inc(x_104); lean_dec(x_23); -x_116 = 0; -x_117 = lean_box(0); -x_118 = l_Lean_Meta_mkFreshExprMVarAt(x_24, x_59, x_113, x_116, x_117, x_115, x_4, x_5, x_6, x_7, x_114); -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_119); -x_121 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_119, x_2, x_3, x_4, x_5, x_6, x_7, x_120); +x_105 = 0; +x_106 = lean_box(0); +x_107 = l_Lean_Meta_mkFreshExprMVarAt(x_24, x_50, x_102, x_105, x_106, x_104, x_4, x_5, x_6, x_7, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +lean_inc(x_108); +x_110 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_108, x_2, x_3, x_4, x_5, x_6, x_7, x_109); 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_122 = !lean_is_exclusive(x_121); -if (x_122 == 0) +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) { -lean_object* x_123; -x_123 = lean_ctor_get(x_121, 0); -lean_dec(x_123); -lean_ctor_set(x_121, 0, x_119); -return x_121; +lean_object* x_112; +x_112 = lean_ctor_get(x_110, 0); +lean_dec(x_112); +lean_ctor_set(x_110, 0, x_108); +return x_110; } else { -lean_object* x_124; lean_object* x_125; -x_124 = lean_ctor_get(x_121, 1); -lean_inc(x_124); -lean_dec(x_121); -x_125 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_125, 0, x_119); -lean_ctor_set(x_125, 1, x_124); -return x_125; +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_110, 1); +lean_inc(x_113); +lean_dec(x_110); +x_114 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_114, 0, x_108); +lean_ctor_set(x_114, 1, x_113); +return x_114; } } else { -uint8_t x_126; +uint8_t x_115; lean_dec(x_24); lean_dec(x_23); lean_dec(x_9); @@ -39373,95 +41740,95 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_126 = !lean_is_exclusive(x_72); -if (x_126 == 0) +x_115 = !lean_is_exclusive(x_61); +if (x_115 == 0) { -return x_72; +return x_61; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; -x_127 = lean_ctor_get(x_72, 0); -x_128 = lean_ctor_get(x_72, 1); -lean_inc(x_128); -lean_inc(x_127); -lean_dec(x_72); -x_129 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_129, 0, x_127); -lean_ctor_set(x_129, 1, x_128); -return x_129; +lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_116 = lean_ctor_get(x_61, 0); +x_117 = lean_ctor_get(x_61, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_61); +x_118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +return x_118; } } } else { -x_73 = x_24; -goto block_112; +x_62 = x_24; +goto block_101; } } else { -uint8_t x_130; -x_130 = lean_nat_dec_le(x_66, x_66); -if (x_130 == 0) +uint8_t x_119; +x_119 = lean_nat_dec_le(x_55, x_55); +if (x_119 == 0) { -lean_dec(x_66); -if (x_70 == 0) +lean_dec(x_55); +if (x_59 == 0) { -lean_dec(x_69); -lean_dec(x_68); -lean_dec(x_64); -if (lean_obj_tag(x_72) == 0) +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_53); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_131; lean_object* x_132; lean_object* x_133; uint8_t x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; -x_131 = lean_ctor_get(x_72, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_72, 1); -lean_inc(x_132); -lean_dec(x_72); -x_133 = lean_ctor_get(x_23, 5); -lean_inc(x_133); +lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +x_120 = lean_ctor_get(x_61, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_61, 1); +lean_inc(x_121); +lean_dec(x_61); +x_122 = lean_ctor_get(x_23, 5); +lean_inc(x_122); lean_dec(x_23); -x_134 = 0; -x_135 = lean_box(0); -x_136 = l_Lean_Meta_mkFreshExprMVarAt(x_24, x_59, x_131, x_134, x_135, x_133, x_4, x_5, x_6, x_7, x_132); -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_136, 1); -lean_inc(x_138); -lean_dec(x_136); -lean_inc(x_137); -x_139 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_137, x_2, x_3, x_4, x_5, x_6, x_7, x_138); +x_123 = 0; +x_124 = lean_box(0); +x_125 = l_Lean_Meta_mkFreshExprMVarAt(x_24, x_50, x_120, x_123, x_124, x_122, x_4, x_5, x_6, x_7, x_121); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); +lean_inc(x_127); +lean_dec(x_125); +lean_inc(x_126); +x_128 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_126, x_2, x_3, x_4, x_5, x_6, x_7, x_127); 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_140 = !lean_is_exclusive(x_139); -if (x_140 == 0) +x_129 = !lean_is_exclusive(x_128); +if (x_129 == 0) { -lean_object* x_141; -x_141 = lean_ctor_get(x_139, 0); -lean_dec(x_141); -lean_ctor_set(x_139, 0, x_137); -return x_139; +lean_object* x_130; +x_130 = lean_ctor_get(x_128, 0); +lean_dec(x_130); +lean_ctor_set(x_128, 0, x_126); +return x_128; } else { -lean_object* x_142; lean_object* x_143; -x_142 = lean_ctor_get(x_139, 1); -lean_inc(x_142); -lean_dec(x_139); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_137); -lean_ctor_set(x_143, 1, x_142); -return x_143; +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_128, 1); +lean_inc(x_131); +lean_dec(x_128); +x_132 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_132, 0, x_126); +lean_ctor_set(x_132, 1, x_131); +return x_132; } } else { -uint8_t x_144; +uint8_t x_133; lean_dec(x_24); lean_dec(x_23); lean_dec(x_9); @@ -39471,96 +41838,96 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_144 = !lean_is_exclusive(x_72); -if (x_144 == 0) +x_133 = !lean_is_exclusive(x_61); +if (x_133 == 0) { -return x_72; +return x_61; } else { -lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_145 = lean_ctor_get(x_72, 0); -x_146 = lean_ctor_get(x_72, 1); -lean_inc(x_146); -lean_inc(x_145); -lean_dec(x_72); -x_147 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -return x_147; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_61, 0); +x_135 = lean_ctor_get(x_61, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_61); +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; } } } else { -x_73 = x_24; -goto block_112; +x_62 = x_24; +goto block_101; } } else { -size_t x_148; size_t x_149; lean_object* x_150; -x_148 = 0; -x_149 = lean_usize_of_nat(x_66); -lean_dec(x_66); -x_150 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(x_64, x_148, x_149, x_24); -if (x_70 == 0) +size_t x_137; size_t x_138; lean_object* x_139; +x_137 = 0; +x_138 = lean_usize_of_nat(x_55); +lean_dec(x_55); +x_139 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__92(x_53, x_137, x_138, x_24); +if (x_59 == 0) { -lean_dec(x_69); -lean_dec(x_68); -lean_dec(x_64); -if (lean_obj_tag(x_72) == 0) +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_53); +if (lean_obj_tag(x_61) == 0) { -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; uint8_t x_160; -x_151 = lean_ctor_get(x_72, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_72, 1); -lean_inc(x_152); -lean_dec(x_72); -x_153 = lean_ctor_get(x_23, 5); -lean_inc(x_153); +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; uint8_t x_149; +x_140 = lean_ctor_get(x_61, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_61, 1); +lean_inc(x_141); +lean_dec(x_61); +x_142 = lean_ctor_get(x_23, 5); +lean_inc(x_142); lean_dec(x_23); -x_154 = 0; -x_155 = lean_box(0); -x_156 = l_Lean_Meta_mkFreshExprMVarAt(x_150, x_59, x_151, x_154, x_155, x_153, x_4, x_5, x_6, x_7, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -lean_inc(x_157); -x_159 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_157, x_2, x_3, x_4, x_5, x_6, x_7, x_158); +x_143 = 0; +x_144 = lean_box(0); +x_145 = l_Lean_Meta_mkFreshExprMVarAt(x_139, x_50, x_140, x_143, x_144, x_142, x_4, x_5, x_6, x_7, x_141); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +lean_inc(x_146); +x_148 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_146, x_2, x_3, x_4, x_5, x_6, x_7, x_147); 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_160 = !lean_is_exclusive(x_159); -if (x_160 == 0) +x_149 = !lean_is_exclusive(x_148); +if (x_149 == 0) { -lean_object* x_161; -x_161 = lean_ctor_get(x_159, 0); -lean_dec(x_161); -lean_ctor_set(x_159, 0, x_157); -return x_159; +lean_object* x_150; +x_150 = lean_ctor_get(x_148, 0); +lean_dec(x_150); +lean_ctor_set(x_148, 0, x_146); +return x_148; } else { -lean_object* x_162; lean_object* x_163; -x_162 = lean_ctor_get(x_159, 1); -lean_inc(x_162); -lean_dec(x_159); -x_163 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_163, 0, x_157); -lean_ctor_set(x_163, 1, x_162); -return x_163; +lean_object* x_151; lean_object* x_152; +x_151 = lean_ctor_get(x_148, 1); +lean_inc(x_151); +lean_dec(x_148); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_146); +lean_ctor_set(x_152, 1, x_151); +return x_152; } } else { -uint8_t x_164; -lean_dec(x_150); +uint8_t x_153; +lean_dec(x_139); lean_dec(x_23); lean_dec(x_9); lean_dec(x_7); @@ -39569,94 +41936,94 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_164 = !lean_is_exclusive(x_72); -if (x_164 == 0) +x_153 = !lean_is_exclusive(x_61); +if (x_153 == 0) { -return x_72; +return x_61; } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_165 = lean_ctor_get(x_72, 0); -x_166 = lean_ctor_get(x_72, 1); -lean_inc(x_166); -lean_inc(x_165); -lean_dec(x_72); -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_154; lean_object* x_155; lean_object* x_156; +x_154 = lean_ctor_get(x_61, 0); +x_155 = lean_ctor_get(x_61, 1); +lean_inc(x_155); +lean_inc(x_154); +lean_dec(x_61); +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; } } } else { -x_73 = x_150; -goto block_112; +x_62 = x_139; +goto block_101; } } } -block_112: +block_101: { -uint8_t x_74; -x_74 = lean_nat_dec_le(x_69, x_69); -if (x_74 == 0) +uint8_t x_63; +x_63 = lean_nat_dec_le(x_58, x_58); +if (x_63 == 0) { -lean_dec(x_69); -lean_dec(x_68); -lean_dec(x_64); -if (lean_obj_tag(x_72) == 0) +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_53); +if (lean_obj_tag(x_61) == 0) { -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; uint8_t x_84; -x_75 = lean_ctor_get(x_72, 0); -lean_inc(x_75); -x_76 = lean_ctor_get(x_72, 1); -lean_inc(x_76); -lean_dec(x_72); -x_77 = lean_ctor_get(x_23, 5); -lean_inc(x_77); +lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t 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; +x_64 = lean_ctor_get(x_61, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_61, 1); +lean_inc(x_65); +lean_dec(x_61); +x_66 = lean_ctor_get(x_23, 5); +lean_inc(x_66); lean_dec(x_23); -x_78 = 0; -x_79 = lean_box(0); -x_80 = l_Lean_Meta_mkFreshExprMVarAt(x_73, x_59, x_75, x_78, x_79, x_77, x_4, x_5, x_6, x_7, x_76); -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); -lean_inc(x_81); -x_83 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_81, x_2, x_3, x_4, x_5, x_6, x_7, x_82); +x_67 = 0; +x_68 = lean_box(0); +x_69 = l_Lean_Meta_mkFreshExprMVarAt(x_62, x_50, x_64, x_67, x_68, x_66, x_4, x_5, x_6, x_7, x_65); +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); +lean_inc(x_70); +x_72 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_70, x_2, x_3, x_4, x_5, x_6, x_7, x_71); 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_84 = !lean_is_exclusive(x_83); -if (x_84 == 0) +x_73 = !lean_is_exclusive(x_72); +if (x_73 == 0) { -lean_object* x_85; -x_85 = lean_ctor_get(x_83, 0); -lean_dec(x_85); -lean_ctor_set(x_83, 0, x_81); -return x_83; +lean_object* x_74; +x_74 = lean_ctor_get(x_72, 0); +lean_dec(x_74); +lean_ctor_set(x_72, 0, x_70); +return x_72; } else { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_81); -lean_ctor_set(x_87, 1, x_86); -return x_87; +lean_object* x_75; lean_object* x_76; +x_75 = lean_ctor_get(x_72, 1); +lean_inc(x_75); +lean_dec(x_72); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_70); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } else { -uint8_t x_88; -lean_dec(x_73); +uint8_t x_77; +lean_dec(x_62); lean_dec(x_23); lean_dec(x_9); lean_dec(x_7); @@ -39665,89 +42032,89 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_88 = !lean_is_exclusive(x_72); -if (x_88 == 0) +x_77 = !lean_is_exclusive(x_61); +if (x_77 == 0) { -return x_72; +return x_61; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_72, 0); -x_90 = lean_ctor_get(x_72, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_72); -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; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_61, 0); +x_79 = lean_ctor_get(x_61, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_61); +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 { -if (lean_obj_tag(x_72) == 0) +if (lean_obj_tag(x_61) == 0) { -lean_object* x_92; lean_object* x_93; size_t x_94; size_t x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; -x_92 = lean_ctor_get(x_72, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_72, 1); -lean_inc(x_93); -lean_dec(x_72); -x_94 = 0; -x_95 = lean_usize_of_nat(x_69); -lean_dec(x_69); -x_96 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_64, x_68, x_94, x_95, x_59); -lean_dec(x_68); -lean_dec(x_64); -x_97 = lean_ctor_get(x_23, 5); -lean_inc(x_97); +lean_object* x_81; lean_object* x_82; size_t x_83; size_t x_84; lean_object* x_85; lean_object* x_86; uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; +x_81 = lean_ctor_get(x_61, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_61, 1); +lean_inc(x_82); +lean_dec(x_61); +x_83 = 0; +x_84 = lean_usize_of_nat(x_58); +lean_dec(x_58); +x_85 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91(x_53, x_53, x_57, x_83, x_84, x_50); +lean_dec(x_57); +lean_dec(x_53); +x_86 = lean_ctor_get(x_23, 5); +lean_inc(x_86); lean_dec(x_23); -x_98 = 0; -x_99 = lean_box(0); -x_100 = l_Lean_Meta_mkFreshExprMVarAt(x_73, x_96, x_92, x_98, x_99, x_97, x_4, x_5, x_6, x_7, x_93); -x_101 = lean_ctor_get(x_100, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_100, 1); -lean_inc(x_102); -lean_dec(x_100); -lean_inc(x_101); -x_103 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_101, x_2, x_3, x_4, x_5, x_6, x_7, x_102); +x_87 = 0; +x_88 = lean_box(0); +x_89 = l_Lean_Meta_mkFreshExprMVarAt(x_62, x_85, x_81, x_87, x_88, x_86, x_4, x_5, x_6, x_7, x_82); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +lean_inc(x_90); +x_92 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_90, x_2, x_3, x_4, x_5, x_6, x_7, x_91); 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_104 = !lean_is_exclusive(x_103); -if (x_104 == 0) +x_93 = !lean_is_exclusive(x_92); +if (x_93 == 0) { -lean_object* x_105; -x_105 = lean_ctor_get(x_103, 0); -lean_dec(x_105); -lean_ctor_set(x_103, 0, x_101); -return x_103; +lean_object* x_94; +x_94 = lean_ctor_get(x_92, 0); +lean_dec(x_94); +lean_ctor_set(x_92, 0, x_90); +return x_92; } else { -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_103, 1); -lean_inc(x_106); -lean_dec(x_103); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_101); -lean_ctor_set(x_107, 1, x_106); -return x_107; +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_92, 1); +lean_inc(x_95); +lean_dec(x_92); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_90); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } else { -uint8_t x_108; -lean_dec(x_73); -lean_dec(x_69); -lean_dec(x_68); -lean_dec(x_64); +uint8_t x_97; +lean_dec(x_62); +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_53); lean_dec(x_23); lean_dec(x_9); lean_dec(x_7); @@ -39756,23 +42123,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_108 = !lean_is_exclusive(x_72); -if (x_108 == 0) +x_97 = !lean_is_exclusive(x_61); +if (x_97 == 0) { -return x_72; +return x_61; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_72, 0); -x_110 = lean_ctor_get(x_72, 1); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_72); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_61, 0); +x_99 = lean_ctor_get(x_61, 1); +lean_inc(x_99); +lean_inc(x_98); +lean_dec(x_61); +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; } } } @@ -39782,69 +42149,61 @@ return x_111; } else { -lean_object* x_168; +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; lean_dec(x_27); lean_dec(x_26); lean_dec(x_24); lean_dec(x_23); -x_168 = lean_box(0); -x_33 = x_168; -goto block_49; -} -} -block_49: -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_dec(x_33); -x_34 = l_Lean_Expr_mvar___override(x_9); -x_35 = l_Lean_MessageData_ofExpr(x_34); -x_36 = l_Lean_Meta_CheckAssignment_checkMVar___closed__2; -x_37 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_36, x_2, x_3, x_4, x_5, x_6, x_7, x_31); -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -x_39 = lean_unbox(x_38); -lean_dec(x_38); -if (x_39 == 0) +x_163 = l_Lean_Expr_mvar___override(x_9); +x_164 = l_Lean_MessageData_ofExpr(x_163); +x_165 = l_Lean_Meta_CheckAssignment_checkMVar___closed__2; +x_166 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_165, x_2, x_3, x_4, x_5, x_6, x_7, x_31); +x_167 = lean_ctor_get(x_166, 0); +lean_inc(x_167); +x_168 = lean_unbox(x_167); +lean_dec(x_167); +if (x_168 == 0) { -lean_object* x_40; lean_object* x_41; -lean_dec(x_35); +lean_object* x_169; lean_object* x_170; +lean_dec(x_164); 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_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_dec(x_37); -x_41 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_40); -return x_41; +x_169 = lean_ctor_get(x_166, 1); +lean_inc(x_169); +lean_dec(x_166); +x_170 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_169); +return x_170; } 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; -x_42 = lean_ctor_get(x_37, 1); -lean_inc(x_42); -lean_dec(x_37); +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; +x_171 = lean_ctor_get(x_166, 1); +lean_inc(x_171); +lean_dec(x_166); lean_inc(x_2); -x_43 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_35, x_2, x_3, x_4, x_5, x_6, x_7, x_42); -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_36, x_44, x_2, x_3, x_4, x_5, x_6, x_7, x_45); +x_172 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_164, x_2, x_3, x_4, x_5, x_6, x_7, x_171); +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 = l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_165, x_173, x_2, x_3, x_4, x_5, x_6, x_7, x_174); 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_47 = lean_ctor_get(x_46, 1); -lean_inc(x_47); -lean_dec(x_46); -x_48 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_47); -return x_48; +x_176 = lean_ctor_get(x_175, 1); +lean_inc(x_176); +lean_dec(x_175); +x_177 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_176); +return x_177; +} } } } @@ -39867,190 +42226,240 @@ return x_15; } 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; uint8_t x_175; -x_169 = lean_ctor_get(x_15, 1); -lean_inc(x_169); +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; +x_185 = lean_ctor_get(x_15, 1); +lean_inc(x_185); lean_dec(x_15); -x_170 = lean_ctor_get(x_16, 0); -lean_inc(x_170); +x_186 = lean_ctor_get(x_16, 0); +lean_inc(x_186); lean_dec(x_16); -x_171 = lean_ctor_get(x_170, 1); -lean_inc(x_171); -x_172 = lean_ctor_get(x_2, 1); -lean_inc(x_172); -x_173 = lean_ctor_get(x_172, 1); -lean_inc(x_173); -lean_dec(x_172); -x_174 = lean_ctor_get(x_2, 2); -lean_inc(x_174); -lean_inc(x_173); -lean_inc(x_171); -x_175 = l_Lean_LocalContext_isSubPrefixOf(x_171, x_173, x_174); -if (x_175 == 0) +x_187 = lean_ctor_get(x_186, 1); +lean_inc(x_187); +x_188 = lean_ctor_get(x_2, 1); +lean_inc(x_188); +x_189 = lean_ctor_get(x_188, 1); +lean_inc(x_189); +lean_dec(x_188); +x_190 = lean_ctor_get(x_2, 2); +lean_inc(x_190); +lean_inc(x_189); +lean_inc(x_187); +x_191 = l_Lean_LocalContext_isSubPrefixOf(x_187, x_189, x_190); +if (x_191 == 0) { -lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_197; lean_object* x_198; uint8_t x_199; +lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; uint8_t x_196; lean_object* x_337; lean_object* x_338; uint8_t x_339; lean_dec(x_1); -x_176 = lean_st_ref_get(x_5, x_169); -x_177 = lean_ctor_get(x_176, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); -x_179 = lean_ctor_get(x_177, 0); -lean_inc(x_179); -lean_dec(x_177); -x_197 = lean_ctor_get(x_170, 3); -lean_inc(x_197); -x_198 = lean_ctor_get(x_179, 0); -lean_inc(x_198); -lean_dec(x_179); -x_199 = lean_nat_dec_eq(x_197, x_198); -lean_dec(x_198); -lean_dec(x_197); -if (x_199 == 0) +x_192 = lean_st_ref_get(x_5, x_185); +x_193 = lean_ctor_get(x_192, 0); +lean_inc(x_193); +x_194 = lean_ctor_get(x_192, 1); +lean_inc(x_194); +lean_dec(x_192); +x_195 = lean_ctor_get(x_193, 0); +lean_inc(x_195); +lean_dec(x_193); +x_337 = lean_ctor_get(x_186, 3); +lean_inc(x_337); +x_338 = lean_ctor_get(x_195, 0); +lean_inc(x_338); +lean_dec(x_195); +x_339 = lean_nat_dec_eq(x_337, x_338); +lean_dec(x_338); +lean_dec(x_337); +if (x_339 == 0) { -lean_object* x_200; -lean_dec(x_174); -lean_dec(x_173); -lean_dec(x_171); -lean_dec(x_170); -x_200 = lean_box(0); -x_180 = x_200; -goto block_196; +uint8_t x_340; +x_340 = 1; +x_196 = x_340; +goto block_336; } else { -uint8_t x_201; uint8_t x_202; -x_201 = lean_ctor_get_uint8(x_170, sizeof(void*)*7); -x_202 = l_Lean_MetavarKind_isSyntheticOpaque(x_201); -if (x_202 == 0) +uint8_t x_341; uint8_t x_342; +x_341 = lean_ctor_get_uint8(x_186, sizeof(void*)*7); +x_342 = l_Lean_MetavarKind_isSyntheticOpaque(x_341); +x_196 = x_342; +goto block_336; +} +block_336: { -lean_object* x_203; uint8_t x_204; -x_203 = lean_ctor_get(x_4, 0); -lean_inc(x_203); -x_204 = lean_ctor_get_uint8(x_203, 1); -lean_dec(x_203); -if (x_204 == 0) +if (x_196 == 0) { -lean_object* x_205; -lean_dec(x_174); -lean_dec(x_173); -lean_dec(x_171); -lean_dec(x_170); -x_205 = lean_box(0); -x_180 = x_205; -goto block_196; +uint8_t x_197; lean_object* x_316; uint8_t x_317; +x_316 = lean_ctor_get(x_4, 0); +lean_inc(x_316); +x_317 = lean_ctor_get_uint8(x_316, 1); +lean_dec(x_316); +if (x_317 == 0) +{ +uint8_t x_318; +x_318 = 0; +x_197 = x_318; +goto block_315; } else { -lean_object* x_206; uint8_t x_207; -x_206 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; -lean_inc(x_171); -lean_inc(x_173); -x_207 = l_Lean_LocalContext_isSubPrefixOf(x_173, x_171, x_206); -if (x_207 == 0) +lean_object* x_319; uint8_t x_320; +x_319 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; +lean_inc(x_187); +lean_inc(x_189); +x_320 = l_Lean_LocalContext_isSubPrefixOf(x_189, x_187, x_319); +x_197 = x_320; +goto block_315; +} +block_315: { -lean_object* x_208; -lean_dec(x_174); -lean_dec(x_173); -lean_dec(x_171); -lean_dec(x_170); -x_208 = lean_box(0); -x_180 = x_208; -goto block_196; +if (x_197 == 0) +{ +lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; uint8_t x_203; +lean_dec(x_190); +lean_dec(x_189); +lean_dec(x_187); +lean_dec(x_186); +x_198 = l_Lean_Expr_mvar___override(x_9); +x_199 = l_Lean_MessageData_ofExpr(x_198); +x_200 = l_Lean_Meta_CheckAssignment_checkMVar___closed__2; +x_201 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_200, x_2, x_3, x_4, x_5, x_6, x_7, x_194); +x_202 = lean_ctor_get(x_201, 0); +lean_inc(x_202); +x_203 = lean_unbox(x_202); +lean_dec(x_202); +if (x_203 == 0) +{ +lean_object* x_204; lean_object* x_205; +lean_dec(x_199); +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_204 = lean_ctor_get(x_201, 1); +lean_inc(x_204); +lean_dec(x_201); +x_205 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_204); +return x_205; +} +else +{ +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; +x_206 = lean_ctor_get(x_201, 1); +lean_inc(x_206); +lean_dec(x_201); +lean_inc(x_2); +x_207 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_199, x_2, x_3, x_4, x_5, x_6, x_7, 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); +lean_dec(x_207); +x_210 = l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_200, x_208, x_2, x_3, x_4, x_5, x_6, x_7, x_209); +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_211 = lean_ctor_get(x_210, 1); +lean_inc(x_211); +lean_dec(x_210); +x_212 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_211); +return x_212; +} } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t 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; -x_209 = lean_unsigned_to_nat(0u); +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; uint8_t x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; +x_213 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; +x_214 = lean_unsigned_to_nat(0u); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); +lean_inc(x_187); lean_inc(x_2); -lean_inc(x_171); -x_210 = l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(x_173, x_174, x_171, x_206, x_209, x_2, x_3, x_4, x_5, x_6, x_7, x_178); -lean_dec(x_174); -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -x_212 = lean_ctor_get(x_210, 1); -lean_inc(x_212); -lean_dec(x_210); -x_213 = lean_array_get_size(x_211); -x_214 = lean_nat_dec_lt(x_209, x_213); -x_215 = lean_ctor_get(x_170, 4); -lean_inc(x_215); -x_216 = lean_array_get_size(x_215); -x_217 = lean_nat_dec_lt(x_209, x_216); -x_218 = lean_ctor_get(x_170, 2); -lean_inc(x_218); +x_215 = l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75(x_2, x_189, x_190, x_187, x_213, x_214, x_2, x_3, x_4, x_5, x_6, x_7, x_194); +lean_dec(x_190); +x_216 = lean_ctor_get(x_215, 0); +lean_inc(x_216); +x_217 = lean_ctor_get(x_215, 1); +lean_inc(x_217); +lean_dec(x_215); +x_218 = lean_array_get_size(x_216); +x_219 = lean_nat_dec_lt(x_214, x_218); +x_220 = lean_ctor_get(x_186, 4); +lean_inc(x_220); +x_221 = lean_array_get_size(x_220); +x_222 = lean_nat_dec_lt(x_214, x_221); +x_223 = lean_ctor_get(x_186, 2); +lean_inc(x_223); 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_219 = l_Lean_Meta_CheckAssignment_check(x_218, x_2, x_3, x_4, x_5, x_6, x_7, x_212); -if (x_214 == 0) +x_224 = l_Lean_Meta_CheckAssignment_check(x_223, x_2, x_3, x_4, x_5, x_6, x_7, x_217); +if (x_219 == 0) { -lean_dec(x_213); -if (x_217 == 0) +lean_dec(x_218); +if (x_222 == 0) { +lean_dec(x_221); +lean_dec(x_220); lean_dec(x_216); -lean_dec(x_215); -lean_dec(x_211); -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_224) == 0) { -lean_object* x_258; lean_object* x_259; lean_object* x_260; uint8_t 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; -x_258 = lean_ctor_get(x_219, 0); -lean_inc(x_258); -x_259 = lean_ctor_get(x_219, 1); -lean_inc(x_259); -lean_dec(x_219); -x_260 = lean_ctor_get(x_170, 5); -lean_inc(x_260); -lean_dec(x_170); -x_261 = 0; -x_262 = lean_box(0); -x_263 = l_Lean_Meta_mkFreshExprMVarAt(x_171, x_206, x_258, x_261, x_262, x_260, x_4, x_5, x_6, x_7, x_259); -x_264 = lean_ctor_get(x_263, 0); +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; +x_263 = lean_ctor_get(x_224, 0); +lean_inc(x_263); +x_264 = lean_ctor_get(x_224, 1); lean_inc(x_264); -x_265 = lean_ctor_get(x_263, 1); +lean_dec(x_224); +x_265 = lean_ctor_get(x_186, 5); lean_inc(x_265); -lean_dec(x_263); -lean_inc(x_264); -x_266 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_264, x_2, x_3, x_4, x_5, x_6, x_7, x_265); +lean_dec(x_186); +x_266 = 0; +x_267 = lean_box(0); +x_268 = l_Lean_Meta_mkFreshExprMVarAt(x_187, x_213, x_263, x_266, x_267, x_265, x_4, x_5, x_6, x_7, x_264); +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); +lean_inc(x_269); +x_271 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_269, x_2, x_3, x_4, x_5, x_6, x_7, x_270); 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_267 = lean_ctor_get(x_266, 1); -lean_inc(x_267); -if (lean_is_exclusive(x_266)) { - lean_ctor_release(x_266, 0); - lean_ctor_release(x_266, 1); - x_268 = x_266; +x_272 = lean_ctor_get(x_271, 1); +lean_inc(x_272); +if (lean_is_exclusive(x_271)) { + lean_ctor_release(x_271, 0); + lean_ctor_release(x_271, 1); + x_273 = x_271; } else { - lean_dec_ref(x_266); - x_268 = lean_box(0); + lean_dec_ref(x_271); + x_273 = lean_box(0); } -if (lean_is_scalar(x_268)) { - x_269 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_273)) { + x_274 = lean_alloc_ctor(0, 2, 0); } else { - x_269 = x_268; + x_274 = x_273; } -lean_ctor_set(x_269, 0, x_264); -lean_ctor_set(x_269, 1, x_267); -return x_269; +lean_ctor_set(x_274, 0, x_269); +lean_ctor_set(x_274, 1, x_272); +return x_274; } else { -lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; -lean_dec(x_171); -lean_dec(x_170); +lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; +lean_dec(x_187); +lean_dec(x_186); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -40058,97 +42467,97 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_270 = lean_ctor_get(x_219, 0); -lean_inc(x_270); -x_271 = lean_ctor_get(x_219, 1); -lean_inc(x_271); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_272 = x_219; +x_275 = lean_ctor_get(x_224, 0); +lean_inc(x_275); +x_276 = lean_ctor_get(x_224, 1); +lean_inc(x_276); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_277 = x_224; } else { - lean_dec_ref(x_219); - x_272 = lean_box(0); + lean_dec_ref(x_224); + x_277 = lean_box(0); } -if (lean_is_scalar(x_272)) { - x_273 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_277)) { + x_278 = lean_alloc_ctor(1, 2, 0); } else { - x_273 = x_272; + x_278 = x_277; } -lean_ctor_set(x_273, 0, x_270); -lean_ctor_set(x_273, 1, x_271); -return x_273; +lean_ctor_set(x_278, 0, x_275); +lean_ctor_set(x_278, 1, x_276); +return x_278; } } else { -x_220 = x_171; -goto block_257; +x_225 = x_187; +goto block_262; } } else { -uint8_t x_274; -x_274 = lean_nat_dec_le(x_213, x_213); -if (x_274 == 0) +uint8_t x_279; +x_279 = lean_nat_dec_le(x_218, x_218); +if (x_279 == 0) { -lean_dec(x_213); -if (x_217 == 0) +lean_dec(x_218); +if (x_222 == 0) { +lean_dec(x_221); +lean_dec(x_220); lean_dec(x_216); -lean_dec(x_215); -lean_dec(x_211); -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_224) == 0) { -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; -x_275 = lean_ctor_get(x_219, 0); -lean_inc(x_275); -x_276 = lean_ctor_get(x_219, 1); -lean_inc(x_276); -lean_dec(x_219); -x_277 = lean_ctor_get(x_170, 5); -lean_inc(x_277); -lean_dec(x_170); -x_278 = 0; -x_279 = lean_box(0); -x_280 = l_Lean_Meta_mkFreshExprMVarAt(x_171, x_206, x_275, x_278, x_279, x_277, x_4, x_5, x_6, x_7, x_276); -x_281 = lean_ctor_get(x_280, 0); +lean_object* x_280; lean_object* x_281; lean_object* x_282; uint8_t 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_280 = lean_ctor_get(x_224, 0); +lean_inc(x_280); +x_281 = lean_ctor_get(x_224, 1); lean_inc(x_281); -x_282 = lean_ctor_get(x_280, 1); +lean_dec(x_224); +x_282 = lean_ctor_get(x_186, 5); lean_inc(x_282); -lean_dec(x_280); -lean_inc(x_281); -x_283 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_281, x_2, x_3, x_4, x_5, x_6, x_7, x_282); +lean_dec(x_186); +x_283 = 0; +x_284 = lean_box(0); +x_285 = l_Lean_Meta_mkFreshExprMVarAt(x_187, x_213, x_280, x_283, x_284, x_282, x_4, x_5, x_6, x_7, x_281); +x_286 = lean_ctor_get(x_285, 0); +lean_inc(x_286); +x_287 = lean_ctor_get(x_285, 1); +lean_inc(x_287); +lean_dec(x_285); +lean_inc(x_286); +x_288 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_286, x_2, x_3, x_4, x_5, x_6, x_7, x_287); 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_284 = lean_ctor_get(x_283, 1); -lean_inc(x_284); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_285 = x_283; +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_283); - x_285 = lean_box(0); + lean_dec_ref(x_288); + x_290 = lean_box(0); } -if (lean_is_scalar(x_285)) { - x_286 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_290)) { + x_291 = lean_alloc_ctor(0, 2, 0); } else { - x_286 = x_285; + x_291 = x_290; } -lean_ctor_set(x_286, 0, x_281); -lean_ctor_set(x_286, 1, x_284); -return x_286; +lean_ctor_set(x_291, 0, x_286); +lean_ctor_set(x_291, 1, x_289); +return x_291; } else { -lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; -lean_dec(x_171); -lean_dec(x_170); +lean_object* x_292; lean_object* x_293; lean_object* x_294; lean_object* x_295; +lean_dec(x_187); +lean_dec(x_186); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -40156,97 +42565,97 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_287 = lean_ctor_get(x_219, 0); -lean_inc(x_287); -x_288 = lean_ctor_get(x_219, 1); -lean_inc(x_288); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_289 = x_219; +x_292 = lean_ctor_get(x_224, 0); +lean_inc(x_292); +x_293 = lean_ctor_get(x_224, 1); +lean_inc(x_293); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_294 = x_224; } else { - lean_dec_ref(x_219); - x_289 = lean_box(0); + lean_dec_ref(x_224); + x_294 = lean_box(0); } -if (lean_is_scalar(x_289)) { - x_290 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_294)) { + x_295 = lean_alloc_ctor(1, 2, 0); } else { - x_290 = x_289; + x_295 = x_294; } -lean_ctor_set(x_290, 0, x_287); -lean_ctor_set(x_290, 1, x_288); -return x_290; +lean_ctor_set(x_295, 0, x_292); +lean_ctor_set(x_295, 1, x_293); +return x_295; } } else { -x_220 = x_171; -goto block_257; +x_225 = x_187; +goto block_262; } } else { -size_t x_291; size_t x_292; lean_object* x_293; -x_291 = 0; -x_292 = lean_usize_of_nat(x_213); -lean_dec(x_213); -x_293 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(x_211, x_291, x_292, x_171); -if (x_217 == 0) +size_t x_296; size_t x_297; lean_object* x_298; +x_296 = 0; +x_297 = lean_usize_of_nat(x_218); +lean_dec(x_218); +x_298 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__92(x_216, x_296, x_297, x_187); +if (x_222 == 0) { +lean_dec(x_221); +lean_dec(x_220); lean_dec(x_216); -lean_dec(x_215); -lean_dec(x_211); -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_224) == 0) { -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; -x_294 = lean_ctor_get(x_219, 0); -lean_inc(x_294); -x_295 = lean_ctor_get(x_219, 1); -lean_inc(x_295); -lean_dec(x_219); -x_296 = lean_ctor_get(x_170, 5); -lean_inc(x_296); -lean_dec(x_170); -x_297 = 0; -x_298 = lean_box(0); -x_299 = l_Lean_Meta_mkFreshExprMVarAt(x_293, x_206, x_294, x_297, x_298, x_296, x_4, x_5, x_6, x_7, x_295); -x_300 = lean_ctor_get(x_299, 0); +lean_object* x_299; lean_object* x_300; lean_object* x_301; uint8_t x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; +x_299 = lean_ctor_get(x_224, 0); +lean_inc(x_299); +x_300 = lean_ctor_get(x_224, 1); lean_inc(x_300); -x_301 = lean_ctor_get(x_299, 1); +lean_dec(x_224); +x_301 = lean_ctor_get(x_186, 5); lean_inc(x_301); -lean_dec(x_299); -lean_inc(x_300); -x_302 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_300, x_2, x_3, x_4, x_5, x_6, x_7, x_301); +lean_dec(x_186); +x_302 = 0; +x_303 = lean_box(0); +x_304 = l_Lean_Meta_mkFreshExprMVarAt(x_298, x_213, x_299, x_302, x_303, x_301, x_4, x_5, x_6, x_7, x_300); +x_305 = lean_ctor_get(x_304, 0); +lean_inc(x_305); +x_306 = lean_ctor_get(x_304, 1); +lean_inc(x_306); +lean_dec(x_304); +lean_inc(x_305); +x_307 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_305, x_2, x_3, x_4, x_5, x_6, x_7, x_306); 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_303 = lean_ctor_get(x_302, 1); -lean_inc(x_303); -if (lean_is_exclusive(x_302)) { - lean_ctor_release(x_302, 0); - lean_ctor_release(x_302, 1); - x_304 = x_302; +x_308 = lean_ctor_get(x_307, 1); +lean_inc(x_308); +if (lean_is_exclusive(x_307)) { + lean_ctor_release(x_307, 0); + lean_ctor_release(x_307, 1); + x_309 = x_307; } else { - lean_dec_ref(x_302); - x_304 = lean_box(0); + lean_dec_ref(x_307); + x_309 = lean_box(0); } -if (lean_is_scalar(x_304)) { - x_305 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_309)) { + x_310 = lean_alloc_ctor(0, 2, 0); } else { - x_305 = x_304; + x_310 = x_309; } -lean_ctor_set(x_305, 0, x_300); -lean_ctor_set(x_305, 1, x_303); -return x_305; +lean_ctor_set(x_310, 0, x_305); +lean_ctor_set(x_310, 1, x_308); +return x_310; } else { -lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; -lean_dec(x_293); -lean_dec(x_170); +lean_object* x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; +lean_dec(x_298); +lean_dec(x_186); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -40254,95 +42663,95 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_306 = lean_ctor_get(x_219, 0); -lean_inc(x_306); -x_307 = lean_ctor_get(x_219, 1); -lean_inc(x_307); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_308 = x_219; +x_311 = lean_ctor_get(x_224, 0); +lean_inc(x_311); +x_312 = lean_ctor_get(x_224, 1); +lean_inc(x_312); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_313 = x_224; } else { - lean_dec_ref(x_219); - x_308 = lean_box(0); + lean_dec_ref(x_224); + x_313 = lean_box(0); } -if (lean_is_scalar(x_308)) { - x_309 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_313)) { + x_314 = lean_alloc_ctor(1, 2, 0); } else { - x_309 = x_308; + x_314 = x_313; } -lean_ctor_set(x_309, 0, x_306); -lean_ctor_set(x_309, 1, x_307); -return x_309; +lean_ctor_set(x_314, 0, x_311); +lean_ctor_set(x_314, 1, x_312); +return x_314; } } else { -x_220 = x_293; -goto block_257; +x_225 = x_298; +goto block_262; } } } -block_257: +block_262: { -uint8_t x_221; -x_221 = lean_nat_dec_le(x_216, x_216); -if (x_221 == 0) +uint8_t x_226; +x_226 = lean_nat_dec_le(x_221, x_221); +if (x_226 == 0) { +lean_dec(x_221); +lean_dec(x_220); lean_dec(x_216); -lean_dec(x_215); -lean_dec(x_211); -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_224) == 0) { -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; -x_222 = lean_ctor_get(x_219, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_219, 1); -lean_inc(x_223); -lean_dec(x_219); -x_224 = lean_ctor_get(x_170, 5); -lean_inc(x_224); -lean_dec(x_170); -x_225 = 0; -x_226 = lean_box(0); -x_227 = l_Lean_Meta_mkFreshExprMVarAt(x_220, x_206, x_222, x_225, x_226, x_224, x_4, x_5, x_6, x_7, x_223); -x_228 = lean_ctor_get(x_227, 0); +lean_object* x_227; lean_object* x_228; lean_object* x_229; uint8_t 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_227 = lean_ctor_get(x_224, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_224, 1); lean_inc(x_228); -x_229 = lean_ctor_get(x_227, 1); +lean_dec(x_224); +x_229 = lean_ctor_get(x_186, 5); lean_inc(x_229); -lean_dec(x_227); -lean_inc(x_228); -x_230 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_228, x_2, x_3, x_4, x_5, x_6, x_7, x_229); +lean_dec(x_186); +x_230 = 0; +x_231 = lean_box(0); +x_232 = l_Lean_Meta_mkFreshExprMVarAt(x_225, x_213, x_227, x_230, x_231, x_229, x_4, x_5, x_6, x_7, x_228); +x_233 = lean_ctor_get(x_232, 0); +lean_inc(x_233); +x_234 = lean_ctor_get(x_232, 1); +lean_inc(x_234); +lean_dec(x_232); +lean_inc(x_233); +x_235 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_233, x_2, x_3, x_4, x_5, x_6, x_7, x_234); 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_231 = lean_ctor_get(x_230, 1); -lean_inc(x_231); -if (lean_is_exclusive(x_230)) { - lean_ctor_release(x_230, 0); - lean_ctor_release(x_230, 1); - x_232 = x_230; +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_230); - x_232 = lean_box(0); + lean_dec_ref(x_235); + x_237 = lean_box(0); } -if (lean_is_scalar(x_232)) { - x_233 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_237)) { + x_238 = lean_alloc_ctor(0, 2, 0); } else { - x_233 = x_232; + x_238 = x_237; } -lean_ctor_set(x_233, 0, x_228); -lean_ctor_set(x_233, 1, x_231); -return x_233; +lean_ctor_set(x_238, 0, x_233); +lean_ctor_set(x_238, 1, x_236); +return x_238; } else { -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -lean_dec(x_220); -lean_dec(x_170); +lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; +lean_dec(x_225); +lean_dec(x_186); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -40350,90 +42759,90 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_234 = lean_ctor_get(x_219, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_219, 1); -lean_inc(x_235); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_236 = x_219; +x_239 = lean_ctor_get(x_224, 0); +lean_inc(x_239); +x_240 = lean_ctor_get(x_224, 1); +lean_inc(x_240); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_241 = x_224; } else { - lean_dec_ref(x_219); - x_236 = lean_box(0); + lean_dec_ref(x_224); + x_241 = lean_box(0); } -if (lean_is_scalar(x_236)) { - x_237 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_241)) { + x_242 = lean_alloc_ctor(1, 2, 0); } else { - x_237 = x_236; + x_242 = x_241; } -lean_ctor_set(x_237, 0, x_234); -lean_ctor_set(x_237, 1, x_235); -return x_237; +lean_ctor_set(x_242, 0, x_239); +lean_ctor_set(x_242, 1, x_240); +return x_242; } } else { -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_224) == 0) { -lean_object* x_238; lean_object* x_239; size_t x_240; size_t x_241; lean_object* x_242; lean_object* x_243; uint8_t 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; -x_238 = lean_ctor_get(x_219, 0); -lean_inc(x_238); -x_239 = lean_ctor_get(x_219, 1); -lean_inc(x_239); -lean_dec(x_219); -x_240 = 0; -x_241 = lean_usize_of_nat(x_216); -lean_dec(x_216); -x_242 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_211, x_215, x_240, x_241, x_206); -lean_dec(x_215); -lean_dec(x_211); -x_243 = lean_ctor_get(x_170, 5); +lean_object* x_243; lean_object* x_244; size_t x_245; size_t x_246; lean_object* x_247; lean_object* x_248; uint8_t 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; +x_243 = lean_ctor_get(x_224, 0); lean_inc(x_243); -lean_dec(x_170); -x_244 = 0; -x_245 = lean_box(0); -x_246 = l_Lean_Meta_mkFreshExprMVarAt(x_220, x_242, x_238, x_244, x_245, x_243, x_4, x_5, x_6, x_7, x_239); -x_247 = lean_ctor_get(x_246, 0); -lean_inc(x_247); -x_248 = lean_ctor_get(x_246, 1); +x_244 = lean_ctor_get(x_224, 1); +lean_inc(x_244); +lean_dec(x_224); +x_245 = 0; +x_246 = lean_usize_of_nat(x_221); +lean_dec(x_221); +x_247 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91(x_216, x_216, x_220, x_245, x_246, x_213); +lean_dec(x_220); +lean_dec(x_216); +x_248 = lean_ctor_get(x_186, 5); lean_inc(x_248); -lean_dec(x_246); -lean_inc(x_247); -x_249 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_9, x_247, x_2, x_3, x_4, x_5, x_6, x_7, x_248); +lean_dec(x_186); +x_249 = 0; +x_250 = lean_box(0); +x_251 = l_Lean_Meta_mkFreshExprMVarAt(x_225, x_247, x_243, x_249, x_250, x_248, x_4, x_5, x_6, x_7, x_244); +x_252 = lean_ctor_get(x_251, 0); +lean_inc(x_252); +x_253 = lean_ctor_get(x_251, 1); +lean_inc(x_253); +lean_dec(x_251); +lean_inc(x_252); +x_254 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_9, x_252, x_2, x_3, x_4, x_5, x_6, x_7, x_253); 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_250 = lean_ctor_get(x_249, 1); -lean_inc(x_250); -if (lean_is_exclusive(x_249)) { - lean_ctor_release(x_249, 0); - lean_ctor_release(x_249, 1); - x_251 = x_249; +x_255 = lean_ctor_get(x_254, 1); +lean_inc(x_255); +if (lean_is_exclusive(x_254)) { + lean_ctor_release(x_254, 0); + lean_ctor_release(x_254, 1); + x_256 = x_254; } else { - lean_dec_ref(x_249); - x_251 = lean_box(0); + lean_dec_ref(x_254); + x_256 = lean_box(0); } -if (lean_is_scalar(x_251)) { - x_252 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_256)) { + x_257 = lean_alloc_ctor(0, 2, 0); } else { - x_252 = x_251; + x_257 = x_256; } -lean_ctor_set(x_252, 0, x_247); -lean_ctor_set(x_252, 1, x_250); -return x_252; +lean_ctor_set(x_257, 0, x_252); +lean_ctor_set(x_257, 1, x_255); +return x_257; } else { -lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; +lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; +lean_dec(x_225); +lean_dec(x_221); lean_dec(x_220); lean_dec(x_216); -lean_dec(x_215); -lean_dec(x_211); -lean_dec(x_170); +lean_dec(x_186); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -40441,26 +42850,26 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_253 = lean_ctor_get(x_219, 0); -lean_inc(x_253); -x_254 = lean_ctor_get(x_219, 1); -lean_inc(x_254); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_255 = x_219; +x_258 = lean_ctor_get(x_224, 0); +lean_inc(x_258); +x_259 = lean_ctor_get(x_224, 1); +lean_inc(x_259); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_260 = x_224; } else { - lean_dec_ref(x_219); - x_255 = lean_box(0); + lean_dec_ref(x_224); + x_260 = lean_box(0); } -if (lean_is_scalar(x_255)) { - x_256 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_260)) { + x_261 = lean_alloc_ctor(1, 2, 0); } else { - x_256 = x_255; + x_261 = x_260; } -lean_ctor_set(x_256, 0, x_253); -lean_ctor_set(x_256, 1, x_254); -return x_256; +lean_ctor_set(x_261, 0, x_258); +lean_ctor_set(x_261, 1, x_259); +return x_261; } } } @@ -40469,79 +42878,71 @@ return x_256; } else { -lean_object* x_310; -lean_dec(x_174); -lean_dec(x_173); -lean_dec(x_171); -lean_dec(x_170); -x_310 = lean_box(0); -x_180 = x_310; -goto block_196; -} -} -block_196: -{ -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_dec(x_180); -x_181 = l_Lean_Expr_mvar___override(x_9); -x_182 = l_Lean_MessageData_ofExpr(x_181); -x_183 = l_Lean_Meta_CheckAssignment_checkMVar___closed__2; -x_184 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_183, x_2, x_3, x_4, x_5, x_6, x_7, x_178); -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -x_186 = lean_unbox(x_185); -lean_dec(x_185); -if (x_186 == 0) +lean_object* x_321; lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_325; uint8_t x_326; +lean_dec(x_190); +lean_dec(x_189); +lean_dec(x_187); +lean_dec(x_186); +x_321 = l_Lean_Expr_mvar___override(x_9); +x_322 = l_Lean_MessageData_ofExpr(x_321); +x_323 = l_Lean_Meta_CheckAssignment_checkMVar___closed__2; +x_324 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_323, x_2, x_3, x_4, x_5, x_6, x_7, x_194); +x_325 = lean_ctor_get(x_324, 0); +lean_inc(x_325); +x_326 = lean_unbox(x_325); +lean_dec(x_325); +if (x_326 == 0) { -lean_object* x_187; lean_object* x_188; -lean_dec(x_182); +lean_object* x_327; lean_object* x_328; +lean_dec(x_322); 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_187 = lean_ctor_get(x_184, 1); -lean_inc(x_187); -lean_dec(x_184); -x_188 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_187); -return x_188; +x_327 = lean_ctor_get(x_324, 1); +lean_inc(x_327); +lean_dec(x_324); +x_328 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_327); +return x_328; } 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; lean_object* x_195; -x_189 = lean_ctor_get(x_184, 1); -lean_inc(x_189); -lean_dec(x_184); +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; +x_329 = lean_ctor_get(x_324, 1); +lean_inc(x_329); +lean_dec(x_324); lean_inc(x_2); -x_190 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_182, x_2, x_3, x_4, x_5, x_6, x_7, x_189); -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_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_183, x_191, x_2, x_3, x_4, x_5, x_6, x_7, x_192); +x_330 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_322, x_2, x_3, x_4, x_5, x_6, x_7, x_329); +x_331 = lean_ctor_get(x_330, 0); +lean_inc(x_331); +x_332 = lean_ctor_get(x_330, 1); +lean_inc(x_332); +lean_dec(x_330); +x_333 = l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_323, x_331, x_2, x_3, x_4, x_5, x_6, x_7, x_332); 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_194 = lean_ctor_get(x_193, 1); -lean_inc(x_194); -lean_dec(x_193); -x_195 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_194); -return x_195; +x_334 = lean_ctor_get(x_333, 1); +lean_inc(x_334); +lean_dec(x_333); +x_335 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_334); +return x_335; +} } } } else { -lean_object* x_311; -lean_dec(x_174); -lean_dec(x_173); -lean_dec(x_171); -lean_dec(x_170); +lean_object* x_343; +lean_dec(x_190); +lean_dec(x_189); +lean_dec(x_187); +lean_dec(x_186); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -40549,16 +42950,16 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_311 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_311, 0, x_1); -lean_ctor_set(x_311, 1, x_169); -return x_311; +x_343 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_343, 0, x_1); +lean_ctor_set(x_343, 1, x_185); +return x_343; } } } else { -lean_object* x_312; lean_object* x_313; +lean_object* x_344; lean_object* x_345; lean_dec(x_16); lean_dec(x_9); lean_dec(x_7); @@ -40568,81 +42969,81 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_312 = lean_ctor_get(x_15, 1); -lean_inc(x_312); +x_344 = lean_ctor_get(x_15, 1); +lean_inc(x_344); lean_dec(x_15); -x_313 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_312); -return x_313; +x_345 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_344); +return x_345; } } } else { -lean_object* x_314; lean_object* x_315; lean_object* x_316; +lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_dec(x_9); lean_dec(x_1); -x_314 = lean_ctor_get(x_12, 1); -lean_inc(x_314); +x_346 = lean_ctor_get(x_12, 1); +lean_inc(x_346); lean_dec(x_12); -x_315 = lean_ctor_get(x_13, 0); -lean_inc(x_315); +x_347 = lean_ctor_get(x_13, 0); +lean_inc(x_347); lean_dec(x_13); -x_316 = l_Lean_Meta_CheckAssignment_check(x_315, x_2, x_3, x_4, x_5, x_6, x_7, x_314); -return x_316; +x_348 = l_Lean_Meta_CheckAssignment_check(x_347, x_2, x_3, x_4, x_5, x_6, x_7, x_346); +return x_348; } } else { -lean_object* x_317; lean_object* x_318; lean_object* x_319; uint8_t x_320; +lean_object* x_349; lean_object* x_350; lean_object* x_351; uint8_t x_352; lean_dec(x_9); lean_dec(x_1); -x_317 = l_Lean_Meta_CheckAssignment_checkMVar___closed__4; -x_318 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_317, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -x_319 = lean_ctor_get(x_318, 0); -lean_inc(x_319); -x_320 = lean_unbox(x_319); -lean_dec(x_319); -if (x_320 == 0) +x_349 = l_Lean_Meta_CheckAssignment_checkMVar___closed__4; +x_350 = l_Lean_isTracingEnabledFor___at_Lean_Meta_CheckAssignment_checkFVar___spec__3(x_349, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_351 = lean_ctor_get(x_350, 0); +lean_inc(x_351); +x_352 = lean_unbox(x_351); +lean_dec(x_351); +if (x_352 == 0) { -lean_object* x_321; lean_object* x_322; +lean_object* x_353; lean_object* x_354; 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_321 = lean_ctor_get(x_318, 1); -lean_inc(x_321); -lean_dec(x_318); -x_322 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_321); -return x_322; +x_353 = lean_ctor_get(x_350, 1); +lean_inc(x_353); +lean_dec(x_350); +x_354 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_353); +return x_354; } else { -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; -x_323 = lean_ctor_get(x_318, 1); -lean_inc(x_323); -lean_dec(x_318); -x_324 = l_Lean_Meta_CheckAssignment_checkMVar___closed__7; +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; +x_355 = lean_ctor_get(x_350, 1); +lean_inc(x_355); +lean_dec(x_350); +x_356 = l_Lean_Meta_CheckAssignment_checkMVar___closed__7; lean_inc(x_2); -x_325 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_324, x_2, x_3, x_4, x_5, x_6, x_7, x_323); -x_326 = lean_ctor_get(x_325, 0); -lean_inc(x_326); -x_327 = lean_ctor_get(x_325, 1); -lean_inc(x_327); -lean_dec(x_325); -x_328 = l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_317, x_326, x_2, x_3, x_4, x_5, x_6, x_7, x_327); +x_357 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo(x_356, x_2, x_3, x_4, x_5, x_6, x_7, x_355); +x_358 = lean_ctor_get(x_357, 0); +lean_inc(x_358); +x_359 = lean_ctor_get(x_357, 1); +lean_inc(x_359); +lean_dec(x_357); +x_360 = l_Lean_addTrace___at_Lean_Meta_CheckAssignment_checkFVar___spec__4(x_349, x_358, x_2, x_3, x_4, x_5, x_6, x_7, x_359); 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_329 = lean_ctor_get(x_328, 1); -lean_inc(x_329); -lean_dec(x_328); -x_330 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_329); -return x_330; +x_361 = lean_ctor_get(x_360, 1); +lean_inc(x_361); +lean_dec(x_360); +x_362 = l_Lean_Meta_CheckAssignment_throwCheckAssignmentFailure___rarg(x_361); +return x_362; } } } @@ -40775,7 +43176,56 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__7___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9___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; uint8_t x_7; lean_object* x_8; @@ -40783,23 +43233,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__5(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__2(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__15___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; uint8_t x_7; lean_object* x_8; @@ -40807,14 +43285,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__8(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16___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; uint8_t x_7; lean_object* x_8; @@ -40822,24 +43300,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__9(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__7(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17___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; uint8_t x_7; lean_object* x_8; @@ -40847,51 +43325,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__6(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__4(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__3(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__10(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__13(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__23___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; uint8_t x_7; lean_object* x_8; @@ -40899,14 +43377,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__16(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24___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; uint8_t x_7; lean_object* x_8; @@ -40914,24 +43392,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__17(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__15(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25___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; uint8_t x_7; lean_object* x_8; @@ -40939,51 +43417,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__14(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__12(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__11(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__18(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__21(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__31___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; uint8_t x_7; lean_object* x_8; @@ -40991,14 +43469,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__24(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32___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; uint8_t x_7; lean_object* x_8; @@ -41006,24 +43484,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__25(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__23(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33___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; uint8_t x_7; lean_object* x_8; @@ -41031,51 +43509,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__22(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__20(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__19(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__26(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__36___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__29(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__39___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; uint8_t x_7; lean_object* x_8; @@ -41083,14 +43561,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__32(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40___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; uint8_t x_7; lean_object* x_8; @@ -41098,24 +43576,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__33(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__31(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41___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; uint8_t x_7; lean_object* x_8; @@ -41123,51 +43601,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__30(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__28___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__28(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__27(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__34(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__37(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__47___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; uint8_t x_7; lean_object* x_8; @@ -41175,14 +43653,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__40(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48___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; uint8_t x_7; lean_object* x_8; @@ -41190,24 +43668,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__41(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__39(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49___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; uint8_t x_7; lean_object* x_8; @@ -41215,51 +43693,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__38(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__36(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__35(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__42(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__45(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__55___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; uint8_t x_7; lean_object* x_8; @@ -41267,14 +43745,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__48(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___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; uint8_t x_7; lean_object* x_8; @@ -41282,24 +43760,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__49(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__47(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__57___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; uint8_t x_7; lean_object* x_8; @@ -41307,258 +43785,471 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__46(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__44___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__51___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__44(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__50(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__43(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__55___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_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__63___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_15 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__55(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__64___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__65___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_1, x_2, x_5, x_6); lean_dec(x_2); -return x_16; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__59___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_CheckAssignment_checkMVar___spec__68(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__71___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__71(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__72___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__72(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__70___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__70(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__73___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__73(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_CheckAssignment_checkMVar___spec__69(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_CheckAssignment_checkMVar___spec__67(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignment_checkMVar___spec__74(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__79___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__79(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +return x_17; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___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: +{ +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80(x_1, x_2, x_3, x_4, x_15, 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_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54___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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78___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_12; -x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__54(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_2); -return x_12; +lean_object* x_13; +x_13 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__78(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_1); +return x_13; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__57(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__81(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__82___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__58(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__82(x_1, x_2, x_3, x_4, x_15, 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_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__59(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__83(x_1, x_2, x_3, x_4, x_15, 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_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__84___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__60(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__84(x_1, x_2, x_3, x_4, x_15, 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_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__62___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__86___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__62(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__86(x_1, x_2, x_3, x_4, x_15, x_16, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__87___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__63(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__87(x_1, x_2, x_3, x_4, x_15, 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_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61___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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85___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_12; -x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__61(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_2); -return x_12; +lean_object* x_13; +x_13 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__85(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_1); +return x_13; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88___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: { -size_t x_14; size_t x_15; lean_object* x_16; -x_14 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_15; size_t x_16; lean_object* x_17; x_15 = lean_unbox_usize(x_5); lean_dec(x_5); -x_16 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__64(x_1, x_2, x_3, x_14, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__88(x_1, x_2, x_3, x_4, x_15, 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_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_7); +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -return x_16; +lean_dec(x_1); +return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__52___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_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__76___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_13; -x_13 = l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__52(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_object* x_14; +x_14 = l_Lean_PersistentArray_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__76(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); +lean_dec(x_1); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__51___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_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75___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_13; -x_13 = l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__51(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_object* x_14; +x_14 = l_Lean_LocalContext_foldlM___at_Lean_Meta_CheckAssignment_checkMVar___spec__75(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); +lean_dec(x_1); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65___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_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89___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_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__65(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_MVarId_assign___at_Lean_Meta_CheckAssignment_checkMVar___spec__89(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -41568,21 +44259,37 @@ lean_dec(x_3); return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66___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_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___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_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__66(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__90___at_Lean_Meta_CheckAssignment_checkMVar___spec__91(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__67___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_CheckAssignment_checkMVar___spec__92___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; @@ -41590,7 +44297,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_Meta_CheckAssignment_checkMVar___spec__67(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__92(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -41668,40 +44375,38 @@ return x_13; LEAN_EXPORT uint8_t l_Lean_Meta_CheckAssignmentQuick_check_visit(uint8_t x_1, 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_75; -x_75 = l_Lean_Expr_hasExprMVar(x_7); -if (x_75 == 0) -{ -uint8_t x_76; -x_76 = l_Lean_Expr_hasFVar(x_7); +uint8_t x_8; uint8_t x_76; +x_76 = l_Lean_Expr_hasExprMVar(x_7); if (x_76 == 0) { uint8_t x_77; -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_77 = 1; -return x_77; +x_77 = l_Lean_Expr_hasFVar(x_7); +if (x_77 == 0) +{ +uint8_t x_78; +x_78 = 1; +x_8 = x_78; +goto block_75; } else { -lean_object* x_78; -x_78 = lean_box(0); -x_8 = x_78; -goto block_74; +uint8_t x_79; +x_79 = 0; +x_8 = x_79; +goto block_75; } } else { -lean_object* x_79; -x_79 = lean_box(0); -x_8 = x_79; -goto block_74; +uint8_t x_80; +x_80 = 0; +x_8 = x_80; +goto block_75; } -block_74: +block_75: +{ +if (x_8 == 0) { -lean_dec(x_8); switch (lean_obj_tag(x_7)) { case 1: { @@ -42058,6 +44763,17 @@ return x_73; } } } +else +{ +uint8_t x_74; +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_74 = 1; +return x_74; +} +} } } LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_CheckAssignmentQuick_check_visit___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -42395,737 +45111,754 @@ return x_45; LEAN_EXPORT lean_object* l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___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) { _start: { -uint8_t x_9; -x_9 = l_Lean_Expr_hasExprMVar(x_2); -if (x_9 == 0) +uint8_t x_9; uint8_t x_166; +x_166 = l_Lean_Expr_hasExprMVar(x_2); +if (x_166 == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; -lean_dec(x_2); -x_10 = l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___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_3); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_8); -return x_12; +uint8_t x_167; +x_167 = 1; +x_9 = x_167; +goto block_165; } else { -uint8_t x_13; +uint8_t x_168; +x_168 = 0; +x_9 = x_168; +goto block_165; +} +block_165: +{ +if (x_9 == 0) +{ +uint8_t x_10; lean_inc(x_2); lean_inc(x_3); -x_13 = l_Lean_HashSetImp_contains___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__1(x_3, x_2); -if (x_13 == 0) +x_10 = l_Lean_HashSetImp_contains___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__1(x_3, x_2); +if (x_10 == 0) { -lean_object* x_14; +lean_object* x_11; lean_inc(x_2); -x_14 = l_Lean_HashSetImp_insert___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__3(x_3, x_2); +x_11 = l_Lean_HashSetImp_insert___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__3(x_3, x_2); switch (lean_obj_tag(x_2)) { case 2: { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_2, 0); -lean_inc(x_15); +lean_object* x_12; lean_object* x_13; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); lean_dec(x_2); -x_16 = l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3(x_1, x_15, x_14, x_4, x_5, x_6, x_7, x_8); -return x_16; +x_13 = l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3(x_1, x_12, x_11, x_4, x_5, x_6, x_7, x_8); +return x_13; } case 5: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_2, 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_2, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_2, 1); +lean_inc(x_15); +lean_dec(x_2); +x_16 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_14, x_11, x_4, x_5, x_6, x_7, x_8); +x_17 = lean_ctor_get(x_16, 0); lean_inc(x_17); -x_18 = lean_ctor_get(x_2, 1); +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -lean_dec(x_2); -x_19 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_17, x_14, x_4, x_5, x_6, x_7, x_8); -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -if (lean_obj_tag(x_21) == 0) +if (lean_obj_tag(x_18) == 0) { -uint8_t x_22; -lean_dec(x_18); -x_22 = !lean_is_exclusive(x_19); -if (x_22 == 0) +uint8_t x_19; +lean_dec(x_15); +x_19 = !lean_is_exclusive(x_16); +if (x_19 == 0) { -lean_object* x_23; uint8_t x_24; -x_23 = lean_ctor_get(x_19, 0); -lean_dec(x_23); -x_24 = !lean_is_exclusive(x_20); -if (x_24 == 0) +lean_object* x_20; uint8_t x_21; +x_20 = lean_ctor_get(x_16, 0); +lean_dec(x_20); +x_21 = !lean_is_exclusive(x_17); +if (x_21 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_20, 0); -lean_dec(x_25); -x_26 = !lean_is_exclusive(x_21); -if (x_26 == 0) +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_17, 0); +lean_dec(x_22); +x_23 = !lean_is_exclusive(x_18); +if (x_23 == 0) { -return x_19; +return x_16; } else { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_21, 0); -lean_inc(x_27); -lean_dec(x_21); -x_28 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_20, 0, x_28); -return x_19; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_18, 0); +lean_inc(x_24); +lean_dec(x_18); +x_25 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_17, 0, x_25); +return x_16; } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_29 = lean_ctor_get(x_20, 1); -lean_inc(x_29); -lean_dec(x_20); -x_30 = lean_ctor_get(x_21, 0); -lean_inc(x_30); -if (lean_is_exclusive(x_21)) { - lean_ctor_release(x_21, 0); - x_31 = x_21; +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_17, 1); +lean_inc(x_26); +lean_dec(x_17); +x_27 = lean_ctor_get(x_18, 0); +lean_inc(x_27); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + x_28 = x_18; } else { - lean_dec_ref(x_21); - x_31 = lean_box(0); + lean_dec_ref(x_18); + x_28 = lean_box(0); } -if (lean_is_scalar(x_31)) { - x_32 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_28)) { + x_29 = lean_alloc_ctor(0, 1, 0); } else { - x_32 = x_31; + x_29 = x_28; } -lean_ctor_set(x_32, 0, x_30); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_29); -lean_ctor_set(x_19, 0, x_33); -return x_19; +lean_ctor_set(x_29, 0, x_27); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_26); +lean_ctor_set(x_16, 0, x_30); +return x_16; } } 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; lean_object* x_40; lean_object* x_41; -x_34 = lean_ctor_get(x_19, 1); -lean_inc(x_34); -lean_dec(x_19); -x_35 = lean_ctor_get(x_20, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_20)) { - lean_ctor_release(x_20, 0); - lean_ctor_release(x_20, 1); - x_36 = x_20; +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; +x_31 = lean_ctor_get(x_16, 1); +lean_inc(x_31); +lean_dec(x_16); +x_32 = lean_ctor_get(x_17, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_17)) { + lean_ctor_release(x_17, 0); + lean_ctor_release(x_17, 1); + x_33 = x_17; } else { - lean_dec_ref(x_20); - x_36 = lean_box(0); + lean_dec_ref(x_17); + x_33 = lean_box(0); } -x_37 = lean_ctor_get(x_21, 0); -lean_inc(x_37); -if (lean_is_exclusive(x_21)) { - lean_ctor_release(x_21, 0); - x_38 = x_21; +x_34 = lean_ctor_get(x_18, 0); +lean_inc(x_34); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + x_35 = x_18; } else { - lean_dec_ref(x_21); - x_38 = lean_box(0); + lean_dec_ref(x_18); + x_35 = lean_box(0); } -if (lean_is_scalar(x_38)) { - x_39 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_35)) { + x_36 = lean_alloc_ctor(0, 1, 0); } else { - x_39 = x_38; + x_36 = x_35; } -lean_ctor_set(x_39, 0, x_37); -if (lean_is_scalar(x_36)) { - x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_34); +if (lean_is_scalar(x_33)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_40 = x_36; + x_37 = x_33; } -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_35); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_34); -return x_41; +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_32); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_31); +return x_38; } } else { -lean_object* x_42; lean_object* x_43; -lean_dec(x_21); -x_42 = lean_ctor_get(x_19, 1); -lean_inc(x_42); -lean_dec(x_19); -x_43 = lean_ctor_get(x_20, 1); -lean_inc(x_43); -lean_dec(x_20); -x_2 = x_18; -x_3 = x_43; -x_8 = x_42; +lean_object* x_39; lean_object* x_40; +lean_dec(x_18); +x_39 = lean_ctor_get(x_16, 1); +lean_inc(x_39); +lean_dec(x_16); +x_40 = lean_ctor_get(x_17, 1); +lean_inc(x_40); +lean_dec(x_17); +x_2 = x_15; +x_3 = x_40; +x_8 = x_39; goto _start; } } case 6: { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_45 = lean_ctor_get(x_2, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +x_44 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_42, x_11, x_4, x_5, x_6, x_7, x_8); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -x_46 = lean_ctor_get(x_2, 2); +x_46 = lean_ctor_get(x_45, 0); lean_inc(x_46); -lean_dec(x_2); -x_47 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_45, x_14, x_4, x_5, x_6, x_7, x_8); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -if (lean_obj_tag(x_49) == 0) +if (lean_obj_tag(x_46) == 0) { -uint8_t x_50; -lean_dec(x_46); -x_50 = !lean_is_exclusive(x_47); -if (x_50 == 0) +uint8_t x_47; +lean_dec(x_43); +x_47 = !lean_is_exclusive(x_44); +if (x_47 == 0) { -lean_object* x_51; uint8_t x_52; -x_51 = lean_ctor_get(x_47, 0); -lean_dec(x_51); -x_52 = !lean_is_exclusive(x_48); -if (x_52 == 0) +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_44, 0); +lean_dec(x_48); +x_49 = !lean_is_exclusive(x_45); +if (x_49 == 0) { -lean_object* x_53; uint8_t x_54; -x_53 = lean_ctor_get(x_48, 0); -lean_dec(x_53); -x_54 = !lean_is_exclusive(x_49); -if (x_54 == 0) +lean_object* x_50; uint8_t x_51; +x_50 = lean_ctor_get(x_45, 0); +lean_dec(x_50); +x_51 = !lean_is_exclusive(x_46); +if (x_51 == 0) { -return x_47; +return x_44; } else { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_49, 0); -lean_inc(x_55); -lean_dec(x_49); -x_56 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_48, 0, x_56); -return x_47; +lean_object* x_52; lean_object* x_53; +x_52 = lean_ctor_get(x_46, 0); +lean_inc(x_52); +lean_dec(x_46); +x_53 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_45, 0, x_53); +return x_44; } } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_57 = lean_ctor_get(x_48, 1); -lean_inc(x_57); -lean_dec(x_48); -x_58 = lean_ctor_get(x_49, 0); -lean_inc(x_58); -if (lean_is_exclusive(x_49)) { - lean_ctor_release(x_49, 0); - x_59 = x_49; +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_54 = lean_ctor_get(x_45, 1); +lean_inc(x_54); +lean_dec(x_45); +x_55 = lean_ctor_get(x_46, 0); +lean_inc(x_55); +if (lean_is_exclusive(x_46)) { + lean_ctor_release(x_46, 0); + x_56 = x_46; } else { - lean_dec_ref(x_49); - x_59 = lean_box(0); + lean_dec_ref(x_46); + x_56 = lean_box(0); } -if (lean_is_scalar(x_59)) { - x_60 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_56)) { + x_57 = lean_alloc_ctor(0, 1, 0); } else { - x_60 = x_59; + x_57 = x_56; } -lean_ctor_set(x_60, 0, x_58); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_57); -lean_ctor_set(x_47, 0, x_61); -return x_47; +lean_ctor_set(x_57, 0, x_55); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_54); +lean_ctor_set(x_44, 0, x_58); +return x_44; } } 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; -x_62 = lean_ctor_get(x_47, 1); -lean_inc(x_62); -lean_dec(x_47); -x_63 = lean_ctor_get(x_48, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_48)) { - lean_ctor_release(x_48, 0); - lean_ctor_release(x_48, 1); - x_64 = x_48; +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; +x_59 = lean_ctor_get(x_44, 1); +lean_inc(x_59); +lean_dec(x_44); +x_60 = lean_ctor_get(x_45, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_45)) { + lean_ctor_release(x_45, 0); + lean_ctor_release(x_45, 1); + x_61 = x_45; } else { - lean_dec_ref(x_48); - x_64 = lean_box(0); + lean_dec_ref(x_45); + x_61 = lean_box(0); } -x_65 = lean_ctor_get(x_49, 0); -lean_inc(x_65); -if (lean_is_exclusive(x_49)) { - lean_ctor_release(x_49, 0); - x_66 = x_49; +x_62 = lean_ctor_get(x_46, 0); +lean_inc(x_62); +if (lean_is_exclusive(x_46)) { + lean_ctor_release(x_46, 0); + x_63 = x_46; } else { - lean_dec_ref(x_49); - x_66 = lean_box(0); + lean_dec_ref(x_46); + x_63 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_63)) { + x_64 = lean_alloc_ctor(0, 1, 0); } else { - x_67 = x_66; + x_64 = x_63; } -lean_ctor_set(x_67, 0, x_65); -if (lean_is_scalar(x_64)) { - x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_62); +if (lean_is_scalar(x_61)) { + x_65 = lean_alloc_ctor(0, 2, 0); } else { - x_68 = x_64; + x_65 = x_61; } -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_63); -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; +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_60); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_59); +return x_66; } } else { -lean_object* x_70; lean_object* x_71; -lean_dec(x_49); -x_70 = lean_ctor_get(x_47, 1); -lean_inc(x_70); -lean_dec(x_47); -x_71 = lean_ctor_get(x_48, 1); -lean_inc(x_71); -lean_dec(x_48); -x_2 = x_46; -x_3 = x_71; -x_8 = x_70; +lean_object* x_67; lean_object* x_68; +lean_dec(x_46); +x_67 = lean_ctor_get(x_44, 1); +lean_inc(x_67); +lean_dec(x_44); +x_68 = lean_ctor_get(x_45, 1); +lean_inc(x_68); +lean_dec(x_45); +x_2 = x_43; +x_3 = x_68; +x_8 = x_67; goto _start; } } case 7: { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_73 = lean_ctor_get(x_2, 1); +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_70 = lean_ctor_get(x_2, 1); +lean_inc(x_70); +x_71 = lean_ctor_get(x_2, 2); +lean_inc(x_71); +lean_dec(x_2); +x_72 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_70, x_11, x_4, x_5, x_6, x_7, x_8); +x_73 = lean_ctor_get(x_72, 0); lean_inc(x_73); -x_74 = lean_ctor_get(x_2, 2); +x_74 = lean_ctor_get(x_73, 0); lean_inc(x_74); -lean_dec(x_2); -x_75 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_73, x_14, x_4, x_5, x_6, x_7, x_8); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_76, 0); -lean_inc(x_77); -if (lean_obj_tag(x_77) == 0) +if (lean_obj_tag(x_74) == 0) { -uint8_t x_78; -lean_dec(x_74); -x_78 = !lean_is_exclusive(x_75); -if (x_78 == 0) +uint8_t x_75; +lean_dec(x_71); +x_75 = !lean_is_exclusive(x_72); +if (x_75 == 0) { -lean_object* x_79; uint8_t x_80; -x_79 = lean_ctor_get(x_75, 0); -lean_dec(x_79); -x_80 = !lean_is_exclusive(x_76); -if (x_80 == 0) +lean_object* x_76; uint8_t x_77; +x_76 = lean_ctor_get(x_72, 0); +lean_dec(x_76); +x_77 = !lean_is_exclusive(x_73); +if (x_77 == 0) { -lean_object* x_81; uint8_t x_82; -x_81 = lean_ctor_get(x_76, 0); -lean_dec(x_81); -x_82 = !lean_is_exclusive(x_77); -if (x_82 == 0) +lean_object* x_78; uint8_t x_79; +x_78 = lean_ctor_get(x_73, 0); +lean_dec(x_78); +x_79 = !lean_is_exclusive(x_74); +if (x_79 == 0) { -return x_75; +return x_72; } else { -lean_object* x_83; lean_object* x_84; -x_83 = lean_ctor_get(x_77, 0); -lean_inc(x_83); -lean_dec(x_77); -x_84 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_76, 0, x_84); -return x_75; +lean_object* x_80; lean_object* x_81; +x_80 = lean_ctor_get(x_74, 0); +lean_inc(x_80); +lean_dec(x_74); +x_81 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_73, 0, x_81); +return x_72; } } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_85 = lean_ctor_get(x_76, 1); -lean_inc(x_85); -lean_dec(x_76); -x_86 = lean_ctor_get(x_77, 0); -lean_inc(x_86); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - x_87 = x_77; +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_82 = lean_ctor_get(x_73, 1); +lean_inc(x_82); +lean_dec(x_73); +x_83 = lean_ctor_get(x_74, 0); +lean_inc(x_83); +if (lean_is_exclusive(x_74)) { + lean_ctor_release(x_74, 0); + x_84 = x_74; } else { - lean_dec_ref(x_77); - x_87 = lean_box(0); + lean_dec_ref(x_74); + x_84 = lean_box(0); } -if (lean_is_scalar(x_87)) { - x_88 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_84)) { + x_85 = lean_alloc_ctor(0, 1, 0); } else { - x_88 = x_87; + x_85 = x_84; } -lean_ctor_set(x_88, 0, x_86); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_85); -lean_ctor_set(x_75, 0, x_89); -return x_75; +lean_ctor_set(x_85, 0, x_83); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_82); +lean_ctor_set(x_72, 0, x_86); +return x_72; } } 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; -x_90 = lean_ctor_get(x_75, 1); -lean_inc(x_90); -lean_dec(x_75); -x_91 = lean_ctor_get(x_76, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_76)) { - lean_ctor_release(x_76, 0); - lean_ctor_release(x_76, 1); - x_92 = x_76; +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; +x_87 = lean_ctor_get(x_72, 1); +lean_inc(x_87); +lean_dec(x_72); +x_88 = lean_ctor_get(x_73, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_73)) { + lean_ctor_release(x_73, 0); + lean_ctor_release(x_73, 1); + x_89 = x_73; } else { - lean_dec_ref(x_76); - x_92 = lean_box(0); + lean_dec_ref(x_73); + x_89 = lean_box(0); } -x_93 = lean_ctor_get(x_77, 0); -lean_inc(x_93); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - x_94 = x_77; +x_90 = lean_ctor_get(x_74, 0); +lean_inc(x_90); +if (lean_is_exclusive(x_74)) { + lean_ctor_release(x_74, 0); + x_91 = x_74; } else { - lean_dec_ref(x_77); - x_94 = lean_box(0); + lean_dec_ref(x_74); + x_91 = lean_box(0); } -if (lean_is_scalar(x_94)) { - x_95 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_91)) { + x_92 = lean_alloc_ctor(0, 1, 0); } else { - x_95 = x_94; + x_92 = x_91; } -lean_ctor_set(x_95, 0, x_93); -if (lean_is_scalar(x_92)) { - x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_92, 0, x_90); +if (lean_is_scalar(x_89)) { + x_93 = lean_alloc_ctor(0, 2, 0); } else { - x_96 = x_92; + x_93 = x_89; } -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_91); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_90); -return x_97; +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_88); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_87); +return x_94; } } else { -lean_object* x_98; lean_object* x_99; -lean_dec(x_77); -x_98 = lean_ctor_get(x_75, 1); -lean_inc(x_98); -lean_dec(x_75); -x_99 = lean_ctor_get(x_76, 1); -lean_inc(x_99); -lean_dec(x_76); -x_2 = x_74; -x_3 = x_99; -x_8 = x_98; +lean_object* x_95; lean_object* x_96; +lean_dec(x_74); +x_95 = lean_ctor_get(x_72, 1); +lean_inc(x_95); +lean_dec(x_72); +x_96 = lean_ctor_get(x_73, 1); +lean_inc(x_96); +lean_dec(x_73); +x_2 = x_71; +x_3 = x_96; +x_8 = x_95; goto _start; } } case 8: { -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_101 = lean_ctor_get(x_2, 1); -lean_inc(x_101); -x_102 = lean_ctor_get(x_2, 2); +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_98 = lean_ctor_get(x_2, 1); +lean_inc(x_98); +x_99 = lean_ctor_get(x_2, 2); +lean_inc(x_99); +x_100 = lean_ctor_get(x_2, 3); +lean_inc(x_100); +lean_dec(x_2); +x_101 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_98, x_11, x_4, x_5, x_6, x_7, x_8); +x_102 = lean_ctor_get(x_101, 0); lean_inc(x_102); -x_103 = lean_ctor_get(x_2, 3); +x_103 = lean_ctor_get(x_102, 0); lean_inc(x_103); -lean_dec(x_2); -x_104 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_101, x_14, x_4, x_5, x_6, x_7, x_8); -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_105, 0); -lean_inc(x_106); -if (lean_obj_tag(x_106) == 0) +if (lean_obj_tag(x_103) == 0) { -uint8_t x_107; -lean_dec(x_103); -lean_dec(x_102); -x_107 = !lean_is_exclusive(x_104); -if (x_107 == 0) +uint8_t x_104; +lean_dec(x_100); +lean_dec(x_99); +x_104 = !lean_is_exclusive(x_101); +if (x_104 == 0) { -lean_object* x_108; uint8_t x_109; -x_108 = lean_ctor_get(x_104, 0); -lean_dec(x_108); -x_109 = !lean_is_exclusive(x_105); -if (x_109 == 0) +lean_object* x_105; uint8_t x_106; +x_105 = lean_ctor_get(x_101, 0); +lean_dec(x_105); +x_106 = !lean_is_exclusive(x_102); +if (x_106 == 0) { -lean_object* x_110; uint8_t x_111; -x_110 = lean_ctor_get(x_105, 0); -lean_dec(x_110); -x_111 = !lean_is_exclusive(x_106); -if (x_111 == 0) +lean_object* x_107; uint8_t x_108; +x_107 = lean_ctor_get(x_102, 0); +lean_dec(x_107); +x_108 = !lean_is_exclusive(x_103); +if (x_108 == 0) { -return x_104; +return x_101; } else { -lean_object* x_112; lean_object* x_113; -x_112 = lean_ctor_get(x_106, 0); -lean_inc(x_112); -lean_dec(x_106); -x_113 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_105, 0, x_113); -return x_104; +lean_object* x_109; lean_object* x_110; +x_109 = lean_ctor_get(x_103, 0); +lean_inc(x_109); +lean_dec(x_103); +x_110 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_102, 0, x_110); +return x_101; } } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_114 = lean_ctor_get(x_105, 1); -lean_inc(x_114); -lean_dec(x_105); -x_115 = lean_ctor_get(x_106, 0); -lean_inc(x_115); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - x_116 = x_106; +lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_111 = lean_ctor_get(x_102, 1); +lean_inc(x_111); +lean_dec(x_102); +x_112 = lean_ctor_get(x_103, 0); +lean_inc(x_112); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + x_113 = x_103; } else { - lean_dec_ref(x_106); - x_116 = lean_box(0); + lean_dec_ref(x_103); + x_113 = lean_box(0); } -if (lean_is_scalar(x_116)) { - x_117 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_113)) { + x_114 = lean_alloc_ctor(0, 1, 0); } else { - x_117 = x_116; + x_114 = x_113; } -lean_ctor_set(x_117, 0, x_115); -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_114); -lean_ctor_set(x_104, 0, x_118); -return x_104; +lean_ctor_set(x_114, 0, x_112); +x_115 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_115, 1, x_111); +lean_ctor_set(x_101, 0, x_115); +return x_101; } } 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; -x_119 = lean_ctor_get(x_104, 1); -lean_inc(x_119); -lean_dec(x_104); -x_120 = lean_ctor_get(x_105, 1); -lean_inc(x_120); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_121 = x_105; +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; +x_116 = lean_ctor_get(x_101, 1); +lean_inc(x_116); +lean_dec(x_101); +x_117 = lean_ctor_get(x_102, 1); +lean_inc(x_117); +if (lean_is_exclusive(x_102)) { + lean_ctor_release(x_102, 0); + lean_ctor_release(x_102, 1); + x_118 = x_102; } else { - lean_dec_ref(x_105); - x_121 = lean_box(0); + lean_dec_ref(x_102); + x_118 = lean_box(0); } -x_122 = lean_ctor_get(x_106, 0); -lean_inc(x_122); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - x_123 = x_106; +x_119 = lean_ctor_get(x_103, 0); +lean_inc(x_119); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + x_120 = x_103; } else { - lean_dec_ref(x_106); - x_123 = lean_box(0); + lean_dec_ref(x_103); + x_120 = lean_box(0); } -if (lean_is_scalar(x_123)) { - x_124 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_120)) { + x_121 = lean_alloc_ctor(0, 1, 0); } else { - x_124 = x_123; + x_121 = x_120; } -lean_ctor_set(x_124, 0, x_122); -if (lean_is_scalar(x_121)) { - x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_121, 0, x_119); +if (lean_is_scalar(x_118)) { + x_122 = lean_alloc_ctor(0, 2, 0); } else { - x_125 = x_121; + x_122 = x_118; } -lean_ctor_set(x_125, 0, x_124); -lean_ctor_set(x_125, 1, x_120); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_126, 1, x_119); -return x_126; +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_117); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_116); +return x_123; } } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; -lean_dec(x_106); -x_127 = lean_ctor_get(x_104, 1); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +lean_dec(x_103); +x_124 = lean_ctor_get(x_101, 1); +lean_inc(x_124); +lean_dec(x_101); +x_125 = lean_ctor_get(x_102, 1); +lean_inc(x_125); +lean_dec(x_102); +x_126 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_99, x_125, x_4, x_5, x_6, x_7, x_124); +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -lean_dec(x_104); -x_128 = lean_ctor_get(x_105, 1); +x_128 = lean_ctor_get(x_127, 0); lean_inc(x_128); -lean_dec(x_105); -x_129 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_102, x_128, x_4, x_5, x_6, x_7, x_127); -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_130, 0); -lean_inc(x_131); -if (lean_obj_tag(x_131) == 0) +if (lean_obj_tag(x_128) == 0) { -uint8_t x_132; -lean_dec(x_103); -x_132 = !lean_is_exclusive(x_129); -if (x_132 == 0) +uint8_t x_129; +lean_dec(x_100); +x_129 = !lean_is_exclusive(x_126); +if (x_129 == 0) { -lean_object* x_133; uint8_t x_134; -x_133 = lean_ctor_get(x_129, 0); -lean_dec(x_133); -x_134 = !lean_is_exclusive(x_130); -if (x_134 == 0) +lean_object* x_130; uint8_t x_131; +x_130 = lean_ctor_get(x_126, 0); +lean_dec(x_130); +x_131 = !lean_is_exclusive(x_127); +if (x_131 == 0) { -lean_object* x_135; uint8_t x_136; -x_135 = lean_ctor_get(x_130, 0); -lean_dec(x_135); -x_136 = !lean_is_exclusive(x_131); -if (x_136 == 0) +lean_object* x_132; uint8_t x_133; +x_132 = lean_ctor_get(x_127, 0); +lean_dec(x_132); +x_133 = !lean_is_exclusive(x_128); +if (x_133 == 0) { -return x_129; +return x_126; } else { -lean_object* x_137; lean_object* x_138; -x_137 = lean_ctor_get(x_131, 0); -lean_inc(x_137); -lean_dec(x_131); -x_138 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_130, 0, x_138); -return x_129; +lean_object* x_134; lean_object* x_135; +x_134 = lean_ctor_get(x_128, 0); +lean_inc(x_134); +lean_dec(x_128); +x_135 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_127, 0, x_135); +return x_126; } } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_139 = lean_ctor_get(x_130, 1); -lean_inc(x_139); -lean_dec(x_130); -x_140 = lean_ctor_get(x_131, 0); -lean_inc(x_140); -if (lean_is_exclusive(x_131)) { - lean_ctor_release(x_131, 0); - x_141 = x_131; +lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_136 = lean_ctor_get(x_127, 1); +lean_inc(x_136); +lean_dec(x_127); +x_137 = lean_ctor_get(x_128, 0); +lean_inc(x_137); +if (lean_is_exclusive(x_128)) { + lean_ctor_release(x_128, 0); + x_138 = x_128; } else { - lean_dec_ref(x_131); - x_141 = lean_box(0); + lean_dec_ref(x_128); + x_138 = lean_box(0); } -if (lean_is_scalar(x_141)) { - x_142 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_138)) { + x_139 = lean_alloc_ctor(0, 1, 0); } else { - x_142 = x_141; + x_139 = x_138; } -lean_ctor_set(x_142, 0, x_140); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_139); -lean_ctor_set(x_129, 0, x_143); -return x_129; +lean_ctor_set(x_139, 0, x_137); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_136); +lean_ctor_set(x_126, 0, x_140); +return x_126; } } 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_151; -x_144 = lean_ctor_get(x_129, 1); -lean_inc(x_144); -lean_dec(x_129); -x_145 = lean_ctor_get(x_130, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_130)) { - lean_ctor_release(x_130, 0); - lean_ctor_release(x_130, 1); - x_146 = x_130; +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_141 = lean_ctor_get(x_126, 1); +lean_inc(x_141); +lean_dec(x_126); +x_142 = lean_ctor_get(x_127, 1); +lean_inc(x_142); +if (lean_is_exclusive(x_127)) { + lean_ctor_release(x_127, 0); + lean_ctor_release(x_127, 1); + x_143 = x_127; } else { - lean_dec_ref(x_130); - x_146 = lean_box(0); + lean_dec_ref(x_127); + x_143 = lean_box(0); } -x_147 = lean_ctor_get(x_131, 0); -lean_inc(x_147); -if (lean_is_exclusive(x_131)) { - lean_ctor_release(x_131, 0); - x_148 = x_131; +x_144 = lean_ctor_get(x_128, 0); +lean_inc(x_144); +if (lean_is_exclusive(x_128)) { + lean_ctor_release(x_128, 0); + x_145 = x_128; } else { - lean_dec_ref(x_131); - x_148 = lean_box(0); + lean_dec_ref(x_128); + x_145 = lean_box(0); } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(0, 1, 0); +if (lean_is_scalar(x_145)) { + x_146 = lean_alloc_ctor(0, 1, 0); } else { - x_149 = x_148; + x_146 = x_145; } -lean_ctor_set(x_149, 0, x_147); -if (lean_is_scalar(x_146)) { - x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_144); +if (lean_is_scalar(x_143)) { + x_147 = lean_alloc_ctor(0, 2, 0); } else { - x_150 = x_146; + x_147 = x_143; } -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_145); -x_151 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_151, 0, x_150); -lean_ctor_set(x_151, 1, x_144); -return x_151; +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_142); +x_148 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_148, 0, x_147); +lean_ctor_set(x_148, 1, x_141); +return x_148; } } else { -lean_object* x_152; lean_object* x_153; -lean_dec(x_131); -x_152 = lean_ctor_get(x_129, 1); -lean_inc(x_152); -lean_dec(x_129); -x_153 = lean_ctor_get(x_130, 1); -lean_inc(x_153); -lean_dec(x_130); -x_2 = x_103; -x_3 = x_153; -x_8 = x_152; +lean_object* x_149; lean_object* x_150; +lean_dec(x_128); +x_149 = lean_ctor_get(x_126, 1); +lean_inc(x_149); +lean_dec(x_126); +x_150 = lean_ctor_get(x_127, 1); +lean_inc(x_150); +lean_dec(x_127); +x_2 = x_100; +x_3 = x_150; +x_8 = x_149; goto _start; } } } case 10: { -lean_object* x_155; -x_155 = lean_ctor_get(x_2, 1); -lean_inc(x_155); +lean_object* x_152; +x_152 = lean_ctor_get(x_2, 1); +lean_inc(x_152); lean_dec(x_2); -x_2 = x_155; -x_3 = x_14; +x_2 = x_152; +x_3 = x_11; goto _start; } case 11: { -lean_object* x_157; -x_157 = lean_ctor_get(x_2, 2); -lean_inc(x_157); +lean_object* x_154; +x_154 = lean_ctor_get(x_2, 2); +lean_inc(x_154); lean_dec(x_2); -x_2 = x_157; -x_3 = x_14; +x_2 = x_154; +x_3 = x_11; goto _start; } default: { +lean_object* x_156; lean_object* x_157; lean_object* x_158; +lean_dec(x_2); +x_156 = l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___closed__1; +x_157 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_157, 0, x_156); +lean_ctor_set(x_157, 1, x_11); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_157); +lean_ctor_set(x_158, 1, x_8); +return x_158; +} +} +} +else +{ lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_dec(x_2); x_159 = l_Lean_occursCheck_visitMVar___at_Lean_Meta_checkAssignment___spec__3___closed__1; x_160 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_160, 0, x_159); -lean_ctor_set(x_160, 1, x_14); +lean_ctor_set(x_160, 1, x_3); x_161 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_161, 0, x_160); lean_ctor_set(x_161, 1, x_8); return x_161; } } -} else { lean_object* x_162; lean_object* x_163; lean_object* x_164; @@ -43145,90 +45878,107 @@ return x_164; LEAN_EXPORT lean_object* l_Lean_occursCheck___at_Lean_Meta_checkAssignment___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) { _start: { -uint8_t x_8; -x_8 = l_Lean_Expr_hasExprMVar(x_2); -if (x_8 == 0) +uint8_t x_8; uint8_t x_33; +x_33 = l_Lean_Expr_hasExprMVar(x_2); +if (x_33 == 0) { -uint8_t x_9; lean_object* x_10; lean_object* x_11; -lean_dec(x_2); -x_9 = 1; -x_10 = lean_box(x_9); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_7); -return x_11; +uint8_t x_34; +x_34 = 1; +x_8 = x_34; +goto block_32; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1; -x_13 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_2, x_12, x_3, x_4, x_5, x_6, x_7); -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -lean_dec(x_14); -if (lean_obj_tag(x_15) == 0) +uint8_t x_35; +x_35 = 0; +x_8 = x_35; +goto block_32; +} +block_32: { -uint8_t x_16; -lean_dec(x_15); -x_16 = !lean_is_exclusive(x_13); -if (x_16 == 0) +if (x_8 == 0) { -lean_object* x_17; uint8_t x_18; lean_object* x_19; -x_17 = lean_ctor_get(x_13, 0); -lean_dec(x_17); -x_18 = 0; -x_19 = lean_box(x_18); -lean_ctor_set(x_13, 0, x_19); -return x_13; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1; +x_10 = l_Lean_occursCheck_visit___at_Lean_Meta_checkAssignment___spec__2(x_1, x_2, x_9, x_3, x_4, x_5, x_6, x_7); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +lean_dec(x_11); +if (lean_obj_tag(x_12) == 0) +{ +uint8_t x_13; +lean_dec(x_12); +x_13 = !lean_is_exclusive(x_10); +if (x_13 == 0) +{ +lean_object* x_14; uint8_t x_15; lean_object* x_16; +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = 0; +x_16 = lean_box(x_15); +lean_ctor_set(x_10, 0, x_16); +return x_10; } else { -lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; -x_20 = lean_ctor_get(x_13, 1); -lean_inc(x_20); -lean_dec(x_13); -x_21 = 0; -x_22 = lean_box(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_20); -return x_23; +lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_ctor_get(x_10, 1); +lean_inc(x_17); +lean_dec(x_10); +x_18 = 0; +x_19 = lean_box(x_18); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_17); +return x_20; } } else { -uint8_t x_24; -lean_dec(x_15); -x_24 = !lean_is_exclusive(x_13); -if (x_24 == 0) +uint8_t x_21; +lean_dec(x_12); +x_21 = !lean_is_exclusive(x_10); +if (x_21 == 0) { -lean_object* x_25; uint8_t x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_13, 0); -lean_dec(x_25); +lean_object* x_22; uint8_t x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_10, 0); +lean_dec(x_22); +x_23 = 1; +x_24 = lean_box(x_23); +lean_ctor_set(x_10, 0, x_24); +return x_10; +} +else +{ +lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_10, 1); +lean_inc(x_25); +lean_dec(x_10); x_26 = 1; x_27 = lean_box(x_26); -lean_ctor_set(x_13, 0, x_27); -return x_13; +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_25); +return x_28; +} +} } else { -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_13, 1); -lean_inc(x_28); -lean_dec(x_13); +uint8_t x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_2); x_29 = 1; x_30 = lean_box(x_29); x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_28); +lean_ctor_set(x_31, 1, x_7); return x_31; } } } } -} static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Meta_checkAssignment___spec__6___closed__1() { _start: { @@ -43413,369 +46163,197 @@ return x_13; LEAN_EXPORT lean_object* l_Lean_Meta_checkAssignment___lambda__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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -lean_object* x_13; uint8_t x_98; -x_98 = l_Lean_Expr_hasExprMVar(x_4); -if (x_98 == 0) +uint8_t x_13; uint8_t x_51; +x_51 = l_Lean_Expr_hasExprMVar(x_3); +if (x_51 == 0) { -uint8_t x_99; -x_99 = l_Lean_Expr_hasFVar(x_4); -if (x_99 == 0) +uint8_t x_52; +x_52 = l_Lean_Expr_hasFVar(x_3); +if (x_52 == 0) { -lean_object* x_100; lean_object* x_101; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_1); -x_100 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_100, 0, x_4); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_12); -return x_101; +uint8_t x_53; +x_53 = 1; +x_13 = x_53; +goto block_50; } else { -lean_object* x_102; -x_102 = lean_box(0); -x_13 = x_102; -goto block_97; +uint8_t x_54; +x_54 = 0; +x_13 = x_54; +goto block_50; } } else { -lean_object* x_103; -x_103 = lean_box(0); -x_13 = x_103; -goto block_97; +uint8_t x_55; +x_55 = 0; +x_13 = x_55; +goto block_50; } -block_97: +block_50: +{ +if (x_13 == 0) { lean_object* x_14; -lean_dec(x_13); lean_inc(x_1); x_14 = l_Lean_MVarId_getDecl(x_1, 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; uint8_t x_18; lean_object* x_19; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_31; uint8_t x_32; lean_object* x_33; 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_unsigned_to_nat(0u); -x_18 = lean_nat_dec_lt(x_17, x_2); -x_19 = lean_st_ref_get(x_9, x_16); -if (x_18 == 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; uint8_t x_25; uint8_t x_26; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -x_23 = lean_ctor_get(x_21, 0); -lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_8, 1); -lean_inc(x_24); -x_25 = 0; -lean_inc(x_4); -x_26 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_25, x_23, x_24, x_15, x_1, x_3, x_4); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -lean_free_object(x_19); -x_27 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_4, x_8, x_9, x_10, x_11, x_22); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = l_Lean_Meta_CheckAssignment_checkAssignmentAux(x_1, x_3, x_25, x_28, x_8, x_9, x_10, x_11, x_29); -return x_30; -} -else -{ -lean_object* x_31; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_1); -x_31 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_31, 0, x_4); -lean_ctor_set(x_19, 0, x_31); -return x_19; -} +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_17 = x_14; +} else { + lean_dec_ref(x_14); + x_17 = lean_box(0); } -else +x_31 = lean_unsigned_to_nat(0u); +x_32 = lean_nat_dec_lt(x_31, x_4); +x_33 = lean_st_ref_get(x_9, x_16); +if (x_32 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; uint8_t x_37; -x_32 = lean_ctor_get(x_19, 0); -x_33 = lean_ctor_get(x_19, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_19); -x_34 = lean_ctor_get(x_32, 0); +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_33, 0); lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_8, 1); +x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); +lean_dec(x_33); x_36 = 0; -lean_inc(x_4); -x_37 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_36, x_34, x_35, x_15, x_1, x_3, x_4); -if (x_37 == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_38 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_4, x_8, x_9, x_10, x_11, x_33); -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_Meta_CheckAssignment_checkAssignmentAux(x_1, x_3, x_36, x_39, x_8, x_9, x_10, x_11, x_40); -return x_41; -} -else -{ -lean_object* x_42; lean_object* x_43; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_1); -x_42 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_42, 0, x_4); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_33); -return x_43; -} -} +x_18 = x_36; +x_19 = x_34; +x_20 = x_35; +goto block_30; } else { -uint8_t x_44; -x_44 = lean_nat_dec_le(x_2, x_2); -if (x_44 == 0) -{ -uint8_t x_45; -x_45 = !lean_is_exclusive(x_19); -if (x_45 == 0) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; uint8_t x_51; -x_46 = lean_ctor_get(x_19, 0); -x_47 = lean_ctor_get(x_19, 1); -x_48 = lean_ctor_get(x_46, 0); -lean_inc(x_48); -lean_dec(x_46); -x_49 = lean_ctor_get(x_8, 1); -lean_inc(x_49); -x_50 = 0; -lean_inc(x_4); -x_51 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_50, x_48, x_49, x_15, x_1, x_3, x_4); -if (x_51 == 0) +uint8_t x_37; +x_37 = lean_nat_dec_le(x_4, x_4); +if (x_37 == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -lean_free_object(x_19); -x_52 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_4, x_8, x_9, x_10, x_11, x_47); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = l_Lean_Meta_CheckAssignment_checkAssignmentAux(x_1, x_3, x_50, x_53, x_8, x_9, x_10, x_11, x_54); -return x_55; +lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_38 = lean_ctor_get(x_33, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_33, 1); +lean_inc(x_39); +lean_dec(x_33); +x_40 = 0; +x_18 = x_40; +x_19 = x_38; +x_20 = x_39; +goto block_30; } else { -lean_object* x_56; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_1); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_4); -lean_ctor_set(x_19, 0, x_56); -return x_19; +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = lean_ctor_get(x_33, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_33, 1); +lean_inc(x_42); +lean_dec(x_33); +lean_inc(x_15); +x_43 = l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7(x_15, x_2, x_5, x_6); +x_18 = x_43; +x_19 = x_41; +x_20 = x_42; +goto block_30; } } -else +block_30: { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; uint8_t x_62; -x_57 = lean_ctor_get(x_19, 0); -x_58 = lean_ctor_get(x_19, 1); -lean_inc(x_58); -lean_inc(x_57); +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_19, 0); +lean_inc(x_21); lean_dec(x_19); -x_59 = lean_ctor_get(x_57, 0); -lean_inc(x_59); -lean_dec(x_57); -x_60 = lean_ctor_get(x_8, 1); -lean_inc(x_60); -x_61 = 0; -lean_inc(x_4); -x_62 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_61, x_59, x_60, x_15, x_1, x_3, x_4); -if (x_62 == 0) +x_22 = lean_ctor_get(x_8, 1); +lean_inc(x_22); +lean_inc(x_3); +x_23 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_18, x_21, x_22, x_15, x_1, x_2, x_3); +if (x_23 == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_63 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_4, x_8, x_9, x_10, x_11, x_58); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = l_Lean_Meta_CheckAssignment_checkAssignmentAux(x_1, x_3, x_61, x_64, x_8, x_9, x_10, x_11, x_65); -return x_66; +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +lean_dec(x_17); +x_24 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_3, x_8, x_9, x_10, x_11, x_20); +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_CheckAssignment_checkAssignmentAux(x_1, x_2, x_18, x_25, x_8, x_9, x_10, x_11, x_26); +return x_27; } else { -lean_object* x_67; lean_object* x_68; +lean_object* x_28; lean_object* x_29; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_3); +lean_dec(x_2); lean_dec(x_1); -x_67 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_67, 0, x_4); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_58); -return x_68; +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_3); +if (lean_is_scalar(x_17)) { + x_29 = lean_alloc_ctor(0, 2, 0); +} else { + x_29 = x_17; } +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_20); +return x_29; } } -else -{ -uint8_t x_69; -x_69 = !lean_is_exclusive(x_19); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; -x_70 = lean_ctor_get(x_19, 0); -x_71 = lean_ctor_get(x_19, 1); -lean_inc(x_15); -x_72 = l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7(x_15, x_3, x_5, x_6); -x_73 = lean_ctor_get(x_70, 0); -lean_inc(x_73); -lean_dec(x_70); -x_74 = lean_ctor_get(x_8, 1); -lean_inc(x_74); -lean_inc(x_4); -x_75 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_72, x_73, x_74, x_15, x_1, x_3, x_4); -if (x_75 == 0) -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -lean_free_object(x_19); -x_76 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_4, x_8, x_9, x_10, x_11, x_71); -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_Meta_CheckAssignment_checkAssignmentAux(x_1, x_3, x_72, x_77, x_8, x_9, x_10, x_11, x_78); -return x_79; } else { -lean_object* x_80; +uint8_t x_44; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_3); +lean_dec(x_2); lean_dec(x_1); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_4); -lean_ctor_set(x_19, 0, x_80); -return x_19; -} -} -else -{ -lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_81 = lean_ctor_get(x_19, 0); -x_82 = lean_ctor_get(x_19, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_19); -lean_inc(x_15); -x_83 = l_Array_anyMUnsafe_any___at_Lean_Meta_checkAssignment___spec__7(x_15, x_3, x_5, x_6); -x_84 = lean_ctor_get(x_81, 0); -lean_inc(x_84); -lean_dec(x_81); -x_85 = lean_ctor_get(x_8, 1); -lean_inc(x_85); -lean_inc(x_4); -x_86 = l_Lean_Meta_CheckAssignmentQuick_check_visit(x_83, x_84, x_85, x_15, x_1, x_3, x_4); -if (x_86 == 0) +x_44 = !lean_is_exclusive(x_14); +if (x_44 == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_87 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_4, 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_CheckAssignment_checkAssignmentAux(x_1, x_3, x_83, x_88, x_8, x_9, x_10, x_11, x_89); -return x_90; +return x_14; } else { -lean_object* x_91; lean_object* x_92; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_1); -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_4); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_82); -return x_92; -} -} +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_14, 0); +x_46 = lean_ctor_get(x_14, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_14); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } } } else { -uint8_t x_93; +lean_object* x_48; lean_object* x_49; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); +lean_dec(x_2); lean_dec(x_1); -x_93 = !lean_is_exclusive(x_14); -if (x_93 == 0) -{ -return x_14; -} -else -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_14, 0); -x_95 = lean_ctor_get(x_14, 1); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_14); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; -} +x_48 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_48, 0, x_3); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_12); +return x_49; } } } @@ -43787,7 +46365,7 @@ lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13 x_9 = lean_array_get_size(x_2); x_10 = lean_usize_of_nat(x_9); x_11 = 0; -x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__7; +x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__2; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); @@ -43808,7 +46386,7 @@ 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_checkAssignment___lambda__1(x_1, x_9, x_2, x_3, x_11, x_10, x_17, x_4, x_5, x_6, x_7, x_16); +x_18 = l_Lean_Meta_checkAssignment___lambda__1(x_1, x_2, x_3, x_9, x_11, x_10, x_17, x_4, x_5, x_6, x_7, x_16); lean_dec(x_9); return x_18; } @@ -43984,7 +46562,7 @@ x_14 = lean_unbox_usize(x_6); lean_dec(x_6); x_15 = l_Lean_Meta_checkAssignment___lambda__1(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_7); -lean_dec(x_2); +lean_dec(x_4); return x_15; } } @@ -45090,114 +47668,125 @@ return x_4; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_45; x_9 = l_Lean_Meta_getConfig(x_4, x_5, x_6, x_7, x_8); x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); -x_11 = lean_ctor_get_uint8(x_10, 0); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_12 = x_9; +} else { + lean_dec_ref(x_9); + x_12 = lean_box(0); +} +x_45 = lean_ctor_get_uint8(x_10, 0); lean_dec(x_10); -if (x_11 == 0) -{ -uint8_t x_12; -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_12 = !lean_is_exclusive(x_9); -if (x_12 == 0) +if (x_45 == 0) { -lean_object* x_13; uint8_t x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_9, 0); -lean_dec(x_13); -x_14 = 0; -x_15 = lean_box(x_14); -lean_ctor_set(x_9, 0, x_15); -return x_9; +uint8_t x_46; +x_46 = 1; +x_13 = x_46; +goto block_44; } else { -lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; -x_16 = lean_ctor_get(x_9, 1); -lean_inc(x_16); -lean_dec(x_9); -x_17 = 0; -x_18 = lean_box(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_16); -return x_19; -} +uint8_t x_47; +x_47 = 0; +x_13 = x_47; +goto block_44; } -else +block_44: { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_20 = lean_ctor_get(x_9, 1); -lean_inc(x_20); -lean_dec(x_9); -x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___closed__2; -x_22 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_21, x_4, x_5, x_6, x_7, x_20); -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) +if (x_13 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); -x_26 = lean_box(0); -x_27 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___lambda__1(x_3, x_1, x_2, x_26, x_4, x_5, x_6, x_7, x_25); -return x_27; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_dec(x_12); +x_14 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___closed__2; +x_15 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_14, x_4, x_5, x_6, x_7, x_11); +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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___lambda__1(x_3, x_1, x_2, x_19, x_4, x_5, x_6, x_7, x_18); +return x_20; } 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; 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; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_28 = lean_ctor_get(x_22, 1); -lean_inc(x_28); -lean_dec(x_22); +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; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_21 = lean_ctor_get(x_15, 1); +lean_inc(x_21); +lean_dec(x_15); lean_inc(x_1); -x_29 = l_Lean_MessageData_ofExpr(x_1); -x_30 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_22 = l_Lean_MessageData_ofExpr(x_1); +x_23 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_24 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_24, 1, x_22); +x_25 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +lean_inc(x_2); +x_27 = lean_array_to_list(lean_box(0), x_2); +x_28 = lean_box(0); +x_29 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_27, x_28); +x_30 = l_Lean_MessageData_ofList(x_29); +lean_dec(x_29); x_31 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_29); -x_32 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; +lean_ctor_set(x_31, 0, x_26); +lean_ctor_set(x_31, 1, x_30); +x_32 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__4; x_33 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_33, 0, x_31); lean_ctor_set(x_33, 1, x_32); -lean_inc(x_2); -x_34 = lean_array_to_list(lean_box(0), x_2); -x_35 = lean_box(0); -x_36 = l_List_mapTR_loop___at_Lean_MessageData_instCoeListExprMessageData___spec__1(x_34, x_35); -x_37 = l_Lean_MessageData_ofList(x_36); -lean_dec(x_36); -x_38 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_38, 0, x_33); -lean_ctor_set(x_38, 1, x_37); -x_39 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__4; -x_40 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_40, 0, x_38); -lean_ctor_set(x_40, 1, x_39); lean_inc(x_3); -x_41 = l_Lean_MessageData_ofExpr(x_3); -x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_40); -lean_ctor_set(x_42, 1, x_41); -x_43 = lean_alloc_ctor(7, 2, 0); +x_34 = l_Lean_MessageData_ofExpr(x_3); +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_23); +x_37 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_14, x_36, x_4, x_5, x_6, x_7, x_21); +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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___lambda__1(x_3, x_1, x_2, x_38, x_4, x_5, x_6, x_7, x_39); +return x_40; +} +} +else +{ +uint8_t x_41; lean_object* x_42; lean_object* x_43; +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_41 = 0; +x_42 = lean_box(x_41); +if (lean_is_scalar(x_12)) { + x_43 = lean_alloc_ctor(0, 2, 0); +} else { + x_43 = x_12; +} lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_30); -x_44 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_21, x_43, x_4, x_5, x_6, x_7, x_28); -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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop___lambda__1(x_3, x_1, x_2, x_45, x_4, x_5, x_6, x_7, x_46); -return x_47; +lean_ctor_set(x_43, 1, x_11); +return x_43; } } } @@ -45400,182 +47989,209 @@ return x_4; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___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) { _start: { -lean_object* x_12; uint8_t x_13; -x_12 = lean_array_get_size(x_5); -x_13 = lean_nat_dec_eq(x_12, x_1); -lean_dec(x_12); -if (x_13 == 0) +uint8_t x_12; lean_object* x_68; uint8_t x_69; +x_68 = lean_array_get_size(x_5); +x_69 = lean_nat_dec_eq(x_68, x_4); +lean_dec(x_68); +if (x_69 == 0) { -uint8_t x_14; lean_object* x_15; lean_object* x_16; -lean_dec(x_10); -lean_dec(x_9); -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_14 = 0; -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; +uint8_t x_70; +x_70 = 1; +x_12 = x_70; +goto block_67; } else { -lean_object* x_17; +uint8_t x_71; +x_71 = 0; +x_12 = x_71; +goto block_67; +} +block_67: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_inc(x_7); -x_17 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps(x_5, x_2, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_17) == 0) +x_13 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps(x_5, x_1, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_18; -x_18 = lean_ctor_get(x_17, 0); -lean_inc(x_18); -if (lean_obj_tag(x_18) == 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_19; +uint8_t x_15; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_4); lean_dec(x_3); -x_19 = !lean_is_exclusive(x_17); -if (x_19 == 0) +lean_dec(x_2); +x_15 = !lean_is_exclusive(x_13); +if (x_15 == 0) { -lean_object* x_20; uint8_t x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -x_21 = 0; -x_22 = lean_box(x_21); -lean_ctor_set(x_17, 0, x_22); -return x_17; +lean_object* x_16; uint8_t x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_13, 0); +lean_dec(x_16); +x_17 = 0; +x_18 = lean_box(x_17); +lean_ctor_set(x_13, 0, x_18); +return x_13; } else { -lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_ctor_get(x_17, 1); -lean_inc(x_23); -lean_dec(x_17); -x_24 = 0; -x_25 = lean_box(x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_23); -return x_26; +lean_object* x_19; uint8_t x_20; lean_object* x_21; lean_object* x_22; +x_19 = lean_ctor_get(x_13, 1); +lean_inc(x_19); +lean_dec(x_13); +x_20 = 0; +x_21 = lean_box(x_20); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_19); +return x_22; } } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_17, 1); -lean_inc(x_27); -lean_dec(x_17); -x_28 = lean_ctor_get(x_18, 0); -lean_inc(x_28); -lean_dec(x_18); -x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_13, 1); +lean_inc(x_23); +lean_dec(x_13); +x_24 = lean_ctor_get(x_14, 0); +lean_inc(x_24); +lean_dec(x_14); +x_25 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___closed__1; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_30 = l_Lean_Meta_checkAssignment(x_3, x_29, x_28, x_7, x_8, x_9, x_10, x_27); -if (lean_obj_tag(x_30) == 0) +x_26 = l_Lean_Meta_checkAssignment(x_2, x_25, x_24, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_31; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -if (lean_obj_tag(x_31) == 0) +lean_object* x_27; +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +if (lean_obj_tag(x_27) == 0) { -uint8_t x_32; +uint8_t x_28; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_4); -x_32 = !lean_is_exclusive(x_30); -if (x_32 == 0) +lean_dec(x_3); +x_28 = !lean_is_exclusive(x_26); +if (x_28 == 0) { -lean_object* x_33; uint8_t x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_30, 0); -lean_dec(x_33); -x_34 = 0; -x_35 = lean_box(x_34); -lean_ctor_set(x_30, 0, x_35); -return x_30; +lean_object* x_29; uint8_t x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_26, 0); +lean_dec(x_29); +x_30 = 0; +x_31 = lean_box(x_30); +lean_ctor_set(x_26, 0, x_31); +return x_26; } else { -lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_30, 1); +lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = 0; +x_34 = lean_box(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_32); +return x_35; +} +} +else +{ +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_36 = lean_ctor_get(x_26, 1); lean_inc(x_36); -lean_dec(x_30); -x_37 = 0; -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_36); -return x_39; +lean_dec(x_26); +x_37 = lean_ctor_get(x_27, 0); +lean_inc(x_37); +lean_dec(x_27); +x_38 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__2___closed__2; +x_39 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_38, x_7, x_8, x_9, x_10, x_36); +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +if (x_41 == 0) +{ +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 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_3, x_37, x_7, x_8, x_9, x_10, x_42); +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; +x_44 = lean_ctor_get(x_39, 1); +lean_inc(x_44); +lean_dec(x_39); +lean_inc(x_3); +x_45 = l_Lean_MessageData_ofExpr(x_3); +x_46 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_47 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_47, 0, x_46); +lean_ctor_set(x_47, 1, x_45); +x_48 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__4; +x_49 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +lean_inc(x_37); +x_50 = l_Lean_MessageData_ofExpr(x_37); +x_51 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_46); +x_53 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_38, x_52, x_7, x_8, x_9, x_10, x_44); +x_54 = lean_ctor_get(x_53, 1); +lean_inc(x_54); +lean_dec(x_53); +x_55 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_3, x_37, x_7, x_8, x_9, x_10, x_54); +return x_55; +} } } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_40 = lean_ctor_get(x_30, 1); -lean_inc(x_40); -lean_dec(x_30); -x_41 = lean_ctor_get(x_31, 0); -lean_inc(x_41); -lean_dec(x_31); -x_42 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__2___closed__2; -x_43 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_42, x_7, x_8, x_9, x_10, x_40); -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) +uint8_t x_56; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_3); +x_56 = !lean_is_exclusive(x_26); +if (x_56 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -lean_dec(x_43); -x_47 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_41, x_7, x_8, x_9, x_10, x_46); -return x_47; +return x_26; } else { -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_48 = lean_ctor_get(x_43, 1); -lean_inc(x_48); -lean_dec(x_43); -lean_inc(x_4); -x_49 = l_Lean_MessageData_ofExpr(x_4); -x_50 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_49); -x_52 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__4; -x_53 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -lean_inc(x_41); -x_54 = l_Lean_MessageData_ofExpr(x_41); -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_50); -x_57 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_42, x_56, x_7, x_8, x_9, x_10, x_48); -x_58 = lean_ctor_get(x_57, 1); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_26, 0); +x_58 = lean_ctor_get(x_26, 1); lean_inc(x_58); -lean_dec(x_57); -x_59 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_41, x_7, x_8, x_9, x_10, x_58); +lean_inc(x_57); +lean_dec(x_26); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); return x_59; } } } +} else { uint8_t x_60; @@ -45583,20 +48199,21 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_4); -x_60 = !lean_is_exclusive(x_30); +lean_dec(x_3); +lean_dec(x_2); +x_60 = !lean_is_exclusive(x_13); if (x_60 == 0) { -return x_30; +return x_13; } else { lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_30, 0); -x_62 = lean_ctor_get(x_30, 1); +x_61 = lean_ctor_get(x_13, 0); +x_62 = lean_ctor_get(x_13, 1); lean_inc(x_62); lean_inc(x_61); -lean_dec(x_30); +lean_dec(x_13); x_63 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_63, 0, x_61); lean_ctor_set(x_63, 1, x_62); @@ -45604,34 +48221,23 @@ return x_63; } } } -} else { -uint8_t x_64; +uint8_t x_64; lean_object* x_65; lean_object* x_66; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_4); +lean_dec(x_5); lean_dec(x_3); -x_64 = !lean_is_exclusive(x_17); -if (x_64 == 0) -{ -return x_17; -} -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_17, 0); -x_66 = lean_ctor_get(x_17, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_17); -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; -} +lean_dec(x_2); +lean_dec(x_1); +x_64 = 0; +x_65 = lean_box(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_11); +return x_66; } } } @@ -45659,10 +48265,10 @@ lean_inc(x_2); x_14 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_14, 0, x_2); x_15 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__2___boxed), 11, 4); -lean_closure_set(x_15, 0, x_2); -lean_closure_set(x_15, 1, x_3); -lean_closure_set(x_15, 2, x_9); -lean_closure_set(x_15, 3, x_1); +lean_closure_set(x_15, 0, x_3); +lean_closure_set(x_15, 1, x_9); +lean_closure_set(x_15, 2, x_1); +lean_closure_set(x_15, 3, x_2); x_16 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_13, x_14, x_15, x_4, x_5, x_6, x_7, x_12); return x_16; } @@ -45713,7 +48319,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignCons lean_object* x_12; x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst___lambda__2(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_6); -lean_dec(x_1); +lean_dec(x_4); return x_12; } } @@ -45827,246 +48433,78 @@ return x_23; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_60; lean_object* x_61; uint8_t x_62; x_24 = lean_ctor_get(x_20, 1); lean_inc(x_24); lean_dec(x_20); x_25 = lean_ctor_get(x_21, 0); lean_inc(x_25); lean_dec(x_21); -x_26 = lean_array_get_size(x_2); -x_27 = lean_unsigned_to_nat(0u); -x_28 = lean_nat_dec_lt(x_27, x_26); -if (x_28 == 0) -{ -lean_object* x_29; -lean_dec(x_26); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_4); -x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); -if (lean_obj_tag(x_29) == 0) -{ -lean_object* x_30; uint8_t x_31; -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -x_31 = lean_unbox(x_30); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; -lean_dec(x_30); -x_32 = lean_ctor_get(x_29, 1); -lean_inc(x_32); -lean_dec(x_29); -x_33 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, 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_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_34 = !lean_is_exclusive(x_29); -if (x_34 == 0) -{ -lean_object* x_35; -x_35 = lean_ctor_get(x_29, 0); -lean_dec(x_35); -return x_29; -} -else -{ -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_29, 1); -lean_inc(x_36); -lean_dec(x_29); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_30); -lean_ctor_set(x_37, 1, x_36); -return x_37; -} -} -} -else -{ -uint8_t x_38; -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_38 = !lean_is_exclusive(x_29); -if (x_38 == 0) -{ -return x_29; -} -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_29, 0); -x_40 = lean_ctor_get(x_29, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_29); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} -} -} -else -{ -uint8_t x_42; -x_42 = lean_nat_dec_le(x_26, x_26); -if (x_42 == 0) -{ -lean_object* x_43; -lean_dec(x_26); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_4); -x_43 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); -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); -if (x_45 == 0) -{ -lean_object* x_46; lean_object* x_47; -lean_dec(x_44); -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -lean_dec(x_43); -x_47 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_46); -return x_47; -} -else -{ -uint8_t x_48; -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_48 = !lean_is_exclusive(x_43); -if (x_48 == 0) -{ -lean_object* x_49; -x_49 = lean_ctor_get(x_43, 0); -lean_dec(x_49); -return x_43; -} -else +x_60 = lean_array_get_size(x_2); +x_61 = lean_unsigned_to_nat(0u); +x_62 = lean_nat_dec_lt(x_61, x_60); +if (x_62 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_43, 1); -lean_inc(x_50); -lean_dec(x_43); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_44); -lean_ctor_set(x_51, 1, x_50); -return x_51; -} -} +uint8_t x_63; +lean_dec(x_60); +x_63 = 0; +x_26 = x_63; +goto block_59; } else { -uint8_t x_52; -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_52 = !lean_is_exclusive(x_43); -if (x_52 == 0) +uint8_t x_64; +x_64 = lean_nat_dec_le(x_60, x_60); +if (x_64 == 0) { -return x_43; +uint8_t x_65; +lean_dec(x_60); +x_65 = 0; +x_26 = x_65; +goto block_59; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_43, 0); -x_54 = lean_ctor_get(x_43, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_43); -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; -} +size_t x_66; size_t x_67; uint8_t x_68; +x_66 = 0; +x_67 = lean_usize_of_nat(x_60); +lean_dec(x_60); +lean_inc(x_7); +x_68 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go___spec__1(x_7, x_2, x_66, x_67); +x_26 = x_68; +goto block_59; } } -else +block_59: { -size_t x_56; size_t x_57; uint8_t x_58; -x_56 = 0; -x_57 = lean_usize_of_nat(x_26); -lean_dec(x_26); -lean_inc(x_7); -x_58 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go___spec__1(x_7, x_2, x_56, x_57); -if (x_58 == 0) +if (x_26 == 0) { -lean_object* x_59; +lean_object* x_27; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_4); -x_59 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); -if (lean_obj_tag(x_59) == 0) +x_27 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_60; uint8_t x_61; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_unbox(x_60); -if (x_61 == 0) +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_unbox(x_28); +if (x_29 == 0) { -lean_object* x_62; lean_object* x_63; -lean_dec(x_60); -x_62 = lean_ctor_get(x_59, 1); -lean_inc(x_62); -lean_dec(x_59); -x_63 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_62); -return x_63; +lean_object* x_30; lean_object* x_31; +lean_dec(x_28); +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_dec(x_27); +x_31 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_30); +return x_31; } else { -uint8_t x_64; +uint8_t x_32; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -46078,30 +48516,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_64 = !lean_is_exclusive(x_59); -if (x_64 == 0) +x_32 = !lean_is_exclusive(x_27); +if (x_32 == 0) { -lean_object* x_65; -x_65 = lean_ctor_get(x_59, 0); -lean_dec(x_65); -return x_59; +lean_object* x_33; +x_33 = lean_ctor_get(x_27, 0); +lean_dec(x_33); +return x_27; } else { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_59, 1); -lean_inc(x_66); -lean_dec(x_59); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_60); -lean_ctor_set(x_67, 1, x_66); -return x_67; +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_27, 1); +lean_inc(x_34); +lean_dec(x_27); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_28); +lean_ctor_set(x_35, 1, x_34); +return x_35; } } } else { -uint8_t x_68; +uint8_t x_36; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -46113,80 +48551,80 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_68 = !lean_is_exclusive(x_59); -if (x_68 == 0) +x_36 = !lean_is_exclusive(x_27); +if (x_36 == 0) { -return x_59; +return x_27; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_59, 0); -x_70 = lean_ctor_get(x_59, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_59); -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; +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_27, 0); +x_38 = lean_ctor_get(x_27, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_27); +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; } } } else { -lean_object* x_72; lean_object* x_73; uint8_t x_74; +lean_object* x_40; lean_object* x_41; uint8_t x_42; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_25); -x_72 = l_Lean_Meta_isTypeCorrect(x_25, x_9, x_10, x_11, x_12, x_24); -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -x_74 = lean_unbox(x_73); -lean_dec(x_73); -if (x_74 == 0) +x_40 = l_Lean_Meta_isTypeCorrect(x_25, x_9, x_10, x_11, x_12, x_24); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_unbox(x_41); +lean_dec(x_41); +if (x_42 == 0) { -lean_object* x_75; lean_object* x_76; +lean_object* x_43; lean_object* x_44; lean_dec(x_25); -x_75 = lean_ctor_get(x_72, 1); -lean_inc(x_75); -lean_dec(x_72); -x_76 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_75); -return x_76; +x_43 = lean_ctor_get(x_40, 1); +lean_inc(x_43); +lean_dec(x_40); +x_44 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_43); +return x_44; } else { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_72, 1); -lean_inc(x_77); -lean_dec(x_72); +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_40, 1); +lean_inc(x_45); +lean_dec(x_40); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_4); -x_78 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_77); -if (lean_obj_tag(x_78) == 0) +x_46 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_45); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_79; uint8_t x_80; -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_unbox(x_79); -if (x_80 == 0) +lean_object* x_47; uint8_t x_48; +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +x_48 = lean_unbox(x_47); +if (x_48 == 0) { -lean_object* x_81; lean_object* x_82; -lean_dec(x_79); -x_81 = lean_ctor_get(x_78, 1); -lean_inc(x_81); -lean_dec(x_78); -x_82 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_81); -return x_82; +lean_object* x_49; lean_object* x_50; +lean_dec(x_47); +x_49 = lean_ctor_get(x_46, 1); +lean_inc(x_49); +lean_dec(x_46); +x_50 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_go_cont(x_4, x_5, x_6, x_1, x_7, x_2, x_3, x_9, x_10, x_11, x_12, x_49); +return x_50; } else { -uint8_t x_83; +uint8_t x_51; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -46198,30 +48636,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_78); -if (x_83 == 0) +x_51 = !lean_is_exclusive(x_46); +if (x_51 == 0) { -lean_object* x_84; -x_84 = lean_ctor_get(x_78, 0); -lean_dec(x_84); -return x_78; +lean_object* x_52; +x_52 = lean_ctor_get(x_46, 0); +lean_dec(x_52); +return x_46; } else { -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_78, 1); -lean_inc(x_85); -lean_dec(x_78); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_79); -lean_ctor_set(x_86, 1, x_85); -return x_86; +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_46, 1); +lean_inc(x_53); +lean_dec(x_46); +x_54 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_54, 0, x_47); +lean_ctor_set(x_54, 1, x_53); +return x_54; } } } else { -uint8_t x_87; +uint8_t x_55; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -46233,24 +48671,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = !lean_is_exclusive(x_78); -if (x_87 == 0) +x_55 = !lean_is_exclusive(x_46); +if (x_55 == 0) { -return x_78; +return x_46; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_78, 0); -x_89 = lean_ctor_get(x_78, 1); -lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_78); -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; -} +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_46, 0); +x_57 = lean_ctor_get(x_46, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_46); +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; } } } @@ -46260,7 +48697,7 @@ return x_90; } else { -uint8_t x_91; +uint8_t x_69; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -46272,30 +48709,30 @@ 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) +x_69 = !lean_is_exclusive(x_20); +if (x_69 == 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_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_20, 0); +x_71 = lean_ctor_get(x_20, 1); +lean_inc(x_71); +lean_inc(x_70); 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; +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 { -uint8_t x_95; +uint8_t x_73; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -46307,23 +48744,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_95 = !lean_is_exclusive(x_14); -if (x_95 == 0) +x_73 = !lean_is_exclusive(x_14); +if (x_73 == 0) { return x_14; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_14, 0); -x_97 = lean_ctor_get(x_14, 1); -lean_inc(x_97); -lean_inc(x_96); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_14, 0); +x_75 = lean_ctor_get(x_14, 1); +lean_inc(x_75); +lean_inc(x_74); lean_dec(x_14); -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_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } @@ -46635,141 +49072,105 @@ lean_inc(x_14); x_15 = l_Lean_MVarId_getDecl(x_14, x_6, x_7, x_8, x_9, x_13); 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; lean_object* x_19; lean_object* x_20; lean_object* x_38; uint8_t x_39; -x_17 = lean_ctor_get(x_15, 0); -x_18 = lean_ctor_get(x_15, 1); -x_19 = lean_array_get_size(x_2); -x_38 = lean_ctor_get(x_17, 5); -lean_inc(x_38); -x_39 = lean_nat_dec_eq(x_38, x_19); -lean_dec(x_38); -if (x_39 == 0) -{ -uint8_t x_40; -x_40 = lean_ctor_get_uint8(x_12, 3); -lean_dec(x_12); -if (x_40 == 0) -{ -uint8_t x_41; lean_object* x_42; -lean_dec(x_19); -lean_dec(x_17); -lean_dec(x_14); -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_41 = 0; -x_42 = lean_box(x_41); -lean_ctor_set(x_15, 0, x_42); -return x_15; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_43; uint8_t x_44; +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_18 = x_15; +} else { + lean_dec_ref(x_15); + x_18 = lean_box(0); } -else -{ -lean_object* x_43; uint8_t x_44; -lean_free_object(x_15); -x_43 = lean_unsigned_to_nat(0u); -x_44 = lean_nat_dec_eq(x_3, x_43); +x_19 = lean_array_get_size(x_2); +x_43 = lean_ctor_get(x_16, 5); +lean_inc(x_43); +x_44 = lean_nat_dec_eq(x_43, x_19); +lean_dec(x_43); if (x_44 == 0) { -lean_object* x_45; -x_45 = lean_box(0); -x_20 = x_45; -goto block_37; +uint8_t x_45; +x_45 = lean_ctor_get_uint8(x_12, 3); +lean_dec(x_12); +if (x_45 == 0) +{ +uint8_t x_46; +x_46 = 1; +x_20 = x_46; +goto block_42; } else { -lean_object* x_46; -lean_dec(x_19); -lean_dec(x_17); -lean_dec(x_14); -lean_dec(x_3); -x_46 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase(x_1, x_2, x_4, x_6, x_7, x_8, x_9, x_18); -lean_dec(x_2); -return x_46; -} +uint8_t x_47; +x_47 = 0; +x_20 = x_47; +goto block_42; } } else { -lean_object* x_47; uint8_t x_48; -lean_free_object(x_15); +uint8_t x_48; lean_dec(x_12); -x_47 = lean_unsigned_to_nat(0u); -x_48 = lean_nat_dec_eq(x_3, x_47); -if (x_48 == 0) -{ -lean_object* x_49; -x_49 = lean_box(0); -x_20 = x_49; -goto block_37; +x_48 = 0; +x_20 = x_48; +goto block_42; } -else +block_42: { -lean_object* x_50; -lean_dec(x_19); -lean_dec(x_17); -lean_dec(x_14); -lean_dec(x_3); -x_50 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase(x_1, x_2, x_4, x_6, x_7, x_8, x_9, x_18); -lean_dec(x_2); -return x_50; -} -} -block_37: +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_dec(x_20); +lean_object* x_21; uint8_t x_22; +lean_dec(x_18); x_21 = lean_unsigned_to_nat(0u); +x_22 = lean_nat_dec_eq(x_3, x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_inc(x_2); -x_22 = l_Array_toSubarray___rarg(x_2, x_21, x_3); -x_23 = l_Array_ofSubarray___rarg(x_22); -x_24 = lean_ctor_get(x_17, 2); -lean_inc(x_24); +x_23 = l_Array_toSubarray___rarg(x_2, x_21, x_3); +x_24 = l_Array_ofSubarray___rarg(x_23); +x_25 = lean_ctor_get(x_16, 2); +lean_inc(x_25); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_25 = l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(x_23, x_21, x_24, x_6, x_7, x_8, x_9, x_18); -if (lean_obj_tag(x_25) == 0) +x_26 = l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(x_24, x_21, x_25, x_6, x_7, x_8, x_9, x_17); +if (lean_obj_tag(x_26) == 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; -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 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; +x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_array_get_size(x_23); -x_29 = lean_nat_sub(x_19, x_28); -lean_dec(x_28); +x_28 = lean_ctor_get(x_26, 1); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_array_get_size(x_24); +x_30 = lean_nat_sub(x_19, x_29); +lean_dec(x_29); lean_dec(x_19); -lean_inc(x_29); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_29); -x_31 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___lambda__1___boxed), 14, 7); -lean_closure_set(x_31, 0, x_29); -lean_closure_set(x_31, 1, x_1); -lean_closure_set(x_31, 2, x_2); -lean_closure_set(x_31, 3, x_4); -lean_closure_set(x_31, 4, x_14); -lean_closure_set(x_31, 5, x_17); -lean_closure_set(x_31, 6, x_23); -x_32 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_26, x_30, x_31, x_6, x_7, x_8, x_9, x_27); -return x_32; +lean_inc(x_30); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_32 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___lambda__1___boxed), 14, 7); +lean_closure_set(x_32, 0, x_30); +lean_closure_set(x_32, 1, x_1); +lean_closure_set(x_32, 2, x_2); +lean_closure_set(x_32, 3, x_4); +lean_closure_set(x_32, 4, x_14); +lean_closure_set(x_32, 5, x_16); +lean_closure_set(x_32, 6, x_24); +x_33 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_27, x_31, x_32, x_6, x_7, x_8, x_9, x_28); +return x_33; } else { -uint8_t x_33; -lean_dec(x_23); +uint8_t x_34; +lean_dec(x_24); lean_dec(x_19); -lean_dec(x_17); +lean_dec(x_16); lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -46778,198 +49179,68 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_33 = !lean_is_exclusive(x_25); -if (x_33 == 0) +x_34 = !lean_is_exclusive(x_26); +if (x_34 == 0) { -return x_25; +return x_26; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_25, 0); -x_35 = lean_ctor_get(x_25, 1); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_26, 0); +x_36 = lean_ctor_get(x_26, 1); +lean_inc(x_36); lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_25); -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_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_72; uint8_t x_73; -x_51 = lean_ctor_get(x_15, 0); -x_52 = lean_ctor_get(x_15, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_15); -x_53 = lean_array_get_size(x_2); -x_72 = lean_ctor_get(x_51, 5); -lean_inc(x_72); -x_73 = lean_nat_dec_eq(x_72, x_53); -lean_dec(x_72); -if (x_73 == 0) -{ -uint8_t x_74; -x_74 = lean_ctor_get_uint8(x_12, 3); -lean_dec(x_12); -if (x_74 == 0) -{ -uint8_t x_75; lean_object* x_76; lean_object* x_77; -lean_dec(x_53); -lean_dec(x_51); -lean_dec(x_14); -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_75 = 0; -x_76 = lean_box(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_52); -return x_77; -} -else -{ -lean_object* x_78; uint8_t x_79; -x_78 = lean_unsigned_to_nat(0u); -x_79 = lean_nat_dec_eq(x_3, x_78); -if (x_79 == 0) -{ -lean_object* x_80; -x_80 = lean_box(0); -x_54 = x_80; -goto block_71; -} -else -{ -lean_object* x_81; -lean_dec(x_53); -lean_dec(x_51); -lean_dec(x_14); -lean_dec(x_3); -x_81 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase(x_1, x_2, x_4, x_6, x_7, x_8, x_9, x_52); -lean_dec(x_2); -return x_81; -} +lean_dec(x_26); +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_82; uint8_t x_83; -lean_dec(x_12); -x_82 = lean_unsigned_to_nat(0u); -x_83 = lean_nat_dec_eq(x_3, x_82); -if (x_83 == 0) -{ -lean_object* x_84; -x_84 = lean_box(0); -x_54 = x_84; -goto block_71; } else { -lean_object* x_85; -lean_dec(x_53); -lean_dec(x_51); +lean_object* x_38; +lean_dec(x_19); +lean_dec(x_16); lean_dec(x_14); lean_dec(x_3); -x_85 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase(x_1, x_2, x_4, x_6, x_7, x_8, x_9, x_52); +x_38 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox_defaultCase(x_1, x_2, x_4, x_6, x_7, x_8, x_9, x_17); lean_dec(x_2); -return x_85; -} +return x_38; } -block_71: -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -lean_dec(x_54); -x_55 = lean_unsigned_to_nat(0u); -lean_inc(x_2); -x_56 = l_Array_toSubarray___rarg(x_2, x_55, x_3); -x_57 = l_Array_ofSubarray___rarg(x_56); -x_58 = lean_ctor_get(x_51, 2); -lean_inc(x_58); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_59 = l___private_Lean_Meta_Basic_0__Lean_Meta_instantiateForallAux(x_57, x_55, x_58, x_6, x_7, x_8, x_9, x_52); -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; lean_object* x_66; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = lean_array_get_size(x_57); -x_63 = lean_nat_sub(x_53, x_62); -lean_dec(x_62); -lean_dec(x_53); -lean_inc(x_63); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_63); -x_65 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox___lambda__1___boxed), 14, 7); -lean_closure_set(x_65, 0, x_63); -lean_closure_set(x_65, 1, x_1); -lean_closure_set(x_65, 2, x_2); -lean_closure_set(x_65, 3, x_4); -lean_closure_set(x_65, 4, x_14); -lean_closure_set(x_65, 5, x_51); -lean_closure_set(x_65, 6, x_57); -x_66 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_60, x_64, x_65, x_6, x_7, x_8, x_9, x_61); -return x_66; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; -lean_dec(x_57); -lean_dec(x_53); -lean_dec(x_51); +uint8_t x_39; lean_object* x_40; lean_object* x_41; +lean_dec(x_19); +lean_dec(x_16); lean_dec(x_14); 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_67 = lean_ctor_get(x_59, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_59, 1); -lean_inc(x_68); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_69 = x_59; -} else { - lean_dec_ref(x_59); - x_69 = lean_box(0); -} -if (lean_is_scalar(x_69)) { - x_70 = lean_alloc_ctor(1, 2, 0); +x_39 = 0; +x_40 = lean_box(x_39); +if (lean_is_scalar(x_18)) { + x_41 = lean_alloc_ctor(0, 2, 0); } else { - x_70 = x_69; -} -lean_ctor_set(x_70, 0, x_67); -lean_ctor_set(x_70, 1, x_68); -return x_70; + x_41 = x_18; } +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_17); +return x_41; } } } else { -uint8_t x_86; +uint8_t x_49; lean_dec(x_14); lean_dec(x_12); lean_dec(x_9); @@ -46980,23 +49251,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_86 = !lean_is_exclusive(x_15); -if (x_86 == 0) +x_49 = !lean_is_exclusive(x_15); +if (x_49 == 0) { return x_15; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_15, 0); -x_88 = lean_ctor_get(x_15, 1); -lean_inc(x_88); -lean_inc(x_87); +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_15, 0); +x_51 = lean_ctor_get(x_15, 1); +lean_inc(x_51); +lean_inc(x_50); lean_dec(x_15); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +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; } } } @@ -47200,9 +49471,9 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); x_16 = !lean_is_exclusive(x_14); if (x_16 == 0) @@ -47231,300 +49502,301 @@ return x_23; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_77; uint8_t x_78; x_24 = lean_ctor_get(x_14, 1); lean_inc(x_24); lean_dec(x_14); x_25 = lean_ctor_get(x_15, 0); lean_inc(x_25); lean_dec(x_15); -x_26 = lean_unsigned_to_nat(0u); -x_27 = lean_nat_dec_lt(x_26, x_3); -if (x_27 == 0) +x_77 = lean_unsigned_to_nat(0u); +x_78 = lean_nat_dec_lt(x_77, x_6); +if (x_78 == 0) { -lean_object* x_28; +uint8_t x_79; lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_28 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); -return x_28; +x_79 = 0; +x_26 = x_79; +goto block_76; } else { -uint8_t x_29; -x_29 = lean_nat_dec_le(x_3, x_3); -if (x_29 == 0) +uint8_t x_80; +x_80 = lean_nat_dec_le(x_6, x_6); +if (x_80 == 0) { -lean_object* x_30; +uint8_t x_81; lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_30 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); -return x_30; +x_81 = 0; +x_26 = x_81; +goto block_76; } else { -size_t x_31; size_t x_32; uint8_t x_33; -x_31 = 0; -x_32 = lean_usize_of_nat(x_3); -x_33 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__1(x_5, x_1, x_31, x_32); -if (x_33 == 0) +size_t x_82; size_t x_83; uint8_t x_84; +x_82 = 0; +x_83 = lean_usize_of_nat(x_6); +x_84 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__1(x_7, x_1, x_82, x_83); +x_26 = x_84; +goto block_76; +} +} +block_76: { -lean_object* x_34; -lean_dec(x_7); -lean_dec(x_6); +if (x_26 == 0) +{ +lean_object* x_27; +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); -x_34 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_24); -return x_34; +x_27 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_3, x_25, x_9, x_10, x_11, x_12, x_24); +return x_27; } else { -lean_object* x_35; lean_object* x_36; uint8_t x_37; +lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_25); -x_35 = l_Lean_Meta_isTypeCorrect(x_25, x_9, x_10, x_11, x_12, x_24); -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) +x_28 = l_Lean_Meta_isTypeCorrect(x_25, x_9, x_10, x_11, x_12, x_24); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_unbox(x_29); +lean_dec(x_29); +if (x_30 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_38 = lean_ctor_get(x_35, 1); -lean_inc(x_38); -lean_dec(x_35); -x_39 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1___closed__2; -x_40 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_39, x_9, x_10, x_11, x_12, x_38); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_unbox(x_41); -lean_dec(x_41); -if (x_42 == 0) +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_31 = lean_ctor_get(x_28, 1); +lean_inc(x_31); +lean_dec(x_28); +x_32 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1___closed__2; +x_33 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_32, x_9, x_10, x_11, x_12, x_31); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_unbox(x_34); +lean_dec(x_34); +if (x_35 == 0) { -lean_object* x_43; lean_object* x_44; +lean_object* x_36; lean_object* x_37; lean_dec(x_25); -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -lean_dec(x_40); +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_dec(x_33); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_6); -lean_inc(x_1); lean_inc(x_4); -x_44 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_4, x_1, x_6, x_9, x_10, x_11, x_12, x_43); -if (lean_obj_tag(x_44) == 0) +lean_inc(x_1); +lean_inc(x_3); +x_37 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_3, x_1, x_4, x_9, x_10, x_11, x_12, x_36); +if (lean_obj_tag(x_37) == 0) { -lean_object* x_45; uint8_t x_46; -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) +lean_object* x_38; uint8_t x_39; +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_unbox(x_38); +if (x_39 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_4, x_1, x_7, x_6, x_9, x_10, x_11, x_12, x_47); -return x_48; +lean_object* x_40; lean_object* x_41; +lean_dec(x_38); +x_40 = lean_ctor_get(x_37, 1); +lean_inc(x_40); +lean_dec(x_37); +x_41 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_3, x_1, x_5, x_4, x_9, x_10, x_11, x_12, x_40); +return x_41; } else { -uint8_t x_49; +uint8_t x_42; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) +x_42 = !lean_is_exclusive(x_37); +if (x_42 == 0) { -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; +lean_object* x_43; +x_43 = lean_ctor_get(x_37, 0); +lean_dec(x_43); +return x_37; } else { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_37, 1); +lean_inc(x_44); +lean_dec(x_37); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_38); +lean_ctor_set(x_45, 1, x_44); +return x_45; } } } else { -uint8_t x_53; +uint8_t x_46; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_44); -if (x_53 == 0) +x_46 = !lean_is_exclusive(x_37); +if (x_46 == 0) { -return x_44; +return x_37; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_44, 0); -x_55 = lean_ctor_get(x_44, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_44); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_37, 0); +x_48 = lean_ctor_get(x_37, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_37); +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; } } } 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; -x_57 = lean_ctor_get(x_40, 1); -lean_inc(x_57); -lean_dec(x_40); -lean_inc(x_4); -x_58 = l_Lean_MessageData_ofExpr(x_4); -x_59 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_60 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_58); -x_61 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__4; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Lean_MessageData_ofExpr(x_25); -x_64 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_64, 0, x_62); -lean_ctor_set(x_64, 1, x_63); -x_65 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_59); -x_66 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_39, x_65, x_9, x_10, x_11, x_12, x_57); -x_67 = lean_ctor_get(x_66, 1); -lean_inc(x_67); -lean_dec(x_66); +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; +x_50 = lean_ctor_get(x_33, 1); +lean_inc(x_50); +lean_dec(x_33); +lean_inc(x_3); +x_51 = l_Lean_MessageData_ofExpr(x_3); +x_52 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___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); +x_54 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_CheckAssignment_addAssignmentInfo___closed__4; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = l_Lean_MessageData_ofExpr(x_25); +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_52); +x_59 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_32, x_58, x_9, x_10, x_11, x_12, x_50); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +lean_dec(x_59); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_6); -lean_inc(x_1); lean_inc(x_4); -x_68 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_4, x_1, x_6, x_9, x_10, x_11, x_12, x_67); -if (lean_obj_tag(x_68) == 0) +lean_inc(x_1); +lean_inc(x_3); +x_61 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_3, x_1, x_4, x_9, x_10, x_11, x_12, x_60); +if (lean_obj_tag(x_61) == 0) { -lean_object* x_69; uint8_t x_70; -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_unbox(x_69); -if (x_70 == 0) +lean_object* x_62; uint8_t x_63; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_unbox(x_62); +if (x_63 == 0) { -lean_object* x_71; lean_object* x_72; -lean_dec(x_69); -x_71 = lean_ctor_get(x_68, 1); -lean_inc(x_71); -lean_dec(x_68); -x_72 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_4, x_1, x_7, x_6, x_9, x_10, x_11, x_12, x_71); -return x_72; +lean_object* x_64; lean_object* x_65; +lean_dec(x_62); +x_64 = lean_ctor_get(x_61, 1); +lean_inc(x_64); +lean_dec(x_61); +x_65 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_3, x_1, x_5, x_4, x_9, x_10, x_11, x_12, x_64); +return x_65; } else { -uint8_t x_73; +uint8_t x_66; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_73 = !lean_is_exclusive(x_68); -if (x_73 == 0) +x_66 = !lean_is_exclusive(x_61); +if (x_66 == 0) { -lean_object* x_74; -x_74 = lean_ctor_get(x_68, 0); -lean_dec(x_74); -return x_68; +lean_object* x_67; +x_67 = lean_ctor_get(x_61, 0); +lean_dec(x_67); +return x_61; } else { -lean_object* x_75; lean_object* x_76; -x_75 = lean_ctor_get(x_68, 1); -lean_inc(x_75); -lean_dec(x_68); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_69); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_68; lean_object* x_69; +x_68 = lean_ctor_get(x_61, 1); +lean_inc(x_68); +lean_dec(x_61); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_62); +lean_ctor_set(x_69, 1, x_68); +return x_69; } } } else { -uint8_t x_77; +uint8_t x_70; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); +lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_77 = !lean_is_exclusive(x_68); -if (x_77 == 0) +x_70 = !lean_is_exclusive(x_61); +if (x_70 == 0) { -return x_68; +return x_61; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_68, 0); -x_79 = lean_ctor_get(x_68, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_68); -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_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_61, 0); +x_72 = lean_ctor_get(x_61, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_61); +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; } } } } else { -lean_object* x_81; lean_object* x_82; -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_74; lean_object* x_75; +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); -x_81 = lean_ctor_get(x_35, 1); -lean_inc(x_81); -lean_dec(x_35); -x_82 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_4, x_25, x_9, x_10, x_11, x_12, x_81); -return x_82; -} +x_74 = lean_ctor_get(x_28, 1); +lean_inc(x_74); +lean_dec(x_28); +x_75 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign(x_3, x_25, x_9, x_10, x_11, x_12, x_74); +return x_75; } } } @@ -47532,33 +49804,33 @@ return x_82; } else { -uint8_t x_83; +uint8_t x_85; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_14); -if (x_83 == 0) +x_85 = !lean_is_exclusive(x_14); +if (x_85 == 0) { return x_14; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_14, 0); -x_85 = lean_ctor_get(x_14, 1); -lean_inc(x_85); -lean_inc(x_84); +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_14, 0); +x_87 = lean_ctor_get(x_14, 1); +lean_inc(x_87); +lean_inc(x_86); lean_dec(x_14); -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; +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } @@ -47742,7 +50014,7 @@ x_44 = lean_ctor_get(x_41, 1); lean_inc(x_44); lean_dec(x_41); x_45 = lean_box(0); -x_46 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1(x_4, x_39, x_14, x_1, x_2, x_5, x_3, x_45, x_6, x_7, x_8, x_9, x_44); +x_46 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1(x_4, x_39, x_1, x_5, x_3, x_14, x_2, x_45, x_6, x_7, x_8, x_9, x_44); lean_dec(x_14); return x_46; } @@ -47789,7 +50061,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_63, 1); lean_inc(x_65); lean_dec(x_63); -x_66 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1(x_4, x_39, x_14, x_1, x_2, x_5, x_3, x_64, x_6, x_7, x_8, x_9, x_65); +x_66 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___lambda__1(x_4, x_39, x_1, x_5, x_3, x_14, x_2, x_64, x_6, x_7, x_8, x_9, x_65); lean_dec(x_64); lean_dec(x_14); return x_66; @@ -47945,71 +50217,79 @@ lean_inc(x_86); x_88 = lean_array_fset(x_4, x_3, x_86); if (lean_obj_tag(x_86) == 1) { -lean_object* x_89; lean_object* x_90; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; uint8_t x_119; +lean_object* x_89; uint8_t x_90; uint8_t x_108; 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_89 = lean_ctor_get(x_86, 0); lean_inc(x_89); -x_114 = lean_unsigned_to_nat(0u); +x_129 = lean_unsigned_to_nat(0u); lean_inc(x_3); lean_inc(x_88); -x_115 = l_Array_toSubarray___rarg(x_88, x_114, x_3); -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -x_118 = lean_ctor_get(x_115, 2); -lean_inc(x_118); -lean_dec(x_115); -x_119 = lean_nat_dec_lt(x_117, x_118); -if (x_119 == 0) +x_130 = l_Array_toSubarray___rarg(x_88, x_129, x_3); +x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_130, 1); +lean_inc(x_132); +x_133 = lean_ctor_get(x_130, 2); +lean_inc(x_133); +lean_dec(x_130); +x_134 = lean_nat_dec_lt(x_132, x_133); +if (x_134 == 0) { -lean_object* x_120; -lean_dec(x_118); -lean_dec(x_117); -lean_dec(x_116); +uint8_t x_135; +lean_dec(x_133); +lean_dec(x_132); +lean_dec(x_131); lean_dec(x_86); -x_120 = lean_box(0); -x_90 = x_120; -goto block_113; +x_135 = 0; +x_108 = x_135; +goto block_128; } else { -lean_object* x_121; uint8_t x_122; -x_121 = lean_array_get_size(x_116); -x_122 = lean_nat_dec_le(x_118, x_121); -lean_dec(x_121); -if (x_122 == 0) +lean_object* x_136; uint8_t x_137; +x_136 = lean_array_get_size(x_131); +x_137 = lean_nat_dec_le(x_133, x_136); +lean_dec(x_136); +if (x_137 == 0) { -lean_object* x_123; -lean_dec(x_118); -lean_dec(x_117); -lean_dec(x_116); +uint8_t x_138; +lean_dec(x_133); +lean_dec(x_132); +lean_dec(x_131); lean_dec(x_86); -x_123 = lean_box(0); -x_90 = x_123; -goto block_113; +x_138 = 0; +x_108 = x_138; +goto block_128; } else { -size_t x_124; size_t x_125; uint8_t x_126; -x_124 = lean_usize_of_nat(x_117); -lean_dec(x_117); -x_125 = lean_usize_of_nat(x_118); -lean_dec(x_118); -x_126 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__2(x_86, x_116, x_124, x_125); -lean_dec(x_116); +size_t x_139; size_t x_140; uint8_t x_141; +x_139 = lean_usize_of_nat(x_132); +lean_dec(x_132); +x_140 = lean_usize_of_nat(x_133); +lean_dec(x_133); +x_141 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___spec__2(x_86, x_131, x_139, x_140); +lean_dec(x_131); lean_dec(x_86); -if (x_126 == 0) +x_108 = x_141; +goto block_128; +} +} +block_107: { -lean_object* x_127; -x_127 = lean_box(0); -x_90 = x_127; -goto block_113; +if (x_90 == 0) +{ +lean_object* x_91; lean_object* x_92; +x_91 = lean_unsigned_to_nat(1u); +x_92 = lean_nat_add(x_3, x_91); +lean_dec(x_3); +x_3 = x_92; +x_4 = x_88; +x_10 = x_87; +goto _start; } else { -lean_object* x_128; -lean_dec(x_89); -lean_dec(x_12); +lean_object* x_94; lean_dec(x_2); lean_inc(x_9); lean_inc(x_8); @@ -48018,26 +50298,26 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_88); lean_inc(x_1); -x_128 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_1, x_88, x_5, x_6, x_7, x_8, x_9, x_87); -if (lean_obj_tag(x_128) == 0) +x_94 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_1, x_88, x_5, x_6, x_7, x_8, x_9, x_87); +if (lean_obj_tag(x_94) == 0) { -lean_object* x_129; uint8_t x_130; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_unbox(x_129); -if (x_130 == 0) +lean_object* x_95; uint8_t x_96; +x_95 = lean_ctor_get(x_94, 0); +lean_inc(x_95); +x_96 = lean_unbox(x_95); +if (x_96 == 0) { -lean_object* x_131; lean_object* x_132; -lean_dec(x_129); -x_131 = lean_ctor_get(x_128, 1); -lean_inc(x_131); -lean_dec(x_128); -x_132 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_1, x_88, x_3, x_5, x_6, x_7, x_8, x_9, x_131); -return x_132; +lean_object* x_97; lean_object* x_98; +lean_dec(x_95); +x_97 = lean_ctor_get(x_94, 1); +lean_inc(x_97); +lean_dec(x_94); +x_98 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_1, x_88, x_3, x_5, x_6, x_7, x_8, x_9, x_97); +return x_98; } else { -uint8_t x_133; +uint8_t x_99; lean_dec(x_88); lean_dec(x_9); lean_dec(x_8); @@ -48046,30 +50326,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_133 = !lean_is_exclusive(x_128); -if (x_133 == 0) +x_99 = !lean_is_exclusive(x_94); +if (x_99 == 0) { -lean_object* x_134; -x_134 = lean_ctor_get(x_128, 0); -lean_dec(x_134); -return x_128; +lean_object* x_100; +x_100 = lean_ctor_get(x_94, 0); +lean_dec(x_100); +return x_94; } else { -lean_object* x_135; lean_object* x_136; -x_135 = lean_ctor_get(x_128, 1); -lean_inc(x_135); -lean_dec(x_128); -x_136 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_136, 0, x_129); -lean_ctor_set(x_136, 1, x_135); -return x_136; +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_94, 1); +lean_inc(x_101); +lean_dec(x_94); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_95); +lean_ctor_set(x_102, 1, x_101); +return x_102; } } } else { -uint8_t x_137; +uint8_t x_103; lean_dec(x_88); lean_dec(x_9); lean_dec(x_8); @@ -48078,55 +50358,69 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_137 = !lean_is_exclusive(x_128); -if (x_137 == 0) +x_103 = !lean_is_exclusive(x_94); +if (x_103 == 0) { -return x_128; +return x_94; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_128, 0); -x_139 = lean_ctor_get(x_128, 1); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_128); -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; -} +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_94, 0); +x_105 = lean_ctor_get(x_94, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_94); +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; } } } } -block_113: +block_128: { -lean_object* x_91; uint8_t x_92; -lean_dec(x_90); -x_91 = lean_ctor_get(x_2, 1); -lean_inc(x_91); -x_92 = l_Lean_LocalContext_contains(x_91, x_89); -if (x_92 == 0) +if (x_108 == 0) { -lean_object* x_93; lean_object* x_94; +lean_object* x_109; uint8_t x_110; +x_109 = lean_ctor_get(x_2, 1); +lean_inc(x_109); +x_110 = l_Lean_LocalContext_contains(x_109, x_89); +if (x_110 == 0) +{ +uint8_t x_111; lean_dec(x_12); -x_93 = lean_unsigned_to_nat(1u); -x_94 = lean_nat_add(x_3, x_93); -lean_dec(x_3); -x_3 = x_94; -x_4 = x_88; -x_10 = x_87; -goto _start; +x_111 = 0; +x_90 = x_111; +goto block_107; } else { -uint8_t x_96; -x_96 = lean_ctor_get_uint8(x_12, 2); +uint8_t x_112; +x_112 = lean_ctor_get_uint8(x_12, 2); lean_dec(x_12); -if (x_96 == 0) +if (x_112 == 0) { -lean_object* x_97; +uint8_t x_113; +x_113 = 1; +x_90 = x_113; +goto block_107; +} +else +{ +uint8_t x_114; +x_114 = 0; +x_90 = x_114; +goto block_107; +} +} +} +else +{ +lean_object* x_115; +lean_dec(x_89); +lean_dec(x_12); lean_dec(x_2); lean_inc(x_9); lean_inc(x_8); @@ -48135,26 +50429,26 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_88); lean_inc(x_1); -x_97 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_1, x_88, x_5, x_6, x_7, x_8, x_9, x_87); -if (lean_obj_tag(x_97) == 0) +x_115 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_1, x_88, x_5, x_6, x_7, x_8, x_9, x_87); +if (lean_obj_tag(x_115) == 0) { -lean_object* x_98; uint8_t x_99; -x_98 = lean_ctor_get(x_97, 0); -lean_inc(x_98); -x_99 = lean_unbox(x_98); -if (x_99 == 0) +lean_object* x_116; uint8_t x_117; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_unbox(x_116); +if (x_117 == 0) { -lean_object* x_100; lean_object* x_101; -lean_dec(x_98); -x_100 = lean_ctor_get(x_97, 1); -lean_inc(x_100); -lean_dec(x_97); -x_101 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_1, x_88, x_3, x_5, x_6, x_7, x_8, x_9, x_100); -return x_101; +lean_object* x_118; lean_object* x_119; +lean_dec(x_116); +x_118 = lean_ctor_get(x_115, 1); +lean_inc(x_118); +lean_dec(x_115); +x_119 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_1, x_88, x_3, x_5, x_6, x_7, x_8, x_9, x_118); +return x_119; } else { -uint8_t x_102; +uint8_t x_120; lean_dec(x_88); lean_dec(x_9); lean_dec(x_8); @@ -48163,30 +50457,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_102 = !lean_is_exclusive(x_97); -if (x_102 == 0) +x_120 = !lean_is_exclusive(x_115); +if (x_120 == 0) { -lean_object* x_103; -x_103 = lean_ctor_get(x_97, 0); -lean_dec(x_103); -return x_97; +lean_object* x_121; +x_121 = lean_ctor_get(x_115, 0); +lean_dec(x_121); +return x_115; } else { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_97, 1); -lean_inc(x_104); -lean_dec(x_97); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_98); -lean_ctor_set(x_105, 1, x_104); -return x_105; +lean_object* x_122; lean_object* x_123; +x_122 = lean_ctor_get(x_115, 1); +lean_inc(x_122); +lean_dec(x_115); +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_116); +lean_ctor_set(x_123, 1, x_122); +return x_123; } } } else { -uint8_t x_106; +uint8_t x_124; lean_dec(x_88); lean_dec(x_9); lean_dec(x_8); @@ -48195,43 +50489,31 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_106 = !lean_is_exclusive(x_97); -if (x_106 == 0) +x_124 = !lean_is_exclusive(x_115); +if (x_124 == 0) { -return x_97; +return x_115; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_97, 0); -x_108 = lean_ctor_get(x_97, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_97); -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; -} -} +lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_125 = lean_ctor_get(x_115, 0); +x_126 = lean_ctor_get(x_115, 1); +lean_inc(x_126); +lean_inc(x_125); +lean_dec(x_115); +x_127 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_127, 0, x_125); +lean_ctor_set(x_127, 1, x_126); +return x_127; } -else -{ -lean_object* x_110; lean_object* x_111; -x_110 = lean_unsigned_to_nat(1u); -x_111 = lean_nat_add(x_3, x_110); -lean_dec(x_3); -x_3 = x_111; -x_4 = x_88; -x_10 = x_87; -goto _start; } } } } else { -lean_object* x_141; +lean_object* x_142; lean_dec(x_86); lean_dec(x_12); lean_dec(x_2); @@ -48242,26 +50524,26 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_88); lean_inc(x_1); -x_141 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_1, x_88, x_5, x_6, x_7, x_8, x_9, x_87); -if (lean_obj_tag(x_141) == 0) +x_142 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignmentFOApprox_loop(x_1, x_88, x_5, x_6, x_7, x_8, x_9, x_87); +if (lean_obj_tag(x_142) == 0) { -lean_object* x_142; uint8_t x_143; -x_142 = lean_ctor_get(x_141, 0); -lean_inc(x_142); -x_143 = lean_unbox(x_142); -if (x_143 == 0) +lean_object* x_143; uint8_t x_144; +x_143 = lean_ctor_get(x_142, 0); +lean_inc(x_143); +x_144 = lean_unbox(x_143); +if (x_144 == 0) { -lean_object* x_144; lean_object* x_145; +lean_object* x_145; lean_object* x_146; +lean_dec(x_143); +x_145 = lean_ctor_get(x_142, 1); +lean_inc(x_145); lean_dec(x_142); -x_144 = lean_ctor_get(x_141, 1); -lean_inc(x_144); -lean_dec(x_141); -x_145 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_1, x_88, x_3, x_5, x_6, x_7, x_8, x_9, x_144); -return x_145; +x_146 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processConstApprox(x_1, x_88, x_3, x_5, x_6, x_7, x_8, x_9, x_145); +return x_146; } else { -uint8_t x_146; +uint8_t x_147; lean_dec(x_88); lean_dec(x_9); lean_dec(x_8); @@ -48270,30 +50552,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_146 = !lean_is_exclusive(x_141); -if (x_146 == 0) +x_147 = !lean_is_exclusive(x_142); +if (x_147 == 0) { -lean_object* x_147; -x_147 = lean_ctor_get(x_141, 0); -lean_dec(x_147); -return x_141; +lean_object* x_148; +x_148 = lean_ctor_get(x_142, 0); +lean_dec(x_148); +return x_142; } else { -lean_object* x_148; lean_object* x_149; -x_148 = lean_ctor_get(x_141, 1); -lean_inc(x_148); -lean_dec(x_141); -x_149 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_149, 0, x_142); -lean_ctor_set(x_149, 1, x_148); -return x_149; +lean_object* x_149; lean_object* x_150; +x_149 = lean_ctor_get(x_142, 1); +lean_inc(x_149); +lean_dec(x_142); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_143); +lean_ctor_set(x_150, 1, x_149); +return x_150; } } } else { -uint8_t x_150; +uint8_t x_151; lean_dec(x_88); lean_dec(x_9); lean_dec(x_8); @@ -48302,30 +50584,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_150 = !lean_is_exclusive(x_141); -if (x_150 == 0) +x_151 = !lean_is_exclusive(x_142); +if (x_151 == 0) { -return x_141; +return x_142; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = lean_ctor_get(x_141, 0); -x_152 = lean_ctor_get(x_141, 1); +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_142, 0); +x_153 = lean_ctor_get(x_142, 1); +lean_inc(x_153); lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_141); -x_153 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_153, 0, x_151); -lean_ctor_set(x_153, 1, x_152); -return x_153; +lean_dec(x_142); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } } else { -uint8_t x_154; +uint8_t x_155; lean_dec(x_12); lean_dec(x_9); lean_dec(x_8); @@ -48336,23 +50618,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_154 = !lean_is_exclusive(x_85); -if (x_154 == 0) +x_155 = !lean_is_exclusive(x_85); +if (x_155 == 0) { return x_85; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_85, 0); -x_156 = lean_ctor_get(x_85, 1); +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_85, 0); +x_157 = lean_ctor_get(x_85, 1); +lean_inc(x_157); lean_inc(x_156); -lean_inc(x_155); lean_dec(x_85); -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; +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_157); +return x_158; } } } @@ -48393,7 +50675,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAss lean_object* x_14; x_14 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_process___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_8); -lean_dec(x_3); +lean_dec(x_6); return x_14; } } @@ -48430,7 +50712,7 @@ lean_inc(x_12); lean_dec(x_10); x_13 = lean_unsigned_to_nat(0u); x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_13); -x_15 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_15 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_14); x_16 = lean_mk_array(x_14, x_15); x_17 = lean_unsigned_to_nat(1u); @@ -50175,7 +52457,7 @@ x_19 = lean_alloc_closure((void*)(l_ReaderT_pure___at___private_Lean_Meta_ExprDe lean_closure_set(x_19, 0, x_18); x_20 = lean_unsigned_to_nat(0u); x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_20); -x_22 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_22 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_21); x_23 = lean_mk_array(x_21, x_22); x_24 = lean_unsigned_to_nat(1u); @@ -51185,13 +53467,43 @@ return x_10; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(lean_object* x_1, lean_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; -x_10 = l_Lean_Expr_hasExprMVar(x_3); +uint8_t x_10; uint8_t x_42; +x_42 = l_Lean_Expr_hasExprMVar(x_3); +if (x_42 == 0) +{ +uint8_t x_43; +x_43 = l_Lean_Expr_hasExprMVar(x_4); +if (x_43 == 0) +{ +uint8_t x_44; +x_44 = 1; +x_10 = x_44; +goto block_41; +} +else +{ +uint8_t x_45; +x_45 = 0; +x_10 = x_45; +goto block_41; +} +} +else +{ +uint8_t x_46; +x_46 = 0; +x_10 = x_46; +goto block_41; +} +block_41: +{ if (x_10 == 0) { -uint8_t x_11; -x_11 = l_Lean_Expr_hasExprMVar(x_4); -if (x_11 == 0) +lean_object* x_11; +x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldComparingHeadsDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_11; +} +else { lean_object* x_12; lean_object* x_13; uint8_t x_14; x_12 = l_Lean_ConstantInfo_hints(x_1); @@ -51347,18 +53659,6 @@ return x_40; } } } -else -{ -lean_object* x_41; -x_41 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldComparingHeadsDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_41; -} -} -else -{ -lean_object* x_42; -x_42 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldComparingHeadsDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_42; } } } @@ -51383,7 +53683,7 @@ x_12 = lean_unbox(x_11); lean_dec(x_11); if (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; uint8_t x_20; +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; uint8_t x_22; uint8_t x_50; x_13 = lean_ctor_get(x_10, 1); lean_inc(x_13); lean_dec(x_10); @@ -51398,38 +53698,67 @@ lean_dec(x_15); x_18 = l_Lean_ConstantInfo_name(x_2); lean_inc(x_18); x_19 = l_Lean_isReducible___at___private_Lean_Meta_Basic_0__Lean_Meta_getDefInfoTemp___spec__1(x_18, x_5, x_6, x_7, x_8, x_17); -x_20 = lean_unbox(x_16); -lean_dec(x_16); -if (x_20 == 0) -{ -lean_object* x_21; uint8_t x_22; -lean_dec(x_14); -x_21 = lean_ctor_get(x_19, 0); +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); lean_inc(x_21); -x_22 = lean_unbox(x_21); -lean_dec(x_21); +lean_dec(x_19); +x_50 = lean_unbox(x_16); +if (x_50 == 0) +{ +uint8_t x_51; +x_51 = 0; +x_22 = x_51; +goto block_49; +} +else +{ +uint8_t x_52; +x_52 = lean_unbox(x_20); +if (x_52 == 0) +{ +uint8_t x_53; +x_53 = 1; +x_22 = x_53; +goto block_49; +} +else +{ +uint8_t x_54; +x_54 = 0; +x_22 = x_54; +goto block_49; +} +} +block_49: +{ if (x_22 == 0) { -lean_object* x_23; lean_object* x_24; +uint8_t x_23; +lean_dec(x_14); +x_23 = lean_unbox(x_16); +lean_dec(x_16); +if (x_23 == 0) +{ +uint8_t x_24; +x_24 = lean_unbox(x_20); +lean_dec(x_20); +if (x_24 == 0) +{ +lean_object* x_25; lean_dec(x_18); -x_23 = lean_ctor_get(x_19, 1); -lean_inc(x_23); -lean_dec(x_19); -x_24 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_23); -return x_24; +x_25 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +return x_25; } else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_19, 1); -lean_inc(x_25); -lean_dec(x_19); +lean_object* x_26; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_26 = l_Lean_Meta_unfoldDefinition_x3f(x_4, x_5, x_6, x_7, x_8, x_25); +x_26 = l_Lean_Meta_unfoldDefinition_x3f(x_4, x_5, x_6, x_7, x_8, x_21); if (lean_obj_tag(x_26) == 0) { lean_object* x_27; @@ -51492,56 +53821,57 @@ return x_36; } else { -lean_object* x_37; uint8_t x_38; +lean_object* x_37; +lean_dec(x_20); lean_dec(x_18); -x_37 = lean_ctor_get(x_19, 0); -lean_inc(x_37); -x_38 = lean_unbox(x_37); -lean_dec(x_37); -if (x_38 == 0) +x_37 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +return x_37; +} +} +else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_19, 1); -lean_inc(x_39); -lean_dec(x_19); +lean_object* x_38; +lean_dec(x_20); +lean_dec(x_18); +lean_dec(x_16); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); -x_40 = l_Lean_Meta_unfoldDefinition_x3f(x_3, x_5, x_6, x_7, x_8, x_39); -if (lean_obj_tag(x_40) == 0) +x_38 = l_Lean_Meta_unfoldDefinition_x3f(x_3, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_41; -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -if (lean_obj_tag(x_41) == 0) +lean_object* x_39; +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_42; lean_object* x_43; +lean_object* x_40; lean_object* x_41; lean_dec(x_14); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_42); -return x_43; +x_40 = lean_ctor_get(x_38, 1); +lean_inc(x_40); +lean_dec(x_38); +x_41 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_40); +return x_41; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_dec(x_3); -x_44 = lean_ctor_get(x_40, 1); -lean_inc(x_44); -lean_dec(x_40); -x_45 = lean_ctor_get(x_41, 0); -lean_inc(x_45); -lean_dec(x_41); -x_46 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft(x_14, x_45, x_4, x_5, x_6, x_7, x_8, x_44); -return x_46; +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_43 = lean_ctor_get(x_39, 0); +lean_inc(x_43); +lean_dec(x_39); +x_44 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqLeft(x_14, x_43, x_4, x_5, x_6, x_7, x_8, x_42); +return x_44; } } else { -uint8_t x_47; +uint8_t x_45; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -51549,46 +53879,36 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_47 = !lean_is_exclusive(x_40); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_38); +if (x_45 == 0) { -return x_40; +return x_38; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_40, 0); -x_49 = lean_ctor_get(x_40, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_40); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_38, 0); +x_47 = lean_ctor_get(x_38, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_38); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } -else -{ -lean_object* x_51; lean_object* x_52; -lean_dec(x_14); -x_51 = lean_ctor_get(x_19, 1); -lean_inc(x_51); -lean_dec(x_19); -x_52 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_51); -return x_52; } } } else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_10, 1); -lean_inc(x_53); +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_10, 1); +lean_inc(x_55); lean_dec(x_10); -x_54 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_53); -return x_54; +x_56 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_unfoldDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_55); +return x_56; } } } @@ -52714,7 +55034,7 @@ lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean lean_dec(x_4); x_10 = lean_unsigned_to_nat(0u); x_11 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_10); -x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_11); x_13 = lean_mk_array(x_11, x_12); x_14 = lean_unsigned_to_nat(1u); @@ -54214,133 +56534,120 @@ return x_114; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqMVarSelf(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_9; uint8_t x_10; lean_object* x_140; uint8_t x_141; x_9 = lean_array_get_size(x_2); -x_10 = lean_array_get_size(x_3); -x_11 = lean_nat_dec_eq(x_9, x_10); -lean_dec(x_10); -if (x_11 == 0) +x_140 = lean_array_get_size(x_3); +x_141 = lean_nat_dec_eq(x_9, x_140); +lean_dec(x_140); +if (x_141 == 0) { -uint8_t x_12; lean_object* x_13; lean_object* x_14; -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_8); -return x_14; +uint8_t x_142; +x_142 = 1; +x_10 = x_142; +goto block_139; } else { -lean_object* x_15; +uint8_t x_143; +x_143 = 0; +x_10 = x_143; +goto block_139; +} +block_139: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_15 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgs(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +x_13 = lean_unbox(x_12); +lean_dec(x_12); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_11, 1); +lean_inc(x_14); +lean_dec(x_11); +lean_inc(x_1); +x_15 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(x_1, x_4, x_5, x_6, x_7, x_14); if (lean_obj_tag(x_15) == 0) { -lean_object* x_16; uint8_t x_17; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_117; x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = lean_unbox(x_16); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_18 = x_15; +} else { + lean_dec_ref(x_15); + x_18 = lean_box(0); +} +x_117 = lean_unbox(x_16); lean_dec(x_16); -if (x_17 == 0) -{ -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_dec(x_15); -lean_inc(x_1); -x_19 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(x_1, x_4, x_5, x_6, x_7, x_18); -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) -{ -uint8_t x_22; -lean_dec(x_9); -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_22 = !lean_is_exclusive(x_19); -if (x_22 == 0) +if (x_117 == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_19, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_19, 0, x_25); -return x_19; +uint8_t x_118; +x_118 = 1; +x_19 = x_118; +goto block_116; } else { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_19, 1); -lean_inc(x_26); -lean_dec(x_19); -x_27 = 0; -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; -} +uint8_t x_119; +x_119 = 0; +x_19 = x_119; +goto block_116; } -else +block_116: { -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_19, 1); -lean_inc(x_30); -lean_dec(x_19); -x_31 = l_Lean_Meta_getConfig(x_4, x_5, x_6, x_7, x_30); -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); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_dec(x_18); +x_20 = l_Lean_Meta_getConfig(x_4, x_5, x_6, x_7, x_17); +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); lean_inc(x_1); -x_34 = l_Lean_Expr_mvarId_x21(x_1); -x_35 = l_Lean_MVarId_getDecl(x_34, x_4, x_5, x_6, x_7, x_33); -if (lean_obj_tag(x_35) == 0) +x_23 = l_Lean_Expr_mvarId_x21(x_1); +x_24 = l_Lean_MVarId_getDecl(x_23, x_4, x_5, x_6, x_7, x_22); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_36; -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); -x_39 = lean_ctor_get(x_37, 5); -lean_inc(x_39); -x_40 = lean_nat_dec_eq(x_39, x_9); -lean_dec(x_39); -if (x_40 == 0) +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_ctor_get(x_24, 1); +x_28 = lean_ctor_get(x_26, 5); +lean_inc(x_28); +x_29 = lean_nat_dec_eq(x_28, x_9); +lean_dec(x_28); +if (x_29 == 0) { -uint8_t x_41; -x_41 = lean_ctor_get_uint8(x_32, 3); -lean_dec(x_32); -if (x_41 == 0) +uint8_t x_30; +x_30 = lean_ctor_get_uint8(x_21, 3); +lean_dec(x_21); +if (x_30 == 0) { -uint8_t x_42; lean_object* x_43; -lean_dec(x_37); +uint8_t x_31; lean_object* x_32; +lean_dec(x_26); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -54348,167 +56655,167 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_42 = 0; -x_43 = lean_box(x_42); -lean_ctor_set(x_35, 0, x_43); -return x_35; +x_31 = 0; +x_32 = lean_box(x_31); +lean_ctor_set(x_24, 0, x_32); +return x_24; } else { -lean_object* x_44; lean_object* x_45; -lean_free_object(x_35); +lean_object* x_33; lean_object* x_34; +lean_free_object(x_24); lean_inc(x_1); -x_44 = l_Lean_mkAppN(x_1, x_2); +x_33 = l_Lean_mkAppN(x_1, x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_45 = lean_infer_type(x_44, x_4, x_5, x_6, x_7, x_38); -if (lean_obj_tag(x_45) == 0) +x_34 = lean_infer_type(x_33, x_4, x_5, x_6, x_7, x_27); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -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_37, 1); -lean_inc(x_48); -x_49 = lean_ctor_get(x_37, 4); -lean_inc(x_49); -lean_dec(x_37); -x_50 = 0; -x_51 = lean_box(0); -x_52 = lean_unsigned_to_nat(0u); -x_53 = l_Lean_Meta_mkFreshExprMVarAt(x_48, x_49, x_46, x_50, x_51, x_52, x_4, x_5, x_6, x_7, x_47); -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_54, x_4, x_5, x_6, x_7, x_55); -return x_56; +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; lean_object* x_44; lean_object* x_45; +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = lean_ctor_get(x_26, 1); +lean_inc(x_37); +x_38 = lean_ctor_get(x_26, 4); +lean_inc(x_38); +lean_dec(x_26); +x_39 = 0; +x_40 = lean_box(0); +x_41 = lean_unsigned_to_nat(0u); +x_42 = l_Lean_Meta_mkFreshExprMVarAt(x_37, x_38, x_35, x_39, x_40, x_41, x_4, x_5, x_6, x_7, x_36); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_43, x_4, x_5, x_6, x_7, x_44); +return x_45; } else { -uint8_t x_57; -lean_dec(x_37); +uint8_t x_46; +lean_dec(x_26); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_57 = !lean_is_exclusive(x_45); -if (x_57 == 0) +x_46 = !lean_is_exclusive(x_34); +if (x_46 == 0) { -return x_45; +return x_34; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_45, 0); -x_59 = lean_ctor_get(x_45, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_45); -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; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_34, 0); +x_48 = lean_ctor_get(x_34, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_34); +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; } } } } else { -lean_object* x_61; lean_object* x_62; -lean_free_object(x_35); -lean_dec(x_32); +lean_object* x_50; lean_object* x_51; +lean_free_object(x_24); +lean_dec(x_21); lean_inc(x_1); -x_61 = l_Lean_mkAppN(x_1, x_2); +x_50 = l_Lean_mkAppN(x_1, x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_62 = lean_infer_type(x_61, x_4, x_5, x_6, x_7, x_38); -if (lean_obj_tag(x_62) == 0) +x_51 = lean_infer_type(x_50, x_4, x_5, x_6, x_7, x_27); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t 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; -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_ctor_get(x_37, 1); -lean_inc(x_65); -x_66 = lean_ctor_get(x_37, 4); -lean_inc(x_66); -lean_dec(x_37); -x_67 = 0; -x_68 = lean_box(0); -x_69 = lean_unsigned_to_nat(0u); -x_70 = l_Lean_Meta_mkFreshExprMVarAt(x_65, x_66, x_63, x_67, x_68, x_69, x_4, x_5, x_6, x_7, x_64); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_71, x_4, x_5, x_6, x_7, x_72); -return x_73; +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_ctor_get(x_26, 1); +lean_inc(x_54); +x_55 = lean_ctor_get(x_26, 4); +lean_inc(x_55); +lean_dec(x_26); +x_56 = 0; +x_57 = lean_box(0); +x_58 = lean_unsigned_to_nat(0u); +x_59 = l_Lean_Meta_mkFreshExprMVarAt(x_54, x_55, x_52, x_56, x_57, x_58, x_4, x_5, x_6, x_7, x_53); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_60, x_4, x_5, x_6, x_7, x_61); +return x_62; } else { -uint8_t x_74; -lean_dec(x_37); +uint8_t x_63; +lean_dec(x_26); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_74 = !lean_is_exclusive(x_62); -if (x_74 == 0) +x_63 = !lean_is_exclusive(x_51); +if (x_63 == 0) { -return x_62; +return x_51; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_62, 0); -x_76 = lean_ctor_get(x_62, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_62); -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; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_51, 0); +x_65 = lean_ctor_get(x_51, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_51); +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_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; -x_78 = lean_ctor_get(x_35, 0); -x_79 = lean_ctor_get(x_35, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_35); -x_80 = lean_ctor_get(x_78, 5); -lean_inc(x_80); -x_81 = lean_nat_dec_eq(x_80, x_9); -lean_dec(x_80); -if (x_81 == 0) +lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; +x_67 = lean_ctor_get(x_24, 0); +x_68 = lean_ctor_get(x_24, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_24); +x_69 = lean_ctor_get(x_67, 5); +lean_inc(x_69); +x_70 = lean_nat_dec_eq(x_69, x_9); +lean_dec(x_69); +if (x_70 == 0) { -uint8_t x_82; -x_82 = lean_ctor_get_uint8(x_32, 3); -lean_dec(x_32); -if (x_82 == 0) +uint8_t x_71; +x_71 = lean_ctor_get_uint8(x_21, 3); +lean_dec(x_21); +if (x_71 == 0) { -uint8_t x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_78); +uint8_t x_72; lean_object* x_73; lean_object* x_74; +lean_dec(x_67); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -54516,155 +56823,208 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_83 = 0; -x_84 = lean_box(x_83); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_79); -return x_85; +x_72 = 0; +x_73 = lean_box(x_72); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_68); +return x_74; } else { -lean_object* x_86; lean_object* x_87; +lean_object* x_75; lean_object* x_76; lean_inc(x_1); -x_86 = l_Lean_mkAppN(x_1, x_2); +x_75 = l_Lean_mkAppN(x_1, x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_87 = lean_infer_type(x_86, x_4, x_5, x_6, x_7, x_79); -if (lean_obj_tag(x_87) == 0) +x_76 = lean_infer_type(x_75, x_4, x_5, x_6, x_7, x_68); +if (lean_obj_tag(x_76) == 0) { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t 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_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 = lean_ctor_get(x_78, 1); -lean_inc(x_90); -x_91 = lean_ctor_get(x_78, 4); -lean_inc(x_91); -lean_dec(x_78); -x_92 = 0; -x_93 = lean_box(0); -x_94 = lean_unsigned_to_nat(0u); -x_95 = l_Lean_Meta_mkFreshExprMVarAt(x_90, x_91, x_88, x_92, x_93, x_94, x_4, x_5, x_6, x_7, x_89); -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 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_96, x_4, x_5, x_6, x_7, x_97); -return x_98; +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t 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; +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 = lean_ctor_get(x_67, 1); +lean_inc(x_79); +x_80 = lean_ctor_get(x_67, 4); +lean_inc(x_80); +lean_dec(x_67); +x_81 = 0; +x_82 = lean_box(0); +x_83 = lean_unsigned_to_nat(0u); +x_84 = l_Lean_Meta_mkFreshExprMVarAt(x_79, x_80, x_77, x_81, x_82, x_83, x_4, x_5, x_6, x_7, x_78); +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_85, x_4, x_5, x_6, x_7, x_86); +return x_87; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; -lean_dec(x_78); +lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_dec(x_67); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_99 = lean_ctor_get(x_87, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_87, 1); -lean_inc(x_100); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_101 = x_87; +x_88 = lean_ctor_get(x_76, 0); +lean_inc(x_88); +x_89 = lean_ctor_get(x_76, 1); +lean_inc(x_89); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_90 = x_76; } else { - lean_dec_ref(x_87); - x_101 = lean_box(0); + lean_dec_ref(x_76); + x_90 = lean_box(0); } -if (lean_is_scalar(x_101)) { - x_102 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_90)) { + x_91 = lean_alloc_ctor(1, 2, 0); } else { - x_102 = x_101; + x_91 = x_90; } -lean_ctor_set(x_102, 0, x_99); -lean_ctor_set(x_102, 1, x_100); -return x_102; +lean_ctor_set(x_91, 0, x_88); +lean_ctor_set(x_91, 1, x_89); +return x_91; } } } else { -lean_object* x_103; lean_object* x_104; -lean_dec(x_32); +lean_object* x_92; lean_object* x_93; +lean_dec(x_21); lean_inc(x_1); -x_103 = l_Lean_mkAppN(x_1, x_2); +x_92 = l_Lean_mkAppN(x_1, x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_104 = lean_infer_type(x_103, x_4, x_5, x_6, x_7, x_79); -if (lean_obj_tag(x_104) == 0) +x_93 = lean_infer_type(x_92, x_4, x_5, x_6, x_7, x_68); +if (lean_obj_tag(x_93) == 0) { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t 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; -x_105 = lean_ctor_get(x_104, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 1); -lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_78, 1); -lean_inc(x_107); -x_108 = lean_ctor_get(x_78, 4); -lean_inc(x_108); -lean_dec(x_78); -x_109 = 0; -x_110 = lean_box(0); -x_111 = lean_unsigned_to_nat(0u); -x_112 = l_Lean_Meta_mkFreshExprMVarAt(x_107, x_108, x_105, x_109, x_110, x_111, x_4, x_5, x_6, x_7, x_106); -x_113 = lean_ctor_get(x_112, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -lean_dec(x_112); -x_115 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_113, x_4, x_5, x_6, x_7, x_114); -return x_115; +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t 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_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec(x_93); +x_96 = lean_ctor_get(x_67, 1); +lean_inc(x_96); +x_97 = lean_ctor_get(x_67, 4); +lean_inc(x_97); +lean_dec(x_67); +x_98 = 0; +x_99 = lean_box(0); +x_100 = lean_unsigned_to_nat(0u); +x_101 = l_Lean_Meta_mkFreshExprMVarAt(x_96, x_97, x_94, x_98, x_99, x_100, x_4, x_5, x_6, x_7, x_95); +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); +x_104 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_assignConst(x_1, x_9, x_102, x_4, x_5, x_6, x_7, x_103); +return x_104; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -lean_dec(x_78); +lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +lean_dec(x_67); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_116 = lean_ctor_get(x_104, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_104, 1); -lean_inc(x_117); -if (lean_is_exclusive(x_104)) { - lean_ctor_release(x_104, 0); - lean_ctor_release(x_104, 1); - x_118 = x_104; +x_105 = lean_ctor_get(x_93, 0); +lean_inc(x_105); +x_106 = lean_ctor_get(x_93, 1); +lean_inc(x_106); +if (lean_is_exclusive(x_93)) { + lean_ctor_release(x_93, 0); + lean_ctor_release(x_93, 1); + x_107 = x_93; } else { - lean_dec_ref(x_104); - x_118 = lean_box(0); + lean_dec_ref(x_93); + x_107 = lean_box(0); } -if (lean_is_scalar(x_118)) { - x_119 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_107)) { + x_108 = lean_alloc_ctor(1, 2, 0); } else { - x_119 = x_118; + x_108 = x_107; } -lean_ctor_set(x_119, 0, x_116); -lean_ctor_set(x_119, 1, x_117); -return x_119; +lean_ctor_set(x_108, 0, x_105); +lean_ctor_set(x_108, 1, x_106); +return x_108; +} +} +} +} +else +{ +uint8_t x_109; +lean_dec(x_21); +lean_dec(x_9); +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_24); +if (x_109 == 0) +{ +return x_24; } +else +{ +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_24, 0); +x_111 = lean_ctor_get(x_24, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_24); +x_112 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +return x_112; +} +} +} +else +{ +uint8_t x_113; lean_object* x_114; lean_object* x_115; +lean_dec(x_9); +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_113 = 0; +x_114 = lean_box(x_113); +if (lean_is_scalar(x_18)) { + x_115 = lean_alloc_ctor(0, 2, 0); +} else { + x_115 = x_18; +} +lean_ctor_set(x_115, 0, x_114); +lean_ctor_set(x_115, 1, x_17); +return x_115; } } } else { uint8_t x_120; -lean_dec(x_32); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -54672,19 +57032,19 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_120 = !lean_is_exclusive(x_35); +x_120 = !lean_is_exclusive(x_15); if (x_120 == 0) { -return x_35; +return x_15; } else { lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_35, 0); -x_122 = lean_ctor_get(x_35, 1); +x_121 = lean_ctor_get(x_15, 0); +x_122 = lean_ctor_get(x_15, 1); lean_inc(x_122); lean_inc(x_121); -lean_dec(x_35); +lean_dec(x_15); x_123 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_123, 0, x_121); lean_ctor_set(x_123, 1, x_122); @@ -54692,7 +57052,6 @@ return x_123; } } } -} else { uint8_t x_124; @@ -54703,29 +57062,35 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_124 = !lean_is_exclusive(x_19); +x_124 = !lean_is_exclusive(x_11); if (x_124 == 0) { -return x_19; +lean_object* x_125; uint8_t x_126; lean_object* x_127; +x_125 = lean_ctor_get(x_11, 0); +lean_dec(x_125); +x_126 = 1; +x_127 = lean_box(x_126); +lean_ctor_set(x_11, 0, x_127); +return x_11; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_ctor_get(x_19, 0); -x_126 = lean_ctor_get(x_19, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_19); -x_127 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -return x_127; +lean_object* x_128; uint8_t x_129; lean_object* x_130; lean_object* x_131; +x_128 = lean_ctor_get(x_11, 1); +lean_inc(x_128); +lean_dec(x_11); +x_129 = 1; +x_130 = lean_box(x_129); +x_131 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_131, 0, x_130); +lean_ctor_set(x_131, 1, x_128); +return x_131; } } } else { -uint8_t x_128; +uint8_t x_132; lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); @@ -54733,60 +57098,43 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_128 = !lean_is_exclusive(x_15); -if (x_128 == 0) +x_132 = !lean_is_exclusive(x_11); +if (x_132 == 0) { -lean_object* x_129; uint8_t x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_15, 0); -lean_dec(x_129); -x_130 = 1; -x_131 = lean_box(x_130); -lean_ctor_set(x_15, 0, x_131); -return x_15; +return x_11; } else { -lean_object* x_132; uint8_t x_133; lean_object* x_134; lean_object* x_135; -x_132 = lean_ctor_get(x_15, 1); -lean_inc(x_132); -lean_dec(x_15); -x_133 = 1; -x_134 = lean_box(x_133); -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_132); +lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_133 = lean_ctor_get(x_11, 0); +x_134 = lean_ctor_get(x_11, 1); +lean_inc(x_134); +lean_inc(x_133); +lean_dec(x_11); +x_135 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_135, 0, x_133); +lean_ctor_set(x_135, 1, x_134); return x_135; } } } else { -uint8_t x_136; +uint8_t x_136; lean_object* x_137; lean_object* x_138; lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_136 = !lean_is_exclusive(x_15); -if (x_136 == 0) -{ -return x_15; -} -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_15, 0); -x_138 = lean_ctor_get(x_15, 1); -lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_15); -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; -} +x_136 = 0; +x_137 = lean_box(x_136); +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_137); +lean_ctor_set(x_138, 1, x_8); +return x_138; } } } @@ -56311,176 +58659,39 @@ return x_155; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar(lean_object* x_1, 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_43; -x_43 = l_Lean_Expr_isMVar(x_2); -if (x_43 == 0) -{ -lean_object* x_44; -x_44 = lean_box(0); -x_8 = x_44; -goto block_42; -} -else -{ -uint8_t x_45; -x_45 = l_Lean_Expr_isMVar(x_1); -if (x_45 == 0) -{ -uint8_t x_46; lean_object* x_47; -x_46 = 1; -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_47 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___spec__2(x_1, x_2, x_46, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_47) == 0) -{ -lean_object* x_48; uint8_t x_49; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_unbox(x_48); -lean_dec(x_48); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); -lean_dec(x_47); -x_51 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment(x_1, x_2, x_3, x_4, x_5, x_6, x_50); -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; uint8_t x_54; uint8_t x_55; lean_object* x_56; -x_53 = lean_ctor_get(x_51, 0); -x_54 = lean_unbox(x_53); -lean_dec(x_53); -x_55 = l_Bool_toLBool(x_54); -x_56 = lean_box(x_55); -lean_ctor_set(x_51, 0, x_56); -return x_51; -} -else -{ -lean_object* x_57; lean_object* x_58; uint8_t x_59; uint8_t x_60; lean_object* x_61; lean_object* x_62; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_ctor_get(x_51, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_51); -x_59 = lean_unbox(x_57); -lean_dec(x_57); -x_60 = l_Bool_toLBool(x_59); -x_61 = lean_box(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_58); -return x_62; -} -} -else -{ -uint8_t x_63; -x_63 = !lean_is_exclusive(x_51); -if (x_63 == 0) -{ -return x_51; -} -else -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_51, 0); -x_65 = lean_ctor_get(x_51, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_51); -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 -{ -uint8_t x_67; -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_67 = !lean_is_exclusive(x_47); -if (x_67 == 0) -{ -lean_object* x_68; uint8_t x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_47, 0); -lean_dec(x_68); -x_69 = 1; -x_70 = lean_box(x_69); -lean_ctor_set(x_47, 0, x_70); -return x_47; -} -else +uint8_t x_8; uint8_t x_76; +x_76 = l_Lean_Expr_isMVar(x_2); +if (x_76 == 0) { -lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; -x_71 = lean_ctor_get(x_47, 1); -lean_inc(x_71); -lean_dec(x_47); -x_72 = 1; -x_73 = lean_box(x_72); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_71); -return x_74; -} -} +uint8_t x_77; +x_77 = 0; +x_8 = x_77; +goto block_75; } else { -uint8_t x_75; -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_75 = !lean_is_exclusive(x_47); -if (x_75 == 0) +uint8_t x_78; +x_78 = l_Lean_Expr_isMVar(x_1); +if (x_78 == 0) { -return x_47; +uint8_t x_79; +x_79 = 1; +x_8 = x_79; +goto block_75; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_47, 0); -x_77 = lean_ctor_get(x_47, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_47); -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; -} +uint8_t x_80; +x_80 = 0; +x_8 = x_80; +goto block_75; } } -else +block_75: { -lean_object* x_79; -x_79 = lean_box(0); -x_8 = x_79; -goto block_42; -} -} -block_42: +if (x_8 == 0) { uint8_t x_9; lean_object* x_10; -lean_dec(x_8); x_9 = 1; lean_inc(x_6); lean_inc(x_5); @@ -56623,6 +58834,152 @@ return x_41; } } } +else +{ +uint8_t x_42; lean_object* x_43; +x_42 = 1; +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_43 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___spec__2(x_1, x_2, x_42, x_3, x_4, x_5, x_6, x_7); +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) +{ +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment(x_1, x_2, x_3, x_4, x_5, x_6, x_46); +if (lean_obj_tag(x_47) == 0) +{ +uint8_t x_48; +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) +{ +lean_object* x_49; uint8_t x_50; uint8_t x_51; lean_object* x_52; +x_49 = lean_ctor_get(x_47, 0); +x_50 = lean_unbox(x_49); +lean_dec(x_49); +x_51 = l_Bool_toLBool(x_50); +x_52 = lean_box(x_51); +lean_ctor_set(x_47, 0, x_52); +return x_47; +} +else +{ +lean_object* x_53; lean_object* x_54; uint8_t x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; +x_53 = lean_ctor_get(x_47, 0); +x_54 = lean_ctor_get(x_47, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_47); +x_55 = lean_unbox(x_53); +lean_dec(x_53); +x_56 = l_Bool_toLBool(x_55); +x_57 = lean_box(x_56); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_54); +return x_58; +} +} +else +{ +uint8_t x_59; +x_59 = !lean_is_exclusive(x_47); +if (x_59 == 0) +{ +return x_47; +} +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_47, 0); +x_61 = lean_ctor_get(x_47, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_47); +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; +} +} +} +else +{ +uint8_t x_63; +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_63 = !lean_is_exclusive(x_43); +if (x_63 == 0) +{ +lean_object* x_64; uint8_t x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_43, 0); +lean_dec(x_64); +x_65 = 1; +x_66 = lean_box(x_65); +lean_ctor_set(x_43, 0, x_66); +return x_43; +} +else +{ +lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_70; +x_67 = lean_ctor_get(x_43, 1); +lean_inc(x_67); +lean_dec(x_43); +x_68 = 1; +x_69 = lean_box(x_68); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_67); +return x_70; +} +} +} +else +{ +uint8_t x_71; +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_71 = !lean_is_exclusive(x_43); +if (x_71 == 0) +{ +return x_43; +} +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_43, 0); +x_73 = lean_ctor_get(x_43, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_43); +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; +} +} +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar___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) { @@ -57241,121 +59598,124 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_is return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(uint8_t x_1, uint8_t 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_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(lean_object* x_1, lean_object* x_2, uint8_t 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_object* x_11, lean_object* x_12) { _start: { -if (x_1 == 0) +uint8_t x_13; uint8_t x_63; +if (x_5 == 0) +{ +uint8_t x_99; +x_99 = 0; +x_63 = x_99; +goto block_98; +} +else { -if (x_2 == 0) +if (x_6 == 0) { -lean_object* x_13; +uint8_t x_100; +x_100 = 1; +x_63 = x_100; +goto block_98; +} +else +{ +uint8_t x_101; +x_101 = 0; +x_63 = x_101; +goto block_98; +} +} +block_62: +{ +if (x_13 == 0) +{ +lean_object* x_14; +x_14 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar(x_1, x_2, x_8, x_9, x_10, x_11, x_12); +return x_14; +} +else +{ +lean_object* x_15; lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -lean_inc(x_4); -lean_inc(x_3); -x_13 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProofIrrel(x_3, x_4, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_13) == 0) +lean_inc(x_2); +lean_inc(x_1); +x_15 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProofIrrel(x_1, x_2, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_15) == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_44; -x_14 = lean_ctor_get(x_13, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -if (lean_is_exclusive(x_13)) { - lean_ctor_release(x_13, 0); - lean_ctor_release(x_13, 1); - x_16 = x_13; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_49; +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_18 = x_15; } else { - lean_dec_ref(x_13); - x_16 = lean_box(0); + lean_dec_ref(x_15); + x_18 = lean_box(0); } -x_44 = lean_unbox(x_14); -lean_dec(x_14); -switch (x_44) { +x_49 = lean_unbox(x_16); +lean_dec(x_16); +switch (x_49) { case 0: { -uint8_t x_45; lean_object* x_46; lean_object* x_47; -lean_dec(x_16); +uint8_t x_50; lean_object* x_51; lean_object* x_52; +lean_dec(x_18); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -x_45 = 0; -x_46 = lean_box(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_15); -return x_47; +lean_dec(x_2); +lean_dec(x_1); +x_50 = 0; +x_51 = lean_box(x_50); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_17); +return x_52; } case 1: { -uint8_t x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_16); +uint8_t x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_18); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -x_48 = 1; -x_49 = lean_box(x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_15); -return x_50; +lean_dec(x_2); +lean_dec(x_1); +x_53 = 1; +x_54 = lean_box(x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_17); +return x_55; } default: { -if (x_5 == 0) -{ -uint8_t x_51; -x_51 = l_Lean_Expr_isMVar(x_6); -if (x_51 == 0) -{ -uint8_t x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_16); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -x_52 = 2; -x_53 = lean_box(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_15); -return x_54; -} -else +if (x_3 == 0) { -lean_object* x_55; -x_55 = lean_box(0); -x_17 = x_55; -goto block_43; -} +uint8_t x_56; +x_56 = l_Lean_Expr_isMVar(x_4); +x_19 = x_56; +goto block_48; } else { -lean_object* x_56; -x_56 = lean_box(0); -x_17 = x_56; -goto block_43; +uint8_t x_57; +x_57 = 1; +x_19 = x_57; +goto block_48; } } } -block_43: +block_48: { -lean_object* x_18; uint8_t x_19; -lean_dec(x_17); -x_18 = lean_ctor_get(x_8, 0); -lean_inc(x_18); -x_19 = lean_ctor_get_uint8(x_18, 4); -lean_dec(x_18); if (x_19 == 0) { uint8_t x_20; lean_object* x_21; lean_object* x_22; @@ -57363,230 +59723,272 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -x_20 = 0; +lean_dec(x_2); +lean_dec(x_1); +x_20 = 2; x_21 = lean_box(x_20); -if (lean_is_scalar(x_16)) { +if (lean_is_scalar(x_18)) { x_22 = lean_alloc_ctor(0, 2, 0); } else { - x_22 = x_16; + x_22 = x_18; } lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_15); +lean_ctor_set(x_22, 1, x_17); return x_22; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -lean_dec(x_16); -x_23 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__2; -x_24 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_23, x_8, x_9, x_10, x_11, x_15); -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___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__3; -x_28 = lean_unbox(x_25); -lean_dec(x_25); -if (x_28 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = lean_ctor_get(x_8, 0); +lean_inc(x_23); +x_24 = lean_ctor_get_uint8(x_23, 4); +lean_dec(x_23); +if (x_24 == 0) { -lean_object* x_29; lean_object* x_30; -lean_dec(x_4); -lean_dec(x_3); -x_29 = lean_box(0); -x_30 = lean_apply_6(x_27, x_29, x_8, x_9, x_10, x_11, x_26); -return x_30; +uint8_t x_25; lean_object* x_26; lean_object* x_27; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_2); +lean_dec(x_1); +x_25 = 0; +x_26 = lean_box(x_25); +if (lean_is_scalar(x_18)) { + x_27 = lean_alloc_ctor(0, 2, 0); +} else { + x_27 = x_18; +} +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_17); +return x_27; } 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; 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_31 = l_Lean_MessageData_ofExpr(x_3); -x_32 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_33 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -x_34 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; -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_MessageData_ofExpr(x_4); -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_36); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +lean_dec(x_18); +x_28 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__2; +x_29 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_28, x_8, x_9, x_10, x_11, x_17); +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 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__3; +x_33 = lean_unbox(x_30); +lean_dec(x_30); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_2); +lean_dec(x_1); +x_34 = lean_box(0); +x_35 = lean_apply_6(x_32, x_34, x_8, x_9, x_10, x_11, x_31); +return x_35; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_36 = l_Lean_MessageData_ofExpr(x_1); +x_37 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_32); -x_39 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_23, x_38, x_8, x_9, x_10, x_11, x_26); -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 = lean_apply_6(x_27, x_40, x_8, x_9, x_10, x_11, x_41); -return x_42; +lean_ctor_set(x_38, 1, x_36); +x_39 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_39); +x_41 = l_Lean_MessageData_ofExpr(x_2); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_37); +x_44 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_28, x_43, x_8, x_9, x_10, x_11, x_31); +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_apply_6(x_32, x_45, x_8, x_9, x_10, x_11, x_46); +return x_47; +} } } } } else { -uint8_t x_57; +uint8_t x_58; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_4); -lean_dec(x_3); -x_57 = !lean_is_exclusive(x_13); -if (x_57 == 0) +lean_dec(x_2); +lean_dec(x_1); +x_58 = !lean_is_exclusive(x_15); +if (x_58 == 0) { -return x_13; +return x_15; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_13, 0); -x_59 = lean_ctor_get(x_13, 1); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_15, 0); +x_60 = lean_ctor_get(x_15, 1); +lean_inc(x_60); lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_13); -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; +lean_dec(x_15); +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; } } } -else +} +block_98: { -lean_object* x_61; -x_61 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_x27(x_4, x_3, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_61) == 0) +if (x_63 == 0) { -uint8_t x_62; -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) +if (x_5 == 0) { -lean_object* x_63; uint8_t x_64; uint8_t x_65; lean_object* x_66; -x_63 = lean_ctor_get(x_61, 0); -x_64 = lean_unbox(x_63); -lean_dec(x_63); -x_65 = l_Bool_toLBool(x_64); -x_66 = lean_box(x_65); -lean_ctor_set(x_61, 0, x_66); -return x_61; +if (x_6 == 0) +{ +uint8_t x_64; +x_64 = 1; +x_13 = x_64; +goto block_62; } else { -lean_object* x_67; lean_object* x_68; uint8_t x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; -x_67 = lean_ctor_get(x_61, 0); -x_68 = lean_ctor_get(x_61, 1); -lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_61); -x_69 = lean_unbox(x_67); +lean_object* x_65; +x_65 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_x27(x_2, x_1, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_65) == 0) +{ +uint8_t x_66; +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) +{ +lean_object* x_67; uint8_t x_68; uint8_t x_69; lean_object* x_70; +x_67 = lean_ctor_get(x_65, 0); +x_68 = lean_unbox(x_67); lean_dec(x_67); -x_70 = l_Bool_toLBool(x_69); -x_71 = lean_box(x_70); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_68); -return x_72; +x_69 = l_Bool_toLBool(x_68); +x_70 = lean_box(x_69); +lean_ctor_set(x_65, 0, x_70); +return x_65; +} +else +{ +lean_object* x_71; lean_object* x_72; uint8_t x_73; uint8_t x_74; lean_object* x_75; lean_object* x_76; +x_71 = lean_ctor_get(x_65, 0); +x_72 = lean_ctor_get(x_65, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_65); +x_73 = lean_unbox(x_71); +lean_dec(x_71); +x_74 = l_Bool_toLBool(x_73); +x_75 = lean_box(x_74); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_72); +return x_76; } } else { -uint8_t x_73; -x_73 = !lean_is_exclusive(x_61); -if (x_73 == 0) +uint8_t x_77; +x_77 = !lean_is_exclusive(x_65); +if (x_77 == 0) { -return x_61; +return x_65; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_61, 0); -x_75 = lean_ctor_get(x_61, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_61); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_65, 0); +x_79 = lean_ctor_get(x_65, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_65); +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 { -if (x_2 == 0) +uint8_t x_81; +x_81 = 0; +x_13 = x_81; +goto block_62; +} +} +else { -lean_object* x_77; -x_77 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_x27(x_3, x_4, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_77) == 0) +lean_object* x_82; +x_82 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_processAssignment_x27(x_1, x_2, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_82) == 0) { -uint8_t x_78; -x_78 = !lean_is_exclusive(x_77); -if (x_78 == 0) +uint8_t x_83; +x_83 = !lean_is_exclusive(x_82); +if (x_83 == 0) { -lean_object* x_79; uint8_t x_80; uint8_t x_81; lean_object* x_82; -x_79 = lean_ctor_get(x_77, 0); -x_80 = lean_unbox(x_79); -lean_dec(x_79); -x_81 = l_Bool_toLBool(x_80); -x_82 = lean_box(x_81); -lean_ctor_set(x_77, 0, x_82); -return x_77; +lean_object* x_84; uint8_t x_85; uint8_t x_86; lean_object* x_87; +x_84 = lean_ctor_get(x_82, 0); +x_85 = lean_unbox(x_84); +lean_dec(x_84); +x_86 = l_Bool_toLBool(x_85); +x_87 = lean_box(x_86); +lean_ctor_set(x_82, 0, x_87); +return x_82; } else { -lean_object* x_83; lean_object* x_84; uint8_t x_85; uint8_t x_86; lean_object* x_87; lean_object* x_88; -x_83 = lean_ctor_get(x_77, 0); -x_84 = lean_ctor_get(x_77, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_77); -x_85 = lean_unbox(x_83); -lean_dec(x_83); -x_86 = l_Bool_toLBool(x_85); -x_87 = lean_box(x_86); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_84); -return x_88; +lean_object* x_88; lean_object* x_89; uint8_t x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; +x_88 = lean_ctor_get(x_82, 0); +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_82); +x_90 = lean_unbox(x_88); +lean_dec(x_88); +x_91 = l_Bool_toLBool(x_90); +x_92 = lean_box(x_91); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_89); +return x_93; } } else { -uint8_t x_89; -x_89 = !lean_is_exclusive(x_77); -if (x_89 == 0) +uint8_t x_94; +x_94 = !lean_is_exclusive(x_82); +if (x_94 == 0) { -return x_77; +return x_82; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_77, 0); -x_91 = lean_ctor_get(x_77, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_77); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -return x_92; -} +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_82, 0); +x_96 = lean_ctor_get(x_82, 1); +lean_inc(x_96); +lean_inc(x_95); +lean_dec(x_82); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; } } -else -{ -lean_object* x_93; -x_93 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickMVarMVar(x_3, x_4, x_8, x_9, x_10, x_11, x_12); -return x_93; } } } @@ -57628,469 +60030,460 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther(lean_object* x_1, 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_patternAnnotation_x3f(x_1); -if (lean_obj_tag(x_8) == 0) +uint8_t x_8; lean_object* x_166; +x_166 = l_Lean_patternAnnotation_x3f(x_1); +if (lean_obj_tag(x_166) == 0) { -lean_object* x_9; -x_9 = l_Lean_patternAnnotation_x3f(x_2); -if (lean_obj_tag(x_9) == 0) +lean_object* x_167; +x_167 = l_Lean_patternAnnotation_x3f(x_2); +if (lean_obj_tag(x_167) == 0) { -uint8_t x_10; -x_10 = lean_expr_eqv(x_1, x_2); -if (x_10 == 0) +uint8_t x_168; +x_168 = lean_expr_eqv(x_1, x_2); +if (x_168 == 0) { -uint8_t x_11; +uint8_t x_169; lean_inc(x_1); -x_11 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_etaEq(x_1, x_2); -if (x_11 == 0) +x_169 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_etaEq(x_1, x_2); +if (x_169 == 0) { -uint8_t x_12; +uint8_t x_170; lean_inc(x_2); -x_12 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_etaEq(x_2, x_1); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_16; -x_13 = l_Lean_Expr_getAppFn(x_1); -x_14 = l_Lean_Expr_getAppFn(x_2); -x_15 = l_Lean_Expr_isMVar(x_13); -if (x_15 == 0) +x_170 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_etaEq(x_2, x_1); +x_8 = x_170; +goto block_165; +} +else { -uint8_t x_160; -x_160 = l_Lean_Expr_isMVar(x_14); -if (x_160 == 0) +uint8_t x_171; +x_171 = 1; +x_8 = x_171; +goto block_165; +} +} +else { -uint8_t x_161; lean_object* x_162; lean_object* x_163; -lean_dec(x_14); -lean_dec(x_13); +uint8_t x_172; lean_object* x_173; lean_object* x_174; 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_161 = 2; -x_162 = lean_box(x_161); -x_163 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_163, 0, x_162); -lean_ctor_set(x_163, 1, x_7); -return x_163; +x_172 = 1; +x_173 = lean_box(x_172); +x_174 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_174, 0, x_173); +lean_ctor_set(x_174, 1, x_7); +return x_174; +} } else { -lean_object* x_164; -x_164 = lean_box(0); -x_16 = x_164; -goto block_159; +lean_object* x_175; lean_object* x_176; +lean_dec(x_2); +x_175 = lean_ctor_get(x_167, 0); +lean_inc(x_175); +lean_dec(x_167); +x_176 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_1, x_175, x_3, x_4, x_5, x_6, x_7); +return x_176; } } else { -lean_object* x_165; -x_165 = lean_box(0); -x_16 = x_165; -goto block_159; -} -block_159: +lean_object* x_177; lean_object* x_178; +lean_dec(x_1); +x_177 = lean_ctor_get(x_166, 0); +lean_inc(x_177); +lean_dec(x_166); +x_178 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_177, x_2, x_3, x_4, x_5, x_6, x_7); +return x_178; +} +block_165: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; uint8_t x_11; uint8_t x_12; +x_9 = l_Lean_Expr_getAppFn(x_1); +x_10 = l_Lean_Expr_getAppFn(x_2); +x_11 = l_Lean_Expr_isMVar(x_9); +if (x_11 == 0) +{ +uint8_t x_158; +x_158 = l_Lean_Expr_isMVar(x_10); +if (x_158 == 0) +{ +uint8_t x_159; +x_159 = 1; +x_12 = x_159; +goto block_157; +} +else +{ +uint8_t x_160; +x_160 = 0; +x_12 = x_160; +goto block_157; +} +} +else +{ +uint8_t x_161; +x_161 = 0; +x_12 = x_161; +goto block_157; +} +block_157: +{ +if (x_12 == 0) { -lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_dec(x_16); -lean_inc(x_13); -x_17 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssigned(x_13, x_3, x_4, x_5, x_6, x_7); +lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_inc(x_9); +x_13 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssigned(x_9, x_3, x_4, x_5, x_6, x_7); +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) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_16 = lean_ctor_get(x_13, 1); +lean_inc(x_16); +lean_dec(x_13); +lean_inc(x_10); +x_17 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssigned(x_10, x_3, x_4, x_5, x_6, x_16); x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); x_19 = lean_unbox(x_18); lean_dec(x_18); if (x_19 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_object* x_20; lean_object* x_21; lean_object* x_22; x_20 = lean_ctor_get(x_17, 1); lean_inc(x_20); lean_dec(x_17); -lean_inc(x_14); -x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssigned(x_14, x_3, x_4, x_5, x_6, x_20); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -x_23 = lean_unbox(x_22); -lean_dec(x_22); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_dec(x_21); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); -x_25 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f(x_1, x_3, x_4, x_5, x_6, x_24); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -if (lean_obj_tag(x_26) == 0) +x_21 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f(x_1, x_3, x_4, x_5, x_6, x_20); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 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_25, 1); -lean_inc(x_27); -lean_dec(x_25); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_28 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f(x_2, x_3, x_4, x_5, x_6, x_27); -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); -if (lean_obj_tag(x_29) == 0) -{ -if (x_15 == 0) -{ -lean_object* x_112; -x_112 = lean_box(0); -x_31 = x_112; -goto block_111; -} -else +x_24 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_expandDelayedAssigned_x3f(x_2, x_3, x_4, x_5, x_6, x_23); +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); +if (lean_obj_tag(x_25) == 0) { -uint8_t x_113; -x_113 = l_Lean_Expr_isMVar(x_14); -if (x_113 == 0) +if (x_11 == 0) { -lean_object* x_114; -x_114 = lean_box(0); -x_31 = x_114; -goto block_111; +uint8_t x_135; +x_135 = 0; +x_27 = x_135; +goto block_134; } else { -uint8_t x_115; -x_115 = lean_expr_eqv(x_13, x_14); -if (x_115 == 0) +uint8_t x_136; +x_136 = l_Lean_Expr_isMVar(x_10); +if (x_136 == 0) { -lean_object* x_116; -x_116 = lean_box(0); -x_31 = x_116; -goto block_111; +uint8_t x_137; +x_137 = 0; +x_27 = x_137; +goto block_134; } 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_dec(x_14); -x_117 = lean_unsigned_to_nat(0u); -x_118 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_117); -x_119 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; -lean_inc(x_118); -x_120 = lean_mk_array(x_118, x_119); -x_121 = lean_unsigned_to_nat(1u); -x_122 = lean_nat_sub(x_118, x_121); -lean_dec(x_118); -x_123 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_120, x_122); -x_124 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_117); -lean_inc(x_124); -x_125 = lean_mk_array(x_124, x_119); -x_126 = lean_nat_sub(x_124, x_121); -lean_dec(x_124); -x_127 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_125, x_126); -x_128 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqMVarSelf(x_13, x_123, x_127, x_3, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_128) == 0) -{ -uint8_t x_129; -x_129 = !lean_is_exclusive(x_128); -if (x_129 == 0) -{ -lean_object* x_130; uint8_t x_131; uint8_t x_132; lean_object* x_133; -x_130 = lean_ctor_get(x_128, 0); -x_131 = lean_unbox(x_130); -lean_dec(x_130); -x_132 = l_Bool_toLBool(x_131); -x_133 = lean_box(x_132); -lean_ctor_set(x_128, 0, x_133); -return x_128; +uint8_t x_138; +x_138 = lean_expr_eqv(x_9, x_10); +x_27 = x_138; +goto block_134; } -else -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; uint8_t x_137; lean_object* x_138; lean_object* x_139; -x_134 = lean_ctor_get(x_128, 0); -x_135 = lean_ctor_get(x_128, 1); -lean_inc(x_135); -lean_inc(x_134); -lean_dec(x_128); -x_136 = lean_unbox(x_134); -lean_dec(x_134); -x_137 = l_Bool_toLBool(x_136); -x_138 = lean_box(x_137); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_135); -return x_139; } } else { -uint8_t x_140; -x_140 = !lean_is_exclusive(x_128); -if (x_140 == 0) -{ -return x_128; +lean_object* x_139; lean_object* x_140; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_2); +x_139 = lean_ctor_get(x_25, 0); +lean_inc(x_139); +lean_dec(x_25); +x_140 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_1, x_139, x_3, x_4, x_5, x_6, x_26); +return x_140; } -else +block_134: { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_141 = lean_ctor_get(x_128, 0); -x_142 = lean_ctor_get(x_128, 1); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_128); -x_143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -return x_143; -} -} -} -} -} -} -else +if (x_27 == 0) { -lean_object* x_144; lean_object* x_145; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_2); -x_144 = lean_ctor_get(x_29, 0); -lean_inc(x_144); -lean_dec(x_29); -x_145 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_1, x_144, x_3, x_4, x_5, x_6, x_30); -return x_145; -} -block_111: +lean_object* x_28; +x_28 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(x_9, x_3, x_4, x_5, x_6, x_26); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_32; -lean_dec(x_31); -x_32 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(x_13, x_3, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_32) == 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); +lean_inc(x_10); +x_31 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(x_10, x_3, x_4, x_5, x_6, x_30); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_32, 0); +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); +x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -lean_inc(x_14); -x_35 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isAssignable(x_14, x_3, x_4, x_5, x_6, x_34); -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; uint8_t x_41; +lean_dec(x_31); +x_34 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__2; +x_35 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_34, x_3, x_4, x_5, x_6, x_33); x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__2; -x_39 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_38, x_3, x_4, x_5, x_6, x_37); -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -x_41 = lean_unbox(x_40); -lean_dec(x_40); -if (x_41 == 0) -{ -lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_45; lean_object* x_46; -x_42 = lean_ctor_get(x_39, 1); -lean_inc(x_42); -lean_dec(x_39); -x_43 = lean_box(0); -x_44 = lean_unbox(x_33); -lean_dec(x_33); -x_45 = lean_unbox(x_36); +x_37 = lean_unbox(x_36); lean_dec(x_36); -x_46 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_44, x_45, x_1, x_2, x_15, x_14, x_43, x_3, x_4, x_5, x_6, x_42); -lean_dec(x_14); -return x_46; +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; uint8_t x_40; uint8_t x_41; lean_object* x_42; +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_dec(x_35); +x_39 = lean_box(0); +x_40 = lean_unbox(x_29); +lean_dec(x_29); +x_41 = lean_unbox(x_32); +lean_dec(x_32); +x_42 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_1, x_2, x_11, x_10, x_40, x_41, x_39, x_3, x_4, x_5, x_6, x_38); +lean_dec(x_10); +return x_42; } 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; uint8_t x_54; -x_47 = lean_ctor_get(x_39, 1); -lean_inc(x_47); -lean_dec(x_39); +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_43 = lean_ctor_get(x_35, 1); +lean_inc(x_43); +lean_dec(x_35); lean_inc(x_1); -x_48 = l_Lean_MessageData_ofExpr(x_1); -x_49 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; -x_50 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_48); -x_51 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; -x_52 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); +x_44 = l_Lean_MessageData_ofExpr(x_1); +x_45 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___lambda__2___closed__9; +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_44); +x_47 = l_Lean_withTraceNodeBefore___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___spec__1___closed__2; +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); lean_inc(x_2); -x_53 = l_Lean_MessageData_ofExpr(x_2); -x_54 = lean_unbox(x_33); -if (x_54 == 0) +x_49 = l_Lean_MessageData_ofExpr(x_2); +x_50 = lean_unbox(x_29); +if (x_50 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; -x_55 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__2; +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_51 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__2; +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_48); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; +x_54 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_49); x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_52); -lean_ctor_set(x_56, 1, x_55); -x_57 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; +lean_ctor_set(x_56, 0, x_55); +lean_ctor_set(x_56, 1, x_47); +x_57 = lean_unbox(x_32); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; uint8_t x_64; lean_object* x_65; x_58 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); +lean_ctor_set(x_58, 1, x_51); x_59 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_53); -x_60 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_51); -x_61 = lean_unbox(x_36); -if (x_61 == 0) -{ -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; uint8_t x_68; lean_object* x_69; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_55); -x_63 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_49); -x_64 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_38, x_63, x_3, x_4, x_5, x_6, x_47); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_unbox(x_33); -lean_dec(x_33); -x_68 = lean_unbox(x_36); -lean_dec(x_36); -x_69 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_67, x_68, x_1, x_2, x_15, x_14, x_65, x_3, x_4, x_5, x_6, x_66); -lean_dec(x_65); -lean_dec(x_14); -return x_69; +lean_ctor_set(x_59, 1, x_45); +x_60 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_34, x_59, x_3, x_4, x_5, x_6, x_43); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_unbox(x_29); +lean_dec(x_29); +x_64 = lean_unbox(x_32); +lean_dec(x_32); +x_65 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_1, x_2, x_11, x_10, x_63, x_64, x_61, x_3, x_4, x_5, x_6, x_62); +lean_dec(x_61); +lean_dec(x_10); +return x_65; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; uint8_t x_77; lean_object* x_78; -x_70 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__4; -x_71 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_71, 0, x_60); -lean_ctor_set(x_71, 1, x_70); -x_72 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_49); -x_73 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_38, x_72, x_3, x_4, x_5, x_6, x_47); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = lean_unbox(x_33); -lean_dec(x_33); -x_77 = lean_unbox(x_36); -lean_dec(x_36); -x_78 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_76, x_77, x_1, x_2, x_15, x_14, x_74, x_3, x_4, x_5, x_6, x_75); -lean_dec(x_74); -lean_dec(x_14); -return x_78; +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; uint8_t x_73; lean_object* x_74; +x_66 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__4; +x_67 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_67, 0, x_56); +lean_ctor_set(x_67, 1, x_66); +x_68 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_45); +x_69 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_34, x_68, x_3, x_4, x_5, x_6, x_43); +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 = lean_unbox(x_29); +lean_dec(x_29); +x_73 = lean_unbox(x_32); +lean_dec(x_32); +x_74 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_1, x_2, x_11, x_10, x_72, x_73, x_70, x_3, x_4, x_5, x_6, x_71); +lean_dec(x_70); +lean_dec(x_10); +return x_74; } } else { -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_79 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__4; +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_75 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__4; +x_76 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_76, 0, x_48); +lean_ctor_set(x_76, 1, x_75); +x_77 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; +x_78 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_78, 0, x_76); +lean_ctor_set(x_78, 1, x_77); +x_79 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_49); x_80 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_80, 0, x_52); -lean_ctor_set(x_80, 1, x_79); -x_81 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__7; -x_82 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_47); +x_81 = lean_unbox(x_32); +if (x_81 == 0) +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; uint8_t x_89; lean_object* x_90; +x_82 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__2; x_83 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_53); +lean_ctor_set(x_83, 0, x_80); +lean_ctor_set(x_83, 1, x_82); x_84 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_51); -x_85 = lean_unbox(x_36); -if (x_85 == 0) +lean_ctor_set(x_84, 1, x_45); +x_85 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_34, x_84, x_3, x_4, x_5, x_6, x_43); +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +lean_dec(x_85); +x_88 = lean_unbox(x_29); +lean_dec(x_29); +x_89 = lean_unbox(x_32); +lean_dec(x_32); +x_90 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_1, x_2, x_11, x_10, x_88, x_89, x_86, x_3, x_4, x_5, x_6, x_87); +lean_dec(x_86); +lean_dec(x_10); +return x_90; +} +else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; uint8_t x_93; lean_object* x_94; -x_86 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___closed__2; -x_87 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_87, 0, x_84); -lean_ctor_set(x_87, 1, x_86); -x_88 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_49); -x_89 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_38, x_88, x_3, x_4, x_5, x_6, x_47); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_unbox(x_33); -lean_dec(x_33); -x_93 = lean_unbox(x_36); -lean_dec(x_36); -x_94 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_92, x_93, x_1, x_2, x_15, x_14, x_90, x_3, x_4, x_5, x_6, x_91); -lean_dec(x_90); -lean_dec(x_14); -return x_94; +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; uint8_t x_97; lean_object* x_98; +x_91 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_91, 0, x_80); +lean_ctor_set(x_91, 1, x_75); +x_92 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_92, 0, x_91); +lean_ctor_set(x_92, 1, x_45); +x_93 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_34, x_92, x_3, x_4, x_5, x_6, x_43); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec(x_93); +x_96 = lean_unbox(x_29); +lean_dec(x_29); +x_97 = lean_unbox(x_32); +lean_dec(x_32); +x_98 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_1, x_2, x_11, x_10, x_96, x_97, x_94, x_3, x_4, x_5, x_6, x_95); +lean_dec(x_94); +lean_dec(x_10); +return x_98; +} +} +} } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; uint8_t x_101; lean_object* x_102; -x_95 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_95, 0, x_84); -lean_ctor_set(x_95, 1, x_79); -x_96 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_49); -x_97 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_38, x_96, x_3, x_4, x_5, x_6, x_47); -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 = lean_unbox(x_33); -lean_dec(x_33); -x_101 = lean_unbox(x_36); -lean_dec(x_36); -x_102 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_100, x_101, x_1, x_2, x_15, x_14, x_98, x_3, x_4, x_5, x_6, x_99); -lean_dec(x_98); -lean_dec(x_14); -return x_102; +uint8_t x_99; +lean_dec(x_29); +lean_dec(x_10); +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_99 = !lean_is_exclusive(x_31); +if (x_99 == 0) +{ +return x_31; } +else +{ +lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_100 = lean_ctor_get(x_31, 0); +x_101 = lean_ctor_get(x_31, 1); +lean_inc(x_101); +lean_inc(x_100); +lean_dec(x_31); +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_33); -lean_dec(x_14); +lean_dec(x_10); 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_103 = !lean_is_exclusive(x_35); +x_103 = !lean_is_exclusive(x_28); if (x_103 == 0) { -return x_35; +return x_28; } else { lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_35, 0); -x_105 = lean_ctor_get(x_35, 1); +x_104 = lean_ctor_get(x_28, 0); +x_105 = lean_ctor_get(x_28, 1); lean_inc(x_105); lean_inc(x_104); -lean_dec(x_35); +lean_dec(x_28); x_106 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_106, 0, x_104); lean_ctor_set(x_106, 1, x_105); @@ -58100,159 +60493,170 @@ return x_106; } else { -uint8_t x_107; -lean_dec(x_14); -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_107 = !lean_is_exclusive(x_32); -if (x_107 == 0) +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_dec(x_10); +x_107 = lean_unsigned_to_nat(0u); +x_108 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_107); +x_109 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; +lean_inc(x_108); +x_110 = lean_mk_array(x_108, x_109); +x_111 = lean_unsigned_to_nat(1u); +x_112 = lean_nat_sub(x_108, x_111); +lean_dec(x_108); +x_113 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_110, x_112); +x_114 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_107); +lean_inc(x_114); +x_115 = lean_mk_array(x_114, x_109); +x_116 = lean_nat_sub(x_114, x_111); +lean_dec(x_114); +x_117 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_115, x_116); +x_118 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqMVarSelf(x_9, x_113, x_117, x_3, x_4, x_5, x_6, x_26); +if (lean_obj_tag(x_118) == 0) { -return x_32; +uint8_t x_119; +x_119 = !lean_is_exclusive(x_118); +if (x_119 == 0) +{ +lean_object* x_120; uint8_t x_121; uint8_t x_122; lean_object* x_123; +x_120 = lean_ctor_get(x_118, 0); +x_121 = lean_unbox(x_120); +lean_dec(x_120); +x_122 = l_Bool_toLBool(x_121); +x_123 = lean_box(x_122); +lean_ctor_set(x_118, 0, x_123); +return x_118; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_32, 0); -x_109 = lean_ctor_get(x_32, 1); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_32); -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; +lean_object* x_124; lean_object* x_125; uint8_t x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; +x_124 = lean_ctor_get(x_118, 0); +x_125 = lean_ctor_get(x_118, 1); +lean_inc(x_125); +lean_inc(x_124); +lean_dec(x_118); +x_126 = lean_unbox(x_124); +lean_dec(x_124); +x_127 = l_Bool_toLBool(x_126); +x_128 = lean_box(x_127); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_125); +return x_129; +} +} +else +{ +uint8_t x_130; +x_130 = !lean_is_exclusive(x_118); +if (x_130 == 0) +{ +return x_118; +} +else +{ +lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_131 = lean_ctor_get(x_118, 0); +x_132 = lean_ctor_get(x_118, 1); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_118); +x_133 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_133, 0, x_131); +lean_ctor_set(x_133, 1, x_132); +return x_133; +} } } } } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; -lean_dec(x_14); -lean_dec(x_13); +lean_object* x_141; lean_object* x_142; lean_object* x_143; +lean_dec(x_10); +lean_dec(x_9); lean_dec(x_1); -x_146 = lean_ctor_get(x_25, 1); +x_141 = lean_ctor_get(x_21, 1); +lean_inc(x_141); +lean_dec(x_21); +x_142 = lean_ctor_get(x_22, 0); +lean_inc(x_142); +lean_dec(x_22); +x_143 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_142, x_2, x_3, x_4, x_5, x_6, x_141); +return x_143; +} +} +else +{ +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_dec(x_10); +lean_dec(x_9); +x_144 = lean_ctor_get(x_17, 1); +lean_inc(x_144); +lean_dec(x_17); +x_145 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_2, x_3, x_4, x_5, x_6, x_144); +x_146 = lean_ctor_get(x_145, 0); lean_inc(x_146); -lean_dec(x_25); -x_147 = lean_ctor_get(x_26, 0); +x_147 = lean_ctor_get(x_145, 1); lean_inc(x_147); -lean_dec(x_26); -x_148 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_147, x_2, x_3, x_4, x_5, x_6, x_146); +lean_dec(x_145); +x_148 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_1, x_146, x_3, x_4, x_5, x_6, x_147); return x_148; } } else { lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; -lean_dec(x_14); -lean_dec(x_13); -x_149 = lean_ctor_get(x_21, 1); +lean_dec(x_10); +lean_dec(x_9); +x_149 = lean_ctor_get(x_13, 1); lean_inc(x_149); -lean_dec(x_21); -x_150 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_2, x_3, x_4, x_5, x_6, x_149); +lean_dec(x_13); +x_150 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_1, x_3, x_4, x_5, x_6, x_149); x_151 = lean_ctor_get(x_150, 0); lean_inc(x_151); x_152 = lean_ctor_get(x_150, 1); lean_inc(x_152); lean_dec(x_150); -x_153 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_1, x_151, x_3, x_4, x_5, x_6, x_152); +x_153 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_151, x_2, x_3, x_4, x_5, x_6, x_152); 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_dec(x_14); -lean_dec(x_13); -x_154 = lean_ctor_get(x_17, 1); -lean_inc(x_154); -lean_dec(x_17); -x_155 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_1, x_3, x_4, x_5, x_6, x_154); -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_158 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_156, x_2, x_3, x_4, x_5, x_6, x_157); -return x_158; -} -} -} -else -{ -uint8_t x_166; lean_object* x_167; lean_object* x_168; +uint8_t x_154; lean_object* x_155; lean_object* x_156; +lean_dec(x_10); +lean_dec(x_9); 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_166 = 1; -x_167 = lean_box(x_166); -x_168 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_7); -return x_168; -} +x_154 = 2; +x_155 = lean_box(x_154); +x_156 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_7); +return x_156; } -else -{ -uint8_t x_169; lean_object* x_170; lean_object* x_171; -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 = 1; -x_170 = lean_box(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_7); -return x_171; } } else { -uint8_t x_172; lean_object* x_173; lean_object* x_174; +uint8_t x_162; lean_object* x_163; lean_object* x_164; 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_172 = 1; -x_173 = lean_box(x_172); -x_174 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_174, 0, x_173); -lean_ctor_set(x_174, 1, x_7); -return x_174; -} -} -else -{ -lean_object* x_175; lean_object* x_176; -lean_dec(x_2); -x_175 = lean_ctor_get(x_9, 0); -lean_inc(x_175); -lean_dec(x_9); -x_176 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_1, x_175, x_3, x_4, x_5, x_6, x_7); -return x_176; -} +x_162 = 1; +x_163 = lean_box(x_162); +x_164 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_7); +return x_164; } -else -{ -lean_object* x_177; lean_object* x_178; -lean_dec(x_1); -x_177 = lean_ctor_get(x_8, 0); -lean_inc(x_177); -lean_dec(x_8); -x_178 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuick(x_177, x_2, x_3, x_4, x_5, x_6, x_7); -return x_178; } } } @@ -58273,15 +60677,15 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQui _start: { uint8_t x_13; uint8_t x_14; uint8_t x_15; lean_object* x_16; -x_13 = lean_unbox(x_1); -lean_dec(x_1); -x_14 = lean_unbox(x_2); -lean_dec(x_2); -x_15 = lean_unbox(x_5); +x_13 = lean_unbox(x_3); +lean_dec(x_3); +x_14 = lean_unbox(x_5); lean_dec(x_5); -x_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_13, x_14, x_3, x_4, x_15, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_7); +x_15 = lean_unbox(x_6); lean_dec(x_6); +x_16 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2(x_1, x_2, x_13, x_4, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_7); +lean_dec(x_4); return x_16; } } @@ -59735,7 +62139,7 @@ x_27 = l_Lean_Expr_constLevels_x21(x_3); x_28 = l_Lean_Expr_const___override(x_26, x_27); x_29 = lean_unsigned_to_nat(0u); x_30 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_4, x_29); -x_31 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_31 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_30); x_32 = lean_mk_array(x_30, x_31); x_33 = lean_unsigned_to_nat(1u); @@ -60540,7 +62944,7 @@ lean_inc(x_81); lean_dec(x_76); x_82 = lean_unsigned_to_nat(0u); x_83 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_82); -x_84 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_84 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_83); x_85 = lean_mk_array(x_83, x_84); x_86 = lean_unsigned_to_nat(1u); @@ -60853,7 +63257,7 @@ lean_inc(x_157); lean_dec(x_152); x_158 = lean_unsigned_to_nat(0u); x_159 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_158); -x_160 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_160 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_159); x_161 = lean_mk_array(x_159, x_160); x_162 = lean_unsigned_to_nat(1u); @@ -61180,7 +63584,7 @@ lean_inc(x_238); lean_dec(x_233); x_239 = lean_unsigned_to_nat(0u); x_240 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_239); -x_241 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; +x_241 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_240); x_242 = lean_mk_array(x_240, x_241); x_243 = lean_unsigned_to_nat(1u); @@ -62322,153 +64726,45 @@ goto block_182; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp(lean_object* x_1, 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; uint8_t x_28; +lean_object* x_8; lean_object* x_9; uint8_t x_10; uint8_t x_55; x_8 = l_Lean_Expr_getAppFn(x_1); x_9 = l_Lean_Expr_getAppFn(x_2); -x_28 = l_Lean_Expr_isConst(x_8); -if (x_28 == 0) -{ -lean_object* x_29; -x_29 = lean_box(0); -x_10 = x_29; -goto block_27; -} -else -{ -uint8_t x_30; -x_30 = l_Lean_Expr_isConst(x_9); -if (x_30 == 0) -{ -lean_object* x_31; -x_31 = lean_box(0); -x_10 = x_31; -goto block_27; -} -else -{ -lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_32 = l_Lean_Expr_constName_x21(x_8); -x_33 = l_Lean_Expr_constName_x21(x_9); -x_34 = lean_name_eq(x_32, x_33); -lean_dec(x_33); -lean_dec(x_32); -if (x_34 == 0) -{ -lean_object* x_35; -x_35 = lean_box(0); -x_10 = x_35; -goto block_27; -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; -x_36 = lean_unsigned_to_nat(0u); -x_37 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_36); -x_38 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__6; -lean_inc(x_37); -x_39 = lean_mk_array(x_37, x_38); -x_40 = lean_unsigned_to_nat(1u); -x_41 = lean_nat_sub(x_37, x_40); -lean_dec(x_37); -lean_inc(x_1); -x_42 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_39, x_41); -x_43 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_36); -lean_inc(x_43); -x_44 = lean_mk_array(x_43, x_38); -x_45 = lean_nat_sub(x_43, x_40); -lean_dec(x_43); -lean_inc(x_2); -x_46 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_44, x_45); -x_47 = 1; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_48 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__2(x_8, x_9, x_42, x_46, x_47, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_48) == 0) -{ -lean_object* x_49; uint8_t x_50; -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_unbox(x_49); -lean_dec(x_49); -if (x_50 == 0) +x_55 = l_Lean_Expr_isConst(x_8); +if (x_55 == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); -lean_dec(x_48); -x_52 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure(x_1, x_2, x_3, x_4, x_5, x_6, x_51); -return x_52; +uint8_t x_56; +x_56 = 0; +x_10 = x_56; +goto block_54; } else { -uint8_t x_53; -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_48); -if (x_53 == 0) +uint8_t x_57; +x_57 = l_Lean_Expr_isConst(x_9); +if (x_57 == 0) { -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_48, 0); -lean_dec(x_54); -x_55 = lean_box(x_47); -lean_ctor_set(x_48, 0, x_55); -return x_48; +uint8_t x_58; +x_58 = 0; +x_10 = x_58; +goto block_54; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_48, 1); -lean_inc(x_56); -lean_dec(x_48); -x_57 = lean_box(x_47); -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; -} +lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_59 = l_Lean_Expr_constName_x21(x_8); +x_60 = l_Lean_Expr_constName_x21(x_9); +x_61 = lean_name_eq(x_59, x_60); +lean_dec(x_60); +lean_dec(x_59); +x_10 = x_61; +goto block_54; } } -else -{ -uint8_t x_59; -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_59 = !lean_is_exclusive(x_48); -if (x_59 == 0) -{ -return x_48; -} -else +block_54: { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_48, 0); -x_61 = lean_ctor_get(x_48, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_48); -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; -} -} -} -} -} -block_27: +if (x_10 == 0) { uint8_t x_11; lean_object* x_12; -lean_dec(x_10); x_11 = 1; lean_inc(x_6); lean_inc(x_5); @@ -62555,906 +64851,694 @@ return x_26; } } } -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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) { -_start: -{ -uint8_t x_11; lean_object* x_12; -x_11 = lean_unbox(x_5); -lean_dec(x_5); -x_12 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__1(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); -return x_12; -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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) { -_start: -{ -uint8_t x_11; lean_object* x_12; -x_11 = lean_unbox(x_5); -lean_dec(x_5); -x_12 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__2(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); -return x_12; -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqUnitLike(lean_object* x_1, 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_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_8 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_7); -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, 0); -lean_inc(x_9); -x_10 = lean_ctor_get(x_8, 1); -lean_inc(x_10); -lean_dec(x_8); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_11 = lean_whnf(x_9, x_3, x_4, x_5, x_6, x_10); -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; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_11, 0); -x_14 = lean_ctor_get(x_11, 1); -x_15 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_15) == 4) -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -lean_free_object(x_11); -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -lean_dec(x_15); -x_17 = lean_st_ref_get(x_6, x_14); -x_18 = !lean_is_exclusive(x_17); -if (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, 0); -x_20 = lean_ctor_get(x_17, 1); -x_21 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(x_19); -x_22 = lean_environment_find(x_21, x_16); -if (lean_obj_tag(x_22) == 0) -{ -uint8_t x_23; lean_object* x_24; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_23 = 0; -x_24 = lean_box(x_23); -lean_ctor_set(x_17, 0, x_24); -return x_17; -} else { -lean_object* x_25; -x_25 = lean_ctor_get(x_22, 0); -lean_inc(x_25); -lean_dec(x_22); -if (lean_obj_tag(x_25) == 5) -{ -lean_object* x_26; uint8_t x_27; -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -lean_dec(x_25); -x_27 = lean_ctor_get_uint8(x_26, sizeof(void*)*5); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; uint8_t x_30; -x_28 = lean_ctor_get(x_26, 2); +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; lean_object* x_39; +x_27 = lean_unsigned_to_nat(0u); +x_28 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_27); +x_29 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___closed__1; lean_inc(x_28); -x_29 = lean_unsigned_to_nat(0u); -x_30 = lean_nat_dec_eq(x_28, x_29); +x_30 = lean_mk_array(x_28, x_29); +x_31 = lean_unsigned_to_nat(1u); +x_32 = lean_nat_sub(x_28, x_31); lean_dec(x_28); -if (x_30 == 0) -{ -uint8_t x_31; lean_object* x_32; -lean_dec(x_26); -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_31 = 0; -x_32 = lean_box(x_31); -lean_ctor_set(x_17, 0, x_32); -return x_17; -} -else -{ -lean_object* x_33; -x_33 = lean_ctor_get(x_26, 4); -lean_inc(x_33); -lean_dec(x_26); -if (lean_obj_tag(x_33) == 0) -{ -uint8_t x_34; lean_object* x_35; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_34 = 0; -x_35 = lean_box(x_34); -lean_ctor_set(x_17, 0, x_35); -return x_17; -} -else -{ -lean_object* x_36; -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); -if (lean_obj_tag(x_36) == 0) -{ -lean_object* x_37; lean_object* x_38; -lean_free_object(x_17); -x_37 = lean_ctor_get(x_33, 0); -lean_inc(x_37); -lean_dec(x_33); -x_38 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_37, x_3, x_4, x_5, x_6, x_20); -if (lean_obj_tag(x_38) == 0) -{ -lean_object* x_39; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -if (lean_obj_tag(x_39) == 6) -{ -uint8_t x_40; -x_40 = !lean_is_exclusive(x_38); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_41 = lean_ctor_get(x_38, 1); -x_42 = lean_ctor_get(x_38, 0); -lean_dec(x_42); -x_43 = lean_ctor_get(x_39, 0); -lean_inc(x_43); -lean_dec(x_39); -x_44 = lean_ctor_get(x_43, 4); -lean_inc(x_44); -x_45 = lean_nat_dec_eq(x_44, x_29); -lean_dec(x_44); -if (x_45 == 0) -{ -uint8_t x_46; lean_object* x_47; -lean_dec(x_43); -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_46 = 0; -x_47 = lean_box(x_46); -lean_ctor_set(x_38, 0, x_47); -return x_38; -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; -lean_free_object(x_38); -x_48 = lean_ctor_get(x_43, 1); -lean_inc(x_48); -lean_dec(x_43); -x_49 = l_Lean_Meta_useEtaStruct(x_48, x_3, x_4, x_5, x_6, x_41); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_unbox(x_50); -lean_dec(x_50); -if (x_51 == 0) -{ -uint8_t x_52; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_52 = !lean_is_exclusive(x_49); -if (x_52 == 0) -{ -lean_object* x_53; uint8_t x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_49, 0); -lean_dec(x_53); -x_54 = 0; -x_55 = lean_box(x_54); -lean_ctor_set(x_49, 0, x_55); -return x_49; -} -else -{ -lean_object* x_56; uint8_t x_57; lean_object* x_58; lean_object* x_59; -x_56 = lean_ctor_get(x_49, 1); -lean_inc(x_56); -lean_dec(x_49); -x_57 = 0; -x_58 = lean_box(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_56); -return x_59; -} -} -else -{ -lean_object* x_60; lean_object* x_61; -x_60 = lean_ctor_get(x_49, 1); -lean_inc(x_60); -lean_dec(x_49); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_61 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_60); -if (lean_obj_tag(x_61) == 0) -{ -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_is_expr_def_eq(x_13, x_62, x_3, x_4, x_5, x_6, x_63); -return x_64; -} -else -{ -uint8_t x_65; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_65 = !lean_is_exclusive(x_61); -if (x_65 == 0) -{ -return x_61; -} -else -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_61, 0); -x_67 = lean_ctor_get(x_61, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_61); -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 -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_69 = lean_ctor_get(x_38, 1); -lean_inc(x_69); -lean_dec(x_38); -x_70 = lean_ctor_get(x_39, 0); -lean_inc(x_70); -lean_dec(x_39); -x_71 = lean_ctor_get(x_70, 4); -lean_inc(x_71); -x_72 = lean_nat_dec_eq(x_71, x_29); -lean_dec(x_71); -if (x_72 == 0) -{ -uint8_t x_73; lean_object* x_74; lean_object* x_75; -lean_dec(x_70); -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_73 = 0; -x_74 = lean_box(x_73); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_69); -return x_75; -} -else -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_76 = lean_ctor_get(x_70, 1); -lean_inc(x_76); -lean_dec(x_70); -x_77 = l_Lean_Meta_useEtaStruct(x_76, x_3, x_4, x_5, x_6, x_69); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_unbox(x_78); -lean_dec(x_78); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; uint8_t x_82; lean_object* x_83; lean_object* x_84; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_81 = x_77; -} else { - lean_dec_ref(x_77); - x_81 = lean_box(0); -} -x_82 = 0; -x_83 = lean_box(x_82); -if (lean_is_scalar(x_81)) { - x_84 = lean_alloc_ctor(0, 2, 0); -} else { - x_84 = x_81; -} -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_80); -return x_84; -} -else -{ -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_77, 1); -lean_inc(x_85); -lean_dec(x_77); +lean_inc(x_1); +x_33 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_30, x_32); +x_34 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_27); +lean_inc(x_34); +x_35 = lean_mk_array(x_34, x_29); +x_36 = lean_nat_sub(x_34, x_31); +lean_dec(x_34); +lean_inc(x_2); +x_37 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_35, x_36); +x_38 = 1; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_86 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_85); -if (lean_obj_tag(x_86) == 0) +x_39 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__2(x_8, x_9, x_33, x_37, x_38, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -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_is_expr_def_eq(x_13, x_87, x_3, x_4, x_5, x_6, x_88); -return x_89; -} -else +lean_object* x_40; uint8_t x_41; +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +x_41 = lean_unbox(x_40); +lean_dec(x_40); +if (x_41 == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_90 = lean_ctor_get(x_86, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_86, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - lean_ctor_release(x_86, 1); - x_92 = x_86; -} else { - lean_dec_ref(x_86); - x_92 = lean_box(0); -} -if (lean_is_scalar(x_92)) { - x_93 = lean_alloc_ctor(1, 2, 0); -} else { - x_93 = x_92; -} -lean_ctor_set(x_93, 0, x_90); -lean_ctor_set(x_93, 1, x_91); -return x_93; -} -} -} -} +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 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure(x_1, x_2, x_3, x_4, x_5, x_6, x_42); +return x_43; } else { -uint8_t x_94; -lean_dec(x_39); -lean_dec(x_13); +uint8_t x_44; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_94 = !lean_is_exclusive(x_38); -if (x_94 == 0) +lean_dec(x_1); +x_44 = !lean_is_exclusive(x_39); +if (x_44 == 0) { -lean_object* x_95; uint8_t x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_38, 0); -lean_dec(x_95); -x_96 = 0; -x_97 = lean_box(x_96); -lean_ctor_set(x_38, 0, x_97); -return x_38; +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_39, 0); +lean_dec(x_45); +x_46 = lean_box(x_38); +lean_ctor_set(x_39, 0, x_46); +return x_39; } else { -lean_object* x_98; uint8_t x_99; lean_object* x_100; lean_object* x_101; -x_98 = lean_ctor_get(x_38, 1); -lean_inc(x_98); -lean_dec(x_38); -x_99 = 0; -x_100 = lean_box(x_99); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_98); -return x_101; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_39, 1); +lean_inc(x_47); +lean_dec(x_39); +x_48 = lean_box(x_38); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; } } } else { -uint8_t x_102; -lean_dec(x_13); +uint8_t x_50; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_102 = !lean_is_exclusive(x_38); -if (x_102 == 0) +lean_dec(x_1); +x_50 = !lean_is_exclusive(x_39); +if (x_50 == 0) { -return x_38; +return x_39; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_38, 0); -x_104 = lean_ctor_get(x_38, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_38); -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; +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_39, 0); +x_52 = lean_ctor_get(x_39, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_39); +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; } } } -else +} +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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) { +_start: { -uint8_t x_106; lean_object* x_107; -lean_dec(x_36); -lean_dec(x_33); -lean_dec(x_13); -lean_dec(x_6); +uint8_t x_11; lean_object* x_12; +x_11 = lean_unbox(x_5); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_106 = 0; -x_107 = lean_box(x_106); -lean_ctor_set(x_17, 0, x_107); -return x_17; +x_12 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__1(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); +return x_12; } } +LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___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) { +_start: +{ +uint8_t x_11; lean_object* x_12; +x_11 = lean_unbox(x_5); +lean_dec(x_5); +x_12 = l_Lean_Meta_checkpointDefEq___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp___spec__2(x_1, x_2, x_3, x_4, x_11, x_6, x_7, x_8, x_9, x_10); +return x_12; } } -else +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqUnitLike(lean_object* x_1, 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_108; lean_object* x_109; -lean_dec(x_26); +lean_object* x_8; +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_8 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_7); +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, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); +lean_dec(x_8); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_11 = lean_whnf(x_9, x_3, x_4, x_5, x_6, x_10); +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; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_ctor_get(x_11, 1); +x_15 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_15) == 4) +{ +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_free_object(x_11); +x_16 = lean_ctor_get(x_15, 0); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_st_ref_get(x_6, x_14); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_17, 1); +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; +} else { + lean_dec_ref(x_17); + x_20 = lean_box(0); +} +x_21 = lean_ctor_get(x_18, 0); +lean_inc(x_21); +lean_dec(x_18); +x_22 = lean_environment_find(x_21, x_16); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_108 = 0; -x_109 = lean_box(x_108); -lean_ctor_set(x_17, 0, x_109); -return x_17; +x_23 = 0; +x_24 = lean_box(x_23); +if (lean_is_scalar(x_20)) { + x_25 = lean_alloc_ctor(0, 2, 0); +} else { + x_25 = x_20; } +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_19); +return x_25; } else { -uint8_t x_110; lean_object* x_111; -lean_dec(x_25); -lean_dec(x_13); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_110 = 0; -x_111 = lean_box(x_110); -lean_ctor_set(x_17, 0, x_111); -return x_17; +lean_object* x_26; +x_26 = lean_ctor_get(x_22, 0); +lean_inc(x_26); +lean_dec(x_22); +if (lean_obj_tag(x_26) == 5) +{ +lean_object* x_27; uint8_t x_28; uint8_t x_112; +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +lean_dec(x_26); +x_112 = lean_ctor_get_uint8(x_27, sizeof(void*)*5); +if (x_112 == 0) +{ +lean_object* x_113; lean_object* x_114; uint8_t x_115; +x_113 = lean_ctor_get(x_27, 2); +lean_inc(x_113); +x_114 = lean_unsigned_to_nat(0u); +x_115 = lean_nat_dec_eq(x_113, x_114); +lean_dec(x_113); +if (x_115 == 0) +{ +uint8_t x_116; +x_116 = 1; +x_28 = x_116; +goto block_111; } +else +{ +uint8_t x_117; +x_117 = 0; +x_28 = x_117; +goto block_111; } } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_112 = lean_ctor_get(x_17, 0); -x_113 = lean_ctor_get(x_17, 1); -lean_inc(x_113); -lean_inc(x_112); -lean_dec(x_17); -x_114 = lean_ctor_get(x_112, 0); -lean_inc(x_114); -lean_dec(x_112); -x_115 = lean_environment_find(x_114, x_16); -if (lean_obj_tag(x_115) == 0) +uint8_t x_118; +x_118 = 1; +x_28 = x_118; +goto block_111; +} +block_111: +{ +if (x_28 == 0) +{ +lean_object* x_29; +x_29 = lean_ctor_get(x_27, 4); +lean_inc(x_29); +lean_dec(x_27); +if (lean_obj_tag(x_29) == 0) { -uint8_t x_116; lean_object* x_117; lean_object* x_118; +uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_116 = 0; -x_117 = lean_box(x_116); -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_113); -return x_118; +x_30 = 0; +x_31 = lean_box(x_30); +if (lean_is_scalar(x_20)) { + x_32 = lean_alloc_ctor(0, 2, 0); +} else { + x_32 = x_20; +} +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_19); +return x_32; } else { -lean_object* x_119; -x_119 = lean_ctor_get(x_115, 0); -lean_inc(x_119); -lean_dec(x_115); -if (lean_obj_tag(x_119) == 5) +lean_object* x_33; +x_33 = lean_ctor_get(x_29, 1); +lean_inc(x_33); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_120; uint8_t x_121; -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -lean_dec(x_119); -x_121 = lean_ctor_get_uint8(x_120, sizeof(void*)*5); -if (x_121 == 0) +lean_object* x_34; lean_object* x_35; +lean_dec(x_20); +x_34 = lean_ctor_get(x_29, 0); +lean_inc(x_34); +lean_dec(x_29); +x_35 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_34, x_3, x_4, x_5, x_6, x_19); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_122; lean_object* x_123; uint8_t x_124; -x_122 = lean_ctor_get(x_120, 2); -lean_inc(x_122); -x_123 = lean_unsigned_to_nat(0u); -x_124 = lean_nat_dec_eq(x_122, x_123); -lean_dec(x_122); -if (x_124 == 0) +lean_object* x_36; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +if (lean_obj_tag(x_36) == 6) { -uint8_t x_125; lean_object* x_126; lean_object* x_127; -lean_dec(x_120); +uint8_t x_37; +x_37 = !lean_is_exclusive(x_35); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_38 = lean_ctor_get(x_35, 1); +x_39 = lean_ctor_get(x_35, 0); +lean_dec(x_39); +x_40 = lean_ctor_get(x_36, 0); +lean_inc(x_40); +lean_dec(x_36); +x_41 = lean_ctor_get(x_40, 4); +lean_inc(x_41); +x_42 = lean_unsigned_to_nat(0u); +x_43 = lean_nat_dec_eq(x_41, x_42); +lean_dec(x_41); +if (x_43 == 0) +{ +uint8_t x_44; lean_object* x_45; +lean_dec(x_40); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_125 = 0; -x_126 = lean_box(x_125); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_113); -return x_127; +x_44 = 0; +x_45 = lean_box(x_44); +lean_ctor_set(x_35, 0, x_45); +return x_35; } else { -lean_object* x_128; -x_128 = lean_ctor_get(x_120, 4); -lean_inc(x_128); -lean_dec(x_120); -if (lean_obj_tag(x_128) == 0) +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +lean_free_object(x_35); +x_46 = lean_ctor_get(x_40, 1); +lean_inc(x_46); +lean_dec(x_40); +x_47 = l_Lean_Meta_useEtaStruct(x_46, x_3, x_4, x_5, x_6, x_38); +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_unbox(x_48); +lean_dec(x_48); +if (x_49 == 0) { -uint8_t x_129; lean_object* x_130; lean_object* x_131; +uint8_t x_50; lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_129 = 0; -x_130 = lean_box(x_129); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_130); -lean_ctor_set(x_131, 1, x_113); -return x_131; +x_50 = !lean_is_exclusive(x_47); +if (x_50 == 0) +{ +lean_object* x_51; uint8_t x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_47, 0); +lean_dec(x_51); +x_52 = 0; +x_53 = lean_box(x_52); +lean_ctor_set(x_47, 0, x_53); +return x_47; } else { -lean_object* x_132; -x_132 = lean_ctor_get(x_128, 1); -lean_inc(x_132); -if (lean_obj_tag(x_132) == 0) +lean_object* x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; +x_54 = lean_ctor_get(x_47, 1); +lean_inc(x_54); +lean_dec(x_47); +x_55 = 0; +x_56 = lean_box(x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_54); +return x_57; +} +} +else { -lean_object* x_133; lean_object* x_134; -x_133 = lean_ctor_get(x_128, 0); -lean_inc(x_133); -lean_dec(x_128); -x_134 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_133, x_3, x_4, x_5, x_6, x_113); -if (lean_obj_tag(x_134) == 0) +lean_object* x_58; lean_object* x_59; +x_58 = lean_ctor_get(x_47, 1); +lean_inc(x_58); +lean_dec(x_47); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_59 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_58); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_135; -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -if (lean_obj_tag(x_135) == 6) +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_is_expr_def_eq(x_13, x_60, x_3, x_4, x_5, x_6, x_61); +return x_62; +} +else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -if (lean_is_exclusive(x_134)) { - lean_ctor_release(x_134, 0); - lean_ctor_release(x_134, 1); - x_137 = x_134; -} else { - lean_dec_ref(x_134); - x_137 = lean_box(0); +uint8_t x_63; +lean_dec(x_13); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_63 = !lean_is_exclusive(x_59); +if (x_63 == 0) +{ +return x_59; } -x_138 = lean_ctor_get(x_135, 0); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_ctor_get(x_138, 4); -lean_inc(x_139); -x_140 = lean_nat_dec_eq(x_139, x_123); -lean_dec(x_139); -if (x_140 == 0) +else { -uint8_t x_141; lean_object* x_142; lean_object* x_143; -lean_dec(x_138); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_59, 0); +x_65 = lean_ctor_get(x_59, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_59); +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; lean_object* x_70; uint8_t x_71; +x_67 = lean_ctor_get(x_35, 1); +lean_inc(x_67); +lean_dec(x_35); +x_68 = lean_ctor_get(x_36, 0); +lean_inc(x_68); +lean_dec(x_36); +x_69 = lean_ctor_get(x_68, 4); +lean_inc(x_69); +x_70 = lean_unsigned_to_nat(0u); +x_71 = lean_nat_dec_eq(x_69, x_70); +lean_dec(x_69); +if (x_71 == 0) +{ +uint8_t x_72; lean_object* x_73; lean_object* x_74; +lean_dec(x_68); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_141 = 0; -x_142 = lean_box(x_141); -if (lean_is_scalar(x_137)) { - x_143 = lean_alloc_ctor(0, 2, 0); -} else { - x_143 = x_137; -} -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_136); -return x_143; +x_72 = 0; +x_73 = lean_box(x_72); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_67); +return x_74; } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; uint8_t x_147; -lean_dec(x_137); -x_144 = lean_ctor_get(x_138, 1); -lean_inc(x_144); -lean_dec(x_138); -x_145 = l_Lean_Meta_useEtaStruct(x_144, x_3, x_4, x_5, x_6, x_136); -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_unbox(x_146); -lean_dec(x_146); -if (x_147 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; +x_75 = lean_ctor_get(x_68, 1); +lean_inc(x_75); +lean_dec(x_68); +x_76 = l_Lean_Meta_useEtaStruct(x_75, x_3, x_4, x_5, x_6, x_67); +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_unbox(x_77); +lean_dec(x_77); +if (x_78 == 0) { -lean_object* x_148; lean_object* x_149; uint8_t x_150; lean_object* x_151; lean_object* x_152; +lean_object* x_79; lean_object* x_80; uint8_t x_81; lean_object* x_82; lean_object* x_83; lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_148 = lean_ctor_get(x_145, 1); -lean_inc(x_148); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_149 = x_145; +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_80 = x_76; } else { - lean_dec_ref(x_145); - x_149 = lean_box(0); + lean_dec_ref(x_76); + x_80 = lean_box(0); } -x_150 = 0; -x_151 = lean_box(x_150); -if (lean_is_scalar(x_149)) { - x_152 = lean_alloc_ctor(0, 2, 0); +x_81 = 0; +x_82 = lean_box(x_81); +if (lean_is_scalar(x_80)) { + x_83 = lean_alloc_ctor(0, 2, 0); } else { - x_152 = x_149; + x_83 = x_80; } -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_148); -return x_152; +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_79); +return x_83; } else { -lean_object* x_153; lean_object* x_154; -x_153 = lean_ctor_get(x_145, 1); -lean_inc(x_153); -lean_dec(x_145); +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_76, 1); +lean_inc(x_84); +lean_dec(x_76); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_154 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_153); -if (lean_obj_tag(x_154) == 0) +x_85 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_84); +if (lean_obj_tag(x_85) == 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); -x_157 = lean_is_expr_def_eq(x_13, x_155, x_3, x_4, x_5, x_6, x_156); -return x_157; +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +lean_dec(x_85); +x_88 = lean_is_expr_def_eq(x_13, x_86, x_3, x_4, x_5, x_6, x_87); +return x_88; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_158 = lean_ctor_get(x_154, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_154, 1); -lean_inc(x_159); -if (lean_is_exclusive(x_154)) { - lean_ctor_release(x_154, 0); - lean_ctor_release(x_154, 1); - x_160 = x_154; +x_89 = lean_ctor_get(x_85, 0); +lean_inc(x_89); +x_90 = lean_ctor_get(x_85, 1); +lean_inc(x_90); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + lean_ctor_release(x_85, 1); + x_91 = x_85; } else { - lean_dec_ref(x_154); - x_160 = lean_box(0); + lean_dec_ref(x_85); + x_91 = lean_box(0); } -if (lean_is_scalar(x_160)) { - x_161 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_91)) { + x_92 = lean_alloc_ctor(1, 2, 0); } else { - x_161 = x_160; + x_92 = x_91; +} +lean_ctor_set(x_92, 0, x_89); +lean_ctor_set(x_92, 1, x_90); +return x_92; } -lean_ctor_set(x_161, 0, x_158); -lean_ctor_set(x_161, 1, x_159); -return x_161; } } } } else { -lean_object* x_162; lean_object* x_163; uint8_t x_164; lean_object* x_165; lean_object* x_166; -lean_dec(x_135); +uint8_t x_93; +lean_dec(x_36); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_162 = lean_ctor_get(x_134, 1); -lean_inc(x_162); -if (lean_is_exclusive(x_134)) { - lean_ctor_release(x_134, 0); - lean_ctor_release(x_134, 1); - x_163 = x_134; -} else { - lean_dec_ref(x_134); - x_163 = lean_box(0); +x_93 = !lean_is_exclusive(x_35); +if (x_93 == 0) +{ +lean_object* x_94; uint8_t x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_35, 0); +lean_dec(x_94); +x_95 = 0; +x_96 = lean_box(x_95); +lean_ctor_set(x_35, 0, x_96); +return x_35; } -x_164 = 0; -x_165 = lean_box(x_164); -if (lean_is_scalar(x_163)) { - x_166 = lean_alloc_ctor(0, 2, 0); -} else { - x_166 = x_163; +else +{ +lean_object* x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; +x_97 = lean_ctor_get(x_35, 1); +lean_inc(x_97); +lean_dec(x_35); +x_98 = 0; +x_99 = lean_box(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_97); +return x_100; } -lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_162); -return x_166; } } else { -lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; +uint8_t x_101; lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_167 = lean_ctor_get(x_134, 0); -lean_inc(x_167); -x_168 = lean_ctor_get(x_134, 1); -lean_inc(x_168); -if (lean_is_exclusive(x_134)) { - lean_ctor_release(x_134, 0); - lean_ctor_release(x_134, 1); - x_169 = x_134; -} else { - lean_dec_ref(x_134); - x_169 = lean_box(0); +x_101 = !lean_is_exclusive(x_35); +if (x_101 == 0) +{ +return x_35; } -if (lean_is_scalar(x_169)) { - x_170 = lean_alloc_ctor(1, 2, 0); -} else { - x_170 = x_169; +else +{ +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_35, 0); +x_103 = lean_ctor_get(x_35, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_35); +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_ctor_set(x_170, 0, x_167); -lean_ctor_set(x_170, 1, x_168); -return x_170; } } else { -uint8_t x_171; lean_object* x_172; lean_object* x_173; -lean_dec(x_132); -lean_dec(x_128); +uint8_t x_105; lean_object* x_106; lean_object* x_107; +lean_dec(x_33); +lean_dec(x_29); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_171 = 0; -x_172 = lean_box(x_171); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_113); -return x_173; +x_105 = 0; +x_106 = lean_box(x_105); +if (lean_is_scalar(x_20)) { + x_107 = lean_alloc_ctor(0, 2, 0); +} else { + x_107 = x_20; } +lean_ctor_set(x_107, 0, x_106); +lean_ctor_set(x_107, 1, x_19); +return x_107; } } } else { -uint8_t x_174; lean_object* x_175; lean_object* x_176; -lean_dec(x_120); +uint8_t x_108; lean_object* x_109; lean_object* x_110; +lean_dec(x_27); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_174 = 0; -x_175 = lean_box(x_174); -x_176 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_113); -return x_176; +x_108 = 0; +x_109 = lean_box(x_108); +if (lean_is_scalar(x_20)) { + x_110 = lean_alloc_ctor(0, 2, 0); +} else { + x_110 = x_20; +} +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_110, 1, x_19); +return x_110; +} } } else { -uint8_t x_177; lean_object* x_178; lean_object* x_179; -lean_dec(x_119); +uint8_t x_119; lean_object* x_120; lean_object* x_121; +lean_dec(x_26); lean_dec(x_13); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_177 = 0; -x_178 = lean_box(x_177); -x_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_178); -lean_ctor_set(x_179, 1, x_113); -return x_179; +x_119 = 0; +x_120 = lean_box(x_119); +if (lean_is_scalar(x_20)) { + x_121 = lean_alloc_ctor(0, 2, 0); +} else { + x_121 = x_20; } +lean_ctor_set(x_121, 0, x_120); +lean_ctor_set(x_121, 1, x_19); +return x_121; } } } else { -uint8_t x_180; lean_object* x_181; +uint8_t x_122; lean_object* x_123; lean_dec(x_15); lean_dec(x_13); lean_dec(x_6); @@ -63462,1116 +65546,846 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_180 = 0; -x_181 = lean_box(x_180); -lean_ctor_set(x_11, 0, x_181); +x_122 = 0; +x_123 = lean_box(x_122); +lean_ctor_set(x_11, 0, x_123); return x_11; } } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_182 = lean_ctor_get(x_11, 0); -x_183 = lean_ctor_get(x_11, 1); -lean_inc(x_183); -lean_inc(x_182); +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_11, 0); +x_125 = lean_ctor_get(x_11, 1); +lean_inc(x_125); +lean_inc(x_124); lean_dec(x_11); -x_184 = l_Lean_Expr_getAppFn(x_182); -if (lean_obj_tag(x_184) == 4) +x_126 = l_Lean_Expr_getAppFn(x_124); +if (lean_obj_tag(x_126) == 4) { -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; -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -lean_dec(x_184); -x_186 = lean_st_ref_get(x_6, x_183); -x_187 = lean_ctor_get(x_186, 0); -lean_inc(x_187); -x_188 = lean_ctor_get(x_186, 1); -lean_inc(x_188); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - lean_ctor_release(x_186, 1); - x_189 = x_186; +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_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +lean_dec(x_126); +x_128 = lean_st_ref_get(x_6, x_125); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +if (lean_is_exclusive(x_128)) { + lean_ctor_release(x_128, 0); + lean_ctor_release(x_128, 1); + x_131 = x_128; } else { - lean_dec_ref(x_186); - x_189 = lean_box(0); + lean_dec_ref(x_128); + x_131 = lean_box(0); } -x_190 = lean_ctor_get(x_187, 0); -lean_inc(x_190); -lean_dec(x_187); -x_191 = lean_environment_find(x_190, x_185); -if (lean_obj_tag(x_191) == 0) +x_132 = lean_ctor_get(x_129, 0); +lean_inc(x_132); +lean_dec(x_129); +x_133 = lean_environment_find(x_132, x_127); +if (lean_obj_tag(x_133) == 0) { -uint8_t x_192; lean_object* x_193; lean_object* x_194; -lean_dec(x_182); +uint8_t x_134; lean_object* x_135; lean_object* x_136; +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_192 = 0; -x_193 = lean_box(x_192); -if (lean_is_scalar(x_189)) { - x_194 = lean_alloc_ctor(0, 2, 0); +x_134 = 0; +x_135 = lean_box(x_134); +if (lean_is_scalar(x_131)) { + x_136 = lean_alloc_ctor(0, 2, 0); } else { - x_194 = x_189; + x_136 = x_131; } -lean_ctor_set(x_194, 0, x_193); -lean_ctor_set(x_194, 1, x_188); -return x_194; +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_130); +return x_136; } else { -lean_object* x_195; -x_195 = lean_ctor_get(x_191, 0); -lean_inc(x_195); -lean_dec(x_191); -if (lean_obj_tag(x_195) == 5) +lean_object* x_137; +x_137 = lean_ctor_get(x_133, 0); +lean_inc(x_137); +lean_dec(x_133); +if (lean_obj_tag(x_137) == 5) { -lean_object* x_196; uint8_t x_197; -x_196 = lean_ctor_get(x_195, 0); -lean_inc(x_196); -lean_dec(x_195); -x_197 = lean_ctor_get_uint8(x_196, sizeof(void*)*5); -if (x_197 == 0) +lean_object* x_138; uint8_t x_139; uint8_t x_191; +x_138 = lean_ctor_get(x_137, 0); +lean_inc(x_138); +lean_dec(x_137); +x_191 = lean_ctor_get_uint8(x_138, sizeof(void*)*5); +if (x_191 == 0) { -lean_object* x_198; lean_object* x_199; uint8_t x_200; -x_198 = lean_ctor_get(x_196, 2); -lean_inc(x_198); -x_199 = lean_unsigned_to_nat(0u); -x_200 = lean_nat_dec_eq(x_198, x_199); -lean_dec(x_198); -if (x_200 == 0) +lean_object* x_192; lean_object* x_193; uint8_t x_194; +x_192 = lean_ctor_get(x_138, 2); +lean_inc(x_192); +x_193 = lean_unsigned_to_nat(0u); +x_194 = lean_nat_dec_eq(x_192, x_193); +lean_dec(x_192); +if (x_194 == 0) { -uint8_t x_201; lean_object* x_202; lean_object* x_203; -lean_dec(x_196); -lean_dec(x_182); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_201 = 0; -x_202 = lean_box(x_201); -if (lean_is_scalar(x_189)) { - x_203 = lean_alloc_ctor(0, 2, 0); -} else { - x_203 = x_189; +uint8_t x_195; +x_195 = 1; +x_139 = x_195; +goto block_190; +} +else +{ +uint8_t x_196; +x_196 = 0; +x_139 = x_196; +goto block_190; } -lean_ctor_set(x_203, 0, x_202); -lean_ctor_set(x_203, 1, x_188); -return x_203; } else { -lean_object* x_204; -x_204 = lean_ctor_get(x_196, 4); -lean_inc(x_204); -lean_dec(x_196); -if (lean_obj_tag(x_204) == 0) +uint8_t x_197; +x_197 = 1; +x_139 = x_197; +goto block_190; +} +block_190: { -uint8_t x_205; lean_object* x_206; lean_object* x_207; -lean_dec(x_182); +if (x_139 == 0) +{ +lean_object* x_140; +x_140 = lean_ctor_get(x_138, 4); +lean_inc(x_140); +lean_dec(x_138); +if (lean_obj_tag(x_140) == 0) +{ +uint8_t x_141; lean_object* x_142; lean_object* x_143; +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_205 = 0; -x_206 = lean_box(x_205); -if (lean_is_scalar(x_189)) { - x_207 = lean_alloc_ctor(0, 2, 0); +x_141 = 0; +x_142 = lean_box(x_141); +if (lean_is_scalar(x_131)) { + x_143 = lean_alloc_ctor(0, 2, 0); } else { - x_207 = x_189; + x_143 = x_131; } -lean_ctor_set(x_207, 0, x_206); -lean_ctor_set(x_207, 1, x_188); -return x_207; +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_130); +return x_143; } else { -lean_object* x_208; -x_208 = lean_ctor_get(x_204, 1); -lean_inc(x_208); -if (lean_obj_tag(x_208) == 0) +lean_object* x_144; +x_144 = lean_ctor_get(x_140, 1); +lean_inc(x_144); +if (lean_obj_tag(x_144) == 0) { -lean_object* x_209; lean_object* x_210; -lean_dec(x_189); -x_209 = lean_ctor_get(x_204, 0); -lean_inc(x_209); -lean_dec(x_204); -x_210 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_209, x_3, x_4, x_5, x_6, x_188); -if (lean_obj_tag(x_210) == 0) +lean_object* x_145; lean_object* x_146; +lean_dec(x_131); +x_145 = lean_ctor_get(x_140, 0); +lean_inc(x_145); +lean_dec(x_140); +x_146 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_145, x_3, x_4, x_5, x_6, x_130); +if (lean_obj_tag(x_146) == 0) { -lean_object* x_211; -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -if (lean_obj_tag(x_211) == 6) +lean_object* x_147; +x_147 = lean_ctor_get(x_146, 0); +lean_inc(x_147); +if (lean_obj_tag(x_147) == 6) { -lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; uint8_t x_216; -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; +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_148 = lean_ctor_get(x_146, 1); +lean_inc(x_148); +if (lean_is_exclusive(x_146)) { + lean_ctor_release(x_146, 0); + lean_ctor_release(x_146, 1); + x_149 = x_146; } else { - lean_dec_ref(x_210); - x_213 = lean_box(0); + lean_dec_ref(x_146); + x_149 = lean_box(0); } -x_214 = lean_ctor_get(x_211, 0); -lean_inc(x_214); -lean_dec(x_211); -x_215 = lean_ctor_get(x_214, 4); -lean_inc(x_215); -x_216 = lean_nat_dec_eq(x_215, x_199); -lean_dec(x_215); -if (x_216 == 0) +x_150 = lean_ctor_get(x_147, 0); +lean_inc(x_150); +lean_dec(x_147); +x_151 = lean_ctor_get(x_150, 4); +lean_inc(x_151); +x_152 = lean_unsigned_to_nat(0u); +x_153 = lean_nat_dec_eq(x_151, x_152); +lean_dec(x_151); +if (x_153 == 0) { -uint8_t x_217; lean_object* x_218; lean_object* x_219; -lean_dec(x_214); -lean_dec(x_182); +uint8_t x_154; lean_object* x_155; lean_object* x_156; +lean_dec(x_150); +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_217 = 0; -x_218 = lean_box(x_217); -if (lean_is_scalar(x_213)) { - x_219 = lean_alloc_ctor(0, 2, 0); +x_154 = 0; +x_155 = lean_box(x_154); +if (lean_is_scalar(x_149)) { + x_156 = lean_alloc_ctor(0, 2, 0); } else { - x_219 = x_213; + x_156 = x_149; } -lean_ctor_set(x_219, 0, x_218); -lean_ctor_set(x_219, 1, x_212); -return x_219; +lean_ctor_set(x_156, 0, x_155); +lean_ctor_set(x_156, 1, x_148); +return x_156; } else { -lean_object* x_220; lean_object* x_221; lean_object* x_222; uint8_t x_223; -lean_dec(x_213); -x_220 = lean_ctor_get(x_214, 1); -lean_inc(x_220); -lean_dec(x_214); -x_221 = l_Lean_Meta_useEtaStruct(x_220, x_3, x_4, x_5, x_6, x_212); -x_222 = lean_ctor_get(x_221, 0); -lean_inc(x_222); -x_223 = lean_unbox(x_222); -lean_dec(x_222); -if (x_223 == 0) +lean_object* x_157; lean_object* x_158; lean_object* x_159; uint8_t x_160; +lean_dec(x_149); +x_157 = lean_ctor_get(x_150, 1); +lean_inc(x_157); +lean_dec(x_150); +x_158 = l_Lean_Meta_useEtaStruct(x_157, x_3, x_4, x_5, x_6, x_148); +x_159 = lean_ctor_get(x_158, 0); +lean_inc(x_159); +x_160 = lean_unbox(x_159); +lean_dec(x_159); +if (x_160 == 0) { -lean_object* x_224; lean_object* x_225; uint8_t x_226; lean_object* x_227; lean_object* x_228; -lean_dec(x_182); +lean_object* x_161; lean_object* x_162; uint8_t x_163; lean_object* x_164; lean_object* x_165; +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_224 = lean_ctor_get(x_221, 1); -lean_inc(x_224); -if (lean_is_exclusive(x_221)) { - lean_ctor_release(x_221, 0); - lean_ctor_release(x_221, 1); - x_225 = x_221; +x_161 = lean_ctor_get(x_158, 1); +lean_inc(x_161); +if (lean_is_exclusive(x_158)) { + lean_ctor_release(x_158, 0); + lean_ctor_release(x_158, 1); + x_162 = x_158; } else { - lean_dec_ref(x_221); - x_225 = lean_box(0); + lean_dec_ref(x_158); + x_162 = lean_box(0); } -x_226 = 0; -x_227 = lean_box(x_226); -if (lean_is_scalar(x_225)) { - x_228 = lean_alloc_ctor(0, 2, 0); +x_163 = 0; +x_164 = lean_box(x_163); +if (lean_is_scalar(x_162)) { + x_165 = lean_alloc_ctor(0, 2, 0); } else { - x_228 = x_225; + x_165 = x_162; } -lean_ctor_set(x_228, 0, x_227); -lean_ctor_set(x_228, 1, x_224); -return x_228; +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_161); +return x_165; } else { -lean_object* x_229; lean_object* x_230; -x_229 = lean_ctor_get(x_221, 1); -lean_inc(x_229); -lean_dec(x_221); +lean_object* x_166; lean_object* x_167; +x_166 = lean_ctor_get(x_158, 1); +lean_inc(x_166); +lean_dec(x_158); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_230 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_229); -if (lean_obj_tag(x_230) == 0) +x_167 = lean_infer_type(x_2, x_3, x_4, x_5, x_6, x_166); +if (lean_obj_tag(x_167) == 0) { -lean_object* x_231; lean_object* x_232; lean_object* x_233; -x_231 = lean_ctor_get(x_230, 0); -lean_inc(x_231); -x_232 = lean_ctor_get(x_230, 1); -lean_inc(x_232); -lean_dec(x_230); -x_233 = lean_is_expr_def_eq(x_182, x_231, x_3, x_4, x_5, x_6, x_232); -return x_233; +lean_object* x_168; lean_object* x_169; lean_object* x_170; +x_168 = lean_ctor_get(x_167, 0); +lean_inc(x_168); +x_169 = lean_ctor_get(x_167, 1); +lean_inc(x_169); +lean_dec(x_167); +x_170 = lean_is_expr_def_eq(x_124, x_168, x_3, x_4, x_5, x_6, x_169); +return x_170; } else { -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -lean_dec(x_182); +lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_234 = lean_ctor_get(x_230, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_230, 1); -lean_inc(x_235); -if (lean_is_exclusive(x_230)) { - lean_ctor_release(x_230, 0); - lean_ctor_release(x_230, 1); - x_236 = x_230; +x_171 = lean_ctor_get(x_167, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_167, 1); +lean_inc(x_172); +if (lean_is_exclusive(x_167)) { + lean_ctor_release(x_167, 0); + lean_ctor_release(x_167, 1); + x_173 = x_167; } else { - lean_dec_ref(x_230); - x_236 = lean_box(0); + lean_dec_ref(x_167); + x_173 = lean_box(0); } -if (lean_is_scalar(x_236)) { - x_237 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_173)) { + x_174 = lean_alloc_ctor(1, 2, 0); } else { - x_237 = x_236; + x_174 = x_173; } -lean_ctor_set(x_237, 0, x_234); -lean_ctor_set(x_237, 1, x_235); -return x_237; +lean_ctor_set(x_174, 0, x_171); +lean_ctor_set(x_174, 1, x_172); +return x_174; } } } } else { -lean_object* x_238; lean_object* x_239; uint8_t x_240; lean_object* x_241; lean_object* x_242; -lean_dec(x_211); -lean_dec(x_182); +lean_object* x_175; lean_object* x_176; uint8_t x_177; lean_object* x_178; lean_object* x_179; +lean_dec(x_147); +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_238 = lean_ctor_get(x_210, 1); -lean_inc(x_238); -if (lean_is_exclusive(x_210)) { - lean_ctor_release(x_210, 0); - lean_ctor_release(x_210, 1); - x_239 = x_210; +x_175 = lean_ctor_get(x_146, 1); +lean_inc(x_175); +if (lean_is_exclusive(x_146)) { + lean_ctor_release(x_146, 0); + lean_ctor_release(x_146, 1); + x_176 = x_146; } else { - lean_dec_ref(x_210); - x_239 = lean_box(0); + lean_dec_ref(x_146); + x_176 = lean_box(0); } -x_240 = 0; -x_241 = lean_box(x_240); -if (lean_is_scalar(x_239)) { - x_242 = lean_alloc_ctor(0, 2, 0); +x_177 = 0; +x_178 = lean_box(x_177); +if (lean_is_scalar(x_176)) { + x_179 = lean_alloc_ctor(0, 2, 0); } else { - x_242 = x_239; + x_179 = x_176; } -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_242, 1, x_238); -return x_242; +lean_ctor_set(x_179, 0, x_178); +lean_ctor_set(x_179, 1, x_175); +return x_179; } } else { -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; -lean_dec(x_182); +lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_243 = lean_ctor_get(x_210, 0); -lean_inc(x_243); -x_244 = lean_ctor_get(x_210, 1); -lean_inc(x_244); -if (lean_is_exclusive(x_210)) { - lean_ctor_release(x_210, 0); - lean_ctor_release(x_210, 1); - x_245 = x_210; +x_180 = lean_ctor_get(x_146, 0); +lean_inc(x_180); +x_181 = lean_ctor_get(x_146, 1); +lean_inc(x_181); +if (lean_is_exclusive(x_146)) { + lean_ctor_release(x_146, 0); + lean_ctor_release(x_146, 1); + x_182 = x_146; } else { - lean_dec_ref(x_210); - x_245 = lean_box(0); + lean_dec_ref(x_146); + x_182 = lean_box(0); } -if (lean_is_scalar(x_245)) { - x_246 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_182)) { + x_183 = lean_alloc_ctor(1, 2, 0); } else { - x_246 = x_245; + x_183 = x_182; } -lean_ctor_set(x_246, 0, x_243); -lean_ctor_set(x_246, 1, x_244); -return x_246; +lean_ctor_set(x_183, 0, x_180); +lean_ctor_set(x_183, 1, x_181); +return x_183; } } else { -uint8_t x_247; lean_object* x_248; lean_object* x_249; -lean_dec(x_208); -lean_dec(x_204); -lean_dec(x_182); +uint8_t x_184; lean_object* x_185; lean_object* x_186; +lean_dec(x_144); +lean_dec(x_140); +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_247 = 0; -x_248 = lean_box(x_247); -if (lean_is_scalar(x_189)) { - x_249 = lean_alloc_ctor(0, 2, 0); +x_184 = 0; +x_185 = lean_box(x_184); +if (lean_is_scalar(x_131)) { + x_186 = lean_alloc_ctor(0, 2, 0); } else { - x_249 = x_189; -} -lean_ctor_set(x_249, 0, x_248); -lean_ctor_set(x_249, 1, x_188); -return x_249; -} + x_186 = x_131; } +lean_ctor_set(x_186, 0, x_185); +lean_ctor_set(x_186, 1, x_130); +return x_186; } } -else -{ -uint8_t x_250; lean_object* x_251; lean_object* x_252; -lean_dec(x_196); -lean_dec(x_182); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_250 = 0; -x_251 = lean_box(x_250); -if (lean_is_scalar(x_189)) { - x_252 = lean_alloc_ctor(0, 2, 0); -} else { - x_252 = x_189; -} -lean_ctor_set(x_252, 0, x_251); -lean_ctor_set(x_252, 1, x_188); -return x_252; -} } else { -uint8_t x_253; lean_object* x_254; lean_object* x_255; -lean_dec(x_195); -lean_dec(x_182); +uint8_t x_187; lean_object* x_188; lean_object* x_189; +lean_dec(x_138); +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_253 = 0; -x_254 = lean_box(x_253); -if (lean_is_scalar(x_189)) { - x_255 = lean_alloc_ctor(0, 2, 0); +x_187 = 0; +x_188 = lean_box(x_187); +if (lean_is_scalar(x_131)) { + x_189 = lean_alloc_ctor(0, 2, 0); } else { - x_255 = x_189; -} -lean_ctor_set(x_255, 0, x_254); -lean_ctor_set(x_255, 1, x_188); -return x_255; -} -} + x_189 = x_131; } -else -{ -uint8_t x_256; lean_object* x_257; lean_object* x_258; -lean_dec(x_184); -lean_dec(x_182); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_256 = 0; -x_257 = lean_box(x_256); -x_258 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_258, 0, x_257); -lean_ctor_set(x_258, 1, x_183); -return x_258; +lean_ctor_set(x_189, 0, x_188); +lean_ctor_set(x_189, 1, x_130); +return x_189; } } } else { -uint8_t x_259; +uint8_t x_198; lean_object* x_199; lean_object* x_200; +lean_dec(x_137); +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_259 = !lean_is_exclusive(x_11); -if (x_259 == 0) -{ -return x_11; -} -else -{ -lean_object* x_260; lean_object* x_261; lean_object* x_262; -x_260 = lean_ctor_get(x_11, 0); -x_261 = lean_ctor_get(x_11, 1); -lean_inc(x_261); -lean_inc(x_260); -lean_dec(x_11); -x_262 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_262, 0, x_260); -lean_ctor_set(x_262, 1, x_261); -return x_262; +x_198 = 0; +x_199 = lean_box(x_198); +if (lean_is_scalar(x_131)) { + x_200 = lean_alloc_ctor(0, 2, 0); +} else { + x_200 = x_131; } +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_130); +return x_200; } } -else -{ -uint8_t x_263; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_263 = !lean_is_exclusive(x_8); -if (x_263 == 0) -{ -return x_8; } else { -lean_object* x_264; lean_object* x_265; lean_object* x_266; -x_264 = lean_ctor_get(x_8, 0); -x_265 = lean_ctor_get(x_8, 1); -lean_inc(x_265); -lean_inc(x_264); -lean_dec(x_8); -x_266 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_266, 0, x_264); -lean_ctor_set(x_266, 1, x_265); -return x_266; -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst___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_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_1); -x_9 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_1, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_9) == 0) -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; -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_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_2); -x_12 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_2, x_4, x_5, x_6, x_7, x_11); -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; lean_object* x_15; lean_object* x_16; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -if (lean_obj_tag(x_10) == 0) -{ -if (lean_obj_tag(x_14) == 0) -{ -uint8_t x_86; lean_object* x_87; -lean_dec(x_7); +uint8_t x_201; lean_object* x_202; lean_object* x_203; +lean_dec(x_126); +lean_dec(x_124); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_86 = 2; -x_87 = lean_box(x_86); -lean_ctor_set(x_12, 0, x_87); -return x_12; -} -else -{ -lean_object* x_88; -lean_free_object(x_12); -x_88 = lean_box(0); -x_16 = x_88; -goto block_85; -} -} -else -{ -lean_object* x_89; -lean_free_object(x_12); -x_89 = lean_box(0); -x_16 = x_89; -goto block_85; -} -block_85: -{ -lean_dec(x_16); -if (lean_obj_tag(x_10) == 0) -{ -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_17; -x_17 = lean_is_expr_def_eq(x_1, x_2, x_4, x_5, x_6, x_7, x_15); -if (lean_obj_tag(x_17) == 0) -{ -uint8_t x_18; -x_18 = !lean_is_exclusive(x_17); -if (x_18 == 0) -{ -lean_object* x_19; uint8_t x_20; uint8_t x_21; lean_object* x_22; -x_19 = lean_ctor_get(x_17, 0); -x_20 = lean_unbox(x_19); -lean_dec(x_19); -x_21 = l_Bool_toLBool(x_20); -x_22 = lean_box(x_21); -lean_ctor_set(x_17, 0, x_22); -return x_17; -} -else -{ -lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_23 = lean_ctor_get(x_17, 0); -x_24 = lean_ctor_get(x_17, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_17); -x_25 = lean_unbox(x_23); -lean_dec(x_23); -x_26 = l_Bool_toLBool(x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_24); -return x_28; -} -} -else -{ -uint8_t x_29; -x_29 = !lean_is_exclusive(x_17); -if (x_29 == 0) -{ -return x_17; -} -else -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_17, 0); -x_31 = lean_ctor_get(x_17, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_17); -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 -{ -lean_object* x_33; lean_object* x_34; -lean_dec(x_2); -x_33 = lean_ctor_get(x_14, 0); -lean_inc(x_33); -lean_dec(x_14); -x_34 = lean_is_expr_def_eq(x_1, x_33, x_4, x_5, x_6, x_7, x_15); -if (lean_obj_tag(x_34) == 0) -{ -uint8_t x_35; -x_35 = !lean_is_exclusive(x_34); -if (x_35 == 0) -{ -lean_object* x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_34, 0); -x_37 = lean_unbox(x_36); -lean_dec(x_36); -x_38 = l_Bool_toLBool(x_37); -x_39 = lean_box(x_38); -lean_ctor_set(x_34, 0, x_39); -return x_34; -} -else -{ -lean_object* x_40; lean_object* x_41; uint8_t x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; -x_40 = lean_ctor_get(x_34, 0); -x_41 = lean_ctor_get(x_34, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_34); -x_42 = lean_unbox(x_40); -lean_dec(x_40); -x_43 = l_Bool_toLBool(x_42); -x_44 = lean_box(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_41); -return x_45; -} -} -else -{ -uint8_t x_46; -x_46 = !lean_is_exclusive(x_34); -if (x_46 == 0) -{ -return x_34; -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_34, 0); -x_48 = lean_ctor_get(x_34, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_34); -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; -} -} -} -} -else -{ -lean_dec(x_1); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_10, 0); -lean_inc(x_50); -lean_dec(x_10); -x_51 = lean_is_expr_def_eq(x_50, x_2, x_4, x_5, x_6, x_7, x_15); -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; uint8_t x_54; uint8_t x_55; lean_object* x_56; -x_53 = lean_ctor_get(x_51, 0); -x_54 = lean_unbox(x_53); -lean_dec(x_53); -x_55 = l_Bool_toLBool(x_54); -x_56 = lean_box(x_55); -lean_ctor_set(x_51, 0, x_56); -return x_51; -} -else -{ -lean_object* x_57; lean_object* x_58; uint8_t x_59; uint8_t x_60; lean_object* x_61; lean_object* x_62; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_ctor_get(x_51, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_51); -x_59 = lean_unbox(x_57); -lean_dec(x_57); -x_60 = l_Bool_toLBool(x_59); -x_61 = lean_box(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_58); -return x_62; -} -} -else -{ -uint8_t x_63; -x_63 = !lean_is_exclusive(x_51); -if (x_63 == 0) -{ -return x_51; -} -else -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_51, 0); -x_65 = lean_ctor_get(x_51, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_51); -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; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_201 = 0; +x_202 = lean_box(x_201); +x_203 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_203, 0, x_202); +lean_ctor_set(x_203, 1, x_125); +return x_203; } } } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; +uint8_t x_204; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); -x_67 = lean_ctor_get(x_10, 0); -lean_inc(x_67); -lean_dec(x_10); -x_68 = lean_ctor_get(x_14, 0); -lean_inc(x_68); -lean_dec(x_14); -x_69 = lean_is_expr_def_eq(x_67, x_68, x_4, x_5, x_6, x_7, x_15); -if (lean_obj_tag(x_69) == 0) -{ -uint8_t x_70; -x_70 = !lean_is_exclusive(x_69); -if (x_70 == 0) +x_204 = !lean_is_exclusive(x_11); +if (x_204 == 0) { -lean_object* x_71; uint8_t x_72; uint8_t x_73; lean_object* x_74; -x_71 = lean_ctor_get(x_69, 0); -x_72 = lean_unbox(x_71); -lean_dec(x_71); -x_73 = l_Bool_toLBool(x_72); -x_74 = lean_box(x_73); -lean_ctor_set(x_69, 0, x_74); -return x_69; +return x_11; } else { -lean_object* x_75; lean_object* x_76; uint8_t x_77; uint8_t x_78; lean_object* x_79; lean_object* x_80; -x_75 = lean_ctor_get(x_69, 0); -x_76 = lean_ctor_get(x_69, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_69); -x_77 = lean_unbox(x_75); -lean_dec(x_75); -x_78 = l_Bool_toLBool(x_77); -x_79 = lean_box(x_78); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_76); -return x_80; +lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_205 = lean_ctor_get(x_11, 0); +x_206 = lean_ctor_get(x_11, 1); +lean_inc(x_206); +lean_inc(x_205); +lean_dec(x_11); +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; +} } } else { -uint8_t x_81; -x_81 = !lean_is_exclusive(x_69); -if (x_81 == 0) +uint8_t x_208; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_208 = !lean_is_exclusive(x_8); +if (x_208 == 0) { -return x_69; +return x_8; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_69, 0); -x_83 = lean_ctor_get(x_69, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_69); -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; +lean_object* x_209; lean_object* x_210; lean_object* x_211; +x_209 = lean_ctor_get(x_8, 0); +x_210 = lean_ctor_get(x_8, 1); +lean_inc(x_210); +lean_inc(x_209); +lean_dec(x_8); +x_211 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_211, 0, x_209); +lean_ctor_set(x_211, 1, x_210); +return x_211; +} } } } +LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst___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_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_1); +x_9 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_1, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +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_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_2); +x_12 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_2, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +if (lean_is_exclusive(x_12)) { + lean_ctor_release(x_12, 0); + lean_ctor_release(x_12, 1); + x_15 = x_12; +} else { + lean_dec_ref(x_12); + x_15 = lean_box(0); +} +if (lean_obj_tag(x_10) == 0) +{ +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_89; +x_89 = 0; +x_16 = x_89; +goto block_88; } +else +{ +uint8_t x_90; +x_90 = 1; +x_16 = x_90; +goto block_88; } } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_12, 0); -x_91 = lean_ctor_get(x_12, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_12); -if (lean_obj_tag(x_10) == 0) +uint8_t x_91; +x_91 = 1; +x_16 = x_91; +goto block_88; +} +block_88: { -if (lean_obj_tag(x_90) == 0) +if (x_16 == 0) { -uint8_t x_146; lean_object* x_147; lean_object* x_148; +uint8_t x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_13); +lean_dec(x_10); 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_146 = 2; -x_147 = lean_box(x_146); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_91); -return x_148; -} -else -{ -lean_object* x_149; -x_149 = lean_box(0); -x_92 = x_149; -goto block_145; +x_17 = 2; +x_18 = lean_box(x_17); +if (lean_is_scalar(x_15)) { + x_19 = lean_alloc_ctor(0, 2, 0); +} else { + x_19 = x_15; } +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_14); +return x_19; } else { -lean_object* x_150; -x_150 = lean_box(0); -x_92 = x_150; -goto block_145; -} -block_145: -{ -lean_dec(x_92); +lean_dec(x_15); if (lean_obj_tag(x_10) == 0) { -if (lean_obj_tag(x_90) == 0) +if (lean_obj_tag(x_13) == 0) { -lean_object* x_93; -x_93 = lean_is_expr_def_eq(x_1, x_2, x_4, x_5, x_6, x_7, x_91); -if (lean_obj_tag(x_93) == 0) +lean_object* x_20; +x_20 = lean_is_expr_def_eq(x_1, x_2, x_4, x_5, x_6, x_7, x_14); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; uint8_t x_98; lean_object* x_99; lean_object* x_100; -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_93, 1); -lean_inc(x_95); -if (lean_is_exclusive(x_93)) { - lean_ctor_release(x_93, 0); - lean_ctor_release(x_93, 1); - x_96 = x_93; -} else { - lean_dec_ref(x_93); - x_96 = lean_box(0); +uint8_t x_21; +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_20, 0); +x_23 = lean_unbox(x_22); +lean_dec(x_22); +x_24 = l_Bool_toLBool(x_23); +x_25 = lean_box(x_24); +lean_ctor_set(x_20, 0, x_25); +return x_20; } -x_97 = lean_unbox(x_94); -lean_dec(x_94); -x_98 = l_Bool_toLBool(x_97); -x_99 = lean_box(x_98); -if (lean_is_scalar(x_96)) { - x_100 = lean_alloc_ctor(0, 2, 0); -} else { - x_100 = x_96; +else +{ +lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; +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_unbox(x_26); +lean_dec(x_26); +x_29 = l_Bool_toLBool(x_28); +x_30 = lean_box(x_29); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_27); +return x_31; } -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_95); -return x_100; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_101 = lean_ctor_get(x_93, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_93, 1); -lean_inc(x_102); -if (lean_is_exclusive(x_93)) { - lean_ctor_release(x_93, 0); - lean_ctor_release(x_93, 1); - x_103 = x_93; -} else { - lean_dec_ref(x_93); - x_103 = lean_box(0); +uint8_t x_32; +x_32 = !lean_is_exclusive(x_20); +if (x_32 == 0) +{ +return x_20; } -if (lean_is_scalar(x_103)) { - x_104 = lean_alloc_ctor(1, 2, 0); -} else { - x_104 = x_103; +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_20, 0); +x_34 = lean_ctor_get(x_20, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_20); +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_ctor_set(x_104, 0, x_101); -lean_ctor_set(x_104, 1, x_102); -return x_104; } } else { -lean_object* x_105; lean_object* x_106; +lean_object* x_36; lean_object* x_37; lean_dec(x_2); -x_105 = lean_ctor_get(x_90, 0); -lean_inc(x_105); -lean_dec(x_90); -x_106 = lean_is_expr_def_eq(x_1, x_105, x_4, x_5, x_6, x_7, x_91); -if (lean_obj_tag(x_106) == 0) +x_36 = lean_ctor_get(x_13, 0); +lean_inc(x_36); +lean_dec(x_13); +x_37 = lean_is_expr_def_eq(x_1, x_36, x_4, x_5, x_6, x_7, x_14); +if (lean_obj_tag(x_37) == 0) { -lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; uint8_t x_111; lean_object* x_112; lean_object* x_113; -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_109 = x_106; -} else { - lean_dec_ref(x_106); - x_109 = lean_box(0); +uint8_t x_38; +x_38 = !lean_is_exclusive(x_37); +if (x_38 == 0) +{ +lean_object* x_39; uint8_t x_40; uint8_t x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_37, 0); +x_40 = lean_unbox(x_39); +lean_dec(x_39); +x_41 = l_Bool_toLBool(x_40); +x_42 = lean_box(x_41); +lean_ctor_set(x_37, 0, x_42); +return x_37; } -x_110 = lean_unbox(x_107); -lean_dec(x_107); -x_111 = l_Bool_toLBool(x_110); -x_112 = lean_box(x_111); -if (lean_is_scalar(x_109)) { - x_113 = lean_alloc_ctor(0, 2, 0); -} else { - x_113 = x_109; +else +{ +lean_object* x_43; lean_object* x_44; uint8_t x_45; uint8_t x_46; lean_object* x_47; lean_object* x_48; +x_43 = lean_ctor_get(x_37, 0); +x_44 = lean_ctor_get(x_37, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_37); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_46 = l_Bool_toLBool(x_45); +x_47 = lean_box(x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_44); +return x_48; } -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_108); -return x_113; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_114 = lean_ctor_get(x_106, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_106, 1); -lean_inc(x_115); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_116 = x_106; -} else { - lean_dec_ref(x_106); - x_116 = lean_box(0); +uint8_t x_49; +x_49 = !lean_is_exclusive(x_37); +if (x_49 == 0) +{ +return x_37; } -if (lean_is_scalar(x_116)) { - x_117 = lean_alloc_ctor(1, 2, 0); -} else { - x_117 = x_116; +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_37, 0); +x_51 = lean_ctor_get(x_37, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_37); +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_ctor_set(x_117, 0, x_114); -lean_ctor_set(x_117, 1, x_115); -return x_117; } } } else { lean_dec(x_1); -if (lean_obj_tag(x_90) == 0) +if (lean_obj_tag(x_13) == 0) { -lean_object* x_118; lean_object* x_119; -x_118 = lean_ctor_get(x_10, 0); -lean_inc(x_118); +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_10, 0); +lean_inc(x_53); lean_dec(x_10); -x_119 = lean_is_expr_def_eq(x_118, x_2, x_4, x_5, x_6, x_7, x_91); -if (lean_obj_tag(x_119) == 0) +x_54 = lean_is_expr_def_eq(x_53, x_2, x_4, x_5, x_6, x_7, x_14); +if (lean_obj_tag(x_54) == 0) { -lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; uint8_t x_124; lean_object* x_125; lean_object* x_126; -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_119)) { - lean_ctor_release(x_119, 0); - lean_ctor_release(x_119, 1); - x_122 = x_119; -} else { - lean_dec_ref(x_119); - x_122 = lean_box(0); +uint8_t x_55; +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) +{ +lean_object* x_56; uint8_t x_57; uint8_t x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_54, 0); +x_57 = lean_unbox(x_56); +lean_dec(x_56); +x_58 = l_Bool_toLBool(x_57); +x_59 = lean_box(x_58); +lean_ctor_set(x_54, 0, x_59); +return x_54; } -x_123 = lean_unbox(x_120); -lean_dec(x_120); -x_124 = l_Bool_toLBool(x_123); -x_125 = lean_box(x_124); -if (lean_is_scalar(x_122)) { - x_126 = lean_alloc_ctor(0, 2, 0); -} else { - x_126 = x_122; +else +{ +lean_object* x_60; lean_object* x_61; uint8_t x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; +x_60 = lean_ctor_get(x_54, 0); +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_54); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_63 = l_Bool_toLBool(x_62); +x_64 = lean_box(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_61); +return x_65; } -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_126, 1, x_121); -return x_126; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_127 = lean_ctor_get(x_119, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_119, 1); -lean_inc(x_128); -if (lean_is_exclusive(x_119)) { - lean_ctor_release(x_119, 0); - lean_ctor_release(x_119, 1); - x_129 = x_119; -} else { - lean_dec_ref(x_119); - x_129 = lean_box(0); +uint8_t x_66; +x_66 = !lean_is_exclusive(x_54); +if (x_66 == 0) +{ +return x_54; } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(1, 2, 0); -} else { - x_130 = x_129; +else +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_54, 0); +x_68 = lean_ctor_get(x_54, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_54); +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; } -lean_ctor_set(x_130, 0, x_127); -lean_ctor_set(x_130, 1, x_128); -return x_130; } } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_dec(x_2); -x_131 = lean_ctor_get(x_10, 0); -lean_inc(x_131); +x_70 = lean_ctor_get(x_10, 0); +lean_inc(x_70); lean_dec(x_10); -x_132 = lean_ctor_get(x_90, 0); -lean_inc(x_132); -lean_dec(x_90); -x_133 = lean_is_expr_def_eq(x_131, x_132, x_4, x_5, x_6, x_7, x_91); -if (lean_obj_tag(x_133) == 0) +x_71 = lean_ctor_get(x_13, 0); +lean_inc(x_71); +lean_dec(x_13); +x_72 = lean_is_expr_def_eq(x_70, x_71, x_4, x_5, x_6, x_7, x_14); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_134; lean_object* x_135; lean_object* x_136; uint8_t x_137; uint8_t x_138; lean_object* x_139; lean_object* x_140; -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - lean_ctor_release(x_133, 1); - x_136 = x_133; -} else { - lean_dec_ref(x_133); - x_136 = lean_box(0); +uint8_t x_73; +x_73 = !lean_is_exclusive(x_72); +if (x_73 == 0) +{ +lean_object* x_74; uint8_t x_75; uint8_t x_76; lean_object* x_77; +x_74 = lean_ctor_get(x_72, 0); +x_75 = lean_unbox(x_74); +lean_dec(x_74); +x_76 = l_Bool_toLBool(x_75); +x_77 = lean_box(x_76); +lean_ctor_set(x_72, 0, x_77); +return x_72; } -x_137 = lean_unbox(x_134); -lean_dec(x_134); -x_138 = l_Bool_toLBool(x_137); -x_139 = lean_box(x_138); -if (lean_is_scalar(x_136)) { - x_140 = lean_alloc_ctor(0, 2, 0); -} else { - x_140 = x_136; +else +{ +lean_object* x_78; lean_object* x_79; uint8_t x_80; uint8_t x_81; lean_object* x_82; lean_object* x_83; +x_78 = lean_ctor_get(x_72, 0); +x_79 = lean_ctor_get(x_72, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_80 = lean_unbox(x_78); +lean_dec(x_78); +x_81 = l_Bool_toLBool(x_80); +x_82 = lean_box(x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_79); +return x_83; } -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_135); -return x_140; } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; -x_141 = lean_ctor_get(x_133, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_133, 1); -lean_inc(x_142); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - lean_ctor_release(x_133, 1); - x_143 = x_133; -} else { - lean_dec_ref(x_133); - x_143 = lean_box(0); +uint8_t x_84; +x_84 = !lean_is_exclusive(x_72); +if (x_84 == 0) +{ +return x_72; } -if (lean_is_scalar(x_143)) { - x_144 = lean_alloc_ctor(1, 2, 0); -} else { - x_144 = x_143; +else +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_72, 0); +x_86 = lean_ctor_get(x_72, 1); +lean_inc(x_86); +lean_inc(x_85); +lean_dec(x_72); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } -lean_ctor_set(x_144, 0, x_141); -lean_ctor_set(x_144, 1, x_142); -return x_144; } } } @@ -64580,7 +66394,7 @@ return x_144; } else { -uint8_t x_151; +uint8_t x_92; lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); @@ -64588,52 +66402,52 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_151 = !lean_is_exclusive(x_12); -if (x_151 == 0) +x_92 = !lean_is_exclusive(x_12); +if (x_92 == 0) { return x_12; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_12, 0); -x_153 = lean_ctor_get(x_12, 1); -lean_inc(x_153); -lean_inc(x_152); +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_12, 0); +x_94 = lean_ctor_get(x_12, 1); +lean_inc(x_94); +lean_inc(x_93); lean_dec(x_12); -x_154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_154, 0, x_152); -lean_ctor_set(x_154, 1, x_153); -return x_154; +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 { -uint8_t x_155; +uint8_t x_96; 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_155 = !lean_is_exclusive(x_9); -if (x_155 == 0) +x_96 = !lean_is_exclusive(x_9); +if (x_96 == 0) { return x_9; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; -x_156 = lean_ctor_get(x_9, 0); -x_157 = lean_ctor_get(x_9, 1); -lean_inc(x_157); -lean_inc(x_156); +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_9, 0); +x_98 = lean_ctor_get(x_9, 1); +lean_inc(x_98); +lean_inc(x_97); lean_dec(x_9); -x_158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_158, 0, x_156); -lean_ctor_set(x_158, 1, x_157); -return x_158; +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; } } } @@ -64652,7 +66466,7 @@ x_11 = lean_ctor_get(x_8, 1); x_12 = 3; x_13 = lean_unbox(x_10); lean_dec(x_10); -x_14 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_13, x_12); +x_14 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_13, x_12); if (x_14 == 0) { uint8_t x_15; lean_object* x_16; @@ -64687,7 +66501,7 @@ lean_dec(x_8); x_21 = 3; x_22 = lean_unbox(x_19); lean_dec(x_19); -x_23 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_22, x_21); +x_23 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_22, x_21); if (x_23 == 0) { uint8_t x_24; lean_object* x_25; lean_object* x_26; @@ -64751,887 +66565,849 @@ lean_inc(x_2); x_14 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_9, x_10, x_2, x_4, x_5, x_6, x_7, x_13); if (lean_obj_tag(x_14) == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_170; +lean_object* x_15; lean_object* x_16; uint8_t x_17; uint8_t x_334; 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_170 = lean_expr_eqv(x_1, x_12); -if (x_170 == 0) +x_334 = lean_expr_eqv(x_1, x_12); +if (x_334 == 0) { -lean_object* x_171; +lean_object* x_335; lean_dec(x_2); lean_dec(x_1); -x_171 = lean_is_expr_def_eq(x_12, x_15, x_4, x_5, x_6, x_7, x_16); -return x_171; +x_335 = lean_is_expr_def_eq(x_12, x_15, x_4, x_5, x_6, x_7, x_16); +return x_335; +} +else +{ +uint8_t x_336; +x_336 = lean_expr_eqv(x_2, x_15); +if (x_336 == 0) +{ +lean_object* x_337; +lean_dec(x_2); +lean_dec(x_1); +x_337 = lean_is_expr_def_eq(x_12, x_15, x_4, x_5, x_6, x_7, x_16); +return x_337; +} +else +{ +uint8_t x_338; +lean_dec(x_15); +lean_dec(x_12); +x_338 = l_Lean_Expr_isConst(x_1); +if (x_338 == 0) +{ +x_17 = x_10; +goto block_333; +} +else +{ +uint8_t x_339; +x_339 = l_Lean_Expr_isConst(x_2); +x_17 = x_339; +goto block_333; +} +} +} +block_333: +{ +if (x_17 == 0) +{ +uint8_t x_18; lean_object* x_19; +x_18 = l_Lean_Expr_isApp(x_1); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_19 = l_Lean_Meta_isDefEqNative(x_1, x_2, x_4, x_5, x_6, x_7, x_16); +if (lean_obj_tag(x_19) == 0) +{ +lean_object* x_20; uint8_t x_21; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_unbox(x_20); +lean_dec(x_20); +switch (x_21) { +case 0: +{ +uint8_t x_22; +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_22 = !lean_is_exclusive(x_19); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_19, 0); +lean_dec(x_23); +x_24 = lean_box(x_10); +lean_ctor_set(x_19, 0, x_24); +return x_19; } else { -uint8_t x_172; -x_172 = lean_expr_eqv(x_2, x_15); -if (x_172 == 0) +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_19, 1); +lean_inc(x_25); +lean_dec(x_19); +x_26 = lean_box(x_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); +return x_27; +} +} +case 1: { -lean_object* x_173; +uint8_t x_28; +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_173 = lean_is_expr_def_eq(x_12, x_15, x_4, x_5, x_6, x_7, x_16); -return x_173; -} -else -{ -uint8_t x_174; -lean_dec(x_15); -lean_dec(x_12); -x_174 = l_Lean_Expr_isConst(x_1); -if (x_174 == 0) +x_28 = !lean_is_exclusive(x_19); +if (x_28 == 0) { -lean_object* x_175; -x_175 = lean_box(0); -x_17 = x_175; -goto block_169; +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_19, 0); +lean_dec(x_29); +x_30 = lean_box(x_9); +lean_ctor_set(x_19, 0, x_30); +return x_19; } else { -uint8_t x_176; -x_176 = l_Lean_Expr_isConst(x_2); -if (x_176 == 0) -{ -lean_object* x_177; -x_177 = lean_box(0); -x_17 = x_177; -goto block_169; +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_19, 1); +lean_inc(x_31); +lean_dec(x_19); +x_32 = lean_box(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_31); +return x_33; } -else -{ -lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_178 = l_Lean_Expr_constName_x21(x_1); -x_179 = l_Lean_Expr_constName_x21(x_2); -x_180 = lean_name_eq(x_178, x_179); -lean_dec(x_179); -lean_dec(x_178); -if (x_180 == 0) +} +default: { -lean_object* x_181; +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_19, 1); +lean_inc(x_34); +lean_dec(x_19); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_181 = l_Lean_Meta_isDefEqNative(x_1, x_2, x_4, x_5, x_6, x_7, x_16); -if (lean_obj_tag(x_181) == 0) +x_35 = l_Lean_Meta_isDefEqNat(x_1, x_2, x_4, x_5, x_6, x_7, x_34); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_182; uint8_t x_183; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_unbox(x_182); -lean_dec(x_182); -switch (x_183) { +lean_object* x_36; uint8_t x_37; +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_unbox(x_36); +lean_dec(x_36); +switch (x_37) { case 0: { -uint8_t x_184; +uint8_t x_38; 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_184 = !lean_is_exclusive(x_181); -if (x_184 == 0) +x_38 = !lean_is_exclusive(x_35); +if (x_38 == 0) { -lean_object* x_185; lean_object* x_186; -x_185 = lean_ctor_get(x_181, 0); -lean_dec(x_185); -x_186 = lean_box(x_10); -lean_ctor_set(x_181, 0, x_186); -return x_181; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_35, 0); +lean_dec(x_39); +x_40 = lean_box(x_10); +lean_ctor_set(x_35, 0, x_40); +return x_35; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_181, 1); -lean_inc(x_187); -lean_dec(x_181); -x_188 = lean_box(x_10); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_187); -return x_189; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_35, 1); +lean_inc(x_41); +lean_dec(x_35); +x_42 = lean_box(x_10); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } case 1: { -uint8_t x_190; +uint8_t x_44; 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_190 = !lean_is_exclusive(x_181); -if (x_190 == 0) +x_44 = !lean_is_exclusive(x_35); +if (x_44 == 0) { -lean_object* x_191; lean_object* x_192; -x_191 = lean_ctor_get(x_181, 0); -lean_dec(x_191); -x_192 = lean_box(x_9); -lean_ctor_set(x_181, 0, x_192); -return x_181; +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_35, 0); +lean_dec(x_45); +x_46 = lean_box(x_9); +lean_ctor_set(x_35, 0, x_46); +return x_35; } else { -lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_193 = lean_ctor_get(x_181, 1); -lean_inc(x_193); -lean_dec(x_181); -x_194 = lean_box(x_9); -x_195 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_195, 0, x_194); -lean_ctor_set(x_195, 1, x_193); -return x_195; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_35, 1); +lean_inc(x_47); +lean_dec(x_35); +x_48 = lean_box(x_9); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; } } default: { -lean_object* x_196; lean_object* x_197; -x_196 = lean_ctor_get(x_181, 1); -lean_inc(x_196); -lean_dec(x_181); +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_35, 1); +lean_inc(x_50); +lean_dec(x_35); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_197 = l_Lean_Meta_isDefEqNat(x_1, x_2, x_4, x_5, x_6, x_7, x_196); -if (lean_obj_tag(x_197) == 0) +x_51 = l_Lean_Meta_isDefEqOffset(x_1, x_2, x_4, x_5, x_6, x_7, x_50); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_198; uint8_t x_199; -x_198 = lean_ctor_get(x_197, 0); -lean_inc(x_198); -x_199 = lean_unbox(x_198); -lean_dec(x_198); -switch (x_199) { +lean_object* x_52; uint8_t x_53; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_unbox(x_52); +lean_dec(x_52); +switch (x_53) { case 0: { -uint8_t x_200; +uint8_t x_54; 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_200 = !lean_is_exclusive(x_197); -if (x_200 == 0) +x_54 = !lean_is_exclusive(x_51); +if (x_54 == 0) { -lean_object* x_201; lean_object* x_202; -x_201 = lean_ctor_get(x_197, 0); -lean_dec(x_201); -x_202 = lean_box(x_10); -lean_ctor_set(x_197, 0, x_202); -return x_197; +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_51, 0); +lean_dec(x_55); +x_56 = lean_box(x_10); +lean_ctor_set(x_51, 0, x_56); +return x_51; } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_203 = lean_ctor_get(x_197, 1); -lean_inc(x_203); -lean_dec(x_197); -x_204 = lean_box(x_10); -x_205 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_203); -return x_205; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_51, 1); +lean_inc(x_57); +lean_dec(x_51); +x_58 = lean_box(x_10); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_57); +return x_59; } } case 1: { -uint8_t x_206; +uint8_t x_60; 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_206 = !lean_is_exclusive(x_197); -if (x_206 == 0) +x_60 = !lean_is_exclusive(x_51); +if (x_60 == 0) { -lean_object* x_207; lean_object* x_208; -x_207 = lean_ctor_get(x_197, 0); -lean_dec(x_207); -x_208 = lean_box(x_9); -lean_ctor_set(x_197, 0, x_208); -return x_197; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_51, 0); +lean_dec(x_61); +x_62 = lean_box(x_9); +lean_ctor_set(x_51, 0, x_62); +return x_51; } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -x_209 = lean_ctor_get(x_197, 1); -lean_inc(x_209); -lean_dec(x_197); -x_210 = lean_box(x_9); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_209); -return x_211; +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_51, 1); +lean_inc(x_63); +lean_dec(x_51); +x_64 = lean_box(x_9); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } default: { -lean_object* x_212; lean_object* x_213; -x_212 = lean_ctor_get(x_197, 1); -lean_inc(x_212); -lean_dec(x_197); +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_51, 1); +lean_inc(x_66); +lean_dec(x_51); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_213 = l_Lean_Meta_isDefEqOffset(x_1, x_2, x_4, x_5, x_6, x_7, x_212); -if (lean_obj_tag(x_213) == 0) +x_67 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqDelta(x_1, x_2, x_4, x_5, x_6, x_7, x_66); +if (lean_obj_tag(x_67) == 0) { -lean_object* x_214; uint8_t x_215; -x_214 = lean_ctor_get(x_213, 0); -lean_inc(x_214); -x_215 = lean_unbox(x_214); -lean_dec(x_214); -switch (x_215) { +lean_object* x_68; uint8_t x_69; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +lean_dec(x_68); +switch (x_69) { case 0: { -uint8_t x_216; +uint8_t x_70; 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_216 = !lean_is_exclusive(x_213); -if (x_216 == 0) +x_70 = !lean_is_exclusive(x_67); +if (x_70 == 0) { -lean_object* x_217; lean_object* x_218; -x_217 = lean_ctor_get(x_213, 0); -lean_dec(x_217); -x_218 = lean_box(x_10); -lean_ctor_set(x_213, 0, x_218); -return x_213; +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_67, 0); +lean_dec(x_71); +x_72 = lean_box(x_10); +lean_ctor_set(x_67, 0, x_72); +return x_67; } else { -lean_object* x_219; lean_object* x_220; lean_object* x_221; -x_219 = lean_ctor_get(x_213, 1); -lean_inc(x_219); -lean_dec(x_213); -x_220 = lean_box(x_10); -x_221 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_219); -return x_221; +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_67, 1); +lean_inc(x_73); +lean_dec(x_67); +x_74 = lean_box(x_10); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_73); +return x_75; } } case 1: { -uint8_t x_222; +uint8_t x_76; 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_222 = !lean_is_exclusive(x_213); -if (x_222 == 0) +x_76 = !lean_is_exclusive(x_67); +if (x_76 == 0) { -lean_object* x_223; lean_object* x_224; -x_223 = lean_ctor_get(x_213, 0); -lean_dec(x_223); -x_224 = lean_box(x_9); -lean_ctor_set(x_213, 0, x_224); -return x_213; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_67, 0); +lean_dec(x_77); +x_78 = lean_box(x_9); +lean_ctor_set(x_67, 0, x_78); +return x_67; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_213, 1); -lean_inc(x_225); -lean_dec(x_213); -x_226 = lean_box(x_9); -x_227 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_227, 1, x_225); -return x_227; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_67, 1); +lean_inc(x_79); +lean_dec(x_67); +x_80 = lean_box(x_9); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_79); +return x_81; } } default: { -lean_object* x_228; lean_object* x_229; -x_228 = lean_ctor_get(x_213, 1); -lean_inc(x_228); -lean_dec(x_213); -x_229 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqDelta(x_1, x_2, x_4, x_5, x_6, x_7, x_228); -if (lean_obj_tag(x_229) == 0) -{ -lean_object* x_230; -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -if (lean_obj_tag(x_230) == 1) -{ -uint8_t x_231; -x_231 = !lean_is_exclusive(x_229); -if (x_231 == 0) -{ -lean_object* x_232; lean_object* x_233; -x_232 = lean_ctor_get(x_229, 0); -lean_dec(x_232); -x_233 = lean_box(x_9); -lean_ctor_set(x_229, 0, x_233); -return x_229; +lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +if (lean_is_exclusive(x_67)) { + lean_ctor_release(x_67, 0); + lean_ctor_release(x_67, 1); + x_83 = x_67; +} else { + lean_dec_ref(x_67); + x_83 = lean_box(0); } -else +if (x_18 == 0) { -lean_object* x_234; lean_object* x_235; lean_object* x_236; -x_234 = lean_ctor_get(x_229, 1); -lean_inc(x_234); -lean_dec(x_229); -x_235 = lean_box(x_9); -x_236 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_236, 0, x_235); -lean_ctor_set(x_236, 1, x_234); -return x_236; -} +x_84 = x_18; +x_85 = x_82; +goto block_143; } else { -uint8_t x_237; -lean_dec(x_230); -x_237 = !lean_is_exclusive(x_229); -if (x_237 == 0) -{ -lean_object* x_238; lean_object* x_239; -x_238 = lean_ctor_get(x_229, 0); -lean_dec(x_238); -x_239 = lean_box(x_10); -lean_ctor_set(x_229, 0, x_239); -return x_229; -} -else +uint8_t x_144; +x_144 = l_Lean_Expr_isApp(x_2); +if (x_144 == 0) { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = lean_ctor_get(x_229, 1); -lean_inc(x_240); -lean_dec(x_229); -x_241 = lean_box(x_10); -x_242 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_242, 1, x_240); -return x_242; -} -} +x_84 = x_144; +x_85 = x_82; +goto block_143; } else { -uint8_t x_243; -x_243 = !lean_is_exclusive(x_229); -if (x_243 == 0) -{ -return x_229; -} -else +lean_object* x_145; +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_145 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp(x_1, x_2, x_4, x_5, x_6, x_7, x_82); +if (lean_obj_tag(x_145) == 0) { -lean_object* x_244; lean_object* x_245; lean_object* x_246; -x_244 = lean_ctor_get(x_229, 0); -x_245 = lean_ctor_get(x_229, 1); -lean_inc(x_245); -lean_inc(x_244); -lean_dec(x_229); -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; -} -} -} -} +lean_object* x_146; lean_object* x_147; uint8_t x_148; +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_84 = x_148; +x_85 = x_147; +goto block_143; } else { -uint8_t x_247; +uint8_t x_149; +lean_dec(x_83); 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_247 = !lean_is_exclusive(x_213); -if (x_247 == 0) +x_149 = !lean_is_exclusive(x_145); +if (x_149 == 0) { -return x_213; +return x_145; } else { -lean_object* x_248; lean_object* x_249; lean_object* x_250; -x_248 = lean_ctor_get(x_213, 0); -x_249 = lean_ctor_get(x_213, 1); -lean_inc(x_249); -lean_inc(x_248); -lean_dec(x_213); -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_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_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 +block_143: +{ +if (x_84 == 0) +{ +lean_object* x_86; +lean_dec(x_83); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_86 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst(x_1, x_2, x_4, x_5, x_6, x_7, x_85); +if (lean_obj_tag(x_86) == 0) +{ +lean_object* x_87; uint8_t x_88; +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_unbox(x_87); +lean_dec(x_87); +switch (x_88) { +case 0: { -uint8_t x_251; +uint8_t x_89; 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_251 = !lean_is_exclusive(x_197); -if (x_251 == 0) +x_89 = !lean_is_exclusive(x_86); +if (x_89 == 0) { -return x_197; +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_86, 0); +lean_dec(x_90); +x_91 = lean_box(x_10); +lean_ctor_set(x_86, 0, x_91); +return x_86; } else { -lean_object* x_252; lean_object* x_253; lean_object* x_254; -x_252 = lean_ctor_get(x_197, 0); -x_253 = lean_ctor_get(x_197, 1); -lean_inc(x_253); -lean_inc(x_252); -lean_dec(x_197); -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_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_86, 1); +lean_inc(x_92); +lean_dec(x_86); +x_93 = lean_box(x_10); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_92); +return x_94; } } -else +case 1: { -uint8_t x_255; +uint8_t x_95; 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_255 = !lean_is_exclusive(x_181); -if (x_255 == 0) +x_95 = !lean_is_exclusive(x_86); +if (x_95 == 0) { -return x_181; +lean_object* x_96; lean_object* x_97; +x_96 = lean_ctor_get(x_86, 0); +lean_dec(x_96); +x_97 = lean_box(x_9); +lean_ctor_set(x_86, 0, x_97); +return x_86; } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_181, 0); -x_257 = lean_ctor_get(x_181, 1); -lean_inc(x_257); -lean_inc(x_256); -lean_dec(x_181); -x_258 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_257); -return x_258; -} +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_86, 1); +lean_inc(x_98); +lean_dec(x_86); +x_99 = lean_box(x_9); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_99); +lean_ctor_set(x_100, 1, x_98); +return x_100; } } -else +default: { -lean_object* x_259; lean_object* x_260; lean_object* x_261; -lean_inc(x_1); -x_259 = l_Lean_Expr_constLevels_x21(x_1); -lean_inc(x_2); -x_260 = l_Lean_Expr_constLevels_x21(x_2); +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_86, 1); +lean_inc(x_101); +lean_dec(x_86); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_261 = l_Lean_Meta_isDefEqNative(x_1, x_2, x_4, x_5, x_6, x_7, x_16); -if (lean_obj_tag(x_261) == 0) +x_102 = l_Lean_Meta_isDefEqStringLit(x_1, x_2, x_4, x_5, x_6, x_7, x_101); +if (lean_obj_tag(x_102) == 0) { -lean_object* x_262; uint8_t x_263; -x_262 = lean_ctor_get(x_261, 0); -lean_inc(x_262); -x_263 = lean_unbox(x_262); -lean_dec(x_262); -switch (x_263) { +lean_object* x_103; uint8_t x_104; +x_103 = lean_ctor_get(x_102, 0); +lean_inc(x_103); +x_104 = lean_unbox(x_103); +lean_dec(x_103); +switch (x_104) { case 0: { -uint8_t x_264; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_105; 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_264 = !lean_is_exclusive(x_261); -if (x_264 == 0) +x_105 = !lean_is_exclusive(x_102); +if (x_105 == 0) { -lean_object* x_265; lean_object* x_266; -x_265 = lean_ctor_get(x_261, 0); -lean_dec(x_265); -x_266 = lean_box(x_10); -lean_ctor_set(x_261, 0, x_266); -return x_261; +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_102, 0); +lean_dec(x_106); +x_107 = lean_box(x_10); +lean_ctor_set(x_102, 0, x_107); +return x_102; } else { -lean_object* x_267; lean_object* x_268; lean_object* x_269; -x_267 = lean_ctor_get(x_261, 1); -lean_inc(x_267); -lean_dec(x_261); -x_268 = lean_box(x_10); -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; +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_102, 1); +lean_inc(x_108); +lean_dec(x_102); +x_109 = lean_box(x_10); +x_110 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_110, 1, x_108); +return x_110; } } case 1: { -uint8_t x_270; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_111; 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_270 = !lean_is_exclusive(x_261); -if (x_270 == 0) +x_111 = !lean_is_exclusive(x_102); +if (x_111 == 0) { -lean_object* x_271; lean_object* x_272; -x_271 = lean_ctor_get(x_261, 0); -lean_dec(x_271); -x_272 = lean_box(x_9); -lean_ctor_set(x_261, 0, x_272); -return x_261; +lean_object* x_112; lean_object* x_113; +x_112 = lean_ctor_get(x_102, 0); +lean_dec(x_112); +x_113 = lean_box(x_9); +lean_ctor_set(x_102, 0, x_113); +return x_102; } else { -lean_object* x_273; lean_object* x_274; lean_object* x_275; -x_273 = lean_ctor_get(x_261, 1); -lean_inc(x_273); -lean_dec(x_261); -x_274 = lean_box(x_9); -x_275 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_275, 0, x_274); -lean_ctor_set(x_275, 1, x_273); -return x_275; +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_102, 1); +lean_inc(x_114); +lean_dec(x_102); +x_115 = lean_box(x_9); +x_116 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_114); +return x_116; } } default: { -lean_object* x_276; lean_object* x_277; -x_276 = lean_ctor_get(x_261, 1); -lean_inc(x_276); -lean_dec(x_261); +lean_object* x_117; lean_object* x_118; +x_117 = lean_ctor_get(x_102, 1); +lean_inc(x_117); +lean_dec(x_102); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_277 = l_Lean_Meta_isDefEqNat(x_1, x_2, x_4, x_5, x_6, x_7, x_276); -if (lean_obj_tag(x_277) == 0) +x_118 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqUnitLike(x_1, x_2, x_4, x_5, x_6, x_7, x_117); +if (lean_obj_tag(x_118) == 0) { -lean_object* x_278; uint8_t x_279; -x_278 = lean_ctor_get(x_277, 0); -lean_inc(x_278); -x_279 = lean_unbox(x_278); -lean_dec(x_278); -switch (x_279) { -case 0: +lean_object* x_119; uint8_t x_120; +x_119 = lean_ctor_get(x_118, 0); +lean_inc(x_119); +x_120 = lean_unbox(x_119); +lean_dec(x_119); +if (x_120 == 0) { -uint8_t x_280; -lean_dec(x_260); -lean_dec(x_259); +lean_object* x_121; lean_object* x_122; +x_121 = lean_ctor_get(x_118, 1); +lean_inc(x_121); +lean_dec(x_118); +x_122 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure(x_1, x_2, x_4, x_5, x_6, x_7, x_121); +return x_122; +} +else +{ +uint8_t x_123; 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_280 = !lean_is_exclusive(x_277); -if (x_280 == 0) +x_123 = !lean_is_exclusive(x_118); +if (x_123 == 0) { -lean_object* x_281; lean_object* x_282; -x_281 = lean_ctor_get(x_277, 0); -lean_dec(x_281); -x_282 = lean_box(x_10); -lean_ctor_set(x_277, 0, x_282); -return x_277; +lean_object* x_124; lean_object* x_125; +x_124 = lean_ctor_get(x_118, 0); +lean_dec(x_124); +x_125 = lean_box(x_9); +lean_ctor_set(x_118, 0, x_125); +return x_118; } else { -lean_object* x_283; lean_object* x_284; lean_object* x_285; -x_283 = lean_ctor_get(x_277, 1); -lean_inc(x_283); -lean_dec(x_277); -x_284 = lean_box(x_10); -x_285 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_285, 0, x_284); -lean_ctor_set(x_285, 1, x_283); -return x_285; +lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_126 = lean_ctor_get(x_118, 1); +lean_inc(x_126); +lean_dec(x_118); +x_127 = lean_box(x_9); +x_128 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_128, 0, x_127); +lean_ctor_set(x_128, 1, x_126); +return x_128; } } -case 1: +} +else { -uint8_t x_286; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_129; 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_286 = !lean_is_exclusive(x_277); -if (x_286 == 0) +x_129 = !lean_is_exclusive(x_118); +if (x_129 == 0) { -lean_object* x_287; lean_object* x_288; -x_287 = lean_ctor_get(x_277, 0); -lean_dec(x_287); -x_288 = lean_box(x_9); -lean_ctor_set(x_277, 0, x_288); -return x_277; +return x_118; } else { -lean_object* x_289; lean_object* x_290; lean_object* x_291; -x_289 = lean_ctor_get(x_277, 1); -lean_inc(x_289); -lean_dec(x_277); -x_290 = lean_box(x_9); -x_291 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_291, 0, x_290); -lean_ctor_set(x_291, 1, x_289); -return x_291; +lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_118, 0); +x_131 = lean_ctor_get(x_118, 1); +lean_inc(x_131); +lean_inc(x_130); +lean_dec(x_118); +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; } } -default: -{ -lean_object* x_292; lean_object* x_293; -x_292 = lean_ctor_get(x_277, 1); -lean_inc(x_292); -lean_dec(x_277); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -lean_inc(x_1); -x_293 = l_Lean_Meta_isDefEqOffset(x_1, x_2, x_4, x_5, x_6, x_7, x_292); -if (lean_obj_tag(x_293) == 0) -{ -lean_object* x_294; uint8_t x_295; -x_294 = lean_ctor_get(x_293, 0); -lean_inc(x_294); -x_295 = lean_unbox(x_294); -lean_dec(x_294); -switch (x_295) { -case 0: +} +} +} +else { -uint8_t x_296; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_133; 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_296 = !lean_is_exclusive(x_293); -if (x_296 == 0) +x_133 = !lean_is_exclusive(x_102); +if (x_133 == 0) { -lean_object* x_297; lean_object* x_298; -x_297 = lean_ctor_get(x_293, 0); -lean_dec(x_297); -x_298 = lean_box(x_10); -lean_ctor_set(x_293, 0, x_298); -return x_293; +return x_102; } else { -lean_object* x_299; lean_object* x_300; lean_object* x_301; -x_299 = lean_ctor_get(x_293, 1); -lean_inc(x_299); -lean_dec(x_293); -x_300 = lean_box(x_10); -x_301 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_301, 0, x_300); -lean_ctor_set(x_301, 1, x_299); -return x_301; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_102, 0); +x_135 = lean_ctor_get(x_102, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_102); +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; } } -case 1: +} +} +} +else { -uint8_t x_302; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_137; 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_302 = !lean_is_exclusive(x_293); -if (x_302 == 0) +x_137 = !lean_is_exclusive(x_86); +if (x_137 == 0) { -lean_object* x_303; lean_object* x_304; -x_303 = lean_ctor_get(x_293, 0); -lean_dec(x_303); -x_304 = lean_box(x_9); -lean_ctor_set(x_293, 0, x_304); -return x_293; +return x_86; } else { -lean_object* x_305; lean_object* x_306; lean_object* x_307; -x_305 = lean_ctor_get(x_293, 1); -lean_inc(x_305); -lean_dec(x_293); -x_306 = lean_box(x_9); -x_307 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_307, 0, x_306); -lean_ctor_set(x_307, 1, x_305); -return x_307; +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_86, 0); +x_139 = lean_ctor_get(x_86, 1); +lean_inc(x_139); +lean_inc(x_138); +lean_dec(x_86); +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; } } -default: -{ -lean_object* x_308; lean_object* x_309; -x_308 = lean_ctor_get(x_293, 1); -lean_inc(x_308); -lean_dec(x_293); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_309 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqDelta(x_1, x_2, x_4, x_5, x_6, x_7, x_308); -if (lean_obj_tag(x_309) == 0) -{ -lean_object* x_310; uint8_t x_311; -x_310 = lean_ctor_get(x_309, 0); -lean_inc(x_310); -x_311 = lean_unbox(x_310); -lean_dec(x_310); -switch (x_311) { -case 0: -{ -uint8_t x_312; -lean_dec(x_260); -lean_dec(x_259); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_312 = !lean_is_exclusive(x_309); -if (x_312 == 0) -{ -lean_object* x_313; lean_object* x_314; -x_313 = lean_ctor_get(x_309, 0); -lean_dec(x_313); -x_314 = lean_box(x_10); -lean_ctor_set(x_309, 0, x_314); -return x_309; } else { -lean_object* x_315; lean_object* x_316; lean_object* x_317; -x_315 = lean_ctor_get(x_309, 1); -lean_inc(x_315); -lean_dec(x_309); -x_316 = lean_box(x_10); -x_317 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_317, 0, x_316); -lean_ctor_set(x_317, 1, x_315); -return x_317; -} -} -case 1: -{ -uint8_t x_318; -lean_dec(x_260); -lean_dec(x_259); +lean_object* x_141; lean_object* x_142; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_318 = !lean_is_exclusive(x_309); -if (x_318 == 0) -{ -lean_object* x_319; lean_object* x_320; -x_319 = lean_ctor_get(x_309, 0); -lean_dec(x_319); -x_320 = lean_box(x_9); -lean_ctor_set(x_309, 0, x_320); -return x_309; +lean_dec(x_2); +lean_dec(x_1); +x_141 = lean_box(x_9); +if (lean_is_scalar(x_83)) { + x_142 = lean_alloc_ctor(0, 2, 0); +} else { + x_142 = x_83; } -else -{ -lean_object* x_321; lean_object* x_322; lean_object* x_323; -x_321 = lean_ctor_get(x_309, 1); -lean_inc(x_321); -lean_dec(x_309); -x_322 = lean_box(x_9); -x_323 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_323, 0, x_322); -lean_ctor_set(x_323, 1, x_321); -return x_323; +lean_ctor_set(x_142, 0, x_141); +lean_ctor_set(x_142, 1, x_85); +return x_142; } } -default: -{ -lean_object* x_324; lean_object* x_325; -x_324 = lean_ctor_get(x_309, 1); -lean_inc(x_324); -lean_dec(x_309); -x_325 = l_Lean_Meta_isListLevelDefEqAux(x_259, x_260, x_4, x_5, x_6, x_7, x_324); -return x_325; } } } else { -uint8_t x_326; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_153; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_326 = !lean_is_exclusive(x_309); -if (x_326 == 0) +lean_dec(x_2); +lean_dec(x_1); +x_153 = !lean_is_exclusive(x_67); +if (x_153 == 0) { -return x_309; +return x_67; } else { -lean_object* x_327; lean_object* x_328; lean_object* x_329; -x_327 = lean_ctor_get(x_309, 0); -x_328 = lean_ctor_get(x_309, 1); -lean_inc(x_328); -lean_inc(x_327); -lean_dec(x_309); -x_329 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_329, 0, x_327); -lean_ctor_set(x_329, 1, x_328); -return x_329; +lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_154 = lean_ctor_get(x_67, 0); +x_155 = lean_ctor_get(x_67, 1); +lean_inc(x_155); +lean_inc(x_154); +lean_dec(x_67); +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; } } } @@ -65639,32 +67415,30 @@ return x_329; } else { -uint8_t x_330; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_157; 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_330 = !lean_is_exclusive(x_293); -if (x_330 == 0) +x_157 = !lean_is_exclusive(x_51); +if (x_157 == 0) { -return x_293; +return x_51; } else { -lean_object* x_331; lean_object* x_332; lean_object* x_333; -x_331 = lean_ctor_get(x_293, 0); -x_332 = lean_ctor_get(x_293, 1); -lean_inc(x_332); -lean_inc(x_331); -lean_dec(x_293); -x_333 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_333, 0, x_331); -lean_ctor_set(x_333, 1, x_332); -return x_333; +lean_object* x_158; lean_object* x_159; lean_object* x_160; +x_158 = lean_ctor_get(x_51, 0); +x_159 = lean_ctor_get(x_51, 1); +lean_inc(x_159); +lean_inc(x_158); +lean_dec(x_51); +x_160 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_160, 0, x_158); +lean_ctor_set(x_160, 1, x_159); +return x_160; } } } @@ -65672,32 +67446,30 @@ return x_333; } else { -uint8_t x_334; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_161; 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_334 = !lean_is_exclusive(x_277); -if (x_334 == 0) +x_161 = !lean_is_exclusive(x_35); +if (x_161 == 0) { -return x_277; +return x_35; } else { -lean_object* x_335; lean_object* x_336; lean_object* x_337; -x_335 = lean_ctor_get(x_277, 0); -x_336 = lean_ctor_get(x_277, 1); -lean_inc(x_336); -lean_inc(x_335); -lean_dec(x_277); -x_337 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_337, 0, x_335); -lean_ctor_set(x_337, 1, x_336); -return x_337; +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_35, 0); +x_163 = lean_ctor_get(x_35, 1); +lean_inc(x_163); +lean_inc(x_162); +lean_dec(x_35); +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; } } } @@ -65705,834 +67477,863 @@ return x_337; } else { -uint8_t x_338; -lean_dec(x_260); -lean_dec(x_259); +uint8_t x_165; 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_338 = !lean_is_exclusive(x_261); -if (x_338 == 0) +x_165 = !lean_is_exclusive(x_19); +if (x_165 == 0) { -return x_261; +return x_19; } else { -lean_object* x_339; lean_object* x_340; lean_object* x_341; -x_339 = lean_ctor_get(x_261, 0); -x_340 = lean_ctor_get(x_261, 1); -lean_inc(x_340); -lean_inc(x_339); -lean_dec(x_261); -x_341 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_341, 0, x_339); -lean_ctor_set(x_341, 1, x_340); -return x_341; -} -} -} -} +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = lean_ctor_get(x_19, 0); +x_167 = lean_ctor_get(x_19, 1); +lean_inc(x_167); +lean_inc(x_166); +lean_dec(x_19); +x_168 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_168, 0, x_166); +lean_ctor_set(x_168, 1, x_167); +return x_168; } } } -block_169: +else { -uint8_t x_18; lean_object* x_19; -lean_dec(x_17); -x_18 = l_Lean_Expr_isApp(x_1); +lean_object* x_169; lean_object* x_170; uint8_t x_171; +x_169 = l_Lean_Expr_constName_x21(x_1); +x_170 = l_Lean_Expr_constName_x21(x_2); +x_171 = lean_name_eq(x_169, x_170); +lean_dec(x_170); +lean_dec(x_169); +if (x_171 == 0) +{ +lean_object* x_172; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_19 = l_Lean_Meta_isDefEqNative(x_1, x_2, x_4, x_5, x_6, x_7, x_16); -if (lean_obj_tag(x_19) == 0) +x_172 = l_Lean_Meta_isDefEqNative(x_1, x_2, x_4, x_5, x_6, x_7, x_16); +if (lean_obj_tag(x_172) == 0) { -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -switch (x_21) { +lean_object* x_173; uint8_t x_174; +x_173 = lean_ctor_get(x_172, 0); +lean_inc(x_173); +x_174 = lean_unbox(x_173); +lean_dec(x_173); +switch (x_174) { case 0: { -uint8_t x_22; +uint8_t x_175; 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_22 = !lean_is_exclusive(x_19); -if (x_22 == 0) +x_175 = !lean_is_exclusive(x_172); +if (x_175 == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_19, 0); -lean_dec(x_23); -x_24 = lean_box(x_10); -lean_ctor_set(x_19, 0, x_24); -return x_19; +lean_object* x_176; lean_object* x_177; +x_176 = lean_ctor_get(x_172, 0); +lean_dec(x_176); +x_177 = lean_box(x_10); +lean_ctor_set(x_172, 0, x_177); +return x_172; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_19, 1); -lean_inc(x_25); -lean_dec(x_19); -x_26 = lean_box(x_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); -return x_27; +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_172, 1); +lean_inc(x_178); +lean_dec(x_172); +x_179 = lean_box(x_10); +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; } } case 1: { -uint8_t x_28; +uint8_t x_181; 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_28 = !lean_is_exclusive(x_19); -if (x_28 == 0) +x_181 = !lean_is_exclusive(x_172); +if (x_181 == 0) { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_19, 0); -lean_dec(x_29); -x_30 = lean_box(x_9); -lean_ctor_set(x_19, 0, x_30); -return x_19; +lean_object* x_182; lean_object* x_183; +x_182 = lean_ctor_get(x_172, 0); +lean_dec(x_182); +x_183 = lean_box(x_9); +lean_ctor_set(x_172, 0, x_183); +return x_172; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_19, 1); -lean_inc(x_31); -lean_dec(x_19); -x_32 = lean_box(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_31); -return x_33; +lean_object* x_184; lean_object* x_185; lean_object* x_186; +x_184 = lean_ctor_get(x_172, 1); +lean_inc(x_184); +lean_dec(x_172); +x_185 = lean_box(x_9); +x_186 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_186, 0, x_185); +lean_ctor_set(x_186, 1, x_184); +return x_186; } } default: { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_19, 1); -lean_inc(x_34); -lean_dec(x_19); +lean_object* x_187; lean_object* x_188; +x_187 = lean_ctor_get(x_172, 1); +lean_inc(x_187); +lean_dec(x_172); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_35 = l_Lean_Meta_isDefEqNat(x_1, x_2, x_4, x_5, x_6, x_7, x_34); -if (lean_obj_tag(x_35) == 0) +x_188 = l_Lean_Meta_isDefEqNat(x_1, x_2, x_4, x_5, x_6, x_7, x_187); +if (lean_obj_tag(x_188) == 0) { -lean_object* x_36; uint8_t x_37; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_unbox(x_36); -lean_dec(x_36); -switch (x_37) { +lean_object* x_189; uint8_t x_190; +x_189 = lean_ctor_get(x_188, 0); +lean_inc(x_189); +x_190 = lean_unbox(x_189); +lean_dec(x_189); +switch (x_190) { case 0: { -uint8_t x_38; +uint8_t x_191; 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_38 = !lean_is_exclusive(x_35); -if (x_38 == 0) +x_191 = !lean_is_exclusive(x_188); +if (x_191 == 0) { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_35, 0); -lean_dec(x_39); -x_40 = lean_box(x_10); -lean_ctor_set(x_35, 0, x_40); -return x_35; +lean_object* x_192; lean_object* x_193; +x_192 = lean_ctor_get(x_188, 0); +lean_dec(x_192); +x_193 = lean_box(x_10); +lean_ctor_set(x_188, 0, x_193); +return x_188; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_35, 1); -lean_inc(x_41); -lean_dec(x_35); -x_42 = lean_box(x_10); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_41); -return x_43; +lean_object* x_194; lean_object* x_195; lean_object* x_196; +x_194 = lean_ctor_get(x_188, 1); +lean_inc(x_194); +lean_dec(x_188); +x_195 = lean_box(x_10); +x_196 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_196, 0, x_195); +lean_ctor_set(x_196, 1, x_194); +return x_196; } } case 1: { -uint8_t x_44; +uint8_t x_197; 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_44 = !lean_is_exclusive(x_35); -if (x_44 == 0) +x_197 = !lean_is_exclusive(x_188); +if (x_197 == 0) { -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_35, 0); -lean_dec(x_45); -x_46 = lean_box(x_9); -lean_ctor_set(x_35, 0, x_46); -return x_35; +lean_object* x_198; lean_object* x_199; +x_198 = lean_ctor_get(x_188, 0); +lean_dec(x_198); +x_199 = lean_box(x_9); +lean_ctor_set(x_188, 0, x_199); +return x_188; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_35, 1); -lean_inc(x_47); -lean_dec(x_35); -x_48 = lean_box(x_9); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -return x_49; +lean_object* x_200; lean_object* x_201; lean_object* x_202; +x_200 = lean_ctor_get(x_188, 1); +lean_inc(x_200); +lean_dec(x_188); +x_201 = lean_box(x_9); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_201); +lean_ctor_set(x_202, 1, x_200); +return x_202; } } default: { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_35, 1); -lean_inc(x_50); -lean_dec(x_35); +lean_object* x_203; lean_object* x_204; +x_203 = lean_ctor_get(x_188, 1); +lean_inc(x_203); +lean_dec(x_188); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_51 = l_Lean_Meta_isDefEqOffset(x_1, x_2, x_4, x_5, x_6, x_7, x_50); -if (lean_obj_tag(x_51) == 0) +x_204 = l_Lean_Meta_isDefEqOffset(x_1, x_2, x_4, x_5, x_6, x_7, x_203); +if (lean_obj_tag(x_204) == 0) { -lean_object* x_52; uint8_t x_53; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_unbox(x_52); -lean_dec(x_52); -switch (x_53) { +lean_object* x_205; uint8_t x_206; +x_205 = lean_ctor_get(x_204, 0); +lean_inc(x_205); +x_206 = lean_unbox(x_205); +lean_dec(x_205); +switch (x_206) { case 0: { -uint8_t x_54; +uint8_t x_207; 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_54 = !lean_is_exclusive(x_51); -if (x_54 == 0) +x_207 = !lean_is_exclusive(x_204); +if (x_207 == 0) { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_51, 0); -lean_dec(x_55); -x_56 = lean_box(x_10); -lean_ctor_set(x_51, 0, x_56); -return x_51; +lean_object* x_208; lean_object* x_209; +x_208 = lean_ctor_get(x_204, 0); +lean_dec(x_208); +x_209 = lean_box(x_10); +lean_ctor_set(x_204, 0, x_209); +return x_204; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_51, 1); -lean_inc(x_57); -lean_dec(x_51); -x_58 = lean_box(x_10); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_57); -return x_59; +lean_object* x_210; lean_object* x_211; lean_object* x_212; +x_210 = lean_ctor_get(x_204, 1); +lean_inc(x_210); +lean_dec(x_204); +x_211 = lean_box(x_10); +x_212 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_212, 0, x_211); +lean_ctor_set(x_212, 1, x_210); +return x_212; } } case 1: { -uint8_t x_60; +uint8_t x_213; 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_60 = !lean_is_exclusive(x_51); -if (x_60 == 0) +x_213 = !lean_is_exclusive(x_204); +if (x_213 == 0) { -lean_object* x_61; lean_object* x_62; -x_61 = lean_ctor_get(x_51, 0); -lean_dec(x_61); -x_62 = lean_box(x_9); -lean_ctor_set(x_51, 0, x_62); -return x_51; +lean_object* x_214; lean_object* x_215; +x_214 = lean_ctor_get(x_204, 0); +lean_dec(x_214); +x_215 = lean_box(x_9); +lean_ctor_set(x_204, 0, x_215); +return x_204; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_51, 1); -lean_inc(x_63); -lean_dec(x_51); -x_64 = lean_box(x_9); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_63); -return x_65; +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = lean_ctor_get(x_204, 1); +lean_inc(x_216); +lean_dec(x_204); +x_217 = lean_box(x_9); +x_218 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_218, 0, x_217); +lean_ctor_set(x_218, 1, x_216); +return x_218; } } default: { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_51, 1); -lean_inc(x_66); -lean_dec(x_51); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -lean_inc(x_1); -x_67 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqDelta(x_1, x_2, x_4, x_5, x_6, x_7, x_66); -if (lean_obj_tag(x_67) == 0) +lean_object* x_219; lean_object* x_220; +x_219 = lean_ctor_get(x_204, 1); +lean_inc(x_219); +lean_dec(x_204); +x_220 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqDelta(x_1, x_2, x_4, x_5, x_6, x_7, x_219); +if (lean_obj_tag(x_220) == 0) { -lean_object* x_68; uint8_t x_69; -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -lean_dec(x_68); -switch (x_69) { -case 0: +lean_object* x_221; +x_221 = lean_ctor_get(x_220, 0); +lean_inc(x_221); +if (lean_obj_tag(x_221) == 1) +{ +uint8_t x_222; +x_222 = !lean_is_exclusive(x_220); +if (x_222 == 0) +{ +lean_object* x_223; lean_object* x_224; +x_223 = lean_ctor_get(x_220, 0); +lean_dec(x_223); +x_224 = lean_box(x_9); +lean_ctor_set(x_220, 0, x_224); +return x_220; +} +else +{ +lean_object* x_225; lean_object* x_226; lean_object* x_227; +x_225 = lean_ctor_get(x_220, 1); +lean_inc(x_225); +lean_dec(x_220); +x_226 = lean_box(x_9); +x_227 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_227, 0, x_226); +lean_ctor_set(x_227, 1, x_225); +return x_227; +} +} +else +{ +uint8_t x_228; +lean_dec(x_221); +x_228 = !lean_is_exclusive(x_220); +if (x_228 == 0) +{ +lean_object* x_229; lean_object* x_230; +x_229 = lean_ctor_get(x_220, 0); +lean_dec(x_229); +x_230 = lean_box(x_10); +lean_ctor_set(x_220, 0, x_230); +return x_220; +} +else +{ +lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_231 = lean_ctor_get(x_220, 1); +lean_inc(x_231); +lean_dec(x_220); +x_232 = lean_box(x_10); +x_233 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_233, 0, x_232); +lean_ctor_set(x_233, 1, x_231); +return x_233; +} +} +} +else +{ +uint8_t x_234; +x_234 = !lean_is_exclusive(x_220); +if (x_234 == 0) +{ +return x_220; +} +else +{ +lean_object* x_235; lean_object* x_236; lean_object* x_237; +x_235 = lean_ctor_get(x_220, 0); +x_236 = lean_ctor_get(x_220, 1); +lean_inc(x_236); +lean_inc(x_235); +lean_dec(x_220); +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; +} +} +} +} +} +else { -uint8_t x_70; +uint8_t x_238; 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_70 = !lean_is_exclusive(x_67); -if (x_70 == 0) +x_238 = !lean_is_exclusive(x_204); +if (x_238 == 0) { -lean_object* x_71; lean_object* x_72; -x_71 = lean_ctor_get(x_67, 0); -lean_dec(x_71); -x_72 = lean_box(x_10); -lean_ctor_set(x_67, 0, x_72); -return x_67; +return x_204; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_67, 1); -lean_inc(x_73); -lean_dec(x_67); -x_74 = lean_box(x_10); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_73); -return x_75; +lean_object* x_239; lean_object* x_240; lean_object* x_241; +x_239 = lean_ctor_get(x_204, 0); +x_240 = lean_ctor_get(x_204, 1); +lean_inc(x_240); +lean_inc(x_239); +lean_dec(x_204); +x_241 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_241, 0, x_239); +lean_ctor_set(x_241, 1, x_240); +return x_241; } } -case 1: +} +} +} +else { -uint8_t x_76; +uint8_t x_242; 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_76 = !lean_is_exclusive(x_67); -if (x_76 == 0) +x_242 = !lean_is_exclusive(x_188); +if (x_242 == 0) { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_67, 0); -lean_dec(x_77); -x_78 = lean_box(x_9); -lean_ctor_set(x_67, 0, x_78); -return x_67; +return x_188; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_67, 1); -lean_inc(x_79); -lean_dec(x_67); -x_80 = lean_box(x_9); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_79); -return x_81; -} +lean_object* x_243; lean_object* x_244; lean_object* x_245; +x_243 = lean_ctor_get(x_188, 0); +x_244 = lean_ctor_get(x_188, 1); +lean_inc(x_244); +lean_inc(x_243); +lean_dec(x_188); +x_245 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_245, 0, x_243); +lean_ctor_set(x_245, 1, x_244); +return x_245; } -default: -{ -lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_83 = x_67; -} else { - lean_dec_ref(x_67); - x_83 = lean_box(0); } -if (x_18 == 0) -{ -x_84 = x_18; -x_85 = x_82; -goto block_143; } -else -{ -uint8_t x_144; -x_144 = l_Lean_Expr_isApp(x_2); -if (x_144 == 0) -{ -x_84 = x_144; -x_85 = x_82; -goto block_143; } -else -{ -lean_object* x_145; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -lean_inc(x_1); -x_145 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqApp(x_1, x_2, x_4, x_5, x_6, x_7, x_82); -if (lean_obj_tag(x_145) == 0) -{ -lean_object* x_146; lean_object* x_147; uint8_t x_148; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -lean_dec(x_145); -x_148 = lean_unbox(x_146); -lean_dec(x_146); -x_84 = x_148; -x_85 = x_147; -goto block_143; } else { -uint8_t x_149; -lean_dec(x_83); +uint8_t x_246; 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_149 = !lean_is_exclusive(x_145); -if (x_149 == 0) +x_246 = !lean_is_exclusive(x_172); +if (x_246 == 0) { -return x_145; +return x_172; } else { -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_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; -} +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_ctor_get(x_172, 0); +x_248 = lean_ctor_get(x_172, 1); +lean_inc(x_248); +lean_inc(x_247); +lean_dec(x_172); +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; } } } -block_143: -{ -if (x_84 == 0) +else { -lean_object* x_86; -lean_dec(x_83); +lean_object* x_250; lean_object* x_251; lean_object* x_252; +lean_inc(x_1); +x_250 = l_Lean_Expr_constLevels_x21(x_1); +lean_inc(x_2); +x_251 = l_Lean_Expr_constLevels_x21(x_2); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_86 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqProjInst(x_1, x_2, x_4, x_5, x_6, x_7, x_85); -if (lean_obj_tag(x_86) == 0) +x_252 = l_Lean_Meta_isDefEqNative(x_1, x_2, x_4, x_5, x_6, x_7, x_16); +if (lean_obj_tag(x_252) == 0) { -lean_object* x_87; uint8_t x_88; -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -x_88 = lean_unbox(x_87); -lean_dec(x_87); -switch (x_88) { +lean_object* x_253; uint8_t x_254; +x_253 = lean_ctor_get(x_252, 0); +lean_inc(x_253); +x_254 = lean_unbox(x_253); +lean_dec(x_253); +switch (x_254) { case 0: { -uint8_t x_89; +uint8_t x_255; +lean_dec(x_251); +lean_dec(x_250); 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_89 = !lean_is_exclusive(x_86); -if (x_89 == 0) +x_255 = !lean_is_exclusive(x_252); +if (x_255 == 0) { -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_86, 0); -lean_dec(x_90); -x_91 = lean_box(x_10); -lean_ctor_set(x_86, 0, x_91); -return x_86; +lean_object* x_256; lean_object* x_257; +x_256 = lean_ctor_get(x_252, 0); +lean_dec(x_256); +x_257 = lean_box(x_10); +lean_ctor_set(x_252, 0, x_257); +return x_252; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_86, 1); -lean_inc(x_92); -lean_dec(x_86); -x_93 = lean_box(x_10); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_92); -return x_94; +lean_object* x_258; lean_object* x_259; lean_object* x_260; +x_258 = lean_ctor_get(x_252, 1); +lean_inc(x_258); +lean_dec(x_252); +x_259 = lean_box(x_10); +x_260 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_260, 0, x_259); +lean_ctor_set(x_260, 1, x_258); +return x_260; } } case 1: { -uint8_t x_95; +uint8_t x_261; +lean_dec(x_251); +lean_dec(x_250); 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_95 = !lean_is_exclusive(x_86); -if (x_95 == 0) +x_261 = !lean_is_exclusive(x_252); +if (x_261 == 0) { -lean_object* x_96; lean_object* x_97; -x_96 = lean_ctor_get(x_86, 0); -lean_dec(x_96); -x_97 = lean_box(x_9); -lean_ctor_set(x_86, 0, x_97); -return x_86; +lean_object* x_262; lean_object* x_263; +x_262 = lean_ctor_get(x_252, 0); +lean_dec(x_262); +x_263 = lean_box(x_9); +lean_ctor_set(x_252, 0, x_263); +return x_252; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_86, 1); -lean_inc(x_98); -lean_dec(x_86); -x_99 = lean_box(x_9); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_98); -return x_100; +lean_object* x_264; lean_object* x_265; lean_object* x_266; +x_264 = lean_ctor_get(x_252, 1); +lean_inc(x_264); +lean_dec(x_252); +x_265 = lean_box(x_9); +x_266 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_266, 0, x_265); +lean_ctor_set(x_266, 1, x_264); +return x_266; } } default: { -lean_object* x_101; lean_object* x_102; -x_101 = lean_ctor_get(x_86, 1); -lean_inc(x_101); -lean_dec(x_86); +lean_object* x_267; lean_object* x_268; +x_267 = lean_ctor_get(x_252, 1); +lean_inc(x_267); +lean_dec(x_252); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_102 = l_Lean_Meta_isDefEqStringLit(x_1, x_2, x_4, x_5, x_6, x_7, x_101); -if (lean_obj_tag(x_102) == 0) +x_268 = l_Lean_Meta_isDefEqNat(x_1, x_2, x_4, x_5, x_6, x_7, x_267); +if (lean_obj_tag(x_268) == 0) { -lean_object* x_103; uint8_t x_104; -x_103 = lean_ctor_get(x_102, 0); -lean_inc(x_103); -x_104 = lean_unbox(x_103); -lean_dec(x_103); -switch (x_104) { +lean_object* x_269; uint8_t x_270; +x_269 = lean_ctor_get(x_268, 0); +lean_inc(x_269); +x_270 = lean_unbox(x_269); +lean_dec(x_269); +switch (x_270) { case 0: { -uint8_t x_105; +uint8_t x_271; +lean_dec(x_251); +lean_dec(x_250); 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_is_exclusive(x_102); -if (x_105 == 0) +x_271 = !lean_is_exclusive(x_268); +if (x_271 == 0) { -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_102, 0); -lean_dec(x_106); -x_107 = lean_box(x_10); -lean_ctor_set(x_102, 0, x_107); -return x_102; +lean_object* x_272; lean_object* x_273; +x_272 = lean_ctor_get(x_268, 0); +lean_dec(x_272); +x_273 = lean_box(x_10); +lean_ctor_set(x_268, 0, x_273); +return x_268; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_102, 1); -lean_inc(x_108); -lean_dec(x_102); -x_109 = lean_box(x_10); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_108); -return x_110; +lean_object* x_274; lean_object* x_275; lean_object* x_276; +x_274 = lean_ctor_get(x_268, 1); +lean_inc(x_274); +lean_dec(x_268); +x_275 = lean_box(x_10); +x_276 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_276, 0, x_275); +lean_ctor_set(x_276, 1, x_274); +return x_276; } } case 1: { -uint8_t x_111; +uint8_t x_277; +lean_dec(x_251); +lean_dec(x_250); 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_111 = !lean_is_exclusive(x_102); -if (x_111 == 0) +x_277 = !lean_is_exclusive(x_268); +if (x_277 == 0) { -lean_object* x_112; lean_object* x_113; -x_112 = lean_ctor_get(x_102, 0); -lean_dec(x_112); -x_113 = lean_box(x_9); -lean_ctor_set(x_102, 0, x_113); -return x_102; +lean_object* x_278; lean_object* x_279; +x_278 = lean_ctor_get(x_268, 0); +lean_dec(x_278); +x_279 = lean_box(x_9); +lean_ctor_set(x_268, 0, x_279); +return x_268; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_102, 1); -lean_inc(x_114); -lean_dec(x_102); -x_115 = lean_box(x_9); -x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_114); -return x_116; +lean_object* x_280; lean_object* x_281; lean_object* x_282; +x_280 = lean_ctor_get(x_268, 1); +lean_inc(x_280); +lean_dec(x_268); +x_281 = lean_box(x_9); +x_282 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_282, 0, x_281); +lean_ctor_set(x_282, 1, x_280); +return x_282; } } default: { -lean_object* x_117; lean_object* x_118; -x_117 = lean_ctor_get(x_102, 1); -lean_inc(x_117); -lean_dec(x_102); +lean_object* x_283; lean_object* x_284; +x_283 = lean_ctor_get(x_268, 1); +lean_inc(x_283); +lean_dec(x_268); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_118 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqUnitLike(x_1, x_2, x_4, x_5, x_6, x_7, x_117); -if (lean_obj_tag(x_118) == 0) -{ -lean_object* x_119; uint8_t x_120; -x_119 = lean_ctor_get(x_118, 0); -lean_inc(x_119); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -if (x_120 == 0) +x_284 = l_Lean_Meta_isDefEqOffset(x_1, x_2, x_4, x_5, x_6, x_7, x_283); +if (lean_obj_tag(x_284) == 0) { -lean_object* x_121; lean_object* x_122; -x_121 = lean_ctor_get(x_118, 1); -lean_inc(x_121); -lean_dec(x_118); -x_122 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqOnFailure(x_1, x_2, x_4, x_5, x_6, x_7, x_121); -return x_122; -} -else +lean_object* x_285; uint8_t x_286; +x_285 = lean_ctor_get(x_284, 0); +lean_inc(x_285); +x_286 = lean_unbox(x_285); +lean_dec(x_285); +switch (x_286) { +case 0: { -uint8_t x_123; +uint8_t x_287; +lean_dec(x_251); +lean_dec(x_250); 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_123 = !lean_is_exclusive(x_118); -if (x_123 == 0) +x_287 = !lean_is_exclusive(x_284); +if (x_287 == 0) { -lean_object* x_124; lean_object* x_125; -x_124 = lean_ctor_get(x_118, 0); -lean_dec(x_124); -x_125 = lean_box(x_9); -lean_ctor_set(x_118, 0, x_125); -return x_118; +lean_object* x_288; lean_object* x_289; +x_288 = lean_ctor_get(x_284, 0); +lean_dec(x_288); +x_289 = lean_box(x_10); +lean_ctor_set(x_284, 0, x_289); +return x_284; } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_118, 1); -lean_inc(x_126); -lean_dec(x_118); -x_127 = lean_box(x_9); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_126); -return x_128; -} +lean_object* x_290; lean_object* x_291; lean_object* x_292; +x_290 = lean_ctor_get(x_284, 1); +lean_inc(x_290); +lean_dec(x_284); +x_291 = lean_box(x_10); +x_292 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_292, 0, x_291); +lean_ctor_set(x_292, 1, x_290); +return x_292; } } -else +case 1: { -uint8_t x_129; +uint8_t x_293; +lean_dec(x_251); +lean_dec(x_250); 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_129 = !lean_is_exclusive(x_118); -if (x_129 == 0) +x_293 = !lean_is_exclusive(x_284); +if (x_293 == 0) { -return x_118; +lean_object* x_294; lean_object* x_295; +x_294 = lean_ctor_get(x_284, 0); +lean_dec(x_294); +x_295 = lean_box(x_9); +lean_ctor_set(x_284, 0, x_295); +return x_284; } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_130 = lean_ctor_get(x_118, 0); -x_131 = lean_ctor_get(x_118, 1); -lean_inc(x_131); -lean_inc(x_130); -lean_dec(x_118); -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; -} -} -} +lean_object* x_296; lean_object* x_297; lean_object* x_298; +x_296 = lean_ctor_get(x_284, 1); +lean_inc(x_296); +lean_dec(x_284); +x_297 = lean_box(x_9); +x_298 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_298, 0, x_297); +lean_ctor_set(x_298, 1, x_296); +return x_298; } } -else +default: { -uint8_t x_133; +lean_object* x_299; lean_object* x_300; +x_299 = lean_ctor_get(x_284, 1); +lean_inc(x_299); +lean_dec(x_284); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +x_300 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqDelta(x_1, x_2, x_4, x_5, x_6, x_7, x_299); +if (lean_obj_tag(x_300) == 0) +{ +lean_object* x_301; uint8_t x_302; +x_301 = lean_ctor_get(x_300, 0); +lean_inc(x_301); +x_302 = lean_unbox(x_301); +lean_dec(x_301); +switch (x_302) { +case 0: +{ +uint8_t x_303; +lean_dec(x_251); +lean_dec(x_250); 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_133 = !lean_is_exclusive(x_102); -if (x_133 == 0) +x_303 = !lean_is_exclusive(x_300); +if (x_303 == 0) { -return x_102; +lean_object* x_304; lean_object* x_305; +x_304 = lean_ctor_get(x_300, 0); +lean_dec(x_304); +x_305 = lean_box(x_10); +lean_ctor_set(x_300, 0, x_305); +return x_300; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_102, 0); -x_135 = lean_ctor_get(x_102, 1); -lean_inc(x_135); -lean_inc(x_134); -lean_dec(x_102); -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; -} -} -} +lean_object* x_306; lean_object* x_307; lean_object* x_308; +x_306 = lean_ctor_get(x_300, 1); +lean_inc(x_306); +lean_dec(x_300); +x_307 = lean_box(x_10); +x_308 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_308, 0, x_307); +lean_ctor_set(x_308, 1, x_306); +return x_308; } } -else +case 1: { -uint8_t x_137; +uint8_t x_309; +lean_dec(x_251); +lean_dec(x_250); 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_137 = !lean_is_exclusive(x_86); -if (x_137 == 0) +x_309 = !lean_is_exclusive(x_300); +if (x_309 == 0) { -return x_86; +lean_object* x_310; lean_object* x_311; +x_310 = lean_ctor_get(x_300, 0); +lean_dec(x_310); +x_311 = lean_box(x_9); +lean_ctor_set(x_300, 0, x_311); +return x_300; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_86, 0); -x_139 = lean_ctor_get(x_86, 1); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_86); -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; -} +lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_312 = lean_ctor_get(x_300, 1); +lean_inc(x_312); +lean_dec(x_300); +x_313 = lean_box(x_9); +x_314 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_314, 0, x_313); +lean_ctor_set(x_314, 1, x_312); +return x_314; } } -else +default: { -lean_object* x_141; lean_object* x_142; -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_141 = lean_box(x_9); -if (lean_is_scalar(x_83)) { - x_142 = lean_alloc_ctor(0, 2, 0); -} else { - x_142 = x_83; -} -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_85); -return x_142; -} -} +lean_object* x_315; lean_object* x_316; +x_315 = lean_ctor_get(x_300, 1); +lean_inc(x_315); +lean_dec(x_300); +x_316 = l_Lean_Meta_isListLevelDefEqAux(x_250, x_251, x_4, x_5, x_6, x_7, x_315); +return x_316; } } } else { -uint8_t x_153; +uint8_t x_317; +lean_dec(x_251); +lean_dec(x_250); 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_153 = !lean_is_exclusive(x_67); -if (x_153 == 0) +x_317 = !lean_is_exclusive(x_300); +if (x_317 == 0) { -return x_67; +return x_300; } else { -lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_154 = lean_ctor_get(x_67, 0); -x_155 = lean_ctor_get(x_67, 1); -lean_inc(x_155); -lean_inc(x_154); -lean_dec(x_67); -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; +lean_object* x_318; lean_object* x_319; lean_object* x_320; +x_318 = lean_ctor_get(x_300, 0); +x_319 = lean_ctor_get(x_300, 1); +lean_inc(x_319); +lean_inc(x_318); +lean_dec(x_300); +x_320 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_320, 0, x_318); +lean_ctor_set(x_320, 1, x_319); +return x_320; } } } @@ -66540,30 +68341,32 @@ return x_156; } else { -uint8_t x_157; +uint8_t x_321; +lean_dec(x_251); +lean_dec(x_250); 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_157 = !lean_is_exclusive(x_51); -if (x_157 == 0) +x_321 = !lean_is_exclusive(x_284); +if (x_321 == 0) { -return x_51; +return x_284; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_51, 0); -x_159 = lean_ctor_get(x_51, 1); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_51); -x_160 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -return x_160; +lean_object* x_322; lean_object* x_323; lean_object* x_324; +x_322 = lean_ctor_get(x_284, 0); +x_323 = lean_ctor_get(x_284, 1); +lean_inc(x_323); +lean_inc(x_322); +lean_dec(x_284); +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; } } } @@ -66571,30 +68374,32 @@ return x_160; } else { -uint8_t x_161; +uint8_t x_325; +lean_dec(x_251); +lean_dec(x_250); 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_161 = !lean_is_exclusive(x_35); -if (x_161 == 0) +x_325 = !lean_is_exclusive(x_268); +if (x_325 == 0) { -return x_35; +return x_268; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_35, 0); -x_163 = lean_ctor_get(x_35, 1); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_35); -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; +lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_326 = lean_ctor_get(x_268, 0); +x_327 = lean_ctor_get(x_268, 1); +lean_inc(x_327); +lean_inc(x_326); +lean_dec(x_268); +x_328 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_328, 0, x_326); +lean_ctor_set(x_328, 1, x_327); +return x_328; } } } @@ -66602,37 +68407,41 @@ return x_164; } else { -uint8_t x_165; +uint8_t x_329; +lean_dec(x_251); +lean_dec(x_250); 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_165 = !lean_is_exclusive(x_19); -if (x_165 == 0) +x_329 = !lean_is_exclusive(x_252); +if (x_329 == 0) { -return x_19; +return x_252; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_19, 0); -x_167 = lean_ctor_get(x_19, 1); -lean_inc(x_167); -lean_inc(x_166); -lean_dec(x_19); -x_168 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -return x_168; +lean_object* x_330; lean_object* x_331; lean_object* x_332; +x_330 = lean_ctor_get(x_252, 0); +x_331 = lean_ctor_get(x_252, 1); +lean_inc(x_331); +lean_inc(x_330); +lean_dec(x_252); +x_332 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_332, 0, x_330); +lean_ctor_set(x_332, 1, x_331); +return x_332; +} +} } } } } else { -uint8_t x_342; +uint8_t x_340; lean_dec(x_12); lean_dec(x_7); lean_dec(x_6); @@ -66640,52 +68449,52 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_342 = !lean_is_exclusive(x_14); -if (x_342 == 0) +x_340 = !lean_is_exclusive(x_14); +if (x_340 == 0) { return x_14; } else { -lean_object* x_343; lean_object* x_344; lean_object* x_345; -x_343 = lean_ctor_get(x_14, 0); -x_344 = lean_ctor_get(x_14, 1); -lean_inc(x_344); -lean_inc(x_343); +lean_object* x_341; lean_object* x_342; lean_object* x_343; +x_341 = lean_ctor_get(x_14, 0); +x_342 = lean_ctor_get(x_14, 1); +lean_inc(x_342); +lean_inc(x_341); lean_dec(x_14); -x_345 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_345, 0, x_343); -lean_ctor_set(x_345, 1, x_344); -return x_345; +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; } } } else { -uint8_t x_346; +uint8_t x_344; 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_346 = !lean_is_exclusive(x_11); -if (x_346 == 0) +x_344 = !lean_is_exclusive(x_11); +if (x_344 == 0) { return x_11; } else { -lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_347 = lean_ctor_get(x_11, 0); -x_348 = lean_ctor_get(x_11, 1); -lean_inc(x_348); -lean_inc(x_347); +lean_object* x_345; lean_object* x_346; lean_object* x_347; +x_345 = lean_ctor_get(x_11, 0); +x_346 = lean_ctor_get(x_11, 1); +lean_inc(x_346); +lean_inc(x_345); lean_dec(x_11); -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; +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; } } } @@ -68916,534 +70725,536 @@ lean_inc(x_2); x_57 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_53, x_53, x_2, x_5, x_6, x_7, x_8, x_56); if (lean_obj_tag(x_57) == 0) { -lean_object* x_58; lean_object* x_59; uint8_t x_60; +lean_object* x_58; lean_object* x_59; uint8_t x_60; uint8_t x_215; x_58 = lean_ctor_get(x_57, 0); lean_inc(x_58); x_59 = lean_ctor_get(x_57, 1); lean_inc(x_59); lean_dec(x_57); -x_60 = lean_expr_eqv(x_1, x_55); -if (x_60 == 0) +x_215 = lean_expr_eqv(x_1, x_55); +if (x_215 == 0) { -lean_object* x_61; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_61 = lean_is_expr_def_eq(x_55, x_58, x_5, x_6, x_7, x_8, x_59); -return x_61; +uint8_t x_216; +x_216 = 1; +x_60 = x_216; +goto block_214; } else { -uint8_t x_62; -x_62 = lean_expr_eqv(x_2, x_58); -if (x_62 == 0) +uint8_t x_217; +x_217 = lean_expr_eqv(x_2, x_58); +if (x_217 == 0) { -lean_object* x_63; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_63 = lean_is_expr_def_eq(x_55, x_58, x_5, x_6, x_7, x_8, x_59); -return x_63; +uint8_t x_218; +x_218 = 1; +x_60 = x_218; +goto block_214; } else { -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; uint8_t x_76; +x_60 = x_53; +goto block_214; +} +} +block_214: +{ +if (x_60 == 0) +{ +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_dec(x_58); lean_dec(x_55); -x_64 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_1, x_5, x_6, x_7, x_8, x_59); +x_61 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_1, x_5, x_6, x_7, x_8, x_59); +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_2, x_5, x_6, x_7, x_8, x_63); x_65 = lean_ctor_get(x_64, 0); lean_inc(x_65); x_66 = lean_ctor_get(x_64, 1); lean_inc(x_66); lean_dec(x_64); -x_67 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_2, x_5, x_6, x_7, x_8, x_66); +x_67 = l_Lean_Meta_getNumPostponed___rarg(x_6, x_7, x_8, x_66); 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_getNumPostponed___rarg(x_6, x_7, x_8, x_69); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -lean_inc(x_68); lean_inc(x_65); -x_73 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkCacheKey(x_65, x_68); -lean_inc(x_73); -x_74 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult(x_73, x_5, x_6, x_7, x_8, x_72); -x_75 = lean_ctor_get(x_74, 0); -lean_inc(x_75); -x_76 = lean_unbox(x_75); -lean_dec(x_75); -switch (x_76) { +lean_inc(x_62); +x_70 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkCacheKey(x_62, x_65); +lean_inc(x_70); +x_71 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_getCachedResult(x_70, x_5, x_6, x_7, x_8, x_69); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +lean_dec(x_72); +switch (x_73) { case 0: { -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; -lean_dec(x_73); +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; +lean_dec(x_70); +lean_dec(x_68); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); lean_dec(x_71); -x_77 = lean_ctor_get(x_74, 1); +x_75 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; +x_76 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_75, x_5, x_6, x_7, x_8, x_74); +x_77 = lean_ctor_get(x_76, 0); lean_inc(x_77); -lean_dec(x_74); -x_78 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; -x_79 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_78, x_5, x_6, x_7, x_8, x_77); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_unbox(x_80); -lean_dec(x_80); -if (x_81 == 0) +x_78 = lean_unbox(x_77); +lean_dec(x_77); +if (x_78 == 0) { -uint8_t x_82; -lean_dec(x_68); +uint8_t x_79; lean_dec(x_65); +lean_dec(x_62); 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_82 = !lean_is_exclusive(x_79); -if (x_82 == 0) +x_79 = !lean_is_exclusive(x_76); +if (x_79 == 0) { -lean_object* x_83; lean_object* x_84; -x_83 = lean_ctor_get(x_79, 0); -lean_dec(x_83); -x_84 = lean_box(x_53); -lean_ctor_set(x_79, 0, x_84); -return x_79; +lean_object* x_80; lean_object* x_81; +x_80 = lean_ctor_get(x_76, 0); +lean_dec(x_80); +x_81 = lean_box(x_53); +lean_ctor_set(x_76, 0, x_81); +return x_76; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_79, 1); -lean_inc(x_85); -lean_dec(x_79); -x_86 = lean_box(x_53); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_85); -return x_87; +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_76, 1); +lean_inc(x_82); +lean_dec(x_76); +x_83 = lean_box(x_53); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_84, 1, x_82); +return x_84; } } else { -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; uint8_t x_97; -x_88 = lean_ctor_get(x_79, 1); -lean_inc(x_88); -lean_dec(x_79); -x_89 = l_Lean_MessageData_ofExpr(x_65); -x_90 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__4; +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; uint8_t x_94; +x_85 = lean_ctor_get(x_76, 1); +lean_inc(x_85); +lean_dec(x_76); +x_86 = l_Lean_MessageData_ofExpr(x_62); +x_87 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__4; +x_88 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_86); +x_89 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_89, 0, x_88); +lean_ctor_set(x_89, 1, x_3); +x_90 = l_Lean_MessageData_ofExpr(x_65); x_91 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_89); +lean_ctor_set(x_91, 0, x_89); +lean_ctor_set(x_91, 1, x_90); x_92 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_3); -x_93 = l_Lean_MessageData_ofExpr(x_68); -x_94 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_94, 0, x_92); -lean_ctor_set(x_94, 1, x_93); -x_95 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_4); -x_96 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_78, x_95, x_5, x_6, x_7, x_8, x_88); +lean_ctor_set(x_92, 1, x_4); +x_93 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_75, x_92, x_5, x_6, x_7, x_8, x_85); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_97 = !lean_is_exclusive(x_96); -if (x_97 == 0) +x_94 = !lean_is_exclusive(x_93); +if (x_94 == 0) { -lean_object* x_98; lean_object* x_99; -x_98 = lean_ctor_get(x_96, 0); -lean_dec(x_98); -x_99 = lean_box(x_53); -lean_ctor_set(x_96, 0, x_99); -return x_96; +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_93, 0); +lean_dec(x_95); +x_96 = lean_box(x_53); +lean_ctor_set(x_93, 0, x_96); +return x_93; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_96, 1); -lean_inc(x_100); -lean_dec(x_96); -x_101 = lean_box(x_53); -x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_100); -return x_102; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_93, 1); +lean_inc(x_97); +lean_dec(x_93); +x_98 = lean_box(x_53); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_97); +return x_99; } } } case 1: { -lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; -lean_dec(x_73); +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; +lean_dec(x_70); +lean_dec(x_68); +x_100 = lean_ctor_get(x_71, 1); +lean_inc(x_100); lean_dec(x_71); -x_103 = lean_ctor_get(x_74, 1); +x_101 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; +x_102 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_101, x_5, x_6, x_7, x_8, x_100); +x_103 = lean_ctor_get(x_102, 0); lean_inc(x_103); -lean_dec(x_74); -x_104 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; -x_105 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_104, x_5, x_6, x_7, x_8, x_103); -x_106 = lean_ctor_get(x_105, 0); -lean_inc(x_106); -x_107 = lean_unbox(x_106); -lean_dec(x_106); -if (x_107 == 0) +x_104 = lean_unbox(x_103); +lean_dec(x_103); +if (x_104 == 0) { -uint8_t x_108; -lean_dec(x_68); +uint8_t x_105; lean_dec(x_65); +lean_dec(x_62); 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_108 = !lean_is_exclusive(x_105); -if (x_108 == 0) +x_105 = !lean_is_exclusive(x_102); +if (x_105 == 0) { -lean_object* x_109; uint8_t x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_105, 0); -lean_dec(x_109); -x_110 = 1; -x_111 = lean_box(x_110); -lean_ctor_set(x_105, 0, x_111); -return x_105; +lean_object* x_106; uint8_t x_107; lean_object* x_108; +x_106 = lean_ctor_get(x_102, 0); +lean_dec(x_106); +x_107 = 1; +x_108 = lean_box(x_107); +lean_ctor_set(x_102, 0, x_108); +return x_102; } else { -lean_object* x_112; uint8_t x_113; lean_object* x_114; lean_object* x_115; -x_112 = lean_ctor_get(x_105, 1); -lean_inc(x_112); -lean_dec(x_105); -x_113 = 1; -x_114 = lean_box(x_113); -x_115 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_112); -return x_115; +lean_object* x_109; uint8_t x_110; lean_object* x_111; lean_object* x_112; +x_109 = lean_ctor_get(x_102, 1); +lean_inc(x_109); +lean_dec(x_102); +x_110 = 1; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_109); +return x_112; } } else { -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; uint8_t x_125; -x_116 = lean_ctor_get(x_105, 1); -lean_inc(x_116); -lean_dec(x_105); -x_117 = l_Lean_MessageData_ofExpr(x_65); -x_118 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__6; +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; +x_113 = lean_ctor_get(x_102, 1); +lean_inc(x_113); +lean_dec(x_102); +x_114 = l_Lean_MessageData_ofExpr(x_62); +x_115 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__6; +x_116 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_114); +x_117 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_3); +x_118 = l_Lean_MessageData_ofExpr(x_65); x_119 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_117); +lean_ctor_set(x_119, 0, x_117); +lean_ctor_set(x_119, 1, x_118); x_120 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_3); -x_121 = l_Lean_MessageData_ofExpr(x_68); -x_122 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_122, 0, x_120); -lean_ctor_set(x_122, 1, x_121); -x_123 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_123, 0, x_122); -lean_ctor_set(x_123, 1, x_4); -x_124 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_104, x_123, x_5, x_6, x_7, x_8, x_116); +lean_ctor_set(x_120, 1, x_4); +x_121 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_101, x_120, x_5, x_6, x_7, x_8, x_113); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_125 = !lean_is_exclusive(x_124); -if (x_125 == 0) +x_122 = !lean_is_exclusive(x_121); +if (x_122 == 0) { -lean_object* x_126; uint8_t x_127; lean_object* x_128; -x_126 = lean_ctor_get(x_124, 0); -lean_dec(x_126); -x_127 = 1; -x_128 = lean_box(x_127); -lean_ctor_set(x_124, 0, x_128); -return x_124; +lean_object* x_123; uint8_t x_124; lean_object* x_125; +x_123 = lean_ctor_get(x_121, 0); +lean_dec(x_123); +x_124 = 1; +x_125 = lean_box(x_124); +lean_ctor_set(x_121, 0, x_125); +return x_121; } else { -lean_object* x_129; uint8_t x_130; lean_object* x_131; lean_object* x_132; -x_129 = lean_ctor_get(x_124, 1); -lean_inc(x_129); -lean_dec(x_124); -x_130 = 1; -x_131 = lean_box(x_130); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_129); -return x_132; +lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; +x_126 = lean_ctor_get(x_121, 1); +lean_inc(x_126); +lean_dec(x_121); +x_127 = 1; +x_128 = lean_box(x_127); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_126); +return x_129; } } } default: { -lean_object* x_133; lean_object* x_134; -x_133 = lean_ctor_get(x_74, 1); -lean_inc(x_133); -lean_dec(x_74); +lean_object* x_130; lean_object* x_131; +x_130 = lean_ctor_get(x_71, 1); +lean_inc(x_130); +lean_dec(x_71); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_68); lean_inc(x_65); -x_134 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive(x_65, x_68, x_5, x_6, x_7, x_8, x_133); -if (lean_obj_tag(x_134) == 0) -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -x_137 = l_Lean_Meta_getNumPostponed___rarg(x_6, x_7, x_8, x_136); -x_138 = !lean_is_exclusive(x_137); -if (x_138 == 0) +lean_inc(x_62); +x_131 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isExprDefEqExpensive(x_62, x_65, x_5, x_6, x_7, x_8, x_130); +if (lean_obj_tag(x_131) == 0) { -lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_139 = lean_ctor_get(x_137, 0); -x_140 = lean_ctor_get(x_137, 1); -lean_inc(x_135); -x_141 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAuxImpl___lambda__1___boxed), 7, 1); -lean_closure_set(x_141, 0, x_135); -x_142 = lean_nat_dec_eq(x_71, x_139); -lean_dec(x_139); -lean_dec(x_71); -if (x_142 == 0) +lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +x_134 = l_Lean_Meta_getNumPostponed___rarg(x_6, x_7, x_8, x_133); +x_135 = !lean_is_exclusive(x_134); +if (x_135 == 0) { -lean_dec(x_141); -lean_dec(x_73); +lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; +x_136 = lean_ctor_get(x_134, 0); +x_137 = lean_ctor_get(x_134, 1); +lean_inc(x_132); +x_138 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAuxImpl___lambda__1___boxed), 7, 1); +lean_closure_set(x_138, 0, x_132); +x_139 = lean_nat_dec_eq(x_68, x_136); +lean_dec(x_136); lean_dec(x_68); +if (x_139 == 0) +{ +lean_dec(x_138); +lean_dec(x_70); lean_dec(x_65); +lean_dec(x_62); 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_ctor_set(x_137, 0, x_135); -return x_137; +lean_ctor_set(x_134, 0, x_132); +return x_134; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; uint8_t x_146; -lean_free_object(x_137); -x_143 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; -x_144 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_143, x_5, x_6, x_7, x_8, x_140); -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_unbox(x_145); -lean_dec(x_145); -if (x_146 == 0) +lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; +lean_free_object(x_134); +x_140 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; +x_141 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_140, x_5, x_6, x_7, x_8, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_unbox(x_142); +lean_dec(x_142); +if (x_143 == 0) { -lean_object* x_147; lean_object* x_148; uint8_t x_149; lean_object* x_150; -lean_dec(x_68); +lean_object* x_144; lean_object* x_145; uint8_t x_146; lean_object* x_147; lean_dec(x_65); +lean_dec(x_62); lean_dec(x_4); lean_dec(x_3); -x_147 = lean_ctor_get(x_144, 1); -lean_inc(x_147); -lean_dec(x_144); -x_148 = lean_box(0); -x_149 = lean_unbox(x_135); -lean_dec(x_135); -x_150 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_73, x_149, x_141, x_148, x_5, x_6, x_7, x_8, x_147); -return x_150; +x_144 = lean_ctor_get(x_141, 1); +lean_inc(x_144); +lean_dec(x_141); +x_145 = lean_box(0); +x_146 = lean_unbox(x_132); +lean_dec(x_132); +x_147 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_70, x_146, x_138, x_145, x_5, x_6, x_7, x_8, x_144); +return x_147; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; uint8_t x_154; -x_151 = lean_ctor_get(x_144, 1); -lean_inc(x_151); -lean_dec(x_144); -x_152 = l_Lean_MessageData_ofExpr(x_65); -x_153 = l_Lean_MessageData_ofExpr(x_68); -x_154 = lean_unbox(x_135); -if (x_154 == 0) +lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; +x_148 = lean_ctor_get(x_141, 1); +lean_inc(x_148); +lean_dec(x_141); +x_149 = l_Lean_MessageData_ofExpr(x_62); +x_150 = l_Lean_MessageData_ofExpr(x_65); +x_151 = lean_unbox(x_132); +if (x_151 == 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; uint8_t x_163; lean_object* x_164; -x_155 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__15; +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; uint8_t x_160; lean_object* x_161; +x_152 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__15; +x_153 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_153, 0, x_152); +lean_ctor_set(x_153, 1, x_149); +x_154 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_154, 0, x_153); +lean_ctor_set(x_154, 1, x_3); +x_155 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_150); x_156 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_152); -x_157 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_3); -x_158 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_158, 0, x_157); -lean_ctor_set(x_158, 1, x_153); -x_159 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_159, 0, x_158); -lean_ctor_set(x_159, 1, x_4); -x_160 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_143, x_159, x_5, x_6, x_7, x_8, x_151); -x_161 = lean_ctor_get(x_160, 0); -lean_inc(x_161); -x_162 = lean_ctor_get(x_160, 1); -lean_inc(x_162); -lean_dec(x_160); -x_163 = lean_unbox(x_135); -lean_dec(x_135); -x_164 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_73, x_163, x_141, x_161, x_5, x_6, x_7, x_8, x_162); -lean_dec(x_161); -return x_164; +lean_ctor_set(x_156, 1, x_4); +x_157 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_140, x_156, x_5, x_6, x_7, x_8, x_148); +x_158 = lean_ctor_get(x_157, 0); +lean_inc(x_158); +x_159 = lean_ctor_get(x_157, 1); +lean_inc(x_159); +lean_dec(x_157); +x_160 = lean_unbox(x_132); +lean_dec(x_132); +x_161 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_70, x_160, x_138, x_158, x_5, x_6, x_7, x_8, x_159); +lean_dec(x_158); +return x_161; } 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; uint8_t x_173; lean_object* x_174; -x_165 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20; +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; uint8_t x_170; lean_object* x_171; +x_162 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20; +x_163 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_149); +x_164 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_164, 0, x_163); +lean_ctor_set(x_164, 1, x_3); +x_165 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_150); x_166 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_166, 0, x_165); -lean_ctor_set(x_166, 1, x_152); -x_167 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_167, 0, x_166); -lean_ctor_set(x_167, 1, x_3); -x_168 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_153); -x_169 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_169, 0, x_168); -lean_ctor_set(x_169, 1, x_4); -x_170 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_143, x_169, x_5, x_6, x_7, x_8, x_151); -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -x_172 = lean_ctor_get(x_170, 1); -lean_inc(x_172); -lean_dec(x_170); -x_173 = lean_unbox(x_135); -lean_dec(x_135); -x_174 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_73, x_173, x_141, x_171, x_5, x_6, x_7, x_8, x_172); -lean_dec(x_171); -return x_174; +lean_ctor_set(x_166, 1, x_4); +x_167 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_140, x_166, x_5, x_6, x_7, x_8, x_148); +x_168 = lean_ctor_get(x_167, 0); +lean_inc(x_168); +x_169 = lean_ctor_get(x_167, 1); +lean_inc(x_169); +lean_dec(x_167); +x_170 = lean_unbox(x_132); +lean_dec(x_132); +x_171 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_70, x_170, x_138, x_168, x_5, x_6, x_7, x_8, x_169); +lean_dec(x_168); +return x_171; } } } } else { -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -x_175 = lean_ctor_get(x_137, 0); -x_176 = lean_ctor_get(x_137, 1); -lean_inc(x_176); -lean_inc(x_175); -lean_dec(x_137); -lean_inc(x_135); -x_177 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAuxImpl___lambda__1___boxed), 7, 1); -lean_closure_set(x_177, 0, x_135); -x_178 = lean_nat_dec_eq(x_71, x_175); -lean_dec(x_175); -lean_dec(x_71); -if (x_178 == 0) -{ -lean_object* x_179; -lean_dec(x_177); -lean_dec(x_73); +lean_object* x_172; lean_object* x_173; lean_object* x_174; uint8_t x_175; +x_172 = lean_ctor_get(x_134, 0); +x_173 = lean_ctor_get(x_134, 1); +lean_inc(x_173); +lean_inc(x_172); +lean_dec(x_134); +lean_inc(x_132); +x_174 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAuxImpl___lambda__1___boxed), 7, 1); +lean_closure_set(x_174, 0, x_132); +x_175 = lean_nat_dec_eq(x_68, x_172); +lean_dec(x_172); lean_dec(x_68); +if (x_175 == 0) +{ +lean_object* x_176; +lean_dec(x_174); +lean_dec(x_70); lean_dec(x_65); +lean_dec(x_62); 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_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_135); -lean_ctor_set(x_179, 1, x_176); -return x_179; +x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_176, 0, x_132); +lean_ctor_set(x_176, 1, x_173); +return x_176; } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; uint8_t x_183; -x_180 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; -x_181 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_180, x_5, x_6, x_7, x_8, x_176); -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_unbox(x_182); -lean_dec(x_182); -if (x_183 == 0) +lean_object* x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; +x_177 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__2; +x_178 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_177, x_5, x_6, x_7, x_8, x_173); +x_179 = lean_ctor_get(x_178, 0); +lean_inc(x_179); +x_180 = lean_unbox(x_179); +lean_dec(x_179); +if (x_180 == 0) { -lean_object* x_184; lean_object* x_185; uint8_t x_186; lean_object* x_187; -lean_dec(x_68); +lean_object* x_181; lean_object* x_182; uint8_t x_183; lean_object* x_184; lean_dec(x_65); +lean_dec(x_62); lean_dec(x_4); lean_dec(x_3); -x_184 = lean_ctor_get(x_181, 1); -lean_inc(x_184); -lean_dec(x_181); -x_185 = lean_box(0); -x_186 = lean_unbox(x_135); -lean_dec(x_135); -x_187 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_73, x_186, x_177, x_185, x_5, x_6, x_7, x_8, x_184); -return x_187; +x_181 = lean_ctor_get(x_178, 1); +lean_inc(x_181); +lean_dec(x_178); +x_182 = lean_box(0); +x_183 = lean_unbox(x_132); +lean_dec(x_132); +x_184 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_70, x_183, x_174, x_182, x_5, x_6, x_7, x_8, x_181); +return x_184; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; -x_188 = lean_ctor_get(x_181, 1); -lean_inc(x_188); -lean_dec(x_181); -x_189 = l_Lean_MessageData_ofExpr(x_65); -x_190 = l_Lean_MessageData_ofExpr(x_68); -x_191 = lean_unbox(x_135); -if (x_191 == 0) -{ -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; uint8_t x_200; lean_object* x_201; -x_192 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__15; +lean_object* x_185; lean_object* x_186; lean_object* x_187; uint8_t x_188; +x_185 = lean_ctor_get(x_178, 1); +lean_inc(x_185); +lean_dec(x_178); +x_186 = l_Lean_MessageData_ofExpr(x_62); +x_187 = l_Lean_MessageData_ofExpr(x_65); +x_188 = lean_unbox(x_132); +if (x_188 == 0) +{ +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; +x_189 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__15; +x_190 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_190, 0, x_189); +lean_ctor_set(x_190, 1, x_186); +x_191 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_191, 0, x_190); +lean_ctor_set(x_191, 1, x_3); +x_192 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_192, 0, x_191); +lean_ctor_set(x_192, 1, x_187); x_193 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_193, 0, x_192); -lean_ctor_set(x_193, 1, x_189); -x_194 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_194, 0, x_193); -lean_ctor_set(x_194, 1, x_3); -x_195 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_195, 0, x_194); -lean_ctor_set(x_195, 1, x_190); -x_196 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_4); -x_197 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_180, x_196, x_5, x_6, x_7, x_8, x_188); -x_198 = lean_ctor_get(x_197, 0); -lean_inc(x_198); -x_199 = lean_ctor_get(x_197, 1); -lean_inc(x_199); -lean_dec(x_197); -x_200 = lean_unbox(x_135); -lean_dec(x_135); -x_201 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_73, x_200, x_177, x_198, x_5, x_6, x_7, x_8, x_199); -lean_dec(x_198); -return x_201; +lean_ctor_set(x_193, 1, x_4); +x_194 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_177, x_193, x_5, x_6, x_7, x_8, x_185); +x_195 = lean_ctor_get(x_194, 0); +lean_inc(x_195); +x_196 = lean_ctor_get(x_194, 1); +lean_inc(x_196); +lean_dec(x_194); +x_197 = lean_unbox(x_132); +lean_dec(x_132); +x_198 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_70, x_197, x_174, x_195, x_5, x_6, x_7, x_8, x_196); +lean_dec(x_195); +return x_198; } else { -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; -x_202 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20; +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; +x_199 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20; +x_200 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_186); +x_201 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_201, 0, x_200); +lean_ctor_set(x_201, 1, x_3); +x_202 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_202, 0, x_201); +lean_ctor_set(x_202, 1, x_187); x_203 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_203, 0, x_202); -lean_ctor_set(x_203, 1, x_189); -x_204 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_3); -x_205 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_190); -x_206 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_206, 0, x_205); -lean_ctor_set(x_206, 1, x_4); -x_207 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_180, x_206, x_5, x_6, x_7, x_8, x_188); -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); -x_210 = lean_unbox(x_135); -lean_dec(x_135); -x_211 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_73, x_210, x_177, x_208, x_5, x_6, x_7, x_8, x_209); -lean_dec(x_208); -return x_211; +lean_ctor_set(x_203, 1, x_4); +x_204 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_177, x_203, x_5, x_6, x_7, x_8, x_185); +x_205 = lean_ctor_get(x_204, 0); +lean_inc(x_205); +x_206 = lean_ctor_get(x_204, 1); +lean_inc(x_206); +lean_dec(x_204); +x_207 = lean_unbox(x_132); +lean_dec(x_132); +x_208 = l_Lean_Meta_isExprDefEqAuxImpl___lambda__2(x_70, x_207, x_174, x_205, x_5, x_6, x_7, x_8, x_206); +lean_dec(x_205); +return x_208; } } } @@ -69451,44 +71262,54 @@ return x_211; } else { -uint8_t x_212; -lean_dec(x_73); -lean_dec(x_71); +uint8_t x_209; +lean_dec(x_70); lean_dec(x_68); lean_dec(x_65); +lean_dec(x_62); 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_212 = !lean_is_exclusive(x_134); -if (x_212 == 0) +x_209 = !lean_is_exclusive(x_131); +if (x_209 == 0) { -return x_134; +return x_131; } else { -lean_object* x_213; lean_object* x_214; lean_object* x_215; -x_213 = lean_ctor_get(x_134, 0); -x_214 = lean_ctor_get(x_134, 1); -lean_inc(x_214); -lean_inc(x_213); -lean_dec(x_134); -x_215 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_215, 0, x_213); -lean_ctor_set(x_215, 1, x_214); -return x_215; +lean_object* x_210; lean_object* x_211; lean_object* x_212; +x_210 = lean_ctor_get(x_131, 0); +x_211 = lean_ctor_get(x_131, 1); +lean_inc(x_211); +lean_inc(x_210); +lean_dec(x_131); +x_212 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_212, 0, x_210); +lean_ctor_set(x_212, 1, x_211); +return x_212; +} } } } } +else +{ +lean_object* x_213; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_213 = lean_is_expr_def_eq(x_55, x_58, x_5, x_6, x_7, x_8, x_59); +return x_213; } } } else { -uint8_t x_216; +uint8_t x_219; lean_dec(x_55); lean_dec(x_8); lean_dec(x_7); @@ -69498,29 +71319,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_216 = !lean_is_exclusive(x_57); -if (x_216 == 0) +x_219 = !lean_is_exclusive(x_57); +if (x_219 == 0) { return x_57; } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_217 = lean_ctor_get(x_57, 0); -x_218 = lean_ctor_get(x_57, 1); -lean_inc(x_218); -lean_inc(x_217); +lean_object* x_220; lean_object* x_221; lean_object* x_222; +x_220 = lean_ctor_get(x_57, 0); +x_221 = lean_ctor_get(x_57, 1); +lean_inc(x_221); +lean_inc(x_220); lean_dec(x_57); -x_219 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_219, 0, x_217); -lean_ctor_set(x_219, 1, x_218); -return x_219; +x_222 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_222, 0, x_220); +lean_ctor_set(x_222, 1, x_221); +return x_222; } } } else { -uint8_t x_220; +uint8_t x_223; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -69529,23 +71350,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_220 = !lean_is_exclusive(x_54); -if (x_220 == 0) +x_223 = !lean_is_exclusive(x_54); +if (x_223 == 0) { return x_54; } else { -lean_object* x_221; lean_object* x_222; lean_object* x_223; -x_221 = lean_ctor_get(x_54, 0); -x_222 = lean_ctor_get(x_54, 1); -lean_inc(x_222); -lean_inc(x_221); +lean_object* x_224; lean_object* x_225; lean_object* x_226; +x_224 = lean_ctor_get(x_54, 0); +x_225 = lean_ctor_get(x_54, 1); +lean_inc(x_225); +lean_inc(x_224); lean_dec(x_54); -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; +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; } } } @@ -69553,7 +71374,7 @@ return x_223; } else { -uint8_t x_224; +uint8_t x_227; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -69562,23 +71383,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_224 = !lean_is_exclusive(x_33); -if (x_224 == 0) +x_227 = !lean_is_exclusive(x_33); +if (x_227 == 0) { return x_33; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_33, 0); -x_226 = lean_ctor_get(x_33, 1); -lean_inc(x_226); -lean_inc(x_225); +lean_object* x_228; lean_object* x_229; lean_object* x_230; +x_228 = lean_ctor_get(x_33, 0); +x_229 = lean_ctor_get(x_33, 1); +lean_inc(x_229); +lean_inc(x_228); lean_dec(x_33); -x_227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_226); -return x_227; +x_230 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_230, 0, x_228); +lean_ctor_set(x_230, 1, x_229); +return x_230; } } } @@ -69586,7 +71407,7 @@ return x_227; } else { -uint8_t x_228; +uint8_t x_231; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -69595,29 +71416,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_228 = !lean_is_exclusive(x_13); -if (x_228 == 0) +x_231 = !lean_is_exclusive(x_13); +if (x_231 == 0) { return x_13; } else { -lean_object* x_229; lean_object* x_230; lean_object* x_231; -x_229 = lean_ctor_get(x_13, 0); -x_230 = lean_ctor_get(x_13, 1); -lean_inc(x_230); -lean_inc(x_229); +lean_object* x_232; lean_object* x_233; lean_object* x_234; +x_232 = lean_ctor_get(x_13, 0); +x_233 = lean_ctor_get(x_13, 1); +lean_inc(x_233); +lean_inc(x_232); lean_dec(x_13); -x_231 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_231, 0, x_229); -lean_ctor_set(x_231, 1, x_230); -return x_231; +x_234 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_234, 0, x_232); +lean_ctor_set(x_234, 1, x_233); +return x_234; } } } else { -uint8_t x_232; +uint8_t x_235; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -69626,23 +71447,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_232 = !lean_is_exclusive(x_11); -if (x_232 == 0) +x_235 = !lean_is_exclusive(x_11); +if (x_235 == 0) { return x_11; } else { -lean_object* x_233; lean_object* x_234; lean_object* x_235; -x_233 = lean_ctor_get(x_11, 0); -x_234 = lean_ctor_get(x_11, 1); -lean_inc(x_234); -lean_inc(x_233); +lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_236 = lean_ctor_get(x_11, 0); +x_237 = lean_ctor_get(x_11, 1); +lean_inc(x_237); +lean_inc(x_236); lean_dec(x_11); -x_235 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_235, 0, x_233); -lean_ctor_set(x_235, 1, x_234); -return x_235; +x_238 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_238, 0, x_236); +lean_ctor_set(x_238, 1, x_237); +return x_238; } } } @@ -69812,7 +71633,7 @@ lean_dec(x_4); return x_11; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__1() { _start: { lean_object* x_1; @@ -69820,27 +71641,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____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_ExprDefEq___hyg_19645____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____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_ExprDefEq___hyg_19645____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__2; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___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_ExprDefEq___hyg_19645____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__4() { _start: { lean_object* x_1; @@ -69848,17 +71669,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__4; 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_ExprDefEq___hyg_19645____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__6() { _start: { lean_object* x_1; @@ -69866,37 +71687,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__6; 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_ExprDefEq___hyg_19645____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____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_ExprDefEq___hyg_19645____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__8; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___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_ExprDefEq___hyg_19645____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__10() { _start: { lean_object* x_1; @@ -69904,17 +71725,17 @@ x_1 = lean_mk_string_from_bytes("ExprDefEq", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____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_ExprDefEq___hyg_19645____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__12() { _start: { lean_object* x_1; @@ -69922,27 +71743,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__11; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__12; 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_ExprDefEq___hyg_19645____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13; -x_2 = lean_unsigned_to_nat(19645u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__13; +x_2 = lean_unsigned_to_nat(19692u); 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_ExprDefEq___hyg_19645____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__15() { _start: { lean_object* x_1; @@ -69950,25 +71771,25 @@ x_1 = lean_mk_string_from_bytes("mvar", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__1; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqEtaStruct_go___spec__1___closed__2; x_3 = l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqQuickOther___lambda__2___closed__1; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__15; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Std_Range_forIn_loop___at___private_Lean_Meta_ExprDefEq_0__Lean_Meta_isDefEqArgsFirstPass___spec__1___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -69984,7 +71805,7 @@ lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; x_9 = lean_ctor_get(x_8, 1); lean_inc(x_9); lean_dec(x_8); -x_10 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16; +x_10 = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__16; x_11 = 1; x_12 = l_Lean_registerTraceClass(x_10, x_11, x_4, x_9); if (lean_obj_tag(x_12) == 0) @@ -70675,10 +72496,10 @@ l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___c lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__7); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__8 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__8(); lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__1___closed__8); -l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__1 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__1(); -lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__1); -l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__2 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__2(); -lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__2___closed__2); +l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__1 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__1); +l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__2 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___lambda__3___closed__2); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__1 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__1(); lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__1); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__2 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_checkTypesAndAssign___closed__2(); @@ -70693,20 +72514,20 @@ l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDecl lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__1); l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2 = _init_l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2(); lean_mark_persistent(l___private_Lean_Meta_ExprDefEq_0__Lean_Meta_mkLambdaFVarsWithLetDeps_hasLetDeclsInBetween___closed__2); -l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__1); -l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051____closed__2); -if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6051_(lean_io_mk_world()); +l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__1(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__1); +l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__2(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057____closed__2); +if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6057_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_CheckAssignment_checkAssignmentExceptionId = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_CheckAssignment_checkAssignmentExceptionId); lean_dec_ref(res); -}l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__1); -l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2(); -lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071____closed__2); -if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6071_(lean_io_mk_world()); +}l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__1 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__1(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__1); +l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__2 = _init_l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__2(); +lean_mark_persistent(l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077____closed__2); +if (builtin) {res = l_Lean_Meta_CheckAssignment_initFn____x40_Lean_Meta_ExprDefEq___hyg_6077_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_CheckAssignment_outOfScopeExceptionId = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_CheckAssignment_outOfScopeExceptionId); @@ -70749,10 +72570,10 @@ l_Lean_Meta_CheckAssignment_checkFVar___closed__1 = _init_l_Lean_Meta_CheckAssig lean_mark_persistent(l_Lean_Meta_CheckAssignment_checkFVar___closed__1); l_Lean_Meta_CheckAssignment_checkFVar___closed__2 = _init_l_Lean_Meta_CheckAssignment_checkFVar___closed__2(); lean_mark_persistent(l_Lean_Meta_CheckAssignment_checkFVar___closed__2); -l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__56___closed__1); -l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___closed__1 = _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___closed__1(); -lean_mark_persistent(l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__53___closed__1); +l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_Meta_CheckAssignment_checkMVar___spec__80___closed__1); +l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___closed__1 = _init_l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___closed__1(); +lean_mark_persistent(l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Meta_CheckAssignment_checkMVar___spec__77___closed__1); l_Lean_Meta_CheckAssignment_checkMVar___closed__1 = _init_l_Lean_Meta_CheckAssignment_checkMVar___closed__1(); lean_mark_persistent(l_Lean_Meta_CheckAssignment_checkMVar___closed__1); l_Lean_Meta_CheckAssignment_checkMVar___closed__2 = _init_l_Lean_Meta_CheckAssignment_checkMVar___closed__2(); @@ -70917,39 +72738,39 @@ l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__19 = _init_l_Lean_Meta_isEx lean_mark_persistent(l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__19); l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20 = _init_l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20(); lean_mark_persistent(l_Lean_Meta_isExprDefEqAuxImpl___lambda__3___closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645____closed__16); -res = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19645_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692____closed__16); +res = l_Lean_Meta_initFn____x40_Lean_Meta_ExprDefEq___hyg_19692_(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/ExprLens.c b/stage0/stdlib/Lean/Meta/ExprLens.c index 6a54c262027a..e37dd1f9030d 100644 --- a/stage0/stdlib/Lean/Meta/ExprLens.c +++ b/stage0/stdlib/Lean/Meta/ExprLens.c @@ -91,7 +91,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_foldAncestors___rarg(lean_object*, lean_obj LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Meta_ExprLens_0__Lean_Meta_viewCoordAux___spec__1(lean_object*); static lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_replaceSubexpr___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___lambda__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_ExprLens_0__Lean_Meta_foldAncestorsAux___spec__4(lean_object*); @@ -161,6 +160,7 @@ static lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg static lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___lambda__3___closed__4; static lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___lambda__10___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_viewCoordAux___rarg___closed__1; static lean_object* l___private_Lean_Meta_ExprLens_0__Lean_Meta_lensCoord___rarg___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Core_numBinders___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -857,7 +857,7 @@ return x_21; else { uint8_t x_22; -x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_10, x_10); +x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_10, x_10); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; @@ -981,7 +981,7 @@ return x_21; else { uint8_t x_22; -x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_10, x_10); +x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_10, x_10); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; diff --git a/stage0/stdlib/Lean/Meta/ForEachExpr.c b/stage0/stdlib/Lean/Meta/ForEachExpr.c index eab4181f1f76..2744dd1fc06e 100644 --- a/stage0/stdlib/Lean/Meta/ForEachExpr.c +++ b/stage0/stdlib/Lean/Meta/ForEachExpr.c @@ -14,6 +14,7 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_visitLet_visit___spec__1___rarg___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_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr(lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLambda(lean_object*); @@ -21,7 +22,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___at_Lean_Meta_setMVarUserNa LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_setMVarUserNamesAt___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr_x27_visit___rarg___lambda__4(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet___at_Lean_Meta_forEachExpr_x27_visit___spec__9(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -76,9 +76,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_forEachExpr_x27_ LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___rarg___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_Meta_withLocalDecl___at_Lean_Meta_visitLambda_visit___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_forInUnsafe_loop___at_Lean_Meta_resetMVarUserNames___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_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Meta_forEachExpr_x27_visit___spec__17(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitForall_visit___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr_x27_visit___rarg___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_withLocalDecl___at_Lean_Meta_visitForall_visit___spec__1(lean_object*); size_t lean_usize_of_nat(lean_object*); @@ -87,7 +87,6 @@ LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_forEachExpr_x27___spec_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkForallFVars_x27___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_Meta_visitLambda___at_Lean_Meta_forEachExpr_x27_visit___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet___at_Lean_Meta_setMVarUserNamesAt___spec__14(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_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_setMVarUserNamesAt___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -110,6 +109,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_setMVarUserNam uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__10___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_Meta_forEachExpr_x27___at_Lean_Meta_setMVarUserNamesAt___spec__6___lambda__1(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_setMVarUserNamesAt___spec__3(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -117,6 +117,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_forEachExpr_x27_ lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLambda_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__4___rarg___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* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLambda_visit___at_Lean_Meta_setMVarUserNamesAt___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_Meta_visitForall___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ST_Prim_Ref_modifyGetUnsafe___rarg___boxed(lean_object*, lean_object*, lean_object*); @@ -156,10 +157,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___at_Lean_Meta_forEachExpr_x LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkForallFVars_x27___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_Meta_visitLet_visit___rarg___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_LocalDecl_userName(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_visitLambda___at_Lean_Meta_forEachExpr_x27_visit___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitForall_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__7___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_setMVarUserNamesAt___spec__16(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__10___rarg___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_Lean_Meta_visitLet_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__10___rarg___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*); @@ -172,7 +171,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr___at_Lean_Meta_setMVarUserNames static lean_object* l_Lean_Meta_visitLambda___rarg___closed__1; 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*); -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3(lean_object*); lean_object* l_Lean_Meta_getFVarLocalDecl(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_Lean_Meta_withLocalDecl___at_Lean_Meta_setMVarUserNamesAt___spec__10___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -196,7 +194,6 @@ lean_object* l_Lean_Expr_getAppFn(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr___at_Lean_Meta_setMVarUserNamesAt___spec__5___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitForall___at_Lean_Meta_forEachExpr_x27_visit___spec__6(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Meta_forEachExpr_x27_visit___spec__15(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLambda_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__4___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); @@ -227,6 +224,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_forEachExpr_x2 lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); +LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_visitLambda_visit___spec__1___rarg___lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_visitLet_visit___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); @@ -238,6 +236,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_forEachExpr_x27_visit___at_Lean_Meta_setMVa LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_forEachExpr_x27_visit___spec__5___rarg___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_visitLet_visit___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___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_EXPORT lean_object* l_Lean_Meta_visitLambda___at_Lean_Meta_setMVarUserNamesAt___spec__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_Meta_visitLambda_visit___at_Lean_Meta_forEachExpr_x27_visit___spec__4(lean_object*); @@ -2549,7 +2548,66 @@ lean_dec(x_2); return x_3; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___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) { +_start: +{ +lean_object* x_9; +x_9 = l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAux___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 0) +{ +uint8_t x_10; +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_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_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1___rarg), 8, 0); +return x_2; +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -2583,7 +2641,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -2614,71 +2672,12 @@ size_t x_9; size_t x_10; uint8_t x_11; x_9 = 0; x_10 = lean_usize_of_nat(x_3); lean_dec(x_3); -x_11 = l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_2, x_1, x_9, x_10); +x_11 = l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__3(x_2, x_1, x_9, x_10); return x_11; } } } } -LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___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) { -_start: -{ -lean_object* x_9; -x_9 = l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAux___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_9) == 0) -{ -uint8_t x_10; -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_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_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___rarg), 8, 0); -return x_2; -} -} LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___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) { _start: { @@ -2833,16 +2832,6 @@ return x_56; } } } -static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___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_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___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, lean_object* x_14, lean_object* x_15) { _start: { @@ -2855,140 +2844,140 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_nat_dec_eq(x_6, x_17); if (x_18 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_27; uint8_t x_62; +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_64; lean_dec(x_10); x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_sub(x_6, x_19); lean_dec(x_6); -x_62 = lean_nat_dec_lt(x_7, x_5); -if (x_62 == 0) +x_64 = lean_nat_dec_lt(x_7, x_5); +if (x_64 == 0) { -lean_object* x_63; lean_object* x_64; -x_63 = l_Lean_instInhabitedExpr; -x_64 = l___private_Init_Util_0__outOfBounds___rarg(x_63); -x_27 = x_64; -goto block_61; +lean_object* x_65; lean_object* x_66; +x_65 = l_Lean_instInhabitedExpr; +x_66 = l___private_Init_Util_0__outOfBounds___rarg(x_65); +x_21 = x_66; +goto block_63; } else { -lean_object* x_65; -x_65 = lean_array_fget(x_4, x_7); -x_27 = x_65; -goto block_61; +lean_object* x_67; +x_67 = lean_array_fget(x_4, x_7); +x_21 = x_67; +goto block_63; } -block_26: +block_63: +{ +uint8_t x_22; uint8_t x_60; +x_60 = l_Lean_Expr_isMVar(x_21); +if (x_60 == 0) +{ +uint8_t x_61; +x_61 = 0; +x_22 = x_61; +goto block_59; +} +else +{ +uint8_t x_62; +x_62 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_21); +x_22 = x_62; +goto block_59; +} +block_59: +{ +if (x_22 == 0) { 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_nat_add(x_7, x_9); +x_23 = lean_nat_add(x_7, x_9); lean_dec(x_7); +x_24 = lean_box(0); x_6 = x_20; -x_7 = x_24; -x_10 = x_23; -x_15 = x_22; +x_7 = x_23; +x_10 = x_24; goto _start; } -block_61: -{ -uint8_t x_28; -x_28 = l_Lean_Expr_isMVar(x_27); -if (x_28 == 0) -{ -lean_object* x_29; -lean_dec(x_27); -x_29 = l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1; -x_21 = x_29; -x_22 = x_15; -goto block_26; -} else { -uint8_t x_30; -x_30 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_1, x_27); -if (x_30 == 0) +lean_object* x_26; lean_object* x_27; +x_26 = l_Lean_Expr_mvarId_x21(x_21); +lean_inc(x_26); +x_27 = l_Lean_MVarId_getDecl(x_26, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_31; +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); lean_dec(x_27); -x_31 = l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1; -x_21 = x_31; -x_22 = x_15; -goto block_26; -} -else +x_30 = lean_ctor_get(x_28, 0); +lean_inc(x_30); +lean_dec(x_28); +x_31 = l_Lean_Name_isAnonymous(x_30); +lean_dec(x_30); +if (x_31 == 0) { lean_object* x_32; lean_object* x_33; -x_32 = l_Lean_Expr_mvarId_x21(x_27); -lean_inc(x_32); -x_33 = l_Lean_MVarId_getDecl(x_32, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_33) == 0) -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = lean_ctor_get(x_34, 0); -lean_inc(x_36); -lean_dec(x_34); -x_37 = l_Lean_Name_isAnonymous(x_36); -lean_dec(x_36); -if (x_37 == 0) -{ -lean_object* x_38; -lean_dec(x_32); -x_38 = l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1; -x_21 = x_38; -x_22 = x_35; -goto block_26; +lean_dec(x_26); +x_32 = lean_nat_add(x_7, x_9); +lean_dec(x_7); +x_33 = lean_box(0); +x_6 = x_20; +x_7 = x_32; +x_10 = x_33; +x_15 = x_29; +goto _start; } else { -lean_object* x_39; lean_object* x_40; -x_39 = l_Lean_Expr_getAppFn(x_3); +lean_object* x_35; lean_object* x_36; +x_35 = l_Lean_Expr_getAppFn(x_3); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_40 = lean_infer_type(x_39, x_11, x_12, x_13, x_14, x_35); -if (lean_obj_tag(x_40) == 0) +x_36 = lean_infer_type(x_35, x_11, x_12, x_13, x_14, x_29); +if (lean_obj_tag(x_36) == 0) { -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_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_nat_add(x_7, x_19); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_43); +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_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 = lean_nat_add(x_7, x_19); +x_40 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_40, 0, x_39); lean_inc(x_2); lean_inc(x_7); -x_45 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___lambda__1___boxed), 10, 3); -lean_closure_set(x_45, 0, x_7); -lean_closure_set(x_45, 1, x_2); -lean_closure_set(x_45, 2, x_32); +x_41 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___lambda__1___boxed), 10, 3); +lean_closure_set(x_41, 0, x_7); +lean_closure_set(x_41, 1, x_2); +lean_closure_set(x_41, 2, x_26); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -x_46 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__3___rarg(x_41, x_44, x_45, x_11, x_12, x_13, x_14, x_42); -if (lean_obj_tag(x_46) == 0) +x_42 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_setMVarUserNamesAt___spec__1___rarg(x_37, x_40, x_41, x_11, x_12, x_13, x_14, x_38); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_46, 1); -lean_inc(x_47); -lean_dec(x_46); -x_48 = l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1; -x_21 = x_48; -x_22 = x_47; -goto block_26; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_44 = lean_nat_add(x_7, x_9); +lean_dec(x_7); +x_45 = lean_box(0); +x_6 = x_20; +x_7 = x_44; +x_10 = x_45; +x_15 = x_43; +goto _start; } else { -uint8_t x_49; +uint8_t x_47; lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -2996,30 +2985,30 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_7); lean_dec(x_2); -x_49 = !lean_is_exclusive(x_46); -if (x_49 == 0) +x_47 = !lean_is_exclusive(x_42); +if (x_47 == 0) { -return x_46; +return x_42; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_46, 0); -x_51 = lean_ctor_get(x_46, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_46); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_42, 0); +x_49 = lean_ctor_get(x_42, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_42); +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; } } } else { -uint8_t x_53; -lean_dec(x_32); +uint8_t x_51; +lean_dec(x_26); lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -3027,31 +3016,31 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_7); lean_dec(x_2); -x_53 = !lean_is_exclusive(x_40); -if (x_53 == 0) +x_51 = !lean_is_exclusive(x_36); +if (x_51 == 0) { -return x_40; +return x_36; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_40, 0); -x_55 = lean_ctor_get(x_40, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_40); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +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); +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; } } } } else { -uint8_t x_57; -lean_dec(x_32); +uint8_t x_55; +lean_dec(x_26); lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -3059,23 +3048,23 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_7); lean_dec(x_2); -x_57 = !lean_is_exclusive(x_33); -if (x_57 == 0) +x_55 = !lean_is_exclusive(x_27); +if (x_55 == 0) { -return x_33; +return x_27; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_33, 0); -x_59 = lean_ctor_get(x_33, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_33); -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; +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); +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; } } } @@ -3084,7 +3073,7 @@ return x_60; } else { -lean_object* x_66; +lean_object* x_68; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -3092,15 +3081,15 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_10); -lean_ctor_set(x_66, 1, x_15); -return x_66; +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_10); +lean_ctor_set(x_68, 1, x_15); +return x_68; } } else { -lean_object* x_67; +lean_object* x_69; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -3108,10 +3097,10 @@ lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_10); -lean_ctor_set(x_67, 1, x_15); -return x_67; +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_10); +lean_ctor_set(x_69, 1, x_15); +return x_69; } } } @@ -5229,7 +5218,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___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_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___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; uint8_t x_7; lean_object* x_8; @@ -5237,18 +5226,18 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_setMVarUserNamesAt___spec__3(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__1(x_1, x_2); +x_3 = l_Array_contains___at_Lean_Meta_setMVarUserNamesAt___spec__2(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -6161,8 +6150,6 @@ l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_forEachExpr___spec__1___rarg___closed lean_mark_persistent(l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_forEachExpr___spec__1___rarg___closed__1); l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_forEachExpr___spec__1___rarg___closed__2 = _init_l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_forEachExpr___spec__1___rarg___closed__2(); lean_mark_persistent(l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_forEachExpr___spec__1___rarg___closed__2); -l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_setMVarUserNamesAt___spec__4___closed__1); l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_setMVarUserNamesAt___spec__6___closed__1 = _init_l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_setMVarUserNamesAt___spec__6___closed__1(); lean_mark_persistent(l_Lean_Meta_forEachExpr_x27___at_Lean_Meta_setMVarUserNamesAt___spec__6___closed__1); l_Lean_Meta_setMVarUserNamesAt___lambda__1___closed__1 = _init_l_Lean_Meta_setMVarUserNamesAt___lambda__1___closed__1(); diff --git a/stage0/stdlib/Lean/Meta/FunInfo.c b/stage0/stdlib/Lean/Meta/FunInfo.c index ac99c1bc58b3..14fef1f61336 100644 --- a/stage0/stdlib/Lean/Meta/FunInfo.c +++ b/stage0/stdlib/Lean/Meta/FunInfo.c @@ -59,7 +59,6 @@ lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_getOutParamPositions_x3f(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_FunInfo_0__Lean_Meta_updateHasFwdDeps___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getFunInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___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*); @@ -105,6 +104,7 @@ lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_objec uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at___private_Lean_Meta_FunInfo_0__Lean_Meta_checkFunInfoCache___spec__4(lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_type(lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__1(lean_object*, lean_object*, lean_object*); @@ -2762,7 +2762,7 @@ lean_ctor_set_uint8(x_45, sizeof(void*)*1 + 4, x_44); lean_ctor_set_uint8(x_45, sizeof(void*)*1 + 5, x_36); x_47 = lean_array_push(x_35, x_45); x_48 = 3; -x_49 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_43, x_48); +x_49 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_43, x_48); if (x_49 == 0) { lean_object* x_50; lean_object* x_51; @@ -3360,7 +3360,7 @@ lean_ctor_set_uint8(x_44, sizeof(void*)*1 + 4, x_43); lean_ctor_set_uint8(x_44, sizeof(void*)*1 + 5, x_35); x_46 = lean_array_push(x_34, x_44); x_47 = 3; -x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_42, x_47); +x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_42, x_47); if (x_48 == 0) { lean_object* x_49; lean_object* x_50; diff --git a/stage0/stdlib/Lean/Meta/GeneralizeVars.c b/stage0/stdlib/Lean/Meta/GeneralizeVars.c index e7e290a758df..c4ee578e1bc2 100644 --- a/stage0/stdlib/Lean/Meta/GeneralizeVars.c +++ b/stage0/stdlib/Lean/Meta/GeneralizeVars.c @@ -13,27 +13,35 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__99(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__63(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__3___at_Lean_Meta_getFVarSetToGeneralize___spec__11(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__94___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__16___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__6(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__33(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__38(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__85___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__15___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__30(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__40(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41___at_Lean_Meta_getFVarSetToGeneralize___spec__49(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__75(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__14___at_Lean_Meta_getFVarSetToGeneralize___spec__22(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__45___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet___boxed(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_getFVarSetToGeneralize___spec__37___boxed(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_getFVarSetToGeneralize___spec__82(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__57(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__71(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(lean_object*, lean_object*, lean_object*); @@ -41,171 +49,208 @@ lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__27___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__74___boxed(lean_object*, lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getFVarsToGeneralize(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet_visit(lean_object*, lean_object*, 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__26(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__96___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_getFVarSetToGeneralize___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___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_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__27(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__75___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__104___boxed(lean_object*, lean_object*, lean_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_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__100___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__13___at_Lean_Meta_getFVarSetToGeneralize___spec__21(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__4___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82___at_Lean_Meta_getFVarSetToGeneralize___spec__90(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__105(lean_object*, uint8_t, 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_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__65___boxed(lean_object*, lean_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_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61(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_Meta_mkGeneralizationForbiddenSet_loop(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_getFVarSetToGeneralize___spec__87(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__85(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__101(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__36(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__28___boxed(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_Meta_getFVarSetToGeneralize___spec__81___at_Lean_Meta_getFVarSetToGeneralize___spec__89(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__15(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__64(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__70(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67___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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__65(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__46(lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91(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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__74(lean_object*, lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__3; lean_object* l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__75___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__44(lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__75(lean_object*, uint8_t, 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_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__106(lean_object*, uint8_t, 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_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__98___boxed(lean_object*, lean_object*, lean_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_RBNode_forIn_visit___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__2; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__47___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__64___boxed(lean_object*, lean_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_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__38___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__24___at_Lean_Meta_getFVarSetToGeneralize___spec__32(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___lambda__1___boxed(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_getFVarSetToGeneralize___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__24(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__25___at_Lean_Meta_getFVarSetToGeneralize___spec__33(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__100(lean_object*, uint8_t, 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_Meta_getFVarSetToGeneralize___spec__29___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__30___boxed(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*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__93(lean_object*, 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_Lean_RBNode_forIn_visit___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__14(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__36(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__70___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__87___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__93___boxed(lean_object*, lean_object*, lean_object*, lean_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*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(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_Meta_getFVarSetToGeneralize___spec__81(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___lambda__1(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_getFVarSetToGeneralize___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__72___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_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__86___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__47(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__18(lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___lambda__1___boxed(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_Meta_getFVarSetToGeneralize___spec__42(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__70___at_Lean_Meta_getFVarSetToGeneralize___spec__78(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__104(lean_object*, 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_Array_forInUnsafe_loop___at_Lean_Meta_mkGeneralizationForbiddenSet___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__2___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__3(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_getFVarSetToGeneralize___spec__66(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__44(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__8___boxed(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_getFVarSetToGeneralize___spec__41(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__68(lean_object*, 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_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__69(lean_object*, uint8_t, 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_Meta_getFVarSetToGeneralize___spec__76___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isLet(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__105___boxed(lean_object*, lean_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_getFVarSetToGeneralize___spec__102(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_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__46___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__16(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103(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_Lean_LocalDecl_isAuxDecl(lean_object*); lean_object* l_Lean_CollectFVars_main(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___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_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__98(lean_object*, 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_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__101___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71___at_Lean_Meta_getFVarSetToGeneralize___spec__79(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__55(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__95___boxed(lean_object*, lean_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_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet_visit___lambda__1___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_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getFVarSetToGeneralize___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_getFVarSetToGeneralize___spec__37(lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__36___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__68___boxed(lean_object*, lean_object*, lean_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_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__43(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___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_getFVarSetToGeneralize___spec__71(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60___at_Lean_Meta_getFVarSetToGeneralize___spec__68(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__39(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkGeneralizationForbiddenSet_visit___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51___at_Lean_Meta_getFVarSetToGeneralize___spec__59(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__59___at_Lean_Meta_getFVarSetToGeneralize___spec__67(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__76___boxed(lean_object*, lean_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_getFVarSetToGeneralize___spec__102___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_forInUnsafe_loop___at_Lean_Meta_mkGeneralizationForbiddenSet___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__26___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at_Lean_Meta_getFVarsToGeneralize___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(lean_object*, uint8_t, 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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__66___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_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__74(lean_object*, 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_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103___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_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__29(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_getFVarSetToGeneralize(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_Lean_Meta_getFVarSetToGeneralize___spec__52___at_Lean_Meta_getFVarSetToGeneralize___spec__60(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__106___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__63___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__39___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBTree_toArray___at_Lean_Meta_getFVarsToGeneralize___spec__1(lean_object*); lean_object* l_Lean_LocalDecl_type(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__17(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__19(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__28(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__13(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__45(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__76(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__35(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__86(lean_object*, lean_object*, lean_object*, size_t, size_t); uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__71___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__99___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__48(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__59(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__96(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__76(lean_object*, uint8_t, 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_Meta_getFVarSetToGeneralize___spec__41___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getFVarsToGeneralize___boxed(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_getFVarSetToGeneralize___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__69___boxed(lean_object*, lean_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_Meta_getFVarSetToGeneralize___spec__44___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__94(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__4(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__63___boxed(lean_object*, lean_object*, lean_object*, 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_sortFVarIds(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_getFVarSetToGeneralize___spec__25(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__40(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_value_x3f(lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1___boxed(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*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__72(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_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__41(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__56(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__18___boxed(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_Meta_getFVarSetToGeneralize___spec__32(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__63(lean_object*, 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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__95(lean_object*, uint8_t, 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_RBNode_forIn_visit___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__2___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__5___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67(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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___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_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__70(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__64(lean_object*, uint8_t, 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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__40___at_Lean_Meta_getFVarSetToGeneralize___spec__48(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__65(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97___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_Meta_getFVarSetToGeneralize___spec__49(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -4436,808 +4481,4175 @@ return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__25___at_Lean_Meta_getFVarSetToGeneralize___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -if (lean_obj_tag(x_3) == 5) +if (lean_obj_tag(x_2) == 5) { -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, 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); -x_6 = lean_ctor_get(x_3, 1); -lean_inc(x_6); -lean_dec(x_3); -lean_inc(x_2); +lean_dec(x_2); lean_inc(x_1); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__33(x_1, x_2, x_5, x_4); -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = lean_unbox(x_8); -if (x_9 == 0) +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__25___at_Lean_Meta_getFVarSetToGeneralize___spec__33(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_10; lean_object* x_11; -lean_dec(x_8); -x_10 = lean_ctor_get(x_7, 1); -lean_inc(x_10); +lean_object* x_9; lean_object* x_10; lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_6, x_10); -return x_11; +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_5, x_9); +return x_10; } else { -uint8_t x_12; -lean_dec(x_6); -lean_dec(x_2); +uint8_t x_11; +lean_dec(x_5); lean_dec(x_1); -x_12 = !lean_is_exclusive(x_7); -if (x_12 == 0) +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_13; -x_13 = lean_ctor_get(x_7, 0); -lean_dec(x_13); -return x_7; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_7, 1); -lean_inc(x_14); -lean_dec(x_7); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_8); -lean_ctor_set(x_15, 1, x_14); -return x_15; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } else { -lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_3, x_4); -return x_16; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__24___at_Lean_Meta_getFVarSetToGeneralize___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +switch (lean_obj_tag(x_2)) { +case 1: { -lean_object* x_7; uint8_t x_8; -x_7 = lean_array_uget(x_3, x_4); -lean_inc(x_2); -lean_inc(x_1); -x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35(x_1, x_2, x_7); -if (x_8 == 0) +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_4); +lean_dec(x_4); +lean_dec(x_1); +if (lean_obj_tag(x_5) == 0) { -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_4, x_9); -x_4 = x_10; -goto _start; +uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_6 = 0; +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; } else { -uint8_t x_12; -lean_dec(x_2); -lean_dec(x_1); -x_12 = 1; -return x_12; +uint8_t x_9; lean_object* x_10; lean_object* x_11; +lean_dec(x_5); +x_9 = 1; +x_10 = lean_box(x_9); +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; } } -else +case 2: { -uint8_t x_13; +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); lean_dec(x_2); -lean_dec(x_1); -x_13 = 0; +lean_inc(x_12); +x_13 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_12, x_3); +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +if (lean_obj_tag(x_14) == 0) +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_13); +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; uint8_t x_23; lean_object* x_24; +x_16 = lean_ctor_get(x_13, 1); +x_17 = lean_ctor_get(x_13, 0); +lean_dec(x_17); +x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_18); +x_19 = l_Lean_MetavarContext_getDecl(x_18, x_12); +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +lean_dec(x_19); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__26(x_22, x_1, x_21); +x_24 = lean_box(x_23); +lean_ctor_set(x_13, 0, x_24); return x_13; } +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; uint8_t x_31; lean_object* x_32; lean_object* x_33; +x_25 = lean_ctor_get(x_13, 1); +lean_inc(x_25); +lean_dec(x_13); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_12); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; +x_31 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__26(x_30, x_1, x_29); +x_32 = lean_box(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_25); +return x_33; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { -_start: +else { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; +lean_dec(x_12); +x_34 = lean_ctor_get(x_13, 1); +lean_inc(x_34); +lean_dec(x_13); +x_35 = lean_ctor_get(x_14, 0); +lean_inc(x_35); +lean_dec(x_14); +x_36 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_35, x_34); +return x_36; +} +} +case 5: { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_37; uint8_t x_38; +x_37 = l_Lean_Expr_getAppFn(x_2); +x_38 = l_Lean_Expr_isMVar(x_37); +if (x_38 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +lean_object* x_39; +lean_dec(x_37); +x_39 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__25___at_Lean_Meta_getFVarSetToGeneralize___spec__33(x_1, x_2, x_3); +return x_39; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_inc(x_2); -lean_inc(x_1); -x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); -if (lean_obj_tag(x_13) == 0) +x_40 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_37); +lean_dec(x_37); +lean_dec(x_43); +if (x_44 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_4, x_14); -x_4 = x_15; +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } else { -uint8_t x_17; -lean_dec(x_13); -lean_dec(x_2); -lean_dec(x_1); -x_17 = 1; -return x_17; +lean_object* x_46; +lean_dec(x_41); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__25___at_Lean_Meta_getFVarSetToGeneralize___spec__33(x_1, x_2, x_42); +return x_46; } } } -else +case 6: { -uint8_t x_18; +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_47 = lean_ctor_get(x_2, 1); +lean_inc(x_47); +x_48 = lean_ctor_get(x_2, 2); +lean_inc(x_48); lean_dec(x_2); -lean_dec(x_1); -x_18 = 0; -return x_18; -} -} -} -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +lean_inc(x_1); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_47, x_3); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_unbox(x_50); +if (x_51 == 0) { -if (lean_obj_tag(x_3) == 0) +lean_object* x_52; lean_object* x_53; +lean_dec(x_50); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +lean_dec(x_49); +x_53 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_48, x_52); +return x_53; +} +else +{ +uint8_t x_54; +lean_dec(x_48); +lean_dec(x_1); +x_54 = !lean_is_exclusive(x_49); +if (x_54 == 0) +{ +lean_object* x_55; +x_55 = lean_ctor_get(x_49, 0); +lean_dec(x_55); +return x_49; +} +else +{ +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_49, 1); +lean_inc(x_56); +lean_dec(x_49); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_50); +lean_ctor_set(x_57, 1, x_56); +return x_57; +} +} +} +case 7: +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_58 = lean_ctor_get(x_2, 1); +lean_inc(x_58); +x_59 = lean_ctor_get(x_2, 2); +lean_inc(x_59); +lean_dec(x_2); +lean_inc(x_1); +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_58, x_3); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_unbox(x_61); +if (x_62 == 0) +{ +lean_object* x_63; lean_object* x_64; +lean_dec(x_61); +x_63 = lean_ctor_get(x_60, 1); +lean_inc(x_63); +lean_dec(x_60); +x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_59, x_63); +return x_64; +} +else +{ +uint8_t x_65; +lean_dec(x_59); +lean_dec(x_1); +x_65 = !lean_is_exclusive(x_60); +if (x_65 == 0) +{ +lean_object* x_66; +x_66 = lean_ctor_get(x_60, 0); +lean_dec(x_66); +return x_60; +} +else +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_60, 1); +lean_inc(x_67); +lean_dec(x_60); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_61); +lean_ctor_set(x_68, 1, x_67); +return x_68; +} +} +} +case 8: +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_69 = lean_ctor_get(x_2, 1); +lean_inc(x_69); +x_70 = lean_ctor_get(x_2, 2); +lean_inc(x_70); +x_71 = lean_ctor_get(x_2, 3); +lean_inc(x_71); +lean_dec(x_2); +lean_inc(x_1); +x_72 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_69, x_3); +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_unbox(x_73); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; +lean_dec(x_73); +x_75 = lean_ctor_get(x_72, 1); +lean_inc(x_75); +lean_dec(x_72); +lean_inc(x_1); +x_76 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_70, x_75); +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_unbox(x_77); +if (x_78 == 0) +{ +lean_object* x_79; lean_object* x_80; +lean_dec(x_77); +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); +lean_dec(x_76); +x_80 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_71, x_79); +return x_80; +} +else +{ +uint8_t x_81; +lean_dec(x_71); +lean_dec(x_1); +x_81 = !lean_is_exclusive(x_76); +if (x_81 == 0) +{ +lean_object* x_82; +x_82 = lean_ctor_get(x_76, 0); +lean_dec(x_82); +return x_76; +} +else +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_76, 1); +lean_inc(x_83); +lean_dec(x_76); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_77); +lean_ctor_set(x_84, 1, x_83); +return x_84; +} +} +} +else +{ +uint8_t x_85; +lean_dec(x_71); +lean_dec(x_70); +lean_dec(x_1); +x_85 = !lean_is_exclusive(x_72); +if (x_85 == 0) +{ +lean_object* x_86; +x_86 = lean_ctor_get(x_72, 0); +lean_dec(x_86); +return x_72; +} +else +{ +lean_object* x_87; lean_object* x_88; +x_87 = lean_ctor_get(x_72, 1); +lean_inc(x_87); +lean_dec(x_72); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_73); +lean_ctor_set(x_88, 1, x_87); +return x_88; +} +} +} +case 10: +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_2, 1); +lean_inc(x_89); +lean_dec(x_2); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_89, x_3); +return x_90; +} +case 11: +{ +lean_object* x_91; lean_object* x_92; +x_91 = lean_ctor_get(x_2, 2); +lean_inc(x_91); +lean_dec(x_2); +x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_91, x_3); +return x_92; +} +default: +{ +uint8_t x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_2); +lean_dec(x_1); +x_93 = 0; +x_94 = lean_box(x_93); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_3); +return x_95; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__24___at_Lean_Meta_getFVarSetToGeneralize___spec__32(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__36(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__39(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +lean_inc(x_2); +lean_inc(x_1); +x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +lean_dec(x_2); +lean_dec(x_1); +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +lean_dec(x_2); +lean_dec(x_1); +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__40(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38(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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__40(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__41(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__41(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +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 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_5); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; lean_object* x_8; lean_object* x_9; +x_7 = 0; +x_8 = lean_box(x_7); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_4); +return x_9; +} +else +{ +uint8_t x_10; lean_object* x_11; lean_object* x_12; +lean_dec(x_6); +x_10 = 1; +x_11 = lean_box(x_10); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_4); +return x_12; +} +} +case 2: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +lean_inc(x_13); +x_14 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_13, x_4); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +x_16 = !lean_is_exclusive(x_14); +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_object* x_24; +x_17 = lean_ctor_get(x_14, 1); +x_18 = lean_ctor_get(x_14, 0); +lean_dec(x_18); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = l_Lean_MetavarContext_getDecl(x_19, x_13); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37(x_1, x_2, x_22); +x_24 = lean_box(x_23); +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; uint8_t x_30; lean_object* x_31; lean_object* x_32; +x_25 = lean_ctor_get(x_14, 1); +lean_inc(x_25); +lean_dec(x_14); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_13); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37(x_1, x_2, x_29); +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_25); +return x_32; +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_13); +x_33 = lean_ctor_get(x_14, 1); +lean_inc(x_33); +lean_dec(x_14); +x_34 = lean_ctor_get(x_15, 0); +lean_inc(x_34); +lean_dec(x_15); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_34, x_33); +return x_35; +} +} +case 5: +{ +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_3); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__36(x_1, x_2, x_3, x_4); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +lean_inc(x_3); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +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_Expr_getAppFn(x_40); +x_43 = lean_expr_eqv(x_42, x_36); +lean_dec(x_36); +lean_dec(x_42); +if (x_43 == 0) +{ +lean_dec(x_3); +x_3 = x_40; +x_4 = x_41; +goto _start; +} +else +{ +lean_object* x_45; +lean_dec(x_40); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__36(x_1, x_2, x_3, x_41); +return x_45; +} +} +} +case 6: +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_46 = lean_ctor_get(x_3, 1); +lean_inc(x_46); +x_47 = lean_ctor_get(x_3, 2); +lean_inc(x_47); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_46, x_4); +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +lean_dec(x_49); +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_47, x_51); +return x_52; +} +else +{ +uint8_t x_53; +lean_dec(x_47); +lean_dec(x_2); +lean_dec(x_1); +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) +{ +lean_object* x_54; +x_54 = lean_ctor_get(x_48, 0); +lean_dec(x_54); +return x_48; +} +else +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_48, 1); +lean_inc(x_55); +lean_dec(x_48); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_49); +lean_ctor_set(x_56, 1, x_55); +return x_56; +} +} +} +case 7: +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); +lean_dec(x_2); +lean_dec(x_1); +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +case 8: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +x_70 = lean_ctor_get(x_3, 3); +lean_inc(x_70); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_68, x_4); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +lean_inc(x_2); +lean_inc(x_1); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_69, x_74); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_unbox(x_76); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; +lean_dec(x_76); +x_78 = lean_ctor_get(x_75, 1); +lean_inc(x_78); +lean_dec(x_75); +x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_70, x_78); +return x_79; +} +else +{ +uint8_t x_80; +lean_dec(x_70); +lean_dec(x_2); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_75); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_75, 0); +lean_dec(x_81); +return x_75; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_75, 1); +lean_inc(x_82); +lean_dec(x_75); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_76); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +else +{ +uint8_t x_84; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_2); +lean_dec(x_1); +x_84 = !lean_is_exclusive(x_71); +if (x_84 == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_71, 0); +lean_dec(x_85); +return x_71; +} +else +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_71, 1); +lean_inc(x_86); +lean_dec(x_71); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_72); +lean_ctor_set(x_87, 1, x_86); +return x_87; +} +} +} +case 10: +{ +lean_object* x_88; lean_object* x_89; +x_88 = lean_ctor_get(x_3, 1); +lean_inc(x_88); +lean_dec(x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_88, x_4); +return x_89; +} +case 11: +{ +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_3, 2); +lean_inc(x_90); +lean_dec(x_3); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_90, x_4); +return x_91; +} +default: +{ +uint8_t x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_92 = 0; +x_93 = lean_box(x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_4); +return x_94; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; +} +else +{ +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; +} +} +else +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__35(x_1, x_2, x_3, x_16); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__44(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__47(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +lean_inc(x_2); +lean_inc(x_1); +x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +lean_dec(x_2); +lean_dec(x_1); +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +lean_dec(x_2); +lean_dec(x_1); +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__48(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46(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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__48(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__49(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__49(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +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 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_5); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; lean_object* x_8; lean_object* x_9; +x_7 = 0; +x_8 = lean_box(x_7); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_4); +return x_9; +} +else +{ +uint8_t x_10; lean_object* x_11; lean_object* x_12; +lean_dec(x_6); +x_10 = 1; +x_11 = lean_box(x_10); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_4); +return x_12; +} +} +case 2: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +lean_inc(x_13); +x_14 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_13, x_4); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +x_16 = !lean_is_exclusive(x_14); +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_object* x_24; +x_17 = lean_ctor_get(x_14, 1); +x_18 = lean_ctor_get(x_14, 0); +lean_dec(x_18); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = l_Lean_MetavarContext_getDecl(x_19, x_13); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45(x_1, x_2, x_22); +x_24 = lean_box(x_23); +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; uint8_t x_30; lean_object* x_31; lean_object* x_32; +x_25 = lean_ctor_get(x_14, 1); +lean_inc(x_25); +lean_dec(x_14); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_13); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45(x_1, x_2, x_29); +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_25); +return x_32; +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_13); +x_33 = lean_ctor_get(x_14, 1); +lean_inc(x_33); +lean_dec(x_14); +x_34 = lean_ctor_get(x_15, 0); +lean_inc(x_34); +lean_dec(x_15); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_34, x_33); +return x_35; +} +} +case 5: +{ +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_3); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__44(x_1, x_2, x_3, x_4); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +lean_inc(x_3); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +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_Expr_getAppFn(x_40); +x_43 = lean_expr_eqv(x_42, x_36); +lean_dec(x_36); +lean_dec(x_42); +if (x_43 == 0) +{ +lean_dec(x_3); +x_3 = x_40; +x_4 = x_41; +goto _start; +} +else +{ +lean_object* x_45; +lean_dec(x_40); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__44(x_1, x_2, x_3, x_41); +return x_45; +} +} +} +case 6: +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_46 = lean_ctor_get(x_3, 1); +lean_inc(x_46); +x_47 = lean_ctor_get(x_3, 2); +lean_inc(x_47); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_46, x_4); +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +lean_dec(x_49); +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_47, x_51); +return x_52; +} +else +{ +uint8_t x_53; +lean_dec(x_47); +lean_dec(x_2); +lean_dec(x_1); +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) +{ +lean_object* x_54; +x_54 = lean_ctor_get(x_48, 0); +lean_dec(x_54); +return x_48; +} +else +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_48, 1); +lean_inc(x_55); +lean_dec(x_48); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_49); +lean_ctor_set(x_56, 1, x_55); +return x_56; +} +} +} +case 7: +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); +lean_dec(x_2); +lean_dec(x_1); +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +case 8: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +x_70 = lean_ctor_get(x_3, 3); +lean_inc(x_70); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_68, x_4); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +lean_inc(x_2); +lean_inc(x_1); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_69, x_74); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_unbox(x_76); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; +lean_dec(x_76); +x_78 = lean_ctor_get(x_75, 1); +lean_inc(x_78); +lean_dec(x_75); +x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_70, x_78); +return x_79; +} +else +{ +uint8_t x_80; +lean_dec(x_70); +lean_dec(x_2); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_75); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_75, 0); +lean_dec(x_81); +return x_75; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_75, 1); +lean_inc(x_82); +lean_dec(x_75); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_76); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +else +{ +uint8_t x_84; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_2); +lean_dec(x_1); +x_84 = !lean_is_exclusive(x_71); +if (x_84 == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_71, 0); +lean_dec(x_85); +return x_71; +} +else +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_71, 1); +lean_inc(x_86); +lean_dec(x_71); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_72); +lean_ctor_set(x_87, 1, x_86); +return x_87; +} +} +} +case 10: +{ +lean_object* x_88; lean_object* x_89; +x_88 = lean_ctor_get(x_3, 1); +lean_inc(x_88); +lean_dec(x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_88, x_4); +return x_89; +} +case 11: +{ +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_3, 2); +lean_inc(x_90); +lean_dec(x_3); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_90, x_4); +return x_91; +} +default: +{ +uint8_t x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_92 = 0; +x_93 = lean_box(x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_4); +return x_94; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; +} +else +{ +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; +} +} +else +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__43(x_1, x_2, x_3, x_16); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__55(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +lean_inc(x_2); +lean_inc(x_1); +x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +lean_dec(x_2); +lean_dec(x_1); +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +lean_dec(x_2); +lean_dec(x_1); +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__56(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__55(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__56(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__57(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__57(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +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 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_5); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; lean_object* x_8; lean_object* x_9; +x_7 = 0; +x_8 = lean_box(x_7); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_4); +return x_9; +} +else +{ +uint8_t x_10; lean_object* x_11; lean_object* x_12; +lean_dec(x_6); +x_10 = 1; +x_11 = lean_box(x_10); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_4); +return x_12; +} +} +case 2: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +lean_inc(x_13); +x_14 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_13, x_4); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +x_16 = !lean_is_exclusive(x_14); +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_object* x_24; +x_17 = lean_ctor_get(x_14, 1); +x_18 = lean_ctor_get(x_14, 0); +lean_dec(x_18); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = l_Lean_MetavarContext_getDecl(x_19, x_13); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(x_1, x_2, x_22); +x_24 = lean_box(x_23); +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; uint8_t x_30; lean_object* x_31; lean_object* x_32; +x_25 = lean_ctor_get(x_14, 1); +lean_inc(x_25); +lean_dec(x_14); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_13); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(x_1, x_2, x_29); +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_25); +return x_32; +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_13); +x_33 = lean_ctor_get(x_14, 1); +lean_inc(x_33); +lean_dec(x_14); +x_34 = lean_ctor_get(x_15, 0); +lean_inc(x_34); +lean_dec(x_15); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_34, x_33); +return x_35; +} +} +case 5: +{ +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_3); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(x_1, x_2, x_3, x_4); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +lean_inc(x_3); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +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_Expr_getAppFn(x_40); +x_43 = lean_expr_eqv(x_42, x_36); +lean_dec(x_36); +lean_dec(x_42); +if (x_43 == 0) +{ +lean_dec(x_3); +x_3 = x_40; +x_4 = x_41; +goto _start; +} +else +{ +lean_object* x_45; +lean_dec(x_40); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(x_1, x_2, x_3, x_41); +return x_45; +} +} +} +case 6: +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_46 = lean_ctor_get(x_3, 1); +lean_inc(x_46); +x_47 = lean_ctor_get(x_3, 2); +lean_inc(x_47); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_46, x_4); +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +lean_dec(x_49); +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_47, x_51); +return x_52; +} +else +{ +uint8_t x_53; +lean_dec(x_47); +lean_dec(x_2); +lean_dec(x_1); +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) +{ +lean_object* x_54; +x_54 = lean_ctor_get(x_48, 0); +lean_dec(x_54); +return x_48; +} +else +{ +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_48, 1); +lean_inc(x_55); +lean_dec(x_48); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_49); +lean_ctor_set(x_56, 1, x_55); +return x_56; +} +} +} +case 7: +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); +lean_dec(x_2); +lean_dec(x_1); +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +case 8: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +x_70 = lean_ctor_get(x_3, 3); +lean_inc(x_70); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_68, x_4); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +lean_inc(x_2); +lean_inc(x_1); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_69, x_74); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_unbox(x_76); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; +lean_dec(x_76); +x_78 = lean_ctor_get(x_75, 1); +lean_inc(x_78); +lean_dec(x_75); +x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_70, x_78); +return x_79; +} +else +{ +uint8_t x_80; +lean_dec(x_70); +lean_dec(x_2); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_75); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_75, 0); +lean_dec(x_81); +return x_75; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_75, 1); +lean_inc(x_82); +lean_dec(x_75); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_76); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +else +{ +uint8_t x_84; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_2); +lean_dec(x_1); +x_84 = !lean_is_exclusive(x_71); +if (x_84 == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_71, 0); +lean_dec(x_85); +return x_71; +} +else +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_71, 1); +lean_inc(x_86); +lean_dec(x_71); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_72); +lean_ctor_set(x_87, 1, x_86); +return x_87; +} +} +} +case 10: +{ +lean_object* x_88; lean_object* x_89; +x_88 = lean_ctor_get(x_3, 1); +lean_inc(x_88); +lean_dec(x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_88, x_4); +return x_89; +} +case 11: +{ +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_3, 2); +lean_inc(x_90); +lean_dec(x_3); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_90, x_4); +return x_91; +} +default: +{ +uint8_t x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_92 = 0; +x_93 = lean_box(x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_4); +return x_94; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; +} +else +{ +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; +} +} +else +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51(x_1, x_2, x_3, x_16); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__63(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +lean_inc(x_2); +lean_inc(x_1); +x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +lean_dec(x_2); +lean_dec(x_1); +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +lean_dec(x_2); +lean_dec(x_1); +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__64(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__63(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_2); +lean_dec(x_1); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__64(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__65(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; +x_7 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_7) == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_4, x_8); +x_4 = x_9; +goto _start; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_7, 0); +lean_inc(x_11); +lean_dec(x_7); +x_12 = l_Lean_LocalDecl_fvarId(x_11); +lean_dec(x_11); +lean_inc(x_2); +lean_inc(x_1); +x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); +if (lean_obj_tag(x_13) == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_4, x_14); +x_4 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_13); +lean_dec(x_2); +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_2); +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_inc(x_2); +lean_inc(x_1); +x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__65(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +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 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_5); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; lean_object* x_8; lean_object* x_9; +x_7 = 0; +x_8 = lean_box(x_7); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_4); +return x_9; +} +else +{ +uint8_t x_10; lean_object* x_11; lean_object* x_12; +lean_dec(x_6); +x_10 = 1; +x_11 = lean_box(x_10); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_4); +return x_12; +} +} +case 2: +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +lean_inc(x_13); +x_14 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_13, x_4); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +if (lean_obj_tag(x_15) == 0) +{ +uint8_t x_16; +x_16 = !lean_is_exclusive(x_14); +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_object* x_24; +x_17 = lean_ctor_get(x_14, 1); +x_18 = lean_ctor_get(x_14, 0); +lean_dec(x_18); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = l_Lean_MetavarContext_getDecl(x_19, x_13); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_1, x_2, x_22); +x_24 = lean_box(x_23); +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; uint8_t x_30; lean_object* x_31; lean_object* x_32; +x_25 = lean_ctor_get(x_14, 1); +lean_inc(x_25); +lean_dec(x_14); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_13); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_1, x_2, x_29); +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_25); +return x_32; +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_13); +x_33 = lean_ctor_get(x_14, 1); +lean_inc(x_33); +lean_dec(x_14); +x_34 = lean_ctor_get(x_15, 0); +lean_inc(x_34); +lean_dec(x_15); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_34, x_33); +return x_35; +} +} +case 5: +{ +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_3); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60(x_1, x_2, x_3, x_4); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; +lean_inc(x_3); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +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_Expr_getAppFn(x_40); +x_43 = lean_expr_eqv(x_42, x_36); +lean_dec(x_36); +lean_dec(x_42); +if (x_43 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_4 = lean_ctor_get(x_3, 0); -lean_inc(x_4); lean_dec(x_3); -x_5 = lean_array_get_size(x_4); -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_nat_dec_lt(x_6, x_5); -if (x_7 == 0) +x_3 = x_40; +x_4 = x_41; +goto _start; +} +else { -uint8_t x_8; -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_45; +lean_dec(x_40); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60(x_1, x_2, x_3, x_41); +return x_45; +} +} +} +case 6: +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_46 = lean_ctor_get(x_3, 1); +lean_inc(x_46); +x_47 = lean_ctor_get(x_3, 2); +lean_inc(x_47); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_46, x_4); +x_49 = lean_ctor_get(x_48, 0); +lean_inc(x_49); +x_50 = lean_unbox(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +lean_dec(x_49); +x_51 = lean_ctor_get(x_48, 1); +lean_inc(x_51); +lean_dec(x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_47, x_51); +return x_52; +} +else +{ +uint8_t x_53; +lean_dec(x_47); lean_dec(x_2); lean_dec(x_1); -x_8 = 0; -return x_8; +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) +{ +lean_object* x_54; +x_54 = lean_ctor_get(x_48, 0); +lean_dec(x_54); +return x_48; } else { -uint8_t x_9; -x_9 = lean_nat_dec_le(x_5, x_5); -if (x_9 == 0) +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_48, 1); +lean_inc(x_55); +lean_dec(x_48); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_49); +lean_ctor_set(x_56, 1, x_55); +return x_56; +} +} +} +case 7: { -uint8_t x_10; -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); lean_dec(x_2); lean_dec(x_1); -x_10 = 0; -return x_10; +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; } else { -size_t x_11; size_t x_12; uint8_t x_13; -x_11 = 0; -x_12 = lean_usize_of_nat(x_5); -lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__36(x_1, x_2, x_4, x_11, x_12); -lean_dec(x_4); -return x_13; +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; } } } -else +case 8: { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = lean_ctor_get(x_3, 0); -lean_inc(x_14); +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +x_70 = lean_ctor_get(x_3, 3); +lean_inc(x_70); lean_dec(x_3); -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_inc(x_2); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_68, x_4); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +lean_inc(x_2); +lean_inc(x_1); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_69, x_74); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_unbox(x_76); +if (x_77 == 0) +{ +lean_object* x_78; lean_object* x_79; +lean_dec(x_76); +x_78 = lean_ctor_get(x_75, 1); +lean_inc(x_78); +lean_dec(x_75); +x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_70, x_78); +return x_79; +} +else +{ +uint8_t x_80; +lean_dec(x_70); +lean_dec(x_2); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_75); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_75, 0); +lean_dec(x_81); +return x_75; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_75, 1); +lean_inc(x_82); +lean_dec(x_75); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_76); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +else +{ +uint8_t x_84; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_2); +lean_dec(x_1); +x_84 = !lean_is_exclusive(x_71); +if (x_84 == 0) +{ +lean_object* x_85; +x_85 = lean_ctor_get(x_71, 0); +lean_dec(x_85); +return x_71; +} +else +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_71, 1); +lean_inc(x_86); +lean_dec(x_71); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_72); +lean_ctor_set(x_87, 1, x_86); +return x_87; +} +} +} +case 10: { -uint8_t x_18; -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_2); -lean_dec(x_1); -x_18 = 0; -return x_18; +lean_object* x_88; lean_object* x_89; +x_88 = lean_ctor_get(x_3, 1); +lean_inc(x_88); +lean_dec(x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_88, x_4); +return x_89; } -else +case 11: { -uint8_t x_19; -x_19 = lean_nat_dec_le(x_15, x_15); -if (x_19 == 0) +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_3, 2); +lean_inc(x_90); +lean_dec(x_3); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_90, x_4); +return x_91; +} +default: { -uint8_t x_20; -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_20 = 0; -return x_20; -} -else -{ -size_t x_21; size_t x_22; uint8_t x_23; -x_21 = 0; -x_22 = lean_usize_of_nat(x_15); -lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__37(x_1, x_2, x_14, x_21, x_22); -lean_dec(x_14); -return x_23; -} +x_92 = 0; +x_93 = lean_box(x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_4); +return x_94; } } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__38(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) -{ -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) -{ -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; -} -else +lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -lean_inc(x_2); -lean_inc(x_1); -x_13 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_12); -if (lean_obj_tag(x_13) == 0) +uint8_t x_8; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_4, x_14); -x_4 = x_15; -goto _start; +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; } else { -uint8_t x_17; -lean_dec(x_13); -lean_dec(x_2); -lean_dec(x_1); -x_17 = 1; -return x_17; -} +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; } } else { -uint8_t x_18; -lean_dec(x_2); -lean_dec(x_1); -x_18 = 0; -return x_18; +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__59(x_1, x_2, x_3, x_16); +return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60___at_Lean_Meta_getFVarSetToGeneralize___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; uint8_t x_5; -x_4 = lean_ctor_get(x_3, 0); +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); lean_inc(x_4); -lean_inc(x_2); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); lean_inc(x_1); -x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35(x_1, x_2, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_6 = lean_ctor_get(x_3, 1); -lean_inc(x_6); -lean_dec(x_3); -x_7 = lean_array_get_size(x_6); -x_8 = lean_unsigned_to_nat(0u); -x_9 = lean_nat_dec_lt(x_8, x_7); -if (x_9 == 0) +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60___at_Lean_Meta_getFVarSetToGeneralize___spec__68(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -uint8_t x_10; +lean_object* x_9; lean_object* x_10; lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_10 = 0; +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_5, x_9); return x_10; } else { uint8_t x_11; -x_11 = lean_nat_dec_le(x_7, x_7); +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); if (x_11 == 0) { -uint8_t x_12; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_12 = 0; -return x_12; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -size_t x_13; size_t x_14; uint8_t x_15; -x_13 = 0; -x_14 = lean_usize_of_nat(x_7); -lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__38(x_1, x_2, x_6, x_13, x_14); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); lean_dec(x_6); -return x_15; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } else { -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_5; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__59___at_Lean_Meta_getFVarSetToGeneralize___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -switch (lean_obj_tag(x_3)) { +switch (lean_obj_tag(x_2)) { case 1: { -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 = l_Lean_RBNode_findCore___rarg(x_1, x_2, x_5); -if (lean_obj_tag(x_6) == 0) +lean_object* x_4; lean_object* x_5; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_4); +lean_dec(x_4); +lean_dec(x_1); +if (lean_obj_tag(x_5) == 0) { -uint8_t x_7; lean_object* x_8; lean_object* x_9; -x_7 = 0; -x_8 = lean_box(x_7); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_4); -return x_9; +uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_6 = 0; +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; } else { -uint8_t x_10; lean_object* x_11; lean_object* x_12; -lean_dec(x_6); -x_10 = 1; -x_11 = lean_box(x_10); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_11); -lean_ctor_set(x_12, 1, x_4); -return x_12; +uint8_t x_9; lean_object* x_10; lean_object* x_11; +lean_dec(x_5); +x_9 = 1; +x_10 = lean_box(x_9); +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; } } case 2: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_3, 0); -lean_inc(x_13); -lean_dec(x_3); -lean_inc(x_13); -x_14 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_13, x_4); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -if (lean_obj_tag(x_15) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_14); -if (x_16 == 0) +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +lean_dec(x_2); +lean_inc(x_12); +x_13 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_12, x_3); +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +if (lean_obj_tag(x_14) == 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_object* x_24; -x_17 = lean_ctor_get(x_14, 1); -x_18 = lean_ctor_get(x_14, 0); -lean_dec(x_18); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -x_20 = l_Lean_MetavarContext_getDecl(x_19, x_13); +uint8_t x_15; +x_15 = !lean_is_exclusive(x_13); +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; uint8_t x_23; lean_object* x_24; +x_16 = lean_ctor_get(x_13, 1); +x_17 = lean_ctor_get(x_13, 0); +lean_dec(x_17); +x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_18); +x_19 = l_Lean_MetavarContext_getDecl(x_18, x_12); +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +lean_dec(x_19); x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_22); +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_22, x_1, x_21); x_24 = lean_box(x_23); -lean_ctor_set(x_14, 0, x_24); -return x_14; +lean_ctor_set(x_13, 0, x_24); +return x_13; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; -x_25 = lean_ctor_get(x_14, 1); +lean_object* x_25; 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; +x_25 = lean_ctor_get(x_13, 1); lean_inc(x_25); -lean_dec(x_14); +lean_dec(x_13); x_26 = lean_ctor_get(x_25, 1); lean_inc(x_26); -x_27 = l_Lean_MetavarContext_getDecl(x_26, x_13); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_12); x_28 = lean_ctor_get(x_27, 1); lean_inc(x_28); lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_29); -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_25); -return x_32; +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; +x_31 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_30, x_1, x_29); +x_32 = lean_box(x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_25); +return x_33; } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +lean_dec(x_12); +x_34 = lean_ctor_get(x_13, 1); +lean_inc(x_34); lean_dec(x_13); -x_33 = lean_ctor_get(x_14, 1); -lean_inc(x_33); +x_35 = lean_ctor_get(x_14, 0); +lean_inc(x_35); lean_dec(x_14); -x_34 = lean_ctor_get(x_15, 0); -lean_inc(x_34); -lean_dec(x_15); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_34, x_33); -return x_35; +x_36 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_35, x_34); +return x_36; } } case 5: { -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_3); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) +lean_object* x_37; uint8_t x_38; +x_37 = l_Lean_Expr_getAppFn(x_2); +x_38 = l_Lean_Expr_isMVar(x_37); +if (x_38 == 0) { -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__33(x_1, x_2, x_3, x_4); -return x_38; +lean_object* x_39; +lean_dec(x_37); +x_39 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60___at_Lean_Meta_getFVarSetToGeneralize___spec__68(x_1, x_2, x_3); +return x_39; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; -lean_inc(x_3); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -x_41 = lean_ctor_get(x_39, 1); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +lean_inc(x_2); +x_40 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_41 = lean_ctor_get(x_40, 0); lean_inc(x_41); -lean_dec(x_39); -x_42 = l_Lean_Expr_getAppFn(x_40); -x_43 = lean_expr_eqv(x_42, x_36); -lean_dec(x_36); -lean_dec(x_42); -if (x_43 == 0) +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_37); +lean_dec(x_37); +lean_dec(x_43); +if (x_44 == 0) { -lean_dec(x_3); -x_3 = x_40; -x_4 = x_41; +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } else { -lean_object* x_45; -lean_dec(x_40); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__33(x_1, x_2, x_3, x_41); -return x_45; +lean_object* x_46; +lean_dec(x_41); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__60___at_Lean_Meta_getFVarSetToGeneralize___spec__68(x_1, x_2, x_42); +return x_46; } } } case 6: { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_46 = lean_ctor_get(x_3, 1); -lean_inc(x_46); -x_47 = lean_ctor_get(x_3, 2); +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_47 = lean_ctor_get(x_2, 1); lean_inc(x_47); -lean_dec(x_3); -lean_inc(x_2); +x_48 = lean_ctor_get(x_2, 2); +lean_inc(x_48); +lean_dec(x_2); lean_inc(x_1); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_46, x_4); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_unbox(x_49); -if (x_50 == 0) +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_47, x_3); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_unbox(x_50); +if (x_51 == 0) { -lean_object* x_51; lean_object* x_52; +lean_object* x_52; lean_object* x_53; +lean_dec(x_50); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); lean_dec(x_49); -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); -lean_dec(x_48); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_47, x_51); -return x_52; +x_53 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_48, x_52); +return x_53; } else { -uint8_t x_53; -lean_dec(x_47); -lean_dec(x_2); +uint8_t x_54; +lean_dec(x_48); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_48); -if (x_53 == 0) +x_54 = !lean_is_exclusive(x_49); +if (x_54 == 0) { -lean_object* x_54; -x_54 = lean_ctor_get(x_48, 0); -lean_dec(x_54); -return x_48; +lean_object* x_55; +x_55 = lean_ctor_get(x_49, 0); +lean_dec(x_55); +return x_49; } else { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_48, 1); -lean_inc(x_55); -lean_dec(x_48); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_49); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_49, 1); +lean_inc(x_56); +lean_dec(x_49); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_50); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } case 7: { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; -x_57 = lean_ctor_get(x_3, 1); -lean_inc(x_57); -x_58 = lean_ctor_get(x_3, 2); +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_58 = lean_ctor_get(x_2, 1); lean_inc(x_58); -lean_dec(x_3); -lean_inc(x_2); +x_59 = lean_ctor_get(x_2, 2); +lean_inc(x_59); +lean_dec(x_2); lean_inc(x_1); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_57, x_4); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_unbox(x_60); -if (x_61 == 0) +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_58, x_3); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_unbox(x_61); +if (x_62 == 0) { -lean_object* x_62; lean_object* x_63; +lean_object* x_63; lean_object* x_64; +lean_dec(x_61); +x_63 = lean_ctor_get(x_60, 1); +lean_inc(x_63); lean_dec(x_60); -x_62 = lean_ctor_get(x_59, 1); -lean_inc(x_62); -lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_58, x_62); -return x_63; +x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_59, x_63); +return x_64; } else { -uint8_t x_64; -lean_dec(x_58); -lean_dec(x_2); +uint8_t x_65; +lean_dec(x_59); lean_dec(x_1); -x_64 = !lean_is_exclusive(x_59); -if (x_64 == 0) +x_65 = !lean_is_exclusive(x_60); +if (x_65 == 0) { -lean_object* x_65; -x_65 = lean_ctor_get(x_59, 0); -lean_dec(x_65); -return x_59; +lean_object* x_66; +x_66 = lean_ctor_get(x_60, 0); +lean_dec(x_66); +return x_60; } else { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_59, 1); -lean_inc(x_66); -lean_dec(x_59); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_60); -lean_ctor_set(x_67, 1, x_66); -return x_67; +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_60, 1); +lean_inc(x_67); +lean_dec(x_60); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_61); +lean_ctor_set(x_68, 1, x_67); +return x_68; } } } case 8: { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_68 = lean_ctor_get(x_3, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_3, 2); +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_69 = lean_ctor_get(x_2, 1); lean_inc(x_69); -x_70 = lean_ctor_get(x_3, 3); +x_70 = lean_ctor_get(x_2, 2); lean_inc(x_70); -lean_dec(x_3); -lean_inc(x_2); +x_71 = lean_ctor_get(x_2, 3); +lean_inc(x_71); +lean_dec(x_2); lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_68, x_4); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) +x_72 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_69, x_3); +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_unbox(x_73); +if (x_74 == 0) { -lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; +lean_dec(x_73); +x_75 = lean_ctor_get(x_72, 1); +lean_inc(x_75); lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -lean_inc(x_2); lean_inc(x_1); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_69, x_74); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_unbox(x_76); -if (x_77 == 0) +x_76 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_70, x_75); +x_77 = lean_ctor_get(x_76, 0); +lean_inc(x_77); +x_78 = lean_unbox(x_77); +if (x_78 == 0) { -lean_object* x_78; lean_object* x_79; +lean_object* x_79; lean_object* x_80; +lean_dec(x_77); +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); lean_dec(x_76); -x_78 = lean_ctor_get(x_75, 1); -lean_inc(x_78); -lean_dec(x_75); -x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_70, x_78); -return x_79; +x_80 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_71, x_79); +return x_80; } else { -uint8_t x_80; -lean_dec(x_70); -lean_dec(x_2); +uint8_t x_81; +lean_dec(x_71); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_75); -if (x_80 == 0) +x_81 = !lean_is_exclusive(x_76); +if (x_81 == 0) { -lean_object* x_81; -x_81 = lean_ctor_get(x_75, 0); -lean_dec(x_81); -return x_75; +lean_object* x_82; +x_82 = lean_ctor_get(x_76, 0); +lean_dec(x_82); +return x_76; } else { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_75, 1); -lean_inc(x_82); -lean_dec(x_75); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_76); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_76, 1); +lean_inc(x_83); +lean_dec(x_76); +x_84 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_84, 0, x_77); +lean_ctor_set(x_84, 1, x_83); +return x_84; } } } else { -uint8_t x_84; +uint8_t x_85; +lean_dec(x_71); lean_dec(x_70); -lean_dec(x_69); -lean_dec(x_2); lean_dec(x_1); -x_84 = !lean_is_exclusive(x_71); -if (x_84 == 0) +x_85 = !lean_is_exclusive(x_72); +if (x_85 == 0) { -lean_object* x_85; -x_85 = lean_ctor_get(x_71, 0); -lean_dec(x_85); -return x_71; +lean_object* x_86; +x_86 = lean_ctor_get(x_72, 0); +lean_dec(x_86); +return x_72; } else { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_71, 1); -lean_inc(x_86); -lean_dec(x_71); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_72); -lean_ctor_set(x_87, 1, x_86); -return x_87; +lean_object* x_87; lean_object* x_88; +x_87 = lean_ctor_get(x_72, 1); +lean_inc(x_87); +lean_dec(x_72); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_73); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } case 10: { -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_3, 1); -lean_inc(x_88); -lean_dec(x_3); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_88, x_4); -return x_89; +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_2, 1); +lean_inc(x_89); +lean_dec(x_2); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_89, x_3); +return x_90; } case 11: { -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_3, 2); -lean_inc(x_90); -lean_dec(x_3); -x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_1, x_2, x_90, x_4); -return x_91; +lean_object* x_91; lean_object* x_92; +x_91 = lean_ctor_get(x_2, 2); +lean_inc(x_91); +lean_dec(x_2); +x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_91, x_3); +return x_92; } default: { -uint8_t x_92; lean_object* x_93; lean_object* x_94; -lean_dec(x_3); +uint8_t x_93; lean_object* x_94; lean_object* x_95; lean_dec(x_2); lean_dec(x_1); -x_92 = 0; -x_93 = lean_box(x_92); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_4); -return x_94; +x_93 = 0; +x_94 = lean_box(x_93); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_3); +return x_95; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__58___at_Lean_Meta_getFVarSetToGeneralize___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -lean_inc(x_3); -x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -x_7 = lean_unbox(x_6); -lean_dec(x_6); -if (x_7 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -uint8_t x_8; -lean_dec(x_3); +uint8_t x_7; lean_dec(x_2); lean_dec(x_1); -x_8 = !lean_is_exclusive(x_5); -if (x_8 == 0) +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_9; uint8_t x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = 0; -x_11 = lean_box(x_10); -lean_ctor_set(x_5, 0, x_11); -return x_5; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_5, 1); -lean_inc(x_12); -lean_dec(x_5); -x_13 = 0; -x_14 = lean_box(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_12); -return x_15; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_5, 1); -lean_inc(x_16); -lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__32(x_1, x_2, x_3, x_16); -return x_17; +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__59___at_Lean_Meta_getFVarSetToGeneralize___spec__67(x_1, x_2, x_15); +return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -5250,7 +8662,7 @@ lean_inc(x_6); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -5261,7 +8673,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_6, x_10); return x_11; } else @@ -5294,12 +8706,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__74(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -5310,7 +8722,7 @@ lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); lean_inc(x_2); lean_inc(x_1); -x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -5338,7 +8750,7 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__75(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -5395,7 +8807,7 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -5437,7 +8849,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__44(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__74(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -5482,7 +8894,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__45(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__75(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -5490,7 +8902,7 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__46(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__76(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -5547,7 +8959,7 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -5555,7 +8967,7 @@ x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -5595,7 +9007,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__46(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__76(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -5610,7 +9022,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__40(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__70(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -5672,7 +9084,7 @@ lean_dec(x_20); x_22 = lean_ctor_get(x_21, 1); lean_inc(x_22); lean_dec(x_21); -x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_22); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_1, x_2, x_22); x_24 = lean_box(x_23); lean_ctor_set(x_14, 0, x_24); return x_14; @@ -5692,7 +9104,7 @@ lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_29); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_1, x_2, x_29); x_31 = lean_box(x_30); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_31); @@ -5710,7 +9122,7 @@ lean_dec(x_14); x_34 = lean_ctor_get(x_15, 0); lean_inc(x_34); lean_dec(x_15); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_34, x_33); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_34, x_33); return x_35; } } @@ -5723,7 +9135,7 @@ if (x_37 == 0) { lean_object* x_38; lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41(x_1, x_2, x_3, x_4); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71(x_1, x_2, x_3, x_4); return x_38; } else @@ -5751,7 +9163,7 @@ else { lean_object* x_45; lean_dec(x_40); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41(x_1, x_2, x_3, x_41); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71(x_1, x_2, x_3, x_41); return x_45; } } @@ -5766,7 +9178,7 @@ lean_inc(x_47); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_46, x_4); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_46, x_4); x_49 = lean_ctor_get(x_48, 0); lean_inc(x_49); x_50 = lean_unbox(x_49); @@ -5777,7 +9189,7 @@ lean_dec(x_49); x_51 = lean_ctor_get(x_48, 1); lean_inc(x_51); lean_dec(x_48); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_47, x_51); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_47, x_51); return x_52; } else @@ -5817,7 +9229,7 @@ lean_inc(x_58); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -5828,7 +9240,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_58, x_62); return x_63; } else @@ -5870,7 +9282,7 @@ lean_inc(x_70); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_68, x_4); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_68, x_4); x_72 = lean_ctor_get(x_71, 0); lean_inc(x_72); x_73 = lean_unbox(x_72); @@ -5883,7 +9295,7 @@ lean_inc(x_74); lean_dec(x_71); lean_inc(x_2); lean_inc(x_1); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_69, x_74); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_69, x_74); x_76 = lean_ctor_get(x_75, 0); lean_inc(x_76); x_77 = lean_unbox(x_76); @@ -5894,7 +9306,7 @@ lean_dec(x_76); x_78 = lean_ctor_get(x_75, 1); lean_inc(x_78); lean_dec(x_75); -x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_70, x_78); +x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_70, x_78); return x_79; } else @@ -5958,7 +9370,7 @@ lean_object* x_88; lean_object* x_89; x_88 = lean_ctor_get(x_3, 1); lean_inc(x_88); lean_dec(x_3); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_88, x_4); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_88, x_4); return x_89; } case 11: @@ -5967,7 +9379,7 @@ lean_object* x_90; lean_object* x_91; x_90 = lean_ctor_get(x_3, 2); lean_inc(x_90); lean_dec(x_3); -x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_90, x_4); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_90, x_4); return x_91; } default: @@ -5986,7 +9398,7 @@ return x_94; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69(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; @@ -6033,12 +9445,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__40(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__70(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41___at_Lean_Meta_getFVarSetToGeneralize___spec__49(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71___at_Lean_Meta_getFVarSetToGeneralize___spec__79(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -6050,7 +9462,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41___at_Lean_Meta_getFVarSetToGeneralize___spec__49(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71___at_Lean_Meta_getFVarSetToGeneralize___spec__79(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -6061,7 +9473,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_5, x_9); return x_10; } else @@ -6093,12 +9505,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__40___at_Lean_Meta_getFVarSetToGeneralize___spec__48(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__70___at_Lean_Meta_getFVarSetToGeneralize___spec__78(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -6163,7 +9575,7 @@ x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; -x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_22, x_1, x_21); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_22, x_1, x_21); x_24 = lean_box(x_23); lean_ctor_set(x_13, 0, x_24); return x_13; @@ -6184,7 +9596,7 @@ x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; -x_31 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_30, x_1, x_29); +x_31 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_30, x_1, x_29); x_32 = lean_box(x_31); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); @@ -6202,7 +9614,7 @@ lean_dec(x_13); x_35 = lean_ctor_get(x_14, 0); lean_inc(x_35); lean_dec(x_14); -x_36 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_35, x_34); +x_36 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_35, x_34); return x_36; } } @@ -6215,7 +9627,7 @@ if (x_38 == 0) { lean_object* x_39; lean_dec(x_37); -x_39 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41___at_Lean_Meta_getFVarSetToGeneralize___spec__49(x_1, x_2, x_3); +x_39 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71___at_Lean_Meta_getFVarSetToGeneralize___spec__79(x_1, x_2, x_3); return x_39; } else @@ -6243,7 +9655,7 @@ else { lean_object* x_46; lean_dec(x_41); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__41___at_Lean_Meta_getFVarSetToGeneralize___spec__49(x_1, x_2, x_42); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__71___at_Lean_Meta_getFVarSetToGeneralize___spec__79(x_1, x_2, x_42); return x_46; } } @@ -6257,7 +9669,7 @@ x_48 = lean_ctor_get(x_2, 2); lean_inc(x_48); lean_dec(x_2); lean_inc(x_1); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_47, x_3); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_47, x_3); x_50 = lean_ctor_get(x_49, 0); lean_inc(x_50); x_51 = lean_unbox(x_50); @@ -6268,7 +9680,7 @@ lean_dec(x_50); x_52 = lean_ctor_get(x_49, 1); lean_inc(x_52); lean_dec(x_49); -x_53 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_48, x_52); +x_53 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_48, x_52); return x_53; } else @@ -6306,7 +9718,7 @@ x_59 = lean_ctor_get(x_2, 2); lean_inc(x_59); lean_dec(x_2); lean_inc(x_1); -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_58, x_3); +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_58, x_3); x_61 = lean_ctor_get(x_60, 0); lean_inc(x_61); x_62 = lean_unbox(x_61); @@ -6317,7 +9729,7 @@ lean_dec(x_61); x_63 = lean_ctor_get(x_60, 1); lean_inc(x_63); lean_dec(x_60); -x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_59, x_63); +x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_59, x_63); return x_64; } else @@ -6357,7 +9769,7 @@ x_71 = lean_ctor_get(x_2, 3); lean_inc(x_71); lean_dec(x_2); lean_inc(x_1); -x_72 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_69, x_3); +x_72 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_69, x_3); x_73 = lean_ctor_get(x_72, 0); lean_inc(x_73); x_74 = lean_unbox(x_73); @@ -6369,7 +9781,7 @@ x_75 = lean_ctor_get(x_72, 1); lean_inc(x_75); lean_dec(x_72); lean_inc(x_1); -x_76 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_70, x_75); +x_76 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_70, x_75); x_77 = lean_ctor_get(x_76, 0); lean_inc(x_77); x_78 = lean_unbox(x_77); @@ -6380,7 +9792,7 @@ lean_dec(x_77); x_79 = lean_ctor_get(x_76, 1); lean_inc(x_79); lean_dec(x_76); -x_80 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_71, x_79); +x_80 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_71, x_79); return x_80; } else @@ -6442,7 +9854,7 @@ lean_object* x_89; lean_object* x_90; x_89 = lean_ctor_get(x_2, 1); lean_inc(x_89); lean_dec(x_2); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_89, x_3); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_89, x_3); return x_90; } case 11: @@ -6451,7 +9863,7 @@ lean_object* x_91; lean_object* x_92; x_91 = lean_ctor_get(x_2, 2); lean_inc(x_91); lean_dec(x_2); -x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_91, x_3); +x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_1, x_91, x_3); return x_92; } default: @@ -6469,7 +9881,7 @@ return x_95; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -6515,12 +9927,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__40___at_Lean_Meta_getFVarSetToGeneralize___spec__48(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__70___at_Lean_Meta_getFVarSetToGeneralize___spec__78(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -6533,7 +9945,7 @@ lean_inc(x_6); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -6544,7 +9956,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_6, x_10); return x_11; } else @@ -6577,12 +9989,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__55(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__85(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -6593,7 +10005,7 @@ lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); lean_inc(x_2); lean_inc(x_1); -x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -6621,7 +10033,7 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__56(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__86(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -6678,7 +10090,7 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -6720,7 +10132,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__55(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__85(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -6765,7 +10177,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__56(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__86(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -6773,7 +10185,7 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__57(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__87(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -6830,7 +10242,7 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -6838,7 +10250,7 @@ x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_inc(x_2); lean_inc(x_1); -x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__54(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -6878,7 +10290,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__57(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__87(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -6893,7 +10305,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__81(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -6955,7 +10367,7 @@ lean_dec(x_20); x_22 = lean_ctor_get(x_21, 1); lean_inc(x_22); lean_dec(x_21); -x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(x_1, x_2, x_22); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(x_1, x_2, x_22); x_24 = lean_box(x_23); lean_ctor_set(x_14, 0, x_24); return x_14; @@ -6975,7 +10387,7 @@ lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(x_1, x_2, x_29); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(x_1, x_2, x_29); x_31 = lean_box(x_30); x_32 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_32, 0, x_31); @@ -6993,7 +10405,7 @@ lean_dec(x_14); x_34 = lean_ctor_get(x_15, 0); lean_inc(x_34); lean_dec(x_15); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_34, x_33); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_34, x_33); return x_35; } } @@ -7006,7 +10418,7 @@ if (x_37 == 0) { lean_object* x_38; lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(x_1, x_2, x_3, x_4); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82(x_1, x_2, x_3, x_4); return x_38; } else @@ -7034,7 +10446,7 @@ else { lean_object* x_45; lean_dec(x_40); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52(x_1, x_2, x_3, x_41); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82(x_1, x_2, x_3, x_41); return x_45; } } @@ -7049,7 +10461,7 @@ lean_inc(x_47); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_46, x_4); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_46, x_4); x_49 = lean_ctor_get(x_48, 0); lean_inc(x_49); x_50 = lean_unbox(x_49); @@ -7060,7 +10472,7 @@ lean_dec(x_49); x_51 = lean_ctor_get(x_48, 1); lean_inc(x_51); lean_dec(x_48); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_47, x_51); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_47, x_51); return x_52; } else @@ -7100,7 +10512,7 @@ lean_inc(x_58); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -7111,7 +10523,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_58, x_62); return x_63; } else @@ -7153,7 +10565,7 @@ lean_inc(x_70); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_68, x_4); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_68, x_4); x_72 = lean_ctor_get(x_71, 0); lean_inc(x_72); x_73 = lean_unbox(x_72); @@ -7166,7 +10578,7 @@ lean_inc(x_74); lean_dec(x_71); lean_inc(x_2); lean_inc(x_1); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_69, x_74); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_69, x_74); x_76 = lean_ctor_get(x_75, 0); lean_inc(x_76); x_77 = lean_unbox(x_76); @@ -7177,7 +10589,7 @@ lean_dec(x_76); x_78 = lean_ctor_get(x_75, 1); lean_inc(x_78); lean_dec(x_75); -x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_70, x_78); +x_79 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_70, x_78); return x_79; } else @@ -7241,7 +10653,7 @@ lean_object* x_88; lean_object* x_89; x_88 = lean_ctor_get(x_3, 1); lean_inc(x_88); lean_dec(x_3); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_88, x_4); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_88, x_4); return x_89; } case 11: @@ -7250,7 +10662,7 @@ lean_object* x_90; lean_object* x_91; x_90 = lean_ctor_get(x_3, 2); lean_inc(x_90); lean_dec(x_3); -x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_1, x_2, x_90, x_4); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(x_1, x_2, x_90, x_4); return x_91; } default: @@ -7269,7 +10681,7 @@ return x_94; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80(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; @@ -7316,12 +10728,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__81(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52___at_Lean_Meta_getFVarSetToGeneralize___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82___at_Lean_Meta_getFVarSetToGeneralize___spec__90(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -7333,7 +10745,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52___at_Lean_Meta_getFVarSetToGeneralize___spec__60(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82___at_Lean_Meta_getFVarSetToGeneralize___spec__90(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -7344,7 +10756,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_5, x_9); return x_10; } else @@ -7376,12 +10788,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51___at_Lean_Meta_getFVarSetToGeneralize___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__81___at_Lean_Meta_getFVarSetToGeneralize___spec__89(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -7446,7 +10858,7 @@ x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; -x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(x_22, x_1, x_21); +x_23 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(x_22, x_1, x_21); x_24 = lean_box(x_23); lean_ctor_set(x_13, 0, x_24); return x_13; @@ -7467,7 +10879,7 @@ x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; -x_31 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__53(x_30, x_1, x_29); +x_31 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(x_30, x_1, x_29); x_32 = lean_box(x_31); x_33 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_33, 0, x_32); @@ -7485,7 +10897,7 @@ lean_dec(x_13); x_35 = lean_ctor_get(x_14, 0); lean_inc(x_35); lean_dec(x_14); -x_36 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_35, x_34); +x_36 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_35, x_34); return x_36; } } @@ -7498,7 +10910,7 @@ if (x_38 == 0) { lean_object* x_39; lean_dec(x_37); -x_39 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52___at_Lean_Meta_getFVarSetToGeneralize___spec__60(x_1, x_2, x_3); +x_39 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82___at_Lean_Meta_getFVarSetToGeneralize___spec__90(x_1, x_2, x_3); return x_39; } else @@ -7526,7 +10938,7 @@ else { lean_object* x_46; lean_dec(x_41); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__52___at_Lean_Meta_getFVarSetToGeneralize___spec__60(x_1, x_2, x_42); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_getFVarSetToGeneralize___spec__82___at_Lean_Meta_getFVarSetToGeneralize___spec__90(x_1, x_2, x_42); return x_46; } } @@ -7540,7 +10952,7 @@ x_48 = lean_ctor_get(x_2, 2); lean_inc(x_48); lean_dec(x_2); lean_inc(x_1); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_47, x_3); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_47, x_3); x_50 = lean_ctor_get(x_49, 0); lean_inc(x_50); x_51 = lean_unbox(x_50); @@ -7551,7 +10963,7 @@ lean_dec(x_50); x_52 = lean_ctor_get(x_49, 1); lean_inc(x_52); lean_dec(x_49); -x_53 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_48, x_52); +x_53 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_48, x_52); return x_53; } else @@ -7589,7 +11001,7 @@ x_59 = lean_ctor_get(x_2, 2); lean_inc(x_59); lean_dec(x_2); lean_inc(x_1); -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_58, x_3); +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_58, x_3); x_61 = lean_ctor_get(x_60, 0); lean_inc(x_61); x_62 = lean_unbox(x_61); @@ -7600,7 +11012,7 @@ lean_dec(x_61); x_63 = lean_ctor_get(x_60, 1); lean_inc(x_63); lean_dec(x_60); -x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_59, x_63); +x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_59, x_63); return x_64; } else @@ -7640,7 +11052,7 @@ x_71 = lean_ctor_get(x_2, 3); lean_inc(x_71); lean_dec(x_2); lean_inc(x_1); -x_72 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_69, x_3); +x_72 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_69, x_3); x_73 = lean_ctor_get(x_72, 0); lean_inc(x_73); x_74 = lean_unbox(x_73); @@ -7652,7 +11064,7 @@ x_75 = lean_ctor_get(x_72, 1); lean_inc(x_75); lean_dec(x_72); lean_inc(x_1); -x_76 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_70, x_75); +x_76 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_70, x_75); x_77 = lean_ctor_get(x_76, 0); lean_inc(x_77); x_78 = lean_unbox(x_77); @@ -7663,7 +11075,7 @@ lean_dec(x_77); x_79 = lean_ctor_get(x_76, 1); lean_inc(x_79); lean_dec(x_76); -x_80 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_71, x_79); +x_80 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_71, x_79); return x_80; } else @@ -7725,7 +11137,7 @@ lean_object* x_89; lean_object* x_90; x_89 = lean_ctor_get(x_2, 1); lean_inc(x_89); lean_dec(x_2); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_89, x_3); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_89, x_3); return x_90; } case 11: @@ -7734,7 +11146,7 @@ lean_object* x_91; lean_object* x_92; x_91 = lean_ctor_get(x_2, 2); lean_inc(x_91); lean_dec(x_2); -x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_1, x_91, x_3); +x_92 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_1, x_91, x_3); return x_92; } default: @@ -7752,7 +11164,7 @@ return x_95; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -7798,12 +11210,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__51___at_Lean_Meta_getFVarSetToGeneralize___spec__59(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__81___at_Lean_Meta_getFVarSetToGeneralize___spec__89(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__63(lean_object* x_1, uint8_t 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_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__93(lean_object* x_1, uint8_t 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_object* x_13, lean_object* x_14) { _start: { uint8_t x_15; @@ -7835,7 +11247,7 @@ lean_inc(x_10); lean_inc(x_19); lean_inc(x_3); lean_inc(x_1); -x_21 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_1, x_2, x_3, x_4, x_17, x_19, x_10, x_11, x_12, x_13, x_14); +x_21 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92(x_1, x_2, x_3, x_4, x_17, x_19, x_10, x_11, x_12, x_13, x_14); lean_dec(x_17); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); @@ -7903,7 +11315,7 @@ lean_inc(x_10); lean_inc(x_34); lean_inc(x_3); lean_inc(x_1); -x_35 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_1, x_2, x_3, x_4, x_17, x_34, x_10, x_11, x_12, x_13, x_14); +x_35 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92(x_1, x_2, x_3, x_4, x_17, x_34, x_10, x_11, x_12, x_13, x_14); lean_dec(x_17); x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); @@ -7963,7 +11375,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__64(lean_object* x_1, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__94(lean_object* x_1, uint8_t 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: { uint8_t x_14; @@ -7994,671 +11406,461 @@ if (lean_is_exclusive(x_8)) { } if (lean_obj_tag(x_16) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; -lean_dec(x_26); -lean_inc(x_4); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_4); -lean_ctor_set(x_44, 1, x_25); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_7 = x_46; -x_8 = x_44; -goto _start; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_13); +x_27 = x_45; +goto block_43; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_65; lean_object* x_70; lean_object* x_199; -x_48 = lean_ctor_get(x_16, 0); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_63; lean_object* x_153; +x_46 = lean_ctor_get(x_16, 0); +lean_inc(x_46); lean_dec(x_16); -x_49 = lean_ctor_get(x_25, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_25, 1); -lean_inc(x_50); +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_25, 1); +lean_inc(x_48); if (lean_is_exclusive(x_25)) { lean_ctor_release(x_25, 0); lean_ctor_release(x_25, 1); - x_51 = x_25; + x_49 = x_25; } else { lean_dec_ref(x_25); - x_51 = lean_box(0); + x_49 = lean_box(0); } -x_52 = l_Lean_LocalDecl_fvarId(x_48); -x_199 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_52); -if (lean_obj_tag(x_199) == 0) +x_50 = l_Lean_LocalDecl_fvarId(x_46); +x_153 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_50); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_200; -x_200 = l_Lean_LocalDecl_isAuxDecl(x_48); -if (x_200 == 0) +uint8_t x_154; +x_154 = l_Lean_LocalDecl_isAuxDecl(x_46); +if (x_154 == 0) { -uint8_t x_201; uint8_t x_202; -x_201 = l_Lean_LocalDecl_binderInfo(x_48); -x_202 = l_Lean_BinderInfo_isInstImplicit(x_201); -if (x_202 == 0) +uint8_t x_155; uint8_t x_156; +x_155 = l_Lean_LocalDecl_binderInfo(x_46); +x_156 = l_Lean_BinderInfo_isInstImplicit(x_155); +if (x_156 == 0) { if (x_2 == 0) { -lean_object* x_203; -x_203 = lean_box(0); -x_70 = x_203; -goto block_198; +uint8_t x_157; +x_157 = 0; +x_63 = x_157; +goto block_152; } else { -uint8_t x_204; -x_204 = l_Lean_LocalDecl_isLet(x_48); -if (x_204 == 0) -{ -lean_object* x_205; -x_205 = lean_box(0); -x_70 = x_205; -goto block_198; -} -else -{ -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_49); -lean_ctor_set(x_206, 1, x_50); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_13); -x_27 = x_208; -goto block_43; -} +uint8_t x_158; +x_158 = l_Lean_LocalDecl_isLet(x_46); +x_63 = x_158; +goto block_152; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_49); -lean_ctor_set(x_209, 1, x_50); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_13); -x_27 = x_211; -goto block_43; +uint8_t x_159; +x_159 = 1; +x_63 = x_159; +goto block_152; } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_49); -lean_ctor_set(x_212, 1, x_50); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_13); -x_27 = x_214; -goto block_43; +uint8_t x_160; +x_160 = 1; +x_63 = x_160; +goto block_152; } } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_199); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_50); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_13); -x_27 = x_217; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_153); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_47); +lean_ctor_set(x_161, 1, x_48); +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_161); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +x_27 = x_163; goto block_43; } -block_64: +block_62: { -if (x_53 == 0) +if (x_51 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_52); -if (lean_is_scalar(x_51)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_50); +if (lean_is_scalar(x_49)) { + x_53 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_51; -} -lean_ctor_set(x_55, 0, x_49); -lean_ctor_set(x_55, 1, x_50); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_54); -x_27 = x_57; + x_53 = x_49; +} +lean_ctor_set(x_53, 0, x_47); +lean_ctor_set(x_53, 1, x_48); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +x_27 = x_55; goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_58 = lean_box(0); -lean_inc(x_52); -x_59 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_49, x_52, x_58); -x_60 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_50, x_52, x_58); -if (lean_is_scalar(x_51)) { - x_61 = lean_alloc_ctor(0, 2, 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_box(0); +lean_inc(x_50); +x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_47, x_50, x_56); +x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_48, x_50, x_56); +if (lean_is_scalar(x_49)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_61 = x_51; -} -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_54); -x_27 = x_63; + x_59 = x_49; +} +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_52); +x_27 = x_61; goto block_43; } } -block_69: +block_152: +{ +if (x_63 == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +if (lean_obj_tag(x_46) == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_64 = lean_ctor_get(x_46, 3); +lean_inc(x_64); +lean_dec(x_46); +x_65 = lean_st_ref_get(x_10, x_13); 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 = lean_unbox(x_66); +x_85 = lean_ctor_get(x_66, 0); +lean_inc(x_85); lean_dec(x_66); -x_53 = x_68; -x_54 = x_67; -goto block_64; +x_86 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_Expr_hasFVar(x_64); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = l_Lean_Expr_hasMVar(x_64); +if (x_89 == 0) +{ +uint8_t x_90; +lean_dec(x_64); +x_90 = 0; +x_68 = x_90; +x_69 = x_87; +goto block_84; } -block_198: +else { -lean_dec(x_70); -if (lean_obj_tag(x_48) == 0) +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_inc(x_48); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_48, x_64, x_87); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_68 = x_94; +x_69 = x_93; +goto block_84; +} +} +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; uint8_t x_78; -x_71 = lean_ctor_get(x_48, 3); -lean_inc(x_71); -lean_dec(x_48); -x_72 = lean_st_ref_get(x_10, x_13); -x_73 = lean_ctor_get(x_72, 0); +lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_inc(x_48); +x_95 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_48, x_64, x_87); +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_unbox(x_96); +lean_dec(x_96); +x_68 = x_98; +x_69 = x_97; +goto block_84; +} +block_84: +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_71 = lean_st_ref_take(x_10, 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); -x_74 = lean_ctor_get(x_72, 1); -lean_inc(x_74); -lean_dec(x_72); -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -lean_inc(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_75); -x_78 = l_Lean_Expr_hasFVar(x_71); -if (x_78 == 0) +lean_dec(x_71); +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -uint8_t x_79; -x_79 = l_Lean_Expr_hasMVar(x_71); -if (x_79 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +lean_ctor_set(x_72, 0, x_70); +x_76 = lean_st_ref_set(x_10, x_72, x_73); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +x_51 = x_68; +x_52 = x_77; +goto block_62; +} +else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -lean_dec(x_77); -lean_dec(x_71); -x_80 = lean_st_ref_take(x_10, x_74); -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 = !lean_is_exclusive(x_81); -if (x_83 == 0) -{ -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_dec(x_84); -lean_ctor_set(x_81, 0, x_75); -x_85 = lean_st_ref_set(x_10, x_81, x_82); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) -{ -lean_object* x_87; uint8_t x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = 0; -x_89 = lean_box(x_88); -lean_ctor_set(x_85, 0, x_89); -x_65 = x_85; -goto block_69; -} -else -{ -lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = 0; -x_92 = lean_box(x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -x_65 = x_93; -goto block_69; +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_78 = lean_ctor_get(x_72, 1); +x_79 = lean_ctor_get(x_72, 2); +x_80 = lean_ctor_get(x_72, 3); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_81 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_78); +lean_ctor_set(x_81, 2, x_79); +lean_ctor_set(x_81, 3, x_80); +x_82 = lean_st_ref_set(x_10, x_81, x_73); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_51 = x_68; +x_52 = x_83; +goto block_62; +} } } 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; uint8_t x_101; lean_object* x_102; lean_object* x_103; -x_94 = lean_ctor_get(x_81, 1); -x_95 = lean_ctor_get(x_81, 2); -x_96 = lean_ctor_get(x_81, 3); -lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_81); -x_97 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_97, 0, x_75); -lean_ctor_set(x_97, 1, x_94); -lean_ctor_set(x_97, 2, x_95); -lean_ctor_set(x_97, 3, x_96); -x_98 = lean_st_ref_set(x_10, x_97, x_82); -x_99 = lean_ctor_get(x_98, 1); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_121; lean_object* x_122; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_99 = lean_ctor_get(x_46, 3); lean_inc(x_99); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_100 = x_98; -} else { - lean_dec_ref(x_98); - x_100 = lean_box(0); -} -x_101 = 0; -x_102 = lean_box(x_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_100; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_99); -x_65 = x_103; -goto block_69; +x_100 = lean_ctor_get(x_46, 4); +lean_inc(x_100); +lean_dec(x_46); +x_101 = lean_st_ref_get(x_10, x_13); +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); +x_135 = lean_ctor_get(x_102, 0); +lean_inc(x_135); +lean_dec(x_102); +x_136 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +x_138 = l_Lean_Expr_hasFVar(x_99); +if (x_138 == 0) +{ +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_99); +if (x_139 == 0) +{ +uint8_t x_140; +lean_dec(x_99); +x_140 = 0; +x_121 = x_140; +x_122 = x_137; +goto block_134; +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +lean_inc(x_48); +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_48, x_99, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_121 = x_144; +x_122 = x_143; +goto block_134; } } 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; lean_object* x_110; uint8_t x_111; -lean_dec(x_75); -lean_inc(x_50); -x_104 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(x_50, x_71, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 0); +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +lean_inc(x_48); +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_48, x_99, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_121 = x_148; +x_122 = x_147; +goto block_134; +} +block_120: +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); lean_dec(x_105); -x_108 = lean_st_ref_take(x_10, x_74); -x_109 = lean_ctor_get(x_108, 0); +x_107 = lean_st_ref_take(x_10, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = !lean_is_exclusive(x_109); -if (x_111 == 0) -{ -lean_object* x_112; lean_object* x_113; uint8_t x_114; -x_112 = lean_ctor_get(x_109, 0); +lean_dec(x_107); +x_110 = !lean_is_exclusive(x_108); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_108, 0); +lean_dec(x_111); +lean_ctor_set(x_108, 0, x_106); +x_112 = lean_st_ref_set(x_10, x_108, x_109); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); lean_dec(x_112); -lean_ctor_set(x_109, 0, x_107); -x_113 = lean_st_ref_set(x_10, x_109, x_110); -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; -x_115 = lean_ctor_get(x_113, 0); -lean_dec(x_115); -lean_ctor_set(x_113, 0, x_106); -x_65 = x_113; -goto block_69; +x_51 = x_104; +x_52 = x_113; +goto block_62; } else { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_113, 1); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_114 = lean_ctor_get(x_108, 1); +x_115 = lean_ctor_get(x_108, 2); +x_116 = lean_ctor_get(x_108, 3); lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_108); +x_117 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_117, 0, x_106); -lean_ctor_set(x_117, 1, x_116); -x_65 = x_117; -goto block_69; -} -} -else -{ -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_118 = lean_ctor_get(x_109, 1); -x_119 = lean_ctor_get(x_109, 2); -x_120 = lean_ctor_get(x_109, 3); -lean_inc(x_120); +lean_ctor_set(x_117, 1, x_114); +lean_ctor_set(x_117, 2, x_115); +lean_ctor_set(x_117, 3, x_116); +x_118 = lean_st_ref_set(x_10, x_117, x_109); +x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_121 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_121, 0, x_107); -lean_ctor_set(x_121, 1, x_118); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set(x_121, 3, x_120); -x_122 = lean_st_ref_set(x_10, x_121, x_110); -x_123 = lean_ctor_get(x_122, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_124 = x_122; -} else { - lean_dec_ref(x_122); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_123); -x_65 = x_125; -goto block_69; +lean_dec(x_118); +x_51 = x_104; +x_52 = x_119; +goto block_62; } } +block_134: +{ +if (x_121 == 0) +{ +uint8_t x_123; +x_123 = l_Lean_Expr_hasFVar(x_100); +if (x_123 == 0) +{ +uint8_t x_124; +x_124 = l_Lean_Expr_hasMVar(x_100); +if (x_124 == 0) +{ +uint8_t x_125; +lean_dec(x_100); +x_125 = 0; +x_104 = x_125; +x_105 = x_122; +goto block_120; } else { -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; uint8_t x_133; -lean_dec(x_75); -lean_inc(x_50); -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_50, x_71, x_77); -x_127 = lean_ctor_get(x_126, 1); +lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_inc(x_48); +lean_inc(x_3); +x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_3, x_48, x_100, x_122); +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 0); +x_128 = lean_ctor_get(x_126, 1); lean_inc(x_128); lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); +x_129 = lean_unbox(x_127); lean_dec(x_127); -x_130 = lean_st_ref_take(x_10, x_74); +x_104 = x_129; +x_105 = x_128; +goto block_120; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_inc(x_48); +lean_inc(x_3); +x_130 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_3, x_48, x_100, x_122); x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); x_132 = lean_ctor_get(x_130, 1); lean_inc(x_132); lean_dec(x_130); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = lean_ctor_get(x_131, 0); -lean_dec(x_134); -lean_ctor_set(x_131, 0, x_129); -x_135 = lean_st_ref_set(x_10, x_131, x_132); -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) -{ -lean_object* x_137; -x_137 = lean_ctor_get(x_135, 0); -lean_dec(x_137); -lean_ctor_set(x_135, 0, x_128); -x_65 = x_135; -goto block_69; -} -else -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_128); -lean_ctor_set(x_139, 1, x_138); -x_65 = x_139; -goto block_69; -} -} -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; -x_140 = lean_ctor_get(x_131, 1); -x_141 = lean_ctor_get(x_131, 2); -x_142 = lean_ctor_get(x_131, 3); -lean_inc(x_142); -lean_inc(x_141); -lean_inc(x_140); +x_133 = lean_unbox(x_131); lean_dec(x_131); -x_143 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_143, 0, x_129); -lean_ctor_set(x_143, 1, x_140); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_142); -x_144 = lean_st_ref_set(x_10, x_143, x_132); -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_146 = x_144; -} else { - lean_dec_ref(x_144); - x_146 = lean_box(0); -} -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 2, 0); -} else { - x_147 = x_146; -} -lean_ctor_set(x_147, 0, x_128); -lean_ctor_set(x_147, 1, x_145); -x_65 = x_147; -goto block_69; -} -} -} -else -{ -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; uint8_t x_170; lean_object* x_171; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_148 = lean_ctor_get(x_48, 3); -lean_inc(x_148); -x_149 = lean_ctor_get(x_48, 4); -lean_inc(x_149); -lean_dec(x_48); -x_150 = lean_st_ref_get(x_10, x_13); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_184 = lean_ctor_get(x_151, 0); -lean_inc(x_184); -lean_dec(x_151); -x_185 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -x_187 = l_Lean_Expr_hasFVar(x_148); -if (x_187 == 0) -{ -uint8_t x_188; -x_188 = l_Lean_Expr_hasMVar(x_148); -if (x_188 == 0) -{ -uint8_t x_189; -lean_dec(x_148); -x_189 = 0; -x_170 = x_189; -x_171 = x_186; -goto block_183; -} -else -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; uint8_t x_193; -lean_inc(x_50); -x_190 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_50, x_148, x_186); -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 = lean_unbox(x_191); -lean_dec(x_191); -x_170 = x_193; -x_171 = x_192; -goto block_183; +x_104 = x_133; +x_105 = x_132; +goto block_120; } } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; -lean_inc(x_50); -x_194 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_50, x_148, x_186); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_unbox(x_195); -lean_dec(x_195); -x_170 = x_197; -x_171 = x_196; -goto block_183; -} -block_169: -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_take(x_10, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = !lean_is_exclusive(x_157); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_157, 0); -lean_dec(x_160); -lean_ctor_set(x_157, 0, x_155); -x_161 = lean_st_ref_set(x_10, x_157, x_158); -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_53 = x_153; -x_54 = x_162; -goto block_64; -} -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); -x_164 = lean_ctor_get(x_157, 2); -x_165 = lean_ctor_get(x_157, 3); -lean_inc(x_165); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_157); -x_166 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_166, 0, x_155); -lean_ctor_set(x_166, 1, x_163); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); -x_167 = lean_st_ref_set(x_10, x_166, x_158); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -lean_dec(x_167); -x_53 = x_153; -x_54 = x_168; -goto block_64; -} -} -block_183: -{ -if (x_170 == 0) -{ -uint8_t x_172; -x_172 = l_Lean_Expr_hasFVar(x_149); -if (x_172 == 0) -{ -uint8_t x_173; -x_173 = l_Lean_Expr_hasMVar(x_149); -if (x_173 == 0) -{ -uint8_t x_174; -lean_dec(x_149); -x_174 = 0; -x_153 = x_174; -x_154 = x_171; -goto block_169; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -lean_inc(x_50); -lean_inc(x_3); -x_175 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(x_3, x_50, x_149, x_171); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_unbox(x_176); -lean_dec(x_176); -x_153 = x_178; -x_154 = x_177; -goto block_169; +lean_dec(x_100); +x_104 = x_121; +x_105 = x_122; +goto block_120; } } -else -{ -lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -lean_inc(x_50); -lean_inc(x_3); -x_179 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_3, x_50, x_149, x_171); -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 = lean_unbox(x_180); -lean_dec(x_180); -x_153 = x_182; -x_154 = x_181; -goto block_169; } } else { -lean_dec(x_149); -x_153 = x_170; -x_154 = x_171; -goto block_169; -} -} +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_47); +lean_ctor_set(x_149, 1, x_48); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_13); +x_27 = x_151; +goto block_43; } } } @@ -8767,7 +11969,7 @@ goto block_24; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___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; @@ -8779,7 +11981,7 @@ lean_ctor_set(x_9, 1, x_7); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { if (lean_obj_tag(x_5) == 0) @@ -8795,7 +11997,7 @@ x_16 = lean_usize_of_nat(x_15); lean_dec(x_15); x_17 = 0; lean_inc(x_7); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__63(x_1, x_2, x_3, x_4, x_13, x_12, x_16, x_17, x_14, x_7, x_8, x_9, x_10, x_11); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__93(x_1, x_2, x_3, x_4, x_13, x_12, x_16, x_17, x_14, x_7, x_8, x_9, x_10, x_11); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); x_20 = lean_ctor_get(x_19, 0); @@ -8810,7 +12012,7 @@ x_22 = lean_ctor_get(x_19, 1); lean_inc(x_22); lean_dec(x_19); x_23 = lean_box(0); -x_24 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_22, x_23, x_7, x_8, x_9, x_10, x_21); +x_24 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(x_22, x_23, x_7, x_8, x_9, x_10, x_21); lean_dec(x_7); return x_24; } @@ -8859,7 +12061,7 @@ x_34 = lean_array_get_size(x_31); x_35 = lean_usize_of_nat(x_34); lean_dec(x_34); x_36 = 0; -x_37 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__64(x_1, x_2, x_3, x_32, x_31, x_35, x_36, x_33, x_7, x_8, x_9, x_10, x_11); +x_37 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__94(x_1, x_2, x_3, x_32, x_31, x_35, x_36, x_33, x_7, x_8, x_9, x_10, x_11); lean_dec(x_1); x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); @@ -8875,7 +12077,7 @@ x_41 = lean_ctor_get(x_38, 1); lean_inc(x_41); lean_dec(x_38); x_42 = lean_box(0); -x_43 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_41, x_42, x_7, x_8, x_9, x_10, x_40); +x_43 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(x_41, x_42, x_7, x_8, x_9, x_10, x_40); lean_dec(x_7); return x_43; } @@ -8914,7 +12116,7 @@ return x_49; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__65(lean_object* x_1, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__95(lean_object* x_1, uint8_t 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: { uint8_t x_14; @@ -8945,672 +12147,462 @@ if (lean_is_exclusive(x_8)) { } if (lean_obj_tag(x_16) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; -lean_dec(x_26); -lean_inc(x_4); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_4); -lean_ctor_set(x_44, 1, x_25); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_7 = x_46; -x_8 = x_44; -goto _start; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_13); +x_27 = x_45; +goto block_43; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_65; lean_object* x_70; lean_object* x_199; -x_48 = lean_ctor_get(x_16, 0); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_63; lean_object* x_153; +x_46 = lean_ctor_get(x_16, 0); +lean_inc(x_46); lean_dec(x_16); -x_49 = lean_ctor_get(x_25, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_25, 1); -lean_inc(x_50); +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_25, 1); +lean_inc(x_48); if (lean_is_exclusive(x_25)) { lean_ctor_release(x_25, 0); lean_ctor_release(x_25, 1); - x_51 = x_25; + x_49 = x_25; } else { lean_dec_ref(x_25); - x_51 = lean_box(0); + x_49 = lean_box(0); } -x_52 = l_Lean_LocalDecl_fvarId(x_48); -x_199 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_52); -if (lean_obj_tag(x_199) == 0) +x_50 = l_Lean_LocalDecl_fvarId(x_46); +x_153 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_50); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_200; -x_200 = l_Lean_LocalDecl_isAuxDecl(x_48); -if (x_200 == 0) +uint8_t x_154; +x_154 = l_Lean_LocalDecl_isAuxDecl(x_46); +if (x_154 == 0) { -uint8_t x_201; uint8_t x_202; -x_201 = l_Lean_LocalDecl_binderInfo(x_48); -x_202 = l_Lean_BinderInfo_isInstImplicit(x_201); -if (x_202 == 0) +uint8_t x_155; uint8_t x_156; +x_155 = l_Lean_LocalDecl_binderInfo(x_46); +x_156 = l_Lean_BinderInfo_isInstImplicit(x_155); +if (x_156 == 0) { if (x_2 == 0) { -lean_object* x_203; -x_203 = lean_box(0); -x_70 = x_203; -goto block_198; -} -else -{ -uint8_t x_204; -x_204 = l_Lean_LocalDecl_isLet(x_48); -if (x_204 == 0) -{ -lean_object* x_205; -x_205 = lean_box(0); -x_70 = x_205; -goto block_198; +uint8_t x_157; +x_157 = 0; +x_63 = x_157; +goto block_152; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_49); -lean_ctor_set(x_206, 1, x_50); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_13); -x_27 = x_208; -goto block_43; -} +uint8_t x_158; +x_158 = l_Lean_LocalDecl_isLet(x_46); +x_63 = x_158; +goto block_152; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_49); -lean_ctor_set(x_209, 1, x_50); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_13); -x_27 = x_211; -goto block_43; +uint8_t x_159; +x_159 = 1; +x_63 = x_159; +goto block_152; } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_49); -lean_ctor_set(x_212, 1, x_50); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_13); -x_27 = x_214; -goto block_43; +uint8_t x_160; +x_160 = 1; +x_63 = x_160; +goto block_152; } } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_199); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_50); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_13); -x_27 = x_217; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_153); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_47); +lean_ctor_set(x_161, 1, x_48); +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_161); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +x_27 = x_163; goto block_43; } -block_64: +block_62: { -if (x_53 == 0) +if (x_51 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_52); -if (lean_is_scalar(x_51)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_50); +if (lean_is_scalar(x_49)) { + x_53 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_51; -} -lean_ctor_set(x_55, 0, x_49); -lean_ctor_set(x_55, 1, x_50); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_54); -x_27 = x_57; + x_53 = x_49; +} +lean_ctor_set(x_53, 0, x_47); +lean_ctor_set(x_53, 1, x_48); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +x_27 = x_55; goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_58 = lean_box(0); -lean_inc(x_52); -x_59 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_49, x_52, x_58); -x_60 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_50, x_52, x_58); -if (lean_is_scalar(x_51)) { - x_61 = lean_alloc_ctor(0, 2, 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_box(0); +lean_inc(x_50); +x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_47, x_50, x_56); +x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_48, x_50, x_56); +if (lean_is_scalar(x_49)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_61 = x_51; -} -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_54); -x_27 = x_63; + x_59 = x_49; +} +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_52); +x_27 = x_61; goto block_43; } } -block_69: +block_152: { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +if (x_63 == 0) +{ +if (lean_obj_tag(x_46) == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_64 = lean_ctor_get(x_46, 3); +lean_inc(x_64); +lean_dec(x_46); +x_65 = lean_st_ref_get(x_10, x_13); 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 = lean_unbox(x_66); +x_85 = lean_ctor_get(x_66, 0); +lean_inc(x_85); lean_dec(x_66); -x_53 = x_68; -x_54 = x_67; -goto block_64; +x_86 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_Expr_hasFVar(x_64); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = l_Lean_Expr_hasMVar(x_64); +if (x_89 == 0) +{ +uint8_t x_90; +lean_dec(x_64); +x_90 = 0; +x_68 = x_90; +x_69 = x_87; +goto block_84; } -block_198: +else { -lean_dec(x_70); -if (lean_obj_tag(x_48) == 0) +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_inc(x_48); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_48, x_64, x_87); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_68 = x_94; +x_69 = x_93; +goto block_84; +} +} +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; uint8_t x_78; -x_71 = lean_ctor_get(x_48, 3); -lean_inc(x_71); -lean_dec(x_48); -x_72 = lean_st_ref_get(x_10, x_13); -x_73 = lean_ctor_get(x_72, 0); +lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_inc(x_48); +x_95 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_48, x_64, x_87); +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_unbox(x_96); +lean_dec(x_96); +x_68 = x_98; +x_69 = x_97; +goto block_84; +} +block_84: +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_71 = lean_st_ref_take(x_10, 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); -x_74 = lean_ctor_get(x_72, 1); -lean_inc(x_74); -lean_dec(x_72); -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -lean_inc(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_75); -x_78 = l_Lean_Expr_hasFVar(x_71); -if (x_78 == 0) +lean_dec(x_71); +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -uint8_t x_79; -x_79 = l_Lean_Expr_hasMVar(x_71); -if (x_79 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +lean_ctor_set(x_72, 0, x_70); +x_76 = lean_st_ref_set(x_10, x_72, x_73); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +x_51 = x_68; +x_52 = x_77; +goto block_62; +} +else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -lean_dec(x_77); -lean_dec(x_71); -x_80 = lean_st_ref_take(x_10, x_74); -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 = !lean_is_exclusive(x_81); -if (x_83 == 0) -{ -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_dec(x_84); -lean_ctor_set(x_81, 0, x_75); -x_85 = lean_st_ref_set(x_10, x_81, x_82); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) -{ -lean_object* x_87; uint8_t x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = 0; -x_89 = lean_box(x_88); -lean_ctor_set(x_85, 0, x_89); -x_65 = x_85; -goto block_69; -} -else -{ -lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = 0; -x_92 = lean_box(x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -x_65 = x_93; -goto block_69; +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_78 = lean_ctor_get(x_72, 1); +x_79 = lean_ctor_get(x_72, 2); +x_80 = lean_ctor_get(x_72, 3); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_81 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_78); +lean_ctor_set(x_81, 2, x_79); +lean_ctor_set(x_81, 3, x_80); +x_82 = lean_st_ref_set(x_10, x_81, x_73); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_51 = x_68; +x_52 = x_83; +goto block_62; +} } } 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; uint8_t x_101; lean_object* x_102; lean_object* x_103; -x_94 = lean_ctor_get(x_81, 1); -x_95 = lean_ctor_get(x_81, 2); -x_96 = lean_ctor_get(x_81, 3); -lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_81); -x_97 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_97, 0, x_75); -lean_ctor_set(x_97, 1, x_94); -lean_ctor_set(x_97, 2, x_95); -lean_ctor_set(x_97, 3, x_96); -x_98 = lean_st_ref_set(x_10, x_97, x_82); -x_99 = lean_ctor_get(x_98, 1); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_121; lean_object* x_122; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_99 = lean_ctor_get(x_46, 3); lean_inc(x_99); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_100 = x_98; -} else { - lean_dec_ref(x_98); - x_100 = lean_box(0); -} -x_101 = 0; -x_102 = lean_box(x_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_100; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_99); -x_65 = x_103; -goto block_69; +x_100 = lean_ctor_get(x_46, 4); +lean_inc(x_100); +lean_dec(x_46); +x_101 = lean_st_ref_get(x_10, x_13); +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); +x_135 = lean_ctor_get(x_102, 0); +lean_inc(x_135); +lean_dec(x_102); +x_136 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +x_138 = l_Lean_Expr_hasFVar(x_99); +if (x_138 == 0) +{ +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_99); +if (x_139 == 0) +{ +uint8_t x_140; +lean_dec(x_99); +x_140 = 0; +x_121 = x_140; +x_122 = x_137; +goto block_134; +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +lean_inc(x_48); +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_48, x_99, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_121 = x_144; +x_122 = x_143; +goto block_134; } } 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; lean_object* x_110; uint8_t x_111; -lean_dec(x_75); -lean_inc(x_50); -x_104 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(x_50, x_71, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 0); +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +lean_inc(x_48); +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_48, x_99, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_121 = x_148; +x_122 = x_147; +goto block_134; +} +block_120: +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); lean_dec(x_105); -x_108 = lean_st_ref_take(x_10, x_74); -x_109 = lean_ctor_get(x_108, 0); +x_107 = lean_st_ref_take(x_10, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = !lean_is_exclusive(x_109); -if (x_111 == 0) -{ -lean_object* x_112; lean_object* x_113; uint8_t x_114; -x_112 = lean_ctor_get(x_109, 0); +lean_dec(x_107); +x_110 = !lean_is_exclusive(x_108); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_108, 0); +lean_dec(x_111); +lean_ctor_set(x_108, 0, x_106); +x_112 = lean_st_ref_set(x_10, x_108, x_109); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); lean_dec(x_112); -lean_ctor_set(x_109, 0, x_107); -x_113 = lean_st_ref_set(x_10, x_109, x_110); -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; -x_115 = lean_ctor_get(x_113, 0); -lean_dec(x_115); -lean_ctor_set(x_113, 0, x_106); -x_65 = x_113; -goto block_69; +x_51 = x_104; +x_52 = x_113; +goto block_62; } else { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_113, 1); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_114 = lean_ctor_get(x_108, 1); +x_115 = lean_ctor_get(x_108, 2); +x_116 = lean_ctor_get(x_108, 3); lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_108); +x_117 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_117, 0, x_106); -lean_ctor_set(x_117, 1, x_116); -x_65 = x_117; -goto block_69; -} -} -else -{ -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_118 = lean_ctor_get(x_109, 1); -x_119 = lean_ctor_get(x_109, 2); -x_120 = lean_ctor_get(x_109, 3); -lean_inc(x_120); +lean_ctor_set(x_117, 1, x_114); +lean_ctor_set(x_117, 2, x_115); +lean_ctor_set(x_117, 3, x_116); +x_118 = lean_st_ref_set(x_10, x_117, x_109); +x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_121 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_121, 0, x_107); -lean_ctor_set(x_121, 1, x_118); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set(x_121, 3, x_120); -x_122 = lean_st_ref_set(x_10, x_121, x_110); -x_123 = lean_ctor_get(x_122, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_124 = x_122; -} else { - lean_dec_ref(x_122); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_123); -x_65 = x_125; -goto block_69; -} -} -} -else -{ -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; uint8_t x_133; -lean_dec(x_75); -lean_inc(x_50); -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_50, x_71, x_77); -x_127 = lean_ctor_get(x_126, 1); -lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 0); -lean_inc(x_128); -lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_st_ref_take(x_10, x_74); -x_131 = lean_ctor_get(x_130, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_130, 1); -lean_inc(x_132); -lean_dec(x_130); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = lean_ctor_get(x_131, 0); -lean_dec(x_134); -lean_ctor_set(x_131, 0, x_129); -x_135 = lean_st_ref_set(x_10, x_131, x_132); -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) -{ -lean_object* x_137; -x_137 = lean_ctor_get(x_135, 0); -lean_dec(x_137); -lean_ctor_set(x_135, 0, x_128); -x_65 = x_135; -goto block_69; -} -else -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_128); -lean_ctor_set(x_139, 1, x_138); -x_65 = x_139; -goto block_69; +lean_dec(x_118); +x_51 = x_104; +x_52 = x_119; +goto block_62; } } -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; -x_140 = lean_ctor_get(x_131, 1); -x_141 = lean_ctor_get(x_131, 2); -x_142 = lean_ctor_get(x_131, 3); -lean_inc(x_142); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_131); -x_143 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_143, 0, x_129); -lean_ctor_set(x_143, 1, x_140); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_142); -x_144 = lean_st_ref_set(x_10, x_143, x_132); -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_146 = x_144; -} else { - lean_dec_ref(x_144); - x_146 = lean_box(0); -} -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 2, 0); -} else { - x_147 = x_146; -} -lean_ctor_set(x_147, 0, x_128); -lean_ctor_set(x_147, 1, x_145); -x_65 = x_147; -goto block_69; -} -} -} -else -{ -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; uint8_t x_170; lean_object* x_171; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_148 = lean_ctor_get(x_48, 3); -lean_inc(x_148); -x_149 = lean_ctor_get(x_48, 4); -lean_inc(x_149); -lean_dec(x_48); -x_150 = lean_st_ref_get(x_10, x_13); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_184 = lean_ctor_get(x_151, 0); -lean_inc(x_184); -lean_dec(x_151); -x_185 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -x_187 = l_Lean_Expr_hasFVar(x_148); -if (x_187 == 0) -{ -uint8_t x_188; -x_188 = l_Lean_Expr_hasMVar(x_148); -if (x_188 == 0) -{ -uint8_t x_189; -lean_dec(x_148); -x_189 = 0; -x_170 = x_189; -x_171 = x_186; -goto block_183; -} -else -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; uint8_t x_193; -lean_inc(x_50); -x_190 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_50, x_148, x_186); -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 = lean_unbox(x_191); -lean_dec(x_191); -x_170 = x_193; -x_171 = x_192; -goto block_183; -} +block_134: +{ +if (x_121 == 0) +{ +uint8_t x_123; +x_123 = l_Lean_Expr_hasFVar(x_100); +if (x_123 == 0) +{ +uint8_t x_124; +x_124 = l_Lean_Expr_hasMVar(x_100); +if (x_124 == 0) +{ +uint8_t x_125; +lean_dec(x_100); +x_125 = 0; +x_104 = x_125; +x_105 = x_122; +goto block_120; } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; -lean_inc(x_50); -x_194 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_50, x_148, x_186); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_unbox(x_195); -lean_dec(x_195); -x_170 = x_197; -x_171 = x_196; -goto block_183; -} -block_169: -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_take(x_10, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = !lean_is_exclusive(x_157); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_157, 0); -lean_dec(x_160); -lean_ctor_set(x_157, 0, x_155); -x_161 = lean_st_ref_set(x_10, x_157, x_158); -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_53 = x_153; -x_54 = x_162; -goto block_64; -} -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); -x_164 = lean_ctor_get(x_157, 2); -x_165 = lean_ctor_get(x_157, 3); -lean_inc(x_165); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_157); -x_166 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_166, 0, x_155); -lean_ctor_set(x_166, 1, x_163); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); -x_167 = lean_st_ref_set(x_10, x_166, x_158); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -lean_dec(x_167); -x_53 = x_153; -x_54 = x_168; -goto block_64; -} -} -block_183: -{ -if (x_170 == 0) -{ -uint8_t x_172; -x_172 = l_Lean_Expr_hasFVar(x_149); -if (x_172 == 0) -{ -uint8_t x_173; -x_173 = l_Lean_Expr_hasMVar(x_149); -if (x_173 == 0) -{ -uint8_t x_174; -lean_dec(x_149); -x_174 = 0; -x_153 = x_174; -x_154 = x_171; -goto block_169; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -lean_inc(x_50); +lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_inc(x_48); lean_inc(x_3); -x_175 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(x_3, x_50, x_149, x_171); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_unbox(x_176); -lean_dec(x_176); -x_153 = x_178; -x_154 = x_177; -goto block_169; +x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_3, x_48, x_100, x_122); +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_126, 1); +lean_inc(x_128); +lean_dec(x_126); +x_129 = lean_unbox(x_127); +lean_dec(x_127); +x_104 = x_129; +x_105 = x_128; +goto block_120; } } else { -lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -lean_inc(x_50); +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_inc(x_48); lean_inc(x_3); -x_179 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_3, x_50, x_149, x_171); -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 = lean_unbox(x_180); -lean_dec(x_180); -x_153 = x_182; -x_154 = x_181; -goto block_169; +x_130 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_3, x_48, x_100, x_122); +x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_130, 1); +lean_inc(x_132); +lean_dec(x_130); +x_133 = lean_unbox(x_131); +lean_dec(x_131); +x_104 = x_133; +x_105 = x_132; +goto block_120; } } else { -lean_dec(x_149); -x_153 = x_170; -x_154 = x_171; -goto block_169; +lean_dec(x_100); +x_104 = x_121; +x_105 = x_122; +goto block_120; +} } } } +else +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_47); +lean_ctor_set(x_149, 1, x_48); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_13); +x_27 = x_151; +goto block_43; +} } } block_24: @@ -9718,7 +12710,7 @@ goto block_24; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___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; @@ -9728,7 +12720,7 @@ lean_ctor_set(x_8, 1, x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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; @@ -9737,7 +12729,7 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); lean_inc(x_1); -x_12 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_1, x_2, x_3, x_5, x_11, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92(x_1, x_2, x_3, x_5, x_11, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_5); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); @@ -9792,7 +12784,7 @@ x_25 = lean_array_get_size(x_22); x_26 = lean_usize_of_nat(x_25); lean_dec(x_25); x_27 = 0; -x_28 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__65(x_1, x_2, x_3, x_23, x_22, x_26, x_27, x_24, x_6, x_7, x_8, x_9, x_20); +x_28 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__95(x_1, x_2, x_3, x_23, x_22, x_26, x_27, x_24, x_6, x_7, x_8, x_9, x_20); lean_dec(x_6); lean_dec(x_1); x_29 = lean_ctor_get(x_28, 0); @@ -9863,7 +12855,7 @@ return x_42; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__68(lean_object* x_1, uint8_t 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_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__98(lean_object* x_1, uint8_t 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_object* x_13, lean_object* x_14) { _start: { uint8_t x_15; @@ -9895,7 +12887,7 @@ lean_inc(x_10); lean_inc(x_19); lean_inc(x_3); lean_inc(x_1); -x_21 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67(x_1, x_2, x_3, x_4, x_17, x_19, x_10, x_11, x_12, x_13, x_14); +x_21 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97(x_1, x_2, x_3, x_4, x_17, x_19, x_10, x_11, x_12, x_13, x_14); lean_dec(x_17); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); @@ -9963,7 +12955,7 @@ lean_inc(x_10); lean_inc(x_34); lean_inc(x_3); lean_inc(x_1); -x_35 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67(x_1, x_2, x_3, x_4, x_17, x_34, x_10, x_11, x_12, x_13, x_14); +x_35 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97(x_1, x_2, x_3, x_4, x_17, x_34, x_10, x_11, x_12, x_13, x_14); lean_dec(x_17); x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); @@ -10023,7 +13015,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__69(lean_object* x_1, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__99(lean_object* x_1, uint8_t 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: { uint8_t x_14; @@ -10054,671 +13046,461 @@ if (lean_is_exclusive(x_8)) { } if (lean_obj_tag(x_16) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; -lean_dec(x_26); -lean_inc(x_4); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_4); -lean_ctor_set(x_44, 1, x_25); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_7 = x_46; -x_8 = x_44; -goto _start; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_13); +x_27 = x_45; +goto block_43; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_65; lean_object* x_70; lean_object* x_199; -x_48 = lean_ctor_get(x_16, 0); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_63; lean_object* x_153; +x_46 = lean_ctor_get(x_16, 0); +lean_inc(x_46); lean_dec(x_16); -x_49 = lean_ctor_get(x_25, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_25, 1); -lean_inc(x_50); +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_25, 1); +lean_inc(x_48); if (lean_is_exclusive(x_25)) { lean_ctor_release(x_25, 0); lean_ctor_release(x_25, 1); - x_51 = x_25; + x_49 = x_25; } else { lean_dec_ref(x_25); - x_51 = lean_box(0); + x_49 = lean_box(0); } -x_52 = l_Lean_LocalDecl_fvarId(x_48); -x_199 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_52); -if (lean_obj_tag(x_199) == 0) +x_50 = l_Lean_LocalDecl_fvarId(x_46); +x_153 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_50); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_200; -x_200 = l_Lean_LocalDecl_isAuxDecl(x_48); -if (x_200 == 0) +uint8_t x_154; +x_154 = l_Lean_LocalDecl_isAuxDecl(x_46); +if (x_154 == 0) { -uint8_t x_201; uint8_t x_202; -x_201 = l_Lean_LocalDecl_binderInfo(x_48); -x_202 = l_Lean_BinderInfo_isInstImplicit(x_201); -if (x_202 == 0) +uint8_t x_155; uint8_t x_156; +x_155 = l_Lean_LocalDecl_binderInfo(x_46); +x_156 = l_Lean_BinderInfo_isInstImplicit(x_155); +if (x_156 == 0) { if (x_2 == 0) { -lean_object* x_203; -x_203 = lean_box(0); -x_70 = x_203; -goto block_198; -} -else -{ -uint8_t x_204; -x_204 = l_Lean_LocalDecl_isLet(x_48); -if (x_204 == 0) -{ -lean_object* x_205; -x_205 = lean_box(0); -x_70 = x_205; -goto block_198; +uint8_t x_157; +x_157 = 0; +x_63 = x_157; +goto block_152; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_49); -lean_ctor_set(x_206, 1, x_50); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_13); -x_27 = x_208; -goto block_43; -} +uint8_t x_158; +x_158 = l_Lean_LocalDecl_isLet(x_46); +x_63 = x_158; +goto block_152; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_49); -lean_ctor_set(x_209, 1, x_50); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_13); -x_27 = x_211; -goto block_43; +uint8_t x_159; +x_159 = 1; +x_63 = x_159; +goto block_152; } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_49); -lean_ctor_set(x_212, 1, x_50); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_13); -x_27 = x_214; -goto block_43; +uint8_t x_160; +x_160 = 1; +x_63 = x_160; +goto block_152; } } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_199); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_50); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_13); -x_27 = x_217; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_153); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_47); +lean_ctor_set(x_161, 1, x_48); +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_161); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +x_27 = x_163; goto block_43; } -block_64: +block_62: { -if (x_53 == 0) +if (x_51 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_52); -if (lean_is_scalar(x_51)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_50); +if (lean_is_scalar(x_49)) { + x_53 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_51; -} -lean_ctor_set(x_55, 0, x_49); -lean_ctor_set(x_55, 1, x_50); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_54); -x_27 = x_57; + x_53 = x_49; +} +lean_ctor_set(x_53, 0, x_47); +lean_ctor_set(x_53, 1, x_48); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +x_27 = x_55; goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_58 = lean_box(0); -lean_inc(x_52); -x_59 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_49, x_52, x_58); -x_60 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_50, x_52, x_58); -if (lean_is_scalar(x_51)) { - x_61 = lean_alloc_ctor(0, 2, 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_box(0); +lean_inc(x_50); +x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_47, x_50, x_56); +x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_48, x_50, x_56); +if (lean_is_scalar(x_49)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_61 = x_51; -} -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_54); -x_27 = x_63; + x_59 = x_49; +} +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_52); +x_27 = x_61; goto block_43; } } -block_69: +block_152: +{ +if (x_63 == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +if (lean_obj_tag(x_46) == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_64 = lean_ctor_get(x_46, 3); +lean_inc(x_64); +lean_dec(x_46); +x_65 = lean_st_ref_get(x_10, x_13); 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 = lean_unbox(x_66); +x_85 = lean_ctor_get(x_66, 0); +lean_inc(x_85); lean_dec(x_66); -x_53 = x_68; -x_54 = x_67; -goto block_64; +x_86 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_Expr_hasFVar(x_64); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = l_Lean_Expr_hasMVar(x_64); +if (x_89 == 0) +{ +uint8_t x_90; +lean_dec(x_64); +x_90 = 0; +x_68 = x_90; +x_69 = x_87; +goto block_84; } -block_198: +else { -lean_dec(x_70); -if (lean_obj_tag(x_48) == 0) +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_inc(x_48); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_48, x_64, x_87); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_68 = x_94; +x_69 = x_93; +goto block_84; +} +} +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; uint8_t x_78; -x_71 = lean_ctor_get(x_48, 3); -lean_inc(x_71); -lean_dec(x_48); -x_72 = lean_st_ref_get(x_10, x_13); -x_73 = lean_ctor_get(x_72, 0); +lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_inc(x_48); +x_95 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_48, x_64, x_87); +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_unbox(x_96); +lean_dec(x_96); +x_68 = x_98; +x_69 = x_97; +goto block_84; +} +block_84: +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_71 = lean_st_ref_take(x_10, 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); -x_74 = lean_ctor_get(x_72, 1); -lean_inc(x_74); -lean_dec(x_72); -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -lean_inc(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_75); -x_78 = l_Lean_Expr_hasFVar(x_71); -if (x_78 == 0) +lean_dec(x_71); +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -uint8_t x_79; -x_79 = l_Lean_Expr_hasMVar(x_71); -if (x_79 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +lean_ctor_set(x_72, 0, x_70); +x_76 = lean_st_ref_set(x_10, x_72, x_73); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +x_51 = x_68; +x_52 = x_77; +goto block_62; +} +else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -lean_dec(x_77); -lean_dec(x_71); -x_80 = lean_st_ref_take(x_10, x_74); -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 = !lean_is_exclusive(x_81); -if (x_83 == 0) -{ -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_dec(x_84); -lean_ctor_set(x_81, 0, x_75); -x_85 = lean_st_ref_set(x_10, x_81, x_82); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) -{ -lean_object* x_87; uint8_t x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = 0; -x_89 = lean_box(x_88); -lean_ctor_set(x_85, 0, x_89); -x_65 = x_85; -goto block_69; -} -else -{ -lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = 0; -x_92 = lean_box(x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -x_65 = x_93; -goto block_69; +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_78 = lean_ctor_get(x_72, 1); +x_79 = lean_ctor_get(x_72, 2); +x_80 = lean_ctor_get(x_72, 3); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_81 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_78); +lean_ctor_set(x_81, 2, x_79); +lean_ctor_set(x_81, 3, x_80); +x_82 = lean_st_ref_set(x_10, x_81, x_73); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_51 = x_68; +x_52 = x_83; +goto block_62; +} } } 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; uint8_t x_101; lean_object* x_102; lean_object* x_103; -x_94 = lean_ctor_get(x_81, 1); -x_95 = lean_ctor_get(x_81, 2); -x_96 = lean_ctor_get(x_81, 3); -lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_81); -x_97 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_97, 0, x_75); -lean_ctor_set(x_97, 1, x_94); -lean_ctor_set(x_97, 2, x_95); -lean_ctor_set(x_97, 3, x_96); -x_98 = lean_st_ref_set(x_10, x_97, x_82); -x_99 = lean_ctor_get(x_98, 1); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_121; lean_object* x_122; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_99 = lean_ctor_get(x_46, 3); lean_inc(x_99); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_100 = x_98; -} else { - lean_dec_ref(x_98); - x_100 = lean_box(0); -} -x_101 = 0; -x_102 = lean_box(x_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_100; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_99); -x_65 = x_103; -goto block_69; +x_100 = lean_ctor_get(x_46, 4); +lean_inc(x_100); +lean_dec(x_46); +x_101 = lean_st_ref_get(x_10, x_13); +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); +x_135 = lean_ctor_get(x_102, 0); +lean_inc(x_135); +lean_dec(x_102); +x_136 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +x_138 = l_Lean_Expr_hasFVar(x_99); +if (x_138 == 0) +{ +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_99); +if (x_139 == 0) +{ +uint8_t x_140; +lean_dec(x_99); +x_140 = 0; +x_121 = x_140; +x_122 = x_137; +goto block_134; +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +lean_inc(x_48); +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_48, x_99, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_121 = x_144; +x_122 = x_143; +goto block_134; } } 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; lean_object* x_110; uint8_t x_111; -lean_dec(x_75); -lean_inc(x_50); -x_104 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(x_50, x_71, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 0); +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +lean_inc(x_48); +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_48, x_99, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_121 = x_148; +x_122 = x_147; +goto block_134; +} +block_120: +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); lean_dec(x_105); -x_108 = lean_st_ref_take(x_10, x_74); -x_109 = lean_ctor_get(x_108, 0); +x_107 = lean_st_ref_take(x_10, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = !lean_is_exclusive(x_109); -if (x_111 == 0) -{ -lean_object* x_112; lean_object* x_113; uint8_t x_114; -x_112 = lean_ctor_get(x_109, 0); +lean_dec(x_107); +x_110 = !lean_is_exclusive(x_108); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_108, 0); +lean_dec(x_111); +lean_ctor_set(x_108, 0, x_106); +x_112 = lean_st_ref_set(x_10, x_108, x_109); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); lean_dec(x_112); -lean_ctor_set(x_109, 0, x_107); -x_113 = lean_st_ref_set(x_10, x_109, x_110); -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; -x_115 = lean_ctor_get(x_113, 0); -lean_dec(x_115); -lean_ctor_set(x_113, 0, x_106); -x_65 = x_113; -goto block_69; +x_51 = x_104; +x_52 = x_113; +goto block_62; } else { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_113, 1); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_114 = lean_ctor_get(x_108, 1); +x_115 = lean_ctor_get(x_108, 2); +x_116 = lean_ctor_get(x_108, 3); lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_108); +x_117 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_117, 0, x_106); -lean_ctor_set(x_117, 1, x_116); -x_65 = x_117; -goto block_69; -} -} -else -{ -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_118 = lean_ctor_get(x_109, 1); -x_119 = lean_ctor_get(x_109, 2); -x_120 = lean_ctor_get(x_109, 3); -lean_inc(x_120); +lean_ctor_set(x_117, 1, x_114); +lean_ctor_set(x_117, 2, x_115); +lean_ctor_set(x_117, 3, x_116); +x_118 = lean_st_ref_set(x_10, x_117, x_109); +x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_121 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_121, 0, x_107); -lean_ctor_set(x_121, 1, x_118); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set(x_121, 3, x_120); -x_122 = lean_st_ref_set(x_10, x_121, x_110); -x_123 = lean_ctor_get(x_122, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_124 = x_122; -} else { - lean_dec_ref(x_122); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_123); -x_65 = x_125; -goto block_69; +lean_dec(x_118); +x_51 = x_104; +x_52 = x_119; +goto block_62; } } +block_134: +{ +if (x_121 == 0) +{ +uint8_t x_123; +x_123 = l_Lean_Expr_hasFVar(x_100); +if (x_123 == 0) +{ +uint8_t x_124; +x_124 = l_Lean_Expr_hasMVar(x_100); +if (x_124 == 0) +{ +uint8_t x_125; +lean_dec(x_100); +x_125 = 0; +x_104 = x_125; +x_105 = x_122; +goto block_120; } else { -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; uint8_t x_133; -lean_dec(x_75); -lean_inc(x_50); -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_50, x_71, x_77); -x_127 = lean_ctor_get(x_126, 1); +lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_inc(x_48); +lean_inc(x_3); +x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_3, x_48, x_100, x_122); +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 0); +x_128 = lean_ctor_get(x_126, 1); lean_inc(x_128); lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); +x_129 = lean_unbox(x_127); lean_dec(x_127); -x_130 = lean_st_ref_take(x_10, x_74); +x_104 = x_129; +x_105 = x_128; +goto block_120; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_inc(x_48); +lean_inc(x_3); +x_130 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_3, x_48, x_100, x_122); x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); x_132 = lean_ctor_get(x_130, 1); lean_inc(x_132); lean_dec(x_130); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = lean_ctor_get(x_131, 0); -lean_dec(x_134); -lean_ctor_set(x_131, 0, x_129); -x_135 = lean_st_ref_set(x_10, x_131, x_132); -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) -{ -lean_object* x_137; -x_137 = lean_ctor_get(x_135, 0); -lean_dec(x_137); -lean_ctor_set(x_135, 0, x_128); -x_65 = x_135; -goto block_69; -} -else -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_128); -lean_ctor_set(x_139, 1, x_138); -x_65 = x_139; -goto block_69; -} -} -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; -x_140 = lean_ctor_get(x_131, 1); -x_141 = lean_ctor_get(x_131, 2); -x_142 = lean_ctor_get(x_131, 3); -lean_inc(x_142); -lean_inc(x_141); -lean_inc(x_140); +x_133 = lean_unbox(x_131); lean_dec(x_131); -x_143 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_143, 0, x_129); -lean_ctor_set(x_143, 1, x_140); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_142); -x_144 = lean_st_ref_set(x_10, x_143, x_132); -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_146 = x_144; -} else { - lean_dec_ref(x_144); - x_146 = lean_box(0); -} -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 2, 0); -} else { - x_147 = x_146; -} -lean_ctor_set(x_147, 0, x_128); -lean_ctor_set(x_147, 1, x_145); -x_65 = x_147; -goto block_69; -} -} -} -else -{ -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; uint8_t x_170; lean_object* x_171; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_148 = lean_ctor_get(x_48, 3); -lean_inc(x_148); -x_149 = lean_ctor_get(x_48, 4); -lean_inc(x_149); -lean_dec(x_48); -x_150 = lean_st_ref_get(x_10, x_13); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_184 = lean_ctor_get(x_151, 0); -lean_inc(x_184); -lean_dec(x_151); -x_185 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -x_187 = l_Lean_Expr_hasFVar(x_148); -if (x_187 == 0) -{ -uint8_t x_188; -x_188 = l_Lean_Expr_hasMVar(x_148); -if (x_188 == 0) -{ -uint8_t x_189; -lean_dec(x_148); -x_189 = 0; -x_170 = x_189; -x_171 = x_186; -goto block_183; -} -else -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; uint8_t x_193; -lean_inc(x_50); -x_190 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_50, x_148, x_186); -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 = lean_unbox(x_191); -lean_dec(x_191); -x_170 = x_193; -x_171 = x_192; -goto block_183; +x_104 = x_133; +x_105 = x_132; +goto block_120; } } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; -lean_inc(x_50); -x_194 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_50, x_148, x_186); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_unbox(x_195); -lean_dec(x_195); -x_170 = x_197; -x_171 = x_196; -goto block_183; -} -block_169: -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_take(x_10, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = !lean_is_exclusive(x_157); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_157, 0); -lean_dec(x_160); -lean_ctor_set(x_157, 0, x_155); -x_161 = lean_st_ref_set(x_10, x_157, x_158); -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_53 = x_153; -x_54 = x_162; -goto block_64; -} -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); -x_164 = lean_ctor_get(x_157, 2); -x_165 = lean_ctor_get(x_157, 3); -lean_inc(x_165); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_157); -x_166 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_166, 0, x_155); -lean_ctor_set(x_166, 1, x_163); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); -x_167 = lean_st_ref_set(x_10, x_166, x_158); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -lean_dec(x_167); -x_53 = x_153; -x_54 = x_168; -goto block_64; -} -} -block_183: -{ -if (x_170 == 0) -{ -uint8_t x_172; -x_172 = l_Lean_Expr_hasFVar(x_149); -if (x_172 == 0) -{ -uint8_t x_173; -x_173 = l_Lean_Expr_hasMVar(x_149); -if (x_173 == 0) -{ -uint8_t x_174; -lean_dec(x_149); -x_174 = 0; -x_153 = x_174; -x_154 = x_171; -goto block_169; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -lean_inc(x_50); -lean_inc(x_3); -x_175 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(x_3, x_50, x_149, x_171); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_unbox(x_176); -lean_dec(x_176); -x_153 = x_178; -x_154 = x_177; -goto block_169; +lean_dec(x_100); +x_104 = x_121; +x_105 = x_122; +goto block_120; } } -else -{ -lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -lean_inc(x_50); -lean_inc(x_3); -x_179 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_3, x_50, x_149, x_171); -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 = lean_unbox(x_180); -lean_dec(x_180); -x_153 = x_182; -x_154 = x_181; -goto block_169; } } else { -lean_dec(x_149); -x_153 = x_170; -x_154 = x_171; -goto block_169; -} -} +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_47); +lean_ctor_set(x_149, 1, x_48); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_13); +x_27 = x_151; +goto block_43; } } } @@ -10827,7 +13609,7 @@ goto block_24; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { if (lean_obj_tag(x_5) == 0) @@ -10843,7 +13625,7 @@ x_16 = lean_usize_of_nat(x_15); lean_dec(x_15); x_17 = 0; lean_inc(x_7); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__68(x_1, x_2, x_3, x_4, x_13, x_12, x_16, x_17, x_14, x_7, x_8, x_9, x_10, x_11); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__98(x_1, x_2, x_3, x_4, x_13, x_12, x_16, x_17, x_14, x_7, x_8, x_9, x_10, x_11); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); x_20 = lean_ctor_get(x_19, 0); @@ -10858,7 +13640,7 @@ x_22 = lean_ctor_get(x_19, 1); lean_inc(x_22); lean_dec(x_19); x_23 = lean_box(0); -x_24 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_22, x_23, x_7, x_8, x_9, x_10, x_21); +x_24 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(x_22, x_23, x_7, x_8, x_9, x_10, x_21); lean_dec(x_7); return x_24; } @@ -10907,7 +13689,7 @@ x_34 = lean_array_get_size(x_31); x_35 = lean_usize_of_nat(x_34); lean_dec(x_34); x_36 = 0; -x_37 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_2, x_3, x_32, x_31, x_35, x_36, x_33, x_7, x_8, x_9, x_10, x_11); +x_37 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__99(x_1, x_2, x_3, x_32, x_31, x_35, x_36, x_33, x_7, x_8, x_9, x_10, x_11); lean_dec(x_1); x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); @@ -10923,7 +13705,7 @@ x_41 = lean_ctor_get(x_38, 1); lean_inc(x_41); lean_dec(x_38); x_42 = lean_box(0); -x_43 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_41, x_42, x_7, x_8, x_9, x_10, x_40); +x_43 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(x_41, x_42, x_7, x_8, x_9, x_10, x_40); lean_dec(x_7); return x_43; } @@ -10962,7 +13744,7 @@ return x_49; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__70(lean_object* x_1, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__100(lean_object* x_1, uint8_t 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: { uint8_t x_14; @@ -10993,671 +13775,461 @@ if (lean_is_exclusive(x_8)) { } if (lean_obj_tag(x_16) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; -lean_dec(x_26); -lean_inc(x_4); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_4); -lean_ctor_set(x_44, 1, x_25); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_7 = x_46; -x_8 = x_44; -goto _start; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_13); +x_27 = x_45; +goto block_43; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_65; lean_object* x_70; lean_object* x_199; -x_48 = lean_ctor_get(x_16, 0); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_63; lean_object* x_153; +x_46 = lean_ctor_get(x_16, 0); +lean_inc(x_46); lean_dec(x_16); -x_49 = lean_ctor_get(x_25, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_25, 1); -lean_inc(x_50); +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_25, 1); +lean_inc(x_48); if (lean_is_exclusive(x_25)) { lean_ctor_release(x_25, 0); lean_ctor_release(x_25, 1); - x_51 = x_25; + x_49 = x_25; } else { lean_dec_ref(x_25); - x_51 = lean_box(0); + x_49 = lean_box(0); } -x_52 = l_Lean_LocalDecl_fvarId(x_48); -x_199 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_52); -if (lean_obj_tag(x_199) == 0) +x_50 = l_Lean_LocalDecl_fvarId(x_46); +x_153 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_50); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_200; -x_200 = l_Lean_LocalDecl_isAuxDecl(x_48); -if (x_200 == 0) +uint8_t x_154; +x_154 = l_Lean_LocalDecl_isAuxDecl(x_46); +if (x_154 == 0) { -uint8_t x_201; uint8_t x_202; -x_201 = l_Lean_LocalDecl_binderInfo(x_48); -x_202 = l_Lean_BinderInfo_isInstImplicit(x_201); -if (x_202 == 0) +uint8_t x_155; uint8_t x_156; +x_155 = l_Lean_LocalDecl_binderInfo(x_46); +x_156 = l_Lean_BinderInfo_isInstImplicit(x_155); +if (x_156 == 0) { if (x_2 == 0) { -lean_object* x_203; -x_203 = lean_box(0); -x_70 = x_203; -goto block_198; -} -else -{ -uint8_t x_204; -x_204 = l_Lean_LocalDecl_isLet(x_48); -if (x_204 == 0) -{ -lean_object* x_205; -x_205 = lean_box(0); -x_70 = x_205; -goto block_198; +uint8_t x_157; +x_157 = 0; +x_63 = x_157; +goto block_152; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_49); -lean_ctor_set(x_206, 1, x_50); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_13); -x_27 = x_208; -goto block_43; -} +uint8_t x_158; +x_158 = l_Lean_LocalDecl_isLet(x_46); +x_63 = x_158; +goto block_152; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_49); -lean_ctor_set(x_209, 1, x_50); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_13); -x_27 = x_211; -goto block_43; +uint8_t x_159; +x_159 = 1; +x_63 = x_159; +goto block_152; } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_49); -lean_ctor_set(x_212, 1, x_50); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_13); -x_27 = x_214; -goto block_43; +uint8_t x_160; +x_160 = 1; +x_63 = x_160; +goto block_152; } } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_199); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_50); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_13); -x_27 = x_217; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_153); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_47); +lean_ctor_set(x_161, 1, x_48); +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_161); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +x_27 = x_163; goto block_43; } -block_64: +block_62: { -if (x_53 == 0) +if (x_51 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_52); -if (lean_is_scalar(x_51)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_50); +if (lean_is_scalar(x_49)) { + x_53 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_51; -} -lean_ctor_set(x_55, 0, x_49); -lean_ctor_set(x_55, 1, x_50); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_54); -x_27 = x_57; + x_53 = x_49; +} +lean_ctor_set(x_53, 0, x_47); +lean_ctor_set(x_53, 1, x_48); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +x_27 = x_55; goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_58 = lean_box(0); -lean_inc(x_52); -x_59 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_49, x_52, x_58); -x_60 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_50, x_52, x_58); -if (lean_is_scalar(x_51)) { - x_61 = lean_alloc_ctor(0, 2, 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_box(0); +lean_inc(x_50); +x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_47, x_50, x_56); +x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_48, x_50, x_56); +if (lean_is_scalar(x_49)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_61 = x_51; -} -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_54); -x_27 = x_63; + x_59 = x_49; +} +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_52); +x_27 = x_61; goto block_43; } } -block_69: +block_152: +{ +if (x_63 == 0) +{ +if (lean_obj_tag(x_46) == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_64 = lean_ctor_get(x_46, 3); +lean_inc(x_64); +lean_dec(x_46); +x_65 = lean_st_ref_get(x_10, x_13); 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 = lean_unbox(x_66); +x_85 = lean_ctor_get(x_66, 0); +lean_inc(x_85); lean_dec(x_66); -x_53 = x_68; -x_54 = x_67; -goto block_64; -} -block_198: -{ -lean_dec(x_70); -if (lean_obj_tag(x_48) == 0) +x_86 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_Expr_hasFVar(x_64); +if (x_88 == 0) { -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; -x_71 = lean_ctor_get(x_48, 3); -lean_inc(x_71); -lean_dec(x_48); -x_72 = lean_st_ref_get(x_10, x_13); -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); -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -lean_inc(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_75); -x_78 = l_Lean_Expr_hasFVar(x_71); -if (x_78 == 0) +uint8_t x_89; +x_89 = l_Lean_Expr_hasMVar(x_64); +if (x_89 == 0) { -uint8_t x_79; -x_79 = l_Lean_Expr_hasMVar(x_71); -if (x_79 == 0) +uint8_t x_90; +lean_dec(x_64); +x_90 = 0; +x_68 = x_90; +x_69 = x_87; +goto block_84; +} +else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -lean_dec(x_77); -lean_dec(x_71); -x_80 = lean_st_ref_take(x_10, x_74); -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 = !lean_is_exclusive(x_81); -if (x_83 == 0) -{ -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_dec(x_84); -lean_ctor_set(x_81, 0, x_75); -x_85 = lean_st_ref_set(x_10, x_81, x_82); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) -{ -lean_object* x_87; uint8_t x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = 0; -x_89 = lean_box(x_88); -lean_ctor_set(x_85, 0, x_89); -x_65 = x_85; -goto block_69; -} -else -{ -lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = 0; -x_92 = lean_box(x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -x_65 = x_93; -goto block_69; +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_inc(x_48); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_48, x_64, x_87); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_68 = x_94; +x_69 = x_93; +goto block_84; } } 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; uint8_t x_101; lean_object* x_102; lean_object* x_103; -x_94 = lean_ctor_get(x_81, 1); -x_95 = lean_ctor_get(x_81, 2); -x_96 = lean_ctor_get(x_81, 3); +lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_inc(x_48); +x_95 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_48, x_64, x_87); +x_96 = lean_ctor_get(x_95, 0); lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_81); -x_97 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_97, 0, x_75); -lean_ctor_set(x_97, 1, x_94); -lean_ctor_set(x_97, 2, x_95); -lean_ctor_set(x_97, 3, x_96); -x_98 = lean_st_ref_set(x_10, x_97, x_82); -x_99 = lean_ctor_get(x_98, 1); -lean_inc(x_99); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_100 = x_98; -} else { - lean_dec_ref(x_98); - x_100 = lean_box(0); +x_97 = lean_ctor_get(x_95, 1); +lean_inc(x_97); +lean_dec(x_95); +x_98 = lean_unbox(x_96); +lean_dec(x_96); +x_68 = x_98; +x_69 = x_97; +goto block_84; +} +block_84: +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_71 = lean_st_ref_take(x_10, 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 = !lean_is_exclusive(x_72); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +lean_ctor_set(x_72, 0, x_70); +x_76 = lean_st_ref_set(x_10, x_72, x_73); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +x_51 = x_68; +x_52 = x_77; +goto block_62; +} +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; +x_78 = lean_ctor_get(x_72, 1); +x_79 = lean_ctor_get(x_72, 2); +x_80 = lean_ctor_get(x_72, 3); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_81 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_78); +lean_ctor_set(x_81, 2, x_79); +lean_ctor_set(x_81, 3, x_80); +x_82 = lean_st_ref_set(x_10, x_81, x_73); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_51 = x_68; +x_52 = x_83; +goto block_62; } -x_101 = 0; -x_102 = lean_box(x_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_100; } -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_99); -x_65 = x_103; -goto block_69; +} +else +{ +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_121; lean_object* x_122; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_99 = lean_ctor_get(x_46, 3); +lean_inc(x_99); +x_100 = lean_ctor_get(x_46, 4); +lean_inc(x_100); +lean_dec(x_46); +x_101 = lean_st_ref_get(x_10, x_13); +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); +x_135 = lean_ctor_get(x_102, 0); +lean_inc(x_135); +lean_dec(x_102); +x_136 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +x_138 = l_Lean_Expr_hasFVar(x_99); +if (x_138 == 0) +{ +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_99); +if (x_139 == 0) +{ +uint8_t x_140; +lean_dec(x_99); +x_140 = 0; +x_121 = x_140; +x_122 = x_137; +goto block_134; +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +lean_inc(x_48); +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_48, x_99, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_121 = x_144; +x_122 = x_143; +goto block_134; } } 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; lean_object* x_110; uint8_t x_111; -lean_dec(x_75); -lean_inc(x_50); -x_104 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(x_50, x_71, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 0); +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +lean_inc(x_48); +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_48, x_99, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_121 = x_148; +x_122 = x_147; +goto block_134; +} +block_120: +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); lean_dec(x_105); -x_108 = lean_st_ref_take(x_10, x_74); -x_109 = lean_ctor_get(x_108, 0); +x_107 = lean_st_ref_take(x_10, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = !lean_is_exclusive(x_109); -if (x_111 == 0) -{ -lean_object* x_112; lean_object* x_113; uint8_t x_114; -x_112 = lean_ctor_get(x_109, 0); +lean_dec(x_107); +x_110 = !lean_is_exclusive(x_108); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_108, 0); +lean_dec(x_111); +lean_ctor_set(x_108, 0, x_106); +x_112 = lean_st_ref_set(x_10, x_108, x_109); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); lean_dec(x_112); -lean_ctor_set(x_109, 0, x_107); -x_113 = lean_st_ref_set(x_10, x_109, x_110); -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; -x_115 = lean_ctor_get(x_113, 0); -lean_dec(x_115); -lean_ctor_set(x_113, 0, x_106); -x_65 = x_113; -goto block_69; +x_51 = x_104; +x_52 = x_113; +goto block_62; } else { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_113, 1); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_114 = lean_ctor_get(x_108, 1); +x_115 = lean_ctor_get(x_108, 2); +x_116 = lean_ctor_get(x_108, 3); lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_108); +x_117 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_117, 0, x_106); -lean_ctor_set(x_117, 1, x_116); -x_65 = x_117; -goto block_69; -} -} -else -{ -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_118 = lean_ctor_get(x_109, 1); -x_119 = lean_ctor_get(x_109, 2); -x_120 = lean_ctor_get(x_109, 3); -lean_inc(x_120); +lean_ctor_set(x_117, 1, x_114); +lean_ctor_set(x_117, 2, x_115); +lean_ctor_set(x_117, 3, x_116); +x_118 = lean_st_ref_set(x_10, x_117, x_109); +x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_121 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_121, 0, x_107); -lean_ctor_set(x_121, 1, x_118); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set(x_121, 3, x_120); -x_122 = lean_st_ref_set(x_10, x_121, x_110); -x_123 = lean_ctor_get(x_122, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_124 = x_122; -} else { - lean_dec_ref(x_122); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_123); -x_65 = x_125; -goto block_69; +lean_dec(x_118); +x_51 = x_104; +x_52 = x_119; +goto block_62; } } +block_134: +{ +if (x_121 == 0) +{ +uint8_t x_123; +x_123 = l_Lean_Expr_hasFVar(x_100); +if (x_123 == 0) +{ +uint8_t x_124; +x_124 = l_Lean_Expr_hasMVar(x_100); +if (x_124 == 0) +{ +uint8_t x_125; +lean_dec(x_100); +x_125 = 0; +x_104 = x_125; +x_105 = x_122; +goto block_120; } else { -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; uint8_t x_133; -lean_dec(x_75); -lean_inc(x_50); -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_50, x_71, x_77); -x_127 = lean_ctor_get(x_126, 1); +lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_inc(x_48); +lean_inc(x_3); +x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_3, x_48, x_100, x_122); +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 0); +x_128 = lean_ctor_get(x_126, 1); lean_inc(x_128); lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); +x_129 = lean_unbox(x_127); lean_dec(x_127); -x_130 = lean_st_ref_take(x_10, x_74); +x_104 = x_129; +x_105 = x_128; +goto block_120; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_inc(x_48); +lean_inc(x_3); +x_130 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_3, x_48, x_100, x_122); x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); x_132 = lean_ctor_get(x_130, 1); lean_inc(x_132); lean_dec(x_130); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = lean_ctor_get(x_131, 0); -lean_dec(x_134); -lean_ctor_set(x_131, 0, x_129); -x_135 = lean_st_ref_set(x_10, x_131, x_132); -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) -{ -lean_object* x_137; -x_137 = lean_ctor_get(x_135, 0); -lean_dec(x_137); -lean_ctor_set(x_135, 0, x_128); -x_65 = x_135; -goto block_69; -} -else -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_128); -lean_ctor_set(x_139, 1, x_138); -x_65 = x_139; -goto block_69; -} -} -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; -x_140 = lean_ctor_get(x_131, 1); -x_141 = lean_ctor_get(x_131, 2); -x_142 = lean_ctor_get(x_131, 3); -lean_inc(x_142); -lean_inc(x_141); -lean_inc(x_140); +x_133 = lean_unbox(x_131); lean_dec(x_131); -x_143 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_143, 0, x_129); -lean_ctor_set(x_143, 1, x_140); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_142); -x_144 = lean_st_ref_set(x_10, x_143, x_132); -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_146 = x_144; -} else { - lean_dec_ref(x_144); - x_146 = lean_box(0); -} -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 2, 0); -} else { - x_147 = x_146; -} -lean_ctor_set(x_147, 0, x_128); -lean_ctor_set(x_147, 1, x_145); -x_65 = x_147; -goto block_69; -} +x_104 = x_133; +x_105 = x_132; +goto block_120; } } else { -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; uint8_t x_170; lean_object* x_171; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_148 = lean_ctor_get(x_48, 3); -lean_inc(x_148); -x_149 = lean_ctor_get(x_48, 4); -lean_inc(x_149); -lean_dec(x_48); -x_150 = lean_st_ref_get(x_10, x_13); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_184 = lean_ctor_get(x_151, 0); -lean_inc(x_184); -lean_dec(x_151); -x_185 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -x_187 = l_Lean_Expr_hasFVar(x_148); -if (x_187 == 0) -{ -uint8_t x_188; -x_188 = l_Lean_Expr_hasMVar(x_148); -if (x_188 == 0) -{ -uint8_t x_189; -lean_dec(x_148); -x_189 = 0; -x_170 = x_189; -x_171 = x_186; -goto block_183; -} -else -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; uint8_t x_193; -lean_inc(x_50); -x_190 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_50, x_148, x_186); -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 = lean_unbox(x_191); -lean_dec(x_191); -x_170 = x_193; -x_171 = x_192; -goto block_183; -} -} -else -{ -lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; -lean_inc(x_50); -x_194 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_50, x_148, x_186); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_unbox(x_195); -lean_dec(x_195); -x_170 = x_197; -x_171 = x_196; -goto block_183; -} -block_169: -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_take(x_10, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = !lean_is_exclusive(x_157); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_157, 0); -lean_dec(x_160); -lean_ctor_set(x_157, 0, x_155); -x_161 = lean_st_ref_set(x_10, x_157, x_158); -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_53 = x_153; -x_54 = x_162; -goto block_64; -} -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); -x_164 = lean_ctor_get(x_157, 2); -x_165 = lean_ctor_get(x_157, 3); -lean_inc(x_165); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_157); -x_166 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_166, 0, x_155); -lean_ctor_set(x_166, 1, x_163); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); -x_167 = lean_st_ref_set(x_10, x_166, x_158); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -lean_dec(x_167); -x_53 = x_153; -x_54 = x_168; -goto block_64; -} -} -block_183: -{ -if (x_170 == 0) -{ -uint8_t x_172; -x_172 = l_Lean_Expr_hasFVar(x_149); -if (x_172 == 0) -{ -uint8_t x_173; -x_173 = l_Lean_Expr_hasMVar(x_149); -if (x_173 == 0) -{ -uint8_t x_174; -lean_dec(x_149); -x_174 = 0; -x_153 = x_174; -x_154 = x_171; -goto block_169; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -lean_inc(x_50); -lean_inc(x_3); -x_175 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(x_3, x_50, x_149, x_171); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_unbox(x_176); -lean_dec(x_176); -x_153 = x_178; -x_154 = x_177; -goto block_169; +lean_dec(x_100); +x_104 = x_121; +x_105 = x_122; +goto block_120; } } -else -{ -lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -lean_inc(x_50); -lean_inc(x_3); -x_179 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_3, x_50, x_149, x_171); -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 = lean_unbox(x_180); -lean_dec(x_180); -x_153 = x_182; -x_154 = x_181; -goto block_169; } } else { -lean_dec(x_149); -x_153 = x_170; -x_154 = x_171; -goto block_169; -} -} +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_47); +lean_ctor_set(x_149, 1, x_48); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_13); +x_27 = x_151; +goto block_43; } } } @@ -11766,7 +14338,7 @@ goto block_24; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__66(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__96(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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; @@ -11775,7 +14347,7 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); lean_inc(x_1); -x_12 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67(x_1, x_2, x_3, x_5, x_11, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97(x_1, x_2, x_3, x_5, x_11, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_5); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); @@ -11830,7 +14402,7 @@ x_25 = lean_array_get_size(x_22); x_26 = lean_usize_of_nat(x_25); lean_dec(x_25); x_27 = 0; -x_28 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__70(x_1, x_2, x_3, x_23, x_22, x_26, x_27, x_24, x_6, x_7, x_8, x_9, x_20); +x_28 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__100(x_1, x_2, x_3, x_23, x_22, x_26, x_27, x_24, x_6, x_7, x_8, x_9, x_20); lean_dec(x_6); lean_dec(x_1); x_29 = lean_ctor_get(x_28, 0); @@ -11901,7 +14473,7 @@ return x_42; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__71(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_getFVarSetToGeneralize___spec__101(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -11936,7 +14508,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__74(lean_object* x_1, uint8_t 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_object* x_13, lean_object* x_14) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__104(lean_object* x_1, uint8_t 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_object* x_13, lean_object* x_14) { _start: { uint8_t x_15; @@ -11968,7 +14540,7 @@ lean_inc(x_10); lean_inc(x_19); lean_inc(x_3); lean_inc(x_1); -x_21 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_1, x_2, x_3, x_4, x_17, x_19, x_10, x_11, x_12, x_13, x_14); +x_21 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103(x_1, x_2, x_3, x_4, x_17, x_19, x_10, x_11, x_12, x_13, x_14); lean_dec(x_17); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); @@ -12036,7 +14608,7 @@ lean_inc(x_10); lean_inc(x_34); lean_inc(x_3); lean_inc(x_1); -x_35 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_1, x_2, x_3, x_4, x_17, x_34, x_10, x_11, x_12, x_13, x_14); +x_35 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103(x_1, x_2, x_3, x_4, x_17, x_34, x_10, x_11, x_12, x_13, x_14); lean_dec(x_17); x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); @@ -12096,7 +14668,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__75(lean_object* x_1, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__105(lean_object* x_1, uint8_t 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: { uint8_t x_14; @@ -12127,671 +14699,461 @@ if (lean_is_exclusive(x_8)) { } if (lean_obj_tag(x_16) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; -lean_dec(x_26); -lean_inc(x_4); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_4); -lean_ctor_set(x_44, 1, x_25); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_7 = x_46; -x_8 = x_44; -goto _start; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_13); +x_27 = x_45; +goto block_43; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_65; lean_object* x_70; lean_object* x_199; -x_48 = lean_ctor_get(x_16, 0); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_63; lean_object* x_153; +x_46 = lean_ctor_get(x_16, 0); +lean_inc(x_46); lean_dec(x_16); -x_49 = lean_ctor_get(x_25, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_25, 1); -lean_inc(x_50); +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_25, 1); +lean_inc(x_48); if (lean_is_exclusive(x_25)) { lean_ctor_release(x_25, 0); lean_ctor_release(x_25, 1); - x_51 = x_25; + x_49 = x_25; } else { lean_dec_ref(x_25); - x_51 = lean_box(0); + x_49 = lean_box(0); } -x_52 = l_Lean_LocalDecl_fvarId(x_48); -x_199 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_52); -if (lean_obj_tag(x_199) == 0) +x_50 = l_Lean_LocalDecl_fvarId(x_46); +x_153 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_50); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_200; -x_200 = l_Lean_LocalDecl_isAuxDecl(x_48); -if (x_200 == 0) +uint8_t x_154; +x_154 = l_Lean_LocalDecl_isAuxDecl(x_46); +if (x_154 == 0) { -uint8_t x_201; uint8_t x_202; -x_201 = l_Lean_LocalDecl_binderInfo(x_48); -x_202 = l_Lean_BinderInfo_isInstImplicit(x_201); -if (x_202 == 0) +uint8_t x_155; uint8_t x_156; +x_155 = l_Lean_LocalDecl_binderInfo(x_46); +x_156 = l_Lean_BinderInfo_isInstImplicit(x_155); +if (x_156 == 0) { if (x_2 == 0) { -lean_object* x_203; -x_203 = lean_box(0); -x_70 = x_203; -goto block_198; -} -else -{ -uint8_t x_204; -x_204 = l_Lean_LocalDecl_isLet(x_48); -if (x_204 == 0) -{ -lean_object* x_205; -x_205 = lean_box(0); -x_70 = x_205; -goto block_198; +uint8_t x_157; +x_157 = 0; +x_63 = x_157; +goto block_152; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_49); -lean_ctor_set(x_206, 1, x_50); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_13); -x_27 = x_208; -goto block_43; -} +uint8_t x_158; +x_158 = l_Lean_LocalDecl_isLet(x_46); +x_63 = x_158; +goto block_152; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_49); -lean_ctor_set(x_209, 1, x_50); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_13); -x_27 = x_211; -goto block_43; +uint8_t x_159; +x_159 = 1; +x_63 = x_159; +goto block_152; } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_49); -lean_ctor_set(x_212, 1, x_50); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_13); -x_27 = x_214; -goto block_43; +uint8_t x_160; +x_160 = 1; +x_63 = x_160; +goto block_152; } } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_199); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_50); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_13); -x_27 = x_217; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_153); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_47); +lean_ctor_set(x_161, 1, x_48); +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_161); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +x_27 = x_163; goto block_43; } -block_64: +block_62: { -if (x_53 == 0) +if (x_51 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_52); -if (lean_is_scalar(x_51)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_50); +if (lean_is_scalar(x_49)) { + x_53 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_51; -} -lean_ctor_set(x_55, 0, x_49); -lean_ctor_set(x_55, 1, x_50); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_54); -x_27 = x_57; + x_53 = x_49; +} +lean_ctor_set(x_53, 0, x_47); +lean_ctor_set(x_53, 1, x_48); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +x_27 = x_55; goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_58 = lean_box(0); -lean_inc(x_52); -x_59 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_49, x_52, x_58); -x_60 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_50, x_52, x_58); -if (lean_is_scalar(x_51)) { - x_61 = lean_alloc_ctor(0, 2, 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_box(0); +lean_inc(x_50); +x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_47, x_50, x_56); +x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_48, x_50, x_56); +if (lean_is_scalar(x_49)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_61 = x_51; -} -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_54); -x_27 = x_63; + x_59 = x_49; +} +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_52); +x_27 = x_61; goto block_43; } } -block_69: +block_152: +{ +if (x_63 == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +if (lean_obj_tag(x_46) == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_64 = lean_ctor_get(x_46, 3); +lean_inc(x_64); +lean_dec(x_46); +x_65 = lean_st_ref_get(x_10, x_13); 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 = lean_unbox(x_66); +x_85 = lean_ctor_get(x_66, 0); +lean_inc(x_85); lean_dec(x_66); -x_53 = x_68; -x_54 = x_67; -goto block_64; +x_86 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_Expr_hasFVar(x_64); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = l_Lean_Expr_hasMVar(x_64); +if (x_89 == 0) +{ +uint8_t x_90; +lean_dec(x_64); +x_90 = 0; +x_68 = x_90; +x_69 = x_87; +goto block_84; } -block_198: +else { -lean_dec(x_70); -if (lean_obj_tag(x_48) == 0) +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_inc(x_48); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_48, x_64, x_87); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_68 = x_94; +x_69 = x_93; +goto block_84; +} +} +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; uint8_t x_78; -x_71 = lean_ctor_get(x_48, 3); -lean_inc(x_71); -lean_dec(x_48); -x_72 = lean_st_ref_get(x_10, x_13); -x_73 = lean_ctor_get(x_72, 0); +lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_inc(x_48); +x_95 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_48, x_64, x_87); +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_unbox(x_96); +lean_dec(x_96); +x_68 = x_98; +x_69 = x_97; +goto block_84; +} +block_84: +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_71 = lean_st_ref_take(x_10, 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); -x_74 = lean_ctor_get(x_72, 1); -lean_inc(x_74); -lean_dec(x_72); -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -lean_inc(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_75); -x_78 = l_Lean_Expr_hasFVar(x_71); -if (x_78 == 0) +lean_dec(x_71); +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -uint8_t x_79; -x_79 = l_Lean_Expr_hasMVar(x_71); -if (x_79 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +lean_ctor_set(x_72, 0, x_70); +x_76 = lean_st_ref_set(x_10, x_72, x_73); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +x_51 = x_68; +x_52 = x_77; +goto block_62; +} +else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -lean_dec(x_77); -lean_dec(x_71); -x_80 = lean_st_ref_take(x_10, x_74); -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 = !lean_is_exclusive(x_81); -if (x_83 == 0) -{ -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_dec(x_84); -lean_ctor_set(x_81, 0, x_75); -x_85 = lean_st_ref_set(x_10, x_81, x_82); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) -{ -lean_object* x_87; uint8_t x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = 0; -x_89 = lean_box(x_88); -lean_ctor_set(x_85, 0, x_89); -x_65 = x_85; -goto block_69; -} -else -{ -lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = 0; -x_92 = lean_box(x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -x_65 = x_93; -goto block_69; +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_78 = lean_ctor_get(x_72, 1); +x_79 = lean_ctor_get(x_72, 2); +x_80 = lean_ctor_get(x_72, 3); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_81 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_78); +lean_ctor_set(x_81, 2, x_79); +lean_ctor_set(x_81, 3, x_80); +x_82 = lean_st_ref_set(x_10, x_81, x_73); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_51 = x_68; +x_52 = x_83; +goto block_62; +} } } 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; uint8_t x_101; lean_object* x_102; lean_object* x_103; -x_94 = lean_ctor_get(x_81, 1); -x_95 = lean_ctor_get(x_81, 2); -x_96 = lean_ctor_get(x_81, 3); -lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_81); -x_97 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_97, 0, x_75); -lean_ctor_set(x_97, 1, x_94); -lean_ctor_set(x_97, 2, x_95); -lean_ctor_set(x_97, 3, x_96); -x_98 = lean_st_ref_set(x_10, x_97, x_82); -x_99 = lean_ctor_get(x_98, 1); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_121; lean_object* x_122; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_99 = lean_ctor_get(x_46, 3); lean_inc(x_99); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_100 = x_98; -} else { - lean_dec_ref(x_98); - x_100 = lean_box(0); -} -x_101 = 0; -x_102 = lean_box(x_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_100; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_99); -x_65 = x_103; -goto block_69; +x_100 = lean_ctor_get(x_46, 4); +lean_inc(x_100); +lean_dec(x_46); +x_101 = lean_st_ref_get(x_10, x_13); +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); +x_135 = lean_ctor_get(x_102, 0); +lean_inc(x_135); +lean_dec(x_102); +x_136 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +x_138 = l_Lean_Expr_hasFVar(x_99); +if (x_138 == 0) +{ +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_99); +if (x_139 == 0) +{ +uint8_t x_140; +lean_dec(x_99); +x_140 = 0; +x_121 = x_140; +x_122 = x_137; +goto block_134; +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +lean_inc(x_48); +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_48, x_99, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_121 = x_144; +x_122 = x_143; +goto block_134; } } 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; lean_object* x_110; uint8_t x_111; -lean_dec(x_75); -lean_inc(x_50); -x_104 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(x_50, x_71, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 0); +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +lean_inc(x_48); +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_48, x_99, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_121 = x_148; +x_122 = x_147; +goto block_134; +} +block_120: +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); lean_dec(x_105); -x_108 = lean_st_ref_take(x_10, x_74); -x_109 = lean_ctor_get(x_108, 0); +x_107 = lean_st_ref_take(x_10, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = !lean_is_exclusive(x_109); -if (x_111 == 0) -{ -lean_object* x_112; lean_object* x_113; uint8_t x_114; -x_112 = lean_ctor_get(x_109, 0); +lean_dec(x_107); +x_110 = !lean_is_exclusive(x_108); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_108, 0); +lean_dec(x_111); +lean_ctor_set(x_108, 0, x_106); +x_112 = lean_st_ref_set(x_10, x_108, x_109); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); lean_dec(x_112); -lean_ctor_set(x_109, 0, x_107); -x_113 = lean_st_ref_set(x_10, x_109, x_110); -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; -x_115 = lean_ctor_get(x_113, 0); -lean_dec(x_115); -lean_ctor_set(x_113, 0, x_106); -x_65 = x_113; -goto block_69; +x_51 = x_104; +x_52 = x_113; +goto block_62; } else { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_113, 1); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_114 = lean_ctor_get(x_108, 1); +x_115 = lean_ctor_get(x_108, 2); +x_116 = lean_ctor_get(x_108, 3); lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_108); +x_117 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_117, 0, x_106); -lean_ctor_set(x_117, 1, x_116); -x_65 = x_117; -goto block_69; -} -} -else -{ -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_118 = lean_ctor_get(x_109, 1); -x_119 = lean_ctor_get(x_109, 2); -x_120 = lean_ctor_get(x_109, 3); -lean_inc(x_120); +lean_ctor_set(x_117, 1, x_114); +lean_ctor_set(x_117, 2, x_115); +lean_ctor_set(x_117, 3, x_116); +x_118 = lean_st_ref_set(x_10, x_117, x_109); +x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_121 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_121, 0, x_107); -lean_ctor_set(x_121, 1, x_118); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set(x_121, 3, x_120); -x_122 = lean_st_ref_set(x_10, x_121, x_110); -x_123 = lean_ctor_get(x_122, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_124 = x_122; -} else { - lean_dec_ref(x_122); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_123); -x_65 = x_125; -goto block_69; +lean_dec(x_118); +x_51 = x_104; +x_52 = x_119; +goto block_62; } } +block_134: +{ +if (x_121 == 0) +{ +uint8_t x_123; +x_123 = l_Lean_Expr_hasFVar(x_100); +if (x_123 == 0) +{ +uint8_t x_124; +x_124 = l_Lean_Expr_hasMVar(x_100); +if (x_124 == 0) +{ +uint8_t x_125; +lean_dec(x_100); +x_125 = 0; +x_104 = x_125; +x_105 = x_122; +goto block_120; } else { -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; uint8_t x_133; -lean_dec(x_75); -lean_inc(x_50); -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_50, x_71, x_77); -x_127 = lean_ctor_get(x_126, 1); +lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_inc(x_48); +lean_inc(x_3); +x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_3, x_48, x_100, x_122); +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 0); +x_128 = lean_ctor_get(x_126, 1); lean_inc(x_128); lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); +x_129 = lean_unbox(x_127); lean_dec(x_127); -x_130 = lean_st_ref_take(x_10, x_74); +x_104 = x_129; +x_105 = x_128; +goto block_120; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_inc(x_48); +lean_inc(x_3); +x_130 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_3, x_48, x_100, x_122); x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); x_132 = lean_ctor_get(x_130, 1); lean_inc(x_132); lean_dec(x_130); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = lean_ctor_get(x_131, 0); -lean_dec(x_134); -lean_ctor_set(x_131, 0, x_129); -x_135 = lean_st_ref_set(x_10, x_131, x_132); -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) -{ -lean_object* x_137; -x_137 = lean_ctor_get(x_135, 0); -lean_dec(x_137); -lean_ctor_set(x_135, 0, x_128); -x_65 = x_135; -goto block_69; -} -else -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_128); -lean_ctor_set(x_139, 1, x_138); -x_65 = x_139; -goto block_69; -} -} -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; -x_140 = lean_ctor_get(x_131, 1); -x_141 = lean_ctor_get(x_131, 2); -x_142 = lean_ctor_get(x_131, 3); -lean_inc(x_142); -lean_inc(x_141); -lean_inc(x_140); +x_133 = lean_unbox(x_131); lean_dec(x_131); -x_143 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_143, 0, x_129); -lean_ctor_set(x_143, 1, x_140); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_142); -x_144 = lean_st_ref_set(x_10, x_143, x_132); -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_146 = x_144; -} else { - lean_dec_ref(x_144); - x_146 = lean_box(0); -} -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 2, 0); -} else { - x_147 = x_146; -} -lean_ctor_set(x_147, 0, x_128); -lean_ctor_set(x_147, 1, x_145); -x_65 = x_147; -goto block_69; -} -} -} -else -{ -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; uint8_t x_170; lean_object* x_171; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_148 = lean_ctor_get(x_48, 3); -lean_inc(x_148); -x_149 = lean_ctor_get(x_48, 4); -lean_inc(x_149); -lean_dec(x_48); -x_150 = lean_st_ref_get(x_10, x_13); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_184 = lean_ctor_get(x_151, 0); -lean_inc(x_184); -lean_dec(x_151); -x_185 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -x_187 = l_Lean_Expr_hasFVar(x_148); -if (x_187 == 0) -{ -uint8_t x_188; -x_188 = l_Lean_Expr_hasMVar(x_148); -if (x_188 == 0) -{ -uint8_t x_189; -lean_dec(x_148); -x_189 = 0; -x_170 = x_189; -x_171 = x_186; -goto block_183; -} -else -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; uint8_t x_193; -lean_inc(x_50); -x_190 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_50, x_148, x_186); -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 = lean_unbox(x_191); -lean_dec(x_191); -x_170 = x_193; -x_171 = x_192; -goto block_183; +x_104 = x_133; +x_105 = x_132; +goto block_120; } } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; -lean_inc(x_50); -x_194 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_50, x_148, x_186); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_unbox(x_195); -lean_dec(x_195); -x_170 = x_197; -x_171 = x_196; -goto block_183; -} -block_169: -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_take(x_10, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = !lean_is_exclusive(x_157); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_157, 0); -lean_dec(x_160); -lean_ctor_set(x_157, 0, x_155); -x_161 = lean_st_ref_set(x_10, x_157, x_158); -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_53 = x_153; -x_54 = x_162; -goto block_64; -} -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); -x_164 = lean_ctor_get(x_157, 2); -x_165 = lean_ctor_get(x_157, 3); -lean_inc(x_165); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_157); -x_166 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_166, 0, x_155); -lean_ctor_set(x_166, 1, x_163); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); -x_167 = lean_st_ref_set(x_10, x_166, x_158); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -lean_dec(x_167); -x_53 = x_153; -x_54 = x_168; -goto block_64; -} -} -block_183: -{ -if (x_170 == 0) -{ -uint8_t x_172; -x_172 = l_Lean_Expr_hasFVar(x_149); -if (x_172 == 0) -{ -uint8_t x_173; -x_173 = l_Lean_Expr_hasMVar(x_149); -if (x_173 == 0) -{ -uint8_t x_174; -lean_dec(x_149); -x_174 = 0; -x_153 = x_174; -x_154 = x_171; -goto block_169; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -lean_inc(x_50); -lean_inc(x_3); -x_175 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(x_3, x_50, x_149, x_171); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_unbox(x_176); -lean_dec(x_176); -x_153 = x_178; -x_154 = x_177; -goto block_169; +lean_dec(x_100); +x_104 = x_121; +x_105 = x_122; +goto block_120; } } -else -{ -lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -lean_inc(x_50); -lean_inc(x_3); -x_179 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_3, x_50, x_149, x_171); -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 = lean_unbox(x_180); -lean_dec(x_180); -x_153 = x_182; -x_154 = x_181; -goto block_169; } } else { -lean_dec(x_149); -x_153 = x_170; -x_154 = x_171; -goto block_169; -} -} +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_47); +lean_ctor_set(x_149, 1, x_48); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_13); +x_27 = x_151; +goto block_43; } } } @@ -12900,7 +15262,7 @@ goto block_24; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { if (lean_obj_tag(x_5) == 0) @@ -12916,7 +15278,7 @@ x_16 = lean_usize_of_nat(x_15); lean_dec(x_15); x_17 = 0; lean_inc(x_7); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__74(x_1, x_2, x_3, x_4, x_13, x_12, x_16, x_17, x_14, x_7, x_8, x_9, x_10, x_11); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__104(x_1, x_2, x_3, x_4, x_13, x_12, x_16, x_17, x_14, x_7, x_8, x_9, x_10, x_11); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); x_20 = lean_ctor_get(x_19, 0); @@ -12931,7 +15293,7 @@ x_22 = lean_ctor_get(x_19, 1); lean_inc(x_22); lean_dec(x_19); x_23 = lean_box(0); -x_24 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_22, x_23, x_7, x_8, x_9, x_10, x_21); +x_24 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(x_22, x_23, x_7, x_8, x_9, x_10, x_21); lean_dec(x_7); return x_24; } @@ -12980,7 +15342,7 @@ x_34 = lean_array_get_size(x_31); x_35 = lean_usize_of_nat(x_34); lean_dec(x_34); x_36 = 0; -x_37 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__75(x_1, x_2, x_3, x_32, x_31, x_35, x_36, x_33, x_7, x_8, x_9, x_10, x_11); +x_37 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__105(x_1, x_2, x_3, x_32, x_31, x_35, x_36, x_33, x_7, x_8, x_9, x_10, x_11); lean_dec(x_1); x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); @@ -12996,7 +15358,7 @@ x_41 = lean_ctor_get(x_38, 1); lean_inc(x_41); lean_dec(x_38); x_42 = lean_box(0); -x_43 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_41, x_42, x_7, x_8, x_9, x_10, x_40); +x_43 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___lambda__1(x_41, x_42, x_7, x_8, x_9, x_10, x_40); lean_dec(x_7); return x_43; } @@ -13035,7 +15397,7 @@ return x_49; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__76(lean_object* x_1, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__106(lean_object* x_1, uint8_t 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: { uint8_t x_14; @@ -13066,671 +15428,461 @@ if (lean_is_exclusive(x_8)) { } if (lean_obj_tag(x_16) == 0) { -lean_object* x_44; size_t x_45; size_t x_46; -lean_dec(x_26); -lean_inc(x_4); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_4); -lean_ctor_set(x_44, 1, x_25); -x_45 = 1; -x_46 = lean_usize_add(x_7, x_45); -x_7 = x_46; -x_8 = x_44; -goto _start; +lean_object* x_44; lean_object* x_45; +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_13); +x_27 = x_45; +goto block_43; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_65; lean_object* x_70; lean_object* x_199; -x_48 = lean_ctor_get(x_16, 0); -lean_inc(x_48); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; uint8_t x_63; lean_object* x_153; +x_46 = lean_ctor_get(x_16, 0); +lean_inc(x_46); lean_dec(x_16); -x_49 = lean_ctor_get(x_25, 0); -lean_inc(x_49); -x_50 = lean_ctor_get(x_25, 1); -lean_inc(x_50); +x_47 = lean_ctor_get(x_25, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_25, 1); +lean_inc(x_48); if (lean_is_exclusive(x_25)) { lean_ctor_release(x_25, 0); lean_ctor_release(x_25, 1); - x_51 = x_25; + x_49 = x_25; } else { lean_dec_ref(x_25); - x_51 = lean_box(0); + x_49 = lean_box(0); } -x_52 = l_Lean_LocalDecl_fvarId(x_48); -x_199 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_52); -if (lean_obj_tag(x_199) == 0) +x_50 = l_Lean_LocalDecl_fvarId(x_46); +x_153 = l_Lean_RBNode_findCore___at_Lean_Meta_mkGeneralizationForbiddenSet_visit___spec__1(x_1, x_50); +if (lean_obj_tag(x_153) == 0) { -uint8_t x_200; -x_200 = l_Lean_LocalDecl_isAuxDecl(x_48); -if (x_200 == 0) +uint8_t x_154; +x_154 = l_Lean_LocalDecl_isAuxDecl(x_46); +if (x_154 == 0) { -uint8_t x_201; uint8_t x_202; -x_201 = l_Lean_LocalDecl_binderInfo(x_48); -x_202 = l_Lean_BinderInfo_isInstImplicit(x_201); -if (x_202 == 0) +uint8_t x_155; uint8_t x_156; +x_155 = l_Lean_LocalDecl_binderInfo(x_46); +x_156 = l_Lean_BinderInfo_isInstImplicit(x_155); +if (x_156 == 0) { if (x_2 == 0) { -lean_object* x_203; -x_203 = lean_box(0); -x_70 = x_203; -goto block_198; -} -else -{ -uint8_t x_204; -x_204 = l_Lean_LocalDecl_isLet(x_48); -if (x_204 == 0) -{ -lean_object* x_205; -x_205 = lean_box(0); -x_70 = x_205; -goto block_198; +uint8_t x_157; +x_157 = 0; +x_63 = x_157; +goto block_152; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_206 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_206, 0, x_49); -lean_ctor_set(x_206, 1, x_50); -x_207 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_207, 0, x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_13); -x_27 = x_208; -goto block_43; -} +uint8_t x_158; +x_158 = l_Lean_LocalDecl_isLet(x_46); +x_63 = x_158; +goto block_152; } } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_49); -lean_ctor_set(x_209, 1, x_50); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_209); -x_211 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_13); -x_27 = x_211; -goto block_43; +uint8_t x_159; +x_159 = 1; +x_63 = x_159; +goto block_152; } } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_49); -lean_ctor_set(x_212, 1, x_50); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_13); -x_27 = x_214; -goto block_43; +uint8_t x_160; +x_160 = 1; +x_63 = x_160; +goto block_152; } } else { -lean_object* x_215; lean_object* x_216; lean_object* x_217; -lean_dec(x_199); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_48); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_49); -lean_ctor_set(x_215, 1, x_50); -x_216 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_216, 0, x_215); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_13); -x_27 = x_217; +lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_153); +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_47); +lean_ctor_set(x_161, 1, x_48); +x_162 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_162, 0, x_161); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_13); +x_27 = x_163; goto block_43; } -block_64: +block_62: { -if (x_53 == 0) +if (x_51 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -lean_dec(x_52); -if (lean_is_scalar(x_51)) { - x_55 = lean_alloc_ctor(0, 2, 0); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +lean_dec(x_50); +if (lean_is_scalar(x_49)) { + x_53 = lean_alloc_ctor(0, 2, 0); } else { - x_55 = x_51; -} -lean_ctor_set(x_55, 0, x_49); -lean_ctor_set(x_55, 1, x_50); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_54); -x_27 = x_57; + x_53 = x_49; +} +lean_ctor_set(x_53, 0, x_47); +lean_ctor_set(x_53, 1, x_48); +x_54 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_54, 0, x_53); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_52); +x_27 = x_55; goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_58 = lean_box(0); -lean_inc(x_52); -x_59 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_49, x_52, x_58); -x_60 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_50, x_52, x_58); -if (lean_is_scalar(x_51)) { - x_61 = lean_alloc_ctor(0, 2, 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_box(0); +lean_inc(x_50); +x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_47, x_50, x_56); +x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_48, x_50, x_56); +if (lean_is_scalar(x_49)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - x_61 = x_51; -} -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_54); -x_27 = x_63; + x_59 = x_49; +} +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_52); +x_27 = x_61; goto block_43; } } -block_69: +block_152: +{ +if (x_63 == 0) +{ +if (lean_obj_tag(x_46) == 0) { -lean_object* x_66; lean_object* x_67; uint8_t x_68; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +x_64 = lean_ctor_get(x_46, 3); +lean_inc(x_64); +lean_dec(x_46); +x_65 = lean_st_ref_get(x_10, x_13); 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 = lean_unbox(x_66); +x_85 = lean_ctor_get(x_66, 0); +lean_inc(x_85); lean_dec(x_66); -x_53 = x_68; -x_54 = x_67; -goto block_64; +x_86 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_85); +x_88 = l_Lean_Expr_hasFVar(x_64); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = l_Lean_Expr_hasMVar(x_64); +if (x_89 == 0) +{ +uint8_t x_90; +lean_dec(x_64); +x_90 = 0; +x_68 = x_90; +x_69 = x_87; +goto block_84; +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_inc(x_48); +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_48, x_64, x_87); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_68 = x_94; +x_69 = x_93; +goto block_84; +} } -block_198: -{ -lean_dec(x_70); -if (lean_obj_tag(x_48) == 0) +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; uint8_t x_78; -x_71 = lean_ctor_get(x_48, 3); -lean_inc(x_71); -lean_dec(x_48); -x_72 = lean_st_ref_get(x_10, x_13); -x_73 = lean_ctor_get(x_72, 0); +lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +lean_inc(x_48); +x_95 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_48, x_64, x_87); +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_unbox(x_96); +lean_dec(x_96); +x_68 = x_98; +x_69 = x_97; +goto block_84; +} +block_84: +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_70 = lean_ctor_get(x_69, 1); +lean_inc(x_70); +lean_dec(x_69); +x_71 = lean_st_ref_take(x_10, 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); -x_74 = lean_ctor_get(x_72, 1); -lean_inc(x_74); -lean_dec(x_72); -x_75 = lean_ctor_get(x_73, 0); -lean_inc(x_75); -lean_dec(x_73); -x_76 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -lean_inc(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_75); -x_78 = l_Lean_Expr_hasFVar(x_71); -if (x_78 == 0) +lean_dec(x_71); +x_74 = !lean_is_exclusive(x_72); +if (x_74 == 0) { -uint8_t x_79; -x_79 = l_Lean_Expr_hasMVar(x_71); -if (x_79 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_72, 0); +lean_dec(x_75); +lean_ctor_set(x_72, 0, x_70); +x_76 = lean_st_ref_set(x_10, x_72, x_73); +x_77 = lean_ctor_get(x_76, 1); +lean_inc(x_77); +lean_dec(x_76); +x_51 = x_68; +x_52 = x_77; +goto block_62; +} +else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; -lean_dec(x_77); -lean_dec(x_71); -x_80 = lean_st_ref_take(x_10, x_74); -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 = !lean_is_exclusive(x_81); -if (x_83 == 0) -{ -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_dec(x_84); -lean_ctor_set(x_81, 0, x_75); -x_85 = lean_st_ref_set(x_10, x_81, x_82); -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) -{ -lean_object* x_87; uint8_t x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -lean_dec(x_87); -x_88 = 0; -x_89 = lean_box(x_88); -lean_ctor_set(x_85, 0, x_89); -x_65 = x_85; -goto block_69; -} -else -{ -lean_object* x_90; uint8_t x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_dec(x_85); -x_91 = 0; -x_92 = lean_box(x_91); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_90); -x_65 = x_93; -goto block_69; +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_78 = lean_ctor_get(x_72, 1); +x_79 = lean_ctor_get(x_72, 2); +x_80 = lean_ctor_get(x_72, 3); +lean_inc(x_80); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_72); +x_81 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_81, 0, x_70); +lean_ctor_set(x_81, 1, x_78); +lean_ctor_set(x_81, 2, x_79); +lean_ctor_set(x_81, 3, x_80); +x_82 = lean_st_ref_set(x_10, x_81, x_73); +x_83 = lean_ctor_get(x_82, 1); +lean_inc(x_83); +lean_dec(x_82); +x_51 = x_68; +x_52 = x_83; +goto block_62; +} } } 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; uint8_t x_101; lean_object* x_102; lean_object* x_103; -x_94 = lean_ctor_get(x_81, 1); -x_95 = lean_ctor_get(x_81, 2); -x_96 = lean_ctor_get(x_81, 3); -lean_inc(x_96); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_81); -x_97 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_97, 0, x_75); -lean_ctor_set(x_97, 1, x_94); -lean_ctor_set(x_97, 2, x_95); -lean_ctor_set(x_97, 3, x_96); -x_98 = lean_st_ref_set(x_10, x_97, x_82); -x_99 = lean_ctor_get(x_98, 1); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; lean_object* x_105; uint8_t x_121; lean_object* x_122; lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; +x_99 = lean_ctor_get(x_46, 3); lean_inc(x_99); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_100 = x_98; -} else { - lean_dec_ref(x_98); - x_100 = lean_box(0); -} -x_101 = 0; -x_102 = lean_box(x_101); -if (lean_is_scalar(x_100)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_100; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_99); -x_65 = x_103; -goto block_69; +x_100 = lean_ctor_get(x_46, 4); +lean_inc(x_100); +lean_dec(x_46); +x_101 = lean_st_ref_get(x_10, x_13); +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); +x_135 = lean_ctor_get(x_102, 0); +lean_inc(x_135); +lean_dec(x_102); +x_136 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +x_138 = l_Lean_Expr_hasFVar(x_99); +if (x_138 == 0) +{ +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_99); +if (x_139 == 0) +{ +uint8_t x_140; +lean_dec(x_99); +x_140 = 0; +x_121 = x_140; +x_122 = x_137; +goto block_134; +} +else +{ +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +lean_inc(x_48); +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__69___at_Lean_Meta_getFVarSetToGeneralize___spec__77(x_48, x_99, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_121 = x_144; +x_122 = x_143; +goto block_134; } } 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; lean_object* x_110; uint8_t x_111; -lean_dec(x_75); -lean_inc(x_50); -x_104 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__1___at_Lean_Meta_getFVarSetToGeneralize___spec__9(x_50, x_71, x_77); -x_105 = lean_ctor_get(x_104, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_104, 0); +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +lean_inc(x_48); +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__80___at_Lean_Meta_getFVarSetToGeneralize___spec__88(x_48, x_99, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_121 = x_148; +x_122 = x_147; +goto block_134; +} +block_120: +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); -lean_dec(x_104); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); lean_dec(x_105); -x_108 = lean_st_ref_take(x_10, x_74); -x_109 = lean_ctor_get(x_108, 0); +x_107 = lean_st_ref_take(x_10, x_103); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = !lean_is_exclusive(x_109); -if (x_111 == 0) -{ -lean_object* x_112; lean_object* x_113; uint8_t x_114; -x_112 = lean_ctor_get(x_109, 0); +lean_dec(x_107); +x_110 = !lean_is_exclusive(x_108); +if (x_110 == 0) +{ +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_108, 0); +lean_dec(x_111); +lean_ctor_set(x_108, 0, x_106); +x_112 = lean_st_ref_set(x_10, x_108, x_109); +x_113 = lean_ctor_get(x_112, 1); +lean_inc(x_113); lean_dec(x_112); -lean_ctor_set(x_109, 0, x_107); -x_113 = lean_st_ref_set(x_10, x_109, x_110); -x_114 = !lean_is_exclusive(x_113); -if (x_114 == 0) -{ -lean_object* x_115; -x_115 = lean_ctor_get(x_113, 0); -lean_dec(x_115); -lean_ctor_set(x_113, 0, x_106); -x_65 = x_113; -goto block_69; +x_51 = x_104; +x_52 = x_113; +goto block_62; } else { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_113, 1); +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_114 = lean_ctor_get(x_108, 1); +x_115 = lean_ctor_get(x_108, 2); +x_116 = lean_ctor_get(x_108, 3); lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_108); +x_117 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_117, 0, x_106); -lean_ctor_set(x_117, 1, x_116); -x_65 = x_117; -goto block_69; -} -} -else -{ -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_118 = lean_ctor_get(x_109, 1); -x_119 = lean_ctor_get(x_109, 2); -x_120 = lean_ctor_get(x_109, 3); -lean_inc(x_120); +lean_ctor_set(x_117, 1, x_114); +lean_ctor_set(x_117, 2, x_115); +lean_ctor_set(x_117, 3, x_116); +x_118 = lean_st_ref_set(x_10, x_117, x_109); +x_119 = lean_ctor_get(x_118, 1); lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_109); -x_121 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_121, 0, x_107); -lean_ctor_set(x_121, 1, x_118); -lean_ctor_set(x_121, 2, x_119); -lean_ctor_set(x_121, 3, x_120); -x_122 = lean_st_ref_set(x_10, x_121, x_110); -x_123 = lean_ctor_get(x_122, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_124 = x_122; -} else { - lean_dec_ref(x_122); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(0, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_106); -lean_ctor_set(x_125, 1, x_123); -x_65 = x_125; -goto block_69; +lean_dec(x_118); +x_51 = x_104; +x_52 = x_119; +goto block_62; } } +block_134: +{ +if (x_121 == 0) +{ +uint8_t x_123; +x_123 = l_Lean_Expr_hasFVar(x_100); +if (x_123 == 0) +{ +uint8_t x_124; +x_124 = l_Lean_Expr_hasMVar(x_100); +if (x_124 == 0) +{ +uint8_t x_125; +lean_dec(x_100); +x_125 = 0; +x_104 = x_125; +x_105 = x_122; +goto block_120; } else { -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; uint8_t x_133; -lean_dec(x_75); -lean_inc(x_50); -x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__12___at_Lean_Meta_getFVarSetToGeneralize___spec__20(x_50, x_71, x_77); -x_127 = lean_ctor_get(x_126, 1); +lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +lean_inc(x_48); +lean_inc(x_3); +x_126 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_3, x_48, x_100, x_122); +x_127 = lean_ctor_get(x_126, 0); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 0); +x_128 = lean_ctor_get(x_126, 1); lean_inc(x_128); lean_dec(x_126); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); +x_129 = lean_unbox(x_127); lean_dec(x_127); -x_130 = lean_st_ref_take(x_10, x_74); +x_104 = x_129; +x_105 = x_128; +goto block_120; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; +lean_inc(x_48); +lean_inc(x_3); +x_130 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50(x_3, x_48, x_100, x_122); x_131 = lean_ctor_get(x_130, 0); lean_inc(x_131); x_132 = lean_ctor_get(x_130, 1); lean_inc(x_132); lean_dec(x_130); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = lean_ctor_get(x_131, 0); -lean_dec(x_134); -lean_ctor_set(x_131, 0, x_129); -x_135 = lean_st_ref_set(x_10, x_131, x_132); -x_136 = !lean_is_exclusive(x_135); -if (x_136 == 0) -{ -lean_object* x_137; -x_137 = lean_ctor_get(x_135, 0); -lean_dec(x_137); -lean_ctor_set(x_135, 0, x_128); -x_65 = x_135; -goto block_69; -} -else -{ -lean_object* x_138; lean_object* x_139; -x_138 = lean_ctor_get(x_135, 1); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_128); -lean_ctor_set(x_139, 1, x_138); -x_65 = x_139; -goto block_69; -} -} -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; -x_140 = lean_ctor_get(x_131, 1); -x_141 = lean_ctor_get(x_131, 2); -x_142 = lean_ctor_get(x_131, 3); -lean_inc(x_142); -lean_inc(x_141); -lean_inc(x_140); +x_133 = lean_unbox(x_131); lean_dec(x_131); -x_143 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_143, 0, x_129); -lean_ctor_set(x_143, 1, x_140); -lean_ctor_set(x_143, 2, x_141); -lean_ctor_set(x_143, 3, x_142); -x_144 = lean_st_ref_set(x_10, x_143, x_132); -x_145 = lean_ctor_get(x_144, 1); -lean_inc(x_145); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_146 = x_144; -} else { - lean_dec_ref(x_144); - x_146 = lean_box(0); -} -if (lean_is_scalar(x_146)) { - x_147 = lean_alloc_ctor(0, 2, 0); -} else { - x_147 = x_146; -} -lean_ctor_set(x_147, 0, x_128); -lean_ctor_set(x_147, 1, x_145); -x_65 = x_147; -goto block_69; -} +x_104 = x_133; +x_105 = x_132; +goto block_120; } } else { -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; uint8_t x_170; lean_object* x_171; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_148 = lean_ctor_get(x_48, 3); -lean_inc(x_148); -x_149 = lean_ctor_get(x_48, 4); -lean_inc(x_149); -lean_dec(x_48); -x_150 = lean_st_ref_get(x_10, x_13); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_184 = lean_ctor_get(x_151, 0); -lean_inc(x_184); -lean_dec(x_151); -x_185 = l_Lean_Meta_mkGeneralizationForbiddenSet_visit___closed__1; -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -x_187 = l_Lean_Expr_hasFVar(x_148); -if (x_187 == 0) -{ -uint8_t x_188; -x_188 = l_Lean_Expr_hasMVar(x_148); -if (x_188 == 0) -{ -uint8_t x_189; -lean_dec(x_148); -x_189 = 0; -x_170 = x_189; -x_171 = x_186; -goto block_183; -} -else -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; uint8_t x_193; -lean_inc(x_50); -x_190 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__39___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_50, x_148, x_186); -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 = lean_unbox(x_191); -lean_dec(x_191); -x_170 = x_193; -x_171 = x_192; -goto block_183; -} -} -else -{ -lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; -lean_inc(x_50); -x_194 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__50___at_Lean_Meta_getFVarSetToGeneralize___spec__58(x_50, x_148, x_186); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_194, 1); -lean_inc(x_196); -lean_dec(x_194); -x_197 = lean_unbox(x_195); -lean_dec(x_195); -x_170 = x_197; -x_171 = x_196; -goto block_183; -} -block_169: -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; -x_155 = lean_ctor_get(x_154, 1); -lean_inc(x_155); -lean_dec(x_154); -x_156 = lean_st_ref_take(x_10, x_152); -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = !lean_is_exclusive(x_157); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -x_160 = lean_ctor_get(x_157, 0); -lean_dec(x_160); -lean_ctor_set(x_157, 0, x_155); -x_161 = lean_st_ref_set(x_10, x_157, x_158); -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_53 = x_153; -x_54 = x_162; -goto block_64; -} -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); -x_164 = lean_ctor_get(x_157, 2); -x_165 = lean_ctor_get(x_157, 3); -lean_inc(x_165); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_157); -x_166 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_166, 0, x_155); -lean_ctor_set(x_166, 1, x_163); -lean_ctor_set(x_166, 2, x_164); -lean_ctor_set(x_166, 3, x_165); -x_167 = lean_st_ref_set(x_10, x_166, x_158); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -lean_dec(x_167); -x_53 = x_153; -x_54 = x_168; -goto block_64; -} -} -block_183: -{ -if (x_170 == 0) -{ -uint8_t x_172; -x_172 = l_Lean_Expr_hasFVar(x_149); -if (x_172 == 0) -{ -uint8_t x_173; -x_173 = l_Lean_Expr_hasMVar(x_149); -if (x_173 == 0) -{ -uint8_t x_174; -lean_dec(x_149); -x_174 = 0; -x_153 = x_174; -x_154 = x_171; -goto block_169; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; uint8_t x_178; -lean_inc(x_50); -lean_inc(x_3); -x_175 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__23(x_3, x_50, x_149, x_171); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_unbox(x_176); -lean_dec(x_176); -x_153 = x_178; -x_154 = x_177; -goto block_169; +lean_dec(x_100); +x_104 = x_121; +x_105 = x_122; +goto block_120; } } -else -{ -lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -lean_inc(x_50); -lean_inc(x_3); -x_179 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_getFVarSetToGeneralize___spec__31(x_3, x_50, x_149, x_171); -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 = lean_unbox(x_180); -lean_dec(x_180); -x_153 = x_182; -x_154 = x_181; -goto block_169; } } else { -lean_dec(x_149); -x_153 = x_170; -x_154 = x_171; -goto block_169; -} -} +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_50); +lean_dec(x_49); +lean_dec(x_46); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_47); +lean_ctor_set(x_149, 1, x_48); +x_150 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_150, 0, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_13); +x_27 = x_151; +goto block_43; } } } @@ -13839,7 +15991,7 @@ goto block_24; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__72(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__102(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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; @@ -13848,7 +16000,7 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); lean_inc(x_1); -x_12 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_1, x_2, x_3, x_5, x_11, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103(x_1, x_2, x_3, x_5, x_11, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_5); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); @@ -13903,7 +16055,7 @@ x_25 = lean_array_get_size(x_22); x_26 = lean_usize_of_nat(x_25); lean_dec(x_25); x_27 = 0; -x_28 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__76(x_1, x_2, x_3, x_23, x_22, x_26, x_27, x_24, x_6, x_7, x_8, x_9, x_20); +x_28 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__106(x_1, x_2, x_3, x_23, x_22, x_26, x_27, x_24, x_6, x_7, x_8, x_9, x_20); lean_dec(x_6); lean_dec(x_1); x_29 = lean_ctor_get(x_28, 0); @@ -14004,7 +16156,7 @@ lean_inc(x_14); lean_dec(x_13); x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; x_16 = l_Lean_Meta_getFVarSetToGeneralize___closed__1; -x_17 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_2, x_3, x_15, x_14, x_16, x_4, x_5, x_6, x_7, x_8); +x_17 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91(x_2, x_3, x_15, x_14, x_16, x_4, x_5, x_6, x_7, x_8); lean_dec(x_14); x_18 = !lean_is_exclusive(x_17); if (x_18 == 0) @@ -14049,7 +16201,7 @@ lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_dec(x_10); x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; x_29 = l_Lean_Meta_getFVarSetToGeneralize___closed__1; -x_30 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_2, x_3, x_28, x_26, x_29, x_4, x_5, x_6, x_7, x_8); +x_30 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__96(x_2, x_3, x_28, x_26, x_29, x_4, x_5, x_6, x_7, x_8); lean_dec(x_26); x_31 = !lean_is_exclusive(x_30); if (x_31 == 0) @@ -14085,12 +16237,12 @@ size_t x_38; size_t x_39; lean_object* x_40; lean_object* x_41; lean_object* x_4 x_38 = 0; x_39 = lean_usize_of_nat(x_10); lean_dec(x_10); -x_40 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__71(x_1, x_38, x_39, x_9); +x_40 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__101(x_1, x_38, x_39, x_9); x_41 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_41, 0, x_9); lean_ctor_set(x_41, 1, x_40); x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_getFVarSetToGeneralize___spec__2___at_Lean_Meta_getFVarSetToGeneralize___spec__10___closed__1; -x_43 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_2, x_3, x_42, x_26, x_41, x_4, x_5, x_6, x_7, x_8); +x_43 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__102(x_2, x_3, x_42, x_26, x_41, x_4, x_5, x_6, x_7, x_8); lean_dec(x_26); x_44 = !lean_is_exclusive(x_43); if (x_44 == 0) @@ -14303,7 +16455,7 @@ x_5 = lean_box(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__36___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__39___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; uint8_t x_8; lean_object* x_9; @@ -14311,13 +16463,13 @@ 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__36(x_1, x_2, x_3, x_6, x_7); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__39(x_1, x_2, x_3, x_6, x_7); lean_dec(x_3); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__37___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__40___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; uint8_t x_8; lean_object* x_9; @@ -14325,22 +16477,22 @@ 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__37(x_1, x_2, x_3, x_6, x_7); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__40(x_1, x_2, x_3, x_6, x_7); lean_dec(x_3); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38___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_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__35(x_1, x_2, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__38(x_1, x_2, x_3); x_5 = lean_box(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__38___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__41___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; uint8_t x_8; lean_object* x_9; @@ -14348,22 +16500,22 @@ 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__38(x_1, x_2, x_3, x_6, x_7); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__41(x_1, x_2, x_3, x_6, x_7); lean_dec(x_3); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37___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_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__34(x_1, x_2, x_3); +x_4 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__37(x_1, x_2, x_3); x_5 = lean_box(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__44___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__47___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; uint8_t x_8; lean_object* x_9; @@ -14371,13 +16523,13 @@ 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__44(x_1, x_2, x_3, x_6, x_7); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__47(x_1, x_2, x_3, x_6, x_7); lean_dec(x_3); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__45___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__48___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; uint8_t x_8; lean_object* x_9; @@ -14385,22 +16537,22 @@ 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__45(x_1, x_2, x_3, x_6, x_7); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__48(x_1, x_2, x_3, x_6, x_7); lean_dec(x_3); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46___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_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__43(x_1, x_2, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__46(x_1, x_2, x_3); x_5 = lean_box(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__46___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__49___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; uint8_t x_8; lean_object* x_9; @@ -14408,17 +16560,17 @@ 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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__46(x_1, x_2, x_3, x_6, x_7); +x_8 = l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__49(x_1, x_2, x_3, x_6, x_7); lean_dec(x_3); x_9 = lean_box(x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45___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_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__42(x_1, x_2, x_3); +x_4 = l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__45(x_1, x_2, x_3); x_5 = lean_box(x_4); return x_5; } @@ -14483,7 +16635,187 @@ x_5 = lean_box(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__63___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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__63___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__63(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__64___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__64(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___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_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_1, x_2, x_3); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__65___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__65(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61___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_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_1, x_2, x_3); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__74___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__74(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__75___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__75(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73___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_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_1, x_2, x_3); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__76___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__76(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72___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_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_1, x_2, x_3); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__85___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__85(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__86___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__86(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84___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_Lean_PersistentArray_anyMAux___at_Lean_Meta_getFVarSetToGeneralize___spec__84(x_1, x_2, x_3); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__87___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at_Lean_Meta_getFVarSetToGeneralize___spec__87(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83___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_Lean_PersistentArray_anyM___at_Lean_Meta_getFVarSetToGeneralize___spec__83(x_1, x_2, x_3); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__93___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; size_t x_16; size_t x_17; lean_object* x_18; @@ -14493,7 +16825,7 @@ x_16 = lean_unbox_usize(x_7); lean_dec(x_7); x_17 = lean_unbox_usize(x_8); lean_dec(x_8); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__63(x_1, x_15, x_3, x_4, x_5, x_6, x_16, x_17, x_9, x_10, x_11, x_12, x_13, x_14); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__93(x_1, x_15, x_3, x_4, x_5, x_6, x_16, x_17, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -14502,7 +16834,7 @@ lean_dec(x_4); return x_18; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__64___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__94___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: { uint8_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -14512,7 +16844,7 @@ x_15 = lean_unbox_usize(x_6); lean_dec(x_6); x_16 = lean_unbox_usize(x_7); lean_dec(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__64(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__94(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -14522,11 +16854,11 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___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); @@ -14535,13 +16867,13 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62___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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_2); lean_dec(x_2); -x_13 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__62(x_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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__92(x_1, x_12, 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); @@ -14550,7 +16882,7 @@ lean_dec(x_4); return x_13; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__65___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__95___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: { uint8_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -14560,7 +16892,7 @@ x_15 = lean_unbox_usize(x_6); lean_dec(x_6); x_16 = lean_unbox_usize(x_7); lean_dec(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__65(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__95(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -14570,11 +16902,11 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___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); @@ -14583,13 +16915,13 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61___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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91___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; lean_object* x_12; x_11 = lean_unbox(x_2); lean_dec(x_2); -x_12 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__61(x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__91(x_1, x_11, 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); @@ -14597,7 +16929,7 @@ lean_dec(x_4); return x_12; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__68___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__98___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; size_t x_16; size_t x_17; lean_object* x_18; @@ -14607,7 +16939,7 @@ x_16 = lean_unbox_usize(x_7); lean_dec(x_7); x_17 = lean_unbox_usize(x_8); lean_dec(x_8); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__68(x_1, x_15, x_3, x_4, x_5, x_6, x_16, x_17, x_9, x_10, x_11, x_12, x_13, x_14); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__98(x_1, x_15, x_3, x_4, x_5, x_6, x_16, x_17, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -14616,7 +16948,7 @@ lean_dec(x_4); return x_18; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__69___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__99___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: { uint8_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -14626,7 +16958,7 @@ x_15 = lean_unbox_usize(x_6); lean_dec(x_6); x_16 = lean_unbox_usize(x_7); lean_dec(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__69(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__99(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -14636,13 +16968,13 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67___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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_2); lean_dec(x_2); -x_13 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__67(x_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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__97(x_1, x_12, 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); @@ -14651,7 +16983,7 @@ lean_dec(x_4); return x_13; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__70___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__100___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: { uint8_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -14661,7 +16993,7 @@ x_15 = lean_unbox_usize(x_6); lean_dec(x_6); x_16 = lean_unbox_usize(x_7); lean_dec(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__70(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__100(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -14671,13 +17003,13 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__66___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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__96___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; lean_object* x_12; x_11 = lean_unbox(x_2); lean_dec(x_2); -x_12 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__66(x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__96(x_1, x_11, 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); @@ -14685,7 +17017,7 @@ lean_dec(x_4); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__71___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_getFVarSetToGeneralize___spec__101___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; @@ -14693,12 +17025,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_getFVarSetToGeneralize___spec__71(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_getFVarSetToGeneralize___spec__101(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__74___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__104___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; size_t x_16; size_t x_17; lean_object* x_18; @@ -14708,7 +17040,7 @@ x_16 = lean_unbox_usize(x_7); lean_dec(x_7); x_17 = lean_unbox_usize(x_8); lean_dec(x_8); -x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__74(x_1, x_15, x_3, x_4, x_5, x_6, x_16, x_17, x_9, x_10, x_11, x_12, x_13, x_14); +x_18 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__104(x_1, x_15, x_3, x_4, x_5, x_6, x_16, x_17, x_9, x_10, x_11, x_12, x_13, x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -14717,7 +17049,7 @@ lean_dec(x_4); return x_18; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__75___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__105___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: { uint8_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -14727,7 +17059,7 @@ x_15 = lean_unbox_usize(x_6); lean_dec(x_6); x_16 = lean_unbox_usize(x_7); lean_dec(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__75(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__105(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -14737,13 +17069,13 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73___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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103___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: { uint8_t x_12; lean_object* x_13; x_12 = lean_unbox(x_2); lean_dec(x_2); -x_13 = l_Lean_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__73(x_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_PersistentArray_forInAux___at_Lean_Meta_getFVarSetToGeneralize___spec__103(x_1, x_12, 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); @@ -14752,7 +17084,7 @@ lean_dec(x_4); return x_13; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__76___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_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__106___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: { uint8_t x_14; size_t x_15; size_t x_16; lean_object* x_17; @@ -14762,7 +17094,7 @@ x_15 = lean_unbox_usize(x_6); lean_dec(x_6); x_16 = lean_unbox_usize(x_7); lean_dec(x_7); -x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__76(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_17 = l_Array_forInUnsafe_loop___at_Lean_Meta_getFVarSetToGeneralize___spec__106(x_1, x_14, x_3, x_4, x_5, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -14772,13 +17104,13 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__72___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_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__102___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; lean_object* x_12; x_11 = lean_unbox(x_2); lean_dec(x_2); -x_12 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__72(x_1, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_12 = l_Lean_PersistentArray_forIn___at_Lean_Meta_getFVarSetToGeneralize___spec__102(x_1, x_11, 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); diff --git a/stage0/stdlib/Lean/Meta/GetConst.c b/stage0/stdlib/Lean/Meta/GetConst.c index 542717fe0119..c867ada501ac 100644 --- a/stage0/stdlib/Lean/Meta/GetConst.c +++ b/stage0/stdlib/Lean/Meta/GetConst.c @@ -22,7 +22,6 @@ lean_object* lean_environment_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_canUnfold___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_get_reducibility_status(lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getConstNoEx_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -33,6 +32,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDe LEAN_EXPORT lean_object* l_Lean_isIrreducible___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwUnknownConstant___at___private_Lean_Meta_Basic_0__Lean_Meta_getConstTemp_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t, uint8_t); lean_object* l_Lean_Meta_getTheoremInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getConst_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___at___private_Lean_Meta_GetConst_0__Lean_Meta_canUnfoldDefault___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -315,7 +315,7 @@ x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); lean_dec(x_38); x_40 = 3; -x_41 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_6, x_40); +x_41 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_6, x_40); if (x_41 == 0) { uint8_t x_42; lean_object* x_43; @@ -360,7 +360,7 @@ x_51 = lean_ctor_get(x_49, 0); lean_inc(x_51); lean_dec(x_49); x_52 = 3; -x_53 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_6, x_52); +x_53 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_6, x_52); if (x_53 == 0) { uint8_t x_54; lean_object* x_55; lean_object* x_56; diff --git a/stage0/stdlib/Lean/Meta/IndPredBelow.c b/stage0/stdlib/Lean/Meta/IndPredBelow.c index 4ca72a6ba75a..f21e29a96838 100644 --- a/stage0/stdlib/Lean/Meta/IndPredBelow.c +++ b/stage0/stdlib/Lean/Meta/IndPredBelow.c @@ -20,13 +20,13 @@ static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_induction___closed__1; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_IndPredBelow_findBelowIdx___spec__3(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_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_mkCtorType_mkMotiveBinder___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*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__6; static lean_object* l_Lean_mkCasesOn___at_Lean_Meta_IndPredBelow_mkBelow___spec__1___closed__6; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_mkCtorType_mkBelowBinder___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__5(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* l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___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_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_induction(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_LocalContext_getFVars___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__10(lean_object*, lean_object*, uint8_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*); @@ -55,12 +55,12 @@ LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_ lean_object* l_Lean_Meta_mkForallFVars___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_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkContext___spec__5(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkContext_addMotives(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__3; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Meta_IndPredBelow_mkBelowMatcher___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkCtorType_rebuild___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_IndPredBelow_getBelowIndices___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_transform_visit_visitLambda___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___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*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowMatcher___spec__3___lambda__2___closed__5; -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__7; lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Meta_Eqns_0__Lean_Meta_mkSimpleEqThm___spec__1___rarg(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_IndPredBelow_backwardsChaining___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_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLambda___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__4(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*); @@ -76,10 +76,10 @@ lean_object* l_Lean_Meta_forallMetaTelescope(lean_object*, uint8_t, lean_object* LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_findBelowIdx___spec__2___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_IndPredBelow_mkContext_addMotives___spec__1___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_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_IndPredBelow_mkCtorType_mkBelowBinder___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkCtorType_rebuild(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_loop___at_Lean_Meta_IndPredBelow_mkBelow___spec__2___closed__3; +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_backwardsChaining(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -100,7 +100,6 @@ uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_IndPredBelow_mkBelow___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_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkCtorType_addHeaderVars___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_ST_Prim_Ref_get___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__6; lean_object* l_Lean_Meta_Match_mkMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_IndPredBelow_mkCtorType_checkCount___lambda__2___closed__1; lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); @@ -123,7 +122,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBrecOnDecl(lean_object*, lea LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_IndPredBelow_mkBelowMatcher_transformFields_loop___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_findBelowIdx___spec__2___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowDecl___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_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__8; lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_applyIH___closed__3; static lean_object* l_Lean_Meta_IndPredBelow_mkBelow___closed__3; @@ -142,13 +140,12 @@ static lean_object* l_Lean_mkCasesOn___at_Lean_Meta_IndPredBelow_mkBelow___spec_ lean_object* l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkContext___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*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__13; LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__14___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_IndPredBelow_mkContext_motiveType___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__8(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecls_loop___at_Lean_Meta_IndPredBelow_mkCtorType_addMotives___spec__3___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_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowMatcher___spec__3___lambda__1___closed__4; +LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkCtorType_modifyBinders___lambda__2___boxed(lean_object**); extern lean_object* l_Lean_Expr_instBEqExpr; static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_closeGoal___closed__7; @@ -171,7 +168,6 @@ lean_object* l_Lean_Meta_Match_Pattern_toExpr_visit(uint8_t, lean_object*, lean_ lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedNat; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_IndPredBelow_proveBrecOn_applyIH___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withIncRecDepth___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__13___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_mkCasesOn___at_Lean_Meta_IndPredBelow_mkBelow___spec__1___closed__2; @@ -182,17 +178,18 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_IndPredBelow_back size_t lean_ptr_addr(lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecls___at_Lean_Meta_IndPredBelow_mkCtorType_addMotives___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_convertToBelow___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_IndPredBelow_backwardsChaining___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_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelow___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_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkContext___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_IndPredBelow_getBelowIndices_loop___lambda__1(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*); static lean_object* l_Lean_Meta_IndPredBelow_mkBrecOnDecl_mkIH___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_IndPredBelow_backwardsChaining___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_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_addMotives___spec__1(lean_object*, size_t, size_t, 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_Array_foldrMUnsafe_fold___at_Lean_Meta_IndPredBelow_mkContext_addMotives___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -234,11 +231,12 @@ static lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowMatch static lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_convertToBelow___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_getBelowIndices___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_IndPredBelow_mkBelowMatcher_newMotive___lambda__1___closed__1; -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBrecOnDecl_mkType___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_Meta_check(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_closeGoal___closed__8; +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__2; lean_object* l_Lean_Meta_isInductivePredicate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__9___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_anyMUnsafe_any___at_Lean_Meta_IndPredBelow_findBelowIdx___spec__1(lean_object*, lean_object*, size_t, size_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*); @@ -281,6 +279,7 @@ static lean_object* l_Lean_Meta_transform___at_Lean_Meta_IndPredBelow_mkCtorType LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__8___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x21(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_addMotives___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_getBelowIndices_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -352,15 +351,16 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_mkCt static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_closeGoal___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_mkBelowMatcher_transformFields_loop___spec__2___boxed(lean_object**); lean_object* l_Lean_Meta_introNCore(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_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__5; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_IndPredBelow_mkBelow___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_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkContext_mkHeader___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_newMotive___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_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_replaceTempVars___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkCtorType_addHeaderVars___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_IndPredBelow_mkBelowMatcher(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_IndPredBelow_mkContext_motiveName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_convertToBelow(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_IndPredBelow_backwardsChaining___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_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowMatcher___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*); @@ -413,7 +413,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBrecOnDecl_mkIH___lambda__2( 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_IndPredBelow_findBelowIdx(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_type(lean_object*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkCtorType_addMotives___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_foldrMUnsafe_fold___at_Lean_Meta_IndPredBelow_mkContext_addMotives___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_Array_indexOfAux___at___private_Lean_Meta_FunInfo_0__Lean_Meta_collectDeps_visit___spec__1(lean_object*, lean_object*, lean_object*); @@ -423,7 +422,6 @@ lean_object* l_Array_insertAt_x21___rarg(lean_object*, lean_object*, lean_object LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_closeGoal(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher___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_transform_visit_visitLambda___at_Lean_Meta_IndPredBelow_mkCtorType_checkCount___spec__4___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowMatcher___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*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_findBelowIdx___spec__2___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_mkCtorType_mkBelowBinder___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*); @@ -431,6 +429,7 @@ lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_obje static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_findBelowIdx___spec__2___lambda__3___closed__5; static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_closeGoal___closed__6; lean_object* l_Lean_mkArrow(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__4; static lean_object* l_Lean_Meta_IndPredBelow_mkBelow___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_convertToBelow___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); @@ -454,6 +453,7 @@ LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkCtorT lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_introNPRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__7; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_replaceTempVars___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_IndPredBelow_proveBrecOn_closeGoal___closed__9; @@ -491,7 +491,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_IndPredBelow static lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_newMotive___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_newMotive___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_Array_mapMUnsafe_map___at_Lean_Meta_IndPredBelow_mkCtorType_addHeaderVars___spec__3___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_mkBelowMatcher_convertToBelow___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_IndPredBelow_mkCtorType_mkMotiveBinder___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_string_append(lean_object*, lean_object*); @@ -505,6 +504,7 @@ lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkContext___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 uint8_t l_Lean_Expr_withAppAux___at_Lean_Meta_IndPredBelow_mkCtorType_mkBelowBinder___spec__3___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__13; static lean_object* l_Array_mapIdxM_map___at_Lean_Meta_IndPredBelow_mkBelowMatcher___spec__3___lambda__1___closed__2; static lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_7____closed__4; static lean_object* l_Lean_mkCasesOn___at_Lean_Meta_IndPredBelow_mkBelow___spec__1___closed__11; @@ -10026,134 +10026,137 @@ uint8_t x_10; x_10 = lean_usize_dec_eq(x_3, x_4); if (x_10 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_11 = lean_array_uget(x_2, x_3); -x_12 = l_Lean_Expr_mvarId_x21(x_11); -lean_inc(x_12); -x_13 = l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(x_12, x_5, x_6, x_7, x_8, x_9); -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) +x_21 = l_Lean_Expr_mvarId_x21(x_11); +lean_inc(x_21); +x_22 = l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(x_21, x_5, x_6, x_7, x_8, x_9); +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_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_16 = lean_ctor_get(x_13, 1); -lean_inc(x_16); -lean_dec(x_13); -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_sub(x_1, x_17); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); +x_26 = lean_unsigned_to_nat(1u); +x_27 = lean_nat_sub(x_1, x_26); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_19 = l_Lean_Meta_IndPredBelow_backwardsChaining(x_12, x_18, x_5, x_6, x_7, x_8, x_16); -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) -{ -uint8_t x_22; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_22 = !lean_is_exclusive(x_19); -if (x_22 == 0) +x_28 = l_Lean_Meta_IndPredBelow_backwardsChaining(x_21, x_27, x_5, x_6, x_7, x_8, x_25); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_19, 0); -lean_dec(x_23); -x_24 = 1; -x_25 = lean_box(x_24); -lean_ctor_set(x_19, 0, x_25); -return x_19; -} -else +lean_object* x_29; uint8_t x_30; +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_unbox(x_29); +lean_dec(x_29); +if (x_30 == 0) { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_19, 1); -lean_inc(x_26); -lean_dec(x_19); -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; -} +lean_object* x_31; uint8_t x_32; +x_31 = lean_ctor_get(x_28, 1); +lean_inc(x_31); +lean_dec(x_28); +x_32 = 1; +x_12 = x_32; +x_13 = x_31; +goto block_20; } else { -lean_object* x_30; size_t x_31; size_t x_32; -x_30 = lean_ctor_get(x_19, 1); -lean_inc(x_30); -lean_dec(x_19); -x_31 = 1; -x_32 = lean_usize_add(x_3, x_31); -x_3 = x_32; -x_9 = x_30; -goto _start; +lean_object* x_33; uint8_t x_34; +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_dec(x_28); +x_34 = 0; +x_12 = x_34; +x_13 = x_33; +goto block_20; } } else { -uint8_t x_34; +uint8_t x_35; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_34 = !lean_is_exclusive(x_19); -if (x_34 == 0) +x_35 = !lean_is_exclusive(x_28); +if (x_35 == 0) { -return x_19; +return x_28; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_19, 0); -x_36 = lean_ctor_get(x_19, 1); +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_28, 0); +x_37 = lean_ctor_get(x_28, 1); +lean_inc(x_37); lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_19); -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_dec(x_28); +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_38; size_t x_39; size_t x_40; -lean_dec(x_12); -x_38 = lean_ctor_get(x_13, 1); -lean_inc(x_38); -lean_dec(x_13); -x_39 = 1; -x_40 = lean_usize_add(x_3, x_39); -x_3 = x_40; -x_9 = x_38; +lean_object* x_39; uint8_t x_40; +lean_dec(x_21); +x_39 = lean_ctor_get(x_22, 1); +lean_inc(x_39); +lean_dec(x_22); +x_40 = 0; +x_12 = x_40; +x_13 = x_39; +goto block_20; +} +block_20: +{ +if (x_12 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +x_9 = x_13; goto _start; } +else +{ +uint8_t 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); +x_17 = 1; +x_18 = lean_box(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_13); +return x_19; +} +} } else { -uint8_t x_42; lean_object* x_43; lean_object* x_44; +uint8_t x_41; lean_object* x_42; lean_object* x_43; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_42 = 0; -x_43 = lean_box(x_42); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_9); -return x_44; +x_41 = 0; +x_42 = lean_box(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_9); +return x_43; } } } @@ -22559,7 +22562,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__1() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -22569,27 +22572,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__2() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__1; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__1; x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_7____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__3() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__2; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__2; x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_7____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__4() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__4() { _start: { lean_object* x_1; @@ -22597,17 +22600,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__5() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__3; -x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__4; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__3; +x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__6() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__6() { _start: { lean_object* x_1; @@ -22615,47 +22618,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__7() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__5; -x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__6; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__5; +x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__8() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__7; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__7; x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_7____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__9() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__8; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__8; x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_7____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__10() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__9; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__9; x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_7____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__11() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__11() { _start: { lean_object* x_1; @@ -22663,33 +22666,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__12() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__10; -x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__11; +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__10; +x_2 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__13() { +static lean_object* _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__12; -x_2 = lean_unsigned_to_nat(10619u); +x_1 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__12; +x_2 = lean_unsigned_to_nat(10578u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578_(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_IndPredBelow_mkBelow___closed__1; x_3 = 0; -x_4 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__13; +x_4 = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__13; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -22963,33 +22966,33 @@ l_Lean_Meta_IndPredBelow_mkBelow___closed__6 = _init_l_Lean_Meta_IndPredBelow_mk lean_mark_persistent(l_Lean_Meta_IndPredBelow_mkBelow___closed__6); l_Lean_Meta_IndPredBelow_mkBelow___closed__7 = _init_l_Lean_Meta_IndPredBelow_mkBelow___closed__7(); lean_mark_persistent(l_Lean_Meta_IndPredBelow_mkBelow___closed__7); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__1 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__1(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__1); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__2 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__2(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__2); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__3 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__3(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__3); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__4 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__4(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__4); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__5 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__5(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__5); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__6 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__6(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__6); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__7 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__7(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__7); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__8 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__8(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__8); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__9 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__9(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__9); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__10 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__10(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__10); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__11 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__11(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__11); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__12 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__12(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__12); -l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__13 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__13(); -lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619____closed__13); -res = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10619_(lean_io_mk_world()); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__1 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__1(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__1); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__2 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__2(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__2); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__3 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__3(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__3); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__4 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__4(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__4); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__5 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__5(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__5); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__6 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__6(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__6); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__7 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__7(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__7); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__8 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__8(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__8); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__9 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__9(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__9); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__10 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__10(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__10); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__11 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__11(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__11); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__12 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__12(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__12); +l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__13 = _init_l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__13(); +lean_mark_persistent(l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578____closed__13); +res = l_Lean_Meta_IndPredBelow_initFn____x40_Lean_Meta_IndPredBelow___hyg_10578_(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/InferType.c b/stage0/stdlib/Lean/Meta/InferType.c index 9ed7c32cdb89..b4524f6dff53 100644 --- a/stage0/stdlib/Lean/Meta/InferType.c +++ b/stage0/stdlib/Lean/Meta/InferType.c @@ -119,7 +119,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_InferType_0__Lean_Meta_isAlwaysZe LEAN_EXPORT lean_object* l___private_Lean_Expr_0__Lean_Expr_withAppRevAux___at_Lean_Expr_instantiateBetaRevRange_visit___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_instantiateBetaRevRange_visit___closed__5; static lean_object* l_Lean_Meta_throwTypeExcepted___rarg___closed__1; -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_InferType_0__Lean_Meta_inferLambdaType___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferLambdaType___spec__1(lean_object*); @@ -198,6 +197,7 @@ lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MVarId_assign___spec__1(l LEAN_EXPORT lean_object* l_panic___at_Lean_Expr_instantiateBetaRevRange_visit___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferAppType___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_Array_foldrMUnsafe_fold___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); lean_object* l_Lean_indentExpr(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_InferType_0__Lean_Meta_isArrowProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1452,7 +1452,7 @@ return x_99; else { uint8_t x_114; -x_114 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_93, x_93); +x_114 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_93, x_93); if (x_114 == 0) { lean_object* x_115; lean_object* x_116; @@ -1530,7 +1530,7 @@ return x_132; else { uint8_t x_133; -x_133 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_93, x_93); +x_133 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_93, x_93); if (x_133 == 0) { lean_object* x_134; lean_object* x_135; lean_object* x_136; @@ -1631,7 +1631,7 @@ return x_148; else { uint8_t x_163; -x_163 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_142, x_142); +x_163 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_142, x_142); if (x_163 == 0) { lean_object* x_164; lean_object* x_165; @@ -1709,7 +1709,7 @@ return x_181; else { uint8_t x_182; -x_182 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_142, x_142); +x_182 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_142, x_142); if (x_182 == 0) { lean_object* x_183; lean_object* x_184; lean_object* x_185; @@ -3304,158 +3304,153 @@ lean_inc(x_30); lean_dec(x_22); if (lean_obj_tag(x_30) == 5) { -lean_object* x_31; uint8_t x_32; +lean_object* x_31; uint8_t x_32; uint8_t x_134; x_31 = lean_ctor_get(x_30, 0); lean_inc(x_31); lean_dec(x_30); -x_32 = lean_ctor_get_uint8(x_31, sizeof(void*)*5); +x_134 = lean_ctor_get_uint8(x_31, sizeof(void*)*5); +if (x_134 == 0) +{ +lean_object* x_135; lean_object* x_136; uint8_t x_137; +x_135 = lean_ctor_get(x_31, 2); +lean_inc(x_135); +x_136 = lean_unsigned_to_nat(0u); +x_137 = lean_nat_dec_eq(x_135, x_136); +lean_dec(x_135); +if (x_137 == 0) +{ +uint8_t x_138; +x_138 = 1; +x_32 = x_138; +goto block_133; +} +else +{ +uint8_t x_139; +x_139 = 0; +x_32 = x_139; +goto block_133; +} +} +else +{ +uint8_t x_140; +x_140 = 1; +x_32 = x_140; +goto block_133; +} +block_133: +{ if (x_32 == 0) { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = lean_ctor_get(x_31, 2); +lean_object* x_33; +x_33 = lean_ctor_get(x_31, 4); lean_inc(x_33); -x_34 = lean_unsigned_to_nat(0u); -x_35 = lean_nat_dec_eq(x_33, x_34); -lean_dec(x_33); -if (x_35 == 0) +if (lean_obj_tag(x_33) == 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; lean_object* x_42; +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_dec(x_31); lean_dec(x_17); lean_dec(x_13); -x_36 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_37 = l_Lean_indentExpr(x_36); -x_38 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_34 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_35 = l_Lean_indentExpr(x_34); +x_36 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; 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_throwFunctionExpected___rarg___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_41, x_4, x_5, x_6, x_7, x_20); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_39, x_4, x_5, x_6, x_7, x_20); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_42; +return x_40; } else { -lean_object* x_43; -x_43 = lean_ctor_get(x_31, 4); -lean_inc(x_43); +lean_object* x_41; +x_41 = lean_ctor_get(x_33, 1); +lean_inc(x_41); +if (lean_obj_tag(x_41) == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_33, 0); +lean_inc(x_42); +lean_dec(x_33); +x_43 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_42, x_4, x_5, x_6, x_7, x_20); if (lean_obj_tag(x_43) == 0) { -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_44; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +if (lean_obj_tag(x_44) == 6) +{ +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; uint8_t x_55; lean_object* x_103; uint8_t x_104; +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_ctor_get(x_44, 0); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_ctor_get(x_31, 1); +lean_inc(x_47); lean_dec(x_31); -lean_dec(x_17); -lean_dec(x_13); -x_44 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_45 = l_Lean_indentExpr(x_44); -x_46 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_45); -x_48 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -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_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_49, x_4, x_5, x_6, x_7, x_20); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_50; +x_48 = lean_unsigned_to_nat(0u); +x_49 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_13, x_48); +x_50 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___closed__1; +lean_inc(x_49); +x_51 = lean_mk_array(x_49, x_50); +x_52 = lean_unsigned_to_nat(1u); +x_53 = lean_nat_sub(x_49, x_52); +lean_dec(x_49); +x_54 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_13, x_51, x_53); +x_103 = lean_array_get_size(x_54); +x_104 = lean_nat_dec_eq(x_47, x_103); +lean_dec(x_103); +lean_dec(x_47); +if (x_104 == 0) +{ +uint8_t x_105; +x_105 = 1; +x_55 = x_105; +goto block_102; } else { -lean_object* x_51; -x_51 = lean_ctor_get(x_43, 1); -lean_inc(x_51); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_43, 0); -lean_inc(x_52); -lean_dec(x_43); -x_53 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_52, x_4, x_5, x_6, x_7, x_20); -if (lean_obj_tag(x_53) == 0) +uint8_t x_106; +x_106 = 0; +x_55 = x_106; +goto block_102; +} +block_102: { -lean_object* x_54; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -if (lean_obj_tag(x_54) == 6) +if (x_55 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_ctor_get(x_54, 0); +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_46, 0); lean_inc(x_56); -lean_dec(x_54); -x_57 = lean_ctor_get(x_31, 1); +lean_dec(x_46); +x_57 = lean_ctor_get(x_56, 0); lean_inc(x_57); -lean_dec(x_31); -x_58 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_13, x_34); -x_59 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___closed__1; -lean_inc(x_58); -x_60 = lean_mk_array(x_58, x_59); -x_61 = lean_unsigned_to_nat(1u); -x_62 = lean_nat_sub(x_58, x_61); -lean_dec(x_58); -x_63 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_13, x_60, x_62); -x_64 = lean_array_get_size(x_63); -x_65 = lean_nat_dec_eq(x_57, x_64); -lean_dec(x_64); -lean_dec(x_57); -if (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_dec(x_63); -lean_dec(x_56); -lean_dec(x_17); -x_66 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_67 = l_Lean_indentExpr(x_66); -x_68 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_69 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_67); -x_70 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_71 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_71, 0, x_69); -lean_ctor_set(x_71, 1, x_70); -x_72 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_71, x_4, x_5, x_6, x_7, x_55); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -return x_72; -} -else -{ -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_73 = lean_ctor_get(x_56, 0); -lean_inc(x_73); lean_dec(x_56); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -lean_dec(x_73); -x_75 = l_Lean_Expr_const___override(x_74, x_17); +x_58 = l_Lean_Expr_const___override(x_57, x_17); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_76 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferAppType(x_75, x_63, x_4, x_5, x_6, x_7, x_55); -lean_dec(x_63); -if (lean_obj_tag(x_76) == 0) +x_59 = l___private_Lean_Meta_InferType_0__Lean_Meta_inferAppType(x_58, x_54, x_4, x_5, x_6, x_7, x_45); +lean_dec(x_54); +if (lean_obj_tag(x_59) == 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); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); @@ -3463,28 +3458,28 @@ lean_inc(x_4); lean_inc(x_3); lean_inc_n(x_2, 2); lean_inc(x_1); -x_79 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2(x_1, x_2, x_3, x_2, x_34, x_2, x_61, x_77, x_4, x_5, x_6, x_7, x_78); -if (lean_obj_tag(x_79) == 0) +x_62 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2(x_1, x_2, x_3, x_2, x_48, x_2, x_52, x_60, x_4, x_5, x_6, x_7, x_61); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); +lean_object* x_63; lean_object* x_64; lean_object* x_65; +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); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_82 = lean_whnf(x_80, x_4, x_5, x_6, x_7, x_81); -if (lean_obj_tag(x_82) == 0) +x_65 = lean_whnf(x_63, x_4, x_5, x_6, x_7, x_64); +if (lean_obj_tag(x_65) == 0) { -lean_object* x_83; -x_83 = lean_ctor_get(x_82, 0); -lean_inc(x_83); -if (lean_obj_tag(x_83) == 7) +lean_object* x_66; +x_66 = lean_ctor_get(x_65, 0); +lean_inc(x_66); +if (lean_obj_tag(x_66) == 7) { -uint8_t x_84; +uint8_t x_67; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3492,63 +3487,63 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_84 = !lean_is_exclusive(x_82); -if (x_84 == 0) +x_67 = !lean_is_exclusive(x_65); +if (x_67 == 0) { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_82, 0); -lean_dec(x_85); -x_86 = lean_ctor_get(x_83, 1); -lean_inc(x_86); -lean_dec(x_83); -x_87 = lean_expr_consume_type_annotations(x_86); -lean_ctor_set(x_82, 0, x_87); -return x_82; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_65, 0); +lean_dec(x_68); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = lean_expr_consume_type_annotations(x_69); +lean_ctor_set(x_65, 0, x_70); +return x_65; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_88 = lean_ctor_get(x_82, 1); -lean_inc(x_88); -lean_dec(x_82); -x_89 = lean_ctor_get(x_83, 1); -lean_inc(x_89); -lean_dec(x_83); -x_90 = lean_expr_consume_type_annotations(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_88); -return x_91; +lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_71 = lean_ctor_get(x_65, 1); +lean_inc(x_71); +lean_dec(x_65); +x_72 = lean_ctor_get(x_66, 1); +lean_inc(x_72); +lean_dec(x_66); +x_73 = lean_expr_consume_type_annotations(x_72); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_71); +return x_74; } } else { -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_dec(x_83); -x_92 = lean_ctor_get(x_82, 1); -lean_inc(x_92); -lean_dec(x_82); -x_93 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_94 = l_Lean_indentExpr(x_93); -x_95 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_96 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_94); -x_97 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_98 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_98, 0, x_96); -lean_ctor_set(x_98, 1, x_97); -x_99 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_98, x_4, x_5, x_6, x_7, x_92); +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_dec(x_66); +x_75 = lean_ctor_get(x_65, 1); +lean_inc(x_75); +lean_dec(x_65); +x_76 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_77 = l_Lean_indentExpr(x_76); +x_78 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___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); +x_80 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; +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 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_81, x_4, x_5, x_6, x_7, x_75); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_99; +return x_82; } } else { -uint8_t x_100; +uint8_t x_83; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3556,29 +3551,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_100 = !lean_is_exclusive(x_82); -if (x_100 == 0) +x_83 = !lean_is_exclusive(x_65); +if (x_83 == 0) { -return x_82; +return x_65; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_82, 0); -x_102 = lean_ctor_get(x_82, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_82); -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; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_65, 0); +x_85 = lean_ctor_get(x_65, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_65); +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; } } } else { -uint8_t x_104; +uint8_t x_87; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3586,29 +3581,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_104 = !lean_is_exclusive(x_79); -if (x_104 == 0) +x_87 = !lean_is_exclusive(x_62); +if (x_87 == 0) { -return x_79; +return x_62; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_79, 0); -x_106 = lean_ctor_get(x_79, 1); -lean_inc(x_106); -lean_inc(x_105); -lean_dec(x_79); -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; +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_62, 0); +x_89 = lean_ctor_get(x_62, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_62); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } } else { -uint8_t x_108; +uint8_t x_91; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3616,58 +3611,82 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_108 = !lean_is_exclusive(x_76); -if (x_108 == 0) +x_91 = !lean_is_exclusive(x_59); +if (x_91 == 0) { -return x_76; +return x_59; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_76, 0); -x_110 = lean_ctor_get(x_76, 1); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_76); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; -} +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_59, 0); +x_93 = lean_ctor_get(x_59, 1); +lean_inc(x_93); +lean_inc(x_92); +lean_dec(x_59); +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_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_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_dec(x_54); +lean_dec(x_46); +lean_dec(x_17); +x_95 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_96 = l_Lean_indentExpr(x_95); +x_97 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +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_throwFunctionExpected___rarg___closed__4; +x_100 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +x_101 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_100, x_4, x_5, x_6, x_7, x_45); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +return x_101; +} +} +} +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_dec(x_44); lean_dec(x_31); lean_dec(x_17); lean_dec(x_13); -x_112 = lean_ctor_get(x_53, 1); -lean_inc(x_112); -lean_dec(x_53); -x_113 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_114 = l_Lean_indentExpr(x_113); -x_115 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_116 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_114); -x_117 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_118 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -x_119 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_118, x_4, x_5, x_6, x_7, x_112); +x_107 = lean_ctor_get(x_43, 1); +lean_inc(x_107); +lean_dec(x_43); +x_108 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_109 = l_Lean_indentExpr(x_108); +x_110 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_111 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_109); +x_112 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; +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 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_113, x_4, x_5, x_6, x_7, x_107); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_119; +return x_114; } } else { -uint8_t x_120; +uint8_t x_115; lean_dec(x_31); lean_dec(x_17); lean_dec(x_13); @@ -3678,129 +3697,129 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_120 = !lean_is_exclusive(x_53); -if (x_120 == 0) +x_115 = !lean_is_exclusive(x_43); +if (x_115 == 0) { -return x_53; +return x_43; } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_53, 0); -x_122 = lean_ctor_get(x_53, 1); -lean_inc(x_122); -lean_inc(x_121); -lean_dec(x_53); -x_123 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_123, 0, x_121); -lean_ctor_set(x_123, 1, x_122); -return x_123; +lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_116 = lean_ctor_get(x_43, 0); +x_117 = lean_ctor_get(x_43, 1); +lean_inc(x_117); +lean_inc(x_116); +lean_dec(x_43); +x_118 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_118, 0, x_116); +lean_ctor_set(x_118, 1, x_117); +return x_118; } } } 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_dec(x_51); -lean_dec(x_43); +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_dec(x_41); +lean_dec(x_33); lean_dec(x_31); lean_dec(x_17); lean_dec(x_13); -x_124 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_125 = l_Lean_indentExpr(x_124); -x_126 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_127 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_125); -x_128 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_129 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_129, 0, x_127); -lean_ctor_set(x_129, 1, x_128); -x_130 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_129, x_4, x_5, x_6, x_7, x_20); +x_119 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_120 = l_Lean_indentExpr(x_119); +x_121 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_122 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_120); +x_123 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; +x_124 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_124, 0, x_122); +lean_ctor_set(x_124, 1, x_123); +x_125 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_124, x_4, x_5, x_6, x_7, x_20); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_130; -} +return x_125; } } } else { -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_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_dec(x_31); lean_dec(x_17); lean_dec(x_13); -x_131 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_132 = l_Lean_indentExpr(x_131); -x_133 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_134 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_134, 0, x_133); -lean_ctor_set(x_134, 1, x_132); -x_135 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_136 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_136, 0, x_134); -lean_ctor_set(x_136, 1, x_135); -x_137 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_136, x_4, x_5, x_6, x_7, x_20); +x_126 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_127 = l_Lean_indentExpr(x_126); +x_128 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_129 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_127); +x_130 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; +x_131 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_131, 0, x_129); +lean_ctor_set(x_131, 1, x_130); +x_132 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_131, x_4, x_5, x_6, x_7, x_20); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_137; +return x_132; +} } } 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_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_dec(x_30); lean_dec(x_17); lean_dec(x_13); -x_138 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_139 = l_Lean_indentExpr(x_138); -x_140 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_141 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_139); -x_142 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_143 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -x_144 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_143, x_4, x_5, x_6, x_7, x_20); +x_141 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_142 = l_Lean_indentExpr(x_141); +x_143 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_144 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_144, 0, x_143); +lean_ctor_set(x_144, 1, x_142); +x_145 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; +x_146 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_146, 0, x_144); +lean_ctor_set(x_146, 1, x_145); +x_147 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_146, x_4, x_5, x_6, x_7, x_20); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_144; +return x_147; } } } 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_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_dec(x_15); lean_dec(x_13); -x_145 = l_Lean_Expr_proj___override(x_1, x_2, x_3); -x_146 = l_Lean_indentExpr(x_145); -x_147 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; -x_148 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_146); -x_149 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; -x_150 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -x_151 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_150, x_4, x_5, x_6, x_7, x_14); +x_148 = l_Lean_Expr_proj___override(x_1, x_2, x_3); +x_149 = l_Lean_indentExpr(x_148); +x_150 = l_Std_Range_forIn_loop___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__2___closed__2; +x_151 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_149); +x_152 = l_Lean_Meta_throwFunctionExpected___rarg___closed__4; +x_153 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +x_154 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_153, x_4, x_5, x_6, x_7, x_14); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -return x_151; +return x_154; } } else { -uint8_t x_152; +uint8_t x_155; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3808,29 +3827,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_152 = !lean_is_exclusive(x_12); -if (x_152 == 0) +x_155 = !lean_is_exclusive(x_12); +if (x_155 == 0) { return x_12; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_12, 0); -x_154 = lean_ctor_get(x_12, 1); -lean_inc(x_154); -lean_inc(x_153); +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_12, 0); +x_157 = lean_ctor_get(x_12, 1); +lean_inc(x_157); +lean_inc(x_156); lean_dec(x_12); -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; +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_157); +return x_158; } } } else { -uint8_t x_156; +uint8_t x_159; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -3838,23 +3857,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_156 = !lean_is_exclusive(x_9); -if (x_156 == 0) +x_159 = !lean_is_exclusive(x_9); +if (x_159 == 0) { return x_9; } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_157 = lean_ctor_get(x_9, 0); -x_158 = lean_ctor_get(x_9, 1); -lean_inc(x_158); -lean_inc(x_157); +lean_object* x_160; lean_object* x_161; lean_object* x_162; +x_160 = lean_ctor_get(x_9, 0); +x_161 = lean_ctor_get(x_9, 1); +lean_inc(x_161); +lean_inc(x_160); lean_dec(x_9); -x_159 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -return x_159; +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; } } } diff --git a/stage0/stdlib/Lean/Meta/Injective.c b/stage0/stdlib/Lean/Meta/Injective.c index 44f65c702534..a3db72bb918d 100644 --- a/stage0/stdlib/Lean/Meta/Injective.c +++ b/stage0/stdlib/Lean/Meta/Injective.c @@ -36,7 +36,6 @@ LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Injective_0__Lean_Meta 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*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f___lambda__4(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_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__1; lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_solveEqOfCtorEq(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*); @@ -44,6 +43,7 @@ static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheo lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f_mkArgs2___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__5; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); @@ -55,9 +55,11 @@ lean_object* l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToEx LEAN_EXPORT lean_object* l_Lean_Meta_elimOptParam___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f_mkArgs2___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__7; lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Injective_0__Lean_Meta_mkAnd_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__4; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Meta_Injective_0__Lean_Meta_solveEqOfCtorEq___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -75,6 +77,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Injecti static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_injTheoremFailureHeader___closed__1; static lean_object* l_Lean_Meta_elimOptParam___lambda__1___closed__2; static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_injTheoremFailureHeader___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f_mkArgs2___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_throwInjectiveTheoremFailure___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -85,7 +88,6 @@ static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTh static lean_object* l_Lean_Meta_elimOptParam___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f_mkArgs2___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_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremType_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f___spec__1(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_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__4; @@ -101,6 +103,7 @@ static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_solveEqOfCtorEq LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f___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_Meta_mkEq(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_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125_(lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__2; extern lean_object* l_Lean_instInhabitedExpr; @@ -118,6 +121,8 @@ extern lean_object* l_Lean_Meta_simpExtension; lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_injTheoremFailureHeader(lean_object*); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); @@ -127,15 +132,13 @@ static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_throwInjectiveT lean_object* l_Lean_Meta_addSimpTheorem(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkInjectiveEqTheoremNameFor___closed__2; 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_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_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___private_Lean_Meta_Injective_0__Lean_Meta_throwInjectiveTheoremFailure___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Injective_0__Lean_Meta_throwInjectiveTheoremFailure___spec__1(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__4; static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_solveEqOfCtorEq___closed__4; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__2; static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_solveEqOfCtorEq___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkInjectiveTheoremNameFor___closed__2; @@ -160,8 +163,6 @@ static lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Injecti LEAN_EXPORT lean_object* l_Lean_Meta_mkInjectiveEqTheoremNameFor(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__5; lean_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Meta_elimOptParam___closed__1; @@ -177,7 +178,6 @@ lean_object* l_Lean_Expr_mvarId_x21(lean_object*); static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_injTheoremFailureHeader___closed__3; static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveTheoremTypeCore_x3f_mkArgs2___closed__2; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126_(lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__5; @@ -721,673 +721,483 @@ return x_11; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_22; +lean_object* x_12; lean_object* x_13; lean_object* x_14; 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; x_12 = lean_array_uget(x_1, x_3); -x_22 = !lean_is_exclusive(x_4); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_23 = lean_ctor_get(x_4, 0); -x_24 = lean_ctor_get(x_4, 1); -x_25 = lean_ctor_get(x_23, 0); +x_22 = lean_ctor_get(x_4, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_4, 1); +lean_inc(x_23); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + x_24 = x_4; +} else { + lean_dec_ref(x_4); + x_24 = lean_box(0); +} +x_25 = lean_ctor_get(x_22, 0); lean_inc(x_25); -x_26 = lean_ctor_get(x_23, 1); +x_26 = lean_ctor_get(x_22, 1); lean_inc(x_26); -x_27 = lean_ctor_get(x_23, 2); +x_27 = lean_ctor_get(x_22, 2); lean_inc(x_27); x_28 = lean_nat_dec_lt(x_26, x_27); if (x_28 == 0) { -lean_object* x_29; +lean_object* x_29; lean_object* x_30; lean_dec(x_27); lean_dec(x_26); lean_dec(x_25); lean_dec(x_12); -x_29 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_29, 0, x_4); -x_13 = x_29; +if (lean_is_scalar(x_24)) { + x_29 = lean_alloc_ctor(0, 2, 0); +} else { + x_29 = x_24; +} +lean_ctor_set(x_29, 0, x_22); +lean_ctor_set(x_29, 1, x_23); +x_30 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_13 = x_30; x_14 = x_9; goto block_21; } else { -uint8_t x_30; -x_30 = !lean_is_exclusive(x_23); -if (x_30 == 0) +uint8_t x_31; +x_31 = !lean_is_exclusive(x_22); +if (x_31 == 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; -x_31 = lean_ctor_get(x_23, 2); -lean_dec(x_31); -x_32 = lean_ctor_get(x_23, 1); +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_22, 2); lean_dec(x_32); -x_33 = lean_ctor_get(x_23, 0); +x_33 = lean_ctor_get(x_22, 1); lean_dec(x_33); -x_34 = lean_array_fget(x_25, x_26); -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_add(x_26, x_35); +x_34 = lean_ctor_get(x_22, 0); +lean_dec(x_34); +x_35 = lean_array_fget(x_25, x_26); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_add(x_26, x_36); lean_dec(x_26); -lean_ctor_set(x_23, 1, x_36); +lean_ctor_set(x_22, 1, x_37); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_12); -x_37 = lean_infer_type(x_12, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_37) == 0) +x_38 = lean_infer_type(x_12, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_38) == 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_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); -lean_dec(x_37); +x_40 = lean_ctor_get(x_38, 1); +lean_inc(x_40); +lean_dec(x_38); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_40 = l_Lean_Meta_isProp(x_38, x_5, x_6, x_7, x_8, x_39); -if (lean_obj_tag(x_40) == 0) +x_41 = l_Lean_Meta_isProp(x_39, x_5, x_6, x_7, x_8, x_40); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_41; uint8_t x_42; -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_unbox(x_41); +lean_object* x_42; lean_object* x_43; uint8_t x_44; uint8_t x_58; +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); -if (x_42 == 0) +x_58 = lean_unbox(x_42); +lean_dec(x_42); +if (x_58 == 0) +{ +uint8_t x_59; +x_59 = lean_expr_eqv(x_12, x_35); +if (x_59 == 0) +{ +uint8_t x_60; +x_60 = 1; +x_44 = x_60; +goto block_57; +} +else +{ +uint8_t x_61; +x_61 = 0; +x_44 = x_61; +goto block_57; +} +} +else +{ +uint8_t x_62; +x_62 = 0; +x_44 = x_62; +goto block_57; +} +block_57: { -lean_object* x_43; uint8_t x_44; -x_43 = lean_ctor_get(x_40, 1); -lean_inc(x_43); -lean_dec(x_40); -x_44 = lean_expr_eqv(x_12, x_34); if (x_44 == 0) { -lean_object* x_45; +lean_object* x_45; lean_object* x_46; +lean_dec(x_35); +lean_dec(x_12); +if (lean_is_scalar(x_24)) { + x_45 = lean_alloc_ctor(0, 2, 0); +} else { + x_45 = x_24; +} +lean_ctor_set(x_45, 0, x_22); +lean_ctor_set(x_45, 1, x_23); +x_46 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_13 = x_46; +x_14 = x_43; +goto block_21; +} +else +{ +lean_object* x_47; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_45 = l_Lean_Meta_mkEqHEq(x_12, x_34, x_5, x_6, x_7, x_8, x_43); -if (lean_obj_tag(x_45) == 0) +x_47 = l_Lean_Meta_mkEqHEq(x_12, x_35, x_5, x_6, x_7, x_8, x_43); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -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_array_push(x_24, x_46); -lean_ctor_set(x_4, 1, x_48); -x_49 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_49, 0, x_4); -x_13 = x_49; -x_14 = x_47; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_array_push(x_23, x_48); +if (lean_is_scalar(x_24)) { + x_51 = lean_alloc_ctor(0, 2, 0); +} else { + x_51 = x_24; +} +lean_ctor_set(x_51, 0, x_22); +lean_ctor_set(x_51, 1, x_50); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_51); +x_13 = x_52; +x_14 = x_49; goto block_21; } else { -uint8_t x_50; -lean_dec(x_23); -lean_free_object(x_4); +uint8_t x_53; +lean_dec(x_22); lean_dec(x_24); +lean_dec(x_23); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_50 = !lean_is_exclusive(x_45); -if (x_50 == 0) +x_53 = !lean_is_exclusive(x_47); +if (x_53 == 0) { -return x_45; +return x_47; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_45, 0); -x_52 = lean_ctor_get(x_45, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_45); -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_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_47, 0); +x_55 = lean_ctor_get(x_47, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_47); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } -else -{ -lean_object* x_54; -lean_dec(x_34); -lean_dec(x_12); -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_4); -x_13 = x_54; -x_14 = x_43; -goto block_21; } } -else -{ -lean_object* x_55; lean_object* x_56; -lean_dec(x_34); -lean_dec(x_12); -x_55 = lean_ctor_get(x_40, 1); -lean_inc(x_55); -lean_dec(x_40); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_4); -x_13 = x_56; -x_14 = x_55; -goto block_21; } } else { -uint8_t x_57; -lean_dec(x_23); -lean_dec(x_34); -lean_free_object(x_4); +uint8_t x_63; +lean_dec(x_22); +lean_dec(x_35); lean_dec(x_24); +lean_dec(x_23); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_57 = !lean_is_exclusive(x_40); -if (x_57 == 0) +x_63 = !lean_is_exclusive(x_41); +if (x_63 == 0) { -return x_40; +return x_41; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_40, 0); -x_59 = lean_ctor_get(x_40, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_40); -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; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_41, 0); +x_65 = lean_ctor_get(x_41, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_41); +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 { -uint8_t x_61; -lean_dec(x_23); -lean_dec(x_34); -lean_free_object(x_4); +uint8_t x_67; +lean_dec(x_22); +lean_dec(x_35); lean_dec(x_24); +lean_dec(x_23); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_61 = !lean_is_exclusive(x_37); -if (x_61 == 0) +x_67 = !lean_is_exclusive(x_38); +if (x_67 == 0) { -return x_37; +return x_38; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_37, 0); -x_63 = lean_ctor_get(x_37, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_37); -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; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_38, 0); +x_69 = lean_ctor_get(x_38, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_38); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -lean_dec(x_23); -x_65 = lean_array_fget(x_25, x_26); -x_66 = lean_unsigned_to_nat(1u); -x_67 = lean_nat_add(x_26, x_66); +lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_dec(x_22); +x_71 = lean_array_fget(x_25, x_26); +x_72 = lean_unsigned_to_nat(1u); +x_73 = lean_nat_add(x_26, x_72); lean_dec(x_26); -x_68 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_68, 0, x_25); -lean_ctor_set(x_68, 1, x_67); -lean_ctor_set(x_68, 2, x_27); +x_74 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_74, 0, x_25); +lean_ctor_set(x_74, 1, x_73); +lean_ctor_set(x_74, 2, x_27); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_12); -x_69 = lean_infer_type(x_12, x_5, x_6, x_7, x_8, x_9); -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); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_72 = l_Lean_Meta_isProp(x_70, x_5, x_6, x_7, x_8, x_71); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; uint8_t x_74; -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -x_74 = lean_unbox(x_73); -lean_dec(x_73); -if (x_74 == 0) -{ -lean_object* x_75; uint8_t x_76; -x_75 = lean_ctor_get(x_72, 1); -lean_inc(x_75); -lean_dec(x_72); -x_76 = lean_expr_eqv(x_12, x_65); -if (x_76 == 0) +x_75 = lean_infer_type(x_12, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_75) == 0) { -lean_object* x_77; +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +lean_dec(x_75); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_77 = l_Lean_Meta_mkEqHEq(x_12, x_65, x_5, x_6, x_7, x_8, x_75); -if (lean_obj_tag(x_77) == 0) +x_78 = l_Lean_Meta_isProp(x_76, x_5, x_6, x_7, x_8, x_77); +if (lean_obj_tag(x_78) == 0) { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); +lean_object* x_79; lean_object* x_80; uint8_t x_81; uint8_t x_95; +x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); -lean_dec(x_77); -x_80 = lean_array_push(x_24, x_78); -lean_ctor_set(x_4, 1, x_80); -lean_ctor_set(x_4, 0, x_68); -x_81 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_81, 0, x_4); -x_13 = x_81; -x_14 = x_79; -goto block_21; -} -else +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_95 = lean_unbox(x_79); +lean_dec(x_79); +if (x_95 == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_68); -lean_free_object(x_4); -lean_dec(x_24); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_82 = lean_ctor_get(x_77, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_77, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_84 = x_77; -} else { - lean_dec_ref(x_77); - x_84 = lean_box(0); -} -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(1, 2, 0); -} else { - x_85 = x_84; -} -lean_ctor_set(x_85, 0, x_82); -lean_ctor_set(x_85, 1, x_83); -return x_85; -} -} -else +uint8_t x_96; +x_96 = lean_expr_eqv(x_12, x_71); +if (x_96 == 0) { -lean_object* x_86; -lean_dec(x_65); -lean_dec(x_12); -lean_ctor_set(x_4, 0, x_68); -x_86 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_86, 0, x_4); -x_13 = x_86; -x_14 = x_75; -goto block_21; -} +uint8_t x_97; +x_97 = 1; +x_81 = x_97; +goto block_94; } else { -lean_object* x_87; lean_object* x_88; -lean_dec(x_65); -lean_dec(x_12); -x_87 = lean_ctor_get(x_72, 1); -lean_inc(x_87); -lean_dec(x_72); -lean_ctor_set(x_4, 0, x_68); -x_88 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_88, 0, x_4); -x_13 = x_88; -x_14 = x_87; -goto block_21; +uint8_t x_98; +x_98 = 0; +x_81 = x_98; +goto block_94; } } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -lean_dec(x_68); -lean_dec(x_65); -lean_free_object(x_4); -lean_dec(x_24); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_89 = lean_ctor_get(x_72, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_72, 1); -lean_inc(x_90); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_91 = x_72; -} else { - lean_dec_ref(x_72); - x_91 = lean_box(0); -} -if (lean_is_scalar(x_91)) { - x_92 = lean_alloc_ctor(1, 2, 0); -} else { - x_92 = x_91; -} -lean_ctor_set(x_92, 0, x_89); -lean_ctor_set(x_92, 1, x_90); -return x_92; -} +uint8_t x_99; +x_99 = 0; +x_81 = x_99; +goto block_94; } -else +block_94: { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -lean_dec(x_68); -lean_dec(x_65); -lean_free_object(x_4); -lean_dec(x_24); +if (x_81 == 0) +{ +lean_object* x_82; lean_object* x_83; +lean_dec(x_71); lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_93 = lean_ctor_get(x_69, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_69, 1); -lean_inc(x_94); -if (lean_is_exclusive(x_69)) { - lean_ctor_release(x_69, 0); - lean_ctor_release(x_69, 1); - x_95 = x_69; -} else { - lean_dec_ref(x_69); - x_95 = lean_box(0); -} -if (lean_is_scalar(x_95)) { - x_96 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_24)) { + x_82 = lean_alloc_ctor(0, 2, 0); } else { - x_96 = x_95; + x_82 = x_24; } -lean_ctor_set(x_96, 0, x_93); -lean_ctor_set(x_96, 1, x_94); -return x_96; -} -} -} -} -else -{ -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_97 = lean_ctor_get(x_4, 0); -x_98 = lean_ctor_get(x_4, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_4); -x_99 = lean_ctor_get(x_97, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_97, 1); -lean_inc(x_100); -x_101 = lean_ctor_get(x_97, 2); -lean_inc(x_101); -x_102 = lean_nat_dec_lt(x_100, x_101); -if (x_102 == 0) -{ -lean_object* x_103; lean_object* x_104; -lean_dec(x_101); -lean_dec(x_100); -lean_dec(x_99); -lean_dec(x_12); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_97); -lean_ctor_set(x_103, 1, x_98); -x_104 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_104, 0, x_103); -x_13 = x_104; -x_14 = x_9; +lean_ctor_set(x_82, 0, x_74); +lean_ctor_set(x_82, 1, x_23); +x_83 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_83, 0, x_82); +x_13 = x_83; +x_14 = x_80; goto block_21; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -if (lean_is_exclusive(x_97)) { - lean_ctor_release(x_97, 0); - lean_ctor_release(x_97, 1); - lean_ctor_release(x_97, 2); - x_105 = x_97; -} else { - lean_dec_ref(x_97); - x_105 = lean_box(0); -} -x_106 = lean_array_fget(x_99, x_100); -x_107 = lean_unsigned_to_nat(1u); -x_108 = lean_nat_add(x_100, x_107); -lean_dec(x_100); -if (lean_is_scalar(x_105)) { - x_109 = lean_alloc_ctor(0, 3, 0); -} else { - x_109 = x_105; -} -lean_ctor_set(x_109, 0, x_99); -lean_ctor_set(x_109, 1, x_108); -lean_ctor_set(x_109, 2, x_101); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_12); -x_110 = lean_infer_type(x_12, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_110) == 0) -{ -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_113 = l_Lean_Meta_isProp(x_111, x_5, x_6, x_7, x_8, 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; uint8_t x_117; -x_116 = lean_ctor_get(x_113, 1); -lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_expr_eqv(x_12, x_106); -if (x_117 == 0) -{ -lean_object* x_118; +lean_object* x_84; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_118 = l_Lean_Meta_mkEqHEq(x_12, x_106, x_5, x_6, x_7, x_8, x_116); -if (lean_obj_tag(x_118) == 0) -{ -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; -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); -x_121 = lean_array_push(x_98, x_119); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_109); -lean_ctor_set(x_122, 1, x_121); -x_123 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_123, 0, x_122); -x_13 = x_123; -x_14 = x_120; +x_84 = l_Lean_Meta_mkEqHEq(x_12, x_71, x_5, x_6, x_7, x_8, x_80); +if (lean_obj_tag(x_84) == 0) +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = lean_array_push(x_23, x_85); +if (lean_is_scalar(x_24)) { + x_88 = lean_alloc_ctor(0, 2, 0); +} else { + x_88 = x_24; +} +lean_ctor_set(x_88, 0, x_74); +lean_ctor_set(x_88, 1, x_87); +x_89 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_89, 0, x_88); +x_13 = x_89; +x_14 = x_86; goto block_21; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; -lean_dec(x_109); -lean_dec(x_98); +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +lean_dec(x_74); +lean_dec(x_24); +lean_dec(x_23); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_124 = lean_ctor_get(x_118, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_118, 1); -lean_inc(x_125); -if (lean_is_exclusive(x_118)) { - lean_ctor_release(x_118, 0); - lean_ctor_release(x_118, 1); - x_126 = x_118; +x_90 = lean_ctor_get(x_84, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_84, 1); +lean_inc(x_91); +if (lean_is_exclusive(x_84)) { + lean_ctor_release(x_84, 0); + lean_ctor_release(x_84, 1); + x_92 = x_84; } else { - lean_dec_ref(x_118); - x_126 = lean_box(0); + lean_dec_ref(x_84); + x_92 = lean_box(0); } -if (lean_is_scalar(x_126)) { - x_127 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_92)) { + x_93 = lean_alloc_ctor(1, 2, 0); } else { - x_127 = x_126; -} -lean_ctor_set(x_127, 0, x_124); -lean_ctor_set(x_127, 1, x_125); -return x_127; -} + x_93 = x_92; } -else -{ -lean_object* x_128; lean_object* x_129; -lean_dec(x_106); -lean_dec(x_12); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_109); -lean_ctor_set(x_128, 1, x_98); -x_129 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_129, 0, x_128); -x_13 = x_129; -x_14 = x_116; -goto block_21; +lean_ctor_set(x_93, 0, x_90); +lean_ctor_set(x_93, 1, x_91); +return x_93; } } -else -{ -lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_dec(x_106); -lean_dec(x_12); -x_130 = lean_ctor_get(x_113, 1); -lean_inc(x_130); -lean_dec(x_113); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_109); -lean_ctor_set(x_131, 1, x_98); -x_132 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_132, 0, x_131); -x_13 = x_132; -x_14 = x_130; -goto block_21; } } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; -lean_dec(x_109); -lean_dec(x_106); -lean_dec(x_98); +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +lean_dec(x_74); +lean_dec(x_71); +lean_dec(x_24); +lean_dec(x_23); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_133 = lean_ctor_get(x_113, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_113, 1); -lean_inc(x_134); -if (lean_is_exclusive(x_113)) { - lean_ctor_release(x_113, 0); - lean_ctor_release(x_113, 1); - x_135 = x_113; +x_100 = lean_ctor_get(x_78, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_78, 1); +lean_inc(x_101); +if (lean_is_exclusive(x_78)) { + lean_ctor_release(x_78, 0); + lean_ctor_release(x_78, 1); + x_102 = x_78; } else { - lean_dec_ref(x_113); - x_135 = lean_box(0); + lean_dec_ref(x_78); + x_102 = lean_box(0); } -if (lean_is_scalar(x_135)) { - x_136 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_102)) { + x_103 = lean_alloc_ctor(1, 2, 0); } else { - x_136 = x_135; + x_103 = x_102; } -lean_ctor_set(x_136, 0, x_133); -lean_ctor_set(x_136, 1, x_134); -return x_136; +lean_ctor_set(x_103, 0, x_100); +lean_ctor_set(x_103, 1, x_101); +return x_103; } } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; -lean_dec(x_109); -lean_dec(x_106); -lean_dec(x_98); +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +lean_dec(x_74); +lean_dec(x_71); +lean_dec(x_24); +lean_dec(x_23); lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_137 = lean_ctor_get(x_110, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_110, 1); -lean_inc(x_138); -if (lean_is_exclusive(x_110)) { - lean_ctor_release(x_110, 0); - lean_ctor_release(x_110, 1); - x_139 = x_110; +x_104 = lean_ctor_get(x_75, 0); +lean_inc(x_104); +x_105 = lean_ctor_get(x_75, 1); +lean_inc(x_105); +if (lean_is_exclusive(x_75)) { + lean_ctor_release(x_75, 0); + lean_ctor_release(x_75, 1); + x_106 = x_75; } else { - lean_dec_ref(x_110); - x_139 = lean_box(0); + lean_dec_ref(x_75); + x_106 = lean_box(0); } -if (lean_is_scalar(x_139)) { - x_140 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_106)) { + x_107 = lean_alloc_ctor(1, 2, 0); } else { - x_140 = x_139; + x_107 = x_106; } -lean_ctor_set(x_140, 0, x_137); -lean_ctor_set(x_140, 1, x_138); -return x_140; +lean_ctor_set(x_107, 0, x_104); +lean_ctor_set(x_107, 1, x_105); +return x_107; } } } @@ -3903,7 +3713,7 @@ return x_87; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__1() { _start: { lean_object* x_1; @@ -3911,17 +3721,17 @@ x_1 = lean_mk_string_from_bytes("genInjectivity", 14); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____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_Injective___hyg_2126____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____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_Injective___hyg_2126____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__3() { _start: { lean_object* x_1; @@ -3929,13 +3739,13 @@ x_1 = lean_mk_string_from_bytes("generate injectivity theorems for inductive dat return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____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 = 1; x_2 = l___private_Lean_Meta_Injective_0__Lean_Meta_throwInjectiveTheoremFailure___rarg___closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__3; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -3944,7 +3754,7 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__5() { _start: { lean_object* x_1; @@ -3952,7 +3762,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__6() { _start: { lean_object* x_1; @@ -3960,24 +3770,24 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____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_Injective___hyg_2126____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__6; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__6; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125_(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_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__4; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__4; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__7; x_5 = l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -4181,387 +3991,210 @@ lean_inc(x_1); x_12 = l_Lean_Meta_isInductivePredicate(x_1, x_2, x_3, x_4, x_5, x_9); 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; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -x_16 = l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__3; -x_17 = l_Lean_Environment_contains(x_10, x_16); -if (x_17 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_45; uint8_t x_46; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +if (lean_is_exclusive(x_12)) { + lean_ctor_release(x_12, 0); + lean_ctor_release(x_12, 1); + x_15 = x_12; +} else { + lean_dec_ref(x_12); + x_15 = lean_box(0); +} +x_45 = l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__3; +x_46 = l_Lean_Environment_contains(x_10, x_45); +if (x_46 == 0) { -lean_object* x_18; -lean_dec(x_14); +uint8_t x_47; +lean_dec(x_13); lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_18 = lean_box(0); -lean_ctor_set(x_12, 0, x_18); -return x_12; +x_47 = 0; +x_16 = x_47; +goto block_44; } else { -lean_object* x_19; uint8_t x_20; -x_19 = l_Lean_Meta_mkInjectiveTheorems___closed__1; -x_20 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_19); +lean_object* x_48; uint8_t x_49; +x_48 = l_Lean_Meta_mkInjectiveTheorems___closed__1; +x_49 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_48); lean_dec(x_11); -if (x_20 == 0) +if (x_49 == 0) { -lean_object* x_21; -lean_dec(x_14); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_21 = lean_box(0); -lean_ctor_set(x_12, 0, x_21); -return x_12; +uint8_t x_50; +lean_dec(x_13); +x_50 = 0; +x_16 = x_50; +goto block_44; } else { -uint8_t x_22; -x_22 = lean_unbox(x_14); -lean_dec(x_14); -if (x_22 == 0) -{ -lean_object* x_23; -lean_free_object(x_12); -x_23 = l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1(x_1, x_2, x_3, x_4, x_5, x_15); -if (lean_obj_tag(x_23) == 0) -{ -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get_uint8(x_24, sizeof(void*)*5 + 1); -if (x_25 == 0) -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_dec(x_23); -x_27 = lean_ctor_get(x_24, 4); -lean_inc(x_27); -lean_dec(x_24); -x_28 = lean_box(0); -x_29 = l_List_forIn_loop___at_Lean_Meta_mkInjectiveTheorems___spec__1(x_27, x_28, x_2, x_3, x_4, x_5, x_26); -if (lean_obj_tag(x_29) == 0) -{ -uint8_t x_30; -x_30 = !lean_is_exclusive(x_29); -if (x_30 == 0) +uint8_t x_51; +x_51 = lean_unbox(x_13); +lean_dec(x_13); +if (x_51 == 0) { -lean_object* x_31; -x_31 = lean_ctor_get(x_29, 0); -lean_dec(x_31); -lean_ctor_set(x_29, 0, x_28); -return x_29; +uint8_t x_52; +x_52 = 1; +x_16 = x_52; +goto block_44; } else { -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_29, 1); -lean_inc(x_32); -lean_dec(x_29); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_28); -lean_ctor_set(x_33, 1, x_32); -return x_33; +uint8_t x_53; +x_53 = 0; +x_16 = x_53; +goto block_44; } } -else -{ -uint8_t x_34; -x_34 = !lean_is_exclusive(x_29); -if (x_34 == 0) -{ -return x_29; } -else +block_44: { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_29, 0); -x_36 = lean_ctor_get(x_29, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_29); -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 +if (x_16 == 0) { -uint8_t x_38; -lean_dec(x_24); +lean_object* x_17; lean_object* x_18; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_38 = !lean_is_exclusive(x_23); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_23, 0); -lean_dec(x_39); -x_40 = lean_box(0); -lean_ctor_set(x_23, 0, x_40); -return x_23; -} -else -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_23, 1); -lean_inc(x_41); -lean_dec(x_23); -x_42 = lean_box(0); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_41); -return x_43; -} +lean_dec(x_1); +x_17 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_18 = lean_alloc_ctor(0, 2, 0); +} else { + x_18 = x_15; } +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_14); +return x_18; } else { -uint8_t x_44; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_44 = !lean_is_exclusive(x_23); -if (x_44 == 0) -{ -return x_23; -} -else +lean_object* x_19; +lean_dec(x_15); +x_19 = l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1(x_1, x_2, x_3, x_4, x_5, x_14); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_23, 0); -x_46 = lean_ctor_get(x_23, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_23); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; -} -} -} -else +lean_object* x_20; uint8_t x_21; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get_uint8(x_20, sizeof(void*)*5 + 1); +if (x_21 == 0) { -lean_object* x_48; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_48 = lean_box(0); -lean_ctor_set(x_12, 0, x_48); -return x_12; -} -} -} -} -else +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_dec(x_19); +x_23 = lean_ctor_get(x_20, 4); +lean_inc(x_23); +lean_dec(x_20); +x_24 = lean_box(0); +x_25 = l_List_forIn_loop___at_Lean_Meta_mkInjectiveTheorems___spec__1(x_23, x_24, x_2, x_3, x_4, x_5, x_22); +if (lean_obj_tag(x_25) == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_49 = lean_ctor_get(x_12, 0); -x_50 = lean_ctor_get(x_12, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_12); -x_51 = l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__3; -x_52 = l_Lean_Environment_contains(x_10, x_51); -if (x_52 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) { -lean_object* x_53; lean_object* x_54; -lean_dec(x_49); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_50); -return x_54; +lean_object* x_27; +x_27 = lean_ctor_get(x_25, 0); +lean_dec(x_27); +lean_ctor_set(x_25, 0, x_24); +return x_25; } else { -lean_object* x_55; uint8_t x_56; -x_55 = l_Lean_Meta_mkInjectiveTheorems___closed__1; -x_56 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_55); -lean_dec(x_11); -if (x_56 == 0) -{ -lean_object* x_57; lean_object* x_58; -lean_dec(x_49); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_50); -return x_58; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_25, 1); +lean_inc(x_28); +lean_dec(x_25); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_24); +lean_ctor_set(x_29, 1, x_28); +return x_29; +} } else { -uint8_t x_59; -x_59 = lean_unbox(x_49); -lean_dec(x_49); -if (x_59 == 0) -{ -lean_object* x_60; -x_60 = l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1(x_1, x_2, x_3, x_4, x_5, x_50); -if (lean_obj_tag(x_60) == 0) -{ -lean_object* x_61; uint8_t x_62; -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get_uint8(x_61, sizeof(void*)*5 + 1); -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_60, 1); -lean_inc(x_63); -lean_dec(x_60); -x_64 = lean_ctor_get(x_61, 4); -lean_inc(x_64); -lean_dec(x_61); -x_65 = lean_box(0); -x_66 = l_List_forIn_loop___at_Lean_Meta_mkInjectiveTheorems___spec__1(x_64, x_65, x_2, x_3, x_4, x_5, x_63); -if (lean_obj_tag(x_66) == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_25); +if (x_30 == 0) { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -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; -} else { - lean_dec_ref(x_66); - x_68 = lean_box(0); -} -if (lean_is_scalar(x_68)) { - x_69 = lean_alloc_ctor(0, 2, 0); -} else { - x_69 = x_68; -} -lean_ctor_set(x_69, 0, x_65); -lean_ctor_set(x_69, 1, x_67); -return x_69; +return x_25; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_70 = lean_ctor_get(x_66, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_66, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - lean_ctor_release(x_66, 1); - x_72 = x_66; -} else { - lean_dec_ref(x_66); - 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_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_25, 0); +x_32 = lean_ctor_get(x_25, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_25); +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_ctor_set(x_73, 0, x_70); -lean_ctor_set(x_73, 1, x_71); -return x_73; } } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -lean_dec(x_61); +uint8_t x_34; +lean_dec(x_20); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_74 = lean_ctor_get(x_60, 1); -lean_inc(x_74); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_75 = x_60; -} else { - lean_dec_ref(x_60); - x_75 = lean_box(0); +x_34 = !lean_is_exclusive(x_19); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_19, 0); +lean_dec(x_35); +x_36 = lean_box(0); +lean_ctor_set(x_19, 0, x_36); +return x_19; } -x_76 = lean_box(0); -if (lean_is_scalar(x_75)) { - x_77 = lean_alloc_ctor(0, 2, 0); -} else { - x_77 = x_75; +else +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_19, 1); +lean_inc(x_37); +lean_dec(x_19); +x_38 = lean_box(0); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_37); +return x_39; } -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_77, 1, x_74); -return x_77; } } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +uint8_t x_40; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_78 = lean_ctor_get(x_60, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_60, 1); -lean_inc(x_79); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_80 = x_60; -} else { - lean_dec_ref(x_60); - x_80 = lean_box(0); -} -if (lean_is_scalar(x_80)) { - x_81 = lean_alloc_ctor(1, 2, 0); -} else { - x_81 = x_80; -} -lean_ctor_set(x_81, 0, x_78); -lean_ctor_set(x_81, 1, x_79); -return x_81; -} +x_40 = !lean_is_exclusive(x_19); +if (x_40 == 0) +{ +return x_19; } else { -lean_object* x_82; lean_object* x_83; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_82 = lean_box(0); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_50); -return x_83; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_19, 0); +x_42 = lean_ctor_get(x_19, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_19); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } @@ -4569,7 +4202,7 @@ return x_83; } else { -uint8_t x_84; +uint8_t x_54; lean_dec(x_11); lean_dec(x_10); lean_dec(x_5); @@ -4577,23 +4210,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_84 = !lean_is_exclusive(x_12); -if (x_84 == 0) +x_54 = !lean_is_exclusive(x_12); +if (x_54 == 0) { return x_12; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_12, 0); -x_86 = lean_ctor_get(x_12, 1); -lean_inc(x_86); -lean_inc(x_85); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_12, 0); +x_56 = lean_ctor_get(x_12, 1); +lean_inc(x_56); +lean_inc(x_55); lean_dec(x_12); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } @@ -4711,21 +4344,21 @@ l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda_ lean_mark_persistent(l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheoremValue___lambda__2___closed__7); l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheorem___closed__1 = _init_l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheorem___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Injective_0__Lean_Meta_mkInjectiveEqTheorem___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126____closed__7); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2126_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125____closed__7); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Injective___hyg_2125_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_genInjectivity = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_genInjectivity); diff --git a/stage0/stdlib/Lean/Meta/Instances.c b/stage0/stdlib/Lean/Meta/Instances.c index 589d4ec7ba0c..ace861cfc01b 100644 --- a/stage0/stdlib/Lean/Meta/Instances.c +++ b/stage0/stdlib/Lean/Meta/Instances.c @@ -15,10 +15,12 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3(uint8_t, lean_object*, size_t, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__2; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); lean_object* l_Lean_getAttrParamOptPrio(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__1___boxed(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_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(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -29,7 +31,8 @@ size_t lean_usize_shift_right(size_t, size_t); 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___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*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__23(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__33(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instanceExtension; @@ -39,34 +42,40 @@ LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInser lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); 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(uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_instToFormatInstanceEntry___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__12; 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); static lean_object* l_Lean_Meta_Instances_erase___rarg___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__12; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__6; uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____lambda__1(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_Key_hash___rarg___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_Meta_Instances_eraseCore(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_addInstanceEntry___spec__30___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__3; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_addInstanceEntry___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__2; 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_instInhabitedInstanceEntry___closed__1; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__34(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_1586____spec__3(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__3; LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_addInstanceEntry___spec__11___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); @@ -79,6 +88,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInsta LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Meta_Instances_erase___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedInstanceEntry; lean_object* lean_environment_find(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__8___boxed(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -86,51 +96,48 @@ static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry__ 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_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__28(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Meta_addDefaultInstanceEntry___spec__3___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__9; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__7(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__1; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addInstanceEntry___spec__13(uint8_t, 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_1989____lambda__2___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_1990____lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__13; static lean_object* l_Lean_Meta_addDefaultInstance___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__10; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__16(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; 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_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750_(lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__9; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__9; 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*); 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*); 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 lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__6; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___closed__4; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__1___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_addInstanceEntry___spec__2___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483_(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*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____lambda__1(lean_object*); lean_object* l_Lean_PersistentHashMap_isUnaryNode___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__6; 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*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__2___boxed(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addScopedEntry___rarg(lean_object*, lean_object*, lean_object*, lean_object*); 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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__1; +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__5; uint8_t lean_expr_eqv(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__1(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_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedInstances; lean_object* l_Lean_RBNode_setBlack___rarg(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_object*); @@ -138,73 +145,72 @@ lean_object* lean_nat_div(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addDefaultInstance___lambda__2(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_forallMetaTelescopeReducingAux(lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__11; 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_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__18; static lean_object* l_Lean_Meta_instInhabitedDefaultInstances___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__14; 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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_instToFormatInstanceEntry(lean_object*); lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__24(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addInstanceEntry___spec__21(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_addInstanceEntry___spec__30(uint8_t, lean_object*); lean_object* l_Lean_Meta_DiscrTree_empty(lean_object*, uint8_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__2; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_Meta_Instances_erase___spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addInstanceEntry___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__2(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_750____lambda__1___closed__8; lean_object* lean_st_mk_ref(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addInstanceEntry(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____spec__1___lambda__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_1990____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addInstanceEntry___spec__19___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_list_to_array(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__8; 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_750____closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_Key_lt___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__5; static lean_object* l_Lean_Meta_Instances_erase___rarg___closed__2; extern lean_object* l_Lean_Expr_instHashableExpr; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances___rarg___boxed(lean_object*, lean_object*); 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(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_defaultInstanceExtension; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__29___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addInstanceEntry___spec__13___boxed(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_1989____closed__7; static lean_object* l_Lean_Meta_instInhabitedInstanceEntry___closed__3; extern lean_object* l_Lean_Meta_globalInstanceExtension; LEAN_EXPORT lean_object* l_Lean_Meta_getGlobalInstancesIndex___rarg___boxed(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_Meta_getDefaultInstances___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__4; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__2; 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_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addInstanceEntry___spec__19(uint8_t, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__20; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585_(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__15; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__6; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____spec__2(lean_object*, size_t, size_t, lean_object*); 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_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*); @@ -215,40 +221,42 @@ static lean_object* l_Lean_Meta_instInhabitedInstances___closed__1; static lean_object* l_Lean_Meta_addInstance___closed__1; 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_instInhabitedInstances___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__10; 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; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__1; 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_1585____closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__7; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_addInstanceEntry___spec__11(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__1; static lean_object* l_Lean_Meta_Instances_discrTree___default___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__17; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__26(uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addInstanceEntry___spec__4(uint8_t, 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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__15(uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__9; lean_object* l_Lean_Meta_DiscrTree_mkPath(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__2___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedInstanceEntry___closed__2; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__7; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____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_1990____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal___at_Lean_Meta_addInstanceEntry___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isInstance(lean_object*, 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_1586____closed__4; static lean_object* l_Lean_Meta_instInhabitedInstances___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____spec__1___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_751____lambda__1___closed__6; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Instances_instanceNames___default; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__20(uint8_t, lean_object*, size_t, 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_750____lambda__1___closed__11; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__31(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__4; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erased___default; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__29(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -262,132 +270,124 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addIns LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities(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_750____closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); 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_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__18; LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___rarg___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Instances_instanceNames___default___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addInstanceEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__1; 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2; lean_object* l_Lean_Meta_DiscrTree_instInhabitedDiscrTree(lean_object*, uint8_t); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__10; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989_(lean_object*); static lean_object* l_Lean_Meta_instInhabitedInstances___closed__4; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__6(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__16; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__15; lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__7; lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__7; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Array_insertAt_x21___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); 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_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_Instances_eraseCore___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__9; static lean_object* l_Lean_Meta_addInstance___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__10; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__28___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_1586____closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__8; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__11; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstancesPriorities___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__5; lean_object* l_Lean_ScopedEnvExtension_addLocalEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addDefaultInstance___lambda__1(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*); lean_object* l_Array_back___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__7; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586_(lean_object*); 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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__3; static lean_object* l_Lean_Meta_addDefaultInstance___lambda__1___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_addInstanceEntry___spec__14(uint8_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_484____closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__32(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__18(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3; uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__7; 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); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__16; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__17; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__25(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); 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_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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addInstanceEntry___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__27(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_instBEqInstanceEntry(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__5; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_left(size_t, size_t); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__20; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2(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_Instances___hyg_483____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_getDefaultInstances___rarg___lambda__1(lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Attributes_0__Lean_beqAttributeKind____x40_Lean_Attributes___hyg_367_(uint8_t, uint8_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__14; uint64_t l_Lean_Meta_DiscrTree_Key_hash___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____spec__2(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__2; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addInstanceEntry___spec__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__19; 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_483____closed__8; uint8_t lean_nat_dec_le(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__19; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11; 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*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addInstanceEntry___spec__32___boxed(lean_object*, 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__1; 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_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__6; 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_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__10; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_Instances_erased___default___spec__1; LEAN_EXPORT lean_object* l_Lean_Meta_DefaultInstances_priorities___default; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Meta_addDefaultInstanceEntry___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addDefaultInstance___lambda__2___closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__4; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_is_class(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addInstanceEntry___spec__5(uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getInstancePriority_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Instances_instanceNames___default___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addInstanceEntry___spec__17(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_addInstanceEntry___spec__12(lean_object*, lean_object*, size_t, size_t); 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*); uint8_t l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__8; +LEAN_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__8; lean_object* l_Array_eraseIdx_x27___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getErasedInstances(lean_object*); lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); @@ -1543,209 +1543,247 @@ return x_44; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addInstanceEntry___spec__13(uint8_t x_1, 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; -x_8 = l_Array_isEmpty___rarg(x_6); -if (x_8 == 0) +uint8_t x_8; uint8_t x_33; uint8_t x_66; +x_66 = l_Array_isEmpty___rarg(x_6); +if (x_66 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_9 = lean_unsigned_to_nat(0u); +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_67 = lean_unsigned_to_nat(0u); lean_inc(x_7); -x_10 = lean_array_get(x_7, x_6, x_9); -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_11, x_12); -if (x_13 == 0) -{ -uint8_t x_14; -x_14 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_12, x_11); -lean_dec(x_12); -if (x_14 == 0) +x_68 = lean_array_get(x_7, x_6, x_67); +x_69 = lean_ctor_get(x_7, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 0); +lean_inc(x_70); +lean_dec(x_68); +x_71 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_69, x_70); +if (x_71 == 0) { -lean_object* x_15; uint8_t x_16; -lean_dec(x_11); -lean_dec(x_7); -x_15 = lean_array_get_size(x_6); -x_16 = lean_nat_dec_lt(x_9, x_15); -lean_dec(x_15); -if (x_16 == 0) +uint8_t x_72; +x_72 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_70, x_69); +lean_dec(x_69); +lean_dec(x_70); +if (x_72 == 0) { -lean_dec(x_5); -lean_dec(x_3); -return x_6; +uint8_t x_73; +x_73 = 1; +x_33 = x_73; +goto block_65; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_17 = lean_array_fget(x_6, x_9); -x_18 = lean_box(0); -x_19 = lean_array_fset(x_6, x_9, x_18); -x_20 = !lean_is_exclusive(x_17); -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; -x_21 = lean_ctor_get(x_17, 1); -x_22 = lean_ctor_get(x_17, 0); -lean_dec(x_22); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_add(x_4, x_23); -x_25 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_24, x_21); -lean_dec(x_24); -lean_ctor_set(x_17, 1, x_25); -lean_ctor_set(x_17, 0, x_5); -x_26 = lean_array_fset(x_19, x_9, x_17); -return x_26; +uint8_t x_74; +x_74 = 0; +x_33 = x_74; +goto block_65; +} } 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; -x_27 = lean_ctor_get(x_17, 1); -lean_inc(x_27); -lean_dec(x_17); -x_28 = lean_unsigned_to_nat(1u); -x_29 = lean_nat_add(x_4, x_28); -x_30 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_29, x_27); -lean_dec(x_29); -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_array_fset(x_19, x_9, x_31); -return x_32; -} +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_7); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_4, x_75); +x_77 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_76); +lean_dec(x_76); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_5); +lean_ctor_set(x_78, 1, x_77); +x_79 = l_Array_insertAt_x21___rarg(x_6, x_67, x_78); +return x_79; } } else { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -lean_inc(x_7); -x_33 = l_Array_back___rarg(x_7, x_6); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_34, x_11); -if (x_35 == 0) +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_dec(x_7); +x_80 = lean_unsigned_to_nat(1u); +x_81 = lean_nat_add(x_4, x_80); +x_82 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_81); +lean_dec(x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_5); +lean_ctor_set(x_83, 1, x_82); +x_84 = lean_array_push(x_6, x_83); +return x_84; +} +block_32: { -uint8_t x_36; -x_36 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_11, x_34); -lean_dec(x_34); -lean_dec(x_11); -if (x_36 == 0) +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_9 = lean_array_get_size(x_6); +x_10 = lean_unsigned_to_nat(1u); +x_11 = lean_nat_sub(x_9, x_10); +lean_dec(x_9); +x_12 = lean_unsigned_to_nat(0u); +x_13 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_addInstanceEntry___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_11); +return x_13; +} +else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_dec(x_7); -x_37 = lean_array_get_size(x_6); -x_38 = lean_unsigned_to_nat(1u); -x_39 = lean_nat_sub(x_37, x_38); -x_40 = lean_nat_dec_lt(x_39, x_37); -lean_dec(x_37); -if (x_40 == 0) +x_14 = lean_array_get_size(x_6); +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_nat_sub(x_14, x_15); +x_17 = lean_nat_dec_lt(x_16, x_14); +lean_dec(x_14); +if (x_17 == 0) { -lean_dec(x_39); +lean_dec(x_16); lean_dec(x_5); lean_dec(x_3); return x_6; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_array_fget(x_6, x_39); -x_42 = lean_box(0); -x_43 = lean_array_fset(x_6, x_39, x_42); -x_44 = !lean_is_exclusive(x_41); -if (x_44 == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_18 = lean_array_fget(x_6, x_16); +x_19 = lean_box(0); +x_20 = lean_array_fset(x_6, x_16, x_19); +x_21 = !lean_is_exclusive(x_18); +if (x_21 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_45 = lean_ctor_get(x_41, 1); -x_46 = lean_ctor_get(x_41, 0); -lean_dec(x_46); -x_47 = lean_nat_add(x_4, x_38); -x_48 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_47, x_45); -lean_dec(x_47); -lean_ctor_set(x_41, 1, x_48); -lean_ctor_set(x_41, 0, x_5); -x_49 = lean_array_fset(x_43, x_39, x_41); -lean_dec(x_39); -return x_49; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_18, 1); +x_23 = lean_ctor_get(x_18, 0); +lean_dec(x_23); +x_24 = lean_nat_add(x_4, x_15); +x_25 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_24, x_22); +lean_dec(x_24); +lean_ctor_set(x_18, 1, x_25); +lean_ctor_set(x_18, 0, x_5); +x_26 = lean_array_fset(x_20, x_16, x_18); +lean_dec(x_16); +return x_26; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_50 = lean_ctor_get(x_41, 1); -lean_inc(x_50); -lean_dec(x_41); -x_51 = lean_nat_add(x_4, x_38); -x_52 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_51, x_50); -lean_dec(x_51); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_5); -lean_ctor_set(x_53, 1, x_52); -x_54 = lean_array_fset(x_43, x_39, x_53); -lean_dec(x_39); -return x_54; +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_18, 1); +lean_inc(x_27); +lean_dec(x_18); +x_28 = lean_nat_add(x_4, x_15); +x_29 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_28, x_27); +lean_dec(x_28); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_5); +lean_ctor_set(x_30, 1, x_29); +x_31 = lean_array_fset(x_20, x_16, x_30); +lean_dec(x_16); +return x_31; +} } } } +block_65: +{ +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +lean_inc(x_7); +x_34 = l_Array_back___rarg(x_7, x_6); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_7, 0); +lean_inc(x_36); +x_37 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_35, x_36); +if (x_37 == 0) +{ +uint8_t x_38; +x_38 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_36, x_35); +lean_dec(x_35); +lean_dec(x_36); +if (x_38 == 0) +{ +uint8_t x_39; +x_39 = 1; +x_8 = x_39; +goto block_32; +} else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = lean_array_get_size(x_6); -x_56 = lean_unsigned_to_nat(1u); -x_57 = lean_nat_sub(x_55, x_56); -lean_dec(x_55); -x_58 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_addInstanceEntry___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_9, x_57); -return x_58; +uint8_t x_40; +x_40 = 0; +x_8 = x_40; +goto block_32; } } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_34); -lean_dec(x_11); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +lean_dec(x_36); +lean_dec(x_35); lean_dec(x_7); -x_59 = lean_unsigned_to_nat(1u); -x_60 = lean_nat_add(x_4, x_59); -x_61 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_60); -lean_dec(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_5); -lean_ctor_set(x_62, 1, x_61); -x_63 = lean_array_push(x_6, x_62); -return x_63; -} +x_41 = lean_unsigned_to_nat(1u); +x_42 = lean_nat_add(x_4, x_41); +x_43 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_42); +lean_dec(x_42); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_5); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_array_push(x_6, x_44); +return x_45; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_12); -lean_dec(x_11); +lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_dec(x_7); -x_64 = lean_unsigned_to_nat(1u); -x_65 = lean_nat_add(x_4, x_64); -x_66 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_65); -lean_dec(x_65); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_5); -lean_ctor_set(x_67, 1, x_66); -x_68 = l_Array_insertAt_x21___rarg(x_6, x_9, x_67); -return x_68; +x_46 = lean_array_get_size(x_6); +x_47 = lean_unsigned_to_nat(0u); +x_48 = lean_nat_dec_lt(x_47, x_46); +lean_dec(x_46); +if (x_48 == 0) +{ +lean_dec(x_5); +lean_dec(x_3); +return x_6; } +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_49 = lean_array_fget(x_6, x_47); +x_50 = lean_box(0); +x_51 = lean_array_fset(x_6, x_47, x_50); +x_52 = !lean_is_exclusive(x_49); +if (x_52 == 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; +x_53 = lean_ctor_get(x_49, 1); +x_54 = lean_ctor_get(x_49, 0); +lean_dec(x_54); +x_55 = lean_unsigned_to_nat(1u); +x_56 = lean_nat_add(x_4, x_55); +x_57 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_56, x_53); +lean_dec(x_56); +lean_ctor_set(x_49, 1, x_57); +lean_ctor_set(x_49, 0, x_5); +x_58 = lean_array_fset(x_51, x_47, x_49); +return x_58; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_7); -x_69 = lean_unsigned_to_nat(1u); -x_70 = lean_nat_add(x_4, x_69); -x_71 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_70); -lean_dec(x_70); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_5); -lean_ctor_set(x_72, 1, x_71); -x_73 = lean_array_push(x_6, x_72); -return x_73; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_59 = lean_ctor_get(x_49, 1); +lean_inc(x_59); +lean_dec(x_49); +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_add(x_4, x_60); +x_62 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addInstanceEntry___spec__9(x_1, x_2, x_3, x_61, x_59); +lean_dec(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_5); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_array_fset(x_51, x_47, x_63); +return x_64; +} +} +} } } } @@ -5648,7 +5686,7 @@ lean_dec(x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1() { _start: { lean_object* x_1; @@ -5656,7 +5694,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2() { _start: { lean_object* x_1; @@ -5664,7 +5702,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__3() { _start: { lean_object* x_1; @@ -5672,18 +5710,18 @@ x_1 = lean_mk_string_from_bytes("instanceExtension", 17); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__4() { _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_483____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__3; 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_483____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -5697,7 +5735,7 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__6() { _start: { lean_object* x_1; @@ -5705,7 +5743,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_addInstanceEntry), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__7() { _start: { lean_object* x_1; @@ -5713,14 +5751,14 @@ x_1 = lean_alloc_closure((void*)(l_id___rarg___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__8() { _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_initFn____x40_Lean_Meta_Instances___hyg_483____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__6; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__5; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__6; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__5; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__7; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -5729,11 +5767,11 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__8; x_3 = l_Lean_registerSimpleScopedEnvExtension___rarg(x_2, x_1); return x_3; } @@ -6755,7 +6793,7 @@ 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_750____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_EXPORT lean_object* l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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; @@ -6766,7 +6804,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_750____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_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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; @@ -6813,14 +6851,14 @@ 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_750____spec__1___lambda__1(x_1, x_2, x_18, x_3, x_4, x_5); +x_19 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____spec__1___lambda__1(x_1, x_2, x_18, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); return x_19; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; @@ -6845,7 +6883,7 @@ lean_ctor_set_uint8(x_5, 12, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6857,7 +6895,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -6866,23 +6904,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_750____lambda__1___closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____lambda__1___closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__4; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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); @@ -6893,25 +6931,25 @@ 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_750____lambda__1___closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___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_750____lambda__1___closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__5; 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_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___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; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__6; x_4 = l_Lean_Meta_instInhabitedInstanceEntry___closed__1; x_5 = lean_unsigned_to_nat(0u); x_6 = lean_alloc_ctor(0, 6, 0); @@ -6924,7 +6962,7 @@ lean_ctor_set(x_6, 5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6936,7 +6974,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6948,13 +6986,13 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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; x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__8; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__8; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__9; x_4 = l_Lean_Meta_Instances_instanceNames___default___closed__3; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); @@ -6969,14 +7007,14 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__10; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__9; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__5; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__5; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_2); lean_ctor_set(x_5, 1, x_3); @@ -6985,7 +7023,7 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____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_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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; @@ -7002,14 +7040,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_750____lambda__1___closed__11; +x_12 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11; 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_750____lambda__1___closed__7; +x_16 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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) @@ -7094,14 +7132,14 @@ return x_33; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____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_751____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; lean_object* x_12; @@ -7119,7 +7157,7 @@ x_10 = l_Lean_Meta_addInstance___closed__2; x_11 = l_Lean_ScopedEnvExtension_getState___rarg(x_9, x_10, x_8); lean_dec(x_8); lean_inc(x_3); -x_12 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____spec__1(x_11, x_1, x_2, x_3, x_7); +x_12 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____spec__1(x_11, x_1, x_2, x_3, x_7); if (lean_obj_tag(x_12) == 0) { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; @@ -7141,7 +7179,7 @@ lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean x_19 = lean_ctor_get(x_16, 0); x_20 = lean_ctor_get(x_16, 4); lean_dec(x_20); -x_21 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__2___boxed), 2, 1); +x_21 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__2___boxed), 2, 1); lean_closure_set(x_21, 0, x_13); x_22 = l_Lean_ScopedEnvExtension_modifyState___rarg(x_10, x_19, x_21); x_23 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__1; @@ -7188,7 +7226,7 @@ lean_inc(x_33); lean_inc(x_32); lean_inc(x_31); lean_dec(x_16); -x_37 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__2___boxed), 2, 1); +x_37 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__2___boxed), 2, 1); lean_closure_set(x_37, 0, x_13); x_38 = l_Lean_ScopedEnvExtension_modifyState___rarg(x_10, x_31, x_37); x_39 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addInstance___spec__2___closed__1; @@ -7248,27 +7286,27 @@ return x_49; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_483____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____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_750____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____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_Instances___hyg_750____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__3() { _start: { lean_object* x_1; @@ -7276,17 +7314,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__5() { _start: { lean_object* x_1; @@ -7294,37 +7332,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____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_750____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____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_Instances___hyg_750____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__9() { _start: { lean_object* x_1; @@ -7332,17 +7370,17 @@ x_1 = lean_mk_string_from_bytes("Instances", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__11() { _start: { lean_object* x_1; @@ -7350,27 +7388,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____closed__12; -x_2 = lean_unsigned_to_nat(750u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__12; +x_2 = lean_unsigned_to_nat(751u); 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_750____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__14() { _start: { lean_object* x_1; @@ -7378,17 +7416,17 @@ x_1 = lean_mk_string_from_bytes("instance", 8); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__15() { _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_750____closed__14; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__14; 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_750____closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__16() { _start: { lean_object* x_1; @@ -7396,13 +7434,13 @@ x_1 = lean_mk_string_from_bytes("type class instance", 19); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__17() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__17() { _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_750____closed__13; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__15; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__16; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__13; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__15; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__16; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -7412,29 +7450,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_750____closed__18() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__18() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__19() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__19() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__3), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__3), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__20() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__20() { _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_750____closed__17; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__18; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__19; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__17; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__18; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__19; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -7442,42 +7480,42 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__20; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__20; 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_750____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_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____spec__1___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Meta_Instances_erase___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_initFn____x40_Lean_Meta_Instances___hyg_750____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_751____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_750____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____lambda__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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_750____lambda__2(x_1, x_2); +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__2(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; @@ -10655,7 +10693,7 @@ lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____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_1586____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -10677,7 +10715,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____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_1586____spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -10715,7 +10753,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_1585____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_1586____spec__2(x_6, x_15, x_16, x_4); lean_dec(x_6); x_2 = x_11; x_4 = x_17; @@ -10729,7 +10767,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____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_1586____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -10758,23 +10796,23 @@ 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_1585____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_1586____spec__3(x_2, x_7, x_8, x_1); lean_dec(x_2); return x_9; } } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____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_1585____spec__1(x_2, x_1); +x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____spec__1(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__1() { _start: { lean_object* x_1; @@ -10782,18 +10820,18 @@ x_1 = lean_mk_string_from_bytes("defaultInstanceExtension", 24); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____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_483____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____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_1585____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__3() { _start: { lean_object* x_1; @@ -10802,7 +10840,7 @@ lean_closure_set(x_1, 0, lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__4() { _start: { lean_object* x_1; @@ -10810,22 +10848,22 @@ 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_1585____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__5() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____lambda__1), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____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_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__5; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__4; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__5; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__3; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -10834,16 +10872,16 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____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_1585____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_1586____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; @@ -10851,12 +10889,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_1585____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_1586____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_1585____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_1586____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; @@ -10864,7 +10902,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_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____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_1586____spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -11178,18 +11216,18 @@ lean_dec(x_5); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____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_1990____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_750____lambda__1___closed__11; +x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11; 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_750____lambda__1___closed__7; +x_11 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____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) @@ -11248,7 +11286,7 @@ return x_24; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -11256,16 +11294,16 @@ x_1 = lean_mk_string_from_bytes("invalid attribute 'default_instance', must be g return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____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_1989____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_1990____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; @@ -11290,7 +11328,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_1989____lambda__2___closed__2; +x_14 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__2; x_15 = l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(x_14, x_4, x_5, x_11); lean_dec(x_5); lean_dec(x_4); @@ -11317,7 +11355,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_1989____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_1990____lambda__1(x_1, x_10, x_20, x_4, x_5, x_11); return x_21; } } @@ -11348,7 +11386,7 @@ return x_25; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__1() { _start: { lean_object* x_1; @@ -11356,35 +11394,35 @@ x_1 = lean_mk_string_from_bytes("attribute cannot be erased", 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____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_1989____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_1990____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_1989____lambda__3___closed__2; +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__2; x_6 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____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_750____closed__12; -x_2 = lean_unsigned_to_nat(1989u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__12; +x_2 = lean_unsigned_to_nat(1990u); 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_1989____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__2() { _start: { lean_object* x_1; @@ -11392,17 +11430,17 @@ x_1 = lean_mk_string_from_bytes("default_instance", 16); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__3() { _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_1989____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____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_Instances___hyg_1989____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__4() { _start: { lean_object* x_1; @@ -11410,13 +11448,13 @@ x_1 = lean_mk_string_from_bytes("type class default instance", 27); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__5() { _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_1989____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__3; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__3; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__4; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -11426,29 +11464,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_1989____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__8() { _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_1989____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__6; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__6; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__7; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -11456,39 +11494,39 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__8; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____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_1990____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_1989____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_1990____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_1989____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_1990____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_1989____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_1990____lambda__2(x_1, x_2, x_7, x_4, x_5, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____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_1990____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_1989____lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -11698,23 +11736,23 @@ l_Lean_Meta_Instances_erase___rarg___closed__3 = _init_l_Lean_Meta_Instances_era lean_mark_persistent(l_Lean_Meta_Instances_erase___rarg___closed__3); l_Lean_Meta_Instances_erase___rarg___closed__4 = _init_l_Lean_Meta_Instances_erase___rarg___closed__4(); lean_mark_persistent(l_Lean_Meta_Instances_erase___rarg___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483____closed__8); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_483_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484____closed__8); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_484_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_instanceExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_instanceExtension); @@ -11741,69 +11779,69 @@ 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_750____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____lambda__1___closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750____closed__20); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_750_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____lambda__1___closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__16); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__17(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__17); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__18(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__18); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__19(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__19); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__20(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751____closed__20); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_751_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Meta_DefaultInstances_defaultInstances___default = _init_l_Lean_Meta_DefaultInstances_defaultInstances___default(); @@ -11814,19 +11852,19 @@ l_Lean_Meta_instInhabitedDefaultInstances___closed__1 = _init_l_Lean_Meta_instIn 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_1585____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585____closed__6); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1585_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586____closed__6); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1586_(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); @@ -11857,31 +11895,31 @@ 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_1989____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____lambda__3___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989____closed__8); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1989_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__2___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____lambda__3___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990____closed__8); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Instances___hyg_1990_(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/KAbstract.c b/stage0/stdlib/Lean/Meta/KAbstract.c index a4eb867fd8d4..8dc9b8dcb4d9 100644 --- a/stage0/stdlib/Lean/Meta/KAbstract.c +++ b/stage0/stdlib/Lean/Meta/KAbstract.c @@ -25,7 +25,6 @@ size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_kabstract_visit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_abstract(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_kabstract(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_kabstract_visit___boxed(lean_object*, 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_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); @@ -37,6 +36,7 @@ lean_object* l_Lean_Expr_toHeadIndex(lean_object*); lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); uint8_t l___private_Lean_HeadIndex_0__Lean_beqHeadIndex____x40_Lean_HeadIndex___hyg_67_(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_kabstract___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_kabstract___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Lean_Data_Occurrences_0__Lean_beqOccurrences____x40_Lean_Data_Occurrences___hyg_32_(lean_object*, lean_object*); @@ -48,214 +48,203 @@ uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_kabstract_visit(lean_object* x_1, lean_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; uint8_t x_250; -x_250 = l_Lean_Expr_hasLooseBVars(x_5); -if (x_250 == 0) +uint8_t x_13; uint8_t x_924; +x_924 = l_Lean_Expr_hasLooseBVars(x_5); +if (x_924 == 0) { -lean_object* x_251; uint8_t x_252; +lean_object* x_925; uint8_t x_926; lean_inc(x_5); -x_251 = l_Lean_Expr_toHeadIndex(x_5); -x_252 = l___private_Lean_HeadIndex_0__Lean_beqHeadIndex____x40_Lean_HeadIndex___hyg_67_(x_251, x_3); -lean_dec(x_251); -if (x_252 == 0) +x_925 = l_Lean_Expr_toHeadIndex(x_5); +x_926 = l___private_Lean_HeadIndex_0__Lean_beqHeadIndex____x40_Lean_HeadIndex___hyg_67_(x_925, x_3); +lean_dec(x_925); +if (x_926 == 0) { -lean_object* x_253; -x_253 = lean_box(0); -x_13 = x_253; -goto block_249; +uint8_t x_927; +x_927 = 1; +x_13 = x_927; +goto block_923; } else { -lean_object* x_254; lean_object* x_255; uint8_t x_256; -x_254 = lean_unsigned_to_nat(0u); -x_255 = l_Lean_Expr_headNumArgs_go(x_5, x_254); -x_256 = lean_nat_dec_eq(x_255, x_4); -lean_dec(x_255); -if (x_256 == 0) +lean_object* x_928; lean_object* x_929; uint8_t x_930; +x_928 = lean_unsigned_to_nat(0u); +x_929 = l_Lean_Expr_headNumArgs_go(x_5, x_928); +x_930 = lean_nat_dec_eq(x_929, x_4); +lean_dec(x_929); +if (x_930 == 0) { -lean_object* x_257; -x_257 = lean_box(0); -x_13 = x_257; -goto block_249; +uint8_t x_931; +x_931 = 1; +x_13 = x_931; +goto block_923; } else { -lean_object* x_258; -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_1); -lean_inc(x_5); -x_258 = l_Lean_Meta_isExprDefEq(x_5, x_1, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_258) == 0) -{ -lean_object* x_259; uint8_t x_260; -x_259 = lean_ctor_get(x_258, 0); -lean_inc(x_259); -x_260 = lean_unbox(x_259); -lean_dec(x_259); -if (x_260 == 0) +uint8_t x_932; +x_932 = 0; +x_13 = x_932; +goto block_923; +} +} +} +else { switch (lean_obj_tag(x_5)) { case 5: { -lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; -x_261 = lean_ctor_get(x_258, 1); -lean_inc(x_261); -lean_dec(x_258); -x_262 = lean_ctor_get(x_5, 0); -lean_inc(x_262); -x_263 = lean_ctor_get(x_5, 1); -lean_inc(x_263); +lean_object* x_933; lean_object* x_934; lean_object* x_935; +x_933 = lean_ctor_get(x_5, 0); +lean_inc(x_933); +x_934 = lean_ctor_get(x_5, 1); +lean_inc(x_934); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_262); +lean_inc(x_933); lean_inc(x_1); -x_264 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_262, x_6, x_7, x_8, x_9, x_10, x_11, x_261); -if (lean_obj_tag(x_264) == 0) -{ -lean_object* x_265; lean_object* x_266; lean_object* x_267; -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); -lean_inc(x_263); -x_267 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_263, x_6, x_7, x_8, x_9, x_10, x_11, x_266); -if (lean_obj_tag(x_267) == 0) +x_935 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_933, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_935) == 0) { -uint8_t x_268; -x_268 = !lean_is_exclusive(x_267); -if (x_268 == 0) +lean_object* x_936; lean_object* x_937; lean_object* x_938; +x_936 = lean_ctor_get(x_935, 0); +lean_inc(x_936); +x_937 = lean_ctor_get(x_935, 1); +lean_inc(x_937); +lean_dec(x_935); +lean_inc(x_934); +x_938 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_934, x_6, x_7, x_8, x_9, x_10, x_11, x_937); +if (lean_obj_tag(x_938) == 0) { -lean_object* x_269; size_t x_270; size_t x_271; uint8_t x_272; -x_269 = lean_ctor_get(x_267, 0); -x_270 = lean_ptr_addr(x_262); -lean_dec(x_262); -x_271 = lean_ptr_addr(x_265); -x_272 = lean_usize_dec_eq(x_270, x_271); -if (x_272 == 0) +uint8_t x_939; +x_939 = !lean_is_exclusive(x_938); +if (x_939 == 0) { -lean_object* x_273; -lean_dec(x_263); +lean_object* x_940; size_t x_941; size_t x_942; uint8_t x_943; +x_940 = lean_ctor_get(x_938, 0); +x_941 = lean_ptr_addr(x_933); +lean_dec(x_933); +x_942 = lean_ptr_addr(x_936); +x_943 = lean_usize_dec_eq(x_941, x_942); +if (x_943 == 0) +{ +lean_object* x_944; +lean_dec(x_934); lean_dec(x_5); -x_273 = l_Lean_Expr_app___override(x_265, x_269); -lean_ctor_set(x_267, 0, x_273); -return x_267; +x_944 = l_Lean_Expr_app___override(x_936, x_940); +lean_ctor_set(x_938, 0, x_944); +return x_938; } else { -size_t x_274; size_t x_275; uint8_t x_276; -x_274 = lean_ptr_addr(x_263); -lean_dec(x_263); -x_275 = lean_ptr_addr(x_269); -x_276 = lean_usize_dec_eq(x_274, x_275); -if (x_276 == 0) +size_t x_945; size_t x_946; uint8_t x_947; +x_945 = lean_ptr_addr(x_934); +lean_dec(x_934); +x_946 = lean_ptr_addr(x_940); +x_947 = lean_usize_dec_eq(x_945, x_946); +if (x_947 == 0) { -lean_object* x_277; +lean_object* x_948; lean_dec(x_5); -x_277 = l_Lean_Expr_app___override(x_265, x_269); -lean_ctor_set(x_267, 0, x_277); -return x_267; +x_948 = l_Lean_Expr_app___override(x_936, x_940); +lean_ctor_set(x_938, 0, x_948); +return x_938; } else { -lean_dec(x_269); -lean_dec(x_265); -lean_ctor_set(x_267, 0, x_5); -return x_267; +lean_dec(x_940); +lean_dec(x_936); +lean_ctor_set(x_938, 0, x_5); +return x_938; } } } else { -lean_object* x_278; lean_object* x_279; size_t x_280; size_t x_281; uint8_t x_282; -x_278 = lean_ctor_get(x_267, 0); -x_279 = lean_ctor_get(x_267, 1); -lean_inc(x_279); -lean_inc(x_278); -lean_dec(x_267); -x_280 = lean_ptr_addr(x_262); -lean_dec(x_262); -x_281 = lean_ptr_addr(x_265); -x_282 = lean_usize_dec_eq(x_280, x_281); -if (x_282 == 0) +lean_object* x_949; lean_object* x_950; size_t x_951; size_t x_952; uint8_t x_953; +x_949 = lean_ctor_get(x_938, 0); +x_950 = lean_ctor_get(x_938, 1); +lean_inc(x_950); +lean_inc(x_949); +lean_dec(x_938); +x_951 = lean_ptr_addr(x_933); +lean_dec(x_933); +x_952 = lean_ptr_addr(x_936); +x_953 = lean_usize_dec_eq(x_951, x_952); +if (x_953 == 0) { -lean_object* x_283; lean_object* x_284; -lean_dec(x_263); +lean_object* x_954; lean_object* x_955; +lean_dec(x_934); lean_dec(x_5); -x_283 = l_Lean_Expr_app___override(x_265, x_278); -x_284 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_284, 0, x_283); -lean_ctor_set(x_284, 1, x_279); -return x_284; +x_954 = l_Lean_Expr_app___override(x_936, x_949); +x_955 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_955, 0, x_954); +lean_ctor_set(x_955, 1, x_950); +return x_955; } else { -size_t x_285; size_t x_286; uint8_t x_287; -x_285 = lean_ptr_addr(x_263); -lean_dec(x_263); -x_286 = lean_ptr_addr(x_278); -x_287 = lean_usize_dec_eq(x_285, x_286); -if (x_287 == 0) +size_t x_956; size_t x_957; uint8_t x_958; +x_956 = lean_ptr_addr(x_934); +lean_dec(x_934); +x_957 = lean_ptr_addr(x_949); +x_958 = lean_usize_dec_eq(x_956, x_957); +if (x_958 == 0) { -lean_object* x_288; lean_object* x_289; +lean_object* x_959; lean_object* x_960; lean_dec(x_5); -x_288 = l_Lean_Expr_app___override(x_265, x_278); -x_289 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_289, 0, x_288); -lean_ctor_set(x_289, 1, x_279); -return x_289; +x_959 = l_Lean_Expr_app___override(x_936, x_949); +x_960 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_960, 0, x_959); +lean_ctor_set(x_960, 1, x_950); +return x_960; } else { -lean_object* x_290; -lean_dec(x_278); -lean_dec(x_265); -x_290 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_290, 0, x_5); -lean_ctor_set(x_290, 1, x_279); -return x_290; +lean_object* x_961; +lean_dec(x_949); +lean_dec(x_936); +x_961 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_961, 0, x_5); +lean_ctor_set(x_961, 1, x_950); +return x_961; } } } } else { -uint8_t x_291; -lean_dec(x_265); -lean_dec(x_263); -lean_dec(x_262); +uint8_t x_962; +lean_dec(x_936); +lean_dec(x_934); +lean_dec(x_933); lean_dec(x_5); -x_291 = !lean_is_exclusive(x_267); -if (x_291 == 0) +x_962 = !lean_is_exclusive(x_938); +if (x_962 == 0) { -return x_267; +return x_938; } else { -lean_object* x_292; lean_object* x_293; lean_object* x_294; -x_292 = lean_ctor_get(x_267, 0); -x_293 = lean_ctor_get(x_267, 1); -lean_inc(x_293); -lean_inc(x_292); -lean_dec(x_267); -x_294 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_294, 0, x_292); -lean_ctor_set(x_294, 1, x_293); -return x_294; +lean_object* x_963; lean_object* x_964; lean_object* x_965; +x_963 = lean_ctor_get(x_938, 0); +x_964 = lean_ctor_get(x_938, 1); +lean_inc(x_964); +lean_inc(x_963); +lean_dec(x_938); +x_965 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_965, 0, x_963); +lean_ctor_set(x_965, 1, x_964); +return x_965; } } } else { -uint8_t x_295; -lean_dec(x_263); -lean_dec(x_262); +uint8_t x_966; +lean_dec(x_934); +lean_dec(x_933); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -263,192 +252,189 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_295 = !lean_is_exclusive(x_264); -if (x_295 == 0) +x_966 = !lean_is_exclusive(x_935); +if (x_966 == 0) { -return x_264; +return x_935; } else { -lean_object* x_296; lean_object* x_297; lean_object* x_298; -x_296 = lean_ctor_get(x_264, 0); -x_297 = lean_ctor_get(x_264, 1); -lean_inc(x_297); -lean_inc(x_296); -lean_dec(x_264); -x_298 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_298, 0, x_296); -lean_ctor_set(x_298, 1, x_297); -return x_298; +lean_object* x_967; lean_object* x_968; lean_object* x_969; +x_967 = lean_ctor_get(x_935, 0); +x_968 = lean_ctor_get(x_935, 1); +lean_inc(x_968); +lean_inc(x_967); +lean_dec(x_935); +x_969 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_969, 0, x_967); +lean_ctor_set(x_969, 1, x_968); +return x_969; } } } case 6: { -lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; uint8_t x_303; lean_object* x_304; -x_299 = lean_ctor_get(x_258, 1); -lean_inc(x_299); -lean_dec(x_258); -x_300 = lean_ctor_get(x_5, 0); -lean_inc(x_300); -x_301 = lean_ctor_get(x_5, 1); -lean_inc(x_301); -x_302 = lean_ctor_get(x_5, 2); -lean_inc(x_302); -x_303 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_970; lean_object* x_971; lean_object* x_972; uint8_t x_973; lean_object* x_974; +x_970 = lean_ctor_get(x_5, 0); +lean_inc(x_970); +x_971 = lean_ctor_get(x_5, 1); +lean_inc(x_971); +x_972 = lean_ctor_get(x_5, 2); +lean_inc(x_972); +x_973 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_301); +lean_inc(x_971); lean_inc(x_1); -x_304 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_301, x_6, x_7, x_8, x_9, x_10, x_11, x_299); -if (lean_obj_tag(x_304) == 0) +x_974 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_971, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_974) == 0) { -lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; lean_object* x_309; -x_305 = lean_ctor_get(x_304, 0); -lean_inc(x_305); -x_306 = lean_ctor_get(x_304, 1); -lean_inc(x_306); -lean_dec(x_304); -x_307 = lean_unsigned_to_nat(1u); -x_308 = lean_nat_add(x_6, x_307); +lean_object* x_975; lean_object* x_976; lean_object* x_977; lean_object* x_978; lean_object* x_979; +x_975 = lean_ctor_get(x_974, 0); +lean_inc(x_975); +x_976 = lean_ctor_get(x_974, 1); +lean_inc(x_976); +lean_dec(x_974); +x_977 = lean_unsigned_to_nat(1u); +x_978 = lean_nat_add(x_6, x_977); lean_dec(x_6); -lean_inc(x_302); -x_309 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_302, x_308, x_7, x_8, x_9, x_10, x_11, x_306); -if (lean_obj_tag(x_309) == 0) +lean_inc(x_972); +x_979 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_972, x_978, x_7, x_8, x_9, x_10, x_11, x_976); +if (lean_obj_tag(x_979) == 0) { -uint8_t x_310; -x_310 = !lean_is_exclusive(x_309); -if (x_310 == 0) +uint8_t x_980; +x_980 = !lean_is_exclusive(x_979); +if (x_980 == 0) { -lean_object* x_311; lean_object* x_312; size_t x_313; size_t x_314; uint8_t x_315; -x_311 = lean_ctor_get(x_309, 0); -lean_inc(x_302); -lean_inc(x_301); -lean_inc(x_300); -x_312 = l_Lean_Expr_lam___override(x_300, x_301, x_302, x_303); -x_313 = lean_ptr_addr(x_301); -lean_dec(x_301); -x_314 = lean_ptr_addr(x_305); -x_315 = lean_usize_dec_eq(x_313, x_314); -if (x_315 == 0) +lean_object* x_981; lean_object* x_982; size_t x_983; size_t x_984; uint8_t x_985; +x_981 = lean_ctor_get(x_979, 0); +lean_inc(x_972); +lean_inc(x_971); +lean_inc(x_970); +x_982 = l_Lean_Expr_lam___override(x_970, x_971, x_972, x_973); +x_983 = lean_ptr_addr(x_971); +lean_dec(x_971); +x_984 = lean_ptr_addr(x_975); +x_985 = lean_usize_dec_eq(x_983, x_984); +if (x_985 == 0) { -lean_object* x_316; -lean_dec(x_312); -lean_dec(x_302); -x_316 = l_Lean_Expr_lam___override(x_300, x_305, x_311, x_303); -lean_ctor_set(x_309, 0, x_316); -return x_309; +lean_object* x_986; +lean_dec(x_982); +lean_dec(x_972); +x_986 = l_Lean_Expr_lam___override(x_970, x_975, x_981, x_973); +lean_ctor_set(x_979, 0, x_986); +return x_979; } else { -size_t x_317; size_t x_318; uint8_t x_319; -x_317 = lean_ptr_addr(x_302); -lean_dec(x_302); -x_318 = lean_ptr_addr(x_311); -x_319 = lean_usize_dec_eq(x_317, x_318); -if (x_319 == 0) +size_t x_987; size_t x_988; uint8_t x_989; +x_987 = lean_ptr_addr(x_972); +lean_dec(x_972); +x_988 = lean_ptr_addr(x_981); +x_989 = lean_usize_dec_eq(x_987, x_988); +if (x_989 == 0) { -lean_object* x_320; -lean_dec(x_312); -x_320 = l_Lean_Expr_lam___override(x_300, x_305, x_311, x_303); -lean_ctor_set(x_309, 0, x_320); -return x_309; +lean_object* x_990; +lean_dec(x_982); +x_990 = l_Lean_Expr_lam___override(x_970, x_975, x_981, x_973); +lean_ctor_set(x_979, 0, x_990); +return x_979; } else { -uint8_t x_321; -x_321 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_303, x_303); -if (x_321 == 0) +uint8_t x_991; +x_991 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_973, x_973); +if (x_991 == 0) { -lean_object* x_322; -lean_dec(x_312); -x_322 = l_Lean_Expr_lam___override(x_300, x_305, x_311, x_303); -lean_ctor_set(x_309, 0, x_322); -return x_309; +lean_object* x_992; +lean_dec(x_982); +x_992 = l_Lean_Expr_lam___override(x_970, x_975, x_981, x_973); +lean_ctor_set(x_979, 0, x_992); +return x_979; } else { -lean_dec(x_311); -lean_dec(x_305); -lean_dec(x_300); -lean_ctor_set(x_309, 0, x_312); -return x_309; +lean_dec(x_981); +lean_dec(x_975); +lean_dec(x_970); +lean_ctor_set(x_979, 0, x_982); +return x_979; } } } } else { -lean_object* x_323; lean_object* x_324; lean_object* x_325; size_t x_326; size_t x_327; uint8_t x_328; -x_323 = lean_ctor_get(x_309, 0); -x_324 = lean_ctor_get(x_309, 1); -lean_inc(x_324); -lean_inc(x_323); -lean_dec(x_309); -lean_inc(x_302); -lean_inc(x_301); -lean_inc(x_300); -x_325 = l_Lean_Expr_lam___override(x_300, x_301, x_302, x_303); -x_326 = lean_ptr_addr(x_301); -lean_dec(x_301); -x_327 = lean_ptr_addr(x_305); -x_328 = lean_usize_dec_eq(x_326, x_327); -if (x_328 == 0) -{ -lean_object* x_329; lean_object* x_330; -lean_dec(x_325); -lean_dec(x_302); -x_329 = l_Lean_Expr_lam___override(x_300, x_305, x_323, x_303); -x_330 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_330, 0, x_329); -lean_ctor_set(x_330, 1, x_324); -return x_330; -} -else -{ -size_t x_331; size_t x_332; uint8_t x_333; -x_331 = lean_ptr_addr(x_302); -lean_dec(x_302); -x_332 = lean_ptr_addr(x_323); -x_333 = lean_usize_dec_eq(x_331, x_332); -if (x_333 == 0) -{ -lean_object* x_334; lean_object* x_335; -lean_dec(x_325); -x_334 = l_Lean_Expr_lam___override(x_300, x_305, x_323, x_303); -x_335 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_335, 0, x_334); -lean_ctor_set(x_335, 1, x_324); -return x_335; -} -else -{ -uint8_t x_336; -x_336 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_303, x_303); -if (x_336 == 0) +lean_object* x_993; lean_object* x_994; lean_object* x_995; size_t x_996; size_t x_997; uint8_t x_998; +x_993 = lean_ctor_get(x_979, 0); +x_994 = lean_ctor_get(x_979, 1); +lean_inc(x_994); +lean_inc(x_993); +lean_dec(x_979); +lean_inc(x_972); +lean_inc(x_971); +lean_inc(x_970); +x_995 = l_Lean_Expr_lam___override(x_970, x_971, x_972, x_973); +x_996 = lean_ptr_addr(x_971); +lean_dec(x_971); +x_997 = lean_ptr_addr(x_975); +x_998 = lean_usize_dec_eq(x_996, x_997); +if (x_998 == 0) { -lean_object* x_337; lean_object* x_338; -lean_dec(x_325); -x_337 = l_Lean_Expr_lam___override(x_300, x_305, x_323, x_303); -x_338 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_338, 0, x_337); -lean_ctor_set(x_338, 1, x_324); -return x_338; +lean_object* x_999; lean_object* x_1000; +lean_dec(x_995); +lean_dec(x_972); +x_999 = l_Lean_Expr_lam___override(x_970, x_975, x_993, x_973); +x_1000 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1000, 0, x_999); +lean_ctor_set(x_1000, 1, x_994); +return x_1000; +} +else +{ +size_t x_1001; size_t x_1002; uint8_t x_1003; +x_1001 = lean_ptr_addr(x_972); +lean_dec(x_972); +x_1002 = lean_ptr_addr(x_993); +x_1003 = lean_usize_dec_eq(x_1001, x_1002); +if (x_1003 == 0) +{ +lean_object* x_1004; lean_object* x_1005; +lean_dec(x_995); +x_1004 = l_Lean_Expr_lam___override(x_970, x_975, x_993, x_973); +x_1005 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1005, 0, x_1004); +lean_ctor_set(x_1005, 1, x_994); +return x_1005; +} +else +{ +uint8_t x_1006; +x_1006 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_973, x_973); +if (x_1006 == 0) +{ +lean_object* x_1007; lean_object* x_1008; +lean_dec(x_995); +x_1007 = l_Lean_Expr_lam___override(x_970, x_975, x_993, x_973); +x_1008 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1008, 0, x_1007); +lean_ctor_set(x_1008, 1, x_994); +return x_1008; } else { -lean_object* x_339; -lean_dec(x_323); -lean_dec(x_305); -lean_dec(x_300); -x_339 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_339, 0, x_325); -lean_ctor_set(x_339, 1, x_324); -return x_339; +lean_object* x_1009; +lean_dec(x_993); +lean_dec(x_975); +lean_dec(x_970); +x_1009 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1009, 0, x_995); +lean_ctor_set(x_1009, 1, x_994); +return x_1009; } } } @@ -456,229 +442,226 @@ return x_339; } else { -uint8_t x_340; -lean_dec(x_305); -lean_dec(x_302); -lean_dec(x_301); -lean_dec(x_300); -x_340 = !lean_is_exclusive(x_309); -if (x_340 == 0) +uint8_t x_1010; +lean_dec(x_975); +lean_dec(x_972); +lean_dec(x_971); +lean_dec(x_970); +x_1010 = !lean_is_exclusive(x_979); +if (x_1010 == 0) { -return x_309; +return x_979; } else { -lean_object* x_341; lean_object* x_342; lean_object* x_343; -x_341 = lean_ctor_get(x_309, 0); -x_342 = lean_ctor_get(x_309, 1); -lean_inc(x_342); -lean_inc(x_341); -lean_dec(x_309); -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_object* x_1011; lean_object* x_1012; lean_object* x_1013; +x_1011 = lean_ctor_get(x_979, 0); +x_1012 = lean_ctor_get(x_979, 1); +lean_inc(x_1012); +lean_inc(x_1011); +lean_dec(x_979); +x_1013 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1013, 0, x_1011); +lean_ctor_set(x_1013, 1, x_1012); +return x_1013; } } } else { -uint8_t x_344; -lean_dec(x_302); -lean_dec(x_301); -lean_dec(x_300); +uint8_t x_1014; +lean_dec(x_972); +lean_dec(x_971); +lean_dec(x_970); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_344 = !lean_is_exclusive(x_304); -if (x_344 == 0) +x_1014 = !lean_is_exclusive(x_974); +if (x_1014 == 0) { -return x_304; +return x_974; } else { -lean_object* x_345; lean_object* x_346; lean_object* x_347; -x_345 = lean_ctor_get(x_304, 0); -x_346 = lean_ctor_get(x_304, 1); -lean_inc(x_346); -lean_inc(x_345); -lean_dec(x_304); -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; +lean_object* x_1015; lean_object* x_1016; lean_object* x_1017; +x_1015 = lean_ctor_get(x_974, 0); +x_1016 = lean_ctor_get(x_974, 1); +lean_inc(x_1016); +lean_inc(x_1015); +lean_dec(x_974); +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; } } } case 7: { -lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; uint8_t x_352; lean_object* x_353; -x_348 = lean_ctor_get(x_258, 1); -lean_inc(x_348); -lean_dec(x_258); -x_349 = lean_ctor_get(x_5, 0); -lean_inc(x_349); -x_350 = lean_ctor_get(x_5, 1); -lean_inc(x_350); -x_351 = lean_ctor_get(x_5, 2); -lean_inc(x_351); -x_352 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_1018; lean_object* x_1019; lean_object* x_1020; uint8_t x_1021; lean_object* x_1022; +x_1018 = lean_ctor_get(x_5, 0); +lean_inc(x_1018); +x_1019 = lean_ctor_get(x_5, 1); +lean_inc(x_1019); +x_1020 = lean_ctor_get(x_5, 2); +lean_inc(x_1020); +x_1021 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_350); +lean_inc(x_1019); lean_inc(x_1); -x_353 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_350, x_6, x_7, x_8, x_9, x_10, x_11, x_348); -if (lean_obj_tag(x_353) == 0) +x_1022 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1019, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_1022) == 0) { -lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; -x_354 = lean_ctor_get(x_353, 0); -lean_inc(x_354); -x_355 = lean_ctor_get(x_353, 1); -lean_inc(x_355); -lean_dec(x_353); -x_356 = lean_unsigned_to_nat(1u); -x_357 = lean_nat_add(x_6, x_356); +lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; lean_object* x_1027; +x_1023 = lean_ctor_get(x_1022, 0); +lean_inc(x_1023); +x_1024 = lean_ctor_get(x_1022, 1); +lean_inc(x_1024); +lean_dec(x_1022); +x_1025 = lean_unsigned_to_nat(1u); +x_1026 = lean_nat_add(x_6, x_1025); lean_dec(x_6); -lean_inc(x_351); -x_358 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_351, x_357, x_7, x_8, x_9, x_10, x_11, x_355); -if (lean_obj_tag(x_358) == 0) +lean_inc(x_1020); +x_1027 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1020, x_1026, x_7, x_8, x_9, x_10, x_11, x_1024); +if (lean_obj_tag(x_1027) == 0) { -uint8_t x_359; -x_359 = !lean_is_exclusive(x_358); -if (x_359 == 0) +uint8_t x_1028; +x_1028 = !lean_is_exclusive(x_1027); +if (x_1028 == 0) { -lean_object* x_360; lean_object* x_361; size_t x_362; size_t x_363; uint8_t x_364; -x_360 = lean_ctor_get(x_358, 0); -lean_inc(x_351); -lean_inc(x_350); -lean_inc(x_349); -x_361 = l_Lean_Expr_forallE___override(x_349, x_350, x_351, x_352); -x_362 = lean_ptr_addr(x_350); -lean_dec(x_350); -x_363 = lean_ptr_addr(x_354); -x_364 = lean_usize_dec_eq(x_362, x_363); -if (x_364 == 0) -{ -lean_object* x_365; -lean_dec(x_361); -lean_dec(x_351); -x_365 = l_Lean_Expr_forallE___override(x_349, x_354, x_360, x_352); -lean_ctor_set(x_358, 0, x_365); -return x_358; +lean_object* x_1029; lean_object* x_1030; size_t x_1031; size_t x_1032; uint8_t x_1033; +x_1029 = lean_ctor_get(x_1027, 0); +lean_inc(x_1020); +lean_inc(x_1019); +lean_inc(x_1018); +x_1030 = l_Lean_Expr_forallE___override(x_1018, x_1019, x_1020, x_1021); +x_1031 = lean_ptr_addr(x_1019); +lean_dec(x_1019); +x_1032 = lean_ptr_addr(x_1023); +x_1033 = lean_usize_dec_eq(x_1031, x_1032); +if (x_1033 == 0) +{ +lean_object* x_1034; +lean_dec(x_1030); +lean_dec(x_1020); +x_1034 = l_Lean_Expr_forallE___override(x_1018, x_1023, x_1029, x_1021); +lean_ctor_set(x_1027, 0, x_1034); +return x_1027; } else { -size_t x_366; size_t x_367; uint8_t x_368; -x_366 = lean_ptr_addr(x_351); -lean_dec(x_351); -x_367 = lean_ptr_addr(x_360); -x_368 = lean_usize_dec_eq(x_366, x_367); -if (x_368 == 0) +size_t x_1035; size_t x_1036; uint8_t x_1037; +x_1035 = lean_ptr_addr(x_1020); +lean_dec(x_1020); +x_1036 = lean_ptr_addr(x_1029); +x_1037 = lean_usize_dec_eq(x_1035, x_1036); +if (x_1037 == 0) { -lean_object* x_369; -lean_dec(x_361); -x_369 = l_Lean_Expr_forallE___override(x_349, x_354, x_360, x_352); -lean_ctor_set(x_358, 0, x_369); -return x_358; +lean_object* x_1038; +lean_dec(x_1030); +x_1038 = l_Lean_Expr_forallE___override(x_1018, x_1023, x_1029, x_1021); +lean_ctor_set(x_1027, 0, x_1038); +return x_1027; } else { -uint8_t x_370; -x_370 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_352, x_352); -if (x_370 == 0) +uint8_t x_1039; +x_1039 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_1021, x_1021); +if (x_1039 == 0) { -lean_object* x_371; -lean_dec(x_361); -x_371 = l_Lean_Expr_forallE___override(x_349, x_354, x_360, x_352); -lean_ctor_set(x_358, 0, x_371); -return x_358; +lean_object* x_1040; +lean_dec(x_1030); +x_1040 = l_Lean_Expr_forallE___override(x_1018, x_1023, x_1029, x_1021); +lean_ctor_set(x_1027, 0, x_1040); +return x_1027; } else { -lean_dec(x_360); -lean_dec(x_354); -lean_dec(x_349); -lean_ctor_set(x_358, 0, x_361); -return x_358; +lean_dec(x_1029); +lean_dec(x_1023); +lean_dec(x_1018); +lean_ctor_set(x_1027, 0, x_1030); +return x_1027; } } } } else { -lean_object* x_372; lean_object* x_373; lean_object* x_374; size_t x_375; size_t x_376; uint8_t x_377; -x_372 = lean_ctor_get(x_358, 0); -x_373 = lean_ctor_get(x_358, 1); -lean_inc(x_373); -lean_inc(x_372); -lean_dec(x_358); -lean_inc(x_351); -lean_inc(x_350); -lean_inc(x_349); -x_374 = l_Lean_Expr_forallE___override(x_349, x_350, x_351, x_352); -x_375 = lean_ptr_addr(x_350); -lean_dec(x_350); -x_376 = lean_ptr_addr(x_354); -x_377 = lean_usize_dec_eq(x_375, x_376); -if (x_377 == 0) +lean_object* x_1041; lean_object* x_1042; lean_object* x_1043; size_t x_1044; size_t x_1045; uint8_t x_1046; +x_1041 = lean_ctor_get(x_1027, 0); +x_1042 = lean_ctor_get(x_1027, 1); +lean_inc(x_1042); +lean_inc(x_1041); +lean_dec(x_1027); +lean_inc(x_1020); +lean_inc(x_1019); +lean_inc(x_1018); +x_1043 = l_Lean_Expr_forallE___override(x_1018, x_1019, x_1020, x_1021); +x_1044 = lean_ptr_addr(x_1019); +lean_dec(x_1019); +x_1045 = lean_ptr_addr(x_1023); +x_1046 = lean_usize_dec_eq(x_1044, x_1045); +if (x_1046 == 0) { -lean_object* x_378; lean_object* x_379; -lean_dec(x_374); -lean_dec(x_351); -x_378 = l_Lean_Expr_forallE___override(x_349, x_354, x_372, x_352); -x_379 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_379, 0, x_378); -lean_ctor_set(x_379, 1, x_373); -return x_379; +lean_object* x_1047; lean_object* x_1048; +lean_dec(x_1043); +lean_dec(x_1020); +x_1047 = l_Lean_Expr_forallE___override(x_1018, x_1023, x_1041, x_1021); +x_1048 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1048, 0, x_1047); +lean_ctor_set(x_1048, 1, x_1042); +return x_1048; } else { -size_t x_380; size_t x_381; uint8_t x_382; -x_380 = lean_ptr_addr(x_351); -lean_dec(x_351); -x_381 = lean_ptr_addr(x_372); -x_382 = lean_usize_dec_eq(x_380, x_381); -if (x_382 == 0) +size_t x_1049; size_t x_1050; uint8_t x_1051; +x_1049 = lean_ptr_addr(x_1020); +lean_dec(x_1020); +x_1050 = lean_ptr_addr(x_1041); +x_1051 = lean_usize_dec_eq(x_1049, x_1050); +if (x_1051 == 0) { -lean_object* x_383; lean_object* x_384; -lean_dec(x_374); -x_383 = l_Lean_Expr_forallE___override(x_349, x_354, x_372, x_352); -x_384 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_384, 0, x_383); -lean_ctor_set(x_384, 1, x_373); -return x_384; +lean_object* x_1052; lean_object* x_1053; +lean_dec(x_1043); +x_1052 = l_Lean_Expr_forallE___override(x_1018, x_1023, x_1041, x_1021); +x_1053 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1053, 0, x_1052); +lean_ctor_set(x_1053, 1, x_1042); +return x_1053; } else { -uint8_t x_385; -x_385 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_352, x_352); -if (x_385 == 0) +uint8_t x_1054; +x_1054 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_1021, x_1021); +if (x_1054 == 0) { -lean_object* x_386; lean_object* x_387; -lean_dec(x_374); -x_386 = l_Lean_Expr_forallE___override(x_349, x_354, x_372, x_352); -x_387 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_387, 0, x_386); -lean_ctor_set(x_387, 1, x_373); -return x_387; +lean_object* x_1055; lean_object* x_1056; +lean_dec(x_1043); +x_1055 = l_Lean_Expr_forallE___override(x_1018, x_1023, x_1041, x_1021); +x_1056 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1056, 0, x_1055); +lean_ctor_set(x_1056, 1, x_1042); +return x_1056; } else { -lean_object* x_388; -lean_dec(x_372); -lean_dec(x_354); -lean_dec(x_349); -x_388 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_388, 0, x_374); -lean_ctor_set(x_388, 1, x_373); -return x_388; +lean_object* x_1057; +lean_dec(x_1041); +lean_dec(x_1023); +lean_dec(x_1018); +x_1057 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1057, 0, x_1043); +lean_ctor_set(x_1057, 1, x_1042); +return x_1057; } } } @@ -686,250 +669,247 @@ return x_388; } else { -uint8_t x_389; -lean_dec(x_354); -lean_dec(x_351); -lean_dec(x_350); -lean_dec(x_349); -x_389 = !lean_is_exclusive(x_358); -if (x_389 == 0) +uint8_t x_1058; +lean_dec(x_1023); +lean_dec(x_1020); +lean_dec(x_1019); +lean_dec(x_1018); +x_1058 = !lean_is_exclusive(x_1027); +if (x_1058 == 0) { -return x_358; +return x_1027; } else { -lean_object* x_390; lean_object* x_391; lean_object* x_392; -x_390 = lean_ctor_get(x_358, 0); -x_391 = lean_ctor_get(x_358, 1); -lean_inc(x_391); -lean_inc(x_390); -lean_dec(x_358); -x_392 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_392, 0, x_390); -lean_ctor_set(x_392, 1, x_391); -return x_392; +lean_object* x_1059; lean_object* x_1060; lean_object* x_1061; +x_1059 = lean_ctor_get(x_1027, 0); +x_1060 = lean_ctor_get(x_1027, 1); +lean_inc(x_1060); +lean_inc(x_1059); +lean_dec(x_1027); +x_1061 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1061, 0, x_1059); +lean_ctor_set(x_1061, 1, x_1060); +return x_1061; } } } else { -uint8_t x_393; -lean_dec(x_351); -lean_dec(x_350); -lean_dec(x_349); +uint8_t x_1062; +lean_dec(x_1020); +lean_dec(x_1019); +lean_dec(x_1018); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_393 = !lean_is_exclusive(x_353); -if (x_393 == 0) +x_1062 = !lean_is_exclusive(x_1022); +if (x_1062 == 0) { -return x_353; +return x_1022; } else { -lean_object* x_394; lean_object* x_395; lean_object* x_396; -x_394 = lean_ctor_get(x_353, 0); -x_395 = lean_ctor_get(x_353, 1); -lean_inc(x_395); -lean_inc(x_394); -lean_dec(x_353); -x_396 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_396, 0, x_394); -lean_ctor_set(x_396, 1, x_395); -return x_396; +lean_object* x_1063; lean_object* x_1064; lean_object* x_1065; +x_1063 = lean_ctor_get(x_1022, 0); +x_1064 = lean_ctor_get(x_1022, 1); +lean_inc(x_1064); +lean_inc(x_1063); +lean_dec(x_1022); +x_1065 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1065, 0, x_1063); +lean_ctor_set(x_1065, 1, x_1064); +return x_1065; } } } case 8: { -lean_object* x_397; lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; uint8_t x_402; lean_object* x_403; -x_397 = lean_ctor_get(x_258, 1); -lean_inc(x_397); -lean_dec(x_258); -x_398 = lean_ctor_get(x_5, 0); -lean_inc(x_398); -x_399 = lean_ctor_get(x_5, 1); -lean_inc(x_399); -x_400 = lean_ctor_get(x_5, 2); -lean_inc(x_400); -x_401 = lean_ctor_get(x_5, 3); -lean_inc(x_401); -x_402 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); +lean_object* x_1066; lean_object* x_1067; lean_object* x_1068; lean_object* x_1069; uint8_t x_1070; lean_object* x_1071; +x_1066 = lean_ctor_get(x_5, 0); +lean_inc(x_1066); +x_1067 = lean_ctor_get(x_5, 1); +lean_inc(x_1067); +x_1068 = lean_ctor_get(x_5, 2); +lean_inc(x_1068); +x_1069 = lean_ctor_get(x_5, 3); +lean_inc(x_1069); +x_1070 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_399); +lean_inc(x_1067); lean_inc(x_1); -x_403 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_399, x_6, x_7, x_8, x_9, x_10, x_11, x_397); -if (lean_obj_tag(x_403) == 0) +x_1071 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1067, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_1071) == 0) { -lean_object* x_404; lean_object* x_405; lean_object* x_406; -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_object* x_1072; lean_object* x_1073; lean_object* x_1074; +x_1072 = lean_ctor_get(x_1071, 0); +lean_inc(x_1072); +x_1073 = lean_ctor_get(x_1071, 1); +lean_inc(x_1073); +lean_dec(x_1071); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_400); +lean_inc(x_1068); lean_inc(x_1); -x_406 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_400, x_6, x_7, x_8, x_9, x_10, x_11, 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; -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 = lean_unsigned_to_nat(1u); -x_410 = lean_nat_add(x_6, x_409); +x_1074 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1068, x_6, x_7, x_8, x_9, x_10, x_11, x_1073); +if (lean_obj_tag(x_1074) == 0) +{ +lean_object* x_1075; lean_object* x_1076; lean_object* x_1077; lean_object* x_1078; lean_object* x_1079; +x_1075 = lean_ctor_get(x_1074, 0); +lean_inc(x_1075); +x_1076 = lean_ctor_get(x_1074, 1); +lean_inc(x_1076); +lean_dec(x_1074); +x_1077 = lean_unsigned_to_nat(1u); +x_1078 = lean_nat_add(x_6, x_1077); lean_dec(x_6); -lean_inc(x_401); -x_411 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_401, x_410, x_7, x_8, x_9, x_10, x_11, x_408); -if (lean_obj_tag(x_411) == 0) +lean_inc(x_1069); +x_1079 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1069, x_1078, x_7, x_8, x_9, x_10, x_11, x_1076); +if (lean_obj_tag(x_1079) == 0) { -uint8_t x_412; -x_412 = !lean_is_exclusive(x_411); -if (x_412 == 0) +uint8_t x_1080; +x_1080 = !lean_is_exclusive(x_1079); +if (x_1080 == 0) { -lean_object* x_413; size_t x_414; size_t x_415; uint8_t x_416; -x_413 = lean_ctor_get(x_411, 0); -x_414 = lean_ptr_addr(x_399); -lean_dec(x_399); -x_415 = lean_ptr_addr(x_404); -x_416 = lean_usize_dec_eq(x_414, x_415); -if (x_416 == 0) +lean_object* x_1081; size_t x_1082; size_t x_1083; uint8_t x_1084; +x_1081 = lean_ctor_get(x_1079, 0); +x_1082 = lean_ptr_addr(x_1067); +lean_dec(x_1067); +x_1083 = lean_ptr_addr(x_1072); +x_1084 = lean_usize_dec_eq(x_1082, x_1083); +if (x_1084 == 0) { -lean_object* x_417; -lean_dec(x_401); -lean_dec(x_400); +lean_object* x_1085; +lean_dec(x_1069); +lean_dec(x_1068); lean_dec(x_5); -x_417 = l_Lean_Expr_letE___override(x_398, x_404, x_407, x_413, x_402); -lean_ctor_set(x_411, 0, x_417); -return x_411; +x_1085 = l_Lean_Expr_letE___override(x_1066, x_1072, x_1075, x_1081, x_1070); +lean_ctor_set(x_1079, 0, x_1085); +return x_1079; } else { -size_t x_418; size_t x_419; uint8_t x_420; -x_418 = lean_ptr_addr(x_400); -lean_dec(x_400); -x_419 = lean_ptr_addr(x_407); -x_420 = lean_usize_dec_eq(x_418, x_419); -if (x_420 == 0) +size_t x_1086; size_t x_1087; uint8_t x_1088; +x_1086 = lean_ptr_addr(x_1068); +lean_dec(x_1068); +x_1087 = lean_ptr_addr(x_1075); +x_1088 = lean_usize_dec_eq(x_1086, x_1087); +if (x_1088 == 0) { -lean_object* x_421; -lean_dec(x_401); +lean_object* x_1089; +lean_dec(x_1069); lean_dec(x_5); -x_421 = l_Lean_Expr_letE___override(x_398, x_404, x_407, x_413, x_402); -lean_ctor_set(x_411, 0, x_421); -return x_411; +x_1089 = l_Lean_Expr_letE___override(x_1066, x_1072, x_1075, x_1081, x_1070); +lean_ctor_set(x_1079, 0, x_1089); +return x_1079; } else { -size_t x_422; size_t x_423; uint8_t x_424; -x_422 = lean_ptr_addr(x_401); -lean_dec(x_401); -x_423 = lean_ptr_addr(x_413); -x_424 = lean_usize_dec_eq(x_422, x_423); -if (x_424 == 0) +size_t x_1090; size_t x_1091; uint8_t x_1092; +x_1090 = lean_ptr_addr(x_1069); +lean_dec(x_1069); +x_1091 = lean_ptr_addr(x_1081); +x_1092 = lean_usize_dec_eq(x_1090, x_1091); +if (x_1092 == 0) { -lean_object* x_425; +lean_object* x_1093; lean_dec(x_5); -x_425 = l_Lean_Expr_letE___override(x_398, x_404, x_407, x_413, x_402); -lean_ctor_set(x_411, 0, x_425); -return x_411; +x_1093 = l_Lean_Expr_letE___override(x_1066, x_1072, x_1075, x_1081, x_1070); +lean_ctor_set(x_1079, 0, x_1093); +return x_1079; } else { -lean_dec(x_413); -lean_dec(x_407); -lean_dec(x_404); -lean_dec(x_398); -lean_ctor_set(x_411, 0, x_5); -return x_411; +lean_dec(x_1081); +lean_dec(x_1075); +lean_dec(x_1072); +lean_dec(x_1066); +lean_ctor_set(x_1079, 0, x_5); +return x_1079; } } } } else { -lean_object* x_426; lean_object* x_427; size_t x_428; size_t x_429; uint8_t x_430; -x_426 = lean_ctor_get(x_411, 0); -x_427 = lean_ctor_get(x_411, 1); -lean_inc(x_427); -lean_inc(x_426); -lean_dec(x_411); -x_428 = lean_ptr_addr(x_399); -lean_dec(x_399); -x_429 = lean_ptr_addr(x_404); -x_430 = lean_usize_dec_eq(x_428, x_429); -if (x_430 == 0) -{ -lean_object* x_431; lean_object* x_432; -lean_dec(x_401); -lean_dec(x_400); +lean_object* x_1094; lean_object* x_1095; size_t x_1096; size_t x_1097; uint8_t x_1098; +x_1094 = lean_ctor_get(x_1079, 0); +x_1095 = lean_ctor_get(x_1079, 1); +lean_inc(x_1095); +lean_inc(x_1094); +lean_dec(x_1079); +x_1096 = lean_ptr_addr(x_1067); +lean_dec(x_1067); +x_1097 = lean_ptr_addr(x_1072); +x_1098 = lean_usize_dec_eq(x_1096, x_1097); +if (x_1098 == 0) +{ +lean_object* x_1099; lean_object* x_1100; +lean_dec(x_1069); +lean_dec(x_1068); lean_dec(x_5); -x_431 = l_Lean_Expr_letE___override(x_398, x_404, x_407, x_426, x_402); -x_432 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_432, 0, x_431); -lean_ctor_set(x_432, 1, x_427); -return x_432; +x_1099 = l_Lean_Expr_letE___override(x_1066, x_1072, x_1075, x_1094, x_1070); +x_1100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1100, 0, x_1099); +lean_ctor_set(x_1100, 1, x_1095); +return x_1100; } else { -size_t x_433; size_t x_434; uint8_t x_435; -x_433 = lean_ptr_addr(x_400); -lean_dec(x_400); -x_434 = lean_ptr_addr(x_407); -x_435 = lean_usize_dec_eq(x_433, x_434); -if (x_435 == 0) +size_t x_1101; size_t x_1102; uint8_t x_1103; +x_1101 = lean_ptr_addr(x_1068); +lean_dec(x_1068); +x_1102 = lean_ptr_addr(x_1075); +x_1103 = lean_usize_dec_eq(x_1101, x_1102); +if (x_1103 == 0) { -lean_object* x_436; lean_object* x_437; -lean_dec(x_401); +lean_object* x_1104; lean_object* x_1105; +lean_dec(x_1069); lean_dec(x_5); -x_436 = l_Lean_Expr_letE___override(x_398, x_404, x_407, x_426, x_402); -x_437 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_437, 0, x_436); -lean_ctor_set(x_437, 1, x_427); -return x_437; +x_1104 = l_Lean_Expr_letE___override(x_1066, x_1072, x_1075, x_1094, x_1070); +x_1105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1105, 0, x_1104); +lean_ctor_set(x_1105, 1, x_1095); +return x_1105; } else { -size_t x_438; size_t x_439; uint8_t x_440; -x_438 = lean_ptr_addr(x_401); -lean_dec(x_401); -x_439 = lean_ptr_addr(x_426); -x_440 = lean_usize_dec_eq(x_438, x_439); -if (x_440 == 0) +size_t x_1106; size_t x_1107; uint8_t x_1108; +x_1106 = lean_ptr_addr(x_1069); +lean_dec(x_1069); +x_1107 = lean_ptr_addr(x_1094); +x_1108 = lean_usize_dec_eq(x_1106, x_1107); +if (x_1108 == 0) { -lean_object* x_441; lean_object* x_442; +lean_object* x_1109; lean_object* x_1110; lean_dec(x_5); -x_441 = l_Lean_Expr_letE___override(x_398, x_404, x_407, x_426, x_402); -x_442 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_442, 0, x_441); -lean_ctor_set(x_442, 1, x_427); -return x_442; +x_1109 = l_Lean_Expr_letE___override(x_1066, x_1072, x_1075, x_1094, x_1070); +x_1110 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1110, 0, x_1109); +lean_ctor_set(x_1110, 1, x_1095); +return x_1110; } else { -lean_object* x_443; -lean_dec(x_426); -lean_dec(x_407); -lean_dec(x_404); -lean_dec(x_398); -x_443 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_443, 0, x_5); -lean_ctor_set(x_443, 1, x_427); -return x_443; +lean_object* x_1111; +lean_dec(x_1094); +lean_dec(x_1075); +lean_dec(x_1072); +lean_dec(x_1066); +x_1111 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1111, 0, x_5); +lean_ctor_set(x_1111, 1, x_1095); +return x_1111; } } } @@ -937,42 +917,42 @@ return x_443; } else { -uint8_t x_444; -lean_dec(x_407); -lean_dec(x_404); -lean_dec(x_401); -lean_dec(x_400); -lean_dec(x_399); -lean_dec(x_398); +uint8_t x_1112; +lean_dec(x_1075); +lean_dec(x_1072); +lean_dec(x_1069); +lean_dec(x_1068); +lean_dec(x_1067); +lean_dec(x_1066); lean_dec(x_5); -x_444 = !lean_is_exclusive(x_411); -if (x_444 == 0) +x_1112 = !lean_is_exclusive(x_1079); +if (x_1112 == 0) { -return x_411; +return x_1079; } else { -lean_object* x_445; lean_object* x_446; lean_object* x_447; -x_445 = lean_ctor_get(x_411, 0); -x_446 = lean_ctor_get(x_411, 1); -lean_inc(x_446); -lean_inc(x_445); -lean_dec(x_411); -x_447 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_447, 0, x_445); -lean_ctor_set(x_447, 1, x_446); -return x_447; +lean_object* x_1113; lean_object* x_1114; lean_object* x_1115; +x_1113 = lean_ctor_get(x_1079, 0); +x_1114 = lean_ctor_get(x_1079, 1); +lean_inc(x_1114); +lean_inc(x_1113); +lean_dec(x_1079); +x_1115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1115, 0, x_1113); +lean_ctor_set(x_1115, 1, x_1114); +return x_1115; } } } else { -uint8_t x_448; -lean_dec(x_404); -lean_dec(x_401); -lean_dec(x_400); -lean_dec(x_399); -lean_dec(x_398); +uint8_t x_1116; +lean_dec(x_1072); +lean_dec(x_1069); +lean_dec(x_1068); +lean_dec(x_1067); +lean_dec(x_1066); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -980,33 +960,33 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_448 = !lean_is_exclusive(x_406); -if (x_448 == 0) +x_1116 = !lean_is_exclusive(x_1074); +if (x_1116 == 0) { -return x_406; +return x_1074; } else { -lean_object* x_449; lean_object* x_450; lean_object* x_451; -x_449 = lean_ctor_get(x_406, 0); -x_450 = lean_ctor_get(x_406, 1); -lean_inc(x_450); -lean_inc(x_449); -lean_dec(x_406); -x_451 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_451, 0, x_449); -lean_ctor_set(x_451, 1, x_450); -return x_451; +lean_object* x_1117; lean_object* x_1118; lean_object* x_1119; +x_1117 = lean_ctor_get(x_1074, 0); +x_1118 = lean_ctor_get(x_1074, 1); +lean_inc(x_1118); +lean_inc(x_1117); +lean_dec(x_1074); +x_1119 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1119, 0, x_1117); +lean_ctor_set(x_1119, 1, x_1118); +return x_1119; } } } else { -uint8_t x_452; -lean_dec(x_401); -lean_dec(x_400); -lean_dec(x_399); -lean_dec(x_398); +uint8_t x_1120; +lean_dec(x_1069); +lean_dec(x_1068); +lean_dec(x_1067); +lean_dec(x_1066); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -1014,446 +994,421 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_452 = !lean_is_exclusive(x_403); -if (x_452 == 0) +x_1120 = !lean_is_exclusive(x_1071); +if (x_1120 == 0) { -return x_403; +return x_1071; } else { -lean_object* x_453; lean_object* x_454; lean_object* x_455; -x_453 = lean_ctor_get(x_403, 0); -x_454 = lean_ctor_get(x_403, 1); -lean_inc(x_454); -lean_inc(x_453); -lean_dec(x_403); -x_455 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_455, 0, x_453); -lean_ctor_set(x_455, 1, x_454); -return x_455; +lean_object* x_1121; lean_object* x_1122; lean_object* x_1123; +x_1121 = lean_ctor_get(x_1071, 0); +x_1122 = lean_ctor_get(x_1071, 1); +lean_inc(x_1122); +lean_inc(x_1121); +lean_dec(x_1071); +x_1123 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1123, 0, x_1121); +lean_ctor_set(x_1123, 1, x_1122); +return x_1123; } } } case 10: { -lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; -x_456 = lean_ctor_get(x_258, 1); -lean_inc(x_456); -lean_dec(x_258); -x_457 = lean_ctor_get(x_5, 0); -lean_inc(x_457); -x_458 = lean_ctor_get(x_5, 1); -lean_inc(x_458); -lean_inc(x_458); -x_459 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_458, x_6, x_7, x_8, x_9, x_10, x_11, x_456); -if (lean_obj_tag(x_459) == 0) -{ -uint8_t x_460; -x_460 = !lean_is_exclusive(x_459); -if (x_460 == 0) -{ -lean_object* x_461; size_t x_462; size_t x_463; uint8_t x_464; -x_461 = lean_ctor_get(x_459, 0); -x_462 = lean_ptr_addr(x_458); -lean_dec(x_458); -x_463 = lean_ptr_addr(x_461); -x_464 = lean_usize_dec_eq(x_462, x_463); -if (x_464 == 0) -{ -lean_object* x_465; +lean_object* x_1124; lean_object* x_1125; lean_object* x_1126; +x_1124 = lean_ctor_get(x_5, 0); +lean_inc(x_1124); +x_1125 = lean_ctor_get(x_5, 1); +lean_inc(x_1125); +lean_inc(x_1125); +x_1126 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1125, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_1126) == 0) +{ +uint8_t x_1127; +x_1127 = !lean_is_exclusive(x_1126); +if (x_1127 == 0) +{ +lean_object* x_1128; size_t x_1129; size_t x_1130; uint8_t x_1131; +x_1128 = lean_ctor_get(x_1126, 0); +x_1129 = lean_ptr_addr(x_1125); +lean_dec(x_1125); +x_1130 = lean_ptr_addr(x_1128); +x_1131 = lean_usize_dec_eq(x_1129, x_1130); +if (x_1131 == 0) +{ +lean_object* x_1132; lean_dec(x_5); -x_465 = l_Lean_Expr_mdata___override(x_457, x_461); -lean_ctor_set(x_459, 0, x_465); -return x_459; +x_1132 = l_Lean_Expr_mdata___override(x_1124, x_1128); +lean_ctor_set(x_1126, 0, x_1132); +return x_1126; } else { -lean_dec(x_461); -lean_dec(x_457); -lean_ctor_set(x_459, 0, x_5); -return x_459; +lean_dec(x_1128); +lean_dec(x_1124); +lean_ctor_set(x_1126, 0, x_5); +return x_1126; } } else { -lean_object* x_466; lean_object* x_467; size_t x_468; size_t x_469; uint8_t x_470; -x_466 = lean_ctor_get(x_459, 0); -x_467 = lean_ctor_get(x_459, 1); -lean_inc(x_467); -lean_inc(x_466); -lean_dec(x_459); -x_468 = lean_ptr_addr(x_458); -lean_dec(x_458); -x_469 = lean_ptr_addr(x_466); -x_470 = lean_usize_dec_eq(x_468, x_469); -if (x_470 == 0) +lean_object* x_1133; lean_object* x_1134; size_t x_1135; size_t x_1136; uint8_t x_1137; +x_1133 = lean_ctor_get(x_1126, 0); +x_1134 = lean_ctor_get(x_1126, 1); +lean_inc(x_1134); +lean_inc(x_1133); +lean_dec(x_1126); +x_1135 = lean_ptr_addr(x_1125); +lean_dec(x_1125); +x_1136 = lean_ptr_addr(x_1133); +x_1137 = lean_usize_dec_eq(x_1135, x_1136); +if (x_1137 == 0) { -lean_object* x_471; lean_object* x_472; +lean_object* x_1138; lean_object* x_1139; lean_dec(x_5); -x_471 = l_Lean_Expr_mdata___override(x_457, x_466); -x_472 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_472, 0, x_471); -lean_ctor_set(x_472, 1, x_467); -return x_472; +x_1138 = l_Lean_Expr_mdata___override(x_1124, x_1133); +x_1139 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1139, 0, x_1138); +lean_ctor_set(x_1139, 1, x_1134); +return x_1139; } else { -lean_object* x_473; -lean_dec(x_466); -lean_dec(x_457); -x_473 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_473, 0, x_5); -lean_ctor_set(x_473, 1, x_467); -return x_473; +lean_object* x_1140; +lean_dec(x_1133); +lean_dec(x_1124); +x_1140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1140, 0, x_5); +lean_ctor_set(x_1140, 1, x_1134); +return x_1140; } } } else { -uint8_t x_474; -lean_dec(x_458); -lean_dec(x_457); +uint8_t x_1141; +lean_dec(x_1125); +lean_dec(x_1124); lean_dec(x_5); -x_474 = !lean_is_exclusive(x_459); -if (x_474 == 0) +x_1141 = !lean_is_exclusive(x_1126); +if (x_1141 == 0) { -return x_459; +return x_1126; } else { -lean_object* x_475; lean_object* x_476; lean_object* x_477; -x_475 = lean_ctor_get(x_459, 0); -x_476 = lean_ctor_get(x_459, 1); -lean_inc(x_476); -lean_inc(x_475); -lean_dec(x_459); -x_477 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_477, 0, x_475); -lean_ctor_set(x_477, 1, x_476); -return x_477; +lean_object* x_1142; lean_object* x_1143; lean_object* x_1144; +x_1142 = lean_ctor_get(x_1126, 0); +x_1143 = lean_ctor_get(x_1126, 1); +lean_inc(x_1143); +lean_inc(x_1142); +lean_dec(x_1126); +x_1144 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1144, 0, x_1142); +lean_ctor_set(x_1144, 1, x_1143); +return x_1144; } } } case 11: { -lean_object* x_478; lean_object* x_479; lean_object* x_480; lean_object* x_481; lean_object* x_482; -x_478 = lean_ctor_get(x_258, 1); -lean_inc(x_478); -lean_dec(x_258); -x_479 = lean_ctor_get(x_5, 0); -lean_inc(x_479); -x_480 = lean_ctor_get(x_5, 1); -lean_inc(x_480); -x_481 = lean_ctor_get(x_5, 2); -lean_inc(x_481); -lean_inc(x_481); -x_482 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_481, x_6, x_7, x_8, x_9, x_10, x_11, x_478); -if (lean_obj_tag(x_482) == 0) -{ -uint8_t x_483; -x_483 = !lean_is_exclusive(x_482); -if (x_483 == 0) -{ -lean_object* x_484; size_t x_485; size_t x_486; uint8_t x_487; -x_484 = lean_ctor_get(x_482, 0); -x_485 = lean_ptr_addr(x_481); -lean_dec(x_481); -x_486 = lean_ptr_addr(x_484); -x_487 = lean_usize_dec_eq(x_485, x_486); -if (x_487 == 0) +lean_object* x_1145; lean_object* x_1146; lean_object* x_1147; lean_object* x_1148; +x_1145 = lean_ctor_get(x_5, 0); +lean_inc(x_1145); +x_1146 = lean_ctor_get(x_5, 1); +lean_inc(x_1146); +x_1147 = lean_ctor_get(x_5, 2); +lean_inc(x_1147); +lean_inc(x_1147); +x_1148 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1147, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_1148) == 0) +{ +uint8_t x_1149; +x_1149 = !lean_is_exclusive(x_1148); +if (x_1149 == 0) +{ +lean_object* x_1150; size_t x_1151; size_t x_1152; uint8_t x_1153; +x_1150 = lean_ctor_get(x_1148, 0); +x_1151 = lean_ptr_addr(x_1147); +lean_dec(x_1147); +x_1152 = lean_ptr_addr(x_1150); +x_1153 = lean_usize_dec_eq(x_1151, x_1152); +if (x_1153 == 0) { -lean_object* x_488; +lean_object* x_1154; lean_dec(x_5); -x_488 = l_Lean_Expr_proj___override(x_479, x_480, x_484); -lean_ctor_set(x_482, 0, x_488); -return x_482; +x_1154 = l_Lean_Expr_proj___override(x_1145, x_1146, x_1150); +lean_ctor_set(x_1148, 0, x_1154); +return x_1148; } else { -lean_dec(x_484); -lean_dec(x_480); -lean_dec(x_479); -lean_ctor_set(x_482, 0, x_5); -return x_482; +lean_dec(x_1150); +lean_dec(x_1146); +lean_dec(x_1145); +lean_ctor_set(x_1148, 0, x_5); +return x_1148; } } else { -lean_object* x_489; lean_object* x_490; size_t x_491; size_t x_492; uint8_t x_493; -x_489 = lean_ctor_get(x_482, 0); -x_490 = lean_ctor_get(x_482, 1); -lean_inc(x_490); -lean_inc(x_489); -lean_dec(x_482); -x_491 = lean_ptr_addr(x_481); -lean_dec(x_481); -x_492 = lean_ptr_addr(x_489); -x_493 = lean_usize_dec_eq(x_491, x_492); -if (x_493 == 0) +lean_object* x_1155; lean_object* x_1156; size_t x_1157; size_t x_1158; uint8_t x_1159; +x_1155 = lean_ctor_get(x_1148, 0); +x_1156 = lean_ctor_get(x_1148, 1); +lean_inc(x_1156); +lean_inc(x_1155); +lean_dec(x_1148); +x_1157 = lean_ptr_addr(x_1147); +lean_dec(x_1147); +x_1158 = lean_ptr_addr(x_1155); +x_1159 = lean_usize_dec_eq(x_1157, x_1158); +if (x_1159 == 0) { -lean_object* x_494; lean_object* x_495; +lean_object* x_1160; lean_object* x_1161; lean_dec(x_5); -x_494 = l_Lean_Expr_proj___override(x_479, x_480, x_489); -x_495 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_495, 0, x_494); -lean_ctor_set(x_495, 1, x_490); -return x_495; +x_1160 = l_Lean_Expr_proj___override(x_1145, x_1146, x_1155); +x_1161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1161, 0, x_1160); +lean_ctor_set(x_1161, 1, x_1156); +return x_1161; } else { -lean_object* x_496; -lean_dec(x_489); -lean_dec(x_480); -lean_dec(x_479); -x_496 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_496, 0, x_5); -lean_ctor_set(x_496, 1, x_490); -return x_496; +lean_object* x_1162; +lean_dec(x_1155); +lean_dec(x_1146); +lean_dec(x_1145); +x_1162 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1162, 0, x_5); +lean_ctor_set(x_1162, 1, x_1156); +return x_1162; } } } else { -uint8_t x_497; -lean_dec(x_481); -lean_dec(x_480); -lean_dec(x_479); +uint8_t x_1163; +lean_dec(x_1147); +lean_dec(x_1146); +lean_dec(x_1145); lean_dec(x_5); -x_497 = !lean_is_exclusive(x_482); -if (x_497 == 0) +x_1163 = !lean_is_exclusive(x_1148); +if (x_1163 == 0) { -return x_482; +return x_1148; } else { -lean_object* x_498; lean_object* x_499; lean_object* x_500; -x_498 = lean_ctor_get(x_482, 0); -x_499 = lean_ctor_get(x_482, 1); -lean_inc(x_499); -lean_inc(x_498); -lean_dec(x_482); -x_500 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_500, 0, x_498); -lean_ctor_set(x_500, 1, x_499); -return x_500; +lean_object* x_1164; lean_object* x_1165; lean_object* x_1166; +x_1164 = lean_ctor_get(x_1148, 0); +x_1165 = lean_ctor_get(x_1148, 1); +lean_inc(x_1165); +lean_inc(x_1164); +lean_dec(x_1148); +x_1166 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1166, 0, x_1164); +lean_ctor_set(x_1166, 1, x_1165); +return x_1166; } } } default: { -uint8_t x_501; +lean_object* x_1167; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_501 = !lean_is_exclusive(x_258); -if (x_501 == 0) -{ -lean_object* x_502; -x_502 = lean_ctor_get(x_258, 0); -lean_dec(x_502); -lean_ctor_set(x_258, 0, x_5); -return x_258; -} -else -{ -lean_object* x_503; lean_object* x_504; -x_503 = lean_ctor_get(x_258, 1); -lean_inc(x_503); -lean_dec(x_258); -x_504 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_504, 0, x_5); -lean_ctor_set(x_504, 1, x_503); -return x_504; -} +x_1167 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1167, 0, x_5); +lean_ctor_set(x_1167, 1, x_12); +return x_1167; } } } -else +block_923: { -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; uint8_t x_512; -x_505 = lean_ctor_get(x_258, 1); -lean_inc(x_505); -lean_dec(x_258); -x_506 = lean_st_ref_get(x_7, x_505); -x_507 = lean_ctor_get(x_506, 0); -lean_inc(x_507); -x_508 = lean_ctor_get(x_506, 1); -lean_inc(x_508); -lean_dec(x_506); -x_509 = lean_unsigned_to_nat(1u); -x_510 = lean_nat_add(x_507, x_509); -x_511 = lean_st_ref_set(x_7, x_510, x_508); -x_512 = !lean_is_exclusive(x_511); -if (x_512 == 0) +if (x_13 == 0) { -lean_object* x_513; lean_object* x_514; uint8_t x_515; -x_513 = lean_ctor_get(x_511, 1); -x_514 = lean_ctor_get(x_511, 0); -lean_dec(x_514); -x_515 = l_Lean_Occurrences_contains(x_2, x_507); -lean_dec(x_507); -if (x_515 == 0) +lean_object* x_14; +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_1); +lean_inc(x_5); +x_14 = l_Lean_Meta_isExprDefEq(x_5, x_1, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_15; uint8_t x_16; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_unbox(x_15); +lean_dec(x_15); +if (x_16 == 0) { switch (lean_obj_tag(x_5)) { case 5: { -lean_object* x_516; lean_object* x_517; lean_object* x_518; -lean_free_object(x_511); -x_516 = lean_ctor_get(x_5, 0); -lean_inc(x_516); -x_517 = lean_ctor_get(x_5, 1); -lean_inc(x_517); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_ctor_get(x_14, 1); +lean_inc(x_17); +lean_dec(x_14); +x_18 = lean_ctor_get(x_5, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_5, 1); +lean_inc(x_19); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_516); +lean_inc(x_18); lean_inc(x_1); -x_518 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_516, x_6, x_7, x_8, x_9, x_10, x_11, x_513); -if (lean_obj_tag(x_518) == 0) -{ -lean_object* x_519; lean_object* x_520; lean_object* x_521; -x_519 = lean_ctor_get(x_518, 0); -lean_inc(x_519); -x_520 = lean_ctor_get(x_518, 1); -lean_inc(x_520); -lean_dec(x_518); -lean_inc(x_517); -x_521 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_517, x_6, x_7, x_8, x_9, x_10, x_11, x_520); -if (lean_obj_tag(x_521) == 0) -{ -uint8_t x_522; -x_522 = !lean_is_exclusive(x_521); -if (x_522 == 0) +x_20 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_18, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +if (lean_obj_tag(x_20) == 0) +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +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); +lean_inc(x_19); +x_23 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_19, x_6, x_7, x_8, x_9, x_10, x_11, x_22); +if (lean_obj_tag(x_23) == 0) +{ +uint8_t x_24; +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -lean_object* x_523; size_t x_524; size_t x_525; uint8_t x_526; -x_523 = lean_ctor_get(x_521, 0); -x_524 = lean_ptr_addr(x_516); -lean_dec(x_516); -x_525 = lean_ptr_addr(x_519); -x_526 = lean_usize_dec_eq(x_524, x_525); -if (x_526 == 0) +lean_object* x_25; size_t x_26; size_t x_27; uint8_t x_28; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_ptr_addr(x_18); +lean_dec(x_18); +x_27 = lean_ptr_addr(x_21); +x_28 = lean_usize_dec_eq(x_26, x_27); +if (x_28 == 0) { -lean_object* x_527; -lean_dec(x_517); +lean_object* x_29; +lean_dec(x_19); lean_dec(x_5); -x_527 = l_Lean_Expr_app___override(x_519, x_523); -lean_ctor_set(x_521, 0, x_527); -return x_521; +x_29 = l_Lean_Expr_app___override(x_21, x_25); +lean_ctor_set(x_23, 0, x_29); +return x_23; } else { -size_t x_528; size_t x_529; uint8_t x_530; -x_528 = lean_ptr_addr(x_517); -lean_dec(x_517); -x_529 = lean_ptr_addr(x_523); -x_530 = lean_usize_dec_eq(x_528, x_529); -if (x_530 == 0) +size_t x_30; size_t x_31; uint8_t x_32; +x_30 = lean_ptr_addr(x_19); +lean_dec(x_19); +x_31 = lean_ptr_addr(x_25); +x_32 = lean_usize_dec_eq(x_30, x_31); +if (x_32 == 0) { -lean_object* x_531; +lean_object* x_33; lean_dec(x_5); -x_531 = l_Lean_Expr_app___override(x_519, x_523); -lean_ctor_set(x_521, 0, x_531); -return x_521; +x_33 = l_Lean_Expr_app___override(x_21, x_25); +lean_ctor_set(x_23, 0, x_33); +return x_23; } else { -lean_dec(x_523); -lean_dec(x_519); -lean_ctor_set(x_521, 0, x_5); -return x_521; +lean_dec(x_25); +lean_dec(x_21); +lean_ctor_set(x_23, 0, x_5); +return x_23; } } } else { -lean_object* x_532; lean_object* x_533; size_t x_534; size_t x_535; uint8_t x_536; -x_532 = lean_ctor_get(x_521, 0); -x_533 = lean_ctor_get(x_521, 1); -lean_inc(x_533); -lean_inc(x_532); -lean_dec(x_521); -x_534 = lean_ptr_addr(x_516); -lean_dec(x_516); -x_535 = lean_ptr_addr(x_519); -x_536 = lean_usize_dec_eq(x_534, x_535); -if (x_536 == 0) +lean_object* x_34; lean_object* x_35; size_t x_36; size_t x_37; uint8_t x_38; +x_34 = lean_ctor_get(x_23, 0); +x_35 = lean_ctor_get(x_23, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_23); +x_36 = lean_ptr_addr(x_18); +lean_dec(x_18); +x_37 = lean_ptr_addr(x_21); +x_38 = lean_usize_dec_eq(x_36, x_37); +if (x_38 == 0) { -lean_object* x_537; lean_object* x_538; -lean_dec(x_517); +lean_object* x_39; lean_object* x_40; +lean_dec(x_19); lean_dec(x_5); -x_537 = l_Lean_Expr_app___override(x_519, x_532); -x_538 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_538, 0, x_537); -lean_ctor_set(x_538, 1, x_533); -return x_538; +x_39 = l_Lean_Expr_app___override(x_21, 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_35); +return x_40; } else { -size_t x_539; size_t x_540; uint8_t x_541; -x_539 = lean_ptr_addr(x_517); -lean_dec(x_517); -x_540 = lean_ptr_addr(x_532); -x_541 = lean_usize_dec_eq(x_539, x_540); -if (x_541 == 0) +size_t x_41; size_t x_42; uint8_t x_43; +x_41 = lean_ptr_addr(x_19); +lean_dec(x_19); +x_42 = lean_ptr_addr(x_34); +x_43 = lean_usize_dec_eq(x_41, x_42); +if (x_43 == 0) { -lean_object* x_542; lean_object* x_543; +lean_object* x_44; lean_object* x_45; lean_dec(x_5); -x_542 = l_Lean_Expr_app___override(x_519, x_532); -x_543 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_543, 0, x_542); -lean_ctor_set(x_543, 1, x_533); -return x_543; +x_44 = l_Lean_Expr_app___override(x_21, x_34); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_35); +return x_45; } else { -lean_object* x_544; -lean_dec(x_532); -lean_dec(x_519); -x_544 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_544, 0, x_5); -lean_ctor_set(x_544, 1, x_533); -return x_544; +lean_object* x_46; +lean_dec(x_34); +lean_dec(x_21); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_5); +lean_ctor_set(x_46, 1, x_35); +return x_46; } } } } else { -uint8_t x_545; -lean_dec(x_519); -lean_dec(x_517); -lean_dec(x_516); +uint8_t x_47; +lean_dec(x_21); +lean_dec(x_19); +lean_dec(x_18); lean_dec(x_5); -x_545 = !lean_is_exclusive(x_521); -if (x_545 == 0) +x_47 = !lean_is_exclusive(x_23); +if (x_47 == 0) { -return x_521; +return x_23; } else { -lean_object* x_546; lean_object* x_547; lean_object* x_548; -x_546 = lean_ctor_get(x_521, 0); -x_547 = lean_ctor_get(x_521, 1); -lean_inc(x_547); -lean_inc(x_546); -lean_dec(x_521); -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; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_23, 0); +x_49 = lean_ctor_get(x_23, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_23); +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; } } } else { -uint8_t x_549; -lean_dec(x_517); -lean_dec(x_516); +uint8_t x_51; +lean_dec(x_19); +lean_dec(x_18); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -1461,189 +1416,192 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_549 = !lean_is_exclusive(x_518); -if (x_549 == 0) +x_51 = !lean_is_exclusive(x_20); +if (x_51 == 0) { -return x_518; +return x_20; } else { -lean_object* x_550; lean_object* x_551; lean_object* x_552; -x_550 = lean_ctor_get(x_518, 0); -x_551 = lean_ctor_get(x_518, 1); -lean_inc(x_551); -lean_inc(x_550); -lean_dec(x_518); -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; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_20, 0); +x_53 = lean_ctor_get(x_20, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_20); +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; } } } case 6: { -lean_object* x_553; lean_object* x_554; lean_object* x_555; uint8_t x_556; lean_object* x_557; -lean_free_object(x_511); -x_553 = lean_ctor_get(x_5, 0); -lean_inc(x_553); -x_554 = lean_ctor_get(x_5, 1); -lean_inc(x_554); -x_555 = lean_ctor_get(x_5, 2); -lean_inc(x_555); -x_556 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; +x_55 = lean_ctor_get(x_14, 1); +lean_inc(x_55); +lean_dec(x_14); +x_56 = lean_ctor_get(x_5, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_5, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_5, 2); +lean_inc(x_58); +x_59 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_554); +lean_inc(x_57); lean_inc(x_1); -x_557 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_554, x_6, x_7, x_8, x_9, x_10, x_11, x_513); -if (lean_obj_tag(x_557) == 0) -{ -lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_561; -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); -x_560 = lean_nat_add(x_6, x_509); +x_60 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_57, x_6, x_7, x_8, x_9, x_10, x_11, x_55); +if (lean_obj_tag(x_60) == 0) +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_unsigned_to_nat(1u); +x_64 = lean_nat_add(x_6, x_63); lean_dec(x_6); -lean_inc(x_555); -x_561 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_555, x_560, x_7, x_8, x_9, x_10, x_11, x_559); -if (lean_obj_tag(x_561) == 0) +lean_inc(x_58); +x_65 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_58, x_64, x_7, x_8, x_9, x_10, x_11, x_62); +if (lean_obj_tag(x_65) == 0) { -uint8_t x_562; -x_562 = !lean_is_exclusive(x_561); -if (x_562 == 0) +uint8_t x_66; +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) { -lean_object* x_563; lean_object* x_564; size_t x_565; size_t x_566; uint8_t x_567; -x_563 = lean_ctor_get(x_561, 0); -lean_inc(x_555); -lean_inc(x_554); -lean_inc(x_553); -x_564 = l_Lean_Expr_lam___override(x_553, x_554, x_555, x_556); -x_565 = lean_ptr_addr(x_554); -lean_dec(x_554); -x_566 = lean_ptr_addr(x_558); -x_567 = lean_usize_dec_eq(x_565, x_566); -if (x_567 == 0) +lean_object* x_67; lean_object* x_68; size_t x_69; size_t x_70; uint8_t x_71; +x_67 = lean_ctor_get(x_65, 0); +lean_inc(x_58); +lean_inc(x_57); +lean_inc(x_56); +x_68 = l_Lean_Expr_lam___override(x_56, x_57, x_58, x_59); +x_69 = lean_ptr_addr(x_57); +lean_dec(x_57); +x_70 = lean_ptr_addr(x_61); +x_71 = lean_usize_dec_eq(x_69, x_70); +if (x_71 == 0) { -lean_object* x_568; -lean_dec(x_564); -lean_dec(x_555); -x_568 = l_Lean_Expr_lam___override(x_553, x_558, x_563, x_556); -lean_ctor_set(x_561, 0, x_568); -return x_561; +lean_object* x_72; +lean_dec(x_68); +lean_dec(x_58); +x_72 = l_Lean_Expr_lam___override(x_56, x_61, x_67, x_59); +lean_ctor_set(x_65, 0, x_72); +return x_65; } else { -size_t x_569; size_t x_570; uint8_t x_571; -x_569 = lean_ptr_addr(x_555); -lean_dec(x_555); -x_570 = lean_ptr_addr(x_563); -x_571 = lean_usize_dec_eq(x_569, x_570); -if (x_571 == 0) +size_t x_73; size_t x_74; uint8_t x_75; +x_73 = lean_ptr_addr(x_58); +lean_dec(x_58); +x_74 = lean_ptr_addr(x_67); +x_75 = lean_usize_dec_eq(x_73, x_74); +if (x_75 == 0) { -lean_object* x_572; -lean_dec(x_564); -x_572 = l_Lean_Expr_lam___override(x_553, x_558, x_563, x_556); -lean_ctor_set(x_561, 0, x_572); -return x_561; +lean_object* x_76; +lean_dec(x_68); +x_76 = l_Lean_Expr_lam___override(x_56, x_61, x_67, x_59); +lean_ctor_set(x_65, 0, x_76); +return x_65; } else { -uint8_t x_573; -x_573 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_556, x_556); -if (x_573 == 0) +uint8_t x_77; +x_77 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_59, x_59); +if (x_77 == 0) { -lean_object* x_574; -lean_dec(x_564); -x_574 = l_Lean_Expr_lam___override(x_553, x_558, x_563, x_556); -lean_ctor_set(x_561, 0, x_574); -return x_561; +lean_object* x_78; +lean_dec(x_68); +x_78 = l_Lean_Expr_lam___override(x_56, x_61, x_67, x_59); +lean_ctor_set(x_65, 0, x_78); +return x_65; } else { -lean_dec(x_563); -lean_dec(x_558); -lean_dec(x_553); -lean_ctor_set(x_561, 0, x_564); -return x_561; +lean_dec(x_67); +lean_dec(x_61); +lean_dec(x_56); +lean_ctor_set(x_65, 0, x_68); +return x_65; } } } } else { -lean_object* x_575; lean_object* x_576; lean_object* x_577; size_t x_578; size_t x_579; uint8_t x_580; -x_575 = lean_ctor_get(x_561, 0); -x_576 = lean_ctor_get(x_561, 1); -lean_inc(x_576); -lean_inc(x_575); -lean_dec(x_561); -lean_inc(x_555); -lean_inc(x_554); -lean_inc(x_553); -x_577 = l_Lean_Expr_lam___override(x_553, x_554, x_555, x_556); -x_578 = lean_ptr_addr(x_554); -lean_dec(x_554); -x_579 = lean_ptr_addr(x_558); -x_580 = lean_usize_dec_eq(x_578, x_579); -if (x_580 == 0) -{ -lean_object* x_581; lean_object* x_582; -lean_dec(x_577); -lean_dec(x_555); -x_581 = l_Lean_Expr_lam___override(x_553, x_558, x_575, x_556); -x_582 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_582, 0, x_581); -lean_ctor_set(x_582, 1, x_576); -return x_582; -} -else -{ -size_t x_583; size_t x_584; uint8_t x_585; -x_583 = lean_ptr_addr(x_555); -lean_dec(x_555); -x_584 = lean_ptr_addr(x_575); -x_585 = lean_usize_dec_eq(x_583, x_584); -if (x_585 == 0) -{ -lean_object* x_586; lean_object* x_587; -lean_dec(x_577); -x_586 = l_Lean_Expr_lam___override(x_553, x_558, x_575, x_556); -x_587 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_587, 0, x_586); -lean_ctor_set(x_587, 1, x_576); -return x_587; -} -else -{ -uint8_t x_588; -x_588 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_556, x_556); -if (x_588 == 0) -{ -lean_object* x_589; lean_object* x_590; -lean_dec(x_577); -x_589 = l_Lean_Expr_lam___override(x_553, x_558, x_575, x_556); -x_590 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_590, 0, x_589); -lean_ctor_set(x_590, 1, x_576); -return x_590; -} -else -{ -lean_object* x_591; -lean_dec(x_575); -lean_dec(x_558); -lean_dec(x_553); -x_591 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_591, 0, x_577); -lean_ctor_set(x_591, 1, x_576); -return x_591; +lean_object* x_79; lean_object* x_80; lean_object* x_81; size_t x_82; size_t x_83; uint8_t x_84; +x_79 = lean_ctor_get(x_65, 0); +x_80 = lean_ctor_get(x_65, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_65); +lean_inc(x_58); +lean_inc(x_57); +lean_inc(x_56); +x_81 = l_Lean_Expr_lam___override(x_56, x_57, x_58, x_59); +x_82 = lean_ptr_addr(x_57); +lean_dec(x_57); +x_83 = lean_ptr_addr(x_61); +x_84 = lean_usize_dec_eq(x_82, x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; +lean_dec(x_81); +lean_dec(x_58); +x_85 = l_Lean_Expr_lam___override(x_56, x_61, x_79, x_59); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_80); +return x_86; +} +else +{ +size_t x_87; size_t x_88; uint8_t x_89; +x_87 = lean_ptr_addr(x_58); +lean_dec(x_58); +x_88 = lean_ptr_addr(x_79); +x_89 = lean_usize_dec_eq(x_87, x_88); +if (x_89 == 0) +{ +lean_object* x_90; lean_object* x_91; +lean_dec(x_81); +x_90 = l_Lean_Expr_lam___override(x_56, x_61, x_79, x_59); +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_80); +return x_91; +} +else +{ +uint8_t x_92; +x_92 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_59, x_59); +if (x_92 == 0) +{ +lean_object* x_93; lean_object* x_94; +lean_dec(x_81); +x_93 = l_Lean_Expr_lam___override(x_56, x_61, x_79, x_59); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_80); +return x_94; +} +else +{ +lean_object* x_95; +lean_dec(x_79); +lean_dec(x_61); +lean_dec(x_56); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_81); +lean_ctor_set(x_95, 1, x_80); +return x_95; } } } @@ -1651,226 +1609,229 @@ return x_591; } else { -uint8_t x_592; -lean_dec(x_558); -lean_dec(x_555); -lean_dec(x_554); -lean_dec(x_553); -x_592 = !lean_is_exclusive(x_561); -if (x_592 == 0) +uint8_t x_96; +lean_dec(x_61); +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_56); +x_96 = !lean_is_exclusive(x_65); +if (x_96 == 0) { -return x_561; +return x_65; } else { -lean_object* x_593; lean_object* x_594; lean_object* x_595; -x_593 = lean_ctor_get(x_561, 0); -x_594 = lean_ctor_get(x_561, 1); -lean_inc(x_594); -lean_inc(x_593); -lean_dec(x_561); -x_595 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_595, 0, x_593); -lean_ctor_set(x_595, 1, x_594); -return x_595; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_65, 0); +x_98 = lean_ctor_get(x_65, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_65); +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; } } } else { -uint8_t x_596; -lean_dec(x_555); -lean_dec(x_554); -lean_dec(x_553); +uint8_t x_100; +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_56); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_596 = !lean_is_exclusive(x_557); -if (x_596 == 0) +x_100 = !lean_is_exclusive(x_60); +if (x_100 == 0) { -return x_557; +return x_60; } else { -lean_object* x_597; lean_object* x_598; lean_object* x_599; -x_597 = lean_ctor_get(x_557, 0); -x_598 = lean_ctor_get(x_557, 1); -lean_inc(x_598); -lean_inc(x_597); -lean_dec(x_557); -x_599 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_599, 0, x_597); -lean_ctor_set(x_599, 1, x_598); -return x_599; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_60, 0); +x_102 = lean_ctor_get(x_60, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_60); +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; } } } case 7: { -lean_object* x_600; lean_object* x_601; lean_object* x_602; uint8_t x_603; lean_object* x_604; -lean_free_object(x_511); -x_600 = lean_ctor_get(x_5, 0); -lean_inc(x_600); -x_601 = lean_ctor_get(x_5, 1); -lean_inc(x_601); -x_602 = lean_ctor_get(x_5, 2); -lean_inc(x_602); -x_603 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; lean_object* x_109; +x_104 = lean_ctor_get(x_14, 1); +lean_inc(x_104); +lean_dec(x_14); +x_105 = lean_ctor_get(x_5, 0); +lean_inc(x_105); +x_106 = lean_ctor_get(x_5, 1); +lean_inc(x_106); +x_107 = lean_ctor_get(x_5, 2); +lean_inc(x_107); +x_108 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_601); +lean_inc(x_106); lean_inc(x_1); -x_604 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_601, x_6, x_7, x_8, x_9, x_10, x_11, x_513); -if (lean_obj_tag(x_604) == 0) -{ -lean_object* x_605; lean_object* x_606; lean_object* x_607; lean_object* x_608; -x_605 = lean_ctor_get(x_604, 0); -lean_inc(x_605); -x_606 = lean_ctor_get(x_604, 1); -lean_inc(x_606); -lean_dec(x_604); -x_607 = lean_nat_add(x_6, x_509); +x_109 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_106, x_6, x_7, x_8, x_9, x_10, x_11, x_104); +if (lean_obj_tag(x_109) == 0) +{ +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_109, 0); +lean_inc(x_110); +x_111 = lean_ctor_get(x_109, 1); +lean_inc(x_111); +lean_dec(x_109); +x_112 = lean_unsigned_to_nat(1u); +x_113 = lean_nat_add(x_6, x_112); lean_dec(x_6); -lean_inc(x_602); -x_608 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_602, x_607, x_7, x_8, x_9, x_10, x_11, x_606); -if (lean_obj_tag(x_608) == 0) -{ -uint8_t x_609; -x_609 = !lean_is_exclusive(x_608); -if (x_609 == 0) -{ -lean_object* x_610; lean_object* x_611; size_t x_612; size_t x_613; uint8_t x_614; -x_610 = lean_ctor_get(x_608, 0); -lean_inc(x_602); -lean_inc(x_601); -lean_inc(x_600); -x_611 = l_Lean_Expr_forallE___override(x_600, x_601, x_602, x_603); -x_612 = lean_ptr_addr(x_601); -lean_dec(x_601); -x_613 = lean_ptr_addr(x_605); -x_614 = lean_usize_dec_eq(x_612, x_613); -if (x_614 == 0) +lean_inc(x_107); +x_114 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_107, x_113, x_7, x_8, x_9, x_10, x_11, x_111); +if (lean_obj_tag(x_114) == 0) +{ +uint8_t x_115; +x_115 = !lean_is_exclusive(x_114); +if (x_115 == 0) +{ +lean_object* x_116; lean_object* x_117; size_t x_118; size_t x_119; uint8_t x_120; +x_116 = lean_ctor_get(x_114, 0); +lean_inc(x_107); +lean_inc(x_106); +lean_inc(x_105); +x_117 = l_Lean_Expr_forallE___override(x_105, x_106, x_107, x_108); +x_118 = lean_ptr_addr(x_106); +lean_dec(x_106); +x_119 = lean_ptr_addr(x_110); +x_120 = lean_usize_dec_eq(x_118, x_119); +if (x_120 == 0) { -lean_object* x_615; -lean_dec(x_611); -lean_dec(x_602); -x_615 = l_Lean_Expr_forallE___override(x_600, x_605, x_610, x_603); -lean_ctor_set(x_608, 0, x_615); -return x_608; +lean_object* x_121; +lean_dec(x_117); +lean_dec(x_107); +x_121 = l_Lean_Expr_forallE___override(x_105, x_110, x_116, x_108); +lean_ctor_set(x_114, 0, x_121); +return x_114; } else { -size_t x_616; size_t x_617; uint8_t x_618; -x_616 = lean_ptr_addr(x_602); -lean_dec(x_602); -x_617 = lean_ptr_addr(x_610); -x_618 = lean_usize_dec_eq(x_616, x_617); -if (x_618 == 0) +size_t x_122; size_t x_123; uint8_t x_124; +x_122 = lean_ptr_addr(x_107); +lean_dec(x_107); +x_123 = lean_ptr_addr(x_116); +x_124 = lean_usize_dec_eq(x_122, x_123); +if (x_124 == 0) { -lean_object* x_619; -lean_dec(x_611); -x_619 = l_Lean_Expr_forallE___override(x_600, x_605, x_610, x_603); -lean_ctor_set(x_608, 0, x_619); -return x_608; +lean_object* x_125; +lean_dec(x_117); +x_125 = l_Lean_Expr_forallE___override(x_105, x_110, x_116, x_108); +lean_ctor_set(x_114, 0, x_125); +return x_114; } else { -uint8_t x_620; -x_620 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_603, x_603); -if (x_620 == 0) +uint8_t x_126; +x_126 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_108, x_108); +if (x_126 == 0) { -lean_object* x_621; -lean_dec(x_611); -x_621 = l_Lean_Expr_forallE___override(x_600, x_605, x_610, x_603); -lean_ctor_set(x_608, 0, x_621); -return x_608; +lean_object* x_127; +lean_dec(x_117); +x_127 = l_Lean_Expr_forallE___override(x_105, x_110, x_116, x_108); +lean_ctor_set(x_114, 0, x_127); +return x_114; } else { -lean_dec(x_610); -lean_dec(x_605); -lean_dec(x_600); -lean_ctor_set(x_608, 0, x_611); -return x_608; +lean_dec(x_116); +lean_dec(x_110); +lean_dec(x_105); +lean_ctor_set(x_114, 0, x_117); +return x_114; } } } } else { -lean_object* x_622; lean_object* x_623; lean_object* x_624; size_t x_625; size_t x_626; uint8_t x_627; -x_622 = lean_ctor_get(x_608, 0); -x_623 = lean_ctor_get(x_608, 1); -lean_inc(x_623); -lean_inc(x_622); -lean_dec(x_608); -lean_inc(x_602); -lean_inc(x_601); -lean_inc(x_600); -x_624 = l_Lean_Expr_forallE___override(x_600, x_601, x_602, x_603); -x_625 = lean_ptr_addr(x_601); -lean_dec(x_601); -x_626 = lean_ptr_addr(x_605); -x_627 = lean_usize_dec_eq(x_625, x_626); -if (x_627 == 0) +lean_object* x_128; lean_object* x_129; lean_object* x_130; size_t x_131; size_t x_132; uint8_t x_133; +x_128 = lean_ctor_get(x_114, 0); +x_129 = lean_ctor_get(x_114, 1); +lean_inc(x_129); +lean_inc(x_128); +lean_dec(x_114); +lean_inc(x_107); +lean_inc(x_106); +lean_inc(x_105); +x_130 = l_Lean_Expr_forallE___override(x_105, x_106, x_107, x_108); +x_131 = lean_ptr_addr(x_106); +lean_dec(x_106); +x_132 = lean_ptr_addr(x_110); +x_133 = lean_usize_dec_eq(x_131, x_132); +if (x_133 == 0) { -lean_object* x_628; lean_object* x_629; -lean_dec(x_624); -lean_dec(x_602); -x_628 = l_Lean_Expr_forallE___override(x_600, x_605, x_622, x_603); -x_629 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_629, 0, x_628); -lean_ctor_set(x_629, 1, x_623); -return x_629; +lean_object* x_134; lean_object* x_135; +lean_dec(x_130); +lean_dec(x_107); +x_134 = l_Lean_Expr_forallE___override(x_105, x_110, x_128, x_108); +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_134); +lean_ctor_set(x_135, 1, x_129); +return x_135; } else { -size_t x_630; size_t x_631; uint8_t x_632; -x_630 = lean_ptr_addr(x_602); -lean_dec(x_602); -x_631 = lean_ptr_addr(x_622); -x_632 = lean_usize_dec_eq(x_630, x_631); -if (x_632 == 0) +size_t x_136; size_t x_137; uint8_t x_138; +x_136 = lean_ptr_addr(x_107); +lean_dec(x_107); +x_137 = lean_ptr_addr(x_128); +x_138 = lean_usize_dec_eq(x_136, x_137); +if (x_138 == 0) { -lean_object* x_633; lean_object* x_634; -lean_dec(x_624); -x_633 = l_Lean_Expr_forallE___override(x_600, x_605, x_622, x_603); -x_634 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_634, 0, x_633); -lean_ctor_set(x_634, 1, x_623); -return x_634; +lean_object* x_139; lean_object* x_140; +lean_dec(x_130); +x_139 = l_Lean_Expr_forallE___override(x_105, x_110, x_128, x_108); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_129); +return x_140; } else { -uint8_t x_635; -x_635 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_603, x_603); -if (x_635 == 0) +uint8_t x_141; +x_141 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_108, x_108); +if (x_141 == 0) { -lean_object* x_636; lean_object* x_637; -lean_dec(x_624); -x_636 = l_Lean_Expr_forallE___override(x_600, x_605, x_622, x_603); -x_637 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_637, 0, x_636); -lean_ctor_set(x_637, 1, x_623); -return x_637; +lean_object* x_142; lean_object* x_143; +lean_dec(x_130); +x_142 = l_Lean_Expr_forallE___override(x_105, x_110, x_128, x_108); +x_143 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_129); +return x_143; } else { -lean_object* x_638; -lean_dec(x_622); -lean_dec(x_605); -lean_dec(x_600); -x_638 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_638, 0, x_624); -lean_ctor_set(x_638, 1, x_623); -return x_638; +lean_object* x_144; +lean_dec(x_128); +lean_dec(x_110); +lean_dec(x_105); +x_144 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_130); +lean_ctor_set(x_144, 1, x_129); +return x_144; } } } @@ -1878,247 +1839,250 @@ return x_638; } else { -uint8_t x_639; -lean_dec(x_605); -lean_dec(x_602); -lean_dec(x_601); -lean_dec(x_600); -x_639 = !lean_is_exclusive(x_608); -if (x_639 == 0) +uint8_t x_145; +lean_dec(x_110); +lean_dec(x_107); +lean_dec(x_106); +lean_dec(x_105); +x_145 = !lean_is_exclusive(x_114); +if (x_145 == 0) { -return x_608; +return x_114; } else { -lean_object* x_640; lean_object* x_641; lean_object* x_642; -x_640 = lean_ctor_get(x_608, 0); -x_641 = lean_ctor_get(x_608, 1); -lean_inc(x_641); -lean_inc(x_640); -lean_dec(x_608); -x_642 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_642, 0, x_640); -lean_ctor_set(x_642, 1, x_641); -return x_642; +lean_object* x_146; lean_object* x_147; lean_object* x_148; +x_146 = lean_ctor_get(x_114, 0); +x_147 = lean_ctor_get(x_114, 1); +lean_inc(x_147); +lean_inc(x_146); +lean_dec(x_114); +x_148 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_148, 0, x_146); +lean_ctor_set(x_148, 1, x_147); +return x_148; } } } else { -uint8_t x_643; -lean_dec(x_602); -lean_dec(x_601); -lean_dec(x_600); +uint8_t x_149; +lean_dec(x_107); +lean_dec(x_106); +lean_dec(x_105); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_643 = !lean_is_exclusive(x_604); -if (x_643 == 0) +x_149 = !lean_is_exclusive(x_109); +if (x_149 == 0) { -return x_604; +return x_109; } else { -lean_object* x_644; lean_object* x_645; lean_object* x_646; -x_644 = lean_ctor_get(x_604, 0); -x_645 = lean_ctor_get(x_604, 1); -lean_inc(x_645); -lean_inc(x_644); -lean_dec(x_604); -x_646 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_646, 0, x_644); -lean_ctor_set(x_646, 1, x_645); -return x_646; +lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_150 = lean_ctor_get(x_109, 0); +x_151 = lean_ctor_get(x_109, 1); +lean_inc(x_151); +lean_inc(x_150); +lean_dec(x_109); +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; } } } case 8: { -lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; uint8_t x_651; lean_object* x_652; -lean_free_object(x_511); -x_647 = lean_ctor_get(x_5, 0); -lean_inc(x_647); -x_648 = lean_ctor_get(x_5, 1); -lean_inc(x_648); -x_649 = lean_ctor_get(x_5, 2); -lean_inc(x_649); -x_650 = lean_ctor_get(x_5, 3); -lean_inc(x_650); -x_651 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; lean_object* x_159; +x_153 = lean_ctor_get(x_14, 1); +lean_inc(x_153); +lean_dec(x_14); +x_154 = lean_ctor_get(x_5, 0); +lean_inc(x_154); +x_155 = lean_ctor_get(x_5, 1); +lean_inc(x_155); +x_156 = lean_ctor_get(x_5, 2); +lean_inc(x_156); +x_157 = lean_ctor_get(x_5, 3); +lean_inc(x_157); +x_158 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_648); +lean_inc(x_155); lean_inc(x_1); -x_652 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_648, x_6, x_7, x_8, x_9, x_10, x_11, x_513); -if (lean_obj_tag(x_652) == 0) -{ -lean_object* x_653; lean_object* x_654; lean_object* x_655; -x_653 = lean_ctor_get(x_652, 0); -lean_inc(x_653); -x_654 = lean_ctor_get(x_652, 1); -lean_inc(x_654); -lean_dec(x_652); +x_159 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_155, x_6, x_7, x_8, x_9, x_10, x_11, x_153); +if (lean_obj_tag(x_159) == 0) +{ +lean_object* x_160; lean_object* x_161; lean_object* x_162; +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); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_649); +lean_inc(x_156); lean_inc(x_1); -x_655 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_649, x_6, x_7, x_8, x_9, x_10, x_11, x_654); -if (lean_obj_tag(x_655) == 0) -{ -lean_object* x_656; lean_object* x_657; lean_object* x_658; lean_object* x_659; -x_656 = lean_ctor_get(x_655, 0); -lean_inc(x_656); -x_657 = lean_ctor_get(x_655, 1); -lean_inc(x_657); -lean_dec(x_655); -x_658 = lean_nat_add(x_6, x_509); +x_162 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_156, x_6, x_7, x_8, x_9, x_10, x_11, x_161); +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; +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_unsigned_to_nat(1u); +x_166 = lean_nat_add(x_6, x_165); lean_dec(x_6); -lean_inc(x_650); -x_659 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_650, x_658, x_7, x_8, x_9, x_10, x_11, x_657); -if (lean_obj_tag(x_659) == 0) +lean_inc(x_157); +x_167 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_157, x_166, x_7, x_8, x_9, x_10, x_11, x_164); +if (lean_obj_tag(x_167) == 0) { -uint8_t x_660; -x_660 = !lean_is_exclusive(x_659); -if (x_660 == 0) +uint8_t x_168; +x_168 = !lean_is_exclusive(x_167); +if (x_168 == 0) { -lean_object* x_661; size_t x_662; size_t x_663; uint8_t x_664; -x_661 = lean_ctor_get(x_659, 0); -x_662 = lean_ptr_addr(x_648); -lean_dec(x_648); -x_663 = lean_ptr_addr(x_653); -x_664 = lean_usize_dec_eq(x_662, x_663); -if (x_664 == 0) +lean_object* x_169; size_t x_170; size_t x_171; uint8_t x_172; +x_169 = lean_ctor_get(x_167, 0); +x_170 = lean_ptr_addr(x_155); +lean_dec(x_155); +x_171 = lean_ptr_addr(x_160); +x_172 = lean_usize_dec_eq(x_170, x_171); +if (x_172 == 0) { -lean_object* x_665; -lean_dec(x_650); -lean_dec(x_649); +lean_object* x_173; +lean_dec(x_157); +lean_dec(x_156); lean_dec(x_5); -x_665 = l_Lean_Expr_letE___override(x_647, x_653, x_656, x_661, x_651); -lean_ctor_set(x_659, 0, x_665); -return x_659; +x_173 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_169, x_158); +lean_ctor_set(x_167, 0, x_173); +return x_167; } else { -size_t x_666; size_t x_667; uint8_t x_668; -x_666 = lean_ptr_addr(x_649); -lean_dec(x_649); -x_667 = lean_ptr_addr(x_656); -x_668 = lean_usize_dec_eq(x_666, x_667); -if (x_668 == 0) +size_t x_174; size_t x_175; uint8_t x_176; +x_174 = lean_ptr_addr(x_156); +lean_dec(x_156); +x_175 = lean_ptr_addr(x_163); +x_176 = lean_usize_dec_eq(x_174, x_175); +if (x_176 == 0) { -lean_object* x_669; -lean_dec(x_650); +lean_object* x_177; +lean_dec(x_157); lean_dec(x_5); -x_669 = l_Lean_Expr_letE___override(x_647, x_653, x_656, x_661, x_651); -lean_ctor_set(x_659, 0, x_669); -return x_659; +x_177 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_169, x_158); +lean_ctor_set(x_167, 0, x_177); +return x_167; } else { -size_t x_670; size_t x_671; uint8_t x_672; -x_670 = lean_ptr_addr(x_650); -lean_dec(x_650); -x_671 = lean_ptr_addr(x_661); -x_672 = lean_usize_dec_eq(x_670, x_671); -if (x_672 == 0) +size_t x_178; size_t x_179; uint8_t x_180; +x_178 = lean_ptr_addr(x_157); +lean_dec(x_157); +x_179 = lean_ptr_addr(x_169); +x_180 = lean_usize_dec_eq(x_178, x_179); +if (x_180 == 0) { -lean_object* x_673; +lean_object* x_181; lean_dec(x_5); -x_673 = l_Lean_Expr_letE___override(x_647, x_653, x_656, x_661, x_651); -lean_ctor_set(x_659, 0, x_673); -return x_659; +x_181 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_169, x_158); +lean_ctor_set(x_167, 0, x_181); +return x_167; } else { -lean_dec(x_661); -lean_dec(x_656); -lean_dec(x_653); -lean_dec(x_647); -lean_ctor_set(x_659, 0, x_5); -return x_659; +lean_dec(x_169); +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_154); +lean_ctor_set(x_167, 0, x_5); +return x_167; } } } } else { -lean_object* x_674; lean_object* x_675; size_t x_676; size_t x_677; uint8_t x_678; -x_674 = lean_ctor_get(x_659, 0); -x_675 = lean_ctor_get(x_659, 1); -lean_inc(x_675); -lean_inc(x_674); -lean_dec(x_659); -x_676 = lean_ptr_addr(x_648); -lean_dec(x_648); -x_677 = lean_ptr_addr(x_653); -x_678 = lean_usize_dec_eq(x_676, x_677); -if (x_678 == 0) +lean_object* x_182; lean_object* x_183; size_t x_184; size_t x_185; uint8_t x_186; +x_182 = lean_ctor_get(x_167, 0); +x_183 = lean_ctor_get(x_167, 1); +lean_inc(x_183); +lean_inc(x_182); +lean_dec(x_167); +x_184 = lean_ptr_addr(x_155); +lean_dec(x_155); +x_185 = lean_ptr_addr(x_160); +x_186 = lean_usize_dec_eq(x_184, x_185); +if (x_186 == 0) { -lean_object* x_679; lean_object* x_680; -lean_dec(x_650); -lean_dec(x_649); +lean_object* x_187; lean_object* x_188; +lean_dec(x_157); +lean_dec(x_156); lean_dec(x_5); -x_679 = l_Lean_Expr_letE___override(x_647, x_653, x_656, x_674, x_651); -x_680 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_680, 0, x_679); -lean_ctor_set(x_680, 1, x_675); -return x_680; +x_187 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_182, x_158); +x_188 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_188, 0, x_187); +lean_ctor_set(x_188, 1, x_183); +return x_188; } else { -size_t x_681; size_t x_682; uint8_t x_683; -x_681 = lean_ptr_addr(x_649); -lean_dec(x_649); -x_682 = lean_ptr_addr(x_656); -x_683 = lean_usize_dec_eq(x_681, x_682); -if (x_683 == 0) +size_t x_189; size_t x_190; uint8_t x_191; +x_189 = lean_ptr_addr(x_156); +lean_dec(x_156); +x_190 = lean_ptr_addr(x_163); +x_191 = lean_usize_dec_eq(x_189, x_190); +if (x_191 == 0) { -lean_object* x_684; lean_object* x_685; -lean_dec(x_650); +lean_object* x_192; lean_object* x_193; +lean_dec(x_157); lean_dec(x_5); -x_684 = l_Lean_Expr_letE___override(x_647, x_653, x_656, x_674, x_651); -x_685 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_685, 0, x_684); -lean_ctor_set(x_685, 1, x_675); -return x_685; +x_192 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_182, x_158); +x_193 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_183); +return x_193; } else { -size_t x_686; size_t x_687; uint8_t x_688; -x_686 = lean_ptr_addr(x_650); -lean_dec(x_650); -x_687 = lean_ptr_addr(x_674); -x_688 = lean_usize_dec_eq(x_686, x_687); -if (x_688 == 0) +size_t x_194; size_t x_195; uint8_t x_196; +x_194 = lean_ptr_addr(x_157); +lean_dec(x_157); +x_195 = lean_ptr_addr(x_182); +x_196 = lean_usize_dec_eq(x_194, x_195); +if (x_196 == 0) { -lean_object* x_689; lean_object* x_690; +lean_object* x_197; lean_object* x_198; lean_dec(x_5); -x_689 = l_Lean_Expr_letE___override(x_647, x_653, x_656, x_674, x_651); -x_690 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_690, 0, x_689); -lean_ctor_set(x_690, 1, x_675); -return x_690; +x_197 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_182, x_158); +x_198 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_198, 0, x_197); +lean_ctor_set(x_198, 1, x_183); +return x_198; } else { -lean_object* x_691; -lean_dec(x_674); -lean_dec(x_656); -lean_dec(x_653); -lean_dec(x_647); -x_691 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_691, 0, x_5); -lean_ctor_set(x_691, 1, x_675); -return x_691; +lean_object* x_199; +lean_dec(x_182); +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_154); +x_199 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_199, 0, x_5); +lean_ctor_set(x_199, 1, x_183); +return x_199; } } } @@ -2126,42 +2090,42 @@ return x_691; } else { -uint8_t x_692; -lean_dec(x_656); -lean_dec(x_653); -lean_dec(x_650); -lean_dec(x_649); -lean_dec(x_648); -lean_dec(x_647); +uint8_t x_200; +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_155); +lean_dec(x_154); lean_dec(x_5); -x_692 = !lean_is_exclusive(x_659); -if (x_692 == 0) +x_200 = !lean_is_exclusive(x_167); +if (x_200 == 0) { -return x_659; +return x_167; } else { -lean_object* x_693; lean_object* x_694; lean_object* x_695; -x_693 = lean_ctor_get(x_659, 0); -x_694 = lean_ctor_get(x_659, 1); -lean_inc(x_694); -lean_inc(x_693); -lean_dec(x_659); -x_695 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_695, 0, x_693); -lean_ctor_set(x_695, 1, x_694); -return x_695; +lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_201 = lean_ctor_get(x_167, 0); +x_202 = lean_ctor_get(x_167, 1); +lean_inc(x_202); +lean_inc(x_201); +lean_dec(x_167); +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_696; -lean_dec(x_653); -lean_dec(x_650); -lean_dec(x_649); -lean_dec(x_648); -lean_dec(x_647); +uint8_t x_204; +lean_dec(x_160); +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_155); +lean_dec(x_154); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -2169,33 +2133,33 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_696 = !lean_is_exclusive(x_655); -if (x_696 == 0) +x_204 = !lean_is_exclusive(x_162); +if (x_204 == 0) { -return x_655; +return x_162; } else { -lean_object* x_697; lean_object* x_698; lean_object* x_699; -x_697 = lean_ctor_get(x_655, 0); -x_698 = lean_ctor_get(x_655, 1); -lean_inc(x_698); -lean_inc(x_697); -lean_dec(x_655); -x_699 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_699, 0, x_697); -lean_ctor_set(x_699, 1, x_698); -return x_699; +lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_205 = lean_ctor_get(x_162, 0); +x_206 = lean_ctor_get(x_162, 1); +lean_inc(x_206); +lean_inc(x_205); +lean_dec(x_162); +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; } } } else { -uint8_t x_700; -lean_dec(x_650); -lean_dec(x_649); -lean_dec(x_648); -lean_dec(x_647); +uint8_t x_208; +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_155); +lean_dec(x_154); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -2203,395 +2167,446 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_700 = !lean_is_exclusive(x_652); -if (x_700 == 0) +x_208 = !lean_is_exclusive(x_159); +if (x_208 == 0) { -return x_652; +return x_159; } else { -lean_object* x_701; lean_object* x_702; lean_object* x_703; -x_701 = lean_ctor_get(x_652, 0); -x_702 = lean_ctor_get(x_652, 1); -lean_inc(x_702); -lean_inc(x_701); -lean_dec(x_652); -x_703 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_703, 0, x_701); -lean_ctor_set(x_703, 1, x_702); -return x_703; +lean_object* x_209; lean_object* x_210; lean_object* x_211; +x_209 = lean_ctor_get(x_159, 0); +x_210 = lean_ctor_get(x_159, 1); +lean_inc(x_210); +lean_inc(x_209); +lean_dec(x_159); +x_211 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_211, 0, x_209); +lean_ctor_set(x_211, 1, x_210); +return x_211; } } } case 10: { -lean_object* x_704; lean_object* x_705; lean_object* x_706; -lean_free_object(x_511); -x_704 = lean_ctor_get(x_5, 0); -lean_inc(x_704); -x_705 = lean_ctor_get(x_5, 1); -lean_inc(x_705); -lean_inc(x_705); -x_706 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_705, x_6, x_7, x_8, x_9, x_10, x_11, x_513); -if (lean_obj_tag(x_706) == 0) -{ -uint8_t x_707; -x_707 = !lean_is_exclusive(x_706); -if (x_707 == 0) -{ -lean_object* x_708; size_t x_709; size_t x_710; uint8_t x_711; -x_708 = lean_ctor_get(x_706, 0); -x_709 = lean_ptr_addr(x_705); -lean_dec(x_705); -x_710 = lean_ptr_addr(x_708); -x_711 = lean_usize_dec_eq(x_709, x_710); -if (x_711 == 0) -{ -lean_object* x_712; +lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; +x_212 = lean_ctor_get(x_14, 1); +lean_inc(x_212); +lean_dec(x_14); +x_213 = lean_ctor_get(x_5, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_5, 1); +lean_inc(x_214); +lean_inc(x_214); +x_215 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_214, x_6, x_7, x_8, x_9, x_10, x_11, x_212); +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; size_t x_218; size_t x_219; uint8_t x_220; +x_217 = lean_ctor_get(x_215, 0); +x_218 = lean_ptr_addr(x_214); +lean_dec(x_214); +x_219 = lean_ptr_addr(x_217); +x_220 = lean_usize_dec_eq(x_218, x_219); +if (x_220 == 0) +{ +lean_object* x_221; lean_dec(x_5); -x_712 = l_Lean_Expr_mdata___override(x_704, x_708); -lean_ctor_set(x_706, 0, x_712); -return x_706; +x_221 = l_Lean_Expr_mdata___override(x_213, x_217); +lean_ctor_set(x_215, 0, x_221); +return x_215; } else { -lean_dec(x_708); -lean_dec(x_704); -lean_ctor_set(x_706, 0, x_5); -return x_706; +lean_dec(x_217); +lean_dec(x_213); +lean_ctor_set(x_215, 0, x_5); +return x_215; } } else { -lean_object* x_713; lean_object* x_714; size_t x_715; size_t x_716; uint8_t x_717; -x_713 = lean_ctor_get(x_706, 0); -x_714 = lean_ctor_get(x_706, 1); -lean_inc(x_714); -lean_inc(x_713); -lean_dec(x_706); -x_715 = lean_ptr_addr(x_705); -lean_dec(x_705); -x_716 = lean_ptr_addr(x_713); -x_717 = lean_usize_dec_eq(x_715, x_716); -if (x_717 == 0) +lean_object* x_222; lean_object* x_223; size_t x_224; size_t x_225; uint8_t x_226; +x_222 = lean_ctor_get(x_215, 0); +x_223 = lean_ctor_get(x_215, 1); +lean_inc(x_223); +lean_inc(x_222); +lean_dec(x_215); +x_224 = lean_ptr_addr(x_214); +lean_dec(x_214); +x_225 = lean_ptr_addr(x_222); +x_226 = lean_usize_dec_eq(x_224, x_225); +if (x_226 == 0) { -lean_object* x_718; lean_object* x_719; +lean_object* x_227; lean_object* x_228; lean_dec(x_5); -x_718 = l_Lean_Expr_mdata___override(x_704, x_713); -x_719 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_719, 0, x_718); -lean_ctor_set(x_719, 1, x_714); -return x_719; +x_227 = l_Lean_Expr_mdata___override(x_213, x_222); +x_228 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_228, 0, x_227); +lean_ctor_set(x_228, 1, x_223); +return x_228; } else { -lean_object* x_720; -lean_dec(x_713); -lean_dec(x_704); -x_720 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_720, 0, x_5); -lean_ctor_set(x_720, 1, x_714); -return x_720; +lean_object* x_229; +lean_dec(x_222); +lean_dec(x_213); +x_229 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_229, 0, x_5); +lean_ctor_set(x_229, 1, x_223); +return x_229; } } } else { -uint8_t x_721; -lean_dec(x_705); -lean_dec(x_704); +uint8_t x_230; +lean_dec(x_214); +lean_dec(x_213); lean_dec(x_5); -x_721 = !lean_is_exclusive(x_706); -if (x_721 == 0) +x_230 = !lean_is_exclusive(x_215); +if (x_230 == 0) { -return x_706; +return x_215; } else { -lean_object* x_722; lean_object* x_723; lean_object* x_724; -x_722 = lean_ctor_get(x_706, 0); -x_723 = lean_ctor_get(x_706, 1); -lean_inc(x_723); -lean_inc(x_722); -lean_dec(x_706); -x_724 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_724, 0, x_722); -lean_ctor_set(x_724, 1, x_723); -return x_724; +lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_231 = lean_ctor_get(x_215, 0); +x_232 = lean_ctor_get(x_215, 1); +lean_inc(x_232); +lean_inc(x_231); +lean_dec(x_215); +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; } } } case 11: { -lean_object* x_725; lean_object* x_726; lean_object* x_727; lean_object* x_728; -lean_free_object(x_511); -x_725 = lean_ctor_get(x_5, 0); -lean_inc(x_725); -x_726 = lean_ctor_get(x_5, 1); -lean_inc(x_726); -x_727 = lean_ctor_get(x_5, 2); -lean_inc(x_727); -lean_inc(x_727); -x_728 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_727, x_6, x_7, x_8, x_9, x_10, x_11, x_513); -if (lean_obj_tag(x_728) == 0) -{ -uint8_t x_729; -x_729 = !lean_is_exclusive(x_728); -if (x_729 == 0) -{ -lean_object* x_730; size_t x_731; size_t x_732; uint8_t x_733; -x_730 = lean_ctor_get(x_728, 0); -x_731 = lean_ptr_addr(x_727); -lean_dec(x_727); -x_732 = lean_ptr_addr(x_730); -x_733 = lean_usize_dec_eq(x_731, x_732); -if (x_733 == 0) -{ -lean_object* x_734; +lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_234 = lean_ctor_get(x_14, 1); +lean_inc(x_234); +lean_dec(x_14); +x_235 = lean_ctor_get(x_5, 0); +lean_inc(x_235); +x_236 = lean_ctor_get(x_5, 1); +lean_inc(x_236); +x_237 = lean_ctor_get(x_5, 2); +lean_inc(x_237); +lean_inc(x_237); +x_238 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_237, x_6, x_7, x_8, x_9, x_10, x_11, x_234); +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; size_t x_241; size_t x_242; uint8_t x_243; +x_240 = lean_ctor_get(x_238, 0); +x_241 = lean_ptr_addr(x_237); +lean_dec(x_237); +x_242 = lean_ptr_addr(x_240); +x_243 = lean_usize_dec_eq(x_241, x_242); +if (x_243 == 0) +{ +lean_object* x_244; lean_dec(x_5); -x_734 = l_Lean_Expr_proj___override(x_725, x_726, x_730); -lean_ctor_set(x_728, 0, x_734); -return x_728; +x_244 = l_Lean_Expr_proj___override(x_235, x_236, x_240); +lean_ctor_set(x_238, 0, x_244); +return x_238; } else { -lean_dec(x_730); -lean_dec(x_726); -lean_dec(x_725); -lean_ctor_set(x_728, 0, x_5); -return x_728; +lean_dec(x_240); +lean_dec(x_236); +lean_dec(x_235); +lean_ctor_set(x_238, 0, x_5); +return x_238; } } else { -lean_object* x_735; lean_object* x_736; size_t x_737; size_t x_738; uint8_t x_739; -x_735 = lean_ctor_get(x_728, 0); -x_736 = lean_ctor_get(x_728, 1); -lean_inc(x_736); -lean_inc(x_735); -lean_dec(x_728); -x_737 = lean_ptr_addr(x_727); -lean_dec(x_727); -x_738 = lean_ptr_addr(x_735); -x_739 = lean_usize_dec_eq(x_737, x_738); -if (x_739 == 0) -{ -lean_object* x_740; lean_object* x_741; +lean_object* x_245; lean_object* x_246; size_t x_247; size_t x_248; uint8_t x_249; +x_245 = lean_ctor_get(x_238, 0); +x_246 = lean_ctor_get(x_238, 1); +lean_inc(x_246); +lean_inc(x_245); +lean_dec(x_238); +x_247 = lean_ptr_addr(x_237); +lean_dec(x_237); +x_248 = lean_ptr_addr(x_245); +x_249 = lean_usize_dec_eq(x_247, x_248); +if (x_249 == 0) +{ +lean_object* x_250; lean_object* x_251; lean_dec(x_5); -x_740 = l_Lean_Expr_proj___override(x_725, x_726, x_735); -x_741 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_741, 0, x_740); -lean_ctor_set(x_741, 1, x_736); -return x_741; +x_250 = l_Lean_Expr_proj___override(x_235, x_236, x_245); +x_251 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_251, 0, x_250); +lean_ctor_set(x_251, 1, x_246); +return x_251; } else { -lean_object* x_742; -lean_dec(x_735); -lean_dec(x_726); -lean_dec(x_725); -x_742 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_742, 0, x_5); -lean_ctor_set(x_742, 1, x_736); -return x_742; +lean_object* x_252; +lean_dec(x_245); +lean_dec(x_236); +lean_dec(x_235); +x_252 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_252, 0, x_5); +lean_ctor_set(x_252, 1, x_246); +return x_252; } } } else { -uint8_t x_743; -lean_dec(x_727); -lean_dec(x_726); -lean_dec(x_725); +uint8_t x_253; +lean_dec(x_237); +lean_dec(x_236); +lean_dec(x_235); lean_dec(x_5); -x_743 = !lean_is_exclusive(x_728); -if (x_743 == 0) +x_253 = !lean_is_exclusive(x_238); +if (x_253 == 0) { -return x_728; +return x_238; } else { -lean_object* x_744; lean_object* x_745; lean_object* x_746; -x_744 = lean_ctor_get(x_728, 0); -x_745 = lean_ctor_get(x_728, 1); -lean_inc(x_745); -lean_inc(x_744); -lean_dec(x_728); -x_746 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_746, 0, x_744); -lean_ctor_set(x_746, 1, x_745); -return x_746; +lean_object* x_254; lean_object* x_255; lean_object* x_256; +x_254 = lean_ctor_get(x_238, 0); +x_255 = lean_ctor_get(x_238, 1); +lean_inc(x_255); +lean_inc(x_254); +lean_dec(x_238); +x_256 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_256, 0, x_254); +lean_ctor_set(x_256, 1, x_255); +return x_256; } } } default: { +uint8_t x_257; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -lean_ctor_set(x_511, 0, x_5); -return x_511; -} -} +x_257 = !lean_is_exclusive(x_14); +if (x_257 == 0) +{ +lean_object* x_258; +x_258 = lean_ctor_get(x_14, 0); +lean_dec(x_258); +lean_ctor_set(x_14, 0, x_5); +return x_14; } else { -lean_object* x_747; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_5); -lean_dec(x_1); -x_747 = l_Lean_Expr_bvar___override(x_6); -lean_ctor_set(x_511, 0, x_747); -return x_511; +lean_object* x_259; lean_object* x_260; +x_259 = lean_ctor_get(x_14, 1); +lean_inc(x_259); +lean_dec(x_14); +x_260 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_260, 0, x_5); +lean_ctor_set(x_260, 1, x_259); +return x_260; +} +} } } else { -lean_object* x_748; uint8_t x_749; -x_748 = lean_ctor_get(x_511, 1); -lean_inc(x_748); -lean_dec(x_511); -x_749 = l_Lean_Occurrences_contains(x_2, x_507); -lean_dec(x_507); -if (x_749 == 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; uint8_t x_268; +x_261 = lean_ctor_get(x_14, 1); +lean_inc(x_261); +lean_dec(x_14); +x_262 = lean_st_ref_get(x_7, x_261); +x_263 = lean_ctor_get(x_262, 0); +lean_inc(x_263); +x_264 = lean_ctor_get(x_262, 1); +lean_inc(x_264); +lean_dec(x_262); +x_265 = lean_unsigned_to_nat(1u); +x_266 = lean_nat_add(x_263, x_265); +x_267 = lean_st_ref_set(x_7, x_266, x_264); +x_268 = !lean_is_exclusive(x_267); +if (x_268 == 0) +{ +lean_object* x_269; lean_object* x_270; uint8_t x_271; +x_269 = lean_ctor_get(x_267, 1); +x_270 = lean_ctor_get(x_267, 0); +lean_dec(x_270); +x_271 = l_Lean_Occurrences_contains(x_2, x_263); +lean_dec(x_263); +if (x_271 == 0) { switch (lean_obj_tag(x_5)) { case 5: { -lean_object* x_750; lean_object* x_751; lean_object* x_752; -x_750 = lean_ctor_get(x_5, 0); -lean_inc(x_750); -x_751 = lean_ctor_get(x_5, 1); -lean_inc(x_751); +lean_object* x_272; lean_object* x_273; lean_object* x_274; +lean_free_object(x_267); +x_272 = lean_ctor_get(x_5, 0); +lean_inc(x_272); +x_273 = lean_ctor_get(x_5, 1); +lean_inc(x_273); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_750); +lean_inc(x_272); lean_inc(x_1); -x_752 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_750, x_6, x_7, x_8, x_9, x_10, x_11, x_748); -if (lean_obj_tag(x_752) == 0) -{ -lean_object* x_753; lean_object* x_754; lean_object* x_755; -x_753 = lean_ctor_get(x_752, 0); -lean_inc(x_753); -x_754 = lean_ctor_get(x_752, 1); -lean_inc(x_754); -lean_dec(x_752); -lean_inc(x_751); -x_755 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_751, x_6, x_7, x_8, x_9, x_10, x_11, x_754); -if (lean_obj_tag(x_755) == 0) -{ -lean_object* x_756; lean_object* x_757; lean_object* x_758; size_t x_759; size_t x_760; uint8_t x_761; -x_756 = lean_ctor_get(x_755, 0); -lean_inc(x_756); -x_757 = lean_ctor_get(x_755, 1); -lean_inc(x_757); -if (lean_is_exclusive(x_755)) { - lean_ctor_release(x_755, 0); - lean_ctor_release(x_755, 1); - x_758 = x_755; -} else { - lean_dec_ref(x_755); - x_758 = lean_box(0); +x_274 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_272, x_6, x_7, x_8, x_9, x_10, x_11, x_269); +if (lean_obj_tag(x_274) == 0) +{ +lean_object* x_275; lean_object* x_276; lean_object* x_277; +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); +lean_inc(x_273); +x_277 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_273, x_6, x_7, x_8, x_9, x_10, x_11, x_276); +if (lean_obj_tag(x_277) == 0) +{ +uint8_t x_278; +x_278 = !lean_is_exclusive(x_277); +if (x_278 == 0) +{ +lean_object* x_279; size_t x_280; size_t x_281; uint8_t x_282; +x_279 = lean_ctor_get(x_277, 0); +x_280 = lean_ptr_addr(x_272); +lean_dec(x_272); +x_281 = lean_ptr_addr(x_275); +x_282 = lean_usize_dec_eq(x_280, x_281); +if (x_282 == 0) +{ +lean_object* x_283; +lean_dec(x_273); +lean_dec(x_5); +x_283 = l_Lean_Expr_app___override(x_275, x_279); +lean_ctor_set(x_277, 0, x_283); +return x_277; } -x_759 = lean_ptr_addr(x_750); -lean_dec(x_750); -x_760 = lean_ptr_addr(x_753); -x_761 = lean_usize_dec_eq(x_759, x_760); -if (x_761 == 0) +else { -lean_object* x_762; lean_object* x_763; -lean_dec(x_751); +size_t x_284; size_t x_285; uint8_t x_286; +x_284 = lean_ptr_addr(x_273); +lean_dec(x_273); +x_285 = lean_ptr_addr(x_279); +x_286 = lean_usize_dec_eq(x_284, x_285); +if (x_286 == 0) +{ +lean_object* x_287; lean_dec(x_5); -x_762 = l_Lean_Expr_app___override(x_753, x_756); -if (lean_is_scalar(x_758)) { - x_763 = lean_alloc_ctor(0, 2, 0); -} else { - x_763 = x_758; +x_287 = l_Lean_Expr_app___override(x_275, x_279); +lean_ctor_set(x_277, 0, x_287); +return x_277; +} +else +{ +lean_dec(x_279); +lean_dec(x_275); +lean_ctor_set(x_277, 0, x_5); +return x_277; +} } -lean_ctor_set(x_763, 0, x_762); -lean_ctor_set(x_763, 1, x_757); -return x_763; } else { -size_t x_764; size_t x_765; uint8_t x_766; -x_764 = lean_ptr_addr(x_751); -lean_dec(x_751); -x_765 = lean_ptr_addr(x_756); -x_766 = lean_usize_dec_eq(x_764, x_765); -if (x_766 == 0) +lean_object* x_288; lean_object* x_289; size_t x_290; size_t x_291; uint8_t x_292; +x_288 = lean_ctor_get(x_277, 0); +x_289 = lean_ctor_get(x_277, 1); +lean_inc(x_289); +lean_inc(x_288); +lean_dec(x_277); +x_290 = lean_ptr_addr(x_272); +lean_dec(x_272); +x_291 = lean_ptr_addr(x_275); +x_292 = lean_usize_dec_eq(x_290, x_291); +if (x_292 == 0) { -lean_object* x_767; lean_object* x_768; +lean_object* x_293; lean_object* x_294; +lean_dec(x_273); lean_dec(x_5); -x_767 = l_Lean_Expr_app___override(x_753, x_756); -if (lean_is_scalar(x_758)) { - x_768 = lean_alloc_ctor(0, 2, 0); -} else { - x_768 = x_758; +x_293 = l_Lean_Expr_app___override(x_275, x_288); +x_294 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_294, 0, x_293); +lean_ctor_set(x_294, 1, x_289); +return x_294; } -lean_ctor_set(x_768, 0, x_767); -lean_ctor_set(x_768, 1, x_757); -return x_768; +else +{ +size_t x_295; size_t x_296; uint8_t x_297; +x_295 = lean_ptr_addr(x_273); +lean_dec(x_273); +x_296 = lean_ptr_addr(x_288); +x_297 = lean_usize_dec_eq(x_295, x_296); +if (x_297 == 0) +{ +lean_object* x_298; lean_object* x_299; +lean_dec(x_5); +x_298 = l_Lean_Expr_app___override(x_275, x_288); +x_299 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_299, 0, x_298); +lean_ctor_set(x_299, 1, x_289); +return x_299; } else { -lean_object* x_769; -lean_dec(x_756); -lean_dec(x_753); -if (lean_is_scalar(x_758)) { - x_769 = lean_alloc_ctor(0, 2, 0); -} else { - x_769 = x_758; +lean_object* x_300; +lean_dec(x_288); +lean_dec(x_275); +x_300 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_300, 0, x_5); +lean_ctor_set(x_300, 1, x_289); +return x_300; } -lean_ctor_set(x_769, 0, x_5); -lean_ctor_set(x_769, 1, x_757); -return x_769; } } } else { -lean_object* x_770; lean_object* x_771; lean_object* x_772; lean_object* x_773; -lean_dec(x_753); -lean_dec(x_751); -lean_dec(x_750); +uint8_t x_301; +lean_dec(x_275); +lean_dec(x_273); +lean_dec(x_272); lean_dec(x_5); -x_770 = lean_ctor_get(x_755, 0); -lean_inc(x_770); -x_771 = lean_ctor_get(x_755, 1); -lean_inc(x_771); -if (lean_is_exclusive(x_755)) { - lean_ctor_release(x_755, 0); - lean_ctor_release(x_755, 1); - x_772 = x_755; -} else { - lean_dec_ref(x_755); - x_772 = lean_box(0); +x_301 = !lean_is_exclusive(x_277); +if (x_301 == 0) +{ +return x_277; } -if (lean_is_scalar(x_772)) { - x_773 = lean_alloc_ctor(1, 2, 0); -} else { - x_773 = x_772; +else +{ +lean_object* x_302; lean_object* x_303; lean_object* x_304; +x_302 = lean_ctor_get(x_277, 0); +x_303 = lean_ctor_get(x_277, 1); +lean_inc(x_303); +lean_inc(x_302); +lean_dec(x_277); +x_304 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_304, 0, x_302); +lean_ctor_set(x_304, 1, x_303); +return x_304; } -lean_ctor_set(x_773, 0, x_770); -lean_ctor_set(x_773, 1, x_771); -return x_773; } } else { -lean_object* x_774; lean_object* x_775; lean_object* x_776; lean_object* x_777; -lean_dec(x_751); -lean_dec(x_750); +uint8_t x_305; +lean_dec(x_273); +lean_dec(x_272); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -2599,591 +2614,707 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_774 = lean_ctor_get(x_752, 0); -lean_inc(x_774); -x_775 = lean_ctor_get(x_752, 1); -lean_inc(x_775); -if (lean_is_exclusive(x_752)) { - lean_ctor_release(x_752, 0); - lean_ctor_release(x_752, 1); - x_776 = x_752; -} else { - lean_dec_ref(x_752); - x_776 = lean_box(0); +x_305 = !lean_is_exclusive(x_274); +if (x_305 == 0) +{ +return x_274; } -if (lean_is_scalar(x_776)) { - x_777 = lean_alloc_ctor(1, 2, 0); -} else { - x_777 = x_776; +else +{ +lean_object* x_306; lean_object* x_307; lean_object* x_308; +x_306 = lean_ctor_get(x_274, 0); +x_307 = lean_ctor_get(x_274, 1); +lean_inc(x_307); +lean_inc(x_306); +lean_dec(x_274); +x_308 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_308, 0, x_306); +lean_ctor_set(x_308, 1, x_307); +return x_308; } -lean_ctor_set(x_777, 0, x_774); -lean_ctor_set(x_777, 1, x_775); -return x_777; } } case 6: { -lean_object* x_778; lean_object* x_779; lean_object* x_780; uint8_t x_781; lean_object* x_782; -x_778 = lean_ctor_get(x_5, 0); -lean_inc(x_778); -x_779 = lean_ctor_get(x_5, 1); -lean_inc(x_779); -x_780 = lean_ctor_get(x_5, 2); -lean_inc(x_780); -x_781 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_309; lean_object* x_310; lean_object* x_311; uint8_t x_312; lean_object* x_313; +lean_free_object(x_267); +x_309 = lean_ctor_get(x_5, 0); +lean_inc(x_309); +x_310 = lean_ctor_get(x_5, 1); +lean_inc(x_310); +x_311 = lean_ctor_get(x_5, 2); +lean_inc(x_311); +x_312 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_779); +lean_inc(x_310); lean_inc(x_1); -x_782 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_779, x_6, x_7, x_8, x_9, x_10, x_11, x_748); -if (lean_obj_tag(x_782) == 0) -{ -lean_object* x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; -x_783 = lean_ctor_get(x_782, 0); -lean_inc(x_783); -x_784 = lean_ctor_get(x_782, 1); -lean_inc(x_784); -lean_dec(x_782); -x_785 = lean_nat_add(x_6, x_509); +x_313 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_310, x_6, x_7, x_8, x_9, x_10, x_11, x_269); +if (lean_obj_tag(x_313) == 0) +{ +lean_object* x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; +x_314 = lean_ctor_get(x_313, 0); +lean_inc(x_314); +x_315 = lean_ctor_get(x_313, 1); +lean_inc(x_315); +lean_dec(x_313); +x_316 = lean_nat_add(x_6, x_265); lean_dec(x_6); -lean_inc(x_780); -x_786 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_780, x_785, x_7, x_8, x_9, x_10, x_11, x_784); -if (lean_obj_tag(x_786) == 0) -{ -lean_object* x_787; lean_object* x_788; lean_object* x_789; lean_object* x_790; size_t x_791; size_t x_792; uint8_t x_793; -x_787 = lean_ctor_get(x_786, 0); -lean_inc(x_787); -x_788 = lean_ctor_get(x_786, 1); -lean_inc(x_788); -if (lean_is_exclusive(x_786)) { - lean_ctor_release(x_786, 0); - lean_ctor_release(x_786, 1); - x_789 = x_786; -} else { - lean_dec_ref(x_786); - x_789 = lean_box(0); -} -lean_inc(x_780); -lean_inc(x_779); -lean_inc(x_778); -x_790 = l_Lean_Expr_lam___override(x_778, x_779, x_780, x_781); -x_791 = lean_ptr_addr(x_779); -lean_dec(x_779); -x_792 = lean_ptr_addr(x_783); -x_793 = lean_usize_dec_eq(x_791, x_792); -if (x_793 == 0) -{ -lean_object* x_794; lean_object* x_795; -lean_dec(x_790); -lean_dec(x_780); -x_794 = l_Lean_Expr_lam___override(x_778, x_783, x_787, x_781); -if (lean_is_scalar(x_789)) { - x_795 = lean_alloc_ctor(0, 2, 0); -} else { - x_795 = x_789; +lean_inc(x_311); +x_317 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_311, x_316, x_7, x_8, x_9, x_10, x_11, x_315); +if (lean_obj_tag(x_317) == 0) +{ +uint8_t x_318; +x_318 = !lean_is_exclusive(x_317); +if (x_318 == 0) +{ +lean_object* x_319; lean_object* x_320; size_t x_321; size_t x_322; uint8_t x_323; +x_319 = lean_ctor_get(x_317, 0); +lean_inc(x_311); +lean_inc(x_310); +lean_inc(x_309); +x_320 = l_Lean_Expr_lam___override(x_309, x_310, x_311, x_312); +x_321 = lean_ptr_addr(x_310); +lean_dec(x_310); +x_322 = lean_ptr_addr(x_314); +x_323 = lean_usize_dec_eq(x_321, x_322); +if (x_323 == 0) +{ +lean_object* x_324; +lean_dec(x_320); +lean_dec(x_311); +x_324 = l_Lean_Expr_lam___override(x_309, x_314, x_319, x_312); +lean_ctor_set(x_317, 0, x_324); +return x_317; } -lean_ctor_set(x_795, 0, x_794); -lean_ctor_set(x_795, 1, x_788); -return x_795; +else +{ +size_t x_325; size_t x_326; uint8_t x_327; +x_325 = lean_ptr_addr(x_311); +lean_dec(x_311); +x_326 = lean_ptr_addr(x_319); +x_327 = lean_usize_dec_eq(x_325, x_326); +if (x_327 == 0) +{ +lean_object* x_328; +lean_dec(x_320); +x_328 = l_Lean_Expr_lam___override(x_309, x_314, x_319, x_312); +lean_ctor_set(x_317, 0, x_328); +return x_317; } else { -size_t x_796; size_t x_797; uint8_t x_798; -x_796 = lean_ptr_addr(x_780); -lean_dec(x_780); -x_797 = lean_ptr_addr(x_787); -x_798 = lean_usize_dec_eq(x_796, x_797); -if (x_798 == 0) +uint8_t x_329; +x_329 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_312, x_312); +if (x_329 == 0) { -lean_object* x_799; lean_object* x_800; -lean_dec(x_790); -x_799 = l_Lean_Expr_lam___override(x_778, x_783, x_787, x_781); -if (lean_is_scalar(x_789)) { - x_800 = lean_alloc_ctor(0, 2, 0); -} else { - x_800 = x_789; +lean_object* x_330; +lean_dec(x_320); +x_330 = l_Lean_Expr_lam___override(x_309, x_314, x_319, x_312); +lean_ctor_set(x_317, 0, x_330); +return x_317; +} +else +{ +lean_dec(x_319); +lean_dec(x_314); +lean_dec(x_309); +lean_ctor_set(x_317, 0, x_320); +return x_317; +} +} } -lean_ctor_set(x_800, 0, x_799); -lean_ctor_set(x_800, 1, x_788); -return x_800; } else { -uint8_t x_801; -x_801 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_781, x_781); -if (x_801 == 0) +lean_object* x_331; lean_object* x_332; lean_object* x_333; size_t x_334; size_t x_335; uint8_t x_336; +x_331 = lean_ctor_get(x_317, 0); +x_332 = lean_ctor_get(x_317, 1); +lean_inc(x_332); +lean_inc(x_331); +lean_dec(x_317); +lean_inc(x_311); +lean_inc(x_310); +lean_inc(x_309); +x_333 = l_Lean_Expr_lam___override(x_309, x_310, x_311, x_312); +x_334 = lean_ptr_addr(x_310); +lean_dec(x_310); +x_335 = lean_ptr_addr(x_314); +x_336 = lean_usize_dec_eq(x_334, x_335); +if (x_336 == 0) { -lean_object* x_802; lean_object* x_803; -lean_dec(x_790); -x_802 = l_Lean_Expr_lam___override(x_778, x_783, x_787, x_781); -if (lean_is_scalar(x_789)) { - x_803 = lean_alloc_ctor(0, 2, 0); -} else { - x_803 = x_789; +lean_object* x_337; lean_object* x_338; +lean_dec(x_333); +lean_dec(x_311); +x_337 = l_Lean_Expr_lam___override(x_309, x_314, x_331, x_312); +x_338 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_338, 0, x_337); +lean_ctor_set(x_338, 1, x_332); +return x_338; } -lean_ctor_set(x_803, 0, x_802); -lean_ctor_set(x_803, 1, x_788); -return x_803; +else +{ +size_t x_339; size_t x_340; uint8_t x_341; +x_339 = lean_ptr_addr(x_311); +lean_dec(x_311); +x_340 = lean_ptr_addr(x_331); +x_341 = lean_usize_dec_eq(x_339, x_340); +if (x_341 == 0) +{ +lean_object* x_342; lean_object* x_343; +lean_dec(x_333); +x_342 = l_Lean_Expr_lam___override(x_309, x_314, x_331, x_312); +x_343 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_343, 0, x_342); +lean_ctor_set(x_343, 1, x_332); +return x_343; } else { -lean_object* x_804; -lean_dec(x_787); -lean_dec(x_783); -lean_dec(x_778); -if (lean_is_scalar(x_789)) { - x_804 = lean_alloc_ctor(0, 2, 0); -} else { - x_804 = x_789; +uint8_t x_344; +x_344 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_312, x_312); +if (x_344 == 0) +{ +lean_object* x_345; lean_object* x_346; +lean_dec(x_333); +x_345 = l_Lean_Expr_lam___override(x_309, x_314, x_331, x_312); +x_346 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_346, 0, x_345); +lean_ctor_set(x_346, 1, x_332); +return x_346; +} +else +{ +lean_object* x_347; +lean_dec(x_331); +lean_dec(x_314); +lean_dec(x_309); +x_347 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_347, 0, x_333); +lean_ctor_set(x_347, 1, x_332); +return x_347; } -lean_ctor_set(x_804, 0, x_790); -lean_ctor_set(x_804, 1, x_788); -return x_804; } } } } else { -lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; -lean_dec(x_783); -lean_dec(x_780); -lean_dec(x_779); -lean_dec(x_778); -x_805 = lean_ctor_get(x_786, 0); -lean_inc(x_805); -x_806 = lean_ctor_get(x_786, 1); -lean_inc(x_806); -if (lean_is_exclusive(x_786)) { - lean_ctor_release(x_786, 0); - lean_ctor_release(x_786, 1); - x_807 = x_786; -} else { - lean_dec_ref(x_786); - x_807 = lean_box(0); +uint8_t x_348; +lean_dec(x_314); +lean_dec(x_311); +lean_dec(x_310); +lean_dec(x_309); +x_348 = !lean_is_exclusive(x_317); +if (x_348 == 0) +{ +return x_317; } -if (lean_is_scalar(x_807)) { - x_808 = lean_alloc_ctor(1, 2, 0); -} else { - x_808 = x_807; +else +{ +lean_object* x_349; lean_object* x_350; lean_object* x_351; +x_349 = lean_ctor_get(x_317, 0); +x_350 = lean_ctor_get(x_317, 1); +lean_inc(x_350); +lean_inc(x_349); +lean_dec(x_317); +x_351 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_351, 0, x_349); +lean_ctor_set(x_351, 1, x_350); +return x_351; } -lean_ctor_set(x_808, 0, x_805); -lean_ctor_set(x_808, 1, x_806); -return x_808; } } else { -lean_object* x_809; lean_object* x_810; lean_object* x_811; lean_object* x_812; -lean_dec(x_780); -lean_dec(x_779); -lean_dec(x_778); +uint8_t x_352; +lean_dec(x_311); +lean_dec(x_310); +lean_dec(x_309); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_809 = lean_ctor_get(x_782, 0); -lean_inc(x_809); -x_810 = lean_ctor_get(x_782, 1); -lean_inc(x_810); -if (lean_is_exclusive(x_782)) { - lean_ctor_release(x_782, 0); - lean_ctor_release(x_782, 1); - x_811 = x_782; -} else { - lean_dec_ref(x_782); - x_811 = lean_box(0); +x_352 = !lean_is_exclusive(x_313); +if (x_352 == 0) +{ +return x_313; } -if (lean_is_scalar(x_811)) { - x_812 = lean_alloc_ctor(1, 2, 0); -} else { - x_812 = x_811; +else +{ +lean_object* x_353; lean_object* x_354; lean_object* x_355; +x_353 = lean_ctor_get(x_313, 0); +x_354 = lean_ctor_get(x_313, 1); +lean_inc(x_354); +lean_inc(x_353); +lean_dec(x_313); +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; } -lean_ctor_set(x_812, 0, x_809); -lean_ctor_set(x_812, 1, x_810); -return x_812; } } case 7: { -lean_object* x_813; lean_object* x_814; lean_object* x_815; uint8_t x_816; lean_object* x_817; -x_813 = lean_ctor_get(x_5, 0); -lean_inc(x_813); -x_814 = lean_ctor_get(x_5, 1); -lean_inc(x_814); -x_815 = lean_ctor_get(x_5, 2); -lean_inc(x_815); -x_816 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_356; lean_object* x_357; lean_object* x_358; uint8_t x_359; lean_object* x_360; +lean_free_object(x_267); +x_356 = lean_ctor_get(x_5, 0); +lean_inc(x_356); +x_357 = lean_ctor_get(x_5, 1); +lean_inc(x_357); +x_358 = lean_ctor_get(x_5, 2); +lean_inc(x_358); +x_359 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_814); +lean_inc(x_357); lean_inc(x_1); -x_817 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_814, x_6, x_7, x_8, x_9, x_10, x_11, x_748); -if (lean_obj_tag(x_817) == 0) -{ -lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; -x_818 = lean_ctor_get(x_817, 0); -lean_inc(x_818); -x_819 = lean_ctor_get(x_817, 1); -lean_inc(x_819); -lean_dec(x_817); -x_820 = lean_nat_add(x_6, x_509); +x_360 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_357, x_6, x_7, x_8, x_9, x_10, x_11, x_269); +if (lean_obj_tag(x_360) == 0) +{ +lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; +x_361 = lean_ctor_get(x_360, 0); +lean_inc(x_361); +x_362 = lean_ctor_get(x_360, 1); +lean_inc(x_362); +lean_dec(x_360); +x_363 = lean_nat_add(x_6, x_265); lean_dec(x_6); -lean_inc(x_815); -x_821 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_815, x_820, x_7, x_8, x_9, x_10, x_11, x_819); -if (lean_obj_tag(x_821) == 0) +lean_inc(x_358); +x_364 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_358, x_363, x_7, x_8, x_9, x_10, x_11, x_362); +if (lean_obj_tag(x_364) == 0) +{ +uint8_t x_365; +x_365 = !lean_is_exclusive(x_364); +if (x_365 == 0) +{ +lean_object* x_366; lean_object* x_367; size_t x_368; size_t x_369; uint8_t x_370; +x_366 = lean_ctor_get(x_364, 0); +lean_inc(x_358); +lean_inc(x_357); +lean_inc(x_356); +x_367 = l_Lean_Expr_forallE___override(x_356, x_357, x_358, x_359); +x_368 = lean_ptr_addr(x_357); +lean_dec(x_357); +x_369 = lean_ptr_addr(x_361); +x_370 = lean_usize_dec_eq(x_368, x_369); +if (x_370 == 0) { -lean_object* x_822; lean_object* x_823; lean_object* x_824; lean_object* x_825; size_t x_826; size_t x_827; uint8_t x_828; -x_822 = lean_ctor_get(x_821, 0); -lean_inc(x_822); -x_823 = lean_ctor_get(x_821, 1); -lean_inc(x_823); -if (lean_is_exclusive(x_821)) { - lean_ctor_release(x_821, 0); - lean_ctor_release(x_821, 1); - x_824 = x_821; -} else { - lean_dec_ref(x_821); - x_824 = lean_box(0); -} -lean_inc(x_815); -lean_inc(x_814); -lean_inc(x_813); -x_825 = l_Lean_Expr_forallE___override(x_813, x_814, x_815, x_816); -x_826 = lean_ptr_addr(x_814); -lean_dec(x_814); -x_827 = lean_ptr_addr(x_818); -x_828 = lean_usize_dec_eq(x_826, x_827); -if (x_828 == 0) -{ -lean_object* x_829; lean_object* x_830; -lean_dec(x_825); -lean_dec(x_815); -x_829 = l_Lean_Expr_forallE___override(x_813, x_818, x_822, x_816); -if (lean_is_scalar(x_824)) { - x_830 = lean_alloc_ctor(0, 2, 0); -} else { - x_830 = x_824; +lean_object* x_371; +lean_dec(x_367); +lean_dec(x_358); +x_371 = l_Lean_Expr_forallE___override(x_356, x_361, x_366, x_359); +lean_ctor_set(x_364, 0, x_371); +return x_364; } -lean_ctor_set(x_830, 0, x_829); -lean_ctor_set(x_830, 1, x_823); -return x_830; +else +{ +size_t x_372; size_t x_373; uint8_t x_374; +x_372 = lean_ptr_addr(x_358); +lean_dec(x_358); +x_373 = lean_ptr_addr(x_366); +x_374 = lean_usize_dec_eq(x_372, x_373); +if (x_374 == 0) +{ +lean_object* x_375; +lean_dec(x_367); +x_375 = l_Lean_Expr_forallE___override(x_356, x_361, x_366, x_359); +lean_ctor_set(x_364, 0, x_375); +return x_364; } else { -size_t x_831; size_t x_832; uint8_t x_833; -x_831 = lean_ptr_addr(x_815); -lean_dec(x_815); -x_832 = lean_ptr_addr(x_822); -x_833 = lean_usize_dec_eq(x_831, x_832); -if (x_833 == 0) +uint8_t x_376; +x_376 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_359, x_359); +if (x_376 == 0) { -lean_object* x_834; lean_object* x_835; -lean_dec(x_825); -x_834 = l_Lean_Expr_forallE___override(x_813, x_818, x_822, x_816); -if (lean_is_scalar(x_824)) { - x_835 = lean_alloc_ctor(0, 2, 0); -} else { - x_835 = x_824; +lean_object* x_377; +lean_dec(x_367); +x_377 = l_Lean_Expr_forallE___override(x_356, x_361, x_366, x_359); +lean_ctor_set(x_364, 0, x_377); +return x_364; +} +else +{ +lean_dec(x_366); +lean_dec(x_361); +lean_dec(x_356); +lean_ctor_set(x_364, 0, x_367); +return x_364; +} +} } -lean_ctor_set(x_835, 0, x_834); -lean_ctor_set(x_835, 1, x_823); -return x_835; } else { -uint8_t x_836; -x_836 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_816, x_816); -if (x_836 == 0) +lean_object* x_378; lean_object* x_379; lean_object* x_380; size_t x_381; size_t x_382; uint8_t x_383; +x_378 = lean_ctor_get(x_364, 0); +x_379 = lean_ctor_get(x_364, 1); +lean_inc(x_379); +lean_inc(x_378); +lean_dec(x_364); +lean_inc(x_358); +lean_inc(x_357); +lean_inc(x_356); +x_380 = l_Lean_Expr_forallE___override(x_356, x_357, x_358, x_359); +x_381 = lean_ptr_addr(x_357); +lean_dec(x_357); +x_382 = lean_ptr_addr(x_361); +x_383 = lean_usize_dec_eq(x_381, x_382); +if (x_383 == 0) { -lean_object* x_837; lean_object* x_838; -lean_dec(x_825); -x_837 = l_Lean_Expr_forallE___override(x_813, x_818, x_822, x_816); -if (lean_is_scalar(x_824)) { - x_838 = lean_alloc_ctor(0, 2, 0); -} else { - x_838 = x_824; +lean_object* x_384; lean_object* x_385; +lean_dec(x_380); +lean_dec(x_358); +x_384 = l_Lean_Expr_forallE___override(x_356, x_361, x_378, x_359); +x_385 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_385, 0, x_384); +lean_ctor_set(x_385, 1, x_379); +return x_385; +} +else +{ +size_t x_386; size_t x_387; uint8_t x_388; +x_386 = lean_ptr_addr(x_358); +lean_dec(x_358); +x_387 = lean_ptr_addr(x_378); +x_388 = lean_usize_dec_eq(x_386, x_387); +if (x_388 == 0) +{ +lean_object* x_389; lean_object* x_390; +lean_dec(x_380); +x_389 = l_Lean_Expr_forallE___override(x_356, x_361, x_378, x_359); +x_390 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_390, 0, x_389); +lean_ctor_set(x_390, 1, x_379); +return x_390; } -lean_ctor_set(x_838, 0, x_837); -lean_ctor_set(x_838, 1, x_823); -return x_838; +else +{ +uint8_t x_391; +x_391 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_359, x_359); +if (x_391 == 0) +{ +lean_object* x_392; lean_object* x_393; +lean_dec(x_380); +x_392 = l_Lean_Expr_forallE___override(x_356, x_361, x_378, x_359); +x_393 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_393, 0, x_392); +lean_ctor_set(x_393, 1, x_379); +return x_393; } else { -lean_object* x_839; -lean_dec(x_822); -lean_dec(x_818); -lean_dec(x_813); -if (lean_is_scalar(x_824)) { - x_839 = lean_alloc_ctor(0, 2, 0); -} else { - x_839 = x_824; +lean_object* x_394; +lean_dec(x_378); +lean_dec(x_361); +lean_dec(x_356); +x_394 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_394, 0, x_380); +lean_ctor_set(x_394, 1, x_379); +return x_394; } -lean_ctor_set(x_839, 0, x_825); -lean_ctor_set(x_839, 1, x_823); -return x_839; } } } } else { -lean_object* x_840; lean_object* x_841; lean_object* x_842; lean_object* x_843; -lean_dec(x_818); -lean_dec(x_815); -lean_dec(x_814); -lean_dec(x_813); -x_840 = lean_ctor_get(x_821, 0); -lean_inc(x_840); -x_841 = lean_ctor_get(x_821, 1); -lean_inc(x_841); -if (lean_is_exclusive(x_821)) { - lean_ctor_release(x_821, 0); - lean_ctor_release(x_821, 1); - x_842 = x_821; -} else { - lean_dec_ref(x_821); - x_842 = lean_box(0); +uint8_t x_395; +lean_dec(x_361); +lean_dec(x_358); +lean_dec(x_357); +lean_dec(x_356); +x_395 = !lean_is_exclusive(x_364); +if (x_395 == 0) +{ +return x_364; } -if (lean_is_scalar(x_842)) { - x_843 = lean_alloc_ctor(1, 2, 0); -} else { - x_843 = x_842; +else +{ +lean_object* x_396; lean_object* x_397; lean_object* x_398; +x_396 = lean_ctor_get(x_364, 0); +x_397 = lean_ctor_get(x_364, 1); +lean_inc(x_397); +lean_inc(x_396); +lean_dec(x_364); +x_398 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_398, 0, x_396); +lean_ctor_set(x_398, 1, x_397); +return x_398; } -lean_ctor_set(x_843, 0, x_840); -lean_ctor_set(x_843, 1, x_841); -return x_843; } } else { -lean_object* x_844; lean_object* x_845; lean_object* x_846; lean_object* x_847; -lean_dec(x_815); -lean_dec(x_814); -lean_dec(x_813); +uint8_t x_399; +lean_dec(x_358); +lean_dec(x_357); +lean_dec(x_356); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_844 = lean_ctor_get(x_817, 0); -lean_inc(x_844); -x_845 = lean_ctor_get(x_817, 1); -lean_inc(x_845); -if (lean_is_exclusive(x_817)) { - lean_ctor_release(x_817, 0); - lean_ctor_release(x_817, 1); - x_846 = x_817; -} else { - lean_dec_ref(x_817); - x_846 = lean_box(0); +x_399 = !lean_is_exclusive(x_360); +if (x_399 == 0) +{ +return x_360; } -if (lean_is_scalar(x_846)) { - x_847 = lean_alloc_ctor(1, 2, 0); -} else { - x_847 = x_846; +else +{ +lean_object* x_400; lean_object* x_401; lean_object* x_402; +x_400 = lean_ctor_get(x_360, 0); +x_401 = lean_ctor_get(x_360, 1); +lean_inc(x_401); +lean_inc(x_400); +lean_dec(x_360); +x_402 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_402, 0, x_400); +lean_ctor_set(x_402, 1, x_401); +return x_402; } -lean_ctor_set(x_847, 0, x_844); -lean_ctor_set(x_847, 1, x_845); -return x_847; } } case 8: { -lean_object* x_848; lean_object* x_849; lean_object* x_850; lean_object* x_851; uint8_t x_852; lean_object* x_853; -x_848 = lean_ctor_get(x_5, 0); -lean_inc(x_848); -x_849 = lean_ctor_get(x_5, 1); -lean_inc(x_849); -x_850 = lean_ctor_get(x_5, 2); -lean_inc(x_850); -x_851 = lean_ctor_get(x_5, 3); -lean_inc(x_851); -x_852 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); +lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; uint8_t x_407; lean_object* x_408; +lean_free_object(x_267); +x_403 = lean_ctor_get(x_5, 0); +lean_inc(x_403); +x_404 = lean_ctor_get(x_5, 1); +lean_inc(x_404); +x_405 = lean_ctor_get(x_5, 2); +lean_inc(x_405); +x_406 = lean_ctor_get(x_5, 3); +lean_inc(x_406); +x_407 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_849); +lean_inc(x_404); lean_inc(x_1); -x_853 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_849, x_6, x_7, x_8, x_9, x_10, x_11, x_748); -if (lean_obj_tag(x_853) == 0) -{ -lean_object* x_854; lean_object* x_855; lean_object* x_856; -x_854 = lean_ctor_get(x_853, 0); -lean_inc(x_854); -x_855 = lean_ctor_get(x_853, 1); -lean_inc(x_855); -lean_dec(x_853); +x_408 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_404, x_6, x_7, x_8, x_9, x_10, x_11, x_269); +if (lean_obj_tag(x_408) == 0) +{ +lean_object* x_409; lean_object* x_410; lean_object* x_411; +x_409 = lean_ctor_get(x_408, 0); +lean_inc(x_409); +x_410 = lean_ctor_get(x_408, 1); +lean_inc(x_410); +lean_dec(x_408); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_850); +lean_inc(x_405); lean_inc(x_1); -x_856 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_850, x_6, x_7, x_8, x_9, x_10, x_11, x_855); -if (lean_obj_tag(x_856) == 0) -{ -lean_object* x_857; lean_object* x_858; lean_object* x_859; lean_object* x_860; -x_857 = lean_ctor_get(x_856, 0); -lean_inc(x_857); -x_858 = lean_ctor_get(x_856, 1); -lean_inc(x_858); -lean_dec(x_856); -x_859 = lean_nat_add(x_6, x_509); +x_411 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_405, x_6, x_7, x_8, x_9, x_10, x_11, x_410); +if (lean_obj_tag(x_411) == 0) +{ +lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; +x_412 = lean_ctor_get(x_411, 0); +lean_inc(x_412); +x_413 = lean_ctor_get(x_411, 1); +lean_inc(x_413); +lean_dec(x_411); +x_414 = lean_nat_add(x_6, x_265); lean_dec(x_6); -lean_inc(x_851); -x_860 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_851, x_859, x_7, x_8, x_9, x_10, x_11, x_858); -if (lean_obj_tag(x_860) == 0) -{ -lean_object* x_861; lean_object* x_862; lean_object* x_863; size_t x_864; size_t x_865; uint8_t x_866; -x_861 = lean_ctor_get(x_860, 0); -lean_inc(x_861); -x_862 = lean_ctor_get(x_860, 1); -lean_inc(x_862); -if (lean_is_exclusive(x_860)) { - lean_ctor_release(x_860, 0); - lean_ctor_release(x_860, 1); - x_863 = x_860; -} else { - lean_dec_ref(x_860); - x_863 = lean_box(0); -} -x_864 = lean_ptr_addr(x_849); -lean_dec(x_849); -x_865 = lean_ptr_addr(x_854); -x_866 = lean_usize_dec_eq(x_864, x_865); -if (x_866 == 0) +lean_inc(x_406); +x_415 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_406, x_414, x_7, x_8, x_9, x_10, x_11, x_413); +if (lean_obj_tag(x_415) == 0) +{ +uint8_t x_416; +x_416 = !lean_is_exclusive(x_415); +if (x_416 == 0) +{ +lean_object* x_417; size_t x_418; size_t x_419; uint8_t x_420; +x_417 = lean_ctor_get(x_415, 0); +x_418 = lean_ptr_addr(x_404); +lean_dec(x_404); +x_419 = lean_ptr_addr(x_409); +x_420 = lean_usize_dec_eq(x_418, x_419); +if (x_420 == 0) { -lean_object* x_867; lean_object* x_868; -lean_dec(x_851); -lean_dec(x_850); +lean_object* x_421; +lean_dec(x_406); +lean_dec(x_405); lean_dec(x_5); -x_867 = l_Lean_Expr_letE___override(x_848, x_854, x_857, x_861, x_852); -if (lean_is_scalar(x_863)) { - x_868 = lean_alloc_ctor(0, 2, 0); -} else { - x_868 = x_863; +x_421 = l_Lean_Expr_letE___override(x_403, x_409, x_412, x_417, x_407); +lean_ctor_set(x_415, 0, x_421); +return x_415; } -lean_ctor_set(x_868, 0, x_867); -lean_ctor_set(x_868, 1, x_862); -return x_868; +else +{ +size_t x_422; size_t x_423; uint8_t x_424; +x_422 = lean_ptr_addr(x_405); +lean_dec(x_405); +x_423 = lean_ptr_addr(x_412); +x_424 = lean_usize_dec_eq(x_422, x_423); +if (x_424 == 0) +{ +lean_object* x_425; +lean_dec(x_406); +lean_dec(x_5); +x_425 = l_Lean_Expr_letE___override(x_403, x_409, x_412, x_417, x_407); +lean_ctor_set(x_415, 0, x_425); +return x_415; } else { -size_t x_869; size_t x_870; uint8_t x_871; -x_869 = lean_ptr_addr(x_850); -lean_dec(x_850); -x_870 = lean_ptr_addr(x_857); -x_871 = lean_usize_dec_eq(x_869, x_870); -if (x_871 == 0) +size_t x_426; size_t x_427; uint8_t x_428; +x_426 = lean_ptr_addr(x_406); +lean_dec(x_406); +x_427 = lean_ptr_addr(x_417); +x_428 = lean_usize_dec_eq(x_426, x_427); +if (x_428 == 0) { -lean_object* x_872; lean_object* x_873; -lean_dec(x_851); +lean_object* x_429; lean_dec(x_5); -x_872 = l_Lean_Expr_letE___override(x_848, x_854, x_857, x_861, x_852); -if (lean_is_scalar(x_863)) { - x_873 = lean_alloc_ctor(0, 2, 0); -} else { - x_873 = x_863; +x_429 = l_Lean_Expr_letE___override(x_403, x_409, x_412, x_417, x_407); +lean_ctor_set(x_415, 0, x_429); +return x_415; +} +else +{ +lean_dec(x_417); +lean_dec(x_412); +lean_dec(x_409); +lean_dec(x_403); +lean_ctor_set(x_415, 0, x_5); +return x_415; +} +} } -lean_ctor_set(x_873, 0, x_872); -lean_ctor_set(x_873, 1, x_862); -return x_873; } else { -size_t x_874; size_t x_875; uint8_t x_876; -x_874 = lean_ptr_addr(x_851); -lean_dec(x_851); -x_875 = lean_ptr_addr(x_861); -x_876 = lean_usize_dec_eq(x_874, x_875); -if (x_876 == 0) +lean_object* x_430; lean_object* x_431; size_t x_432; size_t x_433; uint8_t x_434; +x_430 = lean_ctor_get(x_415, 0); +x_431 = lean_ctor_get(x_415, 1); +lean_inc(x_431); +lean_inc(x_430); +lean_dec(x_415); +x_432 = lean_ptr_addr(x_404); +lean_dec(x_404); +x_433 = lean_ptr_addr(x_409); +x_434 = lean_usize_dec_eq(x_432, x_433); +if (x_434 == 0) { -lean_object* x_877; lean_object* x_878; +lean_object* x_435; lean_object* x_436; +lean_dec(x_406); +lean_dec(x_405); lean_dec(x_5); -x_877 = l_Lean_Expr_letE___override(x_848, x_854, x_857, x_861, x_852); -if (lean_is_scalar(x_863)) { - x_878 = lean_alloc_ctor(0, 2, 0); -} else { - x_878 = x_863; +x_435 = l_Lean_Expr_letE___override(x_403, x_409, x_412, x_430, x_407); +x_436 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_436, 0, x_435); +lean_ctor_set(x_436, 1, x_431); +return x_436; } -lean_ctor_set(x_878, 0, x_877); -lean_ctor_set(x_878, 1, x_862); -return x_878; +else +{ +size_t x_437; size_t x_438; uint8_t x_439; +x_437 = lean_ptr_addr(x_405); +lean_dec(x_405); +x_438 = lean_ptr_addr(x_412); +x_439 = lean_usize_dec_eq(x_437, x_438); +if (x_439 == 0) +{ +lean_object* x_440; lean_object* x_441; +lean_dec(x_406); +lean_dec(x_5); +x_440 = l_Lean_Expr_letE___override(x_403, x_409, x_412, x_430, x_407); +x_441 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_441, 0, x_440); +lean_ctor_set(x_441, 1, x_431); +return x_441; } else { -lean_object* x_879; -lean_dec(x_861); -lean_dec(x_857); -lean_dec(x_854); -lean_dec(x_848); -if (lean_is_scalar(x_863)) { - x_879 = lean_alloc_ctor(0, 2, 0); -} else { - x_879 = x_863; +size_t x_442; size_t x_443; uint8_t x_444; +x_442 = lean_ptr_addr(x_406); +lean_dec(x_406); +x_443 = lean_ptr_addr(x_430); +x_444 = lean_usize_dec_eq(x_442, x_443); +if (x_444 == 0) +{ +lean_object* x_445; lean_object* x_446; +lean_dec(x_5); +x_445 = l_Lean_Expr_letE___override(x_403, x_409, x_412, x_430, x_407); +x_446 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_446, 0, x_445); +lean_ctor_set(x_446, 1, x_431); +return x_446; +} +else +{ +lean_object* x_447; +lean_dec(x_430); +lean_dec(x_412); +lean_dec(x_409); +lean_dec(x_403); +x_447 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_447, 0, x_5); +lean_ctor_set(x_447, 1, x_431); +return x_447; } -lean_ctor_set(x_879, 0, x_5); -lean_ctor_set(x_879, 1, x_862); -return x_879; } } } } else { -lean_object* x_880; lean_object* x_881; lean_object* x_882; lean_object* x_883; -lean_dec(x_857); -lean_dec(x_854); -lean_dec(x_851); -lean_dec(x_850); -lean_dec(x_849); -lean_dec(x_848); +uint8_t x_448; +lean_dec(x_412); +lean_dec(x_409); +lean_dec(x_406); +lean_dec(x_405); +lean_dec(x_404); +lean_dec(x_403); lean_dec(x_5); -x_880 = lean_ctor_get(x_860, 0); -lean_inc(x_880); -x_881 = lean_ctor_get(x_860, 1); -lean_inc(x_881); -if (lean_is_exclusive(x_860)) { - lean_ctor_release(x_860, 0); - lean_ctor_release(x_860, 1); - x_882 = x_860; -} else { - lean_dec_ref(x_860); - x_882 = lean_box(0); +x_448 = !lean_is_exclusive(x_415); +if (x_448 == 0) +{ +return x_415; } -if (lean_is_scalar(x_882)) { - x_883 = lean_alloc_ctor(1, 2, 0); -} else { - x_883 = x_882; +else +{ +lean_object* x_449; lean_object* x_450; lean_object* x_451; +x_449 = lean_ctor_get(x_415, 0); +x_450 = lean_ctor_get(x_415, 1); +lean_inc(x_450); +lean_inc(x_449); +lean_dec(x_415); +x_451 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_451, 0, x_449); +lean_ctor_set(x_451, 1, x_450); +return x_451; } -lean_ctor_set(x_883, 0, x_880); -lean_ctor_set(x_883, 1, x_881); -return x_883; } } else { -lean_object* x_884; lean_object* x_885; lean_object* x_886; lean_object* x_887; -lean_dec(x_854); -lean_dec(x_851); -lean_dec(x_850); -lean_dec(x_849); -lean_dec(x_848); +uint8_t x_452; +lean_dec(x_409); +lean_dec(x_406); +lean_dec(x_405); +lean_dec(x_404); +lean_dec(x_403); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -3191,35 +3322,33 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_884 = lean_ctor_get(x_856, 0); -lean_inc(x_884); -x_885 = lean_ctor_get(x_856, 1); -lean_inc(x_885); -if (lean_is_exclusive(x_856)) { - lean_ctor_release(x_856, 0); - lean_ctor_release(x_856, 1); - x_886 = x_856; -} else { - lean_dec_ref(x_856); - x_886 = lean_box(0); +x_452 = !lean_is_exclusive(x_411); +if (x_452 == 0) +{ +return x_411; } -if (lean_is_scalar(x_886)) { - x_887 = lean_alloc_ctor(1, 2, 0); -} else { - x_887 = x_886; +else +{ +lean_object* x_453; lean_object* x_454; lean_object* x_455; +x_453 = lean_ctor_get(x_411, 0); +x_454 = lean_ctor_get(x_411, 1); +lean_inc(x_454); +lean_inc(x_453); +lean_dec(x_411); +x_455 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_455, 0, x_453); +lean_ctor_set(x_455, 1, x_454); +return x_455; } -lean_ctor_set(x_887, 0, x_884); -lean_ctor_set(x_887, 1, x_885); -return x_887; } } else { -lean_object* x_888; lean_object* x_889; lean_object* x_890; lean_object* x_891; -lean_dec(x_851); -lean_dec(x_850); -lean_dec(x_849); -lean_dec(x_848); +uint8_t x_456; +lean_dec(x_406); +lean_dec(x_405); +lean_dec(x_404); +lean_dec(x_403); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -3227,426 +3356,395 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_888 = lean_ctor_get(x_853, 0); -lean_inc(x_888); -x_889 = lean_ctor_get(x_853, 1); -lean_inc(x_889); -if (lean_is_exclusive(x_853)) { - lean_ctor_release(x_853, 0); - lean_ctor_release(x_853, 1); - x_890 = x_853; -} else { - lean_dec_ref(x_853); - x_890 = lean_box(0); +x_456 = !lean_is_exclusive(x_408); +if (x_456 == 0) +{ +return x_408; } -if (lean_is_scalar(x_890)) { - x_891 = lean_alloc_ctor(1, 2, 0); -} else { - x_891 = x_890; +else +{ +lean_object* x_457; lean_object* x_458; lean_object* x_459; +x_457 = lean_ctor_get(x_408, 0); +x_458 = lean_ctor_get(x_408, 1); +lean_inc(x_458); +lean_inc(x_457); +lean_dec(x_408); +x_459 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_459, 0, x_457); +lean_ctor_set(x_459, 1, x_458); +return x_459; } -lean_ctor_set(x_891, 0, x_888); -lean_ctor_set(x_891, 1, x_889); -return x_891; } } case 10: { -lean_object* x_892; lean_object* x_893; lean_object* x_894; -x_892 = lean_ctor_get(x_5, 0); -lean_inc(x_892); -x_893 = lean_ctor_get(x_5, 1); -lean_inc(x_893); -lean_inc(x_893); -x_894 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_893, x_6, x_7, x_8, x_9, x_10, x_11, x_748); -if (lean_obj_tag(x_894) == 0) -{ -lean_object* x_895; lean_object* x_896; lean_object* x_897; size_t x_898; size_t x_899; uint8_t x_900; -x_895 = lean_ctor_get(x_894, 0); -lean_inc(x_895); -x_896 = lean_ctor_get(x_894, 1); -lean_inc(x_896); -if (lean_is_exclusive(x_894)) { - lean_ctor_release(x_894, 0); - lean_ctor_release(x_894, 1); - x_897 = x_894; -} else { - lean_dec_ref(x_894); - x_897 = lean_box(0); -} -x_898 = lean_ptr_addr(x_893); -lean_dec(x_893); -x_899 = lean_ptr_addr(x_895); -x_900 = lean_usize_dec_eq(x_898, x_899); -if (x_900 == 0) +lean_object* x_460; lean_object* x_461; lean_object* x_462; +lean_free_object(x_267); +x_460 = lean_ctor_get(x_5, 0); +lean_inc(x_460); +x_461 = lean_ctor_get(x_5, 1); +lean_inc(x_461); +lean_inc(x_461); +x_462 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_461, x_6, x_7, x_8, x_9, x_10, x_11, x_269); +if (lean_obj_tag(x_462) == 0) +{ +uint8_t x_463; +x_463 = !lean_is_exclusive(x_462); +if (x_463 == 0) +{ +lean_object* x_464; size_t x_465; size_t x_466; uint8_t x_467; +x_464 = lean_ctor_get(x_462, 0); +x_465 = lean_ptr_addr(x_461); +lean_dec(x_461); +x_466 = lean_ptr_addr(x_464); +x_467 = lean_usize_dec_eq(x_465, x_466); +if (x_467 == 0) { -lean_object* x_901; lean_object* x_902; +lean_object* x_468; lean_dec(x_5); -x_901 = l_Lean_Expr_mdata___override(x_892, x_895); -if (lean_is_scalar(x_897)) { - x_902 = lean_alloc_ctor(0, 2, 0); -} else { - x_902 = x_897; +x_468 = l_Lean_Expr_mdata___override(x_460, x_464); +lean_ctor_set(x_462, 0, x_468); +return x_462; +} +else +{ +lean_dec(x_464); +lean_dec(x_460); +lean_ctor_set(x_462, 0, x_5); +return x_462; } -lean_ctor_set(x_902, 0, x_901); -lean_ctor_set(x_902, 1, x_896); -return x_902; } else { -lean_object* x_903; -lean_dec(x_895); -lean_dec(x_892); -if (lean_is_scalar(x_897)) { - x_903 = lean_alloc_ctor(0, 2, 0); -} else { - x_903 = x_897; +lean_object* x_469; lean_object* x_470; size_t x_471; size_t x_472; uint8_t x_473; +x_469 = lean_ctor_get(x_462, 0); +x_470 = lean_ctor_get(x_462, 1); +lean_inc(x_470); +lean_inc(x_469); +lean_dec(x_462); +x_471 = lean_ptr_addr(x_461); +lean_dec(x_461); +x_472 = lean_ptr_addr(x_469); +x_473 = lean_usize_dec_eq(x_471, x_472); +if (x_473 == 0) +{ +lean_object* x_474; lean_object* x_475; +lean_dec(x_5); +x_474 = l_Lean_Expr_mdata___override(x_460, x_469); +x_475 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_475, 0, x_474); +lean_ctor_set(x_475, 1, x_470); +return x_475; +} +else +{ +lean_object* x_476; +lean_dec(x_469); +lean_dec(x_460); +x_476 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_476, 0, x_5); +lean_ctor_set(x_476, 1, x_470); +return x_476; } -lean_ctor_set(x_903, 0, x_5); -lean_ctor_set(x_903, 1, x_896); -return x_903; } } else { -lean_object* x_904; lean_object* x_905; lean_object* x_906; lean_object* x_907; -lean_dec(x_893); -lean_dec(x_892); +uint8_t x_477; +lean_dec(x_461); +lean_dec(x_460); lean_dec(x_5); -x_904 = lean_ctor_get(x_894, 0); -lean_inc(x_904); -x_905 = lean_ctor_get(x_894, 1); -lean_inc(x_905); -if (lean_is_exclusive(x_894)) { - lean_ctor_release(x_894, 0); - lean_ctor_release(x_894, 1); - x_906 = x_894; -} else { - lean_dec_ref(x_894); - x_906 = lean_box(0); +x_477 = !lean_is_exclusive(x_462); +if (x_477 == 0) +{ +return x_462; } -if (lean_is_scalar(x_906)) { - x_907 = lean_alloc_ctor(1, 2, 0); -} else { - x_907 = x_906; +else +{ +lean_object* x_478; lean_object* x_479; lean_object* x_480; +x_478 = lean_ctor_get(x_462, 0); +x_479 = lean_ctor_get(x_462, 1); +lean_inc(x_479); +lean_inc(x_478); +lean_dec(x_462); +x_480 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_480, 0, x_478); +lean_ctor_set(x_480, 1, x_479); +return x_480; } -lean_ctor_set(x_907, 0, x_904); -lean_ctor_set(x_907, 1, x_905); -return x_907; } } case 11: { -lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; -x_908 = lean_ctor_get(x_5, 0); -lean_inc(x_908); -x_909 = lean_ctor_get(x_5, 1); -lean_inc(x_909); -x_910 = lean_ctor_get(x_5, 2); -lean_inc(x_910); -lean_inc(x_910); -x_911 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_910, x_6, x_7, x_8, x_9, x_10, x_11, x_748); -if (lean_obj_tag(x_911) == 0) -{ -lean_object* x_912; lean_object* x_913; lean_object* x_914; size_t x_915; size_t x_916; uint8_t x_917; -x_912 = lean_ctor_get(x_911, 0); -lean_inc(x_912); -x_913 = lean_ctor_get(x_911, 1); -lean_inc(x_913); -if (lean_is_exclusive(x_911)) { - lean_ctor_release(x_911, 0); - lean_ctor_release(x_911, 1); - x_914 = x_911; -} else { - lean_dec_ref(x_911); - x_914 = lean_box(0); +lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; +lean_free_object(x_267); +x_481 = lean_ctor_get(x_5, 0); +lean_inc(x_481); +x_482 = lean_ctor_get(x_5, 1); +lean_inc(x_482); +x_483 = lean_ctor_get(x_5, 2); +lean_inc(x_483); +lean_inc(x_483); +x_484 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_483, x_6, x_7, x_8, x_9, x_10, x_11, x_269); +if (lean_obj_tag(x_484) == 0) +{ +uint8_t x_485; +x_485 = !lean_is_exclusive(x_484); +if (x_485 == 0) +{ +lean_object* x_486; size_t x_487; size_t x_488; uint8_t x_489; +x_486 = lean_ctor_get(x_484, 0); +x_487 = lean_ptr_addr(x_483); +lean_dec(x_483); +x_488 = lean_ptr_addr(x_486); +x_489 = lean_usize_dec_eq(x_487, x_488); +if (x_489 == 0) +{ +lean_object* x_490; +lean_dec(x_5); +x_490 = l_Lean_Expr_proj___override(x_481, x_482, x_486); +lean_ctor_set(x_484, 0, x_490); +return x_484; } -x_915 = lean_ptr_addr(x_910); -lean_dec(x_910); -x_916 = lean_ptr_addr(x_912); -x_917 = lean_usize_dec_eq(x_915, x_916); -if (x_917 == 0) +else { -lean_object* x_918; lean_object* x_919; -lean_dec(x_5); -x_918 = l_Lean_Expr_proj___override(x_908, x_909, x_912); -if (lean_is_scalar(x_914)) { - x_919 = lean_alloc_ctor(0, 2, 0); -} else { - x_919 = x_914; +lean_dec(x_486); +lean_dec(x_482); +lean_dec(x_481); +lean_ctor_set(x_484, 0, x_5); +return x_484; } -lean_ctor_set(x_919, 0, x_918); -lean_ctor_set(x_919, 1, x_913); -return x_919; } else { -lean_object* x_920; -lean_dec(x_912); -lean_dec(x_909); -lean_dec(x_908); -if (lean_is_scalar(x_914)) { - x_920 = lean_alloc_ctor(0, 2, 0); -} else { - x_920 = x_914; +lean_object* x_491; lean_object* x_492; size_t x_493; size_t x_494; uint8_t x_495; +x_491 = lean_ctor_get(x_484, 0); +x_492 = lean_ctor_get(x_484, 1); +lean_inc(x_492); +lean_inc(x_491); +lean_dec(x_484); +x_493 = lean_ptr_addr(x_483); +lean_dec(x_483); +x_494 = lean_ptr_addr(x_491); +x_495 = lean_usize_dec_eq(x_493, x_494); +if (x_495 == 0) +{ +lean_object* x_496; lean_object* x_497; +lean_dec(x_5); +x_496 = l_Lean_Expr_proj___override(x_481, x_482, x_491); +x_497 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_497, 0, x_496); +lean_ctor_set(x_497, 1, x_492); +return x_497; +} +else +{ +lean_object* x_498; +lean_dec(x_491); +lean_dec(x_482); +lean_dec(x_481); +x_498 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_498, 0, x_5); +lean_ctor_set(x_498, 1, x_492); +return x_498; } -lean_ctor_set(x_920, 0, x_5); -lean_ctor_set(x_920, 1, x_913); -return x_920; } } else { -lean_object* x_921; lean_object* x_922; lean_object* x_923; lean_object* x_924; -lean_dec(x_910); -lean_dec(x_909); -lean_dec(x_908); +uint8_t x_499; +lean_dec(x_483); +lean_dec(x_482); +lean_dec(x_481); lean_dec(x_5); -x_921 = lean_ctor_get(x_911, 0); -lean_inc(x_921); -x_922 = lean_ctor_get(x_911, 1); -lean_inc(x_922); -if (lean_is_exclusive(x_911)) { - lean_ctor_release(x_911, 0); - lean_ctor_release(x_911, 1); - x_923 = x_911; -} else { - lean_dec_ref(x_911); - x_923 = lean_box(0); +x_499 = !lean_is_exclusive(x_484); +if (x_499 == 0) +{ +return x_484; } -if (lean_is_scalar(x_923)) { - x_924 = lean_alloc_ctor(1, 2, 0); -} else { - x_924 = x_923; +else +{ +lean_object* x_500; lean_object* x_501; lean_object* x_502; +x_500 = lean_ctor_get(x_484, 0); +x_501 = lean_ctor_get(x_484, 1); +lean_inc(x_501); +lean_inc(x_500); +lean_dec(x_484); +x_502 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_502, 0, x_500); +lean_ctor_set(x_502, 1, x_501); +return x_502; } -lean_ctor_set(x_924, 0, x_921); -lean_ctor_set(x_924, 1, x_922); -return x_924; } } default: { -lean_object* x_925; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_925 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_925, 0, x_5); -lean_ctor_set(x_925, 1, x_748); -return x_925; +lean_ctor_set(x_267, 0, x_5); +return x_267; } } } else { -lean_object* x_926; lean_object* x_927; +lean_object* x_503; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_5); lean_dec(x_1); -x_926 = l_Lean_Expr_bvar___override(x_6); -x_927 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_927, 0, x_926); -lean_ctor_set(x_927, 1, x_748); -return x_927; -} -} -} +x_503 = l_Lean_Expr_bvar___override(x_6); +lean_ctor_set(x_267, 0, x_503); +return x_267; } -else -{ -uint8_t x_928; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_928 = !lean_is_exclusive(x_258); -if (x_928 == 0) -{ -return x_258; } else { -lean_object* x_929; lean_object* x_930; lean_object* x_931; -x_929 = lean_ctor_get(x_258, 0); -x_930 = lean_ctor_get(x_258, 1); -lean_inc(x_930); -lean_inc(x_929); -lean_dec(x_258); -x_931 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_931, 0, x_929); -lean_ctor_set(x_931, 1, x_930); -return x_931; -} -} -} -} -} -else +lean_object* x_504; uint8_t x_505; +x_504 = lean_ctor_get(x_267, 1); +lean_inc(x_504); +lean_dec(x_267); +x_505 = l_Lean_Occurrences_contains(x_2, x_263); +lean_dec(x_263); +if (x_505 == 0) { switch (lean_obj_tag(x_5)) { case 5: { -lean_object* x_932; lean_object* x_933; lean_object* x_934; -x_932 = lean_ctor_get(x_5, 0); -lean_inc(x_932); -x_933 = lean_ctor_get(x_5, 1); -lean_inc(x_933); +lean_object* x_506; lean_object* x_507; lean_object* x_508; +x_506 = lean_ctor_get(x_5, 0); +lean_inc(x_506); +x_507 = lean_ctor_get(x_5, 1); +lean_inc(x_507); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_932); +lean_inc(x_506); lean_inc(x_1); -x_934 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_932, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_934) == 0) +x_508 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_506, x_6, x_7, x_8, x_9, x_10, x_11, x_504); +if (lean_obj_tag(x_508) == 0) +{ +lean_object* x_509; lean_object* x_510; lean_object* x_511; +x_509 = lean_ctor_get(x_508, 0); +lean_inc(x_509); +x_510 = lean_ctor_get(x_508, 1); +lean_inc(x_510); +lean_dec(x_508); +lean_inc(x_507); +x_511 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_507, x_6, x_7, x_8, x_9, x_10, x_11, x_510); +if (lean_obj_tag(x_511) == 0) { -lean_object* x_935; lean_object* x_936; lean_object* x_937; -x_935 = lean_ctor_get(x_934, 0); -lean_inc(x_935); -x_936 = lean_ctor_get(x_934, 1); -lean_inc(x_936); -lean_dec(x_934); -lean_inc(x_933); -x_937 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_933, x_6, x_7, x_8, x_9, x_10, x_11, x_936); -if (lean_obj_tag(x_937) == 0) -{ -uint8_t x_938; -x_938 = !lean_is_exclusive(x_937); -if (x_938 == 0) -{ -lean_object* x_939; size_t x_940; size_t x_941; uint8_t x_942; -x_939 = lean_ctor_get(x_937, 0); -x_940 = lean_ptr_addr(x_932); -lean_dec(x_932); -x_941 = lean_ptr_addr(x_935); -x_942 = lean_usize_dec_eq(x_940, x_941); -if (x_942 == 0) -{ -lean_object* x_943; -lean_dec(x_933); -lean_dec(x_5); -x_943 = l_Lean_Expr_app___override(x_935, x_939); -lean_ctor_set(x_937, 0, x_943); -return x_937; +lean_object* x_512; lean_object* x_513; lean_object* x_514; size_t x_515; size_t x_516; uint8_t x_517; +x_512 = lean_ctor_get(x_511, 0); +lean_inc(x_512); +x_513 = lean_ctor_get(x_511, 1); +lean_inc(x_513); +if (lean_is_exclusive(x_511)) { + lean_ctor_release(x_511, 0); + lean_ctor_release(x_511, 1); + x_514 = x_511; +} else { + lean_dec_ref(x_511); + x_514 = lean_box(0); } -else -{ -size_t x_944; size_t x_945; uint8_t x_946; -x_944 = lean_ptr_addr(x_933); -lean_dec(x_933); -x_945 = lean_ptr_addr(x_939); -x_946 = lean_usize_dec_eq(x_944, x_945); -if (x_946 == 0) +x_515 = lean_ptr_addr(x_506); +lean_dec(x_506); +x_516 = lean_ptr_addr(x_509); +x_517 = lean_usize_dec_eq(x_515, x_516); +if (x_517 == 0) { -lean_object* x_947; +lean_object* x_518; lean_object* x_519; +lean_dec(x_507); lean_dec(x_5); -x_947 = l_Lean_Expr_app___override(x_935, x_939); -lean_ctor_set(x_937, 0, x_947); -return x_937; -} -else -{ -lean_dec(x_939); -lean_dec(x_935); -lean_ctor_set(x_937, 0, x_5); -return x_937; -} -} +x_518 = l_Lean_Expr_app___override(x_509, x_512); +if (lean_is_scalar(x_514)) { + x_519 = lean_alloc_ctor(0, 2, 0); +} else { + x_519 = x_514; } -else -{ -lean_object* x_948; lean_object* x_949; size_t x_950; size_t x_951; uint8_t x_952; -x_948 = lean_ctor_get(x_937, 0); -x_949 = lean_ctor_get(x_937, 1); -lean_inc(x_949); -lean_inc(x_948); -lean_dec(x_937); -x_950 = lean_ptr_addr(x_932); -lean_dec(x_932); -x_951 = lean_ptr_addr(x_935); -x_952 = lean_usize_dec_eq(x_950, x_951); -if (x_952 == 0) -{ -lean_object* x_953; lean_object* x_954; -lean_dec(x_933); -lean_dec(x_5); -x_953 = l_Lean_Expr_app___override(x_935, x_948); -x_954 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_954, 0, x_953); -lean_ctor_set(x_954, 1, x_949); -return x_954; +lean_ctor_set(x_519, 0, x_518); +lean_ctor_set(x_519, 1, x_513); +return x_519; } else { -size_t x_955; size_t x_956; uint8_t x_957; -x_955 = lean_ptr_addr(x_933); -lean_dec(x_933); -x_956 = lean_ptr_addr(x_948); -x_957 = lean_usize_dec_eq(x_955, x_956); -if (x_957 == 0) +size_t x_520; size_t x_521; uint8_t x_522; +x_520 = lean_ptr_addr(x_507); +lean_dec(x_507); +x_521 = lean_ptr_addr(x_512); +x_522 = lean_usize_dec_eq(x_520, x_521); +if (x_522 == 0) { -lean_object* x_958; lean_object* x_959; +lean_object* x_523; lean_object* x_524; lean_dec(x_5); -x_958 = l_Lean_Expr_app___override(x_935, x_948); -x_959 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_959, 0, x_958); -lean_ctor_set(x_959, 1, x_949); -return x_959; +x_523 = l_Lean_Expr_app___override(x_509, x_512); +if (lean_is_scalar(x_514)) { + x_524 = lean_alloc_ctor(0, 2, 0); +} else { + x_524 = x_514; +} +lean_ctor_set(x_524, 0, x_523); +lean_ctor_set(x_524, 1, x_513); +return x_524; } else { -lean_object* x_960; -lean_dec(x_948); -lean_dec(x_935); -x_960 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_960, 0, x_5); -lean_ctor_set(x_960, 1, x_949); -return x_960; +lean_object* x_525; +lean_dec(x_512); +lean_dec(x_509); +if (lean_is_scalar(x_514)) { + x_525 = lean_alloc_ctor(0, 2, 0); +} else { + x_525 = x_514; } +lean_ctor_set(x_525, 0, x_5); +lean_ctor_set(x_525, 1, x_513); +return x_525; } } } else { -uint8_t x_961; -lean_dec(x_935); -lean_dec(x_933); -lean_dec(x_932); +lean_object* x_526; lean_object* x_527; lean_object* x_528; lean_object* x_529; +lean_dec(x_509); +lean_dec(x_507); +lean_dec(x_506); lean_dec(x_5); -x_961 = !lean_is_exclusive(x_937); -if (x_961 == 0) -{ -return x_937; +x_526 = lean_ctor_get(x_511, 0); +lean_inc(x_526); +x_527 = lean_ctor_get(x_511, 1); +lean_inc(x_527); +if (lean_is_exclusive(x_511)) { + lean_ctor_release(x_511, 0); + lean_ctor_release(x_511, 1); + x_528 = x_511; +} else { + lean_dec_ref(x_511); + x_528 = lean_box(0); } -else -{ -lean_object* x_962; lean_object* x_963; lean_object* x_964; -x_962 = lean_ctor_get(x_937, 0); -x_963 = lean_ctor_get(x_937, 1); -lean_inc(x_963); -lean_inc(x_962); -lean_dec(x_937); -x_964 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_964, 0, x_962); -lean_ctor_set(x_964, 1, x_963); -return x_964; +if (lean_is_scalar(x_528)) { + x_529 = lean_alloc_ctor(1, 2, 0); +} else { + x_529 = x_528; } +lean_ctor_set(x_529, 0, x_526); +lean_ctor_set(x_529, 1, x_527); +return x_529; } } else { -uint8_t x_965; -lean_dec(x_933); -lean_dec(x_932); +lean_object* x_530; lean_object* x_531; lean_object* x_532; lean_object* x_533; +lean_dec(x_507); +lean_dec(x_506); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -3654,707 +3752,591 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_965 = !lean_is_exclusive(x_934); -if (x_965 == 0) -{ -return x_934; +x_530 = lean_ctor_get(x_508, 0); +lean_inc(x_530); +x_531 = lean_ctor_get(x_508, 1); +lean_inc(x_531); +if (lean_is_exclusive(x_508)) { + lean_ctor_release(x_508, 0); + lean_ctor_release(x_508, 1); + x_532 = x_508; +} else { + lean_dec_ref(x_508); + x_532 = lean_box(0); } -else -{ -lean_object* x_966; lean_object* x_967; lean_object* x_968; -x_966 = lean_ctor_get(x_934, 0); -x_967 = lean_ctor_get(x_934, 1); -lean_inc(x_967); -lean_inc(x_966); -lean_dec(x_934); -x_968 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_968, 0, x_966); -lean_ctor_set(x_968, 1, x_967); -return x_968; +if (lean_is_scalar(x_532)) { + x_533 = lean_alloc_ctor(1, 2, 0); +} else { + x_533 = x_532; } +lean_ctor_set(x_533, 0, x_530); +lean_ctor_set(x_533, 1, x_531); +return x_533; } } case 6: { -lean_object* x_969; lean_object* x_970; lean_object* x_971; uint8_t x_972; lean_object* x_973; -x_969 = lean_ctor_get(x_5, 0); -lean_inc(x_969); -x_970 = lean_ctor_get(x_5, 1); -lean_inc(x_970); -x_971 = lean_ctor_get(x_5, 2); -lean_inc(x_971); -x_972 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_534; lean_object* x_535; lean_object* x_536; uint8_t x_537; lean_object* x_538; +x_534 = lean_ctor_get(x_5, 0); +lean_inc(x_534); +x_535 = lean_ctor_get(x_5, 1); +lean_inc(x_535); +x_536 = lean_ctor_get(x_5, 2); +lean_inc(x_536); +x_537 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_970); +lean_inc(x_535); lean_inc(x_1); -x_973 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_970, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_973) == 0) -{ -lean_object* x_974; lean_object* x_975; lean_object* x_976; lean_object* x_977; lean_object* x_978; -x_974 = lean_ctor_get(x_973, 0); -lean_inc(x_974); -x_975 = lean_ctor_get(x_973, 1); -lean_inc(x_975); -lean_dec(x_973); -x_976 = lean_unsigned_to_nat(1u); -x_977 = lean_nat_add(x_6, x_976); +x_538 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_535, x_6, x_7, x_8, x_9, x_10, x_11, x_504); +if (lean_obj_tag(x_538) == 0) +{ +lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; +x_539 = lean_ctor_get(x_538, 0); +lean_inc(x_539); +x_540 = lean_ctor_get(x_538, 1); +lean_inc(x_540); +lean_dec(x_538); +x_541 = lean_nat_add(x_6, x_265); lean_dec(x_6); -lean_inc(x_971); -x_978 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_971, x_977, x_7, x_8, x_9, x_10, x_11, x_975); -if (lean_obj_tag(x_978) == 0) -{ -uint8_t x_979; -x_979 = !lean_is_exclusive(x_978); -if (x_979 == 0) -{ -lean_object* x_980; lean_object* x_981; size_t x_982; size_t x_983; uint8_t x_984; -x_980 = lean_ctor_get(x_978, 0); -lean_inc(x_971); -lean_inc(x_970); -lean_inc(x_969); -x_981 = l_Lean_Expr_lam___override(x_969, x_970, x_971, x_972); -x_982 = lean_ptr_addr(x_970); -lean_dec(x_970); -x_983 = lean_ptr_addr(x_974); -x_984 = lean_usize_dec_eq(x_982, x_983); -if (x_984 == 0) +lean_inc(x_536); +x_542 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_536, x_541, x_7, x_8, x_9, x_10, x_11, x_540); +if (lean_obj_tag(x_542) == 0) +{ +lean_object* x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; size_t x_547; size_t x_548; uint8_t x_549; +x_543 = lean_ctor_get(x_542, 0); +lean_inc(x_543); +x_544 = lean_ctor_get(x_542, 1); +lean_inc(x_544); +if (lean_is_exclusive(x_542)) { + lean_ctor_release(x_542, 0); + lean_ctor_release(x_542, 1); + x_545 = x_542; +} else { + lean_dec_ref(x_542); + x_545 = lean_box(0); +} +lean_inc(x_536); +lean_inc(x_535); +lean_inc(x_534); +x_546 = l_Lean_Expr_lam___override(x_534, x_535, x_536, x_537); +x_547 = lean_ptr_addr(x_535); +lean_dec(x_535); +x_548 = lean_ptr_addr(x_539); +x_549 = lean_usize_dec_eq(x_547, x_548); +if (x_549 == 0) { -lean_object* x_985; -lean_dec(x_981); -lean_dec(x_971); -x_985 = l_Lean_Expr_lam___override(x_969, x_974, x_980, x_972); -lean_ctor_set(x_978, 0, x_985); -return x_978; +lean_object* x_550; lean_object* x_551; +lean_dec(x_546); +lean_dec(x_536); +x_550 = l_Lean_Expr_lam___override(x_534, x_539, x_543, x_537); +if (lean_is_scalar(x_545)) { + x_551 = lean_alloc_ctor(0, 2, 0); +} else { + x_551 = x_545; } -else -{ -size_t x_986; size_t x_987; uint8_t x_988; -x_986 = lean_ptr_addr(x_971); -lean_dec(x_971); -x_987 = lean_ptr_addr(x_980); -x_988 = lean_usize_dec_eq(x_986, x_987); -if (x_988 == 0) -{ -lean_object* x_989; -lean_dec(x_981); -x_989 = l_Lean_Expr_lam___override(x_969, x_974, x_980, x_972); -lean_ctor_set(x_978, 0, x_989); -return x_978; +lean_ctor_set(x_551, 0, x_550); +lean_ctor_set(x_551, 1, x_544); +return x_551; } else { -uint8_t x_990; -x_990 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_972, x_972); -if (x_990 == 0) -{ -lean_object* x_991; -lean_dec(x_981); -x_991 = l_Lean_Expr_lam___override(x_969, x_974, x_980, x_972); -lean_ctor_set(x_978, 0, x_991); -return x_978; -} -else +size_t x_552; size_t x_553; uint8_t x_554; +x_552 = lean_ptr_addr(x_536); +lean_dec(x_536); +x_553 = lean_ptr_addr(x_543); +x_554 = lean_usize_dec_eq(x_552, x_553); +if (x_554 == 0) { -lean_dec(x_980); -lean_dec(x_974); -lean_dec(x_969); -lean_ctor_set(x_978, 0, x_981); -return x_978; -} -} +lean_object* x_555; lean_object* x_556; +lean_dec(x_546); +x_555 = l_Lean_Expr_lam___override(x_534, x_539, x_543, x_537); +if (lean_is_scalar(x_545)) { + x_556 = lean_alloc_ctor(0, 2, 0); +} else { + x_556 = x_545; } +lean_ctor_set(x_556, 0, x_555); +lean_ctor_set(x_556, 1, x_544); +return x_556; } else { -lean_object* x_992; lean_object* x_993; lean_object* x_994; size_t x_995; size_t x_996; uint8_t x_997; -x_992 = lean_ctor_get(x_978, 0); -x_993 = lean_ctor_get(x_978, 1); -lean_inc(x_993); -lean_inc(x_992); -lean_dec(x_978); -lean_inc(x_971); -lean_inc(x_970); -lean_inc(x_969); -x_994 = l_Lean_Expr_lam___override(x_969, x_970, x_971, x_972); -x_995 = lean_ptr_addr(x_970); -lean_dec(x_970); -x_996 = lean_ptr_addr(x_974); -x_997 = lean_usize_dec_eq(x_995, x_996); -if (x_997 == 0) +uint8_t x_557; +x_557 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_537, x_537); +if (x_557 == 0) { -lean_object* x_998; lean_object* x_999; -lean_dec(x_994); -lean_dec(x_971); -x_998 = l_Lean_Expr_lam___override(x_969, x_974, x_992, x_972); -x_999 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_999, 0, x_998); -lean_ctor_set(x_999, 1, x_993); -return x_999; -} -else -{ -size_t x_1000; size_t x_1001; uint8_t x_1002; -x_1000 = lean_ptr_addr(x_971); -lean_dec(x_971); -x_1001 = lean_ptr_addr(x_992); -x_1002 = lean_usize_dec_eq(x_1000, x_1001); -if (x_1002 == 0) -{ -lean_object* x_1003; lean_object* x_1004; -lean_dec(x_994); -x_1003 = l_Lean_Expr_lam___override(x_969, x_974, x_992, x_972); -x_1004 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1004, 0, x_1003); -lean_ctor_set(x_1004, 1, x_993); -return x_1004; +lean_object* x_558; lean_object* x_559; +lean_dec(x_546); +x_558 = l_Lean_Expr_lam___override(x_534, x_539, x_543, x_537); +if (lean_is_scalar(x_545)) { + x_559 = lean_alloc_ctor(0, 2, 0); +} else { + x_559 = x_545; } -else -{ -uint8_t x_1005; -x_1005 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_972, x_972); -if (x_1005 == 0) -{ -lean_object* x_1006; lean_object* x_1007; -lean_dec(x_994); -x_1006 = l_Lean_Expr_lam___override(x_969, x_974, x_992, x_972); -x_1007 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1007, 0, x_1006); -lean_ctor_set(x_1007, 1, x_993); -return x_1007; +lean_ctor_set(x_559, 0, x_558); +lean_ctor_set(x_559, 1, x_544); +return x_559; } else { -lean_object* x_1008; -lean_dec(x_992); -lean_dec(x_974); -lean_dec(x_969); -x_1008 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1008, 0, x_994); -lean_ctor_set(x_1008, 1, x_993); -return x_1008; +lean_object* x_560; +lean_dec(x_543); +lean_dec(x_539); +lean_dec(x_534); +if (lean_is_scalar(x_545)) { + x_560 = lean_alloc_ctor(0, 2, 0); +} else { + x_560 = x_545; } +lean_ctor_set(x_560, 0, x_546); +lean_ctor_set(x_560, 1, x_544); +return x_560; } } } } else { -uint8_t x_1009; -lean_dec(x_974); -lean_dec(x_971); -lean_dec(x_970); -lean_dec(x_969); -x_1009 = !lean_is_exclusive(x_978); -if (x_1009 == 0) -{ -return x_978; +lean_object* x_561; lean_object* x_562; lean_object* x_563; lean_object* x_564; +lean_dec(x_539); +lean_dec(x_536); +lean_dec(x_535); +lean_dec(x_534); +x_561 = lean_ctor_get(x_542, 0); +lean_inc(x_561); +x_562 = lean_ctor_get(x_542, 1); +lean_inc(x_562); +if (lean_is_exclusive(x_542)) { + lean_ctor_release(x_542, 0); + lean_ctor_release(x_542, 1); + x_563 = x_542; +} else { + lean_dec_ref(x_542); + x_563 = lean_box(0); } -else -{ -lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; -x_1010 = lean_ctor_get(x_978, 0); -x_1011 = lean_ctor_get(x_978, 1); -lean_inc(x_1011); -lean_inc(x_1010); -lean_dec(x_978); -x_1012 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1012, 0, x_1010); -lean_ctor_set(x_1012, 1, x_1011); -return x_1012; +if (lean_is_scalar(x_563)) { + x_564 = lean_alloc_ctor(1, 2, 0); +} else { + x_564 = x_563; } +lean_ctor_set(x_564, 0, x_561); +lean_ctor_set(x_564, 1, x_562); +return x_564; } } else { -uint8_t x_1013; -lean_dec(x_971); -lean_dec(x_970); -lean_dec(x_969); +lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; +lean_dec(x_536); +lean_dec(x_535); +lean_dec(x_534); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_1013 = !lean_is_exclusive(x_973); -if (x_1013 == 0) -{ -return x_973; +x_565 = lean_ctor_get(x_538, 0); +lean_inc(x_565); +x_566 = lean_ctor_get(x_538, 1); +lean_inc(x_566); +if (lean_is_exclusive(x_538)) { + lean_ctor_release(x_538, 0); + lean_ctor_release(x_538, 1); + x_567 = x_538; +} else { + lean_dec_ref(x_538); + x_567 = lean_box(0); } -else -{ -lean_object* x_1014; lean_object* x_1015; lean_object* x_1016; -x_1014 = lean_ctor_get(x_973, 0); -x_1015 = lean_ctor_get(x_973, 1); -lean_inc(x_1015); -lean_inc(x_1014); -lean_dec(x_973); -x_1016 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1016, 0, x_1014); -lean_ctor_set(x_1016, 1, x_1015); -return x_1016; +if (lean_is_scalar(x_567)) { + x_568 = lean_alloc_ctor(1, 2, 0); +} else { + x_568 = x_567; } +lean_ctor_set(x_568, 0, x_565); +lean_ctor_set(x_568, 1, x_566); +return x_568; } } case 7: { -lean_object* x_1017; lean_object* x_1018; lean_object* x_1019; uint8_t x_1020; lean_object* x_1021; -x_1017 = lean_ctor_get(x_5, 0); -lean_inc(x_1017); -x_1018 = lean_ctor_get(x_5, 1); -lean_inc(x_1018); -x_1019 = lean_ctor_get(x_5, 2); -lean_inc(x_1019); -x_1020 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_569; lean_object* x_570; lean_object* x_571; uint8_t x_572; lean_object* x_573; +x_569 = lean_ctor_get(x_5, 0); +lean_inc(x_569); +x_570 = lean_ctor_get(x_5, 1); +lean_inc(x_570); +x_571 = lean_ctor_get(x_5, 2); +lean_inc(x_571); +x_572 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_1018); +lean_inc(x_570); lean_inc(x_1); -x_1021 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1018, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_1021) == 0) +x_573 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_570, x_6, x_7, x_8, x_9, x_10, x_11, x_504); +if (lean_obj_tag(x_573) == 0) { -lean_object* x_1022; lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; -x_1022 = lean_ctor_get(x_1021, 0); -lean_inc(x_1022); -x_1023 = lean_ctor_get(x_1021, 1); -lean_inc(x_1023); -lean_dec(x_1021); -x_1024 = lean_unsigned_to_nat(1u); -x_1025 = lean_nat_add(x_6, x_1024); +lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; +x_574 = lean_ctor_get(x_573, 0); +lean_inc(x_574); +x_575 = lean_ctor_get(x_573, 1); +lean_inc(x_575); +lean_dec(x_573); +x_576 = lean_nat_add(x_6, x_265); lean_dec(x_6); -lean_inc(x_1019); -x_1026 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1019, x_1025, x_7, x_8, x_9, x_10, x_11, x_1023); -if (lean_obj_tag(x_1026) == 0) -{ -uint8_t x_1027; -x_1027 = !lean_is_exclusive(x_1026); -if (x_1027 == 0) -{ -lean_object* x_1028; lean_object* x_1029; size_t x_1030; size_t x_1031; uint8_t x_1032; -x_1028 = lean_ctor_get(x_1026, 0); -lean_inc(x_1019); -lean_inc(x_1018); -lean_inc(x_1017); -x_1029 = l_Lean_Expr_forallE___override(x_1017, x_1018, x_1019, x_1020); -x_1030 = lean_ptr_addr(x_1018); -lean_dec(x_1018); -x_1031 = lean_ptr_addr(x_1022); -x_1032 = lean_usize_dec_eq(x_1030, x_1031); -if (x_1032 == 0) -{ -lean_object* x_1033; -lean_dec(x_1029); -lean_dec(x_1019); -x_1033 = l_Lean_Expr_forallE___override(x_1017, x_1022, x_1028, x_1020); -lean_ctor_set(x_1026, 0, x_1033); -return x_1026; +lean_inc(x_571); +x_577 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_571, x_576, x_7, x_8, x_9, x_10, x_11, x_575); +if (lean_obj_tag(x_577) == 0) +{ +lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; size_t x_582; size_t x_583; uint8_t x_584; +x_578 = lean_ctor_get(x_577, 0); +lean_inc(x_578); +x_579 = lean_ctor_get(x_577, 1); +lean_inc(x_579); +if (lean_is_exclusive(x_577)) { + lean_ctor_release(x_577, 0); + lean_ctor_release(x_577, 1); + x_580 = x_577; +} else { + lean_dec_ref(x_577); + x_580 = lean_box(0); +} +lean_inc(x_571); +lean_inc(x_570); +lean_inc(x_569); +x_581 = l_Lean_Expr_forallE___override(x_569, x_570, x_571, x_572); +x_582 = lean_ptr_addr(x_570); +lean_dec(x_570); +x_583 = lean_ptr_addr(x_574); +x_584 = lean_usize_dec_eq(x_582, x_583); +if (x_584 == 0) +{ +lean_object* x_585; lean_object* x_586; +lean_dec(x_581); +lean_dec(x_571); +x_585 = l_Lean_Expr_forallE___override(x_569, x_574, x_578, x_572); +if (lean_is_scalar(x_580)) { + x_586 = lean_alloc_ctor(0, 2, 0); +} else { + x_586 = x_580; } -else -{ -size_t x_1034; size_t x_1035; uint8_t x_1036; -x_1034 = lean_ptr_addr(x_1019); -lean_dec(x_1019); -x_1035 = lean_ptr_addr(x_1028); -x_1036 = lean_usize_dec_eq(x_1034, x_1035); -if (x_1036 == 0) -{ -lean_object* x_1037; -lean_dec(x_1029); -x_1037 = l_Lean_Expr_forallE___override(x_1017, x_1022, x_1028, x_1020); -lean_ctor_set(x_1026, 0, x_1037); -return x_1026; +lean_ctor_set(x_586, 0, x_585); +lean_ctor_set(x_586, 1, x_579); +return x_586; } else { -uint8_t x_1038; -x_1038 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_1020, x_1020); -if (x_1038 == 0) +size_t x_587; size_t x_588; uint8_t x_589; +x_587 = lean_ptr_addr(x_571); +lean_dec(x_571); +x_588 = lean_ptr_addr(x_578); +x_589 = lean_usize_dec_eq(x_587, x_588); +if (x_589 == 0) { -lean_object* x_1039; -lean_dec(x_1029); -x_1039 = l_Lean_Expr_forallE___override(x_1017, x_1022, x_1028, x_1020); -lean_ctor_set(x_1026, 0, x_1039); -return x_1026; -} -else -{ -lean_dec(x_1028); -lean_dec(x_1022); -lean_dec(x_1017); -lean_ctor_set(x_1026, 0, x_1029); -return x_1026; -} -} -} +lean_object* x_590; lean_object* x_591; +lean_dec(x_581); +x_590 = l_Lean_Expr_forallE___override(x_569, x_574, x_578, x_572); +if (lean_is_scalar(x_580)) { + x_591 = lean_alloc_ctor(0, 2, 0); +} else { + x_591 = x_580; } -else -{ -lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; size_t x_1043; size_t x_1044; uint8_t x_1045; -x_1040 = lean_ctor_get(x_1026, 0); -x_1041 = lean_ctor_get(x_1026, 1); -lean_inc(x_1041); -lean_inc(x_1040); -lean_dec(x_1026); -lean_inc(x_1019); -lean_inc(x_1018); -lean_inc(x_1017); -x_1042 = l_Lean_Expr_forallE___override(x_1017, x_1018, x_1019, x_1020); -x_1043 = lean_ptr_addr(x_1018); -lean_dec(x_1018); -x_1044 = lean_ptr_addr(x_1022); -x_1045 = lean_usize_dec_eq(x_1043, x_1044); -if (x_1045 == 0) -{ -lean_object* x_1046; lean_object* x_1047; -lean_dec(x_1042); -lean_dec(x_1019); -x_1046 = l_Lean_Expr_forallE___override(x_1017, x_1022, x_1040, x_1020); -x_1047 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1047, 0, x_1046); -lean_ctor_set(x_1047, 1, x_1041); -return x_1047; +lean_ctor_set(x_591, 0, x_590); +lean_ctor_set(x_591, 1, x_579); +return x_591; } else { -size_t x_1048; size_t x_1049; uint8_t x_1050; -x_1048 = lean_ptr_addr(x_1019); -lean_dec(x_1019); -x_1049 = lean_ptr_addr(x_1040); -x_1050 = lean_usize_dec_eq(x_1048, x_1049); -if (x_1050 == 0) +uint8_t x_592; +x_592 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_572, x_572); +if (x_592 == 0) { -lean_object* x_1051; lean_object* x_1052; -lean_dec(x_1042); -x_1051 = l_Lean_Expr_forallE___override(x_1017, x_1022, x_1040, x_1020); -x_1052 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1052, 0, x_1051); -lean_ctor_set(x_1052, 1, x_1041); -return x_1052; +lean_object* x_593; lean_object* x_594; +lean_dec(x_581); +x_593 = l_Lean_Expr_forallE___override(x_569, x_574, x_578, x_572); +if (lean_is_scalar(x_580)) { + x_594 = lean_alloc_ctor(0, 2, 0); +} else { + x_594 = x_580; } -else -{ -uint8_t x_1053; -x_1053 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_1020, x_1020); -if (x_1053 == 0) -{ -lean_object* x_1054; lean_object* x_1055; -lean_dec(x_1042); -x_1054 = l_Lean_Expr_forallE___override(x_1017, x_1022, x_1040, x_1020); -x_1055 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1055, 0, x_1054); -lean_ctor_set(x_1055, 1, x_1041); -return x_1055; +lean_ctor_set(x_594, 0, x_593); +lean_ctor_set(x_594, 1, x_579); +return x_594; } else { -lean_object* x_1056; -lean_dec(x_1040); -lean_dec(x_1022); -lean_dec(x_1017); -x_1056 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1056, 0, x_1042); -lean_ctor_set(x_1056, 1, x_1041); -return x_1056; +lean_object* x_595; +lean_dec(x_578); +lean_dec(x_574); +lean_dec(x_569); +if (lean_is_scalar(x_580)) { + x_595 = lean_alloc_ctor(0, 2, 0); +} else { + x_595 = x_580; } +lean_ctor_set(x_595, 0, x_581); +lean_ctor_set(x_595, 1, x_579); +return x_595; } } } } else { -uint8_t x_1057; -lean_dec(x_1022); -lean_dec(x_1019); -lean_dec(x_1018); -lean_dec(x_1017); -x_1057 = !lean_is_exclusive(x_1026); -if (x_1057 == 0) -{ -return x_1026; +lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; +lean_dec(x_574); +lean_dec(x_571); +lean_dec(x_570); +lean_dec(x_569); +x_596 = lean_ctor_get(x_577, 0); +lean_inc(x_596); +x_597 = lean_ctor_get(x_577, 1); +lean_inc(x_597); +if (lean_is_exclusive(x_577)) { + lean_ctor_release(x_577, 0); + lean_ctor_release(x_577, 1); + x_598 = x_577; +} else { + lean_dec_ref(x_577); + x_598 = lean_box(0); } -else -{ -lean_object* x_1058; lean_object* x_1059; lean_object* x_1060; -x_1058 = lean_ctor_get(x_1026, 0); -x_1059 = lean_ctor_get(x_1026, 1); -lean_inc(x_1059); -lean_inc(x_1058); -lean_dec(x_1026); -x_1060 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1060, 0, x_1058); -lean_ctor_set(x_1060, 1, x_1059); -return x_1060; +if (lean_is_scalar(x_598)) { + x_599 = lean_alloc_ctor(1, 2, 0); +} else { + x_599 = x_598; } +lean_ctor_set(x_599, 0, x_596); +lean_ctor_set(x_599, 1, x_597); +return x_599; } } else { -uint8_t x_1061; -lean_dec(x_1019); -lean_dec(x_1018); -lean_dec(x_1017); +lean_object* x_600; lean_object* x_601; lean_object* x_602; lean_object* x_603; +lean_dec(x_571); +lean_dec(x_570); +lean_dec(x_569); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_1061 = !lean_is_exclusive(x_1021); -if (x_1061 == 0) -{ -return x_1021; +x_600 = lean_ctor_get(x_573, 0); +lean_inc(x_600); +x_601 = lean_ctor_get(x_573, 1); +lean_inc(x_601); +if (lean_is_exclusive(x_573)) { + lean_ctor_release(x_573, 0); + lean_ctor_release(x_573, 1); + x_602 = x_573; +} else { + lean_dec_ref(x_573); + x_602 = lean_box(0); } -else -{ -lean_object* x_1062; lean_object* x_1063; lean_object* x_1064; -x_1062 = lean_ctor_get(x_1021, 0); -x_1063 = lean_ctor_get(x_1021, 1); -lean_inc(x_1063); -lean_inc(x_1062); -lean_dec(x_1021); -x_1064 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1064, 0, x_1062); -lean_ctor_set(x_1064, 1, x_1063); -return x_1064; +if (lean_is_scalar(x_602)) { + x_603 = lean_alloc_ctor(1, 2, 0); +} else { + x_603 = x_602; } +lean_ctor_set(x_603, 0, x_600); +lean_ctor_set(x_603, 1, x_601); +return x_603; } } case 8: { -lean_object* x_1065; lean_object* x_1066; lean_object* x_1067; lean_object* x_1068; uint8_t x_1069; lean_object* x_1070; -x_1065 = lean_ctor_get(x_5, 0); -lean_inc(x_1065); -x_1066 = lean_ctor_get(x_5, 1); -lean_inc(x_1066); -x_1067 = lean_ctor_get(x_5, 2); -lean_inc(x_1067); -x_1068 = lean_ctor_get(x_5, 3); -lean_inc(x_1068); -x_1069 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); +lean_object* x_604; lean_object* x_605; lean_object* x_606; lean_object* x_607; uint8_t x_608; lean_object* x_609; +x_604 = lean_ctor_get(x_5, 0); +lean_inc(x_604); +x_605 = lean_ctor_get(x_5, 1); +lean_inc(x_605); +x_606 = lean_ctor_get(x_5, 2); +lean_inc(x_606); +x_607 = lean_ctor_get(x_5, 3); +lean_inc(x_607); +x_608 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_1066); +lean_inc(x_605); lean_inc(x_1); -x_1070 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1066, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_1070) == 0) -{ -lean_object* x_1071; lean_object* x_1072; lean_object* x_1073; -x_1071 = lean_ctor_get(x_1070, 0); -lean_inc(x_1071); -x_1072 = lean_ctor_get(x_1070, 1); -lean_inc(x_1072); -lean_dec(x_1070); +x_609 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_605, x_6, x_7, x_8, x_9, x_10, x_11, x_504); +if (lean_obj_tag(x_609) == 0) +{ +lean_object* x_610; lean_object* x_611; lean_object* x_612; +x_610 = lean_ctor_get(x_609, 0); +lean_inc(x_610); +x_611 = lean_ctor_get(x_609, 1); +lean_inc(x_611); +lean_dec(x_609); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_1067); +lean_inc(x_606); lean_inc(x_1); -x_1073 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1067, x_6, x_7, x_8, x_9, x_10, x_11, x_1072); -if (lean_obj_tag(x_1073) == 0) -{ -lean_object* x_1074; lean_object* x_1075; lean_object* x_1076; lean_object* x_1077; lean_object* x_1078; -x_1074 = lean_ctor_get(x_1073, 0); -lean_inc(x_1074); -x_1075 = lean_ctor_get(x_1073, 1); -lean_inc(x_1075); -lean_dec(x_1073); -x_1076 = lean_unsigned_to_nat(1u); -x_1077 = lean_nat_add(x_6, x_1076); +x_612 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_606, x_6, x_7, x_8, x_9, x_10, x_11, x_611); +if (lean_obj_tag(x_612) == 0) +{ +lean_object* x_613; lean_object* x_614; lean_object* x_615; lean_object* x_616; +x_613 = lean_ctor_get(x_612, 0); +lean_inc(x_613); +x_614 = lean_ctor_get(x_612, 1); +lean_inc(x_614); +lean_dec(x_612); +x_615 = lean_nat_add(x_6, x_265); lean_dec(x_6); -lean_inc(x_1068); -x_1078 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1068, x_1077, x_7, x_8, x_9, x_10, x_11, x_1075); -if (lean_obj_tag(x_1078) == 0) -{ -uint8_t x_1079; -x_1079 = !lean_is_exclusive(x_1078); -if (x_1079 == 0) -{ -lean_object* x_1080; size_t x_1081; size_t x_1082; uint8_t x_1083; -x_1080 = lean_ctor_get(x_1078, 0); -x_1081 = lean_ptr_addr(x_1066); -lean_dec(x_1066); -x_1082 = lean_ptr_addr(x_1071); -x_1083 = lean_usize_dec_eq(x_1081, x_1082); -if (x_1083 == 0) -{ -lean_object* x_1084; -lean_dec(x_1068); -lean_dec(x_1067); -lean_dec(x_5); -x_1084 = l_Lean_Expr_letE___override(x_1065, x_1071, x_1074, x_1080, x_1069); -lean_ctor_set(x_1078, 0, x_1084); -return x_1078; -} -else -{ -size_t x_1085; size_t x_1086; uint8_t x_1087; -x_1085 = lean_ptr_addr(x_1067); -lean_dec(x_1067); -x_1086 = lean_ptr_addr(x_1074); -x_1087 = lean_usize_dec_eq(x_1085, x_1086); -if (x_1087 == 0) -{ -lean_object* x_1088; -lean_dec(x_1068); -lean_dec(x_5); -x_1088 = l_Lean_Expr_letE___override(x_1065, x_1071, x_1074, x_1080, x_1069); -lean_ctor_set(x_1078, 0, x_1088); -return x_1078; +lean_inc(x_607); +x_616 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_607, x_615, x_7, x_8, x_9, x_10, x_11, x_614); +if (lean_obj_tag(x_616) == 0) +{ +lean_object* x_617; lean_object* x_618; lean_object* x_619; size_t x_620; size_t x_621; uint8_t x_622; +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); } -else -{ -size_t x_1089; size_t x_1090; uint8_t x_1091; -x_1089 = lean_ptr_addr(x_1068); -lean_dec(x_1068); -x_1090 = lean_ptr_addr(x_1080); -x_1091 = lean_usize_dec_eq(x_1089, x_1090); -if (x_1091 == 0) +x_620 = lean_ptr_addr(x_605); +lean_dec(x_605); +x_621 = lean_ptr_addr(x_610); +x_622 = lean_usize_dec_eq(x_620, x_621); +if (x_622 == 0) { -lean_object* x_1092; +lean_object* x_623; lean_object* x_624; +lean_dec(x_607); +lean_dec(x_606); lean_dec(x_5); -x_1092 = l_Lean_Expr_letE___override(x_1065, x_1071, x_1074, x_1080, x_1069); -lean_ctor_set(x_1078, 0, x_1092); -return x_1078; -} -else -{ -lean_dec(x_1080); -lean_dec(x_1074); -lean_dec(x_1071); -lean_dec(x_1065); -lean_ctor_set(x_1078, 0, x_5); -return x_1078; -} -} +x_623 = l_Lean_Expr_letE___override(x_604, x_610, x_613, x_617, x_608); +if (lean_is_scalar(x_619)) { + x_624 = lean_alloc_ctor(0, 2, 0); +} else { + x_624 = x_619; } +lean_ctor_set(x_624, 0, x_623); +lean_ctor_set(x_624, 1, x_618); +return x_624; } else { -lean_object* x_1093; lean_object* x_1094; size_t x_1095; size_t x_1096; uint8_t x_1097; -x_1093 = lean_ctor_get(x_1078, 0); -x_1094 = lean_ctor_get(x_1078, 1); -lean_inc(x_1094); -lean_inc(x_1093); -lean_dec(x_1078); -x_1095 = lean_ptr_addr(x_1066); -lean_dec(x_1066); -x_1096 = lean_ptr_addr(x_1071); -x_1097 = lean_usize_dec_eq(x_1095, x_1096); -if (x_1097 == 0) +size_t x_625; size_t x_626; uint8_t x_627; +x_625 = lean_ptr_addr(x_606); +lean_dec(x_606); +x_626 = lean_ptr_addr(x_613); +x_627 = lean_usize_dec_eq(x_625, x_626); +if (x_627 == 0) { -lean_object* x_1098; lean_object* x_1099; -lean_dec(x_1068); -lean_dec(x_1067); +lean_object* x_628; lean_object* x_629; +lean_dec(x_607); lean_dec(x_5); -x_1098 = l_Lean_Expr_letE___override(x_1065, x_1071, x_1074, x_1093, x_1069); -x_1099 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1099, 0, x_1098); -lean_ctor_set(x_1099, 1, x_1094); -return x_1099; +x_628 = l_Lean_Expr_letE___override(x_604, x_610, x_613, x_617, x_608); +if (lean_is_scalar(x_619)) { + x_629 = lean_alloc_ctor(0, 2, 0); +} else { + x_629 = x_619; } -else -{ -size_t x_1100; size_t x_1101; uint8_t x_1102; -x_1100 = lean_ptr_addr(x_1067); -lean_dec(x_1067); -x_1101 = lean_ptr_addr(x_1074); -x_1102 = lean_usize_dec_eq(x_1100, x_1101); -if (x_1102 == 0) -{ -lean_object* x_1103; lean_object* x_1104; -lean_dec(x_1068); -lean_dec(x_5); -x_1103 = l_Lean_Expr_letE___override(x_1065, x_1071, x_1074, x_1093, x_1069); -x_1104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1104, 0, x_1103); -lean_ctor_set(x_1104, 1, x_1094); -return x_1104; +lean_ctor_set(x_629, 0, x_628); +lean_ctor_set(x_629, 1, x_618); +return x_629; } else { -size_t x_1105; size_t x_1106; uint8_t x_1107; -x_1105 = lean_ptr_addr(x_1068); -lean_dec(x_1068); -x_1106 = lean_ptr_addr(x_1093); -x_1107 = lean_usize_dec_eq(x_1105, x_1106); -if (x_1107 == 0) +size_t x_630; size_t x_631; uint8_t x_632; +x_630 = lean_ptr_addr(x_607); +lean_dec(x_607); +x_631 = lean_ptr_addr(x_617); +x_632 = lean_usize_dec_eq(x_630, x_631); +if (x_632 == 0) { -lean_object* x_1108; lean_object* x_1109; +lean_object* x_633; lean_object* x_634; lean_dec(x_5); -x_1108 = l_Lean_Expr_letE___override(x_1065, x_1071, x_1074, x_1093, x_1069); -x_1109 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1109, 0, x_1108); -lean_ctor_set(x_1109, 1, x_1094); -return x_1109; +x_633 = l_Lean_Expr_letE___override(x_604, x_610, x_613, x_617, x_608); +if (lean_is_scalar(x_619)) { + x_634 = lean_alloc_ctor(0, 2, 0); +} else { + x_634 = x_619; +} +lean_ctor_set(x_634, 0, x_633); +lean_ctor_set(x_634, 1, x_618); +return x_634; } else { -lean_object* x_1110; -lean_dec(x_1093); -lean_dec(x_1074); -lean_dec(x_1071); -lean_dec(x_1065); -x_1110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1110, 0, x_5); -lean_ctor_set(x_1110, 1, x_1094); -return x_1110; +lean_object* x_635; +lean_dec(x_617); +lean_dec(x_613); +lean_dec(x_610); +lean_dec(x_604); +if (lean_is_scalar(x_619)) { + x_635 = lean_alloc_ctor(0, 2, 0); +} else { + x_635 = x_619; } +lean_ctor_set(x_635, 0, x_5); +lean_ctor_set(x_635, 1, x_618); +return x_635; } } } } else { -uint8_t x_1111; -lean_dec(x_1074); -lean_dec(x_1071); -lean_dec(x_1068); -lean_dec(x_1067); -lean_dec(x_1066); -lean_dec(x_1065); +lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; +lean_dec(x_613); +lean_dec(x_610); +lean_dec(x_607); +lean_dec(x_606); +lean_dec(x_605); +lean_dec(x_604); lean_dec(x_5); -x_1111 = !lean_is_exclusive(x_1078); -if (x_1111 == 0) -{ -return x_1078; +x_636 = lean_ctor_get(x_616, 0); +lean_inc(x_636); +x_637 = lean_ctor_get(x_616, 1); +lean_inc(x_637); +if (lean_is_exclusive(x_616)) { + lean_ctor_release(x_616, 0); + lean_ctor_release(x_616, 1); + x_638 = x_616; +} else { + lean_dec_ref(x_616); + x_638 = lean_box(0); } -else -{ -lean_object* x_1112; lean_object* x_1113; lean_object* x_1114; -x_1112 = lean_ctor_get(x_1078, 0); -x_1113 = lean_ctor_get(x_1078, 1); -lean_inc(x_1113); -lean_inc(x_1112); -lean_dec(x_1078); -x_1114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1114, 0, x_1112); -lean_ctor_set(x_1114, 1, x_1113); -return x_1114; +if (lean_is_scalar(x_638)) { + x_639 = lean_alloc_ctor(1, 2, 0); +} else { + x_639 = x_638; } +lean_ctor_set(x_639, 0, x_636); +lean_ctor_set(x_639, 1, x_637); +return x_639; } } else { -uint8_t x_1115; -lean_dec(x_1071); -lean_dec(x_1068); -lean_dec(x_1067); -lean_dec(x_1066); -lean_dec(x_1065); +lean_object* x_640; lean_object* x_641; lean_object* x_642; lean_object* x_643; +lean_dec(x_610); +lean_dec(x_607); +lean_dec(x_606); +lean_dec(x_605); +lean_dec(x_604); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -4362,33 +4344,35 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1115 = !lean_is_exclusive(x_1073); -if (x_1115 == 0) -{ -return x_1073; +x_640 = lean_ctor_get(x_612, 0); +lean_inc(x_640); +x_641 = lean_ctor_get(x_612, 1); +lean_inc(x_641); +if (lean_is_exclusive(x_612)) { + lean_ctor_release(x_612, 0); + lean_ctor_release(x_612, 1); + x_642 = x_612; +} else { + lean_dec_ref(x_612); + x_642 = lean_box(0); } -else -{ -lean_object* x_1116; lean_object* x_1117; lean_object* x_1118; -x_1116 = lean_ctor_get(x_1073, 0); -x_1117 = lean_ctor_get(x_1073, 1); -lean_inc(x_1117); -lean_inc(x_1116); -lean_dec(x_1073); -x_1118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1118, 0, x_1116); -lean_ctor_set(x_1118, 1, x_1117); -return x_1118; +if (lean_is_scalar(x_642)) { + x_643 = lean_alloc_ctor(1, 2, 0); +} else { + x_643 = x_642; } +lean_ctor_set(x_643, 0, x_640); +lean_ctor_set(x_643, 1, x_641); +return x_643; } } else { -uint8_t x_1119; -lean_dec(x_1068); -lean_dec(x_1067); -lean_dec(x_1066); -lean_dec(x_1065); +lean_object* x_644; lean_object* x_645; lean_object* x_646; lean_object* x_647; +lean_dec(x_607); +lean_dec(x_606); +lean_dec(x_605); +lean_dec(x_604); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -4396,400 +4380,424 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1119 = !lean_is_exclusive(x_1070); -if (x_1119 == 0) -{ -return x_1070; +x_644 = lean_ctor_get(x_609, 0); +lean_inc(x_644); +x_645 = lean_ctor_get(x_609, 1); +lean_inc(x_645); +if (lean_is_exclusive(x_609)) { + lean_ctor_release(x_609, 0); + lean_ctor_release(x_609, 1); + x_646 = x_609; +} else { + lean_dec_ref(x_609); + x_646 = lean_box(0); } -else -{ -lean_object* x_1120; lean_object* x_1121; lean_object* x_1122; -x_1120 = lean_ctor_get(x_1070, 0); -x_1121 = lean_ctor_get(x_1070, 1); -lean_inc(x_1121); -lean_inc(x_1120); -lean_dec(x_1070); -x_1122 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1122, 0, x_1120); -lean_ctor_set(x_1122, 1, x_1121); -return x_1122; +if (lean_is_scalar(x_646)) { + x_647 = lean_alloc_ctor(1, 2, 0); +} else { + x_647 = x_646; } +lean_ctor_set(x_647, 0, x_644); +lean_ctor_set(x_647, 1, x_645); +return x_647; } } case 10: { -lean_object* x_1123; lean_object* x_1124; lean_object* x_1125; -x_1123 = lean_ctor_get(x_5, 0); -lean_inc(x_1123); -x_1124 = lean_ctor_get(x_5, 1); -lean_inc(x_1124); -lean_inc(x_1124); -x_1125 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1124, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_1125) == 0) -{ -uint8_t x_1126; -x_1126 = !lean_is_exclusive(x_1125); -if (x_1126 == 0) -{ -lean_object* x_1127; size_t x_1128; size_t x_1129; uint8_t x_1130; -x_1127 = lean_ctor_get(x_1125, 0); -x_1128 = lean_ptr_addr(x_1124); -lean_dec(x_1124); -x_1129 = lean_ptr_addr(x_1127); -x_1130 = lean_usize_dec_eq(x_1128, x_1129); -if (x_1130 == 0) -{ -lean_object* x_1131; -lean_dec(x_5); -x_1131 = l_Lean_Expr_mdata___override(x_1123, x_1127); -lean_ctor_set(x_1125, 0, x_1131); -return x_1125; -} -else -{ -lean_dec(x_1127); -lean_dec(x_1123); -lean_ctor_set(x_1125, 0, x_5); -return x_1125; -} +lean_object* x_648; lean_object* x_649; lean_object* x_650; +x_648 = lean_ctor_get(x_5, 0); +lean_inc(x_648); +x_649 = lean_ctor_get(x_5, 1); +lean_inc(x_649); +lean_inc(x_649); +x_650 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_649, x_6, x_7, x_8, x_9, x_10, x_11, x_504); +if (lean_obj_tag(x_650) == 0) +{ +lean_object* x_651; lean_object* x_652; lean_object* x_653; size_t x_654; size_t x_655; uint8_t x_656; +x_651 = lean_ctor_get(x_650, 0); +lean_inc(x_651); +x_652 = lean_ctor_get(x_650, 1); +lean_inc(x_652); +if (lean_is_exclusive(x_650)) { + lean_ctor_release(x_650, 0); + lean_ctor_release(x_650, 1); + x_653 = x_650; +} else { + lean_dec_ref(x_650); + x_653 = lean_box(0); } -else -{ -lean_object* x_1132; lean_object* x_1133; size_t x_1134; size_t x_1135; uint8_t x_1136; -x_1132 = lean_ctor_get(x_1125, 0); -x_1133 = lean_ctor_get(x_1125, 1); -lean_inc(x_1133); -lean_inc(x_1132); -lean_dec(x_1125); -x_1134 = lean_ptr_addr(x_1124); -lean_dec(x_1124); -x_1135 = lean_ptr_addr(x_1132); -x_1136 = lean_usize_dec_eq(x_1134, x_1135); -if (x_1136 == 0) +x_654 = lean_ptr_addr(x_649); +lean_dec(x_649); +x_655 = lean_ptr_addr(x_651); +x_656 = lean_usize_dec_eq(x_654, x_655); +if (x_656 == 0) { -lean_object* x_1137; lean_object* x_1138; +lean_object* x_657; lean_object* x_658; lean_dec(x_5); -x_1137 = l_Lean_Expr_mdata___override(x_1123, x_1132); -x_1138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1138, 0, x_1137); -lean_ctor_set(x_1138, 1, x_1133); -return x_1138; +x_657 = l_Lean_Expr_mdata___override(x_648, x_651); +if (lean_is_scalar(x_653)) { + x_658 = lean_alloc_ctor(0, 2, 0); +} else { + x_658 = x_653; +} +lean_ctor_set(x_658, 0, x_657); +lean_ctor_set(x_658, 1, x_652); +return x_658; } else { -lean_object* x_1139; -lean_dec(x_1132); -lean_dec(x_1123); -x_1139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1139, 0, x_5); -lean_ctor_set(x_1139, 1, x_1133); -return x_1139; +lean_object* x_659; +lean_dec(x_651); +lean_dec(x_648); +if (lean_is_scalar(x_653)) { + x_659 = lean_alloc_ctor(0, 2, 0); +} else { + x_659 = x_653; } +lean_ctor_set(x_659, 0, x_5); +lean_ctor_set(x_659, 1, x_652); +return x_659; } } else { -uint8_t x_1140; -lean_dec(x_1124); -lean_dec(x_1123); +lean_object* x_660; lean_object* x_661; lean_object* x_662; lean_object* x_663; +lean_dec(x_649); +lean_dec(x_648); lean_dec(x_5); -x_1140 = !lean_is_exclusive(x_1125); -if (x_1140 == 0) -{ -return x_1125; +x_660 = lean_ctor_get(x_650, 0); +lean_inc(x_660); +x_661 = lean_ctor_get(x_650, 1); +lean_inc(x_661); +if (lean_is_exclusive(x_650)) { + lean_ctor_release(x_650, 0); + lean_ctor_release(x_650, 1); + x_662 = x_650; +} else { + lean_dec_ref(x_650); + x_662 = lean_box(0); } -else -{ -lean_object* x_1141; lean_object* x_1142; lean_object* x_1143; -x_1141 = lean_ctor_get(x_1125, 0); -x_1142 = lean_ctor_get(x_1125, 1); -lean_inc(x_1142); -lean_inc(x_1141); -lean_dec(x_1125); -x_1143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1143, 0, x_1141); -lean_ctor_set(x_1143, 1, x_1142); -return x_1143; +if (lean_is_scalar(x_662)) { + x_663 = lean_alloc_ctor(1, 2, 0); +} else { + x_663 = x_662; } +lean_ctor_set(x_663, 0, x_660); +lean_ctor_set(x_663, 1, x_661); +return x_663; } } case 11: { -lean_object* x_1144; lean_object* x_1145; lean_object* x_1146; lean_object* x_1147; -x_1144 = lean_ctor_get(x_5, 0); -lean_inc(x_1144); -x_1145 = lean_ctor_get(x_5, 1); -lean_inc(x_1145); -x_1146 = lean_ctor_get(x_5, 2); -lean_inc(x_1146); -lean_inc(x_1146); -x_1147 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_1146, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_1147) == 0) -{ -uint8_t x_1148; -x_1148 = !lean_is_exclusive(x_1147); -if (x_1148 == 0) -{ -lean_object* x_1149; size_t x_1150; size_t x_1151; uint8_t x_1152; -x_1149 = lean_ctor_get(x_1147, 0); -x_1150 = lean_ptr_addr(x_1146); -lean_dec(x_1146); -x_1151 = lean_ptr_addr(x_1149); -x_1152 = lean_usize_dec_eq(x_1150, x_1151); -if (x_1152 == 0) +lean_object* x_664; lean_object* x_665; lean_object* x_666; lean_object* x_667; +x_664 = lean_ctor_get(x_5, 0); +lean_inc(x_664); +x_665 = lean_ctor_get(x_5, 1); +lean_inc(x_665); +x_666 = lean_ctor_get(x_5, 2); +lean_inc(x_666); +lean_inc(x_666); +x_667 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_666, x_6, x_7, x_8, x_9, x_10, x_11, x_504); +if (lean_obj_tag(x_667) == 0) +{ +lean_object* x_668; lean_object* x_669; lean_object* x_670; size_t x_671; size_t x_672; uint8_t x_673; +x_668 = lean_ctor_get(x_667, 0); +lean_inc(x_668); +x_669 = lean_ctor_get(x_667, 1); +lean_inc(x_669); +if (lean_is_exclusive(x_667)) { + lean_ctor_release(x_667, 0); + lean_ctor_release(x_667, 1); + x_670 = x_667; +} else { + lean_dec_ref(x_667); + x_670 = lean_box(0); +} +x_671 = lean_ptr_addr(x_666); +lean_dec(x_666); +x_672 = lean_ptr_addr(x_668); +x_673 = lean_usize_dec_eq(x_671, x_672); +if (x_673 == 0) { -lean_object* x_1153; +lean_object* x_674; lean_object* x_675; lean_dec(x_5); -x_1153 = l_Lean_Expr_proj___override(x_1144, x_1145, x_1149); -lean_ctor_set(x_1147, 0, x_1153); -return x_1147; +x_674 = l_Lean_Expr_proj___override(x_664, x_665, x_668); +if (lean_is_scalar(x_670)) { + x_675 = lean_alloc_ctor(0, 2, 0); +} else { + x_675 = x_670; +} +lean_ctor_set(x_675, 0, x_674); +lean_ctor_set(x_675, 1, x_669); +return x_675; } else { -lean_dec(x_1149); -lean_dec(x_1145); -lean_dec(x_1144); -lean_ctor_set(x_1147, 0, x_5); -return x_1147; +lean_object* x_676; +lean_dec(x_668); +lean_dec(x_665); +lean_dec(x_664); +if (lean_is_scalar(x_670)) { + x_676 = lean_alloc_ctor(0, 2, 0); +} else { + x_676 = x_670; +} +lean_ctor_set(x_676, 0, x_5); +lean_ctor_set(x_676, 1, x_669); +return x_676; } } else { -lean_object* x_1154; lean_object* x_1155; size_t x_1156; size_t x_1157; uint8_t x_1158; -x_1154 = lean_ctor_get(x_1147, 0); -x_1155 = lean_ctor_get(x_1147, 1); -lean_inc(x_1155); -lean_inc(x_1154); -lean_dec(x_1147); -x_1156 = lean_ptr_addr(x_1146); -lean_dec(x_1146); -x_1157 = lean_ptr_addr(x_1154); -x_1158 = lean_usize_dec_eq(x_1156, x_1157); -if (x_1158 == 0) -{ -lean_object* x_1159; lean_object* x_1160; +lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; +lean_dec(x_666); +lean_dec(x_665); +lean_dec(x_664); lean_dec(x_5); -x_1159 = l_Lean_Expr_proj___override(x_1144, x_1145, x_1154); -x_1160 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1160, 0, x_1159); -lean_ctor_set(x_1160, 1, x_1155); -return x_1160; +x_677 = lean_ctor_get(x_667, 0); +lean_inc(x_677); +x_678 = lean_ctor_get(x_667, 1); +lean_inc(x_678); +if (lean_is_exclusive(x_667)) { + lean_ctor_release(x_667, 0); + lean_ctor_release(x_667, 1); + x_679 = x_667; +} else { + lean_dec_ref(x_667); + x_679 = lean_box(0); } -else +if (lean_is_scalar(x_679)) { + x_680 = lean_alloc_ctor(1, 2, 0); +} else { + x_680 = x_679; +} +lean_ctor_set(x_680, 0, x_677); +lean_ctor_set(x_680, 1, x_678); +return x_680; +} +} +default: { -lean_object* x_1161; -lean_dec(x_1154); -lean_dec(x_1145); -lean_dec(x_1144); -x_1161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1161, 0, x_5); -lean_ctor_set(x_1161, 1, x_1155); -return x_1161; +lean_object* x_681; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_1); +x_681 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_681, 0, x_5); +lean_ctor_set(x_681, 1, x_504); +return x_681; } } } else { -uint8_t x_1162; -lean_dec(x_1146); -lean_dec(x_1145); -lean_dec(x_1144); +lean_object* x_682; lean_object* x_683; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); lean_dec(x_5); -x_1162 = !lean_is_exclusive(x_1147); -if (x_1162 == 0) -{ -return x_1147; +lean_dec(x_1); +x_682 = l_Lean_Expr_bvar___override(x_6); +x_683 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_683, 0, x_682); +lean_ctor_set(x_683, 1, x_504); +return x_683; } -else -{ -lean_object* x_1163; lean_object* x_1164; lean_object* x_1165; -x_1163 = lean_ctor_get(x_1147, 0); -x_1164 = lean_ctor_get(x_1147, 1); -lean_inc(x_1164); -lean_inc(x_1163); -lean_dec(x_1147); -x_1165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1165, 0, x_1163); -lean_ctor_set(x_1165, 1, x_1164); -return x_1165; } } } -default: +else { -lean_object* x_1166; +uint8_t x_684; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_1); -x_1166 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_1166, 0, x_5); -lean_ctor_set(x_1166, 1, x_12); -return x_1166; +x_684 = !lean_is_exclusive(x_14); +if (x_684 == 0) +{ +return x_14; +} +else +{ +lean_object* x_685; lean_object* x_686; lean_object* x_687; +x_685 = lean_ctor_get(x_14, 0); +x_686 = lean_ctor_get(x_14, 1); +lean_inc(x_686); +lean_inc(x_685); +lean_dec(x_14); +x_687 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_687, 0, x_685); +lean_ctor_set(x_687, 1, x_686); +return x_687; } } } -block_249: +else { -lean_dec(x_13); switch (lean_obj_tag(x_5)) { case 5: { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = lean_ctor_get(x_5, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_5, 1); -lean_inc(x_15); +lean_object* x_688; lean_object* x_689; lean_object* x_690; +x_688 = lean_ctor_get(x_5, 0); +lean_inc(x_688); +x_689 = lean_ctor_get(x_5, 1); +lean_inc(x_689); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_14); +lean_inc(x_688); lean_inc(x_1); -x_16 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_14, 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; 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); -lean_inc(x_15); -x_19 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_15, x_6, x_7, x_8, x_9, x_10, x_11, 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; size_t x_22; size_t x_23; uint8_t x_24; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ptr_addr(x_14); -lean_dec(x_14); -x_23 = lean_ptr_addr(x_17); -x_24 = lean_usize_dec_eq(x_22, x_23); -if (x_24 == 0) -{ -lean_object* x_25; -lean_dec(x_15); +x_690 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_688, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_690) == 0) +{ +lean_object* x_691; lean_object* x_692; lean_object* x_693; +x_691 = lean_ctor_get(x_690, 0); +lean_inc(x_691); +x_692 = lean_ctor_get(x_690, 1); +lean_inc(x_692); +lean_dec(x_690); +lean_inc(x_689); +x_693 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_689, x_6, x_7, x_8, x_9, x_10, x_11, x_692); +if (lean_obj_tag(x_693) == 0) +{ +uint8_t x_694; +x_694 = !lean_is_exclusive(x_693); +if (x_694 == 0) +{ +lean_object* x_695; size_t x_696; size_t x_697; uint8_t x_698; +x_695 = lean_ctor_get(x_693, 0); +x_696 = lean_ptr_addr(x_688); +lean_dec(x_688); +x_697 = lean_ptr_addr(x_691); +x_698 = lean_usize_dec_eq(x_696, x_697); +if (x_698 == 0) +{ +lean_object* x_699; +lean_dec(x_689); lean_dec(x_5); -x_25 = l_Lean_Expr_app___override(x_17, x_21); -lean_ctor_set(x_19, 0, x_25); -return x_19; +x_699 = l_Lean_Expr_app___override(x_691, x_695); +lean_ctor_set(x_693, 0, x_699); +return x_693; } else { -size_t x_26; size_t x_27; uint8_t x_28; -x_26 = lean_ptr_addr(x_15); -lean_dec(x_15); -x_27 = lean_ptr_addr(x_21); -x_28 = lean_usize_dec_eq(x_26, x_27); -if (x_28 == 0) +size_t x_700; size_t x_701; uint8_t x_702; +x_700 = lean_ptr_addr(x_689); +lean_dec(x_689); +x_701 = lean_ptr_addr(x_695); +x_702 = lean_usize_dec_eq(x_700, x_701); +if (x_702 == 0) { -lean_object* x_29; +lean_object* x_703; lean_dec(x_5); -x_29 = l_Lean_Expr_app___override(x_17, x_21); -lean_ctor_set(x_19, 0, x_29); -return x_19; +x_703 = l_Lean_Expr_app___override(x_691, x_695); +lean_ctor_set(x_693, 0, x_703); +return x_693; } else { -lean_dec(x_21); -lean_dec(x_17); -lean_ctor_set(x_19, 0, x_5); -return x_19; +lean_dec(x_695); +lean_dec(x_691); +lean_ctor_set(x_693, 0, x_5); +return x_693; } } } else { -lean_object* x_30; lean_object* x_31; size_t x_32; size_t x_33; uint8_t x_34; -x_30 = lean_ctor_get(x_19, 0); -x_31 = lean_ctor_get(x_19, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_19); -x_32 = lean_ptr_addr(x_14); -lean_dec(x_14); -x_33 = lean_ptr_addr(x_17); -x_34 = lean_usize_dec_eq(x_32, x_33); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; -lean_dec(x_15); +lean_object* x_704; lean_object* x_705; size_t x_706; size_t x_707; uint8_t x_708; +x_704 = lean_ctor_get(x_693, 0); +x_705 = lean_ctor_get(x_693, 1); +lean_inc(x_705); +lean_inc(x_704); +lean_dec(x_693); +x_706 = lean_ptr_addr(x_688); +lean_dec(x_688); +x_707 = lean_ptr_addr(x_691); +x_708 = lean_usize_dec_eq(x_706, x_707); +if (x_708 == 0) +{ +lean_object* x_709; lean_object* x_710; +lean_dec(x_689); lean_dec(x_5); -x_35 = l_Lean_Expr_app___override(x_17, x_30); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_31); -return x_36; +x_709 = l_Lean_Expr_app___override(x_691, x_704); +x_710 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_710, 0, x_709); +lean_ctor_set(x_710, 1, x_705); +return x_710; } else { -size_t x_37; size_t x_38; uint8_t x_39; -x_37 = lean_ptr_addr(x_15); -lean_dec(x_15); -x_38 = lean_ptr_addr(x_30); -x_39 = lean_usize_dec_eq(x_37, x_38); -if (x_39 == 0) +size_t x_711; size_t x_712; uint8_t x_713; +x_711 = lean_ptr_addr(x_689); +lean_dec(x_689); +x_712 = lean_ptr_addr(x_704); +x_713 = lean_usize_dec_eq(x_711, x_712); +if (x_713 == 0) { -lean_object* x_40; lean_object* x_41; +lean_object* x_714; lean_object* x_715; lean_dec(x_5); -x_40 = l_Lean_Expr_app___override(x_17, x_30); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_31); -return x_41; +x_714 = l_Lean_Expr_app___override(x_691, x_704); +x_715 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_715, 0, x_714); +lean_ctor_set(x_715, 1, x_705); +return x_715; } else { -lean_object* x_42; -lean_dec(x_30); -lean_dec(x_17); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_5); -lean_ctor_set(x_42, 1, x_31); -return x_42; +lean_object* x_716; +lean_dec(x_704); +lean_dec(x_691); +x_716 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_716, 0, x_5); +lean_ctor_set(x_716, 1, x_705); +return x_716; } } } } else { -uint8_t x_43; -lean_dec(x_17); -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_717; +lean_dec(x_691); +lean_dec(x_689); +lean_dec(x_688); lean_dec(x_5); -x_43 = !lean_is_exclusive(x_19); -if (x_43 == 0) +x_717 = !lean_is_exclusive(x_693); +if (x_717 == 0) { -return x_19; +return x_693; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_19, 0); -x_45 = lean_ctor_get(x_19, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_19); -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_object* x_718; lean_object* x_719; lean_object* x_720; +x_718 = lean_ctor_get(x_693, 0); +x_719 = lean_ctor_get(x_693, 1); +lean_inc(x_719); +lean_inc(x_718); +lean_dec(x_693); +x_720 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_720, 0, x_718); +lean_ctor_set(x_720, 1, x_719); +return x_720; } } } else { -uint8_t x_47; -lean_dec(x_15); -lean_dec(x_14); +uint8_t x_721; +lean_dec(x_689); +lean_dec(x_688); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -4797,189 +4805,189 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_16); -if (x_47 == 0) +x_721 = !lean_is_exclusive(x_690); +if (x_721 == 0) { -return x_16; +return x_690; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_16, 0); -x_49 = lean_ctor_get(x_16, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_16); -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_object* x_722; lean_object* x_723; lean_object* x_724; +x_722 = lean_ctor_get(x_690, 0); +x_723 = lean_ctor_get(x_690, 1); +lean_inc(x_723); +lean_inc(x_722); +lean_dec(x_690); +x_724 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_724, 0, x_722); +lean_ctor_set(x_724, 1, x_723); +return x_724; } } } case 6: { -lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; -x_51 = lean_ctor_get(x_5, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_5, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_5, 2); -lean_inc(x_53); -x_54 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_725; lean_object* x_726; lean_object* x_727; uint8_t x_728; lean_object* x_729; +x_725 = lean_ctor_get(x_5, 0); +lean_inc(x_725); +x_726 = lean_ctor_get(x_5, 1); +lean_inc(x_726); +x_727 = lean_ctor_get(x_5, 2); +lean_inc(x_727); +x_728 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_52); +lean_inc(x_726); lean_inc(x_1); -x_55 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_52, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -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; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_unsigned_to_nat(1u); -x_59 = lean_nat_add(x_6, x_58); +x_729 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_726, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_729) == 0) +{ +lean_object* x_730; lean_object* x_731; lean_object* x_732; lean_object* x_733; lean_object* x_734; +x_730 = lean_ctor_get(x_729, 0); +lean_inc(x_730); +x_731 = lean_ctor_get(x_729, 1); +lean_inc(x_731); +lean_dec(x_729); +x_732 = lean_unsigned_to_nat(1u); +x_733 = lean_nat_add(x_6, x_732); lean_dec(x_6); -lean_inc(x_53); -x_60 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_53, x_59, x_7, x_8, x_9, x_10, x_11, x_57); -if (lean_obj_tag(x_60) == 0) +lean_inc(x_727); +x_734 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_727, x_733, x_7, x_8, x_9, x_10, x_11, x_731); +if (lean_obj_tag(x_734) == 0) { -uint8_t x_61; -x_61 = !lean_is_exclusive(x_60); -if (x_61 == 0) +uint8_t x_735; +x_735 = !lean_is_exclusive(x_734); +if (x_735 == 0) { -lean_object* x_62; lean_object* x_63; size_t x_64; size_t x_65; uint8_t x_66; -x_62 = lean_ctor_get(x_60, 0); -lean_inc(x_53); -lean_inc(x_52); -lean_inc(x_51); -x_63 = l_Lean_Expr_lam___override(x_51, x_52, x_53, x_54); -x_64 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_65 = lean_ptr_addr(x_56); -x_66 = lean_usize_dec_eq(x_64, x_65); -if (x_66 == 0) +lean_object* x_736; lean_object* x_737; size_t x_738; size_t x_739; uint8_t x_740; +x_736 = lean_ctor_get(x_734, 0); +lean_inc(x_727); +lean_inc(x_726); +lean_inc(x_725); +x_737 = l_Lean_Expr_lam___override(x_725, x_726, x_727, x_728); +x_738 = lean_ptr_addr(x_726); +lean_dec(x_726); +x_739 = lean_ptr_addr(x_730); +x_740 = lean_usize_dec_eq(x_738, x_739); +if (x_740 == 0) { -lean_object* x_67; -lean_dec(x_63); -lean_dec(x_53); -x_67 = l_Lean_Expr_lam___override(x_51, x_56, x_62, x_54); -lean_ctor_set(x_60, 0, x_67); -return x_60; +lean_object* x_741; +lean_dec(x_737); +lean_dec(x_727); +x_741 = l_Lean_Expr_lam___override(x_725, x_730, x_736, x_728); +lean_ctor_set(x_734, 0, x_741); +return x_734; } else { -size_t x_68; size_t x_69; uint8_t x_70; -x_68 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_69 = lean_ptr_addr(x_62); -x_70 = lean_usize_dec_eq(x_68, x_69); -if (x_70 == 0) +size_t x_742; size_t x_743; uint8_t x_744; +x_742 = lean_ptr_addr(x_727); +lean_dec(x_727); +x_743 = lean_ptr_addr(x_736); +x_744 = lean_usize_dec_eq(x_742, x_743); +if (x_744 == 0) { -lean_object* x_71; -lean_dec(x_63); -x_71 = l_Lean_Expr_lam___override(x_51, x_56, x_62, x_54); -lean_ctor_set(x_60, 0, x_71); -return x_60; +lean_object* x_745; +lean_dec(x_737); +x_745 = l_Lean_Expr_lam___override(x_725, x_730, x_736, x_728); +lean_ctor_set(x_734, 0, x_745); +return x_734; } else { -uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_54, x_54); -if (x_72 == 0) +uint8_t x_746; +x_746 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_728, x_728); +if (x_746 == 0) { -lean_object* x_73; -lean_dec(x_63); -x_73 = l_Lean_Expr_lam___override(x_51, x_56, x_62, x_54); -lean_ctor_set(x_60, 0, x_73); -return x_60; +lean_object* x_747; +lean_dec(x_737); +x_747 = l_Lean_Expr_lam___override(x_725, x_730, x_736, x_728); +lean_ctor_set(x_734, 0, x_747); +return x_734; } else { -lean_dec(x_62); -lean_dec(x_56); -lean_dec(x_51); -lean_ctor_set(x_60, 0, x_63); -return x_60; +lean_dec(x_736); +lean_dec(x_730); +lean_dec(x_725); +lean_ctor_set(x_734, 0, x_737); +return x_734; } } } } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; size_t x_77; size_t x_78; uint8_t x_79; -x_74 = lean_ctor_get(x_60, 0); -x_75 = lean_ctor_get(x_60, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_60); -lean_inc(x_53); -lean_inc(x_52); -lean_inc(x_51); -x_76 = l_Lean_Expr_lam___override(x_51, x_52, x_53, x_54); -x_77 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_78 = lean_ptr_addr(x_56); -x_79 = lean_usize_dec_eq(x_77, x_78); -if (x_79 == 0) +lean_object* x_748; lean_object* x_749; lean_object* x_750; size_t x_751; size_t x_752; uint8_t x_753; +x_748 = lean_ctor_get(x_734, 0); +x_749 = lean_ctor_get(x_734, 1); +lean_inc(x_749); +lean_inc(x_748); +lean_dec(x_734); +lean_inc(x_727); +lean_inc(x_726); +lean_inc(x_725); +x_750 = l_Lean_Expr_lam___override(x_725, x_726, x_727, x_728); +x_751 = lean_ptr_addr(x_726); +lean_dec(x_726); +x_752 = lean_ptr_addr(x_730); +x_753 = lean_usize_dec_eq(x_751, x_752); +if (x_753 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_76); -lean_dec(x_53); -x_80 = l_Lean_Expr_lam___override(x_51, x_56, x_74, x_54); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_75); -return x_81; +lean_object* x_754; lean_object* x_755; +lean_dec(x_750); +lean_dec(x_727); +x_754 = l_Lean_Expr_lam___override(x_725, x_730, x_748, x_728); +x_755 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_755, 0, x_754); +lean_ctor_set(x_755, 1, x_749); +return x_755; } else { -size_t x_82; size_t x_83; uint8_t x_84; -x_82 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_83 = lean_ptr_addr(x_74); -x_84 = lean_usize_dec_eq(x_82, x_83); -if (x_84 == 0) +size_t x_756; size_t x_757; uint8_t x_758; +x_756 = lean_ptr_addr(x_727); +lean_dec(x_727); +x_757 = lean_ptr_addr(x_748); +x_758 = lean_usize_dec_eq(x_756, x_757); +if (x_758 == 0) { -lean_object* x_85; lean_object* x_86; -lean_dec(x_76); -x_85 = l_Lean_Expr_lam___override(x_51, x_56, x_74, x_54); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_75); -return x_86; +lean_object* x_759; lean_object* x_760; +lean_dec(x_750); +x_759 = l_Lean_Expr_lam___override(x_725, x_730, x_748, x_728); +x_760 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_760, 0, x_759); +lean_ctor_set(x_760, 1, x_749); +return x_760; } else { -uint8_t x_87; -x_87 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_54, x_54); -if (x_87 == 0) +uint8_t x_761; +x_761 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_728, x_728); +if (x_761 == 0) { -lean_object* x_88; lean_object* x_89; -lean_dec(x_76); -x_88 = l_Lean_Expr_lam___override(x_51, x_56, x_74, x_54); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_75); -return x_89; +lean_object* x_762; lean_object* x_763; +lean_dec(x_750); +x_762 = l_Lean_Expr_lam___override(x_725, x_730, x_748, x_728); +x_763 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_763, 0, x_762); +lean_ctor_set(x_763, 1, x_749); +return x_763; } else { -lean_object* x_90; -lean_dec(x_74); -lean_dec(x_56); -lean_dec(x_51); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_76); -lean_ctor_set(x_90, 1, x_75); -return x_90; +lean_object* x_764; +lean_dec(x_748); +lean_dec(x_730); +lean_dec(x_725); +x_764 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_764, 0, x_750); +lean_ctor_set(x_764, 1, x_749); +return x_764; } } } @@ -4987,226 +4995,226 @@ return x_90; } else { -uint8_t x_91; -lean_dec(x_56); -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_51); -x_91 = !lean_is_exclusive(x_60); -if (x_91 == 0) +uint8_t x_765; +lean_dec(x_730); +lean_dec(x_727); +lean_dec(x_726); +lean_dec(x_725); +x_765 = !lean_is_exclusive(x_734); +if (x_765 == 0) { -return x_60; +return x_734; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_60, 0); -x_93 = lean_ctor_get(x_60, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_60); -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; +lean_object* x_766; lean_object* x_767; lean_object* x_768; +x_766 = lean_ctor_get(x_734, 0); +x_767 = lean_ctor_get(x_734, 1); +lean_inc(x_767); +lean_inc(x_766); +lean_dec(x_734); +x_768 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_768, 0, x_766); +lean_ctor_set(x_768, 1, x_767); +return x_768; } } } else { -uint8_t x_95; -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_51); +uint8_t x_769; +lean_dec(x_727); +lean_dec(x_726); +lean_dec(x_725); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_95 = !lean_is_exclusive(x_55); -if (x_95 == 0) +x_769 = !lean_is_exclusive(x_729); +if (x_769 == 0) { -return x_55; +return x_729; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_55, 0); -x_97 = lean_ctor_get(x_55, 1); -lean_inc(x_97); -lean_inc(x_96); -lean_dec(x_55); -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; +lean_object* x_770; lean_object* x_771; lean_object* x_772; +x_770 = lean_ctor_get(x_729, 0); +x_771 = lean_ctor_get(x_729, 1); +lean_inc(x_771); +lean_inc(x_770); +lean_dec(x_729); +x_772 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_772, 0, x_770); +lean_ctor_set(x_772, 1, x_771); +return x_772; } } } case 7: { -lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; lean_object* x_103; -x_99 = lean_ctor_get(x_5, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_5, 1); -lean_inc(x_100); -x_101 = lean_ctor_get(x_5, 2); -lean_inc(x_101); -x_102 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); +lean_object* x_773; lean_object* x_774; lean_object* x_775; uint8_t x_776; lean_object* x_777; +x_773 = lean_ctor_get(x_5, 0); +lean_inc(x_773); +x_774 = lean_ctor_get(x_5, 1); +lean_inc(x_774); +x_775 = lean_ctor_get(x_5, 2); +lean_inc(x_775); +x_776 = lean_ctor_get_uint8(x_5, sizeof(void*)*3 + 8); lean_dec(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_100); +lean_inc(x_774); lean_inc(x_1); -x_103 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_100, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_103) == 0) +x_777 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_774, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_777) == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -lean_dec(x_103); -x_106 = lean_unsigned_to_nat(1u); -x_107 = lean_nat_add(x_6, x_106); +lean_object* x_778; lean_object* x_779; lean_object* x_780; lean_object* x_781; lean_object* x_782; +x_778 = lean_ctor_get(x_777, 0); +lean_inc(x_778); +x_779 = lean_ctor_get(x_777, 1); +lean_inc(x_779); +lean_dec(x_777); +x_780 = lean_unsigned_to_nat(1u); +x_781 = lean_nat_add(x_6, x_780); lean_dec(x_6); -lean_inc(x_101); -x_108 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_101, x_107, x_7, x_8, x_9, x_10, x_11, x_105); -if (lean_obj_tag(x_108) == 0) +lean_inc(x_775); +x_782 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_775, x_781, x_7, x_8, x_9, x_10, x_11, x_779); +if (lean_obj_tag(x_782) == 0) { -uint8_t x_109; -x_109 = !lean_is_exclusive(x_108); -if (x_109 == 0) +uint8_t x_783; +x_783 = !lean_is_exclusive(x_782); +if (x_783 == 0) { -lean_object* x_110; lean_object* x_111; size_t x_112; size_t x_113; uint8_t x_114; -x_110 = lean_ctor_get(x_108, 0); -lean_inc(x_101); -lean_inc(x_100); -lean_inc(x_99); -x_111 = l_Lean_Expr_forallE___override(x_99, x_100, x_101, x_102); -x_112 = lean_ptr_addr(x_100); -lean_dec(x_100); -x_113 = lean_ptr_addr(x_104); -x_114 = lean_usize_dec_eq(x_112, x_113); -if (x_114 == 0) +lean_object* x_784; lean_object* x_785; size_t x_786; size_t x_787; uint8_t x_788; +x_784 = lean_ctor_get(x_782, 0); +lean_inc(x_775); +lean_inc(x_774); +lean_inc(x_773); +x_785 = l_Lean_Expr_forallE___override(x_773, x_774, x_775, x_776); +x_786 = lean_ptr_addr(x_774); +lean_dec(x_774); +x_787 = lean_ptr_addr(x_778); +x_788 = lean_usize_dec_eq(x_786, x_787); +if (x_788 == 0) { -lean_object* x_115; -lean_dec(x_111); -lean_dec(x_101); -x_115 = l_Lean_Expr_forallE___override(x_99, x_104, x_110, x_102); -lean_ctor_set(x_108, 0, x_115); -return x_108; +lean_object* x_789; +lean_dec(x_785); +lean_dec(x_775); +x_789 = l_Lean_Expr_forallE___override(x_773, x_778, x_784, x_776); +lean_ctor_set(x_782, 0, x_789); +return x_782; } else { -size_t x_116; size_t x_117; uint8_t x_118; -x_116 = lean_ptr_addr(x_101); -lean_dec(x_101); -x_117 = lean_ptr_addr(x_110); -x_118 = lean_usize_dec_eq(x_116, x_117); -if (x_118 == 0) +size_t x_790; size_t x_791; uint8_t x_792; +x_790 = lean_ptr_addr(x_775); +lean_dec(x_775); +x_791 = lean_ptr_addr(x_784); +x_792 = lean_usize_dec_eq(x_790, x_791); +if (x_792 == 0) { -lean_object* x_119; -lean_dec(x_111); -x_119 = l_Lean_Expr_forallE___override(x_99, x_104, x_110, x_102); -lean_ctor_set(x_108, 0, x_119); -return x_108; +lean_object* x_793; +lean_dec(x_785); +x_793 = l_Lean_Expr_forallE___override(x_773, x_778, x_784, x_776); +lean_ctor_set(x_782, 0, x_793); +return x_782; } else { -uint8_t x_120; -x_120 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); -if (x_120 == 0) +uint8_t x_794; +x_794 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_776, x_776); +if (x_794 == 0) { -lean_object* x_121; -lean_dec(x_111); -x_121 = l_Lean_Expr_forallE___override(x_99, x_104, x_110, x_102); -lean_ctor_set(x_108, 0, x_121); -return x_108; +lean_object* x_795; +lean_dec(x_785); +x_795 = l_Lean_Expr_forallE___override(x_773, x_778, x_784, x_776); +lean_ctor_set(x_782, 0, x_795); +return x_782; } else { -lean_dec(x_110); -lean_dec(x_104); -lean_dec(x_99); -lean_ctor_set(x_108, 0, x_111); -return x_108; +lean_dec(x_784); +lean_dec(x_778); +lean_dec(x_773); +lean_ctor_set(x_782, 0, x_785); +return x_782; } } } } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; size_t x_125; size_t x_126; uint8_t x_127; -x_122 = lean_ctor_get(x_108, 0); -x_123 = lean_ctor_get(x_108, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_108); -lean_inc(x_101); -lean_inc(x_100); -lean_inc(x_99); -x_124 = l_Lean_Expr_forallE___override(x_99, x_100, x_101, x_102); -x_125 = lean_ptr_addr(x_100); -lean_dec(x_100); -x_126 = lean_ptr_addr(x_104); -x_127 = lean_usize_dec_eq(x_125, x_126); -if (x_127 == 0) -{ -lean_object* x_128; lean_object* x_129; -lean_dec(x_124); -lean_dec(x_101); -x_128 = l_Lean_Expr_forallE___override(x_99, x_104, x_122, x_102); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_128); -lean_ctor_set(x_129, 1, x_123); -return x_129; -} -else -{ -size_t x_130; size_t x_131; uint8_t x_132; -x_130 = lean_ptr_addr(x_101); -lean_dec(x_101); -x_131 = lean_ptr_addr(x_122); -x_132 = lean_usize_dec_eq(x_130, x_131); -if (x_132 == 0) -{ -lean_object* x_133; lean_object* x_134; -lean_dec(x_124); -x_133 = l_Lean_Expr_forallE___override(x_99, x_104, x_122, x_102); -x_134 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_134, 0, x_133); -lean_ctor_set(x_134, 1, x_123); -return x_134; -} -else -{ -uint8_t x_135; -x_135 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); -if (x_135 == 0) -{ -lean_object* x_136; lean_object* x_137; -lean_dec(x_124); -x_136 = l_Lean_Expr_forallE___override(x_99, x_104, x_122, x_102); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_123); -return x_137; -} -else -{ -lean_object* x_138; -lean_dec(x_122); -lean_dec(x_104); -lean_dec(x_99); -x_138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_138, 0, x_124); -lean_ctor_set(x_138, 1, x_123); -return x_138; +lean_object* x_796; lean_object* x_797; lean_object* x_798; size_t x_799; size_t x_800; uint8_t x_801; +x_796 = lean_ctor_get(x_782, 0); +x_797 = lean_ctor_get(x_782, 1); +lean_inc(x_797); +lean_inc(x_796); +lean_dec(x_782); +lean_inc(x_775); +lean_inc(x_774); +lean_inc(x_773); +x_798 = l_Lean_Expr_forallE___override(x_773, x_774, x_775, x_776); +x_799 = lean_ptr_addr(x_774); +lean_dec(x_774); +x_800 = lean_ptr_addr(x_778); +x_801 = lean_usize_dec_eq(x_799, x_800); +if (x_801 == 0) +{ +lean_object* x_802; lean_object* x_803; +lean_dec(x_798); +lean_dec(x_775); +x_802 = l_Lean_Expr_forallE___override(x_773, x_778, x_796, x_776); +x_803 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_803, 0, x_802); +lean_ctor_set(x_803, 1, x_797); +return x_803; +} +else +{ +size_t x_804; size_t x_805; uint8_t x_806; +x_804 = lean_ptr_addr(x_775); +lean_dec(x_775); +x_805 = lean_ptr_addr(x_796); +x_806 = lean_usize_dec_eq(x_804, x_805); +if (x_806 == 0) +{ +lean_object* x_807; lean_object* x_808; +lean_dec(x_798); +x_807 = l_Lean_Expr_forallE___override(x_773, x_778, x_796, x_776); +x_808 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_808, 0, x_807); +lean_ctor_set(x_808, 1, x_797); +return x_808; +} +else +{ +uint8_t x_809; +x_809 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_776, x_776); +if (x_809 == 0) +{ +lean_object* x_810; lean_object* x_811; +lean_dec(x_798); +x_810 = l_Lean_Expr_forallE___override(x_773, x_778, x_796, x_776); +x_811 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_811, 0, x_810); +lean_ctor_set(x_811, 1, x_797); +return x_811; +} +else +{ +lean_object* x_812; +lean_dec(x_796); +lean_dec(x_778); +lean_dec(x_773); +x_812 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_812, 0, x_798); +lean_ctor_set(x_812, 1, x_797); +return x_812; } } } @@ -5214,247 +5222,247 @@ return x_138; } else { -uint8_t x_139; -lean_dec(x_104); -lean_dec(x_101); -lean_dec(x_100); -lean_dec(x_99); -x_139 = !lean_is_exclusive(x_108); -if (x_139 == 0) +uint8_t x_813; +lean_dec(x_778); +lean_dec(x_775); +lean_dec(x_774); +lean_dec(x_773); +x_813 = !lean_is_exclusive(x_782); +if (x_813 == 0) { -return x_108; +return x_782; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_108, 0); -x_141 = lean_ctor_get(x_108, 1); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_108); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; +lean_object* x_814; lean_object* x_815; lean_object* x_816; +x_814 = lean_ctor_get(x_782, 0); +x_815 = lean_ctor_get(x_782, 1); +lean_inc(x_815); +lean_inc(x_814); +lean_dec(x_782); +x_816 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_816, 0, x_814); +lean_ctor_set(x_816, 1, x_815); +return x_816; } } } else { -uint8_t x_143; -lean_dec(x_101); -lean_dec(x_100); -lean_dec(x_99); +uint8_t x_817; +lean_dec(x_775); +lean_dec(x_774); +lean_dec(x_773); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_143 = !lean_is_exclusive(x_103); -if (x_143 == 0) +x_817 = !lean_is_exclusive(x_777); +if (x_817 == 0) { -return x_103; +return x_777; } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_103, 0); -x_145 = lean_ctor_get(x_103, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_103); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; +lean_object* x_818; lean_object* x_819; lean_object* x_820; +x_818 = lean_ctor_get(x_777, 0); +x_819 = lean_ctor_get(x_777, 1); +lean_inc(x_819); +lean_inc(x_818); +lean_dec(x_777); +x_820 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_820, 0, x_818); +lean_ctor_set(x_820, 1, x_819); +return x_820; } } } case 8: { -lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; lean_object* x_152; -x_147 = lean_ctor_get(x_5, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_5, 1); -lean_inc(x_148); -x_149 = lean_ctor_get(x_5, 2); -lean_inc(x_149); -x_150 = lean_ctor_get(x_5, 3); -lean_inc(x_150); -x_151 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); +lean_object* x_821; lean_object* x_822; lean_object* x_823; lean_object* x_824; uint8_t x_825; lean_object* x_826; +x_821 = lean_ctor_get(x_5, 0); +lean_inc(x_821); +x_822 = lean_ctor_get(x_5, 1); +lean_inc(x_822); +x_823 = lean_ctor_get(x_5, 2); +lean_inc(x_823); +x_824 = lean_ctor_get(x_5, 3); +lean_inc(x_824); +x_825 = lean_ctor_get_uint8(x_5, sizeof(void*)*4 + 8); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_148); +lean_inc(x_822); lean_inc(x_1); -x_152 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_148, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_152) == 0) -{ -lean_object* x_153; lean_object* x_154; lean_object* x_155; -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_152, 1); -lean_inc(x_154); -lean_dec(x_152); +x_826 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_822, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_826) == 0) +{ +lean_object* x_827; lean_object* x_828; lean_object* x_829; +x_827 = lean_ctor_get(x_826, 0); +lean_inc(x_827); +x_828 = lean_ctor_get(x_826, 1); +lean_inc(x_828); +lean_dec(x_826); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_6); -lean_inc(x_149); +lean_inc(x_823); lean_inc(x_1); -x_155 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_149, x_6, x_7, x_8, x_9, x_10, x_11, x_154); -if (lean_obj_tag(x_155) == 0) -{ -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_158 = lean_unsigned_to_nat(1u); -x_159 = lean_nat_add(x_6, x_158); +x_829 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_823, x_6, x_7, x_8, x_9, x_10, x_11, x_828); +if (lean_obj_tag(x_829) == 0) +{ +lean_object* x_830; lean_object* x_831; lean_object* x_832; lean_object* x_833; lean_object* x_834; +x_830 = lean_ctor_get(x_829, 0); +lean_inc(x_830); +x_831 = lean_ctor_get(x_829, 1); +lean_inc(x_831); +lean_dec(x_829); +x_832 = lean_unsigned_to_nat(1u); +x_833 = lean_nat_add(x_6, x_832); lean_dec(x_6); -lean_inc(x_150); -x_160 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_150, x_159, x_7, x_8, x_9, x_10, x_11, x_157); -if (lean_obj_tag(x_160) == 0) -{ -uint8_t x_161; -x_161 = !lean_is_exclusive(x_160); -if (x_161 == 0) -{ -lean_object* x_162; size_t x_163; size_t x_164; uint8_t x_165; -x_162 = lean_ctor_get(x_160, 0); -x_163 = lean_ptr_addr(x_148); -lean_dec(x_148); -x_164 = lean_ptr_addr(x_153); -x_165 = lean_usize_dec_eq(x_163, x_164); -if (x_165 == 0) -{ -lean_object* x_166; -lean_dec(x_150); -lean_dec(x_149); +lean_inc(x_824); +x_834 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_824, x_833, x_7, x_8, x_9, x_10, x_11, x_831); +if (lean_obj_tag(x_834) == 0) +{ +uint8_t x_835; +x_835 = !lean_is_exclusive(x_834); +if (x_835 == 0) +{ +lean_object* x_836; size_t x_837; size_t x_838; uint8_t x_839; +x_836 = lean_ctor_get(x_834, 0); +x_837 = lean_ptr_addr(x_822); +lean_dec(x_822); +x_838 = lean_ptr_addr(x_827); +x_839 = lean_usize_dec_eq(x_837, x_838); +if (x_839 == 0) +{ +lean_object* x_840; +lean_dec(x_824); +lean_dec(x_823); lean_dec(x_5); -x_166 = l_Lean_Expr_letE___override(x_147, x_153, x_156, x_162, x_151); -lean_ctor_set(x_160, 0, x_166); -return x_160; +x_840 = l_Lean_Expr_letE___override(x_821, x_827, x_830, x_836, x_825); +lean_ctor_set(x_834, 0, x_840); +return x_834; } else { -size_t x_167; size_t x_168; uint8_t x_169; -x_167 = lean_ptr_addr(x_149); -lean_dec(x_149); -x_168 = lean_ptr_addr(x_156); -x_169 = lean_usize_dec_eq(x_167, x_168); -if (x_169 == 0) +size_t x_841; size_t x_842; uint8_t x_843; +x_841 = lean_ptr_addr(x_823); +lean_dec(x_823); +x_842 = lean_ptr_addr(x_830); +x_843 = lean_usize_dec_eq(x_841, x_842); +if (x_843 == 0) { -lean_object* x_170; -lean_dec(x_150); +lean_object* x_844; +lean_dec(x_824); lean_dec(x_5); -x_170 = l_Lean_Expr_letE___override(x_147, x_153, x_156, x_162, x_151); -lean_ctor_set(x_160, 0, x_170); -return x_160; +x_844 = l_Lean_Expr_letE___override(x_821, x_827, x_830, x_836, x_825); +lean_ctor_set(x_834, 0, x_844); +return x_834; } else { -size_t x_171; size_t x_172; uint8_t x_173; -x_171 = lean_ptr_addr(x_150); -lean_dec(x_150); -x_172 = lean_ptr_addr(x_162); -x_173 = lean_usize_dec_eq(x_171, x_172); -if (x_173 == 0) +size_t x_845; size_t x_846; uint8_t x_847; +x_845 = lean_ptr_addr(x_824); +lean_dec(x_824); +x_846 = lean_ptr_addr(x_836); +x_847 = lean_usize_dec_eq(x_845, x_846); +if (x_847 == 0) { -lean_object* x_174; +lean_object* x_848; lean_dec(x_5); -x_174 = l_Lean_Expr_letE___override(x_147, x_153, x_156, x_162, x_151); -lean_ctor_set(x_160, 0, x_174); -return x_160; +x_848 = l_Lean_Expr_letE___override(x_821, x_827, x_830, x_836, x_825); +lean_ctor_set(x_834, 0, x_848); +return x_834; } else { -lean_dec(x_162); -lean_dec(x_156); -lean_dec(x_153); -lean_dec(x_147); -lean_ctor_set(x_160, 0, x_5); -return x_160; +lean_dec(x_836); +lean_dec(x_830); +lean_dec(x_827); +lean_dec(x_821); +lean_ctor_set(x_834, 0, x_5); +return x_834; } } } } else { -lean_object* x_175; lean_object* x_176; size_t x_177; size_t x_178; uint8_t x_179; -x_175 = lean_ctor_get(x_160, 0); -x_176 = lean_ctor_get(x_160, 1); -lean_inc(x_176); -lean_inc(x_175); -lean_dec(x_160); -x_177 = lean_ptr_addr(x_148); -lean_dec(x_148); -x_178 = lean_ptr_addr(x_153); -x_179 = lean_usize_dec_eq(x_177, x_178); -if (x_179 == 0) -{ -lean_object* x_180; lean_object* x_181; -lean_dec(x_150); -lean_dec(x_149); +lean_object* x_849; lean_object* x_850; size_t x_851; size_t x_852; uint8_t x_853; +x_849 = lean_ctor_get(x_834, 0); +x_850 = lean_ctor_get(x_834, 1); +lean_inc(x_850); +lean_inc(x_849); +lean_dec(x_834); +x_851 = lean_ptr_addr(x_822); +lean_dec(x_822); +x_852 = lean_ptr_addr(x_827); +x_853 = lean_usize_dec_eq(x_851, x_852); +if (x_853 == 0) +{ +lean_object* x_854; lean_object* x_855; +lean_dec(x_824); +lean_dec(x_823); lean_dec(x_5); -x_180 = l_Lean_Expr_letE___override(x_147, x_153, x_156, x_175, x_151); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_176); -return x_181; +x_854 = l_Lean_Expr_letE___override(x_821, x_827, x_830, x_849, x_825); +x_855 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_855, 0, x_854); +lean_ctor_set(x_855, 1, x_850); +return x_855; } else { -size_t x_182; size_t x_183; uint8_t x_184; -x_182 = lean_ptr_addr(x_149); -lean_dec(x_149); -x_183 = lean_ptr_addr(x_156); -x_184 = lean_usize_dec_eq(x_182, x_183); -if (x_184 == 0) +size_t x_856; size_t x_857; uint8_t x_858; +x_856 = lean_ptr_addr(x_823); +lean_dec(x_823); +x_857 = lean_ptr_addr(x_830); +x_858 = lean_usize_dec_eq(x_856, x_857); +if (x_858 == 0) { -lean_object* x_185; lean_object* x_186; -lean_dec(x_150); +lean_object* x_859; lean_object* x_860; +lean_dec(x_824); lean_dec(x_5); -x_185 = l_Lean_Expr_letE___override(x_147, x_153, x_156, x_175, x_151); -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_176); -return x_186; +x_859 = l_Lean_Expr_letE___override(x_821, x_827, x_830, x_849, x_825); +x_860 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_860, 0, x_859); +lean_ctor_set(x_860, 1, x_850); +return x_860; } else { -size_t x_187; size_t x_188; uint8_t x_189; -x_187 = lean_ptr_addr(x_150); -lean_dec(x_150); -x_188 = lean_ptr_addr(x_175); -x_189 = lean_usize_dec_eq(x_187, x_188); -if (x_189 == 0) +size_t x_861; size_t x_862; uint8_t x_863; +x_861 = lean_ptr_addr(x_824); +lean_dec(x_824); +x_862 = lean_ptr_addr(x_849); +x_863 = lean_usize_dec_eq(x_861, x_862); +if (x_863 == 0) { -lean_object* x_190; lean_object* x_191; +lean_object* x_864; lean_object* x_865; lean_dec(x_5); -x_190 = l_Lean_Expr_letE___override(x_147, x_153, x_156, x_175, x_151); -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_190); -lean_ctor_set(x_191, 1, x_176); -return x_191; +x_864 = l_Lean_Expr_letE___override(x_821, x_827, x_830, x_849, x_825); +x_865 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_865, 0, x_864); +lean_ctor_set(x_865, 1, x_850); +return x_865; } else { -lean_object* x_192; -lean_dec(x_175); -lean_dec(x_156); -lean_dec(x_153); -lean_dec(x_147); -x_192 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_192, 0, x_5); -lean_ctor_set(x_192, 1, x_176); -return x_192; +lean_object* x_866; +lean_dec(x_849); +lean_dec(x_830); +lean_dec(x_827); +lean_dec(x_821); +x_866 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_866, 0, x_5); +lean_ctor_set(x_866, 1, x_850); +return x_866; } } } @@ -5462,42 +5470,42 @@ return x_192; } else { -uint8_t x_193; -lean_dec(x_156); -lean_dec(x_153); -lean_dec(x_150); -lean_dec(x_149); -lean_dec(x_148); -lean_dec(x_147); +uint8_t x_867; +lean_dec(x_830); +lean_dec(x_827); +lean_dec(x_824); +lean_dec(x_823); +lean_dec(x_822); +lean_dec(x_821); lean_dec(x_5); -x_193 = !lean_is_exclusive(x_160); -if (x_193 == 0) +x_867 = !lean_is_exclusive(x_834); +if (x_867 == 0) { -return x_160; +return x_834; } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_194 = lean_ctor_get(x_160, 0); -x_195 = lean_ctor_get(x_160, 1); -lean_inc(x_195); -lean_inc(x_194); -lean_dec(x_160); -x_196 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_196, 0, x_194); -lean_ctor_set(x_196, 1, x_195); -return x_196; +lean_object* x_868; lean_object* x_869; lean_object* x_870; +x_868 = lean_ctor_get(x_834, 0); +x_869 = lean_ctor_get(x_834, 1); +lean_inc(x_869); +lean_inc(x_868); +lean_dec(x_834); +x_870 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_870, 0, x_868); +lean_ctor_set(x_870, 1, x_869); +return x_870; } } } else { -uint8_t x_197; -lean_dec(x_153); -lean_dec(x_150); -lean_dec(x_149); -lean_dec(x_148); -lean_dec(x_147); +uint8_t x_871; +lean_dec(x_827); +lean_dec(x_824); +lean_dec(x_823); +lean_dec(x_822); +lean_dec(x_821); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -5505,33 +5513,33 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_197 = !lean_is_exclusive(x_155); -if (x_197 == 0) +x_871 = !lean_is_exclusive(x_829); +if (x_871 == 0) { -return x_155; +return x_829; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_155, 0); -x_199 = lean_ctor_get(x_155, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_155); -x_200 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_200, 0, x_198); -lean_ctor_set(x_200, 1, x_199); -return x_200; +lean_object* x_872; lean_object* x_873; lean_object* x_874; +x_872 = lean_ctor_get(x_829, 0); +x_873 = lean_ctor_get(x_829, 1); +lean_inc(x_873); +lean_inc(x_872); +lean_dec(x_829); +x_874 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_874, 0, x_872); +lean_ctor_set(x_874, 1, x_873); +return x_874; } } } else { -uint8_t x_201; -lean_dec(x_150); -lean_dec(x_149); -lean_dec(x_148); -lean_dec(x_147); +uint8_t x_875; +lean_dec(x_824); +lean_dec(x_823); +lean_dec(x_822); +lean_dec(x_821); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -5539,238 +5547,239 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_201 = !lean_is_exclusive(x_152); -if (x_201 == 0) +x_875 = !lean_is_exclusive(x_826); +if (x_875 == 0) { -return x_152; +return x_826; } else { -lean_object* x_202; lean_object* x_203; lean_object* x_204; -x_202 = lean_ctor_get(x_152, 0); -x_203 = lean_ctor_get(x_152, 1); -lean_inc(x_203); -lean_inc(x_202); -lean_dec(x_152); -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; +lean_object* x_876; lean_object* x_877; lean_object* x_878; +x_876 = lean_ctor_get(x_826, 0); +x_877 = lean_ctor_get(x_826, 1); +lean_inc(x_877); +lean_inc(x_876); +lean_dec(x_826); +x_878 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_878, 0, x_876); +lean_ctor_set(x_878, 1, x_877); +return x_878; } } } case 10: { -lean_object* x_205; lean_object* x_206; lean_object* x_207; -x_205 = lean_ctor_get(x_5, 0); -lean_inc(x_205); -x_206 = lean_ctor_get(x_5, 1); -lean_inc(x_206); -lean_inc(x_206); -x_207 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_206, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_207) == 0) -{ -uint8_t x_208; -x_208 = !lean_is_exclusive(x_207); -if (x_208 == 0) -{ -lean_object* x_209; size_t x_210; size_t x_211; uint8_t x_212; -x_209 = lean_ctor_get(x_207, 0); -x_210 = lean_ptr_addr(x_206); -lean_dec(x_206); -x_211 = lean_ptr_addr(x_209); -x_212 = lean_usize_dec_eq(x_210, x_211); -if (x_212 == 0) -{ -lean_object* x_213; +lean_object* x_879; lean_object* x_880; lean_object* x_881; +x_879 = lean_ctor_get(x_5, 0); +lean_inc(x_879); +x_880 = lean_ctor_get(x_5, 1); +lean_inc(x_880); +lean_inc(x_880); +x_881 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_880, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_881) == 0) +{ +uint8_t x_882; +x_882 = !lean_is_exclusive(x_881); +if (x_882 == 0) +{ +lean_object* x_883; size_t x_884; size_t x_885; uint8_t x_886; +x_883 = lean_ctor_get(x_881, 0); +x_884 = lean_ptr_addr(x_880); +lean_dec(x_880); +x_885 = lean_ptr_addr(x_883); +x_886 = lean_usize_dec_eq(x_884, x_885); +if (x_886 == 0) +{ +lean_object* x_887; lean_dec(x_5); -x_213 = l_Lean_Expr_mdata___override(x_205, x_209); -lean_ctor_set(x_207, 0, x_213); -return x_207; +x_887 = l_Lean_Expr_mdata___override(x_879, x_883); +lean_ctor_set(x_881, 0, x_887); +return x_881; } else { -lean_dec(x_209); -lean_dec(x_205); -lean_ctor_set(x_207, 0, x_5); -return x_207; +lean_dec(x_883); +lean_dec(x_879); +lean_ctor_set(x_881, 0, x_5); +return x_881; } } else { -lean_object* x_214; lean_object* x_215; size_t x_216; size_t x_217; uint8_t x_218; -x_214 = lean_ctor_get(x_207, 0); -x_215 = lean_ctor_get(x_207, 1); -lean_inc(x_215); -lean_inc(x_214); -lean_dec(x_207); -x_216 = lean_ptr_addr(x_206); -lean_dec(x_206); -x_217 = lean_ptr_addr(x_214); -x_218 = lean_usize_dec_eq(x_216, x_217); -if (x_218 == 0) -{ -lean_object* x_219; lean_object* x_220; +lean_object* x_888; lean_object* x_889; size_t x_890; size_t x_891; uint8_t x_892; +x_888 = lean_ctor_get(x_881, 0); +x_889 = lean_ctor_get(x_881, 1); +lean_inc(x_889); +lean_inc(x_888); +lean_dec(x_881); +x_890 = lean_ptr_addr(x_880); +lean_dec(x_880); +x_891 = lean_ptr_addr(x_888); +x_892 = lean_usize_dec_eq(x_890, x_891); +if (x_892 == 0) +{ +lean_object* x_893; lean_object* x_894; lean_dec(x_5); -x_219 = l_Lean_Expr_mdata___override(x_205, x_214); -x_220 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_220, 0, x_219); -lean_ctor_set(x_220, 1, x_215); -return x_220; +x_893 = l_Lean_Expr_mdata___override(x_879, x_888); +x_894 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_894, 0, x_893); +lean_ctor_set(x_894, 1, x_889); +return x_894; } else { -lean_object* x_221; -lean_dec(x_214); -lean_dec(x_205); -x_221 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_221, 0, x_5); -lean_ctor_set(x_221, 1, x_215); -return x_221; +lean_object* x_895; +lean_dec(x_888); +lean_dec(x_879); +x_895 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_895, 0, x_5); +lean_ctor_set(x_895, 1, x_889); +return x_895; } } } else { -uint8_t x_222; -lean_dec(x_206); -lean_dec(x_205); +uint8_t x_896; +lean_dec(x_880); +lean_dec(x_879); lean_dec(x_5); -x_222 = !lean_is_exclusive(x_207); -if (x_222 == 0) +x_896 = !lean_is_exclusive(x_881); +if (x_896 == 0) { -return x_207; +return x_881; } else { -lean_object* x_223; lean_object* x_224; lean_object* x_225; -x_223 = lean_ctor_get(x_207, 0); -x_224 = lean_ctor_get(x_207, 1); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_207); -x_225 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_225, 0, x_223); -lean_ctor_set(x_225, 1, x_224); -return x_225; +lean_object* x_897; lean_object* x_898; lean_object* x_899; +x_897 = lean_ctor_get(x_881, 0); +x_898 = lean_ctor_get(x_881, 1); +lean_inc(x_898); +lean_inc(x_897); +lean_dec(x_881); +x_899 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_899, 0, x_897); +lean_ctor_set(x_899, 1, x_898); +return x_899; } } } case 11: { -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_226 = lean_ctor_get(x_5, 0); -lean_inc(x_226); -x_227 = lean_ctor_get(x_5, 1); -lean_inc(x_227); -x_228 = lean_ctor_get(x_5, 2); -lean_inc(x_228); -lean_inc(x_228); -x_229 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_228, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_229) == 0) -{ -uint8_t x_230; -x_230 = !lean_is_exclusive(x_229); -if (x_230 == 0) -{ -lean_object* x_231; size_t x_232; size_t x_233; uint8_t x_234; -x_231 = lean_ctor_get(x_229, 0); -x_232 = lean_ptr_addr(x_228); -lean_dec(x_228); -x_233 = lean_ptr_addr(x_231); -x_234 = lean_usize_dec_eq(x_232, x_233); -if (x_234 == 0) -{ -lean_object* x_235; +lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; +x_900 = lean_ctor_get(x_5, 0); +lean_inc(x_900); +x_901 = lean_ctor_get(x_5, 1); +lean_inc(x_901); +x_902 = lean_ctor_get(x_5, 2); +lean_inc(x_902); +lean_inc(x_902); +x_903 = l_Lean_Meta_kabstract_visit(x_1, x_2, x_3, x_4, x_902, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_903) == 0) +{ +uint8_t x_904; +x_904 = !lean_is_exclusive(x_903); +if (x_904 == 0) +{ +lean_object* x_905; size_t x_906; size_t x_907; uint8_t x_908; +x_905 = lean_ctor_get(x_903, 0); +x_906 = lean_ptr_addr(x_902); +lean_dec(x_902); +x_907 = lean_ptr_addr(x_905); +x_908 = lean_usize_dec_eq(x_906, x_907); +if (x_908 == 0) +{ +lean_object* x_909; lean_dec(x_5); -x_235 = l_Lean_Expr_proj___override(x_226, x_227, x_231); -lean_ctor_set(x_229, 0, x_235); -return x_229; +x_909 = l_Lean_Expr_proj___override(x_900, x_901, x_905); +lean_ctor_set(x_903, 0, x_909); +return x_903; } else { -lean_dec(x_231); -lean_dec(x_227); -lean_dec(x_226); -lean_ctor_set(x_229, 0, x_5); -return x_229; +lean_dec(x_905); +lean_dec(x_901); +lean_dec(x_900); +lean_ctor_set(x_903, 0, x_5); +return x_903; } } else { -lean_object* x_236; lean_object* x_237; size_t x_238; size_t x_239; uint8_t x_240; -x_236 = lean_ctor_get(x_229, 0); -x_237 = lean_ctor_get(x_229, 1); -lean_inc(x_237); -lean_inc(x_236); -lean_dec(x_229); -x_238 = lean_ptr_addr(x_228); -lean_dec(x_228); -x_239 = lean_ptr_addr(x_236); -x_240 = lean_usize_dec_eq(x_238, x_239); -if (x_240 == 0) -{ -lean_object* x_241; lean_object* x_242; +lean_object* x_910; lean_object* x_911; size_t x_912; size_t x_913; uint8_t x_914; +x_910 = lean_ctor_get(x_903, 0); +x_911 = lean_ctor_get(x_903, 1); +lean_inc(x_911); +lean_inc(x_910); +lean_dec(x_903); +x_912 = lean_ptr_addr(x_902); +lean_dec(x_902); +x_913 = lean_ptr_addr(x_910); +x_914 = lean_usize_dec_eq(x_912, x_913); +if (x_914 == 0) +{ +lean_object* x_915; lean_object* x_916; lean_dec(x_5); -x_241 = l_Lean_Expr_proj___override(x_226, x_227, x_236); -x_242 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_242, 1, x_237); -return x_242; +x_915 = l_Lean_Expr_proj___override(x_900, x_901, x_910); +x_916 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_916, 0, x_915); +lean_ctor_set(x_916, 1, x_911); +return x_916; } else { -lean_object* x_243; -lean_dec(x_236); -lean_dec(x_227); -lean_dec(x_226); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_5); -lean_ctor_set(x_243, 1, x_237); -return x_243; +lean_object* x_917; +lean_dec(x_910); +lean_dec(x_901); +lean_dec(x_900); +x_917 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_917, 0, x_5); +lean_ctor_set(x_917, 1, x_911); +return x_917; } } } else { -uint8_t x_244; -lean_dec(x_228); -lean_dec(x_227); -lean_dec(x_226); +uint8_t x_918; +lean_dec(x_902); +lean_dec(x_901); +lean_dec(x_900); lean_dec(x_5); -x_244 = !lean_is_exclusive(x_229); -if (x_244 == 0) +x_918 = !lean_is_exclusive(x_903); +if (x_918 == 0) { -return x_229; +return x_903; } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; -x_245 = lean_ctor_get(x_229, 0); -x_246 = lean_ctor_get(x_229, 1); -lean_inc(x_246); -lean_inc(x_245); -lean_dec(x_229); -x_247 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_247, 0, x_245); -lean_ctor_set(x_247, 1, x_246); -return x_247; +lean_object* x_919; lean_object* x_920; lean_object* x_921; +x_919 = lean_ctor_get(x_903, 0); +x_920 = lean_ctor_get(x_903, 1); +lean_inc(x_920); +lean_inc(x_919); +lean_dec(x_903); +x_921 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_921, 0, x_919); +lean_ctor_set(x_921, 1, x_920); +return x_921; } } } default: { -lean_object* x_248; +lean_object* x_922; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); lean_dec(x_1); -x_248 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_248, 0, x_5); -lean_ctor_set(x_248, 1, x_12); -return x_248; +x_922 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_922, 0, x_5); +lean_ctor_set(x_922, 1, x_12); +return x_922; +} } } } diff --git a/stage0/stdlib/Lean/Meta/LevelDefEq.c b/stage0/stdlib/Lean/Meta/LevelDefEq.c index a3757e3b520e..b2f094a62552 100644 --- a/stage0/stdlib/Lean/Meta/LevelDefEq.c +++ b/stage0/stdlib/Lean/Meta/LevelDefEq.c @@ -13,8 +13,10 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__7; lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Bool_toLBool(uint8_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__14; lean_object* lean_is_level_def_eq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -22,6 +24,7 @@ static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax__ static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__8; static lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___lambda__3___closed__1; static lean_object* l_panic___at_Lean_Meta_isLevelDefEqAuxImpl___spec__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614_(lean_object*); static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax___closed__6; static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_isLevelDefEqAuxImpl___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -33,32 +36,28 @@ extern uint8_t l_instInhabitedBool; lean_object* l_Lean_LMVarId_getLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_exceptBoolEmoji___rarg(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Meta_isLevelDefEqAuxImpl___spec__4(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__9; lean_object* l_Lean_Meta_throwIsDefEqStuck___rarg(lean_object*); static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_isLevelDefEqAuxImpl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__5; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_isLevelDefEqAuxImpl___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__4; lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Meta_decLevel_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__6; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); uint8_t l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(uint8_t, uint8_t); lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_isLevelMVarAssignable___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__6; static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax___closed__1; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Level_occurs(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax___closed__5; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Meta_isLevelDefEqAuxImpl___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__14; LEAN_EXPORT lean_object* lean_is_level_def_eq(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_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__7; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); @@ -72,13 +71,14 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___closed__1; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Level_mvarId_x21(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___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_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__10; extern lean_object* l_Lean_Meta_instMonadMetaM; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609_(lean_object*); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_isLevelDefEqAuxImpl___spec__2___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__2; static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__6; static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_isLevelDefEqAuxImpl___spec__2___closed__4; static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__4; static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax___closed__3; @@ -92,18 +92,16 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofLevel(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); uint8_t l_Lean_Level_isParam(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__11; lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_mkMaxArgsDiff___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__10; lean_object* l_Lean_assignLevelMVar___at_Lean_Meta_normalizeLevel___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Level_isMax(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__11; static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__2; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Meta_isLevelDefEqAuxImpl___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax_visit___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__13; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_mkMaxArgsDiff(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__1; @@ -111,10 +109,10 @@ uint8_t l_Lean_Level_isMVar(lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_isMVarWithGreaterDepth___boxed(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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__12; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__13; lean_object* lean_string_append(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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__1; uint8_t lean_level_eq(lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* l_Lean_instantiateLevelMVars___at_Lean_Meta_normalizeLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -122,10 +120,12 @@ LEAN_EXPORT lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___lambda__1___boxed(lea LEAN_EXPORT lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax___closed__2; lean_object* l_Lean_Level_normalize(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__1; LEAN_EXPORT uint8_t l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax_visit(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__12; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___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_Meta_isLevelDefEqAuxImpl___lambda__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__8; lean_object* l_Lean_Level_getOffsetAux(lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax_visit(lean_object* x_1, lean_object* x_2) { _start: @@ -1379,358 +1379,253 @@ lean_inc(x_2); x_151 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_isMVarWithGreaterDepth(x_2, x_146, x_3, x_4, x_5, x_6, x_150); if (lean_obj_tag(x_151) == 0) { -lean_object* x_152; uint8_t x_153; +lean_object* x_152; lean_object* x_153; lean_object* x_154; uint8_t x_155; uint8_t x_189; x_152 = lean_ctor_get(x_151, 0); lean_inc(x_152); -x_153 = lean_unbox(x_152); +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_189 = lean_unbox(x_152); lean_dec(x_152); -if (x_153 == 0) -{ -uint8_t x_154; -x_154 = !lean_is_exclusive(x_151); -if (x_154 == 0) -{ -lean_object* x_155; lean_object* x_156; uint8_t x_157; -x_155 = lean_ctor_get(x_151, 1); -x_156 = lean_ctor_get(x_151, 0); -lean_dec(x_156); -x_157 = l_Lean_Level_occurs(x_1, x_2); -if (x_157 == 0) -{ -lean_object* x_158; lean_object* x_159; uint8_t x_160; -lean_free_object(x_151); -x_158 = l_Lean_Level_mvarId_x21(x_1); -x_159 = l_Lean_assignLevelMVar___at_Lean_Meta_normalizeLevel___spec__2(x_158, x_2, x_3, x_4, x_5, x_6, x_155); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_160 = !lean_is_exclusive(x_159); -if (x_160 == 0) +if (x_189 == 0) { -lean_object* x_161; uint8_t x_162; lean_object* x_163; -x_161 = lean_ctor_get(x_159, 0); -lean_dec(x_161); -x_162 = 1; -x_163 = lean_box(x_162); -lean_ctor_set(x_159, 0, x_163); -return x_159; +uint8_t x_190; +x_190 = l_Lean_Level_occurs(x_1, x_2); +if (x_190 == 0) +{ +uint8_t x_191; +x_191 = 1; +x_155 = x_191; +goto block_188; } else { -lean_object* x_164; uint8_t x_165; lean_object* x_166; lean_object* x_167; -x_164 = lean_ctor_get(x_159, 1); -lean_inc(x_164); -lean_dec(x_159); -x_165 = 1; -x_166 = lean_box(x_165); -x_167 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_167, 0, x_166); -lean_ctor_set(x_167, 1, x_164); -return x_167; +uint8_t x_192; +x_192 = 0; +x_155 = x_192; +goto block_188; } } else { -uint8_t x_168; -x_168 = l_Lean_Level_isMax(x_2); -if (x_168 == 0) -{ -uint8_t x_169; lean_object* x_170; +lean_object* x_193; lean_object* x_194; uint8_t x_195; +lean_dec(x_154); +x_193 = l_Lean_Level_mvarId_x21(x_2); +x_194 = l_Lean_assignLevelMVar___at_Lean_Meta_normalizeLevel___spec__2(x_193, x_1, x_3, x_4, x_5, x_6, x_153); 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 = 2; -x_170 = lean_box(x_169); -lean_ctor_set(x_151, 0, x_170); -return x_151; -} -else +x_195 = !lean_is_exclusive(x_194); +if (x_195 == 0) { -uint8_t x_171; -x_171 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax(x_1, x_2); -if (x_171 == 0) -{ -lean_object* x_172; lean_object* x_173; -lean_free_object(x_151); -x_172 = l_Lean_Level_mvarId_x21(x_1); -x_173 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax(x_172, x_2, x_3, x_4, x_5, x_6, x_155); -if (lean_obj_tag(x_173) == 0) -{ -uint8_t x_174; -x_174 = !lean_is_exclusive(x_173); -if (x_174 == 0) -{ -lean_object* x_175; uint8_t x_176; lean_object* x_177; -x_175 = lean_ctor_get(x_173, 0); -lean_dec(x_175); -x_176 = 1; -x_177 = lean_box(x_176); -lean_ctor_set(x_173, 0, x_177); -return x_173; +lean_object* x_196; uint8_t x_197; lean_object* x_198; +x_196 = lean_ctor_get(x_194, 0); +lean_dec(x_196); +x_197 = 1; +x_198 = lean_box(x_197); +lean_ctor_set(x_194, 0, x_198); +return x_194; } else { -lean_object* x_178; uint8_t x_179; lean_object* x_180; lean_object* x_181; -x_178 = lean_ctor_get(x_173, 1); -lean_inc(x_178); -lean_dec(x_173); -x_179 = 1; -x_180 = lean_box(x_179); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_178); -return x_181; +lean_object* x_199; uint8_t x_200; lean_object* x_201; lean_object* x_202; +x_199 = lean_ctor_get(x_194, 1); +lean_inc(x_199); +lean_dec(x_194); +x_200 = 1; +x_201 = lean_box(x_200); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_201); +lean_ctor_set(x_202, 1, x_199); +return x_202; } } -else +block_188: { -uint8_t x_182; -x_182 = !lean_is_exclusive(x_173); -if (x_182 == 0) +if (x_155 == 0) { -return x_173; -} -else -{ -lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_183 = lean_ctor_get(x_173, 0); -x_184 = lean_ctor_get(x_173, 1); -lean_inc(x_184); -lean_inc(x_183); -lean_dec(x_173); -x_185 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_185, 0, x_183); -lean_ctor_set(x_185, 1, x_184); -return x_185; -} -} -} -else +uint8_t x_156; +x_156 = l_Lean_Level_isMax(x_2); +if (x_156 == 0) { -uint8_t x_186; lean_object* x_187; +uint8_t x_157; lean_object* x_158; lean_object* x_159; 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_186 = 2; -x_187 = lean_box(x_186); -lean_ctor_set(x_151, 0, x_187); -return x_151; -} -} +x_157 = 2; +x_158 = lean_box(x_157); +if (lean_is_scalar(x_154)) { + x_159 = lean_alloc_ctor(0, 2, 0); +} else { + x_159 = x_154; } +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_159, 1, x_153); +return x_159; } else { -lean_object* x_188; uint8_t x_189; -x_188 = lean_ctor_get(x_151, 1); -lean_inc(x_188); -lean_dec(x_151); -x_189 = l_Lean_Level_occurs(x_1, x_2); -if (x_189 == 0) +uint8_t x_160; +x_160 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax(x_1, x_2); +if (x_160 == 0) { -lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; uint8_t x_194; lean_object* x_195; lean_object* x_196; -x_190 = l_Lean_Level_mvarId_x21(x_1); -x_191 = l_Lean_assignLevelMVar___at_Lean_Meta_normalizeLevel___spec__2(x_190, x_2, x_3, x_4, x_5, x_6, x_188); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_192 = lean_ctor_get(x_191, 1); -lean_inc(x_192); -if (lean_is_exclusive(x_191)) { - lean_ctor_release(x_191, 0); - lean_ctor_release(x_191, 1); - x_193 = x_191; -} else { - lean_dec_ref(x_191); - x_193 = lean_box(0); -} -x_194 = 1; -x_195 = lean_box(x_194); -if (lean_is_scalar(x_193)) { - x_196 = lean_alloc_ctor(0, 2, 0); -} else { - x_196 = x_193; -} -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_192); -return x_196; -} -else +lean_object* x_161; lean_object* x_162; +lean_dec(x_154); +x_161 = l_Lean_Level_mvarId_x21(x_1); +x_162 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax(x_161, x_2, x_3, x_4, x_5, x_6, x_153); +if (lean_obj_tag(x_162) == 0) { -uint8_t x_197; -x_197 = l_Lean_Level_isMax(x_2); -if (x_197 == 0) +uint8_t x_163; +x_163 = !lean_is_exclusive(x_162); +if (x_163 == 0) { -uint8_t x_198; lean_object* x_199; lean_object* x_200; -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_198 = 2; -x_199 = lean_box(x_198); -x_200 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_200, 0, x_199); -lean_ctor_set(x_200, 1, x_188); -return x_200; +lean_object* x_164; uint8_t x_165; lean_object* x_166; +x_164 = lean_ctor_get(x_162, 0); +lean_dec(x_164); +x_165 = 1; +x_166 = lean_box(x_165); +lean_ctor_set(x_162, 0, x_166); +return x_162; } else { -uint8_t x_201; -x_201 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_strictOccursMax(x_1, x_2); -if (x_201 == 0) -{ -lean_object* x_202; lean_object* x_203; -x_202 = l_Lean_Level_mvarId_x21(x_1); -x_203 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solveSelfMax(x_202, x_2, x_3, x_4, x_5, x_6, x_188); -if (lean_obj_tag(x_203) == 0) -{ -lean_object* x_204; lean_object* x_205; uint8_t x_206; lean_object* x_207; lean_object* x_208; -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_203); - x_205 = lean_box(0); -} -x_206 = 1; -x_207 = lean_box(x_206); -if (lean_is_scalar(x_205)) { - x_208 = lean_alloc_ctor(0, 2, 0); -} else { - x_208 = x_205; +lean_object* x_167; uint8_t x_168; lean_object* x_169; lean_object* x_170; +x_167 = lean_ctor_get(x_162, 1); +lean_inc(x_167); +lean_dec(x_162); +x_168 = 1; +x_169 = lean_box(x_168); +x_170 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_170, 0, x_169); +lean_ctor_set(x_170, 1, x_167); +return x_170; } -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_204); -return x_208; } else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; -x_209 = lean_ctor_get(x_203, 0); -lean_inc(x_209); -x_210 = lean_ctor_get(x_203, 1); -lean_inc(x_210); -if (lean_is_exclusive(x_203)) { - lean_ctor_release(x_203, 0); - lean_ctor_release(x_203, 1); - x_211 = x_203; -} else { - lean_dec_ref(x_203); - x_211 = lean_box(0); +uint8_t x_171; +x_171 = !lean_is_exclusive(x_162); +if (x_171 == 0) +{ +return x_162; } -if (lean_is_scalar(x_211)) { - x_212 = lean_alloc_ctor(1, 2, 0); -} else { - x_212 = x_211; +else +{ +lean_object* x_172; lean_object* x_173; lean_object* x_174; +x_172 = lean_ctor_get(x_162, 0); +x_173 = lean_ctor_get(x_162, 1); +lean_inc(x_173); +lean_inc(x_172); +lean_dec(x_162); +x_174 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_174, 0, x_172); +lean_ctor_set(x_174, 1, x_173); +return x_174; } -lean_ctor_set(x_212, 0, x_209); -lean_ctor_set(x_212, 1, x_210); -return x_212; } } else { -uint8_t x_213; lean_object* x_214; lean_object* x_215; +uint8_t x_175; lean_object* x_176; lean_object* x_177; 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_213 = 2; -x_214 = lean_box(x_213); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_214); -lean_ctor_set(x_215, 1, x_188); -return x_215; -} +x_175 = 2; +x_176 = lean_box(x_175); +if (lean_is_scalar(x_154)) { + x_177 = lean_alloc_ctor(0, 2, 0); +} else { + x_177 = x_154; } +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_177, 1, x_153); +return x_177; } } } else { -lean_object* x_216; lean_object* x_217; lean_object* x_218; uint8_t x_219; -x_216 = lean_ctor_get(x_151, 1); -lean_inc(x_216); -lean_dec(x_151); -x_217 = l_Lean_Level_mvarId_x21(x_2); -x_218 = l_Lean_assignLevelMVar___at_Lean_Meta_normalizeLevel___spec__2(x_217, x_1, x_3, x_4, x_5, x_6, x_216); +lean_object* x_178; lean_object* x_179; uint8_t x_180; +lean_dec(x_154); +x_178 = l_Lean_Level_mvarId_x21(x_1); +x_179 = l_Lean_assignLevelMVar___at_Lean_Meta_normalizeLevel___spec__2(x_178, x_2, x_3, x_4, x_5, x_6, x_153); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_219 = !lean_is_exclusive(x_218); -if (x_219 == 0) -{ -lean_object* x_220; uint8_t x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_218, 0); -lean_dec(x_220); -x_221 = 1; -x_222 = lean_box(x_221); -lean_ctor_set(x_218, 0, x_222); -return x_218; +x_180 = !lean_is_exclusive(x_179); +if (x_180 == 0) +{ +lean_object* x_181; uint8_t x_182; lean_object* x_183; +x_181 = lean_ctor_get(x_179, 0); +lean_dec(x_181); +x_182 = 1; +x_183 = lean_box(x_182); +lean_ctor_set(x_179, 0, x_183); +return x_179; } else { -lean_object* x_223; uint8_t x_224; lean_object* x_225; lean_object* x_226; -x_223 = lean_ctor_get(x_218, 1); -lean_inc(x_223); -lean_dec(x_218); -x_224 = 1; -x_225 = lean_box(x_224); -x_226 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_226, 0, x_225); -lean_ctor_set(x_226, 1, x_223); -return x_226; +lean_object* x_184; uint8_t x_185; lean_object* x_186; lean_object* x_187; +x_184 = lean_ctor_get(x_179, 1); +lean_inc(x_184); +lean_dec(x_179); +x_185 = 1; +x_186 = lean_box(x_185); +x_187 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_187, 0, x_186); +lean_ctor_set(x_187, 1, x_184); +return x_187; +} } } } else { -uint8_t x_227; +uint8_t x_203; 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_227 = !lean_is_exclusive(x_151); -if (x_227 == 0) +x_203 = !lean_is_exclusive(x_151); +if (x_203 == 0) { return x_151; } else { -lean_object* x_228; lean_object* x_229; lean_object* x_230; -x_228 = lean_ctor_get(x_151, 0); -x_229 = lean_ctor_get(x_151, 1); -lean_inc(x_229); -lean_inc(x_228); +lean_object* x_204; lean_object* x_205; lean_object* x_206; +x_204 = lean_ctor_get(x_151, 0); +x_205 = lean_ctor_get(x_151, 1); +lean_inc(x_205); +lean_inc(x_204); lean_dec(x_151); -x_230 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_230, 0, x_228); -lean_ctor_set(x_230, 1, x_229); -return x_230; +x_206 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_206, 0, x_204); +lean_ctor_set(x_206, 1, x_205); +return x_206; } } } else { -uint8_t x_231; +uint8_t x_207; lean_dec(x_146); lean_dec(x_6); lean_dec(x_5); @@ -1738,35 +1633,35 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_231 = !lean_is_exclusive(x_147); -if (x_231 == 0) -{ -lean_object* x_232; uint8_t x_233; lean_object* x_234; -x_232 = lean_ctor_get(x_147, 0); -lean_dec(x_232); -x_233 = 2; -x_234 = lean_box(x_233); -lean_ctor_set(x_147, 0, x_234); +x_207 = !lean_is_exclusive(x_147); +if (x_207 == 0) +{ +lean_object* x_208; uint8_t x_209; lean_object* x_210; +x_208 = lean_ctor_get(x_147, 0); +lean_dec(x_208); +x_209 = 2; +x_210 = lean_box(x_209); +lean_ctor_set(x_147, 0, x_210); return x_147; } else { -lean_object* x_235; uint8_t x_236; lean_object* x_237; lean_object* x_238; -x_235 = lean_ctor_get(x_147, 1); -lean_inc(x_235); +lean_object* x_211; uint8_t x_212; lean_object* x_213; lean_object* x_214; +x_211 = lean_ctor_get(x_147, 1); +lean_inc(x_211); lean_dec(x_147); -x_236 = 2; -x_237 = lean_box(x_236); -x_238 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_238, 0, x_237); -lean_ctor_set(x_238, 1, x_235); -return x_238; +x_212 = 2; +x_213 = lean_box(x_212); +x_214 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_214, 0, x_213); +lean_ctor_set(x_214, 1, x_211); +return x_214; } } } else { -uint8_t x_239; +uint8_t x_215; lean_dec(x_146); lean_dec(x_6); lean_dec(x_5); @@ -1774,41 +1669,41 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_239 = !lean_is_exclusive(x_147); -if (x_239 == 0) +x_215 = !lean_is_exclusive(x_147); +if (x_215 == 0) { return x_147; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = lean_ctor_get(x_147, 0); -x_241 = lean_ctor_get(x_147, 1); -lean_inc(x_241); -lean_inc(x_240); +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = lean_ctor_get(x_147, 0); +x_217 = lean_ctor_get(x_147, 1); +lean_inc(x_217); +lean_inc(x_216); lean_dec(x_147); -x_242 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_242, 0, x_240); -lean_ctor_set(x_242, 1, x_241); -return x_242; +x_218 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_218, 0, x_216); +lean_ctor_set(x_218, 1, x_217); +return x_218; } } } default: { -uint8_t x_243; lean_object* x_244; lean_object* x_245; +uint8_t x_219; lean_object* x_220; lean_object* x_221; 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_243 = 2; -x_244 = lean_box(x_243); -x_245 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_7); -return x_245; +x_219 = 2; +x_220 = lean_box(x_219); +x_221 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_221, 0, x_220); +lean_ctor_set(x_221, 1, x_7); +return x_221; } } } @@ -2447,7 +2342,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Meta_isLevelDefEqAuxImpl___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; 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; +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; uint8_t x_124; lean_inc(x_1); x_8 = l_Lean_instantiateLevelMVars___at_Lean_Meta_normalizeLevel___spec__1(x_1, x_3, x_4, x_5, x_6, x_7); x_9 = lean_ctor_get(x_8, 0); @@ -2464,30 +2359,38 @@ x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); x_15 = l_Lean_Level_normalize(x_13); -x_16 = lean_level_eq(x_1, x_11); -if (x_16 == 0) +x_124 = lean_level_eq(x_1, x_11); +if (x_124 == 0) { -lean_object* x_17; -lean_dec(x_2); -lean_dec(x_1); -x_17 = lean_is_level_def_eq(x_11, x_15, x_3, x_4, x_5, x_6, x_14); -return x_17; +uint8_t x_125; +x_125 = 1; +x_16 = x_125; +goto block_123; } else { -uint8_t x_18; -x_18 = lean_level_eq(x_2, x_15); -if (x_18 == 0) +uint8_t x_126; +x_126 = lean_level_eq(x_2, x_15); +if (x_126 == 0) { -lean_object* x_19; -lean_dec(x_2); -lean_dec(x_1); -x_19 = lean_is_level_def_eq(x_11, x_15, x_3, x_4, x_5, x_6, x_14); -return x_19; +uint8_t x_127; +x_127 = 1; +x_16 = x_127; +goto block_123; } else { -lean_object* x_20; +uint8_t x_128; +x_128 = 0; +x_16 = x_128; +goto block_123; +} +} +block_123: +{ +if (x_16 == 0) +{ +lean_object* x_17; lean_dec(x_15); lean_dec(x_11); lean_inc(x_6); @@ -2496,813 +2399,479 @@ lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_20 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solve(x_1, x_2, x_3, x_4, x_5, x_6, x_14); -if (lean_obj_tag(x_20) == 0) -{ -uint8_t x_21; -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +x_17 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solve(x_1, x_2, x_3, x_4, x_5, x_6, x_14); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); -x_24 = 2; -x_25 = lean_unbox(x_22); -x_26 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_25, x_24); -if (x_26 == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_113; uint8_t x_114; uint8_t x_115; +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_17, 1); +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; +} else { + lean_dec_ref(x_17); + x_20 = lean_box(0); +} +x_113 = 2; +x_114 = lean_unbox(x_18); +x_115 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_114, x_113); +if (x_115 == 0) { -uint8_t x_27; uint8_t x_28; uint8_t x_29; lean_object* x_30; -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_27 = 1; -x_28 = lean_unbox(x_22); -lean_dec(x_22); -x_29 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_28, x_27); -x_30 = lean_box(x_29); -lean_ctor_set(x_20, 0, x_30); -return x_20; +uint8_t x_116; +x_116 = 1; +x_21 = x_116; +goto block_112; } else { -lean_object* x_31; -lean_free_object(x_20); -lean_dec(x_22); +uint8_t x_117; +x_117 = 0; +x_21 = x_117; +goto block_112; +} +block_112: +{ +if (x_21 == 0) +{ +lean_object* x_22; +lean_dec(x_20); +lean_dec(x_18); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); lean_inc(x_2); -x_31 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solve(x_2, x_1, x_3, x_4, x_5, x_6, x_23); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; uint8_t x_36; -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_ctor_get(x_31, 1); -lean_inc(x_33); -if (lean_is_exclusive(x_31)) { - lean_ctor_release(x_31, 0); - lean_ctor_release(x_31, 1); - x_34 = x_31; -} else { - lean_dec_ref(x_31); - x_34 = lean_box(0); -} -x_35 = lean_unbox(x_32); -x_36 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_35, x_24); -if (x_36 == 0) +x_22 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solve(x_2, x_1, x_3, x_4, x_5, x_6, x_19); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_37; uint8_t x_38; uint8_t x_39; lean_object* x_40; lean_object* x_41; -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_37 = 1; -x_38 = lean_unbox(x_32); -lean_dec(x_32); -x_39 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_38, x_37); -x_40 = lean_box(x_39); -if (lean_is_scalar(x_34)) { - x_41 = lean_alloc_ctor(0, 2, 0); +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; uint8_t x_98; uint8_t x_99; uint8_t x_100; +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + lean_ctor_release(x_22, 1); + x_25 = x_22; } else { - x_41 = x_34; + lean_dec_ref(x_22); + x_25 = lean_box(0); } -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_33); -return x_41; +x_98 = 2; +x_99 = lean_unbox(x_23); +x_100 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_99, x_98); +if (x_100 == 0) +{ +uint8_t x_101; +x_101 = 1; +x_26 = x_101; +goto block_97; } else { -uint8_t x_42; lean_object* x_43; lean_object* x_88; -lean_dec(x_32); +uint8_t x_102; +x_102 = 0; +x_26 = x_102; +goto block_97; +} +block_97: +{ +if (x_26 == 0) +{ +uint8_t x_27; lean_object* x_28; lean_object* x_74; +lean_dec(x_23); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); -x_88 = l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(x_1, x_3, x_4, x_5, x_6, x_33); -if (lean_obj_tag(x_88) == 0) +x_74 = l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(x_1, x_3, x_4, x_5, x_6, x_24); +if (lean_obj_tag(x_74) == 0) { -lean_object* x_89; uint8_t x_90; -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -x_90 = lean_unbox(x_89); -if (x_90 == 0) +lean_object* x_75; uint8_t x_76; +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_unbox(x_75); +if (x_76 == 0) { -lean_object* x_91; lean_object* x_92; -lean_dec(x_89); -x_91 = lean_ctor_get(x_88, 1); -lean_inc(x_91); -lean_dec(x_88); +lean_object* x_77; lean_object* x_78; +lean_dec(x_75); +x_77 = lean_ctor_get(x_74, 1); +lean_inc(x_77); +lean_dec(x_74); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_92 = l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(x_2, x_3, x_4, x_5, x_6, x_91); -if (lean_obj_tag(x_92) == 0) -{ -lean_object* x_93; lean_object* x_94; uint8_t x_95; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = lean_unbox(x_93); -lean_dec(x_93); -x_42 = x_95; -x_43 = x_94; -goto block_87; +x_78 = l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(x_2, x_3, x_4, x_5, x_6, x_77); +if (lean_obj_tag(x_78) == 0) +{ +lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_27 = x_81; +x_28 = x_80; +goto block_73; } else { -uint8_t x_96; -lean_dec(x_34); +uint8_t x_82; +lean_dec(x_25); 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_96 = !lean_is_exclusive(x_92); -if (x_96 == 0) +x_82 = !lean_is_exclusive(x_78); +if (x_82 == 0) { -return x_92; +return x_78; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_92, 0); -x_98 = lean_ctor_get(x_92, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_92); -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; +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_78, 0); +x_84 = lean_ctor_get(x_78, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_78); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } else { -lean_object* x_100; uint8_t x_101; -x_100 = lean_ctor_get(x_88, 1); -lean_inc(x_100); -lean_dec(x_88); -x_101 = lean_unbox(x_89); -lean_dec(x_89); -x_42 = x_101; -x_43 = x_100; -goto block_87; +lean_object* x_86; uint8_t x_87; +x_86 = lean_ctor_get(x_74, 1); +lean_inc(x_86); +lean_dec(x_74); +x_87 = lean_unbox(x_75); +lean_dec(x_75); +x_27 = x_87; +x_28 = x_86; +goto block_73; } } else { -uint8_t x_102; -lean_dec(x_34); +uint8_t x_88; +lean_dec(x_25); 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_102 = !lean_is_exclusive(x_88); -if (x_102 == 0) +x_88 = !lean_is_exclusive(x_74); +if (x_88 == 0) { -return x_88; +return x_74; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_88, 0); -x_104 = lean_ctor_get(x_88, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_88); -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; +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_74, 0); +x_90 = lean_ctor_get(x_74, 1); +lean_inc(x_90); +lean_inc(x_89); +lean_dec(x_74); +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; } } -block_87: -{ -if (x_42 == 0) -{ -lean_object* x_44; lean_object* x_66; uint8_t x_67; -x_66 = lean_ctor_get(x_3, 0); -lean_inc(x_66); -x_67 = lean_ctor_get_uint8(x_66, 4); -lean_dec(x_66); -if (x_67 == 0) +block_73: { -uint8_t x_68; lean_object* x_69; lean_object* x_70; -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 = 0; -x_69 = lean_box(x_68); -if (lean_is_scalar(x_34)) { - x_70 = lean_alloc_ctor(0, 2, 0); -} else { - x_70 = x_34; -} -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_43); -return x_70; -} -else +uint8_t x_29; +if (x_27 == 0) { uint8_t x_71; -x_71 = l_Lean_Level_isMVar(x_1); -if (x_71 == 0) -{ -uint8_t x_72; -x_72 = l_Lean_Level_isMVar(x_2); -if (x_72 == 0) -{ -uint8_t x_73; lean_object* x_74; lean_object* x_75; -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_73 = 0; -x_74 = lean_box(x_73); -if (lean_is_scalar(x_34)) { - x_75 = lean_alloc_ctor(0, 2, 0); -} else { - x_75 = x_34; -} -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_43); -return x_75; +x_71 = 1; +x_29 = x_71; +goto block_70; } else { -lean_object* x_76; -lean_dec(x_34); -x_76 = lean_box(0); -x_44 = x_76; -goto block_65; -} +uint8_t x_72; +x_72 = 0; +x_29 = x_72; +goto block_70; } -else +block_70: { -lean_object* x_77; -lean_dec(x_34); -x_77 = lean_box(0); -x_44 = x_77; -goto block_65; -} -} -block_65: +if (x_29 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_dec(x_44); -x_45 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__4; -x_46 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_45, x_3, x_4, x_5, x_6, x_43); -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_isLevelDefEqAuxImpl___lambda__3___closed__1; -x_50 = lean_unbox(x_47); -lean_dec(x_47); -if (x_50 == 0) +lean_object* x_30; uint8_t x_31; +lean_dec(x_25); +x_30 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_28); +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_51; lean_object* x_52; -lean_dec(x_2); -lean_dec(x_1); -x_51 = lean_box(0); -x_52 = lean_apply_6(x_49, x_51, x_3, x_4, x_5, x_6, x_48); -return x_52; +lean_object* x_32; uint8_t x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_30, 0); +lean_dec(x_32); +x_33 = 1; +x_34 = lean_box(x_33); +lean_ctor_set(x_30, 0, x_34); +return x_30; } else { -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; -x_53 = l_Lean_MessageData_ofLevel(x_1); -x_54 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__6; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__8; -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_MessageData_ofLevel(x_2); -x_59 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -x_60 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_54); -x_61 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_45, x_60, x_3, x_4, x_5, x_6, x_48); -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_apply_6(x_49, x_62, x_3, x_4, x_5, x_6, x_63); -return x_64; -} +lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_30, 1); +lean_inc(x_35); +lean_dec(x_30); +x_36 = 1; +x_37 = lean_box(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_35); +return x_38; } } else { -lean_object* x_78; uint8_t x_79; -lean_dec(x_34); -x_78 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_43); -x_79 = !lean_is_exclusive(x_78); -if (x_79 == 0) -{ -lean_object* x_80; uint8_t x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_78, 0); -lean_dec(x_80); -x_81 = 1; -x_82 = lean_box(x_81); -lean_ctor_set(x_78, 0, x_82); -return x_78; -} -else +uint8_t x_39; lean_object* x_64; uint8_t x_65; +x_64 = lean_ctor_get(x_3, 0); +lean_inc(x_64); +x_65 = lean_ctor_get_uint8(x_64, 4); +lean_dec(x_64); +if (x_65 == 0) { -lean_object* x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; -x_83 = lean_ctor_get(x_78, 1); -lean_inc(x_83); -lean_dec(x_78); -x_84 = 1; -x_85 = lean_box(x_84); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_83); -return x_86; -} -} -} -} +uint8_t x_66; +x_66 = 0; +x_39 = x_66; +goto block_63; } else { -uint8_t x_106; -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_is_exclusive(x_31); -if (x_106 == 0) +uint8_t x_67; +x_67 = l_Lean_Level_isMVar(x_1); +if (x_67 == 0) { -return x_31; +uint8_t x_68; +x_68 = l_Lean_Level_isMVar(x_2); +x_39 = x_68; +goto block_63; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_31, 0); -x_108 = lean_ctor_get(x_31, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_31); -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; +uint8_t x_69; +x_69 = 1; +x_39 = x_69; +goto block_63; } } -} -} -else +block_63: { -lean_object* x_110; lean_object* x_111; uint8_t x_112; uint8_t x_113; uint8_t x_114; -x_110 = lean_ctor_get(x_20, 0); -x_111 = lean_ctor_get(x_20, 1); -lean_inc(x_111); -lean_inc(x_110); -lean_dec(x_20); -x_112 = 2; -x_113 = lean_unbox(x_110); -x_114 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_113, x_112); -if (x_114 == 0) +if (x_39 == 0) { -uint8_t x_115; uint8_t x_116; uint8_t x_117; lean_object* x_118; lean_object* x_119; +uint8_t x_40; lean_object* x_41; lean_object* x_42; 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 = 1; -x_116 = lean_unbox(x_110); -lean_dec(x_110); -x_117 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_116, x_115); -x_118 = lean_box(x_117); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_111); -return x_119; +x_40 = 0; +x_41 = lean_box(x_40); +if (lean_is_scalar(x_25)) { + x_42 = lean_alloc_ctor(0, 2, 0); +} else { + x_42 = x_25; +} +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_28); +return x_42; } else { -lean_object* x_120; -lean_dec(x_110); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_1); -lean_inc(x_2); -x_120 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_solve(x_2, x_1, x_3, x_4, x_5, x_6, x_111); -if (lean_obj_tag(x_120) == 0) -{ -lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; uint8_t x_125; -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -if (lean_is_exclusive(x_120)) { - lean_ctor_release(x_120, 0); - lean_ctor_release(x_120, 1); - x_123 = x_120; -} else { - lean_dec_ref(x_120); - x_123 = lean_box(0); -} -x_124 = lean_unbox(x_121); -x_125 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_124, x_112); -if (x_125 == 0) +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_25); +x_43 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__4; +x_44 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_43, x_3, x_4, x_5, x_6, x_28); +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_isLevelDefEqAuxImpl___lambda__3___closed__1; +x_48 = lean_unbox(x_45); +lean_dec(x_45); +if (x_48 == 0) { -uint8_t x_126; uint8_t x_127; uint8_t x_128; lean_object* x_129; lean_object* x_130; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_49; lean_object* x_50; lean_dec(x_2); lean_dec(x_1); -x_126 = 1; -x_127 = lean_unbox(x_121); -lean_dec(x_121); -x_128 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_127, x_126); -x_129 = lean_box(x_128); -if (lean_is_scalar(x_123)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_123; -} -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_122); -return x_130; +x_49 = lean_box(0); +x_50 = lean_apply_6(x_47, x_49, x_3, x_4, x_5, x_6, x_46); +return x_50; } else { -uint8_t x_131; lean_object* x_132; lean_object* x_174; -lean_dec(x_121); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_1); -x_174 = l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(x_1, x_3, x_4, x_5, x_6, x_122); -if (lean_obj_tag(x_174) == 0) -{ -lean_object* x_175; uint8_t x_176; -x_175 = lean_ctor_get(x_174, 0); -lean_inc(x_175); -x_176 = lean_unbox(x_175); -if (x_176 == 0) -{ -lean_object* x_177; lean_object* x_178; -lean_dec(x_175); -x_177 = lean_ctor_get(x_174, 1); -lean_inc(x_177); -lean_dec(x_174); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_178 = l_Lean_hasAssignableLevelMVar___at_Lean_Meta_isLevelDefEqAuxImpl___spec__1(x_2, x_3, x_4, x_5, x_6, x_177); -if (lean_obj_tag(x_178) == 0) -{ -lean_object* x_179; lean_object* x_180; uint8_t 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); -x_181 = lean_unbox(x_179); -lean_dec(x_179); -x_131 = x_181; -x_132 = x_180; -goto block_173; +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; +x_51 = l_Lean_MessageData_ofLevel(x_1); +x_52 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__6; +x_53 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_51); +x_54 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__8; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = l_Lean_MessageData_ofLevel(x_2); +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_52); +x_59 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_43, x_58, x_3, x_4, x_5, x_6, x_46); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_apply_6(x_47, x_60, x_3, x_4, x_5, x_6, x_61); +return x_62; } -else -{ -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -lean_dec(x_123); -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_178, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_178, 1); -lean_inc(x_183); -if (lean_is_exclusive(x_178)) { - lean_ctor_release(x_178, 0); - lean_ctor_release(x_178, 1); - x_184 = x_178; -} else { - lean_dec_ref(x_178); - x_184 = lean_box(0); } -if (lean_is_scalar(x_184)) { - x_185 = lean_alloc_ctor(1, 2, 0); -} else { - x_185 = x_184; } -lean_ctor_set(x_185, 0, x_182); -lean_ctor_set(x_185, 1, x_183); -return x_185; } } -else -{ -lean_object* x_186; uint8_t x_187; -x_186 = lean_ctor_get(x_174, 1); -lean_inc(x_186); -lean_dec(x_174); -x_187 = lean_unbox(x_175); -lean_dec(x_175); -x_131 = x_187; -x_132 = x_186; -goto block_173; } } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; -lean_dec(x_123); +uint8_t x_92; uint8_t x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; 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_188 = lean_ctor_get(x_174, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_174, 1); -lean_inc(x_189); -if (lean_is_exclusive(x_174)) { - lean_ctor_release(x_174, 0); - lean_ctor_release(x_174, 1); - x_190 = x_174; +x_92 = 1; +x_93 = lean_unbox(x_23); +lean_dec(x_23); +x_94 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_93, x_92); +x_95 = lean_box(x_94); +if (lean_is_scalar(x_25)) { + x_96 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_174); - x_190 = lean_box(0); + x_96 = x_25; } -if (lean_is_scalar(x_190)) { - x_191 = lean_alloc_ctor(1, 2, 0); -} else { - x_191 = x_190; +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_96, 1, x_24); +return x_96; } -lean_ctor_set(x_191, 0, x_188); -lean_ctor_set(x_191, 1, x_189); -return x_191; } -block_173: -{ -if (x_131 == 0) -{ -lean_object* x_133; lean_object* x_155; uint8_t x_156; -x_155 = lean_ctor_get(x_3, 0); -lean_inc(x_155); -x_156 = lean_ctor_get_uint8(x_155, 4); -lean_dec(x_155); -if (x_156 == 0) -{ -uint8_t x_157; lean_object* x_158; lean_object* x_159; -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_157 = 0; -x_158 = lean_box(x_157); -if (lean_is_scalar(x_123)) { - x_159 = lean_alloc_ctor(0, 2, 0); -} else { - x_159 = x_123; -} -lean_ctor_set(x_159, 0, x_158); -lean_ctor_set(x_159, 1, x_132); -return x_159; } else { -uint8_t x_160; -x_160 = l_Lean_Level_isMVar(x_1); -if (x_160 == 0) -{ -uint8_t x_161; -x_161 = l_Lean_Level_isMVar(x_2); -if (x_161 == 0) -{ -uint8_t x_162; lean_object* x_163; lean_object* x_164; +uint8_t x_103; 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_162 = 0; -x_163 = lean_box(x_162); -if (lean_is_scalar(x_123)) { - x_164 = lean_alloc_ctor(0, 2, 0); -} else { - x_164 = x_123; -} -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_132); -return x_164; -} -else -{ -lean_object* x_165; -lean_dec(x_123); -x_165 = lean_box(0); -x_133 = x_165; -goto block_154; -} -} -else -{ -lean_object* x_166; -lean_dec(x_123); -x_166 = lean_box(0); -x_133 = x_166; -goto block_154; -} -} -block_154: -{ -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_dec(x_133); -x_134 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__4; -x_135 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_134, x_3, x_4, x_5, x_6, x_132); -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -lean_dec(x_135); -x_138 = l_Lean_Meta_isLevelDefEqAuxImpl___lambda__3___closed__1; -x_139 = lean_unbox(x_136); -lean_dec(x_136); -if (x_139 == 0) +x_103 = !lean_is_exclusive(x_22); +if (x_103 == 0) { -lean_object* x_140; lean_object* x_141; -lean_dec(x_2); -lean_dec(x_1); -x_140 = lean_box(0); -x_141 = lean_apply_6(x_138, x_140, x_3, x_4, x_5, x_6, x_137); -return x_141; -} -else -{ -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; -x_142 = l_Lean_MessageData_ofLevel(x_1); -x_143 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__6; -x_144 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_144, 1, x_142); -x_145 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___closed__8; -x_146 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -x_147 = l_Lean_MessageData_ofLevel(x_2); -x_148 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_148, 0, x_146); -lean_ctor_set(x_148, 1, x_147); -x_149 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_149, 0, x_148); -lean_ctor_set(x_149, 1, x_143); -x_150 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_134, x_149, x_3, x_4, x_5, x_6, x_137); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_153 = lean_apply_6(x_138, x_151, x_3, x_4, x_5, x_6, x_152); -return x_153; -} -} +return x_22; } else { -lean_object* x_167; lean_object* x_168; lean_object* x_169; uint8_t x_170; lean_object* x_171; lean_object* x_172; -lean_dec(x_123); -x_167 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq(x_1, x_2, x_3, x_4, x_5, x_6, x_132); -x_168 = lean_ctor_get(x_167, 1); -lean_inc(x_168); -if (lean_is_exclusive(x_167)) { - lean_ctor_release(x_167, 0); - lean_ctor_release(x_167, 1); - x_169 = x_167; -} else { - lean_dec_ref(x_167); - x_169 = lean_box(0); -} -x_170 = 1; -x_171 = lean_box(x_170); -if (lean_is_scalar(x_169)) { - x_172 = lean_alloc_ctor(0, 2, 0); -} else { - x_172 = x_169; -} -lean_ctor_set(x_172, 0, x_171); -lean_ctor_set(x_172, 1, x_168); -return x_172; -} +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_22, 0); +x_105 = lean_ctor_get(x_22, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_22); +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 { -lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; +uint8_t x_107; uint8_t x_108; uint8_t x_109; lean_object* x_110; lean_object* x_111; 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_120, 0); -lean_inc(x_192); -x_193 = lean_ctor_get(x_120, 1); -lean_inc(x_193); -if (lean_is_exclusive(x_120)) { - lean_ctor_release(x_120, 0); - lean_ctor_release(x_120, 1); - x_194 = x_120; -} else { - lean_dec_ref(x_120); - x_194 = lean_box(0); -} -if (lean_is_scalar(x_194)) { - x_195 = lean_alloc_ctor(1, 2, 0); +x_107 = 1; +x_108 = lean_unbox(x_18); +lean_dec(x_18); +x_109 = l___private_Lean_Data_LBool_0__Lean_beqLBool____x40_Lean_Data_LBool___hyg_23_(x_108, x_107); +x_110 = lean_box(x_109); +if (lean_is_scalar(x_20)) { + x_111 = lean_alloc_ctor(0, 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; + x_111 = x_20; } +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_19); +return x_111; } } } else { -uint8_t x_196; +uint8_t x_118; 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_is_exclusive(x_20); -if (x_196 == 0) +x_118 = !lean_is_exclusive(x_17); +if (x_118 == 0) { -return x_20; +return x_17; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_197 = lean_ctor_get(x_20, 0); -x_198 = lean_ctor_get(x_20, 1); -lean_inc(x_198); -lean_inc(x_197); -lean_dec(x_20); -x_199 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_199, 0, x_197); -lean_ctor_set(x_199, 1, x_198); -return x_199; +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_17, 0); +x_120 = lean_ctor_get(x_17, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_17); +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_dec(x_2); +lean_dec(x_1); +x_122 = lean_is_level_def_eq(x_11, x_15, x_3, x_4, x_5, x_6, x_14); +return x_122; +} } } } @@ -3462,7 +3031,7 @@ lean_dec(x_1); return x_7; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__1() { _start: { lean_object* x_1; @@ -3470,27 +3039,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____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_LevelDefEq___hyg_1609____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____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_LevelDefEq___hyg_1609____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__2; x_2 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___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_LevelDefEq___hyg_1609____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__4() { _start: { lean_object* x_1; @@ -3498,17 +3067,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__4; 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_LevelDefEq___hyg_1609____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__6() { _start: { lean_object* x_1; @@ -3516,37 +3085,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__6; 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_LevelDefEq___hyg_1609____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____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_LevelDefEq___hyg_1609____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__8; x_2 = l___private_Lean_Meta_LevelDefEq_0__Lean_Meta_postponeIsLevelDefEq___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_LevelDefEq___hyg_1609____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__10() { _start: { lean_object* x_1; @@ -3554,17 +3123,17 @@ x_1 = lean_mk_string_from_bytes("LevelDefEq", 10); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____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_LevelDefEq___hyg_1609____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__12() { _start: { lean_object* x_1; @@ -3572,33 +3141,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__11; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__12; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__11; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__12; 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_LevelDefEq___hyg_1609____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__13; -x_2 = lean_unsigned_to_nat(1609u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__13; +x_2 = lean_unsigned_to_nat(1614u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614_(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_isLevelDefEqAuxImpl___closed__1; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__14; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__14; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -3708,35 +3277,35 @@ l_Lean_Meta_isLevelDefEqAuxImpl___lambda__3___closed__1 = _init_l_Lean_Meta_isLe lean_mark_persistent(l_Lean_Meta_isLevelDefEqAuxImpl___lambda__3___closed__1); l_Lean_Meta_isLevelDefEqAuxImpl___closed__1 = _init_l_Lean_Meta_isLevelDefEqAuxImpl___closed__1(); lean_mark_persistent(l_Lean_Meta_isLevelDefEqAuxImpl___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609____closed__14); -res = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1609_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614____closed__14); +res = l_Lean_Meta_initFn____x40_Lean_Meta_LevelDefEq___hyg_1614_(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/Basic.c b/stage0/stdlib/Lean/Meta/Match/Basic.c index c5dce01eee79..5d6a173e383f 100644 --- a/stage0/stdlib/Lean/Meta/Match/Basic.c +++ b/stage0/stdlib/Lean/Meta/Match/Basic.c @@ -7037,538 +7037,555 @@ lean_inc(x_1); x_12 = lean_whnf(x_1, x_2, x_3, x_4, x_5, x_6); if (lean_obj_tag(x_12) == 0) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_70; 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_expr_eqv(x_13, x_1); -if (x_15 == 0) +x_70 = lean_expr_eqv(x_13, x_1); +if (x_70 == 0) { -lean_dec(x_1); -x_1 = x_13; -x_6 = x_14; -goto _start; +uint8_t x_71; +x_71 = 1; +x_15 = x_71; +goto block_69; } else { -lean_object* x_17; +uint8_t x_72; +x_72 = 0; +x_15 = x_72; +goto block_69; +} +block_69: +{ +if (x_15 == 0) +{ +lean_object* x_16; lean_dec(x_13); -x_17 = l_Lean_Expr_getAppFn(x_1); -if (lean_obj_tag(x_17) == 4) +x_16 = l_Lean_Expr_getAppFn(x_1); +if (lean_obj_tag(x_16) == 4) { -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_17, 0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_st_ref_get(x_5, x_14); -x_21 = lean_ctor_get(x_20, 0); +lean_dec(x_16); +x_19 = lean_st_ref_get(x_5, 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); -x_22 = lean_ctor_get(x_20, 1); +lean_dec(x_19); +x_22 = lean_ctor_get(x_20, 0); lean_inc(x_22); lean_dec(x_20); -x_23 = lean_ctor_get(x_21, 0); -lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_environment_find(x_23, x_18); -if (lean_obj_tag(x_24) == 0) +x_23 = lean_environment_find(x_22, x_17); +if (lean_obj_tag(x_23) == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -lean_dec(x_19); -x_25 = l_Lean_indentExpr(x_1); -x_26 = l_Lean_Meta_Match_toPattern___closed__2; -x_27 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_25); -x_28 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; -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 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_29, x_2, x_3, x_4, x_5, x_22); +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_dec(x_18); +x_24 = l_Lean_indentExpr(x_1); +x_25 = l_Lean_Meta_Match_toPattern___closed__2; +x_26 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_24); +x_27 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_26); +lean_ctor_set(x_28, 1, x_27); +x_29 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_28, x_2, x_3, x_4, x_5, x_21); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_30; +return x_29; } else { -lean_object* x_31; -x_31 = lean_ctor_get(x_24, 0); -lean_inc(x_31); -lean_dec(x_24); -if (lean_obj_tag(x_31) == 6) +lean_object* x_30; +x_30 = lean_ctor_get(x_23, 0); +lean_inc(x_30); +lean_dec(x_23); +if (lean_obj_tag(x_30) == 6) { -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_object* x_42; lean_object* x_43; uint8_t x_44; -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -lean_dec(x_31); -x_33 = lean_unsigned_to_nat(0u); -x_34 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_33); -x_35 = l_Lean_Meta_Match_toPattern___closed__3; -lean_inc(x_34); -x_36 = lean_mk_array(x_34, x_35); -x_37 = lean_unsigned_to_nat(1u); -x_38 = lean_nat_sub(x_34, x_37); -lean_dec(x_34); +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_object* x_42; uint8_t x_43; +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +lean_dec(x_30); +x_32 = lean_unsigned_to_nat(0u); +x_33 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_32); +x_34 = l_Lean_Meta_Match_toPattern___closed__3; +lean_inc(x_33); +x_35 = lean_mk_array(x_33, x_34); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_sub(x_33, x_36); +lean_dec(x_33); lean_inc(x_1); -x_39 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_36, x_38); -x_40 = lean_array_get_size(x_39); -x_41 = lean_ctor_get(x_32, 3); +x_38 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_35, x_37); +x_39 = lean_array_get_size(x_38); +x_40 = lean_ctor_get(x_31, 3); +lean_inc(x_40); +x_41 = lean_ctor_get(x_31, 4); lean_inc(x_41); -x_42 = lean_ctor_get(x_32, 4); -lean_inc(x_42); -x_43 = lean_nat_add(x_41, x_42); -lean_dec(x_42); +x_42 = lean_nat_add(x_40, x_41); lean_dec(x_41); -x_44 = lean_nat_dec_eq(x_40, x_43); -lean_dec(x_43); lean_dec(x_40); -if (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; uint8_t x_51; +x_43 = lean_nat_dec_eq(x_39, x_42); +lean_dec(x_42); lean_dec(x_39); -lean_dec(x_32); -lean_dec(x_19); -x_45 = l_Lean_indentExpr(x_1); -x_46 = l_Lean_Meta_Match_toPattern___closed__2; -x_47 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_45); -x_48 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; -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_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_49, x_2, x_3, x_4, x_5, x_22); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_dec(x_38); +lean_dec(x_31); +lean_dec(x_18); +x_44 = l_Lean_indentExpr(x_1); +x_45 = l_Lean_Meta_Match_toPattern___closed__2; +x_46 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_44); +x_47 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +x_49 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_48, x_2, x_3, x_4, x_5, x_21); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_51 = !lean_is_exclusive(x_50); -if (x_51 == 0) +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) { -return x_50; +return x_49; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_50, 0); -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_49, 0); +x_52 = lean_ctor_get(x_49, 1); lean_inc(x_52); -lean_dec(x_50); -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; +lean_inc(x_51); +lean_dec(x_49); +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; } } else { -lean_object* x_55; lean_object* x_56; +lean_object* x_54; lean_object* x_55; lean_dec(x_1); -x_55 = lean_box(0); -x_56 = l_Lean_Meta_Match_toPattern___lambda__1(x_32, x_39, x_19, x_55, x_2, x_3, x_4, x_5, x_22); -return x_56; +x_54 = lean_box(0); +x_55 = l_Lean_Meta_Match_toPattern___lambda__1(x_31, x_38, x_18, x_54, x_2, x_3, x_4, x_5, x_21); +return x_55; } } 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_dec(x_31); -lean_dec(x_19); -x_57 = l_Lean_indentExpr(x_1); -x_58 = l_Lean_Meta_Match_toPattern___closed__2; -x_59 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_57); -x_60 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; -x_61 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_61, x_2, x_3, x_4, x_5, x_22); +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_dec(x_30); +lean_dec(x_18); +x_56 = l_Lean_indentExpr(x_1); +x_57 = l_Lean_Meta_Match_toPattern___closed__2; +x_58 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_56); +x_59 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; +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 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_60, x_2, x_3, x_4, x_5, x_21); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_62; +return x_61; } } } else { -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_dec(x_17); -x_63 = l_Lean_indentExpr(x_1); -x_64 = l_Lean_Meta_Match_toPattern___closed__2; -x_65 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_63); -x_66 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; -x_67 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_67, 0, x_65); -lean_ctor_set(x_67, 1, x_66); -x_68 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_67, x_2, x_3, x_4, x_5, x_14); +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_dec(x_16); +x_62 = l_Lean_indentExpr(x_1); +x_63 = l_Lean_Meta_Match_toPattern___closed__2; +x_64 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_62); +x_65 = l_Lean_Meta_Match_Pattern_toMessageData___closed__8; +x_66 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_66, 0, x_64); +lean_ctor_set(x_66, 1, x_65); +x_67 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_66, x_2, x_3, x_4, x_5, x_14); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_68; +return x_67; +} +} +else +{ +lean_dec(x_1); +x_1 = x_13; +x_6 = x_14; +goto _start; } } } else { -uint8_t x_69; +uint8_t x_73; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_69 = !lean_is_exclusive(x_12); -if (x_69 == 0) +x_73 = !lean_is_exclusive(x_12); +if (x_73 == 0) { return x_12; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_12, 0); -x_71 = lean_ctor_get(x_12, 1); -lean_inc(x_71); -lean_inc(x_70); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_12, 0); +x_75 = lean_ctor_get(x_12, 1); +lean_inc(x_75); +lean_inc(x_74); lean_dec(x_12); -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; +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_73 = l_Lean_Expr_fvarId_x21(x_1); -x_74 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_74, 0, x_73); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_6); -return x_75; +x_77 = l_Lean_Expr_fvarId_x21(x_1); +x_78 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_78, 0, x_77); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_6); +return x_79; } } else { -lean_object* x_76; lean_object* x_77; +lean_object* x_80; lean_object* x_81; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_76 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_76, 0, x_1); -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; +x_80 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_80, 0, x_1); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_6); +return x_81; } } 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_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_dec(x_1); -x_78 = lean_ctor_get(x_9, 0); -lean_inc(x_78); +x_82 = lean_ctor_get(x_9, 0); +lean_inc(x_82); lean_dec(x_9); -x_79 = lean_unsigned_to_nat(0u); -x_80 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_78, x_79); -x_81 = lean_unsigned_to_nat(2u); -x_82 = lean_nat_sub(x_80, x_81); -x_83 = lean_unsigned_to_nat(1u); -x_84 = lean_nat_sub(x_82, x_83); -lean_dec(x_82); -lean_inc(x_78); -x_85 = l_Lean_Expr_getRevArg_x21(x_78, x_84); +x_83 = lean_unsigned_to_nat(0u); +x_84 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_82, x_83); +x_85 = lean_unsigned_to_nat(2u); +x_86 = lean_nat_sub(x_84, x_85); +x_87 = lean_unsigned_to_nat(1u); +x_88 = lean_nat_sub(x_86, x_87); +lean_dec(x_86); +lean_inc(x_82); +x_89 = l_Lean_Expr_getRevArg_x21(x_82, x_88); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_86 = l_Lean_Meta_Match_toPattern(x_85, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_86) == 0) -{ -uint8_t x_87; -x_87 = !lean_is_exclusive(x_86); -if (x_87 == 0) -{ -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_88 = lean_ctor_get(x_86, 0); -x_89 = lean_ctor_get(x_86, 1); -x_90 = lean_nat_sub(x_80, x_83); -x_91 = lean_nat_sub(x_90, x_83); -lean_dec(x_90); -lean_inc(x_78); -x_92 = l_Lean_Expr_getRevArg_x21(x_78, x_91); -if (lean_obj_tag(x_92) == 1) -{ -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -lean_dec(x_92); -x_94 = lean_unsigned_to_nat(3u); -x_95 = lean_nat_sub(x_80, x_94); -lean_dec(x_80); -x_96 = lean_nat_sub(x_95, x_83); -lean_dec(x_95); -x_97 = l_Lean_Expr_getRevArg_x21(x_78, x_96); -if (lean_obj_tag(x_97) == 1) +x_90 = l_Lean_Meta_Match_toPattern(x_89, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_90) == 0) +{ +uint8_t x_91; +x_91 = !lean_is_exclusive(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; +x_92 = lean_ctor_get(x_90, 0); +x_93 = lean_ctor_get(x_90, 1); +x_94 = lean_nat_sub(x_84, x_87); +x_95 = lean_nat_sub(x_94, x_87); +lean_dec(x_94); +lean_inc(x_82); +x_96 = l_Lean_Expr_getRevArg_x21(x_82, x_95); +if (lean_obj_tag(x_96) == 1) +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +lean_dec(x_96); +x_98 = lean_unsigned_to_nat(3u); +x_99 = lean_nat_sub(x_84, x_98); +lean_dec(x_84); +x_100 = lean_nat_sub(x_99, x_87); +lean_dec(x_99); +x_101 = l_Lean_Expr_getRevArg_x21(x_82, x_100); +if (lean_obj_tag(x_101) == 1) { -lean_object* x_98; lean_object* x_99; +lean_object* x_102; lean_object* x_103; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_98 = lean_ctor_get(x_97, 0); -lean_inc(x_98); -lean_dec(x_97); -x_99 = lean_alloc_ctor(5, 3, 0); -lean_ctor_set(x_99, 0, x_93); -lean_ctor_set(x_99, 1, x_88); -lean_ctor_set(x_99, 2, x_98); -lean_ctor_set(x_86, 0, x_99); -return x_86; +x_102 = lean_ctor_get(x_101, 0); +lean_inc(x_102); +lean_dec(x_101); +x_103 = lean_alloc_ctor(5, 3, 0); +lean_ctor_set(x_103, 0, x_97); +lean_ctor_set(x_103, 1, x_92); +lean_ctor_set(x_103, 2, x_102); +lean_ctor_set(x_90, 0, x_103); +return x_90; } else { -lean_object* x_100; lean_object* x_101; +lean_object* x_104; lean_object* x_105; +lean_dec(x_101); lean_dec(x_97); -lean_dec(x_93); -lean_free_object(x_86); -lean_dec(x_88); -x_100 = l_Lean_Meta_Match_toPattern___closed__5; -x_101 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_100, x_2, x_3, x_4, x_5, x_89); +lean_free_object(x_90); +lean_dec(x_92); +x_104 = l_Lean_Meta_Match_toPattern___closed__5; +x_105 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_104, x_2, x_3, x_4, x_5, x_93); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_101; +return x_105; } } else { -lean_object* x_102; lean_object* x_103; +lean_object* x_106; lean_object* x_107; +lean_dec(x_96); +lean_free_object(x_90); lean_dec(x_92); -lean_free_object(x_86); -lean_dec(x_88); -lean_dec(x_80); -lean_dec(x_78); -x_102 = l_Lean_Meta_Match_toPattern___closed__5; -x_103 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_102, x_2, x_3, x_4, x_5, x_89); +lean_dec(x_84); +lean_dec(x_82); +x_106 = l_Lean_Meta_Match_toPattern___closed__5; +x_107 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_106, x_2, x_3, x_4, x_5, x_93); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_103; +return x_107; } } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_104 = lean_ctor_get(x_86, 0); -x_105 = lean_ctor_get(x_86, 1); -lean_inc(x_105); -lean_inc(x_104); -lean_dec(x_86); -x_106 = lean_nat_sub(x_80, x_83); -x_107 = lean_nat_sub(x_106, x_83); -lean_dec(x_106); -lean_inc(x_78); -x_108 = l_Lean_Expr_getRevArg_x21(x_78, x_107); -if (lean_obj_tag(x_108) == 1) -{ -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_109 = lean_ctor_get(x_108, 0); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_108 = lean_ctor_get(x_90, 0); +x_109 = lean_ctor_get(x_90, 1); lean_inc(x_109); -lean_dec(x_108); -x_110 = lean_unsigned_to_nat(3u); -x_111 = lean_nat_sub(x_80, x_110); -lean_dec(x_80); -x_112 = lean_nat_sub(x_111, x_83); -lean_dec(x_111); -x_113 = l_Lean_Expr_getRevArg_x21(x_78, x_112); -if (lean_obj_tag(x_113) == 1) -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; +lean_inc(x_108); +lean_dec(x_90); +x_110 = lean_nat_sub(x_84, x_87); +x_111 = lean_nat_sub(x_110, x_87); +lean_dec(x_110); +lean_inc(x_82); +x_112 = l_Lean_Expr_getRevArg_x21(x_82, x_111); +if (lean_obj_tag(x_112) == 1) +{ +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +lean_dec(x_112); +x_114 = lean_unsigned_to_nat(3u); +x_115 = lean_nat_sub(x_84, x_114); +lean_dec(x_84); +x_116 = lean_nat_sub(x_115, x_87); +lean_dec(x_115); +x_117 = l_Lean_Expr_getRevArg_x21(x_82, x_116); +if (lean_obj_tag(x_117) == 1) +{ +lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -lean_dec(x_113); -x_115 = lean_alloc_ctor(5, 3, 0); -lean_ctor_set(x_115, 0, x_109); -lean_ctor_set(x_115, 1, x_104); -lean_ctor_set(x_115, 2, x_114); -x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_105); -return x_116; +x_118 = lean_ctor_get(x_117, 0); +lean_inc(x_118); +lean_dec(x_117); +x_119 = lean_alloc_ctor(5, 3, 0); +lean_ctor_set(x_119, 0, x_113); +lean_ctor_set(x_119, 1, x_108); +lean_ctor_set(x_119, 2, x_118); +x_120 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_119); +lean_ctor_set(x_120, 1, x_109); +return x_120; } else { -lean_object* x_117; lean_object* x_118; +lean_object* x_121; lean_object* x_122; +lean_dec(x_117); lean_dec(x_113); -lean_dec(x_109); -lean_dec(x_104); -x_117 = l_Lean_Meta_Match_toPattern___closed__5; -x_118 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_117, x_2, x_3, x_4, x_5, x_105); +lean_dec(x_108); +x_121 = l_Lean_Meta_Match_toPattern___closed__5; +x_122 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_121, x_2, x_3, x_4, x_5, x_109); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_118; +return x_122; } } else { -lean_object* x_119; lean_object* x_120; +lean_object* x_123; lean_object* x_124; +lean_dec(x_112); lean_dec(x_108); -lean_dec(x_104); -lean_dec(x_80); -lean_dec(x_78); -x_119 = l_Lean_Meta_Match_toPattern___closed__5; -x_120 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_119, x_2, x_3, x_4, x_5, x_105); +lean_dec(x_84); +lean_dec(x_82); +x_123 = l_Lean_Meta_Match_toPattern___closed__5; +x_124 = l_Lean_throwError___at_Lean_Meta_Match_toPattern___spec__1(x_123, x_2, x_3, x_4, x_5, x_109); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_120; +return x_124; } } } else { -uint8_t x_121; -lean_dec(x_80); -lean_dec(x_78); +uint8_t x_125; +lean_dec(x_84); +lean_dec(x_82); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_121 = !lean_is_exclusive(x_86); -if (x_121 == 0) +x_125 = !lean_is_exclusive(x_90); +if (x_125 == 0) { -return x_86; +return x_90; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_86, 0); -x_123 = lean_ctor_get(x_86, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_86); -x_124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_124, 0, x_122); -lean_ctor_set(x_124, 1, x_123); -return x_124; +lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_126 = lean_ctor_get(x_90, 0); +x_127 = lean_ctor_get(x_90, 1); +lean_inc(x_127); +lean_inc(x_126); +lean_dec(x_90); +x_128 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_128, 0, x_126); +lean_ctor_set(x_128, 1, x_127); +return x_128; } } } } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_dec(x_1); -x_125 = lean_ctor_get(x_8, 0); -lean_inc(x_125); +x_129 = lean_ctor_get(x_8, 0); +lean_inc(x_129); lean_dec(x_8); -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_125, 1); -lean_inc(x_127); -lean_dec(x_125); -x_128 = lean_box(0); -x_129 = l_List_mapM_loop___at_Lean_Meta_Match_toPattern___spec__3(x_127, x_128, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_129) == 0) -{ -uint8_t x_130; -x_130 = !lean_is_exclusive(x_129); -if (x_130 == 0) -{ -lean_object* x_131; lean_object* x_132; -x_131 = lean_ctor_get(x_129, 0); -x_132 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_132, 0, x_126); -lean_ctor_set(x_132, 1, x_131); -lean_ctor_set(x_129, 0, x_132); -return x_129; -} -else -{ -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_133 = lean_ctor_get(x_129, 0); -x_134 = lean_ctor_get(x_129, 1); -lean_inc(x_134); -lean_inc(x_133); +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); lean_dec(x_129); -x_135 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_135, 0, x_126); -lean_ctor_set(x_135, 1, x_133); -x_136 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_136, 0, x_135); -lean_ctor_set(x_136, 1, x_134); -return x_136; +x_132 = lean_box(0); +x_133 = l_List_mapM_loop___at_Lean_Meta_Match_toPattern___spec__3(x_131, x_132, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_133) == 0) +{ +uint8_t x_134; +x_134 = !lean_is_exclusive(x_133); +if (x_134 == 0) +{ +lean_object* x_135; lean_object* x_136; +x_135 = lean_ctor_get(x_133, 0); +x_136 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_136, 0, x_130); +lean_ctor_set(x_136, 1, x_135); +lean_ctor_set(x_133, 0, x_136); +return x_133; +} +else +{ +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_137 = lean_ctor_get(x_133, 0); +x_138 = lean_ctor_get(x_133, 1); +lean_inc(x_138); +lean_inc(x_137); +lean_dec(x_133); +x_139 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_139, 0, x_130); +lean_ctor_set(x_139, 1, x_137); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_138); +return x_140; } } else { -uint8_t x_137; -lean_dec(x_126); -x_137 = !lean_is_exclusive(x_129); -if (x_137 == 0) +uint8_t x_141; +lean_dec(x_130); +x_141 = !lean_is_exclusive(x_133); +if (x_141 == 0) { -return x_129; +return x_133; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_129, 0); -x_139 = lean_ctor_get(x_129, 1); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_129); -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; +lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_142 = lean_ctor_get(x_133, 0); +x_143 = lean_ctor_get(x_133, 1); +lean_inc(x_143); +lean_inc(x_142); +lean_dec(x_133); +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; } } } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; +lean_object* x_145; lean_object* x_146; lean_object* x_147; 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_7, 0); -lean_inc(x_141); +x_145 = lean_ctor_get(x_7, 0); +lean_inc(x_145); lean_dec(x_7); -x_142 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_142, 0, x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_6); -return x_143; +x_146 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_146, 0, x_145); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_6); +return x_147; } } } diff --git a/stage0/stdlib/Lean/Meta/Match/MVarRenaming.c b/stage0/stdlib/Lean/Meta/Match/MVarRenaming.c index b185856f26f4..abeafee6691e 100644 --- a/stage0/stdlib/Lean/Meta/Match/MVarRenaming.c +++ b/stage0/stdlib/Lean/Meta/Match/MVarRenaming.c @@ -16,6 +16,7 @@ extern "C" { LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_map___default; LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_find_x21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Meta_MVarRenaming_find_x3f___spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Meta_MVarRenaming_find_x3f___spec__1(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_find_x3f___boxed(lean_object*, lean_object*); @@ -28,8 +29,8 @@ static lean_object* l_Lean_Meta_MVarRenaming_find_x21___closed__1; uint8_t l_Lean_Expr_hasMVar(lean_object*); size_t lean_ptr_addr(lean_object*); static lean_object* l_Lean_Meta_MVarRenaming_find_x21___closed__4; -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdMap_insert___spec__1___rarg(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___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -39,10 +40,11 @@ LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_apply(lean_object*, lean_objec size_t lean_usize_mod(size_t, size_t); extern lean_object* l_Lean_Expr_ReplaceImpl_Cache_new; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_insert(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_MVarRenaming_find_x21___closed__3; -LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_find_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_isEmpty___boxed(lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); @@ -231,7 +233,950 @@ x_4 = l_Lean_RBNode_insert___at_Lean_MVarIdMap_insert___spec__1___rarg(x_1, x_2, return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(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; size_t x_7; lean_object* x_8; lean_object* x_263; lean_object* x_269; size_t x_270; uint8_t x_271; +x_5 = lean_ptr_addr(x_3); +x_6 = 8191; +x_7 = lean_usize_mod(x_5, x_6); +x_269 = lean_array_uget(x_4, x_7); +x_270 = lean_ptr_addr(x_269); +lean_dec(x_269); +x_271 = lean_usize_dec_eq(x_5, x_270); +if (x_271 == 0) +{ +if (lean_obj_tag(x_3) == 2) +{ +lean_object* x_272; lean_object* x_273; +x_272 = lean_ctor_get(x_3, 0); +lean_inc(x_272); +x_273 = l_Lean_RBNode_find___at_Lean_Meta_MVarRenaming_find_x3f___spec__1(x_2, x_272); +lean_dec(x_272); +if (lean_obj_tag(x_273) == 0) +{ +lean_inc(x_3); +x_263 = x_3; +goto block_268; +} +else +{ +lean_object* x_274; lean_object* x_275; +x_274 = lean_ctor_get(x_273, 0); +lean_inc(x_274); +lean_dec(x_273); +x_275 = l_Lean_Expr_mvar___override(x_274); +x_263 = x_275; +goto block_268; +} +} +else +{ +lean_object* x_276; +x_276 = lean_box(0); +x_8 = x_276; +goto block_262; +} +} +else +{ +size_t x_277; lean_object* x_278; lean_object* x_279; +lean_dec(x_3); +x_277 = lean_usize_add(x_7, x_6); +x_278 = lean_array_uget(x_4, x_277); +x_279 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_279, 0, x_278); +lean_ctor_set(x_279, 1, x_4); +return x_279; +} +block_262: +{ +lean_dec(x_8); +switch (lean_obj_tag(x_3)) { +case 5: +{ +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; +x_9 = lean_ctor_get(x_3, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_3, 1); +lean_inc(x_10); +lean_inc(x_9); +x_11 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_9, x_4); +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); +lean_inc(x_10); +x_14 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_10, x_13); +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; size_t x_19; size_t x_20; size_t x_21; uint8_t x_22; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_14, 1); +lean_inc(x_3); +x_18 = lean_array_uset(x_17, x_7, x_3); +x_19 = lean_usize_add(x_7, x_6); +x_20 = lean_ptr_addr(x_9); +lean_dec(x_9); +x_21 = lean_ptr_addr(x_12); +x_22 = lean_usize_dec_eq(x_20, x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +lean_dec(x_10); +lean_dec(x_3); +x_23 = l_Lean_Expr_app___override(x_12, x_16); +lean_inc(x_23); +x_24 = lean_array_uset(x_18, x_19, x_23); +lean_ctor_set(x_14, 1, x_24); +lean_ctor_set(x_14, 0, x_23); +return x_14; +} +else +{ +size_t x_25; size_t x_26; uint8_t x_27; +x_25 = lean_ptr_addr(x_10); +lean_dec(x_10); +x_26 = lean_ptr_addr(x_16); +x_27 = lean_usize_dec_eq(x_25, x_26); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; +lean_dec(x_3); +x_28 = l_Lean_Expr_app___override(x_12, x_16); +lean_inc(x_28); +x_29 = lean_array_uset(x_18, x_19, x_28); +lean_ctor_set(x_14, 1, x_29); +lean_ctor_set(x_14, 0, x_28); +return x_14; +} +else +{ +lean_object* x_30; +lean_dec(x_16); +lean_dec(x_12); +lean_inc(x_3); +x_30 = lean_array_uset(x_18, x_19, x_3); +lean_ctor_set(x_14, 1, x_30); +lean_ctor_set(x_14, 0, x_3); +return x_14; +} +} +} +else +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; size_t x_36; uint8_t x_37; +x_31 = lean_ctor_get(x_14, 0); +x_32 = lean_ctor_get(x_14, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_14); +lean_inc(x_3); +x_33 = lean_array_uset(x_32, x_7, x_3); +x_34 = lean_usize_add(x_7, x_6); +x_35 = lean_ptr_addr(x_9); +lean_dec(x_9); +x_36 = lean_ptr_addr(x_12); +x_37 = lean_usize_dec_eq(x_35, x_36); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_10); +lean_dec(x_3); +x_38 = l_Lean_Expr_app___override(x_12, x_31); +lean_inc(x_38); +x_39 = lean_array_uset(x_33, x_34, x_38); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_39); +return x_40; +} +else +{ +size_t x_41; size_t x_42; uint8_t x_43; +x_41 = lean_ptr_addr(x_10); +lean_dec(x_10); +x_42 = lean_ptr_addr(x_31); +x_43 = lean_usize_dec_eq(x_41, x_42); +if (x_43 == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_3); +x_44 = l_Lean_Expr_app___override(x_12, x_31); +lean_inc(x_44); +x_45 = lean_array_uset(x_33, x_34, x_44); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; +} +else +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_31); +lean_dec(x_12); +lean_inc(x_3); +x_47 = lean_array_uset(x_33, x_34, x_3); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_3); +lean_ctor_set(x_48, 1, x_47); +return x_48; +} +} +} +} +case 6: +{ +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; +x_49 = lean_ctor_get(x_3, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_3, 1); +lean_inc(x_50); +x_51 = lean_ctor_get(x_3, 2); +lean_inc(x_51); +x_52 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_inc(x_50); +x_53 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_50, x_4); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +lean_inc(x_51); +x_56 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_51, x_55); +x_57 = !lean_is_exclusive(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; size_t x_61; lean_object* x_62; size_t x_63; size_t x_64; uint8_t x_65; +x_58 = lean_ctor_get(x_56, 0); +x_59 = lean_ctor_get(x_56, 1); +x_60 = lean_array_uset(x_59, x_7, x_3); +x_61 = lean_usize_add(x_7, x_6); +lean_inc(x_51); +lean_inc(x_50); +lean_inc(x_49); +x_62 = l_Lean_Expr_lam___override(x_49, x_50, x_51, x_52); +x_63 = lean_ptr_addr(x_50); +lean_dec(x_50); +x_64 = lean_ptr_addr(x_54); +x_65 = lean_usize_dec_eq(x_63, x_64); +if (x_65 == 0) +{ +lean_object* x_66; lean_object* x_67; +lean_dec(x_62); +lean_dec(x_51); +x_66 = l_Lean_Expr_lam___override(x_49, x_54, x_58, x_52); +lean_inc(x_66); +x_67 = lean_array_uset(x_60, x_61, x_66); +lean_ctor_set(x_56, 1, x_67); +lean_ctor_set(x_56, 0, x_66); +return x_56; +} +else +{ +size_t x_68; size_t x_69; uint8_t x_70; +x_68 = lean_ptr_addr(x_51); +lean_dec(x_51); +x_69 = lean_ptr_addr(x_58); +x_70 = lean_usize_dec_eq(x_68, x_69); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; +lean_dec(x_62); +x_71 = l_Lean_Expr_lam___override(x_49, x_54, x_58, x_52); +lean_inc(x_71); +x_72 = lean_array_uset(x_60, x_61, x_71); +lean_ctor_set(x_56, 1, x_72); +lean_ctor_set(x_56, 0, x_71); +return x_56; +} +else +{ +uint8_t x_73; +x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_62); +x_74 = l_Lean_Expr_lam___override(x_49, x_54, x_58, x_52); +lean_inc(x_74); +x_75 = lean_array_uset(x_60, x_61, x_74); +lean_ctor_set(x_56, 1, x_75); +lean_ctor_set(x_56, 0, x_74); +return x_56; +} +else +{ +lean_object* x_76; +lean_dec(x_58); +lean_dec(x_54); +lean_dec(x_49); +lean_inc(x_62); +x_76 = lean_array_uset(x_60, x_61, x_62); +lean_ctor_set(x_56, 1, x_76); +lean_ctor_set(x_56, 0, x_62); +return x_56; +} +} +} +} +else +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; size_t x_80; lean_object* x_81; size_t x_82; size_t x_83; uint8_t x_84; +x_77 = lean_ctor_get(x_56, 0); +x_78 = lean_ctor_get(x_56, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_56); +x_79 = lean_array_uset(x_78, x_7, x_3); +x_80 = lean_usize_add(x_7, x_6); +lean_inc(x_51); +lean_inc(x_50); +lean_inc(x_49); +x_81 = l_Lean_Expr_lam___override(x_49, x_50, x_51, x_52); +x_82 = lean_ptr_addr(x_50); +lean_dec(x_50); +x_83 = lean_ptr_addr(x_54); +x_84 = lean_usize_dec_eq(x_82, x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; +lean_dec(x_81); +lean_dec(x_51); +x_85 = l_Lean_Expr_lam___override(x_49, x_54, x_77, x_52); +lean_inc(x_85); +x_86 = lean_array_uset(x_79, x_80, x_85); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; +} +else +{ +size_t x_88; size_t x_89; uint8_t x_90; +x_88 = lean_ptr_addr(x_51); +lean_dec(x_51); +x_89 = lean_ptr_addr(x_77); +x_90 = lean_usize_dec_eq(x_88, x_89); +if (x_90 == 0) +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; +lean_dec(x_81); +x_91 = l_Lean_Expr_lam___override(x_49, x_54, x_77, x_52); +lean_inc(x_91); +x_92 = lean_array_uset(x_79, x_80, x_91); +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_91); +lean_ctor_set(x_93, 1, x_92); +return x_93; +} +else +{ +uint8_t x_94; +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_52); +if (x_94 == 0) +{ +lean_object* x_95; lean_object* x_96; lean_object* x_97; +lean_dec(x_81); +x_95 = l_Lean_Expr_lam___override(x_49, x_54, x_77, x_52); +lean_inc(x_95); +x_96 = lean_array_uset(x_79, x_80, x_95); +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; +} +else +{ +lean_object* x_98; lean_object* x_99; +lean_dec(x_77); +lean_dec(x_54); +lean_dec(x_49); +lean_inc(x_81); +x_98 = lean_array_uset(x_79, x_80, x_81); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_81); +lean_ctor_set(x_99, 1, x_98); +return x_99; +} +} +} +} +} +case 7: +{ +lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; +x_100 = lean_ctor_get(x_3, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_3, 1); +lean_inc(x_101); +x_102 = lean_ctor_get(x_3, 2); +lean_inc(x_102); +x_103 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_inc(x_101); +x_104 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_101, x_4); +x_105 = lean_ctor_get(x_104, 0); +lean_inc(x_105); +x_106 = lean_ctor_get(x_104, 1); +lean_inc(x_106); +lean_dec(x_104); +lean_inc(x_102); +x_107 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_102, x_106); +x_108 = !lean_is_exclusive(x_107); +if (x_108 == 0) +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; size_t x_112; lean_object* x_113; size_t x_114; size_t x_115; uint8_t x_116; +x_109 = lean_ctor_get(x_107, 0); +x_110 = lean_ctor_get(x_107, 1); +x_111 = lean_array_uset(x_110, x_7, x_3); +x_112 = lean_usize_add(x_7, x_6); +lean_inc(x_102); +lean_inc(x_101); +lean_inc(x_100); +x_113 = l_Lean_Expr_forallE___override(x_100, x_101, x_102, x_103); +x_114 = lean_ptr_addr(x_101); +lean_dec(x_101); +x_115 = lean_ptr_addr(x_105); +x_116 = lean_usize_dec_eq(x_114, x_115); +if (x_116 == 0) +{ +lean_object* x_117; lean_object* x_118; +lean_dec(x_113); +lean_dec(x_102); +x_117 = l_Lean_Expr_forallE___override(x_100, x_105, x_109, x_103); +lean_inc(x_117); +x_118 = lean_array_uset(x_111, x_112, x_117); +lean_ctor_set(x_107, 1, x_118); +lean_ctor_set(x_107, 0, x_117); +return x_107; +} +else +{ +size_t x_119; size_t x_120; uint8_t x_121; +x_119 = lean_ptr_addr(x_102); +lean_dec(x_102); +x_120 = lean_ptr_addr(x_109); +x_121 = lean_usize_dec_eq(x_119, x_120); +if (x_121 == 0) +{ +lean_object* x_122; lean_object* x_123; +lean_dec(x_113); +x_122 = l_Lean_Expr_forallE___override(x_100, x_105, x_109, x_103); +lean_inc(x_122); +x_123 = lean_array_uset(x_111, x_112, x_122); +lean_ctor_set(x_107, 1, x_123); +lean_ctor_set(x_107, 0, x_122); +return x_107; +} +else +{ +uint8_t x_124; +x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); +if (x_124 == 0) +{ +lean_object* x_125; lean_object* x_126; +lean_dec(x_113); +x_125 = l_Lean_Expr_forallE___override(x_100, x_105, x_109, x_103); +lean_inc(x_125); +x_126 = lean_array_uset(x_111, x_112, x_125); +lean_ctor_set(x_107, 1, x_126); +lean_ctor_set(x_107, 0, x_125); +return x_107; +} +else +{ +lean_object* x_127; +lean_dec(x_109); +lean_dec(x_105); +lean_dec(x_100); +lean_inc(x_113); +x_127 = lean_array_uset(x_111, x_112, x_113); +lean_ctor_set(x_107, 1, x_127); +lean_ctor_set(x_107, 0, x_113); +return x_107; +} +} +} +} +else +{ +lean_object* x_128; lean_object* x_129; lean_object* x_130; size_t x_131; lean_object* x_132; size_t x_133; size_t x_134; uint8_t x_135; +x_128 = lean_ctor_get(x_107, 0); +x_129 = lean_ctor_get(x_107, 1); +lean_inc(x_129); +lean_inc(x_128); +lean_dec(x_107); +x_130 = lean_array_uset(x_129, x_7, x_3); +x_131 = lean_usize_add(x_7, x_6); +lean_inc(x_102); +lean_inc(x_101); +lean_inc(x_100); +x_132 = l_Lean_Expr_forallE___override(x_100, x_101, x_102, x_103); +x_133 = lean_ptr_addr(x_101); +lean_dec(x_101); +x_134 = lean_ptr_addr(x_105); +x_135 = lean_usize_dec_eq(x_133, x_134); +if (x_135 == 0) +{ +lean_object* x_136; lean_object* x_137; lean_object* x_138; +lean_dec(x_132); +lean_dec(x_102); +x_136 = l_Lean_Expr_forallE___override(x_100, x_105, x_128, x_103); +lean_inc(x_136); +x_137 = lean_array_uset(x_130, x_131, x_136); +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_136); +lean_ctor_set(x_138, 1, x_137); +return x_138; +} +else +{ +size_t x_139; size_t x_140; uint8_t x_141; +x_139 = lean_ptr_addr(x_102); +lean_dec(x_102); +x_140 = lean_ptr_addr(x_128); +x_141 = lean_usize_dec_eq(x_139, x_140); +if (x_141 == 0) +{ +lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_dec(x_132); +x_142 = l_Lean_Expr_forallE___override(x_100, x_105, x_128, x_103); +lean_inc(x_142); +x_143 = lean_array_uset(x_130, x_131, x_142); +x_144 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_142); +lean_ctor_set(x_144, 1, x_143); +return x_144; +} +else +{ +uint8_t x_145; +x_145 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_103, x_103); +if (x_145 == 0) +{ +lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_dec(x_132); +x_146 = l_Lean_Expr_forallE___override(x_100, x_105, x_128, x_103); +lean_inc(x_146); +x_147 = lean_array_uset(x_130, x_131, x_146); +x_148 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_148, 0, x_146); +lean_ctor_set(x_148, 1, x_147); +return x_148; +} +else +{ +lean_object* x_149; lean_object* x_150; +lean_dec(x_128); +lean_dec(x_105); +lean_dec(x_100); +lean_inc(x_132); +x_149 = lean_array_uset(x_130, x_131, x_132); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_132); +lean_ctor_set(x_150, 1, x_149); +return x_150; +} +} +} +} +} +case 8: +{ +lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; uint8_t x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; uint8_t x_163; +x_151 = lean_ctor_get(x_3, 0); +lean_inc(x_151); +x_152 = lean_ctor_get(x_3, 1); +lean_inc(x_152); +x_153 = lean_ctor_get(x_3, 2); +lean_inc(x_153); +x_154 = lean_ctor_get(x_3, 3); +lean_inc(x_154); +x_155 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); +lean_inc(x_152); +x_156 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_152, x_4); +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +lean_inc(x_153); +x_159 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_153, x_158); +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); +lean_inc(x_154); +x_162 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_154, x_161); +x_163 = !lean_is_exclusive(x_162); +if (x_163 == 0) +{ +lean_object* x_164; lean_object* x_165; lean_object* x_166; size_t x_167; size_t x_168; size_t x_169; uint8_t x_170; +x_164 = lean_ctor_get(x_162, 0); +x_165 = lean_ctor_get(x_162, 1); +lean_inc(x_3); +x_166 = lean_array_uset(x_165, x_7, x_3); +x_167 = lean_usize_add(x_7, x_6); +x_168 = lean_ptr_addr(x_152); +lean_dec(x_152); +x_169 = lean_ptr_addr(x_157); +x_170 = lean_usize_dec_eq(x_168, x_169); +if (x_170 == 0) +{ +lean_object* x_171; lean_object* x_172; +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_3); +x_171 = l_Lean_Expr_letE___override(x_151, x_157, x_160, x_164, x_155); +lean_inc(x_171); +x_172 = lean_array_uset(x_166, x_167, x_171); +lean_ctor_set(x_162, 1, x_172); +lean_ctor_set(x_162, 0, x_171); +return x_162; +} +else +{ +size_t x_173; size_t x_174; uint8_t x_175; +x_173 = lean_ptr_addr(x_153); +lean_dec(x_153); +x_174 = lean_ptr_addr(x_160); +x_175 = lean_usize_dec_eq(x_173, x_174); +if (x_175 == 0) +{ +lean_object* x_176; lean_object* x_177; +lean_dec(x_154); +lean_dec(x_3); +x_176 = l_Lean_Expr_letE___override(x_151, x_157, x_160, x_164, x_155); +lean_inc(x_176); +x_177 = lean_array_uset(x_166, x_167, x_176); +lean_ctor_set(x_162, 1, x_177); +lean_ctor_set(x_162, 0, x_176); +return x_162; +} +else +{ +size_t x_178; size_t x_179; uint8_t x_180; +x_178 = lean_ptr_addr(x_154); +lean_dec(x_154); +x_179 = lean_ptr_addr(x_164); +x_180 = lean_usize_dec_eq(x_178, x_179); +if (x_180 == 0) +{ +lean_object* x_181; lean_object* x_182; +lean_dec(x_3); +x_181 = l_Lean_Expr_letE___override(x_151, x_157, x_160, x_164, x_155); +lean_inc(x_181); +x_182 = lean_array_uset(x_166, x_167, x_181); +lean_ctor_set(x_162, 1, x_182); +lean_ctor_set(x_162, 0, x_181); +return x_162; +} +else +{ +lean_object* x_183; +lean_dec(x_164); +lean_dec(x_160); +lean_dec(x_157); +lean_dec(x_151); +lean_inc(x_3); +x_183 = lean_array_uset(x_166, x_167, x_3); +lean_ctor_set(x_162, 1, x_183); +lean_ctor_set(x_162, 0, x_3); +return x_162; +} +} +} +} +else +{ +lean_object* x_184; lean_object* x_185; lean_object* x_186; size_t x_187; size_t x_188; size_t x_189; uint8_t x_190; +x_184 = lean_ctor_get(x_162, 0); +x_185 = lean_ctor_get(x_162, 1); +lean_inc(x_185); +lean_inc(x_184); +lean_dec(x_162); +lean_inc(x_3); +x_186 = lean_array_uset(x_185, x_7, x_3); +x_187 = lean_usize_add(x_7, x_6); +x_188 = lean_ptr_addr(x_152); +lean_dec(x_152); +x_189 = lean_ptr_addr(x_157); +x_190 = lean_usize_dec_eq(x_188, x_189); +if (x_190 == 0) +{ +lean_object* x_191; lean_object* x_192; lean_object* x_193; +lean_dec(x_154); +lean_dec(x_153); +lean_dec(x_3); +x_191 = l_Lean_Expr_letE___override(x_151, x_157, x_160, x_184, x_155); +lean_inc(x_191); +x_192 = lean_array_uset(x_186, x_187, x_191); +x_193 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_193, 0, x_191); +lean_ctor_set(x_193, 1, x_192); +return x_193; +} +else +{ +size_t x_194; size_t x_195; uint8_t x_196; +x_194 = lean_ptr_addr(x_153); +lean_dec(x_153); +x_195 = lean_ptr_addr(x_160); +x_196 = lean_usize_dec_eq(x_194, x_195); +if (x_196 == 0) +{ +lean_object* x_197; lean_object* x_198; lean_object* x_199; +lean_dec(x_154); +lean_dec(x_3); +x_197 = l_Lean_Expr_letE___override(x_151, x_157, x_160, x_184, x_155); +lean_inc(x_197); +x_198 = lean_array_uset(x_186, x_187, x_197); +x_199 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_198); +return x_199; +} +else +{ +size_t x_200; size_t x_201; uint8_t x_202; +x_200 = lean_ptr_addr(x_154); +lean_dec(x_154); +x_201 = lean_ptr_addr(x_184); +x_202 = lean_usize_dec_eq(x_200, x_201); +if (x_202 == 0) +{ +lean_object* x_203; lean_object* x_204; lean_object* x_205; +lean_dec(x_3); +x_203 = l_Lean_Expr_letE___override(x_151, x_157, x_160, x_184, x_155); +lean_inc(x_203); +x_204 = lean_array_uset(x_186, x_187, x_203); +x_205 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_205, 0, x_203); +lean_ctor_set(x_205, 1, x_204); +return x_205; +} +else +{ +lean_object* x_206; lean_object* x_207; +lean_dec(x_184); +lean_dec(x_160); +lean_dec(x_157); +lean_dec(x_151); +lean_inc(x_3); +x_206 = lean_array_uset(x_186, x_187, x_3); +x_207 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_207, 0, x_3); +lean_ctor_set(x_207, 1, x_206); +return x_207; +} +} +} +} +} +case 10: +{ +lean_object* x_208; lean_object* x_209; lean_object* x_210; uint8_t x_211; +x_208 = lean_ctor_get(x_3, 0); +lean_inc(x_208); +x_209 = lean_ctor_get(x_3, 1); +lean_inc(x_209); +lean_inc(x_209); +x_210 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_209, x_4); +x_211 = !lean_is_exclusive(x_210); +if (x_211 == 0) +{ +lean_object* x_212; lean_object* x_213; lean_object* x_214; size_t x_215; size_t x_216; size_t x_217; uint8_t x_218; +x_212 = lean_ctor_get(x_210, 0); +x_213 = lean_ctor_get(x_210, 1); +lean_inc(x_3); +x_214 = lean_array_uset(x_213, x_7, x_3); +x_215 = lean_usize_add(x_7, x_6); +x_216 = lean_ptr_addr(x_209); +lean_dec(x_209); +x_217 = lean_ptr_addr(x_212); +x_218 = lean_usize_dec_eq(x_216, x_217); +if (x_218 == 0) +{ +lean_object* x_219; lean_object* x_220; +lean_dec(x_3); +x_219 = l_Lean_Expr_mdata___override(x_208, x_212); +lean_inc(x_219); +x_220 = lean_array_uset(x_214, x_215, x_219); +lean_ctor_set(x_210, 1, x_220); +lean_ctor_set(x_210, 0, x_219); +return x_210; +} +else +{ +lean_object* x_221; +lean_dec(x_212); +lean_dec(x_208); +lean_inc(x_3); +x_221 = lean_array_uset(x_214, x_215, x_3); +lean_ctor_set(x_210, 1, x_221); +lean_ctor_set(x_210, 0, x_3); +return x_210; +} +} +else +{ +lean_object* x_222; lean_object* x_223; lean_object* x_224; size_t x_225; size_t x_226; size_t x_227; uint8_t x_228; +x_222 = lean_ctor_get(x_210, 0); +x_223 = lean_ctor_get(x_210, 1); +lean_inc(x_223); +lean_inc(x_222); +lean_dec(x_210); +lean_inc(x_3); +x_224 = lean_array_uset(x_223, x_7, x_3); +x_225 = lean_usize_add(x_7, x_6); +x_226 = lean_ptr_addr(x_209); +lean_dec(x_209); +x_227 = lean_ptr_addr(x_222); +x_228 = lean_usize_dec_eq(x_226, x_227); +if (x_228 == 0) +{ +lean_object* x_229; lean_object* x_230; lean_object* x_231; +lean_dec(x_3); +x_229 = l_Lean_Expr_mdata___override(x_208, x_222); +lean_inc(x_229); +x_230 = lean_array_uset(x_224, x_225, x_229); +x_231 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_231, 0, x_229); +lean_ctor_set(x_231, 1, x_230); +return x_231; +} +else +{ +lean_object* x_232; lean_object* x_233; +lean_dec(x_222); +lean_dec(x_208); +lean_inc(x_3); +x_232 = lean_array_uset(x_224, x_225, x_3); +x_233 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_233, 0, x_3); +lean_ctor_set(x_233, 1, x_232); +return x_233; +} +} +} +case 11: +{ +lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; uint8_t x_238; +x_234 = lean_ctor_get(x_3, 0); +lean_inc(x_234); +x_235 = lean_ctor_get(x_3, 1); +lean_inc(x_235); +x_236 = lean_ctor_get(x_3, 2); +lean_inc(x_236); +lean_inc(x_236); +x_237 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_236, x_4); +x_238 = !lean_is_exclusive(x_237); +if (x_238 == 0) +{ +lean_object* x_239; lean_object* x_240; lean_object* x_241; size_t x_242; size_t x_243; size_t x_244; uint8_t x_245; +x_239 = lean_ctor_get(x_237, 0); +x_240 = lean_ctor_get(x_237, 1); +lean_inc(x_3); +x_241 = lean_array_uset(x_240, x_7, x_3); +x_242 = lean_usize_add(x_7, x_6); +x_243 = lean_ptr_addr(x_236); +lean_dec(x_236); +x_244 = lean_ptr_addr(x_239); +x_245 = lean_usize_dec_eq(x_243, x_244); +if (x_245 == 0) +{ +lean_object* x_246; lean_object* x_247; +lean_dec(x_3); +x_246 = l_Lean_Expr_proj___override(x_234, x_235, x_239); +lean_inc(x_246); +x_247 = lean_array_uset(x_241, x_242, x_246); +lean_ctor_set(x_237, 1, x_247); +lean_ctor_set(x_237, 0, x_246); +return x_237; +} +else +{ +lean_object* x_248; +lean_dec(x_239); +lean_dec(x_235); +lean_dec(x_234); +lean_inc(x_3); +x_248 = lean_array_uset(x_241, x_242, x_3); +lean_ctor_set(x_237, 1, x_248); +lean_ctor_set(x_237, 0, x_3); +return x_237; +} +} +else +{ +lean_object* x_249; lean_object* x_250; lean_object* x_251; size_t x_252; size_t x_253; size_t x_254; uint8_t x_255; +x_249 = lean_ctor_get(x_237, 0); +x_250 = lean_ctor_get(x_237, 1); +lean_inc(x_250); +lean_inc(x_249); +lean_dec(x_237); +lean_inc(x_3); +x_251 = lean_array_uset(x_250, x_7, x_3); +x_252 = lean_usize_add(x_7, x_6); +x_253 = lean_ptr_addr(x_236); +lean_dec(x_236); +x_254 = lean_ptr_addr(x_249); +x_255 = lean_usize_dec_eq(x_253, x_254); +if (x_255 == 0) +{ +lean_object* x_256; lean_object* x_257; lean_object* x_258; +lean_dec(x_3); +x_256 = l_Lean_Expr_proj___override(x_234, x_235, x_249); +lean_inc(x_256); +x_257 = lean_array_uset(x_251, x_252, x_256); +x_258 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_258, 0, x_256); +lean_ctor_set(x_258, 1, x_257); +return x_258; +} +else +{ +lean_object* x_259; lean_object* x_260; +lean_dec(x_249); +lean_dec(x_235); +lean_dec(x_234); +lean_inc(x_3); +x_259 = lean_array_uset(x_251, x_252, x_3); +x_260 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_260, 0, x_3); +lean_ctor_set(x_260, 1, x_259); +return x_260; +} +} +} +default: +{ +lean_object* x_261; +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_3); +lean_ctor_set(x_261, 1, x_4); +return x_261; +} +} +} +block_268: +{ +lean_object* x_264; size_t x_265; lean_object* x_266; lean_object* x_267; +x_264 = lean_array_uset(x_4, x_7, x_3); +x_265 = lean_usize_add(x_7, x_6); +lean_inc(x_263); +x_266 = lean_array_uset(x_264, x_265, x_263); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_263); +lean_ctor_set(x_267, 1, x_266); +return x_267; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; size_t x_6; lean_object* x_7; lean_object* x_262; lean_object* x_268; size_t x_269; uint8_t x_270; @@ -299,14 +1244,14 @@ lean_inc(x_8); x_9 = lean_ctor_get(x_2, 1); lean_inc(x_9); lean_inc(x_8); -x_10 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_8, x_3); +x_10 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_8, x_3); 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); lean_inc(x_9); -x_13 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_9, x_12); +x_13 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_9, x_12); x_14 = !lean_is_exclusive(x_13); if (x_14 == 0) { @@ -436,14 +1381,14 @@ x_50 = lean_ctor_get(x_2, 2); lean_inc(x_50); x_51 = lean_ctor_get_uint8(x_2, sizeof(void*)*3 + 8); lean_inc(x_49); -x_52 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_49, x_3); +x_52 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_49, x_3); x_53 = lean_ctor_get(x_52, 0); lean_inc(x_53); x_54 = lean_ctor_get(x_52, 1); lean_inc(x_54); lean_dec(x_52); lean_inc(x_50); -x_55 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_50, x_54); +x_55 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_50, x_54); x_56 = !lean_is_exclusive(x_55); if (x_56 == 0) { @@ -493,7 +1438,7 @@ return x_55; else { uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; @@ -573,7 +1518,7 @@ return x_92; else { uint8_t x_93; -x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_93 == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; @@ -614,14 +1559,14 @@ x_101 = lean_ctor_get(x_2, 2); lean_inc(x_101); x_102 = lean_ctor_get_uint8(x_2, sizeof(void*)*3 + 8); lean_inc(x_100); -x_103 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_100, x_3); +x_103 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_100, x_3); x_104 = lean_ctor_get(x_103, 0); lean_inc(x_104); x_105 = lean_ctor_get(x_103, 1); lean_inc(x_105); lean_dec(x_103); lean_inc(x_101); -x_106 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_101, x_105); +x_106 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_101, x_105); x_107 = !lean_is_exclusive(x_106); if (x_107 == 0) { @@ -671,7 +1616,7 @@ return x_106; else { uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_123 == 0) { lean_object* x_124; lean_object* x_125; @@ -751,7 +1696,7 @@ return x_143; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_144 == 0) { lean_object* x_145; lean_object* x_146; lean_object* x_147; @@ -794,21 +1739,21 @@ x_153 = lean_ctor_get(x_2, 3); lean_inc(x_153); x_154 = lean_ctor_get_uint8(x_2, sizeof(void*)*4 + 8); lean_inc(x_151); -x_155 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_151, x_3); +x_155 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_151, x_3); x_156 = lean_ctor_get(x_155, 0); lean_inc(x_156); x_157 = lean_ctor_get(x_155, 1); lean_inc(x_157); lean_dec(x_155); lean_inc(x_152); -x_158 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_152, x_157); +x_158 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_152, x_157); x_159 = lean_ctor_get(x_158, 0); lean_inc(x_159); x_160 = lean_ctor_get(x_158, 1); lean_inc(x_160); lean_dec(x_158); lean_inc(x_153); -x_161 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_153, x_160); +x_161 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_153, x_160); x_162 = !lean_is_exclusive(x_161); if (x_162 == 0) { @@ -982,7 +1927,7 @@ lean_inc(x_207); x_208 = lean_ctor_get(x_2, 1); lean_inc(x_208); lean_inc(x_208); -x_209 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_208, x_3); +x_209 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_208, x_3); x_210 = !lean_is_exclusive(x_209); if (x_210 == 0) { @@ -1070,7 +2015,7 @@ lean_inc(x_234); x_235 = lean_ctor_get(x_2, 2); lean_inc(x_235); lean_inc(x_235); -x_236 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_235, x_3); +x_236 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_235, x_3); x_237 = !lean_is_exclusive(x_236); if (x_237 == 0) { @@ -1177,36 +2122,81 @@ return x_266; LEAN_EXPORT lean_object* l_Lean_Meta_MVarRenaming_apply(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasMVar(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_12; +x_12 = l_Lean_Expr_hasMVar(x_2); +if (x_12 == 0) { -return x_2; +uint8_t x_13; +x_13 = 1; +x_3 = x_13; +goto block_11; } else { +uint8_t x_14; +x_14 = 0; +x_3 = x_14; +goto block_11; +} +block_11: +{ +if (x_3 == 0) +{ +uint8_t x_4; if (lean_obj_tag(x_1) == 0) { +uint8_t x_9; +x_9 = 1; +x_4 = x_9; +goto block_8; +} +else +{ +uint8_t x_10; +x_10 = 0; +x_4 = x_10; +goto block_8; +} +block_8: +{ +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_5 = l_Lean_Expr_ReplaceImpl_Cache_new; +x_6 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_2, x_5); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +lean_dec(x_6); +return x_7; +} +else +{ return x_2; } +} +} else { -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = l_Lean_Expr_ReplaceImpl_Cache_new; -x_5 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_4); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -lean_dec(x_5); -return x_6; +return x_2; +} } } } +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___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_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} } -LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1(x_1, x_2, x_3); +x_4 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_MVarRenaming_apply___spec__1___at_Lean_Meta_MVarRenaming_apply___spec__2(x_1, x_2, x_3); lean_dec(x_1); return x_4; } diff --git a/stage0/stdlib/Lean/Meta/Match/Match.c b/stage0/stdlib/Lean/Meta/Match/Match.c index f0c662d40aeb..a3ec27f0b9df 100644 --- a/stage0/stdlib/Lean/Meta/Match/Match.c +++ b/stage0/stdlib/Lean/Meta/Match/Match.c @@ -40,6 +40,7 @@ lean_object* l_Lean_MVarId_contradictionCore(lean_object*, lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Meta_Match_processInaccessibleAsCtor___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_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg___closed__15; static lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandNatValuePattern___spec__1___closed__5; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___at_Lean_Meta_Match_withCleanLCtxFor___spec__26(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___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_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__4___boxed(lean_object**); @@ -56,7 +57,6 @@ LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasArra static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf___closed__1; LEAN_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf___spec__1___rarg(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_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__9; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__6(lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasAsPattern___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -73,7 +73,7 @@ static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandV LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_checkNextPatternTypes___spec__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isValueTransition___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__13(lean_object*, 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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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*, 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_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___lambda__1(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_Match_mkMatcherAuxDefinition___spec__2(lean_object*, size_t, lean_object*); @@ -85,6 +85,7 @@ static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwNo LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_Meta_Match_mkMatcher___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_getMkMatcherInputInContext___lambda__3___closed__4; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__2(lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__2; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandNatValuePattern___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isVariableTransition___boxed(lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); @@ -96,7 +97,6 @@ lean_object* l_Lean_Meta_lambdaTelescope___at___private_Lean_Meta_Eqns_0__Lean_M LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__23(lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__3; lean_object* l_Lean_indentD(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNatValueTransition(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -116,6 +116,7 @@ LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Me LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasVarPattern(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__8; size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__10; @@ -126,6 +127,7 @@ LEAN_EXPORT lean_object* l_List_filterTR_loop___at___private_Lean_Meta_Match_Mat LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasCtorPattern___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__11(lean_object*, lean_object*, 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*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___lambda__1___closed__1; +LEAN_EXPORT uint8_t l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____lambda__1(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__2(lean_object*, 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*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); @@ -144,6 +146,7 @@ static lean_object* l_List_forIn_loop___at___private_Lean_Meta_Match_Match_0__Le size_t lean_usize_mul(size_t, size_t); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__1; static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__5___closed__3; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6; lean_object* l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__13(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_Match_mkMatcher___spec__16(lean_object*, lean_object*, lean_object*, lean_object*); @@ -151,7 +154,7 @@ lean_object* lean_mk_array(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); extern uint8_t l_instInhabitedBool; static lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__11___closed__1; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__4; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__5; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___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_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__5; static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__4___closed__2; @@ -165,6 +168,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_co LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_mkMinorType___lambda__2(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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__17___boxed(lean_object**); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___spec__1(lean_object*, size_t, size_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__3; LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___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_Match_mkMatcherAuxDefinition___lambda__2___closed__8; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -176,18 +180,17 @@ static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlt lean_object* l_Lean_Meta_Match_MatcherInfo_arity(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_Match_mkMatcher___spec__9___at_Lean_Meta_Match_mkMatcher___spec__10___at_Lean_Meta_Match_mkMatcher___spec__11(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_Meta_Match_mkMatcher___spec__3(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__10; lean_object* l_Lean_ConstantInfo_name(lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___lambda__5___closed__4; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__5; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Match_getMkMatcherInputInContext___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Meta_Match_State_used___default___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_getMkMatcherInputInContext___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___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_List_foldl___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_collectArraySizes___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1; LEAN_EXPORT lean_object* l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isValueTransition___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___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___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNatValueTransition___boxed(lean_object*); @@ -197,7 +200,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_so static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___lambda__3___closed__4; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___lambda__3___closed__1; uint8_t l_Lean_Expr_isNatLit(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_mkMinorType___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_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasAsPattern___spec__1(uint8_t, lean_object*); @@ -227,9 +229,9 @@ lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_o static lean_object* l_Lean_Meta_Match_processInaccessibleAsCtor___closed__4; static lean_object* l_Lean_Meta_Match_getMkMatcherInputInContext___lambda__3___closed__3; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__22(lean_object*, lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Match_isCurrVarInductive___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__2; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___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___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_mkMinorType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -239,7 +241,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__9(lean_object*, l uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern___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___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getInductiveVal_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__3; LEAN_EXPORT lean_object* l_List_filterMapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__1___closed__3; lean_object* l_Lean_Meta_Match_examplesToMessageData(lean_object*); @@ -251,7 +252,6 @@ extern lean_object* l_Lean_Expr_instBEqExpr; 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___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_checkNextPatternTypes___spec__2(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_Match_Match___hyg_16101_(lean_object*); lean_object* l_Lean_Meta_Match_Example_applyFVarSubst(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__21(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_Match_mkMatcher___lambda__3___closed__1; @@ -261,9 +261,8 @@ lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean static lean_object* l_Lean_Meta_Match_getMkMatcherInputInContext___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isDone___boxed(lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__12(lean_object*, lean_object*, lean_object*, lean_object*, 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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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*, 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_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwNonSupported(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -273,7 +272,7 @@ LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Match_Match_0__Le static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___closed__1; static lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__11___lambda__2___closed__4; lean_object* l_Lean_Meta_Match_Alt_replaceFVarId(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__14(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_getMkMatcherInputInContext___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_Pattern_toExpr_visit(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasAsPattern(lean_object*); @@ -290,8 +289,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_ch LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_mkMinorType___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_LocalContext_foldrM___at_Lean_Meta_Match_withCleanLCtxFor___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__2; 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*); lean_object* l_Lean_LocalContext_getFVar_x21(lean_object*, lean_object*); @@ -305,6 +302,7 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_ LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf___spec__2___rarg(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 uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasNonTrivialExample(lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__2; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__15(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf___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_Match_mkMatcher___lambda__14___closed__1; @@ -312,9 +310,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_pr LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isArrayLitTransition___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_filterTrivialCnstrs___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Match_withMkMatcherInput___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_MatcherApp_addArg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_processInaccessibleAsCtor___closed__1; @@ -395,6 +393,8 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_ex static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___lambda__5___closed__1; LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasNatValPattern___spec__1(uint8_t, lean_object*); lean_object* l_Lean_CollectFVars_State_addDependencies(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__10; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__4; static lean_object* l_panic___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts(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_Match_mkMatcher___lambda__16___boxed(lean_object**); @@ -448,11 +448,11 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Match_Match_ 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*); lean_object* l_Lean_Expr_constructorApp_x3f(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Match_processInaccessibleAsCtor___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Match_State_used___default; LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isVariableTransition(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__5; static lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__2(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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); @@ -466,25 +466,23 @@ static lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Le static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg___closed__16; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Match_getMkMatcherInputInContext___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___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*); extern lean_object* l_Lean_levelZero; LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isConstructorTransition___spec__1(uint8_t, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_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_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___closed__2; static lean_object* l_List_forIn_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_checkNextPatternTypes___spec__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__7; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___lambda__3___closed__2; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___closed__2; LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___spec__9___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Lean_Meta_MatcherApp_addArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__15(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg___closed__8; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__18___boxed(lean_object**); -LEAN_EXPORT uint8_t l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____lambda__1(uint8_t, uint8_t); lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_Match_processInaccessibleAsCtor___spec__4(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2___closed__4; @@ -513,6 +511,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_getMkMat LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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_isTracingEnabledFor___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___spec__1___closed__1; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__1; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__4___closed__4; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__11___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*); @@ -520,6 +519,7 @@ LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at_Lean_Meta_MatcherApp_addArg___ LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_inLocalDecls(lean_object*, lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MkMatcherInput_numDiscrs(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Match_getMkMatcherInputInContext___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoArrayLit_loop___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__18___closed__2; @@ -535,21 +535,20 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_ex LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_reorientCnstrs___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasValPattern___spec__1(uint8_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__4(lean_object*, lean_object*, 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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__17(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__24(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796_(lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNatValueTransition___spec__1(uint8_t, lean_object*); lean_object* l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg___closed__7; static lean_object* l_List_mapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable___spec__1___closed__1; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__4; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___lambda__5___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_inLocalDecls___boxed(lean_object*, lean_object*); @@ -568,10 +567,10 @@ LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withClea LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldrM___at_Lean_Meta_Match_withCleanLCtxFor___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_Alt_applyFVarSubst(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f___lambda__2___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__12; lean_object* l_Lean_LocalDecl_fvarId(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasRecursiveType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__5; static lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processSkipInaccessible___spec__3___closed__3; LEAN_EXPORT lean_object* l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isVariableTransition___spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f___lambda__2___closed__6; @@ -580,7 +579,6 @@ static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___lambda__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwNonSupported___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -594,7 +592,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_isCurrVarInductive(lean_object*, lean LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__10(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_Match_mkMatcher___lambda__13___closed__1; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__16(lean_object*, 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_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___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_PersistentHashMap_insert___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__2___closed__2; @@ -619,9 +617,10 @@ LEAN_EXPORT lean_object* l_Lean_LocalContext_foldrM___at_Lean_Meta_Match_withCle static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__5___closed__1; LEAN_EXPORT lean_object* l_List_filterTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__1(lean_object*, lean_object*); uint8_t l_Lean_Expr_isConstructorApp(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__7; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Match_withMkMatcherInput___spec__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldrMAux___at_Lean_Meta_Match_withCleanLCtxFor___spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf_go___closed__3; @@ -635,11 +634,13 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__20(lean_object*, lean_object* l_Lean_LocalDecl_userName(lean_object*); lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2___closed__10; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__6; lean_object* lean_name_append_index_after(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__12___boxed(lean_object**); LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isFirstPatternVar(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__4; static lean_object* l_panic___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern___spec__1___closed__1; static lean_object* l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__1; LEAN_EXPORT lean_object* l_List_filterTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__6(lean_object*, lean_object*, lean_object*); @@ -648,20 +649,17 @@ static lean_object* l_panic___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Ma LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasAsPattern___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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_Match_getMkMatcherInputInContext___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withEqs___rarg___closed__1; lean_object* l_Lean_Expr_constLevels_x21(lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_checkNextPatternTypes___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__11(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNextVar(lean_object*); lean_object* l_Lean_Meta_Match_Pattern_toMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__2; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___lambda__5___closed__5; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__9; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern___closed__2; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_filterTrivialCnstrs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -674,8 +672,8 @@ static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__12___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_reorientCnstrs(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___closed__1; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__5; static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__3___closed__2; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__7; lean_object* l_Lean_Meta_getInductiveUniverseAndParams(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_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___spec__4(lean_object*, lean_object*); @@ -688,12 +686,12 @@ lean_object* l_Lean_MessageData_ofLevel(lean_object*); static lean_object* l_Lean_Meta_Match_processInaccessibleAsCtor___closed__2; lean_object* l_Lean_mkRawNatLit(lean_object*); static lean_object* l_Lean_Meta_Match_MkMatcherInput_collectDependencies___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__13; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___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_PersistentHashMap_insert___at_Lean_MVarId_assign___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_matcherExt; lean_object* l_Lean_Meta_getLocalInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_Meta_Match_State_used___default___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802_(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasArrayLitPattern___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__10(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -723,7 +721,7 @@ static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCa static lean_object* l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__3; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___closed__1; lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__7(lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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* lean_local_ctx_erase(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__3___boxed(lean_object*, lean_object*, lean_object*); @@ -746,7 +744,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Meta_Match_mkMatcher___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__19___closed__2; LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processVariable___spec__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_Match_Match___hyg_16101____closed__11; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___at_Lean_Meta_Match_withCleanLCtxFor___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_mkMinorType___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_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceState(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_Match_processInaccessibleAsCtor___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -757,6 +755,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_MkMatcherInput_collectDependencies___ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; lean_object* l_Lean_Expr_getAppFn(lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; static lean_object* l_Lean_Meta_Match_getMkMatcherInputInContext___closed__3; LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveCnstrs_go___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasValPattern(lean_object*); @@ -768,6 +767,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_wi static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___closed__2; lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_throwCasesException___rarg___closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Match_MkMatcherInput_collectFVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable___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* l_Lean_mkArrow(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -780,6 +780,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_ha LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_mkMatcher___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__21(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__1; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldrMAux___at_Lean_Meta_Match_withCleanLCtxFor___spec__9(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); @@ -860,18 +861,17 @@ lean_object* l_Lean_Meta_setInlineAttribute(lean_object*, uint8_t, lean_object*, LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processArrayLit___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_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__6; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__7; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Meta_Match_withMkMatcherInput___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__4; lean_object* l_Lean_Meta_mkFreshTypeMVar(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__11; lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; static lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__11___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_List_mapM_loop___at_Lean_Meta_Match_instantiateAltLHSMVars___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern___closed__1; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandVarIntoCtor_x3f___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_Meta_Match_mkMatcher___lambda__9___boxed(lean_object**); @@ -881,6 +881,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_wi LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Match_withMkMatcherInput___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__13; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_level_eq(lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -935,7 +936,7 @@ static lean_object* l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2___close LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processValue___spec__11___lambda__2(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*); static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf___lambda__2___closed__2; lean_object* l_Lean_Meta_Match_Alt_toMessageData(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__12; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__3; lean_object* l_Lean_Expr_collectFVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_Match_mkMatcher___spec__7(lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); @@ -951,14 +952,13 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Match lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at_Lean_Meta_MatcherApp_addArg___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_Meta_mkArrayLit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__17___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__3___boxed(lean_object**); extern lean_object* l_Lean_Meta_Match_instInhabitedProblem; static lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__1; LEAN_EXPORT lean_object* l_List_allM___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_altsAreCtorLike___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isConstructorTransition___boxed(lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_checkNumPatterns___spec__1(lean_object* x_1, uint8_t x_2, lean_object* x_3) { _start: @@ -1822,161 +1822,143 @@ lean_inc(x_1); x_27 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_mkMinorType(x_1, x_2, x_3, x_26, x_15, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_27) == 0) { -lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_69; +lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_65; x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); lean_dec(x_27); -x_69 = l_Array_isEmpty___rarg(x_26); -if (x_69 == 0) +x_65 = l_Array_isEmpty___rarg(x_26); +if (x_65 == 0) { -uint8_t x_70; -x_70 = 1; -x_30 = x_70; -goto block_68; +uint8_t x_66; +x_66 = 1; +x_30 = x_66; +goto block_64; } else { -lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_71 = lean_array_get_size(x_3); -x_72 = lean_unsigned_to_nat(0u); -x_73 = lean_nat_dec_lt(x_72, x_71); -if (x_73 == 0) +lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_67 = lean_array_get_size(x_3); +x_68 = lean_unsigned_to_nat(0u); +x_69 = lean_nat_dec_lt(x_68, x_67); +if (x_69 == 0) { -uint8_t x_74; -lean_dec(x_71); -x_74 = 0; -x_30 = x_74; -goto block_68; +uint8_t x_70; +lean_dec(x_67); +x_70 = 0; +x_30 = x_70; +goto block_64; } else { -uint8_t x_75; -x_75 = lean_nat_dec_le(x_71, x_71); -if (x_75 == 0) +uint8_t x_71; +x_71 = lean_nat_dec_le(x_67, x_67); +if (x_71 == 0) { -uint8_t x_76; -lean_dec(x_71); -x_76 = 0; -x_30 = x_76; -goto block_68; +uint8_t x_72; +lean_dec(x_67); +x_72 = 0; +x_30 = x_72; +goto block_64; } else { -size_t x_77; uint8_t x_78; -x_77 = lean_usize_of_nat(x_71); -lean_dec(x_71); -x_78 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___spec__1(x_3, x_25, x_77); -x_30 = x_78; -goto block_68; +size_t x_73; uint8_t x_74; +x_73 = lean_usize_of_nat(x_67); +lean_dec(x_67); +x_74 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___spec__1(x_3, x_25, x_73); +x_30 = x_74; +goto block_64; } } } -block_68: +block_64: { -uint8_t x_31; +lean_object* x_31; lean_object* x_32; if (x_30 == 0) { -uint8_t x_66; -x_66 = 0; -x_31 = x_66; -goto block_65; -} -else -{ -uint8_t x_67; -x_67 = 1; -x_31 = x_67; -goto block_65; -} -block_65: -{ -lean_object* x_32; lean_object* x_33; -if (x_31 == 0) -{ -lean_object* x_62; lean_object* x_63; -x_62 = l_Lean_mkSimpleThunkType(x_28); -x_63 = lean_unsigned_to_nat(1u); +lean_object* x_61; lean_object* x_62; +x_61 = l_Lean_mkSimpleThunkType(x_28); +x_62 = lean_unsigned_to_nat(1u); +x_31 = x_61; x_32 = x_62; -x_33 = x_63; -goto block_61; +goto block_60; } else { -lean_object* x_64; -x_64 = lean_array_get_size(x_26); -x_32 = x_28; -x_33 = x_64; -goto block_61; -} -block_61: -{ -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; uint8_t x_43; -x_34 = lean_unsigned_to_nat(0u); -x_35 = l_List_lengthTRAux___rarg(x_6, x_34); -x_36 = lean_unsigned_to_nat(1u); -x_37 = lean_nat_add(x_35, x_36); -x_38 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__2; -x_39 = lean_name_append_index_after(x_38, x_37); -x_40 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__6; -x_41 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_40, x_8, x_9, x_10, x_11, x_29); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_unbox(x_42); -lean_dec(x_42); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_41, 1); -lean_inc(x_44); +lean_object* x_63; +x_63 = lean_array_get_size(x_26); +x_31 = x_28; +x_32 = x_63; +goto block_60; +} +block_60: +{ +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; uint8_t x_42; +x_33 = lean_unsigned_to_nat(0u); +x_34 = l_List_lengthTRAux___rarg(x_6, x_33); +x_35 = lean_unsigned_to_nat(1u); +x_36 = lean_nat_add(x_34, x_35); +x_37 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__2; +x_38 = lean_name_append_index_after(x_37, x_36); +x_39 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__6; +x_40 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_39, x_8, x_9, x_10, x_11, x_29); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_unbox(x_41); lean_dec(x_41); -x_45 = lean_box(0); -x_46 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__2(x_33, x_7, x_18, x_31, x_17, x_35, x_19, x_6, x_1, x_2, x_3, x_4, x_16, x_26, x_39, x_32, x_45, x_8, x_9, x_10, x_11, x_44); -return x_46; +if (x_42 == 0) +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_40, 1); +lean_inc(x_43); +lean_dec(x_40); +x_44 = lean_box(0); +x_45 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__2(x_32, x_7, x_18, x_30, x_17, x_34, x_19, x_6, x_1, x_2, x_3, x_4, x_16, x_26, x_38, x_31, x_44, x_8, x_9, x_10, x_11, x_43); +return x_45; } 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; lean_object* x_60; -x_47 = lean_ctor_get(x_41, 1); -lean_inc(x_47); -lean_dec(x_41); -lean_inc(x_39); -x_48 = l_Lean_MessageData_ofName(x_39); -x_49 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__8; -x_50 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_48); -x_51 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__10; -x_52 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); -lean_inc(x_32); -x_53 = l_Lean_MessageData_ofExpr(x_32); -x_54 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_54, 0, x_52); -lean_ctor_set(x_54, 1, x_53); -x_55 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -x_57 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_40, x_56, x_8, x_9, x_10, x_11, x_47); -x_58 = lean_ctor_get(x_57, 0); +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; +x_46 = lean_ctor_get(x_40, 1); +lean_inc(x_46); +lean_dec(x_40); +lean_inc(x_38); +x_47 = l_Lean_MessageData_ofName(x_38); +x_48 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__8; +x_49 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +x_50 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__10; +x_51 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +lean_inc(x_31); +x_52 = l_Lean_MessageData_ofExpr(x_31); +x_53 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, x_52); +x_54 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_39, x_55, x_8, x_9, x_10, x_11, x_46); +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +x_58 = lean_ctor_get(x_56, 1); lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); +lean_dec(x_56); +x_59 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__2(x_32, x_7, x_18, x_30, x_17, x_34, x_19, x_6, x_1, x_2, x_3, x_4, x_16, x_26, x_38, x_31, x_57, x_8, x_9, x_10, x_11, x_58); lean_dec(x_57); -x_60 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___lambda__2(x_33, x_7, x_18, x_31, x_17, x_35, x_19, x_6, x_1, x_2, x_3, x_4, x_16, x_26, x_39, x_32, x_58, x_8, x_9, x_10, x_11, x_59); -lean_dec(x_58); -return x_60; -} +return x_59; } } } } else { -uint8_t x_79; +uint8_t x_75; lean_dec(x_26); lean_dec(x_19); lean_dec(x_18); @@ -1992,23 +1974,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_79 = !lean_is_exclusive(x_27); -if (x_79 == 0) +x_75 = !lean_is_exclusive(x_27); +if (x_75 == 0) { return x_27; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_27, 0); -x_81 = lean_ctor_get(x_27, 1); -lean_inc(x_81); -lean_inc(x_80); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_27, 0); +x_77 = lean_ctor_get(x_27, 1); +lean_inc(x_77); +lean_inc(x_76); lean_dec(x_27); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; +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; } } } @@ -4423,48 +4405,74 @@ return x_9; } else { -lean_object* x_10; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_57; x_10 = lean_ctor_get(x_2, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_2, 1); lean_inc(x_11); lean_dec(x_2); -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_10, 1); +lean_inc(x_13); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_14 = x_10; +} else { + lean_dec_ref(x_10); + x_14 = lean_box(0); +} +x_57 = l_Lean_Expr_isFVar(x_12); +if (x_57 == 0) +{ +uint8_t x_58; +x_58 = 0; +x_15 = x_58; +goto block_56; +} +else +{ +lean_object* x_59; uint8_t x_60; +lean_inc(x_12); +x_59 = l_Lean_Expr_fvarId_x21(x_12); +lean_inc(x_1); +x_60 = l_Lean_Meta_Match_Alt_isLocalDecl(x_59, x_1); +lean_dec(x_59); +x_15 = x_60; +goto block_56; +} +block_56: { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_10, 0); -x_14 = lean_ctor_get(x_10, 1); -x_15 = l_Lean_Expr_isFVar(x_13); if (x_15 == 0) { lean_object* x_16; lean_object* x_17; -lean_free_object(x_10); +lean_dec(x_14); x_16 = lean_box(0); -x_17 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_13, x_14, x_16, x_3, x_4, x_5, x_6, x_7); +x_17 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_12, x_13, x_16, x_3, x_4, x_5, x_6, x_7); return x_17; } else { -lean_object* x_18; uint8_t x_19; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_inc(x_12); +x_18 = l_Lean_Expr_fvarId_x21(x_12); lean_inc(x_13); -x_18 = l_Lean_Expr_fvarId_x21(x_13); -lean_inc(x_1); -x_19 = l_Lean_Meta_Match_Alt_isLocalDecl(x_18, x_1); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; -lean_dec(x_18); -lean_free_object(x_10); -x_20 = lean_box(0); -x_21 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_13, x_14, x_20, x_3, x_4, x_5, x_6, x_7); -return x_21; -} -else +x_19 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_13, x_18, x_3, x_4, x_5, x_6, x_7); +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); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_12); +x_22 = lean_infer_type(x_12, x_3, x_4, x_5, x_6, x_21); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -lean_inc(x_14); -x_22 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_14, x_18, x_3, x_4, x_5, x_6, x_7); +lean_object* x_23; lean_object* x_24; lean_object* x_25; x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); x_24 = lean_ctor_get(x_22, 1); @@ -4478,7 +4486,7 @@ lean_inc(x_13); x_25 = lean_infer_type(x_13, x_3, x_4, x_5, x_6, x_24); if (lean_obj_tag(x_25) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); x_27 = lean_ctor_get(x_25, 1); @@ -4488,381 +4496,162 @@ lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_14); -x_28 = lean_infer_type(x_14, x_3, x_4, x_5, x_6, x_27); -if (lean_obj_tag(x_28) == 0) +x_28 = l_Lean_Meta_isExprDefEqGuarded(x_23, x_26, x_3, x_4, x_5, x_6, x_27); +x_29 = lean_unbox(x_20); +lean_dec(x_20); +if (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_28, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_28, 0); lean_inc(x_30); -lean_dec(x_28); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_31 = l_Lean_Meta_isExprDefEqGuarded(x_26, x_29, x_3, x_4, x_5, x_6, x_30); -x_32 = lean_unbox(x_23); -lean_dec(x_23); -if (x_32 == 0) -{ -lean_object* x_33; uint8_t x_34; -x_33 = lean_ctor_get(x_31, 0); -lean_inc(x_33); -x_34 = lean_unbox(x_33); -lean_dec(x_33); -if (x_34 == 0) +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_dec(x_18); -lean_free_object(x_10); -x_35 = lean_ctor_get(x_31, 1); -lean_inc(x_35); -lean_dec(x_31); -x_36 = lean_box(0); -x_37 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_13, x_14, x_36, x_3, x_4, x_5, x_6, x_35); -return x_37; +lean_dec(x_14); +x_32 = lean_ctor_get(x_28, 1); +lean_inc(x_32); +lean_dec(x_28); +x_33 = lean_box(0); +x_34 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_12, x_13, x_33, x_3, x_4, x_5, x_6, x_32); +return x_34; } else { -uint8_t x_38; -lean_dec(x_13); +uint8_t x_35; +lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_38 = !lean_is_exclusive(x_31); -if (x_38 == 0) +x_35 = !lean_is_exclusive(x_28); +if (x_35 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_31, 0); -lean_dec(x_39); -lean_ctor_set(x_10, 0, x_18); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_10); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_11); -lean_ctor_set(x_31, 0, x_41); -return x_31; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_36 = lean_ctor_get(x_28, 0); +lean_dec(x_36); +if (lean_is_scalar(x_14)) { + x_37 = lean_alloc_ctor(0, 2, 0); +} else { + x_37 = x_14; +} +lean_ctor_set(x_37, 0, x_18); +lean_ctor_set(x_37, 1, x_13); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_11); +lean_ctor_set(x_28, 0, x_39); +return x_28; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_42 = lean_ctor_get(x_31, 1); -lean_inc(x_42); -lean_dec(x_31); -lean_ctor_set(x_10, 0, x_18); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_10); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_40 = lean_ctor_get(x_28, 1); +lean_inc(x_40); +lean_dec(x_28); +if (lean_is_scalar(x_14)) { + x_41 = lean_alloc_ctor(0, 2, 0); +} else { + x_41 = x_14; +} +lean_ctor_set(x_41, 0, x_18); +lean_ctor_set(x_41, 1, x_13); +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, 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_11); x_44 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_11); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_42); -return x_45; +lean_ctor_set(x_44, 1, x_40); +return x_44; } } } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; +lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_dec(x_18); -lean_free_object(x_10); -x_46 = lean_ctor_get(x_31, 1); -lean_inc(x_46); -lean_dec(x_31); -x_47 = lean_box(0); -x_48 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_13, x_14, x_47, x_3, x_4, x_5, x_6, x_46); -return x_48; +lean_dec(x_14); +x_45 = lean_ctor_get(x_28, 1); +lean_inc(x_45); +lean_dec(x_28); +x_46 = lean_box(0); +x_47 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_12, x_13, x_46, x_3, x_4, x_5, x_6, x_45); +return x_47; } } else { -uint8_t x_49; -lean_dec(x_26); +uint8_t x_48; lean_dec(x_23); +lean_dec(x_20); lean_dec(x_18); -lean_free_object(x_10); lean_dec(x_14); lean_dec(x_13); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_28); -if (x_49 == 0) +x_48 = !lean_is_exclusive(x_25); +if (x_48 == 0) { -return x_28; +return x_25; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_28, 0); -x_51 = lean_ctor_get(x_28, 1); -lean_inc(x_51); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_25, 0); +x_50 = lean_ctor_get(x_25, 1); lean_inc(x_50); -lean_dec(x_28); -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_inc(x_49); +lean_dec(x_25); +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_53; -lean_dec(x_23); +uint8_t x_52; +lean_dec(x_20); lean_dec(x_18); -lean_free_object(x_10); lean_dec(x_14); lean_dec(x_13); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_25); -if (x_53 == 0) +x_52 = !lean_is_exclusive(x_22); +if (x_52 == 0) { -return x_25; +return x_22; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_25, 0); -x_55 = lean_ctor_get(x_25, 1); -lean_inc(x_55); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_22, 0); +x_54 = lean_ctor_get(x_22, 1); lean_inc(x_54); -lean_dec(x_25); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; -} -} -} -} -} -else -{ -lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_57 = lean_ctor_get(x_10, 0); -x_58 = lean_ctor_get(x_10, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_10); -x_59 = l_Lean_Expr_isFVar(x_57); -if (x_59 == 0) -{ -lean_object* x_60; lean_object* x_61; -x_60 = lean_box(0); -x_61 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_57, x_58, x_60, x_3, x_4, x_5, x_6, x_7); -return x_61; -} -else -{ -lean_object* x_62; uint8_t x_63; -lean_inc(x_57); -x_62 = l_Lean_Expr_fvarId_x21(x_57); -lean_inc(x_1); -x_63 = l_Lean_Meta_Match_Alt_isLocalDecl(x_62, x_1); -if (x_63 == 0) -{ -lean_object* x_64; lean_object* x_65; -lean_dec(x_62); -x_64 = lean_box(0); -x_65 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_57, x_58, x_64, x_3, x_4, x_5, x_6, x_7); -return x_65; -} -else -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -lean_inc(x_58); -x_66 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_58, x_62, x_3, x_4, x_5, x_6, x_7); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_57); -x_69 = lean_infer_type(x_57, x_3, x_4, x_5, x_6, 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); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_58); -x_72 = lean_infer_type(x_58, x_3, x_4, x_5, x_6, x_71); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; -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_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_75 = l_Lean_Meta_isExprDefEqGuarded(x_70, x_73, x_3, x_4, x_5, x_6, x_74); -x_76 = lean_unbox(x_67); -lean_dec(x_67); -if (x_76 == 0) -{ -lean_object* x_77; uint8_t x_78; -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -x_78 = lean_unbox(x_77); -lean_dec(x_77); -if (x_78 == 0) -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; -lean_dec(x_62); -x_79 = lean_ctor_get(x_75, 1); -lean_inc(x_79); -lean_dec(x_75); -x_80 = lean_box(0); -x_81 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_57, x_58, x_80, x_3, x_4, x_5, x_6, x_79); -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_dec(x_57); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_82 = lean_ctor_get(x_75, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_75)) { - lean_ctor_release(x_75, 0); - lean_ctor_release(x_75, 1); - x_83 = x_75; -} else { - lean_dec_ref(x_75); - x_83 = lean_box(0); -} -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_62); -lean_ctor_set(x_84, 1, x_58); -x_85 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_85, 0, x_84); -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_11); -if (lean_is_scalar(x_83)) { - x_87 = lean_alloc_ctor(0, 2, 0); -} else { - x_87 = x_83; -} -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_82); -return x_87; -} -} -else -{ -lean_object* x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_62); -x_88 = lean_ctor_get(x_75, 1); -lean_inc(x_88); -lean_dec(x_75); -x_89 = lean_box(0); -x_90 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f_go___lambda__1(x_1, x_11, x_57, x_58, x_89, x_3, x_4, x_5, x_6, x_88); -return x_90; -} -} -else -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -lean_dec(x_70); -lean_dec(x_67); -lean_dec(x_62); -lean_dec(x_58); -lean_dec(x_57); -lean_dec(x_11); -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_72, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_72, 1); -lean_inc(x_92); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_93 = x_72; -} else { - lean_dec_ref(x_72); - 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; -} -} -else -{ -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -lean_dec(x_67); -lean_dec(x_62); -lean_dec(x_58); -lean_dec(x_57); -lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_95 = lean_ctor_get(x_69, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_69, 1); -lean_inc(x_96); -if (lean_is_exclusive(x_69)) { - lean_ctor_release(x_69, 0); - lean_ctor_release(x_69, 1); - x_97 = x_69; -} else { - lean_dec_ref(x_69); - x_97 = lean_box(0); -} -if (lean_is_scalar(x_97)) { - x_98 = lean_alloc_ctor(1, 2, 0); -} else { - x_98 = x_97; -} -lean_ctor_set(x_98, 0, x_95); -lean_ctor_set(x_98, 1, x_96); -return x_98; +lean_inc(x_53); +lean_dec(x_22); +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; } } } @@ -20658,349 +20447,190 @@ lean_inc(x_1); x_10 = l_Lean_Meta_Match_isCurrVarInductive(x_1, x_3, x_4, x_5, x_6, x_9); if (lean_obj_tag(x_10) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_106; +lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_138; 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_106 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isDone(x_1); -if (x_106 == 0) +x_138 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isDone(x_1); +if (x_138 == 0) { -uint8_t x_107; +uint8_t x_139; lean_inc(x_1); -x_107 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasAsPattern(x_1); -if (x_107 == 0) +x_139 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_hasAsPattern(x_1); +if (x_139 == 0) { -uint8_t x_108; +uint8_t x_140; lean_inc(x_1); -x_108 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNatValueTransition(x_1); -if (x_108 == 0) +x_140 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNatValueTransition(x_1); +if (x_140 == 0) { -uint8_t x_109; -x_109 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNextVar(x_1); -if (x_109 == 0) +uint8_t x_141; +x_141 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isNextVar(x_1); +if (x_141 == 0) { -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_dec(x_11); -x_110 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__3; -x_111 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_110, x_2, x_3, x_4, x_5, x_6, x_12); -x_112 = lean_ctor_get(x_111, 1); -lean_inc(x_112); -lean_dec(x_111); +x_142 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__3; +x_143 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_142, x_2, x_3, x_4, x_5, x_6, x_12); +x_144 = lean_ctor_get(x_143, 1); +lean_inc(x_144); +lean_dec(x_143); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_113 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable(x_1, x_3, x_4, x_5, x_6, x_112); -if (lean_obj_tag(x_113) == 0) +x_145 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processNonVariable(x_1, x_3, x_4, x_5, x_6, x_144); +if (lean_obj_tag(x_145) == 0) { -lean_object* x_114; lean_object* x_115; -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -x_1 = x_114; -x_7 = x_115; +lean_object* x_146; lean_object* x_147; +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_1 = x_146; +x_7 = x_147; goto _start; } else { -uint8_t x_117; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_117 = !lean_is_exclusive(x_113); -if (x_117 == 0) -{ -return x_113; -} -else -{ -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_113, 0); -x_119 = lean_ctor_get(x_113, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_113); -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; -x_121 = lean_unbox(x_11); -lean_dec(x_11); -if (x_121 == 0) -{ -lean_object* x_122; -x_122 = lean_box(0); -x_13 = x_122; -goto block_105; -} -else -{ -uint8_t x_123; -lean_inc(x_1); -x_123 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isConstructorTransition(x_1); -if (x_123 == 0) -{ -lean_object* x_124; -x_124 = lean_box(0); -x_13 = x_124; -goto block_105; -} -else -{ -lean_object* x_125; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_125 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor(x_1, x_3, x_4, x_5, x_6, x_12); -if (lean_obj_tag(x_125) == 0) -{ -uint8_t x_126; -x_126 = !lean_is_exclusive(x_125); -if (x_126 == 0) -{ -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; uint8_t x_131; -x_127 = lean_ctor_get(x_125, 0); -x_128 = lean_ctor_get(x_125, 1); -x_129 = lean_array_get_size(x_127); -x_130 = lean_unsigned_to_nat(0u); -x_131 = lean_nat_dec_lt(x_130, x_129); -if (x_131 == 0) -{ -lean_object* x_132; -lean_dec(x_129); -lean_dec(x_127); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_132 = lean_box(0); -lean_ctor_set(x_125, 0, x_132); -return x_125; -} -else -{ -uint8_t x_133; -x_133 = lean_nat_dec_le(x_129, x_129); -if (x_133 == 0) -{ -lean_object* x_134; -lean_dec(x_129); -lean_dec(x_127); +uint8_t x_149; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_134 = lean_box(0); -lean_ctor_set(x_125, 0, x_134); -return x_125; -} -else -{ -size_t x_135; size_t x_136; lean_object* x_137; lean_object* x_138; -lean_free_object(x_125); -x_135 = 0; -x_136 = lean_usize_of_nat(x_129); -lean_dec(x_129); -x_137 = lean_box(0); -x_138 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___spec__1(x_127, x_135, x_136, x_137, x_2, x_3, x_4, x_5, x_6, x_128); -lean_dec(x_127); -return x_138; -} -} -} -else -{ -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_139 = lean_ctor_get(x_125, 0); -x_140 = lean_ctor_get(x_125, 1); -lean_inc(x_140); -lean_inc(x_139); -lean_dec(x_125); -x_141 = lean_array_get_size(x_139); -x_142 = lean_unsigned_to_nat(0u); -x_143 = lean_nat_dec_lt(x_142, x_141); -if (x_143 == 0) +x_149 = !lean_is_exclusive(x_145); +if (x_149 == 0) { -lean_object* x_144; lean_object* x_145; -lean_dec(x_141); -lean_dec(x_139); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_144 = lean_box(0); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_140); return x_145; } else { -uint8_t x_146; -x_146 = lean_nat_dec_le(x_141, x_141); -if (x_146 == 0) -{ -lean_object* x_147; lean_object* x_148; -lean_dec(x_141); -lean_dec(x_139); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_147 = lean_box(0); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_140); -return x_148; -} -else -{ -size_t x_149; size_t x_150; lean_object* x_151; lean_object* x_152; -x_149 = 0; -x_150 = lean_usize_of_nat(x_141); -lean_dec(x_141); -x_151 = lean_box(0); -x_152 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___spec__1(x_139, x_149, x_150, x_151, x_2, x_3, x_4, x_5, x_6, x_140); -lean_dec(x_139); +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_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_153; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_153 = !lean_is_exclusive(x_125); +x_153 = lean_unbox(x_11); +lean_dec(x_11); if (x_153 == 0) { -return x_125; +uint8_t x_154; +x_154 = 0; +x_13 = x_154; +goto block_137; } else { -lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_154 = lean_ctor_get(x_125, 0); -x_155 = lean_ctor_get(x_125, 1); -lean_inc(x_155); -lean_inc(x_154); -lean_dec(x_125); -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; -} -} -} +uint8_t x_155; +lean_inc(x_1); +x_155 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isConstructorTransition(x_1); +x_13 = x_155; +goto block_137; } } } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; +lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_dec(x_11); -x_157 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__1; -x_158 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_157, x_2, x_3, x_4, x_5, x_6, x_12); -x_159 = lean_ctor_get(x_158, 1); -lean_inc(x_159); -lean_dec(x_158); -x_160 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandNatValuePattern(x_1); -x_1 = x_160; -x_7 = x_159; +x_156 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__1; +x_157 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_156, x_2, x_3, x_4, x_5, x_6, x_12); +x_158 = lean_ctor_get(x_157, 1); +lean_inc(x_158); +lean_dec(x_157); +x_159 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_expandNatValuePattern(x_1); +x_1 = x_159; +x_7 = x_158; goto _start; } } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_dec(x_11); -x_162 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__4; -x_163 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_162, x_2, x_3, x_4, x_5, x_6, x_12); -x_164 = lean_ctor_get(x_163, 1); -lean_inc(x_164); -lean_dec(x_163); +x_161 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__4; +x_162 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_161, x_2, x_3, x_4, x_5, x_6, x_12); +x_163 = lean_ctor_get(x_162, 1); +lean_inc(x_163); +lean_dec(x_162); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_165 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern(x_1, x_3, x_4, x_5, x_6, x_164); -if (lean_obj_tag(x_165) == 0) +x_164 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processAsPattern(x_1, x_3, x_4, x_5, x_6, x_163); +if (lean_obj_tag(x_164) == 0) { -lean_object* x_166; lean_object* x_167; -x_166 = lean_ctor_get(x_165, 0); +lean_object* x_165; lean_object* x_166; +x_165 = lean_ctor_get(x_164, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_164, 1); lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -lean_dec(x_165); -x_1 = x_166; -x_7 = x_167; +lean_dec(x_164); +x_1 = x_165; +x_7 = x_166; goto _start; } else { -uint8_t x_169; +uint8_t x_168; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_169 = !lean_is_exclusive(x_165); -if (x_169 == 0) +x_168 = !lean_is_exclusive(x_164); +if (x_168 == 0) { -return x_165; +return x_164; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_165, 0); -x_171 = lean_ctor_get(x_165, 1); -lean_inc(x_171); +lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_169 = lean_ctor_get(x_164, 0); +x_170 = lean_ctor_get(x_164, 1); lean_inc(x_170); -lean_dec(x_165); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +lean_inc(x_169); +lean_dec(x_164); +x_171 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_171, 0, x_169); +lean_ctor_set(x_171, 1, x_170); +return x_171; } } } } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_dec(x_11); -x_173 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__5; -x_174 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_173, x_2, x_3, x_4, x_5, x_6, x_12); -x_175 = lean_ctor_get(x_174, 1); -lean_inc(x_175); -lean_dec(x_174); -x_176 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_175); -return x_176; +x_172 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___closed__5; +x_173 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_traceStep(x_172, x_2, x_3, x_4, x_5, x_6, x_12); +x_174 = lean_ctor_get(x_173, 1); +lean_inc(x_174); +lean_dec(x_173); +x_175 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processLeaf(x_1, x_2, x_3, x_4, x_5, x_6, x_174); +return x_175; } -block_105: +block_137: +{ +if (x_13 == 0) { uint8_t x_14; -lean_dec(x_13); lean_inc(x_1); x_14 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_isVariableTransition(x_1); if (x_14 == 0) @@ -21445,62 +21075,218 @@ return x_104; } } } +else +{ +lean_object* x_105; +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_105 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor(x_1, x_3, x_4, x_5, x_6, x_12); +if (lean_obj_tag(x_105) == 0) +{ +uint8_t x_106; +x_106 = !lean_is_exclusive(x_105); +if (x_106 == 0) +{ +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_107 = lean_ctor_get(x_105, 0); +x_108 = lean_ctor_get(x_105, 1); +x_109 = lean_array_get_size(x_107); +x_110 = lean_unsigned_to_nat(0u); +x_111 = lean_nat_dec_lt(x_110, x_109); +if (x_111 == 0) +{ +lean_object* x_112; +lean_dec(x_109); +lean_dec(x_107); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_112 = lean_box(0); +lean_ctor_set(x_105, 0, x_112); +return x_105; +} +else +{ +uint8_t x_113; +x_113 = lean_nat_dec_le(x_109, x_109); +if (x_113 == 0) +{ +lean_object* x_114; +lean_dec(x_109); +lean_dec(x_107); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_114 = lean_box(0); +lean_ctor_set(x_105, 0, x_114); +return x_105; +} +else +{ +size_t x_115; size_t x_116; lean_object* x_117; lean_object* x_118; +lean_free_object(x_105); +x_115 = 0; +x_116 = lean_usize_of_nat(x_109); +lean_dec(x_109); +x_117 = lean_box(0); +x_118 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___spec__1(x_107, x_115, x_116, x_117, x_2, x_3, x_4, x_5, x_6, x_108); +lean_dec(x_107); +return x_118; +} +} +} +else +{ +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; +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_array_get_size(x_119); +x_122 = lean_unsigned_to_nat(0u); +x_123 = lean_nat_dec_lt(x_122, x_121); +if (x_123 == 0) +{ +lean_object* x_124; lean_object* x_125; +lean_dec(x_121); +lean_dec(x_119); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_124 = lean_box(0); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_120); +return x_125; +} +else +{ +uint8_t x_126; +x_126 = lean_nat_dec_le(x_121, x_121); +if (x_126 == 0) +{ +lean_object* x_127; lean_object* x_128; +lean_dec(x_121); +lean_dec(x_119); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_127 = lean_box(0); +x_128 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_128, 0, x_127); +lean_ctor_set(x_128, 1, x_120); +return x_128; } else { -uint8_t x_177; +size_t x_129; size_t x_130; lean_object* x_131; lean_object* x_132; +x_129 = 0; +x_130 = lean_usize_of_nat(x_121); +lean_dec(x_121); +x_131 = lean_box(0); +x_132 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process___spec__1(x_119, x_129, x_130, x_131, x_2, x_3, x_4, x_5, x_6, x_120); +lean_dec(x_119); +return x_132; +} +} +} +} +else +{ +uint8_t x_133; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_133 = !lean_is_exclusive(x_105); +if (x_133 == 0) +{ +return x_105; +} +else +{ +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_105, 0); +x_135 = lean_ctor_get(x_105, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_105); +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; +} +} +} +} +} +else +{ +uint8_t x_176; 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_177 = !lean_is_exclusive(x_10); -if (x_177 == 0) +x_176 = !lean_is_exclusive(x_10); +if (x_176 == 0) { return x_10; } else { -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_10, 0); -x_179 = lean_ctor_get(x_10, 1); -lean_inc(x_179); +lean_object* x_177; lean_object* x_178; lean_object* x_179; +x_177 = lean_ctor_get(x_10, 0); +x_178 = lean_ctor_get(x_10, 1); lean_inc(x_178); +lean_inc(x_177); lean_dec(x_10); -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; +x_179 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_179, 0, x_177); +lean_ctor_set(x_179, 1, x_178); +return x_179; } } } else { -uint8_t x_181; +uint8_t x_180; 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_181 = !lean_is_exclusive(x_8); -if (x_181 == 0) +x_180 = !lean_is_exclusive(x_8); +if (x_180 == 0) { return x_8; } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_182 = lean_ctor_get(x_8, 0); -x_183 = lean_ctor_get(x_8, 1); -lean_inc(x_183); +lean_object* x_181; lean_object* x_182; lean_object* x_183; +x_181 = lean_ctor_get(x_8, 0); +x_182 = lean_ctor_get(x_8, 1); lean_inc(x_182); +lean_inc(x_181); lean_dec(x_8); -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; +x_183 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_183, 0, x_181); +lean_ctor_set(x_183, 1, x_182); +return x_183; } } } @@ -21710,7 +21496,7 @@ lean_dec(x_2); return x_7; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1() { _start: { lean_object* x_1; @@ -21718,7 +21504,7 @@ x_1 = lean_mk_string_from_bytes("bootstrap", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__2() { _start: { lean_object* x_1; @@ -21726,17 +21512,17 @@ x_1 = lean_mk_string_from_bytes("genMatcherCode", 14); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__3() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__4() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__4() { _start: { lean_object* x_1; @@ -21744,13 +21530,13 @@ x_1 = lean_mk_string_from_bytes("disable code generation for auxiliary matcher f return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__5() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____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_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1; -x_3 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__4; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1; +x_3 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__4; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -21759,7 +21545,7 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6() { _start: { lean_object* x_1; @@ -21767,31 +21553,31 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__7() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____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; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6; x_2 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__3; x_3 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__4; -x_4 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1; -x_5 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2; +x_4 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1; +x_5 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____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_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760_(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_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__3; -x_3 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__5; -x_4 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__7; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__3; +x_3 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__5; +x_4 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__7; x_5 = l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(x_2, x_3, x_4, x_1); return x_5; } } -LEAN_EXPORT uint8_t l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____lambda__1(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____lambda__1(uint8_t x_1, uint8_t x_2) { _start: { if (x_1 == 0) @@ -21815,37 +21601,37 @@ return x_2; } } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__1() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____lambda__1___boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____lambda__1___boxed), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__2() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__1; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__1; x_2 = lean_alloc_closure((void*)(l_instBEq___rarg), 3, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__3() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Expr_instBEqExpr; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__2; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__2; x_3 = lean_alloc_closure((void*)(l_instBEqProd___rarg), 4, 2); lean_closure_set(x_3, 0, x_1); lean_closure_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__4() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__4() { _start: { lean_object* x_1; @@ -21853,19 +21639,19 @@ x_1 = lean_alloc_closure((void*)(l_instHashableBool___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__5() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Expr_instHashableExpr; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__4; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__4; x_3 = lean_alloc_closure((void*)(l_instHashableProd___rarg___boxed), 3, 2); lean_closure_set(x_3, 0, x_1); lean_closure_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__6() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__6() { _start: { lean_object* x_1; @@ -21873,21 +21659,21 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__6; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__6; 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_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__8() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -21895,26 +21681,26 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__9() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__8; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__8; x_2 = lean_alloc_closure((void*)(l_EStateM_pure___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__9; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__9; x_3 = l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____lambda__1___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; @@ -21922,7 +21708,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____lambda__1(x_3, x_4); +x_5 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____lambda__1(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -21943,81 +21729,90 @@ return x_8; } else { -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_9; uint8_t x_10; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; x_9 = lean_array_fget(x_1, x_4); -x_10 = lean_ctor_get(x_5, 0); -x_11 = lean_ctor_get(x_5, 1); -x_12 = lean_ctor_get(x_9, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_9, 1); -lean_inc(x_13); +x_17 = lean_ctor_get(x_5, 0); +x_18 = lean_ctor_get(x_5, 1); +x_19 = lean_ctor_get(x_9, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); lean_dec(x_9); -x_14 = lean_expr_eqv(x_10, x_12); -lean_dec(x_12); -if (x_14 == 0) +x_21 = lean_expr_eqv(x_17, x_19); +lean_dec(x_19); +if (x_21 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_13); -x_15 = lean_unsigned_to_nat(1u); -x_16 = lean_nat_add(x_4, x_15); -lean_dec(x_4); -x_3 = lean_box(0); -x_4 = x_16; -goto _start; +uint8_t x_22; +lean_dec(x_20); +x_22 = 0; +x_10 = x_22; +goto block_16; } else { -uint8_t x_18; -x_18 = lean_unbox(x_11); -if (x_18 == 0) +uint8_t x_23; +x_23 = lean_unbox(x_18); +if (x_23 == 0) { -uint8_t x_19; -x_19 = lean_unbox(x_13); -lean_dec(x_13); -if (x_19 == 0) +uint8_t x_24; +x_24 = lean_unbox(x_20); +lean_dec(x_20); +if (x_24 == 0) { -lean_object* x_20; lean_object* x_21; -x_20 = lean_array_fget(x_2, x_4); -lean_dec(x_4); -x_21 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_21, 0, x_20); -return x_21; +uint8_t x_25; +x_25 = 1; +x_10 = x_25; +goto block_16; } else { -lean_object* x_22; lean_object* x_23; -x_22 = lean_unsigned_to_nat(1u); -x_23 = lean_nat_add(x_4, x_22); -lean_dec(x_4); -x_3 = lean_box(0); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_10 = x_26; +goto block_16; } } else { -uint8_t x_25; -x_25 = lean_unbox(x_13); -lean_dec(x_13); -if (x_25 == 0) +uint8_t x_27; +x_27 = lean_unbox(x_20); +lean_dec(x_20); +if (x_27 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_unsigned_to_nat(1u); -x_27 = lean_nat_add(x_4, x_26); +uint8_t x_28; +x_28 = 0; +x_10 = x_28; +goto block_16; +} +else +{ +uint8_t x_29; +x_29 = 1; +x_10 = x_29; +goto block_16; +} +} +} +block_16: +{ +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_27; +x_4 = x_12; goto _start; } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_array_fget(x_2, x_4); +lean_object* x_14; lean_object* x_15; +x_14 = lean_array_fget(x_2, x_4); lean_dec(x_4); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_29); -return x_30; -} +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_14); +return x_15; } } } @@ -22308,100 +22103,119 @@ return x_16; } else { -lean_object* x_17; 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_array_fget(x_5, x_2); -x_23 = lean_ctor_get(x_3, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_3, 1); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 0); -lean_inc(x_25); -x_26 = lean_ctor_get(x_22, 1); -lean_inc(x_26); -lean_dec(x_22); -x_27 = lean_expr_eqv(x_23, x_25); -lean_dec(x_25); -lean_dec(x_23); -if (x_27 == 0) +lean_object* x_17; uint8_t x_18; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_17 = lean_array_fget(x_5, x_2); +x_31 = lean_ctor_get(x_3, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_3, 1); +lean_inc(x_32); +x_33 = lean_ctor_get(x_17, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_17, 1); +lean_inc(x_34); +lean_dec(x_17); +x_35 = lean_expr_eqv(x_31, x_33); +lean_dec(x_33); +lean_dec(x_31); +if (x_35 == 0) { -lean_object* x_28; lean_object* x_29; -lean_dec(x_26); -lean_dec(x_24); -lean_dec(x_6); -lean_dec(x_5); -x_28 = lean_unsigned_to_nat(1u); -x_29 = lean_nat_add(x_2, x_28); -lean_dec(x_2); -x_2 = x_29; -goto _start; +uint8_t x_36; +lean_dec(x_34); +lean_dec(x_32); +x_36 = 0; +x_18 = x_36; +goto block_30; } else { -uint8_t x_31; -x_31 = lean_unbox(x_24); -lean_dec(x_24); -if (x_31 == 0) +uint8_t x_37; +x_37 = lean_unbox(x_32); +lean_dec(x_32); +if (x_37 == 0) { -uint8_t x_32; -x_32 = lean_unbox(x_26); -lean_dec(x_26); -if (x_32 == 0) +uint8_t x_38; +x_38 = lean_unbox(x_34); +lean_dec(x_34); +if (x_38 == 0) { -lean_object* x_33; -lean_dec(x_1); -x_33 = lean_box(0); -x_17 = x_33; -goto block_21; +uint8_t x_39; +x_39 = 1; +x_18 = x_39; +goto block_30; } else { -lean_object* x_34; lean_object* x_35; -lean_dec(x_6); -lean_dec(x_5); -x_34 = lean_unsigned_to_nat(1u); -x_35 = lean_nat_add(x_2, x_34); -lean_dec(x_2); -x_2 = x_35; -goto _start; +uint8_t x_40; +x_40 = 0; +x_18 = x_40; +goto block_30; } } else { -uint8_t x_37; -x_37 = lean_unbox(x_26); -lean_dec(x_26); -if (x_37 == 0) +uint8_t x_41; +x_41 = lean_unbox(x_34); +lean_dec(x_34); +if (x_41 == 0) { -lean_object* x_38; lean_object* x_39; +uint8_t x_42; +x_42 = 0; +x_18 = x_42; +goto block_30; +} +else +{ +uint8_t x_43; +x_43 = 1; +x_18 = x_43; +goto block_30; +} +} +} +block_30: +{ +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_dec(x_6); lean_dec(x_5); -x_38 = lean_unsigned_to_nat(1u); -x_39 = lean_nat_add(x_2, x_38); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_add(x_2, x_19); lean_dec(x_2); -x_2 = x_39; +x_2 = x_20; goto _start; } else { -lean_object* x_41; -lean_dec(x_1); -x_41 = lean_box(0); -x_17 = x_41; -goto block_21; -} -} +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; } -block_21: +else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -lean_dec(x_17); -x_18 = lean_array_fset(x_5, x_2, x_3); -x_19 = lean_array_fset(x_6, x_2, x_4); +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_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; +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; +} +} } } } @@ -22419,565 +22233,318 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match { 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); +lean_object* x_6; 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_6 = lean_ctor_get(x_1, 0); +lean_inc(x_6); +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + x_7 = x_1; +} else { + lean_dec_ref(x_1); + x_7 = lean_box(0); +} x_8 = 1; x_9 = 5; x_10 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___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_13 = lean_array_get_size(x_6); x_14 = lean_nat_dec_lt(x_12, x_13); lean_dec(x_13); if (x_14 == 0) { +lean_object* x_15; lean_dec(x_12); lean_dec(x_5); lean_dec(x_4); -return x_1; +if (lean_is_scalar(x_7)) { + x_15 = lean_alloc_ctor(0, 1, 0); +} else { + x_15 = x_7; +} +lean_ctor_set(x_15, 0, x_6); +return x_15; } 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)) { +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_array_fget(x_6, x_12); +x_17 = lean_box(0); +x_18 = lean_array_fset(x_6, x_12, x_17); +switch (lean_obj_tag(x_16)) { 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; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_19 = lean_ctor_get(x_15, 0); -x_20 = lean_ctor_get(x_15, 1); -x_21 = lean_ctor_get(x_4, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_4, 1); -lean_inc(x_22); -x_23 = lean_ctor_get(x_19, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_19, 1); -lean_inc(x_24); -x_25 = lean_expr_eqv(x_21, x_23); -lean_dec(x_23); -lean_dec(x_21); -if (x_25 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_19 = lean_ctor_get(x_16, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_16, 1); +lean_inc(x_20); +if (lean_is_exclusive(x_16)) { + lean_ctor_release(x_16, 0); + lean_ctor_release(x_16, 1); + x_21 = x_16; +} else { + lean_dec_ref(x_16); + x_21 = lean_box(0); +} +x_31 = lean_ctor_get(x_4, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_4, 1); +lean_inc(x_32); +x_33 = lean_ctor_get(x_19, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_19, 1); +lean_inc(x_34); +x_35 = lean_expr_eqv(x_31, x_33); +lean_dec(x_33); +lean_dec(x_31); +if (x_35 == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_24); -lean_dec(x_22); -lean_free_object(x_15); -x_26 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_19, x_20, x_4, x_5); -x_27 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_27, 0, x_26); -x_28 = lean_array_fset(x_17, x_12, x_27); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_28); -return x_1; +uint8_t x_36; +lean_dec(x_34); +lean_dec(x_32); +x_36 = 0; +x_22 = x_36; +goto block_30; } else { -uint8_t x_29; -x_29 = lean_unbox(x_22); -lean_dec(x_22); -if (x_29 == 0) +uint8_t x_37; +x_37 = lean_unbox(x_32); +lean_dec(x_32); +if (x_37 == 0) { -uint8_t x_30; -x_30 = lean_unbox(x_24); -lean_dec(x_24); -if (x_30 == 0) +uint8_t x_38; +x_38 = lean_unbox(x_34); +lean_dec(x_34); +if (x_38 == 0) { -lean_object* x_31; -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_31 = lean_array_fset(x_17, x_12, x_15); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_31); -return x_1; +uint8_t x_39; +x_39 = 1; +x_22 = x_39; +goto block_30; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_free_object(x_15); -x_32 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_19, x_20, x_4, x_5); -x_33 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_33, 0, x_32); -x_34 = lean_array_fset(x_17, x_12, x_33); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_34); -return x_1; +uint8_t x_40; +x_40 = 0; +x_22 = x_40; +goto block_30; } } else { -uint8_t x_35; -x_35 = lean_unbox(x_24); -lean_dec(x_24); -if (x_35 == 0) +uint8_t x_41; +x_41 = lean_unbox(x_34); +lean_dec(x_34); +if (x_41 == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -lean_free_object(x_15); -x_36 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_19, x_20, x_4, x_5); -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_36); -x_38 = lean_array_fset(x_17, x_12, x_37); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_38); -return x_1; +uint8_t x_42; +x_42 = 0; +x_22 = x_42; +goto block_30; } else { -lean_object* x_39; -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_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; -} -} +uint8_t x_43; +x_43 = 1; +x_22 = x_43; +goto block_30; } } -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; uint8_t x_46; -x_40 = lean_ctor_get(x_15, 0); -x_41 = lean_ctor_get(x_15, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_15); -x_42 = lean_ctor_get(x_4, 0); -lean_inc(x_42); -x_43 = lean_ctor_get(x_4, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_40, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_40, 1); -lean_inc(x_45); -x_46 = lean_expr_eqv(x_42, x_44); -lean_dec(x_44); -lean_dec(x_42); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -lean_dec(x_45); -lean_dec(x_43); -x_47 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_40, x_41, x_4, x_5); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_47); -x_49 = lean_array_fset(x_17, x_12, x_48); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_49); -return x_1; } -else -{ -uint8_t x_50; -x_50 = lean_unbox(x_43); -lean_dec(x_43); -if (x_50 == 0) +block_30: { -uint8_t x_51; -x_51 = lean_unbox(x_45); -lean_dec(x_45); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; -lean_dec(x_41); -lean_dec(x_40); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_4); -lean_ctor_set(x_52, 1, x_5); -x_53 = lean_array_fset(x_17, x_12, x_52); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_53); -return x_1; -} -else +if (x_22 == 0) { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_40, x_41, x_4, x_5); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_56 = lean_array_fset(x_17, x_12, x_55); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_21); +x_23 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_19, x_20, x_4, x_5); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_23); +x_25 = lean_array_fset(x_18, x_12, x_24); lean_dec(x_12); -lean_ctor_set(x_1, 0, x_56); -return x_1; +if (lean_is_scalar(x_7)) { + x_26 = lean_alloc_ctor(0, 1, 0); +} else { + x_26 = x_7; } +lean_ctor_set(x_26, 0, x_25); +return x_26; } else { -uint8_t x_57; -x_57 = lean_unbox(x_45); -lean_dec(x_45); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_40, x_41, x_4, x_5); -x_59 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_60 = lean_array_fset(x_17, x_12, x_59); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_60); -return x_1; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_20); +lean_dec(x_19); +if (lean_is_scalar(x_21)) { + x_27 = lean_alloc_ctor(0, 2, 0); +} else { + x_27 = x_21; } -else -{ -lean_object* x_61; lean_object* x_62; -lean_dec(x_41); -lean_dec(x_40); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_4); -lean_ctor_set(x_61, 1, x_5); -x_62 = lean_array_fset(x_17, x_12, x_61); +lean_ctor_set(x_27, 0, x_4); +lean_ctor_set(x_27, 1, x_5); +x_28 = lean_array_fset(x_18, x_12, x_27); lean_dec(x_12); -lean_ctor_set(x_1, 0, x_62); -return x_1; -} +if (lean_is_scalar(x_7)) { + x_29 = lean_alloc_ctor(0, 1, 0); +} else { + x_29 = x_7; } +lean_ctor_set(x_29, 0, x_28); +return x_29; } } } case 1: { -uint8_t x_63; -x_63 = !lean_is_exclusive(x_15); -if (x_63 == 0) -{ -lean_object* x_64; size_t x_65; size_t x_66; lean_object* x_67; lean_object* x_68; -x_64 = lean_ctor_get(x_15, 0); -x_65 = lean_usize_shift_right(x_2, x_9); -x_66 = lean_usize_add(x_3, x_8); -x_67 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5(x_64, x_65, x_66, x_4, x_5); -lean_ctor_set(x_15, 0, x_67); -x_68 = lean_array_fset(x_17, x_12, x_15); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_68); -return x_1; -} -else -{ -lean_object* x_69; size_t x_70; size_t x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_69 = lean_ctor_get(x_15, 0); -lean_inc(x_69); -lean_dec(x_15); -x_70 = lean_usize_shift_right(x_2, x_9); -x_71 = lean_usize_add(x_3, x_8); -x_72 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5(x_69, x_70, x_71, x_4, x_5); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_72); -x_74 = lean_array_fset(x_17, x_12, x_73); -lean_dec(x_12); -lean_ctor_set(x_1, 0, x_74); -return x_1; -} -} -default: +uint8_t x_44; +x_44 = !lean_is_exclusive(x_16); +if (x_44 == 0) { -lean_object* x_75; lean_object* x_76; -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_4); -lean_ctor_set(x_75, 1, x_5); -x_76 = lean_array_fset(x_17, x_12, x_75); +lean_object* x_45; size_t x_46; size_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_45 = lean_ctor_get(x_16, 0); +x_46 = lean_usize_shift_right(x_2, x_9); +x_47 = lean_usize_add(x_3, x_8); +x_48 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5(x_45, x_46, x_47, x_4, x_5); +lean_ctor_set(x_16, 0, x_48); +x_49 = lean_array_fset(x_18, x_12, x_16); lean_dec(x_12); -lean_ctor_set(x_1, 0, x_76); -return x_1; -} -} -} -} -else -{ -lean_object* x_77; size_t x_78; size_t x_79; size_t x_80; size_t x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; -x_77 = lean_ctor_get(x_1, 0); -lean_inc(x_77); -lean_dec(x_1); -x_78 = 1; -x_79 = 5; -x_80 = l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__2___closed__2; -x_81 = lean_usize_land(x_2, x_80); -x_82 = lean_usize_to_nat(x_81); -x_83 = lean_array_get_size(x_77); -x_84 = lean_nat_dec_lt(x_82, x_83); -lean_dec(x_83); -if (x_84 == 0) -{ -lean_object* x_85; -lean_dec(x_82); -lean_dec(x_5); -lean_dec(x_4); -x_85 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_85, 0, x_77); -return x_85; -} -else -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_array_fget(x_77, x_82); -x_87 = lean_box(0); -x_88 = lean_array_fset(x_77, x_82, x_87); -switch (lean_obj_tag(x_86)) { -case 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_86, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_86, 1); -lean_inc(x_90); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - lean_ctor_release(x_86, 1); - x_91 = x_86; +if (lean_is_scalar(x_7)) { + x_50 = lean_alloc_ctor(0, 1, 0); } else { - lean_dec_ref(x_86); - x_91 = lean_box(0); -} -x_92 = lean_ctor_get(x_4, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_4, 1); -lean_inc(x_93); -x_94 = lean_ctor_get(x_89, 0); -lean_inc(x_94); -x_95 = lean_ctor_get(x_89, 1); -lean_inc(x_95); -x_96 = lean_expr_eqv(x_92, x_94); -lean_dec(x_94); -lean_dec(x_92); -if (x_96 == 0) -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; -lean_dec(x_95); -lean_dec(x_93); -lean_dec(x_91); -x_97 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_89, x_90, x_4, x_5); -x_98 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_98, 0, x_97); -x_99 = lean_array_fset(x_88, x_82, x_98); -lean_dec(x_82); -x_100 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_100, 0, x_99); -return x_100; + x_50 = x_7; } -else -{ -uint8_t x_101; -x_101 = lean_unbox(x_93); -lean_dec(x_93); -if (x_101 == 0) -{ -uint8_t x_102; -x_102 = lean_unbox(x_95); -lean_dec(x_95); -if (x_102 == 0) -{ -lean_object* x_103; lean_object* x_104; lean_object* x_105; -lean_dec(x_90); -lean_dec(x_89); -if (lean_is_scalar(x_91)) { - x_103 = lean_alloc_ctor(0, 2, 0); -} else { - x_103 = x_91; -} -lean_ctor_set(x_103, 0, x_4); -lean_ctor_set(x_103, 1, x_5); -x_104 = lean_array_fset(x_88, x_82, x_103); -lean_dec(x_82); -x_105 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_105, 0, x_104); -return x_105; -} -else -{ -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -lean_dec(x_91); -x_106 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_89, x_90, x_4, x_5); -x_107 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_107, 0, x_106); -x_108 = lean_array_fset(x_88, x_82, x_107); -lean_dec(x_82); -x_109 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_109, 0, x_108); -return x_109; -} -} -else -{ -uint8_t x_110; -x_110 = lean_unbox(x_95); -lean_dec(x_95); -if (x_110 == 0) -{ -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; -lean_dec(x_91); -x_111 = l_Lean_PersistentHashMap_mkCollisionNode___rarg(x_89, x_90, x_4, x_5); -x_112 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_112, 0, x_111); -x_113 = lean_array_fset(x_88, x_82, x_112); -lean_dec(x_82); -x_114 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_114, 0, x_113); -return x_114; +lean_ctor_set(x_50, 0, x_49); +return x_50; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; -lean_dec(x_90); -lean_dec(x_89); -if (lean_is_scalar(x_91)) { - x_115 = lean_alloc_ctor(0, 2, 0); +lean_object* x_51; size_t x_52; size_t x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_51 = lean_ctor_get(x_16, 0); +lean_inc(x_51); +lean_dec(x_16); +x_52 = lean_usize_shift_right(x_2, x_9); +x_53 = lean_usize_add(x_3, x_8); +x_54 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5(x_51, x_52, x_53, x_4, x_5); +x_55 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_55, 0, x_54); +x_56 = lean_array_fset(x_18, x_12, x_55); +lean_dec(x_12); +if (lean_is_scalar(x_7)) { + x_57 = lean_alloc_ctor(0, 1, 0); } else { - x_115 = x_91; -} -lean_ctor_set(x_115, 0, x_4); -lean_ctor_set(x_115, 1, x_5); -x_116 = lean_array_fset(x_88, x_82, x_115); -lean_dec(x_82); -x_117 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_117, 0, x_116); -return x_117; -} -} + x_57 = x_7; } +lean_ctor_set(x_57, 0, x_56); +return x_57; } -case 1: -{ -lean_object* x_118; lean_object* x_119; size_t x_120; size_t x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_118 = lean_ctor_get(x_86, 0); -lean_inc(x_118); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - x_119 = x_86; -} else { - lean_dec_ref(x_86); - x_119 = lean_box(0); -} -x_120 = lean_usize_shift_right(x_2, x_79); -x_121 = lean_usize_add(x_3, x_78); -x_122 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5(x_118, x_120, x_121, x_4, x_5); -if (lean_is_scalar(x_119)) { - x_123 = lean_alloc_ctor(1, 1, 0); -} else { - x_123 = x_119; -} -lean_ctor_set(x_123, 0, x_122); -x_124 = lean_array_fset(x_88, x_82, x_123); -lean_dec(x_82); -x_125 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_125, 0, x_124); -return x_125; } default: { -lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_4); -lean_ctor_set(x_126, 1, x_5); -x_127 = lean_array_fset(x_88, x_82, x_126); -lean_dec(x_82); -x_128 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_128, 0, x_127); -return x_128; +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_4); +lean_ctor_set(x_58, 1, x_5); +x_59 = lean_array_fset(x_18, x_12, x_58); +lean_dec(x_12); +if (lean_is_scalar(x_7)) { + x_60 = lean_alloc_ctor(0, 1, 0); +} else { + x_60 = x_7; } +lean_ctor_set(x_60, 0, x_59); +return x_60; } } } } else { -uint8_t x_129; -x_129 = !lean_is_exclusive(x_1); -if (x_129 == 0) +uint8_t x_61; +x_61 = !lean_is_exclusive(x_1); +if (x_61 == 0) { -lean_object* x_130; lean_object* x_131; size_t x_132; uint8_t x_133; -x_130 = lean_unsigned_to_nat(0u); -x_131 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__7(x_1, x_130, x_4, x_5); -x_132 = 7; -x_133 = lean_usize_dec_le(x_132, x_3); -if (x_133 == 0) +lean_object* x_62; lean_object* x_63; size_t x_64; uint8_t x_65; +x_62 = lean_unsigned_to_nat(0u); +x_63 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__7(x_1, x_62, x_4, x_5); +x_64 = 7; +x_65 = lean_usize_dec_le(x_64, x_3); +if (x_65 == 0) { -lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_134 = l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(x_131); -x_135 = lean_unsigned_to_nat(4u); -x_136 = lean_nat_dec_lt(x_134, x_135); -lean_dec(x_134); -if (x_136 == 0) +lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_66 = l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(x_63); +x_67 = lean_unsigned_to_nat(4u); +x_68 = lean_nat_dec_lt(x_66, x_67); +lean_dec(x_66); +if (x_68 == 0) { -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_137 = lean_ctor_get(x_131, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_131, 1); -lean_inc(x_138); -lean_dec(x_131); -x_139 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5___closed__1; -x_140 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__6(x_3, x_137, x_138, lean_box(0), x_130, x_139); -lean_dec(x_138); -lean_dec(x_137); -return x_140; +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_69 = lean_ctor_get(x_63, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_63, 1); +lean_inc(x_70); +lean_dec(x_63); +x_71 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5___closed__1; +x_72 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__6(x_3, x_69, x_70, lean_box(0), x_62, x_71); +lean_dec(x_70); +lean_dec(x_69); +return x_72; } else { -return x_131; +return x_63; } } else { -return x_131; +return x_63; } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; size_t x_146; uint8_t x_147; -x_141 = lean_ctor_get(x_1, 0); -x_142 = lean_ctor_get(x_1, 1); -lean_inc(x_142); -lean_inc(x_141); +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; size_t x_78; uint8_t x_79; +x_73 = lean_ctor_get(x_1, 0); +x_74 = lean_ctor_get(x_1, 1); +lean_inc(x_74); +lean_inc(x_73); lean_dec(x_1); -x_143 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -x_144 = lean_unsigned_to_nat(0u); -x_145 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__7(x_143, x_144, x_4, x_5); -x_146 = 7; -x_147 = lean_usize_dec_le(x_146, x_3); -if (x_147 == 0) +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +x_76 = lean_unsigned_to_nat(0u); +x_77 = l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__7(x_75, x_76, x_4, x_5); +x_78 = 7; +x_79 = lean_usize_dec_le(x_78, x_3); +if (x_79 == 0) { -lean_object* x_148; lean_object* x_149; uint8_t x_150; -x_148 = l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(x_145); -x_149 = lean_unsigned_to_nat(4u); -x_150 = lean_nat_dec_lt(x_148, x_149); -lean_dec(x_148); -if (x_150 == 0) +lean_object* x_80; lean_object* x_81; uint8_t x_82; +x_80 = l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(x_77); +x_81 = lean_unsigned_to_nat(4u); +x_82 = lean_nat_dec_lt(x_80, x_81); +lean_dec(x_80); +if (x_82 == 0) { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_151 = lean_ctor_get(x_145, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_145, 1); -lean_inc(x_152); -lean_dec(x_145); -x_153 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5___closed__1; -x_154 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__6(x_3, x_151, x_152, lean_box(0), x_144, x_153); -lean_dec(x_152); -lean_dec(x_151); -return x_154; +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_83 = lean_ctor_get(x_77, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__5___closed__1; +x_86 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_mkMatcherAuxDefinition___spec__6(x_3, x_83, x_84, lean_box(0), x_76, x_85); +lean_dec(x_84); +lean_dec(x_83); +return x_86; } else { -return x_145; +return x_77; } } else { -return x_145; +return x_77; } } } @@ -23095,7 +22662,7 @@ static lean_object* _init_l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -23118,7 +22685,7 @@ static lean_object* _init_l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -23138,7 +22705,7 @@ static lean_object* _init_l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -23150,7 +22717,7 @@ static lean_object* _init_l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -23184,7 +22751,7 @@ static lean_object* _init_l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__2__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -23661,8 +23228,8 @@ static lean_object* _init_l_Lean_Meta_Match_mkMatcherAuxDefinition___lambda__4__ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__3; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__5; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__3; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__5; x_3 = l_Lean_PersistentHashMap_instInhabitedPersistentHashMap___rarg(x_1, x_2); return x_3; } @@ -25610,41 +25177,79 @@ x_5 = l_Lean_PersistentArray_foldrM___at_Lean_Meta_Match_withCleanLCtxFor___spec return x_5; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -x_9 = l_Lean_Expr_fvarId_x21(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_3, x_10); -x_12 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_1, x_9); -lean_dec(x_9); -if (lean_obj_tag(x_12) == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +x_13 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_1, x_10); +lean_dec(x_10); +if (lean_obj_tag(x_13) == 0) { -lean_dec(x_7); -x_3 = x_11; +lean_dec(x_8); +x_4 = x_12; goto _start; } else { -lean_object* x_14; -lean_dec(x_12); -x_14 = lean_array_push(x_5, x_7); -x_3 = x_11; -x_5 = x_14; +lean_object* x_15; +lean_dec(x_13); +x_15 = lean_array_push(x_6, x_8); +x_4 = x_12; +x_6 = x_15; goto _start; } } else { -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___at_Lean_Meta_Match_withCleanLCtxFor___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = l_Lean_Expr_fvarId_x21(x_9); +x_11 = 1; +x_12 = lean_usize_add(x_4, x_11); +x_13 = l_Lean_RBNode_findCore___at_Lean_Meta_removeUnused___spec__1(x_2, x_10); +lean_dec(x_10); +if (lean_obj_tag(x_13) == 0) +{ +lean_dec(x_8); +x_4 = x_12; +goto _start; +} +else +{ +lean_object* x_15; +lean_dec(x_13); +x_15 = lean_array_push(x_6, x_8); +x_4 = x_12; +x_6 = x_15; +goto _start; +} +} +else +{ +return x_6; } } } @@ -25703,7 +25308,7 @@ x_24 = 0; x_25 = lean_usize_of_nat(x_16); lean_dec(x_16); x_26 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withEqs___rarg___closed__1; -x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(x_9, x_14, x_24, x_25, x_26); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___at_Lean_Meta_Match_withCleanLCtxFor___spec__26(x_9, x_9, x_14, x_24, x_25, x_26); lean_dec(x_14); lean_dec(x_9); x_28 = l_Lean_Meta_withLCtx___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__3___rarg(x_12, x_27, x_2, x_3, x_4, x_5, x_6, x_15); @@ -26026,18 +25631,34 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___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_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___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_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___at_Lean_Meta_Match_withCleanLCtxFor___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_withCleanLCtxFor___spec__25___at_Lean_Meta_Match_withCleanLCtxFor___spec__26(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_Match_mkMatcher___spec__1(lean_object* x_1, lean_object* x_2) { @@ -26584,964 +26205,384 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_23; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; x_13 = lean_array_uget(x_2, x_4); -x_23 = !lean_is_exclusive(x_5); -if (x_23 == 0) -{ -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_5, 1); -x_25 = !lean_is_exclusive(x_24); -if (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; uint8_t x_32; -x_26 = lean_ctor_get(x_5, 0); -x_27 = lean_ctor_get(x_24, 0); -x_28 = lean_ctor_get(x_24, 1); -x_29 = lean_ctor_get(x_26, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_26, 1); -lean_inc(x_30); -x_31 = lean_ctor_get(x_26, 2); -lean_inc(x_31); -x_32 = lean_nat_dec_lt(x_30, x_31); -if (x_32 == 0) -{ -lean_object* x_33; -lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_13); -x_33 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_33, 0, x_5); -x_14 = x_33; -x_15 = x_10; -goto block_22; -} -else -{ -uint8_t x_34; -x_34 = !lean_is_exclusive(x_26); -if (x_34 == 0) -{ -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_ctor_get(x_26, 2); -lean_dec(x_35); -x_36 = lean_ctor_get(x_26, 1); -lean_dec(x_36); -x_37 = lean_ctor_get(x_26, 0); -lean_dec(x_37); -x_38 = lean_array_fget(x_29, x_30); -x_39 = lean_unsigned_to_nat(1u); -x_40 = lean_nat_add(x_30, x_39); -lean_dec(x_30); -lean_ctor_set(x_26, 1, x_40); -if (lean_obj_tag(x_38) == 0) -{ -lean_object* x_41; -lean_dec(x_13); -x_41 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_41, 0, x_5); -x_14 = x_41; -x_15 = x_10; -goto block_22; -} -else -{ -lean_object* x_42; uint8_t x_43; -lean_dec(x_38); -lean_free_object(x_24); -lean_free_object(x_5); -x_42 = lean_array_get_size(x_1); -x_43 = lean_nat_dec_lt(x_27, x_42); -lean_dec(x_42); -if (x_43 == 0) -{ -uint8_t x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = l_instInhabitedBool; -x_45 = lean_box(x_44); -x_46 = l___private_Init_Util_0__outOfBounds___rarg(x_45); -x_47 = lean_unbox(x_46); -lean_dec(x_46); -if (x_47 == 0) -{ -lean_object* x_48; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_48 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_48) == 0) -{ -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_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_array_push(x_28, x_49); -x_52 = lean_box(0); -x_53 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_26, x_27, x_51, x_52, x_6, x_7, x_8, x_9, x_50); -lean_dec(x_27); -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_14 = x_54; -x_15 = x_55; -goto block_22; -} -else -{ -uint8_t x_56; -lean_dec(x_26); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_56 = !lean_is_exclusive(x_48); -if (x_56 == 0) -{ -return x_48; -} -else -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_48, 0); -x_58 = lean_ctor_get(x_48, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_48); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} -} -else -{ -lean_object* x_60; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_60 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_60) == 0) -{ -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_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); -x_63 = lean_array_push(x_28, x_61); -x_64 = lean_box(0); -x_65 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_26, x_27, x_63, x_64, x_6, x_7, x_8, x_9, x_62); -lean_dec(x_27); -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_14 = x_66; -x_15 = x_67; -goto block_22; -} -else -{ -uint8_t x_68; -lean_dec(x_26); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_68 = !lean_is_exclusive(x_60); -if (x_68 == 0) -{ -return x_60; -} -else -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_60, 0); -x_70 = lean_ctor_get(x_60, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_60); -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; uint8_t x_73; -x_72 = lean_array_fget(x_1, x_27); -x_73 = lean_unbox(x_72); -lean_dec(x_72); -if (x_73 == 0) -{ -lean_object* x_74; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_74 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_74) == 0) -{ -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_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_array_push(x_28, x_75); -x_78 = lean_box(0); -x_79 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_26, x_27, x_77, x_78, x_6, x_7, x_8, x_9, x_76); -lean_dec(x_27); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_14 = x_80; -x_15 = x_81; -goto block_22; -} -else -{ -uint8_t x_82; -lean_dec(x_26); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_82 = !lean_is_exclusive(x_74); -if (x_82 == 0) -{ -return x_74; -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_74, 0); -x_84 = lean_ctor_get(x_74, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_74); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; -} -} -} -else -{ -lean_object* x_86; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_86 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_86) == 0) -{ -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; -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_array_push(x_28, x_87); -x_90 = lean_box(0); -x_91 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_26, x_27, x_89, x_90, x_6, x_7, x_8, x_9, x_88); -lean_dec(x_27); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_14 = x_92; -x_15 = x_93; -goto block_22; -} -else -{ -uint8_t x_94; -lean_dec(x_26); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_94 = !lean_is_exclusive(x_86); -if (x_94 == 0) -{ -return x_86; -} -else -{ -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_86, 0); -x_96 = lean_ctor_get(x_86, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_86); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; -} -} -} -} -} -} -else -{ -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -lean_dec(x_26); -x_98 = lean_array_fget(x_29, x_30); -x_99 = lean_unsigned_to_nat(1u); -x_100 = lean_nat_add(x_30, x_99); -lean_dec(x_30); -x_101 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_101, 0, x_29); -lean_ctor_set(x_101, 1, x_100); -lean_ctor_set(x_101, 2, x_31); -if (lean_obj_tag(x_98) == 0) -{ -lean_object* x_102; -lean_dec(x_13); -lean_ctor_set(x_5, 0, x_101); -x_102 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_102, 0, x_5); -x_14 = x_102; -x_15 = x_10; -goto block_22; -} -else -{ -lean_object* x_103; uint8_t x_104; -lean_dec(x_98); -lean_free_object(x_24); -lean_free_object(x_5); -x_103 = lean_array_get_size(x_1); -x_104 = lean_nat_dec_lt(x_27, x_103); -lean_dec(x_103); -if (x_104 == 0) -{ -uint8_t x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l_instInhabitedBool; -x_106 = lean_box(x_105); -x_107 = l___private_Init_Util_0__outOfBounds___rarg(x_106); -x_108 = lean_unbox(x_107); -lean_dec(x_107); -if (x_108 == 0) -{ -lean_object* x_109; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_109 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_109) == 0) -{ -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; -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 = lean_array_push(x_28, x_110); -x_113 = lean_box(0); -x_114 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_101, x_27, x_112, x_113, x_6, x_7, x_8, x_9, x_111); -lean_dec(x_27); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); -lean_dec(x_114); -x_14 = x_115; -x_15 = x_116; -goto block_22; -} -else -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -lean_dec(x_101); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_117 = lean_ctor_get(x_109, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_109, 1); -lean_inc(x_118); -if (lean_is_exclusive(x_109)) { - lean_ctor_release(x_109, 0); - lean_ctor_release(x_109, 1); - x_119 = x_109; +x_21 = lean_ctor_get(x_5, 1); +lean_inc(x_21); +x_22 = lean_ctor_get(x_5, 0); +lean_inc(x_22); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + lean_ctor_release(x_5, 1); + x_23 = x_5; } else { - lean_dec_ref(x_109); - x_119 = lean_box(0); + lean_dec_ref(x_5); + x_23 = lean_box(0); } -if (lean_is_scalar(x_119)) { - x_120 = lean_alloc_ctor(1, 2, 0); +x_24 = lean_ctor_get(x_21, 0); +lean_inc(x_24); +x_25 = lean_ctor_get(x_21, 1); +lean_inc(x_25); +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + lean_ctor_release(x_21, 1); + x_26 = x_21; } else { - x_120 = x_119; + lean_dec_ref(x_21); + x_26 = lean_box(0); } -lean_ctor_set(x_120, 0, x_117); -lean_ctor_set(x_120, 1, x_118); -return x_120; -} -} -else -{ -lean_object* x_121; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_121 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_121) == 0) -{ -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; -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_121, 1); -lean_inc(x_123); -lean_dec(x_121); -x_124 = lean_array_push(x_28, x_122); -x_125 = lean_box(0); -x_126 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_101, x_27, x_124, x_125, x_6, x_7, x_8, x_9, x_123); -lean_dec(x_27); -x_127 = lean_ctor_get(x_126, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); -x_14 = x_127; -x_15 = x_128; -goto block_22; -} -else +x_27 = lean_ctor_get(x_22, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_22, 1); +lean_inc(x_28); +x_29 = lean_ctor_get(x_22, 2); +lean_inc(x_29); +x_30 = lean_nat_dec_lt(x_28, x_29); +if (x_30 == 0) { -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_dec(x_101); +lean_object* x_31; lean_object* x_32; lean_object* x_33; +lean_dec(x_29); lean_dec(x_28); lean_dec(x_27); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_129 = lean_ctor_get(x_121, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_121, 1); -lean_inc(x_130); -if (lean_is_exclusive(x_121)) { - lean_ctor_release(x_121, 0); - lean_ctor_release(x_121, 1); - x_131 = x_121; +if (lean_is_scalar(x_26)) { + x_31 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_121); - x_131 = lean_box(0); + x_31 = x_26; } -if (lean_is_scalar(x_131)) { - x_132 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_31, 0, x_24); +lean_ctor_set(x_31, 1, x_25); +if (lean_is_scalar(x_23)) { + x_32 = lean_alloc_ctor(0, 2, 0); } else { - x_132 = x_131; -} -lean_ctor_set(x_132, 0, x_129); -lean_ctor_set(x_132, 1, x_130); -return x_132; -} + x_32 = x_23; } +lean_ctor_set(x_32, 0, x_22); +lean_ctor_set(x_32, 1, x_31); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_10); +return x_33; } else { -lean_object* x_133; uint8_t x_134; -x_133 = lean_array_fget(x_1, x_27); -x_134 = lean_unbox(x_133); -lean_dec(x_133); -if (x_134 == 0) -{ -lean_object* x_135; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_135 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(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; -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -lean_dec(x_135); -x_138 = lean_array_push(x_28, x_136); -x_139 = lean_box(0); -x_140 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_101, x_27, x_138, x_139, x_6, x_7, x_8, x_9, x_137); -lean_dec(x_27); -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_14 = x_141; -x_15 = x_142; -goto block_22; -} -else +uint8_t x_34; +x_34 = !lean_is_exclusive(x_22); +if (x_34 == 0) { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -lean_dec(x_101); +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_35 = lean_ctor_get(x_22, 2); +lean_dec(x_35); +x_36 = lean_ctor_get(x_22, 1); +lean_dec(x_36); +x_37 = lean_ctor_get(x_22, 0); +lean_dec(x_37); +x_38 = lean_array_fget(x_27, x_28); +x_39 = lean_unsigned_to_nat(1u); +x_40 = lean_nat_add(x_28, x_39); lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_143 = lean_ctor_get(x_135, 0); -lean_inc(x_143); -x_144 = lean_ctor_get(x_135, 1); -lean_inc(x_144); -if (lean_is_exclusive(x_135)) { - lean_ctor_release(x_135, 0); - lean_ctor_release(x_135, 1); - x_145 = x_135; -} else { - lean_dec_ref(x_135); - x_145 = lean_box(0); -} -if (lean_is_scalar(x_145)) { - x_146 = lean_alloc_ctor(1, 2, 0); -} else { - x_146 = x_145; -} -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_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_147 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_147) == 0) +lean_ctor_set(x_22, 1, x_40); +if (lean_obj_tag(x_38) == 0) { -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; -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); -x_150 = lean_array_push(x_28, x_148); -x_151 = lean_box(0); -x_152 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_101, x_27, x_150, x_151, x_6, x_7, x_8, x_9, x_149); -lean_dec(x_27); -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_152, 1); -lean_inc(x_154); -lean_dec(x_152); -x_14 = x_153; -x_15 = x_154; -goto block_22; +uint8_t x_102; +x_102 = 0; +x_41 = x_102; +goto block_101; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -lean_dec(x_101); -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_155 = lean_ctor_get(x_147, 0); -lean_inc(x_155); -x_156 = lean_ctor_get(x_147, 1); -lean_inc(x_156); -if (lean_is_exclusive(x_147)) { - lean_ctor_release(x_147, 0); - lean_ctor_release(x_147, 1); - x_157 = x_147; -} else { - lean_dec_ref(x_147); - x_157 = lean_box(0); -} -if (lean_is_scalar(x_157)) { - x_158 = lean_alloc_ctor(1, 2, 0); -} else { - x_158 = x_157; -} -lean_ctor_set(x_158, 0, x_155); -lean_ctor_set(x_158, 1, x_156); -return x_158; -} -} -} -} -} -} +uint8_t x_103; +lean_dec(x_38); +x_103 = 1; +x_41 = x_103; +goto block_101; } -else +block_101: { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; uint8_t x_165; -x_159 = lean_ctor_get(x_5, 0); -x_160 = lean_ctor_get(x_24, 0); -x_161 = lean_ctor_get(x_24, 1); -lean_inc(x_161); -lean_inc(x_160); -lean_dec(x_24); -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_inc(x_164); -x_165 = lean_nat_dec_lt(x_163, x_164); -if (x_165 == 0) +if (x_41 == 0) { -lean_object* x_166; lean_object* x_167; -lean_dec(x_164); -lean_dec(x_163); -lean_dec(x_162); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_dec(x_13); -x_166 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_166, 0, x_160); -lean_ctor_set(x_166, 1, x_161); -lean_ctor_set(x_5, 1, x_166); -x_167 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_167, 0, x_5); -x_14 = x_167; -x_15 = x_10; -goto block_22; -} -else -{ -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - lean_ctor_release(x_159, 2); - x_168 = x_159; +if (lean_is_scalar(x_26)) { + x_42 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_159); - x_168 = lean_box(0); -} -x_169 = lean_array_fget(x_162, x_163); -x_170 = lean_unsigned_to_nat(1u); -x_171 = lean_nat_add(x_163, x_170); -lean_dec(x_163); -if (lean_is_scalar(x_168)) { - x_172 = lean_alloc_ctor(0, 3, 0); + x_42 = x_26; +} +lean_ctor_set(x_42, 0, x_24); +lean_ctor_set(x_42, 1, x_25); +if (lean_is_scalar(x_23)) { + x_43 = lean_alloc_ctor(0, 2, 0); } else { - x_172 = x_168; + x_43 = x_23; } -lean_ctor_set(x_172, 0, x_162); -lean_ctor_set(x_172, 1, x_171); -lean_ctor_set(x_172, 2, x_164); -if (lean_obj_tag(x_169) == 0) -{ -lean_object* x_173; lean_object* x_174; -lean_dec(x_13); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_160); -lean_ctor_set(x_173, 1, x_161); -lean_ctor_set(x_5, 1, x_173); -lean_ctor_set(x_5, 0, x_172); -x_174 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_174, 0, x_5); -x_14 = x_174; +lean_ctor_set(x_43, 0, x_22); +lean_ctor_set(x_43, 1, x_42); +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_43); +x_14 = x_44; x_15 = x_10; -goto block_22; +goto block_20; } else { -lean_object* x_175; uint8_t x_176; -lean_dec(x_169); -lean_free_object(x_5); -x_175 = lean_array_get_size(x_1); -x_176 = lean_nat_dec_lt(x_160, x_175); -lean_dec(x_175); -if (x_176 == 0) +lean_object* x_45; uint8_t x_46; +lean_dec(x_26); +lean_dec(x_23); +x_45 = lean_array_get_size(x_1); +x_46 = lean_nat_dec_lt(x_24, x_45); +lean_dec(x_45); +if (x_46 == 0) { -uint8_t x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; -x_177 = l_instInhabitedBool; -x_178 = lean_box(x_177); -x_179 = l___private_Init_Util_0__outOfBounds___rarg(x_178); -x_180 = lean_unbox(x_179); -lean_dec(x_179); -if (x_180 == 0) +uint8_t x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_47 = l_instInhabitedBool; +x_48 = lean_box(x_47); +x_49 = l___private_Init_Util_0__outOfBounds___rarg(x_48); +x_50 = lean_unbox(x_49); +lean_dec(x_49); +if (x_50 == 0) { -lean_object* x_181; +lean_object* x_51; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_181 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_181) == 0) +x_51 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_51) == 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; lean_object* x_188; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); -x_184 = lean_array_push(x_161, x_182); -x_185 = lean_box(0); -x_186 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_172, x_160, x_184, x_185, x_6, x_7, x_8, x_9, x_183); -lean_dec(x_160); -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_14 = x_187; -x_15 = x_188; -goto block_22; -} -else -{ -lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; -lean_dec(x_172); -lean_dec(x_161); -lean_dec(x_160); +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; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = lean_array_push(x_25, x_52); +x_55 = lean_box(0); +x_56 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_22, x_24, x_54, x_55, x_6, x_7, x_8, x_9, x_53); +lean_dec(x_24); +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); +x_14 = x_57; +x_15 = x_58; +goto block_20; +} +else +{ +uint8_t x_59; +lean_dec(x_22); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_189 = lean_ctor_get(x_181, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_181, 1); -lean_inc(x_190); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - lean_ctor_release(x_181, 1); - x_191 = x_181; -} else { - lean_dec_ref(x_181); - x_191 = lean_box(0); +x_59 = !lean_is_exclusive(x_51); +if (x_59 == 0) +{ +return x_51; } -if (lean_is_scalar(x_191)) { - x_192 = lean_alloc_ctor(1, 2, 0); -} else { - x_192 = x_191; +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_51, 0); +x_61 = lean_ctor_get(x_51, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_51); +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_ctor_set(x_192, 0, x_189); -lean_ctor_set(x_192, 1, x_190); -return x_192; } } else { -lean_object* x_193; +lean_object* x_63; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_193 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(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; -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 = lean_array_push(x_161, x_194); -x_197 = lean_box(0); -x_198 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_172, x_160, x_196, x_197, x_6, x_7, x_8, x_9, x_195); -lean_dec(x_160); -x_199 = lean_ctor_get(x_198, 0); -lean_inc(x_199); -x_200 = lean_ctor_get(x_198, 1); -lean_inc(x_200); -lean_dec(x_198); -x_14 = x_199; -x_15 = x_200; -goto block_22; -} -else -{ -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -lean_dec(x_172); -lean_dec(x_161); -lean_dec(x_160); +x_63 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +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; lean_object* x_70; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_array_push(x_25, x_64); +x_67 = lean_box(0); +x_68 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_22, x_24, x_66, x_67, x_6, x_7, x_8, x_9, x_65); +lean_dec(x_24); +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 1); +lean_inc(x_70); +lean_dec(x_68); +x_14 = x_69; +x_15 = x_70; +goto block_20; +} +else +{ +uint8_t x_71; +lean_dec(x_22); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_201 = lean_ctor_get(x_193, 0); -lean_inc(x_201); -x_202 = lean_ctor_get(x_193, 1); -lean_inc(x_202); -if (lean_is_exclusive(x_193)) { - lean_ctor_release(x_193, 0); - lean_ctor_release(x_193, 1); - x_203 = x_193; -} else { - lean_dec_ref(x_193); - x_203 = lean_box(0); +x_71 = !lean_is_exclusive(x_63); +if (x_71 == 0) +{ +return x_63; } -if (lean_is_scalar(x_203)) { - x_204 = lean_alloc_ctor(1, 2, 0); -} else { - x_204 = x_203; +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_63, 0); +x_73 = lean_ctor_get(x_63, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_63); +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; } -lean_ctor_set(x_204, 0, x_201); -lean_ctor_set(x_204, 1, x_202); -return x_204; } } } else { -lean_object* x_205; uint8_t x_206; -x_205 = lean_array_fget(x_1, x_160); -x_206 = lean_unbox(x_205); -lean_dec(x_205); -if (x_206 == 0) +lean_object* x_75; uint8_t x_76; +x_75 = lean_array_fget(x_1, x_24); +x_76 = lean_unbox(x_75); +lean_dec(x_75); +if (x_76 == 0) { -lean_object* x_207; +lean_object* x_77; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_207 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_207) == 0) -{ -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; -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); -x_210 = lean_array_push(x_161, x_208); -x_211 = lean_box(0); -x_212 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_172, x_160, x_210, x_211, x_6, x_7, x_8, x_9, x_209); -lean_dec(x_160); -x_213 = lean_ctor_get(x_212, 0); -lean_inc(x_213); -x_214 = lean_ctor_get(x_212, 1); -lean_inc(x_214); -lean_dec(x_212); -x_14 = x_213; -x_15 = x_214; -goto block_22; -} -else -{ -lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; -lean_dec(x_172); -lean_dec(x_161); -lean_dec(x_160); +x_77 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_77) == 0) +{ +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_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); +lean_inc(x_79); +lean_dec(x_77); +x_80 = lean_array_push(x_25, x_78); +x_81 = lean_box(0); +x_82 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_22, x_24, x_80, x_81, x_6, x_7, x_8, x_9, x_79); +lean_dec(x_24); +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); +x_14 = x_83; +x_15 = x_84; +goto block_20; +} +else +{ +uint8_t x_85; +lean_dec(x_22); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_215 = lean_ctor_get(x_207, 0); -lean_inc(x_215); -x_216 = lean_ctor_get(x_207, 1); -lean_inc(x_216); -if (lean_is_exclusive(x_207)) { - lean_ctor_release(x_207, 0); - lean_ctor_release(x_207, 1); - x_217 = x_207; -} else { - lean_dec_ref(x_207); - x_217 = lean_box(0); +x_85 = !lean_is_exclusive(x_77); +if (x_85 == 0) +{ +return x_77; } -if (lean_is_scalar(x_217)) { - x_218 = lean_alloc_ctor(1, 2, 0); -} else { - x_218 = x_217; +else +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_77, 0); +x_87 = lean_ctor_get(x_77, 1); +lean_inc(x_87); +lean_inc(x_86); +lean_dec(x_77); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } -lean_ctor_set(x_218, 0, x_215); -lean_ctor_set(x_218, 1, x_216); -return x_218; } } else { -lean_object* x_219; +lean_object* x_89; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_219 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_219) == 0) -{ -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; -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 = lean_array_push(x_161, x_220); -x_223 = lean_box(0); -x_224 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_172, x_160, x_222, x_223, x_6, x_7, x_8, x_9, x_221); -lean_dec(x_160); -x_225 = lean_ctor_get(x_224, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_224, 1); -lean_inc(x_226); -lean_dec(x_224); -x_14 = x_225; -x_15 = x_226; -goto block_22; -} -else -{ -lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; -lean_dec(x_172); -lean_dec(x_161); -lean_dec(x_160); +x_89 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_89) == 0) +{ +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; +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_array_push(x_25, x_90); +x_93 = lean_box(0); +x_94 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_22, x_24, x_92, x_93, x_6, x_7, x_8, x_9, x_91); +lean_dec(x_24); +x_95 = lean_ctor_get(x_94, 0); +lean_inc(x_95); +x_96 = lean_ctor_get(x_94, 1); +lean_inc(x_96); +lean_dec(x_94); +x_14 = x_95; +x_15 = x_96; +goto block_20; +} +else +{ +uint8_t x_97; +lean_dec(x_22); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_227 = lean_ctor_get(x_219, 0); -lean_inc(x_227); -x_228 = lean_ctor_get(x_219, 1); -lean_inc(x_228); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_229 = x_219; -} else { - lean_dec_ref(x_219); - x_229 = lean_box(0); -} -if (lean_is_scalar(x_229)) { - x_230 = lean_alloc_ctor(1, 2, 0); -} else { - x_230 = x_229; +x_97 = !lean_is_exclusive(x_89); +if (x_97 == 0) +{ +return x_89; } -lean_ctor_set(x_230, 0, x_227); -lean_ctor_set(x_230, 1, x_228); -return x_230; +else +{ +lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_98 = lean_ctor_get(x_89, 0); +x_99 = lean_ctor_get(x_89, 1); +lean_inc(x_99); +lean_inc(x_98); +lean_dec(x_89); +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; } } } @@ -27551,403 +26592,345 @@ 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; -x_231 = lean_ctor_get(x_5, 1); -x_232 = lean_ctor_get(x_5, 0); -lean_inc(x_231); -lean_inc(x_232); -lean_dec(x_5); -x_233 = lean_ctor_get(x_231, 0); -lean_inc(x_233); -x_234 = lean_ctor_get(x_231, 1); -lean_inc(x_234); -if (lean_is_exclusive(x_231)) { - lean_ctor_release(x_231, 0); - lean_ctor_release(x_231, 1); - x_235 = x_231; -} else { - lean_dec_ref(x_231); - x_235 = lean_box(0); -} -x_236 = lean_ctor_get(x_232, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_232, 1); -lean_inc(x_237); -x_238 = lean_ctor_get(x_232, 2); -lean_inc(x_238); -x_239 = lean_nat_dec_lt(x_237, x_238); -if (x_239 == 0) -{ -lean_object* x_240; lean_object* x_241; lean_object* x_242; -lean_dec(x_238); -lean_dec(x_237); -lean_dec(x_236); -lean_dec(x_13); -if (lean_is_scalar(x_235)) { - x_240 = lean_alloc_ctor(0, 2, 0); -} else { - x_240 = x_235; -} -lean_ctor_set(x_240, 0, x_233); -lean_ctor_set(x_240, 1, x_234); -x_241 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_241, 0, x_232); -lean_ctor_set(x_241, 1, x_240); -x_242 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_242, 0, x_241); -x_14 = x_242; -x_15 = x_10; -goto block_22; +lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; +lean_dec(x_22); +x_104 = lean_array_fget(x_27, x_28); +x_105 = lean_unsigned_to_nat(1u); +x_106 = lean_nat_add(x_28, x_105); +lean_dec(x_28); +x_107 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_107, 0, x_27); +lean_ctor_set(x_107, 1, x_106); +lean_ctor_set(x_107, 2, x_29); +if (lean_obj_tag(x_104) == 0) +{ +uint8_t x_169; +x_169 = 0; +x_108 = x_169; +goto block_168; } else { -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; -if (lean_is_exclusive(x_232)) { - lean_ctor_release(x_232, 0); - lean_ctor_release(x_232, 1); - lean_ctor_release(x_232, 2); - x_243 = x_232; -} else { - lean_dec_ref(x_232); - x_243 = lean_box(0); -} -x_244 = lean_array_fget(x_236, x_237); -x_245 = lean_unsigned_to_nat(1u); -x_246 = lean_nat_add(x_237, x_245); -lean_dec(x_237); -if (lean_is_scalar(x_243)) { - x_247 = lean_alloc_ctor(0, 3, 0); -} else { - x_247 = x_243; +uint8_t x_170; +lean_dec(x_104); +x_170 = 1; +x_108 = x_170; +goto block_168; } -lean_ctor_set(x_247, 0, x_236); -lean_ctor_set(x_247, 1, x_246); -lean_ctor_set(x_247, 2, x_238); -if (lean_obj_tag(x_244) == 0) +block_168: { -lean_object* x_248; lean_object* x_249; lean_object* x_250; +if (x_108 == 0) +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_dec(x_13); -if (lean_is_scalar(x_235)) { - x_248 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_26)) { + x_109 = lean_alloc_ctor(0, 2, 0); +} else { + x_109 = x_26; +} +lean_ctor_set(x_109, 0, x_24); +lean_ctor_set(x_109, 1, x_25); +if (lean_is_scalar(x_23)) { + x_110 = lean_alloc_ctor(0, 2, 0); } else { - x_248 = x_235; -} -lean_ctor_set(x_248, 0, x_233); -lean_ctor_set(x_248, 1, x_234); -x_249 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_249, 0, x_247); -lean_ctor_set(x_249, 1, x_248); -x_250 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_250, 0, x_249); -x_14 = x_250; + x_110 = x_23; +} +lean_ctor_set(x_110, 0, x_107); +lean_ctor_set(x_110, 1, x_109); +x_111 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_111, 0, x_110); +x_14 = x_111; x_15 = x_10; -goto block_22; +goto block_20; } else { -lean_object* x_251; uint8_t x_252; -lean_dec(x_244); -lean_dec(x_235); -x_251 = lean_array_get_size(x_1); -x_252 = lean_nat_dec_lt(x_233, x_251); -lean_dec(x_251); -if (x_252 == 0) +lean_object* x_112; uint8_t x_113; +lean_dec(x_26); +lean_dec(x_23); +x_112 = lean_array_get_size(x_1); +x_113 = lean_nat_dec_lt(x_24, x_112); +lean_dec(x_112); +if (x_113 == 0) { -uint8_t x_253; lean_object* x_254; lean_object* x_255; uint8_t x_256; -x_253 = l_instInhabitedBool; -x_254 = lean_box(x_253); -x_255 = l___private_Init_Util_0__outOfBounds___rarg(x_254); -x_256 = lean_unbox(x_255); -lean_dec(x_255); -if (x_256 == 0) +uint8_t x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; +x_114 = l_instInhabitedBool; +x_115 = lean_box(x_114); +x_116 = l___private_Init_Util_0__outOfBounds___rarg(x_115); +x_117 = lean_unbox(x_116); +lean_dec(x_116); +if (x_117 == 0) { -lean_object* x_257; +lean_object* x_118; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_257 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_257) == 0) -{ -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; -x_258 = lean_ctor_get(x_257, 0); -lean_inc(x_258); -x_259 = lean_ctor_get(x_257, 1); -lean_inc(x_259); -lean_dec(x_257); -x_260 = lean_array_push(x_234, x_258); -x_261 = lean_box(0); -x_262 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_247, x_233, x_260, x_261, x_6, x_7, x_8, x_9, x_259); -lean_dec(x_233); -x_263 = lean_ctor_get(x_262, 0); -lean_inc(x_263); -x_264 = lean_ctor_get(x_262, 1); -lean_inc(x_264); -lean_dec(x_262); -x_14 = x_263; -x_15 = x_264; -goto block_22; -} -else -{ -lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; -lean_dec(x_247); -lean_dec(x_234); -lean_dec(x_233); +x_118 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_118) == 0) +{ +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_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); +x_121 = lean_array_push(x_25, x_119); +x_122 = lean_box(0); +x_123 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_107, x_24, x_121, x_122, x_6, x_7, x_8, x_9, x_120); +lean_dec(x_24); +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_14 = x_124; +x_15 = x_125; +goto block_20; +} +else +{ +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +lean_dec(x_107); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_265 = lean_ctor_get(x_257, 0); -lean_inc(x_265); -x_266 = lean_ctor_get(x_257, 1); -lean_inc(x_266); -if (lean_is_exclusive(x_257)) { - lean_ctor_release(x_257, 0); - lean_ctor_release(x_257, 1); - x_267 = x_257; +x_126 = lean_ctor_get(x_118, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_118, 1); +lean_inc(x_127); +if (lean_is_exclusive(x_118)) { + lean_ctor_release(x_118, 0); + lean_ctor_release(x_118, 1); + x_128 = x_118; } else { - lean_dec_ref(x_257); - x_267 = lean_box(0); + lean_dec_ref(x_118); + x_128 = lean_box(0); } -if (lean_is_scalar(x_267)) { - x_268 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_128)) { + x_129 = lean_alloc_ctor(1, 2, 0); } else { - x_268 = x_267; + x_129 = x_128; } -lean_ctor_set(x_268, 0, x_265); -lean_ctor_set(x_268, 1, x_266); -return x_268; +lean_ctor_set(x_129, 0, x_126); +lean_ctor_set(x_129, 1, x_127); +return x_129; } } else { -lean_object* x_269; +lean_object* x_130; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_269 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_269) == 0) -{ -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_270 = lean_ctor_get(x_269, 0); -lean_inc(x_270); -x_271 = lean_ctor_get(x_269, 1); -lean_inc(x_271); -lean_dec(x_269); -x_272 = lean_array_push(x_234, x_270); -x_273 = lean_box(0); -x_274 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_247, x_233, x_272, x_273, x_6, x_7, x_8, x_9, x_271); -lean_dec(x_233); -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_14 = x_275; -x_15 = x_276; -goto block_22; -} -else -{ -lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; -lean_dec(x_247); -lean_dec(x_234); -lean_dec(x_233); +x_130 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +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; +x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_130, 1); +lean_inc(x_132); +lean_dec(x_130); +x_133 = lean_array_push(x_25, x_131); +x_134 = lean_box(0); +x_135 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_107, x_24, x_133, x_134, x_6, x_7, x_8, x_9, x_132); +lean_dec(x_24); +x_136 = lean_ctor_get(x_135, 0); +lean_inc(x_136); +x_137 = lean_ctor_get(x_135, 1); +lean_inc(x_137); +lean_dec(x_135); +x_14 = x_136; +x_15 = x_137; +goto block_20; +} +else +{ +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_dec(x_107); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_277 = lean_ctor_get(x_269, 0); -lean_inc(x_277); -x_278 = lean_ctor_get(x_269, 1); -lean_inc(x_278); -if (lean_is_exclusive(x_269)) { - lean_ctor_release(x_269, 0); - lean_ctor_release(x_269, 1); - x_279 = x_269; +x_138 = lean_ctor_get(x_130, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_130, 1); +lean_inc(x_139); +if (lean_is_exclusive(x_130)) { + lean_ctor_release(x_130, 0); + lean_ctor_release(x_130, 1); + x_140 = x_130; } else { - lean_dec_ref(x_269); - x_279 = lean_box(0); + lean_dec_ref(x_130); + x_140 = lean_box(0); } -if (lean_is_scalar(x_279)) { - x_280 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_140)) { + x_141 = lean_alloc_ctor(1, 2, 0); } else { - x_280 = x_279; + x_141 = x_140; } -lean_ctor_set(x_280, 0, x_277); -lean_ctor_set(x_280, 1, x_278); -return x_280; +lean_ctor_set(x_141, 0, x_138); +lean_ctor_set(x_141, 1, x_139); +return x_141; } } } else { -lean_object* x_281; uint8_t x_282; -x_281 = lean_array_fget(x_1, x_233); -x_282 = lean_unbox(x_281); -lean_dec(x_281); -if (x_282 == 0) +lean_object* x_142; uint8_t x_143; +x_142 = lean_array_fget(x_1, x_24); +x_143 = lean_unbox(x_142); +lean_dec(x_142); +if (x_143 == 0) { -lean_object* x_283; +lean_object* x_144; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_283 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_283) == 0) -{ -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; -x_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_283, 1); -lean_inc(x_285); -lean_dec(x_283); -x_286 = lean_array_push(x_234, x_284); -x_287 = lean_box(0); -x_288 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_247, x_233, x_286, x_287, x_6, x_7, x_8, x_9, x_285); -lean_dec(x_233); -x_289 = lean_ctor_get(x_288, 0); -lean_inc(x_289); -x_290 = lean_ctor_get(x_288, 1); -lean_inc(x_290); -lean_dec(x_288); -x_14 = x_289; -x_15 = x_290; -goto block_22; -} -else -{ -lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; -lean_dec(x_247); -lean_dec(x_234); -lean_dec(x_233); +x_144 = l_Lean_Meta_mkHEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_144) == 0) +{ +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; +x_145 = lean_ctor_get(x_144, 0); +lean_inc(x_145); +x_146 = lean_ctor_get(x_144, 1); +lean_inc(x_146); +lean_dec(x_144); +x_147 = lean_array_push(x_25, x_145); +x_148 = lean_box(0); +x_149 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_107, x_24, x_147, x_148, x_6, x_7, x_8, x_9, x_146); +lean_dec(x_24); +x_150 = lean_ctor_get(x_149, 0); +lean_inc(x_150); +x_151 = lean_ctor_get(x_149, 1); +lean_inc(x_151); +lean_dec(x_149); +x_14 = x_150; +x_15 = x_151; +goto block_20; +} +else +{ +lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; +lean_dec(x_107); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_291 = lean_ctor_get(x_283, 0); -lean_inc(x_291); -x_292 = lean_ctor_get(x_283, 1); -lean_inc(x_292); -if (lean_is_exclusive(x_283)) { - lean_ctor_release(x_283, 0); - lean_ctor_release(x_283, 1); - x_293 = x_283; +x_152 = lean_ctor_get(x_144, 0); +lean_inc(x_152); +x_153 = lean_ctor_get(x_144, 1); +lean_inc(x_153); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + lean_ctor_release(x_144, 1); + x_154 = x_144; } else { - lean_dec_ref(x_283); - x_293 = lean_box(0); + lean_dec_ref(x_144); + x_154 = lean_box(0); } -if (lean_is_scalar(x_293)) { - x_294 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_154)) { + x_155 = lean_alloc_ctor(1, 2, 0); } else { - x_294 = x_293; + x_155 = x_154; } -lean_ctor_set(x_294, 0, x_291); -lean_ctor_set(x_294, 1, x_292); -return x_294; +lean_ctor_set(x_155, 0, x_152); +lean_ctor_set(x_155, 1, x_153); +return x_155; } } else { -lean_object* x_295; +lean_object* x_156; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_295 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_295) == 0) -{ -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; -x_296 = lean_ctor_get(x_295, 0); -lean_inc(x_296); -x_297 = lean_ctor_get(x_295, 1); -lean_inc(x_297); -lean_dec(x_295); -x_298 = lean_array_push(x_234, x_296); -x_299 = lean_box(0); -x_300 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_247, x_233, x_298, x_299, x_6, x_7, x_8, x_9, x_297); -lean_dec(x_233); -x_301 = lean_ctor_get(x_300, 0); -lean_inc(x_301); -x_302 = lean_ctor_get(x_300, 1); -lean_inc(x_302); -lean_dec(x_300); -x_14 = x_301; -x_15 = x_302; -goto block_22; -} -else -{ -lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; -lean_dec(x_247); -lean_dec(x_234); -lean_dec(x_233); +x_156 = l_Lean_Meta_mkEqRefl(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_156) == 0) +{ +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; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +x_159 = lean_array_push(x_25, x_157); +x_160 = lean_box(0); +x_161 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13___lambda__1(x_107, x_24, x_159, x_160, x_6, x_7, x_8, x_9, x_158); +lean_dec(x_24); +x_162 = lean_ctor_get(x_161, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_161, 1); +lean_inc(x_163); +lean_dec(x_161); +x_14 = x_162; +x_15 = x_163; +goto block_20; +} +else +{ +lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; +lean_dec(x_107); +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_303 = lean_ctor_get(x_295, 0); -lean_inc(x_303); -x_304 = lean_ctor_get(x_295, 1); -lean_inc(x_304); -if (lean_is_exclusive(x_295)) { - lean_ctor_release(x_295, 0); - lean_ctor_release(x_295, 1); - x_305 = x_295; +x_164 = lean_ctor_get(x_156, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_156, 1); +lean_inc(x_165); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_166 = x_156; } else { - lean_dec_ref(x_295); - x_305 = lean_box(0); + lean_dec_ref(x_156); + x_166 = lean_box(0); } -if (lean_is_scalar(x_305)) { - x_306 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_166)) { + x_167 = lean_alloc_ctor(1, 2, 0); } else { - x_306 = x_305; + x_167 = x_166; } -lean_ctor_set(x_306, 0, x_303); -lean_ctor_set(x_306, 1, x_304); -return x_306; +lean_ctor_set(x_167, 0, x_164); +lean_ctor_set(x_167, 1, x_165); +return x_167; } } } } } } -block_22: -{ -if (lean_obj_tag(x_14) == 0) +} +block_20: { -lean_object* x_16; lean_object* x_17; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_16; size_t x_17; size_t x_18; x_16 = lean_ctor_get(x_14, 0); lean_inc(x_16); lean_dec(x_14); -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; -} -else -{ -lean_object* x_18; size_t x_19; size_t x_20; -x_18 = lean_ctor_get(x_14, 0); -lean_inc(x_18); -lean_dec(x_14); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_5 = x_18; +x_17 = 1; +x_18 = lean_usize_add(x_4, x_17); +x_4 = x_18; +x_5 = x_16; x_10 = x_15; goto _start; } } } } -} LEAN_EXPORT lean_object* l_Nat_foldTR_loop___at_Lean_Meta_Match_mkMatcher___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -28991,28 +27974,29 @@ x_19 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts___rarg(x_3, return x_19; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__7(lean_object* x_1, lean_object* x_2, size_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_Lean_Meta_Match_mkMatcher___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) { _start: { -lean_object* x_10; uint8_t x_11; uint8_t x_12; uint8_t x_13; lean_object* x_14; -x_10 = l_Lean_mkAppN(x_1, x_2); -x_11 = 0; +lean_object* x_9; uint8_t x_10; uint8_t x_11; uint8_t x_12; lean_object* x_13; +x_9 = l_Lean_mkAppN(x_1, x_2); +x_10 = 0; +x_11 = 1; x_12 = 1; -x_13 = 1; -lean_inc(x_4); -x_14 = l_Lean_Meta_mkForallFVars(x_4, x_10, x_11, x_12, x_13, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_14) == 0) +lean_inc(x_3); +x_13 = l_Lean_Meta_mkForallFVars(x_3, x_9, x_10, x_11, x_12, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; size_t x_18; lean_object* x_19; -x_15 = lean_ctor_get(x_14, 0); +lean_object* x_14; lean_object* x_15; lean_object* x_16; size_t x_17; size_t 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); -x_16 = lean_ctor_get(x_14, 1); -lean_inc(x_16); -lean_dec(x_14); -x_17 = lean_array_get_size(x_4); -x_18 = lean_usize_of_nat(x_17); -lean_dec(x_17); -x_19 = l_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__12(x_18, x_3, x_4, x_5, x_6, x_7, x_8, x_16); +lean_dec(x_13); +x_16 = lean_array_get_size(x_3); +x_17 = lean_usize_of_nat(x_16); +lean_dec(x_16); +x_18 = 0; +x_19 = l_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__12(x_17, x_18, x_3, x_4, x_5, x_6, x_7, x_15); if (lean_obj_tag(x_19) == 0) { uint8_t x_20; @@ -29022,7 +28006,7 @@ if (x_20 == 0) lean_object* x_21; lean_object* x_22; x_21 = lean_ctor_get(x_19, 0); x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_15); +lean_ctor_set(x_22, 0, x_14); lean_ctor_set(x_22, 1, x_21); lean_ctor_set(x_19, 0, x_22); return x_19; @@ -29036,7 +28020,7 @@ lean_inc(x_24); lean_inc(x_23); lean_dec(x_19); x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_15); +lean_ctor_set(x_25, 0, x_14); lean_ctor_set(x_25, 1, x_23); x_26 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_26, 0, x_25); @@ -29047,7 +28031,7 @@ return x_26; else { uint8_t x_27; -lean_dec(x_15); +lean_dec(x_14); x_27 = !lean_is_exclusive(x_19); if (x_27 == 0) { @@ -29071,24 +28055,24 @@ return x_30; else { uint8_t x_31; -lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_31 = !lean_is_exclusive(x_14); +lean_dec(x_3); +x_31 = !lean_is_exclusive(x_13); if (x_31 == 0) { -return x_14; +return x_13; } else { lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_14, 0); -x_33 = lean_ctor_get(x_14, 1); +x_32 = lean_ctor_get(x_13, 0); +x_33 = lean_ctor_get(x_13, 1); lean_inc(x_33); lean_inc(x_32); -lean_dec(x_14); +lean_dec(x_13); x_34 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); @@ -29515,27 +28499,28 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13, 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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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, 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) { _start: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; size_t x_28; lean_object* x_29; -lean_dec(x_17); -x_23 = lean_unsigned_to_nat(0u); +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; lean_object* x_29; +lean_dec(x_16); +x_22 = lean_unsigned_to_nat(0u); lean_inc(x_2); lean_inc(x_1); -x_24 = l_Array_toSubarray___rarg(x_1, x_23, x_2); -x_25 = l_Lean_Meta_Match_mkMatcher___lambda__12___closed__1; -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -x_27 = lean_array_get_size(x_3); -x_28 = lean_usize_of_nat(x_27); -lean_dec(x_27); -lean_inc(x_21); +x_23 = l_Array_toSubarray___rarg(x_1, x_22, x_2); +x_24 = l_Lean_Meta_Match_mkMatcher___lambda__12___closed__1; +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_23); +lean_ctor_set(x_25, 1, x_24); +x_26 = lean_array_get_size(x_3); +x_27 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_28 = 0; lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); -x_29 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13(x_4, x_3, x_28, x_5, x_26, x_18, x_19, x_20, x_21, x_22); +lean_inc(x_17); +x_29 = l_Array_forInUnsafe_loop___at_Lean_Meta_Match_mkMatcher___spec__13(x_4, x_3, x_27, x_28, x_25, x_17, x_18, x_19, x_20, x_21); lean_dec(x_4); if (lean_obj_tag(x_29) == 0) { @@ -29552,24 +28537,24 @@ x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); lean_dec(x_31); lean_inc(x_3); -x_34 = l_Lean_mkAppN(x_6, x_3); +x_34 = l_Lean_mkAppN(x_5, x_3); x_35 = l_Lean_mkAppN(x_34, x_33); x_36 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_processConstructor___lambda__3___closed__2; -lean_inc(x_7); -x_37 = lean_array_push(x_36, x_7); +lean_inc(x_6); +x_37 = lean_array_push(x_36, x_6); lean_inc(x_3); x_38 = l_Array_append___rarg(x_37, x_3); -x_39 = lean_array_get_size(x_8); +x_39 = lean_array_get_size(x_7); x_40 = lean_usize_of_nat(x_39); lean_dec(x_39); -lean_inc(x_8); -x_41 = l_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__2(x_40, x_5, x_8); +lean_inc(x_7); +x_41 = l_Array_mapMUnsafe_map___at_Lean_Meta_Match_mkMatcher___spec__2(x_40, x_28, x_7); x_42 = l_Array_append___rarg(x_38, x_41); x_43 = 0; x_44 = 1; x_45 = 1; lean_inc(x_42); -x_46 = l_Lean_Meta_mkLambdaFVars(x_42, x_35, x_43, x_44, x_45, x_18, x_19, x_20, x_21, x_32); +x_46 = l_Lean_Meta_mkLambdaFVars(x_42, x_35, x_43, x_44, x_45, x_17, x_18, x_19, x_20, x_32); if (lean_obj_tag(x_46) == 0) { lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; @@ -29578,8 +28563,8 @@ lean_inc(x_47); x_48 = lean_ctor_get(x_46, 1); lean_inc(x_48); lean_dec(x_46); -x_49 = l_Lean_mkAppN(x_7, x_3); -x_50 = l_Lean_Meta_mkForallFVars(x_42, x_49, x_43, x_44, x_45, x_18, x_19, x_20, x_21, x_48); +x_49 = l_Lean_mkAppN(x_6, x_3); +x_50 = l_Lean_Meta_mkForallFVars(x_42, x_49, x_43, x_44, x_45, x_17, x_18, x_19, x_20, x_48); if (lean_obj_tag(x_50) == 0) { lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; @@ -29588,8 +28573,8 @@ lean_inc(x_51); x_52 = lean_ctor_get(x_50, 1); lean_inc(x_52); lean_dec(x_50); -lean_inc(x_9); -x_53 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_9, x_18, x_19, x_20, x_21, x_52); +lean_inc(x_8); +x_53 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_8, x_17, x_18, x_19, x_20, x_52); x_54 = lean_ctor_get(x_53, 0); lean_inc(x_54); x_55 = lean_unbox(x_54); @@ -29601,7 +28586,7 @@ x_56 = lean_ctor_get(x_53, 1); lean_inc(x_56); lean_dec(x_53); x_57 = lean_box(0); -x_58 = l_Lean_Meta_Match_mkMatcher___lambda__11(x_9, x_10, x_51, x_47, x_11, x_12, x_13, x_14, x_15, x_16, x_40, x_5, x_8, x_2, x_1, x_57, x_18, x_19, x_20, x_21, x_56); +x_58 = l_Lean_Meta_Match_mkMatcher___lambda__11(x_8, x_9, x_51, x_47, x_10, x_11, x_12, x_13, x_14, x_15, x_40, x_28, x_7, x_2, x_1, x_57, x_17, x_18, x_19, x_20, x_56); return x_58; } else @@ -29629,14 +28614,14 @@ x_67 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg x_68 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_68, 0, x_66); lean_ctor_set(x_68, 1, x_67); -lean_inc(x_9); -x_69 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_9, x_68, x_18, x_19, x_20, x_21, x_59); +lean_inc(x_8); +x_69 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_8, x_68, x_17, x_18, x_19, x_20, x_59); 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_Meta_Match_mkMatcher___lambda__11(x_9, x_10, x_51, x_47, x_11, x_12, x_13, x_14, x_15, x_16, x_40, x_5, x_8, x_2, x_1, x_70, x_18, x_19, x_20, x_21, x_71); +x_72 = l_Lean_Meta_Match_mkMatcher___lambda__11(x_8, x_9, x_51, x_47, x_10, x_11, x_12, x_13, x_14, x_15, x_40, x_28, x_7, x_2, x_1, x_70, x_17, x_18, x_19, x_20, x_71); return x_72; } } @@ -29644,11 +28629,10 @@ else { uint8_t x_73; lean_dec(x_47); -lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -29657,6 +28641,7 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); +lean_dec(x_7); lean_dec(x_2); lean_dec(x_1); x_73 = !lean_is_exclusive(x_50); @@ -29683,11 +28668,10 @@ else { uint8_t x_77; lean_dec(x_42); -lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -29697,6 +28681,7 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); +lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -29723,11 +28708,10 @@ return x_80; else { uint8_t x_81; -lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -29738,6 +28722,7 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -29779,222 +28764,222 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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, size_t 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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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, 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) { _start: { -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_dec(x_17); +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_16); lean_inc(x_1); -x_23 = lean_array_to_list(lean_box(0), x_1); -x_24 = lean_box(0); -lean_inc(x_23); -x_25 = l_List_mapTR_loop___at_Lean_Meta_Match_mkMatcher___spec__1(x_23, x_24); +x_22 = lean_array_to_list(lean_box(0), x_1); +x_23 = lean_box(0); +lean_inc(x_22); +x_24 = l_List_mapTR_loop___at_Lean_Meta_Match_mkMatcher___spec__1(x_22, x_23); lean_inc(x_2); -x_26 = l_Lean_Expr_mvarId_x21(x_2); -x_27 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_23); -lean_ctor_set(x_27, 2, x_3); -lean_ctor_set(x_27, 3, x_25); -x_28 = l_Lean_Meta_Match_mkMatcher___lambda__5___closed__1; -x_29 = lean_st_mk_ref(x_28, x_22); -x_30 = lean_ctor_get(x_29, 0); +x_25 = l_Lean_Expr_mvarId_x21(x_2); +x_26 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_22); +lean_ctor_set(x_26, 2, x_3); +lean_ctor_set(x_26, 3, x_24); +x_27 = l_Lean_Meta_Match_mkMatcher___lambda__5___closed__1; +x_28 = lean_st_mk_ref(x_27, x_21); +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); -x_31 = lean_ctor_get(x_29, 1); -lean_inc(x_31); -lean_dec(x_29); -lean_inc(x_21); +lean_dec(x_28); lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); -lean_inc(x_30); -x_32 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process(x_27, x_30, x_18, x_19, x_20, x_21, x_31); -if (lean_obj_tag(x_32) == 0) +lean_inc(x_17); +lean_inc(x_29); +x_31 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_process(x_26, x_29, x_17, x_18, x_19, x_20, x_30); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; uint8_t x_38; uint8_t x_39; lean_object* x_40; -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -lean_dec(x_32); -x_34 = lean_st_ref_get(x_30, x_33); -lean_dec(x_30); -x_35 = lean_ctor_get(x_34, 0); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = lean_st_ref_get(x_29, x_32); +lean_dec(x_29); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = 0; +lean_dec(x_33); +x_36 = 0; +x_37 = 1; x_38 = 1; -x_39 = 1; -x_40 = l_Lean_Meta_mkLambdaFVars(x_1, x_2, x_37, x_38, x_39, x_18, x_19, x_20, x_21, x_36); -if (lean_obj_tag(x_40) == 0) +x_39 = l_Lean_Meta_mkLambdaFVars(x_1, x_2, x_36, x_37, x_38, x_17, x_18, x_19, x_20, x_35); +if (lean_obj_tag(x_39) == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_41 = lean_ctor_get(x_40, 0); +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_40 = lean_ctor_get(x_39, 0); +lean_inc(x_40); +x_41 = lean_ctor_get(x_39, 1); lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); +lean_dec(x_39); lean_inc(x_4); -x_43 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_4, x_18, x_19, x_20, x_21, x_42); -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) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); +x_42 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_4, x_17, x_18, x_19, x_20, x_41); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_unbox(x_43); lean_dec(x_43); -x_47 = lean_box(0); -x_48 = l_Lean_Meta_Match_mkMatcher___lambda__12(x_5, x_6, x_7, x_8, x_9, x_41, x_10, x_11, x_4, x_12, x_13, x_14, x_15, x_35, x_24, x_16, x_47, x_18, x_19, x_20, x_21, x_46); -return x_48; +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_45); +lean_dec(x_42); +x_46 = lean_box(0); +x_47 = l_Lean_Meta_Match_mkMatcher___lambda__12(x_5, x_6, x_7, x_8, x_40, x_9, x_10, x_4, x_11, x_12, x_13, x_14, x_34, x_23, x_15, x_46, x_17, x_18, x_19, x_20, x_45); +return x_47; } else { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_43, 1); -lean_inc(x_49); -lean_dec(x_43); -lean_inc(x_21); +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_42, 1); +lean_inc(x_48); +lean_dec(x_42); lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); -lean_inc(x_41); -x_50 = lean_infer_type(x_41, x_18, x_19, x_20, x_21, x_49); -if (lean_obj_tag(x_50) == 0) +lean_inc(x_17); +lean_inc(x_40); +x_49 = lean_infer_type(x_40, x_17, x_18, x_19, x_20, x_48); +if (lean_obj_tag(x_49) == 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; -x_51 = lean_ctor_get(x_50, 0); +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; +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -lean_inc(x_41); -x_53 = l_Lean_MessageData_ofExpr(x_41); -x_54 = l_Lean_Meta_Match_mkMatcher___lambda__13___closed__2; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_53); -x_56 = l_Lean_Meta_Match_mkMatcher___lambda__5___closed__5; -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_MessageData_ofExpr(x_51); -x_59 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -x_60 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; -x_61 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); +lean_dec(x_49); +lean_inc(x_40); +x_52 = l_Lean_MessageData_ofExpr(x_40); +x_53 = l_Lean_Meta_Match_mkMatcher___lambda__13___closed__2; +x_54 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_52); +x_55 = l_Lean_Meta_Match_mkMatcher___lambda__5___closed__5; +x_56 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +x_57 = l_Lean_MessageData_ofExpr(x_50); +x_58 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_58, 0, x_56); +lean_ctor_set(x_58, 1, x_57); +x_59 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; +x_60 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); lean_inc(x_4); -x_62 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_4, x_61, x_18, x_19, x_20, x_21, x_52); -x_63 = lean_ctor_get(x_62, 0); +x_61 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_4, x_60, x_17, x_18, x_19, x_20, x_51); +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); 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_Match_mkMatcher___lambda__12(x_5, x_6, x_7, x_8, x_9, x_41, x_10, x_11, x_4, x_12, x_13, x_14, x_15, x_35, x_24, x_16, x_63, x_18, x_19, x_20, x_21, x_64); -return x_65; +lean_dec(x_61); +x_64 = l_Lean_Meta_Match_mkMatcher___lambda__12(x_5, x_6, x_7, x_8, x_40, x_9, x_10, x_4, x_11, x_12, x_13, x_14, x_34, x_23, x_15, x_62, x_17, x_18, x_19, x_20, x_63); +return x_64; } else { -uint8_t x_66; -lean_dec(x_41); -lean_dec(x_35); -lean_dec(x_21); +uint8_t x_65; +lean_dec(x_40); +lean_dec(x_34); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_17); lean_dec(x_15); 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_5); lean_dec(x_4); -x_66 = !lean_is_exclusive(x_50); -if (x_66 == 0) +x_65 = !lean_is_exclusive(x_49); +if (x_65 == 0) { -return x_50; +return x_49; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_50, 0); -x_68 = lean_ctor_get(x_50, 1); -lean_inc(x_68); +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_49, 0); +x_67 = lean_ctor_get(x_49, 1); lean_inc(x_67); -lean_dec(x_50); -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; +lean_inc(x_66); +lean_dec(x_49); +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_70; -lean_dec(x_35); -lean_dec(x_21); +uint8_t x_69; +lean_dec(x_34); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_17); lean_dec(x_15); 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_5); lean_dec(x_4); -x_70 = !lean_is_exclusive(x_40); -if (x_70 == 0) +x_69 = !lean_is_exclusive(x_39); +if (x_69 == 0) { -return x_40; +return x_39; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_40, 0); -x_72 = lean_ctor_get(x_40, 1); -lean_inc(x_72); +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_39, 0); +x_71 = lean_ctor_get(x_39, 1); lean_inc(x_71); -lean_dec(x_40); -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; +lean_inc(x_70); +lean_dec(x_39); +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 { -uint8_t x_74; -lean_dec(x_30); -lean_dec(x_21); +uint8_t x_73; +lean_dec(x_29); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_17); lean_dec(x_15); 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); @@ -30002,23 +28987,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_74 = !lean_is_exclusive(x_32); -if (x_74 == 0) +x_73 = !lean_is_exclusive(x_31); +if (x_73 == 0) { -return x_32; +return x_31; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_32, 0); -x_76 = lean_ctor_get(x_32, 1); -lean_inc(x_76); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_31, 0); +x_75 = lean_ctor_get(x_31, 1); lean_inc(x_75); -lean_dec(x_32); -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; +lean_inc(x_74); +lean_dec(x_31); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } @@ -30040,93 +29025,91 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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, size_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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__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, 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) { _start: { -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; uint8_t x_30; -x_22 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_22, 0, x_1); -x_23 = 0; -x_24 = lean_box(0); -lean_inc(x_17); -x_25 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_22, x_23, x_24, x_17, x_18, x_19, x_20, x_21); -x_26 = lean_ctor_get(x_25, 0); +lean_object* x_21; uint8_t 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; uint8_t x_29; +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_1); +x_22 = 0; +x_23 = lean_box(0); +lean_inc(x_16); +x_24 = l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(x_21, x_22, x_23, x_16, x_17, x_18, x_19, x_20); +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_24, 1); lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); +lean_dec(x_24); lean_inc(x_2); -x_28 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_2, x_17, x_18, x_19, x_20, x_27); -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); -x_30 = lean_unbox(x_29); -lean_dec(x_29); -if (x_30 == 0) -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_28, 1); -lean_inc(x_31); +x_27 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_2, x_16, x_17, x_18, x_19, x_26); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_unbox(x_28); lean_dec(x_28); -x_32 = lean_box(0); -x_33 = l_Lean_Meta_Match_mkMatcher___lambda__13(x_3, x_26, x_15, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_16, x_10, x_11, x_12, x_13, x_14, x_32, x_17, x_18, x_19, x_20, x_31); -return x_33; +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_dec(x_27); +x_31 = lean_box(0); +x_32 = l_Lean_Meta_Match_mkMatcher___lambda__13(x_3, x_25, x_14, x_2, x_4, x_5, x_6, x_7, x_8, x_15, x_9, x_10, x_11, x_12, x_13, x_31, x_16, x_17, x_18, x_19, x_30); +return x_32; } 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); -lean_inc(x_26); -x_35 = l_Lean_Expr_mvarId_x21(x_26); -x_36 = lean_alloc_ctor(2, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = l_Lean_Meta_Match_mkMatcher___lambda__14___closed__2; -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___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; -x_40 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_40, 0, x_38); -lean_ctor_set(x_40, 1, x_39); +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_object* x_42; lean_object* x_43; +x_33 = lean_ctor_get(x_27, 1); +lean_inc(x_33); +lean_dec(x_27); +lean_inc(x_25); +x_34 = l_Lean_Expr_mvarId_x21(x_25); +x_35 = lean_alloc_ctor(2, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_Meta_Match_mkMatcher___lambda__14___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_35); +x_38 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; +x_39 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); lean_inc(x_2); -x_41 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_2, x_40, x_17, x_18, x_19, x_20, x_34); -x_42 = lean_ctor_get(x_41, 0); +x_40 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_2, x_39, x_16, x_17, x_18, x_19, x_33); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); lean_inc(x_42); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -lean_dec(x_41); -x_44 = l_Lean_Meta_Match_mkMatcher___lambda__13(x_3, x_26, x_15, x_2, x_4, x_5, x_6, x_7, x_8, x_9, x_16, x_10, x_11, x_12, x_13, x_14, x_42, x_17, x_18, x_19, x_20, x_43); -return x_44; +lean_dec(x_40); +x_43 = l_Lean_Meta_Match_mkMatcher___lambda__13(x_3, x_25, x_14, x_2, x_4, x_5, x_6, x_7, x_8, x_15, x_9, x_10, x_11, x_12, x_13, x_41, x_16, x_17, x_18, x_19, x_42); +return x_43; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__15(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, size_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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__15(lean_object* x_1, lean_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) { _start: { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_box_usize(x_8); -lean_inc(x_13); -lean_inc(x_9); +lean_object* x_20; lean_object* x_21; +lean_inc(x_12); +lean_inc(x_8); lean_inc(x_6); lean_inc(x_4); -x_22 = lean_alloc_closure((void*)(l_Lean_Meta_Match_mkMatcher___lambda__14___boxed), 21, 14); -lean_closure_set(x_22, 0, x_1); -lean_closure_set(x_22, 1, x_2); -lean_closure_set(x_22, 2, x_3); -lean_closure_set(x_22, 3, x_4); -lean_closure_set(x_22, 4, x_5); -lean_closure_set(x_22, 5, x_6); -lean_closure_set(x_22, 6, x_7); -lean_closure_set(x_22, 7, x_21); -lean_closure_set(x_22, 8, x_9); -lean_closure_set(x_22, 9, x_10); -lean_closure_set(x_22, 10, x_11); -lean_closure_set(x_22, 11, x_12); -lean_closure_set(x_22, 12, x_13); -lean_closure_set(x_22, 13, x_14); -x_23 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts___rarg(x_9, x_6, x_4, x_13, x_22, x_16, x_17, x_18, x_19, x_20); -return x_23; +x_20 = lean_alloc_closure((void*)(l_Lean_Meta_Match_mkMatcher___lambda__14___boxed), 20, 13); +lean_closure_set(x_20, 0, x_1); +lean_closure_set(x_20, 1, x_2); +lean_closure_set(x_20, 2, x_3); +lean_closure_set(x_20, 3, x_4); +lean_closure_set(x_20, 4, x_5); +lean_closure_set(x_20, 5, x_6); +lean_closure_set(x_20, 6, x_7); +lean_closure_set(x_20, 7, x_8); +lean_closure_set(x_20, 8, x_9); +lean_closure_set(x_20, 9, x_10); +lean_closure_set(x_20, 10, x_11); +lean_closure_set(x_20, 11, x_12); +lean_closure_set(x_20, 12, x_13); +x_21 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts___rarg(x_8, x_6, x_4, x_12, x_20, x_15, x_16, x_17, x_18, x_19); +return x_21; } } static lean_object* _init_l_Lean_Meta_Match_mkMatcher___lambda__16___closed__1() { @@ -30146,91 +29129,88 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__16(lean_object* 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, 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_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__16(lean_object* x_1, lean_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_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_13); -x_19 = lean_box_usize(x_2); -lean_inc(x_12); +lean_object* x_18; lean_object* x_19; +lean_dec(x_12); +lean_inc(x_11); lean_inc(x_1); -x_20 = lean_alloc_closure((void*)(l_Lean_Meta_Match_mkMatcher___lambda__7___boxed), 9, 3); -lean_closure_set(x_20, 0, x_1); -lean_closure_set(x_20, 1, x_12); -lean_closure_set(x_20, 2, x_19); -lean_inc(x_17); +x_18 = lean_alloc_closure((void*)(l_Lean_Meta_Match_mkMatcher___lambda__7), 8, 2); +lean_closure_set(x_18, 0, x_1); +lean_closure_set(x_18, 1, x_11); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); -lean_inc(x_4); -lean_inc(x_12); +lean_inc(x_13); lean_inc(x_3); -x_21 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withEqs___rarg(x_3, x_12, x_4, x_20, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_21) == 0) +lean_inc(x_11); +lean_inc(x_2); +x_19 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withEqs___rarg(x_2, x_11, x_3, x_18, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_19) == 0) { -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; -x_22 = lean_ctor_get(x_21, 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; uint8_t x_26; +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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); +lean_dec(x_20); +lean_inc(x_4); +x_24 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_4, x_13, x_14, x_15, x_16, x_21); +x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); -lean_dec(x_22); -lean_inc(x_5); -x_26 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_5, x_14, x_15, x_16, x_17, x_23); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_unbox(x_27); -lean_dec(x_27); -if (x_28 == 0) +x_26 = lean_unbox(x_25); +lean_dec(x_25); +if (x_26 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -lean_dec(x_26); -x_30 = lean_box(0); -x_31 = l_Lean_Meta_Match_mkMatcher___lambda__15(x_24, x_5, x_12, x_4, x_6, x_3, x_25, x_2, x_1, x_7, x_8, x_9, x_10, x_11, x_30, x_14, x_15, x_16, x_17, x_29); -return x_31; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +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_Match_mkMatcher___lambda__15(x_22, x_4, x_11, x_3, x_5, x_2, x_23, x_1, x_6, x_7, x_8, x_9, x_10, x_28, x_13, x_14, x_15, x_16, x_27); +return x_29; } 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; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -lean_inc(x_24); -x_33 = l_Lean_MessageData_ofExpr(x_24); -x_34 = l_Lean_Meta_Match_mkMatcher___lambda__16___closed__2; +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; +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +lean_inc(x_22); +x_31 = l_Lean_MessageData_ofExpr(x_22); +x_32 = l_Lean_Meta_Match_mkMatcher___lambda__16___closed__2; +x_33 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_31); +x_34 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; x_35 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_33); -x_36 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__12; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_36); -lean_inc(x_5); -x_38 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_5, x_37, x_14, x_15, x_16, x_17, x_32); -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_Meta_Match_mkMatcher___lambda__15(x_24, x_5, x_12, x_4, x_6, x_3, x_25, x_2, x_1, x_7, x_8, x_9, x_10, x_11, x_39, x_14, x_15, x_16, x_17, x_40); -lean_dec(x_39); -return x_41; +lean_ctor_set(x_35, 0, x_33); +lean_ctor_set(x_35, 1, x_34); +lean_inc(x_4); +x_36 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_4, x_35, x_13, x_14, x_15, x_16, x_30); +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_Match_mkMatcher___lambda__15(x_22, x_4, x_11, x_3, x_5, x_2, x_23, x_1, x_6, x_7, x_8, x_9, x_10, x_37, x_13, x_14, x_15, x_16, x_38); +lean_dec(x_37); +return x_39; } } else { -uint8_t x_42; -lean_dec(x_17); +uint8_t x_40; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); -lean_dec(x_12); +lean_dec(x_13); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -30240,105 +29220,70 @@ 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_42 = !lean_is_exclusive(x_21); -if (x_42 == 0) +x_40 = !lean_is_exclusive(x_19); +if (x_40 == 0) { -return x_21; +return x_19; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_21, 0); -x_44 = lean_ctor_get(x_21, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_21); -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; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_19, 0); +x_42 = lean_ctor_get(x_19, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_19); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } } -static lean_object* _init_l_Lean_Meta_Match_mkMatcher___lambda__17___boxed__const__1() { -_start: -{ -size_t x_1; lean_object* x_2; -x_1 = 0; -x_2 = lean_box_usize(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__17(lean_object* x_1, lean_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; lean_object* x_37; uint8_t x_38; -x_37 = lean_unsigned_to_nat(0u); -x_38 = lean_nat_dec_lt(x_37, x_8); -if (x_38 == 0) -{ -lean_object* x_39; -lean_dec(x_11); -lean_dec(x_10); -x_39 = lean_box(0); -x_18 = x_39; -goto block_36; -} -else -{ -uint8_t x_40; -x_40 = lean_nat_dec_le(x_8, x_8); +uint8_t x_18; lean_object* x_39; uint8_t x_40; +x_39 = lean_unsigned_to_nat(0u); +x_40 = lean_nat_dec_lt(x_39, x_8); if (x_40 == 0) { -lean_object* x_41; -lean_dec(x_11); -lean_dec(x_10); -x_41 = lean_box(0); +uint8_t x_41; +x_41 = 0; x_18 = x_41; -goto block_36; +goto block_38; } else { -size_t x_42; size_t x_43; uint8_t x_44; -x_42 = 0; -x_43 = lean_usize_of_nat(x_8); -x_44 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___spec__1(x_9, x_42, x_43); -if (x_44 == 0) +uint8_t x_42; +x_42 = lean_nat_dec_le(x_8, x_8); +if (x_42 == 0) { -lean_object* x_45; -lean_dec(x_11); -lean_dec(x_10); -x_45 = lean_box(0); -x_18 = x_45; -goto block_36; +uint8_t x_43; +x_43 = 0; +x_18 = x_43; +goto block_38; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = l_Lean_Meta_Match_mkMatcher___lambda__17___boxed__const__1; -x_47 = lean_alloc_closure((void*)(l_Lean_Meta_Match_mkMatcher___lambda__16___boxed), 18, 11); -lean_closure_set(x_47, 0, x_12); -lean_closure_set(x_47, 1, x_46); -lean_closure_set(x_47, 2, x_1); -lean_closure_set(x_47, 3, x_9); -lean_closure_set(x_47, 4, x_2); -lean_closure_set(x_47, 5, x_8); -lean_closure_set(x_47, 6, x_3); -lean_closure_set(x_47, 7, x_4); -lean_closure_set(x_47, 8, x_5); -lean_closure_set(x_47, 9, x_6); -lean_closure_set(x_47, 10, x_7); -x_48 = l_Lean_Meta_forallBoundedTelescope___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__5___rarg(x_10, x_11, x_47, x_13, x_14, x_15, x_16, x_17); -return x_48; -} +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = 0; +x_45 = lean_usize_of_nat(x_8); +x_46 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___spec__1(x_9, x_44, x_45); +x_18 = x_46; +goto block_38; } } -block_36: +block_38: +{ +if (x_18 == 0) { lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_18); +lean_dec(x_11); +lean_dec(x_10); lean_inc(x_1); lean_inc(x_12); x_19 = l_Lean_mkAppN(x_12, x_1); @@ -30386,6 +29331,24 @@ lean_dec(x_33); return x_35; } } +else +{ +lean_object* x_36; lean_object* x_37; +x_36 = lean_alloc_closure((void*)(l_Lean_Meta_Match_mkMatcher___lambda__16___boxed), 17, 10); +lean_closure_set(x_36, 0, x_12); +lean_closure_set(x_36, 1, x_1); +lean_closure_set(x_36, 2, x_9); +lean_closure_set(x_36, 3, x_2); +lean_closure_set(x_36, 4, x_8); +lean_closure_set(x_36, 5, x_3); +lean_closure_set(x_36, 6, x_4); +lean_closure_set(x_36, 7, x_5); +lean_closure_set(x_36, 8, x_6); +lean_closure_set(x_36, 9, x_7); +x_37 = l_Lean_Meta_forallBoundedTelescope___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__5___rarg(x_10, x_11, x_36, x_13, x_14, x_15, x_16, x_17); +return x_37; +} +} } } static lean_object* _init_l_Lean_Meta_Match_mkMatcher___lambda__18___closed__1() { @@ -31005,16 +29968,6 @@ lean_dec(x_12); return x_18; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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) { -_start: -{ -size_t x_10; lean_object* x_11; -x_10 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_11 = l_Lean_Meta_Match_mkMatcher___lambda__7(x_1, x_2, x_10, x_4, x_5, x_6, x_7, x_8, x_9); -return x_11; -} -} LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___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) { _start: { @@ -31087,81 +30040,16 @@ lean_object* x_20 = _args[19]; lean_object* x_21 = _args[20]; _start: { -size_t x_22; size_t x_23; lean_object* x_24; -x_22 = lean_unbox_usize(x_11); -lean_dec(x_11); -x_23 = lean_unbox_usize(x_12); -lean_dec(x_12); -x_24 = l_Lean_Meta_Match_mkMatcher___lambda__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_22, x_23, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_24; -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__11___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; -lean_object* x_21 = _args[20]; -_start: -{ -size_t x_22; size_t x_23; lean_object* x_24; -x_22 = lean_unbox_usize(x_11); -lean_dec(x_11); -x_23 = lean_unbox_usize(x_12); -lean_dec(x_12); -x_24 = l_Lean_Meta_Match_mkMatcher___lambda__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_22, x_23, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_24; -} -} -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__12___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; -lean_object* x_21 = _args[20]; -lean_object* x_22 = _args[21]; -_start: -{ -size_t x_23; lean_object* x_24; -x_23 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_24 = l_Lean_Meta_Match_mkMatcher___lambda__12(x_1, x_2, x_3, x_4, x_23, 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, x_19, x_20, x_21, x_22); +size_t x_22; size_t x_23; lean_object* x_24; +x_22 = lean_unbox_usize(x_11); +lean_dec(x_11); +x_23 = lean_unbox_usize(x_12); +lean_dec(x_12); +x_24 = l_Lean_Meta_Match_mkMatcher___lambda__10(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_22, x_23, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); return x_24; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__13___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__11___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -31183,17 +30071,18 @@ lean_object* x_18 = _args[17]; lean_object* x_19 = _args[18]; lean_object* x_20 = _args[19]; lean_object* x_21 = _args[20]; -lean_object* x_22 = _args[21]; _start: { -size_t x_23; lean_object* x_24; -x_23 = lean_unbox_usize(x_9); -lean_dec(x_9); -x_24 = l_Lean_Meta_Match_mkMatcher___lambda__13(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_23, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21, x_22); +size_t x_22; size_t x_23; lean_object* x_24; +x_22 = lean_unbox_usize(x_11); +lean_dec(x_11); +x_23 = lean_unbox_usize(x_12); +lean_dec(x_12); +x_24 = l_Lean_Meta_Match_mkMatcher___lambda__11(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_22, x_23, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); return x_24; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__14___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__12___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -31217,14 +30106,12 @@ lean_object* x_20 = _args[19]; lean_object* x_21 = _args[20]; _start: { -size_t x_22; lean_object* x_23; -x_22 = lean_unbox_usize(x_8); -lean_dec(x_8); -x_23 = l_Lean_Meta_Match_mkMatcher___lambda__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_22, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); -return x_23; +lean_object* x_22; +x_22 = l_Lean_Meta_Match_mkMatcher___lambda__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, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); +return x_22; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__15___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__13___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -31245,17 +30132,15 @@ lean_object* x_17 = _args[16]; lean_object* x_18 = _args[17]; lean_object* x_19 = _args[18]; lean_object* x_20 = _args[19]; +lean_object* x_21 = _args[20]; _start: { -size_t x_21; lean_object* x_22; -x_21 = lean_unbox_usize(x_8); -lean_dec(x_8); -x_22 = l_Lean_Meta_Match_mkMatcher___lambda__15(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_21, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -lean_dec(x_15); +lean_object* x_22; +x_22 = l_Lean_Meta_Match_mkMatcher___lambda__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, x_14, x_15, x_16, x_17, x_18, x_19, x_20, x_21); return x_22; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__16___boxed(lean_object** _args) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__14___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; lean_object* x_3 = _args[2]; @@ -31274,15 +30159,68 @@ lean_object* x_15 = _args[14]; lean_object* x_16 = _args[15]; lean_object* x_17 = _args[16]; lean_object* x_18 = _args[17]; +lean_object* x_19 = _args[18]; +lean_object* x_20 = _args[19]; _start: { -size_t x_19; lean_object* x_20; -x_19 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_20 = l_Lean_Meta_Match_mkMatcher___lambda__16(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_13, x_14, x_15, x_16, x_17, x_18); +lean_object* x_21; +x_21 = l_Lean_Meta_Match_mkMatcher___lambda__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, x_14, x_15, x_16, x_17, x_18, x_19, x_20); +return x_21; +} +} +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__15___boxed(lean_object** _args) { +lean_object* x_1 = _args[0]; +lean_object* x_2 = _args[1]; +lean_object* x_3 = _args[2]; +lean_object* x_4 = _args[3]; +lean_object* x_5 = _args[4]; +lean_object* x_6 = _args[5]; +lean_object* x_7 = _args[6]; +lean_object* x_8 = _args[7]; +lean_object* x_9 = _args[8]; +lean_object* x_10 = _args[9]; +lean_object* x_11 = _args[10]; +lean_object* x_12 = _args[11]; +lean_object* x_13 = _args[12]; +lean_object* x_14 = _args[13]; +lean_object* x_15 = _args[14]; +lean_object* x_16 = _args[15]; +lean_object* x_17 = _args[16]; +lean_object* x_18 = _args[17]; +lean_object* x_19 = _args[18]; +_start: +{ +lean_object* x_20; +x_20 = l_Lean_Meta_Match_mkMatcher___lambda__15(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, x_19); +lean_dec(x_14); return x_20; } } +LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__16___boxed(lean_object** _args) { +lean_object* x_1 = _args[0]; +lean_object* x_2 = _args[1]; +lean_object* x_3 = _args[2]; +lean_object* x_4 = _args[3]; +lean_object* x_5 = _args[4]; +lean_object* x_6 = _args[5]; +lean_object* x_7 = _args[6]; +lean_object* x_8 = _args[7]; +lean_object* x_9 = _args[8]; +lean_object* x_10 = _args[9]; +lean_object* x_11 = _args[10]; +lean_object* x_12 = _args[11]; +lean_object* x_13 = _args[12]; +lean_object* x_14 = _args[13]; +lean_object* x_15 = _args[14]; +lean_object* x_16 = _args[15]; +lean_object* x_17 = _args[16]; +_start: +{ +lean_object* x_18; +x_18 = l_Lean_Meta_Match_mkMatcher___lambda__16(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); +return x_18; +} +} LEAN_EXPORT lean_object* l_Lean_Meta_Match_mkMatcher___lambda__17___boxed(lean_object** _args) { lean_object* x_1 = _args[0]; lean_object* x_2 = _args[1]; @@ -33834,159 +32772,88 @@ return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_39; uint8_t x_40; lean_object* x_41; +lean_object* x_14; lean_object* x_15; lean_object* x_45; uint8_t x_46; x_14 = lean_array_fget(x_3, x_4); -x_39 = lean_array_get_size(x_2); -x_40 = lean_nat_dec_lt(x_4, x_39); -lean_dec(x_39); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_41 = l_Lean_Meta_whnfD(x_1, x_5, x_6, x_7, x_8, x_9); -if (x_40 == 0) -{ -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -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 = l_instInhabitedNat; -x_45 = l___private_Init_Util_0__outOfBounds___rarg(x_44); -x_15 = x_45; -x_16 = x_42; -x_17 = x_43; -goto block_38; -} -else -{ -uint8_t x_46; -lean_dec(x_14); -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_46 = !lean_is_exclusive(x_41); +x_45 = lean_array_get_size(x_2); +x_46 = lean_nat_dec_lt(x_4, x_45); +lean_dec(x_45); if (x_46 == 0) { -return x_41; -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_41, 0); -x_48 = lean_ctor_get(x_41, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_41); -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; -} -} -} -else -{ -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_41, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_41, 1); -lean_inc(x_51); -lean_dec(x_41); -x_52 = lean_array_fget(x_2, x_4); -x_15 = x_52; -x_16 = x_50; -x_17 = x_51; -goto block_38; +lean_object* x_47; lean_object* x_48; +x_47 = l_instInhabitedNat; +x_48 = l___private_Init_Util_0__outOfBounds___rarg(x_47); +x_15 = x_48; +goto block_44; } else { -uint8_t x_53; -lean_dec(x_14); -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_53 = !lean_is_exclusive(x_41); -if (x_53 == 0) -{ -return x_41; +lean_object* x_49; +x_49 = lean_array_fget(x_2, x_4); +x_15 = x_49; +goto block_44; } -else +block_44: { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_41, 0); -x_55 = lean_ctor_get(x_41, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_41); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; -} -} -} -block_38: +lean_object* x_16; +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +x_16 = l_Lean_Meta_whnfD(x_1, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_16) == 0) { -if (lean_obj_tag(x_16) == 7) +lean_object* x_17; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +if (lean_obj_tag(x_17) == 7) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +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_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); -x_19 = lean_ctor_get(x_16, 2); -lean_inc(x_19); lean_dec(x_16); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = lean_ctor_get(x_17, 2); +lean_inc(x_20); +lean_dec(x_17); lean_inc(x_15); -x_20 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, x_15); -x_21 = lean_alloc_closure((void*)(l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___lambda__3), 8, 1); -lean_closure_set(x_21, 0, x_14); +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_15); +x_22 = lean_alloc_closure((void*)(l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___lambda__3), 8, 1); +lean_closure_set(x_22, 0, x_14); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_22 = l_Lean_Meta_forallBoundedTelescope___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__5___rarg(x_18, x_20, x_21, x_5, x_6, x_7, x_8, x_17); -if (lean_obj_tag(x_22) == 0) +x_23 = l_Lean_Meta_forallBoundedTelescope___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__5___rarg(x_19, x_21, x_22, x_5, x_6, x_7, x_8, x_18); +if (lean_obj_tag(x_23) == 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; -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +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_24 = lean_ctor_get(x_23, 0); lean_inc(x_24); -lean_dec(x_22); -x_25 = lean_expr_instantiate1(x_19, x_23); -lean_dec(x_19); -x_26 = lean_unsigned_to_nat(1u); -x_27 = lean_nat_add(x_15, x_26); +x_25 = lean_ctor_get(x_23, 1); +lean_inc(x_25); +lean_dec(x_23); +x_26 = lean_expr_instantiate1(x_20, x_24); +lean_dec(x_20); +x_27 = lean_unsigned_to_nat(1u); +x_28 = lean_nat_add(x_15, x_27); lean_dec(x_15); -x_28 = lean_array_set(x_2, x_4, x_27); -x_29 = lean_array_fset(x_3, x_4, x_23); -x_30 = lean_nat_add(x_4, x_26); +x_29 = lean_array_set(x_2, x_4, x_28); +x_30 = lean_array_fset(x_3, x_4, x_24); +x_31 = lean_nat_add(x_4, x_27); lean_dec(x_4); -x_1 = x_25; -x_2 = x_28; -x_3 = x_29; -x_4 = x_30; -x_9 = x_24; +x_1 = x_26; +x_2 = x_29; +x_3 = x_30; +x_4 = x_31; +x_9 = x_25; goto _start; } else { -uint8_t x_32; -lean_dec(x_19); +uint8_t x_33; +lean_dec(x_20); lean_dec(x_15); lean_dec(x_8); lean_dec(x_7); @@ -33995,42 +32862,77 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_32 = !lean_is_exclusive(x_22); -if (x_32 == 0) +x_33 = !lean_is_exclusive(x_23); +if (x_33 == 0) { -return x_22; +return x_23; } 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_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_23, 0); +x_35 = lean_ctor_get(x_23, 1); +lean_inc(x_35); 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; +lean_dec(x_23); +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_36; lean_object* x_37; -lean_dec(x_16); +lean_object* x_37; lean_object* x_38; lean_object* x_39; +lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_36 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___closed__2; -x_37 = l_Lean_throwError___at___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___spec__1(x_36, x_5, x_6, x_7, x_8, x_17); +x_37 = lean_ctor_get(x_16, 1); +lean_inc(x_37); +lean_dec(x_16); +x_38 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___closed__2; +x_39 = l_Lean_throwError___at___private_Lean_Meta_Match_Match_0__Lean_Meta_updateAlts___spec__1(x_38, x_5, x_6, x_7, x_8, x_37); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_37; +return x_39; +} +} +else +{ +uint8_t x_40; +lean_dec(x_15); +lean_dec(x_14); +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_40 = !lean_is_exclusive(x_16); +if (x_40 == 0) +{ +return x_16; +} +else +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_16, 0); +x_42 = lean_ctor_get(x_16, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_16); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; +} } } } @@ -35001,27 +33903,27 @@ return x_21; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____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_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6; 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_Match_Match___hyg_16101____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__1; x_2 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___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_Match_Match___hyg_16101____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__3() { _start: { lean_object* x_1; @@ -35029,17 +33931,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____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_Match_Match___hyg_16101____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__5() { _start: { lean_object* x_1; @@ -35047,57 +33949,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____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_Match_Match___hyg_16101____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__6; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__6; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6; 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_Match_Match___hyg_16101____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__7; x_2 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___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_Match_Match___hyg_16101____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__8; x_2 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__4; 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_Match_Match___hyg_16101____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__9; x_2 = l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_withAlts_loop___rarg___closed__4; 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_Match_Match___hyg_16101____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__11() { _start: { lean_object* x_1; @@ -35105,33 +34007,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____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_Match_Match___hyg_16101____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__12; -x_2 = lean_unsigned_to_nat(16101u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__12; +x_2 = lean_unsigned_to_nat(16078u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078_(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_Meta_Match_Match_0__Lean_Meta_Match_solveSomeLocalFVarIdCnstr_x3f___lambda__2___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__13; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__13; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -35525,44 +34427,44 @@ l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___closed__1 lean_mark_persistent(l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___closed__1); l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___closed__2 = _init_l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___closed__2(); lean_mark_persistent(l___private_Lean_Meta_Match_Match_0__Lean_Meta_Match_getUElimPos_x3f___closed__2); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__1); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__2); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__3 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__3(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__3); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__4 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__4(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__4); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__5 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__5(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__5); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__6); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__7 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__7(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754____closed__7); -if (builtin) {res = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10754_(lean_io_mk_world()); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__1); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__2 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__2(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__2); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__3 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__3(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__3); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__4 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__4(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__4); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__5 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__5(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__5); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__6); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__7 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__7(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760____closed__7); +if (builtin) {res = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10760_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_Match_bootstrap_genMatcherCode = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_Match_bootstrap_genMatcherCode); lean_dec_ref(res); -}l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__1 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__1(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__1); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__2 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__2(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__2); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__3 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__3(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__3); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__4 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__4(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__4); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__5 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__5(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__5); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__6 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__6(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__6); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__7); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__8 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__8(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__8); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__9 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__9(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796____closed__9); -if (builtin) {res = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10796_(lean_io_mk_world()); +}l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__1 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__1(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__1); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__2 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__2(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__2); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__3 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__3(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__3); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__4 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__4(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__4); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__5 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__5(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__5); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__6 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__6(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__6); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__7); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__8 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__8(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__8); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__9 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__9(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802____closed__9); +if (builtin) {res = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_Match___hyg_10802_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_Match_matcherExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_Match_matcherExt); @@ -35645,8 +34547,6 @@ l_Lean_Meta_Match_mkMatcher___lambda__16___closed__1 = _init_l_Lean_Meta_Match_m lean_mark_persistent(l_Lean_Meta_Match_mkMatcher___lambda__16___closed__1); l_Lean_Meta_Match_mkMatcher___lambda__16___closed__2 = _init_l_Lean_Meta_Match_mkMatcher___lambda__16___closed__2(); lean_mark_persistent(l_Lean_Meta_Match_mkMatcher___lambda__16___closed__2); -l_Lean_Meta_Match_mkMatcher___lambda__17___boxed__const__1 = _init_l_Lean_Meta_Match_mkMatcher___lambda__17___boxed__const__1(); -lean_mark_persistent(l_Lean_Meta_Match_mkMatcher___lambda__17___boxed__const__1); l_Lean_Meta_Match_mkMatcher___lambda__18___closed__1 = _init_l_Lean_Meta_Match_mkMatcher___lambda__18___closed__1(); lean_mark_persistent(l_Lean_Meta_Match_mkMatcher___lambda__18___closed__1); l_Lean_Meta_Match_mkMatcher___lambda__18___closed__2 = _init_l_Lean_Meta_Match_mkMatcher___lambda__18___closed__2(); @@ -35701,33 +34601,33 @@ l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__3 = _init_l_Lean_Meta_Matche lean_mark_persistent(l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__3); l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__4 = _init_l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__4(); lean_mark_persistent(l_Lean_Meta_MatcherApp_addArg___lambda__4___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101____closed__13); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16101_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078____closed__13); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Match_Match___hyg_16078_(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/MatchEqs.c b/stage0/stdlib/Lean/Meta/Match/MatchEqs.c index 20b1d3f5ac08..a6d8f7ae50cb 100644 --- a/stage0/stdlib/Lean/Meta/Match/MatchEqs.c +++ b/stage0/stdlib/Lean/Meta/Match/MatchEqs.c @@ -33,11 +33,10 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_M LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_proveSubgoalLoop___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_contradictionCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(size_t, size_t, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__2; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__4; static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___lambda__6___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___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_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof___spec__1(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_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__3; 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___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__13(lean_object*, lean_object*); @@ -53,6 +52,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Matc lean_object* l_Lean_commitWhen___at___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_casesOnStuckLHS___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_injectionAny___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*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__13; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec(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*); @@ -72,6 +72,7 @@ static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_Match_proveCondEqTh static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__7___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_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__10___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_substSomeVar___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); @@ -104,7 +105,6 @@ static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchE static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___lambda__1___closed__2; static lean_object* l_Lean_Meta_Match_proveCondEqThm_go___lambda__2___closed__3; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_injectionAny___spec__4___closed__5; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof___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_Expr_sort___override(lean_object*); lean_object* l_Lean_MessageData_ofList(lean_object*); @@ -117,13 +117,13 @@ lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__2; lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLambda___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__9___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___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_throwMaxRecDepthAt___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__19___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___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_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_withSplitterAlts___rarg(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_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478_(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); extern uint8_t l_instInhabitedBool; lean_object* l_Lean_Meta_whnfCore_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -138,6 +138,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_M static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_Match_proveCondEqThm_go___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__3; lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); @@ -194,7 +195,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___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_Meta_transform_visit_visitForall___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___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*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__3; static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_SimpH_contradiction___closed__1; lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___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* l_Lean_Expr_appArg_x21(lean_object*); @@ -263,6 +263,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_substSomeVar___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitForall___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__10(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*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Match_proveCondEqThm___lambda__2___boxed(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_throwMaxRecDepthAt___at_Lean_Meta_Match_proveCondEqThm_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -282,6 +283,7 @@ static lean_object* l_Lean_Meta_casesOnStuckLHS___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Match_SimpH_trySubstVarsAndContradiction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__12(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_SimpH_substRHS(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__6; LEAN_EXPORT lean_object* l_ReaderT_bind___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__17___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Subarray_size___rarg(lean_object*); static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__5; @@ -295,6 +297,7 @@ lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1 LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_withSplitterAlts_go___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_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___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*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_injectionAny___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*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_withIncRecDepth___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___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_EXPORT lean_object* l_Lean_Meta_Match_unfoldNamedPattern___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_withNewAlts_go(lean_object*); @@ -309,6 +312,7 @@ static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSp LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_elem___at_Lean_MVarId_getNondepPropHyps___spec__3(lean_object*, lean_object*); static lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__2; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__11; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___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_EXPORT lean_object* l_Lean_Meta_transform_visit_visitPost___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__8(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_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___spec__5___lambda__3___boxed(lean_object**); @@ -321,6 +325,7 @@ static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_with LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_injectionAny___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_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___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_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_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_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__16; lean_object* l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___lambda__2___closed__4; lean_object* l_Lean_FVarId_getDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -342,6 +347,7 @@ lean_object* l_Lean_Meta_splitIfTarget_x3f(lean_object*, lean_object*, lean_obje lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* l_Lean_Expr_replaceFVar(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RecursorVal_getMajorIdx(lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -392,6 +398,7 @@ lean_object* l_Lean_Expr_isConstructorApp_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_SimpH_processNextEq___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_Meta_transform_visit___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__7(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___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_injectionAnyCandidate_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Match_forallAltTelescope_isNamedPatternProof(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__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*); @@ -440,7 +447,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_proveSubgoalLoop___lambda__1___closed__1; static lean_object* l_Lean_Meta_Match_unfoldNamedPattern___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Match_unfoldNamedPattern___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__16; static lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__1; lean_object* lean_usize_to_nat(size_t); static lean_object* l_List_mapTR_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__3___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__4___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__5___closed__2; @@ -457,7 +463,6 @@ lean_object* l_Lean_MessageData_ofExpr(lean_object*); lean_object* l_Lean_Meta_Match_isNamedPattern_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__6(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_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___lambda__5___closed__2; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__7; lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_SimpH_applySubst(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___closed__3; @@ -567,6 +572,7 @@ LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_Matc LEAN_EXPORT lean_object* l_Lean_Meta_casesOnStuckLHS(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_proveCondEqThm___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__8; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_SimpH_processNextEq___lambda__6(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___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*); @@ -581,12 +587,14 @@ static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSp static lean_object* l_Lean_Meta_Match_proveCondEqThm___closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_substSomeVar___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_proveCondEqThm_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLet___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__11___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* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof___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_Array_mapMUnsafe_map___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__15(lean_object*, lean_object*, uint8_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*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___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_mkArrow(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Cases_cases(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__12; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__2(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___lambda__2___closed__1; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2___closed__5; @@ -597,9 +605,8 @@ uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___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_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___spec__1___closed__2; static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__12; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__10; lean_object* l_Array_back___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__9; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate_rev(lean_object*, lean_object*); @@ -613,6 +620,7 @@ size_t lean_usize_sub(size_t, size_t); static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_substSomeVar___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___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_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Match_forallAltTelescope_go___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*, lean_object*); lean_object* l_Lean_MVarId_tryClearMany(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_SimpH_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -624,7 +632,6 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_M size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_proveCondEqThm___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490_(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_casesOnStuckLHS___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_transform___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__6___closed__1; static lean_object* l_Lean_Meta_Match_proveCondEqThm_go___lambda__2___closed__5; @@ -635,7 +642,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_casesOnStuckLHS_x3f(lean_object*, lean_obje LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_substSomeVar___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_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkEquationsFor___lambda__3___boxed(lean_object**); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__14; 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_Lean_Meta_transform_visit_visitLambda___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__9___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*); size_t lean_usize_shift_left(size_t, size_t); @@ -650,13 +656,12 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___closed__2; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___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_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__5; extern lean_object* l_Lean_Meta_Match_instInhabitedMatchEqnsExtState; LEAN_EXPORT lean_object* l_Lean_Meta_Match_proveCondEqThm_go___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_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___lambda__6___closed__2; +static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__9; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___lambda__2___closed__5; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1; 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_Match_forallAltTelescope_go___rarg___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_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertTemplate___spec__13___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*); @@ -670,7 +675,6 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Match_proveCondEqThm___lambda__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Match_forallAltTelescope___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___lambda__1___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Match_getEquationsForImpl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -690,7 +694,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Matc static lean_object* l_Lean_Meta_Match_proveCondEqThm___closed__5; static lean_object* l_Lean_Meta_Match_unfoldNamedPattern___closed__2; static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__4; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__6; static lean_object* l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__3; static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__8___closed__3; lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -721,8 +724,6 @@ static lean_object* l_panic___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta LEAN_EXPORT lean_object* l_Lean_RBNode_find___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__1___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_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__15; -static lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__11; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_withSplitterAlts_go___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* l_Lean_Meta_deltaExpand(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -844,480 +845,514 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_casesOnStuckLHS_findFVar_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -lean_object* x_7; +lean_object* x_7; uint8_t x_8; x_7 = l_Lean_Expr_getAppFn(x_1); switch (lean_obj_tag(x_7)) { case 4: { -lean_object* x_8; uint8_t x_9; -x_8 = lean_ctor_get(x_7, 0); -lean_inc(x_8); -x_9 = l_Lean_Expr_isConst(x_7); -if (x_9 == 0) +lean_object* x_47; uint8_t x_48; uint8_t x_115; +x_47 = lean_ctor_get(x_7, 0); +lean_inc(x_47); +x_115 = l_Lean_Expr_isConst(x_7); +if (x_115 == 0) { -lean_object* x_10; lean_object* x_11; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_6); -return x_11; +uint8_t x_116; +x_116 = 1; +x_48 = x_116; +goto block_114; } else { -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_12 = l_Lean_Expr_constName_x21(x_7); +uint8_t x_117; +x_117 = 0; +x_48 = x_117; +goto block_114; +} +block_114: +{ +if (x_48 == 0) +{ +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; +x_49 = l_Lean_Expr_constName_x21(x_7); lean_dec(x_7); -x_13 = lean_unsigned_to_nat(0u); -x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_13); -x_15 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___closed__1; -lean_inc(x_14); -x_16 = lean_mk_array(x_14, x_15); -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_sub(x_14, x_17); -lean_dec(x_14); -x_19 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_16, x_18); -x_20 = l_Lean_getProjectionFnInfo_x3f___at_Lean_Meta_getStuckMVar_x3f___spec__1(x_12, x_2, x_3, x_4, x_5, x_6); -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -if (lean_obj_tag(x_21) == 0) +x_50 = lean_unsigned_to_nat(0u); +x_51 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_50); +x_52 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___closed__1; +lean_inc(x_51); +x_53 = lean_mk_array(x_51, x_52); +x_54 = lean_unsigned_to_nat(1u); +x_55 = lean_nat_sub(x_51, x_54); +lean_dec(x_51); +x_56 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_53, x_55); +x_57 = l_Lean_getProjectionFnInfo_x3f___at_Lean_Meta_getStuckMVar_x3f___spec__1(x_49, x_2, x_3, x_4, x_5, x_6); +x_58 = lean_ctor_get(x_57, 0); +lean_inc(x_58); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_st_ref_get(x_5, x_22); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_59 = lean_ctor_get(x_57, 1); +lean_inc(x_59); +lean_dec(x_57); +x_60 = lean_st_ref_get(x_5, x_59); +x_61 = !lean_is_exclusive(x_60); +if (x_61 == 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, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_environment_find(x_27, x_8); -if (lean_obj_tag(x_28) == 0) +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_60, 0); +x_63 = lean_ctor_get(x_60, 1); +x_64 = lean_ctor_get(x_62, 0); +lean_inc(x_64); +lean_dec(x_62); +x_65 = lean_environment_find(x_64, x_47); +if (lean_obj_tag(x_65) == 0) { -lean_object* x_29; -lean_dec(x_19); +lean_object* x_66; +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_29 = lean_box(0); -lean_ctor_set(x_23, 0, x_29); -return x_23; +x_66 = lean_box(0); +lean_ctor_set(x_60, 0, x_66); +return x_60; } else { -lean_object* x_30; -x_30 = lean_ctor_get(x_28, 0); -lean_inc(x_30); -lean_dec(x_28); -if (lean_obj_tag(x_30) == 7) +lean_object* x_67; +x_67 = lean_ctor_get(x_65, 0); +lean_inc(x_67); +lean_dec(x_65); +if (lean_obj_tag(x_67) == 7) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -lean_dec(x_30); -x_32 = lean_array_get_size(x_19); -x_33 = l_Lean_RecursorVal_getMajorIdx(x_31); -x_34 = lean_nat_dec_le(x_32, x_33); -lean_dec(x_33); -lean_dec(x_32); -if (x_34 == 0) +lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +lean_dec(x_67); +x_69 = lean_array_get_size(x_56); +x_70 = l_Lean_RecursorVal_getMajorIdx(x_68); +x_71 = lean_nat_dec_le(x_69, x_70); +lean_dec(x_70); +lean_dec(x_69); +if (x_71 == 0) { -lean_object* x_35; lean_object* x_36; -lean_free_object(x_23); -x_35 = lean_box(0); -x_36 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___lambda__1(x_31, x_19, x_35, x_2, x_3, x_4, x_5, x_26); +lean_object* x_72; lean_object* x_73; +lean_free_object(x_60); +x_72 = lean_box(0); +x_73 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___lambda__1(x_68, x_56, x_72, x_2, x_3, x_4, x_5, x_63); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_19); -lean_dec(x_31); -return x_36; +lean_dec(x_56); +lean_dec(x_68); +return x_73; } else { -lean_object* x_37; -lean_dec(x_31); -lean_dec(x_19); +lean_object* x_74; +lean_dec(x_68); +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_37 = lean_box(0); -lean_ctor_set(x_23, 0, x_37); -return x_23; +x_74 = lean_box(0); +lean_ctor_set(x_60, 0, x_74); +return x_60; } } else { -lean_object* x_38; -lean_dec(x_30); -lean_dec(x_19); +lean_object* x_75; +lean_dec(x_67); +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_38 = lean_box(0); -lean_ctor_set(x_23, 0, x_38); -return x_23; +x_75 = lean_box(0); +lean_ctor_set(x_60, 0, x_75); +return x_60; } } } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_23, 0); -x_40 = lean_ctor_get(x_23, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_23); -x_41 = lean_ctor_get(x_39, 0); -lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_environment_find(x_41, x_8); -if (lean_obj_tag(x_42) == 0) +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_76 = lean_ctor_get(x_60, 0); +x_77 = lean_ctor_get(x_60, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_60); +x_78 = lean_ctor_get(x_76, 0); +lean_inc(x_78); +lean_dec(x_76); +x_79 = lean_environment_find(x_78, x_47); +if (lean_obj_tag(x_79) == 0) { -lean_object* x_43; lean_object* x_44; -lean_dec(x_19); +lean_object* x_80; lean_object* x_81; +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_43 = lean_box(0); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_40); -return x_44; +x_80 = lean_box(0); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_77); +return x_81; } else { -lean_object* x_45; -x_45 = lean_ctor_get(x_42, 0); -lean_inc(x_45); -lean_dec(x_42); -if (lean_obj_tag(x_45) == 7) +lean_object* x_82; +x_82 = lean_ctor_get(x_79, 0); +lean_inc(x_82); +lean_dec(x_79); +if (lean_obj_tag(x_82) == 7) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -lean_dec(x_45); -x_47 = lean_array_get_size(x_19); -x_48 = l_Lean_RecursorVal_getMajorIdx(x_46); -x_49 = lean_nat_dec_le(x_47, x_48); -lean_dec(x_48); -lean_dec(x_47); -if (x_49 == 0) +lean_object* x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +lean_dec(x_82); +x_84 = lean_array_get_size(x_56); +x_85 = l_Lean_RecursorVal_getMajorIdx(x_83); +x_86 = lean_nat_dec_le(x_84, x_85); +lean_dec(x_85); +lean_dec(x_84); +if (x_86 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_box(0); -x_51 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___lambda__1(x_46, x_19, x_50, x_2, x_3, x_4, x_5, x_40); +lean_object* x_87; lean_object* x_88; +x_87 = lean_box(0); +x_88 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___lambda__1(x_83, x_56, x_87, x_2, x_3, x_4, x_5, x_77); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_19); -lean_dec(x_46); -return x_51; +lean_dec(x_56); +lean_dec(x_83); +return x_88; } else { -lean_object* x_52; lean_object* x_53; -lean_dec(x_46); -lean_dec(x_19); +lean_object* x_89; lean_object* x_90; +lean_dec(x_83); +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -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_40); -return x_53; +x_89 = lean_box(0); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_77); +return x_90; } } else { -lean_object* x_54; lean_object* x_55; -lean_dec(x_45); -lean_dec(x_19); +lean_object* x_91; lean_object* x_92; +lean_dec(x_82); +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_54 = lean_box(0); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_40); -return x_55; +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_77); +return x_92; } } } } else { -uint8_t x_56; -lean_dec(x_8); -x_56 = !lean_is_exclusive(x_20); -if (x_56 == 0) +uint8_t x_93; +lean_dec(x_47); +x_93 = !lean_is_exclusive(x_57); +if (x_93 == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_57 = lean_ctor_get(x_20, 1); -x_58 = lean_ctor_get(x_20, 0); +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; +x_94 = lean_ctor_get(x_57, 1); +x_95 = lean_ctor_get(x_57, 0); +lean_dec(x_95); +x_96 = lean_ctor_get(x_58, 0); +lean_inc(x_96); lean_dec(x_58); -x_59 = lean_ctor_get(x_21, 0); -lean_inc(x_59); -lean_dec(x_21); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = lean_array_get_size(x_19); -x_62 = lean_nat_dec_lt(x_60, x_61); -lean_dec(x_61); -if (x_62 == 0) +x_97 = lean_ctor_get(x_96, 1); +lean_inc(x_97); +lean_dec(x_96); +x_98 = lean_array_get_size(x_56); +x_99 = lean_nat_dec_lt(x_97, x_98); +lean_dec(x_98); +if (x_99 == 0) { -lean_object* x_63; -lean_dec(x_60); -lean_dec(x_19); +lean_object* x_100; +lean_dec(x_97); +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_63 = lean_box(0); -lean_ctor_set(x_20, 0, x_63); -return x_20; +x_100 = lean_box(0); +lean_ctor_set(x_57, 0, x_100); +return x_57; } else { -lean_object* x_64; -lean_free_object(x_20); -x_64 = lean_array_fget(x_19, x_60); -lean_dec(x_60); -lean_dec(x_19); -x_1 = x_64; -x_6 = x_57; +lean_object* x_101; +lean_free_object(x_57); +x_101 = lean_array_fget(x_56, x_97); +lean_dec(x_97); +lean_dec(x_56); +x_1 = x_101; +x_6 = x_94; goto _start; } } 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_20, 1); -lean_inc(x_66); -lean_dec(x_20); -x_67 = lean_ctor_get(x_21, 0); -lean_inc(x_67); -lean_dec(x_21); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -lean_dec(x_67); -x_69 = lean_array_get_size(x_19); -x_70 = lean_nat_dec_lt(x_68, x_69); -lean_dec(x_69); -if (x_70 == 0) +lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; +x_103 = lean_ctor_get(x_57, 1); +lean_inc(x_103); +lean_dec(x_57); +x_104 = lean_ctor_get(x_58, 0); +lean_inc(x_104); +lean_dec(x_58); +x_105 = lean_ctor_get(x_104, 1); +lean_inc(x_105); +lean_dec(x_104); +x_106 = lean_array_get_size(x_56); +x_107 = lean_nat_dec_lt(x_105, x_106); +lean_dec(x_106); +if (x_107 == 0) { -lean_object* x_71; lean_object* x_72; -lean_dec(x_68); -lean_dec(x_19); +lean_object* x_108; lean_object* x_109; +lean_dec(x_105); +lean_dec(x_56); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_71 = lean_box(0); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_66); -return x_72; +x_108 = lean_box(0); +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_103); +return x_109; } else { -lean_object* x_73; -x_73 = lean_array_fget(x_19, x_68); -lean_dec(x_68); -lean_dec(x_19); -x_1 = x_73; -x_6 = x_66; +lean_object* x_110; +x_110 = lean_array_fget(x_56, x_105); +lean_dec(x_105); +lean_dec(x_56); +x_1 = x_110; +x_6 = x_103; goto _start; } } } } +else +{ +lean_object* x_112; lean_object* x_113; +lean_dec(x_47); +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_112 = lean_box(0); +x_113 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_113, 0, x_112); +lean_ctor_set(x_113, 1, x_6); +return x_113; +} +} } case 11: { -lean_object* x_75; +lean_object* x_118; lean_dec(x_1); -x_75 = lean_ctor_get(x_7, 2); -lean_inc(x_75); +x_118 = lean_ctor_get(x_7, 2); +lean_inc(x_118); lean_dec(x_7); -x_1 = x_75; +x_1 = x_118; goto _start; } default: { -uint8_t x_77; -x_77 = l_Lean_Expr_isConst(x_7); -if (x_77 == 0) +uint8_t x_120; +x_120 = l_Lean_Expr_isConst(x_7); +if (x_120 == 0) { -lean_object* x_78; lean_object* x_79; -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_78 = lean_box(0); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_6); -return x_79; +uint8_t x_121; +x_121 = 1; +x_8 = x_121; +goto block_46; } else { -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_80 = l_Lean_Expr_constName_x21(x_7); +uint8_t x_122; +x_122 = 0; +x_8 = x_122; +goto block_46; +} +} +} +block_46: +{ +if (x_8 == 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; lean_object* x_18; +x_9 = l_Lean_Expr_constName_x21(x_7); lean_dec(x_7); -x_81 = lean_unsigned_to_nat(0u); -x_82 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_81); -x_83 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___closed__1; -lean_inc(x_82); -x_84 = lean_mk_array(x_82, x_83); -x_85 = lean_unsigned_to_nat(1u); -x_86 = lean_nat_sub(x_82, x_85); -lean_dec(x_82); -x_87 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_84, x_86); -x_88 = l_Lean_getProjectionFnInfo_x3f___at_Lean_Meta_getStuckMVar_x3f___spec__1(x_80, x_2, x_3, x_4, x_5, x_6); -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -if (lean_obj_tag(x_89) == 0) +x_10 = lean_unsigned_to_nat(0u); +x_11 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_10); +x_12 = l_Lean_Meta_casesOnStuckLHS_findFVar_x3f___closed__1; +lean_inc(x_11); +x_13 = lean_mk_array(x_11, x_12); +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_sub(x_11, x_14); +lean_dec(x_11); +x_16 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_13, x_15); +x_17 = l_Lean_getProjectionFnInfo_x3f___at_Lean_Meta_getStuckMVar_x3f___spec__1(x_9, x_2, x_3, x_4, x_5, x_6); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +if (lean_obj_tag(x_18) == 0) { -uint8_t x_90; -lean_dec(x_87); +uint8_t x_19; +lean_dec(x_16); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_90 = !lean_is_exclusive(x_88); -if (x_90 == 0) +x_19 = !lean_is_exclusive(x_17); +if (x_19 == 0) { -lean_object* x_91; lean_object* x_92; -x_91 = lean_ctor_get(x_88, 0); -lean_dec(x_91); -x_92 = lean_box(0); -lean_ctor_set(x_88, 0, x_92); -return x_88; +lean_object* x_20; lean_object* x_21; +x_20 = lean_ctor_get(x_17, 0); +lean_dec(x_20); +x_21 = lean_box(0); +lean_ctor_set(x_17, 0, x_21); +return x_17; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_88, 1); -lean_inc(x_93); -lean_dec(x_88); -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_93); -return x_95; +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_17, 1); +lean_inc(x_22); +lean_dec(x_17); +x_23 = lean_box(0); +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; } } else { -uint8_t x_96; -x_96 = !lean_is_exclusive(x_88); -if (x_96 == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_17); +if (x_25 == 0) { -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_97 = lean_ctor_get(x_88, 1); -x_98 = lean_ctor_get(x_88, 0); -lean_dec(x_98); -x_99 = lean_ctor_get(x_89, 0); -lean_inc(x_99); -lean_dec(x_89); -x_100 = lean_ctor_get(x_99, 1); -lean_inc(x_100); -lean_dec(x_99); -x_101 = lean_array_get_size(x_87); -x_102 = lean_nat_dec_lt(x_100, x_101); -lean_dec(x_101); -if (x_102 == 0) +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_17, 1); +x_27 = lean_ctor_get(x_17, 0); +lean_dec(x_27); +x_28 = lean_ctor_get(x_18, 0); +lean_inc(x_28); +lean_dec(x_18); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = lean_array_get_size(x_16); +x_31 = lean_nat_dec_lt(x_29, x_30); +lean_dec(x_30); +if (x_31 == 0) { -lean_object* x_103; -lean_dec(x_100); -lean_dec(x_87); +lean_object* x_32; +lean_dec(x_29); +lean_dec(x_16); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_103 = lean_box(0); -lean_ctor_set(x_88, 0, x_103); -return x_88; +x_32 = lean_box(0); +lean_ctor_set(x_17, 0, x_32); +return x_17; } else { -lean_object* x_104; -lean_free_object(x_88); -x_104 = lean_array_fget(x_87, x_100); -lean_dec(x_100); -lean_dec(x_87); -x_1 = x_104; -x_6 = x_97; +lean_object* x_33; +lean_free_object(x_17); +x_33 = lean_array_fget(x_16, x_29); +lean_dec(x_29); +lean_dec(x_16); +x_1 = x_33; +x_6 = x_26; goto _start; } } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; -x_106 = lean_ctor_get(x_88, 1); -lean_inc(x_106); -lean_dec(x_88); -x_107 = lean_ctor_get(x_89, 0); -lean_inc(x_107); -lean_dec(x_89); -x_108 = lean_ctor_get(x_107, 1); -lean_inc(x_108); -lean_dec(x_107); -x_109 = lean_array_get_size(x_87); -x_110 = lean_nat_dec_lt(x_108, x_109); -lean_dec(x_109); -if (x_110 == 0) +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_17, 1); +lean_inc(x_35); +lean_dec(x_17); +x_36 = lean_ctor_get(x_18, 0); +lean_inc(x_36); +lean_dec(x_18); +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +lean_dec(x_36); +x_38 = lean_array_get_size(x_16); +x_39 = lean_nat_dec_lt(x_37, x_38); +lean_dec(x_38); +if (x_39 == 0) { -lean_object* x_111; lean_object* x_112; -lean_dec(x_108); -lean_dec(x_87); +lean_object* x_40; lean_object* x_41; +lean_dec(x_37); +lean_dec(x_16); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_111 = lean_box(0); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_106); -return x_112; +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_35); +return x_41; } else { -lean_object* x_113; -x_113 = lean_array_fget(x_87, x_108); -lean_dec(x_108); -lean_dec(x_87); -x_1 = x_113; -x_6 = x_106; +lean_object* x_42; +x_42 = lean_array_fget(x_16, x_37); +lean_dec(x_37); +lean_dec(x_16); +x_1 = x_42; +x_6 = x_35; goto _start; } } } } +else +{ +lean_object* x_44; lean_object* x_45; +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +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_6); +return x_45; } } } @@ -2201,7 +2236,7 @@ return x_22; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_84; x_23 = lean_ctor_get(x_19, 0); lean_inc(x_23); lean_dec(x_19); @@ -2213,90 +2248,91 @@ lean_inc(x_25); lean_dec(x_18); x_26 = lean_ctor_get(x_24, 0); lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -x_28 = l_Lean_Expr_isFVar(x_26); -if (x_28 == 0) -{ -lean_object* x_29; lean_object* x_30; -lean_dec(x_27); -lean_dec(x_26); -x_29 = lean_box(0); -x_30 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_29, x_12, x_13, x_14, x_15, x_25); -return x_30; +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); +lean_dec(x_24); +x_84 = l_Lean_Expr_isFVar(x_26); +if (x_84 == 0) +{ +uint8_t x_85; +x_85 = 0; +x_28 = x_85; +goto block_83; } else { -uint8_t x_31; -x_31 = l_Array_contains___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__4(x_3, x_26); -if (x_31 == 0) +uint8_t x_86; +x_86 = l_Array_contains___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__4(x_3, x_26); +if (x_86 == 0) { -lean_object* x_32; lean_object* x_33; -lean_dec(x_27); -lean_dec(x_26); -x_32 = lean_box(0); -x_33 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_32, x_12, x_13, x_14, x_15, x_25); -return x_33; +uint8_t x_87; +x_87 = 0; +x_28 = x_87; +goto block_83; } else { -uint8_t x_34; -x_34 = l_Array_contains___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__4(x_4, x_26); -if (x_34 == 0) +uint8_t x_88; +x_88 = l_Array_contains___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__4(x_4, x_26); +if (x_88 == 0) { -lean_object* x_35; lean_object* x_36; -lean_dec(x_27); -lean_dec(x_26); -x_35 = lean_box(0); -x_36 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_35, x_12, x_13, x_14, x_15, x_25); -return x_36; +uint8_t x_89; +x_89 = 0; +x_28 = x_89; +goto block_83; } else { -uint8_t x_37; +uint8_t x_90; lean_inc(x_11); lean_inc(x_17); -x_37 = l_Lean_Meta_Match_forallAltTelescope_isNamedPatternProof(x_17, x_11); -if (x_37 == 0) +x_90 = l_Lean_Meta_Match_forallAltTelescope_isNamedPatternProof(x_17, x_11); +x_28 = x_90; +goto block_83; +} +} +} +block_83: { -lean_object* x_38; lean_object* x_39; +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; lean_dec(x_27); lean_dec(x_26); -x_38 = lean_box(0); -x_39 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_38, x_12, x_13, x_14, x_15, x_25); -return x_39; +x_29 = lean_box(0); +x_30 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_29, x_12, x_13, x_14, x_15, x_25); +return x_30; } else { -lean_object* x_40; +lean_object* x_31; lean_inc(x_26); -x_40 = l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1(x_3, x_26); -if (lean_obj_tag(x_40) == 0) +x_31 = l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1(x_3, x_26); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_41; lean_object* x_42; +lean_object* x_32; lean_object* x_33; lean_dec(x_27); lean_dec(x_26); -x_41 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__4; +x_32 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__4; lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_42 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cache___spec__1(x_41, x_12, x_13, x_14, x_15, x_25); -if (lean_obj_tag(x_42) == 0) +x_33 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cache___spec__1(x_32, x_12, x_13, x_14, x_15, x_25); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_43, x_12, x_13, x_14, x_15, x_44); -return x_45; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_34, x_12, x_13, x_14, x_15, x_35); +return x_36; } else { -uint8_t x_46; +uint8_t x_37; lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); @@ -2311,63 +2347,63 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_46 = !lean_is_exclusive(x_42); -if (x_46 == 0) +x_37 = !lean_is_exclusive(x_33); +if (x_37 == 0) { -return x_42; +return x_33; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_42, 0); -x_48 = lean_ctor_get(x_42, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_42); -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_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_33, 0); +x_39 = lean_ctor_get(x_33, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_33); +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 { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_40, 0); -lean_inc(x_50); -lean_dec(x_40); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_31, 0); +lean_inc(x_41); +lean_dec(x_31); lean_inc(x_3); -x_51 = l_Array_eraseIdx___rarg(x_3, x_50); +x_42 = l_Array_eraseIdx___rarg(x_3, x_41); lean_inc(x_26); -x_52 = l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1(x_4, x_26); -if (lean_obj_tag(x_52) == 0) +x_43 = l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1(x_4, x_26); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_53; lean_object* x_54; -lean_dec(x_51); -lean_dec(x_50); +lean_object* x_44; lean_object* x_45; +lean_dec(x_42); +lean_dec(x_41); lean_dec(x_27); lean_dec(x_26); -x_53 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__5; +x_44 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5___closed__5; lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_54 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cache___spec__1(x_53, x_12, x_13, x_14, x_15, x_25); -if (lean_obj_tag(x_54) == 0) +x_45 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cache___spec__1(x_44, x_12, x_13, x_14, x_15, x_25); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -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_Meta_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_55, x_12, x_13, x_14, x_15, x_56); -return x_57; +lean_object* x_46; lean_object* x_47; lean_object* x_48; +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_Match_forallAltTelescope_go___rarg___lambda__4(x_3, x_11, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_17, x_46, x_12, x_13, x_14, x_15, x_47); +return x_48; } else { -uint8_t x_58; +uint8_t x_49; lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); @@ -2382,121 +2418,121 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_58 = !lean_is_exclusive(x_54); -if (x_58 == 0) +x_49 = !lean_is_exclusive(x_45); +if (x_49 == 0) { -return x_54; +return x_45; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_54, 0); -x_60 = lean_ctor_get(x_54, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_54); -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_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_45, 0); +x_51 = lean_ctor_get(x_45, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_45); +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_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; size_t x_67; size_t x_68; lean_object* x_69; lean_object* x_70; +lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; size_t x_58; size_t x_59; lean_object* x_60; lean_object* x_61; lean_dec(x_11); lean_dec(x_6); lean_dec(x_3); -x_62 = lean_ctor_get(x_52, 0); -lean_inc(x_62); -lean_dec(x_52); -x_63 = 0; -x_64 = lean_box(x_63); -x_65 = lean_array_set(x_5, x_62, x_64); -lean_dec(x_62); -x_66 = lean_array_get_size(x_4); -x_67 = lean_usize_of_nat(x_66); -lean_dec(x_66); -x_68 = 0; +x_53 = lean_ctor_get(x_43, 0); +lean_inc(x_53); +lean_dec(x_43); +x_54 = 0; +x_55 = lean_box(x_54); +x_56 = lean_array_set(x_5, x_53, x_55); +lean_dec(x_53); +x_57 = lean_array_get_size(x_4); +x_58 = lean_usize_of_nat(x_57); +lean_dec(x_57); +x_59 = 0; lean_inc(x_27); -x_69 = l_Array_mapMUnsafe_map___at_Lean_Meta_Match_forallAltTelescope_go___spec__1(x_26, x_27, x_67, x_68, x_4); +x_60 = l_Array_mapMUnsafe_map___at_Lean_Meta_Match_forallAltTelescope_go___spec__1(x_26, x_27, x_58, x_59, x_4); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_27); -x_70 = l_Lean_Meta_mkEqRefl(x_27, x_12, x_13, x_14, x_15, x_25); -if (lean_obj_tag(x_70) == 0) +x_61 = l_Lean_Meta_mkEqRefl(x_27, x_12, x_13, x_14, x_15, x_25); +if (lean_obj_tag(x_61) == 0) { -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_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_array_push(x_69, x_71); -x_74 = l_Lean_Expr_replaceFVar(x_17, x_26, x_27); +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; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = lean_array_push(x_60, x_62); +x_65 = l_Lean_Expr_replaceFVar(x_17, x_26, x_27); lean_dec(x_27); lean_dec(x_17); -x_75 = lean_box(x_63); -x_76 = lean_array_push(x_65, x_75); -x_77 = lean_unsigned_to_nat(1u); -x_78 = lean_nat_add(x_50, x_77); -lean_dec(x_50); -x_79 = l_Lean_Meta_Match_forallAltTelescope_go___rarg(x_7, x_8, x_9, x_51, x_10, x_73, x_76, x_78, x_74, x_12, x_13, x_14, x_15, x_72); -if (lean_obj_tag(x_79) == 0) +x_66 = lean_box(x_54); +x_67 = lean_array_push(x_56, x_66); +x_68 = lean_unsigned_to_nat(1u); +x_69 = lean_nat_add(x_41, x_68); +lean_dec(x_41); +x_70 = l_Lean_Meta_Match_forallAltTelescope_go___rarg(x_7, x_8, x_9, x_42, x_10, x_64, x_67, x_69, x_65, x_12, x_13, x_14, x_15, x_63); +if (lean_obj_tag(x_70) == 0) { -uint8_t x_80; -x_80 = !lean_is_exclusive(x_79); -if (x_80 == 0) +uint8_t x_71; +x_71 = !lean_is_exclusive(x_70); +if (x_71 == 0) { -return x_79; +return x_70; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_79, 0); -x_82 = lean_ctor_get(x_79, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_79); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_81); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_70, 0); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_70); +x_74 = lean_alloc_ctor(0, 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_84; -x_84 = !lean_is_exclusive(x_79); -if (x_84 == 0) +uint8_t x_75; +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -return x_79; +return x_70; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_79, 0); -x_86 = lean_ctor_get(x_79, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_79); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +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); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_70); +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 { -uint8_t x_88; -lean_dec(x_69); -lean_dec(x_65); -lean_dec(x_51); -lean_dec(x_50); +uint8_t x_79; +lean_dec(x_60); +lean_dec(x_56); +lean_dec(x_42); +lean_dec(x_41); lean_dec(x_27); lean_dec(x_26); lean_dec(x_17); @@ -2508,25 +2544,23 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_88 = !lean_is_exclusive(x_70); -if (x_88 == 0) +x_79 = !lean_is_exclusive(x_61); +if (x_79 == 0) { -return x_70; +return x_61; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_70, 0); -x_90 = lean_ctor_get(x_70, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_70); -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; -} -} +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_61, 0); +x_81 = lean_ctor_get(x_61, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_61); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } @@ -2537,7 +2571,7 @@ return x_91; } else { -uint8_t x_92; +uint8_t x_91; lean_dec(x_17); lean_dec(x_15); lean_dec(x_14); @@ -2552,23 +2586,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_92 = !lean_is_exclusive(x_18); -if (x_92 == 0) +x_91 = !lean_is_exclusive(x_18); +if (x_91 == 0) { return x_18; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_18, 0); -x_94 = lean_ctor_get(x_18, 1); -lean_inc(x_94); +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_18, 0); +x_93 = lean_ctor_get(x_18, 1); lean_inc(x_93); +lean_inc(x_92); lean_dec(x_18); -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; +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; } } } @@ -2584,42 +2618,32 @@ return x_1; static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___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_Match_forallAltTelescope_go___rarg___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__3() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("unit", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__4() { +static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__1; -x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__3; +x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5() { +static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__4; +x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__3; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6() { +static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -2628,27 +2652,37 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7() { +static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; -x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; +x_1 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; +x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__4; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8() { +static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_1 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; x_2 = 0; x_3 = lean_box(x_2); x_4 = lean_array_push(x_1, x_3); return x_4; } } +static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} static lean_object* _init_l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__9() { _start: { @@ -2717,45 +2751,45 @@ lean_inc(x_10); x_21 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_18, x_19, x_20, x_10, x_11, x_12, x_13, x_17); if (lean_obj_tag(x_21) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_54; lean_object* x_55; uint8_t x_56; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_56; lean_object* x_57; uint8_t x_58; 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_54 = lean_array_get_size(x_4); -x_55 = lean_unsigned_to_nat(1u); -x_56 = lean_nat_dec_eq(x_54, x_55); -if (x_56 == 0) +x_56 = lean_array_get_size(x_4); +x_57 = lean_unsigned_to_nat(1u); +x_58 = lean_nat_dec_eq(x_56, x_57); +if (x_58 == 0) { -lean_object* x_57; -lean_dec(x_54); -x_57 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_22, x_10, x_11, x_12, x_13, x_23); -return x_57; +lean_object* x_59; +lean_dec(x_56); +x_59 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_22, x_10, x_11, x_12, x_13, x_23); +return x_59; } else { -lean_object* x_58; uint8_t x_59; -x_58 = lean_unsigned_to_nat(0u); -x_59 = lean_nat_dec_lt(x_58, x_54); -lean_dec(x_54); -if (x_59 == 0) +lean_object* x_60; uint8_t x_61; +x_60 = lean_unsigned_to_nat(0u); +x_61 = lean_nat_dec_lt(x_60, x_56); +lean_dec(x_56); +if (x_61 == 0) { -lean_object* x_60; lean_object* x_61; -x_60 = l_Lean_instInhabitedExpr; -x_61 = l___private_Init_Util_0__outOfBounds___rarg(x_60); -x_24 = x_61; -goto block_53; +lean_object* x_62; lean_object* x_63; +x_62 = l_Lean_instInhabitedExpr; +x_63 = l___private_Init_Util_0__outOfBounds___rarg(x_62); +x_24 = x_63; +goto block_55; } else { -lean_object* x_62; -x_62 = lean_array_fget(x_4, x_58); -x_24 = x_62; -goto block_53; +lean_object* x_64; +x_64 = lean_array_fget(x_4, x_60); +x_24 = x_64; +goto block_55; } } -block_53: +block_55: { lean_object* x_25; lean_inc(x_13); @@ -2766,7 +2800,7 @@ lean_inc(x_24); x_25 = lean_infer_type(x_24, x_10, x_11, x_12, x_13, x_23); 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; uint8_t x_33; +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_47; uint8_t x_48; x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); x_27 = lean_ctor_get(x_25, 1); @@ -2781,88 +2815,102 @@ lean_inc(x_30); x_31 = lean_ctor_get(x_29, 1); lean_inc(x_31); lean_dec(x_29); -x_32 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_33 = l_Lean_Expr_isConstOf(x_26, x_32); +x_47 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_48 = l_Lean_Expr_isConstOf(x_26, x_47); lean_dec(x_26); -if (x_33 == 0) +if (x_48 == 0) { -lean_object* x_34; lean_dec(x_30); -x_34 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_22, x_10, x_11, x_12, x_13, x_31); -return x_34; +x_32 = x_20; +goto block_46; } else { -uint8_t x_35; -x_35 = lean_unbox(x_30); +uint8_t x_49; +x_49 = lean_unbox(x_30); lean_dec(x_30); -if (x_35 == 0) +if (x_49 == 0) +{ +uint8_t x_50; +x_50 = 1; +x_32 = x_50; +goto block_46; +} +else +{ +x_32 = x_20; +goto block_46; +} +} +block_46: +{ +if (x_32 == 0) +{ +lean_object* x_33; +x_33 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_22, x_10, x_11, x_12, x_13, x_31); +return x_33; +} +else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_36 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_37 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_38 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_39 = lean_apply_10(x_3, x_36, x_36, x_37, x_38, x_22, x_10, x_11, x_12, x_13, x_31); -if (lean_obj_tag(x_39) == 0) +x_34 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_35 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_36 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_37 = lean_apply_10(x_3, x_34, x_34, x_35, x_36, x_22, x_10, x_11, x_12, x_13, x_31); +if (lean_obj_tag(x_37) == 0) { -uint8_t x_40; -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +uint8_t x_38; +x_38 = !lean_is_exclusive(x_37); +if (x_38 == 0) { -return x_39; +return x_37; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_39); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_37, 0); +x_40 = lean_ctor_get(x_37, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_37); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } else { -uint8_t x_44; -x_44 = !lean_is_exclusive(x_39); -if (x_44 == 0) +uint8_t x_42; +x_42 = !lean_is_exclusive(x_37); +if (x_42 == 0) { -return x_39; +return x_37; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_39, 0); -x_46 = lean_ctor_get(x_39, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_39); -x_47 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; -} +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_37, 0); +x_44 = lean_ctor_get(x_37, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_37); +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_48; -x_48 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_22, x_10, x_11, x_12, x_13, x_31); -return x_48; } } } else { -uint8_t x_49; +uint8_t x_51; lean_dec(x_24); lean_dec(x_22); lean_dec(x_13); @@ -2874,30 +2922,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_49 = !lean_is_exclusive(x_25); -if (x_49 == 0) +x_51 = !lean_is_exclusive(x_25); +if (x_51 == 0) { return x_25; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_25, 0); -x_51 = lean_ctor_get(x_25, 1); -lean_inc(x_51); -lean_inc(x_50); +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_25, 0); +x_53 = lean_ctor_get(x_25, 1); +lean_inc(x_53); +lean_inc(x_52); lean_dec(x_25); -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; +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; } } } } else { -uint8_t x_63; +uint8_t x_65; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -2907,125 +2955,145 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_63 = !lean_is_exclusive(x_21); -if (x_63 == 0) +x_65 = !lean_is_exclusive(x_21); +if (x_65 == 0) { return x_21; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_21, 0); -x_65 = lean_ctor_get(x_21, 1); -lean_inc(x_65); -lean_inc(x_64); +lean_object* x_66; lean_object* x_67; lean_object* 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_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; +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; } } } case 1: { -lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; lean_object* x_71; +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_67 = lean_ctor_get(x_15, 1); -lean_inc(x_67); +x_69 = lean_ctor_get(x_15, 1); +lean_inc(x_69); lean_dec(x_15); -x_68 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_69 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_70 = 0; +x_70 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_71 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_72 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_71 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_68, x_69, x_70, x_10, x_11, x_12, x_13, x_67); -if (lean_obj_tag(x_71) == 0) +x_73 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_70, x_71, x_72, x_10, x_11, x_12, x_13, x_69); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_104; lean_object* x_105; uint8_t x_106; -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_104 = lean_array_get_size(x_4); -x_105 = lean_unsigned_to_nat(1u); -x_106 = lean_nat_dec_eq(x_104, x_105); -if (x_106 == 0) +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_108; lean_object* x_109; uint8_t x_110; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); +lean_inc(x_75); +lean_dec(x_73); +x_108 = lean_array_get_size(x_4); +x_109 = lean_unsigned_to_nat(1u); +x_110 = lean_nat_dec_eq(x_108, x_109); +if (x_110 == 0) { -lean_object* x_107; -lean_dec(x_104); -x_107 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_72, x_10, x_11, x_12, x_13, x_73); -return x_107; +lean_object* x_111; +lean_dec(x_108); +x_111 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_74, x_10, x_11, x_12, x_13, x_75); +return x_111; } else { -lean_object* x_108; uint8_t x_109; -x_108 = lean_unsigned_to_nat(0u); -x_109 = lean_nat_dec_lt(x_108, x_104); -lean_dec(x_104); -if (x_109 == 0) +lean_object* x_112; uint8_t x_113; +x_112 = lean_unsigned_to_nat(0u); +x_113 = lean_nat_dec_lt(x_112, x_108); +lean_dec(x_108); +if (x_113 == 0) { -lean_object* x_110; lean_object* x_111; -x_110 = l_Lean_instInhabitedExpr; -x_111 = l___private_Init_Util_0__outOfBounds___rarg(x_110); -x_74 = x_111; -goto block_103; +lean_object* x_114; lean_object* x_115; +x_114 = l_Lean_instInhabitedExpr; +x_115 = l___private_Init_Util_0__outOfBounds___rarg(x_114); +x_76 = x_115; +goto block_107; } else { -lean_object* x_112; -x_112 = lean_array_fget(x_4, x_108); -x_74 = x_112; -goto block_103; +lean_object* x_116; +x_116 = lean_array_fget(x_4, x_112); +x_76 = x_116; +goto block_107; } } -block_103: +block_107: { -lean_object* x_75; +lean_object* x_77; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_74); -x_75 = lean_infer_type(x_74, x_10, x_11, x_12, x_13, x_73); -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; uint8_t x_83; -x_76 = lean_ctor_get(x_75, 0); lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = l_Lean_Expr_fvarId_x21(x_74); -lean_inc(x_72); -x_79 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_72, x_78, x_10, x_11, x_12, x_13, x_77); -lean_dec(x_78); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_82 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_83 = l_Lean_Expr_isConstOf(x_76, x_82); -lean_dec(x_76); -if (x_83 == 0) +x_77 = lean_infer_type(x_76, x_10, x_11, x_12, x_13, x_75); +if (lean_obj_tag(x_77) == 0) { -lean_object* x_84; +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_99; uint8_t x_100; +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); +lean_inc(x_79); +lean_dec(x_77); +x_80 = l_Lean_Expr_fvarId_x21(x_76); +lean_inc(x_74); +x_81 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_74, x_80, x_10, x_11, x_12, x_13, x_79); lean_dec(x_80); -x_84 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_72, x_10, x_11, x_12, x_13, x_81); -return x_84; +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_99 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_100 = l_Lean_Expr_isConstOf(x_78, x_99); +lean_dec(x_78); +if (x_100 == 0) +{ +lean_dec(x_82); +x_84 = x_72; +goto block_98; } else { -uint8_t x_85; -x_85 = lean_unbox(x_80); -lean_dec(x_80); -if (x_85 == 0) +uint8_t x_101; +x_101 = lean_unbox(x_82); +lean_dec(x_82); +if (x_101 == 0) +{ +uint8_t x_102; +x_102 = 1; +x_84 = x_102; +goto block_98; +} +else +{ +x_84 = x_72; +goto block_98; +} +} +block_98: +{ +if (x_84 == 0) +{ +lean_object* x_85; +x_85 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_74, x_10, x_11, x_12, x_13, x_83); +return x_85; +} +else { lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_dec(x_7); @@ -3033,9 +3101,9 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); x_86 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_87 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_88 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_89 = lean_apply_10(x_3, x_86, x_86, x_87, x_88, x_72, x_10, x_11, x_12, x_13, x_81); +x_87 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_88 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_89 = lean_apply_10(x_3, x_86, x_86, x_87, x_88, x_74, x_10, x_11, x_12, x_13, x_83); if (lean_obj_tag(x_89) == 0) { uint8_t x_90; @@ -3081,19 +3149,13 @@ return x_97; } } } -else -{ -lean_object* x_98; -x_98 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_72, x_10, x_11, x_12, x_13, x_81); -return x_98; -} } } else { -uint8_t x_99; +uint8_t x_103; +lean_dec(x_76); lean_dec(x_74); -lean_dec(x_72); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3103,30 +3165,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_99 = !lean_is_exclusive(x_75); -if (x_99 == 0) -{ -return x_75; -} -else +x_103 = !lean_is_exclusive(x_77); +if (x_103 == 0) { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_75, 0); -x_101 = lean_ctor_get(x_75, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_75); -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; +return x_77; +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_77, 0); +x_105 = lean_ctor_get(x_77, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_77); +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_113; +uint8_t x_117; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3136,193 +3198,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_113 = !lean_is_exclusive(x_71); -if (x_113 == 0) +x_117 = !lean_is_exclusive(x_73); +if (x_117 == 0) { -return x_71; +return x_73; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_71, 0); -x_115 = lean_ctor_get(x_71, 1); -lean_inc(x_115); -lean_inc(x_114); -lean_dec(x_71); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; +lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_118 = lean_ctor_get(x_73, 0); +x_119 = lean_ctor_get(x_73, 1); +lean_inc(x_119); +lean_inc(x_118); +lean_dec(x_73); +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; } } } case 2: { -lean_object* x_117; lean_object* x_118; lean_object* x_119; uint8_t x_120; lean_object* x_121; +lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; lean_object* x_125; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_117 = lean_ctor_get(x_15, 1); -lean_inc(x_117); +x_121 = lean_ctor_get(x_15, 1); +lean_inc(x_121); lean_dec(x_15); -x_118 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_119 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_120 = 0; +x_122 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_123 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_124 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_121 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_118, x_119, x_120, x_10, x_11, x_12, x_13, x_117); -if (lean_obj_tag(x_121) == 0) +x_125 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_122, x_123, x_124, x_10, x_11, x_12, x_13, x_121); +if (lean_obj_tag(x_125) == 0) { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_154; lean_object* x_155; uint8_t x_156; -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_121, 1); -lean_inc(x_123); -lean_dec(x_121); -x_154 = lean_array_get_size(x_4); -x_155 = lean_unsigned_to_nat(1u); -x_156 = lean_nat_dec_eq(x_154, x_155); -if (x_156 == 0) +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_160; lean_object* x_161; uint8_t x_162; +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); +lean_inc(x_127); +lean_dec(x_125); +x_160 = lean_array_get_size(x_4); +x_161 = lean_unsigned_to_nat(1u); +x_162 = lean_nat_dec_eq(x_160, x_161); +if (x_162 == 0) { -lean_object* x_157; -lean_dec(x_154); -x_157 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_122, x_10, x_11, x_12, x_13, x_123); -return x_157; +lean_object* x_163; +lean_dec(x_160); +x_163 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_126, x_10, x_11, x_12, x_13, x_127); +return x_163; } else { -lean_object* x_158; uint8_t x_159; -x_158 = lean_unsigned_to_nat(0u); -x_159 = lean_nat_dec_lt(x_158, x_154); -lean_dec(x_154); -if (x_159 == 0) +lean_object* x_164; uint8_t x_165; +x_164 = lean_unsigned_to_nat(0u); +x_165 = lean_nat_dec_lt(x_164, x_160); +lean_dec(x_160); +if (x_165 == 0) { -lean_object* x_160; lean_object* x_161; -x_160 = l_Lean_instInhabitedExpr; -x_161 = l___private_Init_Util_0__outOfBounds___rarg(x_160); -x_124 = x_161; -goto block_153; +lean_object* x_166; lean_object* x_167; +x_166 = l_Lean_instInhabitedExpr; +x_167 = l___private_Init_Util_0__outOfBounds___rarg(x_166); +x_128 = x_167; +goto block_159; } else { -lean_object* x_162; -x_162 = lean_array_fget(x_4, x_158); -x_124 = x_162; -goto block_153; +lean_object* x_168; +x_168 = lean_array_fget(x_4, x_164); +x_128 = x_168; +goto block_159; } } -block_153: +block_159: { -lean_object* x_125; +lean_object* x_129; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_124); -x_125 = lean_infer_type(x_124, x_10, x_11, x_12, x_13, x_123); -if (lean_obj_tag(x_125) == 0) +lean_inc(x_128); +x_129 = lean_infer_type(x_128, x_10, x_11, x_12, x_13, x_127); +if (lean_obj_tag(x_129) == 0) { -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; uint8_t x_133; -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_125, 1); -lean_inc(x_127); -lean_dec(x_125); -x_128 = l_Lean_Expr_fvarId_x21(x_124); -lean_inc(x_122); -x_129 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_122, x_128, x_10, x_11, x_12, x_13, x_127); -lean_dec(x_128); +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; lean_object* x_151; uint8_t x_152; x_130 = lean_ctor_get(x_129, 0); lean_inc(x_130); x_131 = lean_ctor_get(x_129, 1); lean_inc(x_131); lean_dec(x_129); -x_132 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_133 = l_Lean_Expr_isConstOf(x_126, x_132); -lean_dec(x_126); -if (x_133 == 0) -{ -lean_object* x_134; +x_132 = l_Lean_Expr_fvarId_x21(x_128); +lean_inc(x_126); +x_133 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_126, x_132, x_10, x_11, x_12, x_13, x_131); +lean_dec(x_132); +x_134 = lean_ctor_get(x_133, 0); +lean_inc(x_134); +x_135 = lean_ctor_get(x_133, 1); +lean_inc(x_135); +lean_dec(x_133); +x_151 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_152 = l_Lean_Expr_isConstOf(x_130, x_151); lean_dec(x_130); -x_134 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_122, x_10, x_11, x_12, x_13, x_131); -return x_134; +if (x_152 == 0) +{ +lean_dec(x_134); +x_136 = x_124; +goto block_150; } else { -uint8_t x_135; -x_135 = lean_unbox(x_130); -lean_dec(x_130); -if (x_135 == 0) +uint8_t x_153; +x_153 = lean_unbox(x_134); +lean_dec(x_134); +if (x_153 == 0) +{ +uint8_t x_154; +x_154 = 1; +x_136 = x_154; +goto block_150; +} +else +{ +x_136 = x_124; +goto block_150; +} +} +block_150: +{ +if (x_136 == 0) { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; +lean_object* x_137; +x_137 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_126, x_10, x_11, x_12, x_13, x_135); +return x_137; +} +else +{ +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_136 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_137 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_138 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_139 = lean_apply_10(x_3, x_136, x_136, x_137, x_138, x_122, x_10, x_11, x_12, x_13, x_131); -if (lean_obj_tag(x_139) == 0) +x_138 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_139 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_140 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_141 = lean_apply_10(x_3, x_138, x_138, x_139, x_140, x_126, x_10, x_11, x_12, x_13, x_135); +if (lean_obj_tag(x_141) == 0) { -uint8_t x_140; -x_140 = !lean_is_exclusive(x_139); -if (x_140 == 0) +uint8_t x_142; +x_142 = !lean_is_exclusive(x_141); +if (x_142 == 0) { -return x_139; +return x_141; } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_141 = lean_ctor_get(x_139, 0); -x_142 = lean_ctor_get(x_139, 1); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_139); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_141); -lean_ctor_set(x_143, 1, x_142); -return x_143; +lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_143 = lean_ctor_get(x_141, 0); +x_144 = lean_ctor_get(x_141, 1); +lean_inc(x_144); +lean_inc(x_143); +lean_dec(x_141); +x_145 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +return x_145; } } else { -uint8_t x_144; -x_144 = !lean_is_exclusive(x_139); -if (x_144 == 0) +uint8_t x_146; +x_146 = !lean_is_exclusive(x_141); +if (x_146 == 0) { -return x_139; +return x_141; } else { -lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_145 = lean_ctor_get(x_139, 0); -x_146 = lean_ctor_get(x_139, 1); -lean_inc(x_146); -lean_inc(x_145); -lean_dec(x_139); -x_147 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -return x_147; -} +lean_object* x_147; lean_object* x_148; lean_object* x_149; +x_147 = lean_ctor_get(x_141, 0); +x_148 = lean_ctor_get(x_141, 1); +lean_inc(x_148); +lean_inc(x_147); +lean_dec(x_141); +x_149 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_149, 0, x_147); +lean_ctor_set(x_149, 1, x_148); +return x_149; } } -else -{ -lean_object* x_148; -x_148 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_122, x_10, x_11, x_12, x_13, x_131); -return x_148; } } } else { -uint8_t x_149; -lean_dec(x_124); -lean_dec(x_122); +uint8_t x_155; +lean_dec(x_128); +lean_dec(x_126); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3332,30 +3408,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_149 = !lean_is_exclusive(x_125); -if (x_149 == 0) +x_155 = !lean_is_exclusive(x_129); +if (x_155 == 0) { -return x_125; +return x_129; } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_125, 0); -x_151 = lean_ctor_get(x_125, 1); -lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_125); -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; +lean_object* x_156; lean_object* x_157; lean_object* x_158; +x_156 = lean_ctor_get(x_129, 0); +x_157 = lean_ctor_get(x_129, 1); +lean_inc(x_157); +lean_inc(x_156); +lean_dec(x_129); +x_158 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_157); +return x_158; } } } } else { -uint8_t x_163; +uint8_t x_169; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3365,193 +3441,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_163 = !lean_is_exclusive(x_121); -if (x_163 == 0) +x_169 = !lean_is_exclusive(x_125); +if (x_169 == 0) { -return x_121; +return x_125; } else { -lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_164 = lean_ctor_get(x_121, 0); -x_165 = lean_ctor_get(x_121, 1); -lean_inc(x_165); -lean_inc(x_164); -lean_dec(x_121); -x_166 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_166, 0, x_164); -lean_ctor_set(x_166, 1, x_165); -return x_166; +lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_170 = lean_ctor_get(x_125, 0); +x_171 = lean_ctor_get(x_125, 1); +lean_inc(x_171); +lean_inc(x_170); +lean_dec(x_125); +x_172 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_172, 0, x_170); +lean_ctor_set(x_172, 1, x_171); +return x_172; } } } case 3: { -lean_object* x_167; lean_object* x_168; lean_object* x_169; uint8_t x_170; lean_object* x_171; +lean_object* x_173; lean_object* x_174; lean_object* x_175; uint8_t x_176; lean_object* x_177; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_167 = lean_ctor_get(x_15, 1); -lean_inc(x_167); +x_173 = lean_ctor_get(x_15, 1); +lean_inc(x_173); lean_dec(x_15); -x_168 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_169 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_170 = 0; +x_174 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_175 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_176 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_171 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_168, x_169, x_170, x_10, x_11, x_12, x_13, x_167); -if (lean_obj_tag(x_171) == 0) +x_177 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_174, x_175, x_176, x_10, x_11, x_12, x_13, x_173); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_204; lean_object* x_205; uint8_t x_206; -x_172 = lean_ctor_get(x_171, 0); -lean_inc(x_172); -x_173 = lean_ctor_get(x_171, 1); -lean_inc(x_173); -lean_dec(x_171); -x_204 = lean_array_get_size(x_4); -x_205 = lean_unsigned_to_nat(1u); -x_206 = lean_nat_dec_eq(x_204, x_205); -if (x_206 == 0) +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_212; lean_object* x_213; uint8_t x_214; +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); +x_212 = lean_array_get_size(x_4); +x_213 = lean_unsigned_to_nat(1u); +x_214 = lean_nat_dec_eq(x_212, x_213); +if (x_214 == 0) { -lean_object* x_207; -lean_dec(x_204); -x_207 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_172, x_10, x_11, x_12, x_13, x_173); -return x_207; +lean_object* x_215; +lean_dec(x_212); +x_215 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_178, x_10, x_11, x_12, x_13, x_179); +return x_215; } else { -lean_object* x_208; uint8_t x_209; -x_208 = lean_unsigned_to_nat(0u); -x_209 = lean_nat_dec_lt(x_208, x_204); -lean_dec(x_204); -if (x_209 == 0) +lean_object* x_216; uint8_t x_217; +x_216 = lean_unsigned_to_nat(0u); +x_217 = lean_nat_dec_lt(x_216, x_212); +lean_dec(x_212); +if (x_217 == 0) { -lean_object* x_210; lean_object* x_211; -x_210 = l_Lean_instInhabitedExpr; -x_211 = l___private_Init_Util_0__outOfBounds___rarg(x_210); -x_174 = x_211; -goto block_203; +lean_object* x_218; lean_object* x_219; +x_218 = l_Lean_instInhabitedExpr; +x_219 = l___private_Init_Util_0__outOfBounds___rarg(x_218); +x_180 = x_219; +goto block_211; } else { -lean_object* x_212; -x_212 = lean_array_fget(x_4, x_208); -x_174 = x_212; -goto block_203; +lean_object* x_220; +x_220 = lean_array_fget(x_4, x_216); +x_180 = x_220; +goto block_211; } } -block_203: +block_211: { -lean_object* x_175; +lean_object* x_181; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_174); -x_175 = lean_infer_type(x_174, x_10, x_11, x_12, x_13, x_173); -if (lean_obj_tag(x_175) == 0) -{ -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; uint8_t x_183; -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = l_Lean_Expr_fvarId_x21(x_174); -lean_inc(x_172); -x_179 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_172, x_178, x_10, x_11, x_12, x_13, x_177); -lean_dec(x_178); -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_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_183 = l_Lean_Expr_isConstOf(x_176, x_182); -lean_dec(x_176); -if (x_183 == 0) +x_181 = lean_infer_type(x_180, x_10, x_11, x_12, x_13, x_179); +if (lean_obj_tag(x_181) == 0) { -lean_object* x_184; -lean_dec(x_180); -x_184 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_172, x_10, x_11, x_12, x_13, x_181); -return x_184; +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_203; uint8_t x_204; +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_181, 1); +lean_inc(x_183); +lean_dec(x_181); +x_184 = l_Lean_Expr_fvarId_x21(x_180); +lean_inc(x_178); +x_185 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_178, x_184, x_10, x_11, x_12, x_13, x_183); +lean_dec(x_184); +x_186 = lean_ctor_get(x_185, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_185, 1); +lean_inc(x_187); +lean_dec(x_185); +x_203 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_204 = l_Lean_Expr_isConstOf(x_182, x_203); +lean_dec(x_182); +if (x_204 == 0) +{ +lean_dec(x_186); +x_188 = x_176; +goto block_202; } else { -uint8_t x_185; -x_185 = lean_unbox(x_180); -lean_dec(x_180); -if (x_185 == 0) -{ -lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_186 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_187 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_188 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_189 = lean_apply_10(x_3, x_186, x_186, x_187, x_188, x_172, x_10, x_11, x_12, x_13, x_181); -if (lean_obj_tag(x_189) == 0) -{ -uint8_t x_190; -x_190 = !lean_is_exclusive(x_189); -if (x_190 == 0) +uint8_t x_205; +x_205 = lean_unbox(x_186); +lean_dec(x_186); +if (x_205 == 0) { -return x_189; +uint8_t x_206; +x_206 = 1; +x_188 = x_206; +goto block_202; } else { -lean_object* x_191; lean_object* x_192; lean_object* x_193; -x_191 = lean_ctor_get(x_189, 0); -x_192 = lean_ctor_get(x_189, 1); -lean_inc(x_192); -lean_inc(x_191); -lean_dec(x_189); -x_193 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_193, 0, x_191); -lean_ctor_set(x_193, 1, x_192); -return x_193; +x_188 = x_176; +goto block_202; +} } +block_202: +{ +if (x_188 == 0) +{ +lean_object* x_189; +x_189 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_178, x_10, x_11, x_12, x_13, x_187); +return x_189; } else { +lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_190 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_191 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_192 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_193 = lean_apply_10(x_3, x_190, x_190, x_191, x_192, x_178, x_10, x_11, x_12, x_13, x_187); +if (lean_obj_tag(x_193) == 0) +{ uint8_t x_194; -x_194 = !lean_is_exclusive(x_189); +x_194 = !lean_is_exclusive(x_193); if (x_194 == 0) { -return x_189; +return x_193; } else { lean_object* x_195; lean_object* x_196; lean_object* x_197; -x_195 = lean_ctor_get(x_189, 0); -x_196 = lean_ctor_get(x_189, 1); +x_195 = lean_ctor_get(x_193, 0); +x_196 = lean_ctor_get(x_193, 1); lean_inc(x_196); lean_inc(x_195); -lean_dec(x_189); -x_197 = lean_alloc_ctor(1, 2, 0); +lean_dec(x_193); +x_197 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_197, 0, x_195); lean_ctor_set(x_197, 1, x_196); return x_197; } } +else +{ +uint8_t x_198; +x_198 = !lean_is_exclusive(x_193); +if (x_198 == 0) +{ +return x_193; } else { -lean_object* x_198; -x_198 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_172, x_10, x_11, x_12, x_13, x_181); -return x_198; +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 { -uint8_t x_199; -lean_dec(x_174); -lean_dec(x_172); +uint8_t x_207; +lean_dec(x_180); +lean_dec(x_178); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3561,30 +3651,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_199 = !lean_is_exclusive(x_175); -if (x_199 == 0) +x_207 = !lean_is_exclusive(x_181); +if (x_207 == 0) { -return x_175; +return x_181; } else { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_200 = lean_ctor_get(x_175, 0); -x_201 = lean_ctor_get(x_175, 1); -lean_inc(x_201); -lean_inc(x_200); -lean_dec(x_175); -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_208; lean_object* x_209; lean_object* x_210; +x_208 = lean_ctor_get(x_181, 0); +x_209 = lean_ctor_get(x_181, 1); +lean_inc(x_209); +lean_inc(x_208); +lean_dec(x_181); +x_210 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_210, 0, x_208); +lean_ctor_set(x_210, 1, x_209); +return x_210; } } } } else { -uint8_t x_213; +uint8_t x_221; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3594,193 +3684,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_213 = !lean_is_exclusive(x_171); -if (x_213 == 0) +x_221 = !lean_is_exclusive(x_177); +if (x_221 == 0) { -return x_171; +return x_177; } else { -lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_214 = lean_ctor_get(x_171, 0); -x_215 = lean_ctor_get(x_171, 1); -lean_inc(x_215); -lean_inc(x_214); -lean_dec(x_171); -x_216 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_216, 0, x_214); -lean_ctor_set(x_216, 1, x_215); -return x_216; +lean_object* x_222; lean_object* x_223; lean_object* x_224; +x_222 = lean_ctor_get(x_177, 0); +x_223 = lean_ctor_get(x_177, 1); +lean_inc(x_223); +lean_inc(x_222); +lean_dec(x_177); +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; } } } case 4: { -lean_object* x_217; lean_object* x_218; lean_object* x_219; uint8_t x_220; lean_object* x_221; +lean_object* x_225; lean_object* x_226; lean_object* x_227; uint8_t x_228; lean_object* x_229; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_217 = lean_ctor_get(x_15, 1); -lean_inc(x_217); +x_225 = lean_ctor_get(x_15, 1); +lean_inc(x_225); lean_dec(x_15); -x_218 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_219 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_220 = 0; +x_226 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_227 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_228 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_221 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_218, x_219, x_220, x_10, x_11, x_12, x_13, x_217); -if (lean_obj_tag(x_221) == 0) +x_229 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_226, x_227, x_228, x_10, x_11, x_12, x_13, x_225); +if (lean_obj_tag(x_229) == 0) { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_254; lean_object* x_255; uint8_t x_256; -x_222 = lean_ctor_get(x_221, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_221, 1); -lean_inc(x_223); -lean_dec(x_221); -x_254 = lean_array_get_size(x_4); -x_255 = lean_unsigned_to_nat(1u); -x_256 = lean_nat_dec_eq(x_254, x_255); +lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_264; lean_object* x_265; uint8_t x_266; +x_230 = lean_ctor_get(x_229, 0); +lean_inc(x_230); +x_231 = lean_ctor_get(x_229, 1); +lean_inc(x_231); +lean_dec(x_229); +x_264 = lean_array_get_size(x_4); +x_265 = lean_unsigned_to_nat(1u); +x_266 = lean_nat_dec_eq(x_264, x_265); +if (x_266 == 0) +{ +lean_object* x_267; +lean_dec(x_264); +x_267 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_230, x_10, x_11, x_12, x_13, x_231); +return x_267; +} +else +{ +lean_object* x_268; uint8_t x_269; +x_268 = lean_unsigned_to_nat(0u); +x_269 = lean_nat_dec_lt(x_268, x_264); +lean_dec(x_264); +if (x_269 == 0) +{ +lean_object* x_270; lean_object* x_271; +x_270 = l_Lean_instInhabitedExpr; +x_271 = l___private_Init_Util_0__outOfBounds___rarg(x_270); +x_232 = x_271; +goto block_263; +} +else +{ +lean_object* x_272; +x_272 = lean_array_fget(x_4, x_268); +x_232 = x_272; +goto block_263; +} +} +block_263: +{ +lean_object* x_233; +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_232); +x_233 = lean_infer_type(x_232, x_10, x_11, x_12, x_13, x_231); +if (lean_obj_tag(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; uint8_t x_240; lean_object* x_255; uint8_t x_256; +x_234 = lean_ctor_get(x_233, 0); +lean_inc(x_234); +x_235 = lean_ctor_get(x_233, 1); +lean_inc(x_235); +lean_dec(x_233); +x_236 = l_Lean_Expr_fvarId_x21(x_232); +lean_inc(x_230); +x_237 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_230, x_236, x_10, x_11, x_12, x_13, x_235); +lean_dec(x_236); +x_238 = lean_ctor_get(x_237, 0); +lean_inc(x_238); +x_239 = lean_ctor_get(x_237, 1); +lean_inc(x_239); +lean_dec(x_237); +x_255 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_256 = l_Lean_Expr_isConstOf(x_234, x_255); +lean_dec(x_234); if (x_256 == 0) { -lean_object* x_257; -lean_dec(x_254); -x_257 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_222, x_10, x_11, x_12, x_13, x_223); -return x_257; +lean_dec(x_238); +x_240 = x_228; +goto block_254; } else { -lean_object* x_258; uint8_t x_259; -x_258 = lean_unsigned_to_nat(0u); -x_259 = lean_nat_dec_lt(x_258, x_254); -lean_dec(x_254); -if (x_259 == 0) +uint8_t x_257; +x_257 = lean_unbox(x_238); +lean_dec(x_238); +if (x_257 == 0) { -lean_object* x_260; lean_object* x_261; -x_260 = l_Lean_instInhabitedExpr; -x_261 = l___private_Init_Util_0__outOfBounds___rarg(x_260); -x_224 = x_261; -goto block_253; +uint8_t x_258; +x_258 = 1; +x_240 = x_258; +goto block_254; } else { -lean_object* x_262; -x_262 = lean_array_fget(x_4, x_258); -x_224 = x_262; -goto block_253; +x_240 = x_228; +goto block_254; } } -block_253: -{ -lean_object* x_225; -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_224); -x_225 = lean_infer_type(x_224, x_10, x_11, x_12, x_13, x_223); -if (lean_obj_tag(x_225) == 0) +block_254: { -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; uint8_t x_233; -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_Expr_fvarId_x21(x_224); -lean_inc(x_222); -x_229 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_222, x_228, x_10, x_11, x_12, x_13, x_227); -lean_dec(x_228); -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_229, 1); -lean_inc(x_231); -lean_dec(x_229); -x_232 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_233 = l_Lean_Expr_isConstOf(x_226, x_232); -lean_dec(x_226); -if (x_233 == 0) +if (x_240 == 0) { -lean_object* x_234; -lean_dec(x_230); -x_234 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_222, x_10, x_11, x_12, x_13, x_231); -return x_234; +lean_object* x_241; +x_241 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_230, x_10, x_11, x_12, x_13, x_239); +return x_241; } else { -uint8_t x_235; -x_235 = lean_unbox(x_230); -lean_dec(x_230); -if (x_235 == 0) -{ -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; +lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_236 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_237 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_238 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_239 = lean_apply_10(x_3, x_236, x_236, x_237, x_238, x_222, x_10, x_11, x_12, x_13, x_231); -if (lean_obj_tag(x_239) == 0) +x_242 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_243 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_244 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_245 = lean_apply_10(x_3, x_242, x_242, x_243, x_244, x_230, x_10, x_11, x_12, x_13, x_239); +if (lean_obj_tag(x_245) == 0) { -uint8_t x_240; -x_240 = !lean_is_exclusive(x_239); -if (x_240 == 0) +uint8_t x_246; +x_246 = !lean_is_exclusive(x_245); +if (x_246 == 0) { -return x_239; +return x_245; } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; -x_241 = lean_ctor_get(x_239, 0); -x_242 = lean_ctor_get(x_239, 1); -lean_inc(x_242); -lean_inc(x_241); -lean_dec(x_239); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_241); -lean_ctor_set(x_243, 1, x_242); -return x_243; +lean_object* x_247; lean_object* x_248; lean_object* x_249; +x_247 = lean_ctor_get(x_245, 0); +x_248 = lean_ctor_get(x_245, 1); +lean_inc(x_248); +lean_inc(x_247); +lean_dec(x_245); +x_249 = lean_alloc_ctor(0, 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_244; -x_244 = !lean_is_exclusive(x_239); -if (x_244 == 0) +uint8_t x_250; +x_250 = !lean_is_exclusive(x_245); +if (x_250 == 0) { -return x_239; +return x_245; } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; -x_245 = lean_ctor_get(x_239, 0); -x_246 = lean_ctor_get(x_239, 1); -lean_inc(x_246); -lean_inc(x_245); -lean_dec(x_239); -x_247 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_247, 0, x_245); -lean_ctor_set(x_247, 1, x_246); -return x_247; -} +lean_object* x_251; lean_object* x_252; lean_object* x_253; +x_251 = lean_ctor_get(x_245, 0); +x_252 = lean_ctor_get(x_245, 1); +lean_inc(x_252); +lean_inc(x_251); +lean_dec(x_245); +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 -{ -lean_object* x_248; -x_248 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_222, x_10, x_11, x_12, x_13, x_231); -return x_248; } } } else { -uint8_t x_249; -lean_dec(x_224); -lean_dec(x_222); +uint8_t x_259; +lean_dec(x_232); +lean_dec(x_230); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3790,30 +3894,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_249 = !lean_is_exclusive(x_225); -if (x_249 == 0) +x_259 = !lean_is_exclusive(x_233); +if (x_259 == 0) { -return x_225; +return x_233; } else { -lean_object* x_250; lean_object* x_251; lean_object* x_252; -x_250 = lean_ctor_get(x_225, 0); -x_251 = lean_ctor_get(x_225, 1); -lean_inc(x_251); -lean_inc(x_250); -lean_dec(x_225); -x_252 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_252, 0, x_250); -lean_ctor_set(x_252, 1, x_251); -return x_252; +lean_object* x_260; lean_object* x_261; lean_object* x_262; +x_260 = lean_ctor_get(x_233, 0); +x_261 = lean_ctor_get(x_233, 1); +lean_inc(x_261); +lean_inc(x_260); +lean_dec(x_233); +x_262 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_262, 0, x_260); +lean_ctor_set(x_262, 1, x_261); +return x_262; } } } } else { -uint8_t x_263; +uint8_t x_273; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -3823,193 +3927,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_263 = !lean_is_exclusive(x_221); -if (x_263 == 0) +x_273 = !lean_is_exclusive(x_229); +if (x_273 == 0) { -return x_221; +return x_229; } else { -lean_object* x_264; lean_object* x_265; lean_object* x_266; -x_264 = lean_ctor_get(x_221, 0); -x_265 = lean_ctor_get(x_221, 1); -lean_inc(x_265); -lean_inc(x_264); -lean_dec(x_221); -x_266 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_266, 0, x_264); -lean_ctor_set(x_266, 1, x_265); -return x_266; +lean_object* x_274; lean_object* x_275; lean_object* x_276; +x_274 = lean_ctor_get(x_229, 0); +x_275 = lean_ctor_get(x_229, 1); +lean_inc(x_275); +lean_inc(x_274); +lean_dec(x_229); +x_276 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_276, 0, x_274); +lean_ctor_set(x_276, 1, x_275); +return x_276; } } } case 5: { -lean_object* x_267; lean_object* x_268; lean_object* x_269; uint8_t x_270; lean_object* x_271; +lean_object* x_277; lean_object* x_278; lean_object* x_279; uint8_t x_280; lean_object* x_281; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_267 = lean_ctor_get(x_15, 1); -lean_inc(x_267); +x_277 = lean_ctor_get(x_15, 1); +lean_inc(x_277); lean_dec(x_15); -x_268 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_269 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_270 = 0; +x_278 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_279 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_280 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_271 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_268, x_269, x_270, x_10, x_11, x_12, x_13, x_267); -if (lean_obj_tag(x_271) == 0) -{ -lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_304; lean_object* x_305; uint8_t x_306; -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_304 = lean_array_get_size(x_4); -x_305 = lean_unsigned_to_nat(1u); -x_306 = lean_nat_dec_eq(x_304, x_305); -if (x_306 == 0) -{ -lean_object* x_307; -lean_dec(x_304); -x_307 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_272, x_10, x_11, x_12, x_13, x_273); -return x_307; -} -else -{ -lean_object* x_308; uint8_t x_309; -x_308 = lean_unsigned_to_nat(0u); -x_309 = lean_nat_dec_lt(x_308, x_304); -lean_dec(x_304); -if (x_309 == 0) +x_281 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_278, x_279, x_280, x_10, x_11, x_12, x_13, x_277); +if (lean_obj_tag(x_281) == 0) +{ +lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_316; lean_object* x_317; uint8_t x_318; +x_282 = lean_ctor_get(x_281, 0); +lean_inc(x_282); +x_283 = lean_ctor_get(x_281, 1); +lean_inc(x_283); +lean_dec(x_281); +x_316 = lean_array_get_size(x_4); +x_317 = lean_unsigned_to_nat(1u); +x_318 = lean_nat_dec_eq(x_316, x_317); +if (x_318 == 0) +{ +lean_object* x_319; +lean_dec(x_316); +x_319 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_282, x_10, x_11, x_12, x_13, x_283); +return x_319; +} +else { -lean_object* x_310; lean_object* x_311; -x_310 = l_Lean_instInhabitedExpr; -x_311 = l___private_Init_Util_0__outOfBounds___rarg(x_310); -x_274 = x_311; -goto block_303; +lean_object* x_320; uint8_t x_321; +x_320 = lean_unsigned_to_nat(0u); +x_321 = lean_nat_dec_lt(x_320, x_316); +lean_dec(x_316); +if (x_321 == 0) +{ +lean_object* x_322; lean_object* x_323; +x_322 = l_Lean_instInhabitedExpr; +x_323 = l___private_Init_Util_0__outOfBounds___rarg(x_322); +x_284 = x_323; +goto block_315; } else { -lean_object* x_312; -x_312 = lean_array_fget(x_4, x_308); -x_274 = x_312; -goto block_303; +lean_object* x_324; +x_324 = lean_array_fget(x_4, x_320); +x_284 = x_324; +goto block_315; } } -block_303: +block_315: { -lean_object* x_275; +lean_object* x_285; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_274); -x_275 = lean_infer_type(x_274, x_10, x_11, x_12, x_13, x_273); -if (lean_obj_tag(x_275) == 0) +lean_inc(x_284); +x_285 = lean_infer_type(x_284, x_10, x_11, x_12, x_13, x_283); +if (lean_obj_tag(x_285) == 0) { -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; uint8_t x_283; -x_276 = lean_ctor_get(x_275, 0); -lean_inc(x_276); -x_277 = lean_ctor_get(x_275, 1); -lean_inc(x_277); -lean_dec(x_275); -x_278 = l_Lean_Expr_fvarId_x21(x_274); -lean_inc(x_272); -x_279 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_272, x_278, x_10, x_11, x_12, x_13, x_277); -lean_dec(x_278); -x_280 = lean_ctor_get(x_279, 0); -lean_inc(x_280); -x_281 = lean_ctor_get(x_279, 1); -lean_inc(x_281); -lean_dec(x_279); -x_282 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_283 = l_Lean_Expr_isConstOf(x_276, x_282); -lean_dec(x_276); -if (x_283 == 0) +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_307; uint8_t x_308; +x_286 = lean_ctor_get(x_285, 0); +lean_inc(x_286); +x_287 = lean_ctor_get(x_285, 1); +lean_inc(x_287); +lean_dec(x_285); +x_288 = l_Lean_Expr_fvarId_x21(x_284); +lean_inc(x_282); +x_289 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_282, x_288, x_10, x_11, x_12, x_13, x_287); +lean_dec(x_288); +x_290 = lean_ctor_get(x_289, 0); +lean_inc(x_290); +x_291 = lean_ctor_get(x_289, 1); +lean_inc(x_291); +lean_dec(x_289); +x_307 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_308 = l_Lean_Expr_isConstOf(x_286, x_307); +lean_dec(x_286); +if (x_308 == 0) +{ +lean_dec(x_290); +x_292 = x_280; +goto block_306; +} +else { -lean_object* x_284; -lean_dec(x_280); -x_284 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_272, x_10, x_11, x_12, x_13, x_281); -return x_284; +uint8_t x_309; +x_309 = lean_unbox(x_290); +lean_dec(x_290); +if (x_309 == 0) +{ +uint8_t x_310; +x_310 = 1; +x_292 = x_310; +goto block_306; } else { -uint8_t x_285; -x_285 = lean_unbox(x_280); -lean_dec(x_280); -if (x_285 == 0) +x_292 = x_280; +goto block_306; +} +} +block_306: +{ +if (x_292 == 0) +{ +lean_object* x_293; +x_293 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_282, x_10, x_11, x_12, x_13, x_291); +return x_293; +} +else { -lean_object* x_286; lean_object* x_287; lean_object* x_288; lean_object* x_289; +lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_286 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_287 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_288 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_289 = lean_apply_10(x_3, x_286, x_286, x_287, x_288, x_272, x_10, x_11, x_12, x_13, x_281); -if (lean_obj_tag(x_289) == 0) +x_294 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_295 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_296 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_297 = lean_apply_10(x_3, x_294, x_294, x_295, x_296, x_282, x_10, x_11, x_12, x_13, x_291); +if (lean_obj_tag(x_297) == 0) { -uint8_t x_290; -x_290 = !lean_is_exclusive(x_289); -if (x_290 == 0) +uint8_t x_298; +x_298 = !lean_is_exclusive(x_297); +if (x_298 == 0) { -return x_289; +return x_297; } else { -lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_291 = lean_ctor_get(x_289, 0); -x_292 = lean_ctor_get(x_289, 1); -lean_inc(x_292); -lean_inc(x_291); -lean_dec(x_289); -x_293 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_293, 0, x_291); -lean_ctor_set(x_293, 1, x_292); -return x_293; +lean_object* x_299; lean_object* x_300; lean_object* x_301; +x_299 = lean_ctor_get(x_297, 0); +x_300 = lean_ctor_get(x_297, 1); +lean_inc(x_300); +lean_inc(x_299); +lean_dec(x_297); +x_301 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_301, 0, x_299); +lean_ctor_set(x_301, 1, x_300); +return x_301; } } else { -uint8_t x_294; -x_294 = !lean_is_exclusive(x_289); -if (x_294 == 0) +uint8_t x_302; +x_302 = !lean_is_exclusive(x_297); +if (x_302 == 0) { -return x_289; +return x_297; } else { -lean_object* x_295; lean_object* x_296; lean_object* x_297; -x_295 = lean_ctor_get(x_289, 0); -x_296 = lean_ctor_get(x_289, 1); -lean_inc(x_296); -lean_inc(x_295); -lean_dec(x_289); -x_297 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_297, 0, x_295); -lean_ctor_set(x_297, 1, x_296); -return x_297; -} +lean_object* x_303; lean_object* x_304; lean_object* x_305; +x_303 = lean_ctor_get(x_297, 0); +x_304 = lean_ctor_get(x_297, 1); +lean_inc(x_304); +lean_inc(x_303); +lean_dec(x_297); +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; } } -else -{ -lean_object* x_298; -x_298 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_272, x_10, x_11, x_12, x_13, x_281); -return x_298; } } } else { -uint8_t x_299; -lean_dec(x_274); -lean_dec(x_272); +uint8_t x_311; +lean_dec(x_284); +lean_dec(x_282); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4019,30 +4137,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_299 = !lean_is_exclusive(x_275); -if (x_299 == 0) +x_311 = !lean_is_exclusive(x_285); +if (x_311 == 0) { -return x_275; +return x_285; } else { -lean_object* x_300; lean_object* x_301; lean_object* x_302; -x_300 = lean_ctor_get(x_275, 0); -x_301 = lean_ctor_get(x_275, 1); -lean_inc(x_301); -lean_inc(x_300); -lean_dec(x_275); -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; +lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_312 = lean_ctor_get(x_285, 0); +x_313 = lean_ctor_get(x_285, 1); +lean_inc(x_313); +lean_inc(x_312); +lean_dec(x_285); +x_314 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_314, 0, x_312); +lean_ctor_set(x_314, 1, x_313); +return x_314; } } } } else { -uint8_t x_313; +uint8_t x_325; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4052,193 +4170,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_313 = !lean_is_exclusive(x_271); -if (x_313 == 0) +x_325 = !lean_is_exclusive(x_281); +if (x_325 == 0) { -return x_271; +return x_281; } else { -lean_object* x_314; lean_object* x_315; lean_object* x_316; -x_314 = lean_ctor_get(x_271, 0); -x_315 = lean_ctor_get(x_271, 1); -lean_inc(x_315); -lean_inc(x_314); -lean_dec(x_271); -x_316 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_316, 0, x_314); -lean_ctor_set(x_316, 1, x_315); -return x_316; +lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_326 = lean_ctor_get(x_281, 0); +x_327 = lean_ctor_get(x_281, 1); +lean_inc(x_327); +lean_inc(x_326); +lean_dec(x_281); +x_328 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_328, 0, x_326); +lean_ctor_set(x_328, 1, x_327); +return x_328; } } } case 6: { -lean_object* x_317; lean_object* x_318; lean_object* x_319; uint8_t x_320; lean_object* x_321; +lean_object* x_329; lean_object* x_330; lean_object* x_331; uint8_t x_332; lean_object* x_333; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_317 = lean_ctor_get(x_15, 1); -lean_inc(x_317); +x_329 = lean_ctor_get(x_15, 1); +lean_inc(x_329); lean_dec(x_15); -x_318 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_319 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_320 = 0; +x_330 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_331 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_332 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_321 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_318, x_319, x_320, x_10, x_11, x_12, x_13, x_317); -if (lean_obj_tag(x_321) == 0) -{ -lean_object* x_322; lean_object* x_323; lean_object* x_324; lean_object* x_354; lean_object* x_355; uint8_t x_356; -x_322 = lean_ctor_get(x_321, 0); -lean_inc(x_322); -x_323 = lean_ctor_get(x_321, 1); -lean_inc(x_323); -lean_dec(x_321); -x_354 = lean_array_get_size(x_4); -x_355 = lean_unsigned_to_nat(1u); -x_356 = lean_nat_dec_eq(x_354, x_355); -if (x_356 == 0) -{ -lean_object* x_357; -lean_dec(x_354); -x_357 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_322, x_10, x_11, x_12, x_13, x_323); -return x_357; +x_333 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_330, x_331, x_332, x_10, x_11, x_12, x_13, x_329); +if (lean_obj_tag(x_333) == 0) +{ +lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_368; lean_object* x_369; uint8_t x_370; +x_334 = lean_ctor_get(x_333, 0); +lean_inc(x_334); +x_335 = lean_ctor_get(x_333, 1); +lean_inc(x_335); +lean_dec(x_333); +x_368 = lean_array_get_size(x_4); +x_369 = lean_unsigned_to_nat(1u); +x_370 = lean_nat_dec_eq(x_368, x_369); +if (x_370 == 0) +{ +lean_object* x_371; +lean_dec(x_368); +x_371 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_334, x_10, x_11, x_12, x_13, x_335); +return x_371; } else { -lean_object* x_358; uint8_t x_359; -x_358 = lean_unsigned_to_nat(0u); -x_359 = lean_nat_dec_lt(x_358, x_354); -lean_dec(x_354); -if (x_359 == 0) +lean_object* x_372; uint8_t x_373; +x_372 = lean_unsigned_to_nat(0u); +x_373 = lean_nat_dec_lt(x_372, x_368); +lean_dec(x_368); +if (x_373 == 0) { -lean_object* x_360; lean_object* x_361; -x_360 = l_Lean_instInhabitedExpr; -x_361 = l___private_Init_Util_0__outOfBounds___rarg(x_360); -x_324 = x_361; -goto block_353; +lean_object* x_374; lean_object* x_375; +x_374 = l_Lean_instInhabitedExpr; +x_375 = l___private_Init_Util_0__outOfBounds___rarg(x_374); +x_336 = x_375; +goto block_367; } else { -lean_object* x_362; -x_362 = lean_array_fget(x_4, x_358); -x_324 = x_362; -goto block_353; +lean_object* x_376; +x_376 = lean_array_fget(x_4, x_372); +x_336 = x_376; +goto block_367; } } -block_353: +block_367: { -lean_object* x_325; +lean_object* x_337; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_324); -x_325 = lean_infer_type(x_324, x_10, x_11, x_12, x_13, x_323); -if (lean_obj_tag(x_325) == 0) +lean_inc(x_336); +x_337 = lean_infer_type(x_336, x_10, x_11, x_12, x_13, x_335); +if (lean_obj_tag(x_337) == 0) { -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; uint8_t x_333; -x_326 = lean_ctor_get(x_325, 0); -lean_inc(x_326); -x_327 = lean_ctor_get(x_325, 1); -lean_inc(x_327); -lean_dec(x_325); -x_328 = l_Lean_Expr_fvarId_x21(x_324); -lean_inc(x_322); -x_329 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_322, x_328, x_10, x_11, x_12, x_13, x_327); -lean_dec(x_328); -x_330 = lean_ctor_get(x_329, 0); -lean_inc(x_330); -x_331 = lean_ctor_get(x_329, 1); -lean_inc(x_331); -lean_dec(x_329); -x_332 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_333 = l_Lean_Expr_isConstOf(x_326, x_332); -lean_dec(x_326); -if (x_333 == 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; uint8_t x_344; lean_object* x_359; uint8_t x_360; +x_338 = lean_ctor_get(x_337, 0); +lean_inc(x_338); +x_339 = lean_ctor_get(x_337, 1); +lean_inc(x_339); +lean_dec(x_337); +x_340 = l_Lean_Expr_fvarId_x21(x_336); +lean_inc(x_334); +x_341 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_334, x_340, x_10, x_11, x_12, x_13, x_339); +lean_dec(x_340); +x_342 = lean_ctor_get(x_341, 0); +lean_inc(x_342); +x_343 = lean_ctor_get(x_341, 1); +lean_inc(x_343); +lean_dec(x_341); +x_359 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_360 = l_Lean_Expr_isConstOf(x_338, x_359); +lean_dec(x_338); +if (x_360 == 0) { -lean_object* x_334; -lean_dec(x_330); -x_334 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_322, x_10, x_11, x_12, x_13, x_331); -return x_334; +lean_dec(x_342); +x_344 = x_332; +goto block_358; } else { -uint8_t x_335; -x_335 = lean_unbox(x_330); -lean_dec(x_330); -if (x_335 == 0) +uint8_t x_361; +x_361 = lean_unbox(x_342); +lean_dec(x_342); +if (x_361 == 0) { -lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; +uint8_t x_362; +x_362 = 1; +x_344 = x_362; +goto block_358; +} +else +{ +x_344 = x_332; +goto block_358; +} +} +block_358: +{ +if (x_344 == 0) +{ +lean_object* x_345; +x_345 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_334, x_10, x_11, x_12, x_13, x_343); +return x_345; +} +else +{ +lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_336 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_337 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_338 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_339 = lean_apply_10(x_3, x_336, x_336, x_337, x_338, x_322, x_10, x_11, x_12, x_13, x_331); -if (lean_obj_tag(x_339) == 0) +x_346 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_347 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_348 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_349 = lean_apply_10(x_3, x_346, x_346, x_347, x_348, x_334, x_10, x_11, x_12, x_13, x_343); +if (lean_obj_tag(x_349) == 0) { -uint8_t x_340; -x_340 = !lean_is_exclusive(x_339); -if (x_340 == 0) +uint8_t x_350; +x_350 = !lean_is_exclusive(x_349); +if (x_350 == 0) { -return x_339; +return x_349; } else { -lean_object* x_341; lean_object* x_342; lean_object* x_343; -x_341 = lean_ctor_get(x_339, 0); -x_342 = lean_ctor_get(x_339, 1); -lean_inc(x_342); -lean_inc(x_341); -lean_dec(x_339); -x_343 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_343, 0, x_341); -lean_ctor_set(x_343, 1, x_342); -return x_343; +lean_object* x_351; lean_object* x_352; lean_object* x_353; +x_351 = lean_ctor_get(x_349, 0); +x_352 = lean_ctor_get(x_349, 1); +lean_inc(x_352); +lean_inc(x_351); +lean_dec(x_349); +x_353 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_353, 0, x_351); +lean_ctor_set(x_353, 1, x_352); +return x_353; } } else { -uint8_t x_344; -x_344 = !lean_is_exclusive(x_339); -if (x_344 == 0) +uint8_t x_354; +x_354 = !lean_is_exclusive(x_349); +if (x_354 == 0) { -return x_339; +return x_349; } else { -lean_object* x_345; lean_object* x_346; lean_object* x_347; -x_345 = lean_ctor_get(x_339, 0); -x_346 = lean_ctor_get(x_339, 1); -lean_inc(x_346); -lean_inc(x_345); -lean_dec(x_339); -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; -} +lean_object* x_355; lean_object* x_356; lean_object* x_357; +x_355 = lean_ctor_get(x_349, 0); +x_356 = lean_ctor_get(x_349, 1); +lean_inc(x_356); +lean_inc(x_355); +lean_dec(x_349); +x_357 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_357, 0, x_355); +lean_ctor_set(x_357, 1, x_356); +return x_357; } } -else -{ -lean_object* x_348; -x_348 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_322, x_10, x_11, x_12, x_13, x_331); -return x_348; } } } else { -uint8_t x_349; -lean_dec(x_324); -lean_dec(x_322); +uint8_t x_363; +lean_dec(x_336); +lean_dec(x_334); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4248,30 +4380,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_349 = !lean_is_exclusive(x_325); -if (x_349 == 0) +x_363 = !lean_is_exclusive(x_337); +if (x_363 == 0) { -return x_325; +return x_337; } else { -lean_object* x_350; lean_object* x_351; lean_object* x_352; -x_350 = lean_ctor_get(x_325, 0); -x_351 = lean_ctor_get(x_325, 1); -lean_inc(x_351); -lean_inc(x_350); -lean_dec(x_325); -x_352 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_352, 0, x_350); -lean_ctor_set(x_352, 1, x_351); -return x_352; +lean_object* x_364; lean_object* x_365; lean_object* x_366; +x_364 = lean_ctor_get(x_337, 0); +x_365 = lean_ctor_get(x_337, 1); +lean_inc(x_365); +lean_inc(x_364); +lean_dec(x_337); +x_366 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_366, 0, x_364); +lean_ctor_set(x_366, 1, x_365); +return x_366; } } } } else { -uint8_t x_363; +uint8_t x_377; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4281,77 +4413,77 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_363 = !lean_is_exclusive(x_321); -if (x_363 == 0) +x_377 = !lean_is_exclusive(x_333); +if (x_377 == 0) { -return x_321; +return x_333; } else { -lean_object* x_364; lean_object* x_365; lean_object* x_366; -x_364 = lean_ctor_get(x_321, 0); -x_365 = lean_ctor_get(x_321, 1); -lean_inc(x_365); -lean_inc(x_364); -lean_dec(x_321); -x_366 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_366, 0, x_364); -lean_ctor_set(x_366, 1, x_365); -return x_366; +lean_object* x_378; lean_object* x_379; lean_object* x_380; +x_378 = lean_ctor_get(x_333, 0); +x_379 = lean_ctor_get(x_333, 1); +lean_inc(x_379); +lean_inc(x_378); +lean_dec(x_333); +x_380 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_380, 0, x_378); +lean_ctor_set(x_380, 1, x_379); +return x_380; } } } case 7: { -lean_object* x_367; lean_object* x_368; lean_object* x_369; lean_object* x_370; uint8_t x_371; -x_367 = lean_ctor_get(x_15, 1); -lean_inc(x_367); +lean_object* x_381; lean_object* x_382; lean_object* x_383; lean_object* x_384; uint8_t x_385; +x_381 = lean_ctor_get(x_15, 1); +lean_inc(x_381); lean_dec(x_15); -x_368 = lean_ctor_get(x_16, 0); -lean_inc(x_368); -x_369 = lean_ctor_get(x_16, 1); -lean_inc(x_369); -x_370 = lean_ctor_get(x_16, 2); -lean_inc(x_370); +x_382 = lean_ctor_get(x_16, 0); +lean_inc(x_382); +x_383 = lean_ctor_get(x_16, 1); +lean_inc(x_383); +x_384 = lean_ctor_get(x_16, 2); +lean_inc(x_384); lean_dec(x_16); -x_371 = lean_nat_dec_lt(x_8, x_2); -if (x_371 == 0) +x_385 = lean_nat_dec_lt(x_8, x_2); +if (x_385 == 0) { -lean_object* x_372; +lean_object* x_386; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_369); -x_372 = l_Lean_Meta_matchEq_x3f(x_369, x_10, x_11, x_12, x_13, x_367); -if (lean_obj_tag(x_372) == 0) +lean_inc(x_383); +x_386 = l_Lean_Meta_matchEq_x3f(x_383, x_10, x_11, x_12, x_13, x_381); +if (lean_obj_tag(x_386) == 0) { -lean_object* x_373; -x_373 = lean_ctor_get(x_372, 0); -lean_inc(x_373); -if (lean_obj_tag(x_373) == 0) +lean_object* x_387; +x_387 = lean_ctor_get(x_386, 0); +lean_inc(x_387); +if (lean_obj_tag(x_387) == 0) { -lean_object* x_374; lean_object* x_375; -x_374 = lean_ctor_get(x_372, 1); -lean_inc(x_374); -lean_dec(x_372); +lean_object* x_388; lean_object* x_389; +x_388 = lean_ctor_get(x_386, 1); +lean_inc(x_388); +lean_dec(x_386); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_369); -x_375 = l_Lean_Meta_matchHEq_x3f(x_369, x_10, x_11, x_12, x_13, x_374); -if (lean_obj_tag(x_375) == 0) +lean_inc(x_383); +x_389 = l_Lean_Meta_matchHEq_x3f(x_383, x_10, x_11, x_12, x_13, x_388); +if (lean_obj_tag(x_389) == 0) { -lean_object* x_376; -x_376 = lean_ctor_get(x_375, 0); -lean_inc(x_376); -if (lean_obj_tag(x_376) == 0) +lean_object* x_390; +x_390 = lean_ctor_get(x_389, 0); +lean_inc(x_390); +if (lean_obj_tag(x_390) == 0) { -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; uint8_t x_384; -lean_dec(x_370); -lean_dec(x_369); -lean_dec(x_368); +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; uint8_t x_398; +lean_dec(x_384); +lean_dec(x_383); +lean_dec(x_382); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4359,82 +4491,82 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_377 = lean_ctor_get(x_375, 1); -lean_inc(x_377); -lean_dec(x_375); -x_378 = l_Lean_indentExpr(x_1); -x_379 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__10; -x_380 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_380, 0, x_379); -lean_ctor_set(x_380, 1, x_378); -x_381 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__12; -x_382 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_382, 0, x_380); -lean_ctor_set(x_382, 1, x_381); -x_383 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_382, x_10, x_11, x_12, x_13, x_377); +x_391 = lean_ctor_get(x_389, 1); +lean_inc(x_391); +lean_dec(x_389); +x_392 = l_Lean_indentExpr(x_1); +x_393 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__10; +x_394 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_394, 0, x_393); +lean_ctor_set(x_394, 1, x_392); +x_395 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__12; +x_396 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_396, 0, x_394); +lean_ctor_set(x_396, 1, x_395); +x_397 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_396, x_10, x_11, x_12, x_13, x_391); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -x_384 = !lean_is_exclusive(x_383); -if (x_384 == 0) +x_398 = !lean_is_exclusive(x_397); +if (x_398 == 0) { -return x_383; +return x_397; } else { -lean_object* x_385; lean_object* x_386; lean_object* x_387; -x_385 = lean_ctor_get(x_383, 0); -x_386 = lean_ctor_get(x_383, 1); -lean_inc(x_386); -lean_inc(x_385); -lean_dec(x_383); -x_387 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_387, 0, x_385); -lean_ctor_set(x_387, 1, x_386); -return x_387; +lean_object* x_399; lean_object* x_400; lean_object* x_401; +x_399 = lean_ctor_get(x_397, 0); +x_400 = lean_ctor_get(x_397, 1); +lean_inc(x_400); +lean_inc(x_399); +lean_dec(x_397); +x_401 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_401, 0, x_399); +lean_ctor_set(x_401, 1, x_400); +return x_401; } } else { -lean_object* x_388; lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; -x_388 = lean_ctor_get(x_376, 0); -lean_inc(x_388); -lean_dec(x_376); -x_389 = lean_ctor_get(x_388, 1); -lean_inc(x_389); -lean_dec(x_388); -x_390 = lean_ctor_get(x_389, 1); -lean_inc(x_390); -lean_dec(x_389); -x_391 = lean_ctor_get(x_375, 1); -lean_inc(x_391); -lean_dec(x_375); -x_392 = lean_ctor_get(x_390, 1); -lean_inc(x_392); +lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; +x_402 = lean_ctor_get(x_390, 0); +lean_inc(x_402); lean_dec(x_390); +x_403 = lean_ctor_get(x_402, 1); +lean_inc(x_403); +lean_dec(x_402); +x_404 = lean_ctor_get(x_403, 1); +lean_inc(x_404); +lean_dec(x_403); +x_405 = lean_ctor_get(x_389, 1); +lean_inc(x_405); +lean_dec(x_389); +x_406 = lean_ctor_get(x_404, 1); +lean_inc(x_406); +lean_dec(x_404); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_393 = l_Lean_Meta_mkHEqRefl(x_392, x_10, x_11, x_12, x_13, x_391); -if (lean_obj_tag(x_393) == 0) +x_407 = l_Lean_Meta_mkHEqRefl(x_406, x_10, x_11, x_12, x_13, x_405); +if (lean_obj_tag(x_407) == 0) { -lean_object* x_394; lean_object* x_395; lean_object* x_396; -x_394 = lean_ctor_get(x_393, 0); -lean_inc(x_394); -x_395 = lean_ctor_get(x_393, 1); -lean_inc(x_395); -lean_dec(x_393); -x_396 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__3(x_370, x_5, x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_368, x_369, x_394, x_10, x_11, x_12, x_13, x_395); -return x_396; +lean_object* x_408; lean_object* x_409; lean_object* x_410; +x_408 = lean_ctor_get(x_407, 0); +lean_inc(x_408); +x_409 = lean_ctor_get(x_407, 1); +lean_inc(x_409); +lean_dec(x_407); +x_410 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__3(x_384, x_5, x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_382, x_383, x_408, x_10, x_11, x_12, x_13, x_409); +return x_410; } else { -uint8_t x_397; -lean_dec(x_370); -lean_dec(x_369); -lean_dec(x_368); +uint8_t x_411; +lean_dec(x_384); +lean_dec(x_383); +lean_dec(x_382); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4447,33 +4579,33 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_397 = !lean_is_exclusive(x_393); -if (x_397 == 0) +x_411 = !lean_is_exclusive(x_407); +if (x_411 == 0) { -return x_393; +return x_407; } else { -lean_object* x_398; lean_object* x_399; lean_object* x_400; -x_398 = lean_ctor_get(x_393, 0); -x_399 = lean_ctor_get(x_393, 1); -lean_inc(x_399); -lean_inc(x_398); -lean_dec(x_393); -x_400 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_400, 0, x_398); -lean_ctor_set(x_400, 1, x_399); -return x_400; +lean_object* x_412; lean_object* x_413; lean_object* x_414; +x_412 = lean_ctor_get(x_407, 0); +x_413 = lean_ctor_get(x_407, 1); +lean_inc(x_413); +lean_inc(x_412); +lean_dec(x_407); +x_414 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_414, 0, x_412); +lean_ctor_set(x_414, 1, x_413); +return x_414; } } } } else { -uint8_t x_401; -lean_dec(x_370); -lean_dec(x_369); -lean_dec(x_368); +uint8_t x_415; +lean_dec(x_384); +lean_dec(x_383); +lean_dec(x_382); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4486,63 +4618,63 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_401 = !lean_is_exclusive(x_375); -if (x_401 == 0) +x_415 = !lean_is_exclusive(x_389); +if (x_415 == 0) { -return x_375; +return x_389; } else { -lean_object* x_402; lean_object* x_403; lean_object* x_404; -x_402 = lean_ctor_get(x_375, 0); -x_403 = lean_ctor_get(x_375, 1); -lean_inc(x_403); -lean_inc(x_402); -lean_dec(x_375); -x_404 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_404, 0, x_402); -lean_ctor_set(x_404, 1, x_403); -return x_404; +lean_object* x_416; lean_object* x_417; lean_object* x_418; +x_416 = lean_ctor_get(x_389, 0); +x_417 = lean_ctor_get(x_389, 1); +lean_inc(x_417); +lean_inc(x_416); +lean_dec(x_389); +x_418 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_418, 0, x_416); +lean_ctor_set(x_418, 1, x_417); +return x_418; } } } else { -lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; -x_405 = lean_ctor_get(x_373, 0); -lean_inc(x_405); -lean_dec(x_373); -x_406 = lean_ctor_get(x_405, 1); -lean_inc(x_406); -lean_dec(x_405); -x_407 = lean_ctor_get(x_372, 1); -lean_inc(x_407); -lean_dec(x_372); -x_408 = lean_ctor_get(x_406, 1); -lean_inc(x_408); -lean_dec(x_406); +lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; lean_object* x_423; +x_419 = lean_ctor_get(x_387, 0); +lean_inc(x_419); +lean_dec(x_387); +x_420 = lean_ctor_get(x_419, 1); +lean_inc(x_420); +lean_dec(x_419); +x_421 = lean_ctor_get(x_386, 1); +lean_inc(x_421); +lean_dec(x_386); +x_422 = lean_ctor_get(x_420, 1); +lean_inc(x_422); +lean_dec(x_420); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_409 = l_Lean_Meta_mkEqRefl(x_408, x_10, x_11, x_12, x_13, x_407); -if (lean_obj_tag(x_409) == 0) +x_423 = l_Lean_Meta_mkEqRefl(x_422, x_10, x_11, x_12, x_13, x_421); +if (lean_obj_tag(x_423) == 0) { -lean_object* x_410; lean_object* x_411; lean_object* x_412; -x_410 = lean_ctor_get(x_409, 0); -lean_inc(x_410); -x_411 = lean_ctor_get(x_409, 1); -lean_inc(x_411); -lean_dec(x_409); -x_412 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__3(x_370, x_5, x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_368, x_369, x_410, x_10, x_11, x_12, x_13, x_411); -return x_412; +lean_object* x_424; lean_object* x_425; lean_object* x_426; +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_Meta_Match_forallAltTelescope_go___rarg___lambda__3(x_384, x_5, x_6, x_7, x_8, x_1, x_2, x_3, x_4, x_382, x_383, x_424, x_10, x_11, x_12, x_13, x_425); +return x_426; } else { -uint8_t x_413; -lean_dec(x_370); -lean_dec(x_369); -lean_dec(x_368); +uint8_t x_427; +lean_dec(x_384); +lean_dec(x_383); +lean_dec(x_382); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4555,33 +4687,33 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_413 = !lean_is_exclusive(x_409); -if (x_413 == 0) +x_427 = !lean_is_exclusive(x_423); +if (x_427 == 0) { -return x_409; +return x_423; } else { -lean_object* x_414; lean_object* x_415; lean_object* x_416; -x_414 = lean_ctor_get(x_409, 0); -x_415 = lean_ctor_get(x_409, 1); -lean_inc(x_415); -lean_inc(x_414); -lean_dec(x_409); -x_416 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_416, 0, x_414); -lean_ctor_set(x_416, 1, x_415); -return x_416; +lean_object* x_428; lean_object* x_429; lean_object* x_430; +x_428 = lean_ctor_get(x_423, 0); +x_429 = lean_ctor_get(x_423, 1); +lean_inc(x_429); +lean_inc(x_428); +lean_dec(x_423); +x_430 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_430, 0, x_428); +lean_ctor_set(x_430, 1, x_429); +return x_430; } } } } else { -uint8_t x_417; -lean_dec(x_370); -lean_dec(x_369); -lean_dec(x_368); +uint8_t x_431; +lean_dec(x_384); +lean_dec(x_383); +lean_dec(x_382); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4594,67 +4726,67 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_417 = !lean_is_exclusive(x_372); -if (x_417 == 0) +x_431 = !lean_is_exclusive(x_386); +if (x_431 == 0) { -return x_372; +return x_386; } else { -lean_object* x_418; lean_object* x_419; lean_object* x_420; -x_418 = lean_ctor_get(x_372, 0); -x_419 = lean_ctor_get(x_372, 1); -lean_inc(x_419); -lean_inc(x_418); -lean_dec(x_372); -x_420 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_420, 0, x_418); -lean_ctor_set(x_420, 1, x_419); -return x_420; +lean_object* x_432; lean_object* x_433; lean_object* x_434; +x_432 = lean_ctor_get(x_386, 0); +x_433 = lean_ctor_get(x_386, 1); +lean_inc(x_433); +lean_inc(x_432); +lean_dec(x_386); +x_434 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_434, 0, x_432); +lean_ctor_set(x_434, 1, x_433); +return x_434; } } } else { -lean_object* x_421; lean_object* x_422; uint8_t x_423; lean_object* x_424; -x_421 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_422 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_423 = 0; +lean_object* x_435; lean_object* x_436; uint8_t x_437; lean_object* x_438; +x_435 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_436 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_437 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_424 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_369, x_421, x_422, x_423, x_10, x_11, x_12, x_13, x_367); -if (lean_obj_tag(x_424) == 0) -{ -lean_object* x_425; lean_object* x_426; lean_object* x_427; uint8_t x_428; uint8_t x_429; lean_object* x_430; -x_425 = lean_ctor_get(x_424, 0); -lean_inc(x_425); -x_426 = lean_ctor_get(x_424, 1); -lean_inc(x_426); -lean_dec(x_424); -lean_inc(x_425); -x_427 = lean_alloc_closure((void*)(l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5), 16, 10); -lean_closure_set(x_427, 0, x_370); -lean_closure_set(x_427, 1, x_425); -lean_closure_set(x_427, 2, x_4); -lean_closure_set(x_427, 3, x_6); -lean_closure_set(x_427, 4, x_7); -lean_closure_set(x_427, 5, x_8); -lean_closure_set(x_427, 6, x_1); -lean_closure_set(x_427, 7, x_2); -lean_closure_set(x_427, 8, x_3); -lean_closure_set(x_427, 9, x_5); -x_428 = 0; -x_429 = 0; -x_430 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___spec__1___rarg(x_368, x_428, x_425, x_427, x_429, x_10, x_11, x_12, x_13, x_426); -return x_430; -} -else +x_438 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_383, x_435, x_436, x_437, x_10, x_11, x_12, x_13, x_381); +if (lean_obj_tag(x_438) == 0) { -uint8_t x_431; -lean_dec(x_370); -lean_dec(x_368); +lean_object* x_439; lean_object* x_440; lean_object* x_441; uint8_t x_442; uint8_t x_443; lean_object* x_444; +x_439 = lean_ctor_get(x_438, 0); +lean_inc(x_439); +x_440 = lean_ctor_get(x_438, 1); +lean_inc(x_440); +lean_dec(x_438); +lean_inc(x_439); +x_441 = lean_alloc_closure((void*)(l_Lean_Meta_Match_forallAltTelescope_go___rarg___lambda__5), 16, 10); +lean_closure_set(x_441, 0, x_384); +lean_closure_set(x_441, 1, x_439); +lean_closure_set(x_441, 2, x_4); +lean_closure_set(x_441, 3, x_6); +lean_closure_set(x_441, 4, x_7); +lean_closure_set(x_441, 5, x_8); +lean_closure_set(x_441, 6, x_1); +lean_closure_set(x_441, 7, x_2); +lean_closure_set(x_441, 8, x_3); +lean_closure_set(x_441, 9, x_5); +x_442 = 0; +x_443 = 0; +x_444 = l_Lean_Meta_withLocalDecl___at_Lean_Meta_GeneralizeTelescope_generalizeTelescopeAux___spec__1___rarg(x_382, x_442, x_439, x_441, x_443, x_10, x_11, x_12, x_13, x_440); +return x_444; +} +else +{ +uint8_t x_445; +lean_dec(x_384); +lean_dec(x_382); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4667,194 +4799,208 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_431 = !lean_is_exclusive(x_424); -if (x_431 == 0) +x_445 = !lean_is_exclusive(x_438); +if (x_445 == 0) { -return x_424; +return x_438; } else { -lean_object* x_432; lean_object* x_433; lean_object* x_434; -x_432 = lean_ctor_get(x_424, 0); -x_433 = lean_ctor_get(x_424, 1); -lean_inc(x_433); -lean_inc(x_432); -lean_dec(x_424); -x_434 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_434, 0, x_432); -lean_ctor_set(x_434, 1, x_433); -return x_434; +lean_object* x_446; lean_object* x_447; lean_object* x_448; +x_446 = lean_ctor_get(x_438, 0); +x_447 = lean_ctor_get(x_438, 1); +lean_inc(x_447); +lean_inc(x_446); +lean_dec(x_438); +x_448 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_448, 0, x_446); +lean_ctor_set(x_448, 1, x_447); +return x_448; } } } } case 8: { -lean_object* x_435; lean_object* x_436; lean_object* x_437; uint8_t x_438; lean_object* x_439; +lean_object* x_449; lean_object* x_450; lean_object* x_451; uint8_t x_452; lean_object* x_453; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_435 = lean_ctor_get(x_15, 1); -lean_inc(x_435); +x_449 = lean_ctor_get(x_15, 1); +lean_inc(x_449); lean_dec(x_15); -x_436 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_437 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_438 = 0; +x_450 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_451 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_452 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_439 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_436, x_437, x_438, x_10, x_11, x_12, x_13, x_435); -if (lean_obj_tag(x_439) == 0) +x_453 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_450, x_451, x_452, x_10, x_11, x_12, x_13, x_449); +if (lean_obj_tag(x_453) == 0) { -lean_object* x_440; lean_object* x_441; lean_object* x_442; lean_object* x_472; lean_object* x_473; uint8_t x_474; -x_440 = lean_ctor_get(x_439, 0); -lean_inc(x_440); -x_441 = lean_ctor_get(x_439, 1); -lean_inc(x_441); -lean_dec(x_439); -x_472 = lean_array_get_size(x_4); -x_473 = lean_unsigned_to_nat(1u); -x_474 = lean_nat_dec_eq(x_472, x_473); -if (x_474 == 0) +lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_488; lean_object* x_489; uint8_t x_490; +x_454 = lean_ctor_get(x_453, 0); +lean_inc(x_454); +x_455 = lean_ctor_get(x_453, 1); +lean_inc(x_455); +lean_dec(x_453); +x_488 = lean_array_get_size(x_4); +x_489 = lean_unsigned_to_nat(1u); +x_490 = lean_nat_dec_eq(x_488, x_489); +if (x_490 == 0) { -lean_object* x_475; -lean_dec(x_472); -x_475 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_440, x_10, x_11, x_12, x_13, x_441); -return x_475; +lean_object* x_491; +lean_dec(x_488); +x_491 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_454, x_10, x_11, x_12, x_13, x_455); +return x_491; } else { -lean_object* x_476; uint8_t x_477; -x_476 = lean_unsigned_to_nat(0u); -x_477 = lean_nat_dec_lt(x_476, x_472); -lean_dec(x_472); -if (x_477 == 0) +lean_object* x_492; uint8_t x_493; +x_492 = lean_unsigned_to_nat(0u); +x_493 = lean_nat_dec_lt(x_492, x_488); +lean_dec(x_488); +if (x_493 == 0) { -lean_object* x_478; lean_object* x_479; -x_478 = l_Lean_instInhabitedExpr; -x_479 = l___private_Init_Util_0__outOfBounds___rarg(x_478); -x_442 = x_479; -goto block_471; +lean_object* x_494; lean_object* x_495; +x_494 = l_Lean_instInhabitedExpr; +x_495 = l___private_Init_Util_0__outOfBounds___rarg(x_494); +x_456 = x_495; +goto block_487; } else { -lean_object* x_480; -x_480 = lean_array_fget(x_4, x_476); -x_442 = x_480; -goto block_471; +lean_object* x_496; +x_496 = lean_array_fget(x_4, x_492); +x_456 = x_496; +goto block_487; } } -block_471: +block_487: { -lean_object* x_443; +lean_object* x_457; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_442); -x_443 = lean_infer_type(x_442, x_10, x_11, x_12, x_13, x_441); -if (lean_obj_tag(x_443) == 0) -{ -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; -x_444 = lean_ctor_get(x_443, 0); -lean_inc(x_444); -x_445 = lean_ctor_get(x_443, 1); -lean_inc(x_445); -lean_dec(x_443); -x_446 = l_Lean_Expr_fvarId_x21(x_442); -lean_inc(x_440); -x_447 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_440, x_446, x_10, x_11, x_12, x_13, x_445); -lean_dec(x_446); -x_448 = lean_ctor_get(x_447, 0); -lean_inc(x_448); -x_449 = lean_ctor_get(x_447, 1); -lean_inc(x_449); -lean_dec(x_447); -x_450 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_451 = l_Lean_Expr_isConstOf(x_444, x_450); -lean_dec(x_444); -if (x_451 == 0) +lean_inc(x_456); +x_457 = lean_infer_type(x_456, x_10, x_11, x_12, x_13, x_455); +if (lean_obj_tag(x_457) == 0) +{ +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_479; uint8_t x_480; +x_458 = lean_ctor_get(x_457, 0); +lean_inc(x_458); +x_459 = lean_ctor_get(x_457, 1); +lean_inc(x_459); +lean_dec(x_457); +x_460 = l_Lean_Expr_fvarId_x21(x_456); +lean_inc(x_454); +x_461 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_454, x_460, x_10, x_11, x_12, x_13, x_459); +lean_dec(x_460); +x_462 = lean_ctor_get(x_461, 0); +lean_inc(x_462); +x_463 = lean_ctor_get(x_461, 1); +lean_inc(x_463); +lean_dec(x_461); +x_479 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_480 = l_Lean_Expr_isConstOf(x_458, x_479); +lean_dec(x_458); +if (x_480 == 0) +{ +lean_dec(x_462); +x_464 = x_452; +goto block_478; +} +else +{ +uint8_t x_481; +x_481 = lean_unbox(x_462); +lean_dec(x_462); +if (x_481 == 0) { -lean_object* x_452; -lean_dec(x_448); -x_452 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_440, x_10, x_11, x_12, x_13, x_449); -return x_452; +uint8_t x_482; +x_482 = 1; +x_464 = x_482; +goto block_478; } else { -uint8_t x_453; -x_453 = lean_unbox(x_448); -lean_dec(x_448); -if (x_453 == 0) +x_464 = x_452; +goto block_478; +} +} +block_478: +{ +if (x_464 == 0) +{ +lean_object* x_465; +x_465 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_454, x_10, x_11, x_12, x_13, x_463); +return x_465; +} +else { -lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; +lean_object* x_466; lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_454 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_455 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_456 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_457 = lean_apply_10(x_3, x_454, x_454, x_455, x_456, x_440, x_10, x_11, x_12, x_13, x_449); -if (lean_obj_tag(x_457) == 0) +x_466 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_467 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_468 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_469 = lean_apply_10(x_3, x_466, x_466, x_467, x_468, x_454, x_10, x_11, x_12, x_13, x_463); +if (lean_obj_tag(x_469) == 0) { -uint8_t x_458; -x_458 = !lean_is_exclusive(x_457); -if (x_458 == 0) +uint8_t x_470; +x_470 = !lean_is_exclusive(x_469); +if (x_470 == 0) { -return x_457; +return x_469; } else { -lean_object* x_459; lean_object* x_460; lean_object* x_461; -x_459 = lean_ctor_get(x_457, 0); -x_460 = lean_ctor_get(x_457, 1); -lean_inc(x_460); -lean_inc(x_459); -lean_dec(x_457); -x_461 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_461, 0, x_459); -lean_ctor_set(x_461, 1, x_460); -return x_461; +lean_object* x_471; lean_object* x_472; lean_object* x_473; +x_471 = lean_ctor_get(x_469, 0); +x_472 = lean_ctor_get(x_469, 1); +lean_inc(x_472); +lean_inc(x_471); +lean_dec(x_469); +x_473 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_473, 0, x_471); +lean_ctor_set(x_473, 1, x_472); +return x_473; } } else { -uint8_t x_462; -x_462 = !lean_is_exclusive(x_457); -if (x_462 == 0) +uint8_t x_474; +x_474 = !lean_is_exclusive(x_469); +if (x_474 == 0) { -return x_457; +return x_469; } else { -lean_object* x_463; lean_object* x_464; lean_object* x_465; -x_463 = lean_ctor_get(x_457, 0); -x_464 = lean_ctor_get(x_457, 1); -lean_inc(x_464); -lean_inc(x_463); -lean_dec(x_457); -x_465 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_465, 0, x_463); -lean_ctor_set(x_465, 1, x_464); -return x_465; -} +lean_object* x_475; lean_object* x_476; lean_object* x_477; +x_475 = lean_ctor_get(x_469, 0); +x_476 = lean_ctor_get(x_469, 1); +lean_inc(x_476); +lean_inc(x_475); +lean_dec(x_469); +x_477 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_477, 0, x_475); +lean_ctor_set(x_477, 1, x_476); +return x_477; } } -else -{ -lean_object* x_466; -x_466 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_440, x_10, x_11, x_12, x_13, x_449); -return x_466; } } } else { -uint8_t x_467; -lean_dec(x_442); -lean_dec(x_440); +uint8_t x_483; +lean_dec(x_456); +lean_dec(x_454); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4864,30 +5010,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_467 = !lean_is_exclusive(x_443); -if (x_467 == 0) +x_483 = !lean_is_exclusive(x_457); +if (x_483 == 0) { -return x_443; +return x_457; } else { -lean_object* x_468; lean_object* x_469; lean_object* x_470; -x_468 = lean_ctor_get(x_443, 0); -x_469 = lean_ctor_get(x_443, 1); -lean_inc(x_469); -lean_inc(x_468); -lean_dec(x_443); -x_470 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_470, 0, x_468); -lean_ctor_set(x_470, 1, x_469); -return x_470; +lean_object* x_484; lean_object* x_485; lean_object* x_486; +x_484 = lean_ctor_get(x_457, 0); +x_485 = lean_ctor_get(x_457, 1); +lean_inc(x_485); +lean_inc(x_484); +lean_dec(x_457); +x_486 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_486, 0, x_484); +lean_ctor_set(x_486, 1, x_485); +return x_486; } } } } else { -uint8_t x_481; +uint8_t x_497; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -4897,193 +5043,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_481 = !lean_is_exclusive(x_439); -if (x_481 == 0) +x_497 = !lean_is_exclusive(x_453); +if (x_497 == 0) { -return x_439; +return x_453; } else { -lean_object* x_482; lean_object* x_483; lean_object* x_484; -x_482 = lean_ctor_get(x_439, 0); -x_483 = lean_ctor_get(x_439, 1); -lean_inc(x_483); -lean_inc(x_482); -lean_dec(x_439); -x_484 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_484, 0, x_482); -lean_ctor_set(x_484, 1, x_483); -return x_484; +lean_object* x_498; lean_object* x_499; lean_object* x_500; +x_498 = lean_ctor_get(x_453, 0); +x_499 = lean_ctor_get(x_453, 1); +lean_inc(x_499); +lean_inc(x_498); +lean_dec(x_453); +x_500 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_500, 0, x_498); +lean_ctor_set(x_500, 1, x_499); +return x_500; } } } case 9: { -lean_object* x_485; lean_object* x_486; lean_object* x_487; uint8_t x_488; lean_object* x_489; +lean_object* x_501; lean_object* x_502; lean_object* x_503; uint8_t x_504; lean_object* x_505; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_485 = lean_ctor_get(x_15, 1); -lean_inc(x_485); +x_501 = lean_ctor_get(x_15, 1); +lean_inc(x_501); lean_dec(x_15); -x_486 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_487 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_488 = 0; +x_502 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_503 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_504 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_489 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_486, x_487, x_488, x_10, x_11, x_12, x_13, x_485); -if (lean_obj_tag(x_489) == 0) +x_505 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_502, x_503, x_504, x_10, x_11, x_12, x_13, x_501); +if (lean_obj_tag(x_505) == 0) +{ +lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_540; lean_object* x_541; uint8_t x_542; +x_506 = lean_ctor_get(x_505, 0); +lean_inc(x_506); +x_507 = lean_ctor_get(x_505, 1); +lean_inc(x_507); +lean_dec(x_505); +x_540 = lean_array_get_size(x_4); +x_541 = lean_unsigned_to_nat(1u); +x_542 = lean_nat_dec_eq(x_540, x_541); +if (x_542 == 0) { -lean_object* x_490; lean_object* x_491; lean_object* x_492; lean_object* x_522; lean_object* x_523; uint8_t x_524; -x_490 = lean_ctor_get(x_489, 0); -lean_inc(x_490); -x_491 = lean_ctor_get(x_489, 1); -lean_inc(x_491); -lean_dec(x_489); -x_522 = lean_array_get_size(x_4); -x_523 = lean_unsigned_to_nat(1u); -x_524 = lean_nat_dec_eq(x_522, x_523); -if (x_524 == 0) -{ -lean_object* x_525; -lean_dec(x_522); -x_525 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_490, x_10, x_11, x_12, x_13, x_491); -return x_525; +lean_object* x_543; +lean_dec(x_540); +x_543 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_506, x_10, x_11, x_12, x_13, x_507); +return x_543; } else { -lean_object* x_526; uint8_t x_527; -x_526 = lean_unsigned_to_nat(0u); -x_527 = lean_nat_dec_lt(x_526, x_522); -lean_dec(x_522); -if (x_527 == 0) +lean_object* x_544; uint8_t x_545; +x_544 = lean_unsigned_to_nat(0u); +x_545 = lean_nat_dec_lt(x_544, x_540); +lean_dec(x_540); +if (x_545 == 0) { -lean_object* x_528; lean_object* x_529; -x_528 = l_Lean_instInhabitedExpr; -x_529 = l___private_Init_Util_0__outOfBounds___rarg(x_528); -x_492 = x_529; -goto block_521; +lean_object* x_546; lean_object* x_547; +x_546 = l_Lean_instInhabitedExpr; +x_547 = l___private_Init_Util_0__outOfBounds___rarg(x_546); +x_508 = x_547; +goto block_539; } else { -lean_object* x_530; -x_530 = lean_array_fget(x_4, x_526); -x_492 = x_530; -goto block_521; +lean_object* x_548; +x_548 = lean_array_fget(x_4, x_544); +x_508 = x_548; +goto block_539; } } -block_521: +block_539: { -lean_object* x_493; +lean_object* x_509; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_492); -x_493 = lean_infer_type(x_492, x_10, x_11, x_12, x_13, x_491); -if (lean_obj_tag(x_493) == 0) +lean_inc(x_508); +x_509 = lean_infer_type(x_508, x_10, x_11, x_12, x_13, x_507); +if (lean_obj_tag(x_509) == 0) { -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; uint8_t x_501; -x_494 = lean_ctor_get(x_493, 0); -lean_inc(x_494); -x_495 = lean_ctor_get(x_493, 1); -lean_inc(x_495); -lean_dec(x_493); -x_496 = l_Lean_Expr_fvarId_x21(x_492); -lean_inc(x_490); -x_497 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_490, x_496, x_10, x_11, x_12, x_13, x_495); -lean_dec(x_496); -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); -x_500 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_501 = l_Lean_Expr_isConstOf(x_494, x_500); -lean_dec(x_494); -if (x_501 == 0) +lean_object* x_510; lean_object* x_511; lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; uint8_t x_516; lean_object* x_531; uint8_t x_532; +x_510 = lean_ctor_get(x_509, 0); +lean_inc(x_510); +x_511 = lean_ctor_get(x_509, 1); +lean_inc(x_511); +lean_dec(x_509); +x_512 = l_Lean_Expr_fvarId_x21(x_508); +lean_inc(x_506); +x_513 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_506, x_512, x_10, x_11, x_12, x_13, x_511); +lean_dec(x_512); +x_514 = lean_ctor_get(x_513, 0); +lean_inc(x_514); +x_515 = lean_ctor_get(x_513, 1); +lean_inc(x_515); +lean_dec(x_513); +x_531 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_532 = l_Lean_Expr_isConstOf(x_510, x_531); +lean_dec(x_510); +if (x_532 == 0) { -lean_object* x_502; -lean_dec(x_498); -x_502 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_490, x_10, x_11, x_12, x_13, x_499); -return x_502; +lean_dec(x_514); +x_516 = x_504; +goto block_530; } else { -uint8_t x_503; -x_503 = lean_unbox(x_498); -lean_dec(x_498); -if (x_503 == 0) +uint8_t x_533; +x_533 = lean_unbox(x_514); +lean_dec(x_514); +if (x_533 == 0) +{ +uint8_t x_534; +x_534 = 1; +x_516 = x_534; +goto block_530; +} +else { -lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; +x_516 = x_504; +goto block_530; +} +} +block_530: +{ +if (x_516 == 0) +{ +lean_object* x_517; +x_517 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_506, x_10, x_11, x_12, x_13, x_515); +return x_517; +} +else +{ +lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_504 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_505 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_506 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_507 = lean_apply_10(x_3, x_504, x_504, x_505, x_506, x_490, x_10, x_11, x_12, x_13, x_499); -if (lean_obj_tag(x_507) == 0) +x_518 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_519 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_520 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_521 = lean_apply_10(x_3, x_518, x_518, x_519, x_520, x_506, x_10, x_11, x_12, x_13, x_515); +if (lean_obj_tag(x_521) == 0) { -uint8_t x_508; -x_508 = !lean_is_exclusive(x_507); -if (x_508 == 0) +uint8_t x_522; +x_522 = !lean_is_exclusive(x_521); +if (x_522 == 0) { -return x_507; +return x_521; } else { -lean_object* x_509; lean_object* x_510; lean_object* x_511; -x_509 = lean_ctor_get(x_507, 0); -x_510 = lean_ctor_get(x_507, 1); -lean_inc(x_510); -lean_inc(x_509); -lean_dec(x_507); -x_511 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_511, 0, x_509); -lean_ctor_set(x_511, 1, x_510); -return x_511; +lean_object* x_523; lean_object* x_524; lean_object* x_525; +x_523 = lean_ctor_get(x_521, 0); +x_524 = lean_ctor_get(x_521, 1); +lean_inc(x_524); +lean_inc(x_523); +lean_dec(x_521); +x_525 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_525, 0, x_523); +lean_ctor_set(x_525, 1, x_524); +return x_525; } } else { -uint8_t x_512; -x_512 = !lean_is_exclusive(x_507); -if (x_512 == 0) +uint8_t x_526; +x_526 = !lean_is_exclusive(x_521); +if (x_526 == 0) { -return x_507; +return x_521; } else { -lean_object* x_513; lean_object* x_514; lean_object* x_515; -x_513 = lean_ctor_get(x_507, 0); -x_514 = lean_ctor_get(x_507, 1); -lean_inc(x_514); -lean_inc(x_513); -lean_dec(x_507); -x_515 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_515, 0, x_513); -lean_ctor_set(x_515, 1, x_514); -return x_515; -} +lean_object* x_527; lean_object* x_528; lean_object* x_529; +x_527 = lean_ctor_get(x_521, 0); +x_528 = lean_ctor_get(x_521, 1); +lean_inc(x_528); +lean_inc(x_527); +lean_dec(x_521); +x_529 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_529, 0, x_527); +lean_ctor_set(x_529, 1, x_528); +return x_529; } } -else -{ -lean_object* x_516; -x_516 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_490, x_10, x_11, x_12, x_13, x_499); -return x_516; } } } else { -uint8_t x_517; -lean_dec(x_492); -lean_dec(x_490); +uint8_t x_535; +lean_dec(x_508); +lean_dec(x_506); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5093,30 +5253,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_517 = !lean_is_exclusive(x_493); -if (x_517 == 0) +x_535 = !lean_is_exclusive(x_509); +if (x_535 == 0) { -return x_493; +return x_509; } else { -lean_object* x_518; lean_object* x_519; lean_object* x_520; -x_518 = lean_ctor_get(x_493, 0); -x_519 = lean_ctor_get(x_493, 1); -lean_inc(x_519); -lean_inc(x_518); -lean_dec(x_493); -x_520 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_520, 0, x_518); -lean_ctor_set(x_520, 1, x_519); -return x_520; +lean_object* x_536; lean_object* x_537; lean_object* x_538; +x_536 = lean_ctor_get(x_509, 0); +x_537 = lean_ctor_get(x_509, 1); +lean_inc(x_537); +lean_inc(x_536); +lean_dec(x_509); +x_538 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_538, 0, x_536); +lean_ctor_set(x_538, 1, x_537); +return x_538; } } } } else { -uint8_t x_531; +uint8_t x_549; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5126,193 +5286,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_531 = !lean_is_exclusive(x_489); -if (x_531 == 0) +x_549 = !lean_is_exclusive(x_505); +if (x_549 == 0) { -return x_489; +return x_505; } else { -lean_object* x_532; lean_object* x_533; lean_object* x_534; -x_532 = lean_ctor_get(x_489, 0); -x_533 = lean_ctor_get(x_489, 1); -lean_inc(x_533); -lean_inc(x_532); -lean_dec(x_489); -x_534 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_534, 0, x_532); -lean_ctor_set(x_534, 1, x_533); -return x_534; +lean_object* x_550; lean_object* x_551; lean_object* x_552; +x_550 = lean_ctor_get(x_505, 0); +x_551 = lean_ctor_get(x_505, 1); +lean_inc(x_551); +lean_inc(x_550); +lean_dec(x_505); +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; } } } case 10: { -lean_object* x_535; lean_object* x_536; lean_object* x_537; uint8_t x_538; lean_object* x_539; +lean_object* x_553; lean_object* x_554; lean_object* x_555; uint8_t x_556; lean_object* x_557; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_535 = lean_ctor_get(x_15, 1); -lean_inc(x_535); +x_553 = lean_ctor_get(x_15, 1); +lean_inc(x_553); lean_dec(x_15); -x_536 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_537 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_538 = 0; +x_554 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_555 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_556 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_539 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_536, x_537, x_538, x_10, x_11, x_12, x_13, x_535); -if (lean_obj_tag(x_539) == 0) +x_557 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_554, x_555, x_556, x_10, x_11, x_12, x_13, x_553); +if (lean_obj_tag(x_557) == 0) { -lean_object* x_540; lean_object* x_541; lean_object* x_542; lean_object* x_572; lean_object* x_573; uint8_t x_574; -x_540 = lean_ctor_get(x_539, 0); -lean_inc(x_540); -x_541 = lean_ctor_get(x_539, 1); -lean_inc(x_541); -lean_dec(x_539); -x_572 = lean_array_get_size(x_4); -x_573 = lean_unsigned_to_nat(1u); -x_574 = lean_nat_dec_eq(x_572, x_573); -if (x_574 == 0) +lean_object* x_558; lean_object* x_559; lean_object* x_560; lean_object* x_592; lean_object* x_593; uint8_t x_594; +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); +x_592 = lean_array_get_size(x_4); +x_593 = lean_unsigned_to_nat(1u); +x_594 = lean_nat_dec_eq(x_592, x_593); +if (x_594 == 0) { -lean_object* x_575; -lean_dec(x_572); -x_575 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_540, x_10, x_11, x_12, x_13, x_541); -return x_575; +lean_object* x_595; +lean_dec(x_592); +x_595 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_558, x_10, x_11, x_12, x_13, x_559); +return x_595; } else { -lean_object* x_576; uint8_t x_577; -x_576 = lean_unsigned_to_nat(0u); -x_577 = lean_nat_dec_lt(x_576, x_572); -lean_dec(x_572); -if (x_577 == 0) +lean_object* x_596; uint8_t x_597; +x_596 = lean_unsigned_to_nat(0u); +x_597 = lean_nat_dec_lt(x_596, x_592); +lean_dec(x_592); +if (x_597 == 0) { -lean_object* x_578; lean_object* x_579; -x_578 = l_Lean_instInhabitedExpr; -x_579 = l___private_Init_Util_0__outOfBounds___rarg(x_578); -x_542 = x_579; -goto block_571; +lean_object* x_598; lean_object* x_599; +x_598 = l_Lean_instInhabitedExpr; +x_599 = l___private_Init_Util_0__outOfBounds___rarg(x_598); +x_560 = x_599; +goto block_591; } else { -lean_object* x_580; -x_580 = lean_array_fget(x_4, x_576); -x_542 = x_580; -goto block_571; +lean_object* x_600; +x_600 = lean_array_fget(x_4, x_596); +x_560 = x_600; +goto block_591; } } -block_571: +block_591: { -lean_object* x_543; +lean_object* x_561; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_542); -x_543 = lean_infer_type(x_542, x_10, x_11, x_12, x_13, x_541); -if (lean_obj_tag(x_543) == 0) -{ -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; uint8_t x_551; -x_544 = lean_ctor_get(x_543, 0); -lean_inc(x_544); -x_545 = lean_ctor_get(x_543, 1); -lean_inc(x_545); -lean_dec(x_543); -x_546 = l_Lean_Expr_fvarId_x21(x_542); -lean_inc(x_540); -x_547 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_540, x_546, x_10, x_11, x_12, x_13, x_545); -lean_dec(x_546); -x_548 = lean_ctor_get(x_547, 0); -lean_inc(x_548); -x_549 = lean_ctor_get(x_547, 1); -lean_inc(x_549); -lean_dec(x_547); -x_550 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_551 = l_Lean_Expr_isConstOf(x_544, x_550); -lean_dec(x_544); -if (x_551 == 0) +lean_inc(x_560); +x_561 = lean_infer_type(x_560, x_10, x_11, x_12, x_13, x_559); +if (lean_obj_tag(x_561) == 0) { -lean_object* x_552; -lean_dec(x_548); -x_552 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_540, x_10, x_11, x_12, x_13, x_549); -return x_552; +lean_object* x_562; lean_object* x_563; lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; uint8_t x_568; lean_object* x_583; uint8_t x_584; +x_562 = lean_ctor_get(x_561, 0); +lean_inc(x_562); +x_563 = lean_ctor_get(x_561, 1); +lean_inc(x_563); +lean_dec(x_561); +x_564 = l_Lean_Expr_fvarId_x21(x_560); +lean_inc(x_558); +x_565 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_558, x_564, x_10, x_11, x_12, x_13, x_563); +lean_dec(x_564); +x_566 = lean_ctor_get(x_565, 0); +lean_inc(x_566); +x_567 = lean_ctor_get(x_565, 1); +lean_inc(x_567); +lean_dec(x_565); +x_583 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_584 = l_Lean_Expr_isConstOf(x_562, x_583); +lean_dec(x_562); +if (x_584 == 0) +{ +lean_dec(x_566); +x_568 = x_556; +goto block_582; } else { -uint8_t x_553; -x_553 = lean_unbox(x_548); -lean_dec(x_548); -if (x_553 == 0) +uint8_t x_585; +x_585 = lean_unbox(x_566); +lean_dec(x_566); +if (x_585 == 0) +{ +uint8_t x_586; +x_586 = 1; +x_568 = x_586; +goto block_582; +} +else +{ +x_568 = x_556; +goto block_582; +} +} +block_582: +{ +if (x_568 == 0) +{ +lean_object* x_569; +x_569 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_558, x_10, x_11, x_12, x_13, x_567); +return x_569; +} +else { -lean_object* x_554; lean_object* x_555; lean_object* x_556; lean_object* x_557; +lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_554 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_555 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_556 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_557 = lean_apply_10(x_3, x_554, x_554, x_555, x_556, x_540, x_10, x_11, x_12, x_13, x_549); -if (lean_obj_tag(x_557) == 0) +x_570 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_571 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_572 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_573 = lean_apply_10(x_3, x_570, x_570, x_571, x_572, x_558, x_10, x_11, x_12, x_13, x_567); +if (lean_obj_tag(x_573) == 0) { -uint8_t x_558; -x_558 = !lean_is_exclusive(x_557); -if (x_558 == 0) +uint8_t x_574; +x_574 = !lean_is_exclusive(x_573); +if (x_574 == 0) { -return x_557; +return x_573; } else { -lean_object* x_559; lean_object* x_560; lean_object* x_561; -x_559 = lean_ctor_get(x_557, 0); -x_560 = lean_ctor_get(x_557, 1); -lean_inc(x_560); -lean_inc(x_559); -lean_dec(x_557); -x_561 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_561, 0, x_559); -lean_ctor_set(x_561, 1, x_560); -return x_561; +lean_object* x_575; lean_object* x_576; lean_object* x_577; +x_575 = lean_ctor_get(x_573, 0); +x_576 = lean_ctor_get(x_573, 1); +lean_inc(x_576); +lean_inc(x_575); +lean_dec(x_573); +x_577 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_577, 0, x_575); +lean_ctor_set(x_577, 1, x_576); +return x_577; } } else { -uint8_t x_562; -x_562 = !lean_is_exclusive(x_557); -if (x_562 == 0) +uint8_t x_578; +x_578 = !lean_is_exclusive(x_573); +if (x_578 == 0) { -return x_557; +return x_573; } else { -lean_object* x_563; lean_object* x_564; lean_object* x_565; -x_563 = lean_ctor_get(x_557, 0); -x_564 = lean_ctor_get(x_557, 1); -lean_inc(x_564); -lean_inc(x_563); -lean_dec(x_557); -x_565 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_565, 0, x_563); -lean_ctor_set(x_565, 1, x_564); -return x_565; +lean_object* x_579; lean_object* x_580; lean_object* x_581; +x_579 = lean_ctor_get(x_573, 0); +x_580 = lean_ctor_get(x_573, 1); +lean_inc(x_580); +lean_inc(x_579); +lean_dec(x_573); +x_581 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_581, 0, x_579); +lean_ctor_set(x_581, 1, x_580); +return x_581; } } } -else -{ -lean_object* x_566; -x_566 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_540, x_10, x_11, x_12, x_13, x_549); -return x_566; -} } } else { -uint8_t x_567; -lean_dec(x_542); -lean_dec(x_540); +uint8_t x_587; +lean_dec(x_560); +lean_dec(x_558); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5322,30 +5496,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_567 = !lean_is_exclusive(x_543); -if (x_567 == 0) +x_587 = !lean_is_exclusive(x_561); +if (x_587 == 0) { -return x_543; +return x_561; } else { -lean_object* x_568; lean_object* x_569; lean_object* x_570; -x_568 = lean_ctor_get(x_543, 0); -x_569 = lean_ctor_get(x_543, 1); -lean_inc(x_569); -lean_inc(x_568); -lean_dec(x_543); -x_570 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_570, 0, x_568); -lean_ctor_set(x_570, 1, x_569); -return x_570; +lean_object* x_588; lean_object* x_589; lean_object* x_590; +x_588 = lean_ctor_get(x_561, 0); +x_589 = lean_ctor_get(x_561, 1); +lean_inc(x_589); +lean_inc(x_588); +lean_dec(x_561); +x_590 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_590, 0, x_588); +lean_ctor_set(x_590, 1, x_589); +return x_590; } } } } else { -uint8_t x_581; +uint8_t x_601; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5355,193 +5529,207 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_581 = !lean_is_exclusive(x_539); -if (x_581 == 0) +x_601 = !lean_is_exclusive(x_557); +if (x_601 == 0) { -return x_539; +return x_557; } else { -lean_object* x_582; lean_object* x_583; lean_object* x_584; -x_582 = lean_ctor_get(x_539, 0); -x_583 = lean_ctor_get(x_539, 1); -lean_inc(x_583); -lean_inc(x_582); -lean_dec(x_539); -x_584 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_584, 0, x_582); -lean_ctor_set(x_584, 1, x_583); -return x_584; +lean_object* x_602; lean_object* x_603; lean_object* x_604; +x_602 = lean_ctor_get(x_557, 0); +x_603 = lean_ctor_get(x_557, 1); +lean_inc(x_603); +lean_inc(x_602); +lean_dec(x_557); +x_604 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_604, 0, x_602); +lean_ctor_set(x_604, 1, x_603); +return x_604; } } } default: { -lean_object* x_585; lean_object* x_586; lean_object* x_587; uint8_t x_588; lean_object* x_589; +lean_object* x_605; lean_object* x_606; lean_object* x_607; uint8_t x_608; lean_object* x_609; lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_585 = lean_ctor_get(x_15, 1); -lean_inc(x_585); +x_605 = lean_ctor_get(x_15, 1); +lean_inc(x_605); lean_dec(x_15); -x_586 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; -x_587 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; -x_588 = 0; +x_606 = l_Lean_Meta_Match_unfoldNamedPattern___closed__1; +x_607 = l_Lean_Meta_Match_unfoldNamedPattern___closed__2; +x_608 = 0; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_589 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_586, x_587, x_588, x_10, x_11, x_12, x_13, x_585); -if (lean_obj_tag(x_589) == 0) -{ -lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_622; lean_object* x_623; uint8_t x_624; -x_590 = lean_ctor_get(x_589, 0); -lean_inc(x_590); -x_591 = lean_ctor_get(x_589, 1); -lean_inc(x_591); -lean_dec(x_589); -x_622 = lean_array_get_size(x_4); -x_623 = lean_unsigned_to_nat(1u); -x_624 = lean_nat_dec_eq(x_622, x_623); -if (x_624 == 0) -{ -lean_object* x_625; -lean_dec(x_622); -x_625 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_590, x_10, x_11, x_12, x_13, x_591); -return x_625; +x_609 = l_Lean_Meta_transform___at_Lean_Meta_zetaReduce___spec__1(x_16, x_606, x_607, x_608, x_10, x_11, x_12, x_13, x_605); +if (lean_obj_tag(x_609) == 0) +{ +lean_object* x_610; lean_object* x_611; lean_object* x_612; lean_object* x_644; lean_object* x_645; uint8_t x_646; +x_610 = lean_ctor_get(x_609, 0); +lean_inc(x_610); +x_611 = lean_ctor_get(x_609, 1); +lean_inc(x_611); +lean_dec(x_609); +x_644 = lean_array_get_size(x_4); +x_645 = lean_unsigned_to_nat(1u); +x_646 = lean_nat_dec_eq(x_644, x_645); +if (x_646 == 0) +{ +lean_object* x_647; +lean_dec(x_644); +x_647 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_610, x_10, x_11, x_12, x_13, x_611); +return x_647; } else { -lean_object* x_626; uint8_t x_627; -x_626 = lean_unsigned_to_nat(0u); -x_627 = lean_nat_dec_lt(x_626, x_622); -lean_dec(x_622); -if (x_627 == 0) +lean_object* x_648; uint8_t x_649; +x_648 = lean_unsigned_to_nat(0u); +x_649 = lean_nat_dec_lt(x_648, x_644); +lean_dec(x_644); +if (x_649 == 0) { -lean_object* x_628; lean_object* x_629; -x_628 = l_Lean_instInhabitedExpr; -x_629 = l___private_Init_Util_0__outOfBounds___rarg(x_628); -x_592 = x_629; -goto block_621; +lean_object* x_650; lean_object* x_651; +x_650 = l_Lean_instInhabitedExpr; +x_651 = l___private_Init_Util_0__outOfBounds___rarg(x_650); +x_612 = x_651; +goto block_643; } else { -lean_object* x_630; -x_630 = lean_array_fget(x_4, x_626); -x_592 = x_630; -goto block_621; +lean_object* x_652; +x_652 = lean_array_fget(x_4, x_648); +x_612 = x_652; +goto block_643; } } -block_621: +block_643: { -lean_object* x_593; +lean_object* x_613; lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_592); -x_593 = lean_infer_type(x_592, x_10, x_11, x_12, x_13, x_591); -if (lean_obj_tag(x_593) == 0) -{ -lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; uint8_t x_601; -x_594 = lean_ctor_get(x_593, 0); -lean_inc(x_594); -x_595 = lean_ctor_get(x_593, 1); -lean_inc(x_595); -lean_dec(x_593); -x_596 = l_Lean_Expr_fvarId_x21(x_592); -lean_inc(x_590); -x_597 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_590, x_596, x_10, x_11, x_12, x_13, x_595); -lean_dec(x_596); -x_598 = lean_ctor_get(x_597, 0); -lean_inc(x_598); -x_599 = lean_ctor_get(x_597, 1); -lean_inc(x_599); -lean_dec(x_597); -x_600 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__2; -x_601 = l_Lean_Expr_isConstOf(x_594, x_600); -lean_dec(x_594); -if (x_601 == 0) +lean_inc(x_612); +x_613 = lean_infer_type(x_612, x_10, x_11, x_12, x_13, x_611); +if (lean_obj_tag(x_613) == 0) +{ +lean_object* x_614; lean_object* x_615; lean_object* x_616; lean_object* x_617; lean_object* x_618; lean_object* x_619; uint8_t x_620; lean_object* x_635; uint8_t x_636; +x_614 = lean_ctor_get(x_613, 0); +lean_inc(x_614); +x_615 = lean_ctor_get(x_613, 1); +lean_inc(x_615); +lean_dec(x_613); +x_616 = l_Lean_Expr_fvarId_x21(x_612); +lean_inc(x_610); +x_617 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_610, x_616, x_10, x_11, x_12, x_13, x_615); +lean_dec(x_616); +x_618 = lean_ctor_get(x_617, 0); +lean_inc(x_618); +x_619 = lean_ctor_get(x_617, 1); +lean_inc(x_619); +lean_dec(x_617); +x_635 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; +x_636 = l_Lean_Expr_isConstOf(x_614, x_635); +lean_dec(x_614); +if (x_636 == 0) +{ +lean_dec(x_618); +x_620 = x_608; +goto block_634; +} +else { -lean_object* x_602; -lean_dec(x_598); -x_602 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_590, x_10, x_11, x_12, x_13, x_599); -return x_602; +uint8_t x_637; +x_637 = lean_unbox(x_618); +lean_dec(x_618); +if (x_637 == 0) +{ +uint8_t x_638; +x_638 = 1; +x_620 = x_638; +goto block_634; } else { -uint8_t x_603; -x_603 = lean_unbox(x_598); -lean_dec(x_598); -if (x_603 == 0) +x_620 = x_608; +goto block_634; +} +} +block_634: +{ +if (x_620 == 0) +{ +lean_object* x_621; +x_621 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_610, x_10, x_11, x_12, x_13, x_619); +return x_621; +} +else { -lean_object* x_604; lean_object* x_605; lean_object* x_606; lean_object* x_607; +lean_object* x_622; lean_object* x_623; lean_object* x_624; lean_object* x_625; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_604 = l_Lean_Meta_casesOnStuckLHS___closed__2; -x_605 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; -x_606 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__8; -x_607 = lean_apply_10(x_3, x_604, x_604, x_605, x_606, x_590, x_10, x_11, x_12, x_13, x_599); -if (lean_obj_tag(x_607) == 0) +x_622 = l_Lean_Meta_casesOnStuckLHS___closed__2; +x_623 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_624 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__7; +x_625 = lean_apply_10(x_3, x_622, x_622, x_623, x_624, x_610, x_10, x_11, x_12, x_13, x_619); +if (lean_obj_tag(x_625) == 0) { -uint8_t x_608; -x_608 = !lean_is_exclusive(x_607); -if (x_608 == 0) +uint8_t x_626; +x_626 = !lean_is_exclusive(x_625); +if (x_626 == 0) { -return x_607; +return x_625; } else { -lean_object* x_609; lean_object* x_610; lean_object* x_611; -x_609 = lean_ctor_get(x_607, 0); -x_610 = lean_ctor_get(x_607, 1); -lean_inc(x_610); -lean_inc(x_609); -lean_dec(x_607); -x_611 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_611, 0, x_609); -lean_ctor_set(x_611, 1, x_610); -return x_611; +lean_object* x_627; lean_object* x_628; lean_object* x_629; +x_627 = lean_ctor_get(x_625, 0); +x_628 = lean_ctor_get(x_625, 1); +lean_inc(x_628); +lean_inc(x_627); +lean_dec(x_625); +x_629 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_629, 0, x_627); +lean_ctor_set(x_629, 1, x_628); +return x_629; } } else { -uint8_t x_612; -x_612 = !lean_is_exclusive(x_607); -if (x_612 == 0) +uint8_t x_630; +x_630 = !lean_is_exclusive(x_625); +if (x_630 == 0) { -return x_607; +return x_625; } else { -lean_object* x_613; lean_object* x_614; lean_object* x_615; -x_613 = lean_ctor_get(x_607, 0); -x_614 = lean_ctor_get(x_607, 1); -lean_inc(x_614); -lean_inc(x_613); -lean_dec(x_607); -x_615 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_615, 0, x_613); -lean_ctor_set(x_615, 1, x_614); -return x_615; -} +lean_object* x_631; lean_object* x_632; lean_object* x_633; +x_631 = lean_ctor_get(x_625, 0); +x_632 = lean_ctor_get(x_625, 1); +lean_inc(x_632); +lean_inc(x_631); +lean_dec(x_625); +x_633 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_633, 0, x_631); +lean_ctor_set(x_633, 1, x_632); +return x_633; } } -else -{ -lean_object* x_616; -x_616 = lean_apply_10(x_3, x_4, x_5, x_6, x_7, x_590, x_10, x_11, x_12, x_13, x_599); -return x_616; } } } else { -uint8_t x_617; -lean_dec(x_592); -lean_dec(x_590); +uint8_t x_639; +lean_dec(x_612); +lean_dec(x_610); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5551,30 +5739,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_617 = !lean_is_exclusive(x_593); -if (x_617 == 0) +x_639 = !lean_is_exclusive(x_613); +if (x_639 == 0) { -return x_593; +return x_613; } else -{ -lean_object* x_618; lean_object* x_619; lean_object* x_620; -x_618 = lean_ctor_get(x_593, 0); -x_619 = lean_ctor_get(x_593, 1); -lean_inc(x_619); -lean_inc(x_618); -lean_dec(x_593); -x_620 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_620, 0, x_618); -lean_ctor_set(x_620, 1, x_619); -return x_620; +{ +lean_object* x_640; lean_object* x_641; lean_object* x_642; +x_640 = lean_ctor_get(x_613, 0); +x_641 = lean_ctor_get(x_613, 1); +lean_inc(x_641); +lean_inc(x_640); +lean_dec(x_613); +x_642 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_642, 0, x_640); +lean_ctor_set(x_642, 1, x_641); +return x_642; } } } } else { -uint8_t x_631; +uint8_t x_653; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5584,23 +5772,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_631 = !lean_is_exclusive(x_589); -if (x_631 == 0) +x_653 = !lean_is_exclusive(x_609); +if (x_653 == 0) { -return x_589; +return x_609; } else { -lean_object* x_632; lean_object* x_633; lean_object* x_634; -x_632 = lean_ctor_get(x_589, 0); -x_633 = lean_ctor_get(x_589, 1); -lean_inc(x_633); -lean_inc(x_632); -lean_dec(x_589); -x_634 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_634, 0, x_632); -lean_ctor_set(x_634, 1, x_633); -return x_634; +lean_object* x_654; lean_object* x_655; lean_object* x_656; +x_654 = lean_ctor_get(x_609, 0); +x_655 = lean_ctor_get(x_609, 1); +lean_inc(x_655); +lean_inc(x_654); +lean_dec(x_609); +x_656 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_656, 0, x_654); +lean_ctor_set(x_656, 1, x_655); +return x_656; } } } @@ -5608,7 +5796,7 @@ return x_634; } else { -uint8_t x_635; +uint8_t x_657; lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); @@ -5621,23 +5809,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_635 = !lean_is_exclusive(x_15); -if (x_635 == 0) +x_657 = !lean_is_exclusive(x_15); +if (x_657 == 0) { return x_15; } else { -lean_object* x_636; lean_object* x_637; lean_object* x_638; -x_636 = lean_ctor_get(x_15, 0); -x_637 = lean_ctor_get(x_15, 1); -lean_inc(x_637); -lean_inc(x_636); +lean_object* x_658; lean_object* x_659; lean_object* x_660; +x_658 = lean_ctor_get(x_15, 0); +x_659 = lean_ctor_get(x_15, 1); +lean_inc(x_659); +lean_inc(x_658); lean_dec(x_15); -x_638 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_638, 0, x_636); -lean_ctor_set(x_638, 1, x_637); -return x_638; +x_660 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_660, 0, x_658); +lean_ctor_set(x_660, 1, x_659); +return x_660; } } } @@ -5862,7 +6050,7 @@ static lean_object* _init_l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Matc _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Meta.Match.MatchEqs._hyg.2199.0 ).xs.contains rhs\n ", 72); +x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Meta.Match.MatchEqs._hyg.2201.0 ).xs.contains rhs\n ", 72); return x_1; } } @@ -8376,7 +8564,7 @@ x_16 = lean_ctor_get(x_11, 1); lean_inc(x_16); lean_dec(x_11); x_17 = l_Lean_Expr_fvar___override(x_9); -x_18 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_18 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; x_19 = lean_array_push(x_18, x_17); x_20 = 0; x_21 = 1; @@ -10069,193 +10257,193 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; x_15 = lean_array_uget(x_4, x_6); -x_16 = lean_ctor_get(x_7, 1); -lean_inc(x_16); +x_25 = lean_ctor_get(x_7, 1); +lean_inc(x_25); if (lean_is_exclusive(x_7)) { lean_ctor_release(x_7, 0); lean_ctor_release(x_7, 1); - x_17 = x_7; + x_26 = x_7; } else { lean_dec_ref(x_7); - x_17 = lean_box(0); + x_26 = lean_box(0); } if (lean_obj_tag(x_15) == 0) { -lean_object* x_29; -lean_inc(x_16); -x_29 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_29, 0, x_16); -x_18 = x_29; -x_19 = x_12; -goto block_28; +lean_object* x_39; +lean_inc(x_25); +x_39 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_39, 0, x_25); +x_27 = x_39; +x_28 = x_12; +goto block_38; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_30 = lean_ctor_get(x_15, 0); -lean_inc(x_30); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_15, 0); +lean_inc(x_40); lean_dec(x_15); -x_31 = l_Lean_LocalDecl_type(x_30); -lean_dec(x_30); +x_41 = l_Lean_LocalDecl_type(x_40); +lean_dec(x_40); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_32 = l_Lean_Meta_matchEq_x3f(x_31, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_32) == 0) +x_42 = l_Lean_Meta_matchEq_x3f(x_41, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_33; -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -if (lean_obj_tag(x_33) == 0) +lean_object* x_43; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); lean_inc(x_2); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_2); -x_18 = x_35; -x_19 = x_34; -goto block_28; +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_2); +x_27 = x_45; +x_28 = x_44; +goto block_38; } else { -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_36 = lean_ctor_get(x_33, 0); -lean_inc(x_36); -lean_dec(x_33); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -lean_dec(x_36); -x_38 = lean_ctor_get(x_32, 1); -lean_inc(x_38); -lean_dec(x_32); -x_39 = lean_ctor_get(x_37, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_37, 1); -lean_inc(x_40); -lean_dec(x_37); -x_41 = l_Lean_Expr_isFVar(x_39); -if (x_41 == 0) +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_46 = lean_ctor_get(x_43, 0); +lean_inc(x_46); +lean_dec(x_43); +x_47 = lean_ctor_get(x_46, 1); +lean_inc(x_47); +lean_dec(x_46); +x_48 = lean_ctor_get(x_42, 1); +lean_inc(x_48); +lean_dec(x_42); +x_49 = lean_ctor_get(x_47, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_47, 1); +lean_inc(x_50); +lean_dec(x_47); +x_51 = l_Lean_Expr_isFVar(x_49); +if (x_51 == 0) { -lean_object* x_42; -lean_dec(x_40); -lean_dec(x_39); +lean_object* x_52; +lean_dec(x_50); +lean_dec(x_49); lean_inc(x_2); -x_42 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_42, 0, x_2); -x_18 = x_42; -x_19 = x_38; -goto block_28; +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_2); +x_27 = x_52; +x_28 = x_48; +goto block_38; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_43 = l_Lean_Expr_fvarId_x21(x_39); -x_44 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_40, x_43, x_8, x_9, x_10, x_11, x_38); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -lean_dec(x_45); -if (x_46 == 0) +lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_53 = l_Lean_Expr_fvarId_x21(x_49); +x_54 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_50, x_53, x_8, x_9, x_10, x_11, x_48); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +lean_dec(x_55); +if (x_56 == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_1); -x_48 = l_Lean_Meta_subst_x3f(x_1, x_43, x_8, x_9, x_10, x_11, x_47); -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -if (lean_obj_tag(x_49) == 0) +x_58 = l_Lean_Meta_subst_x3f(x_1, x_53, x_8, x_9, x_10, x_11, x_57); +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_48, 1); -lean_inc(x_50); -lean_dec(x_48); +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_58, 1); +lean_inc(x_60); +lean_dec(x_58); lean_inc(x_2); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_2); -x_18 = x_51; -x_19 = x_50; -goto block_28; +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_2); +x_27 = x_61; +x_28 = x_60; +goto block_38; } else { -lean_object* x_52; uint8_t x_53; -x_52 = lean_ctor_get(x_48, 1); -lean_inc(x_52); -lean_dec(x_48); -x_53 = !lean_is_exclusive(x_49); -if (x_53 == 0) +lean_object* x_62; uint8_t x_63; +x_62 = lean_ctor_get(x_58, 1); +lean_inc(x_62); +lean_dec(x_58); +x_63 = !lean_is_exclusive(x_59); +if (x_63 == 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; -x_54 = lean_ctor_get(x_49, 0); -x_55 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; -x_56 = lean_array_push(x_55, x_54); -lean_ctor_set(x_49, 0, x_56); -x_57 = lean_box(0); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_49); -lean_ctor_set(x_58, 1, x_57); -x_59 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_18 = x_59; -x_19 = x_52; -goto block_28; +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_59, 0); +x_65 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; +x_66 = lean_array_push(x_65, x_64); +lean_ctor_set(x_59, 0, x_66); +x_67 = lean_box(0); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_59); +lean_ctor_set(x_68, 1, x_67); +x_69 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_69, 0, x_68); +x_27 = x_69; +x_28 = x_62; +goto block_38; } 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; -x_60 = lean_ctor_get(x_49, 0); -lean_inc(x_60); -lean_dec(x_49); -x_61 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; -x_62 = lean_array_push(x_61, x_60); -x_63 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_64 = lean_box(0); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -x_66 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_66, 0, x_65); -x_18 = x_66; -x_19 = x_52; -goto block_28; +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_70 = lean_ctor_get(x_59, 0); +lean_inc(x_70); +lean_dec(x_59); +x_71 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; +x_72 = lean_array_push(x_71, x_70); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_72); +x_74 = lean_box(0); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +x_76 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_76, 0, x_75); +x_27 = x_76; +x_28 = x_62; +goto block_38; } } } else { -lean_object* x_67; lean_object* x_68; -lean_dec(x_43); -x_67 = lean_ctor_get(x_44, 1); -lean_inc(x_67); -lean_dec(x_44); +lean_object* x_77; lean_object* x_78; +lean_dec(x_53); +x_77 = lean_ctor_get(x_54, 1); +lean_inc(x_77); +lean_dec(x_54); lean_inc(x_2); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_2); -x_18 = x_68; -x_19 = x_67; -goto block_28; +x_78 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_78, 0, x_2); +x_27 = x_78; +x_28 = x_77; +goto block_38; } } } } else { -uint8_t x_69; -lean_dec(x_17); -lean_dec(x_16); +uint8_t x_79; +lean_dec(x_26); +lean_dec(x_25); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10263,31 +10451,31 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_69 = !lean_is_exclusive(x_32); -if (x_69 == 0) +x_79 = !lean_is_exclusive(x_42); +if (x_79 == 0) { -return x_32; +return x_42; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_32, 0); -x_71 = lean_ctor_get(x_32, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_32); -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_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_42, 0); +x_81 = lean_ctor_get(x_42, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_42); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } -block_28: +block_24: { -if (lean_obj_tag(x_18) == 0) +if (lean_obj_tag(x_16) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_object* x_18; lean_object* x_19; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10295,41 +10483,90 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_20 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, x_18); -if (lean_is_scalar(x_17)) { - x_21 = lean_alloc_ctor(0, 2, 0); +x_18 = lean_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +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; size_t x_21; size_t x_22; +x_20 = lean_ctor_get(x_16, 0); +lean_inc(x_20); +lean_dec(x_16); +x_21 = 1; +x_22 = lean_usize_add(x_6, x_21); +x_6 = x_22; +x_7 = x_20; +x_12 = x_17; +goto _start; +} +} +block_38: +{ +if (lean_obj_tag(x_27) == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_29, 0, x_27); +if (lean_is_scalar(x_26)) { + x_30 = lean_alloc_ctor(0, 2, 0); } else { - x_21 = x_17; + x_30 = x_26; } -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_16); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_19); -return x_22; +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_25); +x_31 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_16 = x_31; +x_17 = x_28; +goto block_24; } else { -lean_object* x_23; lean_object* x_24; size_t x_25; size_t x_26; -lean_dec(x_16); -x_23 = lean_ctor_get(x_18, 0); -lean_inc(x_23); -lean_dec(x_18); +uint8_t x_32; +lean_dec(x_25); +x_32 = !lean_is_exclusive(x_27); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_27, 0); lean_inc(x_3); -if (lean_is_scalar(x_17)) { - x_24 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_26)) { + x_34 = lean_alloc_ctor(0, 2, 0); +} else { + x_34 = x_26; +} +lean_ctor_set(x_34, 0, x_3); +lean_ctor_set(x_34, 1, x_33); +lean_ctor_set(x_27, 0, x_34); +x_16 = x_27; +x_17 = x_28; +goto block_24; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_27, 0); +lean_inc(x_35); +lean_dec(x_27); +lean_inc(x_3); +if (lean_is_scalar(x_26)) { + x_36 = lean_alloc_ctor(0, 2, 0); } else { - x_24 = x_17; + x_36 = x_26; +} +lean_ctor_set(x_36, 0, x_3); +lean_ctor_set(x_36, 1, x_35); +x_37 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_16 = x_37; +x_17 = x_28; +goto block_24; } -lean_ctor_set(x_24, 0, x_3); -lean_ctor_set(x_24, 1, x_23); -x_25 = 1; -x_26 = lean_usize_add(x_6, x_25); -x_6 = x_26; -x_7 = x_24; -x_12 = x_19; -goto _start; } } } @@ -10589,193 +10826,193 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; x_15 = lean_array_uget(x_4, x_6); -x_16 = lean_ctor_get(x_7, 1); -lean_inc(x_16); +x_25 = lean_ctor_get(x_7, 1); +lean_inc(x_25); if (lean_is_exclusive(x_7)) { lean_ctor_release(x_7, 0); lean_ctor_release(x_7, 1); - x_17 = x_7; + x_26 = x_7; } else { lean_dec_ref(x_7); - x_17 = lean_box(0); + x_26 = lean_box(0); } if (lean_obj_tag(x_15) == 0) { -lean_object* x_30; -lean_inc(x_16); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_16); -x_18 = x_30; -x_19 = x_12; -goto block_29; +lean_object* x_44; +lean_inc(x_25); +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_25); +x_27 = x_44; +x_28 = x_12; +goto block_43; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_15, 0); -lean_inc(x_31); +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_15, 0); +lean_inc(x_45); lean_dec(x_15); -x_32 = l_Lean_LocalDecl_type(x_31); -lean_dec(x_31); +x_46 = l_Lean_LocalDecl_type(x_45); +lean_dec(x_45); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_33 = l_Lean_Meta_matchEq_x3f(x_32, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_33) == 0) +x_47 = l_Lean_Meta_matchEq_x3f(x_46, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_47) == 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_48; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); lean_inc(x_2); -x_36 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_36, 0, x_2); -x_18 = x_36; -x_19 = x_35; -goto block_29; +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_2); +x_27 = x_50; +x_28 = x_49; +goto block_43; } else { -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_ctor_get(x_34, 0); -lean_inc(x_37); -lean_dec(x_34); -x_38 = lean_ctor_get(x_37, 1); -lean_inc(x_38); -lean_dec(x_37); -x_39 = lean_ctor_get(x_33, 1); -lean_inc(x_39); -lean_dec(x_33); -x_40 = lean_ctor_get(x_38, 0); -lean_inc(x_40); -x_41 = lean_ctor_get(x_38, 1); -lean_inc(x_41); -lean_dec(x_38); -x_42 = l_Lean_Expr_isFVar(x_40); -if (x_42 == 0) +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_51 = lean_ctor_get(x_48, 0); +lean_inc(x_51); +lean_dec(x_48); +x_52 = lean_ctor_get(x_51, 1); +lean_inc(x_52); +lean_dec(x_51); +x_53 = lean_ctor_get(x_47, 1); +lean_inc(x_53); +lean_dec(x_47); +x_54 = lean_ctor_get(x_52, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_52, 1); +lean_inc(x_55); +lean_dec(x_52); +x_56 = l_Lean_Expr_isFVar(x_54); +if (x_56 == 0) { -lean_object* x_43; -lean_dec(x_41); -lean_dec(x_40); +lean_object* x_57; +lean_dec(x_55); +lean_dec(x_54); lean_inc(x_2); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_2); -x_18 = x_43; -x_19 = x_39; -goto block_29; +x_57 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_57, 0, x_2); +x_27 = x_57; +x_28 = x_53; +goto block_43; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_44 = l_Lean_Expr_fvarId_x21(x_40); -x_45 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_41, x_44, x_8, x_9, x_10, x_11, x_39); -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -x_47 = lean_unbox(x_46); -lean_dec(x_46); -if (x_47 == 0) +lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_58 = l_Lean_Expr_fvarId_x21(x_54); +x_59 = l_Lean_exprDependsOn___at___private_Lean_Meta_CongrTheorems_0__Lean_Meta_mkCast_go___spec__1(x_55, x_58, x_8, x_9, x_10, x_11, x_53); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +lean_dec(x_60); +if (x_61 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_45, 1); -lean_inc(x_48); -lean_dec(x_45); +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_1); -x_49 = l_Lean_Meta_subst_x3f(x_1, x_44, x_8, x_9, x_10, x_11, x_48); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -if (lean_obj_tag(x_50) == 0) +x_63 = l_Lean_Meta_subst_x3f(x_1, x_58, x_8, x_9, x_10, x_11, x_62); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +if (lean_obj_tag(x_64) == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); lean_inc(x_2); -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_2); -x_18 = x_52; -x_19 = x_51; -goto block_29; +x_66 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_66, 0, x_2); +x_27 = x_66; +x_28 = x_65; +goto block_43; } else { -lean_object* x_53; uint8_t x_54; -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_67; uint8_t x_68; +x_67 = lean_ctor_get(x_63, 1); +lean_inc(x_67); +lean_dec(x_63); +x_68 = !lean_is_exclusive(x_64); +if (x_68 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_55 = lean_ctor_get(x_50, 0); -x_56 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; -x_57 = lean_array_push(x_56, x_55); -lean_ctor_set(x_50, 0, x_57); -x_58 = lean_box(0); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_50); -lean_ctor_set(x_59, 1, x_58); -x_60 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_60, 0, x_59); -x_18 = x_60; -x_19 = x_53; -goto block_29; +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_69 = lean_ctor_get(x_64, 0); +x_70 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; +x_71 = lean_array_push(x_70, x_69); +lean_ctor_set(x_64, 0, x_71); +x_72 = lean_box(0); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_64); +lean_ctor_set(x_73, 1, x_72); +x_74 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_74, 0, x_73); +x_27 = x_74; +x_28 = x_67; +goto block_43; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_61 = lean_ctor_get(x_50, 0); -lean_inc(x_61); -lean_dec(x_50); -x_62 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; -x_63 = lean_array_push(x_62, x_61); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_63); -x_65 = lean_box(0); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_64); -lean_ctor_set(x_66, 1, x_65); -x_67 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_67, 0, x_66); -x_18 = x_67; -x_19 = x_53; -goto block_29; +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_75 = lean_ctor_get(x_64, 0); +lean_inc(x_75); +lean_dec(x_64); +x_76 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; +x_77 = lean_array_push(x_76, x_75); +x_78 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_78, 0, x_77); +x_79 = lean_box(0); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_78); +lean_ctor_set(x_80, 1, x_79); +x_81 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_81, 0, x_80); +x_27 = x_81; +x_28 = x_67; +goto block_43; } } } else { -lean_object* x_68; lean_object* x_69; -lean_dec(x_44); -x_68 = lean_ctor_get(x_45, 1); -lean_inc(x_68); -lean_dec(x_45); +lean_object* x_82; lean_object* x_83; +lean_dec(x_58); +x_82 = lean_ctor_get(x_59, 1); +lean_inc(x_82); +lean_dec(x_59); lean_inc(x_2); -x_69 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_69, 0, x_2); -x_18 = x_69; -x_19 = x_68; -goto block_29; +x_83 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_83, 0, x_2); +x_27 = x_83; +x_28 = x_82; +goto block_43; } } } } else { -uint8_t x_70; -lean_dec(x_17); -lean_dec(x_16); +uint8_t x_84; +lean_dec(x_26); +lean_dec(x_25); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10783,31 +11020,31 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_70 = !lean_is_exclusive(x_33); -if (x_70 == 0) +x_84 = !lean_is_exclusive(x_47); +if (x_84 == 0) { -return x_33; +return x_47; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_33, 0); -x_72 = lean_ctor_get(x_33, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_33); -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; +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_47, 0); +x_86 = lean_ctor_get(x_47, 1); +lean_inc(x_86); +lean_inc(x_85); +lean_dec(x_47); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } -block_29: +block_24: { -if (lean_obj_tag(x_18) == 0) +if (lean_obj_tag(x_16) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_object* x_18; lean_object* x_19; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -10815,44 +11052,116 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_20 = lean_ctor_get(x_18, 0); +x_18 = lean_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +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; size_t x_21; size_t x_22; +x_20 = lean_ctor_get(x_16, 0); lean_inc(x_20); -lean_dec(x_18); -x_21 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_21, 0, x_20); -if (lean_is_scalar(x_17)) { - x_22 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_16); +x_21 = 1; +x_22 = lean_usize_add(x_6, x_21); +x_6 = x_22; +x_7 = x_20; +x_12 = x_17; +goto _start; +} +} +block_43: +{ +if (lean_obj_tag(x_27) == 0) +{ +uint8_t x_29; +x_29 = !lean_is_exclusive(x_27); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_30 = lean_ctor_get(x_27, 0); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_30); +if (lean_is_scalar(x_26)) { + x_32 = lean_alloc_ctor(0, 2, 0); +} else { + x_32 = x_26; +} +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_25); +lean_ctor_set(x_27, 0, x_32); +x_16 = x_27; +x_17 = x_28; +goto block_24; +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_27, 0); +lean_inc(x_33); +lean_dec(x_27); +x_34 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_34, 0, x_33); +if (lean_is_scalar(x_26)) { + x_35 = lean_alloc_ctor(0, 2, 0); +} else { + x_35 = x_26; +} +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_25); +x_36 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_16 = x_36; +x_17 = x_28; +goto block_24; +} +} +else +{ +uint8_t x_37; +lean_dec(x_25); +x_37 = !lean_is_exclusive(x_27); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; +x_38 = lean_ctor_get(x_27, 0); +lean_inc(x_3); +if (lean_is_scalar(x_26)) { + x_39 = lean_alloc_ctor(0, 2, 0); } else { - x_22 = x_17; + x_39 = x_26; } -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_16); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_19); -return x_23; +lean_ctor_set(x_39, 0, x_3); +lean_ctor_set(x_39, 1, x_38); +lean_ctor_set(x_27, 0, x_39); +x_16 = x_27; +x_17 = x_28; +goto block_24; } else { -lean_object* x_24; lean_object* x_25; size_t x_26; size_t x_27; -lean_dec(x_16); -x_24 = lean_ctor_get(x_18, 0); -lean_inc(x_24); -lean_dec(x_18); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_27, 0); +lean_inc(x_40); +lean_dec(x_27); lean_inc(x_3); -if (lean_is_scalar(x_17)) { - x_25 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_26)) { + x_41 = lean_alloc_ctor(0, 2, 0); } else { - x_25 = x_17; + x_41 = x_26; +} +lean_ctor_set(x_41, 0, x_3); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_41); +x_16 = x_42; +x_17 = x_28; +goto block_24; } -lean_ctor_set(x_25, 0, x_3); -lean_ctor_set(x_25, 1, x_24); -x_26 = 1; -x_27 = lean_usize_add(x_6, x_26); -x_6 = x_27; -x_7 = x_25; -x_12 = x_19; -goto _start; } } } @@ -11416,7 +11725,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_proveCondEqThm_go___lambda__1(lean_ob _start: { lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_8 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_8 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; x_9 = lean_array_push(x_8, x_1); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_9); @@ -13881,50 +14190,35 @@ lean_inc(x_8); x_66 = lean_whnf(x_58, x_8, x_9, x_10, x_11, x_65); if (lean_obj_tag(x_66) == 0) { -lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_118; +lean_object* x_67; lean_object* x_68; uint8_t x_69; uint8_t x_119; x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); lean_dec(x_66); -x_118 = l_Lean_Expr_isNatLit(x_64); +x_119 = l_Lean_Expr_isNatLit(x_64); lean_dec(x_64); -if (x_118 == 0) +if (x_119 == 0) { -lean_object* x_119; +uint8_t x_120; lean_dec(x_67); -x_119 = lean_box(0); -x_69 = x_119; -goto block_117; +x_120 = 0; +x_69 = x_120; +goto block_118; } else { -uint8_t x_120; -x_120 = l_Lean_Expr_isNatLit(x_67); +uint8_t x_121; +x_121 = l_Lean_Expr_isNatLit(x_67); lean_dec(x_67); -if (x_120 == 0) -{ -lean_object* x_121; -x_121 = lean_box(0); x_69 = x_121; -goto block_117; +goto block_118; } -else +block_118: { -lean_object* x_122; -lean_dec(x_49); -lean_inc(x_2); -x_122 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_122, 0, x_2); -x_27 = x_122; -x_28 = x_68; -goto block_38; -} -} -block_117: +if (x_69 == 0) { lean_object* x_70; lean_object* x_71; lean_object* x_72; -lean_dec(x_69); x_70 = l_Lean_LocalDecl_fvarId(x_49); x_71 = lean_box(0); lean_inc(x_11); @@ -14122,10 +14416,22 @@ return x_116; } } } +else +{ +lean_object* x_117; +lean_dec(x_49); +lean_inc(x_2); +x_117 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_117, 0, x_2); +x_27 = x_117; +x_28 = x_68; +goto block_38; +} +} } else { -uint8_t x_123; +uint8_t x_122; lean_dec(x_64); lean_dec(x_49); lean_dec(x_26); @@ -14137,29 +14443,29 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_123 = !lean_is_exclusive(x_66); -if (x_123 == 0) +x_122 = !lean_is_exclusive(x_66); +if (x_122 == 0) { return x_66; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_66, 0); -x_125 = lean_ctor_get(x_66, 1); -lean_inc(x_125); +lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_123 = lean_ctor_get(x_66, 0); +x_124 = lean_ctor_get(x_66, 1); lean_inc(x_124); +lean_inc(x_123); lean_dec(x_66); -x_126 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -return x_126; +x_125 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_125, 0, x_123); +lean_ctor_set(x_125, 1, x_124); +return x_125; } } } else { -uint8_t x_127; +uint8_t x_126; lean_dec(x_58); lean_dec(x_49); lean_dec(x_26); @@ -14171,46 +14477,46 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_127 = !lean_is_exclusive(x_63); -if (x_127 == 0) +x_126 = !lean_is_exclusive(x_63); +if (x_126 == 0) { return x_63; } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_128 = lean_ctor_get(x_63, 0); -x_129 = lean_ctor_get(x_63, 1); -lean_inc(x_129); +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_63, 0); +x_128 = lean_ctor_get(x_63, 1); lean_inc(x_128); +lean_inc(x_127); lean_dec(x_63); -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; +x_129 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_129, 0, x_127); +lean_ctor_set(x_129, 1, x_128); +return x_129; } } } else { -lean_object* x_131; lean_object* x_132; +lean_object* x_130; lean_object* x_131; lean_dec(x_58); lean_dec(x_57); lean_dec(x_49); -x_131 = lean_ctor_get(x_59, 1); -lean_inc(x_131); +x_130 = lean_ctor_get(x_59, 1); +lean_inc(x_130); lean_dec(x_59); lean_inc(x_2); -x_132 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_132, 0, x_2); -x_27 = x_132; -x_28 = x_131; +x_131 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_131, 0, x_2); +x_27 = x_131; +x_28 = x_130; goto block_38; } } else { -uint8_t x_133; +uint8_t x_132; lean_dec(x_58); lean_dec(x_57); lean_dec(x_49); @@ -14223,30 +14529,30 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_133 = !lean_is_exclusive(x_59); -if (x_133 == 0) +x_132 = !lean_is_exclusive(x_59); +if (x_132 == 0) { return x_59; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_59, 0); -x_135 = lean_ctor_get(x_59, 1); -lean_inc(x_135); +lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_133 = lean_ctor_get(x_59, 0); +x_134 = lean_ctor_get(x_59, 1); lean_inc(x_134); +lean_inc(x_133); lean_dec(x_59); -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; +x_135 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_135, 0, x_133); +lean_ctor_set(x_135, 1, x_134); +return x_135; } } } } else { -uint8_t x_137; +uint8_t x_136; lean_dec(x_49); lean_dec(x_26); lean_dec(x_25); @@ -14257,23 +14563,23 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_137 = !lean_is_exclusive(x_51); -if (x_137 == 0) +x_136 = !lean_is_exclusive(x_51); +if (x_136 == 0) { return x_51; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_51, 0); -x_139 = lean_ctor_get(x_51, 1); -lean_inc(x_139); +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_51, 0); +x_138 = lean_ctor_get(x_51, 1); lean_inc(x_138); +lean_inc(x_137); lean_dec(x_51); -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; +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; } } } @@ -14752,50 +15058,35 @@ lean_inc(x_8); x_71 = lean_whnf(x_63, x_8, x_9, x_10, x_11, x_70); if (lean_obj_tag(x_71) == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_123; +lean_object* x_72; lean_object* x_73; uint8_t x_74; uint8_t x_124; 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_123 = l_Lean_Expr_isNatLit(x_69); +x_124 = l_Lean_Expr_isNatLit(x_69); lean_dec(x_69); -if (x_123 == 0) +if (x_124 == 0) { -lean_object* x_124; +uint8_t x_125; lean_dec(x_72); -x_124 = lean_box(0); -x_74 = x_124; -goto block_122; +x_125 = 0; +x_74 = x_125; +goto block_123; } else { -uint8_t x_125; -x_125 = l_Lean_Expr_isNatLit(x_72); +uint8_t x_126; +x_126 = l_Lean_Expr_isNatLit(x_72); lean_dec(x_72); -if (x_125 == 0) -{ -lean_object* x_126; -x_126 = lean_box(0); x_74 = x_126; -goto block_122; +goto block_123; } -else +block_123: { -lean_object* x_127; -lean_dec(x_54); -lean_inc(x_2); -x_127 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_127, 0, x_2); -x_27 = x_127; -x_28 = x_73; -goto block_43; -} -} -block_122: +if (x_74 == 0) { lean_object* x_75; lean_object* x_76; lean_object* x_77; -lean_dec(x_74); x_75 = l_Lean_LocalDecl_fvarId(x_54); x_76 = lean_box(0); lean_inc(x_11); @@ -14993,10 +15284,22 @@ return x_121; } } } +else +{ +lean_object* x_122; +lean_dec(x_54); +lean_inc(x_2); +x_122 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_122, 0, x_2); +x_27 = x_122; +x_28 = x_73; +goto block_43; +} +} } else { -uint8_t x_128; +uint8_t x_127; lean_dec(x_69); lean_dec(x_54); lean_dec(x_26); @@ -15008,29 +15311,29 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_128 = !lean_is_exclusive(x_71); -if (x_128 == 0) +x_127 = !lean_is_exclusive(x_71); +if (x_127 == 0) { return x_71; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_71, 0); -x_130 = lean_ctor_get(x_71, 1); -lean_inc(x_130); +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_71, 0); +x_129 = lean_ctor_get(x_71, 1); lean_inc(x_129); +lean_inc(x_128); lean_dec(x_71); -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; +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 { -uint8_t x_132; +uint8_t x_131; lean_dec(x_63); lean_dec(x_54); lean_dec(x_26); @@ -15042,46 +15345,46 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_132 = !lean_is_exclusive(x_68); -if (x_132 == 0) +x_131 = !lean_is_exclusive(x_68); +if (x_131 == 0) { return x_68; } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_133 = lean_ctor_get(x_68, 0); -x_134 = lean_ctor_get(x_68, 1); -lean_inc(x_134); +lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_132 = lean_ctor_get(x_68, 0); +x_133 = lean_ctor_get(x_68, 1); lean_inc(x_133); +lean_inc(x_132); lean_dec(x_68); -x_135 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_134); -return x_135; +x_134 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_134, 0, x_132); +lean_ctor_set(x_134, 1, x_133); +return x_134; } } } else { -lean_object* x_136; lean_object* x_137; +lean_object* x_135; lean_object* x_136; lean_dec(x_63); lean_dec(x_62); lean_dec(x_54); -x_136 = lean_ctor_get(x_64, 1); -lean_inc(x_136); +x_135 = lean_ctor_get(x_64, 1); +lean_inc(x_135); lean_dec(x_64); lean_inc(x_2); -x_137 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_137, 0, x_2); -x_27 = x_137; -x_28 = x_136; +x_136 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_136, 0, x_2); +x_27 = x_136; +x_28 = x_135; goto block_43; } } else { -uint8_t x_138; +uint8_t x_137; lean_dec(x_63); lean_dec(x_62); lean_dec(x_54); @@ -15094,30 +15397,30 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_138 = !lean_is_exclusive(x_64); -if (x_138 == 0) +x_137 = !lean_is_exclusive(x_64); +if (x_137 == 0) { return x_64; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_139 = lean_ctor_get(x_64, 0); -x_140 = lean_ctor_get(x_64, 1); -lean_inc(x_140); +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_64, 0); +x_139 = lean_ctor_get(x_64, 1); lean_inc(x_139); +lean_inc(x_138); lean_dec(x_64); -x_141 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_141, 0, x_139); -lean_ctor_set(x_141, 1, x_140); -return x_141; +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 { -uint8_t x_142; +uint8_t x_141; lean_dec(x_54); lean_dec(x_26); lean_dec(x_25); @@ -15128,23 +15431,23 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_142 = !lean_is_exclusive(x_56); -if (x_142 == 0) +x_141 = !lean_is_exclusive(x_56); +if (x_141 == 0) { return x_56; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_143 = lean_ctor_get(x_56, 0); -x_144 = lean_ctor_get(x_56, 1); -lean_inc(x_144); +lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_142 = lean_ctor_get(x_56, 0); +x_143 = lean_ctor_get(x_56, 1); lean_inc(x_143); +lean_inc(x_142); lean_dec(x_56); -x_145 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -return x_145; +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; } } } @@ -16836,6 +17139,16 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } +static lean_object* _init_l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___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_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___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, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { @@ -16852,56 +17165,74 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_26; lean_dec(x_5); x_15 = lean_ctor_get(x_2, 0); x_16 = lean_array_uget(x_15, x_4); -x_17 = l_Lean_Expr_isFVar(x_16); -if (x_17 == 0) +x_26 = l_Lean_Expr_isFVar(x_16); +if (x_26 == 0) { -size_t x_18; size_t x_19; +lean_object* x_27; lean_dec(x_16); -x_18 = 1; -x_19 = lean_usize_add(x_4, x_18); lean_inc(x_1); -{ -size_t _tmp_3 = x_19; -lean_object* _tmp_4 = x_1; -x_4 = _tmp_3; -x_5 = _tmp_4; -} -goto _start; +x_27 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_27, 0, x_1); +x_17 = x_27; +x_18 = x_12; +goto block_25; } else { -lean_object* x_21; lean_object* x_22; -x_21 = l_Lean_Expr_fvarId_x21(x_16); -x_22 = l_Lean_RBNode_find___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__1(x_6, x_21); -lean_dec(x_21); -if (lean_obj_tag(x_22) == 0) +lean_object* x_28; lean_object* x_29; +x_28 = l_Lean_Expr_fvarId_x21(x_16); +x_29 = l_Lean_RBNode_find___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__1(x_6, x_28); +lean_dec(x_28); +if (lean_obj_tag(x_29) == 0) { -size_t x_23; size_t x_24; -x_23 = 1; -x_24 = lean_usize_add(x_4, x_23); +lean_object* x_30; lean_inc(x_1); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_1); +x_17 = x_30; +x_18 = x_12; +goto block_25; +} +else { -size_t _tmp_3 = x_24; -lean_object* _tmp_4 = x_1; -x_4 = _tmp_3; -x_5 = _tmp_4; +lean_object* x_31; +lean_dec(x_29); +x_31 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__3; +x_17 = x_31; +x_18 = x_12; +goto block_25; } -goto _start; } -else +block_25: { -lean_object* x_26; lean_object* x_27; -lean_dec(x_22); +if (lean_obj_tag(x_17) == 0) +{ +lean_object* x_19; lean_object* x_20; lean_dec(x_1); -x_26 = l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__2; -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_12); -return x_27; +x_19 = lean_ctor_get(x_17, 0); +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 +{ +lean_object* x_21; size_t x_22; size_t x_23; +x_21 = lean_ctor_get(x_17, 0); +lean_inc(x_21); +lean_dec(x_17); +x_22 = 1; +x_23 = lean_usize_add(x_4, x_22); +x_4 = x_23; +x_5 = x_21; +x_12 = x_18; +goto _start; } } } @@ -17996,139 +18327,139 @@ return x_33; } else { -lean_object* x_34; lean_object* x_35; uint8_t x_36; +lean_object* x_34; uint8_t x_35; lean_object* x_78; uint8_t x_79; x_34 = lean_array_fget(x_6, x_8); -x_35 = lean_array_get_size(x_2); -x_36 = lean_nat_dec_lt(x_8, x_35); -lean_dec(x_35); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; -lean_dec(x_17); -x_37 = lean_unsigned_to_nat(1u); -x_38 = lean_nat_add(x_8, x_37); -lean_dec(x_8); -x_39 = lean_array_push(x_9, x_34); -x_8 = x_38; -x_9 = x_39; -goto _start; +x_78 = lean_array_get_size(x_2); +x_79 = lean_nat_dec_lt(x_8, x_78); +lean_dec(x_78); +if (x_79 == 0) +{ +uint8_t x_80; +x_80 = 0; +x_35 = x_80; +goto block_77; } else { -lean_object* x_41; uint8_t x_42; -x_41 = lean_array_fget(x_2, x_8); -x_42 = lean_unbox(x_41); -lean_dec(x_41); -if (x_42 == 0) +lean_object* x_81; uint8_t x_82; +x_81 = lean_array_fget(x_2, x_8); +x_82 = lean_unbox(x_81); +lean_dec(x_81); +x_35 = x_82; +goto block_77; +} +block_77: { -lean_object* x_43; lean_object* x_44; lean_object* x_45; +if (x_35 == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_17); -x_43 = lean_unsigned_to_nat(1u); -x_44 = lean_nat_add(x_8, x_43); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_add(x_8, x_36); lean_dec(x_8); -x_45 = lean_array_push(x_9, x_34); -x_8 = x_44; -x_9 = x_45; +x_38 = lean_array_push(x_9, x_34); +x_8 = x_37; +x_9 = x_38; goto _start; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; -x_47 = lean_unsigned_to_nat(6u); -x_48 = lean_nat_add(x_47, x_8); -x_49 = lean_array_get_size(x_1); -x_50 = lean_nat_dec_lt(x_48, x_49); -if (x_50 == 0) +lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; +x_40 = lean_unsigned_to_nat(6u); +x_41 = lean_nat_add(x_40, x_8); +x_42 = lean_array_get_size(x_1); +x_43 = lean_nat_dec_lt(x_41, x_42); +if (x_43 == 0) { -lean_object* x_81; lean_object* x_82; -lean_dec(x_48); -x_81 = l_Lean_instInhabitedExpr; -x_82 = l___private_Init_Util_0__outOfBounds___rarg(x_81); -x_51 = x_82; -goto block_80; +lean_object* x_74; lean_object* x_75; +lean_dec(x_41); +x_74 = l_Lean_instInhabitedExpr; +x_75 = l___private_Init_Util_0__outOfBounds___rarg(x_74); +x_44 = x_75; +goto block_73; } else { -lean_object* x_83; -x_83 = lean_array_fget(x_1, x_48); -lean_dec(x_48); -x_51 = x_83; -goto block_80; +lean_object* x_76; +x_76 = lean_array_fget(x_1, x_41); +lean_dec(x_41); +x_44 = x_76; +goto block_73; } -block_80: +block_73: { -lean_object* x_52; +lean_object* x_45; lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -lean_inc(x_51); -x_52 = lean_infer_type(x_51, x_12, x_13, x_14, x_15, x_16); -if (lean_obj_tag(x_52) == 0) +lean_inc(x_44); +x_45 = lean_infer_type(x_44, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__4; -x_56 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___spec__2(x_55, x_10, x_11, x_12, x_13, x_14, x_15, x_54); -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_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +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___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__4; +x_49 = l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___spec__2(x_48, x_10, x_11, x_12, x_13, x_14, x_15, x_47); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_unbox(x_50); +lean_dec(x_50); +if (x_51 == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -lean_dec(x_51); -x_59 = lean_ctor_get(x_56, 1); -lean_inc(x_59); -lean_dec(x_56); -x_60 = lean_box(0); -x_61 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___lambda__2(x_53, x_3, x_5, x_1, x_9, x_17, x_49, x_8, x_34, x_2, x_4, x_6, x_7, x_60, x_10, x_11, x_12, x_13, x_14, x_15, x_59); -return x_61; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +lean_dec(x_44); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +lean_dec(x_49); +x_53 = lean_box(0); +x_54 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___lambda__2(x_46, x_3, x_5, x_1, x_9, x_17, x_42, x_8, x_34, x_2, x_4, x_6, x_7, x_53, x_10, x_11, x_12, x_13, x_14, x_15, x_52); +return x_54; } 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; -x_62 = lean_ctor_get(x_56, 1); -lean_inc(x_62); -lean_dec(x_56); -x_63 = l_Lean_MessageData_ofExpr(x_51); -x_64 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___closed__6; -x_65 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_63); -x_66 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___closed__8; -x_67 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_67, 0, x_65); -lean_ctor_set(x_67, 1, x_66); -lean_inc(x_53); -x_68 = l_Lean_MessageData_ofExpr(x_53); -x_69 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_69, 0, x_67); -lean_ctor_set(x_69, 1, x_68); -x_70 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__12; -x_71 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_71, 0, x_69); -lean_ctor_set(x_71, 1, x_70); -x_72 = l_Lean_addTrace___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___spec__5(x_55, x_71, x_10, x_11, x_12, x_13, x_14, x_15, x_62); -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); -x_75 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___lambda__2(x_53, x_3, x_5, x_1, x_9, x_17, x_49, x_8, x_34, x_2, x_4, x_6, x_7, x_73, x_10, x_11, x_12, x_13, x_14, x_15, x_74); -lean_dec(x_73); -return x_75; +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; +x_55 = lean_ctor_get(x_49, 1); +lean_inc(x_55); +lean_dec(x_49); +x_56 = l_Lean_MessageData_ofExpr(x_44); +x_57 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___closed__6; +x_58 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_56); +x_59 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___closed__8; +x_60 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +lean_inc(x_46); +x_61 = l_Lean_MessageData_ofExpr(x_46); +x_62 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); +x_63 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__12; +x_64 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_64, 0, x_62); +lean_ctor_set(x_64, 1, x_63); +x_65 = l_Lean_addTrace___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___spec__5(x_48, x_64, x_10, x_11, x_12, x_13, x_14, x_15, x_55); +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___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec_go___lambda__2(x_46, x_3, x_5, x_1, x_9, x_17, x_42, x_8, x_34, x_2, x_4, x_6, x_7, x_66, x_10, x_11, x_12, x_13, x_14, x_15, x_67); +lean_dec(x_66); +return x_68; } } else { -uint8_t x_76; -lean_dec(x_51); -lean_dec(x_49); +uint8_t x_69; +lean_dec(x_44); +lean_dec(x_42); lean_dec(x_34); lean_dec(x_17); lean_dec(x_15); @@ -18146,23 +18477,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_76 = !lean_is_exclusive(x_52); -if (x_76 == 0) +x_69 = !lean_is_exclusive(x_45); +if (x_69 == 0) { -return x_52; +return x_45; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_52, 0); -x_78 = lean_ctor_get(x_52, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_52); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_45, 0); +x_71 = lean_ctor_get(x_45, 1); +lean_inc(x_71); +lean_inc(x_70); +lean_dec(x_45); +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; } } } @@ -19131,7 +19462,7 @@ x_21 = lean_unsigned_to_nat(0u); x_22 = lean_nat_dec_eq(x_8, x_21); if (x_22 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_165; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; uint8_t x_176; x_23 = lean_unsigned_to_nat(1u); x_24 = lean_nat_sub(x_8, x_23); lean_dec(x_8); @@ -19140,126 +19471,62 @@ lean_inc(x_25); x_26 = lean_ctor_get(x_12, 1); lean_inc(x_26); lean_dec(x_12); -x_165 = lean_nat_dec_lt(x_9, x_5); -if (x_165 == 0) -{ -uint8_t x_166; lean_object* x_167; lean_object* x_168; uint8_t x_169; -x_166 = l_instInhabitedBool; -x_167 = lean_box(x_166); -x_168 = l___private_Init_Util_0__outOfBounds___rarg(x_167); -x_169 = lean_unbox(x_168); -lean_dec(x_168); -if (x_169 == 0) -{ -lean_object* x_170; lean_object* x_171; -x_170 = lean_box(0); -lean_inc(x_16); -lean_inc(x_13); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_1); -x_171 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_25, x_26, x_170, x_13, x_14, x_15, x_16, x_17, x_18, x_19); -lean_dec(x_26); -if (lean_obj_tag(x_171) == 0) -{ -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; -x_172 = lean_ctor_get(x_171, 0); -lean_inc(x_172); -x_173 = lean_ctor_get(x_171, 1); -lean_inc(x_173); -lean_dec(x_171); -x_174 = lean_ctor_get(x_172, 0); -lean_inc(x_174); -lean_dec(x_172); -x_175 = lean_nat_add(x_9, x_11); -lean_dec(x_9); -x_8 = x_24; -x_9 = x_175; -x_12 = x_174; -x_19 = x_173; -goto _start; -} -else -{ -uint8_t x_177; -lean_dec(x_24); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_177 = !lean_is_exclusive(x_171); -if (x_177 == 0) -{ -return x_171; -} -else +x_176 = lean_nat_dec_lt(x_9, x_5); +if (x_176 == 0) { -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_171, 0); -x_179 = lean_ctor_get(x_171, 1); -lean_inc(x_179); -lean_inc(x_178); -lean_dec(x_171); -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; -} -} +uint8_t x_177; lean_object* x_178; lean_object* x_179; uint8_t x_180; +x_177 = l_instInhabitedBool; +x_178 = lean_box(x_177); +x_179 = l___private_Init_Util_0__outOfBounds___rarg(x_178); +x_180 = lean_unbox(x_179); +lean_dec(x_179); +x_27 = x_180; +goto block_175; } else { -lean_object* x_181; -x_181 = lean_box(0); -x_27 = x_181; -goto block_164; -} +lean_object* x_181; uint8_t x_182; +x_181 = lean_array_fget(x_4, x_9); +x_182 = lean_unbox(x_181); +lean_dec(x_181); +x_27 = x_182; +goto block_175; } -else +block_175: { -lean_object* x_182; uint8_t x_183; -x_182 = lean_array_fget(x_4, x_9); -x_183 = lean_unbox(x_182); -lean_dec(x_182); -if (x_183 == 0) +if (x_27 == 0) { -lean_object* x_184; lean_object* x_185; -x_184 = lean_box(0); +lean_object* x_28; lean_object* x_29; +x_28 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_185 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_25, x_26, x_184, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_29 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_25, x_26, x_28, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_185) == 0) +if (lean_obj_tag(x_29) == 0) { -lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_186 = lean_ctor_get(x_185, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_185, 1); -lean_inc(x_187); -lean_dec(x_185); -x_188 = lean_ctor_get(x_186, 0); -lean_inc(x_188); -lean_dec(x_186); -x_189 = lean_nat_add(x_9, x_11); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +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_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_189; -x_12 = x_188; -x_19 = x_187; +x_9 = x_33; +x_12 = x_32; +x_19 = x_31; goto _start; } else { -uint8_t x_191; +uint8_t x_35; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19271,113 +19538,104 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_191 = !lean_is_exclusive(x_185); -if (x_191 == 0) +x_35 = !lean_is_exclusive(x_29); +if (x_35 == 0) { -return x_185; +return x_29; } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; -x_192 = lean_ctor_get(x_185, 0); -x_193 = lean_ctor_get(x_185, 1); -lean_inc(x_193); -lean_inc(x_192); -lean_dec(x_185); -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_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_29, 0); +x_37 = lean_ctor_get(x_29, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_29); +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_195; -x_195 = lean_box(0); -x_27 = x_195; -goto block_164; -} -} -block_164: -{ -lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; -lean_dec(x_27); -x_28 = lean_unsigned_to_nat(6u); -x_29 = lean_nat_add(x_28, x_9); -x_30 = lean_nat_dec_lt(x_29, x_3); -if (x_30 == 0) +lean_object* x_39; lean_object* x_40; uint8_t x_41; lean_object* x_42; +x_39 = lean_unsigned_to_nat(6u); +x_40 = lean_nat_add(x_39, x_9); +x_41 = lean_nat_dec_lt(x_40, x_3); +if (x_41 == 0) { -lean_object* x_161; lean_object* x_162; -lean_dec(x_29); -x_161 = l_Lean_instInhabitedExpr; -x_162 = l___private_Init_Util_0__outOfBounds___rarg(x_161); -x_31 = x_162; -goto block_160; +lean_object* x_172; lean_object* x_173; +lean_dec(x_40); +x_172 = l_Lean_instInhabitedExpr; +x_173 = l___private_Init_Util_0__outOfBounds___rarg(x_172); +x_42 = x_173; +goto block_171; } else { -lean_object* x_163; -x_163 = lean_array_fget(x_2, x_29); -lean_dec(x_29); -x_31 = x_163; -goto block_160; +lean_object* x_174; +x_174 = lean_array_fget(x_2, x_40); +lean_dec(x_40); +x_42 = x_174; +goto block_171; } -block_160: +block_171: { -lean_object* x_32; lean_object* x_33; -x_32 = l_Lean_Expr_fvarId_x21(x_31); -x_33 = l_Lean_RBNode_find___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__1(x_25, x_32); -lean_dec(x_32); -if (lean_obj_tag(x_33) == 0) +lean_object* x_43; lean_object* x_44; +x_43 = l_Lean_Expr_fvarId_x21(x_42); +x_44 = l_Lean_RBNode_find___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__1(x_25, x_43); +lean_dec(x_43); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___closed__2; +lean_object* x_45; lean_object* x_46; +x_45 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___closed__2; lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_35 = l_panic___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__5(x_34, x_13, x_14, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_35) == 0) +x_46 = l_panic___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__5(x_45, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_46) == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +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); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_38 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_25, x_26, x_36, x_13, x_14, x_15, x_16, x_17, x_18, x_37); -lean_dec(x_36); +x_49 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_25, x_26, x_47, x_13, x_14, x_15, x_16, x_17, x_18, x_48); +lean_dec(x_47); lean_dec(x_26); -if (lean_obj_tag(x_38) == 0) +if (lean_obj_tag(x_49) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -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 = lean_ctor_get(x_39, 0); -lean_inc(x_41); -lean_dec(x_39); -x_42 = lean_nat_add(x_9, x_11); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_ctor_get(x_50, 0); +lean_inc(x_52); +lean_dec(x_50); +x_53 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_42; -x_12 = x_41; -x_19 = x_40; +x_9 = x_53; +x_12 = x_52; +x_19 = x_51; goto _start; } else { -uint8_t x_44; +uint8_t x_55; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19389,29 +19647,29 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_44 = !lean_is_exclusive(x_38); -if (x_44 == 0) +x_55 = !lean_is_exclusive(x_49); +if (x_55 == 0) { -return x_38; +return x_49; } 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); -return x_47; +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_49, 0); +x_57 = lean_ctor_get(x_49, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_49); +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; } } } else { -uint8_t x_48; +uint8_t x_59; lean_dec(x_26); lean_dec(x_25); lean_dec(x_24); @@ -19425,85 +19683,85 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_48 = !lean_is_exclusive(x_35); -if (x_48 == 0) +x_59 = !lean_is_exclusive(x_46); +if (x_59 == 0) { -return x_35; +return x_46; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_35, 0); -x_50 = lean_ctor_get(x_35, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_35); -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; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_46, 0); +x_61 = lean_ctor_get(x_46, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_46); +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; } } } else { -lean_object* x_52; uint8_t x_53; -x_52 = lean_ctor_get(x_33, 0); -lean_inc(x_52); -lean_dec(x_33); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) +lean_object* x_63; uint8_t x_64; +x_63 = lean_ctor_get(x_44, 0); +lean_inc(x_63); +lean_dec(x_44); +x_64 = !lean_is_exclusive(x_63); +if (x_64 == 0) { -lean_object* x_54; lean_object* x_55; uint8_t x_56; -x_54 = lean_ctor_get(x_52, 1); -x_55 = lean_ctor_get(x_52, 0); -lean_dec(x_55); -x_56 = !lean_is_exclusive(x_54); -if (x_56 == 0) +lean_object* x_65; lean_object* x_66; uint8_t x_67; +x_65 = lean_ctor_get(x_63, 1); +x_66 = lean_ctor_get(x_63, 0); +lean_dec(x_66); +x_67 = !lean_is_exclusive(x_65); +if (x_67 == 0) { -lean_object* x_57; uint8_t x_58; -x_57 = lean_array_get_size(x_7); -x_58 = lean_nat_dec_lt(x_9, x_57); -lean_dec(x_57); -if (x_58 == 0) +lean_object* x_68; uint8_t x_69; +x_68 = lean_array_get_size(x_7); +x_69 = lean_nat_dec_lt(x_9, x_68); +lean_dec(x_68); +if (x_69 == 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; -x_59 = l_Lean_instInhabitedExpr; -x_60 = l___private_Init_Util_0__outOfBounds___rarg(x_59); -lean_inc(x_60); -x_61 = l_Lean_Expr_fvarId_x21(x_60); -lean_ctor_set(x_52, 0, x_60); -x_62 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_61, x_52); -x_63 = lean_box(0); +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_70 = l_Lean_instInhabitedExpr; +x_71 = l___private_Init_Util_0__outOfBounds___rarg(x_70); +lean_inc(x_71); +x_72 = l_Lean_Expr_fvarId_x21(x_71); +lean_ctor_set(x_63, 0, x_71); +x_73 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_72, x_63); +x_74 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_64 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_62, x_26, x_63, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_75 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_73, x_26, x_74, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_64) == 0) +if (lean_obj_tag(x_75) == 0) { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 0); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_nat_add(x_9, x_11); +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +lean_dec(x_75); +x_78 = lean_ctor_get(x_76, 0); +lean_inc(x_78); +lean_dec(x_76); +x_79 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_68; -x_12 = x_67; -x_19 = x_66; +x_9 = x_79; +x_12 = x_78; +x_19 = x_77; goto _start; } else { -uint8_t x_70; +uint8_t x_81; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19515,64 +19773,64 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_70 = !lean_is_exclusive(x_64); -if (x_70 == 0) +x_81 = !lean_is_exclusive(x_75); +if (x_81 == 0) { -return x_64; +return x_75; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_64, 0); -x_72 = lean_ctor_get(x_64, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_64); -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; +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_75, 0); +x_83 = lean_ctor_get(x_75, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_75); +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_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_74 = lean_array_fget(x_7, x_9); -lean_inc(x_74); -x_75 = l_Lean_Expr_fvarId_x21(x_74); -lean_ctor_set(x_52, 0, x_74); -x_76 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_75, x_52); -x_77 = lean_box(0); +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_85 = lean_array_fget(x_7, x_9); +lean_inc(x_85); +x_86 = l_Lean_Expr_fvarId_x21(x_85); +lean_ctor_set(x_63, 0, x_85); +x_87 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_86, x_63); +x_88 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_78 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_76, x_26, x_77, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_89 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_87, x_26, x_88, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_78) == 0) +if (lean_obj_tag(x_89) == 0) { -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_ctor_get(x_79, 0); -lean_inc(x_81); -lean_dec(x_79); -x_82 = lean_nat_add(x_9, x_11); +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_ctor_get(x_90, 0); +lean_inc(x_92); +lean_dec(x_90); +x_93 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_82; -x_12 = x_81; -x_19 = x_80; +x_9 = x_93; +x_12 = x_92; +x_19 = x_91; goto _start; } else { -uint8_t x_84; +uint8_t x_95; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19584,81 +19842,81 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_84 = !lean_is_exclusive(x_78); -if (x_84 == 0) +x_95 = !lean_is_exclusive(x_89); +if (x_95 == 0) { -return x_78; +return x_89; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_78, 0); -x_86 = lean_ctor_get(x_78, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_78); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -return x_87; +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_89, 0); +x_97 = lean_ctor_get(x_89, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_89); +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; } } } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; lean_object* x_92; -x_88 = lean_ctor_get(x_54, 0); -x_89 = lean_ctor_get(x_54, 1); -lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_54); -x_90 = lean_array_get_size(x_7); -x_91 = lean_nat_dec_lt(x_9, x_90); -lean_dec(x_90); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_88); -lean_ctor_set(x_92, 1, x_89); -if (x_91 == 0) +lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; lean_object* x_103; +x_99 = lean_ctor_get(x_65, 0); +x_100 = lean_ctor_get(x_65, 1); +lean_inc(x_100); +lean_inc(x_99); +lean_dec(x_65); +x_101 = lean_array_get_size(x_7); +x_102 = lean_nat_dec_lt(x_9, x_101); +lean_dec(x_101); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_99); +lean_ctor_set(x_103, 1, x_100); +if (x_102 == 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; -x_93 = l_Lean_instInhabitedExpr; -x_94 = l___private_Init_Util_0__outOfBounds___rarg(x_93); -lean_inc(x_94); -x_95 = l_Lean_Expr_fvarId_x21(x_94); -lean_ctor_set(x_52, 1, x_92); -lean_ctor_set(x_52, 0, x_94); -x_96 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_95, x_52); -x_97 = lean_box(0); +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 = l_Lean_instInhabitedExpr; +x_105 = l___private_Init_Util_0__outOfBounds___rarg(x_104); +lean_inc(x_105); +x_106 = l_Lean_Expr_fvarId_x21(x_105); +lean_ctor_set(x_63, 1, x_103); +lean_ctor_set(x_63, 0, x_105); +x_107 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_106, x_63); +x_108 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_98 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_96, x_26, x_97, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_109 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_107, x_26, x_108, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_98) == 0) +if (lean_obj_tag(x_109) == 0) { -lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); -lean_dec(x_98); -x_101 = lean_ctor_get(x_99, 0); -lean_inc(x_101); -lean_dec(x_99); -x_102 = lean_nat_add(x_9, x_11); +lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +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 = lean_ctor_get(x_110, 0); +lean_inc(x_112); +lean_dec(x_110); +x_113 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_102; -x_12 = x_101; -x_19 = x_100; +x_9 = x_113; +x_12 = x_112; +x_19 = x_111; goto _start; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19670,67 +19928,67 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_104 = lean_ctor_get(x_98, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_98, 1); -lean_inc(x_105); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_106 = x_98; +x_115 = lean_ctor_get(x_109, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_109, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_109)) { + lean_ctor_release(x_109, 0); + lean_ctor_release(x_109, 1); + x_117 = x_109; } else { - lean_dec_ref(x_98); - x_106 = lean_box(0); + lean_dec_ref(x_109); + x_117 = lean_box(0); } -if (lean_is_scalar(x_106)) { - x_107 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_117)) { + x_118 = lean_alloc_ctor(1, 2, 0); } else { - x_107 = x_106; + x_118 = x_117; } -lean_ctor_set(x_107, 0, x_104); -lean_ctor_set(x_107, 1, x_105); -return x_107; +lean_ctor_set(x_118, 0, x_115); +lean_ctor_set(x_118, 1, x_116); +return x_118; } } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_108 = lean_array_fget(x_7, x_9); -lean_inc(x_108); -x_109 = l_Lean_Expr_fvarId_x21(x_108); -lean_ctor_set(x_52, 1, x_92); -lean_ctor_set(x_52, 0, x_108); -x_110 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_109, x_52); -x_111 = lean_box(0); +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; +x_119 = lean_array_fget(x_7, x_9); +lean_inc(x_119); +x_120 = l_Lean_Expr_fvarId_x21(x_119); +lean_ctor_set(x_63, 1, x_103); +lean_ctor_set(x_63, 0, x_119); +x_121 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_120, x_63); +x_122 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_112 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_110, x_26, x_111, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_123 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_121, x_26, x_122, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_112) == 0) +if (lean_obj_tag(x_123) == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_113 = lean_ctor_get(x_112, 0); -lean_inc(x_113); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -lean_dec(x_112); -x_115 = lean_ctor_get(x_113, 0); -lean_inc(x_115); -lean_dec(x_113); -x_116 = lean_nat_add(x_9, x_11); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; +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 = lean_ctor_get(x_124, 0); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_116; -x_12 = x_115; -x_19 = x_114; +x_9 = x_127; +x_12 = x_126; +x_19 = x_125; goto _start; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19742,99 +20000,99 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_118 = lean_ctor_get(x_112, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_112, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_112)) { - lean_ctor_release(x_112, 0); - lean_ctor_release(x_112, 1); - x_120 = x_112; +x_129 = lean_ctor_get(x_123, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_123, 1); +lean_inc(x_130); +if (lean_is_exclusive(x_123)) { + lean_ctor_release(x_123, 0); + lean_ctor_release(x_123, 1); + x_131 = x_123; } else { - lean_dec_ref(x_112); - x_120 = lean_box(0); + lean_dec_ref(x_123); + x_131 = lean_box(0); } -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_131)) { + x_132 = lean_alloc_ctor(1, 2, 0); } else { - x_121 = x_120; + x_132 = x_131; } -lean_ctor_set(x_121, 0, x_118); -lean_ctor_set(x_121, 1, x_119); -return x_121; +lean_ctor_set(x_132, 0, x_129); +lean_ctor_set(x_132, 1, x_130); +return x_132; } } } } else { -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; -x_122 = lean_ctor_get(x_52, 1); -lean_inc(x_122); -lean_dec(x_52); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - lean_ctor_release(x_122, 1); - x_125 = x_122; +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; +x_133 = lean_ctor_get(x_63, 1); +lean_inc(x_133); +lean_dec(x_63); +x_134 = lean_ctor_get(x_133, 0); +lean_inc(x_134); +x_135 = lean_ctor_get(x_133, 1); +lean_inc(x_135); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + lean_ctor_release(x_133, 1); + x_136 = x_133; } else { - lean_dec_ref(x_122); - x_125 = lean_box(0); + lean_dec_ref(x_133); + x_136 = lean_box(0); } -x_126 = lean_array_get_size(x_7); -x_127 = lean_nat_dec_lt(x_9, x_126); -lean_dec(x_126); -if (lean_is_scalar(x_125)) { - x_128 = lean_alloc_ctor(0, 2, 0); +x_137 = lean_array_get_size(x_7); +x_138 = lean_nat_dec_lt(x_9, x_137); +lean_dec(x_137); +if (lean_is_scalar(x_136)) { + x_139 = lean_alloc_ctor(0, 2, 0); } else { - x_128 = x_125; + x_139 = x_136; } -lean_ctor_set(x_128, 0, x_123); -lean_ctor_set(x_128, 1, x_124); -if (x_127 == 0) +lean_ctor_set(x_139, 0, x_134); +lean_ctor_set(x_139, 1, x_135); +if (x_138 == 0) { -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; -x_129 = l_Lean_instInhabitedExpr; -x_130 = l___private_Init_Util_0__outOfBounds___rarg(x_129); -lean_inc(x_130); -x_131 = l_Lean_Expr_fvarId_x21(x_130); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_130); -lean_ctor_set(x_132, 1, x_128); -x_133 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_131, x_132); -x_134 = lean_box(0); +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; +x_140 = l_Lean_instInhabitedExpr; +x_141 = l___private_Init_Util_0__outOfBounds___rarg(x_140); +lean_inc(x_141); +x_142 = l_Lean_Expr_fvarId_x21(x_141); +x_143 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_143, 0, x_141); +lean_ctor_set(x_143, 1, x_139); +x_144 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_142, x_143); +x_145 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_135 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_133, x_26, x_134, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_146 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_144, x_26, x_145, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_135) == 0) +if (lean_obj_tag(x_146) == 0) { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -lean_dec(x_135); -x_138 = lean_ctor_get(x_136, 0); -lean_inc(x_138); -lean_dec(x_136); -x_139 = lean_nat_add(x_9, x_11); +lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_147 = lean_ctor_get(x_146, 0); +lean_inc(x_147); +x_148 = lean_ctor_get(x_146, 1); +lean_inc(x_148); +lean_dec(x_146); +x_149 = lean_ctor_get(x_147, 0); +lean_inc(x_149); +lean_dec(x_147); +x_150 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_139; -x_12 = x_138; -x_19 = x_137; +x_9 = x_150; +x_12 = x_149; +x_19 = x_148; goto _start; } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19846,68 +20104,68 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_141 = lean_ctor_get(x_135, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_135, 1); -lean_inc(x_142); -if (lean_is_exclusive(x_135)) { - lean_ctor_release(x_135, 0); - lean_ctor_release(x_135, 1); - x_143 = x_135; +x_152 = lean_ctor_get(x_146, 0); +lean_inc(x_152); +x_153 = lean_ctor_get(x_146, 1); +lean_inc(x_153); +if (lean_is_exclusive(x_146)) { + lean_ctor_release(x_146, 0); + lean_ctor_release(x_146, 1); + x_154 = x_146; } else { - lean_dec_ref(x_135); - x_143 = lean_box(0); + lean_dec_ref(x_146); + x_154 = lean_box(0); } -if (lean_is_scalar(x_143)) { - x_144 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_154)) { + x_155 = lean_alloc_ctor(1, 2, 0); } else { - x_144 = x_143; + x_155 = x_154; } -lean_ctor_set(x_144, 0, x_141); -lean_ctor_set(x_144, 1, x_142); -return x_144; +lean_ctor_set(x_155, 0, x_152); +lean_ctor_set(x_155, 1, x_153); +return x_155; } } 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; -x_145 = lean_array_fget(x_7, x_9); -lean_inc(x_145); -x_146 = l_Lean_Expr_fvarId_x21(x_145); -x_147 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_128); -x_148 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_146, x_147); -x_149 = lean_box(0); +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_array_fget(x_7, x_9); +lean_inc(x_156); +x_157 = l_Lean_Expr_fvarId_x21(x_156); +x_158 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_158, 0, x_156); +lean_ctor_set(x_158, 1, x_139); +x_159 = l_Lean_RBNode_insert___at_Lean_FVarIdMap_insert___spec__1___rarg(x_25, x_157, x_158); +x_160 = lean_box(0); lean_inc(x_16); lean_inc(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_1); -x_150 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_148, x_26, x_149, x_13, x_14, x_15, x_16, x_17, x_18, x_19); +x_161 = l_Std_Range_forIn_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_convertCastEqRec___spec__6___lambda__2(x_1, x_5, x_6, x_159, x_26, x_160, x_13, x_14, x_15, x_16, x_17, x_18, x_19); lean_dec(x_26); -if (lean_obj_tag(x_150) == 0) +if (lean_obj_tag(x_161) == 0) { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_153 = lean_ctor_get(x_151, 0); -lean_inc(x_153); -lean_dec(x_151); -x_154 = lean_nat_add(x_9, x_11); +lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_162 = lean_ctor_get(x_161, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_161, 1); +lean_inc(x_163); +lean_dec(x_161); +x_164 = lean_ctor_get(x_162, 0); +lean_inc(x_164); +lean_dec(x_162); +x_165 = lean_nat_add(x_9, x_11); lean_dec(x_9); x_8 = x_24; -x_9 = x_154; -x_12 = x_153; -x_19 = x_152; +x_9 = x_165; +x_12 = x_164; +x_19 = x_163; goto _start; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; +lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_dec(x_24); lean_dec(x_18); lean_dec(x_17); @@ -19919,26 +20177,27 @@ lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_156 = lean_ctor_get(x_150, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_150, 1); -lean_inc(x_157); -if (lean_is_exclusive(x_150)) { - lean_ctor_release(x_150, 0); - lean_ctor_release(x_150, 1); - x_158 = x_150; +x_167 = lean_ctor_get(x_161, 0); +lean_inc(x_167); +x_168 = lean_ctor_get(x_161, 1); +lean_inc(x_168); +if (lean_is_exclusive(x_161)) { + lean_ctor_release(x_161, 0); + lean_ctor_release(x_161, 1); + x_169 = x_161; } else { - lean_dec_ref(x_150); - x_158 = lean_box(0); + lean_dec_ref(x_161); + x_169 = lean_box(0); } -if (lean_is_scalar(x_158)) { - x_159 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_169)) { + x_170 = lean_alloc_ctor(1, 2, 0); } else { - x_159 = x_158; + x_170 = x_169; +} +lean_ctor_set(x_170, 0, x_167); +lean_ctor_set(x_170, 1, x_168); +return x_170; } -lean_ctor_set(x_159, 0, x_156); -lean_ctor_set(x_159, 1, x_157); -return x_159; } } } @@ -19948,7 +20207,7 @@ return x_159; } else { -lean_object* x_196; +lean_object* x_183; lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); @@ -19960,15 +20219,15 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_12); -lean_ctor_set(x_196, 1, x_19); -return x_196; +x_183 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_183, 0, x_12); +lean_ctor_set(x_183, 1, x_19); +return x_183; } } else { -lean_object* x_197; +lean_object* x_184; lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); @@ -19980,10 +20239,10 @@ lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_12); -lean_ctor_set(x_197, 1, x_19); -return x_197; +x_184 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_184, 0, x_12); +lean_ctor_set(x_184, 1, x_19); +return x_184; } } } @@ -23933,7 +24192,7 @@ static lean_object* _init_l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Matc _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Meta.Match.MatchEqs._hyg.7544.0 )\n ", 58); +x_1 = lean_mk_string_from_bytes("( __do_lift._@.Lean.Meta.Match.MatchEqs._hyg.7545.0 )\n ", 58); return x_1; } } @@ -30011,7 +30270,7 @@ lean_dec(x_26); x_28 = l_Lean_ConstantInfo_name(x_2); x_29 = l_Lean_Expr_const___override(x_28, x_3); x_30 = l_Array_ofSubarray___rarg(x_4); -x_31 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_31 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; x_32 = lean_array_push(x_31, x_5); x_33 = l_Array_append___rarg(x_30, x_32); lean_inc(x_33); @@ -31599,7 +31858,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match { 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; uint8_t x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; x_22 = l_Array_ofSubarray___rarg(x_1); -x_23 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__6; +x_23 = l_Lean_Meta_Match_forallAltTelescope_go___rarg___closed__5; x_24 = lean_array_push(x_23, x_2); x_25 = l_Array_append___rarg(x_22, x_24); x_26 = l_Array_ofSubarray___rarg(x_3); @@ -33238,7 +33497,7 @@ lean_dec(x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1() { _start: { lean_object* x_1; @@ -33246,37 +33505,37 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__2() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____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_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__3() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__2; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__2; x_2 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__4() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__3; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__3; x_2 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__5() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__5() { _start: { lean_object* x_1; @@ -33284,17 +33543,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__6() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__4; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__5; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__4; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__7() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__7() { _start: { lean_object* x_1; @@ -33302,47 +33561,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__8() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__6; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__7; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__6; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__9() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__8; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__8; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__10() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__9; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__9; x_2 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__11() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__10; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__10; x_2 = l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__12() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__12() { _start: { lean_object* x_1; @@ -33350,17 +33609,17 @@ x_1 = lean_mk_string_from_bytes("MatchEqs", 8); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__13() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__11; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__12; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__11; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__14() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__14() { _start: { lean_object* x_1; @@ -33368,33 +33627,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__15() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__13; -x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__14; +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__13; +x_2 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__16() { +static lean_object* _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__15; -x_2 = lean_unsigned_to_nat(15490u); +x_1 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__15; +x_2 = lean_unsigned_to_nat(15478u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478_(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_Meta_Match_MatchEqs_0__Lean_Meta_Match_simpH_x3f___lambda__3___closed__4; x_3 = 0; -x_4 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__16; +x_4 = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__16; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -33612,6 +33871,8 @@ l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta lean_mark_persistent(l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__1); l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__2 = _init_l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__2(); lean_mark_persistent(l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__2); +l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__3 = _init_l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__3(); +lean_mark_persistent(l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___spec__2___closed__3); l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___lambda__2___closed__1 = _init_l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___lambda__2___closed__1); l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___closed__1 = _init_l___private_Lean_Meta_Match_MatchEqs_0__Lean_Meta_Match_mkSplitterProof_isCastEqRec___closed__1(); @@ -33836,39 +34097,39 @@ l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_getEquationsForImpl___spec l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_getEquationsForImpl___spec__2___closed__2 = _init_l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_getEquationsForImpl___spec__2___closed__2(); l_Lean_Meta_Match_getEquationsForImpl___closed__1 = _init_l_Lean_Meta_Match_getEquationsForImpl___closed__1(); lean_mark_persistent(l_Lean_Meta_Match_getEquationsForImpl___closed__1); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__1); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__2 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__2(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__2); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__3 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__3(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__3); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__4 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__4(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__4); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__5 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__5(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__5); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__6 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__6(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__6); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__7 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__7(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__7); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__8 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__8(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__8); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__9 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__9(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__9); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__10 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__10(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__10); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__11 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__11(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__11); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__12 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__12(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__12); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__13 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__13(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__13); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__14 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__14(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__14); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__15 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__15(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__15); -l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__16 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__16(); -lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490____closed__16); -res = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15490_(lean_io_mk_world()); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__1); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__2 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__2(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__2); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__3 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__3(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__3); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__4 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__4(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__4); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__5 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__5(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__5); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__6 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__6(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__6); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__7 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__7(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__7); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__8 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__8(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__8); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__9 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__9(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__9); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__10 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__10(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__10); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__11 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__11(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__11); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__12 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__12(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__12); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__13 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__13(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__13); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__14 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__14(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__14); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__15 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__15(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__15); +l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__16 = _init_l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__16(); +lean_mark_persistent(l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478____closed__16); +res = l_Lean_Meta_Match_initFn____x40_Lean_Meta_Match_MatchEqs___hyg_15478_(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/MatcherInfo.c b/stage0/stdlib/Lean/Meta/Match/MatcherInfo.c index e157120f0a58..b3573de1da0d 100644 --- a/stage0/stdlib/Lean/Meta/Match/MatcherInfo.c +++ b/stage0/stdlib/Lean/Meta/Match/MatcherInfo.c @@ -19,7 +19,6 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT uint8_t lean_is_matcher(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos___boxed(lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Match_addMatcherInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getFirstAltPos(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -41,12 +40,13 @@ lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getNumDiscrEqs___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getMotivePos___boxed(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__7; +LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____lambda__1(lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__2; lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_arity(lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_isMatcherApp___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Match_Extension_State_addEntry___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isMatcherApp(lean_object*); @@ -56,13 +56,12 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_instInhabitedState; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_State_addEntry(lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__6; -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__3; +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_Match_Extension_getMatcherInfo_x3f___spec__6(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__2(lean_object*, size_t, size_t, lean_object*); size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__5; static lean_object* l_Lean_Meta_Match_Extension_State_map___default___closed__2; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_getMatcherInfo_x3f(lean_object*, lean_object*); @@ -70,9 +69,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getFirstAltPos___boxed(le LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Match_getNumEqsFromDiscrInfos___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getMotivePos(lean_object*); static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__5; +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__10; lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getDiscrRange___boxed(lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_numAlts(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getFirstDiscrPos(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_instInhabitedDiscrInfo; @@ -80,17 +79,17 @@ static lean_object* l_Lean_Meta_Match_Extension_State_map___default___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_Match_Extension_getMatcherInfo_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_State_map___default; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_Match_Extension_getMatcherInfo_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__3(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_arity___boxed(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Meta_Match_Extension_State_addEntry___spec__10(lean_object*, lean_object*); lean_object* lean_list_to_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419_(lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; extern lean_object* l_Lean_levelZero; lean_object* l_Lean_Expr_constName_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_Extension_State_addEntry___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__4; static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getAltRange___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f(lean_object*); @@ -109,33 +108,35 @@ lean_object* lean_usize_to_nat(size_t); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_State_switch(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isMatcherCore___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__6; static lean_object* l_Lean_Meta_Match_Extension_addMatcherInfo___closed__1; lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isMatcherAppCore_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_Extension_State_map___default___closed__3; -LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_addMatcherInfo(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__2; static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__4; static lean_object* l_Lean_Meta_Match_Extension_instInhabitedState___closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Meta_Match_Extension_State_addEntry___spec__11(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__9; LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Meta_Match_Extension_State_addEntry___spec__9(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__8; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__3; +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_isMatcher___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__8; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_Match_Extension_State_addEntry___spec__4(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_Meta_Match_Extension_State_addEntry___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__10; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___closed__1; LEAN_EXPORT uint8_t l_Lean_Meta_isMatcherAppCore(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_getNumEqsFromDiscrInfos(lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Match_getNumEqsFromDiscrInfos___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__2(lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getDiscrRange(lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_MatcherApp_toExpr(lean_object*); @@ -157,6 +158,7 @@ lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Meta_Match_Extension_State_addEntry___spec__8(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_Extension_instInhabitedState___closed__2; size_t lean_usize_add(size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__1(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_isMatcher(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Meta_Match_Extension_getMatcherInfo_x3f___spec__5(lean_object*, lean_object*); @@ -165,8 +167,6 @@ lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isMatcherAppCore___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Match_MatcherInfo_getAltRange(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____lambda__1(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__3(lean_object*, size_t, size_t, lean_object*); size_t lean_usize_shift_left(size_t, size_t); lean_object* l_List_redLength___rarg(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); @@ -176,7 +176,6 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Match_addMatcherInfo___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_isMatcherApp___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__1; uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Meta_Match_Extension_getMatcherInfo_x3f___spec__1(lean_object*, lean_object*); @@ -188,6 +187,7 @@ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_Match_Extension_State_map___default___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__1; size_t lean_usize_land(size_t, size_t); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_extension; @@ -1584,7 +1584,7 @@ x_2 = l_Lean_SMap_switch___at_Lean_Meta_Match_Extension_State_switch___spec__1(x return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1606,7 +1606,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1644,7 +1644,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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__2(x_6, x_15, x_16, x_4); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__2(x_6, x_15, x_16, x_4); lean_dec(x_6); x_2 = x_11; x_4 = x_17; @@ -1658,7 +1658,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_mkStateFromImportedEntries___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -1687,24 +1687,24 @@ 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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__3(x_2, x_7, x_8, x_1); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__3(x_2, x_7, x_8, x_1); lean_dec(x_2); return x_9; } } } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l_Lean_Meta_Match_Extension_instInhabitedState___closed__2; -x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__1(x_2, x_1); +x_3 = l_Lean_mkStateFromImportedEntries___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__1(x_2, x_1); x_4 = l_Lean_SMap_switch___at_Lean_Meta_Match_Extension_State_switch___spec__1(x_3); return x_4; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__1() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__1() { _start: { lean_object* x_1; @@ -1712,7 +1712,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__2() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__2() { _start: { lean_object* x_1; @@ -1720,7 +1720,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__3() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__3() { _start: { lean_object* x_1; @@ -1728,7 +1728,7 @@ x_1 = lean_mk_string_from_bytes("Match", 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__4() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__4() { _start: { lean_object* x_1; @@ -1736,7 +1736,7 @@ x_1 = lean_mk_string_from_bytes("Extension", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__5() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__5() { _start: { lean_object* x_1; @@ -1744,20 +1744,20 @@ x_1 = lean_mk_string_from_bytes("extension", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__6() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____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_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__1; -x_2 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__2; -x_3 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__3; -x_4 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__4; -x_5 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__5; +x_1 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__1; +x_2 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__2; +x_3 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__3; +x_4 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__4; +x_5 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____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_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__7() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__7() { _start: { lean_object* x_1; @@ -1766,7 +1766,7 @@ lean_closure_set(x_1, 0, lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__8() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__8() { _start: { lean_object* x_1; @@ -1774,22 +1774,22 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Match_Extension_State_addEntry), 2, return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__9() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__9() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____lambda__1), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__10() { +static lean_object* _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____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_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__6; -x_2 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__8; -x_3 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__9; -x_4 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__7; +x_1 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__6; +x_2 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__8; +x_3 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__9; +x_4 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__7; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -1798,16 +1798,16 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__10; +x_2 = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__10; x_3 = l_Lean_registerSimplePersistentEnvExtension___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____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; @@ -1815,12 +1815,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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__2(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____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_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____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; @@ -1828,7 +1828,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_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____spec__3(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____spec__3(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -3126,27 +3126,27 @@ l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___closed__2 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___closed__2(); l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___closed__3 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___closed__3(); lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_Match_Extension_State_addEntry___spec__3___closed__3); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__1 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__1(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__1); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__2 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__2(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__2); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__3 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__3(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__3); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__4 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__4(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__4); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__5 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__5(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__5); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__6 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__6(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__6); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__7 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__7(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__7); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__8 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__8(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__8); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__9 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__9(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__9); -l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__10 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__10(); -lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418____closed__10); -if (builtin) {res = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_418_(lean_io_mk_world()); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__1 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__1(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__1); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__2 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__2(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__2); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__3 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__3(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__3); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__4 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__4(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__4); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__5 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__5(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__5); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__6 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__6(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__6); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__7 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__7(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__7); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__8 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__8(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__8); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__9 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__9(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__9); +l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__10 = _init_l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__10(); +lean_mark_persistent(l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419____closed__10); +if (builtin) {res = l_Lean_Meta_Match_Extension_initFn____x40_Lean_Meta_Match_MatcherInfo___hyg_419_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_Match_Extension_extension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_Match_Extension_extension); diff --git a/stage0/stdlib/Lean/Meta/Offset.c b/stage0/stdlib/Lean/Meta/Offset.c index d1bfd6171dff..b301089f51e3 100644 --- a/stage0/stdlib/Lean/Meta/Offset.c +++ b/stage0/stdlib/Lean/Meta/Offset.c @@ -656,7 +656,7 @@ static lean_object* _init_l_Lean_Meta_evalNat_visit___closed__3() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_evalNat_visit___closed__1; -x_2 = l_Lean_Meta_isNatProjInst___closed__14; +x_2 = l_Lean_Meta_isNatProjInst___closed__17; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -664,19 +664,19 @@ return x_3; static lean_object* _init_l_Lean_Meta_evalNat_visit___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_evalNat_visit___closed__1; -x_2 = l_Lean_Meta_isNatProjInst___closed__17; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("succ", 4); +return x_1; } } static lean_object* _init_l_Lean_Meta_evalNat_visit___closed__5() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("succ", 4); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_evalNat_visit___closed__1; +x_2 = l_Lean_Meta_evalNat_visit___closed__4; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Meta_evalNat_visit___closed__6() { @@ -684,7 +684,7 @@ static lean_object* _init_l_Lean_Meta_evalNat_visit___closed__6() { { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_evalNat_visit___closed__1; -x_2 = l_Lean_Meta_evalNat_visit___closed__5; +x_2 = l_Lean_Meta_isNatProjInst___closed__14; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -768,1064 +768,984 @@ return x_24; } case 4: { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_117; lean_object* x_224; uint8_t x_225; +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_95; uint8_t x_149; lean_object* x_203; uint8_t x_204; x_25 = lean_ctor_get(x_7, 0); lean_inc(x_25); lean_dec(x_7); x_26 = lean_unsigned_to_nat(0u); x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_26); -x_224 = l_Lean_Meta_evalNat_visit___closed__6; -x_225 = lean_name_eq(x_25, x_224); -if (x_225 == 0) +x_203 = l_Lean_Meta_evalNat_visit___closed__5; +x_204 = lean_name_eq(x_25, x_203); +if (x_204 == 0) { -lean_object* x_226; -x_226 = lean_box(0); -x_117 = x_226; -goto block_223; +lean_object* x_205; uint8_t x_206; +x_205 = l_Lean_Meta_evalNat_visit___closed__6; +x_206 = lean_name_eq(x_25, x_205); +if (x_206 == 0) +{ +uint8_t x_207; +x_207 = 0; +x_149 = x_207; +goto block_202; } else { -lean_object* x_227; uint8_t x_228; -x_227 = lean_unsigned_to_nat(1u); -x_228 = lean_nat_dec_eq(x_27, x_227); -if (x_228 == 0) -{ -lean_object* x_229; -x_229 = lean_box(0); -x_117 = x_229; -goto block_223; +lean_object* x_208; uint8_t x_209; +x_208 = lean_unsigned_to_nat(2u); +x_209 = lean_nat_dec_eq(x_27, x_208); +x_149 = x_209; +goto block_202; +} } else { -lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; -lean_dec(x_25); -x_230 = lean_nat_sub(x_27, x_26); -lean_dec(x_27); -x_231 = lean_nat_sub(x_230, x_227); -lean_dec(x_230); -x_232 = l_Lean_Expr_getRevArg_x21(x_1, x_231); -x_233 = l_Lean_Meta_evalNat(x_232, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_233) == 0) +lean_object* x_210; uint8_t x_211; +x_210 = lean_unsigned_to_nat(1u); +x_211 = lean_nat_dec_eq(x_27, x_210); +if (x_211 == 0) { -lean_object* x_234; -x_234 = lean_ctor_get(x_233, 0); -lean_inc(x_234); -if (lean_obj_tag(x_234) == 0) +lean_object* x_212; uint8_t x_213; +x_212 = l_Lean_Meta_evalNat_visit___closed__6; +x_213 = lean_name_eq(x_25, x_212); +if (x_213 == 0) { -uint8_t x_235; -x_235 = !lean_is_exclusive(x_233); -if (x_235 == 0) -{ -lean_object* x_236; lean_object* x_237; -x_236 = lean_ctor_get(x_233, 0); -lean_dec(x_236); -x_237 = lean_box(0); -lean_ctor_set(x_233, 0, x_237); -return x_233; +uint8_t x_214; +x_214 = 0; +x_149 = x_214; +goto block_202; } else { -lean_object* x_238; lean_object* x_239; lean_object* x_240; -x_238 = lean_ctor_get(x_233, 1); -lean_inc(x_238); -lean_dec(x_233); -x_239 = lean_box(0); -x_240 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_240, 0, x_239); -lean_ctor_set(x_240, 1, x_238); -return x_240; +lean_object* x_215; uint8_t x_216; +x_215 = lean_unsigned_to_nat(2u); +x_216 = lean_nat_dec_eq(x_27, x_215); +x_149 = x_216; +goto block_202; } } else { -uint8_t x_241; -x_241 = !lean_is_exclusive(x_233); -if (x_241 == 0) +lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; +lean_dec(x_25); +x_217 = lean_nat_sub(x_27, x_26); +lean_dec(x_27); +x_218 = lean_nat_sub(x_217, x_210); +lean_dec(x_217); +x_219 = l_Lean_Expr_getRevArg_x21(x_1, x_218); +x_220 = l_Lean_Meta_evalNat(x_219, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_220) == 0) +{ +lean_object* x_221; +x_221 = lean_ctor_get(x_220, 0); +lean_inc(x_221); +if (lean_obj_tag(x_221) == 0) { -lean_object* x_242; uint8_t x_243; -x_242 = lean_ctor_get(x_233, 0); -lean_dec(x_242); -x_243 = !lean_is_exclusive(x_234); -if (x_243 == 0) +uint8_t x_222; +x_222 = !lean_is_exclusive(x_220); +if (x_222 == 0) { -lean_object* x_244; lean_object* x_245; -x_244 = lean_ctor_get(x_234, 0); -x_245 = lean_nat_add(x_244, x_227); -lean_dec(x_244); -lean_ctor_set(x_234, 0, x_245); -return x_233; +lean_object* x_223; lean_object* x_224; +x_223 = lean_ctor_get(x_220, 0); +lean_dec(x_223); +x_224 = lean_box(0); +lean_ctor_set(x_220, 0, x_224); +return x_220; } else { -lean_object* x_246; lean_object* x_247; lean_object* x_248; -x_246 = lean_ctor_get(x_234, 0); -lean_inc(x_246); -lean_dec(x_234); -x_247 = lean_nat_add(x_246, x_227); -lean_dec(x_246); -x_248 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_248, 0, x_247); -lean_ctor_set(x_233, 0, x_248); -return x_233; +lean_object* x_225; lean_object* x_226; lean_object* x_227; +x_225 = lean_ctor_get(x_220, 1); +lean_inc(x_225); +lean_dec(x_220); +x_226 = lean_box(0); +x_227 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_227, 0, x_226); +lean_ctor_set(x_227, 1, x_225); +return x_227; } } else { -lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; -x_249 = lean_ctor_get(x_233, 1); -lean_inc(x_249); -lean_dec(x_233); -x_250 = lean_ctor_get(x_234, 0); -lean_inc(x_250); -if (lean_is_exclusive(x_234)) { - lean_ctor_release(x_234, 0); - x_251 = x_234; -} else { - lean_dec_ref(x_234); - x_251 = lean_box(0); -} -x_252 = lean_nat_add(x_250, x_227); -lean_dec(x_250); -if (lean_is_scalar(x_251)) { - x_253 = lean_alloc_ctor(1, 1, 0); -} else { - x_253 = x_251; -} -lean_ctor_set(x_253, 0, x_252); -x_254 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_254, 0, x_253); -lean_ctor_set(x_254, 1, x_249); -return x_254; -} -} -} -else +uint8_t x_228; +x_228 = !lean_is_exclusive(x_220); +if (x_228 == 0) { -uint8_t x_255; -x_255 = !lean_is_exclusive(x_233); -if (x_255 == 0) +lean_object* x_229; uint8_t x_230; +x_229 = lean_ctor_get(x_220, 0); +lean_dec(x_229); +x_230 = !lean_is_exclusive(x_221); +if (x_230 == 0) { -return x_233; +lean_object* x_231; lean_object* x_232; +x_231 = lean_ctor_get(x_221, 0); +x_232 = lean_nat_add(x_231, x_210); +lean_dec(x_231); +lean_ctor_set(x_221, 0, x_232); +return x_220; } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_233, 0); -x_257 = lean_ctor_get(x_233, 1); -lean_inc(x_257); -lean_inc(x_256); +lean_object* x_233; lean_object* x_234; lean_object* x_235; +x_233 = lean_ctor_get(x_221, 0); +lean_inc(x_233); +lean_dec(x_221); +x_234 = lean_nat_add(x_233, x_210); lean_dec(x_233); -x_258 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_257); -return x_258; -} +x_235 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_235, 0, x_234); +lean_ctor_set(x_220, 0, x_235); +return x_220; } } -} -block_116: -{ -lean_object* x_29; uint8_t x_30; -lean_dec(x_28); -x_29 = l_Lean_Meta_evalNat_visit___closed__2; -x_30 = lean_name_eq(x_25, x_29); -if (x_30 == 0) -{ -uint8_t x_31; -x_31 = l_Lean_Meta_isNatProjInst(x_25, x_27); -lean_dec(x_27); -lean_dec(x_25); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_32 = lean_box(0); -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; -} else { -lean_object* x_34; -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_34 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_34) == 0) -{ -lean_object* x_35; -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -if (lean_obj_tag(x_35) == 0) -{ -uint8_t x_36; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_36 = !lean_is_exclusive(x_34); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_34, 0); -lean_dec(x_37); -x_38 = lean_box(0); -lean_ctor_set(x_34, 0, x_38); -return x_34; +lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; +x_236 = lean_ctor_get(x_220, 1); +lean_inc(x_236); +lean_dec(x_220); +x_237 = lean_ctor_get(x_221, 0); +lean_inc(x_237); +if (lean_is_exclusive(x_221)) { + lean_ctor_release(x_221, 0); + x_238 = x_221; +} else { + lean_dec_ref(x_221); + x_238 = lean_box(0); } -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_34, 1); -lean_inc(x_39); -lean_dec(x_34); -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; +x_239 = lean_nat_add(x_237, x_210); +lean_dec(x_237); +if (lean_is_scalar(x_238)) { + x_240 = lean_alloc_ctor(1, 1, 0); +} else { + x_240 = x_238; } +lean_ctor_set(x_240, 0, x_239); +x_241 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_241, 0, x_240); +lean_ctor_set(x_241, 1, x_236); +return x_241; } -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_34, 1); -lean_inc(x_42); -lean_dec(x_34); -x_43 = lean_ctor_get(x_35, 0); -lean_inc(x_43); -lean_dec(x_35); -x_44 = l_Lean_Meta_evalNat(x_43, x_2, x_3, x_4, x_5, x_42); -return x_44; } } else { -uint8_t x_45; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_45 = !lean_is_exclusive(x_34); -if (x_45 == 0) +uint8_t x_242; +x_242 = !lean_is_exclusive(x_220); +if (x_242 == 0) { -return x_34; +return x_220; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_34, 0); -x_47 = lean_ctor_get(x_34, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_34); -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; +lean_object* x_243; lean_object* x_244; lean_object* x_245; +x_243 = lean_ctor_get(x_220, 0); +x_244 = lean_ctor_get(x_220, 1); +lean_inc(x_244); +lean_inc(x_243); +lean_dec(x_220); +x_245 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_245, 0, x_243); +lean_ctor_set(x_245, 1, x_244); +return x_245; } } } } -else +block_94: { -lean_object* x_49; uint8_t x_50; -x_49 = lean_unsigned_to_nat(2u); -x_50 = lean_nat_dec_eq(x_27, x_49); -if (x_50 == 0) +if (x_28 == 0) { -uint8_t x_51; -x_51 = l_Lean_Meta_isNatProjInst(x_25, x_27); +uint8_t x_29; +x_29 = l_Lean_Meta_isNatProjInst(x_25, x_27); lean_dec(x_27); lean_dec(x_25); -if (x_51 == 0) +if (x_29 == 0) { -lean_object* x_52; lean_object* x_53; +lean_object* x_30; lean_object* x_31; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -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_6); -return x_53; +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_6); +return x_31; } else { -lean_object* x_54; +lean_object* x_32; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_54 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_54) == 0) +x_32 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_32) == 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_33; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +if (lean_obj_tag(x_33) == 0) { -uint8_t x_56; +uint8_t x_34; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_56 = !lean_is_exclusive(x_54); -if (x_56 == 0) +x_34 = !lean_is_exclusive(x_32); +if (x_34 == 0) { -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_54, 0); -lean_dec(x_57); -x_58 = lean_box(0); -lean_ctor_set(x_54, 0, x_58); -return x_54; +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_32, 0); +lean_dec(x_35); +x_36 = lean_box(0); +lean_ctor_set(x_32, 0, x_36); +return x_32; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_54, 1); -lean_inc(x_59); -lean_dec(x_54); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_59); -return x_61; +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_32, 1); +lean_inc(x_37); +lean_dec(x_32); +x_38 = lean_box(0); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_37); +return x_39; } } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_54, 1); -lean_inc(x_62); -lean_dec(x_54); -x_63 = lean_ctor_get(x_55, 0); -lean_inc(x_63); -lean_dec(x_55); -x_64 = l_Lean_Meta_evalNat(x_63, x_2, x_3, x_4, x_5, x_62); -return x_64; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_32, 1); +lean_inc(x_40); +lean_dec(x_32); +x_41 = lean_ctor_get(x_33, 0); +lean_inc(x_41); +lean_dec(x_33); +x_42 = l_Lean_Meta_evalNat(x_41, x_2, x_3, x_4, x_5, x_40); +return x_42; } } else { -uint8_t x_65; +uint8_t x_43; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_65 = !lean_is_exclusive(x_54); -if (x_65 == 0) +x_43 = !lean_is_exclusive(x_32); +if (x_43 == 0) { -return x_54; +return x_32; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_54, 0); -x_67 = lean_ctor_get(x_54, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_54); -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; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_32, 0); +x_45 = lean_ctor_get(x_32, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_32); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } } } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_dec(x_25); -x_69 = lean_nat_sub(x_27, x_26); -x_70 = lean_unsigned_to_nat(1u); -x_71 = lean_nat_sub(x_69, x_70); -lean_dec(x_69); +x_47 = lean_nat_sub(x_27, x_26); +x_48 = lean_unsigned_to_nat(1u); +x_49 = lean_nat_sub(x_47, x_48); +lean_dec(x_47); lean_inc(x_1); -x_72 = l_Lean_Expr_getRevArg_x21(x_1, x_71); +x_50 = l_Lean_Expr_getRevArg_x21(x_1, x_49); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_73 = l_Lean_Meta_evalNat(x_72, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_73) == 0) +x_51 = l_Lean_Meta_evalNat(x_50, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_74; -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -if (lean_obj_tag(x_74) == 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_75; +uint8_t x_53; lean_dec(x_27); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_75 = !lean_is_exclusive(x_73); -if (x_75 == 0) +x_53 = !lean_is_exclusive(x_51); +if (x_53 == 0) { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_73, 0); -lean_dec(x_76); -x_77 = lean_box(0); -lean_ctor_set(x_73, 0, x_77); -return x_73; +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_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_73, 1); -lean_inc(x_78); -lean_dec(x_73); -x_79 = lean_box(0); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_78); -return x_80; +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_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_73, 1); -lean_inc(x_81); -lean_dec(x_73); -x_82 = lean_ctor_get(x_74, 0); -lean_inc(x_82); -lean_dec(x_74); -x_83 = lean_nat_sub(x_27, x_70); +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +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 = lean_nat_sub(x_27, x_48); lean_dec(x_27); -x_84 = lean_nat_sub(x_83, x_70); -lean_dec(x_83); -x_85 = l_Lean_Expr_getRevArg_x21(x_1, x_84); -x_86 = l_Lean_Meta_evalNat(x_85, x_2, x_3, x_4, x_5, x_81); -if (lean_obj_tag(x_86) == 0) -{ -lean_object* x_87; -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -if (lean_obj_tag(x_87) == 0) +x_62 = lean_nat_sub(x_61, x_48); +lean_dec(x_61); +x_63 = l_Lean_Expr_getRevArg_x21(x_1, x_62); +x_64 = l_Lean_Meta_evalNat(x_63, x_2, x_3, x_4, x_5, x_59); +if (lean_obj_tag(x_64) == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +if (lean_obj_tag(x_65) == 0) { -uint8_t x_88; -lean_dec(x_82); -x_88 = !lean_is_exclusive(x_86); -if (x_88 == 0) +uint8_t x_66; +lean_dec(x_60); +x_66 = !lean_is_exclusive(x_64); +if (x_66 == 0) { -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_86, 0); -lean_dec(x_89); -x_90 = lean_box(0); -lean_ctor_set(x_86, 0, x_90); -return x_86; +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_64, 0); +lean_dec(x_67); +x_68 = lean_box(0); +lean_ctor_set(x_64, 0, x_68); +return x_64; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_86, 1); -lean_inc(x_91); -lean_dec(x_86); -x_92 = lean_box(0); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_91); -return x_93; +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_64, 1); +lean_inc(x_69); +lean_dec(x_64); +x_70 = lean_box(0); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_69); +return x_71; } } else { -uint8_t x_94; -x_94 = !lean_is_exclusive(x_86); -if (x_94 == 0) -{ -lean_object* x_95; uint8_t x_96; -x_95 = lean_ctor_get(x_86, 0); -lean_dec(x_95); -x_96 = !lean_is_exclusive(x_87); -if (x_96 == 0) +uint8_t x_72; +x_72 = !lean_is_exclusive(x_64); +if (x_72 == 0) { -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_87, 0); -x_98 = lean_nat_mul(x_82, x_97); -lean_dec(x_97); -lean_dec(x_82); -lean_ctor_set(x_87, 0, x_98); -return x_86; +lean_object* x_73; uint8_t x_74; +x_73 = lean_ctor_get(x_64, 0); +lean_dec(x_73); +x_74 = !lean_is_exclusive(x_65); +if (x_74 == 0) +{ +lean_object* x_75; lean_object* x_76; +x_75 = lean_ctor_get(x_65, 0); +x_76 = lean_nat_mul(x_60, x_75); +lean_dec(x_75); +lean_dec(x_60); +lean_ctor_set(x_65, 0, x_76); +return x_64; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_87, 0); -lean_inc(x_99); -lean_dec(x_87); -x_100 = lean_nat_mul(x_82, x_99); -lean_dec(x_99); -lean_dec(x_82); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_86, 0, x_101); -return x_86; +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_65, 0); +lean_inc(x_77); +lean_dec(x_65); +x_78 = lean_nat_mul(x_60, x_77); +lean_dec(x_77); +lean_dec(x_60); +x_79 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_64, 0, x_79); +return x_64; } } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_102 = lean_ctor_get(x_86, 1); -lean_inc(x_102); -lean_dec(x_86); -x_103 = lean_ctor_get(x_87, 0); -lean_inc(x_103); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - x_104 = x_87; +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_80 = lean_ctor_get(x_64, 1); +lean_inc(x_80); +lean_dec(x_64); +x_81 = lean_ctor_get(x_65, 0); +lean_inc(x_81); +if (lean_is_exclusive(x_65)) { + lean_ctor_release(x_65, 0); + x_82 = x_65; } else { - lean_dec_ref(x_87); - x_104 = lean_box(0); -} -x_105 = lean_nat_mul(x_82, x_103); -lean_dec(x_103); -lean_dec(x_82); -if (lean_is_scalar(x_104)) { - x_106 = lean_alloc_ctor(1, 1, 0); + lean_dec_ref(x_65); + x_82 = lean_box(0); +} +x_83 = lean_nat_mul(x_60, x_81); +lean_dec(x_81); +lean_dec(x_60); +if (lean_is_scalar(x_82)) { + x_84 = lean_alloc_ctor(1, 1, 0); } else { - x_106 = x_104; + x_84 = x_82; } -lean_ctor_set(x_106, 0, x_105); -x_107 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_107, 0, x_106); -lean_ctor_set(x_107, 1, x_102); -return x_107; +lean_ctor_set(x_84, 0, x_83); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_80); +return x_85; } } } else { -uint8_t x_108; -lean_dec(x_82); -x_108 = !lean_is_exclusive(x_86); -if (x_108 == 0) +uint8_t x_86; +lean_dec(x_60); +x_86 = !lean_is_exclusive(x_64); +if (x_86 == 0) { -return x_86; +return x_64; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_86, 0); -x_110 = lean_ctor_get(x_86, 1); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_86); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_64, 0); +x_88 = lean_ctor_get(x_64, 1); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_64); +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } } } else { -uint8_t x_112; +uint8_t x_90; lean_dec(x_27); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_112 = !lean_is_exclusive(x_73); -if (x_112 == 0) +x_90 = !lean_is_exclusive(x_51); +if (x_90 == 0) { -return x_73; +return x_51; } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_ctor_get(x_73, 0); -x_114 = lean_ctor_get(x_73, 1); -lean_inc(x_114); -lean_inc(x_113); -lean_dec(x_73); -x_115 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -return x_115; -} +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_51, 0); +x_92 = lean_ctor_get(x_51, 1); +lean_inc(x_92); +lean_inc(x_91); +lean_dec(x_51); +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; } } } } -block_223: +block_148: { -lean_object* x_118; uint8_t x_119; -lean_dec(x_117); -x_118 = l_Lean_Meta_evalNat_visit___closed__3; -x_119 = lean_name_eq(x_25, x_118); -if (x_119 == 0) +if (x_95 == 0) { -lean_object* x_120; uint8_t x_121; -x_120 = l_Lean_Meta_evalNat_visit___closed__4; -x_121 = lean_name_eq(x_25, x_120); -if (x_121 == 0) +lean_object* x_96; uint8_t x_97; +x_96 = l_Lean_Meta_evalNat_visit___closed__2; +x_97 = lean_name_eq(x_25, x_96); +if (x_97 == 0) { -lean_object* x_122; -x_122 = lean_box(0); -x_28 = x_122; -goto block_116; +uint8_t x_98; +x_98 = 0; +x_28 = x_98; +goto block_94; } else { -lean_object* x_123; uint8_t x_124; -x_123 = lean_unsigned_to_nat(2u); -x_124 = lean_nat_dec_eq(x_27, x_123); -if (x_124 == 0) -{ -lean_object* x_125; -x_125 = lean_box(0); -x_28 = x_125; -goto block_116; +lean_object* x_99; uint8_t x_100; +x_99 = lean_unsigned_to_nat(2u); +x_100 = lean_nat_dec_eq(x_27, x_99); +x_28 = x_100; +goto block_94; +} } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_dec(x_25); -x_126 = lean_nat_sub(x_27, x_26); -x_127 = lean_unsigned_to_nat(1u); -x_128 = lean_nat_sub(x_126, x_127); -lean_dec(x_126); +x_101 = lean_nat_sub(x_27, x_26); +x_102 = lean_unsigned_to_nat(1u); +x_103 = lean_nat_sub(x_101, x_102); +lean_dec(x_101); lean_inc(x_1); -x_129 = l_Lean_Expr_getRevArg_x21(x_1, x_128); +x_104 = l_Lean_Expr_getRevArg_x21(x_1, x_103); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_130 = l_Lean_Meta_evalNat(x_129, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_130) == 0) +x_105 = l_Lean_Meta_evalNat(x_104, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_105) == 0) { -lean_object* x_131; -x_131 = lean_ctor_get(x_130, 0); -lean_inc(x_131); -if (lean_obj_tag(x_131) == 0) +lean_object* x_106; +x_106 = lean_ctor_get(x_105, 0); +lean_inc(x_106); +if (lean_obj_tag(x_106) == 0) { -uint8_t x_132; +uint8_t x_107; lean_dec(x_27); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_132 = !lean_is_exclusive(x_130); -if (x_132 == 0) +x_107 = !lean_is_exclusive(x_105); +if (x_107 == 0) { -lean_object* x_133; lean_object* x_134; -x_133 = lean_ctor_get(x_130, 0); -lean_dec(x_133); -x_134 = lean_box(0); -lean_ctor_set(x_130, 0, x_134); -return x_130; +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_105, 0); +lean_dec(x_108); +x_109 = lean_box(0); +lean_ctor_set(x_105, 0, x_109); +return x_105; } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = lean_ctor_get(x_130, 1); -lean_inc(x_135); -lean_dec(x_130); -x_136 = lean_box(0); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_135); -return x_137; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_105, 1); +lean_inc(x_110); +lean_dec(x_105); +x_111 = lean_box(0); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_110); +return x_112; } } 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; -x_138 = lean_ctor_get(x_130, 1); -lean_inc(x_138); -lean_dec(x_130); -x_139 = lean_ctor_get(x_131, 0); -lean_inc(x_139); -lean_dec(x_131); -x_140 = lean_nat_sub(x_27, x_127); +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_113 = lean_ctor_get(x_105, 1); +lean_inc(x_113); +lean_dec(x_105); +x_114 = lean_ctor_get(x_106, 0); +lean_inc(x_114); +lean_dec(x_106); +x_115 = lean_nat_sub(x_27, x_102); lean_dec(x_27); -x_141 = lean_nat_sub(x_140, x_127); -lean_dec(x_140); -x_142 = l_Lean_Expr_getRevArg_x21(x_1, x_141); -x_143 = l_Lean_Meta_evalNat(x_142, x_2, x_3, x_4, x_5, x_138); -if (lean_obj_tag(x_143) == 0) +x_116 = lean_nat_sub(x_115, x_102); +lean_dec(x_115); +x_117 = l_Lean_Expr_getRevArg_x21(x_1, x_116); +x_118 = l_Lean_Meta_evalNat(x_117, x_2, x_3, x_4, x_5, x_113); +if (lean_obj_tag(x_118) == 0) { -lean_object* x_144; -x_144 = lean_ctor_get(x_143, 0); -lean_inc(x_144); -if (lean_obj_tag(x_144) == 0) -{ -uint8_t x_145; -lean_dec(x_139); -x_145 = !lean_is_exclusive(x_143); -if (x_145 == 0) -{ -lean_object* x_146; lean_object* x_147; -x_146 = lean_ctor_get(x_143, 0); -lean_dec(x_146); -x_147 = lean_box(0); -lean_ctor_set(x_143, 0, x_147); -return x_143; +lean_object* x_119; +x_119 = lean_ctor_get(x_118, 0); +lean_inc(x_119); +if (lean_obj_tag(x_119) == 0) +{ +uint8_t x_120; +lean_dec(x_114); +x_120 = !lean_is_exclusive(x_118); +if (x_120 == 0) +{ +lean_object* x_121; lean_object* x_122; +x_121 = lean_ctor_get(x_118, 0); +lean_dec(x_121); +x_122 = lean_box(0); +lean_ctor_set(x_118, 0, x_122); +return x_118; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_143, 1); -lean_inc(x_148); -lean_dec(x_143); -x_149 = lean_box(0); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_148); -return x_150; +lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_123 = lean_ctor_get(x_118, 1); +lean_inc(x_123); +lean_dec(x_118); +x_124 = lean_box(0); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_123); +return x_125; } } else { -uint8_t x_151; -x_151 = !lean_is_exclusive(x_143); -if (x_151 == 0) +uint8_t x_126; +x_126 = !lean_is_exclusive(x_118); +if (x_126 == 0) { -lean_object* x_152; uint8_t x_153; -x_152 = lean_ctor_get(x_143, 0); -lean_dec(x_152); -x_153 = !lean_is_exclusive(x_144); -if (x_153 == 0) -{ -lean_object* x_154; lean_object* x_155; -x_154 = lean_ctor_get(x_144, 0); -x_155 = lean_nat_sub(x_139, x_154); -lean_dec(x_154); -lean_dec(x_139); -lean_ctor_set(x_144, 0, x_155); -return x_143; +lean_object* x_127; uint8_t x_128; +x_127 = lean_ctor_get(x_118, 0); +lean_dec(x_127); +x_128 = !lean_is_exclusive(x_119); +if (x_128 == 0) +{ +lean_object* x_129; lean_object* x_130; +x_129 = lean_ctor_get(x_119, 0); +x_130 = lean_nat_sub(x_114, x_129); +lean_dec(x_129); +lean_dec(x_114); +lean_ctor_set(x_119, 0, x_130); +return x_118; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; -x_156 = lean_ctor_get(x_144, 0); -lean_inc(x_156); -lean_dec(x_144); -x_157 = lean_nat_sub(x_139, x_156); -lean_dec(x_156); -lean_dec(x_139); -x_158 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_158, 0, x_157); -lean_ctor_set(x_143, 0, x_158); -return x_143; +lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_131 = lean_ctor_get(x_119, 0); +lean_inc(x_131); +lean_dec(x_119); +x_132 = lean_nat_sub(x_114, x_131); +lean_dec(x_131); +lean_dec(x_114); +x_133 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_133, 0, x_132); +lean_ctor_set(x_118, 0, x_133); +return x_118; } } 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; -x_159 = lean_ctor_get(x_143, 1); -lean_inc(x_159); -lean_dec(x_143); -x_160 = lean_ctor_get(x_144, 0); -lean_inc(x_160); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - x_161 = x_144; +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_134 = lean_ctor_get(x_118, 1); +lean_inc(x_134); +lean_dec(x_118); +x_135 = lean_ctor_get(x_119, 0); +lean_inc(x_135); +if (lean_is_exclusive(x_119)) { + lean_ctor_release(x_119, 0); + x_136 = x_119; } else { - lean_dec_ref(x_144); - x_161 = lean_box(0); -} -x_162 = lean_nat_sub(x_139, x_160); -lean_dec(x_160); -lean_dec(x_139); -if (lean_is_scalar(x_161)) { - x_163 = lean_alloc_ctor(1, 1, 0); + lean_dec_ref(x_119); + x_136 = lean_box(0); +} +x_137 = lean_nat_sub(x_114, x_135); +lean_dec(x_135); +lean_dec(x_114); +if (lean_is_scalar(x_136)) { + x_138 = lean_alloc_ctor(1, 1, 0); } else { - x_163 = x_161; + x_138 = x_136; } -lean_ctor_set(x_163, 0, x_162); -x_164 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_159); -return x_164; +lean_ctor_set(x_138, 0, x_137); +x_139 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_139, 0, x_138); +lean_ctor_set(x_139, 1, x_134); +return x_139; } } } else { -uint8_t x_165; -lean_dec(x_139); -x_165 = !lean_is_exclusive(x_143); -if (x_165 == 0) +uint8_t x_140; +lean_dec(x_114); +x_140 = !lean_is_exclusive(x_118); +if (x_140 == 0) { -return x_143; +return x_118; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_143, 0); -x_167 = lean_ctor_get(x_143, 1); -lean_inc(x_167); -lean_inc(x_166); -lean_dec(x_143); -x_168 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -return x_168; +lean_object* x_141; lean_object* x_142; lean_object* x_143; +x_141 = lean_ctor_get(x_118, 0); +x_142 = lean_ctor_get(x_118, 1); +lean_inc(x_142); +lean_inc(x_141); +lean_dec(x_118); +x_143 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_143, 0, x_141); +lean_ctor_set(x_143, 1, x_142); +return x_143; } } } } else { -uint8_t x_169; +uint8_t x_144; lean_dec(x_27); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_169 = !lean_is_exclusive(x_130); -if (x_169 == 0) +x_144 = !lean_is_exclusive(x_105); +if (x_144 == 0) { -return x_130; +return x_105; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_130, 0); -x_171 = lean_ctor_get(x_130, 1); -lean_inc(x_171); -lean_inc(x_170); -lean_dec(x_130); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_145 = lean_ctor_get(x_105, 0); +x_146 = lean_ctor_get(x_105, 1); +lean_inc(x_146); +lean_inc(x_145); +lean_dec(x_105); +x_147 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +return x_147; } } } } +block_202: +{ +if (x_149 == 0) +{ +lean_object* x_150; uint8_t x_151; +x_150 = l_Lean_Meta_evalNat_visit___closed__3; +x_151 = lean_name_eq(x_25, x_150); +if (x_151 == 0) +{ +uint8_t x_152; +x_152 = 0; +x_95 = x_152; +goto block_148; } else { -lean_object* x_173; uint8_t x_174; -x_173 = lean_unsigned_to_nat(2u); -x_174 = lean_nat_dec_eq(x_27, x_173); -if (x_174 == 0) -{ -lean_object* x_175; -x_175 = lean_box(0); -x_28 = x_175; -goto block_116; +lean_object* x_153; uint8_t x_154; +x_153 = lean_unsigned_to_nat(2u); +x_154 = lean_nat_dec_eq(x_27, x_153); +x_95 = x_154; +goto block_148; +} } else { -lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; +lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_dec(x_25); -x_176 = lean_nat_sub(x_27, x_26); -x_177 = lean_unsigned_to_nat(1u); -x_178 = lean_nat_sub(x_176, x_177); -lean_dec(x_176); +x_155 = lean_nat_sub(x_27, x_26); +x_156 = lean_unsigned_to_nat(1u); +x_157 = lean_nat_sub(x_155, x_156); +lean_dec(x_155); lean_inc(x_1); -x_179 = l_Lean_Expr_getRevArg_x21(x_1, x_178); +x_158 = l_Lean_Expr_getRevArg_x21(x_1, x_157); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_180 = l_Lean_Meta_evalNat(x_179, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_180) == 0) +x_159 = l_Lean_Meta_evalNat(x_158, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_159) == 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_160; +x_160 = lean_ctor_get(x_159, 0); +lean_inc(x_160); +if (lean_obj_tag(x_160) == 0) { -uint8_t x_182; +uint8_t x_161; lean_dec(x_27); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_182 = !lean_is_exclusive(x_180); -if (x_182 == 0) +x_161 = !lean_is_exclusive(x_159); +if (x_161 == 0) { -lean_object* x_183; lean_object* x_184; -x_183 = lean_ctor_get(x_180, 0); -lean_dec(x_183); -x_184 = lean_box(0); -lean_ctor_set(x_180, 0, x_184); -return x_180; +lean_object* x_162; lean_object* x_163; +x_162 = lean_ctor_get(x_159, 0); +lean_dec(x_162); +x_163 = lean_box(0); +lean_ctor_set(x_159, 0, x_163); +return x_159; } else { -lean_object* x_185; lean_object* x_186; lean_object* x_187; -x_185 = lean_ctor_get(x_180, 1); -lean_inc(x_185); -lean_dec(x_180); -x_186 = lean_box(0); -x_187 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_187, 0, x_186); -lean_ctor_set(x_187, 1, x_185); -return x_187; +lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_164 = lean_ctor_get(x_159, 1); +lean_inc(x_164); +lean_dec(x_159); +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_164); +return x_166; } } else { -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_188 = lean_ctor_get(x_180, 1); -lean_inc(x_188); -lean_dec(x_180); -x_189 = lean_ctor_get(x_181, 0); -lean_inc(x_189); -lean_dec(x_181); -x_190 = lean_nat_sub(x_27, x_177); +lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_167 = lean_ctor_get(x_159, 1); +lean_inc(x_167); +lean_dec(x_159); +x_168 = lean_ctor_get(x_160, 0); +lean_inc(x_168); +lean_dec(x_160); +x_169 = lean_nat_sub(x_27, x_156); lean_dec(x_27); -x_191 = lean_nat_sub(x_190, x_177); -lean_dec(x_190); -x_192 = l_Lean_Expr_getRevArg_x21(x_1, x_191); -x_193 = l_Lean_Meta_evalNat(x_192, x_2, x_3, x_4, x_5, x_188); -if (lean_obj_tag(x_193) == 0) -{ -lean_object* x_194; -x_194 = lean_ctor_get(x_193, 0); -lean_inc(x_194); -if (lean_obj_tag(x_194) == 0) -{ -uint8_t x_195; -lean_dec(x_189); -x_195 = !lean_is_exclusive(x_193); -if (x_195 == 0) +x_170 = lean_nat_sub(x_169, x_156); +lean_dec(x_169); +x_171 = l_Lean_Expr_getRevArg_x21(x_1, x_170); +x_172 = l_Lean_Meta_evalNat(x_171, x_2, x_3, x_4, x_5, x_167); +if (lean_obj_tag(x_172) == 0) +{ +lean_object* x_173; +x_173 = lean_ctor_get(x_172, 0); +lean_inc(x_173); +if (lean_obj_tag(x_173) == 0) +{ +uint8_t x_174; +lean_dec(x_168); +x_174 = !lean_is_exclusive(x_172); +if (x_174 == 0) { -lean_object* x_196; lean_object* x_197; -x_196 = lean_ctor_get(x_193, 0); -lean_dec(x_196); -x_197 = lean_box(0); -lean_ctor_set(x_193, 0, x_197); -return x_193; +lean_object* x_175; lean_object* x_176; +x_175 = lean_ctor_get(x_172, 0); +lean_dec(x_175); +x_176 = lean_box(0); +lean_ctor_set(x_172, 0, x_176); +return x_172; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_193, 1); -lean_inc(x_198); -lean_dec(x_193); -x_199 = lean_box(0); -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; +lean_object* x_177; lean_object* x_178; lean_object* x_179; +x_177 = lean_ctor_get(x_172, 1); +lean_inc(x_177); +lean_dec(x_172); +x_178 = lean_box(0); +x_179 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_179, 0, x_178); +lean_ctor_set(x_179, 1, x_177); +return x_179; } } else { -uint8_t x_201; -x_201 = !lean_is_exclusive(x_193); -if (x_201 == 0) +uint8_t x_180; +x_180 = !lean_is_exclusive(x_172); +if (x_180 == 0) { -lean_object* x_202; uint8_t x_203; -x_202 = lean_ctor_get(x_193, 0); -lean_dec(x_202); -x_203 = !lean_is_exclusive(x_194); -if (x_203 == 0) +lean_object* x_181; uint8_t x_182; +x_181 = lean_ctor_get(x_172, 0); +lean_dec(x_181); +x_182 = !lean_is_exclusive(x_173); +if (x_182 == 0) { -lean_object* x_204; lean_object* x_205; -x_204 = lean_ctor_get(x_194, 0); -x_205 = lean_nat_add(x_189, x_204); -lean_dec(x_204); -lean_dec(x_189); -lean_ctor_set(x_194, 0, x_205); -return x_193; +lean_object* x_183; lean_object* x_184; +x_183 = lean_ctor_get(x_173, 0); +x_184 = lean_nat_add(x_168, x_183); +lean_dec(x_183); +lean_dec(x_168); +lean_ctor_set(x_173, 0, x_184); +return x_172; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -x_206 = lean_ctor_get(x_194, 0); -lean_inc(x_206); -lean_dec(x_194); -x_207 = lean_nat_add(x_189, x_206); -lean_dec(x_206); -lean_dec(x_189); -x_208 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_193, 0, x_208); -return x_193; +lean_object* x_185; lean_object* x_186; lean_object* x_187; +x_185 = lean_ctor_get(x_173, 0); +lean_inc(x_185); +lean_dec(x_173); +x_186 = lean_nat_add(x_168, x_185); +lean_dec(x_185); +lean_dec(x_168); +x_187 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_187, 0, x_186); +lean_ctor_set(x_172, 0, x_187); +return x_172; } } 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; -x_209 = lean_ctor_get(x_193, 1); -lean_inc(x_209); -lean_dec(x_193); -x_210 = lean_ctor_get(x_194, 0); -lean_inc(x_210); -if (lean_is_exclusive(x_194)) { - lean_ctor_release(x_194, 0); - x_211 = x_194; +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_188 = lean_ctor_get(x_172, 1); +lean_inc(x_188); +lean_dec(x_172); +x_189 = lean_ctor_get(x_173, 0); +lean_inc(x_189); +if (lean_is_exclusive(x_173)) { + lean_ctor_release(x_173, 0); + x_190 = x_173; } else { - lean_dec_ref(x_194); - x_211 = lean_box(0); + lean_dec_ref(x_173); + x_190 = lean_box(0); } -x_212 = lean_nat_add(x_189, x_210); -lean_dec(x_210); +x_191 = lean_nat_add(x_168, x_189); lean_dec(x_189); -if (lean_is_scalar(x_211)) { - x_213 = lean_alloc_ctor(1, 1, 0); +lean_dec(x_168); +if (lean_is_scalar(x_190)) { + x_192 = lean_alloc_ctor(1, 1, 0); } else { - x_213 = x_211; + x_192 = x_190; } -lean_ctor_set(x_213, 0, x_212); -x_214 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_209); -return x_214; +lean_ctor_set(x_192, 0, x_191); +x_193 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_188); +return x_193; } } } else { -uint8_t x_215; -lean_dec(x_189); -x_215 = !lean_is_exclusive(x_193); -if (x_215 == 0) +uint8_t x_194; +lean_dec(x_168); +x_194 = !lean_is_exclusive(x_172); +if (x_194 == 0) { -return x_193; +return x_172; } else { -lean_object* x_216; lean_object* x_217; lean_object* x_218; -x_216 = lean_ctor_get(x_193, 0); -x_217 = lean_ctor_get(x_193, 1); -lean_inc(x_217); -lean_inc(x_216); -lean_dec(x_193); -x_218 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_218, 0, x_216); -lean_ctor_set(x_218, 1, x_217); -return x_218; +lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_195 = lean_ctor_get(x_172, 0); +x_196 = lean_ctor_get(x_172, 1); +lean_inc(x_196); +lean_inc(x_195); +lean_dec(x_172); +x_197 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +return x_197; } } } } else { -uint8_t x_219; +uint8_t x_198; lean_dec(x_27); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_219 = !lean_is_exclusive(x_180); -if (x_219 == 0) +x_198 = !lean_is_exclusive(x_159); +if (x_198 == 0) { -return x_180; +return x_159; } else { -lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_180, 0); -x_221 = lean_ctor_get(x_180, 1); -lean_inc(x_221); -lean_inc(x_220); -lean_dec(x_180); -x_222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_222, 0, x_220); -lean_ctor_set(x_222, 1, x_221); -return x_222; -} +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_159, 0); +x_200 = lean_ctor_get(x_159, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_159); +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; } } } @@ -1833,17 +1753,17 @@ return x_222; } default: { -lean_object* x_259; lean_object* x_260; +lean_object* x_246; lean_object* x_247; lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_259 = lean_box(0); -x_260 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_260, 0, x_259); -lean_ctor_set(x_260, 1, x_6); -return x_260; +x_246 = lean_box(0); +x_247 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_247, 0, x_246); +lean_ctor_set(x_247, 1, x_6); +return x_247; } } } @@ -2145,893 +2065,716 @@ return x_26; } case 4: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_62; lean_object* x_175; uint8_t x_176; +lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; uint8_t x_53; lean_object* x_133; uint8_t x_134; x_27 = lean_ctor_get(x_9, 0); lean_inc(x_27); lean_dec(x_9); x_28 = lean_unsigned_to_nat(0u); x_29 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_28); -x_175 = l_Lean_Meta_evalNat_visit___closed__6; -x_176 = lean_name_eq(x_27, x_175); -if (x_176 == 0) +x_133 = l_Lean_Meta_evalNat_visit___closed__5; +x_134 = lean_name_eq(x_27, x_133); +if (x_134 == 0) { -lean_object* x_177; +lean_object* x_135; uint8_t x_136; lean_dec(x_8); -x_177 = lean_box(0); -x_62 = x_177; -goto block_174; +x_135 = l_Lean_Meta_evalNat_visit___closed__6; +x_136 = lean_name_eq(x_27, x_135); +if (x_136 == 0) +{ +uint8_t x_137; +x_137 = 0; +x_53 = x_137; +goto block_132; } else { -lean_object* x_178; uint8_t x_179; -x_178 = lean_unsigned_to_nat(1u); -x_179 = lean_nat_dec_eq(x_29, x_178); -if (x_179 == 0) +lean_object* x_138; uint8_t x_139; +x_138 = lean_unsigned_to_nat(2u); +x_139 = lean_nat_dec_eq(x_29, x_138); +x_53 = x_139; +goto block_132; +} +} +else +{ +lean_object* x_140; uint8_t x_141; +x_140 = lean_unsigned_to_nat(1u); +x_141 = lean_nat_dec_eq(x_29, x_140); +if (x_141 == 0) { -lean_object* x_180; +lean_object* x_142; uint8_t x_143; lean_dec(x_8); -x_180 = lean_box(0); -x_62 = x_180; -goto block_174; +x_142 = l_Lean_Meta_evalNat_visit___closed__6; +x_143 = lean_name_eq(x_27, x_142); +if (x_143 == 0) +{ +uint8_t x_144; +x_144 = 0; +x_53 = x_144; +goto block_132; +} +else +{ +lean_object* x_145; uint8_t x_146; +x_145 = lean_unsigned_to_nat(2u); +x_146 = lean_nat_dec_eq(x_29, x_145); +x_53 = x_146; +goto block_132; +} } else { -uint8_t x_181; lean_object* x_182; +uint8_t x_147; lean_object* x_148; lean_dec(x_29); lean_dec(x_27); lean_dec(x_1); -x_181 = 0; -x_182 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_8, x_181, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_182) == 0) +x_147 = 0; +x_148 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_8, x_147, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_148) == 0) { -lean_object* x_183; -x_183 = lean_ctor_get(x_182, 0); -lean_inc(x_183); -if (lean_obj_tag(x_183) == 0) +lean_object* x_149; +x_149 = lean_ctor_get(x_148, 0); +lean_inc(x_149); +if (lean_obj_tag(x_149) == 0) { -uint8_t x_184; -x_184 = !lean_is_exclusive(x_182); -if (x_184 == 0) +uint8_t x_150; +x_150 = !lean_is_exclusive(x_148); +if (x_150 == 0) { -lean_object* x_185; lean_object* x_186; -x_185 = lean_ctor_get(x_182, 0); -lean_dec(x_185); -x_186 = lean_box(0); -lean_ctor_set(x_182, 0, x_186); -return x_182; +lean_object* x_151; lean_object* x_152; +x_151 = lean_ctor_get(x_148, 0); +lean_dec(x_151); +x_152 = lean_box(0); +lean_ctor_set(x_148, 0, x_152); +return x_148; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_182, 1); -lean_inc(x_187); -lean_dec(x_182); -x_188 = lean_box(0); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_187); -return x_189; +lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_153 = lean_ctor_get(x_148, 1); +lean_inc(x_153); +lean_dec(x_148); +x_154 = lean_box(0); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_153); +return x_155; } } else { -uint8_t x_190; -x_190 = !lean_is_exclusive(x_183); -if (x_190 == 0) +uint8_t x_156; +x_156 = !lean_is_exclusive(x_149); +if (x_156 == 0) { -uint8_t x_191; -x_191 = !lean_is_exclusive(x_182); -if (x_191 == 0) +uint8_t x_157; +x_157 = !lean_is_exclusive(x_148); +if (x_157 == 0) { -lean_object* x_192; lean_object* x_193; uint8_t x_194; -x_192 = lean_ctor_get(x_183, 0); -x_193 = lean_ctor_get(x_182, 0); -lean_dec(x_193); -x_194 = !lean_is_exclusive(x_192); -if (x_194 == 0) +lean_object* x_158; lean_object* x_159; uint8_t x_160; +x_158 = lean_ctor_get(x_149, 0); +x_159 = lean_ctor_get(x_148, 0); +lean_dec(x_159); +x_160 = !lean_is_exclusive(x_158); +if (x_160 == 0) { -lean_object* x_195; lean_object* x_196; -x_195 = lean_ctor_get(x_192, 1); -x_196 = lean_nat_add(x_195, x_178); -lean_dec(x_195); -lean_ctor_set(x_192, 1, x_196); -return x_182; +lean_object* x_161; lean_object* x_162; +x_161 = lean_ctor_get(x_158, 1); +x_162 = lean_nat_add(x_161, x_140); +lean_dec(x_161); +lean_ctor_set(x_158, 1, x_162); +return x_148; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_197 = lean_ctor_get(x_192, 0); -x_198 = lean_ctor_get(x_192, 1); -lean_inc(x_198); -lean_inc(x_197); -lean_dec(x_192); -x_199 = lean_nat_add(x_198, x_178); -lean_dec(x_198); -x_200 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_200, 0, x_197); -lean_ctor_set(x_200, 1, x_199); -lean_ctor_set(x_183, 0, x_200); -return x_182; +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; +x_163 = lean_ctor_get(x_158, 0); +x_164 = lean_ctor_get(x_158, 1); +lean_inc(x_164); +lean_inc(x_163); +lean_dec(x_158); +x_165 = lean_nat_add(x_164, x_140); +lean_dec(x_164); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_163); +lean_ctor_set(x_166, 1, x_165); +lean_ctor_set(x_149, 0, x_166); +return x_148; } } else { -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_201 = lean_ctor_get(x_183, 0); -x_202 = lean_ctor_get(x_182, 1); -lean_inc(x_202); -lean_dec(x_182); -x_203 = lean_ctor_get(x_201, 0); -lean_inc(x_203); -x_204 = lean_ctor_get(x_201, 1); -lean_inc(x_204); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_205 = x_201; +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; +x_167 = lean_ctor_get(x_149, 0); +x_168 = lean_ctor_get(x_148, 1); +lean_inc(x_168); +lean_dec(x_148); +x_169 = lean_ctor_get(x_167, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_167, 1); +lean_inc(x_170); +if (lean_is_exclusive(x_167)) { + lean_ctor_release(x_167, 0); + lean_ctor_release(x_167, 1); + x_171 = x_167; } else { - lean_dec_ref(x_201); - x_205 = lean_box(0); + lean_dec_ref(x_167); + x_171 = lean_box(0); } -x_206 = lean_nat_add(x_204, x_178); -lean_dec(x_204); -if (lean_is_scalar(x_205)) { - x_207 = lean_alloc_ctor(0, 2, 0); +x_172 = lean_nat_add(x_170, x_140); +lean_dec(x_170); +if (lean_is_scalar(x_171)) { + x_173 = lean_alloc_ctor(0, 2, 0); } else { - x_207 = x_205; + x_173 = x_171; } -lean_ctor_set(x_207, 0, x_203); -lean_ctor_set(x_207, 1, x_206); -lean_ctor_set(x_183, 0, x_207); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_183); -lean_ctor_set(x_208, 1, x_202); -return x_208; +lean_ctor_set(x_173, 0, x_169); +lean_ctor_set(x_173, 1, x_172); +lean_ctor_set(x_149, 0, x_173); +x_174 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_174, 0, x_149); +lean_ctor_set(x_174, 1, x_168); +return x_174; } } 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; lean_object* x_217; lean_object* x_218; -x_209 = lean_ctor_get(x_183, 0); -lean_inc(x_209); -lean_dec(x_183); -x_210 = lean_ctor_get(x_182, 1); -lean_inc(x_210); -if (lean_is_exclusive(x_182)) { - lean_ctor_release(x_182, 0); - lean_ctor_release(x_182, 1); - x_211 = x_182; +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; +x_175 = lean_ctor_get(x_149, 0); +lean_inc(x_175); +lean_dec(x_149); +x_176 = lean_ctor_get(x_148, 1); +lean_inc(x_176); +if (lean_is_exclusive(x_148)) { + lean_ctor_release(x_148, 0); + lean_ctor_release(x_148, 1); + x_177 = x_148; } else { - lean_dec_ref(x_182); - x_211 = lean_box(0); -} -x_212 = lean_ctor_get(x_209, 0); -lean_inc(x_212); -x_213 = lean_ctor_get(x_209, 1); -lean_inc(x_213); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_214 = x_209; + lean_dec_ref(x_148); + x_177 = lean_box(0); +} +x_178 = lean_ctor_get(x_175, 0); +lean_inc(x_178); +x_179 = lean_ctor_get(x_175, 1); +lean_inc(x_179); +if (lean_is_exclusive(x_175)) { + lean_ctor_release(x_175, 0); + lean_ctor_release(x_175, 1); + x_180 = x_175; } else { - lean_dec_ref(x_209); - x_214 = lean_box(0); + lean_dec_ref(x_175); + x_180 = lean_box(0); } -x_215 = lean_nat_add(x_213, x_178); -lean_dec(x_213); -if (lean_is_scalar(x_214)) { - x_216 = lean_alloc_ctor(0, 2, 0); +x_181 = lean_nat_add(x_179, x_140); +lean_dec(x_179); +if (lean_is_scalar(x_180)) { + x_182 = lean_alloc_ctor(0, 2, 0); } else { - x_216 = x_214; -} -lean_ctor_set(x_216, 0, x_212); -lean_ctor_set(x_216, 1, x_215); -x_217 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_217, 0, x_216); -if (lean_is_scalar(x_211)) { - x_218 = lean_alloc_ctor(0, 2, 0); + x_182 = x_180; +} +lean_ctor_set(x_182, 0, x_178); +lean_ctor_set(x_182, 1, x_181); +x_183 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_183, 0, x_182); +if (lean_is_scalar(x_177)) { + x_184 = lean_alloc_ctor(0, 2, 0); } else { - x_218 = x_211; + x_184 = x_177; } -lean_ctor_set(x_218, 0, x_217); -lean_ctor_set(x_218, 1, x_210); -return x_218; +lean_ctor_set(x_184, 0, x_183); +lean_ctor_set(x_184, 1, x_176); +return x_184; } } } else { -uint8_t x_219; -x_219 = !lean_is_exclusive(x_182); -if (x_219 == 0) +uint8_t x_185; +x_185 = !lean_is_exclusive(x_148); +if (x_185 == 0) { -return x_182; +return x_148; } else { -lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_182, 0); -x_221 = lean_ctor_get(x_182, 1); -lean_inc(x_221); -lean_inc(x_220); -lean_dec(x_182); -x_222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_222, 0, x_220); -lean_ctor_set(x_222, 1, x_221); -return x_222; +lean_object* x_186; lean_object* x_187; lean_object* x_188; +x_186 = lean_ctor_get(x_148, 0); +x_187 = lean_ctor_get(x_148, 1); +lean_inc(x_187); +lean_inc(x_186); +lean_dec(x_148); +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; } } } } -block_61: +block_52: { -lean_object* x_31; uint8_t x_32; -lean_dec(x_30); -x_31 = l_Lean_Meta_isNatProjInst___closed__6; -x_32 = lean_name_eq(x_27, x_31); -lean_dec(x_27); -if (x_32 == 0) +if (x_30 == 0) { -lean_dec(x_29); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); if (x_2 == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_1); +lean_ctor_set(x_31, 1, x_28); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_31); x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_1); -lean_ctor_set(x_33, 1, x_28); -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_7); -return x_35; -} -else -{ -lean_object* x_36; lean_object* x_37; -lean_dec(x_1); -x_36 = lean_box(0); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_7); -return x_37; -} -} -else -{ -lean_object* x_38; uint8_t x_39; -x_38 = lean_unsigned_to_nat(6u); -x_39 = lean_nat_dec_eq(x_29, x_38); -lean_dec(x_29); -if (x_39 == 0) -{ -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -if (x_2 == 0) -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_1); -lean_ctor_set(x_40, 1, x_28); -x_41 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_41, 0, 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_7); -return x_42; +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_7); +return x_33; } else { -lean_object* x_43; lean_object* x_44; +lean_object* x_34; lean_object* x_35; lean_dec(x_1); -x_43 = lean_box(0); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_7); -return x_44; +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_7); +return x_35; } } else { -lean_object* x_45; +lean_object* x_36; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_45 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_45) == 0) +x_36 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_46; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -if (lean_obj_tag(x_46) == 0) +lean_object* x_37; +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +if (lean_obj_tag(x_37) == 0) { -uint8_t x_47; +uint8_t x_38; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_47 = !lean_is_exclusive(x_45); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -x_49 = lean_box(0); -lean_ctor_set(x_45, 0, x_49); -return x_45; +x_38 = !lean_is_exclusive(x_36); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_36, 0); +lean_dec(x_39); +x_40 = lean_box(0); +lean_ctor_set(x_36, 0, x_40); +return x_36; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_45, 1); -lean_inc(x_50); -lean_dec(x_45); -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_50); -return x_52; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_36, 1); +lean_inc(x_41); +lean_dec(x_36); +x_42 = lean_box(0); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } else { -lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_53 = lean_ctor_get(x_45, 1); -lean_inc(x_53); -lean_dec(x_45); -x_54 = lean_ctor_get(x_46, 0); -lean_inc(x_54); -lean_dec(x_46); -x_55 = 0; -x_1 = x_54; -x_2 = x_55; -x_7 = x_53; +lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_44 = lean_ctor_get(x_36, 1); +lean_inc(x_44); +lean_dec(x_36); +x_45 = lean_ctor_get(x_37, 0); +lean_inc(x_45); +lean_dec(x_37); +x_46 = 0; +x_1 = x_45; +x_2 = x_46; +x_7 = x_44; goto _start; } } else { -uint8_t x_57; +uint8_t x_48; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_57 = !lean_is_exclusive(x_45); -if (x_57 == 0) +x_48 = !lean_is_exclusive(x_36); +if (x_48 == 0) { -return x_45; +return x_36; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_45, 0); -x_59 = lean_ctor_get(x_45, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_45); -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; -} +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_36, 0); +x_50 = lean_ctor_get(x_36, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_36); +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; } } } } -block_174: +block_132: { -lean_object* x_63; uint8_t x_64; -lean_dec(x_62); -x_63 = l_Lean_Meta_evalNat_visit___closed__3; -x_64 = lean_name_eq(x_27, x_63); -if (x_64 == 0) -{ -lean_object* x_65; uint8_t x_66; -x_65 = l_Lean_Meta_isNatProjInst___closed__15; -x_66 = lean_name_eq(x_27, x_65); -if (x_66 == 0) -{ -lean_object* x_67; -x_67 = lean_box(0); -x_30 = x_67; -goto block_61; -} -else -{ -lean_object* x_68; uint8_t x_69; -x_68 = lean_unsigned_to_nat(4u); -x_69 = lean_nat_dec_eq(x_29, x_68); -if (x_69 == 0) +if (x_53 == 0) { -lean_object* x_70; -x_70 = lean_box(0); -x_30 = x_70; -goto block_61; -} -else +lean_object* x_54; uint8_t x_55; +x_54 = l_Lean_Meta_isNatProjInst___closed__15; +x_55 = lean_name_eq(x_27, x_54); +if (x_55 == 0) { -lean_object* x_71; -lean_dec(x_29); +lean_object* x_56; uint8_t x_57; +x_56 = l_Lean_Meta_isNatProjInst___closed__6; +x_57 = lean_name_eq(x_27, x_56); lean_dec(x_27); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_71 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_71) == 0) -{ -lean_object* x_72; -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -if (lean_obj_tag(x_72) == 0) -{ -uint8_t x_73; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_73 = !lean_is_exclusive(x_71); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 0); -lean_dec(x_74); -x_75 = lean_box(0); -lean_ctor_set(x_71, 0, x_75); -return x_71; -} -else +if (x_57 == 0) { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_71, 1); -lean_inc(x_76); -lean_dec(x_71); -x_77 = lean_box(0); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_76); -return x_78; -} +uint8_t x_58; +lean_dec(x_29); +x_58 = 0; +x_30 = x_58; +goto block_52; } else { -lean_object* x_79; lean_object* x_80; uint8_t x_81; -x_79 = lean_ctor_get(x_71, 1); -lean_inc(x_79); -lean_dec(x_71); -x_80 = lean_ctor_get(x_72, 0); -lean_inc(x_80); -lean_dec(x_72); -x_81 = 0; -x_1 = x_80; -x_2 = x_81; -x_7 = x_79; -goto _start; +lean_object* x_59; uint8_t x_60; +x_59 = lean_unsigned_to_nat(6u); +x_60 = lean_nat_dec_eq(x_29, x_59); +lean_dec(x_29); +x_30 = x_60; +goto block_52; } } else { -uint8_t x_83; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_83 = !lean_is_exclusive(x_71); -if (x_83 == 0) +lean_object* x_61; uint8_t x_62; +x_61 = lean_unsigned_to_nat(4u); +x_62 = lean_nat_dec_eq(x_29, x_61); +if (x_62 == 0) { -return x_71; -} -else +lean_object* x_63; uint8_t x_64; +x_63 = l_Lean_Meta_isNatProjInst___closed__6; +x_64 = lean_name_eq(x_27, x_63); +lean_dec(x_27); +if (x_64 == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_71, 0); -x_85 = lean_ctor_get(x_71, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_71); -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; -} -} -} -} +uint8_t x_65; +lean_dec(x_29); +x_65 = 0; +x_30 = x_65; +goto block_52; } else { -lean_object* x_87; uint8_t x_88; -x_87 = lean_unsigned_to_nat(2u); -x_88 = lean_nat_dec_eq(x_29, x_87); -if (x_88 == 0) -{ -lean_object* x_89; uint8_t x_90; -x_89 = l_Lean_Meta_isNatProjInst___closed__15; -x_90 = lean_name_eq(x_27, x_89); -if (x_90 == 0) -{ -lean_object* x_91; -x_91 = lean_box(0); -x_30 = x_91; -goto block_61; +lean_object* x_66; uint8_t x_67; +x_66 = lean_unsigned_to_nat(6u); +x_67 = lean_nat_dec_eq(x_29, x_66); +lean_dec(x_29); +x_30 = x_67; +goto block_52; } -else -{ -lean_object* x_92; uint8_t x_93; -x_92 = lean_unsigned_to_nat(4u); -x_93 = lean_nat_dec_eq(x_29, x_92); -if (x_93 == 0) -{ -lean_object* x_94; -x_94 = lean_box(0); -x_30 = x_94; -goto block_61; } else { -lean_object* x_95; +uint8_t x_68; lean_dec(x_29); lean_dec(x_27); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_95 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_95) == 0) -{ -lean_object* x_96; -x_96 = lean_ctor_get(x_95, 0); -lean_inc(x_96); -if (lean_obj_tag(x_96) == 0) -{ -uint8_t x_97; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_97 = !lean_is_exclusive(x_95); -if (x_97 == 0) -{ -lean_object* x_98; lean_object* x_99; -x_98 = lean_ctor_get(x_95, 0); -lean_dec(x_98); -x_99 = lean_box(0); -lean_ctor_set(x_95, 0, x_99); -return x_95; -} -else -{ -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_95, 1); -lean_inc(x_100); -lean_dec(x_95); -x_101 = lean_box(0); -x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_100); -return x_102; +x_68 = 1; +x_30 = x_68; +goto block_52; } } -else -{ -lean_object* x_103; lean_object* x_104; uint8_t x_105; -x_103 = lean_ctor_get(x_95, 1); -lean_inc(x_103); -lean_dec(x_95); -x_104 = lean_ctor_get(x_96, 0); -lean_inc(x_104); -lean_dec(x_96); -x_105 = 0; -x_1 = x_104; -x_2 = x_105; -x_7 = x_103; -goto _start; -} } else { -uint8_t x_107; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_107 = !lean_is_exclusive(x_95); -if (x_107 == 0) -{ -return x_95; -} -else -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_95, 0); -x_109 = lean_ctor_get(x_95, 1); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_95); -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; lean_object* x_114; lean_object* x_115; +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_dec(x_27); -x_111 = lean_unsigned_to_nat(1u); -x_112 = lean_nat_sub(x_29, x_111); -x_113 = lean_nat_sub(x_112, x_111); -lean_dec(x_112); +x_69 = lean_unsigned_to_nat(1u); +x_70 = lean_nat_sub(x_29, x_69); +x_71 = lean_nat_sub(x_70, x_69); +lean_dec(x_70); lean_inc(x_1); -x_114 = l_Lean_Expr_getRevArg_x21(x_1, x_113); +x_72 = l_Lean_Expr_getRevArg_x21(x_1, x_71); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_115 = l_Lean_Meta_evalNat(x_114, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_115) == 0) +x_73 = l_Lean_Meta_evalNat(x_72, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_116; -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -if (lean_obj_tag(x_116) == 0) +lean_object* x_74; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +if (lean_obj_tag(x_74) == 0) { -uint8_t x_117; +uint8_t x_75; lean_dec(x_29); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_117 = !lean_is_exclusive(x_115); -if (x_117 == 0) +x_75 = !lean_is_exclusive(x_73); +if (x_75 == 0) { -lean_object* x_118; lean_object* x_119; -x_118 = lean_ctor_get(x_115, 0); -lean_dec(x_118); -x_119 = lean_box(0); -lean_ctor_set(x_115, 0, x_119); -return x_115; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_73, 0); +lean_dec(x_76); +x_77 = lean_box(0); +lean_ctor_set(x_73, 0, x_77); +return x_73; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_115, 1); -lean_inc(x_120); -lean_dec(x_115); -x_121 = lean_box(0); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_120); -return x_122; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_73, 1); +lean_inc(x_78); +lean_dec(x_73); +x_79 = lean_box(0); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +return x_80; } } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; lean_object* x_129; -x_123 = lean_ctor_get(x_115, 1); -lean_inc(x_123); -lean_dec(x_115); -x_124 = lean_ctor_get(x_116, 0); -lean_inc(x_124); -lean_dec(x_116); -x_125 = lean_nat_sub(x_29, x_28); +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; +x_81 = lean_ctor_get(x_73, 1); +lean_inc(x_81); +lean_dec(x_73); +x_82 = lean_ctor_get(x_74, 0); +lean_inc(x_82); +lean_dec(x_74); +x_83 = lean_nat_sub(x_29, x_28); lean_dec(x_29); -x_126 = lean_nat_sub(x_125, x_111); -lean_dec(x_125); -x_127 = l_Lean_Expr_getRevArg_x21(x_1, x_126); -x_128 = 0; -x_129 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_127, x_128, x_3, x_4, x_5, x_6, x_123); -if (lean_obj_tag(x_129) == 0) -{ -lean_object* x_130; -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -if (lean_obj_tag(x_130) == 0) +x_84 = lean_nat_sub(x_83, x_69); +lean_dec(x_83); +x_85 = l_Lean_Expr_getRevArg_x21(x_1, x_84); +x_86 = 0; +x_87 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_85, x_86, x_3, x_4, x_5, x_6, x_81); +if (lean_obj_tag(x_87) == 0) +{ +lean_object* x_88; +x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_88); +if (lean_obj_tag(x_88) == 0) { -uint8_t x_131; -lean_dec(x_124); -x_131 = !lean_is_exclusive(x_129); -if (x_131 == 0) +uint8_t x_89; +lean_dec(x_82); +x_89 = !lean_is_exclusive(x_87); +if (x_89 == 0) { -lean_object* x_132; lean_object* x_133; -x_132 = lean_ctor_get(x_129, 0); -lean_dec(x_132); -x_133 = lean_box(0); -lean_ctor_set(x_129, 0, x_133); -return x_129; +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_87, 0); +lean_dec(x_90); +x_91 = lean_box(0); +lean_ctor_set(x_87, 0, x_91); +return x_87; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_129, 1); -lean_inc(x_134); -lean_dec(x_129); -x_135 = lean_box(0); -x_136 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_136, 0, x_135); -lean_ctor_set(x_136, 1, x_134); -return x_136; +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_87, 1); +lean_inc(x_92); +lean_dec(x_87); +x_93 = lean_box(0); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_92); +return x_94; } } else { -uint8_t x_137; -x_137 = !lean_is_exclusive(x_130); -if (x_137 == 0) +uint8_t x_95; +x_95 = !lean_is_exclusive(x_88); +if (x_95 == 0) { -uint8_t x_138; -x_138 = !lean_is_exclusive(x_129); -if (x_138 == 0) +uint8_t x_96; +x_96 = !lean_is_exclusive(x_87); +if (x_96 == 0) { -lean_object* x_139; lean_object* x_140; uint8_t x_141; -x_139 = lean_ctor_get(x_130, 0); -x_140 = lean_ctor_get(x_129, 0); -lean_dec(x_140); -x_141 = !lean_is_exclusive(x_139); -if (x_141 == 0) +lean_object* x_97; lean_object* x_98; uint8_t x_99; +x_97 = lean_ctor_get(x_88, 0); +x_98 = lean_ctor_get(x_87, 0); +lean_dec(x_98); +x_99 = !lean_is_exclusive(x_97); +if (x_99 == 0) { -lean_object* x_142; lean_object* x_143; -x_142 = lean_ctor_get(x_139, 1); -x_143 = lean_nat_add(x_142, x_124); -lean_dec(x_124); -lean_dec(x_142); -lean_ctor_set(x_139, 1, x_143); -return x_129; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_97, 1); +x_101 = lean_nat_add(x_100, x_82); +lean_dec(x_82); +lean_dec(x_100); +lean_ctor_set(x_97, 1, x_101); +return x_87; } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_144 = lean_ctor_get(x_139, 0); -x_145 = lean_ctor_get(x_139, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_139); -x_146 = lean_nat_add(x_145, x_124); -lean_dec(x_124); -lean_dec(x_145); -x_147 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_147, 0, x_144); -lean_ctor_set(x_147, 1, x_146); -lean_ctor_set(x_130, 0, x_147); -return x_129; +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_102 = lean_ctor_get(x_97, 0); +x_103 = lean_ctor_get(x_97, 1); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_97); +x_104 = lean_nat_add(x_103, x_82); +lean_dec(x_82); +lean_dec(x_103); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_102); +lean_ctor_set(x_105, 1, x_104); +lean_ctor_set(x_88, 0, x_105); +return x_87; } } 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; -x_148 = lean_ctor_get(x_130, 0); -x_149 = lean_ctor_get(x_129, 1); -lean_inc(x_149); -lean_dec(x_129); -x_150 = lean_ctor_get(x_148, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_148, 1); -lean_inc(x_151); -if (lean_is_exclusive(x_148)) { - lean_ctor_release(x_148, 0); - lean_ctor_release(x_148, 1); - x_152 = x_148; +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_106 = lean_ctor_get(x_88, 0); +x_107 = lean_ctor_get(x_87, 1); +lean_inc(x_107); +lean_dec(x_87); +x_108 = lean_ctor_get(x_106, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_106, 1); +lean_inc(x_109); +if (lean_is_exclusive(x_106)) { + lean_ctor_release(x_106, 0); + lean_ctor_release(x_106, 1); + x_110 = x_106; } else { - lean_dec_ref(x_148); - x_152 = lean_box(0); + lean_dec_ref(x_106); + x_110 = lean_box(0); } -x_153 = lean_nat_add(x_151, x_124); -lean_dec(x_124); -lean_dec(x_151); -if (lean_is_scalar(x_152)) { - x_154 = lean_alloc_ctor(0, 2, 0); +x_111 = lean_nat_add(x_109, x_82); +lean_dec(x_82); +lean_dec(x_109); +if (lean_is_scalar(x_110)) { + x_112 = lean_alloc_ctor(0, 2, 0); } else { - x_154 = x_152; + x_112 = x_110; } -lean_ctor_set(x_154, 0, x_150); -lean_ctor_set(x_154, 1, x_153); -lean_ctor_set(x_130, 0, x_154); -x_155 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_155, 0, x_130); -lean_ctor_set(x_155, 1, x_149); -return x_155; +lean_ctor_set(x_112, 0, x_108); +lean_ctor_set(x_112, 1, x_111); +lean_ctor_set(x_88, 0, x_112); +x_113 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_113, 0, x_88); +lean_ctor_set(x_113, 1, x_107); +return x_113; } } 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; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_156 = lean_ctor_get(x_130, 0); -lean_inc(x_156); -lean_dec(x_130); -x_157 = lean_ctor_get(x_129, 1); -lean_inc(x_157); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_158 = x_129; +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; +x_114 = lean_ctor_get(x_88, 0); +lean_inc(x_114); +lean_dec(x_88); +x_115 = lean_ctor_get(x_87, 1); +lean_inc(x_115); +if (lean_is_exclusive(x_87)) { + lean_ctor_release(x_87, 0); + lean_ctor_release(x_87, 1); + x_116 = x_87; } else { - lean_dec_ref(x_129); - x_158 = lean_box(0); + lean_dec_ref(x_87); + x_116 = lean_box(0); } -x_159 = lean_ctor_get(x_156, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_156, 1); -lean_inc(x_160); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - lean_ctor_release(x_156, 1); - x_161 = x_156; +x_117 = lean_ctor_get(x_114, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_114, 1); +lean_inc(x_118); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_119 = x_114; } else { - lean_dec_ref(x_156); - x_161 = lean_box(0); + lean_dec_ref(x_114); + x_119 = lean_box(0); } -x_162 = lean_nat_add(x_160, x_124); -lean_dec(x_124); -lean_dec(x_160); -if (lean_is_scalar(x_161)) { - x_163 = lean_alloc_ctor(0, 2, 0); +x_120 = lean_nat_add(x_118, x_82); +lean_dec(x_82); +lean_dec(x_118); +if (lean_is_scalar(x_119)) { + x_121 = lean_alloc_ctor(0, 2, 0); } else { - x_163 = x_161; -} -lean_ctor_set(x_163, 0, x_159); -lean_ctor_set(x_163, 1, x_162); -x_164 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_164, 0, x_163); -if (lean_is_scalar(x_158)) { - x_165 = lean_alloc_ctor(0, 2, 0); + x_121 = x_119; +} +lean_ctor_set(x_121, 0, x_117); +lean_ctor_set(x_121, 1, x_120); +x_122 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_122, 0, x_121); +if (lean_is_scalar(x_116)) { + x_123 = lean_alloc_ctor(0, 2, 0); } else { - x_165 = x_158; + x_123 = x_116; } -lean_ctor_set(x_165, 0, x_164); -lean_ctor_set(x_165, 1, x_157); -return x_165; +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_115); +return x_123; } } } else { -uint8_t x_166; -lean_dec(x_124); -x_166 = !lean_is_exclusive(x_129); -if (x_166 == 0) +uint8_t x_124; +lean_dec(x_82); +x_124 = !lean_is_exclusive(x_87); +if (x_124 == 0) { -return x_129; +return x_87; } else { -lean_object* x_167; lean_object* x_168; lean_object* x_169; -x_167 = lean_ctor_get(x_129, 0); -x_168 = lean_ctor_get(x_129, 1); -lean_inc(x_168); -lean_inc(x_167); -lean_dec(x_129); -x_169 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_169, 0, x_167); -lean_ctor_set(x_169, 1, x_168); -return x_169; +lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_125 = lean_ctor_get(x_87, 0); +x_126 = lean_ctor_get(x_87, 1); +lean_inc(x_126); +lean_inc(x_125); +lean_dec(x_87); +x_127 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_127, 0, x_125); +lean_ctor_set(x_127, 1, x_126); +return x_127; } } } } else { -uint8_t x_170; +uint8_t x_128; lean_dec(x_29); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_170 = !lean_is_exclusive(x_115); -if (x_170 == 0) +x_128 = !lean_is_exclusive(x_73); +if (x_128 == 0) { -return x_115; +return x_73; } else { -lean_object* x_171; lean_object* x_172; lean_object* x_173; -x_171 = lean_ctor_get(x_115, 0); -x_172 = lean_ctor_get(x_115, 1); -lean_inc(x_172); -lean_inc(x_171); -lean_dec(x_115); -x_173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_173, 0, x_171); -lean_ctor_set(x_173, 1, x_172); -return x_173; -} +lean_object* x_129; lean_object* x_130; lean_object* x_131; +x_129 = lean_ctor_get(x_73, 0); +x_130 = lean_ctor_get(x_73, 1); +lean_inc(x_130); +lean_inc(x_129); +lean_dec(x_73); +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; } } } @@ -3046,27 +2789,27 @@ lean_dec(x_5); lean_dec(x_4); if (x_2 == 0) { -lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; -x_223 = lean_unsigned_to_nat(0u); -x_224 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_224, 0, x_1); -lean_ctor_set(x_224, 1, x_223); -x_225 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_225, 0, x_224); -x_226 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_226, 0, x_225); -lean_ctor_set(x_226, 1, x_7); -return x_226; +lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_189 = lean_unsigned_to_nat(0u); +x_190 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_190, 0, x_1); +lean_ctor_set(x_190, 1, x_189); +x_191 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_191, 0, x_190); +x_192 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_192, 0, x_191); +lean_ctor_set(x_192, 1, x_7); +return x_192; } else { -lean_object* x_227; lean_object* x_228; +lean_object* x_193; lean_object* x_194; lean_dec(x_1); -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); -return x_228; +x_193 = lean_box(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); +return x_194; } } } @@ -3078,27 +2821,27 @@ lean_dec(x_5); lean_dec(x_4); if (x_2 == 0) { -lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; -x_229 = lean_unsigned_to_nat(0u); -x_230 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_230, 0, x_1); -lean_ctor_set(x_230, 1, x_229); -x_231 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_231, 0, x_230); -x_232 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_232, 0, x_231); -lean_ctor_set(x_232, 1, x_7); -return x_232; +lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; +x_195 = lean_unsigned_to_nat(0u); +x_196 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_196, 0, x_1); +lean_ctor_set(x_196, 1, x_195); +x_197 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_197, 0, x_196); +x_198 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_198, 0, x_197); +lean_ctor_set(x_198, 1, x_7); +return x_198; } else { -lean_object* x_233; lean_object* x_234; +lean_object* x_199; lean_object* x_200; lean_dec(x_1); -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); -return x_234; +x_199 = lean_box(0); +x_200 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_7); +return x_200; } } } @@ -3211,34 +2954,90 @@ return x_24; } } } -case 4: +case 4: +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_40; lean_object* x_50; uint8_t x_51; +x_25 = lean_ctor_get(x_7, 0); +lean_inc(x_25); +lean_dec(x_7); +x_26 = lean_unsigned_to_nat(0u); +x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_26); +x_50 = l_Lean_Meta_evalNat_visit___closed__5; +x_51 = lean_name_eq(x_25, x_50); +if (x_51 == 0) +{ +lean_object* x_52; uint8_t x_53; +x_52 = l_Lean_Meta_evalNat_visit___closed__6; +x_53 = lean_name_eq(x_25, x_52); +if (x_53 == 0) +{ +lean_object* x_54; +x_54 = lean_box(0); +x_40 = x_54; +goto block_49; +} +else +{ +lean_object* x_55; uint8_t x_56; +x_55 = lean_unsigned_to_nat(2u); +x_56 = lean_nat_dec_eq(x_27, x_55); +if (x_56 == 0) +{ +lean_object* x_57; +x_57 = lean_box(0); +x_40 = x_57; +goto block_49; +} +else +{ +uint8_t x_58; lean_object* x_59; +lean_dec(x_27); +lean_dec(x_25); +x_58 = 1; +x_59 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_1, x_58, x_2, x_3, x_4, x_5, x_6); +return x_59; +} +} +} +else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_40; lean_object* x_64; uint8_t x_65; -x_25 = lean_ctor_get(x_7, 0); -lean_inc(x_25); -lean_dec(x_7); -x_26 = lean_unsigned_to_nat(0u); -x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_26); -x_64 = l_Lean_Meta_evalNat_visit___closed__6; -x_65 = lean_name_eq(x_25, x_64); -if (x_65 == 0) +lean_object* x_60; uint8_t x_61; +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_dec_eq(x_27, x_60); +if (x_61 == 0) { -lean_object* x_66; -x_66 = lean_box(0); -x_40 = x_66; -goto block_63; +lean_object* x_62; uint8_t x_63; +x_62 = l_Lean_Meta_evalNat_visit___closed__6; +x_63 = lean_name_eq(x_25, x_62); +if (x_63 == 0) +{ +lean_object* x_64; +x_64 = lean_box(0); +x_40 = x_64; +goto block_49; } else { -lean_object* x_67; uint8_t x_68; -x_67 = lean_unsigned_to_nat(1u); -x_68 = lean_nat_dec_eq(x_27, x_67); -if (x_68 == 0) +lean_object* x_65; uint8_t x_66; +x_65 = lean_unsigned_to_nat(2u); +x_66 = lean_nat_dec_eq(x_27, x_65); +if (x_66 == 0) { -lean_object* x_69; -x_69 = lean_box(0); -x_40 = x_69; -goto block_63; +lean_object* x_67; +x_67 = lean_box(0); +x_40 = x_67; +goto block_49; +} +else +{ +uint8_t x_68; lean_object* x_69; +lean_dec(x_27); +lean_dec(x_25); +x_68 = 1; +x_69 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_1, x_68, x_2, x_3, x_4, x_5, x_6); +return x_69; +} +} } else { @@ -3299,95 +3098,39 @@ return x_38; } } } -block_63: +block_49: { lean_object* x_41; uint8_t x_42; lean_dec(x_40); -x_41 = l_Lean_Meta_evalNat_visit___closed__3; +x_41 = l_Lean_Meta_isNatProjInst___closed__15; x_42 = lean_name_eq(x_25, x_41); if (x_42 == 0) { -lean_object* x_43; uint8_t x_44; -x_43 = l_Lean_Meta_isNatProjInst___closed__15; -x_44 = lean_name_eq(x_25, x_43); -if (x_44 == 0) -{ -lean_object* x_45; -x_45 = lean_box(0); -x_28 = x_45; -goto block_39; -} -else -{ -lean_object* x_46; uint8_t x_47; -x_46 = lean_unsigned_to_nat(4u); -x_47 = lean_nat_dec_eq(x_27, x_46); -if (x_47 == 0) -{ -lean_object* x_48; -x_48 = lean_box(0); -x_28 = x_48; -goto block_39; -} -else -{ -uint8_t x_49; lean_object* x_50; -lean_dec(x_27); -lean_dec(x_25); -x_49 = 1; -x_50 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_1, x_49, x_2, x_3, x_4, x_5, x_6); -return x_50; -} -} -} -else -{ -lean_object* x_51; uint8_t x_52; -x_51 = lean_unsigned_to_nat(2u); -x_52 = lean_nat_dec_eq(x_27, x_51); -if (x_52 == 0) -{ -lean_object* x_53; uint8_t x_54; -x_53 = l_Lean_Meta_isNatProjInst___closed__15; -x_54 = lean_name_eq(x_25, x_53); -if (x_54 == 0) -{ -lean_object* x_55; -x_55 = lean_box(0); -x_28 = x_55; +lean_object* x_43; +x_43 = lean_box(0); +x_28 = x_43; goto block_39; } else { -lean_object* x_56; uint8_t x_57; -x_56 = lean_unsigned_to_nat(4u); -x_57 = lean_nat_dec_eq(x_27, x_56); -if (x_57 == 0) +lean_object* x_44; uint8_t x_45; +x_44 = lean_unsigned_to_nat(4u); +x_45 = lean_nat_dec_eq(x_27, x_44); +if (x_45 == 0) { -lean_object* x_58; -x_58 = lean_box(0); -x_28 = x_58; +lean_object* x_46; +x_46 = lean_box(0); +x_28 = x_46; goto block_39; } else { -uint8_t x_59; lean_object* x_60; -lean_dec(x_27); -lean_dec(x_25); -x_59 = 1; -x_60 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_1, x_59, x_2, x_3, x_4, x_5, x_6); -return x_60; -} -} -} -else -{ -uint8_t x_61; lean_object* x_62; +uint8_t x_47; lean_object* x_48; lean_dec(x_27); lean_dec(x_25); -x_61 = 1; -x_62 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_1, x_61, x_2, x_3, x_4, x_5, x_6); -return x_62; +x_47 = 1; +x_48 = l___private_Lean_Meta_Offset_0__Lean_Meta_getOffsetAux(x_1, x_47, x_2, x_3, x_4, x_5, x_6); +return x_48; } } } @@ -3672,699 +3415,689 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Meta_isDefEqOffset(lean_object* x_1, 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; uint8_t x_10; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_431; x_8 = l_Lean_Meta_getConfig(x_3, x_4, x_5, x_6, x_7); x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); -x_10 = lean_ctor_get_uint8(x_9, 11); +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); +if (lean_is_exclusive(x_8)) { + lean_ctor_release(x_8, 0); + lean_ctor_release(x_8, 1); + x_11 = x_8; +} else { + lean_dec_ref(x_8); + x_11 = lean_box(0); +} +x_431 = lean_ctor_get_uint8(x_9, 11); lean_dec(x_9); -if (x_10 == 0) -{ -uint8_t x_11; -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_11 = !lean_is_exclusive(x_8); -if (x_11 == 0) +if (x_431 == 0) { -lean_object* x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_8, 0); -lean_dec(x_12); -x_13 = 2; -x_14 = lean_box(x_13); -lean_ctor_set(x_8, 0, x_14); -return x_8; +uint8_t x_432; +x_432 = 1; +x_12 = x_432; +goto block_430; } else { -lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; -x_15 = lean_ctor_get(x_8, 1); -lean_inc(x_15); -lean_dec(x_8); -x_16 = 2; -x_17 = lean_box(x_16); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_17); -lean_ctor_set(x_18, 1, x_15); -return x_18; +uint8_t x_433; +x_433 = 0; +x_12 = x_433; +goto block_430; } -} -else +block_430: { -lean_object* x_19; lean_object* x_20; -x_19 = lean_ctor_get(x_8, 1); -lean_inc(x_19); -lean_dec(x_8); +if (x_12 == 0) +{ +lean_object* x_13; +lean_dec(x_11); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_1); -x_20 = l___private_Lean_Meta_Offset_0__Lean_Meta_isOffset(x_1, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_20) == 0) +x_13 = l___private_Lean_Meta_Offset_0__Lean_Meta_isOffset(x_1, x_3, x_4, x_5, x_6, x_10); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_21; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -if (lean_obj_tag(x_21) == 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_22; lean_object* x_23; -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec(x_20); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_1); -x_23 = l_Lean_Meta_evalNat(x_1, x_3, x_4, x_5, x_6, x_22); -if (lean_obj_tag(x_23) == 0) +x_16 = l_Lean_Meta_evalNat(x_1, x_3, x_4, x_5, x_6, x_15); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_24; -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -if (lean_obj_tag(x_24) == 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_25; +uint8_t x_18; 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_25 = !lean_is_exclusive(x_23); -if (x_25 == 0) -{ -lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_23, 0); -lean_dec(x_26); -x_27 = 2; -x_28 = lean_box(x_27); -lean_ctor_set(x_23, 0, x_28); -return x_23; +x_18 = !lean_is_exclusive(x_16); +if (x_18 == 0) +{ +lean_object* x_19; uint8_t x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +x_20 = 2; +x_21 = lean_box(x_20); +lean_ctor_set(x_16, 0, x_21); +return x_16; } else { -lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_23, 1); -lean_inc(x_29); -lean_dec(x_23); -x_30 = 2; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_29); -return x_32; +lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_16, 1); +lean_inc(x_22); +lean_dec(x_16); +x_23 = 2; +x_24 = lean_box(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_22); +return x_25; } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_23, 1); -lean_inc(x_33); -lean_dec(x_23); -x_34 = lean_ctor_get(x_24, 0); -lean_inc(x_34); -lean_dec(x_24); +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_16, 1); +lean_inc(x_26); +lean_dec(x_16); +x_27 = lean_ctor_get(x_17, 0); +lean_inc(x_27); +lean_dec(x_17); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); -x_35 = l___private_Lean_Meta_Offset_0__Lean_Meta_isOffset(x_2, x_3, x_4, x_5, x_6, x_33); -if (lean_obj_tag(x_35) == 0) +x_28 = l___private_Lean_Meta_Offset_0__Lean_Meta_isOffset(x_2, x_3, x_4, x_5, x_6, x_26); +if (lean_obj_tag(x_28) == 0) { -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_29; +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); +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_6); lean_inc(x_5); lean_inc(x_4); -x_38 = l_Lean_Meta_evalNat(x_2, x_3, x_4, x_5, x_6, x_37); -if (lean_obj_tag(x_38) == 0) +x_31 = l_Lean_Meta_evalNat(x_2, x_3, x_4, x_5, x_6, x_30); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_39; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -if (lean_obj_tag(x_39) == 0) +lean_object* x_32; +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +if (lean_obj_tag(x_32) == 0) { -uint8_t x_40; -lean_dec(x_34); +uint8_t x_33; +lean_dec(x_27); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_40 = !lean_is_exclusive(x_38); -if (x_40 == 0) -{ -lean_object* x_41; uint8_t x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_38, 0); -lean_dec(x_41); -x_42 = 2; -x_43 = lean_box(x_42); -lean_ctor_set(x_38, 0, x_43); -return x_38; +x_33 = !lean_is_exclusive(x_31); +if (x_33 == 0) +{ +lean_object* x_34; uint8_t x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_31, 0); +lean_dec(x_34); +x_35 = 2; +x_36 = lean_box(x_35); +lean_ctor_set(x_31, 0, x_36); +return x_31; } else { -lean_object* x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_38, 1); -lean_inc(x_44); -lean_dec(x_38); -x_45 = 2; -x_46 = lean_box(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_44); -return x_47; +lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; +x_37 = lean_ctor_get(x_31, 1); +lean_inc(x_37); +lean_dec(x_31); +x_38 = 2; +x_39 = lean_box(x_38); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_37); +return x_40; } } else { -lean_object* x_48; lean_object* x_49; uint8_t x_50; uint8_t x_51; lean_object* x_52; -x_48 = lean_ctor_get(x_38, 1); -lean_inc(x_48); -lean_dec(x_38); -x_49 = lean_ctor_get(x_39, 0); -lean_inc(x_49); -lean_dec(x_39); -x_50 = lean_nat_dec_eq(x_34, x_49); -lean_dec(x_49); -lean_dec(x_34); -x_51 = l_Bool_toLBool(x_50); +lean_object* x_41; lean_object* x_42; uint8_t x_43; uint8_t x_44; lean_object* x_45; +x_41 = lean_ctor_get(x_31, 1); +lean_inc(x_41); +lean_dec(x_31); +x_42 = lean_ctor_get(x_32, 0); +lean_inc(x_42); +lean_dec(x_32); +x_43 = lean_nat_dec_eq(x_27, x_42); +lean_dec(x_42); +lean_dec(x_27); +x_44 = l_Bool_toLBool(x_43); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_52 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_48); -if (lean_obj_tag(x_52) == 0) +x_45 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_41); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_58; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; +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_isDefEqOffset___closed__2; +x_49 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_49, 0, x_46); +lean_closure_set(x_49, 1, x_48); +x_50 = 0; +x_51 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_49, x_50, x_3, x_4, x_5, x_6, x_47); +if (lean_obj_tag(x_51) == 0) +{ +lean_object* x_52; uint8_t x_53; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_unbox(x_52); lean_dec(x_52); -x_55 = l_Lean_Meta_isDefEqOffset___closed__2; -x_56 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_56, 0, x_53); -lean_closure_set(x_56, 1, x_55); -x_57 = 0; -x_58 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_56, x_57, x_3, x_4, x_5, x_6, x_54); -if (lean_obj_tag(x_58) == 0) -{ -lean_object* x_59; uint8_t x_60; -x_59 = lean_ctor_get(x_58, 0); -lean_inc(x_59); -x_60 = lean_unbox(x_59); -lean_dec(x_59); -if (x_60 == 0) +if (x_53 == 0) { -uint8_t x_61; -x_61 = !lean_is_exclusive(x_58); -if (x_61 == 0) +uint8_t x_54; +x_54 = !lean_is_exclusive(x_51); +if (x_54 == 0) { -lean_object* x_62; uint8_t x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_58, 0); -lean_dec(x_62); -x_63 = 2; -x_64 = lean_box(x_63); -lean_ctor_set(x_58, 0, x_64); -return x_58; +lean_object* x_55; uint8_t x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_51, 0); +lean_dec(x_55); +x_56 = 2; +x_57 = lean_box(x_56); +lean_ctor_set(x_51, 0, x_57); +return x_51; } else { -lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; -x_65 = lean_ctor_get(x_58, 1); -lean_inc(x_65); -lean_dec(x_58); -x_66 = 2; -x_67 = lean_box(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_65); -return x_68; +lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; +x_58 = lean_ctor_get(x_51, 1); +lean_inc(x_58); +lean_dec(x_51); +x_59 = 2; +x_60 = lean_box(x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_58); +return x_61; } } else { -uint8_t x_69; -x_69 = !lean_is_exclusive(x_58); -if (x_69 == 0) +uint8_t x_62; +x_62 = !lean_is_exclusive(x_51); +if (x_62 == 0) { -lean_object* x_70; lean_object* x_71; -x_70 = lean_ctor_get(x_58, 0); -lean_dec(x_70); -x_71 = lean_box(x_51); -lean_ctor_set(x_58, 0, x_71); -return x_58; +lean_object* x_63; lean_object* x_64; +x_63 = lean_ctor_get(x_51, 0); +lean_dec(x_63); +x_64 = lean_box(x_44); +lean_ctor_set(x_51, 0, x_64); +return x_51; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_58, 1); -lean_inc(x_72); -lean_dec(x_58); -x_73 = lean_box(x_51); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_72); -return x_74; +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_51, 1); +lean_inc(x_65); +lean_dec(x_51); +x_66 = lean_box(x_44); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_65); +return x_67; } } } else { -uint8_t x_75; -x_75 = !lean_is_exclusive(x_58); -if (x_75 == 0) +uint8_t x_68; +x_68 = !lean_is_exclusive(x_51); +if (x_68 == 0) { -return x_58; +return x_51; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_58, 0); -x_77 = lean_ctor_get(x_58, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_58); -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; +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_51, 0); +x_70 = lean_ctor_get(x_51, 1); +lean_inc(x_70); +lean_inc(x_69); +lean_dec(x_51); +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 { -uint8_t x_79; +uint8_t x_72; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_79 = !lean_is_exclusive(x_52); -if (x_79 == 0) +x_72 = !lean_is_exclusive(x_45); +if (x_72 == 0) { -return x_52; +return x_45; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_52, 0); -x_81 = lean_ctor_get(x_52, 1); -lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_52); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_45, 0); +x_74 = lean_ctor_get(x_45, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_45); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } } else { -uint8_t x_83; -lean_dec(x_34); +uint8_t x_76; +lean_dec(x_27); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_38); -if (x_83 == 0) +x_76 = !lean_is_exclusive(x_31); +if (x_76 == 0) { -return x_38; +return x_31; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_38, 0); -x_85 = lean_ctor_get(x_38, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_38); -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_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_31, 0); +x_78 = lean_ctor_get(x_31, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_31); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_dec(x_2); -x_87 = lean_ctor_get(x_36, 0); -lean_inc(x_87); -lean_dec(x_36); -x_88 = lean_ctor_get(x_35, 1); -lean_inc(x_88); -lean_dec(x_35); -x_89 = lean_ctor_get(x_87, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_87, 1); -lean_inc(x_90); -lean_dec(x_87); -x_91 = lean_nat_dec_le(x_90, x_34); -if (x_91 == 0) +x_80 = lean_ctor_get(x_29, 0); +lean_inc(x_80); +lean_dec(x_29); +x_81 = lean_ctor_get(x_28, 1); +lean_inc(x_81); +lean_dec(x_28); +x_82 = lean_ctor_get(x_80, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_80, 1); +lean_inc(x_83); +lean_dec(x_80); +x_84 = lean_nat_dec_le(x_83, x_27); +if (x_84 == 0) { -lean_object* x_92; -lean_dec(x_90); -lean_dec(x_89); -lean_dec(x_34); +lean_object* x_85; +lean_dec(x_83); +lean_dec(x_82); +lean_dec(x_27); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_92 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_88); -if (lean_obj_tag(x_92) == 0) -{ -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; lean_object* x_98; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = l_Lean_Meta_isDefEqOffset___closed__2; -x_96 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_96, 0, x_93); -lean_closure_set(x_96, 1, x_95); -x_97 = 0; -x_98 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_96, x_97, x_3, x_4, x_5, x_6, x_94); -if (lean_obj_tag(x_98) == 0) +x_85 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_81); +if (lean_obj_tag(x_85) == 0) { -lean_object* x_99; uint8_t x_100; -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_unbox(x_99); -lean_dec(x_99); -if (x_100 == 0) +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; lean_object* x_91; +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +lean_dec(x_85); +x_88 = l_Lean_Meta_isDefEqOffset___closed__2; +x_89 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_89, 0, x_86); +lean_closure_set(x_89, 1, x_88); +x_90 = 0; +x_91 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_89, x_90, x_3, x_4, x_5, x_6, x_87); +if (lean_obj_tag(x_91) == 0) +{ +lean_object* x_92; uint8_t x_93; +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_unbox(x_92); +lean_dec(x_92); +if (x_93 == 0) { -uint8_t x_101; -x_101 = !lean_is_exclusive(x_98); -if (x_101 == 0) +uint8_t x_94; +x_94 = !lean_is_exclusive(x_91); +if (x_94 == 0) { -lean_object* x_102; uint8_t x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_98, 0); -lean_dec(x_102); -x_103 = 2; -x_104 = lean_box(x_103); -lean_ctor_set(x_98, 0, x_104); -return x_98; +lean_object* x_95; uint8_t x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_91, 0); +lean_dec(x_95); +x_96 = 2; +x_97 = lean_box(x_96); +lean_ctor_set(x_91, 0, x_97); +return x_91; } else { -lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; -x_105 = lean_ctor_get(x_98, 1); -lean_inc(x_105); -lean_dec(x_98); -x_106 = 2; -x_107 = lean_box(x_106); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_105); -return x_108; +lean_object* x_98; uint8_t x_99; lean_object* x_100; lean_object* x_101; +x_98 = lean_ctor_get(x_91, 1); +lean_inc(x_98); +lean_dec(x_91); +x_99 = 2; +x_100 = lean_box(x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_98); +return x_101; } } else { -uint8_t x_109; -x_109 = !lean_is_exclusive(x_98); -if (x_109 == 0) +uint8_t x_102; +x_102 = !lean_is_exclusive(x_91); +if (x_102 == 0) { -lean_object* x_110; uint8_t x_111; lean_object* x_112; -x_110 = lean_ctor_get(x_98, 0); -lean_dec(x_110); -x_111 = 0; -x_112 = lean_box(x_111); -lean_ctor_set(x_98, 0, x_112); -return x_98; +lean_object* x_103; uint8_t x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_91, 0); +lean_dec(x_103); +x_104 = 0; +x_105 = lean_box(x_104); +lean_ctor_set(x_91, 0, x_105); +return x_91; } else { -lean_object* x_113; uint8_t x_114; lean_object* x_115; lean_object* x_116; -x_113 = lean_ctor_get(x_98, 1); -lean_inc(x_113); -lean_dec(x_98); -x_114 = 0; -x_115 = lean_box(x_114); -x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_113); -return x_116; +lean_object* x_106; uint8_t x_107; lean_object* x_108; lean_object* x_109; +x_106 = lean_ctor_get(x_91, 1); +lean_inc(x_106); +lean_dec(x_91); +x_107 = 0; +x_108 = lean_box(x_107); +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_106); +return x_109; } } } else { -uint8_t x_117; -x_117 = !lean_is_exclusive(x_98); -if (x_117 == 0) +uint8_t x_110; +x_110 = !lean_is_exclusive(x_91); +if (x_110 == 0) { -return x_98; +return x_91; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_98, 0); -x_119 = lean_ctor_get(x_98, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_98); -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; +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_91, 0); +x_112 = lean_ctor_get(x_91, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(x_91); +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_121; +uint8_t x_114; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_121 = !lean_is_exclusive(x_92); -if (x_121 == 0) +x_114 = !lean_is_exclusive(x_85); +if (x_114 == 0) { -return x_92; +return x_85; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_92, 0); -x_123 = lean_ctor_get(x_92, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_92); -x_124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_124, 0, x_122); -lean_ctor_set(x_124, 1, x_123); -return x_124; +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_85, 0); +x_116 = lean_ctor_get(x_85, 1); +lean_inc(x_116); +lean_inc(x_115); +lean_dec(x_85); +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_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_nat_sub(x_34, x_90); -lean_dec(x_90); -lean_dec(x_34); -x_126 = l_Lean_mkNatLit(x_125); +lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_118 = lean_nat_sub(x_27, x_83); +lean_dec(x_83); +lean_dec(x_27); +x_119 = l_Lean_mkNatLit(x_118); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_127 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_88); -if (lean_obj_tag(x_127) == 0) +x_120 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_81); +if (lean_obj_tag(x_120) == 0) { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; lean_object* x_133; -x_128 = lean_ctor_get(x_127, 0); -lean_inc(x_128); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = l_Lean_Meta_isDefEqOffset___closed__2; -x_131 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_131, 0, x_128); -lean_closure_set(x_131, 1, x_130); -x_132 = 0; +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; lean_object* x_126; +x_121 = lean_ctor_get(x_120, 0); +lean_inc(x_121); +x_122 = lean_ctor_get(x_120, 1); +lean_inc(x_122); +lean_dec(x_120); +x_123 = l_Lean_Meta_isDefEqOffset___closed__2; +x_124 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_124, 0, x_121); +lean_closure_set(x_124, 1, x_123); +x_125 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_133 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_131, x_132, x_3, x_4, x_5, x_6, x_129); -if (lean_obj_tag(x_133) == 0) +x_126 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_124, x_125, x_3, x_4, x_5, x_6, x_122); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_134; uint8_t x_135; -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_unbox(x_134); -lean_dec(x_134); -if (x_135 == 0) +lean_object* x_127; uint8_t x_128; +x_127 = lean_ctor_get(x_126, 0); +lean_inc(x_127); +x_128 = lean_unbox(x_127); +lean_dec(x_127); +if (x_128 == 0) { -uint8_t x_136; -lean_dec(x_126); -lean_dec(x_89); +uint8_t x_129; +lean_dec(x_119); +lean_dec(x_82); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_136 = !lean_is_exclusive(x_133); -if (x_136 == 0) +x_129 = !lean_is_exclusive(x_126); +if (x_129 == 0) { -lean_object* x_137; uint8_t x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_133, 0); -lean_dec(x_137); -x_138 = 2; -x_139 = lean_box(x_138); -lean_ctor_set(x_133, 0, x_139); -return x_133; -} -else -{ -lean_object* x_140; uint8_t x_141; lean_object* x_142; lean_object* x_143; -x_140 = lean_ctor_get(x_133, 1); -lean_inc(x_140); -lean_dec(x_133); -x_141 = 2; -x_142 = lean_box(x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_140); -return x_143; +lean_object* x_130; uint8_t x_131; lean_object* x_132; +x_130 = lean_ctor_get(x_126, 0); +lean_dec(x_130); +x_131 = 2; +x_132 = lean_box(x_131); +lean_ctor_set(x_126, 0, x_132); +return x_126; +} +else +{ +lean_object* x_133; uint8_t x_134; lean_object* x_135; lean_object* x_136; +x_133 = lean_ctor_get(x_126, 1); +lean_inc(x_133); +lean_dec(x_126); +x_134 = 2; +x_135 = lean_box(x_134); +x_136 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_136, 0, x_135); +lean_ctor_set(x_136, 1, x_133); +return x_136; } } else { -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_133, 1); -lean_inc(x_144); -lean_dec(x_133); -x_145 = lean_is_expr_def_eq(x_126, x_89, x_3, x_4, x_5, x_6, x_144); -if (lean_obj_tag(x_145) == 0) +lean_object* x_137; lean_object* x_138; +x_137 = lean_ctor_get(x_126, 1); +lean_inc(x_137); +lean_dec(x_126); +x_138 = lean_is_expr_def_eq(x_119, x_82, x_3, x_4, x_5, x_6, x_137); +if (lean_obj_tag(x_138) == 0) { -uint8_t x_146; -x_146 = !lean_is_exclusive(x_145); -if (x_146 == 0) +uint8_t x_139; +x_139 = !lean_is_exclusive(x_138); +if (x_139 == 0) { -lean_object* x_147; uint8_t x_148; uint8_t x_149; lean_object* x_150; -x_147 = lean_ctor_get(x_145, 0); -x_148 = lean_unbox(x_147); -lean_dec(x_147); -x_149 = l_Bool_toLBool(x_148); -x_150 = lean_box(x_149); -lean_ctor_set(x_145, 0, x_150); -return x_145; +lean_object* x_140; uint8_t x_141; uint8_t x_142; lean_object* x_143; +x_140 = lean_ctor_get(x_138, 0); +x_141 = lean_unbox(x_140); +lean_dec(x_140); +x_142 = l_Bool_toLBool(x_141); +x_143 = lean_box(x_142); +lean_ctor_set(x_138, 0, x_143); +return x_138; } else { -lean_object* x_151; lean_object* x_152; uint8_t x_153; uint8_t x_154; lean_object* x_155; lean_object* x_156; -x_151 = lean_ctor_get(x_145, 0); -x_152 = lean_ctor_get(x_145, 1); -lean_inc(x_152); -lean_inc(x_151); -lean_dec(x_145); -x_153 = lean_unbox(x_151); -lean_dec(x_151); -x_154 = l_Bool_toLBool(x_153); -x_155 = lean_box(x_154); -x_156 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_152); -return x_156; +lean_object* x_144; lean_object* x_145; uint8_t x_146; uint8_t x_147; lean_object* x_148; lean_object* x_149; +x_144 = lean_ctor_get(x_138, 0); +x_145 = lean_ctor_get(x_138, 1); +lean_inc(x_145); +lean_inc(x_144); +lean_dec(x_138); +x_146 = lean_unbox(x_144); +lean_dec(x_144); +x_147 = l_Bool_toLBool(x_146); +x_148 = lean_box(x_147); +x_149 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_149, 1, x_145); +return x_149; } } else { -uint8_t x_157; -x_157 = !lean_is_exclusive(x_145); -if (x_157 == 0) +uint8_t x_150; +x_150 = !lean_is_exclusive(x_138); +if (x_150 == 0) { -return x_145; +return x_138; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_145, 0); -x_159 = lean_ctor_get(x_145, 1); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_145); -x_160 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -return x_160; +lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_151 = lean_ctor_get(x_138, 0); +x_152 = lean_ctor_get(x_138, 1); +lean_inc(x_152); +lean_inc(x_151); +lean_dec(x_138); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +return x_153; } } } } else { -uint8_t x_161; -lean_dec(x_126); -lean_dec(x_89); +uint8_t x_154; +lean_dec(x_119); +lean_dec(x_82); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_161 = !lean_is_exclusive(x_133); -if (x_161 == 0) +x_154 = !lean_is_exclusive(x_126); +if (x_154 == 0) { -return x_133; +return x_126; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_133, 0); -x_163 = lean_ctor_get(x_133, 1); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_133); -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; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_126, 0); +x_156 = lean_ctor_get(x_126, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_126); +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 { -uint8_t x_165; -lean_dec(x_126); -lean_dec(x_89); +uint8_t x_158; +lean_dec(x_119); +lean_dec(x_82); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_165 = !lean_is_exclusive(x_127); -if (x_165 == 0) +x_158 = !lean_is_exclusive(x_120); +if (x_158 == 0) { -return x_127; +return x_120; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_127, 0); -x_167 = lean_ctor_get(x_127, 1); -lean_inc(x_167); -lean_inc(x_166); -lean_dec(x_127); -x_168 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -return x_168; +lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_159 = lean_ctor_get(x_120, 0); +x_160 = lean_ctor_get(x_120, 1); +lean_inc(x_160); +lean_inc(x_159); +lean_dec(x_120); +x_161 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_161, 0, x_159); +lean_ctor_set(x_161, 1, x_160); +return x_161; } } } @@ -4372,477 +4105,477 @@ return x_168; } else { -uint8_t x_169; -lean_dec(x_34); +uint8_t x_162; +lean_dec(x_27); 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_is_exclusive(x_35); -if (x_169 == 0) +x_162 = !lean_is_exclusive(x_28); +if (x_162 == 0) { -return x_35; +return x_28; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_35, 0); -x_171 = lean_ctor_get(x_35, 1); -lean_inc(x_171); -lean_inc(x_170); -lean_dec(x_35); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_28, 0); +x_164 = lean_ctor_get(x_28, 1); +lean_inc(x_164); +lean_inc(x_163); +lean_dec(x_28); +x_165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +return x_165; } } } } else { -uint8_t x_173; +uint8_t x_166; 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_is_exclusive(x_23); -if (x_173 == 0) +x_166 = !lean_is_exclusive(x_16); +if (x_166 == 0) { -return x_23; +return x_16; } else { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_ctor_get(x_23, 0); -x_175 = lean_ctor_get(x_23, 1); -lean_inc(x_175); -lean_inc(x_174); -lean_dec(x_23); -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; +lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_167 = lean_ctor_get(x_16, 0); +x_168 = lean_ctor_get(x_16, 1); +lean_inc(x_168); +lean_inc(x_167); +lean_dec(x_16); +x_169 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_169, 0, x_167); +lean_ctor_set(x_169, 1, x_168); +return x_169; } } } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; -x_177 = lean_ctor_get(x_21, 0); -lean_inc(x_177); -lean_dec(x_21); -x_178 = lean_ctor_get(x_20, 1); -lean_inc(x_178); -lean_dec(x_20); -x_179 = lean_ctor_get(x_177, 0); -lean_inc(x_179); -x_180 = lean_ctor_get(x_177, 1); -lean_inc(x_180); -lean_dec(x_177); +lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; +x_170 = lean_ctor_get(x_14, 0); +lean_inc(x_170); +lean_dec(x_14); +x_171 = lean_ctor_get(x_13, 1); +lean_inc(x_171); +lean_dec(x_13); +x_172 = lean_ctor_get(x_170, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_170, 1); +lean_inc(x_173); +lean_dec(x_170); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); -x_181 = l___private_Lean_Meta_Offset_0__Lean_Meta_isOffset(x_2, x_3, x_4, x_5, x_6, x_178); -if (lean_obj_tag(x_181) == 0) +x_174 = l___private_Lean_Meta_Offset_0__Lean_Meta_isOffset(x_2, x_3, x_4, x_5, x_6, x_171); +if (lean_obj_tag(x_174) == 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_175; +x_175 = lean_ctor_get(x_174, 0); +lean_inc(x_175); +if (lean_obj_tag(x_175) == 0) { -lean_object* x_183; lean_object* x_184; -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); +lean_object* x_176; lean_object* x_177; +x_176 = lean_ctor_get(x_174, 1); +lean_inc(x_176); +lean_dec(x_174); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_184 = l_Lean_Meta_evalNat(x_2, x_3, x_4, x_5, x_6, x_183); -if (lean_obj_tag(x_184) == 0) +x_177 = l_Lean_Meta_evalNat(x_2, x_3, x_4, x_5, x_6, x_176); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_185; -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -if (lean_obj_tag(x_185) == 0) +lean_object* x_178; +x_178 = lean_ctor_get(x_177, 0); +lean_inc(x_178); +if (lean_obj_tag(x_178) == 0) { -uint8_t x_186; -lean_dec(x_180); -lean_dec(x_179); +uint8_t x_179; +lean_dec(x_173); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_186 = !lean_is_exclusive(x_184); -if (x_186 == 0) -{ -lean_object* x_187; uint8_t x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_184, 0); -lean_dec(x_187); -x_188 = 2; -x_189 = lean_box(x_188); -lean_ctor_set(x_184, 0, x_189); -return x_184; +x_179 = !lean_is_exclusive(x_177); +if (x_179 == 0) +{ +lean_object* x_180; uint8_t x_181; lean_object* x_182; +x_180 = lean_ctor_get(x_177, 0); +lean_dec(x_180); +x_181 = 2; +x_182 = lean_box(x_181); +lean_ctor_set(x_177, 0, x_182); +return x_177; } else { -lean_object* x_190; uint8_t x_191; lean_object* x_192; lean_object* x_193; -x_190 = lean_ctor_get(x_184, 1); -lean_inc(x_190); -lean_dec(x_184); -x_191 = 2; -x_192 = lean_box(x_191); -x_193 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_193, 0, x_192); -lean_ctor_set(x_193, 1, x_190); -return x_193; +lean_object* x_183; uint8_t x_184; lean_object* x_185; lean_object* x_186; +x_183 = lean_ctor_get(x_177, 1); +lean_inc(x_183); +lean_dec(x_177); +x_184 = 2; +x_185 = lean_box(x_184); +x_186 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_186, 0, x_185); +lean_ctor_set(x_186, 1, x_183); +return x_186; } } else { -lean_object* x_194; lean_object* x_195; uint8_t x_196; -x_194 = lean_ctor_get(x_184, 1); -lean_inc(x_194); -lean_dec(x_184); -x_195 = lean_ctor_get(x_185, 0); -lean_inc(x_195); -lean_dec(x_185); -x_196 = lean_nat_dec_le(x_180, x_195); -if (x_196 == 0) -{ -lean_object* x_197; -lean_dec(x_195); -lean_dec(x_180); -lean_dec(x_179); +lean_object* x_187; lean_object* x_188; uint8_t x_189; +x_187 = lean_ctor_get(x_177, 1); +lean_inc(x_187); +lean_dec(x_177); +x_188 = lean_ctor_get(x_178, 0); +lean_inc(x_188); +lean_dec(x_178); +x_189 = lean_nat_dec_le(x_173, x_188); +if (x_189 == 0) +{ +lean_object* x_190; +lean_dec(x_188); +lean_dec(x_173); +lean_dec(x_172); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_197 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_194); -if (lean_obj_tag(x_197) == 0) -{ -lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; uint8_t x_202; lean_object* x_203; -x_198 = lean_ctor_get(x_197, 0); -lean_inc(x_198); -x_199 = lean_ctor_get(x_197, 1); -lean_inc(x_199); +x_190 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_187); +if (lean_obj_tag(x_190) == 0) +{ +lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; lean_object* x_196; +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_isDefEqOffset___closed__2; +x_194 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_194, 0, x_191); +lean_closure_set(x_194, 1, x_193); +x_195 = 0; +x_196 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_194, x_195, x_3, x_4, x_5, x_6, x_192); +if (lean_obj_tag(x_196) == 0) +{ +lean_object* x_197; uint8_t x_198; +x_197 = lean_ctor_get(x_196, 0); +lean_inc(x_197); +x_198 = lean_unbox(x_197); lean_dec(x_197); -x_200 = l_Lean_Meta_isDefEqOffset___closed__2; -x_201 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_201, 0, x_198); -lean_closure_set(x_201, 1, x_200); -x_202 = 0; -x_203 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_201, x_202, x_3, x_4, x_5, x_6, x_199); -if (lean_obj_tag(x_203) == 0) -{ -lean_object* x_204; uint8_t x_205; -x_204 = lean_ctor_get(x_203, 0); -lean_inc(x_204); -x_205 = lean_unbox(x_204); -lean_dec(x_204); -if (x_205 == 0) -{ -uint8_t x_206; -x_206 = !lean_is_exclusive(x_203); -if (x_206 == 0) +if (x_198 == 0) +{ +uint8_t x_199; +x_199 = !lean_is_exclusive(x_196); +if (x_199 == 0) { -lean_object* x_207; uint8_t x_208; lean_object* x_209; -x_207 = lean_ctor_get(x_203, 0); -lean_dec(x_207); -x_208 = 2; -x_209 = lean_box(x_208); -lean_ctor_set(x_203, 0, x_209); -return x_203; +lean_object* x_200; uint8_t x_201; lean_object* x_202; +x_200 = lean_ctor_get(x_196, 0); +lean_dec(x_200); +x_201 = 2; +x_202 = lean_box(x_201); +lean_ctor_set(x_196, 0, x_202); +return x_196; } else { -lean_object* x_210; uint8_t x_211; lean_object* x_212; lean_object* x_213; -x_210 = lean_ctor_get(x_203, 1); -lean_inc(x_210); -lean_dec(x_203); -x_211 = 2; -x_212 = lean_box(x_211); -x_213 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_213, 0, x_212); -lean_ctor_set(x_213, 1, x_210); -return x_213; +lean_object* x_203; uint8_t x_204; lean_object* x_205; lean_object* x_206; +x_203 = lean_ctor_get(x_196, 1); +lean_inc(x_203); +lean_dec(x_196); +x_204 = 2; +x_205 = lean_box(x_204); +x_206 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_206, 0, x_205); +lean_ctor_set(x_206, 1, x_203); +return x_206; } } else { -uint8_t x_214; -x_214 = !lean_is_exclusive(x_203); -if (x_214 == 0) +uint8_t x_207; +x_207 = !lean_is_exclusive(x_196); +if (x_207 == 0) { -lean_object* x_215; uint8_t x_216; lean_object* x_217; -x_215 = lean_ctor_get(x_203, 0); -lean_dec(x_215); -x_216 = 0; -x_217 = lean_box(x_216); -lean_ctor_set(x_203, 0, x_217); -return x_203; +lean_object* x_208; uint8_t x_209; lean_object* x_210; +x_208 = lean_ctor_get(x_196, 0); +lean_dec(x_208); +x_209 = 0; +x_210 = lean_box(x_209); +lean_ctor_set(x_196, 0, x_210); +return x_196; } else { -lean_object* x_218; uint8_t x_219; lean_object* x_220; lean_object* x_221; -x_218 = lean_ctor_get(x_203, 1); -lean_inc(x_218); -lean_dec(x_203); -x_219 = 0; -x_220 = lean_box(x_219); -x_221 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_218); -return x_221; +lean_object* x_211; uint8_t x_212; lean_object* x_213; lean_object* x_214; +x_211 = lean_ctor_get(x_196, 1); +lean_inc(x_211); +lean_dec(x_196); +x_212 = 0; +x_213 = lean_box(x_212); +x_214 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_214, 0, x_213); +lean_ctor_set(x_214, 1, x_211); +return x_214; } } } else { -uint8_t x_222; -x_222 = !lean_is_exclusive(x_203); -if (x_222 == 0) +uint8_t x_215; +x_215 = !lean_is_exclusive(x_196); +if (x_215 == 0) { -return x_203; +return x_196; } else { -lean_object* x_223; lean_object* x_224; lean_object* x_225; -x_223 = lean_ctor_get(x_203, 0); -x_224 = lean_ctor_get(x_203, 1); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_203); -x_225 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_225, 0, x_223); -lean_ctor_set(x_225, 1, x_224); -return x_225; +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = lean_ctor_get(x_196, 0); +x_217 = lean_ctor_get(x_196, 1); +lean_inc(x_217); +lean_inc(x_216); +lean_dec(x_196); +x_218 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_218, 0, x_216); +lean_ctor_set(x_218, 1, x_217); +return x_218; } } } else { -uint8_t x_226; +uint8_t x_219; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_226 = !lean_is_exclusive(x_197); -if (x_226 == 0) +x_219 = !lean_is_exclusive(x_190); +if (x_219 == 0) { -return x_197; +return x_190; } else { -lean_object* x_227; lean_object* x_228; lean_object* x_229; -x_227 = lean_ctor_get(x_197, 0); -x_228 = lean_ctor_get(x_197, 1); -lean_inc(x_228); -lean_inc(x_227); -lean_dec(x_197); -x_229 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_229, 0, x_227); -lean_ctor_set(x_229, 1, x_228); -return x_229; +lean_object* x_220; lean_object* x_221; lean_object* x_222; +x_220 = lean_ctor_get(x_190, 0); +x_221 = lean_ctor_get(x_190, 1); +lean_inc(x_221); +lean_inc(x_220); +lean_dec(x_190); +x_222 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_222, 0, x_220); +lean_ctor_set(x_222, 1, x_221); +return x_222; } } } else { -lean_object* x_230; lean_object* x_231; lean_object* x_232; -x_230 = lean_nat_sub(x_195, x_180); -lean_dec(x_180); -lean_dec(x_195); -x_231 = l_Lean_mkNatLit(x_230); +lean_object* x_223; lean_object* x_224; lean_object* x_225; +x_223 = lean_nat_sub(x_188, x_173); +lean_dec(x_173); +lean_dec(x_188); +x_224 = l_Lean_mkNatLit(x_223); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_232 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_194); -if (lean_obj_tag(x_232) == 0) +x_225 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_187); +if (lean_obj_tag(x_225) == 0) { -lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; uint8_t x_237; lean_object* x_238; -x_233 = lean_ctor_get(x_232, 0); -lean_inc(x_233); -x_234 = lean_ctor_get(x_232, 1); -lean_inc(x_234); -lean_dec(x_232); -x_235 = l_Lean_Meta_isDefEqOffset___closed__2; -x_236 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_236, 0, x_233); -lean_closure_set(x_236, 1, x_235); -x_237 = 0; +lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; uint8_t 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_Meta_isDefEqOffset___closed__2; +x_229 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_229, 0, x_226); +lean_closure_set(x_229, 1, x_228); +x_230 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_238 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_236, x_237, x_3, x_4, x_5, x_6, x_234); -if (lean_obj_tag(x_238) == 0) +x_231 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_229, x_230, x_3, x_4, x_5, x_6, x_227); +if (lean_obj_tag(x_231) == 0) { -lean_object* x_239; uint8_t x_240; -x_239 = lean_ctor_get(x_238, 0); -lean_inc(x_239); -x_240 = lean_unbox(x_239); -lean_dec(x_239); -if (x_240 == 0) +lean_object* x_232; uint8_t x_233; +x_232 = lean_ctor_get(x_231, 0); +lean_inc(x_232); +x_233 = lean_unbox(x_232); +lean_dec(x_232); +if (x_233 == 0) { -uint8_t x_241; -lean_dec(x_231); -lean_dec(x_179); +uint8_t x_234; +lean_dec(x_224); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_241 = !lean_is_exclusive(x_238); -if (x_241 == 0) +x_234 = !lean_is_exclusive(x_231); +if (x_234 == 0) { -lean_object* x_242; uint8_t x_243; lean_object* x_244; -x_242 = lean_ctor_get(x_238, 0); -lean_dec(x_242); -x_243 = 2; -x_244 = lean_box(x_243); -lean_ctor_set(x_238, 0, x_244); -return x_238; +lean_object* x_235; uint8_t x_236; lean_object* x_237; +x_235 = lean_ctor_get(x_231, 0); +lean_dec(x_235); +x_236 = 2; +x_237 = lean_box(x_236); +lean_ctor_set(x_231, 0, x_237); +return x_231; } else { -lean_object* x_245; uint8_t x_246; lean_object* x_247; lean_object* x_248; -x_245 = lean_ctor_get(x_238, 1); -lean_inc(x_245); -lean_dec(x_238); -x_246 = 2; -x_247 = lean_box(x_246); -x_248 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_248, 0, x_247); -lean_ctor_set(x_248, 1, x_245); -return x_248; +lean_object* x_238; uint8_t x_239; lean_object* x_240; lean_object* x_241; +x_238 = lean_ctor_get(x_231, 1); +lean_inc(x_238); +lean_dec(x_231); +x_239 = 2; +x_240 = lean_box(x_239); +x_241 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_241, 0, x_240); +lean_ctor_set(x_241, 1, x_238); +return x_241; } } else { -lean_object* x_249; lean_object* x_250; -x_249 = lean_ctor_get(x_238, 1); -lean_inc(x_249); -lean_dec(x_238); -x_250 = lean_is_expr_def_eq(x_179, x_231, x_3, x_4, x_5, x_6, x_249); -if (lean_obj_tag(x_250) == 0) +lean_object* x_242; lean_object* x_243; +x_242 = lean_ctor_get(x_231, 1); +lean_inc(x_242); +lean_dec(x_231); +x_243 = lean_is_expr_def_eq(x_172, x_224, x_3, x_4, x_5, x_6, x_242); +if (lean_obj_tag(x_243) == 0) { -uint8_t x_251; -x_251 = !lean_is_exclusive(x_250); -if (x_251 == 0) +uint8_t x_244; +x_244 = !lean_is_exclusive(x_243); +if (x_244 == 0) { -lean_object* x_252; uint8_t x_253; uint8_t x_254; lean_object* x_255; -x_252 = lean_ctor_get(x_250, 0); -x_253 = lean_unbox(x_252); -lean_dec(x_252); -x_254 = l_Bool_toLBool(x_253); -x_255 = lean_box(x_254); -lean_ctor_set(x_250, 0, x_255); -return x_250; +lean_object* x_245; uint8_t x_246; uint8_t x_247; lean_object* x_248; +x_245 = lean_ctor_get(x_243, 0); +x_246 = lean_unbox(x_245); +lean_dec(x_245); +x_247 = l_Bool_toLBool(x_246); +x_248 = lean_box(x_247); +lean_ctor_set(x_243, 0, x_248); +return x_243; } else { -lean_object* x_256; lean_object* x_257; uint8_t x_258; uint8_t x_259; lean_object* x_260; lean_object* x_261; -x_256 = lean_ctor_get(x_250, 0); -x_257 = lean_ctor_get(x_250, 1); -lean_inc(x_257); -lean_inc(x_256); -lean_dec(x_250); -x_258 = lean_unbox(x_256); -lean_dec(x_256); -x_259 = l_Bool_toLBool(x_258); -x_260 = lean_box(x_259); -x_261 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_261, 0, x_260); -lean_ctor_set(x_261, 1, x_257); -return x_261; +lean_object* x_249; lean_object* x_250; uint8_t x_251; uint8_t x_252; lean_object* x_253; lean_object* x_254; +x_249 = lean_ctor_get(x_243, 0); +x_250 = lean_ctor_get(x_243, 1); +lean_inc(x_250); +lean_inc(x_249); +lean_dec(x_243); +x_251 = lean_unbox(x_249); +lean_dec(x_249); +x_252 = l_Bool_toLBool(x_251); +x_253 = lean_box(x_252); +x_254 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_254, 0, x_253); +lean_ctor_set(x_254, 1, x_250); +return x_254; } } else { -uint8_t x_262; -x_262 = !lean_is_exclusive(x_250); -if (x_262 == 0) +uint8_t x_255; +x_255 = !lean_is_exclusive(x_243); +if (x_255 == 0) { -return x_250; +return x_243; } else { -lean_object* x_263; lean_object* x_264; lean_object* x_265; -x_263 = lean_ctor_get(x_250, 0); -x_264 = lean_ctor_get(x_250, 1); -lean_inc(x_264); -lean_inc(x_263); -lean_dec(x_250); -x_265 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_265, 0, x_263); -lean_ctor_set(x_265, 1, x_264); -return x_265; +lean_object* x_256; lean_object* x_257; lean_object* x_258; +x_256 = lean_ctor_get(x_243, 0); +x_257 = lean_ctor_get(x_243, 1); +lean_inc(x_257); +lean_inc(x_256); +lean_dec(x_243); +x_258 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_258, 0, x_256); +lean_ctor_set(x_258, 1, x_257); +return x_258; } } } } else { -uint8_t x_266; -lean_dec(x_231); -lean_dec(x_179); +uint8_t x_259; +lean_dec(x_224); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_266 = !lean_is_exclusive(x_238); -if (x_266 == 0) +x_259 = !lean_is_exclusive(x_231); +if (x_259 == 0) { -return x_238; +return x_231; } else { -lean_object* x_267; lean_object* x_268; lean_object* x_269; -x_267 = lean_ctor_get(x_238, 0); -x_268 = lean_ctor_get(x_238, 1); -lean_inc(x_268); -lean_inc(x_267); -lean_dec(x_238); -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; +lean_object* x_260; lean_object* x_261; lean_object* x_262; +x_260 = lean_ctor_get(x_231, 0); +x_261 = lean_ctor_get(x_231, 1); +lean_inc(x_261); +lean_inc(x_260); +lean_dec(x_231); +x_262 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_262, 0, x_260); +lean_ctor_set(x_262, 1, x_261); +return x_262; } } } else { -uint8_t x_270; -lean_dec(x_231); -lean_dec(x_179); +uint8_t x_263; +lean_dec(x_224); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_270 = !lean_is_exclusive(x_232); -if (x_270 == 0) +x_263 = !lean_is_exclusive(x_225); +if (x_263 == 0) { -return x_232; +return x_225; } else { -lean_object* x_271; lean_object* x_272; lean_object* x_273; -x_271 = lean_ctor_get(x_232, 0); -x_272 = lean_ctor_get(x_232, 1); -lean_inc(x_272); -lean_inc(x_271); -lean_dec(x_232); -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; +lean_object* x_264; lean_object* x_265; lean_object* x_266; +x_264 = lean_ctor_get(x_225, 0); +x_265 = lean_ctor_get(x_225, 1); +lean_inc(x_265); +lean_inc(x_264); +lean_dec(x_225); +x_266 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_266, 0, x_264); +lean_ctor_set(x_266, 1, x_265); +return x_266; } } } @@ -4850,711 +4583,711 @@ return x_273; } else { -uint8_t x_274; -lean_dec(x_180); -lean_dec(x_179); +uint8_t x_267; +lean_dec(x_173); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_274 = !lean_is_exclusive(x_184); -if (x_274 == 0) +x_267 = !lean_is_exclusive(x_177); +if (x_267 == 0) { -return x_184; +return x_177; } else { -lean_object* x_275; lean_object* x_276; lean_object* x_277; -x_275 = lean_ctor_get(x_184, 0); -x_276 = lean_ctor_get(x_184, 1); -lean_inc(x_276); -lean_inc(x_275); -lean_dec(x_184); -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; +lean_object* x_268; lean_object* x_269; lean_object* x_270; +x_268 = lean_ctor_get(x_177, 0); +x_269 = lean_ctor_get(x_177, 1); +lean_inc(x_269); +lean_inc(x_268); +lean_dec(x_177); +x_270 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_270, 0, x_268); +lean_ctor_set(x_270, 1, x_269); +return x_270; } } } else { -lean_object* x_278; lean_object* x_279; lean_object* x_280; lean_object* x_281; uint8_t x_282; +lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; uint8_t x_275; lean_dec(x_2); -x_278 = lean_ctor_get(x_182, 0); -lean_inc(x_278); -lean_dec(x_182); -x_279 = lean_ctor_get(x_181, 1); -lean_inc(x_279); -lean_dec(x_181); -x_280 = lean_ctor_get(x_278, 0); -lean_inc(x_280); -x_281 = lean_ctor_get(x_278, 1); -lean_inc(x_281); -lean_dec(x_278); -x_282 = lean_nat_dec_eq(x_180, x_281); -if (x_282 == 0) -{ -uint8_t x_283; -x_283 = lean_nat_dec_lt(x_180, x_281); -if (x_283 == 0) -{ -lean_object* x_284; lean_object* x_285; -x_284 = lean_nat_sub(x_180, x_281); -lean_dec(x_281); -lean_dec(x_180); +x_271 = lean_ctor_get(x_175, 0); +lean_inc(x_271); +lean_dec(x_175); +x_272 = lean_ctor_get(x_174, 1); +lean_inc(x_272); +lean_dec(x_174); +x_273 = lean_ctor_get(x_271, 0); +lean_inc(x_273); +x_274 = lean_ctor_get(x_271, 1); +lean_inc(x_274); +lean_dec(x_271); +x_275 = lean_nat_dec_eq(x_173, x_274); +if (x_275 == 0) +{ +uint8_t x_276; +x_276 = lean_nat_dec_lt(x_173, x_274); +if (x_276 == 0) +{ +lean_object* x_277; lean_object* x_278; +x_277 = lean_nat_sub(x_173, x_274); +lean_dec(x_274); +lean_dec(x_173); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_285 = l___private_Lean_Meta_Offset_0__Lean_Meta_mkOffset(x_179, x_284, x_3, x_4, x_5, x_6, x_279); -if (lean_obj_tag(x_285) == 0) -{ -lean_object* x_286; lean_object* x_287; lean_object* x_288; -x_286 = lean_ctor_get(x_285, 0); -lean_inc(x_286); -x_287 = lean_ctor_get(x_285, 1); -lean_inc(x_287); -lean_dec(x_285); +x_278 = l___private_Lean_Meta_Offset_0__Lean_Meta_mkOffset(x_172, x_277, x_3, x_4, x_5, x_6, x_272); +if (lean_obj_tag(x_278) == 0) +{ +lean_object* x_279; lean_object* x_280; lean_object* x_281; +x_279 = lean_ctor_get(x_278, 0); +lean_inc(x_279); +x_280 = lean_ctor_get(x_278, 1); +lean_inc(x_280); +lean_dec(x_278); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_288 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_287); -if (lean_obj_tag(x_288) == 0) -{ -lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; uint8_t x_293; lean_object* x_294; -x_289 = lean_ctor_get(x_288, 0); -lean_inc(x_289); -x_290 = lean_ctor_get(x_288, 1); -lean_inc(x_290); -lean_dec(x_288); -x_291 = l_Lean_Meta_isDefEqOffset___closed__2; -x_292 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_292, 0, x_289); -lean_closure_set(x_292, 1, x_291); -x_293 = 0; +x_281 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, 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; uint8_t x_286; lean_object* x_287; +x_282 = lean_ctor_get(x_281, 0); +lean_inc(x_282); +x_283 = lean_ctor_get(x_281, 1); +lean_inc(x_283); +lean_dec(x_281); +x_284 = l_Lean_Meta_isDefEqOffset___closed__2; +x_285 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_285, 0, x_282); +lean_closure_set(x_285, 1, x_284); +x_286 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_294 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_292, x_293, x_3, x_4, x_5, x_6, x_290); -if (lean_obj_tag(x_294) == 0) -{ -lean_object* x_295; uint8_t x_296; -x_295 = lean_ctor_get(x_294, 0); -lean_inc(x_295); -x_296 = lean_unbox(x_295); -lean_dec(x_295); -if (x_296 == 0) -{ -uint8_t x_297; -lean_dec(x_286); -lean_dec(x_280); +x_287 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_285, x_286, x_3, x_4, x_5, x_6, x_283); +if (lean_obj_tag(x_287) == 0) +{ +lean_object* x_288; uint8_t x_289; +x_288 = lean_ctor_get(x_287, 0); +lean_inc(x_288); +x_289 = lean_unbox(x_288); +lean_dec(x_288); +if (x_289 == 0) +{ +uint8_t x_290; +lean_dec(x_279); +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_297 = !lean_is_exclusive(x_294); -if (x_297 == 0) +x_290 = !lean_is_exclusive(x_287); +if (x_290 == 0) { -lean_object* x_298; uint8_t x_299; lean_object* x_300; -x_298 = lean_ctor_get(x_294, 0); -lean_dec(x_298); -x_299 = 2; -x_300 = lean_box(x_299); -lean_ctor_set(x_294, 0, x_300); -return x_294; +lean_object* x_291; uint8_t x_292; lean_object* x_293; +x_291 = lean_ctor_get(x_287, 0); +lean_dec(x_291); +x_292 = 2; +x_293 = lean_box(x_292); +lean_ctor_set(x_287, 0, x_293); +return x_287; } else { -lean_object* x_301; uint8_t x_302; lean_object* x_303; lean_object* x_304; -x_301 = lean_ctor_get(x_294, 1); -lean_inc(x_301); -lean_dec(x_294); -x_302 = 2; -x_303 = lean_box(x_302); -x_304 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_304, 0, x_303); -lean_ctor_set(x_304, 1, x_301); -return x_304; +lean_object* x_294; uint8_t x_295; lean_object* x_296; lean_object* x_297; +x_294 = lean_ctor_get(x_287, 1); +lean_inc(x_294); +lean_dec(x_287); +x_295 = 2; +x_296 = lean_box(x_295); +x_297 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_297, 0, x_296); +lean_ctor_set(x_297, 1, x_294); +return x_297; } } else { -lean_object* x_305; lean_object* x_306; -x_305 = lean_ctor_get(x_294, 1); -lean_inc(x_305); -lean_dec(x_294); -x_306 = lean_is_expr_def_eq(x_286, x_280, x_3, x_4, x_5, x_6, x_305); -if (lean_obj_tag(x_306) == 0) +lean_object* x_298; lean_object* x_299; +x_298 = lean_ctor_get(x_287, 1); +lean_inc(x_298); +lean_dec(x_287); +x_299 = lean_is_expr_def_eq(x_279, x_273, x_3, x_4, x_5, x_6, x_298); +if (lean_obj_tag(x_299) == 0) { -uint8_t x_307; -x_307 = !lean_is_exclusive(x_306); -if (x_307 == 0) +uint8_t x_300; +x_300 = !lean_is_exclusive(x_299); +if (x_300 == 0) { -lean_object* x_308; uint8_t x_309; uint8_t x_310; lean_object* x_311; -x_308 = lean_ctor_get(x_306, 0); -x_309 = lean_unbox(x_308); -lean_dec(x_308); -x_310 = l_Bool_toLBool(x_309); -x_311 = lean_box(x_310); -lean_ctor_set(x_306, 0, x_311); -return x_306; +lean_object* x_301; uint8_t x_302; uint8_t x_303; lean_object* x_304; +x_301 = lean_ctor_get(x_299, 0); +x_302 = lean_unbox(x_301); +lean_dec(x_301); +x_303 = l_Bool_toLBool(x_302); +x_304 = lean_box(x_303); +lean_ctor_set(x_299, 0, x_304); +return x_299; } else { -lean_object* x_312; lean_object* x_313; uint8_t x_314; uint8_t x_315; lean_object* x_316; lean_object* x_317; -x_312 = lean_ctor_get(x_306, 0); -x_313 = lean_ctor_get(x_306, 1); -lean_inc(x_313); -lean_inc(x_312); -lean_dec(x_306); -x_314 = lean_unbox(x_312); -lean_dec(x_312); -x_315 = l_Bool_toLBool(x_314); -x_316 = lean_box(x_315); -x_317 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_317, 0, x_316); -lean_ctor_set(x_317, 1, x_313); -return x_317; +lean_object* x_305; lean_object* x_306; uint8_t x_307; uint8_t x_308; lean_object* x_309; lean_object* x_310; +x_305 = lean_ctor_get(x_299, 0); +x_306 = lean_ctor_get(x_299, 1); +lean_inc(x_306); +lean_inc(x_305); +lean_dec(x_299); +x_307 = lean_unbox(x_305); +lean_dec(x_305); +x_308 = l_Bool_toLBool(x_307); +x_309 = lean_box(x_308); +x_310 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_310, 0, x_309); +lean_ctor_set(x_310, 1, x_306); +return x_310; } } else { -uint8_t x_318; -x_318 = !lean_is_exclusive(x_306); -if (x_318 == 0) +uint8_t x_311; +x_311 = !lean_is_exclusive(x_299); +if (x_311 == 0) { -return x_306; +return x_299; } else { -lean_object* x_319; lean_object* x_320; lean_object* x_321; -x_319 = lean_ctor_get(x_306, 0); -x_320 = lean_ctor_get(x_306, 1); -lean_inc(x_320); -lean_inc(x_319); -lean_dec(x_306); -x_321 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_321, 0, x_319); -lean_ctor_set(x_321, 1, x_320); -return x_321; +lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_312 = lean_ctor_get(x_299, 0); +x_313 = lean_ctor_get(x_299, 1); +lean_inc(x_313); +lean_inc(x_312); +lean_dec(x_299); +x_314 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_314, 0, x_312); +lean_ctor_set(x_314, 1, x_313); +return x_314; } } } } else { -uint8_t x_322; -lean_dec(x_286); -lean_dec(x_280); +uint8_t x_315; +lean_dec(x_279); +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_322 = !lean_is_exclusive(x_294); -if (x_322 == 0) +x_315 = !lean_is_exclusive(x_287); +if (x_315 == 0) { -return x_294; +return x_287; } else { -lean_object* x_323; lean_object* x_324; lean_object* x_325; -x_323 = lean_ctor_get(x_294, 0); -x_324 = lean_ctor_get(x_294, 1); -lean_inc(x_324); -lean_inc(x_323); -lean_dec(x_294); -x_325 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_325, 0, x_323); -lean_ctor_set(x_325, 1, x_324); -return x_325; +lean_object* x_316; lean_object* x_317; lean_object* x_318; +x_316 = lean_ctor_get(x_287, 0); +x_317 = lean_ctor_get(x_287, 1); +lean_inc(x_317); +lean_inc(x_316); +lean_dec(x_287); +x_318 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_318, 0, x_316); +lean_ctor_set(x_318, 1, x_317); +return x_318; } } } else { -uint8_t x_326; -lean_dec(x_286); -lean_dec(x_280); +uint8_t x_319; +lean_dec(x_279); +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_326 = !lean_is_exclusive(x_288); -if (x_326 == 0) +x_319 = !lean_is_exclusive(x_281); +if (x_319 == 0) { -return x_288; +return x_281; } else { -lean_object* x_327; lean_object* x_328; lean_object* x_329; -x_327 = lean_ctor_get(x_288, 0); -x_328 = lean_ctor_get(x_288, 1); -lean_inc(x_328); -lean_inc(x_327); -lean_dec(x_288); -x_329 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_329, 0, x_327); -lean_ctor_set(x_329, 1, x_328); -return x_329; +lean_object* x_320; lean_object* x_321; lean_object* x_322; +x_320 = lean_ctor_get(x_281, 0); +x_321 = lean_ctor_get(x_281, 1); +lean_inc(x_321); +lean_inc(x_320); +lean_dec(x_281); +x_322 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_322, 0, x_320); +lean_ctor_set(x_322, 1, x_321); +return x_322; } } } else { -uint8_t x_330; -lean_dec(x_280); +uint8_t x_323; +lean_dec(x_273); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_330 = !lean_is_exclusive(x_285); -if (x_330 == 0) +x_323 = !lean_is_exclusive(x_278); +if (x_323 == 0) { -return x_285; +return x_278; } else { -lean_object* x_331; lean_object* x_332; lean_object* x_333; -x_331 = lean_ctor_get(x_285, 0); -x_332 = lean_ctor_get(x_285, 1); -lean_inc(x_332); -lean_inc(x_331); -lean_dec(x_285); -x_333 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_333, 0, x_331); -lean_ctor_set(x_333, 1, x_332); -return x_333; +lean_object* x_324; lean_object* x_325; lean_object* x_326; +x_324 = lean_ctor_get(x_278, 0); +x_325 = lean_ctor_get(x_278, 1); +lean_inc(x_325); +lean_inc(x_324); +lean_dec(x_278); +x_326 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_326, 0, x_324); +lean_ctor_set(x_326, 1, x_325); +return x_326; } } } else { -lean_object* x_334; lean_object* x_335; -x_334 = lean_nat_sub(x_281, x_180); -lean_dec(x_180); -lean_dec(x_281); +lean_object* x_327; lean_object* x_328; +x_327 = lean_nat_sub(x_274, x_173); +lean_dec(x_173); +lean_dec(x_274); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_335 = l___private_Lean_Meta_Offset_0__Lean_Meta_mkOffset(x_280, x_334, x_3, x_4, x_5, x_6, x_279); -if (lean_obj_tag(x_335) == 0) -{ -lean_object* x_336; lean_object* x_337; lean_object* x_338; -x_336 = lean_ctor_get(x_335, 0); -lean_inc(x_336); -x_337 = lean_ctor_get(x_335, 1); -lean_inc(x_337); -lean_dec(x_335); +x_328 = l___private_Lean_Meta_Offset_0__Lean_Meta_mkOffset(x_273, x_327, x_3, x_4, x_5, x_6, x_272); +if (lean_obj_tag(x_328) == 0) +{ +lean_object* x_329; lean_object* x_330; lean_object* x_331; +x_329 = lean_ctor_get(x_328, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_328, 1); +lean_inc(x_330); +lean_dec(x_328); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_338 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_337); -if (lean_obj_tag(x_338) == 0) -{ -lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; uint8_t x_343; lean_object* x_344; -x_339 = lean_ctor_get(x_338, 0); -lean_inc(x_339); -x_340 = lean_ctor_get(x_338, 1); -lean_inc(x_340); -lean_dec(x_338); -x_341 = l_Lean_Meta_isDefEqOffset___closed__2; -x_342 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_342, 0, x_339); -lean_closure_set(x_342, 1, x_341); -x_343 = 0; +x_331 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_330); +if (lean_obj_tag(x_331) == 0) +{ +lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; uint8_t x_336; lean_object* x_337; +x_332 = lean_ctor_get(x_331, 0); +lean_inc(x_332); +x_333 = lean_ctor_get(x_331, 1); +lean_inc(x_333); +lean_dec(x_331); +x_334 = l_Lean_Meta_isDefEqOffset___closed__2; +x_335 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_335, 0, x_332); +lean_closure_set(x_335, 1, x_334); +x_336 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_344 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_342, x_343, x_3, x_4, x_5, x_6, x_340); -if (lean_obj_tag(x_344) == 0) -{ -lean_object* x_345; uint8_t x_346; -x_345 = lean_ctor_get(x_344, 0); -lean_inc(x_345); -x_346 = lean_unbox(x_345); -lean_dec(x_345); -if (x_346 == 0) -{ -uint8_t x_347; -lean_dec(x_336); -lean_dec(x_179); +x_337 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_335, x_336, x_3, x_4, x_5, x_6, x_333); +if (lean_obj_tag(x_337) == 0) +{ +lean_object* x_338; uint8_t x_339; +x_338 = lean_ctor_get(x_337, 0); +lean_inc(x_338); +x_339 = lean_unbox(x_338); +lean_dec(x_338); +if (x_339 == 0) +{ +uint8_t x_340; +lean_dec(x_329); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_347 = !lean_is_exclusive(x_344); -if (x_347 == 0) +x_340 = !lean_is_exclusive(x_337); +if (x_340 == 0) { -lean_object* x_348; uint8_t x_349; lean_object* x_350; -x_348 = lean_ctor_get(x_344, 0); -lean_dec(x_348); -x_349 = 2; -x_350 = lean_box(x_349); -lean_ctor_set(x_344, 0, x_350); -return x_344; +lean_object* x_341; uint8_t x_342; lean_object* x_343; +x_341 = lean_ctor_get(x_337, 0); +lean_dec(x_341); +x_342 = 2; +x_343 = lean_box(x_342); +lean_ctor_set(x_337, 0, x_343); +return x_337; } else { -lean_object* x_351; uint8_t x_352; lean_object* x_353; lean_object* x_354; -x_351 = lean_ctor_get(x_344, 1); -lean_inc(x_351); -lean_dec(x_344); -x_352 = 2; -x_353 = lean_box(x_352); -x_354 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_354, 0, x_353); -lean_ctor_set(x_354, 1, x_351); -return x_354; +lean_object* x_344; uint8_t x_345; lean_object* x_346; lean_object* x_347; +x_344 = lean_ctor_get(x_337, 1); +lean_inc(x_344); +lean_dec(x_337); +x_345 = 2; +x_346 = lean_box(x_345); +x_347 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_347, 0, x_346); +lean_ctor_set(x_347, 1, x_344); +return x_347; } } else { -lean_object* x_355; lean_object* x_356; -x_355 = lean_ctor_get(x_344, 1); -lean_inc(x_355); -lean_dec(x_344); -x_356 = lean_is_expr_def_eq(x_179, x_336, x_3, x_4, x_5, x_6, x_355); -if (lean_obj_tag(x_356) == 0) +lean_object* x_348; lean_object* x_349; +x_348 = lean_ctor_get(x_337, 1); +lean_inc(x_348); +lean_dec(x_337); +x_349 = lean_is_expr_def_eq(x_172, x_329, x_3, x_4, x_5, x_6, x_348); +if (lean_obj_tag(x_349) == 0) { -uint8_t x_357; -x_357 = !lean_is_exclusive(x_356); -if (x_357 == 0) +uint8_t x_350; +x_350 = !lean_is_exclusive(x_349); +if (x_350 == 0) { -lean_object* x_358; uint8_t x_359; uint8_t x_360; lean_object* x_361; -x_358 = lean_ctor_get(x_356, 0); -x_359 = lean_unbox(x_358); -lean_dec(x_358); -x_360 = l_Bool_toLBool(x_359); -x_361 = lean_box(x_360); -lean_ctor_set(x_356, 0, x_361); -return x_356; +lean_object* x_351; uint8_t x_352; uint8_t x_353; lean_object* x_354; +x_351 = lean_ctor_get(x_349, 0); +x_352 = lean_unbox(x_351); +lean_dec(x_351); +x_353 = l_Bool_toLBool(x_352); +x_354 = lean_box(x_353); +lean_ctor_set(x_349, 0, x_354); +return x_349; } else { -lean_object* x_362; lean_object* x_363; uint8_t x_364; uint8_t x_365; lean_object* x_366; lean_object* x_367; -x_362 = lean_ctor_get(x_356, 0); -x_363 = lean_ctor_get(x_356, 1); -lean_inc(x_363); -lean_inc(x_362); -lean_dec(x_356); -x_364 = lean_unbox(x_362); -lean_dec(x_362); -x_365 = l_Bool_toLBool(x_364); -x_366 = lean_box(x_365); -x_367 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_367, 0, x_366); -lean_ctor_set(x_367, 1, x_363); -return x_367; +lean_object* x_355; lean_object* x_356; uint8_t x_357; uint8_t x_358; lean_object* x_359; lean_object* x_360; +x_355 = lean_ctor_get(x_349, 0); +x_356 = lean_ctor_get(x_349, 1); +lean_inc(x_356); +lean_inc(x_355); +lean_dec(x_349); +x_357 = lean_unbox(x_355); +lean_dec(x_355); +x_358 = l_Bool_toLBool(x_357); +x_359 = lean_box(x_358); +x_360 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_360, 0, x_359); +lean_ctor_set(x_360, 1, x_356); +return x_360; } } else { -uint8_t x_368; -x_368 = !lean_is_exclusive(x_356); -if (x_368 == 0) +uint8_t x_361; +x_361 = !lean_is_exclusive(x_349); +if (x_361 == 0) { -return x_356; +return x_349; } else { -lean_object* x_369; lean_object* x_370; lean_object* x_371; -x_369 = lean_ctor_get(x_356, 0); -x_370 = lean_ctor_get(x_356, 1); -lean_inc(x_370); -lean_inc(x_369); -lean_dec(x_356); -x_371 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_371, 0, x_369); -lean_ctor_set(x_371, 1, x_370); -return x_371; +lean_object* x_362; lean_object* x_363; lean_object* x_364; +x_362 = lean_ctor_get(x_349, 0); +x_363 = lean_ctor_get(x_349, 1); +lean_inc(x_363); +lean_inc(x_362); +lean_dec(x_349); +x_364 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_364, 0, x_362); +lean_ctor_set(x_364, 1, x_363); +return x_364; } } } } else { -uint8_t x_372; -lean_dec(x_336); -lean_dec(x_179); +uint8_t x_365; +lean_dec(x_329); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_372 = !lean_is_exclusive(x_344); -if (x_372 == 0) +x_365 = !lean_is_exclusive(x_337); +if (x_365 == 0) { -return x_344; +return x_337; } else { -lean_object* x_373; lean_object* x_374; lean_object* x_375; -x_373 = lean_ctor_get(x_344, 0); -x_374 = lean_ctor_get(x_344, 1); -lean_inc(x_374); -lean_inc(x_373); -lean_dec(x_344); -x_375 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_375, 0, x_373); -lean_ctor_set(x_375, 1, x_374); -return x_375; +lean_object* x_366; lean_object* x_367; lean_object* x_368; +x_366 = lean_ctor_get(x_337, 0); +x_367 = lean_ctor_get(x_337, 1); +lean_inc(x_367); +lean_inc(x_366); +lean_dec(x_337); +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_376; -lean_dec(x_336); -lean_dec(x_179); +uint8_t x_369; +lean_dec(x_329); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_376 = !lean_is_exclusive(x_338); -if (x_376 == 0) +x_369 = !lean_is_exclusive(x_331); +if (x_369 == 0) { -return x_338; +return x_331; } else { -lean_object* x_377; lean_object* x_378; lean_object* x_379; -x_377 = lean_ctor_get(x_338, 0); -x_378 = lean_ctor_get(x_338, 1); -lean_inc(x_378); -lean_inc(x_377); -lean_dec(x_338); -x_379 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_379, 0, x_377); -lean_ctor_set(x_379, 1, x_378); -return x_379; +lean_object* x_370; lean_object* x_371; lean_object* x_372; +x_370 = lean_ctor_get(x_331, 0); +x_371 = lean_ctor_get(x_331, 1); +lean_inc(x_371); +lean_inc(x_370); +lean_dec(x_331); +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_380; -lean_dec(x_179); +uint8_t x_373; +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_380 = !lean_is_exclusive(x_335); -if (x_380 == 0) +x_373 = !lean_is_exclusive(x_328); +if (x_373 == 0) { -return x_335; +return x_328; } else { -lean_object* x_381; lean_object* x_382; lean_object* x_383; -x_381 = lean_ctor_get(x_335, 0); -x_382 = lean_ctor_get(x_335, 1); -lean_inc(x_382); -lean_inc(x_381); -lean_dec(x_335); -x_383 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_383, 0, x_381); -lean_ctor_set(x_383, 1, x_382); -return x_383; +lean_object* x_374; lean_object* x_375; lean_object* x_376; +x_374 = lean_ctor_get(x_328, 0); +x_375 = lean_ctor_get(x_328, 1); +lean_inc(x_375); +lean_inc(x_374); +lean_dec(x_328); +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_384; -lean_dec(x_281); -lean_dec(x_180); +lean_object* x_377; +lean_dec(x_274); +lean_dec(x_173); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_384 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_279); -if (lean_obj_tag(x_384) == 0) -{ -lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; uint8_t x_389; lean_object* x_390; -x_385 = lean_ctor_get(x_384, 0); -lean_inc(x_385); -x_386 = lean_ctor_get(x_384, 1); -lean_inc(x_386); -lean_dec(x_384); -x_387 = l_Lean_Meta_isDefEqOffset___closed__2; -x_388 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); -lean_closure_set(x_388, 0, x_385); -lean_closure_set(x_388, 1, x_387); -x_389 = 0; +x_377 = lean_infer_type(x_1, x_3, x_4, x_5, x_6, x_272); +if (lean_obj_tag(x_377) == 0) +{ +lean_object* x_378; lean_object* x_379; lean_object* x_380; lean_object* x_381; uint8_t x_382; lean_object* x_383; +x_378 = lean_ctor_get(x_377, 0); +lean_inc(x_378); +x_379 = lean_ctor_get(x_377, 1); +lean_inc(x_379); +lean_dec(x_377); +x_380 = l_Lean_Meta_isDefEqOffset___closed__2; +x_381 = lean_alloc_closure((void*)(l_Lean_Meta_isExprDefEqAux___boxed), 7, 2); +lean_closure_set(x_381, 0, x_378); +lean_closure_set(x_381, 1, x_380); +x_382 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_390 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_388, x_389, x_3, x_4, x_5, x_6, x_386); -if (lean_obj_tag(x_390) == 0) -{ -lean_object* x_391; uint8_t x_392; -x_391 = lean_ctor_get(x_390, 0); -lean_inc(x_391); -x_392 = lean_unbox(x_391); -lean_dec(x_391); -if (x_392 == 0) -{ -uint8_t x_393; -lean_dec(x_280); -lean_dec(x_179); +x_383 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_381, x_382, x_3, x_4, x_5, x_6, x_379); +if (lean_obj_tag(x_383) == 0) +{ +lean_object* x_384; uint8_t x_385; +x_384 = lean_ctor_get(x_383, 0); +lean_inc(x_384); +x_385 = lean_unbox(x_384); +lean_dec(x_384); +if (x_385 == 0) +{ +uint8_t x_386; +lean_dec(x_273); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_393 = !lean_is_exclusive(x_390); -if (x_393 == 0) -{ -lean_object* x_394; uint8_t x_395; lean_object* x_396; -x_394 = lean_ctor_get(x_390, 0); -lean_dec(x_394); -x_395 = 2; -x_396 = lean_box(x_395); -lean_ctor_set(x_390, 0, x_396); -return x_390; +x_386 = !lean_is_exclusive(x_383); +if (x_386 == 0) +{ +lean_object* x_387; uint8_t x_388; lean_object* x_389; +x_387 = lean_ctor_get(x_383, 0); +lean_dec(x_387); +x_388 = 2; +x_389 = lean_box(x_388); +lean_ctor_set(x_383, 0, x_389); +return x_383; } else { -lean_object* x_397; uint8_t x_398; lean_object* x_399; lean_object* x_400; -x_397 = lean_ctor_get(x_390, 1); -lean_inc(x_397); -lean_dec(x_390); -x_398 = 2; -x_399 = lean_box(x_398); -x_400 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_400, 0, x_399); -lean_ctor_set(x_400, 1, x_397); -return x_400; +lean_object* x_390; uint8_t x_391; lean_object* x_392; lean_object* x_393; +x_390 = lean_ctor_get(x_383, 1); +lean_inc(x_390); +lean_dec(x_383); +x_391 = 2; +x_392 = lean_box(x_391); +x_393 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_393, 0, x_392); +lean_ctor_set(x_393, 1, x_390); +return x_393; } } else { -lean_object* x_401; lean_object* x_402; -x_401 = lean_ctor_get(x_390, 1); -lean_inc(x_401); -lean_dec(x_390); -x_402 = lean_is_expr_def_eq(x_179, x_280, x_3, x_4, x_5, x_6, x_401); -if (lean_obj_tag(x_402) == 0) +lean_object* x_394; lean_object* x_395; +x_394 = lean_ctor_get(x_383, 1); +lean_inc(x_394); +lean_dec(x_383); +x_395 = lean_is_expr_def_eq(x_172, x_273, x_3, x_4, x_5, x_6, x_394); +if (lean_obj_tag(x_395) == 0) { -uint8_t x_403; -x_403 = !lean_is_exclusive(x_402); -if (x_403 == 0) +uint8_t x_396; +x_396 = !lean_is_exclusive(x_395); +if (x_396 == 0) { -lean_object* x_404; uint8_t x_405; uint8_t x_406; lean_object* x_407; -x_404 = lean_ctor_get(x_402, 0); -x_405 = lean_unbox(x_404); -lean_dec(x_404); -x_406 = l_Bool_toLBool(x_405); -x_407 = lean_box(x_406); -lean_ctor_set(x_402, 0, x_407); -return x_402; +lean_object* x_397; uint8_t x_398; uint8_t x_399; lean_object* x_400; +x_397 = lean_ctor_get(x_395, 0); +x_398 = lean_unbox(x_397); +lean_dec(x_397); +x_399 = l_Bool_toLBool(x_398); +x_400 = lean_box(x_399); +lean_ctor_set(x_395, 0, x_400); +return x_395; } else { -lean_object* x_408; lean_object* x_409; uint8_t x_410; uint8_t x_411; lean_object* x_412; lean_object* x_413; -x_408 = lean_ctor_get(x_402, 0); -x_409 = lean_ctor_get(x_402, 1); -lean_inc(x_409); -lean_inc(x_408); -lean_dec(x_402); -x_410 = lean_unbox(x_408); -lean_dec(x_408); -x_411 = l_Bool_toLBool(x_410); -x_412 = lean_box(x_411); -x_413 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_413, 0, x_412); -lean_ctor_set(x_413, 1, x_409); -return x_413; +lean_object* x_401; lean_object* x_402; uint8_t x_403; uint8_t x_404; lean_object* x_405; lean_object* x_406; +x_401 = lean_ctor_get(x_395, 0); +x_402 = lean_ctor_get(x_395, 1); +lean_inc(x_402); +lean_inc(x_401); +lean_dec(x_395); +x_403 = lean_unbox(x_401); +lean_dec(x_401); +x_404 = l_Bool_toLBool(x_403); +x_405 = lean_box(x_404); +x_406 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_406, 0, x_405); +lean_ctor_set(x_406, 1, x_402); +return x_406; } } else { -uint8_t x_414; -x_414 = !lean_is_exclusive(x_402); -if (x_414 == 0) +uint8_t x_407; +x_407 = !lean_is_exclusive(x_395); +if (x_407 == 0) { -return x_402; +return x_395; } else { -lean_object* x_415; lean_object* x_416; lean_object* x_417; -x_415 = lean_ctor_get(x_402, 0); -x_416 = lean_ctor_get(x_402, 1); -lean_inc(x_416); -lean_inc(x_415); -lean_dec(x_402); -x_417 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_417, 0, x_415); -lean_ctor_set(x_417, 1, x_416); -return x_417; +lean_object* x_408; lean_object* x_409; lean_object* x_410; +x_408 = lean_ctor_get(x_395, 0); +x_409 = lean_ctor_get(x_395, 1); +lean_inc(x_409); +lean_inc(x_408); +lean_dec(x_395); +x_410 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_410, 0, x_408); +lean_ctor_set(x_410, 1, x_409); +return x_410; } } } } else { -uint8_t x_418; -lean_dec(x_280); -lean_dec(x_179); +uint8_t x_411; +lean_dec(x_273); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_418 = !lean_is_exclusive(x_390); -if (x_418 == 0) +x_411 = !lean_is_exclusive(x_383); +if (x_411 == 0) { -return x_390; +return x_383; } else { -lean_object* x_419; lean_object* x_420; lean_object* x_421; -x_419 = lean_ctor_get(x_390, 0); -x_420 = lean_ctor_get(x_390, 1); -lean_inc(x_420); -lean_inc(x_419); -lean_dec(x_390); -x_421 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_421, 0, x_419); -lean_ctor_set(x_421, 1, x_420); -return x_421; +lean_object* x_412; lean_object* x_413; lean_object* x_414; +x_412 = lean_ctor_get(x_383, 0); +x_413 = lean_ctor_get(x_383, 1); +lean_inc(x_413); +lean_inc(x_412); +lean_dec(x_383); +x_414 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_414, 0, x_412); +lean_ctor_set(x_414, 1, x_413); +return x_414; } } } else { -uint8_t x_422; -lean_dec(x_280); -lean_dec(x_179); +uint8_t x_415; +lean_dec(x_273); +lean_dec(x_172); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_422 = !lean_is_exclusive(x_384); -if (x_422 == 0) +x_415 = !lean_is_exclusive(x_377); +if (x_415 == 0) { -return x_384; +return x_377; } else { -lean_object* x_423; lean_object* x_424; lean_object* x_425; -x_423 = lean_ctor_get(x_384, 0); -x_424 = lean_ctor_get(x_384, 1); -lean_inc(x_424); -lean_inc(x_423); -lean_dec(x_384); -x_425 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_425, 0, x_423); -lean_ctor_set(x_425, 1, x_424); -return x_425; +lean_object* x_416; lean_object* x_417; lean_object* x_418; +x_416 = lean_ctor_get(x_377, 0); +x_417 = lean_ctor_get(x_377, 1); +lean_inc(x_417); +lean_inc(x_416); +lean_dec(x_377); +x_418 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_418, 0, x_416); +lean_ctor_set(x_418, 1, x_417); +return x_418; } } } @@ -5562,63 +5295,84 @@ return x_425; } else { -uint8_t x_426; -lean_dec(x_180); -lean_dec(x_179); +uint8_t x_419; +lean_dec(x_173); +lean_dec(x_172); 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_426 = !lean_is_exclusive(x_181); -if (x_426 == 0) +x_419 = !lean_is_exclusive(x_174); +if (x_419 == 0) { -return x_181; +return x_174; } else { -lean_object* x_427; lean_object* x_428; lean_object* x_429; -x_427 = lean_ctor_get(x_181, 0); -x_428 = lean_ctor_get(x_181, 1); -lean_inc(x_428); -lean_inc(x_427); -lean_dec(x_181); -x_429 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_429, 0, x_427); -lean_ctor_set(x_429, 1, x_428); -return x_429; +lean_object* x_420; lean_object* x_421; lean_object* x_422; +x_420 = lean_ctor_get(x_174, 0); +x_421 = lean_ctor_get(x_174, 1); +lean_inc(x_421); +lean_inc(x_420); +lean_dec(x_174); +x_422 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_422, 0, x_420); +lean_ctor_set(x_422, 1, x_421); +return x_422; } } } } else { -uint8_t x_430; +uint8_t x_423; 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_430 = !lean_is_exclusive(x_20); -if (x_430 == 0) +x_423 = !lean_is_exclusive(x_13); +if (x_423 == 0) { -return x_20; +return x_13; } else { -lean_object* x_431; lean_object* x_432; lean_object* x_433; -x_431 = lean_ctor_get(x_20, 0); -x_432 = lean_ctor_get(x_20, 1); -lean_inc(x_432); -lean_inc(x_431); -lean_dec(x_20); -x_433 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_433, 0, x_431); -lean_ctor_set(x_433, 1, x_432); -return x_433; +lean_object* x_424; lean_object* x_425; lean_object* x_426; +x_424 = lean_ctor_get(x_13, 0); +x_425 = lean_ctor_get(x_13, 1); +lean_inc(x_425); +lean_inc(x_424); +lean_dec(x_13); +x_426 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_426, 0, x_424); +lean_ctor_set(x_426, 1, x_425); +return x_426; +} +} +} +else +{ +uint8_t x_427; lean_object* x_428; lean_object* x_429; +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_427 = 2; +x_428 = lean_box(x_427); +if (lean_is_scalar(x_11)) { + x_429 = lean_alloc_ctor(0, 2, 0); +} else { + x_429 = x_11; } +lean_ctor_set(x_429, 0, x_428); +lean_ctor_set(x_429, 1, x_10); +return x_429; } } } diff --git a/stage0/stdlib/Lean/Meta/RecursorInfo.c b/stage0/stdlib/Lean/Meta/RecursorInfo.c index f91ccb842501..fbce52e3b26c 100644 --- a/stage0/stdlib/Lean/Meta/RecursorInfo.c +++ b/stage0/stdlib/Lean/Meta/RecursorInfo.c @@ -20,7 +20,6 @@ lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___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_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5; LEAN_EXPORT uint8_t l_Lean_Meta_RecursorInfo_isMinor(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instToStringRecursorUnivLevelPos___closed__1; lean_object* l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -29,18 +28,15 @@ static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__8; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__2___lambda__1___boxed(lean_object**); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__5___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getNumParams(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__14; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos___spec__1___closed__1; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__8___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__3; static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMotiveLevel___closed__1; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__14; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__4; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos___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_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__4(lean_object*, lean_object*); @@ -48,38 +44,36 @@ lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos___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_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__12; static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos___spec__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__3___lambda__1(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_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___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_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___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_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__4___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__18; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_motivePos(lean_object*); LEAN_EXPORT lean_object* l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488_(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMotiveLevel___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotiveResultType(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_RecursorInfo___hyg_3494____lambda__2___closed__21; static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___closed__2; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___boxed(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_List_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos___spec__1___lambda__1___boxed(lean_object*, lean_object*); 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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__16; static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__1___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_numParams___boxed(lean_object*); static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__7___closed__4; lean_object* l_Lean_replaceRef(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___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_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__14; static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__7___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getNumParams___boxed(lean_object*, lean_object*, lean_object*); @@ -89,12 +83,14 @@ lean_object* l_Lean_ConstantInfo_name(lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim(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_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__5(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__15; lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instToStringRecursorUnivLevelPos(lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotiveResultType___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos___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___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMotiveLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_numIndices(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_firstIndexPos___boxed(lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -107,24 +103,25 @@ uint8_t lean_string_dec_eq(lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; 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_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; lean_object* lean_string_push(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__1(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__3; static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__6; extern lean_object* l_instInhabitedNat; static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__1___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos___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*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___lambda__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__17; static lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__8___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__19; LEAN_EXPORT lean_object* l_Array_contains___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__4___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_recursorAttribute; static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__13; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__2; LEAN_EXPORT uint8_t l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1___lambda__1(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__6; LEAN_EXPORT uint8_t l_List_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos___spec__1___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__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___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -133,12 +130,14 @@ LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Meta_Attribute_Recursor_g uint8_t l_Lean_Expr_isSort(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1(lean_object*, size_t, size_t); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__4; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__6; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__4; uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_getConstInfoRec___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___spec__1___closed__2; static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__22; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__20; static lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__4___closed__3; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_numIndices___boxed(lean_object*); @@ -149,6 +148,7 @@ uint8_t lean_is_aux_recursor(lean_object*, lean_object*); static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__16; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__3___lambda__1(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_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__1; LEAN_EXPORT lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__7(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__1___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_forInUnsafe_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos___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*); @@ -167,8 +167,8 @@ static lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorI static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___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_RecursorInfo___hyg_3494____closed__10; lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__1; LEAN_EXPORT lean_object* l_Lean_getConstInfoRec___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___lambda__1(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*); @@ -178,11 +178,12 @@ static lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorI lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__3___lambda__3(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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__10; static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__1___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__11; extern lean_object* l_Lean_Expr_instHashableExpr; extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__8; lean_object* l_List_replicateTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; @@ -190,21 +191,22 @@ static lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorI uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); LEAN_EXPORT lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__7___boxed(lean_object*); static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_isMinor___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__5; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1___boxed(lean_object*, lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494_(lean_object*); uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___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*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__6; static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__9; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__9; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__2___closed__2; lean_object* l_Lean_RecursorVal_getInduct(lean_object*); @@ -216,12 +218,14 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMotiveLevel___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__18; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_numParams(lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_firstIndexPos(lean_object*); static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__12; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__9; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__7; LEAN_EXPORT lean_object* l_Lean_throwErrorAt___at_Lean_Meta_Attribute_Recursor_getMajorPos___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___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*); @@ -231,15 +235,17 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_RecursorInfo static lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__2___closed__1; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__13; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__15; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__10; lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__15; static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___closed__1; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__11; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___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_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__2___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_mkRecursorInfo(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_RecursorInfo___hyg_3494____lambda__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -250,6 +256,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_numMinors(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_addParenHeuristic(lean_object*); static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__10; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__9; static lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__8___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__1(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*); @@ -257,15 +264,14 @@ static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecu LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__1___lambda__1(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_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__19; static lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__4___closed__2; LEAN_EXPORT lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__3(lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotiveResultType___closed__2; 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_Array_getIdx_x3f___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__1___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__11; LEAN_EXPORT lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__5(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___lambda__1___closed__1; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__3___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*); @@ -274,41 +280,39 @@ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Meta_RecursorInfo LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__3___closed__2; lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_getMajorPos_x3f(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___closed__3; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__7; uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__10; lean_object* l_Lean_registerParametricAttribute___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_back___rarg(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos___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_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos(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_RecursorInfo___hyg_3488____lambda__2___closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__6; static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__16; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___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_Meta_RecursorInfo_motivePos___boxed(lean_object*); lean_object* l_Lean_Level_param___override(lean_object*); size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__3___lambda__1___closed__1; lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___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___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive(lean_object*, 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_Attribute_Recursor_getMajorPos___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos___spec__2___closed__2; static lean_object* l_Lean_Meta_getMajorPos_x3f___closed__1; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___spec__5(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__1; @@ -316,37 +320,33 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoRec___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_isNatLit_x3f(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getUnivLevelPos(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_RecursorInfo___hyg_3488____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosDepElim___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__21; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__1(lean_object*, lean_object*, size_t, size_t, 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___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__4; uint8_t lean_level_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__22; uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive(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_throwError___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__8; static lean_object* l_List_toString___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__3___closed__2; static lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoForKernelRec___spec__1___closed__2; lean_object* lean_nat_add(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_RecursorInfo_numMinors___boxed(lean_object*); static lean_object* l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__20; uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_RecursorInfo_instToStringRecursorInfo___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getProduceMotiveAndRecursive___spec__3___lambda__2(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* l_Lean_MessageData_ofName(lean_object*); static lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__1; static lean_object* l_Lean_Meta_RecursorInfo_instToStringRecursorInfo___closed__17; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___spec__1(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_Attribute_Recursor_getMajorPos___closed__2; lean_object* l_Nat_repr(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getIndicesPos___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*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoAux___spec__2___lambda__1(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*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); @@ -2185,90 +2185,119 @@ return x_1; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { +uint8_t x_8; if (lean_obj_tag(x_2) == 0) { -lean_object* x_8; uint8_t x_9; -x_8 = lean_st_ref_get(x_6, x_7); -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) +uint8_t x_76; +x_76 = 0; +x_8 = x_76; +goto block_75; +} +else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_8, 0); -x_11 = lean_ctor_get(x_8, 1); -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_12); +uint8_t x_77; +x_77 = 1; +x_8 = x_77; +goto block_75; +} +block_75: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_71; +lean_dec(x_2); +x_9 = lean_st_ref_get(x_6, x_7); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_12 = x_9; +} else { + lean_dec_ref(x_9); + x_12 = lean_box(0); +} +x_13 = lean_ctor_get(x_10, 0); +lean_inc(x_13); lean_dec(x_10); lean_inc(x_1); -x_13 = lean_is_aux_recursor(x_12, x_1); -if (x_13 == 0) +x_71 = lean_is_aux_recursor(x_13, x_1); +if (x_71 == 0) { -lean_object* x_14; -lean_dec(x_1); -x_14 = lean_box(0); -lean_ctor_set(x_8, 0, x_14); -return x_8; +uint8_t x_72; +x_72 = 1; +x_14 = x_72; +goto block_70; } else { +uint8_t x_73; +x_73 = 0; +x_14 = x_73; +goto block_70; +} +block_70: +{ +if (x_14 == 0) +{ if (lean_obj_tag(x_1) == 1) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_54; uint8_t x_55; +lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_56; uint8_t x_57; x_15 = lean_ctor_get(x_1, 0); lean_inc(x_15); x_16 = lean_ctor_get(x_1, 1); lean_inc(x_16); lean_dec(x_1); -x_54 = l_Lean_recOnSuffix; -x_55 = lean_string_dec_eq(x_16, x_54); -if (x_55 == 0) -{ -lean_object* x_56; uint8_t x_57; -x_56 = l_Lean_casesOnSuffix; +x_56 = l_Lean_recOnSuffix; x_57 = lean_string_dec_eq(x_16, x_56); if (x_57 == 0) { lean_object* x_58; uint8_t x_59; -x_58 = l_Lean_brecOnSuffix; +x_58 = l_Lean_casesOnSuffix; x_59 = lean_string_dec_eq(x_16, x_58); if (x_59 == 0) { -lean_object* x_60; -lean_dec(x_16); -lean_dec(x_15); -x_60 = lean_box(0); -lean_ctor_set(x_8, 0, x_60); -return x_8; +lean_object* x_60; uint8_t x_61; +x_60 = l_Lean_brecOnSuffix; +x_61 = lean_string_dec_eq(x_16, x_60); +if (x_61 == 0) +{ +uint8_t x_62; +x_62 = 1; +x_17 = x_62; +goto block_55; } else { -lean_object* x_61; -lean_free_object(x_8); -x_61 = lean_box(0); -x_17 = x_61; -goto block_53; +uint8_t x_63; +x_63 = 0; +x_17 = x_63; +goto block_55; } } else { -lean_object* x_62; -lean_free_object(x_8); -x_62 = lean_box(0); -x_17 = x_62; -goto block_53; +uint8_t x_64; +x_64 = 0; +x_17 = x_64; +goto block_55; } } else { -lean_object* x_63; -lean_free_object(x_8); -x_63 = lean_box(0); -x_17 = x_63; -goto block_53; +uint8_t x_65; +x_65 = 0; +x_17 = x_65; +goto block_55; } -block_53: +block_55: +{ +if (x_17 == 0) { lean_object* x_18; lean_object* x_19; lean_object* x_20; -lean_dec(x_17); +lean_dec(x_12); x_18 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___closed__1; x_19 = l_Lean_Name_str___override(x_15, x_18); x_20 = l_Lean_getConstInfoRec___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___spec__1(x_19, x_3, x_4, x_5, x_6, x_11); @@ -2391,215 +2420,63 @@ return x_52; } } } -} else { -lean_object* x_64; -lean_dec(x_1); -x_64 = lean_box(0); -lean_ctor_set(x_8, 0, x_64); -return x_8; +lean_object* x_53; lean_object* x_54; +lean_dec(x_16); +lean_dec(x_15); +x_53 = lean_box(0); +if (lean_is_scalar(x_12)) { + x_54 = lean_alloc_ctor(0, 2, 0); +} else { + x_54 = x_12; } +lean_ctor_set(x_54, 0, x_53); +lean_ctor_set(x_54, 1, x_11); +return x_54; } } -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_65 = lean_ctor_get(x_8, 0); -x_66 = lean_ctor_get(x_8, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_8); -x_67 = lean_ctor_get(x_65, 0); -lean_inc(x_67); -lean_dec(x_65); -lean_inc(x_1); -x_68 = lean_is_aux_recursor(x_67, x_1); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; -lean_dec(x_1); -x_69 = lean_box(0); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_66); -return x_70; } else { -if (lean_obj_tag(x_1) == 1) -{ -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_98; uint8_t x_99; -x_71 = lean_ctor_get(x_1, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_1, 1); -lean_inc(x_72); +lean_object* x_66; lean_object* x_67; lean_dec(x_1); -x_98 = l_Lean_recOnSuffix; -x_99 = lean_string_dec_eq(x_72, x_98); -if (x_99 == 0) -{ -lean_object* x_100; uint8_t x_101; -x_100 = l_Lean_casesOnSuffix; -x_101 = lean_string_dec_eq(x_72, x_100); -if (x_101 == 0) -{ -lean_object* x_102; uint8_t x_103; -x_102 = l_Lean_brecOnSuffix; -x_103 = lean_string_dec_eq(x_72, x_102); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; -lean_dec(x_72); -lean_dec(x_71); -x_104 = lean_box(0); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_66); -return x_105; -} -else -{ -lean_object* x_106; -x_106 = lean_box(0); -x_73 = x_106; -goto block_97; -} -} -else -{ -lean_object* x_107; -x_107 = lean_box(0); -x_73 = x_107; -goto block_97; -} -} -else -{ -lean_object* x_108; -x_108 = lean_box(0); -x_73 = x_108; -goto block_97; -} -block_97: -{ -lean_object* x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_73); -x_74 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___closed__1; -x_75 = l_Lean_Name_str___override(x_71, x_74); -x_76 = l_Lean_getConstInfoRec___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getMajorPosIfAuxRecursor_x3f___spec__1(x_75, x_3, x_4, x_5, x_6, x_66); -if (lean_obj_tag(x_76) == 0) -{ -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; uint8_t x_84; -x_77 = lean_ctor_get(x_76, 0); -lean_inc(x_77); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -if (lean_is_exclusive(x_76)) { - lean_ctor_release(x_76, 0); - lean_ctor_release(x_76, 1); - x_79 = x_76; -} else { - lean_dec_ref(x_76); - x_79 = lean_box(0); -} -x_80 = lean_ctor_get(x_77, 2); -lean_inc(x_80); -x_81 = lean_ctor_get(x_77, 3); -lean_inc(x_81); -x_82 = lean_nat_add(x_80, x_81); -lean_dec(x_81); -lean_dec(x_80); -x_83 = l_Lean_casesOnSuffix; -x_84 = lean_string_dec_eq(x_72, x_83); -lean_dec(x_72); -if (x_84 == 0) -{ -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_85 = lean_ctor_get(x_77, 4); -lean_inc(x_85); -lean_dec(x_77); -x_86 = lean_nat_add(x_82, x_85); -lean_dec(x_85); -lean_dec(x_82); -x_87 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_87, 0, x_86); -if (lean_is_scalar(x_79)) { - x_88 = lean_alloc_ctor(0, 2, 0); -} else { - x_88 = x_79; -} -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_78); -return x_88; -} -else -{ -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -lean_dec(x_77); -x_89 = lean_unsigned_to_nat(1u); -x_90 = lean_nat_add(x_82, x_89); -lean_dec(x_82); -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_90); -if (lean_is_scalar(x_79)) { - x_92 = lean_alloc_ctor(0, 2, 0); +x_66 = lean_box(0); +if (lean_is_scalar(x_12)) { + x_67 = lean_alloc_ctor(0, 2, 0); } else { - x_92 = x_79; + x_67 = x_12; } -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_78); -return x_92; +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_11); +return x_67; } } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -lean_dec(x_72); -x_93 = lean_ctor_get(x_76, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_76, 1); -lean_inc(x_94); -if (lean_is_exclusive(x_76)) { - lean_ctor_release(x_76, 0); - lean_ctor_release(x_76, 1); - x_95 = x_76; -} else { - lean_dec_ref(x_76); - x_95 = lean_box(0); -} -if (lean_is_scalar(x_95)) { - x_96 = lean_alloc_ctor(1, 2, 0); +lean_object* x_68; lean_object* x_69; +lean_dec(x_1); +x_68 = lean_box(0); +if (lean_is_scalar(x_12)) { + x_69 = lean_alloc_ctor(0, 2, 0); } else { - x_96 = x_95; + x_69 = x_12; } -lean_ctor_set(x_96, 0, x_93); -lean_ctor_set(x_96, 1, x_94); -return x_96; +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_11); +return x_69; } } } else { -lean_object* x_109; lean_object* x_110; +lean_object* x_74; lean_dec(x_1); -x_109 = lean_box(0); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_66); -return x_110; -} -} -} +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_2); +lean_ctor_set(x_74, 1, x_7); +return x_74; } -else -{ -lean_object* x_111; -lean_dec(x_1); -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_2); -lean_ctor_set(x_111, 1, x_7); -return x_111; } } } @@ -2710,78 +2587,70 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive(lean_object* x_1, lean_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; uint8_t x_17; -x_17 = l_Lean_Expr_isFVar(x_2); -if (x_17 == 0) +uint8_t x_9; uint8_t x_19; +x_19 = l_Lean_Expr_isFVar(x_2); +if (x_19 == 0) { -lean_object* x_18; -x_18 = lean_box(0); -x_9 = x_18; -goto block_16; +uint8_t x_20; +x_20 = 0; +x_9 = x_20; +goto block_18; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = lean_array_get_size(x_3); -x_20 = lean_unsigned_to_nat(0u); -x_21 = lean_nat_dec_lt(x_20, x_19); -if (x_21 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_array_get_size(x_3); +x_22 = lean_unsigned_to_nat(0u); +x_23 = lean_nat_dec_lt(x_22, x_21); +if (x_23 == 0) { -lean_object* x_22; lean_object* x_23; -lean_dec(x_19); -lean_dec(x_1); -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_8); -return x_23; +uint8_t x_24; +lean_dec(x_21); +x_24 = 1; +x_9 = x_24; +goto block_18; } else { -uint8_t x_24; -x_24 = lean_nat_dec_le(x_19, x_19); -if (x_24 == 0) +uint8_t x_25; +x_25 = lean_nat_dec_le(x_21, x_21); +if (x_25 == 0) { -lean_object* x_25; lean_object* x_26; -lean_dec(x_19); -lean_dec(x_1); -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_8); -return x_26; +uint8_t x_26; +lean_dec(x_21); +x_26 = 1; +x_9 = x_26; +goto block_18; } else { size_t x_27; size_t x_28; uint8_t x_29; x_27 = 0; -x_28 = lean_usize_of_nat(x_19); -lean_dec(x_19); +x_28 = lean_usize_of_nat(x_21); +lean_dec(x_21); x_29 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1(x_3, x_27, x_28); if (x_29 == 0) { -lean_object* x_30; lean_object* x_31; -lean_dec(x_1); -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_8); -return x_31; +uint8_t x_30; +x_30 = 1; +x_9 = x_30; +goto block_18; } else { -lean_object* x_32; -x_32 = lean_box(0); -x_9 = x_32; -goto block_16; +uint8_t x_31; +x_31 = 0; +x_9 = x_31; +goto block_18; } } } } -block_16: +block_18: +{ +if (x_9 == 0) { 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_dec(x_9); x_10 = l_Lean_MessageData_ofName(x_1); x_11 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__2; x_12 = lean_alloc_ctor(7, 2, 0); @@ -2794,6 +2663,17 @@ lean_ctor_set(x_14, 1, x_13); x_15 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_14, x_4, x_5, x_6, x_7, x_8); return x_15; } +else +{ +lean_object* x_16; lean_object* x_17; +lean_dec(x_1); +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_8); +return x_17; +} +} } } LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -6085,56 +5965,65 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotiveResultType(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; uint8_t x_18; -x_18 = l_Lean_Expr_isSort(x_3); -if (x_18 == 0) +uint8_t x_10; uint8_t x_20; +x_20 = l_Lean_Expr_isSort(x_3); +if (x_20 == 0) { -lean_object* x_19; -x_19 = lean_box(0); -x_10 = x_19; -goto block_17; +uint8_t x_21; +x_21 = 1; +x_10 = x_21; +goto block_19; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_array_get_size(x_2); -x_21 = lean_array_get_size(x_4); -x_22 = lean_nat_dec_eq(x_20, x_21); -lean_dec(x_21); -lean_dec(x_20); -if (x_22 == 0) +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_array_get_size(x_2); +x_23 = lean_array_get_size(x_4); +x_24 = lean_nat_dec_eq(x_22, x_23); +lean_dec(x_23); +lean_dec(x_22); +if (x_24 == 0) { -lean_object* x_23; -x_23 = lean_box(0); -x_10 = x_23; -goto block_17; +uint8_t x_25; +x_25 = 1; +x_10 = x_25; +goto block_19; } else { -lean_object* x_24; lean_object* x_25; -lean_dec(x_1); -x_24 = lean_box(0); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set(x_25, 1, x_9); -return x_25; +uint8_t x_26; +x_26 = 0; +x_10 = x_26; +goto block_19; } } -block_17: +block_19: { -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_dec(x_10); -x_11 = l_Lean_MessageData_ofName(x_1); -x_12 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__2; -x_13 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_11); -x_14 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotiveResultType___closed__2; +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +lean_dec(x_1); +x_11 = lean_box(0); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_11); +lean_ctor_set(x_12, 1, x_9); +return x_12; +} +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; +x_13 = l_Lean_MessageData_ofName(x_1); +x_14 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___closed__2; x_15 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_15, 0, x_13); -lean_ctor_set(x_15, 1, x_14); -x_16 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_15, x_5, x_6, x_7, x_8, x_9); -return x_16; +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_13); +x_16 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotiveResultType___closed__2; +x_17 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +x_18 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_17, x_5, x_6, x_7, x_8, x_9); +return x_18; +} } } } @@ -9318,7 +9207,7 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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; @@ -9326,7 +9215,7 @@ x_6 = l_Lean_Meta_Attribute_Recursor_getMajorPos(x_2, x_3, x_4, x_5); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; @@ -9351,7 +9240,7 @@ lean_ctor_set_uint8(x_5, 12, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__2() { _start: { lean_object* x_1; @@ -9359,21 +9248,21 @@ x_1 = l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_box(0), lean_box(0)); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9381,7 +9270,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -9390,23 +9279,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_RecursorInfo___hyg_3488____lambda__2___closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__6; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__6; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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); @@ -9417,25 +9306,25 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__7; 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_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___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 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__8; x_4 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_getParamsPos___closed__1; x_5 = lean_unsigned_to_nat(0u); x_6 = lean_alloc_ctor(0, 6, 0); @@ -9448,11 +9337,11 @@ lean_ctor_set(x_6, 5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9460,11 +9349,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9472,11 +9361,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9484,14 +9373,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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; x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__10; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__11; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__10; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__11; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__12; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_1); @@ -9505,11 +9394,11 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9517,7 +9406,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__15() { _start: { lean_object* x_1; @@ -9525,11 +9414,11 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_InfoCacheKey_instHashableInfoCacheK return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9537,11 +9426,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__17() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9549,7 +9438,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__18() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__18() { _start: { lean_object* x_1; lean_object* x_2; @@ -9560,7 +9449,7 @@ lean_closure_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__19() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__19() { _start: { lean_object* x_1; lean_object* x_2; @@ -9571,11 +9460,11 @@ lean_closure_set(x_2, 1, x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__20() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3; x_2 = lean_unsigned_to_nat(0u); x_3 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -9583,14 +9472,14 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__21() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__14; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__16; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__17; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__20; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__14; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__16; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__17; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__20; x_5 = lean_alloc_ctor(0, 6, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -9601,14 +9490,14 @@ lean_ctor_set(x_5, 5, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__22() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__13; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__21; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__13; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__21; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__7; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_2); lean_ctor_set(x_5, 1, x_3); @@ -9617,20 +9506,20 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2(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_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_6 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_6, 0, x_2); -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__22; +x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__22; x_8 = lean_st_mk_ref(x_7, x_5); 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_RecursorInfo___hyg_3488____lambda__2___closed__9; +x_11 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__9; lean_inc(x_9); x_12 = l___private_Lean_Meta_RecursorInfo_0__Lean_Meta_mkRecursorInfoCore(x_1, x_6, x_11, x_9, x_3, x_4, x_10); if (lean_obj_tag(x_12) == 0) @@ -9689,7 +9578,7 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; @@ -9700,7 +9589,7 @@ lean_ctor_set(x_5, 1, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__1() { _start: { lean_object* x_1; @@ -9708,7 +9597,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__2() { _start: { lean_object* x_1; @@ -9716,18 +9605,18 @@ x_1 = lean_mk_string_from_bytes("recursorAttribute", 17); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__2; 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_RecursorInfo___hyg_3488____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9737,7 +9626,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_RecursorInfo___hyg_3488____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__5() { _start: { lean_object* x_1; @@ -9745,13 +9634,13 @@ x_1 = lean_mk_string_from_bytes("user defined recursor, numerical parameter spec return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__4; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__5; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -9761,38 +9650,38 @@ 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_RecursorInfo___hyg_3488____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__7() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__1___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__1___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__8() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__9() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__3___boxed), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__3___boxed), 3, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__7; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__8; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__7; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__8; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__9; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -9801,29 +9690,29 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__10; x_3 = l_Lean_registerParametricAttribute___rarg(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____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_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__1(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__1(x_1, x_2, x_3, x_4, x_5); lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__3(x_1, x_2, x_3); +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__3(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; @@ -10133,71 +10022,71 @@ l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__9 = _init_l_Lean_Meta_Attri lean_mark_persistent(l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__9); l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__10 = _init_l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__10(); lean_mark_persistent(l_Lean_Meta_Attribute_Recursor_getMajorPos___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__21(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__21); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__22(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____lambda__2___closed__22); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488____closed__10); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3488_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__16); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__17(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__17); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__18(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__18); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__19(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__19); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__20(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__20); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__21(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__21); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__22(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____lambda__2___closed__22); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494____closed__10); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_RecursorInfo___hyg_3494_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_recursorAttribute = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_recursorAttribute); diff --git a/stage0/stdlib/Lean/Meta/Reduce.c b/stage0/stdlib/Lean/Meta/Reduce.c index 136a16eef71c..6ae492341e58 100644 --- a/stage0/stdlib/Lean/Meta/Reduce.c +++ b/stage0/stdlib/Lean/Meta/Reduce.c @@ -250,60 +250,62 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_nat_dec_eq(x_5, x_17); if (x_18 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_27; lean_object* x_28; uint8_t x_29; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; x_19 = lean_unsigned_to_nat(1u); x_20 = lean_nat_sub(x_5, x_19); lean_dec(x_5); -x_27 = lean_ctor_get(x_4, 0); -x_28 = lean_array_get_size(x_27); -x_29 = lean_nat_dec_lt(x_6, x_28); -lean_dec(x_28); -if (x_29 == 0) +x_21 = lean_ctor_get(x_4, 0); +x_22 = lean_array_get_size(x_21); +x_23 = lean_nat_dec_lt(x_6, x_22); +lean_dec(x_22); +if (x_23 == 0) { -lean_object* x_30; uint8_t x_31; -x_30 = lean_array_get_size(x_9); -x_31 = lean_nat_dec_lt(x_6, x_30); -lean_dec(x_30); -if (x_31 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_array_get_size(x_9); +x_25 = lean_nat_dec_lt(x_6, x_24); +lean_dec(x_24); +if (x_25 == 0) { -lean_object* x_32; -x_32 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_32, 0, x_9); -x_21 = x_32; -x_22 = x_15; -goto block_26; +lean_object* x_26; +x_26 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_20; +x_6 = x_26; +goto _start; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_33 = lean_array_fget(x_9, x_6); -x_34 = lean_box(0); -x_35 = lean_array_fset(x_9, x_6, x_34); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_28 = lean_array_fget(x_9, x_6); +x_29 = lean_box(0); +x_30 = lean_array_fset(x_9, x_6, x_29); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_36 = l_Lean_Meta_reduce_visit(x_1, x_2, x_3, x_33, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_36) == 0) +x_31 = l_Lean_Meta_reduce_visit(x_1, x_2, x_3, x_28, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -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 = lean_array_fset(x_35, x_6, x_37); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_39); -x_21 = x_40; -x_22 = x_38; -goto block_26; +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_array_fset(x_30, x_6, x_32); +x_35 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_20; +x_6 = x_35; +x_9 = x_34; +x_15 = x_33; +goto _start; } else { -uint8_t x_41; -lean_dec(x_35); +uint8_t x_37; +lean_dec(x_30); lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -311,164 +313,106 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_6); -x_41 = !lean_is_exclusive(x_36); -if (x_41 == 0) +x_37 = !lean_is_exclusive(x_31); +if (x_37 == 0) { -return x_36; +return x_31; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_36, 0); -x_43 = lean_ctor_get(x_36, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_36); -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; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_31, 0); +x_39 = lean_ctor_get(x_31, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_31); +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 { +lean_object* x_41; uint8_t x_42; +x_41 = lean_array_fget(x_21, x_6); if (x_1 == 0) { -lean_object* x_45; uint8_t x_46; -x_45 = lean_array_get_size(x_9); -x_46 = lean_nat_dec_lt(x_6, x_45); -lean_dec(x_45); -if (x_46 == 0) -{ -lean_object* x_47; -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_9); -x_21 = x_47; -x_22 = x_15; -goto block_26; -} -else -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_array_fget(x_9, x_6); -x_49 = lean_box(0); -x_50 = lean_array_fset(x_9, x_6, x_49); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -x_51 = l_Lean_Meta_reduce_visit(x_1, x_2, x_3, x_48, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_array_fset(x_50, x_6, x_52); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_54); -x_21 = x_55; -x_22 = x_53; -goto block_26; -} -else -{ -uint8_t x_56; -lean_dec(x_50); -lean_dec(x_20); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -x_56 = !lean_is_exclusive(x_51); -if (x_56 == 0) -{ -return x_51; +uint8_t x_63; +lean_dec(x_41); +x_63 = 1; +x_42 = x_63; +goto block_62; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_51, 0); -x_58 = lean_ctor_get(x_51, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_51); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} -} +uint8_t x_64; +x_64 = l_Lean_Meta_ParamInfo_isExplicit(x_41); +lean_dec(x_41); +x_42 = x_64; +goto block_62; } -else +block_62: { -lean_object* x_60; uint8_t x_61; -x_60 = lean_array_fget(x_27, x_6); -x_61 = l_Lean_Meta_ParamInfo_isExplicit(x_60); -lean_dec(x_60); -if (x_61 == 0) +if (x_42 == 0) { -lean_object* x_62; -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_9); -x_21 = x_62; -x_22 = x_15; -goto block_26; +lean_object* x_43; +x_43 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_20; +x_6 = x_43; +goto _start; } else { -lean_object* x_63; uint8_t x_64; -x_63 = lean_array_get_size(x_9); -x_64 = lean_nat_dec_lt(x_6, x_63); -lean_dec(x_63); -if (x_64 == 0) +lean_object* x_45; uint8_t x_46; +x_45 = lean_array_get_size(x_9); +x_46 = lean_nat_dec_lt(x_6, x_45); +lean_dec(x_45); +if (x_46 == 0) { -lean_object* x_65; -x_65 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_65, 0, x_9); -x_21 = x_65; -x_22 = x_15; -goto block_26; +lean_object* x_47; +x_47 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_20; +x_6 = x_47; +goto _start; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_66 = lean_array_fget(x_9, x_6); -x_67 = lean_box(0); -x_68 = lean_array_fset(x_9, x_6, x_67); +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_49 = lean_array_fget(x_9, x_6); +x_50 = lean_box(0); +x_51 = lean_array_fset(x_9, x_6, x_50); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -x_69 = l_Lean_Meta_reduce_visit(x_1, x_2, x_3, x_66, x_10, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_69) == 0) +x_52 = l_Lean_Meta_reduce_visit(x_1, x_2, x_3, x_49, x_10, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -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 = lean_array_fset(x_68, x_6, x_70); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_72); -x_21 = x_73; -x_22 = x_71; -goto block_26; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_55 = lean_array_fset(x_51, x_6, x_53); +x_56 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_20; +x_6 = x_56; +x_9 = x_55; +x_15 = x_54; +goto _start; } else { -uint8_t x_74; -lean_dec(x_68); +uint8_t x_58; +lean_dec(x_51); lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); @@ -476,47 +420,33 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_6); -x_74 = !lean_is_exclusive(x_69); -if (x_74 == 0) +x_58 = !lean_is_exclusive(x_52); +if (x_58 == 0) { -return x_69; +return x_52; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_69, 0); -x_76 = lean_ctor_get(x_69, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_69); -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; +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_52, 0); +x_60 = lean_ctor_get(x_52, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_52); +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; } } } } } } -block_26: -{ -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_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_20; -x_6 = x_24; -x_9 = x_23; -x_15 = x_22; -goto _start; -} } else { -lean_object* x_78; +lean_object* x_65; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -524,15 +454,15 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_9); -lean_ctor_set(x_78, 1, x_15); -return x_78; +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_9); +lean_ctor_set(x_65, 1, x_15); +return x_65; } } else { -lean_object* x_79; +lean_object* x_66; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -540,10 +470,10 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_9); -lean_ctor_set(x_79, 1, x_15); -return x_79; +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_9); +lean_ctor_set(x_66, 1, x_15); +return x_66; } } } @@ -1468,61 +1398,61 @@ if (x_4 == 0) { x_12 = x_4; x_13 = x_11; -goto block_192; +goto block_126; } else { -lean_object* x_193; +lean_object* x_127; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_1); -x_193 = l_Lean_Meta_isProof(x_1, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_193) == 0) -{ -lean_object* x_194; lean_object* x_195; uint8_t x_196; -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 = lean_unbox(x_194); -lean_dec(x_194); -x_12 = x_196; -x_13 = x_195; -goto block_192; +x_127 = l_Lean_Meta_isProof(x_1, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_127) == 0) +{ +lean_object* x_128; lean_object* x_129; uint8_t x_130; +x_128 = lean_ctor_get(x_127, 0); +lean_inc(x_128); +x_129 = lean_ctor_get(x_127, 1); +lean_inc(x_129); +lean_dec(x_127); +x_130 = lean_unbox(x_128); +lean_dec(x_128); +x_12 = x_130; +x_13 = x_129; +goto block_126; } else { -uint8_t x_197; +uint8_t x_131; 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_197 = !lean_is_exclusive(x_193); -if (x_197 == 0) +x_131 = !lean_is_exclusive(x_127); +if (x_131 == 0) { -return x_193; +return x_127; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_193, 0); -x_199 = lean_ctor_get(x_193, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_193); -x_200 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_200, 0, x_198); -lean_ctor_set(x_200, 1, x_199); -return x_200; +lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_132 = lean_ctor_get(x_127, 0); +x_133 = lean_ctor_get(x_127, 1); +lean_inc(x_133); +lean_inc(x_132); +lean_dec(x_127); +x_134 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_134, 0, x_132); +lean_ctor_set(x_134, 1, x_133); +return x_134; } } } -block_192: +block_126: { if (x_12 == 0) { @@ -1570,492 +1500,226 @@ lean_inc(x_19); x_23 = l_Lean_Meta_getFunInfoNArgs(x_19, x_22, x_7, x_8, x_9, x_10, x_20); if (lean_obj_tag(x_23) == 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; 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_23, 0); -x_26 = lean_ctor_get(x_23, 1); -x_27 = l_Lean_Meta_reduce_visit___lambda__4___closed__1; +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; +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 = l_Lean_Meta_reduce_visit___lambda__4___closed__1; lean_inc(x_22); -x_28 = lean_mk_array(x_22, x_27); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_sub(x_22, x_29); +x_27 = lean_mk_array(x_22, x_26); +x_28 = lean_unsigned_to_nat(1u); +x_29 = lean_nat_sub(x_22, x_28); lean_dec(x_22); -x_31 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_15, x_28, x_30); -x_32 = lean_array_get_size(x_31); -lean_inc(x_32); -x_33 = l_Std_Range_forIn_loop___at_Lean_Meta_reduce_visit___spec__5(x_2, x_3, x_4, x_25, x_32, x_21, x_32, x_29, x_31, x_6, x_7, x_8, x_9, x_10, x_26); -lean_dec(x_32); -lean_dec(x_25); -if (lean_obj_tag(x_33) == 0) +x_30 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_15, x_27, x_29); +x_31 = lean_array_get_size(x_30); +lean_inc(x_31); +x_32 = l_Std_Range_forIn_loop___at_Lean_Meta_reduce_visit___spec__5(x_2, x_3, x_4, x_24, x_31, x_21, x_31, x_28, x_30, x_6, x_7, x_8, x_9, x_10, x_25); +lean_dec(x_31); +lean_dec(x_24); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_64; uint8_t x_65; -x_34 = lean_ctor_get(x_33, 0); +lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_65; uint8_t x_66; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_33)) { - lean_ctor_release(x_33, 0); - lean_ctor_release(x_33, 1); - x_36 = x_33; +if (lean_is_exclusive(x_32)) { + lean_ctor_release(x_32, 0); + lean_ctor_release(x_32, 1); + x_35 = x_32; } else { - lean_dec_ref(x_33); - x_36 = lean_box(0); + lean_dec_ref(x_32); + x_35 = lean_box(0); } -x_64 = l_Lean_Meta_reduce_visit___lambda__4___closed__8; -x_65 = l_Lean_Expr_isConstOf(x_19, x_64); -if (x_65 == 0) +x_65 = l_Lean_Meta_reduce_visit___lambda__4___closed__8; +x_66 = l_Lean_Expr_isConstOf(x_19, x_65); +if (x_66 == 0) { -lean_object* x_66; -lean_dec(x_36); -x_66 = l_Lean_mkAppN(x_19, x_34); -lean_ctor_set(x_23, 1, x_35); -lean_ctor_set(x_23, 0, x_66); -return x_23; +uint8_t x_67; +x_67 = 0; +x_36 = x_67; +goto block_64; } else { -lean_object* x_67; uint8_t x_68; -x_67 = lean_array_get_size(x_34); -x_68 = lean_nat_dec_eq(x_67, x_29); -if (x_68 == 0) -{ -lean_object* x_69; -lean_dec(x_67); -lean_dec(x_36); -x_69 = l_Lean_mkAppN(x_19, x_34); -lean_ctor_set(x_23, 1, x_35); -lean_ctor_set(x_23, 0, x_69); -return x_23; -} -else +lean_object* x_68; uint8_t x_69; +x_68 = lean_array_get_size(x_33); +x_69 = lean_nat_dec_eq(x_68, x_28); +if (x_69 == 0) { uint8_t x_70; -x_70 = lean_nat_dec_lt(x_21, x_67); -lean_dec(x_67); -if (x_70 == 0) -{ -lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_71 = l_Lean_instInhabitedExpr; -x_72 = l___private_Init_Util_0__outOfBounds___rarg(x_71); -x_73 = l_Lean_Expr_isNatLit(x_72); -lean_dec(x_72); -if (x_73 == 0) -{ -lean_object* x_74; -lean_dec(x_36); -x_74 = l_Lean_mkAppN(x_19, x_34); -lean_ctor_set(x_23, 1, x_35); -lean_ctor_set(x_23, 0, x_74); -return x_23; -} -else -{ -lean_object* x_75; -lean_free_object(x_23); -lean_dec(x_19); -x_75 = lean_box(0); -x_37 = x_75; -goto block_63; -} +lean_dec(x_68); +x_70 = 0; +x_36 = x_70; +goto block_64; } else { -lean_object* x_76; uint8_t x_77; -x_76 = lean_array_fget(x_34, x_21); -x_77 = l_Lean_Expr_isNatLit(x_76); -lean_dec(x_76); -if (x_77 == 0) +uint8_t x_71; +x_71 = lean_nat_dec_lt(x_21, x_68); +lean_dec(x_68); +if (x_71 == 0) { -lean_object* x_78; -lean_dec(x_36); -x_78 = l_Lean_mkAppN(x_19, x_34); -lean_ctor_set(x_23, 1, x_35); -lean_ctor_set(x_23, 0, x_78); -return x_23; +lean_object* x_72; lean_object* x_73; uint8_t x_74; +x_72 = l_Lean_instInhabitedExpr; +x_73 = l___private_Init_Util_0__outOfBounds___rarg(x_72); +x_74 = l_Lean_Expr_isNatLit(x_73); +lean_dec(x_73); +x_36 = x_74; +goto block_64; } else { -lean_object* x_79; -lean_free_object(x_23); -lean_dec(x_19); -x_79 = lean_box(0); -x_37 = x_79; -goto block_63; -} +lean_object* x_75; uint8_t x_76; +x_75 = lean_array_fget(x_33, x_21); +x_76 = l_Lean_Expr_isNatLit(x_75); +lean_dec(x_75); +x_36 = x_76; +goto block_64; } } } -block_63: +block_64: { -lean_object* x_38; uint8_t x_39; -lean_dec(x_37); -x_38 = lean_array_get_size(x_34); -x_39 = lean_nat_dec_lt(x_21, x_38); -lean_dec(x_38); -if (x_39 == 0) +if (x_36 == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -lean_dec(x_34); -x_40 = l_Lean_instInhabitedExpr; -x_41 = l___private_Init_Util_0__outOfBounds___rarg(x_40); -x_42 = l_Lean_Expr_natLit_x3f(x_41); -lean_dec(x_41); -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_43 = l_Lean_Meta_reduce_visit___lambda__4___closed__5; -x_44 = l_panic___at_String_toNat_x21___spec__1(x_43); -x_45 = lean_nat_add(x_44, x_29); -lean_dec(x_44); -x_46 = l_Lean_mkRawNatLit(x_45); -if (lean_is_scalar(x_36)) { - x_47 = lean_alloc_ctor(0, 2, 0); +lean_object* x_37; lean_object* x_38; +x_37 = l_Lean_mkAppN(x_19, x_33); +if (lean_is_scalar(x_35)) { + x_38 = lean_alloc_ctor(0, 2, 0); } else { - x_47 = x_36; + x_38 = x_35; } -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_35); -return x_47; +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_34); +return x_38; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = lean_ctor_get(x_42, 0); -lean_inc(x_48); -lean_dec(x_42); -x_49 = lean_nat_add(x_48, x_29); -lean_dec(x_48); -x_50 = l_Lean_mkRawNatLit(x_49); -if (lean_is_scalar(x_36)) { - x_51 = lean_alloc_ctor(0, 2, 0); -} else { - x_51 = x_36; -} -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_35); -return x_51; -} -} -else +lean_object* x_39; uint8_t x_40; +lean_dec(x_19); +x_39 = lean_array_get_size(x_33); +x_40 = lean_nat_dec_lt(x_21, x_39); +lean_dec(x_39); +if (x_40 == 0) { -lean_object* x_52; lean_object* x_53; -x_52 = lean_array_fget(x_34, x_21); -lean_dec(x_34); -x_53 = l_Lean_Expr_natLit_x3f(x_52); -lean_dec(x_52); -if (lean_obj_tag(x_53) == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_dec(x_33); +x_41 = l_Lean_instInhabitedExpr; +x_42 = l___private_Init_Util_0__outOfBounds___rarg(x_41); +x_43 = l_Lean_Expr_natLit_x3f(x_42); +lean_dec(x_42); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_54 = l_Lean_Meta_reduce_visit___lambda__4___closed__5; -x_55 = l_panic___at_String_toNat_x21___spec__1(x_54); -x_56 = lean_nat_add(x_55, x_29); -lean_dec(x_55); -x_57 = l_Lean_mkRawNatLit(x_56); -if (lean_is_scalar(x_36)) { - x_58 = lean_alloc_ctor(0, 2, 0); +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_44 = l_Lean_Meta_reduce_visit___lambda__4___closed__5; +x_45 = l_panic___at_String_toNat_x21___spec__1(x_44); +x_46 = lean_nat_add(x_45, x_28); +lean_dec(x_45); +x_47 = l_Lean_mkRawNatLit(x_46); +if (lean_is_scalar(x_35)) { + x_48 = lean_alloc_ctor(0, 2, 0); } else { - x_58 = x_36; + x_48 = x_35; } -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_35); -return x_58; +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_34); +return x_48; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_59 = lean_ctor_get(x_53, 0); -lean_inc(x_59); -lean_dec(x_53); -x_60 = lean_nat_add(x_59, x_29); -lean_dec(x_59); -x_61 = l_Lean_mkRawNatLit(x_60); -if (lean_is_scalar(x_36)) { - x_62 = lean_alloc_ctor(0, 2, 0); +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_49 = lean_ctor_get(x_43, 0); +lean_inc(x_49); +lean_dec(x_43); +x_50 = lean_nat_add(x_49, x_28); +lean_dec(x_49); +x_51 = l_Lean_mkRawNatLit(x_50); +if (lean_is_scalar(x_35)) { + x_52 = lean_alloc_ctor(0, 2, 0); } else { - x_62 = x_36; -} -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_35); -return x_62; -} -} + x_52 = x_35; } +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_34); +return x_52; } -else -{ -uint8_t x_80; -lean_free_object(x_23); -lean_dec(x_19); -x_80 = !lean_is_exclusive(x_33); -if (x_80 == 0) -{ -return x_33; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_33, 0); -x_82 = lean_ctor_get(x_33, 1); -lean_inc(x_82); -lean_inc(x_81); +lean_object* x_53; lean_object* x_54; +x_53 = lean_array_fget(x_33, x_21); lean_dec(x_33); -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; -} -} -} -else +x_54 = l_Lean_Expr_natLit_x3f(x_53); +lean_dec(x_53); +if (lean_obj_tag(x_54) == 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_91; lean_object* x_92; -x_84 = lean_ctor_get(x_23, 0); -x_85 = lean_ctor_get(x_23, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_23); -x_86 = l_Lean_Meta_reduce_visit___lambda__4___closed__1; -lean_inc(x_22); -x_87 = lean_mk_array(x_22, x_86); -x_88 = lean_unsigned_to_nat(1u); -x_89 = lean_nat_sub(x_22, x_88); -lean_dec(x_22); -x_90 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_15, x_87, x_89); -x_91 = lean_array_get_size(x_90); -lean_inc(x_91); -x_92 = l_Std_Range_forIn_loop___at_Lean_Meta_reduce_visit___spec__5(x_2, x_3, x_4, x_84, x_91, x_21, x_91, x_88, x_90, x_6, x_7, x_8, x_9, x_10, x_85); -lean_dec(x_91); -lean_dec(x_84); -if (lean_obj_tag(x_92) == 0) -{ -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_123; uint8_t x_124; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_95 = x_92; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_55 = l_Lean_Meta_reduce_visit___lambda__4___closed__5; +x_56 = l_panic___at_String_toNat_x21___spec__1(x_55); +x_57 = lean_nat_add(x_56, x_28); +lean_dec(x_56); +x_58 = l_Lean_mkRawNatLit(x_57); +if (lean_is_scalar(x_35)) { + x_59 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_92); - x_95 = lean_box(0); -} -x_123 = l_Lean_Meta_reduce_visit___lambda__4___closed__8; -x_124 = l_Lean_Expr_isConstOf(x_19, x_123); -if (x_124 == 0) -{ -lean_object* x_125; lean_object* x_126; -lean_dec(x_95); -x_125 = l_Lean_mkAppN(x_19, x_93); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_126, 1, x_94); -return x_126; -} -else -{ -lean_object* x_127; uint8_t x_128; -x_127 = lean_array_get_size(x_93); -x_128 = lean_nat_dec_eq(x_127, x_88); -if (x_128 == 0) -{ -lean_object* x_129; lean_object* x_130; -lean_dec(x_127); -lean_dec(x_95); -x_129 = l_Lean_mkAppN(x_19, x_93); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_94); -return x_130; -} -else -{ -uint8_t x_131; -x_131 = lean_nat_dec_lt(x_21, x_127); -lean_dec(x_127); -if (x_131 == 0) -{ -lean_object* x_132; lean_object* x_133; uint8_t x_134; -x_132 = l_Lean_instInhabitedExpr; -x_133 = l___private_Init_Util_0__outOfBounds___rarg(x_132); -x_134 = l_Lean_Expr_isNatLit(x_133); -lean_dec(x_133); -if (x_134 == 0) -{ -lean_object* x_135; lean_object* x_136; -lean_dec(x_95); -x_135 = l_Lean_mkAppN(x_19, x_93); -x_136 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_136, 0, x_135); -lean_ctor_set(x_136, 1, x_94); -return x_136; + x_59 = x_35; } -else -{ -lean_object* x_137; -lean_dec(x_19); -x_137 = lean_box(0); -x_96 = x_137; -goto block_122; -} -} -else -{ -lean_object* x_138; uint8_t x_139; -x_138 = lean_array_fget(x_93, x_21); -x_139 = l_Lean_Expr_isNatLit(x_138); -lean_dec(x_138); -if (x_139 == 0) -{ -lean_object* x_140; lean_object* x_141; -lean_dec(x_95); -x_140 = l_Lean_mkAppN(x_19, x_93); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_94); -return x_141; +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_34); +return x_59; } else { -lean_object* x_142; -lean_dec(x_19); -x_142 = lean_box(0); -x_96 = x_142; -goto block_122; -} -} -} -} -block_122: -{ -lean_object* x_97; uint8_t x_98; -lean_dec(x_96); -x_97 = lean_array_get_size(x_93); -x_98 = lean_nat_dec_lt(x_21, x_97); -lean_dec(x_97); -if (x_98 == 0) -{ -lean_object* x_99; lean_object* x_100; lean_object* x_101; -lean_dec(x_93); -x_99 = l_Lean_instInhabitedExpr; -x_100 = l___private_Init_Util_0__outOfBounds___rarg(x_99); -x_101 = l_Lean_Expr_natLit_x3f(x_100); -lean_dec(x_100); -if (lean_obj_tag(x_101) == 0) -{ -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_102 = l_Lean_Meta_reduce_visit___lambda__4___closed__5; -x_103 = l_panic___at_String_toNat_x21___spec__1(x_102); -x_104 = lean_nat_add(x_103, x_88); -lean_dec(x_103); -x_105 = l_Lean_mkRawNatLit(x_104); -if (lean_is_scalar(x_95)) { - x_106 = lean_alloc_ctor(0, 2, 0); +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_60 = lean_ctor_get(x_54, 0); +lean_inc(x_60); +lean_dec(x_54); +x_61 = lean_nat_add(x_60, x_28); +lean_dec(x_60); +x_62 = l_Lean_mkRawNatLit(x_61); +if (lean_is_scalar(x_35)) { + x_63 = lean_alloc_ctor(0, 2, 0); } else { - x_106 = x_95; + x_63 = x_35; } -lean_ctor_set(x_106, 0, x_105); -lean_ctor_set(x_106, 1, x_94); -return x_106; +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_34); +return x_63; } -else -{ -lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_107 = lean_ctor_get(x_101, 0); -lean_inc(x_107); -lean_dec(x_101); -x_108 = lean_nat_add(x_107, x_88); -lean_dec(x_107); -x_109 = l_Lean_mkRawNatLit(x_108); -if (lean_is_scalar(x_95)) { - x_110 = lean_alloc_ctor(0, 2, 0); -} else { - x_110 = x_95; } -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_94); -return x_110; } } -else -{ -lean_object* x_111; lean_object* x_112; -x_111 = lean_array_fget(x_93, x_21); -lean_dec(x_93); -x_112 = l_Lean_Expr_natLit_x3f(x_111); -lean_dec(x_111); -if (lean_obj_tag(x_112) == 0) -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_113 = l_Lean_Meta_reduce_visit___lambda__4___closed__5; -x_114 = l_panic___at_String_toNat_x21___spec__1(x_113); -x_115 = lean_nat_add(x_114, x_88); -lean_dec(x_114); -x_116 = l_Lean_mkRawNatLit(x_115); -if (lean_is_scalar(x_95)) { - x_117 = lean_alloc_ctor(0, 2, 0); -} else { - x_117 = x_95; -} -lean_ctor_set(x_117, 0, x_116); -lean_ctor_set(x_117, 1, x_94); -return x_117; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_118 = lean_ctor_get(x_112, 0); -lean_inc(x_118); -lean_dec(x_112); -x_119 = lean_nat_add(x_118, x_88); -lean_dec(x_118); -x_120 = l_Lean_mkRawNatLit(x_119); -if (lean_is_scalar(x_95)) { - x_121 = lean_alloc_ctor(0, 2, 0); -} else { - x_121 = x_95; -} -lean_ctor_set(x_121, 0, x_120); -lean_ctor_set(x_121, 1, x_94); -return x_121; -} -} -} +uint8_t x_77; +lean_dec(x_19); +x_77 = !lean_is_exclusive(x_32); +if (x_77 == 0) +{ +return x_32; } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -lean_dec(x_19); -x_143 = lean_ctor_get(x_92, 0); -lean_inc(x_143); -x_144 = lean_ctor_get(x_92, 1); -lean_inc(x_144); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_145 = x_92; -} else { - lean_dec_ref(x_92); - x_145 = lean_box(0); -} -if (lean_is_scalar(x_145)) { - x_146 = lean_alloc_ctor(1, 2, 0); -} else { - x_146 = x_145; -} -lean_ctor_set(x_146, 0, x_143); -lean_ctor_set(x_146, 1, x_144); -return x_146; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_32, 0); +x_79 = lean_ctor_get(x_32, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_32); +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_147; +uint8_t x_81; lean_dec(x_22); lean_dec(x_19); lean_dec(x_15); @@ -2064,238 +1728,238 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_147 = !lean_is_exclusive(x_23); -if (x_147 == 0) +x_81 = !lean_is_exclusive(x_23); +if (x_81 == 0) { return x_23; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_23, 0); -x_149 = lean_ctor_get(x_23, 1); -lean_inc(x_149); -lean_inc(x_148); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_23, 0); +x_83 = lean_ctor_get(x_23, 1); +lean_inc(x_83); +lean_inc(x_82); lean_dec(x_23); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; +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 { -uint8_t x_151; +uint8_t x_85; lean_dec(x_15); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_151 = !lean_is_exclusive(x_18); -if (x_151 == 0) +x_85 = !lean_is_exclusive(x_18); +if (x_85 == 0) { return x_18; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_18, 0); -x_153 = lean_ctor_get(x_18, 1); -lean_inc(x_153); -lean_inc(x_152); +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_18, 0); +x_87 = lean_ctor_get(x_18, 1); +lean_inc(x_87); +lean_inc(x_86); lean_dec(x_18); -x_154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_154, 0, x_152); -lean_ctor_set(x_154, 1, x_153); -return x_154; +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } case 6: { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_155 = lean_ctor_get(x_14, 1); -lean_inc(x_155); +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_ctor_get(x_14, 1); +lean_inc(x_89); lean_dec(x_14); -x_156 = lean_box(x_2); -x_157 = lean_box(x_3); -x_158 = lean_box(x_4); -x_159 = lean_alloc_closure((void*)(l_Lean_Meta_reduce_visit___lambda__2___boxed), 11, 3); -lean_closure_set(x_159, 0, x_156); -lean_closure_set(x_159, 1, x_157); -lean_closure_set(x_159, 2, x_158); -x_160 = l_Lean_Meta_lambdaTelescope___at_Lean_Meta_reduce_visit___spec__6___rarg(x_15, x_159, x_6, x_7, x_8, x_9, x_10, x_155); -return x_160; +x_90 = lean_box(x_2); +x_91 = lean_box(x_3); +x_92 = lean_box(x_4); +x_93 = lean_alloc_closure((void*)(l_Lean_Meta_reduce_visit___lambda__2___boxed), 11, 3); +lean_closure_set(x_93, 0, x_90); +lean_closure_set(x_93, 1, x_91); +lean_closure_set(x_93, 2, x_92); +x_94 = l_Lean_Meta_lambdaTelescope___at_Lean_Meta_reduce_visit___spec__6___rarg(x_15, x_93, x_6, x_7, x_8, x_9, x_10, x_89); +return x_94; } case 7: { -lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_161 = lean_ctor_get(x_14, 1); -lean_inc(x_161); +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_95 = lean_ctor_get(x_14, 1); +lean_inc(x_95); lean_dec(x_14); -x_162 = lean_box(x_2); -x_163 = lean_box(x_3); -x_164 = lean_box(x_4); -x_165 = lean_alloc_closure((void*)(l_Lean_Meta_reduce_visit___lambda__3___boxed), 11, 3); -lean_closure_set(x_165, 0, x_162); -lean_closure_set(x_165, 1, x_163); -lean_closure_set(x_165, 2, x_164); -x_166 = l_Lean_Meta_forallTelescope___at_Lean_Meta_reduce_visit___spec__7___rarg(x_15, x_165, x_6, x_7, x_8, x_9, x_10, x_161); -return x_166; +x_96 = lean_box(x_2); +x_97 = lean_box(x_3); +x_98 = lean_box(x_4); +x_99 = lean_alloc_closure((void*)(l_Lean_Meta_reduce_visit___lambda__3___boxed), 11, 3); +lean_closure_set(x_99, 0, x_96); +lean_closure_set(x_99, 1, x_97); +lean_closure_set(x_99, 2, x_98); +x_100 = l_Lean_Meta_forallTelescope___at_Lean_Meta_reduce_visit___spec__7___rarg(x_15, x_99, x_6, x_7, x_8, x_9, x_10, x_95); +return x_100; } case 11: { -lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; -x_167 = lean_ctor_get(x_14, 1); -lean_inc(x_167); +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_101 = lean_ctor_get(x_14, 1); +lean_inc(x_101); lean_dec(x_14); -x_168 = lean_ctor_get(x_15, 0); -lean_inc(x_168); -x_169 = lean_ctor_get(x_15, 1); -lean_inc(x_169); -x_170 = lean_ctor_get(x_15, 2); -lean_inc(x_170); +x_102 = lean_ctor_get(x_15, 0); +lean_inc(x_102); +x_103 = lean_ctor_get(x_15, 1); +lean_inc(x_103); +x_104 = lean_ctor_get(x_15, 2); +lean_inc(x_104); lean_dec(x_15); -x_171 = l_Lean_Meta_reduce_visit(x_2, x_3, x_4, x_170, x_6, x_7, x_8, x_9, x_10, x_167); -if (lean_obj_tag(x_171) == 0) +x_105 = l_Lean_Meta_reduce_visit(x_2, x_3, x_4, x_104, x_6, x_7, x_8, x_9, x_10, x_101); +if (lean_obj_tag(x_105) == 0) { -uint8_t x_172; -x_172 = !lean_is_exclusive(x_171); -if (x_172 == 0) +uint8_t x_106; +x_106 = !lean_is_exclusive(x_105); +if (x_106 == 0) { -lean_object* x_173; lean_object* x_174; -x_173 = lean_ctor_get(x_171, 0); -x_174 = l_Lean_Expr_proj___override(x_168, x_169, x_173); -lean_ctor_set(x_171, 0, x_174); -return x_171; +lean_object* x_107; lean_object* x_108; +x_107 = lean_ctor_get(x_105, 0); +x_108 = l_Lean_Expr_proj___override(x_102, x_103, x_107); +lean_ctor_set(x_105, 0, x_108); +return x_105; } else { -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_175 = lean_ctor_get(x_171, 0); -x_176 = lean_ctor_get(x_171, 1); -lean_inc(x_176); -lean_inc(x_175); -lean_dec(x_171); -x_177 = l_Lean_Expr_proj___override(x_168, x_169, x_175); -x_178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_178, 0, x_177); -lean_ctor_set(x_178, 1, x_176); -return x_178; +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_109 = lean_ctor_get(x_105, 0); +x_110 = lean_ctor_get(x_105, 1); +lean_inc(x_110); +lean_inc(x_109); +lean_dec(x_105); +x_111 = l_Lean_Expr_proj___override(x_102, x_103, x_109); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_110); +return x_112; } } else { -uint8_t x_179; -lean_dec(x_169); -lean_dec(x_168); -x_179 = !lean_is_exclusive(x_171); -if (x_179 == 0) +uint8_t x_113; +lean_dec(x_103); +lean_dec(x_102); +x_113 = !lean_is_exclusive(x_105); +if (x_113 == 0) { -return x_171; +return x_105; } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; -x_180 = lean_ctor_get(x_171, 0); -x_181 = lean_ctor_get(x_171, 1); -lean_inc(x_181); -lean_inc(x_180); -lean_dec(x_171); -x_182 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_181); -return x_182; +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_105, 0); +x_115 = lean_ctor_get(x_105, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_105); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } default: { -uint8_t x_183; +uint8_t x_117; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_183 = !lean_is_exclusive(x_14); -if (x_183 == 0) +x_117 = !lean_is_exclusive(x_14); +if (x_117 == 0) { -lean_object* x_184; -x_184 = lean_ctor_get(x_14, 0); -lean_dec(x_184); +lean_object* x_118; +x_118 = lean_ctor_get(x_14, 0); +lean_dec(x_118); return x_14; } else { -lean_object* x_185; lean_object* x_186; -x_185 = lean_ctor_get(x_14, 1); -lean_inc(x_185); +lean_object* x_119; lean_object* x_120; +x_119 = lean_ctor_get(x_14, 1); +lean_inc(x_119); lean_dec(x_14); -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_15); -lean_ctor_set(x_186, 1, x_185); -return x_186; +x_120 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_15); +lean_ctor_set(x_120, 1, x_119); +return x_120; } } } } else { -uint8_t x_187; +uint8_t x_121; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_187 = !lean_is_exclusive(x_14); -if (x_187 == 0) +x_121 = !lean_is_exclusive(x_14); +if (x_121 == 0) { return x_14; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_188 = lean_ctor_get(x_14, 0); -x_189 = lean_ctor_get(x_14, 1); -lean_inc(x_189); -lean_inc(x_188); +lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_122 = lean_ctor_get(x_14, 0); +x_123 = lean_ctor_get(x_14, 1); +lean_inc(x_123); +lean_inc(x_122); lean_dec(x_14); -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; +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; } } } else { -lean_object* x_191; +lean_object* x_125; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_1); -lean_ctor_set(x_191, 1, x_13); -return x_191; +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_1); +lean_ctor_set(x_125, 1, x_13); +return x_125; } } } else { -lean_object* x_201; +lean_object* x_135; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_201 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_201, 0, x_1); -lean_ctor_set(x_201, 1, x_11); -return x_201; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_1); +lean_ctor_set(x_135, 1, x_11); +return x_135; } } } diff --git a/stage0/stdlib/Lean/Meta/ReduceEval.c b/stage0/stdlib/Lean/Meta/ReduceEval.c index 1f303a1ce0da..afeb5cc4865a 100644 --- a/stage0/stdlib/Lean/Meta/ReduceEval.c +++ b/stage0/stdlib/Lean/Meta/ReduceEval.c @@ -814,7 +814,7 @@ static lean_object* _init_l_Lean_Meta_instReduceEvalOption___rarg___closed__2() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("none", 4); +x_1 = lean_mk_string_from_bytes("some", 4); return x_1; } } @@ -832,7 +832,7 @@ static lean_object* _init_l_Lean_Meta_instReduceEvalOption___rarg___closed__4() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("some", 4); +x_1 = lean_mk_string_from_bytes("none", 4); return x_1; } } @@ -857,215 +857,137 @@ lean_inc(x_3); x_8 = lean_whnf(x_2, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_8) == 0) { -uint8_t x_9; -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_10 = lean_ctor_get(x_8, 0); -x_11 = lean_ctor_get(x_8, 1); -x_12 = l_Lean_Expr_getAppFn(x_10); +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); +if (lean_is_exclusive(x_8)) { + lean_ctor_release(x_8, 0); + lean_ctor_release(x_8, 1); + x_11 = x_8; +} else { + lean_dec_ref(x_8); + x_11 = lean_box(0); +} +x_12 = l_Lean_Expr_getAppFn(x_9); if (lean_obj_tag(x_12) == 4) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_39; uint8_t x_40; x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); lean_dec(x_12); x_14 = lean_unsigned_to_nat(0u); -x_15 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_14); -x_16 = l_Lean_Meta_instReduceEvalOption___rarg___closed__3; -x_17 = lean_name_eq(x_13, x_16); -if (x_17 == 0) -{ -lean_object* x_18; uint8_t x_19; -lean_free_object(x_8); -x_18 = l_Lean_Meta_instReduceEvalOption___rarg___closed__5; -x_19 = lean_name_eq(x_13, x_18); -lean_dec(x_13); -if (x_19 == 0) -{ -lean_object* x_20; -lean_dec(x_15); -lean_dec(x_1); -x_20 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_10, x_3, x_4, x_5, x_6, x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_20; -} -else -{ -lean_object* x_21; uint8_t x_22; -x_21 = lean_unsigned_to_nat(1u); -x_22 = lean_nat_dec_eq(x_15, x_21); -lean_dec(x_15); -if (x_22 == 0) -{ -lean_object* x_23; -lean_dec(x_1); -x_23 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_10, x_3, x_4, x_5, x_6, x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_23; -} -else -{ -lean_object* x_24; lean_object* x_25; -x_24 = l_Lean_Expr_appArg_x21(x_10); -lean_dec(x_10); -x_25 = l_Lean_Meta_reduceEval___rarg(x_1, x_24, x_3, x_4, x_5, x_6, x_11); -if (lean_obj_tag(x_25) == 0) -{ -uint8_t x_26; -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(1, 1, 0); -lean_ctor_set(x_28, 0, 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; lean_object* x_32; -x_29 = lean_ctor_get(x_25, 0); -x_30 = lean_ctor_get(x_25, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_25); -x_31 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_31, 0, x_29); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; -} -} -else -{ -uint8_t x_33; -x_33 = !lean_is_exclusive(x_25); -if (x_33 == 0) +x_15 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_14); +x_39 = l_Lean_Meta_instReduceEvalOption___rarg___closed__5; +x_40 = lean_name_eq(x_13, x_39); +if (x_40 == 0) { -return x_25; +uint8_t x_41; +x_41 = 0; +x_16 = x_41; +goto block_38; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_25, 0); -x_35 = lean_ctor_get(x_25, 1); -lean_inc(x_35); -lean_inc(x_34); -lean_dec(x_25); -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; -} +uint8_t x_42; +x_42 = lean_nat_dec_eq(x_15, x_14); +x_16 = x_42; +goto block_38; } -} -} -} -else +block_38: { -uint8_t x_37; -x_37 = lean_nat_dec_eq(x_15, x_14); -if (x_37 == 0) +if (x_16 == 0) { -lean_object* x_38; uint8_t x_39; -lean_free_object(x_8); -x_38 = l_Lean_Meta_instReduceEvalOption___rarg___closed__5; -x_39 = lean_name_eq(x_13, x_38); +lean_object* x_17; uint8_t x_18; +lean_dec(x_11); +x_17 = l_Lean_Meta_instReduceEvalOption___rarg___closed__3; +x_18 = lean_name_eq(x_13, x_17); lean_dec(x_13); -if (x_39 == 0) +if (x_18 == 0) { -lean_object* x_40; +lean_object* x_19; lean_dec(x_15); lean_dec(x_1); -x_40 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_10, x_3, x_4, x_5, x_6, x_11); +x_19 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_9, x_3, x_4, x_5, x_6, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_40; +return x_19; } else { -lean_object* x_41; uint8_t x_42; -x_41 = lean_unsigned_to_nat(1u); -x_42 = lean_nat_dec_eq(x_15, x_41); +lean_object* x_20; uint8_t x_21; +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_dec_eq(x_15, x_20); lean_dec(x_15); -if (x_42 == 0) +if (x_21 == 0) { -lean_object* x_43; +lean_object* x_22; lean_dec(x_1); -x_43 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_10, x_3, x_4, x_5, x_6, x_11); +x_22 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_9, x_3, x_4, x_5, x_6, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_43; +return x_22; } else { -lean_object* x_44; lean_object* x_45; -x_44 = l_Lean_Expr_appArg_x21(x_10); -lean_dec(x_10); -x_45 = l_Lean_Meta_reduceEval___rarg(x_1, x_44, x_3, x_4, x_5, x_6, x_11); -if (lean_obj_tag(x_45) == 0) +lean_object* x_23; lean_object* x_24; +x_23 = l_Lean_Expr_appArg_x21(x_9); +lean_dec(x_9); +x_24 = l_Lean_Meta_reduceEval___rarg(x_1, x_23, x_3, x_4, x_5, x_6, x_10); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_46; -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_45, 0); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_45, 0, x_48); -return x_45; +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_24, 0, x_27); +return x_24; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_49 = lean_ctor_get(x_45, 0); -x_50 = lean_ctor_get(x_45, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_45); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_49); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_50); -return x_52; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_28 = lean_ctor_get(x_24, 0); +x_29 = lean_ctor_get(x_24, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_24); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_28); +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 { -uint8_t x_53; -x_53 = !lean_is_exclusive(x_45); -if (x_53 == 0) +uint8_t x_32; +x_32 = !lean_is_exclusive(x_24); +if (x_32 == 0) { -return x_45; +return x_24; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_45, 0); -x_55 = lean_ctor_get(x_45, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_24, 0); +x_34 = lean_ctor_get(x_24, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_24); +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; } } } @@ -1073,304 +995,66 @@ return x_56; } else { -lean_object* x_57; +lean_object* x_36; lean_object* x_37; lean_dec(x_15); lean_dec(x_13); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_57 = lean_box(0); -lean_ctor_set(x_8, 0, x_57); -return x_8; -} -} -} -else -{ -lean_object* x_58; -lean_dec(x_12); -lean_free_object(x_8); -lean_dec(x_1); -x_58 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_10, x_3, x_4, x_5, x_6, x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_58; -} -} -else -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_8, 0); -x_60 = lean_ctor_get(x_8, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_8); -x_61 = l_Lean_Expr_getAppFn(x_59); -if (lean_obj_tag(x_61) == 4) -{ -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -lean_dec(x_61); -x_63 = lean_unsigned_to_nat(0u); -x_64 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_59, x_63); -x_65 = l_Lean_Meta_instReduceEvalOption___rarg___closed__3; -x_66 = lean_name_eq(x_62, x_65); -if (x_66 == 0) -{ -lean_object* x_67; uint8_t x_68; -x_67 = l_Lean_Meta_instReduceEvalOption___rarg___closed__5; -x_68 = lean_name_eq(x_62, x_67); -lean_dec(x_62); -if (x_68 == 0) -{ -lean_object* x_69; -lean_dec(x_64); -lean_dec(x_1); -x_69 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_59, x_3, x_4, x_5, x_6, x_60); +lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_69; -} -else -{ -lean_object* x_70; uint8_t x_71; -x_70 = lean_unsigned_to_nat(1u); -x_71 = lean_nat_dec_eq(x_64, x_70); -lean_dec(x_64); -if (x_71 == 0) -{ -lean_object* x_72; lean_dec(x_1); -x_72 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_59, x_3, x_4, x_5, x_6, x_60); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_72; -} -else -{ -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_Expr_appArg_x21(x_59); -lean_dec(x_59); -x_74 = l_Lean_Meta_reduceEval___rarg(x_1, x_73, x_3, x_4, x_5, x_6, x_60); -if (lean_obj_tag(x_74) == 0) -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_75 = lean_ctor_get(x_74, 0); -lean_inc(x_75); -x_76 = lean_ctor_get(x_74, 1); -lean_inc(x_76); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - lean_ctor_release(x_74, 1); - x_77 = x_74; -} else { - lean_dec_ref(x_74); - x_77 = lean_box(0); -} -x_78 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_78, 0, x_75); -if (lean_is_scalar(x_77)) { - x_79 = lean_alloc_ctor(0, 2, 0); +x_36 = lean_box(0); +if (lean_is_scalar(x_11)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_79 = x_77; + x_37 = x_11; } -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_76); -return x_79; -} -else -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_80 = lean_ctor_get(x_74, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_74, 1); -lean_inc(x_81); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - lean_ctor_release(x_74, 1); - x_82 = x_74; -} else { - lean_dec_ref(x_74); - x_82 = lean_box(0); -} -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(1, 2, 0); -} else { - x_83 = x_82; -} -lean_ctor_set(x_83, 0, x_80); -lean_ctor_set(x_83, 1, x_81); -return x_83; -} -} -} -} -else -{ -uint8_t x_84; -x_84 = lean_nat_dec_eq(x_64, x_63); -if (x_84 == 0) -{ -lean_object* x_85; uint8_t x_86; -x_85 = l_Lean_Meta_instReduceEvalOption___rarg___closed__5; -x_86 = lean_name_eq(x_62, x_85); -lean_dec(x_62); -if (x_86 == 0) -{ -lean_object* x_87; -lean_dec(x_64); -lean_dec(x_1); -x_87 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_59, x_3, x_4, x_5, x_6, x_60); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_87; -} -else -{ -lean_object* x_88; uint8_t x_89; -x_88 = lean_unsigned_to_nat(1u); -x_89 = lean_nat_dec_eq(x_64, x_88); -lean_dec(x_64); -if (x_89 == 0) -{ -lean_object* x_90; -lean_dec(x_1); -x_90 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_59, x_3, x_4, x_5, x_6, x_60); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_90; -} -else -{ -lean_object* x_91; lean_object* x_92; -x_91 = l_Lean_Expr_appArg_x21(x_59); -lean_dec(x_59); -x_92 = l_Lean_Meta_reduceEval___rarg(x_1, x_91, x_3, x_4, x_5, x_6, x_60); -if (lean_obj_tag(x_92) == 0) -{ -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_95 = x_92; -} else { - lean_dec_ref(x_92); - x_95 = lean_box(0); -} -x_96 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_96, 0, x_93); -if (lean_is_scalar(x_95)) { - x_97 = lean_alloc_ctor(0, 2, 0); -} else { - x_97 = x_95; -} -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_94); -return x_97; -} -else -{ -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_98 = lean_ctor_get(x_92, 0); -lean_inc(x_98); -x_99 = lean_ctor_get(x_92, 1); -lean_inc(x_99); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_100 = x_92; -} else { - lean_dec_ref(x_92); - x_100 = lean_box(0); -} -if (lean_is_scalar(x_100)) { - x_101 = lean_alloc_ctor(1, 2, 0); -} else { - x_101 = x_100; -} -lean_ctor_set(x_101, 0, x_98); -lean_ctor_set(x_101, 1, x_99); -return x_101; -} -} -} -} -else -{ -lean_object* x_102; lean_object* x_103; -lean_dec(x_64); -lean_dec(x_62); -lean_dec(x_59); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_102 = lean_box(0); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_60); -return x_103; +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_10); +return x_37; } } } else { -lean_object* x_104; -lean_dec(x_61); +lean_object* x_43; +lean_dec(x_12); +lean_dec(x_11); lean_dec(x_1); -x_104 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_59, x_3, x_4, x_5, x_6, x_60); +x_43 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_throwFailedToEval___rarg(x_9, x_3, x_4, x_5, x_6, x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_104; -} +return x_43; } } else { -uint8_t x_105; +uint8_t x_44; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_105 = !lean_is_exclusive(x_8); -if (x_105 == 0) +x_44 = !lean_is_exclusive(x_8); +if (x_44 == 0) { return x_8; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_8, 0); -x_107 = lean_ctor_get(x_8, 1); -lean_inc(x_107); -lean_inc(x_106); +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_8, 0); +x_46 = lean_ctor_get(x_8, 1); +lean_inc(x_46); +lean_inc(x_45); lean_dec(x_8); -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; +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } } } @@ -3482,7 +3166,7 @@ static lean_object* _init_l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("str", 3); +x_1 = lean_mk_string_from_bytes("anonymous", 9); return x_1; } } @@ -3501,7 +3185,7 @@ static lean_object* _init_l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("anonymous", 9); +x_1 = lean_mk_string_from_bytes("str", 3); return x_1; } } @@ -3537,33 +3221,61 @@ x_10 = lean_ctor_get(x_7, 1); x_11 = l_Lean_Expr_getAppFn(x_9); if (lean_obj_tag(x_11) == 4) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_49; lean_object* x_83; uint8_t x_84; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_75; uint8_t x_76; x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); lean_dec(x_11); x_13 = lean_unsigned_to_nat(0u); x_14 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_9, x_13); -x_83 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__8; -x_84 = lean_name_eq(x_12, x_83); -if (x_84 == 0) +x_75 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__6; +x_76 = lean_name_eq(x_12, x_75); +if (x_76 == 0) { -lean_object* x_85; +lean_object* x_77; uint8_t x_78; lean_free_object(x_7); -x_85 = lean_box(0); -x_49 = x_85; -goto block_82; +x_77 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__8; +x_78 = lean_name_eq(x_12, x_77); +if (x_78 == 0) +{ +uint8_t x_79; +x_79 = 0; +x_15 = x_79; +goto block_74; +} +else +{ +lean_object* x_80; uint8_t x_81; +x_80 = lean_unsigned_to_nat(2u); +x_81 = lean_nat_dec_eq(x_14, x_80); +x_15 = x_81; +goto block_74; +} } else { -uint8_t x_86; -x_86 = lean_nat_dec_eq(x_14, x_13); -if (x_86 == 0) +uint8_t x_82; +x_82 = lean_nat_dec_eq(x_14, x_13); +if (x_82 == 0) { -lean_object* x_87; +lean_object* x_83; uint8_t x_84; lean_free_object(x_7); -x_87 = lean_box(0); -x_49 = x_87; -goto block_82; +x_83 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__8; +x_84 = lean_name_eq(x_12, x_83); +if (x_84 == 0) +{ +uint8_t x_85; +x_85 = 0; +x_15 = x_85; +goto block_74; +} +else +{ +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(2u); +x_87 = lean_nat_dec_eq(x_14, x_86); +x_15 = x_87; +goto block_74; +} } else { @@ -3580,10 +3292,11 @@ lean_ctor_set(x_7, 0, x_88); return x_7; } } -block_48: +block_74: +{ +if (x_15 == 0) { lean_object* x_16; uint8_t x_17; -lean_dec(x_15); x_16 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__4; x_17 = lean_name_eq(x_12, x_16); lean_dec(x_12); @@ -3724,138 +3437,112 @@ return x_47; } } } -block_82: -{ -lean_object* x_50; uint8_t x_51; -lean_dec(x_49); -x_50 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__6; -x_51 = lean_name_eq(x_12, x_50); -if (x_51 == 0) -{ -lean_object* x_52; -x_52 = lean_box(0); -x_15 = x_52; -goto block_48; -} -else -{ -lean_object* x_53; uint8_t x_54; -x_53 = lean_unsigned_to_nat(2u); -x_54 = lean_nat_dec_eq(x_14, x_53); -if (x_54 == 0) -{ -lean_object* x_55; -x_55 = lean_box(0); -x_15 = x_55; -goto block_48; -} else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_dec(x_12); -x_56 = lean_nat_sub(x_14, x_13); -x_57 = lean_unsigned_to_nat(1u); -x_58 = lean_nat_sub(x_56, x_57); -lean_dec(x_56); +x_48 = lean_nat_sub(x_14, x_13); +x_49 = lean_unsigned_to_nat(1u); +x_50 = lean_nat_sub(x_48, x_49); +lean_dec(x_48); lean_inc(x_9); -x_59 = l_Lean_Expr_getRevArg_x21(x_9, x_58); +x_51 = l_Lean_Expr_getRevArg_x21(x_9, x_50); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_60 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName(x_59, x_2, x_3, x_4, x_5, x_10); -if (lean_obj_tag(x_60) == 0) +x_52 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName(x_51, x_2, x_3, x_4, x_5, x_10); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); -x_63 = lean_nat_sub(x_14, x_57); +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_55 = lean_nat_sub(x_14, x_49); lean_dec(x_14); -x_64 = lean_nat_sub(x_63, x_57); -lean_dec(x_63); -x_65 = l_Lean_Expr_getRevArg_x21(x_9, x_64); -x_66 = l_Lean_Meta_reduceEval___at___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___spec__2(x_65, x_2, x_3, x_4, x_5, x_62); -if (lean_obj_tag(x_66) == 0) -{ -uint8_t x_67; -x_67 = !lean_is_exclusive(x_66); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_66, 0); -x_69 = l_Lean_Name_str___override(x_61, x_68); -lean_ctor_set(x_66, 0, x_69); -return x_66; +x_56 = lean_nat_sub(x_55, x_49); +lean_dec(x_55); +x_57 = l_Lean_Expr_getRevArg_x21(x_9, x_56); +x_58 = l_Lean_Meta_reduceEval___at___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___spec__2(x_57, x_2, x_3, x_4, x_5, x_54); +if (lean_obj_tag(x_58) == 0) +{ +uint8_t x_59; +x_59 = !lean_is_exclusive(x_58); +if (x_59 == 0) +{ +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_58, 0); +x_61 = l_Lean_Name_str___override(x_53, x_60); +lean_ctor_set(x_58, 0, x_61); +return x_58; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_70 = lean_ctor_get(x_66, 0); -x_71 = lean_ctor_get(x_66, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_66); -x_72 = l_Lean_Name_str___override(x_61, 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_71); -return x_73; +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_58, 0); +x_63 = lean_ctor_get(x_58, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_58); +x_64 = l_Lean_Name_str___override(x_53, x_62); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } else { -uint8_t x_74; -lean_dec(x_61); -x_74 = !lean_is_exclusive(x_66); -if (x_74 == 0) +uint8_t x_66; +lean_dec(x_53); +x_66 = !lean_is_exclusive(x_58); +if (x_66 == 0) { -return x_66; +return x_58; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_66, 0); -x_76 = lean_ctor_get(x_66, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_66); -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; +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_58, 0); +x_68 = lean_ctor_get(x_58, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_58); +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; } } } else { -uint8_t x_78; +uint8_t x_70; lean_dec(x_14); lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_78 = !lean_is_exclusive(x_60); -if (x_78 == 0) +x_70 = !lean_is_exclusive(x_52); +if (x_70 == 0) { -return x_60; +return x_52; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_60, 0); -x_80 = lean_ctor_get(x_60, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_60); -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; -} +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_52, 0); +x_72 = lean_ctor_get(x_52, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_52); +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; } } } @@ -3885,31 +3572,59 @@ lean_dec(x_7); x_92 = l_Lean_Expr_getAppFn(x_90); if (lean_obj_tag(x_92) == 4) { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_128; lean_object* x_160; uint8_t x_161; +lean_object* x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; lean_object* x_152; uint8_t x_153; x_93 = lean_ctor_get(x_92, 0); lean_inc(x_93); lean_dec(x_92); x_94 = lean_unsigned_to_nat(0u); x_95 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_90, x_94); +x_152 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__6; +x_153 = lean_name_eq(x_93, x_152); +if (x_153 == 0) +{ +lean_object* x_154; uint8_t x_155; +x_154 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__8; +x_155 = lean_name_eq(x_93, x_154); +if (x_155 == 0) +{ +uint8_t x_156; +x_156 = 0; +x_96 = x_156; +goto block_151; +} +else +{ +lean_object* x_157; uint8_t x_158; +x_157 = lean_unsigned_to_nat(2u); +x_158 = lean_nat_dec_eq(x_95, x_157); +x_96 = x_158; +goto block_151; +} +} +else +{ +uint8_t x_159; +x_159 = lean_nat_dec_eq(x_95, x_94); +if (x_159 == 0) +{ +lean_object* x_160; uint8_t x_161; x_160 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__8; x_161 = lean_name_eq(x_93, x_160); if (x_161 == 0) { -lean_object* x_162; -x_162 = lean_box(0); -x_128 = x_162; -goto block_159; +uint8_t x_162; +x_162 = 0; +x_96 = x_162; +goto block_151; } else { -uint8_t x_163; -x_163 = lean_nat_dec_eq(x_95, x_94); -if (x_163 == 0) -{ -lean_object* x_164; -x_164 = lean_box(0); -x_128 = x_164; -goto block_159; +lean_object* x_163; uint8_t x_164; +x_163 = lean_unsigned_to_nat(2u); +x_164 = lean_nat_dec_eq(x_95, x_163); +x_96 = x_164; +goto block_151; +} } else { @@ -3928,10 +3643,11 @@ lean_ctor_set(x_166, 1, x_91); return x_166; } } -block_127: +block_151: +{ +if (x_96 == 0) { lean_object* x_97; uint8_t x_98; -lean_dec(x_96); x_97 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__4; x_98 = lean_name_eq(x_93, x_97); lean_dec(x_93); @@ -4074,141 +3790,115 @@ return x_126; } } } -block_159: -{ -lean_object* x_129; uint8_t x_130; -lean_dec(x_128); -x_129 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___closed__6; -x_130 = lean_name_eq(x_93, x_129); -if (x_130 == 0) -{ -lean_object* x_131; -x_131 = lean_box(0); -x_96 = x_131; -goto block_127; -} else { -lean_object* x_132; uint8_t x_133; -x_132 = lean_unsigned_to_nat(2u); -x_133 = lean_nat_dec_eq(x_95, x_132); -if (x_133 == 0) -{ -lean_object* x_134; -x_134 = lean_box(0); -x_96 = x_134; -goto block_127; -} -else -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; +lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_dec(x_93); -x_135 = lean_nat_sub(x_95, x_94); -x_136 = lean_unsigned_to_nat(1u); -x_137 = lean_nat_sub(x_135, x_136); -lean_dec(x_135); +x_127 = lean_nat_sub(x_95, x_94); +x_128 = lean_unsigned_to_nat(1u); +x_129 = lean_nat_sub(x_127, x_128); +lean_dec(x_127); lean_inc(x_90); -x_138 = l_Lean_Expr_getRevArg_x21(x_90, x_137); +x_130 = l_Lean_Expr_getRevArg_x21(x_90, x_129); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_139 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName(x_138, x_2, x_3, x_4, x_5, x_91); -if (lean_obj_tag(x_139) == 0) +x_131 = l___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName(x_130, x_2, x_3, x_4, x_5, x_91); +if (lean_obj_tag(x_131) == 0) { -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); -lean_dec(x_139); -x_142 = lean_nat_sub(x_95, x_136); +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_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +x_134 = lean_nat_sub(x_95, x_128); lean_dec(x_95); -x_143 = lean_nat_sub(x_142, x_136); -lean_dec(x_142); -x_144 = l_Lean_Expr_getRevArg_x21(x_90, x_143); -x_145 = l_Lean_Meta_reduceEval___at___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___spec__2(x_144, x_2, x_3, x_4, x_5, x_141); -if (lean_obj_tag(x_145) == 0) -{ -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_148 = x_145; +x_135 = lean_nat_sub(x_134, x_128); +lean_dec(x_134); +x_136 = l_Lean_Expr_getRevArg_x21(x_90, x_135); +x_137 = l_Lean_Meta_reduceEval___at___private_Lean_Meta_ReduceEval_0__Lean_Meta_evalName___spec__2(x_136, x_2, x_3, x_4, x_5, x_133); +if (lean_obj_tag(x_137) == 0) +{ +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_138 = lean_ctor_get(x_137, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_137, 1); +lean_inc(x_139); +if (lean_is_exclusive(x_137)) { + lean_ctor_release(x_137, 0); + lean_ctor_release(x_137, 1); + x_140 = x_137; } else { - lean_dec_ref(x_145); - x_148 = lean_box(0); + lean_dec_ref(x_137); + x_140 = lean_box(0); } -x_149 = l_Lean_Name_str___override(x_140, x_146); -if (lean_is_scalar(x_148)) { - x_150 = lean_alloc_ctor(0, 2, 0); +x_141 = l_Lean_Name_str___override(x_132, x_138); +if (lean_is_scalar(x_140)) { + x_142 = lean_alloc_ctor(0, 2, 0); } else { - x_150 = x_148; + x_142 = x_140; } -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_147); -return x_150; +lean_ctor_set(x_142, 0, x_141); +lean_ctor_set(x_142, 1, x_139); +return x_142; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; -lean_dec(x_140); -x_151 = lean_ctor_get(x_145, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_145, 1); -lean_inc(x_152); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_153 = x_145; +lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; +lean_dec(x_132); +x_143 = lean_ctor_get(x_137, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_137, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_137)) { + lean_ctor_release(x_137, 0); + lean_ctor_release(x_137, 1); + x_145 = x_137; } else { - lean_dec_ref(x_145); - x_153 = lean_box(0); + lean_dec_ref(x_137); + x_145 = lean_box(0); } -if (lean_is_scalar(x_153)) { - x_154 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_145)) { + x_146 = lean_alloc_ctor(1, 2, 0); } else { - x_154 = x_153; + x_146 = x_145; } -lean_ctor_set(x_154, 0, x_151); -lean_ctor_set(x_154, 1, x_152); -return x_154; +lean_ctor_set(x_146, 0, x_143); +lean_ctor_set(x_146, 1, x_144); +return x_146; } } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; +lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_dec(x_95); lean_dec(x_90); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_155 = lean_ctor_get(x_139, 0); -lean_inc(x_155); -x_156 = lean_ctor_get(x_139, 1); -lean_inc(x_156); -if (lean_is_exclusive(x_139)) { - lean_ctor_release(x_139, 0); - lean_ctor_release(x_139, 1); - x_157 = x_139; +x_147 = lean_ctor_get(x_131, 0); +lean_inc(x_147); +x_148 = lean_ctor_get(x_131, 1); +lean_inc(x_148); +if (lean_is_exclusive(x_131)) { + lean_ctor_release(x_131, 0); + lean_ctor_release(x_131, 1); + x_149 = x_131; } else { - lean_dec_ref(x_139); - x_157 = lean_box(0); + lean_dec_ref(x_131); + x_149 = lean_box(0); } -if (lean_is_scalar(x_157)) { - x_158 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_149)) { + x_150 = lean_alloc_ctor(1, 2, 0); } else { - x_158 = x_157; -} -lean_ctor_set(x_158, 0, x_155); -lean_ctor_set(x_158, 1, x_156); -return x_158; + x_150 = x_149; } +lean_ctor_set(x_150, 0, x_147); +lean_ctor_set(x_150, 1, x_148); +return x_150; } } } diff --git a/stage0/stdlib/Lean/Meta/SizeOf.c b/stage0/stdlib/Lean/Meta/SizeOf.c index 308d0aba8a00..f3eead8edf93 100644 --- a/stage0/stdlib/Lean/Meta/SizeOf.c +++ b/stage0/stdlib/Lean/Meta/SizeOf.c @@ -16,7 +16,6 @@ extern "C" { LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives___rarg(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*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460_(lean_object*); static lean_object* l_Lean_Meta_mkSizeOfSpecLemmaInstance___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); @@ -25,9 +24,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeO static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof___lambda__1___closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof___lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__7; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors___rarg___closed__6; LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof___spec__1(lean_object*, 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*); @@ -43,7 +40,6 @@ static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_isRecField_x3f___c static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors_loop___rarg___lambda__2___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___lambda__4(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_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__5; static lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfFns___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_whnfI(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -84,7 +80,9 @@ 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_Meta_mkSizeOfFn___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_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248_(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_isRecField_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_SizeOf___hyg_8411____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_isRecField_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__2___closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___closed__2; @@ -108,6 +106,7 @@ static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_lo LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___lambda__6___boxed(lean_object**); lean_object* lean_environment_find(lean_object*, lean_object*); lean_object* l_Lean_RecursorVal_getFirstMinorIdx(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__8___boxed(lean_object**); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProofStep___closed__2; LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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*); @@ -137,13 +136,13 @@ static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_lo LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors_loop___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_SizeOf_0__Lean_Meta_mkLocalInstances___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoRec___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__1___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_SizeOf___hyg_8421_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProofStep___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__2; lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_isInductiveHypothesis_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkAdd(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -157,7 +156,6 @@ static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_m static lean_object* l_Lean_Meta_mkSizeOfFn___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof_mkSizeOf___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_Meta_SizeOfSpecNested_throwFailed___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263_(lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof___spec__1___closed__1; 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*); @@ -182,14 +180,14 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SizeOfSpecNested_throwFailed___rarg___closed__1; uint8_t lean_expr_eqv(lean_object*, lean_object*); lean_object* l_Lean_RecursorVal_getFirstIndexIdx(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__4; static lean_object* l_Lean_Meta_SizeOfSpecNested_main_loop___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfSpecLemmaInstance___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__4___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__5___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProofStep(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_SizeOf___hyg_8421____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__12; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__1; static lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2___lambda__2___closed__6; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); @@ -203,6 +201,7 @@ LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at_Lean_Meta_mkSizeOfFns___ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof_mkSizeOf___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* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___spec__3(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___spec__2(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors(lean_object*); lean_object* l_Lean_Meta_isInductivePredicate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -239,11 +238,12 @@ LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at___private_Lean_Meta_Siz LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfSpecLemmaInstance___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__2; extern lean_object* l_Lean_instInhabitedExpr; lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems___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_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__5; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__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_SizeOf___hyg_8421____closed__6; static lean_object* l_Lean_Meta_mkSizeOfFn___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSizeOfFn___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___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*); @@ -255,14 +255,12 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinor lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfo___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__3; uint8_t l_Lean_Expr_isArrow(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkSizeOfFns___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_throwError___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___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*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors___rarg___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof_mkSizeOf___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_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__7___boxed(lean_object**); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -277,9 +275,9 @@ LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___sp static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___closed__2; lean_object* l_Lean_Expr_appFn_x21(lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___lambda__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__3; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___lambda__3___closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__3___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_SizeOfSpecNested_throwUnexpected___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2___lambda__2___closed__7; @@ -301,18 +299,18 @@ LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___sp static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof_mkSizeOf___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors_loop___spec__1___closed__1; lean_object* l_List_tail_x21___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__4; static lean_object* l_Lean_Meta_mkSizeOfSpecLemmaName___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_isRecField_x3f___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_SizeOf___hyg_9248____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___spec__3___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___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof_mkSizeOf(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_SizeOfSpecNested_throwFailed___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__9; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___lambda__1___closed__2; lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_isRecField_x3f___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__3___closed__1; lean_object* l_Lean_Meta_mkCongr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__7; static lean_object* l_Lean_getConstInfoRec___at_Lean_Meta_mkSizeOfFn___spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___lambda__3___boxed(lean_object**); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances(lean_object*); @@ -328,12 +326,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecT lean_object* l_Lean_Expr_constLevels_x21(lean_object*); static lean_object* l_Lean_Meta_mkSizeOfInstances___closed__1; lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof___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___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems___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_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_isInductiveHypothesis_x3f(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_getConstInfo___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__2___closed__2; @@ -341,8 +337,11 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProofStep___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*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___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_initFn____x40_Lean_Meta_SizeOf___hyg_8450_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__2; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfRecFieldFormIH___closed__3; LEAN_EXPORT lean_object* l_Array_contains___at___private_Lean_Meta_SizeOf_0__Lean_Meta_isInductiveHypothesis_x3f___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg(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*); lean_object* l_Lean_Meta_mkEqRefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -351,15 +350,12 @@ lean_object* l_Lean_indentExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_mkSizeOfInstances___spec__1(lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__5___closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___lambda__2___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__3; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_recToSizeOf___closed__2; uint8_t l_Lean_Expr_isConstOf(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_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___spec__3(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_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__11; LEAN_EXPORT uint8_t l_Array_contains___at___private_Lean_Meta_SizeOf_0__Lean_Meta_isInductiveHypothesis_x3f___spec__1(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_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof(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_SizeOf_0__Lean_Meta_ignoreField___closed__1; lean_object* lean_panic_fn(lean_object*, lean_object*); @@ -376,6 +372,7 @@ static lean_object* l_Lean_Meta_mkSizeOfFns___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfRecFieldFormIH___closed__2; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors___spec__1(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__1; static lean_object* l_Lean_Meta_mkSizeOfSpecLemmaInstance___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_SizeOfSpecNested_throwUnexpected___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_ofSubarray___rarg(lean_object*); @@ -386,7 +383,6 @@ lean_object* l_Array_back___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_forallBoundedTelescope___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__7___rarg(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_SizeOf___hyg_9263____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_SizeOfSpecNested_main_loop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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*); @@ -394,13 +390,14 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotiv static lean_object* l_Lean_Meta_mkSizeOfSpecLemmaName___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_SizeOfSpecNested_throwFailed___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___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_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__8; size_t lean_usize_add(size_t, size_t); extern lean_object* l_Lean_instInhabitedName; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_isRecField_x3f___lambda__1(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_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___spec__2___rarg___lambda__1(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_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___lambda__10___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_SizeOfSpecNested_throwUnexpected___rarg___boxed(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*); @@ -411,14 +408,16 @@ lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_o lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); lean_object* l_List_redLength___rarg(lean_object*); lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_forallTelescopeReducingAux___rarg(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_SizeOf___hyg_9248____closed__2; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2___lambda__2___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__11; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProofStep___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, 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_getConstInfoRec___at_Lean_Meta_mkSizeOfFn___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SizeOfSpecNested_throwUnexpected(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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__2; lean_object* l_Lean_getAttributeImpl(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__5; lean_object* lean_array_get_size(lean_object*); @@ -426,17 +425,19 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_SizeOf_0__Le static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfSpecLemmaName(lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMinors___rarg___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___lambda__10(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_SizeOf___hyg_8411_(lean_object*); static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_ignoreField___closed__2; lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2___lambda__2___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___spec__6___lambda__1___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfSpecLemmaInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_SizeOfSpecNested_throwUnexpected___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSizeOfFn___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*); @@ -444,8 +445,6 @@ uint8_t l_Lean_Expr_isForall(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___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_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___spec__3___rarg(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*); static lean_object* l_Lean_Meta_mkSizeOfFn___lambda__4___closed__2; @@ -464,6 +463,7 @@ lean_object* l_Lean_addDecl(lean_object*, lean_object*, lean_object*, lean_objec LEAN_EXPORT lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemmaProof___lambda__2___boxed__const__1; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkMinorProof___closed__2; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__12; static lean_object* l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SizeOf_0__Lean_Meta_SizeOfSpecNested_mkSizeOfAuxLemma___spec__2___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_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -14901,7 +14901,7 @@ lean_dec(x_1); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__1() { _start: { lean_object* x_1; @@ -14909,17 +14909,17 @@ x_1 = lean_mk_string_from_bytes("genSizeOf", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____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_SizeOf___hyg_8421____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____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_SizeOf___hyg_8421____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__3() { _start: { lean_object* x_1; @@ -14927,13 +14927,13 @@ x_1 = lean_mk_string_from_bytes("generate `SizeOf` instance for inductive types return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____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 = 1; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__7; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__3; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -14942,7 +14942,7 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5() { _start: { lean_object* x_1; @@ -14950,29 +14950,29 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____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_SizeOf___hyg_8421____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411_(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_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__4; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__4; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__6; x_5 = l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__1() { _start: { lean_object* x_1; @@ -14980,17 +14980,17 @@ x_1 = lean_mk_string_from_bytes("genSizeOfSpec", 13); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____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_SizeOf___hyg_8460____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____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_SizeOf___hyg_8460____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__3() { _start: { lean_object* x_1; @@ -14998,13 +14998,13 @@ x_1 = lean_mk_string_from_bytes("generate `SizeOf` specificiation theorems for a return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____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 = 1; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__7; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__3; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__3; x_4 = lean_box(x_1); x_5 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_5, 0, x_4); @@ -15013,24 +15013,24 @@ lean_ctor_set(x_5, 2, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__5() { _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_SizeOf___hyg_8421____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450_(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_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__4; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__4; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__5; x_5 = l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(x_2, x_3, x_4, x_1); return x_5; } @@ -15900,7 +15900,7 @@ static lean_object* _init_l_Lean_Meta_mkSizeOfInstances___closed__1() { _start: { lean_object* x_1; -x_1 = l_Lean_Meta_genSizeOf; +x_1 = l_Lean_Meta_genSizeOfSpec; return x_1; } } @@ -15908,7 +15908,7 @@ static lean_object* _init_l_Lean_Meta_mkSizeOfInstances___closed__2() { _start: { lean_object* x_1; -x_1 = l_Lean_Meta_genSizeOfSpec; +x_1 = l_Lean_Meta_genSizeOf; return x_1; } } @@ -15935,608 +15935,332 @@ lean_inc(x_1); x_12 = l_Lean_Meta_isInductivePredicate(x_1, x_2, x_3, x_4, x_5, x_9); 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_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_72; uint8_t x_73; +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +if (lean_is_exclusive(x_12)) { + lean_ctor_release(x_12, 0); + lean_ctor_release(x_12, 1); + x_15 = x_12; +} else { + lean_dec_ref(x_12); + x_15 = lean_box(0); +} +x_72 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___closed__2; +x_73 = l_Lean_Environment_contains(x_10, x_72); +if (x_73 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -x_16 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___closed__2; -x_17 = l_Lean_Environment_contains(x_10, x_16); -if (x_17 == 0) +uint8_t x_74; +lean_dec(x_13); +x_74 = 0; +x_16 = x_74; +goto block_71; +} +else { -lean_object* x_18; -lean_dec(x_14); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_18 = lean_box(0); -lean_ctor_set(x_12, 0, x_18); -return x_12; +lean_object* x_75; uint8_t x_76; +x_75 = l_Lean_Meta_mkSizeOfInstances___closed__2; +x_76 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_75); +if (x_76 == 0) +{ +uint8_t x_77; +lean_dec(x_13); +x_77 = 0; +x_16 = x_77; +goto block_71; } else { -lean_object* x_19; uint8_t x_20; -x_19 = l_Lean_Meta_mkSizeOfInstances___closed__1; -x_20 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_19); -if (x_20 == 0) +uint8_t x_78; +x_78 = lean_unbox(x_13); +lean_dec(x_13); +if (x_78 == 0) { -lean_object* x_21; -lean_dec(x_14); +uint8_t x_79; +x_79 = 1; +x_16 = x_79; +goto block_71; +} +else +{ +uint8_t x_80; +x_80 = 0; +x_16 = x_80; +goto block_71; +} +} +} +block_71: +{ +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_21 = lean_box(0); -lean_ctor_set(x_12, 0, x_21); -return x_12; +x_17 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_18 = lean_alloc_ctor(0, 2, 0); +} else { + x_18 = x_15; +} +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_14); +return x_18; } else { -uint8_t x_22; -x_22 = lean_unbox(x_14); -lean_dec(x_14); -if (x_22 == 0) -{ -lean_object* x_23; -lean_free_object(x_12); +lean_object* x_19; +lean_dec(x_15); lean_inc(x_1); -x_23 = l_Lean_getConstInfoInduct___at_Lean_Meta_mkSizeOfFns___spec__1(x_1, x_2, x_3, x_4, x_5, x_15); -if (lean_obj_tag(x_23) == 0) +x_19 = l_Lean_getConstInfoInduct___at_Lean_Meta_mkSizeOfFns___spec__1(x_1, x_2, x_3, x_4, x_5, x_14); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get_uint8(x_24, sizeof(void*)*5 + 1); -if (x_25 == 0) +lean_object* x_20; uint8_t x_21; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get_uint8(x_20, sizeof(void*)*5 + 1); +if (x_21 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_dec(x_23); +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_dec(x_19); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_27 = l_Lean_Meta_mkSizeOfFns(x_1, x_2, x_3, x_4, x_5, x_26); -if (lean_obj_tag(x_27) == 0) +x_23 = l_Lean_Meta_mkSizeOfFns(x_1, x_2, x_3, x_4, x_5, x_22); +if (lean_obj_tag(x_23) == 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_object* x_35; lean_object* x_36; -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -lean_dec(x_27); -x_30 = lean_ctor_get(x_28, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_28, 1); -lean_inc(x_31); -lean_dec(x_28); -x_32 = lean_array_get_size(x_30); -x_33 = lean_unsigned_to_nat(0u); -lean_inc(x_30); -x_34 = l_Array_toSubarray___rarg(x_30, x_33, x_32); -x_35 = lean_ctor_get(x_24, 3); -lean_inc(x_35); +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +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_ctor_get(x_24, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_24, 1); +lean_inc(x_27); lean_dec(x_24); +x_28 = lean_array_get_size(x_26); +x_29 = lean_unsigned_to_nat(0u); +lean_inc(x_26); +x_30 = l_Array_toSubarray___rarg(x_26, x_29, x_28); +x_31 = lean_ctor_get(x_20, 3); +lean_inc(x_31); +lean_dec(x_20); +x_32 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___closed__2; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_35); -x_36 = l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2(x_16, x_35, x_34, x_2, x_3, x_4, x_5, x_29); -if (lean_obj_tag(x_36) == 0) +lean_inc(x_31); +x_33 = l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2(x_32, x_31, x_30, x_2, x_3, x_4, x_5, x_25); +if (lean_obj_tag(x_33) == 0) { -uint8_t x_37; -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +uint8_t x_34; +x_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_38 = lean_ctor_get(x_36, 1); -x_39 = lean_ctor_get(x_36, 0); -lean_dec(x_39); -x_40 = l_Lean_Meta_mkSizeOfInstances___closed__2; -x_41 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_40); +lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +x_35 = lean_ctor_get(x_33, 1); +x_36 = lean_ctor_get(x_33, 0); +lean_dec(x_36); +x_37 = l_Lean_Meta_mkSizeOfInstances___closed__1; +x_38 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_37); lean_dec(x_11); -if (x_41 == 0) +if (x_38 == 0) { -lean_object* x_42; -lean_dec(x_35); +lean_object* x_39; lean_dec(x_31); -lean_dec(x_30); +lean_dec(x_27); +lean_dec(x_26); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_42 = lean_box(0); -lean_ctor_set(x_36, 0, x_42); -return x_36; +x_39 = lean_box(0); +lean_ctor_set(x_33, 0, x_39); +return x_33; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_free_object(x_36); -x_43 = l_List_redLength___rarg(x_35); -x_44 = lean_mk_empty_array_with_capacity(x_43); -lean_dec(x_43); -x_45 = l_List_toArrayAux___rarg(x_35, x_44); -x_46 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems(x_45, x_30, x_31, x_2, x_3, x_4, x_5, x_38); -lean_dec(x_45); -return x_46; +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_free_object(x_33); +x_40 = l_List_redLength___rarg(x_31); +x_41 = lean_mk_empty_array_with_capacity(x_40); +lean_dec(x_40); +x_42 = l_List_toArrayAux___rarg(x_31, x_41); +x_43 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems(x_42, x_26, x_27, x_2, x_3, x_4, x_5, x_35); +lean_dec(x_42); +return x_43; } } else { -lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_47 = lean_ctor_get(x_36, 1); -lean_inc(x_47); -lean_dec(x_36); -x_48 = l_Lean_Meta_mkSizeOfInstances___closed__2; -x_49 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_48); +lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_44 = lean_ctor_get(x_33, 1); +lean_inc(x_44); +lean_dec(x_33); +x_45 = l_Lean_Meta_mkSizeOfInstances___closed__1; +x_46 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_45); lean_dec(x_11); -if (x_49 == 0) +if (x_46 == 0) { -lean_object* x_50; lean_object* x_51; -lean_dec(x_35); +lean_object* x_47; lean_object* x_48; lean_dec(x_31); -lean_dec(x_30); +lean_dec(x_27); +lean_dec(x_26); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_50 = lean_box(0); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_47); -return x_51; +x_47 = lean_box(0); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_44); +return x_48; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = l_List_redLength___rarg(x_35); -x_53 = lean_mk_empty_array_with_capacity(x_52); -lean_dec(x_52); -x_54 = l_List_toArrayAux___rarg(x_35, x_53); -x_55 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems(x_54, x_30, x_31, x_2, x_3, x_4, x_5, x_47); -lean_dec(x_54); -return x_55; +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_49 = l_List_redLength___rarg(x_31); +x_50 = lean_mk_empty_array_with_capacity(x_49); +lean_dec(x_49); +x_51 = l_List_toArrayAux___rarg(x_31, x_50); +x_52 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems(x_51, x_26, x_27, x_2, x_3, x_4, x_5, x_44); +lean_dec(x_51); +return x_52; } } } else { -uint8_t x_56; -lean_dec(x_35); +uint8_t x_53; lean_dec(x_31); -lean_dec(x_30); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_56 = !lean_is_exclusive(x_36); -if (x_56 == 0) -{ -return x_36; -} -else -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_36, 0); -x_58 = lean_ctor_get(x_36, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_36); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} -} -else -{ -uint8_t x_60; -lean_dec(x_24); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_60 = !lean_is_exclusive(x_27); -if (x_60 == 0) -{ -return x_27; -} -else -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_27, 0); -x_62 = lean_ctor_get(x_27, 1); -lean_inc(x_62); -lean_inc(x_61); lean_dec(x_27); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} -else -{ -uint8_t x_64; -lean_dec(x_24); +lean_dec(x_26); lean_dec(x_11); 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_23); -if (x_64 == 0) +x_53 = !lean_is_exclusive(x_33); +if (x_53 == 0) { -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_23, 0); -lean_dec(x_65); -x_66 = lean_box(0); -lean_ctor_set(x_23, 0, x_66); -return x_23; +return x_33; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_23, 1); -lean_inc(x_67); -lean_dec(x_23); -x_68 = lean_box(0); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_67); -return x_69; +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_33, 0); +x_55 = lean_ctor_get(x_33, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_33); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } else { -uint8_t x_70; +uint8_t x_57; +lean_dec(x_20); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_70 = !lean_is_exclusive(x_23); -if (x_70 == 0) +x_57 = !lean_is_exclusive(x_23); +if (x_57 == 0) { return x_23; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_23, 0); -x_72 = lean_ctor_get(x_23, 1); -lean_inc(x_72); -lean_inc(x_71); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_23, 0); +x_59 = lean_ctor_get(x_23, 1); +lean_inc(x_59); +lean_inc(x_58); lean_dec(x_23); -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; -} -} -} -else -{ -lean_object* x_74; -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_74 = lean_box(0); -lean_ctor_set(x_12, 0, x_74); -return x_12; -} -} +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 -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; -x_75 = lean_ctor_get(x_12, 0); -x_76 = lean_ctor_get(x_12, 1); -lean_inc(x_76); -lean_inc(x_75); -lean_dec(x_12); -x_77 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___closed__2; -x_78 = l_Lean_Environment_contains(x_10, x_77); -if (x_78 == 0) -{ -lean_object* x_79; lean_object* x_80; -lean_dec(x_75); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_79 = lean_box(0); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_76); -return x_80; } else { -lean_object* x_81; uint8_t x_82; -x_81 = l_Lean_Meta_mkSizeOfInstances___closed__1; -x_82 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_81); -if (x_82 == 0) -{ -lean_object* x_83; lean_object* x_84; -lean_dec(x_75); +uint8_t x_61; +lean_dec(x_20); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = lean_box(0); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_76); -return x_84; -} -else -{ -uint8_t x_85; -x_85 = lean_unbox(x_75); -lean_dec(x_75); -if (x_85 == 0) -{ -lean_object* x_86; -lean_inc(x_1); -x_86 = l_Lean_getConstInfoInduct___at_Lean_Meta_mkSizeOfFns___spec__1(x_1, x_2, x_3, x_4, x_5, x_76); -if (lean_obj_tag(x_86) == 0) -{ -lean_object* x_87; uint8_t x_88; -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -x_88 = lean_ctor_get_uint8(x_87, sizeof(void*)*5 + 1); -if (x_88 == 0) -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_86, 1); -lean_inc(x_89); -lean_dec(x_86); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_90 = l_Lean_Meta_mkSizeOfFns(x_1, x_2, x_3, x_4, x_5, x_89); -if (lean_obj_tag(x_90) == 0) -{ -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; -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 = lean_ctor_get(x_91, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_91, 1); -lean_inc(x_94); -lean_dec(x_91); -x_95 = lean_array_get_size(x_93); -x_96 = lean_unsigned_to_nat(0u); -lean_inc(x_93); -x_97 = l_Array_toSubarray___rarg(x_93, x_96, x_95); -x_98 = lean_ctor_get(x_87, 3); -lean_inc(x_98); -lean_dec(x_87); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_98); -x_99 = l_List_forIn_loop___at_Lean_Meta_mkSizeOfInstances___spec__2(x_77, x_98, x_97, x_2, x_3, x_4, x_5, x_92); -if (lean_obj_tag(x_99) == 0) -{ -lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_100 = lean_ctor_get(x_99, 1); -lean_inc(x_100); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - lean_ctor_release(x_99, 1); - x_101 = x_99; -} else { - lean_dec_ref(x_99); - x_101 = lean_box(0); -} -x_102 = l_Lean_Meta_mkSizeOfInstances___closed__2; -x_103 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_11, x_102); -lean_dec(x_11); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; -lean_dec(x_98); -lean_dec(x_94); -lean_dec(x_93); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_104 = lean_box(0); -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; lean_object* x_108; lean_object* x_109; -lean_dec(x_101); -x_106 = l_List_redLength___rarg(x_98); -x_107 = lean_mk_empty_array_with_capacity(x_106); -lean_dec(x_106); -x_108 = l_List_toArrayAux___rarg(x_98, x_107); -x_109 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorems(x_108, x_93, x_94, x_2, x_3, x_4, x_5, x_100); -lean_dec(x_108); -return x_109; -} -} -else +x_61 = !lean_is_exclusive(x_19); +if (x_61 == 0) { -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_98); -lean_dec(x_94); -lean_dec(x_93); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_110 = lean_ctor_get(x_99, 0); -lean_inc(x_110); -x_111 = lean_ctor_get(x_99, 1); -lean_inc(x_111); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - lean_ctor_release(x_99, 1); - x_112 = x_99; -} else { - lean_dec_ref(x_99); - x_112 = lean_box(0); -} -if (lean_is_scalar(x_112)) { - x_113 = lean_alloc_ctor(1, 2, 0); -} else { - x_113 = x_112; -} -lean_ctor_set(x_113, 0, x_110); -lean_ctor_set(x_113, 1, x_111); -return x_113; -} +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_19, 0); +lean_dec(x_62); +x_63 = lean_box(0); +lean_ctor_set(x_19, 0, x_63); +return x_19; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -lean_dec(x_87); -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_114 = lean_ctor_get(x_90, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_90, 1); -lean_inc(x_115); -if (lean_is_exclusive(x_90)) { - lean_ctor_release(x_90, 0); - lean_ctor_release(x_90, 1); - x_116 = x_90; -} else { - lean_dec_ref(x_90); - x_116 = lean_box(0); -} -if (lean_is_scalar(x_116)) { - x_117 = lean_alloc_ctor(1, 2, 0); -} else { - x_117 = x_116; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_19, 1); +lean_inc(x_64); +lean_dec(x_19); +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_117, 0, x_114); -lean_ctor_set(x_117, 1, x_115); -return x_117; } } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -lean_dec(x_87); +uint8_t x_67; lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_118 = lean_ctor_get(x_86, 1); -lean_inc(x_118); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - lean_ctor_release(x_86, 1); - x_119 = x_86; -} else { - lean_dec_ref(x_86); - x_119 = lean_box(0); -} -x_120 = lean_box(0); -if (lean_is_scalar(x_119)) { - x_121 = lean_alloc_ctor(0, 2, 0); -} else { - x_121 = x_119; -} -lean_ctor_set(x_121, 0, x_120); -lean_ctor_set(x_121, 1, x_118); -return x_121; -} -} -else +x_67 = !lean_is_exclusive(x_19); +if (x_67 == 0) { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_122 = lean_ctor_get(x_86, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_86, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_86)) { - lean_ctor_release(x_86, 0); - lean_ctor_release(x_86, 1); - x_124 = x_86; -} else { - lean_dec_ref(x_86); - x_124 = lean_box(0); -} -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(1, 2, 0); -} else { - x_125 = x_124; -} -lean_ctor_set(x_125, 0, x_122); -lean_ctor_set(x_125, 1, x_123); -return x_125; -} +return x_19; } else { -lean_object* x_126; lean_object* x_127; -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_126 = lean_box(0); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_76); -return x_127; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_19, 0); +x_69 = lean_ctor_get(x_19, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_19); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } @@ -16544,7 +16268,7 @@ return x_127; } else { -uint8_t x_128; +uint8_t x_81; lean_dec(x_11); lean_dec(x_10); lean_dec(x_5); @@ -16552,23 +16276,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_128 = !lean_is_exclusive(x_12); -if (x_128 == 0) +x_81 = !lean_is_exclusive(x_12); +if (x_81 == 0) { return x_12; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_12, 0); -x_130 = lean_ctor_get(x_12, 1); -lean_inc(x_130); -lean_inc(x_129); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_12, 0); +x_83 = lean_ctor_get(x_12, 1); +lean_inc(x_83); +lean_inc(x_82); lean_dec(x_12); -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; +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; } } } @@ -16616,27 +16340,27 @@ lean_dec(x_7); return x_13; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____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_SizeOf___hyg_8421____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____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_SizeOf___hyg_9263____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__1; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___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_SizeOf___hyg_9263____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__3() { _start: { lean_object* x_1; @@ -16644,17 +16368,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____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_SizeOf___hyg_9263____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__5() { _start: { lean_object* x_1; @@ -16662,47 +16386,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____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_SizeOf___hyg_9263____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____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_SizeOf___hyg_9263____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__7; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___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_SizeOf___hyg_9263____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__8; x_2 = l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkLocalInstances_loop___rarg___lambda__1___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_SizeOf___hyg_9263____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__10() { _start: { lean_object* x_1; @@ -16710,33 +16434,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____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_SizeOf___hyg_9263____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__11; -x_2 = lean_unsigned_to_nat(9263u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__11; +x_2 = lean_unsigned_to_nat(9248u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248_(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_Meta_SizeOf_0__Lean_Meta_mkSizeOfMotives_loop___rarg___closed__4; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__12; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -16980,34 +16704,34 @@ l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___closed__1 = _ini lean_mark_persistent(l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___closed__1); l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___closed__2 = _init_l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___closed__2(); lean_mark_persistent(l___private_Lean_Meta_SizeOf_0__Lean_Meta_mkSizeOfSpecTheorem___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421____closed__6); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8421_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411____closed__6); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8411_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_genSizeOf = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_genSizeOf); lean_dec_ref(res); -}l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460____closed__5); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8460_(lean_io_mk_world()); +}l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450____closed__5); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_8450_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_genSizeOfSpec = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_genSizeOfSpec); @@ -17036,31 +16760,31 @@ l_Lean_Meta_mkSizeOfInstances___closed__1 = _init_l_Lean_Meta_mkSizeOfInstances_ lean_mark_persistent(l_Lean_Meta_mkSizeOfInstances___closed__1); l_Lean_Meta_mkSizeOfInstances___closed__2 = _init_l_Lean_Meta_mkSizeOfInstances___closed__2(); lean_mark_persistent(l_Lean_Meta_mkSizeOfInstances___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263____closed__12); -res = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9263_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248____closed__12); +res = l_Lean_Meta_initFn____x40_Lean_Meta_SizeOf___hyg_9248_(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/SynthInstance.c b/stage0/stdlib/Lean/Meta/SynthInstance.c index 8effd9bdba33..10bbed369573 100644 --- a/stage0/stdlib/Lean/Meta/SynthInstance.c +++ b/stage0/stdlib/Lean/Meta/SynthInstance.c @@ -19,7 +19,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_synthIn LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_getInstances___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_resume___closed__3; lean_object* l_Lean_throwError___at_Lean_Meta_collectForwardDeps___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_tryResolve___spec__2___rarg(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_Meta_SynthInstance_MkTableKey_instMonadMCtxM___closed__2; @@ -38,6 +37,7 @@ LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkGeneratorNode_x3f(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_object* l_Lean_mkAppN(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__5; static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_instInhabitedSynthM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); @@ -100,6 +100,7 @@ lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_mkLevelMax_x27(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_49_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__10; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_49____closed__5; size_t lean_usize_mul(size_t, size_t); static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__1___closed__3; @@ -114,12 +115,12 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Meta_SynthInstance_ne LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Meta_SynthInstance_getInstances___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_get___at_Std_Format_pretty_x27___spec__1(lean_object*, lean_object*); lean_object* l_Lean_replaceRef(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__6; lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__1___boxed(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4; uint8_t lean_expr_has_loose_bvar(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withSeconds___at_Lean_Meta_SynthInstance_tryResolve___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__1___closed__3; @@ -186,6 +187,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___lambda__3(lean_obj static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_synthInstance_x3f___spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___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_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__2; LEAN_EXPORT lean_object* l_Lean_getBoolOption___at_Lean_Meta_SynthInstance_newSubgoal___spec__13(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__3; @@ -194,13 +196,13 @@ uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getTop(lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___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_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97_(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__1___closed__4; 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_SynthInstance_addAnswer___lambda__4___closed__2; 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_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7; static lean_object* l_Lean_throwMaxRecDepthAt___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__2___closed__2; lean_object* lean_expr_instantiate_rev_range(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__4; @@ -221,7 +223,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_M LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getEntry(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_SynthInstance___hyg_10283____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f___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_withSeconds___at_Lean_Meta_synthInstance_x3f___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); @@ -235,17 +236,18 @@ uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_newSubgoal___spec__18(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_main___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryAnswer___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_SynthInstance_resume___lambda__5___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_modifyTop(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__12; lean_object* l_Lean_MetavarContext_getLevelDepth(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___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_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__2; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessLevels___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SynthInstance_newSubgoal___lambda__2___closed__4; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__3___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__1; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__8; static lean_object* l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__6; static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__4___closed__1; @@ -273,6 +275,7 @@ lean_object* l_Lean_Meta_check(lean_object*, lean_object*, lean_object*, lean_ob static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__1___closed__1; static lean_object* l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__7; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__5; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296_(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_generate___lambda__4___closed__1; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__6; lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); @@ -284,6 +287,7 @@ static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstan LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__2(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_State_generatorStack___default; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__7; lean_object* lean_array_pop(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_SynthInstance_consume___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -331,7 +335,6 @@ static lean_object* l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Meta_SynthInstance_mkTableKeyFor___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Level_hasMVar(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Util_Trace_0__Lean_addTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__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_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Meta_SynthInstance_newSubgoal___spec__2(lean_object*, lean_object*); @@ -345,7 +348,6 @@ uint64_t l_Lean_Expr_hash(lean_object*); static lean_object* l_Lean_Meta_SynthInstance_main___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___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*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6; static lean_object* l_Lean_Meta_SynthInstance_instInhabitedConsumerNode___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SynthInstance_consume___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -354,6 +356,7 @@ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_gen lean_object* l_Lean_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___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_Meta_SynthInstance_getEntry___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__8; lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__3; @@ -366,7 +369,6 @@ static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstan LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_synthInstance_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getErasedInstances___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283_(lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Meta_SynthInstance_newSubgoal___spec__17___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_SynthInstance___hyg_6____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -416,7 +418,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f___lambda__2(lean_object*, LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKeyFor___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__2___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____closed__6; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__4___closed__6; lean_object* l_Lean_MessageData_arrayExpr_toMessageData(lean_object*, lean_object*, lean_object*); @@ -457,6 +458,7 @@ static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__4___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1(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_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__3; lean_object* l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_mkAnswer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -465,7 +467,6 @@ LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_n LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___lambda__4(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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_SynthInstance_consume___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_Meta_SynthInstance_Waiter_isRoot___boxed(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____closed__9; uint8_t l_Lean_Expr_hasAnyFVar_visit___at_Lean_Expr_containsFVar___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -487,7 +488,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_synth static lean_object* l_Lean_Meta_synthInstance_x3f___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Meta_SynthInstance_newSubgoal___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_insertionSort_swapLoop___at_Lean_Meta_SynthInstance_getInstances___spec__2(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_SynthInstance_findEntry_x3f___spec__2___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___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*); @@ -507,6 +507,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_main(lean_object*, lean_objec lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_generate___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_withOptProfile___at_Lean_Meta_SynthInstance_generate___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__3; static lean_object* l_Lean_Meta_SynthInstance_addAnswer___closed__1; static lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__2___closed__3; @@ -572,7 +573,6 @@ lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withMCtx___at_Lean_Meta_SynthInstance_tryResolve___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_Meta_synthInstance_x3f___spec__9(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_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___at_Lean_Meta_SynthInstance_main___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessArgs___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_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -598,7 +598,6 @@ lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_profileitM___at_Lean_Meta_synthInstance_x3f___spec__12___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_preprocessOutParam___lambda__1(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_SynthInstance___hyg_10283____closed__10; 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*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getNextToResume(lean_object*); @@ -621,7 +620,6 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_getTop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_addAnswer___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_inferTCGoalsRLAttr; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2; lean_object* l_Lean_simpLevelMax_x27(lean_object*, lean_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Meta_SynthInstance_newSubgoal___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -651,6 +649,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__1 LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_instMonadMCtxM___lambda__1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__4; static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance_newSubgoal___spec__10___closed__1; static lean_object* l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_resume___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*); @@ -665,6 +664,7 @@ static lean_object* l_Lean_Meta_SynthInstance_tryResolve___lambda__1___closed__4 static lean_object* l_Lean_Meta_SynthInstance_instInhabitedGeneratorNode___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_tryAnswer___lambda__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_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_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* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1358,389 +1358,407 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_normLevel(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Level_hasMVar(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_105; +x_105 = l_Lean_Level_hasMVar(x_1); +if (x_105 == 0) { -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_2); -return x_4; +uint8_t x_106; +x_106 = 1; +x_3 = x_106; +goto block_104; } else { +uint8_t x_107; +x_107 = 0; +x_3 = x_107; +goto block_104; +} +block_104: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_1)) { case 1: { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_ctor_get(x_1, 0); -lean_inc(x_5); -lean_inc(x_5); -x_6 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_5, x_2); -x_7 = !lean_is_exclusive(x_6); -if (x_7 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_inc(x_4); +x_5 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_4, x_2); +x_6 = !lean_is_exclusive(x_5); +if (x_6 == 0) { -lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; -x_8 = lean_ctor_get(x_6, 0); -x_9 = lean_ptr_addr(x_5); -lean_dec(x_5); -x_10 = lean_ptr_addr(x_8); -x_11 = lean_usize_dec_eq(x_9, x_10); -if (x_11 == 0) +lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; +x_7 = lean_ctor_get(x_5, 0); +x_8 = lean_ptr_addr(x_4); +lean_dec(x_4); +x_9 = lean_ptr_addr(x_7); +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) { -lean_object* x_12; +lean_object* x_11; lean_dec(x_1); -x_12 = l_Lean_Level_succ___override(x_8); -lean_ctor_set(x_6, 0, x_12); -return x_6; +x_11 = l_Lean_Level_succ___override(x_7); +lean_ctor_set(x_5, 0, x_11); +return x_5; } else { -lean_dec(x_8); -lean_ctor_set(x_6, 0, x_1); -return x_6; +lean_dec(x_7); +lean_ctor_set(x_5, 0, x_1); +return x_5; } } else { -lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; uint8_t x_17; -x_13 = lean_ctor_get(x_6, 0); -x_14 = lean_ctor_get(x_6, 1); -lean_inc(x_14); +lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; uint8_t x_16; +x_12 = lean_ctor_get(x_5, 0); +x_13 = lean_ctor_get(x_5, 1); lean_inc(x_13); -lean_dec(x_6); -x_15 = lean_ptr_addr(x_5); +lean_inc(x_12); lean_dec(x_5); -x_16 = lean_ptr_addr(x_13); -x_17 = lean_usize_dec_eq(x_15, x_16); -if (x_17 == 0) +x_14 = lean_ptr_addr(x_4); +lean_dec(x_4); +x_15 = lean_ptr_addr(x_12); +x_16 = lean_usize_dec_eq(x_14, x_15); +if (x_16 == 0) { -lean_object* x_18; lean_object* x_19; +lean_object* x_17; lean_object* x_18; lean_dec(x_1); -x_18 = l_Lean_Level_succ___override(x_13); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_14); -return x_19; +x_17 = l_Lean_Level_succ___override(x_12); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_13); +return x_18; } else { -lean_object* x_20; -lean_dec(x_13); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_1); -lean_ctor_set(x_20, 1, x_14); -return x_20; +lean_object* x_19; +lean_dec(x_12); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_1); +lean_ctor_set(x_19, 1, x_13); +return x_19; } } } case 2: { -lean_object* x_21; 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_21 = lean_ctor_get(x_1, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_1, 1); -lean_inc(x_22); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_20 = lean_ctor_get(x_1, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_1, 1); lean_inc(x_21); -x_23 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_21, x_2); -x_24 = lean_ctor_get(x_23, 0); +lean_inc(x_20); +x_22 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_20, x_2); +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec(x_23); -lean_inc(x_22); -x_26 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_22, x_25); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +lean_dec(x_22); +lean_inc(x_21); +x_25 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_21, x_24); +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) { -lean_object* x_28; size_t x_29; size_t x_30; uint8_t x_31; -x_28 = lean_ctor_get(x_26, 0); -x_29 = lean_ptr_addr(x_21); -lean_dec(x_21); -x_30 = lean_ptr_addr(x_24); -x_31 = lean_usize_dec_eq(x_29, x_30); -if (x_31 == 0) +lean_object* x_27; size_t x_28; size_t x_29; uint8_t x_30; +x_27 = lean_ctor_get(x_25, 0); +x_28 = lean_ptr_addr(x_20); +lean_dec(x_20); +x_29 = lean_ptr_addr(x_23); +x_30 = lean_usize_dec_eq(x_28, x_29); +if (x_30 == 0) { -lean_object* x_32; -lean_dec(x_22); +lean_object* x_31; +lean_dec(x_21); lean_dec(x_1); -x_32 = l_Lean_mkLevelMax_x27(x_24, x_28); -lean_ctor_set(x_26, 0, x_32); -return x_26; +x_31 = l_Lean_mkLevelMax_x27(x_23, x_27); +lean_ctor_set(x_25, 0, x_31); +return x_25; } else { -size_t x_33; size_t x_34; uint8_t x_35; -x_33 = lean_ptr_addr(x_22); -lean_dec(x_22); -x_34 = lean_ptr_addr(x_28); -x_35 = lean_usize_dec_eq(x_33, x_34); -if (x_35 == 0) +size_t x_32; size_t x_33; uint8_t x_34; +x_32 = lean_ptr_addr(x_21); +lean_dec(x_21); +x_33 = lean_ptr_addr(x_27); +x_34 = lean_usize_dec_eq(x_32, x_33); +if (x_34 == 0) { -lean_object* x_36; +lean_object* x_35; lean_dec(x_1); -x_36 = l_Lean_mkLevelMax_x27(x_24, x_28); -lean_ctor_set(x_26, 0, x_36); -return x_26; +x_35 = l_Lean_mkLevelMax_x27(x_23, x_27); +lean_ctor_set(x_25, 0, x_35); +return x_25; } else { -lean_object* x_37; -x_37 = l_Lean_simpLevelMax_x27(x_24, x_28, x_1); +lean_object* x_36; +x_36 = l_Lean_simpLevelMax_x27(x_23, x_27, x_1); lean_dec(x_1); -lean_dec(x_28); -lean_dec(x_24); -lean_ctor_set(x_26, 0, x_37); -return x_26; +lean_dec(x_27); +lean_dec(x_23); +lean_ctor_set(x_25, 0, x_36); +return x_25; } } } else { -lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; uint8_t x_42; -x_38 = lean_ctor_get(x_26, 0); -x_39 = lean_ctor_get(x_26, 1); -lean_inc(x_39); +lean_object* x_37; lean_object* x_38; size_t x_39; size_t x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_25, 0); +x_38 = lean_ctor_get(x_25, 1); lean_inc(x_38); -lean_dec(x_26); -x_40 = lean_ptr_addr(x_21); -lean_dec(x_21); -x_41 = lean_ptr_addr(x_24); -x_42 = lean_usize_dec_eq(x_40, x_41); -if (x_42 == 0) +lean_inc(x_37); +lean_dec(x_25); +x_39 = lean_ptr_addr(x_20); +lean_dec(x_20); +x_40 = lean_ptr_addr(x_23); +x_41 = lean_usize_dec_eq(x_39, x_40); +if (x_41 == 0) { -lean_object* x_43; lean_object* x_44; -lean_dec(x_22); +lean_object* x_42; lean_object* x_43; +lean_dec(x_21); lean_dec(x_1); -x_43 = l_Lean_mkLevelMax_x27(x_24, x_38); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_39); -return x_44; +x_42 = l_Lean_mkLevelMax_x27(x_23, x_37); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_38); +return x_43; } else { -size_t x_45; size_t x_46; uint8_t x_47; -x_45 = lean_ptr_addr(x_22); -lean_dec(x_22); -x_46 = lean_ptr_addr(x_38); -x_47 = lean_usize_dec_eq(x_45, x_46); -if (x_47 == 0) +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = lean_ptr_addr(x_21); +lean_dec(x_21); +x_45 = lean_ptr_addr(x_37); +x_46 = lean_usize_dec_eq(x_44, x_45); +if (x_46 == 0) { -lean_object* x_48; lean_object* x_49; +lean_object* x_47; lean_object* x_48; lean_dec(x_1); -x_48 = l_Lean_mkLevelMax_x27(x_24, x_38); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_39); -return x_49; +x_47 = l_Lean_mkLevelMax_x27(x_23, x_37); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_38); +return x_48; } else { -lean_object* x_50; lean_object* x_51; -x_50 = l_Lean_simpLevelMax_x27(x_24, x_38, x_1); +lean_object* x_49; lean_object* x_50; +x_49 = l_Lean_simpLevelMax_x27(x_23, x_37, x_1); lean_dec(x_1); -lean_dec(x_38); -lean_dec(x_24); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_39); -return x_51; +lean_dec(x_37); +lean_dec(x_23); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_38); +return x_50; } } } } case 3: { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_52 = lean_ctor_get(x_1, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_1, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_51 = lean_ctor_get(x_1, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_1, 1); lean_inc(x_52); -x_54 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_52, x_2); -x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_51); +x_53 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_51, x_2); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); lean_inc(x_55); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -lean_inc(x_53); -x_57 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_53, x_56); -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +lean_dec(x_53); +lean_inc(x_52); +x_56 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_52, x_55); +x_57 = !lean_is_exclusive(x_56); +if (x_57 == 0) { -lean_object* x_59; size_t x_60; size_t x_61; uint8_t x_62; -x_59 = lean_ctor_get(x_57, 0); -x_60 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_61 = lean_ptr_addr(x_55); -x_62 = lean_usize_dec_eq(x_60, x_61); -if (x_62 == 0) +lean_object* x_58; size_t x_59; size_t x_60; uint8_t x_61; +x_58 = lean_ctor_get(x_56, 0); +x_59 = lean_ptr_addr(x_51); +lean_dec(x_51); +x_60 = lean_ptr_addr(x_54); +x_61 = lean_usize_dec_eq(x_59, x_60); +if (x_61 == 0) { -lean_object* x_63; -lean_dec(x_53); +lean_object* x_62; +lean_dec(x_52); lean_dec(x_1); -x_63 = l_Lean_mkLevelIMax_x27(x_55, x_59); -lean_ctor_set(x_57, 0, x_63); -return x_57; +x_62 = l_Lean_mkLevelIMax_x27(x_54, x_58); +lean_ctor_set(x_56, 0, x_62); +return x_56; } else { -size_t x_64; size_t x_65; uint8_t x_66; -x_64 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_65 = lean_ptr_addr(x_59); -x_66 = lean_usize_dec_eq(x_64, x_65); -if (x_66 == 0) +size_t x_63; size_t x_64; uint8_t x_65; +x_63 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_64 = lean_ptr_addr(x_58); +x_65 = lean_usize_dec_eq(x_63, x_64); +if (x_65 == 0) { -lean_object* x_67; +lean_object* x_66; lean_dec(x_1); -x_67 = l_Lean_mkLevelIMax_x27(x_55, x_59); -lean_ctor_set(x_57, 0, x_67); -return x_57; +x_66 = l_Lean_mkLevelIMax_x27(x_54, x_58); +lean_ctor_set(x_56, 0, x_66); +return x_56; } else { -lean_object* x_68; -x_68 = l_Lean_simpLevelIMax_x27(x_55, x_59, x_1); +lean_object* x_67; +x_67 = l_Lean_simpLevelIMax_x27(x_54, x_58, x_1); lean_dec(x_1); -lean_ctor_set(x_57, 0, x_68); -return x_57; +lean_ctor_set(x_56, 0, x_67); +return x_56; } } } else { -lean_object* x_69; lean_object* x_70; size_t x_71; size_t x_72; uint8_t x_73; -x_69 = lean_ctor_get(x_57, 0); -x_70 = lean_ctor_get(x_57, 1); -lean_inc(x_70); +lean_object* x_68; lean_object* x_69; size_t x_70; size_t x_71; uint8_t x_72; +x_68 = lean_ctor_get(x_56, 0); +x_69 = lean_ctor_get(x_56, 1); lean_inc(x_69); -lean_dec(x_57); -x_71 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_72 = lean_ptr_addr(x_55); -x_73 = lean_usize_dec_eq(x_71, x_72); -if (x_73 == 0) +lean_inc(x_68); +lean_dec(x_56); +x_70 = lean_ptr_addr(x_51); +lean_dec(x_51); +x_71 = lean_ptr_addr(x_54); +x_72 = lean_usize_dec_eq(x_70, x_71); +if (x_72 == 0) { -lean_object* x_74; lean_object* x_75; -lean_dec(x_53); +lean_object* x_73; lean_object* x_74; +lean_dec(x_52); lean_dec(x_1); -x_74 = l_Lean_mkLevelIMax_x27(x_55, x_69); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_70); -return x_75; +x_73 = l_Lean_mkLevelIMax_x27(x_54, x_68); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_69); +return x_74; } else { -size_t x_76; size_t x_77; uint8_t x_78; -x_76 = lean_ptr_addr(x_53); -lean_dec(x_53); -x_77 = lean_ptr_addr(x_69); -x_78 = lean_usize_dec_eq(x_76, x_77); -if (x_78 == 0) +size_t x_75; size_t x_76; uint8_t x_77; +x_75 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_76 = lean_ptr_addr(x_68); +x_77 = lean_usize_dec_eq(x_75, x_76); +if (x_77 == 0) { -lean_object* x_79; lean_object* x_80; +lean_object* x_78; lean_object* x_79; lean_dec(x_1); -x_79 = l_Lean_mkLevelIMax_x27(x_55, x_69); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_70); -return x_80; +x_78 = l_Lean_mkLevelIMax_x27(x_54, x_68); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_78); +lean_ctor_set(x_79, 1, x_69); +return x_79; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_simpLevelIMax_x27(x_55, x_69, x_1); +lean_object* x_80; lean_object* x_81; +x_80 = l_Lean_simpLevelIMax_x27(x_54, x_68, x_1); lean_dec(x_1); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_70); -return x_82; +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_69); +return x_81; } } } } case 5: { -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_1, 0); +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; +x_82 = lean_ctor_get(x_1, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_2, 3); lean_inc(x_83); -x_84 = lean_ctor_get(x_2, 3); -lean_inc(x_84); +lean_inc(x_82); lean_inc(x_83); -lean_inc(x_84); -x_85 = l_Lean_MetavarContext_getLevelDepth(x_84, x_83); -x_86 = lean_ctor_get(x_84, 0); -lean_inc(x_86); -x_87 = lean_nat_dec_eq(x_85, x_86); -lean_dec(x_86); +x_84 = l_Lean_MetavarContext_getLevelDepth(x_83, x_82); +x_85 = lean_ctor_get(x_83, 0); +lean_inc(x_85); +x_86 = lean_nat_dec_eq(x_84, x_85); lean_dec(x_85); -if (x_87 == 0) -{ -lean_object* x_88; lean_dec(x_84); +if (x_86 == 0) +{ +lean_object* x_87; lean_dec(x_83); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_1); -lean_ctor_set(x_88, 1, x_2); -return x_88; +lean_dec(x_82); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_1); +lean_ctor_set(x_87, 1, x_2); +return x_87; } else { -lean_object* x_89; lean_object* x_90; +lean_object* x_88; lean_object* x_89; lean_dec(x_1); -x_89 = lean_ctor_get(x_2, 1); -lean_inc(x_89); -lean_inc(x_83); -lean_inc(x_89); -x_90 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__1(x_89, x_83); -if (lean_obj_tag(x_90) == 0) +x_88 = lean_ctor_get(x_2, 1); +lean_inc(x_88); +lean_inc(x_82); +lean_inc(x_88); +x_89 = l_Lean_HashMapImp_find_x3f___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__1(x_88, x_82); +if (lean_obj_tag(x_89) == 0) { -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_91 = lean_ctor_get(x_2, 0); -lean_inc(x_91); -x_92 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel___closed__2; -lean_inc(x_91); -x_93 = l_Lean_Name_num___override(x_92, x_91); -x_94 = l_Lean_Level_param___override(x_93); -x_95 = lean_unsigned_to_nat(1u); -x_96 = lean_nat_add(x_91, x_95); -lean_dec(x_91); -lean_inc(x_94); -x_97 = l_Lean_HashMap_insert___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__3(x_89, x_83, x_94); -x_98 = lean_ctor_get(x_2, 2); -lean_inc(x_98); +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; +x_90 = lean_ctor_get(x_2, 0); +lean_inc(x_90); +x_91 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel___closed__2; +lean_inc(x_90); +x_92 = l_Lean_Name_num___override(x_91, x_90); +x_93 = l_Lean_Level_param___override(x_92); +x_94 = lean_unsigned_to_nat(1u); +x_95 = lean_nat_add(x_90, x_94); +lean_dec(x_90); +lean_inc(x_93); +x_96 = l_Lean_HashMap_insert___at___private_Lean_Meta_AbstractMVars_0__Lean_Meta_AbstractMVars_abstractLevelMVars___spec__3(x_88, x_82, x_93); +x_97 = lean_ctor_get(x_2, 2); +lean_inc(x_97); lean_dec(x_2); -x_99 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_99, 0, x_96); -lean_ctor_set(x_99, 1, x_97); -lean_ctor_set(x_99, 2, x_98); -lean_ctor_set(x_99, 3, x_84); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_94); -lean_ctor_set(x_100, 1, x_99); -return x_100; +x_98 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_98, 0, x_95); +lean_ctor_set(x_98, 1, x_96); +lean_ctor_set(x_98, 2, x_97); +lean_ctor_set(x_98, 3, x_83); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_93); +lean_ctor_set(x_99, 1, x_98); +return x_99; } else { -lean_object* x_101; lean_object* x_102; -lean_dec(x_89); -lean_dec(x_84); +lean_object* x_100; lean_object* x_101; +lean_dec(x_88); lean_dec(x_83); -x_101 = lean_ctor_get(x_90, 0); -lean_inc(x_101); -lean_dec(x_90); +lean_dec(x_82); +x_100 = lean_ctor_get(x_89, 0); +lean_inc(x_100); +lean_dec(x_89); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_2); +return x_101; +} +} +} +default: +{ +lean_object* x_102; x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 0, x_1); lean_ctor_set(x_102, 1, x_2); return x_102; } } } -default: +else { lean_object* x_103; x_103 = lean_alloc_ctor(0, 2, 0); @@ -1751,7 +1769,6 @@ return x_103; } } } -} LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___at_Lean_Meta_SynthInstance_MkTableKey_normExpr___spec__1(lean_object* x_1, lean_object* x_2) { _start: { @@ -1843,555 +1860,527 @@ goto _start; LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_MkTableKey_normExpr(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasMVar(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_247; +x_247 = l_Lean_Expr_hasMVar(x_1); +if (x_247 == 0) { -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_2); -return x_4; +uint8_t x_248; +x_248 = 1; +x_3 = x_248; +goto block_246; } else { +uint8_t x_249; +x_249 = 0; +x_3 = x_249; +goto block_246; +} +block_246: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_1)) { case 2: { -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); -lean_inc(x_5); -x_6 = l_Lean_MVarId_isAssignable___at_Lean_Meta_SynthInstance_MkTableKey_normExpr___spec__1(x_5, x_2); -x_7 = lean_ctor_get(x_6, 0); +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; uint8_t x_27; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_inc(x_4); +x_5 = l_Lean_MVarId_isAssignable___at_Lean_Meta_SynthInstance_MkTableKey_normExpr___spec__1(x_4, x_2); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_5, 1); lean_inc(x_7); -x_8 = lean_unbox(x_7); -lean_dec(x_7); -if (x_8 == 0) -{ -uint8_t x_9; -lean_dec(x_5); -x_9 = !lean_is_exclusive(x_6); -if (x_9 == 0) +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_27 = lean_unbox(x_6); +lean_dec(x_6); +if (x_27 == 0) { -lean_object* x_10; -x_10 = lean_ctor_get(x_6, 0); -lean_dec(x_10); -lean_ctor_set(x_6, 0, x_1); -return x_6; +uint8_t x_28; +x_28 = 1; +x_9 = x_28; +goto block_26; } else { -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_6, 1); -lean_inc(x_11); -lean_dec(x_6); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_1); -lean_ctor_set(x_12, 1, x_11); -return x_12; -} +uint8_t x_29; +x_29 = 0; +x_9 = x_29; +goto block_26; } -else +block_26: { -uint8_t x_13; -lean_dec(x_1); -x_13 = !lean_is_exclusive(x_6); -if (x_13 == 0) +if (x_9 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_6, 1); -x_15 = lean_ctor_get(x_6, 0); -lean_dec(x_15); -x_16 = lean_ctor_get(x_14, 2); -lean_inc(x_16); -lean_inc(x_5); -lean_inc(x_16); -x_17 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(x_16, x_5); -if (lean_obj_tag(x_17) == 0) +lean_object* x_10; lean_object* x_11; +lean_dec(x_1); +x_10 = lean_ctor_get(x_7, 2); +lean_inc(x_10); +lean_inc(x_4); +lean_inc(x_10); +x_11 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(x_10, x_4); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_18 = lean_ctor_get(x_14, 0); -lean_inc(x_18); -x_19 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel___closed__2; +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; +x_12 = lean_ctor_get(x_7, 0); +lean_inc(x_12); +x_13 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel___closed__2; +lean_inc(x_12); +x_14 = l_Lean_Name_num___override(x_13, x_12); +x_15 = l_Lean_Expr_fvar___override(x_14); +x_16 = lean_unsigned_to_nat(1u); +x_17 = lean_nat_add(x_12, x_16); +lean_dec(x_12); +x_18 = lean_ctor_get(x_7, 1); lean_inc(x_18); -x_20 = l_Lean_Name_num___override(x_19, x_18); -x_21 = l_Lean_Expr_fvar___override(x_20); -x_22 = lean_unsigned_to_nat(1u); -x_23 = lean_nat_add(x_18, x_22); -lean_dec(x_18); -x_24 = lean_ctor_get(x_14, 1); -lean_inc(x_24); -lean_inc(x_21); -x_25 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_16, x_5, x_21); -x_26 = lean_ctor_get(x_14, 3); -lean_inc(x_26); -lean_dec(x_14); -x_27 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_27, 0, x_23); -lean_ctor_set(x_27, 1, x_24); -lean_ctor_set(x_27, 2, x_25); -lean_ctor_set(x_27, 3, x_26); -lean_ctor_set(x_6, 1, x_27); -lean_ctor_set(x_6, 0, x_21); -return x_6; +lean_inc(x_15); +x_19 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_10, x_4, x_15); +x_20 = lean_ctor_get(x_7, 3); +lean_inc(x_20); +lean_dec(x_7); +x_21 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_21, 0, x_17); +lean_ctor_set(x_21, 1, x_18); +lean_ctor_set(x_21, 2, x_19); +lean_ctor_set(x_21, 3, x_20); +if (lean_is_scalar(x_8)) { + x_22 = lean_alloc_ctor(0, 2, 0); +} else { + x_22 = x_8; +} +lean_ctor_set(x_22, 0, x_15); +lean_ctor_set(x_22, 1, x_21); +return x_22; } else { -lean_object* x_28; -lean_dec(x_16); -lean_dec(x_5); -x_28 = lean_ctor_get(x_17, 0); -lean_inc(x_28); -lean_dec(x_17); -lean_ctor_set(x_6, 0, x_28); -return x_6; +lean_object* x_23; lean_object* x_24; +lean_dec(x_10); +lean_dec(x_4); +x_23 = lean_ctor_get(x_11, 0); +lean_inc(x_23); +lean_dec(x_11); +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 -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_6, 1); -lean_inc(x_29); -lean_dec(x_6); -x_30 = lean_ctor_get(x_29, 2); -lean_inc(x_30); -lean_inc(x_5); -lean_inc(x_30); -x_31 = l_Lean_HashMapImp_find_x3f___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__2(x_30, x_5); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_32 = lean_ctor_get(x_29, 0); -lean_inc(x_32); -x_33 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel___closed__2; -lean_inc(x_32); -x_34 = l_Lean_Name_num___override(x_33, x_32); -x_35 = l_Lean_Expr_fvar___override(x_34); -x_36 = lean_unsigned_to_nat(1u); -x_37 = lean_nat_add(x_32, x_36); -lean_dec(x_32); -x_38 = lean_ctor_get(x_29, 1); -lean_inc(x_38); -lean_inc(x_35); -x_39 = l_Lean_HashMap_insert___at_Lean_Meta_AbstractMVars_abstractExprMVars___spec__4(x_30, x_5, x_35); -x_40 = lean_ctor_get(x_29, 3); -lean_inc(x_40); -lean_dec(x_29); -x_41 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_41, 0, x_37); -lean_ctor_set(x_41, 1, x_38); -lean_ctor_set(x_41, 2, x_39); -lean_ctor_set(x_41, 3, x_40); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_35); -lean_ctor_set(x_42, 1, x_41); -return x_42; } else { -lean_object* x_43; lean_object* x_44; -lean_dec(x_30); -lean_dec(x_5); -x_43 = lean_ctor_get(x_31, 0); -lean_inc(x_43); -lean_dec(x_31); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_29); -return x_44; +lean_object* x_25; +lean_dec(x_4); +if (lean_is_scalar(x_8)) { + x_25 = lean_alloc_ctor(0, 2, 0); +} else { + x_25 = x_8; } +lean_ctor_set(x_25, 0, x_1); +lean_ctor_set(x_25, 1, x_7); +return x_25; } } } case 3: { -lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_45 = lean_ctor_get(x_1, 0); -lean_inc(x_45); -lean_inc(x_45); -x_46 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_45, x_2); -x_47 = !lean_is_exclusive(x_46); -if (x_47 == 0) +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_1, 0); +lean_inc(x_30); +lean_inc(x_30); +x_31 = l_Lean_Meta_SynthInstance_MkTableKey_normLevel(x_30, x_2); +x_32 = !lean_is_exclusive(x_31); +if (x_32 == 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); -x_49 = lean_ptr_addr(x_45); -lean_dec(x_45); -x_50 = lean_ptr_addr(x_48); -x_51 = lean_usize_dec_eq(x_49, x_50); -if (x_51 == 0) +lean_object* x_33; size_t x_34; size_t x_35; uint8_t x_36; +x_33 = lean_ctor_get(x_31, 0); +x_34 = lean_ptr_addr(x_30); +lean_dec(x_30); +x_35 = lean_ptr_addr(x_33); +x_36 = lean_usize_dec_eq(x_34, x_35); +if (x_36 == 0) { -lean_object* x_52; +lean_object* x_37; lean_dec(x_1); -x_52 = l_Lean_Expr_sort___override(x_48); -lean_ctor_set(x_46, 0, x_52); -return x_46; +x_37 = l_Lean_Expr_sort___override(x_33); +lean_ctor_set(x_31, 0, x_37); +return x_31; } else { -lean_dec(x_48); -lean_ctor_set(x_46, 0, x_1); -return x_46; +lean_dec(x_33); +lean_ctor_set(x_31, 0, x_1); +return x_31; } } else { -lean_object* x_53; lean_object* x_54; size_t x_55; size_t x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_46, 0); -x_54 = lean_ctor_get(x_46, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_46); -x_55 = lean_ptr_addr(x_45); -lean_dec(x_45); -x_56 = lean_ptr_addr(x_53); -x_57 = lean_usize_dec_eq(x_55, x_56); -if (x_57 == 0) +lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; uint8_t x_42; +x_38 = lean_ctor_get(x_31, 0); +x_39 = lean_ctor_get(x_31, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_31); +x_40 = lean_ptr_addr(x_30); +lean_dec(x_30); +x_41 = lean_ptr_addr(x_38); +x_42 = lean_usize_dec_eq(x_40, x_41); +if (x_42 == 0) { -lean_object* x_58; lean_object* x_59; +lean_object* x_43; lean_object* x_44; lean_dec(x_1); -x_58 = l_Lean_Expr_sort___override(x_53); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_54); -return x_59; +x_43 = l_Lean_Expr_sort___override(x_38); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_39); +return x_44; } else { -lean_object* x_60; -lean_dec(x_53); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_1); -lean_ctor_set(x_60, 1, x_54); -return x_60; +lean_object* x_45; +lean_dec(x_38); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_1); +lean_ctor_set(x_45, 1, x_39); +return x_45; } } } case 4: { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_61 = lean_ctor_get(x_1, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_1, 1); -lean_inc(x_62); -x_63 = lean_box(0); -lean_inc(x_62); -x_64 = l_List_mapM_loop___at_Lean_Meta_SynthInstance_MkTableKey_normExpr___spec__2(x_62, x_63, x_2); -x_65 = !lean_is_exclusive(x_64); -if (x_65 == 0) +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_46 = lean_ctor_get(x_1, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_1, 1); +lean_inc(x_47); +x_48 = lean_box(0); +lean_inc(x_47); +x_49 = l_List_mapM_loop___at_Lean_Meta_SynthInstance_MkTableKey_normExpr___spec__2(x_47, x_48, x_2); +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) { -lean_object* x_66; uint8_t x_67; -x_66 = lean_ctor_get(x_64, 0); -x_67 = l_ptrEqList___rarg(x_62, x_66); -lean_dec(x_62); -if (x_67 == 0) +lean_object* x_51; uint8_t x_52; +x_51 = lean_ctor_get(x_49, 0); +x_52 = l_ptrEqList___rarg(x_47, x_51); +lean_dec(x_47); +if (x_52 == 0) { -lean_object* x_68; +lean_object* x_53; lean_dec(x_1); -x_68 = l_Lean_Expr_const___override(x_61, x_66); -lean_ctor_set(x_64, 0, x_68); -return x_64; +x_53 = l_Lean_Expr_const___override(x_46, x_51); +lean_ctor_set(x_49, 0, x_53); +return x_49; } else { -lean_dec(x_66); -lean_dec(x_61); -lean_ctor_set(x_64, 0, x_1); -return x_64; +lean_dec(x_51); +lean_dec(x_46); +lean_ctor_set(x_49, 0, x_1); +return x_49; } } else { -lean_object* x_69; lean_object* x_70; uint8_t x_71; -x_69 = lean_ctor_get(x_64, 0); -x_70 = lean_ctor_get(x_64, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_64); -x_71 = l_ptrEqList___rarg(x_62, x_69); -lean_dec(x_62); -if (x_71 == 0) +lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_54 = lean_ctor_get(x_49, 0); +x_55 = lean_ctor_get(x_49, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_49); +x_56 = l_ptrEqList___rarg(x_47, x_54); +lean_dec(x_47); +if (x_56 == 0) { -lean_object* x_72; lean_object* x_73; +lean_object* x_57; lean_object* x_58; lean_dec(x_1); -x_72 = l_Lean_Expr_const___override(x_61, x_69); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_70); -return x_73; +x_57 = l_Lean_Expr_const___override(x_46, x_54); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_55); +return x_58; } else { -lean_object* x_74; -lean_dec(x_69); -lean_dec(x_61); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_1); -lean_ctor_set(x_74, 1, x_70); -return x_74; -} -} -} -case 5: -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; -x_75 = lean_ctor_get(x_1, 0); -lean_inc(x_75); -x_76 = lean_ctor_get(x_1, 1); -lean_inc(x_76); -lean_inc(x_75); -x_77 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_75, x_2); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -lean_inc(x_76); -x_80 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_76, x_79); -x_81 = !lean_is_exclusive(x_80); -if (x_81 == 0) +lean_object* x_59; +lean_dec(x_54); +lean_dec(x_46); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_1); +lean_ctor_set(x_59, 1, x_55); +return x_59; +} +} +} +case 5: { -lean_object* x_82; size_t x_83; size_t x_84; uint8_t x_85; -x_82 = lean_ctor_get(x_80, 0); -x_83 = lean_ptr_addr(x_75); -lean_dec(x_75); -x_84 = lean_ptr_addr(x_78); -x_85 = lean_usize_dec_eq(x_83, x_84); -if (x_85 == 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; uint8_t x_66; +x_60 = lean_ctor_get(x_1, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_1, 1); +lean_inc(x_61); +lean_inc(x_60); +x_62 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_60, x_2); +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); +lean_inc(x_61); +x_65 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_61, x_64); +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) { -lean_object* x_86; -lean_dec(x_76); +lean_object* x_67; size_t x_68; size_t x_69; uint8_t x_70; +x_67 = lean_ctor_get(x_65, 0); +x_68 = lean_ptr_addr(x_60); +lean_dec(x_60); +x_69 = lean_ptr_addr(x_63); +x_70 = lean_usize_dec_eq(x_68, x_69); +if (x_70 == 0) +{ +lean_object* x_71; +lean_dec(x_61); lean_dec(x_1); -x_86 = l_Lean_Expr_app___override(x_78, x_82); -lean_ctor_set(x_80, 0, x_86); -return x_80; +x_71 = l_Lean_Expr_app___override(x_63, x_67); +lean_ctor_set(x_65, 0, x_71); +return x_65; } else { -size_t x_87; size_t x_88; uint8_t x_89; -x_87 = lean_ptr_addr(x_76); -lean_dec(x_76); -x_88 = lean_ptr_addr(x_82); -x_89 = lean_usize_dec_eq(x_87, x_88); -if (x_89 == 0) +size_t x_72; size_t x_73; uint8_t x_74; +x_72 = lean_ptr_addr(x_61); +lean_dec(x_61); +x_73 = lean_ptr_addr(x_67); +x_74 = lean_usize_dec_eq(x_72, x_73); +if (x_74 == 0) { -lean_object* x_90; +lean_object* x_75; lean_dec(x_1); -x_90 = l_Lean_Expr_app___override(x_78, x_82); -lean_ctor_set(x_80, 0, x_90); -return x_80; +x_75 = l_Lean_Expr_app___override(x_63, x_67); +lean_ctor_set(x_65, 0, x_75); +return x_65; } else { -lean_dec(x_82); -lean_dec(x_78); -lean_ctor_set(x_80, 0, x_1); -return x_80; +lean_dec(x_67); +lean_dec(x_63); +lean_ctor_set(x_65, 0, x_1); +return x_65; } } } else { -lean_object* x_91; lean_object* x_92; size_t x_93; size_t x_94; uint8_t x_95; -x_91 = lean_ctor_get(x_80, 0); -x_92 = lean_ctor_get(x_80, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_80); -x_93 = lean_ptr_addr(x_75); -lean_dec(x_75); -x_94 = lean_ptr_addr(x_78); -x_95 = lean_usize_dec_eq(x_93, x_94); -if (x_95 == 0) +lean_object* x_76; lean_object* x_77; size_t x_78; size_t x_79; uint8_t x_80; +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_ptr_addr(x_60); +lean_dec(x_60); +x_79 = lean_ptr_addr(x_63); +x_80 = lean_usize_dec_eq(x_78, x_79); +if (x_80 == 0) { -lean_object* x_96; lean_object* x_97; -lean_dec(x_76); +lean_object* x_81; lean_object* x_82; +lean_dec(x_61); lean_dec(x_1); -x_96 = l_Lean_Expr_app___override(x_78, x_91); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_92); -return x_97; +x_81 = l_Lean_Expr_app___override(x_63, x_76); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_77); +return x_82; } else { -size_t x_98; size_t x_99; uint8_t x_100; -x_98 = lean_ptr_addr(x_76); -lean_dec(x_76); -x_99 = lean_ptr_addr(x_91); -x_100 = lean_usize_dec_eq(x_98, x_99); -if (x_100 == 0) +size_t x_83; size_t x_84; uint8_t x_85; +x_83 = lean_ptr_addr(x_61); +lean_dec(x_61); +x_84 = lean_ptr_addr(x_76); +x_85 = lean_usize_dec_eq(x_83, x_84); +if (x_85 == 0) { -lean_object* x_101; lean_object* x_102; +lean_object* x_86; lean_object* x_87; lean_dec(x_1); -x_101 = l_Lean_Expr_app___override(x_78, x_91); -x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_101); -lean_ctor_set(x_102, 1, x_92); -return x_102; +x_86 = l_Lean_Expr_app___override(x_63, x_76); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_77); +return x_87; } else { -lean_object* x_103; -lean_dec(x_91); -lean_dec(x_78); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_1); -lean_ctor_set(x_103, 1, x_92); -return x_103; +lean_object* x_88; +lean_dec(x_76); +lean_dec(x_63); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_1); +lean_ctor_set(x_88, 1, x_77); +return x_88; } } } } case 6: { -lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_104 = lean_ctor_get(x_1, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_1, 1); -lean_inc(x_105); -x_106 = lean_ctor_get(x_1, 2); -lean_inc(x_106); -x_107 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; +x_89 = lean_ctor_get(x_1, 0); +lean_inc(x_89); +x_90 = lean_ctor_get(x_1, 1); +lean_inc(x_90); +x_91 = lean_ctor_get(x_1, 2); +lean_inc(x_91); +x_92 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_105); -x_108 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_105, x_2); -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -lean_inc(x_106); -x_111 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_106, x_110); -x_112 = !lean_is_exclusive(x_111); -if (x_112 == 0) +lean_inc(x_90); +x_93 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_90, x_2); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_ctor_get(x_93, 1); +lean_inc(x_95); +lean_dec(x_93); +lean_inc(x_91); +x_96 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_91, x_95); +x_97 = !lean_is_exclusive(x_96); +if (x_97 == 0) { -lean_object* x_113; lean_object* x_114; size_t x_115; size_t x_116; uint8_t x_117; -x_113 = lean_ctor_get(x_111, 0); -lean_inc(x_106); -lean_inc(x_105); -lean_inc(x_104); -x_114 = l_Lean_Expr_lam___override(x_104, x_105, x_106, x_107); -x_115 = lean_ptr_addr(x_105); -lean_dec(x_105); -x_116 = lean_ptr_addr(x_109); -x_117 = lean_usize_dec_eq(x_115, x_116); -if (x_117 == 0) +lean_object* x_98; lean_object* x_99; size_t x_100; size_t x_101; uint8_t x_102; +x_98 = lean_ctor_get(x_96, 0); +lean_inc(x_91); +lean_inc(x_90); +lean_inc(x_89); +x_99 = l_Lean_Expr_lam___override(x_89, x_90, x_91, x_92); +x_100 = lean_ptr_addr(x_90); +lean_dec(x_90); +x_101 = lean_ptr_addr(x_94); +x_102 = lean_usize_dec_eq(x_100, x_101); +if (x_102 == 0) { -lean_object* x_118; -lean_dec(x_114); -lean_dec(x_106); -x_118 = l_Lean_Expr_lam___override(x_104, x_109, x_113, x_107); -lean_ctor_set(x_111, 0, x_118); -return x_111; +lean_object* x_103; +lean_dec(x_99); +lean_dec(x_91); +x_103 = l_Lean_Expr_lam___override(x_89, x_94, x_98, x_92); +lean_ctor_set(x_96, 0, x_103); +return x_96; } else { -size_t x_119; size_t x_120; uint8_t x_121; -x_119 = lean_ptr_addr(x_106); -lean_dec(x_106); -x_120 = lean_ptr_addr(x_113); -x_121 = lean_usize_dec_eq(x_119, x_120); -if (x_121 == 0) +size_t x_104; size_t x_105; uint8_t x_106; +x_104 = lean_ptr_addr(x_91); +lean_dec(x_91); +x_105 = lean_ptr_addr(x_98); +x_106 = lean_usize_dec_eq(x_104, x_105); +if (x_106 == 0) { -lean_object* x_122; -lean_dec(x_114); -x_122 = l_Lean_Expr_lam___override(x_104, x_109, x_113, x_107); -lean_ctor_set(x_111, 0, x_122); -return x_111; +lean_object* x_107; +lean_dec(x_99); +x_107 = l_Lean_Expr_lam___override(x_89, x_94, x_98, x_92); +lean_ctor_set(x_96, 0, x_107); +return x_96; } else { -uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_107, x_107); -if (x_123 == 0) +uint8_t x_108; +x_108 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_92, x_92); +if (x_108 == 0) { -lean_object* x_124; -lean_dec(x_114); -x_124 = l_Lean_Expr_lam___override(x_104, x_109, x_113, x_107); -lean_ctor_set(x_111, 0, x_124); -return x_111; +lean_object* x_109; +lean_dec(x_99); +x_109 = l_Lean_Expr_lam___override(x_89, x_94, x_98, x_92); +lean_ctor_set(x_96, 0, x_109); +return x_96; } else { -lean_dec(x_113); -lean_dec(x_109); -lean_dec(x_104); -lean_ctor_set(x_111, 0, x_114); -return x_111; +lean_dec(x_98); +lean_dec(x_94); +lean_dec(x_89); +lean_ctor_set(x_96, 0, x_99); +return x_96; } } } } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; size_t x_128; size_t x_129; uint8_t x_130; -x_125 = lean_ctor_get(x_111, 0); -x_126 = lean_ctor_get(x_111, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_111); -lean_inc(x_106); -lean_inc(x_105); -lean_inc(x_104); -x_127 = l_Lean_Expr_lam___override(x_104, x_105, x_106, x_107); -x_128 = lean_ptr_addr(x_105); -lean_dec(x_105); -x_129 = lean_ptr_addr(x_109); -x_130 = lean_usize_dec_eq(x_128, x_129); -if (x_130 == 0) +lean_object* x_110; lean_object* x_111; lean_object* x_112; size_t x_113; size_t x_114; uint8_t x_115; +x_110 = lean_ctor_get(x_96, 0); +x_111 = lean_ctor_get(x_96, 1); +lean_inc(x_111); +lean_inc(x_110); +lean_dec(x_96); +lean_inc(x_91); +lean_inc(x_90); +lean_inc(x_89); +x_112 = l_Lean_Expr_lam___override(x_89, x_90, x_91, x_92); +x_113 = lean_ptr_addr(x_90); +lean_dec(x_90); +x_114 = lean_ptr_addr(x_94); +x_115 = lean_usize_dec_eq(x_113, x_114); +if (x_115 == 0) { -lean_object* x_131; lean_object* x_132; -lean_dec(x_127); -lean_dec(x_106); -x_131 = l_Lean_Expr_lam___override(x_104, x_109, x_125, x_107); -x_132 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_126); -return x_132; +lean_object* x_116; lean_object* x_117; +lean_dec(x_112); +lean_dec(x_91); +x_116 = l_Lean_Expr_lam___override(x_89, x_94, x_110, x_92); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_111); +return x_117; } else { -size_t x_133; size_t x_134; uint8_t x_135; -x_133 = lean_ptr_addr(x_106); -lean_dec(x_106); -x_134 = lean_ptr_addr(x_125); -x_135 = lean_usize_dec_eq(x_133, x_134); -if (x_135 == 0) -{ -lean_object* x_136; lean_object* x_137; -lean_dec(x_127); -x_136 = l_Lean_Expr_lam___override(x_104, x_109, x_125, x_107); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_126); -return x_137; +size_t x_118; size_t x_119; uint8_t x_120; +x_118 = lean_ptr_addr(x_91); +lean_dec(x_91); +x_119 = lean_ptr_addr(x_110); +x_120 = lean_usize_dec_eq(x_118, x_119); +if (x_120 == 0) +{ +lean_object* x_121; lean_object* x_122; +lean_dec(x_112); +x_121 = l_Lean_Expr_lam___override(x_89, x_94, x_110, x_92); +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_121); +lean_ctor_set(x_122, 1, x_111); +return x_122; } else { -uint8_t x_138; -x_138 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_107, x_107); -if (x_138 == 0) +uint8_t x_123; +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_92, x_92); +if (x_123 == 0) { -lean_object* x_139; lean_object* x_140; -lean_dec(x_127); -x_139 = l_Lean_Expr_lam___override(x_104, x_109, x_125, x_107); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_126); -return x_140; +lean_object* x_124; lean_object* x_125; +lean_dec(x_112); +x_124 = l_Lean_Expr_lam___override(x_89, x_94, x_110, x_92); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_111); +return x_125; } else { -lean_object* x_141; -lean_dec(x_125); -lean_dec(x_109); -lean_dec(x_104); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_127); -lean_ctor_set(x_141, 1, x_126); -return x_141; +lean_object* x_126; +lean_dec(x_110); +lean_dec(x_94); +lean_dec(x_89); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_112); +lean_ctor_set(x_126, 1, x_111); +return x_126; } } } @@ -2399,152 +2388,152 @@ return x_141; } case 7: { -lean_object* x_142; lean_object* x_143; lean_object* x_144; uint8_t x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; uint8_t x_150; -x_142 = lean_ctor_get(x_1, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_1, 1); -lean_inc(x_143); -x_144 = lean_ctor_get(x_1, 2); -lean_inc(x_144); -x_145 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_object* x_127; lean_object* x_128; lean_object* x_129; uint8_t x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; +x_127 = lean_ctor_get(x_1, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_1, 1); +lean_inc(x_128); +x_129 = lean_ctor_get(x_1, 2); +lean_inc(x_129); +x_130 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_dec(x_1); -lean_inc(x_143); -x_146 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_143, x_2); -x_147 = lean_ctor_get(x_146, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_146, 1); -lean_inc(x_148); -lean_dec(x_146); -lean_inc(x_144); -x_149 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_144, x_148); -x_150 = !lean_is_exclusive(x_149); -if (x_150 == 0) +lean_inc(x_128); +x_131 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_128, x_2); +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +lean_inc(x_129); +x_134 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_129, x_133); +x_135 = !lean_is_exclusive(x_134); +if (x_135 == 0) { -lean_object* x_151; lean_object* x_152; size_t x_153; size_t x_154; uint8_t x_155; -x_151 = lean_ctor_get(x_149, 0); -lean_inc(x_144); -lean_inc(x_143); -lean_inc(x_142); -x_152 = l_Lean_Expr_forallE___override(x_142, x_143, x_144, x_145); -x_153 = lean_ptr_addr(x_143); -lean_dec(x_143); -x_154 = lean_ptr_addr(x_147); -x_155 = lean_usize_dec_eq(x_153, x_154); -if (x_155 == 0) +lean_object* x_136; lean_object* x_137; size_t x_138; size_t x_139; uint8_t x_140; +x_136 = lean_ctor_get(x_134, 0); +lean_inc(x_129); +lean_inc(x_128); +lean_inc(x_127); +x_137 = l_Lean_Expr_forallE___override(x_127, x_128, x_129, x_130); +x_138 = lean_ptr_addr(x_128); +lean_dec(x_128); +x_139 = lean_ptr_addr(x_132); +x_140 = lean_usize_dec_eq(x_138, x_139); +if (x_140 == 0) { -lean_object* x_156; -lean_dec(x_152); -lean_dec(x_144); -x_156 = l_Lean_Expr_forallE___override(x_142, x_147, x_151, x_145); -lean_ctor_set(x_149, 0, x_156); -return x_149; +lean_object* x_141; +lean_dec(x_137); +lean_dec(x_129); +x_141 = l_Lean_Expr_forallE___override(x_127, x_132, x_136, x_130); +lean_ctor_set(x_134, 0, x_141); +return x_134; } else { -size_t x_157; size_t x_158; uint8_t x_159; -x_157 = lean_ptr_addr(x_144); -lean_dec(x_144); -x_158 = lean_ptr_addr(x_151); -x_159 = lean_usize_dec_eq(x_157, x_158); -if (x_159 == 0) +size_t x_142; size_t x_143; uint8_t x_144; +x_142 = lean_ptr_addr(x_129); +lean_dec(x_129); +x_143 = lean_ptr_addr(x_136); +x_144 = lean_usize_dec_eq(x_142, x_143); +if (x_144 == 0) { -lean_object* x_160; -lean_dec(x_152); -x_160 = l_Lean_Expr_forallE___override(x_142, x_147, x_151, x_145); -lean_ctor_set(x_149, 0, x_160); -return x_149; +lean_object* x_145; +lean_dec(x_137); +x_145 = l_Lean_Expr_forallE___override(x_127, x_132, x_136, x_130); +lean_ctor_set(x_134, 0, x_145); +return x_134; } else { -uint8_t x_161; -x_161 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_145, x_145); -if (x_161 == 0) +uint8_t x_146; +x_146 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_130, x_130); +if (x_146 == 0) { -lean_object* x_162; -lean_dec(x_152); -x_162 = l_Lean_Expr_forallE___override(x_142, x_147, x_151, x_145); -lean_ctor_set(x_149, 0, x_162); -return x_149; +lean_object* x_147; +lean_dec(x_137); +x_147 = l_Lean_Expr_forallE___override(x_127, x_132, x_136, x_130); +lean_ctor_set(x_134, 0, x_147); +return x_134; } else { -lean_dec(x_151); -lean_dec(x_147); -lean_dec(x_142); -lean_ctor_set(x_149, 0, x_152); -return x_149; +lean_dec(x_136); +lean_dec(x_132); +lean_dec(x_127); +lean_ctor_set(x_134, 0, x_137); +return x_134; } } } } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; size_t x_166; size_t x_167; uint8_t x_168; -x_163 = lean_ctor_get(x_149, 0); -x_164 = lean_ctor_get(x_149, 1); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_149); -lean_inc(x_144); -lean_inc(x_143); -lean_inc(x_142); -x_165 = l_Lean_Expr_forallE___override(x_142, x_143, x_144, x_145); -x_166 = lean_ptr_addr(x_143); -lean_dec(x_143); -x_167 = lean_ptr_addr(x_147); -x_168 = lean_usize_dec_eq(x_166, x_167); -if (x_168 == 0) +lean_object* x_148; lean_object* x_149; lean_object* x_150; size_t x_151; size_t x_152; uint8_t x_153; +x_148 = lean_ctor_get(x_134, 0); +x_149 = lean_ctor_get(x_134, 1); +lean_inc(x_149); +lean_inc(x_148); +lean_dec(x_134); +lean_inc(x_129); +lean_inc(x_128); +lean_inc(x_127); +x_150 = l_Lean_Expr_forallE___override(x_127, x_128, x_129, x_130); +x_151 = lean_ptr_addr(x_128); +lean_dec(x_128); +x_152 = lean_ptr_addr(x_132); +x_153 = lean_usize_dec_eq(x_151, x_152); +if (x_153 == 0) { -lean_object* x_169; lean_object* x_170; -lean_dec(x_165); -lean_dec(x_144); -x_169 = l_Lean_Expr_forallE___override(x_142, x_147, x_163, x_145); -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_164); -return x_170; +lean_object* x_154; lean_object* x_155; +lean_dec(x_150); +lean_dec(x_129); +x_154 = l_Lean_Expr_forallE___override(x_127, x_132, x_148, x_130); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_149); +return x_155; } else { -size_t x_171; size_t x_172; uint8_t x_173; -x_171 = lean_ptr_addr(x_144); -lean_dec(x_144); -x_172 = lean_ptr_addr(x_163); -x_173 = lean_usize_dec_eq(x_171, x_172); -if (x_173 == 0) +size_t x_156; size_t x_157; uint8_t x_158; +x_156 = lean_ptr_addr(x_129); +lean_dec(x_129); +x_157 = lean_ptr_addr(x_148); +x_158 = lean_usize_dec_eq(x_156, x_157); +if (x_158 == 0) { -lean_object* x_174; lean_object* x_175; -lean_dec(x_165); -x_174 = l_Lean_Expr_forallE___override(x_142, x_147, x_163, x_145); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_175, 1, x_164); -return x_175; +lean_object* x_159; lean_object* x_160; +lean_dec(x_150); +x_159 = l_Lean_Expr_forallE___override(x_127, x_132, x_148, x_130); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_149); +return x_160; } else { -uint8_t x_176; -x_176 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_145, x_145); -if (x_176 == 0) +uint8_t x_161; +x_161 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_130, x_130); +if (x_161 == 0) { -lean_object* x_177; lean_object* x_178; -lean_dec(x_165); -x_177 = l_Lean_Expr_forallE___override(x_142, x_147, x_163, x_145); -x_178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_178, 0, x_177); -lean_ctor_set(x_178, 1, x_164); -return x_178; +lean_object* x_162; lean_object* x_163; +lean_dec(x_150); +x_162 = l_Lean_Expr_forallE___override(x_127, x_132, x_148, x_130); +x_163 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_149); +return x_163; } else { -lean_object* x_179; -lean_dec(x_163); -lean_dec(x_147); -lean_dec(x_142); -x_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_165); -lean_ctor_set(x_179, 1, x_164); -return x_179; +lean_object* x_164; +lean_dec(x_148); +lean_dec(x_132); +lean_dec(x_127); +x_164 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_164, 0, x_150); +lean_ctor_set(x_164, 1, x_149); +return x_164; } } } @@ -2552,164 +2541,164 @@ return x_179; } case 8: { -lean_object* x_180; lean_object* x_181; lean_object* x_182; lean_object* x_183; uint8_t 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; uint8_t x_192; -x_180 = lean_ctor_get(x_1, 0); -lean_inc(x_180); -x_181 = lean_ctor_get(x_1, 1); -lean_inc(x_181); -x_182 = lean_ctor_get(x_1, 2); -lean_inc(x_182); -x_183 = lean_ctor_get(x_1, 3); -lean_inc(x_183); -x_184 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); -lean_inc(x_181); -x_185 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_181, x_2); -x_186 = lean_ctor_get(x_185, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_185, 1); -lean_inc(x_187); -lean_dec(x_185); -lean_inc(x_182); -x_188 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_182, x_187); -x_189 = lean_ctor_get(x_188, 0); -lean_inc(x_189); -x_190 = lean_ctor_get(x_188, 1); -lean_inc(x_190); -lean_dec(x_188); -lean_inc(x_183); -x_191 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_183, x_190); -x_192 = !lean_is_exclusive(x_191); -if (x_192 == 0) -{ -lean_object* x_193; size_t x_194; size_t x_195; uint8_t x_196; -x_193 = lean_ctor_get(x_191, 0); -x_194 = lean_ptr_addr(x_181); -lean_dec(x_181); -x_195 = lean_ptr_addr(x_186); -x_196 = lean_usize_dec_eq(x_194, x_195); -if (x_196 == 0) -{ -lean_object* x_197; -lean_dec(x_183); -lean_dec(x_182); +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; uint8_t 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_165 = lean_ctor_get(x_1, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_1, 1); +lean_inc(x_166); +x_167 = lean_ctor_get(x_1, 2); +lean_inc(x_167); +x_168 = lean_ctor_get(x_1, 3); +lean_inc(x_168); +x_169 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +lean_inc(x_166); +x_170 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_166, x_2); +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_170, 1); +lean_inc(x_172); +lean_dec(x_170); +lean_inc(x_167); +x_173 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_167, x_172); +x_174 = lean_ctor_get(x_173, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_173, 1); +lean_inc(x_175); +lean_dec(x_173); +lean_inc(x_168); +x_176 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_168, x_175); +x_177 = !lean_is_exclusive(x_176); +if (x_177 == 0) +{ +lean_object* x_178; size_t x_179; size_t x_180; uint8_t x_181; +x_178 = lean_ctor_get(x_176, 0); +x_179 = lean_ptr_addr(x_166); +lean_dec(x_166); +x_180 = lean_ptr_addr(x_171); +x_181 = lean_usize_dec_eq(x_179, x_180); +if (x_181 == 0) +{ +lean_object* x_182; +lean_dec(x_168); +lean_dec(x_167); lean_dec(x_1); -x_197 = l_Lean_Expr_letE___override(x_180, x_186, x_189, x_193, x_184); -lean_ctor_set(x_191, 0, x_197); -return x_191; +x_182 = l_Lean_Expr_letE___override(x_165, x_171, x_174, x_178, x_169); +lean_ctor_set(x_176, 0, x_182); +return x_176; } else { -size_t x_198; size_t x_199; uint8_t x_200; -x_198 = lean_ptr_addr(x_182); -lean_dec(x_182); -x_199 = lean_ptr_addr(x_189); -x_200 = lean_usize_dec_eq(x_198, x_199); -if (x_200 == 0) +size_t x_183; size_t x_184; uint8_t x_185; +x_183 = lean_ptr_addr(x_167); +lean_dec(x_167); +x_184 = lean_ptr_addr(x_174); +x_185 = lean_usize_dec_eq(x_183, x_184); +if (x_185 == 0) { -lean_object* x_201; -lean_dec(x_183); +lean_object* x_186; +lean_dec(x_168); lean_dec(x_1); -x_201 = l_Lean_Expr_letE___override(x_180, x_186, x_189, x_193, x_184); -lean_ctor_set(x_191, 0, x_201); -return x_191; +x_186 = l_Lean_Expr_letE___override(x_165, x_171, x_174, x_178, x_169); +lean_ctor_set(x_176, 0, x_186); +return x_176; } else { -size_t x_202; size_t x_203; uint8_t x_204; -x_202 = lean_ptr_addr(x_183); -lean_dec(x_183); -x_203 = lean_ptr_addr(x_193); -x_204 = lean_usize_dec_eq(x_202, x_203); -if (x_204 == 0) +size_t x_187; size_t x_188; uint8_t x_189; +x_187 = lean_ptr_addr(x_168); +lean_dec(x_168); +x_188 = lean_ptr_addr(x_178); +x_189 = lean_usize_dec_eq(x_187, x_188); +if (x_189 == 0) { -lean_object* x_205; +lean_object* x_190; lean_dec(x_1); -x_205 = l_Lean_Expr_letE___override(x_180, x_186, x_189, x_193, x_184); -lean_ctor_set(x_191, 0, x_205); -return x_191; +x_190 = l_Lean_Expr_letE___override(x_165, x_171, x_174, x_178, x_169); +lean_ctor_set(x_176, 0, x_190); +return x_176; } else { -lean_dec(x_193); -lean_dec(x_189); -lean_dec(x_186); -lean_dec(x_180); -lean_ctor_set(x_191, 0, x_1); -return x_191; +lean_dec(x_178); +lean_dec(x_174); +lean_dec(x_171); +lean_dec(x_165); +lean_ctor_set(x_176, 0, x_1); +return x_176; } } } } else { -lean_object* x_206; lean_object* x_207; size_t x_208; size_t x_209; uint8_t x_210; -x_206 = lean_ctor_get(x_191, 0); -x_207 = lean_ctor_get(x_191, 1); -lean_inc(x_207); -lean_inc(x_206); -lean_dec(x_191); -x_208 = lean_ptr_addr(x_181); -lean_dec(x_181); -x_209 = lean_ptr_addr(x_186); -x_210 = lean_usize_dec_eq(x_208, x_209); -if (x_210 == 0) -{ -lean_object* x_211; lean_object* x_212; -lean_dec(x_183); -lean_dec(x_182); +lean_object* x_191; lean_object* x_192; size_t x_193; size_t x_194; uint8_t x_195; +x_191 = lean_ctor_get(x_176, 0); +x_192 = lean_ctor_get(x_176, 1); +lean_inc(x_192); +lean_inc(x_191); +lean_dec(x_176); +x_193 = lean_ptr_addr(x_166); +lean_dec(x_166); +x_194 = lean_ptr_addr(x_171); +x_195 = lean_usize_dec_eq(x_193, x_194); +if (x_195 == 0) +{ +lean_object* x_196; lean_object* x_197; +lean_dec(x_168); +lean_dec(x_167); lean_dec(x_1); -x_211 = l_Lean_Expr_letE___override(x_180, x_186, x_189, x_206, x_184); -x_212 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_212, 0, x_211); -lean_ctor_set(x_212, 1, x_207); -return x_212; +x_196 = l_Lean_Expr_letE___override(x_165, x_171, x_174, x_191, x_169); +x_197 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_197, 0, x_196); +lean_ctor_set(x_197, 1, x_192); +return x_197; } else { -size_t x_213; size_t x_214; uint8_t x_215; -x_213 = lean_ptr_addr(x_182); -lean_dec(x_182); -x_214 = lean_ptr_addr(x_189); -x_215 = lean_usize_dec_eq(x_213, x_214); -if (x_215 == 0) +size_t x_198; size_t x_199; uint8_t x_200; +x_198 = lean_ptr_addr(x_167); +lean_dec(x_167); +x_199 = lean_ptr_addr(x_174); +x_200 = lean_usize_dec_eq(x_198, x_199); +if (x_200 == 0) { -lean_object* x_216; lean_object* x_217; -lean_dec(x_183); +lean_object* x_201; lean_object* x_202; +lean_dec(x_168); lean_dec(x_1); -x_216 = l_Lean_Expr_letE___override(x_180, x_186, x_189, x_206, x_184); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_207); -return x_217; +x_201 = l_Lean_Expr_letE___override(x_165, x_171, x_174, x_191, x_169); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_201); +lean_ctor_set(x_202, 1, x_192); +return x_202; } else { -size_t x_218; size_t x_219; uint8_t x_220; -x_218 = lean_ptr_addr(x_183); -lean_dec(x_183); -x_219 = lean_ptr_addr(x_206); -x_220 = lean_usize_dec_eq(x_218, x_219); -if (x_220 == 0) +size_t x_203; size_t x_204; uint8_t x_205; +x_203 = lean_ptr_addr(x_168); +lean_dec(x_168); +x_204 = lean_ptr_addr(x_191); +x_205 = lean_usize_dec_eq(x_203, x_204); +if (x_205 == 0) { -lean_object* x_221; lean_object* x_222; +lean_object* x_206; lean_object* x_207; lean_dec(x_1); -x_221 = l_Lean_Expr_letE___override(x_180, x_186, x_189, x_206, x_184); -x_222 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_222, 0, x_221); -lean_ctor_set(x_222, 1, x_207); -return x_222; +x_206 = l_Lean_Expr_letE___override(x_165, x_171, x_174, x_191, x_169); +x_207 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_207, 0, x_206); +lean_ctor_set(x_207, 1, x_192); +return x_207; } else { -lean_object* x_223; -lean_dec(x_206); -lean_dec(x_189); -lean_dec(x_186); -lean_dec(x_180); -x_223 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_223, 0, x_1); -lean_ctor_set(x_223, 1, x_207); -return x_223; +lean_object* x_208; +lean_dec(x_191); +lean_dec(x_174); +lean_dec(x_171); +lean_dec(x_165); +x_208 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_208, 0, x_1); +lean_ctor_set(x_208, 1, x_192); +return x_208; } } } @@ -2717,154 +2706,163 @@ return x_223; } case 10: { -lean_object* x_224; lean_object* x_225; lean_object* x_226; uint8_t x_227; -x_224 = lean_ctor_get(x_1, 0); -lean_inc(x_224); -x_225 = lean_ctor_get(x_1, 1); -lean_inc(x_225); -lean_inc(x_225); -x_226 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_225, x_2); -x_227 = !lean_is_exclusive(x_226); -if (x_227 == 0) -{ -lean_object* x_228; size_t x_229; size_t x_230; uint8_t x_231; -x_228 = lean_ctor_get(x_226, 0); -x_229 = lean_ptr_addr(x_225); -lean_dec(x_225); -x_230 = lean_ptr_addr(x_228); -x_231 = lean_usize_dec_eq(x_229, x_230); -if (x_231 == 0) -{ -lean_object* x_232; +lean_object* x_209; lean_object* x_210; lean_object* x_211; uint8_t x_212; +x_209 = lean_ctor_get(x_1, 0); +lean_inc(x_209); +x_210 = lean_ctor_get(x_1, 1); +lean_inc(x_210); +lean_inc(x_210); +x_211 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_210, x_2); +x_212 = !lean_is_exclusive(x_211); +if (x_212 == 0) +{ +lean_object* x_213; size_t x_214; size_t x_215; uint8_t x_216; +x_213 = lean_ctor_get(x_211, 0); +x_214 = lean_ptr_addr(x_210); +lean_dec(x_210); +x_215 = lean_ptr_addr(x_213); +x_216 = lean_usize_dec_eq(x_214, x_215); +if (x_216 == 0) +{ +lean_object* x_217; lean_dec(x_1); -x_232 = l_Lean_Expr_mdata___override(x_224, x_228); -lean_ctor_set(x_226, 0, x_232); -return x_226; +x_217 = l_Lean_Expr_mdata___override(x_209, x_213); +lean_ctor_set(x_211, 0, x_217); +return x_211; } else { -lean_dec(x_228); -lean_dec(x_224); -lean_ctor_set(x_226, 0, x_1); -return x_226; +lean_dec(x_213); +lean_dec(x_209); +lean_ctor_set(x_211, 0, x_1); +return x_211; } } else { -lean_object* x_233; lean_object* x_234; size_t x_235; size_t x_236; uint8_t x_237; -x_233 = lean_ctor_get(x_226, 0); -x_234 = lean_ctor_get(x_226, 1); -lean_inc(x_234); -lean_inc(x_233); -lean_dec(x_226); -x_235 = lean_ptr_addr(x_225); -lean_dec(x_225); -x_236 = lean_ptr_addr(x_233); -x_237 = lean_usize_dec_eq(x_235, x_236); -if (x_237 == 0) +lean_object* x_218; lean_object* x_219; size_t x_220; size_t x_221; uint8_t x_222; +x_218 = lean_ctor_get(x_211, 0); +x_219 = lean_ctor_get(x_211, 1); +lean_inc(x_219); +lean_inc(x_218); +lean_dec(x_211); +x_220 = lean_ptr_addr(x_210); +lean_dec(x_210); +x_221 = lean_ptr_addr(x_218); +x_222 = lean_usize_dec_eq(x_220, x_221); +if (x_222 == 0) { -lean_object* x_238; lean_object* x_239; +lean_object* x_223; lean_object* x_224; lean_dec(x_1); -x_238 = l_Lean_Expr_mdata___override(x_224, x_233); -x_239 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_234); -return x_239; +x_223 = l_Lean_Expr_mdata___override(x_209, x_218); +x_224 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_224, 0, x_223); +lean_ctor_set(x_224, 1, x_219); +return x_224; } else { -lean_object* x_240; -lean_dec(x_233); -lean_dec(x_224); -x_240 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_240, 0, x_1); -lean_ctor_set(x_240, 1, x_234); -return x_240; +lean_object* x_225; +lean_dec(x_218); +lean_dec(x_209); +x_225 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_225, 0, x_1); +lean_ctor_set(x_225, 1, x_219); +return x_225; } } } case 11: { -lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; uint8_t x_245; -x_241 = lean_ctor_get(x_1, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_1, 1); -lean_inc(x_242); -x_243 = lean_ctor_get(x_1, 2); -lean_inc(x_243); -lean_inc(x_243); -x_244 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_243, x_2); -x_245 = !lean_is_exclusive(x_244); -if (x_245 == 0) +lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; uint8_t x_230; +x_226 = lean_ctor_get(x_1, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_1, 1); +lean_inc(x_227); +x_228 = lean_ctor_get(x_1, 2); +lean_inc(x_228); +lean_inc(x_228); +x_229 = l_Lean_Meta_SynthInstance_MkTableKey_normExpr(x_228, x_2); +x_230 = !lean_is_exclusive(x_229); +if (x_230 == 0) { -lean_object* x_246; size_t x_247; size_t x_248; uint8_t x_249; -x_246 = lean_ctor_get(x_244, 0); -x_247 = lean_ptr_addr(x_243); -lean_dec(x_243); -x_248 = lean_ptr_addr(x_246); -x_249 = lean_usize_dec_eq(x_247, x_248); -if (x_249 == 0) +lean_object* x_231; size_t x_232; size_t x_233; uint8_t x_234; +x_231 = lean_ctor_get(x_229, 0); +x_232 = lean_ptr_addr(x_228); +lean_dec(x_228); +x_233 = lean_ptr_addr(x_231); +x_234 = lean_usize_dec_eq(x_232, x_233); +if (x_234 == 0) { -lean_object* x_250; +lean_object* x_235; lean_dec(x_1); -x_250 = l_Lean_Expr_proj___override(x_241, x_242, x_246); -lean_ctor_set(x_244, 0, x_250); -return x_244; +x_235 = l_Lean_Expr_proj___override(x_226, x_227, x_231); +lean_ctor_set(x_229, 0, x_235); +return x_229; } else { -lean_dec(x_246); -lean_dec(x_242); -lean_dec(x_241); -lean_ctor_set(x_244, 0, x_1); -return x_244; +lean_dec(x_231); +lean_dec(x_227); +lean_dec(x_226); +lean_ctor_set(x_229, 0, x_1); +return x_229; } } else { -lean_object* x_251; lean_object* x_252; size_t x_253; size_t x_254; uint8_t x_255; -x_251 = lean_ctor_get(x_244, 0); -x_252 = lean_ctor_get(x_244, 1); -lean_inc(x_252); -lean_inc(x_251); -lean_dec(x_244); -x_253 = lean_ptr_addr(x_243); -lean_dec(x_243); -x_254 = lean_ptr_addr(x_251); -x_255 = lean_usize_dec_eq(x_253, x_254); -if (x_255 == 0) +lean_object* x_236; lean_object* x_237; size_t x_238; size_t x_239; uint8_t x_240; +x_236 = lean_ctor_get(x_229, 0); +x_237 = lean_ctor_get(x_229, 1); +lean_inc(x_237); +lean_inc(x_236); +lean_dec(x_229); +x_238 = lean_ptr_addr(x_228); +lean_dec(x_228); +x_239 = lean_ptr_addr(x_236); +x_240 = lean_usize_dec_eq(x_238, x_239); +if (x_240 == 0) { -lean_object* x_256; lean_object* x_257; +lean_object* x_241; lean_object* x_242; lean_dec(x_1); -x_256 = l_Lean_Expr_proj___override(x_241, x_242, x_251); -x_257 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_257, 0, x_256); -lean_ctor_set(x_257, 1, x_252); -return x_257; +x_241 = l_Lean_Expr_proj___override(x_226, x_227, x_236); +x_242 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_242, 0, x_241); +lean_ctor_set(x_242, 1, x_237); +return x_242; } else { -lean_object* x_258; -lean_dec(x_251); -lean_dec(x_242); -lean_dec(x_241); -x_258 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_258, 0, x_1); -lean_ctor_set(x_258, 1, x_252); -return x_258; +lean_object* x_243; +lean_dec(x_236); +lean_dec(x_227); +lean_dec(x_226); +x_243 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_243, 0, x_1); +lean_ctor_set(x_243, 1, x_237); +return x_243; } } } default: { -lean_object* x_259; -x_259 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_259, 0, x_1); -lean_ctor_set(x_259, 1, x_2); -return x_259; +lean_object* x_244; +x_244 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_244, 0, x_1); +lean_ctor_set(x_244, 1, x_2); +return x_244; } } } +else +{ +lean_object* x_245; +x_245 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_245, 0, x_1); +lean_ctor_set(x_245, 1, x_2); +return x_245; +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_SynthInstance_mkTableKey___rarg___lambda__1(lean_object* x_1, lean_object* x_2) { @@ -5510,137 +5508,142 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9(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) { _start: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_57; lean_inc(x_1); x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance_newSubgoal___spec__10(x_1, 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); -x_14 = lean_unbox(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +x_57 = lean_unbox(x_13); lean_dec(x_13); -if (x_14 == 0) +if (x_57 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_2); -lean_dec(x_1); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); -return x_16; +uint8_t x_58; +x_58 = 1; +x_15 = x_58; +goto block_56; } else { -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_12, 1); -lean_inc(x_17); -lean_dec(x_12); -x_18 = lean_ctor_get(x_9, 5); +uint8_t x_59; +x_59 = 0; +x_15 = x_59; +goto block_56; +} +block_56: +{ +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; +x_16 = lean_ctor_get(x_9, 5); +lean_inc(x_16); +x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_14); +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -x_19 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_17); -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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); -lean_closure_set(x_22, 0, x_3); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); +lean_closure_set(x_20, 0, x_3); 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_23 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_23) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_newSubgoal___spec__12(x_20, x_5, x_6, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_22, 0); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); +x_25 = lean_ctor_get(x_22, 1); lean_inc(x_25); -lean_dec(x_23); -x_26 = lean_ctor_get(x_24, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); +lean_dec(x_22); 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_26); -x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_24); +x_26 = lean_apply_8(x_2, x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_26) == 0) { -if (lean_obj_tag(x_27) == 0) +if (lean_obj_tag(x_25) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -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 = lean_box(0); -x_32 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_28); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_32; +lean_dec(x_24); +return x_30; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_33 = lean_ctor_get(x_28, 0); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); lean_inc(x_33); -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); -x_35 = lean_ctor_get(x_27, 0); -lean_inc(x_35); -lean_dec(x_27); -x_36 = lean_unbox_float(x_35); -lean_dec(x_35); -x_37 = lean_float_to_string(x_36); -x_38 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_38, 0, x_37); -x_39 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +x_39 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_39, 0, x_38); -x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +lean_ctor_set(x_39, 1, x_37); +x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; 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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; x_44 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_33); -x_45 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; -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 = lean_box(0); -x_48 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_32); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_48; +lean_dec(x_24); +return x_46; } } else { -uint8_t x_49; -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_20); +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); +lean_dec(x_16); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -5648,31 +5651,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_28); -if (x_49 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_28; +return x_26; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_28, 0); -x_51 = lean_ctor_get(x_28, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_28); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } } else { -uint8_t x_53; -lean_dec(x_20); +uint8_t x_51; lean_dec(x_18); +lean_dec(x_16); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -5681,26 +5684,35 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_23); -if (x_53 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_23; +return x_21; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_23, 0); -x_55 = lean_ctor_get(x_23, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_23); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; } } } +else +{ +lean_object* x_55; +lean_dec(x_2); +lean_dec(x_1); +x_55 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +return x_55; +} +} } } LEAN_EXPORT lean_object* l_Lean_withTraceNode_x27___at_Lean_Meta_SynthInstance_newSubgoal___spec__8___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) { @@ -7784,186 +7796,200 @@ return x_15; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3(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; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_55; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_55 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_55 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_56; +x_56 = 1; +x_13 = x_56; +goto block_54; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); +uint8_t x_57; +x_57 = 0; +x_13 = x_57; +goto block_54; +} +block_54: +{ +if (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_7, 5); +lean_inc(x_14); +x_15 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1), 6, 1); -lean_closure_set(x_20, 0, x_3); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1), 6, 1); +lean_closure_set(x_18, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_tryResolve___spec__4(x_20, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_21) == 0) +x_19 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_tryResolve___spec__4(x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_21, 0); +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_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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); +lean_dec(x_20); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_24); -x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_22); +x_24 = lean_apply_6(x_2, x_22, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_24) == 0) { -if (lean_obj_tag(x_25) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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 = lean_box(0); -x_30 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +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 = lean_box(0); +x_28 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_16, x_1, x_14, x_4, x_22, x_25, x_27, x_5, x_6, x_7, x_8, x_26); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_30; +lean_dec(x_22); +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_31 = lean_ctor_get(x_26, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; double 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_object* x_42; lean_object* x_43; lean_object* x_44; +x_29 = lean_ctor_get(x_24, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = lean_ctor_get(x_23, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_ctor_get(x_25, 0); -lean_inc(x_33); -lean_dec(x_25); -x_34 = lean_unbox_float(x_33); -lean_dec(x_33); -x_35 = lean_float_to_string(x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_23); +x_32 = lean_unbox_float(x_31); +lean_dec(x_31); +x_33 = lean_float_to_string(x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; 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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_29); +x_41 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_31); -x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; -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 = lean_box(0); -x_46 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_box(0); +x_44 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__2(x_16, x_1, x_14, x_4, x_22, x_42, x_43, x_5, x_6, x_7, x_8, x_30); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_46; +lean_dec(x_22); +return x_44; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_18); +uint8_t x_45; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_16); +lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_26); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_26; +return x_24; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_26, 0); -x_49 = lean_ctor_get(x_26, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_26); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_49; lean_dec(x_16); +lean_dec(x_14); 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_51 = !lean_is_exclusive(x_21); -if (x_51 == 0) +x_49 = !lean_is_exclusive(x_19); +if (x_49 == 0) { -return x_21; +return x_19; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_21, 0); -x_53 = lean_ctor_get(x_21, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_21); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_19, 0); +x_51 = lean_ctor_get(x_19, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_19); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} } } +else +{ +lean_object* x_53; +lean_dec(x_2); +lean_dec(x_1); +x_53 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_53; +} } } } @@ -9932,137 +9958,142 @@ return x_17; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3(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) { _start: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_57; lean_inc(x_1); x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance_newSubgoal___spec__10(x_1, 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); -x_14 = lean_unbox(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +x_57 = lean_unbox(x_13); lean_dec(x_13); -if (x_14 == 0) +if (x_57 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_2); -lean_dec(x_1); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); -return x_16; +uint8_t x_58; +x_58 = 1; +x_15 = x_58; +goto block_56; } else { -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_12, 1); -lean_inc(x_17); -lean_dec(x_12); -x_18 = lean_ctor_get(x_9, 5); +uint8_t x_59; +x_59 = 0; +x_15 = x_59; +goto block_56; +} +block_56: +{ +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; +x_16 = lean_ctor_get(x_9, 5); +lean_inc(x_16); +x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_14); +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -x_19 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_17); -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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); -lean_closure_set(x_22, 0, x_3); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); +lean_closure_set(x_20, 0, x_3); 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_23 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_addAnswer___spec__4(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_23) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_addAnswer___spec__4(x_20, x_5, x_6, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_22, 0); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); +x_25 = lean_ctor_get(x_22, 1); lean_inc(x_25); -lean_dec(x_23); -x_26 = lean_ctor_get(x_24, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); +lean_dec(x_22); 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_26); -x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_24); +x_26 = lean_apply_8(x_2, x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_26) == 0) { -if (lean_obj_tag(x_27) == 0) +if (lean_obj_tag(x_25) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -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 = lean_box(0); -x_32 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_28); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_32; +lean_dec(x_24); +return x_30; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_33 = lean_ctor_get(x_28, 0); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); lean_inc(x_33); -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); -x_35 = lean_ctor_get(x_27, 0); -lean_inc(x_35); -lean_dec(x_27); -x_36 = lean_unbox_float(x_35); -lean_dec(x_35); -x_37 = lean_float_to_string(x_36); -x_38 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_38, 0, x_37); -x_39 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +x_39 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_39, 0, x_38); -x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +lean_ctor_set(x_39, 1, x_37); +x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; 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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; x_44 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_33); -x_45 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; -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 = lean_box(0); -x_48 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_addAnswer___spec__3___lambda__1(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_32); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_48; +lean_dec(x_24); +return x_46; } } else { -uint8_t x_49; -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_20); +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); +lean_dec(x_16); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -10070,31 +10101,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_28); -if (x_49 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_28; +return x_26; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_28, 0); -x_51 = lean_ctor_get(x_28, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_28); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } } else { -uint8_t x_53; -lean_dec(x_20); +uint8_t x_51; lean_dec(x_18); +lean_dec(x_16); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -10103,25 +10134,34 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_23); -if (x_53 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_23; +return x_21; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_23, 0); -x_55 = lean_ctor_get(x_23, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_23); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; +} } } +else +{ +lean_object* x_55; +lean_dec(x_2); +lean_dec(x_1); +x_55 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +return x_55; +} } } } @@ -12234,101 +12274,96 @@ lean_inc(x_2); x_7 = lean_infer_type(x_1, x_2, x_3, 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; uint8_t x_11; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_20; 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); x_10 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_8, x_2, x_3, x_4, x_5, x_9); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_10, 1); -x_14 = l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_hasUnusedArguments(x_12); -if (x_14 == 0) +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_13 = x_10; +} else { + lean_dec_ref(x_10); + x_13 = lean_box(0); +} +x_20 = l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_hasUnusedArguments(x_11); +if (x_20 == 0) { -lean_object* x_15; -lean_dec(x_12); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_15 = lean_box(0); -lean_ctor_set(x_10, 0, x_15); -return x_10; +uint8_t x_21; +x_21 = 1; +x_14 = x_21; +goto block_19; } else { -lean_object* x_16; lean_object* x_17; -lean_free_object(x_10); -lean_inc(x_12); -x_16 = lean_alloc_closure((void*)(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__3), 8, 1); -lean_closure_set(x_16, 0, x_12); -x_17 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_12, x_16, x_2, x_3, x_4, x_5, x_13); -return x_17; +uint8_t x_22; +x_22 = 0; +x_14 = x_22; +goto block_19; } +block_19: +{ +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_13); +lean_inc(x_11); +x_15 = lean_alloc_closure((void*)(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__3), 8, 1); +lean_closure_set(x_15, 0, x_11); +x_16 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_11, x_15, x_2, x_3, x_4, x_5, x_12); +return x_16; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = lean_ctor_get(x_10, 0); -x_19 = lean_ctor_get(x_10, 1); -lean_inc(x_19); -lean_inc(x_18); -lean_dec(x_10); -x_20 = l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_hasUnusedArguments(x_18); -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; -lean_dec(x_18); +lean_object* x_17; lean_object* x_18; +lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_21 = lean_box(0); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_19); -return x_22; +x_17 = lean_box(0); +if (lean_is_scalar(x_13)) { + x_18 = lean_alloc_ctor(0, 2, 0); +} else { + x_18 = x_13; } -else -{ -lean_object* x_23; lean_object* x_24; -lean_inc(x_18); -x_23 = lean_alloc_closure((void*)(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___lambda__3), 8, 1); -lean_closure_set(x_23, 0, x_18); -x_24 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_18, x_23, x_2, x_3, x_4, x_5, x_19); -return x_24; +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_12); +return x_18; } } } else { -uint8_t x_25; +uint8_t x_23; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_25 = !lean_is_exclusive(x_7); -if (x_25 == 0) +x_23 = !lean_is_exclusive(x_7); +if (x_23 == 0) { return x_7; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_7, 0); -x_27 = lean_ctor_get(x_7, 1); -lean_inc(x_27); -lean_inc(x_26); +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_7, 0); +x_25 = lean_ctor_get(x_7, 1); +lean_inc(x_25); +lean_inc(x_24); lean_dec(x_7); -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; +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; } } } @@ -15041,137 +15076,142 @@ return x_17; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1(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) { _start: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_57; lean_inc(x_1); x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_SynthInstance_newSubgoal___spec__10(x_1, 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); -x_14 = lean_unbox(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +x_57 = lean_unbox(x_13); lean_dec(x_13); -if (x_14 == 0) +if (x_57 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_2); -lean_dec(x_1); -x_15 = lean_ctor_get(x_12, 1); -lean_inc(x_15); -lean_dec(x_12); -x_16 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_15); -return x_16; +uint8_t x_58; +x_58 = 1; +x_15 = x_58; +goto block_56; } else { -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_12, 1); -lean_inc(x_17); -lean_dec(x_12); -x_18 = lean_ctor_get(x_9, 5); +uint8_t x_59; +x_59 = 0; +x_15 = x_59; +goto block_56; +} +block_56: +{ +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; +x_16 = lean_ctor_get(x_9, 5); +lean_inc(x_16); +x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_14); +x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -x_19 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_SynthInstance_newSubgoal___spec__11___rarg(x_10, x_17); -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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); -lean_closure_set(x_22, 0, x_3); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +lean_dec(x_17); +x_20 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___lambda__1), 8, 1); +lean_closure_set(x_20, 0, x_3); 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_23 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_generate___spec__2(x_22, x_5, x_6, x_7, x_8, x_9, x_10, x_21); -if (lean_obj_tag(x_23) == 0) +x_21 = l_Lean_withOptProfile___at_Lean_Meta_SynthInstance_generate___spec__2(x_20, x_5, x_6, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_21) == 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_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +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_22, 0); lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); +x_25 = lean_ctor_get(x_22, 1); lean_inc(x_25); -lean_dec(x_23); -x_26 = lean_ctor_get(x_24, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); +lean_dec(x_22); 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_26); -x_28 = lean_apply_8(x_2, x_26, x_5, x_6, x_7, x_8, x_9, x_10, x_25); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_24); +x_26 = lean_apply_8(x_2, x_24, x_5, x_6, x_7, x_8, x_9, x_10, x_23); +if (lean_obj_tag(x_26) == 0) { -if (lean_obj_tag(x_27) == 0) +if (lean_obj_tag(x_25) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -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 = lean_box(0); -x_32 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(x_20, x_1, x_18, x_4, x_26, x_29, x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_30); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +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 = lean_box(0); +x_30 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_9, x_10, x_28); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_32; +lean_dec(x_24); +return x_30; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; double x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_33 = lean_ctor_get(x_28, 0); +lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_26, 1); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_ctor_get(x_25, 0); lean_inc(x_33); -x_34 = lean_ctor_get(x_28, 1); -lean_inc(x_34); -lean_dec(x_28); -x_35 = lean_ctor_get(x_27, 0); -lean_inc(x_35); -lean_dec(x_27); -x_36 = lean_unbox_float(x_35); -lean_dec(x_35); -x_37 = lean_float_to_string(x_36); -x_38 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_38, 0, x_37); -x_39 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_25); +x_34 = lean_unbox_float(x_33); +lean_dec(x_33); +x_35 = lean_float_to_string(x_34); +x_36 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +x_39 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_39, 0, x_38); -x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +lean_ctor_set(x_39, 1, x_37); +x_40 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; 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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -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_33); -x_45 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; -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 = lean_box(0); -x_48 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(x_20, x_1, x_18, x_4, x_26, x_46, x_47, x_5, x_6, x_7, x_8, x_9, x_10, x_34); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_31); +x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; +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 = lean_box(0); +x_46 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_generate___spec__1___lambda__1(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_9, x_10, x_32); lean_dec(x_10); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_26); -return x_48; +lean_dec(x_24); +return x_46; } } else { -uint8_t x_49; -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_20); +uint8_t x_47; +lean_dec(x_25); +lean_dec(x_24); lean_dec(x_18); +lean_dec(x_16); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -15179,31 +15219,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_28); -if (x_49 == 0) +x_47 = !lean_is_exclusive(x_26); +if (x_47 == 0) { -return x_28; +return x_26; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_28, 0); -x_51 = lean_ctor_get(x_28, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_28); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_26, 0); +x_49 = lean_ctor_get(x_26, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_26); +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; } } } else { -uint8_t x_53; -lean_dec(x_20); +uint8_t x_51; lean_dec(x_18); +lean_dec(x_16); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -15212,25 +15252,34 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_23); -if (x_53 == 0) +x_51 = !lean_is_exclusive(x_21); +if (x_51 == 0) { -return x_23; +return x_21; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_23, 0); -x_55 = lean_ctor_get(x_23, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_23); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_21, 0); +x_53 = lean_ctor_get(x_21, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_21); +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; +} } } +else +{ +lean_object* x_55; +lean_dec(x_2); +lean_dec(x_1); +x_55 = lean_apply_7(x_3, x_5, x_6, x_7, x_8, x_9, x_10, x_14); +return x_55; +} } } } @@ -16575,330 +16624,213 @@ lean_object* x_8; x_8 = l_Lean_Meta_SynthInstance_checkMaxHeartbeats(x_1, x_2, x_3, x_4, x_5, x_6, x_7); if (lean_obj_tag(x_8) == 0) { -lean_object* x_9; lean_object* x_10; uint8_t x_11; +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_47; uint8_t x_48; x_9 = lean_ctor_get(x_8, 1); lean_inc(x_9); lean_dec(x_8); x_10 = lean_st_ref_get(x_2, x_9); -x_11 = !lean_is_exclusive(x_10); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_12, 2); -lean_inc(x_14); -x_15 = l_Array_isEmpty___rarg(x_14); -lean_dec(x_14); -if (x_15 == 0) -{ -lean_object* x_16; -lean_free_object(x_10); -lean_dec(x_12); -x_16 = l_Lean_Meta_SynthInstance_resume(x_1, x_2, x_3, x_4, x_5, x_6, x_13); -if (lean_obj_tag(x_16) == 0) -{ -uint8_t x_17; -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) -{ -lean_object* x_18; uint8_t x_19; lean_object* x_20; -x_18 = lean_ctor_get(x_16, 0); -lean_dec(x_18); -x_19 = 1; -x_20 = lean_box(x_19); -lean_ctor_set(x_16, 0, x_20); -return x_16; +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_13 = x_10; +} else { + lean_dec_ref(x_10); + x_13 = lean_box(0); } -else +x_47 = lean_ctor_get(x_11, 2); +lean_inc(x_47); +x_48 = l_Array_isEmpty___rarg(x_47); +lean_dec(x_47); +if (x_48 == 0) { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; -x_21 = lean_ctor_get(x_16, 1); -lean_inc(x_21); -lean_dec(x_16); -x_22 = 1; -x_23 = lean_box(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_21); -return x_24; -} +uint8_t x_49; +x_49 = 1; +x_14 = x_49; +goto block_46; } else { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_16); -if (x_25 == 0) -{ -return x_16; +uint8_t x_50; +x_50 = 0; +x_14 = x_50; +goto block_46; } -else +block_46: { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -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_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 +if (x_14 == 0) { -lean_object* x_29; uint8_t x_30; -x_29 = lean_ctor_get(x_12, 1); -lean_inc(x_29); -lean_dec(x_12); -x_30 = l_Array_isEmpty___rarg(x_29); -lean_dec(x_29); -if (x_30 == 0) +lean_object* x_15; uint8_t x_16; +x_15 = lean_ctor_get(x_11, 1); +lean_inc(x_15); +lean_dec(x_11); +x_16 = l_Array_isEmpty___rarg(x_15); +lean_dec(x_15); +if (x_16 == 0) { -lean_object* x_31; -lean_free_object(x_10); -x_31 = l_Lean_Meta_SynthInstance_generate(x_1, x_2, x_3, x_4, x_5, x_6, x_13); -if (lean_obj_tag(x_31) == 0) +lean_object* x_17; +lean_dec(x_13); +x_17 = l_Lean_Meta_SynthInstance_generate(x_1, x_2, x_3, x_4, x_5, x_6, x_12); +if (lean_obj_tag(x_17) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_18; +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) { -lean_object* x_33; uint8_t x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -lean_dec(x_33); -x_34 = 1; -x_35 = lean_box(x_34); -lean_ctor_set(x_31, 0, x_35); -return x_31; +lean_object* x_19; uint8_t x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +lean_dec(x_19); +x_20 = 1; +x_21 = lean_box(x_20); +lean_ctor_set(x_17, 0, x_21); +return x_17; } else { -lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_36 = lean_ctor_get(x_31, 1); -lean_inc(x_36); -lean_dec(x_31); -x_37 = 1; -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_36); -return x_39; +lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; +x_22 = lean_ctor_get(x_17, 1); +lean_inc(x_22); +lean_dec(x_17); +x_23 = 1; +x_24 = lean_box(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_22); +return x_25; } } else { -uint8_t x_40; -x_40 = !lean_is_exclusive(x_31); -if (x_40 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_17); +if (x_26 == 0) { -return x_31; +return x_17; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_31, 0); -x_42 = lean_ctor_get(x_31, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_31); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_17, 0); +x_28 = lean_ctor_get(x_17, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_17); +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; } } } else { -uint8_t x_44; lean_object* x_45; +uint8_t x_30; lean_object* x_31; lean_object* x_32; 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_44 = 0; -x_45 = lean_box(x_44); -lean_ctor_set(x_10, 0, x_45); -return x_10; +x_30 = 0; +x_31 = lean_box(x_30); +if (lean_is_scalar(x_13)) { + x_32 = lean_alloc_ctor(0, 2, 0); +} else { + x_32 = x_13; } +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_12); +return x_32; } } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; -x_46 = lean_ctor_get(x_10, 0); -x_47 = lean_ctor_get(x_10, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_10); -x_48 = lean_ctor_get(x_46, 2); -lean_inc(x_48); -x_49 = l_Array_isEmpty___rarg(x_48); -lean_dec(x_48); -if (x_49 == 0) -{ -lean_object* x_50; -lean_dec(x_46); -x_50 = l_Lean_Meta_SynthInstance_resume(x_1, x_2, x_3, x_4, x_5, x_6, x_47); -if (lean_obj_tag(x_50) == 0) +lean_object* x_33; +lean_dec(x_13); +lean_dec(x_11); +x_33 = l_Lean_Meta_SynthInstance_resume(x_1, x_2, x_3, x_4, x_5, x_6, x_12); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_55; -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_52 = x_50; -} else { - lean_dec_ref(x_50); - x_52 = lean_box(0); -} -x_53 = 1; -x_54 = lean_box(x_53); -if (lean_is_scalar(x_52)) { - x_55 = lean_alloc_ctor(0, 2, 0); -} else { - x_55 = x_52; -} -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_51); -return x_55; -} -else +uint8_t x_34; +x_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = lean_ctor_get(x_50, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_50, 1); -lean_inc(x_57); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_58 = x_50; -} else { - lean_dec_ref(x_50); - x_58 = lean_box(0); -} -if (lean_is_scalar(x_58)) { - x_59 = lean_alloc_ctor(1, 2, 0); -} else { - x_59 = x_58; -} -lean_ctor_set(x_59, 0, x_56); -lean_ctor_set(x_59, 1, x_57); -return x_59; -} +lean_object* x_35; uint8_t x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_33, 0); +lean_dec(x_35); +x_36 = 1; +x_37 = lean_box(x_36); +lean_ctor_set(x_33, 0, x_37); +return x_33; } else { -lean_object* x_60; uint8_t x_61; -x_60 = lean_ctor_get(x_46, 1); -lean_inc(x_60); -lean_dec(x_46); -x_61 = l_Array_isEmpty___rarg(x_60); -lean_dec(x_60); -if (x_61 == 0) -{ -lean_object* x_62; -x_62 = l_Lean_Meta_SynthInstance_generate(x_1, x_2, x_3, x_4, x_5, x_6, x_47); -if (lean_obj_tag(x_62) == 0) -{ -lean_object* x_63; lean_object* x_64; uint8_t x_65; lean_object* x_66; lean_object* x_67; -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_64 = x_62; -} else { - lean_dec_ref(x_62); - x_64 = lean_box(0); -} -x_65 = 1; -x_66 = lean_box(x_65); -if (lean_is_scalar(x_64)) { - x_67 = lean_alloc_ctor(0, 2, 0); -} else { - x_67 = x_64; +lean_object* x_38; uint8_t x_39; lean_object* x_40; lean_object* x_41; +x_38 = lean_ctor_get(x_33, 1); +lean_inc(x_38); +lean_dec(x_33); +x_39 = 1; +x_40 = lean_box(x_39); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_38); +return x_41; } -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_63); -return x_67; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_68 = lean_ctor_get(x_62, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_62, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_70 = x_62; -} else { - lean_dec_ref(x_62); - x_70 = lean_box(0); -} -if (lean_is_scalar(x_70)) { - x_71 = lean_alloc_ctor(1, 2, 0); -} else { - x_71 = x_70; -} -lean_ctor_set(x_71, 0, x_68); -lean_ctor_set(x_71, 1, x_69); -return x_71; -} +uint8_t x_42; +x_42 = !lean_is_exclusive(x_33); +if (x_42 == 0) +{ +return x_33; } else { -uint8_t x_72; lean_object* x_73; lean_object* x_74; -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_72 = 0; -x_73 = lean_box(x_72); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_47); -return x_74; +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 { -uint8_t x_75; +uint8_t x_51; 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_75 = !lean_is_exclusive(x_8); -if (x_75 == 0) +x_51 = !lean_is_exclusive(x_8); +if (x_51 == 0) { return x_8; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_8, 0); -x_77 = lean_ctor_get(x_8, 1); -lean_inc(x_77); -lean_inc(x_76); +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_8, 0); +x_53 = lean_ctor_get(x_8, 1); +lean_inc(x_53); +lean_inc(x_52); lean_dec(x_8); -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; +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; } } } @@ -19509,185 +19441,199 @@ return x_15; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__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) { _start: { -lean_object* x_10; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_55; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_55 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_55 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_56; +x_56 = 1; +x_13 = x_56; +goto block_54; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); +uint8_t x_57; +x_57 = 0; +x_13 = x_57; +goto block_54; +} +block_54: +{ +if (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_7, 5); +lean_inc(x_14); +x_15 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1), 6, 1); -lean_closure_set(x_20, 0, x_3); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_tryResolve___spec__3___lambda__1), 6, 1); +lean_closure_set(x_18, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Lean_withOptProfile___at_Lean_Meta_synthInstance_x3f___spec__9(x_20, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_21) == 0) +x_19 = l_Lean_withOptProfile___at_Lean_Meta_synthInstance_x3f___spec__9(x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_21, 0); +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_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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); +lean_dec(x_20); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_24); -x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_22); +x_24 = lean_apply_6(x_2, x_22, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_24) == 0) { -if (lean_obj_tag(x_25) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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 = lean_box(0); -x_30 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +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 = lean_box(0); +x_28 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_16, x_1, x_14, x_4, x_22, x_25, x_27, x_5, x_6, x_7, x_8, x_26); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_30; +lean_dec(x_22); +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_31 = lean_ctor_get(x_26, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; double 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_object* x_42; lean_object* x_43; lean_object* x_44; +x_29 = lean_ctor_get(x_24, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = lean_ctor_get(x_23, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_ctor_get(x_25, 0); -lean_inc(x_33); -lean_dec(x_25); -x_34 = lean_unbox_float(x_33); -lean_dec(x_33); -x_35 = lean_float_to_string(x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_23); +x_32 = lean_unbox_float(x_31); +lean_dec(x_31); +x_33 = lean_float_to_string(x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__2; +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; 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_withTraceNode___at_Lean_Meta_SynthInstance_newSubgoal___spec__9___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_29); +x_41 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_31); -x_43 = l_Lean_Meta_SynthInstance_getInstances___lambda__2___closed__3; -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 = lean_box(0); -x_46 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_box(0); +x_44 = l_Lean_withTraceNode___at_Lean_Meta_synthInstance_x3f___spec__8___lambda__1(x_16, x_1, x_14, x_4, x_22, x_42, x_43, x_5, x_6, x_7, x_8, x_30); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_46; +lean_dec(x_22); +return x_44; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_18); +uint8_t x_45; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_16); +lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_26); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_26; +return x_24; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_26, 0); -x_49 = lean_ctor_get(x_26, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_26); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_49; lean_dec(x_16); +lean_dec(x_14); 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_51 = !lean_is_exclusive(x_21); -if (x_51 == 0) +x_49 = !lean_is_exclusive(x_19); +if (x_49 == 0) { -return x_21; +return x_19; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_21, 0); -x_53 = lean_ctor_get(x_21, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_21); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_19, 0); +x_51 = lean_ctor_get(x_19, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_19); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} } +else +{ +lean_object* x_53; +lean_dec(x_2); +lean_dec(x_1); +x_53 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_53; } } } @@ -19825,11 +19771,23 @@ return x_15; LEAN_EXPORT lean_object* l_Lean_Meta_synthInstance_x3f___lambda__3(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -uint8_t x_9; -x_9 = l_Lean_Expr_hasMVar(x_1); -if (x_9 == 0) +uint8_t x_9; uint8_t x_55; +x_55 = l_Lean_Expr_hasMVar(x_1); +if (x_55 == 0) +{ +x_9 = x_2; +goto block_54; +} +else +{ +uint8_t x_56; +x_56 = 1; +x_9 = x_56; +goto block_54; +} +block_54: { -if (x_2 == 0) +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_st_ref_take(x_5, x_8); @@ -20006,15 +19964,6 @@ lean_ctor_set(x_53, 1, x_8); return x_53; } } -else -{ -lean_object* x_54; -lean_dec(x_1); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_3); -lean_ctor_set(x_54, 1, x_8); -return x_54; -} } } static lean_object* _init_l_Lean_Meta_synthInstance_x3f___lambda__4___closed__1() { @@ -22766,7 +22715,7 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -22776,17 +22725,17 @@ 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_SynthInstance___hyg_10283____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____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_SynthInstance___hyg_10283____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__3() { _start: { lean_object* x_1; @@ -22794,17 +22743,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____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_SynthInstance___hyg_10283____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__5() { _start: { lean_object* x_1; @@ -22812,47 +22761,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____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_SynthInstance___hyg_10283____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__6; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____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_SynthInstance___hyg_10283____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__7; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_6____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_SynthInstance___hyg_10283____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__8; x_2 = l_Lean_Meta_SynthInstance_initFn____x40_Lean_Meta_SynthInstance___hyg_97____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_SynthInstance___hyg_10283____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__10() { _start: { lean_object* x_1; @@ -22860,33 +22809,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____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_SynthInstance___hyg_10283____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11; -x_2 = lean_unsigned_to_nat(10283u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__11; +x_2 = lean_unsigned_to_nat(10296u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296_(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_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -23485,31 +23434,31 @@ l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___c lean_mark_persistent(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__5); l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__6 = _init_l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__6(); lean_mark_persistent(l___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___lambda__2___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283____closed__12); -res = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10283_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296____closed__12); +res = l_Lean_Meta_initFn____x40_Lean_Meta_SynthInstance___hyg_10296_(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/Acyclic.c b/stage0/stdlib/Lean/Meta/Tactic/Acyclic.c index e40a4455dd93..c2f13ed57f2d 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Acyclic.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Acyclic.c @@ -13,40 +13,39 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__2; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__15; static lean_object* l_Lean_MVarId_acyclic_go___closed__13; static lean_object* l_Lean_MVarId_acyclic_go___closed__18; lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__3; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__13; static lean_object* l_Lean_MVarId_acyclic_go___closed__27; -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__8; static lean_object* l_Lean_MVarId_acyclic_go___closed__25; lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqSymm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__4; static lean_object* l_Lean_MVarId_acyclic_go___closed__20; -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__13; static lean_object* l_Lean_MVarId_acyclic_go___closed__10; static lean_object* l_Lean_MVarId_acyclic_go___closed__22; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__17; lean_object* lean_array_push(lean_object*, lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__15; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__3; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic_go___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__8; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__16; lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1; static lean_object* l_Lean_MVarId_acyclic_go___closed__1; lean_object* l_Lean_Exception_toMessageData(lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__11; lean_object* l_Lean_Expr_appArg_x21(lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__16; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__8; 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_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__10; -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__14; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__7; static lean_object* l_Lean_MVarId_acyclic_go___closed__29; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__12; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__12; static lean_object* l_Lean_MVarId_acyclic___lambda__2___closed__1; static lean_object* l_Lean_MVarId_acyclic_go___closed__19; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic_go___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -56,51 +55,53 @@ static lean_object* l_Lean_MVarId_acyclic_go___closed__23; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__26; lean_object* l_Lean_Meta_simpTarget(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_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkAppM(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_object* l_Lean_Meta_mkCongrArg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__7; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__6; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__9; -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__9; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); extern lean_object* l_Lean_Meta_simpExtension; -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__12; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic___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_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__4; lean_object* l_Lean_Expr_appFn_x21(lean_object*); -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__3; static lean_object* l_Lean_MVarId_acyclic_go___closed__11; lean_object* l_Lean_Meta_mkFalseElim(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__5; lean_object* l_Lean_MessageData_ofExpr(lean_object*); +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__11; uint8_t l_Lean_Expr_isConstructorApp(lean_object*, lean_object*); lean_object* l_Lean_Meta_SimpExtension_getTheorems(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015_(lean_object*); lean_object* l_Lean_Meta_mkLT(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_MVarId_acyclic___lambda__1___closed__1; -static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__5; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__14; static lean_object* l_Lean_MVarId_acyclic_go___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Acyclic_0__Lean_MVarId_isTarget(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__10; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic_go(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_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014_(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic_go___lambda__1(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_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_occurs(lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__21; +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__2; extern lean_object* l_Lean_Meta_Simp_defaultMaxSteps; static lean_object* l_Lean_MVarId_acyclic___lambda__2___closed__2; static lean_object* l_Lean_MVarId_acyclic_go___closed__15; 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_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__14; static lean_object* l_Lean_MVarId_acyclic_go___closed__16; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic_go___lambda__2___boxed(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_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__9; static lean_object* l_Lean_MVarId_acyclic_go___closed__24; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_acyclic_go___closed__7; @@ -108,123 +109,131 @@ static lean_object* l_Lean_MVarId_acyclic_go___closed__6; uint8_t l_Lean_Expr_isFVar(lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic___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_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__6; static lean_object* l_Lean_MVarId_acyclic_go___closed__28; static lean_object* l_Lean_MVarId_acyclic_go___closed__5; static lean_object* l_Lean_MVarId_acyclic_go___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Acyclic_0__Lean_MVarId_isTarget(lean_object* x_1, 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; -x_8 = l_Lean_Expr_isFVar(x_1); -if (x_8 == 0) +uint8_t x_8; uint8_t x_32; +x_32 = l_Lean_Expr_isFVar(x_1); +if (x_32 == 0) { -uint8_t x_9; lean_object* x_10; lean_object* x_11; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); +uint8_t x_33; lean_dec(x_1); -x_9 = 0; -x_10 = lean_box(x_9); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_7); -return x_11; +x_33 = 1; +x_8 = x_33; +goto block_31; } else { -uint8_t x_12; +uint8_t x_34; lean_inc(x_2); -x_12 = l_Lean_Expr_occurs(x_1, x_2); -if (x_12 == 0) +x_34 = l_Lean_Expr_occurs(x_1, x_2); +if (x_34 == 0) { -uint8_t x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_13 = 0; -x_14 = lean_box(x_13); -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; +uint8_t x_35; +x_35 = 1; +x_8 = x_35; +goto block_31; } else { -lean_object* x_16; +uint8_t x_36; +x_36 = 0; +x_8 = x_36; +goto block_31; +} +} +block_31: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_inc(x_6); -x_16 = lean_whnf(x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_16) == 0) +x_9 = lean_whnf(x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_9) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t 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_st_ref_get(x_6, x_18); +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t 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_st_ref_get(x_6, x_11); lean_dec(x_6); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) +x_13 = !lean_is_exclusive(x_12); +if (x_13 == 0) { -lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -lean_dec(x_21); -x_23 = l_Lean_Expr_isConstructorApp(x_22, x_17); -lean_dec(x_17); -x_24 = lean_box(x_23); -lean_ctor_set(x_19, 0, x_24); -return x_19; +lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_12, 0); +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_Expr_isConstructorApp(x_15, x_10); +lean_dec(x_10); +x_17 = lean_box(x_16); +lean_ctor_set(x_12, 0, x_17); +return x_12; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; -x_25 = lean_ctor_get(x_19, 0); -x_26 = lean_ctor_get(x_19, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_19); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = l_Lean_Expr_isConstructorApp(x_27, x_17); -lean_dec(x_17); -x_29 = lean_box(x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_26); -return x_30; +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; +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_ctor_get(x_18, 0); +lean_inc(x_20); +lean_dec(x_18); +x_21 = l_Lean_Expr_isConstructorApp(x_20, x_10); +lean_dec(x_10); +x_22 = lean_box(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_19); +return x_23; } } else { -uint8_t x_31; +uint8_t x_24; lean_dec(x_6); -x_31 = !lean_is_exclusive(x_16); -if (x_31 == 0) +x_24 = !lean_is_exclusive(x_9); +if (x_24 == 0) { -return x_16; +return x_9; } else { -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; +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_9, 0); +x_26 = lean_ctor_get(x_9, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_9); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; +} } } +else +{ +uint8_t x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_28 = 0; +x_29 = lean_box(x_28); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_7); +return x_30; } } } @@ -1201,225 +1210,263 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic___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; uint8_t x_12; -x_10 = l_Lean_MVarId_acyclic___lambda__1___closed__2; -x_11 = lean_unsigned_to_nat(3u); -x_12 = l_Lean_Expr_isAppOfArity(x_1, x_10, x_11); -if (x_12 == 0) +lean_object* x_10; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_53 = l_Lean_MVarId_acyclic___lambda__1___closed__2; +x_54 = lean_unsigned_to_nat(3u); +x_55 = l_Lean_Expr_isAppOfArity(x_3, x_53, x_54); +if (x_55 == 0) +{ +lean_object* x_56; +x_56 = lean_box(0); +x_10 = x_56; +goto block_52; +} +else { -uint8_t x_13; lean_object* x_14; lean_object* x_15; +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; +x_57 = l_Lean_Expr_appFn_x21(x_3); +x_58 = l_Lean_Expr_appFn_x21(x_57); +x_59 = l_Lean_Expr_appArg_x21(x_58); +lean_dec(x_58); +x_60 = l_Lean_Expr_appArg_x21(x_57); +lean_dec(x_57); +x_61 = l_Lean_Expr_appArg_x21(x_3); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_59); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, x_63); +x_10 = x_64; +goto block_52; +} +block_52: +{ +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); lean_dec(x_2); -x_13 = 0; -x_14 = lean_box(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_9); -return x_15; +lean_dec(x_1); +x_11 = 0; +x_12 = lean_box(x_11); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_9); +return x_13; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_16 = l_Lean_Expr_appFn_x21(x_1); -x_17 = l_Lean_Expr_appArg_x21(x_16); -lean_dec(x_16); -x_18 = l_Lean_Expr_appArg_x21(x_1); +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_10, 0); +lean_inc(x_14); +lean_dec(x_10); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +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); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_18); lean_inc(x_17); -x_19 = l___private_Lean_Meta_Tactic_Acyclic_0__Lean_MVarId_isTarget(x_17, x_18, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) +lean_inc(x_16); +x_18 = l___private_Lean_Meta_Tactic_Acyclic_0__Lean_MVarId_isTarget(x_16, x_17, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); +lean_object* x_19; uint8_t x_20; +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +x_20 = lean_unbox(x_19); lean_dec(x_19); +if (x_20 == 0) +{ +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_18, 1); +lean_inc(x_21); +lean_dec(x_18); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); +lean_inc(x_16); lean_inc(x_17); -lean_inc(x_18); -x_23 = l___private_Lean_Meta_Tactic_Acyclic_0__Lean_MVarId_isTarget(x_18, x_17, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_23) == 0) -{ -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_unbox(x_24); -lean_dec(x_24); -if (x_25 == 0) +x_22 = l___private_Lean_Meta_Tactic_Acyclic_0__Lean_MVarId_isTarget(x_17, x_16, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_26; -lean_dec(x_18); +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) +{ +uint8_t x_25; lean_dec(x_17); +lean_dec(x_16); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); lean_dec(x_2); -x_26 = !lean_is_exclusive(x_23); -if (x_26 == 0) +lean_dec(x_1); +x_25 = !lean_is_exclusive(x_22); +if (x_25 == 0) { -lean_object* x_27; uint8_t x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_23, 0); -lean_dec(x_27); -x_28 = 0; -x_29 = lean_box(x_28); -lean_ctor_set(x_23, 0, x_29); -return x_23; +lean_object* x_26; uint8_t x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_22, 0); +lean_dec(x_26); +x_27 = 0; +x_28 = lean_box(x_27); +lean_ctor_set(x_22, 0, x_28); +return x_22; } else { -lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_23, 1); -lean_inc(x_30); -lean_dec(x_23); -x_31 = 0; -x_32 = lean_box(x_31); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_30); -return x_33; +lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_22, 1); +lean_inc(x_29); +lean_dec(x_22); +x_30 = 0; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_29); +return x_32; } } else { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_23, 1); -lean_inc(x_34); -lean_dec(x_23); +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_22, 1); +lean_inc(x_33); +lean_dec(x_22); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_35 = l_Lean_Meta_mkEqSymm(x_2, x_5, x_6, x_7, x_8, x_34); -if (lean_obj_tag(x_35) == 0) +x_34 = l_Lean_Meta_mkEqSymm(x_1, x_5, x_6, x_7, x_8, x_33); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_35, 0); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_MVarId_acyclic_go(x_3, x_36, x_18, x_17, x_5, x_6, x_7, x_8, x_37); -return x_38; +lean_dec(x_34); +x_37 = l_Lean_MVarId_acyclic_go(x_2, x_35, x_17, x_16, x_5, x_6, x_7, x_8, x_36); +return x_37; } else { -uint8_t x_39; -lean_dec(x_18); +uint8_t x_38; lean_dec(x_17); +lean_dec(x_16); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); -x_39 = !lean_is_exclusive(x_35); -if (x_39 == 0) +lean_dec(x_2); +x_38 = !lean_is_exclusive(x_34); +if (x_38 == 0) { -return x_35; +return x_34; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_35, 0); -x_41 = lean_ctor_get(x_35, 1); -lean_inc(x_41); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_34, 0); +x_40 = lean_ctor_get(x_34, 1); lean_inc(x_40); -lean_dec(x_35); -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_inc(x_39); +lean_dec(x_34); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } } } else { -uint8_t x_43; -lean_dec(x_18); +uint8_t x_42; lean_dec(x_17); +lean_dec(x_16); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); lean_dec(x_2); -x_43 = !lean_is_exclusive(x_23); -if (x_43 == 0) +lean_dec(x_1); +x_42 = !lean_is_exclusive(x_22); +if (x_42 == 0) { -return x_23; +return x_22; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_23, 0); -x_45 = lean_ctor_get(x_23, 1); -lean_inc(x_45); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_22, 0); +x_44 = lean_ctor_get(x_22, 1); lean_inc(x_44); -lean_dec(x_23); -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_inc(x_43); +lean_dec(x_22); +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_47; lean_object* x_48; -x_47 = lean_ctor_get(x_19, 1); -lean_inc(x_47); -lean_dec(x_19); -x_48 = l_Lean_MVarId_acyclic_go(x_3, x_2, x_17, x_18, x_5, x_6, x_7, x_8, x_47); -return x_48; +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_18, 1); +lean_inc(x_46); +lean_dec(x_18); +x_47 = l_Lean_MVarId_acyclic_go(x_2, x_1, x_16, x_17, x_5, x_6, x_7, x_8, x_46); +return x_47; } } else { -uint8_t x_49; -lean_dec(x_18); +uint8_t x_48; lean_dec(x_17); +lean_dec(x_16); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); lean_dec(x_2); -x_49 = !lean_is_exclusive(x_19); -if (x_49 == 0) +lean_dec(x_1); +x_48 = !lean_is_exclusive(x_18); +if (x_48 == 0) { -return x_19; +return x_18; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_19, 0); -x_51 = lean_ctor_get(x_19, 1); -lean_inc(x_51); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_18, 0); +x_50 = lean_ctor_get(x_18, 1); lean_inc(x_50); -lean_dec(x_19); -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_inc(x_49); +lean_dec(x_18); +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; +} } } } @@ -1486,7 +1533,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_MVarId_acyclic___lambda__1(x_12, x_1, x_2, x_19, x_3, x_4, x_5, x_6, x_18); +x_20 = l_Lean_MVarId_acyclic___lambda__1(x_1, x_2, x_12, x_19, x_3, x_4, x_5, x_6, x_18); lean_dec(x_12); return x_20; } @@ -1512,7 +1559,7 @@ lean_inc(x_28); x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); lean_dec(x_27); -x_30 = l_Lean_MVarId_acyclic___lambda__1(x_12, x_1, x_2, x_28, x_3, x_4, x_5, x_6, x_29); +x_30 = l_Lean_MVarId_acyclic___lambda__1(x_1, x_2, x_12, x_28, x_3, x_4, x_5, x_6, x_29); lean_dec(x_28); lean_dec(x_12); return x_30; @@ -1595,11 +1642,11 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_acyclic___lambda__1___boxed(lean_object* lean_object* x_10; x_10 = l_Lean_MVarId_acyclic___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_4); -lean_dec(x_1); +lean_dec(x_3); return x_10; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1() { _start: { lean_object* x_1; @@ -1607,17 +1654,17 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__2() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__3() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__3() { _start: { lean_object* x_1; @@ -1625,17 +1672,17 @@ x_1 = lean_mk_string_from_bytes("MVarId", 6); return x_1; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__4() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__2; -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__3; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__2; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__5() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__5() { _start: { lean_object* x_1; @@ -1643,17 +1690,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__6() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__4; -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__5; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__4; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__7() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__7() { _start: { lean_object* x_1; @@ -1661,47 +1708,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__8() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__6; -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__7; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__6; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__9() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__8; -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__8; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__10() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__9; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__9; x_2 = l_Lean_MVarId_acyclic_go___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__11() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__10; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__10; x_2 = l_Lean_MVarId_acyclic_go___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__12() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__12() { _start: { lean_object* x_1; @@ -1709,17 +1756,17 @@ x_1 = lean_mk_string_from_bytes("Acyclic", 7); return x_1; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__13() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__11; -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__12; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__11; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__12; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__14() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__14() { _start: { lean_object* x_1; @@ -1727,33 +1774,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__15() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__13; -x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__14; +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__13; +x_2 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__16() { +static lean_object* _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__15; -x_2 = lean_unsigned_to_nat(1014u); +x_1 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__15; +x_2 = lean_unsigned_to_nat(1015u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015_(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_MVarId_acyclic_go___closed__4; x_3 = 0; -x_4 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__16; +x_4 = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__16; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -1841,39 +1888,39 @@ l_Lean_MVarId_acyclic___lambda__2___closed__1 = _init_l_Lean_MVarId_acyclic___la lean_mark_persistent(l_Lean_MVarId_acyclic___lambda__2___closed__1); l_Lean_MVarId_acyclic___lambda__2___closed__2 = _init_l_Lean_MVarId_acyclic___lambda__2___closed__2(); lean_mark_persistent(l_Lean_MVarId_acyclic___lambda__2___closed__2); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__1); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__2 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__2(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__2); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__3 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__3(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__3); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__4 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__4(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__4); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__5 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__5(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__5); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__6 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__6(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__6); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__7 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__7(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__7); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__8 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__8(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__8); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__9 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__9(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__9); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__10 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__10(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__10); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__11 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__11(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__11); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__12 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__12(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__12); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__13 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__13(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__13); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__14 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__14(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__14); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__15 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__15(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__15); -l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__16 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__16(); -lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014____closed__16); -res = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1014_(lean_io_mk_world()); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__1); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__2 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__2(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__2); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__3 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__3(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__3); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__4 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__4(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__4); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__5 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__5(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__5); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__6 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__6(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__6); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__7 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__7(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__7); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__8 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__8(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__8); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__9 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__9(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__9); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__10 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__10(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__10); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__11 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__11(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__11); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__12 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__12(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__12); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__13 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__13(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__13); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__14 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__14(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__14); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__15 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__15(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__15); +l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__16 = _init_l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__16(); +lean_mark_persistent(l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015____closed__16); +res = l_Lean_MVarId_initFn____x40_Lean_Meta_Tactic_Acyclic___hyg_1015_(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/Apply.c b/stage0/stdlib/Lean/Meta/Tactic/Apply.c index 9882a4397428..704cedfee574 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Apply.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Apply.c @@ -22,16 +22,14 @@ LEAN_EXPORT lean_object* l_Lean_Meta_ApplyNewGoals_noConfusion___rarg___boxed(le 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_object* l_Lean_mkAppN(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___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_MVarId_exfalso___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_ApplyNewGoals_toCtorIdx___boxed(lean_object*); static lean_object* l_Lean_MVarId_exfalso___lambda__1___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_partitionDependentMVars___closed__2; static lean_object* l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_throwApplyError___rarg___closed__5; lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_splitAndCore_go___closed__5; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__4(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_checkNotAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at_Lean_MVarId_apply___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); @@ -80,6 +78,7 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_dependsOnOthers___spec__1___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ApplyNewGoals_noConfusion(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_throwApplyError___rarg(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_MVarId_apply___spec__3___at_Lean_MVarId_apply___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_throwApplyError___rarg___closed__3; static lean_object* l_Lean_MVarId_exfalso___lambda__1___closed__3; lean_object* lean_st_ref_take(lean_object*, lean_object*); @@ -87,6 +86,7 @@ uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ApplyNewGoals_noConfusion___rarg___lambda__1___boxed(lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_Meta_appendParentTag___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_splitAndCore___closed__2; static lean_object* l_Lean_Meta_splitAndCore_go___closed__6; lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -100,6 +100,7 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_exfalso(lean_object*, lean_object*, lean_ uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_splitAndCore_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getExpectedNumArgsAux___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_MVarId_apply___spec__3___at_Lean_MVarId_apply___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Meta_getLevel(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern uint8_t l_Lean_instInhabitedBinderInfo; lean_object* lean_st_ref_get(lean_object*, lean_object*); @@ -122,6 +123,7 @@ static lean_object* l_Lean_Meta_splitAndCore_go___closed__1; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_apply___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_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__5(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_Meta_Tactic_Apply_0__Lean_Meta_isDefEqApply(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_MVarId_exfalso___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -141,7 +143,7 @@ lean_object* l_Lean_Meta_getMVarsNoDelayed(lean_object*, lean_object*, lean_obje lean_object* l_Lean_Meta_isExprDefEqGuarded(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_postprocessAppMVars___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_getExpectedNumArgsAux___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_splitAndCore_go___closed__2; static lean_object* l_Lean_Meta_splitAndCore_go___closed__3; static lean_object* l_Lean_MVarId_exfalso___lambda__1___closed__5; @@ -797,26 +799,26 @@ x_14 = lean_unsigned_to_nat(0u); x_15 = lean_nat_dec_eq(x_8, 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_63; uint8_t x_64; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_64; uint8_t x_65; x_16 = lean_unsigned_to_nat(1u); x_17 = lean_nat_sub(x_8, x_16); lean_dec(x_8); x_18 = lean_nat_sub(x_7, x_17); x_19 = lean_nat_sub(x_18, x_16); lean_dec(x_18); -x_63 = lean_array_get_size(x_4); -x_64 = lean_nat_dec_lt(x_19, x_63); -lean_dec(x_63); -if (x_64 == 0) -{ -uint8_t x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; uint8_t x_69; -x_65 = l_Lean_instInhabitedBinderInfo; -x_66 = lean_box(x_65); -x_67 = l___private_Init_Util_0__outOfBounds___rarg(x_66); -x_68 = lean_unbox(x_67); -lean_dec(x_67); -x_69 = l_Lean_BinderInfo_isInstImplicit(x_68); -if (x_69 == 0) +x_64 = lean_array_get_size(x_4); +x_65 = lean_nat_dec_lt(x_19, x_64); +lean_dec(x_64); +if (x_65 == 0) +{ +uint8_t x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; uint8_t x_70; +x_66 = l_Lean_instInhabitedBinderInfo; +x_67 = lean_box(x_66); +x_68 = l___private_Init_Util_0__outOfBounds___rarg(x_67); +x_69 = lean_unbox(x_68); +lean_dec(x_68); +x_70 = l_Lean_BinderInfo_isInstImplicit(x_69); +if (x_70 == 0) { lean_dec(x_19); x_8 = x_17; @@ -824,35 +826,35 @@ goto _start; } else { -uint8_t x_71; -x_71 = lean_nat_dec_lt(x_19, x_6); -if (x_71 == 0) +uint8_t x_72; +x_72 = lean_nat_dec_lt(x_19, x_6); +if (x_72 == 0) { -lean_object* x_72; lean_object* x_73; +lean_object* x_73; lean_object* x_74; lean_dec(x_19); -x_72 = l_Lean_instInhabitedExpr; -x_73 = l___private_Init_Util_0__outOfBounds___rarg(x_72); -x_20 = x_73; -goto block_62; +x_73 = l_Lean_instInhabitedExpr; +x_74 = l___private_Init_Util_0__outOfBounds___rarg(x_73); +x_20 = x_74; +goto block_63; } else { -lean_object* x_74; -x_74 = lean_array_fget(x_3, x_19); +lean_object* x_75; +x_75 = lean_array_fget(x_3, x_19); lean_dec(x_19); -x_20 = x_74; -goto block_62; +x_20 = x_75; +goto block_63; } } } else { -lean_object* x_75; uint8_t x_76; uint8_t x_77; -x_75 = lean_array_fget(x_4, x_19); -x_76 = lean_unbox(x_75); -lean_dec(x_75); -x_77 = l_Lean_BinderInfo_isInstImplicit(x_76); -if (x_77 == 0) +lean_object* x_76; uint8_t x_77; uint8_t x_78; +x_76 = lean_array_fget(x_4, x_19); +x_77 = lean_unbox(x_76); +lean_dec(x_76); +x_78 = l_Lean_BinderInfo_isInstImplicit(x_77); +if (x_78 == 0) { lean_dec(x_19); x_8 = x_17; @@ -860,30 +862,30 @@ goto _start; } else { -uint8_t x_79; -x_79 = lean_nat_dec_lt(x_19, x_6); -if (x_79 == 0) +uint8_t x_80; +x_80 = lean_nat_dec_lt(x_19, x_6); +if (x_80 == 0) { -lean_object* x_80; lean_object* x_81; +lean_object* x_81; lean_object* x_82; lean_dec(x_19); -x_80 = l_Lean_instInhabitedExpr; -x_81 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -x_20 = x_81; -goto block_62; +x_81 = l_Lean_instInhabitedExpr; +x_82 = l___private_Init_Util_0__outOfBounds___rarg(x_81); +x_20 = x_82; +goto block_63; } else { -lean_object* x_82; -x_82 = lean_array_fget(x_3, x_19); +lean_object* x_83; +x_83 = lean_array_fget(x_3, x_19); lean_dec(x_19); -x_20 = x_82; -goto block_62; +x_20 = x_83; +goto block_63; } } } -block_62: +block_63: { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_inc(x_20); x_21 = l_Lean_Expr_mvarId_x21(x_20); x_22 = l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(x_21, x_9, x_10, x_11, x_12, x_13); @@ -894,120 +896,128 @@ lean_inc(x_24); lean_dec(x_22); if (x_5 == 0) { -uint8_t x_58; -x_58 = lean_unbox(x_23); +uint8_t x_59; +x_59 = lean_unbox(x_23); lean_dec(x_23); -if (x_58 == 0) +if (x_59 == 0) { -lean_object* x_59; -x_59 = lean_box(0); -x_25 = x_59; -goto block_57; +uint8_t x_60; +x_60 = 1; +x_25 = x_60; +goto block_58; } else { -lean_dec(x_20); -x_8 = x_17; -x_13 = x_24; -goto _start; +uint8_t x_61; +x_61 = 0; +x_25 = x_61; +goto block_58; } } else { -lean_object* x_61; +uint8_t x_62; lean_dec(x_23); -x_61 = lean_box(0); -x_25 = x_61; -goto block_57; +x_62 = 1; +x_25 = x_62; +goto block_58; } -block_57: +block_58: { -lean_object* x_26; -lean_dec(x_25); +if (x_25 == 0) +{ +lean_dec(x_20); +x_8 = x_17; +x_13 = x_24; +goto _start; +} +else +{ +lean_object* x_27; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_20); -x_26 = lean_infer_type(x_20, x_9, x_10, x_11, x_12, x_24); -if (lean_obj_tag(x_26) == 0) +x_27 = lean_infer_type(x_20, x_9, x_10, x_11, x_12, x_24); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_box(0); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_box(0); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_30 = l_Lean_Meta_synthInstance(x_27, x_29, x_9, x_10, x_11, x_12, x_28); -if (lean_obj_tag(x_30) == 0) +x_31 = l_Lean_Meta_synthInstance(x_28, x_30, x_9, x_10, x_11, x_12, x_29); +if (lean_obj_tag(x_31) == 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_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -lean_dec(x_30); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +lean_dec(x_31); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_33 = l_Lean_Meta_isExprDefEq(x_20, x_31, x_9, x_10, x_11, x_12, x_32); -if (lean_obj_tag(x_33) == 0) +x_34 = l_Lean_Meta_isExprDefEq(x_20, x_32, x_9, x_10, x_11, x_12, x_33); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_34; uint8_t x_35; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_unbox(x_34); -lean_dec(x_34); -if (x_35 == 0) +lean_object* x_35; uint8_t x_36; +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_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; lean_dec(x_17); -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); -lean_dec(x_33); -x_37 = l_Nat_forM_loop___at_Lean_Meta_synthAppInstances___spec__1___closed__3; -x_38 = l_Lean_Meta_throwTacticEx___rarg(x_1, x_2, x_37, x_9, x_10, x_11, x_12, x_36); +x_37 = lean_ctor_get(x_34, 1); +lean_inc(x_37); +lean_dec(x_34); +x_38 = l_Nat_forM_loop___at_Lean_Meta_synthAppInstances___spec__1___closed__3; +x_39 = l_Lean_Meta_throwTacticEx___rarg(x_1, x_2, x_38, x_9, x_10, x_11, x_12, x_37); lean_dec(x_12); lean_dec(x_10); -x_39 = !lean_is_exclusive(x_38); -if (x_39 == 0) +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -return x_38; +return x_39; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_38, 0); -x_41 = lean_ctor_get(x_38, 1); +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +lean_inc(x_42); lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_38); -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_dec(x_39); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } else { -lean_object* x_43; -x_43 = lean_ctor_get(x_33, 1); -lean_inc(x_43); -lean_dec(x_33); +lean_object* x_44; +x_44 = lean_ctor_get(x_34, 1); +lean_inc(x_44); +lean_dec(x_34); x_8 = x_17; -x_13 = x_43; +x_13 = x_44; goto _start; } } else { -uint8_t x_45; +uint8_t x_46; lean_dec(x_17); lean_dec(x_12); lean_dec(x_11); @@ -1015,29 +1025,29 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_2); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_33); -if (x_45 == 0) +x_46 = !lean_is_exclusive(x_34); +if (x_46 == 0) { -return x_33; +return x_34; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_33, 0); -x_47 = lean_ctor_get(x_33, 1); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_34, 0); +x_48 = lean_ctor_get(x_34, 1); +lean_inc(x_48); lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_33); -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; +lean_dec(x_34); +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; } } } else { -uint8_t x_49; +uint8_t x_50; lean_dec(x_20); lean_dec(x_17); lean_dec(x_12); @@ -1046,29 +1056,29 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_2); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_30); -if (x_49 == 0) +x_50 = !lean_is_exclusive(x_31); +if (x_50 == 0) { -return x_30; +return x_31; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_30, 0); -x_51 = lean_ctor_get(x_30, 1); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_31, 0); +x_52 = lean_ctor_get(x_31, 1); +lean_inc(x_52); lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_30); -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_dec(x_31); +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; } } } else { -uint8_t x_53; +uint8_t x_54; lean_dec(x_20); lean_dec(x_17); lean_dec(x_12); @@ -1077,23 +1087,24 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_2); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_26); -if (x_53 == 0) +x_54 = !lean_is_exclusive(x_27); +if (x_54 == 0) { -return x_26; +return x_27; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_26, 0); -x_55 = lean_ctor_get(x_26, 1); +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_27, 0); +x_56 = lean_ctor_get(x_27, 1); +lean_inc(x_56); lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_26); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_dec(x_27); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; +} } } } @@ -1101,7 +1112,7 @@ return x_56; } else { -lean_object* x_83; lean_object* x_84; +lean_object* x_84; lean_object* x_85; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -1109,11 +1120,11 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_2); lean_dec(x_1); -x_83 = lean_box(0); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_13); -return x_84; +x_84 = lean_box(0); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_13); +return x_85; } } } @@ -2965,40 +2976,73 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_List_elem___at_Lean_MVarId_apply___spec__1(x_7, x_1); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_List_elem___at_Lean_MVarId_apply___spec__1(x_8, x_1); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___at_Lean_MVarId_apply___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) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_List_elem___at_Lean_MVarId_apply___spec__1(x_8, x_2); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__4(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__5(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { uint8_t x_10; @@ -3148,7 +3192,7 @@ x_88 = 0; x_89 = lean_usize_of_nat(x_28); lean_dec(x_28); x_90 = l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_partitionDependentMVars___closed__1; -x_91 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__4(x_17, x_88, x_89, x_90, x_8, x_9, x_10, x_11, x_27); +x_91 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__5(x_17, x_88, x_89, x_90, x_8, x_9, x_10, x_11, x_27); lean_dec(x_17); x_92 = lean_ctor_get(x_91, 0); lean_inc(x_92); @@ -3322,7 +3366,7 @@ x_65 = 0; x_66 = lean_usize_of_nat(x_40); lean_dec(x_40); x_67 = l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_partitionDependentMVars___closed__1; -x_68 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(x_38, x_34, x_65, x_66, x_67); +x_68 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___at_Lean_MVarId_apply___spec__4(x_38, x_38, x_34, x_65, x_66, x_67); lean_dec(x_34); x_69 = lean_array_to_list(lean_box(0), x_68); x_70 = l_List_appendTR___rarg(x_38, x_69); @@ -3782,21 +3826,37 @@ lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___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: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___at_Lean_MVarId_apply___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__3___at_Lean_MVarId_apply___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___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) { _start: { size_t x_10; size_t x_11; lean_object* x_12; @@ -3804,7 +3864,7 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_3); lean_dec(x_3); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__4(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_apply___spec__5(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4142,369 +4202,241 @@ lean_inc(x_1); x_10 = l_Lean_MVarId_getType_x27(x_1, x_3, x_4, x_5, x_6, x_9); 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; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_10, 1); -x_14 = l_Lean_Meta_splitAndCore_go___closed__2; -x_15 = lean_unsigned_to_nat(2u); -x_16 = l_Lean_Expr_isAppOfArity(x_12, x_14, x_15); -if (x_16 == 0) +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_13 = x_10; +} else { + lean_dec_ref(x_10); + x_13 = lean_box(0); +} +x_47 = l_Lean_Meta_splitAndCore_go___closed__2; +x_48 = lean_unsigned_to_nat(2u); +x_49 = l_Lean_Expr_isAppOfArity(x_11, x_47, x_48); +if (x_49 == 0) { -lean_object* x_17; lean_object* x_18; -lean_dec(x_12); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_17 = lean_box(0); -x_18 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_18, 0, x_1); -lean_ctor_set(x_18, 1, x_17); -lean_ctor_set(x_10, 0, x_18); -return x_10; +uint8_t x_50; +x_50 = 1; +x_14 = x_50; +goto block_46; } else { -lean_object* x_19; -lean_free_object(x_10); +uint8_t x_51; +x_51 = 0; +x_14 = x_51; +goto block_46; +} +block_46: +{ +if (x_14 == 0) +{ +lean_object* x_15; +lean_dec(x_13); lean_inc(x_1); -x_19 = l_Lean_MVarId_getTag(x_1, x_3, x_4, x_5, x_6, x_13); -if (lean_obj_tag(x_19) == 0) +x_15 = l_Lean_MVarId_getTag(x_1, x_3, x_4, x_5, x_6, x_12); +if (lean_obj_tag(x_15) == 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_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; +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 = l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_partitionDependentMVars___closed__1; +x_19 = lean_st_mk_ref(x_18, x_17); 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 = l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_partitionDependentMVars___closed__1; -x_23 = lean_st_mk_ref(x_22, x_21); -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); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_26 = l_Lean_Meta_splitAndCore_go(x_20, x_12, x_24, x_3, x_4, x_5, x_6, x_25); -if (lean_obj_tag(x_26) == 0) +x_22 = l_Lean_Meta_splitAndCore_go(x_16, x_11, x_20, x_3, x_4, x_5, x_6, x_21); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_27 = lean_ctor_get(x_26, 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_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +lean_dec(x_22); +x_25 = lean_st_ref_get(x_20, x_24); +lean_dec(x_20); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_st_ref_get(x_24, x_28); -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 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_27, x_3, x_4, x_5, x_6, x_31); +lean_dec(x_25); +x_28 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_23, x_3, x_4, x_5, x_6, x_27); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_33 = !lean_is_exclusive(x_32); -if (x_33 == 0) +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_32, 0); -lean_dec(x_34); -x_35 = lean_array_to_list(lean_box(0), x_30); -lean_ctor_set(x_32, 0, x_35); -return x_32; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_28, 0); +lean_dec(x_30); +x_31 = lean_array_to_list(lean_box(0), x_26); +lean_ctor_set(x_28, 0, x_31); +return x_28; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_32, 1); -lean_inc(x_36); -lean_dec(x_32); -x_37 = lean_array_to_list(lean_box(0), x_30); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_36); -return x_38; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_28, 1); +lean_inc(x_32); +lean_dec(x_28); +x_33 = lean_array_to_list(lean_box(0), x_26); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +return x_34; } } else { -uint8_t x_39; -lean_dec(x_24); +uint8_t x_35; +lean_dec(x_20); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_39 = !lean_is_exclusive(x_26); -if (x_39 == 0) +x_35 = !lean_is_exclusive(x_22); +if (x_35 == 0) { -return x_26; +return x_22; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_26, 0); -x_41 = lean_ctor_get(x_26, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_26); -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_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_22, 0); +x_37 = lean_ctor_get(x_22, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_22); +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 { -uint8_t x_43; -lean_dec(x_12); +uint8_t x_39; +lean_dec(x_11); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_43 = !lean_is_exclusive(x_19); -if (x_43 == 0) -{ -return x_19; -} -else -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_19, 0); -x_45 = lean_ctor_get(x_19, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_19); -x_46 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_45); -return x_46; -} -} -} -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; -x_47 = lean_ctor_get(x_10, 0); -x_48 = lean_ctor_get(x_10, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_10); -x_49 = l_Lean_Meta_splitAndCore_go___closed__2; -x_50 = lean_unsigned_to_nat(2u); -x_51 = l_Lean_Expr_isAppOfArity(x_47, x_49, x_50); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_47); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_52 = lean_box(0); -x_53 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_53, 0, x_1); -lean_ctor_set(x_53, 1, 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_48); -return x_54; -} -else -{ -lean_object* x_55; -lean_inc(x_1); -x_55 = l_Lean_MVarId_getTag(x_1, x_3, x_4, x_5, x_6, x_48); -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; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = l___private_Lean_Meta_Tactic_Apply_0__Lean_Meta_partitionDependentMVars___closed__1; -x_59 = lean_st_mk_ref(x_58, x_57); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_62 = l_Lean_Meta_splitAndCore_go(x_56, x_47, x_60, x_3, x_4, x_5, x_6, x_61); -if (lean_obj_tag(x_62) == 0) +x_39 = !lean_is_exclusive(x_15); +if (x_39 == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -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_st_ref_get(x_60, x_64); -lean_dec(x_60); -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_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_63, x_3, x_4, x_5, x_6, x_67); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_69 = lean_ctor_get(x_68, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_68)) { - lean_ctor_release(x_68, 0); - lean_ctor_release(x_68, 1); - x_70 = x_68; -} else { - lean_dec_ref(x_68); - x_70 = lean_box(0); -} -x_71 = lean_array_to_list(lean_box(0), x_66); -if (lean_is_scalar(x_70)) { - x_72 = lean_alloc_ctor(0, 2, 0); -} else { - x_72 = x_70; -} -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -return x_72; +return x_15; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_60); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_73 = lean_ctor_get(x_62, 0); -lean_inc(x_73); -x_74 = lean_ctor_get(x_62, 1); -lean_inc(x_74); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_75 = x_62; -} else { - lean_dec_ref(x_62); - x_75 = lean_box(0); -} -if (lean_is_scalar(x_75)) { - x_76 = lean_alloc_ctor(1, 2, 0); -} else { - x_76 = x_75; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_15, 0); +x_41 = lean_ctor_get(x_15, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_15); +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_ctor_set(x_76, 0, x_73); -lean_ctor_set(x_76, 1, x_74); -return x_76; } } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; -lean_dec(x_47); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +lean_dec(x_11); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); -x_77 = lean_ctor_get(x_55, 0); -lean_inc(x_77); -x_78 = lean_ctor_get(x_55, 1); -lean_inc(x_78); -if (lean_is_exclusive(x_55)) { - lean_ctor_release(x_55, 0); - lean_ctor_release(x_55, 1); - x_79 = x_55; -} else { - lean_dec_ref(x_55); - x_79 = lean_box(0); -} -if (lean_is_scalar(x_79)) { - x_80 = lean_alloc_ctor(1, 2, 0); +x_43 = lean_box(0); +x_44 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_44, 0, x_1); +lean_ctor_set(x_44, 1, x_43); +if (lean_is_scalar(x_13)) { + x_45 = lean_alloc_ctor(0, 2, 0); } else { - x_80 = x_79; -} -lean_ctor_set(x_80, 0, x_77); -lean_ctor_set(x_80, 1, x_78); -return x_80; + x_45 = x_13; } +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_12); +return x_45; } } } else { -uint8_t x_81; +uint8_t x_52; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_81 = !lean_is_exclusive(x_10); -if (x_81 == 0) +x_52 = !lean_is_exclusive(x_10); +if (x_52 == 0) { return x_10; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_10, 0); -x_83 = lean_ctor_get(x_10, 1); -lean_inc(x_83); -lean_inc(x_82); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_10, 0); +x_54 = lean_ctor_get(x_10, 1); +lean_inc(x_54); +lean_inc(x_53); lean_dec(x_10); -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; +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 { -uint8_t x_85; +uint8_t x_56; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_8); -if (x_85 == 0) +x_56 = !lean_is_exclusive(x_8); +if (x_56 == 0) { return x_8; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_8, 0); -x_87 = lean_ctor_get(x_8, 1); -lean_inc(x_87); -lean_inc(x_86); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +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_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Cases.c b/stage0/stdlib/Lean/Meta/Tactic/Cases.c index 62dcd5a7f806..233c7a5b68d7 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Cases.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Cases.c @@ -21,8 +21,8 @@ lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l_Lean_Meta_FVarSubst_apply(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof(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_Cases___hyg_4051____closed__6; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__13; static lean_object* l_Lean_MVarId_casesAnd___closed__3; 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_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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*, lean_object*, lean_object*); @@ -34,13 +34,17 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__45___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_withNewEqs___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__11; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__37(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Cases_cases___lambda__2___closed__7; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__65(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_mkFreshExprMVarAt(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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__69(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_unifyEq_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_Lean_throwError___at_Lean_MVarId_byCases___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -48,42 +52,48 @@ lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, l lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__9; lean_object* l_Lean_MVarId_checkNotAssigned(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__69___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Meta_Cases_unifyEqs_x3f___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__77(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__41___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051_(lean_object*); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Cases_cases___lambda__2___closed__2; static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__2; LEAN_EXPORT lean_object* l_Lean_MVarId_casesRec___lambda__1(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_FVarSubst_insert(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___closed__2; static lean_object* l_Lean_Meta_generalizeTargetsEq___lambda__3___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, 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_Meta_generalizeTargetsEq(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_Cases___hyg_4051____closed__7; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__33___boxed(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__35(lean_object*, lean_object*, lean_object*, size_t, size_t); extern lean_object* l_Lean_casesOnSuffix; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__75___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__41(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___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_Cases_0__Lean_Meta_mkEqAndProof___closed__6; lean_object* l_Lean_Meta_FVarSubst_get(lean_object*, lean_object*); lean_object* l_Lean_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,6 +102,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Ta LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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_object*, lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_throwNestedTacticEx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_generalizeTargetsEq___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_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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*); @@ -99,11 +110,11 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_elimAuxIndices___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_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Cases_Context_majorTypeIndices___default___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__9; -static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__8; static lean_object* l_Lean_Meta_generalizeTargetsEq___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); @@ -115,20 +126,19 @@ static lean_object* l_Lean_Meta_Cases_cases___lambda__2___closed__1; lean_object* l_Lean_mkApp4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__27(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Cases_cases___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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_casesRec(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___rarg___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_casesAnd___lambda__1___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__12; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__37___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Cases_cases___lambda__2___closed__3; lean_object* l_Lean_AssocList_erase___at_Lean_Meta_FVarSubst_erase___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_toCasesSubgoals___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55___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_Cases_0__Lean_Meta_withNewEqs_loop___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*); 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_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -138,14 +148,18 @@ static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___sp static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___closed__5; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__74(lean_object*, lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Meta_generalizeTargetsEq___closed__2; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__59(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_casesRec___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_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__11; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); @@ -164,18 +178,18 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__21(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isEq(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54___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_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53___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_Cases_cases___lambda__2___closed__4; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_byCases(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__51(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78___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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__66(lean_object*, lean_object*, lean_object*, size_t, size_t); 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_Meta_generalizeTargetsEq___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_forIn___at_Lean_MVarId_casesRec___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_toByCasesSubgoal___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_Cases___hyg_4056____closed__15; lean_object* l_Lean_MVarId_acyclic(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_toByCasesSubgoal___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -202,40 +216,44 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__10(lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_casesRec___spec__4(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_levelZero; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_unifyCasesEqs___spec__2(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_throwError___at_Lean_MVarId_byCases___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedExpr; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__73(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_casesAnd(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_elimAuxIndices___spec__1(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__59___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__2; uint8_t lean_name_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_MVarId_clear(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(lean_object*, lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___closed__4; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__77___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_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_observing_x3f___at_Lean_MVarId_casesRec___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_casesRec___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_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* l_Lean_mkNot(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_substEqs___lambda__1(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__45(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_casesRec___spec__6___lambda__1(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_unifyCasesEqs___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_casesRec___lambda__1___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__5; static lean_object* l_Lean_Meta_Cases_cases___lambda__2___closed__5; lean_object* l_Lean_LocalDecl_fvarId(lean_object*); static lean_object* l_Lean_MVarId_casesAnd___lambda__1___closed__2; @@ -244,30 +262,33 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_toByCas static lean_object* l_Lean_MVarId_casesAnd___closed__4; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___closed__3; lean_object* l_Lean_MVarId_assert(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_getInductiveUniverseAndParams___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__67___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__7; static lean_object* l_Lean_MVarId_byCases___closed__5; static lean_object* l_Lean_Meta_generalizeTargetsEq___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_generalizeTargetsEq___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_Environment_contains(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__33(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_substEqs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__79(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_cases(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_substEqs___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__29(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___rarg(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkOr(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_generalizeTargetsEq___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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__50___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__43(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_LocalDecl_userName(lean_object*); lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_withNewEqs___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_exactlyOne(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_casesRec___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -276,7 +297,9 @@ static lean_object* l_Lean_Meta_Cases_cases___closed__1; lean_object* l_Lean_Meta_introNCore(lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__34___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__14; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__82___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__75(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_cases(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___rarg___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__34(lean_object*, lean_object*, lean_object*, size_t, size_t); @@ -284,11 +307,15 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases lean_object* l_Lean_Meta_ensureAtMostOne(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Cases_Context_nminors___default___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__79___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_PersistentArray_forIn___at_Lean_MVarId_casesRec___spec__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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_casesAnd___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__35___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getInductiveUniverseAndParams(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_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); @@ -296,29 +323,39 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__4; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__42___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056_(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__61(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLocalInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isHEq(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_unifyCasesEqs___boxed(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_unifyCasesEqs___spec__1(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___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_Tactic_Cases___hyg_4051____closed__14; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22___boxed(lean_object*, lean_object*, 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__15; lean_object* lean_array_set(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_LocalDecl_type(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__66___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_generalizeTargetsEq___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__67(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__13; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__3; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__61___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__29___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81___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_Cases_cases(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_byCases___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -326,23 +363,27 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v static lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_withNewEqs_loop___rarg___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___boxed(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___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1; lean_object* l_List_reverse___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___closed__6; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__18(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_saturate(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__26(lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkEM(lean_object*); static lean_object* l_Lean_Meta_Cases_cases___lambda__2___closed__6; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___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_Meta_Cases_cases___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_Cases_Context_nminors___default(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___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*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_MVarId_casesRec___spec__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_casesRec___spec__4___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_Cases_0__Lean_Meta_Cases_unifyCasesEqs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -351,22 +392,24 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_ static lean_object* l_Lean_Meta_generalizeTargetsEq___lambda__3___closed__3; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected(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*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___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_Lean_throwError___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_throwInductiveTypeExpected___spec__1(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__82(lean_object*, size_t, size_t); lean_object* l_List_redLength___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_toCasesSubgoals___spec__1(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__49(lean_object*, lean_object*, lean_object*, size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__6; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57___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_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_generalizeIndices___lambda__1___closed__2; LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__2(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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_withNewEqs(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_casesAnd___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_withNewEqs_loop(lean_object*); @@ -378,11 +421,15 @@ lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_casesRec___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*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_casesRec___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1; 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_Tactic_Cases___hyg_4051____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_byCases___closed__3; uint8_t lean_usize_dec_lt(size_t, size_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__5; lean_object* l_Lean_Meta_intro1Core(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Cases_unifyEqs_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); @@ -392,24 +439,25 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_casesR lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__13(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_inductionCasesOn___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_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_elimAuxIndices___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_Meta_generalizeIndices(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_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__50(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__10; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); static lean_object* l_Lean_MVarId_byCases___closed__4; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__17(lean_object*, lean_object*, lean_object*, size_t, size_t); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__19(lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__51___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__10; static lean_object* l_Lean_MVarId_casesAnd___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___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 uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(lean_object*, lean_object*, lean_object*); lean_object* l_Nat_repr(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_generalizeIndices___spec__1___lambda__6___closed__3; LEAN_EXPORT lean_object* l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); @@ -2968,408 +3016,309 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_ switch (lean_obj_tag(x_3)) { case 4: { -lean_object* x_11; lean_object* x_12; uint8_t x_13; +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_dec(x_5); x_11 = lean_ctor_get(x_3, 0); lean_inc(x_11); x_12 = lean_st_ref_get(x_9, x_10); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) -{ -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_14, 0); -lean_inc(x_15); -lean_dec(x_14); -x_16 = lean_environment_find(x_15, x_11); -if (lean_obj_tag(x_16) == 0) +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +if (lean_is_exclusive(x_12)) { + lean_ctor_release(x_12, 0); + lean_ctor_release(x_12, 1); + x_15 = x_12; +} else { + lean_dec_ref(x_12); + x_15 = lean_box(0); +} +x_16 = lean_ctor_get(x_13, 0); +lean_inc(x_16); +lean_dec(x_13); +x_17 = lean_environment_find(x_16, x_11); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_17; +lean_object* x_18; lean_object* x_19; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_17 = lean_box(0); -lean_ctor_set(x_12, 0, x_17); -return x_12; +x_18 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_19 = lean_alloc_ctor(0, 2, 0); +} else { + x_19 = x_15; +} +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_14); +return x_19; } else { -lean_object* x_18; -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -if (lean_obj_tag(x_18) == 5) +lean_object* x_20; +x_20 = lean_ctor_get(x_17, 0); +lean_inc(x_20); +lean_dec(x_17); +if (lean_obj_tag(x_20) == 5) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -lean_dec(x_18); -x_20 = lean_array_get_size(x_4); -x_21 = lean_ctor_get(x_19, 2); +lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -x_23 = lean_nat_add(x_21, x_22); -lean_dec(x_22); -x_24 = lean_nat_dec_eq(x_20, x_23); -lean_dec(x_23); -if (x_24 == 0) -{ -lean_object* x_25; -lean_dec(x_21); lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_25 = lean_box(0); -lean_ctor_set(x_12, 0, x_25); -return x_12; +x_22 = lean_array_get_size(x_4); +x_23 = lean_ctor_get(x_21, 2); +lean_inc(x_23); +x_59 = lean_ctor_get(x_21, 1); +lean_inc(x_59); +x_60 = lean_nat_add(x_23, x_59); +lean_dec(x_59); +x_61 = lean_nat_dec_eq(x_22, x_60); +lean_dec(x_60); +if (x_61 == 0) +{ +uint8_t x_62; +x_62 = 1; +x_24 = x_62; +goto block_58; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_26 = lean_ctor_get(x_19, 0); +uint8_t x_63; +x_63 = 0; +x_24 = x_63; +goto block_58; +} +block_58: +{ +if (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_21, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -lean_dec(x_26); -x_28 = l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1; -x_29 = l_Lean_Name_str___override(x_27, x_28); -x_30 = lean_environment_find(x_1, x_29); -if (lean_obj_tag(x_30) == 0) +lean_dec(x_25); +x_27 = l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1; +x_28 = l_Lean_Name_str___override(x_26, x_27); +x_29 = lean_environment_find(x_1, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_31; +lean_object* x_30; lean_object* x_31; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_31 = lean_box(0); -lean_ctor_set(x_12, 0, x_31); -return x_12; +x_30 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_31 = lean_alloc_ctor(0, 2, 0); +} else { + x_31 = x_15; +} +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_14); +return x_31; } else { uint8_t x_32; -x_32 = !lean_is_exclusive(x_30); +x_32 = !lean_is_exclusive(x_29); if (x_32 == 0) { lean_object* x_33; -x_33 = lean_ctor_get(x_30, 0); +x_33 = lean_ctor_get(x_29, 0); if (lean_obj_tag(x_33) == 1) { -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_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; x_34 = lean_ctor_get(x_33, 0); lean_inc(x_34); lean_dec(x_33); -x_35 = lean_ctor_get(x_19, 4); +x_35 = lean_ctor_get(x_21, 4); lean_inc(x_35); x_36 = lean_unsigned_to_nat(0u); x_37 = l_List_lengthTRAux___rarg(x_35, x_36); lean_dec(x_35); -x_38 = lean_nat_sub(x_20, x_21); -lean_dec(x_21); +x_38 = lean_nat_sub(x_22, x_23); +lean_dec(x_23); lean_inc(x_4); -x_39 = l_Array_extract___rarg(x_4, x_38, x_20); +x_39 = l_Array_extract___rarg(x_4, x_38, x_22); x_40 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_40, 0, x_19); +lean_ctor_set(x_40, 0, x_21); lean_ctor_set(x_40, 1, x_34); lean_ctor_set(x_40, 2, x_37); lean_ctor_set(x_40, 3, x_2); lean_ctor_set(x_40, 4, x_3); lean_ctor_set(x_40, 5, x_4); lean_ctor_set(x_40, 6, x_39); -lean_ctor_set(x_30, 0, x_40); -lean_ctor_set(x_12, 0, x_30); -return x_12; +lean_ctor_set(x_29, 0, x_40); +if (lean_is_scalar(x_15)) { + x_41 = lean_alloc_ctor(0, 2, 0); +} else { + x_41 = x_15; +} +lean_ctor_set(x_41, 0, x_29); +lean_ctor_set(x_41, 1, x_14); +return x_41; } else { -lean_object* x_41; -lean_free_object(x_30); +lean_object* x_42; lean_object* x_43; +lean_free_object(x_29); lean_dec(x_33); +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_41 = lean_box(0); -lean_ctor_set(x_12, 0, x_41); -return x_12; +x_42 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_43 = lean_alloc_ctor(0, 2, 0); +} else { + x_43 = x_15; +} +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_14); +return x_43; } } else { -lean_object* x_42; -x_42 = lean_ctor_get(x_30, 0); -lean_inc(x_42); -lean_dec(x_30); -if (lean_obj_tag(x_42) == 1) -{ -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; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -lean_dec(x_42); -x_44 = lean_ctor_get(x_19, 4); +lean_object* x_44; +x_44 = lean_ctor_get(x_29, 0); lean_inc(x_44); -x_45 = lean_unsigned_to_nat(0u); -x_46 = l_List_lengthTRAux___rarg(x_44, x_45); +lean_dec(x_29); +if (lean_obj_tag(x_44) == 1) +{ +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; +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); lean_dec(x_44); -x_47 = lean_nat_sub(x_20, x_21); -lean_dec(x_21); +x_46 = lean_ctor_get(x_21, 4); +lean_inc(x_46); +x_47 = lean_unsigned_to_nat(0u); +x_48 = l_List_lengthTRAux___rarg(x_46, x_47); +lean_dec(x_46); +x_49 = lean_nat_sub(x_22, x_23); +lean_dec(x_23); lean_inc(x_4); -x_48 = l_Array_extract___rarg(x_4, x_47, x_20); -x_49 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_49, 0, x_19); -lean_ctor_set(x_49, 1, x_43); -lean_ctor_set(x_49, 2, x_46); -lean_ctor_set(x_49, 3, x_2); -lean_ctor_set(x_49, 4, x_3); -lean_ctor_set(x_49, 5, x_4); -lean_ctor_set(x_49, 6, x_48); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_12, 0, x_50); -return x_12; +x_50 = l_Array_extract___rarg(x_4, x_49, x_22); +x_51 = lean_alloc_ctor(0, 7, 0); +lean_ctor_set(x_51, 0, x_21); +lean_ctor_set(x_51, 1, x_45); +lean_ctor_set(x_51, 2, x_48); +lean_ctor_set(x_51, 3, x_2); +lean_ctor_set(x_51, 4, x_3); +lean_ctor_set(x_51, 5, x_4); +lean_ctor_set(x_51, 6, x_50); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_51); +if (lean_is_scalar(x_15)) { + x_53 = lean_alloc_ctor(0, 2, 0); +} else { + x_53 = x_15; +} +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_14); +return x_53; } else { -lean_object* x_51; -lean_dec(x_42); +lean_object* x_54; lean_object* x_55; +lean_dec(x_44); +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_51 = lean_box(0); -lean_ctor_set(x_12, 0, x_51); -return x_12; -} -} -} -} +x_54 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_55 = lean_alloc_ctor(0, 2, 0); +} else { + x_55 = x_15; } -else -{ -lean_object* x_52; -lean_dec(x_18); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_52 = lean_box(0); -lean_ctor_set(x_12, 0, x_52); -return x_12; +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_14); +return x_55; } } } -else -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_53 = lean_ctor_get(x_12, 0); -x_54 = lean_ctor_get(x_12, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_12); -x_55 = lean_ctor_get(x_53, 0); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_environment_find(x_55, x_11); -if (lean_obj_tag(x_56) == 0) -{ -lean_object* x_57; lean_object* x_58; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_54); -return x_58; } else { -lean_object* x_59; -x_59 = lean_ctor_get(x_56, 0); -lean_inc(x_59); -lean_dec(x_56); -if (lean_obj_tag(x_59) == 5) -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -lean_dec(x_59); -x_61 = lean_array_get_size(x_4); -x_62 = lean_ctor_get(x_60, 2); -lean_inc(x_62); -x_63 = lean_ctor_get(x_60, 1); -lean_inc(x_63); -x_64 = lean_nat_add(x_62, x_63); -lean_dec(x_63); -x_65 = lean_nat_dec_eq(x_61, x_64); -lean_dec(x_64); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; -lean_dec(x_62); -lean_dec(x_61); -lean_dec(x_60); +lean_object* x_56; lean_object* x_57; +lean_dec(x_23); +lean_dec(x_22); +lean_dec(x_21); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_66 = lean_box(0); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_54); -return x_67; -} -else -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_68 = lean_ctor_get(x_60, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -lean_dec(x_68); -x_70 = l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1; -x_71 = l_Lean_Name_str___override(x_69, x_70); -x_72 = lean_environment_find(x_1, x_71); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; lean_object* x_74; -lean_dec(x_62); -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_73 = lean_box(0); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_54); -return x_74; -} -else -{ -lean_object* x_75; lean_object* x_76; -x_75 = lean_ctor_get(x_72, 0); -lean_inc(x_75); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - x_76 = x_72; -} else { - lean_dec_ref(x_72); - x_76 = lean_box(0); -} -if (lean_obj_tag(x_75) == 1) -{ -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; -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_60, 4); -lean_inc(x_78); -x_79 = lean_unsigned_to_nat(0u); -x_80 = l_List_lengthTRAux___rarg(x_78, x_79); -lean_dec(x_78); -x_81 = lean_nat_sub(x_61, x_62); -lean_dec(x_62); -lean_inc(x_4); -x_82 = l_Array_extract___rarg(x_4, x_81, x_61); -x_83 = lean_alloc_ctor(0, 7, 0); -lean_ctor_set(x_83, 0, x_60); -lean_ctor_set(x_83, 1, x_77); -lean_ctor_set(x_83, 2, x_80); -lean_ctor_set(x_83, 3, x_2); -lean_ctor_set(x_83, 4, x_3); -lean_ctor_set(x_83, 5, x_4); -lean_ctor_set(x_83, 6, x_82); -if (lean_is_scalar(x_76)) { - x_84 = lean_alloc_ctor(1, 1, 0); +x_56 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_57 = lean_alloc_ctor(0, 2, 0); } else { - x_84 = x_76; -} -lean_ctor_set(x_84, 0, x_83); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_54); -return x_85; -} -else -{ -lean_object* x_86; lean_object* x_87; -lean_dec(x_76); -lean_dec(x_75); -lean_dec(x_62); -lean_dec(x_61); -lean_dec(x_60); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_86 = lean_box(0); -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_54); -return x_87; + x_57 = x_15; } +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_14); +return x_57; } } } else { -lean_object* x_88; lean_object* x_89; -lean_dec(x_59); +lean_object* x_64; lean_object* x_65; +lean_dec(x_20); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_88 = lean_box(0); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_54); -return x_89; +x_64 = lean_box(0); +if (lean_is_scalar(x_15)) { + x_65 = lean_alloc_ctor(0, 2, 0); +} else { + x_65 = x_15; } +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_14); +return x_65; } } } case 5: { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_90 = lean_ctor_get(x_3, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_3, 1); -lean_inc(x_91); +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_66 = lean_ctor_get(x_3, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_3, 1); +lean_inc(x_67); lean_dec(x_3); -x_92 = lean_array_set(x_4, x_5, x_91); -x_93 = lean_unsigned_to_nat(1u); -x_94 = lean_nat_sub(x_5, x_93); +x_68 = lean_array_set(x_4, x_5, x_67); +x_69 = lean_unsigned_to_nat(1u); +x_70 = lean_nat_sub(x_5, x_69); lean_dec(x_5); -x_3 = x_90; -x_4 = x_92; -x_5 = x_94; +x_3 = x_66; +x_4 = x_68; +x_5 = x_70; goto _start; } default: { -lean_object* x_96; lean_object* x_97; +lean_object* x_72; lean_object* x_73; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_10); -return x_97; +x_72 = lean_box(0); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_10); +return x_73; } } } @@ -3377,307 +3326,174 @@ return x_97; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -lean_object* x_7; uint8_t x_8; +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_38; uint8_t x_39; x_7 = lean_st_ref_get(x_5, x_6); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ctor_get(x_7, 1); -x_11 = lean_ctor_get(x_9, 0); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_7, 1); +lean_inc(x_9); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_10 = x_7; +} else { + lean_dec_ref(x_7); + x_10 = lean_box(0); +} +x_11 = lean_ctor_get(x_8, 0); lean_inc(x_11); -lean_dec(x_9); -x_12 = l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__6; +lean_dec(x_8); +x_38 = l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__6; lean_inc(x_11); -x_13 = l_Lean_Environment_contains(x_11, x_12); -if (x_13 == 0) +x_39 = l_Lean_Environment_contains(x_11, x_38); +if (x_39 == 0) { -lean_object* x_14; -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_14 = lean_box(0); -lean_ctor_set(x_7, 0, x_14); -return x_7; +uint8_t x_40; +x_40 = 1; +x_12 = x_40; +goto block_37; } else { -lean_object* x_15; uint8_t x_16; -x_15 = l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__2; +lean_object* x_41; uint8_t x_42; +x_41 = l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__2; lean_inc(x_11); -x_16 = l_Lean_Environment_contains(x_11, x_15); -if (x_16 == 0) +x_42 = l_Lean_Environment_contains(x_11, x_41); +if (x_42 == 0) { -lean_object* x_17; -lean_dec(x_11); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_17 = lean_box(0); -lean_ctor_set(x_7, 0, x_17); -return x_7; +uint8_t x_43; +x_43 = 1; +x_12 = x_43; +goto block_37; } else { -lean_object* x_18; -lean_free_object(x_7); +uint8_t x_44; +x_44 = 0; +x_12 = x_44; +goto block_37; +} +} +block_37: +{ +if (x_12 == 0) +{ +lean_object* x_13; +lean_dec(x_10); lean_inc(x_2); -x_18 = l_Lean_FVarId_getDecl(x_1, x_2, x_3, x_4, x_5, x_10); -if (lean_obj_tag(x_18) == 0) +x_13 = l_Lean_FVarId_getDecl(x_1, x_2, x_3, x_4, x_5, x_9); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -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_LocalDecl_type(x_19); +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +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_LocalDecl_type(x_14); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_22 = lean_whnf(x_21, x_2, x_3, x_4, x_5, x_20); -if (lean_obj_tag(x_22) == 0) +x_17 = lean_whnf(x_16, x_2, x_3, x_4, x_5, x_15); +if (lean_obj_tag(x_17) == 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 = lean_unsigned_to_nat(0u); -x_26 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_23, x_25); -x_27 = l_Lean_Meta_getInductiveUniverseAndParams___closed__1; -lean_inc(x_26); -x_28 = lean_mk_array(x_26, x_27); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_sub(x_26, x_29); -lean_dec(x_26); -x_31 = l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1(x_11, x_19, x_23, x_28, x_30, x_2, x_3, x_4, x_5, 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; lean_object* x_25; lean_object* x_26; +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_unsigned_to_nat(0u); +x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_18, x_20); +x_22 = l_Lean_Meta_getInductiveUniverseAndParams___closed__1; +lean_inc(x_21); +x_23 = lean_mk_array(x_21, x_22); +x_24 = lean_unsigned_to_nat(1u); +x_25 = lean_nat_sub(x_21, x_24); +lean_dec(x_21); +x_26 = l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1(x_11, x_14, x_18, x_23, x_25, x_2, x_3, x_4, x_5, x_19); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -return x_31; +return x_26; } else { -uint8_t x_32; -lean_dec(x_19); +uint8_t x_27; +lean_dec(x_14); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_32 = !lean_is_exclusive(x_22); -if (x_32 == 0) +x_27 = !lean_is_exclusive(x_17); +if (x_27 == 0) { -return x_22; +return x_17; } 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; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +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(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_36; +uint8_t x_31; lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_36 = !lean_is_exclusive(x_18); -if (x_36 == 0) +x_31 = !lean_is_exclusive(x_13); +if (x_31 == 0) { -return x_18; +return x_13; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_18, 0); -x_38 = lean_ctor_get(x_18, 1); -lean_inc(x_38); -lean_inc(x_37); -lean_dec(x_18); -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_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_13, 0); +x_33 = lean_ctor_get(x_13, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_13); +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_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_40 = lean_ctor_get(x_7, 0); -x_41 = lean_ctor_get(x_7, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_7); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__6; -lean_inc(x_42); -x_44 = l_Lean_Environment_contains(x_42, x_43); -if (x_44 == 0) -{ -lean_object* x_45; lean_object* x_46; -lean_dec(x_42); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_45 = lean_box(0); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_41); -return x_46; } else { -lean_object* x_47; uint8_t x_48; -x_47 = l___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_mkEqAndProof___closed__2; -lean_inc(x_42); -x_48 = l_Lean_Environment_contains(x_42, x_47); -if (x_48 == 0) -{ -lean_object* x_49; lean_object* x_50; -lean_dec(x_42); +lean_object* x_35; lean_object* x_36; +lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_49 = lean_box(0); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_41); -return x_50; -} -else -{ -lean_object* x_51; -lean_inc(x_2); -x_51 = l_Lean_FVarId_getDecl(x_1, x_2, x_3, x_4, x_5, x_41); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = l_Lean_LocalDecl_type(x_52); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_55 = lean_whnf(x_54, x_2, x_3, x_4, x_5, x_53); -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; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_unsigned_to_nat(0u); -x_59 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_56, x_58); -x_60 = l_Lean_Meta_getInductiveUniverseAndParams___closed__1; -lean_inc(x_59); -x_61 = lean_mk_array(x_59, x_60); -x_62 = lean_unsigned_to_nat(1u); -x_63 = lean_nat_sub(x_59, x_62); -lean_dec(x_59); -x_64 = l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1(x_42, x_52, x_56, x_61, x_63, x_2, x_3, x_4, x_5, x_57); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -return x_64; -} -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_52); -lean_dec(x_42); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_65 = lean_ctor_get(x_55, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_55, 1); -lean_inc(x_66); -if (lean_is_exclusive(x_55)) { - lean_ctor_release(x_55, 0); - lean_ctor_release(x_55, 1); - x_67 = x_55; -} else { - lean_dec_ref(x_55); - x_67 = lean_box(0); -} -if (lean_is_scalar(x_67)) { - x_68 = lean_alloc_ctor(1, 2, 0); +x_35 = lean_box(0); +if (lean_is_scalar(x_10)) { + x_36 = lean_alloc_ctor(0, 2, 0); } else { - x_68 = x_67; -} -lean_ctor_set(x_68, 0, x_65); -lean_ctor_set(x_68, 1, x_66); -return x_68; -} -} -else -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -lean_dec(x_42); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_69 = lean_ctor_get(x_51, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_51, 1); -lean_inc(x_70); -if (lean_is_exclusive(x_51)) { - lean_ctor_release(x_51, 0); - lean_ctor_release(x_51, 1); - x_71 = x_51; -} else { - lean_dec_ref(x_51); - x_71 = lean_box(0); -} -if (lean_is_scalar(x_71)) { - x_72 = lean_alloc_ctor(1, 2, 0); -} else { - x_72 = x_71; -} -lean_ctor_set(x_72, 0, x_69); -lean_ctor_set(x_72, 1, x_70); -return x_72; -} + x_36 = x_10; } +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_9); +return x_36; } } } @@ -3747,152 +3563,2756 @@ lean_dec(x_20); lean_dec(x_15); if (x_21 == 0) { -x_5 = x_9; -goto _start; -} -else +x_5 = x_9; +goto _start; +} +else +{ +uint8_t x_23; +lean_dec(x_9); +x_23 = 1; +return x_23; +} +} +} +else +{ +lean_object* x_24; +x_24 = lean_array_fget(x_1, x_3); +if (x_13 == 0) +{ +lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_dec(x_11); +x_25 = l_Lean_instInhabitedExpr; +x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); +x_27 = lean_expr_eqv(x_24, x_26); +lean_dec(x_26); +lean_dec(x_24); +if (x_27 == 0) +{ +x_5 = x_9; +goto _start; +} +else +{ +uint8_t x_29; +lean_dec(x_9); +x_29 = 1; +return x_29; +} +} +else +{ +lean_object* x_30; uint8_t x_31; +x_30 = lean_array_fget(x_1, x_11); +lean_dec(x_11); +x_31 = lean_expr_eqv(x_24, x_30); +lean_dec(x_30); +lean_dec(x_24); +if (x_31 == 0) +{ +x_5 = x_9; +goto _start; +} +else +{ +uint8_t x_33; +lean_dec(x_9); +x_33 = 1; +return x_33; +} +} +} +} +else +{ +uint8_t x_34; +lean_dec(x_5); +x_34 = 0; +return x_34; +} +} +} +LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___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; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_nat_sub(x_4, x_7); +lean_dec(x_4); +x_9 = lean_nat_add(x_8, x_7); +x_10 = lean_nat_sub(x_3, x_9); +lean_dec(x_9); +lean_inc(x_10); +x_11 = l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__1(x_1, x_2, x_10, x_10, x_10); +lean_dec(x_10); +if (x_11 == 0) +{ +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_13; +lean_dec(x_8); +x_13 = 1; +return x_13; +} +} +else +{ +uint8_t x_14; +lean_dec(x_4); +x_14 = 0; +return x_14; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_Expr_fvarId_x21(x_6); +x_8 = lean_name_eq(x_7, x_1); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__8(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} +} +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__9(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__10(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} +} +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__8(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__11(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +lean_dec(x_3); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_2); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +x_8 = 1; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_4); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_2, x_2); +if (x_11 == 0) +{ +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +x_12 = 1; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_4); +return x_14; +} +else +{ +size_t x_15; size_t x_16; uint8_t x_17; +x_15 = 0; +x_16 = lean_usize_of_nat(x_2); +x_17 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_5, x_1, x_15, x_16); +lean_dec(x_5); +if (x_17 == 0) +{ +uint8_t x_18; lean_object* x_19; lean_object* x_20; +x_18 = 1; +x_19 = lean_box(x_18); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_4); +return x_20; +} +else +{ +uint8_t x_21; lean_object* x_22; lean_object* x_23; +x_21 = 0; +x_22 = lean_box(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_4); +return x_23; +} +} +} +} +case 2: +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_3, 0); +lean_inc(x_24); +lean_dec(x_3); +lean_inc(x_24); +x_25 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_24, x_4); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +if (lean_obj_tag(x_26) == 0) +{ +uint8_t x_27; +x_27 = !lean_is_exclusive(x_25); +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; uint8_t x_34; lean_object* x_35; +x_28 = lean_ctor_get(x_25, 1); +x_29 = lean_ctor_get(x_25, 0); +lean_dec(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +x_31 = l_Lean_MetavarContext_getDecl(x_30, x_24); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +lean_dec(x_32); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(x_1, x_2, x_33); +x_35 = lean_box(x_34); +lean_ctor_set(x_25, 0, x_35); +return x_25; +} +else +{ +lean_object* x_36; 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; +x_36 = lean_ctor_get(x_25, 1); +lean_inc(x_36); +lean_dec(x_25); +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +x_38 = l_Lean_MetavarContext_getDecl(x_37, x_24); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = lean_ctor_get(x_39, 1); +lean_inc(x_40); +lean_dec(x_39); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(x_1, x_2, x_40); +x_42 = lean_box(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_36); +return x_43; +} +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_24); +x_44 = lean_ctor_get(x_25, 1); +lean_inc(x_44); +lean_dec(x_25); +x_45 = lean_ctor_get(x_26, 0); +lean_inc(x_45); +lean_dec(x_26); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_45, x_44); +return x_46; +} +} +case 5: +{ +lean_object* x_47; uint8_t x_48; +x_47 = l_Lean_Expr_getAppFn(x_3); +x_48 = l_Lean_Expr_isMVar(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_dec(x_47); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(x_1, x_2, x_3, x_4); +return x_49; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +lean_inc(x_3); +x_50 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = l_Lean_Expr_getAppFn(x_51); +x_54 = lean_expr_eqv(x_53, x_47); +lean_dec(x_47); +lean_dec(x_53); +if (x_54 == 0) +{ +lean_dec(x_3); +x_3 = x_51; +x_4 = x_52; +goto _start; +} +else +{ +lean_object* x_56; +lean_dec(x_51); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(x_1, x_2, x_3, x_52); +return x_56; +} +} +} +case 6: +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +case 7: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +lean_dec(x_3); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_68, x_4); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_69, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_69); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +case 8: +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_79 = lean_ctor_get(x_3, 1); +lean_inc(x_79); +x_80 = lean_ctor_get(x_3, 2); +lean_inc(x_80); +x_81 = lean_ctor_get(x_3, 3); +lean_inc(x_81); +lean_dec(x_3); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_79, x_4); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_80, x_85); +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_unbox(x_87); +if (x_88 == 0) +{ +lean_object* x_89; lean_object* x_90; +lean_dec(x_87); +x_89 = lean_ctor_get(x_86, 1); +lean_inc(x_89); +lean_dec(x_86); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_81, x_89); +return x_90; +} +else +{ +uint8_t x_91; +lean_dec(x_81); +x_91 = !lean_is_exclusive(x_86); +if (x_91 == 0) +{ +lean_object* x_92; +x_92 = lean_ctor_get(x_86, 0); +lean_dec(x_92); +return x_86; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_86, 1); +lean_inc(x_93); +lean_dec(x_86); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_87); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +else +{ +uint8_t x_95; +lean_dec(x_81); +lean_dec(x_80); +x_95 = !lean_is_exclusive(x_82); +if (x_95 == 0) +{ +lean_object* x_96; +x_96 = lean_ctor_get(x_82, 0); +lean_dec(x_96); +return x_82; +} +else +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_82, 1); +lean_inc(x_97); +lean_dec(x_82); +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_83); +lean_ctor_set(x_98, 1, x_97); +return x_98; +} +} +} +case 10: +{ +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_3, 1); +lean_inc(x_99); +lean_dec(x_3); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_99, x_4); +return x_100; +} +case 11: +{ +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_3, 2); +lean_inc(x_101); +lean_dec(x_3); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_101, x_4); +return x_102; +} +default: +{ +uint8_t x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_3); +x_103 = 0; +x_104 = lean_box(x_103); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_4); +return x_105; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___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; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_3); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; +} +else +{ +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; +} +} +else +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__5(x_1, x_2, x_3, x_16); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} +} +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__17(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__18(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} +} +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__19(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +lean_dec(x_3); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_2); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +x_8 = 1; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_4); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_2, x_2); +if (x_11 == 0) +{ +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +x_12 = 1; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_4); +return x_14; +} +else +{ +size_t x_15; size_t x_16; uint8_t x_17; +x_15 = 0; +x_16 = lean_usize_of_nat(x_2); +x_17 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_5, x_1, x_15, x_16); +lean_dec(x_5); +if (x_17 == 0) +{ +uint8_t x_18; lean_object* x_19; lean_object* x_20; +x_18 = 1; +x_19 = lean_box(x_18); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_4); +return x_20; +} +else +{ +uint8_t x_21; lean_object* x_22; lean_object* x_23; +x_21 = 0; +x_22 = lean_box(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_4); +return x_23; +} +} +} +} +case 2: +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_3, 0); +lean_inc(x_24); +lean_dec(x_3); +lean_inc(x_24); +x_25 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_24, x_4); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +if (lean_obj_tag(x_26) == 0) +{ +uint8_t x_27; +x_27 = !lean_is_exclusive(x_25); +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; uint8_t x_34; lean_object* x_35; +x_28 = lean_ctor_get(x_25, 1); +x_29 = lean_ctor_get(x_25, 0); +lean_dec(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +x_31 = l_Lean_MetavarContext_getDecl(x_30, x_24); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +lean_dec(x_32); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(x_1, x_2, x_33); +x_35 = lean_box(x_34); +lean_ctor_set(x_25, 0, x_35); +return x_25; +} +else +{ +lean_object* x_36; 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; +x_36 = lean_ctor_get(x_25, 1); +lean_inc(x_36); +lean_dec(x_25); +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +x_38 = l_Lean_MetavarContext_getDecl(x_37, x_24); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = lean_ctor_get(x_39, 1); +lean_inc(x_40); +lean_dec(x_39); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(x_1, x_2, x_40); +x_42 = lean_box(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_36); +return x_43; +} +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_24); +x_44 = lean_ctor_get(x_25, 1); +lean_inc(x_44); +lean_dec(x_25); +x_45 = lean_ctor_get(x_26, 0); +lean_inc(x_45); +lean_dec(x_26); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_45, x_44); +return x_46; +} +} +case 5: +{ +lean_object* x_47; uint8_t x_48; +x_47 = l_Lean_Expr_getAppFn(x_3); +x_48 = l_Lean_Expr_isMVar(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_dec(x_47); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(x_1, x_2, x_3, x_4); +return x_49; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +lean_inc(x_3); +x_50 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = l_Lean_Expr_getAppFn(x_51); +x_54 = lean_expr_eqv(x_53, x_47); +lean_dec(x_47); +lean_dec(x_53); +if (x_54 == 0) +{ +lean_dec(x_3); +x_3 = x_51; +x_4 = x_52; +goto _start; +} +else +{ +lean_object* x_56; +lean_dec(x_51); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(x_1, x_2, x_3, x_52); +return x_56; +} +} +} +case 6: +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +case 7: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +lean_dec(x_3); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_68, x_4); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_69, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_69); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +case 8: +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_79 = lean_ctor_get(x_3, 1); +lean_inc(x_79); +x_80 = lean_ctor_get(x_3, 2); +lean_inc(x_80); +x_81 = lean_ctor_get(x_3, 3); +lean_inc(x_81); +lean_dec(x_3); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_79, x_4); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_80, x_85); +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_unbox(x_87); +if (x_88 == 0) +{ +lean_object* x_89; lean_object* x_90; +lean_dec(x_87); +x_89 = lean_ctor_get(x_86, 1); +lean_inc(x_89); +lean_dec(x_86); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_81, x_89); +return x_90; +} +else +{ +uint8_t x_91; +lean_dec(x_81); +x_91 = !lean_is_exclusive(x_86); +if (x_91 == 0) +{ +lean_object* x_92; +x_92 = lean_ctor_get(x_86, 0); +lean_dec(x_92); +return x_86; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_86, 1); +lean_inc(x_93); +lean_dec(x_86); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_87); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +else +{ +uint8_t x_95; +lean_dec(x_81); +lean_dec(x_80); +x_95 = !lean_is_exclusive(x_82); +if (x_95 == 0) +{ +lean_object* x_96; +x_96 = lean_ctor_get(x_82, 0); +lean_dec(x_96); +return x_82; +} +else +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_82, 1); +lean_inc(x_97); +lean_dec(x_82); +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_83); +lean_ctor_set(x_98, 1, x_97); +return x_98; +} +} +} +case 10: +{ +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_3, 1); +lean_inc(x_99); +lean_dec(x_3); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_99, x_4); +return x_100; +} +case 11: +{ +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_3, 2); +lean_inc(x_101); +lean_dec(x_3); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_101, x_4); +return x_102; +} +default: +{ +uint8_t x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_3); +x_103 = 0; +x_104 = lean_box(x_103); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_4); +return x_105; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_3); +x_8 = !lean_is_exclusive(x_5); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; +} +else +{ +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; +} +} +else +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__13(x_1, x_2, x_3, x_16); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 5) +{ +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, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(x_1, x_2, x_5, x_4); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_unbox(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +lean_dec(x_8); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_dec(x_7); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_6, x_10); +return x_11; +} +else +{ +uint8_t x_12; +lean_dec(x_6); +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_ctor_get(x_7, 0); +lean_dec(x_13); +return x_7; +} +else +{ +lean_object* x_14; lean_object* x_15; +x_14 = lean_ctor_get(x_7, 1); +lean_inc(x_14); +lean_dec(x_7); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_14); +return x_15; +} +} +} +else +{ +lean_object* x_16; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_3, x_4); +return x_16; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_uget(x_3, x_4); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(x_1, x_2, x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +x_4 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} +} +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(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; uint8_t x_7; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +lean_dec(x_3); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__25(x_1, x_2, x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +lean_dec(x_3); +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) +{ +uint8_t x_18; +lean_dec(x_15); +lean_dec(x_14); +x_18 = 0; +return x_18; +} +else +{ +uint8_t x_19; +x_19 = lean_nat_dec_le(x_15, x_15); +if (x_19 == 0) +{ +uint8_t x_20; +lean_dec(x_15); +lean_dec(x_14); +x_20 = 0; +return x_20; +} +else +{ +size_t x_21; size_t x_22; uint8_t x_23; +x_21 = 0; +x_22 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__26(x_1, x_2, x_14, x_21, x_22); +lean_dec(x_14); +return x_23; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +_start: +{ +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} +} +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(x_1, x_2, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_array_get_size(x_6); +x_8 = lean_unsigned_to_nat(0u); +x_9 = lean_nat_dec_lt(x_8, x_7); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_7); +lean_dec(x_6); +x_10 = 0; +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_7, x_7); +if (x_11 == 0) +{ +uint8_t x_12; +lean_dec(x_7); +lean_dec(x_6); +x_12 = 0; +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = 0; +x_14 = lean_usize_of_nat(x_7); +lean_dec(x_7); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__27(x_1, x_2, x_6, x_13, x_14); +lean_dec(x_6); +return x_15; +} +} +} +else +{ +lean_dec(x_3); +return x_5; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 1: +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +lean_dec(x_3); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_2); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +x_8 = 1; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_4); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_2, x_2); +if (x_11 == 0) +{ +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +x_12 = 1; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_4); +return x_14; +} +else +{ +size_t x_15; size_t x_16; uint8_t x_17; +x_15 = 0; +x_16 = lean_usize_of_nat(x_2); +x_17 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_5, x_1, x_15, x_16); +lean_dec(x_5); +if (x_17 == 0) +{ +uint8_t x_18; lean_object* x_19; lean_object* x_20; +x_18 = 1; +x_19 = lean_box(x_18); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_4); +return x_20; +} +else +{ +uint8_t x_21; lean_object* x_22; lean_object* x_23; +x_21 = 0; +x_22 = lean_box(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_4); +return x_23; +} +} +} +} +case 2: +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_3, 0); +lean_inc(x_24); +lean_dec(x_3); +lean_inc(x_24); +x_25 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_24, x_4); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +if (lean_obj_tag(x_26) == 0) +{ +uint8_t x_27; +x_27 = !lean_is_exclusive(x_25); +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; uint8_t x_34; lean_object* x_35; +x_28 = lean_ctor_get(x_25, 1); +x_29 = lean_ctor_get(x_25, 0); +lean_dec(x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); +x_31 = l_Lean_MetavarContext_getDecl(x_30, x_24); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +lean_dec(x_32); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(x_1, x_2, x_33); +x_35 = lean_box(x_34); +lean_ctor_set(x_25, 0, x_35); +return x_25; +} +else +{ +lean_object* x_36; 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; +x_36 = lean_ctor_get(x_25, 1); +lean_inc(x_36); +lean_dec(x_25); +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +x_38 = l_Lean_MetavarContext_getDecl(x_37, x_24); +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = lean_ctor_get(x_39, 1); +lean_inc(x_40); +lean_dec(x_39); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(x_1, x_2, x_40); +x_42 = lean_box(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_36); +return x_43; +} +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_24); +x_44 = lean_ctor_get(x_25, 1); +lean_inc(x_44); +lean_dec(x_25); +x_45 = lean_ctor_get(x_26, 0); +lean_inc(x_45); +lean_dec(x_26); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_45, x_44); +return x_46; +} +} +case 5: +{ +lean_object* x_47; uint8_t x_48; +x_47 = l_Lean_Expr_getAppFn(x_3); +x_48 = l_Lean_Expr_isMVar(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_dec(x_47); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(x_1, x_2, x_3, x_4); +return x_49; +} +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; +lean_inc(x_3); +x_50 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_3, x_4); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = l_Lean_Expr_getAppFn(x_51); +x_54 = lean_expr_eqv(x_53, x_47); +lean_dec(x_47); +lean_dec(x_53); +if (x_54 == 0) +{ +lean_dec(x_3); +x_3 = x_51; +x_4 = x_52; +goto _start; +} +else +{ +lean_object* x_56; +lean_dec(x_51); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(x_1, x_2, x_3, x_52); +return x_56; +} +} +} +case 6: +{ +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; +x_57 = lean_ctor_get(x_3, 1); +lean_inc(x_57); +x_58 = lean_ctor_get(x_3, 2); +lean_inc(x_58); +lean_dec(x_3); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_57, x_4); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_unbox(x_60); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_60); +x_62 = lean_ctor_get(x_59, 1); +lean_inc(x_62); +lean_dec(x_59); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_58, x_62); +return x_63; +} +else +{ +uint8_t x_64; +lean_dec(x_58); +x_64 = !lean_is_exclusive(x_59); +if (x_64 == 0) +{ +lean_object* x_65; +x_65 = lean_ctor_get(x_59, 0); +lean_dec(x_65); +return x_59; +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_59, 1); +lean_inc(x_66); +lean_dec(x_59); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_66); +return x_67; +} +} +} +case 7: +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_68 = lean_ctor_get(x_3, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 2); +lean_inc(x_69); +lean_dec(x_3); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_68, x_4); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_69, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_69); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +case 8: +{ +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +x_79 = lean_ctor_get(x_3, 1); +lean_inc(x_79); +x_80 = lean_ctor_get(x_3, 2); +lean_inc(x_80); +x_81 = lean_ctor_get(x_3, 3); +lean_inc(x_81); +lean_dec(x_3); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_79, x_4); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_80, x_85); +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_unbox(x_87); +if (x_88 == 0) { -uint8_t x_23; -lean_dec(x_9); -x_23 = 1; -return x_23; -} -} +lean_object* x_89; lean_object* x_90; +lean_dec(x_87); +x_89 = lean_ctor_get(x_86, 1); +lean_inc(x_89); +lean_dec(x_86); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_81, x_89); +return x_90; } else { -lean_object* x_24; -x_24 = lean_array_fget(x_1, x_3); -if (x_13 == 0) -{ -lean_object* x_25; lean_object* x_26; uint8_t x_27; -lean_dec(x_11); -x_25 = l_Lean_instInhabitedExpr; -x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); -x_27 = lean_expr_eqv(x_24, x_26); -lean_dec(x_26); -lean_dec(x_24); -if (x_27 == 0) +uint8_t x_91; +lean_dec(x_81); +x_91 = !lean_is_exclusive(x_86); +if (x_91 == 0) { -x_5 = x_9; -goto _start; +lean_object* x_92; +x_92 = lean_ctor_get(x_86, 0); +lean_dec(x_92); +return x_86; } else { -uint8_t x_29; -lean_dec(x_9); -x_29 = 1; -return x_29; +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_86, 1); +lean_inc(x_93); +lean_dec(x_86); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_87); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} } } else { -lean_object* x_30; uint8_t x_31; -x_30 = lean_array_fget(x_1, x_11); -lean_dec(x_11); -x_31 = lean_expr_eqv(x_24, x_30); -lean_dec(x_30); -lean_dec(x_24); -if (x_31 == 0) +uint8_t x_95; +lean_dec(x_81); +lean_dec(x_80); +x_95 = !lean_is_exclusive(x_82); +if (x_95 == 0) { -x_5 = x_9; -goto _start; +lean_object* x_96; +x_96 = lean_ctor_get(x_82, 0); +lean_dec(x_96); +return x_82; } else { -uint8_t x_33; -lean_dec(x_9); -x_33 = 1; -return x_33; -} +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_82, 1); +lean_inc(x_97); +lean_dec(x_82); +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_83); +lean_ctor_set(x_98, 1, x_97); +return x_98; } } } -else +case 10: { -uint8_t x_34; -lean_dec(x_5); -x_34 = 0; -return x_34; -} -} +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_3, 1); +lean_inc(x_99); +lean_dec(x_3); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_99, x_4); +return x_100; } -LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___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; -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_eq(x_4, x_5); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_7 = lean_unsigned_to_nat(1u); -x_8 = lean_nat_sub(x_4, x_7); -lean_dec(x_4); -x_9 = lean_nat_add(x_8, x_7); -x_10 = lean_nat_sub(x_3, x_9); -lean_dec(x_9); -lean_inc(x_10); -x_11 = l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__1(x_1, x_2, x_10, x_10, x_10); -lean_dec(x_10); -if (x_11 == 0) +case 11: { -x_4 = x_8; -goto _start; +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_3, 2); +lean_inc(x_101); +lean_dec(x_3); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_101, x_4); +return x_102; } -else +default: { -uint8_t x_13; -lean_dec(x_8); -x_13 = 1; -return x_13; -} +uint8_t x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_3); +x_103 = 0; +x_104 = lean_box(x_103); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_4); +return x_105; } -else -{ -uint8_t x_14; -lean_dec(x_4); -x_14 = 0; -return x_14; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_5; lean_object* x_6; uint8_t x_7; +lean_inc(x_3); +x_5 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_unbox(x_6); +lean_dec(x_6); +if (x_7 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_Expr_fvarId_x21(x_6); -x_8 = lean_name_eq(x_7, x_1); -lean_dec(x_7); +uint8_t x_8; +lean_dec(x_3); +x_8 = !lean_is_exclusive(x_5); if (x_8 == 0) { -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; -goto _start; +lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = 0; +x_11 = lean_box(x_10); +lean_ctor_set(x_5, 0, x_11); +return x_5; } else { -uint8_t x_12; -x_12 = 1; -return x_12; +lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_5, 1); +lean_inc(x_12); +lean_dec(x_5); +x_13 = 0; +x_14 = lean_box(x_13); +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_12); +return x_15; } } else { -uint8_t x_13; -x_13 = 0; -return x_13; +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_5, 1); +lean_inc(x_16); +lean_dec(x_5); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__21(x_1, x_2, x_3, x_16); +return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -3903,7 +6323,7 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -3914,7 +6334,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_6, x_10); return x_11; } else @@ -3945,12 +6365,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -3959,7 +6379,7 @@ if (x_6 == 0) { lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); -x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__8(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -3983,71 +6403,72 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) -{ -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) -{ -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; -} -else -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -if (x_14 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); if (x_20 == 0) { uint8_t x_21; +lean_dec(x_16); x_21 = 1; -return x_21; +x_6 = x_21; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -4055,13 +6476,30 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -4099,7 +6537,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__9(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__33(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -4140,7 +6578,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__10(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__34(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -4148,71 +6586,72 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -4220,19 +6659,36 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__8(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -4268,7 +6724,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__11(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__35(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -4281,7 +6737,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -4378,7 +6834,7 @@ lean_dec(x_31); x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(x_1, x_2, x_33); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(x_1, x_2, x_33); x_35 = lean_box(x_34); lean_ctor_set(x_25, 0, x_35); return x_25; @@ -4398,7 +6854,7 @@ lean_dec(x_38); x_40 = lean_ctor_get(x_39, 1); lean_inc(x_40); lean_dec(x_39); -x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__7(x_1, x_2, x_40); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(x_1, x_2, x_40); x_42 = lean_box(x_41); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -4416,7 +6872,7 @@ lean_dec(x_25); x_45 = lean_ctor_get(x_26, 0); lean_inc(x_45); lean_dec(x_26); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_45, x_44); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_45, x_44); return x_46; } } @@ -4429,7 +6885,7 @@ if (x_48 == 0) { lean_object* x_49; lean_dec(x_47); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(x_1, x_2, x_3, x_4); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(x_1, x_2, x_3, x_4); return x_49; } else @@ -4457,7 +6913,7 @@ else { lean_object* x_56; lean_dec(x_51); -x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__6(x_1, x_2, x_3, x_52); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(x_1, x_2, x_3, x_52); return x_56; } } @@ -4470,7 +6926,7 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_3, 2); lean_inc(x_58); lean_dec(x_3); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -4481,7 +6937,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_58, x_62); return x_63; } else @@ -4517,7 +6973,7 @@ lean_inc(x_68); x_69 = lean_ctor_get(x_3, 2); lean_inc(x_69); lean_dec(x_3); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_68, x_4); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_68, x_4); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -4528,7 +6984,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_69, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_69, x_73); return x_74; } else @@ -4566,7 +7022,7 @@ lean_inc(x_80); x_81 = lean_ctor_get(x_3, 3); lean_inc(x_81); lean_dec(x_3); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_79, x_4); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_79, x_4); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -4577,7 +7033,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_80, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_80, x_85); x_87 = lean_ctor_get(x_86, 0); lean_inc(x_87); x_88 = lean_unbox(x_87); @@ -4588,7 +7044,7 @@ lean_dec(x_87); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec(x_86); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_81, x_89); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_81, x_89); return x_90; } else @@ -4648,7 +7104,7 @@ lean_object* x_99; lean_object* x_100; x_99 = lean_ctor_get(x_3, 1); lean_inc(x_99); lean_dec(x_3); -x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_99, x_4); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_99, x_4); return x_100; } case 11: @@ -4657,7 +7113,7 @@ lean_object* x_101; lean_object* x_102; x_101 = lean_ctor_get(x_3, 2); lean_inc(x_101); lean_dec(x_3); -x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_1, x_2, x_101, x_4); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_101, x_4); return x_102; } default: @@ -4674,7 +7130,7 @@ return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(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; @@ -4719,12 +7175,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__5(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__29(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -4735,7 +7191,7 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -4746,7 +7202,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_6, x_10); return x_11; } else @@ -4777,12 +7233,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__41(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -4791,7 +7247,7 @@ if (x_6 == 0) { lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); -x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -4815,85 +7271,103 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} +} } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; goto _start; } -} -} -} -} else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -4931,7 +7405,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__17(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__41(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -4972,7 +7446,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__18(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__42(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -4980,71 +7454,72 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -5052,19 +7527,36 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; } +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; } +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__16(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -5100,7 +7592,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__19(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__43(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -5113,7 +7605,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -5210,7 +7702,7 @@ lean_dec(x_31); x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(x_1, x_2, x_33); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(x_1, x_2, x_33); x_35 = lean_box(x_34); lean_ctor_set(x_25, 0, x_35); return x_25; @@ -5230,7 +7722,7 @@ lean_dec(x_38); x_40 = lean_ctor_get(x_39, 1); lean_inc(x_40); lean_dec(x_39); -x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__15(x_1, x_2, x_40); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(x_1, x_2, x_40); x_42 = lean_box(x_41); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -5248,7 +7740,7 @@ lean_dec(x_25); x_45 = lean_ctor_get(x_26, 0); lean_inc(x_45); lean_dec(x_26); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_45, x_44); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_45, x_44); return x_46; } } @@ -5261,7 +7753,7 @@ if (x_48 == 0) { lean_object* x_49; lean_dec(x_47); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(x_1, x_2, x_3, x_4); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(x_1, x_2, x_3, x_4); return x_49; } else @@ -5289,7 +7781,7 @@ else { lean_object* x_56; lean_dec(x_51); -x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__14(x_1, x_2, x_3, x_52); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(x_1, x_2, x_3, x_52); return x_56; } } @@ -5302,7 +7794,7 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_3, 2); lean_inc(x_58); lean_dec(x_3); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -5313,7 +7805,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_58, x_62); return x_63; } else @@ -5349,7 +7841,7 @@ lean_inc(x_68); x_69 = lean_ctor_get(x_3, 2); lean_inc(x_69); lean_dec(x_3); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_68, x_4); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_68, x_4); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -5360,7 +7852,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_69, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_69, x_73); return x_74; } else @@ -5398,7 +7890,7 @@ lean_inc(x_80); x_81 = lean_ctor_get(x_3, 3); lean_inc(x_81); lean_dec(x_3); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_79, x_4); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_79, x_4); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -5409,7 +7901,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_80, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_80, x_85); x_87 = lean_ctor_get(x_86, 0); lean_inc(x_87); x_88 = lean_unbox(x_87); @@ -5420,7 +7912,7 @@ lean_dec(x_87); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec(x_86); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_81, x_89); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_81, x_89); return x_90; } else @@ -5480,7 +7972,7 @@ lean_object* x_99; lean_object* x_100; x_99 = lean_ctor_get(x_3, 1); lean_inc(x_99); lean_dec(x_3); -x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_99, x_4); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_99, x_4); return x_100; } case 11: @@ -5489,7 +7981,7 @@ lean_object* x_101; lean_object* x_102; x_101 = lean_ctor_get(x_3, 2); lean_inc(x_101); lean_dec(x_3); -x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_1, x_2, x_101, x_4); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_101, x_4); return x_102; } default: @@ -5506,7 +7998,7 @@ return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(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; @@ -5551,12 +8043,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__13(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__37(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -5567,7 +8059,7 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -5578,7 +8070,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_6, x_10); return x_11; } else @@ -5609,12 +8101,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__49(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -5623,7 +8115,7 @@ if (x_6 == 0) { lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); -x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -5647,71 +8139,72 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -5719,13 +8212,30 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -5763,7 +8273,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__25(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__49(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -5804,7 +8314,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__26(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__50(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -5812,71 +8322,72 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) -{ -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) -{ -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; -} -else +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -if (x_14 == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); if (x_20 == 0) { uint8_t x_21; +lean_dec(x_16); x_21 = 1; -return x_21; +x_6 = x_21; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -5884,19 +8395,36 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__24(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -5932,7 +8460,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__27(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__51(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -5945,7 +8473,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -6042,7 +8570,7 @@ lean_dec(x_31); x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(x_1, x_2, x_33); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(x_1, x_2, x_33); x_35 = lean_box(x_34); lean_ctor_set(x_25, 0, x_35); return x_25; @@ -6062,7 +8590,7 @@ lean_dec(x_38); x_40 = lean_ctor_get(x_39, 1); lean_inc(x_40); lean_dec(x_39); -x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__23(x_1, x_2, x_40); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(x_1, x_2, x_40); x_42 = lean_box(x_41); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -6080,7 +8608,7 @@ lean_dec(x_25); x_45 = lean_ctor_get(x_26, 0); lean_inc(x_45); lean_dec(x_26); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_45, x_44); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_45, x_44); return x_46; } } @@ -6093,7 +8621,7 @@ if (x_48 == 0) { lean_object* x_49; lean_dec(x_47); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(x_1, x_2, x_3, x_4); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(x_1, x_2, x_3, x_4); return x_49; } else @@ -6121,7 +8649,7 @@ else { lean_object* x_56; lean_dec(x_51); -x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__22(x_1, x_2, x_3, x_52); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(x_1, x_2, x_3, x_52); return x_56; } } @@ -6134,7 +8662,7 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_3, 2); lean_inc(x_58); lean_dec(x_3); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -6145,7 +8673,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_58, x_62); return x_63; } else @@ -6181,7 +8709,7 @@ lean_inc(x_68); x_69 = lean_ctor_get(x_3, 2); lean_inc(x_69); lean_dec(x_3); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_68, x_4); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_68, x_4); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -6192,7 +8720,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_69, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_69, x_73); return x_74; } else @@ -6230,7 +8758,7 @@ lean_inc(x_80); x_81 = lean_ctor_get(x_3, 3); lean_inc(x_81); lean_dec(x_3); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_79, x_4); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_79, x_4); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -6241,7 +8769,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_80, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_80, x_85); x_87 = lean_ctor_get(x_86, 0); lean_inc(x_87); x_88 = lean_unbox(x_87); @@ -6252,7 +8780,7 @@ lean_dec(x_87); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec(x_86); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_81, x_89); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_81, x_89); return x_90; } else @@ -6312,7 +8840,7 @@ lean_object* x_99; lean_object* x_100; x_99 = lean_ctor_get(x_3, 1); lean_inc(x_99); lean_dec(x_3); -x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_99, x_4); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_99, x_4); return x_100; } case 11: @@ -6321,7 +8849,7 @@ lean_object* x_101; lean_object* x_102; x_101 = lean_ctor_get(x_3, 2); lean_inc(x_101); lean_dec(x_3); -x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_1, x_2, x_101, x_4); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_101, x_4); return x_102; } default: @@ -6338,7 +8866,7 @@ return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(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; @@ -6383,12 +8911,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__21(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__45(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -6399,7 +8927,7 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -6410,7 +8938,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_6, x_10); return x_11; } else @@ -6441,12 +8969,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -6455,7 +8983,7 @@ if (x_6 == 0) { lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); -x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -6479,71 +9007,72 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -6551,13 +9080,30 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; } +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; } +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -6595,7 +9141,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__33(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -6636,7 +9182,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__34(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -6644,91 +9190,109 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; +} +} +} } } +else +{ +uint8_t x_27; +x_27 = 0; +return x_27; } +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; } +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } -else -{ -uint8_t x_25; -x_25 = 0; -return x_25; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__32(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -6764,7 +9328,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__35(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__59(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -6777,7 +9341,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -6874,7 +9438,7 @@ lean_dec(x_31); x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(x_1, x_2, x_33); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(x_1, x_2, x_33); x_35 = lean_box(x_34); lean_ctor_set(x_25, 0, x_35); return x_25; @@ -6894,7 +9458,7 @@ lean_dec(x_38); x_40 = lean_ctor_get(x_39, 1); lean_inc(x_40); lean_dec(x_39); -x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__31(x_1, x_2, x_40); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(x_1, x_2, x_40); x_42 = lean_box(x_41); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -6912,7 +9476,7 @@ lean_dec(x_25); x_45 = lean_ctor_get(x_26, 0); lean_inc(x_45); lean_dec(x_26); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_45, x_44); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_45, x_44); return x_46; } } @@ -6925,7 +9489,7 @@ if (x_48 == 0) { lean_object* x_49; lean_dec(x_47); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(x_1, x_2, x_3, x_4); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_3, x_4); return x_49; } else @@ -6953,7 +9517,7 @@ else { lean_object* x_56; lean_dec(x_51); -x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__30(x_1, x_2, x_3, x_52); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_3, x_52); return x_56; } } @@ -6966,7 +9530,7 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_3, 2); lean_inc(x_58); lean_dec(x_3); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -6977,7 +9541,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_58, x_62); return x_63; } else @@ -7013,7 +9577,7 @@ lean_inc(x_68); x_69 = lean_ctor_get(x_3, 2); lean_inc(x_69); lean_dec(x_3); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_68, x_4); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_68, x_4); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -7024,7 +9588,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_69, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_69, x_73); return x_74; } else @@ -7062,7 +9626,7 @@ lean_inc(x_80); x_81 = lean_ctor_get(x_3, 3); lean_inc(x_81); lean_dec(x_3); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_79, x_4); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_79, x_4); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -7073,7 +9637,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_80, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_80, x_85); x_87 = lean_ctor_get(x_86, 0); lean_inc(x_87); x_88 = lean_unbox(x_87); @@ -7084,7 +9648,7 @@ lean_dec(x_87); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec(x_86); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_81, x_89); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_81, x_89); return x_90; } else @@ -7144,7 +9708,7 @@ lean_object* x_99; lean_object* x_100; x_99 = lean_ctor_get(x_3, 1); lean_inc(x_99); lean_dec(x_3); -x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_99, x_4); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_99, x_4); return x_100; } case 11: @@ -7153,7 +9717,7 @@ lean_object* x_101; lean_object* x_102; x_101 = lean_ctor_get(x_3, 2); lean_inc(x_101); lean_dec(x_3); -x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_1, x_2, x_101, x_4); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_101, x_4); return x_102; } default: @@ -7170,7 +9734,7 @@ return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(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; @@ -7215,12 +9779,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__29(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -7231,7 +9795,7 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -7242,7 +9806,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_6, x_10); return x_11; } else @@ -7273,12 +9837,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__41(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__65(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -7287,7 +9851,7 @@ if (x_6 == 0) { lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); -x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -7311,71 +9875,72 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -7383,13 +9948,30 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -7427,7 +10009,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__41(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__65(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -7468,7 +10050,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__42(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__66(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -7476,71 +10058,72 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -7548,19 +10131,36 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; +} +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__40(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -7596,7 +10196,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__43(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__67(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -7609,7 +10209,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__61(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -7706,7 +10306,7 @@ lean_dec(x_31); x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(x_1, x_2, x_33); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63(x_1, x_2, x_33); x_35 = lean_box(x_34); lean_ctor_set(x_25, 0, x_35); return x_25; @@ -7726,7 +10326,7 @@ lean_dec(x_38); x_40 = lean_ctor_get(x_39, 1); lean_inc(x_40); lean_dec(x_39); -x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__39(x_1, x_2, x_40); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63(x_1, x_2, x_40); x_42 = lean_box(x_41); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -7744,7 +10344,7 @@ lean_dec(x_25); x_45 = lean_ctor_get(x_26, 0); lean_inc(x_45); lean_dec(x_26); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_45, x_44); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_45, x_44); return x_46; } } @@ -7757,7 +10357,7 @@ if (x_48 == 0) { lean_object* x_49; lean_dec(x_47); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(x_1, x_2, x_3, x_4); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62(x_1, x_2, x_3, x_4); return x_49; } else @@ -7785,7 +10385,7 @@ else { lean_object* x_56; lean_dec(x_51); -x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__38(x_1, x_2, x_3, x_52); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62(x_1, x_2, x_3, x_52); return x_56; } } @@ -7798,7 +10398,7 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_3, 2); lean_inc(x_58); lean_dec(x_3); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -7809,7 +10409,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_58, x_62); return x_63; } else @@ -7845,7 +10445,7 @@ lean_inc(x_68); x_69 = lean_ctor_get(x_3, 2); lean_inc(x_69); lean_dec(x_3); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_68, x_4); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_68, x_4); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -7856,7 +10456,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_69, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_69, x_73); return x_74; } else @@ -7894,7 +10494,7 @@ lean_inc(x_80); x_81 = lean_ctor_get(x_3, 3); lean_inc(x_81); lean_dec(x_3); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_79, x_4); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_79, x_4); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -7905,7 +10505,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_80, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_80, x_85); x_87 = lean_ctor_get(x_86, 0); lean_inc(x_87); x_88 = lean_unbox(x_87); @@ -7916,7 +10516,7 @@ lean_dec(x_87); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec(x_86); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_81, x_89); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_81, x_89); return x_90; } else @@ -7976,7 +10576,7 @@ lean_object* x_99; lean_object* x_100; x_99 = lean_ctor_get(x_3, 1); lean_inc(x_99); lean_dec(x_3); -x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_99, x_4); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_99, x_4); return x_100; } case 11: @@ -7985,7 +10585,7 @@ lean_object* x_101; lean_object* x_102; x_101 = lean_ctor_get(x_3, 2); lean_inc(x_101); lean_dec(x_3); -x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_1, x_2, x_101, x_4); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_101, x_4); return x_102; } default: @@ -8002,7 +10602,7 @@ return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(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; @@ -8047,12 +10647,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__37(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__61(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 5) @@ -8063,7 +10663,7 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(x_1, x_2, x_5, x_4); +x_7 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70(x_1, x_2, x_5, x_4); x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); x_9 = lean_unbox(x_8); @@ -8074,7 +10674,7 @@ lean_dec(x_8); x_10 = lean_ctor_get(x_7, 1); lean_inc(x_10); lean_dec(x_7); -x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_6, x_10); +x_11 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_6, x_10); return x_11; } else @@ -8105,12 +10705,12 @@ return x_15; else { lean_object* x_16; -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_3, x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_3, x_4); return x_16; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__49(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__73(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { uint8_t x_6; @@ -8119,7 +10719,7 @@ if (x_6 == 0) { lean_object* x_7; uint8_t x_8; x_7 = lean_array_uget(x_3, x_4); -x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(x_1, x_2, x_7); +x_8 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72(x_1, x_2, x_7); if (x_8 == 0) { size_t x_9; size_t x_10; @@ -8143,71 +10743,72 @@ return x_13; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__74(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) -{ -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) -{ -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; -} -else +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -if (x_14 == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_15 = lean_ctor_get(x_13, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); if (x_20 == 0) { uint8_t x_21; +lean_dec(x_16); x_21 = 1; -return x_21; +x_6 = x_21; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) +{ +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; +} +else +{ +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -8215,13 +10816,30 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; } +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; } +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -8259,7 +10877,7 @@ size_t x_11; size_t x_12; uint8_t x_13; x_11 = 0; x_12 = lean_usize_of_nat(x_5); lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__49(x_1, x_2, x_4, x_11, x_12); +x_13 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__73(x_1, x_2, x_4, x_11, x_12); lean_dec(x_4); return x_13; } @@ -8300,7 +10918,7 @@ size_t x_21; size_t x_22; uint8_t x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_15); lean_dec(x_15); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__50(x_1, x_2, x_14, x_21, x_22); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__74(x_1, x_2, x_14, x_21, x_22); lean_dec(x_14); return x_23; } @@ -8308,71 +10926,72 @@ return x_23; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__75(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_4, x_5); -if (x_6 == 0) +uint8_t x_6; uint8_t x_12; +x_12 = lean_usize_dec_eq(x_4, x_5); +if (x_12 == 0) { -lean_object* x_7; -x_7 = lean_array_uget(x_3, x_4); -if (lean_obj_tag(x_7) == 0) +lean_object* x_13; +x_13 = lean_array_uget(x_3, x_4); +if (lean_obj_tag(x_13) == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_4, x_8); -x_4 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_6 = x_14; +goto block_11; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -lean_dec(x_7); -x_12 = l_Lean_LocalDecl_fvarId(x_11); -lean_dec(x_11); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_2); -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, 0); +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_LocalDecl_fvarId(x_15); +lean_dec(x_15); +x_17 = lean_unsigned_to_nat(0u); +x_18 = lean_nat_dec_lt(x_17, x_2); +if (x_18 == 0) { -uint8_t x_15; -lean_dec(x_12); -x_15 = 1; -return x_15; +uint8_t x_19; +lean_dec(x_16); +x_19 = 1; +x_6 = x_19; +goto block_11; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_2, x_2); -if (x_16 == 0) +uint8_t x_20; +x_20 = lean_nat_dec_le(x_2, x_2); +if (x_20 == 0) { -uint8_t x_17; -lean_dec(x_12); -x_17 = 1; -return x_17; +uint8_t x_21; +lean_dec(x_16); +x_21 = 1; +x_6 = x_21; +goto block_11; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_2); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_12, x_1, x_18, x_19); -lean_dec(x_12); -if (x_20 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_2); +x_24 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__3(x_16, x_1, x_22, x_23); +lean_dec(x_16); +if (x_24 == 0) { -uint8_t x_21; -x_21 = 1; -return x_21; +uint8_t x_25; +x_25 = 1; +x_6 = x_25; +goto block_11; } else { -size_t x_22; size_t x_23; -x_22 = 1; -x_23 = lean_usize_add(x_4, x_22); -x_4 = x_23; -goto _start; +uint8_t x_26; +x_26 = 0; +x_6 = x_26; +goto block_11; } } } @@ -8380,19 +10999,36 @@ goto _start; } else { -uint8_t x_25; -x_25 = 0; -return x_25; +uint8_t x_27; +x_27 = 0; +return x_27; +} +block_11: +{ +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_4, x_7); +x_4 = x_8; +goto _start; } +else +{ +uint8_t x_10; +x_10 = 1; +return x_10; } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); -x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__48(x_1, x_2, x_4); +x_5 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72(x_1, x_2, x_4); if (x_5 == 0) { lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; @@ -8428,7 +11064,7 @@ size_t x_13; size_t x_14; uint8_t x_15; x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); -x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__51(x_1, x_2, x_6, x_13, x_14); +x_15 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__75(x_1, x_2, x_6, x_13, x_14); lean_dec(x_6); return x_15; } @@ -8441,7 +11077,7 @@ return x_5; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__69(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_3)) { @@ -8538,7 +11174,7 @@ lean_dec(x_31); x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(x_1, x_2, x_33); +x_34 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71(x_1, x_2, x_33); x_35 = lean_box(x_34); lean_ctor_set(x_25, 0, x_35); return x_25; @@ -8558,7 +11194,7 @@ lean_dec(x_38); x_40 = lean_ctor_get(x_39, 1); lean_inc(x_40); lean_dec(x_39); -x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__47(x_1, x_2, x_40); +x_41 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71(x_1, x_2, x_40); x_42 = lean_box(x_41); x_43 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_43, 0, x_42); @@ -8576,7 +11212,7 @@ lean_dec(x_25); x_45 = lean_ctor_get(x_26, 0); lean_inc(x_45); lean_dec(x_26); -x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_45, x_44); +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_45, x_44); return x_46; } } @@ -8589,7 +11225,7 @@ if (x_48 == 0) { lean_object* x_49; lean_dec(x_47); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(x_1, x_2, x_3, x_4); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70(x_1, x_2, x_3, x_4); return x_49; } else @@ -8617,7 +11253,7 @@ else { lean_object* x_56; lean_dec(x_51); -x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__46(x_1, x_2, x_3, x_52); +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70(x_1, x_2, x_3, x_52); return x_56; } } @@ -8630,7 +11266,7 @@ lean_inc(x_57); x_58 = lean_ctor_get(x_3, 2); lean_inc(x_58); lean_dec(x_3); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_57, x_4); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_57, x_4); x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); x_61 = lean_unbox(x_60); @@ -8641,7 +11277,7 @@ lean_dec(x_60); x_62 = lean_ctor_get(x_59, 1); lean_inc(x_62); lean_dec(x_59); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_58, x_62); +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_58, x_62); return x_63; } else @@ -8677,7 +11313,7 @@ lean_inc(x_68); x_69 = lean_ctor_get(x_3, 2); lean_inc(x_69); lean_dec(x_3); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_68, x_4); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_68, x_4); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -8688,7 +11324,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_69, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_69, x_73); return x_74; } else @@ -8726,7 +11362,7 @@ lean_inc(x_80); x_81 = lean_ctor_get(x_3, 3); lean_inc(x_81); lean_dec(x_3); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_79, x_4); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_79, x_4); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -8737,7 +11373,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_80, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_80, x_85); x_87 = lean_ctor_get(x_86, 0); lean_inc(x_87); x_88 = lean_unbox(x_87); @@ -8748,7 +11384,7 @@ lean_dec(x_87); x_89 = lean_ctor_get(x_86, 1); lean_inc(x_89); lean_dec(x_86); -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_81, x_89); +x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_81, x_89); return x_90; } else @@ -8808,7 +11444,7 @@ lean_object* x_99; lean_object* x_100; x_99 = lean_ctor_get(x_3, 1); lean_inc(x_99); lean_dec(x_3); -x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_99, x_4); +x_100 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_99, x_4); return x_100; } case 11: @@ -8817,7 +11453,7 @@ lean_object* x_101; lean_object* x_102; x_101 = lean_ctor_get(x_3, 2); lean_inc(x_101); lean_dec(x_3); -x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_1, x_2, x_101, x_4); +x_102 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_101, x_4); return x_102; } default: @@ -8834,7 +11470,7 @@ return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(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; @@ -8879,12 +11515,12 @@ lean_object* x_16; lean_object* x_17; x_16 = lean_ctor_get(x_5, 1); lean_inc(x_16); lean_dec(x_5); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__45(x_1, x_2, x_3, x_16); +x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__69(x_1, x_2, x_3, x_16); return x_17; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -8919,7 +11555,7 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(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_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__79(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_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; @@ -8932,7 +11568,7 @@ lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_14 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_3, x_13, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78(x_1, x_2, x_3, x_13, x_7, x_8, x_9, x_10, x_11); x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); x_16 = lean_unbox(x_15); @@ -8998,7 +11634,7 @@ return x_31; } } } -static lean_object* _init_l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1() { +static lean_object* _init_l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -9007,794 +11643,642 @@ x_2 = l_Lean_mkHashSetImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(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_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80(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_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; x_12 = lean_usize_dec_eq(x_5, x_6); if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_30; +lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_23; x_13 = lean_array_uget(x_4, x_5); if (lean_obj_tag(x_13) == 0) { -size_t x_50; size_t x_51; -x_50 = 1; -x_51 = lean_usize_add(x_5, x_50); -x_5 = x_51; -goto _start; +uint8_t x_28; +x_28 = 0; +x_14 = x_28; +x_15 = x_11; +goto block_22; } else { -lean_object* x_53; uint8_t x_54; lean_object* x_210; lean_object* x_211; lean_object* x_212; uint8_t x_213; -x_53 = lean_ctor_get(x_13, 0); -lean_inc(x_53); +lean_object* x_29; uint8_t x_30; lean_object* x_168; lean_object* x_169; lean_object* x_170; uint8_t x_171; +x_29 = lean_ctor_get(x_13, 0); +lean_inc(x_29); lean_dec(x_13); -x_210 = l_Lean_LocalDecl_fvarId(x_53); -x_211 = lean_ctor_get(x_1, 3); -x_212 = l_Lean_LocalDecl_fvarId(x_211); -x_213 = lean_name_eq(x_210, x_212); -lean_dec(x_212); -if (x_213 == 0) +x_168 = l_Lean_LocalDecl_fvarId(x_29); +x_169 = lean_ctor_get(x_1, 3); +x_170 = l_Lean_LocalDecl_fvarId(x_169); +x_171 = lean_name_eq(x_168, x_170); +lean_dec(x_170); +if (x_171 == 0) +{ +lean_object* x_172; uint8_t x_173; +x_172 = lean_unsigned_to_nat(0u); +x_173 = lean_nat_dec_lt(x_172, x_3); +if (x_173 == 0) +{ +uint8_t x_174; +lean_dec(x_168); +x_174 = 0; +x_30 = x_174; +goto block_167; +} +else { -lean_object* x_214; uint8_t x_215; -x_214 = lean_unsigned_to_nat(0u); -x_215 = lean_nat_dec_lt(x_214, x_3); -if (x_215 == 0) +uint8_t x_175; +x_175 = lean_nat_dec_le(x_3, x_3); +if (x_175 == 0) { -uint8_t x_216; -lean_dec(x_210); -x_216 = 0; -x_54 = x_216; -goto block_209; +uint8_t x_176; +lean_dec(x_168); +x_176 = 0; +x_30 = x_176; +goto block_167; } else { -uint8_t x_217; -x_217 = lean_nat_dec_le(x_3, x_3); -if (x_217 == 0) -{ -uint8_t x_218; -lean_dec(x_210); -x_218 = 0; -x_54 = x_218; -goto block_209; +size_t x_177; size_t x_178; uint8_t x_179; +x_177 = 0; +x_178 = lean_usize_of_nat(x_3); +x_179 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76(x_168, x_2, x_177, x_178); +lean_dec(x_168); +x_30 = x_179; +goto block_167; +} +} } else { -size_t x_219; size_t x_220; uint8_t x_221; -x_219 = 0; -x_220 = lean_usize_of_nat(x_3); -x_221 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_210, x_2, x_219, x_220); -lean_dec(x_210); -x_54 = x_221; -goto block_209; +uint8_t x_180; lean_object* x_181; lean_object* x_182; +lean_dec(x_168); +lean_dec(x_29); +x_180 = 0; +x_181 = lean_box(x_180); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_11); +x_23 = x_182; +goto block_27; +} +block_167: +{ +if (x_30 == 0) +{ +if (lean_obj_tag(x_29) == 0) +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_31 = lean_ctor_get(x_29, 3); +lean_inc(x_31); +lean_dec(x_29); +x_32 = lean_st_ref_get(x_8, x_11); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_76 = lean_ctor_get(x_33, 0); +lean_inc(x_76); +lean_dec(x_33); +x_77 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1; +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_76); +x_79 = l_Lean_Expr_hasFVar(x_31); +if (x_79 == 0) +{ +uint8_t x_80; +x_80 = l_Lean_Expr_hasMVar(x_31); +if (x_80 == 0) +{ +uint8_t x_81; +lean_dec(x_31); +x_81 = 0; +x_35 = x_81; +x_36 = x_78; +goto block_75; } +else +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_2, x_3, x_31, x_78); +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); +x_85 = lean_unbox(x_83); +lean_dec(x_83); +x_35 = x_85; +x_36 = x_84; +goto block_75; } } else { -uint8_t x_222; lean_object* x_223; lean_object* x_224; -lean_dec(x_210); -lean_dec(x_53); -x_222 = 0; -x_223 = lean_box(x_222); -x_224 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_224, 0, x_223); -lean_ctor_set(x_224, 1, x_11); -x_14 = x_224; -goto block_29; +lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_2, x_3, x_31, x_78); +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_unbox(x_87); +lean_dec(x_87); +x_35 = x_89; +x_36 = x_88; +goto block_75; } -block_209: +block_75: { -if (x_54 == 0) +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +lean_dec(x_36); +x_38 = lean_st_ref_take(x_8, 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 = !lean_is_exclusive(x_39); +if (x_41 == 0) { -if (lean_obj_tag(x_53) == 0) +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_39, 0); +lean_dec(x_42); +lean_ctor_set(x_39, 0, x_37); +x_43 = lean_st_ref_set(x_8, x_39, x_40); +if (x_35 == 0) { -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; uint8_t x_62; -x_55 = lean_ctor_get(x_53, 3); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_st_ref_get(x_8, x_11); -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); -x_59 = lean_ctor_get(x_57, 0); -lean_inc(x_59); -lean_dec(x_57); -x_60 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1; -lean_inc(x_59); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_59); -x_62 = l_Lean_Expr_hasFVar(x_55); -if (x_62 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -uint8_t x_63; -x_63 = l_Lean_Expr_hasMVar(x_55); -if (x_63 == 0) +lean_object* x_45; uint8_t x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_43, 0); +lean_dec(x_45); +x_46 = 1; +x_47 = lean_box(x_46); +lean_ctor_set(x_43, 0, x_47); +x_23 = x_43; +goto block_27; +} +else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -lean_dec(x_61); -lean_dec(x_55); -x_64 = lean_st_ref_take(x_8, x_58); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = !lean_is_exclusive(x_65); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; uint8_t x_70; -x_68 = lean_ctor_get(x_65, 0); -lean_dec(x_68); -lean_ctor_set(x_65, 0, x_59); -x_69 = lean_st_ref_set(x_8, x_65, x_66); -x_70 = !lean_is_exclusive(x_69); -if (x_70 == 0) -{ -lean_object* x_71; uint8_t x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_69, 0); -lean_dec(x_71); -x_72 = 0; -x_73 = lean_box(x_72); -lean_ctor_set(x_69, 0, x_73); -x_30 = x_69; -goto block_49; +lean_object* x_48; uint8_t x_49; lean_object* x_50; lean_object* x_51; +x_48 = lean_ctor_get(x_43, 1); +lean_inc(x_48); +lean_dec(x_43); +x_49 = 1; +x_50 = lean_box(x_49); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_48); +x_23 = x_51; +goto block_27; +} } else { -lean_object* x_74; uint8_t x_75; lean_object* x_76; lean_object* x_77; -x_74 = lean_ctor_get(x_69, 1); -lean_inc(x_74); -lean_dec(x_69); -x_75 = 0; -x_76 = lean_box(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_74); -x_30 = x_77; -goto block_49; +uint8_t x_52; +x_52 = !lean_is_exclusive(x_43); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_43, 0); +lean_dec(x_53); +x_54 = 0; +x_55 = lean_box(x_54); +lean_ctor_set(x_43, 0, x_55); +x_23 = x_43; +goto block_27; +} +else +{ +lean_object* x_56; uint8_t x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_43, 1); +lean_inc(x_56); +lean_dec(x_43); +x_57 = 0; +x_58 = lean_box(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_56); +x_23 = x_59; +goto block_27; +} } } 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; uint8_t x_85; lean_object* x_86; lean_object* x_87; -x_78 = lean_ctor_get(x_65, 1); -x_79 = lean_ctor_get(x_65, 2); -x_80 = lean_ctor_get(x_65, 3); -lean_inc(x_80); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_65); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_59); -lean_ctor_set(x_81, 1, x_78); -lean_ctor_set(x_81, 2, x_79); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_st_ref_set(x_8, x_81, x_66); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_60 = lean_ctor_get(x_39, 1); +x_61 = lean_ctor_get(x_39, 2); +x_62 = lean_ctor_get(x_39, 3); +lean_inc(x_62); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_39); +x_63 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_63, 0, x_37); +lean_ctor_set(x_63, 1, x_60); +lean_ctor_set(x_63, 2, x_61); +lean_ctor_set(x_63, 3, x_62); +x_64 = lean_st_ref_set(x_8, x_63, x_40); +if (x_35 == 0) +{ +lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; +x_65 = lean_ctor_get(x_64, 1); +lean_inc(x_65); +if (lean_is_exclusive(x_64)) { + lean_ctor_release(x_64, 0); + lean_ctor_release(x_64, 1); + x_66 = x_64; +} else { + lean_dec_ref(x_64); + x_66 = lean_box(0); +} +x_67 = 1; +x_68 = lean_box(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_23 = x_69; +goto block_27; +} +else +{ +lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; +x_70 = lean_ctor_get(x_64, 1); +lean_inc(x_70); +if (lean_is_exclusive(x_64)) { + lean_ctor_release(x_64, 0); + lean_ctor_release(x_64, 1); + x_71 = x_64; } else { - lean_dec_ref(x_82); - x_84 = lean_box(0); + lean_dec_ref(x_64); + x_71 = lean_box(0); } -x_85 = 0; -x_86 = lean_box(x_85); -if (lean_is_scalar(x_84)) { - x_87 = lean_alloc_ctor(0, 2, 0); +x_72 = 0; +x_73 = lean_box(x_72); +if (lean_is_scalar(x_71)) { + x_74 = lean_alloc_ctor(0, 2, 0); } else { - x_87 = x_84; + x_74 = x_71; +} +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_70); +x_23 = x_74; +goto block_27; +} } -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_83); -x_30 = x_87; -goto block_49; } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_59); -x_88 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_2, x_3, x_55, x_61); -x_89 = lean_ctor_get(x_88, 1); -lean_inc(x_89); -x_90 = lean_ctor_get(x_88, 0); +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; lean_object* x_96; uint8_t x_136; lean_object* x_137; lean_object* x_150; lean_object* x_151; lean_object* x_152; uint8_t x_153; +x_90 = lean_ctor_get(x_29, 3); lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_ctor_get(x_89, 1); +x_91 = lean_ctor_get(x_29, 4); lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_st_ref_take(x_8, x_58); +lean_dec(x_29); +x_92 = lean_st_ref_get(x_8, x_11); x_93 = lean_ctor_get(x_92, 0); lean_inc(x_93); x_94 = lean_ctor_get(x_92, 1); lean_inc(x_94); lean_dec(x_92); -x_95 = !lean_is_exclusive(x_93); -if (x_95 == 0) +x_150 = lean_ctor_get(x_93, 0); +lean_inc(x_150); +lean_dec(x_93); +x_151 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1; +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_151); +lean_ctor_set(x_152, 1, x_150); +x_153 = l_Lean_Expr_hasFVar(x_90); +if (x_153 == 0) { -lean_object* x_96; lean_object* x_97; uint8_t x_98; -x_96 = lean_ctor_get(x_93, 0); -lean_dec(x_96); -lean_ctor_set(x_93, 0, x_91); -x_97 = lean_st_ref_set(x_8, x_93, x_94); -x_98 = !lean_is_exclusive(x_97); -if (x_98 == 0) +uint8_t x_154; +x_154 = l_Lean_Expr_hasMVar(x_90); +if (x_154 == 0) { -lean_object* x_99; -x_99 = lean_ctor_get(x_97, 0); -lean_dec(x_99); -lean_ctor_set(x_97, 0, x_90); -x_30 = x_97; -goto block_49; +uint8_t x_155; +lean_dec(x_90); +x_155 = 0; +x_136 = x_155; +x_137 = x_152; +goto block_149; } else { -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 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_90); -lean_ctor_set(x_101, 1, x_100); -x_30 = x_101; -goto block_49; +lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; +x_156 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_2, x_3, x_90, x_152); +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +x_159 = lean_unbox(x_157); +lean_dec(x_157); +x_136 = x_159; +x_137 = x_158; +goto block_149; } } else { -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_102 = lean_ctor_get(x_93, 1); -x_103 = lean_ctor_get(x_93, 2); -x_104 = lean_ctor_get(x_93, 3); -lean_inc(x_104); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_93); -x_105 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_105, 0, x_91); -lean_ctor_set(x_105, 1, x_102); -lean_ctor_set(x_105, 2, x_103); -lean_ctor_set(x_105, 3, x_104); -x_106 = lean_st_ref_set(x_8, x_105, x_94); -x_107 = lean_ctor_get(x_106, 1); -lean_inc(x_107); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_108 = x_106; -} else { - lean_dec_ref(x_106); - x_108 = lean_box(0); -} -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(0, 2, 0); -} else { - x_109 = x_108; -} -lean_ctor_set(x_109, 0, x_90); -lean_ctor_set(x_109, 1, x_107); -x_30 = x_109; -goto block_49; -} -} +lean_object* x_160; lean_object* x_161; lean_object* x_162; uint8_t x_163; +x_160 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_2, x_3, x_90, x_152); +x_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +x_162 = lean_ctor_get(x_160, 1); +lean_inc(x_162); +lean_dec(x_160); +x_163 = lean_unbox(x_161); +lean_dec(x_161); +x_136 = x_163; +x_137 = x_162; +goto block_149; } -else +block_135: { -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; uint8_t x_117; -lean_dec(x_59); -x_110 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_2, x_3, x_55, x_61); -x_111 = lean_ctor_get(x_110, 1); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 0); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_ctor_get(x_111, 1); -lean_inc(x_113); -lean_dec(x_111); -x_114 = lean_st_ref_take(x_8, x_58); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); -lean_dec(x_114); -x_117 = !lean_is_exclusive(x_115); -if (x_117 == 0) +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_96, 1); +lean_inc(x_97); +lean_dec(x_96); +x_98 = lean_st_ref_take(x_8, x_94); +x_99 = lean_ctor_get(x_98, 0); +lean_inc(x_99); +x_100 = lean_ctor_get(x_98, 1); +lean_inc(x_100); +lean_dec(x_98); +x_101 = !lean_is_exclusive(x_99); +if (x_101 == 0) +{ +lean_object* x_102; lean_object* x_103; +x_102 = lean_ctor_get(x_99, 0); +lean_dec(x_102); +lean_ctor_set(x_99, 0, x_97); +x_103 = lean_st_ref_set(x_8, x_99, x_100); +if (x_95 == 0) { -lean_object* x_118; lean_object* x_119; uint8_t x_120; -x_118 = lean_ctor_get(x_115, 0); -lean_dec(x_118); -lean_ctor_set(x_115, 0, x_113); -x_119 = lean_st_ref_set(x_8, x_115, x_116); -x_120 = !lean_is_exclusive(x_119); -if (x_120 == 0) +uint8_t x_104; +x_104 = !lean_is_exclusive(x_103); +if (x_104 == 0) { -lean_object* x_121; -x_121 = lean_ctor_get(x_119, 0); -lean_dec(x_121); -lean_ctor_set(x_119, 0, x_112); -x_30 = x_119; -goto block_49; +lean_object* x_105; uint8_t x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_103, 0); +lean_dec(x_105); +x_106 = 1; +x_107 = lean_box(x_106); +lean_ctor_set(x_103, 0, x_107); +x_23 = x_103; +goto block_27; } else { -lean_object* x_122; lean_object* x_123; -x_122 = lean_ctor_get(x_119, 1); -lean_inc(x_122); -lean_dec(x_119); -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_112); -lean_ctor_set(x_123, 1, x_122); -x_30 = x_123; -goto block_49; +lean_object* x_108; uint8_t x_109; lean_object* x_110; lean_object* x_111; +x_108 = lean_ctor_get(x_103, 1); +lean_inc(x_108); +lean_dec(x_103); +x_109 = 1; +x_110 = lean_box(x_109); +x_111 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_108); +x_23 = x_111; +goto block_27; } } 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; -x_124 = lean_ctor_get(x_115, 1); -x_125 = lean_ctor_get(x_115, 2); -x_126 = lean_ctor_get(x_115, 3); -lean_inc(x_126); -lean_inc(x_125); -lean_inc(x_124); -lean_dec(x_115); -x_127 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_127, 0, x_113); -lean_ctor_set(x_127, 1, x_124); -lean_ctor_set(x_127, 2, x_125); -lean_ctor_set(x_127, 3, x_126); -x_128 = lean_st_ref_set(x_8, x_127, x_116); -x_129 = lean_ctor_get(x_128, 1); -lean_inc(x_129); -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - lean_ctor_release(x_128, 1); - x_130 = x_128; -} else { - lean_dec_ref(x_128); - x_130 = lean_box(0); -} -if (lean_is_scalar(x_130)) { - x_131 = lean_alloc_ctor(0, 2, 0); -} else { - x_131 = x_130; -} -lean_ctor_set(x_131, 0, x_112); -lean_ctor_set(x_131, 1, x_129); -x_30 = x_131; -goto block_49; -} -} -} -else +uint8_t x_112; +x_112 = !lean_is_exclusive(x_103); +if (x_112 == 0) { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; uint8_t x_137; lean_object* x_138; uint8_t x_178; lean_object* x_179; lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_132 = lean_ctor_get(x_53, 3); -lean_inc(x_132); -x_133 = lean_ctor_get(x_53, 4); -lean_inc(x_133); -lean_dec(x_53); -x_134 = lean_st_ref_get(x_8, x_11); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -x_192 = lean_ctor_get(x_135, 0); -lean_inc(x_192); -lean_dec(x_135); -x_193 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1; -x_194 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_194, 0, x_193); -lean_ctor_set(x_194, 1, x_192); -x_195 = l_Lean_Expr_hasFVar(x_132); -if (x_195 == 0) -{ -uint8_t x_196; -x_196 = l_Lean_Expr_hasMVar(x_132); -if (x_196 == 0) -{ -uint8_t x_197; -lean_dec(x_132); -x_197 = 0; -x_178 = x_197; -x_179 = x_194; -goto block_191; -} -else -{ -lean_object* x_198; lean_object* x_199; lean_object* x_200; uint8_t x_201; -x_198 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_2, x_3, x_132, x_194); -x_199 = lean_ctor_get(x_198, 0); -lean_inc(x_199); -x_200 = lean_ctor_get(x_198, 1); -lean_inc(x_200); -lean_dec(x_198); -x_201 = lean_unbox(x_199); -lean_dec(x_199); -x_178 = x_201; -x_179 = x_200; -goto block_191; -} -} -else -{ -lean_object* x_202; lean_object* x_203; lean_object* x_204; uint8_t x_205; -x_202 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_2, x_3, x_132, x_194); -x_203 = lean_ctor_get(x_202, 0); -lean_inc(x_203); -x_204 = lean_ctor_get(x_202, 1); -lean_inc(x_204); -lean_dec(x_202); -x_205 = lean_unbox(x_203); -lean_dec(x_203); -x_178 = x_205; -x_179 = x_204; -goto block_191; -} -block_177: -{ -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_139 = lean_ctor_get(x_138, 1); -lean_inc(x_139); -lean_dec(x_138); -x_140 = lean_st_ref_take(x_8, x_136); -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_143 = !lean_is_exclusive(x_141); -if (x_143 == 0) -{ -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_141, 0); -lean_dec(x_144); -lean_ctor_set(x_141, 0, x_139); -x_145 = lean_st_ref_set(x_8, x_141, x_142); -if (x_137 == 0) -{ -uint8_t x_146; -x_146 = !lean_is_exclusive(x_145); -if (x_146 == 0) -{ -lean_object* x_147; uint8_t x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_145, 0); -lean_dec(x_147); -x_148 = 1; -x_149 = lean_box(x_148); -lean_ctor_set(x_145, 0, x_149); -x_14 = x_145; -goto block_29; +lean_object* x_113; uint8_t x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_103, 0); +lean_dec(x_113); +x_114 = 0; +x_115 = lean_box(x_114); +lean_ctor_set(x_103, 0, x_115); +x_23 = x_103; +goto block_27; } else { -lean_object* x_150; uint8_t x_151; lean_object* x_152; lean_object* x_153; -x_150 = lean_ctor_get(x_145, 1); -lean_inc(x_150); -lean_dec(x_145); -x_151 = 1; -x_152 = lean_box(x_151); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_150); -x_14 = x_153; -goto block_29; +lean_object* x_116; uint8_t x_117; lean_object* x_118; lean_object* x_119; +x_116 = lean_ctor_get(x_103, 1); +lean_inc(x_116); +lean_dec(x_103); +x_117 = 0; +x_118 = lean_box(x_117); +x_119 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_116); +x_23 = x_119; +goto block_27; } } -else -{ -uint8_t x_154; -x_154 = !lean_is_exclusive(x_145); -if (x_154 == 0) -{ -lean_object* x_155; uint8_t x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_145, 0); -lean_dec(x_155); -x_156 = 0; -x_157 = lean_box(x_156); -lean_ctor_set(x_145, 0, x_157); -x_14 = x_145; -goto block_29; } else { -lean_object* x_158; uint8_t x_159; lean_object* x_160; lean_object* x_161; -x_158 = lean_ctor_get(x_145, 1); -lean_inc(x_158); -lean_dec(x_145); -x_159 = 0; -x_160 = lean_box(x_159); -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_158); -x_14 = x_161; -goto block_29; -} -} -} -else +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_120 = lean_ctor_get(x_99, 1); +x_121 = lean_ctor_get(x_99, 2); +x_122 = lean_ctor_get(x_99, 3); +lean_inc(x_122); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_99); +x_123 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_123, 0, x_97); +lean_ctor_set(x_123, 1, x_120); +lean_ctor_set(x_123, 2, x_121); +lean_ctor_set(x_123, 3, x_122); +x_124 = lean_st_ref_set(x_8, x_123, x_100); +if (x_95 == 0) { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_162 = lean_ctor_get(x_141, 1); -x_163 = lean_ctor_get(x_141, 2); -x_164 = lean_ctor_get(x_141, 3); -lean_inc(x_164); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_141); -x_165 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_165, 0, x_139); -lean_ctor_set(x_165, 1, x_162); -lean_ctor_set(x_165, 2, x_163); -lean_ctor_set(x_165, 3, x_164); -x_166 = lean_st_ref_set(x_8, x_165, x_142); -if (x_137 == 0) -{ -lean_object* x_167; lean_object* x_168; uint8_t x_169; lean_object* x_170; lean_object* x_171; -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; +lean_object* x_125; lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; +x_125 = lean_ctor_get(x_124, 1); +lean_inc(x_125); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_126 = x_124; } else { - lean_dec_ref(x_166); - x_168 = lean_box(0); + lean_dec_ref(x_124); + x_126 = lean_box(0); } -x_169 = 1; -x_170 = lean_box(x_169); -if (lean_is_scalar(x_168)) { - x_171 = lean_alloc_ctor(0, 2, 0); +x_127 = 1; +x_128 = lean_box(x_127); +if (lean_is_scalar(x_126)) { + x_129 = lean_alloc_ctor(0, 2, 0); } else { - x_171 = x_168; + x_129 = x_126; } -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_167); -x_14 = x_171; -goto block_29; +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_125); +x_23 = x_129; +goto block_27; } else { -lean_object* x_172; lean_object* x_173; uint8_t x_174; lean_object* x_175; lean_object* x_176; -x_172 = lean_ctor_get(x_166, 1); -lean_inc(x_172); -if (lean_is_exclusive(x_166)) { - lean_ctor_release(x_166, 0); - lean_ctor_release(x_166, 1); - x_173 = x_166; +lean_object* x_130; lean_object* x_131; uint8_t x_132; lean_object* x_133; lean_object* x_134; +x_130 = lean_ctor_get(x_124, 1); +lean_inc(x_130); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_131 = x_124; } else { - lean_dec_ref(x_166); - x_173 = lean_box(0); + lean_dec_ref(x_124); + x_131 = lean_box(0); } -x_174 = 0; -x_175 = lean_box(x_174); -if (lean_is_scalar(x_173)) { - x_176 = lean_alloc_ctor(0, 2, 0); +x_132 = 0; +x_133 = lean_box(x_132); +if (lean_is_scalar(x_131)) { + x_134 = lean_alloc_ctor(0, 2, 0); } else { - x_176 = x_173; + x_134 = x_131; } -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_172); -x_14 = x_176; -goto block_29; +lean_ctor_set(x_134, 0, x_133); +lean_ctor_set(x_134, 1, x_130); +x_23 = x_134; +goto block_27; } } } -block_191: +block_149: { -if (x_178 == 0) +if (x_136 == 0) { -uint8_t x_180; -x_180 = l_Lean_Expr_hasFVar(x_133); -if (x_180 == 0) +uint8_t x_138; +x_138 = l_Lean_Expr_hasFVar(x_91); +if (x_138 == 0) { -uint8_t x_181; -x_181 = l_Lean_Expr_hasMVar(x_133); -if (x_181 == 0) +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_91); +if (x_139 == 0) { -uint8_t x_182; -lean_dec(x_133); -x_182 = 0; -x_137 = x_182; -x_138 = x_179; -goto block_177; +uint8_t x_140; +lean_dec(x_91); +x_140 = 0; +x_95 = x_140; +x_96 = x_137; +goto block_135; } else { -lean_object* x_183; lean_object* x_184; lean_object* x_185; uint8_t x_186; -x_183 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_2, x_3, x_133, x_179); -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 = lean_unbox(x_184); -lean_dec(x_184); -x_137 = x_186; -x_138 = x_185; -goto block_177; +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_2, x_3, x_91, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_95 = x_144; +x_96 = x_143; +goto block_135; } } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; uint8_t x_190; -x_187 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_2, x_3, x_133, x_179); -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 1); -lean_inc(x_189); -lean_dec(x_187); -x_190 = lean_unbox(x_188); -lean_dec(x_188); -x_137 = x_190; -x_138 = x_189; -goto block_177; +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_2, x_3, x_91, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_95 = x_148; +x_96 = x_147; +goto block_135; } } else { -lean_dec(x_133); -x_137 = x_178; -x_138 = x_179; -goto block_177; +lean_dec(x_91); +x_95 = x_136; +x_96 = x_137; +goto block_135; } } } } else { -uint8_t x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_53); -x_206 = 0; -x_207 = lean_box(x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_11); -x_14 = x_208; -goto block_29; +uint8_t x_164; lean_object* x_165; lean_object* x_166; +lean_dec(x_29); +x_164 = 0; +x_165 = lean_box(x_164); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_11); +x_23 = x_166; +goto block_27; } } } -block_29: +block_22: { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_unbox(x_15); -lean_dec(x_15); -if (x_16 == 0) +if (x_14 == 0) { -lean_object* x_17; size_t x_18; size_t x_19; -x_17 = lean_ctor_get(x_14, 1); -lean_inc(x_17); -lean_dec(x_14); -x_18 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; -x_11 = x_17; +size_t x_16; size_t x_17; +x_16 = 1; +x_17 = lean_usize_add(x_5, x_16); +x_5 = x_17; +x_11 = x_15; goto _start; } else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_14); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_14, 0); -lean_dec(x_22); -x_23 = 1; -x_24 = lean_box(x_23); -lean_ctor_set(x_14, 0, x_24); -return x_14; -} -else -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_14, 1); -lean_inc(x_25); -lean_dec(x_14); -x_26 = 1; -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_25); -return x_28; -} -} -} -block_49: -{ -lean_object* x_31; uint8_t x_32; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = !lean_is_exclusive(x_30); -if (x_33 == 0) -{ -lean_object* x_34; uint8_t x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_30, 0); -lean_dec(x_34); -x_35 = 1; -x_36 = lean_box(x_35); -lean_ctor_set(x_30, 0, x_36); -x_14 = x_30; -goto block_29; -} -else -{ -lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_37 = lean_ctor_get(x_30, 1); -lean_inc(x_37); -lean_dec(x_30); -x_38 = 1; -x_39 = lean_box(x_38); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_37); -x_14 = x_40; -goto block_29; -} +uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_19 = 1; +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_15); +return x_21; } -else -{ -uint8_t x_41; -x_41 = !lean_is_exclusive(x_30); -if (x_41 == 0) -{ -lean_object* x_42; uint8_t x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_30, 0); -lean_dec(x_42); -x_43 = 0; -x_44 = lean_box(x_43); -lean_ctor_set(x_30, 0, x_44); -x_14 = x_30; -goto block_29; } -else +block_27: { -lean_object* x_45; uint8_t x_46; lean_object* x_47; lean_object* x_48; -x_45 = lean_ctor_get(x_30, 1); -lean_inc(x_45); -lean_dec(x_30); -x_46 = 0; -x_47 = lean_box(x_46); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_45); -x_14 = x_48; -goto block_29; -} -} +lean_object* x_24; lean_object* x_25; uint8_t x_26; +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_unbox(x_24); +lean_dec(x_24); +x_14 = x_26; +x_15 = x_25; +goto block_22; } } else { -uint8_t x_225; lean_object* x_226; lean_object* x_227; -x_225 = 0; -x_226 = lean_box(x_225); -x_227 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_227, 1, x_11); -return x_227; +uint8_t x_183; lean_object* x_184; lean_object* x_185; +x_183 = 0; +x_184 = lean_box(x_183); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_11); +return x_185; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(lean_object* x_1, lean_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_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78(lean_object* x_1, lean_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: { if (lean_obj_tag(x_4) == 0) @@ -9848,7 +12332,7 @@ size_t x_21; size_t x_22; lean_object* x_23; x_21 = 0; x_22 = lean_usize_of_nat(x_11); lean_dec(x_11); -x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(x_1, x_2, x_3, x_10, x_21, x_22, x_5, x_6, x_7, x_8, x_9); +x_23 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__79(x_1, x_2, x_3, x_10, x_21, x_22, x_5, x_6, x_7, x_8, x_9); lean_dec(x_10); return x_23; } @@ -9905,7 +12389,7 @@ size_t x_35; size_t x_36; lean_object* x_37; x_35 = 0; x_36 = lean_usize_of_nat(x_25); lean_dec(x_25); -x_37 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(x_1, x_2, x_3, x_24, x_35, x_36, x_5, x_6, x_7, x_8, x_9); +x_37 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80(x_1, x_2, x_3, x_24, x_35, x_36, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -9917,794 +12401,642 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(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_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81(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_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { uint8_t x_12; x_12 = lean_usize_dec_eq(x_5, x_6); if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_30; +lean_object* x_13; uint8_t x_14; lean_object* x_15; lean_object* x_23; x_13 = lean_array_uget(x_4, x_5); if (lean_obj_tag(x_13) == 0) { -size_t x_50; size_t x_51; -x_50 = 1; -x_51 = lean_usize_add(x_5, x_50); -x_5 = x_51; -goto _start; +uint8_t x_28; +x_28 = 0; +x_14 = x_28; +x_15 = x_11; +goto block_22; } else { -lean_object* x_53; uint8_t x_54; lean_object* x_210; lean_object* x_211; lean_object* x_212; uint8_t x_213; -x_53 = lean_ctor_get(x_13, 0); -lean_inc(x_53); +lean_object* x_29; uint8_t x_30; lean_object* x_168; lean_object* x_169; lean_object* x_170; uint8_t x_171; +x_29 = lean_ctor_get(x_13, 0); +lean_inc(x_29); lean_dec(x_13); -x_210 = l_Lean_LocalDecl_fvarId(x_53); -x_211 = lean_ctor_get(x_1, 3); -x_212 = l_Lean_LocalDecl_fvarId(x_211); -x_213 = lean_name_eq(x_210, x_212); -lean_dec(x_212); -if (x_213 == 0) +x_168 = l_Lean_LocalDecl_fvarId(x_29); +x_169 = lean_ctor_get(x_1, 3); +x_170 = l_Lean_LocalDecl_fvarId(x_169); +x_171 = lean_name_eq(x_168, x_170); +lean_dec(x_170); +if (x_171 == 0) +{ +lean_object* x_172; uint8_t x_173; +x_172 = lean_unsigned_to_nat(0u); +x_173 = lean_nat_dec_lt(x_172, x_3); +if (x_173 == 0) +{ +uint8_t x_174; +lean_dec(x_168); +x_174 = 0; +x_30 = x_174; +goto block_167; +} +else { -lean_object* x_214; uint8_t x_215; -x_214 = lean_unsigned_to_nat(0u); -x_215 = lean_nat_dec_lt(x_214, x_3); -if (x_215 == 0) +uint8_t x_175; +x_175 = lean_nat_dec_le(x_3, x_3); +if (x_175 == 0) { -uint8_t x_216; -lean_dec(x_210); -x_216 = 0; -x_54 = x_216; -goto block_209; +uint8_t x_176; +lean_dec(x_168); +x_176 = 0; +x_30 = x_176; +goto block_167; } else { -uint8_t x_217; -x_217 = lean_nat_dec_le(x_3, x_3); -if (x_217 == 0) -{ -uint8_t x_218; -lean_dec(x_210); -x_218 = 0; -x_54 = x_218; -goto block_209; +size_t x_177; size_t x_178; uint8_t x_179; +x_177 = 0; +x_178 = lean_usize_of_nat(x_3); +x_179 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76(x_168, x_2, x_177, x_178); +lean_dec(x_168); +x_30 = x_179; +goto block_167; +} +} } else { -size_t x_219; size_t x_220; uint8_t x_221; -x_219 = 0; -x_220 = lean_usize_of_nat(x_3); -x_221 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_210, x_2, x_219, x_220); -lean_dec(x_210); -x_54 = x_221; -goto block_209; +uint8_t x_180; lean_object* x_181; lean_object* x_182; +lean_dec(x_168); +lean_dec(x_29); +x_180 = 0; +x_181 = lean_box(x_180); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_11); +x_23 = x_182; +goto block_27; +} +block_167: +{ +if (x_30 == 0) +{ +if (lean_obj_tag(x_29) == 0) +{ +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_31 = lean_ctor_get(x_29, 3); +lean_inc(x_31); +lean_dec(x_29); +x_32 = lean_st_ref_get(x_8, x_11); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_76 = lean_ctor_get(x_33, 0); +lean_inc(x_76); +lean_dec(x_33); +x_77 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1; +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_76); +x_79 = l_Lean_Expr_hasFVar(x_31); +if (x_79 == 0) +{ +uint8_t x_80; +x_80 = l_Lean_Expr_hasMVar(x_31); +if (x_80 == 0) +{ +uint8_t x_81; +lean_dec(x_31); +x_81 = 0; +x_35 = x_81; +x_36 = x_78; +goto block_75; } +else +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_2, x_3, x_31, x_78); +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); +x_85 = lean_unbox(x_83); +lean_dec(x_83); +x_35 = x_85; +x_36 = x_84; +goto block_75; } } else { -uint8_t x_222; lean_object* x_223; lean_object* x_224; -lean_dec(x_210); -lean_dec(x_53); -x_222 = 0; -x_223 = lean_box(x_222); -x_224 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_224, 0, x_223); -lean_ctor_set(x_224, 1, x_11); -x_14 = x_224; -goto block_29; +lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_2, x_3, x_31, x_78); +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_unbox(x_87); +lean_dec(x_87); +x_35 = x_89; +x_36 = x_88; +goto block_75; } -block_209: +block_75: { -if (x_54 == 0) +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_36, 1); +lean_inc(x_37); +lean_dec(x_36); +x_38 = lean_st_ref_take(x_8, 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 = !lean_is_exclusive(x_39); +if (x_41 == 0) { -if (lean_obj_tag(x_53) == 0) +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_39, 0); +lean_dec(x_42); +lean_ctor_set(x_39, 0, x_37); +x_43 = lean_st_ref_set(x_8, x_39, x_40); +if (x_35 == 0) { -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; uint8_t x_62; -x_55 = lean_ctor_get(x_53, 3); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_st_ref_get(x_8, x_11); -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); -x_59 = lean_ctor_get(x_57, 0); -lean_inc(x_59); -lean_dec(x_57); -x_60 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1; -lean_inc(x_59); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_59); -x_62 = l_Lean_Expr_hasFVar(x_55); -if (x_62 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -uint8_t x_63; -x_63 = l_Lean_Expr_hasMVar(x_55); -if (x_63 == 0) +lean_object* x_45; uint8_t x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_43, 0); +lean_dec(x_45); +x_46 = 1; +x_47 = lean_box(x_46); +lean_ctor_set(x_43, 0, x_47); +x_23 = x_43; +goto block_27; +} +else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -lean_dec(x_61); -lean_dec(x_55); -x_64 = lean_st_ref_take(x_8, x_58); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = !lean_is_exclusive(x_65); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; uint8_t x_70; -x_68 = lean_ctor_get(x_65, 0); -lean_dec(x_68); -lean_ctor_set(x_65, 0, x_59); -x_69 = lean_st_ref_set(x_8, x_65, x_66); -x_70 = !lean_is_exclusive(x_69); -if (x_70 == 0) -{ -lean_object* x_71; uint8_t x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_69, 0); -lean_dec(x_71); -x_72 = 0; -x_73 = lean_box(x_72); -lean_ctor_set(x_69, 0, x_73); -x_30 = x_69; -goto block_49; +lean_object* x_48; uint8_t x_49; lean_object* x_50; lean_object* x_51; +x_48 = lean_ctor_get(x_43, 1); +lean_inc(x_48); +lean_dec(x_43); +x_49 = 1; +x_50 = lean_box(x_49); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_48); +x_23 = x_51; +goto block_27; +} } else { -lean_object* x_74; uint8_t x_75; lean_object* x_76; lean_object* x_77; -x_74 = lean_ctor_get(x_69, 1); -lean_inc(x_74); -lean_dec(x_69); -x_75 = 0; -x_76 = lean_box(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_74); -x_30 = x_77; -goto block_49; -} +uint8_t x_52; +x_52 = !lean_is_exclusive(x_43); +if (x_52 == 0) +{ +lean_object* x_53; uint8_t x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_43, 0); +lean_dec(x_53); +x_54 = 0; +x_55 = lean_box(x_54); +lean_ctor_set(x_43, 0, x_55); +x_23 = x_43; +goto block_27; } 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; uint8_t x_85; lean_object* x_86; lean_object* x_87; -x_78 = lean_ctor_get(x_65, 1); -x_79 = lean_ctor_get(x_65, 2); -x_80 = lean_ctor_get(x_65, 3); -lean_inc(x_80); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_65); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_59); -lean_ctor_set(x_81, 1, x_78); -lean_ctor_set(x_81, 2, x_79); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_st_ref_set(x_8, x_81, x_66); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; -} else { - lean_dec_ref(x_82); - x_84 = lean_box(0); -} -x_85 = 0; -x_86 = lean_box(x_85); -if (lean_is_scalar(x_84)) { - x_87 = lean_alloc_ctor(0, 2, 0); -} else { - x_87 = x_84; +lean_object* x_56; uint8_t x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_43, 1); +lean_inc(x_56); +lean_dec(x_43); +x_57 = 0; +x_58 = lean_box(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_56); +x_23 = x_59; +goto block_27; } -lean_ctor_set(x_87, 0, x_86); -lean_ctor_set(x_87, 1, x_83); -x_30 = x_87; -goto block_49; } } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_59); -x_88 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__4(x_2, x_3, x_55, x_61); -x_89 = lean_ctor_get(x_88, 1); -lean_inc(x_89); -x_90 = lean_ctor_get(x_88, 0); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_st_ref_take(x_8, x_58); -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = !lean_is_exclusive(x_93); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; uint8_t x_98; -x_96 = lean_ctor_get(x_93, 0); -lean_dec(x_96); -lean_ctor_set(x_93, 0, x_91); -x_97 = lean_st_ref_set(x_8, x_93, x_94); -x_98 = !lean_is_exclusive(x_97); -if (x_98 == 0) +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_60 = lean_ctor_get(x_39, 1); +x_61 = lean_ctor_get(x_39, 2); +x_62 = lean_ctor_get(x_39, 3); +lean_inc(x_62); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_39); +x_63 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_63, 0, x_37); +lean_ctor_set(x_63, 1, x_60); +lean_ctor_set(x_63, 2, x_61); +lean_ctor_set(x_63, 3, x_62); +x_64 = lean_st_ref_set(x_8, x_63, x_40); +if (x_35 == 0) { -lean_object* x_99; -x_99 = lean_ctor_get(x_97, 0); -lean_dec(x_99); -lean_ctor_set(x_97, 0, x_90); -x_30 = x_97; -goto block_49; +lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; +x_65 = lean_ctor_get(x_64, 1); +lean_inc(x_65); +if (lean_is_exclusive(x_64)) { + lean_ctor_release(x_64, 0); + lean_ctor_release(x_64, 1); + x_66 = x_64; +} else { + lean_dec_ref(x_64); + x_66 = lean_box(0); } -else -{ -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 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_90); -lean_ctor_set(x_101, 1, x_100); -x_30 = x_101; -goto block_49; +x_67 = 1; +x_68 = lean_box(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_23 = x_69; +goto block_27; } else { -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_102 = lean_ctor_get(x_93, 1); -x_103 = lean_ctor_get(x_93, 2); -x_104 = lean_ctor_get(x_93, 3); -lean_inc(x_104); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_93); -x_105 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_105, 0, x_91); -lean_ctor_set(x_105, 1, x_102); -lean_ctor_set(x_105, 2, x_103); -lean_ctor_set(x_105, 3, x_104); -x_106 = lean_st_ref_set(x_8, x_105, x_94); -x_107 = lean_ctor_get(x_106, 1); -lean_inc(x_107); -if (lean_is_exclusive(x_106)) { - lean_ctor_release(x_106, 0); - lean_ctor_release(x_106, 1); - x_108 = x_106; +lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; +x_70 = lean_ctor_get(x_64, 1); +lean_inc(x_70); +if (lean_is_exclusive(x_64)) { + lean_ctor_release(x_64, 0); + lean_ctor_release(x_64, 1); + x_71 = x_64; } else { - lean_dec_ref(x_106); - x_108 = lean_box(0); + lean_dec_ref(x_64); + x_71 = lean_box(0); } -if (lean_is_scalar(x_108)) { - x_109 = lean_alloc_ctor(0, 2, 0); +x_72 = 0; +x_73 = lean_box(x_72); +if (lean_is_scalar(x_71)) { + x_74 = lean_alloc_ctor(0, 2, 0); } else { - x_109 = x_108; + x_74 = x_71; +} +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_70); +x_23 = x_74; +goto block_27; } -lean_ctor_set(x_109, 0, x_90); -lean_ctor_set(x_109, 1, x_107); -x_30 = x_109; -goto block_49; } } } else { -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; uint8_t x_117; -lean_dec(x_59); -x_110 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__12(x_2, x_3, x_55, x_61); -x_111 = lean_ctor_get(x_110, 1); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 0); -lean_inc(x_112); -lean_dec(x_110); -x_113 = lean_ctor_get(x_111, 1); -lean_inc(x_113); -lean_dec(x_111); -x_114 = lean_st_ref_take(x_8, x_58); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); -lean_dec(x_114); -x_117 = !lean_is_exclusive(x_115); -if (x_117 == 0) +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; lean_object* x_96; uint8_t x_136; lean_object* x_137; lean_object* x_150; lean_object* x_151; lean_object* x_152; uint8_t x_153; +x_90 = lean_ctor_get(x_29, 3); +lean_inc(x_90); +x_91 = lean_ctor_get(x_29, 4); +lean_inc(x_91); +lean_dec(x_29); +x_92 = lean_st_ref_get(x_8, x_11); +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +lean_dec(x_92); +x_150 = lean_ctor_get(x_93, 0); +lean_inc(x_150); +lean_dec(x_93); +x_151 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1; +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_151); +lean_ctor_set(x_152, 1, x_150); +x_153 = l_Lean_Expr_hasFVar(x_90); +if (x_153 == 0) { -lean_object* x_118; lean_object* x_119; uint8_t x_120; -x_118 = lean_ctor_get(x_115, 0); -lean_dec(x_118); -lean_ctor_set(x_115, 0, x_113); -x_119 = lean_st_ref_set(x_8, x_115, x_116); -x_120 = !lean_is_exclusive(x_119); -if (x_120 == 0) +uint8_t x_154; +x_154 = l_Lean_Expr_hasMVar(x_90); +if (x_154 == 0) { -lean_object* x_121; -x_121 = lean_ctor_get(x_119, 0); -lean_dec(x_121); -lean_ctor_set(x_119, 0, x_112); -x_30 = x_119; -goto block_49; +uint8_t x_155; +lean_dec(x_90); +x_155 = 0; +x_136 = x_155; +x_137 = x_152; +goto block_149; } else { -lean_object* x_122; lean_object* x_123; -x_122 = lean_ctor_get(x_119, 1); -lean_inc(x_122); -lean_dec(x_119); -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_112); -lean_ctor_set(x_123, 1, x_122); -x_30 = x_123; -goto block_49; +lean_object* x_156; lean_object* x_157; lean_object* x_158; uint8_t x_159; +x_156 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_2, x_3, x_90, x_152); +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +x_159 = lean_unbox(x_157); +lean_dec(x_157); +x_136 = x_159; +x_137 = x_158; +goto block_149; } } 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; -x_124 = lean_ctor_get(x_115, 1); -x_125 = lean_ctor_get(x_115, 2); -x_126 = lean_ctor_get(x_115, 3); -lean_inc(x_126); -lean_inc(x_125); -lean_inc(x_124); -lean_dec(x_115); -x_127 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_127, 0, x_113); -lean_ctor_set(x_127, 1, x_124); -lean_ctor_set(x_127, 2, x_125); -lean_ctor_set(x_127, 3, x_126); -x_128 = lean_st_ref_set(x_8, x_127, x_116); -x_129 = lean_ctor_get(x_128, 1); -lean_inc(x_129); -if (lean_is_exclusive(x_128)) { - lean_ctor_release(x_128, 0); - lean_ctor_release(x_128, 1); - x_130 = x_128; -} else { - lean_dec_ref(x_128); - x_130 = lean_box(0); -} -if (lean_is_scalar(x_130)) { - x_131 = lean_alloc_ctor(0, 2, 0); -} else { - x_131 = x_130; -} -lean_ctor_set(x_131, 0, x_112); -lean_ctor_set(x_131, 1, x_129); -x_30 = x_131; -goto block_49; -} -} +lean_object* x_160; lean_object* x_161; lean_object* x_162; uint8_t x_163; +x_160 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_2, x_3, x_90, x_152); +x_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +x_162 = lean_ctor_get(x_160, 1); +lean_inc(x_162); +lean_dec(x_160); +x_163 = lean_unbox(x_161); +lean_dec(x_161); +x_136 = x_163; +x_137 = x_162; +goto block_149; } -else +block_135: { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; uint8_t x_137; lean_object* x_138; uint8_t x_178; lean_object* x_179; lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; -x_132 = lean_ctor_get(x_53, 3); -lean_inc(x_132); -x_133 = lean_ctor_get(x_53, 4); -lean_inc(x_133); -lean_dec(x_53); -x_134 = lean_st_ref_get(x_8, x_11); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_134, 1); -lean_inc(x_136); -lean_dec(x_134); -x_192 = lean_ctor_get(x_135, 0); -lean_inc(x_192); -lean_dec(x_135); -x_193 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1; -x_194 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_194, 0, x_193); -lean_ctor_set(x_194, 1, x_192); -x_195 = l_Lean_Expr_hasFVar(x_132); -if (x_195 == 0) -{ -uint8_t x_196; -x_196 = l_Lean_Expr_hasMVar(x_132); -if (x_196 == 0) -{ -uint8_t x_197; -lean_dec(x_132); -x_197 = 0; -x_178 = x_197; -x_179 = x_194; -goto block_191; -} -else -{ -lean_object* x_198; lean_object* x_199; lean_object* x_200; uint8_t x_201; -x_198 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_2, x_3, x_132, x_194); -x_199 = lean_ctor_get(x_198, 0); -lean_inc(x_199); -x_200 = lean_ctor_get(x_198, 1); -lean_inc(x_200); -lean_dec(x_198); -x_201 = lean_unbox(x_199); -lean_dec(x_199); -x_178 = x_201; -x_179 = x_200; -goto block_191; -} -} -else -{ -lean_object* x_202; lean_object* x_203; lean_object* x_204; uint8_t x_205; -x_202 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_2, x_3, x_132, x_194); -x_203 = lean_ctor_get(x_202, 0); -lean_inc(x_203); -x_204 = lean_ctor_get(x_202, 1); -lean_inc(x_204); -lean_dec(x_202); -x_205 = lean_unbox(x_203); -lean_dec(x_203); -x_178 = x_205; -x_179 = x_204; -goto block_191; -} -block_177: -{ -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_139 = lean_ctor_get(x_138, 1); -lean_inc(x_139); -lean_dec(x_138); -x_140 = lean_st_ref_take(x_8, x_136); -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -x_143 = !lean_is_exclusive(x_141); -if (x_143 == 0) -{ -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_141, 0); -lean_dec(x_144); -lean_ctor_set(x_141, 0, x_139); -x_145 = lean_st_ref_set(x_8, x_141, x_142); -if (x_137 == 0) -{ -uint8_t x_146; -x_146 = !lean_is_exclusive(x_145); -if (x_146 == 0) -{ -lean_object* x_147; uint8_t x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_145, 0); -lean_dec(x_147); -x_148 = 1; -x_149 = lean_box(x_148); -lean_ctor_set(x_145, 0, x_149); -x_14 = x_145; -goto block_29; +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_96, 1); +lean_inc(x_97); +lean_dec(x_96); +x_98 = lean_st_ref_take(x_8, x_94); +x_99 = lean_ctor_get(x_98, 0); +lean_inc(x_99); +x_100 = lean_ctor_get(x_98, 1); +lean_inc(x_100); +lean_dec(x_98); +x_101 = !lean_is_exclusive(x_99); +if (x_101 == 0) +{ +lean_object* x_102; lean_object* x_103; +x_102 = lean_ctor_get(x_99, 0); +lean_dec(x_102); +lean_ctor_set(x_99, 0, x_97); +x_103 = lean_st_ref_set(x_8, x_99, x_100); +if (x_95 == 0) +{ +uint8_t x_104; +x_104 = !lean_is_exclusive(x_103); +if (x_104 == 0) +{ +lean_object* x_105; uint8_t x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_103, 0); +lean_dec(x_105); +x_106 = 1; +x_107 = lean_box(x_106); +lean_ctor_set(x_103, 0, x_107); +x_23 = x_103; +goto block_27; } else { -lean_object* x_150; uint8_t x_151; lean_object* x_152; lean_object* x_153; -x_150 = lean_ctor_get(x_145, 1); -lean_inc(x_150); -lean_dec(x_145); -x_151 = 1; -x_152 = lean_box(x_151); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_150); -x_14 = x_153; -goto block_29; +lean_object* x_108; uint8_t x_109; lean_object* x_110; lean_object* x_111; +x_108 = lean_ctor_get(x_103, 1); +lean_inc(x_108); +lean_dec(x_103); +x_109 = 1; +x_110 = lean_box(x_109); +x_111 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_108); +x_23 = x_111; +goto block_27; } } else { -uint8_t x_154; -x_154 = !lean_is_exclusive(x_145); -if (x_154 == 0) +uint8_t x_112; +x_112 = !lean_is_exclusive(x_103); +if (x_112 == 0) { -lean_object* x_155; uint8_t x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_145, 0); -lean_dec(x_155); -x_156 = 0; -x_157 = lean_box(x_156); -lean_ctor_set(x_145, 0, x_157); -x_14 = x_145; -goto block_29; +lean_object* x_113; uint8_t x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_103, 0); +lean_dec(x_113); +x_114 = 0; +x_115 = lean_box(x_114); +lean_ctor_set(x_103, 0, x_115); +x_23 = x_103; +goto block_27; } else { -lean_object* x_158; uint8_t x_159; lean_object* x_160; lean_object* x_161; -x_158 = lean_ctor_get(x_145, 1); -lean_inc(x_158); -lean_dec(x_145); -x_159 = 0; -x_160 = lean_box(x_159); -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_158); -x_14 = x_161; -goto block_29; +lean_object* x_116; uint8_t x_117; lean_object* x_118; lean_object* x_119; +x_116 = lean_ctor_get(x_103, 1); +lean_inc(x_116); +lean_dec(x_103); +x_117 = 0; +x_118 = lean_box(x_117); +x_119 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_119, 0, x_118); +lean_ctor_set(x_119, 1, x_116); +x_23 = x_119; +goto block_27; } } } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -x_162 = lean_ctor_get(x_141, 1); -x_163 = lean_ctor_get(x_141, 2); -x_164 = lean_ctor_get(x_141, 3); -lean_inc(x_164); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_141); -x_165 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_165, 0, x_139); -lean_ctor_set(x_165, 1, x_162); -lean_ctor_set(x_165, 2, x_163); -lean_ctor_set(x_165, 3, x_164); -x_166 = lean_st_ref_set(x_8, x_165, x_142); -if (x_137 == 0) -{ -lean_object* x_167; lean_object* x_168; uint8_t x_169; lean_object* x_170; lean_object* x_171; -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; +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_120 = lean_ctor_get(x_99, 1); +x_121 = lean_ctor_get(x_99, 2); +x_122 = lean_ctor_get(x_99, 3); +lean_inc(x_122); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_99); +x_123 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_123, 0, x_97); +lean_ctor_set(x_123, 1, x_120); +lean_ctor_set(x_123, 2, x_121); +lean_ctor_set(x_123, 3, x_122); +x_124 = lean_st_ref_set(x_8, x_123, x_100); +if (x_95 == 0) +{ +lean_object* x_125; lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; +x_125 = lean_ctor_get(x_124, 1); +lean_inc(x_125); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_126 = x_124; } else { - lean_dec_ref(x_166); - x_168 = lean_box(0); + lean_dec_ref(x_124); + x_126 = lean_box(0); } -x_169 = 1; -x_170 = lean_box(x_169); -if (lean_is_scalar(x_168)) { - x_171 = lean_alloc_ctor(0, 2, 0); +x_127 = 1; +x_128 = lean_box(x_127); +if (lean_is_scalar(x_126)) { + x_129 = lean_alloc_ctor(0, 2, 0); } else { - x_171 = x_168; + x_129 = x_126; } -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_167); -x_14 = x_171; -goto block_29; +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_125); +x_23 = x_129; +goto block_27; } else { -lean_object* x_172; lean_object* x_173; uint8_t x_174; lean_object* x_175; lean_object* x_176; -x_172 = lean_ctor_get(x_166, 1); -lean_inc(x_172); -if (lean_is_exclusive(x_166)) { - lean_ctor_release(x_166, 0); - lean_ctor_release(x_166, 1); - x_173 = x_166; +lean_object* x_130; lean_object* x_131; uint8_t x_132; lean_object* x_133; lean_object* x_134; +x_130 = lean_ctor_get(x_124, 1); +lean_inc(x_130); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_131 = x_124; } else { - lean_dec_ref(x_166); - x_173 = lean_box(0); + lean_dec_ref(x_124); + x_131 = lean_box(0); } -x_174 = 0; -x_175 = lean_box(x_174); -if (lean_is_scalar(x_173)) { - x_176 = lean_alloc_ctor(0, 2, 0); +x_132 = 0; +x_133 = lean_box(x_132); +if (lean_is_scalar(x_131)) { + x_134 = lean_alloc_ctor(0, 2, 0); } else { - x_176 = x_173; + x_134 = x_131; } -lean_ctor_set(x_176, 0, x_175); -lean_ctor_set(x_176, 1, x_172); -x_14 = x_176; -goto block_29; +lean_ctor_set(x_134, 0, x_133); +lean_ctor_set(x_134, 1, x_130); +x_23 = x_134; +goto block_27; } } } -block_191: +block_149: { -if (x_178 == 0) +if (x_136 == 0) { -uint8_t x_180; -x_180 = l_Lean_Expr_hasFVar(x_133); -if (x_180 == 0) +uint8_t x_138; +x_138 = l_Lean_Expr_hasFVar(x_91); +if (x_138 == 0) { -uint8_t x_181; -x_181 = l_Lean_Expr_hasMVar(x_133); -if (x_181 == 0) +uint8_t x_139; +x_139 = l_Lean_Expr_hasMVar(x_91); +if (x_139 == 0) { -uint8_t x_182; -lean_dec(x_133); -x_182 = 0; -x_137 = x_182; -x_138 = x_179; -goto block_177; +uint8_t x_140; +lean_dec(x_91); +x_140 = 0; +x_95 = x_140; +x_96 = x_137; +goto block_135; } else { -lean_object* x_183; lean_object* x_184; lean_object* x_185; uint8_t x_186; -x_183 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__20(x_2, x_3, x_133, x_179); -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 = lean_unbox(x_184); -lean_dec(x_184); -x_137 = x_186; -x_138 = x_185; -goto block_177; +lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; +x_141 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__36(x_2, x_3, x_91, x_137); +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_141, 1); +lean_inc(x_143); +lean_dec(x_141); +x_144 = lean_unbox(x_142); +lean_dec(x_142); +x_95 = x_144; +x_96 = x_143; +goto block_135; } } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; uint8_t x_190; -x_187 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__28(x_2, x_3, x_133, x_179); -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 1); -lean_inc(x_189); -lean_dec(x_187); -x_190 = lean_unbox(x_188); -lean_dec(x_188); -x_137 = x_190; -x_138 = x_189; -goto block_177; +lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; +x_145 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__44(x_2, x_3, x_91, x_137); +x_146 = lean_ctor_get(x_145, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_145, 1); +lean_inc(x_147); +lean_dec(x_145); +x_148 = lean_unbox(x_146); +lean_dec(x_146); +x_95 = x_148; +x_96 = x_147; +goto block_135; } } else { -lean_dec(x_133); -x_137 = x_178; -x_138 = x_179; -goto block_177; +lean_dec(x_91); +x_95 = x_136; +x_96 = x_137; +goto block_135; } } } } else { -uint8_t x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_53); -x_206 = 0; -x_207 = lean_box(x_206); -x_208 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_11); -x_14 = x_208; -goto block_29; +uint8_t x_164; lean_object* x_165; lean_object* x_166; +lean_dec(x_29); +x_164 = 0; +x_165 = lean_box(x_164); +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_165); +lean_ctor_set(x_166, 1, x_11); +x_23 = x_166; +goto block_27; } } } -block_29: +block_22: { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_unbox(x_15); -lean_dec(x_15); -if (x_16 == 0) +if (x_14 == 0) { -lean_object* x_17; size_t x_18; size_t x_19; -x_17 = lean_ctor_get(x_14, 1); -lean_inc(x_17); -lean_dec(x_14); -x_18 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; -x_11 = x_17; +size_t x_16; size_t x_17; +x_16 = 1; +x_17 = lean_usize_add(x_5, x_16); +x_5 = x_17; +x_11 = x_15; goto _start; } else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_14); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_14, 0); -lean_dec(x_22); -x_23 = 1; -x_24 = lean_box(x_23); -lean_ctor_set(x_14, 0, x_24); -return x_14; -} -else -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_14, 1); -lean_inc(x_25); -lean_dec(x_14); -x_26 = 1; -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_25); -return x_28; -} -} -} -block_49: -{ -lean_object* x_31; uint8_t x_32; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = !lean_is_exclusive(x_30); -if (x_33 == 0) -{ -lean_object* x_34; uint8_t x_35; lean_object* x_36; -x_34 = lean_ctor_get(x_30, 0); -lean_dec(x_34); -x_35 = 1; -x_36 = lean_box(x_35); -lean_ctor_set(x_30, 0, x_36); -x_14 = x_30; -goto block_29; -} -else -{ -lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_37 = lean_ctor_get(x_30, 1); -lean_inc(x_37); -lean_dec(x_30); -x_38 = 1; -x_39 = lean_box(x_38); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_37); -x_14 = x_40; -goto block_29; -} +uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_19 = 1; +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_15); +return x_21; } -else -{ -uint8_t x_41; -x_41 = !lean_is_exclusive(x_30); -if (x_41 == 0) -{ -lean_object* x_42; uint8_t x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_30, 0); -lean_dec(x_42); -x_43 = 0; -x_44 = lean_box(x_43); -lean_ctor_set(x_30, 0, x_44); -x_14 = x_30; -goto block_29; } -else +block_27: { -lean_object* x_45; uint8_t x_46; lean_object* x_47; lean_object* x_48; -x_45 = lean_ctor_get(x_30, 1); -lean_inc(x_45); -lean_dec(x_30); -x_46 = 0; -x_47 = lean_box(x_46); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_45); -x_14 = x_48; -goto block_29; -} -} +lean_object* x_24; lean_object* x_25; uint8_t x_26; +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_unbox(x_24); +lean_dec(x_24); +x_14 = x_26; +x_15 = x_25; +goto block_22; } } else { -uint8_t x_225; lean_object* x_226; lean_object* x_227; -x_225 = 0; -x_226 = lean_box(x_225); -x_227 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_227, 1, x_11); -return x_227; +uint8_t x_183; lean_object* x_184; lean_object* x_185; +x_183 = 0; +x_184 = lean_box(x_183); +x_185 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_11); +return x_185; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(lean_object* x_1, lean_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_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__77(lean_object* x_1, lean_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; @@ -10714,7 +13046,7 @@ lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_11 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); x_12 = lean_ctor_get(x_11, 0); lean_inc(x_12); x_13 = lean_unbox(x_12); @@ -10774,7 +13106,7 @@ lean_free_object(x_11); x_26 = 0; x_27 = lean_usize_of_nat(x_18); lean_dec(x_18); -x_28 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(x_1, x_2, x_3, x_17, x_26, x_27, x_5, x_6, x_7, x_8, x_15); +x_28 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81(x_1, x_2, x_3, x_17, x_26, x_27, x_5, x_6, x_7, x_8, x_15); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -10838,7 +13170,7 @@ size_t x_41; size_t x_42; lean_object* x_43; x_41 = 0; x_42 = lean_usize_of_nat(x_31); lean_dec(x_31); -x_43 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(x_1, x_2, x_3, x_30, x_41, x_42, x_5, x_6, x_7, x_8, x_29); +x_43 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81(x_1, x_2, x_3, x_30, x_41, x_42, x_5, x_6, x_7, x_8, x_29); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -10879,7 +13211,7 @@ return x_47; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__82(lean_object* x_1, size_t x_2, size_t x_3) { _start: { uint8_t x_4; @@ -10921,62 +13253,43 @@ x_7 = lean_ctor_get(x_1, 6); x_8 = l_Array_isEmpty___rarg(x_7); if (x_8 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_37; uint8_t x_38; +lean_object* x_9; uint8_t x_10; lean_object* x_40; uint8_t x_41; x_9 = lean_array_get_size(x_7); -x_37 = lean_unsigned_to_nat(0u); -x_38 = lean_nat_dec_lt(x_37, x_9); -if (x_38 == 0) -{ -lean_object* x_39; -x_39 = lean_box(0); -x_10 = x_39; -goto block_36; -} -else -{ -uint8_t x_40; -x_40 = lean_nat_dec_le(x_9, x_9); -if (x_40 == 0) +x_40 = lean_unsigned_to_nat(0u); +x_41 = lean_nat_dec_lt(x_40, x_9); +if (x_41 == 0) { -lean_object* x_41; -x_41 = lean_box(0); -x_10 = x_41; -goto block_36; +uint8_t x_42; +x_42 = 0; +x_10 = x_42; +goto block_39; } else { -size_t x_42; size_t x_43; uint8_t x_44; -x_42 = 0; -x_43 = lean_usize_of_nat(x_9); -x_44 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(x_7, x_42, x_43); -if (x_44 == 0) +uint8_t x_43; +x_43 = lean_nat_dec_le(x_9, x_9); +if (x_43 == 0) { -lean_object* x_45; -x_45 = lean_box(0); -x_10 = x_45; -goto block_36; +uint8_t x_44; +x_44 = 0; +x_10 = x_44; +goto block_39; } else { -uint8_t x_46; lean_object* x_47; lean_object* x_48; -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_46 = 0; -x_47 = lean_box(x_46); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_6); -return x_48; +size_t x_45; size_t x_46; uint8_t x_47; +x_45 = 0; +x_46 = lean_usize_of_nat(x_9); +x_47 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__82(x_7, x_45, x_46); +x_10 = x_47; +goto block_39; } } -} -block_36: +block_39: +{ +if (x_10 == 0) { uint8_t x_11; -lean_dec(x_10); lean_inc(x_9); x_11 = l_Nat_anyTR_loop___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__2(x_7, x_9, x_9, x_9); if (x_11 == 0) @@ -10987,7 +13300,7 @@ lean_inc(x_12); x_13 = lean_ctor_get(x_12, 1); lean_inc(x_13); lean_dec(x_12); -x_14 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(x_1, x_7, x_9, x_13, x_2, x_3, x_4, x_5, x_6); +x_14 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__77(x_1, x_7, x_9, x_13, x_2, x_3, x_4, x_5, x_6); lean_dec(x_9); x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); @@ -11066,20 +13379,36 @@ lean_ctor_set(x_35, 1, x_6); return x_35; } } -} else { -uint8_t x_49; lean_object* x_50; lean_object* x_51; +uint8_t x_36; lean_object* x_37; lean_object* x_38; +lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_49 = 1; -x_50 = lean_box(x_49); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_6); -return x_51; +x_36 = 0; +x_37 = lean_box(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_6); +return x_38; +} +} +} +else +{ +uint8_t x_48; lean_object* x_49; lean_object* x_50; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_48 = 1; +x_49 = lean_box(x_48); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_6); +return x_50; } } } @@ -11723,7 +14052,307 @@ lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___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_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__59___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__59(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55___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_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52___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_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__62(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__65___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__65(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__66___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__66(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64___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_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__64(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__67___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__67(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63___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_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__63(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__61___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__61(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60___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_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__60(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__70(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__73___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__73(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__74___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__74(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72___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_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__72(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__75___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; uint8_t x_8; lean_object* x_9; +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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__75(x_1, x_2, x_3, x_6, x_7); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_9 = lean_box(x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71___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_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__71(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +x_5 = lean_box(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__69___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__69(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68___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_MetavarContext_0__Lean_DependsOn_dep_visit___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__68(x_1, x_2, x_3, x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76___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; uint8_t x_7; lean_object* x_8; @@ -11731,14 +14360,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__52(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__76(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55___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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__79___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: { size_t x_12; size_t x_13; lean_object* x_14; @@ -11746,7 +14375,7 @@ x_12 = lean_unbox_usize(x_5); lean_dec(x_5); x_13 = lean_unbox_usize(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__55(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__79(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); @@ -11754,7 +14383,7 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___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: { size_t x_12; size_t x_13; lean_object* x_14; @@ -11762,7 +14391,7 @@ x_12 = lean_unbox_usize(x_5); lean_dec(x_5); x_13 = lean_unbox_usize(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -11774,18 +14403,18 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54___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_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78___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_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__54(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_PersistentArray_anyMAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__78(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57___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_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81___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: { size_t x_12; size_t x_13; lean_object* x_14; @@ -11793,7 +14422,7 @@ x_12 = lean_unbox_usize(x_5); lean_dec(x_5); x_13 = lean_unbox_usize(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__57(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); +x_14 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__81(x_1, x_2, x_3, x_4, x_12, x_13, x_7, x_8, x_9, x_10, x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); @@ -11805,18 +14434,18 @@ lean_dec(x_1); return x_14; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53___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_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__77___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_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__53(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_PersistentArray_anyM___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__77(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__82___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; @@ -11824,7 +14453,7 @@ x_4 = lean_unbox_usize(x_2); lean_dec(x_2); x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__58(x_1, x_4, x_5); +x_6 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__82(x_1, x_4, x_5); lean_dec(x_1); x_7 = lean_box(x_6); return x_7; @@ -16228,7 +18857,7 @@ lean_dec(x_2); return x_7; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__1() { _start: { lean_object* x_1; @@ -16236,27 +18865,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__2; x_2 = l_Lean_Meta_Cases_cases___lambda__2___closed__4; 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_Cases___hyg_4056____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__4() { _start: { lean_object* x_1; @@ -16264,17 +18893,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__4; 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_Cases___hyg_4056____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__6() { _start: { lean_object* x_1; @@ -16282,47 +18911,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__6; 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_Cases___hyg_4056____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__8; x_2 = l_Lean_Meta_Cases_cases___lambda__2___closed__4; 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_Cases___hyg_4056____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__9; x_2 = l_Lean_Meta_Cases_cases___lambda__2___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_Cases___hyg_4056____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__11() { _start: { lean_object* x_1; @@ -16330,17 +18959,17 @@ x_1 = lean_mk_string_from_bytes("Cases", 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__13() { _start: { lean_object* x_1; @@ -16348,33 +18977,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____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_Cases___hyg_4056____closed__14; -x_2 = lean_unsigned_to_nat(4056u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__14; +x_2 = lean_unsigned_to_nat(4051u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051_(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_Cases_cases___lambda__2___closed__7; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -16484,8 +19113,8 @@ l_Lean_Meta_generalizeIndices___lambda__1___closed__2 = _init_l_Lean_Meta_genera lean_mark_persistent(l_Lean_Meta_generalizeIndices___lambda__1___closed__2); l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1 = _init_l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1(); lean_mark_persistent(l_Lean_Expr_withAppAux___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_mkCasesContext_x3f___spec__1___closed__1); -l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1 = _init_l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1(); -lean_mark_persistent(l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__56___closed__1); +l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1 = _init_l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1(); +lean_mark_persistent(l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Cases_0__Lean_Meta_Cases_hasIndepIndices___spec__80___closed__1); l_Lean_Meta_Cases_unifyEqs_x3f___closed__1 = _init_l_Lean_Meta_Cases_unifyEqs_x3f___closed__1(); lean_mark_persistent(l_Lean_Meta_Cases_unifyEqs_x3f___closed__1); l_Lean_Meta_Cases_cases___lambda__2___closed__1 = _init_l_Lean_Meta_Cases_cases___lambda__2___closed__1(); @@ -16538,37 +19167,37 @@ l_Lean_MVarId_byCases___closed__4 = _init_l_Lean_MVarId_byCases___closed__4(); lean_mark_persistent(l_Lean_MVarId_byCases___closed__4); l_Lean_MVarId_byCases___closed__5 = _init_l_Lean_MVarId_byCases___closed__5(); lean_mark_persistent(l_Lean_MVarId_byCases___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056____closed__15); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4056_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051____closed__15); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Cases___hyg_4051_(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/Cleanup.c b/stage0/stdlib/Lean/Meta/Tactic/Cleanup.c index 12fc7618efaa..1b42701305b5 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Cleanup.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Cleanup.c @@ -34,7 +34,7 @@ lean_object* l_Lean_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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*); static lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectProps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -60,7 +60,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_clean lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__1___lambda__1(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_mkLeveErrorMessageCore___spec__2(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_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep___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*); static lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep___spec__3___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -77,17 +77,19 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cle LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___spec__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_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVar___boxed(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_Cleanup_0__Lean_Meta_cleanupCore___spec__6___boxed(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_Cleanup_0__Lean_Meta_cleanupCore___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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_RBTree_contains___rarg___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLocalInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_local_ctx_erase(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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_LocalDecl_type(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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_Cleanup_0__Lean_Meta_cleanupCore_addDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -110,7 +112,7 @@ lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___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_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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* l_Lean_Expr_collectFVars(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_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep___spec__5___closed__1; @@ -800,7 +802,7 @@ return x_8; LEAN_EXPORT lean_object* l_Lean_dependsOnPred___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_collectPropsStep___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) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +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_39; lean_object* x_40; uint8_t x_41; x_10 = lean_st_ref_get(x_6, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); @@ -810,267 +812,135 @@ lean_dec(x_10); x_13 = lean_ctor_get(x_11, 0); lean_inc(x_13); lean_dec(x_11); -x_14 = l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___closed__1; -lean_inc(x_13); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_13); -x_16 = l_Lean_Expr_hasFVar(x_1); -if (x_16 == 0) +x_39 = l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_13); +x_41 = l_Lean_Expr_hasFVar(x_1); +if (x_41 == 0) { -uint8_t x_17; -x_17 = l_Lean_Expr_hasMVar(x_1); -if (x_17 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_1); +if (x_42 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_dec(x_15); +uint8_t x_43; lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_18 = lean_st_ref_take(x_6, x_12); -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 = !lean_is_exclusive(x_19); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); -lean_ctor_set(x_19, 0, x_13); -x_23 = lean_st_ref_set(x_6, x_19, x_20); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; uint8_t x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -lean_dec(x_25); -x_26 = 0; -x_27 = lean_box(x_26); -lean_ctor_set(x_23, 0, x_27); -return x_23; +x_43 = 0; +x_14 = x_43; +x_15 = x_40; +goto block_38; } else { -lean_object* x_28; uint8_t x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_dec(x_23); -x_29 = 0; -x_30 = lean_box(x_29); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_28); -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; uint8_t x_39; lean_object* x_40; lean_object* x_41; -x_32 = lean_ctor_get(x_19, 1); -x_33 = lean_ctor_get(x_19, 2); -x_34 = lean_ctor_get(x_19, 3); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_19); -x_35 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_35, 0, x_13); -lean_ctor_set(x_35, 1, x_32); -lean_ctor_set(x_35, 2, x_33); -lean_ctor_set(x_35, 3, x_34); -x_36 = lean_st_ref_set(x_6, x_35, x_20); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -if (lean_is_exclusive(x_36)) { - lean_ctor_release(x_36, 0); - lean_ctor_release(x_36, 1); - x_38 = x_36; -} else { - lean_dec_ref(x_36); - x_38 = lean_box(0); -} -x_39 = 0; -x_40 = lean_box(x_39); -if (lean_is_scalar(x_38)) { - x_41 = lean_alloc_ctor(0, 2, 0); -} else { - x_41 = x_38; -} -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; 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_dec(x_13); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_1, x_15); -x_43 = lean_ctor_get(x_42, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_ctor_get(x_43, 1); +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_1, x_40); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_st_ref_take(x_6, x_12); -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 = !lean_is_exclusive(x_47); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; uint8_t x_52; -x_50 = lean_ctor_get(x_47, 0); -lean_dec(x_50); -lean_ctor_set(x_47, 0, x_45); -x_51 = lean_st_ref_set(x_6, x_47, x_48); -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) -{ -lean_object* x_53; -x_53 = lean_ctor_get(x_51, 0); -lean_dec(x_53); -lean_ctor_set(x_51, 0, x_44); -return x_51; -} -else -{ -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_51, 1); -lean_inc(x_54); -lean_dec(x_51); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_44); -lean_ctor_set(x_55, 1, x_54); -return x_55; +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_unbox(x_45); +lean_dec(x_45); +x_14 = x_47; +x_15 = x_46; +goto block_38; } } 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; -x_56 = lean_ctor_get(x_47, 1); -x_57 = lean_ctor_get(x_47, 2); -x_58 = lean_ctor_get(x_47, 3); -lean_inc(x_58); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_47); -x_59 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_59, 0, x_45); -lean_ctor_set(x_59, 1, x_56); -lean_ctor_set(x_59, 2, x_57); -lean_ctor_set(x_59, 3, x_58); -x_60 = lean_st_ref_set(x_6, x_59, x_48); -x_61 = lean_ctor_get(x_60, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_62 = x_60; -} else { - lean_dec_ref(x_60); - x_62 = lean_box(0); -} -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_62; -} -lean_ctor_set(x_63, 0, x_44); -lean_ctor_set(x_63, 1, x_61); -return x_63; -} -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_1, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_14 = x_51; +x_15 = x_50; +goto block_38; } -else +block_38: { -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_dec(x_13); -x_64 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_2, x_3, x_1, x_15); -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 0); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 1); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_st_ref_take(x_6, x_12); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = !lean_is_exclusive(x_69); -if (x_71 == 0) +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_st_ref_take(x_6, x_12); +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_is_exclusive(x_18); +if (x_20 == 0) { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_ctor_get(x_69, 0); -lean_dec(x_72); -lean_ctor_set(x_69, 0, x_67); -x_73 = lean_st_ref_set(x_6, x_69, x_70); -x_74 = !lean_is_exclusive(x_73); -if (x_74 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_18, 0); +lean_dec(x_21); +lean_ctor_set(x_18, 0, x_16); +x_22 = lean_st_ref_set(x_6, x_18, x_19); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_75; -x_75 = lean_ctor_get(x_73, 0); -lean_dec(x_75); -lean_ctor_set(x_73, 0, x_66); -return x_73; +lean_object* x_24; lean_object* x_25; +x_24 = lean_ctor_get(x_22, 0); +lean_dec(x_24); +x_25 = lean_box(x_14); +lean_ctor_set(x_22, 0, x_25); +return x_22; } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_73, 1); -lean_inc(x_76); -lean_dec(x_73); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_66); -lean_ctor_set(x_77, 1, x_76); -return x_77; +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 = lean_box(x_14); +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 { -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; -x_78 = lean_ctor_get(x_69, 1); -x_79 = lean_ctor_get(x_69, 2); -x_80 = lean_ctor_get(x_69, 3); -lean_inc(x_80); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_69); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_67); -lean_ctor_set(x_81, 1, x_78); -lean_ctor_set(x_81, 2, x_79); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_st_ref_set(x_6, x_81, x_70); -x_83 = lean_ctor_get(x_82, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_84 = x_82; +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; +x_29 = lean_ctor_get(x_18, 1); +x_30 = lean_ctor_get(x_18, 2); +x_31 = lean_ctor_get(x_18, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_18); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_16); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +x_33 = lean_st_ref_set(x_6, x_32, x_19); +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +if (lean_is_exclusive(x_33)) { + lean_ctor_release(x_33, 0); + lean_ctor_release(x_33, 1); + x_35 = x_33; } else { - lean_dec_ref(x_82); - x_84 = lean_box(0); + lean_dec_ref(x_33); + x_35 = lean_box(0); } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(0, 2, 0); +x_36 = lean_box(x_14); +if (lean_is_scalar(x_35)) { + x_37 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_84; + x_37 = x_35; } -lean_ctor_set(x_85, 0, x_66); -lean_ctor_set(x_85, 1, x_83); -return x_85; +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_34); +return x_37; } } } @@ -2937,128 +2807,82 @@ return x_14; } else { -lean_object* x_15; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; x_15 = lean_array_uget(x_4, x_6); -if (lean_obj_tag(x_15) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_7); -if (x_16 == 0) -{ -lean_object* x_17; size_t x_18; size_t x_19; -x_17 = lean_ctor_get(x_7, 0); -lean_dec(x_17); -lean_inc(x_3); -lean_ctor_set(x_7, 0, x_3); -x_18 = 1; -x_19 = lean_usize_add(x_6, x_18); -x_6 = x_19; -goto _start; +x_16 = lean_ctor_get(x_7, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_17 = x_7; +} else { + lean_dec_ref(x_7); + x_17 = lean_box(0); } -else +if (lean_obj_tag(x_15) == 0) { -lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; -x_21 = lean_ctor_get(x_7, 1); -lean_inc(x_21); -lean_dec(x_7); -lean_inc(x_3); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_3); -lean_ctor_set(x_22, 1, x_21); -x_23 = 1; -x_24 = lean_usize_add(x_6, x_23); -x_6 = x_24; -x_7 = x_22; -goto _start; -} +lean_object* x_26; +x_26 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_26, 0, x_16); +x_18 = x_26; +x_19 = x_12; +goto block_25; } else { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_7); -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_7, 1); -x_28 = lean_ctor_get(x_7, 0); -lean_dec(x_28); -x_29 = lean_ctor_get(x_15, 0); -lean_inc(x_29); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_15, 0); +lean_inc(x_27); lean_dec(x_15); -x_30 = l_Lean_LocalDecl_fvarId(x_29); -lean_dec(x_29); -x_31 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_30); -if (lean_obj_tag(x_31) == 0) +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_dec(x_27); +x_29 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_32; size_t x_33; size_t x_34; -x_32 = lean_local_ctx_erase(x_27, x_30); -lean_inc(x_3); -lean_ctor_set(x_7, 1, x_32); -lean_ctor_set(x_7, 0, x_3); -x_33 = 1; -x_34 = lean_usize_add(x_6, x_33); -x_6 = x_34; -goto _start; +lean_object* x_30; lean_object* x_31; +x_30 = lean_local_ctx_erase(x_16, x_28); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_18 = x_31; +x_19 = x_12; +goto block_25; } else { -size_t x_36; size_t x_37; -lean_dec(x_31); -lean_dec(x_30); -lean_inc(x_3); -lean_ctor_set(x_7, 0, x_3); -x_36 = 1; -x_37 = lean_usize_add(x_6, x_36); -x_6 = x_37; -goto _start; +lean_object* x_32; +lean_dec(x_29); +lean_dec(x_28); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_16); +x_18 = x_32; +x_19 = x_12; +goto block_25; } } -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_7, 1); -lean_inc(x_39); -lean_dec(x_7); -x_40 = lean_ctor_get(x_15, 0); -lean_inc(x_40); -lean_dec(x_15); -x_41 = l_Lean_LocalDecl_fvarId(x_40); -lean_dec(x_40); -x_42 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_41); -if (lean_obj_tag(x_42) == 0) +block_25: { -lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; -x_43 = lean_local_ctx_erase(x_39, x_41); +lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; +x_20 = lean_ctor_get(x_18, 0); +lean_inc(x_20); +lean_dec(x_18); lean_inc(x_3); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_3); -lean_ctor_set(x_44, 1, x_43); -x_45 = 1; -x_46 = lean_usize_add(x_6, x_45); -x_6 = x_46; -x_7 = x_44; -goto _start; +if (lean_is_scalar(x_17)) { + x_21 = lean_alloc_ctor(0, 2, 0); +} else { + x_21 = x_17; } -else -{ -lean_object* x_48; size_t x_49; size_t x_50; -lean_dec(x_42); -lean_dec(x_41); -lean_inc(x_3); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_3); -lean_ctor_set(x_48, 1, x_39); -x_49 = 1; -x_50 = lean_usize_add(x_6, x_49); -x_6 = x_50; -x_7 = x_48; +lean_ctor_set(x_21, 0, x_3); +lean_ctor_set(x_21, 1, x_20); +x_22 = 1; +x_23 = lean_usize_add(x_6, x_22); +x_6 = x_23; +x_7 = x_21; +x_12 = x_19; goto _start; } } } } -} -} LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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: { @@ -3229,128 +3053,82 @@ return x_14; } else { -lean_object* x_15; +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; x_15 = lean_array_uget(x_4, x_6); -if (lean_obj_tag(x_15) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_7); -if (x_16 == 0) -{ -lean_object* x_17; size_t x_18; size_t x_19; -x_17 = lean_ctor_get(x_7, 0); -lean_dec(x_17); -lean_inc(x_3); -lean_ctor_set(x_7, 0, x_3); -x_18 = 1; -x_19 = lean_usize_add(x_6, x_18); -x_6 = x_19; -goto _start; +x_16 = lean_ctor_get(x_7, 1); +lean_inc(x_16); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_17 = x_7; +} else { + lean_dec_ref(x_7); + x_17 = lean_box(0); } -else +if (lean_obj_tag(x_15) == 0) { -lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; -x_21 = lean_ctor_get(x_7, 1); -lean_inc(x_21); -lean_dec(x_7); -lean_inc(x_3); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_3); -lean_ctor_set(x_22, 1, x_21); -x_23 = 1; -x_24 = lean_usize_add(x_6, x_23); -x_6 = x_24; -x_7 = x_22; -goto _start; -} +lean_object* x_26; +x_26 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_26, 0, x_16); +x_18 = x_26; +x_19 = x_12; +goto block_25; } else { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_7); -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_7, 1); -x_28 = lean_ctor_get(x_7, 0); -lean_dec(x_28); -x_29 = lean_ctor_get(x_15, 0); -lean_inc(x_29); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_15, 0); +lean_inc(x_27); lean_dec(x_15); -x_30 = l_Lean_LocalDecl_fvarId(x_29); -lean_dec(x_29); -x_31 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_30); -if (lean_obj_tag(x_31) == 0) +x_28 = l_Lean_LocalDecl_fvarId(x_27); +lean_dec(x_27); +x_29 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_32; size_t x_33; size_t x_34; -x_32 = lean_local_ctx_erase(x_27, x_30); -lean_inc(x_3); -lean_ctor_set(x_7, 1, x_32); -lean_ctor_set(x_7, 0, x_3); -x_33 = 1; -x_34 = lean_usize_add(x_6, x_33); -x_6 = x_34; -goto _start; +lean_object* x_30; lean_object* x_31; +x_30 = lean_local_ctx_erase(x_16, x_28); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_18 = x_31; +x_19 = x_12; +goto block_25; } else { -size_t x_36; size_t x_37; -lean_dec(x_31); -lean_dec(x_30); -lean_inc(x_3); -lean_ctor_set(x_7, 0, x_3); -x_36 = 1; -x_37 = lean_usize_add(x_6, x_36); -x_6 = x_37; -goto _start; +lean_object* x_32; +lean_dec(x_29); +lean_dec(x_28); +x_32 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_32, 0, x_16); +x_18 = x_32; +x_19 = x_12; +goto block_25; } } -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_7, 1); -lean_inc(x_39); -lean_dec(x_7); -x_40 = lean_ctor_get(x_15, 0); -lean_inc(x_40); -lean_dec(x_15); -x_41 = l_Lean_LocalDecl_fvarId(x_40); -lean_dec(x_40); -x_42 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_41); -if (lean_obj_tag(x_42) == 0) +block_25: { -lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; -x_43 = lean_local_ctx_erase(x_39, x_41); +lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; +x_20 = lean_ctor_get(x_18, 0); +lean_inc(x_20); +lean_dec(x_18); lean_inc(x_3); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_3); -lean_ctor_set(x_44, 1, x_43); -x_45 = 1; -x_46 = lean_usize_add(x_6, x_45); -x_6 = x_46; -x_7 = x_44; -goto _start; +if (lean_is_scalar(x_17)) { + x_21 = lean_alloc_ctor(0, 2, 0); +} else { + x_21 = x_17; } -else -{ -lean_object* x_48; size_t x_49; size_t x_50; -lean_dec(x_42); -lean_dec(x_41); -lean_inc(x_3); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_3); -lean_ctor_set(x_48, 1, x_39); -x_49 = 1; -x_50 = lean_usize_add(x_6, x_49); -x_6 = x_50; -x_7 = x_48; +lean_ctor_set(x_21, 0, x_3); +lean_ctor_set(x_21, 1, x_20); +x_22 = 1; +x_23 = lean_usize_add(x_6, x_22); +x_6 = x_23; +x_7 = x_21; +x_12 = x_19; goto _start; } } } } -} -} LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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) { _start: { @@ -3502,7 +3280,83 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6(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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6(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_eq(x_5, x_6); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +x_11 = l_Lean_Expr_fvarId_x21(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_5, x_12); +x_14 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_2, x_11); +lean_dec(x_11); +if (lean_obj_tag(x_14) == 0) +{ +lean_dec(x_9); +x_5 = x_13; +goto _start; +} +else +{ +lean_object* x_16; +lean_dec(x_14); +x_16 = lean_array_push(x_7, x_9); +x_5 = x_13; +x_7 = x_16; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(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_eq(x_5, x_6); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; +x_9 = lean_array_uget(x_4, x_5); +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +x_11 = l_Lean_Expr_fvarId_x21(x_10); +x_12 = 1; +x_13 = lean_usize_add(x_5, x_12); +x_14 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_3, x_11); +lean_dec(x_11); +if (lean_obj_tag(x_14) == 0) +{ +lean_dec(x_9); +x_5 = x_13; +goto _start; +} +else +{ +lean_object* x_16; +lean_dec(x_14); +x_16 = lean_array_push(x_7, x_9); +x_5 = x_13; +x_7 = x_16; +goto _start; +} +} +else +{ +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -3540,44 +3394,6 @@ return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { -_start: -{ -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; lean_object* x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -x_9 = l_Lean_Expr_fvarId_x21(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_3, x_10); -x_12 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_1, x_9); -lean_dec(x_9); -if (lean_obj_tag(x_12) == 0) -{ -lean_dec(x_7); -x_3 = x_11; -goto _start; -} -else -{ -lean_object* x_14; -lean_dec(x_12); -x_14 = lean_array_push(x_5, x_7); -x_3 = x_11; -x_5 = x_14; -goto _start; -} -} -else -{ -return x_5; -} -} -} static lean_object* _init_l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___lambda__1___closed__1() { _start: { @@ -3770,7 +3586,7 @@ x_75 = 0; x_76 = lean_usize_of_nat(x_54); lean_dec(x_54); x_77 = l___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore_addUsedFVars___closed__2; -x_78 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(x_15, x_52, x_75, x_76, x_77); +x_78 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__8(x_15, x_15, x_52, x_75, x_76, x_77); lean_dec(x_52); lean_dec(x_15); x_25 = x_78; @@ -4092,33 +3908,51 @@ lean_dec(x_5); return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__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) { _start: { -size_t x_7; size_t x_8; lean_object* x_9; -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_8; size_t x_9; lean_object* x_10; x_8 = lean_unbox_usize(x_5); lean_dec(x_5); -x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6(x_1, x_2, x_3, x_7, x_8, x_6); +x_9 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_10 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6(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_9; +return x_10; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___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) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_8; size_t x_9; lean_object* x_10; +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_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(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_10; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__6___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__7___at___private_Lean_Meta_Tactic_Cleanup_0__Lean_Meta_cleanupCore___spec__8(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l_Lean_MVarId_cleanup(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { diff --git a/stage0/stdlib/Lean/Meta/Tactic/Clear.c b/stage0/stdlib/Lean/Meta/Tactic/Clear.c index 3010f34073ba..972c54a14ff9 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Clear.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Clear.c @@ -18,213 +18,277 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_MVarId_tryClearMany___spec__1(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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__19___boxed(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*); static lean_object* l_Lean_MVarId_clear___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__29(lean_object*, lean_object*); lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__24(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Meta_mkFreshExprMVarAt(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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__88(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__35(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__39(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__14(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__28___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_checkNotAssigned(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_MVarId_clear___spec__57(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__30___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__53(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_Lean_LocalContext_forM___at_Lean_MVarId_clear___spec__74(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_MVarId_clear___spec__7(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__32(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__67(lean_object*, lean_object*, lean_object*); lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__6(lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__6___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__58(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__94(lean_object*, lean_object*, size_t, size_t); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__11(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__27___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__41___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__62(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__44(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__15(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__29___boxed(lean_object*, lean_object*); lean_object* l_Lean_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85(lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__51(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__5___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__12(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__90(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__66(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_MVarId_tryClearMany___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__62___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60___boxed(lean_object*, lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__94___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__104___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__86___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__73(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___boxed(lean_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_MVarId_clear___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__44___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__45(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forM___at_Lean_MVarId_clear___spec__75(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_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54(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_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_MVarId_clear___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__46___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55___boxed(lean_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_MVarId_clear___spec__87(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62(lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__36___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55(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 uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__17(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__9(lean_object*, lean_object*, size_t, size_t); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__47(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_clear(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_MVarId_clear___spec__58___boxed(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*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4; 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_exprDependsOn___at_Lean_MVarId_clear___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__3; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79(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_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__88___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__98___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__56(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_clear___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__76(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_MVarId_clear___spec__89(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__33(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__102___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__66___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__82(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__59(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__31(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__5(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__96(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__51___boxed(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_Lean_MVarId_clear(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__5; static lean_object* l_Lean_MVarId_clear___closed__1; -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__1; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__58___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalContext_contains(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forM___at_Lean_MVarId_clear___spec__51(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___boxed(lean_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_MVarId_clear___spec__90___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__39___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__46(lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__13___boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79___boxed(lean_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_MVarId_clear___spec__47___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__65(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_tryClear(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__3; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_eraseIdx___rarg(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__57(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__70(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__102(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__38___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__103(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__36(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__37(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__104(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__22(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(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_MVarId_clear___spec__34___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80___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_MVarId_clear___spec__41(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__67___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__45___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__87___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__103___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__25(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__77___boxed(lean_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_MVarId_clear___spec__35___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26___boxed(lean_object*, 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_MVarId_clear___lambda__3___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85___boxed(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_clear___lambda__4___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__77(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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__28(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__52(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getLocalInstances(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_MVarId_clear___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__20___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__37___boxed(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_clear___lambda__4___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__40(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_local_ctx_erase(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__70___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__55(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__23(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_tryClear(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_MVarId_clear___spec__4___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__59___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_tryClearMany(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_LocalContext_forM___at_Lean_MVarId_clear___spec__50(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_anyM___at_Lean_MVarId_clear___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_clear___lambda__4(lean_object*, 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__1___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_MVarId_clear___spec__95(lean_object*, lean_object*, size_t, size_t); size_t lean_usize_sub(size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_tryClearMany(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__86(lean_object*, lean_object*, size_t, size_t); size_t lean_usize_add(size_t, size_t); uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__43(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78(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_fvar___override(lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__5; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(lean_object*, lean_object*, size_t, size_t); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(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_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__22___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__96___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_clear___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__43___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__19(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__82___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__38(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__49(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__48(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__95___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__53___boxed(lean_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_MVarId_clear___spec__98(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__30(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__16(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__8(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__31___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -4593,1215 +4657,3995 @@ return x_16; } } } -static lean_object* _init_l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashSetImp___rarg(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -if (lean_obj_tag(x_1) == 0) -{ -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; -x_8 = lean_ctor_get(x_1, 3); -lean_inc(x_8); -lean_dec(x_1); -x_9 = lean_st_ref_get(x_4, x_7); -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_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1; -lean_inc(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_12); -x_15 = l_Lean_Expr_hasFVar(x_8); -if (x_15 == 0) +if (lean_obj_tag(x_2) == 5) { -uint8_t x_16; -x_16 = l_Lean_Expr_hasMVar(x_8); -if (x_16 == 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -lean_dec(x_14); -lean_dec(x_8); -x_17 = lean_st_ref_take(x_4, x_11); -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_is_exclusive(x_18); -if (x_20 == 0) +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_5, x_9); +return x_10; +} +else { -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_ctor_get(x_18, 0); -lean_dec(x_21); -lean_ctor_set(x_18, 0, x_12); -x_22 = lean_st_ref_set(x_4, x_18, x_19); -x_23 = !lean_is_exclusive(x_22); -if (x_23 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_24; uint8_t x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_22, 0); -lean_dec(x_24); -x_25 = 0; -x_26 = lean_box(x_25); -lean_ctor_set(x_22, 0, x_26); -return x_22; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_22, 1); -lean_inc(x_27); -lean_dec(x_22); -x_28 = 0; -x_29 = lean_box(x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_27); -return x_30; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} } } 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; lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_31 = lean_ctor_get(x_18, 1); -x_32 = lean_ctor_get(x_18, 2); -x_33 = lean_ctor_get(x_18, 3); -lean_inc(x_33); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_18); -x_34 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_34, 0, x_12); -lean_ctor_set(x_34, 1, x_31); -lean_ctor_set(x_34, 2, x_32); -lean_ctor_set(x_34, 3, x_33); -x_35 = lean_st_ref_set(x_4, x_34, x_19); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -if (lean_is_exclusive(x_35)) { - lean_ctor_release(x_35, 0); - lean_ctor_release(x_35, 1); - x_37 = x_35; -} else { - lean_dec_ref(x_35); - x_37 = lean_box(0); -} -x_38 = 0; -x_39 = lean_box(x_38); -if (lean_is_scalar(x_37)) { - x_40 = lean_alloc_ctor(0, 2, 0); -} else { - x_40 = x_37; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_2, x_3); +return x_15; } -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_36); -return x_40; } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__55(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; uint8_t x_48; -lean_dec(x_12); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2(x_2, x_8, x_14); -x_42 = lean_ctor_get(x_41, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_41, 0); -lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_st_ref_take(x_4, x_11); -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_is_exclusive(x_46); -if (x_48 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_49; lean_object* x_50; uint8_t x_51; -x_49 = lean_ctor_get(x_46, 0); -lean_dec(x_49); -lean_ctor_set(x_46, 0, x_44); -x_50 = lean_st_ref_set(x_4, x_46, x_47); -x_51 = !lean_is_exclusive(x_50); -if (x_51 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54(x_1, x_6); +if (x_7 == 0) { -lean_object* x_52; -x_52 = lean_ctor_get(x_50, 0); -lean_dec(x_52); -lean_ctor_set(x_50, 0, x_43); -return x_50; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); -lean_dec(x_50); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_43); -lean_ctor_set(x_54, 1, x_53); -return x_54; +uint8_t x_11; +x_11 = 1; +return x_11; } } else { -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; -x_55 = lean_ctor_get(x_46, 1); -x_56 = lean_ctor_get(x_46, 2); -x_57 = lean_ctor_get(x_46, 3); -lean_inc(x_57); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_46); -x_58 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_58, 0, x_44); -lean_ctor_set(x_58, 1, x_55); -lean_ctor_set(x_58, 2, x_56); -lean_ctor_set(x_58, 3, x_57); -x_59 = lean_st_ref_set(x_4, x_58, x_47); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_61 = x_59; -} else { - lean_dec_ref(x_59); - x_61 = lean_box(0); -} -if (lean_is_scalar(x_61)) { - x_62 = lean_alloc_ctor(0, 2, 0); -} else { - x_62 = x_61; -} -lean_ctor_set(x_62, 0, x_43); -lean_ctor_set(x_62, 1, x_60); -return x_62; +uint8_t x_12; +x_12 = 0; +return x_12; } } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__56(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; -lean_dec(x_12); -x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10(x_2, x_8, x_14); -x_64 = lean_ctor_get(x_63, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 0); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_st_ref_take(x_4, x_11); -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_is_exclusive(x_68); -if (x_70 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_71 = lean_ctor_get(x_68, 0); -lean_dec(x_71); -lean_ctor_set(x_68, 0, x_66); -x_72 = lean_st_ref_set(x_4, x_68, x_69); -x_73 = !lean_is_exclusive(x_72); -if (x_73 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_74; -x_74 = lean_ctor_get(x_72, 0); -lean_dec(x_74); -lean_ctor_set(x_72, 0, x_65); -return x_72; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_75; lean_object* x_76; -x_75 = lean_ctor_get(x_72, 1); -lean_inc(x_75); -lean_dec(x_72); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_65); -lean_ctor_set(x_76, 1, x_75); -return x_76; -} -} -else +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -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_77 = lean_ctor_get(x_68, 1); -x_78 = lean_ctor_get(x_68, 2); -x_79 = lean_ctor_get(x_68, 3); -lean_inc(x_79); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_68); -x_80 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_80, 0, x_66); -lean_ctor_set(x_80, 1, x_77); -lean_ctor_set(x_80, 2, x_78); -lean_ctor_set(x_80, 3, x_79); -x_81 = lean_st_ref_set(x_4, x_80, x_69); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -if (lean_is_scalar(x_83)) { - x_84 = lean_alloc_ctor(0, 2, 0); -} else { - x_84 = x_83; -} -lean_ctor_set(x_84, 0, x_65); -lean_ctor_set(x_84, 1, x_82); -return x_84; -} -} +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -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; uint8_t x_116; lean_object* x_117; lean_object* x_130; lean_object* x_131; uint8_t x_132; -x_85 = lean_ctor_get(x_1, 3); -lean_inc(x_85); -x_86 = lean_ctor_get(x_1, 4); -lean_inc(x_86); -lean_dec(x_1); -x_87 = lean_st_ref_get(x_4, x_7); -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 = lean_ctor_get(x_88, 0); -lean_inc(x_90); -lean_dec(x_88); -x_130 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1; -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_130); -lean_ctor_set(x_131, 1, x_90); -x_132 = l_Lean_Expr_hasFVar(x_85); -if (x_132 == 0) -{ -uint8_t x_133; -x_133 = l_Lean_Expr_hasMVar(x_85); -if (x_133 == 0) -{ -uint8_t x_134; -lean_dec(x_85); -x_134 = 0; -x_116 = x_134; -x_117 = x_131; -goto block_129; -} -else -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; -x_135 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34(x_2, x_85, x_131); -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -lean_dec(x_135); -x_138 = lean_unbox(x_136); -lean_dec(x_136); -x_116 = x_138; -x_117 = x_137; -goto block_129; -} -} -else -{ -lean_object* x_139; lean_object* x_140; lean_object* x_141; uint8_t x_142; -x_139 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42(x_2, x_85, x_131); -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); -lean_dec(x_139); -x_142 = lean_unbox(x_140); -lean_dec(x_140); -x_116 = x_142; -x_117 = x_141; -goto block_129; -} -block_115: -{ -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_93 = lean_ctor_get(x_92, 1); -lean_inc(x_93); -lean_dec(x_92); -x_94 = lean_st_ref_take(x_4, x_89); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = !lean_is_exclusive(x_95); -if (x_97 == 0) -{ -lean_object* x_98; lean_object* x_99; uint8_t x_100; -x_98 = lean_ctor_get(x_95, 0); -lean_dec(x_98); -lean_ctor_set(x_95, 0, x_93); -x_99 = lean_st_ref_set(x_4, x_95, x_96); -x_100 = !lean_is_exclusive(x_99); -if (x_100 == 0) -{ -lean_object* x_101; lean_object* x_102; -x_101 = lean_ctor_get(x_99, 0); -lean_dec(x_101); -x_102 = lean_box(x_91); -lean_ctor_set(x_99, 0, x_102); -return x_99; +uint8_t x_16; +x_16 = 1; +return x_16; } -else -{ -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_99, 1); -lean_inc(x_103); -lean_dec(x_99); -x_104 = lean_box(x_91); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_103); -return x_105; } } 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; -x_106 = lean_ctor_get(x_95, 1); -x_107 = lean_ctor_get(x_95, 2); -x_108 = lean_ctor_get(x_95, 3); -lean_inc(x_108); -lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_95); -x_109 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_109, 0, x_93); -lean_ctor_set(x_109, 1, x_106); -lean_ctor_set(x_109, 2, x_107); -lean_ctor_set(x_109, 3, x_108); -x_110 = lean_st_ref_set(x_4, x_109, x_96); -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); -} -x_113 = lean_box(x_91); -if (lean_is_scalar(x_112)) { - x_114 = lean_alloc_ctor(0, 2, 0); -} else { - x_114 = x_112; +uint8_t x_17; +x_17 = 0; +return x_17; } -lean_ctor_set(x_114, 0, x_113); -lean_ctor_set(x_114, 1, x_111); -return x_114; } } -block_129: -{ -if (x_116 == 0) +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_118; -x_118 = l_Lean_Expr_hasFVar(x_86); -if (x_118 == 0) +if (lean_obj_tag(x_2) == 0) { -uint8_t x_119; -x_119 = l_Lean_Expr_hasMVar(x_86); -if (x_119 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -uint8_t x_120; -lean_dec(x_86); -x_120 = 0; -x_91 = x_120; -x_92 = x_117; -goto block_115; +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; -x_121 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18(x_2, x_86, x_117); -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_121, 1); -lean_inc(x_123); -lean_dec(x_121); -x_124 = lean_unbox(x_122); -lean_dec(x_122); -x_91 = x_124; -x_92 = x_123; -goto block_115; -} -} -else +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; -x_125 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26(x_2, x_86, x_117); -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_125, 1); -lean_inc(x_127); -lean_dec(x_125); -x_128 = lean_unbox(x_126); -lean_dec(x_126); -x_91 = x_128; -x_92 = x_127; -goto block_115; -} +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } else { -lean_dec(x_86); -x_91 = x_116; -x_92 = x_117; -goto block_115; -} -} +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__55(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__53(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: +else { -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_5, x_6); -if (x_13 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_7); -x_14 = lean_array_uget(x_4, x_5); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_15 = l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__52(x_1, x_2, x_3, x_14, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_16; lean_object* x_17; size_t x_18; size_t x_19; -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 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; -x_7 = x_16; -x_12 = x_17; -goto _start; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -uint8_t x_21; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_21 = !lean_is_exclusive(x_15); -if (x_21 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -return x_15; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_15, 0); -x_23 = lean_ctor_get(x_15, 1); -lean_inc(x_23); -lean_inc(x_22); -lean_dec(x_15); -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; -} +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__56(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } -else -{ -lean_object* x_25; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_7); -lean_ctor_set(x_25, 1, x_12); -return x_25; } } } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__1() { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__57(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("variable '", 10); -return x_1; -} -} -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2() { -_start: +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} -} -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__3() { -_start: +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("' depends on '", 14); -return x_1; -} +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__3; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__5() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("'", 1); -return x_1; +uint8_t x_16; +x_16 = 1; +return x_16; } } -static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6() { -_start: +} +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__5; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +uint8_t x_17; +x_17 = 0; +return x_17; +} } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_5, x_6); -if (x_13 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54(x_1, x_3); +if (x_4 == 0) { -lean_object* x_14; -lean_dec(x_7); -x_14 = lean_array_uget(x_4, x_5); -if (lean_obj_tag(x_14) == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -size_t x_15; size_t x_16; lean_object* x_17; -x_15 = 1; -x_16 = lean_usize_add(x_5, x_15); -x_17 = lean_box(0); -x_5 = x_16; -x_7 = x_17; -goto _start; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = lean_ctor_get(x_14, 0); -lean_inc(x_19); -lean_dec(x_14); -x_20 = l_Lean_LocalDecl_fvarId(x_19); -x_21 = lean_name_eq(x_20, x_2); -lean_dec(x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; -lean_inc(x_19); -x_22 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(x_19, x_2, x_8, x_9, x_10, x_11, x_12); -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) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; -lean_dec(x_19); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); -x_26 = 1; -x_27 = lean_usize_add(x_5, x_26); -x_28 = lean_box(0); -x_5 = x_27; -x_7 = x_28; -x_12 = x_25; -goto _start; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -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_object* x_42; uint8_t x_43; -x_30 = lean_ctor_get(x_22, 1); -lean_inc(x_30); -lean_dec(x_22); -x_31 = l_Lean_LocalDecl_toExpr(x_19); -lean_dec(x_19); -x_32 = l_Lean_MessageData_ofExpr(x_31); -x_33 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_32); -x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean_Expr_fvar___override(x_2); -x_38 = l_Lean_MessageData_ofExpr(x_37); -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_36); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_1, x_41, x_8, x_9, x_10, x_11, x_30); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) -{ -return x_42; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__57(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} } else { -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_45); -lean_inc(x_44); -lean_dec(x_42); -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_dec(x_2); +return x_4; } } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__51(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__65(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__65(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__59(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__73(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__73(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__67(x_1, x_2, x_15); +return x_16; +} +} +} +static lean_object* _init_l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashSetImp___rarg(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___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) { +_start: +{ +if (lean_obj_tag(x_1) == 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_38; lean_object* x_39; uint8_t x_40; +x_8 = lean_ctor_get(x_1, 3); +lean_inc(x_8); +lean_dec(x_1); +x_9 = lean_st_ref_get(x_4, x_7); +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_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_38 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1; +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_12); +x_40 = l_Lean_Expr_hasFVar(x_8); +if (x_40 == 0) +{ +uint8_t x_41; +x_41 = l_Lean_Expr_hasMVar(x_8); +if (x_41 == 0) +{ +uint8_t x_42; +lean_dec(x_8); +x_42 = 0; +x_13 = x_42; +x_14 = x_39; +goto block_37; +} +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10(x_2, x_8, x_39); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_unbox(x_44); +lean_dec(x_44); +x_13 = x_46; +x_14 = x_45; +goto block_37; +} +} +else +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18(x_2, x_8, x_39); +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_unbox(x_48); +lean_dec(x_48); +x_13 = x_50; +x_14 = x_49; +goto block_37; +} +block_37: +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = lean_st_ref_take(x_4, x_11); +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_is_exclusive(x_17); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_17, 0); +lean_dec(x_20); +lean_ctor_set(x_17, 0, x_15); +x_21 = lean_st_ref_set(x_4, x_17, x_18); +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); +lean_dec(x_23); +x_24 = lean_box(x_13); +lean_ctor_set(x_21, 0, x_24); +return x_21; +} +else +{ +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_21, 1); +lean_inc(x_25); +lean_dec(x_21); +x_26 = lean_box(x_13); +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 +{ +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; +x_28 = lean_ctor_get(x_17, 1); +x_29 = lean_ctor_get(x_17, 2); +x_30 = lean_ctor_get(x_17, 3); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_17); +x_31 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_31, 0, x_15); +lean_ctor_set(x_31, 1, x_28); +lean_ctor_set(x_31, 2, x_29); +lean_ctor_set(x_31, 3, x_30); +x_32 = lean_st_ref_set(x_4, x_31, x_18); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +if (lean_is_exclusive(x_32)) { + lean_ctor_release(x_32, 0); + lean_ctor_release(x_32, 1); + x_34 = x_32; +} else { + lean_dec_ref(x_32); + x_34 = lean_box(0); +} +x_35 = lean_box(x_13); +if (lean_is_scalar(x_34)) { + x_36 = lean_alloc_ctor(0, 2, 0); +} else { + x_36 = x_34; +} +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +return x_36; +} +} +} +else +{ +lean_object* x_51; lean_object* 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; uint8_t x_82; lean_object* x_83; lean_object* x_96; lean_object* x_97; uint8_t x_98; +x_51 = lean_ctor_get(x_1, 3); +lean_inc(x_51); +x_52 = lean_ctor_get(x_1, 4); +lean_inc(x_52); +lean_dec(x_1); +x_53 = lean_st_ref_get(x_4, x_7); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_ctor_get(x_54, 0); +lean_inc(x_56); +lean_dec(x_54); +x_96 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1; +x_97 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_97, 0, x_96); +lean_ctor_set(x_97, 1, x_56); +x_98 = l_Lean_Expr_hasFVar(x_51); +if (x_98 == 0) +{ +uint8_t x_99; +x_99 = l_Lean_Expr_hasMVar(x_51); +if (x_99 == 0) +{ +uint8_t x_100; +lean_dec(x_51); +x_100 = 0; +x_82 = x_100; +x_83 = x_97; +goto block_95; +} +else +{ +lean_object* x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; +x_101 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_2, x_51, x_97); +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); +x_104 = lean_unbox(x_102); +lean_dec(x_102); +x_82 = x_104; +x_83 = x_103; +goto block_95; +} +} +else +{ +lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; +x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_2, x_51, x_97); +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 = lean_unbox(x_106); +lean_dec(x_106); +x_82 = x_108; +x_83 = x_107; +goto block_95; +} +block_81: +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_59 = lean_ctor_get(x_58, 1); +lean_inc(x_59); +lean_dec(x_58); +x_60 = lean_st_ref_take(x_4, x_55); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_63 = !lean_is_exclusive(x_61); +if (x_63 == 0) +{ +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = lean_ctor_get(x_61, 0); +lean_dec(x_64); +lean_ctor_set(x_61, 0, x_59); +x_65 = lean_st_ref_set(x_4, x_61, x_62); +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) +{ +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_65, 0); +lean_dec(x_67); +x_68 = lean_box(x_57); +lean_ctor_set(x_65, 0, x_68); +return x_65; +} +else +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_65, 1); +lean_inc(x_69); +lean_dec(x_65); +x_70 = lean_box(x_57); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_69); +return x_71; +} +} +else +{ +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_72 = lean_ctor_get(x_61, 1); +x_73 = lean_ctor_get(x_61, 2); +x_74 = lean_ctor_get(x_61, 3); +lean_inc(x_74); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_61); +x_75 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_75, 0, x_59); +lean_ctor_set(x_75, 1, x_72); +lean_ctor_set(x_75, 2, x_73); +lean_ctor_set(x_75, 3, x_74); +x_76 = lean_st_ref_set(x_4, x_75, x_62); +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(x_57); +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; +} +} +block_95: +{ +if (x_82 == 0) +{ +uint8_t x_84; +x_84 = l_Lean_Expr_hasFVar(x_52); +if (x_84 == 0) +{ +uint8_t x_85; +x_85 = l_Lean_Expr_hasMVar(x_52); +if (x_85 == 0) +{ +uint8_t x_86; +lean_dec(x_52); +x_86 = 0; +x_57 = x_86; +x_58 = x_83; +goto block_81; +} +else +{ +lean_object* x_87; lean_object* x_88; lean_object* x_89; uint8_t x_90; +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34(x_2, x_52, x_83); +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 = lean_unbox(x_88); +lean_dec(x_88); +x_57 = x_90; +x_58 = x_89; +goto block_81; +} +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +x_91 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42(x_2, x_52, x_83); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_unbox(x_92); +lean_dec(x_92); +x_57 = x_94; +x_58 = x_93; +goto block_81; +} +} +else +{ +lean_dec(x_52); +x_57 = x_82; +x_58 = x_83; +goto block_81; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__77(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +uint8_t x_13; +x_13 = lean_usize_dec_eq(x_5, x_6); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_7); +x_14 = lean_array_uget(x_4, x_5); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_15 = l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__76(x_1, x_2, x_3, x_14, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_15) == 0) +{ +lean_object* x_16; lean_object* x_17; size_t x_18; size_t x_19; +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 = 1; +x_19 = lean_usize_add(x_5, x_18); +x_5 = x_19; +x_7 = x_16; +x_12 = x_17; +goto _start; +} +else +{ +uint8_t x_21; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_21 = !lean_is_exclusive(x_15); +if (x_21 == 0) +{ +return x_15; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_15, 0); +x_23 = lean_ctor_get(x_15, 1); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_15); +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_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_7); +lean_ctor_set(x_25, 1, x_12); +return x_25; +} +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("variable '", 10); +return x_1; +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("' depends on '", 14); +return x_1; +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__3; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("'", 1); +return x_1; +} +} +static lean_object* _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__5; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +uint8_t x_13; +x_13 = lean_usize_dec_eq(x_5, x_6); +if (x_13 == 0) +{ +lean_object* x_14; +lean_dec(x_7); +x_14 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_14) == 0) +{ +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = 1; +x_16 = lean_usize_add(x_5, x_15); +x_17 = lean_box(0); +x_5 = x_16; +x_7 = x_17; +goto _start; +} +else +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l_Lean_LocalDecl_fvarId(x_19); +x_21 = lean_name_eq(x_20, x_2); +lean_dec(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_inc(x_19); +x_22 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(x_19, x_2, x_8, x_9, x_10, x_11, x_12); +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; size_t x_26; size_t x_27; lean_object* x_28; +lean_dec(x_19); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); +x_26 = 1; +x_27 = lean_usize_add(x_5, x_26); +x_28 = lean_box(0); +x_5 = x_27; +x_7 = x_28; +x_12 = x_25; +goto _start; +} +else +{ +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_object* x_42; uint8_t x_43; +x_30 = lean_ctor_get(x_22, 1); +lean_inc(x_30); +lean_dec(x_22); +x_31 = l_Lean_LocalDecl_toExpr(x_19); +lean_dec(x_19); +x_32 = l_Lean_MessageData_ofExpr(x_31); +x_33 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +x_37 = l_Lean_Expr_fvar___override(x_2); +x_38 = l_Lean_MessageData_ofExpr(x_37); +x_39 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +x_40 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_1, x_41, x_8, x_9, x_10, x_11, x_30); +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) +{ +return x_42; +} +else +{ +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_45); +lean_inc(x_44); +lean_dec(x_42); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; +} +} +} +else +{ +size_t x_47; size_t x_48; lean_object* x_49; +lean_dec(x_19); +x_47 = 1; +x_48 = lean_usize_add(x_5, x_47); +x_49 = lean_box(0); +x_5 = x_48; +x_7 = x_49; +goto _start; +} +} +} +else +{ +lean_object* x_51; +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_7); +lean_ctor_set(x_51, 1, x_12); +return x_51; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__76(lean_object* x_1, lean_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: +{ +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_4, 0); +lean_inc(x_10); +lean_dec(x_4); +x_11 = lean_array_get_size(x_10); +x_12 = lean_unsigned_to_nat(0u); +x_13 = lean_nat_dec_lt(x_12, x_11); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +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_9); +return x_15; +} +else +{ +uint8_t x_16; +x_16 = lean_nat_dec_le(x_11, x_11); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +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_9); +return x_18; +} +else +{ +size_t x_19; size_t x_20; lean_object* x_21; lean_object* x_22; +x_19 = 0; +x_20 = lean_usize_of_nat(x_11); +lean_dec(x_11); +x_21 = lean_box(0); +x_22 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__77(x_1, x_2, x_3, x_10, x_19, x_20, x_21, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_10); +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_4, 0); +lean_inc(x_23); +lean_dec(x_4); +x_24 = lean_array_get_size(x_23); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_lt(x_25, x_24); +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_27 = 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_9); +return x_28; +} +else +{ +uint8_t x_29; +x_29 = lean_nat_dec_le(x_24, x_24); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +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_9); +return x_31; +} +else +{ +size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; +x_32 = 0; +x_33 = lean_usize_of_nat(x_24); +lean_dec(x_24); +x_34 = lean_box(0); +x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78(x_1, x_2, x_3, x_23, x_32, x_33, x_34, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_23); +return x_35; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +_start: +{ +uint8_t x_13; +x_13 = lean_usize_dec_eq(x_5, x_6); +if (x_13 == 0) +{ +lean_object* x_14; +lean_dec(x_7); +x_14 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_14) == 0) +{ +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = 1; +x_16 = lean_usize_add(x_5, x_15); +x_17 = lean_box(0); +x_5 = x_16; +x_7 = x_17; +goto _start; +} +else +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_14, 0); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l_Lean_LocalDecl_fvarId(x_19); +x_21 = lean_name_eq(x_20, x_2); +lean_dec(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_inc(x_19); +x_22 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(x_19, x_2, x_8, x_9, x_10, x_11, x_12); +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; size_t x_26; size_t x_27; lean_object* x_28; +lean_dec(x_19); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_dec(x_22); +x_26 = 1; +x_27 = lean_usize_add(x_5, x_26); +x_28 = lean_box(0); +x_5 = x_27; +x_7 = x_28; +x_12 = x_25; +goto _start; +} +else +{ +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_object* x_42; uint8_t x_43; +x_30 = lean_ctor_get(x_22, 1); +lean_inc(x_30); +lean_dec(x_22); +x_31 = l_Lean_LocalDecl_toExpr(x_19); +lean_dec(x_19); +x_32 = l_Lean_MessageData_ofExpr(x_31); +x_33 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +x_37 = l_Lean_Expr_fvar___override(x_2); +x_38 = l_Lean_MessageData_ofExpr(x_37); +x_39 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_39, 0, x_36); +lean_ctor_set(x_39, 1, x_38); +x_40 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_1, x_41, x_8, x_9, x_10, x_11, x_30); +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) +{ +return x_42; +} +else +{ +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_45); +lean_inc(x_44); +lean_dec(x_42); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; +} +} +} +else +{ +size_t x_47; size_t x_48; lean_object* x_49; +lean_dec(x_19); +x_47 = 1; +x_48 = lean_usize_add(x_5, x_47); +x_49 = lean_box(0); +x_5 = x_48; +x_7 = x_49; +goto _start; +} +} +} +else +{ +lean_object* x_51; +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_7); +lean_ctor_set(x_51, 1, x_12); +return x_51; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_forM___at_Lean_MVarId_clear___spec__75(lean_object* x_1, lean_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; +x_10 = lean_ctor_get(x_4, 0); +lean_inc(x_10); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_11 = l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__76(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); +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; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_13 = lean_ctor_get(x_11, 1); +x_14 = lean_ctor_get(x_11, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +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) +{ +lean_object* x_19; +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_19 = lean_box(0); +lean_ctor_set(x_11, 0, x_19); +return x_11; +} +else +{ +uint8_t x_20; +x_20 = lean_nat_dec_le(x_16, x_16); +if (x_20 == 0) +{ +lean_object* x_21; +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_21 = lean_box(0); +lean_ctor_set(x_11, 0, x_21); +return x_11; +} +else +{ +size_t x_22; size_t x_23; lean_object* x_24; lean_object* x_25; +lean_free_object(x_11); +x_22 = 0; +x_23 = lean_usize_of_nat(x_16); +lean_dec(x_16); +x_24 = lean_box(0); +x_25 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79(x_1, x_2, x_3, x_15, x_22, x_23, x_24, x_5, x_6, x_7, x_8, x_13); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_15); +return x_25; +} +} +} +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_11, 1); +lean_inc(x_26); +lean_dec(x_11); +x_27 = lean_ctor_get(x_4, 1); +lean_inc(x_27); +lean_dec(x_4); +x_28 = lean_array_get_size(x_27); +x_29 = lean_unsigned_to_nat(0u); +x_30 = lean_nat_dec_lt(x_29, x_28); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_26); +return x_32; +} +else +{ +uint8_t x_33; +x_33 = lean_nat_dec_le(x_28, x_28); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +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_26); +return x_35; +} +else +{ +size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; +x_36 = 0; +x_37 = lean_usize_of_nat(x_28); +lean_dec(x_28); +x_38 = lean_box(0); +x_39 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79(x_1, x_2, x_3, x_27, x_36, x_37, x_38, x_5, x_6, x_7, x_8, x_26); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_27); +return x_39; +} +} +} +} +else +{ +uint8_t x_40; +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_40 = !lean_is_exclusive(x_11); +if (x_40 == 0) +{ +return x_11; +} +else +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_11, 0); +x_42 = lean_ctor_get(x_11, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_11); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_LocalContext_forM___at_Lean_MVarId_clear___spec__74(lean_object* x_1, lean_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; +x_10 = lean_ctor_get(x_4, 1); +lean_inc(x_10); +lean_dec(x_4); +x_11 = l_Lean_PersistentArray_forM___at_Lean_MVarId_clear___spec__75(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__86(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__87(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} else { -size_t x_47; size_t x_48; lean_object* x_49; -lean_dec(x_19); -x_47 = 1; -x_48 = lean_usize_add(x_5, x_47); -x_49 = lean_box(0); -x_5 = x_48; -x_7 = x_49; -goto _start; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__86(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } else { -lean_object* x_51; -lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_3); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -lean_dec(x_1); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_7); -lean_ctor_set(x_51, 1, x_12); -return x_51; +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__87(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__52(lean_object* x_1, lean_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 uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__88(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -if (lean_obj_tag(x_4) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_4, 0); -lean_inc(x_10); -lean_dec(x_4); -x_11 = lean_array_get_size(x_10); -x_12 = lean_unsigned_to_nat(0u); -x_13 = lean_nat_dec_lt(x_12, x_11); -if (x_13 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_14; lean_object* x_15; -lean_dec(x_11); +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_7); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_9); -return x_15; +x_9 = 0; +return x_9; } else { -uint8_t x_16; -x_16 = lean_nat_dec_le(x_11, x_11); -if (x_16 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_object* x_17; lean_object* x_18; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_7); +uint8_t x_11; lean_dec(x_6); lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_9); -return x_18; +x_11 = 0; +return x_11; } else { -size_t x_19; size_t x_20; lean_object* x_21; lean_object* x_22; -x_19 = 0; -x_20 = lean_usize_of_nat(x_11); -lean_dec(x_11); -x_21 = lean_box(0); -x_22 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__53(x_1, x_2, x_3, x_10, x_19, x_20, x_21, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_10); -return x_22; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__88(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_23 = lean_ctor_get(x_4, 0); -lean_inc(x_23); +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__82(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); lean_dec(x_4); -x_24 = lean_array_get_size(x_23); -x_25 = lean_unsigned_to_nat(0u); -x_26 = lean_nat_dec_lt(x_25, x_24); -if (x_26 == 0) +x_6 = lean_box(x_5); +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; +} +case 2: { -lean_object* x_27; lean_object* x_28; -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); lean_dec(x_2); -lean_dec(x_1); -x_27 = 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_9); -return x_28; +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; } else { -uint8_t x_29; -x_29 = lean_nat_dec_le(x_24, x_24); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; -lean_dec(x_24); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); lean_dec(x_23); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -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_9); -return x_31; +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} } else { -size_t x_32; size_t x_33; lean_object* x_34; lean_object* x_35; -x_32 = 0; -x_33 = lean_usize_of_nat(x_24); -lean_dec(x_24); -x_34 = lean_box(0); -x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54(x_1, x_2, x_3, x_23, x_32, x_33, x_34, x_5, x_6, x_7, x_8, x_9); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_23); -return x_35; -} -} -} +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_29, x_28); +return x_30; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { -_start: +case 5: { -uint8_t x_13; -x_13 = lean_usize_dec_eq(x_5, x_6); -if (x_13 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { -lean_object* x_14; -lean_dec(x_7); -x_14 = lean_array_uget(x_4, x_5); -if (lean_obj_tag(x_14) == 0) +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83(x_1, x_2, x_3); +return x_33; +} +else { -size_t x_15; size_t x_16; lean_object* x_17; -x_15 = 1; -x_16 = lean_usize_add(x_5, x_15); -x_17 = lean_box(0); -x_5 = x_16; -x_7 = x_17; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; goto _start; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = lean_ctor_get(x_14, 0); -lean_inc(x_19); -lean_dec(x_14); -x_20 = l_Lean_LocalDecl_fvarId(x_19); -x_21 = lean_name_eq(x_20, x_2); -lean_dec(x_20); -if (x_21 == 0) +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: { -lean_object* x_22; lean_object* x_23; uint8_t x_24; -lean_inc(x_19); -x_22 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(x_19, x_2, x_8, x_9, x_10, x_11, x_12); -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_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) { -lean_object* x_25; size_t x_26; size_t x_27; lean_object* x_28; -lean_dec(x_19); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); -x_26 = 1; -x_27 = lean_usize_add(x_5, x_26); -x_28 = lean_box(0); -x_5 = x_27; -x_7 = x_28; -x_12 = x_25; -goto _start; +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_42, x_46); +return x_47; } else { -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_object* x_42; uint8_t x_43; -x_30 = lean_ctor_get(x_22, 1); -lean_inc(x_30); -lean_dec(x_22); -x_31 = l_Lean_LocalDecl_toExpr(x_19); -lean_dec(x_19); -x_32 = l_Lean_MessageData_ofExpr(x_31); -x_33 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_32); -x_35 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4; -x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean_Expr_fvar___override(x_2); -x_38 = l_Lean_MessageData_ofExpr(x_37); -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_36); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_1, x_41, x_8, x_9, x_10, x_11, x_30); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) { -return x_42; +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -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_45); -lean_inc(x_44); -lean_dec(x_42); -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_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } -else +case 7: { -size_t x_47; size_t x_48; lean_object* x_49; -lean_dec(x_19); -x_47 = 1; -x_48 = lean_usize_add(x_5, x_47); -x_49 = lean_box(0); -x_5 = x_48; -x_7 = x_49; -goto _start; -} +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_53, x_57); +return x_58; } +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } else { -lean_object* x_51; -lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_7); -lean_ctor_set(x_51, 1, x_12); -return x_51; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forM___at_Lean_MVarId_clear___spec__51(lean_object* x_1, lean_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; -x_10 = lean_ctor_get(x_4, 0); -lean_inc(x_10); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_11 = l_Lean_PersistentArray_forMAux___at_Lean_MVarId_clear___spec__52(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_11) == 0) +case 8: { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_11); -if (x_12 == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -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_13 = lean_ctor_get(x_11, 1); -x_14 = lean_ctor_get(x_11, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_4, 1); -lean_inc(x_15); -lean_dec(x_4); -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) +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_object* x_19; -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_19 = lean_box(0); -lean_ctor_set(x_11, 0, x_19); -return x_11; +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_20; -x_20 = lean_nat_dec_le(x_16, x_16); -if (x_20 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_21; -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_21 = lean_box(0); -lean_ctor_set(x_11, 0, x_21); -return x_11; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -size_t x_22; size_t x_23; lean_object* x_24; lean_object* x_25; -lean_free_object(x_11); -x_22 = 0; -x_23 = lean_usize_of_nat(x_16); -lean_dec(x_16); -x_24 = lean_box(0); -x_25 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55(x_1, x_2, x_3, x_15, x_22, x_23, x_24, x_5, x_6, x_7, x_8, x_13); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_15); -return x_25; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } 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_11, 1); -lean_inc(x_26); -lean_dec(x_11); -x_27 = lean_ctor_get(x_4, 1); -lean_inc(x_27); -lean_dec(x_4); -x_28 = lean_array_get_size(x_27); -x_29 = lean_unsigned_to_nat(0u); -x_30 = lean_nat_dec_lt(x_29, x_28); -if (x_30 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_object* x_31; lean_object* x_32; -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_31 = lean_box(0); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_26); -return x_32; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -uint8_t x_33; -x_33 = lean_nat_dec_le(x_28, x_28); -if (x_33 == 0) +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: { -lean_object* x_34; lean_object* x_35; -lean_dec(x_28); -lean_dec(x_27); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -lean_dec(x_1); -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_26); -return x_35; +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_83, x_3); +return x_84; } -else +case 11: { -size_t x_36; size_t x_37; lean_object* x_38; lean_object* x_39; -x_36 = 0; -x_37 = lean_usize_of_nat(x_28); -lean_dec(x_28); -x_38 = lean_box(0); -x_39 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55(x_1, x_2, x_3, x_27, x_36, x_37, x_38, x_5, x_6, x_7, x_8, x_26); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_27); -return x_39; +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } } -else +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_40; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_2); -lean_dec(x_1); -x_40 = !lean_is_exclusive(x_11); -if (x_40 == 0) +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -return x_11; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_11, 0); -x_42 = lean_ctor_get(x_11, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_11); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; -} -} +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_LocalContext_forM___at_Lean_MVarId_clear___spec__50(lean_object* x_1, lean_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: +else { -lean_object* x_10; lean_object* x_11; -x_10 = lean_ctor_get(x_4, 1); -lean_inc(x_10); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); lean_dec(x_4); -x_11 = l_Lean_PersistentArray_forM___at_Lean_MVarId_clear___spec__51(x_1, x_2, x_3, x_10, x_5, x_6, x_7, x_8, x_9); -return x_11; +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__82(x_1, x_2, x_15); +return x_16; +} } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -5812,7 +8656,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -5823,7 +8667,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_5, x_9); return x_10; } else @@ -5854,12 +8698,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__62(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__94(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -5868,7 +8712,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -5892,7 +8736,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__95(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -5943,7 +8787,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -5981,7 +8825,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__62(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__94(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -6022,7 +8866,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__95(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -6030,7 +8874,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__96(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -6081,13 +8925,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -6123,7 +8967,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__96(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -6136,7 +8980,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__90(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -6183,7 +9027,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -6203,7 +9047,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -6221,7 +9065,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_29, x_28); return x_30; } } @@ -6234,7 +9078,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91(x_1, x_2, x_3); return x_33; } else @@ -6262,7 +9106,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91(x_1, x_2, x_36); return x_40; } } @@ -6275,7 +9119,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -6286,7 +9130,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_42, x_46); return x_47; } else @@ -6322,7 +9166,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -6333,7 +9177,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_53, x_57); return x_58; } else @@ -6371,7 +9215,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -6382,7 +9226,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -6393,7 +9237,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_65, x_73); return x_74; } else @@ -6453,7 +9297,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_83, x_3); return x_84; } case 11: @@ -6462,7 +9306,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_85, x_3); return x_86; } default: @@ -6479,7 +9323,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -6524,12 +9368,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__58(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__90(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -6540,7 +9384,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -6551,7 +9395,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_5, x_9); return x_10; } else @@ -6582,12 +9426,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__70(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__102(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -6596,7 +9440,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -6620,7 +9464,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__103(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -6671,7 +9515,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -6709,7 +9553,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__70(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__102(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -6750,7 +9594,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__103(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -6758,7 +9602,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__104(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -6809,13 +9653,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -6851,7 +9695,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__104(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -6864,7 +9708,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__98(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -6911,7 +9755,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -6931,7 +9775,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -6949,7 +9793,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_29, x_28); return x_30; } } @@ -6962,7 +9806,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99(x_1, x_2, x_3); return x_33; } else @@ -6990,7 +9834,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99(x_1, x_2, x_36); return x_40; } } @@ -7003,7 +9847,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -7014,7 +9858,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_42, x_46); return x_47; } else @@ -7050,7 +9894,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -7061,7 +9905,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_53, x_57); return x_58; } else @@ -7099,7 +9943,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -7110,7 +9954,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -7121,7 +9965,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_65, x_73); return x_74; } else @@ -7138,881 +9982,1025 @@ return x_70; } else { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_70, 1); -lean_inc(x_77); -lean_dec(x_70); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_71); -lean_ctor_set(x_78, 1, x_77); -return x_78; -} +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__98(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(lean_object* x_1, 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; uint8_t x_12; lean_object* x_13; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_8 = lean_st_ref_get(x_4, 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 = lean_ctor_get(x_9, 0); +lean_inc(x_11); +lean_dec(x_9); +x_37 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___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_11); +x_39 = l_Lean_Expr_hasFVar(x_1); +if (x_39 == 0) +{ +uint8_t x_40; +x_40 = l_Lean_Expr_hasMVar(x_1); +if (x_40 == 0) +{ +uint8_t x_41; +lean_dec(x_1); +x_41 = 0; +x_12 = x_41; +x_13 = x_38; +goto block_36; +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_2, x_1, x_38); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_12 = x_45; +x_13 = x_44; +goto block_36; +} +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_2, x_1, x_38); +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 = lean_unbox(x_47); +lean_dec(x_47); +x_12 = x_49; +x_13 = x_48; +goto block_36; +} +block_36: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_st_ref_take(x_4, x_10); +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_is_exclusive(x_16); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +lean_ctor_set(x_16, 0, x_14); +x_20 = lean_st_ref_set(x_4, x_16, x_17); +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(x_12); +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(x_12); +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 +{ +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_16, 1); +x_28 = lean_ctor_get(x_16, 2); +x_29 = lean_ctor_get(x_16, 3); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_16); +x_30 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_30, 0, x_14); +lean_ctor_set(x_30, 1, x_27); +lean_ctor_set(x_30, 2, x_28); +lean_ctor_set(x_30, 3, x_29); +x_31 = lean_st_ref_set(x_4, x_30, x_17); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_33 = x_31; +} else { + lean_dec_ref(x_31); + x_33 = lean_box(0); +} +x_34 = lean_box(x_12); +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); +return x_35; +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_MVarId_clear___lambda__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_3 = lean_ctor_get(x_2, 1); +lean_inc(x_3); +lean_dec(x_2); +x_4 = l_Lean_Expr_fvarId_x21(x_3); +x_5 = lean_name_eq(x_4, x_1); +lean_dec(x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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) { +_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_inc(x_2); +x_12 = lean_local_ctx_erase(x_1, x_2); +x_13 = l_Lean_Meta_getLocalInstances(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_ctor_get(x_13, 1); +lean_inc(x_15); +lean_dec(x_13); +x_16 = lean_alloc_closure((void*)(l_Lean_MVarId_clear___lambda__1___boxed), 2, 1); +lean_closure_set(x_16, 0, x_2); +x_17 = lean_array_get_size(x_14); +x_18 = lean_unsigned_to_nat(0u); +x_19 = l_Array_findIdx_x3f_loop___rarg(x_14, x_16, x_17, x_18, lean_box(0)); +if (lean_obj_tag(x_19) == 0) +{ +uint8_t x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_20 = 2; +x_21 = l_Lean_Meta_mkFreshExprMVarAt(x_12, x_14, x_3, x_20, x_4, x_18, x_7, x_8, x_9, x_10, x_15); +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); +lean_inc(x_22); +x_24 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_22, x_7, x_8, x_9, x_10, x_23); +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +lean_dec(x_26); +x_27 = l_Lean_Expr_mvarId_x21(x_22); +lean_ctor_set(x_24, 0, x_27); +return x_24; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 1); +lean_inc(x_28); +lean_dec(x_24); +x_29 = l_Lean_Expr_mvarId_x21(x_22); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +return x_30; } } else { -uint8_t x_79; -lean_dec(x_65); -lean_dec(x_64); -x_79 = !lean_is_exclusive(x_66); -if (x_79 == 0) +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; uint8_t x_38; +x_31 = lean_ctor_get(x_19, 0); +lean_inc(x_31); +lean_dec(x_19); +x_32 = l_Array_eraseIdx___rarg(x_14, x_31); +lean_dec(x_31); +x_33 = 2; +x_34 = l_Lean_Meta_mkFreshExprMVarAt(x_12, x_32, x_3, x_33, x_4, x_18, x_7, x_8, x_9, x_10, x_15); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +lean_inc(x_35); +x_37 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_35, x_7, x_8, x_9, x_10, x_36); +x_38 = !lean_is_exclusive(x_37); +if (x_38 == 0) { -lean_object* x_80; -x_80 = lean_ctor_get(x_66, 0); -lean_dec(x_80); -return x_66; +lean_object* x_39; lean_object* x_40; +x_39 = lean_ctor_get(x_37, 0); +lean_dec(x_39); +x_40 = l_Lean_Expr_mvarId_x21(x_35); +lean_ctor_set(x_37, 0, x_40); +return x_37; } else { -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_66, 1); -lean_inc(x_81); -lean_dec(x_66); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_67); -lean_ctor_set(x_82, 1, x_81); -return x_82; -} +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_37, 1); +lean_inc(x_41); +lean_dec(x_37); +x_42 = l_Lean_Expr_mvarId_x21(x_35); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } -case 10: -{ -lean_object* x_83; lean_object* x_84; -x_83 = lean_ctor_get(x_2, 1); -lean_inc(x_83); -lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_83, x_3); -return x_84; } -case 11: -{ -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_2, 2); -lean_inc(x_85); -lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_85, x_3); -return x_86; } -default: +static lean_object* _init_l_Lean_MVarId_clear___lambda__3___closed__1() { +_start: { -uint8_t x_87; lean_object* x_88; lean_object* x_89; -lean_dec(x_2); -x_87 = 0; -x_88 = lean_box(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_3); -return x_89; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("target depends on '", 19); +return x_1; } } +static lean_object* _init_l_Lean_MVarId_clear___lambda__3___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_MVarId_clear___lambda__3___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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) { _start: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); +lean_object* x_11; lean_dec(x_5); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_2); -x_7 = !lean_is_exclusive(x_4); -if (x_7 == 0) -{ -lean_object* x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -x_9 = 0; -x_10 = lean_box(x_9); -lean_ctor_set(x_4, 0, x_10); -return x_4; -} -else +lean_inc(x_1); +x_11 = l_Lean_MVarId_getTag(x_1, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); -return x_14; -} -} -else +lean_object* x_12; lean_object* x_13; lean_object* 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); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_14 = l_Lean_LocalContext_forM___at_Lean_MVarId_clear___spec__74(x_1, x_2, x_3, x_4, x_6, x_7, x_8, x_9, x_13); +if (lean_obj_tag(x_14) == 0) { lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_4, 1); +x_15 = lean_ctor_get(x_14, 1); lean_inc(x_15); -lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__66(x_1, x_2, x_15); -return x_16; -} -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(lean_object* x_1, 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; uint8_t x_14; -x_8 = lean_st_ref_get(x_4, 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 = lean_ctor_get(x_9, 0); -lean_inc(x_11); -lean_dec(x_9); -x_12 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1; -lean_inc(x_11); -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 = l_Lean_Expr_hasFVar(x_1); -if (x_14 == 0) -{ -uint8_t x_15; -x_15 = l_Lean_Expr_hasMVar(x_1); -if (x_15 == 0) +lean_dec(x_14); +lean_inc(x_1); +x_16 = l_Lean_MVarId_getDecl(x_1, x_6, x_7, x_8, x_9, x_15); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_dec(x_13); -lean_dec(x_1); -x_16 = lean_st_ref_take(x_4, x_10); +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_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_is_exclusive(x_17); -if (x_19 == 0) -{ -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -lean_ctor_set(x_17, 0, x_11); -x_21 = lean_st_ref_set(x_4, x_17, x_18); -x_22 = !lean_is_exclusive(x_21); +x_19 = lean_ctor_get(x_17, 2); +lean_inc(x_19); +lean_dec(x_17); +lean_inc(x_19); +x_20 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_19, x_2, x_6, x_7, x_8, x_9, x_18); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_unbox(x_21); +lean_dec(x_21); if (x_22 == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_21, 0, x_25); -return x_21; +lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_dec(x_3); +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +lean_dec(x_20); +x_24 = lean_box(0); +x_25 = l_Lean_MVarId_clear___lambda__2(x_4, x_2, x_19, x_12, x_1, x_24, x_6, x_7, x_8, x_9, x_23); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +return x_25; } else { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_21, 1); +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +lean_dec(x_19); +lean_dec(x_12); +lean_dec(x_4); +x_26 = lean_ctor_get(x_20, 1); lean_inc(x_26); -lean_dec(x_21); -x_27 = 0; -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; -} +lean_dec(x_20); +x_27 = l_Lean_Expr_fvar___override(x_2); +x_28 = l_Lean_MessageData_ofExpr(x_27); +x_29 = l_Lean_MVarId_clear___lambda__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_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6; +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_Meta_throwTacticEx___rarg(x_3, x_1, x_32, x_6, x_7, x_8, x_9, x_26); +lean_dec(x_9); +lean_dec(x_7); +x_34 = !lean_is_exclusive(x_33); +if (x_34 == 0) +{ +return x_33; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_30 = lean_ctor_get(x_17, 1); -x_31 = lean_ctor_get(x_17, 2); -x_32 = lean_ctor_get(x_17, 3); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_17); -x_33 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_33, 0, x_11); -lean_ctor_set(x_33, 1, x_30); -lean_ctor_set(x_33, 2, x_31); -lean_ctor_set(x_33, 3, x_32); -x_34 = lean_st_ref_set(x_4, x_33, x_18); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_34)) { - lean_ctor_release(x_34, 0); - lean_ctor_release(x_34, 1); - x_36 = x_34; -} else { - lean_dec_ref(x_34); - x_36 = lean_box(0); -} -x_37 = 0; -x_38 = lean_box(x_37); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); -} else { - x_39 = x_36; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_33, 0); +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_33); +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_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -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; uint8_t x_47; -lean_dec(x_11); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_2, x_1, x_13); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_st_ref_take(x_4, 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_is_exclusive(x_45); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -lean_ctor_set(x_45, 0, x_43); -x_49 = lean_st_ref_set(x_4, x_45, x_46); -x_50 = !lean_is_exclusive(x_49); -if (x_50 == 0) +uint8_t x_38; +lean_dec(x_12); +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_38 = !lean_is_exclusive(x_16); +if (x_38 == 0) { -lean_object* x_51; -x_51 = lean_ctor_get(x_49, 0); -lean_dec(x_51); -lean_ctor_set(x_49, 0, x_42); -return x_49; +return x_16; } else { -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_42); -lean_ctor_set(x_53, 1, x_52); -return x_53; +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_16, 0); +x_40 = lean_ctor_get(x_16, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_16); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; +} } } else { -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; -x_54 = lean_ctor_get(x_45, 1); -x_55 = lean_ctor_get(x_45, 2); -x_56 = lean_ctor_get(x_45, 3); -lean_inc(x_56); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_57 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_57, 0, x_43); -lean_ctor_set(x_57, 1, x_54); -lean_ctor_set(x_57, 2, x_55); -lean_ctor_set(x_57, 3, x_56); -x_58 = lean_st_ref_set(x_4, x_57, x_46); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; -} else { - lean_dec_ref(x_58); - x_60 = lean_box(0); -} -if (lean_is_scalar(x_60)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_60; +uint8_t x_42; +lean_dec(x_12); +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_42 = !lean_is_exclusive(x_14); +if (x_42 == 0) +{ +return x_14; } -lean_ctor_set(x_61, 0, x_42); -lean_ctor_set(x_61, 1, x_59); -return x_61; +else +{ +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_14, 0); +x_44 = lean_ctor_get(x_14, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_14); +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_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; uint8_t x_69; -lean_dec(x_11); -x_62 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_2, x_1, x_13); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_st_ref_take(x_4, x_10); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = !lean_is_exclusive(x_67); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_70 = lean_ctor_get(x_67, 0); -lean_dec(x_70); -lean_ctor_set(x_67, 0, x_65); -x_71 = lean_st_ref_set(x_4, x_67, x_68); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) -{ -lean_object* x_73; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -lean_ctor_set(x_71, 0, x_64); -return x_71; -} -else +uint8_t x_46; +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_46 = !lean_is_exclusive(x_11); +if (x_46 == 0) { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_64); -lean_ctor_set(x_75, 1, x_74); -return x_75; -} +return x_11; } else { -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_76 = lean_ctor_get(x_67, 1); -x_77 = lean_ctor_get(x_67, 2); -x_78 = lean_ctor_get(x_67, 3); -lean_inc(x_78); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_67); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_65); -lean_ctor_set(x_79, 1, x_76); -lean_ctor_set(x_79, 2, x_77); -lean_ctor_set(x_79, 3, x_78); -x_80 = lean_st_ref_set(x_4, x_79, x_68); -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_80); - x_82 = lean_box(0); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_11, 0); +x_48 = lean_ctor_get(x_11, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_11); +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; } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(0, 2, 0); -} else { - x_83 = x_82; } -lean_ctor_set(x_83, 0, x_64); -lean_ctor_set(x_83, 1, x_81); -return x_83; } } +static lean_object* _init_l_Lean_MVarId_clear___lambda__4___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("unknown variable '", 18); +return x_1; } } -LEAN_EXPORT uint8_t l_Lean_MVarId_clear___lambda__1(lean_object* x_1, lean_object* x_2) { +static lean_object* _init_l_Lean_MVarId_clear___lambda__4___closed__2() { _start: { -lean_object* x_3; lean_object* x_4; uint8_t x_5; -x_3 = lean_ctor_get(x_2, 1); -lean_inc(x_3); -lean_dec(x_2); -x_4 = l_Lean_Expr_fvarId_x21(x_3); -x_5 = lean_name_eq(x_4, x_1); -lean_dec(x_4); -return x_5; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_MVarId_clear___lambda__4___closed__1; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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_EXPORT lean_object* l_Lean_MVarId_clear___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) { _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_9; +lean_inc(x_6); +lean_inc(x_4); lean_inc(x_2); -x_12 = lean_local_ctx_erase(x_1, x_2); -x_13 = l_Lean_Meta_getLocalInstances(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_ctor_get(x_13, 1); -lean_inc(x_15); -lean_dec(x_13); -x_16 = lean_alloc_closure((void*)(l_Lean_MVarId_clear___lambda__1___boxed), 2, 1); -lean_closure_set(x_16, 0, x_2); -x_17 = lean_array_get_size(x_14); -x_18 = lean_unsigned_to_nat(0u); -x_19 = l_Array_findIdx_x3f_loop___rarg(x_14, x_16, x_17, x_18, lean_box(0)); -if (lean_obj_tag(x_19) == 0) +lean_inc(x_1); +x_9 = l_Lean_MVarId_checkNotAssigned(x_1, x_2, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_9) == 0) { -uint8_t x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_20 = 2; -x_21 = l_Lean_Meta_mkFreshExprMVarAt(x_12, x_14, x_3, x_20, x_4, x_18, x_7, x_8, x_9, x_10, x_15); -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); -lean_inc(x_22); -x_24 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_22, x_7, x_8, x_9, x_10, x_23); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +lean_dec(x_9); +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_inc(x_3); +lean_inc(x_11); +x_12 = l_Lean_LocalContext_contains(x_11, x_3); +if (x_12 == 0) { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_24, 0); -lean_dec(x_26); -x_27 = l_Lean_Expr_mvarId_x21(x_22); -lean_ctor_set(x_24, 0, x_27); -return x_24; +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; +lean_dec(x_11); +x_13 = l_Lean_Expr_fvar___override(x_3); +x_14 = l_Lean_MessageData_ofExpr(x_13); +x_15 = l_Lean_MVarId_clear___lambda__4___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6; +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_Meta_throwTacticEx___rarg(x_2, x_1, x_18, x_4, x_5, x_6, x_7, x_10); +lean_dec(x_7); +lean_dec(x_5); +x_20 = !lean_is_exclusive(x_19); +if (x_20 == 0) +{ +return x_19; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_24, 1); -lean_inc(x_28); -lean_dec(x_24); -x_29 = l_Lean_Expr_mvarId_x21(x_22); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_28); -return x_30; +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_19, 0); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_19); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; } } else { -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; uint8_t x_38; -x_31 = lean_ctor_get(x_19, 0); -lean_inc(x_31); -lean_dec(x_19); -x_32 = l_Array_eraseIdx___rarg(x_14, x_31); -lean_dec(x_31); -x_33 = 2; -x_34 = l_Lean_Meta_mkFreshExprMVarAt(x_12, x_32, x_3, x_33, x_4, x_18, x_7, x_8, x_9, x_10, x_15); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -lean_inc(x_35); -x_37 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_35, x_7, x_8, x_9, x_10, x_36); -x_38 = !lean_is_exclusive(x_37); -if (x_38 == 0) +lean_object* x_24; lean_object* x_25; +x_24 = lean_box(0); +x_25 = l_Lean_MVarId_clear___lambda__3(x_1, x_3, x_2, x_11, x_24, x_4, x_5, x_6, x_7, x_10); +return x_25; +} +} +else { -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_37, 0); -lean_dec(x_39); -x_40 = l_Lean_Expr_mvarId_x21(x_35); -lean_ctor_set(x_37, 0, x_40); -return x_37; +uint8_t x_26; +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_26 = !lean_is_exclusive(x_9); +if (x_26 == 0) +{ +return x_9; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_37, 1); -lean_inc(x_41); -lean_dec(x_37); -x_42 = l_Lean_Expr_mvarId_x21(x_35); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_41); -return x_43; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_9, 0); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_9); +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_MVarId_clear___lambda__3___closed__1() { +static lean_object* _init_l_Lean_MVarId_clear___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("target depends on '", 19); +x_1 = lean_mk_string_from_bytes("clear", 5); return x_1; } } -static lean_object* _init_l_Lean_MVarId_clear___lambda__3___closed__2() { +static lean_object* _init_l_Lean_MVarId_clear___closed__2() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_MVarId_clear___lambda__3___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_Lean_MVarId_clear___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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_EXPORT lean_object* l_Lean_MVarId_clear(lean_object* x_1, 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_11; -lean_dec(x_5); -lean_inc(x_1); -x_11 = l_Lean_MVarId_getTag(x_1, 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; lean_object* 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); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_1); -x_14 = l_Lean_LocalContext_forM___at_Lean_MVarId_clear___spec__50(x_1, x_2, x_3, x_4, x_6, x_7, x_8, x_9, x_13); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = l_Lean_MVarId_clear___closed__2; lean_inc(x_1); -x_16 = l_Lean_MVarId_getDecl(x_1, x_6, x_7, x_8, x_9, x_15); -if (lean_obj_tag(x_16) == 0) +x_9 = lean_alloc_closure((void*)(l_Lean_MVarId_clear___lambda__4), 8, 3); +lean_closure_set(x_9, 0, x_1); +lean_closure_set(x_9, 1, x_8); +lean_closure_set(x_9, 2, x_2); +x_10 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_9, x_3, x_4, x_5, x_6, x_7); +return x_10; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -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_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, 2); -lean_inc(x_19); -lean_dec(x_17); -lean_inc(x_19); -x_20 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_19, x_2, x_6, x_7, x_8, x_9, x_18); -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_unbox(x_21); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__4(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -lean_dec(x_20); -x_24 = lean_box(0); -x_25 = l_Lean_MVarId_clear___lambda__2(x_4, x_2, x_19, x_12, x_1, x_24, x_6, x_7, x_8, x_9, x_23); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_25; +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__7(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -lean_dec(x_19); -lean_dec(x_12); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_26 = lean_ctor_get(x_20, 1); -lean_inc(x_26); -lean_dec(x_20); -x_27 = l_Lean_Expr_fvar___override(x_2); -x_28 = l_Lean_MessageData_ofExpr(x_27); -x_29 = l_Lean_MVarId_clear___lambda__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_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6; -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_Meta_throwTacticEx___rarg(x_3, x_1, x_32, x_6, x_7, x_8, x_9, x_26); -lean_dec(x_9); -lean_dec(x_7); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) -{ -return x_33; +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__8(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_33, 0); -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_33); -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_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__6(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_38; -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__9(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); -x_38 = !lean_is_exclusive(x_16); -if (x_38 == 0) +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -return x_16; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__5(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_16, 0); -x_40 = lean_ctor_get(x_16, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_16); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__3(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__12(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_42; -lean_dec(x_12); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__15(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); -x_42 = !lean_is_exclusive(x_14); -if (x_42 == 0) -{ -return x_14; -} -else -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_14, 0); -x_44 = lean_ctor_get(x_14, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_14); -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; -} +x_8 = lean_box(x_7); +return x_8; } } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_46; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__16(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); -x_46 = !lean_is_exclusive(x_11); -if (x_46 == 0) -{ -return x_11; +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_11, 0); -x_48 = lean_ctor_get(x_11, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_11); -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; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__14(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__17___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__17(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -static lean_object* _init_l_Lean_MVarId_clear___lambda__4___closed__1() { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__13___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("unknown variable '", 18); -return x_1; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__13(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -static lean_object* _init_l_Lean_MVarId_clear___lambda__4___closed__2() { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_MVarId_clear___lambda__4___closed__1; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__11(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_clear___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_9; -lean_inc(x_6); -lean_inc(x_4); -lean_inc(x_2); -lean_inc(x_1); -x_9 = l_Lean_MVarId_checkNotAssigned(x_1, x_2, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_9) == 0) -{ -lean_object* x_10; lean_object* x_11; uint8_t x_12; -x_10 = lean_ctor_get(x_9, 1); -lean_inc(x_10); -lean_dec(x_9); -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); -lean_inc(x_3); -lean_inc(x_11); -x_12 = l_Lean_LocalContext_contains(x_11, x_3); -if (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; uint8_t x_20; -lean_dec(x_11); -x_13 = l_Lean_Expr_fvar___override(x_3); -x_14 = l_Lean_MessageData_ofExpr(x_13); -x_15 = l_Lean_MVarId_clear___lambda__4___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6; -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_Meta_throwTacticEx___rarg(x_2, x_1, x_18, x_4, x_5, x_6, x_7, x_10); -lean_dec(x_7); -lean_dec(x_5); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) -{ -return x_19; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_19); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__20(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_24; lean_object* x_25; -x_24 = lean_box(0); -x_25 = l_Lean_MVarId_clear___lambda__3(x_1, x_3, x_2, x_11, x_24, x_4, x_5, x_6, x_7, x_10); -return x_25; +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__23(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_26; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__24(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); -x_26 = !lean_is_exclusive(x_9); -if (x_26 == 0) -{ -return x_9; +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_9, 0); -x_28 = lean_ctor_get(x_9, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_9); -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; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__22(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__25___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__25(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -static lean_object* _init_l_Lean_MVarId_clear___closed__1() { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__21___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("clear", 5); -return x_1; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -static lean_object* _init_l_Lean_MVarId_clear___closed__2() { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_MVarId_clear___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_clear(lean_object* x_1, lean_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_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_8 = l_Lean_MVarId_clear___closed__2; -lean_inc(x_1); -x_9 = lean_alloc_closure((void*)(l_Lean_MVarId_clear___lambda__4), 8, 3); -lean_closure_set(x_9, 0, x_1); -lean_closure_set(x_9, 1, x_8); -lean_closure_set(x_9, 2, x_2); -x_10 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_9, x_3, x_4, x_5, x_6, x_7); -return x_10; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__28___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__4(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__28(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__31___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; uint8_t x_7; lean_object* x_8; @@ -8020,14 +11008,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__7(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__31(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__32___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; uint8_t x_7; lean_object* x_8; @@ -8035,24 +11023,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__8(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__32(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__6___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__30___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__6(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__30(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__33___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; uint8_t x_7; lean_object* x_8; @@ -8060,51 +11048,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__9(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__33(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__29___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__5(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__29(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__3(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__27(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__2(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__36___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__12(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__36(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__39___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; uint8_t x_7; lean_object* x_8; @@ -8112,14 +11100,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__15(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__39(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__40___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; uint8_t x_7; lean_object* x_8; @@ -8127,24 +11115,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__16(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__40(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__38___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__14(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__38(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__41___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; uint8_t x_7; lean_object* x_8; @@ -8152,51 +11140,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__17(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__41(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__13___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__37___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__13(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__37(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__11(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__35(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__10(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__44___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__20(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__44(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__47___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; uint8_t x_7; lean_object* x_8; @@ -8204,14 +11192,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__23(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__47(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__48___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; uint8_t x_7; lean_object* x_8; @@ -8219,24 +11207,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__24(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__48(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__46___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__22(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__46(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__49___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; uint8_t x_7; lean_object* x_8; @@ -8244,51 +11232,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__25(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__49(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__45___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__21(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__45(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__19(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__43(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__18(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__28___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__28(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__52(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__31___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__55___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; uint8_t x_7; lean_object* x_8; @@ -8296,14 +11284,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__31(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__55(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__32___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__56___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; uint8_t x_7; lean_object* x_8; @@ -8311,24 +11299,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__32(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__56(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__30___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__30(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__54(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__33___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__57___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; uint8_t x_7; lean_object* x_8; @@ -8336,51 +11324,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__33(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__57(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__29___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__29(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__53(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__51___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__27(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__51(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__26(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__50(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__36___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__36(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__60(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__39___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63___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; uint8_t x_7; lean_object* x_8; @@ -8388,14 +11376,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__39(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__40___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64___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; uint8_t x_7; lean_object* x_8; @@ -8403,24 +11391,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__40(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__38___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__38(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__62(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__41___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__65___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; uint8_t x_7; lean_object* x_8; @@ -8428,51 +11416,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__41(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__65(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__37___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__37(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__61(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__59___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__35(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__59(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__34(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__58(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__44___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__44(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__68(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__47___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71___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; uint8_t x_7; lean_object* x_8; @@ -8480,14 +11468,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__47(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__48___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72___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; uint8_t x_7; lean_object* x_8; @@ -8495,24 +11483,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__48(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__46___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__46(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__70(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__49___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__73___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; uint8_t x_7; lean_object* x_8; @@ -8520,37 +11508,37 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__49(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__73(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__45___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__45(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__69(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__43(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__67(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__42(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__66(x_1, x_2, x_3); lean_dec(x_1); return x_4; } @@ -8568,7 +11556,7 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__53___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_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__77___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; @@ -8576,12 +11564,12 @@ x_13 = lean_unbox_usize(x_5); lean_dec(x_5); x_14 = lean_unbox_usize(x_6); lean_dec(x_6); -x_15 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__53(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__77(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_4); return x_15; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___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_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___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; @@ -8589,14 +11577,14 @@ x_13 = lean_unbox_usize(x_5); lean_dec(x_5); x_14 = lean_unbox_usize(x_6); lean_dec(x_6); -x_15 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_11); lean_dec(x_9); lean_dec(x_4); return x_15; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55___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_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79___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; @@ -8604,23 +11592,23 @@ x_13 = lean_unbox_usize(x_5); lean_dec(x_5); x_14 = lean_unbox_usize(x_6); lean_dec(x_6); -x_15 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__55(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__79(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); lean_dec(x_11); lean_dec(x_9); lean_dec(x_4); return x_15; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__59(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__83(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__62___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__86___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; uint8_t x_7; lean_object* x_8; @@ -8628,14 +11616,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__62(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__86(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__87___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; uint8_t x_7; lean_object* x_8; @@ -8643,24 +11631,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__63(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__87(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__61(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__85(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__88___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; uint8_t x_7; lean_object* x_8; @@ -8668,51 +11656,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__64(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__88(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__60(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__84(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__82___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__58(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__82(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__57(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__81(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__67(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__91(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__70___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__94___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; uint8_t x_7; lean_object* x_8; @@ -8720,14 +11708,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__70(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__94(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__95___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; uint8_t x_7; lean_object* x_8; @@ -8735,24 +11723,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__71(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__95(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__69(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__93(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__96___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; uint8_t x_7; lean_object* x_8; @@ -8760,46 +11748,138 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__72(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__96(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__92(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__90___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__90(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__89(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MVarId_clear___spec__99(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__102___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__102(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__103___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__103(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MVarId_clear___spec__101(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__104___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MVarId_clear___spec__104(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__68(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MVarId_clear___spec__100(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__98___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__66(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MVarId_clear___spec__98(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__65(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MVarId_clear___spec__97(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56___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_exprDependsOn___at_Lean_MVarId_clear___spec__80___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_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(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); @@ -9047,18 +12127,18 @@ if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1 = _init_l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1(); lean_mark_persistent(l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1___closed__1); -l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__1(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__1); -l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__2); -l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__3 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__3(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__3); -l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__4); -l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__5 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__5(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__5); -l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6(); -lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__54___closed__6); +l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__1 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__1(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__1); +l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__2); +l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__3 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__3(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__3); +l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__4); +l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__5 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__5(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__5); +l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6 = _init_l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6(); +lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_MVarId_clear___spec__78___closed__6); l_Lean_MVarId_clear___lambda__3___closed__1 = _init_l_Lean_MVarId_clear___lambda__3___closed__1(); lean_mark_persistent(l_Lean_MVarId_clear___lambda__3___closed__1); l_Lean_MVarId_clear___lambda__3___closed__2 = _init_l_Lean_MVarId_clear___lambda__3___closed__2(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Congr.c b/stage0/stdlib/Lean/Meta/Tactic/Congr.c index 61965e11d590..496163a551da 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Congr.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Congr.c @@ -50,7 +50,6 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_hcongr_x3f___lambda__1___boxed(lean_objec static lean_object* l_Lean_MVarId_congr_x3f___closed__2; static lean_object* l_Lean_MVarId_congrImplies_x3f___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_congr_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); @@ -91,6 +90,7 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_MVarId_congrImplies_x3f___s static lean_object* l_Lean_MVarId_congrN___closed__1; static lean_object* l_Lean_MVarId_hcongr_x3f___lambda__2___closed__2; LEAN_EXPORT lean_object* l_List_forM___at_Lean_MVarId_congrN_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t, uint8_t); lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvar___override(lean_object*); @@ -2320,196 +2320,180 @@ return x_40; LEAN_EXPORT lean_object* l_Lean_MVarId_congrN_post(uint8_t x_1, lean_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; lean_object* x_10; lean_object* x_11; uint8_t x_12; x_9 = l_Lean_Meta_getTransparency(x_4, x_5, x_6, x_7, x_8); +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); if (x_1 == 0) { -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; +uint8_t x_50; +lean_dec(x_10); +x_50 = 0; +x_12 = x_50; +goto block_49; +} +else +{ +uint8_t x_51; uint8_t x_52; uint8_t x_53; +x_51 = 2; +x_52 = lean_unbox(x_10); +lean_dec(x_10); +x_53 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_52, x_51); +if (x_53 == 0) +{ +uint8_t x_54; +x_54 = 1; +x_12 = x_54; +goto block_49; +} +else +{ +uint8_t x_55; +x_55 = 0; +x_12 = x_55; +goto block_49; +} +} +block_49: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_10 = lean_ctor_get(x_9, 1); -lean_inc(x_10); -lean_dec(x_9); -x_11 = lean_st_ref_take(x_3, x_10); -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 = lean_array_push(x_12, x_2); -x_15 = lean_st_ref_set(x_3, x_14, x_13); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) +x_13 = lean_st_ref_take(x_3, 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 = lean_array_push(x_14, x_2); +x_17 = lean_st_ref_set(x_3, x_16, x_15); +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_15, 0); -lean_dec(x_17); -x_18 = lean_box(0); -lean_ctor_set(x_15, 0, x_18); -return x_15; +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_17, 0); +lean_dec(x_19); +x_20 = lean_box(0); +lean_ctor_set(x_17, 0, x_20); +return x_17; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_15, 1); -lean_inc(x_19); -lean_dec(x_15); -x_20 = lean_box(0); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_19); -return x_21; +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_17, 1); +lean_inc(x_21); +lean_dec(x_17); +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_22; lean_object* x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; -x_22 = lean_ctor_get(x_9, 0); -lean_inc(x_22); -x_23 = lean_ctor_get(x_9, 1); -lean_inc(x_23); -lean_dec(x_9); -x_24 = 2; -x_25 = lean_unbox(x_22); -lean_dec(x_22); -x_26 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_25, x_24); -if (x_26 == 0) -{ -lean_object* x_27; -x_27 = l_Lean_MVarId_congrPre(x_2, x_4, x_5, x_6, x_7, x_23); -if (lean_obj_tag(x_27) == 0) +lean_object* x_24; +x_24 = l_Lean_MVarId_congrPre(x_2, x_4, x_5, x_6, x_7, x_11); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_28; -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -if (lean_obj_tag(x_28) == 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_29; -x_29 = !lean_is_exclusive(x_27); -if (x_29 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_24); +if (x_26 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_27, 0); -lean_dec(x_30); -x_31 = lean_box(0); -lean_ctor_set(x_27, 0, x_31); -return x_27; +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_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_27, 1); -lean_inc(x_32); -lean_dec(x_27); -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_32); -return x_34; +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_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; uint8_t x_42; -x_35 = lean_ctor_get(x_27, 1); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +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); +x_34 = lean_st_ref_take(x_3, x_32); +x_35 = lean_ctor_get(x_34, 0); lean_inc(x_35); -lean_dec(x_27); -x_36 = lean_ctor_get(x_28, 0); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -lean_dec(x_28); -x_37 = lean_st_ref_take(x_3, x_35); -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 = lean_array_push(x_38, x_36); -x_41 = lean_st_ref_set(x_3, x_40, x_39); -x_42 = !lean_is_exclusive(x_41); -if (x_42 == 0) -{ -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_41, 0); -lean_dec(x_43); -x_44 = lean_box(0); -lean_ctor_set(x_41, 0, x_44); -return x_41; +lean_dec(x_34); +x_37 = lean_array_push(x_35, x_33); +x_38 = lean_st_ref_set(x_3, x_37, x_36); +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; +x_40 = lean_ctor_get(x_38, 0); +lean_dec(x_40); +x_41 = lean_box(0); +lean_ctor_set(x_38, 0, x_41); +return x_38; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_41, 1); -lean_inc(x_45); -lean_dec(x_41); -x_46 = lean_box(0); -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; +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_38, 1); +lean_inc(x_42); +lean_dec(x_38); +x_43 = lean_box(0); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_42); +return x_44; } } } else { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_27); -if (x_48 == 0) +uint8_t x_45; +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_27; +return x_24; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_27, 0); -x_50 = lean_ctor_get(x_27, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_27); -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; -} -} +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +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_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_52 = lean_st_ref_take(x_3, x_23); -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_array_push(x_53, x_2); -x_56 = lean_st_ref_set(x_3, x_55, x_54); -x_57 = !lean_is_exclusive(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -x_58 = lean_ctor_get(x_56, 0); -lean_dec(x_58); -x_59 = lean_box(0); -lean_ctor_set(x_56, 0, x_59); -return x_56; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_56, 1); -lean_inc(x_60); -lean_dec(x_56); -x_61 = lean_box(0); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -return x_62; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Constructor.c b/stage0/stdlib/Lean/Meta/Tactic/Constructor.c index 57f2bb2a1ef2..75264cd91725 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Constructor.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Constructor.c @@ -985,139 +985,150 @@ lean_inc(x_24); lean_dec(x_21); if (lean_obj_tag(x_24) == 5) { -lean_object* x_25; uint8_t x_26; +lean_object* x_25; uint8_t x_26; uint8_t x_59; x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); lean_dec(x_24); -x_26 = lean_ctor_get_uint8(x_25, sizeof(void*)*5); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_ctor_get(x_25, 2); -lean_inc(x_27); -x_28 = lean_unsigned_to_nat(0u); -x_29 = lean_nat_dec_eq(x_27, x_28); -lean_dec(x_27); -if (x_29 == 0) +x_59 = lean_ctor_get_uint8(x_25, sizeof(void*)*5); +if (x_59 == 0) +{ +lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_60 = lean_ctor_get(x_25, 2); +lean_inc(x_60); +x_61 = lean_unsigned_to_nat(0u); +x_62 = lean_nat_dec_eq(x_60, x_61); +lean_dec(x_60); +if (x_62 == 0) +{ +uint8_t x_63; +x_63 = 1; +x_26 = x_63; +goto block_58; +} +else { -lean_object* x_30; lean_object* x_31; -lean_dec(x_25); -lean_dec(x_16); -lean_dec(x_12); -lean_dec(x_3); -x_30 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_31 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_30, x_4, x_5, x_6, x_7, x_19); -lean_dec(x_7); -lean_dec(x_5); -return x_31; +uint8_t x_64; +x_64 = 0; +x_26 = x_64; +goto block_58; +} } else { -lean_object* x_32; -x_32 = lean_ctor_get(x_25, 4); -lean_inc(x_32); +uint8_t x_65; +x_65 = 1; +x_26 = x_65; +goto block_58; +} +block_58: +{ +if (x_26 == 0) +{ +lean_object* x_27; +x_27 = lean_ctor_get(x_25, 4); +lean_inc(x_27); lean_dec(x_25); -if (lean_obj_tag(x_32) == 0) +if (lean_obj_tag(x_27) == 0) { -lean_object* x_33; lean_object* x_34; +lean_object* x_28; lean_object* x_29; lean_dec(x_16); lean_dec(x_12); lean_dec(x_3); -x_33 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_34 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_33, x_4, x_5, x_6, x_7, x_19); +x_28 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; +x_29 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_28, x_4, x_5, x_6, x_7, x_19); lean_dec(x_7); lean_dec(x_5); -return x_34; +return x_29; } else { -lean_object* x_35; -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -if (lean_obj_tag(x_35) == 0) +lean_object* x_30; +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_32, 0); -lean_inc(x_36); -lean_dec(x_32); -x_37 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_36, x_4, x_5, x_6, x_7, x_19); -if (lean_obj_tag(x_37) == 0) +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_27, 0); +lean_inc(x_31); +lean_dec(x_27); +x_32 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_31, x_4, x_5, x_6, x_7, x_19); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_38; -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -if (lean_obj_tag(x_38) == 6) +lean_object* x_33; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +if (lean_obj_tag(x_33) == 6) { -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, 1); -lean_inc(x_39); -lean_dec(x_37); -x_40 = lean_ctor_get(x_38, 0); -lean_inc(x_40); -lean_dec(x_38); -x_41 = lean_ctor_get(x_40, 4); -lean_inc(x_41); -x_42 = lean_unsigned_to_nat(2u); -x_43 = lean_nat_dec_lt(x_41, x_42); -lean_dec(x_41); -if (x_43 == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_ctor_get(x_33, 0); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_ctor_get(x_35, 4); +lean_inc(x_36); +x_37 = lean_unsigned_to_nat(2u); +x_38 = lean_nat_dec_lt(x_36, x_37); +lean_dec(x_36); +if (x_38 == 0) { -lean_object* x_44; lean_object* x_45; -x_44 = lean_box(0); -x_45 = l_Lean_MVarId_existsIntro___lambda__1(x_40, x_16, x_12, x_3, x_1, x_2, x_44, x_4, x_5, x_6, x_7, x_39); -return x_45; +lean_object* x_39; lean_object* x_40; +x_39 = lean_box(0); +x_40 = l_Lean_MVarId_existsIntro___lambda__1(x_35, x_16, x_12, x_3, x_1, x_2, x_39, x_4, x_5, x_6, x_7, x_34); +return x_40; } else { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_40); +lean_object* x_41; lean_object* x_42; uint8_t x_43; +lean_dec(x_35); lean_dec(x_16); lean_dec(x_12); lean_dec(x_3); -x_46 = l_Lean_MVarId_existsIntro___lambda__2___closed__6; -x_47 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_46, x_4, x_5, x_6, x_7, x_39); +x_41 = l_Lean_MVarId_existsIntro___lambda__2___closed__6; +x_42 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_41, x_4, x_5, x_6, x_7, x_34); lean_dec(x_7); lean_dec(x_5); -x_48 = !lean_is_exclusive(x_47); -if (x_48 == 0) +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) { -return x_47; +return x_42; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_47, 0); -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_47); -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; +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_45); +lean_inc(x_44); +lean_dec(x_42); +x_46 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_38); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +lean_dec(x_33); lean_dec(x_16); lean_dec(x_12); lean_dec(x_3); -x_52 = lean_ctor_get(x_37, 1); -lean_inc(x_52); -lean_dec(x_37); -x_53 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_54 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_53, x_4, x_5, x_6, x_7, x_52); +x_47 = lean_ctor_get(x_32, 1); +lean_inc(x_47); +lean_dec(x_32); +x_48 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; +x_49 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_48, x_4, x_5, x_6, x_7, x_47); lean_dec(x_7); lean_dec(x_5); -return x_54; +return x_49; } } else { -uint8_t x_55; +uint8_t x_50; lean_dec(x_16); lean_dec(x_12); lean_dec(x_7); @@ -1127,88 +1138,88 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = !lean_is_exclusive(x_37); -if (x_55 == 0) +x_50 = !lean_is_exclusive(x_32); +if (x_50 == 0) { -return x_37; +return x_32; } 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_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; +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_32, 0); +x_52 = lean_ctor_get(x_32, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_32); +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; } } } else { -lean_object* x_59; lean_object* x_60; -lean_dec(x_35); -lean_dec(x_32); +lean_object* x_54; lean_object* x_55; +lean_dec(x_30); +lean_dec(x_27); lean_dec(x_16); lean_dec(x_12); lean_dec(x_3); -x_59 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_60 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_59, x_4, x_5, x_6, x_7, x_19); +x_54 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; +x_55 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_54, x_4, x_5, x_6, x_7, x_19); lean_dec(x_7); lean_dec(x_5); -return x_60; -} +return x_55; } } } else { -lean_object* x_61; lean_object* x_62; +lean_object* x_56; lean_object* x_57; lean_dec(x_25); lean_dec(x_16); lean_dec(x_12); lean_dec(x_3); -x_61 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_62 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_61, x_4, x_5, x_6, x_7, x_19); +x_56 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; +x_57 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_56, x_4, x_5, x_6, x_7, x_19); lean_dec(x_7); lean_dec(x_5); -return x_62; +return x_57; +} } } else { -lean_object* x_63; lean_object* x_64; +lean_object* x_66; lean_object* x_67; lean_dec(x_24); lean_dec(x_16); lean_dec(x_12); lean_dec(x_3); -x_63 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_64 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_63, x_4, x_5, x_6, x_7, x_19); +x_66 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; +x_67 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_66, x_4, x_5, x_6, x_7, x_19); lean_dec(x_7); lean_dec(x_5); -return x_64; +return x_67; } } } else { -lean_object* x_65; lean_object* x_66; +lean_object* x_68; lean_object* x_69; lean_dec(x_14); lean_dec(x_12); lean_dec(x_3); -x_65 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; -x_66 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_65, x_4, x_5, x_6, x_7, x_13); +x_68 = l_Lean_MVarId_existsIntro___lambda__2___closed__3; +x_69 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_68, x_4, x_5, x_6, x_7, x_13); lean_dec(x_7); lean_dec(x_5); -return x_66; +return x_69; } } else { -uint8_t x_67; +uint8_t x_70; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1216,29 +1227,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_67 = !lean_is_exclusive(x_11); -if (x_67 == 0) +x_70 = !lean_is_exclusive(x_11); +if (x_70 == 0) { return x_11; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_11, 0); -x_69 = lean_ctor_get(x_11, 1); -lean_inc(x_69); -lean_inc(x_68); +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_11, 0); +x_72 = lean_ctor_get(x_11, 1); +lean_inc(x_72); +lean_inc(x_71); lean_dec(x_11); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } else { -uint8_t x_71; +uint8_t x_74; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1246,23 +1257,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_71 = !lean_is_exclusive(x_9); -if (x_71 == 0) +x_74 = !lean_is_exclusive(x_9); +if (x_74 == 0) { return x_9; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_9, 0); -x_73 = lean_ctor_get(x_9, 1); -lean_inc(x_73); -lean_inc(x_72); +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_9, 0); +x_76 = lean_ctor_get(x_9, 1); +lean_inc(x_76); +lean_inc(x_75); lean_dec(x_9); -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; +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; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Contradiction.c b/stage0/stdlib/Lean/Meta/Tactic/Contradiction.c index f19145b5bb9e..1f60a7164a2c 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Contradiction.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Contradiction.c @@ -13,10 +13,10 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Contradiction_Config_searchFuel___default; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l_Lean_Meta_FVarSubst_apply(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__8; LEAN_EXPORT uint8_t l_Lean_Meta_Contradiction_Config_emptyType___default; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___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_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_nestedFalseElim___lambda__1___closed__1; @@ -28,8 +28,10 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_commitWhen___at___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9; static lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_nestedFalseElim___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___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_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__5; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq___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_ElimEmptyInductive_elim___lambda__3___closed__1; @@ -39,9 +41,8 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_contradictionCore___lambda__2(lean_object static lean_object* l_Lean_Meta_ElimEmptyInductive_instMonadBacktrackSavedStateM___closed__3; lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_contradictionCore___spec__2___lambda__1___boxed(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_Contradiction___hyg_5021____closed__14; lean_object* l_Lean_MVarId_checkNotAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__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*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___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* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___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_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -50,6 +51,7 @@ lean_object* l_Lean_Meta_forallMetaTelescope(lean_object*, uint8_t, lean_object* static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___closed__2; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_mkGenDiseqMask___boxed(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); lean_object* l_Lean_PersistentArray_push___rarg(lean_object*, lean_object*); @@ -60,7 +62,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__4(lean_ob static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___closed__3; lean_object* lean_mk_array(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_contradictionCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___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_Contradiction_0__Lean_Meta_mkGenDiseqMask_go___boxed(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); @@ -70,16 +71,17 @@ lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_commitWhen___at_Lean_Meta_ElimEmptyInductive_elim___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_environment_find(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_contradiction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__5; uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq___closed__5; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020_(lean_object*); +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___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_Exception_toMessageData(lean_object*); static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___closed__2; @@ -87,6 +89,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInduct LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___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_Meta_ElimEmptyInductive_elim___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__7; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_contradiction(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__4___closed__1; @@ -94,12 +97,11 @@ lean_object* l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(lean_object* lean_object* l_panic___at_Lean_Meta_ACLt_main_lexSameCtor___spec__1(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_object* l_ReaderT_instApplicativeReaderT___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__4; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Meta_ElimEmptyInductive_instMonadBacktrackSavedStateM___closed__1; static lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_nestedFalseElim___closed__1; lean_object* l_Lean_Meta_findLocalDeclWithType_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__15; lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_mkGenDiseqMask_go(lean_object*, lean_object*); @@ -117,14 +119,12 @@ LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Meta_ElimEmptyInductive_elim__ LEAN_EXPORT lean_object* l_Lean_MVarId_contradictionCore___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkHEqRefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_withContext___at_Lean_Meta_ElimEmptyInductive_elim___spec__4(lean_object*); lean_object* l_Lean_MVarId_exfalso(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_contradictionCore___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_ElimEmptyInductive_elim___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__2___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__11; static lean_object* l_Lean_Meta_ElimEmptyInductive_instMonadBacktrackSavedStateM___closed__4; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_contradictionCore___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -142,9 +142,11 @@ lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta 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_Expr_hasLooseBVars(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__14; extern lean_object* l_Lean_levelZero; LEAN_EXPORT uint8_t l_Lean_Meta_Contradiction_Config_genDiseq___default; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___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*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__4; lean_object* l_Lean_Meta_whnfD(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_ElimEmptyInductive_elim___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___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*, lean_object*); @@ -160,11 +162,9 @@ lean_object* l_Lean_Meta_saveState___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___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_ReaderT_bind___at_Lean_Meta_ElimEmptyInductive_elim___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive(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_Contradiction___hyg_5021____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___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_isTracingEnabledFor___at_Lean_Meta_ElimEmptyInductive_elim___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__12; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_isGenDiseq(lean_object*); @@ -172,9 +172,9 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq___spec__1___lambda__1___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__9; static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___closed__1; lean_object* l_Lean_Meta_matchNe_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__9; lean_object* l_Lean_Meta_mkFalseElim(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_contradictionCore___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_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -200,7 +200,7 @@ lean_object* l_instMonadControlT__1___rarg(lean_object*); lean_object* l_Lean_hasAssignableMVar___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkAppMFinal___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq___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_Meta_Tactic_Contradiction_0__Lean_Meta_isElimEmptyInductiveCandidate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__6; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_ElimEmptyInductive_elim___spec__1___closed__1; @@ -208,9 +208,10 @@ lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqRefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_ElimEmptyInductive_elim___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isHEq(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__8; static lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__1; lean_object* l_Lean_Meta_matchConstructorApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); @@ -228,6 +229,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore_ lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ElimEmptyInductive_instMonadBacktrackSavedStateM___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__12; lean_object* l_Lean_Meta_Cases_cases(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Core_instMonadCoreM; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -247,14 +249,15 @@ lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___closed__7; LEAN_EXPORT lean_object* l_Lean_MVarId_contradictionCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__11; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq___spec__1(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_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__13; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_ElimEmptyInductive_elim___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_addTrace___at_Lean_Meta_ElimEmptyInductive_elim___spec__6___closed__1; lean_object* lean_array_get_size(lean_object*); lean_object* l_Lean_LocalDecl_toExpr(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(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_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___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_object*, lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq___lambda__1(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); @@ -266,9 +269,8 @@ static lean_object* l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__5___boxed__const__1; uint8_t l_Lean_Expr_isFVar(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__15; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__13; lean_object* l_Nat_repr(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021_(lean_object*); lean_object* l_Lean_Meta_matchEq_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_mkGenDiseqMask(lean_object*); lean_object* l_Lean_Meta_matchHEq_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -5494,11 +5496,47 @@ return x_56; } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___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_object* x_11, lean_object* x_12) { _start: { -uint8_t x_13; -x_13 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +uint8_t x_13; uint8_t x_38; +x_38 = lean_ctor_get_uint8(x_3, sizeof(void*)*1 + 1); +if (x_38 == 0) +{ +uint8_t x_39; +x_39 = 0; +x_13 = x_39; +goto block_37; +} +else +{ +if (x_5 == 0) +{ +if (x_6 == 0) +{ +uint8_t x_40; +x_40 = 1; +x_13 = x_40; +goto block_37; +} +else +{ +uint8_t x_41; +x_41 = 0; +x_13 = x_41; +goto block_37; +} +} +else +{ +uint8_t x_42; +x_42 = 0; +x_13 = x_42; +goto block_37; +} +} +block_37: +{ if (x_13 == 0) { lean_object* x_14; lean_object* x_15; @@ -5506,10 +5544,10 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_1); +lean_dec(x_4); +lean_dec(x_3); x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_2); +lean_ctor_set(x_14, 0, x_1); x_15 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_12); @@ -5517,16 +5555,12 @@ return x_15; } else { -if (x_3 == 0) -{ -if (x_4 == 0) -{ lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = l_Lean_LocalDecl_fvarId(x_5); -x_17 = lean_ctor_get(x_1, 0); +x_16 = l_Lean_LocalDecl_fvarId(x_2); +x_17 = lean_ctor_get(x_3, 0); lean_inc(x_17); -lean_dec(x_1); -x_18 = l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive(x_6, x_16, x_17, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_3); +x_18 = l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_elimEmptyInductive(x_4, x_16, x_17, x_8, x_9, x_10, x_11, x_12); if (lean_obj_tag(x_18) == 0) { lean_object* x_19; uint8_t x_20; @@ -5544,7 +5578,7 @@ lean_object* x_22; lean_object* x_23; x_22 = lean_ctor_get(x_18, 0); lean_dec(x_22); x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_2); +lean_ctor_set(x_23, 0, x_1); lean_ctor_set(x_18, 0, x_23); return x_18; } @@ -5555,7 +5589,7 @@ x_24 = lean_ctor_get(x_18, 1); lean_inc(x_24); lean_dec(x_18); x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_2); +lean_ctor_set(x_25, 0, x_1); x_26 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_24); @@ -5565,7 +5599,7 @@ return x_26; else { uint8_t x_27; -lean_dec(x_2); +lean_dec(x_1); x_27 = !lean_is_exclusive(x_18); if (x_27 == 0) { @@ -5593,7 +5627,7 @@ return x_32; else { uint8_t x_33; -lean_dec(x_2); +lean_dec(x_1); x_33 = !lean_is_exclusive(x_18); if (x_33 == 0) { @@ -5614,55 +5648,22 @@ return x_36; } } } -else -{ -lean_object* x_37; lean_object* x_38; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_1); -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_2); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_12); -return x_38; -} -} -else -{ -lean_object* x_39; lean_object* x_40; -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_1); -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_2); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_12); -return x_40; -} } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(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_object* x_11, lean_object* x_12, lean_object* x_13) { _start: { uint8_t x_14; lean_dec(x_8); -x_14 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 2); +x_14 = lean_ctor_get_uint8(x_3, sizeof(void*)*1 + 2); if (x_14 == 0) { lean_object* x_15; lean_object* x_16; lean_dec(x_7); x_15 = lean_box(0); x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_15, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_5); +lean_dec(x_2); return x_16; } else @@ -5675,7 +5676,7 @@ if (x_17 == 0) lean_object* x_18; lean_object* x_19; x_18 = lean_box(0); x_19 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_18, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_5); +lean_dec(x_2); return x_19; } else @@ -5685,9 +5686,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_5); -lean_inc(x_6); -x_20 = l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq(x_6, x_5, x_9, x_10, x_11, x_12, x_13); +lean_inc(x_2); +lean_inc(x_4); +x_20 = l___private_Lean_Meta_Tactic_Contradiction_0__Lean_Meta_processGenDiseq(x_4, x_2, x_9, x_10, x_11, x_12, x_13); if (lean_obj_tag(x_20) == 0) { lean_object* x_21; uint8_t x_22; @@ -5703,7 +5704,7 @@ lean_inc(x_23); lean_dec(x_20); x_24 = lean_box(0); x_25 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_24, x_9, x_10, x_11, x_12, x_23); -lean_dec(x_5); +lean_dec(x_2); return x_25; } else @@ -5713,8 +5714,8 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -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_20); @@ -5748,8 +5749,8 @@ lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -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_32 = !lean_is_exclusive(x_20); @@ -5804,32 +5805,43 @@ return x_3; static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4() { _start: { +lean_object* x_1; lean_object* x_2; +x_1 = lean_box(0); +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_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__5() { +_start: +{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("of_decide_eq_false", 18); return x_1; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__5() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_2 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__6() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__5; +x_2 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__6; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7() { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8() { _start: { lean_object* x_1; lean_object* x_2; @@ -5838,465 +5850,535 @@ x_2 = l_Lean_Expr_sort___override(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9() { _start: { -uint8_t x_14; +uint8_t x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = 1; +x_2 = lean_box(0); +x_3 = lean_box(x_1); +x_4 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, uint8_t x_5, lean_object* x_6, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12, lean_object* x_13) { +_start: +{ +uint8_t x_14; uint8_t x_146; lean_dec(x_8); -x_14 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +x_146 = lean_ctor_get_uint8(x_3, sizeof(void*)*1); +if (x_146 == 0) +{ +uint8_t x_147; +x_147 = 0; +x_14 = x_147; +goto block_145; +} +else +{ +uint8_t x_148; +x_148 = l_Lean_Expr_hasFVar(x_6); +if (x_148 == 0) +{ +uint8_t x_149; +x_149 = 1; +x_14 = x_149; +goto block_145; +} +else +{ +uint8_t x_150; +x_150 = 0; +x_14 = x_150; +goto block_145; +} +} +block_145: +{ if (x_14 == 0) { lean_object* x_15; lean_object* x_16; x_15 = lean_box(0); -x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_15, x_9, x_10, x_11, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_15, x_9, x_10, x_11, x_12, x_13); return x_16; } else { -uint8_t x_17; -x_17 = l_Lean_Expr_hasFVar(x_6); -if (x_17 == 0) -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_140; lean_inc(x_6); -x_18 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_6, x_9, x_10, x_11, x_12, x_13); -x_19 = lean_ctor_get(x_18, 0); +x_17 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_6, x_9, x_10, x_11, x_12, x_13); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); +x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); -x_20 = lean_ctor_get(x_18, 1); -lean_inc(x_20); +if (lean_is_exclusive(x_17)) { + lean_ctor_release(x_17, 0); + lean_ctor_release(x_17, 1); + x_20 = x_17; +} else { + lean_dec_ref(x_17); + x_20 = lean_box(0); +} +x_140 = l_Lean_Expr_hasMVar(x_18); +if (x_140 == 0) +{ +uint8_t x_141; +x_141 = l_Lean_Expr_hasFVar(x_18); lean_dec(x_18); -x_21 = l_Lean_Expr_hasMVar(x_19); +if (x_141 == 0) +{ +uint8_t x_142; +x_142 = 1; +x_21 = x_142; +goto block_139; +} +else +{ +uint8_t x_143; +x_143 = 0; +x_21 = x_143; +goto block_139; +} +} +else +{ +uint8_t x_144; +lean_dec(x_18); +x_144 = 0; +x_21 = x_144; +goto block_139; +} +block_139: +{ if (x_21 == 0) { -uint8_t x_22; -x_22 = l_Lean_Expr_hasFVar(x_19); -lean_dec(x_19); -if (x_22 == 0) +lean_object* x_22; lean_object* x_23; +lean_dec(x_20); +x_22 = lean_box(0); +x_23 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_22, x_9, x_10, x_11, x_12, x_19); +return x_23; +} +else { -lean_object* x_23; +lean_object* x_24; lean_object* x_25; lean_object* x_35; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_6); -x_23 = l_Lean_Meta_mkDecide(x_6, x_9, x_10, x_11, x_12, x_20); -if (lean_obj_tag(x_23) == 0) +x_35 = l_Lean_Meta_mkDecide(x_6, x_9, x_10, x_11, x_12, x_19); +if (lean_obj_tag(x_35) == 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_31; uint8_t x_32; -x_24 = lean_ctor_get(x_9, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 0); -lean_inc(x_25); -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_dec(x_23); -x_27 = lean_ctor_get(x_9, 1); -lean_inc(x_27); -x_28 = lean_ctor_get(x_9, 2); -lean_inc(x_28); -x_29 = lean_ctor_get(x_9, 3); -lean_inc(x_29); -x_30 = lean_ctor_get(x_9, 4); -lean_inc(x_30); -x_31 = lean_ctor_get(x_9, 5); -lean_inc(x_31); -x_32 = !lean_is_exclusive(x_24); -if (x_32 == 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; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_36 = lean_ctor_get(x_9, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_dec(x_35); +x_39 = lean_ctor_get(x_9, 1); +lean_inc(x_39); +x_40 = lean_ctor_get(x_9, 2); +lean_inc(x_40); +x_41 = lean_ctor_get(x_9, 3); +lean_inc(x_41); +x_42 = lean_ctor_get(x_9, 4); +lean_inc(x_42); +x_43 = lean_ctor_get(x_9, 5); +lean_inc(x_43); +x_44 = !lean_is_exclusive(x_36); +if (x_44 == 0) { -uint8_t x_33; lean_object* x_34; lean_object* x_35; -x_33 = 1; -lean_ctor_set_uint8(x_24, 5, x_33); -x_34 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_34, 0, x_24); -lean_ctor_set(x_34, 1, x_27); -lean_ctor_set(x_34, 2, x_28); -lean_ctor_set(x_34, 3, x_29); -lean_ctor_set(x_34, 4, x_30); -lean_ctor_set(x_34, 5, x_31); +uint8_t x_45; lean_object* x_46; lean_object* x_47; +x_45 = 1; +lean_ctor_set_uint8(x_36, 5, x_45); +x_46 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_46, 0, x_36); +lean_ctor_set(x_46, 1, x_39); +lean_ctor_set(x_46, 2, x_40); +lean_ctor_set(x_46, 3, x_41); +lean_ctor_set(x_46, 4, x_42); +lean_ctor_set(x_46, 5, x_43); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_25); -x_35 = lean_whnf(x_25, x_34, x_10, x_11, x_12, x_26); -if (lean_obj_tag(x_35) == 0) -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__3; -x_39 = l_Lean_Expr_isConstOf(x_36, x_38); -lean_dec(x_36); -if (x_39 == 0) +x_47 = lean_whnf(x_37, x_46, x_10, x_11, x_12, x_38); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_40; lean_object* x_41; -lean_dec(x_25); -x_40 = lean_box(0); -x_41 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_40, x_9, x_10, x_11, x_12, x_37); -return x_41; +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__3; +x_51 = l_Lean_Expr_isConstOf(x_48, x_50); +lean_dec(x_48); +if (x_51 == 0) +{ +lean_object* x_52; +lean_dec(x_37); +x_52 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_52; +x_25 = x_49; +goto block_34; } else { -lean_object* x_42; +lean_object* x_53; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_25); -x_42 = l_Lean_Meta_mkEqRefl(x_25, x_9, x_10, x_11, x_12, x_37); -if (lean_obj_tag(x_42) == 0) -{ -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_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_unsigned_to_nat(0u); -x_46 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_25, x_45); -x_47 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7; -lean_inc(x_46); -x_48 = lean_mk_array(x_46, x_47); -x_49 = lean_unsigned_to_nat(1u); -x_50 = lean_nat_sub(x_46, x_49); -lean_dec(x_46); -x_51 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_25, x_48, x_50); -x_52 = lean_array_push(x_51, x_43); -x_53 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__6; -x_54 = l_Lean_mkAppN(x_53, x_52); -lean_inc(x_5); -x_55 = l_Lean_MVarId_getType(x_5, x_9, x_10, x_11, x_12, x_44); -if (lean_obj_tag(x_55) == 0) +lean_inc(x_37); +x_53 = l_Lean_Meta_mkEqRefl(x_37, x_9, x_10, x_11, x_12, x_49); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); +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; +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_unsigned_to_nat(0u); +x_57 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_37, x_56); +x_58 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8; lean_inc(x_57); -lean_dec(x_55); -x_58 = l_Lean_LocalDecl_toExpr(x_4); +x_59 = lean_mk_array(x_57, x_58); +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_sub(x_57, x_60); +lean_dec(x_57); +x_62 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_37, x_59, x_61); +x_63 = lean_array_push(x_62, x_54); +x_64 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7; +x_65 = l_Lean_mkAppN(x_64, x_63); +lean_inc(x_4); +x_66 = l_Lean_MVarId_getType(x_4, x_9, x_10, x_11, x_12, x_55); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_Lean_LocalDecl_toExpr(x_2); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_59 = l_Lean_Meta_mkAbsurd(x_56, x_58, x_54, x_9, x_10, x_11, x_12, x_57); -if (lean_obj_tag(x_59) == 0) -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_60, x_9, x_10, x_11, x_12, x_61); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_63 = !lean_is_exclusive(x_62); -if (x_63 == 0) -{ -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_62, 0); -lean_dec(x_64); -x_65 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; -lean_ctor_set(x_62, 0, x_65); -return x_62; -} -else +x_70 = l_Lean_Meta_mkAbsurd(x_67, x_69, x_65, x_9, x_10, x_11, x_12, x_68); +if (lean_obj_tag(x_70) == 0) { -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 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; -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; -} +lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); +lean_inc(x_4); +x_73 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_71, x_9, x_10, x_11, x_12, x_72); +x_74 = lean_ctor_get(x_73, 1); +lean_inc(x_74); +lean_dec(x_73); +x_75 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9; +x_24 = x_75; +x_25 = x_74; +goto block_34; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_59, 1); -lean_inc(x_69); -lean_dec(x_59); -x_70 = lean_box(0); -x_71 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_70, x_9, x_10, x_11, x_12, x_69); -return x_71; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_70, 1); +lean_inc(x_76); +lean_dec(x_70); +x_77 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_77; +x_25 = x_76; +goto block_34; } } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_54); -x_72 = lean_ctor_get(x_55, 1); -lean_inc(x_72); -lean_dec(x_55); -x_73 = lean_box(0); -x_74 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_73, x_9, x_10, x_11, x_12, x_72); -return x_74; +lean_object* x_78; lean_object* x_79; +lean_dec(x_65); +x_78 = lean_ctor_get(x_66, 1); +lean_inc(x_78); +lean_dec(x_66); +x_79 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_79; +x_25 = x_78; +goto block_34; } } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -lean_dec(x_25); -x_75 = lean_ctor_get(x_42, 1); -lean_inc(x_75); -lean_dec(x_42); -x_76 = lean_box(0); -x_77 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_76, x_9, x_10, x_11, x_12, x_75); -return x_77; -} -} +lean_object* x_80; lean_object* x_81; +lean_dec(x_37); +x_80 = lean_ctor_get(x_53, 1); +lean_inc(x_80); +lean_dec(x_53); +x_81 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_81; +x_25 = x_80; +goto block_34; } -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; -lean_dec(x_25); -x_78 = lean_ctor_get(x_35, 1); -lean_inc(x_78); -lean_dec(x_35); -x_79 = lean_box(0); -x_80 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_79, x_9, x_10, x_11, x_12, x_78); -return x_80; } } else { -uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; uint8_t x_92; uint8_t x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_81 = lean_ctor_get_uint8(x_24, 0); -x_82 = lean_ctor_get_uint8(x_24, 1); -x_83 = lean_ctor_get_uint8(x_24, 2); -x_84 = lean_ctor_get_uint8(x_24, 3); -x_85 = lean_ctor_get_uint8(x_24, 4); -x_86 = lean_ctor_get_uint8(x_24, 6); -x_87 = lean_ctor_get_uint8(x_24, 7); -x_88 = lean_ctor_get_uint8(x_24, 8); -x_89 = lean_ctor_get_uint8(x_24, 9); -x_90 = lean_ctor_get_uint8(x_24, 10); -x_91 = lean_ctor_get_uint8(x_24, 11); -x_92 = lean_ctor_get_uint8(x_24, 12); -lean_dec(x_24); -x_93 = 1; -x_94 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_94, 0, x_81); -lean_ctor_set_uint8(x_94, 1, x_82); -lean_ctor_set_uint8(x_94, 2, x_83); -lean_ctor_set_uint8(x_94, 3, x_84); -lean_ctor_set_uint8(x_94, 4, x_85); -lean_ctor_set_uint8(x_94, 5, x_93); -lean_ctor_set_uint8(x_94, 6, x_86); -lean_ctor_set_uint8(x_94, 7, x_87); -lean_ctor_set_uint8(x_94, 8, x_88); -lean_ctor_set_uint8(x_94, 9, x_89); -lean_ctor_set_uint8(x_94, 10, x_90); -lean_ctor_set_uint8(x_94, 11, x_91); -lean_ctor_set_uint8(x_94, 12, x_92); -x_95 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_27); -lean_ctor_set(x_95, 2, x_28); -lean_ctor_set(x_95, 3, x_29); -lean_ctor_set(x_95, 4, x_30); -lean_ctor_set(x_95, 5, x_31); +lean_object* x_82; lean_object* x_83; +lean_dec(x_37); +x_82 = lean_ctor_get(x_47, 1); +lean_inc(x_82); +lean_dec(x_47); +x_83 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_83; +x_25 = x_82; +goto block_34; +} +} +else +{ +uint8_t x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; uint8_t x_92; uint8_t x_93; uint8_t x_94; uint8_t x_95; uint8_t x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_84 = lean_ctor_get_uint8(x_36, 0); +x_85 = lean_ctor_get_uint8(x_36, 1); +x_86 = lean_ctor_get_uint8(x_36, 2); +x_87 = lean_ctor_get_uint8(x_36, 3); +x_88 = lean_ctor_get_uint8(x_36, 4); +x_89 = lean_ctor_get_uint8(x_36, 6); +x_90 = lean_ctor_get_uint8(x_36, 7); +x_91 = lean_ctor_get_uint8(x_36, 8); +x_92 = lean_ctor_get_uint8(x_36, 9); +x_93 = lean_ctor_get_uint8(x_36, 10); +x_94 = lean_ctor_get_uint8(x_36, 11); +x_95 = lean_ctor_get_uint8(x_36, 12); +lean_dec(x_36); +x_96 = 1; +x_97 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_97, 0, x_84); +lean_ctor_set_uint8(x_97, 1, x_85); +lean_ctor_set_uint8(x_97, 2, x_86); +lean_ctor_set_uint8(x_97, 3, x_87); +lean_ctor_set_uint8(x_97, 4, x_88); +lean_ctor_set_uint8(x_97, 5, x_96); +lean_ctor_set_uint8(x_97, 6, x_89); +lean_ctor_set_uint8(x_97, 7, x_90); +lean_ctor_set_uint8(x_97, 8, x_91); +lean_ctor_set_uint8(x_97, 9, x_92); +lean_ctor_set_uint8(x_97, 10, x_93); +lean_ctor_set_uint8(x_97, 11, x_94); +lean_ctor_set_uint8(x_97, 12, x_95); +x_98 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_98, 0, x_97); +lean_ctor_set(x_98, 1, x_39); +lean_ctor_set(x_98, 2, x_40); +lean_ctor_set(x_98, 3, x_41); +lean_ctor_set(x_98, 4, x_42); +lean_ctor_set(x_98, 5, x_43); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_25); -x_96 = lean_whnf(x_25, x_95, x_10, x_11, x_12, x_26); -if (lean_obj_tag(x_96) == 0) +lean_inc(x_37); +x_99 = lean_whnf(x_37, x_98, x_10, x_11, x_12, x_38); +if (lean_obj_tag(x_99) == 0) { -lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); -x_99 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__3; -x_100 = l_Lean_Expr_isConstOf(x_97, x_99); -lean_dec(x_97); -if (x_100 == 0) +lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; +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); +x_102 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__3; +x_103 = l_Lean_Expr_isConstOf(x_100, x_102); +lean_dec(x_100); +if (x_103 == 0) { -lean_object* x_101; lean_object* x_102; -lean_dec(x_25); -x_101 = lean_box(0); -x_102 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_101, x_9, x_10, x_11, x_12, x_98); -return x_102; +lean_object* x_104; +lean_dec(x_37); +x_104 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_104; +x_25 = x_101; +goto block_34; } else { -lean_object* x_103; +lean_object* x_105; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -lean_inc(x_25); -x_103 = l_Lean_Meta_mkEqRefl(x_25, x_9, x_10, x_11, x_12, x_98); -if (lean_obj_tag(x_103) == 0) +lean_inc(x_37); +x_105 = l_Lean_Meta_mkEqRefl(x_37, x_9, x_10, x_11, x_12, x_101); +if (lean_obj_tag(x_105) == 0) { -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; -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -lean_dec(x_103); -x_106 = lean_unsigned_to_nat(0u); -x_107 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_25, x_106); -x_108 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7; +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; +x_106 = lean_ctor_get(x_105, 0); +lean_inc(x_106); +x_107 = lean_ctor_get(x_105, 1); lean_inc(x_107); -x_109 = lean_mk_array(x_107, x_108); -x_110 = lean_unsigned_to_nat(1u); -x_111 = lean_nat_sub(x_107, x_110); -lean_dec(x_107); -x_112 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_25, x_109, x_111); -x_113 = lean_array_push(x_112, x_104); -x_114 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__6; -x_115 = l_Lean_mkAppN(x_114, x_113); -lean_inc(x_5); -x_116 = l_Lean_MVarId_getType(x_5, x_9, x_10, x_11, x_12, x_105); -if (lean_obj_tag(x_116) == 0) +lean_dec(x_105); +x_108 = lean_unsigned_to_nat(0u); +x_109 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_37, x_108); +x_110 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8; +lean_inc(x_109); +x_111 = lean_mk_array(x_109, x_110); +x_112 = lean_unsigned_to_nat(1u); +x_113 = lean_nat_sub(x_109, x_112); +lean_dec(x_109); +x_114 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_37, x_111, x_113); +x_115 = lean_array_push(x_114, x_106); +x_116 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7; +x_117 = l_Lean_mkAppN(x_116, x_115); +lean_inc(x_4); +x_118 = l_Lean_MVarId_getType(x_4, x_9, x_10, x_11, x_12, x_107); +if (lean_obj_tag(x_118) == 0) { -lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_116, 1); -lean_inc(x_118); -lean_dec(x_116); -x_119 = l_Lean_LocalDecl_toExpr(x_4); +lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +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); +x_121 = l_Lean_LocalDecl_toExpr(x_2); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); -x_120 = l_Lean_Meta_mkAbsurd(x_117, x_119, x_115, x_9, x_10, x_11, x_12, x_118); -if (lean_obj_tag(x_120) == 0) +x_122 = l_Lean_Meta_mkAbsurd(x_119, x_121, x_117, x_9, x_10, x_11, x_12, x_120); +if (lean_obj_tag(x_122) == 0) { -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_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -x_123 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_121, x_9, x_10, x_11, x_12, x_122); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_124 = lean_ctor_get(x_123, 1); +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_123 = lean_ctor_get(x_122, 0); +lean_inc(x_123); +x_124 = lean_ctor_get(x_122, 1); lean_inc(x_124); -if (lean_is_exclusive(x_123)) { - lean_ctor_release(x_123, 0); - lean_ctor_release(x_123, 1); - x_125 = x_123; -} else { - lean_dec_ref(x_123); - x_125 = lean_box(0); -} -x_126 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; -if (lean_is_scalar(x_125)) { - x_127 = lean_alloc_ctor(0, 2, 0); -} else { - x_127 = x_125; -} -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_124); -return x_127; +lean_dec(x_122); +lean_inc(x_4); +x_125 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_123, x_9, x_10, x_11, x_12, x_124); +x_126 = lean_ctor_get(x_125, 1); +lean_inc(x_126); +lean_dec(x_125); +x_127 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9; +x_24 = x_127; +x_25 = x_126; +goto block_34; } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_128 = lean_ctor_get(x_120, 1); +lean_object* x_128; lean_object* x_129; +x_128 = lean_ctor_get(x_122, 1); lean_inc(x_128); -lean_dec(x_120); -x_129 = lean_box(0); -x_130 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_129, x_9, x_10, x_11, x_12, x_128); -return x_130; +lean_dec(x_122); +x_129 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_129; +x_25 = x_128; +goto block_34; } } else { -lean_object* x_131; lean_object* x_132; lean_object* x_133; -lean_dec(x_115); -x_131 = lean_ctor_get(x_116, 1); -lean_inc(x_131); -lean_dec(x_116); -x_132 = lean_box(0); -x_133 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_132, x_9, x_10, x_11, x_12, x_131); -return x_133; +lean_object* x_130; lean_object* x_131; +lean_dec(x_117); +x_130 = lean_ctor_get(x_118, 1); +lean_inc(x_130); +lean_dec(x_118); +x_131 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_131; +x_25 = x_130; +goto block_34; } } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -lean_dec(x_25); -x_134 = lean_ctor_get(x_103, 1); -lean_inc(x_134); -lean_dec(x_103); -x_135 = lean_box(0); -x_136 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_135, x_9, x_10, x_11, x_12, x_134); -return x_136; +lean_object* x_132; lean_object* x_133; +lean_dec(x_37); +x_132 = lean_ctor_get(x_105, 1); +lean_inc(x_132); +lean_dec(x_105); +x_133 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_133; +x_25 = x_132; +goto block_34; } } } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; -lean_dec(x_25); -x_137 = lean_ctor_get(x_96, 1); -lean_inc(x_137); -lean_dec(x_96); -x_138 = lean_box(0); -x_139 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_138, x_9, x_10, x_11, x_12, x_137); -return x_139; +lean_object* x_134; lean_object* x_135; +lean_dec(x_37); +x_134 = lean_ctor_get(x_99, 1); +lean_inc(x_134); +lean_dec(x_99); +x_135 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__4; +x_24 = x_135; +x_25 = x_134; +goto block_34; } } } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_23, 1); -lean_inc(x_140); -lean_dec(x_23); -x_141 = lean_box(0); -x_142 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_141, x_9, x_10, x_11, x_12, x_140); -return x_142; +lean_object* x_136; lean_object* x_137; lean_object* x_138; +lean_dec(x_20); +x_136 = lean_ctor_get(x_35, 1); +lean_inc(x_136); +lean_dec(x_35); +x_137 = lean_box(0); +x_138 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_137, x_9, x_10, x_11, x_12, x_136); +return x_138; } +block_34: +{ +if (lean_obj_tag(x_24) == 0) +{ +lean_object* x_26; lean_object* x_27; +lean_dec(x_20); +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +lean_dec(x_24); +x_27 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_26, x_9, x_10, x_11, x_12, x_25); +return x_27; +} +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; +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_28 = lean_ctor_get(x_24, 0); +lean_inc(x_28); +lean_dec(x_24); +x_29 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_29, 0, x_28); +x_30 = lean_box(0); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_29); +lean_ctor_set(x_31, 1, x_30); +x_32 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_32, 0, x_31); +if (lean_is_scalar(x_20)) { + x_33 = lean_alloc_ctor(0, 2, 0); +} else { + x_33 = x_20; } -else -{ -lean_object* x_143; lean_object* x_144; -x_143 = lean_box(0); -x_144 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_143, x_9, x_10, x_11, x_12, x_20); -return x_144; +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_25); +return x_33; } } -else -{ -lean_object* x_145; lean_object* x_146; -lean_dec(x_19); -x_145 = lean_box(0); -x_146 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_145, x_9, x_10, x_11, x_12, x_20); -return x_146; } } -else -{ -lean_object* x_147; lean_object* x_148; -x_147 = lean_box(0); -x_148 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_7, x_4, x_5, x_6, x_147, x_9, x_10, x_11, x_12, x_13); -return x_148; } } } @@ -6325,7 +6407,7 @@ lean_inc(x_15); lean_dec(x_13); x_16 = 0; x_17 = lean_box(0); -x_18 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_6, x_4, x_5, x_1, x_16, x_17, x_8, x_9, x_10, x_11, x_15); +x_18 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_4, x_5, x_6, x_1, x_16, x_17, x_8, x_9, x_10, x_11, x_15); return x_18; } else @@ -6373,7 +6455,7 @@ lean_inc(x_29); lean_dec(x_27); x_30 = 1; x_31 = lean_box(0); -x_32 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_6, x_4, x_5, x_1, x_30, x_31, x_8, x_9, x_10, x_11, x_29); +x_32 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_4, x_5, x_6, x_1, x_30, x_31, x_8, x_9, x_10, x_11, x_29); return x_32; } else @@ -6406,224 +6488,250 @@ lean_inc(x_37); lean_dec(x_35); x_38 = 1; x_39 = lean_box(0); -x_40 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_6, x_4, x_5, x_1, x_38, x_39, x_8, x_9, x_10, x_11, x_37); +x_40 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_4, x_5, x_6, x_1, x_38, x_39, x_8, x_9, x_10, x_11, x_37); return x_40; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; 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); -x_43 = lean_ctor_get(x_34, 0); -lean_inc(x_43); +x_89 = lean_ctor_get(x_34, 0); +lean_inc(x_89); lean_dec(x_34); -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -lean_dec(x_43); -x_45 = lean_ctor_get(x_42, 0); -lean_inc(x_45); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +lean_dec(x_89); +x_91 = lean_ctor_get(x_42, 0); +lean_inc(x_91); lean_dec(x_42); -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -lean_dec(x_45); -x_47 = lean_name_eq(x_44, x_46); -lean_dec(x_46); -lean_dec(x_44); -if (x_47 == 0) +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +lean_dec(x_91); +x_93 = lean_name_eq(x_90, x_92); +lean_dec(x_92); +lean_dec(x_90); +if (x_93 == 0) +{ +uint8_t x_94; +x_94 = 1; +x_43 = x_94; +goto block_88; +} +else +{ +uint8_t x_95; +x_95 = 0; +x_43 = x_95; +goto block_88; +} +block_88: +{ +if (x_43 == 0) +{ +uint8_t x_44; lean_object* x_45; lean_object* x_46; +lean_dec(x_25); +lean_dec(x_23); +x_44 = 1; +x_45 = lean_box(0); +x_46 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_4, x_5, x_6, x_1, x_44, x_45, x_8, x_9, x_10, x_11, x_41); +return x_46; +} +else { -lean_object* x_48; +lean_object* x_47; lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_48 = l_Lean_Meta_isExprDefEq(x_23, x_25, x_8, x_9, x_10, x_11, x_41); -if (lean_obj_tag(x_48) == 0) -{ -lean_object* x_49; uint8_t x_50; -x_49 = lean_ctor_get(x_48, 0); -lean_inc(x_49); -x_50 = lean_unbox(x_49); -lean_dec(x_49); -if (x_50 == 0) +x_47 = l_Lean_Meta_isExprDefEq(x_23, x_25, x_8, x_9, x_10, x_11, x_41); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_unbox(x_48); lean_dec(x_48); -x_52 = 1; -x_53 = lean_box(0); -x_54 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_6, x_4, x_5, x_1, x_52, x_53, x_8, x_9, x_10, x_11, x_51); -return x_54; +if (x_49 == 0) +{ +lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_47, 1); +lean_inc(x_50); +lean_dec(x_47); +x_51 = 1; +x_52 = lean_box(0); +x_53 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_4, x_5, x_6, x_1, x_51, x_52, x_8, x_9, x_10, x_11, x_50); +return x_53; } else { -lean_object* x_55; lean_object* x_56; -lean_dec(x_3); +lean_object* x_54; lean_object* x_55; +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_55 = lean_ctor_get(x_48, 1); -lean_inc(x_55); -lean_dec(x_48); +x_54 = lean_ctor_get(x_47, 1); +lean_inc(x_54); +lean_dec(x_47); lean_inc(x_5); -x_56 = l_Lean_MVarId_getType(x_5, x_8, x_9, x_10, x_11, x_55); -if (lean_obj_tag(x_56) == 0) +x_55 = l_Lean_MVarId_getType(x_5, x_8, x_9, x_10, x_11, x_54); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_57 = lean_ctor_get(x_56, 0); +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); lean_inc(x_57); -x_58 = lean_ctor_get(x_56, 1); -lean_inc(x_58); -lean_dec(x_56); -x_59 = l_Lean_LocalDecl_toExpr(x_4); -lean_dec(x_4); +lean_dec(x_55); +x_58 = l_Lean_LocalDecl_toExpr(x_3); +lean_dec(x_3); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_60 = l_Lean_Meta_mkEqOfHEq(x_59, x_8, x_9, x_10, x_11, x_58); -if (lean_obj_tag(x_60) == 0) +x_59 = l_Lean_Meta_mkEqOfHEq(x_58, x_8, x_9, x_10, x_11, x_57); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_60, 0); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); +lean_dec(x_59); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_63 = l_Lean_Meta_mkNoConfusion(x_57, x_61, x_8, x_9, x_10, x_11, x_62); -if (lean_obj_tag(x_63) == 0) +x_62 = l_Lean_Meta_mkNoConfusion(x_56, x_60, x_8, x_9, x_10, x_11, x_61); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -x_64 = lean_ctor_get(x_63, 0); +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_ctor_get(x_62, 1); lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_64, x_8, x_9, x_10, x_11, x_65); +lean_dec(x_62); +x_65 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_5, x_63, x_8, x_9, x_10, x_11, x_64); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -x_67 = !lean_is_exclusive(x_66); -if (x_67 == 0) +x_66 = !lean_is_exclusive(x_65); +if (x_66 == 0) { -lean_object* x_68; lean_object* x_69; -x_68 = lean_ctor_get(x_66, 0); -lean_dec(x_68); -x_69 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; -lean_ctor_set(x_66, 0, x_69); -return x_66; +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_65, 0); +lean_dec(x_67); +x_68 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; +lean_ctor_set(x_65, 0, x_68); +return x_65; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_66, 1); -lean_inc(x_70); -lean_dec(x_66); -x_71 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___closed__3; -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_70); -return x_72; +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_65, 1); +lean_inc(x_69); +lean_dec(x_65); +x_70 = l_Array_forInUnsafe_loop___at_Lean_Meta_ElimEmptyInductive_elim___spec__2___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); +return x_71; } } else { -uint8_t x_73; +uint8_t x_72; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_5); -x_73 = !lean_is_exclusive(x_63); -if (x_73 == 0) +x_72 = !lean_is_exclusive(x_62); +if (x_72 == 0) { -return x_63; +return x_62; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_63, 0); -x_75 = lean_ctor_get(x_63, 1); -lean_inc(x_75); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_62, 0); +x_74 = lean_ctor_get(x_62, 1); lean_inc(x_74); -lean_dec(x_63); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_inc(x_73); +lean_dec(x_62); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -uint8_t x_77; -lean_dec(x_57); +uint8_t x_76; +lean_dec(x_56); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_5); -x_77 = !lean_is_exclusive(x_60); -if (x_77 == 0) +x_76 = !lean_is_exclusive(x_59); +if (x_76 == 0) { -return x_60; +return x_59; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_60, 0); -x_79 = lean_ctor_get(x_60, 1); -lean_inc(x_79); +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_59, 0); +x_78 = lean_ctor_get(x_59, 1); lean_inc(x_78); -lean_dec(x_60); -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_inc(x_77); +lean_dec(x_59); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } else { -uint8_t x_81; +uint8_t x_80; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_5); -lean_dec(x_4); -x_81 = !lean_is_exclusive(x_56); -if (x_81 == 0) +lean_dec(x_3); +x_80 = !lean_is_exclusive(x_55); +if (x_80 == 0) { -return x_56; +return x_55; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_56, 0); -x_83 = lean_ctor_get(x_56, 1); -lean_inc(x_83); +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_55, 0); +x_82 = lean_ctor_get(x_55, 1); lean_inc(x_82); -lean_dec(x_56); -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; +lean_inc(x_81); +lean_dec(x_55); +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; } } } } else { -uint8_t x_85; +uint8_t x_84; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -6633,41 +6741,32 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_48); -if (x_85 == 0) +x_84 = !lean_is_exclusive(x_47); +if (x_84 == 0) { -return x_48; +return x_47; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_48, 0); -x_87 = lean_ctor_get(x_48, 1); -lean_inc(x_87); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_47, 0); +x_86 = lean_ctor_get(x_47, 1); lean_inc(x_86); -lean_dec(x_48); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_inc(x_85); +lean_dec(x_47); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } -else -{ -uint8_t x_89; lean_object* x_90; lean_object* x_91; -lean_dec(x_25); -lean_dec(x_23); -x_89 = 1; -x_90 = lean_box(0); -x_91 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_2, x_3, x_6, x_4, x_5, x_1, x_89, x_90, x_8, x_9, x_10, x_11, x_41); -return x_91; } } } else { -uint8_t x_92; +uint8_t x_96; lean_dec(x_34); lean_dec(x_25); lean_dec(x_23); @@ -6680,30 +6779,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_92 = !lean_is_exclusive(x_35); -if (x_92 == 0) +x_96 = !lean_is_exclusive(x_35); +if (x_96 == 0) { return x_35; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_35, 0); -x_94 = lean_ctor_get(x_35, 1); -lean_inc(x_94); -lean_inc(x_93); +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_35, 0); +x_98 = lean_ctor_get(x_35, 1); +lean_inc(x_98); +lean_inc(x_97); lean_dec(x_35); -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; +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; } } } } else { -uint8_t x_96; +uint8_t x_100; lean_dec(x_26); lean_dec(x_25); lean_dec(x_23); @@ -6716,30 +6815,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_96 = !lean_is_exclusive(x_27); -if (x_96 == 0) +x_100 = !lean_is_exclusive(x_27); +if (x_100 == 0) { return x_27; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_27, 0); -x_98 = lean_ctor_get(x_27, 1); -lean_inc(x_98); -lean_inc(x_97); +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_27, 0); +x_102 = lean_ctor_get(x_27, 1); +lean_inc(x_102); +lean_inc(x_101); lean_dec(x_27); -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_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; } } } } else { -uint8_t x_100; +uint8_t x_104; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -6749,23 +6848,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_100 = !lean_is_exclusive(x_13); -if (x_100 == 0) +x_104 = !lean_is_exclusive(x_13); +if (x_104 == 0) { return x_13; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_13, 0); -x_102 = lean_ctor_get(x_13, 1); -lean_inc(x_102); -lean_inc(x_101); +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_13, 0); +x_106 = lean_ctor_get(x_13, 1); +lean_inc(x_106); +lean_inc(x_105); lean_dec(x_13); -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_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; } } } @@ -6894,7 +6993,7 @@ lean_dec(x_40); if (x_43 == 0) { lean_object* x_44; -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); lean_inc(x_5); @@ -6907,8 +7006,8 @@ lean_inc(x_45); x_46 = lean_ctor_get(x_44, 1); lean_inc(x_46); lean_dec(x_44); -x_47 = l_Lean_LocalDecl_toExpr(x_4); -lean_dec(x_4); +x_47 = l_Lean_LocalDecl_toExpr(x_3); +lean_dec(x_3); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -6986,7 +7085,7 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -lean_dec(x_4); +lean_dec(x_3); x_62 = !lean_is_exclusive(x_44); if (x_62 == 0) { @@ -7188,7 +7287,7 @@ return x_27; else { lean_object* x_28; lean_object* x_29; -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_28 = lean_ctor_get(x_22, 1); @@ -7217,8 +7316,8 @@ lean_inc(x_33); x_34 = lean_ctor_get(x_32, 1); lean_inc(x_34); lean_dec(x_32); -x_35 = l_Lean_LocalDecl_toExpr(x_4); -lean_dec(x_4); +x_35 = l_Lean_LocalDecl_toExpr(x_3); +lean_dec(x_3); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); @@ -7297,7 +7396,7 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -lean_dec(x_4); +lean_dec(x_3); x_50 = !lean_is_exclusive(x_32); if (x_50 == 0) { @@ -7327,7 +7426,7 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -lean_dec(x_4); +lean_dec(x_3); x_54 = !lean_is_exclusive(x_29); if (x_54 == 0) { @@ -7495,9 +7594,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_1); -lean_inc(x_4); lean_inc(x_2); -x_49 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_44, x_2, x_4, x_42, x_1, x_48, x_10, x_11, x_12, x_13, x_47); +lean_inc(x_4); +x_49 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_44, x_4, x_42, x_2, x_1, x_48, x_10, x_11, x_12, x_13, x_47); if (lean_obj_tag(x_49) == 0) { lean_object* x_50; lean_object* x_51; @@ -7574,9 +7673,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_1); -lean_inc(x_4); lean_inc(x_2); -x_62 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_44, x_2, x_4, x_42, x_1, x_61, x_10, x_11, x_12, x_13, x_60); +lean_inc(x_4); +x_62 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_44, x_4, x_42, x_2, x_1, x_61, x_10, x_11, x_12, x_13, x_60); if (lean_obj_tag(x_62) == 0) { lean_object* x_63; lean_object* x_64; @@ -8234,9 +8333,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_1); -lean_inc(x_4); lean_inc(x_2); -x_54 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_49, x_2, x_4, x_47, x_1, x_53, x_10, x_11, x_12, x_13, x_52); +lean_inc(x_4); +x_54 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_49, x_4, x_47, x_2, x_1, x_53, x_10, x_11, x_12, x_13, x_52); if (lean_obj_tag(x_54) == 0) { lean_object* x_55; lean_object* x_56; @@ -8313,9 +8412,9 @@ lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_1); -lean_inc(x_4); lean_inc(x_2); -x_67 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_49, x_2, x_4, x_47, x_1, x_66, x_10, x_11, x_12, x_13, x_65); +lean_inc(x_4); +x_67 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__6(x_49, x_4, x_47, x_2, x_1, x_66, x_10, x_11, x_12, x_13, x_65); if (lean_obj_tag(x_67) == 0) { lean_object* x_68; lean_object* x_69; @@ -9229,13 +9328,13 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradiction _start: { uint8_t x_13; uint8_t x_14; lean_object* x_15; -x_13 = lean_unbox(x_3); -lean_dec(x_3); -x_14 = lean_unbox(x_4); -lean_dec(x_4); -x_15 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(x_1, x_2, x_13, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_7); +x_13 = lean_unbox(x_5); lean_dec(x_5); +x_14 = lean_unbox(x_6); +lean_dec(x_6); +x_15 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_7); +lean_dec(x_2); return x_15; } } @@ -9243,11 +9342,11 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradiction _start: { uint8_t x_14; uint8_t x_15; lean_object* x_16; -x_14 = lean_unbox(x_3); -lean_dec(x_3); -x_15 = lean_unbox(x_4); -lean_dec(x_4); -x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_14, x_15, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_14 = lean_unbox(x_5); +lean_dec(x_5); +x_15 = lean_unbox(x_6); +lean_dec(x_6); +x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__2(x_1, x_2, x_3, x_4, x_14, x_15, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_16; } } @@ -9255,11 +9354,11 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_contradiction _start: { uint8_t x_14; uint8_t x_15; lean_object* x_16; -x_14 = lean_unbox(x_3); -lean_dec(x_3); +x_14 = lean_unbox(x_5); +lean_dec(x_5); x_15 = lean_unbox(x_7); lean_dec(x_7); -x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_1, x_2, x_14, x_4, x_5, x_6, x_15, x_8, x_9, x_10, x_11, x_12, x_13); +x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3(x_1, x_2, x_3, x_4, x_14, x_6, x_15, x_8, x_9, x_10, x_11, x_12, x_13); return x_16; } } @@ -9468,7 +9567,7 @@ x_8 = l_Lean_MVarId_contradiction(x_1, x_2, x_3, x_4, x_5, x_6, x_7); return x_8; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__1() { _start: { lean_object* x_1; @@ -9476,27 +9575,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__2; x_2 = l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___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_Contradiction___hyg_5021____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__4() { _start: { lean_object* x_1; @@ -9504,17 +9603,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__4; 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_Contradiction___hyg_5021____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__6() { _start: { lean_object* x_1; @@ -9522,47 +9621,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__6; 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_Contradiction___hyg_5021____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__8; x_2 = l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___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_Contradiction___hyg_5021____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__9; x_2 = l_Lean_Meta_ElimEmptyInductive_elim___lambda__3___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_Contradiction___hyg_5021____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__11() { _start: { lean_object* x_1; @@ -9570,17 +9669,17 @@ x_1 = lean_mk_string_from_bytes("Contradiction", 13); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__13() { _start: { lean_object* x_1; @@ -9588,33 +9687,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____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_Contradiction___hyg_5021____closed__14; -x_2 = lean_unsigned_to_nat(5021u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__14; +x_2 = lean_unsigned_to_nat(5020u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020_(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_ElimEmptyInductive_elim___lambda__3___closed__4; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -9745,6 +9844,10 @@ l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__ lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__6); l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7 = _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__7); +l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8 = _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__8); +l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9 = _init_l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9(); +lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_MVarId_contradictionCore___spec__4___lambda__3___closed__9); l_Lean_MVarId_contradictionCore___lambda__2___closed__1 = _init_l_Lean_MVarId_contradictionCore___lambda__2___closed__1(); lean_mark_persistent(l_Lean_MVarId_contradictionCore___lambda__2___closed__1); l_Lean_MVarId_contradictionCore___closed__1 = _init_l_Lean_MVarId_contradictionCore___closed__1(); @@ -9759,37 +9862,37 @@ l_Lean_MVarId_contradiction___closed__1 = _init_l_Lean_MVarId_contradiction___cl lean_mark_persistent(l_Lean_MVarId_contradiction___closed__1); l_Lean_MVarId_contradiction___closed__2 = _init_l_Lean_MVarId_contradiction___closed__2(); lean_mark_persistent(l_Lean_MVarId_contradiction___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021____closed__15); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5021_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020____closed__15); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Contradiction___hyg_5020_(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/ElimInfo.c b/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c index c045772b7e35..4a60274ee71b 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c +++ b/stage0/stdlib/Lean/Meta/Tactic/ElimInfo.c @@ -13,54 +13,60 @@ #ifdef __cplusplus extern "C" { #endif +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__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_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addCustomEliminatorEntry(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimInfo___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_getCustomEliminator_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__10; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__7; lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Meta_addCustomEliminatorEntry___spec__9(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__20; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__8; 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_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__6; +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___boxed(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_EXPORT lean_object* l_Lean_Meta_CustomEliminators_map___default; -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2; +LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____spec__4(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__5(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__20; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__9(lean_object*, lean_object*, size_t, size_t); +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__5; lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__2___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__10___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__16; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__3; static lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__5(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296_(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____spec__6(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__8(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__11; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__24(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__7; uint8_t lean_usize_dec_le(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__3___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__3; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__2; static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_addImplicitTargets___spec__5___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedCustomEliminators; 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__15; size_t lean_uint64_to_usize(uint64_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_addImplicitTargets___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_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instReprCustomEliminators; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo___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*); @@ -68,52 +74,55 @@ lean_object* l_Lean_Expr_sort___override(lean_object*); 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_array_push(lean_object*, lean_object*); static lean_object* l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1___closed__1; +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3; lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); size_t lean_usize_mul(size_t, size_t); static lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__2___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__7(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Meta_getElimInfo___lambda__2___closed__2; static lean_object* l_Lean_Meta_instReprCustomEliminator___closed__1; extern uint8_t l_instInhabitedBool; 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_withNewMCtxDepth___at_Lean_Meta_addImplicitTargets___spec__9___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimInfo___spec__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_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__6; static lean_object* l_Lean_Meta_instReprCustomEliminators___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__11(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__7; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_addImplicitTargets___spec__8___closed__2; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__7___rarg(lean_object*, lean_object*, lean_object*); 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_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__4; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__10; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485_(lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__12; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__9; static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_addImplicitTargets___spec__5___closed__2; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_getElimInfo___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*); static lean_object* l_Lean_Meta_CustomEliminators_map___default___closed__1; -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__16; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Meta_addCustomEliminatorEntry___spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo___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* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__1(lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____spec__1(lean_object*); 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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__13; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__14; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__18; +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__17; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__7; lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__18; +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__3___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__4; 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*); -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_mkCustomEliminator___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Meta_addCustomEliminatorEntry___spec__14___at_Lean_Meta_addCustomEliminatorEntry___spec__15(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__12; static lean_object* l_Lean_Meta_addImplicitTargets_collect___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; @@ -122,99 +131,95 @@ static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimI LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getElimInfo___spec__7___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__14; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063_(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__4; -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(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*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__6; LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Meta_addCustomEliminatorEntry___spec__10___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__5(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220_(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_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__15; +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__3(lean_object*); 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__8(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_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_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedNat; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__25(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__10; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addCustomEliminatorEntry___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Meta_addCustomEliminatorEntry___spec__12(lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_addImplicitTargets___spec__1(size_t, size_t, 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_3290____closed__21; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218_(lean_object*, lean_object*); lean_object* l_instHashableArray___rarg___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_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*); +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_addImplicitTargets___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_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__1; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__13; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__15(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__5; static lean_object* l_Lean_Meta_getElimInfo___lambda__4___closed__2; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__11___boxed(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__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo___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_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__11(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__3; 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*); -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__9(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__1; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__14; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31_(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__7; static lean_object* l_Lean_Meta_instReprElimInfo___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_addCustomEliminator(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addScopedEntry___rarg(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isSort(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__8; lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____spec__1(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4; +static lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___closed__1; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__16; uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__5(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__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_getCustomEliminator_x3f___spec__4(lean_object*, size_t, 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_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6(lean_object*); static lean_object* l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1; lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__2(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__8; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_addImplicitTargets___spec__8___closed__1; lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_isLevelMVarAssignable___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_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*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__6; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_CustomEliminators_map___default___spec__1(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__7; +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__9(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__8; 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_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____spec__1(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__2; -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__8; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__4; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__11; +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addCustomEliminatorEntry___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminators(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__4(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__14; -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__9; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminator_x3f(lean_object*, 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*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____boxed(lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__6; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___lambda__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_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__7; static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290_(lean_object*); LEAN_EXPORT lean_object* l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_getElimInfo___lambda__4___closed__1; static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__1; @@ -223,72 +228,64 @@ lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Meta_getCustomEliminator_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__9(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignmentDomain___spec__2___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__10; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getElimInfo___spec__5(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__10(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*, 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_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__1; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminators___boxed(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addCustomEliminator___closed__1; lean_object* lean_array_to_list(lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_Meta_addCustomEliminatorEntry___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__6; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481_(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__13; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__1; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____spec__2(lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__23(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_addCustomEliminatorEntry___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CustomEliminators_map___default___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__6; extern lean_object* l_Lean_Expr_instHashableExpr; extern lean_object* l_Lean_levelZero; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withNewMCtxDepthImp___rarg(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__2(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__4; +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__2; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26(lean_object*, lean_object*, lean_object*, lean_object*, 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_hasMVar(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__11; extern lean_object* l_Lean_instInhabitedExpr; static lean_object* l_Lean_Meta_getElimInfo___lambda__4___closed__3; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___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_Tactic_ElimInfo___hyg_3290____closed__22; LEAN_EXPORT lean_object* l_Lean_Meta_addImplicitTargets(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__2(lean_object*); lean_object* l_Lean_Meta_whnfD(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_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedCustomEliminators___closed__1; static lean_object* l_Lean_Meta_instInhabitedCustomEliminator___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_mkCustomEliminator(lean_object*, 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_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__4; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__7; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__19; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__4; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Meta_addCustomEliminatorEntry___spec__13(lean_object*, lean_object*, lean_object*); 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_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__9; LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_Meta_getElimInfo___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_Meta_addImplicitTargets___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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*); -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__10; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__2; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__3; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__6; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__4; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimInfo___spec__3___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__19; -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_instReprElimAltInfo; -LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____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*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__18; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__3(lean_object*, lean_object*); @@ -298,111 +295,119 @@ static lean_object* l_panic___at_Lean_Meta_addImplicitTargets___spec__6___closed LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminators___rarg(lean_object*, lean_object*); static size_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; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__9; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__5___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___lambda__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_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__5; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_addImplicitTargets___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_Meta_getCustomEliminator_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__12(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedElimInfo; extern lean_object* l_Lean_Meta_instMonadMetaM; static lean_object* l_Lean_Meta_instInhabitedElimInfo___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__3; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_getElimInfo___spec__4___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedCustomEliminator; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__5; static lean_object* l_Lean_Meta_getElimInfo___lambda__1___closed__1; +static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedElimAltInfo; 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_object*); static lean_object* l_Lean_Meta_ElimInfo_targetsPos___default___closed__1; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__7(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065_(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__19; LEAN_EXPORT lean_object* l_Lean_Meta_customEliminatorExt; uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__3; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_LMVarId_getLevel___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_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__15; LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_getElimInfo___spec__4(lean_object*, lean_object*); -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__10; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__3; static lean_object* l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1___closed__2; static lean_object* l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1___closed__4; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__5___boxed(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_2481____closed__7; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__5; static lean_object* l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1___closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_getElimInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_userName(lean_object*); 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_getElimInfo___lambda__2___closed__1; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__5; -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__1; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_ElimInfo_altsInfo___default; 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_3290____closed__18; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__4___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_getElimInfo___spec__6___lambda__1(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_3290____closed__20; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1(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_instInhabitedElimAltInfo___closed__1; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__6; lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__4; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__6; +LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getCustomEliminators___rarg___boxed(lean_object*, 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*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__9; lean_object* lean_string_length(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__9; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__4(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__9; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__11; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo___lambda__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_loop___at_Lean_Meta_getElimInfo___spec__6___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_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__3; 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_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_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__12; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_getElimInfo___spec__7(lean_object*, size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__10; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo___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_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_Meta_addImplicitTargets___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_getElimInfo___spec__6___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__3; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__2; 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*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__15; static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_addImplicitTargets___spec__5___closed__4; static lean_object* l_Lean_Meta_getElimInfo___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21___boxed(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkHasTypeButIsExpectedMsg(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_Meta_mkCustomEliminator___spec__19(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimInfo___spec__3___closed__2; lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_addImplicitTargets___spec__5___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___boxed(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_Meta_mkCustomEliminator___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__13(lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__13; 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_LocalDecl_type(lean_object*); lean_object* l_Repr_addAppParen(lean_object*, 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*); lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_Meta_getElimInfo___spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__11; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_CustomEliminators_map___default___spec__1___boxed(lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_addImplicitTargets___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -415,85 +420,88 @@ lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_obje lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__17; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__3; 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_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__5; uint8_t l_Lean_LocalDecl_binderInfo(lean_object*); -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__5; lean_object* l_Lean_ScopedEnvExtension_addLocalEntry___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); 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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___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_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__2; static lean_object* l_Lean_Meta_CustomEliminators_map___default___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__19; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__2; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__8; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__4; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__6___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___at_Lean_Meta_addImplicitTargets___spec__3___boxed(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_3296____lambda__1___closed__11; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__13; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_getElimInfo___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__11; size_t lean_usize_add(size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__17; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimInfo___spec__3___closed__1; uint8_t l_Lean_Expr_hasFVar(lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27(lean_object*, lean_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_addImplicitTargets___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_instReprCustomEliminator; extern lean_object* l_Lean_Name_instBEqName; +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__7(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__4; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__5; -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__6; static lean_object* l_Lean_Meta_addImplicitTargets_collect___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__17; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_getCustomEliminator_x3f___spec__9___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__4___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_getElimInfo___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_3290____closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__16; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__5; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__3; LEAN_EXPORT lean_object* l_Array_isEqvAux___at_Lean_Meta_getCustomEliminator_x3f___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_left(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__13___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssignable___at_Lean_Meta_addImplicitTargets___spec__5(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*); LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__11(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_3290____lambda__1___closed__8; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____spec__5(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_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__11; -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__5; LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Meta_addImplicitTargets_collect___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__21; 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*); lean_object* lean_array_get_size(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__5___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_CustomEliminators_map___default___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__5; LEAN_EXPORT uint8_t l_Array_isEqvAux___at_Lean_Meta_addCustomEliminatorEntry___spec__17(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__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*); +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__10; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_getCustomEliminator_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__12; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__10; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_Meta_addImplicitTargets___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ElimInfo_targetsPos___default; uint8_t lean_usize_dec_lt(size_t, size_t); 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*); lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__7___rarg(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); @@ -501,33 +509,41 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_getElimInfo___spec__2_ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__14(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_object* l_Array_instBEqArray___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__7; static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__22; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__5___boxed(lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__2; 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); static lean_object* l_Lean_Meta_CustomEliminators_map___default___closed__2; -LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1(lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__2; +static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__12; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__6; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__6; 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*); +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__4; +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__1(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__2; 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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_getElimInfo___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_Tactic_ElimInfo___hyg_3296____closed__13; lean_object* l_Nat_repr(lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___at_Lean_Meta_addImplicitTargets___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__2; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__2; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6; size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_getElimInfo___spec__3(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_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__3; extern lean_object* l_Lean_instHashableName; lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___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_ElimInfo___hyg_3296____closed__8; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_addImplicitTargets_collect___spec__2(lean_object*, lean_object*, size_t, size_t); static lean_object* _init_l_Option_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____spec__1___closed__1() { _start: @@ -1834,25 +1850,25 @@ x_18 = lean_unsigned_to_nat(0u); x_19 = lean_nat_dec_eq(x_7, x_18); if (x_19 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_28; uint8_t x_70; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_28; uint8_t x_75; x_20 = lean_unsigned_to_nat(1u); x_21 = lean_nat_sub(x_7, x_20); lean_dec(x_7); -x_70 = lean_nat_dec_lt(x_8, x_6); -if (x_70 == 0) +x_75 = lean_nat_dec_lt(x_8, x_6); +if (x_75 == 0) { -lean_object* x_71; lean_object* x_72; -x_71 = l_Lean_instInhabitedExpr; -x_72 = l___private_Init_Util_0__outOfBounds___rarg(x_71); -x_28 = x_72; -goto block_69; +lean_object* x_76; lean_object* x_77; +x_76 = l_Lean_instInhabitedExpr; +x_77 = l___private_Init_Util_0__outOfBounds___rarg(x_76); +x_28 = x_77; +goto block_74; } else { -lean_object* x_73; -x_73 = lean_array_fget(x_2, x_8); -x_28 = x_73; -goto block_69; +lean_object* x_78; +x_78 = lean_array_fget(x_2, x_8); +x_28 = x_78; +goto block_74; } block_27: { @@ -1868,15 +1884,52 @@ x_11 = x_24; x_16 = x_23; goto _start; } -block_69: +block_74: +{ +uint8_t x_29; uint8_t x_68; +x_68 = lean_expr_eqv(x_28, x_3); +if (x_68 == 0) +{ +uint8_t x_69; +x_69 = l_Array_contains___at_Lean_Meta_getElimInfo___spec__4(x_4, x_28); +if (x_69 == 0) +{ +uint8_t x_70; +x_70 = 1; +x_29 = x_70; +goto block_67; +} +else +{ +uint8_t x_71; +x_71 = 0; +x_29 = x_71; +goto block_67; +} +} +else +{ +lean_object* x_72; +lean_dec(x_28); +x_72 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_21; +x_8 = x_72; +goto _start; +} +block_67: { -uint8_t x_29; -x_29 = lean_expr_eqv(x_28, x_3); if (x_29 == 0) { -uint8_t x_30; -x_30 = l_Array_contains___at_Lean_Meta_getElimInfo___spec__4(x_4, x_28); -if (x_30 == 0) +lean_object* x_30; +lean_dec(x_28); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_11); +x_22 = x_30; +x_23 = x_16; +goto block_27; +} +else { lean_object* x_31; lean_object* x_32; x_31 = l_Lean_Expr_fvarId_x21(x_28); @@ -2047,32 +2100,12 @@ return x_66; } } } -else -{ -lean_object* x_67; -lean_dec(x_28); -x_67 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_67, 0, x_11); -x_22 = x_67; -x_23 = x_16; -goto block_27; -} -} -else -{ -lean_object* x_68; -lean_dec(x_28); -x_68 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_68, 0, x_11); -x_22 = x_68; -x_23 = x_16; -goto block_27; } } } else { -lean_object* x_74; +lean_object* x_79; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -2081,15 +2114,15 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_1); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_11); -lean_ctor_set(x_74, 1, x_16); -return x_74; +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_11); +lean_ctor_set(x_79, 1, x_16); +return x_79; } } else { -lean_object* x_75; +lean_object* x_80; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -2098,10 +2131,10 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_1); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_11); -lean_ctor_set(x_75, 1, x_16); -return x_75; +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_11); +lean_ctor_set(x_80, 1, x_16); +return x_80; } } } @@ -5914,7 +5947,7 @@ x_1 = l_Lean_Meta_instInhabitedCustomEliminator___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__1(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -5923,7 +5956,7 @@ x_3 = l_Lean_Name_reprPrec(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -5954,7 +5987,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__2(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5988,13 +6021,13 @@ lean_inc(x_8); lean_dec(x_1); x_9 = lean_unsigned_to_nat(0u); x_10 = l_Lean_Name_reprPrec(x_8, x_9); -x_11 = l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__3(x_2, x_10, x_4); +x_11 = l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__3(x_2, x_10, x_4); return x_11; } } } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__1() { _start: { lean_object* x_1; @@ -6002,33 +6035,33 @@ x_1 = lean_mk_string_from_bytes("typeNames", 9); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__1; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__3() { _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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__2; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__3; x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6036,7 +6069,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__5() { _start: { lean_object* x_1; @@ -6044,17 +6077,17 @@ x_1 = lean_mk_string_from_bytes("elimInfo", 8); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__5; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__5; 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_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6066,11 +6099,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__8() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__7; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__7; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -6078,23 +6111,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__4; -x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__8; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__4; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__8; 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___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__9; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__9; x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__9; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6102,11 +6135,11 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__10; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__10; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6114,23 +6147,23 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__12() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__11; -x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__11; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6; 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___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__13() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____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_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__12; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__12; x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6138,7 +6171,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; @@ -6165,7 +6198,7 @@ if (x_6 == 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; lean_object* x_21; uint8_t 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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; x_13 = lean_array_to_list(lean_box(0), x_3); x_14 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__9; -x_15 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__2(x_13, x_14); +x_15 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__2(x_13, x_14); x_16 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__13; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_16); @@ -6189,7 +6222,7 @@ lean_ctor_set(x_25, 1, x_23); x_26 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_26, 0, x_25); lean_ctor_set_uint8(x_26, sizeof(void*)*1, x_11); -x_27 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__4; +x_27 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__4; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_27); lean_ctor_set(x_28, 1, x_26); @@ -6201,7 +6234,7 @@ x_31 = lean_box(1); x_32 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_32, 0, x_30); lean_ctor_set(x_32, 1, x_31); -x_33 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6; +x_33 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6; x_34 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); @@ -6233,7 +6266,7 @@ 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_dec(x_3); -x_45 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__13; +x_45 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__13; x_46 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_46, 0, x_45); lean_ctor_set(x_46, 1, x_12); @@ -6256,11 +6289,11 @@ return x_53; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -6269,7 +6302,7 @@ static lean_object* _init_l_Lean_Meta_instReprCustomEliminator___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____boxed), 2, 0); return x_1; } } @@ -6394,7 +6427,7 @@ x_1 = l_Lean_Meta_instInhabitedCustomEliminators___closed__2; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__3___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__3___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -6420,15 +6453,15 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__3(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__3___rarg), 3, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__3___rarg), 3, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__4___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__4___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; @@ -6439,15 +6472,15 @@ x_5 = l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignm return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__4(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__4(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__4___rarg), 3, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__4___rarg), 3, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__5___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__5___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; @@ -6458,15 +6491,15 @@ x_5 = l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignm return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__5(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__5(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__5___rarg), 3, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__5___rarg), 3, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { uint8_t x_6; @@ -6476,7 +6509,7 @@ 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_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__3___rarg(x_1, x_5, x_7); +x_8 = l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__3___rarg(x_1, x_5, x_7); x_9 = 1; x_10 = lean_usize_add(x_3, x_9); x_3 = x_10; @@ -6490,15 +6523,15 @@ return x_5; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg___boxed), 5, 0); +x_2 = lean_alloc_closure((void*)(l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg___boxed), 5, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__7___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__7___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; @@ -6509,15 +6542,15 @@ x_5 = l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignm return x_5; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__7(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__7(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__7___rarg), 3, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__7___rarg), 3, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__2___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__2___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; uint8_t x_9; @@ -6537,7 +6570,7 @@ if (x_9 == 0) lean_object* x_10; lean_dec(x_7); lean_dec(x_6); -x_10 = l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__4___rarg(x_4, x_1, x_2); +x_10 = l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__4___rarg(x_4, x_1, x_2); return x_10; } else @@ -6549,7 +6582,7 @@ if (x_11 == 0) lean_object* x_12; lean_dec(x_7); lean_dec(x_6); -x_12 = l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__5___rarg(x_4, x_1, x_2); +x_12 = l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__5___rarg(x_4, x_1, x_2); return x_12; } else @@ -6559,23 +6592,23 @@ x_13 = 0; x_14 = lean_usize_of_nat(x_7); lean_dec(x_7); lean_inc(x_1); -x_15 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg(x_1, x_6, x_13, x_14, x_2); +x_15 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg(x_1, x_6, x_13, x_14, x_2); lean_dec(x_6); -x_16 = l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__7___rarg(x_4, x_1, x_15); +x_16 = l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__7___rarg(x_4, x_1, x_15); return x_16; } } } } -LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__2___rarg), 3, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__2___rarg), 3, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; @@ -6588,25 +6621,25 @@ lean_ctor_set(x_5, 1, x_1); return x_5; } } -static lean_object* _init_l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___closed__1() { +static lean_object* _init_l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___lambda__1), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___lambda__1), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = lean_box(0); -x_3 = l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___closed__1; -x_4 = l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__2___rarg(x_3, x_2, x_1); +x_3 = l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___closed__1; +x_4 = l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__2___rarg(x_3, x_2, x_1); return x_4; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__1() { _start: { lean_object* x_1; @@ -6614,35 +6647,35 @@ x_1 = lean_mk_string_from_bytes("(", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__2() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__1; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__2; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__2; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___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_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__5() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__5() { _start: { lean_object* x_1; @@ -6650,17 +6683,17 @@ x_1 = lean_mk_string_from_bytes(")", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__5; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__5; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__7() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6672,7 +6705,7 @@ lean_ctor_set(x_3, 1, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(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; uint8_t x_7; lean_object* x_8; lean_object* x_9; @@ -6692,7 +6725,7 @@ if (x_7 == 0) lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; 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; x_10 = lean_array_to_list(lean_box(0), x_3); x_11 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__9; -x_12 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____spec__2(x_10, x_11); +x_12 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____spec__2(x_10, x_11); x_13 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__13; x_14 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_14, 0, x_13); @@ -6717,15 +6750,15 @@ lean_ctor_set(x_22, 0, x_9); lean_ctor_set(x_22, 1, x_21); x_23 = l_List_reverse___rarg(x_22); x_24 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_23, x_11); -x_25 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4; +x_25 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4; x_26 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_24); -x_27 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6; +x_27 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6; x_28 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_28, 0, x_26); lean_ctor_set(x_28, 1, x_27); -x_29 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3; +x_29 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3; x_30 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); @@ -6739,22 +6772,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; lean_object* 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_dec(x_3); -x_33 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__7; +x_33 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__7; x_34 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_34, 0, x_9); lean_ctor_set(x_34, 1, x_33); x_35 = l_List_reverse___rarg(x_34); x_36 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__9; x_37 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_35, x_36); -x_38 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4; +x_38 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4; x_39 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_39, 0, x_38); lean_ctor_set(x_39, 1, x_37); -x_40 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6; +x_40 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6; x_41 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_41, 0, x_39); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3; +x_42 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3; x_43 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_43, 0, x_42); lean_ctor_set(x_43, 1, x_41); @@ -6766,16 +6799,16 @@ return x_45; } } } -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__9(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__9(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(x_1, x_2); +x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -6796,7 +6829,7 @@ x_6 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_1); x_7 = lean_unsigned_to_nat(0u); -x_8 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(x_4, x_7); +x_8 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(x_4, x_7); x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_6); lean_ctor_set(x_9, 1, x_8); @@ -6806,7 +6839,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__11(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__11(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -6829,7 +6862,7 @@ x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); x_6 = lean_unsigned_to_nat(0u); -x_7 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(x_5, x_6); +x_7 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(x_5, x_6); return x_7; } else @@ -6839,14 +6872,14 @@ x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); lean_dec(x_1); x_9 = lean_unsigned_to_nat(0u); -x_10 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(x_8, x_9); -x_11 = l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__12(x_2, x_10, x_4); +x_10 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(x_8, x_9); +x_11 = l_List_foldl___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__12(x_2, x_10, x_4); return x_11; } } } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__1() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__1() { _start: { lean_object* x_1; @@ -6854,17 +6887,17 @@ x_1 = lean_mk_string_from_bytes("[]", 2); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__2() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__1; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___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_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3() { _start: { lean_object* x_1; @@ -6872,49 +6905,49 @@ x_1 = lean_mk_string_from_bytes("[", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__4() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__5() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__4; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__4; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__6() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__2; +x_3 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__2; return x_3; } else { 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; uint8_t x_12; lean_object* x_13; x_4 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_192____closed__9; -x_5 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__11(x_1, x_4); -x_6 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__6; +x_5 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__11(x_1, x_4); +x_6 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__6; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -6922,7 +6955,7 @@ x_8 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimInfo____x40_Lea x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); -x_10 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__5; +x_10 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__5; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -6934,7 +6967,7 @@ return x_13; } } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__1() { _start: { lean_object* x_1; @@ -6942,33 +6975,33 @@ x_1 = lean_mk_string_from_bytes("map", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__1; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____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_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__3() { _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_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__2; +x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____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___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____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_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__3; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__3; x_2 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprElimAltInfo____x40_Lean_Meta_Tactic_ElimInfo___hyg_31____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -6976,7 +7009,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -6985,7 +7018,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__6() { _start: { lean_object* x_1; @@ -6993,30 +7026,30 @@ x_1 = lean_mk_string_from_bytes(".toSMap", 7); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__6; +x_1 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__6; 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_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220_(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; 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; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_3 = l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1(x_1); +x_3 = l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1(x_1); x_4 = lean_unsigned_to_nat(1024u); -x_5 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8(x_3, x_4); -x_6 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__7; +x_5 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8(x_3, x_4); +x_6 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__7; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_5); lean_ctor_set(x_7, 1, x_6); x_8 = lean_unsigned_to_nat(0u); x_9 = l_Repr_addAppParen(x_7, x_8); -x_10 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__5; +x_10 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__5; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -7024,7 +7057,7 @@ x_12 = 0; x_13 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_13, 0, x_11); lean_ctor_set_uint8(x_13, sizeof(void*)*1, x_12); -x_14 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__4; +x_14 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__4; x_15 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_13); @@ -7046,7 +7079,7 @@ lean_ctor_set_uint8(x_22, sizeof(void*)*1, x_12); return x_22; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg___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_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg___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; @@ -7054,34 +7087,34 @@ x_6 = lean_unbox_usize(x_3); lean_dec(x_3); x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__6___rarg(x_1, x_2, x_6, x_7, x_5); +x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__6___rarg(x_1, x_2, x_6, x_7, x_5); lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10(x_1, x_2); +x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8(x_1, x_2); +x_3 = l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -7090,7 +7123,7 @@ static lean_object* _init_l_Lean_Meta_instReprCustomEliminators___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____boxed), 2, 0); return x_1; } } @@ -8764,7 +8797,7 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____spec__1(lean_object* x_1) { _start: { uint8_t x_2; @@ -8802,7 +8835,7 @@ return x_8; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__1() { _start: { lean_object* x_1; @@ -8810,7 +8843,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__2() { _start: { lean_object* x_1; @@ -8818,7 +8851,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__3() { _start: { lean_object* x_1; @@ -8826,18 +8859,18 @@ x_1 = lean_mk_string_from_bytes("customEliminatorExt", 19); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__4() { _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_2481____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__3; 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_Tactic_ElimInfo___hyg_2481____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__5() { _start: { lean_object* x_1; @@ -8845,22 +8878,22 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_addCustomEliminatorEntry), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__6() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____spec__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____spec__1), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____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_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__5; x_3 = l_Lean_Meta_instInhabitedCustomEliminators___closed__2; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__6; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__6; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -8869,11 +8902,11 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485_(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_2481____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__7; x_3 = l_Lean_registerSimpleScopedEnvExtension___rarg(x_2, x_1); return x_3; } @@ -10334,325 +10367,921 @@ return x_16; } } } -static lean_object* _init_l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashSetImp___rarg(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _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; uint8_t x_14; -x_8 = lean_st_ref_get(x_4, 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 = lean_ctor_get(x_9, 0); -lean_inc(x_11); -lean_dec(x_9); -x_12 = l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1; -lean_inc(x_11); -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 = l_Lean_Expr_hasFVar(x_1); -if (x_14 == 0) +if (lean_obj_tag(x_2) == 5) { -uint8_t x_15; -x_15 = l_Lean_Expr_hasMVar(x_1); -if (x_15 == 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_dec(x_13); -lean_dec(x_1); -x_16 = lean_st_ref_take(x_4, 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_is_exclusive(x_17); -if (x_19 == 0) +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_5, x_9); +return x_10; +} +else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_17, 0); -lean_dec(x_20); -lean_ctor_set(x_17, 0, x_11); -x_21 = lean_st_ref_set(x_4, x_17, x_18); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_21, 0, x_25); -return x_21; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_21, 1); -lean_inc(x_26); -lean_dec(x_21); -x_27 = 0; -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; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} } } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_30 = lean_ctor_get(x_17, 1); -x_31 = lean_ctor_get(x_17, 2); -x_32 = lean_ctor_get(x_17, 3); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_17); -x_33 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_33, 0, x_11); -lean_ctor_set(x_33, 1, x_30); -lean_ctor_set(x_33, 2, x_31); -lean_ctor_set(x_33, 3, x_32); -x_34 = lean_st_ref_set(x_4, x_33, x_18); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_34)) { - lean_ctor_release(x_34, 0); - lean_ctor_release(x_34, 1); - x_36 = x_34; -} else { - lean_dec_ref(x_34); - x_36 = lean_box(0); -} -x_37 = 0; -x_38 = lean_box(x_37); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); -} else { - x_39 = x_36; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_2, x_3); +return x_15; } -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -return x_39; } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -lean_dec(x_11); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__2(x_2, x_1, x_13); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -lean_dec(x_41); -x_44 = lean_st_ref_take(x_4, 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_is_exclusive(x_45); -if (x_47 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_45, 0); -lean_dec(x_48); -lean_ctor_set(x_45, 0, x_43); -x_49 = lean_st_ref_set(x_4, x_45, x_46); -x_50 = !lean_is_exclusive(x_49); -if (x_50 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22(x_1, x_6); +if (x_7 == 0) { -lean_object* x_51; -x_51 = lean_ctor_get(x_49, 0); -lean_dec(x_51); -lean_ctor_set(x_49, 0, x_42); -return x_49; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -lean_dec(x_49); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_42); -lean_ctor_set(x_53, 1, x_52); -return x_53; +uint8_t x_11; +x_11 = 1; +return x_11; } } else { -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; -x_54 = lean_ctor_get(x_45, 1); -x_55 = lean_ctor_get(x_45, 2); -x_56 = lean_ctor_get(x_45, 3); -lean_inc(x_56); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_45); -x_57 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_57, 0, x_43); -lean_ctor_set(x_57, 1, x_54); -lean_ctor_set(x_57, 2, x_55); -lean_ctor_set(x_57, 3, x_56); -x_58 = lean_st_ref_set(x_4, x_57, x_46); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_60 = x_58; -} else { - lean_dec_ref(x_58); - x_60 = lean_box(0); -} -if (lean_is_scalar(x_60)) { - x_61 = lean_alloc_ctor(0, 2, 0); -} else { - x_61 = x_60; -} -lean_ctor_set(x_61, 0, x_42); -lean_ctor_set(x_61, 1, x_59); -return x_61; +uint8_t x_12; +x_12 = 0; +return x_12; } } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; uint8_t x_69; -lean_dec(x_11); -x_62 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__10(x_2, x_1, x_13); -x_63 = lean_ctor_get(x_62, 1); -lean_inc(x_63); -x_64 = lean_ctor_get(x_62, 0); -lean_inc(x_64); -lean_dec(x_62); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = lean_st_ref_take(x_4, x_10); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = !lean_is_exclusive(x_67); -if (x_69 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_70; lean_object* x_71; uint8_t x_72; -x_70 = lean_ctor_get(x_67, 0); -lean_dec(x_70); -lean_ctor_set(x_67, 0, x_65); -x_71 = lean_st_ref_set(x_4, x_67, x_68); -x_72 = !lean_is_exclusive(x_71); -if (x_72 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_73; -x_73 = lean_ctor_get(x_71, 0); -lean_dec(x_73); -lean_ctor_set(x_71, 0, x_64); -return x_71; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_64); -lean_ctor_set(x_75, 1, x_74); -return x_75; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -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_76 = lean_ctor_get(x_67, 1); -x_77 = lean_ctor_get(x_67, 2); -x_78 = lean_ctor_get(x_67, 3); -lean_inc(x_78); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_67); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_65); -lean_ctor_set(x_79, 1, x_76); -lean_ctor_set(x_79, 2, x_77); -lean_ctor_set(x_79, 3, x_78); -x_80 = lean_st_ref_set(x_4, x_79, x_68); -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_80); - x_82 = lean_box(0); +uint8_t x_16; +x_16 = 1; +return x_16; } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(0, 2, 0); -} else { - x_83 = x_82; } -lean_ctor_set(x_83, 0, x_64); -lean_ctor_set(x_83, 1, x_81); -return x_83; } +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; } } } -static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1() { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22(lean_object* x_1, lean_object* x_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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2() { -_start: +if (lean_obj_tag(x_2) == 0) { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1; -x_2 = lean_box(0); -x_3 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_3, 0, x_1); -lean_ctor_set(x_3, 1, x_2); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__23(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__24(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__25(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__19(x_1, x_2, x_15); +return x_16; +} +} +} +static lean_object* _init_l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashSetImp___rarg(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___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) { +_start: +{ +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_37; lean_object* x_38; uint8_t x_39; +x_8 = lean_st_ref_get(x_4, 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 = lean_ctor_get(x_9, 0); +lean_inc(x_11); +lean_dec(x_9); +x_37 = l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___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_11); +x_39 = l_Lean_Expr_hasFVar(x_1); +if (x_39 == 0) +{ +uint8_t x_40; +x_40 = l_Lean_Expr_hasMVar(x_1); +if (x_40 == 0) +{ +uint8_t x_41; +lean_dec(x_1); +x_41 = 0; +x_12 = x_41; +x_13 = x_38; +goto block_36; +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__10(x_2, x_1, x_38); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_12 = x_45; +x_13 = x_44; +goto block_36; +} +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; +x_46 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_2, x_1, x_38); +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 = lean_unbox(x_47); +lean_dec(x_47); +x_12 = x_49; +x_13 = x_48; +goto block_36; +} +block_36: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_st_ref_take(x_4, x_10); +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_is_exclusive(x_16); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_16, 0); +lean_dec(x_19); +lean_ctor_set(x_16, 0, x_14); +x_20 = lean_st_ref_set(x_4, x_16, x_17); +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(x_12); +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(x_12); +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 +{ +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_16, 1); +x_28 = lean_ctor_get(x_16, 2); +x_29 = lean_ctor_get(x_16, 3); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_16); +x_30 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_30, 0, x_14); +lean_ctor_set(x_30, 1, x_27); +lean_ctor_set(x_30, 2, x_28); +lean_ctor_set(x_30, 3, x_29); +x_31 = lean_st_ref_set(x_4, x_30, x_17); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_33 = x_31; +} else { + lean_dec_ref(x_31); + x_33 = lean_box(0); +} +x_34 = lean_box(x_12); +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); +return x_35; +} +} +} +} +static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__1() { +_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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__1; +x_2 = lean_box(0); +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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3() { +static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2; +x_1 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18(lean_object* x_1, lean_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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26(lean_object* x_1, lean_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) { _start: { uint8_t x_17; @@ -10771,7 +11400,7 @@ lean_object* x_43; lean_object* x_44; x_43 = lean_ctor_get(x_38, 1); lean_inc(x_43); lean_dec(x_38); -x_44 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3; +x_44 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3; x_22 = x_44; x_23 = x_43; goto block_29; @@ -10853,7 +11482,7 @@ lean_object* x_59; lean_object* x_60; x_59 = lean_ctor_get(x_54, 1); lean_inc(x_59); lean_dec(x_54); -x_60 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3; +x_60 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3; x_22 = x_60; x_23 = x_59; goto block_29; @@ -10927,7 +11556,7 @@ return x_71; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___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; lean_object* x_8; lean_object* x_9; @@ -10939,7 +11568,7 @@ lean_ctor_set(x_9, 1, x_6); return x_9; } } -static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1() { +static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10951,15 +11580,15 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2() { +static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__2() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__3() { +static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__3() { _start: { lean_object* x_1; @@ -10967,16 +11596,16 @@ x_1 = lean_mk_string_from_bytes("unexpected eliminator target type", 33); return x_1; } } -static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4() { +static lean_object* _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__3; +x_1 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__3; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19(lean_object* x_1, lean_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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27(lean_object* x_1, lean_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; @@ -11059,14 +11688,14 @@ goto _start; block_97: { lean_object* x_29; lean_object* x_30; -x_29 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1; +x_29 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__1; lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_28); lean_inc(x_3); -x_30 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_2, x_3, x_26, x_29, x_28, x_3, x_27, x_3, x_17, x_29, x_9, x_10, x_11, x_12, x_13); +x_30 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26(x_1, x_2, x_3, x_26, x_29, x_28, x_3, x_27, x_3, x_17, x_29, x_9, x_10, x_11, x_12, x_13); lean_dec(x_26); if (lean_obj_tag(x_30) == 0) { @@ -11082,7 +11711,7 @@ lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; x_33 = lean_ctor_get(x_30, 1); lean_inc(x_33); lean_dec(x_30); -x_34 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2; +x_34 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__2; x_35 = lean_box(0); lean_inc(x_12); lean_inc(x_11); @@ -11139,7 +11768,7 @@ lean_dec(x_8); lean_dec(x_5); lean_dec(x_3); x_47 = l_Lean_indentExpr(x_41); -x_48 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4; +x_48 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4; x_49 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_49, 0, x_48); lean_ctor_set(x_49, 1, x_47); @@ -11300,7 +11929,7 @@ lean_dec(x_8); lean_dec(x_5); lean_dec(x_3); x_77 = l_Lean_indentExpr(x_71); -x_78 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4; +x_78 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4; x_79 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_79, 0, x_78); lean_ctor_set(x_79, 1, x_77); @@ -11456,7 +12085,7 @@ x_11 = lean_unsigned_to_nat(0u); x_12 = lean_unsigned_to_nat(1u); x_13 = l_Lean_Meta_ElimInfo_targetsPos___default___closed__1; lean_inc_n(x_10, 2); -x_14 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19(x_2, x_9, x_10, x_10, x_11, x_10, x_12, x_13, x_4, x_5, x_6, x_7, x_8); +x_14 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27(x_2, x_9, x_10, x_10, x_11, x_10, x_12, x_13, x_4, x_5, x_6, x_7, x_8); lean_dec(x_10); lean_dec(x_9); if (lean_obj_tag(x_14) == 0) @@ -11791,6 +12420,98 @@ lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_mkCustomEliminator___spec__20(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__23___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__23(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__24(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_mkCustomEliminator___spec__22(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__25___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_mkCustomEliminator___spec__25(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_mkCustomEliminator___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_mkCustomEliminator___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_mkCustomEliminator___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___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: { @@ -11804,11 +12525,11 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___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, lean_object* x_16) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___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, lean_object* x_16) { _start: { lean_object* x_17; -x_17 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18(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 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26(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); lean_dec(x_10); lean_dec(x_9); lean_dec(x_4); @@ -11818,11 +12539,11 @@ lean_dec(x_1); return x_17; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___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); @@ -11831,11 +12552,11 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___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_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19(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 = l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27(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_7); lean_dec(x_6); lean_dec(x_2); @@ -12619,7 +13340,7 @@ x_9 = l_Lean_Meta_addCustomEliminator(x_1, x_8, x_3, x_4, x_5, x_6, x_7); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; @@ -12644,7 +13365,7 @@ lean_ctor_set_uint8(x_5, 12, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -12656,7 +13377,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -12665,23 +13386,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_3290____lambda__1___closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____lambda__1___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____lambda__1___closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__4; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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); @@ -12692,25 +13413,25 @@ 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_3290____lambda__1___closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___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_3290____lambda__1___closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__5; 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_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___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; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__6; x_4 = l_Lean_Meta_ElimInfo_targetsPos___default___closed__1; x_5 = lean_unsigned_to_nat(0u); x_6 = lean_alloc_ctor(0, 6, 0); @@ -12723,7 +13444,7 @@ lean_ctor_set(x_6, 5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -12735,7 +13456,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -12747,13 +13468,13 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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; x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__8; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__8; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__9; x_4 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__1; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); @@ -12768,14 +13489,14 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__10; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__10; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__5; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__5; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_2); lean_ctor_set(x_5, 1, x_3); @@ -12784,18 +13505,18 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____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_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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; lean_object* x_11; lean_object* x_12; -x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__11; +x_7 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__11; 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_Tactic_ElimInfo___hyg_3290____lambda__1___closed__7; +x_11 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__7; lean_inc(x_9); x_12 = l_Lean_Meta_addCustomEliminator(x_1, x_3, x_11, x_9, x_4, x_5, x_10); if (lean_obj_tag(x_12) == 0) @@ -12854,7 +13575,7 @@ return x_24; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -12862,45 +13583,45 @@ x_1 = lean_mk_string_from_bytes("attribute cannot be erased", 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____lambda__2___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____lambda__2(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_Tactic_ElimInfo___hyg_3296____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_3290____lambda__2___closed__2; +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(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_3290____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_2481____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____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_3290____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____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_3290____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__3() { _start: { lean_object* x_1; @@ -12908,17 +13629,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__5() { _start: { lean_object* x_1; @@ -12926,37 +13647,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____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_3290____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____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_3290____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__9() { _start: { lean_object* x_1; @@ -12964,17 +13685,17 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__11() { _start: { lean_object* x_1; @@ -12982,17 +13703,17 @@ x_1 = lean_mk_string_from_bytes("ElimInfo", 8); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__13() { _start: { lean_object* x_1; @@ -13000,27 +13721,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____closed__14; -x_2 = lean_unsigned_to_nat(3290u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__14; +x_2 = lean_unsigned_to_nat(3296u); 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_3290____closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__16() { _start: { lean_object* x_1; @@ -13028,17 +13749,17 @@ x_1 = lean_mk_string_from_bytes("eliminator", 10); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__17() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__17() { _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_3290____closed__16; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__16; 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_3290____closed__18() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__18() { _start: { lean_object* x_1; @@ -13046,13 +13767,13 @@ x_1 = lean_mk_string_from_bytes("custom eliminator for `cases` and `induction` t return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__19() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__19() { _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_3290____closed__15; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__17; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__18; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__15; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__17; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__18; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -13062,29 +13783,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_3290____closed__20() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__20() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__21() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__21() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__22() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__22() { _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_3290____closed__19; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__20; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__21; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__19; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__20; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__21; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -13092,31 +13813,31 @@ 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_3290_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296_(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_3290____closed__22; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__22; 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_3290____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_Tactic_ElimInfo___hyg_3296____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_3290____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____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_3290____lambda__2___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_Tactic_ElimInfo___hyg_3296____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_3290____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -14281,32 +15002,32 @@ l_Lean_Meta_instInhabitedCustomEliminator___closed__1 = _init_l_Lean_Meta_instIn lean_mark_persistent(l_Lean_Meta_instInhabitedCustomEliminator___closed__1); l_Lean_Meta_instInhabitedCustomEliminator = _init_l_Lean_Meta_instInhabitedCustomEliminator(); lean_mark_persistent(l_Lean_Meta_instInhabitedCustomEliminator); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__1); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__2); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__3); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__4); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__5); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__6); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__7); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__8 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__8); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__9 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__9); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__10 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__10); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__11 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__11); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__12 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__12(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__12); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__13 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__13(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2063____closed__13); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__3); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__4); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__5); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__6); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__7); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__8 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__8); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__9 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__9); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__10 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__10); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__11 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__11); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__12 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__12); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__13 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminator____x40_Lean_Meta_Tactic_ElimInfo___hyg_2065____closed__13); l_Lean_Meta_instReprCustomEliminator___closed__1 = _init_l_Lean_Meta_instReprCustomEliminator___closed__1(); lean_mark_persistent(l_Lean_Meta_instReprCustomEliminator___closed__1); l_Lean_Meta_instReprCustomEliminator = _init_l_Lean_Meta_instReprCustomEliminator(); @@ -14329,48 +15050,48 @@ l_Lean_Meta_instInhabitedCustomEliminators___closed__2 = _init_l_Lean_Meta_instI lean_mark_persistent(l_Lean_Meta_instInhabitedCustomEliminators___closed__2); l_Lean_Meta_instInhabitedCustomEliminators = _init_l_Lean_Meta_instInhabitedCustomEliminators(); lean_mark_persistent(l_Lean_Meta_instInhabitedCustomEliminators); -l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___closed__1 = _init_l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___closed__1(); -lean_mark_persistent(l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__1___closed__1); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__1); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__2 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__2(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__2); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__3); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__4); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__5 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__5(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__5); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__6); -l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__7 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__7(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__10___closed__7); -l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__1 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__1(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__1); -l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__2 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__2(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__2); -l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__3); -l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__4 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__4(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__4); -l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__5 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__5(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__5); -l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__6 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__6(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____spec__8___closed__6); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__1); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__2); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__3); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__4); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__5); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__6); -l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2218____closed__7); +l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___closed__1 = _init_l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___closed__1(); +lean_mark_persistent(l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__1___closed__1); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__1 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__1(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__1); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__2 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__2(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__2); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__3); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__4); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__5 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__5(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__5); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__6); +l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__7 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__7(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__10___closed__7); +l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__1 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__1(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__1); +l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__2 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__2(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__2); +l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__3); +l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__4 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__4(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__4); +l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__5 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__5(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__5); +l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__6 = _init_l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__6(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____spec__8___closed__6); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__1 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__1); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__2 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__2); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__3 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__3); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__4 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__4); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__5 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__5); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__6 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__6); +l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__7 = _init_l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_ElimInfo_0__Lean_Meta_reprCustomEliminators____x40_Lean_Meta_Tactic_ElimInfo___hyg_2220____closed__7); l_Lean_Meta_instReprCustomEliminators___closed__1 = _init_l_Lean_Meta_instReprCustomEliminators___closed__1(); lean_mark_persistent(l_Lean_Meta_instReprCustomEliminators___closed__1); l_Lean_Meta_instReprCustomEliminators = _init_l_Lean_Meta_instReprCustomEliminators(); @@ -14380,41 +15101,41 @@ l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spe l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__2 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__2(); l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__3 = _init_l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__3(); lean_mark_persistent(l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addCustomEliminatorEntry___spec__3___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481____closed__7); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2481_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485____closed__7); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_2485_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_customEliminatorExt = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_customEliminatorExt); lean_dec_ref(res); }l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1 = _init_l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1(); lean_mark_persistent(l_Lean_exprDependsOn___at_Lean_Meta_mkCustomEliminator___spec__1___closed__1); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__1); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__2); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__18___closed__3); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__1); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__2); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__3 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__3(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__3); -l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4(); -lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__19___closed__4); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__1(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__1); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__2 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__2(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__2); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__26___closed__3); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__1(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__1); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__2 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__2(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__2); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__3 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__3(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__3); +l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4 = _init_l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4(); +lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_Meta_mkCustomEliminator___spec__27___closed__4); l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__1(); lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__1); l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__2 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addCustomEliminator___spec__1___closed__2(); @@ -14437,77 +15158,77 @@ 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__10); 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_3290____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__1___closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__21(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__21); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__22(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290____closed__22); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3290_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__1___closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____lambda__2___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__16); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__17(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__17); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__18(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__18); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__19(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__19); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__20(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__20); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__21(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__21); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__22(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296____closed__22); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_ElimInfo___hyg_3296_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Array_forInUnsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Meta_getCustomEliminator_x3f___spec__1___closed__1(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/FVarSubst.c b/stage0/stdlib/Lean/Meta/Tactic/FVarSubst.c index 49eb2fef2d43..f456449d26a3 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/FVarSubst.c +++ b/stage0/stdlib/Lean/Meta/Tactic/FVarSubst.c @@ -37,7 +37,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_insert___lambda__1(lean_object*, LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Meta_FVarSubst_contains___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalDecl_applyFVarSubst___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_FVarSubst_apply___spec__1(lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_any___boxed(lean_object*, lean_object*); uint8_t l_Lean_AssocList_isEmpty___rarg(lean_object*); @@ -53,6 +52,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_map___default; extern lean_object* l_Lean_Expr_ReplaceImpl_Cache_new; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_get___boxed(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_apply___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_domain(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_erase___at_Lean_Meta_FVarSubst_erase___spec__1___boxed(lean_object*, lean_object*); @@ -651,7 +651,7 @@ return x_55; else { uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; @@ -731,7 +731,7 @@ return x_92; else { uint8_t x_93; -x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_93 == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; @@ -829,7 +829,7 @@ return x_106; else { uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_123 == 0) { lean_object* x_124; lean_object* x_125; @@ -909,7 +909,7 @@ return x_143; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_144 == 0) { lean_object* x_145; lean_object* x_146; lean_object* x_147; @@ -1335,31 +1335,48 @@ return x_266; LEAN_EXPORT lean_object* l_Lean_Meta_FVarSubst_apply(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_AssocList_isEmpty___rarg(x_1); -if (x_3 == 0) +uint8_t x_3; uint8_t x_8; +x_8 = l_Lean_AssocList_isEmpty___rarg(x_1); +if (x_8 == 0) { -uint8_t x_4; -x_4 = l_Lean_Expr_hasFVar(x_2); -if (x_4 == 0) +uint8_t x_9; +x_9 = l_Lean_Expr_hasFVar(x_2); +if (x_9 == 0) { -return x_2; +uint8_t x_10; +x_10 = 1; +x_3 = x_10; +goto block_7; } else { -lean_object* x_5; lean_object* x_6; lean_object* x_7; -x_5 = l_Lean_Expr_ReplaceImpl_Cache_new; -x_6 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_FVarSubst_apply___spec__1(x_1, x_2, x_5); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -lean_dec(x_6); -return x_7; +uint8_t x_11; +x_11 = 0; +x_3 = x_11; +goto block_7; } } else { return x_2; } +block_7: +{ +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = l_Lean_Expr_ReplaceImpl_Cache_new; +x_5 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_FVarSubst_apply___spec__1(x_1, x_2, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +lean_dec(x_5); +return x_6; +} +else +{ +return x_2; +} +} } } LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Meta_FVarSubst_apply___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { diff --git a/stage0/stdlib/Lean/Meta/Tactic/Generalize.c b/stage0/stdlib/Lean/Meta/Tactic/Generalize.c index 5ac5436524d4..7d38f888224d 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Generalize.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Generalize.c @@ -1217,154 +1217,115 @@ return x_47; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Generalize_0__Lean_Meta_generalizeCore___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; size_t x_12; size_t x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_11; size_t x_12; size_t x_13; lean_object* x_14; uint8_t x_15; lean_object* x_57; uint8_t x_58; x_11 = lean_array_get_size(x_1); x_12 = lean_usize_of_nat(x_11); x_13 = 0; lean_inc(x_1); x_14 = l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Generalize_0__Lean_Meta_generalizeCore___spec__1(x_12, x_13, x_1); -x_15 = lean_unsigned_to_nat(0u); -x_16 = lean_nat_dec_lt(x_15, x_11); -if (x_16 == 0) +x_57 = lean_unsigned_to_nat(0u); +x_58 = lean_nat_dec_lt(x_57, x_11); +if (x_58 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_26; lean_object* x_27; -lean_dec(x_1); -lean_inc(x_6); -x_17 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_2, x_3, x_6, x_7, x_8, x_9, x_10); -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); -lean_inc(x_18); -x_20 = l_Lean_mkAppN(x_18, x_14); -x_21 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_20, x_6, x_7, x_8, x_9, x_19); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -x_23 = l_Lean_Expr_mvarId_x21(x_18); -x_24 = lean_box(0); -x_25 = 0; -x_26 = 1; -x_27 = l_Lean_Meta_introNCore(x_23, x_11, x_24, x_25, x_26, x_6, x_7, x_8, x_9, x_22); -return x_27; +uint8_t x_59; +x_59 = 1; +x_15 = x_59; +goto block_56; } else { -uint8_t x_28; -x_28 = lean_nat_dec_le(x_11, x_11); -if (x_28 == 0) +uint8_t x_60; +x_60 = lean_nat_dec_le(x_11, x_11); +if (x_60 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; uint8_t x_38; lean_object* x_39; -lean_dec(x_1); -lean_inc(x_6); -x_29 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_2, x_3, x_6, x_7, x_8, x_9, x_10); -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); -lean_inc(x_30); -x_32 = l_Lean_mkAppN(x_30, x_14); -x_33 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_32, x_6, x_7, x_8, x_9, x_31); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Expr_mvarId_x21(x_30); -x_36 = lean_box(0); -x_37 = 0; -x_38 = 1; -x_39 = l_Lean_Meta_introNCore(x_35, x_11, x_36, x_37, x_38, x_6, x_7, x_8, x_9, x_34); -return x_39; +uint8_t x_61; +x_61 = 1; +x_15 = x_61; +goto block_56; } else { -uint8_t x_40; -x_40 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Generalize_0__Lean_Meta_generalizeCore___spec__2(x_1, x_13, x_12); -if (x_40 == 0) +uint8_t x_62; +x_62 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_Tactic_Generalize_0__Lean_Meta_generalizeCore___spec__2(x_1, x_13, x_12); +if (x_62 == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; uint8_t x_50; lean_object* x_51; -lean_dec(x_1); -lean_inc(x_6); -x_41 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_2, x_3, x_6, x_7, x_8, x_9, x_10); -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); -lean_inc(x_42); -x_44 = l_Lean_mkAppN(x_42, x_14); -x_45 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_44, x_6, x_7, x_8, x_9, x_43); -x_46 = lean_ctor_get(x_45, 1); -lean_inc(x_46); -lean_dec(x_45); -x_47 = l_Lean_Expr_mvarId_x21(x_42); -x_48 = lean_box(0); -x_49 = 0; -x_50 = 1; -x_51 = l_Lean_Meta_introNCore(x_47, x_11, x_48, x_49, x_50, x_6, x_7, x_8, x_9, x_46); -return x_51; +uint8_t x_63; +x_63 = 1; +x_15 = x_63; +goto block_56; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; +uint8_t x_64; +x_64 = 0; +x_15 = x_64; +goto block_56; +} +} +} +block_56: +{ +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_inc(x_11); -x_52 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_52, 0, x_11); -x_53 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Generalize_0__Lean_Meta_generalizeCore___lambda__1), 8, 1); -lean_closure_set(x_53, 0, x_1); +x_16 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_16, 0, x_11); +x_17 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Generalize_0__Lean_Meta_generalizeCore___lambda__1), 8, 1); +lean_closure_set(x_17, 0, x_1); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_54 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_2, x_52, x_53, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_54) == 0) +x_18 = l_Lean_Meta_forallBoundedTelescope___at_Lean_Meta_addPPExplicitToExposeDiff_visit___spec__2___rarg(x_2, x_16, x_17, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_18) == 0) { -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; uint8_t x_74; lean_object* x_75; -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 = lean_ctor_get(x_55, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); +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; lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_39; lean_object* x_40; +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 = lean_ctor_get(x_19, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_dec(x_19); lean_inc(x_6); -x_59 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_58, x_3, x_6, x_7, x_8, x_9, x_56); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -lean_inc(x_60); -x_62 = l_Lean_mkAppN(x_60, x_14); -x_63 = l_List_redLength___rarg(x_57); -x_64 = lean_mk_empty_array_with_capacity(x_63); -lean_dec(x_63); -lean_inc(x_57); -x_65 = l_List_toArrayAux___rarg(x_57, x_64); -x_66 = l_Lean_mkAppN(x_62, x_65); -x_67 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_66, x_6, x_7, x_8, x_9, x_61); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -lean_dec(x_67); -x_69 = l_Lean_Expr_mvarId_x21(x_60); -x_70 = l_List_lengthTRAux___rarg(x_57, x_15); -lean_dec(x_57); -x_71 = lean_nat_add(x_11, x_70); -lean_dec(x_70); +x_23 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_22, x_3, x_6, x_7, x_8, x_9, x_20); +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); +lean_inc(x_24); +x_26 = l_Lean_mkAppN(x_24, x_14); +x_27 = l_List_redLength___rarg(x_21); +x_28 = lean_mk_empty_array_with_capacity(x_27); +lean_dec(x_27); +lean_inc(x_21); +x_29 = l_List_toArrayAux___rarg(x_21, x_28); +x_30 = l_Lean_mkAppN(x_26, x_29); +x_31 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_30, x_6, x_7, x_8, x_9, x_25); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = l_Lean_Expr_mvarId_x21(x_24); +x_34 = lean_unsigned_to_nat(0u); +x_35 = l_List_lengthTRAux___rarg(x_21, x_34); +lean_dec(x_21); +x_36 = lean_nat_add(x_11, x_35); +lean_dec(x_35); lean_dec(x_11); -x_72 = lean_box(0); -x_73 = 0; -x_74 = 1; -x_75 = l_Lean_Meta_introNCore(x_69, x_71, x_72, x_73, x_74, x_6, x_7, x_8, x_9, x_68); -return x_75; +x_37 = lean_box(0); +x_38 = 0; +x_39 = 1; +x_40 = l_Lean_Meta_introNCore(x_33, x_36, x_37, x_38, x_39, x_6, x_7, x_8, x_9, x_32); +return x_40; } else { -uint8_t x_76; +uint8_t x_41; lean_dec(x_14); lean_dec(x_11); lean_dec(x_9); @@ -1373,26 +1334,49 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); -x_76 = !lean_is_exclusive(x_54); -if (x_76 == 0) +x_41 = !lean_is_exclusive(x_18); +if (x_41 == 0) { -return x_54; +return x_18; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_54, 0); -x_78 = lean_ctor_get(x_54, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_54); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_18, 0); +x_43 = lean_ctor_get(x_18, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_18); +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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; uint8_t x_54; lean_object* x_55; +lean_dec(x_1); +lean_inc(x_6); +x_45 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_2, x_3, x_6, x_7, x_8, x_9, x_10); +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); +lean_inc(x_46); +x_48 = l_Lean_mkAppN(x_46, x_14); +x_49 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_4, x_48, x_6, x_7, x_8, x_9, x_47); +x_50 = lean_ctor_get(x_49, 1); +lean_inc(x_50); +lean_dec(x_49); +x_51 = l_Lean_Expr_mvarId_x21(x_46); +x_52 = lean_box(0); +x_53 = 0; +x_54 = 1; +x_55 = l_Lean_Meta_introNCore(x_51, x_11, x_52, x_53, x_54, x_6, x_7, x_8, x_9, x_50); +return x_55; } } } @@ -2115,66 +2099,60 @@ uint8_t x_12; x_12 = lean_usize_dec_eq(x_4, x_5); if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_20; x_13 = lean_array_uget(x_3, x_4); lean_inc(x_7); lean_inc(x_13); -x_14 = l_Lean_FVarId_getType(x_13, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_14) == 0) +x_20 = l_Lean_FVarId_getType(x_13, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_20) == 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_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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_15, x_7, x_8, x_9, x_10, x_16); -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_2); -x_21 = lean_unsigned_to_nat(0u); -x_22 = lean_nat_dec_lt(x_21, x_20); -if (x_22 == 0) -{ -size_t x_23; size_t x_24; +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; +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); -lean_dec(x_18); +x_23 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_21, x_7, x_8, x_9, x_10, 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_array_get_size(x_2); +x_27 = lean_unsigned_to_nat(0u); +x_28 = lean_nat_dec_lt(x_27, x_26); +if (x_28 == 0) +{ +lean_dec(x_26); +lean_dec(x_24); lean_dec(x_13); -x_23 = 1; -x_24 = lean_usize_add(x_4, x_23); -x_4 = x_24; -x_11 = x_19; -goto _start; +x_14 = x_6; +x_15 = x_25; +goto block_19; } else { -uint8_t x_26; -x_26 = lean_nat_dec_le(x_20, x_20); -if (x_26 == 0) +uint8_t x_29; +x_29 = lean_nat_dec_le(x_26, x_26); +if (x_29 == 0) { -size_t x_27; size_t x_28; -lean_dec(x_20); -lean_dec(x_18); +lean_dec(x_26); +lean_dec(x_24); lean_dec(x_13); -x_27 = 1; -x_28 = lean_usize_add(x_4, x_27); -x_4 = x_28; -x_11 = x_19; -goto _start; +x_14 = x_6; +x_15 = x_25; +goto block_19; } else { size_t x_30; lean_object* x_31; -x_30 = lean_usize_of_nat(x_20); -lean_dec(x_20); +x_30 = lean_usize_of_nat(x_26); +lean_dec(x_26); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_31 = l_Array_anyMUnsafe_any___at_Lean_MVarId_generalizeHyp___spec__2(x_18, x_2, x_1, x_30, x_7, x_8, x_9, x_10, x_19); +x_31 = l_Array_anyMUnsafe_any___at_Lean_MVarId_generalizeHyp___spec__2(x_24, x_2, x_1, x_30, x_7, x_8, x_9, x_10, x_25); if (lean_obj_tag(x_31) == 0) { lean_object* x_32; uint8_t x_33; @@ -2184,58 +2162,53 @@ x_33 = lean_unbox(x_32); lean_dec(x_32); if (x_33 == 0) { -lean_object* x_34; size_t x_35; size_t x_36; +lean_object* x_34; lean_dec(x_13); x_34 = lean_ctor_get(x_31, 1); lean_inc(x_34); lean_dec(x_31); -x_35 = 1; -x_36 = lean_usize_add(x_4, x_35); -x_4 = x_36; -x_11 = x_34; -goto _start; +x_14 = x_6; +x_15 = x_34; +goto block_19; } else { -lean_object* x_38; lean_object* x_39; size_t x_40; size_t x_41; -x_38 = lean_ctor_get(x_31, 1); -lean_inc(x_38); +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_31, 1); +lean_inc(x_35); lean_dec(x_31); -x_39 = lean_array_push(x_6, x_13); -x_40 = 1; -x_41 = lean_usize_add(x_4, x_40); -x_4 = x_41; -x_6 = x_39; -x_11 = x_38; -goto _start; +x_36 = lean_array_push(x_6, x_13); +x_14 = x_36; +x_15 = x_35; +goto block_19; } } else { -uint8_t x_43; +uint8_t x_37; lean_dec(x_13); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_43 = !lean_is_exclusive(x_31); -if (x_43 == 0) +x_37 = !lean_is_exclusive(x_31); +if (x_37 == 0) { return x_31; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_31, 0); -x_45 = lean_ctor_get(x_31, 1); -lean_inc(x_45); -lean_inc(x_44); +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_31, 0); +x_39 = lean_ctor_get(x_31, 1); +lean_inc(x_39); +lean_inc(x_38); lean_dec(x_31); -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; +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; } } } @@ -2243,44 +2216,54 @@ return x_46; } else { -uint8_t x_47; +uint8_t x_41; lean_dec(x_13); 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_14); -if (x_47 == 0) +x_41 = !lean_is_exclusive(x_20); +if (x_41 == 0) { -return x_14; +return x_20; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_14, 0); -x_49 = lean_ctor_get(x_14, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_14); -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_object* x_42; lean_object* x_43; lean_object* x_44; +x_42 = lean_ctor_get(x_20, 0); +x_43 = lean_ctor_get(x_20, 1); +lean_inc(x_43); +lean_inc(x_42); +lean_dec(x_20); +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; } } +block_19: +{ +size_t x_16; size_t x_17; +x_16 = 1; +x_17 = lean_usize_add(x_4, x_16); +x_4 = x_17; +x_6 = x_14; +x_11 = x_15; +goto _start; +} } else { -lean_object* x_51; +lean_object* x_45; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_6); -lean_ctor_set(x_51, 1, x_11); -return x_51; +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_6); +lean_ctor_set(x_45, 1, x_11); +return x_45; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Induction.c b/stage0/stdlib/Lean/Meta/Tactic/Induction.c index 6cc868354a76..66b0d504d03f 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Induction.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Induction.c @@ -21,16 +21,15 @@ lean_object* l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(si static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__3; 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_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__1; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___lambda__1___boxed(lean_object**); static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__2; lean_object* l_Lean_MVarId_checkNotAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__1; static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__10; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_MVarId_induction___spec__6___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_Meta_FVarSubst_insert(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); @@ -41,6 +40,7 @@ static lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambd uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___boxed(lean_object**); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__5; lean_object* l_Lean_Meta_normalizeLevel(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_Array_forInUnsafe_loop___at_Lean_MVarId_induction___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -48,9 +48,9 @@ uint8_t l_Lean_Level_isZero(lean_object*); lean_object* l_Lean_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_InductionSubgoal_subst___default; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__14; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(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_Induction___hyg_4057____closed__14; lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__2___closed__1; extern lean_object* l_Lean_instInhabitedLevel; @@ -63,6 +63,7 @@ lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__7; size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___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*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType(lean_object*); @@ -76,9 +77,7 @@ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___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*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_abstractM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051_(lean_object*); LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__13; lean_object* l_Lean_Meta_getLevel(lean_object*, 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_MVarId_induction___lambda__2___closed__2; @@ -88,7 +87,6 @@ lean_object* l_Lean_Meta_whnfForall(lean_object*, lean_object*, lean_object*, le LEAN_EXPORT lean_object* l_Lean_MVarId_induction___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_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_induction(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_Induction___hyg_4051____closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isHeadBetaTarget(lean_object*, uint8_t); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); @@ -100,7 +98,6 @@ lean_object* l_Lean_MVarId_revert(lean_object*, lean_object*, uint8_t, uint8_t, extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___lambda__3(lean_object*, size_t, 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*); uint8_t l_Lean_BinderInfo_isInstImplicit(uint8_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__10; static lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_induction___spec__4___lambda__2___closed__2; static lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___closed__1; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); @@ -125,19 +122,17 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_induction___spe static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__8; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(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_MVarId_induction___spec__7___lambda__2___boxed(lean_object**); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__1; static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedFVarId; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams(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_induction___spec__4___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_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__6; lean_object* l_Lean_MessageData_ofExpr(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__11; lean_object* l_Lean_Meta_RecursorInfo_firstIndexPos(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__8; static lean_object* l_Lean_Meta_instInhabitedInductionSubgoal___closed__1; +lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___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_Expr_withAppAux___at_Lean_MVarId_induction___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*, lean_object*, lean_object*, lean_object*); @@ -153,7 +148,6 @@ static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize lean_object* l_Lean_Meta_mkRecursorInfo(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*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__7; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__2; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___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*); @@ -164,7 +158,6 @@ lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l_Lean_Meta_instInhabitedAltVarNames___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_induction___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_panic___at___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___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_Induction___hyg_4051____closed__9; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___lambda__2(lean_object*, size_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_array_set(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_type(lean_object*); @@ -173,16 +166,17 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_fin lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___lambda__2___closed__3; lean_object* l_Lean_MVarId_tryClear(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_Induction___hyg_4057____closed__6; static lean_object* l_Lean_Meta_InductionSubgoal_fields___default___closed__1; static lean_object* l_Lean_MVarId_induction___closed__3; static lean_object* l_Lean_MVarId_induction___lambda__2___closed__1; static lean_object* l_Lean_MVarId_induction___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTargetArity(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__15; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___boxed(lean_object**); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__1; lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__2___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_induction(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); static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg___closed__2; @@ -193,6 +187,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_fin static lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___closed__2; static lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_induction___spec__4___lambda__2___closed__1; lean_object* l_Lean_Expr_fvar___override(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__7; static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg___closed__4; 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_Tactic_Induction_0__Lean_Meta_addRecParams___closed__2; @@ -207,6 +202,8 @@ lean_object* l_Lean_Expr_headBeta(lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedAltVarNames; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__9; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_induction___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*); @@ -214,7 +211,6 @@ LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spe static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__3; 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_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__3; lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -235,12 +231,16 @@ lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__8___lambda__2___boxed(lean_object**); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__13; static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__4; lean_object* l_Nat_repr(lean_object*); static lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__1; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__5; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__11; uint8_t l_Array_isEmpty___rarg(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTargetArity(lean_object* x_1) { _start: { @@ -1483,98 +1483,154 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_fin lean_dec(x_17); if (lean_obj_tag(x_1) == 7) { -lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; uint8_t x_40; +lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; uint8_t x_27; uint8_t x_83; x_23 = lean_ctor_get(x_1, 0); lean_inc(x_23); x_24 = lean_ctor_get(x_1, 1); lean_inc(x_24); x_25 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); x_26 = l_Lean_Expr_headBeta(x_24); -x_40 = l_Lean_BinderInfo_isInstImplicit(x_25); -if (x_40 == 0) +x_83 = l_Lean_BinderInfo_isInstImplicit(x_25); +if (x_83 == 0) { -lean_object* x_41; -x_41 = lean_box(0); -x_27 = x_41; -goto block_39; +uint8_t x_84; +x_84 = 0; +x_27 = x_84; +goto block_82; } else { -uint8_t x_42; -x_42 = l_Array_isEmpty___rarg(x_12); -if (x_42 == 0) +uint8_t x_85; +x_85 = l_Array_isEmpty___rarg(x_12); +x_27 = x_85; +goto block_82; +} +block_82: +{ +if (x_27 == 0) +{ +lean_object* x_28; uint8_t x_29; +lean_inc(x_26); +x_28 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTargetArity(x_26); +x_29 = lean_nat_dec_lt(x_28, x_2); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; +x_30 = lean_box(0); +x_31 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__2(x_28, x_2, x_3, x_4, x_5, x_6, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_23, x_26, x_30, x_18, x_19, x_20, x_21, x_22); +return x_31; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_23); +lean_dec(x_16); +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_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_32 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__2; +x_33 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__5; +x_34 = l_Lean_Meta_throwTacticEx___rarg(x_32, x_6, x_33, x_18, x_19, x_20, x_21, x_22); +lean_dec(x_21); +lean_dec(x_19); +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) +{ +return x_34; +} +else { -lean_object* x_43; -x_43 = lean_box(0); -x_27 = x_43; -goto block_39; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_34, 0); +x_37 = lean_ctor_get(x_34, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_34); +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_44; lean_object* x_45; -x_44 = lean_box(0); +lean_object* x_39; lean_object* x_40; +x_39 = lean_box(0); lean_inc(x_21); lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); lean_inc(x_26); -x_45 = l_Lean_Meta_synthInstance_x3f(x_26, x_44, x_18, x_19, x_20, x_21, x_22); -if (lean_obj_tag(x_45) == 0) +x_40 = l_Lean_Meta_synthInstance_x3f(x_26, x_39, x_18, x_19, x_20, x_21, x_22); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_46; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -if (lean_obj_tag(x_46) == 0) +lean_object* x_41; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +if (lean_obj_tag(x_41) == 0) { -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_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -x_48 = l_Lean_Name_append(x_16, x_23); +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_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = l_Lean_Name_append(x_16, x_23); lean_inc(x_18); -x_49 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_26, x_48, x_18, x_19, x_20, x_21, x_47); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -lean_inc(x_50); -x_52 = l_Lean_Expr_app___override(x_5, x_50); +x_44 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_26, x_43, x_18, x_19, x_20, x_21, x_42); +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); +lean_inc(x_45); +x_47 = l_Lean_Expr_app___override(x_5, x_45); lean_inc(x_21); lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); lean_inc(x_6); -x_53 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_6, x_1, x_50, x_18, x_19, x_20, x_21, x_51); -if (lean_obj_tag(x_53) == 0) +x_48 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_6, x_1, x_45, x_18, x_19, x_20, x_21, x_46); +if (lean_obj_tag(x_48) == 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; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_unsigned_to_nat(1u); -x_57 = lean_nat_add(x_9, x_56); +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_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_unsigned_to_nat(1u); +x_52 = lean_nat_add(x_9, x_51); lean_dec(x_9); -x_58 = lean_nat_add(x_10, x_56); +x_53 = lean_nat_add(x_10, x_51); lean_dec(x_10); -x_59 = l_Lean_Expr_mvarId_x21(x_50); -x_60 = lean_box(0); -x_61 = l_Lean_Meta_InductionSubgoal_fields___default___closed__1; -x_62 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_62, 0, x_59); -lean_ctor_set(x_62, 1, x_61); -lean_ctor_set(x_62, 2, x_60); -x_63 = lean_array_push(x_11, x_62); -x_64 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop(x_6, x_12, x_13, x_3, x_7, x_4, x_8, x_2, x_14, x_57, x_58, x_52, x_54, x_15, x_63, x_18, x_19, x_20, x_21, x_55); -return x_64; +x_54 = l_Lean_Expr_mvarId_x21(x_45); +x_55 = lean_box(0); +x_56 = l_Lean_Meta_InductionSubgoal_fields___default___closed__1; +x_57 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_57, 0, x_54); +lean_ctor_set(x_57, 1, x_56); +lean_ctor_set(x_57, 2, x_55); +x_58 = lean_array_push(x_11, x_57); +x_59 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop(x_6, x_12, x_13, x_3, x_7, x_4, x_8, x_2, x_14, x_52, x_53, x_47, x_49, x_15, x_58, x_18, x_19, x_20, x_21, x_50); +return x_59; } else { -uint8_t x_65; -lean_dec(x_52); -lean_dec(x_50); +uint8_t x_60; +lean_dec(x_47); +lean_dec(x_45); lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); @@ -1591,67 +1647,67 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_65 = !lean_is_exclusive(x_53); -if (x_65 == 0) +x_60 = !lean_is_exclusive(x_48); +if (x_60 == 0) { -return x_53; +return x_48; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_53, 0); -x_67 = lean_ctor_get(x_53, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_53); -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; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_48, 0); +x_62 = lean_ctor_get(x_48, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_48); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_dec(x_26); lean_dec(x_23); lean_dec(x_16); -x_69 = lean_ctor_get(x_45, 1); -lean_inc(x_69); -lean_dec(x_45); -x_70 = lean_ctor_get(x_46, 0); -lean_inc(x_70); -lean_dec(x_46); -lean_inc(x_70); -x_71 = l_Lean_Expr_app___override(x_5, x_70); +x_64 = lean_ctor_get(x_40, 1); +lean_inc(x_64); +lean_dec(x_40); +x_65 = lean_ctor_get(x_41, 0); +lean_inc(x_65); +lean_dec(x_41); +lean_inc(x_65); +x_66 = l_Lean_Expr_app___override(x_5, x_65); lean_inc(x_21); lean_inc(x_20); lean_inc(x_19); lean_inc(x_18); lean_inc(x_6); -x_72 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_6, x_1, x_70, x_18, x_19, x_20, x_21, x_69); -lean_dec(x_70); -if (lean_obj_tag(x_72) == 0) +x_67 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_6, x_1, x_65, x_18, x_19, x_20, x_21, x_64); +lean_dec(x_65); +if (lean_obj_tag(x_67) == 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; -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); -x_75 = lean_unsigned_to_nat(1u); -x_76 = lean_nat_add(x_9, x_75); +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +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_unsigned_to_nat(1u); +x_71 = lean_nat_add(x_9, x_70); lean_dec(x_9); -x_77 = lean_nat_add(x_10, x_75); +x_72 = lean_nat_add(x_10, x_70); lean_dec(x_10); -x_78 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop(x_6, x_12, x_13, x_3, x_7, x_4, x_8, x_2, x_14, x_76, x_77, x_71, x_73, x_15, x_11, x_18, x_19, x_20, x_21, x_74); -return x_78; +x_73 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop(x_6, x_12, x_13, x_3, x_7, x_4, x_8, x_2, x_14, x_71, x_72, x_66, x_68, x_15, x_11, x_18, x_19, x_20, x_21, x_69); +return x_73; } else { -uint8_t x_79; -lean_dec(x_71); +uint8_t x_74; +lean_dec(x_66); lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); @@ -1668,30 +1724,30 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_79 = !lean_is_exclusive(x_72); -if (x_79 == 0) +x_74 = !lean_is_exclusive(x_67); +if (x_74 == 0) { -return x_72; +return x_67; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_72, 0); -x_81 = lean_ctor_get(x_72, 1); -lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_72); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_67, 0); +x_76 = lean_ctor_get(x_67, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_67); +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_83; +uint8_t x_78; lean_dec(x_26); lean_dec(x_23); lean_dec(x_21); @@ -1713,90 +1769,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_45); -if (x_83 == 0) -{ -return x_45; -} -else -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_45, 0); -x_85 = lean_ctor_get(x_45, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_45); -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; -} -} -} -} -block_39: -{ -lean_object* x_28; uint8_t x_29; -lean_dec(x_27); -lean_inc(x_26); -x_28 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTargetArity(x_26); -x_29 = lean_nat_dec_lt(x_28, x_2); -if (x_29 == 0) +x_78 = !lean_is_exclusive(x_40); +if (x_78 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = lean_box(0); -x_31 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__2(x_28, x_2, x_3, x_4, x_5, x_6, x_1, x_7, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_23, x_26, x_30, x_18, x_19, x_20, x_21, x_22); -return x_31; +return x_40; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -lean_dec(x_28); -lean_dec(x_26); -lean_dec(x_23); -lean_dec(x_16); -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_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_32 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__2; -x_33 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__5; -x_34 = l_Lean_Meta_throwTacticEx___rarg(x_32, x_6, x_33, x_18, x_19, x_20, x_21, x_22); -lean_dec(x_21); -lean_dec(x_19); -x_35 = !lean_is_exclusive(x_34); -if (x_35 == 0) -{ -return x_34; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_40, 0); +x_80 = lean_ctor_get(x_40, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_40); +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_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_34, 0); -x_37 = lean_ctor_get(x_34, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_34); -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_87; lean_object* x_88; +lean_object* x_86; lean_object* x_87; lean_dec(x_16); lean_dec(x_14); lean_dec(x_13); @@ -1812,9 +1809,9 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__4; -x_88 = l_panic___at___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___spec__1(x_87, x_18, x_19, x_20, x_21, x_22); -return x_88; +x_86 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3___closed__4; +x_87 = l_panic___at___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___spec__1(x_86, x_18, x_19, x_20, x_21, x_22); +return x_87; } } } @@ -1829,13 +1826,32 @@ lean_inc(x_16); x_21 = l_Lean_Meta_whnfForall(x_13, x_16, x_17, x_18, x_19, x_20); if (lean_obj_tag(x_21) == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_109; 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 = l_Lean_Expr_isForall(x_22); +x_109 = l_Lean_Expr_isForall(x_22); +if (x_109 == 0) +{ +uint8_t x_110; +x_110 = 0; +x_24 = x_110; +goto block_108; +} +else +{ +lean_object* x_111; uint8_t x_112; +x_111 = lean_ctor_get(x_3, 3); +lean_inc(x_111); +x_112 = lean_nat_dec_lt(x_10, x_111); +lean_dec(x_111); +x_24 = x_112; +goto block_108; +} +block_108: +{ if (x_24 == 0) { lean_dec(x_22); @@ -1893,95 +1909,34 @@ return x_33; else { lean_object* x_34; uint8_t x_35; -x_34 = lean_ctor_get(x_3, 3); -lean_inc(x_34); -x_35 = lean_nat_dec_lt(x_10, x_34); +x_34 = l_Lean_Meta_RecursorInfo_firstIndexPos(x_3); +x_35 = lean_nat_dec_eq(x_10, x_34); lean_dec(x_34); if (x_35 == 0) { -lean_dec(x_22); -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); -if (x_14 == 0) -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_dec(x_15); -lean_dec(x_12); -x_36 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__2; -x_37 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__5; -x_38 = l_Lean_Meta_throwTacticEx___rarg(x_36, x_1, x_37, x_16, x_17, x_18, x_19, x_23); -lean_dec(x_19); -lean_dec(x_17); -x_39 = !lean_is_exclusive(x_38); -if (x_39 == 0) -{ -return x_38; -} -else -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_38, 0); -x_41 = lean_ctor_get(x_38, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_38); -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 -{ -lean_object* x_43; lean_object* x_44; -x_43 = lean_box(0); -x_44 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__1(x_1, x_12, x_15, x_43, x_16, x_17, x_18, x_19, x_23); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -return x_44; -} -} -else -{ -lean_object* x_45; uint8_t x_46; -x_45 = l_Lean_Meta_RecursorInfo_firstIndexPos(x_3); -x_46 = lean_nat_dec_eq(x_10, x_45); -lean_dec(x_45); -if (x_46 == 0) -{ -lean_object* x_47; +lean_object* x_36; lean_inc(x_1); -x_47 = l_Lean_MVarId_getTag(x_1, x_16, x_17, x_18, x_19, x_23); -if (lean_obj_tag(x_47) == 0) +x_36 = l_Lean_MVarId_getTag(x_1, x_16, x_17, x_18, x_19, x_23); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_nat_dec_le(x_9, x_11); -if (x_50 == 0) +lean_object* x_37; lean_object* x_38; uint8_t x_39; +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 = lean_nat_dec_le(x_9, x_11); +if (x_39 == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_box(0); -x_52 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3(x_22, x_8, x_4, x_6, x_12, x_1, x_5, x_7, x_10, x_11, x_15, x_2, x_3, x_9, x_14, x_48, x_51, x_16, x_17, x_18, x_19, x_49); -return x_52; +lean_object* x_40; lean_object* x_41; +x_40 = lean_box(0); +x_41 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___lambda__3(x_22, x_8, x_4, x_6, x_12, x_1, x_5, x_7, x_10, x_11, x_15, x_2, x_3, x_9, x_14, x_37, x_40, x_16, x_17, x_18, x_19, x_38); +return x_41; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; -lean_dec(x_48); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +lean_dec(x_37); lean_dec(x_22); lean_dec(x_15); lean_dec(x_12); @@ -1995,34 +1950,34 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_53 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__2; -x_54 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__5; -x_55 = l_Lean_Meta_throwTacticEx___rarg(x_53, x_1, x_54, x_16, x_17, x_18, x_19, x_49); +x_42 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__2; +x_43 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_addRecParams___closed__5; +x_44 = l_Lean_Meta_throwTacticEx___rarg(x_42, x_1, x_43, x_16, x_17, x_18, x_19, x_38); lean_dec(x_19); lean_dec(x_17); -x_56 = !lean_is_exclusive(x_55); -if (x_56 == 0) +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) { -return x_55; +return x_44; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_55, 0); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_55); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_44, 0); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_44); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_60; +uint8_t x_49; lean_dec(x_22); lean_dec(x_19); lean_dec(x_18); @@ -2041,76 +1996,76 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_60 = !lean_is_exclusive(x_47); -if (x_60 == 0) +x_49 = !lean_is_exclusive(x_36); +if (x_49 == 0) { -return x_47; +return x_36; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_47, 0); -x_62 = lean_ctor_get(x_47, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_47); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_36, 0); +x_51 = lean_ctor_get(x_36, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_36); +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_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; +lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_inc(x_22); lean_inc(x_12); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_12); -lean_ctor_set(x_64, 1, x_22); -x_65 = lean_array_get_size(x_6); -x_66 = lean_unsigned_to_nat(0u); -x_67 = lean_nat_dec_lt(x_66, x_65); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; -lean_dec(x_64); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_12); +lean_ctor_set(x_53, 1, x_22); +x_54 = lean_array_get_size(x_6); +x_55 = lean_unsigned_to_nat(0u); +x_56 = lean_nat_dec_lt(x_55, x_54); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_53); lean_inc(x_5); -x_68 = l_Lean_Expr_app___override(x_12, x_5); +x_57 = l_Lean_Expr_app___override(x_12, x_5); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_1); -x_69 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_1, x_22, x_5, x_16, x_17, x_18, x_19, x_23); -if (lean_obj_tag(x_69) == 0) +x_58 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_1, x_22, x_5, x_16, x_17, x_18, x_19, x_23); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; -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 = lean_unsigned_to_nat(1u); -x_73 = lean_nat_add(x_10, x_72); +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +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_unsigned_to_nat(1u); +x_62 = lean_nat_add(x_10, x_61); lean_dec(x_10); -x_74 = lean_nat_add(x_73, x_65); -lean_dec(x_65); -lean_dec(x_73); -x_75 = 1; -x_10 = x_74; -x_12 = x_68; -x_13 = x_70; -x_14 = x_75; -x_20 = x_71; +x_63 = lean_nat_add(x_62, x_54); +lean_dec(x_54); +lean_dec(x_62); +x_64 = 1; +x_10 = x_63; +x_12 = x_57; +x_13 = x_59; +x_14 = x_64; +x_20 = x_60; goto _start; } else { -uint8_t x_77; -lean_dec(x_68); -lean_dec(x_65); +uint8_t x_66; +lean_dec(x_57); +lean_dec(x_54); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2127,69 +2082,69 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_77 = !lean_is_exclusive(x_69); -if (x_77 == 0) +x_66 = !lean_is_exclusive(x_58); +if (x_66 == 0) { -return x_69; +return x_58; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_69, 0); -x_79 = lean_ctor_get(x_69, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_69); -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_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_58, 0); +x_68 = lean_ctor_get(x_58, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_58); +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; } } } else { -uint8_t x_81; -x_81 = lean_nat_dec_le(x_65, x_65); -if (x_81 == 0) +uint8_t x_70; +x_70 = lean_nat_dec_le(x_54, x_54); +if (x_70 == 0) { -lean_object* x_82; lean_object* x_83; -lean_dec(x_64); +lean_object* x_71; lean_object* x_72; +lean_dec(x_53); lean_inc(x_5); -x_82 = l_Lean_Expr_app___override(x_12, x_5); +x_71 = l_Lean_Expr_app___override(x_12, x_5); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_1); -x_83 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_1, x_22, x_5, x_16, x_17, x_18, x_19, x_23); -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; uint8_t x_89; -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 = lean_unsigned_to_nat(1u); -x_87 = lean_nat_add(x_10, x_86); +x_72 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_1, x_22, x_5, x_16, x_17, x_18, x_19, x_23); +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; uint8_t x_78; +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); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_10, x_75); lean_dec(x_10); -x_88 = lean_nat_add(x_87, x_65); -lean_dec(x_65); -lean_dec(x_87); -x_89 = 1; -x_10 = x_88; -x_12 = x_82; -x_13 = x_84; -x_14 = x_89; -x_20 = x_85; +x_77 = lean_nat_add(x_76, x_54); +lean_dec(x_54); +lean_dec(x_76); +x_78 = 1; +x_10 = x_77; +x_12 = x_71; +x_13 = x_73; +x_14 = x_78; +x_20 = x_74; goto _start; } else { -uint8_t x_91; -lean_dec(x_82); -lean_dec(x_65); +uint8_t x_80; +lean_dec(x_71); +lean_dec(x_54); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2206,87 +2161,87 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_91 = !lean_is_exclusive(x_83); -if (x_91 == 0) +x_80 = !lean_is_exclusive(x_72); +if (x_80 == 0) { -return x_83; +return x_72; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_83, 0); -x_93 = lean_ctor_get(x_83, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_83); -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; +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_72, 0); +x_82 = lean_ctor_get(x_72, 1); +lean_inc(x_82); +lean_inc(x_81); +lean_dec(x_72); +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; } } } else { -size_t x_95; size_t x_96; lean_object* x_97; +size_t x_84; size_t x_85; lean_object* x_86; lean_dec(x_22); lean_dec(x_12); -x_95 = 0; -x_96 = lean_usize_of_nat(x_65); +x_84 = 0; +x_85 = lean_usize_of_nat(x_54); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_1); -x_97 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___spec__3(x_1, x_6, x_95, x_96, x_64, x_16, x_17, x_18, x_19, x_23); -if (lean_obj_tag(x_97) == 0) +x_86 = l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_finalize_loop___spec__3(x_1, x_6, x_84, x_85, x_53, x_16, x_17, x_18, x_19, x_23); +if (lean_obj_tag(x_86) == 0) { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -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 = lean_ctor_get(x_98, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_98, 1); -lean_inc(x_101); -lean_dec(x_98); +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; +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_ctor_get(x_87, 0); +lean_inc(x_89); +x_90 = lean_ctor_get(x_87, 1); +lean_inc(x_90); +lean_dec(x_87); lean_inc(x_5); -x_102 = l_Lean_Expr_app___override(x_100, x_5); +x_91 = l_Lean_Expr_app___override(x_89, x_5); lean_inc(x_19); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_1); -x_103 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_1, x_101, x_5, x_16, x_17, x_18, x_19, x_99); -if (lean_obj_tag(x_103) == 0) +x_92 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_getTypeBody(x_1, x_90, x_5, x_16, x_17, x_18, x_19, x_88); +if (lean_obj_tag(x_92) == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -lean_dec(x_103); -x_106 = lean_unsigned_to_nat(1u); -x_107 = lean_nat_add(x_10, x_106); +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +lean_dec(x_92); +x_95 = lean_unsigned_to_nat(1u); +x_96 = lean_nat_add(x_10, x_95); lean_dec(x_10); -x_108 = lean_nat_add(x_107, x_65); -lean_dec(x_65); -lean_dec(x_107); -x_109 = 1; -x_10 = x_108; -x_12 = x_102; -x_13 = x_104; -x_14 = x_109; -x_20 = x_105; +x_97 = lean_nat_add(x_96, x_54); +lean_dec(x_54); +lean_dec(x_96); +x_98 = 1; +x_10 = x_97; +x_12 = x_91; +x_13 = x_93; +x_14 = x_98; +x_20 = x_94; goto _start; } else { -uint8_t x_111; -lean_dec(x_102); -lean_dec(x_65); +uint8_t x_100; +lean_dec(x_91); +lean_dec(x_54); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2303,30 +2258,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_111 = !lean_is_exclusive(x_103); -if (x_111 == 0) +x_100 = !lean_is_exclusive(x_92); +if (x_100 == 0) { -return x_103; +return x_92; } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; -x_112 = lean_ctor_get(x_103, 0); -x_113 = lean_ctor_get(x_103, 1); -lean_inc(x_113); -lean_inc(x_112); -lean_dec(x_103); -x_114 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -return x_114; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_92, 0); +x_102 = lean_ctor_get(x_92, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_92); +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; } } } else { -uint8_t x_115; -lean_dec(x_65); +uint8_t x_104; +lean_dec(x_54); lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2343,23 +2298,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_115 = !lean_is_exclusive(x_97); -if (x_115 == 0) +x_104 = !lean_is_exclusive(x_86); +if (x_104 == 0) { -return x_97; +return x_86; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_116 = lean_ctor_get(x_97, 0); -x_117 = lean_ctor_get(x_97, 1); -lean_inc(x_117); -lean_inc(x_116); -lean_dec(x_97); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -return x_118; +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_86, 0); +x_106 = lean_ctor_get(x_86, 1); +lean_inc(x_106); +lean_inc(x_105); +lean_dec(x_86); +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; } } } @@ -2370,7 +2325,7 @@ return x_118; } else { -uint8_t x_119; +uint8_t x_113; lean_dec(x_19); lean_dec(x_18); lean_dec(x_17); @@ -2388,23 +2343,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_119 = !lean_is_exclusive(x_21); -if (x_119 == 0) +x_113 = !lean_is_exclusive(x_21); +if (x_113 == 0) { return x_21; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_21, 0); -x_121 = lean_ctor_get(x_21, 1); -lean_inc(x_121); -lean_inc(x_120); +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_21, 0); +x_115 = lean_ctor_get(x_21, 1); +lean_inc(x_115); +lean_inc(x_114); lean_dec(x_21); -x_122 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_122, 0, x_120); -lean_ctor_set(x_122, 1, x_121); -return x_122; +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } @@ -2894,175 +2849,164 @@ return x_2; LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___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) { _start: { -uint8_t x_14; -x_14 = lean_nat_dec_lt(x_1, x_2); -if (x_14 == 0) +uint8_t x_14; uint8_t x_51; +x_51 = lean_nat_dec_lt(x_6, x_3); +if (x_51 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_15 = lean_box(0); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_13); -return x_16; +uint8_t x_52; +x_52 = 0; +x_14 = x_52; +goto block_50; } else { -lean_object* x_17; uint8_t x_18; -x_17 = lean_ctor_get(x_3, 6); -x_18 = l_List_elem___at_Lean_MVarId_induction___spec__2(x_2, x_17); -if (x_18 == 0) +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_7, 6); +x_54 = l_List_elem___at_Lean_MVarId_induction___spec__2(x_3, x_53); +if (x_54 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_19 = lean_box(0); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_13); -return x_20; +uint8_t x_55; +x_55 = 0; +x_14 = x_55; +goto block_50; } else { -uint8_t x_21; -x_21 = l_Lean_Expr_isFVar(x_4); -if (x_21 == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_isFVar(x_2); +x_14 = x_56; +goto block_50; +} +} +block_50: { -lean_object* x_22; lean_object* x_23; +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; lean_dec(x_11); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -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_13); -return x_23; +lean_dec(x_2); +lean_dec(x_1); +x_15 = lean_box(0); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_13); +return x_16; } else { -lean_object* x_24; lean_object* x_25; -lean_inc(x_5); -x_24 = l_Lean_Expr_fvarId_x21(x_5); +lean_object* x_17; lean_object* x_18; +lean_inc(x_1); +x_17 = l_Lean_Expr_fvarId_x21(x_1); lean_inc(x_9); -x_25 = l_Lean_FVarId_getDecl(x_24, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_25) == 0) +x_18 = l_Lean_FVarId_getDecl(x_17, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_18) == 0) { -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_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -x_28 = l_Lean_Expr_fvarId_x21(x_4); -x_29 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(x_26, x_28, x_9, x_10, x_11, x_12, x_27); -lean_dec(x_28); -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -x_31 = lean_unbox(x_30); -lean_dec(x_30); -if (x_31 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_19 = lean_ctor_get(x_18, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_18, 1); +lean_inc(x_20); +lean_dec(x_18); +x_21 = l_Lean_Expr_fvarId_x21(x_2); +x_22 = l_Lean_localDeclDependsOn___at_Lean_MVarId_clear___spec__1(x_19, x_21, x_9, x_10, x_11, x_12, x_20); +lean_dec(x_21); +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) { -uint8_t x_32; +uint8_t x_25; lean_dec(x_11); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); lean_dec(x_5); -x_32 = !lean_is_exclusive(x_29); -if (x_32 == 0) +lean_dec(x_4); +lean_dec(x_1); +x_25 = !lean_is_exclusive(x_22); +if (x_25 == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_29, 0); -lean_dec(x_33); -x_34 = lean_box(0); -lean_ctor_set(x_29, 0, x_34); -return x_29; +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_22, 0); +lean_dec(x_26); +x_27 = lean_box(0); +lean_ctor_set(x_22, 0, x_27); +return x_22; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_29, 1); -lean_inc(x_35); -lean_dec(x_29); -x_36 = lean_box(0); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_35); -return x_37; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_22, 1); +lean_inc(x_28); +lean_dec(x_22); +x_29 = lean_box(0); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +return x_30; } } else { -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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_38 = lean_ctor_get(x_29, 1); -lean_inc(x_38); -lean_dec(x_29); -x_39 = l_Lean_MessageData_ofExpr(x_5); -x_40 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__2; -x_41 = lean_alloc_ctor(7, 2, 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; 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_31 = lean_ctor_get(x_22, 1); +lean_inc(x_31); +lean_dec(x_22); +x_32 = l_Lean_MessageData_ofExpr(x_1); +x_33 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__2; +x_34 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +x_35 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__4; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_34); +lean_ctor_set(x_36, 1, x_35); +x_37 = lean_unsigned_to_nat(1u); +x_38 = lean_nat_add(x_3, x_37); +x_39 = l_Nat_repr(x_38); +x_40 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_40, 0, x_39); +x_41 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__4; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -x_44 = lean_unsigned_to_nat(1u); -x_45 = lean_nat_add(x_2, x_44); -x_46 = l_Nat_repr(x_45); -x_47 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_47, 0, x_46); -x_48 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_48, 0, x_47); -x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_43); -lean_ctor_set(x_49, 1, x_48); -x_50 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg___closed__4; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = l_Lean_Meta_throwTacticEx___rarg(x_6, x_7, x_51, x_9, x_10, x_11, x_12, x_38); -return x_52; +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_36); +lean_ctor_set(x_42, 1, x_41); +x_43 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorType___rarg___closed__4; +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_throwTacticEx___rarg(x_4, x_5, x_44, x_9, x_10, x_11, x_12, x_31); +return x_45; } } else { -uint8_t x_53; +uint8_t x_46; lean_dec(x_11); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_53 = !lean_is_exclusive(x_25); -if (x_53 == 0) +lean_dec(x_2); +lean_dec(x_1); +x_46 = !lean_is_exclusive(x_18); +if (x_46 == 0) { -return x_25; +return x_18; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_25, 0); -x_55 = lean_ctor_get(x_25, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_25); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; -} +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_18, 0); +x_48 = lean_ctor_get(x_18, 1); +lean_inc(x_48); +lean_inc(x_47); +lean_dec(x_18); +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; } } } @@ -3091,7 +3035,7 @@ LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___ { uint8_t x_15; lean_dec(x_9); -x_15 = lean_nat_dec_lt(x_2, x_1); +x_15 = lean_nat_dec_lt(x_3, x_6); if (x_15 == 0) { lean_object* x_16; lean_object* x_17; @@ -3105,10 +3049,10 @@ return x_17; else { lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -lean_inc(x_5); -x_18 = l_Lean_Expr_fvarId_x21(x_5); -lean_inc(x_4); -x_19 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_4, x_18, x_10, x_11, x_12, x_13, x_14); +lean_inc(x_1); +x_18 = l_Lean_Expr_fvarId_x21(x_1); +lean_inc(x_2); +x_19 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_2, x_18, x_10, x_11, x_12, x_13, x_14); lean_dec(x_18); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); @@ -3130,11 +3074,11 @@ return x_24; 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; uint8_t x_36; -lean_dec(x_4); +lean_dec(x_2); x_25 = lean_ctor_get(x_19, 1); lean_inc(x_25); lean_dec(x_19); -x_26 = l_Lean_MessageData_ofExpr(x_5); +x_26 = l_Lean_MessageData_ofExpr(x_1); x_27 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1___closed__2; x_28 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_28, 0, x_27); @@ -3151,7 +3095,7 @@ x_33 = l___private_Lean_Meta_Tactic_Induction_0__Lean_Meta_throwUnexpectedMajorT x_34 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_34, 0, x_32); lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_Meta_throwTacticEx___rarg(x_6, x_7, x_34, x_10, x_11, x_12, x_13, x_25); +x_35 = l_Lean_Meta_throwTacticEx___rarg(x_4, x_5, x_34, x_10, x_11, x_12, x_13, x_25); lean_dec(x_13); lean_dec(x_11); x_36 = !lean_is_exclusive(x_35); @@ -3243,7 +3187,7 @@ lean_inc(x_4); lean_inc(x_1); lean_inc(x_2); lean_inc(x_7); -x_27 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__2(x_6, x_21, x_3, x_24, x_7, x_2, x_1, x_4, x_26, x_11, x_12, x_13, x_14, x_15); +x_27 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__2(x_7, x_24, x_21, x_2, x_1, x_6, x_3, x_4, x_26, x_11, x_12, x_13, x_14, x_15); lean_dec(x_21); if (lean_obj_tag(x_27) == 0) { @@ -3345,7 +3289,7 @@ lean_inc(x_4); lean_inc(x_1); lean_inc(x_2); lean_inc(x_7); -x_49 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__2(x_6, x_21, x_3, x_24, x_7, x_2, x_1, x_4, x_48, x_11, x_12, x_13, x_14, x_15); +x_49 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__2(x_7, x_24, x_21, x_2, x_1, x_6, x_3, x_4, x_48, x_11, x_12, x_13, x_14, x_15); lean_dec(x_21); if (lean_obj_tag(x_49) == 0) { @@ -4258,28 +4202,61 @@ lean_dec(x_26); lean_dec(x_25); if (lean_obj_tag(x_28) == 0) { -lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; uint8_t x_47; x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); -x_30 = lean_ctor_get(x_29, 1); +x_30 = lean_ctor_get(x_28, 1); lean_inc(x_30); -x_31 = lean_unbox(x_30); -lean_dec(x_30); -if (x_31 == 0) -{ -lean_object* x_32; lean_object* x_33; uint8_t x_34; -x_32 = lean_ctor_get(x_28, 1); -lean_inc(x_32); lean_dec(x_28); -x_33 = lean_ctor_get(x_29, 0); -lean_inc(x_33); +x_31 = lean_ctor_get(x_29, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); lean_dec(x_29); -x_34 = l_Lean_Level_isZero(x_13); +x_47 = lean_unbox(x_32); +lean_dec(x_32); +if (x_47 == 0) +{ +uint8_t x_48; +x_48 = l_Lean_Level_isZero(x_13); lean_dec(x_13); -if (x_34 == 0) +if (x_48 == 0) { -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; -lean_dec(x_33); +uint8_t x_49; +x_49 = 1; +x_33 = x_49; +goto block_46; +} +else +{ +uint8_t x_50; +x_50 = 0; +x_33 = x_50; +goto block_46; +} +} +else +{ +uint8_t x_51; +lean_dec(x_13); +x_51 = 0; +x_33 = x_51; +goto block_46; +} +block_46: +{ +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +lean_dec(x_3); +x_34 = lean_box(0); +x_35 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___lambda__2(x_31, x_1, x_8, x_15, x_5, x_10, x_2, x_4, x_7, x_11, x_9, x_6, x_12, x_34, x_17, x_18, x_19, x_20, x_30); +return x_35; +} +else +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +lean_dec(x_31); lean_dec(x_15); lean_dec(x_12); lean_dec(x_11); @@ -4289,65 +4266,42 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_35 = l_Lean_MessageData_ofName(x_1); -x_36 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__6; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_35); -x_38 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__8; -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_8, x_39, x_17, x_18, x_19, x_20, x_32); +x_36 = l_Lean_MessageData_ofName(x_1); +x_37 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__6; +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_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__8; +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_39); +x_41 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_8, x_40, x_17, x_18, x_19, x_20, x_30); lean_dec(x_20); lean_dec(x_18); -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) { -return x_40; +return x_41; } 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_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_41, 0); +x_44 = lean_ctor_get(x_41, 1); +lean_inc(x_44); 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; -} -} -else -{ -lean_object* x_45; lean_object* x_46; -lean_dec(x_3); -x_45 = lean_box(0); -x_46 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___lambda__2(x_33, x_1, x_8, x_15, x_5, x_10, x_2, x_4, x_7, x_11, x_9, x_6, x_12, x_45, x_17, x_18, x_19, x_20, x_32); -return x_46; +lean_dec(x_41); +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_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_13); -lean_dec(x_3); -x_47 = lean_ctor_get(x_28, 1); -lean_inc(x_47); -lean_dec(x_28); -x_48 = lean_ctor_get(x_29, 0); -lean_inc(x_48); -lean_dec(x_29); -x_49 = lean_box(0); -x_50 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___lambda__2(x_48, x_1, x_8, x_15, x_5, x_10, x_2, x_4, x_7, x_11, x_9, x_6, x_12, x_49, x_17, x_18, x_19, x_20, x_47); -return x_50; } } else { -uint8_t x_51; +uint8_t x_52; lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); @@ -4365,46 +4319,46 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_51 = !lean_is_exclusive(x_28); -if (x_51 == 0) +x_52 = !lean_is_exclusive(x_28); +if (x_52 == 0) { return x_28; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_28, 0); -x_53 = lean_ctor_get(x_28, 1); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_28, 0); +x_54 = lean_ctor_get(x_28, 1); +lean_inc(x_54); lean_inc(x_53); -lean_inc(x_52); lean_dec(x_28); -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; +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; } } } case 5: { -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_14, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_14, 1); +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_56 = lean_ctor_get(x_14, 0); lean_inc(x_56); +x_57 = lean_ctor_get(x_14, 1); +lean_inc(x_57); lean_dec(x_14); -x_57 = lean_array_set(x_15, x_16, x_56); -x_58 = lean_unsigned_to_nat(1u); -x_59 = lean_nat_sub(x_16, x_58); +x_58 = lean_array_set(x_15, x_16, x_57); +x_59 = lean_unsigned_to_nat(1u); +x_60 = lean_nat_sub(x_16, x_59); lean_dec(x_16); -x_14 = x_55; -x_15 = x_57; -x_16 = x_59; +x_14 = x_56; +x_15 = x_58; +x_16 = x_60; goto _start; } default: { -lean_object* x_61; lean_object* x_62; +lean_object* x_62; lean_object* x_63; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -4418,11 +4372,11 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_61 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__3; -x_62 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_8, x_61, x_17, x_18, x_19, x_20, x_21); +x_62 = l_Lean_Expr_withAppAux___at_Lean_MVarId_induction___spec__7___closed__3; +x_63 = l_Lean_Meta_throwTacticEx___rarg(x_3, x_8, x_62, x_17, x_18, x_19, x_20, x_21); lean_dec(x_20); lean_dec(x_18); -return x_62; +return x_63; } } } @@ -5066,7 +5020,7 @@ x_34 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_34 == 0) { lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_50 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_32, x_2, x_13, x_14, x_15, x_16, x_33); +x_50 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_32, x_2, x_13, x_14, x_15, x_16, x_33); x_51 = lean_ctor_get(x_50, 0); lean_inc(x_51); x_52 = lean_ctor_get(x_50, 1); @@ -5310,7 +5264,7 @@ x_83 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_83 == 0) { lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_99 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_81, x_2, x_13, x_14, x_15, x_16, x_82); +x_99 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_81, x_2, x_13, x_14, x_15, x_16, x_82); x_100 = lean_ctor_get(x_99, 0); lean_inc(x_100); x_101 = lean_ctor_get(x_99, 1); @@ -5554,7 +5508,7 @@ x_132 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_132 == 0) { lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; -x_148 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_130, x_2, x_13, x_14, x_15, x_16, x_131); +x_148 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_130, x_2, x_13, x_14, x_15, x_16, x_131); x_149 = lean_ctor_get(x_148, 0); lean_inc(x_149); x_150 = lean_ctor_get(x_148, 1); @@ -5798,7 +5752,7 @@ x_181 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_181 == 0) { lean_object* x_197; lean_object* x_198; lean_object* x_199; uint8_t x_200; -x_197 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_179, x_2, x_13, x_14, x_15, x_16, x_180); +x_197 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_179, x_2, x_13, x_14, x_15, x_16, x_180); x_198 = lean_ctor_get(x_197, 0); lean_inc(x_198); x_199 = lean_ctor_get(x_197, 1); @@ -6042,7 +5996,7 @@ x_230 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_230 == 0) { lean_object* x_246; lean_object* x_247; lean_object* x_248; uint8_t x_249; -x_246 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_228, x_2, x_13, x_14, x_15, x_16, x_229); +x_246 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_228, x_2, x_13, x_14, x_15, x_16, x_229); x_247 = lean_ctor_get(x_246, 0); lean_inc(x_247); x_248 = lean_ctor_get(x_246, 1); @@ -6303,7 +6257,7 @@ x_285 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_285 == 0) { lean_object* x_301; lean_object* x_302; lean_object* x_303; uint8_t x_304; -x_301 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_283, x_2, x_13, x_14, x_15, x_16, x_284); +x_301 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_283, x_2, x_13, x_14, x_15, x_16, x_284); x_302 = lean_ctor_get(x_301, 0); lean_inc(x_302); x_303 = lean_ctor_get(x_301, 1); @@ -6547,7 +6501,7 @@ x_334 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_334 == 0) { lean_object* x_350; lean_object* x_351; lean_object* x_352; uint8_t x_353; -x_350 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_332, x_2, x_13, x_14, x_15, x_16, x_333); +x_350 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_332, x_2, x_13, x_14, x_15, x_16, x_333); x_351 = lean_ctor_get(x_350, 0); lean_inc(x_351); x_352 = lean_ctor_get(x_350, 1); @@ -6791,7 +6745,7 @@ x_383 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_383 == 0) { lean_object* x_399; lean_object* x_400; lean_object* x_401; uint8_t x_402; -x_399 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_381, x_2, x_13, x_14, x_15, x_16, x_382); +x_399 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_381, x_2, x_13, x_14, x_15, x_16, x_382); x_400 = lean_ctor_get(x_399, 0); lean_inc(x_400); x_401 = lean_ctor_get(x_399, 1); @@ -7035,7 +6989,7 @@ x_432 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_432 == 0) { lean_object* x_448; lean_object* x_449; lean_object* x_450; uint8_t x_451; -x_448 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_430, x_2, x_13, x_14, x_15, x_16, x_431); +x_448 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_430, x_2, x_13, x_14, x_15, x_16, x_431); x_449 = lean_ctor_get(x_448, 0); lean_inc(x_449); x_450 = lean_ctor_get(x_448, 1); @@ -7279,7 +7233,7 @@ x_481 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_481 == 0) { lean_object* x_497; lean_object* x_498; lean_object* x_499; uint8_t x_500; -x_497 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_479, x_2, x_13, x_14, x_15, x_16, x_480); +x_497 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_479, x_2, x_13, x_14, x_15, x_16, x_480); x_498 = lean_ctor_get(x_497, 0); lean_inc(x_498); x_499 = lean_ctor_get(x_497, 1); @@ -7523,7 +7477,7 @@ x_530 = lean_ctor_get_uint8(x_7, sizeof(void*)*8); if (x_530 == 0) { lean_object* x_546; lean_object* x_547; lean_object* x_548; uint8_t x_549; -x_546 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_528, x_2, x_13, x_14, x_15, x_16, x_529); +x_546 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_528, x_2, x_13, x_14, x_15, x_16, x_529); x_547 = lean_ctor_get(x_546, 0); lean_inc(x_547); x_548 = lean_ctor_get(x_546, 1); @@ -8080,9 +8034,9 @@ x_14 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___lambda__1(x_1, x_2 lean_dec(x_12); lean_dec(x_10); lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); return x_14; } } @@ -8091,9 +8045,9 @@ LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___ { lean_object* x_15; x_15 = l_Nat_forM_loop___at_Lean_MVarId_induction___spec__3___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); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); return x_15; } } @@ -8370,7 +8324,7 @@ x_10 = l_Lean_MVarId_induction(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_10; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__1() { _start: { lean_object* x_1; @@ -8378,27 +8332,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__2; x_2 = l_Lean_MVarId_induction___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_Induction___hyg_4051____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__4() { _start: { lean_object* x_1; @@ -8406,17 +8360,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__4; 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_Induction___hyg_4051____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__6() { _start: { lean_object* x_1; @@ -8424,47 +8378,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__6; 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_Induction___hyg_4051____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__8; x_2 = l_Lean_MVarId_induction___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_Induction___hyg_4051____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__9; x_2 = l_Lean_MVarId_induction___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_Induction___hyg_4051____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__11() { _start: { lean_object* x_1; @@ -8472,17 +8426,17 @@ x_1 = lean_mk_string_from_bytes("Induction", 9); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__13() { _start: { lean_object* x_1; @@ -8490,33 +8444,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____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_Induction___hyg_4051____closed__14; -x_2 = lean_unsigned_to_nat(4051u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__14; +x_2 = lean_unsigned_to_nat(4057u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057_(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_MVarId_induction___closed__3; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -8681,37 +8635,37 @@ l_Lean_MVarId_induction___closed__2 = _init_l_Lean_MVarId_induction___closed__2( lean_mark_persistent(l_Lean_MVarId_induction___closed__2); l_Lean_MVarId_induction___closed__3 = _init_l_Lean_MVarId_induction___closed__3(); lean_mark_persistent(l_Lean_MVarId_induction___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051____closed__15); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4051_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057____closed__15); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Induction___hyg_4057_(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/Injection.c b/stage0/stdlib/Lean/Meta/Tactic/Injection.c index 3bc1ffdc6b29..628588598790 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Injection.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Injection.c @@ -783,237 +783,219 @@ lean_inc(x_4); x_51 = l_Lean_Meta_mkNoConfusion(x_37, x_18, x_4, x_5, x_6, x_7, x_41); if (lean_obj_tag(x_51) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; x_52 = lean_ctor_get(x_51, 0); lean_inc(x_52); x_53 = lean_ctor_get(x_51, 1); lean_inc(x_53); lean_dec(x_51); -x_54 = lean_ctor_get(x_46, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_54, 0); -lean_inc(x_55); -lean_dec(x_54); -x_56 = lean_ctor_get(x_50, 0); -lean_inc(x_56); +x_119 = lean_ctor_get(x_46, 0); +lean_inc(x_119); +x_120 = lean_ctor_get(x_119, 0); +lean_inc(x_120); +lean_dec(x_119); +x_121 = lean_ctor_get(x_50, 0); +lean_inc(x_121); lean_dec(x_50); -x_57 = lean_ctor_get(x_56, 0); -lean_inc(x_57); -lean_dec(x_56); -x_58 = lean_name_eq(x_55, x_57); -lean_dec(x_57); -lean_dec(x_55); -if (x_58 == 0) +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +lean_dec(x_121); +x_123 = lean_name_eq(x_120, x_122); +lean_dec(x_122); +lean_dec(x_120); +if (x_123 == 0) { -lean_object* x_59; uint8_t x_60; -lean_dec(x_46); -lean_dec(x_3); -lean_dec(x_2); -x_59 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_52, x_4, x_5, x_6, x_7, x_53); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_60 = !lean_is_exclusive(x_59); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; -x_61 = lean_ctor_get(x_59, 0); -lean_dec(x_61); -x_62 = lean_box(0); -lean_ctor_set(x_59, 0, x_62); -return x_59; +uint8_t x_124; +x_124 = 1; +x_54 = x_124; +goto block_118; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_59, 1); -lean_inc(x_63); -lean_dec(x_59); -x_64 = lean_box(0); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_63); -return x_65; -} +uint8_t x_125; +x_125 = 0; +x_54 = x_125; +goto block_118; } -else +block_118: +{ +if (x_54 == 0) { -lean_object* x_66; +lean_object* x_55; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_52); -x_66 = lean_infer_type(x_52, x_4, x_5, x_6, x_7, x_53); -if (lean_obj_tag(x_66) == 0) +x_55 = lean_infer_type(x_52, x_4, x_5, x_6, x_7, x_53); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_69 = lean_whnf(x_67, x_4, x_5, x_6, x_7, x_68); -if (lean_obj_tag(x_69) == 0) +x_58 = lean_whnf(x_56, x_4, x_5, x_6, x_7, x_57); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_70; -x_70 = lean_ctor_get(x_69, 0); -lean_inc(x_70); -if (lean_obj_tag(x_70) == 7) +lean_object* x_59; +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +if (lean_obj_tag(x_59) == 7) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_dec(x_2); -x_71 = lean_ctor_get(x_69, 1); -lean_inc(x_71); -lean_dec(x_69); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = l_Lean_Expr_headBeta(x_72); +x_60 = lean_ctor_get(x_58, 1); +lean_inc(x_60); +lean_dec(x_58); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = l_Lean_Expr_headBeta(x_61); lean_inc(x_1); -x_74 = l_Lean_MVarId_getTag(x_1, x_4, x_5, x_6, x_7, x_71); -if (lean_obj_tag(x_74) == 0) -{ -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_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_63 = l_Lean_MVarId_getTag(x_1, x_4, x_5, x_6, x_7, 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; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); lean_inc(x_4); -x_77 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_73, x_75, x_4, x_5, x_6, x_7, x_76); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -lean_inc(x_78); -x_80 = l_Lean_Expr_app___override(x_52, x_78); -x_81 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_80, x_4, x_5, x_6, x_7, x_79); -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -lean_dec(x_81); -x_83 = l_Lean_Expr_mvarId_x21(x_78); +x_66 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_62, x_64, x_4, x_5, x_6, x_7, x_65); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +lean_inc(x_67); +x_69 = l_Lean_Expr_app___override(x_52, x_67); +x_70 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_69, x_4, x_5, x_6, x_7, x_68); +x_71 = lean_ctor_get(x_70, 1); +lean_inc(x_71); +lean_dec(x_70); +x_72 = l_Lean_Expr_mvarId_x21(x_67); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_84 = l_Lean_MVarId_tryClear(x_83, x_3, x_4, x_5, x_6, x_7, x_82); -if (lean_obj_tag(x_84) == 0) +x_73 = l_Lean_MVarId_tryClear(x_72, x_3, x_4, x_5, x_6, x_7, x_71); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_84, 0); -lean_inc(x_85); -x_86 = lean_ctor_get(x_84, 1); -lean_inc(x_86); -lean_dec(x_84); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); +lean_inc(x_75); +lean_dec(x_73); lean_inc(x_46); -x_87 = l_Lean_Meta_getCtorNumPropFields(x_46, x_4, x_5, x_6, x_7, x_86); -if (lean_obj_tag(x_87) == 0) +x_76 = l_Lean_Meta_getCtorNumPropFields(x_46, x_4, x_5, x_6, x_7, x_75); +if (lean_obj_tag(x_76) == 0) { -uint8_t x_88; -x_88 = !lean_is_exclusive(x_87); -if (x_88 == 0) +uint8_t x_77; +x_77 = !lean_is_exclusive(x_76); +if (x_77 == 0) { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_89 = lean_ctor_get(x_87, 0); -x_90 = lean_ctor_get(x_46, 4); -lean_inc(x_90); +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_78 = lean_ctor_get(x_76, 0); +x_79 = lean_ctor_get(x_46, 4); +lean_inc(x_79); lean_dec(x_46); -x_91 = lean_nat_sub(x_90, x_89); -lean_dec(x_89); -lean_dec(x_90); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_85); -lean_ctor_set(x_92, 1, x_91); -lean_ctor_set(x_87, 0, x_92); -return x_87; +x_80 = lean_nat_sub(x_79, x_78); +lean_dec(x_78); +lean_dec(x_79); +x_81 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_81, 0, x_74); +lean_ctor_set(x_81, 1, x_80); +lean_ctor_set(x_76, 0, x_81); +return x_76; } 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_87, 0); -x_94 = lean_ctor_get(x_87, 1); -lean_inc(x_94); -lean_inc(x_93); -lean_dec(x_87); -x_95 = lean_ctor_get(x_46, 4); -lean_inc(x_95); +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_82 = lean_ctor_get(x_76, 0); +x_83 = lean_ctor_get(x_76, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_76); +x_84 = lean_ctor_get(x_46, 4); +lean_inc(x_84); lean_dec(x_46); -x_96 = lean_nat_sub(x_95, x_93); -lean_dec(x_93); -lean_dec(x_95); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_85); -lean_ctor_set(x_97, 1, x_96); -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_94); -return x_98; +x_85 = lean_nat_sub(x_84, x_82); +lean_dec(x_82); +lean_dec(x_84); +x_86 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_86, 0, x_74); +lean_ctor_set(x_86, 1, x_85); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_86); +lean_ctor_set(x_87, 1, x_83); +return x_87; } } else { -uint8_t x_99; -lean_dec(x_85); +uint8_t x_88; +lean_dec(x_74); lean_dec(x_46); -x_99 = !lean_is_exclusive(x_87); -if (x_99 == 0) +x_88 = !lean_is_exclusive(x_76); +if (x_88 == 0) { -return x_87; +return x_76; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_87, 0); -x_101 = lean_ctor_get(x_87, 1); -lean_inc(x_101); -lean_inc(x_100); -lean_dec(x_87); -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; +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_76, 0); +x_90 = lean_ctor_get(x_76, 1); +lean_inc(x_90); +lean_inc(x_89); +lean_dec(x_76); +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_103; +uint8_t x_92; lean_dec(x_46); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_103 = !lean_is_exclusive(x_84); -if (x_103 == 0) +x_92 = !lean_is_exclusive(x_73); +if (x_92 == 0) { -return x_84; +return x_73; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_84, 0); -x_105 = lean_ctor_get(x_84, 1); -lean_inc(x_105); -lean_inc(x_104); -lean_dec(x_84); -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_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_73, 0); +x_94 = lean_ctor_get(x_73, 1); +lean_inc(x_94); +lean_inc(x_93); +lean_dec(x_73); +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 { -uint8_t x_107; -lean_dec(x_73); +uint8_t x_96; +lean_dec(x_62); lean_dec(x_52); lean_dec(x_46); lean_dec(x_7); @@ -1022,46 +1004,46 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_107 = !lean_is_exclusive(x_74); -if (x_107 == 0) +x_96 = !lean_is_exclusive(x_63); +if (x_96 == 0) { -return x_74; +return x_63; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_74, 0); -x_109 = lean_ctor_get(x_74, 1); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_74); -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; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_63, 0); +x_98 = lean_ctor_get(x_63, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_63); +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; } } } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -lean_dec(x_70); +lean_object* x_100; lean_object* x_101; lean_object* x_102; +lean_dec(x_59); lean_dec(x_52); lean_dec(x_46); lean_dec(x_3); -x_111 = lean_ctor_get(x_69, 1); -lean_inc(x_111); -lean_dec(x_69); -x_112 = l_Lean_Meta_injectionCore___lambda__1___closed__13; -x_113 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_112, x_4, x_5, x_6, x_7, x_111); +x_100 = lean_ctor_get(x_58, 1); +lean_inc(x_100); +lean_dec(x_58); +x_101 = l_Lean_Meta_injectionCore___lambda__1___closed__13; +x_102 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_101, x_4, x_5, x_6, x_7, x_100); lean_dec(x_7); lean_dec(x_5); -return x_113; +return x_102; } } else { -uint8_t x_114; +uint8_t x_103; lean_dec(x_52); lean_dec(x_46); lean_dec(x_7); @@ -1071,29 +1053,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_114 = !lean_is_exclusive(x_69); -if (x_114 == 0) +x_103 = !lean_is_exclusive(x_58); +if (x_103 == 0) { -return x_69; +return x_58; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_69, 0); -x_116 = lean_ctor_get(x_69, 1); -lean_inc(x_116); -lean_inc(x_115); -lean_dec(x_69); -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; +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_58, 0); +x_105 = lean_ctor_get(x_58, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_58); +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_118; +uint8_t x_107; lean_dec(x_52); lean_dec(x_46); lean_dec(x_7); @@ -1103,57 +1085,58 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_118 = !lean_is_exclusive(x_66); -if (x_118 == 0) +x_107 = !lean_is_exclusive(x_55); +if (x_107 == 0) { -return x_66; +return x_55; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_119 = lean_ctor_get(x_66, 0); -x_120 = lean_ctor_get(x_66, 1); -lean_inc(x_120); -lean_inc(x_119); -lean_dec(x_66); -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; -} +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_55, 0); +x_109 = lean_ctor_get(x_55, 1); +lean_inc(x_109); +lean_inc(x_108); +lean_dec(x_55); +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 { -uint8_t x_122; -lean_dec(x_50); +lean_object* x_111; uint8_t x_112; lean_dec(x_46); +lean_dec(x_3); +lean_dec(x_2); +x_111 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_52, x_4, x_5, x_6, x_7, x_53); 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_122 = !lean_is_exclusive(x_51); -if (x_122 == 0) +x_112 = !lean_is_exclusive(x_111); +if (x_112 == 0) { -return x_51; +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_111, 0); +lean_dec(x_113); +x_114 = lean_box(0); +lean_ctor_set(x_111, 0, x_114); +return x_111; } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; -x_123 = lean_ctor_get(x_51, 0); -x_124 = lean_ctor_get(x_51, 1); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_51); -x_125 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_125, 0, x_123); -lean_ctor_set(x_125, 1, x_124); -return x_125; -} +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_111, 1); +lean_inc(x_115); +lean_dec(x_111); +x_116 = lean_box(0); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_115); +return x_117; } } } @@ -1161,9 +1144,8 @@ return x_125; else { uint8_t x_126; -lean_dec(x_34); -lean_dec(x_31); -lean_dec(x_18); +lean_dec(x_50); +lean_dec(x_46); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1171,19 +1153,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_126 = !lean_is_exclusive(x_36); +x_126 = !lean_is_exclusive(x_51); if (x_126 == 0) { -return x_36; +return x_51; } else { lean_object* x_127; lean_object* x_128; lean_object* x_129; -x_127 = lean_ctor_get(x_36, 0); -x_128 = lean_ctor_get(x_36, 1); +x_127 = lean_ctor_get(x_51, 0); +x_128 = lean_ctor_get(x_51, 1); lean_inc(x_128); lean_inc(x_127); -lean_dec(x_36); +lean_dec(x_51); x_129 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_129, 0, x_127); lean_ctor_set(x_129, 1, x_128); @@ -1191,9 +1173,12 @@ return x_129; } } } +} +} else { uint8_t x_130; +lean_dec(x_34); lean_dec(x_31); lean_dec(x_18); lean_dec(x_7); @@ -1203,19 +1188,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_130 = !lean_is_exclusive(x_33); +x_130 = !lean_is_exclusive(x_36); if (x_130 == 0) { -return x_33; +return x_36; } else { lean_object* x_131; lean_object* x_132; lean_object* x_133; -x_131 = lean_ctor_get(x_33, 0); -x_132 = lean_ctor_get(x_33, 1); +x_131 = lean_ctor_get(x_36, 0); +x_132 = lean_ctor_get(x_36, 1); lean_inc(x_132); lean_inc(x_131); -lean_dec(x_33); +lean_dec(x_36); x_133 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_133, 0, x_131); lean_ctor_set(x_133, 1, x_132); @@ -1226,7 +1211,7 @@ return x_133; else { uint8_t x_134; -lean_dec(x_29); +lean_dec(x_31); lean_dec(x_18); lean_dec(x_7); lean_dec(x_6); @@ -1235,19 +1220,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_134 = !lean_is_exclusive(x_30); +x_134 = !lean_is_exclusive(x_33); if (x_134 == 0) { -return x_30; +return x_33; } else { lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = lean_ctor_get(x_30, 0); -x_136 = lean_ctor_get(x_30, 1); +x_135 = lean_ctor_get(x_33, 0); +x_136 = lean_ctor_get(x_33, 1); lean_inc(x_136); lean_inc(x_135); -lean_dec(x_30); +lean_dec(x_33); x_137 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_137, 0, x_135); lean_ctor_set(x_137, 1, x_136); @@ -1255,139 +1240,150 @@ return x_137; } } } +else +{ +uint8_t x_138; +lean_dec(x_29); +lean_dec(x_18); +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_138 = !lean_is_exclusive(x_30); +if (x_138 == 0) +{ +return x_30; +} +else +{ +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_30, 0); +x_140 = lean_ctor_get(x_30, 1); +lean_inc(x_140); +lean_inc(x_139); +lean_dec(x_30); +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; +} +} +} } 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; -x_138 = l_Lean_Expr_appFn_x21(x_16); -x_139 = l_Lean_Expr_appFn_x21(x_138); -x_140 = l_Lean_Expr_appFn_x21(x_139); -x_141 = l_Lean_Expr_appArg_x21(x_140); -lean_dec(x_140); -x_142 = l_Lean_Expr_appArg_x21(x_139); -lean_dec(x_139); -x_143 = l_Lean_Expr_appArg_x21(x_138); -lean_dec(x_138); -x_144 = l_Lean_Expr_appArg_x21(x_16); +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; +x_142 = l_Lean_Expr_appFn_x21(x_16); +x_143 = l_Lean_Expr_appFn_x21(x_142); +x_144 = l_Lean_Expr_appFn_x21(x_143); +x_145 = l_Lean_Expr_appArg_x21(x_144); +lean_dec(x_144); +x_146 = l_Lean_Expr_appArg_x21(x_143); +lean_dec(x_143); +x_147 = l_Lean_Expr_appArg_x21(x_142); +lean_dec(x_142); +x_148 = l_Lean_Expr_appArg_x21(x_16); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_143); -x_145 = l_Lean_Meta_isExprDefEq(x_141, x_143, x_4, x_5, x_6, x_7, x_17); -if (lean_obj_tag(x_145) == 0) -{ -lean_object* x_146; uint8_t x_147; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_unbox(x_146); -lean_dec(x_146); -if (x_147 == 0) +lean_inc(x_147); +x_149 = l_Lean_Meta_isExprDefEq(x_145, x_147, x_4, x_5, x_6, x_7, x_17); +if (lean_obj_tag(x_149) == 0) +{ +lean_object* x_150; uint8_t x_151; +x_150 = lean_ctor_get(x_149, 0); +lean_inc(x_150); +x_151 = lean_unbox(x_150); +lean_dec(x_150); +if (x_151 == 0) { -lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; -lean_dec(x_142); -x_148 = lean_ctor_get(x_145, 1); -lean_inc(x_148); -lean_dec(x_145); -x_149 = l_Lean_Meta_injectionCore___lambda__1___closed__4; -x_150 = lean_unsigned_to_nat(3u); -x_151 = l_Lean_Expr_isAppOfArity(x_16, x_149, x_150); +lean_object* x_152; lean_object* x_153; lean_object* x_154; uint8_t x_155; +lean_dec(x_146); +x_152 = lean_ctor_get(x_149, 1); +lean_inc(x_152); +lean_dec(x_149); +x_153 = l_Lean_Meta_injectionCore___lambda__1___closed__4; +x_154 = lean_unsigned_to_nat(3u); +x_155 = l_Lean_Expr_isAppOfArity(x_16, x_153, x_154); lean_dec(x_16); -if (x_151 == 0) +if (x_155 == 0) { -lean_object* x_152; lean_object* x_153; -lean_dec(x_144); -lean_dec(x_143); +lean_object* x_156; lean_object* x_157; +lean_dec(x_148); +lean_dec(x_147); lean_dec(x_18); lean_dec(x_3); -x_152 = l_Lean_Meta_injectionCore___lambda__1___closed__7; -x_153 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_152, x_4, x_5, x_6, x_7, x_148); +x_156 = l_Lean_Meta_injectionCore___lambda__1___closed__7; +x_157 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_156, x_4, x_5, x_6, x_7, x_152); lean_dec(x_7); lean_dec(x_5); -return x_153; +return x_157; } else { -lean_object* x_154; +lean_object* x_158; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_154 = lean_whnf(x_143, x_4, x_5, x_6, x_7, x_148); -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); +x_158 = lean_whnf(x_147, x_4, x_5, x_6, x_7, x_152); +if (lean_obj_tag(x_158) == 0) +{ +lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_159 = lean_ctor_get(x_158, 0); +lean_inc(x_159); +x_160 = lean_ctor_get(x_158, 1); +lean_inc(x_160); +lean_dec(x_158); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_157 = lean_whnf(x_144, x_4, x_5, x_6, x_7, x_156); -if (lean_obj_tag(x_157) == 0) +x_161 = lean_whnf(x_148, x_4, x_5, x_6, x_7, x_160); +if (lean_obj_tag(x_161) == 0) { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_161, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_161, 1); +lean_inc(x_163); +lean_dec(x_161); lean_inc(x_1); -x_160 = l_Lean_MVarId_getType(x_1, x_4, x_5, x_6, x_7, x_159); -if (lean_obj_tag(x_160) == 0) +x_164 = l_Lean_MVarId_getType(x_1, x_4, x_5, x_6, x_7, x_163); +if (lean_obj_tag(x_164) == 0) { -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_161 = lean_ctor_get(x_160, 0); -lean_inc(x_161); -x_162 = lean_ctor_get(x_160, 1); -lean_inc(x_162); -lean_dec(x_160); -x_163 = lean_st_ref_get(x_7, x_162); -x_164 = lean_ctor_get(x_163, 0); -lean_inc(x_164); -x_165 = lean_ctor_get(x_163, 1); +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; +x_165 = lean_ctor_get(x_164, 0); lean_inc(x_165); -lean_dec(x_163); -x_166 = lean_ctor_get(x_164, 0); +x_166 = lean_ctor_get(x_164, 1); lean_inc(x_166); lean_dec(x_164); -lean_inc(x_166); -x_167 = l_Lean_Expr_isConstructorApp_x3f(x_166, x_155); -lean_dec(x_155); -if (lean_obj_tag(x_167) == 0) -{ -lean_object* x_168; lean_object* x_169; -lean_dec(x_166); -lean_dec(x_161); -lean_dec(x_158); -lean_dec(x_18); -lean_dec(x_3); -x_168 = l_Lean_Meta_injectionCore___lambda__1___closed__10; -x_169 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_168, x_4, x_5, x_6, x_7, x_165); -lean_dec(x_7); -lean_dec(x_5); -return x_169; -} -else -{ -lean_object* x_170; lean_object* x_171; -x_170 = lean_ctor_get(x_167, 0); -lean_inc(x_170); +x_167 = lean_st_ref_get(x_7, x_166); +x_168 = lean_ctor_get(x_167, 0); +lean_inc(x_168); +x_169 = lean_ctor_get(x_167, 1); +lean_inc(x_169); lean_dec(x_167); -x_171 = l_Lean_Expr_isConstructorApp_x3f(x_166, x_158); -lean_dec(x_158); +x_170 = lean_ctor_get(x_168, 0); +lean_inc(x_170); +lean_dec(x_168); +lean_inc(x_170); +x_171 = l_Lean_Expr_isConstructorApp_x3f(x_170, x_159); +lean_dec(x_159); if (lean_obj_tag(x_171) == 0) { lean_object* x_172; lean_object* x_173; lean_dec(x_170); -lean_dec(x_161); +lean_dec(x_165); +lean_dec(x_162); lean_dec(x_18); lean_dec(x_3); x_172 = l_Lean_Meta_injectionCore___lambda__1___closed__10; -x_173 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_172, x_4, x_5, x_6, x_7, x_165); +x_173 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_172, x_4, x_5, x_6, x_7, x_169); lean_dec(x_7); lean_dec(x_5); return x_173; @@ -1398,265 +1394,317 @@ lean_object* x_174; lean_object* x_175; x_174 = lean_ctor_get(x_171, 0); lean_inc(x_174); lean_dec(x_171); +x_175 = l_Lean_Expr_isConstructorApp_x3f(x_170, x_162); +lean_dec(x_162); +if (lean_obj_tag(x_175) == 0) +{ +lean_object* x_176; lean_object* x_177; +lean_dec(x_174); +lean_dec(x_165); +lean_dec(x_18); +lean_dec(x_3); +x_176 = l_Lean_Meta_injectionCore___lambda__1___closed__10; +x_177 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_176, x_4, x_5, x_6, x_7, x_169); +lean_dec(x_7); +lean_dec(x_5); +return x_177; +} +else +{ +lean_object* x_178; lean_object* x_179; +x_178 = lean_ctor_get(x_175, 0); +lean_inc(x_178); +lean_dec(x_175); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_175 = l_Lean_Meta_mkNoConfusion(x_161, x_18, x_4, x_5, x_6, x_7, x_165); -if (lean_obj_tag(x_175) == 0) +x_179 = l_Lean_Meta_mkNoConfusion(x_165, x_18, x_4, x_5, x_6, x_7, x_169); +if (lean_obj_tag(x_179) == 0) { -lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; uint8_t x_182; -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_ctor_get(x_170, 0); -lean_inc(x_178); -x_179 = lean_ctor_get(x_178, 0); -lean_inc(x_179); -lean_dec(x_178); -x_180 = lean_ctor_get(x_174, 0); +lean_object* x_180; lean_object* x_181; uint8_t x_182; lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; uint8_t x_251; +x_180 = lean_ctor_get(x_179, 0); lean_inc(x_180); -lean_dec(x_174); -x_181 = lean_ctor_get(x_180, 0); +x_181 = lean_ctor_get(x_179, 1); lean_inc(x_181); -lean_dec(x_180); -x_182 = lean_name_eq(x_179, x_181); -lean_dec(x_181); lean_dec(x_179); -if (x_182 == 0) +x_247 = lean_ctor_get(x_174, 0); +lean_inc(x_247); +x_248 = lean_ctor_get(x_247, 0); +lean_inc(x_248); +lean_dec(x_247); +x_249 = lean_ctor_get(x_178, 0); +lean_inc(x_249); +lean_dec(x_178); +x_250 = lean_ctor_get(x_249, 0); +lean_inc(x_250); +lean_dec(x_249); +x_251 = lean_name_eq(x_248, x_250); +lean_dec(x_250); +lean_dec(x_248); +if (x_251 == 0) { -lean_object* x_183; uint8_t x_184; -lean_dec(x_170); -lean_dec(x_3); -lean_dec(x_2); -x_183 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_176, x_4, x_5, x_6, x_7, x_177); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_184 = !lean_is_exclusive(x_183); -if (x_184 == 0) -{ -lean_object* x_185; lean_object* x_186; -x_185 = lean_ctor_get(x_183, 0); -lean_dec(x_185); -x_186 = lean_box(0); -lean_ctor_set(x_183, 0, x_186); -return x_183; +uint8_t x_252; +x_252 = 1; +x_182 = x_252; +goto block_246; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_183, 1); -lean_inc(x_187); -lean_dec(x_183); -x_188 = lean_box(0); -x_189 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_189, 0, x_188); -lean_ctor_set(x_189, 1, x_187); -return x_189; +uint8_t x_253; +x_253 = 0; +x_182 = x_253; +goto block_246; } -} -else +block_246: { -lean_object* x_190; +if (x_182 == 0) +{ +lean_object* x_183; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_176); -x_190 = lean_infer_type(x_176, x_4, x_5, x_6, x_7, x_177); -if (lean_obj_tag(x_190) == 0) -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; -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); +lean_inc(x_180); +x_183 = lean_infer_type(x_180, x_4, x_5, x_6, x_7, x_181); +if (lean_obj_tag(x_183) == 0) +{ +lean_object* x_184; lean_object* x_185; lean_object* x_186; +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); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_193 = lean_whnf(x_191, x_4, x_5, x_6, x_7, x_192); -if (lean_obj_tag(x_193) == 0) +x_186 = lean_whnf(x_184, x_4, x_5, x_6, x_7, x_185); +if (lean_obj_tag(x_186) == 0) { -lean_object* x_194; -x_194 = lean_ctor_get(x_193, 0); -lean_inc(x_194); -if (lean_obj_tag(x_194) == 7) +lean_object* x_187; +x_187 = lean_ctor_get(x_186, 0); +lean_inc(x_187); +if (lean_obj_tag(x_187) == 7) { -lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; +lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_dec(x_2); -x_195 = lean_ctor_get(x_193, 1); +x_188 = lean_ctor_get(x_186, 1); +lean_inc(x_188); +lean_dec(x_186); +x_189 = lean_ctor_get(x_187, 1); +lean_inc(x_189); +lean_dec(x_187); +x_190 = l_Lean_Expr_headBeta(x_189); +lean_inc(x_1); +x_191 = l_Lean_MVarId_getTag(x_1, x_4, x_5, x_6, x_7, x_188); +if (lean_obj_tag(x_191) == 0) +{ +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_192 = lean_ctor_get(x_191, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_191, 1); +lean_inc(x_193); +lean_dec(x_191); +lean_inc(x_4); +x_194 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_190, x_192, x_4, x_5, x_6, x_7, x_193); +x_195 = lean_ctor_get(x_194, 0); lean_inc(x_195); -lean_dec(x_193); x_196 = lean_ctor_get(x_194, 1); lean_inc(x_196); lean_dec(x_194); -x_197 = l_Lean_Expr_headBeta(x_196); -lean_inc(x_1); -x_198 = l_Lean_MVarId_getTag(x_1, x_4, x_5, x_6, x_7, x_195); -if (lean_obj_tag(x_198) == 0) -{ -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_199 = lean_ctor_get(x_198, 0); +lean_inc(x_195); +x_197 = l_Lean_Expr_app___override(x_180, x_195); +x_198 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_197, x_4, x_5, x_6, x_7, x_196); +x_199 = lean_ctor_get(x_198, 1); lean_inc(x_199); -x_200 = lean_ctor_get(x_198, 1); -lean_inc(x_200); lean_dec(x_198); +x_200 = l_Lean_Expr_mvarId_x21(x_195); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); lean_inc(x_4); -x_201 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_197, x_199, x_4, x_5, x_6, x_7, x_200); +x_201 = l_Lean_MVarId_tryClear(x_200, x_3, x_4, x_5, x_6, x_7, x_199); +if (lean_obj_tag(x_201) == 0) +{ +lean_object* x_202; lean_object* x_203; lean_object* x_204; x_202 = lean_ctor_get(x_201, 0); lean_inc(x_202); x_203 = lean_ctor_get(x_201, 1); lean_inc(x_203); lean_dec(x_201); -lean_inc(x_202); -x_204 = l_Lean_Expr_app___override(x_176, x_202); -x_205 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_204, x_4, x_5, x_6, x_7, x_203); -x_206 = lean_ctor_get(x_205, 1); -lean_inc(x_206); -lean_dec(x_205); -x_207 = l_Lean_Expr_mvarId_x21(x_202); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_208 = l_Lean_MVarId_tryClear(x_207, x_3, x_4, x_5, x_6, x_7, x_206); -if (lean_obj_tag(x_208) == 0) +lean_inc(x_174); +x_204 = l_Lean_Meta_getCtorNumPropFields(x_174, x_4, x_5, x_6, x_7, x_203); +if (lean_obj_tag(x_204) == 0) +{ +uint8_t x_205; +x_205 = !lean_is_exclusive(x_204); +if (x_205 == 0) +{ +lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; +x_206 = lean_ctor_get(x_204, 0); +x_207 = lean_ctor_get(x_174, 4); +lean_inc(x_207); +lean_dec(x_174); +x_208 = lean_nat_sub(x_207, x_206); +lean_dec(x_206); +lean_dec(x_207); +x_209 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_209, 0, x_202); +lean_ctor_set(x_209, 1, x_208); +lean_ctor_set(x_204, 0, x_209); +return x_204; +} +else { -lean_object* x_209; lean_object* x_210; lean_object* x_211; -x_209 = lean_ctor_get(x_208, 0); -lean_inc(x_209); -x_210 = lean_ctor_get(x_208, 1); +lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; +x_210 = lean_ctor_get(x_204, 0); +x_211 = lean_ctor_get(x_204, 1); +lean_inc(x_211); lean_inc(x_210); -lean_dec(x_208); -lean_inc(x_170); -x_211 = l_Lean_Meta_getCtorNumPropFields(x_170, x_4, x_5, x_6, x_7, x_210); -if (lean_obj_tag(x_211) == 0) +lean_dec(x_204); +x_212 = lean_ctor_get(x_174, 4); +lean_inc(x_212); +lean_dec(x_174); +x_213 = lean_nat_sub(x_212, x_210); +lean_dec(x_210); +lean_dec(x_212); +x_214 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_214, 0, x_202); +lean_ctor_set(x_214, 1, x_213); +x_215 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_215, 0, x_214); +lean_ctor_set(x_215, 1, x_211); +return x_215; +} +} +else { -uint8_t x_212; -x_212 = !lean_is_exclusive(x_211); -if (x_212 == 0) +uint8_t x_216; +lean_dec(x_202); +lean_dec(x_174); +x_216 = !lean_is_exclusive(x_204); +if (x_216 == 0) { -lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_213 = lean_ctor_get(x_211, 0); -x_214 = lean_ctor_get(x_170, 4); -lean_inc(x_214); -lean_dec(x_170); -x_215 = lean_nat_sub(x_214, x_213); -lean_dec(x_213); -lean_dec(x_214); -x_216 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_216, 0, x_209); -lean_ctor_set(x_216, 1, x_215); -lean_ctor_set(x_211, 0, x_216); -return x_211; +return x_204; } else { -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_217 = lean_ctor_get(x_211, 0); -x_218 = lean_ctor_get(x_211, 1); +lean_object* x_217; lean_object* x_218; lean_object* x_219; +x_217 = lean_ctor_get(x_204, 0); +x_218 = lean_ctor_get(x_204, 1); lean_inc(x_218); lean_inc(x_217); -lean_dec(x_211); -x_219 = lean_ctor_get(x_170, 4); -lean_inc(x_219); -lean_dec(x_170); -x_220 = lean_nat_sub(x_219, x_217); -lean_dec(x_217); -lean_dec(x_219); -x_221 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_221, 0, x_209); -lean_ctor_set(x_221, 1, x_220); -x_222 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_222, 0, x_221); -lean_ctor_set(x_222, 1, x_218); -return x_222; +lean_dec(x_204); +x_219 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_219, 0, x_217); +lean_ctor_set(x_219, 1, x_218); +return x_219; +} } } else { -uint8_t x_223; -lean_dec(x_209); -lean_dec(x_170); -x_223 = !lean_is_exclusive(x_211); -if (x_223 == 0) +uint8_t x_220; +lean_dec(x_174); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_220 = !lean_is_exclusive(x_201); +if (x_220 == 0) { -return x_211; +return x_201; } else { -lean_object* x_224; lean_object* x_225; lean_object* x_226; -x_224 = lean_ctor_get(x_211, 0); -x_225 = lean_ctor_get(x_211, 1); -lean_inc(x_225); -lean_inc(x_224); -lean_dec(x_211); -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; +lean_object* x_221; lean_object* x_222; lean_object* x_223; +x_221 = lean_ctor_get(x_201, 0); +x_222 = lean_ctor_get(x_201, 1); +lean_inc(x_222); +lean_inc(x_221); +lean_dec(x_201); +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; } } } else { -uint8_t x_227; -lean_dec(x_170); +uint8_t x_224; +lean_dec(x_190); +lean_dec(x_180); +lean_dec(x_174); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_227 = !lean_is_exclusive(x_208); -if (x_227 == 0) +lean_dec(x_3); +lean_dec(x_1); +x_224 = !lean_is_exclusive(x_191); +if (x_224 == 0) { -return x_208; +return x_191; +} +else +{ +lean_object* x_225; lean_object* x_226; lean_object* x_227; +x_225 = lean_ctor_get(x_191, 0); +x_226 = lean_ctor_get(x_191, 1); +lean_inc(x_226); +lean_inc(x_225); +lean_dec(x_191); +x_227 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_227, 0, x_225); +lean_ctor_set(x_227, 1, x_226); +return x_227; +} +} } else { lean_object* x_228; lean_object* x_229; lean_object* x_230; -x_228 = lean_ctor_get(x_208, 0); -x_229 = lean_ctor_get(x_208, 1); -lean_inc(x_229); +lean_dec(x_187); +lean_dec(x_180); +lean_dec(x_174); +lean_dec(x_3); +x_228 = lean_ctor_get(x_186, 1); lean_inc(x_228); -lean_dec(x_208); -x_230 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_230, 0, x_228); -lean_ctor_set(x_230, 1, x_229); +lean_dec(x_186); +x_229 = l_Lean_Meta_injectionCore___lambda__1___closed__13; +x_230 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_229, x_4, x_5, x_6, x_7, x_228); +lean_dec(x_7); +lean_dec(x_5); return x_230; } } -} else { uint8_t x_231; -lean_dec(x_197); -lean_dec(x_176); -lean_dec(x_170); +lean_dec(x_180); +lean_dec(x_174); 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_231 = !lean_is_exclusive(x_198); +x_231 = !lean_is_exclusive(x_186); if (x_231 == 0) { -return x_198; +return x_186; } else { lean_object* x_232; lean_object* x_233; lean_object* x_234; -x_232 = lean_ctor_get(x_198, 0); -x_233 = lean_ctor_get(x_198, 1); +x_232 = lean_ctor_get(x_186, 0); +x_233 = lean_ctor_get(x_186, 1); lean_inc(x_233); lean_inc(x_232); -lean_dec(x_198); +lean_dec(x_186); x_234 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_234, 0, x_232); lean_ctor_set(x_234, 1, x_233); @@ -1666,26 +1714,9 @@ return x_234; } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; -lean_dec(x_194); -lean_dec(x_176); -lean_dec(x_170); -lean_dec(x_3); -x_235 = lean_ctor_get(x_193, 1); -lean_inc(x_235); -lean_dec(x_193); -x_236 = l_Lean_Meta_injectionCore___lambda__1___closed__13; -x_237 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_236, x_4, x_5, x_6, x_7, x_235); -lean_dec(x_7); -lean_dec(x_5); -return x_237; -} -} -else -{ -uint8_t x_238; -lean_dec(x_176); -lean_dec(x_170); +uint8_t x_235; +lean_dec(x_180); +lean_dec(x_174); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1693,54 +1724,57 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_238 = !lean_is_exclusive(x_193); -if (x_238 == 0) +x_235 = !lean_is_exclusive(x_183); +if (x_235 == 0) { -return x_193; +return x_183; } else { -lean_object* x_239; lean_object* x_240; lean_object* x_241; -x_239 = lean_ctor_get(x_193, 0); -x_240 = lean_ctor_get(x_193, 1); -lean_inc(x_240); -lean_inc(x_239); -lean_dec(x_193); -x_241 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_241, 0, x_239); -lean_ctor_set(x_241, 1, x_240); -return x_241; +lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_236 = lean_ctor_get(x_183, 0); +x_237 = lean_ctor_get(x_183, 1); +lean_inc(x_237); +lean_inc(x_236); +lean_dec(x_183); +x_238 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_238, 0, x_236); +lean_ctor_set(x_238, 1, x_237); +return x_238; } } } else { -uint8_t x_242; -lean_dec(x_176); -lean_dec(x_170); +lean_object* x_239; uint8_t x_240; +lean_dec(x_174); +lean_dec(x_3); +lean_dec(x_2); +x_239 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_180, x_4, x_5, x_6, x_7, x_181); 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_242 = !lean_is_exclusive(x_190); -if (x_242 == 0) +x_240 = !lean_is_exclusive(x_239); +if (x_240 == 0) { -return x_190; +lean_object* x_241; lean_object* x_242; +x_241 = lean_ctor_get(x_239, 0); +lean_dec(x_241); +x_242 = lean_box(0); +lean_ctor_set(x_239, 0, x_242); +return x_239; } else { lean_object* x_243; lean_object* x_244; lean_object* x_245; -x_243 = lean_ctor_get(x_190, 0); -x_244 = lean_ctor_get(x_190, 1); -lean_inc(x_244); +x_243 = lean_ctor_get(x_239, 1); lean_inc(x_243); -lean_dec(x_190); -x_245 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_245, 0, x_243); -lean_ctor_set(x_245, 1, x_244); +lean_dec(x_239); +x_244 = lean_box(0); +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; } } @@ -1748,9 +1782,9 @@ return x_245; } else { -uint8_t x_246; +uint8_t x_254; +lean_dec(x_178); lean_dec(x_174); -lean_dec(x_170); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -1758,23 +1792,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_246 = !lean_is_exclusive(x_175); -if (x_246 == 0) +x_254 = !lean_is_exclusive(x_179); +if (x_254 == 0) { -return x_175; +return x_179; } else { -lean_object* x_247; lean_object* x_248; lean_object* x_249; -x_247 = lean_ctor_get(x_175, 0); -x_248 = lean_ctor_get(x_175, 1); -lean_inc(x_248); -lean_inc(x_247); -lean_dec(x_175); -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; +lean_object* x_255; lean_object* x_256; lean_object* x_257; +x_255 = lean_ctor_get(x_179, 0); +x_256 = lean_ctor_get(x_179, 1); +lean_inc(x_256); +lean_inc(x_255); +lean_dec(x_179); +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; } } } @@ -1782,9 +1816,9 @@ return x_249; } else { -uint8_t x_250; -lean_dec(x_158); -lean_dec(x_155); +uint8_t x_258; +lean_dec(x_162); +lean_dec(x_159); lean_dec(x_18); lean_dec(x_7); lean_dec(x_6); @@ -1793,30 +1827,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_250 = !lean_is_exclusive(x_160); -if (x_250 == 0) +x_258 = !lean_is_exclusive(x_164); +if (x_258 == 0) { -return x_160; +return x_164; } else { -lean_object* x_251; lean_object* x_252; lean_object* x_253; -x_251 = lean_ctor_get(x_160, 0); -x_252 = lean_ctor_get(x_160, 1); -lean_inc(x_252); -lean_inc(x_251); -lean_dec(x_160); -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; +lean_object* x_259; lean_object* x_260; lean_object* x_261; +x_259 = lean_ctor_get(x_164, 0); +x_260 = lean_ctor_get(x_164, 1); +lean_inc(x_260); +lean_inc(x_259); +lean_dec(x_164); +x_261 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_261, 0, x_259); +lean_ctor_set(x_261, 1, x_260); +return x_261; } } } else { -uint8_t x_254; -lean_dec(x_155); +uint8_t x_262; +lean_dec(x_159); lean_dec(x_18); lean_dec(x_7); lean_dec(x_6); @@ -1825,30 +1859,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_254 = !lean_is_exclusive(x_157); -if (x_254 == 0) +x_262 = !lean_is_exclusive(x_161); +if (x_262 == 0) { -return x_157; +return x_161; } else { -lean_object* x_255; lean_object* x_256; lean_object* x_257; -x_255 = lean_ctor_get(x_157, 0); -x_256 = lean_ctor_get(x_157, 1); -lean_inc(x_256); -lean_inc(x_255); -lean_dec(x_157); -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; +lean_object* x_263; lean_object* x_264; lean_object* x_265; +x_263 = lean_ctor_get(x_161, 0); +x_264 = lean_ctor_get(x_161, 1); +lean_inc(x_264); +lean_inc(x_263); +lean_dec(x_161); +x_265 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_265, 0, x_263); +lean_ctor_set(x_265, 1, x_264); +return x_265; } } } else { -uint8_t x_258; -lean_dec(x_144); +uint8_t x_266; +lean_dec(x_148); lean_dec(x_18); lean_dec(x_7); lean_dec(x_6); @@ -1857,493 +1891,443 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_258 = !lean_is_exclusive(x_154); -if (x_258 == 0) +x_266 = !lean_is_exclusive(x_158); +if (x_266 == 0) { -return x_154; +return x_158; } else { -lean_object* x_259; lean_object* x_260; lean_object* x_261; -x_259 = lean_ctor_get(x_154, 0); -x_260 = lean_ctor_get(x_154, 1); -lean_inc(x_260); -lean_inc(x_259); -lean_dec(x_154); -x_261 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_261, 0, x_259); -lean_ctor_set(x_261, 1, x_260); -return x_261; +lean_object* x_267; lean_object* x_268; lean_object* x_269; +x_267 = lean_ctor_get(x_158, 0); +x_268 = lean_ctor_get(x_158, 1); +lean_inc(x_268); +lean_inc(x_267); +lean_dec(x_158); +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_262; lean_object* x_263; -lean_dec(x_143); +lean_object* x_270; lean_object* x_271; +lean_dec(x_147); lean_dec(x_16); -x_262 = lean_ctor_get(x_145, 1); -lean_inc(x_262); -lean_dec(x_145); +x_270 = lean_ctor_get(x_149, 1); +lean_inc(x_270); +lean_dec(x_149); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_263 = l_Lean_Meta_mkEq(x_142, x_144, x_4, x_5, x_6, x_7, x_262); -if (lean_obj_tag(x_263) == 0) -{ -lean_object* x_264; lean_object* x_265; lean_object* x_266; -x_264 = lean_ctor_get(x_263, 0); -lean_inc(x_264); -x_265 = lean_ctor_get(x_263, 1); -lean_inc(x_265); -lean_dec(x_263); +x_271 = l_Lean_Meta_mkEq(x_146, x_148, x_4, x_5, x_6, x_7, x_270); +if (lean_obj_tag(x_271) == 0) +{ +lean_object* x_272; lean_object* x_273; lean_object* x_274; +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); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_266 = l_Lean_Meta_mkEqOfHEq(x_18, x_4, x_5, x_6, x_7, x_265); -if (lean_obj_tag(x_266) == 0) -{ -lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; uint8_t x_271; -x_267 = lean_ctor_get(x_266, 0); -lean_inc(x_267); -x_268 = lean_ctor_get(x_266, 1); -lean_inc(x_268); -lean_dec(x_266); -x_269 = l_Lean_Meta_injectionCore___lambda__1___closed__4; -x_270 = lean_unsigned_to_nat(3u); -x_271 = l_Lean_Expr_isAppOfArity(x_264, x_269, x_270); -if (x_271 == 0) -{ -lean_object* x_272; lean_object* x_273; -lean_dec(x_267); -lean_dec(x_264); +x_274 = l_Lean_Meta_mkEqOfHEq(x_18, x_4, x_5, x_6, x_7, x_273); +if (lean_obj_tag(x_274) == 0) +{ +lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; uint8_t x_279; +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 = l_Lean_Meta_injectionCore___lambda__1___closed__4; +x_278 = lean_unsigned_to_nat(3u); +x_279 = l_Lean_Expr_isAppOfArity(x_272, x_277, x_278); +if (x_279 == 0) +{ +lean_object* x_280; lean_object* x_281; +lean_dec(x_275); +lean_dec(x_272); lean_dec(x_3); -x_272 = l_Lean_Meta_injectionCore___lambda__1___closed__7; -x_273 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_272, x_4, x_5, x_6, x_7, x_268); +x_280 = l_Lean_Meta_injectionCore___lambda__1___closed__7; +x_281 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_280, x_4, x_5, x_6, x_7, x_276); lean_dec(x_7); lean_dec(x_5); -return x_273; +return x_281; } else { -lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; -x_274 = l_Lean_Expr_appFn_x21(x_264); -x_275 = l_Lean_Expr_appArg_x21(x_274); -lean_dec(x_274); -x_276 = l_Lean_Expr_appArg_x21(x_264); -lean_dec(x_264); +lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; +x_282 = l_Lean_Expr_appFn_x21(x_272); +x_283 = l_Lean_Expr_appArg_x21(x_282); +lean_dec(x_282); +x_284 = l_Lean_Expr_appArg_x21(x_272); +lean_dec(x_272); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_277 = lean_whnf(x_275, x_4, x_5, x_6, x_7, x_268); -if (lean_obj_tag(x_277) == 0) -{ -lean_object* x_278; lean_object* x_279; lean_object* x_280; -x_278 = lean_ctor_get(x_277, 0); -lean_inc(x_278); -x_279 = lean_ctor_get(x_277, 1); -lean_inc(x_279); -lean_dec(x_277); +x_285 = lean_whnf(x_283, x_4, x_5, x_6, x_7, x_276); +if (lean_obj_tag(x_285) == 0) +{ +lean_object* x_286; lean_object* x_287; lean_object* x_288; +x_286 = lean_ctor_get(x_285, 0); +lean_inc(x_286); +x_287 = lean_ctor_get(x_285, 1); +lean_inc(x_287); +lean_dec(x_285); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_280 = lean_whnf(x_276, x_4, x_5, x_6, x_7, x_279); -if (lean_obj_tag(x_280) == 0) -{ -lean_object* x_281; lean_object* x_282; lean_object* x_283; -x_281 = lean_ctor_get(x_280, 0); -lean_inc(x_281); -x_282 = lean_ctor_get(x_280, 1); -lean_inc(x_282); -lean_dec(x_280); +x_288 = lean_whnf(x_284, x_4, x_5, x_6, x_7, x_287); +if (lean_obj_tag(x_288) == 0) +{ +lean_object* x_289; lean_object* x_290; lean_object* x_291; +x_289 = lean_ctor_get(x_288, 0); +lean_inc(x_289); +x_290 = lean_ctor_get(x_288, 1); +lean_inc(x_290); +lean_dec(x_288); lean_inc(x_1); -x_283 = l_Lean_MVarId_getType(x_1, x_4, x_5, x_6, x_7, x_282); -if (lean_obj_tag(x_283) == 0) -{ -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; -x_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_283, 1); -lean_inc(x_285); -lean_dec(x_283); -x_286 = lean_st_ref_get(x_7, x_285); -x_287 = lean_ctor_get(x_286, 0); -lean_inc(x_287); -x_288 = lean_ctor_get(x_286, 1); -lean_inc(x_288); +x_291 = l_Lean_MVarId_getType(x_1, x_4, x_5, x_6, x_7, 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 = lean_st_ref_get(x_7, x_293); +x_295 = lean_ctor_get(x_294, 0); +lean_inc(x_295); +x_296 = lean_ctor_get(x_294, 1); +lean_inc(x_296); +lean_dec(x_294); +x_297 = lean_ctor_get(x_295, 0); +lean_inc(x_297); +lean_dec(x_295); +lean_inc(x_297); +x_298 = l_Lean_Expr_isConstructorApp_x3f(x_297, x_286); lean_dec(x_286); -x_289 = lean_ctor_get(x_287, 0); -lean_inc(x_289); -lean_dec(x_287); -lean_inc(x_289); -x_290 = l_Lean_Expr_isConstructorApp_x3f(x_289, x_278); -lean_dec(x_278); -if (lean_obj_tag(x_290) == 0) +if (lean_obj_tag(x_298) == 0) { -lean_object* x_291; lean_object* x_292; +lean_object* x_299; lean_object* x_300; +lean_dec(x_297); +lean_dec(x_292); lean_dec(x_289); -lean_dec(x_284); -lean_dec(x_281); -lean_dec(x_267); +lean_dec(x_275); lean_dec(x_3); -x_291 = l_Lean_Meta_injectionCore___lambda__1___closed__10; -x_292 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_291, x_4, x_5, x_6, x_7, x_288); +x_299 = l_Lean_Meta_injectionCore___lambda__1___closed__10; +x_300 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_299, x_4, x_5, x_6, x_7, x_296); lean_dec(x_7); lean_dec(x_5); -return x_292; +return x_300; } else { -lean_object* x_293; lean_object* x_294; -x_293 = lean_ctor_get(x_290, 0); -lean_inc(x_293); -lean_dec(x_290); -x_294 = l_Lean_Expr_isConstructorApp_x3f(x_289, x_281); -lean_dec(x_281); -if (lean_obj_tag(x_294) == 0) +lean_object* x_301; lean_object* x_302; +x_301 = lean_ctor_get(x_298, 0); +lean_inc(x_301); +lean_dec(x_298); +x_302 = l_Lean_Expr_isConstructorApp_x3f(x_297, x_289); +lean_dec(x_289); +if (lean_obj_tag(x_302) == 0) { -lean_object* x_295; lean_object* x_296; -lean_dec(x_293); -lean_dec(x_284); -lean_dec(x_267); +lean_object* x_303; lean_object* x_304; +lean_dec(x_301); +lean_dec(x_292); +lean_dec(x_275); lean_dec(x_3); -x_295 = l_Lean_Meta_injectionCore___lambda__1___closed__10; -x_296 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_295, x_4, x_5, x_6, x_7, x_288); +x_303 = l_Lean_Meta_injectionCore___lambda__1___closed__10; +x_304 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_303, x_4, x_5, x_6, x_7, x_296); lean_dec(x_7); lean_dec(x_5); -return x_296; +return x_304; } else { -lean_object* x_297; lean_object* x_298; -x_297 = lean_ctor_get(x_294, 0); -lean_inc(x_297); -lean_dec(x_294); +lean_object* x_305; lean_object* x_306; +x_305 = lean_ctor_get(x_302, 0); +lean_inc(x_305); +lean_dec(x_302); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_298 = l_Lean_Meta_mkNoConfusion(x_284, x_267, x_4, x_5, x_6, x_7, x_288); -if (lean_obj_tag(x_298) == 0) -{ -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; -x_299 = lean_ctor_get(x_298, 0); -lean_inc(x_299); -x_300 = lean_ctor_get(x_298, 1); -lean_inc(x_300); -lean_dec(x_298); -x_301 = lean_ctor_get(x_293, 0); -lean_inc(x_301); -x_302 = lean_ctor_get(x_301, 0); -lean_inc(x_302); -lean_dec(x_301); -x_303 = lean_ctor_get(x_297, 0); -lean_inc(x_303); -lean_dec(x_297); -x_304 = lean_ctor_get(x_303, 0); -lean_inc(x_304); -lean_dec(x_303); -x_305 = lean_name_eq(x_302, x_304); -lean_dec(x_304); -lean_dec(x_302); -if (x_305 == 0) +x_306 = l_Lean_Meta_mkNoConfusion(x_292, x_275, x_4, x_5, x_6, x_7, x_296); +if (lean_obj_tag(x_306) == 0) +{ +lean_object* x_307; lean_object* x_308; uint8_t x_309; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; uint8_t x_378; +x_307 = lean_ctor_get(x_306, 0); +lean_inc(x_307); +x_308 = lean_ctor_get(x_306, 1); +lean_inc(x_308); +lean_dec(x_306); +x_374 = lean_ctor_get(x_301, 0); +lean_inc(x_374); +x_375 = lean_ctor_get(x_374, 0); +lean_inc(x_375); +lean_dec(x_374); +x_376 = lean_ctor_get(x_305, 0); +lean_inc(x_376); +lean_dec(x_305); +x_377 = lean_ctor_get(x_376, 0); +lean_inc(x_377); +lean_dec(x_376); +x_378 = lean_name_eq(x_375, x_377); +lean_dec(x_377); +lean_dec(x_375); +if (x_378 == 0) { -lean_object* x_306; uint8_t x_307; -lean_dec(x_293); -lean_dec(x_3); -lean_dec(x_2); -x_306 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_299, x_4, x_5, x_6, x_7, x_300); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_307 = !lean_is_exclusive(x_306); -if (x_307 == 0) -{ -lean_object* x_308; lean_object* x_309; -x_308 = lean_ctor_get(x_306, 0); -lean_dec(x_308); -x_309 = lean_box(0); -lean_ctor_set(x_306, 0, x_309); -return x_306; +uint8_t x_379; +x_379 = 1; +x_309 = x_379; +goto block_373; } else { -lean_object* x_310; lean_object* x_311; lean_object* x_312; -x_310 = lean_ctor_get(x_306, 1); -lean_inc(x_310); -lean_dec(x_306); -x_311 = lean_box(0); -x_312 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_312, 0, x_311); -lean_ctor_set(x_312, 1, x_310); -return x_312; +uint8_t x_380; +x_380 = 0; +x_309 = x_380; +goto block_373; } -} -else +block_373: { -lean_object* x_313; +if (x_309 == 0) +{ +lean_object* x_310; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_299); -x_313 = lean_infer_type(x_299, x_4, x_5, x_6, x_7, x_300); -if (lean_obj_tag(x_313) == 0) -{ -lean_object* x_314; lean_object* x_315; lean_object* x_316; -x_314 = lean_ctor_get(x_313, 0); -lean_inc(x_314); -x_315 = lean_ctor_get(x_313, 1); -lean_inc(x_315); -lean_dec(x_313); +lean_inc(x_307); +x_310 = lean_infer_type(x_307, x_4, x_5, x_6, x_7, x_308); +if (lean_obj_tag(x_310) == 0) +{ +lean_object* x_311; lean_object* x_312; lean_object* x_313; +x_311 = lean_ctor_get(x_310, 0); +lean_inc(x_311); +x_312 = lean_ctor_get(x_310, 1); +lean_inc(x_312); +lean_dec(x_310); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_316 = lean_whnf(x_314, x_4, x_5, x_6, x_7, x_315); -if (lean_obj_tag(x_316) == 0) +x_313 = lean_whnf(x_311, x_4, x_5, x_6, x_7, x_312); +if (lean_obj_tag(x_313) == 0) { -lean_object* x_317; -x_317 = lean_ctor_get(x_316, 0); -lean_inc(x_317); -if (lean_obj_tag(x_317) == 7) +lean_object* x_314; +x_314 = lean_ctor_get(x_313, 0); +lean_inc(x_314); +if (lean_obj_tag(x_314) == 7) { -lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; +lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_dec(x_2); -x_318 = lean_ctor_get(x_316, 1); -lean_inc(x_318); -lean_dec(x_316); -x_319 = lean_ctor_get(x_317, 1); -lean_inc(x_319); -lean_dec(x_317); -x_320 = l_Lean_Expr_headBeta(x_319); +x_315 = lean_ctor_get(x_313, 1); +lean_inc(x_315); +lean_dec(x_313); +x_316 = lean_ctor_get(x_314, 1); +lean_inc(x_316); +lean_dec(x_314); +x_317 = l_Lean_Expr_headBeta(x_316); lean_inc(x_1); -x_321 = l_Lean_MVarId_getTag(x_1, x_4, x_5, x_6, x_7, x_318); -if (lean_obj_tag(x_321) == 0) +x_318 = l_Lean_MVarId_getTag(x_1, x_4, x_5, x_6, x_7, x_315); +if (lean_obj_tag(x_318) == 0) { -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_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; +x_319 = lean_ctor_get(x_318, 0); +lean_inc(x_319); +x_320 = lean_ctor_get(x_318, 1); +lean_inc(x_320); +lean_dec(x_318); +lean_inc(x_4); +x_321 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_317, x_319, x_4, x_5, x_6, x_7, x_320); x_322 = lean_ctor_get(x_321, 0); lean_inc(x_322); x_323 = lean_ctor_get(x_321, 1); lean_inc(x_323); lean_dec(x_321); -lean_inc(x_4); -x_324 = l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(x_320, x_322, x_4, x_5, x_6, x_7, x_323); -x_325 = lean_ctor_get(x_324, 0); -lean_inc(x_325); -x_326 = lean_ctor_get(x_324, 1); +lean_inc(x_322); +x_324 = l_Lean_Expr_app___override(x_307, x_322); +x_325 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_324, x_4, x_5, x_6, x_7, x_323); +x_326 = lean_ctor_get(x_325, 1); lean_inc(x_326); -lean_dec(x_324); -lean_inc(x_325); -x_327 = l_Lean_Expr_app___override(x_299, x_325); -x_328 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_327, x_4, x_5, x_6, x_7, x_326); -x_329 = lean_ctor_get(x_328, 1); -lean_inc(x_329); -lean_dec(x_328); -x_330 = l_Lean_Expr_mvarId_x21(x_325); +lean_dec(x_325); +x_327 = l_Lean_Expr_mvarId_x21(x_322); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_331 = l_Lean_MVarId_tryClear(x_330, x_3, x_4, x_5, x_6, x_7, x_329); -if (lean_obj_tag(x_331) == 0) +x_328 = l_Lean_MVarId_tryClear(x_327, x_3, x_4, x_5, x_6, x_7, x_326); +if (lean_obj_tag(x_328) == 0) { -lean_object* x_332; lean_object* x_333; lean_object* x_334; -x_332 = lean_ctor_get(x_331, 0); -lean_inc(x_332); -x_333 = lean_ctor_get(x_331, 1); -lean_inc(x_333); -lean_dec(x_331); -lean_inc(x_293); -x_334 = l_Lean_Meta_getCtorNumPropFields(x_293, x_4, x_5, x_6, x_7, x_333); -if (lean_obj_tag(x_334) == 0) +lean_object* x_329; lean_object* x_330; lean_object* x_331; +x_329 = lean_ctor_get(x_328, 0); +lean_inc(x_329); +x_330 = lean_ctor_get(x_328, 1); +lean_inc(x_330); +lean_dec(x_328); +lean_inc(x_301); +x_331 = l_Lean_Meta_getCtorNumPropFields(x_301, x_4, x_5, x_6, x_7, x_330); +if (lean_obj_tag(x_331) == 0) { -uint8_t x_335; -x_335 = !lean_is_exclusive(x_334); -if (x_335 == 0) +uint8_t x_332; +x_332 = !lean_is_exclusive(x_331); +if (x_332 == 0) { -lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; -x_336 = lean_ctor_get(x_334, 0); -x_337 = lean_ctor_get(x_293, 4); -lean_inc(x_337); -lean_dec(x_293); -x_338 = lean_nat_sub(x_337, x_336); -lean_dec(x_336); -lean_dec(x_337); -x_339 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_339, 0, x_332); -lean_ctor_set(x_339, 1, x_338); -lean_ctor_set(x_334, 0, x_339); -return x_334; +lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; +x_333 = lean_ctor_get(x_331, 0); +x_334 = lean_ctor_get(x_301, 4); +lean_inc(x_334); +lean_dec(x_301); +x_335 = lean_nat_sub(x_334, x_333); +lean_dec(x_333); +lean_dec(x_334); +x_336 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_336, 0, x_329); +lean_ctor_set(x_336, 1, x_335); +lean_ctor_set(x_331, 0, x_336); +return x_331; } else { -lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; -x_340 = lean_ctor_get(x_334, 0); -x_341 = lean_ctor_get(x_334, 1); -lean_inc(x_341); -lean_inc(x_340); -lean_dec(x_334); -x_342 = lean_ctor_get(x_293, 4); -lean_inc(x_342); -lean_dec(x_293); -x_343 = lean_nat_sub(x_342, x_340); -lean_dec(x_340); -lean_dec(x_342); -x_344 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_344, 0, x_332); -lean_ctor_set(x_344, 1, x_343); -x_345 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_345, 0, x_344); -lean_ctor_set(x_345, 1, x_341); -return x_345; +lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; lean_object* x_341; lean_object* x_342; +x_337 = lean_ctor_get(x_331, 0); +x_338 = lean_ctor_get(x_331, 1); +lean_inc(x_338); +lean_inc(x_337); +lean_dec(x_331); +x_339 = lean_ctor_get(x_301, 4); +lean_inc(x_339); +lean_dec(x_301); +x_340 = lean_nat_sub(x_339, x_337); +lean_dec(x_337); +lean_dec(x_339); +x_341 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_341, 0, x_329); +lean_ctor_set(x_341, 1, x_340); +x_342 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_342, 0, x_341); +lean_ctor_set(x_342, 1, x_338); +return x_342; } } else { -uint8_t x_346; -lean_dec(x_332); -lean_dec(x_293); -x_346 = !lean_is_exclusive(x_334); -if (x_346 == 0) +uint8_t x_343; +lean_dec(x_329); +lean_dec(x_301); +x_343 = !lean_is_exclusive(x_331); +if (x_343 == 0) { -return x_334; +return x_331; } else { -lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_347 = lean_ctor_get(x_334, 0); -x_348 = lean_ctor_get(x_334, 1); -lean_inc(x_348); -lean_inc(x_347); -lean_dec(x_334); -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; +lean_object* x_344; lean_object* x_345; lean_object* x_346; +x_344 = lean_ctor_get(x_331, 0); +x_345 = lean_ctor_get(x_331, 1); +lean_inc(x_345); +lean_inc(x_344); +lean_dec(x_331); +x_346 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_346, 0, x_344); +lean_ctor_set(x_346, 1, x_345); +return x_346; } } } else { -uint8_t x_350; -lean_dec(x_293); +uint8_t x_347; +lean_dec(x_301); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_350 = !lean_is_exclusive(x_331); -if (x_350 == 0) +x_347 = !lean_is_exclusive(x_328); +if (x_347 == 0) { -return x_331; +return x_328; } else { -lean_object* x_351; lean_object* x_352; lean_object* x_353; -x_351 = lean_ctor_get(x_331, 0); -x_352 = lean_ctor_get(x_331, 1); -lean_inc(x_352); -lean_inc(x_351); -lean_dec(x_331); -x_353 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_353, 0, x_351); -lean_ctor_set(x_353, 1, x_352); -return x_353; +lean_object* x_348; lean_object* x_349; lean_object* x_350; +x_348 = lean_ctor_get(x_328, 0); +x_349 = lean_ctor_get(x_328, 1); +lean_inc(x_349); +lean_inc(x_348); +lean_dec(x_328); +x_350 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_350, 0, x_348); +lean_ctor_set(x_350, 1, x_349); +return x_350; } } } else { -uint8_t x_354; -lean_dec(x_320); -lean_dec(x_299); -lean_dec(x_293); +uint8_t x_351; +lean_dec(x_317); +lean_dec(x_307); +lean_dec(x_301); 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_354 = !lean_is_exclusive(x_321); -if (x_354 == 0) +x_351 = !lean_is_exclusive(x_318); +if (x_351 == 0) { -return x_321; +return x_318; } else { -lean_object* x_355; lean_object* x_356; lean_object* x_357; -x_355 = lean_ctor_get(x_321, 0); -x_356 = lean_ctor_get(x_321, 1); -lean_inc(x_356); -lean_inc(x_355); -lean_dec(x_321); -x_357 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_357, 0, x_355); -lean_ctor_set(x_357, 1, x_356); -return x_357; +lean_object* x_352; lean_object* x_353; lean_object* x_354; +x_352 = lean_ctor_get(x_318, 0); +x_353 = lean_ctor_get(x_318, 1); +lean_inc(x_353); +lean_inc(x_352); +lean_dec(x_318); +x_354 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_354, 0, x_352); +lean_ctor_set(x_354, 1, x_353); +return x_354; } } } else { -lean_object* x_358; lean_object* x_359; lean_object* x_360; -lean_dec(x_317); -lean_dec(x_299); -lean_dec(x_293); +lean_object* x_355; lean_object* x_356; lean_object* x_357; +lean_dec(x_314); +lean_dec(x_307); +lean_dec(x_301); lean_dec(x_3); -x_358 = lean_ctor_get(x_316, 1); -lean_inc(x_358); -lean_dec(x_316); -x_359 = l_Lean_Meta_injectionCore___lambda__1___closed__13; -x_360 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_359, x_4, x_5, x_6, x_7, x_358); -lean_dec(x_7); -lean_dec(x_5); -return x_360; -} -} -else -{ -uint8_t x_361; -lean_dec(x_299); -lean_dec(x_293); +x_355 = lean_ctor_get(x_313, 1); +lean_inc(x_355); +lean_dec(x_313); +x_356 = l_Lean_Meta_injectionCore___lambda__1___closed__13; +x_357 = l_Lean_Meta_throwTacticEx___rarg(x_2, x_1, x_356, x_4, x_5, x_6, x_7, x_355); 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_361 = !lean_is_exclusive(x_316); -if (x_361 == 0) -{ -return x_316; -} -else -{ -lean_object* x_362; lean_object* x_363; lean_object* x_364; -x_362 = lean_ctor_get(x_316, 0); -x_363 = lean_ctor_get(x_316, 1); -lean_inc(x_363); -lean_inc(x_362); -lean_dec(x_316); -x_364 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_364, 0, x_362); -lean_ctor_set(x_364, 1, x_363); -return x_364; -} +return x_357; } } else { -uint8_t x_365; -lean_dec(x_299); -lean_dec(x_293); +uint8_t x_358; +lean_dec(x_307); +lean_dec(x_301); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2351,32 +2335,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_365 = !lean_is_exclusive(x_313); -if (x_365 == 0) +x_358 = !lean_is_exclusive(x_313); +if (x_358 == 0) { return x_313; } else { -lean_object* x_366; lean_object* x_367; lean_object* x_368; -x_366 = lean_ctor_get(x_313, 0); -x_367 = lean_ctor_get(x_313, 1); -lean_inc(x_367); -lean_inc(x_366); +lean_object* x_359; lean_object* x_360; lean_object* x_361; +x_359 = lean_ctor_get(x_313, 0); +x_360 = lean_ctor_get(x_313, 1); +lean_inc(x_360); +lean_inc(x_359); lean_dec(x_313); -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; -} +x_361 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_361, 0, x_359); +lean_ctor_set(x_361, 1, x_360); +return x_361; } } } else { -uint8_t x_369; -lean_dec(x_297); -lean_dec(x_293); +uint8_t x_362; +lean_dec(x_307); +lean_dec(x_301); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2384,98 +2367,67 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_369 = !lean_is_exclusive(x_298); -if (x_369 == 0) +x_362 = !lean_is_exclusive(x_310); +if (x_362 == 0) { -return x_298; +return x_310; } else { -lean_object* x_370; lean_object* x_371; lean_object* x_372; -x_370 = lean_ctor_get(x_298, 0); -x_371 = lean_ctor_get(x_298, 1); -lean_inc(x_371); -lean_inc(x_370); -lean_dec(x_298); -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; -} -} +lean_object* x_363; lean_object* x_364; lean_object* x_365; +x_363 = lean_ctor_get(x_310, 0); +x_364 = lean_ctor_get(x_310, 1); +lean_inc(x_364); +lean_inc(x_363); +lean_dec(x_310); +x_365 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_365, 0, x_363); +lean_ctor_set(x_365, 1, x_364); +return x_365; } } } else { -uint8_t x_373; -lean_dec(x_281); -lean_dec(x_278); -lean_dec(x_267); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_366; uint8_t x_367; +lean_dec(x_301); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_373 = !lean_is_exclusive(x_283); -if (x_373 == 0) -{ -return x_283; -} -else -{ -lean_object* x_374; lean_object* x_375; lean_object* x_376; -x_374 = lean_ctor_get(x_283, 0); -x_375 = lean_ctor_get(x_283, 1); -lean_inc(x_375); -lean_inc(x_374); -lean_dec(x_283); -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 -{ -uint8_t x_377; -lean_dec(x_278); -lean_dec(x_267); +x_366 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_307, x_4, x_5, x_6, x_7, x_308); 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_377 = !lean_is_exclusive(x_280); -if (x_377 == 0) +x_367 = !lean_is_exclusive(x_366); +if (x_367 == 0) { -return x_280; +lean_object* x_368; lean_object* x_369; +x_368 = lean_ctor_get(x_366, 0); +lean_dec(x_368); +x_369 = lean_box(0); +lean_ctor_set(x_366, 0, x_369); +return x_366; } else { -lean_object* x_378; lean_object* x_379; lean_object* x_380; -x_378 = lean_ctor_get(x_280, 0); -x_379 = lean_ctor_get(x_280, 1); -lean_inc(x_379); -lean_inc(x_378); -lean_dec(x_280); -x_380 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_380, 0, x_378); -lean_ctor_set(x_380, 1, x_379); -return x_380; +lean_object* x_370; lean_object* x_371; lean_object* x_372; +x_370 = lean_ctor_get(x_366, 1); +lean_inc(x_370); +lean_dec(x_366); +x_371 = lean_box(0); +x_372 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_372, 0, x_371); +lean_ctor_set(x_372, 1, x_370); +return x_372; +} } } } else { uint8_t x_381; -lean_dec(x_276); -lean_dec(x_267); +lean_dec(x_305); +lean_dec(x_301); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2483,19 +2435,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_381 = !lean_is_exclusive(x_277); +x_381 = !lean_is_exclusive(x_306); if (x_381 == 0) { -return x_277; +return x_306; } else { lean_object* x_382; lean_object* x_383; lean_object* x_384; -x_382 = lean_ctor_get(x_277, 0); -x_383 = lean_ctor_get(x_277, 1); +x_382 = lean_ctor_get(x_306, 0); +x_383 = lean_ctor_get(x_306, 1); lean_inc(x_383); lean_inc(x_382); -lean_dec(x_277); +lean_dec(x_306); x_384 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_384, 0, x_382); lean_ctor_set(x_384, 1, x_383); @@ -2504,10 +2456,13 @@ return x_384; } } } +} else { uint8_t x_385; -lean_dec(x_264); +lean_dec(x_289); +lean_dec(x_286); +lean_dec(x_275); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2515,19 +2470,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_385 = !lean_is_exclusive(x_266); +x_385 = !lean_is_exclusive(x_291); if (x_385 == 0) { -return x_266; +return x_291; } else { lean_object* x_386; lean_object* x_387; lean_object* x_388; -x_386 = lean_ctor_get(x_266, 0); -x_387 = lean_ctor_get(x_266, 1); +x_386 = lean_ctor_get(x_291, 0); +x_387 = lean_ctor_get(x_291, 1); lean_inc(x_387); lean_inc(x_386); -lean_dec(x_266); +lean_dec(x_291); x_388 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_388, 0, x_386); lean_ctor_set(x_388, 1, x_387); @@ -2538,7 +2493,8 @@ return x_388; else { uint8_t x_389; -lean_dec(x_18); +lean_dec(x_286); +lean_dec(x_275); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2546,19 +2502,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_389 = !lean_is_exclusive(x_263); +x_389 = !lean_is_exclusive(x_288); if (x_389 == 0) { -return x_263; +return x_288; } else { lean_object* x_390; lean_object* x_391; lean_object* x_392; -x_390 = lean_ctor_get(x_263, 0); -x_391 = lean_ctor_get(x_263, 1); +x_390 = lean_ctor_get(x_288, 0); +x_391 = lean_ctor_get(x_288, 1); lean_inc(x_391); lean_inc(x_390); -lean_dec(x_263); +lean_dec(x_288); x_392 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_392, 0, x_390); lean_ctor_set(x_392, 1, x_391); @@ -2566,15 +2522,11 @@ return x_392; } } } -} else { uint8_t x_393; -lean_dec(x_144); -lean_dec(x_143); -lean_dec(x_142); -lean_dec(x_18); -lean_dec(x_16); +lean_dec(x_284); +lean_dec(x_275); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2582,19 +2534,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_393 = !lean_is_exclusive(x_145); +x_393 = !lean_is_exclusive(x_285); if (x_393 == 0) { -return x_145; +return x_285; } else { lean_object* x_394; lean_object* x_395; lean_object* x_396; -x_394 = lean_ctor_get(x_145, 0); -x_395 = lean_ctor_get(x_145, 1); +x_394 = lean_ctor_get(x_285, 0); +x_395 = lean_ctor_get(x_285, 1); lean_inc(x_395); lean_inc(x_394); -lean_dec(x_145); +lean_dec(x_285); x_396 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_396, 0, x_394); lean_ctor_set(x_396, 1, x_395); @@ -2606,6 +2558,7 @@ return x_396; else { uint8_t x_397; +lean_dec(x_272); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2613,19 +2566,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_397 = !lean_is_exclusive(x_15); +x_397 = !lean_is_exclusive(x_274); if (x_397 == 0) { -return x_15; +return x_274; } else { lean_object* x_398; lean_object* x_399; lean_object* x_400; -x_398 = lean_ctor_get(x_15, 0); -x_399 = lean_ctor_get(x_15, 1); +x_398 = lean_ctor_get(x_274, 0); +x_399 = lean_ctor_get(x_274, 1); lean_inc(x_399); lean_inc(x_398); -lean_dec(x_15); +lean_dec(x_274); x_400 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_400, 0, x_398); lean_ctor_set(x_400, 1, x_399); @@ -2636,6 +2589,7 @@ return x_400; else { uint8_t x_401; +lean_dec(x_18); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2643,19 +2597,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_401 = !lean_is_exclusive(x_11); +x_401 = !lean_is_exclusive(x_271); if (x_401 == 0) { -return x_11; +return x_271; } else { lean_object* x_402; lean_object* x_403; lean_object* x_404; -x_402 = lean_ctor_get(x_11, 0); -x_403 = lean_ctor_get(x_11, 1); +x_402 = lean_ctor_get(x_271, 0); +x_403 = lean_ctor_get(x_271, 1); lean_inc(x_403); lean_inc(x_402); -lean_dec(x_11); +lean_dec(x_271); x_404 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_404, 0, x_402); lean_ctor_set(x_404, 1, x_403); @@ -2663,9 +2617,15 @@ return x_404; } } } +} else { uint8_t x_405; +lean_dec(x_148); +lean_dec(x_147); +lean_dec(x_146); +lean_dec(x_18); +lean_dec(x_16); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -2673,19 +2633,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_405 = !lean_is_exclusive(x_9); +x_405 = !lean_is_exclusive(x_149); if (x_405 == 0) { -return x_9; +return x_149; } else { lean_object* x_406; lean_object* x_407; lean_object* x_408; -x_406 = lean_ctor_get(x_9, 0); -x_407 = lean_ctor_get(x_9, 1); +x_406 = lean_ctor_get(x_149, 0); +x_407 = lean_ctor_get(x_149, 1); lean_inc(x_407); lean_inc(x_406); -lean_dec(x_9); +lean_dec(x_149); x_408 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_408, 0, x_406); lean_ctor_set(x_408, 1, x_407); @@ -2694,6 +2654,97 @@ return x_408; } } } +else +{ +uint8_t x_409; +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_409 = !lean_is_exclusive(x_15); +if (x_409 == 0) +{ +return x_15; +} +else +{ +lean_object* x_410; lean_object* x_411; lean_object* x_412; +x_410 = lean_ctor_get(x_15, 0); +x_411 = lean_ctor_get(x_15, 1); +lean_inc(x_411); +lean_inc(x_410); +lean_dec(x_15); +x_412 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_412, 0, x_410); +lean_ctor_set(x_412, 1, x_411); +return x_412; +} +} +} +else +{ +uint8_t x_413; +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_413 = !lean_is_exclusive(x_11); +if (x_413 == 0) +{ +return x_11; +} +else +{ +lean_object* x_414; lean_object* x_415; lean_object* x_416; +x_414 = lean_ctor_get(x_11, 0); +x_415 = lean_ctor_get(x_11, 1); +lean_inc(x_415); +lean_inc(x_414); +lean_dec(x_11); +x_416 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_416, 0, x_414); +lean_ctor_set(x_416, 1, x_415); +return x_416; +} +} +} +else +{ +uint8_t x_417; +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_417 = !lean_is_exclusive(x_9); +if (x_417 == 0) +{ +return x_9; +} +else +{ +lean_object* x_418; lean_object* x_419; lean_object* x_420; +x_418 = lean_ctor_get(x_9, 0); +x_419 = lean_ctor_get(x_9, 1); +lean_inc(x_419); +lean_inc(x_418); +lean_dec(x_9); +x_420 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_420, 0, x_418); +lean_ctor_set(x_420, 1, x_419); +return x_420; +} +} +} +} static lean_object* _init_l_Lean_Meta_injectionCore___closed__1() { _start: { @@ -3259,48 +3310,35 @@ lean_inc(x_6); x_35 = lean_whnf(x_31, x_6, x_7, x_8, x_9, x_34); if (lean_obj_tag(x_35) == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_80; +lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_81; x_36 = lean_ctor_get(x_35, 0); lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); -x_80 = l_Lean_Expr_isNatLit(x_33); +x_81 = l_Lean_Expr_isNatLit(x_33); lean_dec(x_33); -if (x_80 == 0) +if (x_81 == 0) { -lean_object* x_81; +uint8_t x_82; lean_dec(x_36); -x_81 = lean_box(0); -x_38 = x_81; -goto block_79; +x_82 = 0; +x_38 = x_82; +goto block_80; } else { -uint8_t x_82; -x_82 = l_Lean_Expr_isNatLit(x_36); +uint8_t x_83; +x_83 = l_Lean_Expr_isNatLit(x_36); lean_dec(x_36); -if (x_82 == 0) -{ -lean_object* x_83; -x_83 = lean_box(0); x_38 = x_83; -goto block_79; +goto block_80; } -else +block_80: { -lean_dec(x_18); -lean_dec(x_15); -x_2 = x_19; -x_3 = x_16; -x_10 = x_37; -goto _start; -} -} -block_79: +if (x_38 == 0) { lean_object* x_39; -lean_dec(x_38); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -3517,10 +3555,20 @@ return x_78; } } } +else +{ +lean_dec(x_18); +lean_dec(x_15); +x_2 = x_19; +x_3 = x_16; +x_10 = x_37; +goto _start; +} +} } else { -uint8_t x_85; +uint8_t x_84; lean_dec(x_33); lean_dec(x_19); lean_dec(x_18); @@ -3533,29 +3581,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_35); -if (x_85 == 0) +x_84 = !lean_is_exclusive(x_35); +if (x_84 == 0) { return x_35; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_35, 0); -x_87 = lean_ctor_get(x_35, 1); -lean_inc(x_87); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_35, 0); +x_86 = lean_ctor_get(x_35, 1); lean_inc(x_86); +lean_inc(x_85); lean_dec(x_35); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } else { -uint8_t x_89; +uint8_t x_88; lean_dec(x_31); lean_dec(x_19); lean_dec(x_18); @@ -3568,30 +3616,30 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_89 = !lean_is_exclusive(x_32); -if (x_89 == 0) +x_88 = !lean_is_exclusive(x_32); +if (x_88 == 0) { return x_32; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_32, 0); -x_91 = lean_ctor_get(x_32, 1); -lean_inc(x_91); +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_32, 0); +x_90 = lean_ctor_get(x_32, 1); lean_inc(x_90); +lean_inc(x_89); lean_dec(x_32); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -return x_92; +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_93; +uint8_t x_92; lean_dec(x_19); lean_dec(x_18); lean_dec(x_16); @@ -3603,29 +3651,29 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_93 = !lean_is_exclusive(x_23); -if (x_93 == 0) +x_92 = !lean_is_exclusive(x_23); +if (x_92 == 0) { return x_23; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_23, 0); -x_95 = lean_ctor_get(x_23, 1); -lean_inc(x_95); +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_23, 0); +x_94 = lean_ctor_get(x_23, 1); lean_inc(x_94); +lean_inc(x_93); lean_dec(x_23); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; +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 { -uint8_t x_97; +uint8_t x_96; lean_dec(x_19); lean_dec(x_18); lean_dec(x_16); @@ -3637,40 +3685,40 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_97 = !lean_is_exclusive(x_20); -if (x_97 == 0) +x_96 = !lean_is_exclusive(x_20); +if (x_96 == 0) { return x_20; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_20, 0); -x_99 = lean_ctor_get(x_20, 1); -lean_inc(x_99); +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_20, 0); +x_98 = lean_ctor_get(x_20, 1); lean_inc(x_98); +lean_inc(x_97); lean_dec(x_20); -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; +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; } } } } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_101 = l_Lean_Meta_injections_go___closed__2; -x_102 = l_Lean_Meta_injections_go___closed__5; -x_103 = l_Lean_Meta_throwTacticEx___rarg(x_101, x_1, x_102, x_6, x_7, x_8, x_9, x_10); +x_100 = l_Lean_Meta_injections_go___closed__2; +x_101 = l_Lean_Meta_injections_go___closed__5; +x_102 = l_Lean_Meta_throwTacticEx___rarg(x_100, x_1, x_101, x_6, x_7, x_8, x_9, x_10); lean_dec(x_9); lean_dec(x_7); -return x_103; +return x_102; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Intro.c b/stage0/stdlib/Lean/Meta/Tactic/Intro.c index c2d08e9e7445..2a016973ffba 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Intro.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Intro.c @@ -1490,94 +1490,84 @@ return x_14; } else { -if (x_3 == 0) -{ lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; x_15 = lean_ctor_get(x_7, 0); lean_inc(x_15); x_16 = lean_ctor_get(x_7, 1); lean_inc(x_16); -lean_dec(x_7); -x_17 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp___closed__2; -x_18 = lean_name_eq(x_15, x_17); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; -lean_dec(x_5); -lean_dec(x_4); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_15); -lean_ctor_set(x_19, 1, x_16); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_12); -return x_20; +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_17 = x_7; +} else { + lean_dec_ref(x_7); + x_17 = lean_box(0); } -else +if (x_3 == 0) { -lean_object* x_21; -lean_dec(x_15); -x_21 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp_mkAuxNameWithoutGivenName(x_1, x_2, x_4, x_5, x_16, x_8, x_9, x_10, x_11, x_12); -return x_21; -} +uint8_t x_27; +x_27 = 0; +x_18 = x_27; +goto block_26; } else { if (x_6 == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_7); -if (x_22 == 0) -{ -lean_object* x_23; -x_23 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp_mkAuxNameWithoutGivenName(x_1, x_2, x_4, x_5, x_7, x_8, x_9, x_10, x_11, x_12); -return x_23; +uint8_t x_28; +x_28 = 1; +x_18 = x_28; +goto block_26; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_24 = lean_ctor_get(x_7, 0); -x_25 = lean_ctor_get(x_7, 1); -lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_7); -x_26 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_26, 0, x_24); -lean_ctor_set(x_26, 1, x_25); -x_27 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp_mkAuxNameWithoutGivenName(x_1, x_2, x_4, x_5, x_26, x_8, x_9, x_10, x_11, x_12); -return x_27; +uint8_t x_29; +x_29 = 0; +x_18 = x_29; +goto block_26; } } -else +block_26: { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_28 = lean_ctor_get(x_7, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_7, 1); -lean_inc(x_29); -lean_dec(x_7); -x_30 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp___closed__2; -x_31 = lean_name_eq(x_28, x_30); -if (x_31 == 0) +if (x_18 == 0) +{ +lean_object* x_19; uint8_t x_20; +lean_dec(x_17); +x_19 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp___closed__2; +x_20 = lean_name_eq(x_15, x_19); +if (x_20 == 0) { -lean_object* x_32; lean_object* x_33; +lean_object* x_21; lean_object* x_22; lean_dec(x_5); lean_dec(x_4); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_28); -lean_ctor_set(x_32, 1, x_29); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_12); -return x_33; +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_15); +lean_ctor_set(x_21, 1, x_16); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_21); +lean_ctor_set(x_22, 1, x_12); +return x_22; } else { -lean_object* x_34; -lean_dec(x_28); -x_34 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp_mkAuxNameWithoutGivenName(x_1, x_2, x_4, x_5, x_29, x_8, x_9, x_10, x_11, x_12); -return x_34; +lean_object* x_23; +lean_dec(x_15); +x_23 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp_mkAuxNameWithoutGivenName(x_1, x_2, x_4, x_5, x_16, x_8, x_9, x_10, x_11, x_12); +return x_23; +} +} +else +{ +lean_object* x_24; lean_object* x_25; +if (lean_is_scalar(x_17)) { + x_24 = lean_alloc_ctor(1, 2, 0); +} else { + x_24 = x_17; } +lean_ctor_set(x_24, 0, x_15); +lean_ctor_set(x_24, 1, x_16); +x_25 = l___private_Lean_Meta_Tactic_Intro_0__Lean_Meta_mkAuxNameImp_mkAuxNameWithoutGivenName(x_1, x_2, x_4, x_5, x_24, x_8, x_9, x_10, x_11, x_12); +return x_25; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Basic.c b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Basic.c index 2ad773a1cae1..80fa7d5def8a 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Basic.c +++ b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Basic.c @@ -395,91 +395,108 @@ return x_3; LEAN_EXPORT uint8_t l_Lean_Meta_Linear_isLinearCnstr(lean_object* x_1) { _start: { -lean_object* x_2; uint8_t x_3; +lean_object* x_2; uint8_t x_3; uint8_t x_35; x_2 = l_Lean_Expr_getAppFn(x_1); -x_3 = l_Lean_Expr_isConst(x_2); -if (x_3 == 0) +x_35 = l_Lean_Expr_isConst(x_2); +if (x_35 == 0) { -uint8_t x_4; -lean_dec(x_2); -lean_dec(x_1); -x_4 = 0; -return x_4; +uint8_t x_36; +x_36 = 1; +x_3 = x_36; +goto block_34; } else { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = l_Lean_Expr_constName_x21(x_2); -lean_dec(x_2); -x_6 = l_Lean_Meta_Linear_isLinearCnstr___closed__2; -x_7 = lean_name_eq(x_5, x_6); -if (x_7 == 0) -{ -lean_object* x_8; uint8_t x_9; -x_8 = l_Lean_Meta_Linear_isLinearCnstr___closed__5; -x_9 = lean_name_eq(x_5, x_8); -if (x_9 == 0) -{ -lean_object* x_10; uint8_t x_11; -x_10 = l_Lean_Meta_Linear_isLinearCnstr___closed__8; -x_11 = lean_name_eq(x_5, x_10); -if (x_11 == 0) -{ -lean_object* x_12; uint8_t x_13; -x_12 = l_Lean_Meta_Linear_isLinearCnstr___closed__11; -x_13 = lean_name_eq(x_5, x_12); -if (x_13 == 0) -{ -lean_object* x_14; uint8_t x_15; -x_14 = l_Lean_Meta_Linear_isLinearCnstr___closed__14; -x_15 = lean_name_eq(x_5, x_14); -if (x_15 == 0) -{ -lean_object* x_16; uint8_t x_17; -x_16 = l_Lean_Meta_Linear_isLinearCnstr___closed__16; -x_17 = lean_name_eq(x_5, x_16); -if (x_17 == 0) +uint8_t x_37; +x_37 = 0; +x_3 = x_37; +goto block_34; +} +block_34: { -lean_object* x_18; uint8_t x_19; -x_18 = l_Lean_Meta_Linear_isLinearCnstr___closed__18; -x_19 = lean_name_eq(x_5, x_18); -lean_dec(x_5); -if (x_19 == 0) +if (x_3 == 0) { -uint8_t x_20; +lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_4 = l_Lean_Expr_constName_x21(x_2); +lean_dec(x_2); +x_5 = l_Lean_Meta_Linear_isLinearCnstr___closed__2; +x_6 = lean_name_eq(x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = l_Lean_Meta_Linear_isLinearCnstr___closed__5; +x_8 = lean_name_eq(x_4, x_7); +if (x_8 == 0) +{ +lean_object* x_9; uint8_t x_10; +x_9 = l_Lean_Meta_Linear_isLinearCnstr___closed__8; +x_10 = lean_name_eq(x_4, x_9); +if (x_10 == 0) +{ +lean_object* x_11; uint8_t x_12; +x_11 = l_Lean_Meta_Linear_isLinearCnstr___closed__11; +x_12 = lean_name_eq(x_4, x_11); +if (x_12 == 0) +{ +lean_object* x_13; uint8_t x_14; +x_13 = l_Lean_Meta_Linear_isLinearCnstr___closed__14; +x_14 = lean_name_eq(x_4, x_13); +if (x_14 == 0) +{ +lean_object* x_15; uint8_t x_16; +x_15 = l_Lean_Meta_Linear_isLinearCnstr___closed__16; +x_16 = lean_name_eq(x_4, x_15); +if (x_16 == 0) +{ +lean_object* x_17; uint8_t x_18; +x_17 = l_Lean_Meta_Linear_isLinearCnstr___closed__18; +x_18 = lean_name_eq(x_4, x_17); +lean_dec(x_4); +if (x_18 == 0) +{ +uint8_t x_19; lean_dec(x_1); -x_20 = 0; -return x_20; +x_19 = 0; +return x_19; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_21 = lean_unsigned_to_nat(0u); -x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_21); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_dec_eq(x_22, x_23); -lean_dec(x_22); -if (x_24 == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_20 = lean_unsigned_to_nat(0u); +x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_20); +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_nat_dec_eq(x_21, x_22); +lean_dec(x_21); +if (x_23 == 0) { -uint8_t x_25; +uint8_t x_24; lean_dec(x_1); -x_25 = 0; -return x_25; +x_24 = 0; +return x_24; } else { -lean_object* x_26; -x_26 = l_Lean_Expr_appArg_x21(x_1); +lean_object* x_25; +x_25 = l_Lean_Expr_appArg_x21(x_1); lean_dec(x_1); -x_1 = x_26; +x_1 = x_25; goto _start; } } } else { +uint8_t x_27; +lean_dec(x_4); +lean_dec(x_1); +x_27 = 1; +return x_27; +} +} +else +{ uint8_t x_28; -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); x_28 = 1; return x_28; @@ -488,7 +505,7 @@ return x_28; else { uint8_t x_29; -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); x_29 = 1; return x_29; @@ -497,7 +514,7 @@ return x_29; else { uint8_t x_30; -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); x_30 = 1; return x_30; @@ -506,7 +523,7 @@ return x_30; else { uint8_t x_31; -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); x_31 = 1; return x_31; @@ -515,7 +532,7 @@ return x_31; else { uint8_t x_32; -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_1); x_32 = 1; return x_32; @@ -524,9 +541,9 @@ return x_32; else { uint8_t x_33; -lean_dec(x_5); +lean_dec(x_2); lean_dec(x_1); -x_33 = 1; +x_33 = 0; return x_33; } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Basic.c b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Basic.c index 22f0e1386273..40d983f72930 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Basic.c +++ b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Basic.c @@ -13,228 +13,231 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___boxed(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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__24; +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__4(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__3; -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__4; lean_object* l_Lean_mkNatLit(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__8; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__12; static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__16; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__28; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__36; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_toContextExpr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__16; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__13; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__5; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearCnstr___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__4; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__2; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__4; lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_addAsVar___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr(lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__2; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__13; lean_object* l_Lean_Meta_KExprMap_insert___rarg(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_EXPORT lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearCnstr; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearExpr; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_instReprExprCnstr; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__25; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__6; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__4; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_run___rarg___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__2; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__11; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__1; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearExpr___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__4; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__5; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__9; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__32; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_State_varMap___default___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____boxed(lean_object*, lean_object*); -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__4; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__1; lean_object* l_Lean_Meta_evalNat(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__10; lean_object* l_Lean_mkApp4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__18; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11; uint8_t lean_string_dec_eq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__13; lean_object* l_Lean_Expr_appArg_x21(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_State_varMap___default; lean_object* l_Lean_Meta_mkAdd(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17; static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__7; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12; uint8_t l_Lean_Expr_hasMVar(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__28; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__10; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_instReprExpr; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__6; lean_object* l_Lean_Meta_unfoldProjInst_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__2; static lean_object* l_Lean_Meta_Linear_Nat_instReprExprCnstr___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearCnstr___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_run___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Expr_getRevArg_x21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_run(lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___boxed(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__4; static lean_object* l_Lean_Meta_Linear_Nat_instReprExpr___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__7; lean_object* l_Lean_Meta_KExprMap_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__7; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__9; static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__6; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__25; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__34; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__14; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__23; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__9; -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__9; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__9; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearExpr___closed__2; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__5; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__1; lean_object* lean_st_ref_get(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__5(lean_object*, lean_object*, lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__5; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392_(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__3; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__32; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toArith(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__8; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__6; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__7; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____boxed(lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38; extern lean_object* l_Lean_instInhabitedExpr; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18; uint8_t lean_name_eq(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); uint8_t l_Lean_Meta_isNatProjInst(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_reflTrue; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__7; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__2; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__3; static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__3; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__26; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__8; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__13; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__23; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__8; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__8; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__7; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__6; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__34; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_instReprPolyCnstr; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__12; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__3; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__35; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__17; -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__2(lean_object*); +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__8; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4_(lean_object*, lean_object*); -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__5; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__1; -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__4(lean_object*, lean_object*); lean_object* l_Lean_Meta_mkMul(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__16; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__26; static lean_object* l_Lean_Meta_Linear_Nat_instReprPolyCnstr___closed__1; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__31; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr___closed__2; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__5; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__10; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__27; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__10; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__19; lean_object* l_Lean_Meta_mkListLit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__5; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__4; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__14; lean_object* l_Lean_Meta_unfoldDefinition_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__3; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__13; lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_State_vars___default___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__6; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__5; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__37; lean_object* lean_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__8; extern lean_object* l_Lean_levelOne; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_State_varMap___default___closed__3; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__6; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearCnstr___closed__4; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__15; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__31; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__19; +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__17; static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__4; lean_object* l_List_reverse___rarg(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; -static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__3; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__27; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_State_vars___default; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__8; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__5; lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__2; static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__7; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__3; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__16; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__37; +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__2; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearCnstr___closed__1; static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearExpr___closed__3; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__35; +static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__6; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__22; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__6; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__4; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__15; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__2; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__36; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__33; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toArith___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__4; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__11; +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__2(lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__2; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__1; @@ -242,23 +245,20 @@ static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__ uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_instToExprLinearExpr___closed__4; static lean_object* l_Lean_Meta_Linear_Nat_reflTrue___closed__5; -static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__8; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7; +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__12; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__10; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__33; -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12; lean_object* l_Nat_Linear_Expr_inc(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21; static lean_object* l_Lean_Meta_Linear_Nat_LinearExpr_toExpr___closed__4; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__22; static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__11; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21; lean_object* l_Nat_repr(lean_object*); static lean_object* l_Lean_Meta_Linear_Nat_ToLinear_State_varMap___default___closed__2; LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__24; +static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3; static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4____closed__1() { _start: { @@ -707,7 +707,7 @@ x_1 = l_Lean_Meta_Linear_Nat_instReprExpr___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__1() { _start: { lean_object* x_1; @@ -715,29 +715,29 @@ x_1 = lean_mk_string_from_bytes("eq", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__1; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__3() { _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_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__2; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__4() { _start: { lean_object* x_1; @@ -745,29 +745,29 @@ x_1 = lean_mk_string_from_bytes(" := ", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__4; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__3; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__3; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7() { _start: { lean_object* x_1; lean_object* x_2; @@ -776,7 +776,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__8() { _start: { lean_object* x_1; @@ -784,17 +784,17 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__8; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__10() { _start: { lean_object* x_1; @@ -802,17 +802,17 @@ x_1 = lean_mk_string_from_bytes("lhs", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__10; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12() { _start: { lean_object* x_1; lean_object* x_2; @@ -821,7 +821,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__13() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__13() { _start: { lean_object* x_1; @@ -829,17 +829,17 @@ x_1 = lean_mk_string_from_bytes("rhs", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__13; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15() { _start: { lean_object* x_1; @@ -847,35 +847,35 @@ x_1 = lean_mk_string_from_bytes("{ ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__16; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__16; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15; 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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__19() { _start: { lean_object* x_1; @@ -883,17 +883,17 @@ x_1 = lean_mk_string_from_bytes(" }", 2); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__19; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__19; 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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21() { _start: { lean_object* x_1; @@ -901,33 +901,33 @@ x_1 = lean_mk_string_from_bytes("false", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__22() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21; 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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__23() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__22; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__22; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__24() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__23; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -935,35 +935,35 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__25() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__24; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__24; 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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__26() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__25; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__25; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; 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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__27() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__26; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__26; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -971,31 +971,31 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__28() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__27; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__27; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11; 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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__28; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__28; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30() { _start: { lean_object* x_1; @@ -1003,33 +1003,33 @@ x_1 = lean_mk_string_from_bytes("true", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__31() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__31() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30; 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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__32() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__32() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__31; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__31; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__33() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__33() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__32; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__32; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -1037,35 +1037,35 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__34() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__33; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__33; 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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__35() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__35() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__34; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__34; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; 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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__36() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__36() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__35; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__35; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -1073,31 +1073,31 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__37() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__37() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__36; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__36; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11; 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___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__37; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__37; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____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; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; @@ -1106,7 +1106,7 @@ x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); x_5 = lean_unsigned_to_nat(0u); x_6 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExpr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_4_(x_4, x_5); -x_7 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12; +x_7 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12; x_8 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); @@ -1127,11 +1127,11 @@ lean_ctor_set_uint8(x_14, sizeof(void*)*1, x_9); if (x_3 == 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; 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; -x_15 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29; +x_15 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29; x_16 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_10); -x_17 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_17 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; x_18 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_18, 0, x_16); lean_ctor_set(x_18, 1, x_17); @@ -1139,26 +1139,26 @@ x_19 = lean_box(1); x_20 = lean_alloc_ctor(5, 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_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14; +x_21 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14; x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_20); lean_ctor_set(x_22, 1, x_21); -x_23 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_23 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5; x_24 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_24, 0, x_22); lean_ctor_set(x_24, 1, x_23); x_25 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_14); -x_26 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18; +x_26 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18; x_27 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_25); -x_28 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20; +x_28 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20; x_29 = lean_alloc_ctor(5, 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_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17; +x_30 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17; x_31 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -1170,11 +1170,11 @@ 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; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_33 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38; +x_33 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38; x_34 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_34, 0, x_33); lean_ctor_set(x_34, 1, x_10); -x_35 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_35 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; x_36 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_35); @@ -1182,26 +1182,26 @@ x_37 = lean_box(1); x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); -x_39 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14; +x_39 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14; x_40 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); -x_41 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_41 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5; x_42 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_42); lean_ctor_set(x_43, 1, x_14); -x_44 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18; +x_44 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18; x_45 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); -x_46 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20; +x_46 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20; x_47 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_47, 0, x_45); lean_ctor_set(x_47, 1, x_46); -x_48 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17; +x_48 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17; x_49 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_49, 0, x_48); lean_ctor_set(x_49, 1, x_47); @@ -1212,11 +1212,11 @@ return x_50; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -1225,7 +1225,7 @@ static lean_object* _init_l_Lean_Meta_Linear_Nat_instReprExprCnstr___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____boxed), 2, 0); return x_1; } } @@ -1237,11 +1237,11 @@ x_1 = l_Lean_Meta_Linear_Nat_instReprExprCnstr___closed__1; return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -1249,7 +1249,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2() { _start: { lean_object* x_1; @@ -1257,35 +1257,35 @@ x_1 = lean_mk_string_from_bytes("(", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__3() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__4() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__3; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__3; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__5() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__6() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__6() { _start: { lean_object* x_1; @@ -1293,17 +1293,17 @@ x_1 = lean_mk_string_from_bytes(")", 1); return x_1; } } -static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__7() { +static lean_object* _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__6; +x_1 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__6; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(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; 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; uint8_t x_21; lean_object* x_22; @@ -1326,17 +1326,17 @@ x_11 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_8); x_12 = l_List_reverse___rarg(x_11); -x_13 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1; +x_13 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1; x_14 = l_Std_Format_joinSep___at_Prod_repr___spec__1(x_12, x_13); -x_15 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__5; +x_15 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__5; x_16 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); -x_17 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__7; +x_17 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__7; x_18 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_18, 0, x_16); lean_ctor_set(x_18, 1, x_17); -x_19 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__4; +x_19 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__4; x_20 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_20, 0, x_19); lean_ctor_set(x_20, 1, x_18); @@ -1347,16 +1347,16 @@ lean_ctor_set_uint8(x_22, sizeof(void*)*1, x_21); return x_22; } } -LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__2(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; x_2 = lean_unsigned_to_nat(0u); -x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(x_1, x_2); +x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -1377,7 +1377,7 @@ x_6 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_6, 0, x_2); lean_ctor_set(x_6, 1, x_1); x_7 = lean_unsigned_to_nat(0u); -x_8 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(x_4, x_7); +x_8 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(x_4, x_7); x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_6); lean_ctor_set(x_9, 1, x_8); @@ -1387,7 +1387,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__4(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -1410,7 +1410,7 @@ x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); x_6 = lean_unsigned_to_nat(0u); -x_7 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(x_5, x_6); +x_7 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(x_5, x_6); return x_7; } else @@ -1420,14 +1420,14 @@ x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); lean_dec(x_1); x_9 = lean_unsigned_to_nat(0u); -x_10 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(x_8, x_9); -x_11 = l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__5(x_2, x_10, x_4); +x_10 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(x_8, x_9); +x_11 = l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__5(x_2, x_10, x_4); return x_11; } } } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__1() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__1() { _start: { lean_object* x_1; @@ -1435,17 +1435,17 @@ x_1 = lean_mk_string_from_bytes("[]", 2); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__2() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__1; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__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_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3() { _start: { lean_object* x_1; @@ -1453,35 +1453,35 @@ x_1 = lean_mk_string_from_bytes("[", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__4() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3; x_2 = lean_string_length(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__5() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__5() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__4; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__4; x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__6() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__7() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__7() { _start: { lean_object* x_1; @@ -1489,39 +1489,39 @@ x_1 = lean_mk_string_from_bytes("]", 1); return x_1; } } -static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__8() { +static lean_object* _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__7; +x_1 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__7; x_2 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__2; +x_3 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__2; return x_3; } else { 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; uint8_t x_12; lean_object* x_13; -x_4 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1; -x_5 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__4(x_1, x_4); -x_6 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__6; +x_4 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1; +x_5 = l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__4(x_1, x_4); +x_6 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__6; x_7 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); -x_8 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__8; +x_8 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__8; x_9 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_9, 0, x_7); lean_ctor_set(x_9, 1, x_8); -x_10 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__5; +x_10 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__5; x_11 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -1533,7 +1533,7 @@ return x_13; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; @@ -1541,8 +1541,8 @@ x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); x_5 = lean_unsigned_to_nat(0u); -x_6 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1(x_4, x_5); -x_7 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12; +x_6 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1(x_4, x_5); +x_7 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12; x_8 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); @@ -1553,7 +1553,7 @@ lean_ctor_set_uint8(x_10, sizeof(void*)*1, x_9); x_11 = lean_ctor_get(x_1, 1); lean_inc(x_11); lean_dec(x_1); -x_12 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1(x_11, x_5); +x_12 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1(x_11, x_5); x_13 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_13, 0, x_7); lean_ctor_set(x_13, 1, x_12); @@ -1563,11 +1563,11 @@ lean_ctor_set_uint8(x_14, sizeof(void*)*1, x_9); if (x_3 == 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; 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; -x_15 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29; +x_15 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29; x_16 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_10); -x_17 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_17 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; x_18 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_18, 0, x_16); lean_ctor_set(x_18, 1, x_17); @@ -1575,26 +1575,26 @@ x_19 = lean_box(1); x_20 = lean_alloc_ctor(5, 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_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14; +x_21 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14; x_22 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_22, 0, x_20); lean_ctor_set(x_22, 1, x_21); -x_23 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_23 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5; x_24 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_24, 0, x_22); lean_ctor_set(x_24, 1, x_23); x_25 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_14); -x_26 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18; +x_26 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18; x_27 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_25); -x_28 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20; +x_28 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20; x_29 = lean_alloc_ctor(5, 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_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17; +x_30 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17; x_31 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -1606,11 +1606,11 @@ 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; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_33 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38; +x_33 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38; x_34 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_34, 0, x_33); lean_ctor_set(x_34, 1, x_10); -x_35 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9; +x_35 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9; x_36 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_35); @@ -1618,26 +1618,26 @@ x_37 = lean_box(1); x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); -x_39 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14; +x_39 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14; x_40 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); -x_41 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5; +x_41 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5; x_42 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_42); lean_ctor_set(x_43, 1, x_14); -x_44 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18; +x_44 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18; x_45 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); -x_46 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20; +x_46 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20; x_47 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_47, 0, x_45); lean_ctor_set(x_47, 1, x_46); -x_48 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17; +x_48 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17; x_49 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_49, 0, x_48); lean_ctor_set(x_49, 1, x_47); @@ -1648,29 +1648,29 @@ return x_50; } } } -LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3(x_1, x_2); +x_3 = l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1(x_1, x_2); +x_3 = l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -1679,7 +1679,7 @@ static lean_object* _init_l_Lean_Meta_Linear_Nat_instReprPolyCnstr___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____boxed), 2, 0); return x_1; } } @@ -2036,7 +2036,7 @@ static lean_object* _init_l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__6( { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -2056,7 +2056,7 @@ static lean_object* _init_l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__8( { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr___closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -3165,767 +3165,582 @@ return x_14; } case 4: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_103; uint8_t x_104; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_86; lean_object* x_119; uint8_t x_120; x_15 = lean_ctor_get(x_8, 0); lean_inc(x_15); lean_dec(x_8); x_16 = lean_unsigned_to_nat(0u); x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_16); -x_103 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__4; -x_104 = lean_name_eq(x_15, x_103); -if (x_104 == 0) +x_119 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__4; +x_120 = lean_name_eq(x_15, x_119); +if (x_120 == 0) { -lean_object* x_105; uint8_t x_106; -x_105 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__5; -x_106 = lean_name_eq(x_15, x_105); -if (x_106 == 0) +lean_object* x_121; uint8_t x_122; +x_121 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__5; +x_122 = lean_name_eq(x_15, x_121); +if (x_122 == 0) { -lean_object* x_107; -x_107 = lean_box(0); -x_18 = x_107; -goto block_102; +uint8_t x_123; +x_123 = 0; +x_86 = x_123; +goto block_118; } else { -lean_object* x_108; uint8_t x_109; -x_108 = lean_unsigned_to_nat(2u); -x_109 = lean_nat_dec_eq(x_17, x_108); -if (x_109 == 0) -{ -lean_object* x_110; -x_110 = lean_box(0); -x_18 = x_110; -goto block_102; +lean_object* x_124; uint8_t x_125; +x_124 = lean_unsigned_to_nat(2u); +x_125 = lean_nat_dec_eq(x_17, x_124); +x_86 = x_125; +goto block_118; +} } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -lean_dec(x_15); -x_111 = lean_nat_sub(x_17, x_16); -x_112 = lean_unsigned_to_nat(1u); -x_113 = lean_nat_sub(x_111, x_112); -lean_dec(x_111); -lean_inc(x_1); -x_114 = l_Lean_Expr_getRevArg_x21(x_1, x_113); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_115 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_114, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_115) == 0) +lean_object* x_126; uint8_t x_127; +x_126 = lean_unsigned_to_nat(1u); +x_127 = lean_nat_dec_eq(x_17, x_126); +if (x_127 == 0) { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -lean_dec(x_115); -x_118 = lean_nat_sub(x_17, x_112); -lean_dec(x_17); -x_119 = lean_nat_sub(x_118, x_112); -lean_dec(x_118); -x_120 = l_Lean_Expr_getRevArg_x21(x_1, x_119); -x_121 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_120, x_2, x_3, x_4, x_5, x_6, x_117); -if (lean_obj_tag(x_121) == 0) -{ -uint8_t x_122; -x_122 = !lean_is_exclusive(x_121); -if (x_122 == 0) +lean_object* x_128; uint8_t x_129; +x_128 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__5; +x_129 = lean_name_eq(x_15, x_128); +if (x_129 == 0) { -lean_object* x_123; lean_object* x_124; -x_123 = lean_ctor_get(x_121, 0); -x_124 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_124, 0, x_116); -lean_ctor_set(x_124, 1, x_123); -lean_ctor_set(x_121, 0, x_124); -return x_121; +uint8_t x_130; +x_130 = 0; +x_86 = x_130; +goto block_118; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_125 = lean_ctor_get(x_121, 0); -x_126 = lean_ctor_get(x_121, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_121); -x_127 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_127, 0, x_116); -lean_ctor_set(x_127, 1, x_125); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_126); -return x_128; +lean_object* x_131; uint8_t x_132; +x_131 = lean_unsigned_to_nat(2u); +x_132 = lean_nat_dec_eq(x_17, x_131); +x_86 = x_132; +goto block_118; } } else { -uint8_t x_129; -lean_dec(x_116); -x_129 = !lean_is_exclusive(x_121); -if (x_129 == 0) +lean_object* x_133; lean_object* x_134; +lean_dec(x_17); +lean_dec(x_15); +x_133 = l_Lean_Expr_appArg_x21(x_1); +lean_dec(x_1); +x_134 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_133, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_134) == 0) { -return x_121; +uint8_t x_135; +x_135 = !lean_is_exclusive(x_134); +if (x_135 == 0) +{ +lean_object* x_136; lean_object* x_137; +x_136 = lean_ctor_get(x_134, 0); +x_137 = l_Nat_Linear_Expr_inc(x_136); +lean_ctor_set(x_134, 0, x_137); +return x_134; } 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; -} +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_138 = lean_ctor_get(x_134, 0); +x_139 = lean_ctor_get(x_134, 1); +lean_inc(x_139); +lean_inc(x_138); +lean_dec(x_134); +x_140 = l_Nat_Linear_Expr_inc(x_138); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_140); +lean_ctor_set(x_141, 1, x_139); +return x_141; } } else { -uint8_t x_133; -lean_dec(x_17); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_133 = !lean_is_exclusive(x_115); -if (x_133 == 0) +uint8_t x_142; +x_142 = !lean_is_exclusive(x_134); +if (x_142 == 0) { -return x_115; +return x_134; } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_115, 0); -x_135 = lean_ctor_get(x_115, 1); -lean_inc(x_135); -lean_inc(x_134); -lean_dec(x_115); -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; +lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_143 = lean_ctor_get(x_134, 0); +x_144 = lean_ctor_get(x_134, 1); +lean_inc(x_144); +lean_inc(x_143); +lean_dec(x_134); +x_145 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +return x_145; } } } } -} -else -{ -lean_object* x_137; uint8_t x_138; -x_137 = lean_unsigned_to_nat(1u); -x_138 = lean_nat_dec_eq(x_17, x_137); -if (x_138 == 0) +block_85: { -lean_object* x_139; uint8_t x_140; -x_139 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__5; -x_140 = lean_name_eq(x_15, x_139); -if (x_140 == 0) -{ -lean_object* x_141; -x_141 = lean_box(0); -x_18 = x_141; -goto block_102; -} -else +if (x_18 == 0) { -lean_object* x_142; uint8_t x_143; -x_142 = lean_unsigned_to_nat(2u); -x_143 = lean_nat_dec_eq(x_17, x_142); -if (x_143 == 0) +uint8_t x_19; +x_19 = l_Lean_Meta_isNatProjInst(x_15, x_17); +lean_dec(x_17); +lean_dec(x_15); +if (x_19 == 0) { -lean_object* x_144; -x_144 = lean_box(0); -x_18 = x_144; -goto block_102; +lean_object* x_20; +x_20 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_20; } else { -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -lean_dec(x_15); -x_145 = lean_nat_sub(x_17, x_16); -x_146 = lean_nat_sub(x_145, x_137); -lean_dec(x_145); -lean_inc(x_1); -x_147 = l_Lean_Expr_getRevArg_x21(x_1, x_146); +lean_object* x_21; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_3); -x_148 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_147, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_148) == 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; -x_149 = lean_ctor_get(x_148, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -x_151 = lean_nat_sub(x_17, x_137); -lean_dec(x_17); -x_152 = lean_nat_sub(x_151, x_137); -lean_dec(x_151); -x_153 = l_Lean_Expr_getRevArg_x21(x_1, x_152); -x_154 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_153, x_2, x_3, x_4, x_5, x_6, x_150); -if (lean_obj_tag(x_154) == 0) -{ -uint8_t x_155; -x_155 = !lean_is_exclusive(x_154); -if (x_155 == 0) -{ -lean_object* x_156; lean_object* x_157; -x_156 = lean_ctor_get(x_154, 0); -x_157 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_157, 0, x_149); -lean_ctor_set(x_157, 1, x_156); -lean_ctor_set(x_154, 0, x_157); -return x_154; -} -else -{ -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_158 = lean_ctor_get(x_154, 0); -x_159 = lean_ctor_get(x_154, 1); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_154); -x_160 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_160, 0, x_149); -lean_ctor_set(x_160, 1, x_158); -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_159); -return x_161; -} -} -else +lean_inc(x_1); +x_21 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_21) == 0) { -uint8_t x_162; -lean_dec(x_149); -x_162 = !lean_is_exclusive(x_154); -if (x_162 == 0) +lean_object* x_22; +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) { -return x_154; +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +lean_dec(x_21); +x_24 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_23); +return x_24; } else { -lean_object* x_163; lean_object* x_164; lean_object* x_165; -x_163 = lean_ctor_get(x_154, 0); -x_164 = lean_ctor_get(x_154, 1); -lean_inc(x_164); -lean_inc(x_163); -lean_dec(x_154); -x_165 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_165, 0, x_163); -lean_ctor_set(x_165, 1, x_164); -return x_165; -} +lean_object* x_25; lean_object* x_26; lean_object* x_27; +lean_dec(x_1); +x_25 = lean_ctor_get(x_21, 1); +lean_inc(x_25); +lean_dec(x_21); +x_26 = lean_ctor_get(x_22, 0); +lean_inc(x_26); +lean_dec(x_22); +x_27 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_26, x_2, x_3, x_4, x_5, x_6, x_25); +return x_27; } } else { -uint8_t x_166; -lean_dec(x_17); +uint8_t x_28; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_166 = !lean_is_exclusive(x_148); -if (x_166 == 0) +x_28 = !lean_is_exclusive(x_21); +if (x_28 == 0) { -return x_148; +return x_21; } else { -lean_object* x_167; lean_object* x_168; lean_object* x_169; -x_167 = lean_ctor_get(x_148, 0); -x_168 = lean_ctor_get(x_148, 1); -lean_inc(x_168); -lean_inc(x_167); -lean_dec(x_148); -x_169 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_169, 0, x_167); -lean_ctor_set(x_169, 1, x_168); -return x_169; -} +lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_21, 0); +x_30 = lean_ctor_get(x_21, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_21); +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 { -lean_object* x_170; lean_object* x_171; -lean_dec(x_17); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_dec(x_15); -x_170 = l_Lean_Expr_appArg_x21(x_1); -lean_dec(x_1); -x_171 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_170, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_171) == 0) -{ -uint8_t x_172; -x_172 = !lean_is_exclusive(x_171); -if (x_172 == 0) -{ -lean_object* x_173; lean_object* x_174; -x_173 = lean_ctor_get(x_171, 0); -x_174 = l_Nat_Linear_Expr_inc(x_173); -lean_ctor_set(x_171, 0, x_174); -return x_171; -} -else -{ -lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_175 = lean_ctor_get(x_171, 0); -x_176 = lean_ctor_get(x_171, 1); -lean_inc(x_176); -lean_inc(x_175); -lean_dec(x_171); -x_177 = l_Nat_Linear_Expr_inc(x_175); -x_178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_178, 0, x_177); -lean_ctor_set(x_178, 1, x_176); -return x_178; -} -} -else -{ -uint8_t x_179; -x_179 = !lean_is_exclusive(x_171); -if (x_179 == 0) -{ -return x_171; -} -else -{ -lean_object* x_180; lean_object* x_181; lean_object* x_182; -x_180 = lean_ctor_get(x_171, 0); -x_181 = lean_ctor_get(x_171, 1); -lean_inc(x_181); -lean_inc(x_180); -lean_dec(x_171); -x_182 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_181); -return x_182; -} -} -} -} -block_102: +x_32 = lean_nat_sub(x_17, x_16); +x_33 = lean_unsigned_to_nat(1u); +x_34 = lean_nat_sub(x_32, x_33); +lean_dec(x_32); +lean_inc(x_1); +x_35 = l_Lean_Expr_getRevArg_x21(x_1, x_34); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_35); +x_36 = l_Lean_Meta_evalNat(x_35, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_19; uint8_t x_20; -lean_dec(x_18); -x_19 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__2; -x_20 = lean_name_eq(x_15, x_19); -if (x_20 == 0) +lean_object* x_37; +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +if (lean_obj_tag(x_37) == 0) { -uint8_t x_21; -x_21 = l_Lean_Meta_isNatProjInst(x_15, x_17); +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_38 = lean_ctor_get(x_36, 1); +lean_inc(x_38); +lean_dec(x_36); +x_39 = lean_nat_sub(x_17, x_33); lean_dec(x_17); -lean_dec(x_15); -if (x_21 == 0) -{ -lean_object* x_22; -x_22 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_22; -} -else -{ -lean_object* x_23; +x_40 = lean_nat_sub(x_39, x_33); +lean_dec(x_39); +lean_inc(x_1); +x_41 = l_Lean_Expr_getRevArg_x21(x_1, x_40); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_1); -x_23 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_23) == 0) +x_42 = l_Lean_Meta_evalNat(x_41, x_3, x_4, x_5, x_6, x_38); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_24; -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -if (lean_obj_tag(x_24) == 0) +lean_object* x_43; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_23, 1); -lean_inc(x_25); -lean_dec(x_23); -x_26 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_25); -return x_26; +lean_object* x_44; lean_object* x_45; +lean_dec(x_35); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_44); +return x_45; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_dec(x_1); -x_27 = lean_ctor_get(x_23, 1); -lean_inc(x_27); -lean_dec(x_23); -x_28 = lean_ctor_get(x_24, 0); -lean_inc(x_28); -lean_dec(x_24); -x_29 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_28, x_2, x_3, x_4, x_5, x_6, x_27); -return x_29; -} -} -else +x_46 = lean_ctor_get(x_42, 1); +lean_inc(x_46); +lean_dec(x_42); +x_47 = lean_ctor_get(x_43, 0); +lean_inc(x_47); +lean_dec(x_43); +x_48 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_35, x_2, x_3, x_4, x_5, x_6, x_46); +if (lean_obj_tag(x_48) == 0) { -uint8_t x_30; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_30 = !lean_is_exclusive(x_23); -if (x_30 == 0) +uint8_t x_49; +x_49 = !lean_is_exclusive(x_48); +if (x_49 == 0) { -return x_23; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_48, 0); +x_51 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_47); +lean_ctor_set(x_48, 0, x_51); +return x_48; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_23, 0); -x_32 = lean_ctor_get(x_23, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_23); -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_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_52 = lean_ctor_get(x_48, 0); +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_48); +x_54 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_47); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_53); +return x_55; } } else { -lean_object* x_34; uint8_t x_35; -x_34 = lean_unsigned_to_nat(2u); -x_35 = lean_nat_dec_eq(x_17, x_34); -if (x_35 == 0) -{ -uint8_t x_36; -x_36 = l_Lean_Meta_isNatProjInst(x_15, x_17); -lean_dec(x_17); -lean_dec(x_15); -if (x_36 == 0) +uint8_t x_56; +lean_dec(x_47); +x_56 = !lean_is_exclusive(x_48); +if (x_56 == 0) { -lean_object* x_37; -x_37 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_37; +return x_48; } else { -lean_object* x_38; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_1); -x_38 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_38) == 0) -{ -lean_object* x_39; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -if (lean_obj_tag(x_39) == 0) -{ -lean_object* x_40; lean_object* x_41; -x_40 = lean_ctor_get(x_38, 1); -lean_inc(x_40); -lean_dec(x_38); -x_41 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_40); -return x_41; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_48, 0); +x_58 = lean_ctor_get(x_48, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_48); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; +} } -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; -lean_dec(x_1); -x_42 = lean_ctor_get(x_38, 1); -lean_inc(x_42); -lean_dec(x_38); -x_43 = lean_ctor_get(x_39, 0); -lean_inc(x_43); -lean_dec(x_39); -x_44 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_43, x_2, x_3, x_4, x_5, x_6, x_42); -return x_44; } } else { -uint8_t x_45; +uint8_t x_60; +lean_dec(x_35); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_38); -if (x_45 == 0) +x_60 = !lean_is_exclusive(x_42); +if (x_60 == 0) { -return x_38; +return x_42; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_38, 0); -x_47 = lean_ctor_get(x_38, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_38); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -return x_48; -} -} +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_42, 0); +x_62 = lean_ctor_get(x_42, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_42); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } -else -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; -lean_dec(x_15); -x_49 = lean_nat_sub(x_17, x_16); -x_50 = lean_unsigned_to_nat(1u); -x_51 = lean_nat_sub(x_49, x_50); -lean_dec(x_49); -lean_inc(x_1); -x_52 = l_Lean_Expr_getRevArg_x21(x_1, x_51); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_52); -x_53 = l_Lean_Meta_evalNat(x_52, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_53) == 0) -{ -lean_object* x_54; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -if (lean_obj_tag(x_54) == 0) -{ -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_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = lean_nat_sub(x_17, x_50); -lean_dec(x_17); -x_57 = lean_nat_sub(x_56, x_50); -lean_dec(x_56); -lean_inc(x_1); -x_58 = l_Lean_Expr_getRevArg_x21(x_1, x_57); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_59 = l_Lean_Meta_evalNat(x_58, x_3, x_4, x_5, x_6, x_55); -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) -{ -lean_object* x_61; lean_object* x_62; -lean_dec(x_52); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_61); -return x_62; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -lean_dec(x_1); -x_63 = lean_ctor_get(x_59, 1); -lean_inc(x_63); -lean_dec(x_59); -x_64 = lean_ctor_get(x_60, 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; +lean_dec(x_35); +x_64 = lean_ctor_get(x_36, 1); lean_inc(x_64); -lean_dec(x_60); -x_65 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_52, x_2, x_3, x_4, x_5, x_6, x_63); -if (lean_obj_tag(x_65) == 0) -{ -uint8_t x_66; -x_66 = !lean_is_exclusive(x_65); -if (x_66 == 0) +lean_dec(x_36); +x_65 = lean_ctor_get(x_37, 0); +lean_inc(x_65); +lean_dec(x_37); +x_66 = lean_nat_sub(x_17, x_33); +lean_dec(x_17); +x_67 = lean_nat_sub(x_66, x_33); +lean_dec(x_66); +x_68 = l_Lean_Expr_getRevArg_x21(x_1, x_67); +x_69 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_68, x_2, x_3, x_4, x_5, x_6, x_64); +if (lean_obj_tag(x_69) == 0) +{ +uint8_t x_70; +x_70 = !lean_is_exclusive(x_69); +if (x_70 == 0) { -lean_object* x_67; lean_object* x_68; -x_67 = lean_ctor_get(x_65, 0); -x_68 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_64); -lean_ctor_set(x_65, 0, x_68); -return x_65; +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_69, 0); +x_72 = lean_alloc_ctor(3, 2, 0); +lean_ctor_set(x_72, 0, x_65); +lean_ctor_set(x_72, 1, x_71); +lean_ctor_set(x_69, 0, x_72); +return x_69; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_69 = lean_ctor_get(x_65, 0); -x_70 = lean_ctor_get(x_65, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_65); -x_71 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_71, 0, x_69); -lean_ctor_set(x_71, 1, x_64); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_70); -return x_72; +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_73 = lean_ctor_get(x_69, 0); +x_74 = lean_ctor_get(x_69, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_69); +x_75 = lean_alloc_ctor(3, 2, 0); +lean_ctor_set(x_75, 0, x_65); +lean_ctor_set(x_75, 1, x_73); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_75); +lean_ctor_set(x_76, 1, x_74); +return x_76; } } else { -uint8_t x_73; -lean_dec(x_64); -x_73 = !lean_is_exclusive(x_65); -if (x_73 == 0) +uint8_t x_77; +lean_dec(x_65); +x_77 = !lean_is_exclusive(x_69); +if (x_77 == 0) { -return x_65; +return x_69; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_65, 0); -x_75 = lean_ctor_get(x_65, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_65); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_69, 0); +x_79 = lean_ctor_get(x_69, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_69); +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_77; -lean_dec(x_52); +uint8_t x_81; +lean_dec(x_35); +lean_dec(x_17); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_77 = !lean_is_exclusive(x_59); -if (x_77 == 0) +x_81 = !lean_is_exclusive(x_36); +if (x_81 == 0) { -return x_59; +return x_36; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_59, 0); -x_79 = lean_ctor_get(x_59, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_59); -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_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_36, 0); +x_83 = lean_ctor_get(x_36, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_36); +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 +} +block_118: { -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_dec(x_52); -x_81 = lean_ctor_get(x_53, 1); -lean_inc(x_81); -lean_dec(x_53); -x_82 = lean_ctor_get(x_54, 0); -lean_inc(x_82); -lean_dec(x_54); -x_83 = lean_nat_sub(x_17, x_50); -lean_dec(x_17); -x_84 = lean_nat_sub(x_83, x_50); -lean_dec(x_83); -x_85 = l_Lean_Expr_getRevArg_x21(x_1, x_84); -x_86 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_85, x_2, x_3, x_4, x_5, x_6, x_81); -if (lean_obj_tag(x_86) == 0) -{ -uint8_t x_87; -x_87 = !lean_is_exclusive(x_86); -if (x_87 == 0) -{ -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_86, 0); -x_89 = lean_alloc_ctor(3, 2, 0); -lean_ctor_set(x_89, 0, x_82); -lean_ctor_set(x_89, 1, x_88); -lean_ctor_set(x_86, 0, x_89); -return x_86; +if (x_86 == 0) +{ +lean_object* x_87; uint8_t x_88; +x_87 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr_visit___closed__2; +x_88 = lean_name_eq(x_15, x_87); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = 0; +x_18 = x_89; +goto block_85; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_86, 0); -x_91 = lean_ctor_get(x_86, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_86); -x_92 = lean_alloc_ctor(3, 2, 0); -lean_ctor_set(x_92, 0, x_82); -lean_ctor_set(x_92, 1, x_90); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_91); -return x_93; +lean_object* x_90; uint8_t x_91; +x_90 = lean_unsigned_to_nat(2u); +x_91 = lean_nat_dec_eq(x_17, x_90); +x_18 = x_91; +goto block_85; } } else { -uint8_t x_94; -lean_dec(x_82); -x_94 = !lean_is_exclusive(x_86); -if (x_94 == 0) +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +lean_dec(x_15); +x_92 = lean_nat_sub(x_17, x_16); +x_93 = lean_unsigned_to_nat(1u); +x_94 = lean_nat_sub(x_92, x_93); +lean_dec(x_92); +lean_inc(x_1); +x_95 = l_Lean_Expr_getRevArg_x21(x_1, x_94); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_96 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_95, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_96) == 0) { -return x_86; +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +x_98 = lean_ctor_get(x_96, 1); +lean_inc(x_98); +lean_dec(x_96); +x_99 = lean_nat_sub(x_17, x_93); +lean_dec(x_17); +x_100 = lean_nat_sub(x_99, x_93); +lean_dec(x_99); +x_101 = l_Lean_Expr_getRevArg_x21(x_1, x_100); +x_102 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_101, x_2, x_3, x_4, x_5, x_6, x_98); +if (lean_obj_tag(x_102) == 0) +{ +uint8_t x_103; +x_103 = !lean_is_exclusive(x_102); +if (x_103 == 0) +{ +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_102, 0); +x_105 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_105, 0, x_97); +lean_ctor_set(x_105, 1, x_104); +lean_ctor_set(x_102, 0, x_105); +return x_102; +} +else +{ +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; +x_106 = lean_ctor_get(x_102, 0); +x_107 = lean_ctor_get(x_102, 1); +lean_inc(x_107); +lean_inc(x_106); +lean_dec(x_102); +x_108 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_108, 0, x_97); +lean_ctor_set(x_108, 1, x_106); +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_108); +lean_ctor_set(x_109, 1, x_107); +return x_109; +} } else { -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_86, 0); -x_96 = lean_ctor_get(x_86, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_86); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; +uint8_t x_110; +lean_dec(x_97); +x_110 = !lean_is_exclusive(x_102); +if (x_110 == 0) +{ +return x_102; } +else +{ +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_98; -lean_dec(x_52); +uint8_t x_114; lean_dec(x_17); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_98 = !lean_is_exclusive(x_53); -if (x_98 == 0) +x_114 = !lean_is_exclusive(x_96); +if (x_114 == 0) { -return x_53; +return x_96; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_53, 0); -x_100 = lean_ctor_get(x_53, 1); -lean_inc(x_100); -lean_inc(x_99); -lean_dec(x_53); -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; -} +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_96, 0); +x_116 = lean_ctor_get(x_96, 1); +lean_inc(x_116); +lean_inc(x_115); +lean_dec(x_96); +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; } } } @@ -3933,10 +3748,10 @@ return x_101; } default: { -lean_object* x_183; +lean_object* x_146; lean_dec(x_8); -x_183 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -return x_183; +x_146 = l_Lean_Meta_Linear_Nat_ToLinear_addAsVar(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +return x_146; } } } @@ -4344,888 +4159,786 @@ return x_21; } case 4: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_61; lean_object* x_113; lean_object* x_153; lean_object* x_191; uint8_t x_192; +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_63; uint8_t x_128; uint8_t x_165; lean_object* x_203; uint8_t x_204; x_22 = lean_ctor_get(x_8, 0); lean_inc(x_22); lean_dec(x_8); x_23 = lean_unsigned_to_nat(0u); x_24 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_23); -x_191 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__14; -x_192 = lean_name_eq(x_22, x_191); -if (x_192 == 0) -{ -lean_object* x_193; -x_193 = lean_box(0); -x_153 = x_193; -goto block_190; -} -else -{ -lean_object* x_194; uint8_t x_195; -x_194 = lean_unsigned_to_nat(3u); -x_195 = lean_nat_dec_eq(x_24, x_194); -if (x_195 == 0) -{ -lean_object* x_196; -x_196 = lean_box(0); -x_153 = x_196; -goto block_190; -} -else -{ -lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; -lean_dec(x_22); -x_197 = lean_unsigned_to_nat(1u); -x_198 = lean_nat_sub(x_24, x_197); -x_199 = lean_nat_sub(x_198, x_197); -lean_dec(x_198); -lean_inc(x_1); -x_200 = l_Lean_Expr_getRevArg_x21(x_1, x_199); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_201 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_200, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_201) == 0) -{ -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_202 = lean_ctor_get(x_201, 0); -lean_inc(x_202); -x_203 = lean_ctor_get(x_201, 1); -lean_inc(x_203); -lean_dec(x_201); -x_204 = lean_unsigned_to_nat(2u); -x_205 = lean_nat_sub(x_24, x_204); -lean_dec(x_24); -x_206 = lean_nat_sub(x_205, x_197); -lean_dec(x_205); -x_207 = l_Lean_Expr_getRevArg_x21(x_1, x_206); -x_208 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_207, x_2, x_3, x_4, x_5, x_6, x_203); -if (lean_obj_tag(x_208) == 0) -{ -uint8_t x_209; -x_209 = !lean_is_exclusive(x_208); -if (x_209 == 0) -{ -lean_object* x_210; uint8_t x_211; lean_object* x_212; lean_object* x_213; -x_210 = lean_ctor_get(x_208, 0); -x_211 = 1; -x_212 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_212, 0, x_202); -lean_ctor_set(x_212, 1, x_210); -lean_ctor_set_uint8(x_212, sizeof(void*)*2, x_211); -x_213 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_213, 0, x_212); -lean_ctor_set(x_208, 0, x_213); -return x_208; -} -else +x_203 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__14; +x_204 = lean_name_eq(x_22, x_203); +if (x_204 == 0) { -lean_object* x_214; lean_object* x_215; uint8_t x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_214 = lean_ctor_get(x_208, 0); -x_215 = lean_ctor_get(x_208, 1); -lean_inc(x_215); -lean_inc(x_214); -lean_dec(x_208); -x_216 = 1; -x_217 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_217, 0, x_202); -lean_ctor_set(x_217, 1, x_214); -lean_ctor_set_uint8(x_217, sizeof(void*)*2, x_216); -x_218 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_218, 0, x_217); -x_219 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_219, 0, x_218); -lean_ctor_set(x_219, 1, x_215); -return x_219; -} +uint8_t x_205; +x_205 = 0; +x_165 = x_205; +goto block_202; } else { -uint8_t x_220; -lean_dec(x_202); -x_220 = !lean_is_exclusive(x_208); -if (x_220 == 0) -{ -return x_208; +lean_object* x_206; uint8_t x_207; +x_206 = lean_unsigned_to_nat(3u); +x_207 = lean_nat_dec_eq(x_24, x_206); +x_165 = x_207; +goto block_202; } -else +block_62: { -lean_object* x_221; lean_object* x_222; lean_object* x_223; -x_221 = lean_ctor_get(x_208, 0); -x_222 = lean_ctor_get(x_208, 1); -lean_inc(x_222); -lean_inc(x_221); -lean_dec(x_208); -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; -} -} -} -else +if (x_25 == 0) { -uint8_t x_224; +lean_object* x_26; lean_object* x_27; lean_dec(x_24); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_224 = !lean_is_exclusive(x_201); -if (x_224 == 0) -{ -return x_201; +x_26 = lean_box(0); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_7); +return x_27; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_201, 0); -x_226 = lean_ctor_get(x_201, 1); -lean_inc(x_226); -lean_inc(x_225); -lean_dec(x_201); -x_227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_226); -return x_227; -} -} -} -} -block_60: -{ -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_25); -x_26 = lean_nat_sub(x_24, x_23); +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_nat_sub(x_24, x_23); lean_dec(x_24); -x_27 = lean_unsigned_to_nat(1u); -x_28 = lean_nat_sub(x_26, x_27); -lean_dec(x_26); +x_29 = lean_unsigned_to_nat(1u); +x_30 = lean_nat_sub(x_28, x_29); +lean_dec(x_28); lean_inc(x_1); -x_29 = l_Lean_Expr_getRevArg_x21(x_1, x_28); -x_30 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__1; +x_31 = l_Lean_Expr_getRevArg_x21(x_1, x_30); +x_32 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__1; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_31 = l_Lean_Meta_isExprDefEq(x_29, x_30, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_31) == 0) +x_33 = l_Lean_Meta_isExprDefEq(x_31, x_32, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_32; uint8_t x_33; -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_unbox(x_32); -lean_dec(x_32); -if (x_33 == 0) +lean_object* x_34; uint8_t x_35; +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_unbox(x_34); +lean_dec(x_34); +if (x_35 == 0) { -uint8_t x_34; +uint8_t x_36; 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_31); -if (x_34 == 0) +x_36 = !lean_is_exclusive(x_33); +if (x_36 == 0) { -lean_object* x_35; lean_object* x_36; -x_35 = lean_ctor_get(x_31, 0); -lean_dec(x_35); -x_36 = lean_box(0); -lean_ctor_set(x_31, 0, x_36); -return x_31; +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_33, 0); +lean_dec(x_37); +x_38 = lean_box(0); +lean_ctor_set(x_33, 0, x_38); +return x_33; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_31, 1); -lean_inc(x_37); -lean_dec(x_31); -x_38 = lean_box(0); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_37); -return x_39; +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_33, 1); +lean_inc(x_39); +lean_dec(x_33); +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 { -lean_object* x_40; lean_object* x_41; -x_40 = lean_ctor_get(x_31, 1); -lean_inc(x_40); -lean_dec(x_31); +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_33, 1); +lean_inc(x_42); +lean_dec(x_33); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -x_41 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_40); -if (lean_obj_tag(x_41) == 0) +x_43 = l_Lean_Meta_unfoldProjInst_x3f(x_1, x_3, x_4, x_5, x_6, x_42); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_42; -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -if (lean_obj_tag(x_42) == 0) +lean_object* x_44; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +if (lean_obj_tag(x_44) == 0) { -uint8_t x_43; +uint8_t x_45; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_43 = !lean_is_exclusive(x_41); -if (x_43 == 0) +x_45 = !lean_is_exclusive(x_43); +if (x_45 == 0) { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_41, 0); -lean_dec(x_44); -x_45 = lean_box(0); -lean_ctor_set(x_41, 0, x_45); -return x_41; +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_43, 0); +lean_dec(x_46); +x_47 = lean_box(0); +lean_ctor_set(x_43, 0, x_47); +return x_43; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_41, 1); -lean_inc(x_46); -lean_dec(x_41); -x_47 = lean_box(0); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_46); -return x_48; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_43, 1); +lean_inc(x_48); +lean_dec(x_43); +x_49 = lean_box(0); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_48); +return x_50; } } else { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_41, 1); -lean_inc(x_49); -lean_dec(x_41); -x_50 = lean_ctor_get(x_42, 0); -lean_inc(x_50); -lean_dec(x_42); -x_1 = x_50; -x_7 = x_49; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_43, 1); +lean_inc(x_51); +lean_dec(x_43); +x_52 = lean_ctor_get(x_44, 0); +lean_inc(x_52); +lean_dec(x_44); +x_1 = x_52; +x_7 = x_51; goto _start; } } else { -uint8_t x_52; +uint8_t x_54; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_52 = !lean_is_exclusive(x_41); -if (x_52 == 0) +x_54 = !lean_is_exclusive(x_43); +if (x_54 == 0) { -return x_41; +return x_43; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_41, 0); -x_54 = lean_ctor_get(x_41, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_41); -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; +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_43, 0); +x_56 = lean_ctor_get(x_43, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_43); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } } else { -uint8_t x_56; +uint8_t x_58; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_56 = !lean_is_exclusive(x_31); -if (x_56 == 0) +x_58 = !lean_is_exclusive(x_33); +if (x_58 == 0) { -return x_31; +return x_33; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_31, 0); -x_58 = lean_ctor_get(x_31, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_31); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_33, 0); +x_60 = lean_ctor_get(x_33, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_33); +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; } } } -block_112: -{ -lean_object* x_62; uint8_t x_63; lean_object* x_64; -lean_dec(x_61); -x_62 = lean_unsigned_to_nat(4u); -x_63 = lean_nat_dec_eq(x_24, x_62); -if (x_63 == 0) -{ -lean_object* x_76; -x_76 = lean_box(0); -x_64 = x_76; -goto block_75; } -else +block_127: { -lean_object* x_77; uint8_t x_78; -x_77 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__7; -x_78 = lean_name_eq(x_22, x_77); -if (x_78 == 0) +if (x_63 == 0) { -lean_object* x_79; uint8_t x_80; -x_79 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__10; -x_80 = lean_name_eq(x_22, x_79); -if (x_80 == 0) +lean_object* x_64; uint8_t x_65; uint8_t x_66; +x_64 = lean_unsigned_to_nat(4u); +x_65 = lean_nat_dec_eq(x_24, x_64); +if (x_65 == 0) { -lean_object* x_81; -x_81 = lean_box(0); -x_64 = x_81; -goto block_75; +uint8_t x_89; +x_89 = 0; +x_66 = x_89; +goto block_88; } else { -lean_object* x_82; -lean_dec(x_24); -lean_dec(x_22); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_82 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_82) == 0) -{ -lean_object* x_83; -x_83 = lean_ctor_get(x_82, 0); -lean_inc(x_83); -if (lean_obj_tag(x_83) == 0) +lean_object* x_90; uint8_t x_91; +x_90 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__7; +x_91 = lean_name_eq(x_22, x_90); +if (x_91 == 0) { -uint8_t x_84; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_84 = !lean_is_exclusive(x_82); -if (x_84 == 0) -{ -lean_object* x_85; lean_object* x_86; -x_85 = lean_ctor_get(x_82, 0); -lean_dec(x_85); -x_86 = lean_box(0); -lean_ctor_set(x_82, 0, x_86); -return x_82; +lean_object* x_92; uint8_t x_93; +x_92 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__10; +x_93 = lean_name_eq(x_22, x_92); +x_66 = x_93; +goto block_88; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_82, 1); -lean_inc(x_87); -lean_dec(x_82); -x_88 = lean_box(0); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_87); -return x_89; +uint8_t x_94; +x_94 = 1; +x_66 = x_94; +goto block_88; } } -else +block_88: { -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_82, 1); -lean_inc(x_90); -lean_dec(x_82); -x_91 = lean_ctor_get(x_83, 0); -lean_inc(x_91); -lean_dec(x_83); -x_1 = x_91; -x_7 = x_90; -goto _start; -} +if (x_66 == 0) +{ +if (x_65 == 0) +{ +uint8_t x_67; +lean_dec(x_22); +x_67 = 0; +x_25 = x_67; +goto block_62; } else { -uint8_t x_93; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_93 = !lean_is_exclusive(x_82); -if (x_93 == 0) +lean_object* x_68; uint8_t x_69; +x_68 = l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__3; +x_69 = lean_name_eq(x_22, x_68); +if (x_69 == 0) { -return x_82; +lean_object* x_70; uint8_t x_71; +x_70 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__4; +x_71 = lean_name_eq(x_22, x_70); +lean_dec(x_22); +x_25 = x_71; +goto block_62; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_82, 0); -x_95 = lean_ctor_get(x_82, 1); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_82); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; -} +uint8_t x_72; +lean_dec(x_22); +x_72 = 1; +x_25 = x_72; +goto block_62; } } } else { -lean_object* x_97; +lean_object* x_73; lean_dec(x_24); lean_dec(x_22); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_97 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_97) == 0) +x_73 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_98; -x_98 = lean_ctor_get(x_97, 0); -lean_inc(x_98); -if (lean_obj_tag(x_98) == 0) +lean_object* x_74; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +if (lean_obj_tag(x_74) == 0) { -uint8_t x_99; +uint8_t x_75; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_99 = !lean_is_exclusive(x_97); -if (x_99 == 0) +x_75 = !lean_is_exclusive(x_73); +if (x_75 == 0) { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_97, 0); -lean_dec(x_100); -x_101 = lean_box(0); -lean_ctor_set(x_97, 0, x_101); -return x_97; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_73, 0); +lean_dec(x_76); +x_77 = lean_box(0); +lean_ctor_set(x_73, 0, x_77); +return x_73; } else { -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_97, 1); -lean_inc(x_102); -lean_dec(x_97); -x_103 = lean_box(0); -x_104 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_102); -return x_104; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_73, 1); +lean_inc(x_78); +lean_dec(x_73); +x_79 = lean_box(0); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +return x_80; } } else { -lean_object* x_105; lean_object* x_106; -x_105 = lean_ctor_get(x_97, 1); -lean_inc(x_105); -lean_dec(x_97); -x_106 = lean_ctor_get(x_98, 0); -lean_inc(x_106); -lean_dec(x_98); -x_1 = x_106; -x_7 = x_105; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_73, 1); +lean_inc(x_81); +lean_dec(x_73); +x_82 = lean_ctor_get(x_74, 0); +lean_inc(x_82); +lean_dec(x_74); +x_1 = x_82; +x_7 = x_81; goto _start; } } else { -uint8_t x_108; +uint8_t x_84; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_108 = !lean_is_exclusive(x_97); -if (x_108 == 0) +x_84 = !lean_is_exclusive(x_73); +if (x_84 == 0) { -return x_97; +return x_73; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_109 = lean_ctor_get(x_97, 0); -x_110 = lean_ctor_get(x_97, 1); -lean_inc(x_110); -lean_inc(x_109); -lean_dec(x_97); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -return x_111; +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_73, 0); +x_86 = lean_ctor_get(x_73, 1); +lean_inc(x_86); +lean_inc(x_85); +lean_dec(x_73); +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; +} } } } } -block_75: +else { -lean_dec(x_64); -if (x_63 == 0) +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +lean_dec(x_22); +x_95 = lean_nat_sub(x_24, x_23); +x_96 = lean_unsigned_to_nat(1u); +x_97 = lean_nat_sub(x_95, x_96); +lean_dec(x_95); +lean_inc(x_1); +x_98 = l_Lean_Expr_getRevArg_x21(x_1, x_97); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_99 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_98, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_99) == 0) { -lean_object* x_65; lean_object* x_66; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +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); +x_102 = lean_nat_sub(x_24, x_96); lean_dec(x_24); -lean_dec(x_22); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -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_7); -return x_66; +x_103 = lean_nat_sub(x_102, x_96); +lean_dec(x_102); +x_104 = l_Lean_Expr_getRevArg_x21(x_1, x_103); +x_105 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_104, x_2, x_3, x_4, x_5, x_6, x_101); +if (lean_obj_tag(x_105) == 0) +{ +uint8_t x_106; +x_106 = !lean_is_exclusive(x_105); +if (x_106 == 0) +{ +lean_object* x_107; lean_object* x_108; uint8_t x_109; lean_object* x_110; lean_object* x_111; +x_107 = lean_ctor_get(x_105, 0); +x_108 = l_Nat_Linear_Expr_inc(x_100); +x_109 = 0; +x_110 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_110, 0, x_108); +lean_ctor_set(x_110, 1, x_107); +lean_ctor_set_uint8(x_110, sizeof(void*)*2, x_109); +x_111 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_105, 0, x_111); +return x_105; +} +else +{ +lean_object* x_112; lean_object* x_113; lean_object* x_114; uint8_t x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_112 = lean_ctor_get(x_105, 0); +x_113 = lean_ctor_get(x_105, 1); +lean_inc(x_113); +lean_inc(x_112); +lean_dec(x_105); +x_114 = l_Nat_Linear_Expr_inc(x_100); +x_115 = 0; +x_116 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_112); +lean_ctor_set_uint8(x_116, sizeof(void*)*2, x_115); +x_117 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_117, 0, x_116); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_113); +return x_118; +} +} +else +{ +uint8_t x_119; +lean_dec(x_100); +x_119 = !lean_is_exclusive(x_105); +if (x_119 == 0) +{ +return x_105; } else { -lean_object* x_67; uint8_t x_68; -x_67 = l_Lean_Meta_Linear_Nat_LinearCnstr_toArith___closed__3; -x_68 = lean_name_eq(x_22, x_67); -if (x_68 == 0) -{ -lean_object* x_69; uint8_t x_70; -x_69 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__4; -x_70 = lean_name_eq(x_22, x_69); -lean_dec(x_22); -if (x_70 == 0) +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_105, 0); +x_121 = lean_ctor_get(x_105, 1); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_105); +x_122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +return x_122; +} +} +} +else { -lean_object* x_71; lean_object* x_72; +uint8_t x_123; lean_dec(x_24); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_71 = lean_box(0); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_7); -return x_72; -} -else +x_123 = !lean_is_exclusive(x_99); +if (x_123 == 0) { -lean_object* x_73; -x_73 = lean_box(0); -x_25 = x_73; -goto block_60; -} +return x_99; } else { -lean_object* x_74; -lean_dec(x_22); -x_74 = lean_box(0); -x_25 = x_74; -goto block_60; +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_99, 0); +x_125 = lean_ctor_get(x_99, 1); +lean_inc(x_125); +lean_inc(x_124); +lean_dec(x_99); +x_126 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_126, 0, x_124); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } } } -block_152: +block_164: { -lean_object* x_114; uint8_t x_115; -lean_dec(x_113); -x_114 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__11; -x_115 = lean_name_eq(x_22, x_114); -if (x_115 == 0) +if (x_128 == 0) { -lean_object* x_116; -x_116 = lean_box(0); -x_61 = x_116; -goto block_112; +lean_object* x_129; uint8_t x_130; +x_129 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__11; +x_130 = lean_name_eq(x_22, x_129); +if (x_130 == 0) +{ +uint8_t x_131; +x_131 = 0; +x_63 = x_131; +goto block_127; } else { -lean_object* x_117; uint8_t x_118; -x_117 = lean_unsigned_to_nat(2u); -x_118 = lean_nat_dec_eq(x_24, x_117); -if (x_118 == 0) -{ -lean_object* x_119; -x_119 = lean_box(0); -x_61 = x_119; -goto block_112; +lean_object* x_132; uint8_t x_133; +x_132 = lean_unsigned_to_nat(2u); +x_133 = lean_nat_dec_eq(x_24, x_132); +x_63 = x_133; +goto block_127; +} } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_dec(x_22); -x_120 = lean_nat_sub(x_24, x_23); -x_121 = lean_unsigned_to_nat(1u); -x_122 = lean_nat_sub(x_120, x_121); -lean_dec(x_120); +x_134 = lean_nat_sub(x_24, x_23); +x_135 = lean_unsigned_to_nat(1u); +x_136 = lean_nat_sub(x_134, x_135); +lean_dec(x_134); lean_inc(x_1); -x_123 = l_Lean_Expr_getRevArg_x21(x_1, x_122); +x_137 = l_Lean_Expr_getRevArg_x21(x_1, x_136); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_124 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_123, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_124) == 0) -{ -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_nat_sub(x_24, x_121); +x_138 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_137, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_138) == 0) +{ +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_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 = lean_nat_sub(x_24, x_135); lean_dec(x_24); -x_128 = lean_nat_sub(x_127, x_121); -lean_dec(x_127); -x_129 = l_Lean_Expr_getRevArg_x21(x_1, x_128); -x_130 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_129, x_2, x_3, x_4, x_5, x_6, x_126); -if (lean_obj_tag(x_130) == 0) -{ -uint8_t x_131; -x_131 = !lean_is_exclusive(x_130); -if (x_131 == 0) -{ -lean_object* x_132; lean_object* x_133; uint8_t x_134; lean_object* x_135; lean_object* x_136; -x_132 = lean_ctor_get(x_130, 0); -x_133 = l_Nat_Linear_Expr_inc(x_125); -x_134 = 0; -x_135 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_132); -lean_ctor_set_uint8(x_135, sizeof(void*)*2, x_134); -x_136 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_136, 0, x_135); -lean_ctor_set(x_130, 0, x_136); -return x_130; -} -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_137 = lean_ctor_get(x_130, 0); -x_138 = lean_ctor_get(x_130, 1); -lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_130); -x_139 = l_Nat_Linear_Expr_inc(x_125); -x_140 = 0; -x_141 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_141, 0, x_139); -lean_ctor_set(x_141, 1, x_137); -lean_ctor_set_uint8(x_141, sizeof(void*)*2, x_140); -x_142 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_142, 0, x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_138); -return x_143; +x_142 = lean_nat_sub(x_141, x_135); +lean_dec(x_141); +x_143 = l_Lean_Expr_getRevArg_x21(x_1, x_142); +x_144 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_143, x_2, x_3, x_4, x_5, x_6, x_140); +if (lean_obj_tag(x_144) == 0) +{ +uint8_t x_145; +x_145 = !lean_is_exclusive(x_144); +if (x_145 == 0) +{ +lean_object* x_146; uint8_t x_147; lean_object* x_148; lean_object* x_149; +x_146 = lean_ctor_get(x_144, 0); +x_147 = 0; +x_148 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_148, 0, x_139); +lean_ctor_set(x_148, 1, x_146); +lean_ctor_set_uint8(x_148, sizeof(void*)*2, x_147); +x_149 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_149, 0, x_148); +lean_ctor_set(x_144, 0, x_149); +return x_144; +} +else +{ +lean_object* x_150; lean_object* x_151; uint8_t x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; +x_150 = lean_ctor_get(x_144, 0); +x_151 = lean_ctor_get(x_144, 1); +lean_inc(x_151); +lean_inc(x_150); +lean_dec(x_144); +x_152 = 0; +x_153 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_153, 0, x_139); +lean_ctor_set(x_153, 1, x_150); +lean_ctor_set_uint8(x_153, sizeof(void*)*2, x_152); +x_154 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_154, 0, x_153); +x_155 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_151); +return x_155; } } else { -uint8_t x_144; -lean_dec(x_125); -x_144 = !lean_is_exclusive(x_130); -if (x_144 == 0) +uint8_t x_156; +lean_dec(x_139); +x_156 = !lean_is_exclusive(x_144); +if (x_156 == 0) { -return x_130; +return x_144; } else { -lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_145 = lean_ctor_get(x_130, 0); -x_146 = lean_ctor_get(x_130, 1); -lean_inc(x_146); -lean_inc(x_145); -lean_dec(x_130); -x_147 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -return x_147; +lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_144, 0); +x_158 = lean_ctor_get(x_144, 1); +lean_inc(x_158); +lean_inc(x_157); +lean_dec(x_144); +x_159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_158); +return x_159; } } } else { -uint8_t x_148; +uint8_t x_160; lean_dec(x_24); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_148 = !lean_is_exclusive(x_124); -if (x_148 == 0) +x_160 = !lean_is_exclusive(x_138); +if (x_160 == 0) { -return x_124; +return x_138; } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_149 = lean_ctor_get(x_124, 0); -x_150 = lean_ctor_get(x_124, 1); -lean_inc(x_150); -lean_inc(x_149); -lean_dec(x_124); -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_object* x_161; lean_object* x_162; lean_object* x_163; +x_161 = lean_ctor_get(x_138, 0); +x_162 = lean_ctor_get(x_138, 1); +lean_inc(x_162); +lean_inc(x_161); +lean_dec(x_138); +x_163 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +return x_163; } } } } -block_190: +block_202: { -lean_object* x_154; uint8_t x_155; -lean_dec(x_153); -x_154 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__12; -x_155 = lean_name_eq(x_22, x_154); -if (x_155 == 0) +if (x_165 == 0) { -lean_object* x_156; -x_156 = lean_box(0); -x_113 = x_156; -goto block_152; +lean_object* x_166; uint8_t x_167; +x_166 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearCnstr_x3f___closed__12; +x_167 = lean_name_eq(x_22, x_166); +if (x_167 == 0) +{ +uint8_t x_168; +x_168 = 0; +x_128 = x_168; +goto block_164; } else { -lean_object* x_157; uint8_t x_158; -x_157 = lean_unsigned_to_nat(2u); -x_158 = lean_nat_dec_eq(x_24, x_157); -if (x_158 == 0) -{ -lean_object* x_159; -x_159 = lean_box(0); -x_113 = x_159; -goto block_152; +lean_object* x_169; uint8_t x_170; +x_169 = lean_unsigned_to_nat(2u); +x_170 = lean_nat_dec_eq(x_24, x_169); +x_128 = x_170; +goto block_164; +} } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; +lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_dec(x_22); -x_160 = lean_nat_sub(x_24, x_23); -x_161 = lean_unsigned_to_nat(1u); -x_162 = lean_nat_sub(x_160, x_161); -lean_dec(x_160); +x_171 = lean_unsigned_to_nat(1u); +x_172 = lean_nat_sub(x_24, x_171); +x_173 = lean_nat_sub(x_172, x_171); +lean_dec(x_172); lean_inc(x_1); -x_163 = l_Lean_Expr_getRevArg_x21(x_1, x_162); +x_174 = l_Lean_Expr_getRevArg_x21(x_1, x_173); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_164 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_163, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_164) == 0) -{ -lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_165 = lean_ctor_get(x_164, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_164, 1); -lean_inc(x_166); -lean_dec(x_164); -x_167 = lean_nat_sub(x_24, x_161); +x_175 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_174, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_175) == 0) +{ +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; +x_176 = lean_ctor_get(x_175, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_175, 1); +lean_inc(x_177); +lean_dec(x_175); +x_178 = lean_unsigned_to_nat(2u); +x_179 = lean_nat_sub(x_24, x_178); lean_dec(x_24); -x_168 = lean_nat_sub(x_167, x_161); -lean_dec(x_167); -x_169 = l_Lean_Expr_getRevArg_x21(x_1, x_168); -x_170 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_169, x_2, x_3, x_4, x_5, x_6, x_166); -if (lean_obj_tag(x_170) == 0) -{ -uint8_t x_171; -x_171 = !lean_is_exclusive(x_170); -if (x_171 == 0) -{ -lean_object* x_172; uint8_t x_173; lean_object* x_174; lean_object* x_175; -x_172 = lean_ctor_get(x_170, 0); -x_173 = 0; -x_174 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_174, 0, x_165); -lean_ctor_set(x_174, 1, x_172); -lean_ctor_set_uint8(x_174, sizeof(void*)*2, x_173); -x_175 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_170, 0, x_175); -return x_170; +x_180 = lean_nat_sub(x_179, x_171); +lean_dec(x_179); +x_181 = l_Lean_Expr_getRevArg_x21(x_1, x_180); +x_182 = l_Lean_Meta_Linear_Nat_ToLinear_toLinearExpr(x_181, x_2, x_3, x_4, x_5, x_6, x_177); +if (lean_obj_tag(x_182) == 0) +{ +uint8_t x_183; +x_183 = !lean_is_exclusive(x_182); +if (x_183 == 0) +{ +lean_object* x_184; uint8_t x_185; lean_object* x_186; lean_object* x_187; +x_184 = lean_ctor_get(x_182, 0); +x_185 = 1; +x_186 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_186, 0, x_176); +lean_ctor_set(x_186, 1, x_184); +lean_ctor_set_uint8(x_186, sizeof(void*)*2, x_185); +x_187 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_187, 0, x_186); +lean_ctor_set(x_182, 0, x_187); +return x_182; } 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; -x_176 = lean_ctor_get(x_170, 0); -x_177 = lean_ctor_get(x_170, 1); -lean_inc(x_177); -lean_inc(x_176); -lean_dec(x_170); -x_178 = 0; -x_179 = lean_alloc_ctor(0, 2, 1); -lean_ctor_set(x_179, 0, x_165); -lean_ctor_set(x_179, 1, x_176); -lean_ctor_set_uint8(x_179, sizeof(void*)*2, x_178); -x_180 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_180, 0, x_179); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_177); -return x_181; +lean_object* x_188; lean_object* x_189; uint8_t x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; +x_188 = lean_ctor_get(x_182, 0); +x_189 = lean_ctor_get(x_182, 1); +lean_inc(x_189); +lean_inc(x_188); +lean_dec(x_182); +x_190 = 1; +x_191 = lean_alloc_ctor(0, 2, 1); +lean_ctor_set(x_191, 0, x_176); +lean_ctor_set(x_191, 1, x_188); +lean_ctor_set_uint8(x_191, sizeof(void*)*2, x_190); +x_192 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_192, 0, x_191); +x_193 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_189); +return x_193; } } else { -uint8_t x_182; -lean_dec(x_165); -x_182 = !lean_is_exclusive(x_170); -if (x_182 == 0) +uint8_t x_194; +lean_dec(x_176); +x_194 = !lean_is_exclusive(x_182); +if (x_194 == 0) { -return x_170; +return x_182; } else { -lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_183 = lean_ctor_get(x_170, 0); -x_184 = lean_ctor_get(x_170, 1); -lean_inc(x_184); -lean_inc(x_183); -lean_dec(x_170); -x_185 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_185, 0, x_183); -lean_ctor_set(x_185, 1, x_184); -return x_185; +lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_195 = lean_ctor_get(x_182, 0); +x_196 = lean_ctor_get(x_182, 1); +lean_inc(x_196); +lean_inc(x_195); +lean_dec(x_182); +x_197 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +return x_197; } } } else { -uint8_t x_186; +uint8_t x_198; lean_dec(x_24); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_186 = !lean_is_exclusive(x_164); -if (x_186 == 0) +x_198 = !lean_is_exclusive(x_175); +if (x_198 == 0) { -return x_164; +return x_175; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_164, 0); -x_188 = lean_ctor_get(x_164, 1); -lean_inc(x_188); -lean_inc(x_187); -lean_dec(x_164); -x_189 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_189, 0, x_187); -lean_ctor_set(x_189, 1, x_188); -return x_189; -} +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_175, 0); +x_200 = lean_ctor_get(x_175, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_175); +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; } } } @@ -5233,18 +4946,18 @@ return x_189; } default: { -lean_object* x_228; lean_object* x_229; +lean_object* x_208; lean_object* x_209; lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_228 = lean_box(0); -x_229 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_229, 0, x_228); -lean_ctor_set(x_229, 1, x_7); -return x_229; +x_208 = lean_box(0); +x_209 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_209, 0, x_208); +lean_ctor_set(x_209, 1, x_7); +return x_209; } } } @@ -5508,116 +5221,116 @@ l_Lean_Meta_Linear_Nat_instReprExpr___closed__1 = _init_l_Lean_Meta_Linear_Nat_i lean_mark_persistent(l_Lean_Meta_Linear_Nat_instReprExpr___closed__1); l_Lean_Meta_Linear_Nat_instReprExpr = _init_l_Lean_Meta_Linear_Nat_instReprExpr(); lean_mark_persistent(l_Lean_Meta_Linear_Nat_instReprExpr); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__1); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__2); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__3); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__4); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__5); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__6); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__7); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__8); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__9); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__10); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__11); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__12); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__13 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__13(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__13); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__14); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__15); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__16 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__16(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__16); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__17); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__18); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__19 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__19(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__19); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__20); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__21); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__22 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__22(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__22); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__23 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__23(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__23); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__24 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__24(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__24); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__25 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__25(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__25); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__26 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__26(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__26); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__27 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__27(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__27); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__28 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__28(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__28); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__29); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__30); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__31 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__31(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__31); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__32 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__32(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__32); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__33 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__33(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__33); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__34 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__34(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__34); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__35 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__35(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__35); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__36 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__36(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__36); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__37 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__37(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__37); -l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_316____closed__38); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__1); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__2); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__3); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__4); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__5); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__6); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__7); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__8); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__9); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__10); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__11); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__12); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__13 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__13); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__14); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__15); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__16 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__16(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__16); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__17); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__18); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__19 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__19(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__19); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__20); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__21); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__22 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__22(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__22); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__23 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__23(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__23); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__24 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__24(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__24); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__25 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__25(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__25); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__26 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__26(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__26); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__27 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__27(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__27); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__28 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__28(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__28); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__29); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__30); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__31 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__31(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__31); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__32 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__32(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__32); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__33 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__33(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__33); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__34 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__34(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__34); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__35 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__35(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__35); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__36 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__36(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__36); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__37 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__37(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__37); +l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38 = _init_l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprExprCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_306____closed__38); l_Lean_Meta_Linear_Nat_instReprExprCnstr___closed__1 = _init_l_Lean_Meta_Linear_Nat_instReprExprCnstr___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_Nat_instReprExprCnstr___closed__1); l_Lean_Meta_Linear_Nat_instReprExprCnstr = _init_l_Lean_Meta_Linear_Nat_instReprExprCnstr(); lean_mark_persistent(l_Lean_Meta_Linear_Nat_instReprExprCnstr); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__1); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__2); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__3 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__3(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__3); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__4 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__4(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__4); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__5 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__5(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__5); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__6 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__6(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__6); -l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__7 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__7(); -lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__3___closed__7); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__1 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__1(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__1); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__2 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__2(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__2); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__3); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__4 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__4(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__4); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__5 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__5(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__5); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__6 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__6(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__6); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__7 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__7(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__7); -l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__8 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__8(); -lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_402____spec__1___closed__8); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__1); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__2); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__3 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__3(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__3); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__4 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__4(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__4); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__5 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__5(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__5); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__6 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__6(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__6); +l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__7 = _init_l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__7(); +lean_mark_persistent(l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__3___closed__7); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__1 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__1(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__1); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__2 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__2(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__2); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__3); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__4 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__4(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__4); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__5 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__5(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__5); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__6 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__6(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__6); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__7 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__7(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__7); +l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__8 = _init_l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__8(); +lean_mark_persistent(l_List_repr___at___private_Lean_Meta_Tactic_LinearArith_Nat_Basic_0__Lean_Meta_Linear_Nat_reprPolyCnstr____x40_Lean_Meta_Tactic_LinearArith_Nat_Basic___hyg_392____spec__1___closed__8); l_Lean_Meta_Linear_Nat_instReprPolyCnstr___closed__1 = _init_l_Lean_Meta_Linear_Nat_instReprPolyCnstr___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_Nat_instReprPolyCnstr___closed__1); l_Lean_Meta_Linear_Nat_instReprPolyCnstr = _init_l_Lean_Meta_Linear_Nat_instReprPolyCnstr(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Simp.c b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Simp.c index f98711c04782..f386c130fe78 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Simp.c +++ b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Nat/Simp.c @@ -332,1397 +332,499 @@ return x_16; } else { -lean_object* x_17; uint8_t x_18; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_17 = lean_ctor_get(x_8, 1); lean_inc(x_17); lean_dec(x_8); -x_18 = !lean_is_exclusive(x_9); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = lean_ctor_get(x_9, 1); -x_20 = lean_ctor_get(x_9, 0); -lean_dec(x_20); -x_21 = !lean_is_exclusive(x_10); -if (x_21 == 0) +x_18 = lean_ctor_get(x_9, 1); +lean_inc(x_18); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_19 = x_9; +} else { + lean_dec_ref(x_9); + x_19 = lean_box(0); +} +x_20 = lean_ctor_get(x_10, 0); +lean_inc(x_20); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + x_21 = x_10; +} else { + lean_dec_ref(x_10); + x_21 = lean_box(0); +} +x_22 = l_Nat_Linear_ExprCnstr_toPoly(x_20); +x_23 = l_Nat_Linear_PolyCnstr_norm(x_22); +x_24 = l_Nat_Linear_PolyCnstr_isUnsat(x_23); +if (x_24 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = lean_ctor_get(x_10, 0); -x_23 = l_Nat_Linear_ExprCnstr_toPoly(x_22); -x_24 = l_Nat_Linear_PolyCnstr_norm(x_23); -x_25 = l_Nat_Linear_PolyCnstr_isUnsat(x_24); +uint8_t x_25; +x_25 = l_Nat_Linear_PolyCnstr_isValid(x_23); if (x_25 == 0) { -uint8_t x_26; -x_26 = l_Nat_Linear_PolyCnstr_isValid(x_24); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; -x_27 = l_Nat_Linear_PolyCnstr_toExpr(x_24); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_27); -x_28 = l_Lean_Meta_Linear_Nat_LinearCnstr_toArith(x_19, x_27, x_2, x_3, x_4, x_5, x_17); -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; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_28, 0); -x_31 = lean_ctor_get(x_28, 1); -x_32 = lean_expr_eqv(x_30, x_1); -if (x_32 == 0) -{ -lean_object* x_33; -lean_free_object(x_28); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_33 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_31); -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; lean_object* x_40; lean_object* x_41; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_22); -x_37 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_27); -x_38 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__6; -x_39 = l_Lean_Meta_Linear_Nat_reflTrue; -x_40 = l_Lean_mkApp4(x_38, x_34, x_36, x_37, x_39); +lean_object* x_26; lean_object* x_27; +x_26 = l_Nat_Linear_PolyCnstr_toExpr(x_23); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_30); -x_41 = l_Lean_Meta_mkEq(x_1, x_30, x_2, x_3, x_4, x_5, x_35); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; -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 = l_Lean_Meta_mkExpectedTypeHint(x_40, x_42, x_2, x_3, x_4, x_5, x_43); -if (lean_obj_tag(x_44) == 0) -{ -uint8_t x_45; -x_45 = !lean_is_exclusive(x_44); -if (x_45 == 0) +lean_inc(x_26); +x_27 = l_Lean_Meta_Linear_Nat_LinearCnstr_toArith(x_18, x_26, x_2, x_3, x_4, x_5, x_17); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_46; -x_46 = lean_ctor_get(x_44, 0); -lean_ctor_set(x_9, 1, x_46); -lean_ctor_set(x_9, 0, x_30); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_44, 0, x_10); -return x_44; -} -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_inc(x_48); -lean_inc(x_47); -lean_dec(x_44); -lean_ctor_set(x_9, 1, x_47); -lean_ctor_set(x_9, 0, x_30); -lean_ctor_set(x_10, 0, x_9); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_10); -lean_ctor_set(x_49, 1, x_48); -return x_49; -} -} -else -{ -uint8_t x_50; -lean_dec(x_30); -lean_free_object(x_10); -lean_free_object(x_9); -x_50 = !lean_is_exclusive(x_44); -if (x_50 == 0) -{ -return x_44; -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_44, 0); -x_52 = lean_ctor_get(x_44, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_44); -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; -} -} -} -else -{ -uint8_t x_54; -lean_dec(x_40); -lean_dec(x_30); -lean_free_object(x_10); -lean_free_object(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_54 = !lean_is_exclusive(x_41); -if (x_54 == 0) -{ -return x_41; +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_68; +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +if (lean_is_exclusive(x_27)) { + lean_ctor_release(x_27, 0); + lean_ctor_release(x_27, 1); + x_30 = x_27; +} else { + lean_dec_ref(x_27); + x_30 = lean_box(0); } -else +x_68 = lean_expr_eqv(x_28, x_1); +if (x_68 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_41, 0); -x_56 = lean_ctor_get(x_41, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_41); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; -} -} +uint8_t x_69; +x_69 = 1; +x_31 = x_69; +goto block_67; } else { -uint8_t x_58; -lean_dec(x_30); -lean_dec(x_27); -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_58 = !lean_is_exclusive(x_33); -if (x_58 == 0) -{ -return x_33; +uint8_t x_70; +x_70 = 0; +x_31 = x_70; +goto block_67; } -else +block_67: { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_33, 0); -x_60 = lean_ctor_get(x_33, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_33); -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; -} -} -} -else +if (x_31 == 0) { -lean_object* x_62; -lean_dec(x_30); -lean_dec(x_27); -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); +lean_object* x_32; lean_object* x_33; +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_19); +lean_dec(x_18); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_62 = lean_box(0); -lean_ctor_set(x_28, 0, x_62); -return x_28; +x_32 = lean_box(0); +if (lean_is_scalar(x_30)) { + x_33 = lean_alloc_ctor(0, 2, 0); +} else { + x_33 = x_30; } +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_29); +return x_33; } else { -lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_63 = lean_ctor_get(x_28, 0); -x_64 = lean_ctor_get(x_28, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_28); -x_65 = lean_expr_eqv(x_63, x_1); -if (x_65 == 0) -{ -lean_object* x_66; +lean_object* x_34; +lean_dec(x_30); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_66 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_64); -if (lean_obj_tag(x_66) == 0) +x_34 = l_Lean_Meta_Linear_Nat_toContextExpr(x_18, x_2, x_3, x_4, x_5, x_29); +if (lean_obj_tag(x_34) == 0) { -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_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_22); -x_70 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_27); -x_71 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__6; -x_72 = l_Lean_Meta_Linear_Nat_reflTrue; -x_73 = l_Lean_mkApp4(x_71, x_67, x_69, x_70, x_72); +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_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_20); +x_38 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_26); +x_39 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__6; +x_40 = l_Lean_Meta_Linear_Nat_reflTrue; +x_41 = l_Lean_mkApp4(x_39, x_35, x_37, x_38, x_40); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_63); -x_74 = l_Lean_Meta_mkEq(x_1, x_63, x_2, x_3, x_4, x_5, x_68); -if (lean_obj_tag(x_74) == 0) +lean_inc(x_28); +x_42 = l_Lean_Meta_mkEq(x_1, x_28, x_2, x_3, x_4, x_5, x_36); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -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 = l_Lean_Meta_mkExpectedTypeHint(x_73, x_75, x_2, x_3, x_4, x_5, x_76); -if (lean_obj_tag(x_77) == 0) +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = l_Lean_Meta_mkExpectedTypeHint(x_41, x_43, x_2, x_3, x_4, x_5, x_44); +if (lean_obj_tag(x_45) == 0) { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_80 = x_77; -} else { - lean_dec_ref(x_77); - x_80 = lean_box(0); -} -lean_ctor_set(x_9, 1, x_78); -lean_ctor_set(x_9, 0, x_63); -lean_ctor_set(x_10, 0, x_9); -if (lean_is_scalar(x_80)) { - x_81 = lean_alloc_ctor(0, 2, 0); -} else { - x_81 = x_80; -} -lean_ctor_set(x_81, 0, x_10); -lean_ctor_set(x_81, 1, x_79); -return x_81; -} -else +uint8_t x_46; +x_46 = !lean_is_exclusive(x_45); +if (x_46 == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -lean_dec(x_63); -lean_free_object(x_10); -lean_free_object(x_9); -x_82 = lean_ctor_get(x_77, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_77, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_77)) { - lean_ctor_release(x_77, 0); - lean_ctor_release(x_77, 1); - x_84 = x_77; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_45, 0); +if (lean_is_scalar(x_19)) { + x_48 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_77); - x_84 = lean_box(0); + x_48 = x_19; } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_28); +lean_ctor_set(x_48, 1, x_47); +if (lean_is_scalar(x_21)) { + x_49 = lean_alloc_ctor(1, 1, 0); } else { - x_85 = x_84; -} -lean_ctor_set(x_85, 0, x_82); -lean_ctor_set(x_85, 1, x_83); -return x_85; + x_49 = x_21; } +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_45, 0, x_49); +return x_45; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -lean_dec(x_73); -lean_dec(x_63); -lean_free_object(x_10); -lean_free_object(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_86 = lean_ctor_get(x_74, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_74, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_74)) { - lean_ctor_release(x_74, 0); - lean_ctor_release(x_74, 1); - x_88 = x_74; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = lean_ctor_get(x_45, 0); +x_51 = lean_ctor_get(x_45, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_45); +if (lean_is_scalar(x_19)) { + x_52 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_74); - x_88 = lean_box(0); + x_52 = x_19; } -if (lean_is_scalar(x_88)) { - x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_28); +lean_ctor_set(x_52, 1, x_50); +if (lean_is_scalar(x_21)) { + x_53 = lean_alloc_ctor(1, 1, 0); } else { - x_89 = x_88; + x_53 = x_21; } -lean_ctor_set(x_89, 0, x_86); -lean_ctor_set(x_89, 1, x_87); -return x_89; +lean_ctor_set(x_53, 0, 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_51); +return x_54; } } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -lean_dec(x_63); -lean_dec(x_27); -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_90 = lean_ctor_get(x_66, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_66, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_66)) { - lean_ctor_release(x_66, 0); - lean_ctor_release(x_66, 1); - x_92 = x_66; -} else { - lean_dec_ref(x_66); - x_92 = lean_box(0); -} -if (lean_is_scalar(x_92)) { - x_93 = lean_alloc_ctor(1, 2, 0); -} else { - x_93 = x_92; -} -lean_ctor_set(x_93, 0, x_90); -lean_ctor_set(x_93, 1, x_91); -return x_93; -} +uint8_t x_55; +lean_dec(x_28); +lean_dec(x_21); +lean_dec(x_19); +x_55 = !lean_is_exclusive(x_45); +if (x_55 == 0) +{ +return x_45; } else { -lean_object* x_94; lean_object* x_95; -lean_dec(x_63); -lean_dec(x_27); -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); -lean_dec(x_19); -lean_dec(x_5); -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_64); -return x_95; +lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_56 = lean_ctor_get(x_45, 0); +x_57 = lean_ctor_get(x_45, 1); +lean_inc(x_57); +lean_inc(x_56); +lean_dec(x_45); +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; } } } else { -uint8_t x_96; -lean_dec(x_27); -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); +uint8_t x_59; +lean_dec(x_41); +lean_dec(x_28); +lean_dec(x_21); lean_dec(x_19); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_96 = !lean_is_exclusive(x_28); -if (x_96 == 0) -{ -return x_28; -} -else +x_59 = !lean_is_exclusive(x_42); +if (x_59 == 0) { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_28, 0); -x_98 = lean_ctor_get(x_28, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_28); -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; -} -} -} -else -{ -lean_object* x_100; -lean_dec(x_24); -lean_dec(x_1); -x_100 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_100) == 0) -{ -uint8_t x_101; -x_101 = !lean_is_exclusive(x_100); -if (x_101 == 0) -{ -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_102 = lean_ctor_get(x_100, 0); -x_103 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_22); -x_104 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__9; -x_105 = l_Lean_Meta_Linear_Nat_reflTrue; -x_106 = l_Lean_mkApp3(x_104, x_102, x_103, x_105); -x_107 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__12; -lean_ctor_set(x_9, 1, x_106); -lean_ctor_set(x_9, 0, x_107); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_100, 0, x_10); -return x_100; -} -else -{ -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; -x_108 = lean_ctor_get(x_100, 0); -x_109 = lean_ctor_get(x_100, 1); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_100); -x_110 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_22); -x_111 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__9; -x_112 = l_Lean_Meta_Linear_Nat_reflTrue; -x_113 = l_Lean_mkApp3(x_111, x_108, x_110, x_112); -x_114 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__12; -lean_ctor_set(x_9, 1, x_113); -lean_ctor_set(x_9, 0, x_114); -lean_ctor_set(x_10, 0, x_9); -x_115 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_115, 0, x_10); -lean_ctor_set(x_115, 1, x_109); -return x_115; -} -} -else -{ -uint8_t x_116; -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); -x_116 = !lean_is_exclusive(x_100); -if (x_116 == 0) -{ -return x_100; -} -else -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_100, 0); -x_118 = lean_ctor_get(x_100, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_100); -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; -} -} -} -} -else -{ -lean_object* x_120; -lean_dec(x_24); -lean_dec(x_1); -x_120 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_120) == 0) -{ -uint8_t x_121; -x_121 = !lean_is_exclusive(x_120); -if (x_121 == 0) -{ -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_122 = lean_ctor_get(x_120, 0); -x_123 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_22); -x_124 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__15; -x_125 = l_Lean_Meta_Linear_Nat_reflTrue; -x_126 = l_Lean_mkApp3(x_124, x_122, x_123, x_125); -x_127 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__18; -lean_ctor_set(x_9, 1, x_126); -lean_ctor_set(x_9, 0, x_127); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_120, 0, x_10); -return x_120; -} -else -{ -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; -x_128 = lean_ctor_get(x_120, 0); -x_129 = lean_ctor_get(x_120, 1); -lean_inc(x_129); -lean_inc(x_128); -lean_dec(x_120); -x_130 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_22); -x_131 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__15; -x_132 = l_Lean_Meta_Linear_Nat_reflTrue; -x_133 = l_Lean_mkApp3(x_131, x_128, x_130, x_132); -x_134 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__18; -lean_ctor_set(x_9, 1, x_133); -lean_ctor_set(x_9, 0, x_134); -lean_ctor_set(x_10, 0, x_9); -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_10); -lean_ctor_set(x_135, 1, x_129); -return x_135; -} -} -else -{ -uint8_t x_136; -lean_free_object(x_10); -lean_dec(x_22); -lean_free_object(x_9); -x_136 = !lean_is_exclusive(x_120); -if (x_136 == 0) -{ -return x_120; -} -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_120, 0); -x_138 = lean_ctor_get(x_120, 1); -lean_inc(x_138); -lean_inc(x_137); -lean_dec(x_120); -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; -} -} -} -} -else -{ -lean_object* x_140; lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_140 = lean_ctor_get(x_10, 0); -lean_inc(x_140); -lean_dec(x_10); -x_141 = l_Nat_Linear_ExprCnstr_toPoly(x_140); -x_142 = l_Nat_Linear_PolyCnstr_norm(x_141); -x_143 = l_Nat_Linear_PolyCnstr_isUnsat(x_142); -if (x_143 == 0) -{ -uint8_t x_144; -x_144 = l_Nat_Linear_PolyCnstr_isValid(x_142); -if (x_144 == 0) -{ -lean_object* x_145; lean_object* x_146; -x_145 = l_Nat_Linear_PolyCnstr_toExpr(x_142); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_145); -x_146 = l_Lean_Meta_Linear_Nat_LinearCnstr_toArith(x_19, x_145, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_146) == 0) -{ -lean_object* x_147; lean_object* x_148; lean_object* x_149; uint8_t x_150; -x_147 = lean_ctor_get(x_146, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_146, 1); -lean_inc(x_148); -if (lean_is_exclusive(x_146)) { - lean_ctor_release(x_146, 0); - lean_ctor_release(x_146, 1); - x_149 = x_146; -} else { - lean_dec_ref(x_146); - x_149 = lean_box(0); -} -x_150 = lean_expr_eqv(x_147, x_1); -if (x_150 == 0) -{ -lean_object* x_151; -lean_dec(x_149); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_151 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_148); -if (lean_obj_tag(x_151) == 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_159; -x_152 = lean_ctor_get(x_151, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_151, 1); -lean_inc(x_153); -lean_dec(x_151); -x_154 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_140); -x_155 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_145); -x_156 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__6; -x_157 = l_Lean_Meta_Linear_Nat_reflTrue; -x_158 = l_Lean_mkApp4(x_156, x_152, x_154, x_155, x_157); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_147); -x_159 = l_Lean_Meta_mkEq(x_1, x_147, x_2, x_3, x_4, x_5, x_153); -if (lean_obj_tag(x_159) == 0) -{ -lean_object* x_160; lean_object* x_161; lean_object* x_162; -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 = l_Lean_Meta_mkExpectedTypeHint(x_158, x_160, x_2, x_3, x_4, x_5, x_161); -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; -x_163 = lean_ctor_get(x_162, 0); -lean_inc(x_163); -x_164 = lean_ctor_get(x_162, 1); -lean_inc(x_164); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - lean_ctor_release(x_162, 1); - x_165 = x_162; -} else { - lean_dec_ref(x_162); - x_165 = lean_box(0); -} -lean_ctor_set(x_9, 1, x_163); -lean_ctor_set(x_9, 0, x_147); -x_166 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_166, 0, x_9); -if (lean_is_scalar(x_165)) { - x_167 = lean_alloc_ctor(0, 2, 0); -} else { - x_167 = x_165; -} -lean_ctor_set(x_167, 0, x_166); -lean_ctor_set(x_167, 1, x_164); -return x_167; +return x_42; } else { -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; -lean_dec(x_147); -lean_free_object(x_9); -x_168 = lean_ctor_get(x_162, 0); -lean_inc(x_168); -x_169 = lean_ctor_get(x_162, 1); -lean_inc(x_169); -if (lean_is_exclusive(x_162)) { - lean_ctor_release(x_162, 0); - lean_ctor_release(x_162, 1); - x_170 = x_162; -} else { - lean_dec_ref(x_162); - x_170 = lean_box(0); -} -if (lean_is_scalar(x_170)) { - x_171 = lean_alloc_ctor(1, 2, 0); -} else { - x_171 = x_170; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_42, 0); +x_61 = lean_ctor_get(x_42, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_42); +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_ctor_set(x_171, 0, x_168); -lean_ctor_set(x_171, 1, x_169); -return x_171; } } else { -lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; -lean_dec(x_158); -lean_dec(x_147); -lean_free_object(x_9); +uint8_t x_63; +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_19); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_172 = lean_ctor_get(x_159, 0); -lean_inc(x_172); -x_173 = lean_ctor_get(x_159, 1); -lean_inc(x_173); -if (lean_is_exclusive(x_159)) { - lean_ctor_release(x_159, 0); - lean_ctor_release(x_159, 1); - x_174 = x_159; -} else { - lean_dec_ref(x_159); - x_174 = lean_box(0); -} -if (lean_is_scalar(x_174)) { - x_175 = lean_alloc_ctor(1, 2, 0); -} else { - x_175 = x_174; -} -lean_ctor_set(x_175, 0, x_172); -lean_ctor_set(x_175, 1, x_173); -return x_175; -} +lean_dec(x_1); +x_63 = !lean_is_exclusive(x_34); +if (x_63 == 0) +{ +return x_34; } else { -lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; -lean_dec(x_147); -lean_dec(x_145); -lean_dec(x_140); -lean_free_object(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_176 = lean_ctor_get(x_151, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_151, 1); -lean_inc(x_177); -if (lean_is_exclusive(x_151)) { - lean_ctor_release(x_151, 0); - lean_ctor_release(x_151, 1); - x_178 = x_151; -} else { - lean_dec_ref(x_151); - x_178 = lean_box(0); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_34, 0); +x_65 = lean_ctor_get(x_34, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_34); +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; } -if (lean_is_scalar(x_178)) { - x_179 = lean_alloc_ctor(1, 2, 0); -} else { - x_179 = x_178; } -lean_ctor_set(x_179, 0, x_176); -lean_ctor_set(x_179, 1, x_177); -return x_179; } } -else -{ -lean_object* x_180; lean_object* x_181; -lean_dec(x_147); -lean_dec(x_145); -lean_dec(x_140); -lean_free_object(x_9); -lean_dec(x_19); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_180 = lean_box(0); -if (lean_is_scalar(x_149)) { - x_181 = lean_alloc_ctor(0, 2, 0); -} else { - x_181 = x_149; -} -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_148); -return x_181; -} } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -lean_dec(x_145); -lean_dec(x_140); -lean_free_object(x_9); +uint8_t x_71; +lean_dec(x_26); +lean_dec(x_21); +lean_dec(x_20); lean_dec(x_19); +lean_dec(x_18); 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_146, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_146, 1); -lean_inc(x_183); -if (lean_is_exclusive(x_146)) { - lean_ctor_release(x_146, 0); - lean_ctor_release(x_146, 1); - x_184 = x_146; -} else { - lean_dec_ref(x_146); - x_184 = lean_box(0); -} -if (lean_is_scalar(x_184)) { - x_185 = lean_alloc_ctor(1, 2, 0); -} else { - x_185 = x_184; -} -lean_ctor_set(x_185, 0, x_182); -lean_ctor_set(x_185, 1, x_183); -return x_185; -} -} -else +x_71 = !lean_is_exclusive(x_27); +if (x_71 == 0) { -lean_object* x_186; -lean_dec(x_142); -lean_dec(x_1); -x_186 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_186) == 0) -{ -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_187 = lean_ctor_get(x_186, 0); -lean_inc(x_187); -x_188 = lean_ctor_get(x_186, 1); -lean_inc(x_188); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - lean_ctor_release(x_186, 1); - x_189 = x_186; -} else { - lean_dec_ref(x_186); - x_189 = lean_box(0); -} -x_190 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_140); -x_191 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__9; -x_192 = l_Lean_Meta_Linear_Nat_reflTrue; -x_193 = l_Lean_mkApp3(x_191, x_187, x_190, x_192); -x_194 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__12; -lean_ctor_set(x_9, 1, x_193); -lean_ctor_set(x_9, 0, x_194); -x_195 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_195, 0, x_9); -if (lean_is_scalar(x_189)) { - x_196 = lean_alloc_ctor(0, 2, 0); -} else { - x_196 = x_189; -} -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_188); -return x_196; +return x_27; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; -lean_dec(x_140); -lean_free_object(x_9); -x_197 = lean_ctor_get(x_186, 0); -lean_inc(x_197); -x_198 = lean_ctor_get(x_186, 1); -lean_inc(x_198); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - lean_ctor_release(x_186, 1); - x_199 = x_186; -} else { - lean_dec_ref(x_186); - x_199 = lean_box(0); -} -if (lean_is_scalar(x_199)) { - x_200 = lean_alloc_ctor(1, 2, 0); -} else { - x_200 = x_199; -} -lean_ctor_set(x_200, 0, x_197); -lean_ctor_set(x_200, 1, x_198); -return x_200; +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_27, 0); +x_73 = lean_ctor_get(x_27, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_27); +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 { -lean_object* x_201; -lean_dec(x_142); +lean_object* x_75; +lean_dec(x_23); lean_dec(x_1); -x_201 = l_Lean_Meta_Linear_Nat_toContextExpr(x_19, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_201) == 0) -{ -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_202 = lean_ctor_get(x_201, 0); -lean_inc(x_202); -x_203 = lean_ctor_get(x_201, 1); -lean_inc(x_203); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_204 = x_201; -} else { - lean_dec_ref(x_201); - x_204 = lean_box(0); -} -x_205 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_140); -x_206 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__15; -x_207 = l_Lean_Meta_Linear_Nat_reflTrue; -x_208 = l_Lean_mkApp3(x_206, x_202, x_205, x_207); -x_209 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__18; -lean_ctor_set(x_9, 1, x_208); -lean_ctor_set(x_9, 0, x_209); -x_210 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_210, 0, x_9); -if (lean_is_scalar(x_204)) { - x_211 = lean_alloc_ctor(0, 2, 0); -} else { - x_211 = x_204; -} -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_203); -return x_211; -} -else +x_75 = l_Lean_Meta_Linear_Nat_toContextExpr(x_18, x_2, x_3, x_4, x_5, x_17); +if (lean_obj_tag(x_75) == 0) { -lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; -lean_dec(x_140); -lean_free_object(x_9); -x_212 = lean_ctor_get(x_201, 0); -lean_inc(x_212); -x_213 = lean_ctor_get(x_201, 1); -lean_inc(x_213); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_214 = x_201; -} else { - lean_dec_ref(x_201); - x_214 = lean_box(0); -} -if (lean_is_scalar(x_214)) { - x_215 = lean_alloc_ctor(1, 2, 0); -} else { - x_215 = x_214; -} -lean_ctor_set(x_215, 0, x_212); -lean_ctor_set(x_215, 1, x_213); -return x_215; -} -} -} -} -else +uint8_t x_76; +x_76 = !lean_is_exclusive(x_75); +if (x_76 == 0) { -lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; uint8_t x_221; -x_216 = lean_ctor_get(x_9, 1); -lean_inc(x_216); -lean_dec(x_9); -x_217 = lean_ctor_get(x_10, 0); -lean_inc(x_217); -if (lean_is_exclusive(x_10)) { - lean_ctor_release(x_10, 0); - x_218 = x_10; +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_77 = lean_ctor_get(x_75, 0); +x_78 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_20); +x_79 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__9; +x_80 = l_Lean_Meta_Linear_Nat_reflTrue; +x_81 = l_Lean_mkApp3(x_79, x_77, x_78, x_80); +x_82 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__12; +if (lean_is_scalar(x_19)) { + x_83 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_10); - x_218 = lean_box(0); + x_83 = x_19; } -x_219 = l_Nat_Linear_ExprCnstr_toPoly(x_217); -x_220 = l_Nat_Linear_PolyCnstr_norm(x_219); -x_221 = l_Nat_Linear_PolyCnstr_isUnsat(x_220); -if (x_221 == 0) -{ -uint8_t x_222; -x_222 = l_Nat_Linear_PolyCnstr_isValid(x_220); -if (x_222 == 0) -{ -lean_object* x_223; lean_object* x_224; -x_223 = l_Nat_Linear_PolyCnstr_toExpr(x_220); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_223); -x_224 = l_Lean_Meta_Linear_Nat_LinearCnstr_toArith(x_216, x_223, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_224) == 0) -{ -lean_object* x_225; lean_object* x_226; lean_object* x_227; uint8_t x_228; -x_225 = lean_ctor_get(x_224, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_224, 1); -lean_inc(x_226); -if (lean_is_exclusive(x_224)) { - lean_ctor_release(x_224, 0); - lean_ctor_release(x_224, 1); - x_227 = x_224; +lean_ctor_set(x_83, 0, x_82); +lean_ctor_set(x_83, 1, x_81); +if (lean_is_scalar(x_21)) { + x_84 = lean_alloc_ctor(1, 1, 0); } else { - lean_dec_ref(x_224); - x_227 = lean_box(0); + x_84 = x_21; } -x_228 = lean_expr_eqv(x_225, x_1); -if (x_228 == 0) -{ -lean_object* x_229; -lean_dec(x_227); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_229 = l_Lean_Meta_Linear_Nat_toContextExpr(x_216, x_2, x_3, x_4, x_5, x_226); -if (lean_obj_tag(x_229) == 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; -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_229, 1); -lean_inc(x_231); -lean_dec(x_229); -x_232 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_217); -x_233 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_223); -x_234 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__6; -x_235 = l_Lean_Meta_Linear_Nat_reflTrue; -x_236 = l_Lean_mkApp4(x_234, x_230, x_232, x_233, x_235); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -lean_inc(x_225); -x_237 = l_Lean_Meta_mkEq(x_1, x_225, x_2, x_3, x_4, x_5, x_231); -if (lean_obj_tag(x_237) == 0) -{ -lean_object* x_238; lean_object* x_239; lean_object* x_240; -x_238 = lean_ctor_get(x_237, 0); -lean_inc(x_238); -x_239 = lean_ctor_get(x_237, 1); -lean_inc(x_239); -lean_dec(x_237); -x_240 = l_Lean_Meta_mkExpectedTypeHint(x_236, x_238, x_2, x_3, x_4, x_5, x_239); -if (lean_obj_tag(x_240) == 0) -{ -lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; -x_241 = lean_ctor_get(x_240, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_240, 1); -lean_inc(x_242); -if (lean_is_exclusive(x_240)) { - lean_ctor_release(x_240, 0); - lean_ctor_release(x_240, 1); - x_243 = x_240; -} else { - lean_dec_ref(x_240); - x_243 = lean_box(0); -} -x_244 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_244, 0, x_225); -lean_ctor_set(x_244, 1, x_241); -if (lean_is_scalar(x_218)) { - x_245 = lean_alloc_ctor(1, 1, 0); -} else { - x_245 = x_218; -} -lean_ctor_set(x_245, 0, x_244); -if (lean_is_scalar(x_243)) { - x_246 = lean_alloc_ctor(0, 2, 0); -} else { - x_246 = x_243; -} -lean_ctor_set(x_246, 0, x_245); -lean_ctor_set(x_246, 1, x_242); -return x_246; +lean_ctor_set(x_84, 0, x_83); +lean_ctor_set(x_75, 0, x_84); +return x_75; } else { -lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; -lean_dec(x_225); -lean_dec(x_218); -x_247 = lean_ctor_get(x_240, 0); -lean_inc(x_247); -x_248 = lean_ctor_get(x_240, 1); -lean_inc(x_248); -if (lean_is_exclusive(x_240)) { - lean_ctor_release(x_240, 0); - lean_ctor_release(x_240, 1); - x_249 = x_240; -} else { - lean_dec_ref(x_240); - x_249 = lean_box(0); -} -if (lean_is_scalar(x_249)) { - x_250 = lean_alloc_ctor(1, 2, 0); -} else { - x_250 = x_249; -} -lean_ctor_set(x_250, 0, x_247); -lean_ctor_set(x_250, 1, x_248); -return x_250; -} -} -else -{ -lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; -lean_dec(x_236); -lean_dec(x_225); -lean_dec(x_218); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_251 = lean_ctor_get(x_237, 0); -lean_inc(x_251); -x_252 = lean_ctor_get(x_237, 1); -lean_inc(x_252); -if (lean_is_exclusive(x_237)) { - lean_ctor_release(x_237, 0); - lean_ctor_release(x_237, 1); - x_253 = x_237; +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; +x_85 = lean_ctor_get(x_75, 0); +x_86 = lean_ctor_get(x_75, 1); +lean_inc(x_86); +lean_inc(x_85); +lean_dec(x_75); +x_87 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_20); +x_88 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__9; +x_89 = l_Lean_Meta_Linear_Nat_reflTrue; +x_90 = l_Lean_mkApp3(x_88, x_85, x_87, x_89); +x_91 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__12; +if (lean_is_scalar(x_19)) { + x_92 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_237); - x_253 = lean_box(0); + x_92 = x_19; } -if (lean_is_scalar(x_253)) { - x_254 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_91); +lean_ctor_set(x_92, 1, x_90); +if (lean_is_scalar(x_21)) { + x_93 = lean_alloc_ctor(1, 1, 0); } else { - x_254 = x_253; + x_93 = x_21; } -lean_ctor_set(x_254, 0, x_251); -lean_ctor_set(x_254, 1, x_252); -return x_254; +lean_ctor_set(x_93, 0, x_92); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_86); +return x_94; } } else { -lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; -lean_dec(x_225); -lean_dec(x_223); -lean_dec(x_218); -lean_dec(x_217); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_255 = lean_ctor_get(x_229, 0); -lean_inc(x_255); -x_256 = lean_ctor_get(x_229, 1); -lean_inc(x_256); -if (lean_is_exclusive(x_229)) { - lean_ctor_release(x_229, 0); - lean_ctor_release(x_229, 1); - x_257 = x_229; -} else { - lean_dec_ref(x_229); - x_257 = lean_box(0); -} -if (lean_is_scalar(x_257)) { - x_258 = lean_alloc_ctor(1, 2, 0); -} else { - x_258 = x_257; -} -lean_ctor_set(x_258, 0, x_255); -lean_ctor_set(x_258, 1, x_256); -return x_258; -} -} -else +uint8_t x_95; +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_19); +x_95 = !lean_is_exclusive(x_75); +if (x_95 == 0) { -lean_object* x_259; lean_object* x_260; -lean_dec(x_225); -lean_dec(x_223); -lean_dec(x_218); -lean_dec(x_217); -lean_dec(x_216); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_259 = lean_box(0); -if (lean_is_scalar(x_227)) { - x_260 = lean_alloc_ctor(0, 2, 0); -} else { - x_260 = x_227; -} -lean_ctor_set(x_260, 0, x_259); -lean_ctor_set(x_260, 1, x_226); -return x_260; -} +return x_75; } else { -lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; -lean_dec(x_223); -lean_dec(x_218); -lean_dec(x_217); -lean_dec(x_216); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_261 = lean_ctor_get(x_224, 0); -lean_inc(x_261); -x_262 = lean_ctor_get(x_224, 1); -lean_inc(x_262); -if (lean_is_exclusive(x_224)) { - lean_ctor_release(x_224, 0); - lean_ctor_release(x_224, 1); - x_263 = x_224; -} else { - lean_dec_ref(x_224); - x_263 = lean_box(0); +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_75, 0); +x_97 = lean_ctor_get(x_75, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_75); +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; } -if (lean_is_scalar(x_263)) { - x_264 = lean_alloc_ctor(1, 2, 0); -} else { - x_264 = x_263; } -lean_ctor_set(x_264, 0, x_261); -lean_ctor_set(x_264, 1, x_262); -return x_264; } } else { -lean_object* x_265; -lean_dec(x_220); +lean_object* x_99; +lean_dec(x_23); lean_dec(x_1); -x_265 = l_Lean_Meta_Linear_Nat_toContextExpr(x_216, x_2, x_3, x_4, x_5, x_17); -if (lean_obj_tag(x_265) == 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; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; -x_266 = lean_ctor_get(x_265, 0); -lean_inc(x_266); -x_267 = lean_ctor_get(x_265, 1); -lean_inc(x_267); -if (lean_is_exclusive(x_265)) { - lean_ctor_release(x_265, 0); - lean_ctor_release(x_265, 1); - x_268 = x_265; -} else { - lean_dec_ref(x_265); - x_268 = lean_box(0); -} -x_269 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_217); -x_270 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__9; -x_271 = l_Lean_Meta_Linear_Nat_reflTrue; -x_272 = l_Lean_mkApp3(x_270, x_266, x_269, x_271); -x_273 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__12; -x_274 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_274, 0, x_273); -lean_ctor_set(x_274, 1, x_272); -if (lean_is_scalar(x_218)) { - x_275 = lean_alloc_ctor(1, 1, 0); +x_99 = l_Lean_Meta_Linear_Nat_toContextExpr(x_18, x_2, x_3, x_4, x_5, x_17); +if (lean_obj_tag(x_99) == 0) +{ +uint8_t x_100; +x_100 = !lean_is_exclusive(x_99); +if (x_100 == 0) +{ +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_101 = lean_ctor_get(x_99, 0); +x_102 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_20); +x_103 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__15; +x_104 = l_Lean_Meta_Linear_Nat_reflTrue; +x_105 = l_Lean_mkApp3(x_103, x_101, x_102, x_104); +x_106 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__18; +if (lean_is_scalar(x_19)) { + x_107 = lean_alloc_ctor(0, 2, 0); } else { - x_275 = x_218; + x_107 = x_19; } -lean_ctor_set(x_275, 0, x_274); -if (lean_is_scalar(x_268)) { - x_276 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_106); +lean_ctor_set(x_107, 1, x_105); +if (lean_is_scalar(x_21)) { + x_108 = lean_alloc_ctor(1, 1, 0); } else { - x_276 = x_268; + x_108 = x_21; } -lean_ctor_set(x_276, 0, x_275); -lean_ctor_set(x_276, 1, x_267); -return x_276; +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_99, 0, x_108); +return x_99; } else { -lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; -lean_dec(x_218); -lean_dec(x_217); -x_277 = lean_ctor_get(x_265, 0); -lean_inc(x_277); -x_278 = lean_ctor_get(x_265, 1); -lean_inc(x_278); -if (lean_is_exclusive(x_265)) { - lean_ctor_release(x_265, 0); - lean_ctor_release(x_265, 1); - x_279 = x_265; +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; +x_109 = lean_ctor_get(x_99, 0); +x_110 = lean_ctor_get(x_99, 1); +lean_inc(x_110); +lean_inc(x_109); +lean_dec(x_99); +x_111 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_20); +x_112 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__15; +x_113 = l_Lean_Meta_Linear_Nat_reflTrue; +x_114 = l_Lean_mkApp3(x_112, x_109, x_111, x_113); +x_115 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__18; +if (lean_is_scalar(x_19)) { + x_116 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_265); - x_279 = lean_box(0); + x_116 = x_19; } -if (lean_is_scalar(x_279)) { - x_280 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_115); +lean_ctor_set(x_116, 1, x_114); +if (lean_is_scalar(x_21)) { + x_117 = lean_alloc_ctor(1, 1, 0); } else { - x_280 = x_279; -} -lean_ctor_set(x_280, 0, x_277); -lean_ctor_set(x_280, 1, x_278); -return x_280; + x_117 = x_21; } +lean_ctor_set(x_117, 0, x_116); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_110); +return x_118; } } else { -lean_object* x_281; -lean_dec(x_220); -lean_dec(x_1); -x_281 = l_Lean_Meta_Linear_Nat_toContextExpr(x_216, x_2, x_3, x_4, x_5, x_17); -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; lean_object* x_289; lean_object* x_290; lean_object* x_291; lean_object* x_292; -x_282 = lean_ctor_get(x_281, 0); -lean_inc(x_282); -x_283 = lean_ctor_get(x_281, 1); -lean_inc(x_283); -if (lean_is_exclusive(x_281)) { - lean_ctor_release(x_281, 0); - lean_ctor_release(x_281, 1); - x_284 = x_281; -} else { - lean_dec_ref(x_281); - x_284 = lean_box(0); -} -x_285 = l_Lean_Meta_Linear_Nat_LinearCnstr_toExpr(x_217); -x_286 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__15; -x_287 = l_Lean_Meta_Linear_Nat_reflTrue; -x_288 = l_Lean_mkApp3(x_286, x_282, x_285, x_287); -x_289 = l_Lean_Meta_Linear_Nat_simpCnstrPos_x3f___closed__18; -x_290 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_288); -if (lean_is_scalar(x_218)) { - x_291 = lean_alloc_ctor(1, 1, 0); -} else { - x_291 = x_218; -} -lean_ctor_set(x_291, 0, x_290); -if (lean_is_scalar(x_284)) { - x_292 = lean_alloc_ctor(0, 2, 0); -} else { - x_292 = x_284; -} -lean_ctor_set(x_292, 0, x_291); -lean_ctor_set(x_292, 1, x_283); -return x_292; +uint8_t x_119; +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_19); +x_119 = !lean_is_exclusive(x_99); +if (x_119 == 0) +{ +return x_99; } else { -lean_object* x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; -lean_dec(x_218); -lean_dec(x_217); -x_293 = lean_ctor_get(x_281, 0); -lean_inc(x_293); -x_294 = lean_ctor_get(x_281, 1); -lean_inc(x_294); -if (lean_is_exclusive(x_281)) { - lean_ctor_release(x_281, 0); - lean_ctor_release(x_281, 1); - x_295 = x_281; -} else { - lean_dec_ref(x_281); - x_295 = lean_box(0); -} -if (lean_is_scalar(x_295)) { - x_296 = lean_alloc_ctor(1, 2, 0); -} else { - x_296 = x_295; -} -lean_ctor_set(x_296, 0, x_293); -lean_ctor_set(x_296, 1, x_294); -return x_296; +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_99, 0); +x_121 = lean_ctor_get(x_99, 1); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_99); +x_122 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_122, 0, x_120); +lean_ctor_set(x_122, 1, x_121); +return x_122; } } } @@ -1730,29 +832,29 @@ return x_296; } else { -uint8_t x_297; +uint8_t x_123; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_297 = !lean_is_exclusive(x_8); -if (x_297 == 0) +x_123 = !lean_is_exclusive(x_8); +if (x_123 == 0) { return x_8; } else { -lean_object* x_298; lean_object* x_299; lean_object* x_300; -x_298 = lean_ctor_get(x_8, 0); -x_299 = lean_ctor_get(x_8, 1); -lean_inc(x_299); -lean_inc(x_298); +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_8, 0); +x_125 = lean_ctor_get(x_8, 1); +lean_inc(x_125); +lean_inc(x_124); lean_dec(x_8); -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; +x_126 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_126, 0, x_124); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Simp.c b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Simp.c index cbec98665af3..1a5714a66efe 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Simp.c +++ b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Simp.c @@ -156,96 +156,106 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_simp_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -uint8_t x_8; +uint8_t x_8; uint8_t x_27; lean_inc(x_1); -x_8 = l_Lean_Meta_Linear_isLinearCnstr(x_1); -if (x_8 == 0) +x_27 = l_Lean_Meta_Linear_isLinearCnstr(x_1); +if (x_27 == 0) { -uint8_t x_9; -x_9 = l_Lean_Meta_Linear_isLinearTerm(x_1); -if (x_9 == 0) +uint8_t x_28; +x_28 = l_Lean_Meta_Linear_isLinearTerm(x_1); +if (x_28 == 0) { -lean_object* x_10; lean_object* x_11; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +uint8_t x_29; lean_dec(x_2); -lean_dec(x_1); -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_7); -return x_11; +x_29 = 0; +x_8 = x_29; +goto block_26; } else { -uint8_t x_12; -x_12 = l___private_Lean_Meta_Tactic_LinearArith_Simp_0__Lean_Meta_Linear_parentIsTarget(x_2); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = l_Lean_Meta_Linear_simp_x3f___closed__4; -x_14 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_13, x_3, x_4, x_5, x_6, x_7); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_unbox(x_15); -lean_dec(x_15); -if (x_16 == 0) +uint8_t x_30; +x_30 = l___private_Lean_Meta_Tactic_LinearArith_Simp_0__Lean_Meta_Linear_parentIsTarget(x_2); +if (x_30 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_14, 1); -lean_inc(x_17); -lean_dec(x_14); -x_18 = l_Lean_Meta_Linear_Nat_simpExpr_x3f(x_1, x_3, x_4, x_5, x_6, x_17); -return x_18; +uint8_t x_31; +x_31 = 1; +x_8 = x_31; +goto block_26; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_19 = lean_ctor_get(x_14, 1); -lean_inc(x_19); -lean_dec(x_14); -lean_inc(x_1); -x_20 = l_Lean_MessageData_ofExpr(x_1); -x_21 = l_Lean_Meta_Linear_simp_x3f___closed__6; -x_22 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -x_23 = l_Lean_Meta_Linear_simp_x3f___closed__8; -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_23); -x_25 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_13, x_24, x_3, x_4, x_5, x_6, x_19); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_Meta_Linear_Nat_simpExpr_x3f(x_1, x_3, x_4, x_5, x_6, x_26); -return x_27; +uint8_t x_32; +x_32 = 0; +x_8 = x_32; +goto block_26; +} } } else { -lean_object* x_28; lean_object* x_29; +lean_object* x_33; +lean_dec(x_2); +x_33 = l_Lean_Meta_Linear_Nat_simpCnstr_x3f(x_1, x_3, x_4, x_5, x_6, x_7); +return x_33; +} +block_26: +{ +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_28 = lean_box(0); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_7); -return x_29; -} +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_13; uint8_t x_14; +x_11 = l_Lean_Meta_Linear_simp_x3f___closed__4; +x_12 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_11, x_3, x_4, x_5, x_6, x_7); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +x_14 = lean_unbox(x_13); +lean_dec(x_13); +if (x_14 == 0) +{ +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 = l_Lean_Meta_Linear_Nat_simpExpr_x3f(x_1, x_3, x_4, x_5, x_6, x_15); +return x_16; } else { -lean_object* x_30; -lean_dec(x_2); -x_30 = l_Lean_Meta_Linear_Nat_simpCnstr_x3f(x_1, x_3, x_4, x_5, x_6, x_7); -return x_30; +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; +x_17 = lean_ctor_get(x_12, 1); +lean_inc(x_17); +lean_dec(x_12); +lean_inc(x_1); +x_18 = l_Lean_MessageData_ofExpr(x_1); +x_19 = l_Lean_Meta_Linear_simp_x3f___closed__6; +x_20 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_18); +x_21 = l_Lean_Meta_Linear_simp_x3f___closed__8; +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_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_11, x_22, x_3, x_4, x_5, x_6, x_17); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_Meta_Linear_Nat_simpExpr_x3f(x_1, x_3, x_4, x_5, x_6, x_24); +return x_25; +} +} } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c index 259ead2e2e20..ec2d9f752815 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c +++ b/stage0/stdlib/Lean/Meta/Tactic/LinearArith/Solver.c @@ -14,13 +14,14 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_get_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Meta_Linear_Cnstr_getBound___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqCnstrKind___boxed(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Meta_Linear_instReprVar___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_assignment___default; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033____boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprCnstr; @@ -28,12 +29,13 @@ static lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___closed__2; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_resolve(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_size___boxed(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__11; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__22; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprAssumptionId; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__18; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_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_Meta_Linear_getBestBound_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqJustification(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Linear_Poly_eval_x3f___spec__1___closed__1; static lean_object* l_Lean_Meta_Linear_instInhabitedJustification___closed__1; @@ -42,38 +44,36 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableLtVarInstLTVar___boxed( LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instBEqCnstrKind; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__15; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedState; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_currVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_size___boxed(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20; uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_Cnstr_isStrict(lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqPoly___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__9; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__5; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____lambda__1(lean_object*, lean_object*); extern uint8_t l_instInhabitedBool; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__8; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__6; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525____boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____boxed(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instInhabitedCnstrKind; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_ordVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_23____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; LEAN_EXPORT uint8_t l_Lean_Meta_Linear_CnstrKind_ofNat(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_instReprPoly___closed__1; @@ -84,13 +84,17 @@ LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqCnstrKind(uint8_t, uint8_t static lean_object* l_Lean_Meta_Linear_instOrdVar___closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__10; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Assignment_val___default___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instBEqCnstr; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__12; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_getBestBound_x3f(lean_object*, lean_object*, uint8_t, uint8_t); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__21; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedJustification; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2; lean_object* l_Lean_Rat_add(lean_object*, lean_object*); uint8_t l___private_Lean_Data_Rat_0__Lean_beqRat____x40_Lean_Data_Rat___hyg_37_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___lambda__1___boxed(lean_object*); @@ -98,65 +102,62 @@ static lean_object* l_Lean_Meta_Linear_instInhabitedState___closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__11; static lean_object* l_Lean_Meta_Linear_instBEqCnstrKind___closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__13; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__24; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getNumVars___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_AssumptionId_id___default; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4513_(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__8; static lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVarCoeff(lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__9; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__7; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4267____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__13; LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3596_(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_getBound___boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13; lean_object* lean_nat_to_int(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(lean_object*, uint8_t, uint8_t, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_ordVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_23_(lean_object*, lean_object*); lean_object* l_Lean_Rat_inv(lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_getMaxVarCoeff___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instOrdVar; -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_add_go___closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__4; static lean_object* l_Lean_Meta_Linear_instInhabitedCnstr___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_pickAssignment_x3f(lean_object*, uint8_t, lean_object*, uint8_t); uint8_t l_Array_instDecidableEqArray___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__16; static lean_object* l_Lean_Meta_Linear_instReprCnstrKind___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202_(lean_object*, lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__2; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22; lean_object* lean_array_to_list(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6; static lean_object* l_Lean_Meta_Linear_instReprAssumptionId___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqCnstr___boxed(lean_object*, lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestUpperBound_x3f___boxed(lean_object*); static lean_object* l_Lean_Meta_Linear_instReprJustification___closed__1; LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_scale(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_solve(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at_Lean_Meta_Linear_Cnstr_getBound___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqVar(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__2; lean_object* l_Int_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprJustification; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedAssumptionId; -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525_(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_98____boxed(lean_object*, lean_object*); @@ -164,45 +165,47 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqJustification___boxed LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedVar; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_instBEqJustification___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__8; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017____boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqCnstr(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3; static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__4; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__10; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__19; LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqPoly(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestUpperBound_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedAssignment; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_size(lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3202____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprPoly; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__3; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__20; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_get___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__18; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__4; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVarCoeff___boxed(lean_object*); static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getNumVars(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprCnstrKind; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__6; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_shrink___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5; LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3017_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_combine_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____lambda__1___closed__2; LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_98_(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__10; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__3; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__9; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_scale___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVar(lean_object*); @@ -211,8 +214,8 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Linear_Poly_scale LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_shrink(lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__16; LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqAssumptionId(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(uint8_t, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_instBEqCnstr___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestLowerBound_x3f(lean_object*); @@ -222,49 +225,51 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_getBound(lean_object*, lean_ob LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprAssumptionId____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3104____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__3; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__6; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__23; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__11; lean_object* l_instDecidableEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instLTVar; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_getBestLowerBound_x3f___boxed(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Cnstr_isStrict___boxed(lean_object*); LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2(lean_object*, lean_object*); lean_object* l_Array_shrink___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__10; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10; static lean_object* l_Lean_Meta_Linear_instReprCnstr___closed__1; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__3; uint8_t l_Lean_Rat_lt(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__19; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__6; static lean_object* l_Lean_Meta_Linear_pickAssignment_x3f___closed__1; -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedCnstr; lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); lean_object* l_Lean_Rat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_noConfusion___rarg___lambda__1(lean_object*); lean_object* l_Repr_addAppParen(lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__12; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4267_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_getBestBound_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5; +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029_(uint8_t, uint8_t); uint8_t lean_int_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqAssumptionId___boxed(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_Linear_Poly_scale___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14; static lean_object* l_Lean_Meta_Linear_Cnstr_isUnsat___closed__2; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__7; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__2; static lean_object* l_Lean_Meta_Linear_resolve___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16; lean_object* l_Lean_Rat_floor(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_size(lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__5; lean_object* l_Nat_decEq___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add(lean_object*, lean_object*); lean_object* l_Array_back___rarg(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); lean_object* l_Lean_Rat_ceil(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_resolve___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instInhabitedPoly; size_t lean_usize_add(size_t, size_t); @@ -278,17 +283,16 @@ lean_object* lean_int_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__8; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__1; uint8_t lean_int_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185_(lean_object*, lean_object*); uint8_t l_Lean_Rat_isInt(lean_object*); extern lean_object* l_Int_instInhabitedInt; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___lambda__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11; lean_object* l_Lean_Rat_sub(lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_ofNat___boxed(lean_object*); lean_object* lean_int_neg(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -297,32 +301,28 @@ uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_add_go___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_488____boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableLtVarInstLTVar(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11; lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Assignment_val___default; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instReprVar; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_State_assignCurr(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_instDecidableEqVar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428_(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Linear_Poly_eval_x3f___closed__1; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_Poly_getMaxVar___boxed(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Linear_CnstrKind_toCtorIdx(uint8_t); lean_object* l_Nat_repr(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4; +static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__17; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____spec__2___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14; static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__3; +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4513____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprPoly____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_428____closed__4; -static lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3; static lean_object* _init_l_Lean_Meta_Linear_instInhabitedVar() { _start: { @@ -3220,7 +3220,7 @@ x_6 = lean_box(x_5); return x_6; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -3232,7 +3232,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029____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; @@ -3240,7 +3240,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(x_3, x_4); +x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -3249,7 +3249,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instBEqCnstrKind___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029____boxed), 2, 0); return x_1; } } @@ -3261,7 +3261,7 @@ x_1 = l_Lean_Meta_Linear_instBEqCnstrKind___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__1() { _start: { lean_object* x_1; @@ -3269,33 +3269,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.eq", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__4() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__3; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3303,23 +3303,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__5; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3327,7 +3327,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__7() { _start: { lean_object* x_1; @@ -3335,33 +3335,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.div", 30); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__7; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__9; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3369,23 +3369,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__11; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3393,7 +3393,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__13() { _start: { lean_object* x_1; @@ -3401,33 +3401,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.lt", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__15; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3435,23 +3435,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__18() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__17; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3459,7 +3459,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__19() { _start: { lean_object* x_1; @@ -3467,33 +3467,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Linear.CnstrKind.le", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__19; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__4; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__22() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__21; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3501,23 +3501,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprJustification____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_3756____closed__5; -x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20; x_3 = lean_alloc_ctor(4, 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__24() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__23; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -3525,7 +3525,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -3537,14 +3537,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4; +x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__4; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6; +x_7 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__6; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -3557,14 +3557,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10; +x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__10; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12; +x_13 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__12; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -3577,14 +3577,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16; +x_17 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__16; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18; +x_19 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__18; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -3597,14 +3597,14 @@ x_22 = lean_nat_dec_le(x_21, x_2); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22; +x_23 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__22; x_24 = l_Repr_addAppParen(x_23, x_2); return x_24; } else { lean_object* x_25; lean_object* x_26; -x_25 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24; +x_25 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__24; x_26 = l_Repr_addAppParen(x_25, x_2); return x_26; } @@ -3612,13 +3612,13 @@ return x_26; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(x_3, x_2); +x_4 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -3627,7 +3627,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instReprCnstrKind___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____boxed), 2, 0); return x_1; } } @@ -3663,7 +3663,7 @@ x_1 = l_Lean_Meta_Linear_instInhabitedCnstr___closed__1; return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4267_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; @@ -3713,11 +3713,11 @@ return x_18; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4267____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4267_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -3728,7 +3728,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_Linear_instDecidableEqCnstr(lean_object* x_1, le _start: { uint8_t x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4279_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_decEqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4267_(x_1, x_2); return x_3; } } @@ -3743,7 +3743,7 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4513_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; @@ -3755,7 +3755,7 @@ x_7 = lean_ctor_get_uint8(x_2, sizeof(void*)*3); x_8 = lean_ctor_get(x_2, 0); x_9 = lean_ctor_get(x_2, 1); x_10 = lean_ctor_get(x_2, 2); -x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4033_(x_3, x_7); +x_11 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4029_(x_3, x_7); if (x_11 == 0) { uint8_t x_12; @@ -3793,11 +3793,11 @@ return x_18; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4513____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4513_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -3808,7 +3808,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instBEqCnstr___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4525____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_beqCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4513____boxed), 2, 0); return x_1; } } @@ -3820,7 +3820,7 @@ x_1 = l_Lean_Meta_Linear_instBEqCnstr___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__1() { _start: { lean_object* x_1; @@ -3828,33 +3828,33 @@ x_1 = lean_mk_string_from_bytes("kind", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__3() { _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_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2; +x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__3; x_2 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprVar____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_185____closed__5; x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -3862,7 +3862,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -3871,7 +3871,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__6() { _start: { lean_object* x_1; @@ -3879,17 +3879,17 @@ x_1 = lean_mk_string_from_bytes("lhs", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__6; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__8() { _start: { lean_object* x_1; @@ -3897,17 +3897,17 @@ x_1 = lean_mk_string_from_bytes("rhs", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__10() { _start: { lean_object* x_1; @@ -3915,24 +3915,24 @@ x_1 = lean_mk_string_from_bytes("jst", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10; +x_1 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__10; 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_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t 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; 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; 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; x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*3); x_4 = lean_unsigned_to_nat(0u); -x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057_(x_3, x_4); -x_6 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5; +x_5 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053_(x_3, x_4); +x_6 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__5; x_7 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_7, 0, x_6); lean_ctor_set(x_7, 1, x_5); @@ -3940,7 +3940,7 @@ 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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4; +x_10 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__4; x_11 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_9); @@ -3952,7 +3952,7 @@ 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___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7; +x_16 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__7; x_17 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_17, 0, x_15); lean_ctor_set(x_17, 1, x_16); @@ -3979,7 +3979,7 @@ lean_ctor_set(x_26, 1, x_12); x_27 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_27, 0, x_26); lean_ctor_set(x_27, 1, x_14); -x_28 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9; +x_28 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__9; x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); @@ -4007,7 +4007,7 @@ lean_ctor_set(x_37, 1, x_12); x_38 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_14); -x_39 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11; +x_39 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__11; x_40 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); @@ -4045,11 +4045,11 @@ lean_ctor_set_uint8(x_53, sizeof(void*)*1, x_8); return x_53; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653_(x_1, x_2); +x_3 = l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -4058,7 +4058,7 @@ static lean_object* _init_l_Lean_Meta_Linear_instReprCnstr___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____boxed), 2, 0); return x_1; } } @@ -4402,70 +4402,70 @@ lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(lean_object* x_1, uint8_t x_2, uint8_t x_3, lean_object* x_4, size_t x_5, size_t x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(lean_object* x_1, uint8_t x_2, uint8_t x_3, uint8_t x_4, lean_object* x_5, size_t x_6, size_t x_7, lean_object* x_8) { _start: { -uint8_t x_8; -x_8 = lean_usize_dec_eq(x_5, x_6); -if (x_8 == 0) +uint8_t x_9; +x_9 = lean_usize_dec_eq(x_6, x_7); +if (x_9 == 0) { -lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; -x_9 = lean_array_uget(x_4, x_5); -lean_inc(x_9); -x_10 = l_Lean_Meta_Linear_Cnstr_getBound(x_9, x_1); -x_11 = 1; -x_12 = lean_usize_add(x_5, x_11); -if (x_3 == 0) +lean_object* x_10; lean_object* x_11; size_t x_12; size_t x_13; +x_10 = lean_array_uget(x_5, x_6); +lean_inc(x_10); +x_11 = l_Lean_Meta_Linear_Cnstr_getBound(x_10, x_1); +x_12 = 1; +x_13 = lean_usize_add(x_6, x_12); +if (x_4 == 0) { if (x_2 == 0) { -lean_object* x_13; uint8_t x_14; -x_13 = lean_ctor_get(x_7, 0); -lean_inc(x_13); -lean_inc(x_10); -x_14 = l_Lean_Rat_lt(x_10, x_13); -if (x_14 == 0) +lean_object* x_14; uint8_t x_15; +x_14 = lean_ctor_get(x_8, 0); +lean_inc(x_14); +lean_inc(x_11); +x_15 = l_Lean_Rat_lt(x_11, x_14); +if (x_15 == 0) { +lean_dec(x_11); lean_dec(x_10); -lean_dec(x_9); -x_5 = x_12; +x_6 = x_13; goto _start; } else { -lean_object* x_16; -lean_dec(x_7); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_10); -lean_ctor_set(x_16, 1, x_9); -x_5 = x_12; -x_7 = x_16; +lean_object* x_17; +lean_dec(x_8); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_11); +lean_ctor_set(x_17, 1, x_10); +x_6 = x_13; +x_8 = x_17; goto _start; } } else { -lean_object* x_18; uint8_t x_19; -x_18 = lean_ctor_get(x_7, 0); -lean_inc(x_18); -lean_inc(x_10); -x_19 = l_Lean_Rat_lt(x_18, x_10); -if (x_19 == 0) +lean_object* x_19; uint8_t x_20; +x_19 = lean_ctor_get(x_8, 0); +lean_inc(x_19); +lean_inc(x_11); +x_20 = l_Lean_Rat_lt(x_19, x_11); +if (x_20 == 0) { +lean_dec(x_11); lean_dec(x_10); -lean_dec(x_9); -x_5 = x_12; +x_6 = x_13; goto _start; } else { -lean_object* x_21; -lean_dec(x_7); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_10); -lean_ctor_set(x_21, 1, x_9); -x_5 = x_12; -x_7 = x_21; +lean_object* x_22; +lean_dec(x_8); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_11); +lean_ctor_set(x_22, 1, x_10); +x_6 = x_13; +x_8 = x_22; goto _start; } } @@ -4474,63 +4474,63 @@ else { if (x_2 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_23 = l_Lean_Rat_floor(x_10); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -x_26 = lean_ctor_get(x_7, 0); +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_24 = l_Lean_Rat_floor(x_11); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +x_27 = lean_ctor_get(x_8, 0); +lean_inc(x_27); lean_inc(x_26); -lean_inc(x_25); -x_27 = l_Lean_Rat_lt(x_25, x_26); -if (x_27 == 0) +x_28 = l_Lean_Rat_lt(x_26, x_27); +if (x_28 == 0) { -lean_dec(x_25); -lean_dec(x_9); -x_5 = x_12; +lean_dec(x_26); +lean_dec(x_10); +x_6 = x_13; goto _start; } else { -lean_object* x_29; -lean_dec(x_7); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_25); -lean_ctor_set(x_29, 1, x_9); -x_5 = x_12; -x_7 = x_29; +lean_object* x_30; +lean_dec(x_8); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_26); +lean_ctor_set(x_30, 1, x_10); +x_6 = x_13; +x_8 = x_30; goto _start; } } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_31 = l_Lean_Rat_ceil(x_10); -x_32 = lean_unsigned_to_nat(1u); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_31); -lean_ctor_set(x_33, 1, x_32); -x_34 = lean_ctor_get(x_7, 0); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_32 = l_Lean_Rat_ceil(x_11); +x_33 = lean_unsigned_to_nat(1u); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_32); +lean_ctor_set(x_34, 1, x_33); +x_35 = lean_ctor_get(x_8, 0); +lean_inc(x_35); lean_inc(x_34); -lean_inc(x_33); -x_35 = l_Lean_Rat_lt(x_34, x_33); -if (x_35 == 0) +x_36 = l_Lean_Rat_lt(x_35, x_34); +if (x_36 == 0) { -lean_dec(x_33); -lean_dec(x_9); -x_5 = x_12; +lean_dec(x_34); +lean_dec(x_10); +x_6 = x_13; goto _start; } else { -lean_object* x_37; -lean_dec(x_7); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_33); -lean_ctor_set(x_37, 1, x_9); -x_5 = x_12; -x_7 = x_37; +lean_object* x_38; +lean_dec(x_8); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_34); +lean_ctor_set(x_38, 1, x_10); +x_6 = x_13; +x_8 = x_38; goto _start; } } @@ -4538,7 +4538,7 @@ goto _start; } else { -return x_7; +return x_8; } } } @@ -4641,7 +4641,7 @@ x_24 = lean_usize_of_nat(x_15); lean_dec(x_15); x_25 = lean_usize_of_nat(x_16); lean_dec(x_16); -x_26 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(x_2, x_3, x_4, x_14, x_24, x_25, x_19); +x_26 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(x_2, x_3, x_4, x_4, x_14, x_24, x_25, x_19); lean_dec(x_14); x_27 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -4652,22 +4652,24 @@ return x_27; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_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) { _start: { -uint8_t x_8; uint8_t x_9; size_t x_10; size_t x_11; lean_object* x_12; -x_8 = lean_unbox(x_2); +uint8_t x_9; uint8_t x_10; uint8_t x_11; size_t x_12; size_t x_13; lean_object* x_14; +x_9 = lean_unbox(x_2); lean_dec(x_2); -x_9 = lean_unbox(x_3); +x_10 = lean_unbox(x_3); lean_dec(x_3); -x_10 = lean_unbox_usize(x_5); -lean_dec(x_5); -x_11 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(x_1, x_8, x_9, x_4, x_10, x_11, x_7); +x_11 = lean_unbox(x_4); lean_dec(x_4); +x_12 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_13 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_14 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_Linear_getBestBound_x3f___spec__1(x_1, x_9, x_10, x_11, x_5, x_12, x_13, x_8); +lean_dec(x_5); lean_dec(x_1); -return x_12; +return x_14; } } LEAN_EXPORT lean_object* l_Lean_Meta_Linear_getBestBound_x3f___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -5140,7 +5142,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_Linear_resolve(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; uint8_t 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; uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_94; +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; uint8_t x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_96; lean_object* x_102; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Meta_Linear_Poly_getMaxVarCoeff___closed__1; x_6 = l_Array_back___rarg(x_5, x_4); @@ -5149,309 +5151,317 @@ lean_inc(x_7); lean_dec(x_6); x_8 = lean_int_neg(x_7); lean_dec(x_7); -x_9 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); -x_10 = lean_ctor_get(x_3, 0); -lean_inc(x_10); -x_11 = lean_ctor_get(x_3, 1); +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 = l_Array_back___rarg(x_5, x_9); +x_13 = lean_ctor_get(x_12, 0); +lean_inc(x_13); +lean_dec(x_12); +x_14 = l_Lean_Meta_Linear_Poly_combine(x_13, x_4, x_8, x_9); +x_15 = lean_ctor_get(x_2, 1); +x_16 = lean_int_mul(x_13, x_15); +x_17 = lean_int_mul(x_8, x_10); +x_18 = lean_int_add(x_16, x_17); +lean_dec(x_17); +lean_dec(x_16); +x_19 = lean_ctor_get_uint8(x_2, sizeof(void*)*3); +x_20 = lean_ctor_get(x_2, 2); lean_inc(x_11); -x_12 = lean_ctor_get(x_3, 2); -lean_inc(x_12); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_13 = x_3; -} else { - lean_dec_ref(x_3); - x_13 = lean_box(0); -} -x_14 = l_Array_back___rarg(x_5, x_10); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_Meta_Linear_Poly_combine(x_15, x_4, x_8, x_10); -lean_dec(x_10); -x_17 = lean_ctor_get(x_2, 1); -x_18 = lean_int_mul(x_15, x_17); -x_19 = lean_int_mul(x_8, x_11); -lean_dec(x_11); -x_20 = lean_int_add(x_18, x_19); -lean_dec(x_19); -lean_dec(x_18); -x_21 = lean_ctor_get_uint8(x_2, sizeof(void*)*3); -x_22 = lean_ctor_get(x_2, 2); +lean_inc(x_20); +x_21 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_21, 0, x_8); +lean_ctor_set(x_21, 1, x_20); +lean_ctor_set(x_21, 2, x_13); +lean_ctor_set(x_21, 3, x_11); +x_22 = lean_ctor_get(x_1, 3); lean_inc(x_22); -x_23 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_23, 0, x_8); -lean_ctor_set(x_23, 1, x_22); -lean_ctor_set(x_23, 2, x_15); -lean_ctor_set(x_23, 3, x_12); -x_24 = lean_ctor_get(x_1, 3); -lean_inc(x_24); -x_94 = lean_box(x_21); -if (lean_obj_tag(x_94) == 2) +x_102 = lean_box(x_19); +if (lean_obj_tag(x_102) == 2) { -uint8_t x_95; -x_95 = 2; -x_25 = x_95; -goto block_93; +uint8_t x_103; +x_103 = 2; +x_23 = x_103; +goto block_95; } else { -lean_object* x_96; -lean_dec(x_94); -x_96 = lean_box(x_9); -if (lean_obj_tag(x_96) == 2) +lean_object* x_104; +lean_dec(x_102); +x_104 = lean_box(0); +x_96 = x_104; +goto block_101; +} +block_95: { -uint8_t x_97; -x_97 = 2; -x_25 = x_97; -goto block_93; +lean_object* x_24; uint8_t x_25; lean_object* x_91; uint8_t x_92; +lean_inc(x_21); +lean_inc(x_14); +x_24 = lean_alloc_ctor(0, 3, 1); +lean_ctor_set(x_24, 0, x_14); +lean_ctor_set(x_24, 1, x_18); +lean_ctor_set(x_24, 2, x_21); +lean_ctor_set_uint8(x_24, sizeof(void*)*3, x_23); +lean_inc(x_24); +x_91 = l_Lean_Meta_Linear_Cnstr_isUnsat(x_24, x_22); +lean_dec(x_22); +x_92 = lean_unbox(x_91); +lean_dec(x_91); +if (x_92 == 0) +{ +uint8_t x_93; +x_93 = 1; +x_25 = x_93; +goto block_90; } else { -uint8_t x_98; -lean_dec(x_96); -x_98 = 3; -x_25 = x_98; -goto block_93; +uint8_t x_94; +x_94 = 0; +x_25 = x_94; +goto block_90; } -} -block_93: +block_90: +{ +if (x_25 == 0) { lean_object* x_26; lean_object* x_27; uint8_t x_28; -lean_inc(x_23); -lean_inc(x_16); -if (lean_is_scalar(x_13)) { - x_26 = lean_alloc_ctor(0, 3, 1); -} else { - x_26 = x_13; -} -lean_ctor_set(x_26, 0, x_16); -lean_ctor_set(x_26, 1, x_20); -lean_ctor_set(x_26, 2, x_23); -lean_ctor_set_uint8(x_26, sizeof(void*)*3, x_25); -lean_inc(x_26); -x_27 = l_Lean_Meta_Linear_Cnstr_isUnsat(x_26, x_24); -lean_dec(x_24); -x_28 = lean_unbox(x_27); -lean_dec(x_27); +x_26 = lean_array_get_size(x_14); +x_27 = lean_unsigned_to_nat(0u); +x_28 = lean_nat_dec_eq(x_26, x_27); +lean_dec(x_26); if (x_28 == 0) { -lean_object* x_29; -lean_dec(x_26); -lean_dec(x_23); -lean_dec(x_16); -lean_dec(x_1); -x_29 = l_Lean_Meta_Linear_resolve___closed__1; -return x_29; +lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_dec(x_21); +x_29 = l_Array_back___rarg(x_5, x_14); +lean_dec(x_14); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +x_31 = !lean_is_exclusive(x_1); +if (x_31 == 0) +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +x_32 = lean_ctor_get(x_1, 0); +x_33 = lean_ctor_get(x_1, 1); +x_34 = lean_ctor_get(x_1, 3); +x_35 = l_Array_shrink___rarg(x_34, x_30); +x_36 = lean_ctor_get(x_29, 0); +lean_inc(x_36); +lean_dec(x_29); +x_37 = l_Lean_Meta_Linear_Poly_add_go___closed__1; +x_38 = lean_int_dec_lt(x_36, x_37); +lean_dec(x_36); +if (x_38 == 0) +{ +lean_object* x_39; uint8_t x_40; +x_39 = lean_array_get_size(x_33); +x_40 = lean_nat_dec_lt(x_30, x_39); +lean_dec(x_39); +if (x_40 == 0) +{ +lean_object* x_41; +lean_dec(x_30); +lean_dec(x_24); +lean_ctor_set(x_1, 3, x_35); +x_41 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_41, 0, x_1); +return x_41; } else { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_array_get_size(x_16); -x_31 = lean_unsigned_to_nat(0u); -x_32 = lean_nat_dec_eq(x_30, x_31); +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_array_fget(x_33, x_30); +x_43 = lean_box(0); +x_44 = lean_array_fset(x_33, x_30, x_43); +x_45 = lean_array_push(x_42, x_24); +x_46 = lean_array_fset(x_44, x_30, x_45); lean_dec(x_30); -if (x_32 == 0) +lean_ctor_set(x_1, 3, x_35); +lean_ctor_set(x_1, 1, x_46); +x_47 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_47, 0, x_1); +return x_47; +} +} +else { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -lean_dec(x_23); -x_33 = l_Array_back___rarg(x_5, x_16); -lean_dec(x_16); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -x_35 = !lean_is_exclusive(x_1); -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; uint8_t x_42; -x_36 = lean_ctor_get(x_1, 0); -x_37 = lean_ctor_get(x_1, 1); -x_38 = lean_ctor_get(x_1, 3); -x_39 = l_Array_shrink___rarg(x_38, x_34); -x_40 = lean_ctor_get(x_33, 0); -lean_inc(x_40); -lean_dec(x_33); -x_41 = l_Lean_Meta_Linear_Poly_add_go___closed__1; -x_42 = lean_int_dec_lt(x_40, x_41); -lean_dec(x_40); -if (x_42 == 0) -{ -lean_object* x_43; uint8_t x_44; -x_43 = lean_array_get_size(x_37); -x_44 = lean_nat_dec_lt(x_34, x_43); -lean_dec(x_43); -if (x_44 == 0) +lean_object* x_48; uint8_t x_49; +x_48 = lean_array_get_size(x_32); +x_49 = lean_nat_dec_lt(x_30, x_48); +lean_dec(x_48); +if (x_49 == 0) { -lean_object* x_45; -lean_dec(x_34); -lean_dec(x_26); -lean_ctor_set(x_1, 3, x_39); -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_1); -return x_45; +lean_object* x_50; +lean_dec(x_30); +lean_dec(x_24); +lean_ctor_set(x_1, 3, x_35); +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_1); +return x_50; } 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_array_fget(x_37, x_34); -x_47 = lean_box(0); -x_48 = lean_array_fset(x_37, x_34, x_47); -x_49 = lean_array_push(x_46, x_26); -x_50 = lean_array_fset(x_48, x_34, x_49); -lean_dec(x_34); -lean_ctor_set(x_1, 3, x_39); -lean_ctor_set(x_1, 1, x_50); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_1); -return x_51; +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_51 = lean_array_fget(x_32, x_30); +x_52 = lean_box(0); +x_53 = lean_array_fset(x_32, x_30, x_52); +x_54 = lean_array_push(x_51, x_24); +x_55 = lean_array_fset(x_53, x_30, x_54); +lean_dec(x_30); +lean_ctor_set(x_1, 3, x_35); +lean_ctor_set(x_1, 0, x_55); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_1); +return x_56; +} } } else { -lean_object* x_52; uint8_t x_53; -x_52 = lean_array_get_size(x_36); -x_53 = lean_nat_dec_lt(x_34, x_52); -lean_dec(x_52); -if (x_53 == 0) +lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +x_57 = lean_ctor_get(x_1, 0); +x_58 = lean_ctor_get(x_1, 1); +x_59 = lean_ctor_get(x_1, 2); +x_60 = lean_ctor_get(x_1, 3); +lean_inc(x_60); +lean_inc(x_59); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_1); +x_61 = l_Array_shrink___rarg(x_60, x_30); +x_62 = lean_ctor_get(x_29, 0); +lean_inc(x_62); +lean_dec(x_29); +x_63 = l_Lean_Meta_Linear_Poly_add_go___closed__1; +x_64 = lean_int_dec_lt(x_62, x_63); +lean_dec(x_62); +if (x_64 == 0) +{ +lean_object* x_65; uint8_t x_66; +x_65 = lean_array_get_size(x_58); +x_66 = lean_nat_dec_lt(x_30, x_65); +lean_dec(x_65); +if (x_66 == 0) { -lean_object* x_54; -lean_dec(x_34); -lean_dec(x_26); -lean_ctor_set(x_1, 3, x_39); -x_54 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_54, 0, x_1); -return x_54; +lean_object* x_67; lean_object* x_68; +lean_dec(x_30); +lean_dec(x_24); +x_67 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_67, 0, x_57); +lean_ctor_set(x_67, 1, x_58); +lean_ctor_set(x_67, 2, x_59); +lean_ctor_set(x_67, 3, x_61); +x_68 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_68, 0, x_67); +return x_68; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_55 = lean_array_fget(x_36, x_34); -x_56 = lean_box(0); -x_57 = lean_array_fset(x_36, x_34, x_56); -x_58 = lean_array_push(x_55, x_26); -x_59 = lean_array_fset(x_57, x_34, x_58); -lean_dec(x_34); -lean_ctor_set(x_1, 3, x_39); -lean_ctor_set(x_1, 0, x_59); -x_60 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_60, 0, x_1); -return x_60; -} +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; +x_69 = lean_array_fget(x_58, x_30); +x_70 = lean_box(0); +x_71 = lean_array_fset(x_58, x_30, x_70); +x_72 = lean_array_push(x_69, x_24); +x_73 = lean_array_fset(x_71, x_30, x_72); +lean_dec(x_30); +x_74 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_74, 0, x_57); +lean_ctor_set(x_74, 1, x_73); +lean_ctor_set(x_74, 2, x_59); +lean_ctor_set(x_74, 3, x_61); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_74); +return x_75; } } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_61 = lean_ctor_get(x_1, 0); -x_62 = lean_ctor_get(x_1, 1); -x_63 = lean_ctor_get(x_1, 2); -x_64 = lean_ctor_get(x_1, 3); -lean_inc(x_64); -lean_inc(x_63); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_1); -x_65 = l_Array_shrink___rarg(x_64, x_34); -x_66 = lean_ctor_get(x_33, 0); -lean_inc(x_66); -lean_dec(x_33); -x_67 = l_Lean_Meta_Linear_Poly_add_go___closed__1; -x_68 = lean_int_dec_lt(x_66, x_67); -lean_dec(x_66); -if (x_68 == 0) -{ -lean_object* x_69; uint8_t x_70; -x_69 = lean_array_get_size(x_62); -x_70 = lean_nat_dec_lt(x_34, x_69); -lean_dec(x_69); -if (x_70 == 0) +lean_object* x_76; uint8_t x_77; +x_76 = lean_array_get_size(x_57); +x_77 = lean_nat_dec_lt(x_30, x_76); +lean_dec(x_76); +if (x_77 == 0) { -lean_object* x_71; lean_object* x_72; -lean_dec(x_34); -lean_dec(x_26); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_61); -lean_ctor_set(x_71, 1, x_62); -lean_ctor_set(x_71, 2, x_63); -lean_ctor_set(x_71, 3, x_65); -x_72 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_72, 0, 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; -x_73 = lean_array_fget(x_62, x_34); -x_74 = lean_box(0); -x_75 = lean_array_fset(x_62, x_34, x_74); -x_76 = lean_array_push(x_73, x_26); -x_77 = lean_array_fset(x_75, x_34, x_76); -lean_dec(x_34); +lean_object* x_78; lean_object* x_79; +lean_dec(x_30); +lean_dec(x_24); x_78 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_78, 0, x_61); -lean_ctor_set(x_78, 1, x_77); -lean_ctor_set(x_78, 2, x_63); -lean_ctor_set(x_78, 3, x_65); +lean_ctor_set(x_78, 0, x_57); +lean_ctor_set(x_78, 1, x_58); +lean_ctor_set(x_78, 2, x_59); +lean_ctor_set(x_78, 3, x_61); x_79 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_79, 0, x_78); return x_79; } -} else { -lean_object* x_80; uint8_t x_81; -x_80 = lean_array_get_size(x_61); -x_81 = lean_nat_dec_lt(x_34, x_80); -lean_dec(x_80); -if (x_81 == 0) -{ -lean_object* x_82; lean_object* x_83; -lean_dec(x_34); -lean_dec(x_26); -x_82 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_82, 0, x_61); -lean_ctor_set(x_82, 1, x_62); -lean_ctor_set(x_82, 2, x_63); -lean_ctor_set(x_82, 3, x_65); -x_83 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_83, 0, x_82); -return x_83; -} -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_90; -x_84 = lean_array_fget(x_61, x_34); -x_85 = lean_box(0); -x_86 = lean_array_fset(x_61, x_34, x_85); -x_87 = lean_array_push(x_84, x_26); -x_88 = lean_array_fset(x_86, x_34, x_87); -lean_dec(x_34); -x_89 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_62); -lean_ctor_set(x_89, 2, x_63); -lean_ctor_set(x_89, 3, x_65); -x_90 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_90, 0, x_89); -return x_90; +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_80 = lean_array_fget(x_57, x_30); +x_81 = lean_box(0); +x_82 = lean_array_fset(x_57, x_30, x_81); +x_83 = lean_array_push(x_80, x_24); +x_84 = lean_array_fset(x_82, x_30, x_83); +lean_dec(x_30); +x_85 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_85, 0, x_84); +lean_ctor_set(x_85, 1, x_58); +lean_ctor_set(x_85, 2, x_59); +lean_ctor_set(x_85, 3, x_61); +x_86 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_86, 0, x_85); +return x_86; } } } } else { -lean_object* x_91; lean_object* x_92; -lean_dec(x_26); -lean_dec(x_16); +lean_object* x_87; lean_object* x_88; +lean_dec(x_24); +lean_dec(x_14); +lean_dec(x_1); +x_87 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_87, 0, x_21); +x_88 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_88, 0, x_87); +return x_88; +} +} +else +{ +lean_object* x_89; +lean_dec(x_24); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_1); -x_91 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_91, 0, x_23); -x_92 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_92, 0, x_91); -return x_92; +x_89 = l_Lean_Meta_Linear_resolve___closed__1; +return x_89; +} } } +block_101: +{ +uint8_t x_97; lean_object* x_98; +lean_dec(x_96); +x_97 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); +x_98 = lean_box(x_97); +if (lean_obj_tag(x_98) == 2) +{ +uint8_t x_99; +x_99 = 2; +x_23 = x_99; +goto block_95; +} +else +{ +uint8_t x_100; +lean_dec(x_98); +x_100 = 3; +x_23 = x_100; +goto block_95; +} } } } @@ -5460,6 +5470,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Linear_resolve___boxed(lean_object* x_1, le { lean_object* x_4; x_4 = l_Lean_Meta_Linear_resolve(x_1, x_2, x_3); +lean_dec(x_3); lean_dec(x_2); return x_4; } @@ -5500,186 +5511,186 @@ x_18 = lean_nat_dec_lt(x_11, x_17); lean_dec(x_17); if (x_14 == 0) { -lean_object* x_146; lean_object* x_147; -x_146 = l_Lean_Meta_Linear_Assignment_val___default___closed__1; -x_147 = l___private_Init_Util_0__outOfBounds___rarg(x_146); +lean_object* x_133; lean_object* x_134; +x_133 = l_Lean_Meta_Linear_Assignment_val___default___closed__1; +x_134 = l___private_Init_Util_0__outOfBounds___rarg(x_133); if (x_16 == 0) { -uint8_t x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; uint8_t x_152; lean_object* x_153; -x_148 = l_instInhabitedBool; -x_149 = lean_box(x_148); -x_150 = l___private_Init_Util_0__outOfBounds___rarg(x_149); -x_151 = lean_unbox(x_150); -lean_dec(x_150); -x_152 = 1; -x_153 = l_Lean_Meta_Linear_getBestBound_x3f(x_147, x_10, x_152, x_151); -x_19 = x_153; -goto block_145; +uint8_t x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; uint8_t x_139; lean_object* x_140; +x_135 = l_instInhabitedBool; +x_136 = lean_box(x_135); +x_137 = l___private_Init_Util_0__outOfBounds___rarg(x_136); +x_138 = lean_unbox(x_137); +lean_dec(x_137); +x_139 = 1; +x_140 = l_Lean_Meta_Linear_getBestBound_x3f(x_134, x_10, x_139, x_138); +x_19 = x_140; +goto block_132; } else { -lean_object* x_154; uint8_t x_155; uint8_t x_156; lean_object* x_157; -x_154 = lean_array_fget(x_9, x_11); -x_155 = lean_unbox(x_154); -lean_dec(x_154); -x_156 = 1; -x_157 = l_Lean_Meta_Linear_getBestBound_x3f(x_147, x_10, x_156, x_155); -x_19 = x_157; -goto block_145; +lean_object* x_141; uint8_t x_142; uint8_t x_143; lean_object* x_144; +x_141 = lean_array_fget(x_9, x_11); +x_142 = lean_unbox(x_141); +lean_dec(x_141); +x_143 = 1; +x_144 = l_Lean_Meta_Linear_getBestBound_x3f(x_134, x_10, x_143, x_142); +x_19 = x_144; +goto block_132; } } else { -lean_object* x_158; -x_158 = lean_array_fget(x_7, x_11); +lean_object* x_145; +x_145 = lean_array_fget(x_7, x_11); if (x_16 == 0) { -uint8_t x_159; lean_object* x_160; lean_object* x_161; uint8_t x_162; uint8_t x_163; lean_object* x_164; -x_159 = l_instInhabitedBool; -x_160 = lean_box(x_159); -x_161 = l___private_Init_Util_0__outOfBounds___rarg(x_160); -x_162 = lean_unbox(x_161); -lean_dec(x_161); -x_163 = 1; -x_164 = l_Lean_Meta_Linear_getBestBound_x3f(x_158, x_10, x_163, x_162); -x_19 = x_164; -goto block_145; +uint8_t x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; uint8_t x_150; lean_object* x_151; +x_146 = l_instInhabitedBool; +x_147 = lean_box(x_146); +x_148 = l___private_Init_Util_0__outOfBounds___rarg(x_147); +x_149 = lean_unbox(x_148); +lean_dec(x_148); +x_150 = 1; +x_151 = l_Lean_Meta_Linear_getBestBound_x3f(x_145, x_10, x_150, x_149); +x_19 = x_151; +goto block_132; } else { -lean_object* x_165; uint8_t x_166; uint8_t x_167; lean_object* x_168; -x_165 = lean_array_fget(x_9, x_11); -x_166 = lean_unbox(x_165); -lean_dec(x_165); -x_167 = 1; -x_168 = l_Lean_Meta_Linear_getBestBound_x3f(x_158, x_10, x_167, x_166); -x_19 = x_168; -goto block_145; +lean_object* x_152; uint8_t x_153; uint8_t x_154; lean_object* x_155; +x_152 = lean_array_fget(x_9, x_11); +x_153 = lean_unbox(x_152); +lean_dec(x_152); +x_154 = 1; +x_155 = l_Lean_Meta_Linear_getBestBound_x3f(x_145, x_10, x_154, x_153); +x_19 = x_155; +goto block_132; } } -block_145: +block_132: { -lean_object* x_20; lean_object* x_44; lean_object* x_45; +lean_object* x_20; lean_object* x_47; lean_object* x_48; if (x_18 == 0) { -lean_object* x_118; lean_object* x_119; -x_118 = l_Lean_Meta_Linear_Assignment_val___default___closed__1; -x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); +lean_object* x_105; lean_object* x_106; +x_105 = l_Lean_Meta_Linear_Assignment_val___default___closed__1; +x_106 = l___private_Init_Util_0__outOfBounds___rarg(x_105); if (x_16 == 0) { -uint8_t x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; uint8_t x_124; lean_object* x_125; +uint8_t x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; uint8_t x_111; lean_object* x_112; lean_dec(x_11); -x_120 = l_instInhabitedBool; -x_121 = lean_box(x_120); -x_122 = l___private_Init_Util_0__outOfBounds___rarg(x_121); -x_123 = lean_unbox(x_122); -lean_dec(x_122); -x_124 = 0; -x_125 = l_Lean_Meta_Linear_getBestBound_x3f(x_119, x_10, x_124, x_123); +x_107 = l_instInhabitedBool; +x_108 = lean_box(x_107); +x_109 = l___private_Init_Util_0__outOfBounds___rarg(x_108); +x_110 = lean_unbox(x_109); +lean_dec(x_109); +x_111 = 0; +x_112 = l_Lean_Meta_Linear_getBestBound_x3f(x_106, x_10, x_111, x_110); if (lean_obj_tag(x_19) == 0) { lean_dec(x_2); -x_20 = x_125; -goto block_43; +x_20 = x_112; +goto block_46; } else { -lean_object* x_126; -x_126 = lean_ctor_get(x_19, 0); -lean_inc(x_126); +lean_object* x_113; +x_113 = lean_ctor_get(x_19, 0); +lean_inc(x_113); lean_dec(x_19); -x_44 = x_125; -x_45 = x_126; -goto block_117; +x_47 = x_112; +x_48 = x_113; +goto block_104; } } else { -lean_object* x_127; uint8_t x_128; uint8_t x_129; lean_object* x_130; -x_127 = lean_array_fget(x_9, x_11); +lean_object* x_114; uint8_t x_115; uint8_t x_116; lean_object* x_117; +x_114 = lean_array_fget(x_9, x_11); lean_dec(x_11); -x_128 = lean_unbox(x_127); -lean_dec(x_127); -x_129 = 0; -x_130 = l_Lean_Meta_Linear_getBestBound_x3f(x_119, x_10, x_129, x_128); +x_115 = lean_unbox(x_114); +lean_dec(x_114); +x_116 = 0; +x_117 = l_Lean_Meta_Linear_getBestBound_x3f(x_106, x_10, x_116, x_115); if (lean_obj_tag(x_19) == 0) { lean_dec(x_2); -x_20 = x_130; -goto block_43; +x_20 = x_117; +goto block_46; } else { -lean_object* x_131; -x_131 = lean_ctor_get(x_19, 0); -lean_inc(x_131); +lean_object* x_118; +x_118 = lean_ctor_get(x_19, 0); +lean_inc(x_118); lean_dec(x_19); -x_44 = x_130; -x_45 = x_131; -goto block_117; +x_47 = x_117; +x_48 = x_118; +goto block_104; } } } else { -lean_object* x_132; -x_132 = lean_array_fget(x_8, x_11); +lean_object* x_119; +x_119 = lean_array_fget(x_8, x_11); if (x_16 == 0) { -uint8_t x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; uint8_t x_137; lean_object* x_138; +uint8_t x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; uint8_t x_124; lean_object* x_125; lean_dec(x_11); -x_133 = l_instInhabitedBool; -x_134 = lean_box(x_133); -x_135 = l___private_Init_Util_0__outOfBounds___rarg(x_134); -x_136 = lean_unbox(x_135); -lean_dec(x_135); -x_137 = 0; -x_138 = l_Lean_Meta_Linear_getBestBound_x3f(x_132, x_10, x_137, x_136); +x_120 = l_instInhabitedBool; +x_121 = lean_box(x_120); +x_122 = l___private_Init_Util_0__outOfBounds___rarg(x_121); +x_123 = lean_unbox(x_122); +lean_dec(x_122); +x_124 = 0; +x_125 = l_Lean_Meta_Linear_getBestBound_x3f(x_119, x_10, x_124, x_123); if (lean_obj_tag(x_19) == 0) { lean_dec(x_2); -x_20 = x_138; -goto block_43; +x_20 = x_125; +goto block_46; } else { -lean_object* x_139; -x_139 = lean_ctor_get(x_19, 0); -lean_inc(x_139); +lean_object* x_126; +x_126 = lean_ctor_get(x_19, 0); +lean_inc(x_126); lean_dec(x_19); -x_44 = x_138; -x_45 = x_139; -goto block_117; +x_47 = x_125; +x_48 = x_126; +goto block_104; } } else { -lean_object* x_140; uint8_t x_141; uint8_t x_142; lean_object* x_143; -x_140 = lean_array_fget(x_9, x_11); +lean_object* x_127; uint8_t x_128; uint8_t x_129; lean_object* x_130; +x_127 = lean_array_fget(x_9, x_11); lean_dec(x_11); -x_141 = lean_unbox(x_140); -lean_dec(x_140); -x_142 = 0; -x_143 = l_Lean_Meta_Linear_getBestBound_x3f(x_132, x_10, x_142, x_141); +x_128 = lean_unbox(x_127); +lean_dec(x_127); +x_129 = 0; +x_130 = l_Lean_Meta_Linear_getBestBound_x3f(x_119, x_10, x_129, x_128); if (lean_obj_tag(x_19) == 0) { lean_dec(x_2); -x_20 = x_143; -goto block_43; +x_20 = x_130; +goto block_46; } else { -lean_object* x_144; -x_144 = lean_ctor_get(x_19, 0); -lean_inc(x_144); +lean_object* x_131; +x_131 = lean_ctor_get(x_19, 0); +lean_inc(x_131); lean_dec(x_19); -x_44 = x_143; -x_45 = x_144; -goto block_117; +x_47 = x_130; +x_48 = x_131; +goto block_104; } } } -block_43: +block_46: { if (lean_obj_tag(x_20) == 0) { @@ -5697,296 +5708,287 @@ goto _start; } else { -lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_29; lean_object* x_43; x_25 = lean_ctor_get(x_20, 0); lean_inc(x_25); lean_dec(x_20); -x_26 = lean_ctor_get(x_25, 1); +x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); -x_27 = lean_ctor_get_uint8(x_26, sizeof(void*)*3); -lean_dec(x_26); -x_28 = lean_box(x_27); -if (lean_obj_tag(x_28) == 2) -{ -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_29 = lean_ctor_get(x_25, 0); -lean_inc(x_29); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); lean_dec(x_25); -x_30 = l_Lean_Rat_floor(x_29); +x_28 = lean_ctor_get_uint8(x_27, sizeof(void*)*3); +lean_dec(x_27); +x_43 = lean_box(x_28); +if (lean_obj_tag(x_43) == 2) +{ +uint8_t x_44; +x_44 = 1; +x_29 = x_44; +goto block_42; +} +else +{ +uint8_t x_45; +lean_dec(x_43); +x_45 = 0; +x_29 = x_45; +goto block_42; +} +block_42: +{ +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_30 = l_Lean_Rat_floor(x_26); x_31 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_5); -x_32 = l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; -x_33 = l_Lean_Rat_sub(x_31, x_32); -x_34 = lean_array_push(x_10, x_33); -x_35 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_35, 0, x_7); -lean_ctor_set(x_35, 1, x_8); -lean_ctor_set(x_35, 2, x_9); -lean_ctor_set(x_35, 3, x_34); +x_32 = lean_array_push(x_10, x_31); +x_33 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_33, 0, x_7); +lean_ctor_set(x_33, 1, x_8); +lean_ctor_set(x_33, 2, x_9); +lean_ctor_set(x_33, 3, x_32); x_1 = x_6; -x_2 = x_35; +x_2 = x_33; goto _start; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -lean_dec(x_28); -x_37 = lean_ctor_get(x_25, 0); -lean_inc(x_37); -lean_dec(x_25); -x_38 = l_Lean_Rat_floor(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_5); -x_40 = lean_array_push(x_10, x_39); -x_41 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_41, 0, x_7); -lean_ctor_set(x_41, 1, x_8); -lean_ctor_set(x_41, 2, x_9); -lean_ctor_set(x_41, 3, x_40); +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 = l_Lean_Rat_floor(x_26); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_5); +x_37 = l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; +x_38 = l_Lean_Rat_sub(x_36, x_37); +x_39 = lean_array_push(x_10, x_38); +x_40 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_40, 0, x_7); +lean_ctor_set(x_40, 1, x_8); +lean_ctor_set(x_40, 2, x_9); +lean_ctor_set(x_40, 3, x_39); x_1 = x_6; -x_2 = x_41; +x_2 = x_40; goto _start; } } } -block_117: -{ -if (lean_obj_tag(x_44) == 0) +} +block_104: { -uint8_t x_46; -x_46 = !lean_is_exclusive(x_2); -if (x_46 == 0) +if (lean_obj_tag(x_47) == 0) { -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; -x_47 = lean_ctor_get(x_2, 3); -lean_dec(x_47); -x_48 = lean_ctor_get(x_2, 2); -lean_dec(x_48); -x_49 = lean_ctor_get(x_2, 1); -lean_dec(x_49); -x_50 = lean_ctor_get(x_2, 0); -lean_dec(x_50); -x_51 = lean_ctor_get(x_45, 1); +lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; uint8_t x_53; lean_object* x_67; +if (lean_is_exclusive(x_2)) { + lean_ctor_release(x_2, 0); + lean_ctor_release(x_2, 1); + lean_ctor_release(x_2, 2); + lean_ctor_release(x_2, 3); + x_49 = x_2; +} else { + lean_dec_ref(x_2); + x_49 = lean_box(0); +} +x_50 = lean_ctor_get(x_48, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_48, 1); lean_inc(x_51); +lean_dec(x_48); x_52 = lean_ctor_get_uint8(x_51, sizeof(void*)*3); lean_dec(x_51); -x_53 = lean_box(x_52); -if (lean_obj_tag(x_53) == 2) -{ -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_54 = lean_ctor_get(x_45, 0); -lean_inc(x_54); -lean_dec(x_45); -x_55 = l_Lean_Rat_ceil(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_5); -x_57 = l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; -x_58 = l_Lean_Rat_add(x_56, x_57); -x_59 = lean_array_push(x_10, x_58); -lean_ctor_set(x_2, 3, x_59); -x_1 = x_6; -goto _start; +x_67 = lean_box(x_52); +if (lean_obj_tag(x_67) == 2) +{ +uint8_t x_68; +x_68 = 1; +x_53 = x_68; +goto block_66; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -lean_dec(x_53); -x_61 = lean_ctor_get(x_45, 0); -lean_inc(x_61); -lean_dec(x_45); -x_62 = l_Lean_Rat_ceil(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_5); -x_64 = lean_array_push(x_10, x_63); -lean_ctor_set(x_2, 3, x_64); -x_1 = x_6; -goto _start; -} +uint8_t x_69; +lean_dec(x_67); +x_69 = 0; +x_53 = x_69; +goto block_66; } -else +block_66: { -lean_object* x_66; uint8_t x_67; lean_object* x_68; -lean_dec(x_2); -x_66 = lean_ctor_get(x_45, 1); -lean_inc(x_66); -x_67 = lean_ctor_get_uint8(x_66, sizeof(void*)*3); -lean_dec(x_66); -x_68 = lean_box(x_67); -if (lean_obj_tag(x_68) == 2) +if (x_53 == 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; -x_69 = lean_ctor_get(x_45, 0); -lean_inc(x_69); -lean_dec(x_45); -x_70 = l_Lean_Rat_ceil(x_69); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_5); -x_72 = l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; -x_73 = l_Lean_Rat_add(x_71, x_72); -x_74 = lean_array_push(x_10, x_73); -x_75 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_75, 0, x_7); -lean_ctor_set(x_75, 1, x_8); -lean_ctor_set(x_75, 2, x_9); -lean_ctor_set(x_75, 3, x_74); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_54 = l_Lean_Rat_ceil(x_50); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_5); +x_56 = lean_array_push(x_10, x_55); +if (lean_is_scalar(x_49)) { + x_57 = lean_alloc_ctor(0, 4, 0); +} else { + x_57 = x_49; +} +lean_ctor_set(x_57, 0, x_7); +lean_ctor_set(x_57, 1, x_8); +lean_ctor_set(x_57, 2, x_9); +lean_ctor_set(x_57, 3, x_56); x_1 = x_6; -x_2 = x_75; +x_2 = x_57; goto _start; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -lean_dec(x_68); -x_77 = lean_ctor_get(x_45, 0); -lean_inc(x_77); -lean_dec(x_45); -x_78 = l_Lean_Rat_ceil(x_77); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_5); -x_80 = lean_array_push(x_10, x_79); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_7); -lean_ctor_set(x_81, 1, x_8); -lean_ctor_set(x_81, 2, x_9); -lean_ctor_set(x_81, 3, x_80); +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_59 = l_Lean_Rat_ceil(x_50); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_5); +x_61 = l_Lean_Meta_Linear_pickAssignment_x3f___closed__3; +x_62 = l_Lean_Rat_add(x_60, x_61); +x_63 = lean_array_push(x_10, x_62); +if (lean_is_scalar(x_49)) { + x_64 = lean_alloc_ctor(0, 4, 0); +} else { + x_64 = x_49; +} +lean_ctor_set(x_64, 0, x_7); +lean_ctor_set(x_64, 1, x_8); +lean_ctor_set(x_64, 2, x_9); +lean_ctor_set(x_64, 3, x_63); x_1 = x_6; -x_2 = x_81; +x_2 = x_64; goto _start; } } } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; lean_object* x_114; -x_83 = lean_ctor_get(x_44, 0); -lean_inc(x_83); -lean_dec(x_44); -x_84 = lean_ctor_get(x_45, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_45, 1); -lean_inc(x_85); -lean_dec(x_45); -x_86 = lean_ctor_get(x_83, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_83, 1); -lean_inc(x_87); -lean_dec(x_83); -x_88 = lean_ctor_get_uint8(x_85, sizeof(void*)*3); -x_89 = lean_ctor_get_uint8(x_87, sizeof(void*)*3); -x_114 = lean_box(x_88); -if (lean_obj_tag(x_114) == 2) +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; uint8_t x_76; uint8_t x_77; lean_object* x_101; +x_70 = lean_ctor_get(x_47, 0); +lean_inc(x_70); +lean_dec(x_47); +x_71 = lean_ctor_get(x_48, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_48, 1); +lean_inc(x_72); +lean_dec(x_48); +x_73 = lean_ctor_get(x_70, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_70, 1); +lean_inc(x_74); +lean_dec(x_70); +x_75 = lean_ctor_get_uint8(x_72, sizeof(void*)*3); +x_76 = lean_ctor_get_uint8(x_74, sizeof(void*)*3); +x_101 = lean_box(x_75); +if (lean_obj_tag(x_101) == 2) { -uint8_t x_115; -x_115 = 1; -x_90 = x_115; -goto block_113; +uint8_t x_102; +x_102 = 1; +x_77 = x_102; +goto block_100; } else { -uint8_t x_116; -lean_dec(x_114); -x_116 = 0; -x_90 = x_116; -goto block_113; +uint8_t x_103; +lean_dec(x_101); +x_103 = 0; +x_77 = x_103; +goto block_100; } -block_113: +block_100: { -uint8_t x_91; lean_object* x_110; -x_110 = lean_box(x_89); -if (lean_obj_tag(x_110) == 2) +uint8_t x_78; lean_object* x_97; +x_97 = lean_box(x_76); +if (lean_obj_tag(x_97) == 2) { -uint8_t x_111; -x_111 = 1; -x_91 = x_111; -goto block_109; +uint8_t x_98; +x_98 = 1; +x_78 = x_98; +goto block_96; } else { -uint8_t x_112; -lean_dec(x_110); -x_112 = 0; -x_91 = x_112; -goto block_109; +uint8_t x_99; +lean_dec(x_97); +x_99 = 0; +x_78 = x_99; +goto block_96; } -block_109: +block_96: { -lean_object* x_92; -x_92 = l_Lean_Meta_Linear_pickAssignment_x3f(x_84, x_90, x_86, x_91); -if (lean_obj_tag(x_92) == 0) +lean_object* x_79; +x_79 = l_Lean_Meta_Linear_pickAssignment_x3f(x_71, x_77, x_73, x_78); +if (lean_obj_tag(x_79) == 0) { -lean_object* x_93; +lean_object* x_80; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_93 = l_Lean_Meta_Linear_resolve(x_2, x_85, x_87); -lean_dec(x_85); -if (lean_obj_tag(x_93) == 0) +x_80 = l_Lean_Meta_Linear_resolve(x_2, x_72, x_74); +lean_dec(x_74); +lean_dec(x_72); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_94; +lean_object* x_81; lean_dec(x_6); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -lean_dec(x_93); -return x_94; +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +lean_dec(x_80); +return x_81; } else { -lean_object* x_95; -x_95 = lean_ctor_get(x_93, 0); -lean_inc(x_95); -lean_dec(x_93); +lean_object* x_82; +x_82 = lean_ctor_get(x_80, 0); +lean_inc(x_82); +lean_dec(x_80); x_1 = x_6; -x_2 = x_95; +x_2 = x_82; goto _start; } } else { -uint8_t x_97; -lean_dec(x_87); -lean_dec(x_85); -x_97 = !lean_is_exclusive(x_2); -if (x_97 == 0) +uint8_t x_84; +lean_dec(x_74); +lean_dec(x_72); +x_84 = !lean_is_exclusive(x_2); +if (x_84 == 0) { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_98 = lean_ctor_get(x_2, 3); -lean_dec(x_98); -x_99 = lean_ctor_get(x_2, 2); -lean_dec(x_99); -x_100 = lean_ctor_get(x_2, 1); -lean_dec(x_100); -x_101 = lean_ctor_get(x_2, 0); -lean_dec(x_101); -x_102 = lean_ctor_get(x_92, 0); -lean_inc(x_102); -lean_dec(x_92); -x_103 = lean_array_push(x_10, x_102); -lean_ctor_set(x_2, 3, x_103); +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_85 = lean_ctor_get(x_2, 3); +lean_dec(x_85); +x_86 = lean_ctor_get(x_2, 2); +lean_dec(x_86); +x_87 = lean_ctor_get(x_2, 1); +lean_dec(x_87); +x_88 = lean_ctor_get(x_2, 0); +lean_dec(x_88); +x_89 = lean_ctor_get(x_79, 0); +lean_inc(x_89); +lean_dec(x_79); +x_90 = lean_array_push(x_10, x_89); +lean_ctor_set(x_2, 3, x_90); x_1 = x_6; goto _start; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_dec(x_2); -x_105 = lean_ctor_get(x_92, 0); -lean_inc(x_105); -lean_dec(x_92); -x_106 = lean_array_push(x_10, x_105); -x_107 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_107, 0, x_7); -lean_ctor_set(x_107, 1, x_8); -lean_ctor_set(x_107, 2, x_9); -lean_ctor_set(x_107, 3, x_106); +x_92 = lean_ctor_get(x_79, 0); +lean_inc(x_92); +lean_dec(x_79); +x_93 = lean_array_push(x_10, x_92); +x_94 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_8); +lean_ctor_set(x_94, 2, x_9); +lean_ctor_set(x_94, 3, x_93); x_1 = x_6; -x_2 = x_107; +x_2 = x_94; goto _start; } } @@ -5998,7 +6000,7 @@ goto _start; } else { -lean_object* x_169; +lean_object* x_156; lean_dec(x_12); lean_dec(x_11); lean_dec(x_9); @@ -6006,18 +6008,18 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); -x_169 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_169, 0, x_10); -return x_169; +x_156 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_156, 0, x_10); +return x_156; } } else { -lean_object* x_170; +lean_object* x_157; lean_dec(x_2); lean_dec(x_1); -x_170 = lean_box(2); -return x_170; +x_157 = lean_box(2); +return x_157; } } } @@ -6201,54 +6203,54 @@ l_Lean_Meta_Linear_instBEqCnstrKind___closed__1 = _init_l_Lean_Meta_Linear_instB lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstrKind___closed__1); l_Lean_Meta_Linear_instBEqCnstrKind = _init_l_Lean_Meta_Linear_instBEqCnstrKind(); lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstrKind); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__1); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__2); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__3); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__4); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__5); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__6); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__7); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__8); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__9); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__10); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__11); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__12); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__13); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__14); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__15); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__16); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__17); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__18); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__19); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__20); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__21); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__22); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__23); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4057____closed__24); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__1); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__2); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__3); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__4); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__5); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__6); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__7); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__8); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__9); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__10); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__11); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__12 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__12(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__12); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__13 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__13); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__14); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__15 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__15(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__15); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__16 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__16(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__16); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__17 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__17(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__17); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__18 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__18(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__18); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__19 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__19(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__19); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__20); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__21 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__21(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__21); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__22 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__22(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__22); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__23 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__23(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__23); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__24 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__24(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstrKind____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4053____closed__24); l_Lean_Meta_Linear_instReprCnstrKind___closed__1 = _init_l_Lean_Meta_Linear_instReprCnstrKind___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_instReprCnstrKind___closed__1); l_Lean_Meta_Linear_instReprCnstrKind = _init_l_Lean_Meta_Linear_instReprCnstrKind(); @@ -6261,28 +6263,28 @@ l_Lean_Meta_Linear_instBEqCnstr___closed__1 = _init_l_Lean_Meta_Linear_instBEqCn lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstr___closed__1); l_Lean_Meta_Linear_instBEqCnstr = _init_l_Lean_Meta_Linear_instBEqCnstr(); lean_mark_persistent(l_Lean_Meta_Linear_instBEqCnstr); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__1); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__2); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__3); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__4); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__5); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__6); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__7); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__8); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__9); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__10); -l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4653____closed__11); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__1 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__1); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__2 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__2); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__3 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__3); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__4 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__4); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__5 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__5); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__6 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__6); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__7 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__7); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__8 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__8(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__8); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__9 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__9(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__9); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__10 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__10(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__10); +l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__11 = _init_l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__11(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_LinearArith_Solver_0__Lean_Meta_Linear_reprCnstr____x40_Lean_Meta_Tactic_LinearArith_Solver___hyg_4641____closed__11); l_Lean_Meta_Linear_instReprCnstr___closed__1 = _init_l_Lean_Meta_Linear_instReprCnstr___closed__1(); lean_mark_persistent(l_Lean_Meta_Linear_instReprCnstr___closed__1); l_Lean_Meta_Linear_instReprCnstr = _init_l_Lean_Meta_Linear_instReprCnstr(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Replace.c b/stage0/stdlib/Lean/Meta/Tactic/Replace.c index 1bc92c7487a9..64b3627f3ce2 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Replace.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Replace.c @@ -3752,7 +3752,7 @@ lean_inc(x_11); switch (lean_obj_tag(x_11)) { case 7: { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); @@ -3766,107 +3766,90 @@ x_16 = lean_ctor_get_uint8(x_11, sizeof(void*)*3 + 8); lean_dec(x_11); if (x_4 == 0) { -uint8_t x_68; -x_68 = 0; -x_17 = x_68; -goto block_67; -} -else -{ -uint8_t x_69; -x_69 = 1; -x_17 = x_69; -goto block_67; -} -block_67: -{ -lean_object* x_18; -if (x_17 == 0) -{ lean_dec(x_14); -x_18 = x_12; -goto block_42; +x_17 = x_12; +goto block_41; } else { -lean_object* x_43; +lean_object* x_42; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_14); lean_inc(x_2); -x_43 = l_Lean_Meta_isExprDefEq(x_2, x_14, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_43) == 0) +x_42 = l_Lean_Meta_isExprDefEq(x_2, x_14, x_5, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_42) == 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) +lean_object* x_43; uint8_t x_44; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_unbox(x_43); +lean_dec(x_43); +if (x_44 == 0) { -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; uint8_t x_58; +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; uint8_t x_57; lean_dec(x_15); lean_dec(x_13); lean_dec(x_3); -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -lean_dec(x_43); -x_47 = l_Lean_indentExpr(x_2); -x_48 = l_Lean_MVarId_change___lambda__2___closed__2; -x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -x_50 = l_Lean_MVarId_change___lambda__2___closed__4; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = l_Lean_indentExpr(x_14); -x_53 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Lean_MVarId_change___lambda__2___closed__6; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__2; -x_57 = l_Lean_Meta_throwTacticEx___rarg(x_56, x_1, x_55, x_5, x_6, x_7, x_8, x_46); +x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_45); +lean_dec(x_42); +x_46 = l_Lean_indentExpr(x_2); +x_47 = l_Lean_MVarId_change___lambda__2___closed__2; +x_48 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_46); +x_49 = l_Lean_MVarId_change___lambda__2___closed__4; +x_50 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_50, 0, x_48); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Lean_indentExpr(x_14); +x_52 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Lean_MVarId_change___lambda__2___closed__6; +x_54 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_53); +x_55 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__2; +x_56 = l_Lean_Meta_throwTacticEx___rarg(x_55, x_1, x_54, x_5, x_6, x_7, x_8, x_45); lean_dec(x_8); lean_dec(x_6); -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +x_57 = !lean_is_exclusive(x_56); +if (x_57 == 0) { -return x_57; +return x_56; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_57, 0); -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_56, 0); +x_59 = lean_ctor_get(x_56, 1); lean_inc(x_59); -lean_dec(x_57); -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_inc(x_58); +lean_dec(x_56); +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 { -lean_object* x_62; +lean_object* x_61; lean_dec(x_14); -x_62 = lean_ctor_get(x_43, 1); -lean_inc(x_62); -lean_dec(x_43); -x_18 = x_62; -goto block_42; +x_61 = lean_ctor_get(x_42, 1); +lean_inc(x_61); +lean_dec(x_42); +x_17 = x_61; +goto block_41; } } else { -uint8_t x_63; +uint8_t x_62; lean_dec(x_15); lean_dec(x_14); lean_dec(x_13); @@ -3877,254 +3860,236 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_63 = !lean_is_exclusive(x_43); -if (x_63 == 0) +x_62 = !lean_is_exclusive(x_42); +if (x_62 == 0) { -return x_43; +return x_42; } 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_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_42, 0); +x_64 = lean_ctor_get(x_42, 1); 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; +lean_inc(x_63); +lean_dec(x_42); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; } } } -block_42: +block_41: { -lean_object* x_19; lean_object* x_20; -x_19 = l_Lean_Expr_forallE___override(x_13, x_2, x_15, x_16); +lean_object* x_18; lean_object* x_19; +x_18 = l_Lean_Expr_forallE___override(x_13, x_2, x_15, x_16); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_20 = l_Lean_MVarId_replaceTargetDefEq(x_1, x_19, x_5, x_6, x_7, x_8, x_18); -if (lean_obj_tag(x_20) == 0) +x_19 = l_Lean_MVarId_replaceTargetDefEq(x_1, x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_25; lean_object* x_26; -x_21 = lean_ctor_get(x_20, 0); +lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); 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 = 0; -x_25 = 1; -x_26 = l_Lean_Meta_introNCore(x_21, x_3, x_23, x_24, x_25, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_26) == 0) +lean_dec(x_19); +x_22 = lean_box(0); +x_23 = 0; +x_24 = 1; +x_25 = l_Lean_Meta_introNCore(x_20, x_3, x_22, x_23, x_24, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_25) == 0) { -uint8_t x_27; -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_25); +if (x_26 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_26, 0); -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); -lean_ctor_set(x_26, 0, x_29); -return x_26; +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_25, 0); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +lean_ctor_set(x_25, 0, x_28); +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_26, 0); -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_25, 0); +x_30 = lean_ctor_get(x_25, 1); lean_inc(x_30); -lean_dec(x_26); -x_32 = lean_ctor_get(x_30, 1); -lean_inc(x_32); -lean_dec(x_30); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -return x_33; +lean_inc(x_29); +lean_dec(x_25); +x_31 = lean_ctor_get(x_29, 1); +lean_inc(x_31); +lean_dec(x_29); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +return x_32; } } else { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_26); -if (x_34 == 0) +uint8_t x_33; +x_33 = !lean_is_exclusive(x_25); +if (x_33 == 0) { -return x_26; +return x_25; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_26, 0); -x_36 = lean_ctor_get(x_26, 1); -lean_inc(x_36); +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_25, 0); +x_35 = lean_ctor_get(x_25, 1); lean_inc(x_35); -lean_dec(x_26); -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_inc(x_34); +lean_dec(x_25); +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_38; +uint8_t x_37; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_38 = !lean_is_exclusive(x_20); -if (x_38 == 0) +x_37 = !lean_is_exclusive(x_19); +if (x_37 == 0) { -return x_20; +return x_19; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_20, 0); -x_40 = lean_ctor_get(x_20, 1); -lean_inc(x_40); +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_19, 0); +x_39 = lean_ctor_get(x_19, 1); lean_inc(x_39); -lean_dec(x_20); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} +lean_inc(x_38); +lean_dec(x_19); +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; } } } } case 8: { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; -x_70 = lean_ctor_get(x_10, 1); -lean_inc(x_70); +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_66 = lean_ctor_get(x_10, 1); +lean_inc(x_66); lean_dec(x_10); -x_71 = lean_ctor_get(x_11, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_11, 1); -lean_inc(x_72); -x_73 = lean_ctor_get(x_11, 2); -lean_inc(x_73); -x_74 = lean_ctor_get(x_11, 3); -lean_inc(x_74); +x_67 = lean_ctor_get(x_11, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_11, 1); +lean_inc(x_68); +x_69 = lean_ctor_get(x_11, 2); +lean_inc(x_69); +x_70 = lean_ctor_get(x_11, 3); +lean_inc(x_70); lean_dec(x_11); if (x_4 == 0) { -uint8_t x_126; -x_126 = 0; -x_75 = x_126; -goto block_125; -} -else -{ -uint8_t x_127; -x_127 = 1; -x_75 = x_127; -goto block_125; -} -block_125: -{ -lean_object* x_76; -if (x_75 == 0) -{ -lean_dec(x_72); -x_76 = x_70; -goto block_100; +lean_dec(x_68); +x_71 = x_66; +goto block_95; } else { -lean_object* x_101; +lean_object* x_96; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_72); +lean_inc(x_68); lean_inc(x_2); -x_101 = l_Lean_Meta_isExprDefEq(x_2, x_72, x_5, x_6, x_7, x_8, x_70); -if (lean_obj_tag(x_101) == 0) +x_96 = l_Lean_Meta_isExprDefEq(x_2, x_68, x_5, x_6, x_7, x_8, x_66); +if (lean_obj_tag(x_96) == 0) { -lean_object* x_102; uint8_t x_103; -x_102 = lean_ctor_get(x_101, 0); -lean_inc(x_102); -x_103 = lean_unbox(x_102); -lean_dec(x_102); -if (x_103 == 0) +lean_object* x_97; uint8_t x_98; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +x_98 = lean_unbox(x_97); +lean_dec(x_97); +if (x_98 == 0) { -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; uint8_t x_116; -lean_dec(x_74); -lean_dec(x_73); -lean_dec(x_71); +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; uint8_t x_111; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_67); lean_dec(x_3); -x_104 = lean_ctor_get(x_101, 1); -lean_inc(x_104); -lean_dec(x_101); -x_105 = l_Lean_indentExpr(x_2); -x_106 = l_Lean_MVarId_change___lambda__2___closed__2; -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_MVarId_change___lambda__2___closed__4; -x_109 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_109, 0, x_107); -lean_ctor_set(x_109, 1, x_108); -x_110 = l_Lean_indentExpr(x_72); -x_111 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -x_112 = l_Lean_MVarId_change___lambda__2___closed__6; -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 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__2; -x_115 = l_Lean_Meta_throwTacticEx___rarg(x_114, x_1, x_113, x_5, x_6, x_7, x_8, x_104); +x_99 = lean_ctor_get(x_96, 1); +lean_inc(x_99); +lean_dec(x_96); +x_100 = l_Lean_indentExpr(x_2); +x_101 = l_Lean_MVarId_change___lambda__2___closed__2; +x_102 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_100); +x_103 = l_Lean_MVarId_change___lambda__2___closed__4; +x_104 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_104, 0, x_102); +lean_ctor_set(x_104, 1, x_103); +x_105 = l_Lean_indentExpr(x_68); +x_106 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_106, 0, x_104); +lean_ctor_set(x_106, 1, x_105); +x_107 = l_Lean_MVarId_change___lambda__2___closed__6; +x_108 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_108, 0, x_106); +lean_ctor_set(x_108, 1, x_107); +x_109 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__2; +x_110 = l_Lean_Meta_throwTacticEx___rarg(x_109, x_1, x_108, x_5, x_6, x_7, x_8, x_99); lean_dec(x_8); lean_dec(x_6); -x_116 = !lean_is_exclusive(x_115); -if (x_116 == 0) +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) { -return x_115; +return x_110; } else { -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_115, 0); -x_118 = lean_ctor_get(x_115, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_115); -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_object* x_112; lean_object* x_113; lean_object* x_114; +x_112 = lean_ctor_get(x_110, 0); +x_113 = lean_ctor_get(x_110, 1); +lean_inc(x_113); +lean_inc(x_112); +lean_dec(x_110); +x_114 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_114, 0, x_112); +lean_ctor_set(x_114, 1, x_113); +return x_114; } } else { -lean_object* x_120; -lean_dec(x_72); -x_120 = lean_ctor_get(x_101, 1); -lean_inc(x_120); -lean_dec(x_101); -x_76 = x_120; -goto block_100; +lean_object* x_115; +lean_dec(x_68); +x_115 = lean_ctor_get(x_96, 1); +lean_inc(x_115); +lean_dec(x_96); +x_71 = x_115; +goto block_95; } } else { -uint8_t x_121; -lean_dec(x_74); -lean_dec(x_73); -lean_dec(x_72); -lean_dec(x_71); +uint8_t x_116; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_68); +lean_dec(x_67); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4132,152 +4097,151 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_121 = !lean_is_exclusive(x_101); -if (x_121 == 0) +x_116 = !lean_is_exclusive(x_96); +if (x_116 == 0) { -return x_101; +return x_96; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_101, 0); -x_123 = lean_ctor_get(x_101, 1); -lean_inc(x_123); -lean_inc(x_122); -lean_dec(x_101); -x_124 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_124, 0, x_122); -lean_ctor_set(x_124, 1, x_123); -return x_124; +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_96, 0); +x_118 = lean_ctor_get(x_96, 1); +lean_inc(x_118); +lean_inc(x_117); +lean_dec(x_96); +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; } } } -block_100: +block_95: { -uint8_t x_77; lean_object* x_78; lean_object* x_79; -x_77 = 0; -x_78 = l_Lean_Expr_letE___override(x_71, x_2, x_73, x_74, x_77); +uint8_t x_72; lean_object* x_73; lean_object* x_74; +x_72 = 0; +x_73 = l_Lean_Expr_letE___override(x_67, x_2, x_69, x_70, x_72); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_79 = l_Lean_MVarId_replaceTargetDefEq(x_1, x_78, x_5, x_6, x_7, x_8, x_76); -if (lean_obj_tag(x_79) == 0) +x_74 = l_Lean_MVarId_replaceTargetDefEq(x_1, x_73, x_5, x_6, x_7, x_8, x_71); +if (lean_obj_tag(x_74) == 0) { -lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_object* x_84; -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_82 = lean_box(0); -x_83 = 1; -x_84 = l_Lean_Meta_introNCore(x_80, x_3, x_82, x_77, x_83, x_5, x_6, x_7, x_8, x_81); -if (lean_obj_tag(x_84) == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; lean_object* x_79; +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_box(0); +x_78 = 1; +x_79 = l_Lean_Meta_introNCore(x_75, x_3, x_77, x_72, x_78, x_5, x_6, x_7, x_8, x_76); +if (lean_obj_tag(x_79) == 0) { -uint8_t x_85; -x_85 = !lean_is_exclusive(x_84); -if (x_85 == 0) +uint8_t x_80; +x_80 = !lean_is_exclusive(x_79); +if (x_80 == 0) { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_84, 0); -x_87 = lean_ctor_get(x_86, 1); -lean_inc(x_87); -lean_dec(x_86); -lean_ctor_set(x_84, 0, x_87); -return x_84; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_79, 0); +x_82 = lean_ctor_get(x_81, 1); +lean_inc(x_82); +lean_dec(x_81); +lean_ctor_set(x_79, 0, x_82); +return x_79; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_88 = lean_ctor_get(x_84, 0); -x_89 = lean_ctor_get(x_84, 1); -lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_84); -x_90 = lean_ctor_get(x_88, 1); -lean_inc(x_90); -lean_dec(x_88); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_89); -return x_91; +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_83 = lean_ctor_get(x_79, 0); +x_84 = lean_ctor_get(x_79, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_79); +x_85 = lean_ctor_get(x_83, 1); +lean_inc(x_85); +lean_dec(x_83); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_85); +lean_ctor_set(x_86, 1, x_84); +return x_86; } } else { -uint8_t x_92; -x_92 = !lean_is_exclusive(x_84); -if (x_92 == 0) +uint8_t x_87; +x_87 = !lean_is_exclusive(x_79); +if (x_87 == 0) { -return x_84; +return x_79; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_84, 0); -x_94 = lean_ctor_get(x_84, 1); -lean_inc(x_94); -lean_inc(x_93); -lean_dec(x_84); -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; +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_79, 0); +x_89 = lean_ctor_get(x_79, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_79); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } } else { -uint8_t x_96; +uint8_t x_91; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_96 = !lean_is_exclusive(x_79); -if (x_96 == 0) +x_91 = !lean_is_exclusive(x_74); +if (x_91 == 0) { -return x_79; +return x_74; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_79, 0); -x_98 = lean_ctor_get(x_79, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_79); -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; -} +lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_74, 0); +x_93 = lean_ctor_get(x_74, 1); +lean_inc(x_93); +lean_inc(x_92); +lean_dec(x_74); +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; } } } } default: { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_dec(x_11); lean_dec(x_3); lean_dec(x_2); -x_128 = lean_ctor_get(x_10, 1); -lean_inc(x_128); +x_120 = lean_ctor_get(x_10, 1); +lean_inc(x_120); lean_dec(x_10); -x_129 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__2; -x_130 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__5; -x_131 = l_Lean_Meta_throwTacticEx___rarg(x_129, x_1, x_130, x_5, x_6, x_7, x_8, x_128); +x_121 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__2; +x_122 = l_Lean_MVarId_changeLocalDecl___lambda__1___closed__5; +x_123 = l_Lean_Meta_throwTacticEx___rarg(x_121, x_1, x_122, x_5, x_6, x_7, x_8, x_120); lean_dec(x_8); lean_dec(x_6); -return x_131; +return x_123; } } } else { -uint8_t x_132; +uint8_t x_124; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4285,23 +4249,23 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_132 = !lean_is_exclusive(x_10); -if (x_132 == 0) +x_124 = !lean_is_exclusive(x_10); +if (x_124 == 0) { return x_10; } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_133 = lean_ctor_get(x_10, 0); -x_134 = lean_ctor_get(x_10, 1); -lean_inc(x_134); -lean_inc(x_133); +lean_object* x_125; lean_object* x_126; lean_object* x_127; +x_125 = lean_ctor_get(x_10, 0); +x_126 = lean_ctor_get(x_10, 1); +lean_inc(x_126); +lean_inc(x_125); lean_dec(x_10); -x_135 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_134); -return x_135; +x_127 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_127, 0, x_125); +lean_ctor_set(x_127, 1, x_126); +return x_127; } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Rewrite.c b/stage0/stdlib/Lean/Meta/Tactic/Rewrite.c index dde151e8e4e5..489aba26d4aa 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Rewrite.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Rewrite.c @@ -23,7 +23,7 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite(lean_object*, lean_object*, lean_ static lean_object* l_Lean_MVarId_rewrite___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___lambda__9___boxed(lean_object**); static lean_object* l_Lean_MVarId_rewrite___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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_Array_contains___at_Lean_MVarId_rewrite___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__10; lean_object* l_Lean_MVarId_checkNotAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -35,50 +35,55 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___lambda__13___boxed(lean_object* lean_object* lean_array_push(lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_rewrite___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_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___spec__10(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__4; LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___lambda__6___boxed(lean_object**); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__9; lean_object* l_Lean_MVarId_isAssigned___at_Lean_Meta_SynthInstance_tryResolve___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_Meta_postprocessAppMVars(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___spec__12(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_isTypeCorrect(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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___lambda__3___boxed(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_Meta_mkEqNDRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_kabstract(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_MVarId_rewrite___spec__7(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); lean_object* lean_array_to_list(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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__8; uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__3___closed__3; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__11; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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*); 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_MVarId_rewrite___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___lambda__13(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* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_rewrite___spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__1; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__2___closed__5; lean_object* l_Lean_mkApp3(lean_object*, lean_object*, lean_object*, lean_object*); @@ -96,8 +101,10 @@ LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___lambda__10(lean_object*, lean_o lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_MVarId_rewrite___spec__3(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___spec__10___boxed(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__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__2; static lean_object* l_Lean_MVarId_rewrite___closed__1; @@ -115,6 +122,7 @@ lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_obje uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MVarId_rewrite___lambda__13___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MVarId_rewrite___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); @@ -220,40 +228,73 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_7); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_2, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { uint8_t x_10; @@ -306,102 +347,201 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_7); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_7); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_2, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_7); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_2, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_1, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at_Lean_MVarId_rewrite___spec__2(x_2, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; } } } @@ -495,7 +635,7 @@ size_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_objec x_79 = lean_usize_of_nat(x_28); lean_dec(x_28); x_80 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); +x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); lean_dec(x_27); x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); @@ -559,7 +699,7 @@ size_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_objec x_47 = lean_usize_of_nat(x_36); lean_dec(x_36); x_48 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(x_31, x_35, x_26, x_47, x_48); +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5(x_31, x_31, x_35, x_26, x_47, x_48); lean_dec(x_35); x_50 = l_Array_append___rarg(x_31, x_49); x_51 = lean_array_to_list(lean_box(0), x_50); @@ -626,7 +766,7 @@ size_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_objec x_68 = lean_usize_of_nat(x_55); lean_dec(x_55); x_69 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(x_31, x_53, x_26, x_68, x_69); +x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5(x_31, x_31, x_53, x_26, x_68, x_69); lean_dec(x_53); x_71 = l_Array_append___rarg(x_31, x_70); x_72 = lean_array_to_list(lean_box(0), x_71); @@ -1315,7 +1455,7 @@ size_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_objec x_79 = lean_usize_of_nat(x_28); lean_dec(x_28); x_80 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); +x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); lean_dec(x_27); x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); @@ -1379,7 +1519,7 @@ size_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_objec x_47 = lean_usize_of_nat(x_36); lean_dec(x_36); x_48 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_31, x_35, x_26, x_47, x_48); +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__8(x_31, x_31, x_35, x_26, x_47, x_48); lean_dec(x_35); x_50 = l_Array_append___rarg(x_31, x_49); x_51 = lean_array_to_list(lean_box(0), x_50); @@ -1446,7 +1586,7 @@ size_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_objec x_68 = lean_usize_of_nat(x_55); lean_dec(x_55); x_69 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_31, x_53, x_26, x_68, x_69); +x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__8(x_31, x_31, x_53, x_26, x_68, x_69); lean_dec(x_53); x_71 = l_Array_append___rarg(x_31, x_70); x_72 = lean_array_to_list(lean_box(0), x_71); @@ -2055,7 +2195,7 @@ size_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_objec x_79 = lean_usize_of_nat(x_28); lean_dec(x_28); x_80 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); +x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); lean_dec(x_27); x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); @@ -2119,7 +2259,7 @@ size_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_objec x_47 = lean_usize_of_nat(x_36); lean_dec(x_36); x_48 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7(x_31, x_35, x_26, x_47, x_48); +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___spec__10(x_31, x_31, x_35, x_26, x_47, x_48); lean_dec(x_35); x_50 = l_Array_append___rarg(x_31, x_49); x_51 = lean_array_to_list(lean_box(0), x_50); @@ -2186,7 +2326,7 @@ size_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_objec x_68 = lean_usize_of_nat(x_55); lean_dec(x_55); x_69 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7(x_31, x_53, x_26, x_68, x_69); +x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___spec__10(x_31, x_31, x_53, x_26, x_68, x_69); lean_dec(x_53); x_71 = l_Array_append___rarg(x_31, x_70); x_72 = lean_array_to_list(lean_box(0), x_71); @@ -2795,7 +2935,7 @@ size_t x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_objec x_79 = lean_usize_of_nat(x_28); lean_dec(x_28); x_80 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); +x_81 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_27, x_26, x_79, x_80, x_10, x_11, x_12, x_13, x_23); lean_dec(x_27); x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); @@ -2859,7 +2999,7 @@ size_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_objec x_47 = lean_usize_of_nat(x_36); lean_dec(x_36); x_48 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8(x_31, x_35, x_26, x_47, x_48); +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___spec__12(x_31, x_31, x_35, x_26, x_47, x_48); lean_dec(x_35); x_50 = l_Array_append___rarg(x_31, x_49); x_51 = lean_array_to_list(lean_box(0), x_50); @@ -2926,7 +3066,7 @@ size_t x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_objec x_68 = lean_usize_of_nat(x_55); lean_dec(x_55); x_69 = l_Lean_MVarId_rewrite___lambda__1___closed__1; -x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8(x_31, x_53, x_26, x_68, x_69); +x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___spec__12(x_31, x_31, x_53, x_26, x_68, x_69); lean_dec(x_53); x_71 = l_Array_append___rarg(x_31, x_70); x_72 = lean_array_to_list(lean_box(0), x_71); @@ -4536,21 +4676,37 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__4___at_Lean_MVarId_rewrite___spec__5(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__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) { _start: { size_t x_10; size_t x_11; lean_object* x_12; @@ -4558,7 +4714,7 @@ x_10 = lean_unbox_usize(x_2); lean_dec(x_2); x_11 = lean_unbox_usize(x_3); lean_dec(x_3); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__5(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_1, x_10, x_11, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -4567,46 +4723,94 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__6(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7___at_Lean_MVarId_rewrite___spec__8(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__7(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__9___at_Lean_MVarId_rewrite___spec__10(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8___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_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___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) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__8(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_MVarId_rewrite___spec__11___at_Lean_MVarId_rewrite___spec__12(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l_Lean_MVarId_rewrite___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) { diff --git a/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c b/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c index 0ebfe273fa10..671f80129e70 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Simp/Main.c @@ -16,6 +16,7 @@ extern "C" { LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_Simp_dischargeUsingAssumption_x3f___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_EXPORT lean_object* l_Lean_Meta_Simp_mkCongrFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingName_x21(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__23(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l_Lean_Meta_Simp_rewritePost(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_AssocList_find_x3f___at_Lean_Meta_Simp_simp___spec__4___boxed(lean_object*, lean_object*); @@ -119,6 +120,7 @@ static lean_object* l_Lean_Meta_Simp_simp_simpArrow___lambda__4___closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___spec__10___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_simpLit___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_simpTargetCore___lambda__1(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_Simp_simp_simpProj___spec__20(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_main___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_Config_updateArith___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLambda___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___spec__4(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*); @@ -209,6 +211,7 @@ static lean_object* l_Lean_Meta_Simp_DefaultMethods_discharge_x3f___lambda__1___ LEAN_EXPORT lean_object* l_Lean_Meta_simpTargetStar___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_Simp_simp_simpLet___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___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_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_SimpLetCase_noConfusion___rarg___lambda__1(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_Simp_removeUnnecessaryCasts___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -249,6 +252,7 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_congrArgs_ LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_simpLet___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_Expr_appArg_x21(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__9(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___at_Lean_Meta_simpGoal___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_dsimpGoal___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_tryAutoCongrTheorem_x3f___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_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_Simp_dischargeUsingAssumption_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -303,6 +307,7 @@ LEAN_EXPORT uint8_t l_Lean_Meta_Simp_isEqnThmHypothesis_go(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_isMatchDef_go(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_reduce___lambda__2___closed__9; static lean_object* l_Lean_Meta_Simp_isOfNatNatLit___closed__2; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_reduce___lambda__2___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_visitFn(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_Simp_DefaultMethods_pre(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -335,7 +340,6 @@ static lean_object* l_Lean_Meta_Simp_simp_simpArrow___lambda__4___closed__15; LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Meta_Simp_simp_mkCongrSimp_x3f___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_SimpLetCase_noConfusion___rarg___boxed(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*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_simpGoal___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_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_object* l_Lean_Meta_getFunInfo(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__1___closed__3; @@ -427,6 +431,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_trySi LEAN_EXPORT lean_object* l_Lean_Meta_simpGoal___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_anyMUnsafe_any___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_Meta_Simp_simp___spec__2(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_Meta_Simp_simp_simpProj___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_tryAutoCongrTheorem_x3f___lambda__2(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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_SimpLetCase_noConfusion(lean_object*); static lean_object* l_Lean_Meta_Simp_simp_simpProj___closed__2; @@ -456,15 +461,17 @@ LEAN_EXPORT lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_Simp LEAN_EXPORT lean_object* l_Lean_Meta_Simp_main___lambda__1(lean_object*, lean_object*, 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_panic___at_Lean_Meta_Simp_simp_tryAutoCongrTheorem_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_panic___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__6___closed__2; lean_object* l_Lean_FVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getPropHyps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_tryAutoCongrTheorem_x3f___spec__3___closed__5; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__24(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_simpLet(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__1___closed__1; lean_object* l_Lean_Meta_mkForallCongr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___spec__7___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_PersistentArray_anyMAux___at_Lean_Meta_Simp_simp_simpProj___spec__22___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_removeUnnecessaryCasts_isDummyEqRec___closed__2; lean_object* l_Lean_Meta_canUnfoldAtMatcher___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -507,6 +514,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_dsimpGoal___lambda__2___boxed(lean_object*, LEAN_EXPORT lean_object* l_Lean_Meta_Simp_congrHypothesisExceptionId; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_reduce___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_appFn_x21(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_dsimpMain(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_simp_simpArrow___closed__1; lean_object* l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(lean_object*, lean_object*, lean_object*); @@ -524,12 +532,14 @@ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpPro LEAN_EXPORT lean_object* l_Lean_Meta_transform___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___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_Meta_mkFalseElim(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_simpLet___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_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___lambda__7___closed__1; size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); extern lean_object* l_Lean_instInhabitedProjectionFunctionInfo; static lean_object* l_Lean_Meta_simpTargetCore___closed__3; static lean_object* l_Lean_Meta_Simp_Config_updateArith___closed__1; lean_object* l_Lean_Meta_Simp_getSimpTheorems___rarg(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_Simp_simp_simpProj___spec__20___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; LEAN_EXPORT lean_object* l_Lean_Meta_applySimpResultToProp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -558,11 +568,13 @@ static lean_object* l_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___lambda__4___ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_Simp_simp___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_SimpLetCase_toCtorIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_withSimpConfig___rarg(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_simpGoal___spec__2___at_Lean_Meta_simpGoal___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_Simp_simp___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_removeUnnecessaryCasts_isDummyEqRec___closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Meta_Simp_dischargeUsingAssumption_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkCongr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_simp_simpArrow___lambda__4___closed__7; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Simp_initFn____x40_Lean_Meta_Tactic_Simp_Main___hyg_5_(lean_object*); lean_object* l_Lean_Meta_mkImpCongr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -583,6 +595,7 @@ static lean_object* l_Lean_Meta_Simp_DefaultMethods_discharge_x3f___lambda__1___ lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); static lean_object* l_Lean_Meta_Simp_simp_simpArrow___lambda__3___closed__4; static lean_object* l_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___lambda__3___closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__25(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_Simp_simp_simpProj___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___spec__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_simpGoal___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -611,6 +624,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp___lambda__3(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_dsimpGoal___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*); static lean_object* l_Lean_Meta_Simp_simp_simpStep___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_simpGoal___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_Simp_simp_simpProj___spec__19(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___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_object*); LEAN_EXPORT lean_object* l_Lean_Meta_transform_visit_visitLet___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___spec__6___lambda__1___boxed(lean_object**); @@ -631,6 +645,7 @@ static lean_object* l_Lean_Meta_Simp_simp_trySimpCongrTheorem_x3f___lambda__2___ LEAN_EXPORT lean_object* l_Lean_Meta_Simp_simp_simpLoop(lean_object*, 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_Simp_simp_tryAutoCongrTheorem_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_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_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); lean_object* l_Lean_Meta_mkEqRefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_simp_simpArrow___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_simpTargetStar___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -679,6 +694,7 @@ static lean_object* l_Lean_Meta_Simp_initFn____x40_Lean_Meta_Tactic_Simp_Main___ lean_object* l_Lean_Expr_getAppFn(lean_object*); lean_object* l_Lean_Meta_Simp_post(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_Simp_mkCongr(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_Meta_Simp_simp_simpProj___spec__18___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_DefaultMethods_discharge_x3f___lambda__1___closed__2; lean_object* l_Lean_Meta_mkFunExt(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -842,7 +858,8 @@ static lean_object* l_Lean_Meta_Simp_main___closed__2; lean_object* l_Lean_Meta_mkImpCongrCtx(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_simpLocalDecl___boxed(lean_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_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___boxed(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_Meta_Simp_simp_simpProj___spec__19___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___boxed(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_ReaderT_bind___at_Lean_Meta_Simp_simp_simpForall___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Simp_simp_simpArrow___lambda__4___closed__4; @@ -858,6 +875,7 @@ lean_object* l_Nat_repr(lean_object*); static lean_object* l_Lean_Meta_Simp_dischargeEqnThmHypothesis_x3f_go_x3f___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_dsimp___spec__9___boxed(lean_object*, 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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___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_PersistentArray_findSomeRevMAux___at_Lean_Meta_Simp_dischargeUsingAssumption_x3f___spec__4___boxed(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_Meta_Simp_simp_simpProj___spec__16(lean_object*, lean_object*, size_t, size_t); @@ -2105,7 +2123,7 @@ goto block_130; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_134, x_134); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_134, x_134); if (x_144 == 0) { lean_object* x_145; @@ -13005,46 +13023,62 @@ return x_38; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_mkCongrSimp_x3f___spec__9(lean_object* x_1, size_t x_2, size_t x_3) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_4; uint8_t x_10; +x_10 = lean_usize_dec_eq(x_2, x_3); +if (x_10 == 0) { -lean_object* x_5; uint8_t x_6; lean_object* x_7; -x_5 = lean_array_uget(x_1, x_2); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -x_7 = lean_box(x_6); -switch (lean_obj_tag(x_7)) { +lean_object* x_11; uint8_t x_12; lean_object* x_13; +x_11 = lean_array_uget(x_1, x_2); +x_12 = lean_unbox(x_11); +lean_dec(x_11); +x_13 = lean_box(x_12); +switch (lean_obj_tag(x_13)) { case 0: { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_2, x_8); -x_2 = x_9; -goto _start; +uint8_t x_14; +x_14 = 0; +x_4 = x_14; +goto block_9; } case 2: { -size_t x_11; size_t x_12; -x_11 = 1; -x_12 = lean_usize_add(x_2, x_11); -x_2 = x_12; -goto _start; +uint8_t x_15; +x_15 = 0; +x_4 = x_15; +goto block_9; } default: { -uint8_t x_14; -lean_dec(x_7); -x_14 = 1; -return x_14; +uint8_t x_16; +lean_dec(x_13); +x_16 = 1; +x_4 = x_16; +goto block_9; } } } else { -uint8_t x_15; -x_15 = 0; -return x_15; +uint8_t x_17; +x_17 = 0; +return x_17; +} +block_9: +{ +if (x_4 == 0) +{ +size_t x_5; size_t x_6; +x_5 = 1; +x_6 = lean_usize_add(x_2, x_5); +x_2 = x_6; +goto _start; +} +else +{ +uint8_t x_8; +x_8 = 1; +return x_8; +} } } } @@ -19814,7 +19848,7 @@ goto block_46; else { uint8_t x_128; -x_128 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_114, x_114); +x_128 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_114, x_114); if (x_128 == 0) { lean_object* x_129; lean_object* x_130; lean_object* x_131; @@ -19982,7 +20016,7 @@ goto block_46; else { uint8_t x_174; -x_174 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_160, x_160); +x_174 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_160, x_160); if (x_174 == 0) { lean_object* x_175; lean_object* x_176; lean_object* x_177; @@ -20177,7 +20211,7 @@ goto block_46; else { uint8_t x_227; -x_227 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_213, x_213); +x_227 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_213, x_213); if (x_227 == 0) { lean_object* x_228; lean_object* x_229; lean_object* x_230; @@ -20752,7 +20786,7 @@ goto block_46; else { uint8_t x_372; -x_372 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_358, x_358); +x_372 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_358, x_358); if (x_372 == 0) { lean_object* x_373; lean_object* x_374; lean_object* x_375; @@ -21322,7 +21356,7 @@ goto block_46; else { uint8_t x_505; -x_505 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_491, x_491); +x_505 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_491, x_491); if (x_505 == 0) { lean_object* x_506; lean_object* x_507; lean_object* x_508; @@ -21933,7 +21967,7 @@ goto block_46; else { uint8_t x_646; -x_646 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_632, x_632); +x_646 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_632, x_632); if (x_646 == 0) { lean_object* x_647; lean_object* x_648; lean_object* x_649; @@ -24573,135 +24607,44 @@ return x_1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_congrArgs___spec__1___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_15; lean_object* x_65; uint8_t x_66; +lean_object* x_14; uint8_t x_15; lean_object* x_81; uint8_t x_82; x_14 = l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_congrArgs___spec__1___lambda__2___closed__1; -x_65 = lean_array_get_size(x_2); -x_66 = lean_nat_dec_lt(x_3, x_65); -lean_dec(x_65); -if (x_66 == 0) -{ -lean_object* x_67; -x_67 = lean_box(0); -x_15 = x_67; -goto block_64; -} -else -{ -lean_object* x_68; uint8_t x_69; -x_68 = lean_array_fget(x_2, x_3); -x_69 = lean_ctor_get_uint8(x_68, sizeof(void*)*1 + 1); -lean_dec(x_68); -if (x_69 == 0) -{ -lean_object* x_70; -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_70 = l_Lean_Meta_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); -if (lean_obj_tag(x_70) == 0) -{ -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -x_73 = l_Lean_Meta_Simp_mkCongr(x_4, x_71, x_9, x_10, x_11, x_12, x_72); -if (lean_obj_tag(x_73) == 0) -{ -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_76 = lean_box(0); -x_77 = lean_apply_11(x_14, x_3, x_74, x_76, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_75); -return x_77; -} -else -{ -uint8_t x_78; -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_3); -x_78 = !lean_is_exclusive(x_73); -if (x_78 == 0) -{ -return x_73; -} -else +x_81 = lean_array_get_size(x_2); +x_82 = lean_nat_dec_lt(x_3, x_81); +lean_dec(x_81); +if (x_82 == 0) { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_73, 0); -x_80 = lean_ctor_get(x_73, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_73); -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; -} -} +uint8_t x_83; +x_83 = 0; +x_15 = x_83; +goto block_80; } else { -uint8_t x_82; -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_82 = !lean_is_exclusive(x_70); -if (x_82 == 0) +lean_object* x_84; uint8_t x_85; +x_84 = lean_array_fget(x_2, x_3); +x_85 = lean_ctor_get_uint8(x_84, sizeof(void*)*1 + 1); +lean_dec(x_84); +if (x_85 == 0) { -return x_70; +uint8_t x_86; +x_86 = 1; +x_15 = x_86; +goto block_80; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_70, 0); -x_84 = lean_ctor_get(x_70, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_70); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; -} +uint8_t x_87; +x_87 = 0; +x_15 = x_87; +goto block_80; } } -else +block_80: { -lean_object* x_86; -x_86 = lean_box(0); -x_15 = x_86; -goto block_64; -} -} -block_64: +if (x_15 == 0) { lean_object* x_16; lean_object* x_17; -lean_dec(x_15); x_16 = lean_ctor_get(x_4, 0); lean_inc(x_16); lean_inc(x_12); @@ -24997,6 +24940,106 @@ return x_63; } } } +else +{ +lean_object* x_64; +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_64 = l_Lean_Meta_Simp_simp(x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +if (lean_obj_tag(x_64) == 0) +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_64, 1); +lean_inc(x_66); +lean_dec(x_64); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +x_67 = l_Lean_Meta_Simp_mkCongr(x_4, x_65, x_9, x_10, x_11, x_12, x_66); +if (lean_obj_tag(x_67) == 0) +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; +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_box(0); +x_71 = lean_apply_11(x_14, x_3, x_68, x_70, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_69); +return x_71; +} +else +{ +uint8_t x_72; +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_3); +x_72 = !lean_is_exclusive(x_67); +if (x_72 == 0) +{ +return x_67; +} +else +{ +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_67, 0); +x_74 = lean_ctor_get(x_67, 1); +lean_inc(x_74); +lean_inc(x_73); +lean_dec(x_67); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; +} +} +} +else +{ +uint8_t x_76; +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_76 = !lean_is_exclusive(x_64); +if (x_76 == 0) +{ +return x_64; +} +else +{ +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_64, 0); +x_78 = lean_ctor_get(x_64, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_64); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +} } } static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_simp_congrArgs___spec__1___closed__1() { @@ -40834,316 +40877,912 @@ return x_16; } } } -static lean_object* _init_l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___spec__1___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashSetImp___rarg(x_1); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_Simp_simp_simpProj___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_11 = lean_st_ref_get(x_7, x_10); -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 = lean_ctor_get(x_12, 0); -lean_inc(x_14); -lean_dec(x_12); -x_15 = l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___spec__1___closed__1; -lean_inc(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_14); -x_17 = l_Lean_Expr_hasFVar(x_1); -if (x_17 == 0) +if (lean_obj_tag(x_2) == 5) { -uint8_t x_18; -x_18 = l_Lean_Expr_hasMVar(x_1); -if (x_18 == 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_Simp_simp_simpProj___spec__20(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_16); -lean_dec(x_1); -x_19 = lean_st_ref_take(x_7, x_13); -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_20); -if (x_22 == 0) +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_5, x_9); +return x_10; +} +else { -lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_23 = lean_ctor_get(x_20, 0); -lean_dec(x_23); -lean_ctor_set(x_20, 0, x_14); -x_24 = lean_st_ref_set(x_7, x_20, x_21); -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_24, 0); -lean_dec(x_26); -x_27 = 0; -x_28 = lean_box(x_27); -lean_ctor_set(x_24, 0, x_28); -return x_24; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_29; uint8_t x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_24, 1); -lean_inc(x_29); -lean_dec(x_24); -x_30 = 0; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_29); -return x_32; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} } } 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; uint8_t x_40; lean_object* x_41; lean_object* x_42; -x_33 = lean_ctor_get(x_20, 1); -x_34 = lean_ctor_get(x_20, 2); -x_35 = lean_ctor_get(x_20, 3); -lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_20); -x_36 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_36, 0, x_14); -lean_ctor_set(x_36, 1, x_33); -lean_ctor_set(x_36, 2, x_34); -lean_ctor_set(x_36, 3, x_35); -x_37 = lean_st_ref_set(x_7, x_36, x_21); -x_38 = lean_ctor_get(x_37, 1); -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; -} else { - lean_dec_ref(x_37); - x_39 = lean_box(0); -} -x_40 = 0; -x_41 = lean_box(x_40); -if (lean_is_scalar(x_39)) { - x_42 = lean_alloc_ctor(0, 2, 0); -} else { - x_42 = x_39; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_2, x_3); +return x_15; } -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_38); -return x_42; } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_dec(x_14); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__2(x_2, x_1, x_16); -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 0); -lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_ctor_get(x_44, 1); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_st_ref_take(x_7, x_13); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = !lean_is_exclusive(x_48); -if (x_50 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_51; lean_object* x_52; uint8_t x_53; -x_51 = lean_ctor_get(x_48, 0); -lean_dec(x_51); -lean_ctor_set(x_48, 0, x_46); -x_52 = lean_st_ref_set(x_7, x_48, x_49); -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_Simp_simp_simpProj___spec__22(x_1, x_6); +if (x_7 == 0) { -lean_object* x_54; -x_54 = lean_ctor_get(x_52, 0); -lean_dec(x_54); -lean_ctor_set(x_52, 0, x_45); -return x_52; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_55; lean_object* x_56; -x_55 = lean_ctor_get(x_52, 1); -lean_inc(x_55); -lean_dec(x_52); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_45); -lean_ctor_set(x_56, 1, x_55); -return x_56; +uint8_t x_11; +x_11 = 1; +return x_11; } } 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; -x_57 = lean_ctor_get(x_48, 1); -x_58 = lean_ctor_get(x_48, 2); -x_59 = lean_ctor_get(x_48, 3); -lean_inc(x_59); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_48); -x_60 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_60, 0, x_46); -lean_ctor_set(x_60, 1, x_57); -lean_ctor_set(x_60, 2, x_58); -lean_ctor_set(x_60, 3, x_59); -x_61 = lean_st_ref_set(x_7, x_60, x_49); -x_62 = lean_ctor_get(x_61, 1); -lean_inc(x_62); -if (lean_is_exclusive(x_61)) { - lean_ctor_release(x_61, 0); - lean_ctor_release(x_61, 1); - x_63 = x_61; -} else { - lean_dec_ref(x_61); - x_63 = lean_box(0); -} -if (lean_is_scalar(x_63)) { - x_64 = lean_alloc_ctor(0, 2, 0); -} else { - x_64 = x_63; -} -lean_ctor_set(x_64, 0, x_45); -lean_ctor_set(x_64, 1, x_62); -return x_64; +uint8_t x_12; +x_12 = 0; +return x_12; } } } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; uint8_t x_72; -lean_dec(x_14); -x_65 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__10(x_2, x_1, x_16); -x_66 = lean_ctor_get(x_65, 1); -lean_inc(x_66); -x_67 = lean_ctor_get(x_65, 0); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = lean_st_ref_take(x_7, x_13); -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 = !lean_is_exclusive(x_70); -if (x_72 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_73; lean_object* x_74; uint8_t x_75; -x_73 = lean_ctor_get(x_70, 0); -lean_dec(x_73); -lean_ctor_set(x_70, 0, x_68); -x_74 = lean_st_ref_set(x_7, x_70, x_71); -x_75 = !lean_is_exclusive(x_74); -if (x_75 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_76; -x_76 = lean_ctor_get(x_74, 0); -lean_dec(x_76); -lean_ctor_set(x_74, 0, x_67); -return x_74; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_74, 1); -lean_inc(x_77); -lean_dec(x_74); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_67); -lean_ctor_set(x_78, 1, x_77); -return x_78; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -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_79 = lean_ctor_get(x_70, 1); -x_80 = lean_ctor_get(x_70, 2); -x_81 = lean_ctor_get(x_70, 3); -lean_inc(x_81); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_70); -x_82 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_82, 0, x_68); -lean_ctor_set(x_82, 1, x_79); -lean_ctor_set(x_82, 2, x_80); -lean_ctor_set(x_82, 3, x_81); -x_83 = lean_st_ref_set(x_7, x_82, x_71); -x_84 = lean_ctor_get(x_83, 1); -lean_inc(x_84); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_85 = x_83; -} else { - lean_dec_ref(x_83); - x_85 = lean_box(0); -} -if (lean_is_scalar(x_85)) { - x_86 = lean_alloc_ctor(0, 2, 0); -} else { - x_86 = x_85; -} -lean_ctor_set(x_86, 0, x_67); -lean_ctor_set(x_86, 1, x_84); -return x_86; -} +uint8_t x_16; +x_16 = 1; +return x_16; } } } -static lean_object* _init_l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("_private.Lean.Expr.0.Lean.Expr.updateProj!Impl", 46); -return x_1; -} +uint8_t x_17; +x_17 = 0; +return x_17; } -static lean_object* _init_l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("proj expected", 13); -return x_1; } } -static lean_object* _init_l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__3() { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Meta_Simp_simp_simpProj___spec__22(lean_object* x_1, lean_object* x_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___private_Lean_Meta_Tactic_Simp_Main_0__Lean_Meta_Simp_mkImpCongr___closed__1; -x_2 = l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__1; -x_3 = lean_unsigned_to_nat(1514u); -x_4 = lean_unsigned_to_nat(18u); -x_5 = l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__2; +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__23(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__24(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; +} +} +} +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_Simp_simp_simpProj___spec__22(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__25(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_Simp_simp_simpProj___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_Simp_simp_simpProj___spec__20(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_Simp_simp_simpProj___spec__20(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; +} +} +} +case 8: +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_65, x_73); +return x_74; +} +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; +} +else +{ +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; +} +} +} +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: +{ +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_83, x_3); +return x_84; +} +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_Simp_simp_simpProj___spec__19(x_1, x_2, x_15); +return x_16; +} +} +} +static lean_object* _init_l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___spec__1___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashSetImp___rarg(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___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: +{ +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_40; lean_object* x_41; uint8_t x_42; +x_11 = lean_st_ref_get(x_7, x_10); +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 = lean_ctor_get(x_12, 0); +lean_inc(x_14); +lean_dec(x_12); +x_40 = l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___spec__1___closed__1; +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_40); +lean_ctor_set(x_41, 1, x_14); +x_42 = l_Lean_Expr_hasFVar(x_1); +if (x_42 == 0) +{ +uint8_t x_43; +x_43 = l_Lean_Expr_hasMVar(x_1); +if (x_43 == 0) +{ +uint8_t x_44; +lean_dec(x_1); +x_44 = 0; +x_15 = x_44; +x_16 = x_41; +goto block_39; +} +else +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__10(x_2, x_1, x_41); +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_unbox(x_46); +lean_dec(x_46); +x_15 = x_48; +x_16 = x_47; +goto block_39; +} +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_2, x_1, x_41); +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_unbox(x_50); +lean_dec(x_50); +x_15 = x_52; +x_16 = x_51; +goto block_39; +} +block_39: +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_st_ref_take(x_7, x_13); +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 = !lean_is_exclusive(x_19); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_ctor_get(x_19, 0); +lean_dec(x_22); +lean_ctor_set(x_19, 0, x_17); +x_23 = lean_st_ref_set(x_7, x_19, x_20); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_23, 0); +lean_dec(x_25); +x_26 = lean_box(x_15); +lean_ctor_set(x_23, 0, x_26); +return x_23; +} +else +{ +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_23, 1); +lean_inc(x_27); +lean_dec(x_23); +x_28 = lean_box(x_15); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; +} +} +else +{ +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; +x_30 = lean_ctor_get(x_19, 1); +x_31 = lean_ctor_get(x_19, 2); +x_32 = lean_ctor_get(x_19, 3); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_19); +x_33 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_33, 0, x_17); +lean_ctor_set(x_33, 1, x_30); +lean_ctor_set(x_33, 2, x_31); +lean_ctor_set(x_33, 3, x_32); +x_34 = lean_st_ref_set(x_7, x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_36 = x_34; +} else { + lean_dec_ref(x_34); + x_36 = lean_box(0); +} +x_37 = lean_box(x_15); +if (lean_is_scalar(x_36)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_36; +} +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_35); +return x_38; +} +} +} +} +static lean_object* _init_l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("_private.Lean.Expr.0.Lean.Expr.updateProj!Impl", 46); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("proj expected", 13); +return x_1; +} +} +static lean_object* _init_l_Lean_Meta_Simp_simp_simpProj___lambda__1___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_Simp_Main_0__Lean_Meta_Simp_mkImpCongr___closed__1; +x_2 = l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__1; +x_3 = lean_unsigned_to_nat(1514u); +x_4 = lean_unsigned_to_nat(18u); +x_5 = l_Lean_Meta_Simp_simp_simpProj___lambda__1___closed__2; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } @@ -42931,6 +43570,98 @@ lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_Simp_simp_simpProj___spec__20___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_Meta_Simp_simp_simpProj___spec__20(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__23___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__23(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__24(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Meta_Simp_simp_simpProj___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_Meta_Simp_simp_simpProj___spec__22(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__25___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Meta_Simp_simp_simpProj___spec__25(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_Meta_Simp_simp_simpProj___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_Simp_simp_simpProj___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_Meta_Simp_simp_simpProj___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_Meta_Simp_simp_simpProj___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} LEAN_EXPORT lean_object* l_Lean_exprDependsOn___at_Lean_Meta_Simp_simp_simpProj___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) { _start: { @@ -47836,473 +48567,202 @@ lean_inc(x_15); x_17 = l_Lean_Meta_simp(x_15, x_2, x_3, x_5, x_6, x_7, x_8, x_9, x_16); if (lean_obj_tag(x_17) == 0) { -lean_object* x_18; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -if (x_4 == 0) -{ -lean_object* x_19; uint8_t x_20; x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); -x_20 = !lean_is_exclusive(x_18); -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_18, 1); -x_23 = l_Lean_Meta_applySimpResultToTarget(x_1, x_15, x_21, x_6, x_7, x_8, x_9, x_19); -lean_dec(x_15); -if (lean_obj_tag(x_23) == 0) -{ -uint8_t x_24; -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) -{ -lean_object* x_25; lean_object* x_26; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_18, 0, x_26); -lean_ctor_set(x_23, 0, x_18); -return x_23; -} -else -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_23, 0); -x_28 = lean_ctor_get(x_23, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_23); -x_29 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_29, 0, x_27); -lean_ctor_set(x_18, 0, x_29); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_18); -lean_ctor_set(x_30, 1, x_28); -return x_30; -} -} -else -{ -uint8_t x_31; -lean_free_object(x_18); -lean_dec(x_22); -x_31 = !lean_is_exclusive(x_23); -if (x_31 == 0) -{ -return x_23; -} -else -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_23, 0); -x_33 = lean_ctor_get(x_23, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_23); -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_18, 0); -x_36 = lean_ctor_get(x_18, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_18); -x_37 = l_Lean_Meta_applySimpResultToTarget(x_1, x_15, x_35, x_6, x_7, x_8, x_9, x_19); -lean_dec(x_15); -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; -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -x_39 = lean_ctor_get(x_37, 1); -lean_inc(x_39); -if (lean_is_exclusive(x_37)) { - lean_ctor_release(x_37, 0); - lean_ctor_release(x_37, 1); - x_40 = x_37; -} else { - lean_dec_ref(x_37); - x_40 = lean_box(0); -} -x_41 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_41, 0, x_38); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_36); -if (lean_is_scalar(x_40)) { - x_43 = lean_alloc_ctor(0, 2, 0); -} else { - x_43 = x_40; -} -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_39); -return x_43; -} -else -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -lean_dec(x_36); -x_44 = lean_ctor_get(x_37, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_37, 1); -lean_inc(x_45); -if (lean_is_exclusive(x_37)) { - lean_ctor_release(x_37, 0); - lean_ctor_release(x_37, 1); - x_46 = x_37; -} else { - lean_dec_ref(x_37); - x_46 = lean_box(0); -} -if (lean_is_scalar(x_46)) { - x_47 = lean_alloc_ctor(1, 2, 0); +x_20 = lean_ctor_get(x_18, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_18, 1); +lean_inc(x_21); +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + x_22 = x_18; } else { - x_47 = x_46; -} -lean_ctor_set(x_47, 0, x_44); -lean_ctor_set(x_47, 1, x_45); -return x_47; -} -} -} -else -{ -lean_object* x_48; uint8_t x_49; -x_48 = lean_ctor_get(x_17, 1); -lean_inc(x_48); -lean_dec(x_17); -x_49 = !lean_is_exclusive(x_18); -if (x_49 == 0) -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_50 = lean_ctor_get(x_18, 0); -x_51 = lean_ctor_get(x_18, 1); -x_52 = lean_ctor_get(x_50, 0); -lean_inc(x_52); -x_53 = l_Lean_Meta_Simp_DefaultMethods_discharge_x3f___lambda__1___closed__6; -x_54 = l_Lean_Expr_isConstOf(x_52, x_53); -lean_dec(x_52); -if (x_54 == 0) -{ -lean_object* x_55; -x_55 = l_Lean_Meta_applySimpResultToTarget(x_1, x_15, x_50, x_6, x_7, x_8, x_9, x_48); -lean_dec(x_15); -if (lean_obj_tag(x_55) == 0) -{ -uint8_t x_56; -x_56 = !lean_is_exclusive(x_55); -if (x_56 == 0) -{ -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_55, 0); -x_58 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_18, 0, x_58); -lean_ctor_set(x_55, 0, x_18); -return x_55; + lean_dec_ref(x_18); + x_22 = lean_box(0); } -else +if (x_4 == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_59 = lean_ctor_get(x_55, 0); -x_60 = lean_ctor_get(x_55, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_55); -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_18, 0, x_61); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_18); -lean_ctor_set(x_62, 1, x_60); -return x_62; -} +uint8_t x_57; +x_57 = 0; +x_23 = x_57; +goto block_56; } else { -uint8_t x_63; -lean_free_object(x_18); -lean_dec(x_51); -x_63 = !lean_is_exclusive(x_55); -if (x_63 == 0) -{ -return x_55; +lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_58 = lean_ctor_get(x_20, 0); +lean_inc(x_58); +x_59 = l_Lean_Meta_Simp_DefaultMethods_discharge_x3f___lambda__1___closed__6; +x_60 = l_Lean_Expr_isConstOf(x_58, x_59); +lean_dec(x_58); +x_23 = x_60; +goto block_56; } -else +block_56: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_55, 0); -x_65 = lean_ctor_get(x_55, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_55); -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 +if (x_23 == 0) { -lean_object* x_67; -lean_free_object(x_18); +lean_object* x_24; +x_24 = l_Lean_Meta_applySimpResultToTarget(x_1, x_15, x_20, x_6, x_7, x_8, x_9, x_19); lean_dec(x_15); -x_67 = lean_ctor_get(x_50, 1); -lean_inc(x_67); -lean_dec(x_50); -if (lean_obj_tag(x_67) == 0) -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_68 = l_Lean_Meta_simpTargetCore___closed__3; -x_69 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_68, x_6, x_7, x_8, x_9, x_48); -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_Meta_simpTargetCore___lambda__1(x_51, x_70, x_6, x_7, x_8, x_9, x_71); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_70); -return x_72; -} -else +if (lean_obj_tag(x_24) == 0) { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_67, 0); -lean_inc(x_73); -lean_dec(x_67); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_74 = l_Lean_Meta_mkOfEqTrue(x_73, x_6, x_7, x_8, x_9, x_48); -if (lean_obj_tag(x_74) == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -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_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 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_75, x_6, x_7, x_8, x_9, x_76); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -x_80 = l_Lean_Meta_simpTargetCore___lambda__1(x_51, x_78, x_6, x_7, x_8, x_9, x_79); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_78); -return x_80; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_24, 0); +x_27 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_27, 0, x_26); +if (lean_is_scalar(x_22)) { + x_28 = lean_alloc_ctor(0, 2, 0); +} else { + x_28 = x_22; } -else -{ -uint8_t x_81; -lean_dec(x_51); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_81 = !lean_is_exclusive(x_74); -if (x_81 == 0) -{ -return x_74; +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +lean_ctor_set(x_24, 0, x_28); +return x_24; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_74, 0); -x_83 = lean_ctor_get(x_74, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_74); -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; -} -} +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_29 = lean_ctor_get(x_24, 0); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_24); +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_29); +if (lean_is_scalar(x_22)) { + x_32 = lean_alloc_ctor(0, 2, 0); +} else { + x_32 = x_22; } +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_21); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_30); +return x_33; } } else { -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_18, 0); -x_86 = lean_ctor_get(x_18, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_18); -x_87 = lean_ctor_get(x_85, 0); -lean_inc(x_87); -x_88 = l_Lean_Meta_Simp_DefaultMethods_discharge_x3f___lambda__1___closed__6; -x_89 = l_Lean_Expr_isConstOf(x_87, x_88); -lean_dec(x_87); -if (x_89 == 0) -{ -lean_object* x_90; -x_90 = l_Lean_Meta_applySimpResultToTarget(x_1, x_15, x_85, x_6, x_7, x_8, x_9, x_48); -lean_dec(x_15); -if (lean_obj_tag(x_90) == 0) +uint8_t x_34; +lean_dec(x_22); +lean_dec(x_21); +x_34 = !lean_is_exclusive(x_24); +if (x_34 == 0) { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_91 = lean_ctor_get(x_90, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_90, 1); -lean_inc(x_92); -if (lean_is_exclusive(x_90)) { - lean_ctor_release(x_90, 0); - lean_ctor_release(x_90, 1); - x_93 = x_90; -} else { - lean_dec_ref(x_90); - x_93 = lean_box(0); -} -x_94 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_94, 0, x_91); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_86); -if (lean_is_scalar(x_93)) { - x_96 = lean_alloc_ctor(0, 2, 0); -} else { - x_96 = x_93; -} -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_92); -return x_96; +return x_24; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; -lean_dec(x_86); -x_97 = lean_ctor_get(x_90, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_90, 1); -lean_inc(x_98); -if (lean_is_exclusive(x_90)) { - lean_ctor_release(x_90, 0); - lean_ctor_release(x_90, 1); - x_99 = x_90; -} else { - lean_dec_ref(x_90); - x_99 = lean_box(0); -} -if (lean_is_scalar(x_99)) { - x_100 = lean_alloc_ctor(1, 2, 0); -} else { - x_100 = x_99; +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; } -lean_ctor_set(x_100, 0, x_97); -lean_ctor_set(x_100, 1, x_98); -return x_100; } } else { -lean_object* x_101; +lean_object* x_38; +lean_dec(x_22); lean_dec(x_15); -x_101 = lean_ctor_get(x_85, 1); -lean_inc(x_101); -lean_dec(x_85); -if (lean_obj_tag(x_101) == 0) +x_38 = lean_ctor_get(x_20, 1); +lean_inc(x_38); +lean_dec(x_20); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_102 = l_Lean_Meta_simpTargetCore___closed__3; -x_103 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_102, x_6, x_7, x_8, x_9, x_48); -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -lean_dec(x_103); -x_106 = l_Lean_Meta_simpTargetCore___lambda__1(x_86, x_104, x_6, x_7, x_8, x_9, x_105); +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_39 = l_Lean_Meta_simpTargetCore___closed__3; +x_40 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_39, x_6, x_7, x_8, x_9, x_19); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = l_Lean_Meta_simpTargetCore___lambda__1(x_21, x_41, x_6, x_7, x_8, x_9, x_42); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_104); -return x_106; +lean_dec(x_41); +return x_43; } else { -lean_object* x_107; lean_object* x_108; -x_107 = lean_ctor_get(x_101, 0); -lean_inc(x_107); -lean_dec(x_101); +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_38, 0); +lean_inc(x_44); +lean_dec(x_38); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_108 = l_Lean_Meta_mkOfEqTrue(x_107, x_6, x_7, x_8, x_9, x_48); -if (lean_obj_tag(x_108) == 0) +x_45 = l_Lean_Meta_mkOfEqTrue(x_44, x_6, x_7, x_8, x_9, x_19); +if (lean_obj_tag(x_45) == 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; -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -x_111 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_109, x_6, x_7, x_8, x_9, x_110); -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 = l_Lean_Meta_simpTargetCore___lambda__1(x_86, x_112, x_6, x_7, x_8, x_9, x_113); +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_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_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_46, x_6, x_7, x_8, x_9, x_47); +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_Meta_simpTargetCore___lambda__1(x_21, x_49, x_6, x_7, x_8, x_9, x_50); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_112); -return x_114; +lean_dec(x_49); +return x_51; } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -lean_dec(x_86); +uint8_t x_52; +lean_dec(x_21); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_115 = lean_ctor_get(x_108, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_108, 1); -lean_inc(x_116); -if (lean_is_exclusive(x_108)) { - lean_ctor_release(x_108, 0); - lean_ctor_release(x_108, 1); - x_117 = x_108; -} else { - lean_dec_ref(x_108); - x_117 = lean_box(0); -} -if (lean_is_scalar(x_117)) { - x_118 = lean_alloc_ctor(1, 2, 0); -} else { - x_118 = x_117; +x_52 = !lean_is_exclusive(x_45); +if (x_52 == 0) +{ +return x_45; } -lean_ctor_set(x_118, 0, x_115); -lean_ctor_set(x_118, 1, x_116); -return x_118; +else +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_45, 0); +x_54 = lean_ctor_get(x_45, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_45); +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; } } } @@ -48311,36 +48771,36 @@ return x_118; } else { -uint8_t x_119; +uint8_t x_61; lean_dec(x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_1); -x_119 = !lean_is_exclusive(x_17); -if (x_119 == 0) +x_61 = !lean_is_exclusive(x_17); +if (x_61 == 0) { return x_17; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_17, 0); -x_121 = lean_ctor_get(x_17, 1); -lean_inc(x_121); -lean_inc(x_120); +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_17, 0); +x_63 = lean_ctor_get(x_17, 1); +lean_inc(x_63); +lean_inc(x_62); lean_dec(x_17); -x_122 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_122, 0, x_120); -lean_ctor_set(x_122, 1, x_121); -return x_122; +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 { -uint8_t x_123; +uint8_t x_65; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -48349,23 +48809,23 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_123 = !lean_is_exclusive(x_11); -if (x_123 == 0) +x_65 = !lean_is_exclusive(x_11); +if (x_65 == 0) { return x_11; } else { -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_11, 0); -x_125 = lean_ctor_get(x_11, 1); -lean_inc(x_125); -lean_inc(x_124); +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_11, 0); +x_67 = lean_ctor_get(x_11, 1); +lean_inc(x_67); +lean_inc(x_66); lean_dec(x_11); -x_126 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -return x_126; +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; } } } @@ -48502,274 +48962,31 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Meta_applySimpResultToProp(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) { _start: { -lean_object* x_11; +uint8_t x_11; if (x_5 == 0) { -lean_object* x_62; -lean_dec(x_1); -x_62 = lean_box(0); -x_11 = x_62; -goto block_61; -} -else -{ -lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_63 = lean_ctor_get(x_4, 0); -lean_inc(x_63); -x_64 = l_Lean_Meta_Simp_isEqnThmHypothesis_go___closed__2; -x_65 = l_Lean_Expr_isConstOf(x_63, x_64); -lean_dec(x_63); -if (x_65 == 0) -{ -lean_object* x_66; -lean_dec(x_1); -x_66 = lean_box(0); -x_11 = x_66; -goto block_61; -} -else -{ -lean_object* x_67; lean_object* x_68; -x_67 = l_Lean_Meta_applySimpResultToProp___closed__1; -x_68 = lean_ctor_get(x_4, 1); -lean_inc(x_68); -lean_dec(x_4); -if (lean_obj_tag(x_68) == 0) -{ -lean_object* x_69; -lean_inc(x_1); -x_69 = l_Lean_MVarId_getType(x_1, x_6, x_7, x_8, x_9, x_10); -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); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_72 = l_Lean_Meta_mkFalseElim(x_70, x_2, x_6, x_7, x_8, x_9, 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; lean_object* x_77; lean_object* x_78; -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); -x_75 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_73, x_6, x_7, x_8, x_9, x_74); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_apply_6(x_67, x_76, x_6, x_7, x_8, x_9, x_77); -return x_78; -} -else -{ -uint8_t x_79; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_79 = !lean_is_exclusive(x_72); -if (x_79 == 0) -{ -return x_72; -} -else -{ -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_72, 0); -x_81 = lean_ctor_get(x_72, 1); -lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_72); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; -} -} -} -else -{ -uint8_t x_83; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_83 = !lean_is_exclusive(x_69); -if (x_83 == 0) -{ -return x_69; -} -else -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_69, 0); -x_85 = lean_ctor_get(x_69, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_69); -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; -} -} -} -else -{ -lean_object* x_87; lean_object* x_88; -x_87 = lean_ctor_get(x_68, 0); -lean_inc(x_87); -lean_dec(x_68); -lean_inc(x_1); -x_88 = l_Lean_MVarId_getType(x_1, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_88) == 0) -{ -lean_object* x_89; lean_object* x_90; lean_object* x_91; -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); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_91 = l_Lean_Meta_mkEqMP(x_87, x_2, x_6, x_7, x_8, x_9, x_90); -if (lean_obj_tag(x_91) == 0) -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_94 = l_Lean_Meta_mkFalseElim(x_89, x_92, x_6, x_7, x_8, x_9, x_93); -if (lean_obj_tag(x_94) == 0) -{ -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_95, x_6, x_7, x_8, x_9, x_96); -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 = lean_apply_6(x_67, x_98, x_6, x_7, x_8, x_9, x_99); -return x_100; -} -else -{ -uint8_t x_101; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_101 = !lean_is_exclusive(x_94); -if (x_101 == 0) -{ -return x_94; -} -else -{ -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_94, 0); -x_103 = lean_ctor_get(x_94, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_94); -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; -} -} -} -else -{ -uint8_t x_105; -lean_dec(x_89); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_1); -x_105 = !lean_is_exclusive(x_91); -if (x_105 == 0) -{ -return x_91; -} -else -{ -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_91, 0); -x_107 = lean_ctor_get(x_91, 1); -lean_inc(x_107); -lean_inc(x_106); -lean_dec(x_91); -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; -} -} +uint8_t x_108; +x_108 = 0; +x_11 = x_108; +goto block_107; } else { -uint8_t x_109; -lean_dec(x_87); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_109 = !lean_is_exclusive(x_88); -if (x_109 == 0) -{ -return x_88; +lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_109 = lean_ctor_get(x_4, 0); +lean_inc(x_109); +x_110 = l_Lean_Meta_Simp_isEqnThmHypothesis_go___closed__2; +x_111 = l_Lean_Expr_isConstOf(x_109, x_110); +lean_dec(x_109); +x_11 = x_111; +goto block_107; } -else +block_107: { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_110 = lean_ctor_get(x_88, 0); -x_111 = lean_ctor_get(x_88, 1); -lean_inc(x_111); -lean_inc(x_110); -lean_dec(x_88); -x_112 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_112, 0, x_110); -lean_ctor_set(x_112, 1, x_111); -return x_112; -} -} -} -} -} -block_61: +if (x_11 == 0) { lean_object* x_12; -lean_dec(x_11); +lean_dec(x_1); x_12 = lean_ctor_get(x_4, 1); lean_inc(x_12); if (lean_obj_tag(x_12) == 0) @@ -49001,6 +49218,245 @@ return x_60; } } } +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = l_Lean_Meta_applySimpResultToProp___closed__1; +x_62 = lean_ctor_get(x_4, 1); +lean_inc(x_62); +lean_dec(x_4); +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; +lean_inc(x_1); +x_63 = l_Lean_MVarId_getType(x_1, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_63) == 0) +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_66 = l_Lean_Meta_mkFalseElim(x_64, x_2, x_6, x_7, x_8, x_9, x_65); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_67, x_6, x_7, x_8, x_9, x_68); +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 = lean_apply_6(x_61, x_70, x_6, x_7, x_8, x_9, x_71); +return x_72; +} +else +{ +uint8_t x_73; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_73 = !lean_is_exclusive(x_66); +if (x_73 == 0) +{ +return x_66; +} +else +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_66, 0); +x_75 = lean_ctor_get(x_66, 1); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_66); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; +} +} +} +else +{ +uint8_t x_77; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +lean_dec(x_1); +x_77 = !lean_is_exclusive(x_63); +if (x_77 == 0) +{ +return x_63; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_63, 0); +x_79 = lean_ctor_get(x_63, 1); +lean_inc(x_79); +lean_inc(x_78); +lean_dec(x_63); +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 +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_62, 0); +lean_inc(x_81); +lean_dec(x_62); +lean_inc(x_1); +x_82 = l_Lean_MVarId_getType(x_1, x_6, x_7, x_8, x_9, x_10); +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_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_85 = l_Lean_Meta_mkEqMP(x_81, x_2, x_6, x_7, x_8, x_9, x_84); +if (lean_obj_tag(x_85) == 0) +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +lean_dec(x_85); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +x_88 = l_Lean_Meta_mkFalseElim(x_83, x_86, x_6, x_7, x_8, x_9, x_87); +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; +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 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_1, x_89, x_6, x_7, x_8, x_9, x_90); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_94 = lean_apply_6(x_61, x_92, x_6, x_7, x_8, x_9, x_93); +return x_94; +} +else +{ +uint8_t x_95; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_1); +x_95 = !lean_is_exclusive(x_88); +if (x_95 == 0) +{ +return x_88; +} +else +{ +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_88, 0); +x_97 = lean_ctor_get(x_88, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_88); +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; +} +} +} +else +{ +uint8_t x_99; +lean_dec(x_83); +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_81); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_2); +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; +} +} +} +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_applySimpResultToProp___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) { @@ -50277,422 +50733,438 @@ return x_187; LEAN_EXPORT lean_object* l_Lean_Meta_applySimpResultToLocalDecl(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; -x_10 = lean_ctor_get(x_3, 1); -lean_inc(x_10); -if (lean_obj_tag(x_10) == 0) +uint8_t x_10; lean_object* x_91; +x_91 = lean_ctor_get(x_3, 1); +lean_inc(x_91); +if (lean_obj_tag(x_91) == 0) { -lean_object* x_11; lean_object* x_12; -x_11 = lean_ctor_get(x_3, 0); -lean_inc(x_11); -lean_dec(x_3); +uint8_t x_92; +x_92 = 1; +x_10 = x_92; +goto block_90; +} +else +{ +uint8_t x_93; +lean_dec(x_91); +x_93 = 0; +x_10 = x_93; +goto block_90; +} +block_90: +{ +if (x_10 == 0) +{ +lean_object* x_11; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_11); lean_inc(x_2); -x_12 = l_Lean_MVarId_replaceLocalDeclDefEq(x_1, x_2, x_11, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_12) == 0) -{ -if (x_4 == 0) +lean_inc(x_1); +x_11 = l_Lean_Meta_applySimpResultToFVarId(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_11) == 0) { -uint8_t x_13; +lean_object* x_12; lean_object* x_13; lean_object* 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_Meta_applySimpResultToLocalDeclCore(x_1, x_2, x_12, x_5, x_6, x_7, x_8, x_13); +return x_14; +} +else +{ +uint8_t x_15; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) +lean_dec(x_2); +lean_dec(x_1); +x_15 = !lean_is_exclusive(x_11); +if (x_15 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_2); -lean_ctor_set(x_15, 1, x_14); -x_16 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_12, 0, x_16); -return x_12; +return x_11; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_12, 0); -x_18 = lean_ctor_get(x_12, 1); -lean_inc(x_18); +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_11, 0); +x_17 = lean_ctor_get(x_11, 1); lean_inc(x_17); -lean_dec(x_12); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_2); -lean_ctor_set(x_19, 1, x_17); -x_20 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, 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; +lean_inc(x_16); +lean_dec(x_11); +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 { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_12); -if (x_22 == 0) +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_3, 0); +lean_inc(x_19); +lean_dec(x_3); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_19); +lean_inc(x_2); +x_20 = l_Lean_MVarId_replaceLocalDeclDefEq(x_1, x_2, x_19, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; -x_23 = lean_ctor_get(x_12, 0); -x_24 = lean_ctor_get(x_12, 1); -x_25 = l_Lean_Meta_Simp_isEqnThmHypothesis_go___closed__2; -x_26 = l_Lean_Expr_isConstOf(x_11, x_25); -lean_dec(x_11); -if (x_26 == 0) +if (x_4 == 0) { -lean_object* x_27; lean_object* x_28; +uint8_t x_21; +lean_dec(x_19); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_20, 0); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_2); +lean_ctor_set(x_23, 1, x_22); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_20, 0, x_24); +return x_20; +} +else +{ +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_20, 0); +x_26 = lean_ctor_get(x_20, 1); +lean_inc(x_26); +lean_inc(x_25); +lean_dec(x_20); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_2); -lean_ctor_set(x_27, 1, x_23); +lean_ctor_set(x_27, 1, x_25); x_28 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_12, 0, x_28); -return x_12; +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 { -lean_object* x_29; -lean_free_object(x_12); -lean_inc(x_23); -x_29 = l_Lean_MVarId_getType(x_23, x_5, x_6, x_7, x_8, x_24); -if (lean_obj_tag(x_29) == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_20); +if (x_30 == 0) { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_29, 1); +lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +x_31 = lean_ctor_get(x_20, 0); +x_32 = lean_ctor_get(x_20, 1); +x_33 = l_Lean_Meta_Simp_isEqnThmHypothesis_go___closed__2; +x_34 = l_Lean_Expr_isConstOf(x_19, x_33); +lean_dec(x_19); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_2); +lean_ctor_set(x_35, 1, x_31); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_20, 0, x_36); +return x_20; +} +else +{ +lean_object* x_37; +lean_free_object(x_20); lean_inc(x_31); -lean_dec(x_29); -x_32 = l_Lean_Expr_fvar___override(x_2); +x_37 = l_Lean_MVarId_getType(x_31, x_5, x_6, x_7, x_8, x_32); +if (lean_obj_tag(x_37) == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; +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_Expr_fvar___override(x_2); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_33 = l_Lean_Meta_mkFalseElim(x_30, x_32, x_5, x_6, x_7, x_8, x_31); -if (lean_obj_tag(x_33) == 0) +x_41 = l_Lean_Meta_mkFalseElim(x_38, x_40, x_5, x_6, x_7, x_8, x_39); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -lean_dec(x_33); -x_36 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_23, x_34, x_5, x_6, x_7, x_8, x_35); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +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 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_31, x_42, x_5, x_6, x_7, x_8, x_43); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) { -lean_object* x_38; lean_object* x_39; -x_38 = lean_ctor_get(x_36, 0); -lean_dec(x_38); -x_39 = lean_box(0); -lean_ctor_set(x_36, 0, x_39); -return x_36; +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +x_47 = lean_box(0); +lean_ctor_set(x_44, 0, x_47); +return x_44; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_36, 1); -lean_inc(x_40); -lean_dec(x_36); -x_41 = lean_box(0); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_40); -return x_42; +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_44, 1); +lean_inc(x_48); +lean_dec(x_44); +x_49 = lean_box(0); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_48); +return x_50; } } else { -uint8_t x_43; -lean_dec(x_23); +uint8_t x_51; +lean_dec(x_31); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_43 = !lean_is_exclusive(x_33); -if (x_43 == 0) +x_51 = !lean_is_exclusive(x_41); +if (x_51 == 0) { -return x_33; +return x_41; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_33, 0); -x_45 = lean_ctor_get(x_33, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_33); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_41, 0); +x_53 = lean_ctor_get(x_41, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_41); +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; } } } else { -uint8_t x_47; -lean_dec(x_23); +uint8_t x_55; +lean_dec(x_31); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_47 = !lean_is_exclusive(x_29); -if (x_47 == 0) +x_55 = !lean_is_exclusive(x_37); +if (x_55 == 0) { -return x_29; +return x_37; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_29, 0); -x_49 = lean_ctor_get(x_29, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_29); -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_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_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; } } } } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; -x_51 = lean_ctor_get(x_12, 0); -x_52 = lean_ctor_get(x_12, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_12); -x_53 = l_Lean_Meta_Simp_isEqnThmHypothesis_go___closed__2; -x_54 = l_Lean_Expr_isConstOf(x_11, x_53); -lean_dec(x_11); -if (x_54 == 0) +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = lean_ctor_get(x_20, 0); +x_60 = lean_ctor_get(x_20, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_20); +x_61 = l_Lean_Meta_Simp_isEqnThmHypothesis_go___closed__2; +x_62 = l_Lean_Expr_isConstOf(x_19, x_61); +lean_dec(x_19); +if (x_62 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_2); -lean_ctor_set(x_55, 1, x_51); -x_56 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_52); -return x_57; +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_2); +lean_ctor_set(x_63, 1, x_59); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, 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_60); +return x_65; } else { -lean_object* x_58; -lean_inc(x_51); -x_58 = l_Lean_MVarId_getType(x_51, x_5, x_6, x_7, x_8, x_52); -if (lean_obj_tag(x_58) == 0) -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_59 = lean_ctor_get(x_58, 0); +lean_object* x_66; lean_inc(x_59); -x_60 = lean_ctor_get(x_58, 1); -lean_inc(x_60); -lean_dec(x_58); -x_61 = l_Lean_Expr_fvar___override(x_2); +x_66 = l_Lean_MVarId_getType(x_59, x_5, x_6, x_7, x_8, x_60); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_Lean_Expr_fvar___override(x_2); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_62 = l_Lean_Meta_mkFalseElim(x_59, x_61, x_5, x_6, x_7, x_8, x_60); -if (lean_obj_tag(x_62) == 0) +x_70 = l_Lean_Meta_mkFalseElim(x_67, x_69, x_5, x_6, x_7, x_8, x_68); +if (lean_obj_tag(x_70) == 0) { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -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_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_51, x_63, x_5, x_6, x_7, x_8, x_64); +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; +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); +x_73 = l_Lean_MVarId_assign___at_Lean_Meta_getLevel___spec__1(x_59, x_71, x_5, x_6, x_7, x_8, x_72); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_66 = lean_ctor_get(x_65, 1); -lean_inc(x_66); -if (lean_is_exclusive(x_65)) { - lean_ctor_release(x_65, 0); - lean_ctor_release(x_65, 1); - x_67 = x_65; +x_74 = lean_ctor_get(x_73, 1); +lean_inc(x_74); +if (lean_is_exclusive(x_73)) { + lean_ctor_release(x_73, 0); + lean_ctor_release(x_73, 1); + x_75 = x_73; } else { - lean_dec_ref(x_65); - x_67 = lean_box(0); + lean_dec_ref(x_73); + x_75 = lean_box(0); } -x_68 = lean_box(0); -if (lean_is_scalar(x_67)) { - x_69 = lean_alloc_ctor(0, 2, 0); +x_76 = lean_box(0); +if (lean_is_scalar(x_75)) { + x_77 = lean_alloc_ctor(0, 2, 0); } else { - x_69 = x_67; + x_77 = x_75; } -lean_ctor_set(x_69, 0, x_68); -lean_ctor_set(x_69, 1, x_66); -return x_69; +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_74); +return x_77; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_51); +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +lean_dec(x_59); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_70 = lean_ctor_get(x_62, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_62, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_62)) { - lean_ctor_release(x_62, 0); - lean_ctor_release(x_62, 1); - x_72 = x_62; +x_78 = lean_ctor_get(x_70, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_70, 1); +lean_inc(x_79); +if (lean_is_exclusive(x_70)) { + lean_ctor_release(x_70, 0); + lean_ctor_release(x_70, 1); + x_80 = x_70; } else { - lean_dec_ref(x_62); - x_72 = lean_box(0); + lean_dec_ref(x_70); + x_80 = lean_box(0); } -if (lean_is_scalar(x_72)) { - x_73 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_80)) { + x_81 = lean_alloc_ctor(1, 2, 0); } else { - x_73 = x_72; + x_81 = x_80; } -lean_ctor_set(x_73, 0, x_70); -lean_ctor_set(x_73, 1, x_71); -return x_73; +lean_ctor_set(x_81, 0, x_78); +lean_ctor_set(x_81, 1, x_79); +return x_81; } } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -lean_dec(x_51); +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_dec(x_59); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_2); -x_74 = lean_ctor_get(x_58, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_58, 1); -lean_inc(x_75); -if (lean_is_exclusive(x_58)) { - lean_ctor_release(x_58, 0); - lean_ctor_release(x_58, 1); - x_76 = x_58; +x_82 = lean_ctor_get(x_66, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_66, 1); +lean_inc(x_83); +if (lean_is_exclusive(x_66)) { + lean_ctor_release(x_66, 0); + lean_ctor_release(x_66, 1); + x_84 = x_66; } else { - lean_dec_ref(x_58); - x_76 = lean_box(0); + lean_dec_ref(x_66); + x_84 = lean_box(0); } -if (lean_is_scalar(x_76)) { - x_77 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_84)) { + x_85 = lean_alloc_ctor(1, 2, 0); } else { - x_77 = x_76; -} -lean_ctor_set(x_77, 0, x_74); -lean_ctor_set(x_77, 1, x_75); -return x_77; -} -} -} -} + x_85 = x_84; } -else -{ -uint8_t x_78; -lean_dec(x_11); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_2); -x_78 = !lean_is_exclusive(x_12); -if (x_78 == 0) -{ -return x_12; +lean_ctor_set(x_85, 0, x_82); +lean_ctor_set(x_85, 1, x_83); +return x_85; } -else -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_12, 0); -x_80 = lean_ctor_get(x_12, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_12); -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_dec(x_10); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_2); -lean_inc(x_1); -x_82 = l_Lean_Meta_applySimpResultToFVarId(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -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); -x_85 = l_Lean_Meta_applySimpResultToLocalDeclCore(x_1, x_2, x_83, x_5, x_6, x_7, x_8, x_84); -return x_85; } else { uint8_t x_86; +lean_dec(x_19); 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_86 = !lean_is_exclusive(x_82); +x_86 = !lean_is_exclusive(x_20); if (x_86 == 0) { -return x_82; +return x_20; } else { lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_82, 0); -x_88 = lean_ctor_get(x_82, 1); +x_87 = lean_ctor_get(x_20, 0); +x_88 = lean_ctor_get(x_20, 1); lean_inc(x_88); lean_inc(x_87); -lean_dec(x_82); +lean_dec(x_20); x_89 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_89, 0, x_87); lean_ctor_set(x_89, 1, x_88); @@ -50702,6 +51174,7 @@ return x_89; } } } +} LEAN_EXPORT lean_object* l_Lean_Meta_applySimpResultToLocalDecl___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: { @@ -53736,36 +54209,69 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; size_t x_9; size_t x_10; -x_7 = lean_array_uget(x_2, x_3); -x_8 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_7); -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -if (x_8 == 0) +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_1, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) { -lean_object* x_11; -x_11 = lean_array_push(x_5, x_7); -x_3 = x_10; -x_5 = x_11; +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; goto _start; } else { -lean_dec(x_7); -x_3 = x_10; +lean_dec(x_8); +x_4 = x_11; goto _start; } } else { -return x_5; +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___at_Lean_Meta_simpGoal___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; size_t x_10; size_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = l_Array_contains___at___private_Lean_Class_0__Lean_checkOutParam___spec__1(x_2, x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +if (x_9 == 0) +{ +lean_object* x_12; +x_12 = lean_array_push(x_6, x_8); +x_4 = x_11; +x_6 = x_12; +goto _start; +} +else +{ +lean_dec(x_8); +x_4 = x_11; +goto _start; +} +} +else +{ +return x_6; } } } @@ -53935,7 +54441,7 @@ return x_52; else { lean_object* x_53; lean_object* x_54; -x_53 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(x_4, x_5, x_6, x_7, x_3); +x_53 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___at_Lean_Meta_simpGoal___spec__3(x_4, x_4, x_5, x_6, x_7, x_3); x_54 = l_Lean_MVarId_tryClearMany(x_21, x_53, x_11, x_12, x_13, x_14, x_18); if (lean_obj_tag(x_54) == 0) { @@ -54145,7 +54651,7 @@ return x_96; else { lean_object* x_97; lean_object* x_98; -x_97 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(x_4, x_5, x_6, x_7, x_3); +x_97 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___at_Lean_Meta_simpGoal___spec__3(x_4, x_4, x_5, x_6, x_7, x_3); x_98 = l_Lean_MVarId_tryClearMany(x_69, x_97, x_11, x_12, x_13, x_14, x_18); if (lean_obj_tag(x_98) == 0) { @@ -54610,18 +55116,34 @@ lean_dec(x_4); return x_15; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__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_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___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: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___at_Lean_Meta_simpGoal___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Meta_simpGoal___spec__2___at_Lean_Meta_simpGoal___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l_Lean_Meta_simpGoal___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_object* x_15) { diff --git a/stage0/stdlib/Lean/Meta/Tactic/Simp/Rewrite.c b/stage0/stdlib/Lean/Meta/Tactic/Simp/Rewrite.c index 1d33419d1cea..27584537afa6 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Simp/Rewrite.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Simp/Rewrite.c @@ -82,6 +82,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Simp_rewrite_x3f(lean_object*, lean_object* LEAN_EXPORT lean_object* l_Array_insertionSort_traverse___at_Lean_Meta_Simp_rewrite_x3f___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getConstInfo___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__4___closed__2; +static lean_object* l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18; lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -7189,86 +7190,112 @@ lean_inc(x_2); x_18 = l_Lean_Meta_ACLt_main_lt(x_17, x_2, x_5, x_9, x_10, x_11, x_12, x_13); if (lean_obj_tag(x_18) == 0) { -lean_object* x_19; uint8_t x_20; +lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_55; x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); -x_20 = lean_unbox(x_19); +x_20 = lean_ctor_get(x_18, 1); +lean_inc(x_20); +lean_dec(x_18); +x_55 = lean_unbox(x_19); lean_dec(x_19); -if (x_20 == 0) +if (x_55 == 0) +{ +uint8_t x_56; +x_56 = 1; +x_21 = x_56; +goto block_54; +} +else +{ +uint8_t x_57; +x_57 = 0; +x_21 = x_57; +goto block_54; +} +block_54: +{ +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_box(0); +x_23 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__3(x_1, x_2, x_3, x_4, x_5, x_22, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +lean_dec(x_12); +lean_dec(x_10); +lean_dec(x_8); +return x_23; +} +else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_dec(x_3); lean_dec(x_1); -x_21 = lean_ctor_get(x_18, 1); -lean_inc(x_21); -lean_dec(x_18); -x_22 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__3___closed__2; -x_23 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(x_22, x_7, x_8, x_9, x_10, x_11, x_12, x_21); -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 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__4___closed__1; -x_27 = lean_unbox(x_24); -lean_dec(x_24); -if (x_27 == 0) +x_24 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__3___closed__2; +x_25 = l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(x_24, x_7, x_8, x_9, x_10, x_11, x_12, x_20); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); +lean_inc(x_27); +lean_dec(x_25); +x_28 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__4___closed__1; +x_29 = lean_unbox(x_26); +lean_dec(x_26); +if (x_29 == 0) { -lean_object* x_28; lean_object* x_29; +lean_object* x_30; lean_object* x_31; lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); -x_28 = lean_box(0); -x_29 = lean_apply_8(x_26, x_28, x_7, x_8, x_9, x_10, x_11, x_12, x_25); -return x_29; +x_30 = lean_box(0); +x_31 = lean_apply_8(x_28, x_30, x_7, x_8, x_9, x_10, x_11, x_12, x_27); +return x_31; } else { -lean_object* x_30; -x_30 = l_Lean_Meta_ppSimpTheorem___at___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___spec__1(x_4, x_7, x_8, x_9, x_10, x_11, x_12, x_25); -if (lean_obj_tag(x_30) == 0) +lean_object* x_32; +x_32 = l_Lean_Meta_ppSimpTheorem___at___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___spec__1(x_4, x_7, x_8, x_9, x_10, x_11, x_12, x_27); +if (lean_obj_tag(x_32) == 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; 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_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_Simp_synthesizeArgs_synthesizeInstance___closed__8; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_31); -x_35 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__4___closed__3; +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_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_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = l_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___closed__8; x_36 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_35); -x_37 = l_Lean_MessageData_ofExpr(x_5); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +x_37 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__4___closed__3; x_38 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_38, 0, x_36); lean_ctor_set(x_38, 1, x_37); -x_39 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__3___closed__6; +x_39 = l_Lean_MessageData_ofExpr(x_5); x_40 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); -x_41 = l_Lean_MessageData_ofExpr(x_2); +x_41 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__3___closed__6; x_42 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_42, 0, x_40); lean_ctor_set(x_42, 1, x_41); -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_33); -x_44 = l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__6(x_22, x_43, x_7, x_8, x_9, x_10, x_11, x_12, x_32); -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_apply_8(x_26, x_45, x_7, x_8, x_9, x_10, x_11, x_12, x_46); -return x_47; +x_43 = l_Lean_MessageData_ofExpr(x_2); +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 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_35); +x_46 = l_Lean_addTrace___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__6(x_24, x_45, x_7, x_8, x_9, x_10, x_11, x_12, x_34); +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 = lean_apply_8(x_28, x_47, x_7, x_8, x_9, x_10, x_11, x_12, x_48); +return x_49; } else { -uint8_t x_48; +uint8_t x_50; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -7277,44 +7304,32 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_2); -x_48 = !lean_is_exclusive(x_30); -if (x_48 == 0) +x_50 = !lean_is_exclusive(x_32); +if (x_50 == 0) { -return x_30; +return x_32; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_30, 0); -x_50 = lean_ctor_get(x_30, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_30); -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; +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_32, 0); +x_52 = lean_ctor_get(x_32, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_32); +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; } } } } -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_18, 1); -lean_inc(x_52); -lean_dec(x_18); -x_53 = lean_box(0); -x_54 = l___private_Lean_Meta_Tactic_Simp_Rewrite_0__Lean_Meta_Simp_tryTheoremCore_go___lambda__3(x_1, x_2, x_3, x_4, x_5, x_53, x_7, x_8, x_9, x_10, x_11, x_12, x_52); -lean_dec(x_12); -lean_dec(x_10); -lean_dec(x_8); -return x_54; } } else { -uint8_t x_55; +uint8_t x_58; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -7326,23 +7341,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_55 = !lean_is_exclusive(x_18); -if (x_55 == 0) +x_58 = !lean_is_exclusive(x_18); +if (x_58 == 0) { return x_18; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_18, 0); -x_57 = lean_ctor_get(x_18, 1); -lean_inc(x_57); -lean_inc(x_56); +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_18, 0); +x_60 = lean_ctor_get(x_18, 1); +lean_inc(x_60); +lean_inc(x_59); lean_dec(x_18); -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_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; } } } @@ -9839,7 +9854,7 @@ return x_18; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_69; +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_29; lean_object* x_30; uint8_t x_31; uint8_t x_70; lean_dec(x_9); x_19 = lean_array_uget(x_6, x_8); x_29 = lean_ctor_get(x_19, 0); @@ -9849,52 +9864,42 @@ lean_inc(x_30); lean_dec(x_19); lean_inc(x_29); lean_inc(x_2); -x_69 = l_Lean_Meta_Simp_rewrite_x3f_inErasedSet(x_2, x_29); -if (x_69 == 0) +x_70 = l_Lean_Meta_Simp_rewrite_x3f_inErasedSet(x_2, x_29); +if (x_70 == 0) { if (x_4 == 0) { -lean_object* x_70; -x_70 = lean_box(0); -x_31 = x_70; -goto block_68; +uint8_t x_71; +x_71 = 0; +x_31 = x_71; +goto block_69; } else { -uint8_t x_71; -x_71 = lean_ctor_get_uint8(x_29, sizeof(void*)*5 + 2); -if (x_71 == 0) +uint8_t x_72; +x_72 = lean_ctor_get_uint8(x_29, sizeof(void*)*5 + 2); +if (x_72 == 0) { -lean_object* x_72; -lean_dec(x_30); -lean_dec(x_29); -lean_inc(x_5); -x_72 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_72, 0, x_5); -x_20 = x_72; -x_21 = x_16; -goto block_28; +uint8_t x_73; +x_73 = 1; +x_31 = x_73; +goto block_69; } else { -lean_object* x_73; -x_73 = lean_box(0); -x_31 = x_73; -goto block_68; +uint8_t x_74; +x_74 = 0; +x_31 = x_74; +goto block_69; } } } else { -lean_object* x_74; -lean_dec(x_30); -lean_dec(x_29); -lean_inc(x_5); -x_74 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_74, 0, x_5); -x_20 = x_74; -x_21 = x_16; -goto block_28; +uint8_t x_75; +x_75 = 1; +x_31 = x_75; +goto block_69; } block_28: { @@ -9933,10 +9938,11 @@ x_16 = x_21; goto _start; } } -block_68: +block_69: +{ +if (x_31 == 0) { lean_object* x_32; -lean_dec(x_31); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); @@ -10074,6 +10080,19 @@ return x_67; } } } +else +{ +lean_object* x_68; +lean_dec(x_30); +lean_dec(x_29); +lean_inc(x_5); +x_68 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_68, 0, x_5); +x_20 = x_68; +x_21 = x_16; +goto block_28; +} +} } } } @@ -10852,28 +10871,34 @@ lean_inc(x_2); x_22 = lean_whnf(x_14, x_2, x_3, x_4, x_5, x_21); if (lean_obj_tag(x_22) == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; 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 = lean_st_ref_get(x_5, x_24); -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; -x_27 = lean_ctor_get(x_25, 0); -x_28 = lean_ctor_get(x_25, 1); -x_29 = lean_ctor_get(x_27, 0); +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_ctor_get(x_26, 0); lean_inc(x_29); -lean_dec(x_27); +lean_dec(x_26); x_30 = 0; lean_inc(x_29); x_31 = l_Lean_Expr_constructorApp_x3f(x_29, x_20, x_30); if (lean_obj_tag(x_31) == 0) { -lean_object* x_32; +lean_object* x_32; lean_object* x_33; lean_dec(x_29); lean_dec(x_23); lean_dec(x_2); @@ -10882,65 +10907,109 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); x_32 = lean_box(0); -lean_ctor_set(x_25, 0, x_32); -return x_25; +if (lean_is_scalar(x_28)) { + x_33 = lean_alloc_ctor(0, 2, 0); +} else { + x_33 = x_28; +} +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_27); +return x_33; } else { -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_31, 0); -lean_inc(x_33); +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_31, 0); +lean_inc(x_34); lean_dec(x_31); -x_34 = l_Lean_Expr_constructorApp_x3f(x_29, x_23, x_30); -if (lean_obj_tag(x_34) == 0) +x_35 = l_Lean_Expr_constructorApp_x3f(x_29, x_23, x_30); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_35; -lean_dec(x_33); +lean_object* x_36; lean_object* x_37; +lean_dec(x_34); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_35 = lean_box(0); -lean_ctor_set(x_25, 0, x_35); -return x_25; +x_36 = lean_box(0); +if (lean_is_scalar(x_28)) { + x_37 = lean_alloc_ctor(0, 2, 0); +} else { + x_37 = x_28; +} +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_27); +return x_37; } else { -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; uint8_t x_43; -x_36 = lean_ctor_get(x_34, 0); -lean_inc(x_36); -lean_dec(x_34); -x_37 = lean_ctor_get(x_33, 0); -lean_inc(x_37); -lean_dec(x_33); -x_38 = lean_ctor_get(x_36, 0); +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_38 = lean_ctor_get(x_35, 0); lean_inc(x_38); -lean_dec(x_36); -x_39 = lean_ctor_get(x_37, 0); +lean_dec(x_35); +x_39 = lean_ctor_get(x_34, 0); lean_inc(x_39); -lean_dec(x_37); -x_40 = lean_ctor_get(x_39, 0); +lean_dec(x_34); +x_40 = lean_ctor_get(x_38, 0); lean_inc(x_40); -lean_dec(x_39); -x_41 = lean_ctor_get(x_38, 0); -lean_inc(x_41); lean_dec(x_38); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -lean_dec(x_41); -x_43 = lean_name_eq(x_40, x_42); -lean_dec(x_42); +x_58 = lean_ctor_get(x_39, 0); +lean_inc(x_58); +lean_dec(x_39); +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +lean_dec(x_58); +x_60 = lean_ctor_get(x_40, 0); +lean_inc(x_60); lean_dec(x_40); -if (x_43 == 0) +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +lean_dec(x_60); +x_62 = lean_name_eq(x_59, x_61); +lean_dec(x_61); +lean_dec(x_59); +if (x_62 == 0) +{ +uint8_t x_63; +x_63 = 1; +x_41 = x_63; +goto block_57; +} +else +{ +x_41 = x_30; +goto block_57; +} +block_57: +{ +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; +lean_dec(x_2); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_42 = lean_box(0); +if (lean_is_scalar(x_28)) { + x_43 = lean_alloc_ctor(0, 2, 0); +} else { + x_43 = x_28; +} +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_27); +return x_43; +} +else { lean_object* x_44; uint8_t x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; -lean_free_object(x_25); +lean_dec(x_28); x_44 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__4; x_45 = 0; x_46 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__5; x_47 = 0; -x_48 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_44, x_45, x_1, x_46, x_47, x_2, x_3, x_4, x_5, x_28); +x_48 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_44, x_45, x_1, x_46, x_47, x_2, x_3, x_4, x_5, x_27); if (lean_obj_tag(x_48) == 0) { uint8_t x_49; @@ -10986,842 +11055,707 @@ return x_56; } } } +} +} +} +} else { -lean_object* x_57; +uint8_t x_64; +lean_dec(x_20); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_57 = lean_box(0); -lean_ctor_set(x_25, 0, x_57); -return x_25; -} -} -} -} -else -{ -lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; lean_object* x_62; -x_58 = lean_ctor_get(x_25, 0); -x_59 = lean_ctor_get(x_25, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_25); -x_60 = lean_ctor_get(x_58, 0); -lean_inc(x_60); -lean_dec(x_58); -x_61 = 0; -lean_inc(x_60); -x_62 = l_Lean_Expr_constructorApp_x3f(x_60, x_20, x_61); -if (lean_obj_tag(x_62) == 0) -{ -lean_object* x_63; lean_object* x_64; -lean_dec(x_60); -lean_dec(x_23); -lean_dec(x_2); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_63 = lean_box(0); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_59); -return x_64; -} -else -{ -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_62, 0); -lean_inc(x_65); -lean_dec(x_62); -x_66 = l_Lean_Expr_constructorApp_x3f(x_60, x_23, x_61); -if (lean_obj_tag(x_66) == 0) -{ -lean_object* x_67; lean_object* x_68; -lean_dec(x_65); -lean_dec(x_2); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -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_59); -return x_68; -} -else -{ -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; uint8_t x_76; -x_69 = lean_ctor_get(x_66, 0); -lean_inc(x_69); -lean_dec(x_66); -x_70 = lean_ctor_get(x_65, 0); -lean_inc(x_70); -lean_dec(x_65); -x_71 = lean_ctor_get(x_69, 0); -lean_inc(x_71); -lean_dec(x_69); -x_72 = lean_ctor_get(x_70, 0); -lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 0); -lean_inc(x_74); -lean_dec(x_71); -x_75 = lean_ctor_get(x_74, 0); -lean_inc(x_75); -lean_dec(x_74); -x_76 = lean_name_eq(x_73, x_75); -lean_dec(x_75); -lean_dec(x_73); -if (x_76 == 0) -{ -lean_object* x_77; uint8_t x_78; lean_object* x_79; uint8_t x_80; lean_object* x_81; -x_77 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__4; -x_78 = 0; -x_79 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__5; -x_80 = 0; -x_81 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_77, x_78, x_1, x_79, x_80, x_2, x_3, x_4, x_5, x_59); -if (lean_obj_tag(x_81) == 0) -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_84 = x_81; -} else { - lean_dec_ref(x_81); - x_84 = lean_box(0); -} -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(0, 2, 0); -} else { - x_85 = x_84; -} -lean_ctor_set(x_85, 0, x_82); -lean_ctor_set(x_85, 1, x_83); -return x_85; -} -else -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_86 = lean_ctor_get(x_81, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_81, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_88 = x_81; -} else { - lean_dec_ref(x_81); - x_88 = lean_box(0); -} -if (lean_is_scalar(x_88)) { - x_89 = lean_alloc_ctor(1, 2, 0); -} else { - x_89 = x_88; -} -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_dec(x_2); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_90 = lean_box(0); -x_91 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_59); -return x_91; -} -} -} -} -} -else -{ -uint8_t x_92; -lean_dec(x_20); -lean_dec(x_2); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_92 = !lean_is_exclusive(x_22); -if (x_92 == 0) +x_64 = !lean_is_exclusive(x_22); +if (x_64 == 0) { return x_22; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_22, 0); -x_94 = lean_ctor_get(x_22, 1); -lean_inc(x_94); -lean_inc(x_93); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_22, 0); +x_66 = lean_ctor_get(x_22, 1); +lean_inc(x_66); +lean_inc(x_65); lean_dec(x_22); -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; +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_96; +uint8_t x_68; lean_dec(x_2); lean_dec(x_14); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_96 = !lean_is_exclusive(x_19); -if (x_96 == 0) +x_68 = !lean_is_exclusive(x_19); +if (x_68 == 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_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_19, 0); +x_70 = lean_ctor_get(x_19, 1); +lean_inc(x_70); +lean_inc(x_69); 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_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 { -uint8_t x_100; uint8_t x_101; uint8_t x_102; uint8_t x_103; uint8_t x_104; uint8_t x_105; uint8_t x_106; uint8_t x_107; uint8_t x_108; uint8_t x_109; uint8_t x_110; uint8_t x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; -x_100 = lean_ctor_get_uint8(x_16, 0); -x_101 = lean_ctor_get_uint8(x_16, 1); -x_102 = lean_ctor_get_uint8(x_16, 2); -x_103 = lean_ctor_get_uint8(x_16, 3); -x_104 = lean_ctor_get_uint8(x_16, 4); -x_105 = lean_ctor_get_uint8(x_16, 6); -x_106 = lean_ctor_get_uint8(x_16, 7); -x_107 = lean_ctor_get_uint8(x_16, 8); -x_108 = lean_ctor_get_uint8(x_16, 9); -x_109 = lean_ctor_get_uint8(x_16, 10); -x_110 = lean_ctor_get_uint8(x_16, 11); -x_111 = lean_ctor_get_uint8(x_16, 12); +uint8_t x_72; uint8_t x_73; uint8_t x_74; uint8_t x_75; uint8_t x_76; uint8_t x_77; uint8_t x_78; uint8_t x_79; uint8_t x_80; uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; lean_object* x_85; lean_object* x_86; +x_72 = lean_ctor_get_uint8(x_16, 0); +x_73 = lean_ctor_get_uint8(x_16, 1); +x_74 = lean_ctor_get_uint8(x_16, 2); +x_75 = lean_ctor_get_uint8(x_16, 3); +x_76 = lean_ctor_get_uint8(x_16, 4); +x_77 = lean_ctor_get_uint8(x_16, 6); +x_78 = lean_ctor_get_uint8(x_16, 7); +x_79 = lean_ctor_get_uint8(x_16, 8); +x_80 = lean_ctor_get_uint8(x_16, 9); +x_81 = lean_ctor_get_uint8(x_16, 10); +x_82 = lean_ctor_get_uint8(x_16, 11); +x_83 = lean_ctor_get_uint8(x_16, 12); lean_dec(x_16); -x_112 = 3; -x_113 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_113, 0, x_100); -lean_ctor_set_uint8(x_113, 1, x_101); -lean_ctor_set_uint8(x_113, 2, x_102); -lean_ctor_set_uint8(x_113, 3, x_103); -lean_ctor_set_uint8(x_113, 4, x_104); -lean_ctor_set_uint8(x_113, 5, x_112); -lean_ctor_set_uint8(x_113, 6, x_105); -lean_ctor_set_uint8(x_113, 7, x_106); -lean_ctor_set_uint8(x_113, 8, x_107); -lean_ctor_set_uint8(x_113, 9, x_108); -lean_ctor_set_uint8(x_113, 10, x_109); -lean_ctor_set_uint8(x_113, 11, x_110); -lean_ctor_set_uint8(x_113, 12, x_111); -lean_ctor_set(x_2, 0, x_113); +x_84 = 3; +x_85 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_85, 0, x_72); +lean_ctor_set_uint8(x_85, 1, x_73); +lean_ctor_set_uint8(x_85, 2, x_74); +lean_ctor_set_uint8(x_85, 3, x_75); +lean_ctor_set_uint8(x_85, 4, x_76); +lean_ctor_set_uint8(x_85, 5, x_84); +lean_ctor_set_uint8(x_85, 6, x_77); +lean_ctor_set_uint8(x_85, 7, x_78); +lean_ctor_set_uint8(x_85, 8, x_79); +lean_ctor_set_uint8(x_85, 9, x_80); +lean_ctor_set_uint8(x_85, 10, x_81); +lean_ctor_set_uint8(x_85, 11, x_82); +lean_ctor_set_uint8(x_85, 12, x_83); +lean_ctor_set(x_2, 0, x_85); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_114 = lean_whnf(x_13, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_114) == 0) +x_86 = lean_whnf(x_13, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_86) == 0) { -lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); -lean_dec(x_114); +lean_object* x_87; lean_object* x_88; lean_object* x_89; +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); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_117 = lean_whnf(x_14, x_2, x_3, x_4, x_5, x_116); -if (lean_obj_tag(x_117) == 0) +x_89 = lean_whnf(x_14, x_2, x_3, x_4, x_5, x_88); +if (lean_obj_tag(x_89) == 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_object* x_124; uint8_t x_125; lean_object* x_126; -x_118 = lean_ctor_get(x_117, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_117, 1); -lean_inc(x_119); -lean_dec(x_117); -x_120 = lean_st_ref_get(x_5, x_119); -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -if (lean_is_exclusive(x_120)) { - lean_ctor_release(x_120, 0); - lean_ctor_release(x_120, 1); - x_123 = 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; uint8_t x_97; lean_object* x_98; +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_st_ref_get(x_5, x_91); +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +if (lean_is_exclusive(x_92)) { + lean_ctor_release(x_92, 0); + lean_ctor_release(x_92, 1); + x_95 = x_92; } else { - lean_dec_ref(x_120); - x_123 = lean_box(0); + lean_dec_ref(x_92); + x_95 = lean_box(0); } -x_124 = lean_ctor_get(x_121, 0); -lean_inc(x_124); -lean_dec(x_121); -x_125 = 0; -lean_inc(x_124); -x_126 = l_Lean_Expr_constructorApp_x3f(x_124, x_115, x_125); -if (lean_obj_tag(x_126) == 0) +x_96 = lean_ctor_get(x_93, 0); +lean_inc(x_96); +lean_dec(x_93); +x_97 = 0; +lean_inc(x_96); +x_98 = l_Lean_Expr_constructorApp_x3f(x_96, x_87, x_97); +if (lean_obj_tag(x_98) == 0) { -lean_object* x_127; lean_object* x_128; -lean_dec(x_124); -lean_dec(x_118); +lean_object* x_99; lean_object* x_100; +lean_dec(x_96); +lean_dec(x_90); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_127 = lean_box(0); -if (lean_is_scalar(x_123)) { - x_128 = lean_alloc_ctor(0, 2, 0); +x_99 = lean_box(0); +if (lean_is_scalar(x_95)) { + x_100 = lean_alloc_ctor(0, 2, 0); } else { - x_128 = x_123; + x_100 = x_95; } -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_122); -return x_128; +lean_ctor_set(x_100, 0, x_99); +lean_ctor_set(x_100, 1, x_94); +return x_100; } else { -lean_object* x_129; lean_object* x_130; -x_129 = lean_ctor_get(x_126, 0); -lean_inc(x_129); -lean_dec(x_126); -x_130 = l_Lean_Expr_constructorApp_x3f(x_124, x_118, x_125); -if (lean_obj_tag(x_130) == 0) +lean_object* x_101; lean_object* x_102; +x_101 = lean_ctor_get(x_98, 0); +lean_inc(x_101); +lean_dec(x_98); +x_102 = l_Lean_Expr_constructorApp_x3f(x_96, x_90, x_97); +if (lean_obj_tag(x_102) == 0) { -lean_object* x_131; lean_object* x_132; -lean_dec(x_129); +lean_object* x_103; lean_object* x_104; +lean_dec(x_101); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_131 = lean_box(0); -if (lean_is_scalar(x_123)) { - x_132 = lean_alloc_ctor(0, 2, 0); +x_103 = lean_box(0); +if (lean_is_scalar(x_95)) { + x_104 = lean_alloc_ctor(0, 2, 0); } else { - x_132 = x_123; + x_104 = x_95; } -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_122); -return x_132; +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_94); +return x_104; } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; -x_133 = lean_ctor_get(x_130, 0); -lean_inc(x_133); -lean_dec(x_130); -x_134 = lean_ctor_get(x_129, 0); -lean_inc(x_134); -lean_dec(x_129); -x_135 = lean_ctor_get(x_133, 0); -lean_inc(x_135); -lean_dec(x_133); -x_136 = lean_ctor_get(x_134, 0); -lean_inc(x_136); -lean_dec(x_134); -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -lean_dec(x_136); -x_138 = lean_ctor_get(x_135, 0); -lean_inc(x_138); -lean_dec(x_135); -x_139 = lean_ctor_get(x_138, 0); -lean_inc(x_139); -lean_dec(x_138); -x_140 = lean_name_eq(x_137, x_139); -lean_dec(x_139); -lean_dec(x_137); -if (x_140 == 0) +lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t x_129; +x_105 = lean_ctor_get(x_102, 0); +lean_inc(x_105); +lean_dec(x_102); +x_106 = lean_ctor_get(x_101, 0); +lean_inc(x_106); +lean_dec(x_101); +x_107 = lean_ctor_get(x_105, 0); +lean_inc(x_107); +lean_dec(x_105); +x_125 = lean_ctor_get(x_106, 0); +lean_inc(x_125); +lean_dec(x_106); +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +lean_dec(x_125); +x_127 = lean_ctor_get(x_107, 0); +lean_inc(x_127); +lean_dec(x_107); +x_128 = lean_ctor_get(x_127, 0); +lean_inc(x_128); +lean_dec(x_127); +x_129 = lean_name_eq(x_126, x_128); +lean_dec(x_128); +lean_dec(x_126); +if (x_129 == 0) { -lean_object* x_141; uint8_t x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; -lean_dec(x_123); -x_141 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__4; -x_142 = 0; -x_143 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__5; -x_144 = 0; -x_145 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_141, x_142, x_1, x_143, x_144, x_2, x_3, x_4, x_5, x_122); -if (lean_obj_tag(x_145) == 0) -{ -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_148 = x_145; -} else { - lean_dec_ref(x_145); - x_148 = lean_box(0); +uint8_t x_130; +x_130 = 1; +x_108 = x_130; +goto block_124; } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(0, 2, 0); +else +{ +x_108 = x_97; +goto block_124; +} +block_124: +{ +if (x_108 == 0) +{ +lean_object* x_109; lean_object* x_110; +lean_dec(x_2); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_109 = lean_box(0); +if (lean_is_scalar(x_95)) { + x_110 = lean_alloc_ctor(0, 2, 0); } else { - x_149 = x_148; + x_110 = x_95; } -lean_ctor_set(x_149, 0, x_146); -lean_ctor_set(x_149, 1, x_147); -return x_149; +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_110, 1, x_94); +return x_110; } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_150 = lean_ctor_get(x_145, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_145, 1); -lean_inc(x_151); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - lean_ctor_release(x_145, 1); - x_152 = x_145; +lean_object* x_111; uint8_t x_112; lean_object* x_113; uint8_t x_114; lean_object* x_115; +lean_dec(x_95); +x_111 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__4; +x_112 = 0; +x_113 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__5; +x_114 = 0; +x_115 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_111, x_112, x_1, x_113, x_114, x_2, x_3, x_4, x_5, x_94); +if (lean_obj_tag(x_115) == 0) +{ +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_115, 1); +lean_inc(x_117); +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_118 = x_115; } else { - lean_dec_ref(x_145); - x_152 = lean_box(0); + lean_dec_ref(x_115); + x_118 = lean_box(0); } -if (lean_is_scalar(x_152)) { - x_153 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_118)) { + x_119 = lean_alloc_ctor(0, 2, 0); } else { - x_153 = x_152; -} -lean_ctor_set(x_153, 0, x_150); -lean_ctor_set(x_153, 1, x_151); -return x_153; + x_119 = x_118; } +lean_ctor_set(x_119, 0, x_116); +lean_ctor_set(x_119, 1, x_117); +return x_119; } else { -lean_object* x_154; lean_object* x_155; -lean_dec(x_2); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_154 = lean_box(0); -if (lean_is_scalar(x_123)) { - x_155 = lean_alloc_ctor(0, 2, 0); +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; +x_120 = lean_ctor_get(x_115, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_115, 1); +lean_inc(x_121); +if (lean_is_exclusive(x_115)) { + lean_ctor_release(x_115, 0); + lean_ctor_release(x_115, 1); + x_122 = x_115; } else { - x_155 = x_123; + lean_dec_ref(x_115); + x_122 = lean_box(0); +} +if (lean_is_scalar(x_122)) { + x_123 = lean_alloc_ctor(1, 2, 0); +} else { + x_123 = x_122; +} +lean_ctor_set(x_123, 0, x_120); +lean_ctor_set(x_123, 1, x_121); +return x_123; +} } -lean_ctor_set(x_155, 0, x_154); -lean_ctor_set(x_155, 1, x_122); -return x_155; } } } } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -lean_dec(x_115); +lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; +lean_dec(x_87); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_156 = lean_ctor_get(x_117, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_117, 1); -lean_inc(x_157); -if (lean_is_exclusive(x_117)) { - lean_ctor_release(x_117, 0); - lean_ctor_release(x_117, 1); - x_158 = x_117; +x_131 = lean_ctor_get(x_89, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_89, 1); +lean_inc(x_132); +if (lean_is_exclusive(x_89)) { + lean_ctor_release(x_89, 0); + lean_ctor_release(x_89, 1); + x_133 = x_89; } else { - lean_dec_ref(x_117); - x_158 = lean_box(0); + lean_dec_ref(x_89); + x_133 = lean_box(0); } -if (lean_is_scalar(x_158)) { - x_159 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_133)) { + x_134 = lean_alloc_ctor(1, 2, 0); } else { - x_159 = x_158; + x_134 = x_133; } -lean_ctor_set(x_159, 0, x_156); -lean_ctor_set(x_159, 1, x_157); -return x_159; +lean_ctor_set(x_134, 0, x_131); +lean_ctor_set(x_134, 1, x_132); +return x_134; } } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_dec(x_2); lean_dec(x_14); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_160 = lean_ctor_get(x_114, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_114, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_114)) { - lean_ctor_release(x_114, 0); - lean_ctor_release(x_114, 1); - x_162 = x_114; +x_135 = lean_ctor_get(x_86, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_86, 1); +lean_inc(x_136); +if (lean_is_exclusive(x_86)) { + lean_ctor_release(x_86, 0); + lean_ctor_release(x_86, 1); + x_137 = x_86; } else { - lean_dec_ref(x_114); - x_162 = lean_box(0); + lean_dec_ref(x_86); + x_137 = lean_box(0); } -if (lean_is_scalar(x_162)) { - x_163 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_137)) { + x_138 = lean_alloc_ctor(1, 2, 0); } else { - x_163 = x_162; + x_138 = x_137; } -lean_ctor_set(x_163, 0, x_160); -lean_ctor_set(x_163, 1, x_161); -return x_163; +lean_ctor_set(x_138, 0, x_135); +lean_ctor_set(x_138, 1, x_136); +return x_138; } } } 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; uint8_t x_170; uint8_t x_171; uint8_t x_172; uint8_t x_173; uint8_t x_174; uint8_t x_175; uint8_t x_176; uint8_t x_177; uint8_t x_178; uint8_t x_179; uint8_t x_180; uint8_t x_181; lean_object* x_182; uint8_t x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_164 = lean_ctor_get(x_2, 0); -x_165 = lean_ctor_get(x_2, 1); -x_166 = lean_ctor_get(x_2, 2); -x_167 = lean_ctor_get(x_2, 3); -x_168 = lean_ctor_get(x_2, 4); -x_169 = lean_ctor_get(x_2, 5); -lean_inc(x_169); -lean_inc(x_168); -lean_inc(x_167); -lean_inc(x_166); -lean_inc(x_165); -lean_inc(x_164); +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; uint8_t x_145; uint8_t x_146; uint8_t x_147; uint8_t x_148; uint8_t x_149; uint8_t x_150; uint8_t x_151; uint8_t x_152; uint8_t x_153; uint8_t x_154; uint8_t x_155; uint8_t x_156; lean_object* x_157; uint8_t x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_139 = lean_ctor_get(x_2, 0); +x_140 = lean_ctor_get(x_2, 1); +x_141 = lean_ctor_get(x_2, 2); +x_142 = lean_ctor_get(x_2, 3); +x_143 = lean_ctor_get(x_2, 4); +x_144 = lean_ctor_get(x_2, 5); +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_dec(x_2); -x_170 = lean_ctor_get_uint8(x_164, 0); -x_171 = lean_ctor_get_uint8(x_164, 1); -x_172 = lean_ctor_get_uint8(x_164, 2); -x_173 = lean_ctor_get_uint8(x_164, 3); -x_174 = lean_ctor_get_uint8(x_164, 4); -x_175 = lean_ctor_get_uint8(x_164, 6); -x_176 = lean_ctor_get_uint8(x_164, 7); -x_177 = lean_ctor_get_uint8(x_164, 8); -x_178 = lean_ctor_get_uint8(x_164, 9); -x_179 = lean_ctor_get_uint8(x_164, 10); -x_180 = lean_ctor_get_uint8(x_164, 11); -x_181 = lean_ctor_get_uint8(x_164, 12); -if (lean_is_exclusive(x_164)) { - x_182 = x_164; +x_145 = lean_ctor_get_uint8(x_139, 0); +x_146 = lean_ctor_get_uint8(x_139, 1); +x_147 = lean_ctor_get_uint8(x_139, 2); +x_148 = lean_ctor_get_uint8(x_139, 3); +x_149 = lean_ctor_get_uint8(x_139, 4); +x_150 = lean_ctor_get_uint8(x_139, 6); +x_151 = lean_ctor_get_uint8(x_139, 7); +x_152 = lean_ctor_get_uint8(x_139, 8); +x_153 = lean_ctor_get_uint8(x_139, 9); +x_154 = lean_ctor_get_uint8(x_139, 10); +x_155 = lean_ctor_get_uint8(x_139, 11); +x_156 = lean_ctor_get_uint8(x_139, 12); +if (lean_is_exclusive(x_139)) { + x_157 = x_139; } else { - lean_dec_ref(x_164); - x_182 = lean_box(0); + lean_dec_ref(x_139); + x_157 = lean_box(0); } -x_183 = 3; -if (lean_is_scalar(x_182)) { - x_184 = lean_alloc_ctor(0, 0, 13); +x_158 = 3; +if (lean_is_scalar(x_157)) { + x_159 = lean_alloc_ctor(0, 0, 13); } else { - x_184 = x_182; -} -lean_ctor_set_uint8(x_184, 0, x_170); -lean_ctor_set_uint8(x_184, 1, x_171); -lean_ctor_set_uint8(x_184, 2, x_172); -lean_ctor_set_uint8(x_184, 3, x_173); -lean_ctor_set_uint8(x_184, 4, x_174); -lean_ctor_set_uint8(x_184, 5, x_183); -lean_ctor_set_uint8(x_184, 6, x_175); -lean_ctor_set_uint8(x_184, 7, x_176); -lean_ctor_set_uint8(x_184, 8, x_177); -lean_ctor_set_uint8(x_184, 9, x_178); -lean_ctor_set_uint8(x_184, 10, x_179); -lean_ctor_set_uint8(x_184, 11, x_180); -lean_ctor_set_uint8(x_184, 12, x_181); -x_185 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_185, 0, x_184); -lean_ctor_set(x_185, 1, x_165); -lean_ctor_set(x_185, 2, x_166); -lean_ctor_set(x_185, 3, x_167); -lean_ctor_set(x_185, 4, x_168); -lean_ctor_set(x_185, 5, x_169); + x_159 = x_157; +} +lean_ctor_set_uint8(x_159, 0, x_145); +lean_ctor_set_uint8(x_159, 1, x_146); +lean_ctor_set_uint8(x_159, 2, x_147); +lean_ctor_set_uint8(x_159, 3, x_148); +lean_ctor_set_uint8(x_159, 4, x_149); +lean_ctor_set_uint8(x_159, 5, x_158); +lean_ctor_set_uint8(x_159, 6, x_150); +lean_ctor_set_uint8(x_159, 7, x_151); +lean_ctor_set_uint8(x_159, 8, x_152); +lean_ctor_set_uint8(x_159, 9, x_153); +lean_ctor_set_uint8(x_159, 10, x_154); +lean_ctor_set_uint8(x_159, 11, x_155); +lean_ctor_set_uint8(x_159, 12, x_156); +x_160 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_140); +lean_ctor_set(x_160, 2, x_141); +lean_ctor_set(x_160, 3, x_142); +lean_ctor_set(x_160, 4, x_143); +lean_ctor_set(x_160, 5, x_144); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_185); -x_186 = lean_whnf(x_13, x_185, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_186) == 0) +lean_inc(x_160); +x_161 = lean_whnf(x_13, x_160, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_161) == 0) { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -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); +lean_object* x_162; lean_object* x_163; lean_object* x_164; +x_162 = lean_ctor_get(x_161, 0); +lean_inc(x_162); +x_163 = lean_ctor_get(x_161, 1); +lean_inc(x_163); +lean_dec(x_161); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_185); -x_189 = lean_whnf(x_14, x_185, x_3, x_4, x_5, x_188); -if (lean_obj_tag(x_189) == 0) +lean_inc(x_160); +x_164 = lean_whnf(x_14, x_160, x_3, x_4, x_5, x_163); +if (lean_obj_tag(x_164) == 0) { -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; -x_190 = lean_ctor_get(x_189, 0); -lean_inc(x_190); -x_191 = lean_ctor_get(x_189, 1); -lean_inc(x_191); -lean_dec(x_189); -x_192 = lean_st_ref_get(x_5, x_191); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -if (lean_is_exclusive(x_192)) { - lean_ctor_release(x_192, 0); - lean_ctor_release(x_192, 1); - x_195 = x_192; +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; uint8_t x_172; lean_object* x_173; +x_165 = lean_ctor_get(x_164, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_164, 1); +lean_inc(x_166); +lean_dec(x_164); +x_167 = lean_st_ref_get(x_5, x_166); +x_168 = lean_ctor_get(x_167, 0); +lean_inc(x_168); +x_169 = lean_ctor_get(x_167, 1); +lean_inc(x_169); +if (lean_is_exclusive(x_167)) { + lean_ctor_release(x_167, 0); + lean_ctor_release(x_167, 1); + x_170 = x_167; } else { - lean_dec_ref(x_192); - x_195 = lean_box(0); + lean_dec_ref(x_167); + x_170 = lean_box(0); } -x_196 = lean_ctor_get(x_193, 0); -lean_inc(x_196); -lean_dec(x_193); -x_197 = 0; -lean_inc(x_196); -x_198 = l_Lean_Expr_constructorApp_x3f(x_196, x_187, x_197); -if (lean_obj_tag(x_198) == 0) +x_171 = lean_ctor_get(x_168, 0); +lean_inc(x_171); +lean_dec(x_168); +x_172 = 0; +lean_inc(x_171); +x_173 = l_Lean_Expr_constructorApp_x3f(x_171, x_162, x_172); +if (lean_obj_tag(x_173) == 0) { -lean_object* x_199; lean_object* x_200; -lean_dec(x_196); -lean_dec(x_190); -lean_dec(x_185); +lean_object* x_174; lean_object* x_175; +lean_dec(x_171); +lean_dec(x_165); +lean_dec(x_160); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_199 = lean_box(0); -if (lean_is_scalar(x_195)) { - x_200 = lean_alloc_ctor(0, 2, 0); +x_174 = lean_box(0); +if (lean_is_scalar(x_170)) { + x_175 = lean_alloc_ctor(0, 2, 0); } else { - x_200 = x_195; + x_175 = x_170; } -lean_ctor_set(x_200, 0, x_199); -lean_ctor_set(x_200, 1, x_194); -return x_200; +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_169); +return x_175; } else { -lean_object* x_201; lean_object* x_202; -x_201 = lean_ctor_get(x_198, 0); -lean_inc(x_201); -lean_dec(x_198); -x_202 = l_Lean_Expr_constructorApp_x3f(x_196, x_190, x_197); -if (lean_obj_tag(x_202) == 0) +lean_object* x_176; lean_object* x_177; +x_176 = lean_ctor_get(x_173, 0); +lean_inc(x_176); +lean_dec(x_173); +x_177 = l_Lean_Expr_constructorApp_x3f(x_171, x_165, x_172); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_203; lean_object* x_204; -lean_dec(x_201); -lean_dec(x_185); +lean_object* x_178; lean_object* x_179; +lean_dec(x_176); +lean_dec(x_160); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_203 = lean_box(0); -if (lean_is_scalar(x_195)) { - x_204 = lean_alloc_ctor(0, 2, 0); +x_178 = lean_box(0); +if (lean_is_scalar(x_170)) { + x_179 = lean_alloc_ctor(0, 2, 0); } else { - x_204 = x_195; + x_179 = x_170; } -lean_ctor_set(x_204, 0, x_203); -lean_ctor_set(x_204, 1, x_194); -return x_204; +lean_ctor_set(x_179, 0, x_178); +lean_ctor_set(x_179, 1, x_169); +return x_179; } 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; uint8_t x_212; -x_205 = lean_ctor_get(x_202, 0); -lean_inc(x_205); +lean_object* x_180; lean_object* x_181; lean_object* x_182; uint8_t x_183; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; uint8_t x_204; +x_180 = lean_ctor_get(x_177, 0); +lean_inc(x_180); +lean_dec(x_177); +x_181 = lean_ctor_get(x_176, 0); +lean_inc(x_181); +lean_dec(x_176); +x_182 = lean_ctor_get(x_180, 0); +lean_inc(x_182); +lean_dec(x_180); +x_200 = lean_ctor_get(x_181, 0); +lean_inc(x_200); +lean_dec(x_181); +x_201 = lean_ctor_get(x_200, 0); +lean_inc(x_201); +lean_dec(x_200); +x_202 = lean_ctor_get(x_182, 0); +lean_inc(x_202); +lean_dec(x_182); +x_203 = lean_ctor_get(x_202, 0); +lean_inc(x_203); lean_dec(x_202); -x_206 = lean_ctor_get(x_201, 0); -lean_inc(x_206); +x_204 = lean_name_eq(x_201, x_203); +lean_dec(x_203); lean_dec(x_201); -x_207 = lean_ctor_get(x_205, 0); -lean_inc(x_207); -lean_dec(x_205); -x_208 = lean_ctor_get(x_206, 0); -lean_inc(x_208); -lean_dec(x_206); -x_209 = lean_ctor_get(x_208, 0); -lean_inc(x_209); -lean_dec(x_208); -x_210 = lean_ctor_get(x_207, 0); -lean_inc(x_210); -lean_dec(x_207); -x_211 = lean_ctor_get(x_210, 0); -lean_inc(x_211); -lean_dec(x_210); -x_212 = lean_name_eq(x_209, x_211); -lean_dec(x_211); -lean_dec(x_209); -if (x_212 == 0) +if (x_204 == 0) { -lean_object* x_213; uint8_t x_214; lean_object* x_215; uint8_t x_216; lean_object* x_217; -lean_dec(x_195); -x_213 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__4; -x_214 = 0; -x_215 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__5; -x_216 = 0; -x_217 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_213, x_214, x_1, x_215, x_216, x_185, x_3, x_4, x_5, x_194); -if (lean_obj_tag(x_217) == 0) -{ -lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; -x_218 = lean_ctor_get(x_217, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_217, 1); -lean_inc(x_219); -if (lean_is_exclusive(x_217)) { - lean_ctor_release(x_217, 0); - lean_ctor_release(x_217, 1); - x_220 = x_217; -} else { - lean_dec_ref(x_217); - x_220 = lean_box(0); +uint8_t x_205; +x_205 = 1; +x_183 = x_205; +goto block_199; } -if (lean_is_scalar(x_220)) { - x_221 = lean_alloc_ctor(0, 2, 0); +else +{ +x_183 = x_172; +goto block_199; +} +block_199: +{ +if (x_183 == 0) +{ +lean_object* x_184; lean_object* x_185; +lean_dec(x_160); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_184 = lean_box(0); +if (lean_is_scalar(x_170)) { + x_185 = lean_alloc_ctor(0, 2, 0); } else { - x_221 = x_220; + x_185 = x_170; } -lean_ctor_set(x_221, 0, x_218); -lean_ctor_set(x_221, 1, x_219); -return x_221; +lean_ctor_set(x_185, 0, x_184); +lean_ctor_set(x_185, 1, x_169); +return x_185; } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; -x_222 = lean_ctor_get(x_217, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_217, 1); -lean_inc(x_223); -if (lean_is_exclusive(x_217)) { - lean_ctor_release(x_217, 0); - lean_ctor_release(x_217, 1); - x_224 = x_217; +lean_object* x_186; uint8_t x_187; lean_object* x_188; uint8_t x_189; lean_object* x_190; +lean_dec(x_170); +x_186 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__4; +x_187 = 0; +x_188 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___closed__5; +x_189 = 0; +x_190 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_186, x_187, x_1, x_188, x_189, x_160, x_3, x_4, x_5, x_169); +if (lean_obj_tag(x_190) == 0) +{ +lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; +x_191 = lean_ctor_get(x_190, 0); +lean_inc(x_191); +x_192 = lean_ctor_get(x_190, 1); +lean_inc(x_192); +if (lean_is_exclusive(x_190)) { + lean_ctor_release(x_190, 0); + lean_ctor_release(x_190, 1); + x_193 = x_190; } else { - lean_dec_ref(x_217); - x_224 = lean_box(0); + lean_dec_ref(x_190); + x_193 = lean_box(0); } -if (lean_is_scalar(x_224)) { - x_225 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_193)) { + x_194 = lean_alloc_ctor(0, 2, 0); } else { - x_225 = x_224; -} -lean_ctor_set(x_225, 0, x_222); -lean_ctor_set(x_225, 1, x_223); -return x_225; + x_194 = x_193; } +lean_ctor_set(x_194, 0, x_191); +lean_ctor_set(x_194, 1, x_192); +return x_194; } else { -lean_object* x_226; lean_object* x_227; -lean_dec(x_185); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_226 = lean_box(0); -if (lean_is_scalar(x_195)) { - x_227 = lean_alloc_ctor(0, 2, 0); +lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; +x_195 = lean_ctor_get(x_190, 0); +lean_inc(x_195); +x_196 = lean_ctor_get(x_190, 1); +lean_inc(x_196); +if (lean_is_exclusive(x_190)) { + lean_ctor_release(x_190, 0); + lean_ctor_release(x_190, 1); + x_197 = x_190; +} else { + lean_dec_ref(x_190); + x_197 = lean_box(0); +} +if (lean_is_scalar(x_197)) { + x_198 = lean_alloc_ctor(1, 2, 0); } else { - x_227 = x_195; + x_198 = x_197; +} +lean_ctor_set(x_198, 0, x_195); +lean_ctor_set(x_198, 1, x_196); +return x_198; +} } -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_227, 1, x_194); -return x_227; } } } } else { -lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; -lean_dec(x_187); -lean_dec(x_185); +lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; +lean_dec(x_162); +lean_dec(x_160); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_228 = lean_ctor_get(x_189, 0); -lean_inc(x_228); -x_229 = lean_ctor_get(x_189, 1); -lean_inc(x_229); -if (lean_is_exclusive(x_189)) { - lean_ctor_release(x_189, 0); - lean_ctor_release(x_189, 1); - x_230 = x_189; +x_206 = lean_ctor_get(x_164, 0); +lean_inc(x_206); +x_207 = lean_ctor_get(x_164, 1); +lean_inc(x_207); +if (lean_is_exclusive(x_164)) { + lean_ctor_release(x_164, 0); + lean_ctor_release(x_164, 1); + x_208 = x_164; } else { - lean_dec_ref(x_189); - x_230 = lean_box(0); + lean_dec_ref(x_164); + x_208 = lean_box(0); } -if (lean_is_scalar(x_230)) { - x_231 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_208)) { + x_209 = lean_alloc_ctor(1, 2, 0); } else { - x_231 = x_230; + x_209 = x_208; } -lean_ctor_set(x_231, 0, x_228); -lean_ctor_set(x_231, 1, x_229); -return x_231; +lean_ctor_set(x_209, 0, x_206); +lean_ctor_set(x_209, 1, x_207); +return x_209; } } else { -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; -lean_dec(x_185); +lean_object* x_210; lean_object* x_211; lean_object* x_212; lean_object* x_213; +lean_dec(x_160); lean_dec(x_14); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_232 = lean_ctor_get(x_186, 0); -lean_inc(x_232); -x_233 = lean_ctor_get(x_186, 1); -lean_inc(x_233); -if (lean_is_exclusive(x_186)) { - lean_ctor_release(x_186, 0); - lean_ctor_release(x_186, 1); - x_234 = x_186; +x_210 = lean_ctor_get(x_161, 0); +lean_inc(x_210); +x_211 = lean_ctor_get(x_161, 1); +lean_inc(x_211); +if (lean_is_exclusive(x_161)) { + lean_ctor_release(x_161, 0); + lean_ctor_release(x_161, 1); + x_212 = x_161; } else { - lean_dec_ref(x_186); - x_234 = lean_box(0); + lean_dec_ref(x_161); + x_212 = lean_box(0); } -if (lean_is_scalar(x_234)) { - x_235 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_212)) { + x_213 = lean_alloc_ctor(1, 2, 0); } else { - x_235 = x_234; + x_213 = x_212; } -lean_ctor_set(x_235, 0, x_232); -lean_ctor_set(x_235, 1, x_233); -return x_235; +lean_ctor_set(x_213, 0, x_210); +lean_ctor_set(x_213, 1, x_211); +return x_213; } } } @@ -11964,33 +11898,33 @@ static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__1() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("True", 4); +x_1 = lean_mk_string_from_bytes("Bool", 4); return x_1; } } static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___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_Simp_rewriteUsingDecide_x3f___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("true", 4); +return x_1; } } static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Bool", 4); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__1; +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__2; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__4() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("true", 4); +x_1 = lean_mk_string_from_bytes("false", 5); return x_1; } } @@ -11998,7 +11932,7 @@ static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5() _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; +x_1 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__1; x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__4; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -12007,32 +11941,24 @@ return x_3; static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__6() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("false", 5); -return x_1; -} -} -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7() { -_start: -{ lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__6; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); +x_1 = lean_box(0); +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; +x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; +x_2 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__2; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__9() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8() { _start: { lean_object* x_1; @@ -12040,27 +11966,27 @@ x_1 = lean_mk_string_from_bytes("eq_false_of_decide", 18); return x_1; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__9; +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10; +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__9; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11() { _start: { lean_object* x_1; lean_object* x_2; @@ -12069,50 +11995,68 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("True", 4); +return x_1; +} +} static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___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_Simp_rewriteUsingDecide_x3f___closed__2; -x_3 = l_Lean_Expr_const___override(x_2, x_1); +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13; +x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15() { _start: { +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; +x_3 = l_Lean_Expr_const___override(x_2, x_1); +return x_3; +} +} +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__16() { +_start: +{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("eq_true_of_decide", 17); return x_1; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__16() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15; +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__16; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17() { +static lean_object* _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__16; +x_2 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } @@ -12120,1353 +12064,1337 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Meta_Simp_rewriteUsingDecide_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -uint8_t x_7; -x_7 = l_Lean_Expr_hasFVar(x_1); +uint8_t x_7; uint8_t x_362; +x_362 = l_Lean_Expr_hasFVar(x_1); +if (x_362 == 0) +{ +uint8_t x_363; +x_363 = l_Lean_Expr_hasMVar(x_1); +if (x_363 == 0) +{ +lean_object* x_364; uint8_t x_365; +x_364 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; +x_365 = l_Lean_Expr_isConstOf(x_1, x_364); +if (x_365 == 0) +{ +lean_object* x_366; uint8_t x_367; +x_366 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__2; +x_367 = l_Lean_Expr_isConstOf(x_1, x_366); +x_7 = x_367; +goto block_361; +} +else +{ +uint8_t x_368; +x_368 = 1; +x_7 = x_368; +goto block_361; +} +} +else +{ +uint8_t x_369; +x_369 = 1; +x_7 = x_369; +goto block_361; +} +} +else +{ +uint8_t x_370; +x_370 = 1; +x_7 = x_370; +goto block_361; +} +block_361: +{ if (x_7 == 0) { uint8_t x_8; -x_8 = l_Lean_Expr_hasMVar(x_1); +x_8 = !lean_is_exclusive(x_2); if (x_8 == 0) { lean_object* x_9; uint8_t x_10; -x_9 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__2; -x_10 = l_Lean_Expr_isConstOf(x_1, x_9); +x_9 = lean_ctor_get(x_2, 0); +x_10 = !lean_is_exclusive(x_9); if (x_10 == 0) { -lean_object* x_11; uint8_t x_12; -x_11 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__2; -x_12 = l_Lean_Expr_isConstOf(x_1, x_11); -if (x_12 == 0) -{ -uint8_t x_13; -x_13 = !lean_is_exclusive(x_2); -if (x_13 == 0) -{ -lean_object* x_14; uint8_t x_15; -x_14 = lean_ctor_get(x_2, 0); -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; uint8_t x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; uint8_t x_29; uint8_t x_30; uint8_t x_31; uint8_t x_32; uint8_t x_33; lean_object* x_34; -x_16 = lean_ctor_get(x_2, 1); -x_17 = lean_ctor_get(x_2, 2); -x_18 = lean_ctor_get(x_2, 3); -x_19 = lean_ctor_get(x_2, 4); -x_20 = lean_ctor_get(x_2, 5); -x_21 = lean_ctor_get_uint8(x_14, 0); -x_22 = lean_ctor_get_uint8(x_14, 1); -x_23 = lean_ctor_get_uint8(x_14, 2); -x_24 = lean_ctor_get_uint8(x_14, 3); -x_25 = lean_ctor_get_uint8(x_14, 4); -x_26 = lean_ctor_get_uint8(x_14, 6); -x_27 = lean_ctor_get_uint8(x_14, 7); -x_28 = lean_ctor_get_uint8(x_14, 8); -x_29 = lean_ctor_get_uint8(x_14, 9); -x_30 = lean_ctor_get_uint8(x_14, 10); -x_31 = lean_ctor_get_uint8(x_14, 11); -x_32 = lean_ctor_get_uint8(x_14, 12); -x_33 = 3; -lean_ctor_set_uint8(x_14, 5, x_33); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_17; uint8_t x_18; uint8_t x_19; uint8_t x_20; uint8_t x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; uint8_t x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; lean_object* x_29; +x_11 = lean_ctor_get(x_2, 1); +x_12 = lean_ctor_get(x_2, 2); +x_13 = lean_ctor_get(x_2, 3); +x_14 = lean_ctor_get(x_2, 4); +x_15 = lean_ctor_get(x_2, 5); +x_16 = lean_ctor_get_uint8(x_9, 0); +x_17 = lean_ctor_get_uint8(x_9, 1); +x_18 = lean_ctor_get_uint8(x_9, 2); +x_19 = lean_ctor_get_uint8(x_9, 3); +x_20 = lean_ctor_get_uint8(x_9, 4); +x_21 = lean_ctor_get_uint8(x_9, 6); +x_22 = lean_ctor_get_uint8(x_9, 7); +x_23 = lean_ctor_get_uint8(x_9, 8); +x_24 = lean_ctor_get_uint8(x_9, 9); +x_25 = lean_ctor_get_uint8(x_9, 10); +x_26 = lean_ctor_get_uint8(x_9, 11); +x_27 = lean_ctor_get_uint8(x_9, 12); +x_28 = 3; +lean_ctor_set_uint8(x_9, 5, x_28); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_34 = l_Lean_Meta_mkDecide(x_1, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_34) == 0) +x_29 = l_Lean_Meta_mkDecide(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_37 = 1; -x_38 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_38, 0, x_21); -lean_ctor_set_uint8(x_38, 1, x_22); -lean_ctor_set_uint8(x_38, 2, x_23); -lean_ctor_set_uint8(x_38, 3, x_24); -lean_ctor_set_uint8(x_38, 4, x_25); -lean_ctor_set_uint8(x_38, 5, x_37); -lean_ctor_set_uint8(x_38, 6, x_26); -lean_ctor_set_uint8(x_38, 7, x_27); -lean_ctor_set_uint8(x_38, 8, x_28); -lean_ctor_set_uint8(x_38, 9, x_29); -lean_ctor_set_uint8(x_38, 10, x_30); -lean_ctor_set_uint8(x_38, 11, x_31); -lean_ctor_set_uint8(x_38, 12, x_32); -x_39 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_16); -lean_ctor_set(x_39, 2, x_17); -lean_ctor_set(x_39, 3, x_18); -lean_ctor_set(x_39, 4, x_19); -lean_ctor_set(x_39, 5, x_20); +lean_object* x_30; lean_object* x_31; uint8_t 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 = 1; +x_33 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_33, 0, x_16); +lean_ctor_set_uint8(x_33, 1, x_17); +lean_ctor_set_uint8(x_33, 2, x_18); +lean_ctor_set_uint8(x_33, 3, x_19); +lean_ctor_set_uint8(x_33, 4, x_20); +lean_ctor_set_uint8(x_33, 5, x_32); +lean_ctor_set_uint8(x_33, 6, x_21); +lean_ctor_set_uint8(x_33, 7, x_22); +lean_ctor_set_uint8(x_33, 8, x_23); +lean_ctor_set_uint8(x_33, 9, x_24); +lean_ctor_set_uint8(x_33, 10, x_25); +lean_ctor_set_uint8(x_33, 11, x_26); +lean_ctor_set_uint8(x_33, 12, x_27); +x_34 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_11); +lean_ctor_set(x_34, 2, x_12); +lean_ctor_set(x_34, 3, x_13); +lean_ctor_set(x_34, 4, x_14); +lean_ctor_set(x_34, 5, x_15); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_35); -x_40 = lean_whnf(x_35, x_39, x_3, x_4, x_5, x_36); -if (lean_obj_tag(x_40) == 0) +lean_inc(x_30); +x_35 = lean_whnf(x_30, x_34, x_3, x_4, x_5, x_31); +if (lean_obj_tag(x_35) == 0) { -uint8_t x_41; -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_ctor_get(x_40, 0); -x_43 = lean_ctor_get(x_40, 1); -x_44 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; -x_45 = l_Lean_Expr_isConstOf(x_42, x_44); -if (x_45 == 0) +lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_ctor_get(x_35, 1); +x_39 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; +x_40 = l_Lean_Expr_isConstOf(x_37, x_39); +if (x_40 == 0) { -lean_object* x_46; uint8_t x_47; -x_46 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; -x_47 = l_Lean_Expr_isConstOf(x_42, x_46); -lean_dec(x_42); -if (x_47 == 0) +lean_object* x_41; uint8_t x_42; +x_41 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; +x_42 = l_Lean_Expr_isConstOf(x_37, x_41); +lean_dec(x_37); +if (x_42 == 0) { -lean_object* x_48; -lean_dec(x_35); +lean_object* x_43; +lean_dec(x_30); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_48 = lean_box(0); -lean_ctor_set(x_40, 0, x_48); -return x_40; +x_43 = lean_box(0); +lean_ctor_set(x_35, 0, x_43); +return x_35; } else { -lean_object* x_49; lean_object* x_50; -lean_free_object(x_40); -x_49 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8; -x_50 = l_Lean_Meta_mkEqRefl(x_49, x_2, x_3, x_4, x_5, x_43); -if (lean_obj_tag(x_50) == 0) +lean_object* x_44; lean_object* x_45; +lean_free_object(x_35); +x_44 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__6; +x_45 = l_Lean_Meta_mkEqRefl(x_44, x_2, x_3, x_4, x_5, x_38); +if (lean_obj_tag(x_45) == 0) { -uint8_t x_51; -x_51 = !lean_is_exclusive(x_50); -if (x_51 == 0) +uint8_t x_46; +x_46 = !lean_is_exclusive(x_45); +if (x_46 == 0) { -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; -x_52 = lean_ctor_get(x_50, 0); -x_53 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); -x_54 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_55 = lean_array_push(x_54, x_1); -x_56 = lean_array_push(x_55, x_53); -x_57 = lean_array_push(x_56, x_52); -x_58 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; -x_59 = l_Lean_mkAppN(x_58, x_57); -x_60 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_60, 0, x_59); -x_61 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__3; -x_62 = lean_unsigned_to_nat(0u); -x_63 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_60); -lean_ctor_set(x_63, 2, x_62); -x_64 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_50, 0, x_64); -return x_50; +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_45, 0); +x_48 = l_Lean_Expr_appArg_x21(x_30); +lean_dec(x_30); +x_49 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_50 = lean_array_push(x_49, x_1); +x_51 = lean_array_push(x_50, x_48); +x_52 = lean_array_push(x_51, x_47); +x_53 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10; +x_54 = l_Lean_mkAppN(x_53, x_52); +x_55 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_55, 0, x_54); +x_56 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; +x_57 = lean_unsigned_to_nat(0u); +x_58 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_58, 0, x_56); +lean_ctor_set(x_58, 1, x_55); +lean_ctor_set(x_58, 2, x_57); +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_45, 0, x_59); +return x_45; } 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; 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_65 = lean_ctor_get(x_50, 0); -x_66 = lean_ctor_get(x_50, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_50); -x_67 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); -x_68 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_69 = lean_array_push(x_68, x_1); -x_70 = lean_array_push(x_69, x_67); -x_71 = lean_array_push(x_70, x_65); -x_72 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; -x_73 = l_Lean_mkAppN(x_72, x_71); -x_74 = lean_alloc_ctor(1, 1, 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; 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_45, 0); +x_61 = lean_ctor_get(x_45, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_45); +x_62 = l_Lean_Expr_appArg_x21(x_30); +lean_dec(x_30); +x_63 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_64 = lean_array_push(x_63, x_1); +x_65 = lean_array_push(x_64, x_62); +x_66 = lean_array_push(x_65, x_60); +x_67 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10; +x_68 = l_Lean_mkAppN(x_67, x_66); +x_69 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_69, 0, x_68); +x_70 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; +x_71 = lean_unsigned_to_nat(0u); +x_72 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_72, 0, x_70); +lean_ctor_set(x_72, 1, x_69); +lean_ctor_set(x_72, 2, x_71); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_72); +x_74 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_74, 0, x_73); -x_75 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__3; -x_76 = lean_unsigned_to_nat(0u); -x_77 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_77, 0, x_75); -lean_ctor_set(x_77, 1, x_74); -lean_ctor_set(x_77, 2, x_76); -x_78 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_78, 0, x_77); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_66); -return x_79; +lean_ctor_set(x_74, 1, x_61); +return x_74; } } else { -uint8_t x_80; -lean_dec(x_35); +uint8_t x_75; +lean_dec(x_30); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_50); -if (x_80 == 0) +x_75 = !lean_is_exclusive(x_45); +if (x_75 == 0) { -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_50, 0); -lean_dec(x_81); -x_82 = lean_box(0); -lean_ctor_set_tag(x_50, 0); -lean_ctor_set(x_50, 0, x_82); -return x_50; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_45, 0); +lean_dec(x_76); +x_77 = lean_box(0); +lean_ctor_set_tag(x_45, 0); +lean_ctor_set(x_45, 0, x_77); +return x_45; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_50, 1); -lean_inc(x_83); -lean_dec(x_50); -x_84 = lean_box(0); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_83); -return x_85; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_45, 1); +lean_inc(x_78); +lean_dec(x_45); +x_79 = lean_box(0); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +return x_80; } } } } else { -lean_object* x_86; lean_object* x_87; -lean_free_object(x_40); -lean_dec(x_42); -x_86 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13; -x_87 = l_Lean_Meta_mkEqRefl(x_86, x_2, x_3, x_4, x_5, x_43); -if (lean_obj_tag(x_87) == 0) +lean_object* x_81; lean_object* x_82; +lean_free_object(x_35); +lean_dec(x_37); +x_81 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; +x_82 = l_Lean_Meta_mkEqRefl(x_81, x_2, x_3, x_4, x_5, x_38); +if (lean_obj_tag(x_82) == 0) { -uint8_t x_88; -x_88 = !lean_is_exclusive(x_87); -if (x_88 == 0) +uint8_t x_83; +x_83 = !lean_is_exclusive(x_82); +if (x_83 == 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; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_89 = lean_ctor_get(x_87, 0); -x_90 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); -x_91 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_92 = lean_array_push(x_91, x_1); -x_93 = lean_array_push(x_92, x_90); -x_94 = lean_array_push(x_93, x_89); -x_95 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17; -x_96 = l_Lean_mkAppN(x_95, x_94); -x_97 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_97, 0, x_96); -x_98 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; -x_99 = lean_unsigned_to_nat(0u); -x_100 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_100, 0, x_98); -lean_ctor_set(x_100, 1, x_97); -lean_ctor_set(x_100, 2, x_99); -x_101 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_87, 0, x_101); -return x_87; +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; +x_84 = lean_ctor_get(x_82, 0); +x_85 = l_Lean_Expr_appArg_x21(x_30); +lean_dec(x_30); +x_86 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_87 = lean_array_push(x_86, x_1); +x_88 = lean_array_push(x_87, x_85); +x_89 = lean_array_push(x_88, x_84); +x_90 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18; +x_91 = l_Lean_mkAppN(x_90, x_89); +x_92 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_92, 0, x_91); +x_93 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15; +x_94 = lean_unsigned_to_nat(0u); +x_95 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_95, 0, x_93); +lean_ctor_set(x_95, 1, x_92); +lean_ctor_set(x_95, 2, x_94); +x_96 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_96, 0, x_95); +lean_ctor_set(x_82, 0, x_96); +return x_82; } else { -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; -x_102 = lean_ctor_get(x_87, 0); -x_103 = lean_ctor_get(x_87, 1); -lean_inc(x_103); -lean_inc(x_102); -lean_dec(x_87); -x_104 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); -x_105 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_106 = lean_array_push(x_105, x_1); -x_107 = lean_array_push(x_106, x_104); -x_108 = lean_array_push(x_107, x_102); -x_109 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17; -x_110 = l_Lean_mkAppN(x_109, x_108); -x_111 = lean_alloc_ctor(1, 1, 0); +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; +x_97 = lean_ctor_get(x_82, 0); +x_98 = lean_ctor_get(x_82, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_82); +x_99 = l_Lean_Expr_appArg_x21(x_30); +lean_dec(x_30); +x_100 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_101 = lean_array_push(x_100, x_1); +x_102 = lean_array_push(x_101, x_99); +x_103 = lean_array_push(x_102, x_97); +x_104 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18; +x_105 = l_Lean_mkAppN(x_104, x_103); +x_106 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_106, 0, x_105); +x_107 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15; +x_108 = lean_unsigned_to_nat(0u); +x_109 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_109, 0, x_107); +lean_ctor_set(x_109, 1, x_106); +lean_ctor_set(x_109, 2, x_108); +x_110 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_110, 0, x_109); +x_111 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_111, 0, x_110); -x_112 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; -x_113 = lean_unsigned_to_nat(0u); -x_114 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_111); -lean_ctor_set(x_114, 2, x_113); -x_115 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_115, 0, x_114); -x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_115); -lean_ctor_set(x_116, 1, x_103); -return x_116; +lean_ctor_set(x_111, 1, x_98); +return x_111; } } else { -uint8_t x_117; -lean_dec(x_35); +uint8_t x_112; +lean_dec(x_30); lean_dec(x_1); -x_117 = !lean_is_exclusive(x_87); -if (x_117 == 0) +x_112 = !lean_is_exclusive(x_82); +if (x_112 == 0) { -lean_object* x_118; lean_object* x_119; -x_118 = lean_ctor_get(x_87, 0); -lean_dec(x_118); -x_119 = lean_box(0); -lean_ctor_set_tag(x_87, 0); -lean_ctor_set(x_87, 0, x_119); -return x_87; +lean_object* x_113; lean_object* x_114; +x_113 = lean_ctor_get(x_82, 0); +lean_dec(x_113); +x_114 = lean_box(0); +lean_ctor_set_tag(x_82, 0); +lean_ctor_set(x_82, 0, x_114); +return x_82; } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_120 = lean_ctor_get(x_87, 1); -lean_inc(x_120); -lean_dec(x_87); -x_121 = lean_box(0); -x_122 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_120); -return x_122; +lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_115 = lean_ctor_get(x_82, 1); +lean_inc(x_115); +lean_dec(x_82); +x_116 = lean_box(0); +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_116); +lean_ctor_set(x_117, 1, x_115); +return x_117; } } } } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; uint8_t x_126; -x_123 = lean_ctor_get(x_40, 0); -x_124 = lean_ctor_get(x_40, 1); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_40); -x_125 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; -x_126 = l_Lean_Expr_isConstOf(x_123, x_125); -if (x_126 == 0) +lean_object* x_118; lean_object* x_119; lean_object* x_120; uint8_t x_121; +x_118 = lean_ctor_get(x_35, 0); +x_119 = lean_ctor_get(x_35, 1); +lean_inc(x_119); +lean_inc(x_118); +lean_dec(x_35); +x_120 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; +x_121 = l_Lean_Expr_isConstOf(x_118, x_120); +if (x_121 == 0) { -lean_object* x_127; uint8_t x_128; -x_127 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; -x_128 = l_Lean_Expr_isConstOf(x_123, x_127); -lean_dec(x_123); -if (x_128 == 0) +lean_object* x_122; uint8_t x_123; +x_122 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; +x_123 = l_Lean_Expr_isConstOf(x_118, x_122); +lean_dec(x_118); +if (x_123 == 0) { -lean_object* x_129; lean_object* x_130; -lean_dec(x_35); +lean_object* x_124; lean_object* x_125; +lean_dec(x_30); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_129 = lean_box(0); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_124); -return x_130; +x_124 = lean_box(0); +x_125 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_119); +return x_125; } else { -lean_object* x_131; lean_object* x_132; -x_131 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8; -x_132 = l_Lean_Meta_mkEqRefl(x_131, x_2, x_3, x_4, x_5, x_124); -if (lean_obj_tag(x_132) == 0) +lean_object* x_126; lean_object* x_127; +x_126 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__6; +x_127 = l_Lean_Meta_mkEqRefl(x_126, x_2, x_3, x_4, x_5, x_119); +if (lean_obj_tag(x_127) == 0) { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_135 = x_132; +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; +x_128 = lean_ctor_get(x_127, 0); +lean_inc(x_128); +x_129 = lean_ctor_get(x_127, 1); +lean_inc(x_129); +if (lean_is_exclusive(x_127)) { + lean_ctor_release(x_127, 0); + lean_ctor_release(x_127, 1); + x_130 = x_127; } else { - lean_dec_ref(x_132); - x_135 = lean_box(0); + lean_dec_ref(x_127); + x_130 = lean_box(0); } -x_136 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); -x_137 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_138 = lean_array_push(x_137, x_1); -x_139 = lean_array_push(x_138, x_136); -x_140 = lean_array_push(x_139, x_133); -x_141 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; -x_142 = l_Lean_mkAppN(x_141, x_140); -x_143 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_143, 0, x_142); -x_144 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__3; -x_145 = lean_unsigned_to_nat(0u); -x_146 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_143); -lean_ctor_set(x_146, 2, x_145); -x_147 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_147, 0, x_146); -if (lean_is_scalar(x_135)) { - x_148 = lean_alloc_ctor(0, 2, 0); +x_131 = l_Lean_Expr_appArg_x21(x_30); +lean_dec(x_30); +x_132 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_133 = lean_array_push(x_132, x_1); +x_134 = lean_array_push(x_133, x_131); +x_135 = lean_array_push(x_134, x_128); +x_136 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10; +x_137 = l_Lean_mkAppN(x_136, x_135); +x_138 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_138, 0, x_137); +x_139 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; +x_140 = lean_unsigned_to_nat(0u); +x_141 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_138); +lean_ctor_set(x_141, 2, x_140); +x_142 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_142, 0, x_141); +if (lean_is_scalar(x_130)) { + x_143 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_135; + x_143 = x_130; } -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_134); -return x_148; +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_129); +return x_143; } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; -lean_dec(x_35); +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_30); lean_dec(x_1); -x_149 = lean_ctor_get(x_132, 1); -lean_inc(x_149); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_150 = x_132; +x_144 = lean_ctor_get(x_127, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_127)) { + lean_ctor_release(x_127, 0); + lean_ctor_release(x_127, 1); + x_145 = x_127; } else { - lean_dec_ref(x_132); - x_150 = lean_box(0); + lean_dec_ref(x_127); + x_145 = lean_box(0); } -x_151 = lean_box(0); -if (lean_is_scalar(x_150)) { - x_152 = lean_alloc_ctor(0, 2, 0); +x_146 = lean_box(0); +if (lean_is_scalar(x_145)) { + x_147 = lean_alloc_ctor(0, 2, 0); } else { - x_152 = x_150; - lean_ctor_set_tag(x_152, 0); + x_147 = x_145; + lean_ctor_set_tag(x_147, 0); } -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_149); -return x_152; +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_144); +return x_147; } } } else { -lean_object* x_153; lean_object* x_154; -lean_dec(x_123); -x_153 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13; -x_154 = l_Lean_Meta_mkEqRefl(x_153, x_2, x_3, x_4, x_5, x_124); -if (lean_obj_tag(x_154) == 0) +lean_object* x_148; lean_object* x_149; +lean_dec(x_118); +x_148 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; +x_149 = l_Lean_Meta_mkEqRefl(x_148, x_2, x_3, x_4, x_5, x_119); +if (lean_obj_tag(x_149) == 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; lean_object* x_168; lean_object* x_169; lean_object* x_170; -x_155 = lean_ctor_get(x_154, 0); -lean_inc(x_155); -x_156 = lean_ctor_get(x_154, 1); -lean_inc(x_156); -if (lean_is_exclusive(x_154)) { - lean_ctor_release(x_154, 0); - lean_ctor_release(x_154, 1); - x_157 = x_154; +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; +x_150 = lean_ctor_get(x_149, 0); +lean_inc(x_150); +x_151 = lean_ctor_get(x_149, 1); +lean_inc(x_151); +if (lean_is_exclusive(x_149)) { + lean_ctor_release(x_149, 0); + lean_ctor_release(x_149, 1); + x_152 = x_149; } else { - lean_dec_ref(x_154); - x_157 = lean_box(0); + lean_dec_ref(x_149); + x_152 = lean_box(0); } -x_158 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); -x_159 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_160 = lean_array_push(x_159, x_1); -x_161 = lean_array_push(x_160, x_158); -x_162 = lean_array_push(x_161, x_155); -x_163 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17; -x_164 = l_Lean_mkAppN(x_163, x_162); -x_165 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_165, 0, x_164); -x_166 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; -x_167 = lean_unsigned_to_nat(0u); -x_168 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_165); -lean_ctor_set(x_168, 2, x_167); -x_169 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_169, 0, x_168); -if (lean_is_scalar(x_157)) { - x_170 = lean_alloc_ctor(0, 2, 0); +x_153 = l_Lean_Expr_appArg_x21(x_30); +lean_dec(x_30); +x_154 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_155 = lean_array_push(x_154, x_1); +x_156 = lean_array_push(x_155, x_153); +x_157 = lean_array_push(x_156, x_150); +x_158 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18; +x_159 = l_Lean_mkAppN(x_158, x_157); +x_160 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_160, 0, x_159); +x_161 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15; +x_162 = lean_unsigned_to_nat(0u); +x_163 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_160); +lean_ctor_set(x_163, 2, x_162); +x_164 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_164, 0, x_163); +if (lean_is_scalar(x_152)) { + x_165 = lean_alloc_ctor(0, 2, 0); } else { - x_170 = x_157; + x_165 = x_152; } -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_156); -return x_170; +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_151); +return x_165; } else { -lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; -lean_dec(x_35); +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +lean_dec(x_30); lean_dec(x_1); -x_171 = lean_ctor_get(x_154, 1); -lean_inc(x_171); -if (lean_is_exclusive(x_154)) { - lean_ctor_release(x_154, 0); - lean_ctor_release(x_154, 1); - x_172 = x_154; +x_166 = lean_ctor_get(x_149, 1); +lean_inc(x_166); +if (lean_is_exclusive(x_149)) { + lean_ctor_release(x_149, 0); + lean_ctor_release(x_149, 1); + x_167 = x_149; } else { - lean_dec_ref(x_154); - x_172 = lean_box(0); + lean_dec_ref(x_149); + x_167 = lean_box(0); } -x_173 = lean_box(0); -if (lean_is_scalar(x_172)) { - x_174 = lean_alloc_ctor(0, 2, 0); +x_168 = lean_box(0); +if (lean_is_scalar(x_167)) { + x_169 = lean_alloc_ctor(0, 2, 0); } else { - x_174 = x_172; - lean_ctor_set_tag(x_174, 0); + x_169 = x_167; + lean_ctor_set_tag(x_169, 0); } -lean_ctor_set(x_174, 0, x_173); -lean_ctor_set(x_174, 1, x_171); -return x_174; +lean_ctor_set(x_169, 0, x_168); +lean_ctor_set(x_169, 1, x_166); +return x_169; } } } } else { -uint8_t x_175; -lean_dec(x_35); +uint8_t x_170; +lean_dec(x_30); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_175 = !lean_is_exclusive(x_40); -if (x_175 == 0) -{ -lean_object* x_176; lean_object* x_177; -x_176 = lean_ctor_get(x_40, 0); -lean_dec(x_176); -x_177 = lean_box(0); -lean_ctor_set_tag(x_40, 0); -lean_ctor_set(x_40, 0, x_177); -return x_40; +x_170 = !lean_is_exclusive(x_35); +if (x_170 == 0) +{ +lean_object* x_171; lean_object* x_172; +x_171 = lean_ctor_get(x_35, 0); +lean_dec(x_171); +x_172 = lean_box(0); +lean_ctor_set_tag(x_35, 0); +lean_ctor_set(x_35, 0, x_172); +return x_35; } else { -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_40, 1); -lean_inc(x_178); -lean_dec(x_40); -x_179 = lean_box(0); -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_173; lean_object* x_174; lean_object* x_175; +x_173 = lean_ctor_get(x_35, 1); +lean_inc(x_173); +lean_dec(x_35); +x_174 = lean_box(0); +x_175 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_173); +return x_175; } } } else { -uint8_t x_181; +uint8_t x_176; lean_dec(x_2); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_181 = !lean_is_exclusive(x_34); -if (x_181 == 0) +x_176 = !lean_is_exclusive(x_29); +if (x_176 == 0) { -lean_object* x_182; lean_object* x_183; -x_182 = lean_ctor_get(x_34, 0); -lean_dec(x_182); -x_183 = lean_box(0); -lean_ctor_set_tag(x_34, 0); -lean_ctor_set(x_34, 0, x_183); -return x_34; +lean_object* x_177; lean_object* x_178; +x_177 = lean_ctor_get(x_29, 0); +lean_dec(x_177); +x_178 = lean_box(0); +lean_ctor_set_tag(x_29, 0); +lean_ctor_set(x_29, 0, x_178); +return x_29; } else { -lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_184 = lean_ctor_get(x_34, 1); +lean_object* x_179; lean_object* x_180; lean_object* x_181; +x_179 = lean_ctor_get(x_29, 1); +lean_inc(x_179); +lean_dec(x_29); +x_180 = lean_box(0); +x_181 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_181, 0, x_180); +lean_ctor_set(x_181, 1, x_179); +return x_181; +} +} +} +else +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; uint8_t x_187; uint8_t x_188; uint8_t x_189; uint8_t 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; lean_object* x_200; lean_object* x_201; +x_182 = lean_ctor_get(x_2, 1); +x_183 = lean_ctor_get(x_2, 2); +x_184 = lean_ctor_get(x_2, 3); +x_185 = lean_ctor_get(x_2, 4); +x_186 = lean_ctor_get(x_2, 5); +x_187 = lean_ctor_get_uint8(x_9, 0); +x_188 = lean_ctor_get_uint8(x_9, 1); +x_189 = lean_ctor_get_uint8(x_9, 2); +x_190 = lean_ctor_get_uint8(x_9, 3); +x_191 = lean_ctor_get_uint8(x_9, 4); +x_192 = lean_ctor_get_uint8(x_9, 6); +x_193 = lean_ctor_get_uint8(x_9, 7); +x_194 = lean_ctor_get_uint8(x_9, 8); +x_195 = lean_ctor_get_uint8(x_9, 9); +x_196 = lean_ctor_get_uint8(x_9, 10); +x_197 = lean_ctor_get_uint8(x_9, 11); +x_198 = lean_ctor_get_uint8(x_9, 12); +lean_dec(x_9); +x_199 = 3; +x_200 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_200, 0, x_187); +lean_ctor_set_uint8(x_200, 1, x_188); +lean_ctor_set_uint8(x_200, 2, x_189); +lean_ctor_set_uint8(x_200, 3, x_190); +lean_ctor_set_uint8(x_200, 4, x_191); +lean_ctor_set_uint8(x_200, 5, x_199); +lean_ctor_set_uint8(x_200, 6, x_192); +lean_ctor_set_uint8(x_200, 7, x_193); +lean_ctor_set_uint8(x_200, 8, x_194); +lean_ctor_set_uint8(x_200, 9, x_195); +lean_ctor_set_uint8(x_200, 10, x_196); +lean_ctor_set_uint8(x_200, 11, x_197); +lean_ctor_set_uint8(x_200, 12, x_198); +lean_inc(x_186); +lean_inc(x_185); lean_inc(x_184); -lean_dec(x_34); -x_185 = lean_box(0); -x_186 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_186, 0, x_185); -lean_ctor_set(x_186, 1, x_184); -return x_186; -} -} -} -else -{ -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* 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; uint8_t x_201; uint8_t x_202; uint8_t x_203; uint8_t x_204; lean_object* x_205; lean_object* x_206; -x_187 = lean_ctor_get(x_2, 1); -x_188 = lean_ctor_get(x_2, 2); -x_189 = lean_ctor_get(x_2, 3); -x_190 = lean_ctor_get(x_2, 4); -x_191 = lean_ctor_get(x_2, 5); -x_192 = lean_ctor_get_uint8(x_14, 0); -x_193 = lean_ctor_get_uint8(x_14, 1); -x_194 = lean_ctor_get_uint8(x_14, 2); -x_195 = lean_ctor_get_uint8(x_14, 3); -x_196 = lean_ctor_get_uint8(x_14, 4); -x_197 = lean_ctor_get_uint8(x_14, 6); -x_198 = lean_ctor_get_uint8(x_14, 7); -x_199 = lean_ctor_get_uint8(x_14, 8); -x_200 = lean_ctor_get_uint8(x_14, 9); -x_201 = lean_ctor_get_uint8(x_14, 10); -x_202 = lean_ctor_get_uint8(x_14, 11); -x_203 = lean_ctor_get_uint8(x_14, 12); -lean_dec(x_14); -x_204 = 3; -x_205 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_205, 0, x_192); -lean_ctor_set_uint8(x_205, 1, x_193); -lean_ctor_set_uint8(x_205, 2, x_194); -lean_ctor_set_uint8(x_205, 3, x_195); -lean_ctor_set_uint8(x_205, 4, x_196); -lean_ctor_set_uint8(x_205, 5, x_204); -lean_ctor_set_uint8(x_205, 6, x_197); -lean_ctor_set_uint8(x_205, 7, x_198); -lean_ctor_set_uint8(x_205, 8, x_199); -lean_ctor_set_uint8(x_205, 9, x_200); -lean_ctor_set_uint8(x_205, 10, x_201); -lean_ctor_set_uint8(x_205, 11, x_202); -lean_ctor_set_uint8(x_205, 12, x_203); -lean_inc(x_191); -lean_inc(x_190); -lean_inc(x_189); -lean_inc(x_188); -lean_inc(x_187); -lean_ctor_set(x_2, 0, x_205); +lean_inc(x_183); +lean_inc(x_182); +lean_ctor_set(x_2, 0, x_200); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_206 = l_Lean_Meta_mkDecide(x_1, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_206) == 0) +x_201 = l_Lean_Meta_mkDecide(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_201) == 0) { -lean_object* x_207; lean_object* x_208; uint8_t x_209; lean_object* x_210; lean_object* x_211; lean_object* x_212; -x_207 = lean_ctor_get(x_206, 0); -lean_inc(x_207); -x_208 = lean_ctor_get(x_206, 1); -lean_inc(x_208); -lean_dec(x_206); -x_209 = 1; -x_210 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_210, 0, x_192); -lean_ctor_set_uint8(x_210, 1, x_193); -lean_ctor_set_uint8(x_210, 2, x_194); -lean_ctor_set_uint8(x_210, 3, x_195); -lean_ctor_set_uint8(x_210, 4, x_196); -lean_ctor_set_uint8(x_210, 5, x_209); -lean_ctor_set_uint8(x_210, 6, x_197); -lean_ctor_set_uint8(x_210, 7, x_198); -lean_ctor_set_uint8(x_210, 8, x_199); -lean_ctor_set_uint8(x_210, 9, x_200); -lean_ctor_set_uint8(x_210, 10, x_201); -lean_ctor_set_uint8(x_210, 11, x_202); -lean_ctor_set_uint8(x_210, 12, x_203); -x_211 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_211, 0, x_210); -lean_ctor_set(x_211, 1, x_187); -lean_ctor_set(x_211, 2, x_188); -lean_ctor_set(x_211, 3, x_189); -lean_ctor_set(x_211, 4, x_190); -lean_ctor_set(x_211, 5, x_191); +lean_object* x_202; lean_object* x_203; uint8_t x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_202 = lean_ctor_get(x_201, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_201, 1); +lean_inc(x_203); +lean_dec(x_201); +x_204 = 1; +x_205 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_205, 0, x_187); +lean_ctor_set_uint8(x_205, 1, x_188); +lean_ctor_set_uint8(x_205, 2, x_189); +lean_ctor_set_uint8(x_205, 3, x_190); +lean_ctor_set_uint8(x_205, 4, x_191); +lean_ctor_set_uint8(x_205, 5, x_204); +lean_ctor_set_uint8(x_205, 6, x_192); +lean_ctor_set_uint8(x_205, 7, x_193); +lean_ctor_set_uint8(x_205, 8, x_194); +lean_ctor_set_uint8(x_205, 9, x_195); +lean_ctor_set_uint8(x_205, 10, x_196); +lean_ctor_set_uint8(x_205, 11, x_197); +lean_ctor_set_uint8(x_205, 12, x_198); +x_206 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_206, 0, x_205); +lean_ctor_set(x_206, 1, x_182); +lean_ctor_set(x_206, 2, x_183); +lean_ctor_set(x_206, 3, x_184); +lean_ctor_set(x_206, 4, x_185); +lean_ctor_set(x_206, 5, x_186); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_207); -x_212 = lean_whnf(x_207, x_211, x_3, x_4, x_5, x_208); -if (lean_obj_tag(x_212) == 0) +lean_inc(x_202); +x_207 = lean_whnf(x_202, x_206, x_3, x_4, x_5, x_203); +if (lean_obj_tag(x_207) == 0) { -lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; uint8_t x_217; -x_213 = lean_ctor_get(x_212, 0); -lean_inc(x_213); -x_214 = lean_ctor_get(x_212, 1); -lean_inc(x_214); -if (lean_is_exclusive(x_212)) { - lean_ctor_release(x_212, 0); - lean_ctor_release(x_212, 1); - x_215 = x_212; +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; uint8_t x_212; +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_212); - x_215 = lean_box(0); + lean_dec_ref(x_207); + x_210 = lean_box(0); } -x_216 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; -x_217 = l_Lean_Expr_isConstOf(x_213, x_216); -if (x_217 == 0) +x_211 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; +x_212 = l_Lean_Expr_isConstOf(x_208, x_211); +if (x_212 == 0) { -lean_object* x_218; uint8_t x_219; -x_218 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; -x_219 = l_Lean_Expr_isConstOf(x_213, x_218); -lean_dec(x_213); -if (x_219 == 0) +lean_object* x_213; uint8_t x_214; +x_213 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; +x_214 = l_Lean_Expr_isConstOf(x_208, x_213); +lean_dec(x_208); +if (x_214 == 0) { -lean_object* x_220; lean_object* x_221; -lean_dec(x_207); +lean_object* x_215; lean_object* x_216; +lean_dec(x_202); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_220 = lean_box(0); -if (lean_is_scalar(x_215)) { - x_221 = lean_alloc_ctor(0, 2, 0); +x_215 = lean_box(0); +if (lean_is_scalar(x_210)) { + x_216 = lean_alloc_ctor(0, 2, 0); } else { - x_221 = x_215; + x_216 = x_210; } -lean_ctor_set(x_221, 0, x_220); -lean_ctor_set(x_221, 1, x_214); -return x_221; +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_209); +return x_216; } else { -lean_object* x_222; lean_object* x_223; -lean_dec(x_215); -x_222 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8; -x_223 = l_Lean_Meta_mkEqRefl(x_222, x_2, x_3, x_4, x_5, x_214); -if (lean_obj_tag(x_223) == 0) +lean_object* x_217; lean_object* x_218; +lean_dec(x_210); +x_217 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__6; +x_218 = l_Lean_Meta_mkEqRefl(x_217, x_2, x_3, x_4, x_5, x_209); +if (lean_obj_tag(x_218) == 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; 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; -x_224 = lean_ctor_get(x_223, 0); -lean_inc(x_224); -x_225 = lean_ctor_get(x_223, 1); -lean_inc(x_225); -if (lean_is_exclusive(x_223)) { - lean_ctor_release(x_223, 0); - lean_ctor_release(x_223, 1); - x_226 = x_223; +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; +x_219 = lean_ctor_get(x_218, 0); +lean_inc(x_219); +x_220 = lean_ctor_get(x_218, 1); +lean_inc(x_220); +if (lean_is_exclusive(x_218)) { + lean_ctor_release(x_218, 0); + lean_ctor_release(x_218, 1); + x_221 = x_218; } else { - lean_dec_ref(x_223); - x_226 = lean_box(0); -} -x_227 = l_Lean_Expr_appArg_x21(x_207); -lean_dec(x_207); -x_228 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_229 = lean_array_push(x_228, x_1); -x_230 = lean_array_push(x_229, x_227); -x_231 = lean_array_push(x_230, x_224); -x_232 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; -x_233 = l_Lean_mkAppN(x_232, x_231); -x_234 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_234, 0, x_233); -x_235 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__3; -x_236 = lean_unsigned_to_nat(0u); -x_237 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_237, 0, x_235); -lean_ctor_set(x_237, 1, x_234); -lean_ctor_set(x_237, 2, x_236); -x_238 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_238, 0, x_237); -if (lean_is_scalar(x_226)) { - x_239 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_218); + x_221 = lean_box(0); +} +x_222 = l_Lean_Expr_appArg_x21(x_202); +lean_dec(x_202); +x_223 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_224 = lean_array_push(x_223, x_1); +x_225 = lean_array_push(x_224, x_222); +x_226 = lean_array_push(x_225, x_219); +x_227 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10; +x_228 = l_Lean_mkAppN(x_227, x_226); +x_229 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_229, 0, x_228); +x_230 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; +x_231 = lean_unsigned_to_nat(0u); +x_232 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_232, 0, x_230); +lean_ctor_set(x_232, 1, x_229); +lean_ctor_set(x_232, 2, x_231); +x_233 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_233, 0, x_232); +if (lean_is_scalar(x_221)) { + x_234 = lean_alloc_ctor(0, 2, 0); } else { - x_239 = x_226; + x_234 = x_221; } -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_225); -return x_239; +lean_ctor_set(x_234, 0, x_233); +lean_ctor_set(x_234, 1, x_220); +return x_234; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; -lean_dec(x_207); +lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; +lean_dec(x_202); lean_dec(x_1); -x_240 = lean_ctor_get(x_223, 1); -lean_inc(x_240); -if (lean_is_exclusive(x_223)) { - lean_ctor_release(x_223, 0); - lean_ctor_release(x_223, 1); - x_241 = x_223; +x_235 = lean_ctor_get(x_218, 1); +lean_inc(x_235); +if (lean_is_exclusive(x_218)) { + lean_ctor_release(x_218, 0); + lean_ctor_release(x_218, 1); + x_236 = x_218; } else { - lean_dec_ref(x_223); - x_241 = lean_box(0); + lean_dec_ref(x_218); + x_236 = lean_box(0); } -x_242 = lean_box(0); -if (lean_is_scalar(x_241)) { - x_243 = lean_alloc_ctor(0, 2, 0); +x_237 = lean_box(0); +if (lean_is_scalar(x_236)) { + x_238 = lean_alloc_ctor(0, 2, 0); } else { - x_243 = x_241; - lean_ctor_set_tag(x_243, 0); + x_238 = x_236; + lean_ctor_set_tag(x_238, 0); } -lean_ctor_set(x_243, 0, x_242); -lean_ctor_set(x_243, 1, x_240); -return x_243; +lean_ctor_set(x_238, 0, x_237); +lean_ctor_set(x_238, 1, x_235); +return x_238; } } } else { -lean_object* x_244; lean_object* x_245; -lean_dec(x_215); -lean_dec(x_213); -x_244 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13; -x_245 = l_Lean_Meta_mkEqRefl(x_244, x_2, x_3, x_4, x_5, x_214); -if (lean_obj_tag(x_245) == 0) -{ -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; -x_246 = lean_ctor_get(x_245, 0); -lean_inc(x_246); -x_247 = lean_ctor_get(x_245, 1); -lean_inc(x_247); -if (lean_is_exclusive(x_245)) { - lean_ctor_release(x_245, 0); - lean_ctor_release(x_245, 1); - x_248 = x_245; +lean_object* x_239; lean_object* x_240; +lean_dec(x_210); +lean_dec(x_208); +x_239 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; +x_240 = l_Lean_Meta_mkEqRefl(x_239, x_2, x_3, x_4, x_5, x_209); +if (lean_obj_tag(x_240) == 0) +{ +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; +x_241 = lean_ctor_get(x_240, 0); +lean_inc(x_241); +x_242 = lean_ctor_get(x_240, 1); +lean_inc(x_242); +if (lean_is_exclusive(x_240)) { + lean_ctor_release(x_240, 0); + lean_ctor_release(x_240, 1); + x_243 = x_240; } else { - lean_dec_ref(x_245); - x_248 = lean_box(0); -} -x_249 = l_Lean_Expr_appArg_x21(x_207); -lean_dec(x_207); -x_250 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_251 = lean_array_push(x_250, x_1); -x_252 = lean_array_push(x_251, x_249); -x_253 = lean_array_push(x_252, x_246); -x_254 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17; -x_255 = l_Lean_mkAppN(x_254, x_253); -x_256 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_256, 0, x_255); -x_257 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; -x_258 = lean_unsigned_to_nat(0u); -x_259 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_259, 0, x_257); -lean_ctor_set(x_259, 1, x_256); -lean_ctor_set(x_259, 2, x_258); -x_260 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_260, 0, x_259); -if (lean_is_scalar(x_248)) { - x_261 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_240); + x_243 = lean_box(0); +} +x_244 = l_Lean_Expr_appArg_x21(x_202); +lean_dec(x_202); +x_245 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_246 = lean_array_push(x_245, x_1); +x_247 = lean_array_push(x_246, x_244); +x_248 = lean_array_push(x_247, x_241); +x_249 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18; +x_250 = l_Lean_mkAppN(x_249, x_248); +x_251 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_251, 0, x_250); +x_252 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15; +x_253 = lean_unsigned_to_nat(0u); +x_254 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_254, 0, x_252); +lean_ctor_set(x_254, 1, x_251); +lean_ctor_set(x_254, 2, x_253); +x_255 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_255, 0, x_254); +if (lean_is_scalar(x_243)) { + x_256 = lean_alloc_ctor(0, 2, 0); } else { - x_261 = x_248; + x_256 = x_243; } -lean_ctor_set(x_261, 0, x_260); -lean_ctor_set(x_261, 1, x_247); -return x_261; +lean_ctor_set(x_256, 0, x_255); +lean_ctor_set(x_256, 1, x_242); +return x_256; } else { -lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; -lean_dec(x_207); +lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; +lean_dec(x_202); lean_dec(x_1); -x_262 = lean_ctor_get(x_245, 1); -lean_inc(x_262); -if (lean_is_exclusive(x_245)) { - lean_ctor_release(x_245, 0); - lean_ctor_release(x_245, 1); - x_263 = x_245; +x_257 = lean_ctor_get(x_240, 1); +lean_inc(x_257); +if (lean_is_exclusive(x_240)) { + lean_ctor_release(x_240, 0); + lean_ctor_release(x_240, 1); + x_258 = x_240; } else { - lean_dec_ref(x_245); - x_263 = lean_box(0); + lean_dec_ref(x_240); + x_258 = lean_box(0); } -x_264 = lean_box(0); -if (lean_is_scalar(x_263)) { - x_265 = lean_alloc_ctor(0, 2, 0); +x_259 = lean_box(0); +if (lean_is_scalar(x_258)) { + x_260 = lean_alloc_ctor(0, 2, 0); } else { - x_265 = x_263; - lean_ctor_set_tag(x_265, 0); + x_260 = x_258; + lean_ctor_set_tag(x_260, 0); } -lean_ctor_set(x_265, 0, x_264); -lean_ctor_set(x_265, 1, x_262); -return x_265; +lean_ctor_set(x_260, 0, x_259); +lean_ctor_set(x_260, 1, x_257); +return x_260; } } } else { -lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; -lean_dec(x_207); +lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; +lean_dec(x_202); lean_dec(x_2); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_266 = lean_ctor_get(x_212, 1); -lean_inc(x_266); -if (lean_is_exclusive(x_212)) { - lean_ctor_release(x_212, 0); - lean_ctor_release(x_212, 1); - x_267 = x_212; +x_261 = lean_ctor_get(x_207, 1); +lean_inc(x_261); +if (lean_is_exclusive(x_207)) { + lean_ctor_release(x_207, 0); + lean_ctor_release(x_207, 1); + x_262 = x_207; } else { - lean_dec_ref(x_212); - x_267 = lean_box(0); + lean_dec_ref(x_207); + x_262 = lean_box(0); } -x_268 = lean_box(0); -if (lean_is_scalar(x_267)) { - x_269 = lean_alloc_ctor(0, 2, 0); +x_263 = lean_box(0); +if (lean_is_scalar(x_262)) { + x_264 = lean_alloc_ctor(0, 2, 0); } else { - x_269 = x_267; - lean_ctor_set_tag(x_269, 0); + x_264 = x_262; + lean_ctor_set_tag(x_264, 0); } -lean_ctor_set(x_269, 0, x_268); -lean_ctor_set(x_269, 1, x_266); -return x_269; +lean_ctor_set(x_264, 0, x_263); +lean_ctor_set(x_264, 1, x_261); +return x_264; } } else { -lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; +lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_dec(x_2); -lean_dec(x_191); -lean_dec(x_190); -lean_dec(x_189); -lean_dec(x_188); -lean_dec(x_187); +lean_dec(x_186); +lean_dec(x_185); +lean_dec(x_184); +lean_dec(x_183); +lean_dec(x_182); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_270 = lean_ctor_get(x_206, 1); -lean_inc(x_270); -if (lean_is_exclusive(x_206)) { - lean_ctor_release(x_206, 0); - lean_ctor_release(x_206, 1); - x_271 = x_206; +x_265 = lean_ctor_get(x_201, 1); +lean_inc(x_265); +if (lean_is_exclusive(x_201)) { + lean_ctor_release(x_201, 0); + lean_ctor_release(x_201, 1); + x_266 = x_201; } else { - lean_dec_ref(x_206); - x_271 = lean_box(0); + lean_dec_ref(x_201); + x_266 = lean_box(0); } -x_272 = lean_box(0); -if (lean_is_scalar(x_271)) { - x_273 = lean_alloc_ctor(0, 2, 0); +x_267 = lean_box(0); +if (lean_is_scalar(x_266)) { + x_268 = lean_alloc_ctor(0, 2, 0); } else { - x_273 = x_271; - lean_ctor_set_tag(x_273, 0); + x_268 = x_266; + lean_ctor_set_tag(x_268, 0); } -lean_ctor_set(x_273, 0, x_272); -lean_ctor_set(x_273, 1, x_270); -return x_273; +lean_ctor_set(x_268, 0, x_267); +lean_ctor_set(x_268, 1, x_265); +return x_268; } } } else { -lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; uint8_t x_280; uint8_t x_281; uint8_t x_282; uint8_t x_283; uint8_t x_284; uint8_t x_285; uint8_t x_286; uint8_t x_287; uint8_t x_288; uint8_t x_289; uint8_t x_290; uint8_t x_291; lean_object* x_292; uint8_t x_293; lean_object* x_294; lean_object* x_295; lean_object* x_296; -x_274 = lean_ctor_get(x_2, 0); -x_275 = lean_ctor_get(x_2, 1); -x_276 = lean_ctor_get(x_2, 2); -x_277 = lean_ctor_get(x_2, 3); -x_278 = lean_ctor_get(x_2, 4); -x_279 = lean_ctor_get(x_2, 5); -lean_inc(x_279); -lean_inc(x_278); -lean_inc(x_277); -lean_inc(x_276); -lean_inc(x_275); +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; uint8_t x_276; uint8_t x_277; uint8_t x_278; uint8_t x_279; uint8_t x_280; uint8_t x_281; uint8_t x_282; uint8_t x_283; uint8_t x_284; uint8_t x_285; uint8_t x_286; lean_object* x_287; uint8_t x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; +x_269 = lean_ctor_get(x_2, 0); +x_270 = lean_ctor_get(x_2, 1); +x_271 = lean_ctor_get(x_2, 2); +x_272 = lean_ctor_get(x_2, 3); +x_273 = lean_ctor_get(x_2, 4); +x_274 = lean_ctor_get(x_2, 5); 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_dec(x_2); -x_280 = lean_ctor_get_uint8(x_274, 0); -x_281 = lean_ctor_get_uint8(x_274, 1); -x_282 = lean_ctor_get_uint8(x_274, 2); -x_283 = lean_ctor_get_uint8(x_274, 3); -x_284 = lean_ctor_get_uint8(x_274, 4); -x_285 = lean_ctor_get_uint8(x_274, 6); -x_286 = lean_ctor_get_uint8(x_274, 7); -x_287 = lean_ctor_get_uint8(x_274, 8); -x_288 = lean_ctor_get_uint8(x_274, 9); -x_289 = lean_ctor_get_uint8(x_274, 10); -x_290 = lean_ctor_get_uint8(x_274, 11); -x_291 = lean_ctor_get_uint8(x_274, 12); -if (lean_is_exclusive(x_274)) { - x_292 = x_274; +x_275 = lean_ctor_get_uint8(x_269, 0); +x_276 = lean_ctor_get_uint8(x_269, 1); +x_277 = lean_ctor_get_uint8(x_269, 2); +x_278 = lean_ctor_get_uint8(x_269, 3); +x_279 = lean_ctor_get_uint8(x_269, 4); +x_280 = lean_ctor_get_uint8(x_269, 6); +x_281 = lean_ctor_get_uint8(x_269, 7); +x_282 = lean_ctor_get_uint8(x_269, 8); +x_283 = lean_ctor_get_uint8(x_269, 9); +x_284 = lean_ctor_get_uint8(x_269, 10); +x_285 = lean_ctor_get_uint8(x_269, 11); +x_286 = lean_ctor_get_uint8(x_269, 12); +if (lean_is_exclusive(x_269)) { + x_287 = x_269; } else { - lean_dec_ref(x_274); - x_292 = lean_box(0); + lean_dec_ref(x_269); + x_287 = lean_box(0); } -x_293 = 3; -if (lean_is_scalar(x_292)) { - x_294 = lean_alloc_ctor(0, 0, 13); +x_288 = 3; +if (lean_is_scalar(x_287)) { + x_289 = lean_alloc_ctor(0, 0, 13); } else { - x_294 = x_292; -} -lean_ctor_set_uint8(x_294, 0, x_280); -lean_ctor_set_uint8(x_294, 1, x_281); -lean_ctor_set_uint8(x_294, 2, x_282); -lean_ctor_set_uint8(x_294, 3, x_283); -lean_ctor_set_uint8(x_294, 4, x_284); -lean_ctor_set_uint8(x_294, 5, x_293); -lean_ctor_set_uint8(x_294, 6, x_285); -lean_ctor_set_uint8(x_294, 7, x_286); -lean_ctor_set_uint8(x_294, 8, x_287); -lean_ctor_set_uint8(x_294, 9, x_288); -lean_ctor_set_uint8(x_294, 10, x_289); -lean_ctor_set_uint8(x_294, 11, x_290); -lean_ctor_set_uint8(x_294, 12, x_291); -lean_inc(x_279); -lean_inc(x_278); -lean_inc(x_277); -lean_inc(x_276); -lean_inc(x_275); -x_295 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_295, 0, x_294); -lean_ctor_set(x_295, 1, x_275); -lean_ctor_set(x_295, 2, x_276); -lean_ctor_set(x_295, 3, x_277); -lean_ctor_set(x_295, 4, x_278); -lean_ctor_set(x_295, 5, x_279); + x_289 = x_287; +} +lean_ctor_set_uint8(x_289, 0, x_275); +lean_ctor_set_uint8(x_289, 1, x_276); +lean_ctor_set_uint8(x_289, 2, x_277); +lean_ctor_set_uint8(x_289, 3, x_278); +lean_ctor_set_uint8(x_289, 4, x_279); +lean_ctor_set_uint8(x_289, 5, x_288); +lean_ctor_set_uint8(x_289, 6, x_280); +lean_ctor_set_uint8(x_289, 7, x_281); +lean_ctor_set_uint8(x_289, 8, x_282); +lean_ctor_set_uint8(x_289, 9, x_283); +lean_ctor_set_uint8(x_289, 10, x_284); +lean_ctor_set_uint8(x_289, 11, x_285); +lean_ctor_set_uint8(x_289, 12, x_286); +lean_inc(x_274); +lean_inc(x_273); +lean_inc(x_272); +lean_inc(x_271); +lean_inc(x_270); +x_290 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_290, 0, x_289); +lean_ctor_set(x_290, 1, x_270); +lean_ctor_set(x_290, 2, x_271); +lean_ctor_set(x_290, 3, x_272); +lean_ctor_set(x_290, 4, x_273); +lean_ctor_set(x_290, 5, x_274); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_295); +lean_inc(x_290); lean_inc(x_1); -x_296 = l_Lean_Meta_mkDecide(x_1, x_295, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_296) == 0) +x_291 = l_Lean_Meta_mkDecide(x_1, x_290, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_291) == 0) { -lean_object* x_297; lean_object* x_298; uint8_t x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; -x_297 = lean_ctor_get(x_296, 0); -lean_inc(x_297); -x_298 = lean_ctor_get(x_296, 1); -lean_inc(x_298); -lean_dec(x_296); -x_299 = 1; -x_300 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_300, 0, x_280); -lean_ctor_set_uint8(x_300, 1, x_281); -lean_ctor_set_uint8(x_300, 2, x_282); -lean_ctor_set_uint8(x_300, 3, x_283); -lean_ctor_set_uint8(x_300, 4, x_284); -lean_ctor_set_uint8(x_300, 5, x_299); -lean_ctor_set_uint8(x_300, 6, x_285); -lean_ctor_set_uint8(x_300, 7, x_286); -lean_ctor_set_uint8(x_300, 8, x_287); -lean_ctor_set_uint8(x_300, 9, x_288); -lean_ctor_set_uint8(x_300, 10, x_289); -lean_ctor_set_uint8(x_300, 11, x_290); -lean_ctor_set_uint8(x_300, 12, x_291); -x_301 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_301, 0, x_300); -lean_ctor_set(x_301, 1, x_275); -lean_ctor_set(x_301, 2, x_276); -lean_ctor_set(x_301, 3, x_277); -lean_ctor_set(x_301, 4, x_278); -lean_ctor_set(x_301, 5, x_279); +lean_object* x_292; lean_object* x_293; uint8_t x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; +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 = 1; +x_295 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_295, 0, x_275); +lean_ctor_set_uint8(x_295, 1, x_276); +lean_ctor_set_uint8(x_295, 2, x_277); +lean_ctor_set_uint8(x_295, 3, x_278); +lean_ctor_set_uint8(x_295, 4, x_279); +lean_ctor_set_uint8(x_295, 5, x_294); +lean_ctor_set_uint8(x_295, 6, x_280); +lean_ctor_set_uint8(x_295, 7, x_281); +lean_ctor_set_uint8(x_295, 8, x_282); +lean_ctor_set_uint8(x_295, 9, x_283); +lean_ctor_set_uint8(x_295, 10, x_284); +lean_ctor_set_uint8(x_295, 11, x_285); +lean_ctor_set_uint8(x_295, 12, x_286); +x_296 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_296, 0, x_295); +lean_ctor_set(x_296, 1, x_270); +lean_ctor_set(x_296, 2, x_271); +lean_ctor_set(x_296, 3, x_272); +lean_ctor_set(x_296, 4, x_273); +lean_ctor_set(x_296, 5, x_274); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_297); -x_302 = lean_whnf(x_297, x_301, x_3, x_4, x_5, x_298); -if (lean_obj_tag(x_302) == 0) -{ -lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; uint8_t x_307; -x_303 = lean_ctor_get(x_302, 0); -lean_inc(x_303); -x_304 = lean_ctor_get(x_302, 1); -lean_inc(x_304); -if (lean_is_exclusive(x_302)) { - lean_ctor_release(x_302, 0); - lean_ctor_release(x_302, 1); - x_305 = x_302; +lean_inc(x_292); +x_297 = lean_whnf(x_292, x_296, x_3, x_4, x_5, x_293); +if (lean_obj_tag(x_297) == 0) +{ +lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; uint8_t x_302; +x_298 = lean_ctor_get(x_297, 0); +lean_inc(x_298); +x_299 = lean_ctor_get(x_297, 1); +lean_inc(x_299); +if (lean_is_exclusive(x_297)) { + lean_ctor_release(x_297, 0); + lean_ctor_release(x_297, 1); + x_300 = x_297; } else { - lean_dec_ref(x_302); - x_305 = lean_box(0); -} -x_306 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; -x_307 = l_Lean_Expr_isConstOf(x_303, x_306); -if (x_307 == 0) -{ -lean_object* x_308; uint8_t x_309; -x_308 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; -x_309 = l_Lean_Expr_isConstOf(x_303, x_308); -lean_dec(x_303); -if (x_309 == 0) -{ -lean_object* x_310; lean_object* x_311; -lean_dec(x_297); -lean_dec(x_295); + lean_dec_ref(x_297); + x_300 = lean_box(0); +} +x_301 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__3; +x_302 = l_Lean_Expr_isConstOf(x_298, x_301); +if (x_302 == 0) +{ +lean_object* x_303; uint8_t x_304; +x_303 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__5; +x_304 = l_Lean_Expr_isConstOf(x_298, x_303); +lean_dec(x_298); +if (x_304 == 0) +{ +lean_object* x_305; lean_object* x_306; +lean_dec(x_292); +lean_dec(x_290); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_310 = lean_box(0); -if (lean_is_scalar(x_305)) { - x_311 = lean_alloc_ctor(0, 2, 0); +x_305 = lean_box(0); +if (lean_is_scalar(x_300)) { + x_306 = lean_alloc_ctor(0, 2, 0); } else { - x_311 = x_305; + x_306 = x_300; } -lean_ctor_set(x_311, 0, x_310); -lean_ctor_set(x_311, 1, x_304); -return x_311; +lean_ctor_set(x_306, 0, x_305); +lean_ctor_set(x_306, 1, x_299); +return x_306; } else { -lean_object* x_312; lean_object* x_313; -lean_dec(x_305); -x_312 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__8; -x_313 = l_Lean_Meta_mkEqRefl(x_312, x_295, x_3, x_4, x_5, x_304); -if (lean_obj_tag(x_313) == 0) +lean_object* x_307; lean_object* x_308; +lean_dec(x_300); +x_307 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__6; +x_308 = l_Lean_Meta_mkEqRefl(x_307, x_290, x_3, x_4, x_5, x_299); +if (lean_obj_tag(x_308) == 0) { -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; -x_314 = lean_ctor_get(x_313, 0); -lean_inc(x_314); -x_315 = lean_ctor_get(x_313, 1); -lean_inc(x_315); -if (lean_is_exclusive(x_313)) { - lean_ctor_release(x_313, 0); - lean_ctor_release(x_313, 1); - x_316 = x_313; +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; +x_309 = lean_ctor_get(x_308, 0); +lean_inc(x_309); +x_310 = lean_ctor_get(x_308, 1); +lean_inc(x_310); +if (lean_is_exclusive(x_308)) { + lean_ctor_release(x_308, 0); + lean_ctor_release(x_308, 1); + x_311 = x_308; } else { - lean_dec_ref(x_313); - x_316 = lean_box(0); -} -x_317 = l_Lean_Expr_appArg_x21(x_297); -lean_dec(x_297); -x_318 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_319 = lean_array_push(x_318, x_1); -x_320 = lean_array_push(x_319, x_317); -x_321 = lean_array_push(x_320, x_314); -x_322 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; -x_323 = l_Lean_mkAppN(x_322, x_321); -x_324 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_324, 0, x_323); -x_325 = l_Lean_Meta_Simp_rewriteCtorEq_x3f___lambda__1___closed__3; -x_326 = lean_unsigned_to_nat(0u); -x_327 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_327, 0, x_325); -lean_ctor_set(x_327, 1, x_324); -lean_ctor_set(x_327, 2, x_326); -x_328 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_328, 0, x_327); -if (lean_is_scalar(x_316)) { - x_329 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_308); + x_311 = lean_box(0); +} +x_312 = l_Lean_Expr_appArg_x21(x_292); +lean_dec(x_292); +x_313 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_314 = lean_array_push(x_313, x_1); +x_315 = lean_array_push(x_314, x_312); +x_316 = lean_array_push(x_315, x_309); +x_317 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__10; +x_318 = l_Lean_mkAppN(x_317, x_316); +x_319 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_319, 0, x_318); +x_320 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__7; +x_321 = lean_unsigned_to_nat(0u); +x_322 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_322, 0, x_320); +lean_ctor_set(x_322, 1, x_319); +lean_ctor_set(x_322, 2, x_321); +x_323 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_323, 0, x_322); +if (lean_is_scalar(x_311)) { + x_324 = lean_alloc_ctor(0, 2, 0); } else { - x_329 = x_316; + x_324 = x_311; } -lean_ctor_set(x_329, 0, x_328); -lean_ctor_set(x_329, 1, x_315); -return x_329; +lean_ctor_set(x_324, 0, x_323); +lean_ctor_set(x_324, 1, x_310); +return x_324; } else { -lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; -lean_dec(x_297); +lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; +lean_dec(x_292); lean_dec(x_1); -x_330 = lean_ctor_get(x_313, 1); -lean_inc(x_330); -if (lean_is_exclusive(x_313)) { - lean_ctor_release(x_313, 0); - lean_ctor_release(x_313, 1); - x_331 = x_313; +x_325 = lean_ctor_get(x_308, 1); +lean_inc(x_325); +if (lean_is_exclusive(x_308)) { + lean_ctor_release(x_308, 0); + lean_ctor_release(x_308, 1); + x_326 = x_308; } else { - lean_dec_ref(x_313); - x_331 = lean_box(0); + lean_dec_ref(x_308); + x_326 = lean_box(0); } -x_332 = lean_box(0); -if (lean_is_scalar(x_331)) { - x_333 = lean_alloc_ctor(0, 2, 0); +x_327 = lean_box(0); +if (lean_is_scalar(x_326)) { + x_328 = lean_alloc_ctor(0, 2, 0); } else { - x_333 = x_331; - lean_ctor_set_tag(x_333, 0); + x_328 = x_326; + lean_ctor_set_tag(x_328, 0); } -lean_ctor_set(x_333, 0, x_332); -lean_ctor_set(x_333, 1, x_330); -return x_333; +lean_ctor_set(x_328, 0, x_327); +lean_ctor_set(x_328, 1, x_325); +return x_328; } } } else { -lean_object* x_334; lean_object* x_335; -lean_dec(x_305); -lean_dec(x_303); -x_334 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__13; -x_335 = l_Lean_Meta_mkEqRefl(x_334, x_295, x_3, x_4, x_5, x_304); -if (lean_obj_tag(x_335) == 0) -{ -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; -x_336 = lean_ctor_get(x_335, 0); -lean_inc(x_336); -x_337 = lean_ctor_get(x_335, 1); -lean_inc(x_337); -if (lean_is_exclusive(x_335)) { - lean_ctor_release(x_335, 0); - lean_ctor_release(x_335, 1); - x_338 = x_335; +lean_object* x_329; lean_object* x_330; +lean_dec(x_300); +lean_dec(x_298); +x_329 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; +x_330 = l_Lean_Meta_mkEqRefl(x_329, x_290, x_3, x_4, x_5, x_299); +if (lean_obj_tag(x_330) == 0) +{ +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; +x_331 = lean_ctor_get(x_330, 0); +lean_inc(x_331); +x_332 = lean_ctor_get(x_330, 1); +lean_inc(x_332); +if (lean_is_exclusive(x_330)) { + lean_ctor_release(x_330, 0); + lean_ctor_release(x_330, 1); + x_333 = x_330; } else { - lean_dec_ref(x_335); - x_338 = lean_box(0); -} -x_339 = l_Lean_Expr_appArg_x21(x_297); -lean_dec(x_297); -x_340 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__12; -x_341 = lean_array_push(x_340, x_1); -x_342 = lean_array_push(x_341, x_339); -x_343 = lean_array_push(x_342, x_336); -x_344 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17; -x_345 = l_Lean_mkAppN(x_344, x_343); -x_346 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_346, 0, x_345); -x_347 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__14; -x_348 = lean_unsigned_to_nat(0u); -x_349 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_349, 0, x_347); -lean_ctor_set(x_349, 1, x_346); -lean_ctor_set(x_349, 2, x_348); -x_350 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_350, 0, x_349); -if (lean_is_scalar(x_338)) { - x_351 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_330); + x_333 = lean_box(0); +} +x_334 = l_Lean_Expr_appArg_x21(x_292); +lean_dec(x_292); +x_335 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__11; +x_336 = lean_array_push(x_335, x_1); +x_337 = lean_array_push(x_336, x_334); +x_338 = lean_array_push(x_337, x_331); +x_339 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18; +x_340 = l_Lean_mkAppN(x_339, x_338); +x_341 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_341, 0, x_340); +x_342 = l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__15; +x_343 = lean_unsigned_to_nat(0u); +x_344 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_344, 0, x_342); +lean_ctor_set(x_344, 1, x_341); +lean_ctor_set(x_344, 2, x_343); +x_345 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_345, 0, x_344); +if (lean_is_scalar(x_333)) { + x_346 = lean_alloc_ctor(0, 2, 0); } else { - x_351 = x_338; + x_346 = x_333; } -lean_ctor_set(x_351, 0, x_350); -lean_ctor_set(x_351, 1, x_337); -return x_351; +lean_ctor_set(x_346, 0, x_345); +lean_ctor_set(x_346, 1, x_332); +return x_346; } else { -lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; -lean_dec(x_297); +lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_object* x_350; +lean_dec(x_292); lean_dec(x_1); -x_352 = lean_ctor_get(x_335, 1); -lean_inc(x_352); -if (lean_is_exclusive(x_335)) { - lean_ctor_release(x_335, 0); - lean_ctor_release(x_335, 1); - x_353 = x_335; +x_347 = lean_ctor_get(x_330, 1); +lean_inc(x_347); +if (lean_is_exclusive(x_330)) { + lean_ctor_release(x_330, 0); + lean_ctor_release(x_330, 1); + x_348 = x_330; } else { - lean_dec_ref(x_335); - x_353 = lean_box(0); + lean_dec_ref(x_330); + x_348 = lean_box(0); } -x_354 = lean_box(0); -if (lean_is_scalar(x_353)) { - x_355 = lean_alloc_ctor(0, 2, 0); +x_349 = lean_box(0); +if (lean_is_scalar(x_348)) { + x_350 = lean_alloc_ctor(0, 2, 0); } else { - x_355 = x_353; - lean_ctor_set_tag(x_355, 0); + x_350 = x_348; + lean_ctor_set_tag(x_350, 0); } -lean_ctor_set(x_355, 0, x_354); -lean_ctor_set(x_355, 1, x_352); -return x_355; +lean_ctor_set(x_350, 0, x_349); +lean_ctor_set(x_350, 1, x_347); +return x_350; } } } else { -lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; -lean_dec(x_297); -lean_dec(x_295); +lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; +lean_dec(x_292); +lean_dec(x_290); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_356 = lean_ctor_get(x_302, 1); -lean_inc(x_356); -if (lean_is_exclusive(x_302)) { - lean_ctor_release(x_302, 0); - lean_ctor_release(x_302, 1); - x_357 = x_302; +x_351 = lean_ctor_get(x_297, 1); +lean_inc(x_351); +if (lean_is_exclusive(x_297)) { + lean_ctor_release(x_297, 0); + lean_ctor_release(x_297, 1); + x_352 = x_297; } else { - lean_dec_ref(x_302); - x_357 = lean_box(0); + lean_dec_ref(x_297); + x_352 = lean_box(0); } -x_358 = lean_box(0); -if (lean_is_scalar(x_357)) { - x_359 = lean_alloc_ctor(0, 2, 0); +x_353 = lean_box(0); +if (lean_is_scalar(x_352)) { + x_354 = lean_alloc_ctor(0, 2, 0); } else { - x_359 = x_357; - lean_ctor_set_tag(x_359, 0); + x_354 = x_352; + lean_ctor_set_tag(x_354, 0); } -lean_ctor_set(x_359, 0, x_358); -lean_ctor_set(x_359, 1, x_356); -return x_359; +lean_ctor_set(x_354, 0, x_353); +lean_ctor_set(x_354, 1, x_351); +return x_354; } } else { -lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; -lean_dec(x_295); -lean_dec(x_279); -lean_dec(x_278); -lean_dec(x_277); -lean_dec(x_276); -lean_dec(x_275); +lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; +lean_dec(x_290); +lean_dec(x_274); +lean_dec(x_273); +lean_dec(x_272); +lean_dec(x_271); +lean_dec(x_270); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_360 = lean_ctor_get(x_296, 1); -lean_inc(x_360); -if (lean_is_exclusive(x_296)) { - lean_ctor_release(x_296, 0); - lean_ctor_release(x_296, 1); - x_361 = x_296; +x_355 = lean_ctor_get(x_291, 1); +lean_inc(x_355); +if (lean_is_exclusive(x_291)) { + lean_ctor_release(x_291, 0); + lean_ctor_release(x_291, 1); + x_356 = x_291; } else { - lean_dec_ref(x_296); - x_361 = lean_box(0); + lean_dec_ref(x_291); + x_356 = lean_box(0); } -x_362 = lean_box(0); -if (lean_is_scalar(x_361)) { - x_363 = lean_alloc_ctor(0, 2, 0); +x_357 = lean_box(0); +if (lean_is_scalar(x_356)) { + x_358 = lean_alloc_ctor(0, 2, 0); } else { - x_363 = x_361; - lean_ctor_set_tag(x_363, 0); -} -lean_ctor_set(x_363, 0, x_362); -lean_ctor_set(x_363, 1, x_360); -return x_363; -} -} -} -else -{ -lean_object* x_364; lean_object* x_365; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_364 = lean_box(0); -x_365 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_365, 0, x_364); -lean_ctor_set(x_365, 1, x_6); -return x_365; + x_358 = x_356; + lean_ctor_set_tag(x_358, 0); } +lean_ctor_set(x_358, 0, x_357); +lean_ctor_set(x_358, 1, x_355); +return x_358; } -else -{ -lean_object* x_366; lean_object* x_367; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_366 = lean_box(0); -x_367 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_367, 0, x_366); -lean_ctor_set(x_367, 1, x_6); -return x_367; } } else { -lean_object* x_368; lean_object* x_369; +lean_object* x_359; lean_object* x_360; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_368 = lean_box(0); -x_369 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_369, 0, x_368); -lean_ctor_set(x_369, 1, x_6); -return x_369; +x_359 = lean_box(0); +x_360 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_360, 0, x_359); +lean_ctor_set(x_360, 1, x_6); +return x_360; } } -else -{ -lean_object* x_370; lean_object* x_371; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_370 = lean_box(0); -x_371 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_371, 0, x_370); -lean_ctor_set(x_371, 1, x_6); -return x_371; -} } } LEAN_EXPORT lean_object* l_Lean_Meta_Simp_tryRewriteUsingDecide_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { @@ -16857,6 +16785,8 @@ l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__16 = _init_l_Lean_Meta_Simp_re lean_mark_persistent(l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__16); l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17 = _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17(); lean_mark_persistent(l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__17); +l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18 = _init_l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18(); +lean_mark_persistent(l_Lean_Meta_Simp_rewriteUsingDecide_x3f___closed__18); l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Meta_Simp_simpMatch_x3f___spec__1___closed__1 = _init_l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Meta_Simp_simpMatch_x3f___spec__1___closed__1(); lean_mark_persistent(l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Meta_Simp_simpMatch_x3f___spec__1___closed__1); l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_rewritePre___spec__1___closed__1 = _init_l_Array_forInUnsafe_loop___at_Lean_Meta_Simp_rewritePre___spec__1___closed__1(); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c b/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c index ea900a45834a..7e742434eb69 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpCongrTheorems.c @@ -19,17 +19,15 @@ static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___s LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___at_Lean_Meta_mkSimpCongrTheorem___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* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__13(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__13; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__5; LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__10(lean_object*, lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); lean_object* l_Lean_getAttrParamOptPrio(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__3___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorem; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__6; 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* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__2; 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*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -41,26 +39,22 @@ static lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___s LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__11___boxed(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_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__5(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__8(lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__11(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_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___spec__9___lambda__1___closed__1; lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__33; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__6; size_t lean_uint64_to_usize(uint64_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__3; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__1; static lean_object* l_Lean_Meta_instReprSimpCongrTheorem___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_getSimpCongrTheorems(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__4; static lean_object* l_Lean_Meta_mkSimpCongrTheorem___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__10; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348_(lean_object*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__12(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__26; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____closed__3; @@ -71,30 +65,33 @@ lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__8; size_t lean_usize_mul(size_t, size_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__21; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__16(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__2; 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_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__22; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__4(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__21; lean_object* lean_array_fget(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__10; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__32; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__12; lean_object* l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11___closed__2; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Meta_addSimpCongrTheoremEntry___spec__8(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247_(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__8; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__3___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__3; static lean_object* l_Lean_Meta_addSimpCongrTheorem___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__16; 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*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__3; lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(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_2348____lambda__1___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__19; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__3(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___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__30; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__6; @@ -106,10 +103,10 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getSimpCongrTheorems___boxed(lean_object*, static lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__5(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt___lambda__1(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__6; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__8; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__9; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__17; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__27; LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____spec__1(lean_object*); static lean_object* l_Lean_Meta_instReprSimpCongrTheorems___closed__1; @@ -118,6 +115,7 @@ extern lean_object* l_Lean_Expr_instBEqExpr; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__4___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__4(lean_object*, lean_object*, size_t, 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_Simp_SimpCongrTheorems___hyg_2352____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpCongrTheorems_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedSimpCongrTheorems; @@ -130,7 +128,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__22; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__12; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__9; LEAN_EXPORT lean_object* l_Array_forInUnsafe_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*); LEAN_EXPORT lean_object* l_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__9(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt___boxed(lean_object*, lean_object*); @@ -141,31 +138,31 @@ static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTh static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__1; 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_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__5; static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11___closed__4; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1(lean_object*, lean_object*, uint8_t, 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_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__10; lean_object* l_Lean_ScopedEnvExtension_addScopedEntry___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__11; lean_object* lean_st_ref_take(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__6; static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__10___closed__2; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__6; lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__21; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__2; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__3; 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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___closed__4; 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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__10; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__24; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_getSimpCongrTheorems___rarg___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SimpCongrTheorems_lemmas___default___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5(lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -176,25 +173,25 @@ LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_Meta_addSimpCongrTheore lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignmentDomain___spec__2___rarg(lean_object*, 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_2348____closed__12; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__19; lean_object* lean_st_mk_ref(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__13; lean_object* lean_array_to_list(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__11; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__23; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Meta_SimpCongrTheorems_get___spec__6___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__3; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__3___closed__1; extern lean_object* l_Lean_Expr_instHashableExpr; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__23; extern lean_object* l_Lean_levelZero; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__7___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__1; LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_SimpCongrTheorems_lemmas___default___spec__1(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__17; lean_object* l_Lean_Expr_constName_x21(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__19; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__35; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__10___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__7; @@ -203,14 +200,15 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_ LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468_(lean_object*); static lean_object* l_Lean_Meta_SimpCongrTheorems_lemmas___default___closed__1; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___boxed(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_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_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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_Expr_withAppAux___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_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___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_object*, lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__10___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__7; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___closed__3; LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11(lean_object*, lean_object*); @@ -220,11 +218,11 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tact static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___closed__5; lean_object* l_Lean_Expr_appFn_x21(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__2; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352_(lean_object*); static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11___closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__5___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__8; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__11; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_SimpCongrTheorems_get___spec__3___closed__1; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__15; lean_object* lean_usize_to_nat(size_t); @@ -232,12 +230,13 @@ size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__3; 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*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____spec__2(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__22; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_SimpCongrTheorems_lemmas___default; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__20; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_mkSimpCongrTheorem___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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_EXPORT lean_object* l_Lean_SMap_fold___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__2(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_instReprSimpCongrTheorem; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__5; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__25; @@ -251,17 +250,20 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_ static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_SimpCongrTheorems_get___spec__3___closed__2; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__6___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___lambda__1(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_2352____closed__16; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____closed__4; lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Meta_addSimpCongrTheoremEntry___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_Meta_addSimpCongrTheoremEntry___spec__9(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_SMap_insert___at_Lean_Meta_addSimpCongrTheoremEntry___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__18; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addSimpCongrTheoremEntry___spec__2(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__8; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__11; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__5; LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Meta_addSimpCongrTheoremEntry___spec__7___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__18; lean_object* lean_string_length(lean_object*); lean_object* l_Lean_CollectMVars_visit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Meta_mkSimpCongrTheorem___spec__9___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*); @@ -269,25 +271,26 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__6___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__24; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__4; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__34; lean_object* l_Lean_indentExpr(lean_object*); uint8_t l_Lean_BinderInfo_isExplicit(uint8_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__7; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__3___closed__2; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____closed__7; static lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__20; 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*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__29; uint64_t l_Lean_Name_hash___override(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__15; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__15; 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_Repr_addAppParen(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__3; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___closed__2; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__5___closed__1; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__2; @@ -309,18 +312,19 @@ lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_ 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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__1; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Prod_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__10___closed__4; LEAN_EXPORT lean_object* l_Lean_SMap_toList___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__1___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__14; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__14; lean_object* l_Lean_ScopedEnvExtension_addLocalEntry___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__4___closed__2; 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_2352____closed__2; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpCongrTheorem_onlyMVarsAt___lambda__1___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__5; size_t lean_usize_sub(size_t, size_t); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__18; @@ -329,7 +333,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_addSimpCongrTheoremEntry(lean_object*, lean LEAN_EXPORT lean_object* l_List_repr___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__11___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___at_Lean_Meta_mkSimpCongrTheorem___spec__8(size_t, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_addSimpCongrTheoremEntry_insert(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__7(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); @@ -339,6 +342,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheo LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SMap_switch___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____spec__1(lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__3(lean_object*); size_t lean_usize_shift_left(size_t, size_t); 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*); @@ -348,10 +352,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheo LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__3___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_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____closed__6; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorem____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_55____closed__13; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__1; lean_object* lean_array_get_size(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__24; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__6; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -376,17 +377,16 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___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* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__23; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__11; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____closed__1; lean_object* l_Nat_repr(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__9; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___closed__1; size_t lean_usize_land(size_t, size_t); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____closed__1; lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_SimpCongrTheorems_lemmas___default___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at___private_Lean_Meta_Tactic_Simp_SimpCongrTheorems_0__Lean_Meta_reprSimpCongrTheorems____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_247____spec__3___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__3; static lean_object* _init_l_Lean_Meta_instInhabitedSimpCongrTheorem___closed__1() { _start: { @@ -4637,714 +4637,804 @@ return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_24; lean_object* x_25; uint8_t x_26; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; x_14 = lean_array_uget(x_3, x_5); -x_24 = lean_ctor_get(x_6, 1); -lean_inc(x_24); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -x_26 = !lean_is_exclusive(x_6); -if (x_26 == 0) +x_15 = lean_ctor_get(x_6, 1); +lean_inc(x_15); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +x_17 = !lean_is_exclusive(x_6); +if (x_17 == 0) { -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_ctor_get(x_6, 0); -x_28 = lean_ctor_get(x_6, 1); -lean_dec(x_28); -x_29 = !lean_is_exclusive(x_24); -if (x_29 == 0) +lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_18 = lean_ctor_get(x_6, 0); +x_19 = lean_ctor_get(x_6, 1); +lean_dec(x_19); +x_20 = !lean_is_exclusive(x_15); +if (x_20 == 0) { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_24, 0); -x_31 = lean_ctor_get(x_24, 1); -lean_dec(x_31); -x_32 = !lean_is_exclusive(x_25); -if (x_32 == 0) +lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_21 = lean_ctor_get(x_15, 0); +x_22 = lean_ctor_get(x_15, 1); +lean_dec(x_22); +x_23 = !lean_is_exclusive(x_16); +if (x_23 == 0) { -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_33 = lean_ctor_get(x_25, 0); -x_34 = lean_ctor_get(x_25, 1); -x_35 = lean_ctor_get(x_27, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_27, 1); -lean_inc(x_36); -x_37 = lean_ctor_get(x_27, 2); -lean_inc(x_37); -x_38 = lean_nat_dec_lt(x_36, x_37); -if (x_38 == 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_16, 0); +x_25 = lean_ctor_get(x_16, 1); +x_26 = lean_ctor_get(x_18, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_18, 1); +lean_inc(x_27); +x_28 = lean_ctor_get(x_18, 2); +lean_inc(x_28); +x_29 = lean_nat_dec_lt(x_27, x_28); +if (x_29 == 0) { -lean_object* x_39; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_35); +lean_object* x_30; +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_26); lean_dec(x_14); -x_39 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_39, 0, x_6); -x_15 = x_39; -x_16 = x_11; -goto block_23; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_6); +lean_ctor_set(x_30, 1, x_11); +return x_30; } else { -uint8_t x_40; -lean_free_object(x_25); -lean_free_object(x_24); +uint8_t x_31; +lean_free_object(x_16); +lean_free_object(x_15); lean_free_object(x_6); -x_40 = !lean_is_exclusive(x_27); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_41 = lean_ctor_get(x_27, 2); -lean_dec(x_41); -x_42 = lean_ctor_get(x_27, 1); -lean_dec(x_42); -x_43 = lean_ctor_get(x_27, 0); -lean_dec(x_43); -x_44 = lean_array_fget(x_35, x_36); -x_45 = lean_unbox(x_44); -lean_dec(x_44); -x_46 = lean_unsigned_to_nat(1u); -x_47 = lean_nat_add(x_36, x_46); -lean_dec(x_36); -lean_ctor_set(x_27, 1, x_47); -x_48 = l_Lean_BinderInfo_isExplicit(x_45); -if (x_48 == 0) +x_31 = !lean_is_exclusive(x_18); +if (x_31 == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -lean_dec(x_14); -x_49 = lean_box(0); -x_50 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_27, x_30, x_33, x_34, x_49, x_7, x_8, x_9, x_10, x_11); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; uint8_t x_88; +x_32 = lean_ctor_get(x_18, 2); +lean_dec(x_32); +x_33 = lean_ctor_get(x_18, 1); +lean_dec(x_33); +x_34 = lean_ctor_get(x_18, 0); lean_dec(x_34); -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -x_15 = x_51; -x_16 = x_52; -goto block_23; +x_35 = lean_array_fget(x_26, x_27); +x_36 = lean_unbox(x_35); +lean_dec(x_35); +x_37 = lean_unsigned_to_nat(1u); +x_38 = lean_nat_add(x_27, x_37); +lean_dec(x_27); +lean_ctor_set(x_18, 1, x_38); +x_88 = l_Lean_BinderInfo_isExplicit(x_36); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = 0; +x_39 = x_89; +goto block_87; } else { -lean_object* x_53; lean_object* x_54; +lean_object* x_90; lean_object* x_91; lean_inc(x_14); -x_53 = l_Lean_Expr_mvarId_x21(x_14); -x_54 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_30, x_53); -if (lean_obj_tag(x_54) == 0) +x_90 = l_Lean_Expr_mvarId_x21(x_14); +x_91 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_21, x_90); +lean_dec(x_90); +if (lean_obj_tag(x_91) == 0) +{ +uint8_t x_92; +x_92 = 1; +x_39 = x_92; +goto block_87; +} +else +{ +uint8_t x_93; +lean_dec(x_91); +x_93 = 0; +x_39 = x_93; +goto block_87; +} +} +block_87: +{ +if (x_39 == 0) +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; +lean_dec(x_14); +x_40 = lean_box(0); +x_41 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_18, x_21, x_24, x_25, x_40, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_25); +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_ctor_get(x_42, 0); +lean_inc(x_44); +lean_dec(x_42); +x_45 = 1; +x_46 = lean_usize_add(x_5, x_45); +x_5 = x_46; +x_6 = x_44; +x_11 = x_43; +goto _start; +} +else { -lean_object* x_55; +lean_object* x_48; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_55 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_55) == 0) +lean_inc(x_14); +x_48 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = lean_box_usize(x_2); -lean_inc(x_34); -lean_inc(x_30); -x_59 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_59, 0, x_30); -lean_closure_set(x_59, 1, x_34); -lean_closure_set(x_59, 2, x_58); +lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_49 = lean_ctor_get(x_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_box_usize(x_2); +lean_inc(x_25); +lean_inc(x_21); +x_52 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_52, 0, x_21); +lean_closure_set(x_52, 1, x_25); +lean_closure_set(x_52, 2, x_51); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_60 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_56, x_59, x_7, x_8, x_9, x_10, x_57); -if (lean_obj_tag(x_60) == 0) +x_53 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_49, x_52, x_7, x_8, x_9, x_10, x_50); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -if (lean_obj_tag(x_61) == 0) +lean_object* x_54; +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +if (lean_obj_tag(x_54) == 0) { -lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; size_t x_61; size_t x_62; +lean_dec(x_14); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); lean_dec(x_53); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); -x_63 = lean_box(0); -x_64 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_27, x_30, x_33, x_34, x_63, x_7, x_8, x_9, x_10, x_62); -lean_dec(x_34); -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_15 = x_65; -x_16 = x_66; -goto block_23; +x_56 = lean_box(0); +x_57 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_18, x_21, x_24, x_25, x_56, x_7, x_8, x_9, x_10, x_55); +lean_dec(x_25); +x_58 = lean_ctor_get(x_57, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_57, 1); +lean_inc(x_59); +lean_dec(x_57); +x_60 = lean_ctor_get(x_58, 0); +lean_inc(x_60); +lean_dec(x_58); +x_61 = 1; +x_62 = lean_usize_add(x_5, x_61); +x_5 = x_62; +x_6 = x_60; +x_11 = x_59; +goto _start; } else { -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_67 = lean_ctor_get(x_60, 1); -lean_inc(x_67); -lean_dec(x_60); -x_68 = lean_ctor_get(x_61, 0); -lean_inc(x_68); -lean_dec(x_61); -x_69 = lean_box(0); -x_70 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_30, x_53, x_69); -x_71 = l_Lean_Expr_mvarId_x21(x_68); -x_72 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_70, x_71, x_69); -lean_inc(x_34); -x_73 = lean_array_push(x_33, x_34); -x_74 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_27, x_72, x_73, x_34, x_69, x_7, x_8, x_9, x_10, x_67); -lean_dec(x_34); -x_75 = lean_ctor_get(x_74, 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; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; size_t x_76; size_t x_77; +x_64 = lean_ctor_get(x_53, 1); +lean_inc(x_64); +lean_dec(x_53); +x_65 = lean_ctor_get(x_54, 0); +lean_inc(x_65); +lean_dec(x_54); +x_66 = l_Lean_Expr_mvarId_x21(x_14); +x_67 = lean_box(0); +x_68 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_21, x_66, x_67); +x_69 = l_Lean_Expr_mvarId_x21(x_65); +x_70 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_68, x_69, x_67); +lean_inc(x_25); +x_71 = lean_array_push(x_24, x_25); +x_72 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_18, x_70, x_71, x_25, x_67, x_7, x_8, x_9, x_10, x_64); +lean_dec(x_25); +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); +x_75 = lean_ctor_get(x_73, 0); lean_inc(x_75); -x_76 = lean_ctor_get(x_74, 1); -lean_inc(x_76); -lean_dec(x_74); -x_15 = x_75; -x_16 = x_76; -goto block_23; +lean_dec(x_73); +x_76 = 1; +x_77 = lean_usize_add(x_5, x_76); +x_5 = x_77; +x_6 = x_75; +x_11 = x_74; +goto _start; } } else { -uint8_t x_77; -lean_dec(x_53); -lean_dec(x_27); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_30); +uint8_t x_79; +lean_dec(x_18); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_77 = !lean_is_exclusive(x_60); -if (x_77 == 0) +x_79 = !lean_is_exclusive(x_53); +if (x_79 == 0) { -return x_60; +return x_53; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_60, 0); -x_79 = lean_ctor_get(x_60, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_60); -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_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_53, 0); +x_81 = lean_ctor_get(x_53, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_53); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } else { -uint8_t x_81; -lean_dec(x_53); -lean_dec(x_27); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_30); +uint8_t x_83; +lean_dec(x_18); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_81 = !lean_is_exclusive(x_55); -if (x_81 == 0) +x_83 = !lean_is_exclusive(x_48); +if (x_83 == 0) { -return x_55; +return x_48; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_55, 0); -x_83 = lean_ctor_get(x_55, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_55); -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; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_48, 0); +x_85 = lean_ctor_get(x_48, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_48); +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; } } } -else -{ -lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_14); -x_85 = lean_box(0); -x_86 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_27, x_30, x_33, x_34, x_85, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_34); -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_15 = x_87; -x_16 = x_88; -goto block_23; -} } } else { -lean_object* x_89; uint8_t x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; +lean_object* x_94; uint8_t x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; uint8_t x_148; +lean_dec(x_18); +x_94 = lean_array_fget(x_26, x_27); +x_95 = lean_unbox(x_94); +lean_dec(x_94); +x_96 = lean_unsigned_to_nat(1u); +x_97 = lean_nat_add(x_27, x_96); lean_dec(x_27); -x_89 = lean_array_fget(x_35, x_36); -x_90 = lean_unbox(x_89); -lean_dec(x_89); -x_91 = lean_unsigned_to_nat(1u); -x_92 = lean_nat_add(x_36, x_91); -lean_dec(x_36); -x_93 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_93, 0, x_35); -lean_ctor_set(x_93, 1, x_92); -lean_ctor_set(x_93, 2, x_37); -x_94 = l_Lean_BinderInfo_isExplicit(x_90); -if (x_94 == 0) -{ -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -lean_dec(x_14); -x_95 = lean_box(0); -x_96 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_93, x_30, x_33, x_34, x_95, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_34); -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); -x_15 = x_97; -x_16 = x_98; -goto block_23; +x_98 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_98, 0, x_26); +lean_ctor_set(x_98, 1, x_97); +lean_ctor_set(x_98, 2, x_28); +x_148 = l_Lean_BinderInfo_isExplicit(x_95); +if (x_148 == 0) +{ +uint8_t x_149; +x_149 = 0; +x_99 = x_149; +goto block_147; } else { -lean_object* x_99; lean_object* x_100; +lean_object* x_150; lean_object* x_151; lean_inc(x_14); -x_99 = l_Lean_Expr_mvarId_x21(x_14); -x_100 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_30, x_99); -if (lean_obj_tag(x_100) == 0) +x_150 = l_Lean_Expr_mvarId_x21(x_14); +x_151 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_21, x_150); +lean_dec(x_150); +if (lean_obj_tag(x_151) == 0) { -lean_object* x_101; -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_101 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_101) == 0) +uint8_t x_152; +x_152 = 1; +x_99 = x_152; +goto block_147; +} +else +{ +uint8_t x_153; +lean_dec(x_151); +x_153 = 0; +x_99 = x_153; +goto block_147; +} +} +block_147: +{ +if (x_99 == 0) { -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; +lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; size_t x_105; size_t x_106; +lean_dec(x_14); +x_100 = lean_box(0); +x_101 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_98, x_21, x_24, x_25, x_100, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_25); 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); -x_104 = lean_box_usize(x_2); -lean_inc(x_34); -lean_inc(x_30); -x_105 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_105, 0, x_30); -lean_closure_set(x_105, 1, x_34); -lean_closure_set(x_105, 2, x_104); +x_104 = lean_ctor_get(x_102, 0); +lean_inc(x_104); +lean_dec(x_102); +x_105 = 1; +x_106 = lean_usize_add(x_5, x_105); +x_5 = x_106; +x_6 = x_104; +x_11 = x_103; +goto _start; +} +else +{ +lean_object* x_108; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_106 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_102, x_105, x_7, x_8, x_9, x_10, x_103); -if (lean_obj_tag(x_106) == 0) +lean_inc(x_14); +x_108 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_108) == 0) { -lean_object* x_107; -x_107 = lean_ctor_get(x_106, 0); -lean_inc(x_107); -if (lean_obj_tag(x_107) == 0) +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_108, 1); +lean_inc(x_110); +lean_dec(x_108); +x_111 = lean_box_usize(x_2); +lean_inc(x_25); +lean_inc(x_21); +x_112 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_112, 0, x_21); +lean_closure_set(x_112, 1, x_25); +lean_closure_set(x_112, 2, x_111); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +x_113 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_109, x_112, x_7, x_8, x_9, x_10, x_110); +if (lean_obj_tag(x_113) == 0) { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_99); -x_108 = lean_ctor_get(x_106, 1); -lean_inc(x_108); -lean_dec(x_106); -x_109 = lean_box(0); -x_110 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_93, x_30, x_33, x_34, x_109, x_7, x_8, x_9, x_10, x_108); -lean_dec(x_34); -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_15 = x_111; -x_16 = x_112; -goto block_23; +lean_object* x_114; +x_114 = lean_ctor_get(x_113, 0); +lean_inc(x_114); +if (lean_obj_tag(x_114) == 0) +{ +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; size_t x_121; size_t x_122; +lean_dec(x_14); +x_115 = lean_ctor_get(x_113, 1); +lean_inc(x_115); +lean_dec(x_113); +x_116 = lean_box(0); +x_117 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_98, x_21, x_24, x_25, x_116, x_7, x_8, x_9, x_10, x_115); +lean_dec(x_25); +x_118 = lean_ctor_get(x_117, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_117, 1); +lean_inc(x_119); +lean_dec(x_117); +x_120 = lean_ctor_get(x_118, 0); +lean_inc(x_120); +lean_dec(x_118); +x_121 = 1; +x_122 = lean_usize_add(x_5, x_121); +x_5 = x_122; +x_6 = x_120; +x_11 = x_119; +goto _start; } 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_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_113 = lean_ctor_get(x_106, 1); -lean_inc(x_113); -lean_dec(x_106); -x_114 = lean_ctor_get(x_107, 0); -lean_inc(x_114); -lean_dec(x_107); -x_115 = lean_box(0); -x_116 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_30, x_99, x_115); -x_117 = l_Lean_Expr_mvarId_x21(x_114); -x_118 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_116, x_117, x_115); -lean_inc(x_34); -x_119 = lean_array_push(x_33, x_34); -x_120 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_93, x_118, x_119, x_34, x_115, x_7, x_8, x_9, x_10, x_113); -lean_dec(x_34); -x_121 = lean_ctor_get(x_120, 0); -lean_inc(x_121); -x_122 = lean_ctor_get(x_120, 1); -lean_inc(x_122); -lean_dec(x_120); -x_15 = x_121; -x_16 = x_122; -goto block_23; +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; size_t x_136; size_t x_137; +x_124 = lean_ctor_get(x_113, 1); +lean_inc(x_124); +lean_dec(x_113); +x_125 = lean_ctor_get(x_114, 0); +lean_inc(x_125); +lean_dec(x_114); +x_126 = l_Lean_Expr_mvarId_x21(x_14); +x_127 = lean_box(0); +x_128 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_21, x_126, x_127); +x_129 = l_Lean_Expr_mvarId_x21(x_125); +x_130 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_128, x_129, x_127); +lean_inc(x_25); +x_131 = lean_array_push(x_24, x_25); +x_132 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_98, x_130, x_131, x_25, x_127, x_7, x_8, x_9, x_10, x_124); +lean_dec(x_25); +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_132, 1); +lean_inc(x_134); +lean_dec(x_132); +x_135 = lean_ctor_get(x_133, 0); +lean_inc(x_135); +lean_dec(x_133); +x_136 = 1; +x_137 = lean_usize_add(x_5, x_136); +x_5 = x_137; +x_6 = x_135; +x_11 = x_134; +goto _start; } } else { -lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; -lean_dec(x_99); -lean_dec(x_93); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_30); +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; +lean_dec(x_98); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -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; +x_139 = lean_ctor_get(x_113, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_113, 1); +lean_inc(x_140); +if (lean_is_exclusive(x_113)) { + lean_ctor_release(x_113, 0); + lean_ctor_release(x_113, 1); + x_141 = x_113; } else { - lean_dec_ref(x_106); - x_125 = lean_box(0); + lean_dec_ref(x_113); + x_141 = lean_box(0); } -if (lean_is_scalar(x_125)) { - x_126 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_141)) { + x_142 = lean_alloc_ctor(1, 2, 0); } else { - x_126 = x_125; + x_142 = x_141; } -lean_ctor_set(x_126, 0, x_123); -lean_ctor_set(x_126, 1, x_124); -return x_126; +lean_ctor_set(x_142, 0, x_139); +lean_ctor_set(x_142, 1, x_140); +return x_142; } } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -lean_dec(x_99); -lean_dec(x_93); -lean_dec(x_34); -lean_dec(x_33); -lean_dec(x_30); +lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; +lean_dec(x_98); +lean_dec(x_25); +lean_dec(x_24); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_127 = lean_ctor_get(x_101, 0); -lean_inc(x_127); -x_128 = lean_ctor_get(x_101, 1); -lean_inc(x_128); -if (lean_is_exclusive(x_101)) { - lean_ctor_release(x_101, 0); - lean_ctor_release(x_101, 1); - x_129 = x_101; +x_143 = lean_ctor_get(x_108, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_108, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_145 = x_108; } else { - lean_dec_ref(x_101); - x_129 = lean_box(0); + lean_dec_ref(x_108); + x_145 = lean_box(0); } -if (lean_is_scalar(x_129)) { - x_130 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_145)) { + x_146 = lean_alloc_ctor(1, 2, 0); } else { - x_130 = x_129; + x_146 = x_145; } -lean_ctor_set(x_130, 0, x_127); -lean_ctor_set(x_130, 1, x_128); -return x_130; +lean_ctor_set(x_146, 0, x_143); +lean_ctor_set(x_146, 1, x_144); +return x_146; } } -else -{ -lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; -lean_dec(x_100); -lean_dec(x_99); -lean_dec(x_14); -x_131 = lean_box(0); -x_132 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_93, x_30, x_33, x_34, x_131, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_34); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -lean_dec(x_132); -x_15 = x_133; -x_16 = x_134; -goto block_23; -} } } } } else { -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; uint8_t x_140; -x_135 = lean_ctor_get(x_25, 0); -x_136 = lean_ctor_get(x_25, 1); -lean_inc(x_136); -lean_inc(x_135); -lean_dec(x_25); -x_137 = lean_ctor_get(x_27, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_27, 1); -lean_inc(x_138); -x_139 = lean_ctor_get(x_27, 2); -lean_inc(x_139); -x_140 = lean_nat_dec_lt(x_138, x_139); -if (x_140 == 0) +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_154 = lean_ctor_get(x_16, 0); +x_155 = lean_ctor_get(x_16, 1); +lean_inc(x_155); +lean_inc(x_154); +lean_dec(x_16); +x_156 = lean_ctor_get(x_18, 0); +lean_inc(x_156); +x_157 = lean_ctor_get(x_18, 1); +lean_inc(x_157); +x_158 = lean_ctor_get(x_18, 2); +lean_inc(x_158); +x_159 = lean_nat_dec_lt(x_157, x_158); +if (x_159 == 0) { -lean_object* x_141; lean_object* x_142; -lean_dec(x_139); -lean_dec(x_138); -lean_dec(x_137); +lean_object* x_160; lean_object* x_161; +lean_dec(x_158); +lean_dec(x_157); +lean_dec(x_156); lean_dec(x_14); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_135); -lean_ctor_set(x_141, 1, x_136); -lean_ctor_set(x_24, 1, x_141); -x_142 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_142, 0, x_6); -x_15 = x_142; -x_16 = x_11; -goto block_23; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_154); +lean_ctor_set(x_160, 1, x_155); +lean_ctor_set(x_15, 1, x_160); +x_161 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_161, 0, x_6); +lean_ctor_set(x_161, 1, x_11); +return x_161; } else { -lean_object* x_143; lean_object* x_144; uint8_t x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; -lean_free_object(x_24); +lean_object* x_162; lean_object* x_163; uint8_t x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; uint8_t x_217; +lean_free_object(x_15); lean_free_object(x_6); -if (lean_is_exclusive(x_27)) { - lean_ctor_release(x_27, 0); - lean_ctor_release(x_27, 1); - lean_ctor_release(x_27, 2); - x_143 = x_27; +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + x_162 = x_18; } else { - lean_dec_ref(x_27); - x_143 = lean_box(0); + lean_dec_ref(x_18); + x_162 = lean_box(0); } -x_144 = lean_array_fget(x_137, x_138); -x_145 = lean_unbox(x_144); -lean_dec(x_144); -x_146 = lean_unsigned_to_nat(1u); -x_147 = lean_nat_add(x_138, x_146); -lean_dec(x_138); -if (lean_is_scalar(x_143)) { - x_148 = lean_alloc_ctor(0, 3, 0); +x_163 = lean_array_fget(x_156, x_157); +x_164 = lean_unbox(x_163); +lean_dec(x_163); +x_165 = lean_unsigned_to_nat(1u); +x_166 = lean_nat_add(x_157, x_165); +lean_dec(x_157); +if (lean_is_scalar(x_162)) { + x_167 = lean_alloc_ctor(0, 3, 0); } else { - x_148 = x_143; + x_167 = x_162; } -lean_ctor_set(x_148, 0, x_137); -lean_ctor_set(x_148, 1, x_147); -lean_ctor_set(x_148, 2, x_139); -x_149 = l_Lean_BinderInfo_isExplicit(x_145); -if (x_149 == 0) +lean_ctor_set(x_167, 0, x_156); +lean_ctor_set(x_167, 1, x_166); +lean_ctor_set(x_167, 2, x_158); +x_217 = l_Lean_BinderInfo_isExplicit(x_164); +if (x_217 == 0) { -lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; -lean_dec(x_14); -x_150 = lean_box(0); -x_151 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_148, x_30, x_135, x_136, x_150, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_136); -x_152 = lean_ctor_get(x_151, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_151, 1); -lean_inc(x_153); -lean_dec(x_151); -x_15 = x_152; -x_16 = x_153; -goto block_23; +uint8_t x_218; +x_218 = 0; +x_168 = x_218; +goto block_216; } else { -lean_object* x_154; lean_object* x_155; +lean_object* x_219; lean_object* x_220; lean_inc(x_14); -x_154 = l_Lean_Expr_mvarId_x21(x_14); -x_155 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_30, x_154); -if (lean_obj_tag(x_155) == 0) +x_219 = l_Lean_Expr_mvarId_x21(x_14); +x_220 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_21, x_219); +lean_dec(x_219); +if (lean_obj_tag(x_220) == 0) +{ +uint8_t x_221; +x_221 = 1; +x_168 = x_221; +goto block_216; +} +else +{ +uint8_t x_222; +lean_dec(x_220); +x_222 = 0; +x_168 = x_222; +goto block_216; +} +} +block_216: { -lean_object* x_156; +if (x_168 == 0) +{ +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; size_t x_174; size_t x_175; +lean_dec(x_14); +x_169 = lean_box(0); +x_170 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_167, x_21, x_154, x_155, x_169, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_155); +x_171 = lean_ctor_get(x_170, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_170, 1); +lean_inc(x_172); +lean_dec(x_170); +x_173 = lean_ctor_get(x_171, 0); +lean_inc(x_173); +lean_dec(x_171); +x_174 = 1; +x_175 = lean_usize_add(x_5, x_174); +x_5 = x_175; +x_6 = x_173; +x_11 = x_172; +goto _start; +} +else +{ +lean_object* x_177; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_156 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_156) == 0) +lean_inc(x_14); +x_177 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_156, 1); -lean_inc(x_158); -lean_dec(x_156); -x_159 = lean_box_usize(x_2); -lean_inc(x_136); -lean_inc(x_30); -x_160 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_160, 0, x_30); -lean_closure_set(x_160, 1, x_136); -lean_closure_set(x_160, 2, x_159); +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; +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); +x_180 = lean_box_usize(x_2); +lean_inc(x_155); +lean_inc(x_21); +x_181 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_181, 0, x_21); +lean_closure_set(x_181, 1, x_155); +lean_closure_set(x_181, 2, x_180); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_161 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_157, x_160, x_7, x_8, x_9, x_10, x_158); -if (lean_obj_tag(x_161) == 0) +x_182 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_178, x_181, x_7, x_8, x_9, x_10, x_179); +if (lean_obj_tag(x_182) == 0) { -lean_object* x_162; -x_162 = lean_ctor_get(x_161, 0); -lean_inc(x_162); -if (lean_obj_tag(x_162) == 0) +lean_object* x_183; +x_183 = lean_ctor_get(x_182, 0); +lean_inc(x_183); +if (lean_obj_tag(x_183) == 0) { -lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; -lean_dec(x_154); -x_163 = lean_ctor_get(x_161, 1); -lean_inc(x_163); -lean_dec(x_161); -x_164 = lean_box(0); -x_165 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_148, x_30, x_135, x_136, x_164, x_7, x_8, x_9, x_10, x_163); -lean_dec(x_136); -x_166 = lean_ctor_get(x_165, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_165, 1); -lean_inc(x_167); -lean_dec(x_165); -x_15 = x_166; -x_16 = x_167; -goto block_23; +lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; size_t x_190; size_t x_191; +lean_dec(x_14); +x_184 = lean_ctor_get(x_182, 1); +lean_inc(x_184); +lean_dec(x_182); +x_185 = lean_box(0); +x_186 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_167, x_21, x_154, x_155, x_185, x_7, x_8, x_9, x_10, x_184); +lean_dec(x_155); +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_187, 0); +lean_inc(x_189); +lean_dec(x_187); +x_190 = 1; +x_191 = lean_usize_add(x_5, x_190); +x_5 = x_191; +x_6 = x_189; +x_11 = x_188; +goto _start; } 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; lean_object* x_176; lean_object* x_177; -x_168 = lean_ctor_get(x_161, 1); -lean_inc(x_168); -lean_dec(x_161); -x_169 = lean_ctor_get(x_162, 0); -lean_inc(x_169); -lean_dec(x_162); -x_170 = lean_box(0); -x_171 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_30, x_154, x_170); -x_172 = l_Lean_Expr_mvarId_x21(x_169); -x_173 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_171, x_172, x_170); -lean_inc(x_136); -x_174 = lean_array_push(x_135, x_136); -x_175 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_148, x_173, x_174, x_136, x_170, x_7, x_8, x_9, x_10, x_168); -lean_dec(x_136); -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_15 = x_176; -x_16 = x_177; -goto block_23; +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; size_t x_205; size_t x_206; +x_193 = lean_ctor_get(x_182, 1); +lean_inc(x_193); +lean_dec(x_182); +x_194 = lean_ctor_get(x_183, 0); +lean_inc(x_194); +lean_dec(x_183); +x_195 = l_Lean_Expr_mvarId_x21(x_14); +x_196 = lean_box(0); +x_197 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_21, x_195, x_196); +x_198 = l_Lean_Expr_mvarId_x21(x_194); +x_199 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_197, x_198, x_196); +lean_inc(x_155); +x_200 = lean_array_push(x_154, x_155); +x_201 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_167, x_199, x_200, x_155, x_196, x_7, x_8, x_9, x_10, x_193); +lean_dec(x_155); +x_202 = lean_ctor_get(x_201, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_201, 1); +lean_inc(x_203); +lean_dec(x_201); +x_204 = lean_ctor_get(x_202, 0); +lean_inc(x_204); +lean_dec(x_202); +x_205 = 1; +x_206 = lean_usize_add(x_5, x_205); +x_5 = x_206; +x_6 = x_204; +x_11 = x_203; +goto _start; } } else { -lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; +lean_dec(x_167); +lean_dec(x_155); lean_dec(x_154); -lean_dec(x_148); -lean_dec(x_136); -lean_dec(x_135); -lean_dec(x_30); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_178 = lean_ctor_get(x_161, 0); -lean_inc(x_178); -x_179 = lean_ctor_get(x_161, 1); -lean_inc(x_179); -if (lean_is_exclusive(x_161)) { - lean_ctor_release(x_161, 0); - lean_ctor_release(x_161, 1); - x_180 = x_161; +x_208 = lean_ctor_get(x_182, 0); +lean_inc(x_208); +x_209 = lean_ctor_get(x_182, 1); +lean_inc(x_209); +if (lean_is_exclusive(x_182)) { + lean_ctor_release(x_182, 0); + lean_ctor_release(x_182, 1); + x_210 = x_182; } else { - lean_dec_ref(x_161); - x_180 = lean_box(0); + lean_dec_ref(x_182); + x_210 = lean_box(0); } -if (lean_is_scalar(x_180)) { - x_181 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_210)) { + x_211 = lean_alloc_ctor(1, 2, 0); } else { - x_181 = x_180; + x_211 = x_210; } -lean_ctor_set(x_181, 0, x_178); -lean_ctor_set(x_181, 1, x_179); -return x_181; +lean_ctor_set(x_211, 0, x_208); +lean_ctor_set(x_211, 1, x_209); +return x_211; } } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; +lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; +lean_dec(x_167); +lean_dec(x_155); lean_dec(x_154); -lean_dec(x_148); -lean_dec(x_136); -lean_dec(x_135); -lean_dec(x_30); +lean_dec(x_21); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_182 = lean_ctor_get(x_156, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_156, 1); -lean_inc(x_183); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - lean_ctor_release(x_156, 1); - x_184 = x_156; +x_212 = lean_ctor_get(x_177, 0); +lean_inc(x_212); +x_213 = lean_ctor_get(x_177, 1); +lean_inc(x_213); +if (lean_is_exclusive(x_177)) { + lean_ctor_release(x_177, 0); + lean_ctor_release(x_177, 1); + x_214 = x_177; } else { - lean_dec_ref(x_156); - x_184 = lean_box(0); + lean_dec_ref(x_177); + x_214 = lean_box(0); } -if (lean_is_scalar(x_184)) { - x_185 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_214)) { + x_215 = lean_alloc_ctor(1, 2, 0); } else { - x_185 = x_184; -} -lean_ctor_set(x_185, 0, x_182); -lean_ctor_set(x_185, 1, x_183); -return x_185; + x_215 = x_214; } +lean_ctor_set(x_215, 0, x_212); +lean_ctor_set(x_215, 1, x_213); +return x_215; } -else -{ -lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -lean_dec(x_155); -lean_dec(x_154); -lean_dec(x_14); -x_186 = lean_box(0); -x_187 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_148, x_30, x_135, x_136, x_186, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_136); -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 1); -lean_inc(x_189); -lean_dec(x_187); -x_15 = x_188; -x_16 = x_189; -goto block_23; } } } @@ -5352,586 +5442,617 @@ goto block_23; } else { -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; -x_190 = lean_ctor_get(x_24, 0); -lean_inc(x_190); -lean_dec(x_24); -x_191 = lean_ctor_get(x_25, 0); -lean_inc(x_191); -x_192 = lean_ctor_get(x_25, 1); -lean_inc(x_192); -if (lean_is_exclusive(x_25)) { - lean_ctor_release(x_25, 0); - lean_ctor_release(x_25, 1); - x_193 = x_25; +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; uint8_t x_230; +x_223 = lean_ctor_get(x_15, 0); +lean_inc(x_223); +lean_dec(x_15); +x_224 = lean_ctor_get(x_16, 0); +lean_inc(x_224); +x_225 = lean_ctor_get(x_16, 1); +lean_inc(x_225); +if (lean_is_exclusive(x_16)) { + lean_ctor_release(x_16, 0); + lean_ctor_release(x_16, 1); + x_226 = x_16; } else { - lean_dec_ref(x_25); - x_193 = lean_box(0); + lean_dec_ref(x_16); + x_226 = lean_box(0); } -x_194 = lean_ctor_get(x_27, 0); -lean_inc(x_194); -x_195 = lean_ctor_get(x_27, 1); -lean_inc(x_195); -x_196 = lean_ctor_get(x_27, 2); -lean_inc(x_196); -x_197 = lean_nat_dec_lt(x_195, x_196); -if (x_197 == 0) -{ -lean_object* x_198; lean_object* x_199; lean_object* x_200; -lean_dec(x_196); -lean_dec(x_195); -lean_dec(x_194); +x_227 = lean_ctor_get(x_18, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_18, 1); +lean_inc(x_228); +x_229 = lean_ctor_get(x_18, 2); +lean_inc(x_229); +x_230 = lean_nat_dec_lt(x_228, x_229); +if (x_230 == 0) +{ +lean_object* x_231; lean_object* x_232; lean_object* x_233; +lean_dec(x_229); +lean_dec(x_228); +lean_dec(x_227); lean_dec(x_14); -if (lean_is_scalar(x_193)) { - x_198 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +if (lean_is_scalar(x_226)) { + x_231 = lean_alloc_ctor(0, 2, 0); } else { - x_198 = x_193; + x_231 = x_226; } -lean_ctor_set(x_198, 0, x_191); -lean_ctor_set(x_198, 1, x_192); -x_199 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_199, 0, x_190); -lean_ctor_set(x_199, 1, x_198); -lean_ctor_set(x_6, 1, x_199); -x_200 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_200, 0, x_6); -x_15 = x_200; -x_16 = x_11; -goto block_23; +lean_ctor_set(x_231, 0, x_224); +lean_ctor_set(x_231, 1, x_225); +x_232 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_232, 0, x_223); +lean_ctor_set(x_232, 1, x_231); +lean_ctor_set(x_6, 1, x_232); +x_233 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_233, 0, x_6); +lean_ctor_set(x_233, 1, x_11); +return x_233; } else { -lean_object* x_201; lean_object* x_202; uint8_t x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; uint8_t x_207; -lean_dec(x_193); +lean_object* x_234; lean_object* x_235; uint8_t x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; uint8_t x_240; uint8_t x_289; +lean_dec(x_226); lean_free_object(x_6); -if (lean_is_exclusive(x_27)) { - lean_ctor_release(x_27, 0); - lean_ctor_release(x_27, 1); - lean_ctor_release(x_27, 2); - x_201 = x_27; +if (lean_is_exclusive(x_18)) { + lean_ctor_release(x_18, 0); + lean_ctor_release(x_18, 1); + lean_ctor_release(x_18, 2); + x_234 = x_18; } else { - lean_dec_ref(x_27); - x_201 = lean_box(0); + lean_dec_ref(x_18); + x_234 = lean_box(0); } -x_202 = lean_array_fget(x_194, x_195); -x_203 = lean_unbox(x_202); -lean_dec(x_202); -x_204 = lean_unsigned_to_nat(1u); -x_205 = lean_nat_add(x_195, x_204); -lean_dec(x_195); -if (lean_is_scalar(x_201)) { - x_206 = lean_alloc_ctor(0, 3, 0); +x_235 = lean_array_fget(x_227, x_228); +x_236 = lean_unbox(x_235); +lean_dec(x_235); +x_237 = lean_unsigned_to_nat(1u); +x_238 = lean_nat_add(x_228, x_237); +lean_dec(x_228); +if (lean_is_scalar(x_234)) { + x_239 = lean_alloc_ctor(0, 3, 0); } else { - x_206 = x_201; + x_239 = x_234; } -lean_ctor_set(x_206, 0, x_194); -lean_ctor_set(x_206, 1, x_205); -lean_ctor_set(x_206, 2, x_196); -x_207 = l_Lean_BinderInfo_isExplicit(x_203); -if (x_207 == 0) +lean_ctor_set(x_239, 0, x_227); +lean_ctor_set(x_239, 1, x_238); +lean_ctor_set(x_239, 2, x_229); +x_289 = l_Lean_BinderInfo_isExplicit(x_236); +if (x_289 == 0) { -lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; +uint8_t x_290; +x_290 = 0; +x_240 = x_290; +goto block_288; +} +else +{ +lean_object* x_291; lean_object* x_292; +lean_inc(x_14); +x_291 = l_Lean_Expr_mvarId_x21(x_14); +x_292 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_223, x_291); +lean_dec(x_291); +if (lean_obj_tag(x_292) == 0) +{ +uint8_t x_293; +x_293 = 1; +x_240 = x_293; +goto block_288; +} +else +{ +uint8_t x_294; +lean_dec(x_292); +x_294 = 0; +x_240 = x_294; +goto block_288; +} +} +block_288: +{ +if (x_240 == 0) +{ +lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; size_t x_246; size_t x_247; lean_dec(x_14); -x_208 = lean_box(0); -x_209 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_206, x_190, x_191, x_192, x_208, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_192); -x_210 = lean_ctor_get(x_209, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_209, 1); -lean_inc(x_211); -lean_dec(x_209); -x_15 = x_210; -x_16 = x_211; -goto block_23; +x_241 = lean_box(0); +x_242 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_239, x_223, x_224, x_225, x_241, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_225); +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 = lean_ctor_get(x_243, 0); +lean_inc(x_245); +lean_dec(x_243); +x_246 = 1; +x_247 = lean_usize_add(x_5, x_246); +x_5 = x_247; +x_6 = x_245; +x_11 = x_244; +goto _start; } else { -lean_object* x_212; lean_object* x_213; -lean_inc(x_14); -x_212 = l_Lean_Expr_mvarId_x21(x_14); -x_213 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_190, x_212); -if (lean_obj_tag(x_213) == 0) -{ -lean_object* x_214; +lean_object* x_249; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_214 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_214) == 0) +lean_inc(x_14); +x_249 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_249) == 0) { -lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_215 = lean_ctor_get(x_214, 0); -lean_inc(x_215); -x_216 = lean_ctor_get(x_214, 1); -lean_inc(x_216); -lean_dec(x_214); -x_217 = lean_box_usize(x_2); -lean_inc(x_192); -lean_inc(x_190); -x_218 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_218, 0, x_190); -lean_closure_set(x_218, 1, x_192); -lean_closure_set(x_218, 2, x_217); +lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; +x_250 = lean_ctor_get(x_249, 0); +lean_inc(x_250); +x_251 = lean_ctor_get(x_249, 1); +lean_inc(x_251); +lean_dec(x_249); +x_252 = lean_box_usize(x_2); +lean_inc(x_225); +lean_inc(x_223); +x_253 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_253, 0, x_223); +lean_closure_set(x_253, 1, x_225); +lean_closure_set(x_253, 2, x_252); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_219 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_215, x_218, x_7, x_8, x_9, x_10, x_216); -if (lean_obj_tag(x_219) == 0) +x_254 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_250, x_253, x_7, x_8, x_9, x_10, x_251); +if (lean_obj_tag(x_254) == 0) { -lean_object* x_220; -x_220 = lean_ctor_get(x_219, 0); -lean_inc(x_220); -if (lean_obj_tag(x_220) == 0) +lean_object* x_255; +x_255 = lean_ctor_get(x_254, 0); +lean_inc(x_255); +if (lean_obj_tag(x_255) == 0) { -lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; -lean_dec(x_212); -x_221 = lean_ctor_get(x_219, 1); -lean_inc(x_221); -lean_dec(x_219); -x_222 = lean_box(0); -x_223 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_206, x_190, x_191, x_192, x_222, x_7, x_8, x_9, x_10, x_221); -lean_dec(x_192); -x_224 = lean_ctor_get(x_223, 0); -lean_inc(x_224); -x_225 = lean_ctor_get(x_223, 1); -lean_inc(x_225); -lean_dec(x_223); -x_15 = x_224; -x_16 = x_225; -goto block_23; +lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; size_t x_262; size_t x_263; +lean_dec(x_14); +x_256 = lean_ctor_get(x_254, 1); +lean_inc(x_256); +lean_dec(x_254); +x_257 = lean_box(0); +x_258 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_239, x_223, x_224, x_225, x_257, x_7, x_8, x_9, x_10, x_256); +lean_dec(x_225); +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_258, 1); +lean_inc(x_260); +lean_dec(x_258); +x_261 = lean_ctor_get(x_259, 0); +lean_inc(x_261); +lean_dec(x_259); +x_262 = 1; +x_263 = lean_usize_add(x_5, x_262); +x_5 = x_263; +x_6 = x_261; +x_11 = x_260; +goto _start; } else { -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; -x_226 = lean_ctor_get(x_219, 1); -lean_inc(x_226); -lean_dec(x_219); -x_227 = lean_ctor_get(x_220, 0); -lean_inc(x_227); -lean_dec(x_220); -x_228 = lean_box(0); -x_229 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_190, x_212, x_228); -x_230 = l_Lean_Expr_mvarId_x21(x_227); -x_231 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_229, x_230, x_228); -lean_inc(x_192); -x_232 = lean_array_push(x_191, x_192); -x_233 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_206, x_231, x_232, x_192, x_228, x_7, x_8, x_9, x_10, x_226); -lean_dec(x_192); -x_234 = lean_ctor_get(x_233, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_233, 1); -lean_inc(x_235); -lean_dec(x_233); -x_15 = x_234; -x_16 = x_235; -goto block_23; +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; size_t x_277; size_t x_278; +x_265 = lean_ctor_get(x_254, 1); +lean_inc(x_265); +lean_dec(x_254); +x_266 = lean_ctor_get(x_255, 0); +lean_inc(x_266); +lean_dec(x_255); +x_267 = l_Lean_Expr_mvarId_x21(x_14); +x_268 = lean_box(0); +x_269 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_223, x_267, x_268); +x_270 = l_Lean_Expr_mvarId_x21(x_266); +x_271 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_269, x_270, x_268); +lean_inc(x_225); +x_272 = lean_array_push(x_224, x_225); +x_273 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_239, x_271, x_272, x_225, x_268, x_7, x_8, x_9, x_10, x_265); +lean_dec(x_225); +x_274 = lean_ctor_get(x_273, 0); +lean_inc(x_274); +x_275 = lean_ctor_get(x_273, 1); +lean_inc(x_275); +lean_dec(x_273); +x_276 = lean_ctor_get(x_274, 0); +lean_inc(x_276); +lean_dec(x_274); +x_277 = 1; +x_278 = lean_usize_add(x_5, x_277); +x_5 = x_278; +x_6 = x_276; +x_11 = x_275; +goto _start; } } else { -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; -lean_dec(x_212); -lean_dec(x_206); -lean_dec(x_192); -lean_dec(x_191); -lean_dec(x_190); +lean_object* x_280; lean_object* x_281; lean_object* x_282; lean_object* x_283; +lean_dec(x_239); +lean_dec(x_225); +lean_dec(x_224); +lean_dec(x_223); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_236 = lean_ctor_get(x_219, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_219, 1); -lean_inc(x_237); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_238 = x_219; +x_280 = lean_ctor_get(x_254, 0); +lean_inc(x_280); +x_281 = lean_ctor_get(x_254, 1); +lean_inc(x_281); +if (lean_is_exclusive(x_254)) { + lean_ctor_release(x_254, 0); + lean_ctor_release(x_254, 1); + x_282 = x_254; } else { - lean_dec_ref(x_219); - x_238 = lean_box(0); + lean_dec_ref(x_254); + x_282 = lean_box(0); } -if (lean_is_scalar(x_238)) { - x_239 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_282)) { + x_283 = lean_alloc_ctor(1, 2, 0); } else { - x_239 = x_238; + x_283 = x_282; } -lean_ctor_set(x_239, 0, x_236); -lean_ctor_set(x_239, 1, x_237); -return x_239; +lean_ctor_set(x_283, 0, x_280); +lean_ctor_set(x_283, 1, x_281); +return x_283; } } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; -lean_dec(x_212); -lean_dec(x_206); -lean_dec(x_192); -lean_dec(x_191); -lean_dec(x_190); +lean_object* x_284; lean_object* x_285; lean_object* x_286; lean_object* x_287; +lean_dec(x_239); +lean_dec(x_225); +lean_dec(x_224); +lean_dec(x_223); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_240 = lean_ctor_get(x_214, 0); -lean_inc(x_240); -x_241 = lean_ctor_get(x_214, 1); -lean_inc(x_241); -if (lean_is_exclusive(x_214)) { - lean_ctor_release(x_214, 0); - lean_ctor_release(x_214, 1); - x_242 = x_214; +x_284 = lean_ctor_get(x_249, 0); +lean_inc(x_284); +x_285 = lean_ctor_get(x_249, 1); +lean_inc(x_285); +if (lean_is_exclusive(x_249)) { + lean_ctor_release(x_249, 0); + lean_ctor_release(x_249, 1); + x_286 = x_249; } else { - lean_dec_ref(x_214); - x_242 = lean_box(0); + lean_dec_ref(x_249); + x_286 = lean_box(0); } -if (lean_is_scalar(x_242)) { - x_243 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_286)) { + x_287 = lean_alloc_ctor(1, 2, 0); } else { - x_243 = x_242; + x_287 = x_286; } -lean_ctor_set(x_243, 0, x_240); -lean_ctor_set(x_243, 1, x_241); -return x_243; +lean_ctor_set(x_287, 0, x_284); +lean_ctor_set(x_287, 1, x_285); +return x_287; } } -else -{ -lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; -lean_dec(x_213); -lean_dec(x_212); -lean_dec(x_14); -x_244 = lean_box(0); -x_245 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_206, x_190, x_191, x_192, x_244, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_192); -x_246 = lean_ctor_get(x_245, 0); -lean_inc(x_246); -x_247 = lean_ctor_get(x_245, 1); -lean_inc(x_247); -lean_dec(x_245); -x_15 = x_246; -x_16 = x_247; -goto block_23; -} } } } } else { -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_248 = lean_ctor_get(x_6, 0); -lean_inc(x_248); +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; uint8_t x_304; +x_295 = lean_ctor_get(x_6, 0); +lean_inc(x_295); lean_dec(x_6); -x_249 = lean_ctor_get(x_24, 0); -lean_inc(x_249); -if (lean_is_exclusive(x_24)) { - lean_ctor_release(x_24, 0); - lean_ctor_release(x_24, 1); - x_250 = x_24; +x_296 = lean_ctor_get(x_15, 0); +lean_inc(x_296); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_297 = x_15; } else { - lean_dec_ref(x_24); - x_250 = lean_box(0); + lean_dec_ref(x_15); + x_297 = lean_box(0); } -x_251 = lean_ctor_get(x_25, 0); -lean_inc(x_251); -x_252 = lean_ctor_get(x_25, 1); -lean_inc(x_252); -if (lean_is_exclusive(x_25)) { - lean_ctor_release(x_25, 0); - lean_ctor_release(x_25, 1); - x_253 = x_25; +x_298 = lean_ctor_get(x_16, 0); +lean_inc(x_298); +x_299 = lean_ctor_get(x_16, 1); +lean_inc(x_299); +if (lean_is_exclusive(x_16)) { + lean_ctor_release(x_16, 0); + lean_ctor_release(x_16, 1); + x_300 = x_16; } else { - lean_dec_ref(x_25); - x_253 = lean_box(0); + lean_dec_ref(x_16); + x_300 = lean_box(0); } -x_254 = lean_ctor_get(x_248, 0); -lean_inc(x_254); -x_255 = lean_ctor_get(x_248, 1); -lean_inc(x_255); -x_256 = lean_ctor_get(x_248, 2); -lean_inc(x_256); -x_257 = lean_nat_dec_lt(x_255, x_256); -if (x_257 == 0) +x_301 = lean_ctor_get(x_295, 0); +lean_inc(x_301); +x_302 = lean_ctor_get(x_295, 1); +lean_inc(x_302); +x_303 = lean_ctor_get(x_295, 2); +lean_inc(x_303); +x_304 = lean_nat_dec_lt(x_302, x_303); +if (x_304 == 0) { -lean_object* x_258; lean_object* x_259; lean_object* x_260; lean_object* x_261; -lean_dec(x_256); -lean_dec(x_255); -lean_dec(x_254); +lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; +lean_dec(x_303); +lean_dec(x_302); +lean_dec(x_301); lean_dec(x_14); -if (lean_is_scalar(x_253)) { - x_258 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +if (lean_is_scalar(x_300)) { + x_305 = lean_alloc_ctor(0, 2, 0); } else { - x_258 = x_253; + x_305 = x_300; } -lean_ctor_set(x_258, 0, x_251); -lean_ctor_set(x_258, 1, x_252); -if (lean_is_scalar(x_250)) { - x_259 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_305, 0, x_298); +lean_ctor_set(x_305, 1, x_299); +if (lean_is_scalar(x_297)) { + x_306 = lean_alloc_ctor(0, 2, 0); } else { - x_259 = x_250; + x_306 = x_297; +} +lean_ctor_set(x_306, 0, x_296); +lean_ctor_set(x_306, 1, x_305); +x_307 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_307, 0, x_295); +lean_ctor_set(x_307, 1, x_306); +x_308 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_308, 0, x_307); +lean_ctor_set(x_308, 1, x_11); +return x_308; +} +else +{ +lean_object* x_309; lean_object* x_310; uint8_t x_311; lean_object* x_312; lean_object* x_313; lean_object* x_314; uint8_t x_315; uint8_t x_364; +lean_dec(x_300); +lean_dec(x_297); +if (lean_is_exclusive(x_295)) { + lean_ctor_release(x_295, 0); + lean_ctor_release(x_295, 1); + lean_ctor_release(x_295, 2); + x_309 = x_295; +} else { + lean_dec_ref(x_295); + x_309 = lean_box(0); +} +x_310 = lean_array_fget(x_301, x_302); +x_311 = lean_unbox(x_310); +lean_dec(x_310); +x_312 = lean_unsigned_to_nat(1u); +x_313 = lean_nat_add(x_302, x_312); +lean_dec(x_302); +if (lean_is_scalar(x_309)) { + x_314 = lean_alloc_ctor(0, 3, 0); +} else { + x_314 = x_309; } -lean_ctor_set(x_259, 0, x_249); -lean_ctor_set(x_259, 1, x_258); -x_260 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_260, 0, x_248); -lean_ctor_set(x_260, 1, x_259); -x_261 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_261, 0, x_260); -x_15 = x_261; -x_16 = x_11; -goto block_23; +lean_ctor_set(x_314, 0, x_301); +lean_ctor_set(x_314, 1, x_313); +lean_ctor_set(x_314, 2, x_303); +x_364 = l_Lean_BinderInfo_isExplicit(x_311); +if (x_364 == 0) +{ +uint8_t x_365; +x_365 = 0; +x_315 = x_365; +goto block_363; } else { -lean_object* x_262; lean_object* x_263; uint8_t x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; uint8_t x_268; -lean_dec(x_253); -lean_dec(x_250); -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_262 = x_248; -} else { - lean_dec_ref(x_248); - x_262 = lean_box(0); +lean_object* x_366; lean_object* x_367; +lean_inc(x_14); +x_366 = l_Lean_Expr_mvarId_x21(x_14); +x_367 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_296, x_366); +lean_dec(x_366); +if (lean_obj_tag(x_367) == 0) +{ +uint8_t x_368; +x_368 = 1; +x_315 = x_368; +goto block_363; +} +else +{ +uint8_t x_369; +lean_dec(x_367); +x_369 = 0; +x_315 = x_369; +goto block_363; } -x_263 = lean_array_fget(x_254, x_255); -x_264 = lean_unbox(x_263); -lean_dec(x_263); -x_265 = lean_unsigned_to_nat(1u); -x_266 = lean_nat_add(x_255, x_265); -lean_dec(x_255); -if (lean_is_scalar(x_262)) { - x_267 = lean_alloc_ctor(0, 3, 0); -} else { - x_267 = x_262; } -lean_ctor_set(x_267, 0, x_254); -lean_ctor_set(x_267, 1, x_266); -lean_ctor_set(x_267, 2, x_256); -x_268 = l_Lean_BinderInfo_isExplicit(x_264); -if (x_268 == 0) +block_363: { -lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; +if (x_315 == 0) +{ +lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; lean_object* x_320; size_t x_321; size_t x_322; lean_dec(x_14); -x_269 = lean_box(0); -x_270 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_267, x_249, x_251, x_252, x_269, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_252); -x_271 = lean_ctor_get(x_270, 0); -lean_inc(x_271); -x_272 = lean_ctor_get(x_270, 1); -lean_inc(x_272); -lean_dec(x_270); -x_15 = x_271; -x_16 = x_272; -goto block_23; +x_316 = lean_box(0); +x_317 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_314, x_296, x_298, x_299, x_316, x_7, x_8, x_9, x_10, x_11); +lean_dec(x_299); +x_318 = lean_ctor_get(x_317, 0); +lean_inc(x_318); +x_319 = lean_ctor_get(x_317, 1); +lean_inc(x_319); +lean_dec(x_317); +x_320 = lean_ctor_get(x_318, 0); +lean_inc(x_320); +lean_dec(x_318); +x_321 = 1; +x_322 = lean_usize_add(x_5, x_321); +x_5 = x_322; +x_6 = x_320; +x_11 = x_319; +goto _start; } else { -lean_object* x_273; lean_object* x_274; -lean_inc(x_14); -x_273 = l_Lean_Expr_mvarId_x21(x_14); -x_274 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_249, x_273); -if (lean_obj_tag(x_274) == 0) -{ -lean_object* x_275; +lean_object* x_324; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_275 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_275) == 0) -{ -lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; -x_276 = lean_ctor_get(x_275, 0); -lean_inc(x_276); -x_277 = lean_ctor_get(x_275, 1); -lean_inc(x_277); -lean_dec(x_275); -x_278 = lean_box_usize(x_2); -lean_inc(x_252); -lean_inc(x_249); -x_279 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_279, 0, x_249); -lean_closure_set(x_279, 1, x_252); -lean_closure_set(x_279, 2, x_278); +lean_inc(x_14); +x_324 = lean_infer_type(x_14, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_324) == 0) +{ +lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; +x_325 = lean_ctor_get(x_324, 0); +lean_inc(x_325); +x_326 = lean_ctor_get(x_324, 1); +lean_inc(x_326); +lean_dec(x_324); +x_327 = lean_box_usize(x_2); +lean_inc(x_299); +lean_inc(x_296); +x_328 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_328, 0, x_296); +lean_closure_set(x_328, 1, x_299); +lean_closure_set(x_328, 2, x_327); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_280 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_276, x_279, x_7, x_8, x_9, x_10, x_277); -if (lean_obj_tag(x_280) == 0) +x_329 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_325, x_328, x_7, x_8, x_9, x_10, x_326); +if (lean_obj_tag(x_329) == 0) { -lean_object* x_281; -x_281 = lean_ctor_get(x_280, 0); -lean_inc(x_281); -if (lean_obj_tag(x_281) == 0) +lean_object* x_330; +x_330 = lean_ctor_get(x_329, 0); +lean_inc(x_330); +if (lean_obj_tag(x_330) == 0) { -lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; -lean_dec(x_273); -x_282 = lean_ctor_get(x_280, 1); -lean_inc(x_282); -lean_dec(x_280); -x_283 = lean_box(0); -x_284 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_267, x_249, x_251, x_252, x_283, x_7, x_8, x_9, x_10, x_282); -lean_dec(x_252); -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_15 = x_285; -x_16 = x_286; -goto block_23; -} -else -{ -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; -x_287 = lean_ctor_get(x_280, 1); -lean_inc(x_287); -lean_dec(x_280); -x_288 = lean_ctor_get(x_281, 0); -lean_inc(x_288); -lean_dec(x_281); -x_289 = lean_box(0); -x_290 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_249, x_273, x_289); -x_291 = l_Lean_Expr_mvarId_x21(x_288); -x_292 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_290, x_291, x_289); -lean_inc(x_252); -x_293 = lean_array_push(x_251, x_252); -x_294 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_267, x_292, x_293, x_252, x_289, x_7, x_8, x_9, x_10, x_287); -lean_dec(x_252); -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_15 = x_295; -x_16 = x_296; -goto block_23; +lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; lean_object* x_336; size_t x_337; size_t x_338; +lean_dec(x_14); +x_331 = lean_ctor_get(x_329, 1); +lean_inc(x_331); +lean_dec(x_329); +x_332 = lean_box(0); +x_333 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_314, x_296, x_298, x_299, x_332, x_7, x_8, x_9, x_10, x_331); +lean_dec(x_299); +x_334 = lean_ctor_get(x_333, 0); +lean_inc(x_334); +x_335 = lean_ctor_get(x_333, 1); +lean_inc(x_335); +lean_dec(x_333); +x_336 = lean_ctor_get(x_334, 0); +lean_inc(x_336); +lean_dec(x_334); +x_337 = 1; +x_338 = lean_usize_add(x_5, x_337); +x_5 = x_338; +x_6 = x_336; +x_11 = x_335; +goto _start; +} +else +{ +lean_object* x_340; lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; lean_object* x_350; lean_object* x_351; size_t x_352; size_t x_353; +x_340 = lean_ctor_get(x_329, 1); +lean_inc(x_340); +lean_dec(x_329); +x_341 = lean_ctor_get(x_330, 0); +lean_inc(x_341); +lean_dec(x_330); +x_342 = l_Lean_Expr_mvarId_x21(x_14); +x_343 = lean_box(0); +x_344 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_296, x_342, x_343); +x_345 = l_Lean_Expr_mvarId_x21(x_341); +x_346 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_344, x_345, x_343); +lean_inc(x_299); +x_347 = lean_array_push(x_298, x_299); +x_348 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_314, x_346, x_347, x_299, x_343, x_7, x_8, x_9, x_10, x_340); +lean_dec(x_299); +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); +x_351 = lean_ctor_get(x_349, 0); +lean_inc(x_351); +lean_dec(x_349); +x_352 = 1; +x_353 = lean_usize_add(x_5, x_352); +x_5 = x_353; +x_6 = x_351; +x_11 = x_350; +goto _start; } } else { -lean_object* x_297; lean_object* x_298; lean_object* x_299; lean_object* x_300; -lean_dec(x_273); -lean_dec(x_267); -lean_dec(x_252); -lean_dec(x_251); -lean_dec(x_249); +lean_object* x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; +lean_dec(x_314); +lean_dec(x_299); +lean_dec(x_298); +lean_dec(x_296); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_297 = lean_ctor_get(x_280, 0); -lean_inc(x_297); -x_298 = lean_ctor_get(x_280, 1); -lean_inc(x_298); -if (lean_is_exclusive(x_280)) { - lean_ctor_release(x_280, 0); - lean_ctor_release(x_280, 1); - x_299 = x_280; +x_355 = lean_ctor_get(x_329, 0); +lean_inc(x_355); +x_356 = lean_ctor_get(x_329, 1); +lean_inc(x_356); +if (lean_is_exclusive(x_329)) { + lean_ctor_release(x_329, 0); + lean_ctor_release(x_329, 1); + x_357 = x_329; } else { - lean_dec_ref(x_280); - x_299 = lean_box(0); + lean_dec_ref(x_329); + x_357 = lean_box(0); } -if (lean_is_scalar(x_299)) { - x_300 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_357)) { + x_358 = lean_alloc_ctor(1, 2, 0); } else { - x_300 = x_299; + x_358 = x_357; } -lean_ctor_set(x_300, 0, x_297); -lean_ctor_set(x_300, 1, x_298); -return x_300; +lean_ctor_set(x_358, 0, x_355); +lean_ctor_set(x_358, 1, x_356); +return x_358; } } else { -lean_object* x_301; lean_object* x_302; lean_object* x_303; lean_object* x_304; -lean_dec(x_273); -lean_dec(x_267); -lean_dec(x_252); -lean_dec(x_251); -lean_dec(x_249); +lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; +lean_dec(x_314); +lean_dec(x_299); +lean_dec(x_298); +lean_dec(x_296); +lean_dec(x_14); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_301 = lean_ctor_get(x_275, 0); -lean_inc(x_301); -x_302 = lean_ctor_get(x_275, 1); -lean_inc(x_302); -if (lean_is_exclusive(x_275)) { - lean_ctor_release(x_275, 0); - lean_ctor_release(x_275, 1); - x_303 = x_275; +x_359 = lean_ctor_get(x_324, 0); +lean_inc(x_359); +x_360 = lean_ctor_get(x_324, 1); +lean_inc(x_360); +if (lean_is_exclusive(x_324)) { + lean_ctor_release(x_324, 0); + lean_ctor_release(x_324, 1); + x_361 = x_324; } else { - lean_dec_ref(x_275); - x_303 = lean_box(0); + lean_dec_ref(x_324); + x_361 = lean_box(0); } -if (lean_is_scalar(x_303)) { - x_304 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_361)) { + x_362 = lean_alloc_ctor(1, 2, 0); } else { - x_304 = x_303; -} -lean_ctor_set(x_304, 0, x_301); -lean_ctor_set(x_304, 1, x_302); -return x_304; -} -} -else -{ -lean_object* x_305; lean_object* x_306; lean_object* x_307; lean_object* x_308; -lean_dec(x_274); -lean_dec(x_273); -lean_dec(x_14); -x_305 = lean_box(0); -x_306 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_267, x_249, x_251, x_252, x_305, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_252); -x_307 = lean_ctor_get(x_306, 0); -lean_inc(x_307); -x_308 = lean_ctor_get(x_306, 1); -lean_inc(x_308); -lean_dec(x_306); -x_15 = x_307; -x_16 = x_308; -goto block_23; -} + x_362 = x_361; } +lean_ctor_set(x_362, 0, x_359); +lean_ctor_set(x_362, 1, x_360); +return x_362; } } -block_23: -{ -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_17; lean_object* x_18; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); -lean_dec(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; } -else -{ -lean_object* x_19; size_t x_20; size_t x_21; -x_19 = lean_ctor_get(x_15, 0); -lean_inc(x_19); -lean_dec(x_15); -x_20 = 1; -x_21 = lean_usize_add(x_5, x_20); -x_5 = x_21; -x_6 = x_19; -x_11 = x_16; -goto _start; } } } @@ -5956,714 +6077,804 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; x_13 = lean_array_uget(x_2, x_4); -x_23 = lean_ctor_get(x_5, 1); -lean_inc(x_23); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -x_25 = !lean_is_exclusive(x_5); -if (x_25 == 0) +x_14 = lean_ctor_get(x_5, 1); +lean_inc(x_14); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +x_16 = !lean_is_exclusive(x_5); +if (x_16 == 0) { -lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_26 = lean_ctor_get(x_5, 0); -x_27 = lean_ctor_get(x_5, 1); -lean_dec(x_27); -x_28 = !lean_is_exclusive(x_23); -if (x_28 == 0) +lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = lean_ctor_get(x_5, 0); +x_18 = lean_ctor_get(x_5, 1); +lean_dec(x_18); +x_19 = !lean_is_exclusive(x_14); +if (x_19 == 0) { -lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_29 = lean_ctor_get(x_23, 0); -x_30 = lean_ctor_get(x_23, 1); -lean_dec(x_30); -x_31 = !lean_is_exclusive(x_24); -if (x_31 == 0) +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_14, 0); +x_21 = lean_ctor_get(x_14, 1); +lean_dec(x_21); +x_22 = !lean_is_exclusive(x_15); +if (x_22 == 0) { -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_24, 0); -x_33 = lean_ctor_get(x_24, 1); -x_34 = lean_ctor_get(x_26, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_26, 1); -lean_inc(x_35); -x_36 = lean_ctor_get(x_26, 2); -lean_inc(x_36); -x_37 = lean_nat_dec_lt(x_35, x_36); -if (x_37 == 0) +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_23 = lean_ctor_get(x_15, 0); +x_24 = lean_ctor_get(x_15, 1); +x_25 = lean_ctor_get(x_17, 0); +lean_inc(x_25); +x_26 = lean_ctor_get(x_17, 1); +lean_inc(x_26); +x_27 = lean_ctor_get(x_17, 2); +lean_inc(x_27); +x_28 = lean_nat_dec_lt(x_26, x_27); +if (x_28 == 0) { -lean_object* x_38; -lean_dec(x_36); -lean_dec(x_35); -lean_dec(x_34); +lean_object* x_29; +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_25); lean_dec(x_13); -x_38 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_38, 0, x_5); -x_14 = x_38; -x_15 = x_10; -goto block_22; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_5); +lean_ctor_set(x_29, 1, x_10); +return x_29; } else { -uint8_t x_39; -lean_free_object(x_24); -lean_free_object(x_23); +uint8_t x_30; +lean_free_object(x_15); +lean_free_object(x_14); lean_free_object(x_5); -x_39 = !lean_is_exclusive(x_26); -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; uint8_t x_47; -x_40 = lean_ctor_get(x_26, 2); -lean_dec(x_40); -x_41 = lean_ctor_get(x_26, 1); -lean_dec(x_41); -x_42 = lean_ctor_get(x_26, 0); -lean_dec(x_42); -x_43 = lean_array_fget(x_34, x_35); -x_44 = lean_unbox(x_43); -lean_dec(x_43); -x_45 = lean_unsigned_to_nat(1u); -x_46 = lean_nat_add(x_35, x_45); -lean_dec(x_35); -lean_ctor_set(x_26, 1, x_46); -x_47 = l_Lean_BinderInfo_isExplicit(x_44); -if (x_47 == 0) +x_30 = !lean_is_exclusive(x_17); +if (x_30 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -lean_dec(x_13); -x_48 = lean_box(0); -x_49 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_26, x_29, x_32, x_33, x_48, x_6, x_7, x_8, x_9, x_10); +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; uint8_t x_87; +x_31 = lean_ctor_get(x_17, 2); +lean_dec(x_31); +x_32 = lean_ctor_get(x_17, 1); +lean_dec(x_32); +x_33 = lean_ctor_get(x_17, 0); lean_dec(x_33); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_14 = x_50; -x_15 = x_51; -goto block_22; +x_34 = lean_array_fget(x_25, x_26); +x_35 = lean_unbox(x_34); +lean_dec(x_34); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_add(x_26, x_36); +lean_dec(x_26); +lean_ctor_set(x_17, 1, x_37); +x_87 = l_Lean_BinderInfo_isExplicit(x_35); +if (x_87 == 0) +{ +uint8_t x_88; +x_88 = 0; +x_38 = x_88; +goto block_86; } else { -lean_object* x_52; lean_object* x_53; +lean_object* x_89; lean_object* x_90; lean_inc(x_13); -x_52 = l_Lean_Expr_mvarId_x21(x_13); -x_53 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_29, x_52); -if (lean_obj_tag(x_53) == 0) +x_89 = l_Lean_Expr_mvarId_x21(x_13); +x_90 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_20, x_89); +lean_dec(x_89); +if (lean_obj_tag(x_90) == 0) { -lean_object* x_54; +uint8_t x_91; +x_91 = 1; +x_38 = x_91; +goto block_86; +} +else +{ +uint8_t x_92; +lean_dec(x_90); +x_92 = 0; +x_38 = x_92; +goto block_86; +} +} +block_86: +{ +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; size_t x_44; size_t x_45; +lean_dec(x_13); +x_39 = lean_box(0); +x_40 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_17, x_20, x_23, x_24, x_39, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_24); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = lean_ctor_get(x_41, 0); +lean_inc(x_43); +lean_dec(x_41); +x_44 = 1; +x_45 = lean_usize_add(x_4, x_44); +x_4 = x_45; +x_5 = x_43; +x_10 = x_42; +goto _start; +} +else +{ +lean_object* x_47; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_54 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_54) == 0) +lean_inc(x_13); +x_47 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_47) == 0) { -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_54, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -x_57 = lean_box_usize(x_1); -lean_inc(x_33); -lean_inc(x_29); -x_58 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_58, 0, x_29); -lean_closure_set(x_58, 1, x_33); -lean_closure_set(x_58, 2, x_57); +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_box_usize(x_1); +lean_inc(x_24); +lean_inc(x_20); +x_51 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_51, 0, x_20); +lean_closure_set(x_51, 1, x_24); +lean_closure_set(x_51, 2, x_50); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_59 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_55, x_58, x_6, x_7, x_8, x_9, x_56); -if (lean_obj_tag(x_59) == 0) +x_52 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_48, x_51, x_6, x_7, x_8, x_9, x_49); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_60; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -if (lean_obj_tag(x_60) == 0) +lean_object* x_53; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; size_t x_60; size_t x_61; +lean_dec(x_13); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); lean_dec(x_52); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = lean_box(0); -x_63 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_26, x_29, x_32, x_33, x_62, x_6, x_7, x_8, x_9, x_61); -lean_dec(x_33); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_14 = x_64; -x_15 = x_65; -goto block_22; +x_55 = lean_box(0); +x_56 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_17, x_20, x_23, x_24, x_55, x_6, x_7, x_8, x_9, x_54); +lean_dec(x_24); +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); +x_59 = lean_ctor_get(x_57, 0); +lean_inc(x_59); +lean_dec(x_57); +x_60 = 1; +x_61 = lean_usize_add(x_4, x_60); +x_4 = x_61; +x_5 = x_59; +x_10 = x_58; +goto _start; } else { -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; -x_66 = lean_ctor_get(x_59, 1); -lean_inc(x_66); -lean_dec(x_59); -x_67 = lean_ctor_get(x_60, 0); -lean_inc(x_67); -lean_dec(x_60); -x_68 = lean_box(0); -x_69 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_29, x_52, x_68); -x_70 = l_Lean_Expr_mvarId_x21(x_67); -x_71 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_69, x_70, x_68); -lean_inc(x_33); -x_72 = lean_array_push(x_32, x_33); -x_73 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_26, x_71, x_72, x_33, x_68, x_6, x_7, x_8, x_9, x_66); -lean_dec(x_33); -x_74 = lean_ctor_get(x_73, 0); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; size_t x_75; size_t x_76; +x_63 = lean_ctor_get(x_52, 1); +lean_inc(x_63); +lean_dec(x_52); +x_64 = lean_ctor_get(x_53, 0); +lean_inc(x_64); +lean_dec(x_53); +x_65 = l_Lean_Expr_mvarId_x21(x_13); +x_66 = lean_box(0); +x_67 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_20, x_65, x_66); +x_68 = l_Lean_Expr_mvarId_x21(x_64); +x_69 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_67, x_68, x_66); +lean_inc(x_24); +x_70 = lean_array_push(x_23, x_24); +x_71 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_17, x_69, x_70, x_24, x_66, x_6, x_7, x_8, x_9, x_63); +lean_dec(x_24); +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 = lean_ctor_get(x_72, 0); lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); -x_14 = x_74; -x_15 = x_75; -goto block_22; +lean_dec(x_72); +x_75 = 1; +x_76 = lean_usize_add(x_4, x_75); +x_4 = x_76; +x_5 = x_74; +x_10 = x_73; +goto _start; } } else { -uint8_t x_76; -lean_dec(x_52); -lean_dec(x_26); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_29); +uint8_t x_78; +lean_dec(x_17); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_76 = !lean_is_exclusive(x_59); -if (x_76 == 0) +x_78 = !lean_is_exclusive(x_52); +if (x_78 == 0) { -return x_59; +return x_52; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_59, 0); -x_78 = lean_ctor_get(x_59, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_59); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_52, 0); +x_80 = lean_ctor_get(x_52, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_52); +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 { -uint8_t x_80; -lean_dec(x_52); -lean_dec(x_26); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_29); +uint8_t x_82; +lean_dec(x_17); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_80 = !lean_is_exclusive(x_54); -if (x_80 == 0) +x_82 = !lean_is_exclusive(x_47); +if (x_82 == 0) { -return x_54; +return x_47; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_54, 0); -x_82 = lean_ctor_get(x_54, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_54); -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_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_47, 0); +x_84 = lean_ctor_get(x_47, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_47); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } -else -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_13); -x_84 = lean_box(0); -x_85 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_26, x_29, x_32, x_33, x_84, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_33); -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); -lean_inc(x_87); -lean_dec(x_85); -x_14 = x_86; -x_15 = x_87; -goto block_22; } } } else { -lean_object* x_88; uint8_t x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; +lean_object* x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; uint8_t x_147; +lean_dec(x_17); +x_93 = lean_array_fget(x_25, x_26); +x_94 = lean_unbox(x_93); +lean_dec(x_93); +x_95 = lean_unsigned_to_nat(1u); +x_96 = lean_nat_add(x_26, x_95); lean_dec(x_26); -x_88 = lean_array_fget(x_34, x_35); -x_89 = lean_unbox(x_88); -lean_dec(x_88); -x_90 = lean_unsigned_to_nat(1u); -x_91 = lean_nat_add(x_35, x_90); -lean_dec(x_35); -x_92 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_92, 0, x_34); -lean_ctor_set(x_92, 1, x_91); -lean_ctor_set(x_92, 2, x_36); -x_93 = l_Lean_BinderInfo_isExplicit(x_89); -if (x_93 == 0) +x_97 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_97, 0, x_25); +lean_ctor_set(x_97, 1, x_96); +lean_ctor_set(x_97, 2, x_27); +x_147 = l_Lean_BinderInfo_isExplicit(x_94); +if (x_147 == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -lean_dec(x_13); -x_94 = lean_box(0); -x_95 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_92, x_29, x_32, x_33, x_94, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_33); -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_14 = x_96; -x_15 = x_97; -goto block_22; +uint8_t x_148; +x_148 = 0; +x_98 = x_148; +goto block_146; } else { -lean_object* x_98; lean_object* x_99; +lean_object* x_149; lean_object* x_150; lean_inc(x_13); -x_98 = l_Lean_Expr_mvarId_x21(x_13); -x_99 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_29, x_98); -if (lean_obj_tag(x_99) == 0) +x_149 = l_Lean_Expr_mvarId_x21(x_13); +x_150 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_20, x_149); +lean_dec(x_149); +if (lean_obj_tag(x_150) == 0) { -lean_object* x_100; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_100 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_100) == 0) +uint8_t x_151; +x_151 = 1; +x_98 = x_151; +goto block_146; +} +else +{ +uint8_t x_152; +lean_dec(x_150); +x_152 = 0; +x_98 = x_152; +goto block_146; +} +} +block_146: +{ +if (x_98 == 0) { -lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; size_t x_104; size_t x_105; +lean_dec(x_13); +x_99 = lean_box(0); +x_100 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_97, x_20, x_23, x_24, x_99, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_24); x_101 = lean_ctor_get(x_100, 0); lean_inc(x_101); x_102 = lean_ctor_get(x_100, 1); lean_inc(x_102); lean_dec(x_100); -x_103 = lean_box_usize(x_1); -lean_inc(x_33); -lean_inc(x_29); -x_104 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_104, 0, x_29); -lean_closure_set(x_104, 1, x_33); -lean_closure_set(x_104, 2, x_103); +x_103 = lean_ctor_get(x_101, 0); +lean_inc(x_103); +lean_dec(x_101); +x_104 = 1; +x_105 = lean_usize_add(x_4, x_104); +x_4 = x_105; +x_5 = x_103; +x_10 = x_102; +goto _start; +} +else +{ +lean_object* x_107; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_13); +x_107 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_107) == 0) +{ +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = lean_box_usize(x_1); +lean_inc(x_24); +lean_inc(x_20); +x_111 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_111, 0, x_20); +lean_closure_set(x_111, 1, x_24); +lean_closure_set(x_111, 2, x_110); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_105 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_101, x_104, x_6, x_7, x_8, x_9, x_102); -if (lean_obj_tag(x_105) == 0) +x_112 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_108, x_111, x_6, x_7, x_8, x_9, x_109); +if (lean_obj_tag(x_112) == 0) { -lean_object* x_106; -x_106 = lean_ctor_get(x_105, 0); -lean_inc(x_106); -if (lean_obj_tag(x_106) == 0) +lean_object* x_113; +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +if (lean_obj_tag(x_113) == 0) { -lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; -lean_dec(x_98); -x_107 = lean_ctor_get(x_105, 1); -lean_inc(x_107); -lean_dec(x_105); -x_108 = lean_box(0); -x_109 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_92, x_29, x_32, x_33, x_108, x_6, x_7, x_8, x_9, x_107); -lean_dec(x_33); -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_14 = x_110; -x_15 = x_111; -goto block_22; +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; size_t x_120; size_t x_121; +lean_dec(x_13); +x_114 = lean_ctor_get(x_112, 1); +lean_inc(x_114); +lean_dec(x_112); +x_115 = lean_box(0); +x_116 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_97, x_20, x_23, x_24, x_115, x_6, x_7, x_8, x_9, x_114); +lean_dec(x_24); +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_116, 1); +lean_inc(x_118); +lean_dec(x_116); +x_119 = lean_ctor_get(x_117, 0); +lean_inc(x_119); +lean_dec(x_117); +x_120 = 1; +x_121 = lean_usize_add(x_4, x_120); +x_4 = x_121; +x_5 = x_119; +x_10 = x_118; +goto _start; } else { -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; -x_112 = lean_ctor_get(x_105, 1); -lean_inc(x_112); -lean_dec(x_105); -x_113 = lean_ctor_get(x_106, 0); -lean_inc(x_113); -lean_dec(x_106); -x_114 = lean_box(0); -x_115 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_29, x_98, x_114); -x_116 = l_Lean_Expr_mvarId_x21(x_113); -x_117 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_115, x_116, x_114); -lean_inc(x_33); -x_118 = lean_array_push(x_32, x_33); -x_119 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_92, x_117, x_118, x_33, x_114, x_6, x_7, x_8, x_9, x_112); -lean_dec(x_33); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -lean_dec(x_119); -x_14 = x_120; -x_15 = x_121; -goto block_22; +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; size_t x_135; size_t x_136; +x_123 = lean_ctor_get(x_112, 1); +lean_inc(x_123); +lean_dec(x_112); +x_124 = lean_ctor_get(x_113, 0); +lean_inc(x_124); +lean_dec(x_113); +x_125 = l_Lean_Expr_mvarId_x21(x_13); +x_126 = lean_box(0); +x_127 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_20, x_125, x_126); +x_128 = l_Lean_Expr_mvarId_x21(x_124); +x_129 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_127, x_128, x_126); +lean_inc(x_24); +x_130 = lean_array_push(x_23, x_24); +x_131 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_97, x_129, x_130, x_24, x_126, x_6, x_7, x_8, x_9, x_123); +lean_dec(x_24); +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +x_134 = lean_ctor_get(x_132, 0); +lean_inc(x_134); +lean_dec(x_132); +x_135 = 1; +x_136 = lean_usize_add(x_4, x_135); +x_4 = x_136; +x_5 = x_134; +x_10 = x_133; +goto _start; } } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; -lean_dec(x_98); -lean_dec(x_92); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_29); +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_dec(x_97); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_122 = lean_ctor_get(x_105, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_105, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_124 = x_105; +x_138 = lean_ctor_get(x_112, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_112, 1); +lean_inc(x_139); +if (lean_is_exclusive(x_112)) { + lean_ctor_release(x_112, 0); + lean_ctor_release(x_112, 1); + x_140 = x_112; } else { - lean_dec_ref(x_105); - x_124 = lean_box(0); + lean_dec_ref(x_112); + x_140 = lean_box(0); } -if (lean_is_scalar(x_124)) { - x_125 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_140)) { + x_141 = lean_alloc_ctor(1, 2, 0); } else { - x_125 = x_124; + x_141 = x_140; } -lean_ctor_set(x_125, 0, x_122); -lean_ctor_set(x_125, 1, x_123); -return x_125; +lean_ctor_set(x_141, 0, x_138); +lean_ctor_set(x_141, 1, x_139); +return x_141; } } else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; -lean_dec(x_98); -lean_dec(x_92); -lean_dec(x_33); -lean_dec(x_32); -lean_dec(x_29); +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; +lean_dec(x_97); +lean_dec(x_24); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_126 = lean_ctor_get(x_100, 0); -lean_inc(x_126); -x_127 = lean_ctor_get(x_100, 1); -lean_inc(x_127); -if (lean_is_exclusive(x_100)) { - lean_ctor_release(x_100, 0); - lean_ctor_release(x_100, 1); - x_128 = x_100; +x_142 = lean_ctor_get(x_107, 0); +lean_inc(x_142); +x_143 = lean_ctor_get(x_107, 1); +lean_inc(x_143); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_144 = x_107; } else { - lean_dec_ref(x_100); - x_128 = lean_box(0); + lean_dec_ref(x_107); + x_144 = lean_box(0); } -if (lean_is_scalar(x_128)) { - x_129 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_144)) { + x_145 = lean_alloc_ctor(1, 2, 0); } else { - x_129 = x_128; + x_145 = x_144; } -lean_ctor_set(x_129, 0, x_126); -lean_ctor_set(x_129, 1, x_127); -return x_129; +lean_ctor_set(x_145, 0, x_142); +lean_ctor_set(x_145, 1, x_143); +return x_145; } } -else -{ -lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; -lean_dec(x_99); -lean_dec(x_98); -lean_dec(x_13); -x_130 = lean_box(0); -x_131 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_92, x_29, x_32, x_33, x_130, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_33); -x_132 = lean_ctor_get(x_131, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_131, 1); -lean_inc(x_133); -lean_dec(x_131); -x_14 = x_132; -x_15 = x_133; -goto block_22; -} } } } } else { -lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; -x_134 = lean_ctor_get(x_24, 0); -x_135 = lean_ctor_get(x_24, 1); -lean_inc(x_135); -lean_inc(x_134); -lean_dec(x_24); -x_136 = lean_ctor_get(x_26, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_26, 1); -lean_inc(x_137); -x_138 = lean_ctor_get(x_26, 2); -lean_inc(x_138); -x_139 = lean_nat_dec_lt(x_137, x_138); -if (x_139 == 0) +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; +x_153 = lean_ctor_get(x_15, 0); +x_154 = lean_ctor_get(x_15, 1); +lean_inc(x_154); +lean_inc(x_153); +lean_dec(x_15); +x_155 = lean_ctor_get(x_17, 0); +lean_inc(x_155); +x_156 = lean_ctor_get(x_17, 1); +lean_inc(x_156); +x_157 = lean_ctor_get(x_17, 2); +lean_inc(x_157); +x_158 = lean_nat_dec_lt(x_156, x_157); +if (x_158 == 0) { -lean_object* x_140; lean_object* x_141; -lean_dec(x_138); -lean_dec(x_137); -lean_dec(x_136); +lean_object* x_159; lean_object* x_160; +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_155); lean_dec(x_13); -x_140 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_140, 0, x_134); -lean_ctor_set(x_140, 1, x_135); -lean_ctor_set(x_23, 1, x_140); -x_141 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_141, 0, x_5); -x_14 = x_141; -x_15 = x_10; -goto block_22; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_153); +lean_ctor_set(x_159, 1, x_154); +lean_ctor_set(x_14, 1, x_159); +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_5); +lean_ctor_set(x_160, 1, x_10); +return x_160; } else { -lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; uint8_t x_148; -lean_free_object(x_23); +lean_object* x_161; lean_object* x_162; uint8_t x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; uint8_t x_167; uint8_t x_216; +lean_free_object(x_14); lean_free_object(x_5); -if (lean_is_exclusive(x_26)) { - lean_ctor_release(x_26, 0); - lean_ctor_release(x_26, 1); - lean_ctor_release(x_26, 2); - x_142 = x_26; +if (lean_is_exclusive(x_17)) { + lean_ctor_release(x_17, 0); + lean_ctor_release(x_17, 1); + lean_ctor_release(x_17, 2); + x_161 = x_17; } else { - lean_dec_ref(x_26); - x_142 = lean_box(0); -} -x_143 = lean_array_fget(x_136, x_137); -x_144 = lean_unbox(x_143); -lean_dec(x_143); -x_145 = lean_unsigned_to_nat(1u); -x_146 = lean_nat_add(x_137, x_145); -lean_dec(x_137); -if (lean_is_scalar(x_142)) { - x_147 = lean_alloc_ctor(0, 3, 0); + lean_dec_ref(x_17); + x_161 = lean_box(0); +} +x_162 = lean_array_fget(x_155, x_156); +x_163 = lean_unbox(x_162); +lean_dec(x_162); +x_164 = lean_unsigned_to_nat(1u); +x_165 = lean_nat_add(x_156, x_164); +lean_dec(x_156); +if (lean_is_scalar(x_161)) { + x_166 = lean_alloc_ctor(0, 3, 0); } else { - x_147 = x_142; + x_166 = x_161; } -lean_ctor_set(x_147, 0, x_136); -lean_ctor_set(x_147, 1, x_146); -lean_ctor_set(x_147, 2, x_138); -x_148 = l_Lean_BinderInfo_isExplicit(x_144); -if (x_148 == 0) +lean_ctor_set(x_166, 0, x_155); +lean_ctor_set(x_166, 1, x_165); +lean_ctor_set(x_166, 2, x_157); +x_216 = l_Lean_BinderInfo_isExplicit(x_163); +if (x_216 == 0) { -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; -lean_dec(x_13); -x_149 = lean_box(0); -x_150 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_147, x_29, x_134, x_135, x_149, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_135); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -x_152 = lean_ctor_get(x_150, 1); -lean_inc(x_152); -lean_dec(x_150); -x_14 = x_151; -x_15 = x_152; -goto block_22; +uint8_t x_217; +x_217 = 0; +x_167 = x_217; +goto block_215; } else { -lean_object* x_153; lean_object* x_154; +lean_object* x_218; lean_object* x_219; lean_inc(x_13); -x_153 = l_Lean_Expr_mvarId_x21(x_13); -x_154 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_29, x_153); -if (lean_obj_tag(x_154) == 0) +x_218 = l_Lean_Expr_mvarId_x21(x_13); +x_219 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_20, x_218); +lean_dec(x_218); +if (lean_obj_tag(x_219) == 0) +{ +uint8_t x_220; +x_220 = 1; +x_167 = x_220; +goto block_215; +} +else { -lean_object* x_155; +uint8_t x_221; +lean_dec(x_219); +x_221 = 0; +x_167 = x_221; +goto block_215; +} +} +block_215: +{ +if (x_167 == 0) +{ +lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; size_t x_173; size_t x_174; +lean_dec(x_13); +x_168 = lean_box(0); +x_169 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_166, x_20, x_153, x_154, x_168, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_154); +x_170 = lean_ctor_get(x_169, 0); +lean_inc(x_170); +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); +lean_dec(x_169); +x_172 = lean_ctor_get(x_170, 0); +lean_inc(x_172); +lean_dec(x_170); +x_173 = 1; +x_174 = lean_usize_add(x_4, x_173); +x_4 = x_174; +x_5 = x_172; +x_10 = x_171; +goto _start; +} +else +{ +lean_object* x_176; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_155 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_155) == 0) +lean_inc(x_13); +x_176 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_176) == 0) { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_158 = lean_box_usize(x_1); -lean_inc(x_135); -lean_inc(x_29); -x_159 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_159, 0, x_29); -lean_closure_set(x_159, 1, x_135); -lean_closure_set(x_159, 2, x_158); +lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +lean_dec(x_176); +x_179 = lean_box_usize(x_1); +lean_inc(x_154); +lean_inc(x_20); +x_180 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_180, 0, x_20); +lean_closure_set(x_180, 1, x_154); +lean_closure_set(x_180, 2, x_179); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_160 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_156, x_159, x_6, x_7, x_8, x_9, x_157); -if (lean_obj_tag(x_160) == 0) +x_181 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_177, x_180, x_6, x_7, x_8, x_9, x_178); +if (lean_obj_tag(x_181) == 0) { -lean_object* x_161; -x_161 = lean_ctor_get(x_160, 0); -lean_inc(x_161); -if (lean_obj_tag(x_161) == 0) +lean_object* x_182; +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +if (lean_obj_tag(x_182) == 0) +{ +lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; size_t x_189; size_t x_190; +lean_dec(x_13); +x_183 = lean_ctor_get(x_181, 1); +lean_inc(x_183); +lean_dec(x_181); +x_184 = lean_box(0); +x_185 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_166, x_20, x_153, x_154, x_184, x_6, x_7, x_8, x_9, x_183); +lean_dec(x_154); +x_186 = lean_ctor_get(x_185, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_185, 1); +lean_inc(x_187); +lean_dec(x_185); +x_188 = lean_ctor_get(x_186, 0); +lean_inc(x_188); +lean_dec(x_186); +x_189 = 1; +x_190 = lean_usize_add(x_4, x_189); +x_4 = x_190; +x_5 = x_188; +x_10 = x_187; +goto _start; +} +else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_object* x_166; -lean_dec(x_153); -x_162 = lean_ctor_get(x_160, 1); -lean_inc(x_162); -lean_dec(x_160); -x_163 = lean_box(0); -x_164 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_147, x_29, x_134, x_135, x_163, x_6, x_7, x_8, x_9, x_162); -lean_dec(x_135); -x_165 = lean_ctor_get(x_164, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_164, 1); -lean_inc(x_166); -lean_dec(x_164); -x_14 = x_165; -x_15 = x_166; -goto block_22; -} -else -{ -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_167 = lean_ctor_get(x_160, 1); -lean_inc(x_167); -lean_dec(x_160); -x_168 = lean_ctor_get(x_161, 0); -lean_inc(x_168); -lean_dec(x_161); -x_169 = lean_box(0); -x_170 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_29, x_153, x_169); -x_171 = l_Lean_Expr_mvarId_x21(x_168); -x_172 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_170, x_171, x_169); -lean_inc(x_135); -x_173 = lean_array_push(x_134, x_135); -x_174 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_147, x_172, x_173, x_135, x_169, x_6, x_7, x_8, x_9, x_167); -lean_dec(x_135); -x_175 = lean_ctor_get(x_174, 0); -lean_inc(x_175); -x_176 = lean_ctor_get(x_174, 1); -lean_inc(x_176); -lean_dec(x_174); -x_14 = x_175; -x_15 = x_176; -goto block_22; +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; size_t x_204; size_t x_205; +x_192 = lean_ctor_get(x_181, 1); +lean_inc(x_192); +lean_dec(x_181); +x_193 = lean_ctor_get(x_182, 0); +lean_inc(x_193); +lean_dec(x_182); +x_194 = l_Lean_Expr_mvarId_x21(x_13); +x_195 = lean_box(0); +x_196 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_20, x_194, x_195); +x_197 = l_Lean_Expr_mvarId_x21(x_193); +x_198 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_196, x_197, x_195); +lean_inc(x_154); +x_199 = lean_array_push(x_153, x_154); +x_200 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_166, x_198, x_199, x_154, x_195, x_6, x_7, x_8, x_9, x_192); +lean_dec(x_154); +x_201 = lean_ctor_get(x_200, 0); +lean_inc(x_201); +x_202 = lean_ctor_get(x_200, 1); +lean_inc(x_202); +lean_dec(x_200); +x_203 = lean_ctor_get(x_201, 0); +lean_inc(x_203); +lean_dec(x_201); +x_204 = 1; +x_205 = lean_usize_add(x_4, x_204); +x_4 = x_205; +x_5 = x_203; +x_10 = x_202; +goto _start; } } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; +lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; +lean_dec(x_166); +lean_dec(x_154); lean_dec(x_153); -lean_dec(x_147); -lean_dec(x_135); -lean_dec(x_134); -lean_dec(x_29); +lean_dec(x_20); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_177 = lean_ctor_get(x_160, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_160, 1); -lean_inc(x_178); -if (lean_is_exclusive(x_160)) { - lean_ctor_release(x_160, 0); - lean_ctor_release(x_160, 1); - x_179 = x_160; +x_207 = lean_ctor_get(x_181, 0); +lean_inc(x_207); +x_208 = lean_ctor_get(x_181, 1); +lean_inc(x_208); +if (lean_is_exclusive(x_181)) { + lean_ctor_release(x_181, 0); + lean_ctor_release(x_181, 1); + x_209 = x_181; } else { - lean_dec_ref(x_160); - x_179 = lean_box(0); + lean_dec_ref(x_181); + x_209 = lean_box(0); } -if (lean_is_scalar(x_179)) { - x_180 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_209)) { + x_210 = lean_alloc_ctor(1, 2, 0); } else { - x_180 = x_179; + x_210 = x_209; } -lean_ctor_set(x_180, 0, x_177); -lean_ctor_set(x_180, 1, x_178); -return x_180; +lean_ctor_set(x_210, 0, x_207); +lean_ctor_set(x_210, 1, x_208); +return x_210; } } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; +lean_object* x_211; lean_object* x_212; lean_object* x_213; lean_object* x_214; +lean_dec(x_166); +lean_dec(x_154); lean_dec(x_153); -lean_dec(x_147); -lean_dec(x_135); -lean_dec(x_134); -lean_dec(x_29); +lean_dec(x_20); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_181 = lean_ctor_get(x_155, 0); -lean_inc(x_181); -x_182 = lean_ctor_get(x_155, 1); -lean_inc(x_182); -if (lean_is_exclusive(x_155)) { - lean_ctor_release(x_155, 0); - lean_ctor_release(x_155, 1); - x_183 = x_155; +x_211 = lean_ctor_get(x_176, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_176, 1); +lean_inc(x_212); +if (lean_is_exclusive(x_176)) { + lean_ctor_release(x_176, 0); + lean_ctor_release(x_176, 1); + x_213 = x_176; } else { - lean_dec_ref(x_155); - x_183 = lean_box(0); + lean_dec_ref(x_176); + x_213 = lean_box(0); } -if (lean_is_scalar(x_183)) { - x_184 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_213)) { + x_214 = lean_alloc_ctor(1, 2, 0); } else { - x_184 = x_183; -} -lean_ctor_set(x_184, 0, x_181); -lean_ctor_set(x_184, 1, x_182); -return x_184; + x_214 = x_213; } +lean_ctor_set(x_214, 0, x_211); +lean_ctor_set(x_214, 1, x_212); +return x_214; } -else -{ -lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; -lean_dec(x_154); -lean_dec(x_153); -lean_dec(x_13); -x_185 = lean_box(0); -x_186 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_147, x_29, x_134, x_135, x_185, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_135); -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_14 = x_187; -x_15 = x_188; -goto block_22; } } } @@ -6671,268 +6882,299 @@ goto block_22; } 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; lean_object* x_195; uint8_t x_196; -x_189 = lean_ctor_get(x_23, 0); -lean_inc(x_189); -lean_dec(x_23); -x_190 = lean_ctor_get(x_24, 0); -lean_inc(x_190); -x_191 = lean_ctor_get(x_24, 1); -lean_inc(x_191); -if (lean_is_exclusive(x_24)) { - lean_ctor_release(x_24, 0); - lean_ctor_release(x_24, 1); - x_192 = x_24; +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_222 = lean_ctor_get(x_14, 0); +lean_inc(x_222); +lean_dec(x_14); +x_223 = lean_ctor_get(x_15, 0); +lean_inc(x_223); +x_224 = lean_ctor_get(x_15, 1); +lean_inc(x_224); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_225 = x_15; } else { - lean_dec_ref(x_24); - x_192 = lean_box(0); + lean_dec_ref(x_15); + x_225 = lean_box(0); } -x_193 = lean_ctor_get(x_26, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_26, 1); -lean_inc(x_194); -x_195 = lean_ctor_get(x_26, 2); -lean_inc(x_195); -x_196 = lean_nat_dec_lt(x_194, x_195); -if (x_196 == 0) -{ -lean_object* x_197; lean_object* x_198; lean_object* x_199; -lean_dec(x_195); -lean_dec(x_194); -lean_dec(x_193); +x_226 = lean_ctor_get(x_17, 0); +lean_inc(x_226); +x_227 = lean_ctor_get(x_17, 1); +lean_inc(x_227); +x_228 = lean_ctor_get(x_17, 2); +lean_inc(x_228); +x_229 = lean_nat_dec_lt(x_227, x_228); +if (x_229 == 0) +{ +lean_object* x_230; lean_object* x_231; lean_object* x_232; +lean_dec(x_228); +lean_dec(x_227); +lean_dec(x_226); lean_dec(x_13); -if (lean_is_scalar(x_192)) { - x_197 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +if (lean_is_scalar(x_225)) { + x_230 = lean_alloc_ctor(0, 2, 0); } else { - x_197 = x_192; + x_230 = x_225; } -lean_ctor_set(x_197, 0, x_190); -lean_ctor_set(x_197, 1, x_191); -x_198 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_198, 0, x_189); -lean_ctor_set(x_198, 1, x_197); -lean_ctor_set(x_5, 1, x_198); -x_199 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_199, 0, x_5); -x_14 = x_199; -x_15 = x_10; -goto block_22; +lean_ctor_set(x_230, 0, x_223); +lean_ctor_set(x_230, 1, x_224); +x_231 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_231, 0, x_222); +lean_ctor_set(x_231, 1, x_230); +lean_ctor_set(x_5, 1, x_231); +x_232 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_232, 0, x_5); +lean_ctor_set(x_232, 1, x_10); +return x_232; } else { -lean_object* x_200; lean_object* x_201; uint8_t x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; uint8_t x_206; -lean_dec(x_192); +lean_object* x_233; lean_object* x_234; uint8_t x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; uint8_t x_239; uint8_t x_288; +lean_dec(x_225); lean_free_object(x_5); -if (lean_is_exclusive(x_26)) { - lean_ctor_release(x_26, 0); - lean_ctor_release(x_26, 1); - lean_ctor_release(x_26, 2); - x_200 = x_26; +if (lean_is_exclusive(x_17)) { + lean_ctor_release(x_17, 0); + lean_ctor_release(x_17, 1); + lean_ctor_release(x_17, 2); + x_233 = x_17; } else { - lean_dec_ref(x_26); - x_200 = lean_box(0); + lean_dec_ref(x_17); + x_233 = lean_box(0); } -x_201 = lean_array_fget(x_193, x_194); -x_202 = lean_unbox(x_201); -lean_dec(x_201); -x_203 = lean_unsigned_to_nat(1u); -x_204 = lean_nat_add(x_194, x_203); -lean_dec(x_194); -if (lean_is_scalar(x_200)) { - x_205 = lean_alloc_ctor(0, 3, 0); +x_234 = lean_array_fget(x_226, x_227); +x_235 = lean_unbox(x_234); +lean_dec(x_234); +x_236 = lean_unsigned_to_nat(1u); +x_237 = lean_nat_add(x_227, x_236); +lean_dec(x_227); +if (lean_is_scalar(x_233)) { + x_238 = lean_alloc_ctor(0, 3, 0); } else { - x_205 = x_200; + x_238 = x_233; } -lean_ctor_set(x_205, 0, x_193); -lean_ctor_set(x_205, 1, x_204); -lean_ctor_set(x_205, 2, x_195); -x_206 = l_Lean_BinderInfo_isExplicit(x_202); -if (x_206 == 0) +lean_ctor_set(x_238, 0, x_226); +lean_ctor_set(x_238, 1, x_237); +lean_ctor_set(x_238, 2, x_228); +x_288 = l_Lean_BinderInfo_isExplicit(x_235); +if (x_288 == 0) { -lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; -lean_dec(x_13); -x_207 = lean_box(0); -x_208 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_205, x_189, x_190, x_191, x_207, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_191); -x_209 = lean_ctor_get(x_208, 0); -lean_inc(x_209); -x_210 = lean_ctor_get(x_208, 1); -lean_inc(x_210); -lean_dec(x_208); -x_14 = x_209; -x_15 = x_210; -goto block_22; +uint8_t x_289; +x_289 = 0; +x_239 = x_289; +goto block_287; } else { -lean_object* x_211; lean_object* x_212; +lean_object* x_290; lean_object* x_291; lean_inc(x_13); -x_211 = l_Lean_Expr_mvarId_x21(x_13); -x_212 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_189, x_211); -if (lean_obj_tag(x_212) == 0) +x_290 = l_Lean_Expr_mvarId_x21(x_13); +x_291 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_222, x_290); +lean_dec(x_290); +if (lean_obj_tag(x_291) == 0) +{ +uint8_t x_292; +x_292 = 1; +x_239 = x_292; +goto block_287; +} +else +{ +uint8_t x_293; +lean_dec(x_291); +x_293 = 0; +x_239 = x_293; +goto block_287; +} +} +block_287: +{ +if (x_239 == 0) +{ +lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; size_t x_245; size_t x_246; +lean_dec(x_13); +x_240 = lean_box(0); +x_241 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_238, x_222, x_223, x_224, x_240, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_224); +x_242 = lean_ctor_get(x_241, 0); +lean_inc(x_242); +x_243 = lean_ctor_get(x_241, 1); +lean_inc(x_243); +lean_dec(x_241); +x_244 = lean_ctor_get(x_242, 0); +lean_inc(x_244); +lean_dec(x_242); +x_245 = 1; +x_246 = lean_usize_add(x_4, x_245); +x_4 = x_246; +x_5 = x_244; +x_10 = x_243; +goto _start; +} +else { -lean_object* x_213; +lean_object* x_248; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_213 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_213) == 0) +lean_inc(x_13); +x_248 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_248) == 0) { -lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; -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 = lean_box_usize(x_1); -lean_inc(x_191); -lean_inc(x_189); -x_217 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_217, 0, x_189); -lean_closure_set(x_217, 1, x_191); -lean_closure_set(x_217, 2, x_216); +lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; +x_249 = lean_ctor_get(x_248, 0); +lean_inc(x_249); +x_250 = lean_ctor_get(x_248, 1); +lean_inc(x_250); +lean_dec(x_248); +x_251 = lean_box_usize(x_1); +lean_inc(x_224); +lean_inc(x_222); +x_252 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_252, 0, x_222); +lean_closure_set(x_252, 1, x_224); +lean_closure_set(x_252, 2, x_251); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_218 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_214, x_217, x_6, x_7, x_8, x_9, x_215); -if (lean_obj_tag(x_218) == 0) +x_253 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_249, x_252, x_6, x_7, x_8, x_9, x_250); +if (lean_obj_tag(x_253) == 0) { -lean_object* x_219; -x_219 = lean_ctor_get(x_218, 0); -lean_inc(x_219); -if (lean_obj_tag(x_219) == 0) +lean_object* x_254; +x_254 = lean_ctor_get(x_253, 0); +lean_inc(x_254); +if (lean_obj_tag(x_254) == 0) { -lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; -lean_dec(x_211); -x_220 = lean_ctor_get(x_218, 1); -lean_inc(x_220); -lean_dec(x_218); -x_221 = lean_box(0); -x_222 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_205, x_189, x_190, x_191, x_221, x_6, x_7, x_8, x_9, x_220); -lean_dec(x_191); -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); -x_14 = x_223; -x_15 = x_224; -goto block_22; +lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; size_t x_261; size_t x_262; +lean_dec(x_13); +x_255 = lean_ctor_get(x_253, 1); +lean_inc(x_255); +lean_dec(x_253); +x_256 = lean_box(0); +x_257 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_238, x_222, x_223, x_224, x_256, x_6, x_7, x_8, x_9, x_255); +lean_dec(x_224); +x_258 = lean_ctor_get(x_257, 0); +lean_inc(x_258); +x_259 = lean_ctor_get(x_257, 1); +lean_inc(x_259); +lean_dec(x_257); +x_260 = lean_ctor_get(x_258, 0); +lean_inc(x_260); +lean_dec(x_258); +x_261 = 1; +x_262 = lean_usize_add(x_4, x_261); +x_4 = x_262; +x_5 = x_260; +x_10 = x_259; +goto _start; } 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; -x_225 = lean_ctor_get(x_218, 1); -lean_inc(x_225); -lean_dec(x_218); -x_226 = lean_ctor_get(x_219, 0); -lean_inc(x_226); -lean_dec(x_219); -x_227 = lean_box(0); -x_228 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_189, x_211, x_227); -x_229 = l_Lean_Expr_mvarId_x21(x_226); -x_230 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_228, x_229, x_227); -lean_inc(x_191); -x_231 = lean_array_push(x_190, x_191); -x_232 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_205, x_230, x_231, x_191, x_227, x_6, x_7, x_8, x_9, x_225); -lean_dec(x_191); -x_233 = lean_ctor_get(x_232, 0); -lean_inc(x_233); -x_234 = lean_ctor_get(x_232, 1); -lean_inc(x_234); -lean_dec(x_232); -x_14 = x_233; -x_15 = x_234; -goto block_22; +lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; size_t x_276; size_t x_277; +x_264 = lean_ctor_get(x_253, 1); +lean_inc(x_264); +lean_dec(x_253); +x_265 = lean_ctor_get(x_254, 0); +lean_inc(x_265); +lean_dec(x_254); +x_266 = l_Lean_Expr_mvarId_x21(x_13); +x_267 = lean_box(0); +x_268 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_222, x_266, x_267); +x_269 = l_Lean_Expr_mvarId_x21(x_265); +x_270 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_268, x_269, x_267); +lean_inc(x_224); +x_271 = lean_array_push(x_223, x_224); +x_272 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_238, x_270, x_271, x_224, x_267, x_6, x_7, x_8, x_9, x_264); +lean_dec(x_224); +x_273 = lean_ctor_get(x_272, 0); +lean_inc(x_273); +x_274 = lean_ctor_get(x_272, 1); +lean_inc(x_274); +lean_dec(x_272); +x_275 = lean_ctor_get(x_273, 0); +lean_inc(x_275); +lean_dec(x_273); +x_276 = 1; +x_277 = lean_usize_add(x_4, x_276); +x_4 = x_277; +x_5 = x_275; +x_10 = x_274; +goto _start; } } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; -lean_dec(x_211); -lean_dec(x_205); -lean_dec(x_191); -lean_dec(x_190); -lean_dec(x_189); +lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; +lean_dec(x_238); +lean_dec(x_224); +lean_dec(x_223); +lean_dec(x_222); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_235 = lean_ctor_get(x_218, 0); -lean_inc(x_235); -x_236 = lean_ctor_get(x_218, 1); -lean_inc(x_236); -if (lean_is_exclusive(x_218)) { - lean_ctor_release(x_218, 0); - lean_ctor_release(x_218, 1); - x_237 = x_218; +x_279 = lean_ctor_get(x_253, 0); +lean_inc(x_279); +x_280 = lean_ctor_get(x_253, 1); +lean_inc(x_280); +if (lean_is_exclusive(x_253)) { + lean_ctor_release(x_253, 0); + lean_ctor_release(x_253, 1); + x_281 = x_253; } else { - lean_dec_ref(x_218); - x_237 = lean_box(0); + lean_dec_ref(x_253); + x_281 = lean_box(0); } -if (lean_is_scalar(x_237)) { - x_238 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_281)) { + x_282 = lean_alloc_ctor(1, 2, 0); } else { - x_238 = x_237; + x_282 = x_281; } -lean_ctor_set(x_238, 0, x_235); -lean_ctor_set(x_238, 1, x_236); -return x_238; +lean_ctor_set(x_282, 0, x_279); +lean_ctor_set(x_282, 1, x_280); +return x_282; } } else { -lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; -lean_dec(x_211); -lean_dec(x_205); -lean_dec(x_191); -lean_dec(x_190); -lean_dec(x_189); +lean_object* x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; +lean_dec(x_238); +lean_dec(x_224); +lean_dec(x_223); +lean_dec(x_222); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_239 = lean_ctor_get(x_213, 0); -lean_inc(x_239); -x_240 = lean_ctor_get(x_213, 1); -lean_inc(x_240); -if (lean_is_exclusive(x_213)) { - lean_ctor_release(x_213, 0); - lean_ctor_release(x_213, 1); - x_241 = x_213; +x_283 = lean_ctor_get(x_248, 0); +lean_inc(x_283); +x_284 = lean_ctor_get(x_248, 1); +lean_inc(x_284); +if (lean_is_exclusive(x_248)) { + lean_ctor_release(x_248, 0); + lean_ctor_release(x_248, 1); + x_285 = x_248; } else { - lean_dec_ref(x_213); - x_241 = lean_box(0); + lean_dec_ref(x_248); + x_285 = lean_box(0); } -if (lean_is_scalar(x_241)) { - x_242 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_285)) { + x_286 = lean_alloc_ctor(1, 2, 0); } else { - x_242 = x_241; -} -lean_ctor_set(x_242, 0, x_239); -lean_ctor_set(x_242, 1, x_240); -return x_242; + x_286 = x_285; } +lean_ctor_set(x_286, 0, x_283); +lean_ctor_set(x_286, 1, x_284); +return x_286; } -else -{ -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; -lean_dec(x_212); -lean_dec(x_211); -lean_dec(x_13); -x_243 = lean_box(0); -x_244 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_205, x_189, x_190, x_191, x_243, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_191); -x_245 = lean_ctor_get(x_244, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_244, 1); -lean_inc(x_246); -lean_dec(x_244); -x_14 = x_245; -x_15 = x_246; -goto block_22; } } } @@ -6940,317 +7182,317 @@ goto block_22; } else { -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_247 = lean_ctor_get(x_5, 0); -lean_inc(x_247); +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; uint8_t x_303; +x_294 = lean_ctor_get(x_5, 0); +lean_inc(x_294); lean_dec(x_5); -x_248 = lean_ctor_get(x_23, 0); -lean_inc(x_248); -if (lean_is_exclusive(x_23)) { - lean_ctor_release(x_23, 0); - lean_ctor_release(x_23, 1); - x_249 = x_23; +x_295 = lean_ctor_get(x_14, 0); +lean_inc(x_295); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + lean_ctor_release(x_14, 1); + x_296 = x_14; } else { - lean_dec_ref(x_23); - x_249 = lean_box(0); + lean_dec_ref(x_14); + x_296 = lean_box(0); } -x_250 = lean_ctor_get(x_24, 0); -lean_inc(x_250); -x_251 = lean_ctor_get(x_24, 1); -lean_inc(x_251); -if (lean_is_exclusive(x_24)) { - lean_ctor_release(x_24, 0); - lean_ctor_release(x_24, 1); - x_252 = x_24; +x_297 = lean_ctor_get(x_15, 0); +lean_inc(x_297); +x_298 = lean_ctor_get(x_15, 1); +lean_inc(x_298); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_299 = x_15; } else { - lean_dec_ref(x_24); - x_252 = lean_box(0); + lean_dec_ref(x_15); + x_299 = lean_box(0); } -x_253 = lean_ctor_get(x_247, 0); -lean_inc(x_253); -x_254 = lean_ctor_get(x_247, 1); -lean_inc(x_254); -x_255 = lean_ctor_get(x_247, 2); -lean_inc(x_255); -x_256 = lean_nat_dec_lt(x_254, x_255); -if (x_256 == 0) +x_300 = lean_ctor_get(x_294, 0); +lean_inc(x_300); +x_301 = lean_ctor_get(x_294, 1); +lean_inc(x_301); +x_302 = lean_ctor_get(x_294, 2); +lean_inc(x_302); +x_303 = lean_nat_dec_lt(x_301, x_302); +if (x_303 == 0) { -lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; -lean_dec(x_255); -lean_dec(x_254); -lean_dec(x_253); +lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; +lean_dec(x_302); +lean_dec(x_301); +lean_dec(x_300); lean_dec(x_13); -if (lean_is_scalar(x_252)) { - x_257 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +if (lean_is_scalar(x_299)) { + x_304 = lean_alloc_ctor(0, 2, 0); } else { - x_257 = x_252; + x_304 = x_299; } -lean_ctor_set(x_257, 0, x_250); -lean_ctor_set(x_257, 1, x_251); -if (lean_is_scalar(x_249)) { - x_258 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_304, 0, x_297); +lean_ctor_set(x_304, 1, x_298); +if (lean_is_scalar(x_296)) { + x_305 = lean_alloc_ctor(0, 2, 0); } else { - x_258 = x_249; + x_305 = x_296; +} +lean_ctor_set(x_305, 0, x_295); +lean_ctor_set(x_305, 1, x_304); +x_306 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_306, 0, x_294); +lean_ctor_set(x_306, 1, x_305); +x_307 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_307, 0, x_306); +lean_ctor_set(x_307, 1, x_10); +return x_307; +} +else +{ +lean_object* x_308; lean_object* x_309; uint8_t x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; uint8_t x_314; uint8_t x_363; +lean_dec(x_299); +lean_dec(x_296); +if (lean_is_exclusive(x_294)) { + lean_ctor_release(x_294, 0); + lean_ctor_release(x_294, 1); + lean_ctor_release(x_294, 2); + x_308 = x_294; +} else { + lean_dec_ref(x_294); + x_308 = lean_box(0); +} +x_309 = lean_array_fget(x_300, x_301); +x_310 = lean_unbox(x_309); +lean_dec(x_309); +x_311 = lean_unsigned_to_nat(1u); +x_312 = lean_nat_add(x_301, x_311); +lean_dec(x_301); +if (lean_is_scalar(x_308)) { + x_313 = lean_alloc_ctor(0, 3, 0); +} else { + x_313 = x_308; } -lean_ctor_set(x_258, 0, x_248); -lean_ctor_set(x_258, 1, x_257); -x_259 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_259, 0, x_247); -lean_ctor_set(x_259, 1, x_258); -x_260 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_260, 0, x_259); -x_14 = x_260; -x_15 = x_10; -goto block_22; +lean_ctor_set(x_313, 0, x_300); +lean_ctor_set(x_313, 1, x_312); +lean_ctor_set(x_313, 2, x_302); +x_363 = l_Lean_BinderInfo_isExplicit(x_310); +if (x_363 == 0) +{ +uint8_t x_364; +x_364 = 0; +x_314 = x_364; +goto block_362; } else { -lean_object* x_261; lean_object* x_262; uint8_t x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; uint8_t x_267; -lean_dec(x_252); -lean_dec(x_249); -if (lean_is_exclusive(x_247)) { - lean_ctor_release(x_247, 0); - lean_ctor_release(x_247, 1); - lean_ctor_release(x_247, 2); - x_261 = x_247; -} else { - lean_dec_ref(x_247); - x_261 = lean_box(0); -} -x_262 = lean_array_fget(x_253, x_254); -x_263 = lean_unbox(x_262); -lean_dec(x_262); -x_264 = lean_unsigned_to_nat(1u); -x_265 = lean_nat_add(x_254, x_264); -lean_dec(x_254); -if (lean_is_scalar(x_261)) { - x_266 = lean_alloc_ctor(0, 3, 0); -} else { - x_266 = x_261; +lean_object* x_365; lean_object* x_366; +lean_inc(x_13); +x_365 = l_Lean_Expr_mvarId_x21(x_13); +x_366 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_295, x_365); +lean_dec(x_365); +if (lean_obj_tag(x_366) == 0) +{ +uint8_t x_367; +x_367 = 1; +x_314 = x_367; +goto block_362; +} +else +{ +uint8_t x_368; +lean_dec(x_366); +x_368 = 0; +x_314 = x_368; +goto block_362; +} } -lean_ctor_set(x_266, 0, x_253); -lean_ctor_set(x_266, 1, x_265); -lean_ctor_set(x_266, 2, x_255); -x_267 = l_Lean_BinderInfo_isExplicit(x_263); -if (x_267 == 0) +block_362: { -lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +if (x_314 == 0) +{ +lean_object* x_315; lean_object* x_316; lean_object* x_317; lean_object* x_318; lean_object* x_319; size_t x_320; size_t x_321; lean_dec(x_13); -x_268 = lean_box(0); -x_269 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_266, x_248, x_250, x_251, x_268, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_251); -x_270 = lean_ctor_get(x_269, 0); -lean_inc(x_270); -x_271 = lean_ctor_get(x_269, 1); -lean_inc(x_271); -lean_dec(x_269); -x_14 = x_270; -x_15 = x_271; -goto block_22; +x_315 = lean_box(0); +x_316 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_313, x_295, x_297, x_298, x_315, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_298); +x_317 = lean_ctor_get(x_316, 0); +lean_inc(x_317); +x_318 = lean_ctor_get(x_316, 1); +lean_inc(x_318); +lean_dec(x_316); +x_319 = lean_ctor_get(x_317, 0); +lean_inc(x_319); +lean_dec(x_317); +x_320 = 1; +x_321 = lean_usize_add(x_4, x_320); +x_4 = x_321; +x_5 = x_319; +x_10 = x_318; +goto _start; } else { -lean_object* x_272; lean_object* x_273; -lean_inc(x_13); -x_272 = l_Lean_Expr_mvarId_x21(x_13); -x_273 = l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(x_248, x_272); -if (lean_obj_tag(x_273) == 0) -{ -lean_object* x_274; +lean_object* x_323; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_274 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); -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; -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_box_usize(x_1); -lean_inc(x_251); -lean_inc(x_248); -x_278 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); -lean_closure_set(x_278, 0, x_248); -lean_closure_set(x_278, 1, x_251); -lean_closure_set(x_278, 2, x_277); +lean_inc(x_13); +x_323 = lean_infer_type(x_13, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_323) == 0) +{ +lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; +x_324 = lean_ctor_get(x_323, 0); +lean_inc(x_324); +x_325 = lean_ctor_get(x_323, 1); +lean_inc(x_325); +lean_dec(x_323); +x_326 = lean_box_usize(x_1); +lean_inc(x_298); +lean_inc(x_295); +x_327 = lean_alloc_closure((void*)(l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__5___boxed), 10, 3); +lean_closure_set(x_327, 0, x_295); +lean_closure_set(x_327, 1, x_298); +lean_closure_set(x_327, 2, x_326); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_279 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_275, x_278, x_6, x_7, x_8, x_9, x_276); -if (lean_obj_tag(x_279) == 0) +x_328 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_324, x_327, x_6, x_7, x_8, x_9, x_325); +if (lean_obj_tag(x_328) == 0) { -lean_object* x_280; -x_280 = lean_ctor_get(x_279, 0); -lean_inc(x_280); -if (lean_obj_tag(x_280) == 0) +lean_object* x_329; +x_329 = lean_ctor_get(x_328, 0); +lean_inc(x_329); +if (lean_obj_tag(x_329) == 0) { -lean_object* x_281; lean_object* x_282; lean_object* x_283; lean_object* x_284; lean_object* x_285; -lean_dec(x_272); -x_281 = lean_ctor_get(x_279, 1); -lean_inc(x_281); -lean_dec(x_279); -x_282 = lean_box(0); -x_283 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_266, x_248, x_250, x_251, x_282, x_6, x_7, x_8, x_9, x_281); -lean_dec(x_251); -x_284 = lean_ctor_get(x_283, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_283, 1); -lean_inc(x_285); -lean_dec(x_283); -x_14 = x_284; -x_15 = x_285; -goto block_22; -} -else -{ -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; -x_286 = lean_ctor_get(x_279, 1); -lean_inc(x_286); -lean_dec(x_279); -x_287 = lean_ctor_get(x_280, 0); -lean_inc(x_287); -lean_dec(x_280); -x_288 = lean_box(0); -x_289 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_248, x_272, x_288); -x_290 = l_Lean_Expr_mvarId_x21(x_287); -x_291 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_289, x_290, x_288); -lean_inc(x_251); -x_292 = lean_array_push(x_250, x_251); -x_293 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_266, x_291, x_292, x_251, x_288, x_6, x_7, x_8, x_9, x_286); -lean_dec(x_251); -x_294 = lean_ctor_get(x_293, 0); -lean_inc(x_294); -x_295 = lean_ctor_get(x_293, 1); -lean_inc(x_295); -lean_dec(x_293); -x_14 = x_294; -x_15 = x_295; -goto block_22; +lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; size_t x_336; size_t x_337; +lean_dec(x_13); +x_330 = lean_ctor_get(x_328, 1); +lean_inc(x_330); +lean_dec(x_328); +x_331 = lean_box(0); +x_332 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_313, x_295, x_297, x_298, x_331, x_6, x_7, x_8, x_9, x_330); +lean_dec(x_298); +x_333 = lean_ctor_get(x_332, 0); +lean_inc(x_333); +x_334 = lean_ctor_get(x_332, 1); +lean_inc(x_334); +lean_dec(x_332); +x_335 = lean_ctor_get(x_333, 0); +lean_inc(x_335); +lean_dec(x_333); +x_336 = 1; +x_337 = lean_usize_add(x_4, x_336); +x_4 = x_337; +x_5 = x_335; +x_10 = x_334; +goto _start; +} +else +{ +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; size_t x_351; size_t x_352; +x_339 = lean_ctor_get(x_328, 1); +lean_inc(x_339); +lean_dec(x_328); +x_340 = lean_ctor_get(x_329, 0); +lean_inc(x_340); +lean_dec(x_329); +x_341 = l_Lean_Expr_mvarId_x21(x_13); +x_342 = lean_box(0); +x_343 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_295, x_341, x_342); +x_344 = l_Lean_Expr_mvarId_x21(x_340); +x_345 = l_Lean_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(x_343, x_344, x_342); +lean_inc(x_298); +x_346 = lean_array_push(x_297, x_298); +x_347 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_313, x_345, x_346, x_298, x_342, x_6, x_7, x_8, x_9, x_339); +lean_dec(x_298); +x_348 = lean_ctor_get(x_347, 0); +lean_inc(x_348); +x_349 = lean_ctor_get(x_347, 1); +lean_inc(x_349); +lean_dec(x_347); +x_350 = lean_ctor_get(x_348, 0); +lean_inc(x_350); +lean_dec(x_348); +x_351 = 1; +x_352 = lean_usize_add(x_4, x_351); +x_4 = x_352; +x_5 = x_350; +x_10 = x_349; +goto _start; } } else { -lean_object* x_296; lean_object* x_297; lean_object* x_298; lean_object* x_299; -lean_dec(x_272); -lean_dec(x_266); -lean_dec(x_251); -lean_dec(x_250); -lean_dec(x_248); +lean_object* x_354; lean_object* x_355; lean_object* x_356; lean_object* x_357; +lean_dec(x_313); +lean_dec(x_298); +lean_dec(x_297); +lean_dec(x_295); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_296 = lean_ctor_get(x_279, 0); -lean_inc(x_296); -x_297 = lean_ctor_get(x_279, 1); -lean_inc(x_297); -if (lean_is_exclusive(x_279)) { - lean_ctor_release(x_279, 0); - lean_ctor_release(x_279, 1); - x_298 = x_279; +x_354 = lean_ctor_get(x_328, 0); +lean_inc(x_354); +x_355 = lean_ctor_get(x_328, 1); +lean_inc(x_355); +if (lean_is_exclusive(x_328)) { + lean_ctor_release(x_328, 0); + lean_ctor_release(x_328, 1); + x_356 = x_328; } else { - lean_dec_ref(x_279); - x_298 = lean_box(0); + lean_dec_ref(x_328); + x_356 = lean_box(0); } -if (lean_is_scalar(x_298)) { - x_299 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_356)) { + x_357 = lean_alloc_ctor(1, 2, 0); } else { - x_299 = x_298; + x_357 = x_356; } -lean_ctor_set(x_299, 0, x_296); -lean_ctor_set(x_299, 1, x_297); -return x_299; +lean_ctor_set(x_357, 0, x_354); +lean_ctor_set(x_357, 1, x_355); +return x_357; } } else { -lean_object* x_300; lean_object* x_301; lean_object* x_302; lean_object* x_303; -lean_dec(x_272); -lean_dec(x_266); -lean_dec(x_251); -lean_dec(x_250); -lean_dec(x_248); +lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; +lean_dec(x_313); +lean_dec(x_298); +lean_dec(x_297); +lean_dec(x_295); +lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_300 = lean_ctor_get(x_274, 0); -lean_inc(x_300); -x_301 = lean_ctor_get(x_274, 1); -lean_inc(x_301); -if (lean_is_exclusive(x_274)) { - lean_ctor_release(x_274, 0); - lean_ctor_release(x_274, 1); - x_302 = x_274; +x_358 = lean_ctor_get(x_323, 0); +lean_inc(x_358); +x_359 = lean_ctor_get(x_323, 1); +lean_inc(x_359); +if (lean_is_exclusive(x_323)) { + lean_ctor_release(x_323, 0); + lean_ctor_release(x_323, 1); + x_360 = x_323; } else { - lean_dec_ref(x_274); - x_302 = lean_box(0); + lean_dec_ref(x_323); + x_360 = lean_box(0); } -if (lean_is_scalar(x_302)) { - x_303 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_360)) { + x_361 = lean_alloc_ctor(1, 2, 0); } else { - x_303 = x_302; -} -lean_ctor_set(x_303, 0, x_300); -lean_ctor_set(x_303, 1, x_301); -return x_303; -} -} -else -{ -lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; -lean_dec(x_273); -lean_dec(x_272); -lean_dec(x_13); -x_304 = lean_box(0); -x_305 = l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpCongrTheorem___spec__7___lambda__1(x_266, x_248, x_250, x_251, x_304, x_6, x_7, x_8, x_9, x_10); -lean_dec(x_251); -x_306 = lean_ctor_get(x_305, 0); -lean_inc(x_306); -x_307 = lean_ctor_get(x_305, 1); -lean_inc(x_307); -lean_dec(x_305); -x_14 = x_306; -x_15 = x_307; -goto block_22; + x_361 = x_360; } +lean_ctor_set(x_361, 0, x_358); +lean_ctor_set(x_361, 1, x_359); +return x_361; } } } -block_22: -{ -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_16; lean_object* x_17; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_16 = lean_ctor_get(x_14, 0); -lean_inc(x_16); -lean_dec(x_14); -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; -} -else -{ -lean_object* x_18; size_t x_19; size_t x_20; -x_18 = lean_ctor_get(x_14, 0); -lean_inc(x_18); -lean_dec(x_14); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_4 = x_20; -x_5 = x_18; -x_10 = x_15; -goto _start; } } } @@ -9857,7 +10099,7 @@ 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_2348____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; @@ -9882,7 +10124,7 @@ lean_ctor_set_uint8(x_5, 12, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9894,7 +10136,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -9903,23 +10145,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_2348____lambda__1___closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__1___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__1___closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__4; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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); @@ -9930,25 +10172,25 @@ 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_2348____lambda__1___closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___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_2348____lambda__1___closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__5; 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_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___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; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__6; x_4 = l_Lean_Meta_instInhabitedSimpCongrTheorem___closed__1; x_5 = lean_unsigned_to_nat(0u); x_6 = lean_alloc_ctor(0, 6, 0); @@ -9961,7 +10203,7 @@ lean_ctor_set(x_6, 5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9973,7 +10215,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9985,13 +10227,13 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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; x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__8; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__8; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__9; x_4 = l_Lean_Meta_SimpCongrTheorems_lemmas___default___closed__3; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); @@ -10006,14 +10248,14 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__10; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpCongrTheorem___spec__1___closed__9; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__5; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__5; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_2); lean_ctor_set(x_5, 1, x_3); @@ -10022,7 +10264,7 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____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_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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; @@ -10039,14 +10281,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_2348____lambda__1___closed__11; +x_12 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__11; 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_2348____lambda__1___closed__7; +x_16 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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) @@ -10131,7 +10373,7 @@ return x_33; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -10139,25 +10381,25 @@ x_1 = lean_mk_string_from_bytes("attribute cannot be erased", 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__2___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__2(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_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__2___closed__2; +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(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_2348____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10167,17 +10409,17 @@ 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_2348____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____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_2348____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__3() { _start: { lean_object* x_1; @@ -10185,17 +10427,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__5() { _start: { lean_object* x_1; @@ -10203,37 +10445,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__6; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____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_2348____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__7; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_468____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_2348____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__9() { _start: { lean_object* x_1; @@ -10241,17 +10483,17 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__11() { _start: { lean_object* x_1; @@ -10259,17 +10501,17 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__13() { _start: { lean_object* x_1; @@ -10277,17 +10519,17 @@ x_1 = lean_mk_string_from_bytes("SimpCongrTheorems", 17); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__15() { _start: { lean_object* x_1; @@ -10295,27 +10537,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__14; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__15; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__14; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__17() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____closed__16; -x_2 = lean_unsigned_to_nat(2348u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__16; +x_2 = lean_unsigned_to_nat(2352u); 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_2348____closed__18() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__18() { _start: { lean_object* x_1; @@ -10323,17 +10565,17 @@ x_1 = lean_mk_string_from_bytes("congr", 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__19() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__19() { _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_2348____closed__18; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__18; 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_2348____closed__20() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__20() { _start: { lean_object* x_1; @@ -10341,13 +10583,13 @@ x_1 = lean_mk_string_from_bytes("congruence theorem", 18); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__21() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__21() { _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_2348____closed__17; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__19; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__20; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__17; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__19; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__20; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -10357,29 +10599,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_2348____closed__22() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__22() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__23() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__23() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__24() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__24() { _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_2348____closed__21; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__22; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__23; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__21; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__22; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__23; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -10387,31 +10629,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_2348_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352_(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_2348____closed__24; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__24; 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_2348____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_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__2___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_Tactic_Simp_SimpCongrTheorems___hyg_2352____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_2348____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -10756,81 +10998,81 @@ 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__9); 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_2348____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__1___closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__20); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__21(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__21); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__22(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__22); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__23 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__23(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__23); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__24 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__24(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348____closed__24); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2348_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__1___closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____lambda__2___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__16); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__17(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__17); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__18(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__18); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__19(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__19); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__20(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__20); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__21 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__21(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__21); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__22 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__22(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__22); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__23 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__23(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__23); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__24 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__24(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352____closed__24); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpCongrTheorems___hyg_2352_(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/Simp/SimpTheorems.c b/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpTheorems.c index 34e87dae6057..c4f6860638a9 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpTheorems.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Simp/SimpTheorems.c @@ -19,6 +19,7 @@ static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__12; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheoremsArray_isDeclToUnfold___boxed(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__26; static lean_object* l_Lean_Meta_SimpTheorem_keys___default___closed__1; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__12; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); @@ -29,6 +30,7 @@ static lean_object* l_Lean_Meta_instInhabitedSimpTheorems___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpExt(lean_object*, lean_object*); static lean_object* l_Lean_Meta_isRflProofCore___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_isRflProofCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__7; lean_object* l_Lean_getAttrParamOptPrio(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorem_getValue(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -37,11 +39,10 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_ LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_isDeclToUnfold___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpAttr___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getSimpTheorems___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__10; -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__23; 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_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocessProof___spec__1(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ppSimpTheorem(lean_object*); @@ -68,7 +69,6 @@ LEAN_EXPORT uint8_t l_Lean_Meta_SimpTheoremsArray_isErased(lean_object*, lean_ob LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__15; -static lean_object* l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___closed__1; lean_object* l_Lean_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpAttr(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -88,11 +88,12 @@ lean_object* l_Lean_Meta_isExprDefEq(lean_object*, lean_object*, lean_object*, l LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_isLemma___boxed(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; size_t lean_uint64_to_usize(uint64_t); static lean_object* l_Lean_Meta_SimpTheorem_getValue___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addSimpTheoremEntry___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__6; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__47; uint8_t l_Lean_Expr_isApp(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); @@ -107,9 +108,10 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpTheoremEntry_updateLemmaNames___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_isRflProof(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__21; lean_object* l_Lean_Meta_DiscrTree_Key_hash___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_pre___default; -LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__3; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__11; static lean_object* l_Lean_Meta_instToFormatSimpTheorem___closed__3; size_t lean_usize_mul(size_t, size_t); @@ -125,8 +127,8 @@ uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__79; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__2___closed__1; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__61; -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____spec__1(lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__44; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__5; LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_isLemma___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorem_levelParams___default; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__7(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -135,22 +137,19 @@ lean_object* l_Lean_Expr_bvar___override(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addSimpTheoremEntry___spec__13(uint8_t, 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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addSimpTheoremEntry_updateLemmaNames___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__40; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addSimpTheoremEntry___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__19; static lean_object* l_Lean_Meta_instInhabitedOrigin___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_addSimpTheoremEntry_updateLemmaNames(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess___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_AssocList_contains___at_Lean_Meta_registerSimpAttr___spec__2___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_instBEqSimpTheorem___boxed(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__27(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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* l_Lean_removeLeadingSpaces(lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__11; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__64; LEAN_EXPORT lean_object* l_Lean_Parser_Command_registerSimpAttr; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__13; @@ -161,6 +160,7 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_ static lean_object* l_Lean_Meta_instInhabitedSimpTheorem___closed__1; uint8_t l_Lean_ConstantInfo_hasValue(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__13; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__71; lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -173,6 +173,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_SimpTheoremsArray LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_hasSmartUnfoldingDecl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpExtension_getTheorems___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28; LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedSimpTheorem; LEAN_EXPORT uint8_t l_Lean_Meta_instBEqSimpTheorem(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_toUnfoldThms___default; @@ -181,31 +182,33 @@ LEAN_EXPORT uint8_t l_Lean_Meta_SimpTheorems_isLemma(lean_object*, lean_object*) static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__8; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addSimpTheoremEntry___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__6; lean_object* l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(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_addSimpTheoremEntry___spec__14(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58_(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_instBEqOrigin(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10; LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Meta_addSimpTheoremEntry___spec__11___boxed(lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__46; -LEAN_EXPORT lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6351_; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpAttr___lambda__2(lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__82; lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_SimpTheorems_lemmaNames___default___spec__1; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__21; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__15; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__59; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__5; lean_object* l_List_mapTR_loop___at_Lean_mkConstWithLevelParams___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Meta_isRflProofCore___closed__3; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__23; LEAN_EXPORT lean_object* l_Lean_Meta_ppSimpTheorem___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__58; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_Meta_registerSimpAttr___spec__6(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__28; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__4; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_addDeclToUnfold___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__8; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__57; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSimpExt___closed__1; @@ -214,8 +217,6 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Meta_registerSimpAttr LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erased___default; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459_; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__12; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__48; size_t lean_usize_of_nat(lean_object*); lean_object* l___private_Init_Meta_0__Lean_Syntax_reprSyntax____x40_Init_Meta___hyg_2378_(lean_object*, lean_object*); @@ -234,9 +235,11 @@ static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addSimpTheor static lean_object* l_Lean_Meta_SimpTheorems_erase___rarg___closed__2; lean_object* l_Lean_ScopedEnvExtension_addScopedEntry___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__1; +static lean_object* l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173____spec__1(lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__27; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLetDeclImp___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getConstInfo___at___private_Lean_Compiler_InlineAttrs_0__Lean_Compiler_isValidMacroInline___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_addSimpTheoremEntry___spec__12___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -255,6 +258,7 @@ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems___ lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__8; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__81; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__7; static lean_object* l_Lean_Meta_SimpTheorems_erase___rarg___closed__1; lean_object* lean_nat_to_int(lean_object*); lean_object* l_Lean_MessageData_ofSyntax(lean_object*); @@ -268,12 +272,10 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addSim static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__1___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*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__6; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__15; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_mkSimpTheorems___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_Syntax_mkStrLit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Origin_key___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheoremsArray_isErased___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_Meta_SimpTheorems_isLemma___spec__2___boxed(lean_object*, lean_object*, lean_object*); @@ -287,7 +289,6 @@ LEAN_EXPORT uint8_t l_Lean_Meta_SimpTheoremsArray_isDeclToUnfold(lean_object*, l lean_object* l_Lean_Syntax_getKind(lean_object*); lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instToFormatSimpTheorem___closed__1; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__25; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__3; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58____closed__13; static lean_object* l_Lean_Meta_SimpTheorem_getValue___closed__4; @@ -299,6 +300,7 @@ lean_object* l_Lean_Meta_mkPropExt(lean_object*, lean_object*, lean_object*, lea LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocessProof___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_empty(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__37; lean_object* l_Lean_quoteNameMk(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -311,7 +313,6 @@ lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_isPerm___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkAppM(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__19; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__28___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__11; uint8_t l_List_isEmpty___rarg(lean_object*); @@ -324,7 +325,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_ppSimpTheorem___rarg___lambda__2(lean_objec LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_addDeclToUnfoldCore(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__1; lean_object* l_Lean_Meta_mkEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__5; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_SimpTheorems_lemmaNames___default___spec__1___closed__5; lean_object* l_Lean_Syntax_node3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -335,16 +335,19 @@ lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ppSimpTheorem___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_Key_lt___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_registerSimpAttr___closed__1; +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__39; extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_SimpTheorems_addDeclToUnfold___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_foldlMUnsafe_fold___at_Lean_Meta_SimpTheorems_eraseCore___spec__6(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Lean_Meta_SimpTheorem_perm___default; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__8; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__70; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_Meta_SimpTheorems_eraseCore___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkConstWithLevelParams___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x21(lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__7; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__14; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpAttr___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); @@ -359,29 +362,23 @@ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems___ static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__14; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpAttr___spec__2(lean_object*, uint8_t, uint8_t, 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___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6203_; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__2; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__2; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addSimpTheoremEntry___spec__1___closed__3; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__73; -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__16(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__5; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_instInhabitedSimpTheorems___closed__4; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__74; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite___closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__7; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__16; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addSimpTheoremEntry___spec__15(uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10; lean_object* l_Lean_Expr_instantiateLevelParamsArray(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__1; lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Meta_SimpTheorems_addConst___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_toUnfold___default; @@ -389,7 +386,6 @@ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems___ LEAN_EXPORT lean_object* l_Lean_Meta_simpExtension; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314_(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__51; lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg___boxed(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -398,10 +394,12 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_ LEAN_EXPORT lean_object* l_Lean_Meta_isRflTheorem(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_mkSimpTheorems___spec__1(lean_object*, lean_object*, uint8_t, 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_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6210_; static lean_object* l_Lean_Meta_SimpTheorems_erase___rarg___closed__3; lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_getEqnsFor_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocessProof(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__16; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__15; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__19; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__50; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__24(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -409,30 +407,26 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_SimpTheorems_ad static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__6; lean_object* l_Lean_Expr_appFn_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_SimpTheorems_eraseCore___spec__1___boxed(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__18; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__17; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__17; lean_object* l_Lean_TSyntax_getDocString(lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__32; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_SimpTheoremsArray_isErased___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__1___closed__3; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__4; static lean_object* l_Lean_Meta_SimpTheorems_addDeclToUnfold___closed__1; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__13; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__11; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__3; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__17; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__63; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__19; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addSimpTheoremEntry___spec__29(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__55; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_registerSimpAttr(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addSimpTheoremEntry___spec__1___closed__1; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__20; lean_object* l_Lean_Meta_DiscrTree_mkPath(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); @@ -444,17 +438,20 @@ static lean_object* l_Lean_Meta_instInhabitedSimpTheorems___closed__2; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__88; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_Meta_registerSimpAttr___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(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_PersistentHashMap_containsAux___at_Lean_Meta_SimpTheorems_erase___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__24; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__16; LEAN_EXPORT lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addSimpTheoremEntry___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__1; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite___closed__1; static lean_object* l_Lean_Meta_SimpTheorem_getValue___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SimpExtension_getTheorems(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_addSimpTheorem(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__4; static lean_object* l_Lean_Meta_isRflProofCore___closed__6; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_mkSimpAttr___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__29; @@ -462,13 +459,14 @@ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems___ lean_object* l_Lean_Syntax_node4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpAttr___lambda__2___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__6; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__11; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_Meta_registerSimpAttr___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_addSimpTheoremEntry___spec__3(uint8_t, lean_object*, size_t, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_Meta_SimpTheorems_isLemma___spec__2(lean_object*, size_t, lean_object*); static lean_object* l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__3; static lean_object* l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__1; -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__10; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___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*); @@ -481,10 +479,9 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addSi LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___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_addSimpTheoremEntry___spec__14___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_mkSimpExt___closed__2; -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addSimpTheoremEntry___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__8; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__84; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__1; lean_object* l_Lean_throwError___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_ppOrigin___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -499,11 +496,12 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_ static lean_object* l_Lean_Meta_SimpTheorems_erase___rarg___closed__4; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__3; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__8; -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__9; static size_t l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpTheoremEntry_updateLemmaNames___spec__2___closed__2; static lean_object* l_Lean_Meta_isRflProofCore___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__5; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__49; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__2; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__20; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3___lambda__1___boxed(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_Parser_Command_registerSimpAttr___closed__4; @@ -511,15 +509,15 @@ static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__20; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Meta_SimpTheorems_erase___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkSimpTheorems___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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; lean_object* l_id___rarg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_instInhabitedDiscrTree(lean_object*, uint8_t); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedSimpTheorems; lean_object* l_Lean_indentExpr(lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__23(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__53; @@ -527,12 +525,10 @@ static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem_ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_SimpTheoremsArray_isErased___spec__1(lean_object*, lean_object*, size_t, size_t); lean_object* l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getSimpExtension_x3f(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__7; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4(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_addSimpTheoremEntry___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__67; -uint8_t l_Lean_Expr_isConstOf(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* lean_array_set(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58____closed__8; @@ -544,7 +540,6 @@ lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMe LEAN_EXPORT uint8_t l_Lean_Meta_SimpTheorems_isDeclToUnfold(lean_object*, lean_object*); uint8_t l_ptrEqList___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__10; -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11; static lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_SimpTheorems_lemmaNames___default___spec__1___closed__3; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_mkSimpAttr___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_Repr_addAppParen(lean_object*, lean_object*); @@ -552,11 +547,11 @@ uint8_t l_Lean_Syntax_isNone(lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__3; lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__22; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_isPerm___spec__1___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_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__7; lean_object* lean_nat_sub(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__13; lean_object* l_Lean_ScopedEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_insertAt_x21___rarg(lean_object*, lean_object*, lean_object*); @@ -569,22 +564,24 @@ lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_SimpTheorems_eraseCore___spec__4(lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__33; lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__6; static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__7; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__6; lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__4; -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__27; LEAN_EXPORT lean_object* l_Lean_Meta_ppOrigin(lean_object*); static lean_object* l_Lean_Meta_instToFormatSimpTheorem___closed__2; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Meta_SimpTheoremsArray_isDeclToUnfold___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__25; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58____closed__3; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__26; lean_object* l_Lean_ScopedEnvExtension_addLocalEntry___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal___at_Lean_Meta_addSimpTheoremEntry___spec__10(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_addConst(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319_; lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58____closed__5; lean_object* l_Array_back___rarg(lean_object*, lean_object*); @@ -605,36 +602,40 @@ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems___ LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_mkSimpAttr___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_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12; lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__22; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__9; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__9; static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_addSimpTheoremEntry___spec__2(uint8_t, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); -static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__13; static lean_object* l_Lean_Meta_mkSimpAttr___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorem_keys___default; LEAN_EXPORT lean_object* l_Lean_Meta_instHashableOrigin___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instInhabitedOrigin; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_PersistentHashMap_eraseAux___at_Lean_Meta_SimpTheorems_eraseCore___spec__5___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqFalse(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__5(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_Meta_Tactic_Simp_SimpTheorems___hyg_6062_; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_addSimpTheoremEntry___spec__29___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_simpExtensionMapRef; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_Meta_SimpTheorems_eraseCore___spec__2(lean_object*, size_t, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__4; +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173____spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_addSimpTheoremEntry___spec__30(uint8_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addSimpTheoremEntry___spec__1(uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__1; +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14; LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_Meta_SimpTheorems_isLemma___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Meta_addSimpTheoremEntry___spec__12(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__85; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__13; 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_Meta_instToFormatSimpTheorem___closed__5; @@ -660,6 +661,7 @@ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems___ static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__76; static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__1___closed__2; uint64_t l_Lean_Meta_DiscrTree_Key_hash___rarg(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(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_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -687,21 +689,23 @@ static lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_SimpTheorems_l lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__54; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__22; +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__18; LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addSimpTheoremEntry___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getSimpTheorems(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__36; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Meta_SimpTheorems_isLemma___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isConst(lean_object*); extern lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_Instances_erased___default___spec__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__2; uint8_t l_Lean_Expr_isFVar(lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; uint8_t l_Lean_Expr_isForall(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__28(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_eraseCore(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheoremsArray_addTheorem(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__38; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_addDeclToUnfold___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7; lean_object* l_String_toSubstring_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry_updateLemmaNames___spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__4; @@ -710,7 +714,6 @@ static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_Tactic_Simp_SimpTheorems___hyg_6455____closed__6; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_instantiate1(lean_object*, lean_object*); static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__65; @@ -719,7 +722,6 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addSimpT static lean_object* l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__21; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheoremsArray_eraseTheorem(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___lambda__1(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_SimpTheorems___hyg_6455____closed__5; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_addSimpTheoremEntry___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_addSimpTheoremEntry___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_addSimpTheoremEntry___spec__7(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -738,6 +740,7 @@ static lean_object* l_Lean_Parser_Command_registerSimpAttr___closed__7; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_addSimpTheoremEntry___spec__21(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_Meta_SimpTheorems_eraseCore___spec__1(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__12; lean_object* l_Array_eraseIdx_x27___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_lemmaNames___default; lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_object*); @@ -745,6 +748,7 @@ lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_i static lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_reprOrigin____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_58____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_instReprOrigin; uint8_t l_Array_isEmpty___rarg(lean_object*); +static lean_object* l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__24; lean_object* l_Array_mapMUnsafe_map___at_Lean_Meta_openAbstractMVarsResult___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* _init_l_Lean_Meta_instInhabitedOrigin___closed__1() { _start: @@ -1271,28 +1275,28 @@ return x_1; static lean_object* _init_l_Lean_Meta_isRflProofCore___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_isRflProofCore___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("symm", 4); +return x_1; } } static lean_object* _init_l_Lean_Meta_isRflProofCore___closed__3() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("refl", 4); -return x_1; +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Meta_isRflProofCore___closed__1; +x_2 = l_Lean_Meta_isRflProofCore___closed__2; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Meta_isRflProofCore___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_isRflProofCore___closed__1; -x_2 = l_Lean_Meta_isRflProofCore___closed__3; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); +x_1 = lean_box(0); +x_2 = l_Lean_Meta_isRflProofCore___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } @@ -1300,7 +1304,7 @@ static lean_object* _init_l_Lean_Meta_isRflProofCore___closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("rfl", 3); +x_1 = lean_mk_string_from_bytes("refl", 4); return x_1; } } @@ -1308,9 +1312,9 @@ static lean_object* _init_l_Lean_Meta_isRflProofCore___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); +x_1 = l_Lean_Meta_isRflProofCore___closed__1; x_2 = l_Lean_Meta_isRflProofCore___closed__5; -x_3 = l_Lean_Name_str___override(x_1, x_2); +x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } @@ -1318,7 +1322,7 @@ static lean_object* _init_l_Lean_Meta_isRflProofCore___closed__7() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("symm", 4); +x_1 = lean_mk_string_from_bytes("rfl", 3); return x_1; } } @@ -1326,167 +1330,166 @@ static lean_object* _init_l_Lean_Meta_isRflProofCore___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_isRflProofCore___closed__1; +x_1 = lean_box(0); x_2 = l_Lean_Meta_isRflProofCore___closed__7; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); +x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } LEAN_EXPORT lean_object* l_Lean_Meta_isRflProofCore(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; if (lean_obj_tag(x_1) == 7) { if (lean_obj_tag(x_2) == 6) { -lean_object* x_6; lean_object* x_7; -x_6 = lean_ctor_get(x_1, 2); -lean_inc(x_6); +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_1, 2); +lean_inc(x_27); lean_dec(x_1); -x_7 = lean_ctor_get(x_2, 2); -lean_inc(x_7); +x_28 = lean_ctor_get(x_2, 2); +lean_inc(x_28); lean_dec(x_2); -x_1 = x_6; -x_2 = x_7; +x_1 = x_27; +x_2 = x_28; goto _start; } else { -uint8_t x_9; lean_object* x_10; lean_object* x_11; +uint8_t x_30; lean_object* x_31; lean_object* x_32; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_9 = 0; -x_10 = lean_box(x_9); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_10); -lean_ctor_set(x_11, 1, x_5); -return x_11; +x_30 = 0; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_5); +return x_32; } } else { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = l_Lean_Meta_isRflProofCore___closed__2; -x_13 = lean_unsigned_to_nat(3u); -x_14 = l_Lean_Expr_isAppOfArity(x_1, x_12, x_13); -if (x_14 == 0) +lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = l_Lean_Meta_isRflProofCore___closed__4; +x_34 = lean_unsigned_to_nat(3u); +x_35 = l_Lean_Expr_isAppOfArity(x_1, x_33, x_34); +if (x_35 == 0) { -uint8_t x_15; lean_object* x_16; lean_object* x_17; +uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_15 = 0; -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_5); -return x_17; +x_36 = 0; +x_37 = lean_box(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_5); +return x_38; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_18 = l_Lean_Meta_isRflProofCore___closed__4; -x_19 = lean_unsigned_to_nat(2u); -x_20 = l_Lean_Expr_isAppOfArity(x_2, x_18, x_19); -if (x_20 == 0) +lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_39 = l_Lean_Meta_isRflProofCore___closed__6; +x_40 = lean_unsigned_to_nat(2u); +x_41 = l_Lean_Expr_isAppOfArity(x_2, x_39, x_40); +if (x_41 == 0) { -lean_object* x_21; uint8_t x_22; -x_21 = l_Lean_Meta_isRflProofCore___closed__6; -x_22 = l_Lean_Expr_isAppOfArity(x_2, x_21, x_19); -if (x_22 == 0) +lean_object* x_42; uint8_t x_43; +x_42 = l_Lean_Meta_isRflProofCore___closed__8; +x_43 = l_Lean_Expr_isAppOfArity(x_2, x_42, x_40); +x_6 = x_43; +goto block_26; +} +else { -lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_23 = l_Lean_Meta_isRflProofCore___closed__8; -x_24 = lean_unsigned_to_nat(4u); -x_25 = l_Lean_Expr_isAppOfArity(x_2, x_23, x_24); -if (x_25 == 0) +uint8_t x_44; +x_44 = 1; +x_6 = x_44; +goto block_26; +} +} +} +block_26: { -uint8_t x_26; +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = l_Lean_Meta_isRflProofCore___closed__3; +x_8 = lean_unsigned_to_nat(4u); +x_9 = l_Lean_Expr_isAppOfArity(x_2, x_7, x_8); +if (x_9 == 0) +{ +uint8_t x_10; lean_dec(x_1); -x_26 = l_Lean_Expr_isApp(x_2); -if (x_26 == 0) +x_10 = l_Lean_Expr_isApp(x_2); +if (x_10 == 0) { -uint8_t x_27; lean_object* x_28; lean_object* x_29; +uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_27 = 0; -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_5); -return x_29; +x_11 = 0; +x_12 = lean_box(x_11); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_5); +return x_13; } else { -lean_object* x_30; uint8_t x_31; -x_30 = l_Lean_Expr_getAppFn(x_2); +lean_object* x_14; uint8_t x_15; +x_14 = l_Lean_Expr_getAppFn(x_2); lean_dec(x_2); -x_31 = l_Lean_Expr_isConst(x_30); -if (x_31 == 0) +x_15 = l_Lean_Expr_isConst(x_14); +if (x_15 == 0) { -uint8_t x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_30); +uint8_t x_16; lean_object* x_17; lean_object* x_18; +lean_dec(x_14); lean_dec(x_4); lean_dec(x_3); -x_32 = 0; -x_33 = lean_box(x_32); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_5); -return x_34; +x_16 = 0; +x_17 = lean_box(x_16); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_17); +lean_ctor_set(x_18, 1, x_5); +return x_18; } else { -lean_object* x_35; lean_object* x_36; -x_35 = l_Lean_Expr_constName_x21(x_30); -lean_dec(x_30); -x_36 = l_Lean_Meta_isRflTheorem(x_35, x_3, x_4, x_5); -return x_36; +lean_object* x_19; lean_object* x_20; +x_19 = l_Lean_Expr_constName_x21(x_14); +lean_dec(x_14); +x_20 = l_Lean_Meta_isRflTheorem(x_19, x_3, x_4, x_5); +return x_20; } } } else { -lean_object* x_37; -x_37 = l_Lean_Expr_appArg_x21(x_2); +lean_object* x_21; +x_21 = l_Lean_Expr_appArg_x21(x_2); lean_dec(x_2); -x_2 = x_37; +x_2 = x_21; goto _start; } } else { -uint8_t x_39; lean_object* x_40; lean_object* x_41; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_39 = 1; -x_40 = lean_box(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_5); -return x_41; -} -} -else -{ -uint8_t x_42; lean_object* x_43; lean_object* x_44; +uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_42 = 1; -x_43 = lean_box(x_42); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_5); -return x_44; -} +x_23 = 1; +x_24 = lean_box(x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_5); +return x_25; } } } @@ -3704,209 +3707,247 @@ return x_44; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_addSimpTheoremEntry___spec__13(uint8_t x_1, 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; -x_8 = l_Array_isEmpty___rarg(x_6); -if (x_8 == 0) +uint8_t x_8; uint8_t x_33; uint8_t x_66; +x_66 = l_Array_isEmpty___rarg(x_6); +if (x_66 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_9 = lean_unsigned_to_nat(0u); +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_67 = lean_unsigned_to_nat(0u); lean_inc(x_7); -x_10 = lean_array_get(x_7, x_6, x_9); -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_11, x_12); -if (x_13 == 0) -{ -uint8_t x_14; -x_14 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_12, x_11); -lean_dec(x_12); -if (x_14 == 0) +x_68 = lean_array_get(x_7, x_6, x_67); +x_69 = lean_ctor_get(x_7, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 0); +lean_inc(x_70); +lean_dec(x_68); +x_71 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_69, x_70); +if (x_71 == 0) { -lean_object* x_15; uint8_t x_16; -lean_dec(x_11); -lean_dec(x_7); -x_15 = lean_array_get_size(x_6); -x_16 = lean_nat_dec_lt(x_9, x_15); -lean_dec(x_15); -if (x_16 == 0) +uint8_t x_72; +x_72 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_70, x_69); +lean_dec(x_69); +lean_dec(x_70); +if (x_72 == 0) { -lean_dec(x_5); -lean_dec(x_3); -return x_6; +uint8_t x_73; +x_73 = 1; +x_33 = x_73; +goto block_65; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_17 = lean_array_fget(x_6, x_9); -x_18 = lean_box(0); -x_19 = lean_array_fset(x_6, x_9, x_18); -x_20 = !lean_is_exclusive(x_17); -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; -x_21 = lean_ctor_get(x_17, 1); -x_22 = lean_ctor_get(x_17, 0); -lean_dec(x_22); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_add(x_4, x_23); -x_25 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_24, x_21); -lean_dec(x_24); -lean_ctor_set(x_17, 1, x_25); -lean_ctor_set(x_17, 0, x_5); -x_26 = lean_array_fset(x_19, x_9, x_17); -return x_26; +uint8_t x_74; +x_74 = 0; +x_33 = x_74; +goto block_65; +} } 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; -x_27 = lean_ctor_get(x_17, 1); -lean_inc(x_27); -lean_dec(x_17); -x_28 = lean_unsigned_to_nat(1u); -x_29 = lean_nat_add(x_4, x_28); -x_30 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_29, x_27); -lean_dec(x_29); -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_array_fset(x_19, x_9, x_31); -return x_32; -} +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_7); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_4, x_75); +x_77 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_76); +lean_dec(x_76); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_5); +lean_ctor_set(x_78, 1, x_77); +x_79 = l_Array_insertAt_x21___rarg(x_6, x_67, x_78); +return x_79; } } else { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -lean_inc(x_7); -x_33 = l_Array_back___rarg(x_7, x_6); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_34, x_11); -if (x_35 == 0) +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_dec(x_7); +x_80 = lean_unsigned_to_nat(1u); +x_81 = lean_nat_add(x_4, x_80); +x_82 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_81); +lean_dec(x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_5); +lean_ctor_set(x_83, 1, x_82); +x_84 = lean_array_push(x_6, x_83); +return x_84; +} +block_32: { -uint8_t x_36; -x_36 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_11, x_34); -lean_dec(x_34); -lean_dec(x_11); -if (x_36 == 0) +if (x_8 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_9 = lean_array_get_size(x_6); +x_10 = lean_unsigned_to_nat(1u); +x_11 = lean_nat_sub(x_9, x_10); +lean_dec(x_9); +x_12 = lean_unsigned_to_nat(0u); +x_13 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_addSimpTheoremEntry___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_11); +return x_13; +} +else +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_dec(x_7); -x_37 = lean_array_get_size(x_6); -x_38 = lean_unsigned_to_nat(1u); -x_39 = lean_nat_sub(x_37, x_38); -x_40 = lean_nat_dec_lt(x_39, x_37); -lean_dec(x_37); -if (x_40 == 0) +x_14 = lean_array_get_size(x_6); +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_nat_sub(x_14, x_15); +x_17 = lean_nat_dec_lt(x_16, x_14); +lean_dec(x_14); +if (x_17 == 0) { -lean_dec(x_39); +lean_dec(x_16); lean_dec(x_5); lean_dec(x_3); return x_6; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_array_fget(x_6, x_39); -x_42 = lean_box(0); -x_43 = lean_array_fset(x_6, x_39, x_42); -x_44 = !lean_is_exclusive(x_41); -if (x_44 == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_18 = lean_array_fget(x_6, x_16); +x_19 = lean_box(0); +x_20 = lean_array_fset(x_6, x_16, x_19); +x_21 = !lean_is_exclusive(x_18); +if (x_21 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_45 = lean_ctor_get(x_41, 1); -x_46 = lean_ctor_get(x_41, 0); -lean_dec(x_46); -x_47 = lean_nat_add(x_4, x_38); -x_48 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_47, x_45); -lean_dec(x_47); -lean_ctor_set(x_41, 1, x_48); -lean_ctor_set(x_41, 0, x_5); -x_49 = lean_array_fset(x_43, x_39, x_41); -lean_dec(x_39); -return x_49; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_18, 1); +x_23 = lean_ctor_get(x_18, 0); +lean_dec(x_23); +x_24 = lean_nat_add(x_4, x_15); +x_25 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_24, x_22); +lean_dec(x_24); +lean_ctor_set(x_18, 1, x_25); +lean_ctor_set(x_18, 0, x_5); +x_26 = lean_array_fset(x_20, x_16, x_18); +lean_dec(x_16); +return x_26; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_50 = lean_ctor_get(x_41, 1); -lean_inc(x_50); -lean_dec(x_41); -x_51 = lean_nat_add(x_4, x_38); -x_52 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_51, x_50); -lean_dec(x_51); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_5); -lean_ctor_set(x_53, 1, x_52); -x_54 = lean_array_fset(x_43, x_39, x_53); -lean_dec(x_39); -return x_54; +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_18, 1); +lean_inc(x_27); +lean_dec(x_18); +x_28 = lean_nat_add(x_4, x_15); +x_29 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_28, x_27); +lean_dec(x_28); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_5); +lean_ctor_set(x_30, 1, x_29); +x_31 = lean_array_fset(x_20, x_16, x_30); +lean_dec(x_16); +return x_31; +} } } } +block_65: +{ +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +lean_inc(x_7); +x_34 = l_Array_back___rarg(x_7, x_6); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_7, 0); +lean_inc(x_36); +x_37 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_35, x_36); +if (x_37 == 0) +{ +uint8_t x_38; +x_38 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_36, x_35); +lean_dec(x_35); +lean_dec(x_36); +if (x_38 == 0) +{ +uint8_t x_39; +x_39 = 1; +x_8 = x_39; +goto block_32; +} else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = lean_array_get_size(x_6); -x_56 = lean_unsigned_to_nat(1u); -x_57 = lean_nat_sub(x_55, x_56); -lean_dec(x_55); -x_58 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_addSimpTheoremEntry___spec__14(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_9, x_57); -return x_58; +uint8_t x_40; +x_40 = 0; +x_8 = x_40; +goto block_32; } } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_34); -lean_dec(x_11); -lean_dec(x_7); -x_59 = lean_unsigned_to_nat(1u); -x_60 = lean_nat_add(x_4, x_59); -x_61 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_60); -lean_dec(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_5); -lean_ctor_set(x_62, 1, x_61); -x_63 = lean_array_push(x_6, x_62); -return x_63; -} +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +lean_dec(x_36); +lean_dec(x_35); +lean_dec(x_7); +x_41 = lean_unsigned_to_nat(1u); +x_42 = lean_nat_add(x_4, x_41); +x_43 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_42); +lean_dec(x_42); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_5); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_array_push(x_6, x_44); +return x_45; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_12); -lean_dec(x_11); +lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_dec(x_7); -x_64 = lean_unsigned_to_nat(1u); -x_65 = lean_nat_add(x_4, x_64); -x_66 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_65); -lean_dec(x_65); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_5); -lean_ctor_set(x_67, 1, x_66); -x_68 = l_Array_insertAt_x21___rarg(x_6, x_9, x_67); -return x_68; +x_46 = lean_array_get_size(x_6); +x_47 = lean_unsigned_to_nat(0u); +x_48 = lean_nat_dec_lt(x_47, x_46); +lean_dec(x_46); +if (x_48 == 0) +{ +lean_dec(x_5); +lean_dec(x_3); +return x_6; } +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_49 = lean_array_fget(x_6, x_47); +x_50 = lean_box(0); +x_51 = lean_array_fset(x_6, x_47, x_50); +x_52 = !lean_is_exclusive(x_49); +if (x_52 == 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; +x_53 = lean_ctor_get(x_49, 1); +x_54 = lean_ctor_get(x_49, 0); +lean_dec(x_54); +x_55 = lean_unsigned_to_nat(1u); +x_56 = lean_nat_add(x_4, x_55); +x_57 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_56, x_53); +lean_dec(x_56); +lean_ctor_set(x_49, 1, x_57); +lean_ctor_set(x_49, 0, x_5); +x_58 = lean_array_fset(x_51, x_47, x_49); +return x_58; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_7); -x_69 = lean_unsigned_to_nat(1u); -x_70 = lean_nat_add(x_4, x_69); -x_71 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_70); -lean_dec(x_70); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_5); -lean_ctor_set(x_72, 1, x_71); -x_73 = lean_array_push(x_6, x_72); -return x_73; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_59 = lean_ctor_get(x_49, 1); +lean_inc(x_59); +lean_dec(x_49); +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_add(x_4, x_60); +x_62 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_addSimpTheoremEntry___spec__9(x_1, x_2, x_3, x_61, x_59); +lean_dec(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_5); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_array_fset(x_51, x_47, x_63); +return x_64; +} +} +} } } } @@ -8366,7 +8407,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___rarg(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_17; uint8_t x_25; +lean_object* x_5; uint8_t x_6; uint8_t x_23; lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); @@ -8376,76 +8417,59 @@ lean_closure_set(x_5, 1, x_3); lean_closure_set(x_5, 2, x_4); lean_inc(x_4); lean_inc(x_3); -x_25 = l_Lean_Meta_SimpTheorems_isLemma(x_3, x_4); -if (x_25 == 0) +x_23 = l_Lean_Meta_SimpTheorems_isLemma(x_3, x_4); +if (x_23 == 0) { if (lean_obj_tag(x_4) == 0) { -lean_object* x_26; uint8_t x_27; -x_26 = lean_ctor_get(x_4, 0); -lean_inc(x_26); -lean_inc(x_26); +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_4, 0); +lean_inc(x_24); +lean_inc(x_24); lean_inc(x_3); -x_27 = l_Lean_Meta_SimpTheorems_isDeclToUnfold(x_3, x_26); -if (x_27 == 0) +x_25 = l_Lean_Meta_SimpTheorems_isDeclToUnfold(x_3, x_24); +if (x_25 == 0) { -lean_object* x_28; uint8_t x_29; -x_28 = lean_ctor_get(x_3, 5); -lean_inc(x_28); +lean_object* x_26; uint8_t x_27; +x_26 = lean_ctor_get(x_3, 5); +lean_inc(x_26); lean_dec(x_3); -x_29 = l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(x_28, x_26); -if (x_29 == 0) -{ -lean_object* x_30; -x_30 = lean_box(0); -x_6 = x_30; -goto block_16; -} -else -{ -lean_object* x_31; -lean_dec(x_4); -lean_dec(x_2); -x_31 = lean_box(0); -x_17 = x_31; -goto block_24; -} +x_27 = l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(x_26, x_24); +x_6 = x_27; +goto block_22; } else { -lean_object* x_32; -lean_dec(x_26); -lean_dec(x_4); +uint8_t x_28; +lean_dec(x_24); lean_dec(x_3); -lean_dec(x_2); -x_32 = lean_box(0); -x_17 = x_32; -goto block_24; +x_28 = 1; +x_6 = x_28; +goto block_22; } } else { -lean_object* x_33; +uint8_t x_29; lean_dec(x_3); -x_33 = lean_box(0); -x_6 = x_33; -goto block_16; +x_29 = 0; +x_6 = x_29; +goto block_22; } } else { -lean_object* x_34; -lean_dec(x_4); +uint8_t x_30; lean_dec(x_3); -lean_dec(x_2); -x_34 = lean_box(0); -x_17 = x_34; -goto block_24; +x_30 = 1; +x_6 = x_30; +goto block_22; } -block_16: +block_22: +{ +if (x_6 == 0) { 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_dec(x_6); x_7 = lean_ctor_get(x_1, 1); lean_inc(x_7); x_8 = l_Lean_Meta_Origin_key(x_4); @@ -8463,22 +8487,24 @@ x_14 = l_Lean_throwError___rarg(x_1, x_2, x_13); x_15 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_14, x_5); return x_15; } -block_24: +else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_dec(x_17); -x_18 = lean_ctor_get(x_1, 1); -lean_inc(x_18); -x_19 = lean_ctor_get(x_1, 0); -lean_inc(x_19); +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_dec(x_4); +lean_dec(x_2); +x_16 = lean_ctor_get(x_1, 1); +lean_inc(x_16); +x_17 = lean_ctor_get(x_1, 0); +lean_inc(x_17); lean_dec(x_1); -x_20 = lean_ctor_get(x_19, 1); -lean_inc(x_20); -lean_dec(x_19); -x_21 = lean_box(0); -x_22 = lean_apply_2(x_20, lean_box(0), x_21); -x_23 = lean_apply_4(x_18, lean_box(0), lean_box(0), x_22, x_5); -return x_23; +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = lean_box(0); +x_20 = lean_apply_2(x_18, lean_box(0), x_19); +x_21 = lean_apply_4(x_16, lean_box(0), lean_box(0), x_20, x_5); +return x_21; +} } } } @@ -9412,101 +9438,112 @@ lean_inc(x_3); x_9 = l_Lean_Meta_DiscrTree_reduceDT(x_1, x_8, x_8, x_3, x_4, x_5, x_6, x_7); 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; lean_object* x_12; uint8_t x_13; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_ctor_get(x_9, 1); -x_13 = lean_expr_eqv(x_11, x_2); -if (x_13 == 0) +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_30; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_12 = x_9; +} else { + lean_dec_ref(x_9); + x_12 = lean_box(0); +} +x_30 = lean_expr_eqv(x_10, x_2); +if (x_30 == 0) { -lean_object* x_14; -lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_14 = lean_box(0); -lean_ctor_set(x_9, 0, x_14); -return x_9; +uint8_t x_31; +x_31 = 0; +x_13 = x_31; +goto block_29; } else { -uint8_t x_15; -x_15 = l_Lean_Expr_isFVar(x_11); -if (x_15 == 0) +uint8_t x_32; +x_32 = l_Lean_Expr_isFVar(x_10); +x_13 = x_32; +goto block_29; +} +block_29: { -lean_object* x_16; -lean_dec(x_11); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_16 = lean_box(0); -lean_ctor_set(x_9, 0, x_16); -return x_9; +x_14 = lean_box(0); +if (lean_is_scalar(x_12)) { + x_15 = lean_alloc_ctor(0, 2, 0); +} else { + x_15 = x_12; +} +lean_ctor_set(x_15, 0, x_14); +lean_ctor_set(x_15, 1, x_11); +return x_15; } else { -lean_object* x_17; -lean_free_object(x_9); +lean_object* x_16; +lean_dec(x_12); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_17 = l_Lean_Meta_mkEq(x_11, x_2, x_3, x_4, x_5, x_6, x_12); -if (lean_obj_tag(x_17) == 0) +x_16 = l_Lean_Meta_mkEq(x_10, x_2, x_3, x_4, x_5, x_6, x_11); +if (lean_obj_tag(x_16) == 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; -x_18 = lean_ctor_get(x_17, 0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_17 = lean_ctor_get(x_16, 0); +lean_inc(x_17); +x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = l_Lean_indentExpr(x_18); -x_21 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite___closed__2; -x_22 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_20); -x_23 = l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__2; -x_24 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_23); -x_25 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_24, x_3, x_4, x_5, x_6, x_19); +lean_dec(x_16); +x_19 = l_Lean_indentExpr(x_17); +x_20 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite___closed__2; +x_21 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_19); +x_22 = l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__2; +x_23 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_23, x_3, x_4, x_5, x_6, x_18); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_25; +return x_24; } else { -uint8_t x_26; +uint8_t x_25; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_26 = !lean_is_exclusive(x_17); -if (x_26 == 0) +x_25 = !lean_is_exclusive(x_16); +if (x_25 == 0) { -return x_17; +return x_16; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_17, 0); -x_28 = lean_ctor_get(x_17, 1); -lean_inc(x_28); +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_16, 0); +x_27 = lean_ctor_get(x_16, 1); lean_inc(x_27); -lean_dec(x_17); -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_inc(x_26); +lean_dec(x_16); +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; } } } @@ -9514,160 +9551,53 @@ return x_29; } else { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_9, 0); -x_31 = lean_ctor_get(x_9, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_9); -x_32 = lean_expr_eqv(x_30, x_2); -if (x_32 == 0) -{ -lean_object* x_33; lean_object* x_34; -lean_dec(x_30); +uint8_t x_33; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -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_31); -return x_34; +x_33 = !lean_is_exclusive(x_9); +if (x_33 == 0) +{ +return x_9; } else { -uint8_t x_35; -x_35 = l_Lean_Expr_isFVar(x_30); -if (x_35 == 0) -{ -lean_object* x_36; lean_object* x_37; -lean_dec(x_30); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_36 = lean_box(0); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_31); -return x_37; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_9, 0); +x_35 = lean_ctor_get(x_9, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_9); +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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___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_38; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_38 = l_Lean_Meta_mkEq(x_30, x_2, x_3, x_4, x_5, x_6, x_31); -if (lean_obj_tag(x_38) == 0) +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = l_Lean_Meta_isRflProofCore___closed__4; +x_9 = lean_unsigned_to_nat(3u); +x_10 = l_Lean_Expr_isAppOfArity(x_2, x_8, x_9); +if (x_10 == 0) { -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_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_indentExpr(x_39); -x_42 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite___closed__2; -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_Meta_ppSimpTheorem___rarg___lambda__1___closed__2; -x_45 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -x_46 = l_Lean_throwError___at_Lean_Meta_setInlineAttribute___spec__1(x_45, x_3, x_4, x_5, x_6, x_40); +uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_46; -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_47 = lean_ctor_get(x_38, 0); -lean_inc(x_47); -x_48 = lean_ctor_get(x_38, 1); -lean_inc(x_48); -if (lean_is_exclusive(x_38)) { - lean_ctor_release(x_38, 0); - lean_ctor_release(x_38, 1); - x_49 = x_38; -} else { - lean_dec_ref(x_38); - x_49 = lean_box(0); -} -if (lean_is_scalar(x_49)) { - x_50 = lean_alloc_ctor(1, 2, 0); -} else { - x_50 = x_49; -} -lean_ctor_set(x_50, 0, x_47); -lean_ctor_set(x_50, 1, x_48); -return x_50; -} -} -} -} -} -else -{ -uint8_t x_51; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_51 = !lean_is_exclusive(x_9); -if (x_51 == 0) -{ -return x_9; -} -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_9, 0); -x_53 = lean_ctor_get(x_9, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_9); -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; -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___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; uint8_t x_10; -x_8 = l_Lean_Meta_isRflProofCore___closed__2; -x_9 = lean_unsigned_to_nat(3u); -x_10 = l_Lean_Expr_isAppOfArity(x_2, x_8, x_9); -if (x_10 == 0) -{ -uint8_t x_11; lean_object* x_12; lean_object* x_13; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_11 = 1; -x_12 = lean_box(x_11); -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_11 = 1; +x_12 = lean_box(x_11); +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; } else { @@ -10250,36 +10180,212 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("False", 5); +x_1 = lean_mk_string_from_bytes("Bool", 4); return x_1; } } static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__2() { _start: { +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("of_asProp", 9); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__2; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(1u); +x_2 = lean_mk_empty_array_with_capacity(x_1); +return x_2; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("true", 4); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__6() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__5; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__6; +x_3 = l_Lean_Expr_const___override(x_2, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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) { +_start: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; +x_10 = lean_array_push(x_9, x_1); +x_11 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3; +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +x_12 = l_Lean_Meta_mkAppM(x_11, x_10, x_4, x_5, x_6, x_7, x_8); +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; +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_box(0); +x_16 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__7; +x_17 = l_Lean_Meta_mkEq(x_2, x_16, x_4, x_5, x_6, x_7, x_14); +if (lean_obj_tag(x_17) == 0) +{ +uint8_t x_18; +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_13); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 1, x_15); +lean_ctor_set(x_17, 0, x_21); +return x_17; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_17, 0); +x_23 = lean_ctor_get(x_17, 1); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_17); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_13); +lean_ctor_set(x_24, 1, x_22); +x_25 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_15); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_23); +return x_26; +} +} +else +{ +uint8_t x_27; +lean_dec(x_13); +x_27 = !lean_is_exclusive(x_17); +if (x_27 == 0) +{ +return x_17; +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +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(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_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +x_31 = !lean_is_exclusive(x_12); +if (x_31 == 0) +{ +return x_12; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_12, 0); +x_33 = lean_ctor_get(x_12, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_12); +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; +} +} +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("False", 5); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___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_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___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_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3() { _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_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__2; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_9; lean_object* x_10; lean_object* x_11; x_9 = lean_box(0); -x_10 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3; +x_10 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); @@ -10384,383 +10490,201 @@ return x_31; } } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Bool", 4); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("true", 4); -return x_1; -} -} -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1; -x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("false", 5); +x_1 = lean_mk_string_from_bytes("asProp", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1; -x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__4; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("of_not_eq_false", 15); +x_1 = lean_mk_string_from_bytes("of_not_asProp", 13); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1; -x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__6; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__3; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(1u); -x_2 = lean_mk_empty_array_with_capacity(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3; -x_3 = l_Lean_Expr_const___override(x_2, x_1); -return x_3; -} -} -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__10() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("of_not_eq_true", 14); +x_1 = lean_mk_string_from_bytes("false", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1; -x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__10; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__5; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___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_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__6; x_3 = l_Lean_Expr_const___override(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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) { _start: { -lean_object* x_10; uint8_t x_11; -lean_dec(x_4); -x_10 = lean_unsigned_to_nat(3u); -x_11 = l_Lean_Expr_isAppOfArity(x_1, x_3, x_10); +lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_dec(x_3); +x_9 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2; +x_10 = lean_unsigned_to_nat(1u); +x_11 = l_Lean_Expr_isAppOfArity(x_1, x_9, x_10); if (x_11 == 0) { lean_object* x_12; lean_object* x_13; x_12 = lean_box(0); -x_13 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2(x_1, x_2, x_12, x_5, x_6, x_7, x_8, x_9); +x_13 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3(x_1, x_2, x_12, x_4, x_5, x_6, x_7, x_8); return x_13; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_14 = l_Lean_Expr_appFn_x21(x_1); -x_15 = l_Lean_Expr_appArg_x21(x_14); -lean_dec(x_14); -x_16 = l_Lean_Expr_appArg_x21(x_1); -x_17 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3; -x_18 = l_Lean_Expr_isConstOf(x_16, x_17); -if (x_18 == 0) -{ -lean_object* x_19; uint8_t x_20; -x_19 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5; -x_20 = l_Lean_Expr_isConstOf(x_16, x_19); -lean_dec(x_16); -if (x_20 == 0) -{ -lean_object* x_21; lean_object* x_22; -lean_dec(x_15); -x_21 = lean_box(0); -x_22 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2(x_1, x_2, x_21, x_5, x_6, x_7, x_8, x_9); -return x_22; -} -else -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -lean_dec(x_1); -x_23 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_24 = lean_array_push(x_23, x_2); -x_25 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7; -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_26 = l_Lean_Meta_mkAppM(x_25, x_24, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(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_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_box(0); -x_30 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__9; -x_31 = l_Lean_Meta_mkEq(x_15, x_30, x_5, x_6, x_7, x_8, x_28); -if (lean_obj_tag(x_31) == 0) -{ -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) -{ -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_27); -lean_ctor_set(x_34, 1, x_33); -x_35 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_35, 0, x_34); -lean_ctor_set(x_35, 1, x_29); -lean_ctor_set(x_31, 0, x_35); -return x_31; -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -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(0, 2, 0); -lean_ctor_set(x_38, 0, x_27); -lean_ctor_set(x_38, 1, x_36); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_29); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_37); -return x_40; -} -} -else -{ -uint8_t x_41; -lean_dec(x_27); -x_41 = !lean_is_exclusive(x_31); -if (x_41 == 0) -{ -return x_31; -} -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_31, 0); -x_43 = lean_ctor_get(x_31, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_31); -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 -{ -uint8_t x_45; -lean_dec(x_15); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_45 = !lean_is_exclusive(x_26); -if (x_45 == 0) -{ -return x_26; -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_26, 0); -x_47 = lean_ctor_get(x_26, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_26); -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; -lean_dec(x_16); +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_14 = l_Lean_Expr_appArg_x21(x_1); lean_dec(x_1); -x_49 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_50 = lean_array_push(x_49, x_2); -x_51 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11; -lean_inc(x_8); +x_15 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; +x_16 = lean_array_push(x_15, x_2); +x_17 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__4; lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_52 = l_Lean_Meta_mkAppM(x_51, x_50, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_52) == 0) +lean_inc(x_4); +x_18 = l_Lean_Meta_mkAppM(x_17, x_16, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_18) == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_box(0); -x_56 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12; -x_57 = l_Lean_Meta_mkEq(x_15, x_56, x_5, x_6, x_7, x_8, x_54); -if (lean_obj_tag(x_57) == 0) +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_18, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_18, 1); +lean_inc(x_20); +lean_dec(x_18); +x_21 = lean_box(0); +x_22 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__7; +x_23 = l_Lean_Meta_mkEq(x_14, x_22, x_4, x_5, x_6, x_7, x_20); +if (lean_obj_tag(x_23) == 0) { -uint8_t x_58; -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +uint8_t x_24; +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_57, 0); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_53); -lean_ctor_set(x_60, 1, x_59); -x_61 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_55); -lean_ctor_set(x_57, 0, x_61); -return x_57; +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_23, 0); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_19); +lean_ctor_set(x_26, 1, x_25); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_21); +lean_ctor_set(x_23, 0, x_27); +return x_23; } else { -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_57, 0); -x_63 = lean_ctor_get(x_57, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_57); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_53); -lean_ctor_set(x_64, 1, x_62); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_55); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_63); -return x_66; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +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_19); +lean_ctor_set(x_30, 1, x_28); +x_31 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_21); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_29); +return x_32; } } else { -uint8_t x_67; -lean_dec(x_53); -x_67 = !lean_is_exclusive(x_57); -if (x_67 == 0) +uint8_t x_33; +lean_dec(x_19); +x_33 = !lean_is_exclusive(x_23); +if (x_33 == 0) { -return x_57; +return x_23; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_57, 0); -x_69 = lean_ctor_get(x_57, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_57); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_23, 0); +x_35 = lean_ctor_get(x_23, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_23); +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_71; -lean_dec(x_15); -lean_dec(x_8); +uint8_t x_37; +lean_dec(x_14); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_71 = !lean_is_exclusive(x_52); -if (x_71 == 0) +lean_dec(x_4); +x_37 = !lean_is_exclusive(x_18); +if (x_37 == 0) { -return x_52; +return x_18; } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_52, 0); -x_73 = lean_ctor_get(x_52, 1); -lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_52); -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; -} +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; } } } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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) { _start: { lean_object* x_10; @@ -10778,7 +10702,7 @@ x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); x_13 = lean_box(0); -x_14 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3; +x_14 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); @@ -10911,289 +10835,43 @@ return x_39; } } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(uint8_t x_1, lean_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_10; uint8_t x_11; -lean_dec(x_4); -x_10 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3; -x_11 = l_Lean_Expr_isConstOf(x_2, x_10); -if (x_11 == 0) -{ -lean_object* x_12; uint8_t x_13; -x_12 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5; -x_13 = l_Lean_Expr_isConstOf(x_2, x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_box(0); -x_15 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4(x_1, x_2, x_3, x_14, x_5, x_6, x_7, x_8, x_9); -return x_15; -} -else +if (x_1 == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_dec(x_2); -x_16 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_17 = lean_array_push(x_16, x_3); -x_18 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7; +lean_object* x_11; +lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_5); -x_19 = l_Lean_Meta_mkAppM(x_18, x_17, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_19) == 0) +x_11 = l_Lean_Meta_mkEq(x_2, x_3, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_11) == 0) { -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_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_box(0); -x_23 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__9; -x_24 = l_Lean_Meta_mkEq(x_1, x_23, x_5, x_6, x_7, x_8, x_21); -if (lean_obj_tag(x_24) == 0) +lean_object* x_12; lean_object* x_13; lean_object* 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_Meta_mkPropExt(x_4, x_6, x_7, x_8, x_9, x_13); +if (lean_obj_tag(x_14) == 0) { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_24); -if (x_25 == 0) +uint8_t x_15; +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_24, 0); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_20); -lean_ctor_set(x_27, 1, x_26); -x_28 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_22); -lean_ctor_set(x_24, 0, x_28); -return x_24; -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_29 = lean_ctor_get(x_24, 0); -x_30 = lean_ctor_get(x_24, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_24); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_20); -lean_ctor_set(x_31, 1, x_29); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_22); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_30); -return x_33; -} -} -else -{ -uint8_t x_34; -lean_dec(x_20); -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 -{ -uint8_t x_38; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_38 = !lean_is_exclusive(x_19); -if (x_38 == 0) -{ -return x_19; -} -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_19, 0); -x_40 = lean_ctor_get(x_19, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_19); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} -} -} -} -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; -lean_dec(x_2); -x_42 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_43 = lean_array_push(x_42, x_3); -x_44 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11; -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_45 = l_Lean_Meta_mkAppM(x_44, x_43, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_45) == 0) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -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_box(0); -x_49 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12; -x_50 = l_Lean_Meta_mkEq(x_1, x_49, x_5, x_6, x_7, x_8, x_47); -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; lean_object* x_54; -x_52 = lean_ctor_get(x_50, 0); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_46); -lean_ctor_set(x_53, 1, x_52); -x_54 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_48); -lean_ctor_set(x_50, 0, x_54); -return x_50; -} -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_50, 0); -x_56 = lean_ctor_get(x_50, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_50); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_46); -lean_ctor_set(x_57, 1, x_55); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_48); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_56); -return x_59; -} -} -else -{ -uint8_t x_60; -lean_dec(x_46); -x_60 = !lean_is_exclusive(x_50); -if (x_60 == 0) -{ -return x_50; -} -else -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_50, 0); -x_62 = lean_ctor_get(x_50, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_50); -x_63 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_63, 0, x_61); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} -else -{ -uint8_t x_64; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_64 = !lean_is_exclusive(x_45); -if (x_64 == 0) -{ -return x_45; -} -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_45, 0); -x_66 = lean_ctor_get(x_45, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_45); -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; -} -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(uint8_t x_1, lean_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 (x_1 == 0) -{ -lean_object* x_11; -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_11 = l_Lean_Meta_mkEq(x_2, x_3, 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; lean_object* 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_Meta_mkPropExt(x_4, x_6, x_7, x_8, x_9, 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; -x_16 = lean_ctor_get(x_14, 0); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_16); -lean_ctor_set(x_17, 1, x_12); -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); -lean_ctor_set(x_14, 0, x_19); -return x_14; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_16); +lean_ctor_set(x_17, 1, x_12); +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); +lean_ctor_set(x_14, 0, x_19); +return x_14; } else { @@ -11703,7 +11381,7 @@ static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("invalid '←' modifier in rewrite rule to 'False'", 49); +x_1 = lean_mk_string_from_bytes("invalid '←' modifier in rewrite rule to 'true'", 48); return x_1; } } @@ -11716,6 +11394,23 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__13() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("invalid '←' modifier in rewrite rule to 'False'", 49); +return x_1; +} +} +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__13; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(uint8_t x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { @@ -11737,7 +11432,7 @@ x_13 = l_Lean_Expr_isForall(x_11); if (x_13 == 0) { lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = l_Lean_Meta_isRflProofCore___closed__2; +x_14 = l_Lean_Meta_isRflProofCore___closed__4; x_15 = lean_unsigned_to_nat(3u); x_16 = l_Lean_Expr_isAppOfArity(x_11, x_14, x_15); if (x_16 == 0) @@ -11764,217 +11459,218 @@ x_25 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go x_26 = l_Lean_Expr_isAppOfArity(x_11, x_25, x_18); if (x_26 == 0) { +lean_object* x_27; uint8_t x_28; +x_27 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2; +x_28 = l_Lean_Expr_isAppOfArity(x_11, x_27, x_23); +if (x_28 == 0) +{ if (x_1 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_box(0); -x_28 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__1(x_11, x_3, x_27, x_5, x_6, x_7, x_8, x_12); -return x_28; +lean_object* x_29; lean_object* x_30; +x_29 = lean_box(0); +x_30 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__1(x_11, x_3, x_29, x_5, x_6, x_7, x_8, x_12); +return x_30; } else { -lean_object* x_29; lean_object* x_30; uint8_t x_31; +lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_dec(x_11); lean_dec(x_3); -x_29 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__10; -x_30 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_29, x_5, x_6, x_7, x_8, x_12); +x_31 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__10; +x_32 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_31, x_5, x_6, x_7, x_8, x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_31 = !lean_is_exclusive(x_30); -if (x_31 == 0) +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) { -return x_30; +return x_32; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_30, 0); -x_33 = lean_ctor_get(x_30, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_30); -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_object* x_34; lean_object* x_35; lean_object* x_36; +x_34 = lean_ctor_get(x_32, 0); +x_35 = lean_ctor_get(x_32, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_32); +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_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_35 = l_Lean_Expr_appFn_x21(x_11); -x_36 = l_Lean_Expr_appArg_x21(x_35); -lean_dec(x_35); +lean_object* x_37; x_37 = l_Lean_Expr_appArg_x21(x_11); lean_dec(x_11); -x_38 = lean_unsigned_to_nat(0u); -lean_inc(x_3); -x_39 = l_Lean_Expr_proj___override(x_25, x_38, x_3); -x_40 = l_Lean_Expr_proj___override(x_25, x_23, x_3); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -x_41 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_1, x_2, x_39, x_36, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_41) == 0) +if (x_1 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -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 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_1, x_2, x_40, x_37, x_5, x_6, x_7, x_8, x_43); -if (lean_obj_tag(x_44) == 0) +lean_object* x_38; lean_object* x_39; +x_38 = lean_box(0); +x_39 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2(x_3, x_37, x_38, x_5, x_6, x_7, x_8, x_12); +return x_39; +} +else { -uint8_t x_45; -x_45 = !lean_is_exclusive(x_44); -if (x_45 == 0) +lean_object* x_40; lean_object* x_41; uint8_t x_42; +lean_dec(x_37); +lean_dec(x_3); +x_40 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12; +x_41 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_40, x_5, x_6, x_7, x_8, x_12); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_44, 0); -x_47 = l_List_appendTR___rarg(x_42, x_46); -lean_ctor_set(x_44, 0, x_47); -return x_44; +return x_41; } 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_inc(x_48); -lean_dec(x_44); -x_50 = l_List_appendTR___rarg(x_42, x_48); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_49); -return x_51; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_41, 0); +x_44 = lean_ctor_get(x_41, 1); +lean_inc(x_44); +lean_inc(x_43); +lean_dec(x_41); +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 -{ -uint8_t x_52; -lean_dec(x_42); -x_52 = !lean_is_exclusive(x_44); -if (x_52 == 0) -{ -return x_44; } 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; lean_object* x_52; +x_46 = l_Lean_Expr_appFn_x21(x_11); +x_47 = l_Lean_Expr_appArg_x21(x_46); +lean_dec(x_46); +x_48 = l_Lean_Expr_appArg_x21(x_11); +lean_dec(x_11); +x_49 = lean_unsigned_to_nat(0u); +lean_inc(x_3); +x_50 = l_Lean_Expr_proj___override(x_25, x_49, x_3); +x_51 = l_Lean_Expr_proj___override(x_25, x_23, x_3); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +x_52 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_1, x_2, x_50, x_47, x_5, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_52) == 0) +{ lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_44, 0); -x_54 = lean_ctor_get(x_44, 1); -lean_inc(x_54); +x_53 = lean_ctor_get(x_52, 0); lean_inc(x_53); -lean_dec(x_44); -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 +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_55 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_1, x_2, x_51, x_48, x_5, x_6, x_7, x_8, x_54); +if (lean_obj_tag(x_55) == 0) { uint8_t x_56; -lean_dec(x_40); -lean_dec(x_37); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -x_56 = !lean_is_exclusive(x_41); +x_56 = !lean_is_exclusive(x_55); if (x_56 == 0) { -return x_41; +lean_object* x_57; lean_object* x_58; +x_57 = lean_ctor_get(x_55, 0); +x_58 = l_List_appendTR___rarg(x_53, x_57); +lean_ctor_set(x_55, 0, x_58); +return x_55; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_41, 0); -x_58 = lean_ctor_get(x_41, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_41); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; -} -} +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_59 = lean_ctor_get(x_55, 0); +x_60 = lean_ctor_get(x_55, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_55); +x_61 = l_List_appendTR___rarg(x_53, x_59); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_61); +lean_ctor_set(x_62, 1, x_60); +return x_62; } } else { -lean_object* x_60; -x_60 = l_Lean_Expr_appArg_x21(x_11); -lean_dec(x_11); -if (x_1 == 0) +uint8_t x_63; +lean_dec(x_53); +x_63 = !lean_is_exclusive(x_55); +if (x_63 == 0) { -lean_object* x_61; lean_object* x_62; -x_61 = lean_box(0); -x_62 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3(x_60, x_3, x_14, x_61, x_5, x_6, x_7, x_8, x_12); -return x_62; +return x_55; } else { -lean_object* x_63; lean_object* x_64; uint8_t x_65; -lean_dec(x_60); -lean_dec(x_3); -x_63 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12; -x_64 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_63, x_5, x_6, x_7, x_8, x_12); +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_55, 0); +x_65 = lean_ctor_get(x_55, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_55); +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 +{ +uint8_t x_67; +lean_dec(x_51); +lean_dec(x_48); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_65 = !lean_is_exclusive(x_64); -if (x_65 == 0) +x_67 = !lean_is_exclusive(x_52); +if (x_67 == 0) { -return x_64; +return x_52; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_64, 0); -x_67 = lean_ctor_get(x_64, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_64); -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; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_52, 0); +x_69 = lean_ctor_get(x_52, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_52); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = l_Lean_Expr_appFn_x21(x_11); -x_70 = l_Lean_Expr_appArg_x21(x_69); -lean_dec(x_69); +lean_object* x_71; x_71 = l_Lean_Expr_appArg_x21(x_11); lean_dec(x_11); if (x_1 == 0) { lean_object* x_72; lean_object* x_73; x_72 = lean_box(0); -x_73 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__5(x_70, x_71, x_3, x_72, x_5, x_6, x_7, x_8, x_12); +x_73 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4(x_71, x_3, x_72, x_5, x_6, x_7, x_8, x_12); return x_73; } else { lean_object* x_74; lean_object* x_75; uint8_t x_76; lean_dec(x_71); -lean_dec(x_70); lean_dec(x_3); -x_74 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12; +x_74 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14; x_75 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_74, x_5, x_6, x_7, x_8, x_12); lean_dec(x_8); lean_dec(x_7); @@ -12009,62 +11705,110 @@ x_81 = l_Lean_Expr_appArg_x21(x_80); lean_dec(x_80); x_82 = l_Lean_Expr_appArg_x21(x_11); lean_dec(x_11); -if (x_2 == 0) +if (x_1 == 0) { lean_object* x_83; lean_object* x_84; x_83 = lean_box(0); -x_84 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(x_1, x_81, x_82, x_3, x_83, x_5, x_6, x_7, x_8, x_12); +x_84 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__5(x_81, x_82, x_3, x_83, x_5, x_6, x_7, x_8, x_12); return x_84; } else { -lean_object* x_85; +lean_object* x_85; lean_object* x_86; uint8_t x_87; +lean_dec(x_82); +lean_dec(x_81); +lean_dec(x_3); +x_85 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14; +x_86 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_85, x_5, x_6, x_7, x_8, x_12); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_87 = !lean_is_exclusive(x_86); +if (x_87 == 0) +{ +return x_86; +} +else +{ +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_86, 0); +x_89 = lean_ctor_get(x_86, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_86); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +} +} +} +else +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = l_Lean_Expr_appFn_x21(x_11); +x_92 = l_Lean_Expr_appArg_x21(x_91); +lean_dec(x_91); +x_93 = l_Lean_Expr_appArg_x21(x_11); +lean_dec(x_11); +if (x_2 == 0) +{ +lean_object* x_94; lean_object* x_95; +x_94 = lean_box(0); +x_95 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(x_1, x_92, x_93, x_3, x_94, x_5, x_6, x_7, x_8, x_12); +return x_95; +} +else +{ +lean_object* x_96; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_82); -lean_inc(x_81); -x_85 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite(x_81, x_82, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_85) == 0) +lean_inc(x_93); +lean_inc(x_92); +x_96 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite(x_92, x_93, x_5, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_96) == 0) { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); -lean_inc(x_87); -lean_dec(x_85); -x_88 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(x_1, x_81, x_82, x_3, x_86, x_5, x_6, x_7, x_8, x_87); -lean_dec(x_86); -return x_88; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +x_98 = lean_ctor_get(x_96, 1); +lean_inc(x_98); +lean_dec(x_96); +x_99 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__6(x_1, x_92, x_93, x_3, x_97, x_5, x_6, x_7, x_8, x_98); +lean_dec(x_97); +return x_99; } else { -uint8_t x_89; -lean_dec(x_82); -lean_dec(x_81); +uint8_t x_100; +lean_dec(x_93); +lean_dec(x_92); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_89 = !lean_is_exclusive(x_85); -if (x_89 == 0) +x_100 = !lean_is_exclusive(x_96); +if (x_100 == 0) { -return x_85; +return x_96; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_85, 0); -x_91 = lean_ctor_get(x_85, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_85); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -return x_92; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_ctor_get(x_96, 0); +x_102 = lean_ctor_get(x_96, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_96); +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; } } } @@ -12072,68 +11816,68 @@ return x_92; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = l_Lean_Expr_appFn_x21(x_11); -x_94 = l_Lean_Expr_appArg_x21(x_93); -lean_dec(x_93); -x_95 = l_Lean_Expr_appArg_x21(x_11); +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = l_Lean_Expr_appFn_x21(x_11); +x_105 = l_Lean_Expr_appArg_x21(x_104); +lean_dec(x_104); +x_106 = l_Lean_Expr_appArg_x21(x_11); if (x_2 == 0) { -lean_object* x_96; lean_object* x_97; -x_96 = lean_box(0); -x_97 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__7(x_1, x_3, x_11, x_95, x_94, x_96, x_5, x_6, x_7, x_8, x_12); -return x_97; +lean_object* x_107; lean_object* x_108; +x_107 = lean_box(0); +x_108 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__7(x_1, x_3, x_11, x_106, x_105, x_107, x_5, x_6, x_7, x_8, x_12); +return x_108; } else { -lean_object* x_98; +lean_object* x_109; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_95); -lean_inc(x_94); -x_98 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite(x_94, x_95, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_98) == 0) +lean_inc(x_106); +lean_inc(x_105); +x_109 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkBadRewrite(x_105, x_106, x_5, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_109) == 0) { -lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); -lean_dec(x_98); -x_101 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__7(x_1, x_3, x_11, x_95, x_94, x_99, x_5, x_6, x_7, x_8, x_100); -lean_dec(x_99); -return x_101; +lean_object* x_110; lean_object* x_111; lean_object* 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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__7(x_1, x_3, x_11, x_106, x_105, x_110, x_5, x_6, x_7, x_8, x_111); +lean_dec(x_110); +return x_112; } else { -uint8_t x_102; -lean_dec(x_95); -lean_dec(x_94); +uint8_t x_113; +lean_dec(x_106); +lean_dec(x_105); lean_dec(x_11); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_102 = !lean_is_exclusive(x_98); -if (x_102 == 0) +x_113 = !lean_is_exclusive(x_109); +if (x_113 == 0) { -return x_98; +return x_109; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_98, 0); -x_104 = lean_ctor_get(x_98, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(x_98); -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; +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_109, 0); +x_115 = lean_ctor_get(x_109, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_109); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } } @@ -12141,42 +11885,42 @@ return x_105; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_106 = lean_box(x_1); -x_107 = lean_box(x_2); -x_108 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__8___boxed), 10, 3); -lean_closure_set(x_108, 0, x_3); -lean_closure_set(x_108, 1, x_106); -lean_closure_set(x_108, 2, x_107); -x_109 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_11, x_108, x_5, x_6, x_7, x_8, x_12); -return x_109; +lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_117 = lean_box(x_1); +x_118 = lean_box(x_2); +x_119 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__8___boxed), 10, 3); +lean_closure_set(x_119, 0, x_3); +lean_closure_set(x_119, 1, x_117); +lean_closure_set(x_119, 2, x_118); +x_120 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_11, x_119, x_5, x_6, x_7, x_8, x_12); +return x_120; } } else { -uint8_t x_110; +uint8_t x_121; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_110 = !lean_is_exclusive(x_10); -if (x_110 == 0) +x_121 = !lean_is_exclusive(x_10); +if (x_121 == 0) { return x_10; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_10, 0); -x_112 = lean_ctor_get(x_10, 1); -lean_inc(x_112); -lean_inc(x_111); +lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_122 = lean_ctor_get(x_10, 0); +x_123 = lean_ctor_get(x_10, 1); +lean_inc(x_123); +lean_inc(x_122); lean_dec(x_10); -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; +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; } } } @@ -12211,11 +11955,20 @@ lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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) { +_start: +{ +lean_object* x_9; +x_9 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_3); +return x_9; +} +} +LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___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) { _start: { lean_object* x_10; -x_10 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_4); return x_10; } @@ -12403,7 +12156,26 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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) { +static lean_object* _init_l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_instInhabitedMetaM___boxed), 5, 1); +lean_closure_set(x_1, 0, lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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_8; lean_object* x_9; +x_7 = l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___closed__1; +x_8 = lean_panic_fn(x_7, x_1); +x_9 = lean_apply_5(x_8, x_2, x_3, x_4, x_5, x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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; @@ -12441,25 +12213,6 @@ return x_15; } } } -static lean_object* _init_l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_instInhabitedMetaM___boxed), 5, 1); -lean_closure_set(x_1, 0, lean_box(0)); -return x_1; -} -} -LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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; lean_object* x_9; -x_7 = l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___closed__1; -x_8 = lean_panic_fn(x_7, x_1); -x_9 = lean_apply_5(x_8, x_2, x_3, x_4, x_5, x_6); -return x_9; -} -} LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__1(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) { _start: { @@ -12631,7 +12384,7 @@ lean_inc(x_32); x_33 = lean_ctor_get(x_31, 1); lean_inc(x_33); lean_dec(x_31); -x_34 = l_Lean_Meta_isRflProofCore___closed__2; +x_34 = l_Lean_Meta_isRflProofCore___closed__4; x_35 = lean_unsigned_to_nat(3u); x_36 = l_Lean_Expr_isAppOfArity(x_32, x_34, x_35); if (x_36 == 0) @@ -12651,7 +12404,7 @@ x_40 = l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__2; x_41 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_41, 0, x_39); lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(x_41, x_8, x_9, x_10, x_11, x_33); +x_42 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2(x_41, x_8, x_9, x_10, x_11, x_33); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -12835,7 +12588,7 @@ lean_inc(x_71); x_72 = lean_ctor_get(x_70, 1); lean_inc(x_72); lean_dec(x_70); -x_73 = l_Lean_Meta_isRflProofCore___closed__2; +x_73 = l_Lean_Meta_isRflProofCore___closed__4; x_74 = lean_unsigned_to_nat(3u); x_75 = l_Lean_Expr_isAppOfArity(x_71, x_73, x_74); if (x_75 == 0) @@ -12854,7 +12607,7 @@ x_79 = l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__2; x_80 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_80, 0, x_78); lean_ctor_set(x_80, 1, x_79); -x_81 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(x_80, x_8, x_9, x_10, x_11, x_72); +x_81 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2(x_80, x_8, x_9, x_10, x_11, x_72); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -13136,7 +12889,7 @@ lean_inc(x_137); x_138 = lean_ctor_get(x_136, 1); lean_inc(x_138); lean_dec(x_136); -x_139 = l_Lean_Meta_isRflProofCore___closed__2; +x_139 = l_Lean_Meta_isRflProofCore___closed__4; x_140 = lean_unsigned_to_nat(3u); x_141 = l_Lean_Expr_isAppOfArity(x_137, x_139, x_140); if (x_141 == 0) @@ -13156,7 +12909,7 @@ x_145 = l_Lean_Meta_ppSimpTheorem___rarg___lambda__1___closed__2; x_146 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_146, 0, x_144); lean_ctor_set(x_146, 1, x_145); -x_147 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(x_146, x_8, x_9, x_10, x_11, x_138); +x_147 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2(x_146, x_8, x_9, x_10, x_11, x_138); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -13372,31 +13125,12 @@ return x_178; static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__2() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__1; -x_2 = l_Lean_Meta_Origin_key(x_1); -return x_2; -} -} -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__3() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("assertion violation: ", 21); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__4() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__2() { _start: { lean_object* x_1; @@ -13404,17 +13138,17 @@ x_1 = lean_mk_string_from_bytes("origin != .fvar ⟨.anonymous⟩\n ", 35); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__5() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__3; -x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__4; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__1; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__2; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__6() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__4() { _start: { lean_object* x_1; @@ -13422,7 +13156,7 @@ x_1 = lean_mk_string_from_bytes("Lean.Meta.Tactic.Simp.SimpTheorems", 34); return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__7() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__5() { _start: { lean_object* x_1; @@ -13430,28 +13164,75 @@ x_1 = lean_mk_string_from_bytes("_private.Lean.Meta.Tactic.Simp.SimpTheorems.0.L return x_1; } } -static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__8() { +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__6; -x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__7; -x_3 = lean_unsigned_to_nat(300u); +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__4; +x_2 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__5; +x_3 = lean_unsigned_to_nat(297u); x_4 = lean_unsigned_to_nat(2u); -x_5 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__5; +x_5 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } +static lean_object* _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__7() { +_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___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__8() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__7; +x_2 = l_Lean_Meta_Origin_key(x_1); +return x_2; +} +} LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(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) { _start: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = l_Lean_Meta_Origin_key(x_1); -x_13 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__2; -x_14 = lean_name_eq(x_12, x_13); -lean_dec(x_12); -if (x_14 == 0) +uint8_t x_12; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = l_Lean_Meta_Origin_key(x_1); +x_32 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__8; +x_33 = lean_name_eq(x_31, x_32); +lean_dec(x_31); +if (x_33 == 0) +{ +uint8_t x_34; +x_34 = 1; +x_12 = x_34; +goto block_30; +} +else +{ +uint8_t x_35; +x_35 = 0; +x_12 = x_35; +goto block_30; +} +block_30: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_13 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__6; +x_14 = l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(x_13, x_7, x_8, x_9, x_10, x_11); +return x_14; +} +else { lean_object* x_15; lean_inc(x_10); @@ -13518,25 +13299,14 @@ return x_29; } } } -else -{ -lean_object* x_30; lean_object* x_31; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_30 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___closed__8; -x_31 = l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2(x_30, x_7, x_8, x_9, x_10, x_11); -return x_31; } } } -LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___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_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_throwError___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__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); @@ -13787,7 +13557,7 @@ lean_inc(x_22); x_27 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_22, x_26, x_5, x_6, x_7, x_8, x_25); if (lean_obj_tag(x_27) == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_object* x_28; lean_object* x_29; uint8_t x_30; x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); x_29 = lean_ctor_get(x_27, 1); @@ -13795,157 +13565,153 @@ lean_inc(x_29); lean_dec(x_27); if (x_3 == 0) { -uint8_t x_50; -x_50 = lean_unbox(x_28); +uint8_t x_67; +x_67 = lean_unbox(x_28); +lean_dec(x_28); +x_30 = x_67; +goto block_66; +} +else +{ +uint8_t x_68; lean_dec(x_28); -if (x_50 == 0) +x_68 = 1; +x_30 = x_68; +goto block_66; +} +block_66: +{ +if (x_30 == 0) { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_dec(x_22); lean_dec(x_15); lean_dec(x_13); lean_inc(x_1); -x_51 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_51, 0, x_1); -x_52 = l_Lean_Expr_const___override(x_1, x_14); -x_53 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_54 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(x_51, x_16, x_53, x_52, x_2, x_4, x_5, x_6, x_7, x_8, x_29); -if (lean_obj_tag(x_54) == 0) +x_31 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_31, 0, x_1); +x_32 = l_Lean_Expr_const___override(x_1, x_14); +x_33 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; +x_34 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(x_31, x_16, x_33, x_32, x_2, x_4, x_5, x_6, x_7, x_8, x_29); +if (lean_obj_tag(x_34) == 0) { -uint8_t x_55; -x_55 = !lean_is_exclusive(x_54); -if (x_55 == 0) +uint8_t x_35; +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_54, 0); -x_57 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_58 = lean_array_push(x_57, x_56); -lean_ctor_set(x_54, 0, x_58); -return x_54; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_34, 0); +x_37 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; +x_38 = lean_array_push(x_37, x_36); +lean_ctor_set(x_34, 0, x_38); +return x_34; } 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_54, 0); -x_60 = lean_ctor_get(x_54, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_54); -x_61 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_62 = lean_array_push(x_61, x_59); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_60); -return x_63; +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_34, 0); +x_40 = lean_ctor_get(x_34, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_34); +x_41 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; +x_42 = lean_array_push(x_41, x_39); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_40); +return x_43; } } else { -uint8_t x_64; -x_64 = !lean_is_exclusive(x_54); -if (x_64 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_34); +if (x_44 == 0) { -return x_54; +return x_34; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_54, 0); -x_66 = lean_ctor_get(x_54, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_54); -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; -} -} +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_34, 0); +x_46 = lean_ctor_get(x_34, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_34); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; } -else -{ -lean_object* x_68; -x_68 = lean_box(0); -x_30 = x_68; -goto block_49; } } else { -lean_object* x_69; -lean_dec(x_28); -x_69 = lean_box(0); -x_30 = x_69; -goto block_49; -} -block_49: -{ -uint8_t x_31; lean_object* x_32; -lean_dec(x_30); -x_31 = 1; +uint8_t x_48; lean_object* x_49; +x_48 = 1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_32 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_3, x_31, x_16, x_22, x_5, x_6, x_7, x_8, x_29); -if (lean_obj_tag(x_32) == 0) +x_49 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_3, x_48, x_16, x_22, x_5, x_6, x_7, x_8, x_29); +if (lean_obj_tag(x_49) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_36 = l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___spec__1(x_1, x_2, x_4, x_13, x_14, x_15, x_33, x_35, x_5, x_6, x_7, x_8, x_34); -if (lean_obj_tag(x_36) == 0) +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; +x_53 = l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___spec__1(x_1, x_2, x_4, x_13, x_14, x_15, x_50, x_52, x_5, x_6, x_7, x_8, x_51); +if (lean_obj_tag(x_53) == 0) { -uint8_t x_37; -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +uint8_t x_54; +x_54 = !lean_is_exclusive(x_53); +if (x_54 == 0) { -return x_36; +return x_53; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_36, 0); -x_39 = lean_ctor_get(x_36, 1); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_36); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_38); -lean_ctor_set(x_40, 1, x_39); -return x_40; +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_53, 0); +x_56 = lean_ctor_get(x_53, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_53); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } else { -uint8_t x_41; -x_41 = !lean_is_exclusive(x_36); -if (x_41 == 0) +uint8_t x_58; +x_58 = !lean_is_exclusive(x_53); +if (x_58 == 0) { -return x_36; +return x_53; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_36, 0); -x_43 = lean_ctor_get(x_36, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_36); -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; +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_53, 0); +x_60 = lean_ctor_get(x_53, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_53); +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; } } } else { -uint8_t x_45; +uint8_t x_62; lean_dec(x_5); lean_dec(x_15); lean_dec(x_13); @@ -13954,30 +13720,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_32); -if (x_45 == 0) +x_62 = !lean_is_exclusive(x_49); +if (x_62 == 0) { -return x_32; +return x_49; +} +else +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_49, 0); +x_64 = lean_ctor_get(x_49, 1); +lean_inc(x_64); +lean_inc(x_63); +lean_dec(x_49); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; } -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_32, 0); -x_47 = lean_ctor_get(x_32, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_32); -x_48 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -return x_48; } } } } else { -uint8_t x_70; +uint8_t x_69; lean_dec(x_22); lean_dec(x_5); lean_dec(x_16); @@ -13988,29 +13755,29 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_70 = !lean_is_exclusive(x_27); -if (x_70 == 0) +x_69 = !lean_is_exclusive(x_27); +if (x_69 == 0) { return x_27; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_27, 0); -x_72 = lean_ctor_get(x_27, 1); -lean_inc(x_72); +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_inc(x_71); +lean_inc(x_70); lean_dec(x_27); -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_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 { -uint8_t x_74; +uint8_t x_73; lean_dec(x_22); lean_dec(x_5); lean_dec(x_16); @@ -14021,29 +13788,29 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_74 = !lean_is_exclusive(x_24); -if (x_74 == 0) +x_73 = !lean_is_exclusive(x_24); +if (x_73 == 0) { return x_24; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_24, 0); -x_76 = lean_ctor_get(x_24, 1); -lean_inc(x_76); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_24, 0); +x_75 = lean_ctor_get(x_24, 1); lean_inc(x_75); +lean_inc(x_74); lean_dec(x_24); -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; +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } else { -uint8_t x_78; +uint8_t x_77; lean_dec(x_5); lean_dec(x_16); lean_dec(x_15); @@ -14053,255 +13820,251 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_78 = !lean_is_exclusive(x_21); -if (x_78 == 0) +x_77 = !lean_is_exclusive(x_21); +if (x_77 == 0) { return x_21; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_21, 0); -x_80 = lean_ctor_get(x_21, 1); -lean_inc(x_80); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_21, 0); +x_79 = lean_ctor_get(x_21, 1); lean_inc(x_79); +lean_inc(x_78); lean_dec(x_21); -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; +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_82; uint8_t x_83; uint8_t x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; uint8_t x_92; uint8_t x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; -x_82 = lean_ctor_get_uint8(x_18, 0); -x_83 = lean_ctor_get_uint8(x_18, 1); -x_84 = lean_ctor_get_uint8(x_18, 2); -x_85 = lean_ctor_get_uint8(x_18, 3); -x_86 = lean_ctor_get_uint8(x_18, 4); -x_87 = lean_ctor_get_uint8(x_18, 6); -x_88 = lean_ctor_get_uint8(x_18, 7); -x_89 = lean_ctor_get_uint8(x_18, 8); -x_90 = lean_ctor_get_uint8(x_18, 9); -x_91 = lean_ctor_get_uint8(x_18, 10); -x_92 = lean_ctor_get_uint8(x_18, 11); -x_93 = lean_ctor_get_uint8(x_18, 12); +uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; uint8_t x_85; uint8_t x_86; uint8_t x_87; uint8_t x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; uint8_t x_92; uint8_t x_93; lean_object* x_94; lean_object* x_95; +x_81 = lean_ctor_get_uint8(x_18, 0); +x_82 = lean_ctor_get_uint8(x_18, 1); +x_83 = lean_ctor_get_uint8(x_18, 2); +x_84 = lean_ctor_get_uint8(x_18, 3); +x_85 = lean_ctor_get_uint8(x_18, 4); +x_86 = lean_ctor_get_uint8(x_18, 6); +x_87 = lean_ctor_get_uint8(x_18, 7); +x_88 = lean_ctor_get_uint8(x_18, 8); +x_89 = lean_ctor_get_uint8(x_18, 9); +x_90 = lean_ctor_get_uint8(x_18, 10); +x_91 = lean_ctor_get_uint8(x_18, 11); +x_92 = lean_ctor_get_uint8(x_18, 12); lean_dec(x_18); -x_94 = 2; -x_95 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_95, 0, x_82); -lean_ctor_set_uint8(x_95, 1, x_83); -lean_ctor_set_uint8(x_95, 2, x_84); -lean_ctor_set_uint8(x_95, 3, x_85); -lean_ctor_set_uint8(x_95, 4, x_86); -lean_ctor_set_uint8(x_95, 5, x_94); -lean_ctor_set_uint8(x_95, 6, x_87); -lean_ctor_set_uint8(x_95, 7, x_88); -lean_ctor_set_uint8(x_95, 8, x_89); -lean_ctor_set_uint8(x_95, 9, x_90); -lean_ctor_set_uint8(x_95, 10, x_91); -lean_ctor_set_uint8(x_95, 11, x_92); -lean_ctor_set_uint8(x_95, 12, x_93); -lean_ctor_set(x_5, 0, x_95); +x_93 = 2; +x_94 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_94, 0, x_81); +lean_ctor_set_uint8(x_94, 1, x_82); +lean_ctor_set_uint8(x_94, 2, x_83); +lean_ctor_set_uint8(x_94, 3, x_84); +lean_ctor_set_uint8(x_94, 4, x_85); +lean_ctor_set_uint8(x_94, 5, x_93); +lean_ctor_set_uint8(x_94, 6, x_86); +lean_ctor_set_uint8(x_94, 7, x_87); +lean_ctor_set_uint8(x_94, 8, x_88); +lean_ctor_set_uint8(x_94, 9, x_89); +lean_ctor_set_uint8(x_94, 10, x_90); +lean_ctor_set_uint8(x_94, 11, x_91); +lean_ctor_set_uint8(x_94, 12, x_92); +lean_ctor_set(x_5, 0, x_94); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_16); -x_96 = lean_infer_type(x_16, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_96) == 0) +x_95 = lean_infer_type(x_16, x_5, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_95) == 0) { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_96, 0); +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_95, 0); +lean_inc(x_96); +x_97 = lean_ctor_get(x_95, 1); lean_inc(x_97); -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); +lean_dec(x_95); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_97); -x_99 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp(x_97, x_5, x_6, x_7, x_8, x_98); -if (lean_obj_tag(x_99) == 0) +lean_inc(x_96); +x_98 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp(x_96, x_5, x_6, x_7, x_8, x_97); +if (lean_obj_tag(x_98) == 0) { -lean_object* x_100; lean_object* x_101; lean_object* x_102; -x_100 = lean_ctor_get(x_99, 1); -lean_inc(x_100); -lean_dec(x_99); -x_101 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___closed__1; +lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_99 = lean_ctor_get(x_98, 1); +lean_inc(x_99); +lean_dec(x_98); +x_100 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_97); -x_102 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_97, x_101, x_5, x_6, x_7, x_8, x_100); -if (lean_obj_tag(x_102) == 0) +lean_inc(x_96); +x_101 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_96, x_100, x_5, x_6, x_7, x_8, x_99); +if (lean_obj_tag(x_101) == 0) { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_102, 0); +lean_object* x_102; lean_object* x_103; uint8_t 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); -x_104 = lean_ctor_get(x_102, 1); -lean_inc(x_104); -lean_dec(x_102); +lean_dec(x_101); if (x_3 == 0) { -uint8_t x_125; -x_125 = lean_unbox(x_103); -lean_dec(x_103); -if (x_125 == 0) +uint8_t x_138; +x_138 = lean_unbox(x_102); +lean_dec(x_102); +x_104 = x_138; +goto block_137; +} +else { -lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; -lean_dec(x_97); +uint8_t x_139; +lean_dec(x_102); +x_139 = 1; +x_104 = x_139; +goto block_137; +} +block_137: +{ +if (x_104 == 0) +{ +lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; +lean_dec(x_96); lean_dec(x_15); lean_dec(x_13); lean_inc(x_1); -x_126 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_126, 0, x_1); -x_127 = l_Lean_Expr_const___override(x_1, x_14); -x_128 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_129 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(x_126, x_16, x_128, x_127, x_2, x_4, x_5, x_6, x_7, x_8, x_104); -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; -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_132 = x_129; +x_105 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_105, 0, x_1); +x_106 = l_Lean_Expr_const___override(x_1, x_14); +x_107 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; +x_108 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(x_105, x_16, x_107, x_106, x_2, x_4, x_5, x_6, x_7, x_8, x_103); +if (lean_obj_tag(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; +x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_109); +x_110 = lean_ctor_get(x_108, 1); +lean_inc(x_110); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_111 = x_108; } else { - lean_dec_ref(x_129); - x_132 = lean_box(0); + lean_dec_ref(x_108); + x_111 = lean_box(0); } -x_133 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_134 = lean_array_push(x_133, x_130); -if (lean_is_scalar(x_132)) { - x_135 = lean_alloc_ctor(0, 2, 0); +x_112 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; +x_113 = lean_array_push(x_112, x_109); +if (lean_is_scalar(x_111)) { + x_114 = lean_alloc_ctor(0, 2, 0); } else { - x_135 = x_132; + x_114 = x_111; } -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_131); -return x_135; +lean_ctor_set(x_114, 0, x_113); +lean_ctor_set(x_114, 1, x_110); +return x_114; } else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_136 = lean_ctor_get(x_129, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_129, 1); -lean_inc(x_137); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - x_138 = x_129; +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_115 = lean_ctor_get(x_108, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_108, 1); +lean_inc(x_116); +if (lean_is_exclusive(x_108)) { + lean_ctor_release(x_108, 0); + lean_ctor_release(x_108, 1); + x_117 = x_108; } else { - lean_dec_ref(x_129); - x_138 = lean_box(0); + lean_dec_ref(x_108); + x_117 = lean_box(0); } -if (lean_is_scalar(x_138)) { - x_139 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_117)) { + x_118 = lean_alloc_ctor(1, 2, 0); } else { - x_139 = x_138; + x_118 = x_117; } -lean_ctor_set(x_139, 0, x_136); -lean_ctor_set(x_139, 1, x_137); -return x_139; -} -} -else -{ -lean_object* x_140; -x_140 = lean_box(0); -x_105 = x_140; -goto block_124; +lean_ctor_set(x_118, 0, x_115); +lean_ctor_set(x_118, 1, x_116); +return x_118; } } else { -lean_object* x_141; -lean_dec(x_103); -x_141 = lean_box(0); -x_105 = x_141; -goto block_124; -} -block_124: -{ -uint8_t x_106; lean_object* x_107; -lean_dec(x_105); -x_106 = 1; +uint8_t x_119; lean_object* x_120; +x_119 = 1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_107 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_3, x_106, x_16, x_97, x_5, x_6, x_7, x_8, x_104); -if (lean_obj_tag(x_107) == 0) +x_120 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_3, x_119, x_16, x_96, x_5, x_6, x_7, x_8, x_103); +if (lean_obj_tag(x_120) == 0) { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_107, 1); -lean_inc(x_109); -lean_dec(x_107); -x_110 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_111 = l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___spec__1(x_1, x_2, x_4, x_13, x_14, x_15, x_108, x_110, x_5, x_6, x_7, x_8, x_109); -if (lean_obj_tag(x_111) == 0) +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_121 = lean_ctor_get(x_120, 0); +lean_inc(x_121); +x_122 = lean_ctor_get(x_120, 1); +lean_inc(x_122); +lean_dec(x_120); +x_123 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; +x_124 = l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___spec__1(x_1, x_2, x_4, x_13, x_14, x_15, x_121, x_123, x_5, x_6, x_7, x_8, x_122); +if (lean_obj_tag(x_124) == 0) { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_112 = lean_ctor_get(x_111, 0); -lean_inc(x_112); -x_113 = lean_ctor_get(x_111, 1); -lean_inc(x_113); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - lean_ctor_release(x_111, 1); - x_114 = x_111; +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_127 = x_124; } else { - lean_dec_ref(x_111); - x_114 = lean_box(0); + lean_dec_ref(x_124); + x_127 = lean_box(0); } -if (lean_is_scalar(x_114)) { - x_115 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_127)) { + x_128 = lean_alloc_ctor(0, 2, 0); } else { - x_115 = x_114; + x_128 = x_127; } -lean_ctor_set(x_115, 0, x_112); -lean_ctor_set(x_115, 1, x_113); -return x_115; +lean_ctor_set(x_128, 0, x_125); +lean_ctor_set(x_128, 1, x_126); +return x_128; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_116 = lean_ctor_get(x_111, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_111, 1); -lean_inc(x_117); -if (lean_is_exclusive(x_111)) { - lean_ctor_release(x_111, 0); - lean_ctor_release(x_111, 1); - x_118 = x_111; +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); +x_130 = lean_ctor_get(x_124, 1); +lean_inc(x_130); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_131 = x_124; } else { - lean_dec_ref(x_111); - x_118 = lean_box(0); + lean_dec_ref(x_124); + x_131 = lean_box(0); } -if (lean_is_scalar(x_118)) { - x_119 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_131)) { + x_132 = lean_alloc_ctor(1, 2, 0); } else { - x_119 = x_118; + x_132 = x_131; } -lean_ctor_set(x_119, 0, x_116); -lean_ctor_set(x_119, 1, x_117); -return x_119; +lean_ctor_set(x_132, 0, x_129); +lean_ctor_set(x_132, 1, x_130); +return x_132; } } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_dec(x_5); lean_dec(x_15); lean_dec(x_13); @@ -14310,33 +14073,34 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_120 = lean_ctor_get(x_107, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_107, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_107)) { - lean_ctor_release(x_107, 0); - lean_ctor_release(x_107, 1); - x_122 = x_107; +x_133 = lean_ctor_get(x_120, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_120, 1); +lean_inc(x_134); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + lean_ctor_release(x_120, 1); + x_135 = x_120; } else { - lean_dec_ref(x_107); - x_122 = lean_box(0); + lean_dec_ref(x_120); + x_135 = lean_box(0); } -if (lean_is_scalar(x_122)) { - x_123 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_135)) { + x_136 = lean_alloc_ctor(1, 2, 0); } else { - x_123 = x_122; + x_136 = x_135; +} +lean_ctor_set(x_136, 0, x_133); +lean_ctor_set(x_136, 1, x_134); +return x_136; } -lean_ctor_set(x_123, 0, x_120); -lean_ctor_set(x_123, 1, x_121); -return x_123; } } } else { -lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; -lean_dec(x_97); +lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; +lean_dec(x_96); lean_dec(x_5); lean_dec(x_16); lean_dec(x_15); @@ -14346,32 +14110,32 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_142 = lean_ctor_get(x_102, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_102, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_144 = x_102; +x_140 = lean_ctor_get(x_101, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_101, 1); +lean_inc(x_141); +if (lean_is_exclusive(x_101)) { + lean_ctor_release(x_101, 0); + lean_ctor_release(x_101, 1); + x_142 = x_101; } else { - lean_dec_ref(x_102); - x_144 = lean_box(0); + lean_dec_ref(x_101); + x_142 = lean_box(0); } -if (lean_is_scalar(x_144)) { - x_145 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_142)) { + x_143 = lean_alloc_ctor(1, 2, 0); } else { - x_145 = x_144; + x_143 = x_142; } -lean_ctor_set(x_145, 0, x_142); -lean_ctor_set(x_145, 1, x_143); -return x_145; +lean_ctor_set(x_143, 0, x_140); +lean_ctor_set(x_143, 1, x_141); +return x_143; } } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_97); +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_96); lean_dec(x_5); lean_dec(x_16); lean_dec(x_15); @@ -14381,31 +14145,31 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_146 = lean_ctor_get(x_99, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_99, 1); -lean_inc(x_147); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - lean_ctor_release(x_99, 1); - x_148 = x_99; +x_144 = lean_ctor_get(x_98, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_98, 1); +lean_inc(x_145); +if (lean_is_exclusive(x_98)) { + lean_ctor_release(x_98, 0); + lean_ctor_release(x_98, 1); + x_146 = x_98; } else { - lean_dec_ref(x_99); - x_148 = lean_box(0); + lean_dec_ref(x_98); + x_146 = lean_box(0); } -if (lean_is_scalar(x_148)) { - x_149 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_146)) { + x_147 = lean_alloc_ctor(1, 2, 0); } else { - x_149 = x_148; + x_147 = x_146; } -lean_ctor_set(x_149, 0, x_146); -lean_ctor_set(x_149, 1, x_147); -return x_149; +lean_ctor_set(x_147, 0, x_144); +lean_ctor_set(x_147, 1, x_145); +return x_147; } } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_dec(x_5); lean_dec(x_16); lean_dec(x_15); @@ -14415,287 +14179,283 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_150 = lean_ctor_get(x_96, 0); -lean_inc(x_150); -x_151 = lean_ctor_get(x_96, 1); -lean_inc(x_151); -if (lean_is_exclusive(x_96)) { - lean_ctor_release(x_96, 0); - lean_ctor_release(x_96, 1); - x_152 = x_96; +x_148 = lean_ctor_get(x_95, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_95, 1); +lean_inc(x_149); +if (lean_is_exclusive(x_95)) { + lean_ctor_release(x_95, 0); + lean_ctor_release(x_95, 1); + x_150 = x_95; } else { - lean_dec_ref(x_96); - x_152 = lean_box(0); + lean_dec_ref(x_95); + x_150 = lean_box(0); } -if (lean_is_scalar(x_152)) { - x_153 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_150)) { + x_151 = lean_alloc_ctor(1, 2, 0); } else { - x_153 = x_152; + x_151 = x_150; } -lean_ctor_set(x_153, 0, x_150); -lean_ctor_set(x_153, 1, x_151); -return x_153; +lean_ctor_set(x_151, 0, x_148); +lean_ctor_set(x_151, 1, x_149); +return x_151; } } } 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; uint8_t x_160; uint8_t x_161; uint8_t x_162; uint8_t x_163; uint8_t x_164; uint8_t x_165; uint8_t x_166; uint8_t x_167; uint8_t x_168; uint8_t x_169; uint8_t x_170; uint8_t x_171; lean_object* x_172; uint8_t x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_154 = lean_ctor_get(x_5, 0); -x_155 = lean_ctor_get(x_5, 1); -x_156 = lean_ctor_get(x_5, 2); -x_157 = lean_ctor_get(x_5, 3); -x_158 = lean_ctor_get(x_5, 4); -x_159 = lean_ctor_get(x_5, 5); -lean_inc(x_159); -lean_inc(x_158); +lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; uint8_t x_159; uint8_t x_160; uint8_t x_161; uint8_t x_162; uint8_t x_163; uint8_t x_164; uint8_t x_165; uint8_t x_166; uint8_t x_167; uint8_t x_168; uint8_t x_169; lean_object* x_170; uint8_t x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; +x_152 = lean_ctor_get(x_5, 0); +x_153 = lean_ctor_get(x_5, 1); +x_154 = lean_ctor_get(x_5, 2); +x_155 = lean_ctor_get(x_5, 3); +x_156 = lean_ctor_get(x_5, 4); +x_157 = lean_ctor_get(x_5, 5); lean_inc(x_157); lean_inc(x_156); lean_inc(x_155); lean_inc(x_154); +lean_inc(x_153); +lean_inc(x_152); lean_dec(x_5); -x_160 = lean_ctor_get_uint8(x_154, 0); -x_161 = lean_ctor_get_uint8(x_154, 1); -x_162 = lean_ctor_get_uint8(x_154, 2); -x_163 = lean_ctor_get_uint8(x_154, 3); -x_164 = lean_ctor_get_uint8(x_154, 4); -x_165 = lean_ctor_get_uint8(x_154, 6); -x_166 = lean_ctor_get_uint8(x_154, 7); -x_167 = lean_ctor_get_uint8(x_154, 8); -x_168 = lean_ctor_get_uint8(x_154, 9); -x_169 = lean_ctor_get_uint8(x_154, 10); -x_170 = lean_ctor_get_uint8(x_154, 11); -x_171 = lean_ctor_get_uint8(x_154, 12); -if (lean_is_exclusive(x_154)) { - x_172 = x_154; +x_158 = lean_ctor_get_uint8(x_152, 0); +x_159 = lean_ctor_get_uint8(x_152, 1); +x_160 = lean_ctor_get_uint8(x_152, 2); +x_161 = lean_ctor_get_uint8(x_152, 3); +x_162 = lean_ctor_get_uint8(x_152, 4); +x_163 = lean_ctor_get_uint8(x_152, 6); +x_164 = lean_ctor_get_uint8(x_152, 7); +x_165 = lean_ctor_get_uint8(x_152, 8); +x_166 = lean_ctor_get_uint8(x_152, 9); +x_167 = lean_ctor_get_uint8(x_152, 10); +x_168 = lean_ctor_get_uint8(x_152, 11); +x_169 = lean_ctor_get_uint8(x_152, 12); +if (lean_is_exclusive(x_152)) { + x_170 = x_152; } else { - lean_dec_ref(x_154); - x_172 = lean_box(0); + lean_dec_ref(x_152); + x_170 = lean_box(0); } -x_173 = 2; -if (lean_is_scalar(x_172)) { - x_174 = lean_alloc_ctor(0, 0, 13); +x_171 = 2; +if (lean_is_scalar(x_170)) { + x_172 = lean_alloc_ctor(0, 0, 13); } else { - x_174 = x_172; -} -lean_ctor_set_uint8(x_174, 0, x_160); -lean_ctor_set_uint8(x_174, 1, x_161); -lean_ctor_set_uint8(x_174, 2, x_162); -lean_ctor_set_uint8(x_174, 3, x_163); -lean_ctor_set_uint8(x_174, 4, x_164); -lean_ctor_set_uint8(x_174, 5, x_173); -lean_ctor_set_uint8(x_174, 6, x_165); -lean_ctor_set_uint8(x_174, 7, x_166); -lean_ctor_set_uint8(x_174, 8, x_167); -lean_ctor_set_uint8(x_174, 9, x_168); -lean_ctor_set_uint8(x_174, 10, x_169); -lean_ctor_set_uint8(x_174, 11, x_170); -lean_ctor_set_uint8(x_174, 12, x_171); -x_175 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_175, 0, x_174); -lean_ctor_set(x_175, 1, x_155); -lean_ctor_set(x_175, 2, x_156); -lean_ctor_set(x_175, 3, x_157); -lean_ctor_set(x_175, 4, x_158); -lean_ctor_set(x_175, 5, x_159); + x_172 = x_170; +} +lean_ctor_set_uint8(x_172, 0, x_158); +lean_ctor_set_uint8(x_172, 1, x_159); +lean_ctor_set_uint8(x_172, 2, x_160); +lean_ctor_set_uint8(x_172, 3, x_161); +lean_ctor_set_uint8(x_172, 4, x_162); +lean_ctor_set_uint8(x_172, 5, x_171); +lean_ctor_set_uint8(x_172, 6, x_163); +lean_ctor_set_uint8(x_172, 7, x_164); +lean_ctor_set_uint8(x_172, 8, x_165); +lean_ctor_set_uint8(x_172, 9, x_166); +lean_ctor_set_uint8(x_172, 10, x_167); +lean_ctor_set_uint8(x_172, 11, x_168); +lean_ctor_set_uint8(x_172, 12, x_169); +x_173 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_173, 0, x_172); +lean_ctor_set(x_173, 1, x_153); +lean_ctor_set(x_173, 2, x_154); +lean_ctor_set(x_173, 3, x_155); +lean_ctor_set(x_173, 4, x_156); +lean_ctor_set(x_173, 5, x_157); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_175); +lean_inc(x_173); lean_inc(x_16); -x_176 = lean_infer_type(x_16, x_175, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_176) == 0) +x_174 = lean_infer_type(x_16, x_173, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_174) == 0) { -lean_object* x_177; lean_object* x_178; lean_object* x_179; -x_177 = lean_ctor_get(x_176, 0); -lean_inc(x_177); -x_178 = lean_ctor_get(x_176, 1); -lean_inc(x_178); -lean_dec(x_176); +lean_object* x_175; lean_object* x_176; lean_object* x_177; +x_175 = lean_ctor_get(x_174, 0); +lean_inc(x_175); +x_176 = lean_ctor_get(x_174, 1); +lean_inc(x_176); +lean_dec(x_174); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); +lean_inc(x_173); lean_inc(x_175); -lean_inc(x_177); -x_179 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp(x_177, x_175, x_6, x_7, x_8, x_178); -if (lean_obj_tag(x_179) == 0) +x_177 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp(x_175, x_173, x_6, x_7, x_8, x_176); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_180; lean_object* x_181; lean_object* x_182; -x_180 = lean_ctor_get(x_179, 1); -lean_inc(x_180); -lean_dec(x_179); -x_181 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___closed__1; +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_177, 1); +lean_inc(x_178); +lean_dec(x_177); +x_179 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_shouldPreprocess___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); +lean_inc(x_173); lean_inc(x_175); -lean_inc(x_177); -x_182 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_177, x_181, x_175, x_6, x_7, x_8, x_180); -if (lean_obj_tag(x_182) == 0) -{ -lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_183 = lean_ctor_get(x_182, 0); -lean_inc(x_183); -x_184 = lean_ctor_get(x_182, 1); -lean_inc(x_184); -lean_dec(x_182); +x_180 = l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(x_175, x_179, x_173, x_6, x_7, x_8, x_178); +if (lean_obj_tag(x_180) == 0) +{ +lean_object* x_181; lean_object* x_182; uint8_t x_183; +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); if (x_3 == 0) { -uint8_t x_205; -x_205 = lean_unbox(x_183); -lean_dec(x_183); -if (x_205 == 0) +uint8_t x_217; +x_217 = lean_unbox(x_181); +lean_dec(x_181); +x_183 = x_217; +goto block_216; +} +else +{ +uint8_t x_218; +lean_dec(x_181); +x_218 = 1; +x_183 = x_218; +goto block_216; +} +block_216: { -lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; -lean_dec(x_177); +if (x_183 == 0) +{ +lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; +lean_dec(x_175); lean_dec(x_15); lean_dec(x_13); lean_inc(x_1); -x_206 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_206, 0, x_1); -x_207 = l_Lean_Expr_const___override(x_1, x_14); -x_208 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_209 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(x_206, x_16, x_208, x_207, x_2, x_4, x_175, x_6, x_7, x_8, x_184); -if (lean_obj_tag(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; -x_210 = lean_ctor_get(x_209, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_209, 1); -lean_inc(x_211); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_212 = x_209; +x_184 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_184, 0, x_1); +x_185 = l_Lean_Expr_const___override(x_1, x_14); +x_186 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; +x_187 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore(x_184, x_16, x_186, x_185, x_2, x_4, x_173, x_6, x_7, x_8, x_182); +if (lean_obj_tag(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; +x_188 = lean_ctor_get(x_187, 0); +lean_inc(x_188); +x_189 = lean_ctor_get(x_187, 1); +lean_inc(x_189); +if (lean_is_exclusive(x_187)) { + lean_ctor_release(x_187, 0); + lean_ctor_release(x_187, 1); + x_190 = x_187; } else { - lean_dec_ref(x_209); - x_212 = lean_box(0); + lean_dec_ref(x_187); + x_190 = lean_box(0); } -x_213 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; -x_214 = lean_array_push(x_213, x_210); -if (lean_is_scalar(x_212)) { - x_215 = lean_alloc_ctor(0, 2, 0); +x_191 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; +x_192 = lean_array_push(x_191, x_188); +if (lean_is_scalar(x_190)) { + x_193 = lean_alloc_ctor(0, 2, 0); } else { - x_215 = x_212; + x_193 = x_190; } -lean_ctor_set(x_215, 0, x_214); -lean_ctor_set(x_215, 1, x_211); -return x_215; +lean_ctor_set(x_193, 0, x_192); +lean_ctor_set(x_193, 1, x_189); +return x_193; } else { -lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_216 = lean_ctor_get(x_209, 0); -lean_inc(x_216); -x_217 = lean_ctor_get(x_209, 1); -lean_inc(x_217); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_218 = x_209; +lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_194 = lean_ctor_get(x_187, 0); +lean_inc(x_194); +x_195 = lean_ctor_get(x_187, 1); +lean_inc(x_195); +if (lean_is_exclusive(x_187)) { + lean_ctor_release(x_187, 0); + lean_ctor_release(x_187, 1); + x_196 = x_187; } else { - lean_dec_ref(x_209); - x_218 = lean_box(0); + lean_dec_ref(x_187); + x_196 = lean_box(0); } -if (lean_is_scalar(x_218)) { - x_219 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_196)) { + x_197 = lean_alloc_ctor(1, 2, 0); } else { - x_219 = x_218; -} -lean_ctor_set(x_219, 0, x_216); -lean_ctor_set(x_219, 1, x_217); -return x_219; -} + x_197 = x_196; } -else -{ -lean_object* x_220; -x_220 = lean_box(0); -x_185 = x_220; -goto block_204; +lean_ctor_set(x_197, 0, x_194); +lean_ctor_set(x_197, 1, x_195); +return x_197; } } else { -lean_object* x_221; -lean_dec(x_183); -x_221 = lean_box(0); -x_185 = x_221; -goto block_204; -} -block_204: -{ -uint8_t x_186; lean_object* x_187; -lean_dec(x_185); -x_186 = 1; +uint8_t x_198; lean_object* x_199; +x_198 = 1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -lean_inc(x_175); -x_187 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_3, x_186, x_16, x_177, x_175, x_6, x_7, x_8, x_184); -if (lean_obj_tag(x_187) == 0) +lean_inc(x_173); +x_199 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go(x_3, x_198, x_16, x_175, x_173, x_6, x_7, x_8, x_182); +if (lean_obj_tag(x_199) == 0) { -lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_187, 1); -lean_inc(x_189); -lean_dec(x_187); -x_190 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_191 = l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___spec__1(x_1, x_2, x_4, x_13, x_14, x_15, x_188, x_190, x_175, x_6, x_7, x_8, x_189); -if (lean_obj_tag(x_191) == 0) -{ -lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_192 = lean_ctor_get(x_191, 0); -lean_inc(x_192); -x_193 = lean_ctor_get(x_191, 1); -lean_inc(x_193); -if (lean_is_exclusive(x_191)) { - lean_ctor_release(x_191, 0); - lean_ctor_release(x_191, 1); - x_194 = x_191; +lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_200 = lean_ctor_get(x_199, 0); +lean_inc(x_200); +x_201 = lean_ctor_get(x_199, 1); +lean_inc(x_201); +lean_dec(x_199); +x_202 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; +x_203 = l_List_forIn_loop___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremsFromConst___spec__1(x_1, x_2, x_4, x_13, x_14, x_15, x_200, x_202, x_173, x_6, x_7, x_8, x_201); +if (lean_obj_tag(x_203) == 0) +{ +lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_204 = lean_ctor_get(x_203, 0); +lean_inc(x_204); +x_205 = lean_ctor_get(x_203, 1); +lean_inc(x_205); +if (lean_is_exclusive(x_203)) { + lean_ctor_release(x_203, 0); + lean_ctor_release(x_203, 1); + x_206 = x_203; } else { - lean_dec_ref(x_191); - x_194 = lean_box(0); + lean_dec_ref(x_203); + x_206 = lean_box(0); } -if (lean_is_scalar(x_194)) { - x_195 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_206)) { + x_207 = lean_alloc_ctor(0, 2, 0); } else { - x_195 = x_194; + x_207 = x_206; } -lean_ctor_set(x_195, 0, x_192); -lean_ctor_set(x_195, 1, x_193); -return x_195; +lean_ctor_set(x_207, 0, x_204); +lean_ctor_set(x_207, 1, x_205); +return x_207; } else { -lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_196 = lean_ctor_get(x_191, 0); -lean_inc(x_196); -x_197 = lean_ctor_get(x_191, 1); -lean_inc(x_197); -if (lean_is_exclusive(x_191)) { - lean_ctor_release(x_191, 0); - lean_ctor_release(x_191, 1); - x_198 = x_191; +lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; +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; } else { - lean_dec_ref(x_191); - x_198 = lean_box(0); + lean_dec_ref(x_203); + x_210 = lean_box(0); } -if (lean_is_scalar(x_198)) { - x_199 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_210)) { + x_211 = lean_alloc_ctor(1, 2, 0); } else { - x_199 = x_198; + x_211 = x_210; } -lean_ctor_set(x_199, 0, x_196); -lean_ctor_set(x_199, 1, x_197); -return x_199; +lean_ctor_set(x_211, 0, x_208); +lean_ctor_set(x_211, 1, x_209); +return x_211; } } else { -lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; -lean_dec(x_175); +lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; +lean_dec(x_173); lean_dec(x_15); lean_dec(x_13); lean_dec(x_8); @@ -14703,34 +14463,35 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_200 = lean_ctor_get(x_187, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_187, 1); -lean_inc(x_201); -if (lean_is_exclusive(x_187)) { - lean_ctor_release(x_187, 0); - lean_ctor_release(x_187, 1); - x_202 = x_187; +x_212 = lean_ctor_get(x_199, 0); +lean_inc(x_212); +x_213 = lean_ctor_get(x_199, 1); +lean_inc(x_213); +if (lean_is_exclusive(x_199)) { + lean_ctor_release(x_199, 0); + lean_ctor_release(x_199, 1); + x_214 = x_199; } else { - lean_dec_ref(x_187); - x_202 = lean_box(0); + lean_dec_ref(x_199); + x_214 = lean_box(0); } -if (lean_is_scalar(x_202)) { - x_203 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_214)) { + x_215 = lean_alloc_ctor(1, 2, 0); } else { - x_203 = x_202; + x_215 = x_214; +} +lean_ctor_set(x_215, 0, x_212); +lean_ctor_set(x_215, 1, x_213); +return x_215; } -lean_ctor_set(x_203, 0, x_200); -lean_ctor_set(x_203, 1, x_201); -return x_203; } } } else { -lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; -lean_dec(x_177); +lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_dec(x_175); +lean_dec(x_173); lean_dec(x_16); lean_dec(x_15); lean_dec(x_13); @@ -14739,33 +14500,33 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_222 = lean_ctor_get(x_182, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_182, 1); -lean_inc(x_223); -if (lean_is_exclusive(x_182)) { - lean_ctor_release(x_182, 0); - lean_ctor_release(x_182, 1); - x_224 = x_182; +x_219 = lean_ctor_get(x_180, 0); +lean_inc(x_219); +x_220 = lean_ctor_get(x_180, 1); +lean_inc(x_220); +if (lean_is_exclusive(x_180)) { + lean_ctor_release(x_180, 0); + lean_ctor_release(x_180, 1); + x_221 = x_180; } else { - lean_dec_ref(x_182); - x_224 = lean_box(0); + lean_dec_ref(x_180); + x_221 = lean_box(0); } -if (lean_is_scalar(x_224)) { - x_225 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_221)) { + x_222 = lean_alloc_ctor(1, 2, 0); } else { - x_225 = x_224; + x_222 = x_221; } -lean_ctor_set(x_225, 0, x_222); -lean_ctor_set(x_225, 1, x_223); -return x_225; +lean_ctor_set(x_222, 0, x_219); +lean_ctor_set(x_222, 1, x_220); +return x_222; } } else { -lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; -lean_dec(x_177); +lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_dec(x_175); +lean_dec(x_173); lean_dec(x_16); lean_dec(x_15); lean_dec(x_13); @@ -14774,32 +14535,32 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_226 = lean_ctor_get(x_179, 0); -lean_inc(x_226); -x_227 = lean_ctor_get(x_179, 1); -lean_inc(x_227); -if (lean_is_exclusive(x_179)) { - lean_ctor_release(x_179, 0); - lean_ctor_release(x_179, 1); - x_228 = x_179; +x_223 = lean_ctor_get(x_177, 0); +lean_inc(x_223); +x_224 = lean_ctor_get(x_177, 1); +lean_inc(x_224); +if (lean_is_exclusive(x_177)) { + lean_ctor_release(x_177, 0); + lean_ctor_release(x_177, 1); + x_225 = x_177; } else { - lean_dec_ref(x_179); - x_228 = lean_box(0); + lean_dec_ref(x_177); + x_225 = lean_box(0); } -if (lean_is_scalar(x_228)) { - x_229 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_225)) { + x_226 = lean_alloc_ctor(1, 2, 0); } else { - x_229 = x_228; + x_226 = x_225; } -lean_ctor_set(x_229, 0, x_226); -lean_ctor_set(x_229, 1, x_227); -return x_229; +lean_ctor_set(x_226, 0, x_223); +lean_ctor_set(x_226, 1, x_224); +return x_226; } } else { -lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; -lean_dec(x_175); +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; +lean_dec(x_173); lean_dec(x_16); lean_dec(x_15); lean_dec(x_13); @@ -14808,55 +14569,55 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_230 = lean_ctor_get(x_176, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_176, 1); -lean_inc(x_231); -if (lean_is_exclusive(x_176)) { - lean_ctor_release(x_176, 0); - lean_ctor_release(x_176, 1); - x_232 = x_176; +x_227 = lean_ctor_get(x_174, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_174, 1); +lean_inc(x_228); +if (lean_is_exclusive(x_174)) { + lean_ctor_release(x_174, 0); + lean_ctor_release(x_174, 1); + x_229 = x_174; } else { - lean_dec_ref(x_176); - x_232 = lean_box(0); + lean_dec_ref(x_174); + x_229 = lean_box(0); } -if (lean_is_scalar(x_232)) { - x_233 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_229)) { + x_230 = lean_alloc_ctor(1, 2, 0); } else { - x_233 = x_232; + x_230 = x_229; } -lean_ctor_set(x_233, 0, x_230); -lean_ctor_set(x_233, 1, x_231); -return x_233; +lean_ctor_set(x_230, 0, x_227); +lean_ctor_set(x_230, 1, x_228); +return x_230; } } } else { -uint8_t x_234; +uint8_t x_231; 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_234 = !lean_is_exclusive(x_10); -if (x_234 == 0) +x_231 = !lean_is_exclusive(x_10); +if (x_231 == 0) { return x_10; } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; -x_235 = lean_ctor_get(x_10, 0); -x_236 = lean_ctor_get(x_10, 1); -lean_inc(x_236); -lean_inc(x_235); +lean_object* x_232; lean_object* x_233; lean_object* x_234; +x_232 = lean_ctor_get(x_10, 0); +x_233 = lean_ctor_get(x_10, 1); +lean_inc(x_233); +lean_inc(x_232); lean_dec(x_10); -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_234 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_234, 0, x_232); +lean_ctor_set(x_234, 1, x_233); +return x_234; } } } @@ -15783,7 +15544,7 @@ x_15 = l_Lean_Meta_addSimpTheorem(x_1, x_2, x_12, x_13, x_14, x_6, x_7, x_8, x_9 return x_15; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1() { _start: { lean_object* x_1; @@ -15791,7 +15552,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2() { _start: { lean_object* x_1; @@ -15799,7 +15560,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3() { _start: { lean_object* x_1; @@ -15807,7 +15568,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__4() { _start: { lean_object* x_1; @@ -15815,19 +15576,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____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___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; -x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__4; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; +x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__4; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__6() { _start: { lean_object* x_1; @@ -15835,19 +15596,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____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___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; -x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__6; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; +x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__8() { _start: { lean_object* x_1; @@ -15855,17 +15616,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__8; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10() { _start: { lean_object* x_1; @@ -15873,41 +15634,41 @@ x_1 = lean_mk_string_from_bytes("exact", 5); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__11() { _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; -x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; +x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10; 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___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__12; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__12; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14() { _start: { lean_object* x_1; @@ -15915,7 +15676,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__15() { _start: { lean_object* x_1; @@ -15923,19 +15684,19 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__16() { _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; -x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__15; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; +x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__15; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__17() { _start: { lean_object* x_1; @@ -15943,35 +15704,35 @@ x_1 = lean_mk_string_from_bytes("decl_name%", 10); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__17; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__17; 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___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__18; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__18; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__16; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__19; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__16; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__19; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -15979,23 +15740,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__13; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__20; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__13; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__20; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__11; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__21; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__11; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__21; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -16003,23 +15764,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__22; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__22; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__23; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__23; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -16027,23 +15788,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__24; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__24; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__26() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__7; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__25; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__7; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__25; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -16051,23 +15812,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__27() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__26; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__26; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__5; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__27; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__5; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__27; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -16075,11 +15836,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459_() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28; return x_1; } } @@ -16738,77 +16499,59 @@ return x_8; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { -lean_object* x_6; uint8_t x_19; +uint8_t x_6; uint8_t x_21; lean_inc(x_2); lean_inc(x_1); -x_19 = l_Lean_Meta_SimpTheorems_isLemma(x_1, x_2); -if (x_19 == 0) +x_21 = l_Lean_Meta_SimpTheorems_isLemma(x_1, x_2); +if (x_21 == 0) { if (lean_obj_tag(x_2) == 0) { -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_2, 0); -lean_inc(x_20); -lean_inc(x_20); -lean_inc(x_1); -x_21 = l_Lean_Meta_SimpTheorems_isDeclToUnfold(x_1, x_20); -if (x_21 == 0) -{ lean_object* x_22; uint8_t x_23; -x_22 = lean_ctor_get(x_1, 5); +x_22 = lean_ctor_get(x_2, 0); +lean_inc(x_22); lean_inc(x_22); -x_23 = l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(x_22, x_20); +lean_inc(x_1); +x_23 = l_Lean_Meta_SimpTheorems_isDeclToUnfold(x_1, x_22); if (x_23 == 0) { -lean_object* x_24; -lean_dec(x_1); -x_24 = lean_box(0); -x_6 = x_24; -goto block_18; +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_1, 5); +lean_inc(x_24); +x_25 = l_Lean_PersistentHashMap_contains___at_Lean_Meta_SimpTheorems_erase___spec__1(x_24, x_22); +x_6 = x_25; +goto block_20; } else { -lean_object* x_25; lean_object* x_26; -x_25 = lean_box(0); -x_26 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3___lambda__1(x_1, x_2, x_25, x_3, x_4, x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_26; +uint8_t x_26; +lean_dec(x_22); +x_26 = 1; +x_6 = x_26; +goto block_20; } } else { -lean_object* x_27; lean_object* x_28; -lean_dec(x_20); -x_27 = lean_box(0); -x_28 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3___lambda__1(x_1, x_2, x_27, x_3, x_4, x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_28; +uint8_t x_27; +x_27 = 0; +x_6 = x_27; +goto block_20; } } else { -lean_object* x_29; -lean_dec(x_1); -x_29 = lean_box(0); -x_6 = x_29; -goto block_18; -} +uint8_t x_28; +x_28 = 1; +x_6 = x_28; +goto block_20; } -else +block_20: { -lean_object* x_30; lean_object* x_31; -x_30 = lean_box(0); -x_31 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3___lambda__1(x_1, x_2, x_30, x_3, x_4, x_5); -lean_dec(x_4); -lean_dec(x_3); -return x_31; -} -block_18: +if (x_6 == 0) { 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_dec(x_6); +lean_dec(x_1); x_7 = l_Lean_Meta_Origin_key(x_2); lean_dec(x_2); x_8 = l_Lean_MessageData_ofName(x_7); @@ -16842,6 +16585,16 @@ lean_ctor_set(x_17, 1, x_16); return x_17; } } +else +{ +lean_object* x_18; lean_object* x_19; +x_18 = lean_box(0); +x_19 = l_Lean_Meta_SimpTheorems_erase___at_Lean_Meta_mkSimpAttr___spec__3___lambda__1(x_1, x_2, x_18, x_3, x_4, x_5); +lean_dec(x_4); +lean_dec(x_3); +return x_19; +} +} } } static lean_object* _init_l_Lean_Meta_mkSimpAttr___lambda__1___closed__1() { @@ -17038,9 +16791,9 @@ static lean_object* _init_l_Lean_Meta_mkSimpAttr___lambda__1___closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; x_4 = l_Lean_Meta_mkSimpAttr___lambda__1___closed__14; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -17779,11 +17532,11 @@ lean_dec(x_1); return x_6; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6203_() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6062_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28; return x_1; } } @@ -17873,7 +17626,7 @@ x_7 = l_Lean_registerSimpleScopedEnvExtension___rarg(x_6, x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173____spec__1(lean_object* x_1) { _start: { lean_object* x_2; @@ -17881,7 +17634,7 @@ x_2 = l_Lean_mkHashMapImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -17908,20 +17661,20 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____spec__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173____spec__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____spec__1(x_1); +x_2 = l_Lean_mkHashMap___at_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173____spec__1(x_1); lean_dec(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6351_() { +static lean_object* _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6210_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28; return x_1; } } @@ -18366,7 +18119,7 @@ x_4 = lean_box(x_3); return x_4; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__1() { _start: { lean_object* x_1; @@ -18374,17 +18127,17 @@ x_1 = lean_mk_string_from_bytes("simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____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_SimpTheorems___hyg_6455____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____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_SimpTheorems___hyg_6455____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3() { _start: { lean_object* x_1; @@ -18392,7 +18145,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__4() { _start: { lean_object* x_1; @@ -18400,18 +18153,18 @@ x_1 = lean_mk_string_from_bytes("simpExtension", 13); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__4; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__4; 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_Tactic_Simp_SimpTheorems___hyg_6455____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__6() { _start: { lean_object* x_1; @@ -18419,13 +18172,13 @@ x_1 = lean_mk_string_from_bytes("simplification theorem", 22); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314_(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_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__6; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__6; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__5; x_5 = l_Lean_Meta_registerSimpAttr(x_2, x_3, x_4, x_1); return x_5; } @@ -18894,10 +18647,29 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Meta_SimpTheorem_getValue(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; uint8_t x_8; +lean_object* x_7; uint8_t x_8; uint8_t x_78; x_7 = lean_ctor_get(x_1, 2); lean_inc(x_7); -x_8 = l_Lean_Expr_isConst(x_7); +x_78 = l_Lean_Expr_isConst(x_7); +if (x_78 == 0) +{ +uint8_t x_79; +x_79 = 0; +x_8 = x_79; +goto block_77; +} +else +{ +lean_object* x_80; uint8_t x_81; +x_80 = lean_ctor_get(x_1, 1); +lean_inc(x_80); +x_81 = l_Array_isEmpty___rarg(x_80); +lean_dec(x_80); +x_8 = x_81; +goto block_77; +} +block_77: +{ if (x_8 == 0) { lean_object* x_9; lean_object* x_10; size_t x_11; size_t x_12; lean_object* x_13; uint8_t x_14; @@ -18936,295 +18708,255 @@ return x_20; } else { -lean_object* x_21; uint8_t x_22; -x_21 = lean_ctor_get(x_1, 1); -lean_inc(x_21); +lean_object* x_21; lean_object* x_22; lean_dec(x_1); -x_22 = l_Array_isEmpty___rarg(x_21); -if (x_22 == 0) +x_21 = l_Lean_Expr_constName_x21(x_7); +x_22 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_21, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_23; size_t x_24; size_t x_25; lean_object* x_26; uint8_t x_27; -x_23 = lean_array_get_size(x_21); -x_24 = lean_usize_of_nat(x_23); -lean_dec(x_23); -x_25 = 0; -lean_inc(x_21); -x_26 = l_Array_mapMUnsafe_map___at_Lean_Meta_openAbstractMVarsResult___spec__1(x_24, x_25, x_21, x_2, x_3, x_4, x_5, x_6); -x_27 = !lean_is_exclusive(x_26); +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +x_26 = l_Lean_ConstantInfo_levelParams(x_24); +lean_dec(x_24); +x_27 = l_List_isEmpty___rarg(x_26); if (x_27 == 0) { lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_26, 0); -x_29 = l_Lean_Expr_instantiateLevelParamsArray(x_7, x_21, x_28); -lean_ctor_set(x_26, 0, x_29); -return x_26; -} -else -{ -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = lean_ctor_get(x_26, 0); -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_inc(x_30); -lean_dec(x_26); -x_32 = l_Lean_Expr_instantiateLevelParamsArray(x_7, x_21, x_30); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -return x_33; -} -} -else -{ -lean_object* x_34; lean_object* x_35; -lean_dec(x_21); -x_34 = l_Lean_Expr_constName_x21(x_7); -x_35 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_34, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_35) == 0) -{ -uint8_t x_36; -x_36 = !lean_is_exclusive(x_35); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_37 = lean_ctor_get(x_35, 0); -x_38 = lean_ctor_get(x_35, 1); -x_39 = l_Lean_ConstantInfo_levelParams(x_37); -lean_dec(x_37); -x_40 = l_List_isEmpty___rarg(x_39); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; -lean_free_object(x_35); -x_41 = lean_box(0); -x_42 = l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1(x_39, x_41, x_2, x_3, x_4, x_5, x_38); +lean_free_object(x_22); +x_28 = lean_box(0); +x_29 = l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1(x_26, x_28, x_2, x_3, x_4, x_5, x_25); if (lean_obj_tag(x_7) == 4) { -uint8_t x_43; -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_29); +if (x_30 == 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_7, 0); -lean_inc(x_45); -x_46 = lean_ctor_get(x_7, 1); -lean_inc(x_46); -x_47 = l_ptrEqList___rarg(x_46, x_44); -lean_dec(x_46); -if (x_47 == 0) +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_7, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_7, 1); +lean_inc(x_33); +x_34 = l_ptrEqList___rarg(x_33, x_31); +lean_dec(x_33); +if (x_34 == 0) { -lean_object* x_48; +lean_object* x_35; lean_dec(x_7); -x_48 = l_Lean_Expr_const___override(x_45, x_44); -lean_ctor_set(x_42, 0, x_48); -return x_42; +x_35 = l_Lean_Expr_const___override(x_32, x_31); +lean_ctor_set(x_29, 0, x_35); +return x_29; } else { -lean_dec(x_45); -lean_dec(x_44); -lean_ctor_set(x_42, 0, x_7); -return x_42; +lean_dec(x_32); +lean_dec(x_31); +lean_ctor_set(x_29, 0, x_7); +return x_29; } } 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_42, 0); -x_50 = lean_ctor_get(x_42, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_42); -x_51 = lean_ctor_get(x_7, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_7, 1); -lean_inc(x_52); -x_53 = l_ptrEqList___rarg(x_52, x_49); -lean_dec(x_52); -if (x_53 == 0) +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_36 = lean_ctor_get(x_29, 0); +x_37 = lean_ctor_get(x_29, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_29); +x_38 = lean_ctor_get(x_7, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_7, 1); +lean_inc(x_39); +x_40 = l_ptrEqList___rarg(x_39, x_36); +lean_dec(x_39); +if (x_40 == 0) { -lean_object* x_54; lean_object* x_55; +lean_object* x_41; lean_object* x_42; lean_dec(x_7); -x_54 = l_Lean_Expr_const___override(x_51, 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_50); -return x_55; +x_41 = l_Lean_Expr_const___override(x_38, x_36); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_37); +return x_42; } else { -lean_object* x_56; -lean_dec(x_51); -lean_dec(x_49); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_7); -lean_ctor_set(x_56, 1, x_50); -return x_56; +lean_object* x_43; +lean_dec(x_38); +lean_dec(x_36); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_7); +lean_ctor_set(x_43, 1, x_37); +return x_43; } } } else { -uint8_t x_57; +uint8_t x_44; lean_dec(x_7); -x_57 = !lean_is_exclusive(x_42); -if (x_57 == 0) +x_44 = !lean_is_exclusive(x_29); +if (x_44 == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_42, 0); -lean_dec(x_58); -x_59 = l_Lean_Meta_SimpTheorem_getValue___closed__4; -x_60 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_59); -lean_ctor_set(x_42, 0, x_60); -return x_42; +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_29, 0); +lean_dec(x_45); +x_46 = l_Lean_Meta_SimpTheorem_getValue___closed__4; +x_47 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_46); +lean_ctor_set(x_29, 0, x_47); +return x_29; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_61 = lean_ctor_get(x_42, 1); -lean_inc(x_61); -lean_dec(x_42); -x_62 = l_Lean_Meta_SimpTheorem_getValue___closed__4; -x_63 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_62); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_61); -return x_64; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_48 = lean_ctor_get(x_29, 1); +lean_inc(x_48); +lean_dec(x_29); +x_49 = l_Lean_Meta_SimpTheorem_getValue___closed__4; +x_50 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_49); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_48); +return x_51; } } } else { -lean_dec(x_39); -lean_ctor_set(x_35, 0, x_7); -return x_35; +lean_dec(x_26); +lean_ctor_set(x_22, 0, x_7); +return x_22; } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_65 = lean_ctor_get(x_35, 0); -x_66 = lean_ctor_get(x_35, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_35); -x_67 = l_Lean_ConstantInfo_levelParams(x_65); -lean_dec(x_65); -x_68 = l_List_isEmpty___rarg(x_67); -if (x_68 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_22, 0); +x_53 = lean_ctor_get(x_22, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_22); +x_54 = l_Lean_ConstantInfo_levelParams(x_52); +lean_dec(x_52); +x_55 = l_List_isEmpty___rarg(x_54); +if (x_55 == 0) { -lean_object* x_69; lean_object* x_70; -x_69 = lean_box(0); -x_70 = l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1(x_67, x_69, x_2, x_3, x_4, x_5, x_66); +lean_object* x_56; lean_object* x_57; +x_56 = lean_box(0); +x_57 = l_List_mapM_loop___at___private_Lean_Meta_AppBuilder_0__Lean_Meta_mkFun___spec__1(x_54, x_56, x_2, x_3, x_4, x_5, x_53); if (lean_obj_tag(x_7) == 4) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; -x_71 = lean_ctor_get(x_70, 0); -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_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; +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; } else { - lean_dec_ref(x_70); - x_73 = lean_box(0); + lean_dec_ref(x_57); + x_60 = lean_box(0); } -x_74 = lean_ctor_get(x_7, 0); -lean_inc(x_74); -x_75 = lean_ctor_get(x_7, 1); -lean_inc(x_75); -x_76 = l_ptrEqList___rarg(x_75, x_71); -lean_dec(x_75); -if (x_76 == 0) +x_61 = lean_ctor_get(x_7, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_7, 1); +lean_inc(x_62); +x_63 = l_ptrEqList___rarg(x_62, x_58); +lean_dec(x_62); +if (x_63 == 0) { -lean_object* x_77; lean_object* x_78; +lean_object* x_64; lean_object* x_65; lean_dec(x_7); -x_77 = l_Lean_Expr_const___override(x_74, x_71); -if (lean_is_scalar(x_73)) { - x_78 = lean_alloc_ctor(0, 2, 0); +x_64 = l_Lean_Expr_const___override(x_61, x_58); +if (lean_is_scalar(x_60)) { + x_65 = lean_alloc_ctor(0, 2, 0); } else { - x_78 = x_73; + x_65 = x_60; } -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_72); -return x_78; +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_59); +return x_65; } else { -lean_object* x_79; -lean_dec(x_74); -lean_dec(x_71); -if (lean_is_scalar(x_73)) { - x_79 = lean_alloc_ctor(0, 2, 0); +lean_object* x_66; +lean_dec(x_61); +lean_dec(x_58); +if (lean_is_scalar(x_60)) { + x_66 = lean_alloc_ctor(0, 2, 0); } else { - x_79 = x_73; + x_66 = x_60; } -lean_ctor_set(x_79, 0, x_7); -lean_ctor_set(x_79, 1, x_72); -return x_79; +lean_ctor_set(x_66, 0, x_7); +lean_ctor_set(x_66, 1, x_59); +return x_66; } } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_dec(x_7); -x_80 = lean_ctor_get(x_70, 1); -lean_inc(x_80); -if (lean_is_exclusive(x_70)) { - lean_ctor_release(x_70, 0); - lean_ctor_release(x_70, 1); - x_81 = x_70; +x_67 = lean_ctor_get(x_57, 1); +lean_inc(x_67); +if (lean_is_exclusive(x_57)) { + lean_ctor_release(x_57, 0); + lean_ctor_release(x_57, 1); + x_68 = x_57; } else { - lean_dec_ref(x_70); - x_81 = lean_box(0); + lean_dec_ref(x_57); + x_68 = lean_box(0); } -x_82 = l_Lean_Meta_SimpTheorem_getValue___closed__4; -x_83 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_82); -if (lean_is_scalar(x_81)) { - x_84 = lean_alloc_ctor(0, 2, 0); +x_69 = l_Lean_Meta_SimpTheorem_getValue___closed__4; +x_70 = l_panic___at_Lean_Expr_getRevArg_x21___spec__1(x_69); +if (lean_is_scalar(x_68)) { + x_71 = lean_alloc_ctor(0, 2, 0); } else { - x_84 = x_81; + x_71 = x_68; } -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_80); -return x_84; +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_67); +return x_71; } } else { -lean_object* x_85; -lean_dec(x_67); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_7); -lean_ctor_set(x_85, 1, x_66); -return x_85; +lean_object* x_72; +lean_dec(x_54); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_7); +lean_ctor_set(x_72, 1, x_53); +return x_72; } } } else { -uint8_t x_86; +uint8_t x_73; lean_dec(x_7); -x_86 = !lean_is_exclusive(x_35); -if (x_86 == 0) +x_73 = !lean_is_exclusive(x_22); +if (x_73 == 0) { -return x_35; +return x_22; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_35, 0); -x_88 = lean_ctor_get(x_35, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_35); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_22, 0); +x_75 = lean_ctor_get(x_22, 1); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_22); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } @@ -20494,7 +20226,7 @@ if (x_39 == 0) { lean_object* x_40; lean_object* x_41; lean_object* x_42; x_40 = lean_ctor_get(x_38, 0); -x_41 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; +x_41 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; x_42 = lean_array_push(x_41, x_40); lean_ctor_set(x_38, 0, x_42); return x_38; @@ -20507,7 +20239,7 @@ x_44 = lean_ctor_get(x_38, 1); lean_inc(x_44); lean_inc(x_43); lean_dec(x_38); -x_45 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; +x_45 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; x_46 = lean_array_push(x_45, x_43); x_47 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_47, 0, x_46); @@ -20824,10 +20556,10 @@ static lean_object* _init_l_Lean_Parser_Command_registerSimpAttr___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; lean_object* x_7; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__1; -x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_4 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_5 = l_Lean_Parser_Command_registerSimpAttr___closed__2; x_6 = l_Lean_Parser_Command_registerSimpAttr___closed__3; x_7 = l_Lean_Name_mkStr7(x_1, x_2, x_3, x_1, x_4, x_5, x_6); @@ -21018,7 +20750,7 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_2 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; @@ -21036,8 +20768,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__2; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__3; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21056,8 +20788,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__2; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21076,8 +20808,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__2; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__7; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21123,9 +20855,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__12; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21162,8 +20894,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3; x_3 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__14; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -21235,9 +20967,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__23; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21255,9 +20987,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__25; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21275,9 +21007,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__27; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21295,9 +21027,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__29; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21326,8 +21058,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__3; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -21391,8 +21123,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__2; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__38; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21411,9 +21143,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__40; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21431,8 +21163,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Parser_Command_registerSimpAttr___closed__2; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__42; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21491,8 +21223,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__48; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__49; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21529,8 +21261,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__48; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__53; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21567,8 +21299,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; x_3 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__48; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__57; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); @@ -21604,8 +21336,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; x_3 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__61; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -21615,9 +21347,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__61; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21698,8 +21430,8 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3; x_3 = l_Lean_Meta_mkSimpAttr___lambda__1___closed__14; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; @@ -21834,9 +21566,9 @@ static lean_object* _init_l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheor _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_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1; -x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2; -x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14; +x_1 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1; +x_2 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2; +x_3 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14; x_4 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__84; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -21969,7 +21701,7 @@ lean_inc(x_27); x_28 = lean_ctor_get(x_2, 1); lean_inc(x_28); lean_dec(x_2); -x_29 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9; +x_29 = l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9; x_30 = l_Lean_Meta_SimpTheorem_keys___default___closed__1; lean_inc(x_26); x_31 = lean_alloc_ctor(1, 3, 0); @@ -22257,7 +21989,7 @@ x_150 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRule x_151 = lean_string_append(x_150, x_149); lean_dec(x_149); x_152 = l_Lean_Syntax_mkNameLit(x_151, x_23); -x_153 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8; +x_153 = l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4; x_154 = lean_array_push(x_153, x_152); x_155 = l_Lean_Meta___aux__Lean__Meta__Tactic__Simp__SimpTheorems______macroRules__Lean__Meta____root____Lean__Parser__Command__registerSimpAttr__1___closed__85; x_156 = lean_alloc_ctor(1, 3, 0); @@ -22497,30 +22229,34 @@ l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lamb lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__2); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__3); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__4); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__5 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__5); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__6 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__6); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__7 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__2___closed__7); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__1); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__2); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__3); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__4 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__4(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__4); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__5); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__6 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__6(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__6); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__7); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__8); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__9 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__9(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__9); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__10 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__10(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__10); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__11); -l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12(); -lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__3___closed__12); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__1); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__2); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__3 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__3(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__3); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__4 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__4(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__4); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__5 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__5(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__5); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__6 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__6(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__6); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__7 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__7(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___lambda__4___closed__7); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__1); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__2(); @@ -22545,12 +22281,16 @@ l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___clos lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__11); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__12); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__13 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__13(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__13); +l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14(); +lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_preprocess_go___closed__14); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__1); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__2(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_checkTypeIsProp___closed__2); -l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___closed__1 = _init_l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___closed__1(); -lean_mark_persistent(l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__2___closed__1); +l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___closed__1 = _init_l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___closed__1(); +lean_mark_persistent(l_panic___at___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___spec__1___closed__1); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__2___closed__1 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__2___closed__1); l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__2___closed__2 = _init_l___private_Lean_Meta_Tactic_Simp_SimpTheorems_0__Lean_Meta_mkSimpTheoremCore___lambda__2___closed__2(); @@ -22593,64 +22333,64 @@ l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__ lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__8); l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__9 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__9(); lean_mark_persistent(l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addSimpTheorem___spec__1___closed__9); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__1); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__2); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__3); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__4 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__4); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__5 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__5); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__6 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__6); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__7 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__7); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__8 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__8); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__9); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__10); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__11 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__11); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__12 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__12); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__13 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__13); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__14); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__15 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__15); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__16 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__16); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__17 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__17); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__18 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__18); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__19 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__19); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__20 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__20); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__21 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__21); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__22 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__22); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__23 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__23); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__24 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__24); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__25 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__25); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__26 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__26(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__26); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__27 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__27(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__27); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459____closed__28); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459_ = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459_(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5459_); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__1); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__2); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__3); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__4 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__4); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__5 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__5); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__6 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__6); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__7 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__7); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__8 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__8); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__9); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__10); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__11 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__11); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__12 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__12); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__13 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__13); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__14); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__15 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__15); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__16 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__16); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__17 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__17); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__18 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__18); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__19 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__19); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__20 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__20); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__21 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__21); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__22 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__22); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__23 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__23); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__24 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__24); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__25 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__25); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__26 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__26(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__26); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__27 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__27(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__27); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28 = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319____closed__28); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319_ = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319_(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_5319_); l_Lean_Meta_mkSimpAttr___lambda__1___closed__1 = _init_l_Lean_Meta_mkSimpAttr___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Meta_mkSimpAttr___lambda__1___closed__1); l_Lean_Meta_mkSimpAttr___lambda__1___closed__2 = _init_l_Lean_Meta_mkSimpAttr___lambda__1___closed__2(); @@ -22681,36 +22421,36 @@ l_Lean_Meta_mkSimpAttr___lambda__1___closed__14 = _init_l_Lean_Meta_mkSimpAttr__ lean_mark_persistent(l_Lean_Meta_mkSimpAttr___lambda__1___closed__14); l_Lean_Meta_mkSimpAttr___lambda__1___closed__15 = _init_l_Lean_Meta_mkSimpAttr___lambda__1___closed__15(); lean_mark_persistent(l_Lean_Meta_mkSimpAttr___lambda__1___closed__15); -l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6203_ = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6203_(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6203_); +l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6062_ = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6062_(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6062_); l_Lean_Meta_mkSimpExt___closed__1 = _init_l_Lean_Meta_mkSimpExt___closed__1(); lean_mark_persistent(l_Lean_Meta_mkSimpExt___closed__1); l_Lean_Meta_mkSimpExt___closed__2 = _init_l_Lean_Meta_mkSimpExt___closed__2(); lean_mark_persistent(l_Lean_Meta_mkSimpExt___closed__2); l_Lean_Meta_mkSimpExt___closed__3 = _init_l_Lean_Meta_mkSimpExt___closed__3(); lean_mark_persistent(l_Lean_Meta_mkSimpExt___closed__3); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314_(lean_io_mk_world()); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6173_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_simpExtensionMapRef = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_simpExtensionMapRef); lean_dec_ref(res); -}l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6351_ = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6351_(); -lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6351_); +}l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6210_ = _init_l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6210_(); +lean_mark_persistent(l___auto____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6210_); l_Lean_Meta_registerSimpAttr___closed__1 = _init_l_Lean_Meta_registerSimpAttr___closed__1(); lean_mark_persistent(l_Lean_Meta_registerSimpAttr___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455____closed__6); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6455_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314____closed__6); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Simp_SimpTheorems___hyg_6314_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_simpExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_simpExtension); diff --git a/stage0/stdlib/Lean/Meta/Tactic/Split.c b/stage0/stdlib/Lean/Meta/Tactic/Split.c index 6e9343aa807b..6906bb9f3bce 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Split.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Split.c @@ -18,10 +18,8 @@ static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_withEq static lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__3; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l_Lean_Meta_FVarSubst_apply(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___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*); lean_object* l_Lean_Meta_mkEqHEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); lean_object* l_Lean_Meta_reduceRecMatcher_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_splitTarget_x3f_go___closed__1; @@ -29,6 +27,7 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Tactic_ lean_object* l_Lean_MVarId_replaceTargetDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_LocalContext_getFVars___spec__1(size_t, size_t, lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___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___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__10___closed__1; @@ -37,9 +36,9 @@ lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___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___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_withEqs_go___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_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__4; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_splitMatch___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__14; uint8_t l_Lean_Expr_isDIte(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_withNewAltEqs___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_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_withNewAltEqs_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*, lean_object*, lean_object*); @@ -64,7 +63,6 @@ lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__4___closed__2; static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___lambda__1___closed__2; lean_object* lean_mk_array(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__1; static lean_object* l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__1___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_Split_simpMatch(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -76,9 +74,7 @@ lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* l_Lean_Meta_Simp_main(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_MatcherInfo_arity(lean_object*); uint8_t l_Lean_Level_isZero(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__5; LEAN_EXPORT uint8_t l_Lean_Meta_Split_findSplit_x3f_isCandidate___lambda__1(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__3; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___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_MVarId_getTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___spec__2___closed__1; @@ -96,9 +92,7 @@ lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_Split_applyMatchSplitter___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_simpMatch___closed__2; static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_Split_findSplit_x3f_isCandidate___spec__1___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__9; static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__3___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__9___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__8(lean_object*, lean_object*, lean_object*, 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_object*, lean_object*); @@ -113,7 +107,6 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Meta_Tact extern lean_object* l_instInhabitedNat; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__7(lean_object*, 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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f_go(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_simpMatch___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, 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*); @@ -123,7 +116,6 @@ lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__1; LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Meta_Split_splitMatch___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_Meta_Split_applyMatchSplitter___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_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_withNewAltEqs_go___closed__6; size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___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*); @@ -132,17 +124,19 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_g static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__7___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___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_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__11; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__15; static lean_object* l_Lean_Meta_Split_splitMatch___closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_splitTarget_x3f___lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___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_EXPORT lean_object* l_Lean_Meta_Split_simpMatch___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_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__15; lean_object* l_Lean_Expr_getRevArg_x21(lean_object*, lean_object*); uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1(lean_object*, size_t, size_t); static lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_Split_findSplit_x3f_isCandidate___spec__1___closed__2; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_splitLocalDecl_x3f___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___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2(size_t, size_t, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___closed__3; lean_object* l_Array_zip___rarg(lean_object*, lean_object*); @@ -182,6 +176,7 @@ static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_genera lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget(lean_object*, lean_object*, 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_mkEqTrans(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__6___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__1(lean_object*, lean_object*, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -197,6 +192,7 @@ uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Meta_splitLocalDecl_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__3___closed__1; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__10___closed__2; static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__3___closed__2; @@ -204,6 +200,7 @@ LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Meta_Split_splitMatch___spec__1 LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___closed__4; extern lean_object* l_Lean_levelZero; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__8; lean_object* l_Lean_MVarId_revert(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_getSimpMatchContext___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_splitLocalDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -212,9 +209,9 @@ static lean_object* l_Lean_Meta_Split_splitMatch___closed__5; static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_withNewAltEqs_go___closed__5; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___closed__6; -static lean_object* l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_matchMatcherApp_x3f___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__3___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___spec__2___lambda__2___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -224,6 +221,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__7___boxe static lean_object* l_Lean_Meta_splitTarget_x3f_go___closed__3; static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_withNewAltEqs_go___closed__4; lean_object* l_Lean_Meta_matchMatcherApp_x3f___at_Lean_Meta_Simp_simpMatch_x3f___spec__1(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_Split___hyg_7164____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___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_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_withNewAltEqs_go___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_Meta_Split_simpMatch_pre(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -238,12 +236,15 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Spl LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___lambda__1(lean_object*, 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_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___spec__2___lambda__2___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___closed__9; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_simpMatchCore(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_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___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* l_Lean_Meta_substCore_x3f(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__14; +static lean_object* l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_splitTarget_x3f(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__9___boxed__const__1; static lean_object* l_Lean_Meta_Split_getSimpMatchContext___rarg___closed__1; @@ -253,7 +254,7 @@ lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object* l_Array_append___rarg(lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_getSimpMatchContext___rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__11; +lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_Split_findSplit_x3f_isCandidate___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_simpMatchTarget(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_userName(lean_object*); @@ -268,12 +269,13 @@ lean_object* l_Lean_Meta_introNCore(lean_object*, lean_object*, lean_object*, ui LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__3___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*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__3___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_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_substDiscrEqs___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_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__12; lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); static lean_object* l_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___spec__2___closed__2; lean_object* l_Lean_Meta_heqToEq(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__9; lean_object* l_Lean_Expr_replaceFVars(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_simpMatch_pre___closed__1; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); @@ -286,12 +288,15 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_s LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___lambda__4(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_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_splitTarget_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_simpMatch___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__10; static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__6___closed__4; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__5; lean_object* l_Lean_Meta_mkEqRefl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__3; static lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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*); @@ -301,6 +306,7 @@ lean_object* l_Lean_Meta_mkForallFVars(lean_object*, lean_object*, uint8_t, uint lean_object* lean_array_set(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_Meta_MatcherApp_toExpr(lean_object*); +LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3(lean_object*); lean_object* l_Lean_LocalDecl_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); @@ -319,9 +325,7 @@ lean_object* l_Array_ofSubarray___rarg(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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_Split_findSplit_x3f_isCandidate___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__2; lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(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_Split___hyg_7169_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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* l_Lean_mkHashMapImp___rarg(lean_object*); lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -332,6 +336,7 @@ lean_object* l_Lean_Meta_SplitIf_discharge_x3f___boxed(lean_object*, lean_object LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_withEqs___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedName; LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_Split_applyMatchSplitter___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_Split_getSimpMatchContext(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); @@ -347,10 +352,10 @@ lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean LEAN_EXPORT lean_object* l_Lean_Meta_splitTarget_x3f_go___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__3___closed__1; lean_object* l_List_redLength___rarg(lean_object*); -LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_MatcherInfo_getNumDiscrEqs(lean_object*); static lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__2; lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___closed__1; static lean_object* l_Lean_Meta_splitTarget_x3f___lambda__1___closed__1; @@ -369,23 +374,18 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Spl LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_simpMatchTargetCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_Cases_unifyEqs_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_Meta_applySimpResultToTarget(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_Split___hyg_7169____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f(lean_object*, lean_object*, uint8_t, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___closed__5; lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_simpMatchCore_pre___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_Split_findSplit_x3f_isCandidate___closed__4; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__6___closed__3; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__12; lean_object* l_Lean_MessageData_ofName(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164_(lean_object*); static lean_object* l_Lean_Meta_splitTarget_x3f_go___closed__2; -lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___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*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldlM___at_Lean_Meta_Split_applyMatchSplitter___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*); @@ -5253,7 +5253,26 @@ lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1(size_t x_1, size_t x_2, lean_object* x_3) { +static lean_object* _init_l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_instInhabitedMetaM___boxed), 5, 1); +lean_closure_set(x_1, 0, lean_box(0)); +return x_1; +} +} +LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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_8; lean_object* x_9; +x_7 = l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___closed__1; +x_8 = lean_panic_fn(x_7, x_1); +x_9 = lean_apply_5(x_8, x_2, x_3, x_4, x_5, x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -5278,7 +5297,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; @@ -5288,33 +5307,14 @@ lean_ctor_set(x_7, 1, x_6); return x_7; } } -LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg___boxed), 6, 0); return x_2; } } -static lean_object* _init_l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_instInhabitedMetaM___boxed), 5, 1); -lean_closure_set(x_1, 0, lean_box(0)); -return x_1; -} -} -LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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_object* x_9; -x_7 = l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___closed__1; -x_8 = lean_panic_fn(x_7, x_1); -x_9 = lean_apply_5(x_8, x_2, x_3, x_4, x_5, x_6); -return x_9; -} -} LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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: { @@ -5954,7 +5954,7 @@ x_13 = lean_ctor_get(x_11, 1); lean_inc(x_13); lean_dec(x_11); x_14 = l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__6___closed__4; -x_15 = l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3(x_14, x_6, x_7, x_8, x_9, x_13); +x_15 = l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1(x_14, x_6, x_7, x_8, x_9, x_13); return x_15; } else @@ -6120,91 +6120,96 @@ return x_56; LEAN_EXPORT lean_object* l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs(lean_object* x_1, lean_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_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_array_get_size(x_4); -x_22 = lean_unsigned_to_nat(0u); -x_23 = lean_nat_dec_lt(x_22, x_21); -if (x_23 == 0) +uint8_t x_10; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_24 = lean_array_get_size(x_4); +x_25 = lean_unsigned_to_nat(0u); +x_26 = lean_nat_dec_lt(x_25, x_24); +if (x_26 == 0) { -lean_object* x_24; -lean_dec(x_21); -lean_dec(x_3); -lean_dec(x_2); -x_24 = lean_box(0); -x_10 = x_24; -goto block_20; +uint8_t x_27; +lean_dec(x_24); +x_27 = 1; +x_10 = x_27; +goto block_23; } else { -uint8_t x_25; -x_25 = lean_nat_dec_le(x_21, x_21); -if (x_25 == 0) +uint8_t x_28; +x_28 = lean_nat_dec_le(x_24, x_24); +if (x_28 == 0) { -lean_object* x_26; -lean_dec(x_21); -lean_dec(x_3); -lean_dec(x_2); -x_26 = lean_box(0); -x_10 = x_26; -goto block_20; +uint8_t x_29; +lean_dec(x_24); +x_29 = 1; +x_10 = x_29; +goto block_23; } else { -size_t x_27; size_t x_28; uint8_t x_29; -x_27 = 0; -x_28 = lean_usize_of_nat(x_21); -lean_dec(x_21); -x_29 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1(x_4, x_27, x_28); -if (x_29 == 0) +size_t x_30; size_t x_31; uint8_t x_32; +x_30 = 0; +x_31 = lean_usize_of_nat(x_24); +lean_dec(x_24); +x_32 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_RecursorInfo_0__Lean_Meta_checkMotive___spec__1(x_4, x_30, x_31); +if (x_32 == 0) { -lean_object* x_30; -lean_dec(x_3); -lean_dec(x_2); -x_30 = lean_box(0); -x_10 = x_30; -goto block_20; +uint8_t x_33; +x_33 = 1; +x_10 = x_33; +goto block_23; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_box(0); -lean_inc(x_1); -x_32 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__6), 10, 5); -lean_closure_set(x_32, 0, x_2); -lean_closure_set(x_32, 1, x_1); -lean_closure_set(x_32, 2, x_4); -lean_closure_set(x_32, 3, x_3); -lean_closure_set(x_32, 4, x_31); -x_33 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_32, x_5, x_6, x_7, x_8, x_9); -return x_33; +uint8_t x_34; +x_34 = 0; +x_10 = x_34; +goto block_23; } } } -block_20: +block_23: { -lean_object* x_11; size_t x_12; size_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; -lean_dec(x_10); -x_11 = lean_array_get_size(x_4); -x_12 = lean_usize_of_nat(x_11); -lean_dec(x_11); -x_13 = 0; -x_14 = l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1(x_12, x_13, x_4); -x_15 = l_Lean_Meta_Split_getSimpMatchContext___rarg___closed__2; +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_box(0); lean_inc(x_1); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_1); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_14); -lean_ctor_set(x_17, 1, x_16); -x_18 = lean_alloc_closure((void*)(l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2___rarg___boxed), 6, 1); -lean_closure_set(x_18, 0, x_17); -x_19 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_18, x_5, x_6, x_7, x_8, x_9); -return x_19; +x_12 = lean_alloc_closure((void*)(l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__6), 10, 5); +lean_closure_set(x_12, 0, x_2); +lean_closure_set(x_12, 1, x_1); +lean_closure_set(x_12, 2, x_4); +lean_closure_set(x_12, 3, x_3); +lean_closure_set(x_12, 4, x_11); +x_13 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_12, x_5, x_6, x_7, x_8, x_9); +return x_13; +} +else +{ +lean_object* x_14; size_t x_15; size_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; +lean_dec(x_3); +lean_dec(x_2); +x_14 = lean_array_get_size(x_4); +x_15 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_16 = 0; +x_17 = l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2(x_15, x_16, x_4); +x_18 = l_Lean_Meta_Split_getSimpMatchContext___rarg___closed__2; +lean_inc(x_1); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_1); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_17); +lean_ctor_set(x_20, 1, x_19); +x_21 = lean_alloc_closure((void*)(l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg___boxed), 6, 1); +lean_closure_set(x_21, 0, x_20); +x_22 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_21, x_5, x_6, x_7, x_8, x_9); +return x_22; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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; @@ -6212,15 +6217,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_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___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_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__2___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_ReaderT_pure___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); @@ -9654,95 +9659,52 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Meta_Split_findSplit_x3f_isCandidate(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_5; uint8_t x_26; +uint8_t x_5; uint8_t x_33; lean_inc(x_4); -x_26 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_3, x_4); -if (x_26 == 0) -{ -if (x_2 == 0) -{ -lean_object* x_27; -x_27 = lean_box(0); -x_5 = x_27; -goto block_25; -} -else -{ -uint8_t x_28; -x_28 = l_Lean_Expr_isIte(x_4); -if (x_28 == 0) -{ -uint8_t x_29; -x_29 = l_Lean_Expr_isDIte(x_4); -if (x_29 == 0) -{ -lean_object* x_30; -x_30 = lean_box(0); -x_5 = x_30; -goto block_25; -} -else -{ -lean_object* x_31; lean_object* x_32; uint8_t x_33; -lean_dec(x_1); -x_31 = l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__5; -x_32 = l_Lean_Expr_getRevArg_x21(x_4, x_31); -x_33 = l_Lean_Expr_hasLooseBVars(x_32); -lean_dec(x_32); +x_33 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_3, x_4); if (x_33 == 0) { -uint8_t x_34; lean_object* x_35; -x_34 = 1; -x_35 = lean_box(x_34); -return x_35; -} -else +if (x_2 == 0) { -uint8_t x_36; lean_object* x_37; -x_36 = 0; -x_37 = lean_box(x_36); -return x_37; -} -} +uint8_t x_34; +x_34 = 0; +x_5 = x_34; +goto block_32; } else { -lean_object* x_38; lean_object* x_39; uint8_t x_40; -lean_dec(x_1); -x_38 = l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__5; -x_39 = l_Lean_Expr_getRevArg_x21(x_4, x_38); -x_40 = l_Lean_Expr_hasLooseBVars(x_39); -lean_dec(x_39); -if (x_40 == 0) +uint8_t x_35; +x_35 = l_Lean_Expr_isIte(x_4); +if (x_35 == 0) { -uint8_t x_41; lean_object* x_42; -x_41 = 1; -x_42 = lean_box(x_41); -return x_42; +uint8_t x_36; +x_36 = l_Lean_Expr_isDIte(x_4); +x_5 = x_36; +goto block_32; } else { -uint8_t x_43; lean_object* x_44; -x_43 = 0; -x_44 = lean_box(x_43); -return x_44; -} +uint8_t x_37; +x_37 = 1; +x_5 = x_37; +goto block_32; } } } else { -uint8_t x_45; lean_object* x_46; +uint8_t x_38; lean_object* x_39; lean_dec(x_4); lean_dec(x_1); -x_45 = 0; -x_46 = lean_box(x_45); -return x_46; +x_38 = 0; +x_39 = lean_box(x_38); +return x_39; } -block_25: +block_32: +{ +if (x_5 == 0) { lean_object* x_6; -lean_dec(x_5); x_6 = l_Lean_Meta_isMatcherAppCore_x3f(x_1, x_4); if (lean_obj_tag(x_6) == 0) { @@ -9797,6 +9759,30 @@ return x_24; } } } +else +{ +lean_object* x_25; lean_object* x_26; uint8_t x_27; +lean_dec(x_1); +x_25 = l_Lean_Meta_Split_findSplit_x3f_isCandidate___closed__5; +x_26 = l_Lean_Expr_getRevArg_x21(x_4, x_25); +x_27 = l_Lean_Expr_hasLooseBVars(x_26); +lean_dec(x_26); +if (x_27 == 0) +{ +uint8_t x_28; lean_object* x_29; +x_28 = 1; +x_29 = lean_box(x_28); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; +x_30 = 0; +x_31 = lean_box(x_30); +return x_31; +} +} +} } } LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Meta_Split_findSplit_x3f_isCandidate___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) { @@ -10170,31 +10156,47 @@ return x_31; } else { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_14); -if (x_32 == 0) +lean_object* x_32; lean_object* x_33; uint8_t x_34; uint8_t x_88; +x_32 = lean_ctor_get(x_14, 0); +lean_inc(x_32); +if (lean_is_exclusive(x_14)) { + lean_ctor_release(x_14, 0); + x_33 = x_14; +} else { + lean_dec_ref(x_14); + x_33 = lean_box(0); +} +x_88 = l_Lean_Expr_isIte(x_32); +if (x_88 == 0) { -lean_object* x_33; uint8_t x_34; -x_33 = lean_ctor_get(x_14, 0); -x_34 = l_Lean_Expr_isIte(x_33); -if (x_34 == 0) +uint8_t x_89; +x_89 = l_Lean_Expr_isDIte(x_32); +x_34 = x_89; +goto block_87; +} +else { -uint8_t x_35; -x_35 = l_Lean_Expr_isDIte(x_33); -if (x_35 == 0) +uint8_t x_90; +x_90 = 1; +x_34 = x_90; +goto block_87; +} +block_87: +{ +if (x_34 == 0) { -lean_object* x_36; +lean_object* x_35; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_33); +lean_inc(x_32); lean_inc(x_1); -x_36 = l_Lean_Meta_Split_splitMatch(x_1, x_33, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_36) == 0) +x_35 = l_Lean_Meta_Split_splitMatch(x_1, x_32, x_5, x_6, x_7, x_8, x_12); +if (lean_obj_tag(x_35) == 0) { -uint8_t x_37; -lean_dec(x_33); +uint8_t x_36; +lean_dec(x_32); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -10202,681 +10204,220 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -lean_object* x_38; -x_38 = lean_ctor_get(x_36, 0); -lean_ctor_set(x_14, 0, x_38); -lean_ctor_set(x_36, 0, x_14); -return x_36; +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_35, 0); +if (lean_is_scalar(x_33)) { + x_38 = lean_alloc_ctor(1, 1, 0); +} else { + x_38 = x_33; +} +lean_ctor_set(x_38, 0, x_37); +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_36, 0); -x_40 = lean_ctor_get(x_36, 1); +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_35, 0); +x_40 = lean_ctor_get(x_35, 1); lean_inc(x_40); lean_inc(x_39); -lean_dec(x_36); -lean_ctor_set(x_14, 0, x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_14); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_dec(x_35); +if (lean_is_scalar(x_33)) { + x_41 = lean_alloc_ctor(1, 1, 0); +} else { + x_41 = x_33; +} +lean_ctor_set(x_41, 0, x_39); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_40); +return x_42; } } else { -lean_object* x_42; lean_object* x_43; -lean_free_object(x_14); -x_42 = lean_ctor_get(x_36, 1); -lean_inc(x_42); -lean_dec(x_36); -x_43 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_4, x_33); -x_4 = x_43; -x_9 = x_42; +lean_object* x_43; lean_object* x_44; +lean_dec(x_33); +x_43 = lean_ctor_get(x_35, 1); +lean_inc(x_43); +lean_dec(x_35); +x_44 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_4, x_32); +x_4 = x_44; +x_9 = x_43; goto _start; } } else { -lean_object* x_45; lean_object* x_46; -lean_free_object(x_14); +lean_object* x_46; lean_object* x_47; lean_dec(x_33); +lean_dec(x_32); lean_dec(x_4); lean_dec(x_3); -x_45 = lean_box(0); -x_46 = l_Lean_Meta_splitIfTarget_x3f(x_1, x_45, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_46) == 0) -{ -lean_object* x_47; -x_47 = lean_ctor_get(x_46, 0); -lean_inc(x_47); +x_46 = lean_box(0); +x_47 = l_Lean_Meta_splitIfTarget_x3f(x_1, x_46, x_5, x_6, x_7, x_8, x_12); if (lean_obj_tag(x_47) == 0) { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_46); -if (x_48 == 0) +lean_object* x_48; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_49; -x_49 = lean_ctor_get(x_46, 0); -lean_dec(x_49); -lean_ctor_set(x_46, 0, x_45); -return x_46; +uint8_t x_49; +x_49 = !lean_is_exclusive(x_47); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_47, 0); +lean_dec(x_50); +lean_ctor_set(x_47, 0, x_46); +return x_47; } else { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_46, 1); -lean_inc(x_50); -lean_dec(x_46); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_45); -lean_ctor_set(x_51, 1, x_50); -return x_51; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_47, 1); +lean_inc(x_51); +lean_dec(x_47); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_46); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } else { -uint8_t x_52; -x_52 = !lean_is_exclusive(x_47); -if (x_52 == 0) +uint8_t x_53; +x_53 = !lean_is_exclusive(x_48); +if (x_53 == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; -x_53 = lean_ctor_get(x_47, 0); -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); +lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_54 = lean_ctor_get(x_48, 0); +x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); -lean_dec(x_53); -x_56 = !lean_is_exclusive(x_46); -if (x_56 == 0) -{ -lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_57 = lean_ctor_get(x_46, 0); -lean_dec(x_57); -x_58 = lean_ctor_get(x_54, 0); -lean_inc(x_58); +x_56 = lean_ctor_get(x_54, 1); +lean_inc(x_56); lean_dec(x_54); +x_57 = !lean_is_exclusive(x_47); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_58 = lean_ctor_get(x_47, 0); +lean_dec(x_58); x_59 = lean_ctor_get(x_55, 0); lean_inc(x_59); lean_dec(x_55); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); +x_60 = lean_ctor_get(x_56, 0); +lean_inc(x_60); +lean_dec(x_56); +x_61 = lean_box(0); x_62 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_62, 0, x_58); +lean_ctor_set(x_62, 0, x_60); lean_ctor_set(x_62, 1, x_61); -lean_ctor_set(x_47, 0, x_62); -return x_46; +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_59); +lean_ctor_set(x_63, 1, x_62); +lean_ctor_set(x_48, 0, x_63); +return x_47; } else { -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_63 = lean_ctor_get(x_46, 1); -lean_inc(x_63); -lean_dec(x_46); -x_64 = lean_ctor_get(x_54, 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; lean_object* x_70; +x_64 = lean_ctor_get(x_47, 1); lean_inc(x_64); -lean_dec(x_54); +lean_dec(x_47); x_65 = lean_ctor_get(x_55, 0); lean_inc(x_65); lean_dec(x_55); -x_66 = lean_box(0); -x_67 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_67, 0, x_65); -lean_ctor_set(x_67, 1, x_66); +x_66 = lean_ctor_get(x_56, 0); +lean_inc(x_66); +lean_dec(x_56); +x_67 = lean_box(0); x_68 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_68, 0, x_64); +lean_ctor_set(x_68, 0, x_66); lean_ctor_set(x_68, 1, x_67); -lean_ctor_set(x_47, 0, x_68); -x_69 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_69, 0, x_47); -lean_ctor_set(x_69, 1, x_63); -return x_69; +x_69 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_69, 0, x_65); +lean_ctor_set(x_69, 1, x_68); +lean_ctor_set(x_48, 0, x_69); +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_48); +lean_ctor_set(x_70, 1, x_64); +return x_70; } } else { -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_70 = lean_ctor_get(x_47, 0); -lean_inc(x_70); -lean_dec(x_47); -x_71 = lean_ctor_get(x_70, 0); +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; +x_71 = lean_ctor_get(x_48, 0); lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); +lean_dec(x_48); +x_72 = lean_ctor_get(x_71, 0); lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_ctor_get(x_46, 1); +x_73 = lean_ctor_get(x_71, 1); lean_inc(x_73); -if (lean_is_exclusive(x_46)) { - lean_ctor_release(x_46, 0); - lean_ctor_release(x_46, 1); - x_74 = x_46; +lean_dec(x_71); +x_74 = lean_ctor_get(x_47, 1); +lean_inc(x_74); +if (lean_is_exclusive(x_47)) { + lean_ctor_release(x_47, 0); + lean_ctor_release(x_47, 1); + x_75 = x_47; } else { - lean_dec_ref(x_46); - x_74 = lean_box(0); + lean_dec_ref(x_47); + x_75 = lean_box(0); } -x_75 = lean_ctor_get(x_71, 0); -lean_inc(x_75); -lean_dec(x_71); x_76 = lean_ctor_get(x_72, 0); lean_inc(x_76); lean_dec(x_72); -x_77 = lean_box(0); -x_78 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_78, 0, x_76); -lean_ctor_set(x_78, 1, x_77); +x_77 = lean_ctor_get(x_73, 0); +lean_inc(x_77); +lean_dec(x_73); +x_78 = lean_box(0); x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_75); +lean_ctor_set(x_79, 0, x_77); lean_ctor_set(x_79, 1, x_78); -x_80 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_80, 0, x_79); -if (lean_is_scalar(x_74)) { - x_81 = lean_alloc_ctor(0, 2, 0); -} else { - x_81 = x_74; -} +x_80 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_80, 0, x_76); +lean_ctor_set(x_80, 1, x_79); +x_81 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_73); -return x_81; -} -} -} -else -{ -uint8_t x_82; -x_82 = !lean_is_exclusive(x_46); -if (x_82 == 0) -{ -return x_46; -} -else -{ -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_46, 0); -x_84 = lean_ctor_get(x_46, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_46); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; -} -} -} -} -else -{ -lean_object* x_86; lean_object* x_87; -lean_free_object(x_14); -lean_dec(x_33); -lean_dec(x_4); -lean_dec(x_3); -x_86 = lean_box(0); -x_87 = l_Lean_Meta_splitIfTarget_x3f(x_1, x_86, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -if (lean_obj_tag(x_88) == 0) -{ -uint8_t x_89; -x_89 = !lean_is_exclusive(x_87); -if (x_89 == 0) -{ -lean_object* x_90; -x_90 = lean_ctor_get(x_87, 0); -lean_dec(x_90); -lean_ctor_set(x_87, 0, x_86); -return x_87; -} -else -{ -lean_object* x_91; lean_object* x_92; -x_91 = lean_ctor_get(x_87, 1); -lean_inc(x_91); -lean_dec(x_87); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_86); -lean_ctor_set(x_92, 1, x_91); -return x_92; -} -} -else -{ -uint8_t x_93; -x_93 = !lean_is_exclusive(x_88); -if (x_93 == 0) -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = lean_ctor_get(x_88, 0); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = !lean_is_exclusive(x_87); -if (x_97 == 0) -{ -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_98 = lean_ctor_get(x_87, 0); -lean_dec(x_98); -x_99 = lean_ctor_get(x_95, 0); -lean_inc(x_99); -lean_dec(x_95); -x_100 = lean_ctor_get(x_96, 0); -lean_inc(x_100); -lean_dec(x_96); -x_101 = lean_box(0); -x_102 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_102, 0, x_100); -lean_ctor_set(x_102, 1, x_101); -x_103 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_103, 0, x_99); -lean_ctor_set(x_103, 1, x_102); -lean_ctor_set(x_88, 0, x_103); -return x_87; -} -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; lean_object* x_110; -x_104 = lean_ctor_get(x_87, 1); -lean_inc(x_104); -lean_dec(x_87); -x_105 = lean_ctor_get(x_95, 0); -lean_inc(x_105); -lean_dec(x_95); -x_106 = lean_ctor_get(x_96, 0); -lean_inc(x_106); -lean_dec(x_96); -x_107 = lean_box(0); -x_108 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_108, 0, x_106); -lean_ctor_set(x_108, 1, x_107); -x_109 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_109, 0, x_105); -lean_ctor_set(x_109, 1, x_108); -lean_ctor_set(x_88, 0, x_109); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_88); -lean_ctor_set(x_110, 1, x_104); -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; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; -x_111 = lean_ctor_get(x_88, 0); -lean_inc(x_111); -lean_dec(x_88); -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_87, 1); -lean_inc(x_114); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_115 = x_87; -} else { - lean_dec_ref(x_87); - x_115 = lean_box(0); -} -x_116 = lean_ctor_get(x_112, 0); -lean_inc(x_116); -lean_dec(x_112); -x_117 = lean_ctor_get(x_113, 0); -lean_inc(x_117); -lean_dec(x_113); -x_118 = lean_box(0); -x_119 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_119, 0, x_117); -lean_ctor_set(x_119, 1, x_118); -x_120 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_120, 0, x_116); -lean_ctor_set(x_120, 1, x_119); -x_121 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_121, 0, x_120); -if (lean_is_scalar(x_115)) { - x_122 = lean_alloc_ctor(0, 2, 0); -} else { - x_122 = x_115; -} -lean_ctor_set(x_122, 0, x_121); -lean_ctor_set(x_122, 1, x_114); -return x_122; -} -} -} -else -{ -uint8_t x_123; -x_123 = !lean_is_exclusive(x_87); -if (x_123 == 0) -{ -return x_87; -} -else -{ -lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_124 = lean_ctor_get(x_87, 0); -x_125 = lean_ctor_get(x_87, 1); -lean_inc(x_125); -lean_inc(x_124); -lean_dec(x_87); -x_126 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_126, 0, x_124); -lean_ctor_set(x_126, 1, x_125); -return x_126; -} -} -} -} -else -{ -lean_object* x_127; uint8_t x_128; -x_127 = lean_ctor_get(x_14, 0); -lean_inc(x_127); -lean_dec(x_14); -x_128 = l_Lean_Expr_isIte(x_127); -if (x_128 == 0) -{ -uint8_t x_129; -x_129 = l_Lean_Expr_isDIte(x_127); -if (x_129 == 0) -{ -lean_object* x_130; -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_127); -lean_inc(x_1); -x_130 = l_Lean_Meta_Split_splitMatch(x_1, x_127, x_5, x_6, x_7, x_8, x_12); -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_dec(x_127); -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_131 = lean_ctor_get(x_130, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_130, 1); -lean_inc(x_132); -if (lean_is_exclusive(x_130)) { - lean_ctor_release(x_130, 0); - lean_ctor_release(x_130, 1); - x_133 = x_130; -} else { - lean_dec_ref(x_130); - x_133 = lean_box(0); -} -x_134 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_134, 0, x_131); -if (lean_is_scalar(x_133)) { - x_135 = lean_alloc_ctor(0, 2, 0); -} else { - x_135 = x_133; -} -lean_ctor_set(x_135, 0, x_134); -lean_ctor_set(x_135, 1, x_132); -return x_135; -} -else -{ -lean_object* x_136; lean_object* x_137; -x_136 = lean_ctor_get(x_130, 1); -lean_inc(x_136); -lean_dec(x_130); -x_137 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_4, x_127); -x_4 = x_137; -x_9 = x_136; -goto _start; -} -} -else -{ -lean_object* x_139; lean_object* x_140; -lean_dec(x_127); -lean_dec(x_4); -lean_dec(x_3); -x_139 = lean_box(0); -x_140 = l_Lean_Meta_splitIfTarget_x3f(x_1, x_139, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_140) == 0) -{ -lean_object* x_141; -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -if (lean_obj_tag(x_141) == 0) -{ -lean_object* x_142; lean_object* x_143; lean_object* x_144; -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_143 = x_140; -} else { - lean_dec_ref(x_140); - x_143 = lean_box(0); -} -if (lean_is_scalar(x_143)) { - x_144 = lean_alloc_ctor(0, 2, 0); -} else { - x_144 = x_143; -} -lean_ctor_set(x_144, 0, x_139); -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; 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; -x_145 = lean_ctor_get(x_141, 0); -lean_inc(x_145); -if (lean_is_exclusive(x_141)) { - lean_ctor_release(x_141, 0); - x_146 = x_141; -} else { - lean_dec_ref(x_141); - x_146 = lean_box(0); -} -x_147 = lean_ctor_get(x_145, 0); -lean_inc(x_147); -x_148 = lean_ctor_get(x_145, 1); -lean_inc(x_148); -lean_dec(x_145); -x_149 = lean_ctor_get(x_140, 1); -lean_inc(x_149); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_150 = x_140; -} else { - lean_dec_ref(x_140); - x_150 = lean_box(0); -} -x_151 = lean_ctor_get(x_147, 0); -lean_inc(x_151); -lean_dec(x_147); -x_152 = lean_ctor_get(x_148, 0); -lean_inc(x_152); -lean_dec(x_148); -x_153 = lean_box(0); -x_154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_154, 0, x_152); -lean_ctor_set(x_154, 1, x_153); -x_155 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_155, 0, x_151); -lean_ctor_set(x_155, 1, x_154); -if (lean_is_scalar(x_146)) { - x_156 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_75)) { + x_82 = lean_alloc_ctor(0, 2, 0); } else { - x_156 = x_146; + x_82 = x_75; } -lean_ctor_set(x_156, 0, x_155); -if (lean_is_scalar(x_150)) { - x_157 = lean_alloc_ctor(0, 2, 0); -} else { - x_157 = x_150; -} -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_149); -return x_157; -} -} -else -{ -lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; -x_158 = lean_ctor_get(x_140, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_140, 1); -lean_inc(x_159); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_160 = x_140; -} else { - lean_dec_ref(x_140); - x_160 = lean_box(0); -} -if (lean_is_scalar(x_160)) { - x_161 = lean_alloc_ctor(1, 2, 0); -} else { - x_161 = x_160; -} -lean_ctor_set(x_161, 0, x_158); -lean_ctor_set(x_161, 1, x_159); -return x_161; +lean_ctor_set(x_82, 0, x_81); +lean_ctor_set(x_82, 1, x_74); +return x_82; } } } else { -lean_object* x_162; lean_object* x_163; -lean_dec(x_127); -lean_dec(x_4); -lean_dec(x_3); -x_162 = lean_box(0); -x_163 = l_Lean_Meta_splitIfTarget_x3f(x_1, x_162, x_5, x_6, x_7, x_8, x_12); -if (lean_obj_tag(x_163) == 0) -{ -lean_object* x_164; -x_164 = lean_ctor_get(x_163, 0); -lean_inc(x_164); -if (lean_obj_tag(x_164) == 0) -{ -lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_165 = lean_ctor_get(x_163, 1); -lean_inc(x_165); -if (lean_is_exclusive(x_163)) { - lean_ctor_release(x_163, 0); - lean_ctor_release(x_163, 1); - x_166 = x_163; -} else { - lean_dec_ref(x_163); - x_166 = lean_box(0); -} -if (lean_is_scalar(x_166)) { - x_167 = lean_alloc_ctor(0, 2, 0); -} else { - x_167 = x_166; -} -lean_ctor_set(x_167, 0, x_162); -lean_ctor_set(x_167, 1, x_165); -return x_167; -} -else +uint8_t x_83; +x_83 = !lean_is_exclusive(x_47); +if (x_83 == 0) { -lean_object* x_168; lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_168 = lean_ctor_get(x_164, 0); -lean_inc(x_168); -if (lean_is_exclusive(x_164)) { - lean_ctor_release(x_164, 0); - x_169 = x_164; -} else { - lean_dec_ref(x_164); - x_169 = lean_box(0); -} -x_170 = lean_ctor_get(x_168, 0); -lean_inc(x_170); -x_171 = lean_ctor_get(x_168, 1); -lean_inc(x_171); -lean_dec(x_168); -x_172 = lean_ctor_get(x_163, 1); -lean_inc(x_172); -if (lean_is_exclusive(x_163)) { - lean_ctor_release(x_163, 0); - lean_ctor_release(x_163, 1); - x_173 = x_163; -} else { - lean_dec_ref(x_163); - x_173 = lean_box(0); -} -x_174 = lean_ctor_get(x_170, 0); -lean_inc(x_174); -lean_dec(x_170); -x_175 = lean_ctor_get(x_171, 0); -lean_inc(x_175); -lean_dec(x_171); -x_176 = lean_box(0); -x_177 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_177, 0, x_175); -lean_ctor_set(x_177, 1, x_176); -x_178 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_178, 0, x_174); -lean_ctor_set(x_178, 1, x_177); -if (lean_is_scalar(x_169)) { - x_179 = lean_alloc_ctor(1, 1, 0); -} else { - x_179 = x_169; -} -lean_ctor_set(x_179, 0, x_178); -if (lean_is_scalar(x_173)) { - x_180 = lean_alloc_ctor(0, 2, 0); -} else { - x_180 = x_173; -} -lean_ctor_set(x_180, 0, x_179); -lean_ctor_set(x_180, 1, x_172); -return x_180; -} +return x_47; } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_181 = lean_ctor_get(x_163, 0); -lean_inc(x_181); -x_182 = lean_ctor_get(x_163, 1); -lean_inc(x_182); -if (lean_is_exclusive(x_163)) { - lean_ctor_release(x_163, 0); - lean_ctor_release(x_163, 1); - x_183 = x_163; -} else { - lean_dec_ref(x_163); - x_183 = lean_box(0); -} -if (lean_is_scalar(x_183)) { - x_184 = lean_alloc_ctor(1, 2, 0); -} else { - x_184 = x_183; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_47, 0); +x_85 = lean_ctor_get(x_47, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_47); +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_ctor_set(x_184, 0, x_181); -lean_ctor_set(x_184, 1, x_182); -return x_184; } } } @@ -11374,1282 +10915,670 @@ return x_16; } else { -uint8_t x_24; +lean_object* x_24; lean_object* x_25; uint8_t x_26; uint8_t x_99; lean_free_object(x_16); -x_24 = !lean_is_exclusive(x_22); -if (x_24 == 0) +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + x_25 = x_22; +} else { + lean_dec_ref(x_22); + x_25 = lean_box(0); +} +x_99 = l_Lean_Expr_isIte(x_24); +if (x_99 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_22, 0); -x_26 = l_Lean_Expr_isIte(x_25); -if (x_26 == 0) +uint8_t x_100; +x_100 = l_Lean_Expr_isDIte(x_24); +x_26 = x_100; +goto block_98; +} +else { -uint8_t x_27; -x_27 = l_Lean_Expr_isDIte(x_25); -if (x_27 == 0) +x_26 = x_20; +goto block_98; +} +block_98: { -lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; -x_28 = l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1; -x_29 = lean_array_push(x_28, x_1); -x_30 = 0; +if (x_26 == 0) +{ +lean_object* x_27; lean_object* x_28; uint8_t x_29; lean_object* x_30; +x_27 = l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1; +x_28 = lean_array_push(x_27, x_1); +x_29 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_31 = l_Lean_MVarId_revert(x_2, x_29, x_30, x_30, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_31) == 0) +x_30 = l_Lean_MVarId_revert(x_2, x_28, x_29, x_29, x_3, x_4, x_5, x_6, x_19); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_32 = lean_ctor_get(x_31, 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; +x_31 = lean_ctor_get(x_30, 0); +lean_inc(x_31); +x_32 = lean_ctor_get(x_30, 1); lean_inc(x_32); -x_33 = lean_ctor_get(x_31, 1); +lean_dec(x_30); +x_33 = lean_ctor_get(x_31, 0); lean_inc(x_33); -lean_dec(x_31); -x_34 = lean_ctor_get(x_32, 0); +x_34 = lean_ctor_get(x_31, 1); lean_inc(x_34); -x_35 = lean_ctor_get(x_32, 1); -lean_inc(x_35); -lean_dec(x_32); -x_36 = lean_array_get_size(x_34); -lean_dec(x_34); +lean_dec(x_31); +x_35 = lean_array_get_size(x_33); +lean_dec(x_33); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_37 = l_Lean_Meta_Split_splitMatch(x_35, x_25, x_3, x_4, x_5, x_6, x_33); -if (lean_obj_tag(x_37) == 0) +x_36 = l_Lean_Meta_Split_splitMatch(x_34, x_24, x_3, x_4, x_5, x_6, x_32); +if (lean_obj_tag(x_36) == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_38 = lean_ctor_get(x_37, 0); +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_37 = lean_ctor_get(x_36, 0); +lean_inc(x_37); +x_38 = lean_ctor_get(x_36, 1); lean_inc(x_38); -x_39 = lean_ctor_get(x_37, 1); -lean_inc(x_39); -lean_dec(x_37); -x_40 = lean_box(0); -x_41 = l_List_mapM_loop___at_Lean_Meta_splitLocalDecl_x3f___spec__1(x_36, x_38, x_40, x_3, x_4, x_5, x_6, x_39); -if (lean_obj_tag(x_41) == 0) +lean_dec(x_36); +x_39 = lean_box(0); +x_40 = l_List_mapM_loop___at_Lean_Meta_splitLocalDecl_x3f___spec__1(x_35, x_37, x_39, x_3, x_4, x_5, x_6, x_38); +if (lean_obj_tag(x_40) == 0) { -uint8_t x_42; -x_42 = !lean_is_exclusive(x_41); -if (x_42 == 0) +uint8_t x_41; +x_41 = !lean_is_exclusive(x_40); +if (x_41 == 0) { -lean_object* x_43; -x_43 = lean_ctor_get(x_41, 0); -lean_ctor_set(x_22, 0, x_43); -lean_ctor_set(x_41, 0, x_22); -return x_41; +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_40, 0); +if (lean_is_scalar(x_25)) { + x_43 = lean_alloc_ctor(1, 1, 0); +} else { + x_43 = x_25; +} +lean_ctor_set(x_43, 0, 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; -x_44 = lean_ctor_get(x_41, 0); -x_45 = lean_ctor_get(x_41, 1); +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_41); -lean_ctor_set(x_22, 0, x_44); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_22); -lean_ctor_set(x_46, 1, x_45); -return x_46; +lean_dec(x_40); +if (lean_is_scalar(x_25)) { + x_46 = lean_alloc_ctor(1, 1, 0); +} else { + x_46 = x_25; +} +lean_ctor_set(x_46, 0, 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_47; -lean_free_object(x_22); -x_47 = !lean_is_exclusive(x_41); -if (x_47 == 0) +uint8_t x_48; +lean_dec(x_25); +x_48 = !lean_is_exclusive(x_40); +if (x_48 == 0) { -return x_41; +return x_40; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_41, 0); -x_49 = lean_ctor_get(x_41, 1); +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_inc(x_48); -lean_dec(x_41); -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_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_51; -lean_dec(x_36); -lean_free_object(x_22); +uint8_t x_52; +lean_dec(x_35); +lean_dec(x_25); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_51 = !lean_is_exclusive(x_37); -if (x_51 == 0) +x_52 = !lean_is_exclusive(x_36); +if (x_52 == 0) { -return x_37; +return x_36; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_37, 0); -x_53 = lean_ctor_get(x_37, 1); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_36, 0); +x_54 = lean_ctor_get(x_36, 1); +lean_inc(x_54); lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_37); -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; +lean_dec(x_36); +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 { -uint8_t x_55; -lean_free_object(x_22); +uint8_t x_56; lean_dec(x_25); +lean_dec(x_24); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_55 = !lean_is_exclusive(x_31); -if (x_55 == 0) +x_56 = !lean_is_exclusive(x_30); +if (x_56 == 0) { -return x_31; +return x_30; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_31, 0); -x_57 = lean_ctor_get(x_31, 1); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_30, 0); +x_58 = lean_ctor_get(x_30, 1); +lean_inc(x_58); lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_31); -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_30); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } else { -lean_object* x_59; lean_object* x_60; -lean_free_object(x_22); +lean_object* x_60; lean_object* x_61; lean_dec(x_25); -x_59 = lean_box(0); -x_60 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_59, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_60) == 0) -{ -lean_object* x_61; -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); +lean_dec(x_24); +x_60 = lean_box(0); +x_61 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_60, x_3, x_4, x_5, x_6, x_19); if (lean_obj_tag(x_61) == 0) { -uint8_t x_62; -x_62 = !lean_is_exclusive(x_60); -if (x_62 == 0) +lean_object* x_62; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_63; -x_63 = lean_ctor_get(x_60, 0); -lean_dec(x_63); -lean_ctor_set(x_60, 0, x_59); -return x_60; +uint8_t x_63; +x_63 = !lean_is_exclusive(x_61); +if (x_63 == 0) +{ +lean_object* x_64; +x_64 = lean_ctor_get(x_61, 0); +lean_dec(x_64); +lean_ctor_set(x_61, 0, x_60); +return x_61; } else { -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_60, 1); -lean_inc(x_64); -lean_dec(x_60); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_59); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_61, 1); +lean_inc(x_65); +lean_dec(x_61); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_60); +lean_ctor_set(x_66, 1, x_65); +return x_66; } } else { -uint8_t x_66; -x_66 = !lean_is_exclusive(x_61); -if (x_66 == 0) -{ uint8_t x_67; -x_67 = !lean_is_exclusive(x_60); +x_67 = !lean_is_exclusive(x_62); if (x_67 == 0) { -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_68 = lean_ctor_get(x_61, 0); -x_69 = lean_ctor_get(x_60, 0); -lean_dec(x_69); -x_70 = lean_ctor_get(x_68, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_68, 1); +uint8_t x_68; +x_68 = !lean_is_exclusive(x_61); +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; +x_69 = lean_ctor_get(x_62, 0); +x_70 = lean_ctor_get(x_61, 0); +lean_dec(x_70); +x_71 = lean_ctor_get(x_69, 0); lean_inc(x_71); -lean_dec(x_68); -x_72 = lean_box(0); -x_73 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_73, 0, x_71); -lean_ctor_set(x_73, 1, x_72); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_dec(x_69); +x_73 = lean_box(0); x_74 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_74, 0, x_70); +lean_ctor_set(x_74, 0, x_72); lean_ctor_set(x_74, 1, x_73); -lean_ctor_set(x_61, 0, x_74); -return x_60; +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_71); +lean_ctor_set(x_75, 1, x_74); +lean_ctor_set(x_62, 0, x_75); +return x_61; } else { -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; -x_75 = lean_ctor_get(x_61, 0); -x_76 = lean_ctor_get(x_60, 1); -lean_inc(x_76); -lean_dec(x_60); -x_77 = lean_ctor_get(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; lean_object* x_83; +x_76 = lean_ctor_get(x_62, 0); +x_77 = lean_ctor_get(x_61, 1); lean_inc(x_77); -x_78 = lean_ctor_get(x_75, 1); +lean_dec(x_61); +x_78 = lean_ctor_get(x_76, 0); lean_inc(x_78); -lean_dec(x_75); -x_79 = lean_box(0); -x_80 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_80, 0, x_78); -lean_ctor_set(x_80, 1, x_79); +x_79 = lean_ctor_get(x_76, 1); +lean_inc(x_79); +lean_dec(x_76); +x_80 = lean_box(0); x_81 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_81, 0, x_77); +lean_ctor_set(x_81, 0, x_79); lean_ctor_set(x_81, 1, x_80); -lean_ctor_set(x_61, 0, x_81); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_61); -lean_ctor_set(x_82, 1, x_76); -return x_82; +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_78); +lean_ctor_set(x_82, 1, x_81); +lean_ctor_set(x_62, 0, x_82); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_62); +lean_ctor_set(x_83, 1, x_77); +return x_83; } } else { -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; -x_83 = lean_ctor_get(x_61, 0); -lean_inc(x_83); -lean_dec(x_61); -x_84 = lean_ctor_get(x_60, 1); +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; +x_84 = lean_ctor_get(x_62, 0); lean_inc(x_84); -if (lean_is_exclusive(x_60)) { - lean_ctor_release(x_60, 0); - lean_ctor_release(x_60, 1); - x_85 = x_60; +lean_dec(x_62); +x_85 = lean_ctor_get(x_61, 1); +lean_inc(x_85); +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + lean_ctor_release(x_61, 1); + x_86 = x_61; } else { - lean_dec_ref(x_60); - x_85 = lean_box(0); + lean_dec_ref(x_61); + x_86 = lean_box(0); } -x_86 = lean_ctor_get(x_83, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_83, 1); +x_87 = lean_ctor_get(x_84, 0); lean_inc(x_87); -lean_dec(x_83); -x_88 = lean_box(0); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); +x_88 = lean_ctor_get(x_84, 1); +lean_inc(x_88); +lean_dec(x_84); +x_89 = lean_box(0); x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_86); +lean_ctor_set(x_90, 0, x_88); lean_ctor_set(x_90, 1, x_89); -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_90); -if (lean_is_scalar(x_85)) { - x_92 = lean_alloc_ctor(0, 2, 0); -} else { - x_92 = x_85; -} +x_91 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_91, 0, x_87); +lean_ctor_set(x_91, 1, x_90); +x_92 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_84); -return x_92; -} -} -} -else -{ -uint8_t x_93; -x_93 = !lean_is_exclusive(x_60); -if (x_93 == 0) -{ -return x_60; -} -else -{ -lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_94 = lean_ctor_get(x_60, 0); -x_95 = lean_ctor_get(x_60, 1); -lean_inc(x_95); -lean_inc(x_94); -lean_dec(x_60); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_94); -lean_ctor_set(x_96, 1, x_95); -return x_96; -} -} -} -} -else -{ -lean_object* x_97; lean_object* x_98; -lean_free_object(x_22); -lean_dec(x_25); -x_97 = lean_box(0); -x_98 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_97, x_3, x_4, x_5, x_6, x_19); -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) -{ -uint8_t x_100; -x_100 = !lean_is_exclusive(x_98); -if (x_100 == 0) -{ -lean_object* x_101; -x_101 = lean_ctor_get(x_98, 0); -lean_dec(x_101); -lean_ctor_set(x_98, 0, x_97); -return x_98; -} -else -{ -lean_object* x_102; lean_object* x_103; -x_102 = lean_ctor_get(x_98, 1); -lean_inc(x_102); -lean_dec(x_98); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_97); -lean_ctor_set(x_103, 1, x_102); -return x_103; -} -} -else -{ -uint8_t x_104; -x_104 = !lean_is_exclusive(x_99); -if (x_104 == 0) -{ -uint8_t x_105; -x_105 = !lean_is_exclusive(x_98); -if (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; -x_106 = lean_ctor_get(x_99, 0); -x_107 = lean_ctor_get(x_98, 0); -lean_dec(x_107); -x_108 = lean_ctor_get(x_106, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_106, 1); -lean_inc(x_109); -lean_dec(x_106); -x_110 = lean_box(0); -x_111 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_111, 0, x_109); -lean_ctor_set(x_111, 1, x_110); -x_112 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_112, 0, x_108); -lean_ctor_set(x_112, 1, x_111); -lean_ctor_set(x_99, 0, x_112); -return x_98; -} -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_object* x_119; lean_object* x_120; -x_113 = lean_ctor_get(x_99, 0); -x_114 = lean_ctor_get(x_98, 1); -lean_inc(x_114); -lean_dec(x_98); -x_115 = lean_ctor_get(x_113, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_113, 1); -lean_inc(x_116); -lean_dec(x_113); -x_117 = lean_box(0); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -x_119 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_119, 0, x_115); -lean_ctor_set(x_119, 1, x_118); -lean_ctor_set(x_99, 0, x_119); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_99); -lean_ctor_set(x_120, 1, x_114); -return x_120; -} -} -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; -x_121 = lean_ctor_get(x_99, 0); -lean_inc(x_121); -lean_dec(x_99); -x_122 = lean_ctor_get(x_98, 1); -lean_inc(x_122); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_123 = x_98; +if (lean_is_scalar(x_86)) { + x_93 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_98); - x_123 = lean_box(0); + x_93 = x_86; } -x_124 = lean_ctor_get(x_121, 0); -lean_inc(x_124); -x_125 = lean_ctor_get(x_121, 1); -lean_inc(x_125); -lean_dec(x_121); -x_126 = lean_box(0); -x_127 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -x_128 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_128, 0, x_124); -lean_ctor_set(x_128, 1, x_127); -x_129 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_129, 0, x_128); -if (lean_is_scalar(x_123)) { - x_130 = lean_alloc_ctor(0, 2, 0); -} else { - x_130 = x_123; -} -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_122); -return x_130; +lean_ctor_set(x_93, 0, x_92); +lean_ctor_set(x_93, 1, x_85); +return x_93; } } } else { -uint8_t x_131; -x_131 = !lean_is_exclusive(x_98); -if (x_131 == 0) +uint8_t x_94; +x_94 = !lean_is_exclusive(x_61); +if (x_94 == 0) { -return x_98; +return x_61; } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_132 = lean_ctor_get(x_98, 0); -x_133 = lean_ctor_get(x_98, 1); -lean_inc(x_133); -lean_inc(x_132); -lean_dec(x_98); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_132); -lean_ctor_set(x_134, 1, x_133); -return x_134; -} -} -} -} -else -{ -lean_object* x_135; uint8_t x_136; -x_135 = lean_ctor_get(x_22, 0); -lean_inc(x_135); -lean_dec(x_22); -x_136 = l_Lean_Expr_isIte(x_135); -if (x_136 == 0) -{ -uint8_t x_137; -x_137 = l_Lean_Expr_isDIte(x_135); -if (x_137 == 0) -{ -lean_object* x_138; lean_object* x_139; uint8_t x_140; lean_object* x_141; -x_138 = l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1; -x_139 = lean_array_push(x_138, x_1); -x_140 = 0; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_141 = l_Lean_MVarId_revert(x_2, x_139, x_140, x_140, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_141) == 0) -{ -lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; -x_142 = lean_ctor_get(x_141, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_141, 1); -lean_inc(x_143); -lean_dec(x_141); -x_144 = lean_ctor_get(x_142, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_142, 1); -lean_inc(x_145); -lean_dec(x_142); -x_146 = lean_array_get_size(x_144); -lean_dec(x_144); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_147 = l_Lean_Meta_Split_splitMatch(x_145, x_135, x_3, x_4, x_5, x_6, x_143); -if (lean_obj_tag(x_147) == 0) -{ -lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; -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); -x_150 = lean_box(0); -x_151 = l_List_mapM_loop___at_Lean_Meta_splitLocalDecl_x3f___spec__1(x_146, x_148, x_150, x_3, x_4, x_5, x_6, x_149); -if (lean_obj_tag(x_151) == 0) -{ -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; -x_152 = lean_ctor_get(x_151, 0); -lean_inc(x_152); -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_alloc_ctor(1, 1, 0); -lean_ctor_set(x_155, 0, x_152); -if (lean_is_scalar(x_154)) { - x_156 = lean_alloc_ctor(0, 2, 0); -} else { - x_156 = x_154; +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_61, 0); +x_96 = lean_ctor_get(x_61, 1); +lean_inc(x_96); +lean_inc(x_95); +lean_dec(x_61); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; } -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_153); -return x_156; } -else -{ -lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_157 = lean_ctor_get(x_151, 0); -lean_inc(x_157); -x_158 = lean_ctor_get(x_151, 1); -lean_inc(x_158); -if (lean_is_exclusive(x_151)) { - lean_ctor_release(x_151, 0); - lean_ctor_release(x_151, 1); - x_159 = x_151; -} else { - lean_dec_ref(x_151); - x_159 = lean_box(0); } -if (lean_is_scalar(x_159)) { - x_160 = lean_alloc_ctor(1, 2, 0); -} else { - x_160 = x_159; } -lean_ctor_set(x_160, 0, x_157); -lean_ctor_set(x_160, 1, x_158); -return x_160; } } else { -lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; -lean_dec(x_146); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_161 = lean_ctor_get(x_147, 0); -lean_inc(x_161); -x_162 = lean_ctor_get(x_147, 1); -lean_inc(x_162); -if (lean_is_exclusive(x_147)) { - lean_ctor_release(x_147, 0); - lean_ctor_release(x_147, 1); - x_163 = x_147; -} else { - lean_dec_ref(x_147); - x_163 = lean_box(0); -} -if (lean_is_scalar(x_163)) { - x_164 = lean_alloc_ctor(1, 2, 0); -} else { - x_164 = x_163; -} -lean_ctor_set(x_164, 0, x_161); -lean_ctor_set(x_164, 1, x_162); -return x_164; -} -} -else +lean_object* x_101; lean_object* x_102; uint8_t x_103; lean_object* x_104; lean_object* x_105; +x_101 = lean_ctor_get(x_16, 0); +x_102 = lean_ctor_get(x_16, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_16); +x_103 = 1; +x_104 = l_Lean_Meta_splitTarget_x3f___lambda__1___closed__1; +x_105 = l_Lean_Meta_Split_findSplit_x3f_go(x_11, x_103, x_104, x_101); +if (lean_obj_tag(x_105) == 0) { -lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; -lean_dec(x_135); +lean_object* x_106; lean_object* x_107; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_165 = lean_ctor_get(x_141, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_141, 1); -lean_inc(x_166); -if (lean_is_exclusive(x_141)) { - lean_ctor_release(x_141, 0); - lean_ctor_release(x_141, 1); - x_167 = x_141; -} else { - lean_dec_ref(x_141); - x_167 = lean_box(0); -} -if (lean_is_scalar(x_167)) { - x_168 = lean_alloc_ctor(1, 2, 0); -} else { - x_168 = x_167; -} -lean_ctor_set(x_168, 0, x_165); -lean_ctor_set(x_168, 1, x_166); -return x_168; -} -} -else -{ -lean_object* x_169; lean_object* x_170; -lean_dec(x_135); -x_169 = lean_box(0); -x_170 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_169, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_170) == 0) -{ -lean_object* x_171; -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -if (lean_obj_tag(x_171) == 0) -{ -lean_object* x_172; lean_object* x_173; lean_object* x_174; -x_172 = lean_ctor_get(x_170, 1); -lean_inc(x_172); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_173 = x_170; -} else { - lean_dec_ref(x_170); - x_173 = lean_box(0); -} -if (lean_is_scalar(x_173)) { - x_174 = lean_alloc_ctor(0, 2, 0); -} else { - x_174 = x_173; -} -lean_ctor_set(x_174, 0, x_169); -lean_ctor_set(x_174, 1, x_172); -return x_174; -} -else -{ -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_175 = lean_ctor_get(x_171, 0); -lean_inc(x_175); -if (lean_is_exclusive(x_171)) { - lean_ctor_release(x_171, 0); - x_176 = x_171; -} else { - lean_dec_ref(x_171); - x_176 = lean_box(0); -} -x_177 = lean_ctor_get(x_170, 1); -lean_inc(x_177); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_178 = x_170; -} else { - lean_dec_ref(x_170); - x_178 = lean_box(0); -} -x_179 = lean_ctor_get(x_175, 0); -lean_inc(x_179); -x_180 = lean_ctor_get(x_175, 1); -lean_inc(x_180); -lean_dec(x_175); -x_181 = lean_box(0); -x_182 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_182, 0, x_180); -lean_ctor_set(x_182, 1, x_181); -x_183 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_183, 0, x_179); -lean_ctor_set(x_183, 1, x_182); -if (lean_is_scalar(x_176)) { - x_184 = lean_alloc_ctor(1, 1, 0); -} else { - x_184 = x_176; -} -lean_ctor_set(x_184, 0, x_183); -if (lean_is_scalar(x_178)) { - x_185 = lean_alloc_ctor(0, 2, 0); -} else { - x_185 = x_178; -} -lean_ctor_set(x_185, 0, x_184); -lean_ctor_set(x_185, 1, x_177); -return x_185; -} -} -else -{ -lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_186 = lean_ctor_get(x_170, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_170, 1); -lean_inc(x_187); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_188 = x_170; -} else { - lean_dec_ref(x_170); - x_188 = lean_box(0); -} -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(1, 2, 0); -} else { - x_189 = x_188; -} -lean_ctor_set(x_189, 0, x_186); -lean_ctor_set(x_189, 1, x_187); -return x_189; -} -} -} -else -{ -lean_object* x_190; lean_object* x_191; -lean_dec(x_135); -x_190 = lean_box(0); -x_191 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_190, x_3, x_4, x_5, x_6, x_19); -if (lean_obj_tag(x_191) == 0) -{ -lean_object* x_192; -x_192 = lean_ctor_get(x_191, 0); -lean_inc(x_192); -if (lean_obj_tag(x_192) == 0) -{ -lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_193 = lean_ctor_get(x_191, 1); -lean_inc(x_193); -if (lean_is_exclusive(x_191)) { - lean_ctor_release(x_191, 0); - lean_ctor_release(x_191, 1); - x_194 = x_191; -} else { - lean_dec_ref(x_191); - x_194 = lean_box(0); -} -if (lean_is_scalar(x_194)) { - x_195 = lean_alloc_ctor(0, 2, 0); -} else { - x_195 = x_194; -} -lean_ctor_set(x_195, 0, x_190); -lean_ctor_set(x_195, 1, x_193); -return x_195; +lean_dec(x_2); +lean_dec(x_1); +x_106 = lean_box(0); +x_107 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_107, 0, x_106); +lean_ctor_set(x_107, 1, x_102); +return x_107; } 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; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; -x_196 = lean_ctor_get(x_192, 0); -lean_inc(x_196); -if (lean_is_exclusive(x_192)) { - lean_ctor_release(x_192, 0); - x_197 = x_192; -} else { - lean_dec_ref(x_192); - x_197 = lean_box(0); -} -x_198 = lean_ctor_get(x_191, 1); -lean_inc(x_198); -if (lean_is_exclusive(x_191)) { - lean_ctor_release(x_191, 0); - lean_ctor_release(x_191, 1); - x_199 = x_191; -} else { - lean_dec_ref(x_191); - x_199 = lean_box(0); -} -x_200 = lean_ctor_get(x_196, 0); -lean_inc(x_200); -x_201 = lean_ctor_get(x_196, 1); -lean_inc(x_201); -lean_dec(x_196); -x_202 = lean_box(0); -x_203 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_203, 0, x_201); -lean_ctor_set(x_203, 1, x_202); -x_204 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_204, 0, x_200); -lean_ctor_set(x_204, 1, x_203); -if (lean_is_scalar(x_197)) { - x_205 = lean_alloc_ctor(1, 1, 0); -} else { - x_205 = x_197; -} -lean_ctor_set(x_205, 0, x_204); -if (lean_is_scalar(x_199)) { - x_206 = lean_alloc_ctor(0, 2, 0); +lean_object* x_108; lean_object* x_109; uint8_t x_110; uint8_t x_164; +x_108 = lean_ctor_get(x_105, 0); +lean_inc(x_108); +if (lean_is_exclusive(x_105)) { + lean_ctor_release(x_105, 0); + x_109 = x_105; } else { - x_206 = x_199; -} -lean_ctor_set(x_206, 0, x_205); -lean_ctor_set(x_206, 1, x_198); -return x_206; -} + lean_dec_ref(x_105); + x_109 = lean_box(0); } -else +x_164 = l_Lean_Expr_isIte(x_108); +if (x_164 == 0) { -lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; -x_207 = lean_ctor_get(x_191, 0); -lean_inc(x_207); -x_208 = lean_ctor_get(x_191, 1); -lean_inc(x_208); -if (lean_is_exclusive(x_191)) { - lean_ctor_release(x_191, 0); - lean_ctor_release(x_191, 1); - x_209 = x_191; -} else { - lean_dec_ref(x_191); - x_209 = lean_box(0); -} -if (lean_is_scalar(x_209)) { - x_210 = lean_alloc_ctor(1, 2, 0); -} else { - x_210 = x_209; -} -lean_ctor_set(x_210, 0, x_207); -lean_ctor_set(x_210, 1, x_208); -return x_210; -} -} -} -} +uint8_t x_165; +x_165 = l_Lean_Expr_isDIte(x_108); +x_110 = x_165; +goto block_163; } else { -lean_object* x_211; lean_object* x_212; uint8_t x_213; lean_object* x_214; lean_object* x_215; -x_211 = lean_ctor_get(x_16, 0); -x_212 = lean_ctor_get(x_16, 1); -lean_inc(x_212); -lean_inc(x_211); -lean_dec(x_16); -x_213 = 1; -x_214 = l_Lean_Meta_splitTarget_x3f___lambda__1___closed__1; -x_215 = l_Lean_Meta_Split_findSplit_x3f_go(x_11, x_213, x_214, x_211); -if (lean_obj_tag(x_215) == 0) -{ -lean_object* x_216; lean_object* x_217; -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_216 = lean_box(0); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_216); -lean_ctor_set(x_217, 1, x_212); -return x_217; +x_110 = x_103; +goto block_163; } -else +block_163: { -lean_object* x_218; lean_object* x_219; uint8_t x_220; -x_218 = lean_ctor_get(x_215, 0); -lean_inc(x_218); -if (lean_is_exclusive(x_215)) { - lean_ctor_release(x_215, 0); - x_219 = x_215; -} else { - lean_dec_ref(x_215); - x_219 = lean_box(0); -} -x_220 = l_Lean_Expr_isIte(x_218); -if (x_220 == 0) +if (x_110 == 0) { -uint8_t x_221; -x_221 = l_Lean_Expr_isDIte(x_218); -if (x_221 == 0) -{ -lean_object* x_222; lean_object* x_223; uint8_t x_224; lean_object* x_225; -x_222 = l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1; -x_223 = lean_array_push(x_222, x_1); -x_224 = 0; +lean_object* x_111; lean_object* x_112; uint8_t x_113; lean_object* x_114; +x_111 = l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1; +x_112 = lean_array_push(x_111, x_1); +x_113 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_225 = l_Lean_MVarId_revert(x_2, x_223, x_224, x_224, x_3, x_4, x_5, x_6, x_212); -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 = lean_ctor_get(x_226, 0); -lean_inc(x_228); -x_229 = lean_ctor_get(x_226, 1); -lean_inc(x_229); -lean_dec(x_226); -x_230 = lean_array_get_size(x_228); -lean_dec(x_228); +x_114 = l_Lean_MVarId_revert(x_2, x_112, x_113, x_113, x_3, x_4, x_5, x_6, x_102); +if (lean_obj_tag(x_114) == 0) +{ +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_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_114, 1); +lean_inc(x_116); +lean_dec(x_114); +x_117 = lean_ctor_get(x_115, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_115, 1); +lean_inc(x_118); +lean_dec(x_115); +x_119 = lean_array_get_size(x_117); +lean_dec(x_117); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_231 = l_Lean_Meta_Split_splitMatch(x_229, x_218, x_3, x_4, x_5, x_6, 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; -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 = lean_box(0); -x_235 = l_List_mapM_loop___at_Lean_Meta_splitLocalDecl_x3f___spec__1(x_230, x_232, x_234, x_3, x_4, x_5, x_6, x_233); -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; -x_236 = lean_ctor_get(x_235, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_235, 1); -lean_inc(x_237); -if (lean_is_exclusive(x_235)) { - lean_ctor_release(x_235, 0); - lean_ctor_release(x_235, 1); - x_238 = x_235; +x_120 = l_Lean_Meta_Split_splitMatch(x_118, x_108, x_3, x_4, x_5, x_6, x_116); +if (lean_obj_tag(x_120) == 0) +{ +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_121 = lean_ctor_get(x_120, 0); +lean_inc(x_121); +x_122 = lean_ctor_get(x_120, 1); +lean_inc(x_122); +lean_dec(x_120); +x_123 = lean_box(0); +x_124 = l_List_mapM_loop___at_Lean_Meta_splitLocalDecl_x3f___spec__1(x_119, x_121, x_123, x_3, x_4, x_5, x_6, x_122); +if (lean_obj_tag(x_124) == 0) +{ +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_127 = x_124; } else { - lean_dec_ref(x_235); - x_238 = lean_box(0); + lean_dec_ref(x_124); + x_127 = lean_box(0); } -if (lean_is_scalar(x_219)) { - x_239 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_109)) { + x_128 = lean_alloc_ctor(1, 1, 0); } else { - x_239 = x_219; + x_128 = x_109; } -lean_ctor_set(x_239, 0, x_236); -if (lean_is_scalar(x_238)) { - x_240 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_128, 0, x_125); +if (lean_is_scalar(x_127)) { + x_129 = lean_alloc_ctor(0, 2, 0); } else { - x_240 = x_238; + x_129 = x_127; } -lean_ctor_set(x_240, 0, x_239); -lean_ctor_set(x_240, 1, x_237); -return x_240; +lean_ctor_set(x_129, 0, x_128); +lean_ctor_set(x_129, 1, x_126); +return x_129; } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; -lean_dec(x_219); -x_241 = lean_ctor_get(x_235, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_235, 1); -lean_inc(x_242); -if (lean_is_exclusive(x_235)) { - lean_ctor_release(x_235, 0); - lean_ctor_release(x_235, 1); - x_243 = x_235; +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +lean_dec(x_109); +x_130 = lean_ctor_get(x_124, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_124, 1); +lean_inc(x_131); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_132 = x_124; } else { - lean_dec_ref(x_235); - x_243 = lean_box(0); + lean_dec_ref(x_124); + x_132 = lean_box(0); } -if (lean_is_scalar(x_243)) { - x_244 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_132)) { + x_133 = lean_alloc_ctor(1, 2, 0); } else { - x_244 = x_243; + x_133 = x_132; } -lean_ctor_set(x_244, 0, x_241); -lean_ctor_set(x_244, 1, x_242); -return x_244; +lean_ctor_set(x_133, 0, x_130); +lean_ctor_set(x_133, 1, x_131); +return x_133; } } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; -lean_dec(x_230); -lean_dec(x_219); +lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; +lean_dec(x_119); +lean_dec(x_109); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_245 = lean_ctor_get(x_231, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_231, 1); -lean_inc(x_246); -if (lean_is_exclusive(x_231)) { - lean_ctor_release(x_231, 0); - lean_ctor_release(x_231, 1); - x_247 = x_231; +x_134 = lean_ctor_get(x_120, 0); +lean_inc(x_134); +x_135 = lean_ctor_get(x_120, 1); +lean_inc(x_135); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + lean_ctor_release(x_120, 1); + x_136 = x_120; } else { - lean_dec_ref(x_231); - x_247 = lean_box(0); + lean_dec_ref(x_120); + x_136 = lean_box(0); } -if (lean_is_scalar(x_247)) { - x_248 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_136)) { + x_137 = lean_alloc_ctor(1, 2, 0); } else { - x_248 = x_247; + x_137 = x_136; } -lean_ctor_set(x_248, 0, x_245); -lean_ctor_set(x_248, 1, x_246); -return x_248; +lean_ctor_set(x_137, 0, x_134); +lean_ctor_set(x_137, 1, x_135); +return x_137; } } else { -lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; -lean_dec(x_219); -lean_dec(x_218); +lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_dec(x_109); +lean_dec(x_108); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_249 = lean_ctor_get(x_225, 0); -lean_inc(x_249); -x_250 = lean_ctor_get(x_225, 1); -lean_inc(x_250); -if (lean_is_exclusive(x_225)) { - lean_ctor_release(x_225, 0); - lean_ctor_release(x_225, 1); - x_251 = x_225; +x_138 = lean_ctor_get(x_114, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_114, 1); +lean_inc(x_139); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_140 = x_114; } else { - lean_dec_ref(x_225); - x_251 = lean_box(0); + lean_dec_ref(x_114); + x_140 = lean_box(0); } -if (lean_is_scalar(x_251)) { - x_252 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_140)) { + x_141 = lean_alloc_ctor(1, 2, 0); } else { - x_252 = x_251; + x_141 = x_140; } -lean_ctor_set(x_252, 0, x_249); -lean_ctor_set(x_252, 1, x_250); -return x_252; +lean_ctor_set(x_141, 0, x_138); +lean_ctor_set(x_141, 1, x_139); +return x_141; } } else { -lean_object* x_253; lean_object* x_254; -lean_dec(x_219); -lean_dec(x_218); -x_253 = lean_box(0); -x_254 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_253, x_3, x_4, x_5, x_6, x_212); -if (lean_obj_tag(x_254) == 0) +lean_object* x_142; lean_object* x_143; +lean_dec(x_109); +lean_dec(x_108); +x_142 = lean_box(0); +x_143 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_142, x_3, x_4, x_5, x_6, x_102); +if (lean_obj_tag(x_143) == 0) { -lean_object* x_255; -x_255 = lean_ctor_get(x_254, 0); -lean_inc(x_255); -if (lean_obj_tag(x_255) == 0) +lean_object* x_144; +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +if (lean_obj_tag(x_144) == 0) { -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_254, 1); -lean_inc(x_256); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_257 = x_254; +lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +if (lean_is_exclusive(x_143)) { + lean_ctor_release(x_143, 0); + lean_ctor_release(x_143, 1); + x_146 = x_143; } else { - lean_dec_ref(x_254); - x_257 = lean_box(0); + lean_dec_ref(x_143); + x_146 = lean_box(0); } -if (lean_is_scalar(x_257)) { - x_258 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_146)) { + x_147 = lean_alloc_ctor(0, 2, 0); } else { - x_258 = x_257; + x_147 = x_146; } -lean_ctor_set(x_258, 0, x_253); -lean_ctor_set(x_258, 1, x_256); -return x_258; +lean_ctor_set(x_147, 0, x_142); +lean_ctor_set(x_147, 1, x_145); +return x_147; } else { -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; -x_259 = lean_ctor_get(x_255, 0); -lean_inc(x_259); -if (lean_is_exclusive(x_255)) { - lean_ctor_release(x_255, 0); - x_260 = x_255; -} else { - lean_dec_ref(x_255); - x_260 = lean_box(0); -} -x_261 = lean_ctor_get(x_254, 1); -lean_inc(x_261); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_262 = x_254; -} else { - lean_dec_ref(x_254); - x_262 = lean_box(0); -} -x_263 = lean_ctor_get(x_259, 0); -lean_inc(x_263); -x_264 = lean_ctor_get(x_259, 1); -lean_inc(x_264); -lean_dec(x_259); -x_265 = lean_box(0); -x_266 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_266, 0, x_264); -lean_ctor_set(x_266, 1, x_265); -x_267 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_267, 0, x_263); -lean_ctor_set(x_267, 1, x_266); -if (lean_is_scalar(x_260)) { - x_268 = lean_alloc_ctor(1, 1, 0); -} else { - x_268 = x_260; -} -lean_ctor_set(x_268, 0, x_267); -if (lean_is_scalar(x_262)) { - x_269 = lean_alloc_ctor(0, 2, 0); +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; +x_148 = lean_ctor_get(x_144, 0); +lean_inc(x_148); +if (lean_is_exclusive(x_144)) { + lean_ctor_release(x_144, 0); + x_149 = x_144; } else { - x_269 = x_262; -} -lean_ctor_set(x_269, 0, x_268); -lean_ctor_set(x_269, 1, x_261); -return x_269; + lean_dec_ref(x_144); + x_149 = lean_box(0); } -} -else -{ -lean_object* x_270; lean_object* x_271; lean_object* x_272; lean_object* x_273; -x_270 = lean_ctor_get(x_254, 0); -lean_inc(x_270); -x_271 = lean_ctor_get(x_254, 1); -lean_inc(x_271); -if (lean_is_exclusive(x_254)) { - lean_ctor_release(x_254, 0); - lean_ctor_release(x_254, 1); - x_272 = x_254; +x_150 = lean_ctor_get(x_143, 1); +lean_inc(x_150); +if (lean_is_exclusive(x_143)) { + lean_ctor_release(x_143, 0); + lean_ctor_release(x_143, 1); + x_151 = x_143; } else { - lean_dec_ref(x_254); - x_272 = lean_box(0); + lean_dec_ref(x_143); + x_151 = lean_box(0); } -if (lean_is_scalar(x_272)) { - x_273 = lean_alloc_ctor(1, 2, 0); +x_152 = lean_ctor_get(x_148, 0); +lean_inc(x_152); +x_153 = lean_ctor_get(x_148, 1); +lean_inc(x_153); +lean_dec(x_148); +x_154 = lean_box(0); +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 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_156, 0, x_152); +lean_ctor_set(x_156, 1, x_155); +if (lean_is_scalar(x_149)) { + x_157 = lean_alloc_ctor(1, 1, 0); } else { - x_273 = x_272; -} -lean_ctor_set(x_273, 0, x_270); -lean_ctor_set(x_273, 1, x_271); -return x_273; + x_157 = x_149; } -} -} -else -{ -lean_object* x_274; lean_object* x_275; -lean_dec(x_219); -lean_dec(x_218); -x_274 = lean_box(0); -x_275 = l_Lean_Meta_splitIfLocalDecl_x3f(x_2, x_1, x_274, x_3, x_4, x_5, x_6, x_212); -if (lean_obj_tag(x_275) == 0) -{ -lean_object* x_276; -x_276 = lean_ctor_get(x_275, 0); -lean_inc(x_276); -if (lean_obj_tag(x_276) == 0) -{ -lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_277 = lean_ctor_get(x_275, 1); -lean_inc(x_277); -if (lean_is_exclusive(x_275)) { - lean_ctor_release(x_275, 0); - lean_ctor_release(x_275, 1); - x_278 = x_275; +lean_ctor_set(x_157, 0, x_156); +if (lean_is_scalar(x_151)) { + x_158 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_275); - x_278 = lean_box(0); + x_158 = x_151; } -if (lean_is_scalar(x_278)) { - x_279 = lean_alloc_ctor(0, 2, 0); -} else { - x_279 = x_278; +lean_ctor_set(x_158, 0, x_157); +lean_ctor_set(x_158, 1, x_150); +return x_158; } -lean_ctor_set(x_279, 0, x_274); -lean_ctor_set(x_279, 1, x_277); -return x_279; } else { -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; -x_280 = lean_ctor_get(x_276, 0); -lean_inc(x_280); -if (lean_is_exclusive(x_276)) { - lean_ctor_release(x_276, 0); - x_281 = x_276; -} else { - lean_dec_ref(x_276); - x_281 = lean_box(0); -} -x_282 = lean_ctor_get(x_275, 1); -lean_inc(x_282); -if (lean_is_exclusive(x_275)) { - lean_ctor_release(x_275, 0); - lean_ctor_release(x_275, 1); - x_283 = x_275; -} else { - lean_dec_ref(x_275); - x_283 = lean_box(0); -} -x_284 = lean_ctor_get(x_280, 0); -lean_inc(x_284); -x_285 = lean_ctor_get(x_280, 1); -lean_inc(x_285); -lean_dec(x_280); -x_286 = lean_box(0); -x_287 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_287, 0, x_285); -lean_ctor_set(x_287, 1, x_286); -x_288 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_288, 0, x_284); -lean_ctor_set(x_288, 1, x_287); -if (lean_is_scalar(x_281)) { - x_289 = lean_alloc_ctor(1, 1, 0); -} else { - x_289 = x_281; -} -lean_ctor_set(x_289, 0, x_288); -if (lean_is_scalar(x_283)) { - x_290 = lean_alloc_ctor(0, 2, 0); +lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; +x_159 = lean_ctor_get(x_143, 0); +lean_inc(x_159); +x_160 = lean_ctor_get(x_143, 1); +lean_inc(x_160); +if (lean_is_exclusive(x_143)) { + lean_ctor_release(x_143, 0); + lean_ctor_release(x_143, 1); + x_161 = x_143; } else { - x_290 = x_283; -} -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_282); -return x_290; + lean_dec_ref(x_143); + x_161 = lean_box(0); } -} -else -{ -lean_object* x_291; lean_object* x_292; lean_object* x_293; lean_object* x_294; -x_291 = lean_ctor_get(x_275, 0); -lean_inc(x_291); -x_292 = lean_ctor_get(x_275, 1); -lean_inc(x_292); -if (lean_is_exclusive(x_275)) { - lean_ctor_release(x_275, 0); - lean_ctor_release(x_275, 1); - x_293 = x_275; +if (lean_is_scalar(x_161)) { + x_162 = lean_alloc_ctor(1, 2, 0); } else { - lean_dec_ref(x_275); - x_293 = lean_box(0); + x_162 = x_161; } -if (lean_is_scalar(x_293)) { - x_294 = lean_alloc_ctor(1, 2, 0); -} else { - x_294 = x_293; +lean_ctor_set(x_162, 0, x_159); +lean_ctor_set(x_162, 1, x_160); +return x_162; } -lean_ctor_set(x_294, 0, x_291); -lean_ctor_set(x_294, 1, x_292); -return x_294; } } } @@ -12657,7 +11586,7 @@ return x_294; } else { -uint8_t x_295; +uint8_t x_166; lean_dec(x_11); lean_dec(x_6); lean_dec(x_5); @@ -12665,23 +11594,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_295 = !lean_is_exclusive(x_13); -if (x_295 == 0) +x_166 = !lean_is_exclusive(x_13); +if (x_166 == 0) { return x_13; } else { -lean_object* x_296; lean_object* x_297; lean_object* x_298; -x_296 = lean_ctor_get(x_13, 0); -x_297 = lean_ctor_get(x_13, 1); -lean_inc(x_297); -lean_inc(x_296); +lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_167 = lean_ctor_get(x_13, 0); +x_168 = lean_ctor_get(x_13, 1); +lean_inc(x_168); +lean_inc(x_167); lean_dec(x_13); -x_298 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_298, 0, x_296); -lean_ctor_set(x_298, 1, x_297); -return x_298; +x_169 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_169, 0, x_167); +lean_ctor_set(x_169, 1, x_168); +return x_169; } } } @@ -12701,7 +11630,7 @@ x_10 = l_Lean_commitWhenSome_x3f___at_Lean_Meta_splitTarget_x3f___spec__1(x_9, x return x_10; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__1() { _start: { lean_object* x_1; @@ -12709,27 +11638,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__2; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___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_Split___hyg_7169____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__4() { _start: { lean_object* x_1; @@ -12737,17 +11666,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__4; 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_Split___hyg_7169____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__6() { _start: { lean_object* x_1; @@ -12755,47 +11684,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__6; 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_Split___hyg_7169____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__8; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___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_Split___hyg_7169____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__9; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___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_Split___hyg_7169____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__11() { _start: { lean_object* x_1; @@ -12803,17 +11732,17 @@ x_1 = lean_mk_string_from_bytes("Split", 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__13() { _start: { lean_object* x_1; @@ -12821,33 +11750,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____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_Split___hyg_7169____closed__14; -x_2 = lean_unsigned_to_nat(7169u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__14; +x_2 = lean_unsigned_to_nat(7164u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164_(lean_object* x_1) { _start: { lean_object* x_2; uint8_t x_3; lean_object* x_4; lean_object* x_5; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___spec__2___closed__4; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -12945,8 +11874,8 @@ l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNe lean_mark_persistent(l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___lambda__1___closed__2); l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___closed__1 = _init_l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs_mkNewTarget___closed__1); -l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___closed__1 = _init_l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___closed__1(); -lean_mark_persistent(l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__3___closed__1); +l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___closed__1 = _init_l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___closed__1(); +lean_mark_persistent(l_panic___at___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___spec__1___closed__1); l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__2___closed__1 = _init_l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__2___closed__1(); lean_mark_persistent(l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__2___closed__1); l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__2___closed__2 = _init_l___private_Lean_Meta_Tactic_Split_0__Lean_Meta_Split_generalizeMatchDiscrs___lambda__2___closed__2(); @@ -13059,37 +11988,37 @@ l_Lean_Meta_splitTarget_x3f___lambda__1___closed__1 = _init_l_Lean_Meta_splitTar lean_mark_persistent(l_Lean_Meta_splitTarget_x3f___lambda__1___closed__1); l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1 = _init_l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1(); lean_mark_persistent(l_Lean_Meta_splitLocalDecl_x3f___lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169____closed__15); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7169_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164____closed__15); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Split___hyg_7164_(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/SplitIf.c b/stage0/stdlib/Lean/Meta/Tactic/SplitIf.c index e9b372020b7d..05cf2969c5e7 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/SplitIf.c +++ b/stage0/stdlib/Lean/Meta/Tactic/SplitIf.c @@ -28,6 +28,7 @@ LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_di uint8_t l_Lean_Expr_isDIte(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_discharge_x3f___lambda__2(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_LazyInitExtension_get___at_Lean_Meta_SplitIf_getSimpContext___spec__1___closed__5; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880_(lean_object*); static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____lambda__1___closed__4; static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____closed__4; lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -38,8 +39,8 @@ lean_object* l_Lean_mkAppB(lean_object*, lean_object*, lean_object*); static lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_discharge_x3f___spec__3___closed__2; 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_Meta_SplitIf_splitIfAt_x3f___lambda__2___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__9; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__14; static lean_object* l_Lean_Meta_simpIfLocalDecl___closed__1; static lean_object* l_Lean_LazyInitExtension_get___at_Lean_Meta_SplitIf_getSimpContext___spec__1___closed__2; lean_object* lean_array_push(lean_object*, lean_object*); @@ -57,8 +58,8 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(lean_obje lean_object* l_Lean_registerLazyInitExtension___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_splitIfAt_x3f___lambda__2___closed__1; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__8; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__10; lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__9; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_discharge_x3f___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*); extern lean_object* l_Lean_Expr_instBEqExpr; lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -67,15 +68,15 @@ static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf__ LEAN_EXPORT uint8_t l_Lean_Meta_SplitIf_findIfToSplit_x3f___lambda__1(lean_object*); lean_object* l_Lean_Expr_appArg_x21(lean_object*); extern lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_SimpTheorems_lemmaNames___default___spec__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__5; uint8_t l_Lean_Expr_hasMVar(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__4; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__1; static lean_object* l_Lean_Meta_simpIfLocalDecl___closed__4; LEAN_EXPORT lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_discharge_x3f___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_EXPORT lean_object* l_Lean_Meta_SplitIf_discharge_x3f___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_SplitIf_discharge_x3f___closed__12; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__13; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__13; static lean_object* l_Lean_LazyInitExtension_get___at_Lean_Meta_SplitIf_getSimpContext___spec__1___closed__3; lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Expr_getRevArg_x21(lean_object*, lean_object*); @@ -92,12 +93,12 @@ lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_obj lean_object* l___private_Lean_CoreM_0__Lean_Core_mkFreshNameImp(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_splitIfAt_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_simpIfTarget___boxed(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_SplitIf___hyg_1878____closed__8; lean_object* l_Lean_Meta_simpTarget(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_empty(lean_object*, uint8_t); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_findIfToSplit_x3f___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_splitIfTarget_x3f(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_SplitIf___hyg_1880____closed__7; static lean_object* l_Lean_Meta_SplitIf_splitIfAt_x3f___closed__2; lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__2; @@ -110,7 +111,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_getSimpContext(lean_object*, lean_o LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Meta_SplitIf_discharge_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; static lean_object* l_Lean_LazyInitExtension_get___at_Lean_Meta_SplitIf_getSimpContext___spec__1___closed__7; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__13; static lean_object* l_Lean_Meta_simpIfLocalDecl___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevMAux___at_Lean_Meta_SplitIf_discharge_x3f___spec__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_mkDecide(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -122,7 +122,9 @@ LEAN_EXPORT lean_object* l_Lean_Meta_simpIfTarget(lean_object*, uint8_t, lean_ob lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_discharge_x3f___spec__3___closed__4; uint8_t l_Lean_Expr_isIte(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__6; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__8; uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_Simp_synthesizeArgs_synthesizeInstance___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__6; @@ -131,19 +133,17 @@ static lean_object* l_Lean_Meta_simpIfTarget___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_discharge_x3f(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_getSimpContext___closed__1; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_discharge_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* l_Lean_MessageData_ofExpr(lean_object*); static lean_object* l_Lean_LazyInitExtension_get___at_Lean_Meta_SplitIf_getSimpContext___spec__1___closed__1; static lean_object* l_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_discharge_x3f___spec__3___closed__3; static lean_object* l_Lean_LazyInitExtension_get___at_Lean_Meta_SplitIf_getSimpContext___spec__1___closed__8; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__15; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeRevM_x3f___at_Lean_Meta_SplitIf_discharge_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__10; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__14; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__1; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__11; @@ -156,17 +156,19 @@ lean_object* l_Lean_Meta_mkEqRefl(lean_object*, lean_object*, lean_object*, lean static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____lambda__1___closed__2; lean_object* l_Lean_EnvExtensionInterfaceUnsafe_setState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_findIfToSplit_x3f___lambda__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__2; static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____closed__7; uint8_t l_Lean_Expr_isConstOf(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__12; static lean_object* l_Lean_Meta_simpIfTarget___closed__4; lean_object* l_Lean_LocalDecl_type(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__5; lean_object* lean_nat_sub(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__10; static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____lambda__1___closed__1; lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); static lean_object* l_Lean_Meta_SplitIf_findIfToSplit_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_commitWhenSome_x3f___at_Lean_Meta_splitIfTarget_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_Tactic_SplitIf___hyg_1878____closed__15; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__9; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__1; @@ -174,7 +176,8 @@ lean_object* l_Lean_Meta_SimpTheorems_addConst(lean_object*, lean_object*, uint8 lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); static lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__11; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__11; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__3; extern lean_object* l_Lean_Meta_Simp_defaultMaxSteps; uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_discharge_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -184,10 +187,8 @@ lean_object* l_Lean_Meta_simpLocalDecl(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_Array_findSomeRevM_x3f_find___at_Lean_Meta_SplitIf_discharge_x3f___spec__3___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_splitIfAt_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5____lambda__1(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_SplitIf___hyg_1878____closed__12; static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__6; 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_SplitIf_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_5_(lean_object*); @@ -196,9 +197,8 @@ lean_object* l_Lean_LocalDecl_toExpr(lean_object*); static lean_object* l_Lean_Meta_SplitIf_discharge_x3f___closed__4; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_SplitIf_findIfToSplit_x3f___lambda__1___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__4; extern lean_object* l_Lean_PersistentHashMap_empty___at_Lean_Meta_Instances_erased___default___spec__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_SplitIf_splitIfAt_x3f(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_Meta_SplitIf_discharge_x3f___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* l_panic___at_Lean_Meta_subst_substEq___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2521,7 +2521,7 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_106; lean_inc(x_1); x_13 = l_Lean_instantiateMVars___at_Lean_Meta_Simp_synthesizeArgs___spec__1(x_1, x_4, x_5, x_6, x_7, x_8, x_9, x_10); x_14 = lean_ctor_get(x_13, 0); @@ -2529,154 +2529,187 @@ lean_inc(x_14); x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); lean_dec(x_13); -x_16 = l_Lean_Expr_hasFVar(x_14); +x_106 = l_Lean_Expr_hasFVar(x_14); +if (x_106 == 0) +{ +uint8_t x_107; +x_107 = l_Lean_Expr_hasMVar(x_14); +if (x_107 == 0) +{ +uint8_t x_108; +x_108 = 1; +x_16 = x_108; +goto block_105; +} +else +{ +uint8_t x_109; +x_109 = 0; +x_16 = x_109; +goto block_105; +} +} +else +{ +uint8_t x_110; +x_110 = 0; +x_16 = x_110; +goto block_105; +} +block_105: +{ if (x_16 == 0) { -uint8_t x_17; -x_17 = l_Lean_Expr_hasMVar(x_14); -if (x_17 == 0) +lean_object* x_17; lean_object* x_18; +lean_dec(x_14); +x_17 = lean_box(0); +x_18 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_15); +lean_dec(x_5); +return x_18; +} +else { -lean_object* x_18; +lean_object* x_19; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_14); -x_18 = l_Lean_Meta_mkDecide(x_14, x_6, x_7, x_8, x_9, x_15); -if (lean_obj_tag(x_18) == 0) +x_19 = l_Lean_Meta_mkDecide(x_14, x_6, x_7, x_8, x_9, x_15); +if (lean_obj_tag(x_19) == 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; uint8_t x_27; -x_19 = lean_ctor_get(x_6, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_18, 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; uint8_t x_28; +x_20 = lean_ctor_get(x_6, 0); lean_inc(x_20); -x_21 = lean_ctor_get(x_18, 1); +x_21 = lean_ctor_get(x_19, 0); lean_inc(x_21); -lean_dec(x_18); -x_22 = lean_ctor_get(x_6, 1); +x_22 = lean_ctor_get(x_19, 1); lean_inc(x_22); -x_23 = lean_ctor_get(x_6, 2); +lean_dec(x_19); +x_23 = lean_ctor_get(x_6, 1); lean_inc(x_23); -x_24 = lean_ctor_get(x_6, 3); +x_24 = lean_ctor_get(x_6, 2); lean_inc(x_24); -x_25 = lean_ctor_get(x_6, 4); +x_25 = lean_ctor_get(x_6, 3); lean_inc(x_25); -x_26 = lean_ctor_get(x_6, 5); +x_26 = lean_ctor_get(x_6, 4); lean_inc(x_26); -x_27 = !lean_is_exclusive(x_19); -if (x_27 == 0) +x_27 = lean_ctor_get(x_6, 5); +lean_inc(x_27); +x_28 = !lean_is_exclusive(x_20); +if (x_28 == 0) { -uint8_t x_28; lean_object* x_29; lean_object* x_30; -x_28 = 1; -lean_ctor_set_uint8(x_19, 5, x_28); -x_29 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_29, 0, x_19); -lean_ctor_set(x_29, 1, x_22); -lean_ctor_set(x_29, 2, x_23); -lean_ctor_set(x_29, 3, x_24); -lean_ctor_set(x_29, 4, x_25); -lean_ctor_set(x_29, 5, x_26); +uint8_t x_29; lean_object* x_30; lean_object* x_31; +x_29 = 1; +lean_ctor_set_uint8(x_20, 5, x_29); +x_30 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_30, 0, x_20); +lean_ctor_set(x_30, 1, x_23); +lean_ctor_set(x_30, 2, x_24); +lean_ctor_set(x_30, 3, x_25); +lean_ctor_set(x_30, 4, x_26); +lean_ctor_set(x_30, 5, x_27); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_20); -x_30 = lean_whnf(x_20, x_29, x_7, x_8, x_9, x_21); -if (lean_obj_tag(x_30) == 0) +lean_inc(x_21); +x_31 = lean_whnf(x_21, x_30, x_7, x_8, x_9, x_22); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -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; uint8_t x_35; +x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -lean_dec(x_30); -x_33 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__3; -x_34 = l_Lean_Expr_isConstOf(x_31, x_33); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); lean_dec(x_31); -if (x_34 == 0) +x_34 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__3; +x_35 = l_Lean_Expr_isConstOf(x_32, x_34); +lean_dec(x_32); +if (x_35 == 0) { -lean_object* x_35; lean_object* x_36; -lean_dec(x_20); +lean_object* x_36; lean_object* x_37; +lean_dec(x_21); lean_dec(x_14); -x_35 = lean_box(0); -x_36 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_35, x_4, x_5, x_6, x_7, x_8, x_9, x_32); +x_36 = lean_box(0); +x_37 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_36, x_4, x_5, x_6, x_7, x_8, x_9, x_33); lean_dec(x_5); -return x_36; +return x_37; } else { -lean_object* x_37; lean_object* x_38; +lean_object* x_38; lean_object* x_39; lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_37 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__4; -x_38 = l_Lean_Meta_mkEqRefl(x_37, x_6, x_7, x_8, x_9, x_32); -if (lean_obj_tag(x_38) == 0) +x_38 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__4; +x_39 = l_Lean_Meta_mkEqRefl(x_38, x_6, x_7, x_8, x_9, x_33); +if (lean_obj_tag(x_39) == 0) { -uint8_t x_39; -x_39 = !lean_is_exclusive(x_38); -if (x_39 == 0) +uint8_t x_40; +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_40 = lean_ctor_get(x_38, 0); -x_41 = l_Lean_Expr_appArg_x21(x_20); -lean_dec(x_20); -x_42 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; -x_43 = l_Lean_mkApp3(x_42, x_14, x_41, x_40); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_38, 0, x_44); -return x_38; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_41 = lean_ctor_get(x_39, 0); +x_42 = l_Lean_Expr_appArg_x21(x_21); +lean_dec(x_21); +x_43 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; +x_44 = l_Lean_mkApp3(x_43, x_14, x_42, x_41); +x_45 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_39, 0, x_45); +return x_39; } 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; -x_45 = lean_ctor_get(x_38, 0); -x_46 = lean_ctor_get(x_38, 1); +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; +x_46 = lean_ctor_get(x_39, 0); +x_47 = lean_ctor_get(x_39, 1); +lean_inc(x_47); lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_38); -x_47 = l_Lean_Expr_appArg_x21(x_20); -lean_dec(x_20); -x_48 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; -x_49 = l_Lean_mkApp3(x_48, x_14, x_47, x_45); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_49); -x_51 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_39); +x_48 = l_Lean_Expr_appArg_x21(x_21); +lean_dec(x_21); +x_49 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; +x_50 = l_Lean_mkApp3(x_49, x_14, x_48, x_46); +x_51 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_46); -return x_51; +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_51); +lean_ctor_set(x_52, 1, x_47); +return x_52; } } else { -uint8_t x_52; -lean_dec(x_20); +uint8_t x_53; +lean_dec(x_21); lean_dec(x_14); -x_52 = !lean_is_exclusive(x_38); -if (x_52 == 0) +x_53 = !lean_is_exclusive(x_39); +if (x_53 == 0) { -return x_38; +return x_39; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_53 = lean_ctor_get(x_38, 0); -x_54 = lean_ctor_get(x_38, 1); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_39, 0); +x_55 = lean_ctor_get(x_39, 1); +lean_inc(x_55); lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_38); -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; +lean_dec(x_39); +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } } else { -uint8_t x_56; -lean_dec(x_20); +uint8_t x_57; +lean_dec(x_21); lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -2685,160 +2718,160 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_56 = !lean_is_exclusive(x_30); -if (x_56 == 0) +x_57 = !lean_is_exclusive(x_31); +if (x_57 == 0) { -return x_30; +return x_31; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_30, 0); -x_58 = lean_ctor_get(x_30, 1); +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_31, 0); +x_59 = lean_ctor_get(x_31, 1); +lean_inc(x_59); lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_30); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_dec(x_31); +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_60; uint8_t x_61; uint8_t x_62; uint8_t x_63; uint8_t x_64; uint8_t x_65; uint8_t x_66; uint8_t x_67; uint8_t x_68; uint8_t x_69; uint8_t x_70; uint8_t x_71; uint8_t x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_60 = lean_ctor_get_uint8(x_19, 0); -x_61 = lean_ctor_get_uint8(x_19, 1); -x_62 = lean_ctor_get_uint8(x_19, 2); -x_63 = lean_ctor_get_uint8(x_19, 3); -x_64 = lean_ctor_get_uint8(x_19, 4); -x_65 = lean_ctor_get_uint8(x_19, 6); -x_66 = lean_ctor_get_uint8(x_19, 7); -x_67 = lean_ctor_get_uint8(x_19, 8); -x_68 = lean_ctor_get_uint8(x_19, 9); -x_69 = lean_ctor_get_uint8(x_19, 10); -x_70 = lean_ctor_get_uint8(x_19, 11); -x_71 = lean_ctor_get_uint8(x_19, 12); -lean_dec(x_19); -x_72 = 1; -x_73 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_73, 0, x_60); -lean_ctor_set_uint8(x_73, 1, x_61); -lean_ctor_set_uint8(x_73, 2, x_62); -lean_ctor_set_uint8(x_73, 3, x_63); -lean_ctor_set_uint8(x_73, 4, x_64); -lean_ctor_set_uint8(x_73, 5, x_72); -lean_ctor_set_uint8(x_73, 6, x_65); -lean_ctor_set_uint8(x_73, 7, x_66); -lean_ctor_set_uint8(x_73, 8, x_67); -lean_ctor_set_uint8(x_73, 9, x_68); -lean_ctor_set_uint8(x_73, 10, x_69); -lean_ctor_set_uint8(x_73, 11, x_70); -lean_ctor_set_uint8(x_73, 12, x_71); -x_74 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_22); -lean_ctor_set(x_74, 2, x_23); -lean_ctor_set(x_74, 3, x_24); -lean_ctor_set(x_74, 4, x_25); -lean_ctor_set(x_74, 5, x_26); +uint8_t x_61; uint8_t x_62; uint8_t x_63; uint8_t x_64; uint8_t x_65; uint8_t x_66; uint8_t x_67; uint8_t x_68; uint8_t x_69; uint8_t x_70; uint8_t x_71; uint8_t x_72; uint8_t x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_61 = lean_ctor_get_uint8(x_20, 0); +x_62 = lean_ctor_get_uint8(x_20, 1); +x_63 = lean_ctor_get_uint8(x_20, 2); +x_64 = lean_ctor_get_uint8(x_20, 3); +x_65 = lean_ctor_get_uint8(x_20, 4); +x_66 = lean_ctor_get_uint8(x_20, 6); +x_67 = lean_ctor_get_uint8(x_20, 7); +x_68 = lean_ctor_get_uint8(x_20, 8); +x_69 = lean_ctor_get_uint8(x_20, 9); +x_70 = lean_ctor_get_uint8(x_20, 10); +x_71 = lean_ctor_get_uint8(x_20, 11); +x_72 = lean_ctor_get_uint8(x_20, 12); +lean_dec(x_20); +x_73 = 1; +x_74 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_74, 0, x_61); +lean_ctor_set_uint8(x_74, 1, x_62); +lean_ctor_set_uint8(x_74, 2, x_63); +lean_ctor_set_uint8(x_74, 3, x_64); +lean_ctor_set_uint8(x_74, 4, x_65); +lean_ctor_set_uint8(x_74, 5, x_73); +lean_ctor_set_uint8(x_74, 6, x_66); +lean_ctor_set_uint8(x_74, 7, x_67); +lean_ctor_set_uint8(x_74, 8, x_68); +lean_ctor_set_uint8(x_74, 9, x_69); +lean_ctor_set_uint8(x_74, 10, x_70); +lean_ctor_set_uint8(x_74, 11, x_71); +lean_ctor_set_uint8(x_74, 12, x_72); +x_75 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_23); +lean_ctor_set(x_75, 2, x_24); +lean_ctor_set(x_75, 3, x_25); +lean_ctor_set(x_75, 4, x_26); +lean_ctor_set(x_75, 5, x_27); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_20); -x_75 = lean_whnf(x_20, x_74, x_7, x_8, x_9, x_21); -if (lean_obj_tag(x_75) == 0) +lean_inc(x_21); +x_76 = lean_whnf(x_21, x_75, x_7, x_8, x_9, x_22); +if (lean_obj_tag(x_76) == 0) { -lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); +lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; +x_77 = lean_ctor_get(x_76, 0); lean_inc(x_77); -lean_dec(x_75); -x_78 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__3; -x_79 = l_Lean_Expr_isConstOf(x_76, x_78); +x_78 = lean_ctor_get(x_76, 1); +lean_inc(x_78); lean_dec(x_76); -if (x_79 == 0) +x_79 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__3; +x_80 = l_Lean_Expr_isConstOf(x_77, x_79); +lean_dec(x_77); +if (x_80 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_20); +lean_object* x_81; lean_object* x_82; +lean_dec(x_21); lean_dec(x_14); -x_80 = lean_box(0); -x_81 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_80, x_4, x_5, x_6, x_7, x_8, x_9, x_77); +x_81 = lean_box(0); +x_82 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_81, x_4, x_5, x_6, x_7, x_8, x_9, x_78); lean_dec(x_5); -return x_81; +return x_82; } else { -lean_object* x_82; lean_object* x_83; +lean_object* x_83; lean_object* x_84; lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_82 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__4; -x_83 = l_Lean_Meta_mkEqRefl(x_82, x_6, x_7, x_8, x_9, x_77); -if (lean_obj_tag(x_83) == 0) +x_83 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__4; +x_84 = l_Lean_Meta_mkEqRefl(x_83, x_6, x_7, x_8, x_9, x_78); +if (lean_obj_tag(x_84) == 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_91; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); +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; +x_85 = lean_ctor_get(x_84, 0); lean_inc(x_85); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_86 = x_83; +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +if (lean_is_exclusive(x_84)) { + lean_ctor_release(x_84, 0); + lean_ctor_release(x_84, 1); + x_87 = x_84; } else { - lean_dec_ref(x_83); - x_86 = lean_box(0); + lean_dec_ref(x_84); + x_87 = lean_box(0); } -x_87 = l_Lean_Expr_appArg_x21(x_20); -lean_dec(x_20); -x_88 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; -x_89 = l_Lean_mkApp3(x_88, x_14, x_87, x_84); -x_90 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_90, 0, x_89); -if (lean_is_scalar(x_86)) { - x_91 = lean_alloc_ctor(0, 2, 0); +x_88 = l_Lean_Expr_appArg_x21(x_21); +lean_dec(x_21); +x_89 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__2___closed__7; +x_90 = l_Lean_mkApp3(x_89, x_14, x_88, x_85); +x_91 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_91, 0, x_90); +if (lean_is_scalar(x_87)) { + x_92 = lean_alloc_ctor(0, 2, 0); } else { - x_91 = x_86; + x_92 = x_87; } -lean_ctor_set(x_91, 0, x_90); -lean_ctor_set(x_91, 1, x_85); -return x_91; +lean_ctor_set(x_92, 0, x_91); +lean_ctor_set(x_92, 1, x_86); +return x_92; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; -lean_dec(x_20); +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +lean_dec(x_21); lean_dec(x_14); -x_92 = lean_ctor_get(x_83, 0); -lean_inc(x_92); -x_93 = lean_ctor_get(x_83, 1); +x_93 = lean_ctor_get(x_84, 0); lean_inc(x_93); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_94 = x_83; +x_94 = lean_ctor_get(x_84, 1); +lean_inc(x_94); +if (lean_is_exclusive(x_84)) { + lean_ctor_release(x_84, 0); + lean_ctor_release(x_84, 1); + x_95 = x_84; } else { - lean_dec_ref(x_83); - x_94 = lean_box(0); + lean_dec_ref(x_84); + x_95 = lean_box(0); } -if (lean_is_scalar(x_94)) { - x_95 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_95)) { + x_96 = lean_alloc_ctor(1, 2, 0); } else { - x_95 = x_94; + x_96 = x_95; } -lean_ctor_set(x_95, 0, x_92); -lean_ctor_set(x_95, 1, x_93); -return x_95; +lean_ctor_set(x_96, 0, x_93); +lean_ctor_set(x_96, 1, x_94); +return x_96; } } } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -lean_dec(x_20); +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +lean_dec(x_21); lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -2847,32 +2880,32 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_96 = lean_ctor_get(x_75, 0); -lean_inc(x_96); -x_97 = lean_ctor_get(x_75, 1); +x_97 = lean_ctor_get(x_76, 0); lean_inc(x_97); -if (lean_is_exclusive(x_75)) { - lean_ctor_release(x_75, 0); - lean_ctor_release(x_75, 1); - x_98 = x_75; +x_98 = lean_ctor_get(x_76, 1); +lean_inc(x_98); +if (lean_is_exclusive(x_76)) { + lean_ctor_release(x_76, 0); + lean_ctor_release(x_76, 1); + x_99 = x_76; } else { - lean_dec_ref(x_75); - x_98 = lean_box(0); + lean_dec_ref(x_76); + x_99 = lean_box(0); } -if (lean_is_scalar(x_98)) { - x_99 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_99)) { + x_100 = lean_alloc_ctor(1, 2, 0); } else { - x_99 = x_98; + x_100 = x_99; } -lean_ctor_set(x_99, 0, x_96); -lean_ctor_set(x_99, 1, x_97); -return x_99; +lean_ctor_set(x_100, 0, x_97); +lean_ctor_set(x_100, 1, x_98); +return x_100; } } } else { -uint8_t x_100; +uint8_t x_101; lean_dec(x_14); lean_dec(x_9); lean_dec(x_8); @@ -2881,44 +2914,26 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_100 = !lean_is_exclusive(x_18); -if (x_100 == 0) +x_101 = !lean_is_exclusive(x_19); +if (x_101 == 0) { -return x_18; +return x_19; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_18, 0); -x_102 = lean_ctor_get(x_18, 1); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_19, 0); +x_103 = lean_ctor_get(x_19, 1); +lean_inc(x_103); lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_18); -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; -} -} +lean_dec(x_19); +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; } -else -{ -lean_object* x_104; lean_object* x_105; -lean_dec(x_14); -x_104 = lean_box(0); -x_105 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_104, x_4, x_5, x_6, x_7, x_8, x_9, x_15); -lean_dec(x_5); -return x_105; } } -else -{ -lean_object* x_106; lean_object* x_107; -lean_dec(x_14); -x_106 = lean_box(0); -x_107 = l_Lean_Meta_SplitIf_discharge_x3f___lambda__1(x_1, x_106, x_4, x_5, x_6, x_7, x_8, x_9, x_15); -lean_dec(x_5); -return x_107; } } } @@ -6212,7 +6227,7 @@ x_12 = l_Lean_commitWhenSome_x3f___at_Lean_Meta_splitIfLocalDecl_x3f___spec__1(x return x_12; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__1() { _start: { lean_object* x_1; @@ -6220,27 +6235,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__2; x_2 = l_Lean_Meta_SplitIf_discharge_x3f___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_SplitIf___hyg_1878____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__4() { _start: { lean_object* x_1; @@ -6248,17 +6263,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__4; 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_SplitIf___hyg_1878____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__6() { _start: { lean_object* x_1; @@ -6266,47 +6281,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__6; 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_SplitIf___hyg_1878____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__8; x_2 = l_Lean_Meta_SplitIf_discharge_x3f___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_SplitIf___hyg_1878____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__9; x_2 = l_Lean_Meta_SplitIf_discharge_x3f___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_SplitIf___hyg_1878____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__11() { _start: { lean_object* x_1; @@ -6314,17 +6329,17 @@ x_1 = lean_mk_string_from_bytes("SplitIf", 7); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__13() { _start: { lean_object* x_1; @@ -6332,33 +6347,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____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_SplitIf___hyg_1878____closed__14; -x_2 = lean_unsigned_to_nat(1878u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__14; +x_2 = lean_unsigned_to_nat(1880u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880_(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_SplitIf_discharge_x3f___closed__4; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -6521,37 +6536,37 @@ l_Lean_Meta_simpIfLocalDecl___closed__3 = _init_l_Lean_Meta_simpIfLocalDecl___cl lean_mark_persistent(l_Lean_Meta_simpIfLocalDecl___closed__3); l_Lean_Meta_simpIfLocalDecl___closed__4 = _init_l_Lean_Meta_simpIfLocalDecl___closed__4(); lean_mark_persistent(l_Lean_Meta_simpIfLocalDecl___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878____closed__15); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1878_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880____closed__15); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_SplitIf___hyg_1880_(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/Subst.c b/stage0/stdlib/Lean/Meta/Tactic/Subst.c index 8c2681bb9f15..45e5c4d85b33 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Subst.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Subst.c @@ -15,18 +15,16 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Meta_substVars(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_subst_substEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_subst_findEq___lambda__2(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_Subst___hyg_4295____closed__2; static lean_object* l_Lean_Meta_substCore___lambda__21___closed__1; lean_object* l_Lean_Meta_throwTacticEx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__19___closed__2; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__21___closed__25; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_substSomeVar_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_EXPORT lean_object* l_Lean_PersistentArray_findSomeM_x3f___at_Lean_Meta_subst_findEq___spec__2___boxed(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_Subst___hyg_4294____closed__14; lean_object* l_Lean_Meta_mkEqRec(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_substSomeVar_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*); static lean_object* l_Lean_Meta_substCore___lambda__21___closed__6; @@ -37,6 +35,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_subst_findEq___lambda__1(lean_object*, lean lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MVarId_checkNotAssigned(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqSymm(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__12; 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_Meta_substCore___lambda__14___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__3(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_object*, lean_object*); @@ -55,6 +54,7 @@ lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_substSomeVar_x3f___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_Meta_substCore___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*, 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_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__13___boxed(lean_object**); @@ -69,6 +69,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeMAux___at_Lean_Meta_subs LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__17___boxed(lean_object**); lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Meta_heqToEq___lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__3___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___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_substCore___lambda__21___closed__19; @@ -87,10 +88,8 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substSomeVar_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__21___closed__14; static lean_object* l_Lean_Meta_substCore___lambda__21___closed__20; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__4; static lean_object* l_Lean_Meta_substCore___lambda__21___closed__18; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__4(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_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__21___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 lean_nat_dec_eq(lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); @@ -100,15 +99,17 @@ static lean_object* l_Lean_Meta_subst_findEq___lambda__2___closed__1; static lean_object* l_Lean_Meta_substCore___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__10___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__6___boxed(lean_object**); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__13; lean_object* l_Lean_MVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__4(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_Meta_substCore___lambda__20(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_object*); lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_Meta_mkEqNDRec(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_Subst___hyg_4295____closed__11; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__14; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__11(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_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__12___boxed(lean_object**); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295_(lean_object*); static lean_object* l_Lean_Meta_subst_findEq___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_substCore(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Meta_substCore___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*); @@ -125,11 +126,9 @@ lean_object* l_Lean_Meta_mkEq(lean_object*, lean_object*, lean_object*, lean_obj lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__19___closed__3; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_substCore_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* l_Lean_MVarId_revert(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___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*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294_(lean_object*); lean_object* l_Lean_FVarId_getType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_subst_substEq___lambda__1___closed__2; static lean_object* l_Lean_Meta_substCore___lambda__19___closed__1; @@ -138,13 +137,16 @@ LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__18___boxed(lean_object* LEAN_EXPORT lean_object* l_Lean_observing_x3f___at_Lean_Meta_subst_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___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*); uint8_t lean_name_eq(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__4; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); lean_object* l_Lean_MVarId_clear(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___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*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__2___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__7; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isLet(lean_object*); static lean_object* l_Lean_Meta_subst_substEq___lambda__1___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__5; static lean_object* l_Lean_Meta_substCore___lambda__21___closed__22; lean_object* l_Lean_Meta_saveState___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Meta_substCore___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -158,21 +160,20 @@ static lean_object* l_Lean_Meta_substCore___lambda__21___closed__5; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__12(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_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__2___closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_substSomeVar_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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__4___boxed(lean_object**); lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedFVarId; static lean_object* l_Lean_Meta_substCore___lambda__14___closed__6; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__1; lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__5(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_Subst___hyg_4295____closed__13; uint8_t l_Lean_LocalDecl_isImplementationDetail(lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalContext_findDeclM_x3f___at_Lean_Meta_subst_findEq___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___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*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__18___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__3; lean_object* l_Lean_LocalDecl_userName(lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__20___closed__3; +lean_object* l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_heqToEq___lambda__2___closed__2; static lean_object* l_Lean_Meta_substCore___lambda__2___closed__2; static lean_object* l_Lean_Meta_substCore___lambda__21___closed__10; @@ -185,13 +186,11 @@ LEAN_EXPORT lean_object* l_Lean_Meta_subst_findEq___lambda__1___boxed(lean_objec LEAN_EXPORT lean_object* l_Lean_Meta_substCore___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_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_substSomeVar_x3f___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*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__7; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_substSomeVar_x3f___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, 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_Meta_substCore___lambda__20___closed__1; static lean_object* l_Lean_Meta_substCore___lambda__20___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__12; static lean_object* l_Lean_Meta_substCore___lambda__2___closed__6; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__21___closed__24; @@ -207,20 +206,18 @@ LEAN_EXPORT lean_object* l_Lean_Meta_heqToEq___lambda__1(lean_object*, lean_obje static lean_object* l_Lean_Meta_substCore___lambda__14___closed__2; static lean_object* l_Lean_Meta_subst_findEq___lambda__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_findSomeMAux___at_Lean_Meta_subst_findEq___spec__3___lambda__1___boxed(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_Subst___hyg_4294____closed__15; lean_object* l_Lean_LocalDecl_type(lean_object*); static lean_object* l_Lean_Meta_subst_substEq___lambda__1___closed__1; lean_object* lean_panic_fn(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__19(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*); static lean_object* l_Lean_Meta_substCore___lambda__21___closed__16; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__6; LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Meta_substCore___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_nat_sub(lean_object*, lean_object*); lean_object* l_Lean_MVarId_tryClear(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__8___boxed(lean_object**); LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Meta_substCore___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_substCore___lambda__21___closed__21; -LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__21(lean_object*, 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_Lean_Meta_substCore___lambda__21(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__1___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__14___boxed(lean_object**); static lean_object* l_Lean_Meta_substCore___lambda__14___closed__3; @@ -236,7 +233,6 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_substCore___spec__4(lean_object* LEAN_EXPORT lean_object* l_Lean_Meta_subst(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__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_substCore___lambda__21___closed__9; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(lean_object*, uint8_t, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); @@ -250,9 +246,12 @@ lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Expr_fvar___override(lean_object*); static lean_object* l_Lean_Meta_subst_findEq___lambda__2___closed__4; 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_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__9; LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Meta_substCore___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_Nat_foldM_loop___at_Lean_Meta_substCore___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_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__15; lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___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_Subst___hyg_4295____closed__10; lean_object* l_Lean_Meta_mkFreshExprSyntheticOpaqueMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_PersistentArray_findSomeMAux___at_Lean_Meta_subst_findEq___spec__3___closed__1; @@ -260,8 +259,10 @@ LEAN_EXPORT lean_object* l_Lean_Meta_subst_substEq___lambda__1(lean_object*, lea static lean_object* l_Lean_Meta_heqToEq___lambda__2___closed__3; 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_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__1; lean_object* l_Lean_Meta_mkLambdaFVars(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Meta_substSomeVar_x3f___spec__2___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_Meta_substCore___spec__5(size_t, size_t, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); @@ -279,7 +280,6 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_subst_substEq___spec__1(lean_obj LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__7(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_object* l_Lean_Meta_matchEq_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_subst_x3f(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_Subst___hyg_4294____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_substCore___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*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_matchHEq_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldM_loop___at_Lean_Meta_substCore___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) { @@ -2166,7 +2166,7 @@ x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); lean_dec(x_33); lean_inc(x_24); -x_36 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_24, x_2, x_16, x_17, x_18, x_19, x_35); +x_36 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_24, x_2, x_16, x_17, x_18, x_19, x_35); x_37 = lean_ctor_get(x_36, 0); lean_inc(x_37); x_38 = lean_unbox(x_37); @@ -2926,133 +2926,143 @@ x_24 = lean_nat_dec_lt(x_23, x_20); lean_dec(x_20); if (x_22 == 0) { -lean_object* x_64; lean_object* x_65; -x_64 = l_Lean_instInhabitedFVarId; -x_65 = l___private_Init_Util_0__outOfBounds___rarg(x_64); -x_25 = x_65; -goto block_63; +lean_object* x_67; lean_object* x_68; +x_67 = l_Lean_instInhabitedFVarId; +x_68 = l___private_Init_Util_0__outOfBounds___rarg(x_67); +x_25 = x_68; +goto block_66; } else { -lean_object* x_66; -x_66 = lean_array_fget(x_1, x_21); -x_25 = x_66; -goto block_63; +lean_object* x_69; +x_69 = lean_array_fget(x_1, x_21); +x_25 = x_69; +goto block_66; } -block_63: +block_66: { lean_object* x_26; lean_object* x_27; lean_inc(x_25); x_26 = l_Lean_Expr_fvar___override(x_25); if (x_24 == 0) { -lean_object* x_60; lean_object* x_61; +lean_object* x_63; lean_object* x_64; lean_dec(x_1); -x_60 = l_Lean_instInhabitedFVarId; -x_61 = l___private_Init_Util_0__outOfBounds___rarg(x_60); -x_27 = x_61; -goto block_59; +x_63 = l_Lean_instInhabitedFVarId; +x_64 = l___private_Init_Util_0__outOfBounds___rarg(x_63); +x_27 = x_64; +goto block_62; } else { -lean_object* x_62; -x_62 = lean_array_fget(x_1, x_23); +lean_object* x_65; +x_65 = lean_array_fget(x_1, x_23); lean_dec(x_1); -x_27 = x_62; -goto block_59; +x_27 = x_65; +goto block_62; } -block_59: +block_62: { -lean_object* x_28; +lean_object* x_28; uint8_t x_29; lean_inc(x_27); x_28 = l_Lean_Expr_fvar___override(x_27); if (x_13 == 0) { -uint8_t x_29; lean_object* x_30; -x_29 = 0; -x_30 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_29, x_15, x_16, x_17, x_18, x_19); -return x_30; +uint8_t x_56; +x_56 = 1; +x_29 = x_56; +goto block_55; } else { -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_array_get_size(x_4); -x_32 = lean_unsigned_to_nat(2u); -x_33 = lean_nat_dec_eq(x_31, x_32); -lean_dec(x_31); -if (x_33 == 0) +lean_object* x_57; lean_object* x_58; uint8_t x_59; +x_57 = lean_array_get_size(x_4); +x_58 = lean_unsigned_to_nat(2u); +x_59 = lean_nat_dec_eq(x_57, x_58); +lean_dec(x_57); +if (x_59 == 0) { -uint8_t x_34; lean_object* x_35; -x_34 = 0; -x_35 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_34, x_15, x_16, x_17, x_18, x_19); -return x_35; +uint8_t x_60; +x_60 = 1; +x_29 = x_60; +goto block_55; } else { -lean_object* x_36; +uint8_t x_61; +x_61 = 0; +x_29 = x_61; +goto block_55; +} +} +block_55: +{ +if (x_29 == 0) +{ +lean_object* x_30; lean_inc(x_2); -x_36 = l_Lean_MVarId_getType(x_2, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_36) == 0) +x_30 = l_Lean_MVarId_getType(x_2, x_15, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_30) == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -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); -lean_inc(x_37); -x_39 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_37, x_25, x_15, x_16, x_17, x_18, x_38); -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -x_41 = lean_unbox(x_40); -lean_dec(x_40); -if (x_41 == 0) +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; +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); +lean_inc(x_31); +x_33 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_31, x_25, x_15, x_16, x_17, x_18, x_32); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_unbox(x_34); +lean_dec(x_34); +if (x_35 == 0) { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_ctor_get(x_39, 1); -lean_inc(x_42); -lean_dec(x_39); -x_43 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_37, x_27, x_15, x_16, x_17, x_18, x_42); -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) +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_ctor_get(x_33, 1); +lean_inc(x_36); +lean_dec(x_33); +x_37 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_31, x_27, x_15, x_16, x_17, x_18, x_36); +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_unbox(x_38); +lean_dec(x_38); +if (x_39 == 0) { -lean_object* x_46; uint8_t x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); -lean_dec(x_43); -x_47 = 1; -x_48 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_47, x_15, x_16, x_17, x_18, x_46); -return x_48; +lean_object* x_40; uint8_t x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_37, 1); +lean_inc(x_40); +lean_dec(x_37); +x_41 = 1; +x_42 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_41, x_15, x_16, x_17, x_18, x_40); +return x_42; } else { -lean_object* x_49; uint8_t x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_43, 1); -lean_inc(x_49); -lean_dec(x_43); -x_50 = 0; -x_51 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_50, x_15, x_16, x_17, x_18, x_49); -return x_51; +lean_object* x_43; uint8_t x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_37, 1); +lean_inc(x_43); +lean_dec(x_37); +x_44 = 0; +x_45 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_44, x_15, x_16, x_17, x_18, x_43); +return x_45; } } else { -lean_object* x_52; uint8_t x_53; lean_object* x_54; -lean_dec(x_37); -x_52 = lean_ctor_get(x_39, 1); -lean_inc(x_52); -lean_dec(x_39); -x_53 = 0; -x_54 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_53, x_15, x_16, x_17, x_18, x_52); -return x_54; +lean_object* x_46; uint8_t x_47; lean_object* x_48; +lean_dec(x_31); +x_46 = lean_ctor_get(x_33, 1); +lean_inc(x_46); +lean_dec(x_33); +x_47 = 0; +x_48 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_47, x_15, x_16, x_17, x_18, x_46); +return x_48; } } else { -uint8_t x_55; +uint8_t x_49; lean_dec(x_28); lean_dec(x_27); lean_dec(x_26); @@ -3070,26 +3080,33 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_55 = !lean_is_exclusive(x_36); -if (x_55 == 0) +x_49 = !lean_is_exclusive(x_30); +if (x_49 == 0) { -return x_36; +return x_30; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_36, 0); -x_57 = lean_ctor_get(x_36, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_36); -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_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_30, 0); +x_51 = lean_ctor_get(x_30, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_30); +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 +{ +uint8_t x_53; lean_object* x_54; +x_53 = 0; +x_54 = l_Lean_Meta_substCore___lambda__15(x_2, x_27, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_28, x_25, x_11, x_12, x_53, x_15, x_16, x_17, x_18, x_19); +return x_54; +} } } } @@ -3466,7 +3483,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__20(lean_object* x_1, le lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_dec(x_13); lean_inc(x_1); -x_19 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_1, x_2, x_14, x_15, x_16, x_17, x_18); +x_19 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_1, x_2, x_14, x_15, x_16, x_17, x_18); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); x_21 = lean_unbox(x_20); @@ -3776,7 +3793,7 @@ x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__21(lean_object* x_1, lean_object* x_2, lean_object* x_3, uint8_t 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_object* x_11) { +LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__21(lean_object* x_1, lean_object* x_2, uint8_t 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_object* x_11) { _start: { lean_object* x_12; @@ -3830,7 +3847,7 @@ if (lean_obj_tag(x_23) == 0) lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_dec(x_21); lean_dec(x_13); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); @@ -3843,7 +3860,7 @@ return x_26; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; x_27 = lean_ctor_get(x_23, 0); lean_inc(x_27); lean_dec(x_23); @@ -3858,219 +3875,232 @@ lean_inc(x_30); x_31 = lean_ctor_get(x_28, 1); lean_inc(x_31); lean_dec(x_28); -if (x_6 == 0) -{ -uint8_t x_89; -x_89 = 0; -x_32 = x_89; -goto block_88; -} -else -{ -uint8_t x_90; -x_90 = 1; -x_32 = x_90; -goto block_88; -} -block_88: -{ -lean_object* x_33; -if (x_32 == 0) +if (x_3 == 0) { lean_inc(x_30); -x_33 = x_30; -goto block_87; +x_32 = x_30; +goto block_86; } else { lean_inc(x_31); -x_33 = x_31; -goto block_87; +x_32 = x_31; +goto block_86; } -block_87: +block_86: { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_33, x_7, x_8, x_9, x_10, x_29); -x_35 = lean_ctor_get(x_34, 0); +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_32, x_7, x_8, x_9, x_10, x_29); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -if (x_32 == 0) +lean_dec(x_33); +if (x_3 == 0) { lean_dec(x_30); -x_37 = x_31; -goto block_86; +x_36 = x_31; +goto block_85; } else { lean_dec(x_31); -x_37 = x_30; -goto block_86; +x_36 = x_30; +goto block_85; } -block_86: +block_85: { -lean_object* x_38; -x_38 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_37, x_7, x_8, x_9, x_10, x_36); -if (lean_obj_tag(x_35) == 1) +lean_object* x_37; +x_37 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_36, x_7, x_8, x_9, x_10, x_35); +if (lean_obj_tag(x_34) == 1) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_dec(x_21); -x_39 = lean_ctor_get(x_38, 0); +x_38 = lean_ctor_get(x_37, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_37, 1); lean_inc(x_39); -x_40 = lean_ctor_get(x_38, 1); +lean_dec(x_37); +x_40 = lean_ctor_get(x_34, 0); lean_inc(x_40); -lean_dec(x_38); -x_41 = lean_ctor_get(x_35, 0); -lean_inc(x_41); -x_42 = l_Lean_Meta_substCore___lambda__21___closed__20; -x_43 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_42, x_7, x_8, x_9, x_10, x_40); -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) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_43, 1); -lean_inc(x_46); +x_41 = l_Lean_Meta_substCore___lambda__21___closed__20; +x_42 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_41, x_7, x_8, x_9, x_10, x_39); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_unbox(x_43); lean_dec(x_43); -x_47 = lean_box(0); -x_48 = l_Lean_Meta_substCore___lambda__20(x_39, x_41, x_2, x_1, x_42, x_13, x_3, x_4, x_32, x_5, x_35, x_15, x_47, x_7, x_8, x_9, x_10, x_46); -return x_48; +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_42, 1); +lean_inc(x_45); +lean_dec(x_42); +x_46 = lean_box(0); +x_47 = l_Lean_Meta_substCore___lambda__20(x_38, x_40, x_2, x_1, x_41, x_13, x_4, x_5, x_3, x_6, x_34, x_15, x_46, x_7, x_8, x_9, x_10, x_45); +return x_47; } 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; -x_49 = lean_ctor_get(x_43, 1); -lean_inc(x_49); -lean_dec(x_43); -lean_inc(x_35); -x_50 = l_Lean_MessageData_ofExpr(x_35); -x_51 = l_Lean_Meta_substCore___lambda__21___closed__22; -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_substCore___lambda__21___closed__24; -x_54 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_54, 0, x_52); -lean_ctor_set(x_54, 1, x_53); -lean_inc(x_41); -x_55 = l_Lean_MessageData_ofName(x_41); -x_56 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -x_57 = l_Lean_Meta_substCore___lambda__21___closed__26; -x_58 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_58, 0, x_56); -lean_ctor_set(x_58, 1, x_57); -lean_inc(x_39); -x_59 = l_Lean_MessageData_ofExpr(x_39); -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 = l_Lean_Meta_substCore___lambda__2___closed__6; -x_62 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_62, 0, x_60); -lean_ctor_set(x_62, 1, x_61); -x_63 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_42, x_62, x_7, x_8, x_9, x_10, x_49); -x_64 = lean_ctor_get(x_63, 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; +x_48 = lean_ctor_get(x_42, 1); +lean_inc(x_48); +lean_dec(x_42); +lean_inc(x_34); +x_49 = l_Lean_MessageData_ofExpr(x_34); +x_50 = l_Lean_Meta_substCore___lambda__21___closed__22; +x_51 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_49); +x_52 = l_Lean_Meta_substCore___lambda__21___closed__24; +x_53 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, x_52); +lean_inc(x_40); +x_54 = l_Lean_MessageData_ofName(x_40); +x_55 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = l_Lean_Meta_substCore___lambda__21___closed__26; +x_57 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +lean_inc(x_38); +x_58 = l_Lean_MessageData_ofExpr(x_38); +x_59 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = l_Lean_Meta_substCore___lambda__2___closed__6; +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_59); +lean_ctor_set(x_61, 1, x_60); +x_62 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_41, x_61, x_7, x_8, x_9, x_10, x_48); +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_ctor_get(x_62, 1); lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = l_Lean_Meta_substCore___lambda__20(x_39, x_41, x_2, x_1, x_42, x_13, x_3, x_4, x_32, x_5, x_35, x_15, x_64, x_7, x_8, x_9, x_10, x_65); -return x_66; +lean_dec(x_62); +x_65 = l_Lean_Meta_substCore___lambda__20(x_38, x_40, x_2, x_1, x_41, x_13, x_4, x_5, x_3, x_6, x_34, x_15, x_63, x_7, x_8, x_9, x_10, x_64); +return x_65; } } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_dec(x_13); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); -x_67 = lean_ctor_get(x_38, 1); -lean_inc(x_67); -lean_dec(x_38); -x_68 = l_Lean_indentExpr(x_21); -x_69 = l_Lean_indentExpr(x_35); -if (x_32 == 0) +x_66 = lean_ctor_get(x_37, 1); +lean_inc(x_66); +lean_dec(x_37); +x_67 = l_Lean_indentExpr(x_21); +x_68 = l_Lean_indentExpr(x_34); +if (x_3 == 0) { -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; -x_70 = l_Lean_Meta_substCore___lambda__21___closed__13; -x_71 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_68); -x_72 = l_Lean_Meta_substCore___lambda__21___closed__9; +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_69 = l_Lean_Meta_substCore___lambda__21___closed__13; +x_70 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_67); +x_71 = l_Lean_Meta_substCore___lambda__21___closed__9; +x_72 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_72, 0, x_70); +lean_ctor_set(x_72, 1, x_71); 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 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_69); -x_75 = l_Lean_Meta_substCore___lambda__2___closed__6; -x_76 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -x_77 = l_Lean_Meta_throwTacticEx___rarg(x_15, x_1, x_76, x_7, x_8, x_9, x_10, x_67); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_68); +x_74 = l_Lean_Meta_substCore___lambda__2___closed__6; +x_75 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +x_76 = l_Lean_Meta_throwTacticEx___rarg(x_15, x_1, x_75, x_7, x_8, x_9, x_10, x_66); lean_dec(x_10); lean_dec(x_8); -return x_77; +return x_76; } 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; -x_78 = l_Lean_Meta_substCore___lambda__21___closed__17; -x_79 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_68); -x_80 = l_Lean_Meta_substCore___lambda__21___closed__9; +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_77 = l_Lean_Meta_substCore___lambda__21___closed__17; +x_78 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_67); +x_79 = l_Lean_Meta_substCore___lambda__21___closed__9; +x_80 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_80, 0, x_78); +lean_ctor_set(x_80, 1, x_79); 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_69); -x_83 = l_Lean_Meta_substCore___lambda__2___closed__6; -x_84 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_84, 0, x_82); -lean_ctor_set(x_84, 1, x_83); -x_85 = l_Lean_Meta_throwTacticEx___rarg(x_15, x_1, x_84, x_7, x_8, x_9, x_10, x_67); +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_68); +x_82 = l_Lean_Meta_substCore___lambda__2___closed__6; +x_83 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_83, 0, x_81); +lean_ctor_set(x_83, 1, x_82); +x_84 = l_Lean_Meta_throwTacticEx___rarg(x_15, x_1, x_83, x_7, x_8, x_9, x_10, x_66); lean_dec(x_10); lean_dec(x_8); -return x_85; +return x_84; +} } } } } } +else +{ +uint8_t x_87; +lean_dec(x_21); +lean_dec(x_13); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_87 = !lean_is_exclusive(x_22); +if (x_87 == 0) +{ +return x_22; +} +else +{ +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_22, 0); +x_89 = lean_ctor_get(x_22, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_22); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} } } else { uint8_t x_91; -lean_dec(x_21); lean_dec(x_13); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_91 = !lean_is_exclusive(x_22); +x_91 = !lean_is_exclusive(x_18); if (x_91 == 0) { -return x_22; +return x_18; } else { lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_22, 0); -x_93 = lean_ctor_get(x_22, 1); +x_92 = lean_ctor_get(x_18, 0); +x_93 = lean_ctor_get(x_18, 1); lean_inc(x_93); lean_inc(x_92); -lean_dec(x_22); +lean_dec(x_18); x_94 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_94, 0, x_92); lean_ctor_set(x_94, 1, x_93); @@ -4086,22 +4116,22 @@ lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_95 = !lean_is_exclusive(x_18); +x_95 = !lean_is_exclusive(x_16); if (x_95 == 0) { -return x_18; +return x_16; } else { lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_18, 0); -x_97 = lean_ctor_get(x_18, 1); +x_96 = lean_ctor_get(x_16, 0); +x_97 = lean_ctor_get(x_16, 1); lean_inc(x_97); lean_inc(x_96); -lean_dec(x_18); +lean_dec(x_16); x_98 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_98, 0, x_96); lean_ctor_set(x_98, 1, x_97); @@ -4112,27 +4142,26 @@ return x_98; else { uint8_t x_99; -lean_dec(x_13); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_99 = !lean_is_exclusive(x_16); +x_99 = !lean_is_exclusive(x_12); if (x_99 == 0) { -return x_16; +return x_12; } 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); +x_100 = lean_ctor_get(x_12, 0); +x_101 = lean_ctor_get(x_12, 1); lean_inc(x_101); lean_inc(x_100); -lean_dec(x_16); +lean_dec(x_12); x_102 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_102, 0, x_100); lean_ctor_set(x_102, 1, x_101); @@ -4140,50 +4169,20 @@ return x_102; } } } -else -{ -uint8_t x_103; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_103 = !lean_is_exclusive(x_12); -if (x_103 == 0) -{ -return x_12; } -else -{ -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_12, 0); -x_105 = lean_ctor_get(x_12, 1); -lean_inc(x_105); -lean_inc(x_104); -lean_dec(x_12); -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_Meta_substCore(lean_object* x_1, lean_object* x_2, uint8_t 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_object* x_11) { -_start: +LEAN_EXPORT lean_object* l_Lean_Meta_substCore(lean_object* x_1, lean_object* x_2, uint8_t 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_object* x_11) { +_start: { lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = lean_box(x_5); -x_13 = lean_box(x_6); -x_14 = lean_box(x_3); +x_12 = lean_box(x_3); +x_13 = lean_box(x_5); +x_14 = lean_box(x_6); lean_inc(x_1); x_15 = lean_alloc_closure((void*)(l_Lean_Meta_substCore___lambda__21___boxed), 11, 6); lean_closure_set(x_15, 0, x_1); lean_closure_set(x_15, 1, x_2); -lean_closure_set(x_15, 2, x_4); -lean_closure_set(x_15, 3, x_12); +lean_closure_set(x_15, 2, x_12); +lean_closure_set(x_15, 3, x_4); lean_closure_set(x_15, 4, x_13); lean_closure_set(x_15, 5, x_14); x_16 = l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(x_1, x_15, x_7, x_8, x_9, x_10, x_11); @@ -4794,13 +4793,13 @@ LEAN_EXPORT lean_object* l_Lean_Meta_substCore___lambda__21___boxed(lean_object* _start: { uint8_t x_12; uint8_t x_13; uint8_t x_14; lean_object* x_15; -x_12 = lean_unbox(x_4); -lean_dec(x_4); +x_12 = lean_unbox(x_3); +lean_dec(x_3); x_13 = lean_unbox(x_5); lean_dec(x_5); x_14 = lean_unbox(x_6); lean_dec(x_6); -x_15 = l_Lean_Meta_substCore___lambda__21(x_1, x_2, x_3, x_12, x_13, x_14, x_7, x_8, x_9, x_10, x_11); +x_15 = l_Lean_Meta_substCore___lambda__21(x_1, x_2, x_12, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11); return x_15; } } @@ -5823,270 +5822,351 @@ lean_inc(x_21); x_22 = lean_whnf(x_21, x_3, x_4, x_5, x_6, x_19); if (lean_obj_tag(x_22) == 0) { -lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_87; 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_Expr_isFVar(x_23); -if (x_25 == 0) +x_87 = l_Lean_Expr_isFVar(x_23); +if (x_87 == 0) { -lean_object* x_26; +lean_object* x_88; lean_dec(x_23); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_20); -x_26 = lean_whnf(x_20, x_3, x_4, x_5, x_6, x_24); -if (lean_obj_tag(x_26) == 0) +x_88 = lean_whnf(x_20, x_3, x_4, x_5, x_6, x_24); +if (lean_obj_tag(x_88) == 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_Expr_isFVar(x_27); -if (x_29 == 0) +lean_object* x_89; lean_object* x_90; uint8_t x_91; uint8_t x_155; +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_155 = l_Lean_Expr_isFVar(x_89); +if (x_155 == 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_dec(x_27); +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_dec(x_89); lean_dec(x_21); lean_dec(x_20); lean_dec(x_9); lean_dec(x_1); -x_30 = l_Lean_indentExpr(x_11); -x_31 = l_Lean_Meta_subst_substEq___lambda__1___closed__4; -x_32 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -x_33 = l_Lean_Meta_substCore___lambda__2___closed__6; -x_34 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -x_35 = l_Lean_Meta_substCore___lambda__21___closed__2; -x_36 = l_Lean_Meta_throwTacticEx___rarg(x_35, x_2, x_34, x_3, x_4, x_5, x_6, x_28); +x_156 = l_Lean_indentExpr(x_11); +x_157 = l_Lean_Meta_subst_substEq___lambda__1___closed__4; +x_158 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_158, 0, x_157); +lean_ctor_set(x_158, 1, x_156); +x_159 = l_Lean_Meta_substCore___lambda__2___closed__6; +x_160 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_160, 0, x_158); +lean_ctor_set(x_160, 1, x_159); +x_161 = l_Lean_Meta_substCore___lambda__21___closed__2; +x_162 = l_Lean_Meta_throwTacticEx___rarg(x_161, x_2, x_160, x_3, x_4, x_5, x_6, x_90); lean_dec(x_6); lean_dec(x_4); -return x_36; +return x_162; } else { -uint8_t x_37; +uint8_t x_163; lean_dec(x_11); -x_37 = lean_expr_eqv(x_20, x_27); +x_163 = lean_expr_eqv(x_20, x_89); lean_dec(x_20); -if (x_37 == 0) +if (x_163 == 0) +{ +uint8_t x_164; +x_164 = 1; +x_91 = x_164; +goto block_154; +} +else +{ +uint8_t x_165; +x_165 = 0; +x_91 = x_165; +goto block_154; +} +} +block_154: +{ +if (x_91 == 0) +{ +lean_object* x_92; uint8_t x_93; uint8_t x_94; lean_object* x_95; +lean_dec(x_89); +lean_dec(x_21); +lean_dec(x_9); +x_92 = lean_box(0); +x_93 = 0; +x_94 = 1; +x_95 = l_Lean_Meta_substCore(x_2, x_1, x_93, x_92, x_94, x_94, x_3, x_4, x_5, x_6, x_90); +if (lean_obj_tag(x_95) == 0) +{ +uint8_t x_96; +x_96 = !lean_is_exclusive(x_95); +if (x_96 == 0) +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_95, 0); +x_98 = lean_ctor_get(x_97, 1); +lean_inc(x_98); +lean_dec(x_97); +lean_ctor_set(x_95, 0, x_98); +return x_95; +} +else +{ +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_99 = lean_ctor_get(x_95, 0); +x_100 = lean_ctor_get(x_95, 1); +lean_inc(x_100); +lean_inc(x_99); +lean_dec(x_95); +x_101 = lean_ctor_get(x_99, 1); +lean_inc(x_101); +lean_dec(x_99); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_100); +return x_102; +} +} +else +{ +uint8_t x_103; +x_103 = !lean_is_exclusive(x_95); +if (x_103 == 0) +{ +return x_95; +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_95, 0); +x_105 = lean_ctor_get(x_95, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_95); +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 { -lean_object* x_38; +lean_object* x_107; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_38 = l_Lean_Meta_mkEq(x_27, x_21, x_3, x_4, x_5, x_6, x_28); -if (lean_obj_tag(x_38) == 0) +x_107 = l_Lean_Meta_mkEq(x_89, x_21, x_3, x_4, x_5, x_6, x_90); +if (lean_obj_tag(x_107) == 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_LocalDecl_userName(x_9); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = l_Lean_LocalDecl_userName(x_9); lean_dec(x_9); lean_inc(x_1); -x_42 = l_Lean_Expr_fvar___override(x_1); +x_111 = l_Lean_Expr_fvar___override(x_1); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_43 = l_Lean_MVarId_assert(x_2, x_41, x_39, x_42, x_3, x_4, x_5, x_6, x_40); -if (lean_obj_tag(x_43) == 0) +x_112 = l_Lean_MVarId_assert(x_2, x_110, x_108, x_111, x_3, x_4, x_5, x_6, x_109); +if (lean_obj_tag(x_112) == 0) { -lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = 1; +lean_object* x_113; lean_object* x_114; uint8_t x_115; lean_object* x_116; +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_112, 1); +lean_inc(x_114); +lean_dec(x_112); +x_115 = 1; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_47 = l_Lean_Meta_intro1Core(x_44, x_46, x_3, x_4, x_5, x_6, x_45); -if (lean_obj_tag(x_47) == 0) +x_116 = l_Lean_Meta_intro1Core(x_113, x_115, x_3, x_4, x_5, x_6, x_114); +if (lean_obj_tag(x_116) == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_ctor_get(x_48, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); -lean_dec(x_48); +lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_116, 1); +lean_inc(x_118); +lean_dec(x_116); +x_119 = lean_ctor_get(x_117, 0); +lean_inc(x_119); +x_120 = lean_ctor_get(x_117, 1); +lean_inc(x_120); +lean_dec(x_117); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_52 = l_Lean_MVarId_clear(x_51, x_1, x_3, x_4, x_5, x_6, x_49); -if (lean_obj_tag(x_52) == 0) -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; lean_object* x_57; -x_53 = lean_ctor_get(x_52, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -x_55 = lean_box(0); -x_56 = 0; -x_57 = l_Lean_Meta_substCore(x_53, x_50, x_56, x_55, x_46, x_46, x_3, x_4, x_5, x_6, x_54); -if (lean_obj_tag(x_57) == 0) -{ -uint8_t x_58; -x_58 = !lean_is_exclusive(x_57); -if (x_58 == 0) +x_121 = l_Lean_MVarId_clear(x_120, x_1, x_3, x_4, x_5, x_6, x_118); +if (lean_obj_tag(x_121) == 0) { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_57, 0); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -lean_ctor_set(x_57, 0, x_60); -return x_57; +lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; lean_object* x_126; +x_122 = lean_ctor_get(x_121, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); +lean_dec(x_121); +x_124 = lean_box(0); +x_125 = 0; +x_126 = l_Lean_Meta_substCore(x_122, x_119, x_125, x_124, x_115, x_115, x_3, x_4, x_5, x_6, x_123); +if (lean_obj_tag(x_126) == 0) +{ +uint8_t x_127; +x_127 = !lean_is_exclusive(x_126); +if (x_127 == 0) +{ +lean_object* x_128; lean_object* x_129; +x_128 = lean_ctor_get(x_126, 0); +x_129 = lean_ctor_get(x_128, 1); +lean_inc(x_129); +lean_dec(x_128); +lean_ctor_set(x_126, 0, x_129); +return x_126; } 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_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_62); -return x_64; +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_130 = lean_ctor_get(x_126, 0); +x_131 = lean_ctor_get(x_126, 1); +lean_inc(x_131); +lean_inc(x_130); +lean_dec(x_126); +x_132 = lean_ctor_get(x_130, 1); +lean_inc(x_132); +lean_dec(x_130); +x_133 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_133, 0, x_132); +lean_ctor_set(x_133, 1, x_131); +return x_133; } } else { -uint8_t x_65; -x_65 = !lean_is_exclusive(x_57); -if (x_65 == 0) +uint8_t x_134; +x_134 = !lean_is_exclusive(x_126); +if (x_134 == 0) { -return x_57; +return x_126; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_57, 0); -x_67 = lean_ctor_get(x_57, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_57); -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; +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_126, 0); +x_136 = lean_ctor_get(x_126, 1); +lean_inc(x_136); +lean_inc(x_135); +lean_dec(x_126); +x_137 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_137, 0, x_135); +lean_ctor_set(x_137, 1, x_136); +return x_137; } } } else { -uint8_t x_69; -lean_dec(x_50); +uint8_t x_138; +lean_dec(x_119); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_69 = !lean_is_exclusive(x_52); -if (x_69 == 0) +x_138 = !lean_is_exclusive(x_121); +if (x_138 == 0) { -return x_52; +return x_121; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_52, 0); -x_71 = lean_ctor_get(x_52, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_52); -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_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = lean_ctor_get(x_121, 0); +x_140 = lean_ctor_get(x_121, 1); +lean_inc(x_140); +lean_inc(x_139); +lean_dec(x_121); +x_141 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; } } } else { -uint8_t x_73; +uint8_t x_142; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_73 = !lean_is_exclusive(x_47); -if (x_73 == 0) +x_142 = !lean_is_exclusive(x_116); +if (x_142 == 0) { -return x_47; +return x_116; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_47, 0); -x_75 = lean_ctor_get(x_47, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_47); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_143; lean_object* x_144; lean_object* x_145; +x_143 = lean_ctor_get(x_116, 0); +x_144 = lean_ctor_get(x_116, 1); +lean_inc(x_144); +lean_inc(x_143); +lean_dec(x_116); +x_145 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +return x_145; } } } else { -uint8_t x_77; +uint8_t x_146; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_77 = !lean_is_exclusive(x_43); -if (x_77 == 0) +x_146 = !lean_is_exclusive(x_112); +if (x_146 == 0) { -return x_43; +return x_112; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_43, 0); -x_79 = lean_ctor_get(x_43, 1); -lean_inc(x_79); -lean_inc(x_78); -lean_dec(x_43); -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_object* x_147; lean_object* x_148; lean_object* x_149; +x_147 = lean_ctor_get(x_112, 0); +x_148 = lean_ctor_get(x_112, 1); +lean_inc(x_148); +lean_inc(x_147); +lean_dec(x_112); +x_149 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_149, 0, x_147); +lean_ctor_set(x_149, 1, x_148); +return x_149; } } } else { -uint8_t x_81; +uint8_t x_150; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); @@ -6094,339 +6174,355 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_81 = !lean_is_exclusive(x_38); -if (x_81 == 0) +x_150 = !lean_is_exclusive(x_107); +if (x_150 == 0) { -return x_38; +return x_107; } else { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = lean_ctor_get(x_38, 0); -x_83 = lean_ctor_get(x_38, 1); -lean_inc(x_83); -lean_inc(x_82); -lean_dec(x_38); -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; +lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_151 = lean_ctor_get(x_107, 0); +x_152 = lean_ctor_get(x_107, 1); +lean_inc(x_152); +lean_inc(x_151); +lean_dec(x_107); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +return x_153; +} +} } } } else { -lean_object* x_85; uint8_t x_86; uint8_t x_87; lean_object* x_88; -lean_dec(x_27); +uint8_t x_166; lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_11); lean_dec(x_9); -x_85 = lean_box(0); -x_86 = 0; -x_87 = 1; -x_88 = l_Lean_Meta_substCore(x_2, x_1, x_86, x_85, x_87, x_87, x_3, x_4, x_5, x_6, x_28); -if (lean_obj_tag(x_88) == 0) -{ -uint8_t x_89; -x_89 = !lean_is_exclusive(x_88); -if (x_89 == 0) +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_166 = !lean_is_exclusive(x_88); +if (x_166 == 0) { -lean_object* x_90; lean_object* x_91; -x_90 = lean_ctor_get(x_88, 0); -x_91 = lean_ctor_get(x_90, 1); -lean_inc(x_91); -lean_dec(x_90); -lean_ctor_set(x_88, 0, x_91); return x_88; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_92 = lean_ctor_get(x_88, 0); -x_93 = lean_ctor_get(x_88, 1); -lean_inc(x_93); -lean_inc(x_92); +lean_object* x_167; lean_object* x_168; lean_object* x_169; +x_167 = lean_ctor_get(x_88, 0); +x_168 = lean_ctor_get(x_88, 1); +lean_inc(x_168); +lean_inc(x_167); lean_dec(x_88); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -lean_dec(x_92); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_93); -return x_95; +x_169 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_169, 0, x_167); +lean_ctor_set(x_169, 1, x_168); +return x_169; +} } } else { -uint8_t x_96; -x_96 = !lean_is_exclusive(x_88); -if (x_96 == 0) +uint8_t x_170; +lean_dec(x_11); +x_170 = lean_expr_eqv(x_21, x_23); +lean_dec(x_21); +if (x_170 == 0) { -return x_88; +uint8_t x_171; +x_171 = 1; +x_25 = x_171; +goto block_86; } else { -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = lean_ctor_get(x_88, 0); -x_98 = lean_ctor_get(x_88, 1); -lean_inc(x_98); -lean_inc(x_97); -lean_dec(x_88); -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; +uint8_t x_172; +x_172 = 0; +x_25 = x_172; +goto block_86; } } +block_86: +{ +if (x_25 == 0) +{ +lean_object* x_26; uint8_t x_27; lean_object* x_28; +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_9); +x_26 = lean_box(0); +x_27 = 1; +x_28 = l_Lean_Meta_substCore(x_2, x_1, x_27, x_26, x_27, x_27, x_3, x_4, x_5, x_6, x_24); +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; lean_object* x_31; +x_30 = lean_ctor_get(x_28, 0); +x_31 = lean_ctor_get(x_30, 1); +lean_inc(x_31); +lean_dec(x_30); +lean_ctor_set(x_28, 0, x_31); +return x_28; } +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_32 = lean_ctor_get(x_28, 0); +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +lean_inc(x_32); +lean_dec(x_28); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(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_33); +return x_35; } } else { -uint8_t x_100; -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_11); -lean_dec(x_9); -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_100 = !lean_is_exclusive(x_26); -if (x_100 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_28); +if (x_36 == 0) { -return x_26; +return x_28; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_26, 0); -x_102 = lean_ctor_get(x_26, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_26); -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; +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_28, 0); +x_38 = lean_ctor_get(x_28, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_28); +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; } } } else { -uint8_t x_104; -lean_dec(x_11); -x_104 = lean_expr_eqv(x_21, x_23); -lean_dec(x_21); -if (x_104 == 0) -{ -lean_object* x_105; +lean_object* x_40; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_105 = l_Lean_Meta_mkEq(x_20, x_23, x_3, x_4, x_5, x_6, x_24); -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; -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_LocalDecl_userName(x_9); +x_40 = l_Lean_Meta_mkEq(x_20, x_23, x_3, x_4, x_5, x_6, x_24); +if (lean_obj_tag(x_40) == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = l_Lean_LocalDecl_userName(x_9); lean_dec(x_9); lean_inc(x_1); -x_109 = l_Lean_Expr_fvar___override(x_1); +x_44 = l_Lean_Expr_fvar___override(x_1); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_110 = l_Lean_MVarId_assert(x_2, x_108, x_106, x_109, x_3, x_4, x_5, x_6, x_107); -if (lean_obj_tag(x_110) == 0) -{ -lean_object* x_111; lean_object* x_112; uint8_t x_113; lean_object* x_114; -x_111 = lean_ctor_get(x_110, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_110, 1); -lean_inc(x_112); -lean_dec(x_110); -x_113 = 1; +x_45 = l_Lean_MVarId_assert(x_2, x_43, x_41, x_44, x_3, x_4, x_5, x_6, x_42); +if (lean_obj_tag(x_45) == 0) +{ +lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_object* x_49; +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 = 1; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_114 = l_Lean_Meta_intro1Core(x_111, x_113, x_3, x_4, x_5, x_6, x_112); -if (lean_obj_tag(x_114) == 0) +x_49 = l_Lean_Meta_intro1Core(x_46, x_48, x_3, x_4, x_5, x_6, x_47); +if (lean_obj_tag(x_49) == 0) { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); -lean_dec(x_114); -x_117 = lean_ctor_get(x_115, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_115, 1); -lean_inc(x_118); -lean_dec(x_115); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = lean_ctor_get(x_49, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_49, 1); +lean_inc(x_51); +lean_dec(x_49); +x_52 = lean_ctor_get(x_50, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_50, 1); +lean_inc(x_53); +lean_dec(x_50); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_119 = l_Lean_MVarId_clear(x_118, x_1, x_3, x_4, x_5, x_6, x_116); -if (lean_obj_tag(x_119) == 0) +x_54 = l_Lean_MVarId_clear(x_53, x_1, x_3, x_4, x_5, x_6, x_51); +if (lean_obj_tag(x_54) == 0) { -lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -lean_dec(x_119); -x_122 = lean_box(0); -x_123 = l_Lean_Meta_substCore(x_120, x_117, x_113, x_122, x_113, x_113, x_3, x_4, x_5, x_6, x_121); -if (lean_obj_tag(x_123) == 0) +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); +x_56 = lean_ctor_get(x_54, 1); +lean_inc(x_56); +lean_dec(x_54); +x_57 = lean_box(0); +x_58 = l_Lean_Meta_substCore(x_55, x_52, x_48, x_57, x_48, x_48, x_3, x_4, x_5, x_6, x_56); +if (lean_obj_tag(x_58) == 0) { -uint8_t x_124; -x_124 = !lean_is_exclusive(x_123); -if (x_124 == 0) +uint8_t x_59; +x_59 = !lean_is_exclusive(x_58); +if (x_59 == 0) { -lean_object* x_125; lean_object* x_126; -x_125 = lean_ctor_get(x_123, 0); -x_126 = lean_ctor_get(x_125, 1); -lean_inc(x_126); -lean_dec(x_125); -lean_ctor_set(x_123, 0, x_126); -return x_123; +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_58, 0); +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +lean_dec(x_60); +lean_ctor_set(x_58, 0, x_61); +return x_58; } else { -lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_127 = lean_ctor_get(x_123, 0); -x_128 = lean_ctor_get(x_123, 1); -lean_inc(x_128); -lean_inc(x_127); -lean_dec(x_123); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_128); -return x_130; +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_62 = lean_ctor_get(x_58, 0); +x_63 = lean_ctor_get(x_58, 1); +lean_inc(x_63); +lean_inc(x_62); +lean_dec(x_58); +x_64 = lean_ctor_get(x_62, 1); +lean_inc(x_64); +lean_dec(x_62); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_63); +return x_65; } } else { -uint8_t x_131; -x_131 = !lean_is_exclusive(x_123); -if (x_131 == 0) +uint8_t x_66; +x_66 = !lean_is_exclusive(x_58); +if (x_66 == 0) { -return x_123; +return x_58; } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_132 = lean_ctor_get(x_123, 0); -x_133 = lean_ctor_get(x_123, 1); -lean_inc(x_133); -lean_inc(x_132); -lean_dec(x_123); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_132); -lean_ctor_set(x_134, 1, x_133); -return x_134; +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_58, 0); +x_68 = lean_ctor_get(x_58, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_58); +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; } } } else { -uint8_t x_135; -lean_dec(x_117); +uint8_t x_70; +lean_dec(x_52); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_135 = !lean_is_exclusive(x_119); -if (x_135 == 0) +x_70 = !lean_is_exclusive(x_54); +if (x_70 == 0) { -return x_119; +return x_54; } else { -lean_object* x_136; lean_object* x_137; lean_object* x_138; -x_136 = lean_ctor_get(x_119, 0); -x_137 = lean_ctor_get(x_119, 1); -lean_inc(x_137); -lean_inc(x_136); -lean_dec(x_119); -x_138 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_138, 0, x_136); -lean_ctor_set(x_138, 1, x_137); -return x_138; +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_54, 0); +x_72 = lean_ctor_get(x_54, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_54); +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; } } } else { -uint8_t x_139; +uint8_t x_74; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_139 = !lean_is_exclusive(x_114); -if (x_139 == 0) +x_74 = !lean_is_exclusive(x_49); +if (x_74 == 0) { -return x_114; +return x_49; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_114, 0); -x_141 = lean_ctor_get(x_114, 1); -lean_inc(x_141); -lean_inc(x_140); -lean_dec(x_114); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_49, 0); +x_76 = lean_ctor_get(x_49, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_49); +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_143; +uint8_t x_78; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_143 = !lean_is_exclusive(x_110); -if (x_143 == 0) +x_78 = !lean_is_exclusive(x_45); +if (x_78 == 0) { -return x_110; +return x_45; } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_110, 0); -x_145 = lean_ctor_get(x_110, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_110); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_45, 0); +x_80 = lean_ctor_get(x_45, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_45); +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 { -uint8_t x_147; +uint8_t x_82; lean_dec(x_9); lean_dec(x_6); lean_dec(x_5); @@ -6434,86 +6530,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_147 = !lean_is_exclusive(x_105); -if (x_147 == 0) -{ -return x_105; -} -else -{ -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_105, 0); -x_149 = lean_ctor_get(x_105, 1); -lean_inc(x_149); -lean_inc(x_148); -lean_dec(x_105); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; -} -} -} -else -{ -lean_object* x_151; uint8_t x_152; lean_object* x_153; -lean_dec(x_23); -lean_dec(x_20); -lean_dec(x_9); -x_151 = lean_box(0); -x_152 = 1; -x_153 = l_Lean_Meta_substCore(x_2, x_1, x_152, x_151, x_152, x_152, x_3, x_4, x_5, x_6, x_24); -if (lean_obj_tag(x_153) == 0) -{ -uint8_t x_154; -x_154 = !lean_is_exclusive(x_153); -if (x_154 == 0) -{ -lean_object* x_155; lean_object* x_156; -x_155 = lean_ctor_get(x_153, 0); -x_156 = lean_ctor_get(x_155, 1); -lean_inc(x_156); -lean_dec(x_155); -lean_ctor_set(x_153, 0, x_156); -return x_153; -} -else -{ -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_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -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_161; -x_161 = !lean_is_exclusive(x_153); -if (x_161 == 0) +x_82 = !lean_is_exclusive(x_40); +if (x_82 == 0) { -return x_153; +return x_40; } else { -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; +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_40, 0); +x_84 = lean_ctor_get(x_40, 1); +lean_inc(x_84); +lean_inc(x_83); +lean_dec(x_40); +x_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } @@ -6521,7 +6554,7 @@ return x_164; } else { -uint8_t x_165; +uint8_t x_173; lean_dec(x_21); lean_dec(x_20); lean_dec(x_11); @@ -6532,30 +6565,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_165 = !lean_is_exclusive(x_22); -if (x_165 == 0) +x_173 = !lean_is_exclusive(x_22); +if (x_173 == 0) { return x_22; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; -x_166 = lean_ctor_get(x_22, 0); -x_167 = lean_ctor_get(x_22, 1); -lean_inc(x_167); -lean_inc(x_166); +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_22, 0); +x_175 = lean_ctor_get(x_22, 1); +lean_inc(x_175); +lean_inc(x_174); lean_dec(x_22); -x_168 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -return x_168; +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; } } } } else { -uint8_t x_169; +uint8_t x_177; lean_dec(x_11); lean_dec(x_9); lean_dec(x_6); @@ -6564,52 +6597,52 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_169 = !lean_is_exclusive(x_12); -if (x_169 == 0) +x_177 = !lean_is_exclusive(x_12); +if (x_177 == 0) { return x_12; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_12, 0); -x_171 = lean_ctor_get(x_12, 1); -lean_inc(x_171); -lean_inc(x_170); +lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_178 = lean_ctor_get(x_12, 0); +x_179 = lean_ctor_get(x_12, 1); +lean_inc(x_179); +lean_inc(x_178); lean_dec(x_12); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +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_173; +uint8_t x_181; 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_is_exclusive(x_8); -if (x_173 == 0) +x_181 = !lean_is_exclusive(x_8); +if (x_181 == 0) { return x_8; } else { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_ctor_get(x_8, 0); -x_175 = lean_ctor_get(x_8, 1); -lean_inc(x_175); -lean_inc(x_174); +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_8, 0); +x_183 = lean_ctor_get(x_8, 1); +lean_inc(x_183); +lean_inc(x_182); lean_dec(x_8); -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_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; } } } @@ -6810,13 +6843,31 @@ return x_1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___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; uint8_t x_12; +lean_object* x_11; uint8_t x_12; uint8_t x_36; x_11 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2___closed__1; -x_12 = l_Lean_Expr_isFVar(x_1); +x_36 = l_Lean_Expr_isFVar(x_4); +if (x_36 == 0) +{ +uint8_t x_37; +lean_dec(x_4); +x_37 = 0; +x_12 = x_37; +goto block_35; +} +else +{ +lean_object* x_38; uint8_t x_39; +x_38 = l_Lean_Expr_fvarId_x21(x_4); +x_39 = lean_name_eq(x_38, x_2); +lean_dec(x_38); +x_12 = x_39; +goto block_35; +} +block_35: +{ if (x_12 == 0) { lean_object* x_13; lean_object* x_14; -lean_dec(x_3); lean_dec(x_1); x_13 = lean_box(0); x_14 = lean_apply_6(x_11, x_13, x_6, x_7, x_8, x_9, x_10); @@ -6824,79 +6875,65 @@ return x_14; } else { -lean_object* x_15; uint8_t x_16; -x_15 = l_Lean_Expr_fvarId_x21(x_1); -x_16 = lean_name_eq(x_15, x_2); -lean_dec(x_15); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; -lean_dec(x_3); -x_17 = lean_box(0); -x_18 = lean_apply_6(x_11, x_17, x_6, x_7, x_8, x_9, x_10); -return x_18; -} -else -{ -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_3, x_2, x_6, x_7, x_8, x_9, x_10); -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) +lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_15 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_1, x_2, x_6, x_7, x_8, x_9, x_10); +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) { -uint8_t x_22; +uint8_t x_18; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_22 = !lean_is_exclusive(x_19); -if (x_22 == 0) +x_18 = !lean_is_exclusive(x_15); +if (x_18 == 0) { -lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_23 = lean_ctor_get(x_19, 0); -lean_dec(x_23); -x_24 = l_Lean_LocalDecl_fvarId(x_4); -x_25 = 0; -x_26 = lean_box(x_25); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_24); -lean_ctor_set(x_27, 1, x_26); -x_28 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_19, 0, x_28); -return x_19; +lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_19 = lean_ctor_get(x_15, 0); +lean_dec(x_19); +x_20 = l_Lean_LocalDecl_fvarId(x_3); +x_21 = 0; +x_22 = lean_box(x_21); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_20); +lean_ctor_set(x_23, 1, x_22); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_23); +lean_ctor_set(x_15, 0, x_24); +return x_15; } else { -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_29 = lean_ctor_get(x_19, 1); -lean_inc(x_29); -lean_dec(x_19); -x_30 = l_Lean_LocalDecl_fvarId(x_4); -x_31 = 0; -x_32 = lean_box(x_31); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_30); -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_29); -return x_35; +lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_25 = lean_ctor_get(x_15, 1); +lean_inc(x_25); +lean_dec(x_15); +x_26 = l_Lean_LocalDecl_fvarId(x_3); +x_27 = 0; +x_28 = lean_box(x_27); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_26); +lean_ctor_set(x_29, 1, x_28); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_30); +lean_ctor_set(x_31, 1, x_25); +return x_31; } } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_19, 1); -lean_inc(x_36); -lean_dec(x_19); -x_37 = lean_box(0); -x_38 = lean_apply_6(x_11, x_37, x_6, x_7, x_8, x_9, x_36); -return x_38; +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_15, 1); +lean_inc(x_32); +lean_dec(x_15); +x_33 = lean_box(0); +x_34 = lean_apply_6(x_11, x_33, x_6, x_7, x_8, x_9, x_32); +return x_34; } } } @@ -6968,48 +7005,77 @@ goto block_38; } else { -uint8_t x_47; -x_47 = !lean_is_exclusive(x_44); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; -x_48 = lean_ctor_get(x_44, 0); -x_49 = lean_ctor_get(x_48, 1); +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; uint8_t x_60; uint8_t x_88; +x_47 = lean_ctor_get(x_44, 0); +lean_inc(x_47); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + x_48 = x_44; +} else { + lean_dec_ref(x_44); + x_48 = lean_box(0); +} +x_49 = lean_ctor_get(x_47, 1); lean_inc(x_49); -lean_dec(x_48); +lean_dec(x_47); x_50 = lean_ctor_get(x_43, 1); lean_inc(x_50); lean_dec(x_43); -x_51 = !lean_is_exclusive(x_49); -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_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_52 = lean_ctor_get(x_49, 0); -x_53 = lean_ctor_get(x_49, 1); -x_54 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_52, x_7, x_8, x_9, x_10, x_50); +x_51 = lean_ctor_get(x_49, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +if (lean_is_exclusive(x_49)) { + lean_ctor_release(x_49, 0); + lean_ctor_release(x_49, 1); + x_53 = x_49; +} else { + lean_dec_ref(x_49); + x_53 = lean_box(0); +} +x_54 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_51, x_7, x_8, x_9, x_10, x_50); 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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_53, x_7, x_8, x_9, x_10, x_56); +x_57 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_52, x_7, x_8, x_9, x_10, x_56); x_58 = lean_ctor_get(x_57, 0); lean_inc(x_58); x_59 = lean_ctor_get(x_57, 1); lean_inc(x_59); lean_dec(x_57); -x_60 = l_Lean_Expr_isFVar(x_58); +x_88 = l_Lean_Expr_isFVar(x_58); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = 0; +x_60 = x_89; +goto block_87; +} +else +{ +lean_object* x_90; uint8_t x_91; +lean_inc(x_58); +x_90 = l_Lean_Expr_fvarId_x21(x_58); +x_91 = lean_name_eq(x_90, x_1); +lean_dec(x_90); +x_60 = x_91; +goto block_87; +} +block_87: +{ if (x_60 == 0) { lean_object* x_61; lean_object* x_62; -lean_free_object(x_49); -lean_free_object(x_44); +lean_dec(x_53); +lean_dec(x_48); x_61 = lean_box(0); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_62 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_55, x_1, x_58, x_40, x_61, x_7, x_8, x_9, x_10, x_59); +x_62 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_58, x_1, x_40, x_55, x_61, x_7, x_8, x_9, x_10, x_59); lean_dec(x_40); if (lean_obj_tag(x_62) == 0) { @@ -7053,718 +7119,202 @@ return x_68; } else { -lean_object* x_69; uint8_t x_70; -lean_inc(x_58); -x_69 = l_Lean_Expr_fvarId_x21(x_58); -x_70 = lean_name_eq(x_69, x_1); -lean_dec(x_69); -if (x_70 == 0) -{ -lean_object* x_71; lean_object* x_72; -lean_free_object(x_49); -lean_free_object(x_44); -x_71 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_72 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_55, x_1, x_58, x_40, x_71, x_7, x_8, x_9, x_10, x_59); -lean_dec(x_40); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; lean_object* x_74; -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); -x_24 = x_73; -x_25 = x_74; -goto block_38; -} -else -{ -uint8_t x_75; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_75 = !lean_is_exclusive(x_72); -if (x_75 == 0) -{ -return x_72; -} -else -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_72, 0); -x_77 = lean_ctor_get(x_72, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_72); -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; uint8_t x_81; +lean_object* x_69; lean_object* x_70; uint8_t x_71; lean_inc(x_55); -x_79 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_55, x_1, x_7, x_8, x_9, x_10, x_59); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_unbox(x_80); -lean_dec(x_80); -if (x_81 == 0) +x_69 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_55, x_1, x_7, x_8, x_9, x_10, x_59); +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_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; +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_dec(x_58); lean_dec(x_55); -x_82 = lean_ctor_get(x_79, 1); -lean_inc(x_82); -lean_dec(x_79); -x_83 = l_Lean_LocalDecl_fvarId(x_40); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_dec(x_69); +x_73 = l_Lean_LocalDecl_fvarId(x_40); lean_dec(x_40); -x_84 = 1; -x_85 = lean_box(x_84); -lean_ctor_set(x_49, 1, x_85); -lean_ctor_set(x_49, 0, x_83); -lean_ctor_set(x_44, 0, x_49); -x_24 = x_44; -x_25 = x_82; +x_74 = 1; +x_75 = lean_box(x_74); +if (lean_is_scalar(x_53)) { + x_76 = lean_alloc_ctor(0, 2, 0); +} else { + x_76 = x_53; +} +lean_ctor_set(x_76, 0, x_73); +lean_ctor_set(x_76, 1, x_75); +if (lean_is_scalar(x_48)) { + x_77 = lean_alloc_ctor(1, 1, 0); +} else { + x_77 = x_48; +} +lean_ctor_set(x_77, 0, x_76); +x_24 = x_77; +x_25 = x_72; goto block_38; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_free_object(x_49); -lean_free_object(x_44); -x_86 = lean_ctor_get(x_79, 1); -lean_inc(x_86); -lean_dec(x_79); -x_87 = lean_box(0); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_53); +lean_dec(x_48); +x_78 = lean_ctor_get(x_69, 1); +lean_inc(x_78); +lean_dec(x_69); +x_79 = lean_box(0); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_88 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_55, x_1, x_58, x_40, x_87, x_7, x_8, x_9, x_10, x_86); +x_80 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_58, x_1, x_40, x_55, x_79, x_7, x_8, x_9, x_10, x_78); lean_dec(x_40); -if (lean_obj_tag(x_88) == 0) +if (lean_obj_tag(x_80) == 0) { -lean_object* x_89; lean_object* x_90; -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_24 = x_89; -x_25 = x_90; +lean_object* x_81; lean_object* x_82; +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_24 = x_81; +x_25 = x_82; goto block_38; } else { -uint8_t x_91; +uint8_t x_83; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_91 = !lean_is_exclusive(x_88); -if (x_91 == 0) +x_83 = !lean_is_exclusive(x_80); +if (x_83 == 0) { -return x_88; +return x_80; } else { -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_88, 0); -x_93 = lean_ctor_get(x_88, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_88); -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; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_80, 0); +x_85 = lean_ctor_get(x_80, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_80); +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; } } } } } } -else -{ -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; uint8_t x_103; -x_95 = lean_ctor_get(x_49, 0); -x_96 = lean_ctor_get(x_49, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_49); -x_97 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_95, x_7, x_8, x_9, x_10, x_50); -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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_96, x_7, x_8, x_9, x_10, x_99); -x_101 = lean_ctor_get(x_100, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_100, 1); -lean_inc(x_102); -lean_dec(x_100); -x_103 = l_Lean_Expr_isFVar(x_101); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; -lean_free_object(x_44); -x_104 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_105 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_98, x_1, x_101, x_40, x_104, x_7, x_8, x_9, x_10, x_102); -lean_dec(x_40); -if (lean_obj_tag(x_105) == 0) -{ -lean_object* x_106; lean_object* x_107; -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_24 = x_106; -x_25 = x_107; -goto block_38; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; +uint8_t x_92; +lean_dec(x_40); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_108 = lean_ctor_get(x_105, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_105, 1); -lean_inc(x_109); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_110 = x_105; -} else { - lean_dec_ref(x_105); - x_110 = lean_box(0); +x_92 = !lean_is_exclusive(x_43); +if (x_92 == 0) +{ +return x_43; } -if (lean_is_scalar(x_110)) { - x_111 = lean_alloc_ctor(1, 2, 0); -} else { - x_111 = x_110; +else +{ +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_43, 0); +x_94 = lean_ctor_get(x_43, 1); +lean_inc(x_94); +lean_inc(x_93); +lean_dec(x_43); +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; } -lean_ctor_set(x_111, 0, x_108); -lean_ctor_set(x_111, 1, x_109); -return x_111; } } else { -lean_object* x_112; uint8_t x_113; -lean_inc(x_101); -x_112 = l_Lean_Expr_fvarId_x21(x_101); -x_113 = lean_name_eq(x_112, x_1); -lean_dec(x_112); -if (x_113 == 0) -{ -lean_object* x_114; lean_object* x_115; -lean_free_object(x_44); -x_114 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_115 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_98, x_1, x_101, x_40, x_114, x_7, x_8, x_9, x_10, x_102); +lean_object* x_96; lean_dec(x_40); -if (lean_obj_tag(x_115) == 0) -{ -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -lean_dec(x_115); -x_24 = x_116; -x_25 = x_117; +x_96 = lean_box(0); +x_24 = x_96; +x_25 = x_11; goto block_38; } -else +} +block_23: { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +if (lean_obj_tag(x_15) == 0) +{ +lean_object* x_17; lean_object* x_18; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_118 = lean_ctor_get(x_115, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_115, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_115)) { - lean_ctor_release(x_115, 0); - lean_ctor_release(x_115, 1); - x_120 = x_115; -} else { - lean_dec_ref(x_115); - x_120 = lean_box(0); -} -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(1, 2, 0); -} else { - x_121 = x_120; +x_17 = lean_ctor_get(x_15, 0); +lean_inc(x_17); +lean_dec(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_ctor_set(x_121, 0, x_118); -lean_ctor_set(x_121, 1, x_119); -return x_121; +else +{ +lean_object* x_19; size_t x_20; size_t x_21; +x_19 = lean_ctor_get(x_15, 0); +lean_inc(x_19); +lean_dec(x_15); +x_20 = 1; +x_21 = lean_usize_add(x_5, x_20); +x_5 = x_21; +x_6 = x_19; +x_11 = x_16; +goto _start; } } -else +block_38: { -lean_object* x_122; lean_object* x_123; uint8_t x_124; -lean_inc(x_98); -x_122 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_98, x_1, x_7, x_8, x_9, x_10, x_102); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_unbox(x_123); -lean_dec(x_123); -if (x_124 == 0) +if (lean_obj_tag(x_24) == 0) { -lean_object* x_125; lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; -lean_dec(x_101); -lean_dec(x_98); -x_125 = lean_ctor_get(x_122, 1); -lean_inc(x_125); -lean_dec(x_122); -x_126 = l_Lean_LocalDecl_fvarId(x_40); -lean_dec(x_40); -x_127 = 1; -x_128 = lean_box(x_127); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_126); -lean_ctor_set(x_129, 1, x_128); -lean_ctor_set(x_44, 0, x_129); -x_24 = x_44; -x_25 = x_125; -goto block_38; +lean_object* x_26; +lean_inc(x_2); +x_26 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_26, 0, x_2); +x_15 = x_26; +x_16 = x_25; +goto block_23; } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_free_object(x_44); -x_130 = lean_ctor_get(x_122, 1); -lean_inc(x_130); -lean_dec(x_122); -x_131 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_132 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_98, x_1, x_101, x_40, x_131, x_7, x_8, x_9, x_10, x_130); -lean_dec(x_40); -if (lean_obj_tag(x_132) == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_24); +if (x_27 == 0) { -lean_object* x_133; lean_object* x_134; -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -lean_dec(x_132); -x_24 = x_133; -x_25 = x_134; -goto block_38; -} -else -{ -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_135 = lean_ctor_get(x_132, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_132, 1); -lean_inc(x_136); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_137 = x_132; -} else { - lean_dec_ref(x_132); - x_137 = lean_box(0); -} -if (lean_is_scalar(x_137)) { - x_138 = lean_alloc_ctor(1, 2, 0); -} else { - x_138 = x_137; -} -lean_ctor_set(x_138, 0, x_135); -lean_ctor_set(x_138, 1, x_136); -return x_138; -} -} -} -} -} -} -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; lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; -x_139 = lean_ctor_get(x_44, 0); -lean_inc(x_139); -lean_dec(x_44); -x_140 = lean_ctor_get(x_139, 1); -lean_inc(x_140); -lean_dec(x_139); -x_141 = lean_ctor_get(x_43, 1); -lean_inc(x_141); -lean_dec(x_43); -x_142 = lean_ctor_get(x_140, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_140, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_144 = x_140; -} else { - lean_dec_ref(x_140); - x_144 = lean_box(0); -} -x_145 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_142, x_7, x_8, x_9, x_10, x_141); -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -lean_dec(x_145); -x_148 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_143, x_7, x_8, x_9, x_10, x_147); -x_149 = lean_ctor_get(x_148, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -x_151 = l_Lean_Expr_isFVar(x_149); -if (x_151 == 0) -{ -lean_object* x_152; lean_object* x_153; -lean_dec(x_144); -x_152 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_153 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_146, x_1, x_149, x_40, x_152, x_7, x_8, x_9, x_10, x_150); -lean_dec(x_40); -if (lean_obj_tag(x_153) == 0) -{ -lean_object* x_154; lean_object* x_155; -x_154 = lean_ctor_get(x_153, 0); -lean_inc(x_154); -x_155 = lean_ctor_get(x_153, 1); -lean_inc(x_155); -lean_dec(x_153); -x_24 = x_154; -x_25 = x_155; -goto block_38; -} -else -{ -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_156 = lean_ctor_get(x_153, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_153, 1); -lean_inc(x_157); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - lean_ctor_release(x_153, 1); - x_158 = x_153; -} else { - lean_dec_ref(x_153); - x_158 = lean_box(0); -} -if (lean_is_scalar(x_158)) { - x_159 = lean_alloc_ctor(1, 2, 0); -} else { - x_159 = x_158; -} -lean_ctor_set(x_159, 0, x_156); -lean_ctor_set(x_159, 1, x_157); -return x_159; -} -} -else -{ -lean_object* x_160; uint8_t x_161; -lean_inc(x_149); -x_160 = l_Lean_Expr_fvarId_x21(x_149); -x_161 = lean_name_eq(x_160, x_1); -lean_dec(x_160); -if (x_161 == 0) -{ -lean_object* x_162; lean_object* x_163; -lean_dec(x_144); -x_162 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_163 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_146, x_1, x_149, x_40, x_162, x_7, x_8, x_9, x_10, x_150); -lean_dec(x_40); -if (lean_obj_tag(x_163) == 0) -{ -lean_object* x_164; lean_object* x_165; -x_164 = lean_ctor_get(x_163, 0); -lean_inc(x_164); -x_165 = lean_ctor_get(x_163, 1); -lean_inc(x_165); -lean_dec(x_163); -x_24 = x_164; -x_25 = x_165; -goto block_38; -} -else -{ -lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_166 = lean_ctor_get(x_163, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_163, 1); -lean_inc(x_167); -if (lean_is_exclusive(x_163)) { - lean_ctor_release(x_163, 0); - lean_ctor_release(x_163, 1); - x_168 = x_163; -} else { - lean_dec_ref(x_163); - 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; -} -} -else -{ -lean_object* x_170; lean_object* x_171; uint8_t x_172; -lean_inc(x_146); -x_170 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_146, x_1, x_7, x_8, x_9, x_10, x_150); -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -x_172 = lean_unbox(x_171); -lean_dec(x_171); -if (x_172 == 0) -{ -lean_object* x_173; lean_object* x_174; uint8_t x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -lean_dec(x_149); -lean_dec(x_146); -x_173 = lean_ctor_get(x_170, 1); -lean_inc(x_173); -lean_dec(x_170); -x_174 = l_Lean_LocalDecl_fvarId(x_40); -lean_dec(x_40); -x_175 = 1; -x_176 = lean_box(x_175); -if (lean_is_scalar(x_144)) { - x_177 = lean_alloc_ctor(0, 2, 0); -} else { - x_177 = x_144; -} -lean_ctor_set(x_177, 0, x_174); -lean_ctor_set(x_177, 1, x_176); -x_178 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_178, 0, x_177); -x_24 = x_178; -x_25 = x_173; -goto block_38; -} -else -{ -lean_object* x_179; lean_object* x_180; lean_object* x_181; -lean_dec(x_144); -x_179 = lean_ctor_get(x_170, 1); -lean_inc(x_179); -lean_dec(x_170); -x_180 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_181 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_146, x_1, x_149, x_40, x_180, x_7, x_8, x_9, x_10, x_179); -lean_dec(x_40); -if (lean_obj_tag(x_181) == 0) -{ -lean_object* x_182; lean_object* x_183; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); -x_24 = x_182; -x_25 = x_183; -goto block_38; -} -else -{ -lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_184 = lean_ctor_get(x_181, 0); -lean_inc(x_184); -x_185 = lean_ctor_get(x_181, 1); -lean_inc(x_185); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - lean_ctor_release(x_181, 1); - x_186 = x_181; -} else { - lean_dec_ref(x_181); - x_186 = lean_box(0); -} -if (lean_is_scalar(x_186)) { - x_187 = lean_alloc_ctor(1, 2, 0); -} else { - x_187 = x_186; -} -lean_ctor_set(x_187, 0, x_184); -lean_ctor_set(x_187, 1, x_185); -return x_187; -} -} -} -} -} -} -} -else -{ -uint8_t x_188; -lean_dec(x_40); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_188 = !lean_is_exclusive(x_43); -if (x_188 == 0) -{ -return x_43; -} -else -{ -lean_object* x_189; lean_object* x_190; lean_object* x_191; -x_189 = lean_ctor_get(x_43, 0); -x_190 = lean_ctor_get(x_43, 1); -lean_inc(x_190); -lean_inc(x_189); -lean_dec(x_43); -x_191 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_191, 0, x_189); -lean_ctor_set(x_191, 1, x_190); -return x_191; -} -} -} -else -{ -lean_object* x_192; -lean_dec(x_40); -x_192 = lean_box(0); -x_24 = x_192; -x_25 = x_11; -goto block_38; -} -} -block_23: -{ -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_17; lean_object* x_18; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); -lean_dec(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; -} -else -{ -lean_object* x_19; size_t x_20; size_t x_21; -x_19 = lean_ctor_get(x_15, 0); -lean_inc(x_19); -lean_dec(x_15); -x_20 = 1; -x_21 = lean_usize_add(x_5, x_20); -x_5 = x_21; -x_6 = x_19; -x_11 = x_16; -goto _start; -} -} -block_38: -{ -if (lean_obj_tag(x_24) == 0) -{ -lean_object* x_26; -lean_inc(x_2); -x_26 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_26, 0, x_2); -x_15 = x_26; -x_16 = x_25; -goto block_23; -} -else -{ -uint8_t x_27; -x_27 = !lean_is_exclusive(x_24); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_28 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_28, 0, x_24); -x_29 = lean_box(0); -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, 1, 0); -lean_ctor_set(x_31, 0, x_30); -x_15 = x_31; -x_16 = x_25; -goto block_23; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_24); +x_29 = lean_box(0); +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, 1, 0); +lean_ctor_set(x_31, 0, x_30); +x_15 = x_31; +x_16 = x_25; +goto block_23; } else { @@ -7958,815 +7508,328 @@ return x_43; } else { -uint8_t x_44; -x_44 = !lean_is_exclusive(x_37); -if (x_44 == 0) -{ -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_37, 0); -lean_dec(x_45); -x_46 = lean_ctor_get(x_39, 0); -lean_inc(x_46); -lean_dec(x_39); -lean_ctor_set(x_37, 0, x_46); -return x_37; -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_37, 1); -lean_inc(x_47); -lean_dec(x_37); -x_48 = lean_ctor_get(x_39, 0); -lean_inc(x_48); -lean_dec(x_39); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -return x_49; -} -} -} -else -{ -uint8_t x_50; -x_50 = !lean_is_exclusive(x_37); -if (x_50 == 0) -{ -return x_37; -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_37, 0); -x_52 = lean_ctor_get(x_37, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_37); -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_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { -_start: -{ -uint8_t x_12; -x_12 = lean_usize_dec_lt(x_5, x_4); -if (x_12 == 0) -{ -lean_object* x_13; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_6); -lean_ctor_set(x_13, 1, x_11); -return x_13; -} -else -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_24; lean_object* x_25; -lean_dec(x_6); -x_14 = lean_array_uget(x_3, x_5); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_39; -x_39 = lean_box(0); -x_24 = x_39; -x_25 = x_11; -goto block_38; -} -else -{ -lean_object* x_40; uint8_t x_41; -x_40 = lean_ctor_get(x_14, 0); -lean_inc(x_40); -lean_dec(x_14); -x_41 = l_Lean_LocalDecl_isImplementationDetail(x_40); -if (x_41 == 0) -{ -lean_object* x_42; lean_object* x_43; -x_42 = l_Lean_LocalDecl_type(x_40); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_43 = l_Lean_Meta_matchEq_x3f(x_42, x_7, x_8, x_9, x_10, x_11); -if (lean_obj_tag(x_43) == 0) -{ -lean_object* x_44; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -if (lean_obj_tag(x_44) == 0) -{ -lean_object* x_45; lean_object* x_46; -lean_dec(x_40); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_box(0); -x_24 = x_46; -x_25 = x_45; -goto block_38; -} -else -{ -uint8_t x_47; -x_47 = !lean_is_exclusive(x_44); -if (x_47 == 0) -{ -lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; -x_48 = lean_ctor_get(x_44, 0); -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -lean_dec(x_48); -x_50 = lean_ctor_get(x_43, 1); -lean_inc(x_50); -lean_dec(x_43); -x_51 = !lean_is_exclusive(x_49); -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_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_52 = lean_ctor_get(x_49, 0); -x_53 = lean_ctor_get(x_49, 1); -x_54 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_52, x_7, x_8, x_9, x_10, x_50); -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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_53, x_7, x_8, x_9, x_10, x_56); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); -x_60 = l_Lean_Expr_isFVar(x_58); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; -lean_free_object(x_49); -lean_free_object(x_44); -x_61 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_62 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_55, x_1, x_58, x_40, x_61, x_7, x_8, x_9, x_10, x_59); -lean_dec(x_40); -if (lean_obj_tag(x_62) == 0) -{ -lean_object* x_63; lean_object* x_64; -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_24 = x_63; -x_25 = x_64; -goto block_38; -} -else -{ -uint8_t x_65; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_65 = !lean_is_exclusive(x_62); -if (x_65 == 0) -{ -return x_62; -} -else -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_62, 0); -x_67 = lean_ctor_get(x_62, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_62); -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 -{ -lean_object* x_69; uint8_t x_70; -lean_inc(x_58); -x_69 = l_Lean_Expr_fvarId_x21(x_58); -x_70 = lean_name_eq(x_69, x_1); -lean_dec(x_69); -if (x_70 == 0) -{ -lean_object* x_71; lean_object* x_72; -lean_free_object(x_49); -lean_free_object(x_44); -x_71 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_72 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_55, x_1, x_58, x_40, x_71, x_7, x_8, x_9, x_10, x_59); -lean_dec(x_40); -if (lean_obj_tag(x_72) == 0) -{ -lean_object* x_73; lean_object* x_74; -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); -x_24 = x_73; -x_25 = x_74; -goto block_38; -} -else -{ -uint8_t x_75; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_75 = !lean_is_exclusive(x_72); -if (x_75 == 0) -{ -return x_72; -} -else -{ -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_72, 0); -x_77 = lean_ctor_get(x_72, 1); -lean_inc(x_77); -lean_inc(x_76); -lean_dec(x_72); -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; uint8_t x_81; -lean_inc(x_55); -x_79 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_55, x_1, x_7, x_8, x_9, x_10, x_59); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_unbox(x_80); -lean_dec(x_80); -if (x_81 == 0) -{ -lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; -lean_dec(x_58); -lean_dec(x_55); -x_82 = lean_ctor_get(x_79, 1); -lean_inc(x_82); -lean_dec(x_79); -x_83 = l_Lean_LocalDecl_fvarId(x_40); -lean_dec(x_40); -x_84 = 1; -x_85 = lean_box(x_84); -lean_ctor_set(x_49, 1, x_85); -lean_ctor_set(x_49, 0, x_83); -lean_ctor_set(x_44, 0, x_49); -x_24 = x_44; -x_25 = x_82; -goto block_38; -} -else -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; -lean_free_object(x_49); -lean_free_object(x_44); -x_86 = lean_ctor_get(x_79, 1); -lean_inc(x_86); -lean_dec(x_79); -x_87 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_88 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_55, x_1, x_58, x_40, x_87, x_7, x_8, x_9, x_10, x_86); -lean_dec(x_40); -if (lean_obj_tag(x_88) == 0) -{ -lean_object* x_89; lean_object* x_90; -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_24 = x_89; -x_25 = x_90; -goto block_38; -} -else -{ -uint8_t x_91; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_91 = !lean_is_exclusive(x_88); -if (x_91 == 0) -{ -return x_88; -} -else -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_88, 0); -x_93 = lean_ctor_get(x_88, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_88); -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; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_95 = lean_ctor_get(x_49, 0); -x_96 = lean_ctor_get(x_49, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_49); -x_97 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_95, x_7, x_8, x_9, x_10, x_50); -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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_96, x_7, x_8, x_9, x_10, x_99); -x_101 = lean_ctor_get(x_100, 0); -lean_inc(x_101); -x_102 = lean_ctor_get(x_100, 1); -lean_inc(x_102); -lean_dec(x_100); -x_103 = l_Lean_Expr_isFVar(x_101); -if (x_103 == 0) -{ -lean_object* x_104; lean_object* x_105; -lean_free_object(x_44); -x_104 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_105 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_98, x_1, x_101, x_40, x_104, x_7, x_8, x_9, x_10, x_102); -lean_dec(x_40); -if (lean_obj_tag(x_105) == 0) -{ -lean_object* x_106; lean_object* x_107; -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_24 = x_106; -x_25 = x_107; -goto block_38; -} -else -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_108 = lean_ctor_get(x_105, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_105, 1); -lean_inc(x_109); -if (lean_is_exclusive(x_105)) { - lean_ctor_release(x_105, 0); - lean_ctor_release(x_105, 1); - x_110 = x_105; -} else { - lean_dec_ref(x_105); - x_110 = lean_box(0); -} -if (lean_is_scalar(x_110)) { - x_111 = lean_alloc_ctor(1, 2, 0); -} else { - x_111 = x_110; -} -lean_ctor_set(x_111, 0, x_108); -lean_ctor_set(x_111, 1, x_109); -return x_111; -} -} -else -{ -lean_object* x_112; uint8_t x_113; -lean_inc(x_101); -x_112 = l_Lean_Expr_fvarId_x21(x_101); -x_113 = lean_name_eq(x_112, x_1); -lean_dec(x_112); -if (x_113 == 0) -{ -lean_object* x_114; lean_object* x_115; -lean_free_object(x_44); -x_114 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_115 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_98, x_1, x_101, x_40, x_114, x_7, x_8, x_9, x_10, x_102); -lean_dec(x_40); -if (lean_obj_tag(x_115) == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_37); +if (x_44 == 0) { -lean_object* x_116; lean_object* x_117; -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -lean_dec(x_115); -x_24 = x_116; -x_25 = x_117; -goto block_38; +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_37, 0); +lean_dec(x_45); +x_46 = lean_ctor_get(x_39, 0); +lean_inc(x_46); +lean_dec(x_39); +lean_ctor_set(x_37, 0, x_46); +return x_37; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_118 = lean_ctor_get(x_115, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_115, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_115)) { - lean_ctor_release(x_115, 0); - lean_ctor_release(x_115, 1); - x_120 = x_115; -} else { - lean_dec_ref(x_115); - x_120 = lean_box(0); -} -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(1, 2, 0); -} else { - x_121 = x_120; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_37, 1); +lean_inc(x_47); +lean_dec(x_37); +x_48 = lean_ctor_get(x_39, 0); +lean_inc(x_48); +lean_dec(x_39); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; } -lean_ctor_set(x_121, 0, x_118); -lean_ctor_set(x_121, 1, x_119); -return x_121; } } else { -lean_object* x_122; lean_object* x_123; uint8_t x_124; -lean_inc(x_98); -x_122 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_98, x_1, x_7, x_8, x_9, x_10, x_102); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_unbox(x_123); -lean_dec(x_123); -if (x_124 == 0) +uint8_t x_50; +x_50 = !lean_is_exclusive(x_37); +if (x_50 == 0) { -lean_object* x_125; lean_object* x_126; uint8_t x_127; lean_object* x_128; lean_object* x_129; -lean_dec(x_101); -lean_dec(x_98); -x_125 = lean_ctor_get(x_122, 1); -lean_inc(x_125); -lean_dec(x_122); -x_126 = l_Lean_LocalDecl_fvarId(x_40); -lean_dec(x_40); -x_127 = 1; -x_128 = lean_box(x_127); -x_129 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_129, 0, x_126); -lean_ctor_set(x_129, 1, x_128); -lean_ctor_set(x_44, 0, x_129); -x_24 = x_44; -x_25 = x_125; -goto block_38; +return x_37; } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; -lean_free_object(x_44); -x_130 = lean_ctor_get(x_122, 1); -lean_inc(x_130); -lean_dec(x_122); -x_131 = lean_box(0); -lean_inc(x_10); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -x_132 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_98, x_1, x_101, x_40, x_131, x_7, x_8, x_9, x_10, x_130); -lean_dec(x_40); -if (lean_obj_tag(x_132) == 0) -{ -lean_object* x_133; lean_object* x_134; -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get(x_132, 1); -lean_inc(x_134); -lean_dec(x_132); -x_24 = x_133; -x_25 = x_134; -goto block_38; +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_37, 0); +x_52 = lean_ctor_get(x_37, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_37); +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; } -else +} +} +} +} +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +_start: +{ +uint8_t x_12; +x_12 = lean_usize_dec_lt(x_5, x_4); +if (x_12 == 0) { -lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +lean_object* x_13; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_135 = lean_ctor_get(x_132, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_132, 1); -lean_inc(x_136); -if (lean_is_exclusive(x_132)) { - lean_ctor_release(x_132, 0); - lean_ctor_release(x_132, 1); - x_137 = x_132; -} else { - lean_dec_ref(x_132); - x_137 = lean_box(0); -} -if (lean_is_scalar(x_137)) { - x_138 = lean_alloc_ctor(1, 2, 0); -} else { - x_138 = x_137; -} -lean_ctor_set(x_138, 0, x_135); -lean_ctor_set(x_138, 1, x_136); -return x_138; -} -} -} -} -} +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_6); +lean_ctor_set(x_13, 1, x_11); +return x_13; } 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; lean_object* x_148; lean_object* x_149; lean_object* x_150; uint8_t x_151; -x_139 = lean_ctor_get(x_44, 0); -lean_inc(x_139); -lean_dec(x_44); -x_140 = lean_ctor_get(x_139, 1); -lean_inc(x_140); -lean_dec(x_139); -x_141 = lean_ctor_get(x_43, 1); -lean_inc(x_141); -lean_dec(x_43); -x_142 = lean_ctor_get(x_140, 0); -lean_inc(x_142); -x_143 = lean_ctor_get(x_140, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_144 = x_140; -} else { - lean_dec_ref(x_140); - x_144 = lean_box(0); +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_24; lean_object* x_25; +lean_dec(x_6); +x_14 = lean_array_uget(x_3, x_5); +if (lean_obj_tag(x_14) == 0) +{ +lean_object* x_39; +x_39 = lean_box(0); +x_24 = x_39; +x_25 = x_11; +goto block_38; } -x_145 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_142, x_7, x_8, x_9, x_10, x_141); -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -lean_dec(x_145); -x_148 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_143, x_7, x_8, x_9, x_10, x_147); -x_149 = lean_ctor_get(x_148, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -x_151 = l_Lean_Expr_isFVar(x_149); -if (x_151 == 0) -{ -lean_object* x_152; lean_object* x_153; -lean_dec(x_144); -x_152 = lean_box(0); +else +{ +lean_object* x_40; uint8_t x_41; +x_40 = lean_ctor_get(x_14, 0); +lean_inc(x_40); +lean_dec(x_14); +x_41 = l_Lean_LocalDecl_isImplementationDetail(x_40); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = l_Lean_LocalDecl_type(x_40); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_153 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_146, x_1, x_149, x_40, x_152, x_7, x_8, x_9, x_10, x_150); +x_43 = l_Lean_Meta_matchEq_x3f(x_42, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_43) == 0) +{ +lean_object* x_44; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +if (lean_obj_tag(x_44) == 0) +{ +lean_object* x_45; lean_object* x_46; lean_dec(x_40); -if (lean_obj_tag(x_153) == 0) -{ -lean_object* x_154; lean_object* x_155; -x_154 = lean_ctor_get(x_153, 0); -lean_inc(x_154); -x_155 = lean_ctor_get(x_153, 1); -lean_inc(x_155); -lean_dec(x_153); -x_24 = x_154; -x_25 = x_155; +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_box(0); +x_24 = x_46; +x_25 = x_45; goto block_38; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_2); -x_156 = lean_ctor_get(x_153, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_153, 1); -lean_inc(x_157); -if (lean_is_exclusive(x_153)) { - lean_ctor_release(x_153, 0); - lean_ctor_release(x_153, 1); - x_158 = x_153; +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; uint8_t x_60; uint8_t x_88; +x_47 = lean_ctor_get(x_44, 0); +lean_inc(x_47); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + x_48 = x_44; } else { - lean_dec_ref(x_153); - x_158 = lean_box(0); + lean_dec_ref(x_44); + x_48 = lean_box(0); } -if (lean_is_scalar(x_158)) { - x_159 = lean_alloc_ctor(1, 2, 0); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_ctor_get(x_49, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +if (lean_is_exclusive(x_49)) { + lean_ctor_release(x_49, 0); + lean_ctor_release(x_49, 1); + x_53 = x_49; } else { - x_159 = x_158; -} -lean_ctor_set(x_159, 0, x_156); -lean_ctor_set(x_159, 1, x_157); -return x_159; + lean_dec_ref(x_49); + x_53 = lean_box(0); } +x_54 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_51, x_7, x_8, x_9, x_10, x_50); +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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_52, x_7, x_8, x_9, x_10, x_56); +x_58 = lean_ctor_get(x_57, 0); +lean_inc(x_58); +x_59 = lean_ctor_get(x_57, 1); +lean_inc(x_59); +lean_dec(x_57); +x_88 = l_Lean_Expr_isFVar(x_58); +if (x_88 == 0) +{ +uint8_t x_89; +x_89 = 0; +x_60 = x_89; +goto block_87; } else { -lean_object* x_160; uint8_t x_161; -lean_inc(x_149); -x_160 = l_Lean_Expr_fvarId_x21(x_149); -x_161 = lean_name_eq(x_160, x_1); -lean_dec(x_160); -if (x_161 == 0) +lean_object* x_90; uint8_t x_91; +lean_inc(x_58); +x_90 = l_Lean_Expr_fvarId_x21(x_58); +x_91 = lean_name_eq(x_90, x_1); +lean_dec(x_90); +x_60 = x_91; +goto block_87; +} +block_87: +{ +if (x_60 == 0) { -lean_object* x_162; lean_object* x_163; -lean_dec(x_144); -x_162 = lean_box(0); +lean_object* x_61; lean_object* x_62; +lean_dec(x_53); +lean_dec(x_48); +x_61 = lean_box(0); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_163 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_146, x_1, x_149, x_40, x_162, x_7, x_8, x_9, x_10, x_150); +x_62 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_58, x_1, x_40, x_55, x_61, x_7, x_8, x_9, x_10, x_59); lean_dec(x_40); -if (lean_obj_tag(x_163) == 0) -{ -lean_object* x_164; lean_object* x_165; -x_164 = lean_ctor_get(x_163, 0); -lean_inc(x_164); -x_165 = lean_ctor_get(x_163, 1); -lean_inc(x_165); -lean_dec(x_163); -x_24 = x_164; -x_25 = x_165; +if (lean_obj_tag(x_62) == 0) +{ +lean_object* x_63; lean_object* x_64; +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_24 = x_63; +x_25 = x_64; goto block_38; } else { -lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +uint8_t x_65; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_166 = lean_ctor_get(x_163, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_163, 1); -lean_inc(x_167); -if (lean_is_exclusive(x_163)) { - lean_ctor_release(x_163, 0); - lean_ctor_release(x_163, 1); - x_168 = x_163; -} else { - lean_dec_ref(x_163); - x_168 = lean_box(0); +x_65 = !lean_is_exclusive(x_62); +if (x_65 == 0) +{ +return x_62; } -if (lean_is_scalar(x_168)) { - x_169 = lean_alloc_ctor(1, 2, 0); -} else { - x_169 = x_168; +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_62, 0); +x_67 = lean_ctor_get(x_62, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_62); +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; } -lean_ctor_set(x_169, 0, x_166); -lean_ctor_set(x_169, 1, x_167); -return x_169; } } else { -lean_object* x_170; lean_object* x_171; uint8_t x_172; -lean_inc(x_146); -x_170 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__56(x_146, x_1, x_7, x_8, x_9, x_10, x_150); -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -x_172 = lean_unbox(x_171); -lean_dec(x_171); -if (x_172 == 0) +lean_object* x_69; lean_object* x_70; uint8_t x_71; +lean_inc(x_55); +x_69 = l_Lean_exprDependsOn___at_Lean_MVarId_clear___spec__80(x_55, x_1, x_7, x_8, x_9, x_10, x_59); +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_173; lean_object* x_174; uint8_t x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -lean_dec(x_149); -lean_dec(x_146); -x_173 = lean_ctor_get(x_170, 1); -lean_inc(x_173); -lean_dec(x_170); -x_174 = l_Lean_LocalDecl_fvarId(x_40); +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_dec(x_58); +lean_dec(x_55); +x_72 = lean_ctor_get(x_69, 1); +lean_inc(x_72); +lean_dec(x_69); +x_73 = l_Lean_LocalDecl_fvarId(x_40); lean_dec(x_40); -x_175 = 1; -x_176 = lean_box(x_175); -if (lean_is_scalar(x_144)) { - x_177 = lean_alloc_ctor(0, 2, 0); +x_74 = 1; +x_75 = lean_box(x_74); +if (lean_is_scalar(x_53)) { + x_76 = lean_alloc_ctor(0, 2, 0); } else { - x_177 = x_144; -} -lean_ctor_set(x_177, 0, x_174); -lean_ctor_set(x_177, 1, x_176); -x_178 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_178, 0, x_177); -x_24 = x_178; -x_25 = x_173; + x_76 = x_53; +} +lean_ctor_set(x_76, 0, x_73); +lean_ctor_set(x_76, 1, x_75); +if (lean_is_scalar(x_48)) { + x_77 = lean_alloc_ctor(1, 1, 0); +} else { + x_77 = x_48; +} +lean_ctor_set(x_77, 0, x_76); +x_24 = x_77; +x_25 = x_72; goto block_38; } else { -lean_object* x_179; lean_object* x_180; lean_object* x_181; -lean_dec(x_144); -x_179 = lean_ctor_get(x_170, 1); -lean_inc(x_179); -lean_dec(x_170); -x_180 = lean_box(0); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +lean_dec(x_53); +lean_dec(x_48); +x_78 = lean_ctor_get(x_69, 1); +lean_inc(x_78); +lean_dec(x_69); +x_79 = lean_box(0); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_181 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_146, x_1, x_149, x_40, x_180, x_7, x_8, x_9, x_10, x_179); +x_80 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___lambda__2(x_58, x_1, x_40, x_55, x_79, x_7, x_8, x_9, x_10, x_78); lean_dec(x_40); -if (lean_obj_tag(x_181) == 0) +if (lean_obj_tag(x_80) == 0) { -lean_object* x_182; lean_object* x_183; -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); -x_183 = lean_ctor_get(x_181, 1); -lean_inc(x_183); -lean_dec(x_181); -x_24 = x_182; -x_25 = x_183; +lean_object* x_81; lean_object* x_82; +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_24 = x_81; +x_25 = x_82; goto block_38; } else { -lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; +uint8_t x_83; lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_184 = lean_ctor_get(x_181, 0); -lean_inc(x_184); -x_185 = lean_ctor_get(x_181, 1); -lean_inc(x_185); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - lean_ctor_release(x_181, 1); - x_186 = x_181; -} else { - lean_dec_ref(x_181); - x_186 = lean_box(0); -} -if (lean_is_scalar(x_186)) { - x_187 = lean_alloc_ctor(1, 2, 0); -} else { - x_187 = x_186; +x_83 = !lean_is_exclusive(x_80); +if (x_83 == 0) +{ +return x_80; } -lean_ctor_set(x_187, 0, x_184); -lean_ctor_set(x_187, 1, x_185); -return x_187; +else +{ +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_80, 0); +x_85 = lean_ctor_get(x_80, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_80); +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; } } } @@ -8776,39 +7839,39 @@ return x_187; } else { -uint8_t x_188; +uint8_t x_92; lean_dec(x_40); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_2); -x_188 = !lean_is_exclusive(x_43); -if (x_188 == 0) +x_92 = !lean_is_exclusive(x_43); +if (x_92 == 0) { return x_43; } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; -x_189 = lean_ctor_get(x_43, 0); -x_190 = lean_ctor_get(x_43, 1); -lean_inc(x_190); -lean_inc(x_189); +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_43, 0); +x_94 = lean_ctor_get(x_43, 1); +lean_inc(x_94); +lean_inc(x_93); lean_dec(x_43); -x_191 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_191, 0, x_189); -lean_ctor_set(x_191, 1, x_190); -return x_191; +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_192; +lean_object* x_96; lean_dec(x_40); -x_192 = lean_box(0); -x_24 = x_192; +x_96 = lean_box(0); +x_24 = x_96; x_25 = x_11; goto block_38; } @@ -9442,7 +8505,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___ lean_object* x_11; x_11 = l_Array_forInUnsafe_loop___at_Lean_Meta_subst_findEq___spec__5___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_5); -lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); return x_11; } @@ -11234,7 +10297,7 @@ return x_19; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__1() { _start: { lean_object* x_1; @@ -11242,27 +10305,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__2; x_2 = l_Lean_Meta_substCore___lambda__21___closed__18; 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_Subst___hyg_4294____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__4() { _start: { lean_object* x_1; @@ -11270,17 +10333,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__4; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__4; 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_Subst___hyg_4294____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__6() { _start: { lean_object* x_1; @@ -11288,47 +10351,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__5; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__5; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__6; 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_Subst___hyg_4294____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__8; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__8; x_2 = l_Lean_Meta_substCore___lambda__21___closed__18; 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_Subst___hyg_4294____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__9; x_2 = l_Lean_Meta_substCore___lambda__21___closed__19; 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_Subst___hyg_4294____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__11() { _start: { lean_object* x_1; @@ -11336,17 +10399,17 @@ x_1 = lean_mk_string_from_bytes("Subst", 5); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__13() { _start: { lean_object* x_1; @@ -11354,33 +10417,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__12; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__13; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__12; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____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_Subst___hyg_4294____closed__14; -x_2 = lean_unsigned_to_nat(4294u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__14; +x_2 = lean_unsigned_to_nat(4295u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295_(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_substCore___lambda__21___closed__20; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__15; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -11558,37 +10621,37 @@ l_Lean_Meta_subst_findEq___lambda__2___closed__3 = _init_l_Lean_Meta_subst_findE lean_mark_persistent(l_Lean_Meta_subst_findEq___lambda__2___closed__3); l_Lean_Meta_subst_findEq___lambda__2___closed__4 = _init_l_Lean_Meta_subst_findEq___lambda__2___closed__4(); lean_mark_persistent(l_Lean_Meta_subst_findEq___lambda__2___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294____closed__15); -res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4294_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295____closed__15); +res = l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Subst___hyg_4295_(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/UnifyEq.c b/stage0/stdlib/Lean/Meta/Tactic/UnifyEq.c index 9e29d3f33e7c..6f70ba9a08ca 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/UnifyEq.c +++ b/stage0/stdlib/Lean/Meta/Tactic/UnifyEq.c @@ -734,7 +734,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Meta_unifyEq_x3f_injection(lean_object* x_1, lean_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_92; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; uint8_t x_117; x_13 = lean_st_ref_get(x_11, x_12); x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); @@ -745,141 +745,27 @@ x_16 = lean_ctor_get(x_14, 0); lean_inc(x_16); lean_dec(x_14); lean_inc(x_16); -x_92 = l_Lean_Expr_isConstructorApp(x_16, x_6); -if (x_92 == 0) +x_117 = l_Lean_Expr_isConstructorApp(x_16, x_6); +if (x_117 == 0) { -lean_object* x_93; +uint8_t x_118; lean_dec(x_16); -x_93 = lean_box(0); -x_17 = x_93; -goto block_91; -} -else -{ -uint8_t x_94; -x_94 = l_Lean_Expr_isConstructorApp(x_16, x_7); -if (x_94 == 0) -{ -lean_object* x_95; -x_95 = lean_box(0); -x_17 = x_95; -goto block_91; -} -else -{ -lean_object* x_96; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -x_96 = l_Lean_Meta_injectionCore(x_1, x_2, x_8, x_9, x_10, x_11, x_15); -if (lean_obj_tag(x_96) == 0) -{ -lean_object* x_97; -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -if (lean_obj_tag(x_97) == 0) -{ -uint8_t x_98; -lean_dec(x_3); -x_98 = !lean_is_exclusive(x_96); -if (x_98 == 0) -{ -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_96, 0); -lean_dec(x_99); -x_100 = lean_box(0); -lean_ctor_set(x_96, 0, x_100); -return x_96; -} -else -{ -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_96, 1); -lean_inc(x_101); -lean_dec(x_96); -x_102 = lean_box(0); -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_101); -return x_103; -} +x_118 = 0; +x_17 = x_118; +goto block_116; } else { -uint8_t x_104; -x_104 = !lean_is_exclusive(x_96); -if (x_104 == 0) -{ -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_105 = lean_ctor_get(x_96, 0); -lean_dec(x_105); -x_106 = lean_ctor_get(x_97, 0); -lean_inc(x_106); -x_107 = lean_ctor_get(x_97, 1); -lean_inc(x_107); -lean_dec(x_97); -x_108 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_108, 0, x_106); -lean_ctor_set(x_108, 1, x_3); -lean_ctor_set(x_108, 2, x_107); -x_109 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_96, 0, x_109); -return x_96; -} -else -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_110 = lean_ctor_get(x_96, 1); -lean_inc(x_110); -lean_dec(x_96); -x_111 = lean_ctor_get(x_97, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_97, 1); -lean_inc(x_112); -lean_dec(x_97); -x_113 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_113, 0, x_111); -lean_ctor_set(x_113, 1, x_3); -lean_ctor_set(x_113, 2, x_112); -x_114 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_114, 0, x_113); -x_115 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_115, 0, x_114); -lean_ctor_set(x_115, 1, x_110); -return x_115; -} +uint8_t x_119; +x_119 = l_Lean_Expr_isConstructorApp(x_16, x_7); +x_17 = x_119; +goto block_116; } -} -else +block_116: { -uint8_t x_116; -lean_dec(x_3); -x_116 = !lean_is_exclusive(x_96); -if (x_116 == 0) -{ -return x_96; -} -else -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_96, 0); -x_118 = lean_ctor_get(x_96, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_96); -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; -} -} -} -} -block_91: +if (x_17 == 0) { lean_object* x_18; -lean_dec(x_17); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); @@ -902,38 +788,46 @@ lean_inc(x_7); x_21 = lean_whnf(x_7, x_8, x_9, x_10, x_11, x_20); if (lean_obj_tag(x_21) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_58; +lean_object* x_22; lean_object* x_23; uint8_t x_24; uint8_t x_79; 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_58 = lean_expr_eqv(x_19, x_6); +x_79 = lean_expr_eqv(x_19, x_6); lean_dec(x_6); -if (x_58 == 0) +if (x_79 == 0) { -lean_object* x_59; +uint8_t x_80; lean_dec(x_7); -lean_dec(x_4); -x_59 = lean_box(0); -x_24 = x_59; -goto block_57; +x_80 = 1; +x_24 = x_80; +goto block_78; } else { -uint8_t x_60; -x_60 = lean_expr_eqv(x_22, x_7); +uint8_t x_81; +x_81 = lean_expr_eqv(x_22, x_7); lean_dec(x_7); -if (x_60 == 0) +if (x_81 == 0) { -lean_object* x_61; -lean_dec(x_4); -x_61 = lean_box(0); -x_24 = x_61; -goto block_57; +uint8_t x_82; +x_82 = 1; +x_24 = x_82; +goto block_78; } else { +uint8_t x_83; +x_83 = 0; +x_24 = x_83; +goto block_78; +} +} +block_78: +{ +if (x_24 == 0) +{ lean_dec(x_22); lean_dec(x_19); lean_dec(x_3); @@ -941,189 +835,188 @@ lean_dec(x_2); lean_dec(x_1); if (lean_obj_tag(x_4) == 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; -x_62 = l_Lean_LocalDecl_type(x_5); -x_63 = l_Lean_indentExpr(x_62); -x_64 = l_Lean_Meta_unifyEq_x3f_substEq___closed__2; -x_65 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_63); -x_66 = l_Lean_Meta_unifyEq_x3f_substEq___closed__4; -x_67 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_67, 0, x_65); -lean_ctor_set(x_67, 1, x_66); -x_68 = l_Lean_throwError___at_Lean_Meta_unifyEq_x3f_substEq___spec__1(x_67, x_8, x_9, x_10, x_11, x_23); +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_25 = l_Lean_LocalDecl_type(x_5); +x_26 = l_Lean_indentExpr(x_25); +x_27 = l_Lean_Meta_unifyEq_x3f_substEq___closed__2; +x_28 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_26); +x_29 = l_Lean_Meta_unifyEq_x3f_substEq___closed__4; +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_throwError___at_Lean_Meta_unifyEq_x3f_substEq___spec__1(x_30, x_8, x_9, x_10, x_11, x_23); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -return x_68; +return x_31; } else { -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; -x_69 = lean_ctor_get(x_4, 0); -lean_inc(x_69); +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_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_32 = lean_ctor_get(x_4, 0); +lean_inc(x_32); lean_dec(x_4); -x_70 = l_Lean_LocalDecl_type(x_5); -x_71 = l_Lean_indentExpr(x_70); -x_72 = l_Lean_Meta_unifyEq_x3f_substEq___closed__2; -x_73 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_71); -x_74 = l_Lean_Meta_unifyEq_x3f_injection___closed__2; -x_75 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -x_76 = lean_box(0); -x_77 = l_Lean_Expr_const___override(x_69, x_76); -x_78 = l_Lean_MessageData_ofExpr(x_77); -x_79 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_79, 0, x_75); -lean_ctor_set(x_79, 1, x_78); -x_80 = l_Lean_Meta_unifyEq_x3f_substEq___closed__4; -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 = l_Lean_throwError___at_Lean_Meta_unifyEq_x3f_substEq___spec__1(x_81, x_8, x_9, x_10, x_11, x_23); +x_33 = l_Lean_LocalDecl_type(x_5); +x_34 = l_Lean_indentExpr(x_33); +x_35 = l_Lean_Meta_unifyEq_x3f_substEq___closed__2; +x_36 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_34); +x_37 = l_Lean_Meta_unifyEq_x3f_injection___closed__2; +x_38 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_38, 0, x_36); +lean_ctor_set(x_38, 1, x_37); +x_39 = lean_box(0); +x_40 = l_Lean_Expr_const___override(x_32, x_39); +x_41 = l_Lean_MessageData_ofExpr(x_40); +x_42 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_42, 0, x_38); +lean_ctor_set(x_42, 1, x_41); +x_43 = l_Lean_Meta_unifyEq_x3f_substEq___closed__4; +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_throwError___at_Lean_Meta_unifyEq_x3f_substEq___spec__1(x_44, x_8, x_9, x_10, x_11, x_23); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); -return x_82; -} +return x_45; } } -block_57: +else { -lean_object* x_25; lean_object* x_26; -lean_dec(x_24); +lean_object* x_46; lean_object* x_47; +lean_dec(x_4); lean_inc(x_2); -x_25 = l_Lean_Expr_fvar___override(x_2); +x_46 = l_Lean_Expr_fvar___override(x_2); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_26 = l_Lean_Meta_mkEq(x_19, x_22, x_8, x_9, x_10, x_11, x_23); -if (lean_obj_tag(x_26) == 0) +x_47 = l_Lean_Meta_mkEq(x_19, x_22, x_8, x_9, x_10, x_11, x_23); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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_LocalDecl_userName(x_5); +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = l_Lean_LocalDecl_userName(x_5); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_30 = l_Lean_MVarId_assert(x_1, x_29, x_27, x_25, x_8, x_9, x_10, x_11, x_28); -if (lean_obj_tag(x_30) == 0) +x_51 = l_Lean_MVarId_assert(x_1, x_50, x_48, x_46, x_8, x_9, x_10, x_11, x_49); +if (lean_obj_tag(x_51) == 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_MVarId_clear(x_31, x_2, x_8, x_9, x_10, x_11, x_32); -if (lean_obj_tag(x_33) == 0) -{ -uint8_t x_34; -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_35 = lean_ctor_get(x_33, 0); -x_36 = lean_unsigned_to_nat(1u); -x_37 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_37, 0, x_35); -lean_ctor_set(x_37, 1, x_3); -lean_ctor_set(x_37, 2, x_36); -x_38 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_33, 0, x_38); -return x_33; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_51, 1); +lean_inc(x_53); +lean_dec(x_51); +x_54 = l_Lean_MVarId_clear(x_52, x_2, x_8, x_9, x_10, x_11, x_53); +if (lean_obj_tag(x_54) == 0) +{ +uint8_t x_55; +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) +{ +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_54, 0); +x_57 = lean_unsigned_to_nat(1u); +x_58 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_58, 0, x_56); +lean_ctor_set(x_58, 1, x_3); +lean_ctor_set(x_58, 2, x_57); +x_59 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_54, 0, x_59); +return x_54; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_39 = lean_ctor_get(x_33, 0); -x_40 = lean_ctor_get(x_33, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_33); -x_41 = lean_unsigned_to_nat(1u); -x_42 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_42, 0, x_39); -lean_ctor_set(x_42, 1, x_3); -lean_ctor_set(x_42, 2, x_41); -x_43 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_43, 0, x_42); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_43); -lean_ctor_set(x_44, 1, x_40); -return x_44; +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_60 = lean_ctor_get(x_54, 0); +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_54); +x_62 = lean_unsigned_to_nat(1u); +x_63 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_63, 0, x_60); +lean_ctor_set(x_63, 1, x_3); +lean_ctor_set(x_63, 2, x_62); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, 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_61); +return x_65; } } else { -uint8_t x_45; +uint8_t x_66; lean_dec(x_3); -x_45 = !lean_is_exclusive(x_33); -if (x_45 == 0) +x_66 = !lean_is_exclusive(x_54); +if (x_66 == 0) { -return x_33; +return x_54; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_33, 0); -x_47 = lean_ctor_get(x_33, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_33); -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; +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_54, 0); +x_68 = lean_ctor_get(x_54, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_54); +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; } } } else { -uint8_t x_49; +uint8_t x_70; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); -x_49 = !lean_is_exclusive(x_30); -if (x_49 == 0) +x_70 = !lean_is_exclusive(x_51); +if (x_70 == 0) { -return x_30; +return x_51; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_30, 0); -x_51 = lean_ctor_get(x_30, 1); -lean_inc(x_51); -lean_inc(x_50); -lean_dec(x_30); -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_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_51, 0); +x_72 = lean_ctor_get(x_51, 1); +lean_inc(x_72); +lean_inc(x_71); +lean_dec(x_51); +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; } } } else { -uint8_t x_53; -lean_dec(x_25); +uint8_t x_74; +lean_dec(x_46); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -1131,30 +1024,31 @@ lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_53 = !lean_is_exclusive(x_26); -if (x_53 == 0) +x_74 = !lean_is_exclusive(x_47); +if (x_74 == 0) { -return x_26; +return x_47; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_26, 0); -x_55 = lean_ctor_get(x_26, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_26); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_47, 0); +x_76 = lean_ctor_get(x_47, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_47); +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_83; +uint8_t x_84; lean_dec(x_19); lean_dec(x_11); lean_dec(x_10); @@ -1166,29 +1060,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_21); -if (x_83 == 0) +x_84 = !lean_is_exclusive(x_21); +if (x_84 == 0) { return x_21; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_21, 0); -x_85 = lean_ctor_get(x_21, 1); +lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_85 = lean_ctor_get(x_21, 0); +x_86 = lean_ctor_get(x_21, 1); +lean_inc(x_86); lean_inc(x_85); -lean_inc(x_84); lean_dec(x_21); -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; +x_87 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_87, 0, x_85); +lean_ctor_set(x_87, 1, x_86); +return x_87; } } } else { -uint8_t x_87; +uint8_t x_88; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -1199,23 +1093,134 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = !lean_is_exclusive(x_18); -if (x_87 == 0) +x_88 = !lean_is_exclusive(x_18); +if (x_88 == 0) { return x_18; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_18, 0); -x_89 = lean_ctor_get(x_18, 1); +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_18, 0); +x_90 = lean_ctor_get(x_18, 1); +lean_inc(x_90); lean_inc(x_89); -lean_inc(x_88); lean_dec(x_18); -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; +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 +{ +lean_object* x_92; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_4); +x_92 = l_Lean_Meta_injectionCore(x_1, x_2, x_8, x_9, x_10, x_11, x_15); +if (lean_obj_tag(x_92) == 0) +{ +lean_object* x_93; +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +if (lean_obj_tag(x_93) == 0) +{ +uint8_t x_94; +lean_dec(x_3); +x_94 = !lean_is_exclusive(x_92); +if (x_94 == 0) +{ +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_92, 0); +lean_dec(x_95); +x_96 = lean_box(0); +lean_ctor_set(x_92, 0, x_96); +return x_92; +} +else +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_92, 1); +lean_inc(x_97); +lean_dec(x_92); +x_98 = lean_box(0); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_98); +lean_ctor_set(x_99, 1, x_97); +return x_99; +} +} +else +{ +uint8_t x_100; +x_100 = !lean_is_exclusive(x_92); +if (x_100 == 0) +{ +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_101 = lean_ctor_get(x_92, 0); +lean_dec(x_101); +x_102 = lean_ctor_get(x_93, 0); +lean_inc(x_102); +x_103 = lean_ctor_get(x_93, 1); +lean_inc(x_103); +lean_dec(x_93); +x_104 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_104, 0, x_102); +lean_ctor_set(x_104, 1, x_3); +lean_ctor_set(x_104, 2, x_103); +x_105 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_92, 0, x_105); +return x_92; +} +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; +x_106 = lean_ctor_get(x_92, 1); +lean_inc(x_106); +lean_dec(x_92); +x_107 = lean_ctor_get(x_93, 0); +lean_inc(x_107); +x_108 = lean_ctor_get(x_93, 1); +lean_inc(x_108); +lean_dec(x_93); +x_109 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_109, 0, x_107); +lean_ctor_set(x_109, 1, x_3); +lean_ctor_set(x_109, 2, x_108); +x_110 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_110, 0, x_109); +x_111 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_106); +return x_111; +} +} +} +else +{ +uint8_t x_112; +lean_dec(x_3); +x_112 = !lean_is_exclusive(x_92); +if (x_112 == 0) +{ +return x_92; +} +else +{ +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_92, 0); +x_114 = lean_ctor_get(x_92, 1); +lean_inc(x_114); +lean_inc(x_113); +lean_dec(x_92); +x_115 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_115, 0, x_113); +lean_ctor_set(x_115, 1, x_114); +return x_115; +} } } } diff --git a/stage0/stdlib/Lean/Meta/Tactic/Util.c b/stage0/stdlib/Lean/Meta/Tactic/Util.c index 3a7d90660604..6b13cee90b27 100644 --- a/stage0/stdlib/Lean/Meta/Tactic/Util.c +++ b/stage0/stdlib/Lean/Meta/Tactic/Util.c @@ -27,7 +27,7 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_getType___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__17___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_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20___boxed(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_MVarId_getNondepPropHyps___spec__20___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_getMVarTag___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getPropHyps___spec__4(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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__17___closed__2; @@ -73,10 +73,10 @@ lean_object* l_Lean_stringToMessageData(lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); lean_object* l_Lean_MetavarContext_setMVarUserName(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Util___hyg_556____closed__9; -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(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_Exception_toMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_appendTag(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(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_initFn____x40_Lean_Meta_Tactic_Util___hyg_556____closed__17; LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Util___hyg_556_(lean_object*); LEAN_EXPORT lean_object* l_List_elem___at_Lean_MVarId_getNondepPropHyps___spec__3___boxed(lean_object*, lean_object*); @@ -121,7 +121,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_admit(lean_object*, uint8_t, lean_object*, LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_throwNestedTacticEx___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_exactlyOne___spec__1___boxed(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_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(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_MVarId_getNondepPropHyps___spec__21(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__17(lean_object*, 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*); @@ -154,7 +154,7 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_mkFreshExprMVarImpl(lean_o LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Meta_getPropHyps___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visited___at_Lean_MVarId_getNondepPropHyps___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(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_initFn____x40_Lean_Meta_Tactic_Util___hyg_556____closed__3; LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_visit___at_Lean_MVarId_getNondepPropHyps___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__17___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -173,7 +173,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_exactlyOne(lean_object*, lean_object*, lean static lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_saturate_go___spec__2___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getPropHyps___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*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Util___hyg_556____closed__2; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(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_MVarId_getNondepPropHyps___spec__20(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_hasMacroScopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_ForEachExprWhere_checked___at_Lean_MVarId_getNondepPropHyps___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_ensureAtMostOne(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -201,16 +201,17 @@ lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMe lean_object* l_Lean_LocalDecl_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_throwTacticEx___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_inferInstance___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22___boxed(lean_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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22___boxed(lean_object*, lean_object*, lean_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_sub(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_inferInstance___closed__1; lean_object* lean_nat_mul(lean_object*, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); lean_object* lean_erase_macro_scopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_ensureAtMostOne___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_MVarId_getNondepPropHyps___spec__1(lean_object*); lean_object* l_Lean_MVarId_withContext___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_synthPendingImp___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_saturate(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24___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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24___boxed(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_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_List_replace___at_Lean_MVarId_getNondepPropHyps___spec__13(lean_object*, lean_object*, lean_object*); @@ -235,20 +236,19 @@ uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___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_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_headBetaMVarType___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23___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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23___boxed(lean_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_getMVarType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_MVarId_getNondepPropHyps___spec__10(lean_object*, lean_object*); static lean_object* l_Lean_MVarId_getNondepPropHyps___lambda__1___closed__1; static lean_object* l_Lean_MVarId_checkNotAssigned___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_setMVarTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_throwTacticEx___rarg___closed__5; -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_Tactic_Util___hyg_556____closed__16; LEAN_EXPORT lean_object* l_Lean_MVarId_checkNotAssigned___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_saturate_go(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_MVarId_getNondepPropHyps___spec__21___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_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21___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_MVarId_inferInstance(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__16(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_throwTacticEx___rarg___closed__10; @@ -1802,7 +1802,7 @@ lean_inc(x_3); x_4 = lean_ctor_get(x_1, 1); lean_inc(x_4); x_5 = lean_array_get_size(x_4); -x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_6 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_7 = (size_t)(x_6) & (lean_unbox(x_5) - 1); x_8 = lean_array_uget(x_4, x_7); x_9 = l_List_elem___at_Lean_MVarId_getNondepPropHyps___spec__3(x_2, x_8); @@ -2781,7 +2781,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_2, 0); x_5 = lean_ctor_get(x_2, 1); x_6 = lean_array_get_size(x_1); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 1, x_9); @@ -2799,7 +2799,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_14 = lean_array_get_size(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_15 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_16 = (size_t)(x_15) & (lean_unbox(x_14) - 1); x_17 = lean_array_uget(x_1, x_16); x_18 = lean_alloc_ctor(1, 2, 0); @@ -2937,7 +2937,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; x_4 = lean_ctor_get(x_1, 0); x_5 = lean_ctor_get(x_1, 1); x_6 = lean_array_get_size(x_5); -x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_6); x_8 = (size_t)(x_7) & (lean_unbox(x_6) - 1); x_9 = lean_array_uget(x_5, x_8); @@ -2989,7 +2989,7 @@ lean_inc(x_20); lean_inc(x_19); lean_dec(x_1); x_21 = lean_array_get_size(x_20); -x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_22 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_21); x_23 = (size_t)(x_22) & (lean_unbox(x_21) - 1); x_24 = lean_array_uget(x_20, x_23); @@ -4666,7 +4666,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -4676,303 +4676,298 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(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: { -uint8_t x_13; -x_13 = lean_usize_dec_lt(x_6, x_5); -if (x_13 == 0) +uint8_t x_14; +x_14 = lean_usize_dec_lt(x_7, x_6); +if (x_14 == 0) { -lean_object* x_14; +lean_object* x_15; lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); -lean_ctor_set(x_14, 1, x_12); -return x_14; +x_15 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_15, 0, x_8); +lean_ctor_set(x_15, 1, x_13); +return x_15; } else { -lean_object* x_15; uint8_t x_16; -x_15 = lean_array_uget(x_4, x_6); -x_16 = !lean_is_exclusive(x_7); -if (x_16 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_array_uget(x_5, x_7); +x_17 = !lean_is_exclusive(x_8); +if (x_17 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_ctor_get(x_7, 1); -x_18 = lean_ctor_get(x_7, 0); -lean_dec(x_18); +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_8, 1); +x_19 = lean_ctor_get(x_8, 0); +lean_dec(x_19); lean_inc(x_10); -lean_inc(x_8); -lean_inc(x_17); +lean_inc(x_18); lean_inc(x_2); lean_inc(x_1); -x_19 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_2, x_15, x_17, x_8, x_9, x_10, x_11, x_12); -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -if (lean_obj_tag(x_20) == 0) +x_20 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_2, x_3, x_16, x_18, x_9, x_10, x_11, x_12, x_13); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +if (lean_obj_tag(x_21) == 0) { -uint8_t x_21; +uint8_t x_22; lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_21 = !lean_is_exclusive(x_19); -if (x_21 == 0) +x_22 = !lean_is_exclusive(x_20); +if (x_22 == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_19, 0); -lean_dec(x_22); -x_23 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_23, 0, x_20); -lean_ctor_set(x_7, 0, x_23); -lean_ctor_set(x_19, 0, x_7); -return x_19; +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_20, 0); +lean_dec(x_23); +x_24 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_24, 0, x_21); +lean_ctor_set(x_8, 0, x_24); +lean_ctor_set(x_20, 0, x_8); +return x_20; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_19, 1); -lean_inc(x_24); -lean_dec(x_19); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_20); -lean_ctor_set(x_7, 0, x_25); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_7); -lean_ctor_set(x_26, 1, x_24); -return x_26; +lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_20, 1); +lean_inc(x_25); +lean_dec(x_20); +x_26 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_26, 0, x_21); +lean_ctor_set(x_8, 0, x_26); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_8); +lean_ctor_set(x_27, 1, x_25); +return x_27; } } else { -lean_object* x_27; lean_object* x_28; size_t x_29; size_t x_30; -lean_dec(x_17); -x_27 = lean_ctor_get(x_19, 1); -lean_inc(x_27); -lean_dec(x_19); -x_28 = lean_ctor_get(x_20, 0); +lean_object* x_28; lean_object* x_29; size_t x_30; size_t x_31; +lean_dec(x_18); +x_28 = lean_ctor_get(x_20, 1); lean_inc(x_28); lean_dec(x_20); -lean_inc(x_3); -lean_ctor_set(x_7, 1, x_28); -lean_ctor_set(x_7, 0, x_3); -x_29 = 1; -x_30 = lean_usize_add(x_6, x_29); -x_6 = x_30; -x_12 = x_27; +x_29 = lean_ctor_get(x_21, 0); +lean_inc(x_29); +lean_dec(x_21); +lean_inc(x_4); +lean_ctor_set(x_8, 1, x_29); +lean_ctor_set(x_8, 0, x_4); +x_30 = 1; +x_31 = lean_usize_add(x_7, x_30); +x_7 = x_31; +x_13 = x_28; goto _start; } } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_7, 1); -lean_inc(x_32); -lean_dec(x_7); +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_8, 1); +lean_inc(x_33); +lean_dec(x_8); lean_inc(x_10); -lean_inc(x_8); -lean_inc(x_32); +lean_inc(x_33); lean_inc(x_2); lean_inc(x_1); -x_33 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_2, x_15, x_32, x_8, x_9, x_10, x_11, x_12); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -if (lean_obj_tag(x_34) == 0) +x_34 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_2, x_3, x_16, x_33, x_9, x_10, x_11, x_12, x_13); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +if (lean_obj_tag(x_35) == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_dec(x_10); -lean_dec(x_8); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_35 = lean_ctor_get(x_33, 1); -lean_inc(x_35); -if (lean_is_exclusive(x_33)) { - lean_ctor_release(x_33, 0); - lean_ctor_release(x_33, 1); - x_36 = x_33; +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_37 = x_34; } else { - lean_dec_ref(x_33); - x_36 = lean_box(0); + lean_dec_ref(x_34); + x_37 = lean_box(0); } -x_37 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_37, 0, x_34); -x_38 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_32); -if (lean_is_scalar(x_36)) { - x_39 = lean_alloc_ctor(0, 2, 0); +x_38 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_35); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_33); +if (lean_is_scalar(x_37)) { + x_40 = lean_alloc_ctor(0, 2, 0); } else { - x_39 = x_36; + x_40 = x_37; } -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_35); -return x_39; +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_36); +return x_40; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; size_t x_43; size_t x_44; -lean_dec(x_32); -x_40 = lean_ctor_get(x_33, 1); -lean_inc(x_40); +lean_object* x_41; lean_object* x_42; lean_object* x_43; size_t x_44; size_t x_45; lean_dec(x_33); -x_41 = lean_ctor_get(x_34, 0); +x_41 = lean_ctor_get(x_34, 1); lean_inc(x_41); lean_dec(x_34); -lean_inc(x_3); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_3); -lean_ctor_set(x_42, 1, x_41); -x_43 = 1; -x_44 = lean_usize_add(x_6, x_43); -x_6 = x_44; -x_7 = x_42; -x_12 = x_40; +x_42 = lean_ctor_get(x_35, 0); +lean_inc(x_42); +lean_dec(x_35); +lean_inc(x_4); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_4); +lean_ctor_set(x_43, 1, x_42); +x_44 = 1; +x_45 = lean_usize_add(x_7, x_44); +x_7 = x_45; +x_8 = x_43; +x_13 = x_41; goto _start; } } } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -uint8_t x_12; -x_12 = lean_usize_dec_lt(x_5, x_4); -if (x_12 == 0) +uint8_t x_13; +x_13 = lean_usize_dec_lt(x_6, x_5); +if (x_13 == 0) { -lean_object* x_13; +lean_object* x_14; +lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_6); -lean_ctor_set(x_13, 1, x_11); -return x_13; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_12); +return x_14; } else { -lean_object* x_14; -x_14 = lean_array_uget(x_3, x_5); -if (lean_obj_tag(x_14) == 0) +lean_object* x_15; +x_15 = lean_array_uget(x_4, x_6); +if (lean_obj_tag(x_15) == 0) { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_6); -if (x_15 == 0) +uint8_t x_16; +x_16 = !lean_is_exclusive(x_7); +if (x_16 == 0) { -lean_object* x_16; size_t x_17; size_t x_18; -x_16 = lean_ctor_get(x_6, 0); -lean_dec(x_16); -lean_inc(x_2); -lean_ctor_set(x_6, 0, x_2); -x_17 = 1; -x_18 = lean_usize_add(x_5, x_17); -x_5 = x_18; +lean_object* x_17; size_t x_18; size_t x_19; +x_17 = lean_ctor_get(x_7, 0); +lean_dec(x_17); +lean_inc(x_3); +lean_ctor_set(x_7, 0, x_3); +x_18 = 1; +x_19 = lean_usize_add(x_6, x_18); +x_6 = x_19; goto _start; } else { -lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; -x_20 = lean_ctor_get(x_6, 1); -lean_inc(x_20); -lean_dec(x_6); -lean_inc(x_2); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_2); -lean_ctor_set(x_21, 1, x_20); -x_22 = 1; -x_23 = lean_usize_add(x_5, x_22); -x_5 = x_23; -x_6 = x_21; +lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; +x_21 = lean_ctor_get(x_7, 1); +lean_inc(x_21); +lean_dec(x_7); +lean_inc(x_3); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_3); +lean_ctor_set(x_22, 1, x_21); +x_23 = 1; +x_24 = lean_usize_add(x_6, x_23); +x_6 = x_24; +x_7 = x_22; goto _start; } } else { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_6); -if (x_25 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_7); +if (x_26 == 0) { -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_6, 1); -x_27 = lean_ctor_get(x_6, 0); -lean_dec(x_27); -x_28 = lean_ctor_get(x_14, 0); -lean_inc(x_28); -lean_dec(x_14); -x_29 = l_Lean_LocalDecl_fvarId(x_28); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_27 = lean_ctor_get(x_7, 1); +x_28 = lean_ctor_get(x_7, 0); lean_dec(x_28); +x_29 = lean_ctor_get(x_15, 0); lean_inc(x_29); -lean_inc(x_1); -x_30 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_1, x_29); -if (x_30 == 0) -{ -size_t x_31; size_t x_32; +lean_dec(x_15); +x_30 = l_Lean_LocalDecl_fvarId(x_29); lean_dec(x_29); +lean_inc(x_30); lean_inc(x_2); -lean_ctor_set(x_6, 0, x_2); -x_31 = 1; -x_32 = lean_usize_add(x_5, x_31); -x_5 = x_32; +x_31 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_2, x_30); +if (x_31 == 0) +{ +size_t x_32; size_t x_33; +lean_dec(x_30); +lean_inc(x_3); +lean_ctor_set(x_7, 0, x_3); +x_32 = 1; +x_33 = lean_usize_add(x_6, x_32); +x_6 = x_33; goto _start; } else { -lean_object* x_34; size_t x_35; size_t x_36; -x_34 = lean_array_push(x_26, x_29); -lean_inc(x_2); -lean_ctor_set(x_6, 1, x_34); -lean_ctor_set(x_6, 0, x_2); -x_35 = 1; -x_36 = lean_usize_add(x_5, x_35); -x_5 = x_36; +lean_object* x_35; size_t x_36; size_t x_37; +x_35 = lean_array_push(x_27, x_30); +lean_inc(x_3); +lean_ctor_set(x_7, 1, x_35); +lean_ctor_set(x_7, 0, x_3); +x_36 = 1; +x_37 = lean_usize_add(x_6, x_36); +x_6 = x_37; goto _start; } } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_38 = lean_ctor_get(x_6, 1); -lean_inc(x_38); -lean_dec(x_6); -x_39 = lean_ctor_get(x_14, 0); +lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_39 = lean_ctor_get(x_7, 1); lean_inc(x_39); -lean_dec(x_14); -x_40 = l_Lean_LocalDecl_fvarId(x_39); -lean_dec(x_39); +lean_dec(x_7); +x_40 = lean_ctor_get(x_15, 0); lean_inc(x_40); -lean_inc(x_1); -x_41 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_1, x_40); -if (x_41 == 0) -{ -lean_object* x_42; size_t x_43; size_t x_44; +lean_dec(x_15); +x_41 = l_Lean_LocalDecl_fvarId(x_40); lean_dec(x_40); +lean_inc(x_41); lean_inc(x_2); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_2); -lean_ctor_set(x_42, 1, x_38); -x_43 = 1; -x_44 = lean_usize_add(x_5, x_43); -x_5 = x_44; -x_6 = x_42; +x_42 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_2, x_41); +if (x_42 == 0) +{ +lean_object* x_43; size_t x_44; size_t x_45; +lean_dec(x_41); +lean_inc(x_3); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_3); +lean_ctor_set(x_43, 1, x_39); +x_44 = 1; +x_45 = lean_usize_add(x_6, x_44); +x_6 = x_45; +x_7 = x_43; goto _start; } else { -lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; -x_46 = lean_array_push(x_38, x_40); -lean_inc(x_2); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_2); -lean_ctor_set(x_47, 1, x_46); -x_48 = 1; -x_49 = lean_usize_add(x_5, x_48); -x_5 = x_49; -x_6 = x_47; +lean_object* x_47; lean_object* x_48; size_t x_49; size_t x_50; +x_47 = lean_array_push(x_39, x_41); +lean_inc(x_3); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_3); +lean_ctor_set(x_48, 1, x_47); +x_49 = 1; +x_50 = lean_usize_add(x_6, x_49); +x_6 = x_50; +x_7 = x_48; goto _start; } } @@ -4980,286 +4975,281 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(lean_object* x_1, lean_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_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(lean_object* x_1, lean_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_3) == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_10 = lean_ctor_get(x_3, 0); -lean_inc(x_10); -lean_dec(x_3); -x_11 = lean_box(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); -x_13 = lean_array_get_size(x_10); -x_14 = lean_usize_of_nat(x_13); -lean_dec(x_13); -x_15 = 0; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_11 = lean_ctor_get(x_4, 0); +lean_inc(x_11); +lean_dec(x_4); +x_12 = lean_box(0); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_5); +x_14 = lean_array_get_size(x_11); +x_15 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_16 = 0; lean_inc(x_7); -lean_inc(x_5); -x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(x_1, x_2, x_11, x_10, x_14, x_15, x_12, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_10); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); +x_17 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(x_1, x_2, x_3, x_12, x_11, x_15, x_16, x_13, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_11); x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); -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_16, 1); +x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); -lean_dec(x_16); +if (lean_obj_tag(x_19) == 0) +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; x_20 = lean_ctor_get(x_17, 1); lean_inc(x_20); lean_dec(x_17); -x_21 = lean_box(0); -x_22 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__15___lambda__1(x_20, x_21, x_5, x_6, x_7, x_8, x_19); +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_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__15___lambda__1(x_21, x_22, x_6, x_7, x_8, x_9, x_20); lean_dec(x_7); -lean_dec(x_5); -return x_22; +return x_23; } else { -uint8_t x_23; -lean_dec(x_17); +uint8_t x_24; +lean_dec(x_18); lean_dec(x_7); -lean_dec(x_5); -x_23 = !lean_is_exclusive(x_16); -if (x_23 == 0) +x_24 = !lean_is_exclusive(x_17); +if (x_24 == 0) { -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_16, 0); -lean_dec(x_24); -x_25 = lean_ctor_get(x_18, 0); -lean_inc(x_25); -lean_dec(x_18); -lean_ctor_set(x_16, 0, x_25); -return x_16; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_17, 0); +lean_dec(x_25); +x_26 = lean_ctor_get(x_19, 0); +lean_inc(x_26); +lean_dec(x_19); +lean_ctor_set(x_17, 0, x_26); +return x_17; } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_16, 1); -lean_inc(x_26); -lean_dec(x_16); -x_27 = lean_ctor_get(x_18, 0); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_17, 1); lean_inc(x_27); -lean_dec(x_18); -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; +lean_dec(x_17); +x_28 = lean_ctor_get(x_19, 0); +lean_inc(x_28); +lean_dec(x_19); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; } } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; size_t x_33; size_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -lean_dec(x_2); -x_29 = lean_ctor_get(x_3, 0); -lean_inc(x_29); -lean_dec(x_3); -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_4); -x_32 = lean_array_get_size(x_29); -x_33 = lean_usize_of_nat(x_32); -lean_dec(x_32); -x_34 = 0; -x_35 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(x_1, x_30, x_29, x_33, x_34, x_31, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_29); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; size_t x_34; size_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_30 = lean_ctor_get(x_4, 0); +lean_inc(x_30); +lean_dec(x_4); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_5); +x_33 = lean_array_get_size(x_30); +x_34 = lean_usize_of_nat(x_33); +lean_dec(x_33); +x_35 = 0; +x_36 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(x_1, x_2, x_31, x_30, x_34, x_35, x_32, x_6, x_7, x_8, x_9, x_10); +lean_dec(x_30); +lean_dec(x_1); x_37 = lean_ctor_get(x_36, 0); lean_inc(x_37); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_38 = lean_ctor_get(x_35, 1); +x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); -lean_dec(x_35); +if (lean_obj_tag(x_38) == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; x_39 = lean_ctor_get(x_36, 1); lean_inc(x_39); lean_dec(x_36); -x_40 = lean_box(0); -x_41 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__15___lambda__1(x_39, x_40, x_5, x_6, x_7, x_8, x_38); +x_40 = lean_ctor_get(x_37, 1); +lean_inc(x_40); +lean_dec(x_37); +x_41 = lean_box(0); +x_42 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__15___lambda__1(x_40, x_41, x_6, x_7, x_8, x_9, x_39); lean_dec(x_7); -lean_dec(x_5); -return x_41; +return x_42; } else { -uint8_t x_42; -lean_dec(x_36); +uint8_t x_43; +lean_dec(x_37); lean_dec(x_7); -lean_dec(x_5); -x_42 = !lean_is_exclusive(x_35); -if (x_42 == 0) +x_43 = !lean_is_exclusive(x_36); +if (x_43 == 0) { -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_35, 0); -lean_dec(x_43); -x_44 = lean_ctor_get(x_37, 0); -lean_inc(x_44); -lean_dec(x_37); -lean_ctor_set(x_35, 0, x_44); -return x_35; +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_36, 0); +lean_dec(x_44); +x_45 = lean_ctor_get(x_38, 0); +lean_inc(x_45); +lean_dec(x_38); +lean_ctor_set(x_36, 0, x_45); +return x_36; } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_35, 1); -lean_inc(x_45); -lean_dec(x_35); -x_46 = lean_ctor_get(x_37, 0); +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_36, 1); lean_inc(x_46); -lean_dec(x_37); -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; +lean_dec(x_36); +x_47 = lean_ctor_get(x_38, 0); +lean_inc(x_47); +lean_dec(x_38); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_46); +return x_48; } } } } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { +LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(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_object* x_9, lean_object* x_10, lean_object* x_11, lean_object* x_12) { _start: { -uint8_t x_12; -x_12 = lean_usize_dec_lt(x_5, x_4); -if (x_12 == 0) +uint8_t x_13; +x_13 = lean_usize_dec_lt(x_6, x_5); +if (x_13 == 0) { -lean_object* x_13; +lean_object* x_14; +lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_6); -lean_ctor_set(x_13, 1, x_11); -return x_13; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_12); +return x_14; } else { -lean_object* x_14; -x_14 = lean_array_uget(x_3, x_5); -if (lean_obj_tag(x_14) == 0) +lean_object* x_15; +x_15 = lean_array_uget(x_4, x_6); +if (lean_obj_tag(x_15) == 0) { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_6); -if (x_15 == 0) +uint8_t x_16; +x_16 = !lean_is_exclusive(x_7); +if (x_16 == 0) { -lean_object* x_16; size_t x_17; size_t x_18; -x_16 = lean_ctor_get(x_6, 0); -lean_dec(x_16); -lean_inc(x_2); -lean_ctor_set(x_6, 0, x_2); -x_17 = 1; -x_18 = lean_usize_add(x_5, x_17); -x_5 = x_18; +lean_object* x_17; size_t x_18; size_t x_19; +x_17 = lean_ctor_get(x_7, 0); +lean_dec(x_17); +lean_inc(x_3); +lean_ctor_set(x_7, 0, x_3); +x_18 = 1; +x_19 = lean_usize_add(x_6, x_18); +x_6 = x_19; goto _start; } else { -lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; -x_20 = lean_ctor_get(x_6, 1); -lean_inc(x_20); -lean_dec(x_6); -lean_inc(x_2); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_2); -lean_ctor_set(x_21, 1, x_20); -x_22 = 1; -x_23 = lean_usize_add(x_5, x_22); -x_5 = x_23; -x_6 = x_21; +lean_object* x_21; lean_object* x_22; size_t x_23; size_t x_24; +x_21 = lean_ctor_get(x_7, 1); +lean_inc(x_21); +lean_dec(x_7); +lean_inc(x_3); +x_22 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_22, 0, x_3); +lean_ctor_set(x_22, 1, x_21); +x_23 = 1; +x_24 = lean_usize_add(x_6, x_23); +x_6 = x_24; +x_7 = x_22; goto _start; } } else { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_6); -if (x_25 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_7); +if (x_26 == 0) { -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_6, 1); -x_27 = lean_ctor_get(x_6, 0); -lean_dec(x_27); -x_28 = lean_ctor_get(x_14, 0); -lean_inc(x_28); -lean_dec(x_14); -x_29 = l_Lean_LocalDecl_fvarId(x_28); +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_27 = lean_ctor_get(x_7, 1); +x_28 = lean_ctor_get(x_7, 0); lean_dec(x_28); +x_29 = lean_ctor_get(x_15, 0); lean_inc(x_29); -lean_inc(x_1); -x_30 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_1, x_29); -if (x_30 == 0) -{ -size_t x_31; size_t x_32; +lean_dec(x_15); +x_30 = l_Lean_LocalDecl_fvarId(x_29); lean_dec(x_29); +lean_inc(x_30); lean_inc(x_2); -lean_ctor_set(x_6, 0, x_2); -x_31 = 1; -x_32 = lean_usize_add(x_5, x_31); -x_5 = x_32; +x_31 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_2, x_30); +if (x_31 == 0) +{ +size_t x_32; size_t x_33; +lean_dec(x_30); +lean_inc(x_3); +lean_ctor_set(x_7, 0, x_3); +x_32 = 1; +x_33 = lean_usize_add(x_6, x_32); +x_6 = x_33; goto _start; } else { -lean_object* x_34; size_t x_35; size_t x_36; -x_34 = lean_array_push(x_26, x_29); -lean_inc(x_2); -lean_ctor_set(x_6, 1, x_34); -lean_ctor_set(x_6, 0, x_2); -x_35 = 1; -x_36 = lean_usize_add(x_5, x_35); -x_5 = x_36; +lean_object* x_35; size_t x_36; size_t x_37; +x_35 = lean_array_push(x_27, x_30); +lean_inc(x_3); +lean_ctor_set(x_7, 1, x_35); +lean_ctor_set(x_7, 0, x_3); +x_36 = 1; +x_37 = lean_usize_add(x_6, x_36); +x_6 = x_37; goto _start; } } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_38 = lean_ctor_get(x_6, 1); -lean_inc(x_38); -lean_dec(x_6); -x_39 = lean_ctor_get(x_14, 0); +lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; +x_39 = lean_ctor_get(x_7, 1); lean_inc(x_39); -lean_dec(x_14); -x_40 = l_Lean_LocalDecl_fvarId(x_39); -lean_dec(x_39); +lean_dec(x_7); +x_40 = lean_ctor_get(x_15, 0); lean_inc(x_40); -lean_inc(x_1); -x_41 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_1, x_40); -if (x_41 == 0) -{ -lean_object* x_42; size_t x_43; size_t x_44; +lean_dec(x_15); +x_41 = l_Lean_LocalDecl_fvarId(x_40); lean_dec(x_40); +lean_inc(x_41); lean_inc(x_2); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_2); -lean_ctor_set(x_42, 1, x_38); -x_43 = 1; -x_44 = lean_usize_add(x_5, x_43); -x_5 = x_44; -x_6 = x_42; +x_42 = l_Lean_HashSetImp_contains___at_Lean_MVarId_getNondepPropHyps___spec__19(x_2, x_41); +if (x_42 == 0) +{ +lean_object* x_43; size_t x_44; size_t x_45; +lean_dec(x_41); +lean_inc(x_3); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_3); +lean_ctor_set(x_43, 1, x_39); +x_44 = 1; +x_45 = lean_usize_add(x_6, x_44); +x_6 = x_45; +x_7 = x_43; goto _start; } else { -lean_object* x_46; lean_object* x_47; size_t x_48; size_t x_49; -x_46 = lean_array_push(x_38, x_40); -lean_inc(x_2); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_2); -lean_ctor_set(x_47, 1, x_46); -x_48 = 1; -x_49 = lean_usize_add(x_5, x_48); -x_5 = x_49; -x_6 = x_47; +lean_object* x_47; lean_object* x_48; size_t x_49; size_t x_50; +x_47 = lean_array_push(x_39, x_41); +lean_inc(x_3); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_3); +lean_ctor_set(x_48, 1, x_47); +x_49 = 1; +x_50 = lean_usize_add(x_6, x_49); +x_6 = x_50; +x_7 = x_48; goto _start; } } @@ -5267,140 +5257,141 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(lean_object* x_1, lean_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_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(lean_object* x_1, lean_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_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_3, 0); +lean_inc(x_10); lean_inc(x_6); lean_inc(x_4); -lean_inc(x_3); +lean_inc(x_2); lean_inc(x_1); -x_10 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_3, x_9, x_3, x_4, x_5, x_6, x_7, x_8); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +x_11 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_2, x_4, x_10, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_4); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 0) { -uint8_t x_12; +uint8_t x_13; lean_dec(x_6); -lean_dec(x_4); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +x_13 = !lean_is_exclusive(x_11); +if (x_13 == 0) { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_10, 0); -lean_dec(x_13); +lean_object* x_14; lean_object* x_15; x_14 = lean_ctor_get(x_11, 0); -lean_inc(x_14); -lean_dec(x_11); -lean_ctor_set(x_10, 0, x_14); -return x_10; +lean_dec(x_14); +x_15 = lean_ctor_get(x_12, 0); +lean_inc(x_15); +lean_dec(x_12); +lean_ctor_set(x_11, 0, x_15); +return x_11; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_11, 0); +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_11, 1); lean_inc(x_16); lean_dec(x_11); -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; +x_17 = lean_ctor_get(x_12, 0); +lean_inc(x_17); +lean_dec(x_12); +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_18; 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; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_18 = lean_ctor_get(x_10, 1); -lean_inc(x_18); -lean_dec(x_10); -x_19 = lean_ctor_get(x_11, 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; size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_19 = lean_ctor_get(x_11, 1); lean_inc(x_19); lean_dec(x_11); -x_20 = lean_ctor_get(x_2, 1); +x_20 = lean_ctor_get(x_12, 0); lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_box(0); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_19); -x_23 = lean_array_get_size(x_20); -x_24 = lean_usize_of_nat(x_23); -lean_dec(x_23); -x_25 = 0; -x_26 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(x_1, x_21, x_20, x_24, x_25, x_22, x_4, x_5, x_6, x_7, x_18); +lean_dec(x_12); +x_21 = lean_ctor_get(x_3, 1); +lean_inc(x_21); +lean_dec(x_3); +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_20); +x_24 = lean_array_get_size(x_21); +x_25 = lean_usize_of_nat(x_24); +lean_dec(x_24); +x_26 = 0; +x_27 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(x_1, x_2, x_22, x_21, x_25, x_26, x_23, x_5, x_6, x_7, x_8, x_19); lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_20); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); +lean_dec(x_21); +lean_dec(x_1); x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -if (lean_obj_tag(x_28) == 0) +x_29 = lean_ctor_get(x_28, 0); +lean_inc(x_29); +if (lean_obj_tag(x_29) == 0) { -uint8_t x_29; -x_29 = !lean_is_exclusive(x_26); -if (x_29 == 0) +uint8_t x_30; +x_30 = !lean_is_exclusive(x_27); +if (x_30 == 0) { -lean_object* x_30; lean_object* x_31; -x_30 = lean_ctor_get(x_26, 0); -lean_dec(x_30); -x_31 = lean_ctor_get(x_27, 1); -lean_inc(x_31); -lean_dec(x_27); -lean_ctor_set(x_26, 0, x_31); -return x_26; +lean_object* x_31; lean_object* x_32; +x_31 = lean_ctor_get(x_27, 0); +lean_dec(x_31); +x_32 = lean_ctor_get(x_28, 1); +lean_inc(x_32); +lean_dec(x_28); +lean_ctor_set(x_27, 0, x_32); +return x_27; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); +lean_object* x_33; lean_object* x_34; lean_object* x_35; x_33 = lean_ctor_get(x_27, 1); lean_inc(x_33); lean_dec(x_27); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_32); -return x_34; +x_34 = lean_ctor_get(x_28, 1); +lean_inc(x_34); +lean_dec(x_28); +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 { -uint8_t x_35; -lean_dec(x_27); -x_35 = !lean_is_exclusive(x_26); -if (x_35 == 0) -{ -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_26, 0); -lean_dec(x_36); -x_37 = lean_ctor_get(x_28, 0); -lean_inc(x_37); +uint8_t x_36; lean_dec(x_28); -lean_ctor_set(x_26, 0, x_37); -return x_26; +x_36 = !lean_is_exclusive(x_27); +if (x_36 == 0) +{ +lean_object* x_37; lean_object* x_38; +x_37 = lean_ctor_get(x_27, 0); +lean_dec(x_37); +x_38 = lean_ctor_get(x_29, 0); +lean_inc(x_38); +lean_dec(x_29); +lean_ctor_set(x_27, 0, x_38); +return x_27; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_26, 1); -lean_inc(x_38); -lean_dec(x_26); -x_39 = lean_ctor_get(x_28, 0); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_27, 1); lean_inc(x_39); -lean_dec(x_28); -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; +lean_dec(x_27); +x_40 = lean_ctor_get(x_29, 0); +lean_inc(x_40); +lean_dec(x_29); +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; } } } @@ -5498,9 +5489,11 @@ if (x_35 == 0) lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_free_object(x_29); x_36 = l_Lean_MVarId_getNondepPropHyps___lambda__1___closed__1; -x_37 = l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(x_27, x_9, x_36, x_3, x_4, x_5, x_6, x_31); +lean_inc(x_27); +x_37 = l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(x_27, x_27, x_9, x_36, x_3, x_4, x_5, x_6, x_31); lean_dec(x_6); -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); x_38 = !lean_is_exclusive(x_37); if (x_38 == 0) { @@ -5549,9 +5542,11 @@ if (x_46 == 0) { lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; x_47 = l_Lean_MVarId_getNondepPropHyps___lambda__1___closed__1; -x_48 = l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(x_27, x_9, x_47, x_3, x_4, x_5, x_6, x_43); +lean_inc(x_27); +x_48 = l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(x_27, x_27, x_9, x_47, x_3, x_4, x_5, x_6, x_43); lean_dec(x_6); -lean_dec(x_4); +lean_dec(x_5); +lean_dec(x_3); x_49 = lean_ctor_get(x_48, 0); lean_inc(x_49); x_50 = lean_ctor_get(x_48, 1); @@ -5864,73 +5859,80 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22___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_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22___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: { -size_t x_13; size_t x_14; lean_object* x_15; -x_13 = lean_unbox_usize(x_5); -lean_dec(x_5); +size_t x_14; size_t x_15; lean_object* x_16; x_14 = lean_unbox_usize(x_6); lean_dec(x_6); -x_15 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(x_1, x_2, x_3, x_4, x_13, x_14, x_7, x_8, x_9, x_10, x_11, x_12); +x_15 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_16 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__22(x_1, x_2, x_3, x_4, x_5, x_14, x_15, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_9); -lean_dec(x_4); -return x_15; +lean_dec(x_5); +lean_dec(x_3); +return x_16; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23___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_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23___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_12; size_t x_13; lean_object* x_14; -x_12 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_13; size_t x_14; lean_object* x_15; x_13 = lean_unbox_usize(x_5); lean_dec(x_5); -x_14 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(x_1, x_2, x_3, x_12, x_13, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_15 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__23(x_1, x_2, x_3, x_4, x_13, x_14, 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_3); -return x_14; +lean_dec(x_4); +lean_dec(x_1); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21___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_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21___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_10; -x_10 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_11; +x_11 = l_Lean_PersistentArray_forInAux___at_Lean_MVarId_getNondepPropHyps___spec__21(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_6); -return x_10; +lean_dec(x_3); +return x_11; } } -LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24___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_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24___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_12; size_t x_13; lean_object* x_14; -x_12 = lean_unbox_usize(x_4); -lean_dec(x_4); +size_t x_13; size_t x_14; lean_object* x_15; x_13 = lean_unbox_usize(x_5); lean_dec(x_5); -x_14 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(x_1, x_2, x_3, x_12, x_13, x_6, x_7, x_8, x_9, x_10, x_11); +x_14 = lean_unbox_usize(x_6); +lean_dec(x_6); +x_15 = l_Array_forInUnsafe_loop___at_Lean_MVarId_getNondepPropHyps___spec__24(x_1, x_2, x_3, x_4, x_13, x_14, 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_3); -return x_14; +lean_dec(x_4); +lean_dec(x_1); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20___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_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20___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_9; -x_9 = l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_10; +x_10 = l_Lean_PersistentArray_forIn___at_Lean_MVarId_getNondepPropHyps___spec__20(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_8); lean_dec(x_7); lean_dec(x_5); -return x_9; +return x_10; } } LEAN_EXPORT lean_object* l_Lean_Meta_getNondepPropHyps(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { diff --git a/stage0/stdlib/Lean/Meta/Transform.c b/stage0/stdlib/Lean/Meta/Transform.c index 2dda55d601fa..71762505122d 100644 --- a/stage0/stdlib/Lean/Meta/Transform.c +++ b/stage0/stdlib/Lean/Meta/Transform.c @@ -134,7 +134,6 @@ LEAN_EXPORT lean_object* l_Lean_Core_transform_visit___rarg___lambda__9(lean_obj uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_transform_visit_visitForall___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Meta_transform_visit___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); lean_object* l_Lean_Core_instantiateValueLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_setEnv___at_Lean_addDecl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_Meta_transform_visit_visitLambda___spec__1(lean_object*); @@ -248,6 +247,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_eraseInaccessibleAnnotations___lambda__2___ LEAN_EXPORT lean_object* l_Lean_Meta_zetaReduce___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_transform___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Core_transform_visit___rarg___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*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Core_transform_visit___spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Core_transform_visit___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwMaxRecDepthAt___at_Lean_Core_betaReduce___spec__8(lean_object*); @@ -832,7 +832,7 @@ return x_25; else { uint8_t x_26; -x_26 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_14, x_14); +x_26 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_14, x_14); if (x_26 == 0) { lean_object* x_27; lean_object* x_28; @@ -970,7 +970,7 @@ return x_25; else { uint8_t x_26; -x_26 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_14, x_14); +x_26 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_14, x_14); if (x_26 == 0) { lean_object* x_27; lean_object* x_28; @@ -3041,7 +3041,7 @@ return x_39; else { uint8_t x_40; -x_40 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_22, x_22); +x_40 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_22, x_22); if (x_40 == 0) { lean_object* x_41; lean_object* x_42; @@ -3209,7 +3209,7 @@ return x_72; else { uint8_t x_73; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_73 == 0) { lean_object* x_74; lean_object* x_75; diff --git a/stage0/stdlib/Lean/Meta/UnificationHint.c b/stage0/stdlib/Lean/Meta/UnificationHint.c index 5bf12687287b..feb6609d9f87 100644 --- a/stage0/stdlib/Lean/Meta/UnificationHint.c +++ b/stage0/stdlib/Lean/Meta/UnificationHint.c @@ -13,15 +13,15 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__16; -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__6; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__7; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__9; lean_object* l_Lean_withTraceNode___at_Lean_Meta_processPostponed___spec__1(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_UnificationHints_add___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__19; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__18; LEAN_EXPORT lean_object* l_Lean_Meta_addUnificationHint___boxed(lean_object*, 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*); static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___closed__6; @@ -36,22 +36,20 @@ static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationH static lean_object* l_Lean_Meta_instInhabitedUnificationHintEntry___closed__1; lean_object* l_Lean_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_addUnificationHint___lambda__1___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__6; static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_UnificationHints_add___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__2; uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints___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_UnificationHint___hyg_959____lambda__1___closed__9; lean_object* l_Lean_ConstantInfo_levelParams(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3; static lean_object* l_Lean_Meta_tryUnificationHints___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__2; 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_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__7; size_t lean_uint64_to_usize(uint64_t); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__15; uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_tryUnificationHints___lambda__2___closed__1; static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___lambda__1___closed__1; @@ -59,8 +57,10 @@ static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHint lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__6___closed__1; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_UnificationHints_add___spec__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__4; 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_Array_binInsertM___at_Lean_Meta_UnificationHints_add___spec__11(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); @@ -69,21 +69,22 @@ lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*) LEAN_EXPORT lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decode___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_contains___at_Lean_findField_x3f___spec__1(lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__15; static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___lambda__1___closed__3; static lean_object* l_List_forM___at___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint___spec__1___closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__20; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__4___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_exceptBoolEmoji___rarg(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_format___at_Lean_Meta_instToFormatUnificationHints___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_format___at_Lean_Meta_instToFormatUnificationHints___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_tryUnificationHints___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*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_tryUnificationHints___spec__1___closed__1; lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decodeConstraint___closed__1; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_UnificationHints_add___spec__17(uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_UnificationHints_add___spec__16(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_instToFormatUnificationHints(lean_object*); @@ -97,36 +98,36 @@ static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHint LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_UnificationHints_add___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__7(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___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_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertVal___at_Lean_Meta_UnificationHints_add___spec__10(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__5; static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__8; static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__5; static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___closed__5; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_instToFormatUnificationHints___spec__7(uint8_t); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__7; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_UnificationHints_add___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__4___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; 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_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__9; static lean_object* l_Lean_Meta_instInhabitedUnificationHints___closed__3; lean_object* l_Lean_Expr_appArg_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_UnificationHints_add___spec__17___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__4; lean_object* l_Lean_ConstantInfo_value_x3f(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__7; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_UnificationHints_add___spec__11___boxed(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_UnificationHints_add___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decodeConstraint___closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_UnificationHints_add___spec__23(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_UnificationHints_add___spec__19(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_UnificationHints_add___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_UnificationHints_add___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forM___at___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint___spec__1___closed__3; @@ -135,7 +136,6 @@ static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationH lean_object* l_Lean_Meta_DiscrTree_Key_format___rarg(lean_object*); static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___lambda__1___closed__5; size_t lean_usize_of_nat(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__1; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__8; static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___closed__4; static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___closed__7; @@ -149,27 +149,25 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_Meta_instToFo lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_format___at_Lean_Meta_instToFormatUnificationHints___spec__1___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__14; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__1; lean_object* lean_is_expr_def_eq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__10; lean_object* l_Lean_registerSimpleScopedEnvExtension___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_format___at_Lean_Meta_instToFormatUnificationHints___spec__1(uint8_t, lean_object*); lean_object* l_Lean_Core_instantiateValueLevelParams(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723____closed__1; lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2___closed__1; lean_object* lean_nat_div(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__26(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__6; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___lambda__1___closed__2; lean_object* l_Lean_Meta_SavedState_restore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___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_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__5; static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decode___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__6; lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); @@ -178,9 +176,7 @@ LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Meta_tryUnificationHints_try LEAN_EXPORT lean_object* l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_empty(lean_object*, uint8_t); static lean_object* l_Lean_Meta_instInhabitedUnificationHints___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__1; static lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2___closed__4; lean_object* lean_st_ref_get(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignmentDomain___spec__2___rarg(lean_object*, lean_object*, lean_object*); @@ -192,36 +188,40 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Unificat lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__11; uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_UnificationHints_add___spec__24(uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___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_UnificationHint___hyg_959____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Meta_DiscrTree_Key_lt___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Lean_Meta_addUnificationHint___lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__3; static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decode___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_UnificationHints_add___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__11; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__11; lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__4; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__17; LEAN_EXPORT lean_object* l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_UnificationHints_add___spec__12(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__3; static lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__13; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__10; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__19; static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___lambda__1___closed__6; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723_(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2___closed__7; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__5; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__1; lean_object* l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg___boxed(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_getResetPostponed(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*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_tryUnificationHints___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_UnificationHint___hyg_958____lambda__1___closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___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_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1(uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decode___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -231,36 +231,33 @@ static lean_object* l_Lean_Meta_instInhabitedUnificationHints___closed__1; static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__7; LEAN_EXPORT lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decode(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_unificationHintExtension; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at_Lean_Meta_instToFormatUnificationHints___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Meta_UnificationHints_add___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_DiscrTree_mkPath(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_UnificationHints_add___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_UnificationHints_add___spec__28(uint8_t, lean_object*); lean_object* l_Lean_MessageData_ofExpr(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3(uint8_t, lean_object*, lean_object*); static lean_object* l_List_forM___at___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint___spec__1___closed__2; static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___lambda__1___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12; LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__4___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_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__4___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_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__2; static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__2; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__11; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__4; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__4; static lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___closed__3; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__8; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__15(uint8_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints___lambda__4(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_UnificationHint___hyg_197____closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__9; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__17; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__7; lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decodeConstraint___closed__4; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__4; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__8; static lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__6(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); @@ -276,6 +273,8 @@ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_tryUnificationHints_ lean_object* l_id___rarg___boxed(lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__2___closed__2; lean_object* l_Lean_Meta_DiscrTree_instInhabitedDiscrTree(lean_object*, uint8_t); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__1; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Meta_instToFormatUnificationHints___spec__6(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_indentExpr(lean_object*); static lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4___closed__4; @@ -285,24 +284,27 @@ static lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHin lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_format___at_Lean_Meta_instToFormatUnificationHints___spec__4(lean_object*); static lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2___closed__6; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__11; static lean_object* l_Lean_Meta_tryUnificationHints_tryCandidate___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints_isDefEqPattern(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__8; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Meta_UnificationHints_add___spec__2(uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___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_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___closed__8; lean_object* lean_panic_fn(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197_(lean_object*); static lean_object* l_Lean_Meta_instInhabitedUnificationHints___closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Meta_UnificationHints_add___spec__21(uint8_t, lean_object*, size_t, size_t, 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*); lean_object* l_Array_insertAt_x21___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__4___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__16; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints___lambda__1___boxed(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_addUnificationHint___lambda__1___closed__3; @@ -312,12 +314,12 @@ static lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_Meta_tryUnificationHin lean_object* l_Array_back___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decodeConstraint___closed__2; lean_object* l_List_reverse___rarg(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__7; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__3; size_t lean_usize_sub(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958_(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_addUnificationHint(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_UnificationHints_add___spec__20(uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__5; size_t lean_usize_add(size_t, size_t); static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_tryUnificationHints___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -333,8 +335,6 @@ size_t lean_usize_shift_left(size_t, size_t); static lean_object* l_Lean_Meta_DiscrTree_Trie_format___at_Lean_Meta_instToFormatUnificationHints___spec__2___closed__2; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_UnificationHints_add___spec__3___closed__2; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__10; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__5; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__13; 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_PersistentHashMap_insert___at_Lean_Meta_UnificationHints_add___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Meta_UnificationHints_add___spec__28___boxed(lean_object*, lean_object*); @@ -342,17 +342,18 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Meta_Unificat uint64_t l_Lean_Meta_DiscrTree_Key_hash___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_UnificationHints_add___spec__3(uint8_t, lean_object*, size_t, lean_object*); lean_object* lean_array_get_size(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__14; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Meta_instToFormatUnificationHints___spec__3___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_validateHint(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Meta_UnificationHints_add___spec__22(uint8_t, size_t, 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_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__9; LEAN_EXPORT lean_object* l_Lean_Meta_UnificationHints_discrTree___default; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Meta_UnificationHints_add___spec__3___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__20; lean_object* l_Lean_Meta_DiscrTree_getMatch___rarg(uint8_t, 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_UnificationHints_add___spec__14(uint8_t, lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* l_Lean_Meta_setPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -360,17 +361,16 @@ lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Meta_UnificationHints_add___spec__18(uint8_t, lean_object*, size_t, lean_object*); lean_object* l_Lean_Meta_getPostponed___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__2; uint8_t l___private_Lean_Meta_DiscrTreeTypes_0__Lean_Meta_DiscrTree_beqKey____x40_Lean_Meta_DiscrTreeTypes___hyg_115____rarg(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__3; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__3; static lean_object* l___private_Lean_Meta_UnificationHint_0__Lean_Meta_decodeUnificationHint_decodeConstraint___closed__5; size_t lean_usize_land(size_t, size_t); lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Meta_UnificationHints_add___spec__27(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__2; lean_object* l_Lean_Meta_processPostponed(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__18; static lean_object* _init_l_Lean_Meta_instInhabitedUnificationHintEntry___closed__1() { _start: { @@ -2040,209 +2040,247 @@ return x_44; LEAN_EXPORT lean_object* l_Array_binInsertM___at_Lean_Meta_UnificationHints_add___spec__11(uint8_t x_1, 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; -x_8 = l_Array_isEmpty___rarg(x_6); -if (x_8 == 0) +uint8_t x_8; uint8_t x_33; uint8_t x_66; +x_66 = l_Array_isEmpty___rarg(x_6); +if (x_66 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_9 = lean_unsigned_to_nat(0u); +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_67 = lean_unsigned_to_nat(0u); lean_inc(x_7); -x_10 = lean_array_get(x_7, x_6, x_9); -x_11 = lean_ctor_get(x_7, 0); -lean_inc(x_11); -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_11, x_12); -if (x_13 == 0) -{ -uint8_t x_14; -x_14 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_12, x_11); -lean_dec(x_12); -if (x_14 == 0) +x_68 = lean_array_get(x_7, x_6, x_67); +x_69 = lean_ctor_get(x_7, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 0); +lean_inc(x_70); +lean_dec(x_68); +x_71 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_69, x_70); +if (x_71 == 0) { -lean_object* x_15; uint8_t x_16; -lean_dec(x_11); -lean_dec(x_7); -x_15 = lean_array_get_size(x_6); -x_16 = lean_nat_dec_lt(x_9, x_15); -lean_dec(x_15); -if (x_16 == 0) +uint8_t x_72; +x_72 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_70, x_69); +lean_dec(x_69); +lean_dec(x_70); +if (x_72 == 0) { -lean_dec(x_5); -lean_dec(x_3); -return x_6; +uint8_t x_73; +x_73 = 1; +x_33 = x_73; +goto block_65; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; -x_17 = lean_array_fget(x_6, x_9); -x_18 = lean_box(0); -x_19 = lean_array_fset(x_6, x_9, x_18); -x_20 = !lean_is_exclusive(x_17); -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; -x_21 = lean_ctor_get(x_17, 1); -x_22 = lean_ctor_get(x_17, 0); -lean_dec(x_22); -x_23 = lean_unsigned_to_nat(1u); -x_24 = lean_nat_add(x_4, x_23); -x_25 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_24, x_21); -lean_dec(x_24); -lean_ctor_set(x_17, 1, x_25); -lean_ctor_set(x_17, 0, x_5); -x_26 = lean_array_fset(x_19, x_9, x_17); -return x_26; +uint8_t x_74; +x_74 = 0; +x_33 = x_74; +goto block_65; +} } 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; -x_27 = lean_ctor_get(x_17, 1); -lean_inc(x_27); -lean_dec(x_17); -x_28 = lean_unsigned_to_nat(1u); -x_29 = lean_nat_add(x_4, x_28); -x_30 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_29, x_27); -lean_dec(x_29); -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_array_fset(x_19, x_9, x_31); -return x_32; -} +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_70); +lean_dec(x_69); +lean_dec(x_7); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_4, x_75); +x_77 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_76); +lean_dec(x_76); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_5); +lean_ctor_set(x_78, 1, x_77); +x_79 = l_Array_insertAt_x21___rarg(x_6, x_67, x_78); +return x_79; } } else { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -lean_inc(x_7); -x_33 = l_Array_back___rarg(x_7, x_6); -x_34 = lean_ctor_get(x_33, 0); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_34, x_11); -if (x_35 == 0) +lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_dec(x_7); +x_80 = lean_unsigned_to_nat(1u); +x_81 = lean_nat_add(x_4, x_80); +x_82 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_81); +lean_dec(x_81); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_5); +lean_ctor_set(x_83, 1, x_82); +x_84 = lean_array_push(x_6, x_83); +return x_84; +} +block_32: { -uint8_t x_36; -x_36 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_11, x_34); -lean_dec(x_34); -lean_dec(x_11); -if (x_36 == 0) +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_9 = lean_array_get_size(x_6); +x_10 = lean_unsigned_to_nat(1u); +x_11 = lean_nat_sub(x_9, x_10); +lean_dec(x_9); +x_12 = lean_unsigned_to_nat(0u); +x_13 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_UnificationHints_add___spec__12(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_11); +return x_13; +} +else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_dec(x_7); -x_37 = lean_array_get_size(x_6); -x_38 = lean_unsigned_to_nat(1u); -x_39 = lean_nat_sub(x_37, x_38); -x_40 = lean_nat_dec_lt(x_39, x_37); -lean_dec(x_37); -if (x_40 == 0) +x_14 = lean_array_get_size(x_6); +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_nat_sub(x_14, x_15); +x_17 = lean_nat_dec_lt(x_16, x_14); +lean_dec(x_14); +if (x_17 == 0) { -lean_dec(x_39); +lean_dec(x_16); lean_dec(x_5); lean_dec(x_3); return x_6; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_array_fget(x_6, x_39); -x_42 = lean_box(0); -x_43 = lean_array_fset(x_6, x_39, x_42); -x_44 = !lean_is_exclusive(x_41); -if (x_44 == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_18 = lean_array_fget(x_6, x_16); +x_19 = lean_box(0); +x_20 = lean_array_fset(x_6, x_16, x_19); +x_21 = !lean_is_exclusive(x_18); +if (x_21 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_45 = lean_ctor_get(x_41, 1); -x_46 = lean_ctor_get(x_41, 0); -lean_dec(x_46); -x_47 = lean_nat_add(x_4, x_38); -x_48 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_47, x_45); -lean_dec(x_47); -lean_ctor_set(x_41, 1, x_48); -lean_ctor_set(x_41, 0, x_5); -x_49 = lean_array_fset(x_43, x_39, x_41); -lean_dec(x_39); -return x_49; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = lean_ctor_get(x_18, 1); +x_23 = lean_ctor_get(x_18, 0); +lean_dec(x_23); +x_24 = lean_nat_add(x_4, x_15); +x_25 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_24, x_22); +lean_dec(x_24); +lean_ctor_set(x_18, 1, x_25); +lean_ctor_set(x_18, 0, x_5); +x_26 = lean_array_fset(x_20, x_16, x_18); +lean_dec(x_16); +return x_26; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_50 = lean_ctor_get(x_41, 1); -lean_inc(x_50); -lean_dec(x_41); -x_51 = lean_nat_add(x_4, x_38); -x_52 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_51, x_50); -lean_dec(x_51); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_5); -lean_ctor_set(x_53, 1, x_52); -x_54 = lean_array_fset(x_43, x_39, x_53); -lean_dec(x_39); -return x_54; +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_18, 1); +lean_inc(x_27); +lean_dec(x_18); +x_28 = lean_nat_add(x_4, x_15); +x_29 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_28, x_27); +lean_dec(x_28); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_5); +lean_ctor_set(x_30, 1, x_29); +x_31 = lean_array_fset(x_20, x_16, x_30); +lean_dec(x_16); +return x_31; +} } } } +block_65: +{ +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +lean_inc(x_7); +x_34 = l_Array_back___rarg(x_7, x_6); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_7, 0); +lean_inc(x_36); +x_37 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_35, x_36); +if (x_37 == 0) +{ +uint8_t x_38; +x_38 = l_Lean_Meta_DiscrTree_Key_lt___rarg(x_36, x_35); +lean_dec(x_35); +lean_dec(x_36); +if (x_38 == 0) +{ +uint8_t x_39; +x_39 = 1; +x_8 = x_39; +goto block_32; +} else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = lean_array_get_size(x_6); -x_56 = lean_unsigned_to_nat(1u); -x_57 = lean_nat_sub(x_55, x_56); -lean_dec(x_55); -x_58 = l___private_Init_Data_Array_BinSearch_0__Array_binInsertAux___at_Lean_Meta_UnificationHints_add___spec__12(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_9, x_57); -return x_58; +uint8_t x_40; +x_40 = 0; +x_8 = x_40; +goto block_32; } } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_34); -lean_dec(x_11); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +lean_dec(x_36); +lean_dec(x_35); lean_dec(x_7); -x_59 = lean_unsigned_to_nat(1u); -x_60 = lean_nat_add(x_4, x_59); -x_61 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_60); -lean_dec(x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_5); -lean_ctor_set(x_62, 1, x_61); -x_63 = lean_array_push(x_6, x_62); -return x_63; -} +x_41 = lean_unsigned_to_nat(1u); +x_42 = lean_nat_add(x_4, x_41); +x_43 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_42); +lean_dec(x_42); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_5); +lean_ctor_set(x_44, 1, x_43); +x_45 = lean_array_push(x_6, x_44); +return x_45; } } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_12); -lean_dec(x_11); +lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_dec(x_7); -x_64 = lean_unsigned_to_nat(1u); -x_65 = lean_nat_add(x_4, x_64); -x_66 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_65); -lean_dec(x_65); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_5); -lean_ctor_set(x_67, 1, x_66); -x_68 = l_Array_insertAt_x21___rarg(x_6, x_9, x_67); -return x_68; +x_46 = lean_array_get_size(x_6); +x_47 = lean_unsigned_to_nat(0u); +x_48 = lean_nat_dec_lt(x_47, x_46); +lean_dec(x_46); +if (x_48 == 0) +{ +lean_dec(x_5); +lean_dec(x_3); +return x_6; } +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; +x_49 = lean_array_fget(x_6, x_47); +x_50 = lean_box(0); +x_51 = lean_array_fset(x_6, x_47, x_50); +x_52 = !lean_is_exclusive(x_49); +if (x_52 == 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; +x_53 = lean_ctor_get(x_49, 1); +x_54 = lean_ctor_get(x_49, 0); +lean_dec(x_54); +x_55 = lean_unsigned_to_nat(1u); +x_56 = lean_nat_add(x_4, x_55); +x_57 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_56, x_53); +lean_dec(x_56); +lean_ctor_set(x_49, 1, x_57); +lean_ctor_set(x_49, 0, x_5); +x_58 = lean_array_fset(x_51, x_47, x_49); +return x_58; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_7); -x_69 = lean_unsigned_to_nat(1u); -x_70 = lean_nat_add(x_4, x_69); -x_71 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_createNodes(x_1, lean_box(0), x_2, x_3, x_70); -lean_dec(x_70); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_5); -lean_ctor_set(x_72, 1, x_71); -x_73 = lean_array_push(x_6, x_72); -return x_73; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_59 = lean_ctor_get(x_49, 1); +lean_inc(x_59); +lean_dec(x_49); +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_add(x_4, x_60); +x_62 = l___private_Lean_Meta_DiscrTree_0__Lean_Meta_DiscrTree_insertAux___at_Lean_Meta_UnificationHints_add___spec__9(x_1, x_2, x_3, x_61, x_59); +lean_dec(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_5); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_array_fset(x_51, x_47, x_63); +return x_64; +} +} +} } } } @@ -4529,7 +4567,7 @@ x_6 = l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spe return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__1() { _start: { lean_object* x_1; @@ -4537,7 +4575,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2() { _start: { lean_object* x_1; @@ -4545,7 +4583,7 @@ x_1 = lean_mk_string_from_bytes("Meta", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__3() { _start: { lean_object* x_1; @@ -4553,18 +4591,18 @@ x_1 = lean_mk_string_from_bytes("unificationHintExtension", 24); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__4() { _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_UnificationHint___hyg_197____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__3; 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_UnificationHint___hyg_197____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__5() { _start: { lean_object* x_1; @@ -4572,7 +4610,7 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Meta_UnificationHints_add), 2, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__6() { _start: { lean_object* x_1; @@ -4580,14 +4618,14 @@ x_1 = lean_alloc_closure((void*)(l_id___rarg___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____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_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__5; x_3 = l_Lean_Meta_UnificationHints_discrTree___default___closed__1; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__6; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__6; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_1); lean_ctor_set(x_5, 1, x_2); @@ -4596,11 +4634,11 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__7; x_3 = l_Lean_registerSimpleScopedEnvExtension___rarg(x_2, x_1); return x_3; } @@ -6206,7 +6244,7 @@ x_9 = l_Lean_Meta_addUnificationHint(x_1, x_8, x_3, x_4, x_5, x_6, x_7); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__1() { _start: { uint8_t x_1; uint8_t x_2; uint8_t x_3; uint8_t x_4; lean_object* x_5; @@ -6231,7 +6269,7 @@ lean_ctor_set_uint8(x_5, 12, x_4); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6243,7 +6281,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -6252,23 +6290,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_UnificationHint___hyg_958____lambda__1___closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____lambda__1___closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____lambda__1___closed__4; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__4; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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); @@ -6279,25 +6317,25 @@ lean_ctor_set_usize(x_5, 4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__5; 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_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___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; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__1; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__1; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__6; x_4 = l_Lean_Meta_instInhabitedUnificationHintEntry___closed__1; x_5 = lean_unsigned_to_nat(0u); x_6 = lean_alloc_ctor(0, 6, 0); @@ -6310,7 +6348,7 @@ lean_ctor_set(x_6, 5, x_1); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6322,7 +6360,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -6334,13 +6372,13 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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; x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__8; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__9; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__8; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__9; x_4 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__1; x_5 = lean_alloc_ctor(0, 9, 0); lean_ctor_set(x_5, 0, x_1); @@ -6355,14 +6393,14 @@ lean_ctor_set(x_5, 8, x_3); return x_5; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = lean_box(0); -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__10; x_3 = l_Lean_ScopedEnvExtension_add___at_Lean_Meta_addUnificationHint___spec__1___closed__10; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__5; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__5; x_5 = lean_alloc_ctor(0, 4, 0); lean_ctor_set(x_5, 0, x_2); lean_ctor_set(x_5, 1, x_3); @@ -6371,7 +6409,7 @@ lean_ctor_set(x_5, 3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____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_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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; @@ -6384,14 +6422,14 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_o x_8 = lean_ctor_get(x_7, 1); lean_inc(x_8); lean_dec(x_7); -x_9 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__11; +x_9 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__11; x_10 = lean_st_mk_ref(x_9, x_8); 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_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__7; +x_13 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__7; lean_inc(x_11); x_14 = l_Lean_Meta_addUnificationHint(x_1, x_3, x_13, x_11, x_4, x_5, x_12); if (lean_obj_tag(x_14) == 0) @@ -6476,7 +6514,7 @@ return x_30; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -6484,45 +6522,45 @@ x_1 = lean_mk_string_from_bytes("attribute cannot be erased", 26); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____lambda__2(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_UnificationHint___hyg_959____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_UnificationHint___hyg_958____lambda__2___closed__2; +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_197____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____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_UnificationHint___hyg_958____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__1; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__1; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____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_UnificationHint___hyg_958____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__3() { _start: { lean_object* x_1; @@ -6530,17 +6568,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__5() { _start: { lean_object* x_1; @@ -6548,37 +6586,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__6; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__6; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____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_UnificationHint___hyg_958____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__7; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__7; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____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_UnificationHint___hyg_958____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__9() { _start: { lean_object* x_1; @@ -6586,17 +6624,17 @@ x_1 = lean_mk_string_from_bytes("UnificationHint", 15); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__11() { _start: { lean_object* x_1; @@ -6604,27 +6642,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____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_UnificationHint___hyg_958____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12; -x_2 = lean_unsigned_to_nat(958u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12; +x_2 = lean_unsigned_to_nat(959u); 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_UnificationHint___hyg_958____closed__14() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__14() { _start: { lean_object* x_1; @@ -6632,17 +6670,17 @@ x_1 = lean_mk_string_from_bytes("unification_hint", 16); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__15() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__15() { _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_UnificationHint___hyg_958____closed__14; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__14; 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_UnificationHint___hyg_958____closed__16() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__16() { _start: { lean_object* x_1; @@ -6650,13 +6688,13 @@ x_1 = lean_mk_string_from_bytes("unification hint", 16); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__17() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__17() { _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_UnificationHint___hyg_958____closed__13; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__15; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__16; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__13; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__15; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__16; x_4 = 0; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -6666,29 +6704,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_UnificationHint___hyg_958____closed__18() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__18() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__19() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__19() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__20() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__20() { _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_UnificationHint___hyg_958____closed__17; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__18; -x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__19; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__17; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__18; +x_3 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__19; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -6696,30 +6734,30 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__20; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__20; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____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_UnificationHint___hyg_959____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_UnificationHint___hyg_958____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___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_UnificationHint___hyg_959____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_UnificationHint___hyg_958____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -7264,7 +7302,7 @@ x_39 = lean_nat_add(x_28, x_38); lean_dec(x_28); lean_ctor_set(x_25, 1, x_39); x_40 = 3; -x_41 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_37, x_40); +x_41 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_37, x_40); if (x_41 == 0) { lean_object* x_42; @@ -7483,7 +7521,7 @@ lean_ctor_set(x_77, 0, x_27); lean_ctor_set(x_77, 1, x_76); lean_ctor_set(x_77, 2, x_29); x_78 = 3; -x_79 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_74, x_78); +x_79 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_74, x_78); if (x_79 == 0) { lean_object* x_80; @@ -7756,7 +7794,7 @@ lean_ctor_set(x_123, 0, x_112); lean_ctor_set(x_123, 1, x_122); lean_ctor_set(x_123, 2, x_114); x_124 = 3; -x_125 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_120, x_124); +x_125 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_120, x_124); if (x_125 == 0) { lean_object* x_126; lean_object* x_127; @@ -10350,7 +10388,7 @@ static lean_object* _init_l_Lean_Meta_tryUnificationHints_tryCandidate___closed_ _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_UnificationHint___hyg_197____closed__2; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2; x_2 = l_Lean_Meta_tryUnificationHints_tryCandidate___closed__1; x_3 = l_Lean_Meta_tryUnificationHints_tryCandidate___closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); @@ -10940,23 +10978,23 @@ lean_dec(x_3); return x_9; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12; -x_2 = lean_unsigned_to_nat(2725u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12; +x_2 = lean_unsigned_to_nat(2723u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723_(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_tryUnificationHints_tryCandidate___closed__3; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725____closed__1; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723____closed__1; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -11074,21 +11112,21 @@ l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1__ lean_mark_persistent(l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__3); l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__4 = _init_l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__4(); lean_mark_persistent(l_Lean_Meta_DiscrTree_insertCore___at_Lean_Meta_UnificationHints_add___spec__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197____closed__7); -if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_197_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198____closed__7); +if (builtin) {res = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_198_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Meta_unificationHintExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Meta_unificationHintExtension); @@ -11147,73 +11185,73 @@ l_Lean_Meta_addUnificationHint___lambda__1___closed__2 = _init_l_Lean_Meta_addUn lean_mark_persistent(l_Lean_Meta_addUnificationHint___lambda__1___closed__2); l_Lean_Meta_addUnificationHint___lambda__1___closed__3 = _init_l_Lean_Meta_addUnificationHint___lambda__1___closed__3(); lean_mark_persistent(l_Lean_Meta_addUnificationHint___lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__1___closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__13); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__14(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__14); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__15(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__15); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__16(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__16); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__17(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__17); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__18(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__18); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__19(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__19); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__20(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958____closed__20); -res = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_958_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__1___closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____lambda__2___closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__13); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__14 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__14(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__14); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__15 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__15(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__15); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__16 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__16(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__16); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__17 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__17(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__17); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__18 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__18(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__18); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__19 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__19(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__19); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__20 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__20(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959____closed__20); +res = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_959_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_List_forIn_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__2___closed__1 = _init_l_List_forIn_loop___at_Lean_Meta_tryUnificationHints_tryCandidate___spec__2___closed__1(); @@ -11254,9 +11292,9 @@ l_Lean_Meta_tryUnificationHints___lambda__2___closed__1 = _init_l_Lean_Meta_tryU lean_mark_persistent(l_Lean_Meta_tryUnificationHints___lambda__2___closed__1); l_Lean_Meta_tryUnificationHints___lambda__2___closed__2 = _init_l_Lean_Meta_tryUnificationHints___lambda__2___closed__2(); lean_mark_persistent(l_Lean_Meta_tryUnificationHints___lambda__2___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725____closed__1); -res = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2725_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723____closed__1); +res = l_Lean_Meta_initFn____x40_Lean_Meta_UnificationHint___hyg_2723_(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/WHNF.c b/stage0/stdlib/Lean/Meta/WHNF.c index 3bb66be7eec5..d77554a76b30 100644 --- a/stage0/stdlib/Lean/Meta/WHNF.c +++ b/stage0/stdlib/Lean/Meta/WHNF.c @@ -37,7 +37,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_Meta_reduceRecMatcher_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_whnfCore_go___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_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__10; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__2(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Meta_getStructuralRecArgPos_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -71,7 +71,6 @@ LEAN_EXPORT lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Meta_reduceNat_x3f___lambda__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_unfoldProjInstWhenIntances_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4; LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfUntil___spec__2___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_whnfUntil___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__5; @@ -87,6 +86,7 @@ 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*); static lean_object* l_Lean_Meta_smartUnfoldingReduce_x3f_go___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__8; LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Meta_reduceBoolNativeUnsafe___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Meta_reduceBoolNativeUnsafe___spec__2(lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__16; @@ -104,7 +104,6 @@ lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Meta_reduceBoolNativeUnsafe___spec__3(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__10(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_WHNF___hyg_10682____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_smartUnfoldingReduce_x3f_go___spec__2(lean_object*); lean_object* l_Lean_ConstantInfo_name(lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__14; @@ -118,12 +117,10 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Meta_WHNF_0__Lean static lean_object* l_Lean_Meta_reduceNative_x3f___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3___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_throwError___at_Lean_Meta_reduceBoolNativeUnsafe___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3; uint8_t l_Lean_ConstantInfo_hasValue(lean_object*); lean_object* l_List_find_x3f___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_projectCore_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isAppOf(lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7; LEAN_EXPORT lean_object* l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_reduceMatcher_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_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,6 +147,7 @@ static lean_object* l_Lean_Meta_reduceBinNatOp___closed__8; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___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___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__7; +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711_(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___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_EXPORT lean_object* l_Lean_evalConstCheck___at_Lean_Meta_reduceBoolNativeUnsafe___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_Meta_smartUnfoldingReduce_x3f_go___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -164,7 +162,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_project_x3f(lean_object*, lean_object*, lea extern lean_object* l_Lean_projectionFnInfoExt; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfHeadPred___at_Lean_Meta_whnfUntil___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isLambda(lean_object*); size_t lean_ptr_addr(lean_object*); @@ -180,6 +177,7 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3 uint8_t l_Lean_TagDeclarationExtension_isTagged(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceBinNatOp___closed__4; lean_object* lean_expr_abstract(lean_object*, lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_unfoldProjInst_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__25; lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_lambdaTelescopeImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -205,6 +203,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__21(lean_object*, uint8_t lean_expr_eqv(lean_object*, lean_object*); lean_object* l_Lean_Meta_Match_Extension_getMatcherInfo_x3f(lean_object*, lean_object*); static lean_object* l_Lean_Meta_markSmartUnfoldingMatchAlt___closed__1; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__13; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__16; LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfoldingMatch_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceMatcher_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -215,16 +214,13 @@ lean_object* l_Lean_Meta_getFunInfo(lean_object*, lean_object*, lean_object*, le LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_TagAttribute_hasTag(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceNat_x3f___lambda__1___boxed(lean_object*); -uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(uint8_t, uint8_t); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__8; LEAN_EXPORT lean_object* l_Lean_Meta_whnfCore(lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__16(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Meta_reduceBoolNativeUnsafe___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_markSmartUnfoldingMatch(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___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_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10; LEAN_EXPORT lean_object* l_Lean_Meta_project_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__39; @@ -302,7 +298,6 @@ lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_ static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__17; lean_object* l_Nat_mul___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__8; LEAN_EXPORT lean_object* l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkProjFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -312,11 +307,14 @@ LEAN_EXPORT lean_object* l_Lean_Meta_reduceMatcher_x3f___lambda__2___boxed(lean_ extern lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l_Lean_Meta_hasSmartUnfoldingDecl___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__18; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__6; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___spec__2(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_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__3; lean_object* l_Lean_RecursorVal_getInduct(lean_object*); lean_object* l_Nat_add___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___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_Meta_reduceBinNatOp___lambda__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_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedProjectionFunctionInfo; lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -342,12 +340,12 @@ LEAN_EXPORT lean_object* l_Lean_Meta_reduceBinNatOp___lambda__3(lean_object*, le LEAN_EXPORT lean_object* l_Lean_Meta_reduceRecMatcher_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__18; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfDelayedAssigned_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11; static lean_object* l_Lean_Meta_smartUnfoldingSuffix___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_getRecRuleFor(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_mkProjFn(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__21; LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__5(uint8_t, 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_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceQuotRec___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_Meta_WHNF_0__Lean_Meta_cached_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceBinNatOp___closed__2; @@ -375,11 +373,11 @@ LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_useWHNFCache___ static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__7; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__15; static lean_object* l_Lean_Meta_reduceRecMatcher_x3f___closed__2; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__5; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceMatcher_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__11; LEAN_EXPORT lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfUntil___spec__2___lambda__1(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_WHNF___hyg_10682____closed__6; static lean_object* l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__13; @@ -387,6 +385,7 @@ static lean_object* l_Lean_Meta_reduceNat_x3f___closed__2; static lean_object* l_Lean_Meta_smartUnfoldingReduce_x3f_go___lambda__2___closed__1; static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__2; lean_object* l_Lean_mkRawNatLit(lean_object*); +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__7; static lean_object* l_Lean_Meta_reduceBinNatOp___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___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_WHNF_0__Lean_Meta_getRecRuleFor___boxed(lean_object*, lean_object*); @@ -423,7 +422,7 @@ lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l_Lean_Meta_unfoldDefinition___closed__1; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__38; static lean_object* l_Lean_Meta_whnfEasyCases___closed__1; -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__11; static lean_object* l_Lean_Meta_reduceNat_x3f___closed__15; LEAN_EXPORT lean_object* l_Lean_Meta_reduceBinNatOp___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -436,7 +435,9 @@ static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__13; lean_object* l_Array_ofSubarray___rarg(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_getProjectionStructureName_x3f(lean_object*, lean_object*); +uint8_t l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___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_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___spec__6(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_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__9; @@ -469,6 +470,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfoldingMatch_x3f(lean_object*); lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNat_x3f___closed__14; static lean_object* l_Lean_Meta_reduceNat_x3f___closed__17; +static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__9; static lean_object* l_Lean_Meta_canUnfoldAtMatcher___closed__22; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Meta_reduceNative_x3f___closed__6; @@ -517,7 +519,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__17___boxed(lean_ static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_getStuckMVar_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_reduceProj_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_mvarId_x21(lean_object*); @@ -538,7 +539,6 @@ static lean_object* l_Lean_Meta_whnfEasyCases___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_useWHNFCache(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_canUnfoldAtMatcher(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_smartUnfoldingMatchAlt_x3f___boxed(lean_object*); -static lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8; uint8_t l_Lean_Expr_hasExprMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Meta_getStuckMVar_x3f___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* l_Array_get_x3f___rarg(lean_object*, lean_object*); @@ -1605,1531 +1605,1035 @@ lean_inc(x_3); x_11 = lean_whnf(x_9, x_3, x_4, x_5, x_6, x_10); if (lean_obj_tag(x_11) == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t 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; uint8_t x_19; lean_object* x_180; uint8_t x_181; lean_object* x_207; uint8_t x_208; 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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_12, x_3, x_4, x_5, x_6, x_13); -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_178; lean_object* x_179; uint8_t x_180; -x_16 = lean_ctor_get(x_14, 0); -x_17 = lean_ctor_get(x_14, 1); -x_178 = l_Lean_Expr_getAppFn(x_16); -x_179 = l_Lean_RecursorVal_getInduct(x_1); -x_180 = l_Lean_Expr_isConstOf(x_178, x_179); -lean_dec(x_179); -lean_dec(x_178); -if (x_180 == 0) -{ -lean_dec(x_16); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -lean_ctor_set(x_14, 0, x_2); -return x_14; -} -else -{ -uint8_t x_181; -x_181 = l_Lean_Expr_hasExprMVar(x_16); -if (x_181 == 0) -{ -lean_object* x_182; -lean_free_object(x_14); -x_182 = lean_box(0); -x_18 = x_182; -goto block_177; +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + lean_ctor_release(x_11, 1); + x_14 = x_11; +} else { + lean_dec_ref(x_11); + x_14 = lean_box(0); } -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; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; uint8_t x_196; -x_183 = lean_unsigned_to_nat(0u); -x_184 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_16, x_183); -x_185 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; -lean_inc(x_184); -x_186 = lean_mk_array(x_184, x_185); -x_187 = lean_unsigned_to_nat(1u); -x_188 = lean_nat_sub(x_184, x_187); -lean_dec(x_184); +x_15 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_12, x_3, x_4, x_5, x_6, x_13); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_189 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_16, x_186, x_188); -x_190 = lean_ctor_get(x_1, 2); -lean_inc(x_190); -x_191 = lean_array_get_size(x_189); -x_192 = l_Array_toSubarray___rarg(x_189, x_190, x_191); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -x_195 = lean_ctor_get(x_192, 2); -lean_inc(x_195); -lean_dec(x_192); -x_196 = lean_nat_dec_lt(x_194, x_195); -if (x_196 == 0) -{ -lean_object* x_197; -lean_dec(x_195); -lean_dec(x_194); -lean_dec(x_193); -lean_free_object(x_14); -x_197 = lean_box(0); -x_18 = x_197; -goto block_177; +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + lean_ctor_release(x_15, 1); + x_18 = x_15; +} else { + lean_dec_ref(x_15); + x_18 = lean_box(0); } -else -{ -lean_object* x_198; uint8_t x_199; -x_198 = lean_array_get_size(x_193); -x_199 = lean_nat_dec_le(x_195, x_198); -lean_dec(x_198); -if (x_199 == 0) +x_180 = l_Lean_Expr_getAppFn(x_16); +x_207 = l_Lean_RecursorVal_getInduct(x_1); +x_208 = l_Lean_Expr_isConstOf(x_180, x_207); +lean_dec(x_207); +lean_dec(x_180); +if (x_208 == 0) { -lean_object* x_200; -lean_dec(x_195); -lean_dec(x_194); -lean_dec(x_193); -lean_free_object(x_14); -x_200 = lean_box(0); -x_18 = x_200; -goto block_177; +uint8_t x_209; +x_209 = 1; +x_181 = x_209; +goto block_206; } else { -size_t x_201; size_t x_202; uint8_t x_203; -x_201 = lean_usize_of_nat(x_194); -lean_dec(x_194); -x_202 = lean_usize_of_nat(x_195); -lean_dec(x_195); -x_203 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__2(x_193, x_201, x_202); -lean_dec(x_193); -if (x_203 == 0) -{ -lean_object* x_204; -lean_free_object(x_14); -x_204 = lean_box(0); -x_18 = x_204; -goto block_177; +uint8_t x_210; +x_210 = 0; +x_181 = x_210; +goto block_206; } -else +block_179: { -lean_dec(x_16); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -lean_ctor_set(x_14, 0, x_2); -return x_14; -} -} -} -} -} -block_177: +if (x_19 == 0) { -lean_object* x_19; lean_object* x_20; +lean_object* x_20; lean_object* x_21; lean_dec(x_18); -x_19 = lean_ctor_get(x_1, 2); -lean_inc(x_19); +x_20 = lean_ctor_get(x_1, 2); +lean_inc(x_20); lean_dec(x_1); lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); lean_inc(x_16); -x_20 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor(x_16, x_19, x_3, x_4, x_5, x_6, x_17); -lean_dec(x_19); -if (lean_obj_tag(x_20) == 0) -{ -lean_object* x_21; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); +x_21 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor(x_16, x_20, x_3, x_4, x_5, x_6, x_17); +lean_dec(x_20); if (lean_obj_tag(x_21) == 0) { -uint8_t x_22; +lean_object* x_22; +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; lean_dec(x_16); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_22 = !lean_is_exclusive(x_20); -if (x_22 == 0) +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 0) { -lean_object* x_23; -x_23 = lean_ctor_get(x_20, 0); -lean_dec(x_23); -lean_ctor_set(x_20, 0, x_2); -return x_20; +lean_object* x_24; +x_24 = lean_ctor_get(x_21, 0); +lean_dec(x_24); +lean_ctor_set(x_21, 0, x_2); +return x_21; } else { -lean_object* x_24; lean_object* x_25; -x_24 = lean_ctor_get(x_20, 1); -lean_inc(x_24); -lean_dec(x_20); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_2); -lean_ctor_set(x_25, 1, x_24); -return x_25; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_21, 1); +lean_inc(x_25); +lean_dec(x_21); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_2); +lean_ctor_set(x_26, 1, x_25); +return x_26; } } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_26 = lean_ctor_get(x_20, 1); -lean_inc(x_26); -lean_dec(x_20); -x_27 = lean_ctor_get(x_21, 0); +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_21, 1); lean_inc(x_27); lean_dec(x_21); +x_28 = lean_ctor_get(x_22, 0); +lean_inc(x_28); +lean_dec(x_22); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_27); -x_28 = lean_infer_type(x_27, x_3, x_4, x_5, x_6, x_26); -if (lean_obj_tag(x_28) == 0) +lean_inc(x_28); +x_29 = lean_infer_type(x_28, x_3, x_4, x_5, x_6, x_27); +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_28, 0); -lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); +lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_30 = lean_ctor_get(x_29, 0); lean_inc(x_30); -lean_dec(x_28); -x_31 = lean_alloc_closure((void*)(l_Lean_Meta_isDefEq), 7, 2); -lean_closure_set(x_31, 0, x_16); -lean_closure_set(x_31, 1, x_29); -x_32 = !lean_is_exclusive(x_3); -if (x_32 == 0) -{ -lean_object* x_33; uint8_t x_34; -x_33 = lean_ctor_get(x_3, 0); -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) +x_31 = lean_ctor_get(x_29, 1); +lean_inc(x_31); +lean_dec(x_29); +x_32 = lean_alloc_closure((void*)(l_Lean_Meta_isDefEq), 7, 2); +lean_closure_set(x_32, 0, x_16); +lean_closure_set(x_32, 1, x_30); +x_33 = !lean_is_exclusive(x_3); +if (x_33 == 0) { -uint8_t x_35; uint8_t x_36; uint8_t x_37; -x_35 = lean_ctor_get_uint8(x_33, 5); -x_36 = 1; -x_37 = l_Lean_Meta_TransparencyMode_lt(x_35, x_36); -if (x_37 == 0) +lean_object* x_34; uint8_t x_35; +x_34 = lean_ctor_get(x_3, 0); +x_35 = !lean_is_exclusive(x_34); +if (x_35 == 0) { -uint8_t x_38; lean_object* x_39; -x_38 = 0; -x_39 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_31, x_38, x_3, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_39) == 0) +uint8_t x_36; uint8_t x_37; uint8_t x_38; +x_36 = lean_ctor_get_uint8(x_34, 5); +x_37 = 1; +x_38 = l_Lean_Meta_TransparencyMode_lt(x_36, x_37); +if (x_38 == 0) { -lean_object* x_40; uint8_t x_41; -x_40 = lean_ctor_get(x_39, 0); -lean_inc(x_40); -x_41 = lean_unbox(x_40); -lean_dec(x_40); -if (x_41 == 0) +uint8_t x_39; lean_object* x_40; +x_39 = 0; +x_40 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_32, x_39, x_3, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_40) == 0) { -uint8_t x_42; -lean_dec(x_27); -x_42 = !lean_is_exclusive(x_39); +lean_object* x_41; uint8_t x_42; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_unbox(x_41); +lean_dec(x_41); if (x_42 == 0) { -lean_object* x_43; -x_43 = lean_ctor_get(x_39, 0); -lean_dec(x_43); -lean_ctor_set(x_39, 0, x_2); -return x_39; +uint8_t x_43; +lean_dec(x_28); +x_43 = !lean_is_exclusive(x_40); +if (x_43 == 0) +{ +lean_object* x_44; +x_44 = lean_ctor_get(x_40, 0); +lean_dec(x_44); +lean_ctor_set(x_40, 0, x_2); +return x_40; } else { -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_39, 1); -lean_inc(x_44); -lean_dec(x_39); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_2); -lean_ctor_set(x_45, 1, x_44); -return x_45; +lean_object* x_45; lean_object* x_46; +x_45 = lean_ctor_get(x_40, 1); +lean_inc(x_45); +lean_dec(x_40); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_2); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } else { -uint8_t x_46; +uint8_t x_47; lean_dec(x_2); -x_46 = !lean_is_exclusive(x_39); -if (x_46 == 0) +x_47 = !lean_is_exclusive(x_40); +if (x_47 == 0) { -lean_object* x_47; -x_47 = lean_ctor_get(x_39, 0); -lean_dec(x_47); -lean_ctor_set(x_39, 0, x_27); -return x_39; +lean_object* x_48; +x_48 = lean_ctor_get(x_40, 0); +lean_dec(x_48); +lean_ctor_set(x_40, 0, x_28); +return x_40; } else { -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_39, 1); -lean_inc(x_48); -lean_dec(x_39); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_27); -lean_ctor_set(x_49, 1, x_48); -return x_49; +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_40, 1); +lean_inc(x_49); +lean_dec(x_40); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_28); +lean_ctor_set(x_50, 1, x_49); +return x_50; } } } else { -uint8_t x_50; -lean_dec(x_27); +uint8_t x_51; +lean_dec(x_28); lean_dec(x_2); -x_50 = !lean_is_exclusive(x_39); -if (x_50 == 0) +x_51 = !lean_is_exclusive(x_40); +if (x_51 == 0) { -return x_39; +return x_40; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_39, 0); -x_52 = lean_ctor_get(x_39, 1); +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_40, 0); +x_53 = lean_ctor_get(x_40, 1); +lean_inc(x_53); lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_39); -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_40); +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; } } } else { -uint8_t x_54; lean_object* x_55; -lean_ctor_set_uint8(x_33, 5, x_36); -x_54 = 0; -x_55 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_31, x_54, x_3, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_55) == 0) -{ -lean_object* x_56; uint8_t x_57; -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -lean_dec(x_56); -if (x_57 == 0) +uint8_t x_55; lean_object* x_56; +lean_ctor_set_uint8(x_34, 5, x_37); +x_55 = 0; +x_56 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_32, x_55, x_3, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_56) == 0) { -uint8_t x_58; -lean_dec(x_27); -x_58 = !lean_is_exclusive(x_55); +lean_object* x_57; uint8_t x_58; +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; -x_59 = lean_ctor_get(x_55, 0); -lean_dec(x_59); -lean_ctor_set(x_55, 0, x_2); -return x_55; +uint8_t x_59; +lean_dec(x_28); +x_59 = !lean_is_exclusive(x_56); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_56, 0); +lean_dec(x_60); +lean_ctor_set(x_56, 0, x_2); +return x_56; } else { -lean_object* x_60; lean_object* x_61; -x_60 = lean_ctor_get(x_55, 1); -lean_inc(x_60); -lean_dec(x_55); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_2); -lean_ctor_set(x_61, 1, x_60); -return x_61; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_56, 1); +lean_inc(x_61); +lean_dec(x_56); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_2); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } else { -uint8_t x_62; +uint8_t x_63; lean_dec(x_2); -x_62 = !lean_is_exclusive(x_55); -if (x_62 == 0) +x_63 = !lean_is_exclusive(x_56); +if (x_63 == 0) { -lean_object* x_63; -x_63 = lean_ctor_get(x_55, 0); -lean_dec(x_63); -lean_ctor_set(x_55, 0, x_27); -return x_55; +lean_object* x_64; +x_64 = lean_ctor_get(x_56, 0); +lean_dec(x_64); +lean_ctor_set(x_56, 0, x_28); +return x_56; } else { -lean_object* x_64; lean_object* x_65; -x_64 = lean_ctor_get(x_55, 1); -lean_inc(x_64); -lean_dec(x_55); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_27); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_56, 1); +lean_inc(x_65); +lean_dec(x_56); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_28); +lean_ctor_set(x_66, 1, x_65); +return x_66; } } } else { -uint8_t x_66; -lean_dec(x_27); +uint8_t x_67; +lean_dec(x_28); lean_dec(x_2); -x_66 = !lean_is_exclusive(x_55); -if (x_66 == 0) +x_67 = !lean_is_exclusive(x_56); +if (x_67 == 0) { -return x_55; +return x_56; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_55, 0); -x_68 = lean_ctor_get(x_55, 1); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_56, 0); +x_69 = lean_ctor_get(x_56, 1); +lean_inc(x_69); lean_inc(x_68); -lean_inc(x_67); -lean_dec(x_55); -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; +lean_dec(x_56); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } } else { -uint8_t x_70; uint8_t x_71; uint8_t x_72; uint8_t x_73; uint8_t x_74; uint8_t x_75; uint8_t x_76; uint8_t x_77; uint8_t x_78; uint8_t x_79; uint8_t x_80; uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; -x_70 = lean_ctor_get_uint8(x_33, 0); -x_71 = lean_ctor_get_uint8(x_33, 1); -x_72 = lean_ctor_get_uint8(x_33, 2); -x_73 = lean_ctor_get_uint8(x_33, 3); -x_74 = lean_ctor_get_uint8(x_33, 4); -x_75 = lean_ctor_get_uint8(x_33, 5); -x_76 = lean_ctor_get_uint8(x_33, 6); -x_77 = lean_ctor_get_uint8(x_33, 7); -x_78 = lean_ctor_get_uint8(x_33, 8); -x_79 = lean_ctor_get_uint8(x_33, 9); -x_80 = lean_ctor_get_uint8(x_33, 10); -x_81 = lean_ctor_get_uint8(x_33, 11); -x_82 = lean_ctor_get_uint8(x_33, 12); -lean_dec(x_33); -x_83 = 1; -x_84 = l_Lean_Meta_TransparencyMode_lt(x_75, x_83); -if (x_84 == 0) +uint8_t x_71; uint8_t x_72; uint8_t x_73; uint8_t x_74; uint8_t x_75; uint8_t x_76; uint8_t x_77; uint8_t x_78; uint8_t x_79; uint8_t x_80; uint8_t x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; uint8_t x_85; +x_71 = lean_ctor_get_uint8(x_34, 0); +x_72 = lean_ctor_get_uint8(x_34, 1); +x_73 = lean_ctor_get_uint8(x_34, 2); +x_74 = lean_ctor_get_uint8(x_34, 3); +x_75 = lean_ctor_get_uint8(x_34, 4); +x_76 = lean_ctor_get_uint8(x_34, 5); +x_77 = lean_ctor_get_uint8(x_34, 6); +x_78 = lean_ctor_get_uint8(x_34, 7); +x_79 = lean_ctor_get_uint8(x_34, 8); +x_80 = lean_ctor_get_uint8(x_34, 9); +x_81 = lean_ctor_get_uint8(x_34, 10); +x_82 = lean_ctor_get_uint8(x_34, 11); +x_83 = lean_ctor_get_uint8(x_34, 12); +lean_dec(x_34); +x_84 = 1; +x_85 = l_Lean_Meta_TransparencyMode_lt(x_76, x_84); +if (x_85 == 0) { -lean_object* x_85; uint8_t x_86; lean_object* x_87; -x_85 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_85, 0, x_70); -lean_ctor_set_uint8(x_85, 1, x_71); -lean_ctor_set_uint8(x_85, 2, x_72); -lean_ctor_set_uint8(x_85, 3, x_73); -lean_ctor_set_uint8(x_85, 4, x_74); -lean_ctor_set_uint8(x_85, 5, x_75); -lean_ctor_set_uint8(x_85, 6, x_76); -lean_ctor_set_uint8(x_85, 7, x_77); -lean_ctor_set_uint8(x_85, 8, x_78); -lean_ctor_set_uint8(x_85, 9, x_79); -lean_ctor_set_uint8(x_85, 10, x_80); -lean_ctor_set_uint8(x_85, 11, x_81); -lean_ctor_set_uint8(x_85, 12, x_82); -lean_ctor_set(x_3, 0, x_85); -x_86 = 0; -x_87 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_31, x_86, x_3, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_87) == 0) -{ -lean_object* x_88; uint8_t x_89; -x_88 = lean_ctor_get(x_87, 0); -lean_inc(x_88); -x_89 = lean_unbox(x_88); -lean_dec(x_88); -if (x_89 == 0) +lean_object* x_86; uint8_t x_87; lean_object* x_88; +x_86 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_86, 0, x_71); +lean_ctor_set_uint8(x_86, 1, x_72); +lean_ctor_set_uint8(x_86, 2, x_73); +lean_ctor_set_uint8(x_86, 3, x_74); +lean_ctor_set_uint8(x_86, 4, x_75); +lean_ctor_set_uint8(x_86, 5, x_76); +lean_ctor_set_uint8(x_86, 6, x_77); +lean_ctor_set_uint8(x_86, 7, x_78); +lean_ctor_set_uint8(x_86, 8, x_79); +lean_ctor_set_uint8(x_86, 9, x_80); +lean_ctor_set_uint8(x_86, 10, x_81); +lean_ctor_set_uint8(x_86, 11, x_82); +lean_ctor_set_uint8(x_86, 12, x_83); +lean_ctor_set(x_3, 0, x_86); +x_87 = 0; +x_88 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_32, x_87, x_3, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_88) == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -lean_dec(x_27); -x_90 = lean_ctor_get(x_87, 1); -lean_inc(x_90); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_91 = x_87; +lean_object* x_89; uint8_t x_90; +x_89 = lean_ctor_get(x_88, 0); +lean_inc(x_89); +x_90 = lean_unbox(x_89); +lean_dec(x_89); +if (x_90 == 0) +{ +lean_object* x_91; lean_object* x_92; lean_object* x_93; +lean_dec(x_28); +x_91 = lean_ctor_get(x_88, 1); +lean_inc(x_91); +if (lean_is_exclusive(x_88)) { + lean_ctor_release(x_88, 0); + lean_ctor_release(x_88, 1); + x_92 = x_88; } else { - lean_dec_ref(x_87); - x_91 = lean_box(0); + lean_dec_ref(x_88); + x_92 = lean_box(0); } -if (lean_is_scalar(x_91)) { - x_92 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_92)) { + x_93 = lean_alloc_ctor(0, 2, 0); } else { - x_92 = x_91; + x_93 = x_92; } -lean_ctor_set(x_92, 0, x_2); -lean_ctor_set(x_92, 1, x_90); -return x_92; +lean_ctor_set(x_93, 0, x_2); +lean_ctor_set(x_93, 1, x_91); +return x_93; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_dec(x_2); -x_93 = lean_ctor_get(x_87, 1); -lean_inc(x_93); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_94 = x_87; +x_94 = lean_ctor_get(x_88, 1); +lean_inc(x_94); +if (lean_is_exclusive(x_88)) { + lean_ctor_release(x_88, 0); + lean_ctor_release(x_88, 1); + x_95 = x_88; } else { - lean_dec_ref(x_87); - x_94 = lean_box(0); + lean_dec_ref(x_88); + x_95 = lean_box(0); } -if (lean_is_scalar(x_94)) { - x_95 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_95)) { + x_96 = lean_alloc_ctor(0, 2, 0); } else { - x_95 = x_94; + x_96 = x_95; } -lean_ctor_set(x_95, 0, x_27); -lean_ctor_set(x_95, 1, x_93); -return x_95; +lean_ctor_set(x_96, 0, x_28); +lean_ctor_set(x_96, 1, x_94); +return x_96; } } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -lean_dec(x_27); +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +lean_dec(x_28); lean_dec(x_2); -x_96 = lean_ctor_get(x_87, 0); -lean_inc(x_96); -x_97 = lean_ctor_get(x_87, 1); +x_97 = lean_ctor_get(x_88, 0); lean_inc(x_97); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_98 = x_87; +x_98 = lean_ctor_get(x_88, 1); +lean_inc(x_98); +if (lean_is_exclusive(x_88)) { + lean_ctor_release(x_88, 0); + lean_ctor_release(x_88, 1); + x_99 = x_88; } else { - lean_dec_ref(x_87); - x_98 = lean_box(0); + lean_dec_ref(x_88); + x_99 = lean_box(0); } -if (lean_is_scalar(x_98)) { - x_99 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_99)) { + x_100 = lean_alloc_ctor(1, 2, 0); } else { - x_99 = x_98; + x_100 = x_99; } -lean_ctor_set(x_99, 0, x_96); -lean_ctor_set(x_99, 1, x_97); -return x_99; +lean_ctor_set(x_100, 0, x_97); +lean_ctor_set(x_100, 1, x_98); +return x_100; } } else { -lean_object* x_100; uint8_t x_101; lean_object* x_102; -x_100 = lean_alloc_ctor(0, 0, 13); -lean_ctor_set_uint8(x_100, 0, x_70); -lean_ctor_set_uint8(x_100, 1, x_71); -lean_ctor_set_uint8(x_100, 2, x_72); -lean_ctor_set_uint8(x_100, 3, x_73); -lean_ctor_set_uint8(x_100, 4, x_74); -lean_ctor_set_uint8(x_100, 5, x_83); -lean_ctor_set_uint8(x_100, 6, x_76); -lean_ctor_set_uint8(x_100, 7, x_77); -lean_ctor_set_uint8(x_100, 8, x_78); -lean_ctor_set_uint8(x_100, 9, x_79); -lean_ctor_set_uint8(x_100, 10, x_80); -lean_ctor_set_uint8(x_100, 11, x_81); -lean_ctor_set_uint8(x_100, 12, x_82); -lean_ctor_set(x_3, 0, x_100); -x_101 = 0; -x_102 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_31, x_101, x_3, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_102) == 0) -{ -lean_object* x_103; uint8_t x_104; -x_103 = lean_ctor_get(x_102, 0); -lean_inc(x_103); -x_104 = lean_unbox(x_103); -lean_dec(x_103); -if (x_104 == 0) +lean_object* x_101; uint8_t x_102; lean_object* x_103; +x_101 = lean_alloc_ctor(0, 0, 13); +lean_ctor_set_uint8(x_101, 0, x_71); +lean_ctor_set_uint8(x_101, 1, x_72); +lean_ctor_set_uint8(x_101, 2, x_73); +lean_ctor_set_uint8(x_101, 3, x_74); +lean_ctor_set_uint8(x_101, 4, x_75); +lean_ctor_set_uint8(x_101, 5, x_84); +lean_ctor_set_uint8(x_101, 6, x_77); +lean_ctor_set_uint8(x_101, 7, x_78); +lean_ctor_set_uint8(x_101, 8, x_79); +lean_ctor_set_uint8(x_101, 9, x_80); +lean_ctor_set_uint8(x_101, 10, x_81); +lean_ctor_set_uint8(x_101, 11, x_82); +lean_ctor_set_uint8(x_101, 12, x_83); +lean_ctor_set(x_3, 0, x_101); +x_102 = 0; +x_103 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_32, x_102, x_3, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_103) == 0) +{ +lean_object* x_104; uint8_t x_105; +x_104 = lean_ctor_get(x_103, 0); +lean_inc(x_104); +x_105 = lean_unbox(x_104); +lean_dec(x_104); +if (x_105 == 0) { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -lean_dec(x_27); -x_105 = lean_ctor_get(x_102, 1); -lean_inc(x_105); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_106 = x_102; +lean_object* x_106; lean_object* x_107; lean_object* x_108; +lean_dec(x_28); +x_106 = lean_ctor_get(x_103, 1); +lean_inc(x_106); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + lean_ctor_release(x_103, 1); + x_107 = x_103; } else { - lean_dec_ref(x_102); - x_106 = lean_box(0); + lean_dec_ref(x_103); + x_107 = lean_box(0); } -if (lean_is_scalar(x_106)) { - x_107 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_107)) { + x_108 = lean_alloc_ctor(0, 2, 0); } else { - x_107 = x_106; + x_108 = x_107; } -lean_ctor_set(x_107, 0, x_2); -lean_ctor_set(x_107, 1, x_105); -return x_107; +lean_ctor_set(x_108, 0, x_2); +lean_ctor_set(x_108, 1, x_106); +return x_108; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_dec(x_2); -x_108 = lean_ctor_get(x_102, 1); -lean_inc(x_108); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_109 = x_102; +x_109 = lean_ctor_get(x_103, 1); +lean_inc(x_109); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + lean_ctor_release(x_103, 1); + x_110 = x_103; } else { - lean_dec_ref(x_102); - x_109 = lean_box(0); + lean_dec_ref(x_103); + x_110 = lean_box(0); } -if (lean_is_scalar(x_109)) { - x_110 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_110)) { + x_111 = lean_alloc_ctor(0, 2, 0); } else { - x_110 = x_109; + x_111 = x_110; } -lean_ctor_set(x_110, 0, x_27); -lean_ctor_set(x_110, 1, x_108); -return x_110; +lean_ctor_set(x_111, 0, x_28); +lean_ctor_set(x_111, 1, x_109); +return x_111; } } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; -lean_dec(x_27); +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; +lean_dec(x_28); lean_dec(x_2); -x_111 = lean_ctor_get(x_102, 0); -lean_inc(x_111); -x_112 = lean_ctor_get(x_102, 1); +x_112 = lean_ctor_get(x_103, 0); lean_inc(x_112); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_113 = x_102; +x_113 = lean_ctor_get(x_103, 1); +lean_inc(x_113); +if (lean_is_exclusive(x_103)) { + lean_ctor_release(x_103, 0); + lean_ctor_release(x_103, 1); + x_114 = x_103; } else { - lean_dec_ref(x_102); - x_113 = lean_box(0); + lean_dec_ref(x_103); + x_114 = lean_box(0); } -if (lean_is_scalar(x_113)) { - x_114 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_114)) { + x_115 = lean_alloc_ctor(1, 2, 0); } else { - x_114 = x_113; + x_115 = x_114; } -lean_ctor_set(x_114, 0, x_111); -lean_ctor_set(x_114, 1, x_112); -return x_114; +lean_ctor_set(x_115, 0, x_112); +lean_ctor_set(x_115, 1, x_113); +return x_115; } } } } else { -lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; uint8_t x_121; uint8_t x_122; uint8_t x_123; uint8_t x_124; uint8_t x_125; uint8_t x_126; uint8_t x_127; uint8_t x_128; uint8_t x_129; uint8_t x_130; uint8_t x_131; uint8_t x_132; uint8_t x_133; lean_object* x_134; uint8_t x_135; uint8_t x_136; -x_115 = lean_ctor_get(x_3, 0); -x_116 = lean_ctor_get(x_3, 1); -x_117 = lean_ctor_get(x_3, 2); -x_118 = lean_ctor_get(x_3, 3); -x_119 = lean_ctor_get(x_3, 4); -x_120 = lean_ctor_get(x_3, 5); +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; uint8_t x_123; uint8_t x_124; uint8_t x_125; uint8_t x_126; uint8_t x_127; uint8_t x_128; uint8_t x_129; uint8_t x_130; uint8_t x_131; uint8_t x_132; uint8_t x_133; uint8_t x_134; lean_object* x_135; uint8_t x_136; uint8_t x_137; +x_116 = lean_ctor_get(x_3, 0); +x_117 = lean_ctor_get(x_3, 1); +x_118 = lean_ctor_get(x_3, 2); +x_119 = lean_ctor_get(x_3, 3); +x_120 = lean_ctor_get(x_3, 4); +x_121 = lean_ctor_get(x_3, 5); +lean_inc(x_121); lean_inc(x_120); lean_inc(x_119); lean_inc(x_118); lean_inc(x_117); lean_inc(x_116); -lean_inc(x_115); lean_dec(x_3); -x_121 = lean_ctor_get_uint8(x_115, 0); -x_122 = lean_ctor_get_uint8(x_115, 1); -x_123 = lean_ctor_get_uint8(x_115, 2); -x_124 = lean_ctor_get_uint8(x_115, 3); -x_125 = lean_ctor_get_uint8(x_115, 4); -x_126 = lean_ctor_get_uint8(x_115, 5); -x_127 = lean_ctor_get_uint8(x_115, 6); -x_128 = lean_ctor_get_uint8(x_115, 7); -x_129 = lean_ctor_get_uint8(x_115, 8); -x_130 = lean_ctor_get_uint8(x_115, 9); -x_131 = lean_ctor_get_uint8(x_115, 10); -x_132 = lean_ctor_get_uint8(x_115, 11); -x_133 = lean_ctor_get_uint8(x_115, 12); -if (lean_is_exclusive(x_115)) { - x_134 = x_115; -} else { - lean_dec_ref(x_115); - x_134 = lean_box(0); -} -x_135 = 1; -x_136 = l_Lean_Meta_TransparencyMode_lt(x_126, x_135); -if (x_136 == 0) +x_122 = lean_ctor_get_uint8(x_116, 0); +x_123 = lean_ctor_get_uint8(x_116, 1); +x_124 = lean_ctor_get_uint8(x_116, 2); +x_125 = lean_ctor_get_uint8(x_116, 3); +x_126 = lean_ctor_get_uint8(x_116, 4); +x_127 = lean_ctor_get_uint8(x_116, 5); +x_128 = lean_ctor_get_uint8(x_116, 6); +x_129 = lean_ctor_get_uint8(x_116, 7); +x_130 = lean_ctor_get_uint8(x_116, 8); +x_131 = lean_ctor_get_uint8(x_116, 9); +x_132 = lean_ctor_get_uint8(x_116, 10); +x_133 = lean_ctor_get_uint8(x_116, 11); +x_134 = lean_ctor_get_uint8(x_116, 12); +if (lean_is_exclusive(x_116)) { + x_135 = x_116; +} else { + lean_dec_ref(x_116); + x_135 = lean_box(0); +} +x_136 = 1; +x_137 = l_Lean_Meta_TransparencyMode_lt(x_127, x_136); +if (x_137 == 0) { -lean_object* x_137; lean_object* x_138; uint8_t x_139; lean_object* x_140; -if (lean_is_scalar(x_134)) { - x_137 = lean_alloc_ctor(0, 0, 13); -} else { - x_137 = x_134; -} -lean_ctor_set_uint8(x_137, 0, x_121); -lean_ctor_set_uint8(x_137, 1, x_122); -lean_ctor_set_uint8(x_137, 2, x_123); -lean_ctor_set_uint8(x_137, 3, x_124); -lean_ctor_set_uint8(x_137, 4, x_125); -lean_ctor_set_uint8(x_137, 5, x_126); -lean_ctor_set_uint8(x_137, 6, x_127); -lean_ctor_set_uint8(x_137, 7, x_128); -lean_ctor_set_uint8(x_137, 8, x_129); -lean_ctor_set_uint8(x_137, 9, x_130); -lean_ctor_set_uint8(x_137, 10, x_131); -lean_ctor_set_uint8(x_137, 11, x_132); -lean_ctor_set_uint8(x_137, 12, x_133); -x_138 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_138, 0, x_137); -lean_ctor_set(x_138, 1, x_116); -lean_ctor_set(x_138, 2, x_117); -lean_ctor_set(x_138, 3, x_118); -lean_ctor_set(x_138, 4, x_119); -lean_ctor_set(x_138, 5, x_120); -x_139 = 0; -x_140 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_31, x_139, x_138, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_140) == 0) +lean_object* x_138; lean_object* x_139; uint8_t x_140; lean_object* x_141; +if (lean_is_scalar(x_135)) { + x_138 = lean_alloc_ctor(0, 0, 13); +} else { + x_138 = x_135; +} +lean_ctor_set_uint8(x_138, 0, x_122); +lean_ctor_set_uint8(x_138, 1, x_123); +lean_ctor_set_uint8(x_138, 2, x_124); +lean_ctor_set_uint8(x_138, 3, x_125); +lean_ctor_set_uint8(x_138, 4, x_126); +lean_ctor_set_uint8(x_138, 5, x_127); +lean_ctor_set_uint8(x_138, 6, x_128); +lean_ctor_set_uint8(x_138, 7, x_129); +lean_ctor_set_uint8(x_138, 8, x_130); +lean_ctor_set_uint8(x_138, 9, x_131); +lean_ctor_set_uint8(x_138, 10, x_132); +lean_ctor_set_uint8(x_138, 11, x_133); +lean_ctor_set_uint8(x_138, 12, x_134); +x_139 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_139, 0, x_138); +lean_ctor_set(x_139, 1, x_117); +lean_ctor_set(x_139, 2, x_118); +lean_ctor_set(x_139, 3, x_119); +lean_ctor_set(x_139, 4, x_120); +lean_ctor_set(x_139, 5, x_121); +x_140 = 0; +x_141 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_32, x_140, x_139, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_141) == 0) { -lean_object* x_141; uint8_t x_142; -x_141 = lean_ctor_get(x_140, 0); -lean_inc(x_141); -x_142 = lean_unbox(x_141); -lean_dec(x_141); -if (x_142 == 0) +lean_object* x_142; uint8_t x_143; +x_142 = lean_ctor_get(x_141, 0); +lean_inc(x_142); +x_143 = lean_unbox(x_142); +lean_dec(x_142); +if (x_143 == 0) { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -lean_dec(x_27); -x_143 = lean_ctor_get(x_140, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_144 = x_140; +lean_object* x_144; lean_object* x_145; lean_object* x_146; +lean_dec(x_28); +x_144 = lean_ctor_get(x_141, 1); +lean_inc(x_144); +if (lean_is_exclusive(x_141)) { + lean_ctor_release(x_141, 0); + lean_ctor_release(x_141, 1); + x_145 = x_141; } else { - lean_dec_ref(x_140); - x_144 = lean_box(0); + lean_dec_ref(x_141); + x_145 = lean_box(0); } -if (lean_is_scalar(x_144)) { - x_145 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_145)) { + x_146 = lean_alloc_ctor(0, 2, 0); } else { - x_145 = x_144; + x_146 = x_145; } -lean_ctor_set(x_145, 0, x_2); -lean_ctor_set(x_145, 1, x_143); -return x_145; +lean_ctor_set(x_146, 0, x_2); +lean_ctor_set(x_146, 1, x_144); +return x_146; } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_dec(x_2); -x_146 = lean_ctor_get(x_140, 1); -lean_inc(x_146); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_147 = x_140; +x_147 = lean_ctor_get(x_141, 1); +lean_inc(x_147); +if (lean_is_exclusive(x_141)) { + lean_ctor_release(x_141, 0); + lean_ctor_release(x_141, 1); + x_148 = x_141; } else { - lean_dec_ref(x_140); - x_147 = lean_box(0); + lean_dec_ref(x_141); + x_148 = lean_box(0); } -if (lean_is_scalar(x_147)) { - x_148 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_148)) { + x_149 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_147; + x_149 = x_148; } -lean_ctor_set(x_148, 0, x_27); -lean_ctor_set(x_148, 1, x_146); -return x_148; +lean_ctor_set(x_149, 0, x_28); +lean_ctor_set(x_149, 1, x_147); +return x_149; } } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; -lean_dec(x_27); +lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +lean_dec(x_28); lean_dec(x_2); -x_149 = lean_ctor_get(x_140, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_140, 1); +x_150 = lean_ctor_get(x_141, 0); lean_inc(x_150); -if (lean_is_exclusive(x_140)) { - lean_ctor_release(x_140, 0); - lean_ctor_release(x_140, 1); - x_151 = x_140; +x_151 = lean_ctor_get(x_141, 1); +lean_inc(x_151); +if (lean_is_exclusive(x_141)) { + lean_ctor_release(x_141, 0); + lean_ctor_release(x_141, 1); + x_152 = x_141; } else { - lean_dec_ref(x_140); - x_151 = lean_box(0); + lean_dec_ref(x_141); + x_152 = lean_box(0); } -if (lean_is_scalar(x_151)) { - x_152 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_152)) { + x_153 = lean_alloc_ctor(1, 2, 0); } else { - x_152 = x_151; + x_153 = x_152; } -lean_ctor_set(x_152, 0, x_149); -lean_ctor_set(x_152, 1, x_150); -return x_152; +lean_ctor_set(x_153, 0, x_150); +lean_ctor_set(x_153, 1, x_151); +return x_153; } } else { -lean_object* x_153; lean_object* x_154; uint8_t x_155; lean_object* x_156; -if (lean_is_scalar(x_134)) { - x_153 = lean_alloc_ctor(0, 0, 13); -} else { - x_153 = x_134; -} -lean_ctor_set_uint8(x_153, 0, x_121); -lean_ctor_set_uint8(x_153, 1, x_122); -lean_ctor_set_uint8(x_153, 2, x_123); -lean_ctor_set_uint8(x_153, 3, x_124); -lean_ctor_set_uint8(x_153, 4, x_125); -lean_ctor_set_uint8(x_153, 5, x_135); -lean_ctor_set_uint8(x_153, 6, x_127); -lean_ctor_set_uint8(x_153, 7, x_128); -lean_ctor_set_uint8(x_153, 8, x_129); -lean_ctor_set_uint8(x_153, 9, x_130); -lean_ctor_set_uint8(x_153, 10, x_131); -lean_ctor_set_uint8(x_153, 11, x_132); -lean_ctor_set_uint8(x_153, 12, x_133); -x_154 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_154, 0, x_153); -lean_ctor_set(x_154, 1, x_116); -lean_ctor_set(x_154, 2, x_117); -lean_ctor_set(x_154, 3, x_118); -lean_ctor_set(x_154, 4, x_119); -lean_ctor_set(x_154, 5, x_120); -x_155 = 0; -x_156 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_31, x_155, x_154, x_4, x_5, x_6, x_30); -if (lean_obj_tag(x_156) == 0) +lean_object* x_154; lean_object* x_155; uint8_t x_156; lean_object* x_157; +if (lean_is_scalar(x_135)) { + x_154 = lean_alloc_ctor(0, 0, 13); +} else { + x_154 = x_135; +} +lean_ctor_set_uint8(x_154, 0, x_122); +lean_ctor_set_uint8(x_154, 1, x_123); +lean_ctor_set_uint8(x_154, 2, x_124); +lean_ctor_set_uint8(x_154, 3, x_125); +lean_ctor_set_uint8(x_154, 4, x_126); +lean_ctor_set_uint8(x_154, 5, x_136); +lean_ctor_set_uint8(x_154, 6, x_128); +lean_ctor_set_uint8(x_154, 7, x_129); +lean_ctor_set_uint8(x_154, 8, x_130); +lean_ctor_set_uint8(x_154, 9, x_131); +lean_ctor_set_uint8(x_154, 10, x_132); +lean_ctor_set_uint8(x_154, 11, x_133); +lean_ctor_set_uint8(x_154, 12, x_134); +x_155 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_117); +lean_ctor_set(x_155, 2, x_118); +lean_ctor_set(x_155, 3, x_119); +lean_ctor_set(x_155, 4, x_120); +lean_ctor_set(x_155, 5, x_121); +x_156 = 0; +x_157 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_32, x_156, x_155, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_157) == 0) { -lean_object* x_157; uint8_t x_158; -x_157 = lean_ctor_get(x_156, 0); -lean_inc(x_157); -x_158 = lean_unbox(x_157); -lean_dec(x_157); -if (x_158 == 0) +lean_object* x_158; uint8_t x_159; +x_158 = lean_ctor_get(x_157, 0); +lean_inc(x_158); +x_159 = lean_unbox(x_158); +lean_dec(x_158); +if (x_159 == 0) { -lean_object* x_159; lean_object* x_160; lean_object* x_161; -lean_dec(x_27); -x_159 = lean_ctor_get(x_156, 1); -lean_inc(x_159); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - lean_ctor_release(x_156, 1); - x_160 = x_156; +lean_object* x_160; lean_object* x_161; lean_object* x_162; +lean_dec(x_28); +x_160 = lean_ctor_get(x_157, 1); +lean_inc(x_160); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_161 = x_157; } else { - lean_dec_ref(x_156); - x_160 = lean_box(0); + lean_dec_ref(x_157); + x_161 = lean_box(0); } -if (lean_is_scalar(x_160)) { - x_161 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_161)) { + x_162 = lean_alloc_ctor(0, 2, 0); } else { - x_161 = x_160; + x_162 = x_161; } -lean_ctor_set(x_161, 0, x_2); -lean_ctor_set(x_161, 1, x_159); -return x_161; +lean_ctor_set(x_162, 0, x_2); +lean_ctor_set(x_162, 1, x_160); +return x_162; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; +lean_object* x_163; lean_object* x_164; lean_object* x_165; lean_dec(x_2); -x_162 = lean_ctor_get(x_156, 1); -lean_inc(x_162); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - lean_ctor_release(x_156, 1); - x_163 = x_156; +x_163 = lean_ctor_get(x_157, 1); +lean_inc(x_163); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_164 = x_157; } else { - lean_dec_ref(x_156); - x_163 = lean_box(0); + lean_dec_ref(x_157); + x_164 = lean_box(0); } -if (lean_is_scalar(x_163)) { - x_164 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_164)) { + x_165 = lean_alloc_ctor(0, 2, 0); } else { - x_164 = x_163; + x_165 = x_164; } -lean_ctor_set(x_164, 0, x_27); -lean_ctor_set(x_164, 1, x_162); -return x_164; +lean_ctor_set(x_165, 0, x_28); +lean_ctor_set(x_165, 1, x_163); +return x_165; } } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; -lean_dec(x_27); +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +lean_dec(x_28); lean_dec(x_2); -x_165 = lean_ctor_get(x_156, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_156, 1); +x_166 = lean_ctor_get(x_157, 0); lean_inc(x_166); -if (lean_is_exclusive(x_156)) { - lean_ctor_release(x_156, 0); - lean_ctor_release(x_156, 1); - x_167 = x_156; +x_167 = lean_ctor_get(x_157, 1); +lean_inc(x_167); +if (lean_is_exclusive(x_157)) { + lean_ctor_release(x_157, 0); + lean_ctor_release(x_157, 1); + x_168 = x_157; } else { - lean_dec_ref(x_156); - x_167 = lean_box(0); + lean_dec_ref(x_157); + x_168 = lean_box(0); } -if (lean_is_scalar(x_167)) { - x_168 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_168)) { + x_169 = lean_alloc_ctor(1, 2, 0); } else { - x_168 = x_167; + x_169 = x_168; } -lean_ctor_set(x_168, 0, x_165); -lean_ctor_set(x_168, 1, x_166); -return x_168; +lean_ctor_set(x_169, 0, x_166); +lean_ctor_set(x_169, 1, x_167); +return x_169; } } } } else { -uint8_t x_169; -lean_dec(x_27); +uint8_t x_170; +lean_dec(x_28); lean_dec(x_16); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_169 = !lean_is_exclusive(x_28); -if (x_169 == 0) +x_170 = !lean_is_exclusive(x_29); +if (x_170 == 0) { -return x_28; +return x_29; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_28, 0); -x_171 = lean_ctor_get(x_28, 1); +lean_object* x_171; lean_object* x_172; lean_object* x_173; +x_171 = lean_ctor_get(x_29, 0); +x_172 = lean_ctor_get(x_29, 1); +lean_inc(x_172); lean_inc(x_171); -lean_inc(x_170); -lean_dec(x_28); -x_172 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_172, 0, x_170); -lean_ctor_set(x_172, 1, x_171); -return x_172; +lean_dec(x_29); +x_173 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_173, 0, x_171); +lean_ctor_set(x_173, 1, x_172); +return x_173; } } } } else { -uint8_t x_173; +uint8_t x_174; lean_dec(x_16); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_173 = !lean_is_exclusive(x_20); -if (x_173 == 0) +x_174 = !lean_is_exclusive(x_21); +if (x_174 == 0) { -return x_20; +return x_21; } else { -lean_object* x_174; lean_object* x_175; lean_object* x_176; -x_174 = lean_ctor_get(x_20, 0); -x_175 = lean_ctor_get(x_20, 1); +lean_object* x_175; lean_object* x_176; lean_object* x_177; +x_175 = lean_ctor_get(x_21, 0); +x_176 = lean_ctor_get(x_21, 1); +lean_inc(x_176); lean_inc(x_175); -lean_inc(x_174); -lean_dec(x_20); -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; -} -} -} -} -else -{ -lean_object* x_205; lean_object* x_206; lean_object* x_207; lean_object* x_284; lean_object* x_285; uint8_t x_286; -x_205 = lean_ctor_get(x_14, 0); -x_206 = lean_ctor_get(x_14, 1); -lean_inc(x_206); -lean_inc(x_205); -lean_dec(x_14); -x_284 = l_Lean_Expr_getAppFn(x_205); -x_285 = l_Lean_RecursorVal_getInduct(x_1); -x_286 = l_Lean_Expr_isConstOf(x_284, x_285); -lean_dec(x_285); -lean_dec(x_284); -if (x_286 == 0) -{ -lean_object* x_287; -lean_dec(x_205); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_287 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_287, 0, x_2); -lean_ctor_set(x_287, 1, x_206); -return x_287; +lean_dec(x_21); +x_177 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_177, 0, x_175); +lean_ctor_set(x_177, 1, x_176); +return x_177; } -else -{ -uint8_t x_288; -x_288 = l_Lean_Expr_hasExprMVar(x_205); -if (x_288 == 0) -{ -lean_object* x_289; -x_289 = lean_box(0); -x_207 = x_289; -goto block_283; } -else -{ -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; uint8_t x_303; -x_290 = lean_unsigned_to_nat(0u); -x_291 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_205, x_290); -x_292 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; -lean_inc(x_291); -x_293 = lean_mk_array(x_291, x_292); -x_294 = lean_unsigned_to_nat(1u); -x_295 = lean_nat_sub(x_291, x_294); -lean_dec(x_291); -lean_inc(x_205); -x_296 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_205, x_293, x_295); -x_297 = lean_ctor_get(x_1, 2); -lean_inc(x_297); -x_298 = lean_array_get_size(x_296); -x_299 = l_Array_toSubarray___rarg(x_296, x_297, x_298); -x_300 = lean_ctor_get(x_299, 0); -lean_inc(x_300); -x_301 = lean_ctor_get(x_299, 1); -lean_inc(x_301); -x_302 = lean_ctor_get(x_299, 2); -lean_inc(x_302); -lean_dec(x_299); -x_303 = lean_nat_dec_lt(x_301, x_302); -if (x_303 == 0) -{ -lean_object* x_304; -lean_dec(x_302); -lean_dec(x_301); -lean_dec(x_300); -x_304 = lean_box(0); -x_207 = x_304; -goto block_283; -} -else -{ -lean_object* x_305; uint8_t x_306; -x_305 = lean_array_get_size(x_300); -x_306 = lean_nat_dec_le(x_302, x_305); -lean_dec(x_305); -if (x_306 == 0) -{ -lean_object* x_307; -lean_dec(x_302); -lean_dec(x_301); -lean_dec(x_300); -x_307 = lean_box(0); -x_207 = x_307; -goto block_283; -} -else -{ -size_t x_308; size_t x_309; uint8_t x_310; -x_308 = lean_usize_of_nat(x_301); -lean_dec(x_301); -x_309 = lean_usize_of_nat(x_302); -lean_dec(x_302); -x_310 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__2(x_300, x_308, x_309); -lean_dec(x_300); -if (x_310 == 0) -{ -lean_object* x_311; -x_311 = lean_box(0); -x_207 = x_311; -goto block_283; } else { -lean_object* x_312; -lean_dec(x_205); +lean_object* x_178; +lean_dec(x_16); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_312 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_312, 0, x_2); -lean_ctor_set(x_312, 1, x_206); -return x_312; -} -} -} -} -} -block_283: -{ -lean_object* x_208; lean_object* x_209; -lean_dec(x_207); -x_208 = lean_ctor_get(x_1, 2); -lean_inc(x_208); -lean_dec(x_1); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_3); -lean_inc(x_205); -x_209 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor(x_205, x_208, x_3, x_4, x_5, x_6, x_206); -lean_dec(x_208); -if (lean_obj_tag(x_209) == 0) -{ -lean_object* x_210; -x_210 = lean_ctor_get(x_209, 0); -lean_inc(x_210); -if (lean_obj_tag(x_210) == 0) -{ -lean_object* x_211; lean_object* x_212; lean_object* x_213; -lean_dec(x_205); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_211 = lean_ctor_get(x_209, 1); -lean_inc(x_211); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_212 = x_209; +if (lean_is_scalar(x_18)) { + x_178 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_209); - x_212 = lean_box(0); + x_178 = x_18; } -if (lean_is_scalar(x_212)) { - x_213 = lean_alloc_ctor(0, 2, 0); -} else { - x_213 = x_212; +lean_ctor_set(x_178, 0, x_2); +lean_ctor_set(x_178, 1, x_17); +return x_178; } -lean_ctor_set(x_213, 0, x_2); -lean_ctor_set(x_213, 1, x_211); -return x_213; } -else -{ -lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_214 = lean_ctor_get(x_209, 1); -lean_inc(x_214); -lean_dec(x_209); -x_215 = lean_ctor_get(x_210, 0); -lean_inc(x_215); -lean_dec(x_210); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_215); -x_216 = lean_infer_type(x_215, x_3, x_4, x_5, x_6, x_214); -if (lean_obj_tag(x_216) == 0) -{ -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; uint8_t x_228; uint8_t x_229; uint8_t x_230; uint8_t x_231; uint8_t x_232; uint8_t x_233; uint8_t x_234; uint8_t x_235; uint8_t x_236; uint8_t x_237; uint8_t x_238; uint8_t x_239; lean_object* x_240; uint8_t x_241; uint8_t x_242; -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 = lean_alloc_closure((void*)(l_Lean_Meta_isDefEq), 7, 2); -lean_closure_set(x_219, 0, x_205); -lean_closure_set(x_219, 1, x_217); -x_220 = lean_ctor_get(x_3, 0); -lean_inc(x_220); -x_221 = lean_ctor_get(x_3, 1); -lean_inc(x_221); -x_222 = lean_ctor_get(x_3, 2); -lean_inc(x_222); -x_223 = lean_ctor_get(x_3, 3); -lean_inc(x_223); -x_224 = lean_ctor_get(x_3, 4); -lean_inc(x_224); -x_225 = lean_ctor_get(x_3, 5); -lean_inc(x_225); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - lean_ctor_release(x_3, 3); - lean_ctor_release(x_3, 4); - lean_ctor_release(x_3, 5); - x_226 = x_3; -} else { - lean_dec_ref(x_3); - x_226 = lean_box(0); -} -x_227 = lean_ctor_get_uint8(x_220, 0); -x_228 = lean_ctor_get_uint8(x_220, 1); -x_229 = lean_ctor_get_uint8(x_220, 2); -x_230 = lean_ctor_get_uint8(x_220, 3); -x_231 = lean_ctor_get_uint8(x_220, 4); -x_232 = lean_ctor_get_uint8(x_220, 5); -x_233 = lean_ctor_get_uint8(x_220, 6); -x_234 = lean_ctor_get_uint8(x_220, 7); -x_235 = lean_ctor_get_uint8(x_220, 8); -x_236 = lean_ctor_get_uint8(x_220, 9); -x_237 = lean_ctor_get_uint8(x_220, 10); -x_238 = lean_ctor_get_uint8(x_220, 11); -x_239 = lean_ctor_get_uint8(x_220, 12); -if (lean_is_exclusive(x_220)) { - x_240 = x_220; -} else { - lean_dec_ref(x_220); - x_240 = lean_box(0); -} -x_241 = 1; -x_242 = l_Lean_Meta_TransparencyMode_lt(x_232, x_241); -if (x_242 == 0) -{ -lean_object* x_243; lean_object* x_244; uint8_t x_245; lean_object* x_246; -if (lean_is_scalar(x_240)) { - x_243 = lean_alloc_ctor(0, 0, 13); -} else { - x_243 = x_240; -} -lean_ctor_set_uint8(x_243, 0, x_227); -lean_ctor_set_uint8(x_243, 1, x_228); -lean_ctor_set_uint8(x_243, 2, x_229); -lean_ctor_set_uint8(x_243, 3, x_230); -lean_ctor_set_uint8(x_243, 4, x_231); -lean_ctor_set_uint8(x_243, 5, x_232); -lean_ctor_set_uint8(x_243, 6, x_233); -lean_ctor_set_uint8(x_243, 7, x_234); -lean_ctor_set_uint8(x_243, 8, x_235); -lean_ctor_set_uint8(x_243, 9, x_236); -lean_ctor_set_uint8(x_243, 10, x_237); -lean_ctor_set_uint8(x_243, 11, x_238); -lean_ctor_set_uint8(x_243, 12, x_239); -if (lean_is_scalar(x_226)) { - x_244 = lean_alloc_ctor(0, 6, 0); -} else { - x_244 = x_226; -} -lean_ctor_set(x_244, 0, x_243); -lean_ctor_set(x_244, 1, x_221); -lean_ctor_set(x_244, 2, x_222); -lean_ctor_set(x_244, 3, x_223); -lean_ctor_set(x_244, 4, x_224); -lean_ctor_set(x_244, 5, x_225); -x_245 = 0; -x_246 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_219, x_245, x_244, x_4, x_5, x_6, x_218); -if (lean_obj_tag(x_246) == 0) +block_206: { -lean_object* x_247; uint8_t x_248; -x_247 = lean_ctor_get(x_246, 0); -lean_inc(x_247); -x_248 = lean_unbox(x_247); -lean_dec(x_247); -if (x_248 == 0) +if (x_181 == 0) { -lean_object* x_249; lean_object* x_250; lean_object* x_251; -lean_dec(x_215); -x_249 = lean_ctor_get(x_246, 1); -lean_inc(x_249); -if (lean_is_exclusive(x_246)) { - lean_ctor_release(x_246, 0); - lean_ctor_release(x_246, 1); - x_250 = x_246; -} else { - lean_dec_ref(x_246); - x_250 = lean_box(0); -} -if (lean_is_scalar(x_250)) { - x_251 = lean_alloc_ctor(0, 2, 0); -} else { - x_251 = x_250; -} -lean_ctor_set(x_251, 0, x_2); -lean_ctor_set(x_251, 1, x_249); -return x_251; -} -else +uint8_t x_182; +lean_dec(x_14); +x_182 = l_Lean_Expr_hasExprMVar(x_16); +if (x_182 == 0) { -lean_object* x_252; lean_object* x_253; lean_object* x_254; -lean_dec(x_2); -x_252 = lean_ctor_get(x_246, 1); -lean_inc(x_252); -if (lean_is_exclusive(x_246)) { - lean_ctor_release(x_246, 0); - lean_ctor_release(x_246, 1); - x_253 = x_246; -} else { - lean_dec_ref(x_246); - x_253 = lean_box(0); -} -if (lean_is_scalar(x_253)) { - x_254 = lean_alloc_ctor(0, 2, 0); -} else { - x_254 = x_253; -} -lean_ctor_set(x_254, 0, x_215); -lean_ctor_set(x_254, 1, x_252); -return x_254; -} +uint8_t x_183; +x_183 = 0; +x_19 = x_183; +goto block_179; } else { -lean_object* x_255; lean_object* x_256; lean_object* x_257; lean_object* x_258; -lean_dec(x_215); -lean_dec(x_2); -x_255 = lean_ctor_get(x_246, 0); -lean_inc(x_255); -x_256 = lean_ctor_get(x_246, 1); -lean_inc(x_256); -if (lean_is_exclusive(x_246)) { - lean_ctor_release(x_246, 0); - lean_ctor_release(x_246, 1); - x_257 = x_246; -} else { - lean_dec_ref(x_246); - x_257 = lean_box(0); -} -if (lean_is_scalar(x_257)) { - x_258 = lean_alloc_ctor(1, 2, 0); -} else { - x_258 = x_257; -} -lean_ctor_set(x_258, 0, x_255); -lean_ctor_set(x_258, 1, x_256); -return x_258; -} -} -else +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; +x_184 = lean_unsigned_to_nat(0u); +x_185 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_16, x_184); +x_186 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; +lean_inc(x_185); +x_187 = lean_mk_array(x_185, x_186); +x_188 = lean_unsigned_to_nat(1u); +x_189 = lean_nat_sub(x_185, x_188); +lean_dec(x_185); +lean_inc(x_16); +x_190 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_16, x_187, x_189); +x_191 = lean_ctor_get(x_1, 2); +lean_inc(x_191); +x_192 = lean_array_get_size(x_190); +x_193 = l_Array_toSubarray___rarg(x_190, x_191, 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); +x_196 = lean_ctor_get(x_193, 2); +lean_inc(x_196); +lean_dec(x_193); +x_197 = lean_nat_dec_lt(x_195, x_196); +if (x_197 == 0) { -lean_object* x_259; lean_object* x_260; uint8_t x_261; lean_object* x_262; -if (lean_is_scalar(x_240)) { - x_259 = lean_alloc_ctor(0, 0, 13); -} else { - x_259 = x_240; -} -lean_ctor_set_uint8(x_259, 0, x_227); -lean_ctor_set_uint8(x_259, 1, x_228); -lean_ctor_set_uint8(x_259, 2, x_229); -lean_ctor_set_uint8(x_259, 3, x_230); -lean_ctor_set_uint8(x_259, 4, x_231); -lean_ctor_set_uint8(x_259, 5, x_241); -lean_ctor_set_uint8(x_259, 6, x_233); -lean_ctor_set_uint8(x_259, 7, x_234); -lean_ctor_set_uint8(x_259, 8, x_235); -lean_ctor_set_uint8(x_259, 9, x_236); -lean_ctor_set_uint8(x_259, 10, x_237); -lean_ctor_set_uint8(x_259, 11, x_238); -lean_ctor_set_uint8(x_259, 12, x_239); -if (lean_is_scalar(x_226)) { - x_260 = lean_alloc_ctor(0, 6, 0); -} else { - x_260 = x_226; -} -lean_ctor_set(x_260, 0, x_259); -lean_ctor_set(x_260, 1, x_221); -lean_ctor_set(x_260, 2, x_222); -lean_ctor_set(x_260, 3, x_223); -lean_ctor_set(x_260, 4, x_224); -lean_ctor_set(x_260, 5, x_225); -x_261 = 0; -x_262 = l_Lean_Meta_withNewMCtxDepth___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__1___rarg(x_219, x_261, x_260, x_4, x_5, x_6, x_218); -if (lean_obj_tag(x_262) == 0) -{ -lean_object* x_263; uint8_t x_264; -x_263 = lean_ctor_get(x_262, 0); -lean_inc(x_263); -x_264 = lean_unbox(x_263); -lean_dec(x_263); -if (x_264 == 0) -{ -lean_object* x_265; lean_object* x_266; lean_object* x_267; -lean_dec(x_215); -x_265 = lean_ctor_get(x_262, 1); -lean_inc(x_265); -if (lean_is_exclusive(x_262)) { - lean_ctor_release(x_262, 0); - lean_ctor_release(x_262, 1); - x_266 = x_262; -} else { - lean_dec_ref(x_262); - x_266 = lean_box(0); -} -if (lean_is_scalar(x_266)) { - x_267 = lean_alloc_ctor(0, 2, 0); -} else { - x_267 = x_266; -} -lean_ctor_set(x_267, 0, x_2); -lean_ctor_set(x_267, 1, x_265); -return x_267; +uint8_t x_198; +lean_dec(x_196); +lean_dec(x_195); +lean_dec(x_194); +x_198 = 0; +x_19 = x_198; +goto block_179; } else { -lean_object* x_268; lean_object* x_269; lean_object* x_270; -lean_dec(x_2); -x_268 = lean_ctor_get(x_262, 1); -lean_inc(x_268); -if (lean_is_exclusive(x_262)) { - lean_ctor_release(x_262, 0); - lean_ctor_release(x_262, 1); - x_269 = x_262; -} else { - lean_dec_ref(x_262); - x_269 = lean_box(0); -} -if (lean_is_scalar(x_269)) { - x_270 = lean_alloc_ctor(0, 2, 0); -} else { - x_270 = x_269; -} -lean_ctor_set(x_270, 0, x_215); -lean_ctor_set(x_270, 1, x_268); -return x_270; -} -} -else +lean_object* x_199; uint8_t x_200; +x_199 = lean_array_get_size(x_194); +x_200 = lean_nat_dec_le(x_196, x_199); +lean_dec(x_199); +if (x_200 == 0) { -lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; -lean_dec(x_215); -lean_dec(x_2); -x_271 = lean_ctor_get(x_262, 0); -lean_inc(x_271); -x_272 = lean_ctor_get(x_262, 1); -lean_inc(x_272); -if (lean_is_exclusive(x_262)) { - lean_ctor_release(x_262, 0); - lean_ctor_release(x_262, 1); - x_273 = x_262; -} else { - lean_dec_ref(x_262); - x_273 = lean_box(0); -} -if (lean_is_scalar(x_273)) { - x_274 = lean_alloc_ctor(1, 2, 0); -} else { - x_274 = x_273; -} -lean_ctor_set(x_274, 0, x_271); -lean_ctor_set(x_274, 1, x_272); -return x_274; -} -} +uint8_t x_201; +lean_dec(x_196); +lean_dec(x_195); +lean_dec(x_194); +x_201 = 0; +x_19 = x_201; +goto block_179; } else { -lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; -lean_dec(x_215); -lean_dec(x_205); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_275 = lean_ctor_get(x_216, 0); -lean_inc(x_275); -x_276 = lean_ctor_get(x_216, 1); -lean_inc(x_276); -if (lean_is_exclusive(x_216)) { - lean_ctor_release(x_216, 0); - lean_ctor_release(x_216, 1); - x_277 = x_216; -} else { - lean_dec_ref(x_216); - x_277 = lean_box(0); -} -if (lean_is_scalar(x_277)) { - x_278 = lean_alloc_ctor(1, 2, 0); -} else { - x_278 = x_277; +size_t x_202; size_t x_203; uint8_t x_204; +x_202 = lean_usize_of_nat(x_195); +lean_dec(x_195); +x_203 = lean_usize_of_nat(x_196); +lean_dec(x_196); +x_204 = l_Array_anyMUnsafe_any___at___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenK___spec__2(x_194, x_202, x_203); +lean_dec(x_194); +x_19 = x_204; +goto block_179; } -lean_ctor_set(x_278, 0, x_275); -lean_ctor_set(x_278, 1, x_276); -return x_278; } } } else { -lean_object* x_279; lean_object* x_280; lean_object* x_281; lean_object* x_282; -lean_dec(x_205); +lean_object* x_205; +lean_dec(x_18); +lean_dec(x_16); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_279 = lean_ctor_get(x_209, 0); -lean_inc(x_279); -x_280 = lean_ctor_get(x_209, 1); -lean_inc(x_280); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_281 = x_209; -} else { - lean_dec_ref(x_209); - x_281 = lean_box(0); -} -if (lean_is_scalar(x_281)) { - x_282 = lean_alloc_ctor(1, 2, 0); +lean_dec(x_1); +if (lean_is_scalar(x_14)) { + x_205 = lean_alloc_ctor(0, 2, 0); } else { - x_282 = x_281; -} -lean_ctor_set(x_282, 0, x_279); -lean_ctor_set(x_282, 1, x_280); -return x_282; + x_205 = x_14; } +lean_ctor_set(x_205, 0, x_2); +lean_ctor_set(x_205, 1, x_17); +return x_205; } } } else { -uint8_t x_313; +uint8_t x_211; 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_313 = !lean_is_exclusive(x_11); -if (x_313 == 0) +x_211 = !lean_is_exclusive(x_11); +if (x_211 == 0) { return x_11; } else { -lean_object* x_314; lean_object* x_315; lean_object* x_316; -x_314 = lean_ctor_get(x_11, 0); -x_315 = lean_ctor_get(x_11, 1); -lean_inc(x_315); -lean_inc(x_314); +lean_object* x_212; lean_object* x_213; lean_object* x_214; +x_212 = lean_ctor_get(x_11, 0); +x_213 = lean_ctor_get(x_11, 1); +lean_inc(x_213); +lean_inc(x_212); lean_dec(x_11); -x_316 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_316, 0, x_314); -lean_ctor_set(x_316, 1, x_315); -return x_316; +x_214 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_214, 0, x_212); +lean_ctor_set(x_214, 1, x_213); +return x_214; } } } else { -uint8_t x_317; +uint8_t x_215; 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_317 = !lean_is_exclusive(x_8); -if (x_317 == 0) +x_215 = !lean_is_exclusive(x_8); +if (x_215 == 0) { return x_8; } else { -lean_object* x_318; lean_object* x_319; lean_object* x_320; -x_318 = lean_ctor_get(x_8, 0); -x_319 = lean_ctor_get(x_8, 1); -lean_inc(x_319); -lean_inc(x_318); +lean_object* x_216; lean_object* x_217; lean_object* x_218; +x_216 = lean_ctor_get(x_8, 0); +x_217 = lean_ctor_get(x_8, 1); +lean_inc(x_217); +lean_inc(x_216); lean_dec(x_8); -x_320 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_320, 0, x_318); -lean_ctor_set(x_320, 1, x_319); -return x_320; +x_218 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_218, 0, x_216); +lean_ctor_set(x_218, 1, x_217); +return x_218; } } } @@ -4025,46 +3529,57 @@ return x_103; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___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) { _start: { -lean_object* x_9; uint8_t x_10; +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_48; lean_dec(x_3); x_9 = lean_st_ref_get(x_7, x_8); -x_10 = !lean_is_exclusive(x_9); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_ctor_get(x_9, 0); -x_12 = lean_ctor_get(x_9, 1); -x_13 = lean_ctor_get(x_11, 0); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_9, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_9)) { + lean_ctor_release(x_9, 0); + lean_ctor_release(x_9, 1); + x_12 = x_9; +} else { + lean_dec_ref(x_9); + x_12 = lean_box(0); +} +x_13 = lean_ctor_get(x_10, 0); lean_inc(x_13); -lean_dec(x_11); -lean_inc(x_1); +lean_dec(x_10); +lean_inc(x_2); lean_inc(x_13); -x_14 = l_Lean_isStructureLike(x_13, x_1); -if (x_14 == 0) +x_48 = l_Lean_isStructureLike(x_13, x_2); +if (x_48 == 0) { -lean_dec(x_13); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -lean_ctor_set(x_9, 0, x_2); -return x_9; +uint8_t x_49; +x_49 = 1; +x_14 = x_49; +goto block_47; } else { +uint8_t x_50; +x_50 = 0; +x_14 = x_50; +goto block_47; +} +block_47: +{ +if (x_14 == 0) +{ lean_object* x_15; -x_15 = l_Lean_Expr_isConstructorApp_x3f(x_13, x_2); +x_15 = l_Lean_Expr_isConstructorApp_x3f(x_13, x_1); if (lean_obj_tag(x_15) == 0) { lean_object* x_16; -lean_free_object(x_9); +lean_dec(x_12); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); -lean_inc(x_2); -x_16 = lean_infer_type(x_2, x_4, x_5, x_6, x_7, x_12); +lean_inc(x_1); +x_16 = lean_infer_type(x_1, x_4, x_5, x_6, x_7, x_11); if (lean_obj_tag(x_16) == 0) { lean_object* x_17; lean_object* x_18; lean_object* x_19; @@ -4094,8 +3609,8 @@ lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; x_24 = lean_ctor_get(x_22, 0); x_25 = lean_ctor_get(x_22, 1); x_26 = l_Lean_Expr_getAppFn(x_24); -x_27 = l_Lean_Expr_isConstOf(x_26, x_1); -lean_dec(x_1); +x_27 = l_Lean_Expr_isConstOf(x_26, x_2); +lean_dec(x_2); if (x_27 == 0) { lean_dec(x_26); @@ -4104,7 +3619,7 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_ctor_set(x_22, 0, x_2); +lean_ctor_set(x_22, 0, x_1); return x_22; } else @@ -4112,7 +3627,7 @@ else lean_object* x_28; lean_object* x_29; lean_free_object(x_22); x_28 = lean_box(0); -x_29 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__1(x_26, x_2, x_24, x_28, x_4, x_5, x_6, x_7, x_25); +x_29 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__1(x_26, x_1, x_24, x_28, x_4, x_5, x_6, x_7, x_25); return x_29; } } @@ -4125,8 +3640,8 @@ lean_inc(x_31); lean_inc(x_30); lean_dec(x_22); x_32 = l_Lean_Expr_getAppFn(x_30); -x_33 = l_Lean_Expr_isConstOf(x_32, x_1); -lean_dec(x_1); +x_33 = l_Lean_Expr_isConstOf(x_32, x_2); +lean_dec(x_2); if (x_33 == 0) { lean_object* x_34; @@ -4137,7 +3652,7 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_2); +lean_ctor_set(x_34, 0, x_1); lean_ctor_set(x_34, 1, x_31); return x_34; } @@ -4145,7 +3660,7 @@ else { lean_object* x_35; lean_object* x_36; x_35 = lean_box(0); -x_36 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__1(x_32, x_2, x_30, x_35, x_4, x_5, x_6, x_7, x_31); +x_36 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__1(x_32, x_1, x_30, x_35, x_4, x_5, x_6, x_7, x_31); return x_36; } } @@ -4210,198 +3725,40 @@ return x_44; } else { +lean_object* x_45; lean_dec(x_15); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_1); -lean_ctor_set(x_9, 0, x_2); -return x_9; -} -} -} -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_45 = lean_ctor_get(x_9, 0); -x_46 = lean_ctor_get(x_9, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_9); -x_47 = lean_ctor_get(x_45, 0); -lean_inc(x_47); -lean_dec(x_45); -lean_inc(x_1); -lean_inc(x_47); -x_48 = l_Lean_isStructureLike(x_47, x_1); -if (x_48 == 0) -{ -lean_object* x_49; -lean_dec(x_47); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_2); -lean_ctor_set(x_49, 1, x_46); -return x_49; -} -else -{ -lean_object* x_50; -x_50 = l_Lean_Expr_isConstructorApp_x3f(x_47, x_2); -if (lean_obj_tag(x_50) == 0) -{ -lean_object* x_51; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -x_51 = lean_infer_type(x_2, x_4, x_5, x_6, x_7, x_46); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_54 = lean_whnf(x_52, x_4, x_5, x_6, x_7, x_53); -if (lean_obj_tag(x_54) == 0) -{ -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; uint8_t x_62; -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_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_55, x_4, x_5, x_6, x_7, x_56); -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; -} else { - lean_dec_ref(x_57); - x_60 = lean_box(0); -} -x_61 = l_Lean_Expr_getAppFn(x_58); -x_62 = l_Lean_Expr_isConstOf(x_61, x_1); -lean_dec(x_1); -if (x_62 == 0) -{ -lean_object* x_63; -lean_dec(x_61); -lean_dec(x_58); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -if (lean_is_scalar(x_60)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_60; -} -lean_ctor_set(x_63, 0, x_2); -lean_ctor_set(x_63, 1, x_59); -return x_63; -} -else -{ -lean_object* x_64; lean_object* x_65; -lean_dec(x_60); -x_64 = lean_box(0); -x_65 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__1(x_61, x_2, x_58, x_64, x_4, x_5, x_6, x_7, x_59); -return x_65; -} -} -else -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -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_ctor_get(x_54, 0); -lean_inc(x_66); -x_67 = lean_ctor_get(x_54, 1); -lean_inc(x_67); -if (lean_is_exclusive(x_54)) { - lean_ctor_release(x_54, 0); - lean_ctor_release(x_54, 1); - x_68 = x_54; -} else { - lean_dec_ref(x_54); - x_68 = lean_box(0); -} -if (lean_is_scalar(x_68)) { - x_69 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_12)) { + x_45 = lean_alloc_ctor(0, 2, 0); } else { - x_69 = x_68; + x_45 = x_12; } -lean_ctor_set(x_69, 0, x_66); -lean_ctor_set(x_69, 1, x_67); -return x_69; +lean_ctor_set(x_45, 0, x_1); +lean_ctor_set(x_45, 1, x_11); +return x_45; } } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; +lean_object* x_46; +lean_dec(x_13); 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_70 = lean_ctor_get(x_51, 0); -lean_inc(x_70); -x_71 = lean_ctor_get(x_51, 1); -lean_inc(x_71); -if (lean_is_exclusive(x_51)) { - lean_ctor_release(x_51, 0); - lean_ctor_release(x_51, 1); - x_72 = x_51; -} else { - lean_dec_ref(x_51); - x_72 = lean_box(0); -} -if (lean_is_scalar(x_72)) { - x_73 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_12)) { + x_46 = lean_alloc_ctor(0, 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; -} -} -else -{ -lean_object* x_74; -lean_dec(x_50); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_2); -lean_ctor_set(x_74, 1, x_46); -return x_74; + x_46 = x_12; } +lean_ctor_set(x_46, 0, x_1); +lean_ctor_set(x_46, 1, x_11); +return x_46; } } } @@ -4452,7 +3809,7 @@ x_15 = lean_ctor_get(x_8, 1); lean_inc(x_15); lean_dec(x_8); x_16 = lean_box(0); -x_17 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__2(x_1, x_2, x_16, x_3, x_4, x_5, x_6, x_15); +x_17 = l___private_Lean_Meta_WHNF_0__Lean_Meta_toCtorWhenStructure___lambda__2(x_2, x_1, x_16, x_3, x_4, x_5, x_6, x_15); return x_17; } } @@ -13303,7 +12660,7 @@ return x_18; } else { -lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_object* x_22; uint8_t x_23; +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; uint8_t x_26; x_19 = lean_ctor_get(x_13, 1); lean_inc(x_19); lean_dec(x_13); @@ -13312,65 +12669,64 @@ lean_inc(x_20); x_21 = lean_ctor_get_uint8(x_14, sizeof(void*)*5); lean_dec(x_14); x_22 = l_Lean_Meta_getConfig(x_3, x_4, x_5, x_6, x_19); -x_23 = !lean_is_exclusive(x_22); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_22, 0); -x_25 = lean_ctor_get(x_22, 1); +x_23 = lean_ctor_get(x_22, 0); +lean_inc(x_23); +x_24 = lean_ctor_get(x_22, 1); +lean_inc(x_24); +if (lean_is_exclusive(x_22)) { + lean_ctor_release(x_22, 0); + lean_ctor_release(x_22, 1); + x_25 = x_22; +} else { + lean_dec_ref(x_22); + x_25 = lean_box(0); +} if (x_21 == 0) { -lean_object* x_43; -lean_free_object(x_22); -lean_dec(x_1); -x_43 = lean_box(0); -x_26 = x_43; -goto block_42; +uint8_t x_44; +x_44 = 0; +x_26 = x_44; +goto block_43; } else { -uint8_t x_44; -x_44 = lean_ctor_get_uint8(x_24, 6); -if (x_44 == 0) +uint8_t x_45; +x_45 = lean_ctor_get_uint8(x_23, 6); +if (x_45 == 0) { -lean_dec(x_24); -lean_dec(x_20); -lean_dec(x_12); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_22, 0, x_1); -return x_22; +uint8_t x_46; +x_46 = 1; +x_26 = x_46; +goto block_43; } else { -lean_object* x_45; -lean_free_object(x_22); -lean_dec(x_1); -x_45 = lean_box(0); -x_26 = x_45; -goto block_42; +uint8_t x_47; +x_47 = 0; +x_26 = x_47; +goto block_43; } } -block_42: +block_43: +{ +if (x_26 == 0) { uint8_t x_27; -lean_dec(x_26); -x_27 = lean_ctor_get_uint8(x_24, 7); -lean_dec(x_24); +lean_dec(x_25); +lean_dec(x_1); +x_27 = lean_ctor_get_uint8(x_23, 7); +lean_dec(x_23); if (x_27 == 0) { lean_dec(x_12); x_1 = x_20; -x_7 = x_25; +x_7 = x_24; goto _start; } 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; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_29 = lean_st_ref_take(x_4, x_25); +x_29 = lean_st_ref_take(x_4, x_24); x_30 = lean_ctor_get(x_29, 0); lean_inc(x_30); x_31 = lean_ctor_get(x_29, 1); @@ -13401,31 +12757,10 @@ x_7 = x_40; goto _start; } } -} else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_22, 0); -x_47 = lean_ctor_get(x_22, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_22); -if (x_21 == 0) -{ -lean_object* x_65; -lean_dec(x_1); -x_65 = lean_box(0); -x_48 = x_65; -goto block_64; -} -else -{ -uint8_t x_66; -x_66 = lean_ctor_get_uint8(x_46, 6); -if (x_66 == 0) -{ -lean_object* x_67; -lean_dec(x_46); +lean_object* x_42; +lean_dec(x_23); lean_dec(x_20); lean_dec(x_12); lean_dec(x_6); @@ -13433,73 +12768,21 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_1); -lean_ctor_set(x_67, 1, x_47); -return x_67; -} -else -{ -lean_object* x_68; -lean_dec(x_1); -x_68 = lean_box(0); -x_48 = x_68; -goto block_64; -} -} -block_64: -{ -uint8_t x_49; -lean_dec(x_48); -x_49 = lean_ctor_get_uint8(x_46, 7); -lean_dec(x_46); -if (x_49 == 0) -{ -lean_dec(x_12); -x_1 = x_20; -x_7 = x_47; -goto _start; -} -else -{ -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; -x_51 = lean_st_ref_take(x_4, x_47); -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_52, 1); -lean_inc(x_55); -x_56 = lean_ctor_get(x_52, 2); -lean_inc(x_56); -x_57 = lean_box(0); -x_58 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_56, x_12, x_57); -x_59 = lean_ctor_get(x_52, 3); -lean_inc(x_59); -lean_dec(x_52); -x_60 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_60, 0, x_54); -lean_ctor_set(x_60, 1, x_55); -lean_ctor_set(x_60, 2, x_58); -lean_ctor_set(x_60, 3, x_59); -x_61 = lean_st_ref_set(x_4, x_60, x_53); -x_62 = lean_ctor_get(x_61, 1); -lean_inc(x_62); -lean_dec(x_61); -x_1 = x_20; -x_7 = x_62; -goto _start; +if (lean_is_scalar(x_25)) { + x_42 = lean_alloc_ctor(0, 2, 0); +} else { + x_42 = x_25; } +lean_ctor_set(x_42, 0, x_1); +lean_ctor_set(x_42, 1, x_24); +return x_42; } } } } else { -uint8_t x_69; +uint8_t x_48; lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); @@ -13507,162 +12790,162 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_69 = !lean_is_exclusive(x_13); -if (x_69 == 0) +x_48 = !lean_is_exclusive(x_13); +if (x_48 == 0) { return x_13; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_13, 0); -x_71 = lean_ctor_get(x_13, 1); -lean_inc(x_71); -lean_inc(x_70); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_13, 0); +x_50 = lean_ctor_get(x_13, 1); +lean_inc(x_50); +lean_inc(x_49); lean_dec(x_13); -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; +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; } } } case 2: { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_73 = lean_ctor_get(x_1, 0); -lean_inc(x_73); -x_74 = l_Lean_Meta_instMonadMetaM; -x_75 = l_Lean_Meta_instMonadMCtxMetaM; -x_76 = l_Lean_getExprMVarAssignment_x3f___rarg(x_74, x_75, x_73); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_52 = lean_ctor_get(x_1, 0); +lean_inc(x_52); +x_53 = l_Lean_Meta_instMonadMetaM; +x_54 = l_Lean_Meta_instMonadMCtxMetaM; +x_55 = l_Lean_getExprMVarAssignment_x3f___rarg(x_53, x_54, x_52); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_77 = lean_apply_5(x_76, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_77) == 0) +x_56 = lean_apply_5(x_55, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_78; -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -if (lean_obj_tag(x_78) == 0) +lean_object* x_57; +x_57 = lean_ctor_get(x_56, 0); +lean_inc(x_57); +if (lean_obj_tag(x_57) == 0) { -uint8_t x_79; +uint8_t x_58; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_79 = !lean_is_exclusive(x_77); -if (x_79 == 0) +x_58 = !lean_is_exclusive(x_56); +if (x_58 == 0) { -lean_object* x_80; -x_80 = lean_ctor_get(x_77, 0); -lean_dec(x_80); -lean_ctor_set(x_77, 0, x_1); -return x_77; +lean_object* x_59; +x_59 = lean_ctor_get(x_56, 0); +lean_dec(x_59); +lean_ctor_set(x_56, 0, x_1); +return x_56; } else { -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_77, 1); -lean_inc(x_81); -lean_dec(x_77); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_1); -lean_ctor_set(x_82, 1, x_81); -return x_82; +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_56, 1); +lean_inc(x_60); +lean_dec(x_56); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_1); +lean_ctor_set(x_61, 1, x_60); +return x_61; } } else { -lean_object* x_83; lean_object* x_84; +lean_object* x_62; lean_object* x_63; lean_dec(x_1); -x_83 = lean_ctor_get(x_77, 1); -lean_inc(x_83); -lean_dec(x_77); -x_84 = lean_ctor_get(x_78, 0); -lean_inc(x_84); -lean_dec(x_78); -x_1 = x_84; -x_7 = x_83; +x_62 = lean_ctor_get(x_56, 1); +lean_inc(x_62); +lean_dec(x_56); +x_63 = lean_ctor_get(x_57, 0); +lean_inc(x_63); +lean_dec(x_57); +x_1 = x_63; +x_7 = x_62; goto _start; } } else { -uint8_t x_86; +uint8_t x_65; 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_86 = !lean_is_exclusive(x_77); -if (x_86 == 0) +x_65 = !lean_is_exclusive(x_56); +if (x_65 == 0) { -return x_77; +return x_56; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_77, 0); -x_88 = lean_ctor_get(x_77, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_77); -x_89 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_object* x_66; lean_object* x_67; lean_object* x_68; +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_alloc_ctor(1, 2, 0); +lean_ctor_set(x_68, 0, x_66); +lean_ctor_set(x_68, 1, x_67); +return x_68; } } } case 4: { -lean_object* x_90; -x_90 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); -return x_90; +lean_object* x_69; +x_69 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); +return x_69; } case 5: { -lean_object* x_91; -x_91 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); -return x_91; +lean_object* x_70; +x_70 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); +return x_70; } case 8: { -lean_object* x_92; -x_92 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); -return x_92; +lean_object* x_71; +x_71 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); +return x_71; } case 10: { -lean_object* x_93; -x_93 = lean_ctor_get(x_1, 1); -lean_inc(x_93); +lean_object* x_72; +x_72 = lean_ctor_get(x_1, 1); +lean_inc(x_72); lean_dec(x_1); -x_1 = x_93; +x_1 = x_72; goto _start; } case 11: { -lean_object* x_95; -x_95 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); -return x_95; +lean_object* x_74; +x_74 = lean_apply_6(x_2, x_1, x_3, x_4, x_5, x_6, x_7); +return x_74; } default: { -lean_object* x_96; +lean_object* x_75; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_1); -lean_ctor_set(x_96, 1, x_7); -return x_96; +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_1); +lean_ctor_set(x_75, 1, x_7); +return x_75; } } } @@ -16869,7 +16152,7 @@ lean_inc(x_9); lean_dec(x_7); x_10 = 2; x_11 = lean_unbox(x_8); -x_12 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_11, x_10); +x_12 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_11, x_10); if (x_12 == 0) { lean_object* x_13; uint8_t x_14; lean_object* x_15; @@ -19020,65 +18303,84 @@ lean_dec(x_12); x_15 = l_Lean_Expr_isLambda(x_13); 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_16; uint8_t x_17; lean_inc(x_4); lean_inc(x_13); x_16 = l___private_Lean_Meta_WHNF_0__Lean_Meta_whnfDelayedAssigned_x3f(x_13, x_4, x_6, x_7, x_8, x_9, x_14); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 1); -lean_inc(x_18); -if (lean_is_exclusive(x_16)) { - lean_ctor_release(x_16, 0); - lean_ctor_release(x_16, 1); - x_19 = x_16; -} else { - lean_dec_ref(x_16); - x_19 = lean_box(0); -} -if (lean_obj_tag(x_17) == 0) +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 0) { -uint8_t x_101; -x_101 = lean_expr_eqv(x_11, x_13); +lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_18 = lean_ctor_get(x_16, 0); +x_19 = lean_ctor_get(x_16, 1); +if (lean_obj_tag(x_18) == 0) +{ +uint8_t x_100; +x_100 = lean_expr_eqv(x_11, x_13); lean_dec(x_11); -if (x_101 == 0) +if (x_100 == 0) { -lean_object* x_102; -x_102 = l_Lean_Expr_updateFn(x_4, x_13); -x_20 = x_102; -goto block_100; +lean_object* x_101; +x_101 = l_Lean_Expr_updateFn(x_4, x_13); +if (x_3 == 0) +{ +lean_free_object(x_16); +x_20 = x_101; +goto block_99; } else { +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_ctor_set(x_16, 0, x_101); +return x_16; +} +} +else +{ +if (x_3 == 0) +{ +lean_free_object(x_16); x_20 = x_4; -goto block_100; +goto block_99; +} +else +{ +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_ctor_set(x_16, 0, x_4); +return x_16; +} } } else { -lean_object* x_103; lean_object* x_104; -lean_dec(x_19); +lean_object* x_102; lean_object* x_103; +lean_free_object(x_16); lean_dec(x_13); lean_dec(x_11); lean_dec(x_4); -x_103 = lean_ctor_get(x_17, 0); -lean_inc(x_103); -lean_dec(x_17); -x_104 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_2, x_3, x_103, x_6, x_7, x_8, x_9, x_18); -return x_104; +x_102 = lean_ctor_get(x_18, 0); +lean_inc(x_102); +lean_dec(x_18); +x_103 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_2, x_3, x_102, x_6, x_7, x_8, x_9, x_19); +return x_103; } -block_100: -{ -if (x_3 == 0) +block_99: { lean_object* x_21; -lean_dec(x_19); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_20); -x_21 = l_Lean_Meta_reduceMatcher_x3f(x_20, x_6, x_7, x_8, x_9, x_18); +x_21 = l_Lean_Meta_reduceMatcher_x3f(x_20, x_6, x_7, x_8, x_9, x_19); if (lean_obj_tag(x_21) == 0) { lean_object* x_22; @@ -19278,220 +18580,629 @@ return x_78; } default: { -uint8_t x_79; -lean_dec(x_36); -lean_dec(x_29); -lean_dec(x_28); +uint8_t x_79; +lean_dec(x_36); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_79 = !lean_is_exclusive(x_30); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_30, 0); +lean_dec(x_80); +lean_ctor_set(x_30, 0, x_20); +return x_30; +} +else +{ +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_30, 1); +lean_inc(x_81); +lean_dec(x_30); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_20); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +} +} +else +{ +uint8_t x_83; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_20); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_83 = !lean_is_exclusive(x_30); +if (x_83 == 0) +{ +return x_30; +} +else +{ +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_30, 0); +x_85 = lean_ctor_get(x_30, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_30); +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; +} +} +} +else +{ +uint8_t x_87; +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_87 = !lean_is_exclusive(x_21); +if (x_87 == 0) +{ +lean_object* x_88; +x_88 = lean_ctor_get(x_21, 0); +lean_dec(x_88); +lean_ctor_set(x_21, 0, x_20); +return x_21; +} +else +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_21, 1); +lean_inc(x_89); +lean_dec(x_21); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_20); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +} +} +default: +{ +uint8_t x_91; +lean_dec(x_22); +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_91 = !lean_is_exclusive(x_21); +if (x_91 == 0) +{ +lean_object* x_92; +x_92 = lean_ctor_get(x_21, 0); +lean_dec(x_92); +lean_ctor_set(x_21, 0, x_20); +return x_21; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_21, 1); +lean_inc(x_93); +lean_dec(x_21); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_20); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +} +else +{ +uint8_t x_95; +lean_dec(x_20); +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_95 = !lean_is_exclusive(x_21); +if (x_95 == 0) +{ +return x_21; +} +else +{ +lean_object* x_96; lean_object* x_97; lean_object* x_98; +x_96 = lean_ctor_get(x_21, 0); +x_97 = lean_ctor_get(x_21, 1); +lean_inc(x_97); +lean_inc(x_96); +lean_dec(x_21); +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; +} +} +} +} +else +{ +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_16, 0); +x_105 = lean_ctor_get(x_16, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_16); +if (lean_obj_tag(x_104) == 0) +{ +uint8_t x_181; +x_181 = lean_expr_eqv(x_11, x_13); +lean_dec(x_11); +if (x_181 == 0) +{ +lean_object* x_182; +x_182 = l_Lean_Expr_updateFn(x_4, x_13); +if (x_3 == 0) +{ +x_106 = x_182; +goto block_180; +} +else +{ +lean_object* x_183; +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_183 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_183, 0, x_182); +lean_ctor_set(x_183, 1, x_105); +return x_183; +} +} +else +{ +if (x_3 == 0) +{ +x_106 = x_4; +goto block_180; +} +else +{ +lean_object* x_184; +lean_dec(x_13); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_184 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_184, 0, x_4); +lean_ctor_set(x_184, 1, x_105); +return x_184; +} +} +} +else +{ +lean_object* x_185; lean_object* x_186; +lean_dec(x_13); +lean_dec(x_11); +lean_dec(x_4); +x_185 = lean_ctor_get(x_104, 0); +lean_inc(x_185); +lean_dec(x_104); +x_186 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_2, x_3, x_185, x_6, x_7, x_8, x_9, x_105); +return x_186; +} +block_180: +{ +lean_object* x_107; +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_106); +x_107 = l_Lean_Meta_reduceMatcher_x3f(x_106, x_6, x_7, x_8, x_9, x_105); +if (lean_obj_tag(x_107) == 0) +{ +lean_object* x_108; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +switch (lean_obj_tag(x_108)) { +case 0: +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; +lean_dec(x_106); +lean_dec(x_13); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = lean_ctor_get(x_108, 0); +lean_inc(x_110); +lean_dec(x_108); +x_111 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_2, x_3, x_110, x_6, x_7, x_8, x_9, x_109); +return x_111; +} +case 2: +{ +if (lean_obj_tag(x_13) == 4) +{ +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_112 = lean_ctor_get(x_107, 1); +lean_inc(x_112); +lean_dec(x_107); +x_113 = lean_ctor_get(x_13, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_13, 1); +lean_inc(x_114); +lean_dec(x_13); +lean_inc(x_106); +x_115 = lean_alloc_closure((void*)(l_Lean_Meta_getStuckMVar_x3f___lambda__1___boxed), 7, 1); +lean_closure_set(x_115, 0, x_106); +lean_inc(x_9); +lean_inc(x_8); +lean_inc(x_6); +x_116 = l_Lean_Meta_getConst_x3f(x_113, x_6, x_7, x_8, x_9, x_112); +if (lean_obj_tag(x_116) == 0) +{ +lean_object* x_117; +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +if (lean_obj_tag(x_117) == 0) +{ +lean_object* x_118; lean_object* x_119; lean_object* x_120; +lean_dec(x_115); +lean_dec(x_114); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_118 = lean_ctor_get(x_116, 1); +lean_inc(x_118); +if (lean_is_exclusive(x_116)) { + lean_ctor_release(x_116, 0); + lean_ctor_release(x_116, 1); + x_119 = x_116; +} else { + lean_dec_ref(x_116); + 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_106); +lean_ctor_set(x_120, 1, x_118); +return x_120; +} +else +{ +lean_object* x_121; +x_121 = lean_ctor_get(x_117, 0); +lean_inc(x_121); +lean_dec(x_117); +switch (lean_obj_tag(x_121)) { +case 1: +{ +lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; uint8_t x_126; +lean_dec(x_115); +x_122 = lean_ctor_get(x_116, 1); +lean_inc(x_122); +lean_dec(x_116); +x_123 = l_Lean_ConstantInfo_name(x_121); +x_124 = l_Lean_Meta_isAuxDef(x_123, x_6, x_7, x_8, x_9, x_122); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_unbox(x_125); +lean_dec(x_125); +if (x_126 == 0) +{ +lean_object* x_127; lean_object* x_128; lean_object* x_129; +lean_dec(x_121); +lean_dec(x_114); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_127 = lean_ctor_get(x_124, 1); +lean_inc(x_127); +if (lean_is_exclusive(x_124)) { + lean_ctor_release(x_124, 0); + lean_ctor_release(x_124, 1); + x_128 = x_124; +} else { + lean_dec_ref(x_124); + x_128 = lean_box(0); +} +if (lean_is_scalar(x_128)) { + x_129 = lean_alloc_ctor(0, 2, 0); +} else { + x_129 = x_128; +} +lean_ctor_set(x_129, 0, x_106); +lean_ctor_set(x_129, 1, x_127); +return x_129; +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; lean_object* x_136; +x_130 = lean_ctor_get(x_124, 1); +lean_inc(x_130); +lean_dec(x_124); +x_131 = lean_unsigned_to_nat(0u); +x_132 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_106, x_131); +x_133 = lean_mk_empty_array_with_capacity(x_132); +lean_dec(x_132); +lean_inc(x_106); +x_134 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_106, x_133); +x_135 = 0; +x_136 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_whnfCore_go___spec__2(x_2, x_3, x_106, x_121, x_114, x_134, x_135, x_6, x_7, x_8, x_9, x_130); +return x_136; +} +} +case 4: +{ +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; +x_137 = lean_ctor_get(x_116, 1); +lean_inc(x_137); +lean_dec(x_116); +x_138 = lean_ctor_get(x_121, 0); +lean_inc(x_138); +lean_dec(x_121); +x_139 = lean_unsigned_to_nat(0u); +x_140 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_106, x_139); +x_141 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; +lean_inc(x_140); +x_142 = lean_mk_array(x_140, x_141); +x_143 = lean_unsigned_to_nat(1u); +x_144 = lean_nat_sub(x_140, x_143); +lean_dec(x_140); +x_145 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_106, x_142, x_144); +x_146 = lean_box(x_2); +x_147 = lean_box(x_3); +x_148 = lean_alloc_closure((void*)(l_Lean_Meta_whnfCore_go___boxed), 8, 2); +lean_closure_set(x_148, 0, x_146); +lean_closure_set(x_148, 1, x_147); +x_149 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceQuotRec___rarg(x_138, x_114, x_145, x_115, x_148, x_6, x_7, x_8, x_9, x_137); +lean_dec(x_145); +lean_dec(x_114); +lean_dec(x_138); +return x_149; +} +case 7: +{ +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; +x_150 = lean_ctor_get(x_116, 1); +lean_inc(x_150); +lean_dec(x_116); +x_151 = lean_ctor_get(x_121, 0); +lean_inc(x_151); +lean_dec(x_121); +x_152 = lean_unsigned_to_nat(0u); +x_153 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_106, x_152); +x_154 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; +lean_inc(x_153); +x_155 = lean_mk_array(x_153, x_154); +x_156 = lean_unsigned_to_nat(1u); +x_157 = lean_nat_sub(x_153, x_156); +lean_dec(x_153); +x_158 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_106, x_155, x_157); +x_159 = lean_box(x_2); +x_160 = lean_box(x_3); +x_161 = lean_alloc_closure((void*)(l_Lean_Meta_whnfCore_go___boxed), 8, 2); +lean_closure_set(x_161, 0, x_159); +lean_closure_set(x_161, 1, x_160); +x_162 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___rarg(x_151, x_114, x_158, x_115, x_161, x_6, x_7, x_8, x_9, x_150); +return x_162; +} +default: +{ +lean_object* x_163; lean_object* x_164; lean_object* x_165; +lean_dec(x_121); +lean_dec(x_115); +lean_dec(x_114); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_79 = !lean_is_exclusive(x_30); -if (x_79 == 0) -{ -lean_object* x_80; -x_80 = lean_ctor_get(x_30, 0); -lean_dec(x_80); -lean_ctor_set(x_30, 0, x_20); -return x_30; +x_163 = lean_ctor_get(x_116, 1); +lean_inc(x_163); +if (lean_is_exclusive(x_116)) { + lean_ctor_release(x_116, 0); + lean_ctor_release(x_116, 1); + x_164 = x_116; +} else { + lean_dec_ref(x_116); + x_164 = lean_box(0); } -else -{ -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_30, 1); -lean_inc(x_81); -lean_dec(x_30); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_20); -lean_ctor_set(x_82, 1, x_81); -return x_82; +if (lean_is_scalar(x_164)) { + x_165 = lean_alloc_ctor(0, 2, 0); +} else { + x_165 = x_164; } +lean_ctor_set(x_165, 0, x_106); +lean_ctor_set(x_165, 1, x_163); +return x_165; } } } } else { -uint8_t x_83; -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_20); +lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; +lean_dec(x_115); +lean_dec(x_114); +lean_dec(x_106); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_83 = !lean_is_exclusive(x_30); -if (x_83 == 0) -{ -return x_30; +x_166 = lean_ctor_get(x_116, 0); +lean_inc(x_166); +x_167 = lean_ctor_get(x_116, 1); +lean_inc(x_167); +if (lean_is_exclusive(x_116)) { + lean_ctor_release(x_116, 0); + lean_ctor_release(x_116, 1); + x_168 = x_116; +} else { + lean_dec_ref(x_116); + x_168 = lean_box(0); } -else -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_30, 0); -x_85 = lean_ctor_get(x_30, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_30); -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; +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; } } else { -uint8_t x_87; +lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_87 = !lean_is_exclusive(x_21); -if (x_87 == 0) -{ -lean_object* x_88; -x_88 = lean_ctor_get(x_21, 0); -lean_dec(x_88); -lean_ctor_set(x_21, 0, x_20); -return x_21; +x_170 = lean_ctor_get(x_107, 1); +lean_inc(x_170); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_171 = x_107; +} else { + lean_dec_ref(x_107); + x_171 = lean_box(0); } -else -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_21, 1); -lean_inc(x_89); -lean_dec(x_21); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_20); -lean_ctor_set(x_90, 1, x_89); -return x_90; +if (lean_is_scalar(x_171)) { + x_172 = lean_alloc_ctor(0, 2, 0); +} else { + x_172 = x_171; } +lean_ctor_set(x_172, 0, x_106); +lean_ctor_set(x_172, 1, x_170); +return x_172; } } default: { -uint8_t x_91; -lean_dec(x_22); +lean_object* x_173; lean_object* x_174; lean_object* x_175; +lean_dec(x_108); lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_91 = !lean_is_exclusive(x_21); -if (x_91 == 0) -{ -lean_object* x_92; -x_92 = lean_ctor_get(x_21, 0); -lean_dec(x_92); -lean_ctor_set(x_21, 0, x_20); -return x_21; +x_173 = lean_ctor_get(x_107, 1); +lean_inc(x_173); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_174 = x_107; +} else { + lean_dec_ref(x_107); + x_174 = lean_box(0); } -else -{ -lean_object* x_93; lean_object* x_94; -x_93 = lean_ctor_get(x_21, 1); -lean_inc(x_93); -lean_dec(x_21); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_20); -lean_ctor_set(x_94, 1, x_93); -return x_94; +if (lean_is_scalar(x_174)) { + x_175 = lean_alloc_ctor(0, 2, 0); +} else { + x_175 = x_174; } +lean_ctor_set(x_175, 0, x_106); +lean_ctor_set(x_175, 1, x_173); +return x_175; } } } else { -uint8_t x_95; -lean_dec(x_20); +lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; +lean_dec(x_106); lean_dec(x_13); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_95 = !lean_is_exclusive(x_21); -if (x_95 == 0) -{ -return x_21; -} -else -{ -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_21, 0); -x_97 = lean_ctor_get(x_21, 1); -lean_inc(x_97); -lean_inc(x_96); -lean_dec(x_21); -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_176 = lean_ctor_get(x_107, 0); +lean_inc(x_176); +x_177 = lean_ctor_get(x_107, 1); +lean_inc(x_177); +if (lean_is_exclusive(x_107)) { + lean_ctor_release(x_107, 0); + lean_ctor_release(x_107, 1); + x_178 = x_107; +} else { + lean_dec_ref(x_107); + x_178 = lean_box(0); } -else -{ -lean_object* x_99; -lean_dec(x_13); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -if (lean_is_scalar(x_19)) { - x_99 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_178)) { + x_179 = lean_alloc_ctor(1, 2, 0); } else { - x_99 = x_19; + x_179 = x_178; +} +lean_ctor_set(x_179, 0, x_176); +lean_ctor_set(x_179, 1, x_177); +return x_179; } -lean_ctor_set(x_99, 0, x_20); -lean_ctor_set(x_99, 1, x_18); -return x_99; } } } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; uint8_t x_109; lean_object* x_110; lean_object* x_111; +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_dec(x_11); -x_105 = lean_unsigned_to_nat(0u); -x_106 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_4, x_105); -x_107 = lean_mk_empty_array_with_capacity(x_106); -lean_dec(x_106); -x_108 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_4, x_107); -x_109 = 0; -x_110 = l_Lean_Expr_betaRev(x_13, x_108, x_109, x_109); -lean_dec(x_108); -x_111 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_2, x_3, x_110, x_6, x_7, x_8, x_9, x_14); -return x_111; +x_187 = lean_unsigned_to_nat(0u); +x_188 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_4, x_187); +x_189 = lean_mk_empty_array_with_capacity(x_188); +lean_dec(x_188); +x_190 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_4, x_189); +x_191 = 0; +x_192 = l_Lean_Expr_betaRev(x_13, x_190, x_191, x_191); +lean_dec(x_190); +x_193 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_2, x_3, x_192, x_6, x_7, x_8, x_9, x_14); +return x_193; } } else { -uint8_t x_112; +uint8_t x_194; lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_112 = !lean_is_exclusive(x_12); -if (x_112 == 0) +x_194 = !lean_is_exclusive(x_12); +if (x_194 == 0) { return x_12; } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_ctor_get(x_12, 0); -x_114 = lean_ctor_get(x_12, 1); -lean_inc(x_114); -lean_inc(x_113); +lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_195 = lean_ctor_get(x_12, 0); +x_196 = lean_ctor_get(x_12, 1); +lean_inc(x_196); +lean_inc(x_195); lean_dec(x_12); -x_115 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -return x_115; +x_197 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +return x_197; } } } @@ -19755,7 +19466,7 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; uint8_t x_22; +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; uint8_t x_25; x_18 = lean_ctor_get(x_12, 1); lean_inc(x_18); lean_dec(x_12); @@ -19764,64 +19475,64 @@ lean_inc(x_19); x_20 = lean_ctor_get_uint8(x_13, sizeof(void*)*5); lean_dec(x_13); x_21 = l_Lean_Meta_getConfig(x_4, x_5, x_6, x_7, x_18); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +x_23 = lean_ctor_get(x_21, 1); +lean_inc(x_23); +if (lean_is_exclusive(x_21)) { + lean_ctor_release(x_21, 0); + lean_ctor_release(x_21, 1); + x_24 = x_21; +} else { + lean_dec_ref(x_21); + x_24 = lean_box(0); +} if (x_20 == 0) { -lean_object* x_42; -lean_free_object(x_21); -lean_dec(x_3); -x_42 = lean_box(0); -x_25 = x_42; -goto block_41; +uint8_t x_43; +x_43 = 0; +x_25 = x_43; +goto block_42; } else { -uint8_t x_43; -x_43 = lean_ctor_get_uint8(x_23, 6); -if (x_43 == 0) +uint8_t x_44; +x_44 = lean_ctor_get_uint8(x_22, 6); +if (x_44 == 0) { -lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_ctor_set(x_21, 0, x_3); -return x_21; +uint8_t x_45; +x_45 = 1; +x_25 = x_45; +goto block_42; } else { -lean_object* x_44; -lean_free_object(x_21); -lean_dec(x_3); -x_44 = lean_box(0); -x_25 = x_44; -goto block_41; +uint8_t x_46; +x_46 = 0; +x_25 = x_46; +goto block_42; } } -block_41: +block_42: +{ +if (x_25 == 0) { uint8_t x_26; -lean_dec(x_25); -x_26 = lean_ctor_get_uint8(x_23, 7); -lean_dec(x_23); +lean_dec(x_24); +lean_dec(x_3); +x_26 = lean_ctor_get_uint8(x_22, 7); +lean_dec(x_22); if (x_26 == 0) { lean_dec(x_11); x_3 = x_19; -x_8 = x_24; +x_8 = x_23; goto _start; } 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; 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_28 = lean_st_ref_take(x_5, x_24); +x_28 = lean_st_ref_take(x_5, x_23); x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); x_30 = lean_ctor_get(x_28, 1); @@ -19852,394 +19563,321 @@ x_8 = x_39; goto _start; } } -} -else -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_21, 0); -x_46 = lean_ctor_get(x_21, 1); -lean_inc(x_46); -lean_inc(x_45); -lean_dec(x_21); -if (x_20 == 0) -{ -lean_object* x_64; -lean_dec(x_3); -x_64 = lean_box(0); -x_47 = x_64; -goto block_63; -} else { -uint8_t x_65; -x_65 = lean_ctor_get_uint8(x_45, 6); -if (x_65 == 0) -{ -lean_object* x_66; -lean_dec(x_45); +lean_object* x_41; +lean_dec(x_22); lean_dec(x_19); lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_3); -lean_ctor_set(x_66, 1, x_46); -return x_66; -} -else -{ -lean_object* x_67; -lean_dec(x_3); -x_67 = lean_box(0); -x_47 = x_67; -goto block_63; -} -} -block_63: -{ -uint8_t x_48; -lean_dec(x_47); -x_48 = lean_ctor_get_uint8(x_45, 7); -lean_dec(x_45); -if (x_48 == 0) -{ -lean_dec(x_11); -x_3 = x_19; -x_8 = x_46; -goto _start; -} -else -{ -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; -x_50 = lean_st_ref_take(x_5, x_46); -x_51 = lean_ctor_get(x_50, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -lean_dec(x_50); -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -x_54 = lean_ctor_get(x_51, 1); -lean_inc(x_54); -x_55 = lean_ctor_get(x_51, 2); -lean_inc(x_55); -x_56 = lean_box(0); -x_57 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_55, x_11, x_56); -x_58 = lean_ctor_get(x_51, 3); -lean_inc(x_58); -lean_dec(x_51); -x_59 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_59, 0, x_53); -lean_ctor_set(x_59, 1, x_54); -lean_ctor_set(x_59, 2, x_57); -lean_ctor_set(x_59, 3, x_58); -x_60 = lean_st_ref_set(x_5, x_59, x_52); -x_61 = lean_ctor_get(x_60, 1); -lean_inc(x_61); -lean_dec(x_60); -x_3 = x_19; -x_8 = x_61; -goto _start; +if (lean_is_scalar(x_24)) { + x_41 = lean_alloc_ctor(0, 2, 0); +} else { + x_41 = x_24; } +lean_ctor_set(x_41, 0, x_3); +lean_ctor_set(x_41, 1, x_23); +return x_41; } } } } else { -uint8_t x_68; +uint8_t x_47; lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_68 = !lean_is_exclusive(x_12); -if (x_68 == 0) +x_47 = !lean_is_exclusive(x_12); +if (x_47 == 0) { return x_12; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_12, 0); -x_70 = lean_ctor_get(x_12, 1); -lean_inc(x_70); -lean_inc(x_69); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_12, 0); +x_49 = lean_ctor_get(x_12, 1); +lean_inc(x_49); +lean_inc(x_48); lean_dec(x_12); -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; +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; } } } case 2: { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_3, 0); -lean_inc(x_72); -x_73 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_72, x_4, x_5, x_6, x_7, x_8); -x_74 = lean_ctor_get(x_73, 0); -lean_inc(x_74); -if (lean_obj_tag(x_74) == 0) +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_3, 0); +lean_inc(x_51); +x_52 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_51, x_4, x_5, x_6, x_7, x_8); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +if (lean_obj_tag(x_53) == 0) { -uint8_t x_75; +uint8_t x_54; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_75 = !lean_is_exclusive(x_73); -if (x_75 == 0) +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) { -lean_object* x_76; -x_76 = lean_ctor_get(x_73, 0); -lean_dec(x_76); -lean_ctor_set(x_73, 0, x_3); -return x_73; +lean_object* x_55; +x_55 = lean_ctor_get(x_52, 0); +lean_dec(x_55); +lean_ctor_set(x_52, 0, x_3); +return x_52; } else { -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_73, 1); -lean_inc(x_77); -lean_dec(x_73); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_3); -lean_ctor_set(x_78, 1, x_77); -return x_78; +lean_object* x_56; lean_object* x_57; +x_56 = lean_ctor_get(x_52, 1); +lean_inc(x_56); +lean_dec(x_52); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_3); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } else { -lean_object* x_79; lean_object* x_80; +lean_object* x_58; lean_object* x_59; lean_dec(x_3); -x_79 = lean_ctor_get(x_73, 1); -lean_inc(x_79); -lean_dec(x_73); -x_80 = lean_ctor_get(x_74, 0); -lean_inc(x_80); -lean_dec(x_74); -x_3 = x_80; -x_8 = x_79; +x_58 = lean_ctor_get(x_52, 1); +lean_inc(x_58); +lean_dec(x_52); +x_59 = lean_ctor_get(x_53, 0); +lean_inc(x_59); +lean_dec(x_53); +x_3 = x_59; +x_8 = x_58; goto _start; } } case 4: { -lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; -x_82 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; -x_83 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_82, x_4, x_5, x_6, x_7, x_8); -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_unbox(x_84); -lean_dec(x_84); -if (x_85 == 0) +lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +x_61 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; +x_62 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_61, x_4, x_5, x_6, x_7, x_8); +x_63 = lean_ctor_get(x_62, 0); +lean_inc(x_63); +x_64 = lean_unbox(x_63); +lean_dec(x_63); +if (x_64 == 0) { -uint8_t x_86; +uint8_t x_65; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_86 = !lean_is_exclusive(x_83); -if (x_86 == 0) +x_65 = !lean_is_exclusive(x_62); +if (x_65 == 0) { -lean_object* x_87; -x_87 = lean_ctor_get(x_83, 0); -lean_dec(x_87); -lean_ctor_set(x_83, 0, x_3); -return x_83; +lean_object* x_66; +x_66 = lean_ctor_get(x_62, 0); +lean_dec(x_66); +lean_ctor_set(x_62, 0, x_3); +return x_62; } else { -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_83, 1); -lean_inc(x_88); -lean_dec(x_83); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_3); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_62, 1); +lean_inc(x_67); +lean_dec(x_62); +x_68 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_68, 0, x_3); +lean_ctor_set(x_68, 1, x_67); +return x_68; } } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = lean_ctor_get(x_83, 1); -lean_inc(x_90); -lean_dec(x_83); +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +x_69 = lean_ctor_get(x_62, 1); +lean_inc(x_69); +lean_dec(x_62); lean_inc(x_3); -x_91 = l_Lean_MessageData_ofExpr(x_3); -x_92 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_82, x_91, x_4, x_5, x_6, x_7, x_90); +x_70 = l_Lean_MessageData_ofExpr(x_3); +x_71 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_61, x_70, x_4, x_5, x_6, x_7, x_69); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_93 = !lean_is_exclusive(x_92); -if (x_93 == 0) +x_72 = !lean_is_exclusive(x_71); +if (x_72 == 0) { -lean_object* x_94; -x_94 = lean_ctor_get(x_92, 0); -lean_dec(x_94); -lean_ctor_set(x_92, 0, x_3); -return x_92; +lean_object* x_73; +x_73 = lean_ctor_get(x_71, 0); +lean_dec(x_73); +lean_ctor_set(x_71, 0, x_3); +return x_71; } else { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_92, 1); -lean_inc(x_95); -lean_dec(x_92); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_3); -lean_ctor_set(x_96, 1, x_95); -return x_96; +lean_object* x_74; lean_object* x_75; +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_3); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } case 5: { -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_3, 0); -lean_inc(x_97); -x_98 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; -x_99 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_98, x_4, x_5, x_6, x_7, x_8); -x_100 = lean_ctor_get(x_99, 0); -lean_inc(x_100); -x_101 = lean_unbox(x_100); -lean_dec(x_100); -if (x_101 == 0) +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; uint8_t x_80; +x_76 = lean_ctor_get(x_3, 0); +lean_inc(x_76); +x_77 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; +x_78 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_77, x_4, x_5, x_6, x_7, x_8); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_unbox(x_79); +lean_dec(x_79); +if (x_80 == 0) { -lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_102 = lean_ctor_get(x_99, 1); -lean_inc(x_102); -lean_dec(x_99); -x_103 = lean_box(0); -x_104 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__2(x_97, x_1, x_2, x_3, x_103, x_4, x_5, x_6, x_7, x_102); -return x_104; +lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = lean_box(0); +x_83 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__2(x_76, x_1, x_2, x_3, x_82, x_4, x_5, x_6, x_7, x_81); +return x_83; } else { -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 = lean_ctor_get(x_99, 1); -lean_inc(x_105); -lean_dec(x_99); +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_78, 1); +lean_inc(x_84); +lean_dec(x_78); lean_inc(x_3); -x_106 = l_Lean_MessageData_ofExpr(x_3); -x_107 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_98, x_106, x_4, x_5, x_6, x_7, x_105); -x_108 = lean_ctor_get(x_107, 0); -lean_inc(x_108); -x_109 = lean_ctor_get(x_107, 1); -lean_inc(x_109); -lean_dec(x_107); -x_110 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__2(x_97, x_1, x_2, x_3, x_108, x_4, x_5, x_6, x_7, x_109); -return x_110; +x_85 = l_Lean_MessageData_ofExpr(x_3); +x_86 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_77, x_85, x_4, x_5, x_6, x_7, x_84); +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 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__2(x_76, x_1, x_2, x_3, x_87, x_4, x_5, x_6, x_7, x_88); +return x_89; } } case 8: { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; -x_111 = lean_ctor_get(x_3, 2); -lean_inc(x_111); -x_112 = lean_ctor_get(x_3, 3); -lean_inc(x_112); -x_113 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; -x_114 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_113, x_4, x_5, x_6, x_7, x_8); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_unbox(x_115); -lean_dec(x_115); -if (x_116 == 0) +lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +x_90 = lean_ctor_get(x_3, 2); +lean_inc(x_90); +x_91 = lean_ctor_get(x_3, 3); +lean_inc(x_91); +x_92 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; +x_93 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_92, x_4, x_5, x_6, x_7, x_8); +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_117; lean_object* x_118; lean_object* x_119; +lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_dec(x_3); -x_117 = lean_ctor_get(x_114, 1); -lean_inc(x_117); -lean_dec(x_114); -x_118 = lean_box(0); -x_119 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__3(x_112, x_111, x_1, x_2, x_118, x_4, x_5, x_6, x_7, x_117); -return x_119; +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = lean_box(0); +x_98 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__3(x_91, x_90, x_1, x_2, x_97, x_4, x_5, x_6, x_7, x_96); +return x_98; } else { -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_114, 1); -lean_inc(x_120); -lean_dec(x_114); -x_121 = l_Lean_MessageData_ofExpr(x_3); -x_122 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_113, x_121, x_4, x_5, x_6, x_7, x_120); -x_123 = lean_ctor_get(x_122, 0); -lean_inc(x_123); -x_124 = lean_ctor_get(x_122, 1); -lean_inc(x_124); -lean_dec(x_122); -x_125 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__3(x_112, x_111, x_1, x_2, x_123, x_4, x_5, x_6, x_7, x_124); -return x_125; +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_99 = lean_ctor_get(x_93, 1); +lean_inc(x_99); +lean_dec(x_93); +x_100 = l_Lean_MessageData_ofExpr(x_3); +x_101 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_92, x_100, x_4, x_5, x_6, x_7, x_99); +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); +x_104 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__3(x_91, x_90, x_1, x_2, x_102, x_4, x_5, x_6, x_7, x_103); +return x_104; } } case 10: { -lean_object* x_126; -x_126 = lean_ctor_get(x_3, 1); -lean_inc(x_126); +lean_object* x_105; +x_105 = lean_ctor_get(x_3, 1); +lean_inc(x_105); lean_dec(x_3); -x_3 = x_126; +x_3 = x_105; goto _start; } case 11: { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; uint8_t x_133; -x_128 = lean_ctor_get(x_3, 1); -lean_inc(x_128); -x_129 = lean_ctor_get(x_3, 2); -lean_inc(x_129); -x_130 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; -x_131 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_130, x_4, x_5, x_6, x_7, x_8); -x_132 = lean_ctor_get(x_131, 0); -lean_inc(x_132); -x_133 = lean_unbox(x_132); -lean_dec(x_132); -if (x_133 == 0) +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; +x_107 = lean_ctor_get(x_3, 1); +lean_inc(x_107); +x_108 = lean_ctor_get(x_3, 2); +lean_inc(x_108); +x_109 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; +x_110 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_109, x_4, x_5, x_6, x_7, x_8); +x_111 = lean_ctor_get(x_110, 0); +lean_inc(x_111); +x_112 = lean_unbox(x_111); +lean_dec(x_111); +if (x_112 == 0) { -lean_object* x_134; lean_object* x_135; lean_object* x_136; -x_134 = lean_ctor_get(x_131, 1); -lean_inc(x_134); -lean_dec(x_131); -x_135 = lean_box(0); -x_136 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__5(x_2, x_128, x_3, x_1, x_129, x_135, x_4, x_5, x_6, x_7, x_134); -return x_136; +lean_object* x_113; lean_object* x_114; lean_object* x_115; +x_113 = lean_ctor_get(x_110, 1); +lean_inc(x_113); +lean_dec(x_110); +x_114 = lean_box(0); +x_115 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__5(x_2, x_107, x_3, x_1, x_108, x_114, x_4, x_5, x_6, x_7, x_113); +return x_115; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_137 = lean_ctor_get(x_131, 1); -lean_inc(x_137); -lean_dec(x_131); +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_116 = lean_ctor_get(x_110, 1); +lean_inc(x_116); +lean_dec(x_110); lean_inc(x_3); -x_138 = l_Lean_MessageData_ofExpr(x_3); -x_139 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_130, x_138, x_4, x_5, x_6, x_7, x_137); -x_140 = lean_ctor_get(x_139, 0); -lean_inc(x_140); -x_141 = lean_ctor_get(x_139, 1); -lean_inc(x_141); -lean_dec(x_139); -x_142 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__5(x_2, x_128, x_3, x_1, x_129, x_140, x_4, x_5, x_6, x_7, x_141); -return x_142; +x_117 = l_Lean_MessageData_ofExpr(x_3); +x_118 = l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(x_109, x_117, x_4, x_5, x_6, x_7, x_116); +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); +x_121 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___lambda__5(x_2, x_107, x_3, x_1, x_108, x_119, x_4, x_5, x_6, x_7, x_120); +return x_121; } } default: { -lean_object* x_143; +lean_object* x_122; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_3); -lean_ctor_set(x_143, 1, x_8); -return x_143; +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_3); +lean_ctor_set(x_122, 1, x_8); +return x_122; } } } @@ -23200,7 +22838,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_unfoldDefinition_x3f(lean_object* x_1, lean switch (lean_obj_tag(x_1)) { case 4: { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t 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; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_40; uint8_t x_41; x_7 = lean_ctor_get(x_1, 0); lean_inc(x_7); x_8 = lean_ctor_get(x_1, 1); @@ -23209,64 +22847,52 @@ lean_dec(x_1); x_9 = lean_ctor_get(x_4, 2); lean_inc(x_9); x_10 = lean_st_ref_get(x_5, x_6); -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; lean_object* x_38; uint8_t x_39; -x_12 = lean_ctor_get(x_10, 0); -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_12, 0); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_13 = x_10; +} else { + lean_dec_ref(x_10); + x_13 = lean_box(0); +} +x_14 = lean_ctor_get(x_11, 0); lean_inc(x_14); -lean_dec(x_12); -x_38 = l_Lean_Meta_unfoldDefinition_x3f___closed__1; -x_39 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_38); +lean_dec(x_11); +x_40 = l_Lean_Meta_unfoldDefinition_x3f___closed__1; +x_41 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_40); lean_dec(x_9); -if (x_39 == 0) +if (x_41 == 0) { -lean_object* x_40; +uint8_t x_42; lean_dec(x_14); -lean_free_object(x_10); -x_40 = lean_box(0); -x_15 = x_40; -goto block_37; +x_42 = 0; +x_15 = x_42; +goto block_39; } else { -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = l_Lean_Meta_smartUnfoldingSuffix; +lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_43 = l_Lean_Meta_smartUnfoldingSuffix; lean_inc(x_7); -x_42 = l_Lean_Name_str___override(x_7, x_41); -x_43 = l_Lean_Environment_contains(x_14, x_42); -if (x_43 == 0) -{ -lean_object* x_44; -lean_free_object(x_10); -x_44 = lean_box(0); -x_15 = x_44; -goto block_37; +x_44 = l_Lean_Name_str___override(x_7, x_43); +x_45 = l_Lean_Environment_contains(x_14, x_44); +x_15 = x_45; +goto block_39; } -else +block_39: { -lean_object* x_45; -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_45 = lean_box(0); -lean_ctor_set(x_10, 0, x_45); -return x_10; -} -} -block_37: +if (x_15 == 0) { lean_object* x_16; -lean_dec(x_15); +lean_dec(x_13); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); -x_16 = l_Lean_Meta_getConstNoEx_x3f(x_7, x_2, x_3, x_4, x_5, x_13); +x_16 = l_Lean_Meta_getConstNoEx_x3f(x_7, x_2, x_3, x_4, x_5, x_12); if (lean_obj_tag(x_16) == 0) { lean_object* x_17; @@ -23381,931 +23007,519 @@ lean_ctor_set(x_36, 0, x_34); lean_ctor_set(x_36, 1, x_35); return x_36; } -} -} -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_68; uint8_t x_69; -x_46 = lean_ctor_get(x_10, 0); -x_47 = lean_ctor_get(x_10, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_10); -x_48 = lean_ctor_get(x_46, 0); -lean_inc(x_48); -lean_dec(x_46); -x_68 = l_Lean_Meta_unfoldDefinition_x3f___closed__1; -x_69 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_68); -lean_dec(x_9); -if (x_69 == 0) -{ -lean_object* x_70; -lean_dec(x_48); -x_70 = lean_box(0); -x_49 = x_70; -goto block_67; -} -else -{ -lean_object* x_71; lean_object* x_72; uint8_t x_73; -x_71 = l_Lean_Meta_smartUnfoldingSuffix; -lean_inc(x_7); -x_72 = l_Lean_Name_str___override(x_7, x_71); -x_73 = l_Lean_Environment_contains(x_48, x_72); -if (x_73 == 0) -{ -lean_object* x_74; -x_74 = lean_box(0); -x_49 = x_74; -goto block_67; -} -else -{ -lean_object* x_75; lean_object* x_76; -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_75 = lean_box(0); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_47); -return x_76; -} -} -block_67: -{ -lean_object* x_50; -lean_dec(x_49); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -x_50 = l_Lean_Meta_getConstNoEx_x3f(x_7, x_2, x_3, x_4, x_5, x_47); -if (lean_obj_tag(x_50) == 0) -{ -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; lean_object* x_54; lean_object* x_55; -lean_dec(x_8); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_52 = lean_ctor_get(x_50, 1); -lean_inc(x_52); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_53 = x_50; -} else { - lean_dec_ref(x_50); - 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; -x_56 = lean_ctor_get(x_51, 0); -lean_inc(x_56); -lean_dec(x_51); -if (lean_obj_tag(x_56) == 1) -{ -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_50, 1); -lean_inc(x_57); -lean_dec(x_50); -x_58 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__1(x_56, x_8, x_2, x_3, x_4, x_5, x_57); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_56); -return x_58; -} -else -{ -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -lean_dec(x_56); -lean_dec(x_8); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_59 = lean_ctor_get(x_50, 1); -lean_inc(x_59); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_60 = x_50; -} else { - lean_dec_ref(x_50); - x_60 = lean_box(0); -} -x_61 = lean_box(0); -if (lean_is_scalar(x_60)) { - x_62 = lean_alloc_ctor(0, 2, 0); -} else { - x_62 = x_60; -} -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_59); -return x_62; -} -} -} -else -{ -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; -lean_dec(x_8); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_63 = lean_ctor_get(x_50, 0); -lean_inc(x_63); -x_64 = lean_ctor_get(x_50, 1); -lean_inc(x_64); -if (lean_is_exclusive(x_50)) { - lean_ctor_release(x_50, 0); - lean_ctor_release(x_50, 1); - x_65 = x_50; -} else { - lean_dec_ref(x_50); - x_65 = lean_box(0); -} -if (lean_is_scalar(x_65)) { - x_66 = lean_alloc_ctor(1, 2, 0); -} else { - x_66 = x_65; -} -lean_ctor_set(x_66, 0, x_63); -lean_ctor_set(x_66, 1, x_64); -return x_66; -} -} -} -} -case 5: -{ -lean_object* x_77; lean_object* x_78; -x_77 = lean_ctor_get(x_1, 0); -lean_inc(x_77); -x_78 = l_Lean_Expr_getAppFn(x_77); -lean_dec(x_77); -if (lean_obj_tag(x_78) == 4) -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_2); -x_81 = l_Lean_Meta_getConst_x3f(x_79, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_81) == 0) -{ -lean_object* x_82; -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -if (lean_obj_tag(x_82) == 0) -{ -lean_object* x_83; lean_object* x_84; -lean_dec(x_80); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -lean_dec(x_81); -x_84 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_1, x_2, x_3, x_4, x_5, x_83); -lean_dec(x_2); -return x_84; -} -else -{ -uint8_t x_85; -x_85 = !lean_is_exclusive(x_81); -if (x_85 == 0) -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_86 = lean_ctor_get(x_81, 1); -x_87 = lean_ctor_get(x_81, 0); -lean_dec(x_87); -x_88 = lean_ctor_get(x_82, 0); -lean_inc(x_88); -lean_dec(x_82); -x_89 = l_Lean_ConstantInfo_levelParams(x_88); -x_90 = lean_unsigned_to_nat(0u); -x_91 = l_List_lengthTRAux___rarg(x_89, x_90); -lean_dec(x_89); -x_92 = l_List_lengthTRAux___rarg(x_80, x_90); -x_93 = lean_nat_dec_eq(x_91, x_92); -lean_dec(x_92); -lean_dec(x_91); -if (x_93 == 0) -{ -lean_object* x_94; -lean_dec(x_88); -lean_dec(x_80); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_94 = lean_box(0); -lean_ctor_set(x_81, 0, x_94); -return x_81; -} -else -{ -lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_95 = lean_ctor_get(x_4, 2); -lean_inc(x_95); -x_96 = l_Lean_Meta_unfoldDefinition_x3f___closed__1; -x_97 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_95, x_96); -lean_dec(x_95); -if (x_97 == 0) -{ -uint8_t x_98; -x_98 = l_Lean_ConstantInfo_hasValue(x_88); -if (x_98 == 0) -{ -lean_object* x_99; -lean_dec(x_88); -lean_dec(x_80); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_99 = lean_box(0); -lean_ctor_set(x_81, 0, x_99); -return x_81; -} -else -{ -lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; lean_object* x_104; -lean_free_object(x_81); -x_100 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_90); -x_101 = lean_mk_empty_array_with_capacity(x_100); -lean_dec(x_100); -x_102 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_101); -x_103 = 0; -x_104 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_88, x_80, x_102, x_103, x_2, x_3, x_4, x_5, x_86); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_102); -lean_dec(x_88); -return x_104; -} -} -else -{ -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_free_object(x_81); -x_105 = lean_st_ref_get(x_5, x_86); -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 = lean_ctor_get(x_106, 0); -lean_inc(x_108); -lean_dec(x_106); -x_109 = l_Lean_ConstantInfo_name(x_88); -x_110 = l_Lean_Meta_smartUnfoldingSuffix; -lean_inc(x_109); -x_111 = l_Lean_Name_str___override(x_109, x_110); -x_112 = lean_environment_find(x_108, x_111); -if (lean_obj_tag(x_112) == 0) -{ -lean_object* x_113; lean_object* x_114; -x_113 = l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(x_109, x_2, x_3, x_4, x_5, x_107); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -if (lean_obj_tag(x_114) == 0) -{ -uint8_t x_115; -x_115 = !lean_is_exclusive(x_113); -if (x_115 == 0) -{ -lean_object* x_116; lean_object* x_117; uint8_t x_118; -x_116 = lean_ctor_get(x_113, 1); -x_117 = lean_ctor_get(x_113, 0); -lean_dec(x_117); -x_118 = l_Lean_ConstantInfo_hasValue(x_88); -if (x_118 == 0) +} +} +else { -lean_object* x_119; -lean_dec(x_88); -lean_dec(x_80); +lean_object* x_37; lean_object* x_38; +lean_dec(x_8); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_1); -x_119 = lean_box(0); -lean_ctor_set(x_113, 0, x_119); -return x_113; +x_37 = lean_box(0); +if (lean_is_scalar(x_13)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_13; } -else -{ -lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; lean_object* x_124; -lean_free_object(x_113); -x_120 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_90); -x_121 = lean_mk_empty_array_with_capacity(x_120); -lean_dec(x_120); -x_122 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_121); -x_123 = 0; -x_124 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_88, x_80, x_122, x_123, x_2, x_3, x_4, x_5, x_116); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_122); -lean_dec(x_88); -return x_124; +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_12); +return x_38; } } -else +} +case 5: { -lean_object* x_125; uint8_t x_126; -x_125 = lean_ctor_get(x_113, 1); -lean_inc(x_125); -lean_dec(x_113); -x_126 = l_Lean_ConstantInfo_hasValue(x_88); -if (x_126 == 0) +lean_object* x_46; lean_object* x_47; +x_46 = lean_ctor_get(x_1, 0); +lean_inc(x_46); +x_47 = l_Lean_Expr_getAppFn(x_46); +lean_dec(x_46); +if (lean_obj_tag(x_47) == 4) { -lean_object* x_127; lean_object* x_128; -lean_dec(x_88); -lean_dec(x_80); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_2); +x_50 = l_Lean_Meta_getConst_x3f(x_48, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_50) == 0) +{ +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; +lean_dec(x_49); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_1, x_2, x_3, x_4, x_5, x_52); lean_dec(x_2); -lean_dec(x_1); -x_127 = lean_box(0); -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_127); -lean_ctor_set(x_128, 1, x_125); -return x_128; +return x_53; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; lean_object* x_133; -x_129 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_90); -x_130 = lean_mk_empty_array_with_capacity(x_129); -lean_dec(x_129); -x_131 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_130); -x_132 = 0; -x_133 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_88, x_80, x_131, x_132, x_2, x_3, x_4, x_5, x_125); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_131); -lean_dec(x_88); -return x_133; -} +lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; uint8_t x_150; +x_54 = lean_ctor_get(x_50, 1); +lean_inc(x_54); +if (lean_is_exclusive(x_50)) { + lean_ctor_release(x_50, 0); + lean_ctor_release(x_50, 1); + x_55 = x_50; +} else { + lean_dec_ref(x_50); + x_55 = lean_box(0); } +x_56 = lean_ctor_get(x_51, 0); +lean_inc(x_56); +lean_dec(x_51); +x_146 = l_Lean_ConstantInfo_levelParams(x_56); +x_147 = lean_unsigned_to_nat(0u); +x_148 = l_List_lengthTRAux___rarg(x_146, x_147); +lean_dec(x_146); +x_149 = l_List_lengthTRAux___rarg(x_49, x_147); +x_150 = lean_nat_dec_eq(x_148, x_149); +lean_dec(x_149); +lean_dec(x_148); +if (x_150 == 0) +{ +uint8_t x_151; +x_151 = 1; +x_57 = x_151; +goto block_145; } else { -uint8_t x_134; -lean_dec(x_114); -lean_dec(x_88); -lean_dec(x_80); +uint8_t x_152; +x_152 = 0; +x_57 = x_152; +goto block_145; +} +block_145: +{ +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_58 = lean_ctor_get(x_4, 2); +lean_inc(x_58); +x_59 = l_Lean_Meta_unfoldDefinition_x3f___closed__1; +x_60 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_58, x_59); +lean_dec(x_58); +if (x_60 == 0) +{ +uint8_t x_61; +x_61 = l_Lean_ConstantInfo_hasValue(x_56); +if (x_61 == 0) +{ +lean_object* x_62; lean_object* x_63; +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_134 = !lean_is_exclusive(x_113); -if (x_134 == 0) -{ -lean_object* x_135; lean_object* x_136; -x_135 = lean_ctor_get(x_113, 0); -lean_dec(x_135); -x_136 = lean_box(0); -lean_ctor_set(x_113, 0, x_136); -return x_113; +x_62 = lean_box(0); +if (lean_is_scalar(x_55)) { + x_63 = lean_alloc_ctor(0, 2, 0); +} else { + x_63 = x_55; +} +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_54); +return x_63; } else { -lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_137 = lean_ctor_get(x_113, 1); -lean_inc(x_137); -lean_dec(x_113); -x_138 = lean_box(0); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_137); -return x_139; -} +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; lean_object* x_69; +lean_dec(x_55); +x_64 = lean_unsigned_to_nat(0u); +x_65 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_64); +x_66 = lean_mk_empty_array_with_capacity(x_65); +lean_dec(x_65); +x_67 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_66); +x_68 = 0; +x_69 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_56, x_49, x_67, x_68, x_2, x_3, x_4, x_5, x_54); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_67); +lean_dec(x_56); +return x_69; } } else { -lean_object* x_140; -x_140 = lean_ctor_get(x_112, 0); -lean_inc(x_140); -lean_dec(x_112); -if (lean_obj_tag(x_140) == 1) -{ -lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; -lean_dec(x_88); -x_141 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_90); -x_142 = lean_mk_empty_array_with_capacity(x_141); -lean_inc(x_1); -x_143 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_142); -x_144 = 1; -x_145 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3(x_1, x_109, x_141, x_140, x_80, x_143, x_144, x_2, x_3, x_4, x_5, x_107); -return x_145; -} -else +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_dec(x_55); +x_70 = lean_st_ref_get(x_5, x_54); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); +x_73 = lean_ctor_get(x_71, 0); +lean_inc(x_73); +lean_dec(x_71); +x_74 = l_Lean_ConstantInfo_name(x_56); +x_75 = l_Lean_Meta_smartUnfoldingSuffix; +lean_inc(x_74); +x_76 = l_Lean_Name_str___override(x_74, x_75); +x_77 = lean_environment_find(x_73, x_76); +if (lean_obj_tag(x_77) == 0) { -lean_object* x_146; lean_object* x_147; -lean_dec(x_140); -x_146 = l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(x_109, x_2, x_3, x_4, x_5, x_107); -x_147 = lean_ctor_get(x_146, 0); -lean_inc(x_147); -if (lean_obj_tag(x_147) == 0) +lean_object* x_78; lean_object* x_79; +x_78 = l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(x_74, x_2, x_3, x_4, x_5, x_72); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +if (lean_obj_tag(x_79) == 0) { -uint8_t x_148; -x_148 = !lean_is_exclusive(x_146); -if (x_148 == 0) +uint8_t x_80; +x_80 = !lean_is_exclusive(x_78); +if (x_80 == 0) { -lean_object* x_149; lean_object* x_150; uint8_t x_151; -x_149 = lean_ctor_get(x_146, 1); -x_150 = lean_ctor_get(x_146, 0); -lean_dec(x_150); -x_151 = l_Lean_ConstantInfo_hasValue(x_88); -if (x_151 == 0) +lean_object* x_81; lean_object* x_82; uint8_t x_83; +x_81 = lean_ctor_get(x_78, 1); +x_82 = lean_ctor_get(x_78, 0); +lean_dec(x_82); +x_83 = l_Lean_ConstantInfo_hasValue(x_56); +if (x_83 == 0) { -lean_object* x_152; -lean_dec(x_88); -lean_dec(x_80); +lean_object* x_84; +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_152 = lean_box(0); -lean_ctor_set(x_146, 0, x_152); -return x_146; +x_84 = lean_box(0); +lean_ctor_set(x_78, 0, x_84); +return x_78; } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; uint8_t x_156; lean_object* x_157; -lean_free_object(x_146); -x_153 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_90); -x_154 = lean_mk_empty_array_with_capacity(x_153); -lean_dec(x_153); -x_155 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_154); -x_156 = 0; -x_157 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_88, x_80, x_155, x_156, x_2, x_3, x_4, x_5, x_149); +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; lean_object* x_90; +lean_free_object(x_78); +x_85 = lean_unsigned_to_nat(0u); +x_86 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_85); +x_87 = lean_mk_empty_array_with_capacity(x_86); +lean_dec(x_86); +x_88 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_87); +x_89 = 0; +x_90 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_56, x_49, x_88, x_89, x_2, x_3, x_4, x_5, x_81); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_155); lean_dec(x_88); -return x_157; +lean_dec(x_56); +return x_90; } } else { -lean_object* x_158; uint8_t x_159; -x_158 = lean_ctor_get(x_146, 1); -lean_inc(x_158); -lean_dec(x_146); -x_159 = l_Lean_ConstantInfo_hasValue(x_88); -if (x_159 == 0) +lean_object* x_91; uint8_t x_92; +x_91 = lean_ctor_get(x_78, 1); +lean_inc(x_91); +lean_dec(x_78); +x_92 = l_Lean_ConstantInfo_hasValue(x_56); +if (x_92 == 0) { -lean_object* x_160; lean_object* x_161; -lean_dec(x_88); -lean_dec(x_80); +lean_object* x_93; lean_object* x_94; +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_160 = lean_box(0); -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_158); -return x_161; +x_93 = lean_box(0); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_91); +return x_94; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; uint8_t x_165; lean_object* x_166; -x_162 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_90); -x_163 = lean_mk_empty_array_with_capacity(x_162); -lean_dec(x_162); -x_164 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_163); -x_165 = 0; -x_166 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_88, x_80, x_164, x_165, x_2, x_3, x_4, x_5, x_158); +lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; uint8_t x_99; lean_object* x_100; +x_95 = lean_unsigned_to_nat(0u); +x_96 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_95); +x_97 = lean_mk_empty_array_with_capacity(x_96); +lean_dec(x_96); +x_98 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_97); +x_99 = 0; +x_100 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_56, x_49, x_98, x_99, x_2, x_3, x_4, x_5, x_91); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_164); -lean_dec(x_88); -return x_166; +lean_dec(x_98); +lean_dec(x_56); +return x_100; } } } else { -uint8_t x_167; -lean_dec(x_147); -lean_dec(x_88); -lean_dec(x_80); +uint8_t x_101; +lean_dec(x_79); +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_167 = !lean_is_exclusive(x_146); -if (x_167 == 0) +x_101 = !lean_is_exclusive(x_78); +if (x_101 == 0) { -lean_object* x_168; lean_object* x_169; -x_168 = lean_ctor_get(x_146, 0); -lean_dec(x_168); -x_169 = lean_box(0); -lean_ctor_set(x_146, 0, x_169); -return x_146; +lean_object* x_102; lean_object* x_103; +x_102 = lean_ctor_get(x_78, 0); +lean_dec(x_102); +x_103 = lean_box(0); +lean_ctor_set(x_78, 0, x_103); +return x_78; } else { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_146, 1); -lean_inc(x_170); -lean_dec(x_146); -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_170); -return x_172; -} -} -} -} +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_78, 1); +lean_inc(x_104); +lean_dec(x_78); +x_105 = lean_box(0); +x_106 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_104); +return x_106; } } } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; -x_173 = lean_ctor_get(x_81, 1); -lean_inc(x_173); -lean_dec(x_81); -x_174 = lean_ctor_get(x_82, 0); -lean_inc(x_174); -lean_dec(x_82); -x_175 = l_Lean_ConstantInfo_levelParams(x_174); -x_176 = lean_unsigned_to_nat(0u); -x_177 = l_List_lengthTRAux___rarg(x_175, x_176); -lean_dec(x_175); -x_178 = l_List_lengthTRAux___rarg(x_80, x_176); -x_179 = lean_nat_dec_eq(x_177, x_178); -lean_dec(x_178); -lean_dec(x_177); -if (x_179 == 0) +lean_object* x_107; +x_107 = lean_ctor_get(x_77, 0); +lean_inc(x_107); +lean_dec(x_77); +if (lean_obj_tag(x_107) == 1) { -lean_object* x_180; lean_object* x_181; -lean_dec(x_174); -lean_dec(x_80); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_180 = lean_box(0); -x_181 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_173); -return x_181; +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; +lean_dec(x_56); +x_108 = lean_unsigned_to_nat(0u); +x_109 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_108); +x_110 = lean_mk_empty_array_with_capacity(x_109); +lean_inc(x_1); +x_111 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_110); +x_112 = 1; +x_113 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3(x_1, x_74, x_109, x_107, x_49, x_111, x_112, x_2, x_3, x_4, x_5, x_72); +return x_113; } else { -lean_object* x_182; lean_object* x_183; uint8_t x_184; -x_182 = lean_ctor_get(x_4, 2); -lean_inc(x_182); -x_183 = l_Lean_Meta_unfoldDefinition_x3f___closed__1; -x_184 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_182, x_183); -lean_dec(x_182); -if (x_184 == 0) +lean_object* x_114; lean_object* x_115; +lean_dec(x_107); +x_114 = l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(x_74, x_2, x_3, x_4, x_5, x_72); +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +if (lean_obj_tag(x_115) == 0) { -uint8_t x_185; -x_185 = l_Lean_ConstantInfo_hasValue(x_174); -if (x_185 == 0) +uint8_t x_116; +x_116 = !lean_is_exclusive(x_114); +if (x_116 == 0) { -lean_object* x_186; lean_object* x_187; -lean_dec(x_174); -lean_dec(x_80); +lean_object* x_117; lean_object* x_118; uint8_t x_119; +x_117 = lean_ctor_get(x_114, 1); +x_118 = lean_ctor_get(x_114, 0); +lean_dec(x_118); +x_119 = l_Lean_ConstantInfo_hasValue(x_56); +if (x_119 == 0) +{ +lean_object* x_120; +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_186 = lean_box(0); -x_187 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_187, 0, x_186); -lean_ctor_set(x_187, 1, x_173); -return x_187; +x_120 = lean_box(0); +lean_ctor_set(x_114, 0, x_120); +return x_114; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; uint8_t x_191; lean_object* x_192; -x_188 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_176); -x_189 = lean_mk_empty_array_with_capacity(x_188); -lean_dec(x_188); -x_190 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_189); -x_191 = 0; -x_192 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_174, x_80, x_190, x_191, x_2, x_3, x_4, x_5, x_173); +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; lean_object* x_126; +lean_free_object(x_114); +x_121 = lean_unsigned_to_nat(0u); +x_122 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_121); +x_123 = lean_mk_empty_array_with_capacity(x_122); +lean_dec(x_122); +x_124 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_123); +x_125 = 0; +x_126 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_56, x_49, x_124, x_125, x_2, x_3, x_4, x_5, x_117); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_190); -lean_dec(x_174); -return x_192; +lean_dec(x_124); +lean_dec(x_56); +return x_126; } } 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; -x_193 = lean_st_ref_get(x_5, x_173); -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 = lean_ctor_get(x_194, 0); -lean_inc(x_196); -lean_dec(x_194); -x_197 = l_Lean_ConstantInfo_name(x_174); -x_198 = l_Lean_Meta_smartUnfoldingSuffix; -lean_inc(x_197); -x_199 = l_Lean_Name_str___override(x_197, x_198); -x_200 = lean_environment_find(x_196, x_199); -if (lean_obj_tag(x_200) == 0) -{ -lean_object* x_201; lean_object* x_202; -x_201 = l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(x_197, x_2, x_3, x_4, x_5, x_195); -x_202 = lean_ctor_get(x_201, 0); -lean_inc(x_202); -if (lean_obj_tag(x_202) == 0) -{ -lean_object* x_203; lean_object* x_204; uint8_t x_205; -x_203 = lean_ctor_get(x_201, 1); -lean_inc(x_203); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_204 = x_201; -} else { - lean_dec_ref(x_201); - x_204 = lean_box(0); -} -x_205 = l_Lean_ConstantInfo_hasValue(x_174); -if (x_205 == 0) +lean_object* x_127; uint8_t x_128; +x_127 = lean_ctor_get(x_114, 1); +lean_inc(x_127); +lean_dec(x_114); +x_128 = l_Lean_ConstantInfo_hasValue(x_56); +if (x_128 == 0) { -lean_object* x_206; lean_object* x_207; -lean_dec(x_174); -lean_dec(x_80); +lean_object* x_129; lean_object* x_130; +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_206 = lean_box(0); -if (lean_is_scalar(x_204)) { - x_207 = lean_alloc_ctor(0, 2, 0); -} else { - x_207 = x_204; -} -lean_ctor_set(x_207, 0, x_206); -lean_ctor_set(x_207, 1, x_203); -return x_207; +x_129 = lean_box(0); +x_130 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_130, 0, x_129); +lean_ctor_set(x_130, 1, x_127); +return x_130; } else { -lean_object* x_208; lean_object* x_209; lean_object* x_210; uint8_t x_211; lean_object* x_212; -lean_dec(x_204); -x_208 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_176); -x_209 = lean_mk_empty_array_with_capacity(x_208); -lean_dec(x_208); -x_210 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_209); -x_211 = 0; -x_212 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_174, x_80, x_210, x_211, x_2, x_3, x_4, x_5, x_203); +lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; lean_object* x_136; +x_131 = lean_unsigned_to_nat(0u); +x_132 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_131); +x_133 = lean_mk_empty_array_with_capacity(x_132); +lean_dec(x_132); +x_134 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_133); +x_135 = 0; +x_136 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_56, x_49, x_134, x_135, x_2, x_3, x_4, x_5, x_127); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_210); -lean_dec(x_174); -return x_212; +lean_dec(x_134); +lean_dec(x_56); +return x_136; +} } } else { -lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; -lean_dec(x_202); -lean_dec(x_174); -lean_dec(x_80); +uint8_t x_137; +lean_dec(x_115); +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_213 = lean_ctor_get(x_201, 1); -lean_inc(x_213); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_214 = x_201; -} else { - lean_dec_ref(x_201); - x_214 = lean_box(0); -} -x_215 = lean_box(0); -if (lean_is_scalar(x_214)) { - x_216 = lean_alloc_ctor(0, 2, 0); -} else { - x_216 = x_214; -} -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_213); -return x_216; -} -} -else -{ -lean_object* x_217; -x_217 = lean_ctor_get(x_200, 0); -lean_inc(x_217); -lean_dec(x_200); -if (lean_obj_tag(x_217) == 1) +x_137 = !lean_is_exclusive(x_114); +if (x_137 == 0) { -lean_object* x_218; lean_object* x_219; lean_object* x_220; uint8_t x_221; lean_object* x_222; -lean_dec(x_174); -x_218 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_176); -x_219 = lean_mk_empty_array_with_capacity(x_218); -lean_inc(x_1); -x_220 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_219); -x_221 = 1; -x_222 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__3(x_1, x_197, x_218, x_217, x_80, x_220, x_221, x_2, x_3, x_4, x_5, x_195); -return x_222; +lean_object* x_138; lean_object* x_139; +x_138 = lean_ctor_get(x_114, 0); +lean_dec(x_138); +x_139 = lean_box(0); +lean_ctor_set(x_114, 0, x_139); +return x_114; } else { -lean_object* x_223; lean_object* x_224; -lean_dec(x_217); -x_223 = l_Lean_Meta_getMatcherInfo_x3f___at_Lean_Meta_reduceMatcher_x3f___spec__1(x_197, x_2, x_3, x_4, x_5, x_195); -x_224 = lean_ctor_get(x_223, 0); -lean_inc(x_224); -if (lean_obj_tag(x_224) == 0) -{ -lean_object* x_225; lean_object* x_226; uint8_t x_227; -x_225 = lean_ctor_get(x_223, 1); -lean_inc(x_225); -if (lean_is_exclusive(x_223)) { - lean_ctor_release(x_223, 0); - lean_ctor_release(x_223, 1); - x_226 = x_223; -} else { - lean_dec_ref(x_223); - x_226 = lean_box(0); +lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_140 = lean_ctor_get(x_114, 1); +lean_inc(x_140); +lean_dec(x_114); +x_141 = lean_box(0); +x_142 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_142, 0, x_141); +lean_ctor_set(x_142, 1, x_140); +return x_142; +} } -x_227 = l_Lean_ConstantInfo_hasValue(x_174); -if (x_227 == 0) -{ -lean_object* x_228; lean_object* x_229; -lean_dec(x_174); -lean_dec(x_80); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_228 = lean_box(0); -if (lean_is_scalar(x_226)) { - x_229 = lean_alloc_ctor(0, 2, 0); -} else { - x_229 = x_226; } -lean_ctor_set(x_229, 0, x_228); -lean_ctor_set(x_229, 1, x_225); -return x_229; } -else -{ -lean_object* x_230; lean_object* x_231; lean_object* x_232; uint8_t x_233; lean_object* x_234; -lean_dec(x_226); -x_230 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_176); -x_231 = lean_mk_empty_array_with_capacity(x_230); -lean_dec(x_230); -x_232 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_231); -x_233 = 0; -x_234 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_174, x_80, x_232, x_233, x_2, x_3, x_4, x_5, x_225); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_232); -lean_dec(x_174); -return x_234; } } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; -lean_dec(x_224); -lean_dec(x_174); -lean_dec(x_80); +lean_object* x_143; lean_object* x_144; +lean_dec(x_56); +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_235 = lean_ctor_get(x_223, 1); -lean_inc(x_235); -if (lean_is_exclusive(x_223)) { - lean_ctor_release(x_223, 0); - lean_ctor_release(x_223, 1); - x_236 = x_223; -} else { - lean_dec_ref(x_223); - x_236 = lean_box(0); -} -x_237 = lean_box(0); -if (lean_is_scalar(x_236)) { - x_238 = lean_alloc_ctor(0, 2, 0); +x_143 = lean_box(0); +if (lean_is_scalar(x_55)) { + x_144 = lean_alloc_ctor(0, 2, 0); } else { - x_238 = x_236; -} -lean_ctor_set(x_238, 0, x_237); -lean_ctor_set(x_238, 1, x_235); -return x_238; -} -} -} + x_144 = x_55; } +lean_ctor_set(x_144, 0, x_143); +lean_ctor_set(x_144, 1, x_54); +return x_144; } } } } else { -uint8_t x_239; -lean_dec(x_80); +uint8_t x_153; +lean_dec(x_49); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_239 = !lean_is_exclusive(x_81); -if (x_239 == 0) +x_153 = !lean_is_exclusive(x_50); +if (x_153 == 0) { -return x_81; +return x_50; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = lean_ctor_get(x_81, 0); -x_241 = lean_ctor_get(x_81, 1); -lean_inc(x_241); -lean_inc(x_240); -lean_dec(x_81); -x_242 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_242, 0, x_240); -lean_ctor_set(x_242, 1, x_241); -return x_242; +lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_154 = lean_ctor_get(x_50, 0); +x_155 = lean_ctor_get(x_50, 1); +lean_inc(x_155); +lean_inc(x_154); +lean_dec(x_50); +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; } } } else { -lean_object* x_243; -lean_dec(x_78); -x_243 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_1, x_2, x_3, x_4, x_5, x_6); +lean_object* x_157; +lean_dec(x_47); +x_157 = l_Lean_Meta_unfoldProjInstWhenIntances_x3f(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_2); -return x_243; +return x_157; } } default: { -lean_object* x_244; lean_object* x_245; +lean_object* x_158; lean_object* x_159; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_244 = lean_box(0); -x_245 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_6); -return x_245; +x_158 = lean_box(0); +x_159 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_159, 0, x_158); +lean_ctor_set(x_159, 1, x_6); +return x_159; } } } @@ -24324,7 +23538,7 @@ x_10 = lean_ctor_get(x_7, 1); x_11 = 3; x_12 = lean_unbox(x_9); lean_dec(x_9); -x_13 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_12, x_11); +x_13 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_12, x_11); if (x_13 == 0) { lean_object* x_14; @@ -24355,7 +23569,7 @@ lean_dec(x_7); x_18 = 3; x_19 = lean_unbox(x_16); lean_dec(x_16); -x_20 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12374_(x_19, x_18); +x_20 = l___private_Init_Meta_0__Lean_Meta_beqTransparencyMode____x40_Init_Meta___hyg_12364_(x_19, x_18); if (x_20 == 0) { lean_object* x_21; lean_object* x_22; @@ -24858,7 +24072,7 @@ return x_16; } else { -lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; uint8_t x_21; +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; x_17 = lean_ctor_get(x_11, 1); lean_inc(x_17); lean_dec(x_11); @@ -24867,64 +24081,64 @@ lean_inc(x_18); x_19 = lean_ctor_get_uint8(x_12, sizeof(void*)*5); lean_dec(x_12); x_20 = l_Lean_Meta_getConfig(x_3, x_4, x_5, x_6, x_17); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = lean_ctor_get(x_20, 1); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_20, 1); +lean_inc(x_22); +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + lean_ctor_release(x_20, 1); + x_23 = x_20; +} else { + lean_dec_ref(x_20); + x_23 = lean_box(0); +} if (x_19 == 0) { -lean_object* x_41; -lean_free_object(x_20); -lean_dec(x_2); -x_41 = lean_box(0); -x_24 = x_41; -goto block_40; +uint8_t x_42; +x_42 = 0; +x_24 = x_42; +goto block_41; } else { -uint8_t x_42; -x_42 = lean_ctor_get_uint8(x_22, 6); -if (x_42 == 0) +uint8_t x_43; +x_43 = lean_ctor_get_uint8(x_21, 6); +if (x_43 == 0) { -lean_dec(x_22); -lean_dec(x_18); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_ctor_set(x_20, 0, x_2); -return x_20; +uint8_t x_44; +x_44 = 1; +x_24 = x_44; +goto block_41; } else { -lean_object* x_43; -lean_free_object(x_20); -lean_dec(x_2); -x_43 = lean_box(0); -x_24 = x_43; -goto block_40; +uint8_t x_45; +x_45 = 0; +x_24 = x_45; +goto block_41; } } -block_40: +block_41: +{ +if (x_24 == 0) { uint8_t x_25; -lean_dec(x_24); -x_25 = lean_ctor_get_uint8(x_22, 7); -lean_dec(x_22); +lean_dec(x_23); +lean_dec(x_2); +x_25 = lean_ctor_get_uint8(x_21, 7); +lean_dec(x_21); if (x_25 == 0) { lean_dec(x_10); x_2 = x_18; -x_7 = x_23; +x_7 = x_22; 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; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_27 = lean_st_ref_take(x_4, x_23); +x_27 = lean_st_ref_take(x_4, x_22); x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); x_29 = lean_ctor_get(x_27, 1); @@ -24955,284 +24169,211 @@ x_7 = x_38; goto _start; } } -} -else -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_20, 0); -x_45 = lean_ctor_get(x_20, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_20); -if (x_19 == 0) -{ -lean_object* x_63; -lean_dec(x_2); -x_63 = lean_box(0); -x_46 = x_63; -goto block_62; -} else { -uint8_t x_64; -x_64 = lean_ctor_get_uint8(x_44, 6); -if (x_64 == 0) -{ -lean_object* x_65; -lean_dec(x_44); +lean_object* x_40; +lean_dec(x_21); lean_dec(x_18); lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -lean_dec(x_3); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_2); -lean_ctor_set(x_65, 1, x_45); -return x_65; -} -else -{ -lean_object* x_66; -lean_dec(x_2); -x_66 = lean_box(0); -x_46 = x_66; -goto block_62; -} -} -block_62: -{ -uint8_t x_47; -lean_dec(x_46); -x_47 = lean_ctor_get_uint8(x_44, 7); -lean_dec(x_44); -if (x_47 == 0) -{ -lean_dec(x_10); -x_2 = x_18; -x_7 = x_45; -goto _start; -} -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; -x_49 = lean_st_ref_take(x_4, x_45); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = lean_ctor_get(x_50, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_50, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_50, 2); -lean_inc(x_54); -x_55 = lean_box(0); -x_56 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_54, x_10, x_55); -x_57 = lean_ctor_get(x_50, 3); -lean_inc(x_57); -lean_dec(x_50); -x_58 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_58, 0, x_52); -lean_ctor_set(x_58, 1, x_53); -lean_ctor_set(x_58, 2, x_56); -lean_ctor_set(x_58, 3, x_57); -x_59 = lean_st_ref_set(x_4, x_58, x_51); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_2 = x_18; -x_7 = x_60; -goto _start; +lean_dec(x_3); +if (lean_is_scalar(x_23)) { + x_40 = lean_alloc_ctor(0, 2, 0); +} else { + x_40 = x_23; } +lean_ctor_set(x_40, 0, x_2); +lean_ctor_set(x_40, 1, x_22); +return x_40; } } } } else { -uint8_t x_67; +uint8_t x_46; lean_dec(x_10); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_67 = !lean_is_exclusive(x_11); -if (x_67 == 0) +x_46 = !lean_is_exclusive(x_11); +if (x_46 == 0) { return x_11; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_11, 0); -x_69 = lean_ctor_get(x_11, 1); -lean_inc(x_69); -lean_inc(x_68); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_11, 0); +x_48 = lean_ctor_get(x_11, 1); +lean_inc(x_48); +lean_inc(x_47); lean_dec(x_11); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } case 2: { -lean_object* x_71; lean_object* x_72; lean_object* x_73; -x_71 = lean_ctor_get(x_2, 0); -lean_inc(x_71); -x_72 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_71, x_3, x_4, x_5, x_6, x_7); -x_73 = lean_ctor_get(x_72, 0); -lean_inc(x_73); -if (lean_obj_tag(x_73) == 0) +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_2, 0); +lean_inc(x_50); +x_51 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_50, x_3, x_4, x_5, x_6, x_7); +x_52 = lean_ctor_get(x_51, 0); +lean_inc(x_52); +if (lean_obj_tag(x_52) == 0) { -uint8_t x_74; +uint8_t x_53; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_74 = !lean_is_exclusive(x_72); -if (x_74 == 0) +x_53 = !lean_is_exclusive(x_51); +if (x_53 == 0) { -lean_object* x_75; -x_75 = lean_ctor_get(x_72, 0); -lean_dec(x_75); -lean_ctor_set(x_72, 0, x_2); -return x_72; +lean_object* x_54; +x_54 = lean_ctor_get(x_51, 0); +lean_dec(x_54); +lean_ctor_set(x_51, 0, x_2); +return x_51; } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_72, 1); -lean_inc(x_76); -lean_dec(x_72); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_2); -lean_ctor_set(x_77, 1, x_76); -return x_77; +lean_object* x_55; lean_object* x_56; +x_55 = lean_ctor_get(x_51, 1); +lean_inc(x_55); +lean_dec(x_51); +x_56 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_56, 0, x_2); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } else { -lean_object* x_78; lean_object* x_79; +lean_object* x_57; lean_object* x_58; lean_dec(x_2); -x_78 = lean_ctor_get(x_72, 1); -lean_inc(x_78); -lean_dec(x_72); -x_79 = lean_ctor_get(x_73, 0); -lean_inc(x_79); -lean_dec(x_73); -x_2 = x_79; -x_7 = x_78; +x_57 = lean_ctor_get(x_51, 1); +lean_inc(x_57); +lean_dec(x_51); +x_58 = lean_ctor_get(x_52, 0); +lean_inc(x_58); +lean_dec(x_52); +x_2 = x_58; +x_7 = x_57; goto _start; } } case 4: { -uint8_t x_81; uint8_t x_82; lean_object* x_83; -x_81 = 1; -x_82 = 0; +uint8_t x_60; uint8_t x_61; lean_object* x_62; +x_60 = 1; +x_61 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_83 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_81, x_82, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_83) == 0) +x_62 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_60, x_61, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_62) == 0) { -uint8_t x_84; -x_84 = !lean_is_exclusive(x_83); -if (x_84 == 0) +uint8_t x_63; +x_63 = !lean_is_exclusive(x_62); +if (x_63 == 0) { -lean_object* x_85; lean_object* x_86; uint8_t x_87; -x_85 = lean_ctor_get(x_83, 0); -x_86 = lean_ctor_get(x_83, 1); -x_87 = l_Lean_Expr_isAppOf(x_85, x_1); -if (x_87 == 0) +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = lean_ctor_get(x_62, 0); +x_65 = lean_ctor_get(x_62, 1); +x_66 = l_Lean_Expr_isAppOf(x_64, x_1); +if (x_66 == 0) { -lean_object* x_88; -lean_free_object(x_83); +lean_object* x_67; +lean_free_object(x_62); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_85); -x_88 = l_Lean_Meta_unfoldDefinition_x3f(x_85, x_3, x_4, x_5, x_6, x_86); -if (lean_obj_tag(x_88) == 0) +lean_inc(x_64); +x_67 = l_Lean_Meta_unfoldDefinition_x3f(x_64, x_3, x_4, x_5, x_6, x_65); +if (lean_obj_tag(x_67) == 0) { -lean_object* x_89; -x_89 = lean_ctor_get(x_88, 0); -lean_inc(x_89); -if (lean_obj_tag(x_89) == 0) +lean_object* x_68; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +if (lean_obj_tag(x_68) == 0) { -uint8_t x_90; +uint8_t x_69; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_90 = !lean_is_exclusive(x_88); -if (x_90 == 0) +x_69 = !lean_is_exclusive(x_67); +if (x_69 == 0) { -lean_object* x_91; -x_91 = lean_ctor_get(x_88, 0); -lean_dec(x_91); -lean_ctor_set(x_88, 0, x_85); -return x_88; +lean_object* x_70; +x_70 = lean_ctor_get(x_67, 0); +lean_dec(x_70); +lean_ctor_set(x_67, 0, x_64); +return x_67; } else { -lean_object* x_92; lean_object* x_93; -x_92 = lean_ctor_get(x_88, 1); -lean_inc(x_92); -lean_dec(x_88); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_85); -lean_ctor_set(x_93, 1, x_92); -return x_93; +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_67, 1); +lean_inc(x_71); +lean_dec(x_67); +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_64); +lean_ctor_set(x_72, 1, x_71); +return x_72; } } else { -lean_object* x_94; lean_object* x_95; -lean_dec(x_85); -x_94 = lean_ctor_get(x_88, 1); -lean_inc(x_94); -lean_dec(x_88); -x_95 = lean_ctor_get(x_89, 0); -lean_inc(x_95); -lean_dec(x_89); -x_2 = x_95; -x_7 = x_94; +lean_object* x_73; lean_object* x_74; +lean_dec(x_64); +x_73 = lean_ctor_get(x_67, 1); +lean_inc(x_73); +lean_dec(x_67); +x_74 = lean_ctor_get(x_68, 0); +lean_inc(x_74); +lean_dec(x_68); +x_2 = x_74; +x_7 = x_73; goto _start; } } else { -uint8_t x_97; -lean_dec(x_85); +uint8_t x_76; +lean_dec(x_64); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_97 = !lean_is_exclusive(x_88); -if (x_97 == 0) +x_76 = !lean_is_exclusive(x_67); +if (x_76 == 0) { -return x_88; +return x_67; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_88, 0); -x_99 = lean_ctor_get(x_88, 1); -lean_inc(x_99); -lean_inc(x_98); -lean_dec(x_88); -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_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_67, 0); +x_78 = lean_ctor_get(x_67, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_67); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } @@ -25242,247 +24383,247 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_83; +return x_62; } } else { -lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_101 = lean_ctor_get(x_83, 0); -x_102 = lean_ctor_get(x_83, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_83); -x_103 = l_Lean_Expr_isAppOf(x_101, x_1); -if (x_103 == 0) +lean_object* x_80; lean_object* x_81; uint8_t x_82; +x_80 = lean_ctor_get(x_62, 0); +x_81 = lean_ctor_get(x_62, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_62); +x_82 = l_Lean_Expr_isAppOf(x_80, x_1); +if (x_82 == 0) { -lean_object* x_104; +lean_object* x_83; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_101); -x_104 = l_Lean_Meta_unfoldDefinition_x3f(x_101, x_3, x_4, x_5, x_6, x_102); -if (lean_obj_tag(x_104) == 0) +lean_inc(x_80); +x_83 = l_Lean_Meta_unfoldDefinition_x3f(x_80, x_3, x_4, x_5, x_6, x_81); +if (lean_obj_tag(x_83) == 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_84; +x_84 = lean_ctor_get(x_83, 0); +lean_inc(x_84); +if (lean_obj_tag(x_84) == 0) { -lean_object* x_106; lean_object* x_107; lean_object* x_108; +lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -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; +x_85 = lean_ctor_get(x_83, 1); +lean_inc(x_85); +if (lean_is_exclusive(x_83)) { + lean_ctor_release(x_83, 0); + lean_ctor_release(x_83, 1); + x_86 = x_83; } else { - lean_dec_ref(x_104); - x_107 = lean_box(0); + lean_dec_ref(x_83); + x_86 = lean_box(0); } -if (lean_is_scalar(x_107)) { - x_108 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_86)) { + x_87 = lean_alloc_ctor(0, 2, 0); } else { - x_108 = x_107; + x_87 = x_86; } -lean_ctor_set(x_108, 0, x_101); -lean_ctor_set(x_108, 1, x_106); -return x_108; +lean_ctor_set(x_87, 0, x_80); +lean_ctor_set(x_87, 1, x_85); +return x_87; } else { -lean_object* x_109; lean_object* x_110; -lean_dec(x_101); -x_109 = lean_ctor_get(x_104, 1); -lean_inc(x_109); -lean_dec(x_104); -x_110 = lean_ctor_get(x_105, 0); -lean_inc(x_110); -lean_dec(x_105); -x_2 = x_110; -x_7 = x_109; +lean_object* x_88; lean_object* x_89; +lean_dec(x_80); +x_88 = lean_ctor_get(x_83, 1); +lean_inc(x_88); +lean_dec(x_83); +x_89 = lean_ctor_get(x_84, 0); +lean_inc(x_89); +lean_dec(x_84); +x_2 = x_89; +x_7 = x_88; goto _start; } } else { -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -lean_dec(x_101); +lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_80); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_112 = lean_ctor_get(x_104, 0); -lean_inc(x_112); -x_113 = lean_ctor_get(x_104, 1); -lean_inc(x_113); -if (lean_is_exclusive(x_104)) { - lean_ctor_release(x_104, 0); - lean_ctor_release(x_104, 1); - x_114 = x_104; +x_91 = lean_ctor_get(x_83, 0); +lean_inc(x_91); +x_92 = lean_ctor_get(x_83, 1); +lean_inc(x_92); +if (lean_is_exclusive(x_83)) { + lean_ctor_release(x_83, 0); + lean_ctor_release(x_83, 1); + x_93 = x_83; } else { - lean_dec_ref(x_104); - x_114 = lean_box(0); + lean_dec_ref(x_83); + x_93 = lean_box(0); } -if (lean_is_scalar(x_114)) { - x_115 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_93)) { + x_94 = lean_alloc_ctor(1, 2, 0); } else { - x_115 = x_114; + x_94 = x_93; } -lean_ctor_set(x_115, 0, x_112); -lean_ctor_set(x_115, 1, x_113); -return x_115; +lean_ctor_set(x_94, 0, x_91); +lean_ctor_set(x_94, 1, x_92); +return x_94; } } else { -lean_object* x_116; +lean_object* x_95; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_116 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_116, 0, x_101); -lean_ctor_set(x_116, 1, x_102); -return x_116; +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_80); +lean_ctor_set(x_95, 1, x_81); +return x_95; } } } else { -uint8_t x_117; +uint8_t x_96; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_117 = !lean_is_exclusive(x_83); -if (x_117 == 0) +x_96 = !lean_is_exclusive(x_62); +if (x_96 == 0) { -return x_83; +return x_62; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_83, 0); -x_119 = lean_ctor_get(x_83, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_83); -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; +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_62, 0); +x_98 = lean_ctor_get(x_62, 1); +lean_inc(x_98); +lean_inc(x_97); +lean_dec(x_62); +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; } } } case 5: { -uint8_t x_121; uint8_t x_122; lean_object* x_123; -x_121 = 1; -x_122 = 0; +uint8_t x_100; uint8_t x_101; lean_object* x_102; +x_100 = 1; +x_101 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_123 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_121, x_122, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_123) == 0) +x_102 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_100, x_101, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_102) == 0) { -uint8_t x_124; -x_124 = !lean_is_exclusive(x_123); -if (x_124 == 0) +uint8_t x_103; +x_103 = !lean_is_exclusive(x_102); +if (x_103 == 0) { -lean_object* x_125; lean_object* x_126; uint8_t x_127; -x_125 = lean_ctor_get(x_123, 0); -x_126 = lean_ctor_get(x_123, 1); -x_127 = l_Lean_Expr_isAppOf(x_125, x_1); -if (x_127 == 0) +lean_object* x_104; lean_object* x_105; uint8_t x_106; +x_104 = lean_ctor_get(x_102, 0); +x_105 = lean_ctor_get(x_102, 1); +x_106 = l_Lean_Expr_isAppOf(x_104, x_1); +if (x_106 == 0) { -lean_object* x_128; -lean_free_object(x_123); +lean_object* x_107; +lean_free_object(x_102); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_125); -x_128 = l_Lean_Meta_unfoldDefinition_x3f(x_125, x_3, x_4, x_5, x_6, x_126); -if (lean_obj_tag(x_128) == 0) +lean_inc(x_104); +x_107 = l_Lean_Meta_unfoldDefinition_x3f(x_104, x_3, x_4, x_5, x_6, x_105); +if (lean_obj_tag(x_107) == 0) { -lean_object* x_129; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -if (lean_obj_tag(x_129) == 0) +lean_object* x_108; +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +if (lean_obj_tag(x_108) == 0) { -uint8_t x_130; +uint8_t x_109; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_130 = !lean_is_exclusive(x_128); -if (x_130 == 0) +x_109 = !lean_is_exclusive(x_107); +if (x_109 == 0) { -lean_object* x_131; -x_131 = lean_ctor_get(x_128, 0); -lean_dec(x_131); -lean_ctor_set(x_128, 0, x_125); -return x_128; +lean_object* x_110; +x_110 = lean_ctor_get(x_107, 0); +lean_dec(x_110); +lean_ctor_set(x_107, 0, x_104); +return x_107; } else { -lean_object* x_132; lean_object* x_133; -x_132 = lean_ctor_get(x_128, 1); -lean_inc(x_132); -lean_dec(x_128); -x_133 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_133, 0, x_125); -lean_ctor_set(x_133, 1, x_132); -return x_133; +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_107, 1); +lean_inc(x_111); +lean_dec(x_107); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_104); +lean_ctor_set(x_112, 1, x_111); +return x_112; } } else { -lean_object* x_134; lean_object* x_135; -lean_dec(x_125); -x_134 = lean_ctor_get(x_128, 1); -lean_inc(x_134); -lean_dec(x_128); -x_135 = lean_ctor_get(x_129, 0); -lean_inc(x_135); -lean_dec(x_129); -x_2 = x_135; -x_7 = x_134; +lean_object* x_113; lean_object* x_114; +lean_dec(x_104); +x_113 = lean_ctor_get(x_107, 1); +lean_inc(x_113); +lean_dec(x_107); +x_114 = lean_ctor_get(x_108, 0); +lean_inc(x_114); +lean_dec(x_108); +x_2 = x_114; +x_7 = x_113; goto _start; } } else { -uint8_t x_137; -lean_dec(x_125); +uint8_t x_116; +lean_dec(x_104); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_137 = !lean_is_exclusive(x_128); -if (x_137 == 0) +x_116 = !lean_is_exclusive(x_107); +if (x_116 == 0) { -return x_128; +return x_107; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_138 = lean_ctor_get(x_128, 0); -x_139 = lean_ctor_get(x_128, 1); -lean_inc(x_139); -lean_inc(x_138); -lean_dec(x_128); -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; +lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_117 = lean_ctor_get(x_107, 0); +x_118 = lean_ctor_get(x_107, 1); +lean_inc(x_118); +lean_inc(x_117); +lean_dec(x_107); +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; } } } @@ -25492,247 +24633,247 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_123; +return x_102; } } else { -lean_object* x_141; lean_object* x_142; uint8_t x_143; -x_141 = lean_ctor_get(x_123, 0); -x_142 = lean_ctor_get(x_123, 1); -lean_inc(x_142); -lean_inc(x_141); -lean_dec(x_123); -x_143 = l_Lean_Expr_isAppOf(x_141, x_1); -if (x_143 == 0) +lean_object* x_120; lean_object* x_121; uint8_t x_122; +x_120 = lean_ctor_get(x_102, 0); +x_121 = lean_ctor_get(x_102, 1); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_102); +x_122 = l_Lean_Expr_isAppOf(x_120, x_1); +if (x_122 == 0) { -lean_object* x_144; +lean_object* x_123; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_141); -x_144 = l_Lean_Meta_unfoldDefinition_x3f(x_141, x_3, x_4, x_5, x_6, x_142); -if (lean_obj_tag(x_144) == 0) +lean_inc(x_120); +x_123 = l_Lean_Meta_unfoldDefinition_x3f(x_120, x_3, x_4, x_5, x_6, x_121); +if (lean_obj_tag(x_123) == 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_124; +x_124 = lean_ctor_get(x_123, 0); +lean_inc(x_124); +if (lean_obj_tag(x_124) == 0) { -lean_object* x_146; lean_object* x_147; lean_object* x_148; +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_147 = x_144; +x_125 = lean_ctor_get(x_123, 1); +lean_inc(x_125); +if (lean_is_exclusive(x_123)) { + lean_ctor_release(x_123, 0); + lean_ctor_release(x_123, 1); + x_126 = x_123; } else { - lean_dec_ref(x_144); - x_147 = lean_box(0); + lean_dec_ref(x_123); + x_126 = lean_box(0); } -if (lean_is_scalar(x_147)) { - x_148 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_126)) { + x_127 = lean_alloc_ctor(0, 2, 0); } else { - x_148 = x_147; + x_127 = x_126; } -lean_ctor_set(x_148, 0, x_141); -lean_ctor_set(x_148, 1, x_146); -return x_148; +lean_ctor_set(x_127, 0, x_120); +lean_ctor_set(x_127, 1, x_125); +return x_127; } else { -lean_object* x_149; lean_object* x_150; -lean_dec(x_141); -x_149 = lean_ctor_get(x_144, 1); -lean_inc(x_149); -lean_dec(x_144); -x_150 = lean_ctor_get(x_145, 0); -lean_inc(x_150); -lean_dec(x_145); -x_2 = x_150; -x_7 = x_149; +lean_object* x_128; lean_object* x_129; +lean_dec(x_120); +x_128 = lean_ctor_get(x_123, 1); +lean_inc(x_128); +lean_dec(x_123); +x_129 = lean_ctor_get(x_124, 0); +lean_inc(x_129); +lean_dec(x_124); +x_2 = x_129; +x_7 = x_128; goto _start; } } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; -lean_dec(x_141); +lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; +lean_dec(x_120); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_152 = lean_ctor_get(x_144, 0); -lean_inc(x_152); -x_153 = lean_ctor_get(x_144, 1); -lean_inc(x_153); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_154 = x_144; +x_131 = lean_ctor_get(x_123, 0); +lean_inc(x_131); +x_132 = lean_ctor_get(x_123, 1); +lean_inc(x_132); +if (lean_is_exclusive(x_123)) { + lean_ctor_release(x_123, 0); + lean_ctor_release(x_123, 1); + x_133 = x_123; } else { - lean_dec_ref(x_144); - x_154 = lean_box(0); + lean_dec_ref(x_123); + x_133 = lean_box(0); } -if (lean_is_scalar(x_154)) { - x_155 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_133)) { + x_134 = lean_alloc_ctor(1, 2, 0); } else { - x_155 = x_154; + x_134 = x_133; } -lean_ctor_set(x_155, 0, x_152); -lean_ctor_set(x_155, 1, x_153); -return x_155; +lean_ctor_set(x_134, 0, x_131); +lean_ctor_set(x_134, 1, x_132); +return x_134; } } else { -lean_object* x_156; +lean_object* x_135; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_156 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_156, 0, x_141); -lean_ctor_set(x_156, 1, x_142); -return x_156; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_120); +lean_ctor_set(x_135, 1, x_121); +return x_135; } } } else { -uint8_t x_157; +uint8_t x_136; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_157 = !lean_is_exclusive(x_123); -if (x_157 == 0) +x_136 = !lean_is_exclusive(x_102); +if (x_136 == 0) { -return x_123; +return x_102; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_123, 0); -x_159 = lean_ctor_get(x_123, 1); -lean_inc(x_159); -lean_inc(x_158); -lean_dec(x_123); -x_160 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -return x_160; +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_102, 0); +x_138 = lean_ctor_get(x_102, 1); +lean_inc(x_138); +lean_inc(x_137); +lean_dec(x_102); +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; } } } case 8: { -uint8_t x_161; uint8_t x_162; lean_object* x_163; -x_161 = 1; -x_162 = 0; +uint8_t x_140; uint8_t x_141; lean_object* x_142; +x_140 = 1; +x_141 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_163 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_161, x_162, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_163) == 0) +x_142 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_140, x_141, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_142) == 0) { -uint8_t x_164; -x_164 = !lean_is_exclusive(x_163); -if (x_164 == 0) +uint8_t x_143; +x_143 = !lean_is_exclusive(x_142); +if (x_143 == 0) { -lean_object* x_165; lean_object* x_166; uint8_t x_167; -x_165 = lean_ctor_get(x_163, 0); -x_166 = lean_ctor_get(x_163, 1); -x_167 = l_Lean_Expr_isAppOf(x_165, x_1); -if (x_167 == 0) +lean_object* x_144; lean_object* x_145; uint8_t x_146; +x_144 = lean_ctor_get(x_142, 0); +x_145 = lean_ctor_get(x_142, 1); +x_146 = l_Lean_Expr_isAppOf(x_144, x_1); +if (x_146 == 0) { -lean_object* x_168; -lean_free_object(x_163); +lean_object* x_147; +lean_free_object(x_142); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_165); -x_168 = l_Lean_Meta_unfoldDefinition_x3f(x_165, x_3, x_4, x_5, x_6, x_166); -if (lean_obj_tag(x_168) == 0) +lean_inc(x_144); +x_147 = l_Lean_Meta_unfoldDefinition_x3f(x_144, x_3, x_4, x_5, x_6, x_145); +if (lean_obj_tag(x_147) == 0) { -lean_object* x_169; -x_169 = lean_ctor_get(x_168, 0); -lean_inc(x_169); -if (lean_obj_tag(x_169) == 0) +lean_object* x_148; +x_148 = lean_ctor_get(x_147, 0); +lean_inc(x_148); +if (lean_obj_tag(x_148) == 0) { -uint8_t x_170; +uint8_t x_149; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_170 = !lean_is_exclusive(x_168); -if (x_170 == 0) +x_149 = !lean_is_exclusive(x_147); +if (x_149 == 0) { -lean_object* x_171; -x_171 = lean_ctor_get(x_168, 0); -lean_dec(x_171); -lean_ctor_set(x_168, 0, x_165); -return x_168; +lean_object* x_150; +x_150 = lean_ctor_get(x_147, 0); +lean_dec(x_150); +lean_ctor_set(x_147, 0, x_144); +return x_147; } else { -lean_object* x_172; lean_object* x_173; -x_172 = lean_ctor_get(x_168, 1); -lean_inc(x_172); -lean_dec(x_168); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_165); -lean_ctor_set(x_173, 1, x_172); -return x_173; +lean_object* x_151; lean_object* x_152; +x_151 = lean_ctor_get(x_147, 1); +lean_inc(x_151); +lean_dec(x_147); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_144); +lean_ctor_set(x_152, 1, x_151); +return x_152; } } else { -lean_object* x_174; lean_object* x_175; -lean_dec(x_165); -x_174 = lean_ctor_get(x_168, 1); -lean_inc(x_174); -lean_dec(x_168); -x_175 = lean_ctor_get(x_169, 0); -lean_inc(x_175); -lean_dec(x_169); -x_2 = x_175; -x_7 = x_174; +lean_object* x_153; lean_object* x_154; +lean_dec(x_144); +x_153 = lean_ctor_get(x_147, 1); +lean_inc(x_153); +lean_dec(x_147); +x_154 = lean_ctor_get(x_148, 0); +lean_inc(x_154); +lean_dec(x_148); +x_2 = x_154; +x_7 = x_153; goto _start; } } else { -uint8_t x_177; -lean_dec(x_165); +uint8_t x_156; +lean_dec(x_144); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_177 = !lean_is_exclusive(x_168); -if (x_177 == 0) +x_156 = !lean_is_exclusive(x_147); +if (x_156 == 0) { -return x_168; +return x_147; } else { -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_168, 0); -x_179 = lean_ctor_get(x_168, 1); -lean_inc(x_179); -lean_inc(x_178); -lean_dec(x_168); -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; +lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_147, 0); +x_158 = lean_ctor_get(x_147, 1); +lean_inc(x_158); +lean_inc(x_157); +lean_dec(x_147); +x_159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_158); +return x_159; } } } @@ -25742,256 +24883,256 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_163; +return x_142; } } else { -lean_object* x_181; lean_object* x_182; uint8_t x_183; -x_181 = lean_ctor_get(x_163, 0); -x_182 = lean_ctor_get(x_163, 1); -lean_inc(x_182); -lean_inc(x_181); -lean_dec(x_163); -x_183 = l_Lean_Expr_isAppOf(x_181, x_1); -if (x_183 == 0) +lean_object* x_160; lean_object* x_161; uint8_t x_162; +x_160 = lean_ctor_get(x_142, 0); +x_161 = lean_ctor_get(x_142, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_142); +x_162 = l_Lean_Expr_isAppOf(x_160, x_1); +if (x_162 == 0) { -lean_object* x_184; +lean_object* x_163; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_181); -x_184 = l_Lean_Meta_unfoldDefinition_x3f(x_181, x_3, x_4, x_5, x_6, x_182); -if (lean_obj_tag(x_184) == 0) +lean_inc(x_160); +x_163 = l_Lean_Meta_unfoldDefinition_x3f(x_160, x_3, x_4, x_5, x_6, x_161); +if (lean_obj_tag(x_163) == 0) { -lean_object* x_185; -x_185 = lean_ctor_get(x_184, 0); -lean_inc(x_185); -if (lean_obj_tag(x_185) == 0) +lean_object* x_164; +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +if (lean_obj_tag(x_164) == 0) { -lean_object* x_186; lean_object* x_187; lean_object* x_188; +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_186 = lean_ctor_get(x_184, 1); -lean_inc(x_186); -if (lean_is_exclusive(x_184)) { - lean_ctor_release(x_184, 0); - lean_ctor_release(x_184, 1); - x_187 = x_184; +x_165 = lean_ctor_get(x_163, 1); +lean_inc(x_165); +if (lean_is_exclusive(x_163)) { + lean_ctor_release(x_163, 0); + lean_ctor_release(x_163, 1); + x_166 = x_163; } else { - lean_dec_ref(x_184); - x_187 = lean_box(0); + lean_dec_ref(x_163); + x_166 = lean_box(0); } -if (lean_is_scalar(x_187)) { - x_188 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_166)) { + x_167 = lean_alloc_ctor(0, 2, 0); } else { - x_188 = x_187; + x_167 = x_166; } -lean_ctor_set(x_188, 0, x_181); -lean_ctor_set(x_188, 1, x_186); -return x_188; +lean_ctor_set(x_167, 0, x_160); +lean_ctor_set(x_167, 1, x_165); +return x_167; } else { -lean_object* x_189; lean_object* x_190; -lean_dec(x_181); -x_189 = lean_ctor_get(x_184, 1); -lean_inc(x_189); -lean_dec(x_184); -x_190 = lean_ctor_get(x_185, 0); -lean_inc(x_190); -lean_dec(x_185); -x_2 = x_190; -x_7 = x_189; +lean_object* x_168; lean_object* x_169; +lean_dec(x_160); +x_168 = lean_ctor_get(x_163, 1); +lean_inc(x_168); +lean_dec(x_163); +x_169 = lean_ctor_get(x_164, 0); +lean_inc(x_169); +lean_dec(x_164); +x_2 = x_169; +x_7 = x_168; goto _start; } } else { -lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; -lean_dec(x_181); +lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; +lean_dec(x_160); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_192 = lean_ctor_get(x_184, 0); -lean_inc(x_192); -x_193 = lean_ctor_get(x_184, 1); -lean_inc(x_193); -if (lean_is_exclusive(x_184)) { - lean_ctor_release(x_184, 0); - lean_ctor_release(x_184, 1); - x_194 = x_184; +x_171 = lean_ctor_get(x_163, 0); +lean_inc(x_171); +x_172 = lean_ctor_get(x_163, 1); +lean_inc(x_172); +if (lean_is_exclusive(x_163)) { + lean_ctor_release(x_163, 0); + lean_ctor_release(x_163, 1); + x_173 = x_163; } else { - lean_dec_ref(x_184); - x_194 = lean_box(0); + lean_dec_ref(x_163); + x_173 = lean_box(0); } -if (lean_is_scalar(x_194)) { - x_195 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_173)) { + x_174 = lean_alloc_ctor(1, 2, 0); } else { - x_195 = x_194; + x_174 = x_173; } -lean_ctor_set(x_195, 0, x_192); -lean_ctor_set(x_195, 1, x_193); -return x_195; +lean_ctor_set(x_174, 0, x_171); +lean_ctor_set(x_174, 1, x_172); +return x_174; } } else { -lean_object* x_196; +lean_object* x_175; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_181); -lean_ctor_set(x_196, 1, x_182); -return x_196; +x_175 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_175, 0, x_160); +lean_ctor_set(x_175, 1, x_161); +return x_175; } } } else { -uint8_t x_197; +uint8_t x_176; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_197 = !lean_is_exclusive(x_163); -if (x_197 == 0) +x_176 = !lean_is_exclusive(x_142); +if (x_176 == 0) { -return x_163; +return x_142; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_163, 0); -x_199 = lean_ctor_get(x_163, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_163); -x_200 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_200, 0, x_198); -lean_ctor_set(x_200, 1, x_199); -return x_200; +lean_object* x_177; lean_object* x_178; lean_object* x_179; +x_177 = lean_ctor_get(x_142, 0); +x_178 = lean_ctor_get(x_142, 1); +lean_inc(x_178); +lean_inc(x_177); +lean_dec(x_142); +x_179 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_179, 0, x_177); +lean_ctor_set(x_179, 1, x_178); +return x_179; } } } case 10: { -lean_object* x_201; -x_201 = lean_ctor_get(x_2, 1); -lean_inc(x_201); +lean_object* x_180; +x_180 = lean_ctor_get(x_2, 1); +lean_inc(x_180); lean_dec(x_2); -x_2 = x_201; +x_2 = x_180; goto _start; } case 11: { -uint8_t x_203; uint8_t x_204; lean_object* x_205; -x_203 = 1; -x_204 = 0; +uint8_t x_182; uint8_t x_183; lean_object* x_184; +x_182 = 1; +x_183 = 0; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_205 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_203, x_204, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_205) == 0) +x_184 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_182, x_183, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_184) == 0) { -uint8_t x_206; -x_206 = !lean_is_exclusive(x_205); -if (x_206 == 0) +uint8_t x_185; +x_185 = !lean_is_exclusive(x_184); +if (x_185 == 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_isAppOf(x_207, x_1); -if (x_209 == 0) +lean_object* x_186; lean_object* x_187; uint8_t x_188; +x_186 = lean_ctor_get(x_184, 0); +x_187 = lean_ctor_get(x_184, 1); +x_188 = l_Lean_Expr_isAppOf(x_186, x_1); +if (x_188 == 0) { -lean_object* x_210; -lean_free_object(x_205); +lean_object* x_189; +lean_free_object(x_184); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_207); -x_210 = l_Lean_Meta_unfoldDefinition_x3f(x_207, x_3, x_4, x_5, x_6, x_208); -if (lean_obj_tag(x_210) == 0) +lean_inc(x_186); +x_189 = l_Lean_Meta_unfoldDefinition_x3f(x_186, x_3, x_4, x_5, x_6, x_187); +if (lean_obj_tag(x_189) == 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_190; +x_190 = lean_ctor_get(x_189, 0); +lean_inc(x_190); +if (lean_obj_tag(x_190) == 0) { -uint8_t x_212; +uint8_t x_191; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_212 = !lean_is_exclusive(x_210); -if (x_212 == 0) +x_191 = !lean_is_exclusive(x_189); +if (x_191 == 0) { -lean_object* x_213; -x_213 = lean_ctor_get(x_210, 0); -lean_dec(x_213); -lean_ctor_set(x_210, 0, x_207); -return x_210; +lean_object* x_192; +x_192 = lean_ctor_get(x_189, 0); +lean_dec(x_192); +lean_ctor_set(x_189, 0, x_186); +return x_189; } else { -lean_object* x_214; lean_object* x_215; -x_214 = lean_ctor_get(x_210, 1); -lean_inc(x_214); -lean_dec(x_210); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_207); -lean_ctor_set(x_215, 1, x_214); -return x_215; +lean_object* x_193; lean_object* x_194; +x_193 = lean_ctor_get(x_189, 1); +lean_inc(x_193); +lean_dec(x_189); +x_194 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_194, 0, x_186); +lean_ctor_set(x_194, 1, x_193); +return x_194; } } else { -lean_object* x_216; lean_object* x_217; -lean_dec(x_207); -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_2 = x_217; -x_7 = x_216; +lean_object* x_195; lean_object* x_196; +lean_dec(x_186); +x_195 = lean_ctor_get(x_189, 1); +lean_inc(x_195); +lean_dec(x_189); +x_196 = lean_ctor_get(x_190, 0); +lean_inc(x_196); +lean_dec(x_190); +x_2 = x_196; +x_7 = x_195; goto _start; } } else { -uint8_t x_219; -lean_dec(x_207); +uint8_t x_198; +lean_dec(x_186); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_219 = !lean_is_exclusive(x_210); -if (x_219 == 0) +x_198 = !lean_is_exclusive(x_189); +if (x_198 == 0) { -return x_210; +return x_189; } else { -lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_220 = lean_ctor_get(x_210, 0); -x_221 = lean_ctor_get(x_210, 1); -lean_inc(x_221); -lean_inc(x_220); -lean_dec(x_210); -x_222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_222, 0, x_220); -lean_ctor_set(x_222, 1, x_221); -return x_222; +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_189, 0); +x_200 = lean_ctor_get(x_189, 1); +lean_inc(x_200); +lean_inc(x_199); +lean_dec(x_189); +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; } } } @@ -26001,155 +25142,155 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -return x_205; +return x_184; } } else { -lean_object* x_223; lean_object* x_224; uint8_t x_225; -x_223 = lean_ctor_get(x_205, 0); -x_224 = lean_ctor_get(x_205, 1); -lean_inc(x_224); -lean_inc(x_223); -lean_dec(x_205); -x_225 = l_Lean_Expr_isAppOf(x_223, x_1); -if (x_225 == 0) +lean_object* x_202; lean_object* x_203; uint8_t x_204; +x_202 = lean_ctor_get(x_184, 0); +x_203 = lean_ctor_get(x_184, 1); +lean_inc(x_203); +lean_inc(x_202); +lean_dec(x_184); +x_204 = l_Lean_Expr_isAppOf(x_202, x_1); +if (x_204 == 0) { -lean_object* x_226; +lean_object* x_205; lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -lean_inc(x_223); -x_226 = l_Lean_Meta_unfoldDefinition_x3f(x_223, x_3, x_4, x_5, x_6, x_224); -if (lean_obj_tag(x_226) == 0) +lean_inc(x_202); +x_205 = l_Lean_Meta_unfoldDefinition_x3f(x_202, x_3, x_4, x_5, x_6, x_203); +if (lean_obj_tag(x_205) == 0) { -lean_object* x_227; -x_227 = lean_ctor_get(x_226, 0); -lean_inc(x_227); -if (lean_obj_tag(x_227) == 0) +lean_object* x_206; +x_206 = lean_ctor_get(x_205, 0); +lean_inc(x_206); +if (lean_obj_tag(x_206) == 0) { -lean_object* x_228; lean_object* x_229; lean_object* x_230; +lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_228 = lean_ctor_get(x_226, 1); -lean_inc(x_228); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - lean_ctor_release(x_226, 1); - x_229 = x_226; +x_207 = lean_ctor_get(x_205, 1); +lean_inc(x_207); +if (lean_is_exclusive(x_205)) { + lean_ctor_release(x_205, 0); + lean_ctor_release(x_205, 1); + x_208 = x_205; } else { - lean_dec_ref(x_226); - x_229 = lean_box(0); + lean_dec_ref(x_205); + x_208 = lean_box(0); } -if (lean_is_scalar(x_229)) { - x_230 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_208)) { + x_209 = lean_alloc_ctor(0, 2, 0); } else { - x_230 = x_229; + x_209 = x_208; } -lean_ctor_set(x_230, 0, x_223); -lean_ctor_set(x_230, 1, x_228); -return x_230; +lean_ctor_set(x_209, 0, x_202); +lean_ctor_set(x_209, 1, x_207); +return x_209; } else { -lean_object* x_231; lean_object* x_232; -lean_dec(x_223); -x_231 = lean_ctor_get(x_226, 1); -lean_inc(x_231); -lean_dec(x_226); -x_232 = lean_ctor_get(x_227, 0); -lean_inc(x_232); -lean_dec(x_227); -x_2 = x_232; -x_7 = x_231; +lean_object* x_210; lean_object* x_211; +lean_dec(x_202); +x_210 = lean_ctor_get(x_205, 1); +lean_inc(x_210); +lean_dec(x_205); +x_211 = lean_ctor_get(x_206, 0); +lean_inc(x_211); +lean_dec(x_206); +x_2 = x_211; +x_7 = x_210; goto _start; } } else { -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; -lean_dec(x_223); +lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; +lean_dec(x_202); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_234 = lean_ctor_get(x_226, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_226, 1); -lean_inc(x_235); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - lean_ctor_release(x_226, 1); - x_236 = x_226; +x_213 = lean_ctor_get(x_205, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_205, 1); +lean_inc(x_214); +if (lean_is_exclusive(x_205)) { + lean_ctor_release(x_205, 0); + lean_ctor_release(x_205, 1); + x_215 = x_205; } else { - lean_dec_ref(x_226); - x_236 = lean_box(0); + lean_dec_ref(x_205); + x_215 = lean_box(0); } -if (lean_is_scalar(x_236)) { - x_237 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_215)) { + x_216 = lean_alloc_ctor(1, 2, 0); } else { - x_237 = x_236; + x_216 = x_215; } -lean_ctor_set(x_237, 0, x_234); -lean_ctor_set(x_237, 1, x_235); -return x_237; +lean_ctor_set(x_216, 0, x_213); +lean_ctor_set(x_216, 1, x_214); +return x_216; } } else { -lean_object* x_238; +lean_object* x_217; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_238 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_238, 0, x_223); -lean_ctor_set(x_238, 1, x_224); -return x_238; +x_217 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_217, 0, x_202); +lean_ctor_set(x_217, 1, x_203); +return x_217; } } } else { -uint8_t x_239; +uint8_t x_218; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_239 = !lean_is_exclusive(x_205); -if (x_239 == 0) +x_218 = !lean_is_exclusive(x_184); +if (x_218 == 0) { -return x_205; +return x_184; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; -x_240 = lean_ctor_get(x_205, 0); -x_241 = lean_ctor_get(x_205, 1); -lean_inc(x_241); -lean_inc(x_240); -lean_dec(x_205); -x_242 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_242, 0, x_240); -lean_ctor_set(x_242, 1, x_241); -return x_242; +lean_object* x_219; lean_object* x_220; lean_object* x_221; +x_219 = lean_ctor_get(x_184, 0); +x_220 = lean_ctor_get(x_184, 1); +lean_inc(x_220); +lean_inc(x_219); +lean_dec(x_184); +x_221 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_221, 0, x_219); +lean_ctor_set(x_221, 1, x_220); +return x_221; } } } default: { -lean_object* x_243; +lean_object* x_222; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_2); -lean_ctor_set(x_243, 1, x_7); -return x_243; +x_222 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_222, 0, x_2); +lean_ctor_set(x_222, 1, x_7); +return x_222; } } } @@ -26326,289 +25467,291 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Meta_reduceRecMatcher_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -uint8_t x_7; -x_7 = l_Lean_Expr_isApp(x_1); -if (x_7 == 0) +uint8_t x_7; uint8_t x_154; +x_154 = l_Lean_Expr_isApp(x_1); +if (x_154 == 0) { -lean_object* x_8; lean_object* x_9; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(0); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_6); -return x_9; +uint8_t x_155; +x_155 = 1; +x_7 = x_155; +goto block_153; } else { -lean_object* x_10; +uint8_t x_156; +x_156 = 0; +x_7 = x_156; +goto block_153; +} +block_153: +{ +if (x_7 == 0) +{ +lean_object* x_8; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_10 = l_Lean_Meta_reduceMatcher_x3f(x_1, x_2, x_3, x_4, x_5, x_6); -if (lean_obj_tag(x_10) == 0) +x_8 = l_Lean_Meta_reduceMatcher_x3f(x_1, x_2, x_3, x_4, x_5, x_6); +if (lean_obj_tag(x_8) == 0) { -lean_object* x_11; -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +lean_object* x_9; +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +if (lean_obj_tag(x_9) == 0) { -uint8_t x_12; +uint8_t x_10; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +x_10 = !lean_is_exclusive(x_8); +if (x_10 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_13 = lean_ctor_get(x_10, 0); -lean_dec(x_13); -x_14 = lean_ctor_get(x_11, 0); -lean_inc(x_14); +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_8, 0); lean_dec(x_11); -x_15 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_10, 0, x_15); -return x_10; +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); +lean_ctor_set(x_8, 0, x_13); +return x_8; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -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 = 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_16); -return x_19; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; +x_14 = lean_ctor_get(x_8, 1); +lean_inc(x_14); +lean_dec(x_8); +x_15 = lean_ctor_get(x_9, 0); +lean_inc(x_15); +lean_dec(x_9); +x_16 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_16, 0, 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_14); +return x_17; } } else { -uint8_t x_20; -lean_dec(x_11); -x_20 = !lean_is_exclusive(x_10); -if (x_20 == 0) +uint8_t x_18; +lean_dec(x_9); +x_18 = !lean_is_exclusive(x_8); +if (x_18 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_10, 1); -x_22 = lean_ctor_get(x_10, 0); -lean_dec(x_22); -x_23 = l_Lean_Expr_getAppFn(x_1); -if (lean_obj_tag(x_23) == 4) +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_8, 1); +x_20 = lean_ctor_get(x_8, 0); +lean_dec(x_20); +x_21 = l_Lean_Expr_getAppFn(x_1); +if (lean_obj_tag(x_21) == 4) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -lean_free_object(x_10); -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); +lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_free_object(x_8); +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); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); -x_26 = l_Lean_Meta_getConst_x3f(x_24, x_2, x_3, x_4, x_5, x_21); -if (lean_obj_tag(x_26) == 0) +x_24 = l_Lean_Meta_getConst_x3f(x_22, x_2, x_3, x_4, x_5, x_19); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_27; -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -if (lean_obj_tag(x_27) == 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_28; -lean_dec(x_25); +uint8_t x_26; +lean_dec(x_23); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_28 = !lean_is_exclusive(x_26); -if (x_28 == 0) +x_26 = !lean_is_exclusive(x_24); +if (x_26 == 0) { -lean_object* x_29; lean_object* x_30; -x_29 = lean_ctor_get(x_26, 0); -lean_dec(x_29); -x_30 = lean_box(0); -lean_ctor_set(x_26, 0, x_30); -return x_26; +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_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_26, 1); -lean_inc(x_31); -lean_dec(x_26); -x_32 = lean_box(0); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -return x_33; +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_34; -x_34 = lean_ctor_get(x_27, 0); -lean_inc(x_34); -lean_dec(x_27); -switch (lean_obj_tag(x_34)) { +lean_object* x_32; +x_32 = lean_ctor_get(x_25, 0); +lean_inc(x_32); +lean_dec(x_25); +switch (lean_obj_tag(x_32)) { case 1: { -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_26, 1); -lean_inc(x_35); -lean_dec(x_26); -x_36 = l_Lean_ConstantInfo_name(x_34); -x_37 = l_Lean_Meta_isAuxDef(x_36, x_2, x_3, x_4, x_5, x_35); -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -x_39 = lean_unbox(x_38); -lean_dec(x_38); -if (x_39 == 0) +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; +x_33 = lean_ctor_get(x_24, 1); +lean_inc(x_33); +lean_dec(x_24); +x_34 = l_Lean_ConstantInfo_name(x_32); +x_35 = l_Lean_Meta_isAuxDef(x_34, x_2, x_3, x_4, x_5, x_33); +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) { -uint8_t x_40; -lean_dec(x_34); -lean_dec(x_25); +uint8_t x_38; +lean_dec(x_32); +lean_dec(x_23); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_40 = !lean_is_exclusive(x_37); -if (x_40 == 0) +x_38 = !lean_is_exclusive(x_35); +if (x_38 == 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_39; lean_object* x_40; +x_39 = lean_ctor_get(x_35, 0); +lean_dec(x_39); +x_40 = lean_box(0); +lean_ctor_set(x_35, 0, x_40); +return x_35; } 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_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_35, 1); +lean_inc(x_41); +lean_dec(x_35); +x_42 = lean_box(0); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +return x_43; } } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; -x_46 = lean_ctor_get(x_37, 1); -lean_inc(x_46); -lean_dec(x_37); -x_47 = lean_unsigned_to_nat(0u); -x_48 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_47); -x_49 = lean_mk_empty_array_with_capacity(x_48); -lean_dec(x_48); -x_50 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_49); -x_51 = 0; -x_52 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_34, x_25, x_50, x_51, x_2, x_3, x_4, x_5, x_46); +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; +x_44 = lean_ctor_get(x_35, 1); +lean_inc(x_44); +lean_dec(x_35); +x_45 = lean_unsigned_to_nat(0u); +x_46 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_45); +x_47 = lean_mk_empty_array_with_capacity(x_46); +lean_dec(x_46); +x_48 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_47); +x_49 = 0; +x_50 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_32, x_23, x_48, x_49, x_2, x_3, x_4, x_5, x_44); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_50); -lean_dec(x_34); -return x_52; +lean_dec(x_48); +lean_dec(x_32); +return x_50; } } case 4: { -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; -x_53 = lean_ctor_get(x_26, 1); -lean_inc(x_53); -lean_dec(x_26); -x_54 = lean_ctor_get(x_34, 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; +x_51 = lean_ctor_get(x_24, 1); +lean_inc(x_51); +lean_dec(x_24); +x_52 = lean_ctor_get(x_32, 0); +lean_inc(x_52); +lean_dec(x_32); +x_53 = lean_unsigned_to_nat(0u); +x_54 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_53); +x_55 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; lean_inc(x_54); -lean_dec(x_34); -x_55 = lean_unsigned_to_nat(0u); -x_56 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_55); -x_57 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; -lean_inc(x_56); -x_58 = lean_mk_array(x_56, x_57); -x_59 = lean_unsigned_to_nat(1u); -x_60 = lean_nat_sub(x_56, x_59); -lean_dec(x_56); -x_61 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_58, x_60); -x_62 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; -x_63 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; -x_64 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceQuotRec___rarg(x_54, x_25, x_61, x_62, x_63, x_2, x_3, x_4, x_5, x_53); -lean_dec(x_61); -lean_dec(x_25); +x_56 = lean_mk_array(x_54, x_55); +x_57 = lean_unsigned_to_nat(1u); +x_58 = lean_nat_sub(x_54, x_57); lean_dec(x_54); -return x_64; +x_59 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_56, x_58); +x_60 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; +x_61 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; +x_62 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceQuotRec___rarg(x_52, x_23, x_59, x_60, x_61, x_2, x_3, x_4, x_5, x_51); +lean_dec(x_59); +lean_dec(x_23); +lean_dec(x_52); +return x_62; } case 7: { -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; -x_65 = lean_ctor_get(x_26, 1); -lean_inc(x_65); -lean_dec(x_26); -x_66 = lean_ctor_get(x_34, 0); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_63 = lean_ctor_get(x_24, 1); +lean_inc(x_63); +lean_dec(x_24); +x_64 = lean_ctor_get(x_32, 0); +lean_inc(x_64); +lean_dec(x_32); +x_65 = lean_unsigned_to_nat(0u); +x_66 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_65); +x_67 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; lean_inc(x_66); -lean_dec(x_34); -x_67 = lean_unsigned_to_nat(0u); -x_68 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_67); -x_69 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; -lean_inc(x_68); -x_70 = lean_mk_array(x_68, x_69); -x_71 = lean_unsigned_to_nat(1u); -x_72 = lean_nat_sub(x_68, x_71); -lean_dec(x_68); -x_73 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_70, x_72); -x_74 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; -x_75 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; -x_76 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___rarg(x_66, x_25, x_73, x_74, x_75, x_2, x_3, x_4, x_5, x_65); -return x_76; +x_68 = lean_mk_array(x_66, x_67); +x_69 = lean_unsigned_to_nat(1u); +x_70 = lean_nat_sub(x_66, x_69); +lean_dec(x_66); +x_71 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_68, x_70); +x_72 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; +x_73 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; +x_74 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___rarg(x_64, x_23, x_71, x_72, x_73, x_2, x_3, x_4, x_5, x_63); +return x_74; } default: { -uint8_t x_77; -lean_dec(x_34); -lean_dec(x_25); +uint8_t x_75; +lean_dec(x_32); +lean_dec(x_23); 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_26); -if (x_77 == 0) +x_75 = !lean_is_exclusive(x_24); +if (x_75 == 0) { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_26, 0); -lean_dec(x_78); -x_79 = lean_box(0); -lean_ctor_set(x_26, 0, x_79); -return x_26; +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_24, 0); +lean_dec(x_76); +x_77 = lean_box(0); +lean_ctor_set(x_24, 0, x_77); +return x_24; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_26, 1); -lean_inc(x_80); -lean_dec(x_26); -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; +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_24, 1); +lean_inc(x_78); +lean_dec(x_24); +x_79 = lean_box(0); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_78); +return x_80; } } } @@ -26616,328 +25759,343 @@ return x_82; } else { -uint8_t x_83; -lean_dec(x_25); +uint8_t x_81; +lean_dec(x_23); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_26); -if (x_83 == 0) +x_81 = !lean_is_exclusive(x_24); +if (x_81 == 0) { -return x_26; +return x_24; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_26, 0); -x_85 = lean_ctor_get(x_26, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_26); -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_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_24, 0); +x_83 = lean_ctor_get(x_24, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_24); +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_87; -lean_dec(x_23); +lean_object* x_85; +lean_dec(x_21); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = lean_box(0); -lean_ctor_set(x_10, 0, x_87); -return x_10; +x_85 = lean_box(0); +lean_ctor_set(x_8, 0, x_85); +return x_8; } } else { -lean_object* x_88; lean_object* x_89; -x_88 = lean_ctor_get(x_10, 1); -lean_inc(x_88); -lean_dec(x_10); -x_89 = l_Lean_Expr_getAppFn(x_1); -if (lean_obj_tag(x_89) == 4) +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_8, 1); +lean_inc(x_86); +lean_dec(x_8); +x_87 = l_Lean_Expr_getAppFn(x_1); +if (lean_obj_tag(x_87) == 4) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); +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_5); lean_inc(x_4); lean_inc(x_2); -x_92 = l_Lean_Meta_getConst_x3f(x_90, x_2, x_3, x_4, x_5, x_88); -if (lean_obj_tag(x_92) == 0) +x_90 = l_Lean_Meta_getConst_x3f(x_88, x_2, x_3, x_4, x_5, x_86); +if (lean_obj_tag(x_90) == 0) { -lean_object* x_93; -x_93 = lean_ctor_get(x_92, 0); -lean_inc(x_93); -if (lean_obj_tag(x_93) == 0) +lean_object* x_91; +x_91 = lean_ctor_get(x_90, 0); +lean_inc(x_91); +if (lean_obj_tag(x_91) == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -lean_dec(x_91); +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_89); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_94 = lean_ctor_get(x_92, 1); -lean_inc(x_94); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_95 = x_92; +x_92 = lean_ctor_get(x_90, 1); +lean_inc(x_92); +if (lean_is_exclusive(x_90)) { + lean_ctor_release(x_90, 0); + lean_ctor_release(x_90, 1); + x_93 = x_90; } else { - lean_dec_ref(x_92); - x_95 = lean_box(0); + lean_dec_ref(x_90); + x_93 = lean_box(0); } -x_96 = lean_box(0); -if (lean_is_scalar(x_95)) { - x_97 = lean_alloc_ctor(0, 2, 0); +x_94 = lean_box(0); +if (lean_is_scalar(x_93)) { + x_95 = lean_alloc_ctor(0, 2, 0); } else { - x_97 = x_95; + x_95 = x_93; } -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_94); -return x_97; +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_92); +return x_95; } else { -lean_object* x_98; -x_98 = lean_ctor_get(x_93, 0); -lean_inc(x_98); -lean_dec(x_93); -switch (lean_obj_tag(x_98)) { +lean_object* x_96; +x_96 = lean_ctor_get(x_91, 0); +lean_inc(x_96); +lean_dec(x_91); +switch (lean_obj_tag(x_96)) { case 1: { -lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; -x_99 = lean_ctor_get(x_92, 1); -lean_inc(x_99); -lean_dec(x_92); -x_100 = l_Lean_ConstantInfo_name(x_98); -x_101 = l_Lean_Meta_isAuxDef(x_100, x_2, x_3, x_4, x_5, x_99); -x_102 = lean_ctor_get(x_101, 0); -lean_inc(x_102); -x_103 = lean_unbox(x_102); -lean_dec(x_102); -if (x_103 == 0) +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_90, 1); +lean_inc(x_97); +lean_dec(x_90); +x_98 = l_Lean_ConstantInfo_name(x_96); +x_99 = l_Lean_Meta_isAuxDef(x_98, x_2, x_3, x_4, x_5, x_97); +x_100 = lean_ctor_get(x_99, 0); +lean_inc(x_100); +x_101 = lean_unbox(x_100); +lean_dec(x_100); +if (x_101 == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; -lean_dec(x_98); -lean_dec(x_91); +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_96); +lean_dec(x_89); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_104 = lean_ctor_get(x_101, 1); -lean_inc(x_104); -if (lean_is_exclusive(x_101)) { - lean_ctor_release(x_101, 0); - lean_ctor_release(x_101, 1); - x_105 = x_101; +x_102 = lean_ctor_get(x_99, 1); +lean_inc(x_102); +if (lean_is_exclusive(x_99)) { + lean_ctor_release(x_99, 0); + lean_ctor_release(x_99, 1); + x_103 = x_99; } else { - lean_dec_ref(x_101); - x_105 = lean_box(0); + lean_dec_ref(x_99); + x_103 = lean_box(0); } -x_106 = lean_box(0); -if (lean_is_scalar(x_105)) { - x_107 = lean_alloc_ctor(0, 2, 0); +x_104 = lean_box(0); +if (lean_is_scalar(x_103)) { + x_105 = lean_alloc_ctor(0, 2, 0); } else { - x_107 = x_105; + x_105 = x_103; } -lean_ctor_set(x_107, 0, x_106); -lean_ctor_set(x_107, 1, x_104); -return x_107; +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_102); +return x_105; } else { -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; uint8_t x_113; lean_object* x_114; -x_108 = lean_ctor_get(x_101, 1); -lean_inc(x_108); -lean_dec(x_101); -x_109 = lean_unsigned_to_nat(0u); -x_110 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_109); -x_111 = lean_mk_empty_array_with_capacity(x_110); -lean_dec(x_110); -x_112 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_111); -x_113 = 0; -x_114 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_98, x_91, x_112, x_113, x_2, x_3, x_4, x_5, x_108); +lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; lean_object* x_112; +x_106 = lean_ctor_get(x_99, 1); +lean_inc(x_106); +lean_dec(x_99); +x_107 = lean_unsigned_to_nat(0u); +x_108 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_107); +x_109 = lean_mk_empty_array_with_capacity(x_108); +lean_dec(x_108); +x_110 = l___private_Lean_Expr_0__Lean_Expr_getAppRevArgsAux(x_1, x_109); +x_111 = 0; +x_112 = l___private_Lean_Meta_WHNF_0__Lean_Meta_deltaBetaDefinition___at_Lean_Meta_unfoldDefinition_x3f___spec__2(x_96, x_89, x_110, x_111, x_2, x_3, x_4, x_5, x_106); lean_dec(x_3); lean_dec(x_2); -lean_dec(x_112); -lean_dec(x_98); -return x_114; +lean_dec(x_110); +lean_dec(x_96); +return x_112; } } case 4: { -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; -x_115 = lean_ctor_get(x_92, 1); -lean_inc(x_115); -lean_dec(x_92); -x_116 = lean_ctor_get(x_98, 0); +lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; +x_113 = lean_ctor_get(x_90, 1); +lean_inc(x_113); +lean_dec(x_90); +x_114 = lean_ctor_get(x_96, 0); +lean_inc(x_114); +lean_dec(x_96); +x_115 = lean_unsigned_to_nat(0u); +x_116 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_115); +x_117 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; lean_inc(x_116); -lean_dec(x_98); -x_117 = lean_unsigned_to_nat(0u); -x_118 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_117); -x_119 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; -lean_inc(x_118); -x_120 = lean_mk_array(x_118, x_119); -x_121 = lean_unsigned_to_nat(1u); -x_122 = lean_nat_sub(x_118, x_121); -lean_dec(x_118); -x_123 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_120, x_122); -x_124 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; -x_125 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; -x_126 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceQuotRec___rarg(x_116, x_91, x_123, x_124, x_125, x_2, x_3, x_4, x_5, x_115); -lean_dec(x_123); -lean_dec(x_91); +x_118 = lean_mk_array(x_116, x_117); +x_119 = lean_unsigned_to_nat(1u); +x_120 = lean_nat_sub(x_116, x_119); lean_dec(x_116); -return x_126; +x_121 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_118, x_120); +x_122 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; +x_123 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; +x_124 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceQuotRec___rarg(x_114, x_89, x_121, x_122, x_123, x_2, x_3, x_4, x_5, x_113); +lean_dec(x_121); +lean_dec(x_89); +lean_dec(x_114); +return x_124; } case 7: { -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; -x_127 = lean_ctor_get(x_92, 1); -lean_inc(x_127); -lean_dec(x_92); -x_128 = lean_ctor_get(x_98, 0); +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_125 = lean_ctor_get(x_90, 1); +lean_inc(x_125); +lean_dec(x_90); +x_126 = lean_ctor_get(x_96, 0); +lean_inc(x_126); +lean_dec(x_96); +x_127 = lean_unsigned_to_nat(0u); +x_128 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_127); +x_129 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; lean_inc(x_128); -lean_dec(x_98); -x_129 = lean_unsigned_to_nat(0u); -x_130 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_129); -x_131 = l___private_Lean_Meta_WHNF_0__Lean_Meta_mkNullaryCtor___closed__1; -lean_inc(x_130); -x_132 = lean_mk_array(x_130, x_131); -x_133 = lean_unsigned_to_nat(1u); -x_134 = lean_nat_sub(x_130, x_133); -lean_dec(x_130); -x_135 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_132, x_134); -x_136 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; -x_137 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; -x_138 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___rarg(x_128, x_91, x_135, x_136, x_137, x_2, x_3, x_4, x_5, x_127); -return x_138; +x_130 = lean_mk_array(x_128, x_129); +x_131 = lean_unsigned_to_nat(1u); +x_132 = lean_nat_sub(x_128, x_131); +lean_dec(x_128); +x_133 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_1, x_130, x_132); +x_134 = l_Lean_Meta_reduceRecMatcher_x3f___closed__1; +x_135 = l_Lean_Meta_reduceRecMatcher_x3f___closed__2; +x_136 = l___private_Lean_Meta_WHNF_0__Lean_Meta_reduceRec___rarg(x_126, x_89, x_133, x_134, x_135, x_2, x_3, x_4, x_5, x_125); +return x_136; } default: { -lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; -lean_dec(x_98); -lean_dec(x_91); +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; +lean_dec(x_96); +lean_dec(x_89); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_139 = lean_ctor_get(x_92, 1); -lean_inc(x_139); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_140 = x_92; +x_137 = lean_ctor_get(x_90, 1); +lean_inc(x_137); +if (lean_is_exclusive(x_90)) { + lean_ctor_release(x_90, 0); + lean_ctor_release(x_90, 1); + x_138 = x_90; } else { - lean_dec_ref(x_92); - x_140 = lean_box(0); + lean_dec_ref(x_90); + x_138 = lean_box(0); } -x_141 = lean_box(0); -if (lean_is_scalar(x_140)) { - x_142 = lean_alloc_ctor(0, 2, 0); +x_139 = lean_box(0); +if (lean_is_scalar(x_138)) { + x_140 = lean_alloc_ctor(0, 2, 0); } else { - x_142 = x_140; + x_140 = x_138; } -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_139); -return x_142; +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_137); +return x_140; } } } } else { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; -lean_dec(x_91); +lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; +lean_dec(x_89); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_143 = lean_ctor_get(x_92, 0); -lean_inc(x_143); -x_144 = lean_ctor_get(x_92, 1); -lean_inc(x_144); -if (lean_is_exclusive(x_92)) { - lean_ctor_release(x_92, 0); - lean_ctor_release(x_92, 1); - x_145 = x_92; +x_141 = lean_ctor_get(x_90, 0); +lean_inc(x_141); +x_142 = lean_ctor_get(x_90, 1); +lean_inc(x_142); +if (lean_is_exclusive(x_90)) { + lean_ctor_release(x_90, 0); + lean_ctor_release(x_90, 1); + x_143 = x_90; } else { - lean_dec_ref(x_92); - x_145 = lean_box(0); + lean_dec_ref(x_90); + x_143 = lean_box(0); } -if (lean_is_scalar(x_145)) { - x_146 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_143)) { + x_144 = lean_alloc_ctor(1, 2, 0); } else { - x_146 = x_145; + x_144 = x_143; } -lean_ctor_set(x_146, 0, x_143); -lean_ctor_set(x_146, 1, x_144); -return x_146; +lean_ctor_set(x_144, 0, x_141); +lean_ctor_set(x_144, 1, x_142); +return x_144; } } else { -lean_object* x_147; lean_object* x_148; -lean_dec(x_89); +lean_object* x_145; lean_object* x_146; +lean_dec(x_87); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_147 = lean_box(0); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_88); -return x_148; +x_145 = lean_box(0); +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_86); +return x_146; } } } } else { -uint8_t x_149; +uint8_t x_147; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_149 = !lean_is_exclusive(x_10); -if (x_149 == 0) +x_147 = !lean_is_exclusive(x_8); +if (x_147 == 0) { -return x_10; +return x_8; } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_10, 0); -x_151 = lean_ctor_get(x_10, 1); -lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_10); -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; +lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_148 = lean_ctor_get(x_8, 0); +x_149 = lean_ctor_get(x_8, 1); +lean_inc(x_149); +lean_inc(x_148); +lean_dec(x_8); +x_150 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_150, 0, x_148); +lean_ctor_set(x_150, 1, x_149); +return x_150; } } } +else +{ +lean_object* x_151; lean_object* x_152; +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_151 = lean_box(0); +x_152 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_152, 0, x_151); +lean_ctor_set(x_152, 1, x_6); +return x_152; +} +} } } LEAN_EXPORT lean_object* l_Lean_Meta_reduceRecMatcher_x3f___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) { @@ -31986,258 +31144,256 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Meta_reduceNat_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -uint8_t x_7; -x_7 = l_Lean_Expr_hasFVar(x_1); -if (x_7 == 0) +uint8_t x_7; uint8_t x_60; +x_60 = l_Lean_Expr_hasFVar(x_1); +if (x_60 == 0) { -uint8_t x_8; -x_8 = l_Lean_Expr_hasMVar(x_1); -if (x_8 == 0) +uint8_t x_61; +x_61 = l_Lean_Expr_hasMVar(x_1); +x_7 = x_61; +goto block_59; +} +else +{ +uint8_t x_62; +x_62 = 1; +x_7 = x_62; +goto block_59; +} +block_59: +{ +if (x_7 == 0) { if (lean_obj_tag(x_1) == 5) { -lean_object* x_9; -x_9 = lean_ctor_get(x_1, 0); -lean_inc(x_9); -switch (lean_obj_tag(x_9)) { +lean_object* x_8; +x_8 = lean_ctor_get(x_1, 0); +lean_inc(x_8); +switch (lean_obj_tag(x_8)) { case 4: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_1, 1); -lean_inc(x_10); +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_9 = lean_ctor_get(x_1, 1); +lean_inc(x_9); lean_dec(x_1); -x_11 = lean_ctor_get(x_9, 0); -lean_inc(x_11); -lean_dec(x_9); -x_12 = l_Lean_Meta_reduceNat_x3f___closed__2; -x_13 = lean_name_eq(x_11, x_12); -lean_dec(x_11); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; +x_10 = lean_ctor_get(x_8, 0); +lean_inc(x_10); +lean_dec(x_8); +x_11 = l_Lean_Meta_reduceNat_x3f___closed__2; +x_12 = lean_name_eq(x_10, x_11); lean_dec(x_10); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; +lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -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_6); -return x_15; +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_6); +return x_14; } else { -lean_object* x_16; lean_object* x_17; -x_16 = l_Lean_Meta_reduceNat_x3f___closed__3; -x_17 = l_Lean_Meta_reduceUnaryNatOp(x_16, x_10, x_2, x_3, x_4, x_5, x_6); -return x_17; +lean_object* x_15; lean_object* x_16; +x_15 = l_Lean_Meta_reduceNat_x3f___closed__3; +x_16 = l_Lean_Meta_reduceUnaryNatOp(x_15, x_9, x_2, x_3, x_4, x_5, x_6); +return x_16; } } case 5: { -lean_object* x_18; -x_18 = lean_ctor_get(x_9, 0); -lean_inc(x_18); -if (lean_obj_tag(x_18) == 4) +lean_object* x_17; +x_17 = lean_ctor_get(x_8, 0); +lean_inc(x_17); +if (lean_obj_tag(x_17) == 4) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_19 = lean_ctor_get(x_1, 1); -lean_inc(x_19); +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_1, 1); +lean_inc(x_18); lean_dec(x_1); -x_20 = lean_ctor_get(x_9, 1); +x_19 = lean_ctor_get(x_8, 1); +lean_inc(x_19); +lean_dec(x_8); +x_20 = lean_ctor_get(x_17, 0); lean_inc(x_20); -lean_dec(x_9); -x_21 = lean_ctor_get(x_18, 0); -lean_inc(x_21); -lean_dec(x_18); -x_22 = l_Lean_Meta_reduceNat_x3f___closed__5; -x_23 = lean_name_eq(x_21, x_22); -if (x_23 == 0) -{ -lean_object* x_24; uint8_t x_25; -x_24 = l_Lean_Meta_reduceNat_x3f___closed__7; -x_25 = lean_name_eq(x_21, x_24); -if (x_25 == 0) +lean_dec(x_17); +x_21 = l_Lean_Meta_reduceNat_x3f___closed__5; +x_22 = lean_name_eq(x_20, x_21); +if (x_22 == 0) { -lean_object* x_26; uint8_t x_27; -x_26 = l_Lean_Meta_reduceNat_x3f___closed__9; -x_27 = lean_name_eq(x_21, x_26); -if (x_27 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = l_Lean_Meta_reduceNat_x3f___closed__7; +x_24 = lean_name_eq(x_20, x_23); +if (x_24 == 0) { -lean_object* x_28; uint8_t x_29; -x_28 = l_Lean_Meta_reduceNat_x3f___closed__11; -x_29 = lean_name_eq(x_21, x_28); -if (x_29 == 0) +lean_object* x_25; uint8_t x_26; +x_25 = l_Lean_Meta_reduceNat_x3f___closed__9; +x_26 = lean_name_eq(x_20, x_25); +if (x_26 == 0) { -lean_object* x_30; uint8_t x_31; -x_30 = l_Lean_Meta_reduceNat_x3f___closed__12; -x_31 = lean_name_eq(x_21, x_30); -if (x_31 == 0) +lean_object* x_27; uint8_t x_28; +x_27 = l_Lean_Meta_reduceNat_x3f___closed__11; +x_28 = lean_name_eq(x_20, x_27); +if (x_28 == 0) { -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Meta_reduceNat_x3f___closed__14; -x_33 = lean_name_eq(x_21, x_32); -if (x_33 == 0) +lean_object* x_29; uint8_t x_30; +x_29 = l_Lean_Meta_reduceNat_x3f___closed__12; +x_30 = lean_name_eq(x_20, x_29); +if (x_30 == 0) { -lean_object* x_34; uint8_t x_35; -x_34 = l_Lean_Meta_reduceNat_x3f___closed__16; -x_35 = lean_name_eq(x_21, x_34); -lean_dec(x_21); -if (x_35 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Meta_reduceNat_x3f___closed__14; +x_32 = lean_name_eq(x_20, x_31); +if (x_32 == 0) { -lean_object* x_36; lean_object* x_37; +lean_object* x_33; uint8_t x_34; +x_33 = l_Lean_Meta_reduceNat_x3f___closed__16; +x_34 = lean_name_eq(x_20, x_33); lean_dec(x_20); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; lean_dec(x_19); +lean_dec(x_18); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_36 = lean_box(0); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_6); -return x_37; +x_35 = lean_box(0); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_6); +return x_36; } else { -lean_object* x_38; lean_object* x_39; -x_38 = l_Lean_Meta_reduceNat_x3f___closed__17; -x_39 = l_Lean_Meta_reduceBinNatPred(x_38, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_39; +lean_object* x_37; lean_object* x_38; +x_37 = l_Lean_Meta_reduceNat_x3f___closed__17; +x_38 = l_Lean_Meta_reduceBinNatPred(x_37, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_38; } } else { -lean_object* x_40; lean_object* x_41; -lean_dec(x_21); -x_40 = l_Lean_Meta_reduceNat_x3f___closed__18; -x_41 = l_Lean_Meta_reduceBinNatPred(x_40, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_41; +lean_object* x_39; lean_object* x_40; +lean_dec(x_20); +x_39 = l_Lean_Meta_reduceNat_x3f___closed__18; +x_40 = l_Lean_Meta_reduceBinNatPred(x_39, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_40; } } else { -lean_object* x_42; lean_object* x_43; -lean_dec(x_21); -x_42 = l_Lean_Meta_reduceNat_x3f___closed__19; -x_43 = l_Lean_Meta_reduceBinNatOp(x_42, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_43; +lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_41 = l_Lean_Meta_reduceNat_x3f___closed__19; +x_42 = l_Lean_Meta_reduceBinNatOp(x_41, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_42; } } else { -lean_object* x_44; lean_object* x_45; -lean_dec(x_21); -x_44 = l_Lean_Meta_reduceNat_x3f___closed__20; -x_45 = l_Lean_Meta_reduceBinNatOp(x_44, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_45; +lean_object* x_43; lean_object* x_44; +lean_dec(x_20); +x_43 = l_Lean_Meta_reduceNat_x3f___closed__20; +x_44 = l_Lean_Meta_reduceBinNatOp(x_43, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_44; } } else { -lean_object* x_46; lean_object* x_47; -lean_dec(x_21); -x_46 = l_Lean_Meta_reduceNat_x3f___closed__21; -x_47 = l_Lean_Meta_reduceBinNatOp(x_46, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_47; +lean_object* x_45; lean_object* x_46; +lean_dec(x_20); +x_45 = l_Lean_Meta_reduceNat_x3f___closed__21; +x_46 = l_Lean_Meta_reduceBinNatOp(x_45, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_46; } } else { -lean_object* x_48; lean_object* x_49; -lean_dec(x_21); -x_48 = l_Lean_Meta_reduceNat_x3f___closed__22; -x_49 = l_Lean_Meta_reduceBinNatOp(x_48, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_49; +lean_object* x_47; lean_object* x_48; +lean_dec(x_20); +x_47 = l_Lean_Meta_reduceNat_x3f___closed__22; +x_48 = l_Lean_Meta_reduceBinNatOp(x_47, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_48; } } else { -lean_object* x_50; lean_object* x_51; -lean_dec(x_21); -x_50 = l_Lean_Meta_reduceNat_x3f___closed__23; -x_51 = l_Lean_Meta_reduceBinNatOp(x_50, x_20, x_19, x_2, x_3, x_4, x_5, x_6); -return x_51; +lean_object* x_49; lean_object* x_50; +lean_dec(x_20); +x_49 = l_Lean_Meta_reduceNat_x3f___closed__23; +x_50 = l_Lean_Meta_reduceBinNatOp(x_49, x_19, x_18, x_2, x_3, x_4, x_5, x_6); +return x_50; } } else { -lean_object* x_52; lean_object* x_53; -lean_dec(x_18); -lean_dec(x_9); +lean_object* x_51; lean_object* x_52; +lean_dec(x_17); +lean_dec(x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_6); -return x_53; +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_6); +return x_52; } } default: { -lean_object* x_54; lean_object* x_55; -lean_dec(x_9); +lean_object* x_53; lean_object* x_54; +lean_dec(x_8); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_54 = lean_box(0); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_6); -return x_55; +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_6); +return x_54; } } } else { -lean_object* x_56; lean_object* x_57; +lean_object* x_55; lean_object* x_56; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -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_6); -return x_57; +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_6); +return x_56; } } else { -lean_object* x_58; lean_object* x_59; +lean_object* x_57; lean_object* x_58; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_58 = lean_box(0); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_6); -return x_59; -} +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_6); +return x_58; } -else -{ -lean_object* x_60; lean_object* x_61; -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_6); -return x_61; } } } @@ -32253,144 +31409,155 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Meta_WHNF_0__Lean_Meta_useWHNFCache(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 = l_Lean_Expr_hasFVar(x_1); -if (x_7 == 0) -{ -uint8_t x_8; -x_8 = l_Lean_Expr_hasExprMVar(x_1); -if (x_8 == 0) +uint8_t x_7; uint8_t x_40; +x_40 = l_Lean_Expr_hasFVar(x_1); +if (x_40 == 0) { -lean_object* x_9; -x_9 = lean_ctor_get(x_2, 5); -if (lean_obj_tag(x_9) == 0) +uint8_t x_41; +x_41 = l_Lean_Expr_hasExprMVar(x_1); +if (x_41 == 0) { -lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_13; -x_10 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_6); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -x_12 = lean_ctor_get_uint8(x_11, 5); -lean_dec(x_11); -x_13 = lean_box(x_12); -switch (lean_obj_tag(x_13)) { -case 2: +lean_object* x_42; +x_42 = lean_ctor_get(x_2, 5); +if (lean_obj_tag(x_42) == 0) { -uint8_t x_14; -x_14 = !lean_is_exclusive(x_10); -if (x_14 == 0) +uint8_t x_43; +x_43 = 0; +x_7 = x_43; +goto block_39; +} +else { -lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_15 = lean_ctor_get(x_10, 0); -lean_dec(x_15); -x_16 = 0; -x_17 = lean_box(x_16); -lean_ctor_set(x_10, 0, x_17); -return x_10; +uint8_t x_44; +x_44 = 1; +x_7 = x_44; +goto block_39; +} } else { -lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; -x_18 = lean_ctor_get(x_10, 1); -lean_inc(x_18); -lean_dec(x_10); -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; +uint8_t x_45; +x_45 = 1; +x_7 = x_45; +goto block_39; } } -case 3: +else { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_10); -if (x_22 == 0) +uint8_t x_46; +x_46 = 1; +x_7 = x_46; +goto block_39; +} +block_39: { -lean_object* x_23; uint8_t x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_10, 0); -lean_dec(x_23); -x_24 = 0; -x_25 = lean_box(x_24); -lean_ctor_set(x_10, 0, x_25); -return x_10; +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; +x_8 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_6); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get_uint8(x_9, 5); +lean_dec(x_9); +x_11 = lean_box(x_10); +switch (lean_obj_tag(x_11)) { +case 2: +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_8); +if (x_12 == 0) +{ +lean_object* x_13; uint8_t x_14; lean_object* x_15; +x_13 = lean_ctor_get(x_8, 0); +lean_dec(x_13); +x_14 = 0; +x_15 = lean_box(x_14); +lean_ctor_set(x_8, 0, x_15); +return x_8; } else { -lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_10, 1); -lean_inc(x_26); -lean_dec(x_10); -x_27 = 0; -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; +lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_16 = lean_ctor_get(x_8, 1); +lean_inc(x_16); +lean_dec(x_8); +x_17 = 0; +x_18 = lean_box(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_16); +return x_19; } } -default: +case 3: { -uint8_t x_30; -lean_dec(x_13); -x_30 = !lean_is_exclusive(x_10); -if (x_30 == 0) +uint8_t x_20; +x_20 = !lean_is_exclusive(x_8); +if (x_20 == 0) { -lean_object* x_31; uint8_t x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_10, 0); -lean_dec(x_31); -x_32 = 1; -x_33 = lean_box(x_32); -lean_ctor_set(x_10, 0, x_33); -return x_10; +lean_object* x_21; uint8_t x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_8, 0); +lean_dec(x_21); +x_22 = 0; +x_23 = lean_box(x_22); +lean_ctor_set(x_8, 0, x_23); +return x_8; } else { -lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get(x_10, 1); -lean_inc(x_34); -lean_dec(x_10); -x_35 = 1; -x_36 = lean_box(x_35); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_34); -return x_37; -} +lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_8, 1); +lean_inc(x_24); +lean_dec(x_8); +x_25 = 0; +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_24); +return x_27; } } +default: +{ +uint8_t x_28; +lean_dec(x_11); +x_28 = !lean_is_exclusive(x_8); +if (x_28 == 0) +{ +lean_object* x_29; uint8_t x_30; lean_object* x_31; +x_29 = lean_ctor_get(x_8, 0); +lean_dec(x_29); +x_30 = 1; +x_31 = lean_box(x_30); +lean_ctor_set(x_8, 0, x_31); +return x_8; } else { -uint8_t x_38; lean_object* x_39; lean_object* x_40; -x_38 = 0; -x_39 = lean_box(x_38); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_40, 1, x_6); -return x_40; +lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; +x_32 = lean_ctor_get(x_8, 1); +lean_inc(x_32); +lean_dec(x_8); +x_33 = 1; +x_34 = lean_box(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_32); +return x_35; } } -else -{ -uint8_t x_41; lean_object* x_42; lean_object* x_43; -x_41 = 0; -x_42 = lean_box(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_6); -return x_43; } } else { -uint8_t x_44; lean_object* x_45; lean_object* x_46; -x_44 = 0; -x_45 = lean_box(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_6); -return x_46; +uint8_t x_36; lean_object* x_37; lean_object* x_38; +x_36 = 0; +x_37 = lean_box(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_6); +return x_38; +} } } } @@ -33132,7 +32299,7 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; uint8_t x_20; +lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; x_16 = lean_ctor_get(x_10, 1); lean_inc(x_16); lean_dec(x_10); @@ -33141,64 +32308,64 @@ lean_inc(x_17); x_18 = lean_ctor_get_uint8(x_11, sizeof(void*)*5); lean_dec(x_11); x_19 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, 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; -x_21 = lean_ctor_get(x_19, 0); -x_22 = lean_ctor_get(x_19, 1); +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_19, 1); +lean_inc(x_21); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_22 = x_19; +} else { + lean_dec_ref(x_19); + x_22 = lean_box(0); +} if (x_18 == 0) { -lean_object* x_40; -lean_free_object(x_19); -lean_dec(x_1); -x_40 = lean_box(0); -x_23 = x_40; -goto block_39; +uint8_t x_41; +x_41 = 0; +x_23 = x_41; +goto block_40; } else { -uint8_t x_41; -x_41 = lean_ctor_get_uint8(x_21, 6); -if (x_41 == 0) +uint8_t x_42; +x_42 = lean_ctor_get_uint8(x_20, 6); +if (x_42 == 0) { -lean_dec(x_21); -lean_dec(x_17); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_19, 0, x_1); -return x_19; +uint8_t x_43; +x_43 = 1; +x_23 = x_43; +goto block_40; } else { -lean_object* x_42; -lean_free_object(x_19); -lean_dec(x_1); -x_42 = lean_box(0); -x_23 = x_42; -goto block_39; +uint8_t x_44; +x_44 = 0; +x_23 = x_44; +goto block_40; } } -block_39: +block_40: +{ +if (x_23 == 0) { uint8_t x_24; -lean_dec(x_23); -x_24 = lean_ctor_get_uint8(x_21, 7); -lean_dec(x_21); +lean_dec(x_22); +lean_dec(x_1); +x_24 = lean_ctor_get_uint8(x_20, 7); +lean_dec(x_20); if (x_24 == 0) { lean_dec(x_9); x_1 = x_17; -x_6 = x_22; +x_6 = x_21; goto _start; } else { lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_26 = lean_st_ref_take(x_3, x_22); +x_26 = lean_st_ref_take(x_3, x_21); x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); x_28 = lean_ctor_get(x_26, 1); @@ -33229,1220 +32396,1177 @@ x_6 = x_37; goto _start; } } -} -else -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_19, 0); -x_44 = lean_ctor_get(x_19, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_19); -if (x_18 == 0) -{ -lean_object* x_62; -lean_dec(x_1); -x_62 = lean_box(0); -x_45 = x_62; -goto block_61; -} else { -uint8_t x_63; -x_63 = lean_ctor_get_uint8(x_43, 6); -if (x_63 == 0) -{ -lean_object* x_64; -lean_dec(x_43); +lean_object* x_39; +lean_dec(x_20); lean_dec(x_17); lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_1); -lean_ctor_set(x_64, 1, x_44); -return x_64; -} -else -{ -lean_object* x_65; -lean_dec(x_1); -x_65 = lean_box(0); -x_45 = x_65; -goto block_61; -} -} -block_61: -{ -uint8_t x_46; -lean_dec(x_45); -x_46 = lean_ctor_get_uint8(x_43, 7); -lean_dec(x_43); -if (x_46 == 0) -{ -lean_dec(x_9); -x_1 = x_17; -x_6 = x_44; -goto _start; -} -else -{ -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_48 = lean_st_ref_take(x_3, x_44); -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); -x_52 = lean_ctor_get(x_49, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_49, 2); -lean_inc(x_53); -x_54 = lean_box(0); -x_55 = l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(x_53, x_9, x_54); -x_56 = lean_ctor_get(x_49, 3); -lean_inc(x_56); -lean_dec(x_49); -x_57 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_57, 0, x_51); -lean_ctor_set(x_57, 1, x_52); -lean_ctor_set(x_57, 2, x_55); -lean_ctor_set(x_57, 3, x_56); -x_58 = lean_st_ref_set(x_3, x_57, x_50); -x_59 = lean_ctor_get(x_58, 1); -lean_inc(x_59); -lean_dec(x_58); -x_1 = x_17; -x_6 = x_59; -goto _start; +if (lean_is_scalar(x_22)) { + x_39 = lean_alloc_ctor(0, 2, 0); +} else { + x_39 = x_22; } +lean_ctor_set(x_39, 0, x_1); +lean_ctor_set(x_39, 1, x_21); +return x_39; } } } } else { -uint8_t x_66; +uint8_t x_45; lean_dec(x_9); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_66 = !lean_is_exclusive(x_10); -if (x_66 == 0) +x_45 = !lean_is_exclusive(x_10); +if (x_45 == 0) { return x_10; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_67 = lean_ctor_get(x_10, 0); -x_68 = lean_ctor_get(x_10, 1); -lean_inc(x_68); -lean_inc(x_67); +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_10, 0); +x_47 = lean_ctor_get(x_10, 1); +lean_inc(x_47); +lean_inc(x_46); lean_dec(x_10); -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_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; } } } case 2: { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_1, 0); -lean_inc(x_70); -x_71 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_70, x_2, x_3, x_4, x_5, x_6); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -if (lean_obj_tag(x_72) == 0) +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_1, 0); +lean_inc(x_49); +x_50 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_Meta_Basic_0__Lean_Meta_isClassQuick_x3f___spec__1(x_49, x_2, x_3, x_4, x_5, x_6); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +if (lean_obj_tag(x_51) == 0) { -uint8_t x_73; +uint8_t x_52; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_73 = !lean_is_exclusive(x_71); -if (x_73 == 0) +x_52 = !lean_is_exclusive(x_50); +if (x_52 == 0) { -lean_object* x_74; -x_74 = lean_ctor_get(x_71, 0); -lean_dec(x_74); -lean_ctor_set(x_71, 0, x_1); -return x_71; +lean_object* x_53; +x_53 = lean_ctor_get(x_50, 0); +lean_dec(x_53); +lean_ctor_set(x_50, 0, x_1); +return x_50; } else { -lean_object* x_75; lean_object* x_76; -x_75 = lean_ctor_get(x_71, 1); -lean_inc(x_75); -lean_dec(x_71); -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_1); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_54; lean_object* x_55; +x_54 = lean_ctor_get(x_50, 1); +lean_inc(x_54); +lean_dec(x_50); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_1); +lean_ctor_set(x_55, 1, x_54); +return x_55; } } else { -lean_object* x_77; lean_object* x_78; +lean_object* x_56; lean_object* x_57; lean_dec(x_1); -x_77 = lean_ctor_get(x_71, 1); -lean_inc(x_77); -lean_dec(x_71); -x_78 = lean_ctor_get(x_72, 0); -lean_inc(x_78); -lean_dec(x_72); -x_1 = x_78; -x_6 = x_77; +x_56 = lean_ctor_get(x_50, 1); +lean_inc(x_56); +lean_dec(x_50); +x_57 = lean_ctor_get(x_51, 0); +lean_inc(x_57); +lean_dec(x_51); +x_1 = x_57; +x_6 = x_56; goto _start; } } case 4: { -lean_object* x_80; lean_object* x_81; -x_80 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; -x_81 = l_Lean_Core_checkMaxHeartbeats(x_80, x_4, x_5, x_6); -if (lean_obj_tag(x_81) == 0) -{ -lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_object* x_85; uint8_t x_160; -x_82 = lean_ctor_get(x_81, 1); -lean_inc(x_82); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_83 = x_81; -} else { - lean_dec_ref(x_81); - x_83 = lean_box(0); -} -x_160 = l_Lean_Expr_hasFVar(x_1); -if (x_160 == 0) -{ -uint8_t x_161; -x_161 = l_Lean_Expr_hasExprMVar(x_1); -if (x_161 == 0) -{ -lean_object* x_162; -x_162 = lean_ctor_get(x_2, 5); -lean_inc(x_162); -if (lean_obj_tag(x_162) == 0) -{ -lean_object* x_163; lean_object* x_164; uint8_t x_165; lean_object* x_166; -x_163 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_82); -x_164 = lean_ctor_get(x_163, 0); -lean_inc(x_164); -x_165 = lean_ctor_get_uint8(x_164, 5); -lean_dec(x_164); -x_166 = lean_box(x_165); -switch (lean_obj_tag(x_166)) { -case 2: +lean_object* x_59; lean_object* x_60; +x_59 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; +x_60 = l_Lean_Core_checkMaxHeartbeats(x_59, x_4, x_5, x_6); +if (lean_obj_tag(x_60) == 0) { -lean_object* x_167; uint8_t x_168; -x_167 = lean_ctor_get(x_163, 1); -lean_inc(x_167); -lean_dec(x_163); -x_168 = 0; -x_84 = x_168; -x_85 = x_167; -goto block_159; +lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; uint8_t x_139; uint8_t x_152; +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +if (lean_is_exclusive(x_60)) { + lean_ctor_release(x_60, 0); + lean_ctor_release(x_60, 1); + x_62 = x_60; +} else { + lean_dec_ref(x_60); + x_62 = lean_box(0); } -case 3: +x_152 = l_Lean_Expr_hasFVar(x_1); +if (x_152 == 0) { -lean_object* x_169; uint8_t x_170; -x_169 = lean_ctor_get(x_163, 1); -lean_inc(x_169); -lean_dec(x_163); -x_170 = 0; -x_84 = x_170; -x_85 = x_169; -goto block_159; -} -default: +uint8_t x_153; +x_153 = l_Lean_Expr_hasExprMVar(x_1); +if (x_153 == 0) { -lean_object* x_171; uint8_t x_172; -lean_dec(x_166); -x_171 = lean_ctor_get(x_163, 1); -lean_inc(x_171); -lean_dec(x_163); -x_172 = 1; -x_84 = x_172; -x_85 = x_171; -goto block_159; -} -} +lean_object* x_154; +x_154 = lean_ctor_get(x_2, 5); +lean_inc(x_154); +if (lean_obj_tag(x_154) == 0) +{ +uint8_t x_155; +x_155 = 0; +x_139 = x_155; +goto block_151; } else { -uint8_t x_173; -lean_dec(x_162); -x_173 = 0; -x_84 = x_173; -x_85 = x_82; -goto block_159; +uint8_t x_156; +lean_dec(x_154); +x_156 = 1; +x_139 = x_156; +goto block_151; } } else { -uint8_t x_174; -x_174 = 0; -x_84 = x_174; -x_85 = x_82; -goto block_159; +uint8_t x_157; +x_157 = 1; +x_139 = x_157; +goto block_151; } } else { -uint8_t x_175; -x_175 = 0; -x_84 = x_175; -x_85 = x_82; -goto block_159; +uint8_t x_158; +x_158 = 1; +x_139 = x_158; +goto block_151; } -block_159: +block_138: { -lean_object* x_86; lean_object* x_87; -if (x_84 == 0) +lean_object* x_65; lean_object* x_66; +if (x_63 == 0) { -lean_object* x_131; -x_131 = lean_box(0); -x_86 = x_131; -x_87 = x_85; -goto block_130; +lean_object* x_110; +x_110 = lean_box(0); +x_65 = x_110; +x_66 = x_64; +goto block_109; } else { -lean_object* x_132; lean_object* x_133; uint8_t x_134; lean_object* x_135; -x_132 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_85); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -x_134 = lean_ctor_get_uint8(x_133, 5); -lean_dec(x_133); -x_135 = lean_box(x_134); -switch (lean_obj_tag(x_135)) { +lean_object* x_111; lean_object* x_112; uint8_t x_113; lean_object* x_114; +x_111 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_64); +x_112 = lean_ctor_get(x_111, 0); +lean_inc(x_112); +x_113 = lean_ctor_get_uint8(x_112, 5); +lean_dec(x_112); +x_114 = lean_box(x_113); +switch (lean_obj_tag(x_114)) { case 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; -x_136 = lean_ctor_get(x_132, 1); -lean_inc(x_136); -lean_dec(x_132); -x_137 = lean_st_ref_get(x_3, x_136); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -lean_dec(x_137); -x_140 = lean_ctor_get(x_138, 1); -lean_inc(x_140); -lean_dec(x_138); -x_141 = lean_ctor_get(x_140, 4); -lean_inc(x_141); -lean_dec(x_140); +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; +x_115 = lean_ctor_get(x_111, 1); +lean_inc(x_115); +lean_dec(x_111); +x_116 = lean_st_ref_get(x_3, x_115); +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_116, 1); +lean_inc(x_118); +lean_dec(x_116); +x_119 = lean_ctor_get(x_117, 1); +lean_inc(x_119); +lean_dec(x_117); +x_120 = lean_ctor_get(x_119, 4); +lean_inc(x_120); +lean_dec(x_119); lean_inc(x_1); -x_142 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_141, x_1); -x_86 = x_142; -x_87 = x_139; -goto block_130; +x_121 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_120, x_1); +x_65 = x_121; +x_66 = x_118; +goto block_109; } case 1: { -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; -x_143 = lean_ctor_get(x_132, 1); -lean_inc(x_143); -lean_dec(x_132); -x_144 = lean_st_ref_get(x_3, x_143); -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_ctor_get(x_145, 1); -lean_inc(x_147); -lean_dec(x_145); -x_148 = lean_ctor_get(x_147, 3); -lean_inc(x_148); -lean_dec(x_147); +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; +x_122 = lean_ctor_get(x_111, 1); +lean_inc(x_122); +lean_dec(x_111); +x_123 = lean_st_ref_get(x_3, x_122); +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 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +x_127 = lean_ctor_get(x_126, 3); +lean_inc(x_127); +lean_dec(x_126); lean_inc(x_1); -x_149 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_148, x_1); -x_86 = x_149; -x_87 = x_146; -goto block_130; +x_128 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_127, x_1); +x_65 = x_128; +x_66 = x_125; +goto block_109; } default: { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -lean_dec(x_135); -x_150 = lean_ctor_get(x_132, 1); -lean_inc(x_150); -lean_dec(x_132); -x_151 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; +lean_object* x_129; lean_object* x_130; lean_object* x_131; +lean_dec(x_114); +x_129 = lean_ctor_get(x_111, 1); +lean_inc(x_129); +lean_dec(x_111); +x_130 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_152 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_151, x_2, x_3, x_4, x_5, x_150); -if (lean_obj_tag(x_152) == 0) +x_131 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_130, x_2, x_3, x_4, x_5, x_129); +if (lean_obj_tag(x_131) == 0) { -lean_object* x_153; lean_object* x_154; -x_153 = lean_ctor_get(x_152, 0); -lean_inc(x_153); -x_154 = lean_ctor_get(x_152, 1); -lean_inc(x_154); -lean_dec(x_152); -x_86 = x_153; -x_87 = x_154; -goto block_130; +lean_object* x_132; lean_object* x_133; +x_132 = lean_ctor_get(x_131, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_131, 1); +lean_inc(x_133); +lean_dec(x_131); +x_65 = x_132; +x_66 = x_133; +goto block_109; } else { -uint8_t x_155; -lean_dec(x_83); +uint8_t x_134; +lean_dec(x_62); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_155 = !lean_is_exclusive(x_152); -if (x_155 == 0) +x_134 = !lean_is_exclusive(x_131); +if (x_134 == 0) { -return x_152; +return x_131; } else { -lean_object* x_156; lean_object* x_157; lean_object* x_158; -x_156 = lean_ctor_get(x_152, 0); -x_157 = lean_ctor_get(x_152, 1); -lean_inc(x_157); -lean_inc(x_156); -lean_dec(x_152); -x_158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_158, 0, x_156); -lean_ctor_set(x_158, 1, x_157); -return x_158; +lean_object* x_135; lean_object* x_136; lean_object* x_137; +x_135 = lean_ctor_get(x_131, 0); +x_136 = lean_ctor_get(x_131, 1); +lean_inc(x_136); +lean_inc(x_135); +lean_dec(x_131); +x_137 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_137, 0, x_135); +lean_ctor_set(x_137, 1, x_136); +return x_137; } } } } } -block_130: +block_109: { -if (lean_obj_tag(x_86) == 0) +if (lean_obj_tag(x_65) == 0) { -uint8_t x_88; uint8_t x_89; lean_object* x_90; -lean_dec(x_83); -x_88 = 1; -x_89 = 0; +uint8_t x_67; uint8_t x_68; lean_object* x_69; +lean_dec(x_62); +x_67 = 1; +x_68 = 0; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_90 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_88, x_89, x_1, x_2, x_3, x_4, x_5, x_87); -if (lean_obj_tag(x_90) == 0) +x_69 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_67, x_68, x_1, x_2, x_3, x_4, x_5, x_66); +if (lean_obj_tag(x_69) == 0) { -lean_object* x_91; lean_object* x_92; lean_object* 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); +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); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_91); -x_93 = l_Lean_Meta_reduceNat_x3f(x_91, x_2, x_3, x_4, x_5, x_92); -if (lean_obj_tag(x_93) == 0) +lean_inc(x_70); +x_72 = l_Lean_Meta_reduceNat_x3f(x_70, x_2, x_3, x_4, x_5, x_71); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_94; -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -if (lean_obj_tag(x_94) == 0) +lean_object* x_73; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +if (lean_obj_tag(x_73) == 0) { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_93, 1); -lean_inc(x_95); -lean_dec(x_93); +lean_object* x_74; lean_object* x_75; +x_74 = lean_ctor_get(x_72, 1); +lean_inc(x_74); +lean_dec(x_72); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_91); -x_96 = l_Lean_Meta_reduceNative_x3f(x_91, x_2, x_3, x_4, x_5, x_95); -if (lean_obj_tag(x_96) == 0) +lean_inc(x_70); +x_75 = l_Lean_Meta_reduceNative_x3f(x_70, x_2, x_3, x_4, x_5, x_74); +if (lean_obj_tag(x_75) == 0) { -lean_object* x_97; -x_97 = lean_ctor_get(x_96, 0); -lean_inc(x_97); -if (lean_obj_tag(x_97) == 0) +lean_object* x_76; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +if (lean_obj_tag(x_76) == 0) { -lean_object* x_98; lean_object* x_99; -x_98 = lean_ctor_get(x_96, 1); -lean_inc(x_98); -lean_dec(x_96); +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +lean_dec(x_75); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_91); -x_99 = l_Lean_Meta_unfoldDefinition_x3f(x_91, x_2, x_3, x_4, x_5, x_98); -if (lean_obj_tag(x_99) == 0) +lean_inc(x_70); +x_78 = l_Lean_Meta_unfoldDefinition_x3f(x_70, x_2, x_3, x_4, x_5, x_77); +if (lean_obj_tag(x_78) == 0) { -lean_object* x_100; -x_100 = lean_ctor_get(x_99, 0); -lean_inc(x_100); -if (lean_obj_tag(x_100) == 0) +lean_object* x_79; +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +if (lean_obj_tag(x_79) == 0) { -lean_object* x_101; lean_object* x_102; -x_101 = lean_ctor_get(x_99, 1); -lean_inc(x_101); -lean_dec(x_99); -x_102 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_84, x_1, x_91, x_2, x_3, x_4, x_5, x_101); -return x_102; +lean_object* x_80; lean_object* x_81; +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_63, x_1, x_70, x_2, x_3, x_4, x_5, x_80); +return x_81; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -lean_dec(x_91); +lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_dec(x_70); lean_dec(x_1); -x_103 = lean_ctor_get(x_99, 1); -lean_inc(x_103); -lean_dec(x_99); -x_104 = lean_ctor_get(x_100, 0); -lean_inc(x_104); -lean_dec(x_100); -x_105 = lean_whnf(x_104, x_2, x_3, x_4, x_5, x_103); -return x_105; +x_82 = lean_ctor_get(x_78, 1); +lean_inc(x_82); +lean_dec(x_78); +x_83 = lean_ctor_get(x_79, 0); +lean_inc(x_83); +lean_dec(x_79); +x_84 = lean_whnf(x_83, x_2, x_3, x_4, x_5, x_82); +return x_84; } } else { -uint8_t x_106; -lean_dec(x_91); +uint8_t x_85; +lean_dec(x_70); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_106 = !lean_is_exclusive(x_99); -if (x_106 == 0) +x_85 = !lean_is_exclusive(x_78); +if (x_85 == 0) { -return x_99; +return x_78; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_99, 0); -x_108 = lean_ctor_get(x_99, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_99); -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; +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_78, 0); +x_87 = lean_ctor_get(x_78, 1); +lean_inc(x_87); +lean_inc(x_86); +lean_dec(x_78); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_91); -x_110 = lean_ctor_get(x_96, 1); -lean_inc(x_110); -lean_dec(x_96); -x_111 = lean_ctor_get(x_97, 0); -lean_inc(x_111); -lean_dec(x_97); -x_112 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_84, x_1, x_111, x_2, x_3, x_4, x_5, x_110); -return x_112; +lean_object* x_89; lean_object* x_90; lean_object* x_91; +lean_dec(x_70); +x_89 = lean_ctor_get(x_75, 1); +lean_inc(x_89); +lean_dec(x_75); +x_90 = lean_ctor_get(x_76, 0); +lean_inc(x_90); +lean_dec(x_76); +x_91 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_63, x_1, x_90, x_2, x_3, x_4, x_5, x_89); +return x_91; } } else { -uint8_t x_113; -lean_dec(x_91); +uint8_t x_92; +lean_dec(x_70); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_113 = !lean_is_exclusive(x_96); -if (x_113 == 0) +x_92 = !lean_is_exclusive(x_75); +if (x_92 == 0) { -return x_96; +return x_75; } else { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_96, 0); -x_115 = lean_ctor_get(x_96, 1); -lean_inc(x_115); -lean_inc(x_114); -lean_dec(x_96); -x_116 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_116, 0, x_114); -lean_ctor_set(x_116, 1, x_115); -return x_116; +lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_93 = lean_ctor_get(x_75, 0); +x_94 = lean_ctor_get(x_75, 1); +lean_inc(x_94); +lean_inc(x_93); +lean_dec(x_75); +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_117; lean_object* x_118; lean_object* x_119; -lean_dec(x_91); -x_117 = lean_ctor_get(x_93, 1); -lean_inc(x_117); -lean_dec(x_93); -x_118 = lean_ctor_get(x_94, 0); -lean_inc(x_118); -lean_dec(x_94); -x_119 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_84, x_1, x_118, x_2, x_3, x_4, x_5, x_117); -return x_119; +lean_object* x_96; lean_object* x_97; lean_object* x_98; +lean_dec(x_70); +x_96 = lean_ctor_get(x_72, 1); +lean_inc(x_96); +lean_dec(x_72); +x_97 = lean_ctor_get(x_73, 0); +lean_inc(x_97); +lean_dec(x_73); +x_98 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_63, x_1, x_97, x_2, x_3, x_4, x_5, x_96); +return x_98; } } else { -uint8_t x_120; -lean_dec(x_91); +uint8_t x_99; +lean_dec(x_70); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_120 = !lean_is_exclusive(x_93); -if (x_120 == 0) +x_99 = !lean_is_exclusive(x_72); +if (x_99 == 0) { -return x_93; +return x_72; } else { -lean_object* x_121; lean_object* x_122; lean_object* x_123; -x_121 = lean_ctor_get(x_93, 0); -x_122 = lean_ctor_get(x_93, 1); -lean_inc(x_122); -lean_inc(x_121); -lean_dec(x_93); -x_123 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_123, 0, x_121); -lean_ctor_set(x_123, 1, x_122); -return x_123; +lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_100 = lean_ctor_get(x_72, 0); +x_101 = lean_ctor_get(x_72, 1); +lean_inc(x_101); +lean_inc(x_100); +lean_dec(x_72); +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_124; +uint8_t x_103; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_124 = !lean_is_exclusive(x_90); -if (x_124 == 0) +x_103 = !lean_is_exclusive(x_69); +if (x_103 == 0) { -return x_90; +return x_69; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_ctor_get(x_90, 0); -x_126 = lean_ctor_get(x_90, 1); -lean_inc(x_126); -lean_inc(x_125); -lean_dec(x_90); -x_127 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -return x_127; +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_69, 0); +x_105 = lean_ctor_get(x_69, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_69); +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 { -lean_object* x_128; lean_object* x_129; +lean_object* x_107; lean_object* x_108; 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_86, 0); -lean_inc(x_128); -lean_dec(x_86); -if (lean_is_scalar(x_83)) { - x_129 = lean_alloc_ctor(0, 2, 0); +x_107 = lean_ctor_get(x_65, 0); +lean_inc(x_107); +lean_dec(x_65); +if (lean_is_scalar(x_62)) { + x_108 = lean_alloc_ctor(0, 2, 0); } else { - x_129 = x_83; + x_108 = x_62; } -lean_ctor_set(x_129, 0, x_128); -lean_ctor_set(x_129, 1, x_87); -return x_129; +lean_ctor_set(x_108, 0, x_107); +lean_ctor_set(x_108, 1, x_66); +return x_108; +} +} +} +block_151: +{ +if (x_139 == 0) +{ +lean_object* x_140; lean_object* x_141; uint8_t x_142; lean_object* x_143; +x_140 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_61); +x_141 = lean_ctor_get(x_140, 0); +lean_inc(x_141); +x_142 = lean_ctor_get_uint8(x_141, 5); +lean_dec(x_141); +x_143 = lean_box(x_142); +switch (lean_obj_tag(x_143)) { +case 2: +{ +lean_object* x_144; uint8_t x_145; +x_144 = lean_ctor_get(x_140, 1); +lean_inc(x_144); +lean_dec(x_140); +x_145 = 0; +x_63 = x_145; +x_64 = x_144; +goto block_138; +} +case 3: +{ +lean_object* x_146; uint8_t x_147; +x_146 = lean_ctor_get(x_140, 1); +lean_inc(x_146); +lean_dec(x_140); +x_147 = 0; +x_63 = x_147; +x_64 = x_146; +goto block_138; } +default: +{ +lean_object* x_148; uint8_t x_149; +lean_dec(x_143); +x_148 = lean_ctor_get(x_140, 1); +lean_inc(x_148); +lean_dec(x_140); +x_149 = 1; +x_63 = x_149; +x_64 = x_148; +goto block_138; } } } else { -uint8_t x_176; +uint8_t x_150; +x_150 = 0; +x_63 = x_150; +x_64 = x_61; +goto block_138; +} +} +} +else +{ +uint8_t x_159; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_176 = !lean_is_exclusive(x_81); -if (x_176 == 0) +x_159 = !lean_is_exclusive(x_60); +if (x_159 == 0) { -return x_81; +return x_60; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; -x_177 = lean_ctor_get(x_81, 0); -x_178 = lean_ctor_get(x_81, 1); -lean_inc(x_178); -lean_inc(x_177); -lean_dec(x_81); -x_179 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_179, 0, x_177); -lean_ctor_set(x_179, 1, x_178); -return x_179; +lean_object* x_160; lean_object* x_161; lean_object* x_162; +x_160 = lean_ctor_get(x_60, 0); +x_161 = lean_ctor_get(x_60, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_60); +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; } } } case 5: { -lean_object* x_180; lean_object* x_181; -x_180 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; -x_181 = l_Lean_Core_checkMaxHeartbeats(x_180, x_4, x_5, x_6); -if (lean_obj_tag(x_181) == 0) +lean_object* x_163; lean_object* x_164; +x_163 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; +x_164 = l_Lean_Core_checkMaxHeartbeats(x_163, x_4, x_5, x_6); +if (lean_obj_tag(x_164) == 0) { -lean_object* x_182; lean_object* x_183; uint8_t x_184; lean_object* x_185; uint8_t x_260; -x_182 = lean_ctor_get(x_181, 1); -lean_inc(x_182); -if (lean_is_exclusive(x_181)) { - lean_ctor_release(x_181, 0); - lean_ctor_release(x_181, 1); - x_183 = x_181; +lean_object* x_165; lean_object* x_166; uint8_t x_167; lean_object* x_168; uint8_t x_243; uint8_t x_256; +x_165 = lean_ctor_get(x_164, 1); +lean_inc(x_165); +if (lean_is_exclusive(x_164)) { + lean_ctor_release(x_164, 0); + lean_ctor_release(x_164, 1); + x_166 = x_164; } else { - lean_dec_ref(x_181); - x_183 = lean_box(0); + lean_dec_ref(x_164); + x_166 = lean_box(0); } -x_260 = l_Lean_Expr_hasFVar(x_1); -if (x_260 == 0) -{ -uint8_t x_261; -x_261 = l_Lean_Expr_hasExprMVar(x_1); -if (x_261 == 0) -{ -lean_object* x_262; -x_262 = lean_ctor_get(x_2, 5); -lean_inc(x_262); -if (lean_obj_tag(x_262) == 0) -{ -lean_object* x_263; lean_object* x_264; uint8_t x_265; lean_object* x_266; -x_263 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_182); -x_264 = lean_ctor_get(x_263, 0); -lean_inc(x_264); -x_265 = lean_ctor_get_uint8(x_264, 5); -lean_dec(x_264); -x_266 = lean_box(x_265); -switch (lean_obj_tag(x_266)) { -case 2: +x_256 = l_Lean_Expr_hasFVar(x_1); +if (x_256 == 0) { -lean_object* x_267; uint8_t x_268; -x_267 = lean_ctor_get(x_263, 1); -lean_inc(x_267); -lean_dec(x_263); -x_268 = 0; -x_184 = x_268; -x_185 = x_267; -goto block_259; -} -case 3: +uint8_t x_257; +x_257 = l_Lean_Expr_hasExprMVar(x_1); +if (x_257 == 0) { -lean_object* x_269; uint8_t x_270; -x_269 = lean_ctor_get(x_263, 1); -lean_inc(x_269); -lean_dec(x_263); -x_270 = 0; -x_184 = x_270; -x_185 = x_269; -goto block_259; -} -default: +lean_object* x_258; +x_258 = lean_ctor_get(x_2, 5); +lean_inc(x_258); +if (lean_obj_tag(x_258) == 0) { -lean_object* x_271; uint8_t x_272; -lean_dec(x_266); -x_271 = lean_ctor_get(x_263, 1); -lean_inc(x_271); -lean_dec(x_263); -x_272 = 1; -x_184 = x_272; -x_185 = x_271; -goto block_259; -} -} +uint8_t x_259; +x_259 = 0; +x_243 = x_259; +goto block_255; } else { -uint8_t x_273; -lean_dec(x_262); -x_273 = 0; -x_184 = x_273; -x_185 = x_182; -goto block_259; +uint8_t x_260; +lean_dec(x_258); +x_260 = 1; +x_243 = x_260; +goto block_255; } } else { -uint8_t x_274; -x_274 = 0; -x_184 = x_274; -x_185 = x_182; -goto block_259; +uint8_t x_261; +x_261 = 1; +x_243 = x_261; +goto block_255; } } else { -uint8_t x_275; -x_275 = 0; -x_184 = x_275; -x_185 = x_182; -goto block_259; +uint8_t x_262; +x_262 = 1; +x_243 = x_262; +goto block_255; } -block_259: +block_242: { -lean_object* x_186; lean_object* x_187; -if (x_184 == 0) +lean_object* x_169; lean_object* x_170; +if (x_167 == 0) { -lean_object* x_231; -x_231 = lean_box(0); -x_186 = x_231; -x_187 = x_185; -goto block_230; +lean_object* x_214; +x_214 = lean_box(0); +x_169 = x_214; +x_170 = x_168; +goto block_213; } else { -lean_object* x_232; lean_object* x_233; uint8_t x_234; lean_object* x_235; -x_232 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_185); -x_233 = lean_ctor_get(x_232, 0); -lean_inc(x_233); -x_234 = lean_ctor_get_uint8(x_233, 5); -lean_dec(x_233); -x_235 = lean_box(x_234); -switch (lean_obj_tag(x_235)) { +lean_object* x_215; lean_object* x_216; uint8_t x_217; lean_object* x_218; +x_215 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_168); +x_216 = lean_ctor_get(x_215, 0); +lean_inc(x_216); +x_217 = lean_ctor_get_uint8(x_216, 5); +lean_dec(x_216); +x_218 = lean_box(x_217); +switch (lean_obj_tag(x_218)) { case 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_232, 1); -lean_inc(x_236); -lean_dec(x_232); -x_237 = lean_st_ref_get(x_3, x_236); -x_238 = lean_ctor_get(x_237, 0); -lean_inc(x_238); -x_239 = lean_ctor_get(x_237, 1); -lean_inc(x_239); -lean_dec(x_237); -x_240 = lean_ctor_get(x_238, 1); -lean_inc(x_240); -lean_dec(x_238); -x_241 = lean_ctor_get(x_240, 4); -lean_inc(x_241); -lean_dec(x_240); +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_215, 1); +lean_inc(x_219); +lean_dec(x_215); +x_220 = lean_st_ref_get(x_3, x_219); +x_221 = lean_ctor_get(x_220, 0); +lean_inc(x_221); +x_222 = lean_ctor_get(x_220, 1); +lean_inc(x_222); +lean_dec(x_220); +x_223 = lean_ctor_get(x_221, 1); +lean_inc(x_223); +lean_dec(x_221); +x_224 = lean_ctor_get(x_223, 4); +lean_inc(x_224); +lean_dec(x_223); lean_inc(x_1); -x_242 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_241, x_1); -x_186 = x_242; -x_187 = x_239; -goto block_230; +x_225 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_224, x_1); +x_169 = x_225; +x_170 = x_222; +goto block_213; } case 1: { -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; -x_243 = lean_ctor_get(x_232, 1); -lean_inc(x_243); -lean_dec(x_232); -x_244 = lean_st_ref_get(x_3, x_243); -x_245 = lean_ctor_get(x_244, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_244, 1); -lean_inc(x_246); -lean_dec(x_244); -x_247 = lean_ctor_get(x_245, 1); -lean_inc(x_247); -lean_dec(x_245); -x_248 = lean_ctor_get(x_247, 3); -lean_inc(x_248); -lean_dec(x_247); +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_215, 1); +lean_inc(x_226); +lean_dec(x_215); +x_227 = lean_st_ref_get(x_3, x_226); +x_228 = lean_ctor_get(x_227, 0); +lean_inc(x_228); +x_229 = lean_ctor_get(x_227, 1); +lean_inc(x_229); +lean_dec(x_227); +x_230 = lean_ctor_get(x_228, 1); +lean_inc(x_230); +lean_dec(x_228); +x_231 = lean_ctor_get(x_230, 3); +lean_inc(x_231); +lean_dec(x_230); lean_inc(x_1); -x_249 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_248, x_1); -x_186 = x_249; -x_187 = x_246; -goto block_230; +x_232 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_231, x_1); +x_169 = x_232; +x_170 = x_229; +goto block_213; } default: { -lean_object* x_250; lean_object* x_251; lean_object* x_252; -lean_dec(x_235); -x_250 = lean_ctor_get(x_232, 1); -lean_inc(x_250); -lean_dec(x_232); -x_251 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; +lean_object* x_233; lean_object* x_234; lean_object* x_235; +lean_dec(x_218); +x_233 = lean_ctor_get(x_215, 1); +lean_inc(x_233); +lean_dec(x_215); +x_234 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_252 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_251, x_2, x_3, x_4, x_5, x_250); -if (lean_obj_tag(x_252) == 0) +x_235 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_234, x_2, x_3, x_4, x_5, x_233); +if (lean_obj_tag(x_235) == 0) { -lean_object* x_253; lean_object* x_254; -x_253 = lean_ctor_get(x_252, 0); -lean_inc(x_253); -x_254 = lean_ctor_get(x_252, 1); -lean_inc(x_254); -lean_dec(x_252); -x_186 = x_253; -x_187 = x_254; -goto block_230; +lean_object* x_236; lean_object* x_237; +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_169 = x_236; +x_170 = x_237; +goto block_213; } else { -uint8_t x_255; -lean_dec(x_183); +uint8_t x_238; +lean_dec(x_166); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_255 = !lean_is_exclusive(x_252); -if (x_255 == 0) +x_238 = !lean_is_exclusive(x_235); +if (x_238 == 0) { -return x_252; +return x_235; } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_252, 0); -x_257 = lean_ctor_get(x_252, 1); -lean_inc(x_257); -lean_inc(x_256); -lean_dec(x_252); -x_258 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_257); -return x_258; +lean_object* x_239; lean_object* x_240; lean_object* x_241; +x_239 = lean_ctor_get(x_235, 0); +x_240 = lean_ctor_get(x_235, 1); +lean_inc(x_240); +lean_inc(x_239); +lean_dec(x_235); +x_241 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_241, 0, x_239); +lean_ctor_set(x_241, 1, x_240); +return x_241; } } } } } -block_230: +block_213: { -if (lean_obj_tag(x_186) == 0) +if (lean_obj_tag(x_169) == 0) { -uint8_t x_188; uint8_t x_189; lean_object* x_190; -lean_dec(x_183); -x_188 = 1; -x_189 = 0; +uint8_t x_171; uint8_t x_172; lean_object* x_173; +lean_dec(x_166); +x_171 = 1; +x_172 = 0; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_190 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_188, x_189, x_1, x_2, x_3, x_4, x_5, x_187); -if (lean_obj_tag(x_190) == 0) +x_173 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_171, x_172, x_1, x_2, x_3, x_4, x_5, x_170); +if (lean_obj_tag(x_173) == 0) { -lean_object* x_191; lean_object* x_192; lean_object* x_193; -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); +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_173, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_173, 1); +lean_inc(x_175); +lean_dec(x_173); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_191); -x_193 = l_Lean_Meta_reduceNat_x3f(x_191, x_2, x_3, x_4, x_5, x_192); -if (lean_obj_tag(x_193) == 0) +lean_inc(x_174); +x_176 = l_Lean_Meta_reduceNat_x3f(x_174, x_2, x_3, x_4, x_5, x_175); +if (lean_obj_tag(x_176) == 0) { -lean_object* x_194; -x_194 = lean_ctor_get(x_193, 0); -lean_inc(x_194); -if (lean_obj_tag(x_194) == 0) +lean_object* x_177; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +if (lean_obj_tag(x_177) == 0) { -lean_object* x_195; lean_object* x_196; -x_195 = lean_ctor_get(x_193, 1); -lean_inc(x_195); -lean_dec(x_193); +lean_object* x_178; lean_object* x_179; +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +lean_dec(x_176); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_191); -x_196 = l_Lean_Meta_reduceNative_x3f(x_191, x_2, x_3, x_4, x_5, x_195); -if (lean_obj_tag(x_196) == 0) +lean_inc(x_174); +x_179 = l_Lean_Meta_reduceNative_x3f(x_174, x_2, x_3, x_4, x_5, x_178); +if (lean_obj_tag(x_179) == 0) { -lean_object* x_197; -x_197 = lean_ctor_get(x_196, 0); -lean_inc(x_197); -if (lean_obj_tag(x_197) == 0) +lean_object* x_180; +x_180 = lean_ctor_get(x_179, 0); +lean_inc(x_180); +if (lean_obj_tag(x_180) == 0) { -lean_object* x_198; lean_object* x_199; -x_198 = lean_ctor_get(x_196, 1); -lean_inc(x_198); -lean_dec(x_196); +lean_object* x_181; lean_object* x_182; +x_181 = lean_ctor_get(x_179, 1); +lean_inc(x_181); +lean_dec(x_179); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_191); -x_199 = l_Lean_Meta_unfoldDefinition_x3f(x_191, x_2, x_3, x_4, x_5, x_198); -if (lean_obj_tag(x_199) == 0) +lean_inc(x_174); +x_182 = l_Lean_Meta_unfoldDefinition_x3f(x_174, x_2, x_3, x_4, x_5, x_181); +if (lean_obj_tag(x_182) == 0) { -lean_object* x_200; -x_200 = lean_ctor_get(x_199, 0); -lean_inc(x_200); -if (lean_obj_tag(x_200) == 0) +lean_object* x_183; +x_183 = lean_ctor_get(x_182, 0); +lean_inc(x_183); +if (lean_obj_tag(x_183) == 0) { -lean_object* x_201; lean_object* x_202; -x_201 = lean_ctor_get(x_199, 1); -lean_inc(x_201); -lean_dec(x_199); -x_202 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_184, x_1, x_191, x_2, x_3, x_4, x_5, x_201); -return x_202; +lean_object* x_184; lean_object* x_185; +x_184 = lean_ctor_get(x_182, 1); +lean_inc(x_184); +lean_dec(x_182); +x_185 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_167, x_1, x_174, x_2, x_3, x_4, x_5, x_184); +return x_185; } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; -lean_dec(x_191); +lean_object* x_186; lean_object* x_187; lean_object* x_188; +lean_dec(x_174); lean_dec(x_1); -x_203 = lean_ctor_get(x_199, 1); -lean_inc(x_203); -lean_dec(x_199); -x_204 = lean_ctor_get(x_200, 0); -lean_inc(x_204); -lean_dec(x_200); -x_205 = lean_whnf(x_204, x_2, x_3, x_4, x_5, x_203); -return x_205; +x_186 = lean_ctor_get(x_182, 1); +lean_inc(x_186); +lean_dec(x_182); +x_187 = lean_ctor_get(x_183, 0); +lean_inc(x_187); +lean_dec(x_183); +x_188 = lean_whnf(x_187, x_2, x_3, x_4, x_5, x_186); +return x_188; } } else { -uint8_t x_206; -lean_dec(x_191); +uint8_t x_189; +lean_dec(x_174); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_206 = !lean_is_exclusive(x_199); -if (x_206 == 0) +x_189 = !lean_is_exclusive(x_182); +if (x_189 == 0) { -return x_199; +return x_182; } else { -lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_207 = lean_ctor_get(x_199, 0); -x_208 = lean_ctor_get(x_199, 1); -lean_inc(x_208); -lean_inc(x_207); -lean_dec(x_199); -x_209 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_209, 0, x_207); -lean_ctor_set(x_209, 1, x_208); -return x_209; +lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_190 = lean_ctor_get(x_182, 0); +x_191 = lean_ctor_get(x_182, 1); +lean_inc(x_191); +lean_inc(x_190); +lean_dec(x_182); +x_192 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_192, 0, x_190); +lean_ctor_set(x_192, 1, x_191); +return x_192; } } } else { -lean_object* x_210; lean_object* x_211; lean_object* x_212; -lean_dec(x_191); -x_210 = lean_ctor_get(x_196, 1); -lean_inc(x_210); -lean_dec(x_196); -x_211 = lean_ctor_get(x_197, 0); -lean_inc(x_211); -lean_dec(x_197); -x_212 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_184, x_1, x_211, x_2, x_3, x_4, x_5, x_210); -return x_212; +lean_object* x_193; lean_object* x_194; lean_object* x_195; +lean_dec(x_174); +x_193 = lean_ctor_get(x_179, 1); +lean_inc(x_193); +lean_dec(x_179); +x_194 = lean_ctor_get(x_180, 0); +lean_inc(x_194); +lean_dec(x_180); +x_195 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_167, x_1, x_194, x_2, x_3, x_4, x_5, x_193); +return x_195; } } else { -uint8_t x_213; -lean_dec(x_191); +uint8_t x_196; +lean_dec(x_174); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_213 = !lean_is_exclusive(x_196); -if (x_213 == 0) +x_196 = !lean_is_exclusive(x_179); +if (x_196 == 0) { -return x_196; +return x_179; } else { -lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_214 = lean_ctor_get(x_196, 0); -x_215 = lean_ctor_get(x_196, 1); -lean_inc(x_215); -lean_inc(x_214); -lean_dec(x_196); -x_216 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_216, 0, x_214); -lean_ctor_set(x_216, 1, x_215); -return x_216; +lean_object* x_197; lean_object* x_198; lean_object* x_199; +x_197 = lean_ctor_get(x_179, 0); +x_198 = lean_ctor_get(x_179, 1); +lean_inc(x_198); +lean_inc(x_197); +lean_dec(x_179); +x_199 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_199, 0, x_197); +lean_ctor_set(x_199, 1, x_198); +return x_199; } } } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; -lean_dec(x_191); -x_217 = lean_ctor_get(x_193, 1); -lean_inc(x_217); -lean_dec(x_193); -x_218 = lean_ctor_get(x_194, 0); -lean_inc(x_218); -lean_dec(x_194); -x_219 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_184, x_1, x_218, x_2, x_3, x_4, x_5, x_217); -return x_219; +lean_object* x_200; lean_object* x_201; lean_object* x_202; +lean_dec(x_174); +x_200 = lean_ctor_get(x_176, 1); +lean_inc(x_200); +lean_dec(x_176); +x_201 = lean_ctor_get(x_177, 0); +lean_inc(x_201); +lean_dec(x_177); +x_202 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_167, x_1, x_201, x_2, x_3, x_4, x_5, x_200); +return x_202; } } else { -uint8_t x_220; -lean_dec(x_191); +uint8_t x_203; +lean_dec(x_174); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_220 = !lean_is_exclusive(x_193); -if (x_220 == 0) +x_203 = !lean_is_exclusive(x_176); +if (x_203 == 0) { -return x_193; +return x_176; } else { -lean_object* x_221; lean_object* x_222; lean_object* x_223; -x_221 = lean_ctor_get(x_193, 0); -x_222 = lean_ctor_get(x_193, 1); -lean_inc(x_222); -lean_inc(x_221); -lean_dec(x_193); -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_204; lean_object* x_205; lean_object* x_206; +x_204 = lean_ctor_get(x_176, 0); +x_205 = lean_ctor_get(x_176, 1); +lean_inc(x_205); +lean_inc(x_204); +lean_dec(x_176); +x_206 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_206, 0, x_204); +lean_ctor_set(x_206, 1, x_205); +return x_206; } } } else { -uint8_t x_224; +uint8_t x_207; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_224 = !lean_is_exclusive(x_190); -if (x_224 == 0) +x_207 = !lean_is_exclusive(x_173); +if (x_207 == 0) { -return x_190; +return x_173; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_190, 0); -x_226 = lean_ctor_get(x_190, 1); -lean_inc(x_226); -lean_inc(x_225); -lean_dec(x_190); -x_227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_226); -return x_227; +lean_object* x_208; lean_object* x_209; lean_object* x_210; +x_208 = lean_ctor_get(x_173, 0); +x_209 = lean_ctor_get(x_173, 1); +lean_inc(x_209); +lean_inc(x_208); +lean_dec(x_173); +x_210 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_210, 0, x_208); +lean_ctor_set(x_210, 1, x_209); +return x_210; } } } else { -lean_object* x_228; lean_object* x_229; +lean_object* x_211; lean_object* x_212; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_228 = lean_ctor_get(x_186, 0); -lean_inc(x_228); -lean_dec(x_186); -if (lean_is_scalar(x_183)) { - x_229 = lean_alloc_ctor(0, 2, 0); +x_211 = lean_ctor_get(x_169, 0); +lean_inc(x_211); +lean_dec(x_169); +if (lean_is_scalar(x_166)) { + x_212 = lean_alloc_ctor(0, 2, 0); } else { - x_229 = x_183; + x_212 = x_166; +} +lean_ctor_set(x_212, 0, x_211); +lean_ctor_set(x_212, 1, x_170); +return x_212; +} +} +} +block_255: +{ +if (x_243 == 0) +{ +lean_object* x_244; lean_object* x_245; uint8_t x_246; lean_object* x_247; +x_244 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_165); +x_245 = lean_ctor_get(x_244, 0); +lean_inc(x_245); +x_246 = lean_ctor_get_uint8(x_245, 5); +lean_dec(x_245); +x_247 = lean_box(x_246); +switch (lean_obj_tag(x_247)) { +case 2: +{ +lean_object* x_248; uint8_t x_249; +x_248 = lean_ctor_get(x_244, 1); +lean_inc(x_248); +lean_dec(x_244); +x_249 = 0; +x_167 = x_249; +x_168 = x_248; +goto block_242; +} +case 3: +{ +lean_object* x_250; uint8_t x_251; +x_250 = lean_ctor_get(x_244, 1); +lean_inc(x_250); +lean_dec(x_244); +x_251 = 0; +x_167 = x_251; +x_168 = x_250; +goto block_242; +} +default: +{ +lean_object* x_252; uint8_t x_253; +lean_dec(x_247); +x_252 = lean_ctor_get(x_244, 1); +lean_inc(x_252); +lean_dec(x_244); +x_253 = 1; +x_167 = x_253; +x_168 = x_252; +goto block_242; +} } -lean_ctor_set(x_229, 0, x_228); -lean_ctor_set(x_229, 1, x_187); -return x_229; } +else +{ +uint8_t x_254; +x_254 = 0; +x_167 = x_254; +x_168 = x_165; +goto block_242; } } } else { -uint8_t x_276; +uint8_t x_263; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_276 = !lean_is_exclusive(x_181); -if (x_276 == 0) +x_263 = !lean_is_exclusive(x_164); +if (x_263 == 0) { -return x_181; +return x_164; } else { -lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_277 = lean_ctor_get(x_181, 0); -x_278 = lean_ctor_get(x_181, 1); -lean_inc(x_278); -lean_inc(x_277); -lean_dec(x_181); -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_264; lean_object* x_265; lean_object* x_266; +x_264 = lean_ctor_get(x_164, 0); +x_265 = lean_ctor_get(x_164, 1); +lean_inc(x_265); +lean_inc(x_264); +lean_dec(x_164); +x_266 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_266, 0, x_264); +lean_ctor_set(x_266, 1, x_265); +return x_266; } } } case 8: { -lean_object* x_280; lean_object* x_281; -x_280 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; -x_281 = l_Lean_Core_checkMaxHeartbeats(x_280, x_4, x_5, x_6); -if (lean_obj_tag(x_281) == 0) +lean_object* x_267; lean_object* x_268; +x_267 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; +x_268 = l_Lean_Core_checkMaxHeartbeats(x_267, x_4, x_5, x_6); +if (lean_obj_tag(x_268) == 0) { -lean_object* x_282; lean_object* x_283; uint8_t x_284; lean_object* x_285; uint8_t x_360; -x_282 = lean_ctor_get(x_281, 1); -lean_inc(x_282); -if (lean_is_exclusive(x_281)) { - lean_ctor_release(x_281, 0); - lean_ctor_release(x_281, 1); - x_283 = x_281; +lean_object* x_269; lean_object* x_270; uint8_t x_271; lean_object* x_272; uint8_t x_347; uint8_t x_360; +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_281); - x_283 = lean_box(0); + lean_dec_ref(x_268); + x_270 = lean_box(0); } x_360 = l_Lean_Expr_hasFVar(x_1); if (x_360 == 0) @@ -34456,1018 +33580,1048 @@ x_362 = lean_ctor_get(x_2, 5); lean_inc(x_362); if (lean_obj_tag(x_362) == 0) { -lean_object* x_363; lean_object* x_364; uint8_t x_365; lean_object* x_366; -x_363 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_282); -x_364 = lean_ctor_get(x_363, 0); -lean_inc(x_364); -x_365 = lean_ctor_get_uint8(x_364, 5); -lean_dec(x_364); -x_366 = lean_box(x_365); -switch (lean_obj_tag(x_366)) { -case 2: -{ -lean_object* x_367; uint8_t x_368; -x_367 = lean_ctor_get(x_363, 1); -lean_inc(x_367); -lean_dec(x_363); -x_368 = 0; -x_284 = x_368; -x_285 = x_367; -goto block_359; -} -case 3: -{ -lean_object* x_369; uint8_t x_370; -x_369 = lean_ctor_get(x_363, 1); -lean_inc(x_369); -lean_dec(x_363); -x_370 = 0; -x_284 = x_370; -x_285 = x_369; -goto block_359; -} -default: -{ -lean_object* x_371; uint8_t x_372; -lean_dec(x_366); -x_371 = lean_ctor_get(x_363, 1); -lean_inc(x_371); -lean_dec(x_363); -x_372 = 1; -x_284 = x_372; -x_285 = x_371; +uint8_t x_363; +x_363 = 0; +x_347 = x_363; goto block_359; } -} -} else { -uint8_t x_373; +uint8_t x_364; lean_dec(x_362); -x_373 = 0; -x_284 = x_373; -x_285 = x_282; +x_364 = 1; +x_347 = x_364; goto block_359; } } else { -uint8_t x_374; -x_374 = 0; -x_284 = x_374; -x_285 = x_282; +uint8_t x_365; +x_365 = 1; +x_347 = x_365; goto block_359; } } else { -uint8_t x_375; -x_375 = 0; -x_284 = x_375; -x_285 = x_282; +uint8_t x_366; +x_366 = 1; +x_347 = x_366; goto block_359; } -block_359: +block_346: { -lean_object* x_286; lean_object* x_287; -if (x_284 == 0) +lean_object* x_273; lean_object* x_274; +if (x_271 == 0) { -lean_object* x_331; -x_331 = lean_box(0); -x_286 = x_331; -x_287 = x_285; -goto block_330; +lean_object* x_318; +x_318 = lean_box(0); +x_273 = x_318; +x_274 = x_272; +goto block_317; } else { -lean_object* x_332; lean_object* x_333; uint8_t x_334; lean_object* x_335; -x_332 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_285); -x_333 = lean_ctor_get(x_332, 0); -lean_inc(x_333); -x_334 = lean_ctor_get_uint8(x_333, 5); -lean_dec(x_333); -x_335 = lean_box(x_334); -switch (lean_obj_tag(x_335)) { +lean_object* x_319; lean_object* x_320; uint8_t x_321; lean_object* x_322; +x_319 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_272); +x_320 = lean_ctor_get(x_319, 0); +lean_inc(x_320); +x_321 = lean_ctor_get_uint8(x_320, 5); +lean_dec(x_320); +x_322 = lean_box(x_321); +switch (lean_obj_tag(x_322)) { case 0: { -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; -x_336 = lean_ctor_get(x_332, 1); -lean_inc(x_336); -lean_dec(x_332); -x_337 = lean_st_ref_get(x_3, x_336); -x_338 = lean_ctor_get(x_337, 0); -lean_inc(x_338); -x_339 = lean_ctor_get(x_337, 1); -lean_inc(x_339); -lean_dec(x_337); -x_340 = lean_ctor_get(x_338, 1); -lean_inc(x_340); -lean_dec(x_338); -x_341 = lean_ctor_get(x_340, 4); -lean_inc(x_341); -lean_dec(x_340); +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; +x_323 = lean_ctor_get(x_319, 1); +lean_inc(x_323); +lean_dec(x_319); +x_324 = lean_st_ref_get(x_3, x_323); +x_325 = lean_ctor_get(x_324, 0); +lean_inc(x_325); +x_326 = lean_ctor_get(x_324, 1); +lean_inc(x_326); +lean_dec(x_324); +x_327 = lean_ctor_get(x_325, 1); +lean_inc(x_327); +lean_dec(x_325); +x_328 = lean_ctor_get(x_327, 4); +lean_inc(x_328); +lean_dec(x_327); lean_inc(x_1); -x_342 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_341, x_1); -x_286 = x_342; -x_287 = x_339; -goto block_330; +x_329 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_328, x_1); +x_273 = x_329; +x_274 = x_326; +goto block_317; } case 1: { -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; -x_343 = lean_ctor_get(x_332, 1); -lean_inc(x_343); +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; +x_330 = lean_ctor_get(x_319, 1); +lean_inc(x_330); +lean_dec(x_319); +x_331 = lean_st_ref_get(x_3, x_330); +x_332 = lean_ctor_get(x_331, 0); +lean_inc(x_332); +x_333 = lean_ctor_get(x_331, 1); +lean_inc(x_333); +lean_dec(x_331); +x_334 = lean_ctor_get(x_332, 1); +lean_inc(x_334); lean_dec(x_332); -x_344 = lean_st_ref_get(x_3, x_343); -x_345 = lean_ctor_get(x_344, 0); -lean_inc(x_345); -x_346 = lean_ctor_get(x_344, 1); -lean_inc(x_346); -lean_dec(x_344); -x_347 = lean_ctor_get(x_345, 1); -lean_inc(x_347); -lean_dec(x_345); -x_348 = lean_ctor_get(x_347, 3); -lean_inc(x_348); -lean_dec(x_347); +x_335 = lean_ctor_get(x_334, 3); +lean_inc(x_335); +lean_dec(x_334); lean_inc(x_1); -x_349 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_348, x_1); -x_286 = x_349; -x_287 = x_346; -goto block_330; +x_336 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_335, x_1); +x_273 = x_336; +x_274 = x_333; +goto block_317; } default: { -lean_object* x_350; lean_object* x_351; lean_object* x_352; -lean_dec(x_335); -x_350 = lean_ctor_get(x_332, 1); -lean_inc(x_350); -lean_dec(x_332); -x_351 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; +lean_object* x_337; lean_object* x_338; lean_object* x_339; +lean_dec(x_322); +x_337 = lean_ctor_get(x_319, 1); +lean_inc(x_337); +lean_dec(x_319); +x_338 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_352 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_351, x_2, x_3, x_4, x_5, x_350); -if (lean_obj_tag(x_352) == 0) +x_339 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_338, x_2, x_3, x_4, x_5, x_337); +if (lean_obj_tag(x_339) == 0) { -lean_object* x_353; lean_object* x_354; -x_353 = lean_ctor_get(x_352, 0); -lean_inc(x_353); -x_354 = lean_ctor_get(x_352, 1); -lean_inc(x_354); -lean_dec(x_352); -x_286 = x_353; -x_287 = x_354; -goto block_330; +lean_object* x_340; lean_object* x_341; +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_273 = x_340; +x_274 = x_341; +goto block_317; } else { -uint8_t x_355; -lean_dec(x_283); +uint8_t x_342; +lean_dec(x_270); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_355 = !lean_is_exclusive(x_352); -if (x_355 == 0) +x_342 = !lean_is_exclusive(x_339); +if (x_342 == 0) { -return x_352; +return x_339; } else { -lean_object* x_356; lean_object* x_357; lean_object* x_358; -x_356 = lean_ctor_get(x_352, 0); -x_357 = lean_ctor_get(x_352, 1); -lean_inc(x_357); -lean_inc(x_356); -lean_dec(x_352); -x_358 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_358, 0, x_356); -lean_ctor_set(x_358, 1, x_357); -return x_358; +lean_object* x_343; lean_object* x_344; lean_object* x_345; +x_343 = lean_ctor_get(x_339, 0); +x_344 = lean_ctor_get(x_339, 1); +lean_inc(x_344); +lean_inc(x_343); +lean_dec(x_339); +x_345 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_345, 0, x_343); +lean_ctor_set(x_345, 1, x_344); +return x_345; } } } } } -block_330: +block_317: { -if (lean_obj_tag(x_286) == 0) +if (lean_obj_tag(x_273) == 0) { -uint8_t x_288; uint8_t x_289; lean_object* x_290; -lean_dec(x_283); -x_288 = 1; -x_289 = 0; +uint8_t x_275; uint8_t x_276; lean_object* x_277; +lean_dec(x_270); +x_275 = 1; +x_276 = 0; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_290 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_288, x_289, x_1, x_2, x_3, x_4, x_5, x_287); -if (lean_obj_tag(x_290) == 0) +x_277 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_275, x_276, x_1, x_2, x_3, x_4, x_5, x_274); +if (lean_obj_tag(x_277) == 0) { -lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_291 = lean_ctor_get(x_290, 0); -lean_inc(x_291); -x_292 = lean_ctor_get(x_290, 1); -lean_inc(x_292); -lean_dec(x_290); +lean_object* x_278; lean_object* x_279; lean_object* x_280; +x_278 = lean_ctor_get(x_277, 0); +lean_inc(x_278); +x_279 = lean_ctor_get(x_277, 1); +lean_inc(x_279); +lean_dec(x_277); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_291); -x_293 = l_Lean_Meta_reduceNat_x3f(x_291, x_2, x_3, x_4, x_5, x_292); -if (lean_obj_tag(x_293) == 0) +lean_inc(x_278); +x_280 = l_Lean_Meta_reduceNat_x3f(x_278, x_2, x_3, x_4, x_5, x_279); +if (lean_obj_tag(x_280) == 0) { -lean_object* x_294; -x_294 = lean_ctor_get(x_293, 0); -lean_inc(x_294); -if (lean_obj_tag(x_294) == 0) +lean_object* x_281; +x_281 = lean_ctor_get(x_280, 0); +lean_inc(x_281); +if (lean_obj_tag(x_281) == 0) { -lean_object* x_295; lean_object* x_296; -x_295 = lean_ctor_get(x_293, 1); -lean_inc(x_295); -lean_dec(x_293); +lean_object* x_282; lean_object* x_283; +x_282 = lean_ctor_get(x_280, 1); +lean_inc(x_282); +lean_dec(x_280); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_291); -x_296 = l_Lean_Meta_reduceNative_x3f(x_291, x_2, x_3, x_4, x_5, x_295); -if (lean_obj_tag(x_296) == 0) +lean_inc(x_278); +x_283 = l_Lean_Meta_reduceNative_x3f(x_278, x_2, x_3, x_4, x_5, x_282); +if (lean_obj_tag(x_283) == 0) { -lean_object* x_297; -x_297 = lean_ctor_get(x_296, 0); -lean_inc(x_297); -if (lean_obj_tag(x_297) == 0) +lean_object* x_284; +x_284 = lean_ctor_get(x_283, 0); +lean_inc(x_284); +if (lean_obj_tag(x_284) == 0) { -lean_object* x_298; lean_object* x_299; -x_298 = lean_ctor_get(x_296, 1); -lean_inc(x_298); -lean_dec(x_296); +lean_object* x_285; lean_object* x_286; +x_285 = lean_ctor_get(x_283, 1); +lean_inc(x_285); +lean_dec(x_283); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_291); -x_299 = l_Lean_Meta_unfoldDefinition_x3f(x_291, x_2, x_3, x_4, x_5, x_298); -if (lean_obj_tag(x_299) == 0) +lean_inc(x_278); +x_286 = l_Lean_Meta_unfoldDefinition_x3f(x_278, x_2, x_3, x_4, x_5, x_285); +if (lean_obj_tag(x_286) == 0) { -lean_object* x_300; -x_300 = lean_ctor_get(x_299, 0); -lean_inc(x_300); -if (lean_obj_tag(x_300) == 0) +lean_object* x_287; +x_287 = lean_ctor_get(x_286, 0); +lean_inc(x_287); +if (lean_obj_tag(x_287) == 0) { -lean_object* x_301; lean_object* x_302; -x_301 = lean_ctor_get(x_299, 1); -lean_inc(x_301); -lean_dec(x_299); -x_302 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_284, x_1, x_291, x_2, x_3, x_4, x_5, x_301); -return x_302; +lean_object* x_288; lean_object* x_289; +x_288 = lean_ctor_get(x_286, 1); +lean_inc(x_288); +lean_dec(x_286); +x_289 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_271, x_1, x_278, x_2, x_3, x_4, x_5, x_288); +return x_289; } else { -lean_object* x_303; lean_object* x_304; lean_object* x_305; -lean_dec(x_291); +lean_object* x_290; lean_object* x_291; lean_object* x_292; +lean_dec(x_278); lean_dec(x_1); -x_303 = lean_ctor_get(x_299, 1); -lean_inc(x_303); -lean_dec(x_299); -x_304 = lean_ctor_get(x_300, 0); -lean_inc(x_304); -lean_dec(x_300); -x_305 = lean_whnf(x_304, x_2, x_3, x_4, x_5, x_303); -return x_305; +x_290 = lean_ctor_get(x_286, 1); +lean_inc(x_290); +lean_dec(x_286); +x_291 = lean_ctor_get(x_287, 0); +lean_inc(x_291); +lean_dec(x_287); +x_292 = lean_whnf(x_291, x_2, x_3, x_4, x_5, x_290); +return x_292; } } else { -uint8_t x_306; -lean_dec(x_291); +uint8_t x_293; +lean_dec(x_278); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_306 = !lean_is_exclusive(x_299); -if (x_306 == 0) +x_293 = !lean_is_exclusive(x_286); +if (x_293 == 0) { -return x_299; +return x_286; } else { -lean_object* x_307; lean_object* x_308; lean_object* x_309; -x_307 = lean_ctor_get(x_299, 0); -x_308 = lean_ctor_get(x_299, 1); -lean_inc(x_308); -lean_inc(x_307); -lean_dec(x_299); -x_309 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_309, 0, x_307); -lean_ctor_set(x_309, 1, x_308); -return x_309; +lean_object* x_294; lean_object* x_295; lean_object* x_296; +x_294 = lean_ctor_get(x_286, 0); +x_295 = lean_ctor_get(x_286, 1); +lean_inc(x_295); +lean_inc(x_294); +lean_dec(x_286); +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 { -lean_object* x_310; lean_object* x_311; lean_object* x_312; -lean_dec(x_291); -x_310 = lean_ctor_get(x_296, 1); -lean_inc(x_310); -lean_dec(x_296); -x_311 = lean_ctor_get(x_297, 0); -lean_inc(x_311); -lean_dec(x_297); -x_312 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_284, x_1, x_311, x_2, x_3, x_4, x_5, x_310); -return x_312; +lean_object* x_297; lean_object* x_298; lean_object* x_299; +lean_dec(x_278); +x_297 = lean_ctor_get(x_283, 1); +lean_inc(x_297); +lean_dec(x_283); +x_298 = lean_ctor_get(x_284, 0); +lean_inc(x_298); +lean_dec(x_284); +x_299 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_271, x_1, x_298, x_2, x_3, x_4, x_5, x_297); +return x_299; } } else { -uint8_t x_313; -lean_dec(x_291); +uint8_t x_300; +lean_dec(x_278); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_313 = !lean_is_exclusive(x_296); -if (x_313 == 0) +x_300 = !lean_is_exclusive(x_283); +if (x_300 == 0) { -return x_296; +return x_283; } else { -lean_object* x_314; lean_object* x_315; lean_object* x_316; -x_314 = lean_ctor_get(x_296, 0); -x_315 = lean_ctor_get(x_296, 1); -lean_inc(x_315); -lean_inc(x_314); -lean_dec(x_296); -x_316 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_316, 0, x_314); -lean_ctor_set(x_316, 1, x_315); -return x_316; +lean_object* x_301; lean_object* x_302; lean_object* x_303; +x_301 = lean_ctor_get(x_283, 0); +x_302 = lean_ctor_get(x_283, 1); +lean_inc(x_302); +lean_inc(x_301); +lean_dec(x_283); +x_303 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_303, 0, x_301); +lean_ctor_set(x_303, 1, x_302); +return x_303; } } } else { -lean_object* x_317; lean_object* x_318; lean_object* x_319; -lean_dec(x_291); -x_317 = lean_ctor_get(x_293, 1); -lean_inc(x_317); -lean_dec(x_293); -x_318 = lean_ctor_get(x_294, 0); -lean_inc(x_318); -lean_dec(x_294); -x_319 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_284, x_1, x_318, x_2, x_3, x_4, x_5, x_317); -return x_319; +lean_object* x_304; lean_object* x_305; lean_object* x_306; +lean_dec(x_278); +x_304 = lean_ctor_get(x_280, 1); +lean_inc(x_304); +lean_dec(x_280); +x_305 = lean_ctor_get(x_281, 0); +lean_inc(x_305); +lean_dec(x_281); +x_306 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_271, x_1, x_305, x_2, x_3, x_4, x_5, x_304); +return x_306; } } else { -uint8_t x_320; -lean_dec(x_291); +uint8_t x_307; +lean_dec(x_278); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_320 = !lean_is_exclusive(x_293); -if (x_320 == 0) +x_307 = !lean_is_exclusive(x_280); +if (x_307 == 0) { -return x_293; +return x_280; } else { -lean_object* x_321; lean_object* x_322; lean_object* x_323; -x_321 = lean_ctor_get(x_293, 0); -x_322 = lean_ctor_get(x_293, 1); -lean_inc(x_322); -lean_inc(x_321); -lean_dec(x_293); -x_323 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_323, 0, x_321); -lean_ctor_set(x_323, 1, x_322); -return x_323; +lean_object* x_308; lean_object* x_309; lean_object* x_310; +x_308 = lean_ctor_get(x_280, 0); +x_309 = lean_ctor_get(x_280, 1); +lean_inc(x_309); +lean_inc(x_308); +lean_dec(x_280); +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; } } } else { -uint8_t x_324; +uint8_t x_311; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_324 = !lean_is_exclusive(x_290); -if (x_324 == 0) +x_311 = !lean_is_exclusive(x_277); +if (x_311 == 0) { -return x_290; +return x_277; } else { -lean_object* x_325; lean_object* x_326; lean_object* x_327; -x_325 = lean_ctor_get(x_290, 0); -x_326 = lean_ctor_get(x_290, 1); -lean_inc(x_326); -lean_inc(x_325); -lean_dec(x_290); -x_327 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_327, 0, x_325); -lean_ctor_set(x_327, 1, x_326); -return x_327; +lean_object* x_312; lean_object* x_313; lean_object* x_314; +x_312 = lean_ctor_get(x_277, 0); +x_313 = lean_ctor_get(x_277, 1); +lean_inc(x_313); +lean_inc(x_312); +lean_dec(x_277); +x_314 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_314, 0, x_312); +lean_ctor_set(x_314, 1, x_313); +return x_314; } } } else { -lean_object* x_328; lean_object* x_329; +lean_object* x_315; lean_object* x_316; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_328 = lean_ctor_get(x_286, 0); -lean_inc(x_328); -lean_dec(x_286); -if (lean_is_scalar(x_283)) { - x_329 = lean_alloc_ctor(0, 2, 0); +x_315 = lean_ctor_get(x_273, 0); +lean_inc(x_315); +lean_dec(x_273); +if (lean_is_scalar(x_270)) { + x_316 = lean_alloc_ctor(0, 2, 0); } else { - x_329 = x_283; + x_316 = x_270; +} +lean_ctor_set(x_316, 0, x_315); +lean_ctor_set(x_316, 1, x_274); +return x_316; +} +} +} +block_359: +{ +if (x_347 == 0) +{ +lean_object* x_348; lean_object* x_349; uint8_t x_350; lean_object* x_351; +x_348 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_269); +x_349 = lean_ctor_get(x_348, 0); +lean_inc(x_349); +x_350 = lean_ctor_get_uint8(x_349, 5); +lean_dec(x_349); +x_351 = lean_box(x_350); +switch (lean_obj_tag(x_351)) { +case 2: +{ +lean_object* x_352; uint8_t x_353; +x_352 = lean_ctor_get(x_348, 1); +lean_inc(x_352); +lean_dec(x_348); +x_353 = 0; +x_271 = x_353; +x_272 = x_352; +goto block_346; +} +case 3: +{ +lean_object* x_354; uint8_t x_355; +x_354 = lean_ctor_get(x_348, 1); +lean_inc(x_354); +lean_dec(x_348); +x_355 = 0; +x_271 = x_355; +x_272 = x_354; +goto block_346; +} +default: +{ +lean_object* x_356; uint8_t x_357; +lean_dec(x_351); +x_356 = lean_ctor_get(x_348, 1); +lean_inc(x_356); +lean_dec(x_348); +x_357 = 1; +x_271 = x_357; +x_272 = x_356; +goto block_346; } -lean_ctor_set(x_329, 0, x_328); -lean_ctor_set(x_329, 1, x_287); -return x_329; } } +else +{ +uint8_t x_358; +x_358 = 0; +x_271 = x_358; +x_272 = x_269; +goto block_346; +} } } else { -uint8_t x_376; +uint8_t x_367; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_376 = !lean_is_exclusive(x_281); -if (x_376 == 0) +x_367 = !lean_is_exclusive(x_268); +if (x_367 == 0) { -return x_281; +return x_268; } else { -lean_object* x_377; lean_object* x_378; lean_object* x_379; -x_377 = lean_ctor_get(x_281, 0); -x_378 = lean_ctor_get(x_281, 1); -lean_inc(x_378); -lean_inc(x_377); -lean_dec(x_281); -x_379 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_379, 0, x_377); -lean_ctor_set(x_379, 1, x_378); -return x_379; +lean_object* x_368; lean_object* x_369; lean_object* x_370; +x_368 = lean_ctor_get(x_268, 0); +x_369 = lean_ctor_get(x_268, 1); +lean_inc(x_369); +lean_inc(x_368); +lean_dec(x_268); +x_370 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_370, 0, x_368); +lean_ctor_set(x_370, 1, x_369); +return x_370; } } } case 10: { -lean_object* x_380; -x_380 = lean_ctor_get(x_1, 1); -lean_inc(x_380); +lean_object* x_371; +x_371 = lean_ctor_get(x_1, 1); +lean_inc(x_371); lean_dec(x_1); -x_1 = x_380; +x_1 = x_371; goto _start; } case 11: { -lean_object* x_382; lean_object* x_383; -x_382 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; -x_383 = l_Lean_Core_checkMaxHeartbeats(x_382, x_4, x_5, x_6); -if (lean_obj_tag(x_383) == 0) -{ -lean_object* x_384; lean_object* x_385; uint8_t x_386; lean_object* x_387; uint8_t x_462; -x_384 = lean_ctor_get(x_383, 1); -lean_inc(x_384); -if (lean_is_exclusive(x_383)) { - lean_ctor_release(x_383, 0); - lean_ctor_release(x_383, 1); - x_385 = x_383; -} else { - lean_dec_ref(x_383); - x_385 = lean_box(0); -} -x_462 = l_Lean_Expr_hasFVar(x_1); -if (x_462 == 0) -{ -uint8_t x_463; -x_463 = l_Lean_Expr_hasExprMVar(x_1); -if (x_463 == 0) -{ -lean_object* x_464; -x_464 = lean_ctor_get(x_2, 5); -lean_inc(x_464); -if (lean_obj_tag(x_464) == 0) -{ -lean_object* x_465; lean_object* x_466; uint8_t x_467; lean_object* x_468; -x_465 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_384); -x_466 = lean_ctor_get(x_465, 0); -lean_inc(x_466); -x_467 = lean_ctor_get_uint8(x_466, 5); -lean_dec(x_466); -x_468 = lean_box(x_467); -switch (lean_obj_tag(x_468)) { -case 2: +lean_object* x_373; lean_object* x_374; +x_373 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__1; +x_374 = l_Lean_Core_checkMaxHeartbeats(x_373, x_4, x_5, x_6); +if (lean_obj_tag(x_374) == 0) { -lean_object* x_469; uint8_t x_470; -x_469 = lean_ctor_get(x_465, 1); -lean_inc(x_469); -lean_dec(x_465); -x_470 = 0; -x_386 = x_470; -x_387 = x_469; -goto block_461; +lean_object* x_375; lean_object* x_376; uint8_t x_377; lean_object* x_378; uint8_t x_453; uint8_t x_466; +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; +} else { + lean_dec_ref(x_374); + x_376 = lean_box(0); } -case 3: +x_466 = l_Lean_Expr_hasFVar(x_1); +if (x_466 == 0) { -lean_object* x_471; uint8_t x_472; -x_471 = lean_ctor_get(x_465, 1); -lean_inc(x_471); -lean_dec(x_465); -x_472 = 0; -x_386 = x_472; -x_387 = x_471; -goto block_461; -} -default: +uint8_t x_467; +x_467 = l_Lean_Expr_hasExprMVar(x_1); +if (x_467 == 0) { -lean_object* x_473; uint8_t x_474; -lean_dec(x_468); -x_473 = lean_ctor_get(x_465, 1); -lean_inc(x_473); -lean_dec(x_465); -x_474 = 1; -x_386 = x_474; -x_387 = x_473; -goto block_461; -} -} +lean_object* x_468; +x_468 = lean_ctor_get(x_2, 5); +lean_inc(x_468); +if (lean_obj_tag(x_468) == 0) +{ +uint8_t x_469; +x_469 = 0; +x_453 = x_469; +goto block_465; } else { -uint8_t x_475; -lean_dec(x_464); -x_475 = 0; -x_386 = x_475; -x_387 = x_384; -goto block_461; +uint8_t x_470; +lean_dec(x_468); +x_470 = 1; +x_453 = x_470; +goto block_465; } } else { -uint8_t x_476; -x_476 = 0; -x_386 = x_476; -x_387 = x_384; -goto block_461; +uint8_t x_471; +x_471 = 1; +x_453 = x_471; +goto block_465; } } else { -uint8_t x_477; -x_477 = 0; -x_386 = x_477; -x_387 = x_384; -goto block_461; +uint8_t x_472; +x_472 = 1; +x_453 = x_472; +goto block_465; } -block_461: +block_452: { -lean_object* x_388; lean_object* x_389; -if (x_386 == 0) +lean_object* x_379; lean_object* x_380; +if (x_377 == 0) { -lean_object* x_433; -x_433 = lean_box(0); -x_388 = x_433; -x_389 = x_387; -goto block_432; +lean_object* x_424; +x_424 = lean_box(0); +x_379 = x_424; +x_380 = x_378; +goto block_423; } else { -lean_object* x_434; lean_object* x_435; uint8_t x_436; lean_object* x_437; -x_434 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_387); -x_435 = lean_ctor_get(x_434, 0); -lean_inc(x_435); -x_436 = lean_ctor_get_uint8(x_435, 5); -lean_dec(x_435); -x_437 = lean_box(x_436); -switch (lean_obj_tag(x_437)) { +lean_object* x_425; lean_object* x_426; uint8_t x_427; lean_object* x_428; +x_425 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_378); +x_426 = lean_ctor_get(x_425, 0); +lean_inc(x_426); +x_427 = lean_ctor_get_uint8(x_426, 5); +lean_dec(x_426); +x_428 = lean_box(x_427); +switch (lean_obj_tag(x_428)) { case 0: { -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_438 = lean_ctor_get(x_434, 1); -lean_inc(x_438); -lean_dec(x_434); -x_439 = lean_st_ref_get(x_3, x_438); -x_440 = lean_ctor_get(x_439, 0); -lean_inc(x_440); -x_441 = lean_ctor_get(x_439, 1); -lean_inc(x_441); -lean_dec(x_439); -x_442 = lean_ctor_get(x_440, 1); -lean_inc(x_442); -lean_dec(x_440); -x_443 = lean_ctor_get(x_442, 4); -lean_inc(x_443); -lean_dec(x_442); +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; +x_429 = lean_ctor_get(x_425, 1); +lean_inc(x_429); +lean_dec(x_425); +x_430 = lean_st_ref_get(x_3, x_429); +x_431 = lean_ctor_get(x_430, 0); +lean_inc(x_431); +x_432 = lean_ctor_get(x_430, 1); +lean_inc(x_432); +lean_dec(x_430); +x_433 = lean_ctor_get(x_431, 1); +lean_inc(x_433); +lean_dec(x_431); +x_434 = lean_ctor_get(x_433, 4); +lean_inc(x_434); +lean_dec(x_433); lean_inc(x_1); -x_444 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_443, x_1); -x_388 = x_444; -x_389 = x_441; -goto block_432; +x_435 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_434, x_1); +x_379 = x_435; +x_380 = x_432; +goto block_423; } case 1: { -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; -x_445 = lean_ctor_get(x_434, 1); -lean_inc(x_445); -lean_dec(x_434); -x_446 = lean_st_ref_get(x_3, x_445); -x_447 = lean_ctor_get(x_446, 0); -lean_inc(x_447); -x_448 = lean_ctor_get(x_446, 1); -lean_inc(x_448); -lean_dec(x_446); -x_449 = lean_ctor_get(x_447, 1); -lean_inc(x_449); -lean_dec(x_447); -x_450 = lean_ctor_get(x_449, 3); -lean_inc(x_450); -lean_dec(x_449); +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; +x_436 = lean_ctor_get(x_425, 1); +lean_inc(x_436); +lean_dec(x_425); +x_437 = lean_st_ref_get(x_3, x_436); +x_438 = lean_ctor_get(x_437, 0); +lean_inc(x_438); +x_439 = lean_ctor_get(x_437, 1); +lean_inc(x_439); +lean_dec(x_437); +x_440 = lean_ctor_get(x_438, 1); +lean_inc(x_440); +lean_dec(x_438); +x_441 = lean_ctor_get(x_440, 3); +lean_inc(x_441); +lean_dec(x_440); lean_inc(x_1); -x_451 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_450, x_1); -x_388 = x_451; -x_389 = x_448; -goto block_432; +x_442 = l_Lean_PersistentHashMap_find_x3f___at___private_Lean_Meta_InferType_0__Lean_Meta_checkInferTypeCache___spec__1(x_441, x_1); +x_379 = x_442; +x_380 = x_439; +goto block_423; } default: { -lean_object* x_452; lean_object* x_453; lean_object* x_454; -lean_dec(x_437); -x_452 = lean_ctor_get(x_434, 1); -lean_inc(x_452); -lean_dec(x_434); -x_453 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; +lean_object* x_443; lean_object* x_444; lean_object* x_445; +lean_dec(x_428); +x_443 = lean_ctor_get(x_425, 1); +lean_inc(x_443); +lean_dec(x_425); +x_444 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___closed__2; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_454 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_453, x_2, x_3, x_4, x_5, x_452); -if (lean_obj_tag(x_454) == 0) +x_445 = l_panic___at___private_Lean_Meta_WHNF_0__Lean_Meta_cached_x3f___spec__1(x_444, x_2, x_3, x_4, x_5, x_443); +if (lean_obj_tag(x_445) == 0) { -lean_object* x_455; lean_object* x_456; -x_455 = lean_ctor_get(x_454, 0); -lean_inc(x_455); -x_456 = lean_ctor_get(x_454, 1); -lean_inc(x_456); -lean_dec(x_454); -x_388 = x_455; -x_389 = x_456; -goto block_432; +lean_object* x_446; lean_object* x_447; +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_379 = x_446; +x_380 = x_447; +goto block_423; } else { -uint8_t x_457; -lean_dec(x_385); +uint8_t x_448; +lean_dec(x_376); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_457 = !lean_is_exclusive(x_454); -if (x_457 == 0) +x_448 = !lean_is_exclusive(x_445); +if (x_448 == 0) { -return x_454; +return x_445; } else { -lean_object* x_458; lean_object* x_459; lean_object* x_460; -x_458 = lean_ctor_get(x_454, 0); -x_459 = lean_ctor_get(x_454, 1); -lean_inc(x_459); -lean_inc(x_458); -lean_dec(x_454); -x_460 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_460, 0, x_458); -lean_ctor_set(x_460, 1, x_459); -return x_460; +lean_object* x_449; lean_object* x_450; lean_object* x_451; +x_449 = lean_ctor_get(x_445, 0); +x_450 = lean_ctor_get(x_445, 1); +lean_inc(x_450); +lean_inc(x_449); +lean_dec(x_445); +x_451 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_451, 0, x_449); +lean_ctor_set(x_451, 1, x_450); +return x_451; } } } } } -block_432: +block_423: { -if (lean_obj_tag(x_388) == 0) +if (lean_obj_tag(x_379) == 0) { -uint8_t x_390; uint8_t x_391; lean_object* x_392; -lean_dec(x_385); -x_390 = 1; -x_391 = 0; +uint8_t x_381; uint8_t x_382; lean_object* x_383; +lean_dec(x_376); +x_381 = 1; +x_382 = 0; lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_392 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_390, x_391, x_1, x_2, x_3, x_4, x_5, x_389); -if (lean_obj_tag(x_392) == 0) +x_383 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_381, x_382, x_1, x_2, x_3, x_4, x_5, x_380); +if (lean_obj_tag(x_383) == 0) { -lean_object* x_393; lean_object* x_394; lean_object* x_395; -x_393 = lean_ctor_get(x_392, 0); -lean_inc(x_393); -x_394 = lean_ctor_get(x_392, 1); -lean_inc(x_394); -lean_dec(x_392); +lean_object* x_384; lean_object* x_385; lean_object* x_386; +x_384 = lean_ctor_get(x_383, 0); +lean_inc(x_384); +x_385 = lean_ctor_get(x_383, 1); +lean_inc(x_385); +lean_dec(x_383); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_393); -x_395 = l_Lean_Meta_reduceNat_x3f(x_393, x_2, x_3, x_4, x_5, x_394); -if (lean_obj_tag(x_395) == 0) +lean_inc(x_384); +x_386 = l_Lean_Meta_reduceNat_x3f(x_384, x_2, x_3, x_4, x_5, x_385); +if (lean_obj_tag(x_386) == 0) { -lean_object* x_396; -x_396 = lean_ctor_get(x_395, 0); -lean_inc(x_396); -if (lean_obj_tag(x_396) == 0) +lean_object* x_387; +x_387 = lean_ctor_get(x_386, 0); +lean_inc(x_387); +if (lean_obj_tag(x_387) == 0) { -lean_object* x_397; lean_object* x_398; -x_397 = lean_ctor_get(x_395, 1); -lean_inc(x_397); -lean_dec(x_395); +lean_object* x_388; lean_object* x_389; +x_388 = lean_ctor_get(x_386, 1); +lean_inc(x_388); +lean_dec(x_386); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_393); -x_398 = l_Lean_Meta_reduceNative_x3f(x_393, x_2, x_3, x_4, x_5, x_397); -if (lean_obj_tag(x_398) == 0) -{ -lean_object* x_399; -x_399 = lean_ctor_get(x_398, 0); -lean_inc(x_399); -if (lean_obj_tag(x_399) == 0) -{ -lean_object* x_400; lean_object* x_401; -x_400 = lean_ctor_get(x_398, 1); -lean_inc(x_400); -lean_dec(x_398); +lean_inc(x_384); +x_389 = l_Lean_Meta_reduceNative_x3f(x_384, x_2, x_3, x_4, x_5, x_388); +if (lean_obj_tag(x_389) == 0) +{ +lean_object* x_390; +x_390 = lean_ctor_get(x_389, 0); +lean_inc(x_390); +if (lean_obj_tag(x_390) == 0) +{ +lean_object* x_391; lean_object* x_392; +x_391 = lean_ctor_get(x_389, 1); +lean_inc(x_391); +lean_dec(x_389); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -lean_inc(x_393); -x_401 = l_Lean_Meta_unfoldDefinition_x3f(x_393, x_2, x_3, x_4, x_5, x_400); -if (lean_obj_tag(x_401) == 0) +lean_inc(x_384); +x_392 = l_Lean_Meta_unfoldDefinition_x3f(x_384, x_2, x_3, x_4, x_5, x_391); +if (lean_obj_tag(x_392) == 0) { -lean_object* x_402; -x_402 = lean_ctor_get(x_401, 0); -lean_inc(x_402); -if (lean_obj_tag(x_402) == 0) +lean_object* x_393; +x_393 = lean_ctor_get(x_392, 0); +lean_inc(x_393); +if (lean_obj_tag(x_393) == 0) { -lean_object* x_403; lean_object* x_404; -x_403 = lean_ctor_get(x_401, 1); -lean_inc(x_403); -lean_dec(x_401); -x_404 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_386, x_1, x_393, x_2, x_3, x_4, x_5, x_403); -return x_404; +lean_object* x_394; lean_object* x_395; +x_394 = lean_ctor_get(x_392, 1); +lean_inc(x_394); +lean_dec(x_392); +x_395 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_377, x_1, x_384, x_2, x_3, x_4, x_5, x_394); +return x_395; } else { -lean_object* x_405; lean_object* x_406; lean_object* x_407; -lean_dec(x_393); +lean_object* x_396; lean_object* x_397; lean_object* x_398; +lean_dec(x_384); lean_dec(x_1); -x_405 = lean_ctor_get(x_401, 1); -lean_inc(x_405); -lean_dec(x_401); -x_406 = lean_ctor_get(x_402, 0); -lean_inc(x_406); -lean_dec(x_402); -x_407 = lean_whnf(x_406, x_2, x_3, x_4, x_5, x_405); -return x_407; +x_396 = lean_ctor_get(x_392, 1); +lean_inc(x_396); +lean_dec(x_392); +x_397 = lean_ctor_get(x_393, 0); +lean_inc(x_397); +lean_dec(x_393); +x_398 = lean_whnf(x_397, x_2, x_3, x_4, x_5, x_396); +return x_398; } } else { -uint8_t x_408; -lean_dec(x_393); +uint8_t x_399; +lean_dec(x_384); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_408 = !lean_is_exclusive(x_401); -if (x_408 == 0) +x_399 = !lean_is_exclusive(x_392); +if (x_399 == 0) { -return x_401; +return x_392; } else { -lean_object* x_409; lean_object* x_410; lean_object* x_411; -x_409 = lean_ctor_get(x_401, 0); -x_410 = lean_ctor_get(x_401, 1); -lean_inc(x_410); -lean_inc(x_409); -lean_dec(x_401); -x_411 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_411, 0, x_409); -lean_ctor_set(x_411, 1, x_410); -return x_411; +lean_object* x_400; lean_object* x_401; lean_object* x_402; +x_400 = lean_ctor_get(x_392, 0); +x_401 = lean_ctor_get(x_392, 1); +lean_inc(x_401); +lean_inc(x_400); +lean_dec(x_392); +x_402 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_402, 0, x_400); +lean_ctor_set(x_402, 1, x_401); +return x_402; } } } else { -lean_object* x_412; lean_object* x_413; lean_object* x_414; -lean_dec(x_393); -x_412 = lean_ctor_get(x_398, 1); -lean_inc(x_412); -lean_dec(x_398); -x_413 = lean_ctor_get(x_399, 0); -lean_inc(x_413); -lean_dec(x_399); -x_414 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_386, x_1, x_413, x_2, x_3, x_4, x_5, x_412); -return x_414; +lean_object* x_403; lean_object* x_404; lean_object* x_405; +lean_dec(x_384); +x_403 = lean_ctor_get(x_389, 1); +lean_inc(x_403); +lean_dec(x_389); +x_404 = lean_ctor_get(x_390, 0); +lean_inc(x_404); +lean_dec(x_390); +x_405 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_377, x_1, x_404, x_2, x_3, x_4, x_5, x_403); +return x_405; } } else { -uint8_t x_415; -lean_dec(x_393); +uint8_t x_406; +lean_dec(x_384); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_415 = !lean_is_exclusive(x_398); -if (x_415 == 0) +x_406 = !lean_is_exclusive(x_389); +if (x_406 == 0) { -return x_398; +return x_389; } else { -lean_object* x_416; lean_object* x_417; lean_object* x_418; -x_416 = lean_ctor_get(x_398, 0); -x_417 = lean_ctor_get(x_398, 1); -lean_inc(x_417); -lean_inc(x_416); -lean_dec(x_398); -x_418 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_418, 0, x_416); -lean_ctor_set(x_418, 1, x_417); -return x_418; +lean_object* x_407; lean_object* x_408; lean_object* x_409; +x_407 = lean_ctor_get(x_389, 0); +x_408 = lean_ctor_get(x_389, 1); +lean_inc(x_408); +lean_inc(x_407); +lean_dec(x_389); +x_409 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_409, 0, x_407); +lean_ctor_set(x_409, 1, x_408); +return x_409; } } } else { -lean_object* x_419; lean_object* x_420; lean_object* x_421; -lean_dec(x_393); -x_419 = lean_ctor_get(x_395, 1); -lean_inc(x_419); -lean_dec(x_395); -x_420 = lean_ctor_get(x_396, 0); -lean_inc(x_420); -lean_dec(x_396); -x_421 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_386, x_1, x_420, x_2, x_3, x_4, x_5, x_419); -return x_421; +lean_object* x_410; lean_object* x_411; lean_object* x_412; +lean_dec(x_384); +x_410 = lean_ctor_get(x_386, 1); +lean_inc(x_410); +lean_dec(x_386); +x_411 = lean_ctor_get(x_387, 0); +lean_inc(x_411); +lean_dec(x_387); +x_412 = l___private_Lean_Meta_WHNF_0__Lean_Meta_cache(x_377, x_1, x_411, x_2, x_3, x_4, x_5, x_410); +return x_412; } } else { -uint8_t x_422; -lean_dec(x_393); +uint8_t x_413; +lean_dec(x_384); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_422 = !lean_is_exclusive(x_395); -if (x_422 == 0) +x_413 = !lean_is_exclusive(x_386); +if (x_413 == 0) { -return x_395; +return x_386; } else { -lean_object* x_423; lean_object* x_424; lean_object* x_425; -x_423 = lean_ctor_get(x_395, 0); -x_424 = lean_ctor_get(x_395, 1); -lean_inc(x_424); -lean_inc(x_423); -lean_dec(x_395); -x_425 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_425, 0, x_423); -lean_ctor_set(x_425, 1, x_424); -return x_425; +lean_object* x_414; lean_object* x_415; lean_object* x_416; +x_414 = lean_ctor_get(x_386, 0); +x_415 = lean_ctor_get(x_386, 1); +lean_inc(x_415); +lean_inc(x_414); +lean_dec(x_386); +x_416 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_416, 0, x_414); +lean_ctor_set(x_416, 1, x_415); +return x_416; } } } else { -uint8_t x_426; +uint8_t x_417; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_426 = !lean_is_exclusive(x_392); -if (x_426 == 0) +x_417 = !lean_is_exclusive(x_383); +if (x_417 == 0) { -return x_392; +return x_383; } else { -lean_object* x_427; lean_object* x_428; lean_object* x_429; -x_427 = lean_ctor_get(x_392, 0); -x_428 = lean_ctor_get(x_392, 1); -lean_inc(x_428); -lean_inc(x_427); -lean_dec(x_392); -x_429 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_429, 0, x_427); -lean_ctor_set(x_429, 1, x_428); -return x_429; +lean_object* x_418; lean_object* x_419; lean_object* x_420; +x_418 = lean_ctor_get(x_383, 0); +x_419 = lean_ctor_get(x_383, 1); +lean_inc(x_419); +lean_inc(x_418); +lean_dec(x_383); +x_420 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_420, 0, x_418); +lean_ctor_set(x_420, 1, x_419); +return x_420; } } } else { -lean_object* x_430; lean_object* x_431; +lean_object* x_421; lean_object* x_422; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_430 = lean_ctor_get(x_388, 0); -lean_inc(x_430); -lean_dec(x_388); -if (lean_is_scalar(x_385)) { - x_431 = lean_alloc_ctor(0, 2, 0); +x_421 = lean_ctor_get(x_379, 0); +lean_inc(x_421); +lean_dec(x_379); +if (lean_is_scalar(x_376)) { + x_422 = lean_alloc_ctor(0, 2, 0); } else { - x_431 = x_385; + x_422 = x_376; +} +lean_ctor_set(x_422, 0, x_421); +lean_ctor_set(x_422, 1, x_380); +return x_422; +} +} +} +block_465: +{ +if (x_453 == 0) +{ +lean_object* x_454; lean_object* x_455; uint8_t x_456; lean_object* x_457; +x_454 = l_Lean_Meta_getConfig(x_2, x_3, x_4, x_5, x_375); +x_455 = lean_ctor_get(x_454, 0); +lean_inc(x_455); +x_456 = lean_ctor_get_uint8(x_455, 5); +lean_dec(x_455); +x_457 = lean_box(x_456); +switch (lean_obj_tag(x_457)) { +case 2: +{ +lean_object* x_458; uint8_t x_459; +x_458 = lean_ctor_get(x_454, 1); +lean_inc(x_458); +lean_dec(x_454); +x_459 = 0; +x_377 = x_459; +x_378 = x_458; +goto block_452; +} +case 3: +{ +lean_object* x_460; uint8_t x_461; +x_460 = lean_ctor_get(x_454, 1); +lean_inc(x_460); +lean_dec(x_454); +x_461 = 0; +x_377 = x_461; +x_378 = x_460; +goto block_452; +} +default: +{ +lean_object* x_462; uint8_t x_463; +lean_dec(x_457); +x_462 = lean_ctor_get(x_454, 1); +lean_inc(x_462); +lean_dec(x_454); +x_463 = 1; +x_377 = x_463; +x_378 = x_462; +goto block_452; } -lean_ctor_set(x_431, 0, x_430); -lean_ctor_set(x_431, 1, x_389); -return x_431; } } +else +{ +uint8_t x_464; +x_464 = 0; +x_377 = x_464; +x_378 = x_375; +goto block_452; +} } } else { -uint8_t x_478; +uint8_t x_473; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_478 = !lean_is_exclusive(x_383); -if (x_478 == 0) +x_473 = !lean_is_exclusive(x_374); +if (x_473 == 0) { -return x_383; +return x_374; } else { -lean_object* x_479; lean_object* x_480; lean_object* x_481; -x_479 = lean_ctor_get(x_383, 0); -x_480 = lean_ctor_get(x_383, 1); -lean_inc(x_480); -lean_inc(x_479); -lean_dec(x_383); -x_481 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_481, 0, x_479); -lean_ctor_set(x_481, 1, x_480); -return x_481; +lean_object* x_474; lean_object* x_475; lean_object* x_476; +x_474 = lean_ctor_get(x_374, 0); +x_475 = lean_ctor_get(x_374, 1); +lean_inc(x_475); +lean_inc(x_474); +lean_dec(x_374); +x_476 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_476, 0, x_474); +lean_ctor_set(x_476, 1, x_475); +return x_476; } } } default: { -lean_object* x_482; +lean_object* x_477; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_482 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_482, 0, x_1); -lean_ctor_set(x_482, 1, x_6); -return x_482; +x_477 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_477, 0, x_1); +lean_ctor_set(x_477, 1, x_6); +return x_477; } } } @@ -35584,150 +34738,167 @@ return x_38; LEAN_EXPORT lean_object* l_Lean_Meta_reduceProjOf_x3f(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { -uint8_t x_8; -x_8 = l_Lean_Expr_isApp(x_1); -if (x_8 == 0) +uint8_t x_8; uint8_t x_40; +x_40 = l_Lean_Expr_isApp(x_1); +if (x_40 == 0) { -lean_object* x_9; lean_object* x_10; -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_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; +uint8_t x_41; +x_41 = 1; +x_8 = x_41; +goto block_39; } else { -lean_object* x_11; -x_11 = l_Lean_Expr_getAppFn(x_1); -if (lean_obj_tag(x_11) == 4) +uint8_t x_42; +x_42 = 0; +x_8 = x_42; +goto block_39; +} +block_39: { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -lean_dec(x_11); -x_13 = lean_st_ref_get(x_6, x_7); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) +if (x_8 == 0) +{ +lean_object* x_9; +x_9 = l_Lean_Expr_getAppFn(x_1); +if (lean_obj_tag(x_9) == 4) +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +lean_dec(x_9); +x_11 = lean_st_ref_get(x_6, x_7); +x_12 = !lean_is_exclusive(x_11); +if (x_12 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_13 = lean_ctor_get(x_11, 0); +x_14 = lean_ctor_get(x_11, 1); x_15 = lean_ctor_get(x_13, 0); -x_16 = lean_ctor_get(x_13, 1); -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); -lean_dec(x_15); -x_18 = l_Lean_Environment_getProjectionStructureName_x3f(x_17, x_12); -if (lean_obj_tag(x_18) == 0) +lean_inc(x_15); +lean_dec(x_13); +x_16 = l_Lean_Environment_getProjectionStructureName_x3f(x_15, x_10); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_19; +lean_object* x_17; 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_19 = lean_box(0); -lean_ctor_set(x_13, 0, x_19); -return x_13; +x_17 = lean_box(0); +lean_ctor_set(x_11, 0, x_17); +return x_11; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_18, 0); -lean_inc(x_20); -lean_dec(x_18); -x_21 = lean_apply_1(x_2, x_20); -x_22 = lean_unbox(x_21); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_18 = lean_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +x_19 = lean_apply_1(x_2, x_18); +x_20 = lean_unbox(x_19); +lean_dec(x_19); +if (x_20 == 0) { -lean_object* x_23; +lean_object* x_21; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_23 = lean_box(0); -lean_ctor_set(x_13, 0, x_23); -return x_13; +x_21 = lean_box(0); +lean_ctor_set(x_11, 0, x_21); +return x_11; } else { -lean_object* x_24; -lean_free_object(x_13); -x_24 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_16); -return x_24; +lean_object* x_22; +lean_free_object(x_11); +x_22 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_14); +return x_22; } } } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_13, 0); -x_26 = lean_ctor_get(x_13, 1); -lean_inc(x_26); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_23 = lean_ctor_get(x_11, 0); +x_24 = lean_ctor_get(x_11, 1); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_11); +x_25 = lean_ctor_get(x_23, 0); lean_inc(x_25); -lean_dec(x_13); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = l_Lean_Environment_getProjectionStructureName_x3f(x_27, x_12); -if (lean_obj_tag(x_28) == 0) +lean_dec(x_23); +x_26 = l_Lean_Environment_getProjectionStructureName_x3f(x_25, x_10); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_29; lean_object* x_30; +lean_object* x_27; lean_object* x_28; 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_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_26); -return x_30; +x_27 = 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_24); +return x_28; } else { -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_ctor_get(x_28, 0); -lean_inc(x_31); -lean_dec(x_28); -x_32 = lean_apply_1(x_2, x_31); -x_33 = lean_unbox(x_32); -lean_dec(x_32); -if (x_33 == 0) +lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_29 = lean_ctor_get(x_26, 0); +lean_inc(x_29); +lean_dec(x_26); +x_30 = lean_apply_1(x_2, x_29); +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) { -lean_object* x_34; lean_object* x_35; +lean_object* x_32; lean_object* x_33; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -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_26); -return x_35; +x_32 = lean_box(0); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_24); +return x_33; } else { -lean_object* x_36; -x_36 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_26); -return x_36; +lean_object* x_34; +x_34 = l_Lean_Meta_unfoldDefinition_x3f(x_1, x_3, x_4, x_5, x_6, x_24); +return x_34; +} } } } +else +{ +lean_object* x_35; lean_object* x_36; +lean_dec(x_9); +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_35 = lean_box(0); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_7); +return x_36; +} } else { lean_object* x_37; lean_object* x_38; -lean_dec(x_11); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); @@ -35743,7 +34914,7 @@ return x_38; } } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -35753,17 +34924,17 @@ 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_WHNF___hyg_10682____closed__2() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__1; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____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_WHNF___hyg_10682____closed__3() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__3() { _start: { lean_object* x_1; @@ -35771,17 +34942,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__2; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____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_WHNF___hyg_10682____closed__5() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__5() { _start: { lean_object* x_1; @@ -35789,37 +34960,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__4; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____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_WHNF___hyg_10682____closed__7() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__6; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____closed__6; 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_WHNF___hyg_10682____closed__8() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__7; x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_36____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_WHNF___hyg_10682____closed__9() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__9() { _start: { lean_object* x_1; @@ -35827,17 +34998,17 @@ x_1 = lean_mk_string_from_bytes("WHNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__8; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____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_WHNF___hyg_10682____closed__11() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__11() { _start: { lean_object* x_1; @@ -35845,33 +35016,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10; -x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11; +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__10; +x_2 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____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_WHNF___hyg_10682____closed__13() { +static lean_object* _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12; -x_2 = lean_unsigned_to_nat(10682u); +x_1 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__12; +x_2 = lean_unsigned_to_nat(10711u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711_(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_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3___closed__2; x_3 = 0; -x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13; +x_4 = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__13; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -36209,33 +35380,33 @@ l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__1 = _init_l___private_Le lean_mark_persistent(l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__1); l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__2 = _init_l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__2(); lean_mark_persistent(l___private_Lean_Meta_WHNF_0__Lean_Meta_cache___closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__1); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__2); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__3); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__4); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__5); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__6); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__7); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__8); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__9); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__10); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__11); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__12); -l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13(); -lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682____closed__13); -res = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10682_(lean_io_mk_world()); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__1 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__1(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__1); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__2 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__2(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__2); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__3 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__3(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__3); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__4 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__4(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__4); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__5 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__5(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__5); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__6 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__6(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__6); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__7 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__7(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__7); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__8 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__8(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__8); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__9 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__9(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__9); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__10 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__10(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__10); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__11 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__11(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__11); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__12 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__12(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__12); +l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__13 = _init_l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__13(); +lean_mark_persistent(l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711____closed__13); +res = l_Lean_Meta_initFn____x40_Lean_Meta_WHNF___hyg_10711_(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/MetavarContext.c b/stage0/stdlib/Lean/MetavarContext.c index 24b0f88389c9..896adb8cc0fc 100644 --- a/stage0/stdlib/Lean/MetavarContext.c +++ b/stage0/stdlib/Lean/MetavarContext.c @@ -13,6 +13,7 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__18___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___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_modify___at_Lean_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); @@ -22,43 +23,49 @@ LEAN_EXPORT lean_object* l_Lean_MetavarContext_abstractRange___boxed(lean_object LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__31___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_Context_mvarIdsToAbstract___default; LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_MetavarKind_isNatural(uint8_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(lean_object*, lean_object*, size_t, size_t); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getLevelMVarAssignment_x3f___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__50(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__37___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__93(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___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_List_anyM___at_Lean_hasAssignableMVar___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__25(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(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_MetavarContext_MkBinding_collectForwardDeps___spec__152___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg___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_instantiateMVarsCore___spec__32___rarg___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_instantiateMVarsCore___spec__11___rarg___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_localDeclDependsOn_x27___spec__82(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___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_isLevelMVarAssignable___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_getDecl___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__26(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MetavarContext_findDecl_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__15(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__1(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_instantiateExprMVars___spec__42___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_instantiateExprMVars___spec__33___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___boxed(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_localDeclDependsOn___spec__43___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__37(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg___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_instantiateLCtxMVars___spec__7(lean_object*); @@ -68,31 +75,41 @@ LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg(lean_object*, LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__37(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__36(lean_object*, lean_object*, size_t, size_t); lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_isLevelMVarAssigned___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_instMonadMCtxStateRefT_x27MetavarContextST___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14___boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__28(lean_object*, lean_object*, size_t, size_t); size_t lean_usize_shift_right(size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__6(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__56(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__43(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__51(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__72(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__62___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__4___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34___boxed(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -102,23 +119,31 @@ static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__39___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___lambda__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_userNames___default; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_instantiateExprMVars___spec__10___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_instantiateMVarDeclMVars___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedMetavarDecl___closed__7; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__35(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_collectForwardDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__18___closed__1; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__19(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instToStringException___closed__3; +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedLocalInstance___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(lean_object*, lean_object*, lean_object*); @@ -128,88 +153,95 @@ LEAN_EXPORT lean_object* l_Lean_MetavarContext_getExprAssignmentDomain(lean_obje LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addLevelMVarDecl___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(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_MetavarContext_MkBinding_collectForwardDeps___spec__162(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__136___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56___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_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_getDecl(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45(lean_object*, lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getLevelMVarAssignment_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at_Lean_MetavarContext_getExprAssignmentDomain___spec__4(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__14___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__15___closed__2; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_isLevelMVarAssignable___spec__2(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___rarg(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_localDeclDependsOn_x27___spec__22(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__132(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__70___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM; static lean_object* l_Lean_instInhabitedMetavarDecl___closed__9; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_getExprAssignmentCore_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___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_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isDelayedAssigned___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___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_List_elem___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_mkLambda(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__39(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__81(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8___boxed(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_localDeclDependsOn___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30___boxed(lean_object*, lean_object*); static lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__1; size_t lean_uint64_to_usize(uint64_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__6(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__27(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instToStringException(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___boxed(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_instantiateLCtxMVars___spec__6___rarg___lambda__3___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_MetavarContext_MkBinding_collectForwardDeps___spec__80(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__22___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__160(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___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_instantiateMVarDeclMVars___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssignable___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_decls___default___closed__1; -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__12(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_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84___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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___closed__2; -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__15___boxed(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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__161___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__29(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setMCtx___rarg___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); @@ -217,13 +249,11 @@ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBindi lean_object* l_Array_findIdx_x3f_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__5___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___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_MetavarContext_MkBinding_collectForwardDeps___spec__82___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_dependsOnPred___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkLevelMax_x27(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21(lean_object*); @@ -232,10 +262,9 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_MVarId LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_toSubarray___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_getExprAssignmentDomain___spec__3___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__124(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__11(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64___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_instantiateMVarsCore___spec__28(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -244,21 +273,27 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___s LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instBEqLocalInstance___boxed(lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__144___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_instantiateExprMVars___spec__8(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__89___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__33(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MetavarContext_mkLambda___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_DependsOn_instMonadMCtxM___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___rarg___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_instantiateExprMVars___spec__27___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_revert___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__99___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); static lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__9___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__2(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___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_instantiateExprMVars___spec__37___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); @@ -271,13 +306,14 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Name_isAnonymous(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignDelayedMVar___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__5___boxed(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_localDeclDependsOn_x27___spec__17(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_addLevelMVarDecl(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__62(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ST_Prim_Ref_get___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__6(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -285,76 +321,84 @@ LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_instMonadMCtxStateRefT_x2 lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___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_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getInScope___spec__1___boxed(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_localDeclDependsOn___spec__25___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_assignDelayedMVar___spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_isLevelMVarAssigned___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_withFreshCache(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__20(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__24(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_mkBinding___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp___spec__1___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__68(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findExprDependsOn(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__13___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61___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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__12___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__11(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__124___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___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_RBNode_insert___at_Lean_MVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(lean_object*, lean_object*, lean_object*); uint8_t lean_expr_has_loose_bvar(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__14___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_instantiateMVarDeclMVars___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); static lean_object* l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1; LEAN_EXPORT lean_object* l_Lean_findLocalDeclDependsOn___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_MVarId_assign(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_fvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__63(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignedMVar___spec__1___rarg___lambda__1(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___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_anyMUnsafe_any___at_Lean_exprDependsOn___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__9(uint8_t, 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_localDeclDependsOn_x27___spec__45(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__67___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__140(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_instantiateLCtxMVars___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_MVarId_isAssigned___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__2(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_exprDependsOn_x27___spec__27___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__82___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__35___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVarsCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -363,34 +407,39 @@ LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAd LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarDecl_numScopeArgs___default; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__35(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__13___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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_localDeclDependsOn_x27___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95___boxed(lean_object*, lean_object*); lean_object* l_EStateM_instMonadEStateM(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__26(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__6___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_LocalInstances_erase___lambda__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_instantiateExprMVars___spec__4___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__94(lean_object*, lean_object*, lean_object*); lean_object* l_Nat_foldRevM_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__10___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_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setMCtx___rarg___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___boxed(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_exprDependsOn_x27___spec__33___boxed(lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_isSyntheticOpaque___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_instantiateLCtxMVars___spec__11___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -398,21 +447,26 @@ static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_hasAssignedLevelMVar___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20___boxed(lean_object*, lean_object*); lean_object* l_Lean_Expr_mvar___override(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instToStringException___closed__6; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_instantiateLCtxMVars___spec__11(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_toCtorIdx___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__31(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarUserName(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__30(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isExprMVarAssigned___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__19; -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__145___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_MVarId_isDelayedAssigned___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); @@ -421,14 +475,21 @@ lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedLocalInstance; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__12___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__16(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___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_MetavarContext_MkBinding_collectForwardDeps___spec__120___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_instantiateLCtxMVars___spec__2___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___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_Lean_localDeclDependsOn___spec__68(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__54(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__160___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___lambda__2___boxed(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_localDeclDependsOn_x27___spec__14(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_MVarId_isAssigned___spec__2(lean_object*, size_t, lean_object*); @@ -436,41 +497,55 @@ LEAN_EXPORT lean_object* l_Lean_isExprMVarAssignable(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_MVarId_isDelayedAssigned___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__33(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_MVarId_isAssigned___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___boxed(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_localDeclDependsOn_x27___spec__39___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__10___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_dAssignment___default; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_DependsOn_main(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadMCtx___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_modify___at_Lean_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__90(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__130___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_mkBinding___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_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__146(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_isMVarDelayedAssigned(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__23(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82___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_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__35___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__16(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__12(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadMCtx(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__61(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2(lean_object*, size_t, lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___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_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__121___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isLevelMVarAssignable___rarg___lambda__1___closed__4; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_DependsOn_State_visited___default___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41(lean_object*, lean_object*); @@ -479,32 +554,39 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore__ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_instantiateMVarDeclMVars___spec__3(size_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_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11(lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__13___closed__3; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__7(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_LocalDecl_index(lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg___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_MetavarContext_MkBinding_collectForwardDeps___spec__39(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__45(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_MetavarContext_LevelMVarToParam_main_visitApp___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__14(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_mkForall(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__52(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg___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_instantiateExprMVars___spec__31___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__9___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_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_LevelMVarToParam_main_visitApp___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_getDecl___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___rarg___boxed(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(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__11(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___rarg___lambda__1(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isLambda(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__129___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_getExprAssignmentCore_x3f___spec__3(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_MetavarContext_MkBinding_collectForwardDeps___spec__18(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -512,7 +594,6 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_panic___at_Lean_MetavarContext_getDecl___spec__4(lean_object*); -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_DependsOn_instMonadMCtxM___spec__2___rarg(lean_object*, lean_object*, lean_object*); @@ -521,121 +602,133 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getInScope___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_getFVar_x21(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___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_assignDelayedMVar(lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__154___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86___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_instantiateMVarsCore___spec__39___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_decls___default; lean_object* lean_expr_instantiate_rev_range(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__27(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_withFreshCache___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__32(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___lambda__1(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_MetavarContext_MkBinding_collectForwardDeps___spec__107___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getInScope___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__72___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isDelayedAssigned___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__5(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_MetavarContext_MkBinding_collectForwardDeps___spec__75(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__98(lean_object*, lean_object*, size_t, size_t); lean_object* l_runST___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_elimMVarDeps(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_isUnaryNode___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60___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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_collectForwardDeps(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_LevelMVarToParam_main_visitApp___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_abstract(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__3(uint8_t, 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_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_abstractRange___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_assignLevelMVar___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__55(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__10___closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__5___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___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_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_panic___at_String_toNat_x21___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_mkAppRangeAux(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at_Lean_MetavarContext_getExprAssignmentDomain___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssigned(lean_object*); -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__71(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__145(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarKind___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39___rarg___boxed(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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_instantiateLCtxMVars___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__15(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST(lean_object*); static lean_object* l_Lean_instantiateLCtxMVars___rarg___closed__3; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_DependsOn_instMonadMCtxM___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_main(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__138___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___lambda__1(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_noConfusion___rarg___lambda__1(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__59(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__14(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__11___closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___lambda__1___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_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setMCtx(lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_visitLevel(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_getLevelDepth___closed__1; uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__3(uint8_t, 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_localDeclDependsOn_x27___spec__77(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignedMVar___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_instBEqLocalInstance(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_instInhabitedMetavarContext; LEAN_EXPORT lean_object* l_Lean_MetavarContext_mvarCounter___default; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__144(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_assignDelayedMVar___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_MVarId_isDelayedAssigned___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__10___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadMCtxStateRefT_x27MetavarContextST(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__19___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__2(uint8_t, 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_MetavarContext_MkBinding_collectForwardDeps___spec__31(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_assignDelayedMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignDelayedMVar___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_DependsOn_State_visited___default; LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDeclExp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg(lean_object*, lean_object*); @@ -646,35 +739,38 @@ LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignedMVar___spec__1___rarg_ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__7___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_isLevelMVarAssignable___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at_Lean_MetavarContext_getExprAssignmentDomain___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__23(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_getLevelDepth(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__122(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__5(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_instantiateMVarDeclMVars___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__21(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__8(uint8_t, 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_instantiateMVarsCore___spec__12___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__66___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__13(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDeclExp___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLCtxMVars___rarg___closed__4; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getDelayedMVarAssignment_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__5(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_instantiateExprMVars___spec__44___rarg___lambda__12___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__47(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__78(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__8(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarKind_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_State_cache___default; @@ -684,138 +780,158 @@ LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__19(lean_ob LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__13(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__24(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__18___closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__122___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__53(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__7(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__11___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__14(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_localDeclDependsOn_x27___spec__64___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_instantiateExprMVars___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignDelayedMVar___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg___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_instantiateLCtxMVars___spec__13(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__24(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_getDecl___closed__2; +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MVarId_assign___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__148___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_findCore___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__4___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_noConfusion___rarg(uint8_t, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__19___closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__35(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getDelayedMVarAssignment_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_instantiateLCtxMVars___spec__1___rarg(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_localDeclDependsOn___spec__11(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_MetavarKind_isSyntheticOpaque(uint8_t); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_panic___at_Lean_isLevelMVarAssignable___spec__4___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___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_exprDependsOn_x27___spec__28___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_MetavarContext_LevelMVarToParam_visitLevel___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4(lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_getDecl___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__3___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__12(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__26(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14(lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__1(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_localDeclDependsOn_x27___spec__70(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalInstances_erase___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg___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_MetavarContext_MkBinding_collectForwardDeps___spec__97(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__29___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType_abstractRangeAux(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_getDecl___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__91___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7(lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignmentDomain___spec__2___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__13___closed__1; static lean_object* l_Lean_MetavarContext_MkBinding_instToStringException___closed__2; LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__140___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setMCtx___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33(lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32(lean_object*, lean_object*); lean_object* l_Lean_LocalContext_mkLetDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__132___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80___boxed(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__16; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__4___closed__1; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___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_instantiateMVarDeclMVars___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__8(lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__22(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_isLevelMVarAssigned___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getLevelMVarAssignment_x3f___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_MVarId_isAssigned___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__51___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__17(lean_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_MetavarContext_MkBinding_collectForwardDeps___spec__85___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_MetavarContext_addExprMVarDecl___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__64(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__4___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__10(uint8_t, 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_Lean_localDeclDependsOn_x27___spec__38(lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__7; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__32(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_instantiateLCtxMVars___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__164___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__97___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__3; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63___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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__4(uint8_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_instantiateExprMVars___spec__22___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarDecl_userName___default; @@ -823,7 +939,6 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars__ LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_instantiateLCtxMVars___spec__2___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -static lean_object* l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_reduceLocalContext(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__3(lean_object*, lean_object*, lean_object*); @@ -831,11 +946,11 @@ lean_object* l_ST_Prim_Ref_modifyGetUnsafe___rarg___boxed(lean_object*, lean_obj LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___spec__1___lambda__1___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__100(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_levelZero; LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg___lambda__2___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__42___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__17(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -843,79 +958,93 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_isLevelMVarAssigned___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_lDepth___default___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__10(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Level_hasMVar(lean_object*); extern lean_object* l_Lean_instInhabitedExpr; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78___boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__98___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_isLevelMVarAssignable___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_LocalInstances_erase(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_MetavarContext_MkBinding_reduceLocalContext___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__19___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__3; -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___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_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg___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_instantiateExprMVars___spec__37(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__12(lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___lambda__1___boxed(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_localDeclDependsOn___spec__62(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_isLevelMVarAssignable___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_elem___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___spec__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58___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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__13(uint8_t, 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_MetavarContext_MkBinding_collectForwardDeps___spec__5___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_getExprAssignmentDomain___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_moveEntries___at_Lean_instantiateExprMVars___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__58(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__7___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__10(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_levelMVarToParam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__12(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2(lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__14; LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__3; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__138(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getLevelMVarAssignment_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg___boxed(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_localDeclDependsOn___spec__10(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__156___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35(lean_object*); lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__86(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__83(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_getExprAssignmentCore_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__14___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg___boxed(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_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__85(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__129(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned(lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssignable(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21(lean_object*, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_MetavarContext_addExprMVarDecl___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -926,7 +1055,6 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__15(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__10___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(lean_object*, lean_object*, lean_object*); @@ -936,10 +1064,10 @@ LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__4___boxed(lean_ uint8_t lean_expr_equal(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__24(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg___boxed(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_localDeclDependsOn_x27___spec__44(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_collectForwardDeps(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLCtxMVars(lean_object*); @@ -949,11 +1077,14 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBindi LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__20; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg___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_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__9___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__32(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18(lean_object*); @@ -968,50 +1099,57 @@ static lean_object* l_Lean_instInhabitedMetavarDecl___closed__3; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__40(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__11___closed__3; lean_object* l_Lean_simpLevelIMax_x27(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__44(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8(lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60(lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isLet(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_mkBinding(uint8_t, lean_object*, lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__60(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__63___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_getDecl___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_expr_lift_loose_bvars(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59___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_DependsOn_instMonadMCtxM___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___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_instantiateMVarsCore___spec__16(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151___boxed(lean_object*, lean_object*); lean_object* lean_expr_lower_loose_bvars(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__21___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_MVarId_assign___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__13___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instMonadMCtx___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__53(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__64(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__35___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_fvarId(lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_elimMVarDeps(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__36(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_preserveOrder(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_instantiateMVarsCore___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_getExprAssignmentCore_x3f___spec__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__73(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_abstractRange(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___closed__2; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedLevelMVar___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___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_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__75___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88___boxed(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_exprDependsOn___spec__6(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_MetavarContext_LevelMVarToParam_main___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_isLevelMVarAssignable___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1021,88 +1159,101 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVar LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__12___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__12___boxed(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_localDeclDependsOn_x27___spec__84(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__43(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedMetavarDecl; LEAN_EXPORT lean_object* l_Lean_findLocalDeclDependsOn___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 uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__41(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__12___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_toCtorIdx(uint8_t); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__10___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__11___closed__1; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__146___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_MVarId_isAssigned___spec__1(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__136(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__8(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__11(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__46(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__15(uint8_t, 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_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(lean_object*, lean_object*); lean_object* lean_usize_to_nat(size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__43___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_data_hashmap_mk_idx(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__14___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__25(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateLCtxMVars___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_assignDelayedMVar___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(lean_object*, lean_object*); lean_object* l_Lean_LocalContext_mkLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_MetavarContext_LevelMVarToParam_main___spec__2(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_localDeclDependsOn_x27___spec__92(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_State_cache___default; -uint64_t l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15___rarg___boxed(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_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_assignLevelMVar___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isExprMVarAssignable___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__26___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__9___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__8___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__8___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__18; +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___closed__1; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31(lean_object*, lean_object*); -uint64_t l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89___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_MetavarContext_LevelMVarToParam_instMonadMCtxM___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__11___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalDecl_userName(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__2___boxed(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_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___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_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instToStringException___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_getExprAssignmentDomain___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1110,18 +1261,19 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at_Lean_MetavarContex LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___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_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__20(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_instantiateMVarsCore___spec__23___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81___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_instantiateLevelMVars___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__11___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_MetavarContext_MkBinding_collectForwardDeps___spec__103___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_DependsOn_instMonadMCtxM; LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__18(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__13; +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3(lean_object*, lean_object*, lean_object*); @@ -1131,60 +1283,76 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__49(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__15(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_preserveOrder___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_DependsOn_State_visited___default___spec__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_lAssignment___default; static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_assignLevelMVar___spec__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__18(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalContext_isSubPrefixOf(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__17; LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___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_instantiateMVarsCore___spec__15___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_getExprAssignmentCore_x3f___spec__2(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_modify___at_Lean_instMonadMCtxStateRefT_x27MetavarContextST___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_instantiateExprMVars___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__41___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__137(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83___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_instantiateLevelMVars(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_getDecl___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__14(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_MetavarContext_MkBinding_collectForwardDeps___spec__72___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__40(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__50___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53___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_exprDependsOn___spec__23(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1(lean_object*, uint8_t, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__21(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__3(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_exprDependsOn___spec__11___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__1___closed__4; static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__9___closed__1; LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___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_localDeclDependsOn_x27___spec__40___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__16(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__15(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__15; +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType_abstractRangeAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignableMVar___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__82(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___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_assignExprMVar(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__24(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___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_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__81___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_assignLevelMVar___spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37(lean_object*); lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); @@ -1202,24 +1370,29 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_findUserName_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__2___boxed(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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__2___boxed(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_localDeclDependsOn_x27___spec__28(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_assignDelayedMVar___spec__2___boxed(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_localDeclDependsOn___spec__57(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedMetavarDecl___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___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_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__9(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__9___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__20(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___boxed(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_localDeclDependsOn_x27___spec__32___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg___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_localDeclDependsOn_x27___spec__74(lean_object*, lean_object*, size_t, size_t); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at_Lean_instantiateExprMVars___spec__10(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__11(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__3___boxed(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_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_instantiateExprMVars___spec__4(lean_object*, lean_object*); static lean_object* l_Nat_foldRevM_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10___boxed(lean_object*, lean_object*, lean_object*); @@ -1229,55 +1402,63 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isAnonymousMVar___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MVarId_assign___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__9___closed__4; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__91(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_mkBinding___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__37(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__7___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__70(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MVarId_assign___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_levelAssignDepth___default; static lean_object* l_Lean_instInhabitedMetavarDecl___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___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_getDelayedMVarAssignment_x3f___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163___boxed(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_MetavarContext_findUserName_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__38___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__5___rarg___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_MetavarContext_MkBinding_collectForwardDeps___spec__57___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_instantiateExprMVars___spec__26___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__6(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__121(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedMetavarDecl___closed__5; LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__68___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78___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_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__120(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__1___closed__3; static size_t l_Lean_instInhabitedMetavarDecl___closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__54___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__7(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_instantiateMVarDeclMVars___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -1285,81 +1466,81 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDepen LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__10(lean_object*); lean_object* lean_local_ctx_erase(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateT_get___at_Lean_DependsOn_instMonadMCtxM___spec__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(lean_object*, lean_object*, lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Name_hash___override(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__43___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedMetavarDecl___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_getExprAssignmentDomain___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__10(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_instInhabitedMetavarKind; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44___boxed(lean_object*, lean_object*); uint8_t l_ptrEqList___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg___boxed(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_localDeclDependsOn_x27___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__3(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); lean_object* l_Repr_addAppParen(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_assignLevelMVar___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instReprMetavarKind___closed__1; LEAN_EXPORT lean_object* l_Lean_isExprMVarAssigned(lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_noConfusion(lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__6(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8(lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__5___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_instantiateMVarsCore___spec__37___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_dependsOnPred(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(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_instantiateExprMVars___spec__44___rarg___lambda__1___boxed(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_localDeclDependsOn_x27___spec__34(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__4; lean_object* lean_nat_sub(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__11; +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__154(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__5; LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_main_visitApp(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___rarg(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_MetavarContext_MkBinding_collectForwardDeps___spec__139(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getAppFn(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__1(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_dependsOn___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux___at_Lean_MetavarContext_getExprAssignmentDomain___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_incDepth___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MVarId_assign___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findLocalDeclDependsOn(lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instToStringException___closed__5; -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7(lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__9(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarType(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instInhabitedLocalInstance___closed__1; LEAN_EXPORT lean_object* l_Lean_findLocalDeclDependsOn___rarg(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_localDeclDependsOn___spec__66(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__152(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__4___closed__3; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); @@ -1367,8 +1548,8 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars__ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23(lean_object*); LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__10(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_MetavarContext_LevelMVarToParam_visitLevel___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___closed__1; @@ -1377,6 +1558,7 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_co LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__14(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__49___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__10___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(lean_object*, lean_object*, size_t, size_t); @@ -1385,22 +1567,21 @@ static lean_object* l_Lean_isLevelMVarAssignable___rarg___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__7(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_localDeclDependsOn___spec__33(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__48(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__153(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29(lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedLevelMVar___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignableMVar___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__1; static lean_object* l_Lean_MetavarContext_userNames___default___closed__1; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_MetavarContext_LevelMVarToParam_main_visitApp___spec__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); @@ -1412,72 +1593,94 @@ static lean_object* l_Lean_instInhabitedMetavarDecl___closed__4; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__8(lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Nat_foldRevM_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___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_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__69(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVarDeclMVars___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_instantiateExprMVars___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__110___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedMVar___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__13(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___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_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__83___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28___boxed(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_getDelayedMVarAssignment_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__137___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___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_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31___boxed(lean_object*, lean_object*); static lean_object* l_Lean_isLevelMVarAssignable___rarg___lambda__1___closed__2; size_t lean_usize_sub(size_t, size_t); lean_object* l_panic___at_Lean_Level_normalize___spec__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__10(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateLCtxMVars___rarg___closed__1; lean_object* l_Lean_mkHashMapImp___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVarsCore(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__19___closed__2; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__23(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__90___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__16___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_assignDelayedMVar___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_DependsOn_instMonadMCtxM___closed__1; LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(lean_object*, lean_object*, size_t, size_t); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__2(lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__15___closed__3; LEAN_EXPORT lean_object* l_List_replace___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__7(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__32(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21___boxed(lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__18___closed__2; static lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___closed__3; +LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(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_MetavarContext_MkBinding_collectForwardDeps___spec__22___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_assignLevelMVar___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarRoot___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Level_param___override(lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_instantiateLCtxMVars___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_MetavarContext_findLevelDepth_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__36___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedLevelMVar___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_getExprAssignmentDomain___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__3___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158___boxed(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_getLevelDepth___closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__128(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__5(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_MetavarContext_MkBinding_collectForwardDeps___spec__148(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_betaRev(lean_object*, lean_object*, uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_instantiateExprMVars___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkFreshBinderName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1489,43 +1692,46 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_ LEAN_EXPORT lean_object* l_Lean_MetavarKind_isNatural___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_instantiateLCtxMVars___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__27(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__56(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_getDelayedMVarAssignment_x3f___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__25___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__18(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_instantiateLCtxMVars___spec__1(lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignedMVar___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_isMVarDelayedAssigned___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_assignLevelMVar___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__8(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_instantiateMVarsCore___spec__1___boxed(lean_object*); lean_object* l_panic___at_Lean_Expr_getRevArg_x21___spec__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MVarId_assign___spec__3(size_t, 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_MetavarContext_MkBinding_collectForwardDeps___spec__67(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__58___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__153___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__54(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_findUserName_x3f(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__11(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_elimMVarDeps___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_mkForall___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__34___boxed(lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_left(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_hasAssignableMVar___rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__59___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__7___boxed(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_MetavarContext_addLevelMVarDecl___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26(lean_object*); LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1534,50 +1740,56 @@ LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_v static lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___closed__1; LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarKind(lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___closed__1; +LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76___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_exprDependsOn___spec__14(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__23___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__13___closed__2; LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssigned___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___rarg___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isDelayedAssigned(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__16(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__9(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__17___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__15(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignedLevelMVar(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__89(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_abstractRange(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__99(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__2___closed__3; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(lean_object*, lean_object*, lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52___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_exprDependsOn_x27___spec__19___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__48(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__29(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssigned___rarg___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___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_instantiateMVarsCore___spec__24___rarg___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_instantiateExprMVars___spec__20(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isLevelMVarAssigned___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__12___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17(lean_object*); lean_object* l_Lean_Expr_headBeta(lean_object*); LEAN_EXPORT lean_object* l_List_anyM___at_Lean_hasAssignableMVar___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__38(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_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__162___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_MetavarContext_getExprAssignmentDomain___closed__1; +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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_assignLevelMVar___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__10___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); @@ -1585,12 +1797,16 @@ static lean_object* l_Lean_isLevelMVarAssignable___rarg___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_dependsOn(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___lambda__3___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__156(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_simpLevelMax_x27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__24(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__130(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); static lean_object* l_Nat_foldRevM_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType___spec__1___closed__1; @@ -1599,44 +1815,60 @@ LEAN_EXPORT lean_object* l_Lean_MetavarContext_revert(lean_object*, lean_object* LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_LevelMVarToParam_instMonadMCtxM___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_instantiateExprMVars___spec__7(lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__15___closed__1; +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___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_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__71___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___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_MetavarContext_MkBinding_collectForwardDeps___spec__128___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__13___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_lDepth___default; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___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_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_isLevelMVarAssignable___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_DependsOn_instMonadMCtxM___lambda__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__9(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__9(lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__12___boxed(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_MetavarContext_MkBinding_collectForwardDeps___spec__72(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLocalDeclMVars___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115___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_instantiateExprMVars___spec__44___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_hasAssignableLevelMVar___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__161(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Expr_lam___override(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_hasAssignedLevelMVar___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__25(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__61(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_instMonadCacheExprStructEqExprM___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__75(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__2___closed__1; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96___boxed(lean_object*, lean_object*); uint8_t l_Lean_Expr_isFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_incDepth(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_MVarId_isDelayedAssigned___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(lean_object*, lean_object*, lean_object*); @@ -1645,7 +1877,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___s lean_object* l_Lean_Expr_mvarId_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__14___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_getDecl___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2___boxed(lean_object*, lean_object*, lean_object*); @@ -1653,51 +1885,54 @@ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_ LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__12(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__12(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__164(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_localDeclDependsOn___spec__17(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__24___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___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_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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_foldrMUnsafe_fold___at_Lean_MetavarContext_MkBinding_reduceLocalContext___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__6___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__67(lean_object*, lean_object*, size_t, size_t); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_isLevelMVarAssigned___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__6(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_MetavarContext_MkBinding_collectForwardDeps___spec__74___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127(lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__12; LEAN_EXPORT lean_object* l_Lean_assignExprMVar___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__3(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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_MetavarContext_MkBinding_instMonadMCtxM___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarKind_noConfusion___rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126(lean_object*, lean_object*); static lean_object* l_Lean_MetavarContext_MkBinding_instToStringException___closed__4; LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19(lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__8; -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg(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_localDeclDependsOn_x27___spec__11(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___rarg___lambda__13(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_expr_abstract_range(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54___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_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_visit(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__29(lean_object*, lean_object*, size_t, size_t); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__9; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__70___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getExprMVarAssignment_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__8(uint8_t, 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_MetavarContext_MkBinding_collectForwardDeps___spec__91___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__32___boxed(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); @@ -1715,10 +1950,11 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars__ LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_collectForwardDeps___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_instantiateLCtxMVars___spec__8___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getLevelMVarAssignment_x3f(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__97(lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_MetavarContext_isWellFormed___rarg___lambda__5___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_MetavarContext_MkBinding_collectForwardDeps___spec__47___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(lean_object*, lean_object*, lean_object*); lean_object* l_Array_eraseIdx_x27___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1726,18 +1962,22 @@ lean_object* l___private_Lean_Data_HashMap_0__Lean_numBucketsForCapacity(lean_ob LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_mkBinding___lambda__2(lean_object*, uint8_t, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_MetavarContext_0__Lean_reprMetavarKind____x40_Lean_MetavarContext___hyg_130____closed__1; uint8_t l_Lean_Expr_hasExprMVar(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__10___closed__1; LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___rarg___lambda__3(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_localDeclDependsOn___spec__19(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___lambda__4(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_instantiateMVarsCore___spec__22(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_instantiateExprMVars___rarg___lambda__9___closed__3; +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarUserNameTemporarily(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* _init_l_Lean_instInhabitedLocalInstance___closed__1() { _start: { @@ -2766,7 +3006,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_4 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -2964,7 +3204,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_getExprAssignmentCore_x3f___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -3170,7 +3410,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_getDelayedMVarAssignment_x3f___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -3408,7 +3648,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; uint8_t x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_4 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_containsAux___at_Lean_isLevelMVarAssigned___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -3601,7 +3841,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; uint8_t x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_containsAux___at_Lean_MVarId_isAssigned___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -3810,7 +4050,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; uint8_t x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_containsAux___at_Lean_MVarId_isDelayedAssigned___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -4036,7 +4276,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_4 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_isLevelMVarAssignable___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -4311,7 +4551,7 @@ lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_4 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_5 = lean_uint64_to_usize(x_4); x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_getDecl___spec__2(x_3, x_5, x_2); lean_dec(x_2); @@ -5922,7 +6162,7 @@ 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___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_9); +x_11 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_9); x_12 = lean_uint64_to_usize(x_11); x_13 = 1; x_14 = lean_usize_sub(x_1, x_13); @@ -6414,7 +6654,7 @@ if (x_4 == 0) lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_7 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_assignLevelMVar___spec__2(x_5, x_8, x_9, x_2, x_3); @@ -6433,7 +6673,7 @@ x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); lean_inc(x_13); lean_dec(x_1); -x_15 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); +x_15 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_assignLevelMVar___spec__2(x_13, x_16, x_17, x_2, x_3); @@ -6560,7 +6800,7 @@ 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___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_9); +x_11 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_9); x_12 = lean_uint64_to_usize(x_11); x_13 = 1; x_14 = lean_usize_sub(x_1, x_13); @@ -7044,7 +7284,7 @@ if (x_4 == 0) lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_MVarId_assign___spec__2(x_5, x_8, x_9, x_2, x_3); @@ -7063,7 +7303,7 @@ x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); lean_inc(x_13); lean_dec(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_MVarId_assign___spec__2(x_13, x_16, x_17, x_2, x_3); @@ -7206,7 +7446,7 @@ 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___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_9); +x_11 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_9); x_12 = lean_uint64_to_usize(x_11); x_13 = 1; x_14 = lean_usize_sub(x_1, x_13); @@ -7690,7 +7930,7 @@ if (x_4 == 0) lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_assignDelayedMVar___spec__2(x_5, x_8, x_9, x_2, x_3); @@ -7709,7 +7949,7 @@ x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); lean_inc(x_13); lean_dec(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_assignDelayedMVar___spec__2(x_13, x_16, x_17, x_2, x_3); @@ -8806,6 +9046,28 @@ x_3 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateExp return x_3; } } +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___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_object* x_7; lean_object* x_8; +x_6 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___rarg___lambda__1), 3, 2); +lean_closure_set(x_6, 0, x_3); +lean_closure_set(x_6, 1, x_4); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_apply_1(x_7, x_6); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___rarg___boxed), 5, 0); +return x_3; +} +} LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -9069,7 +9331,7 @@ LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprM { lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_inc(x_7); -x_8 = l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__12___rarg(x_1, x_2, x_3, x_7, x_4); +x_8 = l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_7, x_4); x_9 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___rarg___lambda__6___boxed), 3, 2); lean_closure_set(x_9, 0, x_5); lean_closure_set(x_9, 1, x_7); @@ -9269,7 +9531,7 @@ x_3 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instanti return x_3; } } -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg(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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15___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_object* x_7; lean_object* x_8; @@ -9283,20 +9545,42 @@ x_8 = lean_apply_1(x_7, x_6); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg___boxed), 5, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15___rarg___boxed), 5, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___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) { +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___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_object* x_7; lean_object* x_8; +x_6 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___rarg___lambda__1), 3, 2); +lean_closure_set(x_6, 0, x_3); +lean_closure_set(x_6, 1, x_4); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_apply_1(x_7, x_6); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___rarg___boxed), 5, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___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_10; lean_object* x_11; lean_inc(x_1); -x_9 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_4, x_5); +x_9 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_4, x_5); x_10 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__2___boxed), 4, 3); lean_closure_set(x_10, 0, x_6); lean_closure_set(x_10, 1, x_1); @@ -9305,12 +9589,12 @@ x_11 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_9, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___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_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___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) { _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_inc(x_1); -x_9 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_4, x_5); +x_9 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_4, x_5); x_10 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__4___boxed), 4, 3); lean_closure_set(x_10, 0, x_6); lean_closure_set(x_10, 1, x_1); @@ -9319,12 +9603,12 @@ x_11 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_9, x_10); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___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_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___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; lean_object* x_9; lean_object* x_10; lean_inc(x_7); -x_8 = l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_7, x_4); +x_8 = l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___rarg(x_1, x_2, x_3, x_7, x_4); x_9 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___rarg___lambda__6___boxed), 3, 2); lean_closure_set(x_9, 0, x_5); lean_closure_set(x_9, 1, x_7); @@ -9332,7 +9616,7 @@ x_10 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_8, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___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_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___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) { _start: { if (lean_obj_tag(x_8) == 0) @@ -9384,9 +9668,9 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_1); -x_17 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_3, x_4, x_12, x_5); +x_17 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_3, x_4, x_12, x_5); lean_inc(x_7); -x_18 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__3___boxed), 7, 6); +x_18 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__3___boxed), 7, 6); lean_closure_set(x_18, 0, x_3); lean_closure_set(x_18, 1, x_4); lean_closure_set(x_18, 2, x_6); @@ -9399,7 +9683,7 @@ return x_19; } } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(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_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { switch (lean_obj_tag(x_4)) { @@ -9411,7 +9695,7 @@ lean_inc(x_6); x_7 = lean_ctor_get(x_1, 1); lean_inc(x_7); lean_inc(x_1); -x_8 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_6, x_5); +x_8 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_6, x_5); x_9 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__1), 3, 2); lean_closure_set(x_9, 0, x_4); lean_closure_set(x_9, 1, x_1); @@ -9431,9 +9715,9 @@ lean_inc(x_5); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_14 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_11, x_5); +x_14 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_11, x_5); lean_inc(x_13); -x_15 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__1), 8, 7); +x_15 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__1), 8, 7); lean_closure_set(x_15, 0, x_1); lean_closure_set(x_15, 1, x_2); lean_closure_set(x_15, 2, x_3); @@ -9457,9 +9741,9 @@ lean_inc(x_5); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_20 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_17, x_5); +x_20 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_17, x_5); lean_inc(x_19); -x_21 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__2), 8, 7); +x_21 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__2), 8, 7); lean_closure_set(x_21, 0, x_1); lean_closure_set(x_21, 1, x_2); lean_closure_set(x_21, 2, x_3); @@ -9487,7 +9771,7 @@ lean_closure_set(x_26, 1, x_1); lean_inc(x_25); x_27 = lean_apply_4(x_25, lean_box(0), lean_box(0), x_24, x_26); lean_inc(x_25); -x_28 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__4), 8, 7); +x_28 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__4), 8, 7); lean_closure_set(x_28, 0, x_1); lean_closure_set(x_28, 1, x_4); lean_closure_set(x_28, 2, x_2); @@ -9516,26 +9800,26 @@ return x_32; } } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg), 5, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg), 5, 0); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___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_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___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) { _start: { lean_object* x_8; lean_object* x_9; x_8 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_1); -x_9 = l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___rarg(x_2, x_3, x_4, x_5, x_8, x_6); +x_9 = l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___rarg(x_2, x_3, x_4, x_5, x_8, x_6); return x_9; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___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_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___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: { if (lean_obj_tag(x_4) == 0) @@ -9568,8 +9852,8 @@ lean_inc(x_6); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_14 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_11, x_6); -x_15 = lean_alloc_closure((void*)(l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___rarg___lambda__1), 7, 6); +x_14 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_11, x_6); +x_15 = lean_alloc_closure((void*)(l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___rarg___lambda__1), 7, 6); lean_closure_set(x_15, 0, x_5); lean_closure_set(x_15, 1, x_1); lean_closure_set(x_15, 2, x_2); @@ -9581,26 +9865,26 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___rarg), 6, 0); +x_3 = lean_alloc_closure((void*)(l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___rarg), 6, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(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: { uint8_t x_9; @@ -9637,7 +9921,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -9651,26 +9935,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(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: { uint8_t x_9; @@ -9707,7 +9991,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -9721,26 +10005,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg(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: { uint8_t x_9; @@ -9777,7 +10061,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -9791,26 +10075,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(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: { uint8_t x_9; @@ -9847,7 +10131,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -9861,15 +10145,15 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg___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; @@ -9887,7 +10171,7 @@ x_8 = lean_apply_2(x_7, lean_box(0), x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg(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_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___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_object* x_7; lean_object* x_8; lean_object* x_9; @@ -9896,33 +10180,33 @@ lean_inc(x_6); lean_dec(x_2); x_7 = lean_ctor_get(x_1, 1); lean_inc(x_7); -x_8 = lean_alloc_closure((void*)(l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1), 3, 2); +x_8 = lean_alloc_closure((void*)(l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg___lambda__1), 3, 2); lean_closure_set(x_8, 0, x_4); lean_closure_set(x_8, 1, x_1); x_9 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_6, x_8); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg___boxed), 5, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg___boxed), 5, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(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: { uint8_t x_9; @@ -9959,7 +10243,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -9973,26 +10257,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(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: { uint8_t x_9; @@ -10029,7 +10313,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10043,26 +10327,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(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: { uint8_t x_9; @@ -10099,7 +10383,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10113,26 +10397,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg(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: { uint8_t x_9; @@ -10169,7 +10453,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10183,26 +10467,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg(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: { uint8_t x_9; @@ -10239,7 +10523,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10253,26 +10537,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(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: { uint8_t x_9; @@ -10309,7 +10593,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10323,26 +10607,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(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: { uint8_t x_9; @@ -10379,7 +10663,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10393,26 +10677,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg(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: { uint8_t x_9; @@ -10449,7 +10733,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10463,26 +10747,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg(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: { uint8_t x_9; @@ -10519,7 +10803,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10533,26 +10817,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg(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: { uint8_t x_9; @@ -10589,7 +10873,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10603,26 +10887,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg(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: { uint8_t x_9; @@ -10659,7 +10943,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10673,26 +10957,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(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: { uint8_t x_9; @@ -10729,7 +11013,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10743,26 +11027,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(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: { uint8_t x_9; @@ -10799,7 +11083,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10813,26 +11097,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(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: { uint8_t x_9; @@ -10869,7 +11153,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10883,26 +11167,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(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: { uint8_t x_9; @@ -10939,7 +11223,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -10953,26 +11237,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(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: { uint8_t x_9; @@ -11009,7 +11293,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11023,26 +11307,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(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: { uint8_t x_9; @@ -11079,7 +11363,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11093,26 +11377,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg(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: { uint8_t x_9; @@ -11149,7 +11433,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11163,26 +11447,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(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: { uint8_t x_9; @@ -11219,7 +11503,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11233,26 +11517,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(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: { uint8_t x_9; @@ -11289,7 +11573,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11303,26 +11587,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(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: { uint8_t x_9; @@ -11359,7 +11643,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11373,26 +11657,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg(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: { uint8_t x_9; @@ -11429,7 +11713,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11443,26 +11727,26 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___lambda__1(size_t 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, lean_object* x_8, lean_object* x_9) { _start: { size_t x_10; size_t x_11; lean_object* x_12; lean_object* x_13; x_10 = 1; x_11 = lean_usize_add(x_1, x_10); x_12 = lean_array_uset(x_2, x_1, x_9); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg(x_3, x_4, x_5, x_6, x_7, x_11, x_12, x_8); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg(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: { uint8_t x_9; @@ -11499,7 +11783,7 @@ lean_inc(x_1); x_17 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_13, x_8); x_18 = lean_box_usize(x_6); x_19 = lean_box_usize(x_5); -x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___lambda__1___boxed), 9, 8); +x_20 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___lambda__1___boxed), 9, 8); lean_closure_set(x_20, 0, x_18); lean_closure_set(x_20, 1, x_15); lean_closure_set(x_20, 2, x_1); @@ -11513,15 +11797,15 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg___boxed), 8, 0); +x_3 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___boxed), 8, 0); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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; @@ -11536,7 +11820,7 @@ x_7 = lean_apply_2(x_6, lean_box(0), x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__2(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__2(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11547,8 +11831,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -11566,8 +11850,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -11587,7 +11871,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__3(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__3(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11598,8 +11882,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -11617,8 +11901,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -11638,7 +11922,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__4(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__4(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11649,8 +11933,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -11668,8 +11952,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -11689,7 +11973,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -11710,7 +11994,7 @@ x_13 = lean_apply_2(x_12, lean_box(0), x_10); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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: { uint8_t x_13; @@ -11722,8 +12006,8 @@ lean_dec(x_11); x_14 = lean_usize_of_nat(x_1); x_15 = 0; lean_inc(x_2); -x_16 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg(x_2, x_3, x_4, x_5, x_14, x_15, x_6, x_7); -x_17 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__5___boxed), 5, 4); +x_16 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(x_2, x_3, x_4, x_5, x_14, x_15, x_6, x_7); +x_17 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__5___boxed), 5, 4); lean_closure_set(x_17, 0, x_12); lean_closure_set(x_17, 1, x_8); lean_closure_set(x_17, 2, x_9); @@ -11740,8 +12024,8 @@ lean_dec(x_8); x_19 = lean_usize_of_nat(x_1); x_20 = 0; lean_inc(x_2); -x_21 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__24___rarg(x_2, x_3, x_4, x_5, x_19, x_20, x_6, x_7); -x_22 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_21 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg(x_2, x_3, x_4, x_5, x_19, x_20, x_6, x_7); +x_22 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_22, 0, x_11); lean_closure_set(x_22, 1, x_2); x_23 = lean_apply_4(x_10, lean_box(0), lean_box(0), x_21, x_22); @@ -11749,7 +12033,7 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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, uint8_t x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { _start: { if (lean_obj_tag(x_10) == 0) @@ -11763,7 +12047,7 @@ lean_inc(x_1); x_11 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_5, x_6); x_12 = lean_box(x_7); lean_inc(x_9); -x_13 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__4___boxed), 9, 8); +x_13 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__4___boxed), 9, 8); lean_closure_set(x_13, 0, x_12); lean_closure_set(x_13, 1, x_8); lean_closure_set(x_13, 2, x_1); @@ -11800,7 +12084,7 @@ lean_inc(x_2); lean_inc(x_1); x_22 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_21, x_6); lean_inc(x_9); -x_23 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__6___boxed), 12, 11); +x_23 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__6___boxed), 12, 11); lean_closure_set(x_23, 0, x_18); lean_closure_set(x_23, 1, x_1); lean_closure_set(x_23, 2, x_2); @@ -11825,8 +12109,8 @@ x_25 = lean_usize_of_nat(x_18); lean_dec(x_18); x_26 = 0; lean_inc(x_1); -x_27 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__25___rarg(x_1, x_2, x_3, x_4, x_25, x_26, x_8, x_6); -x_28 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_27 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg(x_1, x_2, x_3, x_4, x_25, x_26, x_8, x_6); +x_28 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_28, 0, x_5); lean_closure_set(x_28, 1, x_1); x_29 = lean_apply_4(x_9, lean_box(0), lean_box(0), x_27, x_28); @@ -11835,7 +12119,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__8(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__8(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11846,8 +12130,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__26___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -11865,8 +12149,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__27___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -11886,7 +12170,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__9(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__9(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11897,8 +12181,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__28___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__30___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -11916,8 +12200,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__29___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__31___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -11937,7 +12221,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__10(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__10(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11948,8 +12232,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__32___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -11967,8 +12251,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__33___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -11988,7 +12272,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__11(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__11(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -11999,8 +12283,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__34___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -12018,8 +12302,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__35___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -12039,7 +12323,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__12(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__12(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -12050,8 +12334,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__36___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -12069,8 +12353,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__37___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -12090,7 +12374,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__13(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__13(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -12101,8 +12385,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__38___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -12120,8 +12404,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__39___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -12141,7 +12425,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__14(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__14(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -12152,8 +12436,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__40___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -12171,8 +12455,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__41___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -12192,7 +12476,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__15(uint8_t x_1, lean_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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__15(uint8_t x_1, lean_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: { if (x_1 == 0) @@ -12203,8 +12487,8 @@ x_11 = lean_usize_of_nat(x_10); lean_dec(x_10); x_12 = 0; lean_inc(x_3); -x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__42___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); -x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_13 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg(x_3, x_4, x_5, x_6, x_11, x_12, x_2, x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_14, 0, x_9); lean_closure_set(x_14, 1, x_3); x_15 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_13, x_14); @@ -12222,8 +12506,8 @@ x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; lean_inc(x_3); -x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); -x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1), 3, 2); +x_20 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg(x_3, x_4, x_5, x_6, x_18, x_19, x_2, x_7); +x_21 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__1), 3, 2); lean_closure_set(x_21, 0, x_9); lean_closure_set(x_21, 1, x_3); x_22 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_20, x_21); @@ -12243,7 +12527,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___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) { _start: { switch (lean_obj_tag(x_6)) { @@ -12260,7 +12544,7 @@ lean_inc(x_1); x_11 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_12 = lean_box(x_10); lean_inc(x_5); -x_13 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__2___boxed), 9, 8); +x_13 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__2___boxed), 9, 8); lean_closure_set(x_13, 0, x_12); lean_closure_set(x_13, 1, x_7); lean_closure_set(x_13, 2, x_1); @@ -12285,7 +12569,7 @@ lean_inc(x_1); x_16 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_17 = lean_box(x_15); lean_inc(x_5); -x_18 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__3___boxed), 9, 8); +x_18 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__3___boxed), 9, 8); lean_closure_set(x_18, 0, x_17); lean_closure_set(x_18, 1, x_7); lean_closure_set(x_18, 2, x_1); @@ -12306,10 +12590,10 @@ lean_inc(x_20); x_21 = l_Lean_Expr_isMVar(x_6); lean_inc(x_2); lean_inc(x_1); -x_22 = l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg(x_1, x_2, x_3, x_20, x_9); +x_22 = l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg(x_1, x_2, x_3, x_20, x_9); x_23 = lean_box(x_21); lean_inc(x_5); -x_24 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__7___boxed), 10, 9); +x_24 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__7___boxed), 10, 9); lean_closure_set(x_24, 0, x_1); lean_closure_set(x_24, 1, x_2); lean_closure_set(x_24, 2, x_3); @@ -12335,7 +12619,7 @@ lean_inc(x_1); x_27 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_28 = lean_box(x_26); lean_inc(x_5); -x_29 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__8___boxed), 9, 8); +x_29 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__8___boxed), 9, 8); lean_closure_set(x_29, 0, x_28); lean_closure_set(x_29, 1, x_7); lean_closure_set(x_29, 2, x_1); @@ -12360,7 +12644,7 @@ lean_inc(x_1); x_32 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_33 = lean_box(x_31); lean_inc(x_5); -x_34 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__9___boxed), 9, 8); +x_34 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__9___boxed), 9, 8); lean_closure_set(x_34, 0, x_33); lean_closure_set(x_34, 1, x_7); lean_closure_set(x_34, 2, x_1); @@ -12402,7 +12686,7 @@ lean_inc(x_1); x_43 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_44 = lean_box(x_42); lean_inc(x_5); -x_45 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__10___boxed), 9, 8); +x_45 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__10___boxed), 9, 8); lean_closure_set(x_45, 0, x_44); lean_closure_set(x_45, 1, x_7); lean_closure_set(x_45, 2, x_1); @@ -12427,7 +12711,7 @@ lean_inc(x_1); x_48 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_49 = lean_box(x_47); lean_inc(x_5); -x_50 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__11___boxed), 9, 8); +x_50 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__11___boxed), 9, 8); lean_closure_set(x_50, 0, x_49); lean_closure_set(x_50, 1, x_7); lean_closure_set(x_50, 2, x_1); @@ -12452,7 +12736,7 @@ lean_inc(x_1); x_53 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_54 = lean_box(x_52); lean_inc(x_5); -x_55 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__12___boxed), 9, 8); +x_55 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__12___boxed), 9, 8); lean_closure_set(x_55, 0, x_54); lean_closure_set(x_55, 1, x_7); lean_closure_set(x_55, 2, x_1); @@ -12477,7 +12761,7 @@ lean_inc(x_1); x_58 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_59 = lean_box(x_57); lean_inc(x_5); -x_60 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__13___boxed), 9, 8); +x_60 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__13___boxed), 9, 8); lean_closure_set(x_60, 0, x_59); lean_closure_set(x_60, 1, x_7); lean_closure_set(x_60, 2, x_1); @@ -12502,7 +12786,7 @@ lean_inc(x_1); x_63 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_64 = lean_box(x_62); lean_inc(x_5); -x_65 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__14___boxed), 9, 8); +x_65 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__14___boxed), 9, 8); lean_closure_set(x_65, 0, x_64); lean_closure_set(x_65, 1, x_7); lean_closure_set(x_65, 2, x_1); @@ -12527,7 +12811,7 @@ lean_inc(x_1); x_68 = l_Lean_instantiateExprMVars___rarg(x_1, x_2, x_3, x_4, x_6, x_9); x_69 = lean_box(x_67); lean_inc(x_5); -x_70 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__15___boxed), 9, 8); +x_70 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__15___boxed), 9, 8); lean_closure_set(x_70, 0, x_69); lean_closure_set(x_70, 1, x_7); lean_closure_set(x_70, 2, x_1); @@ -12542,11 +12826,11 @@ return x_71; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg), 9, 0); +x_3 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg), 9, 0); return x_3; } } @@ -12997,7 +13281,7 @@ return x_21; else { uint8_t x_22; -x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_10, x_10); +x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_10, x_10); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; @@ -13135,7 +13419,7 @@ return x_21; else { uint8_t x_22; -x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_10, x_10); +x_22 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_10, x_10); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; @@ -13609,7 +13893,7 @@ lean_inc(x_21); x_22 = lean_box(0); lean_inc(x_3); lean_inc(x_2); -x_23 = l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__15___rarg(x_2, x_6, x_7, x_21, x_22, x_3); +x_23 = l_List_mapM_loop___at_Lean_instantiateExprMVars___spec__17___rarg(x_2, x_6, x_7, x_21, x_22, x_3); lean_inc(x_1); lean_inc(x_2); x_24 = lean_alloc_closure((void*)(l_Lean_instantiateExprMVars___rarg___lambda__10), 3, 2); @@ -13644,7 +13928,7 @@ lean_inc(x_1); lean_inc(x_5); lean_inc(x_4); lean_inc(x_2); -x_34 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg(x_2, x_6, x_7, x_4, x_5, x_1, x_31, x_33, x_3); +x_34 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg(x_2, x_6, x_7, x_4, x_5, x_1, x_31, x_33, x_3); lean_inc(x_5); x_35 = lean_alloc_closure((void*)(l_Lean_instantiateExprMVars___rarg___lambda__7), 6, 5); lean_closure_set(x_35, 0, x_1); @@ -13886,59 +14170,76 @@ return x_79; LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___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: { -uint8_t x_7; -x_7 = l_Lean_Expr_hasMVar(x_5); -if (x_7 == 0) +uint8_t x_7; uint8_t x_19; +x_19 = l_Lean_Expr_hasMVar(x_5); +if (x_19 == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_8 = lean_ctor_get(x_1, 0); -lean_inc(x_8); -lean_dec(x_1); -x_9 = lean_ctor_get(x_8, 1); -lean_inc(x_9); -lean_dec(x_8); -x_10 = lean_apply_2(x_9, lean_box(0), x_5); -return x_10; +uint8_t x_20; +x_20 = 1; +x_7 = x_20; +goto block_18; } else { -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_11 = lean_ctor_get(x_1, 1); -lean_inc(x_11); +uint8_t x_21; +x_21 = 0; +x_7 = x_21; +goto block_18; +} +block_18: +{ +if (x_7 == 0) +{ +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; +x_8 = lean_ctor_get(x_1, 1); +lean_inc(x_8); lean_inc(x_6); -x_12 = lean_alloc_closure((void*)(l_ST_Prim_Ref_get___boxed), 4, 3); -lean_closure_set(x_12, 0, lean_box(0)); -lean_closure_set(x_12, 1, lean_box(0)); -lean_closure_set(x_12, 2, x_6); +x_9 = lean_alloc_closure((void*)(l_ST_Prim_Ref_get___boxed), 4, 3); +lean_closure_set(x_9, 0, lean_box(0)); +lean_closure_set(x_9, 1, lean_box(0)); +lean_closure_set(x_9, 2, x_6); lean_inc(x_4); -x_13 = lean_apply_2(x_4, lean_box(0), x_12); +x_10 = lean_apply_2(x_4, lean_box(0), x_9); lean_inc(x_1); lean_inc(x_5); -x_14 = lean_alloc_closure((void*)(l_Lean_instantiateExprMVars___rarg___lambda__1), 3, 2); -lean_closure_set(x_14, 0, x_5); -lean_closure_set(x_14, 1, x_1); -lean_inc(x_11); -x_15 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_13, x_14); +x_11 = lean_alloc_closure((void*)(l_Lean_instantiateExprMVars___rarg___lambda__1), 3, 2); +lean_closure_set(x_11, 0, x_5); +lean_closure_set(x_11, 1, x_1); +lean_inc(x_8); +x_12 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_10, x_11); +lean_inc(x_12); +lean_inc(x_8); +x_13 = lean_alloc_closure((void*)(l_Lean_instantiateExprMVars___rarg___lambda__20), 9, 8); +lean_closure_set(x_13, 0, x_5); +lean_closure_set(x_13, 1, x_1); +lean_closure_set(x_13, 2, x_6); +lean_closure_set(x_13, 3, x_4); +lean_closure_set(x_13, 4, x_8); +lean_closure_set(x_13, 5, x_2); +lean_closure_set(x_13, 6, x_3); +lean_closure_set(x_13, 7, x_12); +x_14 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_12, x_13); +return x_14; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; +lean_dec(x_6); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_15 = lean_ctor_get(x_1, 0); lean_inc(x_15); -lean_inc(x_11); -x_16 = lean_alloc_closure((void*)(l_Lean_instantiateExprMVars___rarg___lambda__20), 9, 8); -lean_closure_set(x_16, 0, x_5); -lean_closure_set(x_16, 1, x_1); -lean_closure_set(x_16, 2, x_6); -lean_closure_set(x_16, 3, x_4); -lean_closure_set(x_16, 4, x_11); -lean_closure_set(x_16, 5, x_2); -lean_closure_set(x_16, 6, x_3); -lean_closure_set(x_16, 7, x_15); -x_17 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_15, x_16); +lean_dec(x_1); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_apply_2(x_16, lean_box(0), x_5); return x_17; } } } +} LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars(lean_object* x_1, lean_object* x_2) { _start: { @@ -13998,6 +14299,16 @@ lean_dec(x_2); return x_6; } } +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___rarg___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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__13___rarg(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_5); +lean_dec(x_2); +return x_6; +} +} LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__11___rarg___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -14026,51 +14337,37 @@ lean_dec(x_2); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg___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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15___rarg___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_assignLevelMVar___at_Lean_instantiateExprMVars___spec__14___rarg(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__15___rarg(x_1, x_2, x_3, x_4, x_5); lean_dec(x_5); lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___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_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___rarg___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_8; -x_8 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__13___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -lean_dec(x_4); +lean_object* x_6; +x_6 = l_Lean_assignLevelMVar___at_Lean_instantiateExprMVars___spec__16___rarg(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_5); lean_dec(x_2); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___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: -{ -size_t x_10; size_t x_11; lean_object* x_12; -x_10 = lean_unbox_usize(x_1); -lean_dec(x_1); -x_11 = lean_unbox_usize(x_7); -lean_dec(x_7); -x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); -return x_12; +return x_6; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___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_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___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: { -size_t x_9; size_t x_10; lean_object* x_11; -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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__16___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); -return x_11; +lean_object* x_8; +x_8 = l_Lean_instantiateLevelMVars___at_Lean_instantiateExprMVars___spec__14___rarg___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +lean_dec(x_4); +lean_dec(x_2); +return x_8; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___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_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -14078,11 +14375,11 @@ x_10 = lean_unbox_usize(x_1); lean_dec(x_1); x_11 = lean_unbox_usize(x_7); lean_dec(x_7); -x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___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) { _start: { size_t x_9; size_t x_10; lean_object* x_11; @@ -14090,11 +14387,11 @@ 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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__17___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +x_11 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___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_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -14102,11 +14399,11 @@ x_10 = lean_unbox_usize(x_1); lean_dec(x_1); x_11 = lean_unbox_usize(x_7); lean_dec(x_7); -x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___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) { _start: { size_t x_9; size_t x_10; lean_object* x_11; @@ -14114,11 +14411,11 @@ 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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__18___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +x_11 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___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_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___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: { size_t x_10; size_t x_11; lean_object* x_12; @@ -14126,11 +14423,11 @@ x_10 = lean_unbox_usize(x_1); lean_dec(x_1); x_11 = lean_unbox_usize(x_7); lean_dec(x_7); -x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); return x_12; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___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) { _start: { size_t x_9; size_t x_10; lean_object* x_11; @@ -14138,20 +14435,10 @@ 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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__19___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +x_11 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__20___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg___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_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__20___rarg(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_5); -lean_dec(x_3); -return x_6; -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg___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: { @@ -14176,28 +14463,14 @@ x_11 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__21___rarg(x return x_11; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___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: -{ -size_t x_10; size_t x_11; lean_object* x_12; -x_10 = lean_unbox_usize(x_1); -lean_dec(x_1); -x_11 = lean_unbox_usize(x_7); -lean_dec(x_7); -x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); -return x_12; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___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_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg___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_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_5); +lean_object* x_6; +x_6 = l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateExprMVars___spec__22___rarg(x_1, x_2, x_3, x_4, x_5); lean_dec(x_5); -x_10 = lean_unbox_usize(x_6); -lean_dec(x_6); -x_11 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__22___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); -return x_11; +lean_dec(x_3); +return x_6; } } LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__23___rarg___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) { @@ -14704,143 +14977,191 @@ x_11 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__43___rarg(x return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg___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: +{ +size_t x_10; size_t x_11; lean_object* x_12; +x_10 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_11 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___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) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__44___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___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: +{ +size_t x_10; size_t x_11; lean_object* x_12; +x_10 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_11 = lean_unbox_usize(x_7); +lean_dec(x_7); +x_12 = l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg___lambda__1(x_10, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9); +return x_12; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___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) { +_start: +{ +size_t x_9; size_t x_10; lean_object* x_11; +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_mapMUnsafe_map___at_Lean_instantiateExprMVars___spec__45___rarg(x_1, x_2, x_3, x_4, x_9, x_10, x_7, x_8); +return x_11; +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__2(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__2(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__3(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__3(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__4(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__4(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__5(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__5(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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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_1); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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) { _start: { uint8_t x_11; lean_object* x_12; x_11 = lean_unbox(x_7); lean_dec(x_7); -x_12 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__7(x_1, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9, x_10); +x_12 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__7(x_1, x_2, x_3, x_4, x_5, x_6, x_11, x_8, x_9, x_10); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__8(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__8(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__9(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__9(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__10(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__10(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__11(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__11(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__12(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__12(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__13(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__13(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__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) { _start: { uint8_t x_10; lean_object* x_11; x_10 = lean_unbox(x_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__14(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__14(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_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_1); lean_dec(x_1); -x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__44___rarg___lambda__15(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_11 = l_Lean_Expr_withAppAux___at_Lean_instantiateExprMVars___spec__46___rarg___lambda__15(x_10, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_11; } } @@ -15453,6 +15774,193 @@ x_2 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateMVa return x_2; } } +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___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; +x_6 = lean_st_ref_take(x_4, x_5); +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t 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_is_exclusive(x_7); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_7, 6); +x_11 = l_Lean_PersistentHashMap_insert___at_Lean_assignLevelMVar___spec__1(x_10, x_1, x_2); +lean_ctor_set(x_7, 6, x_11); +x_12 = lean_st_ref_set(x_4, x_7, x_8); +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; lean_object* x_15; +x_14 = lean_ctor_get(x_12, 0); +lean_dec(x_14); +x_15 = lean_box(0); +lean_ctor_set(x_12, 0, x_15); +return x_12; +} +else +{ +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 = 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_16); +return x_18; +} +} +else +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_12); +if (x_19 == 0) +{ +return x_12; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_12, 0); +x_21 = lean_ctor_get(x_12, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_12); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +else +{ +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; +x_23 = lean_ctor_get(x_7, 0); +x_24 = lean_ctor_get(x_7, 1); +x_25 = lean_ctor_get(x_7, 2); +x_26 = lean_ctor_get(x_7, 3); +x_27 = lean_ctor_get(x_7, 4); +x_28 = lean_ctor_get(x_7, 5); +x_29 = lean_ctor_get(x_7, 6); +x_30 = lean_ctor_get(x_7, 7); +x_31 = lean_ctor_get(x_7, 8); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_7); +x_32 = l_Lean_PersistentHashMap_insert___at_Lean_assignLevelMVar___spec__1(x_29, x_1, x_2); +x_33 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_33, 0, x_23); +lean_ctor_set(x_33, 1, x_24); +lean_ctor_set(x_33, 2, x_25); +lean_ctor_set(x_33, 3, x_26); +lean_ctor_set(x_33, 4, x_27); +lean_ctor_set(x_33, 5, x_28); +lean_ctor_set(x_33, 6, x_32); +lean_ctor_set(x_33, 7, x_30); +lean_ctor_set(x_33, 8, x_31); +x_34 = lean_st_ref_set(x_4, x_33, x_8); +if (lean_obj_tag(x_34) == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_36 = x_34; +} else { + lean_dec_ref(x_34); + x_36 = lean_box(0); +} +x_37 = lean_box(0); +if (lean_is_scalar(x_36)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_36; +} +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_35); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_34, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_34, 1); +lean_inc(x_40); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_41 = x_34; +} else { + lean_dec_ref(x_34); + x_41 = lean_box(0); +} +if (lean_is_scalar(x_41)) { + x_42 = lean_alloc_ctor(1, 2, 0); +} else { + x_42 = x_41; +} +lean_ctor_set(x_42, 0, x_39); +lean_ctor_set(x_42, 1, x_40); +return x_42; +} +} +} +else +{ +uint8_t x_43; +lean_dec(x_2); +lean_dec(x_1); +x_43 = !lean_is_exclusive(x_6); +if (x_43 == 0) +{ +return x_6; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_6, 0); +x_45 = lean_ctor_get(x_6, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_6); +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* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg___boxed), 5, 0); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -15949,7 +16457,7 @@ x_114 = lean_ctor_get(x_112, 1); lean_inc(x_114); lean_dec(x_112); lean_inc(x_113); -x_115 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__6___rarg(x_103, x_113, x_2, x_3, x_114); +x_115 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg(x_103, x_113, x_2, x_3, x_114); if (lean_obj_tag(x_115) == 0) { uint8_t x_116; @@ -16076,7 +16584,7 @@ x_138 = lean_ctor_get(x_136, 1); lean_inc(x_138); lean_dec(x_136); lean_inc(x_137); -x_139 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__6___rarg(x_103, x_137, x_2, x_3, x_138); +x_139 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg(x_103, x_137, x_2, x_3, x_138); if (lean_obj_tag(x_139) == 0) { lean_object* x_140; lean_object* x_141; lean_object* x_142; @@ -16198,7 +16706,194 @@ x_2 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instanti return x_2; } } -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg(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_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9___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; +x_6 = lean_st_ref_take(x_4, x_5); +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t 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_is_exclusive(x_7); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_10 = lean_ctor_get(x_7, 6); +x_11 = l_Lean_PersistentHashMap_insert___at_Lean_assignLevelMVar___spec__1(x_10, x_1, x_2); +lean_ctor_set(x_7, 6, x_11); +x_12 = lean_st_ref_set(x_4, x_7, x_8); +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; lean_object* x_15; +x_14 = lean_ctor_get(x_12, 0); +lean_dec(x_14); +x_15 = lean_box(0); +lean_ctor_set(x_12, 0, x_15); +return x_12; +} +else +{ +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 = 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_16); +return x_18; +} +} +else +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_12); +if (x_19 == 0) +{ +return x_12; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_12, 0); +x_21 = lean_ctor_get(x_12, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_12); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +else +{ +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; +x_23 = lean_ctor_get(x_7, 0); +x_24 = lean_ctor_get(x_7, 1); +x_25 = lean_ctor_get(x_7, 2); +x_26 = lean_ctor_get(x_7, 3); +x_27 = lean_ctor_get(x_7, 4); +x_28 = lean_ctor_get(x_7, 5); +x_29 = lean_ctor_get(x_7, 6); +x_30 = lean_ctor_get(x_7, 7); +x_31 = lean_ctor_get(x_7, 8); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_7); +x_32 = l_Lean_PersistentHashMap_insert___at_Lean_assignLevelMVar___spec__1(x_29, x_1, x_2); +x_33 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_33, 0, x_23); +lean_ctor_set(x_33, 1, x_24); +lean_ctor_set(x_33, 2, x_25); +lean_ctor_set(x_33, 3, x_26); +lean_ctor_set(x_33, 4, x_27); +lean_ctor_set(x_33, 5, x_28); +lean_ctor_set(x_33, 6, x_32); +lean_ctor_set(x_33, 7, x_30); +lean_ctor_set(x_33, 8, x_31); +x_34 = lean_st_ref_set(x_4, x_33, x_8); +if (lean_obj_tag(x_34) == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_36 = x_34; +} else { + lean_dec_ref(x_34); + x_36 = lean_box(0); +} +x_37 = lean_box(0); +if (lean_is_scalar(x_36)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_36; +} +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_35); +return x_38; +} +else +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_34, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_34, 1); +lean_inc(x_40); +if (lean_is_exclusive(x_34)) { + lean_ctor_release(x_34, 0); + lean_ctor_release(x_34, 1); + x_41 = x_34; +} else { + lean_dec_ref(x_34); + x_41 = lean_box(0); +} +if (lean_is_scalar(x_41)) { + x_42 = lean_alloc_ctor(1, 2, 0); +} else { + x_42 = x_41; +} +lean_ctor_set(x_42, 0, x_39); +lean_ctor_set(x_42, 1, x_40); +return x_42; +} +} +} +else +{ +uint8_t x_43; +lean_dec(x_2); +lean_dec(x_1); +x_43 = !lean_is_exclusive(x_6); +if (x_43 == 0) +{ +return x_6; +} +else +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_6, 0); +x_45 = lean_ctor_get(x_6, 1); +lean_inc(x_45); +lean_inc(x_44); +lean_dec(x_6); +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* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9___rarg___boxed), 5, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___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; @@ -16377,15 +17072,15 @@ return x_46; } } } -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg___boxed), 5, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg___boxed), 5, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { switch (lean_obj_tag(x_1)) { @@ -16395,7 +17090,7 @@ lean_object* x_5; lean_object* x_6; x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_inc(x_5); -x_6 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_5, x_2, x_3, x_4); +x_6 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_5, x_2, x_3, x_4); if (lean_obj_tag(x_6) == 0) { uint8_t x_7; @@ -16489,7 +17184,7 @@ lean_inc(x_25); x_26 = lean_ctor_get(x_1, 1); lean_inc(x_26); lean_inc(x_25); -x_27 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_25, x_2, x_3, x_4); +x_27 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_25, x_2, x_3, x_4); if (lean_obj_tag(x_27) == 0) { lean_object* x_28; lean_object* x_29; lean_object* x_30; @@ -16499,7 +17194,7 @@ x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); lean_dec(x_27); lean_inc(x_26); -x_30 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_26, x_2, x_3, x_29); +x_30 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_26, x_2, x_3, x_29); if (lean_obj_tag(x_30) == 0) { uint8_t x_31; @@ -16664,7 +17359,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_1, 1); lean_inc(x_65); lean_inc(x_64); -x_66 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_64, x_2, x_3, x_4); +x_66 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_64, x_2, x_3, x_4); if (lean_obj_tag(x_66) == 0) { lean_object* x_67; lean_object* x_68; lean_object* x_69; @@ -16674,7 +17369,7 @@ x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); lean_dec(x_66); lean_inc(x_65); -x_69 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_65, x_2, x_3, x_68); +x_69 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_65, x_2, x_3, x_68); if (lean_obj_tag(x_69) == 0) { uint8_t x_70; @@ -16871,7 +17566,7 @@ else { lean_object* x_112; lean_free_object(x_104); -x_112 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_110, x_2, x_3, x_107); +x_112 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_110, x_2, x_3, x_107); if (lean_obj_tag(x_112) == 0) { lean_object* x_113; lean_object* x_114; lean_object* x_115; @@ -16881,7 +17576,7 @@ x_114 = lean_ctor_get(x_112, 1); lean_inc(x_114); lean_dec(x_112); lean_inc(x_113); -x_115 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg(x_103, x_113, x_2, x_3, x_114); +x_115 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg(x_103, x_113, x_2, x_3, x_114); if (lean_obj_tag(x_115) == 0) { uint8_t x_116; @@ -16998,7 +17693,7 @@ return x_135; else { lean_object* x_136; -x_136 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_133, x_2, x_3, x_129); +x_136 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_133, x_2, x_3, x_129); if (lean_obj_tag(x_136) == 0) { lean_object* x_137; lean_object* x_138; lean_object* x_139; @@ -17008,7 +17703,7 @@ x_138 = lean_ctor_get(x_136, 1); lean_inc(x_138); lean_dec(x_136); lean_inc(x_137); -x_139 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg(x_103, x_137, x_2, x_3, x_138); +x_139 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg(x_103, x_137, x_2, x_3, x_138); if (lean_obj_tag(x_139) == 0) { lean_object* x_140; lean_object* x_141; lean_object* x_142; @@ -17122,15 +17817,15 @@ return x_155; } } } -LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg___boxed), 4, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg___boxed), 4, 0); return x_2; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___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_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___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: { if (lean_obj_tag(x_2) == 0) @@ -17151,7 +17846,7 @@ if (x_9 == 0) lean_object* x_10; lean_object* x_11; lean_object* x_12; x_10 = lean_ctor_get(x_2, 0); x_11 = lean_ctor_get(x_2, 1); -x_12 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_10, x_4, x_5, x_6); +x_12 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_10, x_4, x_5, x_6); if (lean_obj_tag(x_12) == 0) { lean_object* x_13; lean_object* x_14; @@ -17206,7 +17901,7 @@ x_21 = lean_ctor_get(x_2, 1); lean_inc(x_21); lean_inc(x_20); lean_dec(x_2); -x_22 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_20, x_4, x_5, x_6); +x_22 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_20, x_4, x_5, x_6); if (lean_obj_tag(x_22) == 0) { lean_object* x_23; lean_object* x_24; lean_object* x_25; @@ -17253,15 +17948,15 @@ return x_30; } } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9(lean_object* x_1) { +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___rarg___boxed), 6, 0); +x_2 = lean_alloc_closure((void*)(l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg___boxed), 6, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17323,15 +18018,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17393,15 +18088,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17463,15 +18158,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17533,15 +18228,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { lean_object* x_5; @@ -17604,15 +18299,15 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg___boxed), 4, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg___boxed), 4, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17674,15 +18369,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17744,15 +18439,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17814,15 +18509,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17884,15 +18579,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -17954,15 +18649,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18024,15 +18719,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18094,15 +18789,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18164,15 +18859,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18234,15 +18929,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18304,15 +18999,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18374,15 +19069,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18444,15 +19139,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18514,15 +19209,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18584,15 +19279,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18654,15 +19349,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18724,15 +19419,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18794,15 +19489,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18864,15 +19559,155 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +_start: +{ +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_3, x_2); +if (x_8 == 0) +{ +lean_object* x_9; +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_4); +lean_ctor_set(x_9, 1, x_7); +return x_9; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_array_uget(x_4, x_3); +x_11 = lean_unsigned_to_nat(0u); +x_12 = lean_array_uset(x_4, x_3, x_11); +x_13 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_10, x_5, x_6, x_7); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; lean_object* x_18; +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 = 1; +x_17 = lean_usize_add(x_3, x_16); +x_18 = lean_array_uset(x_12, x_3, x_14); +x_3 = x_17; +x_4 = x_18; +x_7 = x_15; +goto _start; +} +else +{ +uint8_t x_20; +lean_dec(x_12); +x_20 = !lean_is_exclusive(x_13); +if (x_20 == 0) +{ +return x_13; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_13, 0); +x_22 = lean_ctor_get(x_13, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_13); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg___boxed), 7, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +_start: +{ +uint8_t x_8; +x_8 = lean_usize_dec_lt(x_3, x_2); +if (x_8 == 0) +{ +lean_object* x_9; +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_4); +lean_ctor_set(x_9, 1, x_7); +return x_9; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_array_uget(x_4, x_3); +x_11 = lean_unsigned_to_nat(0u); +x_12 = lean_array_uset(x_4, x_3, x_11); +x_13 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_10, x_5, x_6, x_7); +if (lean_obj_tag(x_13) == 0) +{ +lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; lean_object* x_18; +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 = 1; +x_17 = lean_usize_add(x_3, x_16); +x_18 = lean_array_uset(x_12, x_3, x_14); +x_3 = x_17; +x_4 = x_18; +x_7 = x_15; +goto _start; +} +else +{ +uint8_t x_20; +lean_dec(x_12); +x_20 = !lean_is_exclusive(x_13); +if (x_20 == 0) +{ +return x_13; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_13, 0); +x_22 = lean_ctor_get(x_13, 1); +lean_inc(x_22); +lean_inc(x_21); +lean_dec(x_13); +x_23 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_23, 0, x_21); +lean_ctor_set(x_23, 1, x_22); +return x_23; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg___boxed), 7, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -18934,155 +19769,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg___boxed), 7, 0); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { -_start: -{ -uint8_t x_8; -x_8 = lean_usize_dec_lt(x_3, x_2); -if (x_8 == 0) -{ -lean_object* x_9; -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_4); -lean_ctor_set(x_9, 1, x_7); -return x_9; -} -else -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = lean_array_uget(x_4, x_3); -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_array_uset(x_4, x_3, x_11); -x_13 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_10, x_5, x_6, x_7); -if (lean_obj_tag(x_13) == 0) -{ -lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; lean_object* x_18; -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 = 1; -x_17 = lean_usize_add(x_3, x_16); -x_18 = lean_array_uset(x_12, x_3, x_14); -x_3 = x_17; -x_4 = x_18; -x_7 = x_15; -goto _start; -} -else -{ -uint8_t x_20; -lean_dec(x_12); -x_20 = !lean_is_exclusive(x_13); -if (x_20 == 0) -{ -return x_13; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_13, 0); -x_22 = lean_ctor_get(x_13, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_13); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; -} -} -} -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg___boxed), 7, 0); -return x_2; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { -_start: -{ -uint8_t x_8; -x_8 = lean_usize_dec_lt(x_3, x_2); -if (x_8 == 0) -{ -lean_object* x_9; -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_4); -lean_ctor_set(x_9, 1, x_7); -return x_9; -} -else -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = lean_array_uget(x_4, x_3); -x_11 = lean_unsigned_to_nat(0u); -x_12 = lean_array_uset(x_4, x_3, x_11); -x_13 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_10, x_5, x_6, x_7); -if (lean_obj_tag(x_13) == 0) -{ -lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; lean_object* x_18; -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 = 1; -x_17 = lean_usize_add(x_3, x_16); -x_18 = lean_array_uset(x_12, x_3, x_14); -x_3 = x_17; -x_4 = x_18; -x_7 = x_15; -goto _start; -} -else -{ -uint8_t x_20; -lean_dec(x_12); -x_20 = !lean_is_exclusive(x_13); -if (x_20 == 0) -{ -return x_13; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_21 = lean_ctor_get(x_13, 0); -x_22 = lean_ctor_get(x_13, 1); -lean_inc(x_22); -lean_inc(x_21); -lean_dec(x_13); -x_23 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_23, 0, x_21); -lean_ctor_set(x_23, 1, x_22); -return x_23; -} -} -} -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -19144,15 +19839,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { uint8_t x_8; @@ -19214,15 +19909,15 @@ return x_23; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39___rarg___boxed), 7, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___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) { _start: { switch (lean_obj_tag(x_2)) { @@ -19246,7 +19941,7 @@ x_12 = lean_array_get_size(x_3); x_13 = lean_usize_of_nat(x_12); lean_dec(x_12); x_14 = 0; -x_15 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___rarg(x_1, x_13, x_14, x_3, x_5, x_6, x_11); +x_15 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg(x_1, x_13, x_14, x_3, x_5, x_6, x_11); lean_dec(x_1); if (lean_obj_tag(x_15) == 0) { @@ -19315,7 +20010,7 @@ x_30 = lean_array_get_size(x_3); x_31 = lean_usize_of_nat(x_30); lean_dec(x_30); x_32 = 0; -x_33 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11___rarg(x_1, x_31, x_32, x_3, x_5, x_6, x_28); +x_33 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(x_1, x_31, x_32, x_3, x_5, x_6, x_28); lean_dec(x_1); if (lean_obj_tag(x_33) == 0) { @@ -19426,7 +20121,7 @@ x_57 = lean_array_get_size(x_3); x_58 = lean_usize_of_nat(x_57); lean_dec(x_57); x_59 = 0; -x_60 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg(x_1, x_58, x_59, x_3, x_5, x_6, x_56); +x_60 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___rarg(x_1, x_58, x_59, x_3, x_5, x_6, x_56); lean_dec(x_1); if (lean_obj_tag(x_60) == 0) { @@ -19495,7 +20190,7 @@ x_75 = lean_array_get_size(x_3); x_76 = lean_usize_of_nat(x_75); lean_dec(x_75); x_77 = 0; -x_78 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(x_1, x_76, x_77, x_3, x_5, x_6, x_73); +x_78 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg(x_1, x_76, x_77, x_3, x_5, x_6, x_73); lean_dec(x_1); if (lean_obj_tag(x_78) == 0) { @@ -19593,7 +20288,7 @@ lean_dec(x_4); x_98 = lean_ctor_get(x_2, 0); lean_inc(x_98); x_99 = l_Lean_Expr_isMVar(x_2); -x_100 = l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg(x_98, x_5, x_6, x_7); +x_100 = l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg(x_98, x_5, x_6, x_7); if (lean_obj_tag(x_100) == 0) { lean_object* x_101; @@ -19620,7 +20315,7 @@ x_106 = lean_array_get_size(x_3); x_107 = lean_usize_of_nat(x_106); lean_dec(x_106); x_108 = 0; -x_109 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg(x_1, x_107, x_108, x_3, x_5, x_6, x_105); +x_109 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg(x_1, x_107, x_108, x_3, x_5, x_6, x_105); lean_dec(x_1); if (lean_obj_tag(x_109) == 0) { @@ -19689,7 +20384,7 @@ x_124 = lean_array_get_size(x_3); x_125 = lean_usize_of_nat(x_124); lean_dec(x_124); x_126 = 0; -x_127 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___rarg(x_1, x_125, x_126, x_3, x_5, x_6, x_122); +x_127 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg(x_1, x_125, x_126, x_3, x_5, x_6, x_122); lean_dec(x_1); if (lean_obj_tag(x_127) == 0) { @@ -19818,7 +20513,7 @@ lean_dec(x_2); x_159 = lean_usize_of_nat(x_151); lean_dec(x_151); x_160 = 0; -x_161 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___rarg(x_1, x_159, x_160, x_3, x_5, x_6, x_157); +x_161 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg(x_1, x_159, x_160, x_3, x_5, x_6, x_157); lean_dec(x_1); if (lean_obj_tag(x_161) == 0) { @@ -19900,7 +20595,7 @@ lean_dec(x_149); x_181 = lean_usize_of_nat(x_151); lean_dec(x_151); x_182 = 0; -x_183 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__18___rarg(x_1, x_181, x_182, x_3, x_5, x_6, x_157); +x_183 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg(x_1, x_181, x_182, x_3, x_5, x_6, x_157); lean_dec(x_1); if (lean_obj_tag(x_183) == 0) { @@ -19992,7 +20687,7 @@ lean_dec(x_149); x_199 = lean_usize_of_nat(x_151); lean_dec(x_151); x_200 = 0; -x_201 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__19___rarg(x_1, x_199, x_200, x_3, x_5, x_6, x_148); +x_201 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg(x_1, x_199, x_200, x_3, x_5, x_6, x_148); lean_dec(x_1); if (lean_obj_tag(x_201) == 0) { @@ -20093,7 +20788,7 @@ x_221 = lean_array_get_size(x_3); x_222 = lean_usize_of_nat(x_221); lean_dec(x_221); x_223 = 0; -x_224 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__20___rarg(x_1, x_222, x_223, x_3, x_5, x_6, x_220); +x_224 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg(x_1, x_222, x_223, x_3, x_5, x_6, x_220); lean_dec(x_1); if (lean_obj_tag(x_224) == 0) { @@ -20162,7 +20857,7 @@ x_239 = lean_array_get_size(x_3); x_240 = lean_usize_of_nat(x_239); lean_dec(x_239); x_241 = 0; -x_242 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__21___rarg(x_1, x_240, x_241, x_3, x_5, x_6, x_237); +x_242 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg(x_1, x_240, x_241, x_3, x_5, x_6, x_237); lean_dec(x_1); if (lean_obj_tag(x_242) == 0) { @@ -20273,7 +20968,7 @@ x_266 = lean_array_get_size(x_3); x_267 = lean_usize_of_nat(x_266); lean_dec(x_266); x_268 = 0; -x_269 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__22___rarg(x_1, x_267, x_268, x_3, x_5, x_6, x_265); +x_269 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__24___rarg(x_1, x_267, x_268, x_3, x_5, x_6, x_265); lean_dec(x_1); if (lean_obj_tag(x_269) == 0) { @@ -20342,7 +21037,7 @@ x_284 = lean_array_get_size(x_3); x_285 = lean_usize_of_nat(x_284); lean_dec(x_284); x_286 = 0; -x_287 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__23___rarg(x_1, x_285, x_286, x_3, x_5, x_6, x_282); +x_287 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__25___rarg(x_1, x_285, x_286, x_3, x_5, x_6, x_282); lean_dec(x_1); if (lean_obj_tag(x_287) == 0) { @@ -20470,7 +21165,7 @@ x_317 = lean_array_get_size(x_3); x_318 = lean_usize_of_nat(x_317); lean_dec(x_317); x_319 = 0; -x_320 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__26___rarg(x_1, x_318, x_319, x_3, x_5, x_6, x_316); +x_320 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg(x_1, x_318, x_319, x_3, x_5, x_6, x_316); lean_dec(x_1); if (lean_obj_tag(x_320) == 0) { @@ -20539,7 +21234,7 @@ x_335 = lean_array_get_size(x_3); x_336 = lean_usize_of_nat(x_335); lean_dec(x_335); x_337 = 0; -x_338 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__27___rarg(x_1, x_336, x_337, x_3, x_5, x_6, x_333); +x_338 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg(x_1, x_336, x_337, x_3, x_5, x_6, x_333); lean_dec(x_1); if (lean_obj_tag(x_338) == 0) { @@ -20650,7 +21345,7 @@ x_362 = lean_array_get_size(x_3); x_363 = lean_usize_of_nat(x_362); lean_dec(x_362); x_364 = 0; -x_365 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__28___rarg(x_1, x_363, x_364, x_3, x_5, x_6, x_361); +x_365 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg(x_1, x_363, x_364, x_3, x_5, x_6, x_361); lean_dec(x_1); if (lean_obj_tag(x_365) == 0) { @@ -20719,7 +21414,7 @@ x_380 = lean_array_get_size(x_3); x_381 = lean_usize_of_nat(x_380); lean_dec(x_380); x_382 = 0; -x_383 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__29___rarg(x_1, x_381, x_382, x_3, x_5, x_6, x_378); +x_383 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg(x_1, x_381, x_382, x_3, x_5, x_6, x_378); lean_dec(x_1); if (lean_obj_tag(x_383) == 0) { @@ -20830,7 +21525,7 @@ x_407 = lean_array_get_size(x_3); x_408 = lean_usize_of_nat(x_407); lean_dec(x_407); x_409 = 0; -x_410 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__30___rarg(x_1, x_408, x_409, x_3, x_5, x_6, x_406); +x_410 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32___rarg(x_1, x_408, x_409, x_3, x_5, x_6, x_406); lean_dec(x_1); if (lean_obj_tag(x_410) == 0) { @@ -20899,7 +21594,7 @@ x_425 = lean_array_get_size(x_3); x_426 = lean_usize_of_nat(x_425); lean_dec(x_425); x_427 = 0; -x_428 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__31___rarg(x_1, x_426, x_427, x_3, x_5, x_6, x_423); +x_428 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg(x_1, x_426, x_427, x_3, x_5, x_6, x_423); lean_dec(x_1); if (lean_obj_tag(x_428) == 0) { @@ -21010,7 +21705,7 @@ x_452 = lean_array_get_size(x_3); x_453 = lean_usize_of_nat(x_452); lean_dec(x_452); x_454 = 0; -x_455 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__32___rarg(x_1, x_453, x_454, x_3, x_5, x_6, x_451); +x_455 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg(x_1, x_453, x_454, x_3, x_5, x_6, x_451); lean_dec(x_1); if (lean_obj_tag(x_455) == 0) { @@ -21079,7 +21774,7 @@ x_470 = lean_array_get_size(x_3); x_471 = lean_usize_of_nat(x_470); lean_dec(x_470); x_472 = 0; -x_473 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__33___rarg(x_1, x_471, x_472, x_3, x_5, x_6, x_468); +x_473 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg(x_1, x_471, x_472, x_3, x_5, x_6, x_468); lean_dec(x_1); if (lean_obj_tag(x_473) == 0) { @@ -21190,7 +21885,7 @@ x_497 = lean_array_get_size(x_3); x_498 = lean_usize_of_nat(x_497); lean_dec(x_497); x_499 = 0; -x_500 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__34___rarg(x_1, x_498, x_499, x_3, x_5, x_6, x_496); +x_500 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg(x_1, x_498, x_499, x_3, x_5, x_6, x_496); lean_dec(x_1); if (lean_obj_tag(x_500) == 0) { @@ -21259,7 +21954,7 @@ x_515 = lean_array_get_size(x_3); x_516 = lean_usize_of_nat(x_515); lean_dec(x_515); x_517 = 0; -x_518 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__35___rarg(x_1, x_516, x_517, x_3, x_5, x_6, x_513); +x_518 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg(x_1, x_516, x_517, x_3, x_5, x_6, x_513); lean_dec(x_1); if (lean_obj_tag(x_518) == 0) { @@ -21370,7 +22065,7 @@ x_542 = lean_array_get_size(x_3); x_543 = lean_usize_of_nat(x_542); lean_dec(x_542); x_544 = 0; -x_545 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__36___rarg(x_1, x_543, x_544, x_3, x_5, x_6, x_541); +x_545 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___rarg(x_1, x_543, x_544, x_3, x_5, x_6, x_541); lean_dec(x_1); if (lean_obj_tag(x_545) == 0) { @@ -21439,7 +22134,7 @@ x_560 = lean_array_get_size(x_3); x_561 = lean_usize_of_nat(x_560); lean_dec(x_560); x_562 = 0; -x_563 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__37___rarg(x_1, x_561, x_562, x_3, x_5, x_6, x_558); +x_563 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39___rarg(x_1, x_561, x_562, x_3, x_5, x_6, x_558); lean_dec(x_1); if (lean_obj_tag(x_563) == 0) { @@ -21533,1177 +22228,1185 @@ return x_582; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___rarg___boxed), 7, 0); +x_2 = lean_alloc_closure((void*)(l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___rarg___boxed), 7, 0); return x_2; } } LEAN_EXPORT lean_object* l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(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; +lean_object* x_5; uint8_t x_6; uint8_t x_511; x_5 = lean_box(0); -x_6 = l_Lean_Expr_hasMVar(x_1); -if (x_6 == 0) +x_511 = l_Lean_Expr_hasMVar(x_1); +if (x_511 == 0) { -lean_object* x_7; -x_7 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_7, 0, x_1); -lean_ctor_set(x_7, 1, x_4); -return x_7; +uint8_t x_512; +x_512 = 1; +x_6 = x_512; +goto block_510; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_28; lean_object* x_29; lean_object* x_45; -x_45 = lean_st_ref_get(x_2, x_4); -if (lean_obj_tag(x_45) == 0) +uint8_t x_513; +x_513 = 0; +x_6 = x_513; +goto block_510; +} +block_510: { -uint8_t x_46; -x_46 = !lean_is_exclusive(x_45); -if (x_46 == 0) +if (x_6 == 0) { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_45, 0); -x_48 = lean_ctor_get(x_45, 1); +lean_object* x_7; lean_object* x_8; lean_object* x_27; lean_object* x_28; lean_object* x_44; +x_44 = lean_st_ref_get(x_2, x_4); +if (lean_obj_tag(x_44) == 0) +{ +uint8_t x_45; +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_44, 0); +x_47 = lean_ctor_get(x_44, 1); lean_inc(x_1); -x_49 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_47, x_1); -if (lean_obj_tag(x_49) == 0) +x_48 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_46, x_1); +if (lean_obj_tag(x_48) == 0) { -lean_free_object(x_45); +lean_free_object(x_44); switch (lean_obj_tag(x_1)) { case 2: { -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_1, 0); -lean_inc(x_50); -x_51 = lean_st_ref_get(x_2, x_48); -if (lean_obj_tag(x_51) == 0) +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_1, 0); +lean_inc(x_49); +x_50 = lean_st_ref_get(x_2, x_47); +if (lean_obj_tag(x_50) == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_51, 0); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); +lean_dec(x_50); lean_inc(x_1); -x_54 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_52, x_1); +x_53 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_51, x_1); +if (lean_obj_tag(x_53) == 0) +{ +lean_object* x_54; +lean_inc(x_49); +x_54 = l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__3___rarg(x_49, x_2, x_3, x_52); if (lean_obj_tag(x_54) == 0) { lean_object* x_55; -lean_inc(x_50); -x_55 = l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__3___rarg(x_50, x_2, x_3, x_53); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); if (lean_obj_tag(x_55) == 0) { lean_object* x_56; -x_56 = lean_ctor_get(x_55, 0); +lean_dec(x_49); +x_56 = lean_ctor_get(x_54, 1); lean_inc(x_56); -if (lean_obj_tag(x_56) == 0) -{ -lean_object* x_57; -lean_dec(x_50); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); +lean_dec(x_54); lean_inc(x_1); -x_28 = x_1; -x_29 = x_57; -goto block_44; +x_27 = x_1; +x_28 = x_56; +goto block_43; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_55, 1); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = lean_ctor_get(x_55, 0); lean_inc(x_58); lean_dec(x_55); -x_59 = lean_ctor_get(x_56, 0); -lean_inc(x_59); -lean_dec(x_56); -x_60 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_59, x_2, x_3, x_58); -if (lean_obj_tag(x_60) == 0) +x_59 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_58, x_2, x_3, x_57); +if (lean_obj_tag(x_59) == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); lean_inc(x_61); -x_63 = l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4___rarg(x_50, x_61, x_2, x_3, x_62); -if (lean_obj_tag(x_63) == 0) +lean_dec(x_59); +lean_inc(x_60); +x_62 = l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4___rarg(x_49, x_60, x_2, x_3, x_61); +if (lean_obj_tag(x_62) == 0) { -lean_object* x_64; -x_64 = lean_ctor_get(x_63, 1); -lean_inc(x_64); -lean_dec(x_63); -x_28 = x_61; -x_29 = x_64; -goto block_44; +lean_object* x_63; +x_63 = lean_ctor_get(x_62, 1); +lean_inc(x_63); +lean_dec(x_62); +x_27 = x_60; +x_28 = x_63; +goto block_43; } else { -uint8_t x_65; -lean_dec(x_61); +uint8_t x_64; +lean_dec(x_60); lean_dec(x_1); -x_65 = !lean_is_exclusive(x_63); -if (x_65 == 0) +x_64 = !lean_is_exclusive(x_62); +if (x_64 == 0) { -return x_63; +return x_62; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_66 = lean_ctor_get(x_63, 0); -x_67 = lean_ctor_get(x_63, 1); -lean_inc(x_67); +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_62, 0); +x_66 = lean_ctor_get(x_62, 1); lean_inc(x_66); -lean_dec(x_63); -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; +lean_inc(x_65); +lean_dec(x_62); +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_69; -lean_dec(x_50); +uint8_t x_68; +lean_dec(x_49); lean_dec(x_1); -x_69 = !lean_is_exclusive(x_60); -if (x_69 == 0) +x_68 = !lean_is_exclusive(x_59); +if (x_68 == 0) { -return x_60; +return x_59; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_60, 0); -x_71 = lean_ctor_get(x_60, 1); -lean_inc(x_71); +lean_object* x_69; lean_object* x_70; lean_object* x_71; +x_69 = lean_ctor_get(x_59, 0); +x_70 = lean_ctor_get(x_59, 1); lean_inc(x_70); -lean_dec(x_60); -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_inc(x_69); +lean_dec(x_59); +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 { -uint8_t x_73; -lean_dec(x_50); +uint8_t x_72; +lean_dec(x_49); lean_dec(x_1); -x_73 = !lean_is_exclusive(x_55); -if (x_73 == 0) +x_72 = !lean_is_exclusive(x_54); +if (x_72 == 0) { -return x_55; +return x_54; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_55, 0); -x_75 = lean_ctor_get(x_55, 1); -lean_inc(x_75); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_54, 0); +x_74 = lean_ctor_get(x_54, 1); lean_inc(x_74); -lean_dec(x_55); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_inc(x_73); +lean_dec(x_54); +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -lean_object* x_77; -lean_dec(x_50); -x_77 = lean_ctor_get(x_54, 0); -lean_inc(x_77); -lean_dec(x_54); -x_8 = x_77; -x_9 = x_53; -goto block_27; +lean_object* x_76; +lean_dec(x_49); +x_76 = lean_ctor_get(x_53, 0); +lean_inc(x_76); +lean_dec(x_53); +x_7 = x_76; +x_8 = x_52; +goto block_26; } } else { -uint8_t x_78; -lean_dec(x_50); +uint8_t x_77; +lean_dec(x_49); lean_dec(x_1); -x_78 = !lean_is_exclusive(x_51); -if (x_78 == 0) +x_77 = !lean_is_exclusive(x_50); +if (x_77 == 0) { -return x_51; +return x_50; } else { -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_51, 0); -x_80 = lean_ctor_get(x_51, 1); -lean_inc(x_80); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_50, 0); +x_79 = lean_ctor_get(x_50, 1); lean_inc(x_79); -lean_dec(x_51); -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; +lean_inc(x_78); +lean_dec(x_50); +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; } } } case 3: { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_1, 0); -lean_inc(x_82); -lean_inc(x_82); -x_83 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg(x_82, x_2, x_3, x_48); -if (lean_obj_tag(x_83) == 0) +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_1, 0); +lean_inc(x_81); +lean_inc(x_81); +x_82 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg(x_81, x_2, x_3, x_47); +if (lean_obj_tag(x_82) == 0) { -lean_object* x_84; lean_object* x_85; size_t x_86; size_t x_87; uint8_t x_88; -x_84 = lean_ctor_get(x_83, 0); +lean_object* x_83; lean_object* x_84; size_t x_85; size_t x_86; uint8_t x_87; +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_82, 1); lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); -lean_inc(x_85); -lean_dec(x_83); -x_86 = lean_ptr_addr(x_82); lean_dec(x_82); -x_87 = lean_ptr_addr(x_84); -x_88 = lean_usize_dec_eq(x_86, x_87); -if (x_88 == 0) +x_85 = lean_ptr_addr(x_81); +lean_dec(x_81); +x_86 = lean_ptr_addr(x_83); +x_87 = lean_usize_dec_eq(x_85, x_86); +if (x_87 == 0) { -lean_object* x_89; -x_89 = l_Lean_Expr_sort___override(x_84); -x_8 = x_89; -x_9 = x_85; -goto block_27; +lean_object* x_88; +x_88 = l_Lean_Expr_sort___override(x_83); +x_7 = x_88; +x_8 = x_84; +goto block_26; } else { -lean_dec(x_84); +lean_dec(x_83); lean_inc(x_1); -x_8 = x_1; -x_9 = x_85; -goto block_27; +x_7 = x_1; +x_8 = x_84; +goto block_26; } } else { -uint8_t x_90; -lean_dec(x_82); +uint8_t x_89; +lean_dec(x_81); lean_dec(x_1); -x_90 = !lean_is_exclusive(x_83); -if (x_90 == 0) +x_89 = !lean_is_exclusive(x_82); +if (x_89 == 0) { -return x_83; +return x_82; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_83, 0); -x_92 = lean_ctor_get(x_83, 1); -lean_inc(x_92); +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_82, 0); +x_91 = lean_ctor_get(x_82, 1); lean_inc(x_91); -lean_dec(x_83); -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_inc(x_90); +lean_dec(x_82); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } } } case 4: { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_94 = lean_ctor_get(x_1, 0); +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_93 = lean_ctor_get(x_1, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_1, 1); lean_inc(x_94); -x_95 = lean_ctor_get(x_1, 1); -lean_inc(x_95); -x_96 = lean_box(0); -lean_inc(x_95); -x_97 = l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___rarg(x_5, x_95, x_96, x_2, x_3, x_48); -if (lean_obj_tag(x_97) == 0) +x_95 = lean_box(0); +lean_inc(x_94); +x_96 = l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg(x_5, x_94, x_95, x_2, x_3, x_47); +if (lean_obj_tag(x_96) == 0) { -lean_object* x_98; lean_object* x_99; uint8_t x_100; -x_98 = lean_ctor_get(x_97, 0); +lean_object* x_97; lean_object* x_98; uint8_t x_99; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +x_98 = lean_ctor_get(x_96, 1); lean_inc(x_98); -x_99 = lean_ctor_get(x_97, 1); -lean_inc(x_99); -lean_dec(x_97); -x_100 = l_ptrEqList___rarg(x_95, x_98); -lean_dec(x_95); -if (x_100 == 0) +lean_dec(x_96); +x_99 = l_ptrEqList___rarg(x_94, x_97); +lean_dec(x_94); +if (x_99 == 0) { -lean_object* x_101; -x_101 = l_Lean_Expr_const___override(x_94, x_98); -x_8 = x_101; -x_9 = x_99; -goto block_27; +lean_object* x_100; +x_100 = l_Lean_Expr_const___override(x_93, x_97); +x_7 = x_100; +x_8 = x_98; +goto block_26; } else { -lean_dec(x_98); -lean_dec(x_94); +lean_dec(x_97); +lean_dec(x_93); lean_inc(x_1); -x_8 = x_1; -x_9 = x_99; -goto block_27; +x_7 = x_1; +x_8 = x_98; +goto block_26; } } else { -uint8_t x_102; -lean_dec(x_95); +uint8_t x_101; lean_dec(x_94); +lean_dec(x_93); lean_dec(x_1); -x_102 = !lean_is_exclusive(x_97); -if (x_102 == 0) +x_101 = !lean_is_exclusive(x_96); +if (x_101 == 0) { -return x_97; +return x_96; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_97, 0); -x_104 = lean_ctor_get(x_97, 1); -lean_inc(x_104); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_96, 0); +x_103 = lean_ctor_get(x_96, 1); lean_inc(x_103); -lean_dec(x_97); -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; +lean_inc(x_102); +lean_dec(x_96); +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; } } } case 5: { -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_106 = lean_unsigned_to_nat(0u); -x_107 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_106); -x_108 = l_Lean_instantiateExprMVars___rarg___lambda__20___closed__1; -lean_inc(x_107); -x_109 = lean_mk_array(x_107, x_108); -x_110 = lean_unsigned_to_nat(1u); -x_111 = lean_nat_sub(x_107, x_110); -lean_dec(x_107); +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; +x_105 = lean_unsigned_to_nat(0u); +x_106 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_105); +x_107 = l_Lean_instantiateExprMVars___rarg___lambda__20___closed__1; +lean_inc(x_106); +x_108 = lean_mk_array(x_106, x_107); +x_109 = lean_unsigned_to_nat(1u); +x_110 = lean_nat_sub(x_106, x_109); +lean_dec(x_106); lean_inc(x_1); -x_112 = l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___rarg(x_5, x_1, x_109, x_111, x_2, x_3, x_48); -if (lean_obj_tag(x_112) == 0) +x_111 = l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___rarg(x_5, x_1, x_108, x_110, x_2, x_3, x_47); +if (lean_obj_tag(x_111) == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_ctor_get(x_112, 0); +lean_object* x_112; lean_object* x_113; lean_object* x_114; +x_112 = lean_ctor_get(x_111, 0); +lean_inc(x_112); +x_113 = lean_ctor_get(x_111, 1); lean_inc(x_113); -x_114 = lean_ctor_get(x_112, 1); -lean_inc(x_114); -lean_dec(x_112); -x_115 = lean_st_ref_take(x_2, x_114); -if (lean_obj_tag(x_115) == 0) +lean_dec(x_111); +x_114 = lean_st_ref_take(x_2, x_113); +if (lean_obj_tag(x_114) == 0) { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_116 = lean_ctor_get(x_115, 0); +lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_114, 1); lean_inc(x_116); -x_117 = lean_ctor_get(x_115, 1); -lean_inc(x_117); -lean_dec(x_115); -lean_inc(x_113); -x_118 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_116, x_1, x_113); -x_119 = lean_st_ref_set(x_2, x_118, x_117); -if (lean_obj_tag(x_119) == 0) +lean_dec(x_114); +lean_inc(x_112); +x_117 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_115, x_1, x_112); +x_118 = lean_st_ref_set(x_2, x_117, x_116); +if (lean_obj_tag(x_118) == 0) { -uint8_t x_120; -x_120 = !lean_is_exclusive(x_119); -if (x_120 == 0) +uint8_t x_119; +x_119 = !lean_is_exclusive(x_118); +if (x_119 == 0) { -lean_object* x_121; -x_121 = lean_ctor_get(x_119, 0); -lean_dec(x_121); -lean_ctor_set(x_119, 0, x_113); -return x_119; +lean_object* x_120; +x_120 = lean_ctor_get(x_118, 0); +lean_dec(x_120); +lean_ctor_set(x_118, 0, x_112); +return x_118; } else { -lean_object* x_122; lean_object* x_123; -x_122 = lean_ctor_get(x_119, 1); -lean_inc(x_122); -lean_dec(x_119); -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_113); -lean_ctor_set(x_123, 1, x_122); -return x_123; +lean_object* x_121; lean_object* x_122; +x_121 = lean_ctor_get(x_118, 1); +lean_inc(x_121); +lean_dec(x_118); +x_122 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_122, 0, x_112); +lean_ctor_set(x_122, 1, x_121); +return x_122; } } else { -uint8_t x_124; -lean_dec(x_113); -x_124 = !lean_is_exclusive(x_119); -if (x_124 == 0) +uint8_t x_123; +lean_dec(x_112); +x_123 = !lean_is_exclusive(x_118); +if (x_123 == 0) { -return x_119; +return x_118; } else { -lean_object* x_125; lean_object* x_126; lean_object* x_127; -x_125 = lean_ctor_get(x_119, 0); -x_126 = lean_ctor_get(x_119, 1); -lean_inc(x_126); +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_118, 0); +x_125 = lean_ctor_get(x_118, 1); lean_inc(x_125); -lean_dec(x_119); -x_127 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_127, 0, x_125); -lean_ctor_set(x_127, 1, x_126); -return x_127; +lean_inc(x_124); +lean_dec(x_118); +x_126 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_126, 0, x_124); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } } else { -uint8_t x_128; -lean_dec(x_113); +uint8_t x_127; +lean_dec(x_112); lean_dec(x_1); -x_128 = !lean_is_exclusive(x_115); -if (x_128 == 0) +x_127 = !lean_is_exclusive(x_114); +if (x_127 == 0) { -return x_115; +return x_114; } else { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_115, 0); -x_130 = lean_ctor_get(x_115, 1); -lean_inc(x_130); +lean_object* x_128; lean_object* x_129; lean_object* x_130; +x_128 = lean_ctor_get(x_114, 0); +x_129 = lean_ctor_get(x_114, 1); lean_inc(x_129); -lean_dec(x_115); -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_inc(x_128); +lean_dec(x_114); +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 { -uint8_t x_132; +uint8_t x_131; lean_dec(x_1); -x_132 = !lean_is_exclusive(x_112); -if (x_132 == 0) +x_131 = !lean_is_exclusive(x_111); +if (x_131 == 0) { -return x_112; +return x_111; } else { -lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_133 = lean_ctor_get(x_112, 0); -x_134 = lean_ctor_get(x_112, 1); -lean_inc(x_134); +lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_132 = lean_ctor_get(x_111, 0); +x_133 = lean_ctor_get(x_111, 1); lean_inc(x_133); -lean_dec(x_112); -x_135 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_135, 0, x_133); -lean_ctor_set(x_135, 1, x_134); -return x_135; +lean_inc(x_132); +lean_dec(x_111); +x_134 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_134, 0, x_132); +lean_ctor_set(x_134, 1, x_133); +return x_134; } } } case 6: { -lean_object* x_136; lean_object* x_137; lean_object* x_138; uint8_t x_139; lean_object* x_140; -x_136 = lean_ctor_get(x_1, 0); +lean_object* x_135; lean_object* x_136; lean_object* x_137; uint8_t x_138; lean_object* x_139; +x_135 = lean_ctor_get(x_1, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_1, 1); lean_inc(x_136); -x_137 = lean_ctor_get(x_1, 1); -lean_inc(x_137); -x_138 = lean_ctor_get(x_1, 2); -lean_inc(x_138); -x_139 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_137 = lean_ctor_get(x_1, 2); lean_inc(x_137); -x_140 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_137, x_2, x_3, x_48); -if (lean_obj_tag(x_140) == 0) +x_138 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_inc(x_136); +x_139 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_136, x_2, x_3, x_47); +if (lean_obj_tag(x_139) == 0) { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -x_141 = lean_ctor_get(x_140, 0); +lean_object* x_140; lean_object* x_141; lean_object* x_142; +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +x_141 = lean_ctor_get(x_139, 1); lean_inc(x_141); -x_142 = lean_ctor_get(x_140, 1); -lean_inc(x_142); -lean_dec(x_140); -lean_inc(x_138); -x_143 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_138, x_2, x_3, x_142); -if (lean_obj_tag(x_143) == 0) +lean_dec(x_139); +lean_inc(x_137); +x_142 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_137, x_2, x_3, x_141); +if (lean_obj_tag(x_142) == 0) { -lean_object* x_144; lean_object* x_145; lean_object* x_146; size_t x_147; size_t x_148; uint8_t x_149; -x_144 = lean_ctor_get(x_143, 0); +lean_object* x_143; lean_object* x_144; lean_object* x_145; size_t x_146; size_t x_147; uint8_t x_148; +x_143 = lean_ctor_get(x_142, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_142, 1); lean_inc(x_144); -x_145 = lean_ctor_get(x_143, 1); -lean_inc(x_145); -lean_dec(x_143); -lean_inc(x_138); +lean_dec(x_142); lean_inc(x_137); lean_inc(x_136); -x_146 = l_Lean_Expr_lam___override(x_136, x_137, x_138, x_139); -x_147 = lean_ptr_addr(x_137); -lean_dec(x_137); -x_148 = lean_ptr_addr(x_141); -x_149 = lean_usize_dec_eq(x_147, x_148); -if (x_149 == 0) +lean_inc(x_135); +x_145 = l_Lean_Expr_lam___override(x_135, x_136, x_137, x_138); +x_146 = lean_ptr_addr(x_136); +lean_dec(x_136); +x_147 = lean_ptr_addr(x_140); +x_148 = lean_usize_dec_eq(x_146, x_147); +if (x_148 == 0) { -lean_object* x_150; -lean_dec(x_146); -lean_dec(x_138); -x_150 = l_Lean_Expr_lam___override(x_136, x_141, x_144, x_139); -x_8 = x_150; -x_9 = x_145; -goto block_27; +lean_object* x_149; +lean_dec(x_145); +lean_dec(x_137); +x_149 = l_Lean_Expr_lam___override(x_135, x_140, x_143, x_138); +x_7 = x_149; +x_8 = x_144; +goto block_26; } else { -size_t x_151; size_t x_152; uint8_t x_153; -x_151 = lean_ptr_addr(x_138); -lean_dec(x_138); -x_152 = lean_ptr_addr(x_144); -x_153 = lean_usize_dec_eq(x_151, x_152); -if (x_153 == 0) +size_t x_150; size_t x_151; uint8_t x_152; +x_150 = lean_ptr_addr(x_137); +lean_dec(x_137); +x_151 = lean_ptr_addr(x_143); +x_152 = lean_usize_dec_eq(x_150, x_151); +if (x_152 == 0) { -lean_object* x_154; -lean_dec(x_146); -x_154 = l_Lean_Expr_lam___override(x_136, x_141, x_144, x_139); -x_8 = x_154; -x_9 = x_145; -goto block_27; +lean_object* x_153; +lean_dec(x_145); +x_153 = l_Lean_Expr_lam___override(x_135, x_140, x_143, x_138); +x_7 = x_153; +x_8 = x_144; +goto block_26; } else { -uint8_t x_155; -x_155 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_139, x_139); -if (x_155 == 0) +uint8_t x_154; +x_154 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_138, x_138); +if (x_154 == 0) { -lean_object* x_156; -lean_dec(x_146); -x_156 = l_Lean_Expr_lam___override(x_136, x_141, x_144, x_139); -x_8 = x_156; -x_9 = x_145; -goto block_27; +lean_object* x_155; +lean_dec(x_145); +x_155 = l_Lean_Expr_lam___override(x_135, x_140, x_143, x_138); +x_7 = x_155; +x_8 = x_144; +goto block_26; } else { -lean_dec(x_144); -lean_dec(x_141); -lean_dec(x_136); -x_8 = x_146; -x_9 = x_145; -goto block_27; +lean_dec(x_143); +lean_dec(x_140); +lean_dec(x_135); +x_7 = x_145; +x_8 = x_144; +goto block_26; } } } } else { -uint8_t x_157; -lean_dec(x_141); -lean_dec(x_138); +uint8_t x_156; +lean_dec(x_140); lean_dec(x_137); lean_dec(x_136); +lean_dec(x_135); lean_dec(x_1); -x_157 = !lean_is_exclusive(x_143); -if (x_157 == 0) +x_156 = !lean_is_exclusive(x_142); +if (x_156 == 0) { -return x_143; +return x_142; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_158 = lean_ctor_get(x_143, 0); -x_159 = lean_ctor_get(x_143, 1); -lean_inc(x_159); +lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_142, 0); +x_158 = lean_ctor_get(x_142, 1); lean_inc(x_158); -lean_dec(x_143); -x_160 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_160, 0, x_158); -lean_ctor_set(x_160, 1, x_159); -return x_160; -} +lean_inc(x_157); +lean_dec(x_142); +x_159 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_159, 0, x_157); +lean_ctor_set(x_159, 1, x_158); +return x_159; +} } } else { -uint8_t x_161; -lean_dec(x_138); +uint8_t x_160; lean_dec(x_137); lean_dec(x_136); +lean_dec(x_135); lean_dec(x_1); -x_161 = !lean_is_exclusive(x_140); -if (x_161 == 0) +x_160 = !lean_is_exclusive(x_139); +if (x_160 == 0) { -return x_140; +return x_139; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_140, 0); -x_163 = lean_ctor_get(x_140, 1); -lean_inc(x_163); +lean_object* x_161; lean_object* x_162; lean_object* x_163; +x_161 = lean_ctor_get(x_139, 0); +x_162 = lean_ctor_get(x_139, 1); lean_inc(x_162); -lean_dec(x_140); -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; +lean_inc(x_161); +lean_dec(x_139); +x_163 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +return x_163; } } } case 7: { -lean_object* x_165; lean_object* x_166; lean_object* x_167; uint8_t x_168; lean_object* x_169; -x_165 = lean_ctor_get(x_1, 0); +lean_object* x_164; lean_object* x_165; lean_object* x_166; uint8_t x_167; lean_object* x_168; +x_164 = lean_ctor_get(x_1, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_1, 1); lean_inc(x_165); -x_166 = lean_ctor_get(x_1, 1); -lean_inc(x_166); -x_167 = lean_ctor_get(x_1, 2); -lean_inc(x_167); -x_168 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_166 = lean_ctor_get(x_1, 2); lean_inc(x_166); -x_169 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_166, x_2, x_3, x_48); -if (lean_obj_tag(x_169) == 0) +x_167 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_inc(x_165); +x_168 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_165, x_2, x_3, x_47); +if (lean_obj_tag(x_168) == 0) { -lean_object* x_170; lean_object* x_171; lean_object* x_172; -x_170 = lean_ctor_get(x_169, 0); +lean_object* x_169; lean_object* x_170; lean_object* x_171; +x_169 = lean_ctor_get(x_168, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_168, 1); lean_inc(x_170); -x_171 = lean_ctor_get(x_169, 1); -lean_inc(x_171); -lean_dec(x_169); -lean_inc(x_167); -x_172 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_167, x_2, x_3, x_171); -if (lean_obj_tag(x_172) == 0) +lean_dec(x_168); +lean_inc(x_166); +x_171 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_166, x_2, x_3, x_170); +if (lean_obj_tag(x_171) == 0) { -lean_object* x_173; lean_object* x_174; lean_object* x_175; size_t x_176; size_t x_177; uint8_t x_178; -x_173 = lean_ctor_get(x_172, 0); +lean_object* x_172; lean_object* x_173; lean_object* x_174; size_t x_175; size_t x_176; uint8_t x_177; +x_172 = lean_ctor_get(x_171, 0); +lean_inc(x_172); +x_173 = lean_ctor_get(x_171, 1); lean_inc(x_173); -x_174 = lean_ctor_get(x_172, 1); -lean_inc(x_174); -lean_dec(x_172); -lean_inc(x_167); +lean_dec(x_171); lean_inc(x_166); lean_inc(x_165); -x_175 = l_Lean_Expr_forallE___override(x_165, x_166, x_167, x_168); -x_176 = lean_ptr_addr(x_166); -lean_dec(x_166); -x_177 = lean_ptr_addr(x_170); -x_178 = lean_usize_dec_eq(x_176, x_177); -if (x_178 == 0) +lean_inc(x_164); +x_174 = l_Lean_Expr_forallE___override(x_164, x_165, x_166, x_167); +x_175 = lean_ptr_addr(x_165); +lean_dec(x_165); +x_176 = lean_ptr_addr(x_169); +x_177 = lean_usize_dec_eq(x_175, x_176); +if (x_177 == 0) { -lean_object* x_179; -lean_dec(x_175); -lean_dec(x_167); -x_179 = l_Lean_Expr_forallE___override(x_165, x_170, x_173, x_168); -x_8 = x_179; -x_9 = x_174; -goto block_27; +lean_object* x_178; +lean_dec(x_174); +lean_dec(x_166); +x_178 = l_Lean_Expr_forallE___override(x_164, x_169, x_172, x_167); +x_7 = x_178; +x_8 = x_173; +goto block_26; } else { -size_t x_180; size_t x_181; uint8_t x_182; -x_180 = lean_ptr_addr(x_167); -lean_dec(x_167); -x_181 = lean_ptr_addr(x_173); -x_182 = lean_usize_dec_eq(x_180, x_181); -if (x_182 == 0) +size_t x_179; size_t x_180; uint8_t x_181; +x_179 = lean_ptr_addr(x_166); +lean_dec(x_166); +x_180 = lean_ptr_addr(x_172); +x_181 = lean_usize_dec_eq(x_179, x_180); +if (x_181 == 0) { -lean_object* x_183; -lean_dec(x_175); -x_183 = l_Lean_Expr_forallE___override(x_165, x_170, x_173, x_168); -x_8 = x_183; -x_9 = x_174; -goto block_27; +lean_object* x_182; +lean_dec(x_174); +x_182 = l_Lean_Expr_forallE___override(x_164, x_169, x_172, x_167); +x_7 = x_182; +x_8 = x_173; +goto block_26; } else { -uint8_t x_184; -x_184 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_168, x_168); -if (x_184 == 0) +uint8_t x_183; +x_183 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_167, x_167); +if (x_183 == 0) { -lean_object* x_185; -lean_dec(x_175); -x_185 = l_Lean_Expr_forallE___override(x_165, x_170, x_173, x_168); -x_8 = x_185; -x_9 = x_174; -goto block_27; +lean_object* x_184; +lean_dec(x_174); +x_184 = l_Lean_Expr_forallE___override(x_164, x_169, x_172, x_167); +x_7 = x_184; +x_8 = x_173; +goto block_26; } else { -lean_dec(x_173); -lean_dec(x_170); -lean_dec(x_165); -x_8 = x_175; -x_9 = x_174; -goto block_27; +lean_dec(x_172); +lean_dec(x_169); +lean_dec(x_164); +x_7 = x_174; +x_8 = x_173; +goto block_26; } } } } else { -uint8_t x_186; -lean_dec(x_170); -lean_dec(x_167); +uint8_t x_185; +lean_dec(x_169); lean_dec(x_166); lean_dec(x_165); +lean_dec(x_164); lean_dec(x_1); -x_186 = !lean_is_exclusive(x_172); -if (x_186 == 0) +x_185 = !lean_is_exclusive(x_171); +if (x_185 == 0) { -return x_172; +return x_171; } else { -lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_187 = lean_ctor_get(x_172, 0); -x_188 = lean_ctor_get(x_172, 1); -lean_inc(x_188); +lean_object* x_186; lean_object* x_187; lean_object* x_188; +x_186 = lean_ctor_get(x_171, 0); +x_187 = lean_ctor_get(x_171, 1); lean_inc(x_187); -lean_dec(x_172); -x_189 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_189, 0, x_187); -lean_ctor_set(x_189, 1, x_188); -return x_189; +lean_inc(x_186); +lean_dec(x_171); +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; } } } else { -uint8_t x_190; -lean_dec(x_167); +uint8_t x_189; lean_dec(x_166); lean_dec(x_165); +lean_dec(x_164); lean_dec(x_1); -x_190 = !lean_is_exclusive(x_169); -if (x_190 == 0) +x_189 = !lean_is_exclusive(x_168); +if (x_189 == 0) { -return x_169; +return x_168; } else { -lean_object* x_191; lean_object* x_192; lean_object* x_193; -x_191 = lean_ctor_get(x_169, 0); -x_192 = lean_ctor_get(x_169, 1); -lean_inc(x_192); +lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_190 = lean_ctor_get(x_168, 0); +x_191 = lean_ctor_get(x_168, 1); lean_inc(x_191); -lean_dec(x_169); -x_193 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_193, 0, x_191); -lean_ctor_set(x_193, 1, x_192); -return x_193; +lean_inc(x_190); +lean_dec(x_168); +x_192 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_192, 0, x_190); +lean_ctor_set(x_192, 1, x_191); +return x_192; } } } case 8: { -lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; uint8_t x_198; lean_object* x_199; -x_194 = lean_ctor_get(x_1, 0); +lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; uint8_t x_197; lean_object* x_198; +x_193 = lean_ctor_get(x_1, 0); +lean_inc(x_193); +x_194 = lean_ctor_get(x_1, 1); lean_inc(x_194); -x_195 = lean_ctor_get(x_1, 1); +x_195 = lean_ctor_get(x_1, 2); lean_inc(x_195); -x_196 = lean_ctor_get(x_1, 2); +x_196 = lean_ctor_get(x_1, 3); lean_inc(x_196); -x_197 = lean_ctor_get(x_1, 3); -lean_inc(x_197); -x_198 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); -lean_inc(x_195); -x_199 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_195, x_2, x_3, x_48); -if (lean_obj_tag(x_199) == 0) +x_197 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +lean_inc(x_194); +x_198 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_194, x_2, x_3, x_47); +if (lean_obj_tag(x_198) == 0) { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_200 = lean_ctor_get(x_199, 0); +lean_object* x_199; lean_object* x_200; lean_object* x_201; +x_199 = lean_ctor_get(x_198, 0); +lean_inc(x_199); +x_200 = lean_ctor_get(x_198, 1); lean_inc(x_200); -x_201 = lean_ctor_get(x_199, 1); -lean_inc(x_201); -lean_dec(x_199); -lean_inc(x_196); -x_202 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_196, x_2, x_3, x_201); -if (lean_obj_tag(x_202) == 0) +lean_dec(x_198); +lean_inc(x_195); +x_201 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_195, x_2, x_3, x_200); +if (lean_obj_tag(x_201) == 0) { -lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_203 = lean_ctor_get(x_202, 0); +lean_object* x_202; lean_object* x_203; lean_object* x_204; +x_202 = lean_ctor_get(x_201, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_201, 1); lean_inc(x_203); -x_204 = lean_ctor_get(x_202, 1); -lean_inc(x_204); -lean_dec(x_202); -lean_inc(x_197); -x_205 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_197, x_2, x_3, x_204); -if (lean_obj_tag(x_205) == 0) +lean_dec(x_201); +lean_inc(x_196); +x_204 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_196, x_2, x_3, x_203); +if (lean_obj_tag(x_204) == 0) { -lean_object* x_206; lean_object* x_207; size_t x_208; size_t x_209; uint8_t x_210; -x_206 = lean_ctor_get(x_205, 0); +lean_object* x_205; lean_object* x_206; size_t x_207; size_t x_208; uint8_t x_209; +x_205 = lean_ctor_get(x_204, 0); +lean_inc(x_205); +x_206 = lean_ctor_get(x_204, 1); lean_inc(x_206); -x_207 = lean_ctor_get(x_205, 1); -lean_inc(x_207); -lean_dec(x_205); -x_208 = lean_ptr_addr(x_195); -lean_dec(x_195); -x_209 = lean_ptr_addr(x_200); -x_210 = lean_usize_dec_eq(x_208, x_209); -if (x_210 == 0) +lean_dec(x_204); +x_207 = lean_ptr_addr(x_194); +lean_dec(x_194); +x_208 = lean_ptr_addr(x_199); +x_209 = lean_usize_dec_eq(x_207, x_208); +if (x_209 == 0) { -lean_object* x_211; -lean_dec(x_197); +lean_object* x_210; lean_dec(x_196); -x_211 = l_Lean_Expr_letE___override(x_194, x_200, x_203, x_206, x_198); -x_8 = x_211; -x_9 = x_207; -goto block_27; +lean_dec(x_195); +x_210 = l_Lean_Expr_letE___override(x_193, x_199, x_202, x_205, x_197); +x_7 = x_210; +x_8 = x_206; +goto block_26; } else { -size_t x_212; size_t x_213; uint8_t x_214; -x_212 = lean_ptr_addr(x_196); -lean_dec(x_196); -x_213 = lean_ptr_addr(x_203); -x_214 = lean_usize_dec_eq(x_212, x_213); -if (x_214 == 0) +size_t x_211; size_t x_212; uint8_t x_213; +x_211 = lean_ptr_addr(x_195); +lean_dec(x_195); +x_212 = lean_ptr_addr(x_202); +x_213 = lean_usize_dec_eq(x_211, x_212); +if (x_213 == 0) { -lean_object* x_215; -lean_dec(x_197); -x_215 = l_Lean_Expr_letE___override(x_194, x_200, x_203, x_206, x_198); -x_8 = x_215; -x_9 = x_207; -goto block_27; +lean_object* x_214; +lean_dec(x_196); +x_214 = l_Lean_Expr_letE___override(x_193, x_199, x_202, x_205, x_197); +x_7 = x_214; +x_8 = x_206; +goto block_26; } else { -size_t x_216; size_t x_217; uint8_t x_218; -x_216 = lean_ptr_addr(x_197); -lean_dec(x_197); -x_217 = lean_ptr_addr(x_206); -x_218 = lean_usize_dec_eq(x_216, x_217); -if (x_218 == 0) +size_t x_215; size_t x_216; uint8_t x_217; +x_215 = lean_ptr_addr(x_196); +lean_dec(x_196); +x_216 = lean_ptr_addr(x_205); +x_217 = lean_usize_dec_eq(x_215, x_216); +if (x_217 == 0) { -lean_object* x_219; -x_219 = l_Lean_Expr_letE___override(x_194, x_200, x_203, x_206, x_198); -x_8 = x_219; -x_9 = x_207; -goto block_27; +lean_object* x_218; +x_218 = l_Lean_Expr_letE___override(x_193, x_199, x_202, x_205, x_197); +x_7 = x_218; +x_8 = x_206; +goto block_26; } else { -lean_dec(x_206); -lean_dec(x_203); -lean_dec(x_200); -lean_dec(x_194); +lean_dec(x_205); +lean_dec(x_202); +lean_dec(x_199); +lean_dec(x_193); lean_inc(x_1); -x_8 = x_1; -x_9 = x_207; -goto block_27; +x_7 = x_1; +x_8 = x_206; +goto block_26; } } } } else { -uint8_t x_220; -lean_dec(x_203); -lean_dec(x_200); -lean_dec(x_197); +uint8_t x_219; +lean_dec(x_202); +lean_dec(x_199); lean_dec(x_196); lean_dec(x_195); lean_dec(x_194); +lean_dec(x_193); lean_dec(x_1); -x_220 = !lean_is_exclusive(x_205); -if (x_220 == 0) +x_219 = !lean_is_exclusive(x_204); +if (x_219 == 0) { -return x_205; +return x_204; } 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_object* x_220; lean_object* x_221; lean_object* x_222; +x_220 = lean_ctor_get(x_204, 0); +x_221 = lean_ctor_get(x_204, 1); 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_inc(x_220); +lean_dec(x_204); +x_222 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_222, 0, x_220); +lean_ctor_set(x_222, 1, x_221); +return x_222; } } } else { -uint8_t x_224; -lean_dec(x_200); -lean_dec(x_197); +uint8_t x_223; +lean_dec(x_199); lean_dec(x_196); lean_dec(x_195); lean_dec(x_194); +lean_dec(x_193); lean_dec(x_1); -x_224 = !lean_is_exclusive(x_202); -if (x_224 == 0) +x_223 = !lean_is_exclusive(x_201); +if (x_223 == 0) { -return x_202; +return x_201; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_202, 0); -x_226 = lean_ctor_get(x_202, 1); -lean_inc(x_226); +lean_object* x_224; lean_object* x_225; lean_object* x_226; +x_224 = lean_ctor_get(x_201, 0); +x_225 = lean_ctor_get(x_201, 1); lean_inc(x_225); -lean_dec(x_202); -x_227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_226); -return x_227; +lean_inc(x_224); +lean_dec(x_201); +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 { -uint8_t x_228; -lean_dec(x_197); +uint8_t x_227; lean_dec(x_196); lean_dec(x_195); lean_dec(x_194); +lean_dec(x_193); lean_dec(x_1); -x_228 = !lean_is_exclusive(x_199); -if (x_228 == 0) +x_227 = !lean_is_exclusive(x_198); +if (x_227 == 0) { -return x_199; +return x_198; } else { -lean_object* x_229; lean_object* x_230; lean_object* x_231; -x_229 = lean_ctor_get(x_199, 0); -x_230 = lean_ctor_get(x_199, 1); -lean_inc(x_230); +lean_object* x_228; lean_object* x_229; lean_object* x_230; +x_228 = lean_ctor_get(x_198, 0); +x_229 = lean_ctor_get(x_198, 1); lean_inc(x_229); -lean_dec(x_199); -x_231 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_231, 0, x_229); -lean_ctor_set(x_231, 1, x_230); -return x_231; +lean_inc(x_228); +lean_dec(x_198); +x_230 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_230, 0, x_228); +lean_ctor_set(x_230, 1, x_229); +return x_230; } } } case 10: { -lean_object* x_232; lean_object* x_233; lean_object* x_234; -x_232 = lean_ctor_get(x_1, 0); +lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_231 = lean_ctor_get(x_1, 0); +lean_inc(x_231); +x_232 = lean_ctor_get(x_1, 1); lean_inc(x_232); -x_233 = lean_ctor_get(x_1, 1); -lean_inc(x_233); -lean_inc(x_233); -x_234 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_233, x_2, x_3, x_48); -if (lean_obj_tag(x_234) == 0) +lean_inc(x_232); +x_233 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_232, x_2, x_3, x_47); +if (lean_obj_tag(x_233) == 0) { -lean_object* x_235; lean_object* x_236; size_t x_237; size_t x_238; uint8_t x_239; -x_235 = lean_ctor_get(x_234, 0); +lean_object* x_234; lean_object* x_235; size_t x_236; size_t x_237; uint8_t x_238; +x_234 = lean_ctor_get(x_233, 0); +lean_inc(x_234); +x_235 = lean_ctor_get(x_233, 1); lean_inc(x_235); -x_236 = lean_ctor_get(x_234, 1); -lean_inc(x_236); -lean_dec(x_234); -x_237 = lean_ptr_addr(x_233); lean_dec(x_233); -x_238 = lean_ptr_addr(x_235); -x_239 = lean_usize_dec_eq(x_237, x_238); -if (x_239 == 0) +x_236 = lean_ptr_addr(x_232); +lean_dec(x_232); +x_237 = lean_ptr_addr(x_234); +x_238 = lean_usize_dec_eq(x_236, x_237); +if (x_238 == 0) { -lean_object* x_240; -x_240 = l_Lean_Expr_mdata___override(x_232, x_235); -x_8 = x_240; -x_9 = x_236; -goto block_27; +lean_object* x_239; +x_239 = l_Lean_Expr_mdata___override(x_231, x_234); +x_7 = x_239; +x_8 = x_235; +goto block_26; } else { -lean_dec(x_235); -lean_dec(x_232); +lean_dec(x_234); +lean_dec(x_231); lean_inc(x_1); -x_8 = x_1; -x_9 = x_236; -goto block_27; +x_7 = x_1; +x_8 = x_235; +goto block_26; } } else { -uint8_t x_241; -lean_dec(x_233); +uint8_t x_240; lean_dec(x_232); +lean_dec(x_231); lean_dec(x_1); -x_241 = !lean_is_exclusive(x_234); -if (x_241 == 0) +x_240 = !lean_is_exclusive(x_233); +if (x_240 == 0) { -return x_234; +return x_233; } else { -lean_object* x_242; lean_object* x_243; lean_object* x_244; -x_242 = lean_ctor_get(x_234, 0); -x_243 = lean_ctor_get(x_234, 1); -lean_inc(x_243); +lean_object* x_241; lean_object* x_242; lean_object* x_243; +x_241 = lean_ctor_get(x_233, 0); +x_242 = lean_ctor_get(x_233, 1); lean_inc(x_242); -lean_dec(x_234); -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; +lean_inc(x_241); +lean_dec(x_233); +x_243 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_243, 0, x_241); +lean_ctor_set(x_243, 1, x_242); +return x_243; } } } case 11: { -lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; -x_245 = lean_ctor_get(x_1, 0); +lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; +x_244 = lean_ctor_get(x_1, 0); +lean_inc(x_244); +x_245 = lean_ctor_get(x_1, 1); lean_inc(x_245); -x_246 = lean_ctor_get(x_1, 1); +x_246 = lean_ctor_get(x_1, 2); lean_inc(x_246); -x_247 = lean_ctor_get(x_1, 2); -lean_inc(x_247); -lean_inc(x_247); -x_248 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_247, x_2, x_3, x_48); -if (lean_obj_tag(x_248) == 0) +lean_inc(x_246); +x_247 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_246, x_2, x_3, x_47); +if (lean_obj_tag(x_247) == 0) { -lean_object* x_249; lean_object* x_250; size_t x_251; size_t x_252; uint8_t x_253; -x_249 = lean_ctor_get(x_248, 0); +lean_object* x_248; lean_object* x_249; size_t x_250; size_t x_251; uint8_t x_252; +x_248 = lean_ctor_get(x_247, 0); +lean_inc(x_248); +x_249 = lean_ctor_get(x_247, 1); lean_inc(x_249); -x_250 = lean_ctor_get(x_248, 1); -lean_inc(x_250); -lean_dec(x_248); -x_251 = lean_ptr_addr(x_247); lean_dec(x_247); -x_252 = lean_ptr_addr(x_249); -x_253 = lean_usize_dec_eq(x_251, x_252); -if (x_253 == 0) +x_250 = lean_ptr_addr(x_246); +lean_dec(x_246); +x_251 = lean_ptr_addr(x_248); +x_252 = lean_usize_dec_eq(x_250, x_251); +if (x_252 == 0) { -lean_object* x_254; -x_254 = l_Lean_Expr_proj___override(x_245, x_246, x_249); -x_8 = x_254; -x_9 = x_250; -goto block_27; +lean_object* x_253; +x_253 = l_Lean_Expr_proj___override(x_244, x_245, x_248); +x_7 = x_253; +x_8 = x_249; +goto block_26; } else { -lean_dec(x_249); -lean_dec(x_246); +lean_dec(x_248); lean_dec(x_245); +lean_dec(x_244); lean_inc(x_1); -x_8 = x_1; -x_9 = x_250; -goto block_27; +x_7 = x_1; +x_8 = x_249; +goto block_26; } } else { -uint8_t x_255; -lean_dec(x_247); +uint8_t x_254; lean_dec(x_246); lean_dec(x_245); +lean_dec(x_244); lean_dec(x_1); -x_255 = !lean_is_exclusive(x_248); -if (x_255 == 0) +x_254 = !lean_is_exclusive(x_247); +if (x_254 == 0) { -return x_248; +return x_247; } else { -lean_object* x_256; lean_object* x_257; lean_object* x_258; -x_256 = lean_ctor_get(x_248, 0); -x_257 = lean_ctor_get(x_248, 1); -lean_inc(x_257); +lean_object* x_255; lean_object* x_256; lean_object* x_257; +x_255 = lean_ctor_get(x_247, 0); +x_256 = lean_ctor_get(x_247, 1); lean_inc(x_256); -lean_dec(x_248); -x_258 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_258, 0, x_256); -lean_ctor_set(x_258, 1, x_257); -return x_258; +lean_inc(x_255); +lean_dec(x_247); +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_259; -x_259 = lean_st_ref_take(x_2, x_48); -if (lean_obj_tag(x_259) == 0) +lean_object* x_258; +x_258 = lean_st_ref_take(x_2, x_47); +if (lean_obj_tag(x_258) == 0) { -lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; -x_260 = lean_ctor_get(x_259, 0); +lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_object* x_262; +x_259 = lean_ctor_get(x_258, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_258, 1); lean_inc(x_260); -x_261 = lean_ctor_get(x_259, 1); -lean_inc(x_261); -lean_dec(x_259); +lean_dec(x_258); lean_inc_n(x_1, 2); -x_262 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_260, x_1, x_1); -x_263 = lean_st_ref_set(x_2, x_262, x_261); -if (lean_obj_tag(x_263) == 0) +x_261 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_259, x_1, x_1); +x_262 = lean_st_ref_set(x_2, x_261, x_260); +if (lean_obj_tag(x_262) == 0) { -uint8_t x_264; -x_264 = !lean_is_exclusive(x_263); -if (x_264 == 0) +uint8_t x_263; +x_263 = !lean_is_exclusive(x_262); +if (x_263 == 0) { -lean_object* x_265; -x_265 = lean_ctor_get(x_263, 0); -lean_dec(x_265); -lean_ctor_set(x_263, 0, x_1); -return x_263; +lean_object* x_264; +x_264 = lean_ctor_get(x_262, 0); +lean_dec(x_264); +lean_ctor_set(x_262, 0, x_1); +return x_262; } else { -lean_object* x_266; lean_object* x_267; -x_266 = lean_ctor_get(x_263, 1); -lean_inc(x_266); -lean_dec(x_263); -x_267 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_267, 0, x_1); -lean_ctor_set(x_267, 1, x_266); -return x_267; +lean_object* x_265; lean_object* x_266; +x_265 = lean_ctor_get(x_262, 1); +lean_inc(x_265); +lean_dec(x_262); +x_266 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_266, 0, x_1); +lean_ctor_set(x_266, 1, x_265); +return x_266; } } else { -uint8_t x_268; +uint8_t x_267; lean_dec(x_1); -x_268 = !lean_is_exclusive(x_263); -if (x_268 == 0) +x_267 = !lean_is_exclusive(x_262); +if (x_267 == 0) { -return x_263; +return x_262; } else { -lean_object* x_269; lean_object* x_270; lean_object* x_271; -x_269 = lean_ctor_get(x_263, 0); -x_270 = lean_ctor_get(x_263, 1); -lean_inc(x_270); +lean_object* x_268; lean_object* x_269; lean_object* x_270; +x_268 = lean_ctor_get(x_262, 0); +x_269 = lean_ctor_get(x_262, 1); lean_inc(x_269); -lean_dec(x_263); -x_271 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_271, 0, x_269); -lean_ctor_set(x_271, 1, x_270); -return x_271; +lean_inc(x_268); +lean_dec(x_262); +x_270 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_270, 0, x_268); +lean_ctor_set(x_270, 1, x_269); +return x_270; } } } else { -uint8_t x_272; +uint8_t x_271; lean_dec(x_1); -x_272 = !lean_is_exclusive(x_259); -if (x_272 == 0) +x_271 = !lean_is_exclusive(x_258); +if (x_271 == 0) { -return x_259; +return x_258; } else { -lean_object* x_273; lean_object* x_274; lean_object* x_275; -x_273 = lean_ctor_get(x_259, 0); -x_274 = lean_ctor_get(x_259, 1); -lean_inc(x_274); +lean_object* x_272; lean_object* x_273; lean_object* x_274; +x_272 = lean_ctor_get(x_258, 0); +x_273 = lean_ctor_get(x_258, 1); lean_inc(x_273); -lean_dec(x_259); -x_275 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_275, 0, x_273); -lean_ctor_set(x_275, 1, x_274); -return x_275; +lean_inc(x_272); +lean_dec(x_258); +x_274 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_274, 0, x_272); +lean_ctor_set(x_274, 1, x_273); +return x_274; } } } @@ -22711,1400 +23414,1409 @@ return x_275; } else { -lean_object* x_276; +lean_object* x_275; lean_dec(x_1); -x_276 = lean_ctor_get(x_49, 0); -lean_inc(x_276); -lean_dec(x_49); -lean_ctor_set(x_45, 0, x_276); -return x_45; +x_275 = lean_ctor_get(x_48, 0); +lean_inc(x_275); +lean_dec(x_48); +lean_ctor_set(x_44, 0, x_275); +return x_44; } } else { -lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_277 = lean_ctor_get(x_45, 0); -x_278 = lean_ctor_get(x_45, 1); -lean_inc(x_278); +lean_object* x_276; lean_object* x_277; lean_object* x_278; +x_276 = lean_ctor_get(x_44, 0); +x_277 = lean_ctor_get(x_44, 1); lean_inc(x_277); -lean_dec(x_45); +lean_inc(x_276); +lean_dec(x_44); lean_inc(x_1); -x_279 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_277, x_1); -if (lean_obj_tag(x_279) == 0) +x_278 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_276, x_1); +if (lean_obj_tag(x_278) == 0) { switch (lean_obj_tag(x_1)) { case 2: { -lean_object* x_280; lean_object* x_281; -x_280 = lean_ctor_get(x_1, 0); -lean_inc(x_280); -x_281 = lean_st_ref_get(x_2, x_278); -if (lean_obj_tag(x_281) == 0) +lean_object* x_279; lean_object* x_280; +x_279 = lean_ctor_get(x_1, 0); +lean_inc(x_279); +x_280 = lean_st_ref_get(x_2, x_277); +if (lean_obj_tag(x_280) == 0) { -lean_object* x_282; lean_object* x_283; lean_object* x_284; -x_282 = lean_ctor_get(x_281, 0); +lean_object* x_281; lean_object* x_282; lean_object* x_283; +x_281 = lean_ctor_get(x_280, 0); +lean_inc(x_281); +x_282 = lean_ctor_get(x_280, 1); lean_inc(x_282); -x_283 = lean_ctor_get(x_281, 1); -lean_inc(x_283); -lean_dec(x_281); +lean_dec(x_280); lean_inc(x_1); -x_284 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_282, x_1); +x_283 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_281, x_1); +if (lean_obj_tag(x_283) == 0) +{ +lean_object* x_284; +lean_inc(x_279); +x_284 = l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__3___rarg(x_279, x_2, x_3, x_282); if (lean_obj_tag(x_284) == 0) { lean_object* x_285; -lean_inc(x_280); -x_285 = l_Lean_getExprMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__3___rarg(x_280, x_2, x_3, x_283); +x_285 = lean_ctor_get(x_284, 0); +lean_inc(x_285); if (lean_obj_tag(x_285) == 0) { lean_object* x_286; -x_286 = lean_ctor_get(x_285, 0); +lean_dec(x_279); +x_286 = lean_ctor_get(x_284, 1); lean_inc(x_286); -if (lean_obj_tag(x_286) == 0) -{ -lean_object* x_287; -lean_dec(x_280); -x_287 = lean_ctor_get(x_285, 1); -lean_inc(x_287); -lean_dec(x_285); +lean_dec(x_284); lean_inc(x_1); -x_28 = x_1; -x_29 = x_287; -goto block_44; +x_27 = x_1; +x_28 = x_286; +goto block_43; } else { -lean_object* x_288; lean_object* x_289; lean_object* x_290; -x_288 = lean_ctor_get(x_285, 1); +lean_object* x_287; lean_object* x_288; lean_object* x_289; +x_287 = lean_ctor_get(x_284, 1); +lean_inc(x_287); +lean_dec(x_284); +x_288 = lean_ctor_get(x_285, 0); lean_inc(x_288); lean_dec(x_285); -x_289 = lean_ctor_get(x_286, 0); -lean_inc(x_289); -lean_dec(x_286); -x_290 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_289, x_2, x_3, x_288); -if (lean_obj_tag(x_290) == 0) -{ -lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_291 = lean_ctor_get(x_290, 0); -lean_inc(x_291); -x_292 = lean_ctor_get(x_290, 1); -lean_inc(x_292); -lean_dec(x_290); +x_289 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_288, x_2, x_3, x_287); +if (lean_obj_tag(x_289) == 0) +{ +lean_object* x_290; lean_object* x_291; lean_object* x_292; +x_290 = lean_ctor_get(x_289, 0); +lean_inc(x_290); +x_291 = lean_ctor_get(x_289, 1); lean_inc(x_291); -x_293 = l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4___rarg(x_280, x_291, x_2, x_3, x_292); -if (lean_obj_tag(x_293) == 0) +lean_dec(x_289); +lean_inc(x_290); +x_292 = l_Lean_MVarId_assign___at_Lean_instantiateMVarsCore___spec__4___rarg(x_279, x_290, x_2, x_3, x_291); +if (lean_obj_tag(x_292) == 0) { -lean_object* x_294; -x_294 = lean_ctor_get(x_293, 1); -lean_inc(x_294); -lean_dec(x_293); -x_28 = x_291; -x_29 = x_294; -goto block_44; +lean_object* x_293; +x_293 = lean_ctor_get(x_292, 1); +lean_inc(x_293); +lean_dec(x_292); +x_27 = x_290; +x_28 = x_293; +goto block_43; } else { -lean_object* x_295; lean_object* x_296; lean_object* x_297; lean_object* x_298; -lean_dec(x_291); +lean_object* x_294; lean_object* x_295; lean_object* x_296; lean_object* x_297; +lean_dec(x_290); lean_dec(x_1); -x_295 = lean_ctor_get(x_293, 0); +x_294 = lean_ctor_get(x_292, 0); +lean_inc(x_294); +x_295 = lean_ctor_get(x_292, 1); lean_inc(x_295); -x_296 = lean_ctor_get(x_293, 1); -lean_inc(x_296); -if (lean_is_exclusive(x_293)) { - lean_ctor_release(x_293, 0); - lean_ctor_release(x_293, 1); - x_297 = x_293; +if (lean_is_exclusive(x_292)) { + lean_ctor_release(x_292, 0); + lean_ctor_release(x_292, 1); + x_296 = x_292; } else { - lean_dec_ref(x_293); - x_297 = lean_box(0); + lean_dec_ref(x_292); + x_296 = lean_box(0); } -if (lean_is_scalar(x_297)) { - x_298 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_296)) { + x_297 = lean_alloc_ctor(1, 2, 0); } else { - x_298 = x_297; + x_297 = x_296; } -lean_ctor_set(x_298, 0, x_295); -lean_ctor_set(x_298, 1, x_296); -return x_298; +lean_ctor_set(x_297, 0, x_294); +lean_ctor_set(x_297, 1, x_295); +return x_297; } } else { -lean_object* x_299; lean_object* x_300; lean_object* x_301; lean_object* x_302; -lean_dec(x_280); +lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; +lean_dec(x_279); lean_dec(x_1); -x_299 = lean_ctor_get(x_290, 0); +x_298 = lean_ctor_get(x_289, 0); +lean_inc(x_298); +x_299 = lean_ctor_get(x_289, 1); lean_inc(x_299); -x_300 = lean_ctor_get(x_290, 1); -lean_inc(x_300); -if (lean_is_exclusive(x_290)) { - lean_ctor_release(x_290, 0); - lean_ctor_release(x_290, 1); - x_301 = x_290; +if (lean_is_exclusive(x_289)) { + lean_ctor_release(x_289, 0); + lean_ctor_release(x_289, 1); + x_300 = x_289; } else { - lean_dec_ref(x_290); - x_301 = lean_box(0); + lean_dec_ref(x_289); + x_300 = lean_box(0); } -if (lean_is_scalar(x_301)) { - x_302 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_300)) { + x_301 = lean_alloc_ctor(1, 2, 0); } else { - x_302 = x_301; + x_301 = x_300; } -lean_ctor_set(x_302, 0, x_299); -lean_ctor_set(x_302, 1, x_300); -return x_302; +lean_ctor_set(x_301, 0, x_298); +lean_ctor_set(x_301, 1, x_299); +return x_301; } } } else { -lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; -lean_dec(x_280); +lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; +lean_dec(x_279); lean_dec(x_1); -x_303 = lean_ctor_get(x_285, 0); +x_302 = lean_ctor_get(x_284, 0); +lean_inc(x_302); +x_303 = lean_ctor_get(x_284, 1); lean_inc(x_303); -x_304 = lean_ctor_get(x_285, 1); -lean_inc(x_304); -if (lean_is_exclusive(x_285)) { - lean_ctor_release(x_285, 0); - lean_ctor_release(x_285, 1); - x_305 = x_285; +if (lean_is_exclusive(x_284)) { + lean_ctor_release(x_284, 0); + lean_ctor_release(x_284, 1); + x_304 = x_284; } else { - lean_dec_ref(x_285); - x_305 = lean_box(0); + lean_dec_ref(x_284); + x_304 = lean_box(0); } -if (lean_is_scalar(x_305)) { - x_306 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_304)) { + x_305 = lean_alloc_ctor(1, 2, 0); } else { - x_306 = x_305; + x_305 = x_304; } -lean_ctor_set(x_306, 0, x_303); -lean_ctor_set(x_306, 1, x_304); -return x_306; +lean_ctor_set(x_305, 0, x_302); +lean_ctor_set(x_305, 1, x_303); +return x_305; } } else { -lean_object* x_307; -lean_dec(x_280); -x_307 = lean_ctor_get(x_284, 0); -lean_inc(x_307); -lean_dec(x_284); -x_8 = x_307; -x_9 = x_283; -goto block_27; +lean_object* x_306; +lean_dec(x_279); +x_306 = lean_ctor_get(x_283, 0); +lean_inc(x_306); +lean_dec(x_283); +x_7 = x_306; +x_8 = x_282; +goto block_26; } } else { -lean_object* x_308; lean_object* x_309; lean_object* x_310; lean_object* x_311; -lean_dec(x_280); +lean_object* x_307; lean_object* x_308; lean_object* x_309; lean_object* x_310; +lean_dec(x_279); lean_dec(x_1); -x_308 = lean_ctor_get(x_281, 0); +x_307 = lean_ctor_get(x_280, 0); +lean_inc(x_307); +x_308 = lean_ctor_get(x_280, 1); lean_inc(x_308); -x_309 = lean_ctor_get(x_281, 1); -lean_inc(x_309); -if (lean_is_exclusive(x_281)) { - lean_ctor_release(x_281, 0); - lean_ctor_release(x_281, 1); - x_310 = x_281; +if (lean_is_exclusive(x_280)) { + lean_ctor_release(x_280, 0); + lean_ctor_release(x_280, 1); + x_309 = x_280; } else { - lean_dec_ref(x_281); - x_310 = lean_box(0); + lean_dec_ref(x_280); + x_309 = lean_box(0); } -if (lean_is_scalar(x_310)) { - x_311 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_309)) { + x_310 = lean_alloc_ctor(1, 2, 0); } else { - x_311 = x_310; + x_310 = x_309; } -lean_ctor_set(x_311, 0, x_308); -lean_ctor_set(x_311, 1, x_309); -return x_311; +lean_ctor_set(x_310, 0, x_307); +lean_ctor_set(x_310, 1, x_308); +return x_310; } } case 3: { -lean_object* x_312; lean_object* x_313; -x_312 = lean_ctor_get(x_1, 0); -lean_inc(x_312); -lean_inc(x_312); -x_313 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg(x_312, x_2, x_3, x_278); -if (lean_obj_tag(x_313) == 0) -{ -lean_object* x_314; lean_object* x_315; size_t x_316; size_t x_317; uint8_t x_318; -x_314 = lean_ctor_get(x_313, 0); +lean_object* x_311; lean_object* x_312; +x_311 = lean_ctor_get(x_1, 0); +lean_inc(x_311); +lean_inc(x_311); +x_312 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg(x_311, x_2, x_3, x_277); +if (lean_obj_tag(x_312) == 0) +{ +lean_object* x_313; lean_object* x_314; size_t x_315; size_t x_316; uint8_t x_317; +x_313 = lean_ctor_get(x_312, 0); +lean_inc(x_313); +x_314 = lean_ctor_get(x_312, 1); lean_inc(x_314); -x_315 = lean_ctor_get(x_313, 1); -lean_inc(x_315); -lean_dec(x_313); -x_316 = lean_ptr_addr(x_312); lean_dec(x_312); -x_317 = lean_ptr_addr(x_314); -x_318 = lean_usize_dec_eq(x_316, x_317); -if (x_318 == 0) +x_315 = lean_ptr_addr(x_311); +lean_dec(x_311); +x_316 = lean_ptr_addr(x_313); +x_317 = lean_usize_dec_eq(x_315, x_316); +if (x_317 == 0) { -lean_object* x_319; -x_319 = l_Lean_Expr_sort___override(x_314); -x_8 = x_319; -x_9 = x_315; -goto block_27; +lean_object* x_318; +x_318 = l_Lean_Expr_sort___override(x_313); +x_7 = x_318; +x_8 = x_314; +goto block_26; } else { -lean_dec(x_314); +lean_dec(x_313); lean_inc(x_1); -x_8 = x_1; -x_9 = x_315; -goto block_27; +x_7 = x_1; +x_8 = x_314; +goto block_26; } } else { -lean_object* x_320; lean_object* x_321; lean_object* x_322; lean_object* x_323; -lean_dec(x_312); +lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; +lean_dec(x_311); lean_dec(x_1); -x_320 = lean_ctor_get(x_313, 0); +x_319 = lean_ctor_get(x_312, 0); +lean_inc(x_319); +x_320 = lean_ctor_get(x_312, 1); lean_inc(x_320); -x_321 = lean_ctor_get(x_313, 1); -lean_inc(x_321); -if (lean_is_exclusive(x_313)) { - lean_ctor_release(x_313, 0); - lean_ctor_release(x_313, 1); - x_322 = x_313; +if (lean_is_exclusive(x_312)) { + lean_ctor_release(x_312, 0); + lean_ctor_release(x_312, 1); + x_321 = x_312; } else { - lean_dec_ref(x_313); - x_322 = lean_box(0); + lean_dec_ref(x_312); + x_321 = lean_box(0); } -if (lean_is_scalar(x_322)) { - x_323 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_321)) { + x_322 = lean_alloc_ctor(1, 2, 0); } else { - x_323 = x_322; + x_322 = x_321; } -lean_ctor_set(x_323, 0, x_320); -lean_ctor_set(x_323, 1, x_321); -return x_323; +lean_ctor_set(x_322, 0, x_319); +lean_ctor_set(x_322, 1, x_320); +return x_322; } } case 4: { -lean_object* x_324; lean_object* x_325; lean_object* x_326; lean_object* x_327; -x_324 = lean_ctor_get(x_1, 0); +lean_object* x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; +x_323 = lean_ctor_get(x_1, 0); +lean_inc(x_323); +x_324 = lean_ctor_get(x_1, 1); lean_inc(x_324); -x_325 = lean_ctor_get(x_1, 1); -lean_inc(x_325); -x_326 = lean_box(0); -lean_inc(x_325); -x_327 = l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___rarg(x_5, x_325, x_326, x_2, x_3, x_278); -if (lean_obj_tag(x_327) == 0) +x_325 = lean_box(0); +lean_inc(x_324); +x_326 = l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg(x_5, x_324, x_325, x_2, x_3, x_277); +if (lean_obj_tag(x_326) == 0) { -lean_object* x_328; lean_object* x_329; uint8_t x_330; -x_328 = lean_ctor_get(x_327, 0); +lean_object* x_327; lean_object* x_328; uint8_t x_329; +x_327 = lean_ctor_get(x_326, 0); +lean_inc(x_327); +x_328 = lean_ctor_get(x_326, 1); lean_inc(x_328); -x_329 = lean_ctor_get(x_327, 1); -lean_inc(x_329); -lean_dec(x_327); -x_330 = l_ptrEqList___rarg(x_325, x_328); -lean_dec(x_325); -if (x_330 == 0) +lean_dec(x_326); +x_329 = l_ptrEqList___rarg(x_324, x_327); +lean_dec(x_324); +if (x_329 == 0) { -lean_object* x_331; -x_331 = l_Lean_Expr_const___override(x_324, x_328); -x_8 = x_331; -x_9 = x_329; -goto block_27; +lean_object* x_330; +x_330 = l_Lean_Expr_const___override(x_323, x_327); +x_7 = x_330; +x_8 = x_328; +goto block_26; } else { -lean_dec(x_328); -lean_dec(x_324); +lean_dec(x_327); +lean_dec(x_323); lean_inc(x_1); -x_8 = x_1; -x_9 = x_329; -goto block_27; +x_7 = x_1; +x_8 = x_328; +goto block_26; } } else { -lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_object* x_335; -lean_dec(x_325); +lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; lean_dec(x_324); +lean_dec(x_323); lean_dec(x_1); -x_332 = lean_ctor_get(x_327, 0); +x_331 = lean_ctor_get(x_326, 0); +lean_inc(x_331); +x_332 = lean_ctor_get(x_326, 1); lean_inc(x_332); -x_333 = lean_ctor_get(x_327, 1); -lean_inc(x_333); -if (lean_is_exclusive(x_327)) { - lean_ctor_release(x_327, 0); - lean_ctor_release(x_327, 1); - x_334 = x_327; +if (lean_is_exclusive(x_326)) { + lean_ctor_release(x_326, 0); + lean_ctor_release(x_326, 1); + x_333 = x_326; } else { - lean_dec_ref(x_327); - x_334 = lean_box(0); + lean_dec_ref(x_326); + x_333 = lean_box(0); } -if (lean_is_scalar(x_334)) { - x_335 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_333)) { + x_334 = lean_alloc_ctor(1, 2, 0); } else { - x_335 = x_334; + x_334 = x_333; } -lean_ctor_set(x_335, 0, x_332); -lean_ctor_set(x_335, 1, x_333); -return x_335; +lean_ctor_set(x_334, 0, x_331); +lean_ctor_set(x_334, 1, x_332); +return x_334; } } case 5: { -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; -x_336 = lean_unsigned_to_nat(0u); -x_337 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_336); -x_338 = l_Lean_instantiateExprMVars___rarg___lambda__20___closed__1; -lean_inc(x_337); -x_339 = lean_mk_array(x_337, x_338); -x_340 = lean_unsigned_to_nat(1u); -x_341 = lean_nat_sub(x_337, x_340); -lean_dec(x_337); +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; +x_335 = lean_unsigned_to_nat(0u); +x_336 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_335); +x_337 = l_Lean_instantiateExprMVars___rarg___lambda__20___closed__1; +lean_inc(x_336); +x_338 = lean_mk_array(x_336, x_337); +x_339 = lean_unsigned_to_nat(1u); +x_340 = lean_nat_sub(x_336, x_339); +lean_dec(x_336); lean_inc(x_1); -x_342 = l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___rarg(x_5, x_1, x_339, x_341, x_2, x_3, x_278); -if (lean_obj_tag(x_342) == 0) +x_341 = l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___rarg(x_5, x_1, x_338, x_340, x_2, x_3, x_277); +if (lean_obj_tag(x_341) == 0) { -lean_object* x_343; lean_object* x_344; lean_object* x_345; -x_343 = lean_ctor_get(x_342, 0); +lean_object* x_342; lean_object* x_343; lean_object* x_344; +x_342 = lean_ctor_get(x_341, 0); +lean_inc(x_342); +x_343 = lean_ctor_get(x_341, 1); lean_inc(x_343); -x_344 = lean_ctor_get(x_342, 1); -lean_inc(x_344); -lean_dec(x_342); -x_345 = lean_st_ref_take(x_2, x_344); -if (lean_obj_tag(x_345) == 0) -{ -lean_object* x_346; lean_object* x_347; lean_object* x_348; lean_object* x_349; -x_346 = lean_ctor_get(x_345, 0); +lean_dec(x_341); +x_344 = lean_st_ref_take(x_2, x_343); +if (lean_obj_tag(x_344) == 0) +{ +lean_object* x_345; lean_object* x_346; lean_object* x_347; lean_object* x_348; +x_345 = lean_ctor_get(x_344, 0); +lean_inc(x_345); +x_346 = lean_ctor_get(x_344, 1); lean_inc(x_346); -x_347 = lean_ctor_get(x_345, 1); -lean_inc(x_347); -lean_dec(x_345); -lean_inc(x_343); -x_348 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_346, x_1, x_343); -x_349 = lean_st_ref_set(x_2, x_348, x_347); -if (lean_obj_tag(x_349) == 0) -{ -lean_object* x_350; lean_object* x_351; lean_object* x_352; -x_350 = lean_ctor_get(x_349, 1); -lean_inc(x_350); -if (lean_is_exclusive(x_349)) { - lean_ctor_release(x_349, 0); - lean_ctor_release(x_349, 1); - x_351 = x_349; +lean_dec(x_344); +lean_inc(x_342); +x_347 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_345, x_1, x_342); +x_348 = lean_st_ref_set(x_2, x_347, x_346); +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, 1); +lean_inc(x_349); +if (lean_is_exclusive(x_348)) { + lean_ctor_release(x_348, 0); + lean_ctor_release(x_348, 1); + x_350 = x_348; } else { - lean_dec_ref(x_349); - x_351 = lean_box(0); + lean_dec_ref(x_348); + x_350 = lean_box(0); } -if (lean_is_scalar(x_351)) { - x_352 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_350)) { + x_351 = lean_alloc_ctor(0, 2, 0); } else { - x_352 = x_351; + x_351 = x_350; } -lean_ctor_set(x_352, 0, x_343); -lean_ctor_set(x_352, 1, x_350); -return x_352; +lean_ctor_set(x_351, 0, x_342); +lean_ctor_set(x_351, 1, x_349); +return x_351; } else { -lean_object* x_353; lean_object* x_354; lean_object* x_355; lean_object* x_356; -lean_dec(x_343); -x_353 = lean_ctor_get(x_349, 0); +lean_object* x_352; lean_object* x_353; lean_object* x_354; lean_object* x_355; +lean_dec(x_342); +x_352 = lean_ctor_get(x_348, 0); +lean_inc(x_352); +x_353 = lean_ctor_get(x_348, 1); lean_inc(x_353); -x_354 = lean_ctor_get(x_349, 1); -lean_inc(x_354); -if (lean_is_exclusive(x_349)) { - lean_ctor_release(x_349, 0); - lean_ctor_release(x_349, 1); - x_355 = x_349; +if (lean_is_exclusive(x_348)) { + lean_ctor_release(x_348, 0); + lean_ctor_release(x_348, 1); + x_354 = x_348; } else { - lean_dec_ref(x_349); - x_355 = lean_box(0); + lean_dec_ref(x_348); + x_354 = lean_box(0); } -if (lean_is_scalar(x_355)) { - x_356 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_354)) { + x_355 = lean_alloc_ctor(1, 2, 0); } else { - x_356 = x_355; + x_355 = x_354; } -lean_ctor_set(x_356, 0, x_353); -lean_ctor_set(x_356, 1, x_354); -return x_356; +lean_ctor_set(x_355, 0, x_352); +lean_ctor_set(x_355, 1, x_353); +return x_355; } } else { -lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; -lean_dec(x_343); +lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; +lean_dec(x_342); lean_dec(x_1); -x_357 = lean_ctor_get(x_345, 0); +x_356 = lean_ctor_get(x_344, 0); +lean_inc(x_356); +x_357 = lean_ctor_get(x_344, 1); lean_inc(x_357); -x_358 = lean_ctor_get(x_345, 1); -lean_inc(x_358); -if (lean_is_exclusive(x_345)) { - lean_ctor_release(x_345, 0); - lean_ctor_release(x_345, 1); - x_359 = x_345; +if (lean_is_exclusive(x_344)) { + lean_ctor_release(x_344, 0); + lean_ctor_release(x_344, 1); + x_358 = x_344; } else { - lean_dec_ref(x_345); - x_359 = lean_box(0); + lean_dec_ref(x_344); + x_358 = lean_box(0); } -if (lean_is_scalar(x_359)) { - x_360 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_358)) { + x_359 = lean_alloc_ctor(1, 2, 0); } else { - x_360 = x_359; + x_359 = x_358; } -lean_ctor_set(x_360, 0, x_357); -lean_ctor_set(x_360, 1, x_358); -return x_360; +lean_ctor_set(x_359, 0, x_356); +lean_ctor_set(x_359, 1, x_357); +return x_359; } } else { -lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; +lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_dec(x_1); -x_361 = lean_ctor_get(x_342, 0); +x_360 = lean_ctor_get(x_341, 0); +lean_inc(x_360); +x_361 = lean_ctor_get(x_341, 1); lean_inc(x_361); -x_362 = lean_ctor_get(x_342, 1); -lean_inc(x_362); -if (lean_is_exclusive(x_342)) { - lean_ctor_release(x_342, 0); - lean_ctor_release(x_342, 1); - x_363 = x_342; +if (lean_is_exclusive(x_341)) { + lean_ctor_release(x_341, 0); + lean_ctor_release(x_341, 1); + x_362 = x_341; } else { - lean_dec_ref(x_342); - x_363 = lean_box(0); + lean_dec_ref(x_341); + x_362 = lean_box(0); } -if (lean_is_scalar(x_363)) { - x_364 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_362)) { + x_363 = lean_alloc_ctor(1, 2, 0); } else { - x_364 = x_363; + x_363 = x_362; } -lean_ctor_set(x_364, 0, x_361); -lean_ctor_set(x_364, 1, x_362); -return x_364; +lean_ctor_set(x_363, 0, x_360); +lean_ctor_set(x_363, 1, x_361); +return x_363; } } case 6: { -lean_object* x_365; lean_object* x_366; lean_object* x_367; uint8_t x_368; lean_object* x_369; -x_365 = lean_ctor_get(x_1, 0); +lean_object* x_364; lean_object* x_365; lean_object* x_366; uint8_t x_367; lean_object* x_368; +x_364 = lean_ctor_get(x_1, 0); +lean_inc(x_364); +x_365 = lean_ctor_get(x_1, 1); lean_inc(x_365); -x_366 = lean_ctor_get(x_1, 1); -lean_inc(x_366); -x_367 = lean_ctor_get(x_1, 2); -lean_inc(x_367); -x_368 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_366 = lean_ctor_get(x_1, 2); lean_inc(x_366); -x_369 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_366, x_2, x_3, x_278); -if (lean_obj_tag(x_369) == 0) +x_367 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_inc(x_365); +x_368 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_365, x_2, x_3, x_277); +if (lean_obj_tag(x_368) == 0) { -lean_object* x_370; lean_object* x_371; lean_object* x_372; -x_370 = lean_ctor_get(x_369, 0); +lean_object* x_369; lean_object* x_370; lean_object* x_371; +x_369 = lean_ctor_get(x_368, 0); +lean_inc(x_369); +x_370 = lean_ctor_get(x_368, 1); lean_inc(x_370); -x_371 = lean_ctor_get(x_369, 1); -lean_inc(x_371); -lean_dec(x_369); -lean_inc(x_367); -x_372 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_367, x_2, x_3, x_371); -if (lean_obj_tag(x_372) == 0) +lean_dec(x_368); +lean_inc(x_366); +x_371 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_366, x_2, x_3, x_370); +if (lean_obj_tag(x_371) == 0) { -lean_object* x_373; lean_object* x_374; lean_object* x_375; size_t x_376; size_t x_377; uint8_t x_378; -x_373 = lean_ctor_get(x_372, 0); +lean_object* x_372; lean_object* x_373; lean_object* x_374; size_t x_375; size_t x_376; uint8_t x_377; +x_372 = lean_ctor_get(x_371, 0); +lean_inc(x_372); +x_373 = lean_ctor_get(x_371, 1); lean_inc(x_373); -x_374 = lean_ctor_get(x_372, 1); -lean_inc(x_374); -lean_dec(x_372); -lean_inc(x_367); +lean_dec(x_371); lean_inc(x_366); lean_inc(x_365); -x_375 = l_Lean_Expr_lam___override(x_365, x_366, x_367, x_368); -x_376 = lean_ptr_addr(x_366); -lean_dec(x_366); -x_377 = lean_ptr_addr(x_370); -x_378 = lean_usize_dec_eq(x_376, x_377); -if (x_378 == 0) +lean_inc(x_364); +x_374 = l_Lean_Expr_lam___override(x_364, x_365, x_366, x_367); +x_375 = lean_ptr_addr(x_365); +lean_dec(x_365); +x_376 = lean_ptr_addr(x_369); +x_377 = lean_usize_dec_eq(x_375, x_376); +if (x_377 == 0) { -lean_object* x_379; -lean_dec(x_375); -lean_dec(x_367); -x_379 = l_Lean_Expr_lam___override(x_365, x_370, x_373, x_368); -x_8 = x_379; -x_9 = x_374; -goto block_27; +lean_object* x_378; +lean_dec(x_374); +lean_dec(x_366); +x_378 = l_Lean_Expr_lam___override(x_364, x_369, x_372, x_367); +x_7 = x_378; +x_8 = x_373; +goto block_26; } else { -size_t x_380; size_t x_381; uint8_t x_382; -x_380 = lean_ptr_addr(x_367); -lean_dec(x_367); -x_381 = lean_ptr_addr(x_373); -x_382 = lean_usize_dec_eq(x_380, x_381); -if (x_382 == 0) +size_t x_379; size_t x_380; uint8_t x_381; +x_379 = lean_ptr_addr(x_366); +lean_dec(x_366); +x_380 = lean_ptr_addr(x_372); +x_381 = lean_usize_dec_eq(x_379, x_380); +if (x_381 == 0) { -lean_object* x_383; -lean_dec(x_375); -x_383 = l_Lean_Expr_lam___override(x_365, x_370, x_373, x_368); -x_8 = x_383; -x_9 = x_374; -goto block_27; +lean_object* x_382; +lean_dec(x_374); +x_382 = l_Lean_Expr_lam___override(x_364, x_369, x_372, x_367); +x_7 = x_382; +x_8 = x_373; +goto block_26; } else { -uint8_t x_384; -x_384 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_368, x_368); -if (x_384 == 0) +uint8_t x_383; +x_383 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_367, x_367); +if (x_383 == 0) { -lean_object* x_385; -lean_dec(x_375); -x_385 = l_Lean_Expr_lam___override(x_365, x_370, x_373, x_368); -x_8 = x_385; -x_9 = x_374; -goto block_27; +lean_object* x_384; +lean_dec(x_374); +x_384 = l_Lean_Expr_lam___override(x_364, x_369, x_372, x_367); +x_7 = x_384; +x_8 = x_373; +goto block_26; } else { -lean_dec(x_373); -lean_dec(x_370); -lean_dec(x_365); -x_8 = x_375; -x_9 = x_374; -goto block_27; +lean_dec(x_372); +lean_dec(x_369); +lean_dec(x_364); +x_7 = x_374; +x_8 = x_373; +goto block_26; } } } } else { -lean_object* x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; -lean_dec(x_370); -lean_dec(x_367); +lean_object* x_385; lean_object* x_386; lean_object* x_387; lean_object* x_388; +lean_dec(x_369); lean_dec(x_366); lean_dec(x_365); +lean_dec(x_364); lean_dec(x_1); -x_386 = lean_ctor_get(x_372, 0); +x_385 = lean_ctor_get(x_371, 0); +lean_inc(x_385); +x_386 = lean_ctor_get(x_371, 1); lean_inc(x_386); -x_387 = lean_ctor_get(x_372, 1); -lean_inc(x_387); -if (lean_is_exclusive(x_372)) { - lean_ctor_release(x_372, 0); - lean_ctor_release(x_372, 1); - x_388 = x_372; +if (lean_is_exclusive(x_371)) { + lean_ctor_release(x_371, 0); + lean_ctor_release(x_371, 1); + x_387 = x_371; } else { - lean_dec_ref(x_372); - x_388 = lean_box(0); + lean_dec_ref(x_371); + x_387 = lean_box(0); } -if (lean_is_scalar(x_388)) { - x_389 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_387)) { + x_388 = lean_alloc_ctor(1, 2, 0); } else { - x_389 = x_388; + x_388 = x_387; } -lean_ctor_set(x_389, 0, x_386); -lean_ctor_set(x_389, 1, x_387); -return x_389; +lean_ctor_set(x_388, 0, x_385); +lean_ctor_set(x_388, 1, x_386); +return x_388; } } else { -lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; -lean_dec(x_367); +lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_dec(x_366); lean_dec(x_365); +lean_dec(x_364); lean_dec(x_1); -x_390 = lean_ctor_get(x_369, 0); +x_389 = lean_ctor_get(x_368, 0); +lean_inc(x_389); +x_390 = lean_ctor_get(x_368, 1); lean_inc(x_390); -x_391 = lean_ctor_get(x_369, 1); -lean_inc(x_391); -if (lean_is_exclusive(x_369)) { - lean_ctor_release(x_369, 0); - lean_ctor_release(x_369, 1); - x_392 = x_369; +if (lean_is_exclusive(x_368)) { + lean_ctor_release(x_368, 0); + lean_ctor_release(x_368, 1); + x_391 = x_368; } else { - lean_dec_ref(x_369); - x_392 = lean_box(0); + lean_dec_ref(x_368); + x_391 = lean_box(0); } -if (lean_is_scalar(x_392)) { - x_393 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_391)) { + x_392 = lean_alloc_ctor(1, 2, 0); } else { - x_393 = x_392; + x_392 = x_391; } -lean_ctor_set(x_393, 0, x_390); -lean_ctor_set(x_393, 1, x_391); -return x_393; +lean_ctor_set(x_392, 0, x_389); +lean_ctor_set(x_392, 1, x_390); +return x_392; } } case 7: { -lean_object* x_394; lean_object* x_395; lean_object* x_396; uint8_t x_397; lean_object* x_398; -x_394 = lean_ctor_get(x_1, 0); +lean_object* x_393; lean_object* x_394; lean_object* x_395; uint8_t x_396; lean_object* x_397; +x_393 = lean_ctor_get(x_1, 0); +lean_inc(x_393); +x_394 = lean_ctor_get(x_1, 1); lean_inc(x_394); -x_395 = lean_ctor_get(x_1, 1); +x_395 = lean_ctor_get(x_1, 2); lean_inc(x_395); -x_396 = lean_ctor_get(x_1, 2); -lean_inc(x_396); -x_397 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); -lean_inc(x_395); -x_398 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_395, x_2, x_3, x_278); -if (lean_obj_tag(x_398) == 0) +x_396 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +lean_inc(x_394); +x_397 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_394, x_2, x_3, x_277); +if (lean_obj_tag(x_397) == 0) { -lean_object* x_399; lean_object* x_400; lean_object* x_401; -x_399 = lean_ctor_get(x_398, 0); +lean_object* x_398; lean_object* x_399; lean_object* x_400; +x_398 = lean_ctor_get(x_397, 0); +lean_inc(x_398); +x_399 = lean_ctor_get(x_397, 1); lean_inc(x_399); -x_400 = lean_ctor_get(x_398, 1); -lean_inc(x_400); -lean_dec(x_398); -lean_inc(x_396); -x_401 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_396, x_2, x_3, x_400); -if (lean_obj_tag(x_401) == 0) +lean_dec(x_397); +lean_inc(x_395); +x_400 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_395, x_2, x_3, x_399); +if (lean_obj_tag(x_400) == 0) { -lean_object* x_402; lean_object* x_403; lean_object* x_404; size_t x_405; size_t x_406; uint8_t x_407; -x_402 = lean_ctor_get(x_401, 0); +lean_object* x_401; lean_object* x_402; lean_object* x_403; size_t x_404; size_t x_405; uint8_t x_406; +x_401 = lean_ctor_get(x_400, 0); +lean_inc(x_401); +x_402 = lean_ctor_get(x_400, 1); lean_inc(x_402); -x_403 = lean_ctor_get(x_401, 1); -lean_inc(x_403); -lean_dec(x_401); -lean_inc(x_396); +lean_dec(x_400); lean_inc(x_395); lean_inc(x_394); -x_404 = l_Lean_Expr_forallE___override(x_394, x_395, x_396, x_397); -x_405 = lean_ptr_addr(x_395); -lean_dec(x_395); -x_406 = lean_ptr_addr(x_399); -x_407 = lean_usize_dec_eq(x_405, x_406); -if (x_407 == 0) +lean_inc(x_393); +x_403 = l_Lean_Expr_forallE___override(x_393, x_394, x_395, x_396); +x_404 = lean_ptr_addr(x_394); +lean_dec(x_394); +x_405 = lean_ptr_addr(x_398); +x_406 = lean_usize_dec_eq(x_404, x_405); +if (x_406 == 0) { -lean_object* x_408; -lean_dec(x_404); -lean_dec(x_396); -x_408 = l_Lean_Expr_forallE___override(x_394, x_399, x_402, x_397); -x_8 = x_408; -x_9 = x_403; -goto block_27; +lean_object* x_407; +lean_dec(x_403); +lean_dec(x_395); +x_407 = l_Lean_Expr_forallE___override(x_393, x_398, x_401, x_396); +x_7 = x_407; +x_8 = x_402; +goto block_26; } else { -size_t x_409; size_t x_410; uint8_t x_411; -x_409 = lean_ptr_addr(x_396); -lean_dec(x_396); -x_410 = lean_ptr_addr(x_402); -x_411 = lean_usize_dec_eq(x_409, x_410); -if (x_411 == 0) +size_t x_408; size_t x_409; uint8_t x_410; +x_408 = lean_ptr_addr(x_395); +lean_dec(x_395); +x_409 = lean_ptr_addr(x_401); +x_410 = lean_usize_dec_eq(x_408, x_409); +if (x_410 == 0) { -lean_object* x_412; -lean_dec(x_404); -x_412 = l_Lean_Expr_forallE___override(x_394, x_399, x_402, x_397); -x_8 = x_412; -x_9 = x_403; -goto block_27; +lean_object* x_411; +lean_dec(x_403); +x_411 = l_Lean_Expr_forallE___override(x_393, x_398, x_401, x_396); +x_7 = x_411; +x_8 = x_402; +goto block_26; } else { -uint8_t x_413; -x_413 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_397, x_397); -if (x_413 == 0) +uint8_t x_412; +x_412 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_396, x_396); +if (x_412 == 0) { -lean_object* x_414; -lean_dec(x_404); -x_414 = l_Lean_Expr_forallE___override(x_394, x_399, x_402, x_397); -x_8 = x_414; -x_9 = x_403; -goto block_27; +lean_object* x_413; +lean_dec(x_403); +x_413 = l_Lean_Expr_forallE___override(x_393, x_398, x_401, x_396); +x_7 = x_413; +x_8 = x_402; +goto block_26; } else { -lean_dec(x_402); -lean_dec(x_399); -lean_dec(x_394); -x_8 = x_404; -x_9 = x_403; -goto block_27; +lean_dec(x_401); +lean_dec(x_398); +lean_dec(x_393); +x_7 = x_403; +x_8 = x_402; +goto block_26; } } } } else { -lean_object* x_415; lean_object* x_416; lean_object* x_417; lean_object* x_418; -lean_dec(x_399); -lean_dec(x_396); +lean_object* x_414; lean_object* x_415; lean_object* x_416; lean_object* x_417; +lean_dec(x_398); lean_dec(x_395); lean_dec(x_394); +lean_dec(x_393); lean_dec(x_1); -x_415 = lean_ctor_get(x_401, 0); +x_414 = lean_ctor_get(x_400, 0); +lean_inc(x_414); +x_415 = lean_ctor_get(x_400, 1); lean_inc(x_415); -x_416 = lean_ctor_get(x_401, 1); -lean_inc(x_416); -if (lean_is_exclusive(x_401)) { - lean_ctor_release(x_401, 0); - lean_ctor_release(x_401, 1); - x_417 = x_401; +if (lean_is_exclusive(x_400)) { + lean_ctor_release(x_400, 0); + lean_ctor_release(x_400, 1); + x_416 = x_400; } else { - lean_dec_ref(x_401); - x_417 = lean_box(0); + lean_dec_ref(x_400); + x_416 = lean_box(0); } -if (lean_is_scalar(x_417)) { - x_418 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_416)) { + x_417 = lean_alloc_ctor(1, 2, 0); } else { - x_418 = x_417; + x_417 = x_416; } -lean_ctor_set(x_418, 0, x_415); -lean_ctor_set(x_418, 1, x_416); -return x_418; +lean_ctor_set(x_417, 0, x_414); +lean_ctor_set(x_417, 1, x_415); +return x_417; } } else { -lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_object* x_422; -lean_dec(x_396); +lean_object* x_418; lean_object* x_419; lean_object* x_420; lean_object* x_421; lean_dec(x_395); lean_dec(x_394); +lean_dec(x_393); lean_dec(x_1); -x_419 = lean_ctor_get(x_398, 0); +x_418 = lean_ctor_get(x_397, 0); +lean_inc(x_418); +x_419 = lean_ctor_get(x_397, 1); lean_inc(x_419); -x_420 = lean_ctor_get(x_398, 1); -lean_inc(x_420); -if (lean_is_exclusive(x_398)) { - lean_ctor_release(x_398, 0); - lean_ctor_release(x_398, 1); - x_421 = x_398; +if (lean_is_exclusive(x_397)) { + lean_ctor_release(x_397, 0); + lean_ctor_release(x_397, 1); + x_420 = x_397; } else { - lean_dec_ref(x_398); - x_421 = lean_box(0); + lean_dec_ref(x_397); + x_420 = lean_box(0); } -if (lean_is_scalar(x_421)) { - x_422 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_420)) { + x_421 = lean_alloc_ctor(1, 2, 0); } else { - x_422 = x_421; + x_421 = x_420; } -lean_ctor_set(x_422, 0, x_419); -lean_ctor_set(x_422, 1, x_420); -return x_422; +lean_ctor_set(x_421, 0, x_418); +lean_ctor_set(x_421, 1, x_419); +return x_421; } } case 8: { -lean_object* x_423; lean_object* x_424; lean_object* x_425; lean_object* x_426; uint8_t x_427; lean_object* x_428; -x_423 = lean_ctor_get(x_1, 0); +lean_object* x_422; lean_object* x_423; lean_object* x_424; lean_object* x_425; uint8_t x_426; lean_object* x_427; +x_422 = lean_ctor_get(x_1, 0); +lean_inc(x_422); +x_423 = lean_ctor_get(x_1, 1); lean_inc(x_423); -x_424 = lean_ctor_get(x_1, 1); +x_424 = lean_ctor_get(x_1, 2); lean_inc(x_424); -x_425 = lean_ctor_get(x_1, 2); +x_425 = lean_ctor_get(x_1, 3); lean_inc(x_425); -x_426 = lean_ctor_get(x_1, 3); -lean_inc(x_426); -x_427 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); -lean_inc(x_424); -x_428 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_424, x_2, x_3, x_278); -if (lean_obj_tag(x_428) == 0) +x_426 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +lean_inc(x_423); +x_427 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_423, x_2, x_3, x_277); +if (lean_obj_tag(x_427) == 0) { -lean_object* x_429; lean_object* x_430; lean_object* x_431; -x_429 = lean_ctor_get(x_428, 0); +lean_object* x_428; lean_object* x_429; lean_object* x_430; +x_428 = lean_ctor_get(x_427, 0); +lean_inc(x_428); +x_429 = lean_ctor_get(x_427, 1); lean_inc(x_429); -x_430 = lean_ctor_get(x_428, 1); -lean_inc(x_430); -lean_dec(x_428); -lean_inc(x_425); -x_431 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_425, x_2, x_3, x_430); -if (lean_obj_tag(x_431) == 0) +lean_dec(x_427); +lean_inc(x_424); +x_430 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_424, x_2, x_3, x_429); +if (lean_obj_tag(x_430) == 0) { -lean_object* x_432; lean_object* x_433; lean_object* x_434; -x_432 = lean_ctor_get(x_431, 0); +lean_object* x_431; lean_object* x_432; lean_object* x_433; +x_431 = lean_ctor_get(x_430, 0); +lean_inc(x_431); +x_432 = lean_ctor_get(x_430, 1); lean_inc(x_432); -x_433 = lean_ctor_get(x_431, 1); -lean_inc(x_433); -lean_dec(x_431); -lean_inc(x_426); -x_434 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_426, x_2, x_3, x_433); -if (lean_obj_tag(x_434) == 0) +lean_dec(x_430); +lean_inc(x_425); +x_433 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_425, x_2, x_3, x_432); +if (lean_obj_tag(x_433) == 0) { -lean_object* x_435; lean_object* x_436; size_t x_437; size_t x_438; uint8_t x_439; -x_435 = lean_ctor_get(x_434, 0); +lean_object* x_434; lean_object* x_435; size_t x_436; size_t x_437; uint8_t x_438; +x_434 = lean_ctor_get(x_433, 0); +lean_inc(x_434); +x_435 = lean_ctor_get(x_433, 1); lean_inc(x_435); -x_436 = lean_ctor_get(x_434, 1); -lean_inc(x_436); -lean_dec(x_434); -x_437 = lean_ptr_addr(x_424); -lean_dec(x_424); -x_438 = lean_ptr_addr(x_429); -x_439 = lean_usize_dec_eq(x_437, x_438); -if (x_439 == 0) +lean_dec(x_433); +x_436 = lean_ptr_addr(x_423); +lean_dec(x_423); +x_437 = lean_ptr_addr(x_428); +x_438 = lean_usize_dec_eq(x_436, x_437); +if (x_438 == 0) { -lean_object* x_440; -lean_dec(x_426); +lean_object* x_439; lean_dec(x_425); -x_440 = l_Lean_Expr_letE___override(x_423, x_429, x_432, x_435, x_427); -x_8 = x_440; -x_9 = x_436; -goto block_27; +lean_dec(x_424); +x_439 = l_Lean_Expr_letE___override(x_422, x_428, x_431, x_434, x_426); +x_7 = x_439; +x_8 = x_435; +goto block_26; } else { -size_t x_441; size_t x_442; uint8_t x_443; -x_441 = lean_ptr_addr(x_425); -lean_dec(x_425); -x_442 = lean_ptr_addr(x_432); -x_443 = lean_usize_dec_eq(x_441, x_442); -if (x_443 == 0) +size_t x_440; size_t x_441; uint8_t x_442; +x_440 = lean_ptr_addr(x_424); +lean_dec(x_424); +x_441 = lean_ptr_addr(x_431); +x_442 = lean_usize_dec_eq(x_440, x_441); +if (x_442 == 0) { -lean_object* x_444; -lean_dec(x_426); -x_444 = l_Lean_Expr_letE___override(x_423, x_429, x_432, x_435, x_427); -x_8 = x_444; -x_9 = x_436; -goto block_27; +lean_object* x_443; +lean_dec(x_425); +x_443 = l_Lean_Expr_letE___override(x_422, x_428, x_431, x_434, x_426); +x_7 = x_443; +x_8 = x_435; +goto block_26; } else { -size_t x_445; size_t x_446; uint8_t x_447; -x_445 = lean_ptr_addr(x_426); -lean_dec(x_426); -x_446 = lean_ptr_addr(x_435); -x_447 = lean_usize_dec_eq(x_445, x_446); -if (x_447 == 0) +size_t x_444; size_t x_445; uint8_t x_446; +x_444 = lean_ptr_addr(x_425); +lean_dec(x_425); +x_445 = lean_ptr_addr(x_434); +x_446 = lean_usize_dec_eq(x_444, x_445); +if (x_446 == 0) { -lean_object* x_448; -x_448 = l_Lean_Expr_letE___override(x_423, x_429, x_432, x_435, x_427); -x_8 = x_448; -x_9 = x_436; -goto block_27; +lean_object* x_447; +x_447 = l_Lean_Expr_letE___override(x_422, x_428, x_431, x_434, x_426); +x_7 = x_447; +x_8 = x_435; +goto block_26; } else { -lean_dec(x_435); -lean_dec(x_432); -lean_dec(x_429); -lean_dec(x_423); +lean_dec(x_434); +lean_dec(x_431); +lean_dec(x_428); +lean_dec(x_422); lean_inc(x_1); -x_8 = x_1; -x_9 = x_436; -goto block_27; +x_7 = x_1; +x_8 = x_435; +goto block_26; } } } } else { -lean_object* x_449; lean_object* x_450; lean_object* x_451; lean_object* x_452; -lean_dec(x_432); -lean_dec(x_429); -lean_dec(x_426); +lean_object* x_448; lean_object* x_449; lean_object* x_450; lean_object* x_451; +lean_dec(x_431); +lean_dec(x_428); lean_dec(x_425); lean_dec(x_424); lean_dec(x_423); +lean_dec(x_422); lean_dec(x_1); -x_449 = lean_ctor_get(x_434, 0); +x_448 = lean_ctor_get(x_433, 0); +lean_inc(x_448); +x_449 = lean_ctor_get(x_433, 1); lean_inc(x_449); -x_450 = lean_ctor_get(x_434, 1); -lean_inc(x_450); -if (lean_is_exclusive(x_434)) { - lean_ctor_release(x_434, 0); - lean_ctor_release(x_434, 1); - x_451 = x_434; +if (lean_is_exclusive(x_433)) { + lean_ctor_release(x_433, 0); + lean_ctor_release(x_433, 1); + x_450 = x_433; } else { - lean_dec_ref(x_434); - x_451 = lean_box(0); + lean_dec_ref(x_433); + x_450 = lean_box(0); } -if (lean_is_scalar(x_451)) { - x_452 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_450)) { + x_451 = lean_alloc_ctor(1, 2, 0); } else { - x_452 = x_451; + x_451 = x_450; } -lean_ctor_set(x_452, 0, x_449); -lean_ctor_set(x_452, 1, x_450); -return x_452; +lean_ctor_set(x_451, 0, x_448); +lean_ctor_set(x_451, 1, x_449); +return x_451; } } else { -lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; -lean_dec(x_429); -lean_dec(x_426); +lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; +lean_dec(x_428); lean_dec(x_425); lean_dec(x_424); lean_dec(x_423); +lean_dec(x_422); lean_dec(x_1); -x_453 = lean_ctor_get(x_431, 0); +x_452 = lean_ctor_get(x_430, 0); +lean_inc(x_452); +x_453 = lean_ctor_get(x_430, 1); lean_inc(x_453); -x_454 = lean_ctor_get(x_431, 1); -lean_inc(x_454); -if (lean_is_exclusive(x_431)) { - lean_ctor_release(x_431, 0); - lean_ctor_release(x_431, 1); - x_455 = x_431; +if (lean_is_exclusive(x_430)) { + lean_ctor_release(x_430, 0); + lean_ctor_release(x_430, 1); + x_454 = x_430; } else { - lean_dec_ref(x_431); - x_455 = lean_box(0); + lean_dec_ref(x_430); + x_454 = lean_box(0); } -if (lean_is_scalar(x_455)) { - x_456 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_454)) { + x_455 = lean_alloc_ctor(1, 2, 0); } else { - x_456 = x_455; + x_455 = x_454; } -lean_ctor_set(x_456, 0, x_453); -lean_ctor_set(x_456, 1, x_454); -return x_456; +lean_ctor_set(x_455, 0, x_452); +lean_ctor_set(x_455, 1, x_453); +return x_455; } } else { -lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; -lean_dec(x_426); +lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_dec(x_425); lean_dec(x_424); lean_dec(x_423); +lean_dec(x_422); lean_dec(x_1); -x_457 = lean_ctor_get(x_428, 0); +x_456 = lean_ctor_get(x_427, 0); +lean_inc(x_456); +x_457 = lean_ctor_get(x_427, 1); lean_inc(x_457); -x_458 = lean_ctor_get(x_428, 1); -lean_inc(x_458); -if (lean_is_exclusive(x_428)) { - lean_ctor_release(x_428, 0); - lean_ctor_release(x_428, 1); - x_459 = x_428; +if (lean_is_exclusive(x_427)) { + lean_ctor_release(x_427, 0); + lean_ctor_release(x_427, 1); + x_458 = x_427; } else { - lean_dec_ref(x_428); - x_459 = lean_box(0); + lean_dec_ref(x_427); + x_458 = lean_box(0); } -if (lean_is_scalar(x_459)) { - x_460 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_458)) { + x_459 = lean_alloc_ctor(1, 2, 0); } else { - x_460 = x_459; + x_459 = x_458; } -lean_ctor_set(x_460, 0, x_457); -lean_ctor_set(x_460, 1, x_458); -return x_460; +lean_ctor_set(x_459, 0, x_456); +lean_ctor_set(x_459, 1, x_457); +return x_459; } } case 10: { -lean_object* x_461; lean_object* x_462; lean_object* x_463; -x_461 = lean_ctor_get(x_1, 0); +lean_object* x_460; lean_object* x_461; lean_object* x_462; +x_460 = lean_ctor_get(x_1, 0); +lean_inc(x_460); +x_461 = lean_ctor_get(x_1, 1); +lean_inc(x_461); lean_inc(x_461); -x_462 = lean_ctor_get(x_1, 1); -lean_inc(x_462); -lean_inc(x_462); -x_463 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_462, x_2, x_3, x_278); -if (lean_obj_tag(x_463) == 0) -{ -lean_object* x_464; lean_object* x_465; size_t x_466; size_t x_467; uint8_t x_468; -x_464 = lean_ctor_get(x_463, 0); +x_462 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_461, x_2, x_3, x_277); +if (lean_obj_tag(x_462) == 0) +{ +lean_object* x_463; lean_object* x_464; size_t x_465; size_t x_466; uint8_t x_467; +x_463 = lean_ctor_get(x_462, 0); +lean_inc(x_463); +x_464 = lean_ctor_get(x_462, 1); lean_inc(x_464); -x_465 = lean_ctor_get(x_463, 1); -lean_inc(x_465); -lean_dec(x_463); -x_466 = lean_ptr_addr(x_462); lean_dec(x_462); -x_467 = lean_ptr_addr(x_464); -x_468 = lean_usize_dec_eq(x_466, x_467); -if (x_468 == 0) +x_465 = lean_ptr_addr(x_461); +lean_dec(x_461); +x_466 = lean_ptr_addr(x_463); +x_467 = lean_usize_dec_eq(x_465, x_466); +if (x_467 == 0) { -lean_object* x_469; -x_469 = l_Lean_Expr_mdata___override(x_461, x_464); -x_8 = x_469; -x_9 = x_465; -goto block_27; +lean_object* x_468; +x_468 = l_Lean_Expr_mdata___override(x_460, x_463); +x_7 = x_468; +x_8 = x_464; +goto block_26; } else { -lean_dec(x_464); -lean_dec(x_461); +lean_dec(x_463); +lean_dec(x_460); lean_inc(x_1); -x_8 = x_1; -x_9 = x_465; -goto block_27; +x_7 = x_1; +x_8 = x_464; +goto block_26; } } else { -lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_object* x_473; -lean_dec(x_462); +lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; lean_dec(x_461); +lean_dec(x_460); lean_dec(x_1); -x_470 = lean_ctor_get(x_463, 0); +x_469 = lean_ctor_get(x_462, 0); +lean_inc(x_469); +x_470 = lean_ctor_get(x_462, 1); lean_inc(x_470); -x_471 = lean_ctor_get(x_463, 1); -lean_inc(x_471); -if (lean_is_exclusive(x_463)) { - lean_ctor_release(x_463, 0); - lean_ctor_release(x_463, 1); - x_472 = x_463; +if (lean_is_exclusive(x_462)) { + lean_ctor_release(x_462, 0); + lean_ctor_release(x_462, 1); + x_471 = x_462; } else { - lean_dec_ref(x_463); - x_472 = lean_box(0); + lean_dec_ref(x_462); + x_471 = lean_box(0); } -if (lean_is_scalar(x_472)) { - x_473 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_471)) { + x_472 = lean_alloc_ctor(1, 2, 0); } else { - x_473 = x_472; + x_472 = x_471; } -lean_ctor_set(x_473, 0, x_470); -lean_ctor_set(x_473, 1, x_471); -return x_473; +lean_ctor_set(x_472, 0, x_469); +lean_ctor_set(x_472, 1, x_470); +return x_472; } } case 11: { -lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; -x_474 = lean_ctor_get(x_1, 0); +lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; +x_473 = lean_ctor_get(x_1, 0); +lean_inc(x_473); +x_474 = lean_ctor_get(x_1, 1); lean_inc(x_474); -x_475 = lean_ctor_get(x_1, 1); +x_475 = lean_ctor_get(x_1, 2); +lean_inc(x_475); lean_inc(x_475); -x_476 = lean_ctor_get(x_1, 2); -lean_inc(x_476); -lean_inc(x_476); -x_477 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_476, x_2, x_3, x_278); -if (lean_obj_tag(x_477) == 0) -{ -lean_object* x_478; lean_object* x_479; size_t x_480; size_t x_481; uint8_t x_482; -x_478 = lean_ctor_get(x_477, 0); +x_476 = l_Lean_instantiateExprMVars___at_Lean_instantiateMVarsCore___spec__2___rarg(x_475, x_2, x_3, x_277); +if (lean_obj_tag(x_476) == 0) +{ +lean_object* x_477; lean_object* x_478; size_t x_479; size_t x_480; uint8_t x_481; +x_477 = lean_ctor_get(x_476, 0); +lean_inc(x_477); +x_478 = lean_ctor_get(x_476, 1); lean_inc(x_478); -x_479 = lean_ctor_get(x_477, 1); -lean_inc(x_479); -lean_dec(x_477); -x_480 = lean_ptr_addr(x_476); lean_dec(x_476); -x_481 = lean_ptr_addr(x_478); -x_482 = lean_usize_dec_eq(x_480, x_481); -if (x_482 == 0) +x_479 = lean_ptr_addr(x_475); +lean_dec(x_475); +x_480 = lean_ptr_addr(x_477); +x_481 = lean_usize_dec_eq(x_479, x_480); +if (x_481 == 0) { -lean_object* x_483; -x_483 = l_Lean_Expr_proj___override(x_474, x_475, x_478); -x_8 = x_483; -x_9 = x_479; -goto block_27; +lean_object* x_482; +x_482 = l_Lean_Expr_proj___override(x_473, x_474, x_477); +x_7 = x_482; +x_8 = x_478; +goto block_26; } else { -lean_dec(x_478); -lean_dec(x_475); +lean_dec(x_477); lean_dec(x_474); +lean_dec(x_473); lean_inc(x_1); -x_8 = x_1; -x_9 = x_479; -goto block_27; +x_7 = x_1; +x_8 = x_478; +goto block_26; } } else { -lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; -lean_dec(x_476); +lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_dec(x_475); lean_dec(x_474); +lean_dec(x_473); lean_dec(x_1); -x_484 = lean_ctor_get(x_477, 0); +x_483 = lean_ctor_get(x_476, 0); +lean_inc(x_483); +x_484 = lean_ctor_get(x_476, 1); lean_inc(x_484); -x_485 = lean_ctor_get(x_477, 1); -lean_inc(x_485); -if (lean_is_exclusive(x_477)) { - lean_ctor_release(x_477, 0); - lean_ctor_release(x_477, 1); - x_486 = x_477; +if (lean_is_exclusive(x_476)) { + lean_ctor_release(x_476, 0); + lean_ctor_release(x_476, 1); + x_485 = x_476; } else { - lean_dec_ref(x_477); - x_486 = lean_box(0); + lean_dec_ref(x_476); + x_485 = lean_box(0); } -if (lean_is_scalar(x_486)) { - x_487 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_485)) { + x_486 = lean_alloc_ctor(1, 2, 0); } else { - x_487 = x_486; + x_486 = x_485; } -lean_ctor_set(x_487, 0, x_484); -lean_ctor_set(x_487, 1, x_485); -return x_487; +lean_ctor_set(x_486, 0, x_483); +lean_ctor_set(x_486, 1, x_484); +return x_486; } } default: { -lean_object* x_488; -x_488 = lean_st_ref_take(x_2, x_278); -if (lean_obj_tag(x_488) == 0) +lean_object* x_487; +x_487 = lean_st_ref_take(x_2, x_277); +if (lean_obj_tag(x_487) == 0) { -lean_object* x_489; lean_object* x_490; lean_object* x_491; lean_object* x_492; -x_489 = lean_ctor_get(x_488, 0); +lean_object* x_488; lean_object* x_489; lean_object* x_490; lean_object* x_491; +x_488 = lean_ctor_get(x_487, 0); +lean_inc(x_488); +x_489 = lean_ctor_get(x_487, 1); lean_inc(x_489); -x_490 = lean_ctor_get(x_488, 1); -lean_inc(x_490); -lean_dec(x_488); +lean_dec(x_487); lean_inc_n(x_1, 2); -x_491 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_489, x_1, x_1); -x_492 = lean_st_ref_set(x_2, x_491, x_490); -if (lean_obj_tag(x_492) == 0) -{ -lean_object* x_493; lean_object* x_494; lean_object* x_495; -x_493 = lean_ctor_get(x_492, 1); -lean_inc(x_493); -if (lean_is_exclusive(x_492)) { - lean_ctor_release(x_492, 0); - lean_ctor_release(x_492, 1); - x_494 = x_492; +x_490 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_488, x_1, x_1); +x_491 = lean_st_ref_set(x_2, x_490, x_489); +if (lean_obj_tag(x_491) == 0) +{ +lean_object* x_492; lean_object* x_493; lean_object* x_494; +x_492 = lean_ctor_get(x_491, 1); +lean_inc(x_492); +if (lean_is_exclusive(x_491)) { + lean_ctor_release(x_491, 0); + lean_ctor_release(x_491, 1); + x_493 = x_491; } else { - lean_dec_ref(x_492); - x_494 = lean_box(0); + lean_dec_ref(x_491); + x_493 = lean_box(0); } -if (lean_is_scalar(x_494)) { - x_495 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_493)) { + x_494 = lean_alloc_ctor(0, 2, 0); } else { - x_495 = x_494; + x_494 = x_493; } -lean_ctor_set(x_495, 0, x_1); -lean_ctor_set(x_495, 1, x_493); -return x_495; +lean_ctor_set(x_494, 0, x_1); +lean_ctor_set(x_494, 1, x_492); +return x_494; } else { -lean_object* x_496; lean_object* x_497; lean_object* x_498; lean_object* x_499; +lean_object* x_495; lean_object* x_496; lean_object* x_497; lean_object* x_498; lean_dec(x_1); -x_496 = lean_ctor_get(x_492, 0); +x_495 = lean_ctor_get(x_491, 0); +lean_inc(x_495); +x_496 = lean_ctor_get(x_491, 1); lean_inc(x_496); -x_497 = lean_ctor_get(x_492, 1); -lean_inc(x_497); -if (lean_is_exclusive(x_492)) { - lean_ctor_release(x_492, 0); - lean_ctor_release(x_492, 1); - x_498 = x_492; +if (lean_is_exclusive(x_491)) { + lean_ctor_release(x_491, 0); + lean_ctor_release(x_491, 1); + x_497 = x_491; } else { - lean_dec_ref(x_492); - x_498 = lean_box(0); + lean_dec_ref(x_491); + x_497 = lean_box(0); } -if (lean_is_scalar(x_498)) { - x_499 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_497)) { + x_498 = lean_alloc_ctor(1, 2, 0); } else { - x_499 = x_498; + x_498 = x_497; } -lean_ctor_set(x_499, 0, x_496); -lean_ctor_set(x_499, 1, x_497); -return x_499; +lean_ctor_set(x_498, 0, x_495); +lean_ctor_set(x_498, 1, x_496); +return x_498; } } else { -lean_object* x_500; lean_object* x_501; lean_object* x_502; lean_object* x_503; +lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; lean_dec(x_1); -x_500 = lean_ctor_get(x_488, 0); +x_499 = lean_ctor_get(x_487, 0); +lean_inc(x_499); +x_500 = lean_ctor_get(x_487, 1); lean_inc(x_500); -x_501 = lean_ctor_get(x_488, 1); -lean_inc(x_501); -if (lean_is_exclusive(x_488)) { - lean_ctor_release(x_488, 0); - lean_ctor_release(x_488, 1); - x_502 = x_488; +if (lean_is_exclusive(x_487)) { + lean_ctor_release(x_487, 0); + lean_ctor_release(x_487, 1); + x_501 = x_487; } else { - lean_dec_ref(x_488); - x_502 = lean_box(0); + lean_dec_ref(x_487); + x_501 = lean_box(0); } -if (lean_is_scalar(x_502)) { - x_503 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_501)) { + x_502 = lean_alloc_ctor(1, 2, 0); } else { - x_503 = x_502; + x_502 = x_501; } -lean_ctor_set(x_503, 0, x_500); -lean_ctor_set(x_503, 1, x_501); -return x_503; +lean_ctor_set(x_502, 0, x_499); +lean_ctor_set(x_502, 1, x_500); +return x_502; } } } } else { -lean_object* x_504; lean_object* x_505; +lean_object* x_503; lean_object* x_504; lean_dec(x_1); -x_504 = lean_ctor_get(x_279, 0); -lean_inc(x_504); -lean_dec(x_279); -x_505 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_505, 0, x_504); -lean_ctor_set(x_505, 1, x_278); -return x_505; +x_503 = lean_ctor_get(x_278, 0); +lean_inc(x_503); +lean_dec(x_278); +x_504 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_504, 0, x_503); +lean_ctor_set(x_504, 1, x_277); +return x_504; } } } else { -uint8_t x_506; +uint8_t x_505; lean_dec(x_1); -x_506 = !lean_is_exclusive(x_45); -if (x_506 == 0) +x_505 = !lean_is_exclusive(x_44); +if (x_505 == 0) { -return x_45; +return x_44; } else { -lean_object* x_507; lean_object* x_508; lean_object* x_509; -x_507 = lean_ctor_get(x_45, 0); -x_508 = lean_ctor_get(x_45, 1); -lean_inc(x_508); +lean_object* x_506; lean_object* x_507; lean_object* x_508; +x_506 = lean_ctor_get(x_44, 0); +x_507 = lean_ctor_get(x_44, 1); lean_inc(x_507); -lean_dec(x_45); -x_509 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_509, 0, x_507); -lean_ctor_set(x_509, 1, x_508); -return x_509; +lean_inc(x_506); +lean_dec(x_44); +x_508 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_508, 0, x_506); +lean_ctor_set(x_508, 1, x_507); +return x_508; } } -block_27: +block_26: { -lean_object* x_10; -x_10 = lean_st_ref_take(x_2, x_9); -if (lean_obj_tag(x_10) == 0) +lean_object* x_9; +x_9 = lean_st_ref_take(x_2, x_8); +if (lean_obj_tag(x_9) == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_10, 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); -x_12 = lean_ctor_get(x_10, 1); -lean_inc(x_12); -lean_dec(x_10); -lean_inc(x_8); -x_13 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_11, x_1, x_8); -x_14 = lean_st_ref_set(x_2, x_13, x_12); -if (lean_obj_tag(x_14) == 0) +lean_dec(x_9); +lean_inc(x_7); +x_12 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_10, x_1, x_7); +x_13 = lean_st_ref_set(x_2, x_12, x_11); +if (lean_obj_tag(x_13) == 0) { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_14); -if (x_15 == 0) +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) { -lean_object* x_16; -x_16 = lean_ctor_get(x_14, 0); -lean_dec(x_16); -lean_ctor_set(x_14, 0, x_8); -return x_14; +lean_object* x_15; +x_15 = lean_ctor_get(x_13, 0); +lean_dec(x_15); +lean_ctor_set(x_13, 0, x_7); +return x_13; } else { -lean_object* x_17; lean_object* x_18; -x_17 = lean_ctor_get(x_14, 1); -lean_inc(x_17); -lean_dec(x_14); -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; +lean_object* x_16; lean_object* x_17; +x_16 = lean_ctor_get(x_13, 1); +lean_inc(x_16); +lean_dec(x_13); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_7); +lean_ctor_set(x_17, 1, x_16); +return x_17; } } else { -uint8_t x_19; -lean_dec(x_8); -x_19 = !lean_is_exclusive(x_14); -if (x_19 == 0) +uint8_t x_18; +lean_dec(x_7); +x_18 = !lean_is_exclusive(x_13); +if (x_18 == 0) { -return x_14; +return x_13; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_14, 0); -x_21 = lean_ctor_get(x_14, 1); -lean_inc(x_21); +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = lean_ctor_get(x_13, 0); +x_20 = lean_ctor_get(x_13, 1); lean_inc(x_20); -lean_dec(x_14); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; +lean_inc(x_19); +lean_dec(x_13); +x_21 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_21, 0, x_19); +lean_ctor_set(x_21, 1, x_20); +return x_21; } } } else { -uint8_t x_23; -lean_dec(x_8); +uint8_t x_22; +lean_dec(x_7); lean_dec(x_1); -x_23 = !lean_is_exclusive(x_10); -if (x_23 == 0) +x_22 = !lean_is_exclusive(x_9); +if (x_22 == 0) { -return x_10; +return x_9; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_10, 0); -x_25 = lean_ctor_get(x_10, 1); -lean_inc(x_25); +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_9, 0); +x_24 = lean_ctor_get(x_9, 1); lean_inc(x_24); -lean_dec(x_10); -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_inc(x_23); +lean_dec(x_9); +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; } } } -block_44: +block_43: { -lean_object* x_30; -x_30 = lean_st_ref_take(x_2, x_29); -if (lean_obj_tag(x_30) == 0) +lean_object* x_29; +x_29 = lean_st_ref_take(x_2, x_28); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_31 = lean_ctor_get(x_30, 0); +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_ctor_get(x_29, 1); lean_inc(x_31); -x_32 = lean_ctor_get(x_30, 1); -lean_inc(x_32); -lean_dec(x_30); -lean_inc(x_28); +lean_dec(x_29); +lean_inc(x_27); lean_inc(x_1); -x_33 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_31, x_1, x_28); -x_34 = lean_st_ref_set(x_2, x_33, x_32); -if (lean_obj_tag(x_34) == 0) +x_32 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_30, x_1, x_27); +x_33 = lean_st_ref_set(x_2, x_32, x_31); +if (lean_obj_tag(x_33) == 0) { -lean_object* x_35; -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -lean_dec(x_34); -x_8 = x_28; -x_9 = x_35; -goto block_27; +lean_object* x_34; +x_34 = lean_ctor_get(x_33, 1); +lean_inc(x_34); +lean_dec(x_33); +x_7 = x_27; +x_8 = x_34; +goto block_26; } else { -uint8_t x_36; -lean_dec(x_28); +uint8_t x_35; +lean_dec(x_27); lean_dec(x_1); -x_36 = !lean_is_exclusive(x_34); -if (x_36 == 0) +x_35 = !lean_is_exclusive(x_33); +if (x_35 == 0) { -return x_34; +return x_33; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_34, 0); -x_38 = lean_ctor_get(x_34, 1); -lean_inc(x_38); +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_33, 0); +x_37 = lean_ctor_get(x_33, 1); lean_inc(x_37); -lean_dec(x_34); -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_inc(x_36); +lean_dec(x_33); +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 { -uint8_t x_40; -lean_dec(x_28); +uint8_t x_39; +lean_dec(x_27); lean_dec(x_1); -x_40 = !lean_is_exclusive(x_30); -if (x_40 == 0) +x_39 = !lean_is_exclusive(x_29); +if (x_39 == 0) { -return x_30; +return x_29; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; -x_41 = lean_ctor_get(x_30, 0); -x_42 = lean_ctor_get(x_30, 1); -lean_inc(x_42); +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_29, 0); +x_41 = lean_ctor_get(x_29, 1); lean_inc(x_41); -lean_dec(x_30); -x_43 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -return x_43; +lean_inc(x_40); +lean_dec(x_29); +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 +{ +lean_object* x_509; +x_509 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_509, 0, x_1); +lean_ctor_set(x_509, 1, x_4); +return x_509; +} } } } @@ -24365,6 +25077,16 @@ lean_dec(x_3); return x_6; } } +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg___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_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__7___rarg(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_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__5___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -24375,38 +25097,48 @@ lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg___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_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9___rarg___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_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__8___rarg(x_1, x_2, x_3, x_4, x_5); +x_6 = l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__9___rarg(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_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg___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_assignLevelMVar___at_Lean_instantiateMVarsCore___spec__10___rarg(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_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg___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_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__7___rarg(x_1, x_2, x_3, x_4); +x_5 = l_Lean_instantiateLevelMVars___at_Lean_instantiateMVarsCore___spec__8___rarg(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___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_EXPORT lean_object* l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { lean_object* x_7; -x_7 = l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__9___rarg(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_List_mapM_loop___at_Lean_instantiateMVarsCore___spec__11___rarg(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___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) { _start: { size_t x_8; size_t x_9; lean_object* x_10; @@ -24414,14 +25146,14 @@ x_8 = lean_unbox_usize(x_2); lean_dec(x_2); x_9 = lean_unbox_usize(x_3); lean_dec(x_3); -x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__10___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); +x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___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) { _start: { size_t x_8; size_t x_9; lean_object* x_10; @@ -24429,14 +25161,14 @@ x_8 = lean_unbox_usize(x_2); lean_dec(x_2); x_9 = lean_unbox_usize(x_3); lean_dec(x_3); -x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__11___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); +x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___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) { _start: { size_t x_8; size_t x_9; lean_object* x_10; @@ -24444,14 +25176,14 @@ x_8 = lean_unbox_usize(x_2); lean_dec(x_2); x_9 = lean_unbox_usize(x_3); lean_dec(x_3); -x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__12___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); +x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__14___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___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) { _start: { size_t x_8; size_t x_9; lean_object* x_10; @@ -24459,53 +25191,23 @@ x_8 = lean_unbox_usize(x_2); lean_dec(x_2); x_9 = lean_unbox_usize(x_3); lean_dec(x_3); -x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__13___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); +x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg___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_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__14___rarg(x_1, x_2, x_3, x_4); +x_5 = l_Lean_getDelayedMVarAssignment_x3f___at_Lean_instantiateMVarsCore___spec__16___rarg(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___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) { -_start: -{ -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_9 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__15___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -return x_10; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___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) { -_start: -{ -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_9 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__16___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -return x_10; -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__17___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) { _start: { @@ -24821,11 +25523,41 @@ lean_dec(x_1); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___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) { +_start: +{ +size_t x_8; size_t x_9; lean_object* x_10; +x_8 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_9 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__38___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39___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) { +_start: +{ +size_t x_8; size_t x_9; lean_object* x_10; +x_8 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_9 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_10 = l_Array_mapMUnsafe_map___at_Lean_instantiateMVarsCore___spec__39___rarg(x_1, x_8, x_9, x_4, x_5, x_6, x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___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) { _start: { lean_object* x_8; -x_8 = l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__38___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Lean_Expr_withAppAux___at_Lean_instantiateMVarsCore___spec__40___rarg(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_5); return x_8; @@ -26981,7 +27713,7 @@ 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___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_9); +x_11 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_9); x_12 = lean_uint64_to_usize(x_11); x_13 = 1; x_14 = lean_usize_sub(x_1, x_13); @@ -27465,7 +28197,7 @@ if (x_4 == 0) lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_7 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_8 = lean_uint64_to_usize(x_7); x_9 = 1; x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_instantiateMVarDeclMVars___spec__2(x_5, x_8, x_9, x_2, x_3); @@ -27484,7 +28216,7 @@ x_14 = lean_ctor_get(x_1, 1); lean_inc(x_14); lean_inc(x_13); lean_dec(x_1); -x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2320_(x_2); +x_15 = l___private_Lean_Expr_0__Lean_hashMVarId____x40_Lean_Expr___hyg_2304_(x_2); x_16 = lean_uint64_to_usize(x_15); x_17 = 1; x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_instantiateMVarDeclMVars___spec__2(x_13, x_16, x_17, x_2, x_3); @@ -28361,42 +29093,39 @@ return x_35; LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; uint8_t x_23; -x_23 = l_Lean_Expr_hasMVar(x_1); -if (x_23 == 0) +uint8_t x_3; uint8_t x_26; +x_26 = l_Lean_Expr_hasMVar(x_1); +if (x_26 == 0) { -uint8_t x_24; -x_24 = l_Lean_Expr_hasFVar(x_1); -if (x_24 == 0) +uint8_t x_27; +x_27 = l_Lean_Expr_hasFVar(x_1); +if (x_27 == 0) { -uint8_t x_25; lean_object* x_26; lean_object* x_27; -lean_dec(x_1); -x_25 = 0; -x_26 = lean_box(x_25); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_2); -return x_27; +uint8_t x_28; +x_28 = 1; +x_3 = x_28; +goto block_25; } else { -lean_object* x_28; -x_28 = lean_box(0); -x_3 = x_28; -goto block_22; +uint8_t x_29; +x_29 = 0; +x_3 = x_29; +goto block_25; } } else { -lean_object* x_29; -x_29 = lean_box(0); -x_3 = x_29; -goto block_22; +uint8_t x_30; +x_30 = 0; +x_3 = x_30; +goto block_25; } -block_22: +block_25: +{ +if (x_3 == 0) { lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_dec(x_3); x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); @@ -28454,6 +29183,18 @@ lean_ctor_set(x_21, 1, x_2); return x_21; } } +else +{ +uint8_t x_22; lean_object* x_23; lean_object* x_24; +lean_dec(x_1); +x_22 = 0; +x_23 = lean_box(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_2); +return x_24; +} +} } } LEAN_EXPORT lean_object* l_List_elem___at___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit___spec__2___boxed(lean_object* x_1, lean_object* x_2) { @@ -29569,23 +30310,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -lean_dec(x_1); -x_4 = lean_ctor_get(x_3, 1); -lean_inc(x_4); -lean_dec(x_3); -x_5 = 0; -x_6 = lean_box(x_5); -x_7 = lean_apply_2(x_4, lean_box(0), x_6); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__2(lean_object* x_1, uint8_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1(lean_object* x_1, uint8_t x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; @@ -29600,7 +30325,7 @@ x_7 = lean_apply_2(x_5, lean_box(0), x_6); return x_7; } } -static lean_object* _init_l_Lean_findExprDependsOn___rarg___lambda__3___closed__1() { +static lean_object* _init_l_Lean_findExprDependsOn___rarg___lambda__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -29609,88 +30334,79 @@ x_2 = l_Lean_mkHashSetImp___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___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_Lean_findExprDependsOn___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) { _start: { -lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_8 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_7); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_7); -x_10 = l_Lean_Expr_hasFVar(x_1); -if (x_10 == 0) +uint8_t x_8; lean_object* x_9; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_18 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_7); +x_20 = l_Lean_Expr_hasFVar(x_1); +if (x_20 == 0) { -uint8_t x_11; -x_11 = l_Lean_Expr_hasMVar(x_1); -if (x_11 == 0) +uint8_t x_21; +x_21 = l_Lean_Expr_hasMVar(x_1); +if (x_21 == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -lean_dec(x_9); +uint8_t x_22; lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_12 = lean_ctor_get(x_2, 1); -lean_inc(x_12); -lean_dec(x_2); -x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_13, 0, x_7); -x_14 = lean_apply_1(x_12, x_13); -x_15 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_15, 0, x_3); -x_16 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_14, x_15); -return x_16; +x_22 = 0; +x_8 = x_22; +x_9 = x_19; +goto block_17; } else { -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_dec(x_7); -x_17 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_5, x_6, x_1, x_9); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -x_19 = lean_ctor_get(x_17, 0); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_18, 1); -lean_inc(x_20); -lean_dec(x_18); -x_21 = lean_ctor_get(x_2, 1); -lean_inc(x_21); -lean_dec(x_2); -x_22 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_22, 0, x_20); -x_23 = lean_apply_1(x_21, x_22); -x_24 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_24, 0, x_3); -lean_closure_set(x_24, 1, x_19); -x_25 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_23, x_24); -return x_25; +lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +x_23 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_5, x_6, x_1, x_19); +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_unbox(x_24); +lean_dec(x_24); +x_8 = x_26; +x_9 = x_25; +goto block_17; } } else { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_7); -x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_5, x_6, x_1, x_9); -x_27 = lean_ctor_get(x_26, 1); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 0); +lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_27 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit(x_5, x_6, x_1, x_19); +x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -lean_dec(x_26); x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); lean_dec(x_27); -x_30 = lean_ctor_get(x_2, 1); -lean_inc(x_30); +x_30 = lean_unbox(x_28); +lean_dec(x_28); +x_8 = x_30; +x_9 = x_29; +goto block_17; +} +block_17: +{ +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_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +lean_dec(x_9); +x_11 = lean_ctor_get(x_2, 1); +lean_inc(x_11); lean_dec(x_2); -x_31 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_31, 0, x_29); -x_32 = lean_apply_1(x_30, x_31); -x_33 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_33, 0, x_3); -lean_closure_set(x_33, 1, x_28); -x_34 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_32, x_33); -return x_34; +x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_12, 0, x_10); +x_13 = lean_apply_1(x_11, x_12); +x_14 = lean_box(x_8); +x_15 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_15, 0, x_3); +lean_closure_set(x_15, 1, x_14); +x_16 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, x_15); +return x_16; } } } @@ -29703,7 +30419,7 @@ lean_inc(x_6); x_7 = lean_ctor_get(x_2, 0); lean_inc(x_7); lean_inc(x_6); -x_8 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__3), 7, 6); +x_8 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2), 7, 6); lean_closure_set(x_8, 0, x_3); lean_closure_set(x_8, 1, x_2); lean_closure_set(x_8, 2, x_1); @@ -29722,22 +30438,13 @@ x_2 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg), 5, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_findExprDependsOn___rarg___lambda__1(x_1, x_2); -lean_dec(x_2); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_findExprDependsOn___rarg___lambda__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 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l_Lean_findExprDependsOn___rarg___lambda__2(x_1, x_4, x_3); +x_5 = l_Lean_findExprDependsOn___rarg___lambda__1(x_1, x_4, x_3); lean_dec(x_3); return x_5; } @@ -29746,7 +30453,7 @@ LEAN_EXPORT lean_object* l_Lean_findLocalDeclDependsOn___rarg___lambda__1(lean_o _start: { uint8_t x_11; lean_object* x_12; uint8_t x_21; lean_object* x_22; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_35 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; +x_35 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; x_36 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_36, 0, x_35); lean_ctor_set(x_36, 1, x_10); @@ -29812,7 +30519,7 @@ x_15 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, lean_closure_set(x_15, 0, x_13); x_16 = lean_apply_1(x_14, x_15); x_17 = lean_box(x_11); -x_18 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); +x_18 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); lean_closure_set(x_18, 0, x_4); lean_closure_set(x_18, 1, x_17); x_19 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_16, x_18); @@ -29897,7 +30604,7 @@ lean_inc(x_7); x_8 = lean_ctor_get(x_2, 0); lean_inc(x_8); lean_inc(x_7); -x_9 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__3), 7, 6); +x_9 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2), 7, 6); lean_closure_set(x_9, 0, x_6); lean_closure_set(x_9, 1, x_2); lean_closure_set(x_9, 2, x_1); @@ -31411,326 +32118,7 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___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) { -_start: -{ -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -x_9 = l_Lean_Expr_hasFVar(x_1); -if (x_9 == 0) -{ -uint8_t x_10; -x_10 = l_Lean_Expr_hasMVar(x_1); -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_dec(x_8); -lean_dec(x_1); -x_11 = lean_ctor_get(x_2, 1); -lean_inc(x_11); -lean_dec(x_2); -x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_12, 0, x_6); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_3); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, 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; lean_object* x_24; -lean_dec(x_6); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1(x_5, x_1, x_8); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_21, 0, x_19); -x_22 = lean_apply_1(x_20, x_21); -x_23 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_23, 0, x_3); -lean_closure_set(x_23, 1, x_18); -x_24 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_22, x_23); -return x_24; -} -} -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_dec(x_6); -x_25 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9(x_5, x_1, x_8); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); -lean_dec(x_2); -x_30 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_30, 0, x_28); -x_31 = lean_apply_1(x_29, x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_32, 0, x_3); -lean_closure_set(x_32, 1, x_27); -x_33 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_31, x_32); -return x_33; -} -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg(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, 1); -lean_inc(x_5); -x_6 = lean_ctor_get(x_2, 0); -lean_inc(x_6); -lean_inc(x_5); -x_7 = lean_alloc_closure((void*)(l_Lean_exprDependsOn___rarg___lambda__1___boxed), 6, 5); -lean_closure_set(x_7, 0, x_3); -lean_closure_set(x_7, 1, x_2); -lean_closure_set(x_7, 2, x_1); -lean_closure_set(x_7, 3, x_5); -lean_closure_set(x_7, 4, x_4); -x_8 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_6, x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_exprDependsOn___rarg), 4, 0); -return x_2; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__3(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__6___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__6(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__7___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__7(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__5___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__5(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__8___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__8(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__4___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__4(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__2(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__11(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__14___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__14(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__15___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__15(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__13___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__13(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__16___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__16(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__12___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__12(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__10(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg___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_exprDependsOn___rarg___lambda__1(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_dependsOn___rarg(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_exprDependsOn___rarg(x_1, x_2, x_3, x_4); -return x_5; -} -} -LEAN_EXPORT lean_object* l_Lean_dependsOn(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_dependsOn___rarg), 4, 0); -return x_2; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -31741,7 +32129,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -31752,7 +32140,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_5, x_9); return x_10; } else @@ -31783,12 +32171,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__22(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -31797,7 +32185,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -31821,7 +32209,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -31872,7 +32260,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -31910,7 +32298,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__22(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -31951,7 +32339,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__23(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -31959,7 +32347,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32010,13 +32398,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -32052,7 +32440,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__24(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -32065,7 +32453,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -32112,7 +32500,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -32132,7 +32520,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -32150,7 +32538,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_29, x_28); return x_30; } } @@ -32163,7 +32551,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19(x_1, x_2, x_3); return x_33; } else @@ -32191,7 +32579,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19(x_1, x_2, x_36); return x_40; } } @@ -32204,7 +32592,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -32215,7 +32603,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_42, x_46); return x_47; } else @@ -32251,7 +32639,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -32262,7 +32650,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_53, x_57); return x_58; } else @@ -32300,7 +32688,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -32311,7 +32699,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -32322,7 +32710,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_65, x_73); return x_74; } else @@ -32382,7 +32770,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_83, x_3); return x_84; } case 11: @@ -32391,7 +32779,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_85, x_3); return x_86; } default: @@ -32408,7 +32796,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -32453,12 +32841,414 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__18(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___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) { +_start: +{ +uint8_t x_7; lean_object* x_8; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_19 = l_Lean_Expr_hasFVar(x_1); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = l_Lean_Expr_hasMVar(x_1); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_1); +x_21 = 0; +x_7 = x_21; +x_8 = x_18; +goto block_16; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9(x_5, x_1, x_18); +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 = lean_unbox(x_23); +lean_dec(x_23); +x_7 = x_25; +x_8 = x_24; +goto block_16; +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_5, x_1, x_18); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_16; +} +block_16: +{ +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_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +lean_dec(x_2); +x_11 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_11, 0, x_9); +x_12 = lean_apply_1(x_10, x_11); +x_13 = lean_box(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_13); +x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg(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, 1); +lean_inc(x_5); +x_6 = lean_ctor_get(x_2, 0); +lean_inc(x_6); +lean_inc(x_5); +x_7 = lean_alloc_closure((void*)(l_Lean_exprDependsOn___rarg___lambda__1___boxed), 6, 5); +lean_closure_set(x_7, 0, x_3); +lean_closure_set(x_7, 1, x_2); +lean_closure_set(x_7, 2, x_1); +lean_closure_set(x_7, 3, x_5); +lean_closure_set(x_7, 4, x_4); +x_8 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_6, x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_exprDependsOn___rarg), 4, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__3(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__6___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__6(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__7___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__7(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__5(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__8___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__8(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__4___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__4(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__2(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__1(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__11(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__14___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__14(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__15___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__15(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__13___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__13(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__16___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__16(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__12___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__12(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__10(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__9(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__22___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__22(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__23___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__23(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn___spec__24(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn___spec__20(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn___spec__17(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn___rarg___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_exprDependsOn___rarg___lambda__1(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_dependsOn___rarg(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_exprDependsOn___rarg(x_1, x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_dependsOn(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_dependsOn___rarg), 4, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -32469,7 +33259,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -32480,7 +33270,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_5, x_9); return x_10; } else @@ -32511,12 +33301,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32525,7 +33315,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -32549,7 +33339,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32600,7 +33390,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -32638,7 +33428,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -32679,7 +33469,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -32687,7 +33477,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -32738,13 +33528,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -32780,7 +33570,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -32793,7 +33583,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -32840,7 +33630,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -32860,7 +33650,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -32878,7 +33668,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_29, x_28); return x_30; } } @@ -32891,7 +33681,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_2, x_3); return x_33; } else @@ -32919,7 +33709,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_2, x_36); return x_40; } } @@ -32932,7 +33722,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -32943,7 +33733,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_42, x_46); return x_47; } else @@ -32979,7 +33769,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -32990,7 +33780,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_53, x_57); return x_58; } else @@ -33028,7 +33818,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -33039,7 +33829,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -33050,7 +33840,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_65, x_73); return x_74; } else @@ -33110,7 +33900,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_83, x_3); return x_84; } case 11: @@ -33119,7 +33909,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_85, x_3); return x_86; } default: @@ -33136,7 +33926,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -33181,12 +33971,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -33197,7 +33987,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -33208,7 +33998,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_5, x_9); return x_10; } else @@ -33239,12 +34029,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -33253,7 +34043,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -33277,7 +34067,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -33328,7 +34118,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -33366,7 +34156,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -33407,7 +34197,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -33415,7 +34205,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -33466,13 +34256,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -33508,7 +34298,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -33521,7 +34311,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -33568,7 +34358,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -33588,7 +34378,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -33606,7 +34396,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_29, x_28); return x_30; } } @@ -33619,7 +34409,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_2, x_3); return x_33; } else @@ -33647,7 +34437,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_2, x_36); return x_40; } } @@ -33660,7 +34450,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -33671,7 +34461,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_42, x_46); return x_47; } else @@ -33707,7 +34497,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -33718,7 +34508,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_53, x_57); return x_58; } else @@ -33756,7 +34546,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -33767,7 +34557,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -33778,7 +34568,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_65, x_73); return x_74; } else @@ -33838,7 +34628,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_83, x_3); return x_84; } case 11: @@ -33847,7 +34637,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_85, x_3); return x_86; } default: @@ -33864,7 +34654,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -33909,12 +34699,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -33925,7 +34715,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -33936,7 +34726,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_5, x_9); return x_10; } else @@ -33967,12 +34757,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -33981,7 +34771,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -34005,7 +34795,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -34056,7 +34846,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -34094,7 +34884,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -34135,7 +34925,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -34143,7 +34933,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -34194,13 +34984,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -34236,7 +35026,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -34249,7 +35039,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -34296,7 +35086,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -34316,7 +35106,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -34334,7 +35124,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_29, x_28); return x_30; } } @@ -34347,7 +35137,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_2, x_3); return x_33; } else @@ -34375,7 +35165,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_2, x_36); return x_40; } } @@ -34388,7 +35178,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -34399,7 +35189,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_42, x_46); return x_47; } else @@ -34435,7 +35225,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -34446,7 +35236,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_53, x_57); return x_58; } else @@ -34484,7 +35274,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -34495,7 +35285,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -34506,7 +35296,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_65, x_73); return x_74; } else @@ -34566,7 +35356,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_83, x_3); return x_84; } case 11: @@ -34575,7 +35365,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_85, x_3); return x_86; } default: @@ -34592,7 +35382,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -34637,12 +35427,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -34653,7 +35443,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -34664,7 +35454,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_5, x_9); return x_10; } else @@ -34695,12 +35485,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -34709,7 +35499,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -34733,7 +35523,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -34784,7 +35574,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -34822,7 +35612,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -34863,7 +35653,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -34871,7 +35661,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -34922,13 +35712,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -34964,7 +35754,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -34977,7 +35767,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -35024,7 +35814,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -35044,7 +35834,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -35062,7 +35852,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_29, x_28); return x_30; } } @@ -35075,7 +35865,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_2, x_3); return x_33; } else @@ -35103,7 +35893,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_2, x_36); return x_40; } } @@ -35116,7 +35906,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -35127,7 +35917,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_42, x_46); return x_47; } else @@ -35163,7 +35953,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -35174,7 +35964,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_53, x_57); return x_58; } else @@ -35212,7 +36002,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -35223,7 +36013,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -35234,7 +36024,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_65, x_73); return x_74; } else @@ -35294,7 +36084,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_83, x_3); return x_84; } case 11: @@ -35303,7 +36093,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_85, x_3); return x_86; } default: @@ -35320,7 +36110,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -35365,12 +36155,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -35381,7 +36171,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -35392,7 +36182,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_5, x_9); return x_10; } else @@ -35423,12 +36213,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -35437,7 +36227,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -35461,7 +36251,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -35512,7 +36302,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -35550,7 +36340,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -35591,7 +36381,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -35599,7 +36389,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -35650,13 +36440,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -35692,7 +36482,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -35705,7 +36495,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -35752,7 +36542,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -35772,7 +36562,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -35790,7 +36580,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_29, x_28); return x_30; } } @@ -35803,7 +36593,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_2, x_3); return x_33; } else @@ -35831,7 +36621,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_2, x_36); return x_40; } } @@ -35844,7 +36634,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -35855,7 +36645,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_42, x_46); return x_47; } else @@ -35891,7 +36681,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -35902,7 +36692,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_53, x_57); return x_58; } else @@ -35940,7 +36730,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -35951,7 +36741,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -35962,7 +36752,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_65, x_73); return x_74; } else @@ -36022,7 +36812,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_83, x_3); return x_84; } case 11: @@ -36031,7 +36821,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_85, x_3); return x_86; } default: @@ -36048,7 +36838,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -36093,857 +36883,740 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -x_9 = l_Lean_Expr_hasFVar(x_1); -if (x_9 == 0) -{ -uint8_t x_10; -x_10 = l_Lean_Expr_hasMVar(x_1); -if (x_10 == 0) +if (lean_obj_tag(x_2) == 5) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_8); -lean_dec(x_1); -x_11 = lean_ctor_get(x_2, 1); -lean_inc(x_11); +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); lean_dec(x_2); -x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_12, 0, x_6); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_3); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); lean_dec(x_6); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_5, x_1, x_8); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_21, 0, x_19); -x_22 = lean_apply_1(x_20, x_21); -x_23 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_23, 0, x_3); -lean_closure_set(x_23, 1, x_18); -x_24 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_22, x_23); -return x_24; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +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_dec(x_6); -x_25 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_5, x_1, x_8); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); -lean_dec(x_2); -x_30 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_30, 0, x_28); -x_31 = lean_apply_1(x_29, x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_32, 0, x_3); -lean_closure_set(x_32, 1, x_27); -x_33 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_31, x_32); -return x_33; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___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_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_9; lean_object* x_10; uint8_t x_19; lean_object* x_20; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_8); -x_35 = l_Lean_Expr_hasFVar(x_1); -if (x_35 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_36; -x_36 = l_Lean_Expr_hasMVar(x_1); -if (x_36 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(x_1, x_6); +if (x_7 == 0) { -uint8_t x_37; -lean_dec(x_1); -x_37 = 0; -x_19 = x_37; -x_20 = x_34; -goto block_32; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_7, x_1, 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 = lean_unbox(x_39); -lean_dec(x_39); -x_19 = x_41; -x_20 = x_40; -goto block_32; +uint8_t x_11; +x_11 = 1; +return x_11; } } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_7, x_1, x_34); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_unbox(x_43); -lean_dec(x_43); -x_19 = x_45; -x_20 = x_44; -goto block_32; +uint8_t x_12; +x_12 = 0; +return x_12; } -block_18: -{ -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_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); -lean_dec(x_10); -x_12 = lean_ctor_get(x_3, 1); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_13, 0, x_11); -x_14 = lean_apply_1(x_12, x_13); -x_15 = lean_box(x_9); -x_16 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_16, 0, x_4); -lean_closure_set(x_16, 1, x_15); -x_17 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_14, x_16); -return x_17; } -block_32: -{ -if (x_19 == 0) +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -uint8_t x_21; -x_21 = l_Lean_Expr_hasFVar(x_2); -if (x_21 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_22; -x_22 = l_Lean_Expr_hasMVar(x_2); -if (x_22 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -uint8_t x_23; -lean_dec(x_2); -x_23 = 0; -x_9 = x_23; -x_10 = x_20; -goto block_18; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_7, x_2, x_20); -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 = lean_unbox(x_25); -lean_dec(x_25); -x_9 = x_27; -x_10 = x_26; -goto block_18; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_7, x_2, x_20); -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 = lean_unbox(x_29); -lean_dec(x_29); -x_9 = x_31; -x_10 = x_30; -goto block_18; +uint8_t x_16; +x_16 = 1; +return x_16; +} } } else { -lean_dec(x_2); -x_9 = x_19; -x_10 = x_20; -goto block_18; -} +uint8_t x_17; +x_17 = 0; +return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(lean_object* x_1, lean_object* x_2) { _start: { -if (lean_obj_tag(x_3) == 0) +if (lean_obj_tag(x_2) == 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_3, 3); -lean_inc(x_5); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); lean_dec(x_3); -x_6 = lean_ctor_get(x_1, 1); -lean_inc(x_6); -x_7 = lean_ctor_get(x_2, 0); -lean_inc(x_7); -lean_inc(x_6); -x_8 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn___rarg___lambda__1___boxed), 6, 5); -lean_closure_set(x_8, 0, x_5); -lean_closure_set(x_8, 1, x_2); -lean_closure_set(x_8, 2, x_1); -lean_closure_set(x_8, 3, x_6); -lean_closure_set(x_8, 4, x_4); -x_9 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_7, x_8); -return x_9; +x_7 = 0; +return x_7; } else { -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_10 = lean_ctor_get(x_3, 3); -lean_inc(x_10); -x_11 = lean_ctor_get(x_3, 4); -lean_inc(x_11); +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -lean_inc(x_4); -lean_inc(x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn___rarg___lambda__2___boxed), 8, 7); -lean_closure_set(x_14, 0, x_10); -lean_closure_set(x_14, 1, x_11); -lean_closure_set(x_14, 2, x_2); -lean_closure_set(x_14, 3, x_1); -lean_closure_set(x_14, 4, x_12); -lean_closure_set(x_14, 5, x_4); -lean_closure_set(x_14, 6, x_4); -x_15 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_13, x_14); -return x_15; -} -} +x_9 = 0; +return x_9; } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn___rarg), 4, 0); -return x_2; -} +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(x_1, x_2, x_5, x_6); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +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) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } +else +{ +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +uint8_t x_16; +x_16 = 1; +return x_16; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +} +else { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +uint8_t x_17; +x_17 = 0; +return x_17; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(lean_object* x_1, lean_object* x_2) { _start: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(x_1, x_3); +if (x_4 == 0) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(x_1, x_2, x_5, x_6); +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(x_1, x_2, x_5, x_6); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12___boxed(lean_object* x_1, lean_object* x_2) { +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; } +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_29, x_28); +return x_30; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +case 5: { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_2, x_3); +return x_33; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(x_1, x_2, x_5, x_6); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +x_2 = x_35; +x_3 = x_36; +goto _start; } +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_2, x_36); +return x_40; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +} +case 6: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23(x_1, x_2, x_5, x_6); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_42, x_46); +return x_47; } +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +case 7: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(x_1, x_2, x_5, x_6); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_53, x_57); +return x_58; } +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +} +case 8: { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_65, x_73); +return x_74; } +else +{ +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) +{ +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; } +else +{ +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +case 10: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31(x_1, x_2, x_5, x_6); +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_83, x_3); +return x_84; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29___boxed(lean_object* x_1, lean_object* x_2) { -_start: +case 11: { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_85, x_3); +return x_86; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +default: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32(x_1, x_2, x_5, x_6); +uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(x_1, x_2, x_5, x_6); +uint8_t x_7; lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_2, x_3); -lean_dec(x_1); +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); return x_4; } -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(x_1, x_2, x_5, x_6); -lean_dec(x_2); -lean_dec(x_1); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(x_1, x_2); -lean_dec(x_1); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_2, x_3); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___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_localDeclDependsOn___rarg___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_5); -return x_7; -} +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(x_1, x_2, x_15); +return x_16; } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___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) { -_start: -{ -lean_object* x_9; -x_9 = l_Lean_localDeclDependsOn___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -36954,8 +37627,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -36966,14 +37638,13 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_5, x_9); return x_10; } else { uint8_t x_11; lean_dec(x_5); -lean_dec(x_1); x_11 = !lean_is_exclusive(x_6); if (x_11 == 0) { @@ -36998,667 +37669,645 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__54(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(x_5); -if (x_6 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53(x_1, x_6); +if (x_7 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_2, x_7); -x_2 = x_8; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; goto _start; } else { -uint8_t x_10; -x_10 = 1; -return x_10; +uint8_t x_11; +x_11 = 1; +return x_11; } } else { -uint8_t x_11; -x_11 = 0; -return x_11; +uint8_t x_12; +x_12 = 0; +return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(lean_object* x_1, size_t x_2, size_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__55(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -size_t x_5; size_t x_6; -x_5 = 1; -x_6 = lean_usize_add(x_2, x_5); -x_2 = x_6; +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; goto _start; } else { -uint8_t x_8; -x_8 = 0; -return x_8; +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; +} +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(lean_object* x_1) { +else +{ +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53(lean_object* x_1, lean_object* x_2) { _start: { -if (lean_obj_tag(x_1) == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; -x_2 = lean_ctor_get(x_1, 0); -lean_inc(x_2); -lean_dec(x_1); -x_3 = lean_array_get_size(x_2); -x_4 = lean_unsigned_to_nat(0u); -x_5 = lean_nat_dec_lt(x_4, x_3); -if (x_5 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -uint8_t x_6; +uint8_t x_7; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_6 = 0; -return x_6; +x_7 = 0; +return x_7; } else { -uint8_t x_7; -x_7 = lean_nat_dec_le(x_3, x_3); -if (x_7 == 0) -{ uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_8 = 0; -return x_8; +x_9 = 0; +return x_9; } else { -size_t x_9; size_t x_10; uint8_t x_11; -x_9 = 0; -x_10 = lean_usize_of_nat(x_3); +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__54(x_1, x_3, x_10, x_11); lean_dec(x_3); -x_11 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(x_2, x_9, x_10); -lean_dec(x_2); -return x_11; +return x_12; } } } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_12 = lean_ctor_get(x_1, 0); -lean_inc(x_12); -lean_dec(x_1); -x_13 = lean_array_get_size(x_12); -x_14 = lean_unsigned_to_nat(0u); -x_15 = lean_nat_dec_lt(x_14, x_13); -if (x_15 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -uint8_t x_16; +uint8_t x_17; +lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); -x_16 = 0; -return x_16; +x_17 = 0; +return x_17; } else { -uint8_t x_17; -x_17 = lean_nat_dec_le(x_13, x_13); -if (x_17 == 0) -{ uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); lean_dec(x_13); -lean_dec(x_12); -x_18 = 0; -return x_18; +x_19 = 0; +return x_19; } else { -size_t x_19; size_t x_20; uint8_t x_21; -x_19 = 0; -x_20 = lean_usize_of_nat(x_13); +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__55(x_1, x_13, x_20, x_21); lean_dec(x_13); -x_21 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(x_12, x_19, x_20); -lean_dec(x_12); -return x_21; +return x_22; } } } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__56(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_2; uint8_t x_3; -x_2 = lean_ctor_get(x_1, 0); -lean_inc(x_2); -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(x_2); -if (x_3 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_4 = lean_ctor_get(x_1, 1); -lean_inc(x_4); -lean_dec(x_1); -x_5 = lean_array_get_size(x_4); -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_nat_dec_lt(x_6, x_5); -if (x_7 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -uint8_t x_8; -lean_dec(x_5); -lean_dec(x_4); -x_8 = 0; -return x_8; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -uint8_t x_9; -x_9 = lean_nat_dec_le(x_5, x_5); -if (x_9 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -uint8_t x_10; -lean_dec(x_5); -lean_dec(x_4); -x_10 = 0; -return x_10; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -size_t x_11; size_t x_12; uint8_t x_13; -x_11 = 0; -x_12 = lean_usize_of_nat(x_5); -lean_dec(x_5); -x_13 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(x_4, x_11, x_12); -lean_dec(x_4); -return x_13; +uint8_t x_16; +x_16 = 1; +return x_16; } } } else { -lean_dec(x_1); -return x_3; +uint8_t x_17; +x_17 = 0; +return x_17; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52(lean_object* x_1, lean_object* x_2) { _start: { -switch (lean_obj_tag(x_2)) { -case 2: +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53(x_1, x_3); +if (x_4 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); lean_dec(x_2); -lean_inc(x_4); -x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) -{ -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); -if (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_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = l_Lean_Expr_mvarId_x21(x_1); -x_11 = lean_name_eq(x_10, x_4); -lean_dec(x_10); -if (x_11 == 0) +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); -x_17 = lean_box(x_16); -lean_ctor_set(x_5, 0, x_17); -return x_5; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -uint8_t x_18; lean_object* x_19; -lean_dec(x_4); -x_18 = 1; -x_19 = lean_box(x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; -} +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__56(x_1, x_5, x_12, x_13); lean_dec(x_5); -x_21 = l_Lean_Expr_mvarId_x21(x_1); -x_22 = lean_name_eq(x_21, x_4); -lean_dec(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); -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_20); -return x_29; +return x_14; +} +} } else { -uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); lean_dec(x_4); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_20); -return x_32; +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; } +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_4); -x_33 = lean_ctor_get(x_5, 1); -lean_inc(x_33); -lean_dec(x_5); -x_34 = lean_ctor_get(x_6, 0); -lean_inc(x_34); -lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_34, x_33); -return x_35; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_29, x_28); +return x_30; } } case 5: { -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_2); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_2, x_3); -return x_38; +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51(x_1, x_2, x_3); +return x_33; } else { -lean_object* x_39; uint8_t x_40; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_inc(x_2); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -x_43 = l_Lean_Expr_getAppFn(x_41); -x_44 = lean_expr_eqv(x_43, x_36); -lean_dec(x_43); -if (x_44 == 0) +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { -lean_free_object(x_39); -lean_dec(x_36); lean_dec(x_2); -x_2 = x_41; -x_3 = x_42; +x_2 = x_35; +x_3 = x_36; goto _start; } else { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_41); -x_46 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_47 = l_Lean_Expr_mvarId_x21(x_1); -x_48 = lean_name_eq(x_47, x_46); -lean_dec(x_46); -lean_dec(x_47); +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); if (x_48 == 0) { lean_object* x_49; -lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_2, x_42); -return x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -uint8_t x_50; lean_object* x_51; -lean_dec(x_2); -lean_dec(x_1); -x_50 = 1; -x_51 = lean_box(x_50); -lean_ctor_set(x_39, 0, x_51); -return x_39; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } -else +case 7: { -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_39, 0); -x_53 = lean_ctor_get(x_39, 1); -lean_inc(x_53); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); lean_inc(x_52); -lean_dec(x_39); -x_54 = l_Lean_Expr_getAppFn(x_52); -x_55 = lean_expr_eqv(x_54, x_36); -lean_dec(x_54); -if (x_55 == 0) -{ -lean_dec(x_36); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); lean_dec(x_2); -x_2 = x_52; -x_3 = x_53; -goto _start; +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_53, x_57); +return x_58; } else { -lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_52); -x_57 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_58 = l_Lean_Expr_mvarId_x21(x_1); -x_59 = lean_name_eq(x_58, x_57); -lean_dec(x_57); -lean_dec(x_58); +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); if (x_59 == 0) { lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_2, x_53); -return x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } else { -uint8_t x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_2); -lean_dec(x_1); -x_61 = 1; -x_62 = lean_box(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_53); -return x_63; -} -} +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } -case 6: +case 8: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); +x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); if (x_68 == 0) { -lean_object* x_69; lean_object* x_70; +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_65, x_69); -return x_70; +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) +{ +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_71; +uint8_t x_75; lean_dec(x_65); -lean_dec(x_1); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } -case 7: +else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_75 = lean_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); -lean_dec(x_2); -lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_75, x_3); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_unbox(x_78); +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); if (x_79 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_78); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_76, x_80); -return x_81; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -uint8_t x_82; -lean_dec(x_76); -lean_dec(x_1); -x_82 = !lean_is_exclusive(x_77); -if (x_82 == 0) +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: { -lean_object* x_83; -x_83 = lean_ctor_get(x_77, 0); -lean_dec(x_83); -return x_77; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_83, x_3); +return x_84; } -else +case 11: { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_77, 1); -lean_inc(x_84); -lean_dec(x_77); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_78); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_85, x_3); +return x_86; +} +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } -case 8: +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -x_86 = lean_ctor_get(x_2, 1); -lean_inc(x_86); -x_87 = lean_ctor_get(x_2, 2); -lean_inc(x_87); -x_88 = lean_ctor_get(x_2, 3); -lean_inc(x_88); +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_2); -lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_86, x_3); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_unbox(x_90); -if (x_91 == 0) -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_90); -x_92 = lean_ctor_get(x_89, 1); -lean_inc(x_92); -lean_dec(x_89); -lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_87, x_92); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_unbox(x_94); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; -lean_dec(x_94); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_88, x_96); -return x_97; -} -else -{ -uint8_t x_98; -lean_dec(x_88); -lean_dec(x_1); -x_98 = !lean_is_exclusive(x_93); -if (x_98 == 0) -{ -lean_object* x_99; -x_99 = lean_ctor_get(x_93, 0); -lean_dec(x_99); -return x_93; -} -else -{ -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_93, 1); -lean_inc(x_100); -lean_dec(x_93); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_94); -lean_ctor_set(x_101, 1, x_100); -return x_101; -} -} -} -else -{ -uint8_t x_102; -lean_dec(x_88); -lean_dec(x_87); -lean_dec(x_1); -x_102 = !lean_is_exclusive(x_89); -if (x_102 == 0) -{ -lean_object* x_103; -x_103 = lean_ctor_get(x_89, 0); -lean_dec(x_103); -return x_89; -} -else -{ -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_89, 1); -lean_inc(x_104); -lean_dec(x_89); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_90); -lean_ctor_set(x_105, 1, x_104); -return x_105; -} -} -} -case 10: -{ -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_2, 1); -lean_inc(x_106); -lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_106, x_3); -return x_107; -} -case 11: -{ -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_2, 2); -lean_inc(x_108); -lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_108, x_3); -return x_109; -} -default: -{ -uint8_t x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_2); -lean_dec(x_1); -x_110 = 0; -x_111 = lean_box(x_110); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_3); -return x_112; -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_2); -lean_dec(x_1); x_7 = !lean_is_exclusive(x_4); if (x_7 == 0) { @@ -37690,12 +38339,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__2(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__50(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -37706,8 +38355,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -37718,14 +38366,13 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_5, x_9); return x_10; } else { uint8_t x_11; lean_dec(x_5); -lean_dec(x_1); x_11 = !lean_is_exclusive(x_6); if (x_11 == 0) { @@ -37750,457 +38397,632 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__62(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -switch (lean_obj_tag(x_2)) { -case 2: -{ -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -lean_inc(x_4); -x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61(x_1, x_6); if (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_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = l_Lean_Expr_mvarId_x21(x_1); -x_11 = lean_name_eq(x_10, x_4); -lean_dec(x_10); -if (x_11 == 0) +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); -x_17 = lean_box(x_16); -lean_ctor_set(x_5, 0, x_17); -return x_5; +uint8_t x_11; +x_11 = 1; +return x_11; +} } else { -uint8_t x_18; lean_object* x_19; -lean_dec(x_4); -x_18 = 1; -x_19 = lean_box(x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; +uint8_t x_12; +x_12 = 0; +return x_12; +} } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__63(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = l_Lean_Expr_mvarId_x21(x_1); -x_22 = lean_name_eq(x_21, x_4); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); -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_20); -return x_29; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -uint8_t x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_4); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_20); -return x_32; +uint8_t x_16; +x_16 = 1; +return x_16; } } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_4); -x_33 = lean_ctor_get(x_5, 1); -lean_inc(x_33); -lean_dec(x_5); -x_34 = lean_ctor_get(x_6, 0); -lean_inc(x_34); -lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_34, x_33); -return x_35; +uint8_t x_17; +x_17 = 0; +return x_17; } } -case 5: -{ -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_2); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) -{ -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_2, x_3); -return x_38; } -else -{ -lean_object* x_39; uint8_t x_40; -lean_inc(x_2); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -x_43 = l_Lean_Expr_getAppFn(x_41); -x_44 = lean_expr_eqv(x_43, x_36); -lean_dec(x_43); -if (x_44 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_free_object(x_39); -lean_dec(x_36); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_dec(x_2); -x_2 = x_41; -x_3 = x_42; -goto _start; +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_41); -x_46 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_47 = l_Lean_Expr_mvarId_x21(x_1); -x_48 = lean_name_eq(x_47, x_46); -lean_dec(x_46); -lean_dec(x_47); -if (x_48 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_49; -lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_2, x_42); -return x_49; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } else { -uint8_t x_50; lean_object* x_51; -lean_dec(x_2); -lean_dec(x_1); -x_50 = 1; -x_51 = lean_box(x_50); -lean_ctor_set(x_39, 0, x_51); -return x_39; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__62(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_39, 0); -x_53 = lean_ctor_get(x_39, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_39); -x_54 = l_Lean_Expr_getAppFn(x_52); -x_55 = lean_expr_eqv(x_54, x_36); -lean_dec(x_54); -if (x_55 == 0) -{ -lean_dec(x_36); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -x_2 = x_52; -x_3 = x_53; -goto _start; +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_52); -x_57 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_58 = l_Lean_Expr_mvarId_x21(x_1); -x_59 = lean_name_eq(x_58, x_57); -lean_dec(x_57); -lean_dec(x_58); -if (x_59 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_2, x_53); -return x_60; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } else { -uint8_t x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_2); -lean_dec(x_1); -x_61 = 1; -x_62 = lean_box(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_53); -return x_63; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__63(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } } } -case 6: +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -lean_dec(x_2); -lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_64, x_3); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_unbox(x_67); -if (x_68 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_65, x_69); -return x_70; +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -uint8_t x_71; -lean_dec(x_65); -lean_dec(x_1); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; +uint8_t x_16; +x_16 = 1; +return x_16; } } } -case 7: -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_75 = lean_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); -lean_dec(x_2); -lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_75, x_3); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_unbox(x_78); -if (x_79 == 0) +else { -lean_object* x_80; lean_object* x_81; -lean_dec(x_78); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_76, x_80); -return x_81; +uint8_t x_17; +x_17 = 0; +return x_17; } -else +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_82; -lean_dec(x_76); -lean_dec(x_1); -x_82 = !lean_is_exclusive(x_77); -if (x_82 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61(x_1, x_3); +if (x_4 == 0) { -lean_object* x_83; -x_83 = lean_ctor_get(x_77, 0); -lean_dec(x_83); -return x_77; +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_77, 1); -lean_inc(x_84); -lean_dec(x_77); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_78); -lean_ctor_set(x_85, 1, x_84); -return x_85; +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__64(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59(x_1, x_2, x_3); +return x_33; +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) +{ +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; +} +else +{ +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59(x_1, x_2, x_36); +return x_40; +} +} +} +case 6: +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) +{ +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_42, x_46); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; +} +else +{ +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_53, x_57); +return x_58; +} +else +{ +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; +} +else +{ +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } case 8: { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -x_86 = lean_ctor_get(x_2, 1); -lean_inc(x_86); -x_87 = lean_ctor_get(x_2, 2); -lean_inc(x_87); -x_88 = lean_ctor_get(x_2, 3); -lean_inc(x_88); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); lean_dec(x_2); -lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_86, x_3); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_unbox(x_90); -if (x_91 == 0) +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_90); -x_92 = lean_ctor_get(x_89, 1); -lean_inc(x_92); -lean_dec(x_89); -lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_87, x_92); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_unbox(x_94); -if (x_95 == 0) +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_object* x_96; lean_object* x_97; -lean_dec(x_94); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_88, x_96); -return x_97; +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_98; -lean_dec(x_88); -lean_dec(x_1); -x_98 = !lean_is_exclusive(x_93); -if (x_98 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_99; -x_99 = lean_ctor_get(x_93, 0); -lean_dec(x_99); -return x_93; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_93, 1); -lean_inc(x_100); -lean_dec(x_93); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_94); -lean_ctor_set(x_101, 1, x_100); -return x_101; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -uint8_t x_102; -lean_dec(x_88); -lean_dec(x_87); -lean_dec(x_1); -x_102 = !lean_is_exclusive(x_89); -if (x_102 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_object* x_103; -x_103 = lean_ctor_get(x_89, 0); -lean_dec(x_103); -return x_89; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_89, 1); -lean_inc(x_104); -lean_dec(x_89); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_90); -lean_ctor_set(x_105, 1, x_104); -return x_105; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } case 10: { -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_2, 1); -lean_inc(x_106); +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_106, x_3); -return x_107; +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_83, x_3); +return x_84; } case 11: { -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_2, 2); -lean_inc(x_108); +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_108, x_3); -return x_109; +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_85, x_3); +return x_86; } default: { -uint8_t x_110; lean_object* x_111; lean_object* x_112; +uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_dec(x_2); -lean_dec(x_1); -x_110 = 0; -x_111 = lean_box(x_110); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_3); -return x_112; +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -38214,7 +39036,6 @@ if (x_6 == 0) { uint8_t x_7; lean_dec(x_2); -lean_dec(x_1); x_7 = !lean_is_exclusive(x_4); if (x_7 == 0) { @@ -38246,12 +39067,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__9(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__58(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -38262,8 +39083,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -38274,14 +39094,13 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_5, x_9); return x_10; } else { uint8_t x_11; lean_dec(x_5); -lean_dec(x_1); x_11 = !lean_is_exclusive(x_6); if (x_11 == 0) { @@ -38306,12 +39125,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__70(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -38320,8 +39139,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -38333,7 +39151,6 @@ goto _start; else { uint8_t x_11; -lean_dec(x_1); x_11 = 1; return x_11; } @@ -38341,13 +39158,12 @@ return x_11; else { uint8_t x_12; -lean_dec(x_1); x_12 = 0; return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__71(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -38366,44 +39182,39 @@ goto _start; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_ctor_get(x_6, 0); lean_inc(x_10); lean_dec(x_6); x_11 = l_Lean_LocalDecl_fvarId(x_10); lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); +x_12 = lean_name_eq(x_1, x_11); lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +if (x_12 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; goto _start; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; +uint8_t x_16; +x_16 = 1; +return x_16; } } } else { -uint8_t x_18; -lean_dec(x_1); -x_18 = 0; -return x_18; +uint8_t x_17; +x_17 = 0; +return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -38420,7 +39231,6 @@ if (x_6 == 0) uint8_t x_7; lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); x_7 = 0; return x_7; } @@ -38433,7 +39243,6 @@ if (x_8 == 0) uint8_t x_9; lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); x_9 = 0; return x_9; } @@ -38443,7 +39252,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__16(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__70(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -38463,7 +39272,6 @@ if (x_16 == 0) uint8_t x_17; lean_dec(x_14); lean_dec(x_13); -lean_dec(x_1); x_17 = 0; return x_17; } @@ -38476,7 +39284,6 @@ if (x_18 == 0) uint8_t x_19; lean_dec(x_14); lean_dec(x_13); -lean_dec(x_1); x_19 = 0; return x_19; } @@ -38486,7 +39293,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__17(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__71(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -38494,7 +39301,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__18(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -38513,51 +39320,45 @@ goto _start; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_10; lean_object* x_11; uint8_t x_12; x_10 = lean_ctor_get(x_6, 0); lean_inc(x_10); lean_dec(x_6); x_11 = l_Lean_LocalDecl_fvarId(x_10); lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); +x_12 = lean_name_eq(x_1, x_11); lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +if (x_12 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; goto _start; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; +uint8_t x_16; +x_16 = 1; +return x_16; } } } else { -uint8_t x_18; -lean_dec(x_1); -x_18 = 0; -return x_18; +uint8_t x_17; +x_17 = 0; +return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__68(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -38572,7 +39373,6 @@ if (x_8 == 0) uint8_t x_9; lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); x_9 = 0; return x_9; } @@ -38585,7 +39385,6 @@ if (x_10 == 0) uint8_t x_11; lean_dec(x_6); lean_dec(x_5); -lean_dec(x_1); x_11 = 0; return x_11; } @@ -38595,7 +39394,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__18(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__72(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -38604,366 +39403,354 @@ return x_14; else { lean_dec(x_2); -lean_dec(x_1); return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { case 1: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); +x_5 = lean_name_eq(x_1, x_4); lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; +x_6 = lean_box(x_5); +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; } case 2: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 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; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; +x_18 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__68(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; +x_25 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__68(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); +x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_30, x_29); -return x_31; +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_29, x_28); +return x_30; } } case 5: { -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_2, x_3); -return x_34; +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67(x_1, x_2, x_3); +return x_33; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; +x_2 = x_35; +x_3 = x_36; goto _start; } else { -lean_object* x_41; -lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_2, x_37); -return x_41; +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67(x_1, x_2, x_36); +return x_40; } } } case 6: { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); lean_dec(x_2); -lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); +lean_object* x_46; lean_object* x_47; lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_43, x_47); -return x_48; +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_42, x_46); +return x_47; } else { -uint8_t x_49; -lean_dec(x_43); -lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) { -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } case 7: { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); lean_dec(x_2); -lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) { -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); +lean_object* x_57; lean_object* x_58; lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_54, x_58); -return x_59; +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_53, x_57); +return x_58; } else { -uint8_t x_60; -lean_dec(x_54); -lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } case 8: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); +x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); lean_dec(x_2); -lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_dec(x_67); -lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); +lean_object* x_73; lean_object* x_74; lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_66, x_74); -return x_75; +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_76; -lean_dec(x_66); -lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -uint8_t x_80; -lean_dec(x_66); +uint8_t x_79; lean_dec(x_65); -lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } case 10: { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_84, x_3); -return x_85; +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_83, x_3); +return x_84; } case 11: { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_86, x_3); -return x_87; +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_85, x_3); +return x_86; } default: { -uint8_t x_88; lean_object* x_89; lean_object* x_90; +uint8_t x_87; lean_object* x_88; lean_object* x_89; lean_dec(x_2); -lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -38977,7 +39764,6 @@ if (x_6 == 0) { uint8_t x_7; lean_dec(x_2); -lean_dec(x_1); x_7 = !lean_is_exclusive(x_4); if (x_7 == 0) { @@ -39009,1060 +39795,930 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__12(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__66(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___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) { _start: { -if (lean_obj_tag(x_2) == 5) -{ -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_2, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__21(x_1, x_4, x_3); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_unbox(x_7); -if (x_8 == 0) +uint8_t x_7; lean_object* x_8; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_19 = l_Lean_Expr_hasFVar(x_1); +if (x_19 == 0) { -lean_object* x_9; lean_object* x_10; -lean_dec(x_7); -x_9 = lean_ctor_get(x_6, 1); -lean_inc(x_9); -lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_5, x_9); -return x_10; -} -else +uint8_t x_20; +x_20 = l_Lean_Expr_hasMVar(x_1); +if (x_20 == 0) { -uint8_t x_11; -lean_dec(x_5); +uint8_t x_21; lean_dec(x_1); -x_11 = !lean_is_exclusive(x_6); -if (x_11 == 0) -{ -lean_object* x_12; -x_12 = lean_ctor_get(x_6, 0); -lean_dec(x_12); -return x_6; +x_21 = 0; +x_7 = x_21; +x_8 = x_18; +goto block_16; } else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_6, 1); -lean_inc(x_13); -lean_dec(x_6); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); -lean_ctor_set(x_14, 1, x_13); -return x_14; -} +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_5, x_1, x_18); +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 = lean_unbox(x_23); +lean_dec(x_23); +x_7 = x_25; +x_8 = x_24; +goto block_16; } } else { -lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_2, x_3); +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_5, x_1, x_18); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_16; +} +block_16: +{ +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_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +lean_dec(x_2); +x_11 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_11, 0, x_9); +x_12 = lean_apply_1(x_10, x_11); +x_13 = lean_box(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_13); +x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___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) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +uint8_t x_9; lean_object* x_10; uint8_t x_19; lean_object* x_20; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_8); +x_35 = l_Lean_Expr_hasFVar(x_1); +if (x_35 == 0) { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23(x_1, x_6); -if (x_7 == 0) +uint8_t x_36; +x_36 = l_Lean_Expr_hasMVar(x_1); +if (x_36 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; +uint8_t x_37; +lean_dec(x_1); +x_37 = 0; +x_19 = x_37; +x_20 = x_34; +goto block_32; } else { -uint8_t x_11; -lean_dec(x_1); -x_11 = 1; -return x_11; +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_7, x_1, 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 = lean_unbox(x_39); +lean_dec(x_39); +x_19 = x_41; +x_20 = x_40; +goto block_32; } } else { -uint8_t x_12; -lean_dec(x_1); -x_12 = 0; -return x_12; -} +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_7, x_1, x_34); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_19 = x_45; +x_20 = x_44; +goto block_32; } +block_18: +{ +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_11 = lean_ctor_get(x_10, 1); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +lean_dec(x_3); +x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_13, 0, x_11); +x_14 = lean_apply_1(x_12, x_13); +x_15 = lean_box(x_9); +x_16 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_16, 0, x_4); +lean_closure_set(x_16, 1, x_15); +x_17 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_14, x_16); +return x_17; } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +block_32: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +if (x_19 == 0) { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +uint8_t x_21; +x_21 = l_Lean_Expr_hasFVar(x_2); +if (x_21 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +uint8_t x_22; +x_22 = l_Lean_Expr_hasMVar(x_2); +if (x_22 == 0) +{ +uint8_t x_23; +lean_dec(x_2); +x_23 = 0; +x_9 = x_23; +x_10 = x_20; +goto block_18; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_24 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_7, x_2, x_20); +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 = lean_unbox(x_25); +lean_dec(x_25); +x_9 = x_27; +x_10 = x_26; +goto block_18; +} } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; -} +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_7, x_2, x_20); +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 = lean_unbox(x_29); +lean_dec(x_29); +x_9 = x_31; +x_10 = x_30; +goto block_18; } } else { -uint8_t x_18; -lean_dec(x_1); -x_18 = 0; -return x_18; +lean_dec(x_2); +x_9 = x_19; +x_10 = x_20; +goto block_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23(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; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_7 = 0; -return x_7; } -else +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +if (lean_obj_tag(x_3) == 0) { -uint8_t x_9; -lean_dec(x_4); +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_3, 3); +lean_inc(x_5); lean_dec(x_3); -lean_dec(x_1); -x_9 = 0; +x_6 = lean_ctor_get(x_1, 1); +lean_inc(x_6); +x_7 = lean_ctor_get(x_2, 0); +lean_inc(x_7); +lean_inc(x_6); +x_8 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn___rarg___lambda__1___boxed), 6, 5); +lean_closure_set(x_8, 0, x_5); +lean_closure_set(x_8, 1, x_2); +lean_closure_set(x_8, 2, x_1); +lean_closure_set(x_8, 3, x_6); +lean_closure_set(x_8, 4, x_4); +x_9 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_7, x_8); return x_9; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__24(x_1, x_3, x_10, x_11); +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_10 = lean_ctor_get(x_3, 3); +lean_inc(x_10); +x_11 = lean_ctor_get(x_3, 4); +lean_inc(x_11); lean_dec(x_3); -return x_12; +x_12 = lean_ctor_get(x_1, 1); +lean_inc(x_12); +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_inc(x_4); +lean_inc(x_12); +x_14 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn___rarg___lambda__2___boxed), 8, 7); +lean_closure_set(x_14, 0, x_10); +lean_closure_set(x_14, 1, x_11); +lean_closure_set(x_14, 2, x_2); +lean_closure_set(x_14, 3, x_1); +lean_closure_set(x_14, 4, x_12); +lean_closure_set(x_14, 5, x_4); +lean_closure_set(x_14, 6, x_4); +x_15 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_13, x_14); +return x_15; } } } -else +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn(lean_object* x_1) { +_start: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -lean_dec(x_2); -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) +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn___rarg), 4, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__3(x_1, x_2, x_3); lean_dec(x_1); -x_17 = 0; -return x_17; +return x_4; } -else -{ -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__6(x_1, x_2, x_5, x_6); +lean_dec(x_2); lean_dec(x_1); -x_19 = 0; -return x_19; +x_8 = lean_box(x_7); +return x_8; } -else -{ -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__25(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; } +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__7(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__5(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__26(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__8(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else -{ -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) -{ -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; } -else +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_17; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__4(x_1, x_2); lean_dec(x_1); -x_17 = 1; -return x_17; -} +x_4 = lean_box(x_3); +return x_4; } } -else +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_18; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__2(x_1, x_2, x_3); lean_dec(x_1); -x_18 = 0; -return x_18; +return x_4; +} } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__1(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23(x_1, x_3); -if (x_4 == 0) +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__11(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14___boxed(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_2, 1); -lean_inc(x_5); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__14(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); -if (x_8 == 0) -{ -uint8_t x_9; -lean_dec(x_6); -lean_dec(x_5); lean_dec(x_1); -x_9 = 0; -return x_9; +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__15(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__13(x_1, x_2); lean_dec(x_1); -x_11 = 0; -return x_11; +x_4 = lean_box(x_3); +return x_4; } -else +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__26(x_1, x_5, x_12, x_13); -lean_dec(x_5); -return x_14; +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__16(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__12(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} } -else +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_dec(x_2); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__10(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__9(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -switch (lean_obj_tag(x_2)) { -case 1: +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__19(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__22(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); return x_8; } -case 2: +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__23(x_1, x_2, x_5, x_6); lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (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; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); -lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -else +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_30, x_29); -return x_31; -} +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__21(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } -case 5: -{ -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) -{ -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__21(x_1, x_2, x_3); -return x_34; } -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__24(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; -goto _start; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else -{ -lean_object* x_41; -lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__21(x_1, x_2, x_37); -return x_41; } +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__20(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -case 6: -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); -lean_dec(x_2); -lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_43, x_47); -return x_48; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__18(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_49; -lean_dec(x_43); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__17(x_1, x_2, x_3); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) -{ -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; +return x_4; } -else -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__27(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -case 7: +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__30(x_1, x_2, x_5, x_6); lean_dec(x_2); -lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_54, x_58); -return x_59; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -uint8_t x_60; -lean_dec(x_54); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__31(x_1, x_2, x_5, x_6); +lean_dec(x_2); lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; +x_8 = lean_box(x_7); +return x_8; } -else -{ -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; } +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__29(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -case 8: +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__32(x_1, x_2, x_5, x_6); lean_dec(x_2); -lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); -lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_66, x_74); -return x_75; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_76; -lean_dec(x_66); +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__28(x_1, x_2); lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) -{ -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; +x_4 = lean_box(x_3); +return x_4; } -else -{ -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__26(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -else +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_80; -lean_dec(x_66); -lean_dec(x_65); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__25(x_1, x_2, x_3); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) -{ -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; +return x_4; } -else -{ -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__35(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -case 10: +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__38(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_84, x_3); -return x_85; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -case 11: +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__39(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_1, x_86, x_3); -return x_87; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -default: +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_88; lean_object* x_89; lean_object* x_90; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__37(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__40(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; +x_8 = lean_box(x_7); +return x_8; } } +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__36(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -if (x_6 == 0) +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__34(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_7; -lean_dec(x_2); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__33(x_1, x_2, x_3); lean_dec(x_1); -x_7 = !lean_is_exclusive(x_4); -if (x_7 == 0) +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -x_9 = 0; -x_10 = lean_box(x_9); -lean_ctor_set(x_4, 0, x_10); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__43(x_1, x_2, x_3); +lean_dec(x_1); return x_4; } -else +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); -return x_14; +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__46(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_4, 1); -lean_inc(x_15); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__20(x_1, x_2, x_15); -return x_16; +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__47(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} } +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__45(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___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_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -x_9 = l_Lean_Expr_hasFVar(x_1); -if (x_9 == 0) -{ -uint8_t x_10; -x_10 = l_Lean_Expr_hasMVar(x_1); -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_dec(x_8); -lean_dec(x_5); -lean_dec(x_1); -x_11 = lean_ctor_get(x_2, 1); -lean_inc(x_11); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__48(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_12, 0, x_6); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_3); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } -else +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -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_dec(x_6); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_5, x_1, x_8); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_21, 0, x_19); -x_22 = lean_apply_1(x_20, x_21); -x_23 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_23, 0, x_3); -lean_closure_set(x_23, 1, x_18); -x_24 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_22, x_23); -return x_24; +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__44(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -else +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -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_dec(x_6); -x_25 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_5, x_1, x_8); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); -lean_dec(x_2); -x_30 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_30, 0, x_28); -x_31 = lean_apply_1(x_29, x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_32, 0, x_3); -lean_closure_set(x_32, 1, x_27); -x_33 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_31, x_32); -return x_33; -} +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__42(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -x_9 = l_Lean_Expr_hasFVar(x_1); -if (x_9 == 0) -{ -uint8_t x_10; -x_10 = l_Lean_Expr_hasMVar(x_1); -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_dec(x_8); -lean_dec(x_5); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__41(x_1, x_2, x_3); lean_dec(x_1); -x_11 = lean_ctor_get(x_2, 1); -lean_inc(x_11); -lean_dec(x_2); -x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_12, 0, x_6); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_3); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +return x_4; } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -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_dec(x_6); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_5, x_1, x_8); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_21, 0, x_19); -x_22 = lean_apply_1(x_20, x_21); -x_23 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_23, 0, x_3); -lean_closure_set(x_23, 1, x_18); -x_24 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_22, x_23); -return x_24; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__51(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -else +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__54___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: { -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_dec(x_6); -x_25 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__19(x_5, x_1, x_8); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__54(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_30 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_30, 0, x_28); -x_31 = lean_apply_1(x_29, x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_32, 0, x_3); -lean_closure_set(x_32, 1, x_27); -x_33 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_31, x_32); -return x_33; -} +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__55___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Lean_Expr_isFVar(x_4); -if (x_5 == 0) -{ -uint8_t x_6; -x_6 = l_Lean_Expr_isMVar(x_4); -if (x_6 == 0) -{ -lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; -lean_dec(x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__55(x_1, x_2, x_5, x_6); lean_dec(x_2); -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); lean_dec(x_1); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -lean_dec(x_7); -x_9 = 0; -x_10 = lean_box(x_9); -x_11 = lean_apply_2(x_8, lean_box(0), x_10); -return x_11; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -x_12 = lean_ctor_get(x_1, 1); -lean_inc(x_12); -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -lean_inc(x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_exprDependsOn_x27___rarg___lambda__1), 6, 5); -lean_closure_set(x_14, 0, x_3); -lean_closure_set(x_14, 1, x_2); -lean_closure_set(x_14, 2, x_1); -lean_closure_set(x_14, 3, x_12); -lean_closure_set(x_14, 4, x_4); -x_15 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +x_8 = lean_box(x_7); +return x_8; } } -else +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_16 = lean_ctor_get(x_1, 1); -lean_inc(x_16); -x_17 = lean_ctor_get(x_2, 0); -lean_inc(x_17); -lean_inc(x_16); -x_18 = lean_alloc_closure((void*)(l_Lean_exprDependsOn_x27___rarg___lambda__2), 6, 5); -lean_closure_set(x_18, 0, x_3); -lean_closure_set(x_18, 1, x_2); -lean_closure_set(x_18, 2, x_1); -lean_closure_set(x_18, 3, x_16); -lean_closure_set(x_18, 4, x_4); -x_19 = lean_apply_4(x_16, lean_box(0), lean_box(0), x_17, x_18); -return x_19; -} +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__53(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__56___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_exprDependsOn_x27___rarg), 4, 0); -return x_2; +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__56(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52___boxed(lean_object* x_1, lean_object* x_2) { _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); -lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(x_1, x_4, x_5); +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__52(x_1, x_2); lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; +x_4 = lean_box(x_3); +return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(x_1, x_4, x_5); +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__50(x_1, x_2, x_3); lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_2; lean_object* x_3; -x_2 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(x_1); -x_3 = lean_box(x_2); -return x_3; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__49(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_2; lean_object* x_3; -x_2 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_1); -x_3 = lean_box(x_2); -return x_3; +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__59(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__62___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; uint8_t x_7; lean_object* x_8; @@ -40070,13 +40726,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__16(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__62(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__63___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; uint8_t x_7; lean_object* x_8; @@ -40084,22 +40741,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__17(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__63(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__15(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__61(x_1, x_2); +lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__18___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__64___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; uint8_t x_7; lean_object* x_8; @@ -40107,22 +40766,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__18(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__64(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__14(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__60(x_1, x_2); +lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__58(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__57(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn___spec__67(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__70___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; uint8_t x_7; lean_object* x_8; @@ -40130,13 +40818,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__24(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__70(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__71___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; uint8_t x_7; lean_object* x_8; @@ -40144,22 +40833,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__25(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__71(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__23(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn___spec__69(x_1, x_2); +lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__72___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; uint8_t x_7; lean_object* x_8; @@ -40167,22 +40858,61 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__26(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn___spec__72(x_1, x_2, x_5, x_6); lean_dec(x_2); +lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__68___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__22(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn___spec__68(x_1, x_2); +lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn___spec__66(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn___spec__65(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___rarg___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_localDeclDependsOn___rarg___lambda__1(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_localDeclDependsOn___rarg___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_localDeclDependsOn___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_7); +lean_dec(x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -40194,7 +40924,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -40205,7 +40935,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_5, x_9); return x_10; } else @@ -40237,175 +40967,371 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(lean_object* x_1, size_t x_2, size_t x_3) { _start: { -switch (lean_obj_tag(x_2)) { -case 2: -{ -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -lean_inc(x_4); -x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) -{ -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); -if (x_7 == 0) +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_8 = lean_ctor_get(x_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = l_Lean_Expr_mvarId_x21(x_1); -x_11 = lean_name_eq(x_10, x_4); -lean_dec(x_10); -if (x_11 == 0) +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(x_5); +if (x_6 == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); -x_17 = lean_box(x_16); -lean_ctor_set(x_5, 0, x_17); -return x_5; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_2, x_7); +x_2 = x_8; +goto _start; } else { -uint8_t x_18; lean_object* x_19; -lean_dec(x_4); -x_18 = 1; -x_19 = lean_box(x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; +uint8_t x_10; +x_10 = 1; +return x_10; } } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = l_Lean_Expr_mvarId_x21(x_1); -x_22 = lean_name_eq(x_21, x_4); -lean_dec(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); -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_20); -return x_29; +uint8_t x_11; +x_11 = 0; +return x_11; } -else -{ -uint8_t x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_4); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_20); -return x_32; } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(lean_object* x_1, size_t x_2, size_t x_3) { +_start: +{ +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) +{ +size_t x_5; size_t x_6; +x_5 = 1; +x_6 = lean_usize_add(x_2, x_5); +x_2 = x_6; +goto _start; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_4); -x_33 = lean_ctor_get(x_5, 1); -lean_inc(x_33); -lean_dec(x_5); -x_34 = lean_ctor_get(x_6, 0); -lean_inc(x_34); -lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_34, x_33); -return x_35; +uint8_t x_8; +x_8 = 0; +return x_8; } } -case 5: -{ -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_2); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) -{ -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_2, x_3); -return x_38; } -else +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(lean_object* x_1) { +_start: { -lean_object* x_39; uint8_t x_40; -lean_inc(x_2); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +if (lean_obj_tag(x_1) == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -x_43 = l_Lean_Expr_getAppFn(x_41); -x_44 = lean_expr_eqv(x_43, x_36); -lean_dec(x_43); -if (x_44 == 0) +lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +lean_dec(x_1); +x_3 = lean_array_get_size(x_2); +x_4 = lean_unsigned_to_nat(0u); +x_5 = lean_nat_dec_lt(x_4, x_3); +if (x_5 == 0) { -lean_free_object(x_39); -lean_dec(x_36); +uint8_t x_6; +lean_dec(x_3); lean_dec(x_2); -x_2 = x_41; -x_3 = x_42; -goto _start; +x_6 = 0; +return x_6; } else { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_41); -x_46 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_47 = l_Lean_Expr_mvarId_x21(x_1); -x_48 = lean_name_eq(x_47, x_46); -lean_dec(x_46); -lean_dec(x_47); -if (x_48 == 0) +uint8_t x_7; +x_7 = lean_nat_dec_le(x_3, x_3); +if (x_7 == 0) { -lean_object* x_49; -lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_2, x_42); -return x_49; +uint8_t x_8; +lean_dec(x_3); +lean_dec(x_2); +x_8 = 0; +return x_8; } else { -uint8_t x_50; lean_object* x_51; +size_t x_9; size_t x_10; uint8_t x_11; +x_9 = 0; +x_10 = lean_usize_of_nat(x_3); +lean_dec(x_3); +x_11 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(x_2, x_9, x_10); +lean_dec(x_2); +return x_11; +} +} +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_12 = lean_ctor_get(x_1, 0); +lean_inc(x_12); +lean_dec(x_1); +x_13 = lean_array_get_size(x_12); +x_14 = lean_unsigned_to_nat(0u); +x_15 = lean_nat_dec_lt(x_14, x_13); +if (x_15 == 0) +{ +uint8_t x_16; +lean_dec(x_13); +lean_dec(x_12); +x_16 = 0; +return x_16; +} +else +{ +uint8_t x_17; +x_17 = lean_nat_dec_le(x_13, x_13); +if (x_17 == 0) +{ +uint8_t x_18; +lean_dec(x_13); +lean_dec(x_12); +x_18 = 0; +return x_18; +} +else +{ +size_t x_19; size_t x_20; uint8_t x_21; +x_19 = 0; +x_20 = lean_usize_of_nat(x_13); +lean_dec(x_13); +x_21 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(x_12, x_19, x_20); +lean_dec(x_12); +return x_21; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(lean_object* x_1) { +_start: +{ +lean_object* x_2; uint8_t x_3; +x_2 = lean_ctor_get(x_1, 0); +lean_inc(x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(x_2); +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_1, 1); +lean_inc(x_4); +lean_dec(x_1); +x_5 = lean_array_get_size(x_4); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +return x_8; +} +else +{ +uint8_t x_9; +x_9 = lean_nat_dec_le(x_5, x_5); +if (x_9 == 0) +{ +uint8_t x_10; +lean_dec(x_5); +lean_dec(x_4); +x_10 = 0; +return x_10; +} +else +{ +size_t x_11; size_t x_12; uint8_t x_13; +x_11 = 0; +x_12 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_13 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(x_4, x_11, x_12); +lean_dec(x_4); +return x_13; +} +} +} +else +{ +lean_dec(x_1); +return x_3; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 2: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (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_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; +} +else +{ +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; +} +} +else +{ +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; +} +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_34, x_33); +return x_35; +} +} +case 5: +{ +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_2, x_3); +return x_38; +} +else +{ +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) +{ +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; +goto _start; +} +else +{ +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_2, x_42); +return x_49; +} +else +{ +uint8_t x_50; lean_object* x_51; lean_dec(x_2); lean_dec(x_1); x_50 = 1; @@ -40447,7 +41373,7 @@ lean_dec(x_58); if (x_59 == 0) { lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_2, x_53); +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__3(x_1, x_2, x_53); return x_60; } else @@ -40475,7 +41401,7 @@ x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -40486,7 +41412,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_65, x_69); return x_70; } else @@ -40524,7 +41450,7 @@ x_76 = lean_ctor_get(x_2, 2); lean_inc(x_76); lean_dec(x_2); lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_75, x_3); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_75, x_3); x_78 = lean_ctor_get(x_77, 0); lean_inc(x_78); x_79 = lean_unbox(x_78); @@ -40535,7 +41461,7 @@ lean_dec(x_78); x_80 = lean_ctor_get(x_77, 1); lean_inc(x_80); lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_76, x_80); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_76, x_80); return x_81; } else @@ -40575,7 +41501,7 @@ x_88 = lean_ctor_get(x_2, 3); lean_inc(x_88); lean_dec(x_2); lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_86, x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_86, x_3); x_90 = lean_ctor_get(x_89, 0); lean_inc(x_90); x_91 = lean_unbox(x_90); @@ -40587,7 +41513,7 @@ x_92 = lean_ctor_get(x_89, 1); lean_inc(x_92); lean_dec(x_89); lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_87, x_92); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_87, x_92); x_94 = lean_ctor_get(x_93, 0); lean_inc(x_94); x_95 = lean_unbox(x_94); @@ -40598,7 +41524,7 @@ lean_dec(x_94); x_96 = lean_ctor_get(x_93, 1); lean_inc(x_96); lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_88, x_96); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_88, x_96); return x_97; } else @@ -40660,7 +41586,7 @@ lean_object* x_106; lean_object* x_107; x_106 = lean_ctor_get(x_2, 1); lean_inc(x_106); lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_106, x_3); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_106, x_3); return x_107; } case 11: @@ -40669,7 +41595,7 @@ lean_object* x_108; lean_object* x_109; x_108 = lean_ctor_get(x_2, 2); lean_inc(x_108); lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_108, x_3); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(x_1, x_108, x_3); return x_109; } default: @@ -40687,7 +41613,7 @@ return x_112; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -40733,12 +41659,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__2(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__2(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -40750,7 +41676,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -40761,7 +41687,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_5, x_9); return x_10; } else @@ -40793,12 +41719,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -40903,7 +41829,7 @@ lean_dec(x_5); x_34 = lean_ctor_get(x_6, 0); lean_inc(x_34); lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_34, x_33); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_34, x_33); return x_35; } } @@ -40916,7 +41842,7 @@ if (x_37 == 0) { lean_object* x_38; lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_2, x_3); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_2, x_3); return x_38; } else @@ -40956,7 +41882,7 @@ if (x_48 == 0) { lean_object* x_49; lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_2, x_42); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_2, x_42); return x_49; } else @@ -41003,7 +41929,7 @@ lean_dec(x_58); if (x_59 == 0) { lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_2, x_53); +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__10(x_1, x_2, x_53); return x_60; } else @@ -41031,7 +41957,7 @@ x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -41042,7 +41968,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_65, x_69); return x_70; } else @@ -41080,7 +42006,7 @@ x_76 = lean_ctor_get(x_2, 2); lean_inc(x_76); lean_dec(x_2); lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_75, x_3); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_75, x_3); x_78 = lean_ctor_get(x_77, 0); lean_inc(x_78); x_79 = lean_unbox(x_78); @@ -41091,7 +42017,7 @@ lean_dec(x_78); x_80 = lean_ctor_get(x_77, 1); lean_inc(x_80); lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_76, x_80); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_76, x_80); return x_81; } else @@ -41131,7 +42057,7 @@ x_88 = lean_ctor_get(x_2, 3); lean_inc(x_88); lean_dec(x_2); lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_86, x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_86, x_3); x_90 = lean_ctor_get(x_89, 0); lean_inc(x_90); x_91 = lean_unbox(x_90); @@ -41143,7 +42069,7 @@ x_92 = lean_ctor_get(x_89, 1); lean_inc(x_92); lean_dec(x_89); lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_87, x_92); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_87, x_92); x_94 = lean_ctor_get(x_93, 0); lean_inc(x_94); x_95 = lean_unbox(x_94); @@ -41154,7 +42080,7 @@ lean_dec(x_94); x_96 = lean_ctor_get(x_93, 1); lean_inc(x_96); lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_88, x_96); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_88, x_96); return x_97; } else @@ -41216,7 +42142,7 @@ lean_object* x_106; lean_object* x_107; x_106 = lean_ctor_get(x_2, 1); lean_inc(x_106); lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_106, x_3); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_106, x_3); return x_107; } case 11: @@ -41225,7 +42151,7 @@ lean_object* x_108; lean_object* x_109; x_108 = lean_ctor_get(x_2, 2); lean_inc(x_108); lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_108, x_3); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_1, x_108, x_3); return x_109; } default: @@ -41243,7 +42169,7 @@ return x_112; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -41289,12 +42215,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__5(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__9(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -41306,7 +42232,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -41317,7 +42243,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_5, x_9); return x_10; } else @@ -41349,12 +42275,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -41459,7 +42385,7 @@ lean_dec(x_5); x_34 = lean_ctor_get(x_6, 0); lean_inc(x_34); lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_34, x_33); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_34, x_33); return x_35; } } @@ -41472,7 +42398,7 @@ if (x_37 == 0) { lean_object* x_38; lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_2, x_3); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_2, x_3); return x_38; } else @@ -41512,7 +42438,7 @@ if (x_48 == 0) { lean_object* x_49; lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_2, x_42); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_2, x_42); return x_49; } else @@ -41559,7 +42485,7 @@ lean_dec(x_58); if (x_59 == 0) { lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_2, x_53); +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__13(x_1, x_2, x_53); return x_60; } else @@ -41587,7 +42513,7 @@ x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -41598,7 +42524,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_65, x_69); return x_70; } else @@ -41636,7 +42562,7 @@ x_76 = lean_ctor_get(x_2, 2); lean_inc(x_76); lean_dec(x_2); lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_75, x_3); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_75, x_3); x_78 = lean_ctor_get(x_77, 0); lean_inc(x_78); x_79 = lean_unbox(x_78); @@ -41647,7 +42573,7 @@ lean_dec(x_78); x_80 = lean_ctor_get(x_77, 1); lean_inc(x_80); lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_76, x_80); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_76, x_80); return x_81; } else @@ -41687,7 +42613,7 @@ x_88 = lean_ctor_get(x_2, 3); lean_inc(x_88); lean_dec(x_2); lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_86, x_3); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_86, x_3); x_90 = lean_ctor_get(x_89, 0); lean_inc(x_90); x_91 = lean_unbox(x_90); @@ -41699,7 +42625,7 @@ x_92 = lean_ctor_get(x_89, 1); lean_inc(x_92); lean_dec(x_89); lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_87, x_92); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_87, x_92); x_94 = lean_ctor_get(x_93, 0); lean_inc(x_94); x_95 = lean_unbox(x_94); @@ -41710,7 +42636,7 @@ lean_dec(x_94); x_96 = lean_ctor_get(x_93, 1); lean_inc(x_96); lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_88, x_96); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_88, x_96); return x_97; } else @@ -41772,7 +42698,7 @@ lean_object* x_106; lean_object* x_107; x_106 = lean_ctor_get(x_2, 1); lean_inc(x_106); lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_106, x_3); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_106, x_3); return x_107; } case 11: @@ -41781,7 +42707,7 @@ lean_object* x_108; lean_object* x_109; x_108 = lean_ctor_get(x_2, 2); lean_inc(x_108); lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_108, x_3); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_1, x_108, x_3); return x_109; } default: @@ -41799,7 +42725,7 @@ return x_112; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -41845,12 +42771,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__8(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__12(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -41862,7 +42788,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__16(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -41873,7 +42799,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_5, x_9); return x_10; } else @@ -41905,457 +42831,664 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__19(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -switch (lean_obj_tag(x_2)) { -case 2: -{ -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -lean_inc(x_4); -x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18(x_1, x_6); if (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_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = l_Lean_Expr_mvarId_x21(x_1); -x_11 = lean_name_eq(x_10, x_4); -lean_dec(x_10); -if (x_11 == 0) +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); -x_17 = lean_box(x_16); -lean_ctor_set(x_5, 0, x_17); -return x_5; +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} } else { -uint8_t x_18; lean_object* x_19; -lean_dec(x_4); -x_18 = 1; -x_19 = lean_box(x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__20(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = l_Lean_Expr_mvarId_x21(x_1); -x_22 = lean_name_eq(x_21, x_4); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); -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_20); -return x_29; +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -uint8_t x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_4); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_20); -return x_32; +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; } } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_4); -x_33 = lean_ctor_get(x_5, 1); -lean_inc(x_33); -lean_dec(x_5); -x_34 = lean_ctor_get(x_6, 0); -lean_inc(x_34); -lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_34, x_33); -return x_35; +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } -case 5: -{ -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_2); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) -{ -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_2, x_3); -return x_38; } -else -{ -lean_object* x_39; uint8_t x_40; -lean_inc(x_2); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -x_43 = l_Lean_Expr_getAppFn(x_41); -x_44 = lean_expr_eqv(x_43, x_36); -lean_dec(x_43); -if (x_44 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_free_object(x_39); -lean_dec(x_36); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_dec(x_2); -x_2 = x_41; -x_3 = x_42; -goto _start; +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; } else { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_41); -x_46 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_47 = l_Lean_Expr_mvarId_x21(x_1); -x_48 = lean_name_eq(x_47, x_46); -lean_dec(x_46); -lean_dec(x_47); -if (x_48 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_49; -lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_2, x_42); -return x_49; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; } else { -uint8_t x_50; lean_object* x_51; -lean_dec(x_2); -lean_dec(x_1); -x_50 = 1; -x_51 = lean_box(x_50); -lean_ctor_set(x_39, 0, x_51); -return x_39; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__19(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_39, 0); -x_53 = lean_ctor_get(x_39, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_39); -x_54 = l_Lean_Expr_getAppFn(x_52); -x_55 = lean_expr_eqv(x_54, x_36); -lean_dec(x_54); -if (x_55 == 0) -{ -lean_dec(x_36); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -x_2 = x_52; -x_3 = x_53; -goto _start; +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; } else { -lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_52); -x_57 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_58 = l_Lean_Expr_mvarId_x21(x_1); -x_59 = lean_name_eq(x_58, x_57); -lean_dec(x_57); -lean_dec(x_58); -if (x_59 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_2, x_53); -return x_60; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; } else { -uint8_t x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_2); -lean_dec(x_1); -x_61 = 1; -x_62 = lean_box(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_53); -return x_63; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__20(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } } } -case 6: +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__21(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -lean_dec(x_2); +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_64, x_3); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_unbox(x_67); -if (x_68 == 0) +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) { -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_65, x_69); -return x_70; +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -uint8_t x_71; -lean_dec(x_65); +uint8_t x_17; lean_dec(x_1); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) -{ -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +x_17 = 1; +return x_17; +} +} } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } } -case 7: +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_75 = lean_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); -lean_dec(x_2); +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_75, x_3); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_unbox(x_78); -if (x_79 == 0) +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18(x_1, x_3); +if (x_4 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_78); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_76, x_80); -return x_81; +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; } else { -uint8_t x_82; -lean_dec(x_76); -lean_dec(x_1); -x_82 = !lean_is_exclusive(x_77); -if (x_82 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_object* x_83; -x_83 = lean_ctor_get(x_77, 0); -lean_dec(x_83); -return x_77; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_77, 1); -lean_inc(x_84); -lean_dec(x_77); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_78); -lean_ctor_set(x_85, 1, x_84); -return x_85; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__21(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } -case 8: +else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -x_86 = lean_ctor_get(x_2, 1); -lean_inc(x_86); -x_87 = lean_ctor_get(x_2, 2); -lean_inc(x_87); -x_88 = lean_ctor_get(x_2, 3); -lean_inc(x_88); lean_dec(x_2); -lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_86, x_3); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_unbox(x_90); -if (x_91 == 0) +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_90); -x_92 = lean_ctor_get(x_89, 1); -lean_inc(x_92); -lean_dec(x_89); +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__16(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__16(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_87, x_92); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_unbox(x_94); -if (x_95 == 0) +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) { -lean_object* x_96; lean_object* x_97; -lean_dec(x_94); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_88, x_96); -return x_97; +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_43, x_47); +return x_48; } else { -uint8_t x_98; -lean_dec(x_88); +uint8_t x_49; +lean_dec(x_43); lean_dec(x_1); -x_98 = !lean_is_exclusive(x_93); -if (x_98 == 0) +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) { -lean_object* x_99; -x_99 = lean_ctor_get(x_93, 0); -lean_dec(x_99); -return x_93; +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; } else { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_93, 1); -lean_inc(x_100); -lean_dec(x_93); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_94); -lean_ctor_set(x_101, 1, x_100); -return x_101; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } } +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_54, x_58); +return x_59; +} else { -uint8_t x_102; -lean_dec(x_88); -lean_dec(x_87); +uint8_t x_60; +lean_dec(x_54); lean_dec(x_1); -x_102 = !lean_is_exclusive(x_89); -if (x_102 == 0) +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) { -lean_object* x_103; -x_103 = lean_ctor_get(x_89, 0); -lean_dec(x_103); -return x_89; +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; } else { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_89, 1); -lean_inc(x_104); -lean_dec(x_89); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_90); -lean_ctor_set(x_105, 1, x_104); -return x_105; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; } } } case 10: { -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_2, 1); -lean_inc(x_106); +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_106, x_3); -return x_107; +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_84, x_3); +return x_85; } case 11: { -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_2, 2); -lean_inc(x_108); +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_108, x_3); -return x_109; +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(x_1, x_86, x_3); +return x_87; } default: { -uint8_t x_110; lean_object* x_111; lean_object* x_112; +uint8_t x_88; lean_object* x_89; lean_object* x_90; lean_dec(x_2); lean_dec(x_1); -x_110 = 0; -x_111 = lean_box(x_110); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_3); -return x_112; +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -42401,12 +43534,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__11(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__15(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -42418,7 +43551,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__24(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -42429,7 +43562,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_5, x_9); return x_10; } else @@ -42461,1013 +43594,664 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__27(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -switch (lean_obj_tag(x_2)) { -case 2: -{ -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -lean_inc(x_4); -x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26(x_1, x_6); if (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_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = l_Lean_Expr_mvarId_x21(x_1); -x_11 = lean_name_eq(x_10, x_4); -lean_dec(x_10); -if (x_11 == 0) +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); -lean_dec(x_14); -x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); -x_17 = lean_box(x_16); -lean_ctor_set(x_5, 0, x_17); -return x_5; +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} } else { -uint8_t x_18; lean_object* x_19; -lean_dec(x_4); -x_18 = 1; -x_19 = lean_box(x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__28(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = l_Lean_Expr_mvarId_x21(x_1); -x_22 = lean_name_eq(x_21, x_4); -lean_dec(x_21); -if (x_22 == 0) +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); -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_20); -return x_29; +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -uint8_t x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_4); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_20); -return x_32; +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; } } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_4); -x_33 = lean_ctor_get(x_5, 1); -lean_inc(x_33); -lean_dec(x_5); -x_34 = lean_ctor_get(x_6, 0); -lean_inc(x_34); -lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_34, x_33); -return x_35; +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } -case 5: -{ -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_2); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) -{ -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_2, x_3); -return x_38; } -else -{ -lean_object* x_39; uint8_t x_40; -lean_inc(x_2); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -x_43 = l_Lean_Expr_getAppFn(x_41); -x_44 = lean_expr_eqv(x_43, x_36); -lean_dec(x_43); -if (x_44 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_free_object(x_39); -lean_dec(x_36); +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_dec(x_2); -x_2 = x_41; -x_3 = x_42; -goto _start; -} -else -{ -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_41); -x_46 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_47 = l_Lean_Expr_mvarId_x21(x_1); -x_48 = lean_name_eq(x_47, x_46); -lean_dec(x_46); -lean_dec(x_47); -if (x_48 == 0) -{ -lean_object* x_49; -lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_2, x_42); -return x_49; -} -else +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -uint8_t x_50; lean_object* x_51; -lean_dec(x_2); +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); lean_dec(x_1); -x_50 = 1; -x_51 = lean_box(x_50); -lean_ctor_set(x_39, 0, x_51); -return x_39; -} -} -} -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_39, 0); -x_53 = lean_ctor_get(x_39, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_39); -x_54 = l_Lean_Expr_getAppFn(x_52); -x_55 = lean_expr_eqv(x_54, x_36); -lean_dec(x_54); -if (x_55 == 0) -{ -lean_dec(x_36); -lean_dec(x_2); -x_2 = x_52; -x_3 = x_53; -goto _start; +x_7 = 0; +return x_7; } else { -lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_52); -x_57 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_58 = l_Lean_Expr_mvarId_x21(x_1); -x_59 = lean_name_eq(x_58, x_57); -lean_dec(x_57); -lean_dec(x_58); -if (x_59 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_2, x_53); -return x_60; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; } else { -uint8_t x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_2); -lean_dec(x_1); -x_61 = 1; -x_62 = lean_box(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_53); -return x_63; -} -} +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__27(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } -case 6: +else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_64, x_3); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_unbox(x_67); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_65, x_69); -return x_70; -} -else +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) { -uint8_t x_71; -lean_dec(x_65); +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); lean_dec(x_1); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) -{ -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +x_17 = 0; +return x_17; } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; -} -} -} -case 7: -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_75 = lean_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); -lean_dec(x_2); -lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_75, x_3); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_unbox(x_78); -if (x_79 == 0) -{ -lean_object* x_80; lean_object* x_81; -lean_dec(x_78); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_76, x_80); -return x_81; -} -else +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -uint8_t x_82; -lean_dec(x_76); +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); lean_dec(x_1); -x_82 = !lean_is_exclusive(x_77); -if (x_82 == 0) -{ -lean_object* x_83; -x_83 = lean_ctor_get(x_77, 0); -lean_dec(x_83); -return x_77; +x_19 = 0; +return x_19; } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_77, 1); -lean_inc(x_84); -lean_dec(x_77); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_78); -lean_ctor_set(x_85, 1, x_84); -return x_85; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__28(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } -case 8: -{ -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -x_86 = lean_ctor_get(x_2, 1); -lean_inc(x_86); -x_87 = lean_ctor_get(x_2, 2); -lean_inc(x_87); -x_88 = lean_ctor_get(x_2, 3); -lean_inc(x_88); -lean_dec(x_2); -lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_86, x_3); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_unbox(x_90); -if (x_91 == 0) -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_90); -x_92 = lean_ctor_get(x_89, 1); -lean_inc(x_92); -lean_dec(x_89); -lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_87, x_92); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_unbox(x_94); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; -lean_dec(x_94); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_88, x_96); -return x_97; } -else -{ -uint8_t x_98; -lean_dec(x_88); -lean_dec(x_1); -x_98 = !lean_is_exclusive(x_93); -if (x_98 == 0) -{ -lean_object* x_99; -x_99 = lean_ctor_get(x_93, 0); -lean_dec(x_99); -return x_93; } -else +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__29(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_93, 1); -lean_inc(x_100); -lean_dec(x_93); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_94); -lean_ctor_set(x_101, 1, x_100); -return x_101; -} -} -} -else +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_102; -lean_dec(x_88); -lean_dec(x_87); -lean_dec(x_1); -x_102 = !lean_is_exclusive(x_89); -if (x_102 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_103; -x_103 = lean_ctor_get(x_89, 0); -lean_dec(x_103); -return x_89; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_89, 1); -lean_inc(x_104); -lean_dec(x_89); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_90); -lean_ctor_set(x_105, 1, x_104); -return x_105; -} -} -} -case 10: -{ -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_2, 1); -lean_inc(x_106); -lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_106, x_3); -return x_107; -} -case 11: -{ -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_2, 2); -lean_inc(x_108); -lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_108, x_3); -return x_109; -} -default: +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) { -uint8_t x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_2); -lean_dec(x_1); -x_110 = 0; -x_111 = lean_box(x_110); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_3); -return x_112; -} -} -} +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -if (x_6 == 0) +else { -uint8_t x_7; -lean_dec(x_2); +uint8_t x_17; lean_dec(x_1); -x_7 = !lean_is_exclusive(x_4); -if (x_7 == 0) -{ -lean_object* x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -x_9 = 0; -x_10 = lean_box(x_9); -lean_ctor_set(x_4, 0, x_10); -return x_4; +x_17 = 1; +return x_17; } -else -{ -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); -return x_14; } } else { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_4, 1); -lean_inc(x_15); -lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__14(x_1, x_2, x_15); -return x_16; +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25(lean_object* x_1, lean_object* x_2) { _start: { -if (lean_obj_tag(x_2) == 5) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26(x_1, x_3); +if (x_4 == 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_2, 0); -lean_inc(x_4); +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_4, x_3); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_unbox(x_7); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); if (x_8 == 0) { -lean_object* x_9; lean_object* x_10; -lean_dec(x_7); -x_9 = lean_ctor_get(x_6, 1); -lean_inc(x_9); +uint8_t x_9; lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_5, x_9); -return x_10; +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; } else { +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ uint8_t x_11; +lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_11 = !lean_is_exclusive(x_6); -if (x_11 == 0) -{ -lean_object* x_12; -x_12 = lean_ctor_get(x_6, 0); -lean_dec(x_12); -return x_6; +x_11 = 0; +return x_11; } else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_6, 1); -lean_inc(x_13); +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); -lean_ctor_set(x_14, 1, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__29(x_1, x_5, x_12, x_13); +lean_dec(x_5); return x_14; } } } else { -lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_2, x_3); -return x_15; +lean_dec(x_2); +lean_dec(x_1); +return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { -case 2: +case 1: { -lean_object* x_4; lean_object* x_5; lean_object* x_6; +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); lean_dec(x_2); -lean_inc(x_4); -x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -if (lean_obj_tag(x_6) == 0) +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: { -uint8_t x_7; -x_7 = !lean_is_exclusive(x_5); -if (x_7 == 0) +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_8 = lean_ctor_get(x_5, 1); -x_9 = lean_ctor_get(x_5, 0); -lean_dec(x_9); -x_10 = l_Lean_Expr_mvarId_x21(x_1); -x_11 = lean_name_eq(x_10, x_4); -lean_dec(x_10); -if (x_11 == 0) +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (x_12 == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_ctor_get(x_14, 1); -lean_inc(x_15); +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); lean_dec(x_14); -x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); -x_17 = lean_box(x_16); -lean_ctor_set(x_5, 0, x_17); -return x_5; -} -else -{ -uint8_t x_18; lean_object* x_19; -lean_dec(x_4); -x_18 = 1; -x_19 = lean_box(x_18); -lean_ctor_set(x_5, 0, x_19); -return x_5; -} +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_ctor_get(x_5, 1); -lean_inc(x_20); -lean_dec(x_5); -x_21 = l_Lean_Expr_mvarId_x21(x_1); -x_22 = lean_name_eq(x_21, x_4); -lean_dec(x_21); -if (x_22 == 0) -{ -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; -x_23 = lean_ctor_get(x_20, 1); -lean_inc(x_23); -x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); x_25 = lean_ctor_get(x_24, 1); lean_inc(x_25); lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); -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_20); -return x_29; -} -else -{ -uint8_t x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_4); -x_30 = 1; -x_31 = lean_box(x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_20); -return x_32; -} +x_26 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -lean_dec(x_4); -x_33 = lean_ctor_get(x_5, 1); -lean_inc(x_33); -lean_dec(x_5); -x_34 = lean_ctor_get(x_6, 0); -lean_inc(x_34); -lean_dec(x_6); -x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_34, x_33); -return x_35; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_30, x_29); +return x_31; } } case 5: { -lean_object* x_36; uint8_t x_37; -x_36 = l_Lean_Expr_getAppFn(x_2); -x_37 = l_Lean_Expr_isMVar(x_36); -if (x_37 == 0) +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) { -lean_object* x_38; -lean_dec(x_36); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_2, x_3); -return x_38; +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__24(x_1, x_2, x_3); +return x_34; } else { -lean_object* x_39; uint8_t x_40; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_inc(x_2); -x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_40 = !lean_is_exclusive(x_39); -if (x_40 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_ctor_get(x_39, 0); -x_42 = lean_ctor_get(x_39, 1); -x_43 = l_Lean_Expr_getAppFn(x_41); -x_44 = lean_expr_eqv(x_43, x_36); -lean_dec(x_43); -if (x_44 == 0) +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) { -lean_free_object(x_39); -lean_dec(x_36); lean_dec(x_2); -x_2 = x_41; -x_3 = x_42; +x_2 = x_36; +x_3 = x_37; goto _start; } else { -lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_41); -x_46 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_47 = l_Lean_Expr_mvarId_x21(x_1); -x_48 = lean_name_eq(x_47, x_46); -lean_dec(x_46); -lean_dec(x_47); -if (x_48 == 0) -{ -lean_object* x_49; -lean_free_object(x_39); -x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_2, x_42); -return x_49; -} -else -{ -uint8_t x_50; lean_object* x_51; -lean_dec(x_2); -lean_dec(x_1); -x_50 = 1; -x_51 = lean_box(x_50); -lean_ctor_set(x_39, 0, x_51); -return x_39; -} -} -} -else -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_39, 0); -x_53 = lean_ctor_get(x_39, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_39); -x_54 = l_Lean_Expr_getAppFn(x_52); -x_55 = lean_expr_eqv(x_54, x_36); -lean_dec(x_54); -if (x_55 == 0) -{ +lean_object* x_41; lean_dec(x_36); -lean_dec(x_2); -x_2 = x_52; -x_3 = x_53; -goto _start; -} -else -{ -lean_object* x_57; lean_object* x_58; uint8_t x_59; -lean_dec(x_52); -x_57 = l_Lean_Expr_mvarId_x21(x_36); -lean_inc(x_1); -x_58 = l_Lean_Expr_mvarId_x21(x_1); -x_59 = lean_name_eq(x_58, x_57); -lean_dec(x_57); -lean_dec(x_58); -if (x_59 == 0) -{ -lean_object* x_60; -x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_2, x_53); -return x_60; -} -else -{ -uint8_t x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_2); -lean_dec(x_1); -x_61 = 1; -x_62 = lean_box(x_61); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_53); -return x_63; -} -} +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__24(x_1, x_2, x_37); +return x_41; } } } case 6: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); lean_dec(x_2); lean_inc(x_1); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_64, x_3); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_unbox(x_67); -if (x_68 == 0) +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) { -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_65, x_69); -return x_70; +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_43, x_47); +return x_48; } else { -uint8_t x_71; -lean_dec(x_65); +uint8_t x_49; +lean_dec(x_43); lean_dec(x_1); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) { -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } } case 7: { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; -x_75 = lean_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); lean_dec(x_2); lean_inc(x_1); -x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_75, x_3); -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_unbox(x_78); -if (x_79 == 0) +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) { -lean_object* x_80; lean_object* x_81; -lean_dec(x_78); -x_80 = lean_ctor_get(x_77, 1); -lean_inc(x_80); -lean_dec(x_77); -x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_76, x_80); -return x_81; +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_54, x_58); +return x_59; } else { -uint8_t x_82; -lean_dec(x_76); +uint8_t x_60; +lean_dec(x_54); lean_dec(x_1); -x_82 = !lean_is_exclusive(x_77); -if (x_82 == 0) +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) { -lean_object* x_83; -x_83 = lean_ctor_get(x_77, 0); -lean_dec(x_83); -return x_77; +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_77, 1); -lean_inc(x_84); -lean_dec(x_77); -x_85 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_85, 0, x_78); -lean_ctor_set(x_85, 1, x_84); -return x_85; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } case 8: { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; -x_86 = lean_ctor_get(x_2, 1); -lean_inc(x_86); -x_87 = lean_ctor_get(x_2, 2); -lean_inc(x_87); -x_88 = lean_ctor_get(x_2, 3); -lean_inc(x_88); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); lean_dec(x_2); lean_inc(x_1); -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_86, x_3); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_unbox(x_90); -if (x_91 == 0) +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) { -lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; -lean_dec(x_90); -x_92 = lean_ctor_get(x_89, 1); -lean_inc(x_92); -lean_dec(x_89); +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); lean_inc(x_1); -x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_87, x_92); -x_94 = lean_ctor_get(x_93, 0); -lean_inc(x_94); -x_95 = lean_unbox(x_94); -if (x_95 == 0) +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) { -lean_object* x_96; lean_object* x_97; -lean_dec(x_94); -x_96 = lean_ctor_get(x_93, 1); -lean_inc(x_96); -lean_dec(x_93); -x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_88, x_96); -return x_97; +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_66, x_74); +return x_75; } else { -uint8_t x_98; -lean_dec(x_88); +uint8_t x_76; +lean_dec(x_66); lean_dec(x_1); -x_98 = !lean_is_exclusive(x_93); -if (x_98 == 0) +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) { -lean_object* x_99; -x_99 = lean_ctor_get(x_93, 0); -lean_dec(x_99); -return x_93; +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; } else { -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_93, 1); -lean_inc(x_100); -lean_dec(x_93); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_94); -lean_ctor_set(x_101, 1, x_100); -return x_101; +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } else { -uint8_t x_102; -lean_dec(x_88); -lean_dec(x_87); +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); lean_dec(x_1); -x_102 = !lean_is_exclusive(x_89); -if (x_102 == 0) +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) { -lean_object* x_103; -x_103 = lean_ctor_get(x_89, 0); -lean_dec(x_103); -return x_89; +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; } else { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_89, 1); -lean_inc(x_104); -lean_dec(x_89); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_90); -lean_ctor_set(x_105, 1, x_104); -return x_105; +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; } } } case 10: { -lean_object* x_106; lean_object* x_107; -x_106 = lean_ctor_get(x_2, 1); -lean_inc(x_106); +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); lean_dec(x_2); -x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_106, x_3); -return x_107; +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_84, x_3); +return x_85; } case 11: { -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_2, 2); -lean_inc(x_108); +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); lean_dec(x_2); -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_108, x_3); -return x_109; +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_1, x_86, x_3); +return x_87; } default: { -uint8_t x_110; lean_object* x_111; lean_object* x_112; +uint8_t x_88; lean_object* x_89; lean_object* x_90; lean_dec(x_2); lean_dec(x_1); -x_110 = 0; -x_111 = lean_box(x_110); -x_112 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_3); -return x_112; +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -43513,12 +44297,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__17(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__23(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__32(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -43530,7 +44314,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__32(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -43541,7 +44325,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_5, x_9); return x_10; } else @@ -43573,12 +44357,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__35(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -43588,7 +44372,7 @@ if (x_5 == 0) lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -43614,7 +44398,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__36(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -43670,7 +44454,7 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -43710,7 +44494,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__24(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__35(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -43753,7 +44537,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__36(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -43761,7 +44545,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__26(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__37(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -43817,14 +44601,14 @@ return x_18; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__33(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -43862,7 +44646,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__26(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__37(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -43876,7 +44660,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__31(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -43925,7 +44709,7 @@ lean_dec(x_16); x_18 = lean_ctor_get(x_17, 1); lean_inc(x_18); lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_18); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__33(x_1, x_18); x_20 = lean_box(x_19); lean_ctor_set(x_10, 0, x_20); return x_10; @@ -43945,7 +44729,7 @@ lean_dec(x_23); x_25 = lean_ctor_get(x_24, 1); lean_inc(x_25); lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_25); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__33(x_1, x_25); x_27 = lean_box(x_26); x_28 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_28, 0, x_27); @@ -43963,7 +44747,7 @@ lean_dec(x_10); x_30 = lean_ctor_get(x_11, 0); lean_inc(x_30); lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_30, x_29); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_30, x_29); return x_31; } } @@ -43976,7 +44760,7 @@ if (x_33 == 0) { lean_object* x_34; lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_2, x_3); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__32(x_1, x_2, x_3); return x_34; } else @@ -44004,7 +44788,7 @@ else { lean_object* x_41; lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_2, x_37); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_exprDependsOn_x27___spec__32(x_1, x_2, x_37); return x_41; } } @@ -44018,7 +44802,7 @@ x_43 = lean_ctor_get(x_2, 2); lean_inc(x_43); lean_dec(x_2); lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_42, x_3); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_42, x_3); x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); x_46 = lean_unbox(x_45); @@ -44029,7 +44813,7 @@ lean_dec(x_45); x_47 = lean_ctor_get(x_44, 1); lean_inc(x_47); lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_43, x_47); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_43, x_47); return x_48; } else @@ -44067,7 +44851,7 @@ x_54 = lean_ctor_get(x_2, 2); lean_inc(x_54); lean_dec(x_2); lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_53, x_3); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_53, x_3); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); x_57 = lean_unbox(x_56); @@ -44078,7 +44862,7 @@ lean_dec(x_56); x_58 = lean_ctor_get(x_55, 1); lean_inc(x_58); lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_54, x_58); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_54, x_58); return x_59; } else @@ -44118,7 +44902,7 @@ x_66 = lean_ctor_get(x_2, 3); lean_inc(x_66); lean_dec(x_2); lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_64, x_3); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_64, x_3); x_68 = lean_ctor_get(x_67, 0); lean_inc(x_68); x_69 = lean_unbox(x_68); @@ -44130,7 +44914,7 @@ x_70 = lean_ctor_get(x_67, 1); lean_inc(x_70); lean_dec(x_67); lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_65, x_70); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_65, x_70); x_72 = lean_ctor_get(x_71, 0); lean_inc(x_72); x_73 = lean_unbox(x_72); @@ -44141,7 +44925,7 @@ lean_dec(x_72); x_74 = lean_ctor_get(x_71, 1); lean_inc(x_74); lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_66, x_74); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_66, x_74); return x_75; } else @@ -44203,7 +44987,7 @@ lean_object* x_84; lean_object* x_85; x_84 = lean_ctor_get(x_2, 1); lean_inc(x_84); lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_84, x_3); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_84, x_3); return x_85; } case 11: @@ -44212,7 +44996,7 @@ lean_object* x_86; lean_object* x_87; x_86 = lean_ctor_get(x_2, 2); lean_inc(x_86); lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_86, x_3); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_1, x_86, x_3); return x_87; } default: @@ -44230,7 +45014,7 @@ return x_90; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -44276,12 +45060,459 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__20(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_exprDependsOn_x27___spec__31(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___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) { +_start: +{ +uint8_t x_7; lean_object* x_8; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_19 = l_Lean_Expr_hasFVar(x_1); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = l_Lean_Expr_hasMVar(x_1); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_5); +lean_dec(x_1); +x_21 = 0; +x_7 = x_21; +x_8 = x_18; +goto block_16; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__8(x_5, x_1, x_18); +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 = lean_unbox(x_23); +lean_dec(x_23); +x_7 = x_25; +x_8 = x_24; +goto block_16; +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__11(x_5, x_1, x_18); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_16; +} +block_16: +{ +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_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +lean_dec(x_2); +x_11 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_11, 0, x_9); +x_12 = lean_apply_1(x_10, x_11); +x_13 = lean_box(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_13); +x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___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) { +_start: +{ +uint8_t x_7; lean_object* x_8; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_19 = l_Lean_Expr_hasFVar(x_1); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = l_Lean_Expr_hasMVar(x_1); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_5); +lean_dec(x_1); +x_21 = 0; +x_7 = x_21; +x_8 = x_18; +goto block_16; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__22(x_5, x_1, x_18); +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 = lean_unbox(x_23); +lean_dec(x_23); +x_7 = x_25; +x_8 = x_24; +goto block_16; +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_exprDependsOn_x27___spec__30(x_5, x_1, x_18); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_16; +} +block_16: +{ +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_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +lean_dec(x_2); +x_11 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_11, 0, x_9); +x_12 = lean_apply_1(x_10, x_11); +x_13 = lean_box(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_13); +x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = l_Lean_Expr_isFVar(x_4); +if (x_5 == 0) +{ +uint8_t x_6; +x_6 = l_Lean_Expr_isMVar(x_4); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_ctor_get(x_7, 1); +lean_inc(x_8); +lean_dec(x_7); +x_9 = 0; +x_10 = lean_box(x_9); +x_11 = lean_apply_2(x_8, lean_box(0), x_10); +return x_11; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; +x_12 = lean_ctor_get(x_1, 1); +lean_inc(x_12); +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_inc(x_12); +x_14 = lean_alloc_closure((void*)(l_Lean_exprDependsOn_x27___rarg___lambda__1), 6, 5); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_2); +lean_closure_set(x_14, 2, x_1); +lean_closure_set(x_14, 3, x_12); +lean_closure_set(x_14, 4, x_4); +x_15 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_13, 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_1, 1); +lean_inc(x_16); +x_17 = lean_ctor_get(x_2, 0); +lean_inc(x_17); +lean_inc(x_16); +x_18 = lean_alloc_closure((void*)(l_Lean_exprDependsOn_x27___rarg___lambda__2), 6, 5); +lean_closure_set(x_18, 0, x_3); +lean_closure_set(x_18, 1, x_2); +lean_closure_set(x_18, 2, x_1); +lean_closure_set(x_18, 3, x_16); +lean_closure_set(x_18, 4, x_4); +x_19 = lean_apply_4(x_16, lean_box(0), lean_box(0), x_17, x_18); +return x_19; +} +} +} +LEAN_EXPORT lean_object* l_Lean_exprDependsOn_x27(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_exprDependsOn_x27___rarg), 4, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; +x_4 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__6(x_1, x_4, x_5); +lean_dec(x_1); +x_7 = lean_box(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; +x_4 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__7(x_1, x_4, x_5); +lean_dec(x_1); +x_7 = lean_box(x_6); +return x_7; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__5(x_1); +x_3 = lean_box(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4___boxed(lean_object* x_1) { +_start: +{ +uint8_t x_2; lean_object* x_3; +x_2 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_1); +x_3 = lean_box(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__19___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__19(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__20___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__20(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__18(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__21___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__21(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__17(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__27___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__27(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__28___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__28(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__26(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__29___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__29(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__25(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__35___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__35(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__36___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__36(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_exprDependsOn_x27___spec__34(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__37___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_exprDependsOn_x27___spec__37(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__33___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__33(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -44293,7 +45524,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__29(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -44304,7 +45535,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_5, x_9); return x_10; } else @@ -44336,664 +45567,457 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +switch (lean_obj_tag(x_2)) { +case 2: { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31(x_1, x_6); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); if (x_7 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -uint8_t x_11; -lean_dec(x_1); -x_11 = 1; -return x_11; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } else { -uint8_t x_12; -lean_dec(x_1); -x_12 = 0; -return x_12; +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_34, x_33); +return x_35; +} +} +case 5: { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_2, x_3); +return x_38; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) +{ +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; -} -} +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_2, x_42); +return x_49; } else { -uint8_t x_18; +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -return x_18; +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31(lean_object* x_1, lean_object* x_2) { -_start: +else { -if (lean_obj_tag(x_2) == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); +lean_dec(x_36); lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_7 = 0; -return x_7; +x_2 = x_52; +x_3 = x_53; +goto _start; } else { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) { -uint8_t x_9; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__3(x_1, x_2, x_53); +return x_60; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__32(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } } } -else +} +} +case 6: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); lean_dec(x_2); -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) +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_1); -x_17 = 0; -return x_17; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_65, x_69); +return x_70; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) -{ -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_19 = 0; -return x_19; +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; -} -} -} +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; } -else +case 7: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +lean_dec(x_2); lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_76, x_80); +return x_81; } else { -uint8_t x_17; +uint8_t x_82; +lean_dec(x_76); lean_dec(x_1); -x_17 = 1; -return x_17; -} -} +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) +{ +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } else { -uint8_t x_18; -lean_dec(x_1); -x_18 = 0; -return x_18; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30(lean_object* x_1, lean_object* x_2) { -_start: +case 8: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +lean_dec(x_2); lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31(x_1, x_3); -if (x_4 == 0) +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); -if (x_8 == 0) +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) { -uint8_t x_9; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_88, x_96); +return x_97; } else { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) -{ -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); +uint8_t x_98; +lean_dec(x_88); lean_dec(x_1); -x_11 = 0; -return x_11; +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) +{ +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34(x_1, x_5, x_12, x_13); -lean_dec(x_5); -return x_14; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } } } else { -lean_dec(x_2); +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); lean_dec(x_1); -return x_4; -} -} +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) +{ +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -switch (lean_obj_tag(x_2)) { -case 1: -{ -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); -lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; -} -case 2: -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); -lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (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; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); -lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; -} -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_30, x_29); -return x_31; -} -} -case 5: -{ -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) -{ -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__29(x_1, x_2, x_3); -return x_34; -} -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) -{ -lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; -goto _start; -} -else -{ -lean_object* x_41; -lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__29(x_1, x_2, x_37); -return x_41; -} -} -} -case 6: -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); -lean_dec(x_2); -lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_43, x_47); -return x_48; -} -else -{ -uint8_t x_49; -lean_dec(x_43); -lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) -{ -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; -} -else -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; -} -} -} -case 7: -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); -lean_dec(x_2); -lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_54, x_58); -return x_59; -} -else -{ -uint8_t x_60; -lean_dec(x_54); -lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; -} -else -{ -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} -case 8: -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); -lean_dec(x_2); -lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); -lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_66, x_74); -return x_75; -} -else -{ -uint8_t x_76; -lean_dec(x_66); -lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) -{ -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; -} -else -{ -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; -} -} -} -else -{ -uint8_t x_80; -lean_dec(x_66); -lean_dec(x_65); -lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) -{ -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; -} -else -{ -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } case 10: { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_84, x_3); -return x_85; +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_106, x_3); +return x_107; } case 11: { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_86, x_3); -return x_87; +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_1, x_108, x_3); +return x_109; } default: { -uint8_t x_88; lean_object* x_89; lean_object* x_90; +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_2); lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -45039,12 +46063,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__2(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -45056,7 +46080,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__37(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -45067,7 +46091,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_5, x_9); return x_10; } else @@ -45099,716 +46123,509 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +switch (lean_obj_tag(x_2)) { +case 2: { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__39(x_1, x_6); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); if (x_7 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; -} -else +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) { -uint8_t x_11; -lean_dec(x_1); -x_11 = 1; -return 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; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -uint8_t x_12; -lean_dec(x_1); -x_12 = 0; -return x_12; -} -} +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; } } } else { -uint8_t x_18; -lean_dec(x_1); -x_18 = 0; -return x_18; -} +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_34, x_33); +return x_35; } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__39(lean_object* x_1, lean_object* x_2) { -_start: +case 5: { -if (lean_obj_tag(x_2) == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_2, x_3); +return x_38; +} +else { -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_7 = 0; -return x_7; +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) +{ +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; +goto _start; } else { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) { -uint8_t x_9; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_2, x_42); +return x_49; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__40(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); +lean_dec(x_1); +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; } } } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -lean_dec(x_2); -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) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_1); -x_17 = 0; -return x_17; +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_52; +x_3 = x_53; +goto _start; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) { -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_1); -x_19 = 0; -return x_19; +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__6(x_1, x_2, x_53); +return x_60; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } } } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +case 6: { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_65, x_69); +return x_70; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +uint8_t x_71; +lean_dec(x_65); +lean_dec(x_1); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} } } +case 7: +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +lean_dec(x_2); +lean_inc(x_1); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) +{ +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_76, x_80); +return x_81; } else { -uint8_t x_18; +uint8_t x_82; +lean_dec(x_76); lean_dec(x_1); -x_18 = 0; -return x_18; +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) +{ +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; +} +else +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__38(lean_object* x_1, lean_object* x_2) { -_start: +case 8: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +lean_dec(x_2); lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__39(x_1, x_3); -if (x_4 == 0) +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); -if (x_8 == 0) +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) { -uint8_t x_9; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_88, x_96); +return x_97; } else { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) -{ -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); +uint8_t x_98; +lean_dec(x_88); lean_dec(x_1); -x_11 = 0; -return x_11; +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) +{ +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(x_1, x_5, x_12, x_13); -lean_dec(x_5); -return x_14; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } } } else { -lean_dec(x_2); +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); lean_dec(x_1); -return x_4; +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) +{ +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; +} +else +{ +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +case 10: { -switch (lean_obj_tag(x_2)) { -case 1: +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); +lean_dec(x_2); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_106, x_3); +return x_107; +} +case 11: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); -lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_1, x_108, x_3); +return x_109; } -case 2: +default: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +lean_dec(x_1); +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 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; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__38(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); -lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__38(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_30, x_29); -return x_31; +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__5(x_1, x_2, x_15); +return x_16; } } -case 5: -{ -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) -{ -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__37(x_1, x_2, x_3); -return x_34; } -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) -{ -lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; -goto _start; -} -else -{ -lean_object* x_41; -lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__37(x_1, x_2, x_37); -return x_41; -} -} -} -case 6: -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); -lean_dec(x_2); -lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_43, x_47); -return x_48; -} -else -{ -uint8_t x_49; -lean_dec(x_43); -lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) -{ -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; -} -else -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; -} -} -} -case 7: -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); -lean_dec(x_2); -lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_54, x_58); -return x_59; -} -else -{ -uint8_t x_60; -lean_dec(x_54); -lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; -} -else -{ -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} -case 8: -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); -lean_dec(x_2); -lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); -lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_66, x_74); -return x_75; -} -else -{ -uint8_t x_76; -lean_dec(x_66); -lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) -{ -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; -} -else -{ -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; -} -} -} -else -{ -uint8_t x_80; -lean_dec(x_66); -lean_dec(x_65); -lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) -{ -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; -} -else -{ -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; -} -} -} -case 10: -{ -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); -lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_84, x_3); -return x_85; -} -case 11: -{ -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); -lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_86, x_3); -return x_87; -} -default: -{ -uint8_t x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_2); -lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_2); -lean_dec(x_1); -x_7 = !lean_is_exclusive(x_4); -if (x_7 == 0) -{ -lean_object* x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -x_9 = 0; -x_10 = lean_box(x_9); -lean_ctor_set(x_4, 0, x_10); -return x_4; -} -else -{ -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); -return x_14; -} -} -else -{ -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_4, 1); -lean_inc(x_15); -lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_2, x_15); -return x_16; -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { if (lean_obj_tag(x_2) == 5) { @@ -45819,7 +46636,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__45(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -45830,7 +46647,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_5, x_9); return x_10; } else @@ -45862,664 +46679,1013 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +switch (lean_obj_tag(x_2)) { +case 2: { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47(x_1, x_6); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); if (x_7 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -uint8_t x_11; -lean_dec(x_1); -x_11 = 1; -return x_11; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } else { -uint8_t x_12; -lean_dec(x_1); -x_12 = 0; -return x_12; +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_34, x_33); +return x_35; +} +} +case 5: { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_2, x_3); +return x_38; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) +{ +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; -} -} +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_2, x_42); +return x_49; } else { -uint8_t x_18; +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -return x_18; +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47(lean_object* x_1, lean_object* x_2) { -_start: +else { -if (lean_obj_tag(x_2) == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); +lean_dec(x_36); lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) +x_2 = x_52; +x_3 = x_53; +goto _start; +} +else { -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_7 = 0; -return x_7; +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__9(x_1, x_2, x_53); +return x_60; } else { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; +} +} +} +} +} +case 6: { -uint8_t x_9; -lean_dec(x_4); -lean_dec(x_3); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_65, x_69); +return x_70; +} +else +{ +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_9 = 0; -return x_9; +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__48(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } } -else +case 7: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); lean_dec(x_2); -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) +lean_inc(x_1); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_1); -x_17 = 0; -return x_17; +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_76, x_80); +return x_81; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) -{ -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); +uint8_t x_82; +lean_dec(x_76); lean_dec(x_1); -x_19 = 0; -return x_19; +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) +{ +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; -} +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } +case 8: +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +lean_dec(x_2); +lean_inc(x_1); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) +{ +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_88, x_96); +return x_97; } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +uint8_t x_98; +lean_dec(x_88); +lean_dec(x_1); +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; +} +else { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; +} +} } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); +lean_dec(x_1); +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } else { -uint8_t x_17; +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; +} +} +} +case 10: +{ +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); +lean_dec(x_2); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_106, x_3); +return x_107; +} +case 11: +{ +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); +lean_dec(x_2); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_1, x_108, x_3); +return x_109; +} +default: +{ +uint8_t x_110; lean_object* x_111; lean_object* x_112; +lean_dec(x_2); lean_dec(x_1); -x_17 = 1; -return x_17; +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_18; +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -return x_18; +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} } +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__8(x_1, x_2, x_15); +return x_16; } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46(lean_object* x_1, lean_object* x_2) { +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47(x_1, x_3); -if (x_4 == 0) +if (lean_obj_tag(x_2) == 5) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +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_2, 0); +lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); if (x_8 == 0) { -uint8_t x_9; +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_9 = 0; -return x_9; +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_5, x_9); +return x_10; } else { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) -{ uint8_t x_11; -lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_11 = 0; -return x_11; +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(x_1, x_5, x_12, x_13); -lean_dec(x_5); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); return x_14; } } } else { -lean_dec(x_2); -lean_dec(x_1); -return x_4; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { -case 1: +case 2: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +lean_object* x_4; lean_object* x_5; lean_object* x_6; x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); -lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; -} -case 2: +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); -lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (x_7 == 0) { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 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; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); -lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_30, x_29); -return x_31; -} -} +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; +} +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_34, x_33); +return x_35; +} +} case 5: { -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__45(x_1, x_2, x_3); -return x_34; +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_2, x_3); +return x_38; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_object* x_39; uint8_t x_40; lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) { +lean_free_object(x_39); +lean_dec(x_36); lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; +x_2 = x_41; +x_3 = x_42; goto _start; } else { -lean_object* x_41; +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_2, x_42); +return x_49; +} +else +{ +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); +lean_dec(x_1); +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; +} +} +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) +{ lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__45(x_1, x_2, x_37); -return x_41; +lean_dec(x_2); +x_2 = x_52; +x_3 = x_53; +goto _start; +} +else +{ +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__12(x_1, x_2, x_53); +return x_60; +} +else +{ +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; +} +} } } } case 6: { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); lean_dec(x_2); lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_43, x_47); -return x_48; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_65, x_69); +return x_70; } else { -uint8_t x_49; -lean_dec(x_43); +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) { -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } } case 7: { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); lean_dec(x_2); lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) { -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_54, x_58); -return x_59; +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_76, x_80); +return x_81; } else { -uint8_t x_60; -lean_dec(x_54); +uint8_t x_82; +lean_dec(x_76); lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } case 8: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); lean_dec(x_2); lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) { -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_66, x_74); -return x_75; +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_88, x_96); +return x_97; } else { -uint8_t x_76; -lean_dec(x_66); +uint8_t x_98; +lean_dec(x_88); lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) { -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } else { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } } } else { -uint8_t x_80; -lean_dec(x_66); -lean_dec(x_65); +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) { -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } else { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } case 10: { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_84, x_3); -return x_85; +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_106, x_3); +return x_107; } case 11: { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_86, x_3); -return x_87; +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_1, x_108, x_3); +return x_109; } default: { -uint8_t x_88; lean_object* x_89; lean_object* x_90; +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_2); lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -46565,12 +47731,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__11(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__53(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -46582,7 +47748,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__53(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -46593,7 +47759,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_5, x_9); return x_10; } else @@ -46625,664 +47791,457 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__56(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +switch (lean_obj_tag(x_2)) { +case 2: { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55(x_1, x_6); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); if (x_7 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -uint8_t x_11; -lean_dec(x_1); -x_11 = 1; -return x_11; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } else { -uint8_t x_12; -lean_dec(x_1); -x_12 = 0; -return x_12; +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; } +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +} +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_34, x_33); +return x_35; +} +} +case 5: { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_2, x_3); +return x_38; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) +{ +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; -} -} +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_2, x_42); +return x_49; } else { -uint8_t x_18; +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -return x_18; +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55(lean_object* x_1, lean_object* x_2) { -_start: +else { -if (lean_obj_tag(x_2) == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); +lean_dec(x_36); lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_7 = 0; -return x_7; +x_2 = x_52; +x_3 = x_53; +goto _start; } else { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) { -uint8_t x_9; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__15(x_1, x_2, x_53); +return x_60; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__56(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } } } -else +} +} +case 6: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); lean_dec(x_2); -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) +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_1); -x_17 = 0; -return x_17; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_65, x_69); +return x_70; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) -{ -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_19 = 0; -return x_19; +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; -} -} -} +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; } -else +case 7: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +lean_dec(x_2); lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_76, x_80); +return x_81; } else { -uint8_t x_17; +uint8_t x_82; +lean_dec(x_76); lean_dec(x_1); -x_17 = 1; -return x_17; -} -} +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) +{ +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } else { -uint8_t x_18; -lean_dec(x_1); -x_18 = 0; -return x_18; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54(lean_object* x_1, lean_object* x_2) { -_start: +case 8: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +lean_dec(x_2); lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55(x_1, x_3); -if (x_4 == 0) +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); -if (x_8 == 0) +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) { -uint8_t x_9; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_88, x_96); +return x_97; } else { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) -{ -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); +uint8_t x_98; +lean_dec(x_88); lean_dec(x_1); -x_11 = 0; -return x_11; +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) +{ +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(x_1, x_5, x_12, x_13); -lean_dec(x_5); -return x_14; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } } } else { -lean_dec(x_2); +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); lean_dec(x_1); -return x_4; +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) +{ +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; +} +else +{ +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -switch (lean_obj_tag(x_2)) { -case 1: +case 10: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); -lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_106, x_3); +return x_107; } -case 2: +case 11: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_1, x_108, x_3); +return x_109; +} +default: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); -lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); -lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; -} -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_30, x_29); -return x_31; -} -} -case 5: -{ -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) -{ -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__53(x_1, x_2, x_3); -return x_34; -} -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) -{ -lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; -goto _start; -} -else -{ -lean_object* x_41; -lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__53(x_1, x_2, x_37); -return x_41; -} -} -} -case 6: -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); -lean_dec(x_2); -lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_43, x_47); -return x_48; -} -else -{ -uint8_t x_49; -lean_dec(x_43); -lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) -{ -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; -} -else -{ -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; -} -} -} -case 7: -{ -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); -lean_dec(x_2); -lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) -{ -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_54, x_58); -return x_59; -} -else -{ -uint8_t x_60; -lean_dec(x_54); -lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) -{ -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; -} -else -{ -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} -} -} -case 8: -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); -lean_dec(x_2); -lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); -lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_66, x_74); -return x_75; -} -else -{ -uint8_t x_76; -lean_dec(x_66); -lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) -{ -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; -} -else -{ -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; -} -} -} -else -{ -uint8_t x_80; -lean_dec(x_66); -lean_dec(x_65); -lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) -{ -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; -} -else -{ -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; -} -} -} -case 10: -{ -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); -lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_84, x_3); -return x_85; -} -case 11: -{ -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); -lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_86, x_3); -return x_87; -} -default: -{ -uint8_t x_88; lean_object* x_89; lean_object* x_90; +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_2); lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -47328,12 +48287,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__14(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__61(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -47345,7 +48304,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); lean_inc(x_1); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__61(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -47356,7 +48315,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_5, x_9); return x_10; } else @@ -47388,664 +48347,1013 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__17(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +switch (lean_obj_tag(x_2)) { +case 2: { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -lean_inc(x_1); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63(x_1, x_6); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) +{ +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); if (x_7 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -uint8_t x_11; -lean_dec(x_1); -x_11 = 1; -return x_11; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } else { -uint8_t x_12; -lean_dec(x_1); -x_12 = 0; -return x_12; +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_34, x_33); +return x_35; +} +} +case 5: { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_2, x_3); +return x_38; } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) +{ +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } else { -uint8_t x_17; -lean_dec(x_1); -x_17 = 1; -return x_17; -} -} +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_2, x_42); +return x_49; } else { -uint8_t x_18; +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -return x_18; +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63(lean_object* x_1, lean_object* x_2) { -_start: -{ -if (lean_obj_tag(x_2) == 0) +else { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) { -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_7 = 0; -return x_7; +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_52; +x_3 = x_53; +goto _start; } else { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) { -uint8_t x_9; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_1); -x_9 = 0; -return x_9; +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__18(x_1, x_2, x_53); +return x_60; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__64(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } } } -else +} +} +case 6: { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); lean_dec(x_2); -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) +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_65, x_69); +return x_70; +} +else +{ +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_17 = 0; -return x_17; +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +case 7: { -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_1); -x_19 = 0; -return x_19; +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +lean_dec(x_2); +lean_inc(x_1); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) +{ +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_76, x_80); +return x_81; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; +uint8_t x_82; +lean_dec(x_76); +lean_dec(x_1); +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) +{ +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } +else +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } +case 8: +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +lean_dec(x_2); +lean_inc(x_1); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) +{ +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_88, x_96); +return x_97; } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +uint8_t x_98; +lean_dec(x_88); +lean_dec(x_1); +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; +} +else { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; +} +} } else { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_10 = lean_ctor_get(x_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -lean_inc(x_1); -x_12 = l_Lean_Expr_fvarId_x21(x_1); -x_13 = lean_name_eq(x_12, x_11); -lean_dec(x_11); -lean_dec(x_12); -if (x_13 == 0) +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); +lean_dec(x_1); +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) { -size_t x_14; size_t x_15; -x_14 = 1; -x_15 = lean_usize_add(x_3, x_14); -x_3 = x_15; -goto _start; +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } else { -uint8_t x_17; +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; +} +} +} +case 10: +{ +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); +lean_dec(x_2); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_106, x_3); +return x_107; +} +case 11: +{ +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); +lean_dec(x_2); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_1, x_108, x_3); +return x_109; +} +default: +{ +uint8_t x_110; lean_object* x_111; lean_object* x_112; +lean_dec(x_2); lean_dec(x_1); -x_17 = 1; -return x_17; +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_18; +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); lean_dec(x_1); -x_18 = 0; -return x_18; +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__17(x_1, x_2, x_15); +return x_16; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_inc(x_1); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63(x_1, x_3); -if (x_4 == 0) +if (lean_obj_tag(x_2) == 5) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +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_2, 0); +lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); if (x_8 == 0) { -uint8_t x_9; +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_1); -x_9 = 0; -return x_9; +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_5, x_9); +return x_10; } else { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) -{ uint8_t x_11; -lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_11 = 0; -return x_11; +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(x_1, x_5, x_12, x_13); -lean_dec(x_5); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); return x_14; } } } else { -lean_dec(x_2); -lean_dec(x_1); -return x_4; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { -case 1: +case 2: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +lean_object* x_4; lean_object* x_5; lean_object* x_6; x_4 = lean_ctor_get(x_2, 0); lean_inc(x_4); lean_dec(x_2); -x_5 = l_Lean_Expr_fvarId_x21(x_1); -x_6 = lean_name_eq(x_5, x_4); -lean_dec(x_4); -lean_dec(x_5); -x_7 = lean_box(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; -} -case 2: +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_2, 0); -lean_inc(x_9); -lean_dec(x_2); -lean_inc(x_9); -x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -if (lean_obj_tag(x_11) == 0) +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (x_7 == 0) { -uint8_t x_12; -x_12 = !lean_is_exclusive(x_10); -if (x_12 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 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; uint8_t x_19; lean_object* x_20; -x_13 = lean_ctor_get(x_10, 1); -x_14 = lean_ctor_get(x_10, 0); -lean_dec(x_14); -x_15 = lean_ctor_get(x_13, 1); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); lean_inc(x_15); -x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_ctor_get(x_17, 1); -lean_inc(x_18); -lean_dec(x_17); -x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62(x_1, x_18); -x_20 = lean_box(x_19); -lean_ctor_set(x_10, 0, x_20); -return x_10; +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; -x_21 = lean_ctor_get(x_10, 1); -lean_inc(x_21); -lean_dec(x_10); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = lean_ctor_get(x_24, 1); -lean_inc(x_25); -lean_dec(x_24); -x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62(x_1, x_25); -x_27 = lean_box(x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_21); -return x_28; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_29 = lean_ctor_get(x_10, 1); -lean_inc(x_29); -lean_dec(x_10); -x_30 = lean_ctor_get(x_11, 0); -lean_inc(x_30); -lean_dec(x_11); -x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_30, x_29); -return x_31; +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; +} +else +{ +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; +} +} +} +else +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_34, x_33); +return x_35; } } case 5: { -lean_object* x_32; uint8_t x_33; -x_32 = l_Lean_Expr_getAppFn(x_2); -x_33 = l_Lean_Expr_isMVar(x_32); -if (x_33 == 0) +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -lean_object* x_34; -lean_dec(x_32); -x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__61(x_1, x_2, x_3); -return x_34; +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_2, x_3); +return x_38; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_object* x_39; uint8_t x_40; lean_inc(x_2); -x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = l_Lean_Expr_getAppFn(x_36); -x_39 = lean_expr_eqv(x_38, x_32); -lean_dec(x_32); -lean_dec(x_38); -if (x_39 == 0) +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) { +lean_free_object(x_39); +lean_dec(x_36); lean_dec(x_2); -x_2 = x_36; -x_3 = x_37; +x_2 = x_41; +x_3 = x_42; goto _start; } else { -lean_object* x_41; +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_2, x_42); +return x_49; +} +else +{ +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); +lean_dec(x_1); +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; +} +} +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) +{ lean_dec(x_36); -x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__61(x_1, x_2, x_37); -return x_41; +lean_dec(x_2); +x_2 = x_52; +x_3 = x_53; +goto _start; +} +else +{ +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__21(x_1, x_2, x_53); +return x_60; +} +else +{ +uint8_t x_61; lean_object* x_62; lean_object* x_63; +lean_dec(x_2); +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; +} +} } } } case 6: { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_42 = lean_ctor_get(x_2, 1); -lean_inc(x_42); -x_43 = lean_ctor_get(x_2, 2); -lean_inc(x_43); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); lean_dec(x_2); lean_inc(x_1); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_42, x_3); -x_45 = lean_ctor_get(x_44, 0); -lean_inc(x_45); -x_46 = lean_unbox(x_45); -if (x_46 == 0) +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_47; lean_object* x_48; -lean_dec(x_45); -x_47 = lean_ctor_get(x_44, 1); -lean_inc(x_47); -lean_dec(x_44); -x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_43, x_47); -return x_48; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_65, x_69); +return x_70; } else { -uint8_t x_49; -lean_dec(x_43); +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_44); -if (x_49 == 0) +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) { -lean_object* x_50; -x_50 = lean_ctor_get(x_44, 0); -lean_dec(x_50); -return x_44; +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_44, 1); -lean_inc(x_51); -lean_dec(x_44); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_45); -lean_ctor_set(x_52, 1, x_51); -return x_52; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } } case 7: { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); lean_dec(x_2); lean_inc(x_1); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) { -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_54, x_58); -return x_59; +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_76, x_80); +return x_81; } else { -uint8_t x_60; -lean_dec(x_54); +uint8_t x_82; +lean_dec(x_76); lean_dec(x_1); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } case 8: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_2, 3); -lean_inc(x_66); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); lean_dec(x_2); lean_inc(x_1); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_64, x_3); -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -if (x_69 == 0) +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; -lean_dec(x_68); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); lean_inc(x_1); -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_65, x_70); -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_unbox(x_72); -if (x_73 == 0) +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) { -lean_object* x_74; lean_object* x_75; -lean_dec(x_72); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -lean_dec(x_71); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_66, x_74); -return x_75; +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_88, x_96); +return x_97; } else { -uint8_t x_76; -lean_dec(x_66); +uint8_t x_98; +lean_dec(x_88); lean_dec(x_1); -x_76 = !lean_is_exclusive(x_71); -if (x_76 == 0) +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) { -lean_object* x_77; -x_77 = lean_ctor_get(x_71, 0); -lean_dec(x_77); -return x_71; +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } else { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_71, 1); -lean_inc(x_78); -lean_dec(x_71); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } } } else { -uint8_t x_80; -lean_dec(x_66); -lean_dec(x_65); +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_67); -if (x_80 == 0) +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) { -lean_object* x_81; -x_81 = lean_ctor_get(x_67, 0); -lean_dec(x_81); -return x_67; +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } else { -lean_object* x_82; lean_object* x_83; -x_82 = lean_ctor_get(x_67, 1); -lean_inc(x_82); -lean_dec(x_67); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_68); -lean_ctor_set(x_83, 1, x_82); -return x_83; +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } } case 10: { -lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_2, 1); -lean_inc(x_84); +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); lean_dec(x_2); -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_84, x_3); -return x_85; +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_106, x_3); +return x_107; } case 11: { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_2, 2); -lean_inc(x_86); +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); lean_dec(x_2); -x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_86, x_3); -return x_87; +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_1, x_108, x_3); +return x_109; } default: { -uint8_t x_88; lean_object* x_89; lean_object* x_90; +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_2); lean_dec(x_1); -x_88 = 0; -x_89 = lean_box(x_88); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_3); -return x_90; +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -48091,4703 +49399,17017 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__20(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -x_9 = l_Lean_Expr_hasFVar(x_1); -if (x_9 == 0) +if (lean_obj_tag(x_2) == 5) { -uint8_t x_10; -x_10 = l_Lean_Expr_hasMVar(x_1); -if (x_10 == 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__24(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_8); +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; lean_dec(x_5); lean_dec(x_1); -x_11 = lean_ctor_get(x_2, 1); -lean_inc(x_11); -lean_dec(x_2); -x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_12, 0, x_6); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_3); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); lean_dec(x_6); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__1(x_5, x_1, x_8); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_21, 0, x_19); -x_22 = lean_apply_1(x_20, x_21); -x_23 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_23, 0, x_3); -lean_closure_set(x_23, 1, x_18); -x_24 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_22, x_23); -return x_24; +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +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_dec(x_6); -x_25 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_5, x_1, x_8); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); -lean_dec(x_2); -x_30 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_30, 0, x_28); -x_31 = lean_apply_1(x_29, x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_32, 0, x_3); -lean_closure_set(x_32, 1, x_27); -x_33 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_31, x_32); -return x_33; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_9; lean_object* x_10; uint8_t x_19; lean_object* x_20; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_8); -x_35 = l_Lean_Expr_hasFVar(x_1); -if (x_35 == 0) +switch (lean_obj_tag(x_2)) { +case 2: { -uint8_t x_36; -x_36 = l_Lean_Expr_hasMVar(x_1); -if (x_36 == 0) +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) { -uint8_t x_37; -lean_dec(x_1); -x_37 = 0; -x_19 = x_37; -x_20 = x_34; -goto block_32; -} -else +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (x_7 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -lean_inc(x_7); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_7, x_1, 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 = lean_unbox(x_39); -lean_dec(x_39); -x_19 = x_41; -x_20 = x_40; -goto block_32; -} +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -lean_inc(x_7); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_7, x_1, x_34); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_unbox(x_43); -lean_dec(x_43); -x_19 = x_45; -x_20 = x_44; -goto block_32; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } -block_18: -{ -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_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); -lean_dec(x_10); -x_12 = lean_ctor_get(x_3, 1); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_13, 0, x_11); -x_14 = lean_apply_1(x_12, x_13); -x_15 = lean_box(x_9); -x_16 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_16, 0, x_4); -lean_closure_set(x_16, 1, x_15); -x_17 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_14, x_16); -return x_17; } -block_32: -{ -if (x_19 == 0) -{ -uint8_t x_21; -x_21 = l_Lean_Expr_hasFVar(x_2); -if (x_21 == 0) +else { -uint8_t x_22; -x_22 = l_Lean_Expr_hasMVar(x_2); +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); if (x_22 == 0) { -uint8_t x_23; -lean_dec(x_7); -lean_dec(x_2); -x_23 = 0; -x_9 = x_23; -x_10 = x_20; -goto block_18; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_7, x_2, x_20); -x_25 = lean_ctor_get(x_24, 0); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); lean_inc(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); lean_dec(x_24); -x_27 = lean_unbox(x_25); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); lean_dec(x_25); -x_9 = x_27; -x_10 = x_26; -goto block_18; -} +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__10(x_7, x_2, x_20); -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 = lean_unbox(x_29); -lean_dec(x_29); -x_9 = x_31; -x_10 = x_30; -goto block_18; +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; +} } } else { -lean_dec(x_7); -lean_dec(x_2); -x_9 = x_19; -x_10 = x_20; -goto block_18; -} +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_34, x_33); +return x_35; } } +case 5: +{ +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) +{ +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__24(x_1, x_2, x_3); +return x_38; } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { -_start: +else { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_6); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_6); -x_9 = l_Lean_Expr_hasFVar(x_1); -if (x_9 == 0) +lean_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -uint8_t x_10; -x_10 = l_Lean_Expr_hasMVar(x_1); -if (x_10 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_8); -lean_dec(x_5); -lean_dec(x_1); -x_11 = lean_ctor_get(x_2, 1); -lean_inc(x_11); +lean_free_object(x_39); +lean_dec(x_36); lean_dec(x_2); -x_12 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_12, 0, x_6); -x_13 = lean_apply_1(x_11, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_3); -x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_13, x_14); -return x_15; +x_2 = x_41; +x_3 = x_42; +goto _start; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_6); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__19(x_5, x_1, x_8); -x_17 = lean_ctor_get(x_16, 1); -lean_inc(x_17); -x_18 = lean_ctor_get(x_16, 0); -lean_inc(x_18); -lean_dec(x_16); -x_19 = lean_ctor_get(x_17, 1); -lean_inc(x_19); -lean_dec(x_17); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -lean_dec(x_2); -x_21 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_21, 0, x_19); -x_22 = lean_apply_1(x_20, x_21); -x_23 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_23, 0, x_3); -lean_closure_set(x_23, 1, x_18); -x_24 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_22, x_23); -return x_24; -} +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 0) +{ +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__24(x_1, x_2, x_42); +return x_49; } 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_dec(x_6); -x_25 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__27(x_5, x_1, x_8); -x_26 = lean_ctor_get(x_25, 1); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 0); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 1); -lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_ctor_get(x_2, 1); -lean_inc(x_29); +uint8_t x_50; lean_object* x_51; lean_dec(x_2); -x_30 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_30, 0, x_28); -x_31 = lean_apply_1(x_29, x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_32, 0, x_3); -lean_closure_set(x_32, 1, x_27); -x_33 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_31, x_32); -return x_33; -} -} -} -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { -_start: -{ -uint8_t x_9; lean_object* x_10; uint8_t x_19; lean_object* x_20; lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_8); -x_35 = l_Lean_Expr_hasFVar(x_1); -if (x_35 == 0) -{ -uint8_t x_36; -x_36 = l_Lean_Expr_hasMVar(x_1); -if (x_36 == 0) -{ -uint8_t x_37; lean_dec(x_1); -x_37 = 0; -x_19 = x_37; -x_20 = x_34; -goto block_32; +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; } -else -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -lean_inc(x_7); -x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__51(x_7, x_1, 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 = lean_unbox(x_39); -lean_dec(x_39); -x_19 = x_41; -x_20 = x_40; -goto block_32; } } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -lean_inc(x_7); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__59(x_7, x_1, x_34); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_unbox(x_43); -lean_dec(x_43); -x_19 = x_45; -x_20 = x_44; -goto block_32; -} -block_18: -{ -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_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); -lean_dec(x_10); -x_12 = lean_ctor_get(x_3, 1); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_13, 0, x_11); -x_14 = lean_apply_1(x_12, x_13); -x_15 = lean_box(x_9); -x_16 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2___boxed), 3, 2); -lean_closure_set(x_16, 0, x_4); -lean_closure_set(x_16, 1, x_15); -x_17 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_14, x_16); -return x_17; -} -block_32: -{ -if (x_19 == 0) -{ -uint8_t x_21; -x_21 = l_Lean_Expr_hasFVar(x_2); -if (x_21 == 0) -{ -uint8_t x_22; -x_22 = l_Lean_Expr_hasMVar(x_2); -if (x_22 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 0) { -uint8_t x_23; -lean_dec(x_7); +lean_dec(x_36); lean_dec(x_2); -x_23 = 0; -x_9 = x_23; -x_10 = x_20; -goto block_18; +x_2 = x_52; +x_3 = x_53; +goto _start; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_24 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__35(x_7, x_2, x_20); -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 = lean_unbox(x_25); -lean_dec(x_25); -x_9 = x_27; -x_10 = x_26; -goto block_18; -} -} -else +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__43(x_7, x_2, x_20); -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 = lean_unbox(x_29); -lean_dec(x_29); -x_9 = x_31; -x_10 = x_30; -goto block_18; -} +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__24(x_1, x_2, x_53); +return x_60; } else { -lean_dec(x_7); +uint8_t x_61; lean_object* x_62; lean_object* x_63; lean_dec(x_2); -x_9 = x_19; -x_10 = x_20; -goto block_18; +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +case 6: { -uint8_t x_5; -x_5 = l_Lean_Expr_isFVar(x_4); -if (x_5 == 0) +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -uint8_t x_6; -x_6 = l_Lean_Expr_isMVar(x_4); -if (x_6 == 0) +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_65, x_69); +return x_70; +} +else { -lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_7 = lean_ctor_get(x_1, 0); -lean_inc(x_7); +uint8_t x_71; +lean_dec(x_65); lean_dec(x_1); -x_8 = lean_ctor_get(x_7, 1); -lean_inc(x_8); -lean_dec(x_7); -x_9 = 0; -x_10 = lean_box(x_9); -x_11 = lean_apply_2(x_8, lean_box(0), x_10); -return x_11; +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -if (lean_obj_tag(x_3) == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = lean_ctor_get(x_3, 3); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_ctor_get(x_1, 1); -lean_inc(x_13); -x_14 = lean_ctor_get(x_2, 0); -lean_inc(x_14); -lean_inc(x_13); -x_15 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__1), 6, 5); -lean_closure_set(x_15, 0, x_12); -lean_closure_set(x_15, 1, x_2); -lean_closure_set(x_15, 2, x_1); -lean_closure_set(x_15, 3, x_13); -lean_closure_set(x_15, 4, x_4); -x_16 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_15); -return x_16; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } -else -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_17 = lean_ctor_get(x_3, 3); -lean_inc(x_17); -x_18 = lean_ctor_get(x_3, 4); -lean_inc(x_18); -lean_dec(x_3); -x_19 = lean_ctor_get(x_1, 1); -lean_inc(x_19); -x_20 = lean_ctor_get(x_2, 0); -lean_inc(x_20); -lean_inc(x_4); -lean_inc(x_19); -x_21 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__2___boxed), 8, 7); -lean_closure_set(x_21, 0, x_17); -lean_closure_set(x_21, 1, x_18); -lean_closure_set(x_21, 2, x_2); -lean_closure_set(x_21, 3, x_1); -lean_closure_set(x_21, 4, x_19); -lean_closure_set(x_21, 5, x_4); -lean_closure_set(x_21, 6, x_4); -x_22 = lean_apply_4(x_19, lean_box(0), lean_box(0), x_20, x_21); -return x_22; } } +case 7: +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +lean_dec(x_2); +lean_inc(x_1); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) +{ +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_76, x_80); +return x_81; } else { -if (lean_obj_tag(x_3) == 0) +uint8_t x_82; +lean_dec(x_76); +lean_dec(x_1); +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 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_3, 3); -lean_inc(x_23); -lean_dec(x_3); -x_24 = lean_ctor_get(x_1, 1); -lean_inc(x_24); -x_25 = lean_ctor_get(x_2, 0); -lean_inc(x_25); -lean_inc(x_24); -x_26 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__3), 6, 5); -lean_closure_set(x_26, 0, x_23); -lean_closure_set(x_26, 1, x_2); -lean_closure_set(x_26, 2, x_1); -lean_closure_set(x_26, 3, x_24); -lean_closure_set(x_26, 4, x_4); -x_27 = lean_apply_4(x_24, lean_box(0), lean_box(0), x_25, x_26); -return x_27; +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } 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_3, 3); -lean_inc(x_28); -x_29 = lean_ctor_get(x_3, 4); -lean_inc(x_29); -lean_dec(x_3); -x_30 = lean_ctor_get(x_1, 1); -lean_inc(x_30); -x_31 = lean_ctor_get(x_2, 0); -lean_inc(x_31); -lean_inc(x_4); -lean_inc(x_30); -x_32 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__4___boxed), 8, 7); -lean_closure_set(x_32, 0, x_28); -lean_closure_set(x_32, 1, x_29); -lean_closure_set(x_32, 2, x_2); -lean_closure_set(x_32, 3, x_1); -lean_closure_set(x_32, 4, x_30); -lean_closure_set(x_32, 5, x_4); -lean_closure_set(x_32, 6, x_4); -x_33 = lean_apply_4(x_30, lean_box(0), lean_box(0), x_31, x_32); -return x_33; -} -} -} +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg), 4, 0); -return x_2; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__24___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +case 8: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__24(x_1, x_2, x_5, x_6); +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__25___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +lean_inc(x_1); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23___boxed(lean_object* x_1, lean_object* x_2) { -_start: +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__23(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_88, x_96); +return x_97; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__26___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__26(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22___boxed(lean_object* x_1, lean_object* x_2) { -_start: +uint8_t x_98; +lean_dec(x_88); +lean_dec(x_1); +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 0) { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__32___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__32(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__31(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); +lean_dec(x_1); +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__30(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; +lean_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__40___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +} +case 10: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__40(x_1, x_2, x_5, x_6); +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_106, x_3); +return x_107; } +case 11: +{ +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); +lean_dec(x_2); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_1, x_108, x_3); +return x_109; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +default: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(x_1, x_2, x_5, x_6); +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; +lean_dec(x_1); +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__39___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__39(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(x_1, x_2, x_5, x_6); +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__38___boxed(lean_object* x_1, lean_object* x_2) { -_start: +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__38(x_1, x_2); -x_4 = lean_box(x_3); +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); return x_4; } -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__48___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__48(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__23(x_1, x_2, x_15); +return x_16; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__47(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(x_1, x_2, x_5, x_6); +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46___boxed(lean_object* x_1, lean_object* x_2) { -_start: +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__46(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_5, x_9); +return x_10; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__56___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__56(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__55(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__54(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_2, x_3); +return x_15; } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__64___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; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__64(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(x_1, x_2, x_5, x_6); -lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__63(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +switch (lean_obj_tag(x_2)) { +case 2: { -size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(x_1, x_2, x_5, x_6); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); lean_dec(x_2); -x_8 = lean_box(x_7); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__62(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { -_start: +lean_inc(x_4); +x_5 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_4, x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_9; -x_9 = l_Lean_localDeclDependsOn_x27___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_6); -return x_9; -} -} -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { -_start: +uint8_t x_7; +x_7 = !lean_is_exclusive(x_5); +if (x_7 == 0) { -lean_object* x_9; -x_9 = l_Lean_localDeclDependsOn_x27___rarg___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_6); -return x_9; -} -} -LEAN_EXPORT lean_object* l_Lean_dependsOnPred___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_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_5, 1); +x_9 = lean_ctor_get(x_5, 0); +lean_dec(x_9); +x_10 = l_Lean_Expr_mvarId_x21(x_1); +x_11 = lean_name_eq(x_10, x_4); +lean_dec(x_10); +if (x_11 == 0) { -lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_6 = lean_ctor_get(x_1, 1); -lean_inc(x_6); -x_7 = lean_ctor_get(x_2, 0); -lean_inc(x_7); -lean_inc(x_6); -x_8 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__3), 7, 6); -lean_closure_set(x_8, 0, x_3); -lean_closure_set(x_8, 1, x_2); -lean_closure_set(x_8, 2, x_1); -lean_closure_set(x_8, 3, x_6); -lean_closure_set(x_8, 4, x_4); -lean_closure_set(x_8, 5, x_5); -x_9 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_7, x_8); -return x_9; -} +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +x_13 = l_Lean_MetavarContext_getDecl(x_12, x_4); +x_14 = lean_ctor_get(x_13, 1); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 1); +lean_inc(x_15); +lean_dec(x_14); +x_16 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_15); +x_17 = lean_box(x_16); +lean_ctor_set(x_5, 0, x_17); +return x_5; } -LEAN_EXPORT lean_object* l_Lean_dependsOnPred(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_dependsOnPred___rarg), 5, 0); -return x_2; +uint8_t x_18; lean_object* x_19; +lean_dec(x_4); +x_18 = 1; +x_19 = lean_box(x_18); +lean_ctor_set(x_5, 0, x_19); +return x_5; } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +else { -if (lean_obj_tag(x_3) == 0) +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_ctor_get(x_5, 1); +lean_inc(x_20); +lean_dec(x_5); +x_21 = l_Lean_Expr_mvarId_x21(x_1); +x_22 = lean_name_eq(x_21, x_4); +lean_dec(x_21); +if (x_22 == 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, 3); -lean_inc(x_6); -lean_dec(x_3); -x_7 = lean_ctor_get(x_1, 1); -lean_inc(x_7); -x_8 = lean_ctor_get(x_2, 0); -lean_inc(x_8); -lean_inc(x_7); -x_9 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__3), 7, 6); -lean_closure_set(x_9, 0, x_6); -lean_closure_set(x_9, 1, x_2); -lean_closure_set(x_9, 2, x_1); -lean_closure_set(x_9, 3, x_7); -lean_closure_set(x_9, 4, x_4); -lean_closure_set(x_9, 5, x_5); -x_10 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_8, x_9); -return x_10; +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; lean_object* x_29; +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +x_24 = l_Lean_MetavarContext_getDecl(x_23, x_4); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = lean_ctor_get(x_25, 1); +lean_inc(x_26); +lean_dec(x_25); +x_27 = l_Lean_PersistentArray_anyM___at_Lean_exprDependsOn_x27___spec__4(x_26); +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_20); +return x_29; } else { -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_3, 3); -lean_inc(x_11); -x_12 = lean_ctor_get(x_3, 4); -lean_inc(x_12); -lean_dec(x_3); -x_13 = lean_ctor_get(x_1, 1); -lean_inc(x_13); -x_14 = lean_ctor_get(x_2, 0); -lean_inc(x_14); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_13); -x_15 = lean_alloc_closure((void*)(l_Lean_findLocalDeclDependsOn___rarg___lambda__1___boxed), 10, 9); -lean_closure_set(x_15, 0, x_11); -lean_closure_set(x_15, 1, x_12); -lean_closure_set(x_15, 2, x_2); -lean_closure_set(x_15, 3, x_1); -lean_closure_set(x_15, 4, x_13); -lean_closure_set(x_15, 5, x_4); -lean_closure_set(x_15, 6, x_5); -lean_closure_set(x_15, 7, x_4); -lean_closure_set(x_15, 8, x_5); -x_16 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_15); -return x_16; -} -} +uint8_t x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_4); +x_30 = 1; +x_31 = lean_box(x_30); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_20); +return x_32; } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred(lean_object* x_1) { -_start: -{ -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOnPred___rarg), 5, 0); -return x_2; } } -static lean_object* _init_l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = lean_unsigned_to_nat(0u); -x_2 = l_Lean_MetavarContext_lDepth___default___closed__1; -x_3 = l_Lean_MetavarContext_decls___default___closed__1; -x_4 = l_Lean_MetavarContext_userNames___default___closed__1; -x_5 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_5, 0, x_1); -lean_ctor_set(x_5, 1, x_1); -lean_ctor_set(x_5, 2, x_1); -lean_ctor_set(x_5, 3, x_2); -lean_ctor_set(x_5, 4, x_3); -lean_ctor_set(x_5, 5, x_4); -lean_ctor_set(x_5, 6, x_2); -lean_ctor_set(x_5, 7, x_3); -lean_ctor_set(x_5, 8, x_3); -return x_5; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_dec(x_4); +x_33 = lean_ctor_get(x_5, 1); +lean_inc(x_33); +lean_dec(x_5); +x_34 = lean_ctor_get(x_6, 0); +lean_inc(x_34); +lean_dec(x_6); +x_35 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_34, x_33); +return x_35; } } -static lean_object* _init_l_Lean_MetavarContext_instInhabitedMetavarContext() { -_start: +case 5: { -lean_object* x_1; -x_1 = l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1; -return x_1; -} -} -LEAN_EXPORT lean_object* lean_mk_metavar_ctx(lean_object* x_1) { -_start: +lean_object* x_36; uint8_t x_37; +x_36 = l_Lean_Expr_getAppFn(x_2); +x_37 = l_Lean_Expr_isMVar(x_36); +if (x_37 == 0) { -lean_object* x_2; -lean_dec(x_1); -x_2 = l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1; -return x_2; -} +lean_object* x_38; +lean_dec(x_36); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_2, x_3); +return x_38; } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(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: +else { -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_object* x_39; uint8_t x_40; +lean_inc(x_2); +x_39 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -lean_dec(x_5); -return x_6; -} -else +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_ctor_get(x_39, 1); +x_43 = l_Lean_Expr_getAppFn(x_41); +x_44 = lean_expr_eqv(x_43, x_36); +lean_dec(x_43); +if (x_44 == 0) { -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_Name_hash___override(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_MetavarContext_addExprMVarDecl___spec__2(x_6, x_17, x_1, x_9, x_10); -x_4 = lean_box(0); -x_5 = x_19; -x_6 = x_20; +lean_free_object(x_39); +lean_dec(x_36); +lean_dec(x_2); +x_2 = x_41; +x_3 = x_42; goto _start; } -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_MetavarContext_addExprMVarDecl___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; 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) +else { -uint8_t x_9; -lean_dec(x_2); -x_9 = !lean_is_exclusive(x_1); -if (x_9 == 0) +lean_object* x_46; lean_object* x_47; uint8_t x_48; +lean_dec(x_41); +x_46 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_47 = l_Lean_Expr_mvarId_x21(x_1); +x_48 = lean_name_eq(x_47, x_46); +lean_dec(x_46); +lean_dec(x_47); +if (x_48 == 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; +lean_object* x_49; +lean_free_object(x_39); +x_49 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_2, x_42); +return x_49; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; +uint8_t x_50; lean_object* x_51; +lean_dec(x_2); 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; +x_50 = 1; +x_51 = lean_box(x_50); +lean_ctor_set(x_39, 0, x_51); +return x_39; +} } } else { -lean_object* x_17; uint8_t x_18; -x_17 = lean_array_fget(x_5, x_2); -x_18 = lean_name_eq(x_3, x_17); -lean_dec(x_17); -if (x_18 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_52 = lean_ctor_get(x_39, 0); +x_53 = lean_ctor_get(x_39, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_39); +x_54 = l_Lean_Expr_getAppFn(x_52); +x_55 = lean_expr_eqv(x_54, x_36); +lean_dec(x_54); +if (x_55 == 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_36); lean_dec(x_2); -x_2 = x_20; +x_2 = x_52; +x_3 = x_53; goto _start; } else { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_1); -if (x_22 == 0) +lean_object* x_57; lean_object* x_58; uint8_t x_59; +lean_dec(x_52); +x_57 = l_Lean_Expr_mvarId_x21(x_36); +lean_inc(x_1); +x_58 = l_Lean_Expr_mvarId_x21(x_1); +x_59 = lean_name_eq(x_58, x_57); +lean_dec(x_57); +lean_dec(x_58); +if (x_59 == 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; +lean_object* x_60; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__27(x_1, x_2, x_53); +return x_60; } 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); +uint8_t x_61; lean_object* x_62; lean_object* x_63; 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; +lean_dec(x_1); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_53); +return x_63; } } } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(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) +case 6: { -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_getLevelMVarAssignment_x3f___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_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +lean_inc(x_1); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_dec(x_12); -lean_dec(x_5); -lean_dec(x_4); -return x_1; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_65, x_69); +return x_70; } 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 = lean_name_eq(x_4, x_19); -if (x_21 == 0) +uint8_t x_71; +lean_dec(x_65); +lean_dec(x_1); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 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; +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } 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; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } -else +} +case 7: { -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 = lean_name_eq(x_4, x_26); -if (x_28 == 0) +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; uint8_t x_79; +x_75 = lean_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +lean_dec(x_2); +lean_inc(x_1); +x_77 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_75, x_3); +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 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; +lean_object* x_80; lean_object* x_81; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_76, x_80); +return x_81; } 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) +uint8_t x_82; +lean_dec(x_76); +lean_dec(x_1); +x_82 = !lean_is_exclusive(x_77); +if (x_82 == 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_MetavarContext_addExprMVarDecl___spec__2(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; +lean_object* x_83; +x_83 = lean_ctor_get(x_77, 0); +lean_dec(x_83); +return x_77; } 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_MetavarContext_addExprMVarDecl___spec__2(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; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_77, 1); +lean_inc(x_84); +lean_dec(x_77); +x_85 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_85, 0, x_78); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } +case 8: +{ +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; uint8_t x_91; +x_86 = lean_ctor_get(x_2, 1); +lean_inc(x_86); +x_87 = lean_ctor_get(x_2, 2); +lean_inc(x_87); +x_88 = lean_ctor_get(x_2, 3); +lean_inc(x_88); +lean_dec(x_2); +lean_inc(x_1); +x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_86, x_3); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_unbox(x_90); +if (x_91 == 0) +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +lean_dec(x_90); +x_92 = lean_ctor_get(x_89, 1); +lean_inc(x_92); +lean_dec(x_89); +lean_inc(x_1); +x_93 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_87, x_92); +x_94 = lean_ctor_get(x_93, 0); +lean_inc(x_94); +x_95 = lean_unbox(x_94); +if (x_95 == 0) +{ +lean_object* x_96; lean_object* x_97; +lean_dec(x_94); +x_96 = lean_ctor_get(x_93, 1); +lean_inc(x_96); +lean_dec(x_93); +x_97 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_88, x_96); +return x_97; } 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); +uint8_t x_98; +lean_dec(x_88); lean_dec(x_1); -x_49 = 1; -x_50 = 5; -x_51 = l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___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) +x_98 = !lean_is_exclusive(x_93); +if (x_98 == 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; +lean_object* x_99; +x_99 = lean_ctor_get(x_93, 0); +lean_dec(x_99); +return x_93; } 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); +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_93, 1); +lean_inc(x_100); +lean_dec(x_93); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_94); +lean_ctor_set(x_101, 1, x_100); +return x_101; } -x_63 = lean_name_eq(x_4, x_60); -if (x_63 == 0) +} +} +else { -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; +uint8_t x_102; +lean_dec(x_88); +lean_dec(x_87); +lean_dec(x_1); +x_102 = !lean_is_exclusive(x_89); +if (x_102 == 0) +{ +lean_object* x_103; +x_103 = lean_ctor_get(x_89, 0); +lean_dec(x_103); +return x_89; } 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_object* x_104; lean_object* x_105; +x_104 = lean_ctor_get(x_89, 1); +lean_inc(x_104); +lean_dec(x_89); +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_90); +lean_ctor_set(x_105, 1, x_104); +return x_105; } -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: +case 10: { -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_MetavarContext_addExprMVarDecl___spec__2(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_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_2, 1); +lean_inc(x_106); +lean_dec(x_2); +x_107 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_106, x_3); +return x_107; } -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; +case 11: +{ +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_2, 2); +lean_inc(x_108); +lean_dec(x_2); +x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_1, x_108, x_3); +return x_109; } 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; -} +uint8_t x_110; lean_object* x_111; lean_object* x_112; +lean_dec(x_2); +lean_dec(x_1); +x_110 = 0; +x_111 = lean_box(x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_3); +return x_112; } } } } -else -{ -uint8_t x_82; -x_82 = !lean_is_exclusive(x_1); -if (x_82 == 0) +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -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_MetavarContext_addExprMVarDecl___spec__4(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_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 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) +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 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_assignLevelMVar___spec__2___closed__1; -x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); -lean_dec(x_91); -lean_dec(x_90); -return x_93; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -return x_84; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -return x_84; +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__26(x_1, x_2, x_15); +return x_16; } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__30(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -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_MetavarContext_addExprMVarDecl___spec__4(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) +if (lean_obj_tag(x_2) == 5) { -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_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__30(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 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_assignLevelMVar___spec__2___closed__1; -x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); -lean_dec(x_105); -lean_dec(x_104); -return x_107; +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_5, x_9); +return x_10; } else { -return x_98; -} +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -return x_98; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_2, x_3); +return x_15; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_4; -x_4 = !lean_is_exclusive(x_1); -if (x_4 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_5 = lean_ctor_get(x_1, 0); -x_6 = lean_ctor_get(x_1, 1); -x_7 = l_Lean_Name_hash___override(x_2); -x_8 = lean_uint64_to_usize(x_7); -x_9 = 1; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(x_5, x_8, x_9, x_2, x_3); -x_11 = lean_unsigned_to_nat(1u); -x_12 = lean_nat_add(x_6, x_11); -lean_dec(x_6); -lean_ctor_set(x_1, 1, x_12); -lean_ctor_set(x_1, 0, x_10); -return x_1; +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__32(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_13; lean_object* x_14; uint64_t 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; -x_13 = lean_ctor_get(x_1, 0); -x_14 = lean_ctor_get(x_1, 1); -lean_inc(x_14); -lean_inc(x_13); +uint8_t x_11; lean_dec(x_1); -x_15 = l_Lean_Name_hash___override(x_2); -x_16 = lean_uint64_to_usize(x_15); -x_17 = 1; -x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(x_13, x_16, x_17, x_2, x_3); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_add(x_14, x_19); -lean_dec(x_14); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_18); -lean_ctor_set(x_21, 1, x_20); -return x_21; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDecl(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, uint8_t x_7, lean_object* x_8) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -uint8_t x_9; -x_9 = !lean_is_exclusive(x_1); -if (x_9 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -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_1, 0); -x_11 = lean_ctor_get(x_1, 2); -x_12 = lean_ctor_get(x_1, 4); -x_13 = lean_ctor_get(x_1, 5); -x_14 = lean_unsigned_to_nat(1u); -x_15 = lean_nat_add(x_11, x_14); -lean_inc(x_10); -lean_inc(x_3); -x_16 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_16, 0, x_3); -lean_ctor_set(x_16, 1, x_4); -lean_ctor_set(x_16, 2, x_6); -lean_ctor_set(x_16, 3, x_10); -lean_ctor_set(x_16, 4, x_5); -lean_ctor_set(x_16, 5, x_8); -lean_ctor_set(x_16, 6, x_11); -lean_ctor_set_uint8(x_16, sizeof(void*)*7, x_7); -lean_inc(x_2); -x_17 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_12, x_2, x_16); -x_18 = l_Lean_Name_isAnonymous(x_3); -if (x_18 == 0) -{ -lean_object* x_19; -x_19 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_13, x_3, x_2); -lean_ctor_set(x_1, 5, x_19); -lean_ctor_set(x_1, 4, x_17); -lean_ctor_set(x_1, 2, x_15); -return x_1; -} -else +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_1, 4, x_17); -lean_ctor_set(x_1, 2, x_15); -return x_1; -} +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -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; uint8_t x_33; -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); -x_24 = lean_ctor_get(x_1, 4); -x_25 = lean_ctor_get(x_1, 5); -x_26 = lean_ctor_get(x_1, 6); -x_27 = lean_ctor_get(x_1, 7); -x_28 = lean_ctor_get(x_1, 8); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_1); -x_29 = lean_unsigned_to_nat(1u); -x_30 = lean_nat_add(x_22, x_29); -lean_inc(x_20); -lean_inc(x_3); -x_31 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_31, 0, x_3); -lean_ctor_set(x_31, 1, x_4); -lean_ctor_set(x_31, 2, x_6); -lean_ctor_set(x_31, 3, x_20); -lean_ctor_set(x_31, 4, x_5); -lean_ctor_set(x_31, 5, x_8); -lean_ctor_set(x_31, 6, x_22); -lean_ctor_set_uint8(x_31, sizeof(void*)*7, x_7); -lean_inc(x_2); -x_32 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_24, x_2, x_31); -x_33 = l_Lean_Name_isAnonymous(x_3); -if (x_33 == 0) +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_25, x_3, x_2); -x_35 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_35, 0, x_20); -lean_ctor_set(x_35, 1, x_21); -lean_ctor_set(x_35, 2, x_30); -lean_ctor_set(x_35, 3, x_23); -lean_ctor_set(x_35, 4, x_32); -lean_ctor_set(x_35, 5, x_34); -lean_ctor_set(x_35, 6, x_26); -lean_ctor_set(x_35, 7, x_27); -lean_ctor_set(x_35, 8, x_28); -return x_35; +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -lean_object* x_36; -lean_dec(x_3); -lean_dec(x_2); -x_36 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_36, 0, x_20); -lean_ctor_set(x_36, 1, x_21); -lean_ctor_set(x_36, 2, x_30); -lean_ctor_set(x_36, 3, x_23); -lean_ctor_set(x_36, 4, x_32); -lean_ctor_set(x_36, 5, x_25); -lean_ctor_set(x_36, 6, x_26); -lean_ctor_set(x_36, 7, x_27); -lean_ctor_set(x_36, 8, x_28); -return x_36; -} +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___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: +else { -size_t x_7; lean_object* x_8; -x_7 = lean_unbox_usize(x_1); +uint8_t x_18; lean_dec(x_1); -x_8 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(x_7, x_2, x_3, x_4, x_5, x_6); -lean_dec(x_3); -lean_dec(x_2); -return x_8; -} +x_18 = 0; +return x_18; } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___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_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(x_1, x_6, x_7, x_4, x_5); -return x_8; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDecl___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 uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__32(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_9; lean_object* x_10; -x_9 = lean_unbox(x_7); -lean_dec(x_7); -x_10 = l_Lean_MetavarContext_addExprMVarDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); -return x_10; -} -} -LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDeclExp(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, uint8_t x_7) { -_start: +if (lean_obj_tag(x_2) == 0) { -lean_object* x_8; lean_object* x_9; -x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_MetavarContext_addExprMVarDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -return x_9; -} -} -LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDeclExp___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_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -uint8_t x_8; lean_object* x_9; -x_8 = lean_unbox(x_7); -lean_dec(x_7); -x_9 = l_Lean_MetavarContext_addExprMVarDeclExp(x_1, x_2, x_3, x_4, x_5, x_6, x_8); -return x_9; -} +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___spec__3(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: +else { -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); +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); if (x_8 == 0) { -lean_dec(x_5); -return x_6; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; } 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___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(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_MetavarContext_addLevelMVarDecl___spec__2(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; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_MetavarContext_addLevelMVarDecl___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; 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) +else { -uint8_t x_9; +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); -x_9 = !lean_is_exclusive(x_1); -if (x_9 == 0) +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) { -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; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); 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; -} +x_19 = 0; +return x_19; } else { -lean_object* x_17; uint8_t x_18; -x_17 = lean_array_fget(x_5, x_2); -x_18 = lean_name_eq(x_3, x_17); -lean_dec(x_17); -if (x_18 == 0) +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__35(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; goto _start; } else { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_1); -if (x_22 == 0) +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 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; +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; +uint8_t x_17; 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; +x_17 = 1; +return x_17; } } } +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31(lean_object* x_1, lean_object* x_2) { _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_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__32(x_1, x_3); +if (x_4 == 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_getLevelMVarAssignment_x3f___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_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -lean_dec(x_12); +uint8_t x_9; +lean_dec(x_6); lean_dec(x_5); -lean_dec(x_4); -return x_1; +lean_dec(x_1); +x_9 = 0; +return x_9; } 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 = lean_name_eq(x_4, x_19); -if (x_21 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 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; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; } 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; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } -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 = lean_name_eq(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; +lean_dec(x_2); +lean_dec(x_1); +return x_4; } } } +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__29(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { case 1: { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_15); -if (x_34 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: { -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_MetavarContext_addLevelMVarDecl___spec__2(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; +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; } 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_MetavarContext_addLevelMVarDecl___spec__2(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; +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; } } -default: +else { -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; -} -} +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_30, x_29); +return x_31; } } -else +case 5: { -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_getLevelMVarAssignment_x3f___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_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 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; +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__30(x_1, x_2, x_3); +return x_34; } 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 = lean_name_eq(x_4, x_60); -if (x_63 == 0) +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 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; +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; } 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_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__30(x_1, x_2, x_37); +return x_41; } -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: +case 6: { -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_MetavarContext_addLevelMVarDecl___spec__2(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_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) { -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; +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_43, x_47); +return x_48; } +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; } +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } } -else +case 7: { -uint8_t x_82; -x_82 = !lean_is_exclusive(x_1); -if (x_82 == 0) +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 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_MetavarContext_addLevelMVarDecl___spec__4(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_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_54, x_58); +return x_59; +} +else { -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) +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 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_assignLevelMVar___spec__2___closed__1; -x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___spec__3(x_3, x_90, x_91, lean_box(0), x_83, x_92); -lean_dec(x_91); -lean_dec(x_90); -return x_93; +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; } else { -return x_84; +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } -else -{ -return x_84; } +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_66, x_74); +return x_75; } 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); +uint8_t x_76; +lean_dec(x_66); 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_MetavarContext_addLevelMVarDecl___spec__4(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) +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 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_assignLevelMVar___spec__2___closed__1; -x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___spec__3(x_3, x_104, x_105, lean_box(0), x_97, x_106); -lean_dec(x_105); -lean_dec(x_104); -return x_107; +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; } else { -return x_98; +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} } } else { -return x_98; -} +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; } +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addLevelMVarDecl___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +case 10: { -uint8_t x_4; -x_4 = !lean_is_exclusive(x_1); -if (x_4 == 0) +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_84, x_3); +return x_85; +} +case 11: { -lean_object* x_5; lean_object* x_6; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_5 = lean_ctor_get(x_1, 0); -x_6 = lean_ctor_get(x_1, 1); -x_7 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); -x_8 = lean_uint64_to_usize(x_7); -x_9 = 1; -x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(x_5, x_8, x_9, x_2, x_3); -x_11 = lean_unsigned_to_nat(1u); -x_12 = lean_nat_add(x_6, x_11); -lean_dec(x_6); -lean_ctor_set(x_1, 1, x_12); -lean_ctor_set(x_1, 0, x_10); -return x_1; +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(x_1, x_86, x_3); +return x_87; } -else +default: { -lean_object* x_13; lean_object* x_14; uint64_t 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; -x_13 = lean_ctor_get(x_1, 0); -x_14 = lean_ctor_get(x_1, 1); -lean_inc(x_14); -lean_inc(x_13); +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); lean_dec(x_1); -x_15 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_589_(x_2); -x_16 = lean_uint64_to_usize(x_15); -x_17 = 1; -x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(x_13, x_16, x_17, x_2, x_3); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_add(x_14, x_19); -lean_dec(x_14); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_18); -lean_ctor_set(x_21, 1, x_20); -return x_21; +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; } } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_addLevelMVarDecl(lean_object* x_1, lean_object* x_2) { +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_3; -x_3 = !lean_is_exclusive(x_1); -if (x_3 == 0) -{ -lean_object* x_4; lean_object* x_5; lean_object* x_6; -x_4 = lean_ctor_get(x_1, 0); -x_5 = lean_ctor_get(x_1, 3); -lean_inc(x_4); -x_6 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addLevelMVarDecl___spec__1(x_5, x_2, x_4); -lean_ctor_set(x_1, 3, x_6); -return x_1; -} -else +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -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_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_ctor_get(x_1, 4); -x_12 = lean_ctor_get(x_1, 5); -x_13 = lean_ctor_get(x_1, 6); -x_14 = lean_ctor_get(x_1, 7); -x_15 = lean_ctor_get(x_1, 8); -lean_inc(x_15); -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_dec(x_1); -lean_inc(x_7); -x_16 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addLevelMVarDecl___spec__1(x_10, x_2, x_7); -x_17 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_17, 0, x_7); -lean_ctor_set(x_17, 1, x_8); -lean_ctor_set(x_17, 2, x_9); -lean_ctor_set(x_17, 3, x_16); -lean_ctor_set(x_17, 4, x_11); -lean_ctor_set(x_17, 5, x_12); -lean_ctor_set(x_17, 6, x_13); -lean_ctor_set(x_17, 7, x_14); -lean_ctor_set(x_17, 8, x_15); -return x_17; -} -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___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: -{ -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_MetavarContext_addLevelMVarDecl___spec__3(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_MetavarContext_addLevelMVarDecl___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); +uint8_t x_7; lean_dec(x_2); -x_7 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_8 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(x_1, x_6, x_7, x_4, x_5); -return x_8; -} -} -LEAN_EXPORT lean_object* l_Lean_MetavarContext_findDecl_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, 4); -lean_inc(x_3); lean_dec(x_1); -x_4 = l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_getDecl___spec__1(x_3, x_2); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: -{ -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_get_size(x_1); -x_7 = lean_nat_dec_lt(x_4, x_6); -lean_dec(x_6); +x_7 = !lean_is_exclusive(x_4); if (x_7 == 0) { -lean_object* x_8; -lean_dec(x_4); -x_8 = lean_box(0); -return x_8; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_9; uint8_t x_10; -x_9 = lean_array_fget(x_1, x_4); -x_10 = lean_name_eq(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_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); lean_dec(x_4); -x_3 = lean_box(0); -x_4 = x_12; -goto _start; +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} } else { -lean_object* x_14; lean_object* x_15; -x_14 = lean_array_fget(x_2, x_4); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); lean_dec(x_4); -x_15 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_15, 0, x_14); -return x_15; -} +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__29(x_1, x_2, x_15); +return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___spec__2(lean_object* x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__38(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -if (lean_obj_tag(x_1) == 0) +if (lean_obj_tag(x_2) == 5) { -lean_object* x_4; size_t x_5; size_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_4 = lean_ctor_get(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_2, 0); lean_inc(x_4); -lean_dec(x_1); -x_5 = 5; -x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___closed__2; -x_7 = lean_usize_land(x_2, x_6); -x_8 = lean_usize_to_nat(x_7); -x_9 = lean_box(2); -x_10 = lean_array_get(x_9, x_4, x_8); -lean_dec(x_8); -lean_dec(x_4); -switch (lean_obj_tag(x_10)) { -case 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); -lean_dec(x_10); -x_13 = lean_name_eq(x_3, x_11); -lean_dec(x_11); -if (x_13 == 0) +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__38(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_14; -lean_dec(x_12); -x_14 = lean_box(0); -return x_14; +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_5, x_9); +return x_10; } else { -lean_object* x_15; -x_15 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_15, 0, x_12); -return x_15; -} -} -case 1: +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_16; size_t x_17; -x_16 = lean_ctor_get(x_10, 0); -lean_inc(x_16); -lean_dec(x_10); -x_17 = lean_usize_shift_right(x_2, x_5); -x_1 = x_16; -x_2 = x_17; -goto _start; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } -default: +else { -lean_object* x_19; -x_19 = lean_box(0); -return x_19; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -x_20 = lean_ctor_get(x_1, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_1, 1); -lean_inc(x_21); -lean_dec(x_1); -x_22 = lean_unsigned_to_nat(0u); -x_23 = l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3(x_20, x_21, lean_box(0), x_22, x_3); -lean_dec(x_21); -lean_dec(x_20); -return x_23; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_findUserName_x3f___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -lean_dec(x_1); -x_4 = l_Lean_Name_hash___override(x_2); -x_5 = lean_uint64_to_usize(x_4); -x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___spec__2(x_3, x_5, x_2); -lean_dec(x_2); -return x_6; -} +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_findUserName_x3f(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; lean_object* x_4; -x_3 = lean_ctor_get(x_1, 5); -lean_inc(x_3); +uint8_t x_11; lean_dec(x_1); -x_4 = l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_findUserName_x3f___spec__1(x_3, x_2); -return x_4; +x_11 = 1; +return x_11; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +else { -lean_object* x_6; -x_6 = l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_5); -lean_dec(x_2); +uint8_t x_12; lean_dec(x_1); -return x_6; -} +x_12 = 0; +return x_12; } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___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_MetavarContext_findUserName_x3f___spec__2(x_1, x_4, x_3); -lean_dec(x_3); -return x_5; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarKind(lean_object* x_1, lean_object* x_2, uint8_t x_3) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_4; uint8_t x_5; -lean_inc(x_2); -lean_inc(x_1); -x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); -x_5 = !lean_is_exclusive(x_1); +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); if (x_5 == 0) { -uint8_t x_6; -x_6 = !lean_is_exclusive(x_4); -if (x_6 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_7; lean_object* x_8; -x_7 = lean_ctor_get(x_1, 4); -lean_ctor_set_uint8(x_4, sizeof(void*)*7, x_3); -x_8 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); -lean_ctor_set(x_1, 4, x_8); -return x_1; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -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_9 = lean_ctor_get(x_1, 4); -x_10 = lean_ctor_get(x_4, 0); -x_11 = lean_ctor_get(x_4, 1); -x_12 = lean_ctor_get(x_4, 2); -x_13 = lean_ctor_get(x_4, 3); -x_14 = lean_ctor_get(x_4, 4); -x_15 = lean_ctor_get(x_4, 5); -x_16 = lean_ctor_get(x_4, 6); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); lean_inc(x_10); -lean_dec(x_4); -x_17 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_17, 0, x_10); -lean_ctor_set(x_17, 1, x_11); -lean_ctor_set(x_17, 2, x_12); -lean_ctor_set(x_17, 3, x_13); -lean_ctor_set(x_17, 4, x_14); -lean_ctor_set(x_17, 5, x_15); -lean_ctor_set(x_17, 6, x_16); -lean_ctor_set_uint8(x_17, sizeof(void*)*7, x_3); -x_18 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_9, x_2, x_17); -lean_ctor_set(x_1, 4, x_18); -return x_1; -} +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = 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; 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; -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); -x_23 = lean_ctor_get(x_1, 4); -x_24 = lean_ctor_get(x_1, 5); -x_25 = lean_ctor_get(x_1, 6); -x_26 = lean_ctor_get(x_1, 7); -x_27 = lean_ctor_get(x_1, 8); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); +uint8_t x_17; lean_dec(x_1); -x_28 = lean_ctor_get(x_4, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_4, 1); -lean_inc(x_29); -x_30 = lean_ctor_get(x_4, 2); -lean_inc(x_30); -x_31 = lean_ctor_get(x_4, 3); -lean_inc(x_31); -x_32 = lean_ctor_get(x_4, 4); -lean_inc(x_32); -x_33 = lean_ctor_get(x_4, 5); -lean_inc(x_33); -x_34 = lean_ctor_get(x_4, 6); -lean_inc(x_34); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - lean_ctor_release(x_4, 2); - lean_ctor_release(x_4, 3); - lean_ctor_release(x_4, 4); - lean_ctor_release(x_4, 5); - lean_ctor_release(x_4, 6); - x_35 = x_4; -} else { - lean_dec_ref(x_4); - x_35 = lean_box(0); -} -if (lean_is_scalar(x_35)) { - x_36 = lean_alloc_ctor(0, 7, 1); -} else { - x_36 = x_35; -} -lean_ctor_set(x_36, 0, x_28); -lean_ctor_set(x_36, 1, x_29); -lean_ctor_set(x_36, 2, x_30); -lean_ctor_set(x_36, 3, x_31); -lean_ctor_set(x_36, 4, x_32); -lean_ctor_set(x_36, 5, x_33); -lean_ctor_set(x_36, 6, x_34); -lean_ctor_set_uint8(x_36, sizeof(void*)*7, x_3); -x_37 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_23, x_2, x_36); -x_38 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_38, 0, x_19); -lean_ctor_set(x_38, 1, x_20); -lean_ctor_set(x_38, 2, x_21); -lean_ctor_set(x_38, 3, x_22); -lean_ctor_set(x_38, 4, x_37); -lean_ctor_set(x_38, 5, x_24); -lean_ctor_set(x_38, 6, x_25); -lean_ctor_set(x_38, 7, x_26); -lean_ctor_set(x_38, 8, x_27); -return x_38; +x_17 = 1; +return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarKind___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -uint8_t x_4; lean_object* x_5; -x_4 = lean_unbox(x_3); -lean_dec(x_3); -x_5 = l_Lean_MetavarContext_setMVarKind(x_1, x_2, x_4); -return x_5; +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } -LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; uint8_t x_5; -x_4 = lean_array_get_size(x_1); -x_5 = lean_nat_dec_lt(x_3, x_4); -lean_dec(x_4); -if (x_5 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_6; +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); lean_dec(x_3); -x_6 = lean_box(0); -return x_6; +lean_dec(x_1); +x_7 = 0; +return x_7; } else { -lean_object* x_7; uint8_t x_8; -x_7 = lean_array_fget(x_1, x_3); -x_8 = lean_name_eq(x_7, x_2); -lean_dec(x_7); +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); if (x_8 == 0) { -lean_object* x_9; lean_object* x_10; -x_9 = lean_unsigned_to_nat(1u); -x_10 = lean_nat_add(x_3, x_9); +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -x_3 = x_10; -goto _start; +lean_dec(x_1); +x_9 = 0; +return x_9; } else { -lean_object* x_12; -x_12 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_12, 0, x_3); +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(x_1, x_3, x_10, x_11); +lean_dec(x_3); return x_12; } } } -} -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(lean_object* x_1, size_t x_2, lean_object* x_3) { -_start: +else { -if (lean_obj_tag(x_1) == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_object* x_4; size_t x_5; size_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_4 = lean_ctor_get(x_1, 0); -lean_inc(x_4); -x_5 = 5; -x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___closed__2; -x_7 = lean_usize_land(x_2, x_6); -x_8 = lean_usize_to_nat(x_7); -x_9 = lean_box(2); -x_10 = lean_array_get(x_9, x_4, x_8); -switch (lean_obj_tag(x_10)) { -case 0: +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else { -lean_object* x_11; uint8_t x_12; -x_11 = lean_ctor_get(x_10, 0); -lean_inc(x_11); -lean_dec(x_10); -x_12 = lean_name_eq(x_3, x_11); -lean_dec(x_11); -if (x_12 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -uint8_t x_13; lean_object* x_14; lean_object* x_15; -lean_dec(x_8); -lean_dec(x_4); -x_13 = 0; -x_14 = lean_box(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; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; } else { -uint8_t x_16; -x_16 = !lean_is_exclusive(x_1); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; -x_17 = lean_ctor_get(x_1, 0); -lean_dec(x_17); -x_18 = lean_array_set(x_4, x_8, x_9); -lean_dec(x_8); -lean_ctor_set(x_1, 0, x_18); -x_19 = 1; -x_20 = lean_box(x_19); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_1); -lean_ctor_set(x_21, 1, x_20); -return x_21; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } -else -{ -lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; -lean_dec(x_1); -x_22 = lean_array_set(x_4, x_8, x_9); -lean_dec(x_8); -x_23 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_23, 0, x_22); -x_24 = 1; -x_25 = lean_box(x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_23); -lean_ctor_set(x_26, 1, x_25); -return x_26; } } } -case 1: +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__43(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -uint8_t x_27; -x_27 = !lean_is_exclusive(x_10); -if (x_27 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_28; lean_object* x_29; size_t x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_28 = lean_ctor_get(x_10, 0); -x_29 = lean_array_set(x_4, x_8, x_9); -x_30 = lean_usize_shift_right(x_2, x_5); -x_31 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_28, x_30, x_3); -x_32 = lean_ctor_get(x_31, 1); -lean_inc(x_32); -x_33 = lean_unbox(x_32); -lean_dec(x_32); -if (x_33 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -uint8_t x_34; -lean_dec(x_29); -lean_free_object(x_10); -lean_dec(x_8); -x_34 = !lean_is_exclusive(x_31); -if (x_34 == 0) +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else { -lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; -x_35 = lean_ctor_get(x_31, 1); -lean_dec(x_35); -x_36 = lean_ctor_get(x_31, 0); -lean_dec(x_36); -x_37 = 0; -x_38 = lean_box(x_37); -lean_ctor_set(x_31, 1, x_38); -lean_ctor_set(x_31, 0, x_1); -return x_31; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -uint8_t x_39; lean_object* x_40; lean_object* x_41; -lean_dec(x_31); -x_39 = 0; -x_40 = lean_box(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_1); -lean_ctor_set(x_41, 1, x_40); -return x_41; +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} } } else { -uint8_t x_42; -x_42 = !lean_is_exclusive(x_1); -if (x_42 == 0) +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_43; uint8_t x_44; -x_43 = lean_ctor_get(x_1, 0); -lean_dec(x_43); -x_44 = !lean_is_exclusive(x_31); -if (x_44 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40(x_1, x_3); +if (x_4 == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_31, 0); -x_46 = lean_ctor_get(x_31, 1); -lean_dec(x_46); -x_47 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_45); -if (lean_obj_tag(x_47) == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -lean_object* x_48; uint8_t x_49; lean_object* x_50; -lean_ctor_set(x_10, 0, x_45); -x_48 = lean_array_set(x_29, x_8, x_10); -lean_dec(x_8); -lean_ctor_set(x_1, 0, x_48); -x_49 = 1; -x_50 = lean_box(x_49); -lean_ctor_set(x_31, 1, x_50); -lean_ctor_set(x_31, 0, x_1); -return x_31; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; } else { -lean_object* x_51; uint8_t x_52; -lean_free_object(x_31); -lean_dec(x_45); -lean_free_object(x_10); -x_51 = lean_ctor_get(x_47, 0); -lean_inc(x_51); -lean_dec(x_47); -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_58; -x_53 = lean_ctor_get(x_51, 0); -x_54 = lean_ctor_get(x_51, 1); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = lean_array_set(x_29, x_8, x_55); -lean_dec(x_8); -lean_ctor_set(x_1, 0, x_56); -x_57 = 1; -x_58 = lean_box(x_57); -lean_ctor_set(x_51, 1, x_58); -lean_ctor_set(x_51, 0, x_1); -return x_51; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; -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(0, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_array_set(x_29, x_8, x_61); -lean_dec(x_8); -lean_ctor_set(x_1, 0, x_62); -x_63 = 1; -x_64 = lean_box(x_63); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_1); -lean_ctor_set(x_65, 1, x_64); -return x_65; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } else { -lean_object* x_66; lean_object* x_67; -x_66 = lean_ctor_get(x_31, 0); -lean_inc(x_66); -lean_dec(x_31); -x_67 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_66); -if (lean_obj_tag(x_67) == 0) +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__37(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; -lean_ctor_set(x_10, 0, x_66); -x_68 = lean_array_set(x_29, x_8, x_10); -lean_dec(x_8); -lean_ctor_set(x_1, 0, x_68); -x_69 = 1; -x_70 = lean_box(x_69); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_1); -lean_ctor_set(x_71, 1, x_70); -return x_71; +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; } else { -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_dec(x_66); -lean_free_object(x_10); -x_72 = lean_ctor_get(x_67, 0); -lean_inc(x_72); -lean_dec(x_67); -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_72); - x_75 = lean_box(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; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; } -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_73); -lean_ctor_set(x_76, 1, x_74); -x_77 = lean_array_set(x_29, x_8, x_76); -lean_dec(x_8); -lean_ctor_set(x_1, 0, x_77); -x_78 = 1; -x_79 = lean_box(x_78); -if (lean_is_scalar(x_75)) { - x_80 = lean_alloc_ctor(0, 2, 0); -} else { - x_80 = x_75; } -lean_ctor_set(x_80, 0, x_1); -lean_ctor_set(x_80, 1, x_79); -return x_80; +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_30, x_29); +return x_31; } } +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__38(x_1, x_2, x_3); +return x_34; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -lean_dec(x_1); -x_81 = lean_ctor_get(x_31, 0); -lean_inc(x_81); -if (lean_is_exclusive(x_31)) { - lean_ctor_release(x_31, 0); - lean_ctor_release(x_31, 1); - x_82 = x_31; -} else { - lean_dec_ref(x_31); - x_82 = lean_box(0); -} -x_83 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_81); -if (lean_obj_tag(x_83) == 0) +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) { -lean_object* x_84; lean_object* x_85; uint8_t x_86; lean_object* x_87; lean_object* x_88; -lean_ctor_set(x_10, 0, x_81); -x_84 = lean_array_set(x_29, x_8, x_10); -lean_dec(x_8); -x_85 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_85, 0, x_84); -x_86 = 1; -x_87 = lean_box(x_86); -if (lean_is_scalar(x_82)) { - x_88 = lean_alloc_ctor(0, 2, 0); -} else { - x_88 = x_82; -} -lean_ctor_set(x_88, 0, x_85); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; } else { -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; lean_object* x_97; lean_object* x_98; -lean_dec(x_82); -lean_dec(x_81); -lean_free_object(x_10); -x_89 = lean_ctor_get(x_83, 0); -lean_inc(x_89); -lean_dec(x_83); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_89)) { - lean_ctor_release(x_89, 0); - lean_ctor_release(x_89, 1); - x_92 = x_89; -} else { - lean_dec_ref(x_89); - x_92 = lean_box(0); -} -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_90); -lean_ctor_set(x_93, 1, x_91); -x_94 = lean_array_set(x_29, x_8, x_93); -lean_dec(x_8); -x_95 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_95, 0, x_94); -x_96 = 1; -x_97 = lean_box(x_96); -if (lean_is_scalar(x_92)) { - x_98 = lean_alloc_ctor(0, 2, 0); -} else { - x_98 = x_92; -} -lean_ctor_set(x_98, 0, x_95); -lean_ctor_set(x_98, 1, x_97); -return x_98; +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__38(x_1, x_2, x_37); +return x_41; } } } +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_43, x_47); +return x_48; } else { -lean_object* x_99; lean_object* x_100; size_t x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; -x_99 = lean_ctor_get(x_10, 0); -lean_inc(x_99); -lean_dec(x_10); -x_100 = lean_array_set(x_4, x_8, x_9); -x_101 = lean_usize_shift_right(x_2, x_5); -x_102 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_99, x_101, x_3); -x_103 = lean_ctor_get(x_102, 1); -lean_inc(x_103); -x_104 = lean_unbox(x_103); -lean_dec(x_103); -if (x_104 == 0) +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) { -lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; -lean_dec(x_100); -lean_dec(x_8); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_105 = x_102; -} else { - lean_dec_ref(x_102); - x_105 = lean_box(0); -} -x_106 = 0; -x_107 = lean_box(x_106); -if (lean_is_scalar(x_105)) { - x_108 = lean_alloc_ctor(0, 2, 0); -} else { - x_108 = x_105; -} -lean_ctor_set(x_108, 0, x_1); -lean_ctor_set(x_108, 1, x_107); -return x_108; +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -if (lean_is_exclusive(x_1)) { - lean_ctor_release(x_1, 0); - x_109 = x_1; -} else { - lean_dec_ref(x_1); - x_109 = lean_box(0); -} -x_110 = lean_ctor_get(x_102, 0); -lean_inc(x_110); -if (lean_is_exclusive(x_102)) { - lean_ctor_release(x_102, 0); - lean_ctor_release(x_102, 1); - x_111 = x_102; -} else { - lean_dec_ref(x_102); - x_111 = lean_box(0); +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; } -x_112 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_110); -if (lean_obj_tag(x_112) == 0) -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; lean_object* x_117; lean_object* x_118; -x_113 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_113, 0, x_110); -x_114 = lean_array_set(x_100, x_8, x_113); -lean_dec(x_8); -if (lean_is_scalar(x_109)) { - x_115 = lean_alloc_ctor(0, 1, 0); -} else { - x_115 = x_109; } -lean_ctor_set(x_115, 0, x_114); -x_116 = 1; -x_117 = lean_box(x_116); -if (lean_is_scalar(x_111)) { - x_118 = lean_alloc_ctor(0, 2, 0); -} else { - x_118 = x_111; } -lean_ctor_set(x_118, 0, x_115); -lean_ctor_set(x_118, 1, x_117); -return x_118; +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_54, x_58); +return x_59; } 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; uint8_t x_126; lean_object* x_127; lean_object* x_128; -lean_dec(x_111); -lean_dec(x_110); -x_119 = lean_ctor_get(x_112, 0); -lean_inc(x_119); -lean_dec(x_112); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -if (lean_is_exclusive(x_119)) { - lean_ctor_release(x_119, 0); - lean_ctor_release(x_119, 1); - x_122 = x_119; -} else { - lean_dec_ref(x_119); - x_122 = lean_box(0); -} -x_123 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_123, 0, x_120); -lean_ctor_set(x_123, 1, x_121); -x_124 = lean_array_set(x_100, x_8, x_123); -lean_dec(x_8); -if (lean_is_scalar(x_109)) { - x_125 = lean_alloc_ctor(0, 1, 0); -} else { - x_125 = x_109; +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; } -lean_ctor_set(x_125, 0, x_124); -x_126 = 1; -x_127 = lean_box(x_126); -if (lean_is_scalar(x_122)) { - x_128 = lean_alloc_ctor(0, 2, 0); -} else { - x_128 = x_122; +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; } -lean_ctor_set(x_128, 0, x_125); -lean_ctor_set(x_128, 1, x_127); -return x_128; } } +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_66, x_74); +return x_75; } +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; } -default: +else { -uint8_t x_129; lean_object* x_130; lean_object* x_131; -lean_dec(x_8); -lean_dec(x_4); -x_129 = 0; -x_130 = lean_box(x_129); -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_1); -lean_ctor_set(x_131, 1, x_130); -return x_131; +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; -x_132 = lean_ctor_get(x_1, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_1, 1); -lean_inc(x_133); -x_134 = lean_unsigned_to_nat(0u); -x_135 = l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(x_132, x_3, x_134); -if (lean_obj_tag(x_135) == 0) +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) { -uint8_t x_136; lean_object* x_137; lean_object* x_138; -lean_dec(x_133); -lean_dec(x_132); -x_136 = 0; -x_137 = lean_box(x_136); -x_138 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_138, 0, x_1); -lean_ctor_set(x_138, 1, x_137); -return x_138; +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; } else { -uint8_t x_139; -x_139 = !lean_is_exclusive(x_1); -if (x_139 == 0) +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: { -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; uint8_t x_145; lean_object* x_146; lean_object* x_147; -x_140 = lean_ctor_get(x_1, 1); -lean_dec(x_140); -x_141 = lean_ctor_get(x_1, 0); -lean_dec(x_141); -x_142 = lean_ctor_get(x_135, 0); -lean_inc(x_142); -lean_dec(x_135); -x_143 = l_Array_eraseIdx_x27___rarg(x_132, x_142); -x_144 = l_Array_eraseIdx_x27___rarg(x_133, x_142); -lean_dec(x_142); -lean_ctor_set(x_1, 1, x_144); -lean_ctor_set(x_1, 0, x_143); -x_145 = 1; -x_146 = lean_box(x_145); -x_147 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_147, 0, x_1); -lean_ctor_set(x_147, 1, x_146); -return x_147; +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_84, x_3); +return x_85; } -else +case 11: { -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_dec(x_1); -x_148 = lean_ctor_get(x_135, 0); -lean_inc(x_148); -lean_dec(x_135); -x_149 = l_Array_eraseIdx_x27___rarg(x_132, x_148); -x_150 = l_Array_eraseIdx_x27___rarg(x_133, x_148); -lean_dec(x_148); -x_151 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_151, 0, x_149); -lean_ctor_set(x_151, 1, x_150); -x_152 = 1; -x_153 = lean_box(x_152); -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_151); -lean_ctor_set(x_154, 1, x_153); -return x_154; +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_1, x_86, x_3); +return x_87; } +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; } } } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_3; -x_3 = !lean_is_exclusive(x_1); -if (x_3 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -lean_object* x_4; lean_object* x_5; uint64_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_4 = lean_ctor_get(x_1, 0); -x_5 = lean_ctor_get(x_1, 1); -x_6 = l_Lean_Name_hash___override(x_2); -x_7 = lean_uint64_to_usize(x_6); -x_8 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_4, x_7, x_2); -x_9 = lean_ctor_get(x_8, 1); -lean_inc(x_9); -x_10 = lean_unbox(x_9); -lean_dec(x_9); -if (x_10 == 0) +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_11; -x_11 = lean_ctor_get(x_8, 0); -lean_inc(x_11); +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -lean_ctor_set(x_1, 0, x_11); -return x_1; +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_8, 0); -lean_inc(x_12); -lean_dec(x_8); -x_13 = lean_unsigned_to_nat(1u); -x_14 = lean_nat_sub(x_5, x_13); -lean_dec(x_5); -lean_ctor_set(x_1, 1, x_14); -lean_ctor_set(x_1, 0, x_12); -return x_1; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -lean_object* x_15; lean_object* x_16; uint64_t x_17; size_t x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_15 = lean_ctor_get(x_1, 0); -x_16 = lean_ctor_get(x_1, 1); -lean_inc(x_16); +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__37(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__46(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__46(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); lean_dec(x_1); -x_17 = l_Lean_Name_hash___override(x_2); -x_18 = lean_uint64_to_usize(x_17); -x_19 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_15, x_18, x_2); -x_20 = lean_ctor_get(x_19, 1); -lean_inc(x_20); -x_21 = lean_unbox(x_20); -lean_dec(x_20); -if (x_21 == 0) +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_19, 0); -lean_inc(x_22); -lean_dec(x_19); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_16); -return x_23; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_24 = lean_ctor_get(x_19, 0); -lean_inc(x_24); -lean_dec(x_19); -x_25 = lean_unsigned_to_nat(1u); -x_26 = lean_nat_sub(x_16, x_25); -lean_dec(x_16); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_24); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_2, x_3); +return x_15; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarUserName(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_4; uint8_t x_5; -lean_inc(x_2); -lean_inc(x_1); -x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); -x_5 = !lean_is_exclusive(x_1); +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); 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; lean_object* x_11; uint8_t x_12; -x_7 = lean_ctor_get(x_1, 4); -x_8 = lean_ctor_get(x_1, 5); -x_9 = lean_ctor_get(x_4, 0); -lean_inc(x_3); -lean_ctor_set(x_4, 0, x_3); -lean_inc(x_2); -x_10 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); -x_11 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_8, x_9); -lean_dec(x_9); -x_12 = l_Lean_Name_isAnonymous(x_3); -if (x_12 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48(x_1, x_6); +if (x_7 == 0) { -lean_object* x_13; -x_13 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_11, x_3, x_2); -lean_ctor_set(x_1, 5, x_13); -lean_ctor_set(x_1, 4, x_10); -return x_1; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_1, 5, x_11); -lean_ctor_set(x_1, 4, x_10); -return x_1; +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; } } 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; uint8_t x_21; 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_14 = lean_ctor_get(x_1, 4); -x_15 = lean_ctor_get(x_1, 5); -x_16 = lean_ctor_get(x_4, 0); -x_17 = lean_ctor_get(x_4, 1); -x_18 = lean_ctor_get(x_4, 2); -x_19 = lean_ctor_get(x_4, 3); -x_20 = lean_ctor_get(x_4, 4); -x_21 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); -x_22 = lean_ctor_get(x_4, 5); -x_23 = lean_ctor_get(x_4, 6); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_4); -lean_inc(x_3); -x_24 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_24, 0, x_3); -lean_ctor_set(x_24, 1, x_17); -lean_ctor_set(x_24, 2, x_18); -lean_ctor_set(x_24, 3, x_19); -lean_ctor_set(x_24, 4, x_20); -lean_ctor_set(x_24, 5, x_22); -lean_ctor_set(x_24, 6, x_23); -lean_ctor_set_uint8(x_24, sizeof(void*)*7, x_21); -lean_inc(x_2); -x_25 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_14, x_2, x_24); -x_26 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_15, x_16); -lean_dec(x_16); -x_27 = l_Lean_Name_isAnonymous(x_3); -if (x_27 == 0) +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_28; -x_28 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_26, x_3, x_2); -lean_ctor_set(x_1, 5, x_28); -lean_ctor_set(x_1, 4, x_25); -return x_1; +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_dec(x_3); -lean_dec(x_2); -lean_ctor_set(x_1, 5, x_26); -lean_ctor_set(x_1, 4, x_25); -return x_1; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; } } } 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; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_29 = lean_ctor_get(x_1, 0); -x_30 = lean_ctor_get(x_1, 1); -x_31 = lean_ctor_get(x_1, 2); -x_32 = lean_ctor_get(x_1, 3); -x_33 = lean_ctor_get(x_1, 4); -x_34 = lean_ctor_get(x_1, 5); -x_35 = lean_ctor_get(x_1, 6); -x_36 = lean_ctor_get(x_1, 7); -x_37 = lean_ctor_get(x_1, 8); -lean_inc(x_37); -lean_inc(x_36); -lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); +uint8_t x_18; lean_dec(x_1); -x_38 = lean_ctor_get(x_4, 0); -lean_inc(x_38); -x_39 = lean_ctor_get(x_4, 1); -lean_inc(x_39); -x_40 = lean_ctor_get(x_4, 2); -lean_inc(x_40); -x_41 = lean_ctor_get(x_4, 3); -lean_inc(x_41); -x_42 = lean_ctor_get(x_4, 4); -lean_inc(x_42); -x_43 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); -x_44 = lean_ctor_get(x_4, 5); -lean_inc(x_44); -x_45 = lean_ctor_get(x_4, 6); -lean_inc(x_45); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - lean_ctor_release(x_4, 2); - lean_ctor_release(x_4, 3); - lean_ctor_release(x_4, 4); - lean_ctor_release(x_4, 5); - lean_ctor_release(x_4, 6); - x_46 = x_4; -} else { - lean_dec_ref(x_4); - x_46 = lean_box(0); +x_18 = 0; +return x_18; } -lean_inc(x_3); -if (lean_is_scalar(x_46)) { - x_47 = lean_alloc_ctor(0, 7, 1); -} else { - x_47 = x_46; } -lean_ctor_set(x_47, 0, x_3); -lean_ctor_set(x_47, 1, x_39); -lean_ctor_set(x_47, 2, x_40); -lean_ctor_set(x_47, 3, x_41); -lean_ctor_set(x_47, 4, x_42); -lean_ctor_set(x_47, 5, x_44); -lean_ctor_set(x_47, 6, x_45); -lean_ctor_set_uint8(x_47, sizeof(void*)*7, x_43); -lean_inc(x_2); -x_48 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_33, x_2, x_47); -x_49 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_34, x_38); -lean_dec(x_38); -x_50 = l_Lean_Name_isAnonymous(x_3); -if (x_50 == 0) +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_51; lean_object* x_52; -x_51 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_49, x_3, x_2); -x_52 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_52, 0, x_29); -lean_ctor_set(x_52, 1, x_30); -lean_ctor_set(x_52, 2, x_31); -lean_ctor_set(x_52, 3, x_32); -lean_ctor_set(x_52, 4, x_48); -lean_ctor_set(x_52, 5, x_51); -lean_ctor_set(x_52, 6, x_35); -lean_ctor_set(x_52, 7, x_36); -lean_ctor_set(x_52, 8, x_37); -return x_52; +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; } else { -lean_object* x_53; +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); lean_dec(x_3); -lean_dec(x_2); -x_53 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_53, 0, x_29); -lean_ctor_set(x_53, 1, x_30); -lean_ctor_set(x_53, 2, x_31); -lean_ctor_set(x_53, 3, x_32); -lean_ctor_set(x_53, 4, x_48); -lean_ctor_set(x_53, 5, x_49); -lean_ctor_set(x_53, 6, x_35); -lean_ctor_set(x_53, 7, x_36); -lean_ctor_set(x_53, 8, x_37); -return x_53; +lean_dec(x_1); +x_9 = 0; +return x_9; } +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } -LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(x_1, x_2, x_3); +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); lean_dec(x_1); -return x_4; +x_17 = 0; +return x_17; } +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -size_t x_4; lean_object* x_5; -x_4 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_5 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_1, x_4, x_3); -lean_dec(x_3); -return x_5; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } -LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_1, x_2); -lean_dec(x_2); -return x_3; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarUserNameTemporarily(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__51(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_4; uint8_t x_5; -lean_inc(x_2); -lean_inc(x_1); -x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); -x_5 = !lean_is_exclusive(x_1); +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); if (x_5 == 0) { -uint8_t x_6; -x_6 = !lean_is_exclusive(x_4); -if (x_6 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +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_1, 4); -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -lean_ctor_set(x_4, 0, x_3); -x_9 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); -lean_ctor_set(x_1, 4, x_9); -return x_1; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -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; lean_object* x_18; lean_object* x_19; -x_10 = lean_ctor_get(x_1, 4); -x_11 = lean_ctor_get(x_4, 1); -x_12 = lean_ctor_get(x_4, 2); -x_13 = lean_ctor_get(x_4, 3); -x_14 = lean_ctor_get(x_4, 4); -x_15 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); -x_16 = lean_ctor_get(x_4, 5); -x_17 = lean_ctor_get(x_4, 6); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_dec(x_4); -x_18 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_18, 0, x_3); -lean_ctor_set(x_18, 1, x_11); -lean_ctor_set(x_18, 2, x_12); -lean_ctor_set(x_18, 3, x_13); -lean_ctor_set(x_18, 4, x_14); -lean_ctor_set(x_18, 5, x_16); -lean_ctor_set(x_18, 6, x_17); -lean_ctor_set_uint8(x_18, sizeof(void*)*7, x_15); -x_19 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_10, x_2, x_18); -lean_ctor_set(x_1, 4, x_19); -return x_1; -} +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; } else { -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; uint8_t 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_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); -x_24 = lean_ctor_get(x_1, 4); -x_25 = lean_ctor_get(x_1, 5); -x_26 = lean_ctor_get(x_1, 6); -x_27 = lean_ctor_get(x_1, 7); -x_28 = lean_ctor_get(x_1, 8); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); +uint8_t x_17; lean_dec(x_1); -x_29 = lean_ctor_get(x_4, 1); -lean_inc(x_29); -x_30 = lean_ctor_get(x_4, 2); -lean_inc(x_30); -x_31 = lean_ctor_get(x_4, 3); -lean_inc(x_31); -x_32 = lean_ctor_get(x_4, 4); -lean_inc(x_32); -x_33 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); -x_34 = lean_ctor_get(x_4, 5); -lean_inc(x_34); -x_35 = lean_ctor_get(x_4, 6); -lean_inc(x_35); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - lean_ctor_release(x_4, 2); - lean_ctor_release(x_4, 3); - lean_ctor_release(x_4, 4); - lean_ctor_release(x_4, 5); - lean_ctor_release(x_4, 6); - x_36 = x_4; -} else { - lean_dec_ref(x_4); - x_36 = lean_box(0); +x_17 = 1; +return x_17; } -if (lean_is_scalar(x_36)) { - x_37 = lean_alloc_ctor(0, 7, 1); -} else { - x_37 = x_36; } -lean_ctor_set(x_37, 0, x_3); -lean_ctor_set(x_37, 1, x_29); -lean_ctor_set(x_37, 2, x_30); -lean_ctor_set(x_37, 3, x_31); -lean_ctor_set(x_37, 4, x_32); -lean_ctor_set(x_37, 5, x_34); -lean_ctor_set(x_37, 6, x_35); -lean_ctor_set_uint8(x_37, sizeof(void*)*7, x_33); -x_38 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_24, x_2, x_37); -x_39 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_39, 0, x_20); -lean_ctor_set(x_39, 1, x_21); -lean_ctor_set(x_39, 2, x_22); -lean_ctor_set(x_39, 3, x_23); -lean_ctor_set(x_39, 4, x_38); -lean_ctor_set(x_39, 5, x_25); -lean_ctor_set(x_39, 6, x_26); -lean_ctor_set(x_39, 7, x_27); -lean_ctor_set(x_39, 8, x_28); -return x_39; +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; } } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarType(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; uint8_t x_5; -lean_inc(x_2); +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_inc(x_1); -x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); -x_5 = !lean_is_exclusive(x_1); -if (x_5 == 0) +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48(x_1, x_3); +if (x_4 == 0) { -uint8_t x_6; -x_6 = !lean_is_exclusive(x_4); -if (x_6 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; -x_7 = lean_ctor_get(x_1, 4); -x_8 = lean_ctor_get(x_4, 2); -lean_dec(x_8); -lean_ctor_set(x_4, 2, x_3); -x_9 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); -lean_ctor_set(x_1, 4, x_9); -return x_1; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; } else { -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; lean_object* x_18; lean_object* x_19; -x_10 = lean_ctor_get(x_1, 4); -x_11 = lean_ctor_get(x_4, 0); -x_12 = lean_ctor_get(x_4, 1); -x_13 = lean_ctor_get(x_4, 3); -x_14 = lean_ctor_get(x_4, 4); -x_15 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); -x_16 = lean_ctor_get(x_4, 5); -x_17 = lean_ctor_get(x_4, 6); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_dec(x_4); -x_18 = lean_alloc_ctor(0, 7, 1); -lean_ctor_set(x_18, 0, x_11); -lean_ctor_set(x_18, 1, x_12); -lean_ctor_set(x_18, 2, x_3); -lean_ctor_set(x_18, 3, x_13); -lean_ctor_set(x_18, 4, x_14); -lean_ctor_set(x_18, 5, x_16); -lean_ctor_set(x_18, 6, x_17); -lean_ctor_set_uint8(x_18, sizeof(void*)*7, x_15); -x_19 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_10, x_2, x_18); -lean_ctor_set(x_1, 4, x_19); -return x_1; +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} } } else { -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; uint8_t 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_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); -x_24 = lean_ctor_get(x_1, 4); -x_25 = lean_ctor_get(x_1, 5); -x_26 = lean_ctor_get(x_1, 6); -x_27 = lean_ctor_get(x_1, 7); -x_28 = lean_ctor_get(x_1, 8); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); +lean_dec(x_2); lean_dec(x_1); -x_29 = lean_ctor_get(x_4, 0); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__45(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); lean_inc(x_29); -x_30 = lean_ctor_get(x_4, 1); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); lean_inc(x_30); -x_31 = lean_ctor_get(x_4, 3); -lean_inc(x_31); -x_32 = lean_ctor_get(x_4, 4); -lean_inc(x_32); -x_33 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); -x_34 = lean_ctor_get(x_4, 5); -lean_inc(x_34); -x_35 = lean_ctor_get(x_4, 6); -lean_inc(x_35); -if (lean_is_exclusive(x_4)) { - lean_ctor_release(x_4, 0); - lean_ctor_release(x_4, 1); - lean_ctor_release(x_4, 2); - lean_ctor_release(x_4, 3); - lean_ctor_release(x_4, 4); - lean_ctor_release(x_4, 5); - lean_ctor_release(x_4, 6); - x_36 = x_4; -} else { - lean_dec_ref(x_4); - x_36 = lean_box(0); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_30, x_29); +return x_31; } -if (lean_is_scalar(x_36)) { - x_37 = lean_alloc_ctor(0, 7, 1); -} else { - x_37 = x_36; } -lean_ctor_set(x_37, 0, x_29); -lean_ctor_set(x_37, 1, x_30); -lean_ctor_set(x_37, 2, x_3); -lean_ctor_set(x_37, 3, x_31); -lean_ctor_set(x_37, 4, x_32); -lean_ctor_set(x_37, 5, x_34); -lean_ctor_set(x_37, 6, x_35); -lean_ctor_set_uint8(x_37, sizeof(void*)*7, x_33); -x_38 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_24, x_2, x_37); -x_39 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_39, 0, x_20); -lean_ctor_set(x_39, 1, x_21); -lean_ctor_set(x_39, 2, x_22); -lean_ctor_set(x_39, 3, x_23); -lean_ctor_set(x_39, 4, x_38); -lean_ctor_set(x_39, 5, x_25); -lean_ctor_set(x_39, 6, x_26); -lean_ctor_set(x_39, 7, x_27); -lean_ctor_set(x_39, 8, x_28); -return x_39; +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__46(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__46(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__45(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__54(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__54(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__59(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__53(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__54(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__54(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__53(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__62(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__62(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__67(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__67(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__61(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__62(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__62(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__61(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__70(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__70(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__73(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__74(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__73(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__74(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__75(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__75(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__69(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__70(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__70(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__69(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__78(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__78(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__81(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__82(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__81(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__82(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__83(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__83(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__77(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__78(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__78(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__76(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__77(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__86(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__86(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__89(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__90(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__89(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__90(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__91(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__91(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__85(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__86(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__86(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__85(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__94(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +lean_inc(x_1); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__94(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +lean_dec(x_1); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__97(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +lean_inc(x_1); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +lean_dec(x_1); +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +lean_dec(x_1); +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__98(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__97(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_1); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__98(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__99(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +lean_inc(x_1); +x_12 = l_Lean_Expr_fvarId_x21(x_1); +x_13 = lean_name_eq(x_12, x_11); +lean_dec(x_11); +lean_dec(x_12); +if (x_13 == 0) +{ +size_t x_14; size_t x_15; +x_14 = 1; +x_15 = lean_usize_add(x_3, x_14); +x_3 = x_15; +goto _start; +} +else +{ +uint8_t x_17; +lean_dec(x_1); +x_17 = 1; +return x_17; +} +} +} +else +{ +uint8_t x_18; +lean_dec(x_1); +x_18 = 0; +return x_18; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_inc(x_1); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_1); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__99(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__93(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; lean_object* x_7; lean_object* x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = l_Lean_Expr_fvarId_x21(x_1); +x_6 = lean_name_eq(x_5, x_4); +lean_dec(x_4); +lean_dec(x_5); +x_7 = lean_box(x_6); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +case 2: +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_2, 0); +lean_inc(x_9); +lean_dec(x_2); +lean_inc(x_9); +x_10 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_9, x_3); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +if (lean_obj_tag(x_11) == 0) +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_10); +if (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; uint8_t x_19; lean_object* x_20; +x_13 = lean_ctor_get(x_10, 1); +x_14 = lean_ctor_get(x_10, 0); +lean_dec(x_14); +x_15 = lean_ctor_get(x_13, 1); +lean_inc(x_15); +x_16 = l_Lean_MetavarContext_getDecl(x_15, x_9); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); +lean_dec(x_17); +x_19 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95(x_1, x_18); +x_20 = lean_box(x_19); +lean_ctor_set(x_10, 0, x_20); +return x_10; +} +else +{ +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; lean_object* x_28; +x_21 = lean_ctor_get(x_10, 1); +lean_inc(x_21); +lean_dec(x_10); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +x_23 = l_Lean_MetavarContext_getDecl(x_22, x_9); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_ctor_get(x_24, 1); +lean_inc(x_25); +lean_dec(x_24); +x_26 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95(x_1, x_25); +x_27 = lean_box(x_26); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_21); +return x_28; +} +} +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 1); +lean_inc(x_29); +lean_dec(x_10); +x_30 = lean_ctor_get(x_11, 0); +lean_inc(x_30); +lean_dec(x_11); +x_31 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_30, x_29); +return x_31; +} +} +case 5: +{ +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Expr_getAppFn(x_2); +x_33 = l_Lean_Expr_isMVar(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +lean_dec(x_32); +x_34 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__94(x_1, x_2, x_3); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +lean_inc(x_2); +x_35 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_36 = lean_ctor_get(x_35, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_35, 1); +lean_inc(x_37); +lean_dec(x_35); +x_38 = l_Lean_Expr_getAppFn(x_36); +x_39 = lean_expr_eqv(x_38, x_32); +lean_dec(x_32); +lean_dec(x_38); +if (x_39 == 0) +{ +lean_dec(x_2); +x_2 = x_36; +x_3 = x_37; +goto _start; +} +else +{ +lean_object* x_41; +lean_dec(x_36); +x_41 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_localDeclDependsOn_x27___spec__94(x_1, x_2, x_37); +return x_41; +} +} +} +case 6: +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_2, 1); +lean_inc(x_42); +x_43 = lean_ctor_get(x_2, 2); +lean_inc(x_43); +lean_dec(x_2); +lean_inc(x_1); +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_42, x_3); +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_unbox(x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; +lean_dec(x_45); +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_43, x_47); +return x_48; +} +else +{ +uint8_t x_49; +lean_dec(x_43); +lean_dec(x_1); +x_49 = !lean_is_exclusive(x_44); +if (x_49 == 0) +{ +lean_object* x_50; +x_50 = lean_ctor_get(x_44, 0); +lean_dec(x_50); +return x_44; +} +else +{ +lean_object* x_51; lean_object* x_52; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +lean_dec(x_44); +x_52 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_52, 0, x_45); +lean_ctor_set(x_52, 1, x_51); +return x_52; +} +} +} +case 7: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +lean_inc(x_1); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +lean_dec(x_1); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 8: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +x_66 = lean_ctor_get(x_2, 3); +lean_inc(x_66); +lean_dec(x_2); +lean_inc(x_1); +x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_64, x_3); +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +if (x_69 == 0) +{ +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +lean_dec(x_68); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +lean_inc(x_1); +x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_65, x_70); +x_72 = lean_ctor_get(x_71, 0); +lean_inc(x_72); +x_73 = lean_unbox(x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_72); +x_74 = lean_ctor_get(x_71, 1); +lean_inc(x_74); +lean_dec(x_71); +x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_66, x_74); +return x_75; +} +else +{ +uint8_t x_76; +lean_dec(x_66); +lean_dec(x_1); +x_76 = !lean_is_exclusive(x_71); +if (x_76 == 0) +{ +lean_object* x_77; +x_77 = lean_ctor_get(x_71, 0); +lean_dec(x_77); +return x_71; +} +else +{ +lean_object* x_78; lean_object* x_79; +x_78 = lean_ctor_get(x_71, 1); +lean_inc(x_78); +lean_dec(x_71); +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_72); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} +} +} +else +{ +uint8_t x_80; +lean_dec(x_66); +lean_dec(x_65); +lean_dec(x_1); +x_80 = !lean_is_exclusive(x_67); +if (x_80 == 0) +{ +lean_object* x_81; +x_81 = lean_ctor_get(x_67, 0); +lean_dec(x_81); +return x_67; +} +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = lean_ctor_get(x_67, 1); +lean_inc(x_82); +lean_dec(x_67); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_68); +lean_ctor_set(x_83, 1, x_82); +return x_83; +} +} +} +case 10: +{ +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_2, 1); +lean_inc(x_84); +lean_dec(x_2); +x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_84, x_3); +return x_85; +} +case 11: +{ +lean_object* x_86; lean_object* x_87; +x_86 = lean_ctor_get(x_2, 2); +lean_inc(x_86); +lean_dec(x_2); +x_87 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_1, x_86, x_3); +return x_87; +} +default: +{ +uint8_t x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_2); +lean_dec(x_1); +x_88 = 0; +x_89 = lean_box(x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_3); +return x_90; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +lean_dec(x_1); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_localDeclDependsOn_x27___spec__93(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___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) { +_start: +{ +uint8_t x_7; lean_object* x_8; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_19 = l_Lean_Expr_hasFVar(x_1); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = l_Lean_Expr_hasMVar(x_1); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_5); +lean_dec(x_1); +x_21 = 0; +x_7 = x_21; +x_8 = x_18; +goto block_16; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__4(x_5, x_1, x_18); +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 = lean_unbox(x_23); +lean_dec(x_23); +x_7 = x_25; +x_8 = x_24; +goto block_16; +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__7(x_5, x_1, x_18); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_16; +} +block_16: +{ +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_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +lean_dec(x_2); +x_11 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_11, 0, x_9); +x_12 = lean_apply_1(x_10, x_11); +x_13 = lean_box(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_13); +x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___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) { +_start: +{ +uint8_t x_9; lean_object* x_10; uint8_t x_19; lean_object* x_20; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_8); +x_35 = l_Lean_Expr_hasFVar(x_1); +if (x_35 == 0) +{ +uint8_t x_36; +x_36 = l_Lean_Expr_hasMVar(x_1); +if (x_36 == 0) +{ +uint8_t x_37; +lean_dec(x_1); +x_37 = 0; +x_19 = x_37; +x_20 = x_34; +goto block_32; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +lean_inc(x_7); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__22(x_7, x_1, 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 = lean_unbox(x_39); +lean_dec(x_39); +x_19 = x_41; +x_20 = x_40; +goto block_32; +} +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +lean_inc(x_7); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__25(x_7, x_1, x_34); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_19 = x_45; +x_20 = x_44; +goto block_32; +} +block_18: +{ +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_11 = lean_ctor_get(x_10, 1); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +lean_dec(x_3); +x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_13, 0, x_11); +x_14 = lean_apply_1(x_12, x_13); +x_15 = lean_box(x_9); +x_16 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_16, 0, x_4); +lean_closure_set(x_16, 1, x_15); +x_17 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_14, x_16); +return x_17; +} +block_32: +{ +if (x_19 == 0) +{ +uint8_t x_21; +x_21 = l_Lean_Expr_hasFVar(x_2); +if (x_21 == 0) +{ +uint8_t x_22; +x_22 = l_Lean_Expr_hasMVar(x_2); +if (x_22 == 0) +{ +uint8_t x_23; +lean_dec(x_7); +lean_dec(x_2); +x_23 = 0; +x_9 = x_23; +x_10 = x_20; +goto block_18; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_24 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__13(x_7, x_2, x_20); +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 = lean_unbox(x_25); +lean_dec(x_25); +x_9 = x_27; +x_10 = x_26; +goto block_18; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__16(x_7, x_2, x_20); +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 = lean_unbox(x_29); +lean_dec(x_29); +x_9 = x_31; +x_10 = x_30; +goto block_18; +} +} +else +{ +lean_dec(x_7); +lean_dec(x_2); +x_9 = x_19; +x_10 = x_20; +goto block_18; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { +_start: +{ +uint8_t x_7; lean_object* x_8; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_17 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_19 = l_Lean_Expr_hasFVar(x_1); +if (x_19 == 0) +{ +uint8_t x_20; +x_20 = l_Lean_Expr_hasMVar(x_1); +if (x_20 == 0) +{ +uint8_t x_21; +lean_dec(x_5); +lean_dec(x_1); +x_21 = 0; +x_7 = x_21; +x_8 = x_18; +goto block_16; +} +else +{ +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__36(x_5, x_1, x_18); +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 = lean_unbox(x_23); +lean_dec(x_23); +x_7 = x_25; +x_8 = x_24; +goto block_16; +} +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__44(x_5, x_1, x_18); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_16; +} +block_16: +{ +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_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_2, 1); +lean_inc(x_10); +lean_dec(x_2); +x_11 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_11, 0, x_9); +x_12 = lean_apply_1(x_10, x_11); +x_13 = lean_box(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_3); +lean_closure_set(x_14, 1, x_13); +x_15 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_12, x_14); +return x_15; +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { +_start: +{ +uint8_t x_9; lean_object* x_10; uint8_t x_19; lean_object* x_20; lean_object* x_33; lean_object* x_34; uint8_t x_35; +x_33 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_8); +x_35 = l_Lean_Expr_hasFVar(x_1); +if (x_35 == 0) +{ +uint8_t x_36; +x_36 = l_Lean_Expr_hasMVar(x_1); +if (x_36 == 0) +{ +uint8_t x_37; +lean_dec(x_1); +x_37 = 0; +x_19 = x_37; +x_20 = x_34; +goto block_32; +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +lean_inc(x_7); +x_38 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__84(x_7, x_1, 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 = lean_unbox(x_39); +lean_dec(x_39); +x_19 = x_41; +x_20 = x_40; +goto block_32; +} +} +else +{ +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +lean_inc(x_7); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__92(x_7, x_1, x_34); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_unbox(x_43); +lean_dec(x_43); +x_19 = x_45; +x_20 = x_44; +goto block_32; +} +block_18: +{ +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_11 = lean_ctor_get(x_10, 1); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_ctor_get(x_3, 1); +lean_inc(x_12); +lean_dec(x_3); +x_13 = lean_alloc_closure((void*)(l_Lean_setMCtx___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_13, 0, x_11); +x_14 = lean_apply_1(x_12, x_13); +x_15 = lean_box(x_9); +x_16 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_16, 0, x_4); +lean_closure_set(x_16, 1, x_15); +x_17 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_14, x_16); +return x_17; +} +block_32: +{ +if (x_19 == 0) +{ +uint8_t x_21; +x_21 = l_Lean_Expr_hasFVar(x_2); +if (x_21 == 0) +{ +uint8_t x_22; +x_22 = l_Lean_Expr_hasMVar(x_2); +if (x_22 == 0) +{ +uint8_t x_23; +lean_dec(x_7); +lean_dec(x_2); +x_23 = 0; +x_9 = x_23; +x_10 = x_20; +goto block_18; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_24 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__60(x_7, x_2, x_20); +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 = lean_unbox(x_25); +lean_dec(x_25); +x_9 = x_27; +x_10 = x_26; +goto block_18; +} +} +else +{ +lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_28 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_localDeclDependsOn_x27___spec__68(x_7, x_2, x_20); +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 = lean_unbox(x_29); +lean_dec(x_29); +x_9 = x_31; +x_10 = x_30; +goto block_18; +} +} +else +{ +lean_dec(x_7); +lean_dec(x_2); +x_9 = x_19; +x_10 = x_20; +goto block_18; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +uint8_t x_5; +x_5 = l_Lean_Expr_isFVar(x_4); +if (x_5 == 0) +{ +uint8_t x_6; +x_6 = l_Lean_Expr_isMVar(x_4); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; lean_object* x_10; lean_object* x_11; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_ctor_get(x_7, 1); +lean_inc(x_8); +lean_dec(x_7); +x_9 = 0; +x_10 = lean_box(x_9); +x_11 = lean_apply_2(x_8, lean_box(0), x_10); +return x_11; +} +else +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_3, 3); +lean_inc(x_12); +lean_dec(x_3); +x_13 = lean_ctor_get(x_1, 1); +lean_inc(x_13); +x_14 = lean_ctor_get(x_2, 0); +lean_inc(x_14); +lean_inc(x_13); +x_15 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__1), 6, 5); +lean_closure_set(x_15, 0, x_12); +lean_closure_set(x_15, 1, x_2); +lean_closure_set(x_15, 2, x_1); +lean_closure_set(x_15, 3, x_13); +lean_closure_set(x_15, 4, x_4); +x_16 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_15); +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_object* x_22; +x_17 = lean_ctor_get(x_3, 3); +lean_inc(x_17); +x_18 = lean_ctor_get(x_3, 4); +lean_inc(x_18); +lean_dec(x_3); +x_19 = lean_ctor_get(x_1, 1); +lean_inc(x_19); +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_inc(x_4); +lean_inc(x_19); +x_21 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__2___boxed), 8, 7); +lean_closure_set(x_21, 0, x_17); +lean_closure_set(x_21, 1, x_18); +lean_closure_set(x_21, 2, x_2); +lean_closure_set(x_21, 3, x_1); +lean_closure_set(x_21, 4, x_19); +lean_closure_set(x_21, 5, x_4); +lean_closure_set(x_21, 6, x_4); +x_22 = lean_apply_4(x_19, lean_box(0), lean_box(0), x_20, x_21); +return x_22; +} +} +} +else +{ +if (lean_obj_tag(x_3) == 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_3, 3); +lean_inc(x_23); +lean_dec(x_3); +x_24 = lean_ctor_get(x_1, 1); +lean_inc(x_24); +x_25 = lean_ctor_get(x_2, 0); +lean_inc(x_25); +lean_inc(x_24); +x_26 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__3), 6, 5); +lean_closure_set(x_26, 0, x_23); +lean_closure_set(x_26, 1, x_2); +lean_closure_set(x_26, 2, x_1); +lean_closure_set(x_26, 3, x_24); +lean_closure_set(x_26, 4, x_4); +x_27 = lean_apply_4(x_24, lean_box(0), lean_box(0), x_25, x_26); +return x_27; +} +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_3, 3); +lean_inc(x_28); +x_29 = lean_ctor_get(x_3, 4); +lean_inc(x_29); +lean_dec(x_3); +x_30 = lean_ctor_get(x_1, 1); +lean_inc(x_30); +x_31 = lean_ctor_get(x_2, 0); +lean_inc(x_31); +lean_inc(x_4); +lean_inc(x_30); +x_32 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg___lambda__4___boxed), 8, 7); +lean_closure_set(x_32, 0, x_28); +lean_closure_set(x_32, 1, x_29); +lean_closure_set(x_32, 2, x_2); +lean_closure_set(x_32, 3, x_1); +lean_closure_set(x_32, 4, x_30); +lean_closure_set(x_32, 5, x_4); +lean_closure_set(x_32, 6, x_4); +x_33 = lean_apply_4(x_30, lean_box(0), lean_box(0), x_31, x_32); +return x_33; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOn_x27___rarg), 4, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__33(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__34(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__32___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__32(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__35___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__35(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__31(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__41(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__42(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__40(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__43___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__43(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__39(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__49(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__50(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__48(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__51___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__51(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__47(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__57(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__58(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__56(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__59___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__59(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__55(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__65(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__66(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__64(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__67___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__67(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__63(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__73___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__73(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__74___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__74(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__72(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__75___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__75(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__71(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__81___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__81(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__82___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__82(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__80(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__83___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__83(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__79(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__89___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__89(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__90___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__90(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__88(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__91___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__91(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__87(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__97___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__97(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__98___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__98(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_localDeclDependsOn_x27___spec__96(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__99___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_localDeclDependsOn_x27___spec__99(x_1, x_2, x_5, x_6); +lean_dec(x_2); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_localDeclDependsOn_x27___spec__95(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_localDeclDependsOn_x27___rarg___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn_x27___rarg___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) { +_start: +{ +lean_object* x_9; +x_9 = l_Lean_localDeclDependsOn_x27___rarg___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_dependsOnPred___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_object* x_7; lean_object* x_8; lean_object* x_9; +x_6 = lean_ctor_get(x_1, 1); +lean_inc(x_6); +x_7 = lean_ctor_get(x_2, 0); +lean_inc(x_7); +lean_inc(x_6); +x_8 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2), 7, 6); +lean_closure_set(x_8, 0, x_3); +lean_closure_set(x_8, 1, x_2); +lean_closure_set(x_8, 2, x_1); +lean_closure_set(x_8, 3, x_6); +lean_closure_set(x_8, 4, x_4); +lean_closure_set(x_8, 5, x_5); +x_9 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_7, x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_dependsOnPred(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_dependsOnPred___rarg), 5, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred___rarg(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_3) == 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, 3); +lean_inc(x_6); +lean_dec(x_3); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_inc(x_7); +x_9 = lean_alloc_closure((void*)(l_Lean_findExprDependsOn___rarg___lambda__2), 7, 6); +lean_closure_set(x_9, 0, x_6); +lean_closure_set(x_9, 1, x_2); +lean_closure_set(x_9, 2, x_1); +lean_closure_set(x_9, 3, x_7); +lean_closure_set(x_9, 4, x_4); +lean_closure_set(x_9, 5, x_5); +x_10 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_8, x_9); +return x_10; +} +else +{ +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_3, 3); +lean_inc(x_11); +x_12 = lean_ctor_get(x_3, 4); +lean_inc(x_12); +lean_dec(x_3); +x_13 = lean_ctor_get(x_1, 1); +lean_inc(x_13); +x_14 = lean_ctor_get(x_2, 0); +lean_inc(x_14); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_13); +x_15 = lean_alloc_closure((void*)(l_Lean_findLocalDeclDependsOn___rarg___lambda__1___boxed), 10, 9); +lean_closure_set(x_15, 0, x_11); +lean_closure_set(x_15, 1, x_12); +lean_closure_set(x_15, 2, x_2); +lean_closure_set(x_15, 3, x_1); +lean_closure_set(x_15, 4, x_13); +lean_closure_set(x_15, 5, x_4); +lean_closure_set(x_15, 6, x_5); +lean_closure_set(x_15, 7, x_4); +lean_closure_set(x_15, 8, x_5); +x_16 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOnPred(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_localDeclDependsOnPred___rarg), 5, 0); +return x_2; +} +} +static lean_object* _init_l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_1 = lean_unsigned_to_nat(0u); +x_2 = l_Lean_MetavarContext_lDepth___default___closed__1; +x_3 = l_Lean_MetavarContext_decls___default___closed__1; +x_4 = l_Lean_MetavarContext_userNames___default___closed__1; +x_5 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_5, 0, x_1); +lean_ctor_set(x_5, 1, x_1); +lean_ctor_set(x_5, 2, x_1); +lean_ctor_set(x_5, 3, x_2); +lean_ctor_set(x_5, 4, x_3); +lean_ctor_set(x_5, 5, x_4); +lean_ctor_set(x_5, 6, x_2); +lean_ctor_set(x_5, 7, x_3); +lean_ctor_set(x_5, 8, x_3); +return x_5; +} +} +static lean_object* _init_l_Lean_MetavarContext_instInhabitedMetavarContext() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1; +return x_1; +} +} +LEAN_EXPORT lean_object* lean_mk_metavar_ctx(lean_object* x_1) { +_start: +{ +lean_object* x_2; +lean_dec(x_1); +x_2 = l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1; +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(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_Name_hash___override(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_MetavarContext_addExprMVarDecl___spec__2(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_MetavarContext_addExprMVarDecl___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; 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 = lean_name_eq(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; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(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_getLevelMVarAssignment_x3f___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 = lean_name_eq(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 = lean_name_eq(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_MetavarContext_addExprMVarDecl___spec__2(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_MetavarContext_addExprMVarDecl___spec__2(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_getLevelMVarAssignment_x3f___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 = lean_name_eq(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_MetavarContext_addExprMVarDecl___spec__2(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_MetavarContext_addExprMVarDecl___spec__4(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_assignLevelMVar___spec__2___closed__1; +x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(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_MetavarContext_addExprMVarDecl___spec__4(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_assignLevelMVar___spec__2___closed__1; +x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___spec__3(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_MetavarContext_addExprMVarDecl___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; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_ctor_get(x_1, 1); +x_7 = l_Lean_Name_hash___override(x_2); +x_8 = lean_uint64_to_usize(x_7); +x_9 = 1; +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(x_5, x_8, x_9, x_2, x_3); +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_add(x_6, x_11); +lean_dec(x_6); +lean_ctor_set(x_1, 1, x_12); +lean_ctor_set(x_1, 0, x_10); +return x_1; +} +else +{ +lean_object* x_13; lean_object* x_14; uint64_t 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; +x_13 = lean_ctor_get(x_1, 0); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_1); +x_15 = l_Lean_Name_hash___override(x_2); +x_16 = lean_uint64_to_usize(x_15); +x_17 = 1; +x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(x_13, x_16, x_17, x_2, x_3); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_add(x_14, x_19); +lean_dec(x_14); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +return x_21; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDecl(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, uint8_t x_7, lean_object* x_8) { +_start: +{ +uint8_t x_9; +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; 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_1, 0); +x_11 = lean_ctor_get(x_1, 2); +x_12 = lean_ctor_get(x_1, 4); +x_13 = lean_ctor_get(x_1, 5); +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_add(x_11, x_14); +lean_inc(x_10); +lean_inc(x_3); +x_16 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_16, 0, x_3); +lean_ctor_set(x_16, 1, x_4); +lean_ctor_set(x_16, 2, x_6); +lean_ctor_set(x_16, 3, x_10); +lean_ctor_set(x_16, 4, x_5); +lean_ctor_set(x_16, 5, x_8); +lean_ctor_set(x_16, 6, x_11); +lean_ctor_set_uint8(x_16, sizeof(void*)*7, x_7); +lean_inc(x_2); +x_17 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_12, x_2, x_16); +x_18 = l_Lean_Name_isAnonymous(x_3); +if (x_18 == 0) +{ +lean_object* x_19; +x_19 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_13, x_3, x_2); +lean_ctor_set(x_1, 5, x_19); +lean_ctor_set(x_1, 4, x_17); +lean_ctor_set(x_1, 2, x_15); +return x_1; +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_ctor_set(x_1, 4, x_17); +lean_ctor_set(x_1, 2, x_15); +return x_1; +} +} +else +{ +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; uint8_t x_33; +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); +x_24 = lean_ctor_get(x_1, 4); +x_25 = lean_ctor_get(x_1, 5); +x_26 = lean_ctor_get(x_1, 6); +x_27 = lean_ctor_get(x_1, 7); +x_28 = lean_ctor_get(x_1, 8); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_1); +x_29 = lean_unsigned_to_nat(1u); +x_30 = lean_nat_add(x_22, x_29); +lean_inc(x_20); +lean_inc(x_3); +x_31 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_31, 0, x_3); +lean_ctor_set(x_31, 1, x_4); +lean_ctor_set(x_31, 2, x_6); +lean_ctor_set(x_31, 3, x_20); +lean_ctor_set(x_31, 4, x_5); +lean_ctor_set(x_31, 5, x_8); +lean_ctor_set(x_31, 6, x_22); +lean_ctor_set_uint8(x_31, sizeof(void*)*7, x_7); +lean_inc(x_2); +x_32 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_24, x_2, x_31); +x_33 = l_Lean_Name_isAnonymous(x_3); +if (x_33 == 0) +{ +lean_object* x_34; lean_object* x_35; +x_34 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_25, x_3, x_2); +x_35 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_35, 0, x_20); +lean_ctor_set(x_35, 1, x_21); +lean_ctor_set(x_35, 2, x_30); +lean_ctor_set(x_35, 3, x_23); +lean_ctor_set(x_35, 4, x_32); +lean_ctor_set(x_35, 5, x_34); +lean_ctor_set(x_35, 6, x_26); +lean_ctor_set(x_35, 7, x_27); +lean_ctor_set(x_35, 8, x_28); +return x_35; +} +else +{ +lean_object* x_36; +lean_dec(x_3); +lean_dec(x_2); +x_36 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_36, 0, x_20); +lean_ctor_set(x_36, 1, x_21); +lean_ctor_set(x_36, 2, x_30); +lean_ctor_set(x_36, 3, x_23); +lean_ctor_set(x_36, 4, x_32); +lean_ctor_set(x_36, 5, x_25); +lean_ctor_set(x_36, 6, x_26); +lean_ctor_set(x_36, 7, x_27); +lean_ctor_set(x_36, 8, x_28); +return x_36; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addExprMVarDecl___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: +{ +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_MetavarContext_addExprMVarDecl___spec__3(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_MetavarContext_addExprMVarDecl___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_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addExprMVarDecl___spec__2(x_1, x_6, x_7, x_4, x_5); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDecl___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_7); +lean_dec(x_7); +x_10 = l_Lean_MetavarContext_addExprMVarDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDeclExp(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, uint8_t x_7) { +_start: +{ +lean_object* x_8; lean_object* x_9; +x_8 = lean_unsigned_to_nat(0u); +x_9 = l_Lean_MetavarContext_addExprMVarDecl(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_addExprMVarDeclExp___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_7); +lean_dec(x_7); +x_9 = l_Lean_MetavarContext_addExprMVarDeclExp(x_1, x_2, x_3, x_4, x_5, x_6, x_8); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___spec__3(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___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(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_MetavarContext_addLevelMVarDecl___spec__2(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_MetavarContext_addLevelMVarDecl___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; 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 = lean_name_eq(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; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(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_getLevelMVarAssignment_x3f___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 = lean_name_eq(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 = lean_name_eq(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_MetavarContext_addLevelMVarDecl___spec__2(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_MetavarContext_addLevelMVarDecl___spec__2(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_getLevelMVarAssignment_x3f___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 = lean_name_eq(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_MetavarContext_addLevelMVarDecl___spec__2(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_MetavarContext_addLevelMVarDecl___spec__4(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_assignLevelMVar___spec__2___closed__1; +x_93 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___spec__3(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_MetavarContext_addLevelMVarDecl___spec__4(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_assignLevelMVar___spec__2___closed__1; +x_107 = l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___spec__3(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_MetavarContext_addLevelMVarDecl___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; uint64_t x_7; size_t x_8; size_t x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_5 = lean_ctor_get(x_1, 0); +x_6 = lean_ctor_get(x_1, 1); +x_7 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); +x_8 = lean_uint64_to_usize(x_7); +x_9 = 1; +x_10 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(x_5, x_8, x_9, x_2, x_3); +x_11 = lean_unsigned_to_nat(1u); +x_12 = lean_nat_add(x_6, x_11); +lean_dec(x_6); +lean_ctor_set(x_1, 1, x_12); +lean_ctor_set(x_1, 0, x_10); +return x_1; +} +else +{ +lean_object* x_13; lean_object* x_14; uint64_t 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; +x_13 = lean_ctor_get(x_1, 0); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +lean_inc(x_13); +lean_dec(x_1); +x_15 = l___private_Lean_Level_0__Lean_hashLevelMVarId____x40_Lean_Level___hyg_590_(x_2); +x_16 = lean_uint64_to_usize(x_15); +x_17 = 1; +x_18 = l_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(x_13, x_16, x_17, x_2, x_3); +x_19 = lean_unsigned_to_nat(1u); +x_20 = lean_nat_add(x_14, x_19); +lean_dec(x_14); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_18); +lean_ctor_set(x_21, 1, x_20); +return x_21; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_addLevelMVarDecl(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; +x_3 = !lean_is_exclusive(x_1); +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = lean_ctor_get(x_1, 0); +x_5 = lean_ctor_get(x_1, 3); +lean_inc(x_4); +x_6 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addLevelMVarDecl___spec__1(x_5, x_2, x_4); +lean_ctor_set(x_1, 3, x_6); +return x_1; +} +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; lean_object* x_16; lean_object* x_17; +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_ctor_get(x_1, 4); +x_12 = lean_ctor_get(x_1, 5); +x_13 = lean_ctor_get(x_1, 6); +x_14 = lean_ctor_get(x_1, 7); +x_15 = lean_ctor_get(x_1, 8); +lean_inc(x_15); +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_dec(x_1); +lean_inc(x_7); +x_16 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addLevelMVarDecl___spec__1(x_10, x_2, x_7); +x_17 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_17, 0, x_7); +lean_ctor_set(x_17, 1, x_8); +lean_ctor_set(x_17, 2, x_9); +lean_ctor_set(x_17, 3, x_16); +lean_ctor_set(x_17, 4, x_11); +lean_ctor_set(x_17, 5, x_12); +lean_ctor_set(x_17, 6, x_13); +lean_ctor_set(x_17, 7, x_14); +lean_ctor_set(x_17, 8, x_15); +return x_17; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_MetavarContext_addLevelMVarDecl___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: +{ +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_MetavarContext_addLevelMVarDecl___spec__3(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_MetavarContext_addLevelMVarDecl___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_Lean_PersistentHashMap_insertAux___at_Lean_MetavarContext_addLevelMVarDecl___spec__2(x_1, x_6, x_7, x_4, x_5); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_findDecl_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, 4); +lean_inc(x_3); +lean_dec(x_1); +x_4 = l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_getDecl___spec__1(x_3, x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { +_start: +{ +lean_object* x_6; uint8_t x_7; +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 = lean_name_eq(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; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___spec__2(lean_object* x_1, size_t x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_4; size_t x_5; size_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +lean_dec(x_1); +x_5 = 5; +x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___closed__2; +x_7 = lean_usize_land(x_2, x_6); +x_8 = lean_usize_to_nat(x_7); +x_9 = lean_box(2); +x_10 = lean_array_get(x_9, x_4, x_8); +lean_dec(x_8); +lean_dec(x_4); +switch (lean_obj_tag(x_10)) { +case 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); +lean_dec(x_10); +x_13 = lean_name_eq(x_3, x_11); +lean_dec(x_11); +if (x_13 == 0) +{ +lean_object* x_14; +lean_dec(x_12); +x_14 = lean_box(0); +return x_14; +} +else +{ +lean_object* x_15; +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_12); +return x_15; +} +} +case 1: +{ +lean_object* x_16; size_t x_17; +x_16 = lean_ctor_get(x_10, 0); +lean_inc(x_16); +lean_dec(x_10); +x_17 = lean_usize_shift_right(x_2, x_5); +x_1 = x_16; +x_2 = x_17; +goto _start; +} +default: +{ +lean_object* x_19; +x_19 = lean_box(0); +return x_19; +} +} +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_1, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_1, 1); +lean_inc(x_21); +lean_dec(x_1); +x_22 = lean_unsigned_to_nat(0u); +x_23 = l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___spec__3(x_20, x_21, lean_box(0), x_22, x_3); +lean_dec(x_21); +lean_dec(x_20); +return x_23; +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_findUserName_x3f___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint64_t x_4; size_t x_5; lean_object* x_6; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +lean_dec(x_1); +x_4 = l_Lean_Name_hash___override(x_2); +x_5 = lean_uint64_to_usize(x_4); +x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_MetavarContext_findUserName_x3f___spec__2(x_3, x_5, x_2); +lean_dec(x_2); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_findUserName_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, 5); +lean_inc(x_3); +lean_dec(x_1); +x_4 = l_Lean_PersistentHashMap_find_x3f___at_Lean_MetavarContext_findUserName_x3f___spec__1(x_3, x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_MetavarContext_findUserName_x3f___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_MetavarContext_findUserName_x3f___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_MetavarContext_findUserName_x3f___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_MetavarContext_findUserName_x3f___spec__2(x_1, x_4, x_3); +lean_dec(x_3); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarKind(lean_object* x_1, lean_object* x_2, uint8_t x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +lean_inc(x_2); +lean_inc(x_1); +x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); +x_5 = !lean_is_exclusive(x_1); +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; +x_7 = lean_ctor_get(x_1, 4); +lean_ctor_set_uint8(x_4, sizeof(void*)*7, x_3); +x_8 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); +lean_ctor_set(x_1, 4, x_8); +return x_1; +} +else +{ +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_9 = lean_ctor_get(x_1, 4); +x_10 = lean_ctor_get(x_4, 0); +x_11 = lean_ctor_get(x_4, 1); +x_12 = lean_ctor_get(x_4, 2); +x_13 = lean_ctor_get(x_4, 3); +x_14 = lean_ctor_get(x_4, 4); +x_15 = lean_ctor_get(x_4, 5); +x_16 = lean_ctor_get(x_4, 6); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_4); +x_17 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_17, 0, x_10); +lean_ctor_set(x_17, 1, x_11); +lean_ctor_set(x_17, 2, x_12); +lean_ctor_set(x_17, 3, x_13); +lean_ctor_set(x_17, 4, x_14); +lean_ctor_set(x_17, 5, x_15); +lean_ctor_set(x_17, 6, x_16); +lean_ctor_set_uint8(x_17, sizeof(void*)*7, x_3); +x_18 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_9, x_2, x_17); +lean_ctor_set(x_1, 4, x_18); +return x_1; +} +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; 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; +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); +x_23 = lean_ctor_get(x_1, 4); +x_24 = lean_ctor_get(x_1, 5); +x_25 = lean_ctor_get(x_1, 6); +x_26 = lean_ctor_get(x_1, 7); +x_27 = lean_ctor_get(x_1, 8); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_dec(x_1); +x_28 = lean_ctor_get(x_4, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_4, 1); +lean_inc(x_29); +x_30 = lean_ctor_get(x_4, 2); +lean_inc(x_30); +x_31 = lean_ctor_get(x_4, 3); +lean_inc(x_31); +x_32 = lean_ctor_get(x_4, 4); +lean_inc(x_32); +x_33 = lean_ctor_get(x_4, 5); +lean_inc(x_33); +x_34 = lean_ctor_get(x_4, 6); +lean_inc(x_34); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + lean_ctor_release(x_4, 2); + lean_ctor_release(x_4, 3); + lean_ctor_release(x_4, 4); + lean_ctor_release(x_4, 5); + lean_ctor_release(x_4, 6); + x_35 = x_4; +} else { + lean_dec_ref(x_4); + x_35 = lean_box(0); +} +if (lean_is_scalar(x_35)) { + x_36 = lean_alloc_ctor(0, 7, 1); +} else { + x_36 = x_35; +} +lean_ctor_set(x_36, 0, x_28); +lean_ctor_set(x_36, 1, x_29); +lean_ctor_set(x_36, 2, x_30); +lean_ctor_set(x_36, 3, x_31); +lean_ctor_set(x_36, 4, x_32); +lean_ctor_set(x_36, 5, x_33); +lean_ctor_set(x_36, 6, x_34); +lean_ctor_set_uint8(x_36, sizeof(void*)*7, x_3); +x_37 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_23, x_2, x_36); +x_38 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_38, 0, x_19); +lean_ctor_set(x_38, 1, x_20); +lean_ctor_set(x_38, 2, x_21); +lean_ctor_set(x_38, 3, x_22); +lean_ctor_set(x_38, 4, x_37); +lean_ctor_set(x_38, 5, x_24); +lean_ctor_set(x_38, 6, x_25); +lean_ctor_set(x_38, 7, x_26); +lean_ctor_set(x_38, 8, x_27); +return x_38; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarKind___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_MetavarContext_setMVarKind(x_1, x_2, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(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_1); +x_5 = lean_nat_dec_lt(x_3, x_4); +lean_dec(x_4); +if (x_5 == 0) +{ +lean_object* x_6; +lean_dec(x_3); +x_6 = lean_box(0); +return x_6; +} +else +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_array_fget(x_1, x_3); +x_8 = lean_name_eq(x_7, x_2); +lean_dec(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_unsigned_to_nat(1u); +x_10 = lean_nat_add(x_3, x_9); +lean_dec(x_3); +x_3 = x_10; +goto _start; +} +else +{ +lean_object* x_12; +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_3); +return x_12; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(lean_object* x_1, size_t x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_4; size_t x_5; size_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_4 = lean_ctor_get(x_1, 0); +lean_inc(x_4); +x_5 = 5; +x_6 = l_Lean_PersistentHashMap_findAux___at_Lean_getLevelMVarAssignment_x3f___spec__2___closed__2; +x_7 = lean_usize_land(x_2, x_6); +x_8 = lean_usize_to_nat(x_7); +x_9 = lean_box(2); +x_10 = lean_array_get(x_9, x_4, x_8); +switch (lean_obj_tag(x_10)) { +case 0: +{ +lean_object* x_11; uint8_t x_12; +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_name_eq(x_3, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +uint8_t x_13; lean_object* x_14; lean_object* x_15; +lean_dec(x_8); +lean_dec(x_4); +x_13 = 0; +x_14 = lean_box(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; +x_16 = !lean_is_exclusive(x_1); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; +x_17 = lean_ctor_get(x_1, 0); +lean_dec(x_17); +x_18 = lean_array_set(x_4, x_8, x_9); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_18); +x_19 = 1; +x_20 = lean_box(x_19); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_1); +lean_ctor_set(x_21, 1, x_20); +return x_21; +} +else +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_1); +x_22 = lean_array_set(x_4, x_8, x_9); +lean_dec(x_8); +x_23 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_23, 0, x_22); +x_24 = 1; +x_25 = lean_box(x_24); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_23); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} +} +} +case 1: +{ +uint8_t x_27; +x_27 = !lean_is_exclusive(x_10); +if (x_27 == 0) +{ +lean_object* x_28; lean_object* x_29; size_t x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_28 = lean_ctor_get(x_10, 0); +x_29 = lean_array_set(x_4, x_8, x_9); +x_30 = lean_usize_shift_right(x_2, x_5); +x_31 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_28, x_30, x_3); +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +x_33 = lean_unbox(x_32); +lean_dec(x_32); +if (x_33 == 0) +{ +uint8_t x_34; +lean_dec(x_29); +lean_free_object(x_10); +lean_dec(x_8); +x_34 = !lean_is_exclusive(x_31); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_31, 1); +lean_dec(x_35); +x_36 = lean_ctor_get(x_31, 0); +lean_dec(x_36); +x_37 = 0; +x_38 = lean_box(x_37); +lean_ctor_set(x_31, 1, x_38); +lean_ctor_set(x_31, 0, x_1); +return x_31; +} +else +{ +uint8_t x_39; lean_object* x_40; lean_object* x_41; +lean_dec(x_31); +x_39 = 0; +x_40 = lean_box(x_39); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_1); +lean_ctor_set(x_41, 1, x_40); +return x_41; +} +} +else +{ +uint8_t x_42; +x_42 = !lean_is_exclusive(x_1); +if (x_42 == 0) +{ +lean_object* x_43; uint8_t x_44; +x_43 = lean_ctor_get(x_1, 0); +lean_dec(x_43); +x_44 = !lean_is_exclusive(x_31); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_31, 0); +x_46 = lean_ctor_get(x_31, 1); +lean_dec(x_46); +x_47 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_45); +if (lean_obj_tag(x_47) == 0) +{ +lean_object* x_48; uint8_t x_49; lean_object* x_50; +lean_ctor_set(x_10, 0, x_45); +x_48 = lean_array_set(x_29, x_8, x_10); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_48); +x_49 = 1; +x_50 = lean_box(x_49); +lean_ctor_set(x_31, 1, x_50); +lean_ctor_set(x_31, 0, x_1); +return x_31; +} +else +{ +lean_object* x_51; uint8_t x_52; +lean_free_object(x_31); +lean_dec(x_45); +lean_free_object(x_10); +x_51 = lean_ctor_get(x_47, 0); +lean_inc(x_51); +lean_dec(x_47); +x_52 = !lean_is_exclusive(x_51); +if (x_52 == 0) +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_58; +x_53 = lean_ctor_get(x_51, 0); +x_54 = lean_ctor_get(x_51, 1); +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_array_set(x_29, x_8, x_55); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_56); +x_57 = 1; +x_58 = lean_box(x_57); +lean_ctor_set(x_51, 1, x_58); +lean_ctor_set(x_51, 0, x_1); +return x_51; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; lean_object* x_65; +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(0, 2, 0); +lean_ctor_set(x_61, 0, x_59); +lean_ctor_set(x_61, 1, x_60); +x_62 = lean_array_set(x_29, x_8, x_61); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_62); +x_63 = 1; +x_64 = lean_box(x_63); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_1); +lean_ctor_set(x_65, 1, x_64); +return x_65; +} +} +} +else +{ +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_31, 0); +lean_inc(x_66); +lean_dec(x_31); +x_67 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_66); +if (lean_obj_tag(x_67) == 0) +{ +lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; +lean_ctor_set(x_10, 0, x_66); +x_68 = lean_array_set(x_29, x_8, x_10); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_68); +x_69 = 1; +x_70 = lean_box(x_69); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_1); +lean_ctor_set(x_71, 1, x_70); +return x_71; +} +else +{ +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_dec(x_66); +lean_free_object(x_10); +x_72 = lean_ctor_get(x_67, 0); +lean_inc(x_72); +lean_dec(x_67); +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_72); + x_75 = lean_box(0); +} +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_73); +lean_ctor_set(x_76, 1, x_74); +x_77 = lean_array_set(x_29, x_8, x_76); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_77); +x_78 = 1; +x_79 = lean_box(x_78); +if (lean_is_scalar(x_75)) { + x_80 = lean_alloc_ctor(0, 2, 0); +} else { + x_80 = x_75; +} +lean_ctor_set(x_80, 0, x_1); +lean_ctor_set(x_80, 1, x_79); +return x_80; +} +} +} +else +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; +lean_dec(x_1); +x_81 = lean_ctor_get(x_31, 0); +lean_inc(x_81); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_82 = x_31; +} else { + lean_dec_ref(x_31); + x_82 = lean_box(0); +} +x_83 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_81); +if (lean_obj_tag(x_83) == 0) +{ +lean_object* x_84; lean_object* x_85; uint8_t x_86; lean_object* x_87; lean_object* x_88; +lean_ctor_set(x_10, 0, x_81); +x_84 = lean_array_set(x_29, x_8, x_10); +lean_dec(x_8); +x_85 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_85, 0, x_84); +x_86 = 1; +x_87 = lean_box(x_86); +if (lean_is_scalar(x_82)) { + x_88 = lean_alloc_ctor(0, 2, 0); +} else { + x_88 = x_82; +} +lean_ctor_set(x_88, 0, x_85); +lean_ctor_set(x_88, 1, x_87); +return x_88; +} +else +{ +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; lean_object* x_97; lean_object* x_98; +lean_dec(x_82); +lean_dec(x_81); +lean_free_object(x_10); +x_89 = lean_ctor_get(x_83, 0); +lean_inc(x_89); +lean_dec(x_83); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +if (lean_is_exclusive(x_89)) { + lean_ctor_release(x_89, 0); + lean_ctor_release(x_89, 1); + x_92 = x_89; +} else { + lean_dec_ref(x_89); + x_92 = lean_box(0); +} +x_93 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_93, 0, x_90); +lean_ctor_set(x_93, 1, x_91); +x_94 = lean_array_set(x_29, x_8, x_93); +lean_dec(x_8); +x_95 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_95, 0, x_94); +x_96 = 1; +x_97 = lean_box(x_96); +if (lean_is_scalar(x_92)) { + x_98 = lean_alloc_ctor(0, 2, 0); +} else { + x_98 = x_92; +} +lean_ctor_set(x_98, 0, x_95); +lean_ctor_set(x_98, 1, x_97); +return x_98; +} +} +} +} +else +{ +lean_object* x_99; lean_object* x_100; size_t x_101; lean_object* x_102; lean_object* x_103; uint8_t x_104; +x_99 = lean_ctor_get(x_10, 0); +lean_inc(x_99); +lean_dec(x_10); +x_100 = lean_array_set(x_4, x_8, x_9); +x_101 = lean_usize_shift_right(x_2, x_5); +x_102 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_99, x_101, x_3); +x_103 = lean_ctor_get(x_102, 1); +lean_inc(x_103); +x_104 = lean_unbox(x_103); +lean_dec(x_103); +if (x_104 == 0) +{ +lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; +lean_dec(x_100); +lean_dec(x_8); +if (lean_is_exclusive(x_102)) { + lean_ctor_release(x_102, 0); + lean_ctor_release(x_102, 1); + x_105 = x_102; +} else { + lean_dec_ref(x_102); + x_105 = lean_box(0); +} +x_106 = 0; +x_107 = lean_box(x_106); +if (lean_is_scalar(x_105)) { + x_108 = lean_alloc_ctor(0, 2, 0); +} else { + x_108 = x_105; +} +lean_ctor_set(x_108, 0, x_1); +lean_ctor_set(x_108, 1, x_107); +return x_108; +} +else +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; +if (lean_is_exclusive(x_1)) { + lean_ctor_release(x_1, 0); + x_109 = x_1; +} else { + lean_dec_ref(x_1); + x_109 = lean_box(0); +} +x_110 = lean_ctor_get(x_102, 0); +lean_inc(x_110); +if (lean_is_exclusive(x_102)) { + lean_ctor_release(x_102, 0); + lean_ctor_release(x_102, 1); + x_111 = x_102; +} else { + lean_dec_ref(x_102); + x_111 = lean_box(0); +} +x_112 = l_Lean_PersistentHashMap_isUnaryNode___rarg(x_110); +if (lean_obj_tag(x_112) == 0) +{ +lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; lean_object* x_117; lean_object* x_118; +x_113 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_113, 0, x_110); +x_114 = lean_array_set(x_100, x_8, x_113); +lean_dec(x_8); +if (lean_is_scalar(x_109)) { + x_115 = lean_alloc_ctor(0, 1, 0); +} else { + x_115 = x_109; +} +lean_ctor_set(x_115, 0, x_114); +x_116 = 1; +x_117 = lean_box(x_116); +if (lean_is_scalar(x_111)) { + x_118 = lean_alloc_ctor(0, 2, 0); +} else { + x_118 = x_111; +} +lean_ctor_set(x_118, 0, x_115); +lean_ctor_set(x_118, 1, x_117); +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; uint8_t x_126; lean_object* x_127; lean_object* x_128; +lean_dec(x_111); +lean_dec(x_110); +x_119 = lean_ctor_get(x_112, 0); +lean_inc(x_119); +lean_dec(x_112); +x_120 = lean_ctor_get(x_119, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_119, 1); +lean_inc(x_121); +if (lean_is_exclusive(x_119)) { + lean_ctor_release(x_119, 0); + lean_ctor_release(x_119, 1); + x_122 = x_119; +} else { + lean_dec_ref(x_119); + x_122 = lean_box(0); +} +x_123 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_123, 0, x_120); +lean_ctor_set(x_123, 1, x_121); +x_124 = lean_array_set(x_100, x_8, x_123); +lean_dec(x_8); +if (lean_is_scalar(x_109)) { + x_125 = lean_alloc_ctor(0, 1, 0); +} else { + x_125 = x_109; +} +lean_ctor_set(x_125, 0, x_124); +x_126 = 1; +x_127 = lean_box(x_126); +if (lean_is_scalar(x_122)) { + x_128 = lean_alloc_ctor(0, 2, 0); +} else { + x_128 = x_122; +} +lean_ctor_set(x_128, 0, x_125); +lean_ctor_set(x_128, 1, x_127); +return x_128; +} +} +} +} +default: +{ +uint8_t x_129; lean_object* x_130; lean_object* x_131; +lean_dec(x_8); +lean_dec(x_4); +x_129 = 0; +x_130 = lean_box(x_129); +x_131 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_131, 0, x_1); +lean_ctor_set(x_131, 1, x_130); +return x_131; +} +} +} +else +{ +lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_132 = lean_ctor_get(x_1, 0); +lean_inc(x_132); +x_133 = lean_ctor_get(x_1, 1); +lean_inc(x_133); +x_134 = lean_unsigned_to_nat(0u); +x_135 = l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(x_132, x_3, x_134); +if (lean_obj_tag(x_135) == 0) +{ +uint8_t x_136; lean_object* x_137; lean_object* x_138; +lean_dec(x_133); +lean_dec(x_132); +x_136 = 0; +x_137 = lean_box(x_136); +x_138 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_138, 0, x_1); +lean_ctor_set(x_138, 1, x_137); +return x_138; +} +else +{ +uint8_t x_139; +x_139 = !lean_is_exclusive(x_1); +if (x_139 == 0) +{ +lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; uint8_t x_145; lean_object* x_146; lean_object* x_147; +x_140 = lean_ctor_get(x_1, 1); +lean_dec(x_140); +x_141 = lean_ctor_get(x_1, 0); +lean_dec(x_141); +x_142 = lean_ctor_get(x_135, 0); +lean_inc(x_142); +lean_dec(x_135); +x_143 = l_Array_eraseIdx_x27___rarg(x_132, x_142); +x_144 = l_Array_eraseIdx_x27___rarg(x_133, x_142); +lean_dec(x_142); +lean_ctor_set(x_1, 1, x_144); +lean_ctor_set(x_1, 0, x_143); +x_145 = 1; +x_146 = lean_box(x_145); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_1); +lean_ctor_set(x_147, 1, x_146); +return x_147; +} +else +{ +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_dec(x_1); +x_148 = lean_ctor_get(x_135, 0); +lean_inc(x_148); +lean_dec(x_135); +x_149 = l_Array_eraseIdx_x27___rarg(x_132, x_148); +x_150 = l_Array_eraseIdx_x27___rarg(x_133, x_148); +lean_dec(x_148); +x_151 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_151, 0, x_149); +lean_ctor_set(x_151, 1, x_150); +x_152 = 1; +x_153 = lean_box(x_152); +x_154 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_154, 0, x_151); +lean_ctor_set(x_154, 1, x_153); +return x_154; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; +x_3 = !lean_is_exclusive(x_1); +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; uint64_t x_6; size_t x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_4 = lean_ctor_get(x_1, 0); +x_5 = lean_ctor_get(x_1, 1); +x_6 = l_Lean_Name_hash___override(x_2); +x_7 = lean_uint64_to_usize(x_6); +x_8 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_4, x_7, x_2); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +x_10 = lean_unbox(x_9); +lean_dec(x_9); +if (x_10 == 0) +{ +lean_object* x_11; +x_11 = lean_ctor_get(x_8, 0); +lean_inc(x_11); +lean_dec(x_8); +lean_ctor_set(x_1, 0, x_11); +return x_1; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_8, 0); +lean_inc(x_12); +lean_dec(x_8); +x_13 = lean_unsigned_to_nat(1u); +x_14 = lean_nat_sub(x_5, x_13); +lean_dec(x_5); +lean_ctor_set(x_1, 1, x_14); +lean_ctor_set(x_1, 0, x_12); +return x_1; +} +} +else +{ +lean_object* x_15; lean_object* x_16; uint64_t x_17; size_t x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_15 = lean_ctor_get(x_1, 0); +x_16 = lean_ctor_get(x_1, 1); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_1); +x_17 = l_Lean_Name_hash___override(x_2); +x_18 = lean_uint64_to_usize(x_17); +x_19 = l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_15, x_18, x_2); +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +x_21 = lean_unbox(x_20); +lean_dec(x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +x_22 = lean_ctor_get(x_19, 0); +lean_inc(x_22); +lean_dec(x_19); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_22); +lean_ctor_set(x_23, 1, x_16); +return x_23; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_ctor_get(x_19, 0); +lean_inc(x_24); +lean_dec(x_19); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_sub(x_16, x_25); +lean_dec(x_16); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_24); +lean_ctor_set(x_27, 1, x_26); +return x_27; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarUserName(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +lean_inc(x_2); +lean_inc(x_1); +x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); +x_5 = !lean_is_exclusive(x_1); +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; lean_object* x_11; uint8_t x_12; +x_7 = lean_ctor_get(x_1, 4); +x_8 = lean_ctor_get(x_1, 5); +x_9 = lean_ctor_get(x_4, 0); +lean_inc(x_3); +lean_ctor_set(x_4, 0, x_3); +lean_inc(x_2); +x_10 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); +x_11 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_8, x_9); +lean_dec(x_9); +x_12 = l_Lean_Name_isAnonymous(x_3); +if (x_12 == 0) +{ +lean_object* x_13; +x_13 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_11, x_3, x_2); +lean_ctor_set(x_1, 5, x_13); +lean_ctor_set(x_1, 4, x_10); +return x_1; +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_ctor_set(x_1, 5, x_11); +lean_ctor_set(x_1, 4, x_10); +return x_1; +} +} +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; uint8_t x_21; 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_14 = lean_ctor_get(x_1, 4); +x_15 = lean_ctor_get(x_1, 5); +x_16 = lean_ctor_get(x_4, 0); +x_17 = lean_ctor_get(x_4, 1); +x_18 = lean_ctor_get(x_4, 2); +x_19 = lean_ctor_get(x_4, 3); +x_20 = lean_ctor_get(x_4, 4); +x_21 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); +x_22 = lean_ctor_get(x_4, 5); +x_23 = lean_ctor_get(x_4, 6); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_4); +lean_inc(x_3); +x_24 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_24, 0, x_3); +lean_ctor_set(x_24, 1, x_17); +lean_ctor_set(x_24, 2, x_18); +lean_ctor_set(x_24, 3, x_19); +lean_ctor_set(x_24, 4, x_20); +lean_ctor_set(x_24, 5, x_22); +lean_ctor_set(x_24, 6, x_23); +lean_ctor_set_uint8(x_24, sizeof(void*)*7, x_21); +lean_inc(x_2); +x_25 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_14, x_2, x_24); +x_26 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_15, x_16); +lean_dec(x_16); +x_27 = l_Lean_Name_isAnonymous(x_3); +if (x_27 == 0) +{ +lean_object* x_28; +x_28 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_26, x_3, x_2); +lean_ctor_set(x_1, 5, x_28); +lean_ctor_set(x_1, 4, x_25); +return x_1; +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +lean_ctor_set(x_1, 5, x_26); +lean_ctor_set(x_1, 4, x_25); +return x_1; +} +} +} +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; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_29 = lean_ctor_get(x_1, 0); +x_30 = lean_ctor_get(x_1, 1); +x_31 = lean_ctor_get(x_1, 2); +x_32 = lean_ctor_get(x_1, 3); +x_33 = lean_ctor_get(x_1, 4); +x_34 = lean_ctor_get(x_1, 5); +x_35 = lean_ctor_get(x_1, 6); +x_36 = lean_ctor_get(x_1, 7); +x_37 = lean_ctor_get(x_1, 8); +lean_inc(x_37); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +lean_inc(x_33); +lean_inc(x_32); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_1); +x_38 = lean_ctor_get(x_4, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_4, 1); +lean_inc(x_39); +x_40 = lean_ctor_get(x_4, 2); +lean_inc(x_40); +x_41 = lean_ctor_get(x_4, 3); +lean_inc(x_41); +x_42 = lean_ctor_get(x_4, 4); +lean_inc(x_42); +x_43 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); +x_44 = lean_ctor_get(x_4, 5); +lean_inc(x_44); +x_45 = lean_ctor_get(x_4, 6); +lean_inc(x_45); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + lean_ctor_release(x_4, 2); + lean_ctor_release(x_4, 3); + lean_ctor_release(x_4, 4); + lean_ctor_release(x_4, 5); + lean_ctor_release(x_4, 6); + x_46 = x_4; +} else { + lean_dec_ref(x_4); + x_46 = lean_box(0); +} +lean_inc(x_3); +if (lean_is_scalar(x_46)) { + x_47 = lean_alloc_ctor(0, 7, 1); +} else { + x_47 = x_46; +} +lean_ctor_set(x_47, 0, x_3); +lean_ctor_set(x_47, 1, x_39); +lean_ctor_set(x_47, 2, x_40); +lean_ctor_set(x_47, 3, x_41); +lean_ctor_set(x_47, 4, x_42); +lean_ctor_set(x_47, 5, x_44); +lean_ctor_set(x_47, 6, x_45); +lean_ctor_set_uint8(x_47, sizeof(void*)*7, x_43); +lean_inc(x_2); +x_48 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_33, x_2, x_47); +x_49 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_34, x_38); +lean_dec(x_38); +x_50 = l_Lean_Name_isAnonymous(x_3); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +x_51 = l_Lean_PersistentHashMap_insert___at_Lean_MetavarContext_addExprMVarDecl___spec__1(x_49, x_3, x_2); +x_52 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_52, 0, x_29); +lean_ctor_set(x_52, 1, x_30); +lean_ctor_set(x_52, 2, x_31); +lean_ctor_set(x_52, 3, x_32); +lean_ctor_set(x_52, 4, x_48); +lean_ctor_set(x_52, 5, x_51); +lean_ctor_set(x_52, 6, x_35); +lean_ctor_set(x_52, 7, x_36); +lean_ctor_set(x_52, 8, x_37); +return x_52; +} +else +{ +lean_object* x_53; +lean_dec(x_3); +lean_dec(x_2); +x_53 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_53, 0, x_29); +lean_ctor_set(x_53, 1, x_30); +lean_ctor_set(x_53, 2, x_31); +lean_ctor_set(x_53, 3, x_32); +lean_ctor_set(x_53, 4, x_48); +lean_ctor_set(x_53, 5, x_49); +lean_ctor_set(x_53, 6, x_35); +lean_ctor_set(x_53, 7, x_36); +lean_ctor_set(x_53, 8, x_37); +return x_53; +} +} +} +} +LEAN_EXPORT lean_object* l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Array_indexOfAux___at_Lean_MetavarContext_setMVarUserName___spec__3(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_eraseAux___at_Lean_MetavarContext_setMVarUserName___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_eraseAux___at_Lean_MetavarContext_setMVarUserName___spec__2(x_1, x_4, x_3); +lean_dec(x_3); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_PersistentHashMap_erase___at_Lean_MetavarContext_setMVarUserName___spec__1(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarUserNameTemporarily(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +lean_inc(x_2); +lean_inc(x_1); +x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); +x_5 = !lean_is_exclusive(x_1); +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; +x_7 = lean_ctor_get(x_1, 4); +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +lean_ctor_set(x_4, 0, x_3); +x_9 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); +lean_ctor_set(x_1, 4, x_9); +return x_1; +} +else +{ +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; lean_object* x_18; lean_object* x_19; +x_10 = lean_ctor_get(x_1, 4); +x_11 = lean_ctor_get(x_4, 1); +x_12 = lean_ctor_get(x_4, 2); +x_13 = lean_ctor_get(x_4, 3); +x_14 = lean_ctor_get(x_4, 4); +x_15 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); +x_16 = lean_ctor_get(x_4, 5); +x_17 = lean_ctor_get(x_4, 6); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_4); +x_18 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_18, 0, x_3); +lean_ctor_set(x_18, 1, x_11); +lean_ctor_set(x_18, 2, x_12); +lean_ctor_set(x_18, 3, x_13); +lean_ctor_set(x_18, 4, x_14); +lean_ctor_set(x_18, 5, x_16); +lean_ctor_set(x_18, 6, x_17); +lean_ctor_set_uint8(x_18, sizeof(void*)*7, x_15); +x_19 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_10, x_2, x_18); +lean_ctor_set(x_1, 4, x_19); +return x_1; +} +} +else +{ +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; uint8_t 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_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); +x_24 = lean_ctor_get(x_1, 4); +x_25 = lean_ctor_get(x_1, 5); +x_26 = lean_ctor_get(x_1, 6); +x_27 = lean_ctor_get(x_1, 7); +x_28 = lean_ctor_get(x_1, 8); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_1); +x_29 = lean_ctor_get(x_4, 1); +lean_inc(x_29); +x_30 = lean_ctor_get(x_4, 2); +lean_inc(x_30); +x_31 = lean_ctor_get(x_4, 3); +lean_inc(x_31); +x_32 = lean_ctor_get(x_4, 4); +lean_inc(x_32); +x_33 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); +x_34 = lean_ctor_get(x_4, 5); +lean_inc(x_34); +x_35 = lean_ctor_get(x_4, 6); +lean_inc(x_35); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + lean_ctor_release(x_4, 2); + lean_ctor_release(x_4, 3); + lean_ctor_release(x_4, 4); + lean_ctor_release(x_4, 5); + lean_ctor_release(x_4, 6); + x_36 = x_4; +} else { + lean_dec_ref(x_4); + x_36 = lean_box(0); +} +if (lean_is_scalar(x_36)) { + x_37 = lean_alloc_ctor(0, 7, 1); +} else { + x_37 = x_36; +} +lean_ctor_set(x_37, 0, x_3); +lean_ctor_set(x_37, 1, x_29); +lean_ctor_set(x_37, 2, x_30); +lean_ctor_set(x_37, 3, x_31); +lean_ctor_set(x_37, 4, x_32); +lean_ctor_set(x_37, 5, x_34); +lean_ctor_set(x_37, 6, x_35); +lean_ctor_set_uint8(x_37, sizeof(void*)*7, x_33); +x_38 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_24, x_2, x_37); +x_39 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_39, 0, x_20); +lean_ctor_set(x_39, 1, x_21); +lean_ctor_set(x_39, 2, x_22); +lean_ctor_set(x_39, 3, x_23); +lean_ctor_set(x_39, 4, x_38); +lean_ctor_set(x_39, 5, x_25); +lean_ctor_set(x_39, 6, x_26); +lean_ctor_set(x_39, 7, x_27); +lean_ctor_set(x_39, 8, x_28); +return x_39; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_setMVarType(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; +lean_inc(x_2); +lean_inc(x_1); +x_4 = l_Lean_MetavarContext_getDecl(x_1, x_2); +x_5 = !lean_is_exclusive(x_1); +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; +x_7 = lean_ctor_get(x_1, 4); +x_8 = lean_ctor_get(x_4, 2); +lean_dec(x_8); +lean_ctor_set(x_4, 2, x_3); +x_9 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_7, x_2, x_4); +lean_ctor_set(x_1, 4, x_9); +return x_1; +} +else +{ +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; lean_object* x_18; lean_object* x_19; +x_10 = lean_ctor_get(x_1, 4); +x_11 = lean_ctor_get(x_4, 0); +x_12 = lean_ctor_get(x_4, 1); +x_13 = lean_ctor_get(x_4, 3); +x_14 = lean_ctor_get(x_4, 4); +x_15 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); +x_16 = lean_ctor_get(x_4, 5); +x_17 = lean_ctor_get(x_4, 6); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_4); +x_18 = lean_alloc_ctor(0, 7, 1); +lean_ctor_set(x_18, 0, x_11); +lean_ctor_set(x_18, 1, x_12); +lean_ctor_set(x_18, 2, x_3); +lean_ctor_set(x_18, 3, x_13); +lean_ctor_set(x_18, 4, x_14); +lean_ctor_set(x_18, 5, x_16); +lean_ctor_set(x_18, 6, x_17); +lean_ctor_set_uint8(x_18, sizeof(void*)*7, x_15); +x_19 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_10, x_2, x_18); +lean_ctor_set(x_1, 4, x_19); +return x_1; +} +} +else +{ +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; uint8_t 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_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); +x_24 = lean_ctor_get(x_1, 4); +x_25 = lean_ctor_get(x_1, 5); +x_26 = lean_ctor_get(x_1, 6); +x_27 = lean_ctor_get(x_1, 7); +x_28 = lean_ctor_get(x_1, 8); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_inc(x_25); +lean_inc(x_24); +lean_inc(x_23); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_1); +x_29 = lean_ctor_get(x_4, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_4, 1); +lean_inc(x_30); +x_31 = lean_ctor_get(x_4, 3); +lean_inc(x_31); +x_32 = lean_ctor_get(x_4, 4); +lean_inc(x_32); +x_33 = lean_ctor_get_uint8(x_4, sizeof(void*)*7); +x_34 = lean_ctor_get(x_4, 5); +lean_inc(x_34); +x_35 = lean_ctor_get(x_4, 6); +lean_inc(x_35); +if (lean_is_exclusive(x_4)) { + lean_ctor_release(x_4, 0); + lean_ctor_release(x_4, 1); + lean_ctor_release(x_4, 2); + lean_ctor_release(x_4, 3); + lean_ctor_release(x_4, 4); + lean_ctor_release(x_4, 5); + lean_ctor_release(x_4, 6); + x_36 = x_4; +} else { + lean_dec_ref(x_4); + x_36 = lean_box(0); +} +if (lean_is_scalar(x_36)) { + x_37 = lean_alloc_ctor(0, 7, 1); +} else { + x_37 = x_36; +} +lean_ctor_set(x_37, 0, x_29); +lean_ctor_set(x_37, 1, x_30); +lean_ctor_set(x_37, 2, x_3); +lean_ctor_set(x_37, 3, x_31); +lean_ctor_set(x_37, 4, x_32); +lean_ctor_set(x_37, 5, x_34); +lean_ctor_set(x_37, 6, x_35); +lean_ctor_set_uint8(x_37, sizeof(void*)*7, x_33); +x_38 = l_Lean_PersistentHashMap_insert___at_Lean_instantiateMVarDeclMVars___spec__1(x_24, x_2, x_37); +x_39 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_39, 0, x_20); +lean_ctor_set(x_39, 1, x_21); +lean_ctor_set(x_39, 2, x_22); +lean_ctor_set(x_39, 3, x_23); +lean_ctor_set(x_39, 4, x_38); +lean_ctor_set(x_39, 5, x_25); +lean_ctor_set(x_39, 6, x_26); +lean_ctor_set(x_39, 7, x_27); +lean_ctor_set(x_39, 8, x_28); +return x_39; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_findLevelDepth_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, 3); +lean_inc(x_3); +lean_dec(x_1); +x_4 = l_Lean_PersistentHashMap_find_x3f___at_Lean_isLevelMVarAssignable___spec__1(x_3, x_2); +return x_4; +} +} +static lean_object* _init_l_Lean_MetavarContext_getLevelDepth___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Lean.MetavarContext.getLevelDepth", 33); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_getLevelDepth___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_isLevelMVarAssignable___rarg___lambda__1___closed__1; +x_2 = l_Lean_MetavarContext_getLevelDepth___closed__1; +x_3 = lean_unsigned_to_nat(836u); +x_4 = lean_unsigned_to_nat(14u); +x_5 = l_Lean_MetavarContext_getDecl___closed__2; +x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_getLevelDepth(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_MetavarContext_findLevelDepth_x3f(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_4; lean_object* x_5; +x_4 = l_Lean_MetavarContext_getLevelDepth___closed__2; +x_5 = l_panic___at_String_toNat_x21___spec__1(x_4); +return x_5; +} +else +{ +lean_object* x_6; +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_dec(x_3); +return x_6; +} +} +} +LEAN_EXPORT uint8_t l_Lean_MetavarContext_isAnonymousMVar(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_MetavarContext_findDecl_x3f(x_1, x_2); +if (lean_obj_tag(x_3) == 0) +{ +uint8_t x_4; +x_4 = 0; +return x_4; +} +else +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +lean_dec(x_3); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +lean_dec(x_5); +x_7 = l_Lean_Name_isAnonymous(x_6); +lean_dec(x_6); +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_isAnonymousMVar___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_MetavarContext_isAnonymousMVar(x_1, x_2); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_incDepth(lean_object* x_1, uint8_t x_2) { +_start: +{ +uint8_t x_3; +x_3 = !lean_is_exclusive(x_1); +if (x_3 == 0) +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_1, 0); +x_5 = lean_ctor_get(x_1, 1); +x_6 = lean_unsigned_to_nat(1u); +x_7 = lean_nat_add(x_4, x_6); +lean_dec(x_4); +if (x_2 == 0) +{ +lean_dec(x_5); +lean_inc(x_7); +lean_ctor_set(x_1, 1, x_7); +lean_ctor_set(x_1, 0, x_7); +return x_1; +} +else +{ +lean_ctor_set(x_1, 0, x_7); +return x_1; +} +} +else +{ +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_8 = lean_ctor_get(x_1, 0); +x_9 = lean_ctor_get(x_1, 1); +x_10 = lean_ctor_get(x_1, 2); +x_11 = lean_ctor_get(x_1, 3); +x_12 = lean_ctor_get(x_1, 4); +x_13 = lean_ctor_get(x_1, 5); +x_14 = lean_ctor_get(x_1, 6); +x_15 = lean_ctor_get(x_1, 7); +x_16 = lean_ctor_get(x_1, 8); +lean_inc(x_16); +lean_inc(x_15); +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_dec(x_1); +x_17 = lean_unsigned_to_nat(1u); +x_18 = lean_nat_add(x_8, x_17); +lean_dec(x_8); +if (x_2 == 0) +{ +lean_object* x_19; +lean_dec(x_9); +lean_inc(x_18); +x_19 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_18); +lean_ctor_set(x_19, 2, x_10); +lean_ctor_set(x_19, 3, x_11); +lean_ctor_set(x_19, 4, x_12); +lean_ctor_set(x_19, 5, x_13); +lean_ctor_set(x_19, 6, x_14); +lean_ctor_set(x_19, 7, x_15); +lean_ctor_set(x_19, 8, x_16); +return x_19; +} +else +{ +lean_object* x_20; +x_20 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_20, 0, x_18); +lean_ctor_set(x_20, 1, x_9); +lean_ctor_set(x_20, 2, x_10); +lean_ctor_set(x_20, 3, x_11); +lean_ctor_set(x_20, 4, x_12); +lean_ctor_set(x_20, 5, x_13); +lean_ctor_set(x_20, 6, x_14); +lean_ctor_set(x_20, 7, x_15); +lean_ctor_set(x_20, 8, x_16); +return x_20; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_incDepth___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_MetavarContext_incDepth(x_1, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_st_ref_get(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed), 2, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = lean_st_ref_take(x_2, 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; +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_dec(x_4); +x_7 = lean_apply_1(x_1, x_5); +x_8 = lean_st_ref_set(x_2, x_7, x_6); +if (lean_obj_tag(x_8) == 0) +{ +uint8_t x_9; +x_9 = !lean_is_exclusive(x_8); +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_8, 0); +lean_dec(x_10); +x_11 = lean_box(0); +lean_ctor_set(x_8, 0, x_11); +return x_8; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_8, 1); +lean_inc(x_12); +lean_dec(x_8); +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 +{ +uint8_t x_15; +x_15 = !lean_is_exclusive(x_8); +if (x_15 == 0) +{ +return x_8; +} +else +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = lean_ctor_get(x_8, 0); +x_17 = lean_ctor_get(x_8, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_8); +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 +{ +uint8_t x_19; +lean_dec(x_1); +x_19 = !lean_is_exclusive(x_4); +if (x_19 == 0) +{ +return x_4; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_4, 0); +x_21 = lean_ctor_get(x_4, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_4); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +} +LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed), 3, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_2 = lean_alloc_closure((void*)(l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed), 2, 0); +x_3 = lean_alloc_closure((void*)(l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed), 3, 0); +x_4 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_4, 0, x_2); +lean_ctor_set(x_4, 1, x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("'", 1); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(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_lt(x_3, x_2); +if (x_5 == 0) +{ +lean_dec(x_1); +return x_4; +} +else +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; lean_object* x_18; +x_6 = lean_array_uget(x_4, x_3); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_array_uset(x_4, x_3, x_7); +lean_inc(x_1); +x_9 = l_Lean_LocalContext_getFVar_x21(x_1, x_6); +x_10 = l_Lean_LocalDecl_userName(x_9); +lean_dec(x_9); +x_11 = 1; +x_12 = l_Lean_Name_toString(x_10, x_11); +x_13 = l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___closed__1; +x_14 = lean_string_append(x_13, x_12); +lean_dec(x_12); +x_15 = lean_string_append(x_14, x_13); +x_16 = 1; +x_17 = lean_usize_add(x_3, x_16); +x_18 = lean_array_uset(x_8, x_3, x_15); +x_3 = x_17; +x_4 = x_18; +goto _start; +} +} +} +static lean_object* _init_l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(", ", 2); +return x_1; +} +} +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(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 = l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___closed__1; +x_6 = lean_string_append(x_1, x_5); +x_7 = lean_string_append(x_6, x_3); +x_1 = x_7; +x_2 = x_4; +goto _start; +} +} +} +static lean_object* _init_l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[]", 2); +return x_1; +} +} +static lean_object* _init_l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("[", 1); +return x_1; +} +} +static lean_object* _init_l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("]", 1); +return x_1; +} +} +LEAN_EXPORT lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(lean_object* x_1) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_2; +x_2 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__1; +return x_2; +} +else +{ +lean_object* x_3; +x_3 = lean_ctor_get(x_1, 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; +x_4 = lean_ctor_get(x_1, 0); +x_5 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2; +x_6 = lean_string_append(x_5, x_4); +x_7 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__3; +x_8 = lean_string_append(x_6, x_7); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint32_t x_13; lean_object* x_14; +x_9 = lean_ctor_get(x_1, 0); +x_10 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2; +x_11 = lean_string_append(x_10, x_9); +x_12 = l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(x_11, x_3); +x_13 = 93; +x_14 = lean_string_push(x_12, x_13); +return x_14; +} +} +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("#", 1); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("failed to revert ", 17); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(", '", 3); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("' depends on them, and it is an auxiliary declaration created by the elaborator", 79); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__5() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes(" (possible solution: use tactic 'clear' to remove '", 51); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__6() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("' from local context)", 21); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instToStringException(lean_object* x_1) { +_start: +{ +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; 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; +x_2 = lean_ctor_get(x_1, 1); +lean_inc(x_2); +x_3 = lean_ctor_get(x_1, 2); +lean_inc(x_3); +x_4 = lean_ctor_get(x_1, 3); +lean_inc(x_4); +lean_dec(x_1); +x_5 = lean_array_get_size(x_3); +x_6 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_7 = 0; +x_8 = l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(x_2, x_6, x_7, x_3); +x_9 = lean_array_to_list(lean_box(0), x_8); +x_10 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(x_9); +lean_dec(x_9); +x_11 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__1; +x_12 = lean_string_append(x_11, x_10); +lean_dec(x_10); +x_13 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__2; +x_14 = lean_string_append(x_13, x_12); +lean_dec(x_12); +x_15 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__3; +x_16 = lean_string_append(x_14, x_15); +x_17 = lean_string_append(x_16, x_4); +x_18 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__4; +x_19 = lean_string_append(x_17, x_18); +x_20 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__5; +x_21 = lean_string_append(x_19, x_20); +x_22 = lean_string_append(x_21, x_4); +lean_dec(x_4); +x_23 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__6; +x_24 = lean_string_append(x_22, x_23); +return x_24; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___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_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(x_1, x_5, x_6, x_4); +return x_7; +} +} +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(x_1, x_2); +lean_dec(x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(x_1); +lean_dec(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(8u); +x_2 = l_Lean_mkHashMapImp___rarg(x_1); +return x_2; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_State_cache___default() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1; +return x_1; +} +} +static uint8_t _init_l_Lean_MetavarContext_MkBinding_Context_binderInfoForMVars___default() { +_start: +{ +uint8_t x_1; +x_1 = 1; +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_Context_mvarIdsToAbstract___default() { +_start: +{ +lean_object* x_1; +x_1 = lean_box(0); +return x_1; +} +} +LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___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_MetavarContext_MkBinding_instMonadMCtxM___spec__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg), 4, 0); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +lean_inc(x_2); +x_3 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_3, 0, x_2); +lean_ctor_set(x_3, 1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2(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); +lean_inc(x_4); +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 lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +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; lean_object* x_8; +x_5 = lean_ctor_get(x_3, 0); +x_6 = lean_apply_1(x_1, x_5); +lean_ctor_set(x_3, 0, x_6); +x_7 = lean_box(0); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +else +{ +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_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_ctor_get(x_3, 3); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_dec(x_3); +x_13 = lean_apply_1(x_1, x_9); +x_14 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_10); +lean_ctor_set(x_14, 2, x_11); +lean_ctor_set(x_14, 3, x_12); +x_15 = lean_box(0); +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; +} +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1___boxed), 2, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM() { +_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_MetavarContext_MkBinding_instMonadMCtxM___closed__1; +x_2 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__2; +x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg), 4, 2); +lean_closure_set(x_3, 0, x_1); +lean_closure_set(x_3, 1, x_2); +x_4 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__3; +x_5 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_5, 0, x_3); +lean_ctor_set(x_5, 1, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkFreshBinderName(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +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; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_5 = lean_ctor_get(x_3, 1); +x_6 = lean_unsigned_to_nat(1u); +x_7 = lean_nat_add(x_5, x_6); +lean_ctor_set(x_3, 1, x_7); +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +x_9 = l_Lean_addMacroScope(x_8, x_1, x_5); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_3); +return x_10; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_11 = lean_ctor_get(x_3, 0); +x_12 = lean_ctor_get(x_3, 1); +x_13 = lean_ctor_get(x_3, 2); +x_14 = lean_ctor_get(x_3, 3); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_dec(x_3); +x_15 = lean_unsigned_to_nat(1u); +x_16 = lean_nat_add(x_12, x_15); +x_17 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_17, 0, x_11); +lean_ctor_set(x_17, 1, x_16); +lean_ctor_set(x_17, 2, x_13); +lean_ctor_set(x_17, 3, x_14); +x_18 = lean_ctor_get(x_2, 0); +lean_inc(x_18); +lean_dec(x_2); +x_19 = l_Lean_addMacroScope(x_18, x_1, x_12); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_17); +return x_20; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_preserveOrder(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; lean_object* x_5; +x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); +x_4 = lean_box(x_3); +x_5 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_5, 0, x_4); +lean_ctor_set(x_5, 1, x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_preserveOrder___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_MetavarContext_MkBinding_preserveOrder(x_1, x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___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, 3); +lean_inc(x_4); +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 lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +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; lean_object* x_8; +x_5 = lean_ctor_get(x_3, 3); +x_6 = lean_apply_1(x_1, x_5); +lean_ctor_set(x_3, 3, x_6); +x_7 = lean_box(0); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +return x_8; +} +else +{ +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_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_ctor_get(x_3, 3); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_dec(x_3); +x_13 = lean_apply_1(x_1, x_12); +x_14 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_14, 0, x_9); +lean_ctor_set(x_14, 1, x_10); +lean_ctor_set(x_14, 2, x_11); +lean_ctor_set(x_14, 3, x_13); +x_15 = lean_box(0); +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; +} +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__2() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__1; +x_2 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__1; +x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg), 4, 2); +lean_closure_set(x_3, 0, x_1); +lean_closure_set(x_3, 1, x_2); +return x_3; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__3() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2___boxed), 3, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__4() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__2; +x_2 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__3; +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_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq() { +_start: +{ +lean_object* x_1; +x_1 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__4; +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_lt(x_4, x_3); +if (x_6 == 0) +{ +lean_dec(x_1); +return x_5; +} +else +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_2, 0); +x_8 = lean_array_uget(x_7, x_4); +x_9 = l_Lean_Expr_isFVar(x_8); +if (x_9 == 0) +{ +size_t x_10; size_t x_11; +lean_dec(x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +x_4 = x_11; +goto _start; +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_inc(x_1); +x_13 = l_Lean_LocalContext_getFVar_x21(x_1, x_8); +x_14 = l_Lean_LocalDecl_index(x_13); +x_15 = l_Lean_LocalDecl_index(x_5); +x_16 = lean_nat_dec_lt(x_14, x_15); +lean_dec(x_15); +lean_dec(x_14); +if (x_16 == 0) +{ +size_t x_17; size_t x_18; +lean_dec(x_13); +x_17 = 1; +x_18 = lean_usize_add(x_4, x_17); +x_4 = x_18; +goto _start; +} +else +{ +size_t x_20; size_t x_21; +lean_dec(x_5); +x_20 = 1; +x_21 = lean_usize_add(x_4, x_20); +x_4 = x_21; +x_5 = x_13; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___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_6; +x_6 = lean_usize_dec_lt(x_4, x_3); +if (x_6 == 0) +{ +lean_dec(x_1); +return x_5; +} +else +{ +lean_object* x_7; lean_object* x_8; uint8_t x_9; +x_7 = lean_ctor_get(x_2, 0); +x_8 = lean_array_uget(x_7, x_4); +x_9 = l_Lean_Expr_isFVar(x_8); +if (x_9 == 0) +{ +size_t x_10; size_t x_11; +lean_dec(x_8); +x_10 = 1; +x_11 = lean_usize_add(x_4, x_10); +x_4 = x_11; +goto _start; +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_inc(x_1); +x_13 = l_Lean_LocalContext_getFVar_x21(x_1, x_8); +x_14 = l_Lean_LocalDecl_index(x_13); +x_15 = l_Lean_LocalDecl_index(x_5); +x_16 = lean_nat_dec_lt(x_14, x_15); +lean_dec(x_15); +lean_dec(x_14); +if (x_16 == 0) +{ +size_t x_17; size_t x_18; +lean_dec(x_13); +x_17 = 1; +x_18 = lean_usize_add(x_4, x_17); +x_4 = x_18; +goto _start; +} +else +{ +size_t x_20; size_t x_21; +lean_dec(x_5); +x_20 = 1; +x_21 = lean_usize_add(x_4, x_20); +x_4 = x_21; +x_5 = x_13; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx(lean_object* x_1, lean_object* x_2) { +_start: +{ +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; size_t x_10; lean_object* x_11; size_t x_12; +x_3 = lean_array_get_size(x_2); +x_4 = lean_unsigned_to_nat(0u); +x_5 = lean_nat_dec_lt(x_4, x_3); +lean_dec(x_3); +x_6 = lean_array_get_size(x_2); +x_7 = lean_unsigned_to_nat(1u); +lean_inc(x_2); +x_8 = l_Array_toSubarray___rarg(x_2, x_7, x_6); +x_9 = lean_ctor_get(x_8, 2); +lean_inc(x_9); +x_10 = lean_usize_of_nat(x_9); +lean_dec(x_9); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +x_12 = lean_usize_of_nat(x_11); +lean_dec(x_11); +if (x_5 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_dec(x_2); +x_13 = l_Lean_instInhabitedExpr; +x_14 = l___private_Init_Util_0__outOfBounds___rarg(x_13); +lean_inc(x_1); +x_15 = l_Lean_LocalContext_getFVar_x21(x_1, x_14); +x_16 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(x_1, x_8, x_10, x_12, x_15); +lean_dec(x_8); +return x_16; +} +else +{ +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_array_fget(x_2, x_4); +lean_dec(x_2); +lean_inc(x_1); +x_18 = l_Lean_LocalContext_getFVar_x21(x_1, x_17); +x_19 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2(x_1, x_8, x_10, x_12, x_18); +lean_dec(x_8); +return x_19; +} +} +} +LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +return x_8; +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_Expr_fvarId_x21(x_6); +x_8 = lean_name_eq(x_7, x_1); +lean_dec(x_7); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__7(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__8(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__9(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_1); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_3); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_5, x_5); +if (x_11 == 0) +{ +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_3); +return x_14; +} +else +{ +size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_15 = 0; +x_16 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); +lean_dec(x_4); +x_18 = lean_box(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; +} +} +} +case 2: +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_dec(x_2); +lean_inc(x_20); +x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 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; uint8_t x_30; lean_object* x_31; +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_21, 0); +lean_dec(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(x_1, x_29); +x_31 = lean_box(x_30); +lean_ctor_set(x_21, 0, x_31); +return x_21; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_dec(x_21); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(x_1, x_36); +x_38 = lean_box(x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_32); +return x_39; +} +} +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_40 = lean_ctor_get(x_21, 1); +lean_inc(x_40); +lean_dec(x_21); +x_41 = lean_ctor_get(x_22, 0); +lean_inc(x_41); +lean_dec(x_22); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_41, x_40); +return x_42; +} +} +case 5: +{ +lean_object* x_43; uint8_t x_44; +x_43 = l_Lean_Expr_getAppFn(x_2); +x_44 = l_Lean_Expr_isMVar(x_43); +if (x_44 == 0) +{ +lean_object* x_45; +lean_dec(x_43); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(x_1, x_2, x_3); +return x_45; +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_inc(x_2); +x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +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_Expr_getAppFn(x_47); +x_50 = lean_expr_eqv(x_49, x_43); +lean_dec(x_43); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_dec(x_2); +x_2 = x_47; +x_3 = x_48; +goto _start; +} +else +{ +lean_object* x_52; +lean_dec(x_47); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(x_1, x_2, x_48); +return x_52; +} +} +} +case 6: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 7: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_65, x_69); +return x_70; +} +else +{ +uint8_t x_71; +lean_dec(x_65); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; +} +else +{ +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +case 8: +{ +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_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +x_77 = lean_ctor_get(x_2, 3); +lean_inc(x_77); +lean_dec(x_2); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_75, x_3); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_unbox(x_79); +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +lean_dec(x_79); +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_76, x_81); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_77, x_85); +return x_86; +} +else +{ +uint8_t x_87; +lean_dec(x_77); +x_87 = !lean_is_exclusive(x_82); +if (x_87 == 0) +{ +lean_object* x_88; +x_88 = lean_ctor_get(x_82, 0); +lean_dec(x_88); +return x_82; +} +else +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_dec(x_82); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_83); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +} +} +else +{ +uint8_t x_91; +lean_dec(x_77); +lean_dec(x_76); +x_91 = !lean_is_exclusive(x_78); +if (x_91 == 0) +{ +lean_object* x_92; +x_92 = lean_ctor_get(x_78, 0); +lean_dec(x_92); +return x_78; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_78, 1); +lean_inc(x_93); +lean_dec(x_78); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_79); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +case 10: +{ +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_2, 1); +lean_inc(x_95); +lean_dec(x_2); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_95, x_3); +return x_96; +} +case 11: +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_2, 2); +lean_inc(x_97); +lean_dec(x_2); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_97, x_3); +return x_98; +} +default: +{ +uint8_t x_99; lean_object* x_100; lean_object* x_101; +lean_dec(x_2); +x_99 = 0; +x_100 = lean_box(x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_3); +return x_101; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__3(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__15(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__16(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__17(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_1); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_3); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_5, x_5); +if (x_11 == 0) +{ +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_3); +return x_14; +} +else +{ +size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_15 = 0; +x_16 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); +lean_dec(x_4); +x_18 = lean_box(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; +} +} +} +case 2: +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_dec(x_2); +lean_inc(x_20); +x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 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; uint8_t x_30; lean_object* x_31; +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_21, 0); +lean_dec(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13(x_1, x_29); +x_31 = lean_box(x_30); +lean_ctor_set(x_21, 0, x_31); +return x_21; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_dec(x_21); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13(x_1, x_36); +x_38 = lean_box(x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_32); +return x_39; +} +} +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_40 = lean_ctor_get(x_21, 1); +lean_inc(x_40); +lean_dec(x_21); +x_41 = lean_ctor_get(x_22, 0); +lean_inc(x_41); +lean_dec(x_22); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_41, x_40); +return x_42; +} +} +case 5: +{ +lean_object* x_43; uint8_t x_44; +x_43 = l_Lean_Expr_getAppFn(x_2); +x_44 = l_Lean_Expr_isMVar(x_43); +if (x_44 == 0) +{ +lean_object* x_45; +lean_dec(x_43); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(x_1, x_2, x_3); +return x_45; +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_inc(x_2); +x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +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_Expr_getAppFn(x_47); +x_50 = lean_expr_eqv(x_49, x_43); +lean_dec(x_43); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_dec(x_2); +x_2 = x_47; +x_3 = x_48; +goto _start; +} +else +{ +lean_object* x_52; +lean_dec(x_47); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(x_1, x_2, x_48); +return x_52; +} +} +} +case 6: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 7: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_65, x_69); +return x_70; +} +else +{ +uint8_t x_71; +lean_dec(x_65); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; +} +else +{ +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +case 8: +{ +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_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +x_77 = lean_ctor_get(x_2, 3); +lean_inc(x_77); +lean_dec(x_2); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_75, x_3); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_unbox(x_79); +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +lean_dec(x_79); +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_76, x_81); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_77, x_85); +return x_86; +} +else +{ +uint8_t x_87; +lean_dec(x_77); +x_87 = !lean_is_exclusive(x_82); +if (x_87 == 0) +{ +lean_object* x_88; +x_88 = lean_ctor_get(x_82, 0); +lean_dec(x_88); +return x_82; +} +else +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_dec(x_82); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_83); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +} +} +else +{ +uint8_t x_91; +lean_dec(x_77); +lean_dec(x_76); +x_91 = !lean_is_exclusive(x_78); +if (x_91 == 0) +{ +lean_object* x_92; +x_92 = lean_ctor_get(x_78, 0); +lean_dec(x_92); +return x_78; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_78, 1); +lean_inc(x_93); +lean_dec(x_78); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_79); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +case 10: +{ +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_2, 1); +lean_inc(x_95); +lean_dec(x_2); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_95, x_3); +return x_96; +} +case 11: +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_2, 2); +lean_inc(x_97); +lean_dec(x_2); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_97, x_3); +return x_98; +} +default: +{ +uint8_t x_99; lean_object* x_100; lean_object* x_101; +lean_dec(x_2); +x_99 = 0; +x_100 = lean_box(x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_3); +return x_101; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__11(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__23(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__24(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__25(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} +} +} +else +{ +lean_dec(x_2); +return x_4; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_1); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_3); +return x_10; +} +else +{ +uint8_t x_11; +x_11 = lean_nat_dec_le(x_5, x_5); +if (x_11 == 0) +{ +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_3); +return x_14; +} +else +{ +size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_15 = 0; +x_16 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); +lean_dec(x_4); +x_18 = lean_box(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; +} +} +} +case 2: +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_dec(x_2); +lean_inc(x_20); +x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) +{ +uint8_t x_23; +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 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; uint8_t x_30; lean_object* x_31; +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_21, 0); +lean_dec(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(x_1, x_29); +x_31 = lean_box(x_30); +lean_ctor_set(x_21, 0, x_31); +return x_21; +} +else +{ +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_dec(x_21); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(x_1, x_36); +x_38 = lean_box(x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_32); +return x_39; +} +} +else +{ +lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_40 = lean_ctor_get(x_21, 1); +lean_inc(x_40); +lean_dec(x_21); +x_41 = lean_ctor_get(x_22, 0); +lean_inc(x_41); +lean_dec(x_22); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_41, x_40); +return x_42; +} +} +case 5: +{ +lean_object* x_43; uint8_t x_44; +x_43 = l_Lean_Expr_getAppFn(x_2); +x_44 = l_Lean_Expr_isMVar(x_43); +if (x_44 == 0) +{ +lean_object* x_45; +lean_dec(x_43); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(x_1, x_2, x_3); +return x_45; +} +else +{ +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_inc(x_2); +x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +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_Expr_getAppFn(x_47); +x_50 = lean_expr_eqv(x_49, x_43); +lean_dec(x_43); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_dec(x_2); +x_2 = x_47; +x_3 = x_48; +goto _start; +} +else +{ +lean_object* x_52; +lean_dec(x_47); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(x_1, x_2, x_48); +return x_52; +} +} +} +case 6: +{ +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_54, x_58); +return x_59; +} +else +{ +uint8_t x_60; +lean_dec(x_54); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; +} +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 7: +{ +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_65, x_69); +return x_70; +} +else +{ +uint8_t x_71; +lean_dec(x_65); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; +} +else +{ +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; +} +} +} +case 8: +{ +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_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +x_77 = lean_ctor_get(x_2, 3); +lean_inc(x_77); +lean_dec(x_2); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_75, x_3); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_unbox(x_79); +if (x_80 == 0) +{ +lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +lean_dec(x_79); +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_76, x_81); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_77, x_85); +return x_86; +} +else +{ +uint8_t x_87; +lean_dec(x_77); +x_87 = !lean_is_exclusive(x_82); +if (x_87 == 0) +{ +lean_object* x_88; +x_88 = lean_ctor_get(x_82, 0); +lean_dec(x_88); +return x_82; +} +else +{ +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_dec(x_82); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_83); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +} +} +else +{ +uint8_t x_91; +lean_dec(x_77); +lean_dec(x_76); +x_91 = !lean_is_exclusive(x_78); +if (x_91 == 0) +{ +lean_object* x_92; +x_92 = lean_ctor_get(x_78, 0); +lean_dec(x_92); +return x_78; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_78, 1); +lean_inc(x_93); +lean_dec(x_78); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_79); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +case 10: +{ +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_2, 1); +lean_inc(x_95); +lean_dec(x_2); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_95, x_3); +return x_96; +} +case 11: +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_2, 2); +lean_inc(x_97); +lean_dec(x_2); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_97, x_3); +return x_98; +} +default: +{ +uint8_t x_99; lean_object* x_100; lean_object* x_101; +lean_dec(x_2); +x_99 = 0; +x_100 = lean_box(x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_3); +return x_101; +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__19(x_1, x_2, x_15); +return x_16; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} +} +else +{ +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(x_1, x_6); +if (x_7 == 0) +{ +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; +} +else +{ +uint8_t x_11; +x_11 = 1; +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = 0; +return x_12; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(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; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; +} +else +{ +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else +{ +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__31(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} +} +else +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) +{ +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__32(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; +} +} +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; +} +else +{ +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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; +} +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; +} +else +{ +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) +{ +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; +} +else +{ +uint8_t x_28; +x_28 = 1; +return x_28; +} +} +} +} +} +else +{ +uint8_t x_29; +x_29 = 0; +return x_29; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; +} +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; +} +else +{ +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__33(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_findLevelDepth_x3f(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; lean_object* x_4; -x_3 = lean_ctor_get(x_1, 3); -lean_inc(x_3); -lean_dec(x_1); -x_4 = l_Lean_PersistentHashMap_find_x3f___at_Lean_isLevelMVarAssignable___spec__1(x_3, x_2); +lean_dec(x_2); return x_4; } } -static lean_object* _init_l_Lean_MetavarContext_getLevelDepth___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Lean.MetavarContext.getLevelDepth", 33); -return x_1; -} } -static lean_object* _init_l_Lean_MetavarContext_getLevelDepth___closed__2() { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_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_Lean_isLevelMVarAssignable___rarg___lambda__1___closed__1; -x_2 = l_Lean_MetavarContext_getLevelDepth___closed__1; -x_3 = lean_unsigned_to_nat(836u); -x_4 = lean_unsigned_to_nat(14u); -x_5 = l_Lean_MetavarContext_getDecl___closed__2; -x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); -return x_6; -} +switch (lean_obj_tag(x_2)) { +case 1: +{ +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_array_get_size(x_1); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +x_9 = lean_box(x_8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_3); +return x_10; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_getLevelDepth(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_Lean_MetavarContext_findLevelDepth_x3f(x_1, x_2); -if (lean_obj_tag(x_3) == 0) +uint8_t x_11; +x_11 = lean_nat_dec_le(x_5, x_5); +if (x_11 == 0) { -lean_object* x_4; lean_object* x_5; -x_4 = l_Lean_MetavarContext_getLevelDepth___closed__2; -x_5 = l_panic___at_String_toNat_x21___spec__1(x_4); -return x_5; +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_3); +return x_14; } else { -lean_object* x_6; -x_6 = lean_ctor_get(x_3, 0); -lean_inc(x_6); -lean_dec(x_3); -return x_6; +size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_15 = 0; +x_16 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); +lean_dec(x_4); +x_18 = lean_box(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; } } } -LEAN_EXPORT uint8_t l_Lean_MetavarContext_isAnonymousMVar(lean_object* x_1, lean_object* x_2) { -_start: +case 2: { -lean_object* x_3; -x_3 = l_Lean_MetavarContext_findDecl_x3f(x_1, x_2); -if (lean_obj_tag(x_3) == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_dec(x_2); +lean_inc(x_20); +x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_4; -x_4 = 0; -return x_4; +uint8_t x_23; +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 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; uint8_t x_30; lean_object* x_31; +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_21, 0); +lean_dec(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(x_1, x_29); +x_31 = lean_box(x_30); +lean_ctor_set(x_21, 0, x_31); +return x_21; } else { -lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_5 = lean_ctor_get(x_3, 0); -lean_inc(x_5); -lean_dec(x_3); -x_6 = lean_ctor_get(x_5, 0); -lean_inc(x_6); -lean_dec(x_5); -x_7 = l_Lean_Name_isAnonymous(x_6); -lean_dec(x_6); -return x_7; -} +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_dec(x_21); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(x_1, x_36); +x_38 = lean_box(x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_32); +return x_39; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_isAnonymousMVar___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_MetavarContext_isAnonymousMVar(x_1, x_2); -x_4 = lean_box(x_3); -return x_4; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_40 = lean_ctor_get(x_21, 1); +lean_inc(x_40); +lean_dec(x_21); +x_41 = lean_ctor_get(x_22, 0); +lean_inc(x_41); +lean_dec(x_22); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_41, x_40); +return x_42; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_incDepth(lean_object* x_1, uint8_t x_2) { -_start: +case 5: { -uint8_t x_3; -x_3 = !lean_is_exclusive(x_1); -if (x_3 == 0) +lean_object* x_43; uint8_t x_44; +x_43 = l_Lean_Expr_getAppFn(x_2); +x_44 = l_Lean_Expr_isMVar(x_43); +if (x_44 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; -x_4 = lean_ctor_get(x_1, 0); -x_5 = lean_ctor_get(x_1, 1); -x_6 = lean_unsigned_to_nat(1u); -x_7 = lean_nat_add(x_4, x_6); -lean_dec(x_4); -if (x_2 == 0) +lean_object* x_45; +lean_dec(x_43); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(x_1, x_2, x_3); +return x_45; +} +else { -lean_dec(x_5); -lean_inc(x_7); -lean_ctor_set(x_1, 1, x_7); -lean_ctor_set(x_1, 0, x_7); -return x_1; +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_inc(x_2); +x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +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_Expr_getAppFn(x_47); +x_50 = lean_expr_eqv(x_49, x_43); +lean_dec(x_43); +lean_dec(x_49); +if (x_50 == 0) +{ +lean_dec(x_2); +x_2 = x_47; +x_3 = x_48; +goto _start; } else { -lean_ctor_set(x_1, 0, x_7); -return x_1; +lean_object* x_52; +lean_dec(x_47); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(x_1, x_2, x_48); +return x_52; } } -else +} +case 6: { -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_8 = lean_ctor_get(x_1, 0); -x_9 = lean_ctor_get(x_1, 1); -x_10 = lean_ctor_get(x_1, 2); -x_11 = lean_ctor_get(x_1, 3); -x_12 = lean_ctor_get(x_1, 4); -x_13 = lean_ctor_get(x_1, 5); -x_14 = lean_ctor_get(x_1, 6); -x_15 = lean_ctor_get(x_1, 7); -x_16 = lean_ctor_get(x_1, 8); -lean_inc(x_16); -lean_inc(x_15); -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_dec(x_1); -x_17 = lean_unsigned_to_nat(1u); -x_18 = lean_nat_add(x_8, x_17); -lean_dec(x_8); -if (x_2 == 0) +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); +lean_dec(x_2); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) { -lean_object* x_19; -lean_dec(x_9); -lean_inc(x_18); -x_19 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_18); -lean_ctor_set(x_19, 2, x_10); -lean_ctor_set(x_19, 3, x_11); -lean_ctor_set(x_19, 4, x_12); -lean_ctor_set(x_19, 5, x_13); -lean_ctor_set(x_19, 6, x_14); -lean_ctor_set(x_19, 7, x_15); -lean_ctor_set(x_19, 8, x_16); -return x_19; +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_54, x_58); +return x_59; } else { -lean_object* x_20; -x_20 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_20, 0, x_18); -lean_ctor_set(x_20, 1, x_9); -lean_ctor_set(x_20, 2, x_10); -lean_ctor_set(x_20, 3, x_11); -lean_ctor_set(x_20, 4, x_12); -lean_ctor_set(x_20, 5, x_13); -lean_ctor_set(x_20, 6, x_14); -lean_ctor_set(x_20, 7, x_15); -lean_ctor_set(x_20, 8, x_16); -return x_20; +uint8_t x_60; +lean_dec(x_54); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; } +else +{ +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_incDepth___boxed(lean_object* x_1, lean_object* x_2) { -_start: +case 7: { -uint8_t x_3; lean_object* x_4; -x_3 = lean_unbox(x_2); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); lean_dec(x_2); -x_4 = l_Lean_MetavarContext_incDepth(x_1, x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg(lean_object* x_1, lean_object* x_2) { -_start: +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_3; -x_3 = lean_st_ref_get(x_1, x_2); -return x_3; +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_65, x_69); +return x_70; } +else +{ +uint8_t x_71; +lean_dec(x_65); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } -LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed), 2, 0); -return x_2; +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } -LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +} +case 8: { -lean_object* x_4; -x_4 = lean_st_ref_take(x_2, x_3); -if (lean_obj_tag(x_4) == 0) +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_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +x_77 = lean_ctor_get(x_2, 3); +lean_inc(x_77); +lean_dec(x_2); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_75, x_3); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_unbox(x_79); +if (x_80 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; -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_dec(x_4); -x_7 = lean_apply_1(x_1, x_5); -x_8 = lean_st_ref_set(x_2, x_7, x_6); -if (lean_obj_tag(x_8) == 0) +lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +lean_dec(x_79); +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_76, x_81); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) { -uint8_t x_9; -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) +lean_object* x_85; lean_object* x_86; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_77, x_85); +return x_86; +} +else { -lean_object* x_10; lean_object* x_11; -x_10 = lean_ctor_get(x_8, 0); -lean_dec(x_10); -x_11 = lean_box(0); -lean_ctor_set(x_8, 0, x_11); -return x_8; +uint8_t x_87; +lean_dec(x_77); +x_87 = !lean_is_exclusive(x_82); +if (x_87 == 0) +{ +lean_object* x_88; +x_88 = lean_ctor_get(x_82, 0); +lean_dec(x_88); +return x_82; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_8, 1); -lean_inc(x_12); -lean_dec(x_8); -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; +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_dec(x_82); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_83); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} } } else { -uint8_t x_15; -x_15 = !lean_is_exclusive(x_8); -if (x_15 == 0) +uint8_t x_91; +lean_dec(x_77); +lean_dec(x_76); +x_91 = !lean_is_exclusive(x_78); +if (x_91 == 0) { -return x_8; +lean_object* x_92; +x_92 = lean_ctor_get(x_78, 0); +lean_dec(x_92); +return x_78; +} +else +{ +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_78, 1); +lean_inc(x_93); +lean_dec(x_78); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_79); +lean_ctor_set(x_94, 1, x_93); +return x_94; +} +} +} +case 10: +{ +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_2, 1); +lean_inc(x_95); +lean_dec(x_2); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_95, x_3); +return x_96; +} +case 11: +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_2, 2); +lean_inc(x_97); +lean_dec(x_2); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_97, x_3); +return x_98; +} +default: +{ +uint8_t x_99; lean_object* x_100; lean_object* x_101; +lean_dec(x_2); +x_99 = 0; +x_100 = lean_box(x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_3); +return x_101; } -else -{ -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = lean_ctor_get(x_8, 0); -x_17 = lean_ctor_get(x_8, 1); -lean_inc(x_17); -lean_inc(x_16); -lean_dec(x_8); -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_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_19; -lean_dec(x_1); -x_19 = !lean_is_exclusive(x_4); -if (x_19 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); return x_4; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_4, 0); -x_21 = lean_ctor_get(x_4, 1); -lean_inc(x_21); -lean_inc(x_20); +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); lean_dec(x_4); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; -} -} +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } -LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2(lean_object* x_1) { -_start: +else { -lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed), 3, 0); -return x_2; -} +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__27(x_1, x_2, x_15); +return x_16; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST(lean_object* x_1) { -_start: -{ -lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = lean_alloc_closure((void*)(l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed), 2, 0); -x_3 = lean_alloc_closure((void*)(l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed), 3, 0); -x_4 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_4, 0, x_2); -lean_ctor_set(x_4, 1, x_3); -return x_4; } } -LEAN_EXPORT lean_object* l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_3; -x_3 = l_StateRefT_x27_get___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__1___rarg(x_1, x_2); -lean_dec(x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +if (lean_obj_tag(x_2) == 5) { -lean_object* x_4; -x_4 = l_modify___at_Lean_MetavarContext_instMonadMCtxStateRefT_x27MetavarContextST___spec__2___rarg(x_1, x_2, x_3); +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); lean_dec(x_2); -return x_4; -} -} -static lean_object* _init_l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___closed__1() { -_start: +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("'", 1); -return x_1; -} +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_5, x_9); +return x_10; } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_lt(x_3, x_2); -if (x_5 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_dec(x_1); -return x_4; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; size_t x_16; size_t x_17; lean_object* x_18; -x_6 = lean_array_uget(x_4, x_3); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_array_uset(x_4, x_3, x_7); -lean_inc(x_1); -x_9 = l_Lean_LocalContext_getFVar_x21(x_1, x_6); -x_10 = l_Lean_LocalDecl_userName(x_9); -lean_dec(x_9); -x_11 = 1; -x_12 = l_Lean_Name_toString(x_10, x_11); -x_13 = l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___closed__1; -x_14 = lean_string_append(x_13, x_12); -lean_dec(x_12); -x_15 = lean_string_append(x_14, x_13); -x_16 = 1; -x_17 = lean_usize_add(x_3, x_16); -x_18 = lean_array_uset(x_8, x_3, x_15); -x_3 = x_17; -x_4 = x_18; -goto _start; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } -static lean_object* _init_l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes(", ", 2); -return x_1; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_2, x_3); +return x_15; } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(lean_object* x_1, lean_object* x_2) { +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -if (lean_obj_tag(x_2) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -return x_1; -} -else +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(x_1, x_6); +if (x_7 == 0) { -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 = l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___closed__1; -x_6 = lean_string_append(x_1, x_5); -x_7 = lean_string_append(x_6, x_3); -x_1 = x_7; -x_2 = x_4; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; goto _start; } -} -} -static lean_object* _init_l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[]", 2); -return x_1; +uint8_t x_11; +x_11 = 1; +return x_11; } } -static lean_object* _init_l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[", 1); -return x_1; -} +uint8_t x_12; +x_12 = 0; +return x_12; } -static lean_object* _init_l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("]", 1); -return x_1; } } -LEAN_EXPORT lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(lean_object* x_1) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -if (lean_obj_tag(x_1) == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_2; -x_2 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__1; -return x_2; +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_3; -x_3 = lean_ctor_get(x_1, 1); -if (lean_obj_tag(x_3) == 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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (x_14 == 0) { -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_1, 0); -x_5 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2; -x_6 = lean_string_append(x_5, x_4); -x_7 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__3; -x_8 = lean_string_append(x_6, x_7); -return x_8; +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_3, x_15); +x_3 = x_16; +goto _start; } else { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint32_t x_13; lean_object* x_14; -x_9 = lean_ctor_get(x_1, 0); -x_10 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___closed__2; -x_11 = lean_string_append(x_10, x_9); -x_12 = l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(x_11, x_3); -x_13 = 93; -x_14 = lean_string_push(x_12, x_13); -return x_14; -} -} -} -} -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__1() { -_start: +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("#", 1); -return x_1; -} +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__2() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("failed to revert ", 17); -return x_1; -} -} -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__3() { -_start: +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes(", '", 3); -return x_1; -} +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__4() { -_start: +else { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("' depends on them, and it is an auxiliary declaration created by the elaborator", 79); -return x_1; -} +uint8_t x_28; +x_28 = 1; +return x_28; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes(" (possible solution: use tactic 'clear' to remove '", 51); -return x_1; } } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instToStringException___closed__6() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("' from local context)", 21); -return x_1; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instToStringException(lean_object* x_1) { -_start: +else { -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; 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; -x_2 = lean_ctor_get(x_1, 1); -lean_inc(x_2); -x_3 = lean_ctor_get(x_1, 2); -lean_inc(x_3); -x_4 = lean_ctor_get(x_1, 3); -lean_inc(x_4); -lean_dec(x_1); -x_5 = lean_array_get_size(x_3); -x_6 = lean_usize_of_nat(x_5); -lean_dec(x_5); -x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(x_2, x_6, x_7, x_3); -x_9 = lean_array_to_list(lean_box(0), x_8); -x_10 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(x_9); -lean_dec(x_9); -x_11 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__1; -x_12 = lean_string_append(x_11, x_10); -lean_dec(x_10); -x_13 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__2; -x_14 = lean_string_append(x_13, x_12); -lean_dec(x_12); -x_15 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__3; -x_16 = lean_string_append(x_14, x_15); -x_17 = lean_string_append(x_16, x_4); -x_18 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__4; -x_19 = lean_string_append(x_17, x_18); -x_20 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__5; -x_21 = lean_string_append(x_19, x_20); -x_22 = lean_string_append(x_21, x_4); -lean_dec(x_4); -x_23 = l_Lean_MetavarContext_MkBinding_instToStringException___closed__6; -x_24 = lean_string_append(x_22, x_23); -return x_24; -} +uint8_t x_29; +x_29 = 0; +return x_29; } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1___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_mapMUnsafe_map___at_Lean_MetavarContext_MkBinding_instToStringException___spec__1(x_1, x_5, x_6, x_4); -return x_7; } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; -x_3 = l_List_foldl___at_Lean_MetavarContext_MkBinding_instToStringException___spec__3(x_1, x_2); +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); lean_dec(x_2); -return x_3; -} -} -LEAN_EXPORT lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2___boxed(lean_object* x_1) { -_start: +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -lean_object* x_2; -x_2 = l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(x_1); -lean_dec(x_1); -return x_2; -} +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(8u); -x_2 = l_Lean_mkHashMapImp___rarg(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_MetavarContext_MkBinding_State_cache___default() { -_start: +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_1; -x_1 = l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1; -return x_1; -} +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } -static uint8_t _init_l_Lean_MetavarContext_MkBinding_Context_binderInfoForMVars___default() { -_start: +else { -uint8_t x_1; -x_1 = 1; -return x_1; -} +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__39(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_Context_mvarIdsToAbstract___default() { -_start: -{ -lean_object* x_1; -x_1 = lean_box(0); -return x_1; } } -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +else { -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_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -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; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -uint8_t x_9; -lean_dec(x_3); -lean_dec(x_2); -x_9 = !lean_is_exclusive(x_5); -if (x_9 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -return x_5; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } 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; -} +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__40(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } -LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg), 4, 0); -return x_3; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_3; -lean_inc(x_2); -x_3 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_3, 0, x_2); -lean_ctor_set(x_3, 1, x_2); -return x_3; -} +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; lean_object* x_5; -x_4 = lean_ctor_get(x_1, 0); -lean_inc(x_4); -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_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_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_array_get_size(x_1); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (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_3, x_15); +x_3 = x_16; +goto _start; } +else +{ +uint8_t x_18; +x_18 = lean_nat_dec_le(x_12, x_12); +if (x_18 == 0) +{ +size_t x_19; size_t x_20; +lean_dec(x_12); +lean_dec(x_11); +x_19 = 1; +x_20 = lean_usize_add(x_3, x_19); +x_3 = x_20; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -uint8_t x_4; -x_4 = !lean_is_exclusive(x_3); -if (x_4 == 0) +size_t x_22; size_t x_23; uint8_t x_24; +x_22 = 0; +x_23 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); +lean_dec(x_11); +if (x_24 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_5 = lean_ctor_get(x_3, 0); -x_6 = lean_apply_1(x_1, x_5); -lean_ctor_set(x_3, 0, x_6); -x_7 = lean_box(0); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; +size_t x_25; size_t x_26; +x_25 = 1; +x_26 = lean_usize_add(x_3, x_25); +x_3 = x_26; +goto _start; } else { -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_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_ctor_get(x_3, 3); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_dec(x_3); -x_13 = lean_apply_1(x_1, x_9); -x_14 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_10); -lean_ctor_set(x_14, 2, x_11); -lean_ctor_set(x_14, 3, x_12); -x_15 = lean_box(0); -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; +uint8_t x_28; +x_28 = 1; +return x_28; } } } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1___boxed), 2, 0); -return x_1; } } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__2() { -_start: +else { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2___boxed), 3, 0); -return x_1; -} +uint8_t x_29; +x_29 = 0; +return x_29; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3___boxed), 3, 0); -return x_1; } } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadMCtxM() { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(lean_object* x_1, lean_object* x_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_MetavarContext_MkBinding_instMonadMCtxM___closed__1; -x_2 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__2; -x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg), 4, 2); -lean_closure_set(x_3, 0, x_1); -lean_closure_set(x_3, 1, x_2); -x_4 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__3; -x_5 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_5, 0, x_3); -lean_ctor_set(x_5, 1, x_4); -return x_5; -} -} -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(x_1, x_3); +if (x_4 == 0) { -lean_object* x_3; -x_3 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__1(x_1, x_2); -lean_dec(x_1); -return x_3; +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } +else +{ +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) +{ +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__2(x_1, x_2, x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_4; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__41(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +} +else { -lean_object* x_4; -x_4 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___lambda__3(x_1, x_2, x_3); lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkFreshBinderName(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_4; -x_4 = !lean_is_exclusive(x_3); -if (x_4 == 0) +switch (lean_obj_tag(x_2)) { +case 1: { -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 = lean_ctor_get(x_3, 1); -x_6 = lean_unsigned_to_nat(1u); -x_7 = lean_nat_add(x_5, x_6); -lean_ctor_set(x_3, 1, x_7); -x_8 = lean_ctor_get(x_2, 0); -lean_inc(x_8); +lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); lean_dec(x_2); -x_9 = l_Lean_addMacroScope(x_8, x_1, x_5); +x_5 = lean_array_get_size(x_1); +x_6 = lean_unsigned_to_nat(0u); +x_7 = lean_nat_dec_lt(x_6, x_5); +if (x_7 == 0) +{ +uint8_t x_8; lean_object* x_9; lean_object* x_10; +lean_dec(x_5); +lean_dec(x_4); +x_8 = 0; +x_9 = lean_box(x_8); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_3); @@ -52795,400 +66417,412 @@ return x_10; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_11 = lean_ctor_get(x_3, 0); -x_12 = lean_ctor_get(x_3, 1); -x_13 = lean_ctor_get(x_3, 2); -x_14 = lean_ctor_get(x_3, 3); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_dec(x_3); -x_15 = lean_unsigned_to_nat(1u); -x_16 = lean_nat_add(x_12, x_15); -x_17 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_17, 0, x_11); -lean_ctor_set(x_17, 1, x_16); -lean_ctor_set(x_17, 2, x_13); -lean_ctor_set(x_17, 3, x_14); -x_18 = lean_ctor_get(x_2, 0); -lean_inc(x_18); -lean_dec(x_2); -x_19 = l_Lean_addMacroScope(x_18, x_1, x_12); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_17); -return x_20; -} -} -} -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_preserveOrder(lean_object* x_1, lean_object* x_2) { -_start: +uint8_t x_11; +x_11 = lean_nat_dec_le(x_5, x_5); +if (x_11 == 0) { -uint8_t x_3; lean_object* x_4; lean_object* x_5; -x_3 = lean_ctor_get_uint8(x_1, sizeof(void*)*2); -x_4 = lean_box(x_3); -x_5 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_5, 0, x_4); -lean_ctor_set(x_5, 1, x_2); -return x_5; -} +uint8_t x_12; lean_object* x_13; lean_object* x_14; +lean_dec(x_5); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_3); +return x_14; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_preserveOrder___boxed(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; -x_3 = l_Lean_MetavarContext_MkBinding_preserveOrder(x_1, x_2); -lean_dec(x_1); -return x_3; -} +size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; +x_15 = 0; +x_16 = lean_usize_of_nat(x_5); +lean_dec(x_5); +x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); +lean_dec(x_4); +x_18 = lean_box(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; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___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, 3); -lean_inc(x_4); -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 lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +case 2: { -uint8_t x_4; -x_4 = !lean_is_exclusive(x_3); -if (x_4 == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_dec(x_2); +lean_inc(x_20); +x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; -x_5 = lean_ctor_get(x_3, 3); -x_6 = lean_apply_1(x_1, x_5); -lean_ctor_set(x_3, 3, x_6); -x_7 = lean_box(0); -x_8 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_8, 0, x_7); -lean_ctor_set(x_8, 1, x_3); -return x_8; +uint8_t x_23; +x_23 = !lean_is_exclusive(x_21); +if (x_23 == 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; uint8_t x_30; lean_object* x_31; +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_ctor_get(x_21, 0); +lean_dec(x_25); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = lean_ctor_get(x_28, 1); +lean_inc(x_29); +lean_dec(x_28); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(x_1, x_29); +x_31 = lean_box(x_30); +lean_ctor_set(x_21, 0, x_31); +return x_21; } else { -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_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_ctor_get(x_3, 3); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_10); -lean_inc(x_9); -lean_dec(x_3); -x_13 = lean_apply_1(x_1, x_12); -x_14 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_14, 0, x_9); -lean_ctor_set(x_14, 1, x_10); -lean_ctor_set(x_14, 2, x_11); -lean_ctor_set(x_14, 3, x_13); -x_15 = lean_box(0); -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; -} +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_dec(x_21); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_ctor_get(x_35, 1); +lean_inc(x_36); +lean_dec(x_35); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(x_1, x_36); +x_38 = lean_box(x_37); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_32); +return x_39; } } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__1() { -_start: +else { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1___boxed), 3, 0); -return x_1; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +lean_dec(x_20); +x_40 = lean_ctor_get(x_21, 1); +lean_inc(x_40); +lean_dec(x_21); +x_41 = lean_ctor_get(x_22, 0); +lean_inc(x_41); +lean_dec(x_22); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_41, x_40); +return x_42; } } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__2() { -_start: +case 5: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MetavarContext_MkBinding_instMonadMCtxM___closed__1; -x_2 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__1; -x_3 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_MetavarContext_MkBinding_instMonadMCtxM___spec__1___rarg), 4, 2); -lean_closure_set(x_3, 0, x_1); -lean_closure_set(x_3, 1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__3() { -_start: +lean_object* x_43; uint8_t x_44; +x_43 = l_Lean_Expr_getAppFn(x_2); +x_44 = l_Lean_Expr_isMVar(x_43); +if (x_44 == 0) { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2___boxed), 3, 0); -return x_1; -} +lean_object* x_45; +lean_dec(x_43); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(x_1, x_2, x_3); +return x_45; } -static lean_object* _init_l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__4() { -_start: +else { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__2; -x_2 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__3; -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_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq() { -_start: +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_inc(x_2); +x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +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_Expr_getAppFn(x_47); +x_50 = lean_expr_eqv(x_49, x_43); +lean_dec(x_43); +lean_dec(x_49); +if (x_50 == 0) { -lean_object* x_1; -x_1 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___closed__4; -return x_1; -} +lean_dec(x_2); +x_2 = x_47; +x_3 = x_48; +goto _start; } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; -x_4 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__1(x_1, x_2, x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_4; +lean_object* x_52; +lean_dec(x_47); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(x_1, x_2, x_48); +return x_52; } } -LEAN_EXPORT lean_object* l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +} +case 6: { -lean_object* x_4; -x_4 = l_Lean_MetavarContext_MkBinding_instMonadHashMapCacheAdapterExprStructEqExprMInstBEqExprStructEqInstHashableExprStructEq___lambda__2(x_1, x_2, x_3); +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_53 = lean_ctor_get(x_2, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_2, 2); +lean_inc(x_54); lean_dec(x_2); -return x_4; -} +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_53, x_3); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_unbox(x_56); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_56); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_54, x_58); +return x_59; } -LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { -_start: +else { -uint8_t x_6; -x_6 = lean_usize_dec_lt(x_4, x_3); -if (x_6 == 0) +uint8_t x_60; +lean_dec(x_54); +x_60 = !lean_is_exclusive(x_55); +if (x_60 == 0) { -lean_dec(x_1); -return x_5; +lean_object* x_61; +x_61 = lean_ctor_get(x_55, 0); +lean_dec(x_61); +return x_55; } else { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = lean_ctor_get(x_2, 0); -x_8 = lean_array_uget(x_7, x_4); -x_9 = l_Lean_Expr_isFVar(x_8); -if (x_9 == 0) +lean_object* x_62; lean_object* x_63; +x_62 = lean_ctor_get(x_55, 1); +lean_inc(x_62); +lean_dec(x_55); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_56); +lean_ctor_set(x_63, 1, x_62); +return x_63; +} +} +} +case 7: { -size_t x_10; size_t x_11; -lean_dec(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); -x_4 = x_11; -goto _start; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_64 = lean_ctor_get(x_2, 1); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 2); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_64, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_65, x_69); +return x_70; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -lean_inc(x_1); -x_13 = l_Lean_LocalContext_getFVar_x21(x_1, x_8); -x_14 = l_Lean_LocalDecl_index(x_13); -x_15 = l_Lean_LocalDecl_index(x_5); -x_16 = lean_nat_dec_lt(x_14, x_15); -lean_dec(x_15); -lean_dec(x_14); -if (x_16 == 0) +uint8_t x_71; +lean_dec(x_65); +x_71 = !lean_is_exclusive(x_66); +if (x_71 == 0) { -size_t x_17; size_t x_18; -lean_dec(x_13); -x_17 = 1; -x_18 = lean_usize_add(x_4, x_17); -x_4 = x_18; -goto _start; +lean_object* x_72; +x_72 = lean_ctor_get(x_66, 0); +lean_dec(x_72); +return x_66; } else { -size_t x_20; size_t x_21; -lean_dec(x_5); -x_20 = 1; -x_21 = lean_usize_add(x_4, x_20); -x_4 = x_21; -x_5 = x_13; -goto _start; -} -} +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_66, 1); +lean_inc(x_73); +lean_dec(x_66); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_67); +lean_ctor_set(x_74, 1, x_73); +return x_74; } } } -LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___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_6; -x_6 = lean_usize_dec_lt(x_4, x_3); -if (x_6 == 0) +case 8: { -lean_dec(x_1); -return x_5; -} -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_ctor_get(x_2, 1); +lean_inc(x_75); +x_76 = lean_ctor_get(x_2, 2); +lean_inc(x_76); +x_77 = lean_ctor_get(x_2, 3); +lean_inc(x_77); +lean_dec(x_2); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_75, x_3); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_unbox(x_79); +if (x_80 == 0) { -lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_7 = lean_ctor_get(x_2, 0); -x_8 = lean_array_uget(x_7, x_4); -x_9 = l_Lean_Expr_isFVar(x_8); -if (x_9 == 0) +lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; +lean_dec(x_79); +x_81 = lean_ctor_get(x_78, 1); +lean_inc(x_81); +lean_dec(x_78); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_76, x_81); +x_83 = lean_ctor_get(x_82, 0); +lean_inc(x_83); +x_84 = lean_unbox(x_83); +if (x_84 == 0) { -size_t x_10; size_t x_11; -lean_dec(x_8); -x_10 = 1; -x_11 = lean_usize_add(x_4, x_10); -x_4 = x_11; -goto _start; +lean_object* x_85; lean_object* x_86; +lean_dec(x_83); +x_85 = lean_ctor_get(x_82, 1); +lean_inc(x_85); +lean_dec(x_82); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_77, x_85); +return x_86; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -lean_inc(x_1); -x_13 = l_Lean_LocalContext_getFVar_x21(x_1, x_8); -x_14 = l_Lean_LocalDecl_index(x_13); -x_15 = l_Lean_LocalDecl_index(x_5); -x_16 = lean_nat_dec_lt(x_14, x_15); -lean_dec(x_15); -lean_dec(x_14); -if (x_16 == 0) +uint8_t x_87; +lean_dec(x_77); +x_87 = !lean_is_exclusive(x_82); +if (x_87 == 0) { -size_t x_17; size_t x_18; -lean_dec(x_13); -x_17 = 1; -x_18 = lean_usize_add(x_4, x_17); -x_4 = x_18; -goto _start; +lean_object* x_88; +x_88 = lean_ctor_get(x_82, 0); +lean_dec(x_88); +return x_82; } else { -size_t x_20; size_t x_21; -lean_dec(x_5); -x_20 = 1; -x_21 = lean_usize_add(x_4, x_20); -x_4 = x_21; -x_5 = x_13; -goto _start; -} -} +lean_object* x_89; lean_object* x_90; +x_89 = lean_ctor_get(x_82, 1); +lean_inc(x_89); +lean_dec(x_82); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_83); +lean_ctor_set(x_90, 1, x_89); +return x_90; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx(lean_object* x_1, lean_object* x_2) { -_start: +else { -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; size_t x_10; lean_object* x_11; size_t x_12; -x_3 = lean_array_get_size(x_2); -x_4 = lean_unsigned_to_nat(0u); -x_5 = lean_nat_dec_lt(x_4, x_3); -lean_dec(x_3); -x_6 = lean_array_get_size(x_2); -x_7 = lean_unsigned_to_nat(1u); -lean_inc(x_2); -x_8 = l_Array_toSubarray___rarg(x_2, x_7, x_6); -x_9 = lean_ctor_get(x_8, 2); -lean_inc(x_9); -x_10 = lean_usize_of_nat(x_9); -lean_dec(x_9); -x_11 = lean_ctor_get(x_8, 1); -lean_inc(x_11); -x_12 = lean_usize_of_nat(x_11); -lean_dec(x_11); -if (x_5 == 0) +uint8_t x_91; +lean_dec(x_77); +lean_dec(x_76); +x_91 = !lean_is_exclusive(x_78); +if (x_91 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -lean_dec(x_2); -x_13 = l_Lean_instInhabitedExpr; -x_14 = l___private_Init_Util_0__outOfBounds___rarg(x_13); -lean_inc(x_1); -x_15 = l_Lean_LocalContext_getFVar_x21(x_1, x_14); -x_16 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(x_1, x_8, x_10, x_12, x_15); -lean_dec(x_8); -return x_16; +lean_object* x_92; +x_92 = lean_ctor_get(x_78, 0); +lean_dec(x_92); +return x_78; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -x_17 = lean_array_fget(x_2, x_4); -lean_dec(x_2); -lean_inc(x_1); -x_18 = l_Lean_LocalContext_getFVar_x21(x_1, x_17); -x_19 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2(x_1, x_8, x_10, x_12, x_18); -lean_dec(x_8); -return x_19; +lean_object* x_93; lean_object* x_94; +x_93 = lean_ctor_get(x_78, 1); +lean_inc(x_93); +lean_dec(x_78); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_79); +lean_ctor_set(x_94, 1, x_93); +return x_94; } } } -LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +case 10: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__1(x_1, x_2, x_6, x_7, x_5); +lean_object* x_95; lean_object* x_96; +x_95 = lean_ctor_get(x_2, 1); +lean_inc(x_95); lean_dec(x_2); -return x_8; +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_95, x_3); +return x_96; } +case 11: +{ +lean_object* x_97; lean_object* x_98; +x_97 = lean_ctor_get(x_2, 2); +lean_inc(x_97); +lean_dec(x_2); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_97, x_3); +return x_98; } -LEAN_EXPORT lean_object* l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { -_start: +default: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_7 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_8 = l_Subarray_forInUnsafe_loop___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_getLocalDeclWithSmallestIdx___spec__2(x_1, x_2, x_6, x_7, x_5); +uint8_t x_99; lean_object* x_100; lean_object* x_101; lean_dec(x_2); -return x_8; +x_99 = 0; +x_100 = lean_box(x_99); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_100); +lean_ctor_set(x_101, 1, x_3); +return x_101; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_Expr_fvarId_x21(x_6); -x_8 = lean_name_eq(x_7, x_1); -lean_dec(x_7); -if (x_8 == 0) +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -size_t x_9; size_t x_10; -x_9 = 1; -x_10 = lean_usize_add(x_3, x_9); -x_3 = x_10; -goto _start; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -uint8_t x_12; -x_12 = 1; -return x_12; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } else { -uint8_t x_13; -x_13 = 0; -return x_13; +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__35(x_1, x_2, x_15); +return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -53199,7 +66833,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -53210,7 +66844,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_5, x_9); return x_10; } else @@ -53241,12 +66875,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__7(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -53255,7 +66889,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -53279,7 +66913,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__8(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -53365,7 +66999,7 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -53403,7 +67037,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__7(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__47(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -53444,7 +67078,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__8(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__48(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -53452,7 +67086,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__9(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -53538,13 +67172,13 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__6(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -53580,7 +67214,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__9(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__49(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -53593,7 +67227,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -53679,7 +67313,7 @@ lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(x_1, x_29); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(x_1, x_29); x_31 = lean_box(x_30); lean_ctor_set(x_21, 0, x_31); return x_21; @@ -53699,7 +67333,7 @@ lean_dec(x_34); x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__5(x_1, x_36); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(x_1, x_36); x_38 = lean_box(x_37); x_39 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_39, 0, x_38); @@ -53717,7 +67351,7 @@ lean_dec(x_21); x_41 = lean_ctor_get(x_22, 0); lean_inc(x_41); lean_dec(x_22); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_41, x_40); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_41, x_40); return x_42; } } @@ -53730,7 +67364,7 @@ if (x_44 == 0) { lean_object* x_45; lean_dec(x_43); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(x_1, x_2, x_3); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(x_1, x_2, x_3); return x_45; } else @@ -53758,7 +67392,7 @@ else { lean_object* x_52; lean_dec(x_47); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__4(x_1, x_2, x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(x_1, x_2, x_48); return x_52; } } @@ -53771,7 +67405,7 @@ lean_inc(x_53); x_54 = lean_ctor_get(x_2, 2); lean_inc(x_54); lean_dec(x_2); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_53, x_3); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_53, x_3); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); x_57 = lean_unbox(x_56); @@ -53782,7 +67416,7 @@ lean_dec(x_56); x_58 = lean_ctor_get(x_55, 1); lean_inc(x_58); lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_54, x_58); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_54, x_58); return x_59; } else @@ -53818,7 +67452,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -53829,7 +67463,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_65, x_69); return x_70; } else @@ -53867,7 +67501,7 @@ lean_inc(x_76); x_77 = lean_ctor_get(x_2, 3); lean_inc(x_77); lean_dec(x_2); -x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_75, x_3); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_75, x_3); x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); x_80 = lean_unbox(x_79); @@ -53878,7 +67512,7 @@ lean_dec(x_79); x_81 = lean_ctor_get(x_78, 1); lean_inc(x_81); lean_dec(x_78); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_76, x_81); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_76, x_81); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -53889,7 +67523,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_77, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_77, x_85); return x_86; } else @@ -53949,7 +67583,7 @@ lean_object* x_95; lean_object* x_96; x_95 = lean_ctor_get(x_2, 1); lean_inc(x_95); lean_dec(x_2); -x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_95, x_3); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_95, x_3); return x_96; } case 11: @@ -53958,7 +67592,7 @@ lean_object* x_97; lean_object* x_98; x_97 = lean_ctor_get(x_2, 2); lean_inc(x_97); lean_dec(x_2); -x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_1, x_97, x_3); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_97, x_3); return x_98; } default: @@ -53975,7 +67609,7 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -54020,12 +67654,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__3(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__43(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -54036,7 +67670,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -54047,7 +67681,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_5, x_9); return x_10; } else @@ -54078,12 +67712,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__15(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -54092,7 +67726,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -54116,7 +67750,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__16(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -54202,7 +67836,7 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -54240,7 +67874,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__15(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -54281,7 +67915,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__16(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -54289,7 +67923,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__17(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -54375,13 +68009,13 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__14(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -54417,7 +68051,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__17(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -54430,7 +68064,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__11(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -54516,7 +68150,7 @@ lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13(x_1, x_29); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(x_1, x_29); x_31 = lean_box(x_30); lean_ctor_set(x_21, 0, x_31); return x_21; @@ -54536,7 +68170,7 @@ lean_dec(x_34); x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__13(x_1, x_36); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(x_1, x_36); x_38 = lean_box(x_37); x_39 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_39, 0, x_38); @@ -54554,7 +68188,7 @@ lean_dec(x_21); x_41 = lean_ctor_get(x_22, 0); lean_inc(x_41); lean_dec(x_22); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_41, x_40); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_41, x_40); return x_42; } } @@ -54567,7 +68201,7 @@ if (x_44 == 0) { lean_object* x_45; lean_dec(x_43); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(x_1, x_2, x_3); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_1, x_2, x_3); return x_45; } else @@ -54595,7 +68229,7 @@ else { lean_object* x_52; lean_dec(x_47); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__12(x_1, x_2, x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_1, x_2, x_48); return x_52; } } @@ -54608,7 +68242,7 @@ lean_inc(x_53); x_54 = lean_ctor_get(x_2, 2); lean_inc(x_54); lean_dec(x_2); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_53, x_3); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_53, x_3); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); x_57 = lean_unbox(x_56); @@ -54619,7 +68253,7 @@ lean_dec(x_56); x_58 = lean_ctor_get(x_55, 1); lean_inc(x_58); lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_54, x_58); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_54, x_58); return x_59; } else @@ -54655,7 +68289,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -54666,7 +68300,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_65, x_69); return x_70; } else @@ -54704,7 +68338,7 @@ lean_inc(x_76); x_77 = lean_ctor_get(x_2, 3); lean_inc(x_77); lean_dec(x_2); -x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_75, x_3); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_75, x_3); x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); x_80 = lean_unbox(x_79); @@ -54715,7 +68349,7 @@ lean_dec(x_79); x_81 = lean_ctor_get(x_78, 1); lean_inc(x_81); lean_dec(x_78); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_76, x_81); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_76, x_81); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -54726,7 +68360,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_77, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_77, x_85); return x_86; } else @@ -54786,7 +68420,7 @@ lean_object* x_95; lean_object* x_96; x_95 = lean_ctor_get(x_2, 1); lean_inc(x_95); lean_dec(x_2); -x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_95, x_3); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_95, x_3); return x_96; } case 11: @@ -54795,7 +68429,7 @@ lean_object* x_97; lean_object* x_98; x_97 = lean_ctor_get(x_2, 2); lean_inc(x_97); lean_dec(x_2); -x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_1, x_97, x_3); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_97, x_3); return x_98; } default: @@ -54812,7 +68446,7 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -54857,12 +68491,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__11(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -54873,7 +68507,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -54884,7 +68518,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_5, x_9); return x_10; } else @@ -54915,12 +68549,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__23(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -54929,7 +68563,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -54953,7 +68587,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__24(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -55039,7 +68673,7 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -55077,7 +68711,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__23(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -55118,7 +68752,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__24(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -55126,7 +68760,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__25(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -55212,13 +68846,13 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__22(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -55254,7 +68888,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__25(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -55267,7 +68901,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__19(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -55353,7 +68987,7 @@ lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(x_1, x_29); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(x_1, x_29); x_31 = lean_box(x_30); lean_ctor_set(x_21, 0, x_31); return x_21; @@ -55373,7 +69007,7 @@ lean_dec(x_34); x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__21(x_1, x_36); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(x_1, x_36); x_38 = lean_box(x_37); x_39 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_39, 0, x_38); @@ -55391,7 +69025,7 @@ lean_dec(x_21); x_41 = lean_ctor_get(x_22, 0); lean_inc(x_41); lean_dec(x_22); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_41, x_40); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_41, x_40); return x_42; } } @@ -55404,7 +69038,7 @@ if (x_44 == 0) { lean_object* x_45; lean_dec(x_43); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(x_1, x_2, x_3); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_2, x_3); return x_45; } else @@ -55432,7 +69066,7 @@ else { lean_object* x_52; lean_dec(x_47); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__20(x_1, x_2, x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_2, x_48); return x_52; } } @@ -55445,7 +69079,7 @@ lean_inc(x_53); x_54 = lean_ctor_get(x_2, 2); lean_inc(x_54); lean_dec(x_2); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_53, x_3); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_53, x_3); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); x_57 = lean_unbox(x_56); @@ -55456,7 +69090,7 @@ lean_dec(x_56); x_58 = lean_ctor_get(x_55, 1); lean_inc(x_58); lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_54, x_58); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_54, x_58); return x_59; } else @@ -55492,7 +69126,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -55503,7 +69137,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_65, x_69); return x_70; } else @@ -55541,7 +69175,7 @@ lean_inc(x_76); x_77 = lean_ctor_get(x_2, 3); lean_inc(x_77); lean_dec(x_2); -x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_75, x_3); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_75, x_3); x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); x_80 = lean_unbox(x_79); @@ -55552,7 +69186,7 @@ lean_dec(x_79); x_81 = lean_ctor_get(x_78, 1); lean_inc(x_81); lean_dec(x_78); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_76, x_81); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_76, x_81); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -55563,7 +69197,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_77, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_77, x_85); return x_86; } else @@ -55623,7 +69257,7 @@ lean_object* x_95; lean_object* x_96; x_95 = lean_ctor_get(x_2, 1); lean_inc(x_95); lean_dec(x_2); -x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_95, x_3); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_95, x_3); return x_96; } case 11: @@ -55632,7 +69266,7 @@ lean_object* x_97; lean_object* x_98; x_97 = lean_ctor_get(x_2, 2); lean_inc(x_97); lean_dec(x_2); -x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_1, x_97, x_3); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_97, x_3); return x_98; } default: @@ -55649,7 +69283,7 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -55694,12 +69328,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__19(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -55710,7 +69344,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -55721,7 +69355,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_5, x_9); return x_10; } else @@ -55752,12 +69386,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__31(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -55766,7 +69400,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -55790,7 +69424,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__32(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -55876,7 +69510,7 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -55914,7 +69548,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__31(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -55955,7 +69589,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__32(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -55963,7 +69597,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__33(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -56049,13 +69683,13 @@ return x_29; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__30(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -56091,7 +69725,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__33(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -56104,7 +69738,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -56190,7 +69824,7 @@ lean_dec(x_27); x_29 = lean_ctor_get(x_28, 1); lean_inc(x_29); lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(x_1, x_29); +x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_29); x_31 = lean_box(x_30); lean_ctor_set(x_21, 0, x_31); return x_21; @@ -56210,7 +69844,7 @@ lean_dec(x_34); x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__29(x_1, x_36); +x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_36); x_38 = lean_box(x_37); x_39 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_39, 0, x_38); @@ -56228,7 +69862,7 @@ lean_dec(x_21); x_41 = lean_ctor_get(x_22, 0); lean_inc(x_41); lean_dec(x_22); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_41, x_40); +x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_41, x_40); return x_42; } } @@ -56241,7 +69875,7 @@ if (x_44 == 0) { lean_object* x_45; lean_dec(x_43); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(x_1, x_2, x_3); +x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(x_1, x_2, x_3); return x_45; } else @@ -56269,7 +69903,7 @@ else { lean_object* x_52; lean_dec(x_47); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__28(x_1, x_2, x_48); +x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(x_1, x_2, x_48); return x_52; } } @@ -56282,7 +69916,7 @@ lean_inc(x_53); x_54 = lean_ctor_get(x_2, 2); lean_inc(x_54); lean_dec(x_2); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_53, x_3); +x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_53, x_3); x_56 = lean_ctor_get(x_55, 0); lean_inc(x_56); x_57 = lean_unbox(x_56); @@ -56293,7 +69927,7 @@ lean_dec(x_56); x_58 = lean_ctor_get(x_55, 1); lean_inc(x_58); lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_54, x_58); +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_54, x_58); return x_59; } else @@ -56329,7 +69963,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 2); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_64, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_64, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -56340,7 +69974,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_65, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_65, x_69); return x_70; } else @@ -56378,7 +70012,7 @@ lean_inc(x_76); x_77 = lean_ctor_get(x_2, 3); lean_inc(x_77); lean_dec(x_2); -x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_75, x_3); +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_75, x_3); x_79 = lean_ctor_get(x_78, 0); lean_inc(x_79); x_80 = lean_unbox(x_79); @@ -56389,7 +70023,7 @@ lean_dec(x_79); x_81 = lean_ctor_get(x_78, 1); lean_inc(x_81); lean_dec(x_78); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_76, x_81); +x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_76, x_81); x_83 = lean_ctor_get(x_82, 0); lean_inc(x_83); x_84 = lean_unbox(x_83); @@ -56400,7 +70034,7 @@ lean_dec(x_83); x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_77, x_85); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_77, x_85); return x_86; } else @@ -56460,7 +70094,7 @@ lean_object* x_95; lean_object* x_96; x_95 = lean_ctor_get(x_2, 1); lean_inc(x_95); lean_dec(x_2); -x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_95, x_3); +x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_95, x_3); return x_96; } case 11: @@ -56469,7 +70103,7 @@ lean_object* x_97; lean_object* x_98; x_97 = lean_ctor_get(x_2, 2); lean_inc(x_97); lean_dec(x_2); -x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_1, x_97, x_3); +x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_97, x_3); return x_98; } default: @@ -56486,7 +70120,7 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -56531,1797 +70165,1848 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__27(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -if (lean_obj_tag(x_2) == 5) -{ -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_2, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(x_1, x_4, x_3); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_unbox(x_7); -if (x_8 == 0) +lean_object* x_5; uint8_t x_6; +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_eq(x_4, x_5); +if (x_6 == 0) { -lean_object* x_9; lean_object* x_10; -lean_dec(x_7); -x_9 = lean_ctor_get(x_6, 1); -lean_inc(x_9); -lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_5, x_9); -return x_10; -} -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; uint8_t x_13; +x_7 = lean_unsigned_to_nat(1u); +x_8 = lean_nat_sub(x_4, x_7); +lean_dec(x_4); +x_9 = lean_nat_add(x_8, x_7); +x_10 = lean_nat_sub(x_3, x_9); +lean_dec(x_9); +x_11 = l_Lean_LocalDecl_fvarId(x_2); +x_12 = lean_array_get_size(x_1); +x_13 = lean_nat_dec_lt(x_10, x_12); +lean_dec(x_12); +if (x_13 == 0) { -uint8_t x_11; -lean_dec(x_5); -x_11 = !lean_is_exclusive(x_6); -if (x_11 == 0) +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +lean_dec(x_10); +x_14 = l_Lean_instInhabitedExpr; +x_15 = l___private_Init_Util_0__outOfBounds___rarg(x_14); +x_16 = l_Lean_Expr_fvarId_x21(x_15); +x_17 = lean_name_eq(x_11, x_16); +lean_dec(x_16); +lean_dec(x_11); +if (x_17 == 0) { -lean_object* x_12; -x_12 = lean_ctor_get(x_6, 0); -lean_dec(x_12); -return x_6; +x_4 = x_8; +goto _start; } else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_6, 1); -lean_inc(x_13); -lean_dec(x_6); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); -lean_ctor_set(x_14, 1, x_13); -return x_14; -} +uint8_t x_19; +lean_dec(x_8); +x_19 = 1; +return x_19; } } else { -lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_2, x_3); -return x_15; -} -} -} -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__39(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(x_1, x_6); -if (x_7 == 0) +lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_20 = lean_array_fget(x_1, x_10); +lean_dec(x_10); +x_21 = l_Lean_Expr_fvarId_x21(x_20); +x_22 = lean_name_eq(x_11, x_21); +lean_dec(x_21); +lean_dec(x_11); +if (x_22 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; +x_4 = x_8; goto _start; } else { -uint8_t x_11; -x_11 = 1; -return x_11; +uint8_t x_24; +lean_dec(x_8); +x_24 = 1; +return x_24; +} } } else { -uint8_t x_12; -x_12 = 0; -return x_12; +uint8_t x_25; +lean_dec(x_4); +x_25 = 0; +return x_25; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__40(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; x_5 = lean_usize_dec_eq(x_3, x_4); if (x_5 == 0) { -lean_object* x_6; +lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; -} -else -{ -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_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -x_12 = lean_array_get_size(x_1); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (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_3, x_15); -x_3 = x_16; -goto _start; -} -else -{ -uint8_t x_18; -x_18 = lean_nat_dec_le(x_12, x_12); -if (x_18 == 0) -{ -size_t x_19; size_t x_20; -lean_dec(x_12); -lean_dec(x_11); -x_19 = 1; -x_20 = lean_usize_add(x_3, x_19); -x_3 = x_20; -goto _start; -} -else -{ -size_t x_22; size_t x_23; uint8_t x_24; -x_22 = 0; -x_23 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); -lean_dec(x_11); -if (x_24 == 0) +x_7 = l_Lean_LocalDecl_fvarId(x_1); +x_8 = l_Lean_Expr_fvarId_x21(x_6); +x_9 = lean_name_eq(x_7, x_8); +lean_dec(x_8); +lean_dec(x_7); +if (x_9 == 0) { -size_t x_25; size_t x_26; -x_25 = 1; -x_26 = lean_usize_add(x_3, x_25); -x_3 = x_26; +size_t x_10; size_t x_11; +x_10 = 1; +x_11 = lean_usize_add(x_3, x_10); +x_3 = x_11; goto _start; } else { -uint8_t x_28; -x_28 = 1; -return x_28; -} -} -} +uint8_t x_13; +x_13 = 1; +return x_13; } } else { -uint8_t x_29; -x_29 = 0; -return x_29; +uint8_t x_14; +x_14 = 0; +return x_14; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(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_object* x_9) { _start: { -if (lean_obj_tag(x_2) == 0) -{ -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) -{ -uint8_t x_7; -lean_dec(x_4); -lean_dec(x_3); -x_7 = 0; -return x_7; -} -else -{ -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) -{ -uint8_t x_9; -lean_dec(x_4); -lean_dec(x_3); -x_9 = 0; -return x_9; -} -else -{ -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__39(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; -} -} -} -else -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -lean_dec(x_2); -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) -{ -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); -x_17 = 0; -return x_17; -} -else -{ -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) +uint8_t x_10; +x_10 = lean_usize_dec_eq(x_5, x_6); +if (x_10 == 0) { -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); -x_19 = 0; -return x_19; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; +x_11 = lean_array_uget(x_4, x_5); +lean_inc(x_8); +lean_inc(x_3); +x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(x_1, x_2, x_3, x_11, x_7, x_8, x_9); +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 = 1; +x_16 = lean_usize_add(x_5, x_15); +x_5 = x_16; +x_7 = x_13; +x_9 = x_14; +goto _start; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__40(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; -} -} +lean_object* x_18; +lean_dec(x_8); +lean_dec(x_3); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_7); +lean_ctor_set(x_18, 1, x_9); +return x_18; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__41(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(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_object* x_9) { _start: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_16; +x_16 = lean_usize_dec_eq(x_5, x_6); +if (x_16 == 0) { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +lean_object* x_17; +x_17 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_17) == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; +size_t x_18; size_t x_19; +x_18 = 1; +x_19 = lean_usize_add(x_5, x_18); +x_5 = x_19; goto _start; } else { -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_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -x_12 = lean_array_get_size(x_1); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (x_14 == 0) +lean_object* x_21; uint8_t x_22; lean_object* x_23; uint8_t x_36; uint8_t x_85; +x_21 = lean_ctor_get(x_17, 0); +lean_inc(x_21); +lean_dec(x_17); +lean_inc(x_3); +x_85 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_7, x_21, x_3, x_3); +if (x_85 == 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_3, x_15); -x_3 = x_16; -goto _start; +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(0u); +x_87 = lean_nat_dec_lt(x_86, x_2); +if (x_87 == 0) +{ +uint8_t x_88; +x_88 = 0; +x_36 = x_88; +goto block_84; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_12, x_12); -if (x_18 == 0) +uint8_t x_89; +x_89 = lean_nat_dec_le(x_2, x_2); +if (x_89 == 0) { -size_t x_19; size_t x_20; -lean_dec(x_12); -lean_dec(x_11); -x_19 = 1; -x_20 = lean_usize_add(x_3, x_19); -x_3 = x_20; -goto _start; +uint8_t x_90; +x_90 = 0; +x_36 = x_90; +goto block_84; } else { -size_t x_22; size_t x_23; uint8_t x_24; -x_22 = 0; -x_23 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); -lean_dec(x_11); -if (x_24 == 0) -{ -size_t x_25; size_t x_26; -x_25 = 1; -x_26 = lean_usize_add(x_3, x_25); -x_3 = x_26; -goto _start; +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = 0; +x_92 = lean_usize_of_nat(x_2); +x_93 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_21, x_1, x_91, x_92); +x_36 = x_93; +goto block_84; +} +} } else { -uint8_t x_28; -x_28 = 1; -return x_28; +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } +block_35: +{ +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = !lean_is_exclusive(x_9); +if (x_25 == 0) +{ +lean_object* x_26; +x_26 = lean_ctor_get(x_9, 0); +lean_dec(x_26); +lean_ctor_set(x_9, 0, x_24); +if (x_22 == 0) +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } +else +{ +lean_object* x_27; lean_object* x_28; +x_27 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_28 = lean_array_push(x_7, x_27); +x_10 = x_28; +x_11 = x_9; +goto block_15; } } +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_9, 1); +x_30 = lean_ctor_get(x_9, 2); +x_31 = lean_ctor_get(x_9, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_9); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_24); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +if (x_22 == 0) +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_32; +goto block_15; } else { -uint8_t x_29; -x_29 = 0; -return x_29; +lean_object* x_33; lean_object* x_34; +x_33 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_34 = lean_array_push(x_7, x_33); +x_10 = x_34; +x_11 = x_32; +goto block_15; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(lean_object* x_1, lean_object* x_2) { -_start: +block_84: { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); -lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__38(x_1, x_3); -if (x_4 == 0) +if (x_36 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); -if (x_8 == 0) +if (lean_obj_tag(x_21) == 0) { -uint8_t x_9; -lean_dec(x_6); -lean_dec(x_5); -x_9 = 0; -return x_9; -} -else +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_21, 3); +lean_inc(x_37); +x_38 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +x_39 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Lean_Expr_hasFVar(x_37); +if (x_41 == 0) { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_37); +if (x_42 == 0) { -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); -x_11 = 0; -return x_11; +uint8_t x_43; +lean_dec(x_37); +x_43 = 0; +x_22 = x_43; +x_23 = x_40; +goto block_35; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__41(x_1, x_5, x_12, x_13); -lean_dec(x_5); -return x_14; -} +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_40); +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_unbox(x_45); +lean_dec(x_45); +x_22 = x_47; +x_23 = x_46; +goto block_35; } } else { -lean_dec(x_2); -return x_4; -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_37, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_22 = x_51; +x_23 = x_50; +goto block_35; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__35(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -switch (lean_obj_tag(x_2)) { -case 1: +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_52 = lean_ctor_get(x_21, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_21, 4); +lean_inc(x_53); +x_68 = lean_ctor_get(x_9, 0); +lean_inc(x_68); +x_69 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_52); +if (x_71 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -x_5 = lean_array_get_size(x_1); -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_nat_dec_lt(x_6, x_5); -if (x_7 == 0) +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_52); +if (x_72 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_5); -lean_dec(x_4); -x_8 = 0; -x_9 = lean_box(x_8); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_3); -return x_10; +uint8_t x_73; +lean_dec(x_52); +x_73 = 0; +x_54 = x_73; +x_55 = x_70; +goto block_67; } else { -uint8_t x_11; -x_11 = lean_nat_dec_le(x_5, x_5); -if (x_11 == 0) -{ -uint8_t x_12; lean_object* x_13; lean_object* x_14; -lean_dec(x_5); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_3); -return x_14; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_7, x_52, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_54 = x_77; +x_55 = x_76; +goto block_67; +} } else { -size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; -x_15 = 0; -x_16 = lean_usize_of_nat(x_5); -lean_dec(x_5); -x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); -lean_dec(x_4); -x_18 = lean_box(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; -} -} +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_7, x_52, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_54 = x_81; +x_55 = x_80; +goto block_67; } -case 2: +block_67: { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_2, 0); -lean_inc(x_20); -lean_dec(x_2); -lean_inc(x_20); -x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -if (lean_obj_tag(x_22) == 0) +if (x_54 == 0) { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_21); -if (x_23 == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_hasFVar(x_53); +if (x_56 == 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; uint8_t x_30; lean_object* x_31; -x_24 = lean_ctor_get(x_21, 1); -x_25 = lean_ctor_get(x_21, 0); -lean_dec(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); -x_28 = lean_ctor_get(x_27, 1); -lean_inc(x_28); -lean_dec(x_27); -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(x_1, x_29); -x_31 = lean_box(x_30); -lean_ctor_set(x_21, 0, x_31); -return x_21; +uint8_t x_57; +x_57 = l_Lean_Expr_hasMVar(x_53); +if (x_57 == 0) +{ +uint8_t x_58; +lean_dec(x_53); +x_58 = 0; +x_22 = x_58; +x_23 = x_55; +goto block_35; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_32 = lean_ctor_get(x_21, 1); -lean_inc(x_32); -lean_dec(x_21); -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -lean_dec(x_34); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__37(x_1, x_36); -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_32); -return x_39; +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_53, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_22 = x_62; +x_23 = x_61; +goto block_35; } } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -lean_dec(x_20); -x_40 = lean_ctor_get(x_21, 1); -lean_inc(x_40); -lean_dec(x_21); -x_41 = lean_ctor_get(x_22, 0); -lean_inc(x_41); -lean_dec(x_22); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_41, x_40); -return x_42; +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_53, x_55); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_22 = x_66; +x_23 = x_65; +goto block_35; } } -case 5: -{ -lean_object* x_43; uint8_t x_44; -x_43 = l_Lean_Expr_getAppFn(x_2); -x_44 = l_Lean_Expr_isMVar(x_43); -if (x_44 == 0) +else { -lean_object* x_45; -lean_dec(x_43); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(x_1, x_2, x_3); -return x_45; +lean_dec(x_53); +x_22 = x_54; +x_23 = x_55; +goto block_35; +} +} +} } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_inc(x_2); -x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -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_Expr_getAppFn(x_47); -x_50 = lean_expr_eqv(x_49, x_43); -lean_dec(x_43); -lean_dec(x_49); -if (x_50 == 0) -{ -lean_dec(x_2); -x_2 = x_47; -x_3 = x_48; -goto _start; +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_83 = lean_array_push(x_7, x_82); +x_10 = x_83; +x_11 = x_9; +goto block_15; +} +} +} } else { -lean_object* x_52; -lean_dec(x_47); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__36(x_1, x_2, x_48); -return x_52; +lean_object* x_94; +lean_dec(x_3); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_9); +return x_94; +} +block_15: +{ +size_t x_12; size_t x_13; +x_12 = 1; +x_13 = lean_usize_add(x_5, x_12); +x_5 = x_13; +x_7 = x_10; +x_9 = x_11; +goto _start; } } } -case 6: +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(lean_object* x_1, 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_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); -lean_dec(x_2); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_54, x_58); -return x_59; +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_8 = lean_ctor_get(x_4, 0); +lean_inc(x_8); +lean_dec(x_4); +x_9 = lean_array_get_size(x_8); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_nat_dec_lt(x_10, x_9); +if (x_11 == 0) +{ +lean_object* x_12; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_3); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_5); +lean_ctor_set(x_12, 1, x_7); +return x_12; } else { -uint8_t x_60; -lean_dec(x_54); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) +uint8_t x_13; +x_13 = lean_nat_dec_le(x_9, x_9); +if (x_13 == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; +lean_object* x_14; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_3); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_5); +lean_ctor_set(x_14, 1, x_7); +return x_14; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; +size_t x_15; size_t x_16; lean_object* x_17; +x_15 = 0; +x_16 = lean_usize_of_nat(x_9); +lean_dec(x_9); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(x_1, x_2, x_3, x_8, x_15, x_16, x_5, x_6, x_7); +lean_dec(x_8); +return x_17; } } } -case 7: +else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); -lean_inc(x_65); -lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_64, x_3); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_unbox(x_67); -if (x_68 == 0) +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +x_18 = lean_ctor_get(x_4, 0); +lean_inc(x_18); +lean_dec(x_4); +x_19 = lean_array_get_size(x_18); +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_nat_dec_lt(x_20, x_19); +if (x_21 == 0) { -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_65, x_69); -return x_70; +lean_object* x_22; +lean_dec(x_19); +lean_dec(x_18); +lean_dec(x_6); +lean_dec(x_3); +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; } else { -uint8_t x_71; -lean_dec(x_65); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) +uint8_t x_23; +x_23 = lean_nat_dec_le(x_19, x_19); +if (x_23 == 0) { -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +lean_object* x_24; +lean_dec(x_19); +lean_dec(x_18); +lean_dec(x_6); +lean_dec(x_3); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_5); +lean_ctor_set(x_24, 1, x_7); +return x_24; } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; +size_t x_25; size_t x_26; lean_object* x_27; +x_25 = 0; +x_26 = lean_usize_of_nat(x_19); +lean_dec(x_19); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(x_1, x_2, x_3, x_18, x_25, x_26, x_5, x_6, x_7); +lean_dec(x_6); +lean_dec(x_18); +return x_27; } } } -case 8: -{ -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_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); -x_77 = lean_ctor_get(x_2, 3); -lean_inc(x_77); -lean_dec(x_2); -x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_75, x_3); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_unbox(x_79); -if (x_80 == 0) -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; -lean_dec(x_79); -x_81 = lean_ctor_get(x_78, 1); -lean_inc(x_81); -lean_dec(x_78); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_76, x_81); -x_83 = lean_ctor_get(x_82, 0); -lean_inc(x_83); -x_84 = lean_unbox(x_83); -if (x_84 == 0) -{ -lean_object* x_85; lean_object* x_86; -lean_dec(x_83); -x_85 = lean_ctor_get(x_82, 1); -lean_inc(x_85); -lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_77, x_85); -return x_86; } -else +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(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_object* x_9) { +_start: { -uint8_t x_87; -lean_dec(x_77); -x_87 = !lean_is_exclusive(x_82); -if (x_87 == 0) +uint8_t x_10; +x_10 = lean_usize_dec_eq(x_5, x_6); +if (x_10 == 0) { -lean_object* x_88; -x_88 = lean_ctor_get(x_82, 0); -lean_dec(x_88); -return x_82; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; +x_11 = lean_array_uget(x_4, x_5); +lean_inc(x_8); +lean_inc(x_3); +x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(x_1, x_2, x_3, x_11, x_7, x_8, x_9); +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 = 1; +x_16 = lean_usize_add(x_5, x_15); +x_5 = x_16; +x_7 = x_13; +x_9 = x_14; +goto _start; } else { -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_82, 1); -lean_inc(x_89); -lean_dec(x_82); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_83); -lean_ctor_set(x_90, 1, x_89); -return x_90; +lean_object* x_18; +lean_dec(x_8); +lean_dec(x_3); +x_18 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_18, 0, x_7); +lean_ctor_set(x_18, 1, x_9); +return x_18; } } } -else +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(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_object* x_9) { +_start: { -uint8_t x_91; -lean_dec(x_77); -lean_dec(x_76); -x_91 = !lean_is_exclusive(x_78); -if (x_91 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_16; +x_16 = lean_usize_dec_eq(x_5, x_6); +if (x_16 == 0) { -lean_object* x_92; -x_92 = lean_ctor_get(x_78, 0); -lean_dec(x_92); -return x_78; +lean_object* x_17; +x_17 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_17) == 0) +{ +size_t x_18; size_t x_19; +x_18 = 1; +x_19 = lean_usize_add(x_5, x_18); +x_5 = x_19; +goto _start; } else { -lean_object* x_93; lean_object* x_94; -x_93 = lean_ctor_get(x_78, 1); -lean_inc(x_93); -lean_dec(x_78); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_79); -lean_ctor_set(x_94, 1, x_93); -return x_94; -} -} -} -case 10: +lean_object* x_21; uint8_t x_22; lean_object* x_23; uint8_t x_36; uint8_t x_85; +x_21 = lean_ctor_get(x_17, 0); +lean_inc(x_21); +lean_dec(x_17); +lean_inc(x_3); +x_85 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_7, x_21, x_3, x_3); +if (x_85 == 0) { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_2, 1); -lean_inc(x_95); -lean_dec(x_2); -x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_95, x_3); -return x_96; +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(0u); +x_87 = lean_nat_dec_lt(x_86, x_2); +if (x_87 == 0) +{ +uint8_t x_88; +x_88 = 0; +x_36 = x_88; +goto block_84; } -case 11: +else { -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_2, 2); -lean_inc(x_97); -lean_dec(x_2); -x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_1, x_97, x_3); -return x_98; +uint8_t x_89; +x_89 = lean_nat_dec_le(x_2, x_2); +if (x_89 == 0) +{ +uint8_t x_90; +x_90 = 0; +x_36 = x_90; +goto block_84; } -default: +else { -uint8_t x_99; lean_object* x_100; lean_object* x_101; -lean_dec(x_2); -x_99 = 0; -x_100 = lean_box(x_99); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_3); -return x_101; +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = 0; +x_92 = lean_usize_of_nat(x_2); +x_93 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_21, x_1, x_91, x_92); +x_36 = x_93; +goto block_84; } } } +else +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +block_35: { -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -if (x_6 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = !lean_is_exclusive(x_9); +if (x_25 == 0) { -uint8_t x_7; -lean_dec(x_2); -x_7 = !lean_is_exclusive(x_4); -if (x_7 == 0) +lean_object* x_26; +x_26 = lean_ctor_get(x_9, 0); +lean_dec(x_26); +lean_ctor_set(x_9, 0, x_24); +if (x_22 == 0) { -lean_object* x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -x_9 = 0; -x_10 = lean_box(x_9); -lean_ctor_set(x_4, 0, x_10); -return x_4; +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } else { -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); -return x_14; +lean_object* x_27; lean_object* x_28; +x_27 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_28 = lean_array_push(x_7, x_27); +x_10 = x_28; +x_11 = x_9; +goto block_15; } } else { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_4, 1); -lean_inc(x_15); -lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__35(x_1, x_2, x_15); -return x_16; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_9, 1); +x_30 = lean_ctor_get(x_9, 2); +x_31 = lean_ctor_get(x_9, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_9); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_24); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +if (x_22 == 0) +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_32; +goto block_15; +} +else +{ +lean_object* x_33; lean_object* x_34; +x_33 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_34 = lean_array_push(x_7, x_33); +x_10 = x_34; +x_11 = x_32; +goto block_15; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +block_84: { -if (lean_obj_tag(x_2) == 5) +if (x_36 == 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_2, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(x_1, x_4, x_3); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_unbox(x_7); -if (x_8 == 0) +if (lean_obj_tag(x_21) == 0) { -lean_object* x_9; lean_object* x_10; -lean_dec(x_7); -x_9 = lean_ctor_get(x_6, 1); -lean_inc(x_9); -lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_5, x_9); -return x_10; -} -else +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_21, 3); +lean_inc(x_37); +x_38 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +x_39 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Lean_Expr_hasFVar(x_37); +if (x_41 == 0) { -uint8_t x_11; -lean_dec(x_5); -x_11 = !lean_is_exclusive(x_6); -if (x_11 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_37); +if (x_42 == 0) { -lean_object* x_12; -x_12 = lean_ctor_get(x_6, 0); -lean_dec(x_12); -return x_6; +uint8_t x_43; +lean_dec(x_37); +x_43 = 0; +x_22 = x_43; +x_23 = x_40; +goto block_35; } else { -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_6, 1); -lean_inc(x_13); -lean_dec(x_6); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_7); -lean_ctor_set(x_14, 1, x_13); -return x_14; -} +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_40); +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_unbox(x_45); +lean_dec(x_45); +x_22 = x_47; +x_23 = x_46; +goto block_35; } } else { -lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_2, x_3); -return x_15; -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_37, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_22 = x_51; +x_23 = x_50; +goto block_35; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__47(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +else { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_52 = lean_ctor_get(x_21, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_21, 4); +lean_inc(x_53); +x_68 = lean_ctor_get(x_9, 0); +lean_inc(x_68); +x_69 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_52); +if (x_71 == 0) { -lean_object* x_6; uint8_t x_7; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(x_1, x_6); -if (x_7 == 0) +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_52); +if (x_72 == 0) { -size_t x_8; size_t x_9; -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); -x_3 = x_9; -goto _start; +uint8_t x_73; +lean_dec(x_52); +x_73 = 0; +x_54 = x_73; +x_55 = x_70; +goto block_67; } else { -uint8_t x_11; -x_11 = 1; -return x_11; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_7, x_52, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_54 = x_77; +x_55 = x_76; +goto block_67; } } else { -uint8_t x_12; -x_12 = 0; -return x_12; -} -} +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_7, x_52, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_54 = x_81; +x_55 = x_80; +goto block_67; } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__48(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: +block_67: { -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) +if (x_54 == 0) { -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_hasFVar(x_53); +if (x_56 == 0) { -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; +uint8_t x_57; +x_57 = l_Lean_Expr_hasMVar(x_53); +if (x_57 == 0) +{ +uint8_t x_58; +lean_dec(x_53); +x_58 = 0; +x_22 = x_58; +x_23 = x_55; +goto block_35; } else { -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_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -x_12 = lean_array_get_size(x_1); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (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_3, x_15); -x_3 = x_16; -goto _start; +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_53, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_22 = x_62; +x_23 = x_61; +goto block_35; +} } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_12, x_12); -if (x_18 == 0) -{ -size_t x_19; size_t x_20; -lean_dec(x_12); -lean_dec(x_11); -x_19 = 1; -x_20 = lean_usize_add(x_3, x_19); -x_3 = x_20; -goto _start; +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_53, x_55); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_22 = x_66; +x_23 = x_65; +goto block_35; +} } else { -size_t x_22; size_t x_23; uint8_t x_24; -x_22 = 0; -x_23 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); -lean_dec(x_11); -if (x_24 == 0) -{ -size_t x_25; size_t x_26; -x_25 = 1; -x_26 = lean_usize_add(x_3, x_25); -x_3 = x_26; -goto _start; +lean_dec(x_53); +x_22 = x_54; +x_23 = x_55; +goto block_35; +} +} +} } else { -uint8_t x_28; -x_28 = 1; -return x_28; -} +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_83 = lean_array_push(x_7, x_82); +x_10 = x_83; +x_11 = x_9; +goto block_15; } } } } else { -uint8_t x_29; -x_29 = 0; -return x_29; +lean_object* x_94; +lean_dec(x_3); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_9); +return x_94; } +block_15: +{ +size_t x_12; size_t x_13; +x_12 = 1; +x_13 = lean_usize_add(x_5, x_12); +x_5 = x_13; +x_7 = x_10; +x_9 = x_11; +goto _start; } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(lean_object* x_1, lean_object* x_2) { +} +LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(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_object* x_9) { _start: { -if (lean_obj_tag(x_2) == 0) +if (lean_obj_tag(x_4) == 0) { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; -x_3 = lean_ctor_get(x_2, 0); +lean_object* x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; size_t x_17; size_t x_18; size_t x_19; size_t x_20; lean_object* x_21; uint8_t x_22; +x_10 = lean_ctor_get(x_4, 0); +x_11 = lean_usize_shift_right(x_5, x_6); +x_12 = lean_usize_to_nat(x_11); +x_13 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3___rarg___closed__1; +x_14 = lean_array_get(x_13, x_10, x_12); +x_15 = 1; +x_16 = lean_usize_shift_left(x_15, x_6); +x_17 = lean_usize_sub(x_16, x_15); +x_18 = lean_usize_land(x_5, x_17); +x_19 = 5; +x_20 = lean_usize_sub(x_6, x_19); +lean_inc(x_8); lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_array_get_size(x_3); -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_lt(x_5, x_4); -if (x_6 == 0) +x_21 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(x_1, x_2, x_3, x_14, x_18, x_20, x_7, x_8, x_9); +lean_dec(x_14); +x_22 = !lean_is_exclusive(x_21); +if (x_22 == 0) { -uint8_t x_7; -lean_dec(x_4); +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_23 = lean_ctor_get(x_21, 0); +x_24 = lean_ctor_get(x_21, 1); +x_25 = lean_unsigned_to_nat(1u); +x_26 = lean_nat_add(x_12, x_25); +lean_dec(x_12); +x_27 = lean_array_get_size(x_10); +x_28 = lean_nat_dec_lt(x_26, x_27); +if (x_28 == 0) +{ +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_8); lean_dec(x_3); -x_7 = 0; -return x_7; +return x_21; } else { -uint8_t x_8; -x_8 = lean_nat_dec_le(x_4, x_4); -if (x_8 == 0) +uint8_t x_29; +x_29 = lean_nat_dec_le(x_27, x_27); +if (x_29 == 0) { -uint8_t x_9; -lean_dec(x_4); +lean_dec(x_27); +lean_dec(x_26); +lean_dec(x_8); lean_dec(x_3); -x_9 = 0; -return x_9; +return x_21; } else { -size_t x_10; size_t x_11; uint8_t x_12; -x_10 = 0; -x_11 = lean_usize_of_nat(x_4); -lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__47(x_1, x_3, x_10, x_11); -lean_dec(x_3); -return x_12; +size_t x_30; size_t x_31; lean_object* x_32; +lean_free_object(x_21); +x_30 = lean_usize_of_nat(x_26); +lean_dec(x_26); +x_31 = lean_usize_of_nat(x_27); +lean_dec(x_27); +x_32 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(x_1, x_2, x_3, x_10, x_30, x_31, x_23, x_8, x_24); +return x_32; } } } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_2, 0); -lean_inc(x_13); -lean_dec(x_2); -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) +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_33 = lean_ctor_get(x_21, 0); +x_34 = lean_ctor_get(x_21, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_21); +x_35 = lean_unsigned_to_nat(1u); +x_36 = lean_nat_add(x_12, x_35); +lean_dec(x_12); +x_37 = lean_array_get_size(x_10); +x_38 = lean_nat_dec_lt(x_36, x_37); +if (x_38 == 0) { -uint8_t x_17; -lean_dec(x_14); -lean_dec(x_13); -x_17 = 0; -return x_17; +lean_object* x_39; +lean_dec(x_37); +lean_dec(x_36); +lean_dec(x_8); +lean_dec(x_3); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_33); +lean_ctor_set(x_39, 1, x_34); +return x_39; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_14, x_14); -if (x_18 == 0) +uint8_t x_40; +x_40 = lean_nat_dec_le(x_37, x_37); +if (x_40 == 0) { -uint8_t x_19; -lean_dec(x_14); -lean_dec(x_13); -x_19 = 0; -return x_19; +lean_object* x_41; +lean_dec(x_37); +lean_dec(x_36); +lean_dec(x_8); +lean_dec(x_3); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_33); +lean_ctor_set(x_41, 1, x_34); +return x_41; } else { -size_t x_20; size_t x_21; uint8_t x_22; -x_20 = 0; -x_21 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__48(x_1, x_13, x_20, x_21); -lean_dec(x_13); -return x_22; -} -} -} +size_t x_42; size_t x_43; lean_object* x_44; +x_42 = lean_usize_of_nat(x_36); +lean_dec(x_36); +x_43 = lean_usize_of_nat(x_37); +lean_dec(x_37); +x_44 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(x_1, x_2, x_3, x_10, x_42, x_43, x_33, x_8, x_34); +return x_44; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__49(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_6) == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_3, x_7); -x_3 = x_8; -goto _start; } -else -{ -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_6, 0); -lean_inc(x_10); -lean_dec(x_6); -x_11 = l_Lean_LocalDecl_fvarId(x_10); -lean_dec(x_10); -x_12 = lean_array_get_size(x_1); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_nat_dec_lt(x_13, x_12); -if (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_3, x_15); -x_3 = x_16; -goto _start; } else { -uint8_t x_18; -x_18 = lean_nat_dec_le(x_12, x_12); -if (x_18 == 0) +lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; +x_45 = lean_ctor_get(x_4, 0); +x_46 = lean_usize_to_nat(x_5); +x_47 = lean_array_get_size(x_45); +x_48 = lean_nat_dec_lt(x_46, x_47); +if (x_48 == 0) { -size_t x_19; size_t x_20; -lean_dec(x_12); -lean_dec(x_11); -x_19 = 1; -x_20 = lean_usize_add(x_3, x_19); -x_3 = x_20; -goto _start; +lean_object* x_49; +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_8); +lean_dec(x_3); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_7); +lean_ctor_set(x_49, 1, x_9); +return x_49; } else { -size_t x_22; size_t x_23; uint8_t x_24; -x_22 = 0; -x_23 = lean_usize_of_nat(x_12); -lean_dec(x_12); -x_24 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_11, x_1, x_22, x_23); -lean_dec(x_11); -if (x_24 == 0) +uint8_t x_50; +x_50 = lean_nat_dec_le(x_47, x_47); +if (x_50 == 0) { -size_t x_25; size_t x_26; -x_25 = 1; -x_26 = lean_usize_add(x_3, x_25); -x_3 = x_26; -goto _start; +lean_object* x_51; +lean_dec(x_47); +lean_dec(x_46); +lean_dec(x_8); +lean_dec(x_3); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_7); +lean_ctor_set(x_51, 1, x_9); +return x_51; } else { -uint8_t x_28; -x_28 = 1; -return x_28; +size_t x_52; size_t x_53; lean_object* x_54; +x_52 = lean_usize_of_nat(x_46); +lean_dec(x_46); +x_53 = lean_usize_of_nat(x_47); +lean_dec(x_47); +x_54 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_2, x_3, x_45, x_52, x_53, x_7, x_8, x_9); +lean_dec(x_8); +return x_54; } } } } } -else +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(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_object* x_9) { +_start: { -uint8_t x_29; -x_29 = 0; -return x_29; -} -} +lean_object* x_10; lean_object* x_11; uint8_t x_16; +x_16 = lean_usize_dec_eq(x_5, x_6); +if (x_16 == 0) +{ +lean_object* x_17; +x_17 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_17) == 0) +{ +size_t x_18; size_t x_19; +x_18 = 1; +x_19 = lean_usize_add(x_5, x_18); +x_5 = x_19; +goto _start; } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(lean_object* x_1, lean_object* x_2) { -_start: +else { -lean_object* x_3; uint8_t x_4; -x_3 = lean_ctor_get(x_2, 0); +lean_object* x_21; uint8_t x_22; lean_object* x_23; uint8_t x_36; uint8_t x_85; +x_21 = lean_ctor_get(x_17, 0); +lean_inc(x_21); +lean_dec(x_17); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__46(x_1, x_3); -if (x_4 == 0) +x_85 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_7, x_21, x_3, x_3); +if (x_85 == 0) { -lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; -x_5 = lean_ctor_get(x_2, 1); -lean_inc(x_5); -lean_dec(x_2); -x_6 = lean_array_get_size(x_5); -x_7 = lean_unsigned_to_nat(0u); -x_8 = lean_nat_dec_lt(x_7, x_6); -if (x_8 == 0) +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(0u); +x_87 = lean_nat_dec_lt(x_86, x_2); +if (x_87 == 0) { -uint8_t x_9; -lean_dec(x_6); -lean_dec(x_5); -x_9 = 0; -return x_9; +uint8_t x_88; +x_88 = 0; +x_36 = x_88; +goto block_84; } else { -uint8_t x_10; -x_10 = lean_nat_dec_le(x_6, x_6); -if (x_10 == 0) +uint8_t x_89; +x_89 = lean_nat_dec_le(x_2, x_2); +if (x_89 == 0) { -uint8_t x_11; -lean_dec(x_6); -lean_dec(x_5); -x_11 = 0; -return x_11; +uint8_t x_90; +x_90 = 0; +x_36 = x_90; +goto block_84; } else { -size_t x_12; size_t x_13; uint8_t x_14; -x_12 = 0; -x_13 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__49(x_1, x_5, x_12, x_13); -lean_dec(x_5); -return x_14; +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = 0; +x_92 = lean_usize_of_nat(x_2); +x_93 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_21, x_1, x_91, x_92); +x_36 = x_93; +goto block_84; } } } else { -lean_dec(x_2); -return x_4; -} -} +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__43(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +block_35: { -switch (lean_obj_tag(x_2)) { -case 1: +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = !lean_is_exclusive(x_9); +if (x_25 == 0) { -lean_object* x_4; lean_object* x_5; lean_object* x_6; uint8_t x_7; -x_4 = lean_ctor_get(x_2, 0); -lean_inc(x_4); -lean_dec(x_2); -x_5 = lean_array_get_size(x_1); -x_6 = lean_unsigned_to_nat(0u); -x_7 = lean_nat_dec_lt(x_6, x_5); -if (x_7 == 0) +lean_object* x_26; +x_26 = lean_ctor_get(x_9, 0); +lean_dec(x_26); +lean_ctor_set(x_9, 0, x_24); +if (x_22 == 0) { -uint8_t x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_5); -lean_dec(x_4); -x_8 = 0; -x_9 = lean_box(x_8); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); -lean_ctor_set(x_10, 1, x_3); -return x_10; +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } else { -uint8_t x_11; -x_11 = lean_nat_dec_le(x_5, x_5); -if (x_11 == 0) +lean_object* x_27; lean_object* x_28; +x_27 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_28 = lean_array_push(x_7, x_27); +x_10 = x_28; +x_11 = x_9; +goto block_15; +} +} +else { -uint8_t x_12; lean_object* x_13; lean_object* x_14; -lean_dec(x_5); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_3); -return x_14; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_9, 1); +x_30 = lean_ctor_get(x_9, 2); +x_31 = lean_ctor_get(x_9, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_9); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_24); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +if (x_22 == 0) +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_32; +goto block_15; } else { -size_t x_15; size_t x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; -x_15 = 0; -x_16 = lean_usize_of_nat(x_5); -lean_dec(x_5); -x_17 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__1(x_4, x_1, x_15, x_16); -lean_dec(x_4); -x_18 = lean_box(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; +lean_object* x_33; lean_object* x_34; +x_33 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_34 = lean_array_push(x_7, x_33); +x_10 = x_34; +x_11 = x_32; +goto block_15; } } } -case 2: +block_84: { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_2, 0); -lean_inc(x_20); -lean_dec(x_2); -lean_inc(x_20); -x_21 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_20, x_3); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -if (lean_obj_tag(x_22) == 0) +if (x_36 == 0) { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_21); -if (x_23 == 0) +if (lean_obj_tag(x_21) == 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; uint8_t x_30; lean_object* x_31; -x_24 = lean_ctor_get(x_21, 1); -x_25 = lean_ctor_get(x_21, 0); -lean_dec(x_25); -x_26 = lean_ctor_get(x_24, 1); -lean_inc(x_26); -x_27 = l_Lean_MetavarContext_getDecl(x_26, x_20); -x_28 = lean_ctor_get(x_27, 1); -lean_inc(x_28); -lean_dec(x_27); -x_29 = lean_ctor_get(x_28, 1); -lean_inc(x_29); -lean_dec(x_28); -x_30 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(x_1, x_29); -x_31 = lean_box(x_30); -lean_ctor_set(x_21, 0, x_31); -return x_21; -} -else +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_21, 3); +lean_inc(x_37); +x_38 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +x_39 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Lean_Expr_hasFVar(x_37); +if (x_41 == 0) { -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; -x_32 = lean_ctor_get(x_21, 1); -lean_inc(x_32); -lean_dec(x_21); -x_33 = lean_ctor_get(x_32, 1); -lean_inc(x_33); -x_34 = l_Lean_MetavarContext_getDecl(x_33, x_20); -x_35 = lean_ctor_get(x_34, 1); -lean_inc(x_35); -lean_dec(x_34); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__45(x_1, x_36); -x_38 = lean_box(x_37); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_32); -return x_39; -} +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_37); +if (x_42 == 0) +{ +uint8_t x_43; +lean_dec(x_37); +x_43 = 0; +x_22 = x_43; +x_23 = x_40; +goto block_35; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -lean_dec(x_20); -x_40 = lean_ctor_get(x_21, 1); -lean_inc(x_40); -lean_dec(x_21); -x_41 = lean_ctor_get(x_22, 0); -lean_inc(x_41); -lean_dec(x_22); -x_42 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_41, x_40); -return x_42; +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_40); +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_unbox(x_45); +lean_dec(x_45); +x_22 = x_47; +x_23 = x_46; +goto block_35; } } -case 5: -{ -lean_object* x_43; uint8_t x_44; -x_43 = l_Lean_Expr_getAppFn(x_2); -x_44 = l_Lean_Expr_isMVar(x_43); -if (x_44 == 0) +else { -lean_object* x_45; -lean_dec(x_43); -x_45 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(x_1, x_2, x_3); -return x_45; +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_37, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_22 = x_51; +x_23 = x_50; +goto block_35; +} } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_inc(x_2); -x_46 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); -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_Expr_getAppFn(x_47); -x_50 = lean_expr_eqv(x_49, x_43); -lean_dec(x_43); -lean_dec(x_49); -if (x_50 == 0) +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_52 = lean_ctor_get(x_21, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_21, 4); +lean_inc(x_53); +x_68 = lean_ctor_get(x_9, 0); +lean_inc(x_68); +x_69 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_52); +if (x_71 == 0) { -lean_dec(x_2); -x_2 = x_47; -x_3 = x_48; -goto _start; +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_52); +if (x_72 == 0) +{ +uint8_t x_73; +lean_dec(x_52); +x_73 = 0; +x_54 = x_73; +x_55 = x_70; +goto block_67; } else { -lean_object* x_52; -lean_dec(x_47); -x_52 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__44(x_1, x_2, x_48); -return x_52; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_7, x_52, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_54 = x_77; +x_55 = x_76; +goto block_67; } } +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_7, x_52, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_54 = x_81; +x_55 = x_80; +goto block_67; } -case 6: +block_67: { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_53 = lean_ctor_get(x_2, 1); -lean_inc(x_53); -x_54 = lean_ctor_get(x_2, 2); -lean_inc(x_54); -lean_dec(x_2); -x_55 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_53, x_3); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_unbox(x_56); -if (x_57 == 0) +if (x_54 == 0) { -lean_object* x_58; lean_object* x_59; -lean_dec(x_56); -x_58 = lean_ctor_get(x_55, 1); -lean_inc(x_58); -lean_dec(x_55); -x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_54, x_58); -return x_59; -} -else +uint8_t x_56; +x_56 = l_Lean_Expr_hasFVar(x_53); +if (x_56 == 0) { -uint8_t x_60; -lean_dec(x_54); -x_60 = !lean_is_exclusive(x_55); -if (x_60 == 0) +uint8_t x_57; +x_57 = l_Lean_Expr_hasMVar(x_53); +if (x_57 == 0) { -lean_object* x_61; -x_61 = lean_ctor_get(x_55, 0); -lean_dec(x_61); -return x_55; +uint8_t x_58; +lean_dec(x_53); +x_58 = 0; +x_22 = x_58; +x_23 = x_55; +goto block_35; } else { -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_55, 1); -lean_inc(x_62); -lean_dec(x_55); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_56); -lean_ctor_set(x_63, 1, x_62); -return x_63; -} +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_53, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_22 = x_62; +x_23 = x_61; +goto block_35; } } -case 7: +else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_64 = lean_ctor_get(x_2, 1); +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_53, x_55); +x_64 = lean_ctor_get(x_63, 0); lean_inc(x_64); -x_65 = lean_ctor_get(x_2, 2); +x_65 = lean_ctor_get(x_63, 1); lean_inc(x_65); -lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_64, x_3); -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -x_68 = lean_unbox(x_67); -if (x_68 == 0) -{ -lean_object* x_69; lean_object* x_70; -lean_dec(x_67); -x_69 = lean_ctor_get(x_66, 1); -lean_inc(x_69); -lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_65, x_69); -return x_70; +lean_dec(x_63); +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_22 = x_66; +x_23 = x_65; +goto block_35; +} } else { -uint8_t x_71; -lean_dec(x_65); -x_71 = !lean_is_exclusive(x_66); -if (x_71 == 0) +lean_dec(x_53); +x_22 = x_54; +x_23 = x_55; +goto block_35; +} +} +} +} +else { -lean_object* x_72; -x_72 = lean_ctor_get(x_66, 0); -lean_dec(x_72); -return x_66; +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_83 = lean_array_push(x_7, x_82); +x_10 = x_83; +x_11 = x_9; +goto block_15; +} +} +} } else { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_66, 1); -lean_inc(x_73); -lean_dec(x_66); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_67); -lean_ctor_set(x_74, 1, x_73); -return x_74; +lean_object* x_94; +lean_dec(x_3); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_9); +return x_94; +} +block_15: +{ +size_t x_12; size_t x_13; +x_12 = 1; +x_13 = lean_usize_add(x_5, x_12); +x_5 = x_13; +x_7 = x_10; +x_9 = x_11; +goto _start; } } } -case 8: +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(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_object* x_9) { +_start: { -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_ctor_get(x_2, 1); -lean_inc(x_75); -x_76 = lean_ctor_get(x_2, 2); -lean_inc(x_76); -x_77 = lean_ctor_get(x_2, 3); -lean_inc(x_77); -lean_dec(x_2); -x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_75, x_3); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_unbox(x_79); -if (x_80 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_16; +x_16 = lean_usize_dec_eq(x_5, x_6); +if (x_16 == 0) { -lean_object* x_81; lean_object* x_82; lean_object* x_83; uint8_t x_84; -lean_dec(x_79); -x_81 = lean_ctor_get(x_78, 1); -lean_inc(x_81); -lean_dec(x_78); -x_82 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_76, x_81); -x_83 = lean_ctor_get(x_82, 0); -lean_inc(x_83); -x_84 = lean_unbox(x_83); -if (x_84 == 0) +lean_object* x_17; +x_17 = lean_array_uget(x_4, x_5); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_85; lean_object* x_86; -lean_dec(x_83); -x_85 = lean_ctor_get(x_82, 1); -lean_inc(x_85); -lean_dec(x_82); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_77, x_85); -return x_86; +size_t x_18; size_t x_19; +x_18 = 1; +x_19 = lean_usize_add(x_5, x_18); +x_5 = x_19; +goto _start; } else { -uint8_t x_87; -lean_dec(x_77); -x_87 = !lean_is_exclusive(x_82); +lean_object* x_21; uint8_t x_22; lean_object* x_23; uint8_t x_36; uint8_t x_85; +x_21 = lean_ctor_get(x_17, 0); +lean_inc(x_21); +lean_dec(x_17); +lean_inc(x_3); +x_85 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_7, x_21, x_3, x_3); +if (x_85 == 0) +{ +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(0u); +x_87 = lean_nat_dec_lt(x_86, x_2); if (x_87 == 0) { -lean_object* x_88; -x_88 = lean_ctor_get(x_82, 0); -lean_dec(x_88); -return x_82; +uint8_t x_88; +x_88 = 0; +x_36 = x_88; +goto block_84; } else { -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_82, 1); -lean_inc(x_89); -lean_dec(x_82); -x_90 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_90, 0, x_83); -lean_ctor_set(x_90, 1, x_89); -return x_90; +uint8_t x_89; +x_89 = lean_nat_dec_le(x_2, x_2); +if (x_89 == 0) +{ +uint8_t x_90; +x_90 = 0; +x_36 = x_90; +goto block_84; +} +else +{ +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = 0; +x_92 = lean_usize_of_nat(x_2); +x_93 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_21, x_1, x_91, x_92); +x_36 = x_93; +goto block_84; } } } else { -uint8_t x_91; -lean_dec(x_77); -lean_dec(x_76); -x_91 = !lean_is_exclusive(x_78); -if (x_91 == 0) +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; +} +block_35: { -lean_object* x_92; -x_92 = lean_ctor_get(x_78, 0); -lean_dec(x_92); -return x_78; +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = !lean_is_exclusive(x_9); +if (x_25 == 0) +{ +lean_object* x_26; +x_26 = lean_ctor_get(x_9, 0); +lean_dec(x_26); +lean_ctor_set(x_9, 0, x_24); +if (x_22 == 0) +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_9; +goto block_15; } else { -lean_object* x_93; lean_object* x_94; -x_93 = lean_ctor_get(x_78, 1); -lean_inc(x_93); -lean_dec(x_78); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_79); -lean_ctor_set(x_94, 1, x_93); -return x_94; +lean_object* x_27; lean_object* x_28; +x_27 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_28 = lean_array_push(x_7, x_27); +x_10 = x_28; +x_11 = x_9; +goto block_15; } } +else +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_29 = lean_ctor_get(x_9, 1); +x_30 = lean_ctor_get(x_9, 2); +x_31 = lean_ctor_get(x_9, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_dec(x_9); +x_32 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_32, 0, x_24); +lean_ctor_set(x_32, 1, x_29); +lean_ctor_set(x_32, 2, x_30); +lean_ctor_set(x_32, 3, x_31); +if (x_22 == 0) +{ +lean_dec(x_21); +x_10 = x_7; +x_11 = x_32; +goto block_15; } -case 10: +else { -lean_object* x_95; lean_object* x_96; -x_95 = lean_ctor_get(x_2, 1); -lean_inc(x_95); -lean_dec(x_2); -x_96 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_95, x_3); -return x_96; +lean_object* x_33; lean_object* x_34; +x_33 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_34 = lean_array_push(x_7, x_33); +x_10 = x_34; +x_11 = x_32; +goto block_15; } -case 11: +} +} +block_84: { -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_2, 2); -lean_inc(x_97); -lean_dec(x_2); -x_98 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_1, x_97, x_3); -return x_98; +if (x_36 == 0) +{ +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_37 = lean_ctor_get(x_21, 3); +lean_inc(x_37); +x_38 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +x_39 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Lean_Expr_hasFVar(x_37); +if (x_41 == 0) +{ +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_37); +if (x_42 == 0) +{ +uint8_t x_43; +lean_dec(x_37); +x_43 = 0; +x_22 = x_43; +x_23 = x_40; +goto block_35; } -default: +else { -uint8_t x_99; lean_object* x_100; lean_object* x_101; -lean_dec(x_2); -x_99 = 0; -x_100 = lean_box(x_99); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_3); -return x_101; +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_40); +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_unbox(x_45); +lean_dec(x_45); +x_22 = x_47; +x_23 = x_46; +goto block_35; } } +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_37, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_22 = x_51; +x_23 = x_50; +goto block_35; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: +else { -lean_object* x_4; lean_object* x_5; uint8_t x_6; -lean_inc(x_2); -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); -x_5 = lean_ctor_get(x_4, 0); -lean_inc(x_5); -x_6 = lean_unbox(x_5); -lean_dec(x_5); -if (x_6 == 0) +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_52 = lean_ctor_get(x_21, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_21, 4); +lean_inc(x_53); +x_68 = lean_ctor_get(x_9, 0); +lean_inc(x_68); +x_69 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_52); +if (x_71 == 0) { -uint8_t x_7; -lean_dec(x_2); -x_7 = !lean_is_exclusive(x_4); -if (x_7 == 0) +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_52); +if (x_72 == 0) { -lean_object* x_8; uint8_t x_9; lean_object* x_10; -x_8 = lean_ctor_get(x_4, 0); -lean_dec(x_8); -x_9 = 0; -x_10 = lean_box(x_9); -lean_ctor_set(x_4, 0, x_10); -return x_4; +uint8_t x_73; +lean_dec(x_52); +x_73 = 0; +x_54 = x_73; +x_55 = x_70; +goto block_67; } else { -lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; -x_11 = lean_ctor_get(x_4, 1); -lean_inc(x_11); -lean_dec(x_4); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_11); -return x_14; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_7, x_52, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_54 = x_77; +x_55 = x_76; +goto block_67; } } else { -lean_object* x_15; lean_object* x_16; -x_15 = lean_ctor_get(x_4, 1); -lean_inc(x_15); -lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__43(x_1, x_2, x_15); -return x_16; -} -} +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_7, x_52, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_54 = x_81; +x_55 = x_80; +goto block_67; } -LEAN_EXPORT uint8_t l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { -_start: +block_67: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_unsigned_to_nat(0u); -x_6 = lean_nat_dec_eq(x_4, x_5); -if (x_6 == 0) +if (x_54 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; -x_7 = lean_unsigned_to_nat(1u); -x_8 = lean_nat_sub(x_4, x_7); -lean_dec(x_4); -x_9 = lean_nat_add(x_8, x_7); -x_10 = lean_nat_sub(x_3, x_9); -lean_dec(x_9); -x_11 = l_Lean_LocalDecl_fvarId(x_2); -x_12 = lean_array_get_size(x_1); -x_13 = lean_nat_dec_lt(x_10, x_12); -lean_dec(x_12); -if (x_13 == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_hasFVar(x_53); +if (x_56 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -lean_dec(x_10); -x_14 = l_Lean_instInhabitedExpr; -x_15 = l___private_Init_Util_0__outOfBounds___rarg(x_14); -x_16 = l_Lean_Expr_fvarId_x21(x_15); -x_17 = lean_name_eq(x_11, x_16); -lean_dec(x_16); -lean_dec(x_11); -if (x_17 == 0) +uint8_t x_57; +x_57 = l_Lean_Expr_hasMVar(x_53); +if (x_57 == 0) { -x_4 = x_8; -goto _start; +uint8_t x_58; +lean_dec(x_53); +x_58 = 0; +x_22 = x_58; +x_23 = x_55; +goto block_35; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_53, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_22 = x_62; +x_23 = x_61; +goto block_35; +} } else { -uint8_t x_19; -lean_dec(x_8); -x_19 = 1; -return x_19; +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_53, x_55); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_22 = x_66; +x_23 = x_65; +goto block_35; } } else { -lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_array_fget(x_1, x_10); -lean_dec(x_10); -x_21 = l_Lean_Expr_fvarId_x21(x_20); -x_22 = lean_name_eq(x_11, x_21); -lean_dec(x_21); -lean_dec(x_11); -if (x_22 == 0) -{ -x_4 = x_8; -goto _start; +lean_dec(x_53); +x_22 = x_54; +x_23 = x_55; +goto block_35; } -else -{ -uint8_t x_24; -lean_dec(x_8); -x_24 = 1; -return x_24; } } } else { -uint8_t x_25; -lean_dec(x_4); -x_25 = 0; -return x_25; +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_83 = lean_array_push(x_7, x_82); +x_10 = x_83; +x_11 = x_9; +goto block_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { -_start: -{ -uint8_t x_5; -x_5 = lean_usize_dec_eq(x_3, x_4); -if (x_5 == 0) -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_LocalDecl_fvarId(x_1); -x_8 = l_Lean_Expr_fvarId_x21(x_6); -x_9 = lean_name_eq(x_7, x_8); -lean_dec(x_8); -lean_dec(x_7); -if (x_9 == 0) -{ -size_t x_10; size_t x_11; -x_10 = 1; -x_11 = lean_usize_add(x_3, x_10); -x_3 = x_11; -goto _start; } else { -uint8_t x_13; -x_13 = 1; -return x_13; -} +lean_object* x_94; +lean_dec(x_3); +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_9); +return x_94; } -else +block_15: { -uint8_t x_14; -x_14 = 0; -return x_14; +size_t x_12; size_t x_13; +x_12 = 1; +x_13 = lean_usize_add(x_5, x_12); +x_5 = x_13; +x_7 = x_10; +x_9 = x_11; +goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(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_object* x_9) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(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_object* x_9) { _start: { uint8_t x_10; @@ -58332,7 +72017,7 @@ lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size x_11 = lean_array_uget(x_4, x_5); lean_inc(x_8); lean_inc(x_3); -x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(x_1, x_2, x_3, x_11, x_7, x_8, x_9); +x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(x_1, x_2, x_3, x_11, x_7, x_8, x_9); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); x_14 = lean_ctor_get(x_12, 1); @@ -58357,7 +72042,7 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(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_object* x_9) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(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_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; uint8_t x_16; @@ -58376,58 +72061,43 @@ goto _start; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_36; uint8_t x_114; +lean_object* x_21; uint8_t x_22; lean_object* x_23; uint8_t x_36; uint8_t x_85; x_21 = lean_ctor_get(x_17, 0); lean_inc(x_21); lean_dec(x_17); lean_inc(x_3); -x_114 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_7, x_21, x_3, x_3); -if (x_114 == 0) -{ -lean_object* x_115; uint8_t x_116; -x_115 = lean_unsigned_to_nat(0u); -x_116 = lean_nat_dec_lt(x_115, x_2); -if (x_116 == 0) -{ -lean_object* x_117; -x_117 = lean_box(0); -x_36 = x_117; -goto block_113; -} -else +x_85 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_7, x_21, x_3, x_3); +if (x_85 == 0) { -uint8_t x_118; -x_118 = lean_nat_dec_le(x_2, x_2); -if (x_118 == 0) +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(0u); +x_87 = lean_nat_dec_lt(x_86, x_2); +if (x_87 == 0) { -lean_object* x_119; -x_119 = lean_box(0); -x_36 = x_119; -goto block_113; +uint8_t x_88; +x_88 = 0; +x_36 = x_88; +goto block_84; } else { -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_2); -x_122 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_21, x_1, x_120, x_121); -if (x_122 == 0) +uint8_t x_89; +x_89 = lean_nat_dec_le(x_2, x_2); +if (x_89 == 0) { -lean_object* x_123; -x_123 = lean_box(0); -x_36 = x_123; -goto block_113; +uint8_t x_90; +x_90 = 0; +x_36 = x_90; +goto block_84; } else { -lean_object* x_124; lean_object* x_125; -x_124 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_125 = lean_array_push(x_7, x_124); -x_10 = x_125; -x_11 = x_9; -goto block_15; -} +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = 0; +x_92 = lean_usize_of_nat(x_2); +x_93 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_21, x_1, x_91, x_92); +x_36 = x_93; +goto block_84; } } } @@ -58503,353 +72173,207 @@ goto block_15; } } } -block_113: +block_84: +{ +if (x_36 == 0) { -lean_dec(x_36); if (lean_obj_tag(x_21) == 0) { -lean_object* x_37; uint8_t x_38; +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; x_37 = lean_ctor_get(x_21, 3); lean_inc(x_37); -x_38 = !lean_is_exclusive(x_9); -if (x_38 == 0) +x_38 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +x_39 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Lean_Expr_hasFVar(x_37); +if (x_41 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_39 = lean_ctor_get(x_9, 0); -x_40 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Expr_hasFVar(x_37); +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_37); if (x_42 == 0) { uint8_t x_43; -x_43 = l_Lean_Expr_hasMVar(x_37); -if (x_43 == 0) -{ -lean_dec(x_41); lean_dec(x_37); -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +x_43 = 0; +x_22 = x_43; +x_23 = x_40; +goto block_35; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_39); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_41); -x_45 = lean_ctor_get(x_44, 1); +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_40); +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); +x_46 = lean_ctor_get(x_44, 1); lean_inc(x_46); lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); +x_47 = lean_unbox(x_45); lean_dec(x_45); -lean_ctor_set(x_9, 0, x_47); -x_48 = lean_unbox(x_46); -lean_dec(x_46); -if (x_48 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +x_22 = x_47; +x_23 = x_46; +goto block_35; +} } else { -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_50 = lean_array_push(x_7, x_49); -x_10 = x_50; -x_11 = x_9; -goto block_15; -} +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_37, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_22 = x_51; +x_23 = x_50; +goto block_35; } } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -lean_dec(x_39); -x_51 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_41); -x_52 = lean_ctor_get(x_51, 1); +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_52 = lean_ctor_get(x_21, 3); lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 0); +x_53 = lean_ctor_get(x_21, 4); lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_ctor_set(x_9, 0, x_54); -x_55 = lean_unbox(x_53); -lean_dec(x_53); -if (x_55 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; -} -else -{ -lean_object* x_56; lean_object* x_57; -x_56 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_57 = lean_array_push(x_7, x_56); -x_10 = x_57; -x_11 = x_9; -goto block_15; -} -} -} -else -{ -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; -x_58 = lean_ctor_get(x_9, 0); -x_59 = lean_ctor_get(x_9, 1); -x_60 = lean_ctor_get(x_9, 2); -x_61 = lean_ctor_get(x_9, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_9); -x_62 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_58); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l_Lean_Expr_hasFVar(x_37); -if (x_64 == 0) -{ -uint8_t x_65; -x_65 = l_Lean_Expr_hasMVar(x_37); -if (x_65 == 0) -{ -lean_object* x_66; -lean_dec(x_63); -lean_dec(x_37); -lean_dec(x_21); -x_66 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_66, 0, x_58); -lean_ctor_set(x_66, 1, x_59); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_61); -x_10 = x_7; -x_11 = x_66; -goto block_15; -} -else -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -lean_dec(x_58); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_63); -x_68 = lean_ctor_get(x_67, 1); +x_68 = lean_ctor_get(x_9, 0); lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_59); -lean_ctor_set(x_71, 2, x_60); -lean_ctor_set(x_71, 3, x_61); -x_72 = lean_unbox(x_69); -lean_dec(x_69); -if (x_72 == 0) +x_69 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_52); +if (x_71 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_71; -goto block_15; -} -else +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_52); +if (x_72 == 0) { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_74 = lean_array_push(x_7, x_73); -x_10 = x_74; -x_11 = x_71; -goto block_15; -} -} +uint8_t x_73; +lean_dec(x_52); +x_73 = 0; +x_54 = x_73; +x_55 = x_70; +goto block_67; } 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_58); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_63); -x_76 = lean_ctor_get(x_75, 1); +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_7, x_52, x_70); +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_ctor_get(x_74, 1); lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); +lean_dec(x_74); +x_77 = lean_unbox(x_75); lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_59); -lean_ctor_set(x_79, 2, x_60); -lean_ctor_set(x_79, 3, x_61); -x_80 = lean_unbox(x_77); -lean_dec(x_77); -if (x_80 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_79; -goto block_15; -} -else -{ -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_82 = lean_array_push(x_7, x_81); -x_10 = x_82; -x_11 = x_79; -goto block_15; -} -} -} -} -else -{ -lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_83 = lean_ctor_get(x_21, 3); -lean_inc(x_83); -x_84 = lean_ctor_get(x_21, 4); -lean_inc(x_84); -x_99 = lean_ctor_get(x_9, 0); -lean_inc(x_99); -x_100 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_Expr_hasFVar(x_83); -if (x_102 == 0) -{ -uint8_t x_103; -x_103 = l_Lean_Expr_hasMVar(x_83); -if (x_103 == 0) -{ -uint8_t x_104; -lean_dec(x_83); -x_104 = 0; -x_85 = x_104; -x_86 = x_101; -goto block_98; -} -else -{ -lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_83, x_101); -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 = lean_unbox(x_106); -lean_dec(x_106); -x_85 = x_108; -x_86 = x_107; -goto block_98; +x_54 = x_77; +x_55 = x_76; +goto block_67; } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_83, x_101); -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 = lean_unbox(x_110); -lean_dec(x_110); -x_85 = x_112; -x_86 = x_111; -goto block_98; +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_7, x_52, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_54 = x_81; +x_55 = x_80; +goto block_67; } -block_98: +block_67: { -if (x_85 == 0) +if (x_54 == 0) { -uint8_t x_87; -x_87 = l_Lean_Expr_hasFVar(x_84); -if (x_87 == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_hasFVar(x_53); +if (x_56 == 0) { -uint8_t x_88; -x_88 = l_Lean_Expr_hasMVar(x_84); -if (x_88 == 0) +uint8_t x_57; +x_57 = l_Lean_Expr_hasMVar(x_53); +if (x_57 == 0) { -uint8_t x_89; -lean_dec(x_84); -x_89 = 0; -x_22 = x_89; -x_23 = x_86; +uint8_t x_58; +lean_dec(x_53); +x_58 = 0; +x_22 = x_58; +x_23 = x_55; goto block_35; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_84, x_86); -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 = lean_unbox(x_91); -lean_dec(x_91); -x_22 = x_93; -x_23 = x_92; +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_53, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_22 = x_62; +x_23 = x_61; goto block_35; } } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_7, x_84, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_unbox(x_95); -lean_dec(x_95); -x_22 = x_97; -x_23 = x_96; +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_53, x_55); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_22 = x_66; +x_23 = x_65; goto block_35; } } else { -lean_dec(x_84); -x_22 = x_85; -x_23 = x_86; +lean_dec(x_53); +x_22 = x_54; +x_23 = x_55; goto block_35; } } } } +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_83 = lean_array_push(x_7, x_82); +x_10 = x_83; +x_11 = x_9; +goto block_15; +} +} } } else { -lean_object* x_126; +lean_object* x_94; lean_dec(x_3); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_7); -lean_ctor_set(x_126, 1, x_9); -return x_126; +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_9); +return x_94; } block_15: { @@ -58863,7 +72387,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(lean_object* x_1, lean_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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(lean_object* x_1, 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: { if (lean_obj_tag(x_4) == 0) @@ -58909,7 +72433,7 @@ size_t x_15; size_t x_16; lean_object* x_17; x_15 = 0; x_16 = lean_usize_of_nat(x_9); lean_dec(x_9); -x_17 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(x_1, x_2, x_3, x_8, x_15, x_16, x_5, x_6, x_7); +x_17 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(x_1, x_2, x_3, x_8, x_15, x_16, x_5, x_6, x_7); lean_dec(x_8); return x_17; } @@ -58958,7 +72482,7 @@ size_t x_25; size_t x_26; lean_object* x_27; x_25 = 0; x_26 = lean_usize_of_nat(x_19); lean_dec(x_19); -x_27 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(x_1, x_2, x_3, x_18, x_25, x_26, x_5, x_6, x_7); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(x_1, x_2, x_3, x_18, x_25, x_26, x_5, x_6, x_7); lean_dec(x_6); lean_dec(x_18); return x_27; @@ -58967,43 +72491,7 @@ return x_27; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(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_object* x_9) { -_start: -{ -uint8_t x_10; -x_10 = lean_usize_dec_eq(x_5, x_6); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; -x_11 = lean_array_uget(x_4, x_5); -lean_inc(x_8); -lean_inc(x_3); -x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(x_1, x_2, x_3, x_11, x_7, x_8, x_9); -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 = 1; -x_16 = lean_usize_add(x_5, x_15); -x_5 = x_16; -x_7 = x_13; -x_9 = x_14; -goto _start; -} -else -{ -lean_object* x_18; -lean_dec(x_8); -lean_dec(x_3); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_7); -lean_ctor_set(x_18, 1, x_9); -return x_18; -} -} -} -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(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_object* x_9) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(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_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; uint8_t x_16; @@ -59022,58 +72510,43 @@ goto _start; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_36; uint8_t x_114; +lean_object* x_21; uint8_t x_22; lean_object* x_23; uint8_t x_36; uint8_t x_85; x_21 = lean_ctor_get(x_17, 0); lean_inc(x_21); lean_dec(x_17); lean_inc(x_3); -x_114 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_7, x_21, x_3, x_3); -if (x_114 == 0) -{ -lean_object* x_115; uint8_t x_116; -x_115 = lean_unsigned_to_nat(0u); -x_116 = lean_nat_dec_lt(x_115, x_2); -if (x_116 == 0) -{ -lean_object* x_117; -x_117 = lean_box(0); -x_36 = x_117; -goto block_113; -} -else +x_85 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_7, x_21, x_3, x_3); +if (x_85 == 0) { -uint8_t x_118; -x_118 = lean_nat_dec_le(x_2, x_2); -if (x_118 == 0) +lean_object* x_86; uint8_t x_87; +x_86 = lean_unsigned_to_nat(0u); +x_87 = lean_nat_dec_lt(x_86, x_2); +if (x_87 == 0) { -lean_object* x_119; -x_119 = lean_box(0); -x_36 = x_119; -goto block_113; +uint8_t x_88; +x_88 = 0; +x_36 = x_88; +goto block_84; } else { -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_2); -x_122 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_21, x_1, x_120, x_121); -if (x_122 == 0) +uint8_t x_89; +x_89 = lean_nat_dec_le(x_2, x_2); +if (x_89 == 0) { -lean_object* x_123; -x_123 = lean_box(0); -x_36 = x_123; -goto block_113; +uint8_t x_90; +x_90 = 0; +x_36 = x_90; +goto block_84; } else { -lean_object* x_124; lean_object* x_125; -x_124 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_125 = lean_array_push(x_7, x_124); -x_10 = x_125; -x_11 = x_9; -goto block_15; -} +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = 0; +x_92 = lean_usize_of_nat(x_2); +x_93 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_21, x_1, x_91, x_92); +x_36 = x_93; +goto block_84; } } } @@ -59149,353 +72622,207 @@ goto block_15; } } } -block_113: +block_84: +{ +if (x_36 == 0) { -lean_dec(x_36); if (lean_obj_tag(x_21) == 0) { -lean_object* x_37; uint8_t x_38; +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; x_37 = lean_ctor_get(x_21, 3); lean_inc(x_37); -x_38 = !lean_is_exclusive(x_9); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_39 = lean_ctor_get(x_9, 0); -x_40 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Expr_hasFVar(x_37); -if (x_42 == 0) -{ -uint8_t x_43; -x_43 = l_Lean_Expr_hasMVar(x_37); -if (x_43 == 0) -{ -lean_dec(x_41); -lean_dec(x_37); -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; -} -else -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_39); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_41); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -lean_ctor_set(x_9, 0, x_47); -x_48 = lean_unbox(x_46); -lean_dec(x_46); -if (x_48 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; -} -else -{ -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_50 = lean_array_push(x_7, x_49); -x_10 = x_50; -x_11 = x_9; -goto block_15; -} -} -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -lean_dec(x_39); -x_51 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_41); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_ctor_set(x_9, 0, x_54); -x_55 = lean_unbox(x_53); -lean_dec(x_53); -if (x_55 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; -} -else -{ -lean_object* x_56; lean_object* x_57; -x_56 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_57 = lean_array_push(x_7, x_56); -x_10 = x_57; -x_11 = x_9; -goto block_15; -} -} -} -else -{ -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; -x_58 = lean_ctor_get(x_9, 0); -x_59 = lean_ctor_get(x_9, 1); -x_60 = lean_ctor_get(x_9, 2); -x_61 = lean_ctor_get(x_9, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_9); -x_62 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_58); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l_Lean_Expr_hasFVar(x_37); -if (x_64 == 0) -{ -uint8_t x_65; -x_65 = l_Lean_Expr_hasMVar(x_37); -if (x_65 == 0) -{ -lean_object* x_66; -lean_dec(x_63); -lean_dec(x_37); -lean_dec(x_21); -x_66 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_66, 0, x_58); -lean_ctor_set(x_66, 1, x_59); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_61); -x_10 = x_7; -x_11 = x_66; -goto block_15; -} -else -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -lean_dec(x_58); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_63); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_59); -lean_ctor_set(x_71, 2, x_60); -lean_ctor_set(x_71, 3, x_61); -x_72 = lean_unbox(x_69); -lean_dec(x_69); -if (x_72 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_71; -goto block_15; -} -else -{ -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_74 = lean_array_push(x_7, x_73); -x_10 = x_74; -x_11 = x_71; -goto block_15; -} -} -} -else +x_38 = lean_ctor_get(x_9, 0); +lean_inc(x_38); +x_39 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +x_41 = l_Lean_Expr_hasFVar(x_37); +if (x_41 == 0) { -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_58); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_63); -x_76 = lean_ctor_get(x_75, 1); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_59); -lean_ctor_set(x_79, 2, x_60); -lean_ctor_set(x_79, 3, x_61); -x_80 = lean_unbox(x_77); -lean_dec(x_77); -if (x_80 == 0) +uint8_t x_42; +x_42 = l_Lean_Expr_hasMVar(x_37); +if (x_42 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_79; -goto block_15; +uint8_t x_43; +lean_dec(x_37); +x_43 = 0; +x_22 = x_43; +x_23 = x_40; +goto block_35; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_82 = lean_array_push(x_7, x_81); -x_10 = x_82; -x_11 = x_79; -goto block_15; +lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_40); +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_unbox(x_45); +lean_dec(x_45); +x_22 = x_47; +x_23 = x_46; +goto block_35; } } +else +{ +lean_object* x_48; lean_object* x_49; lean_object* x_50; uint8_t x_51; +x_48 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_37, x_40); +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_unbox(x_49); +lean_dec(x_49); +x_22 = x_51; +x_23 = x_50; +goto block_35; } } else { -lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_83 = lean_ctor_get(x_21, 3); -lean_inc(x_83); -x_84 = lean_ctor_get(x_21, 4); -lean_inc(x_84); -x_99 = lean_ctor_get(x_9, 0); -lean_inc(x_99); -x_100 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_Expr_hasFVar(x_83); -if (x_102 == 0) +lean_object* x_52; lean_object* x_53; uint8_t x_54; lean_object* x_55; lean_object* x_68; lean_object* x_69; lean_object* x_70; uint8_t x_71; +x_52 = lean_ctor_get(x_21, 3); +lean_inc(x_52); +x_53 = lean_ctor_get(x_21, 4); +lean_inc(x_53); +x_68 = lean_ctor_get(x_9, 0); +lean_inc(x_68); +x_69 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_70 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +x_71 = l_Lean_Expr_hasFVar(x_52); +if (x_71 == 0) { -uint8_t x_103; -x_103 = l_Lean_Expr_hasMVar(x_83); -if (x_103 == 0) +uint8_t x_72; +x_72 = l_Lean_Expr_hasMVar(x_52); +if (x_72 == 0) { -uint8_t x_104; -lean_dec(x_83); -x_104 = 0; -x_85 = x_104; -x_86 = x_101; -goto block_98; +uint8_t x_73; +lean_dec(x_52); +x_73 = 0; +x_54 = x_73; +x_55 = x_70; +goto block_67; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_83, x_101); -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 = lean_unbox(x_106); -lean_dec(x_106); -x_85 = x_108; -x_86 = x_107; -goto block_98; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_7, x_52, x_70); +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_unbox(x_75); +lean_dec(x_75); +x_54 = x_77; +x_55 = x_76; +goto block_67; } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_83, x_101); -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 = lean_unbox(x_110); -lean_dec(x_110); -x_85 = x_112; -x_86 = x_111; -goto block_98; +lean_object* x_78; lean_object* x_79; lean_object* x_80; uint8_t x_81; +x_78 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_7, x_52, x_70); +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +lean_dec(x_78); +x_81 = lean_unbox(x_79); +lean_dec(x_79); +x_54 = x_81; +x_55 = x_80; +goto block_67; } -block_98: +block_67: { -if (x_85 == 0) +if (x_54 == 0) { -uint8_t x_87; -x_87 = l_Lean_Expr_hasFVar(x_84); -if (x_87 == 0) +uint8_t x_56; +x_56 = l_Lean_Expr_hasFVar(x_53); +if (x_56 == 0) { -uint8_t x_88; -x_88 = l_Lean_Expr_hasMVar(x_84); -if (x_88 == 0) +uint8_t x_57; +x_57 = l_Lean_Expr_hasMVar(x_53); +if (x_57 == 0) { -uint8_t x_89; -lean_dec(x_84); -x_89 = 0; -x_22 = x_89; -x_23 = x_86; +uint8_t x_58; +lean_dec(x_53); +x_58 = 0; +x_22 = x_58; +x_23 = x_55; goto block_35; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_84, x_86); -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 = lean_unbox(x_91); -lean_dec(x_91); -x_22 = x_93; -x_23 = x_92; +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_53, x_55); +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_59, 1); +lean_inc(x_61); +lean_dec(x_59); +x_62 = lean_unbox(x_60); +lean_dec(x_60); +x_22 = x_62; +x_23 = x_61; goto block_35; } } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_7, x_84, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_unbox(x_95); -lean_dec(x_95); -x_22 = x_97; -x_23 = x_96; +lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_63 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_53, x_55); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_unbox(x_64); +lean_dec(x_64); +x_22 = x_66; +x_23 = x_65; goto block_35; } } else { -lean_dec(x_84); -x_22 = x_85; -x_23 = x_86; +lean_dec(x_53); +x_22 = x_54; +x_23 = x_55; goto block_35; } } } } +else +{ +lean_object* x_82; lean_object* x_83; +x_82 = l_Lean_LocalDecl_toExpr(x_21); +lean_dec(x_21); +x_83 = lean_array_push(x_7, x_82); +x_10 = x_83; +x_11 = x_9; +goto block_15; +} +} } } else { -lean_object* x_126; +lean_object* x_94; lean_dec(x_3); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_7); -lean_ctor_set(x_126, 1, x_9); -return x_126; +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_7); +lean_ctor_set(x_94, 1, x_9); +return x_94; } block_15: { @@ -59509,2643 +72836,2494 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(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_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(lean_object* x_1, lean_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: { -if (lean_obj_tag(x_4) == 0) +lean_object* x_9; uint8_t x_10; +x_9 = lean_unsigned_to_nat(0u); +x_10 = lean_nat_dec_eq(x_6, x_9); +if (x_10 == 0) { -lean_object* x_10; size_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; size_t x_17; size_t x_18; size_t x_19; size_t x_20; lean_object* x_21; uint8_t x_22; -x_10 = lean_ctor_get(x_4, 0); -x_11 = lean_usize_shift_right(x_5, x_6); -x_12 = lean_usize_to_nat(x_11); -x_13 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_instantiateLCtxMVars___spec__3___rarg___closed__1; -x_14 = lean_array_get(x_13, x_10, x_12); -x_15 = 1; -x_16 = lean_usize_shift_left(x_15, x_6); -x_17 = lean_usize_sub(x_16, x_15); -x_18 = lean_usize_land(x_5, x_17); -x_19 = 5; -x_20 = lean_usize_sub(x_6, x_19); -lean_inc(x_8); +lean_object* x_11; uint8_t x_12; +x_11 = lean_ctor_get(x_4, 3); +lean_inc(x_11); +x_12 = lean_nat_dec_le(x_11, x_6); +if (x_12 == 0) +{ +lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; uint8_t x_17; +lean_dec(x_11); +x_13 = lean_ctor_get(x_4, 0); +lean_inc(x_13); +x_14 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_15 = lean_ctor_get_usize(x_4, 4); +lean_inc(x_7); lean_inc(x_3); -x_21 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(x_1, x_2, x_3, x_14, x_18, x_20, x_7, x_8, x_9); -lean_dec(x_14); -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(x_1, x_2, x_3, x_13, x_14, x_15, x_5, x_7, x_8); +lean_dec(x_13); +x_17 = !lean_is_exclusive(x_16); +if (x_17 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); -x_25 = lean_unsigned_to_nat(1u); -x_26 = lean_nat_add(x_12, x_25); -lean_dec(x_12); -x_27 = lean_array_get_size(x_10); -x_28 = lean_nat_dec_lt(x_26, x_27); -if (x_28 == 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_ctor_get(x_16, 1); +x_20 = lean_ctor_get(x_4, 1); +lean_inc(x_20); +lean_dec(x_4); +x_21 = lean_array_get_size(x_20); +x_22 = lean_nat_dec_lt(x_9, x_21); +if (x_22 == 0) { -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_8); +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_7); lean_dec(x_3); -return x_21; +return x_16; } else { -uint8_t x_29; -x_29 = lean_nat_dec_le(x_27, x_27); -if (x_29 == 0) +uint8_t x_23; +x_23 = lean_nat_dec_le(x_21, x_21); +if (x_23 == 0) { -lean_dec(x_27); -lean_dec(x_26); -lean_dec(x_8); +lean_dec(x_21); +lean_dec(x_20); +lean_dec(x_7); lean_dec(x_3); -return x_21; +return x_16; } else { -size_t x_30; size_t x_31; lean_object* x_32; -lean_free_object(x_21); -x_30 = lean_usize_of_nat(x_26); -lean_dec(x_26); -x_31 = lean_usize_of_nat(x_27); -lean_dec(x_27); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_2, x_3, x_10, x_30, x_31, x_23, x_8, x_24); -return x_32; +size_t x_24; size_t x_25; lean_object* x_26; +lean_free_object(x_16); +x_24 = 0; +x_25 = lean_usize_of_nat(x_21); +lean_dec(x_21); +x_26 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(x_1, x_2, x_3, x_20, x_24, x_25, x_18, x_7, x_19); +lean_dec(x_7); +lean_dec(x_20); +return x_26; } } } else { -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_33 = lean_ctor_get(x_21, 0); -x_34 = lean_ctor_get(x_21, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_21); -x_35 = lean_unsigned_to_nat(1u); -x_36 = lean_nat_add(x_12, x_35); -lean_dec(x_12); -x_37 = lean_array_get_size(x_10); -x_38 = lean_nat_dec_lt(x_36, x_37); -if (x_38 == 0) +lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; +x_27 = lean_ctor_get(x_16, 0); +x_28 = lean_ctor_get(x_16, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_16); +x_29 = lean_ctor_get(x_4, 1); +lean_inc(x_29); +lean_dec(x_4); +x_30 = lean_array_get_size(x_29); +x_31 = lean_nat_dec_lt(x_9, x_30); +if (x_31 == 0) { -lean_object* x_39; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_8); +lean_object* x_32; +lean_dec(x_30); +lean_dec(x_29); +lean_dec(x_7); lean_dec(x_3); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_33); -lean_ctor_set(x_39, 1, x_34); -return x_39; +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_27); +lean_ctor_set(x_32, 1, x_28); +return x_32; } else { -uint8_t x_40; -x_40 = lean_nat_dec_le(x_37, x_37); -if (x_40 == 0) +uint8_t x_33; +x_33 = lean_nat_dec_le(x_30, x_30); +if (x_33 == 0) { -lean_object* x_41; -lean_dec(x_37); -lean_dec(x_36); -lean_dec(x_8); +lean_object* x_34; +lean_dec(x_30); +lean_dec(x_29); +lean_dec(x_7); lean_dec(x_3); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_33); -lean_ctor_set(x_41, 1, x_34); -return x_41; +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_27); +lean_ctor_set(x_34, 1, x_28); +return x_34; } else { -size_t x_42; size_t x_43; lean_object* x_44; -x_42 = lean_usize_of_nat(x_36); -lean_dec(x_36); -x_43 = lean_usize_of_nat(x_37); -lean_dec(x_37); -x_44 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_2, x_3, x_10, x_42, x_43, x_33, x_8, x_34); +size_t x_35; size_t x_36; lean_object* x_37; +x_35 = 0; +x_36 = lean_usize_of_nat(x_30); +lean_dec(x_30); +x_37 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(x_1, x_2, x_3, x_29, x_35, x_36, x_27, x_7, x_28); +lean_dec(x_7); +lean_dec(x_29); +return x_37; +} +} +} +} +else +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_38 = lean_ctor_get(x_4, 1); +lean_inc(x_38); +lean_dec(x_4); +x_39 = lean_nat_sub(x_6, x_11); +lean_dec(x_11); +lean_dec(x_6); +x_40 = lean_array_get_size(x_38); +x_41 = lean_nat_dec_lt(x_39, x_40); +if (x_41 == 0) +{ +lean_object* x_42; +lean_dec(x_40); +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_7); +lean_dec(x_3); +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_5); +lean_ctor_set(x_42, 1, x_8); +return x_42; +} +else +{ +uint8_t x_43; +x_43 = lean_nat_dec_le(x_40, x_40); +if (x_43 == 0) +{ +lean_object* x_44; +lean_dec(x_40); +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_7); +lean_dec(x_3); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_5); +lean_ctor_set(x_44, 1, x_8); return x_44; } +else +{ +size_t x_45; size_t x_46; lean_object* x_47; +x_45 = lean_usize_of_nat(x_39); +lean_dec(x_39); +x_46 = lean_usize_of_nat(x_40); +lean_dec(x_40); +x_47 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(x_1, x_2, x_3, x_38, x_45, x_46, x_5, x_7, x_8); +lean_dec(x_7); +lean_dec(x_38); +return x_47; +} } } } else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -x_45 = lean_ctor_get(x_4, 0); -x_46 = lean_usize_to_nat(x_5); -x_47 = lean_array_get_size(x_45); -x_48 = lean_nat_dec_lt(x_46, x_47); -if (x_48 == 0) +lean_object* x_48; lean_object* x_49; uint8_t x_50; +lean_dec(x_6); +x_48 = lean_ctor_get(x_4, 0); +lean_inc(x_48); +lean_inc(x_7); +lean_inc(x_3); +x_49 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(x_1, x_2, x_3, x_48, x_5, x_7, x_8); +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) { -lean_object* x_49; -lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_8); +lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_51 = lean_ctor_get(x_49, 0); +x_52 = lean_ctor_get(x_49, 1); +x_53 = lean_ctor_get(x_4, 1); +lean_inc(x_53); +lean_dec(x_4); +x_54 = lean_array_get_size(x_53); +x_55 = lean_nat_dec_lt(x_9, x_54); +if (x_55 == 0) +{ +lean_dec(x_54); +lean_dec(x_53); +lean_dec(x_7); lean_dec(x_3); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_7); -lean_ctor_set(x_49, 1, x_9); return x_49; } else { -uint8_t x_50; -x_50 = lean_nat_dec_le(x_47, x_47); -if (x_50 == 0) +uint8_t x_56; +x_56 = lean_nat_dec_le(x_54, x_54); +if (x_56 == 0) { -lean_object* x_51; -lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_8); +lean_dec(x_54); +lean_dec(x_53); +lean_dec(x_7); lean_dec(x_3); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_7); -lean_ctor_set(x_51, 1, x_9); -return x_51; +return x_49; +} +else +{ +size_t x_57; size_t x_58; lean_object* x_59; +lean_free_object(x_49); +x_57 = 0; +x_58 = lean_usize_of_nat(x_54); +lean_dec(x_54); +x_59 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(x_1, x_2, x_3, x_53, x_57, x_58, x_51, x_7, x_52); +lean_dec(x_7); +lean_dec(x_53); +return x_59; +} +} +} +else +{ +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +x_60 = lean_ctor_get(x_49, 0); +x_61 = lean_ctor_get(x_49, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_49); +x_62 = lean_ctor_get(x_4, 1); +lean_inc(x_62); +lean_dec(x_4); +x_63 = lean_array_get_size(x_62); +x_64 = lean_nat_dec_lt(x_9, x_63); +if (x_64 == 0) +{ +lean_object* x_65; +lean_dec(x_63); +lean_dec(x_62); +lean_dec(x_7); +lean_dec(x_3); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_60); +lean_ctor_set(x_65, 1, x_61); +return x_65; +} +else +{ +uint8_t x_66; +x_66 = lean_nat_dec_le(x_63, x_63); +if (x_66 == 0) +{ +lean_object* x_67; +lean_dec(x_63); +lean_dec(x_62); +lean_dec(x_7); +lean_dec(x_3); +x_67 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_67, 0, x_60); +lean_ctor_set(x_67, 1, x_61); +return x_67; +} +else +{ +size_t x_68; size_t x_69; lean_object* x_70; +x_68 = 0; +x_69 = lean_usize_of_nat(x_63); +lean_dec(x_63); +x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(x_1, x_2, x_3, x_62, x_68, x_69, x_60, x_7, x_61); +lean_dec(x_7); +lean_dec(x_62); +return x_70; +} +} +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +lean_object* x_9; lean_object* x_10; +x_9 = lean_ctor_get(x_4, 1); +lean_inc(x_9); +lean_dec(x_4); +x_10 = l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); +return x_10; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 5) +{ +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_5, x_9); +return x_10; +} +else +{ +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} +} } else { -size_t x_52; size_t x_53; lean_object* x_54; -x_52 = lean_usize_of_nat(x_46); -lean_dec(x_46); -x_53 = lean_usize_of_nat(x_47); -lean_dec(x_47); -x_54 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(x_1, x_2, x_3, x_45, x_52, x_53, x_7, x_8, x_9); -lean_dec(x_8); -return x_54; -} -} +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_2, x_3); +return x_15; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(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_object* x_9) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_10; lean_object* x_11; uint8_t x_16; -x_16 = lean_usize_dec_eq(x_5, x_6); -if (x_16 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_17; -x_17 = lean_array_uget(x_4, x_5); -if (lean_obj_tag(x_17) == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(x_1, x_6); +if (x_7 == 0) { -size_t x_18; size_t x_19; -x_18 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; goto _start; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_36; uint8_t x_114; -x_21 = lean_ctor_get(x_17, 0); -lean_inc(x_21); -lean_dec(x_17); -lean_inc(x_3); -x_114 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_7, x_21, x_3, x_3); -if (x_114 == 0) -{ -lean_object* x_115; uint8_t x_116; -x_115 = lean_unsigned_to_nat(0u); -x_116 = lean_nat_dec_lt(x_115, x_2); -if (x_116 == 0) -{ -lean_object* x_117; -x_117 = lean_box(0); -x_36 = x_117; -goto block_113; -} -else -{ -uint8_t x_118; -x_118 = lean_nat_dec_le(x_2, x_2); -if (x_118 == 0) -{ -lean_object* x_119; -x_119 = lean_box(0); -x_36 = x_119; -goto block_113; +uint8_t x_11; +x_11 = 1; +return x_11; } -else -{ -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_2); -x_122 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_21, x_1, x_120, x_121); -if (x_122 == 0) -{ -lean_object* x_123; -x_123 = lean_box(0); -x_36 = x_123; -goto block_113; } else { -lean_object* x_124; lean_object* x_125; -x_124 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_125 = lean_array_push(x_7, x_124); -x_10 = x_125; -x_11 = x_9; -goto block_15; -} -} +uint8_t x_12; +x_12 = 0; +return x_12; } } -else -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; } -block_35: +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = !lean_is_exclusive(x_9); -if (x_25 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_26; -x_26 = lean_ctor_get(x_9, 0); -lean_dec(x_26); -lean_ctor_set(x_9, 0, x_24); -if (x_22 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_27; lean_object* x_28; -x_27 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_28 = lean_array_push(x_7, x_27); -x_10 = x_28; -x_11 = x_9; -goto block_15; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_9, 1); -x_30 = lean_ctor_get(x_9, 2); -x_31 = lean_ctor_get(x_9, 3); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_9); -x_32 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_32, 0, x_24); -lean_ctor_set(x_32, 1, x_29); -lean_ctor_set(x_32, 2, x_30); -lean_ctor_set(x_32, 3, x_31); -if (x_22 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_32; -goto block_15; +uint8_t x_16; +x_16 = 1; +return x_16; +} +} } else { -lean_object* x_33; lean_object* x_34; -x_33 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_34 = lean_array_push(x_7, x_33); -x_10 = x_34; -x_11 = x_32; -goto block_15; +uint8_t x_17; +x_17 = 0; +return x_17; } } } -block_113: -{ -lean_dec(x_36); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_37; uint8_t x_38; -x_37 = lean_ctor_get(x_21, 3); -lean_inc(x_37); -x_38 = !lean_is_exclusive(x_9); -if (x_38 == 0) +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_39 = lean_ctor_get(x_9, 0); -x_40 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Expr_hasFVar(x_37); -if (x_42 == 0) +if (lean_obj_tag(x_2) == 0) { -uint8_t x_43; -x_43 = l_Lean_Expr_hasMVar(x_37); -if (x_43 == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -lean_dec(x_41); -lean_dec(x_37); -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_39); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_41); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -lean_ctor_set(x_9, 0, x_47); -x_48 = lean_unbox(x_46); -lean_dec(x_46); -if (x_48 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } else { -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_50 = lean_array_push(x_7, x_49); -x_10 = x_50; -x_11 = x_9; -goto block_15; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; } } } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -lean_dec(x_39); -x_51 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_41); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_ctor_set(x_9, 0, x_54); -x_55 = lean_unbox(x_53); -lean_dec(x_53); -if (x_55 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -lean_object* x_56; lean_object* x_57; -x_56 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_57 = lean_array_push(x_7, x_56); -x_10 = x_57; -x_11 = x_9; -goto block_15; +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } -else +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -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; -x_58 = lean_ctor_get(x_9, 0); -x_59 = lean_ctor_get(x_9, 1); -x_60 = lean_ctor_get(x_9, 2); -x_61 = lean_ctor_get(x_9, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_9); -x_62 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_58); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l_Lean_Expr_hasFVar(x_37); -if (x_64 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_65; -x_65 = l_Lean_Expr_hasMVar(x_37); -if (x_65 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_object* x_66; -lean_dec(x_63); -lean_dec(x_37); -lean_dec(x_21); -x_66 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_66, 0, x_58); -lean_ctor_set(x_66, 1, x_59); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_61); -x_10 = x_7; -x_11 = x_66; -goto block_15; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -lean_dec(x_58); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_63); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_59); -lean_ctor_set(x_71, 2, x_60); -lean_ctor_set(x_71, 3, x_61); -x_72 = lean_unbox(x_69); -lean_dec(x_69); -if (x_72 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_71; -goto block_15; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_74 = lean_array_push(x_7, x_73); -x_10 = x_74; -x_11 = x_71; -goto block_15; -} +uint8_t x_16; +x_16 = 1; +return x_16; } } -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_58); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_63); -x_76 = lean_ctor_get(x_75, 1); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_59); -lean_ctor_set(x_79, 2, x_60); -lean_ctor_set(x_79, 3, x_61); -x_80 = lean_unbox(x_77); -lean_dec(x_77); -if (x_80 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_79; -goto block_15; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_82 = lean_array_push(x_7, x_81); -x_10 = x_82; -x_11 = x_79; -goto block_15; +uint8_t x_17; +x_17 = 0; +return x_17; } } } +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(x_1, x_3); +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) +{ +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_83 = lean_ctor_get(x_21, 3); -lean_inc(x_83); -x_84 = lean_ctor_get(x_21, 4); -lean_inc(x_84); -x_99 = lean_ctor_get(x_9, 0); -lean_inc(x_99); -x_100 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_Expr_hasFVar(x_83); -if (x_102 == 0) -{ -uint8_t x_103; -x_103 = l_Lean_Expr_hasMVar(x_83); -if (x_103 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -uint8_t x_104; -lean_dec(x_83); -x_104 = 0; -x_85 = x_104; -x_86 = x_101; -goto block_98; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_83, x_101); -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 = lean_unbox(x_106); -lean_dec(x_106); -x_85 = x_108; -x_86 = x_107; -goto block_98; +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; +} } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_83, x_101); -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 = lean_unbox(x_110); -lean_dec(x_110); -x_85 = x_112; -x_86 = x_111; -goto block_98; +lean_dec(x_2); +return x_4; +} } -block_98: +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -if (x_85 == 0) +switch (lean_obj_tag(x_2)) { +case 1: { -uint8_t x_87; -x_87 = l_Lean_Expr_hasFVar(x_84); -if (x_87 == 0) +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: { -uint8_t x_88; -x_88 = l_Lean_Expr_hasMVar(x_84); -if (x_88 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) { -uint8_t x_89; -lean_dec(x_84); -x_89 = 0; -x_22 = x_89; -x_23 = x_86; -goto block_35; -} -else +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_84, x_86); -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 = lean_unbox(x_91); -lean_dec(x_91); -x_22 = x_93; -x_23 = x_92; -goto block_35; -} +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_7, x_84, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_unbox(x_95); -lean_dec(x_95); -x_22 = x_97; -x_23 = x_96; -goto block_35; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; } } else { -lean_dec(x_84); -x_22 = x_85; -x_23 = x_86; -goto block_35; -} -} -} -} +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_29, x_28); +return x_30; } } -else +case 5: { -lean_object* x_126; -lean_dec(x_3); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_7); -lean_ctor_set(x_126, 1, x_9); -return x_126; -} -block_15: +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) { -size_t x_12; size_t x_13; -x_12 = 1; -x_13 = lean_usize_add(x_5, x_12); -x_5 = x_13; -x_7 = x_10; -x_9 = x_11; -goto _start; -} -} +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_2, x_3); +return x_33; } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(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_object* x_9) { -_start: -{ -lean_object* x_10; lean_object* x_11; uint8_t x_16; -x_16 = lean_usize_dec_eq(x_5, x_6); -if (x_16 == 0) +else { -lean_object* x_17; -x_17 = lean_array_uget(x_4, x_5); -if (lean_obj_tag(x_17) == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { -size_t x_18; size_t x_19; -x_18 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; goto _start; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_36; uint8_t x_114; -x_21 = lean_ctor_get(x_17, 0); -lean_inc(x_21); -lean_dec(x_17); -lean_inc(x_3); -x_114 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_7, x_21, x_3, x_3); -if (x_114 == 0) -{ -lean_object* x_115; uint8_t x_116; -x_115 = lean_unsigned_to_nat(0u); -x_116 = lean_nat_dec_lt(x_115, x_2); -if (x_116 == 0) -{ -lean_object* x_117; -x_117 = lean_box(0); -x_36 = x_117; -goto block_113; +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_2, x_36); +return x_40; } -else +} +} +case 6: { -uint8_t x_118; -x_118 = lean_nat_dec_le(x_2, x_2); -if (x_118 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) { -lean_object* x_119; -x_119 = lean_box(0); -x_36 = x_119; -goto block_113; +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_42, x_46); +return x_47; } else { -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_2); -x_122 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_21, x_1, x_120, x_121); -if (x_122 == 0) +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) { -lean_object* x_123; -x_123 = lean_box(0); -x_36 = x_123; -goto block_113; +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -lean_object* x_124; lean_object* x_125; -x_124 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_125 = lean_array_push(x_7, x_124); -x_10 = x_125; -x_11 = x_9; -goto block_15; -} -} +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } -else -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; } -block_35: -{ -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = !lean_is_exclusive(x_9); -if (x_25 == 0) -{ -lean_object* x_26; -x_26 = lean_ctor_get(x_9, 0); -lean_dec(x_26); -lean_ctor_set(x_9, 0, x_24); -if (x_22 == 0) +case 7: { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; -} -else +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_28 = lean_array_push(x_7, x_27); -x_10 = x_28; -x_11 = x_9; -goto block_15; -} +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_53, x_57); +return x_58; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_9, 1); -x_30 = lean_ctor_get(x_9, 2); -x_31 = lean_ctor_get(x_9, 3); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_9); -x_32 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_32, 0, x_24); -lean_ctor_set(x_32, 1, x_29); -lean_ctor_set(x_32, 2, x_30); -lean_ctor_set(x_32, 3, x_31); -if (x_22 == 0) +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_32; -goto block_15; +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } else { -lean_object* x_33; lean_object* x_34; -x_33 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_34 = lean_array_push(x_7, x_33); -x_10 = x_34; -x_11 = x_32; -goto block_15; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } -block_113: -{ -lean_dec(x_36); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_37; uint8_t x_38; -x_37 = lean_ctor_get(x_21, 3); -lean_inc(x_37); -x_38 = !lean_is_exclusive(x_9); -if (x_38 == 0) +case 8: { -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_39 = lean_ctor_get(x_9, 0); -x_40 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Expr_hasFVar(x_37); -if (x_42 == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -uint8_t x_43; -x_43 = l_Lean_Expr_hasMVar(x_37); -if (x_43 == 0) +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_dec(x_41); -lean_dec(x_37); -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_65, x_73); +return x_74; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_39); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_41); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -lean_ctor_set(x_9, 0, x_47); -x_48 = lean_unbox(x_46); -lean_dec(x_46); -if (x_48 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_50 = lean_array_push(x_7, x_49); -x_10 = x_50; -x_11 = x_9; -goto block_15; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -lean_dec(x_39); -x_51 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_41); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_ctor_set(x_9, 0, x_54); -x_55 = lean_unbox(x_53); -lean_dec(x_53); -if (x_55 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -lean_object* x_56; lean_object* x_57; -x_56 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_57 = lean_array_push(x_7, x_56); -x_10 = x_57; -x_11 = x_9; -goto block_15; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 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_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; -x_58 = lean_ctor_get(x_9, 0); -x_59 = lean_ctor_get(x_9, 1); -x_60 = lean_ctor_get(x_9, 2); -x_61 = lean_ctor_get(x_9, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_9); -x_62 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_58); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l_Lean_Expr_hasFVar(x_37); -if (x_64 == 0) -{ -uint8_t x_65; -x_65 = l_Lean_Expr_hasMVar(x_37); -if (x_65 == 0) +case 10: { -lean_object* x_66; -lean_dec(x_63); -lean_dec(x_37); -lean_dec(x_21); -x_66 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_66, 0, x_58); -lean_ctor_set(x_66, 1, x_59); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_61); -x_10 = x_7; -x_11 = x_66; -goto block_15; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_83, x_3); +return x_84; } -else -{ -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -lean_dec(x_58); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_63); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_59); -lean_ctor_set(x_71, 2, x_60); -lean_ctor_set(x_71, 3, x_61); -x_72 = lean_unbox(x_69); -lean_dec(x_69); -if (x_72 == 0) +case 11: { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_71; -goto block_15; +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_85, x_3); +return x_86; } -else +default: { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_74 = lean_array_push(x_7, x_73); -x_10 = x_74; -x_11 = x_71; -goto block_15; +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } -else +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -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_58); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_63); -x_76 = lean_ctor_get(x_75, 1); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_59); -lean_ctor_set(x_79, 2, x_60); -lean_ctor_set(x_79, 3, x_61); -x_80 = lean_unbox(x_77); -lean_dec(x_77); -if (x_80 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_79; -goto block_15; +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_82 = lean_array_push(x_7, x_81); -x_10 = x_82; -x_11 = x_79; -goto block_15; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } } +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(x_1, x_2, x_15); +return x_16; +} } } -else +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_83 = lean_ctor_get(x_21, 3); -lean_inc(x_83); -x_84 = lean_ctor_get(x_21, 4); -lean_inc(x_84); -x_99 = lean_ctor_get(x_9, 0); -lean_inc(x_99); -x_100 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_Expr_hasFVar(x_83); -if (x_102 == 0) +if (lean_obj_tag(x_2) == 5) { -uint8_t x_103; -x_103 = l_Lean_Expr_hasMVar(x_83); -if (x_103 == 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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -uint8_t x_104; -lean_dec(x_83); -x_104 = 0; -x_85 = x_104; -x_86 = x_101; -goto block_98; +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_5, x_9); +return x_10; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_83, x_101); -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 = lean_unbox(x_106); -lean_dec(x_106); -x_85 = x_108; -x_86 = x_107; -goto block_98; +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) +{ +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; +} } } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_83, x_101); -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 = lean_unbox(x_110); -lean_dec(x_110); -x_85 = x_112; -x_86 = x_111; -goto block_98; +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_2, x_3); +return x_15; } -block_98: -{ -if (x_85 == 0) -{ -uint8_t x_87; -x_87 = l_Lean_Expr_hasFVar(x_84); -if (x_87 == 0) +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -uint8_t x_88; -x_88 = l_Lean_Expr_hasMVar(x_84); -if (x_88 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_89; -lean_dec(x_84); -x_89 = 0; -x_22 = x_89; -x_23 = x_86; -goto block_35; -} -else +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(x_1, x_6); +if (x_7 == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_84, x_86); -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 = lean_unbox(x_91); -lean_dec(x_91); -x_22 = x_93; -x_23 = x_92; -goto block_35; -} +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_7, x_84, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_unbox(x_95); -lean_dec(x_95); -x_22 = x_97; -x_23 = x_96; -goto block_35; +uint8_t x_11; +x_11 = 1; +return x_11; } } else { -lean_dec(x_84); -x_22 = x_85; -x_23 = x_86; -goto block_35; -} -} +uint8_t x_12; +x_12 = 0; +return x_12; } } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_126; -lean_dec(x_3); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_7); -lean_ctor_set(x_126, 1, x_9); -return x_126; -} -block_15: +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -size_t x_12; size_t x_13; -x_12 = 1; -x_13 = lean_usize_add(x_5, x_12); -x_5 = x_13; -x_7 = x_10; -x_9 = x_11; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; goto _start; } +else +{ +uint8_t x_16; +x_16 = 1; +return x_16; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(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_object* x_9) { -_start: -{ -uint8_t x_10; -x_10 = lean_usize_dec_eq(x_5, x_6); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; -x_11 = lean_array_uget(x_4, x_5); -lean_inc(x_8); -lean_inc(x_3); -x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(x_1, x_2, x_3, x_11, x_7, x_8, x_9); -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 = 1; -x_16 = lean_usize_add(x_5, x_15); -x_5 = x_16; -x_7 = x_13; -x_9 = x_14; -goto _start; } else { -lean_object* x_18; -lean_dec(x_8); -lean_dec(x_3); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_7); -lean_ctor_set(x_18, 1, x_9); -return x_18; +uint8_t x_17; +x_17 = 0; +return x_17; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(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_object* x_9) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_10; lean_object* x_11; uint8_t x_16; -x_16 = lean_usize_dec_eq(x_5, x_6); -if (x_16 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_17; -x_17 = lean_array_uget(x_4, x_5); -if (lean_obj_tag(x_17) == 0) +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) { -size_t x_18; size_t x_19; -x_18 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; -goto _start; +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_36; uint8_t x_114; -x_21 = lean_ctor_get(x_17, 0); -lean_inc(x_21); -lean_dec(x_17); -lean_inc(x_3); -x_114 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_7, x_21, x_3, x_3); -if (x_114 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_object* x_115; uint8_t x_116; -x_115 = lean_unsigned_to_nat(0u); -x_116 = lean_nat_dec_lt(x_115, x_2); -if (x_116 == 0) +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; +} +else { -lean_object* x_117; -x_117 = lean_box(0); -x_36 = x_117; -goto block_113; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(x_1, x_3, x_10, x_11); +lean_dec(x_3); +return x_12; +} +} } else { -uint8_t x_118; -x_118 = lean_nat_dec_le(x_2, x_2); -if (x_118 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_object* x_119; -x_119 = lean_box(0); -x_36 = x_119; -goto block_113; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_2); -x_122 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_21, x_1, x_120, x_121); -if (x_122 == 0) +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) { -lean_object* x_123; -x_123 = lean_box(0); -x_36 = x_123; -goto block_113; +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; } else { -lean_object* x_124; lean_object* x_125; -x_124 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_125 = lean_array_push(x_7, x_124); -x_10 = x_125; -x_11 = x_9; -goto block_15; +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } } -else -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; } -block_35: +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = !lean_is_exclusive(x_9); -if (x_25 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -lean_object* x_26; -x_26 = lean_ctor_get(x_9, 0); -lean_dec(x_26); -lean_ctor_set(x_9, 0, x_24); -if (x_22 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_27; lean_object* x_28; -x_27 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_28 = lean_array_push(x_7, x_27); -x_10 = x_28; -x_11 = x_9; -goto block_15; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_9, 1); -x_30 = lean_ctor_get(x_9, 2); -x_31 = lean_ctor_get(x_9, 3); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_9); -x_32 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_32, 0, x_24); -lean_ctor_set(x_32, 1, x_29); -lean_ctor_set(x_32, 2, x_30); -lean_ctor_set(x_32, 3, x_31); -if (x_22 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_32; -goto block_15; +uint8_t x_16; +x_16 = 1; +return x_16; +} +} } else { -lean_object* x_33; lean_object* x_34; -x_33 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_34 = lean_array_push(x_7, x_33); -x_10 = x_34; -x_11 = x_32; -goto block_15; +uint8_t x_17; +x_17 = 0; +return x_17; } } } -block_113: -{ -lean_dec(x_36); -if (lean_obj_tag(x_21) == 0) -{ -lean_object* x_37; uint8_t x_38; -x_37 = lean_ctor_get(x_21, 3); -lean_inc(x_37); -x_38 = !lean_is_exclusive(x_9); -if (x_38 == 0) +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_39 = lean_ctor_get(x_9, 0); -x_40 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Expr_hasFVar(x_37); -if (x_42 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(x_1, x_3); +if (x_4 == 0) { -uint8_t x_43; -x_43 = l_Lean_Expr_hasMVar(x_37); -if (x_43 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -lean_dec(x_41); -lean_dec(x_37); -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_39); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_41); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -lean_ctor_set(x_9, 0, x_47); -x_48 = lean_unbox(x_46); -lean_dec(x_46); -if (x_48 == 0) +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_50 = lean_array_push(x_7, x_49); -x_10 = x_50; -x_11 = x_9; -goto block_15; -} +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -lean_dec(x_39); -x_51 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_41); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_ctor_set(x_9, 0, x_54); -x_55 = lean_unbox(x_53); -lean_dec(x_53); -if (x_55 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; } else { -lean_object* x_56; lean_object* x_57; -x_56 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_57 = lean_array_push(x_7, x_56); -x_10 = x_57; -x_11 = x_9; -goto block_15; +lean_dec(x_2); +return x_4; } } } -else -{ -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; -x_58 = lean_ctor_get(x_9, 0); -x_59 = lean_ctor_get(x_9, 1); -x_60 = lean_ctor_get(x_9, 2); -x_61 = lean_ctor_get(x_9, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_9); -x_62 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_58); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l_Lean_Expr_hasFVar(x_37); -if (x_64 == 0) +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -uint8_t x_65; -x_65 = l_Lean_Expr_hasMVar(x_37); -if (x_65 == 0) +switch (lean_obj_tag(x_2)) { +case 1: { -lean_object* x_66; -lean_dec(x_63); -lean_dec(x_37); -lean_dec(x_21); -x_66 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_66, 0, x_58); -lean_ctor_set(x_66, 1, x_59); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_61); -x_10 = x_7; -x_11 = x_66; -goto block_15; +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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 +case 2: { -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -lean_dec(x_58); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_63); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_59); -lean_ctor_set(x_71, 2, x_60); -lean_ctor_set(x_71, 3, x_61); -x_72 = lean_unbox(x_69); -lean_dec(x_69); -if (x_72 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_71; -goto block_15; +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); +lean_dec(x_13); +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; } else { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_74 = lean_array_push(x_7, x_73); -x_10 = x_74; -x_11 = x_71; -goto block_15; -} -} +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); +lean_inc(x_20); +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; } -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_58); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_63); -x_76 = lean_ctor_get(x_75, 1); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_59); -lean_ctor_set(x_79, 2, x_60); -lean_ctor_set(x_79, 3, x_61); -x_80 = lean_unbox(x_77); -lean_dec(x_77); -if (x_80 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_79; -goto block_15; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_82 = lean_array_push(x_7, x_81); -x_10 = x_82; -x_11 = x_79; -goto block_15; -} +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_29, x_28); +return x_30; } } +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_2, x_3); +return x_33; } else { -lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_83 = lean_ctor_get(x_21, 3); -lean_inc(x_83); -x_84 = lean_ctor_get(x_21, 4); -lean_inc(x_84); -x_99 = lean_ctor_get(x_9, 0); -lean_inc(x_99); -x_100 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_Expr_hasFVar(x_83); -if (x_102 == 0) -{ -uint8_t x_103; -x_103 = l_Lean_Expr_hasMVar(x_83); -if (x_103 == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { -uint8_t x_104; -lean_dec(x_83); -x_104 = 0; -x_85 = x_104; -x_86 = x_101; -goto block_98; +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_83, x_101); -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 = lean_unbox(x_106); -lean_dec(x_106); -x_85 = x_108; -x_86 = x_107; -goto block_98; +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_2, x_36); +return x_40; } } -else -{ -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_83, x_101); -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 = lean_unbox(x_110); -lean_dec(x_110); -x_85 = x_112; -x_86 = x_111; -goto block_98; } -block_98: -{ -if (x_85 == 0) -{ -uint8_t x_87; -x_87 = l_Lean_Expr_hasFVar(x_84); -if (x_87 == 0) +case 6: { -uint8_t x_88; -x_88 = l_Lean_Expr_hasMVar(x_84); -if (x_88 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) { -uint8_t x_89; -lean_dec(x_84); -x_89 = 0; -x_22 = x_89; -x_23 = x_86; -goto block_35; +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_42, x_46); +return x_47; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_84, x_86); -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 = lean_unbox(x_91); -lean_dec(x_91); -x_22 = x_93; -x_23 = x_92; -goto block_35; -} -} -else +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_7, x_84, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_unbox(x_95); -lean_dec(x_95); -x_22 = x_97; -x_23 = x_96; -goto block_35; -} +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -lean_dec(x_84); -x_22 = x_85; -x_23 = x_86; -goto block_35; -} -} +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } +case 7: +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) +{ +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_53, x_57); +return x_58; } else { -lean_object* x_126; -lean_dec(x_3); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_7); -lean_ctor_set(x_126, 1, x_9); -return x_126; +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) +{ +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } -block_15: +else { -size_t x_12; size_t x_13; -x_12 = 1; -x_13 = lean_usize_add(x_5, x_12); -x_5 = x_13; -x_7 = x_10; -x_9 = x_11; -goto _start; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(lean_object* x_1, 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: +case 8: { -if (lean_obj_tag(x_4) == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_8 = lean_ctor_get(x_4, 0); -lean_inc(x_8); -lean_dec(x_4); -x_9 = lean_array_get_size(x_8); -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_lt(x_10, x_9); -if (x_11 == 0) +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_object* x_12; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_3); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_5); -lean_ctor_set(x_12, 1, x_7); -return x_12; +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_13; -x_13 = lean_nat_dec_le(x_9, x_9); -if (x_13 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_object* x_14; -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_6); -lean_dec(x_3); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_5); -lean_ctor_set(x_14, 1, x_7); -return x_14; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -size_t x_15; size_t x_16; lean_object* x_17; -x_15 = 0; -x_16 = lean_usize_of_nat(x_9); -lean_dec(x_9); -x_17 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(x_1, x_2, x_3, x_8, x_15, x_16, x_5, x_6, x_7); -lean_dec(x_8); -return x_17; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_18 = lean_ctor_get(x_4, 0); -lean_inc(x_18); -lean_dec(x_4); -x_19 = lean_array_get_size(x_18); -x_20 = lean_unsigned_to_nat(0u); -x_21 = lean_nat_dec_lt(x_20, x_19); -if (x_21 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_object* x_22; -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_6); -lean_dec(x_3); -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_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -uint8_t x_23; -x_23 = lean_nat_dec_le(x_19, x_19); -if (x_23 == 0) +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; +} +} +} +case 10: { -lean_object* x_24; -lean_dec(x_19); -lean_dec(x_18); -lean_dec(x_6); -lean_dec(x_3); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_5); -lean_ctor_set(x_24, 1, x_7); -return x_24; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_83, x_3); +return x_84; } -else +case 11: { -size_t x_25; size_t x_26; lean_object* x_27; -x_25 = 0; -x_26 = lean_usize_of_nat(x_19); -lean_dec(x_19); -x_27 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(x_1, x_2, x_3, x_18, x_25, x_26, x_5, x_6, x_7); -lean_dec(x_6); -lean_dec(x_18); -return x_27; +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_85, x_3); +return x_86; } +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(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_object* x_9) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_10; lean_object* x_11; uint8_t x_16; -x_16 = lean_usize_dec_eq(x_5, x_6); -if (x_16 == 0) -{ -lean_object* x_17; -x_17 = lean_array_uget(x_4, x_5); -if (lean_obj_tag(x_17) == 0) -{ -size_t x_18; size_t x_19; -x_18 = 1; -x_19 = lean_usize_add(x_5, x_18); -x_5 = x_19; -goto _start; -} -else -{ -lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_36; uint8_t x_114; -x_21 = lean_ctor_get(x_17, 0); -lean_inc(x_21); -lean_dec(x_17); -lean_inc(x_3); -x_114 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_7, x_21, x_3, x_3); -if (x_114 == 0) +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) { -lean_object* x_115; uint8_t x_116; -x_115 = lean_unsigned_to_nat(0u); -x_116 = lean_nat_dec_lt(x_115, x_2); -if (x_116 == 0) +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) { -lean_object* x_117; -x_117 = lean_box(0); -x_36 = x_117; -goto block_113; +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; } else { -uint8_t x_118; -x_118 = lean_nat_dec_le(x_2, x_2); -if (x_118 == 0) -{ -lean_object* x_119; -x_119 = lean_box(0); -x_36 = x_119; -goto block_113; +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); +lean_dec(x_4); +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; } -else -{ -size_t x_120; size_t x_121; uint8_t x_122; -x_120 = 0; -x_121 = lean_usize_of_nat(x_2); -x_122 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_21, x_1, x_120, x_121); -if (x_122 == 0) -{ -lean_object* x_123; -x_123 = lean_box(0); -x_36 = x_123; -goto block_113; } else { -lean_object* x_124; lean_object* x_125; -x_124 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_125 = lean_array_push(x_7, x_124); -x_10 = x_125; -x_11 = x_9; -goto block_15; -} -} +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100(x_1, x_2, x_15); +return x_16; } } -else -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; } -block_35: -{ -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -x_25 = !lean_is_exclusive(x_9); -if (x_25 == 0) +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: { -lean_object* x_26; -x_26 = lean_ctor_get(x_9, 0); -lean_dec(x_26); -lean_ctor_set(x_9, 0, x_24); -if (x_22 == 0) +if (lean_obj_tag(x_2) == 5) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; -} -else +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_2, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_4, x_3); +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_unbox(x_7); +if (x_8 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_28 = lean_array_push(x_7, x_27); -x_10 = x_28; -x_11 = x_9; -goto block_15; -} +lean_object* x_9; lean_object* x_10; +lean_dec(x_7); +x_9 = lean_ctor_get(x_6, 1); +lean_inc(x_9); +lean_dec(x_6); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_5, x_9); +return x_10; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_9, 1); -x_30 = lean_ctor_get(x_9, 2); -x_31 = lean_ctor_get(x_9, 3); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_9); -x_32 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_32, 0, x_24); -lean_ctor_set(x_32, 1, x_29); -lean_ctor_set(x_32, 2, x_30); -lean_ctor_set(x_32, 3, x_31); -if (x_22 == 0) +uint8_t x_11; +lean_dec(x_5); +x_11 = !lean_is_exclusive(x_6); +if (x_11 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_32; -goto block_15; +lean_object* x_12; +x_12 = lean_ctor_get(x_6, 0); +lean_dec(x_12); +return x_6; } else { -lean_object* x_33; lean_object* x_34; -x_33 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_34 = lean_array_push(x_7, x_33); -x_10 = x_34; -x_11 = x_32; -goto block_15; +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 1); +lean_inc(x_13); +lean_dec(x_6); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_7); +lean_ctor_set(x_14, 1, x_13); +return x_14; } } } -block_113: -{ -lean_dec(x_36); -if (lean_obj_tag(x_21) == 0) +else { -lean_object* x_37; uint8_t x_38; -x_37 = lean_ctor_get(x_21, 3); -lean_inc(x_37); -x_38 = !lean_is_exclusive(x_9); -if (x_38 == 0) +lean_object* x_15; +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_2, x_3); +return x_15; +} +} +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_39; lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_39 = lean_ctor_get(x_9, 0); -x_40 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_39); -x_42 = l_Lean_Expr_hasFVar(x_37); -if (x_42 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_43; -x_43 = l_Lean_Expr_hasMVar(x_37); -if (x_43 == 0) +lean_object* x_6; uint8_t x_7; +x_6 = lean_array_uget(x_2, x_3); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(x_1, x_6); +if (x_7 == 0) { -lean_dec(x_41); -lean_dec(x_37); -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +size_t x_8; size_t x_9; +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_3 = x_9; +goto _start; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -lean_dec(x_39); -x_44 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_41); -x_45 = lean_ctor_get(x_44, 1); -lean_inc(x_45); -x_46 = lean_ctor_get(x_44, 0); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_ctor_get(x_45, 1); -lean_inc(x_47); -lean_dec(x_45); -lean_ctor_set(x_9, 0, x_47); -x_48 = lean_unbox(x_46); -lean_dec(x_46); -if (x_48 == 0) -{ -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +uint8_t x_11; +x_11 = 1; +return x_11; +} } else { -lean_object* x_49; lean_object* x_50; -x_49 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_50 = lean_array_push(x_7, x_49); -x_10 = x_50; -x_11 = x_9; -goto block_15; +uint8_t x_12; +x_12 = 0; +return x_12; +} } } +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -lean_dec(x_39); -x_51 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_41); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 0); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_ctor_get(x_52, 1); -lean_inc(x_54); -lean_dec(x_52); -lean_ctor_set(x_9, 0, x_54); -x_55 = lean_unbox(x_53); -lean_dec(x_53); -if (x_55 == 0) +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_9; -goto block_15; +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_56; lean_object* x_57; -x_56 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_57 = lean_array_push(x_7, x_56); -x_10 = x_57; -x_11 = x_9; -goto block_15; +uint8_t x_16; +x_16 = 1; +return x_16; } } } else { -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; -x_58 = lean_ctor_get(x_9, 0); -x_59 = lean_ctor_get(x_9, 1); -x_60 = lean_ctor_get(x_9, 2); -x_61 = lean_ctor_get(x_9, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_9); -x_62 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_58); -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_58); -x_64 = l_Lean_Expr_hasFVar(x_37); -if (x_64 == 0) +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_65; -x_65 = l_Lean_Expr_hasMVar(x_37); -if (x_65 == 0) +if (lean_obj_tag(x_2) == 0) { -lean_object* x_66; -lean_dec(x_63); -lean_dec(x_37); -lean_dec(x_21); -x_66 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_66, 0, x_58); -lean_ctor_set(x_66, 1, x_59); -lean_ctor_set(x_66, 2, x_60); -lean_ctor_set(x_66, 3, x_61); -x_10 = x_7; -x_11 = x_66; -goto block_15; +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint8_t x_6; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +lean_dec(x_2); +x_4 = lean_array_get_size(x_3); +x_5 = lean_unsigned_to_nat(0u); +x_6 = lean_nat_dec_lt(x_5, x_4); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_4); +lean_dec(x_3); +x_7 = 0; +return x_7; } else { -lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; -lean_dec(x_58); -x_67 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__2(x_7, x_37, x_63); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 0); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_59); -lean_ctor_set(x_71, 2, x_60); -lean_ctor_set(x_71, 3, x_61); -x_72 = lean_unbox(x_69); -lean_dec(x_69); -if (x_72 == 0) +uint8_t x_8; +x_8 = lean_nat_dec_le(x_4, x_4); +if (x_8 == 0) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_71; -goto block_15; +uint8_t x_9; +lean_dec(x_4); +lean_dec(x_3); +x_9 = 0; +return x_9; } else { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_74 = lean_array_push(x_7, x_73); -x_10 = x_74; -x_11 = x_71; -goto block_15; +size_t x_10; size_t x_11; uint8_t x_12; +x_10 = 0; +x_11 = lean_usize_of_nat(x_4); +lean_dec(x_4); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(x_1, x_3, x_10, x_11); +lean_dec(x_3); +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_58); -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__10(x_7, x_37, x_63); -x_76 = lean_ctor_get(x_75, 1); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 0); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_79, 0, x_78); -lean_ctor_set(x_79, 1, x_59); -lean_ctor_set(x_79, 2, x_60); -lean_ctor_set(x_79, 3, x_61); -x_80 = lean_unbox(x_77); -lean_dec(x_77); -if (x_80 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_13 = lean_ctor_get(x_2, 0); +lean_inc(x_13); +lean_dec(x_2); +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) { -lean_dec(x_21); -x_10 = x_7; -x_11 = x_79; -goto block_15; +uint8_t x_17; +lean_dec(x_14); +lean_dec(x_13); +x_17 = 0; +return x_17; } else { -lean_object* x_81; lean_object* x_82; -x_81 = l_Lean_LocalDecl_toExpr(x_21); -lean_dec(x_21); -x_82 = lean_array_push(x_7, x_81); -x_10 = x_82; -x_11 = x_79; -goto block_15; +uint8_t x_18; +x_18 = lean_nat_dec_le(x_14, x_14); +if (x_18 == 0) +{ +uint8_t x_19; +lean_dec(x_14); +lean_dec(x_13); +x_19 = 0; +return x_19; +} +else +{ +size_t x_20; size_t x_21; uint8_t x_22; +x_20 = 0; +x_21 = lean_usize_of_nat(x_14); +lean_dec(x_14); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(x_1, x_13, x_20, x_21); +lean_dec(x_13); +return x_22; } } } } -else +} +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: { -lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_83 = lean_ctor_get(x_21, 3); -lean_inc(x_83); -x_84 = lean_ctor_get(x_21, 4); -lean_inc(x_84); -x_99 = lean_ctor_get(x_9, 0); -lean_inc(x_99); -x_100 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l_Lean_Expr_hasFVar(x_83); -if (x_102 == 0) +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) { -uint8_t x_103; -x_103 = l_Lean_Expr_hasMVar(x_83); -if (x_103 == 0) +lean_object* x_6; +x_6 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_6) == 0) { -uint8_t x_104; -lean_dec(x_83); -x_104 = 0; -x_85 = x_104; -x_86 = x_101; -goto block_98; +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_3, x_7); +x_3 = x_8; +goto _start; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; -x_105 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__34(x_7, x_83, x_101); -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 = lean_unbox(x_106); -lean_dec(x_106); -x_85 = x_108; -x_86 = x_107; -goto block_98; -} +lean_object* x_10; lean_object* x_11; uint8_t x_12; +x_10 = lean_ctor_get(x_6, 0); +lean_inc(x_10); +lean_dec(x_6); +x_11 = l_Lean_LocalDecl_fvarId(x_10); +lean_dec(x_10); +x_12 = lean_name_eq(x_1, x_11); +lean_dec(x_11); +if (x_12 == 0) +{ +size_t x_13; size_t x_14; +x_13 = 1; +x_14 = lean_usize_add(x_3, x_13); +x_3 = x_14; +goto _start; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; -x_109 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__42(x_7, x_83, x_101); -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 = lean_unbox(x_110); -lean_dec(x_110); -x_85 = x_112; -x_86 = x_111; -goto block_98; +uint8_t x_16; +x_16 = 1; +return x_16; } -block_98: +} +} +else { -if (x_85 == 0) +uint8_t x_17; +x_17 = 0; +return x_17; +} +} +} +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(lean_object* x_1, lean_object* x_2) { +_start: { -uint8_t x_87; -x_87 = l_Lean_Expr_hasFVar(x_84); -if (x_87 == 0) +lean_object* x_3; uint8_t x_4; +x_3 = lean_ctor_get(x_2, 0); +lean_inc(x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(x_1, x_3); +if (x_4 == 0) { -uint8_t x_88; -x_88 = l_Lean_Expr_hasMVar(x_84); -if (x_88 == 0) +lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_5 = lean_ctor_get(x_2, 1); +lean_inc(x_5); +lean_dec(x_2); +x_6 = lean_array_get_size(x_5); +x_7 = lean_unsigned_to_nat(0u); +x_8 = lean_nat_dec_lt(x_7, x_6); +if (x_8 == 0) { -uint8_t x_89; -lean_dec(x_84); -x_89 = 0; -x_22 = x_89; -x_23 = x_86; -goto block_35; +uint8_t x_9; +lean_dec(x_6); +lean_dec(x_5); +x_9 = 0; +return x_9; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; -x_90 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__18(x_7, x_84, x_86); -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 = lean_unbox(x_91); -lean_dec(x_91); -x_22 = x_93; -x_23 = x_92; -goto block_35; -} -} -else +uint8_t x_10; +x_10 = lean_nat_dec_le(x_6, x_6); +if (x_10 == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; uint8_t x_97; -x_94 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__26(x_7, x_84, x_86); -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_unbox(x_95); -lean_dec(x_95); -x_22 = x_97; -x_23 = x_96; -goto block_35; -} +uint8_t x_11; +lean_dec(x_6); +lean_dec(x_5); +x_11 = 0; +return x_11; } else { -lean_dec(x_84); -x_22 = x_85; -x_23 = x_86; -goto block_35; -} -} -} +size_t x_12; size_t x_13; uint8_t x_14; +x_12 = 0; +x_13 = lean_usize_of_nat(x_6); +lean_dec(x_6); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(x_1, x_5, x_12, x_13); +lean_dec(x_5); +return x_14; } } } else { -lean_object* x_126; -lean_dec(x_3); -x_126 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_126, 0, x_7); -lean_ctor_set(x_126, 1, x_9); -return x_126; -} -block_15: -{ -size_t x_12; size_t x_13; -x_12 = 1; -x_13 = lean_usize_add(x_5, x_12); -x_5 = x_13; -x_7 = x_10; -x_9 = x_11; -goto _start; +lean_dec(x_2); +return x_4; } } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(lean_object* x_1, lean_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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_9; uint8_t x_10; -x_9 = lean_unsigned_to_nat(0u); -x_10 = lean_nat_dec_eq(x_6, x_9); -if (x_10 == 0) +switch (lean_obj_tag(x_2)) { +case 1: { -lean_object* x_11; uint8_t x_12; -x_11 = lean_ctor_get(x_4, 3); -lean_inc(x_11); -x_12 = lean_nat_dec_le(x_11, x_6); -if (x_12 == 0) +lean_object* x_4; uint8_t x_5; lean_object* x_6; lean_object* x_7; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_dec(x_2); +x_5 = lean_name_eq(x_1, x_4); +lean_dec(x_4); +x_6 = lean_box(x_5); +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; +} +case 2: { -lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; uint8_t x_17; -lean_dec(x_11); -x_13 = lean_ctor_get(x_4, 0); -lean_inc(x_13); -x_14 = lean_usize_of_nat(x_6); -lean_dec(x_6); -x_15 = lean_ctor_get_usize(x_4, 4); -lean_inc(x_7); -lean_inc(x_3); -x_16 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(x_1, x_2, x_3, x_13, x_14, x_15, x_5, x_7, x_8); +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_2, 0); +lean_inc(x_8); +lean_dec(x_2); +lean_inc(x_8); +x_9 = l_Lean_getExprMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__1(x_8, x_3); +x_10 = lean_ctor_get(x_9, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +uint8_t x_11; +x_11 = !lean_is_exclusive(x_9); +if (x_11 == 0) +{ +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; lean_object* x_19; +x_12 = lean_ctor_get(x_9, 1); +x_13 = lean_ctor_get(x_9, 0); lean_dec(x_13); -x_17 = !lean_is_exclusive(x_16); -if (x_17 == 0) +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +x_15 = l_Lean_MetavarContext_getDecl(x_14, x_8); +x_16 = lean_ctor_get(x_15, 1); +lean_inc(x_16); +lean_dec(x_15); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(x_1, x_17); +x_19 = lean_box(x_18); +lean_ctor_set(x_9, 0, x_19); +return x_9; +} +else { -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_ctor_get(x_16, 1); -x_20 = lean_ctor_get(x_4, 1); +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; +x_20 = lean_ctor_get(x_9, 1); lean_inc(x_20); -lean_dec(x_4); -x_21 = lean_array_get_size(x_20); -x_22 = lean_nat_dec_lt(x_9, x_21); -if (x_22 == 0) +lean_dec(x_9); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +x_22 = l_Lean_MetavarContext_getDecl(x_21, x_8); +x_23 = lean_ctor_get(x_22, 1); +lean_inc(x_23); +lean_dec(x_22); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(x_1, x_24); +x_26 = lean_box(x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_20); +return x_27; +} +} +else { -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_7); -lean_dec(x_3); -return x_16; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_dec(x_8); +x_28 = lean_ctor_get(x_9, 1); +lean_inc(x_28); +lean_dec(x_9); +x_29 = lean_ctor_get(x_10, 0); +lean_inc(x_29); +lean_dec(x_10); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_29, x_28); +return x_30; +} +} +case 5: +{ +lean_object* x_31; uint8_t x_32; +x_31 = l_Lean_Expr_getAppFn(x_2); +x_32 = l_Lean_Expr_isMVar(x_31); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_31); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_2, x_3); +return x_33; } else { -uint8_t x_23; -x_23 = lean_nat_dec_le(x_21, x_21); -if (x_23 == 0) +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; +lean_inc(x_2); +x_34 = l_Lean_instantiateMVars___at___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___spec__7(x_2, x_3); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_Expr_getAppFn(x_35); +x_38 = lean_expr_eqv(x_37, x_31); +lean_dec(x_31); +lean_dec(x_37); +if (x_38 == 0) { -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_7); -lean_dec(x_3); -return x_16; +lean_dec(x_2); +x_2 = x_35; +x_3 = x_36; +goto _start; } else { -size_t x_24; size_t x_25; lean_object* x_26; -lean_free_object(x_16); -x_24 = 0; -x_25 = lean_usize_of_nat(x_21); -lean_dec(x_21); -x_26 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_2, x_3, x_20, x_24, x_25, x_18, x_7, x_19); -lean_dec(x_7); -lean_dec(x_20); -return x_26; +lean_object* x_40; +lean_dec(x_35); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_2, x_36); +return x_40; } } } -else +case 6: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_27 = lean_ctor_get(x_16, 0); -x_28 = lean_ctor_get(x_16, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_16); -x_29 = lean_ctor_get(x_4, 1); -lean_inc(x_29); -lean_dec(x_4); -x_30 = lean_array_get_size(x_29); -x_31 = lean_nat_dec_lt(x_9, x_30); -if (x_31 == 0) +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_41 = lean_ctor_get(x_2, 1); +lean_inc(x_41); +x_42 = lean_ctor_get(x_2, 2); +lean_inc(x_42); +lean_dec(x_2); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_41, x_3); +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_unbox(x_44); +if (x_45 == 0) { -lean_object* x_32; -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_7); -lean_dec(x_3); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_27); -lean_ctor_set(x_32, 1, x_28); -return x_32; +lean_object* x_46; lean_object* x_47; +lean_dec(x_44); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +lean_dec(x_43); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_42, x_46); +return x_47; } else { -uint8_t x_33; -x_33 = lean_nat_dec_le(x_30, x_30); -if (x_33 == 0) +uint8_t x_48; +lean_dec(x_42); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) { -lean_object* x_34; -lean_dec(x_30); -lean_dec(x_29); -lean_dec(x_7); -lean_dec(x_3); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_27); -lean_ctor_set(x_34, 1, x_28); -return x_34; +lean_object* x_49; +x_49 = lean_ctor_get(x_43, 0); +lean_dec(x_49); +return x_43; } else { -size_t x_35; size_t x_36; lean_object* x_37; -x_35 = 0; -x_36 = lean_usize_of_nat(x_30); -lean_dec(x_30); -x_37 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_2, x_3, x_29, x_35, x_36, x_27, x_7, x_28); -lean_dec(x_7); -lean_dec(x_29); -return x_37; -} +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_dec(x_43); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_44); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } -else +case 7: { -lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; -x_38 = lean_ctor_get(x_4, 1); -lean_inc(x_38); -lean_dec(x_4); -x_39 = lean_nat_sub(x_6, x_11); -lean_dec(x_11); -lean_dec(x_6); -x_40 = lean_array_get_size(x_38); -x_41 = lean_nat_dec_lt(x_39, x_40); -if (x_41 == 0) +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; +x_52 = lean_ctor_get(x_2, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_2, 2); +lean_inc(x_53); +lean_dec(x_2); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_52, x_3); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +x_56 = lean_unbox(x_55); +if (x_56 == 0) { -lean_object* x_42; -lean_dec(x_40); -lean_dec(x_39); -lean_dec(x_38); -lean_dec(x_7); -lean_dec(x_3); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_5); -lean_ctor_set(x_42, 1, x_8); -return x_42; +lean_object* x_57; lean_object* x_58; +lean_dec(x_55); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_53, x_57); +return x_58; } else { -uint8_t x_43; -x_43 = lean_nat_dec_le(x_40, x_40); -if (x_43 == 0) +uint8_t x_59; +lean_dec(x_53); +x_59 = !lean_is_exclusive(x_54); +if (x_59 == 0) { -lean_object* x_44; -lean_dec(x_40); -lean_dec(x_39); -lean_dec(x_38); -lean_dec(x_7); -lean_dec(x_3); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_5); -lean_ctor_set(x_44, 1, x_8); -return x_44; +lean_object* x_60; +x_60 = lean_ctor_get(x_54, 0); +lean_dec(x_60); +return x_54; } else { -size_t x_45; size_t x_46; lean_object* x_47; -x_45 = lean_usize_of_nat(x_39); -lean_dec(x_39); -x_46 = lean_usize_of_nat(x_40); -lean_dec(x_40); -x_47 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(x_1, x_2, x_3, x_38, x_45, x_46, x_5, x_7, x_8); -lean_dec(x_7); -lean_dec(x_38); -return x_47; -} +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_62, 0, x_55); +lean_ctor_set(x_62, 1, x_61); +return x_62; } } } -else +case 8: { -lean_object* x_48; lean_object* x_49; uint8_t x_50; -lean_dec(x_6); -x_48 = lean_ctor_get(x_4, 0); -lean_inc(x_48); -lean_inc(x_7); -lean_inc(x_3); -x_49 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(x_1, x_2, x_3, x_48, x_5, x_7, x_8); -x_50 = !lean_is_exclusive(x_49); -if (x_50 == 0) +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; +x_63 = lean_ctor_get(x_2, 1); +lean_inc(x_63); +x_64 = lean_ctor_get(x_2, 2); +lean_inc(x_64); +x_65 = lean_ctor_get(x_2, 3); +lean_inc(x_65); +lean_dec(x_2); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_63, x_3); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_unbox(x_67); +if (x_68 == 0) { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_51 = lean_ctor_get(x_49, 0); -x_52 = lean_ctor_get(x_49, 1); -x_53 = lean_ctor_get(x_4, 1); -lean_inc(x_53); -lean_dec(x_4); -x_54 = lean_array_get_size(x_53); -x_55 = lean_nat_dec_lt(x_9, x_54); -if (x_55 == 0) +lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_67); +x_69 = lean_ctor_get(x_66, 1); +lean_inc(x_69); +lean_dec(x_66); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_64, x_69); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_unbox(x_71); +if (x_72 == 0) { -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_7); -lean_dec(x_3); -return x_49; +lean_object* x_73; lean_object* x_74; +lean_dec(x_71); +x_73 = lean_ctor_get(x_70, 1); +lean_inc(x_73); +lean_dec(x_70); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_65, x_73); +return x_74; } else { -uint8_t x_56; -x_56 = lean_nat_dec_le(x_54, x_54); -if (x_56 == 0) +uint8_t x_75; +lean_dec(x_65); +x_75 = !lean_is_exclusive(x_70); +if (x_75 == 0) { -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_7); -lean_dec(x_3); -return x_49; +lean_object* x_76; +x_76 = lean_ctor_get(x_70, 0); +lean_dec(x_76); +return x_70; } else { -size_t x_57; size_t x_58; lean_object* x_59; -lean_free_object(x_49); -x_57 = 0; -x_58 = lean_usize_of_nat(x_54); -lean_dec(x_54); -x_59 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(x_1, x_2, x_3, x_53, x_57, x_58, x_51, x_7, x_52); -lean_dec(x_7); -lean_dec(x_53); -return x_59; +lean_object* x_77; lean_object* x_78; +x_77 = lean_ctor_get(x_70, 1); +lean_inc(x_77); +lean_dec(x_70); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_71); +lean_ctor_set(x_78, 1, x_77); +return x_78; } } } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; -x_60 = lean_ctor_get(x_49, 0); -x_61 = lean_ctor_get(x_49, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_49); -x_62 = lean_ctor_get(x_4, 1); -lean_inc(x_62); -lean_dec(x_4); -x_63 = lean_array_get_size(x_62); -x_64 = lean_nat_dec_lt(x_9, x_63); -if (x_64 == 0) +uint8_t x_79; +lean_dec(x_65); +lean_dec(x_64); +x_79 = !lean_is_exclusive(x_66); +if (x_79 == 0) { -lean_object* x_65; -lean_dec(x_63); -lean_dec(x_62); -lean_dec(x_7); -lean_dec(x_3); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_60); -lean_ctor_set(x_65, 1, x_61); -return x_65; +lean_object* x_80; +x_80 = lean_ctor_get(x_66, 0); +lean_dec(x_80); +return x_66; } else { -uint8_t x_66; -x_66 = lean_nat_dec_le(x_63, x_63); -if (x_66 == 0) -{ -lean_object* x_67; -lean_dec(x_63); -lean_dec(x_62); -lean_dec(x_7); -lean_dec(x_3); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_60); -lean_ctor_set(x_67, 1, x_61); -return x_67; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_66, 1); +lean_inc(x_81); +lean_dec(x_66); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_67); +lean_ctor_set(x_82, 1, x_81); +return x_82; } -else +} +} +case 10: { -size_t x_68; size_t x_69; lean_object* x_70; -x_68 = 0; -x_69 = lean_usize_of_nat(x_63); -lean_dec(x_63); -x_70 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(x_1, x_2, x_3, x_62, x_68, x_69, x_60, x_7, x_61); -lean_dec(x_7); -lean_dec(x_62); -return x_70; +lean_object* x_83; lean_object* x_84; +x_83 = lean_ctor_get(x_2, 1); +lean_inc(x_83); +lean_dec(x_2); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_83, x_3); +return x_84; } +case 11: +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_2, 2); +lean_inc(x_85); +lean_dec(x_2); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_85, x_3); +return x_86; } +default: +{ +uint8_t x_87; lean_object* x_88; lean_object* x_89; +lean_dec(x_2); +x_87 = 0; +x_88 = lean_box(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_3); +return x_89; } } } } -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(lean_object* x_1, lean_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___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_9; lean_object* x_10; -x_9 = lean_ctor_get(x_4, 1); -lean_inc(x_9); +lean_object* x_4; lean_object* x_5; uint8_t x_6; +lean_inc(x_2); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_shouldVisit(x_2, x_3); +x_5 = lean_ctor_get(x_4, 0); +lean_inc(x_5); +x_6 = lean_unbox(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +uint8_t x_7; +lean_dec(x_2); +x_7 = !lean_is_exclusive(x_4); +if (x_7 == 0) +{ +lean_object* x_8; uint8_t x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_4, 0); +lean_dec(x_8); +x_9 = 0; +x_10 = lean_box(x_9); +lean_ctor_set(x_4, 0, x_10); +return x_4; +} +else +{ +lean_object* x_11; uint8_t x_12; lean_object* x_13; lean_object* x_14; +x_11 = lean_ctor_get(x_4, 1); +lean_inc(x_11); lean_dec(x_4); -x_10 = l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(x_1, x_2, x_3, x_9, x_5, x_6, x_7, x_8); -return x_10; +x_12 = 0; +x_13 = lean_box(x_12); +x_14 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_11); +return x_14; +} +} +else +{ +lean_object* x_15; lean_object* x_16; +x_15 = lean_ctor_get(x_4, 1); +lean_inc(x_15); +lean_dec(x_4); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(x_1, x_2, x_15); +return x_16; +} } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -62156,7 +75334,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -62167,7 +75345,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_5, x_9); return x_10; } else @@ -62198,12 +75376,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__120(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -62212,7 +75390,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -62236,7 +75414,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__121(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -62287,7 +75465,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -62325,7 +75503,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__120(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -62366,7 +75544,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__121(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -62374,7 +75552,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__122(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -62425,13 +75603,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -62467,7 +75645,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__122(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -62480,7 +75658,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -62527,7 +75705,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -62547,7 +75725,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -62565,7 +75743,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_29, x_28); return x_30; } } @@ -62578,7 +75756,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117(x_1, x_2, x_3); return x_33; } else @@ -62606,7 +75784,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117(x_1, x_2, x_36); return x_40; } } @@ -62619,7 +75797,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -62630,7 +75808,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_42, x_46); return x_47; } else @@ -62666,7 +75844,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -62677,7 +75855,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_53, x_57); return x_58; } else @@ -62715,7 +75893,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -62726,7 +75904,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -62737,7 +75915,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_65, x_73); return x_74; } else @@ -62797,7 +75975,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_83, x_3); return x_84; } case 11: @@ -62806,7 +75984,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_85, x_3); return x_86; } default: @@ -62823,7 +76001,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -62868,12 +76046,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -62884,7 +76062,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -62895,7 +76073,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_5, x_9); return x_10; } else @@ -62926,12 +76104,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__128(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -62940,7 +76118,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -62964,7 +76142,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__129(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -63015,7 +76193,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -63053,7 +76231,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__128(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -63094,7 +76272,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__129(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -63102,7 +76280,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__130(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -63153,13 +76331,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -63195,7 +76373,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__130(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -63208,7 +76386,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__124(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -63255,7 +76433,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -63275,7 +76453,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -63293,7 +76471,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_29, x_28); return x_30; } } @@ -63306,7 +76484,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125(x_1, x_2, x_3); return x_33; } else @@ -63334,7 +76512,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125(x_1, x_2, x_36); return x_40; } } @@ -63347,7 +76525,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -63358,7 +76536,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_42, x_46); return x_47; } else @@ -63394,7 +76572,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -63405,7 +76583,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_53, x_57); return x_58; } else @@ -63443,7 +76621,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -63454,7 +76632,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -63465,7 +76643,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_65, x_73); return x_74; } else @@ -63525,7 +76703,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_83, x_3); return x_84; } case 11: @@ -63534,7 +76712,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_85, x_3); return x_86; } default: @@ -63551,7 +76729,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -63596,12 +76774,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__124(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -63612,7 +76790,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -63623,7 +76801,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_5, x_9); return x_10; } else @@ -63654,12 +76832,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__136(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -63668,7 +76846,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -63692,7 +76870,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__137(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -63743,7 +76921,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -63781,7 +76959,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__136(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -63822,7 +77000,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__137(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -63830,7 +77008,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__138(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -63881,13 +77059,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -63923,7 +77101,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__138(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -63936,7 +77114,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__132(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -63983,7 +77161,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -64003,7 +77181,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -64021,7 +77199,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_29, x_28); return x_30; } } @@ -64034,7 +77212,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133(x_1, x_2, x_3); return x_33; } else @@ -64062,7 +77240,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133(x_1, x_2, x_36); return x_40; } } @@ -64075,7 +77253,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -64086,7 +77264,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_42, x_46); return x_47; } else @@ -64122,7 +77300,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -64133,7 +77311,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_53, x_57); return x_58; } else @@ -64171,7 +77349,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -64182,7 +77360,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -64193,7 +77371,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_65, x_73); return x_74; } else @@ -64253,7 +77431,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_83, x_3); return x_84; } case 11: @@ -64262,7 +77440,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_85, x_3); return x_86; } default: @@ -64279,7 +77457,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -64324,12 +77502,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__132(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -64340,7 +77518,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -64351,7 +77529,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_5, x_9); return x_10; } else @@ -64382,12 +77560,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__144(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -64396,7 +77574,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -64420,7 +77598,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__145(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -64471,7 +77649,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -64509,7 +77687,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__144(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -64550,7 +77728,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__145(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -64558,7 +77736,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__146(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -64609,13 +77787,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -64651,7 +77829,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__146(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -64664,7 +77842,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__140(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -64711,7 +77889,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -64731,7 +77909,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -64749,7 +77927,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_29, x_28); return x_30; } } @@ -64762,7 +77940,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141(x_1, x_2, x_3); return x_33; } else @@ -64790,7 +77968,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141(x_1, x_2, x_36); return x_40; } } @@ -64803,7 +77981,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -64814,7 +77992,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_42, x_46); return x_47; } else @@ -64850,7 +78028,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -64861,7 +78039,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_53, x_57); return x_58; } else @@ -64899,7 +78077,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -64910,7 +78088,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -64921,7 +78099,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_65, x_73); return x_74; } else @@ -64981,7 +78159,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_83, x_3); return x_84; } case 11: @@ -64990,7 +78168,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_85, x_3); return x_86; } default: @@ -65007,7 +78185,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -65052,12 +78230,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__140(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -65068,7 +78246,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -65079,7 +78257,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_5, x_9); return x_10; } else @@ -65110,12 +78288,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__152(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -65124,7 +78302,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -65148,7 +78326,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__153(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -65199,7 +78377,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -65237,7 +78415,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__152(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -65278,7 +78456,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__153(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -65286,7 +78464,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__154(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -65337,13 +78515,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -65379,7 +78557,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__154(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -65392,7 +78570,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__148(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -65439,7 +78617,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -65459,7 +78637,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -65477,7 +78655,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_29, x_28); return x_30; } } @@ -65490,7 +78668,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149(x_1, x_2, x_3); return x_33; } else @@ -65518,7 +78696,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149(x_1, x_2, x_36); return x_40; } } @@ -65531,7 +78709,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -65542,7 +78720,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_42, x_46); return x_47; } else @@ -65578,7 +78756,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -65589,7 +78767,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_53, x_57); return x_58; } else @@ -65627,7 +78805,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -65638,7 +78816,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -65649,7 +78827,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_65, x_73); return x_74; } else @@ -65709,7 +78887,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_83, x_3); return x_84; } case 11: @@ -65718,7 +78896,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_85, x_3); return x_86; } default: @@ -65735,7 +78913,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -65780,12 +78958,12 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__148(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 5) @@ -65796,7 +78974,7 @@ lean_inc(x_4); x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_dec(x_2); -x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_4, x_3); +x_6 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157(x_1, x_4, x_3); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_unbox(x_7); @@ -65807,7 +78985,7 @@ lean_dec(x_7); x_9 = lean_ctor_get(x_6, 1); lean_inc(x_9); lean_dec(x_6); -x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_5, x_9); +x_10 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_5, x_9); return x_10; } else @@ -65838,12 +79016,12 @@ return x_14; else { lean_object* x_15; -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_2, x_3); +x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_2, x_3); return x_15; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__160(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -65852,7 +79030,7 @@ if (x_5 == 0) { lean_object* x_6; uint8_t x_7; x_6 = lean_array_uget(x_2, x_3); -x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(x_1, x_6); +x_7 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159(x_1, x_6); if (x_7 == 0) { size_t x_8; size_t x_9; @@ -65876,7 +79054,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__161(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -65927,7 +79105,7 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -65965,7 +79143,7 @@ size_t x_10; size_t x_11; uint8_t x_12; x_10 = 0; x_11 = lean_usize_of_nat(x_4); lean_dec(x_4); -x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(x_1, x_3, x_10, x_11); +x_12 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__160(x_1, x_3, x_10, x_11); lean_dec(x_3); return x_12; } @@ -66006,7 +79184,7 @@ size_t x_20; size_t x_21; uint8_t x_22; x_20 = 0; x_21 = lean_usize_of_nat(x_14); lean_dec(x_14); -x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(x_1, x_13, x_20, x_21); +x_22 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__161(x_1, x_13, x_20, x_21); lean_dec(x_13); return x_22; } @@ -66014,7 +79192,7 @@ return x_22; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__162(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -66065,13 +79243,13 @@ return x_17; } } } -LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); -x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(x_1, x_3); +x_4 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159(x_1, x_3); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -66107,7 +79285,7 @@ size_t x_12; size_t x_13; uint8_t x_14; x_12 = 0; x_13 = lean_usize_of_nat(x_6); lean_dec(x_6); -x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(x_1, x_5, x_12, x_13); +x_14 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__162(x_1, x_5, x_12, x_13); lean_dec(x_5); return x_14; } @@ -66120,7 +79298,7 @@ return x_4; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__156(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { switch (lean_obj_tag(x_2)) { @@ -66167,7 +79345,7 @@ lean_dec(x_15); x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); lean_dec(x_16); -x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(x_1, x_17); +x_18 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158(x_1, x_17); x_19 = lean_box(x_18); lean_ctor_set(x_9, 0, x_19); return x_9; @@ -66187,7 +79365,7 @@ lean_dec(x_22); x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(x_1, x_24); +x_25 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158(x_1, x_24); x_26 = lean_box(x_25); x_27 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_27, 0, x_26); @@ -66205,7 +79383,7 @@ lean_dec(x_9); x_29 = lean_ctor_get(x_10, 0); lean_inc(x_29); lean_dec(x_10); -x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_29, x_28); +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_29, x_28); return x_30; } } @@ -66218,7 +79396,7 @@ if (x_32 == 0) { lean_object* x_33; lean_dec(x_31); -x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_2, x_3); +x_33 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157(x_1, x_2, x_3); return x_33; } else @@ -66246,7 +79424,7 @@ else { lean_object* x_40; lean_dec(x_35); -x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_2, x_36); +x_40 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157(x_1, x_2, x_36); return x_40; } } @@ -66259,7 +79437,7 @@ lean_inc(x_41); x_42 = lean_ctor_get(x_2, 2); lean_inc(x_42); lean_dec(x_2); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_41, x_3); +x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_41, x_3); x_44 = lean_ctor_get(x_43, 0); lean_inc(x_44); x_45 = lean_unbox(x_44); @@ -66270,7 +79448,7 @@ lean_dec(x_44); x_46 = lean_ctor_get(x_43, 1); lean_inc(x_46); lean_dec(x_43); -x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_42, x_46); +x_47 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_42, x_46); return x_47; } else @@ -66306,7 +79484,7 @@ lean_inc(x_52); x_53 = lean_ctor_get(x_2, 2); lean_inc(x_53); lean_dec(x_2); -x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_52, x_3); +x_54 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_52, x_3); x_55 = lean_ctor_get(x_54, 0); lean_inc(x_55); x_56 = lean_unbox(x_55); @@ -66317,7 +79495,7 @@ lean_dec(x_55); x_57 = lean_ctor_get(x_54, 1); lean_inc(x_57); lean_dec(x_54); -x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_53, x_57); +x_58 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_53, x_57); return x_58; } else @@ -66355,7 +79533,7 @@ lean_inc(x_64); x_65 = lean_ctor_get(x_2, 3); lean_inc(x_65); lean_dec(x_2); -x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_63, x_3); +x_66 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_63, x_3); x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); x_68 = lean_unbox(x_67); @@ -66366,7 +79544,7 @@ lean_dec(x_67); x_69 = lean_ctor_get(x_66, 1); lean_inc(x_69); lean_dec(x_66); -x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_64, x_69); +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_64, x_69); x_71 = lean_ctor_get(x_70, 0); lean_inc(x_71); x_72 = lean_unbox(x_71); @@ -66377,7 +79555,7 @@ lean_dec(x_71); x_73 = lean_ctor_get(x_70, 1); lean_inc(x_73); lean_dec(x_70); -x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_65, x_73); +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_65, x_73); return x_74; } else @@ -66437,7 +79615,7 @@ lean_object* x_83; lean_object* x_84; x_83 = lean_ctor_get(x_2, 1); lean_inc(x_83); lean_dec(x_2); -x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_83, x_3); +x_84 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_83, x_3); return x_84; } case 11: @@ -66446,7 +79624,7 @@ lean_object* x_85; lean_object* x_86; x_85 = lean_ctor_get(x_2, 2); lean_inc(x_85); lean_dec(x_2); -x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_85, x_3); +x_86 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_85, x_3); return x_86; } default: @@ -66463,7 +79641,7 @@ return x_89; } } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -66508,338 +79686,276 @@ lean_object* x_15; lean_object* x_16; x_15 = lean_ctor_get(x_4, 1); lean_inc(x_15); lean_dec(x_4); -x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(x_1, x_2, x_15); +x_16 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__156(x_1, x_2, x_15); return x_16; } } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_1) == 0) { -lean_object* x_5; uint8_t x_6; +lean_object* x_5; lean_object* x_6; uint8_t x_7; lean_object* x_8; lean_object* x_21; lean_object* x_22; uint8_t x_23; x_5 = lean_ctor_get(x_1, 3); lean_inc(x_5); lean_dec(x_1); -x_6 = !lean_is_exclusive(x_4); -if (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_4, 0); -x_8 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_7); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_8); -lean_ctor_set(x_9, 1, x_7); -x_10 = l_Lean_Expr_hasFVar(x_5); -if (x_10 == 0) +x_6 = lean_ctor_get(x_4, 0); +lean_inc(x_6); +x_21 = l_Lean_findExprDependsOn___rarg___lambda__2___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_6); +x_23 = l_Lean_Expr_hasFVar(x_5); +if (x_23 == 0) { -uint8_t x_11; -x_11 = l_Lean_Expr_hasMVar(x_5); -if (x_11 == 0) +uint8_t x_24; +x_24 = l_Lean_Expr_hasMVar(x_5); +if (x_24 == 0) { -uint8_t x_12; lean_object* x_13; lean_object* x_14; -lean_dec(x_9); +uint8_t x_25; lean_dec(x_5); -x_12 = 0; -x_13 = lean_box(x_12); -x_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_14, 1, x_4); -return x_14; -} -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_dec(x_7); -x_15 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_2, x_5, x_9); -x_16 = lean_ctor_get(x_15, 1); -lean_inc(x_16); -x_17 = lean_ctor_get(x_15, 0); -lean_inc(x_17); -lean_dec(x_15); -x_18 = lean_ctor_get(x_16, 1); -lean_inc(x_18); -lean_dec(x_16); -lean_ctor_set(x_4, 0, x_18); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_17); -lean_ctor_set(x_19, 1, x_4); -return x_19; -} +x_25 = 0; +x_7 = x_25; +x_8 = x_22; +goto block_20; } else { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_7); -x_20 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_2, x_5, x_9); -x_21 = lean_ctor_get(x_20, 1); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 0); -lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_ctor_get(x_21, 1); -lean_inc(x_23); -lean_dec(x_21); -lean_ctor_set(x_4, 0, x_23); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_4); -return x_24; +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_26 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_2, x_5, x_22); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_7 = x_29; +x_8 = x_28; +goto block_20; } } 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; uint8_t x_31; -x_25 = lean_ctor_get(x_4, 0); -x_26 = lean_ctor_get(x_4, 1); -x_27 = lean_ctor_get(x_4, 2); -x_28 = lean_ctor_get(x_4, 3); -lean_inc(x_28); -lean_inc(x_27); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_4); -x_29 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -lean_inc(x_25); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_29); -lean_ctor_set(x_30, 1, x_25); -x_31 = l_Lean_Expr_hasFVar(x_5); -if (x_31 == 0) -{ -uint8_t x_32; -x_32 = l_Lean_Expr_hasMVar(x_5); -if (x_32 == 0) -{ -lean_object* x_33; uint8_t x_34; lean_object* x_35; lean_object* x_36; +lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_30 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_2, x_5, x_22); +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); -lean_dec(x_5); -x_33 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_33, 0, x_25); -lean_ctor_set(x_33, 1, x_26); -lean_ctor_set(x_33, 2, x_27); -lean_ctor_set(x_33, 3, x_28); -x_34 = 0; -x_35 = lean_box(x_34); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_33); -return x_36; +x_33 = lean_unbox(x_31); +lean_dec(x_31); +x_7 = x_33; +x_8 = x_32; +goto block_20; } -else +block_20: { -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_dec(x_25); -x_37 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_2, x_5, x_30); -x_38 = lean_ctor_get(x_37, 1); -lean_inc(x_38); -x_39 = lean_ctor_get(x_37, 0); -lean_inc(x_39); -lean_dec(x_37); -x_40 = lean_ctor_get(x_38, 1); -lean_inc(x_40); -lean_dec(x_38); -x_41 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_41, 0, x_40); -lean_ctor_set(x_41, 1, x_26); -lean_ctor_set(x_41, 2, x_27); -lean_ctor_set(x_41, 3, x_28); -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_39); -lean_ctor_set(x_42, 1, x_41); -return x_42; -} +lean_object* x_9; uint8_t x_10; +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = !lean_is_exclusive(x_4); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_ctor_get(x_4, 0); +lean_dec(x_11); +lean_ctor_set(x_4, 0, x_9); +x_12 = lean_box(x_7); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_4); +return x_13; } 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_dec(x_25); -x_43 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_2, x_5, x_30); -x_44 = lean_ctor_get(x_43, 1); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 0); -lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_ctor_get(x_44, 1); -lean_inc(x_46); -lean_dec(x_44); -x_47 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_26); -lean_ctor_set(x_47, 2, x_27); -lean_ctor_set(x_47, 3, x_28); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_45); -lean_ctor_set(x_48, 1, x_47); -return x_48; +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_4, 1); +x_15 = lean_ctor_get(x_4, 2); +x_16 = lean_ctor_get(x_4, 3); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_4); +x_17 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_17, 0, x_9); +lean_ctor_set(x_17, 1, x_14); +lean_ctor_set(x_17, 2, x_15); +lean_ctor_set(x_17, 3, x_16); +x_18 = lean_box(x_7); +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_49; lean_object* x_50; lean_object* x_51; uint8_t x_52; lean_object* x_53; uint8_t x_66; lean_object* x_67; lean_object* x_80; lean_object* x_81; uint8_t x_82; -x_49 = lean_ctor_get(x_1, 3); -lean_inc(x_49); -x_50 = lean_ctor_get(x_1, 4); -lean_inc(x_50); +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; uint8_t x_51; lean_object* x_52; lean_object* x_65; lean_object* x_66; uint8_t x_67; +x_34 = lean_ctor_get(x_1, 3); +lean_inc(x_34); +x_35 = lean_ctor_get(x_1, 4); +lean_inc(x_35); lean_dec(x_1); -x_51 = lean_ctor_get(x_4, 0); -lean_inc(x_51); -x_80 = l_Lean_findExprDependsOn___rarg___lambda__3___closed__1; -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_51); -x_82 = l_Lean_Expr_hasFVar(x_49); -if (x_82 == 0) +x_36 = lean_ctor_get(x_4, 0); +lean_inc(x_36); +x_65 = l_Lean_findExprDependsOn___rarg___lambda__2___closed__1; +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_36); +x_67 = l_Lean_Expr_hasFVar(x_34); +if (x_67 == 0) { -uint8_t x_83; -x_83 = l_Lean_Expr_hasMVar(x_49); -if (x_83 == 0) +uint8_t x_68; +x_68 = l_Lean_Expr_hasMVar(x_34); +if (x_68 == 0) { -uint8_t x_84; -lean_dec(x_49); -x_84 = 0; -x_66 = x_84; -x_67 = x_81; -goto block_79; +uint8_t x_69; +lean_dec(x_34); +x_69 = 0; +x_51 = x_69; +x_52 = x_66; +goto block_64; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; -x_85 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_2, x_49, x_81); -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); -lean_inc(x_87); -lean_dec(x_85); -x_88 = lean_unbox(x_86); -lean_dec(x_86); -x_66 = x_88; -x_67 = x_87; -goto block_79; +lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_70 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_2, x_34, x_66); +x_71 = lean_ctor_get(x_70, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_70, 1); +lean_inc(x_72); +lean_dec(x_70); +x_73 = lean_unbox(x_71); +lean_dec(x_71); +x_51 = x_73; +x_52 = x_72; +goto block_64; } } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; -x_89 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_2, x_49, x_81); -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_unbox(x_90); -lean_dec(x_90); -x_66 = x_92; -x_67 = x_91; -goto block_79; +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_2, x_34, x_66); +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_unbox(x_75); +lean_dec(x_75); +x_51 = x_77; +x_52 = x_76; +goto block_64; } -block_65: +block_50: { -lean_object* x_54; uint8_t x_55; -x_54 = lean_ctor_get(x_53, 1); -lean_inc(x_54); -lean_dec(x_53); -x_55 = !lean_is_exclusive(x_4); -if (x_55 == 0) +lean_object* x_39; uint8_t x_40; +x_39 = lean_ctor_get(x_38, 1); +lean_inc(x_39); +lean_dec(x_38); +x_40 = !lean_is_exclusive(x_4); +if (x_40 == 0) { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_4, 0); -lean_dec(x_56); -lean_ctor_set(x_4, 0, x_54); -x_57 = lean_box(x_52); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_4); -return x_58; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_4, 0); +lean_dec(x_41); +lean_ctor_set(x_4, 0, x_39); +x_42 = lean_box(x_37); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_4); +return x_43; } 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; -x_59 = lean_ctor_get(x_4, 1); -x_60 = lean_ctor_get(x_4, 2); -x_61 = lean_ctor_get(x_4, 3); -lean_inc(x_61); -lean_inc(x_60); -lean_inc(x_59); +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_44 = lean_ctor_get(x_4, 1); +x_45 = lean_ctor_get(x_4, 2); +x_46 = lean_ctor_get(x_4, 3); +lean_inc(x_46); +lean_inc(x_45); +lean_inc(x_44); lean_dec(x_4); -x_62 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_62, 0, x_54); -lean_ctor_set(x_62, 1, x_59); -lean_ctor_set(x_62, 2, x_60); -lean_ctor_set(x_62, 3, x_61); -x_63 = lean_box(x_52); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_62); -return x_64; +x_47 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_47, 0, x_39); +lean_ctor_set(x_47, 1, x_44); +lean_ctor_set(x_47, 2, x_45); +lean_ctor_set(x_47, 3, x_46); +x_48 = lean_box(x_37); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; } } -block_79: +block_64: { -if (x_66 == 0) +if (x_51 == 0) { -uint8_t x_68; -x_68 = l_Lean_Expr_hasFVar(x_50); -if (x_68 == 0) +uint8_t x_53; +x_53 = l_Lean_Expr_hasFVar(x_35); +if (x_53 == 0) { -uint8_t x_69; -x_69 = l_Lean_Expr_hasMVar(x_50); -if (x_69 == 0) +uint8_t x_54; +x_54 = l_Lean_Expr_hasMVar(x_35); +if (x_54 == 0) { -uint8_t x_70; -lean_dec(x_50); -x_70 = 0; -x_52 = x_70; -x_53 = x_67; -goto block_65; +uint8_t x_55; +lean_dec(x_35); +x_55 = 0; +x_37 = x_55; +x_38 = x_52; +goto block_50; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_71 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_2, x_50, 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 = lean_unbox(x_72); -lean_dec(x_72); -x_52 = x_74; -x_53 = x_73; -goto block_65; +lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +x_56 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_2, x_35, x_52); +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); +x_59 = lean_unbox(x_57); +lean_dec(x_57); +x_37 = x_59; +x_38 = x_58; +goto block_50; } } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; uint8_t x_78; -x_75 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_2, x_50, x_67); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_unbox(x_76); -lean_dec(x_76); -x_52 = x_78; -x_53 = x_77; -goto block_65; +lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_60 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_2, x_35, x_52); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_63 = lean_unbox(x_61); +lean_dec(x_61); +x_37 = x_63; +x_38 = x_62; +goto block_50; } } else { -lean_dec(x_50); -x_52 = x_66; -x_53 = x_67; -goto block_65; +lean_dec(x_35); +x_37 = x_51; +x_38 = x_52; +goto block_50; } } } } } -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(lean_object* x_1, lean_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_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163(lean_object* x_1, lean_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; uint8_t x_10; @@ -66866,7 +79982,7 @@ x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); lean_inc(x_1); x_19 = l_Lean_LocalContext_getFVar_x21(x_1, x_18); lean_inc(x_19); -x_20 = l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_19, x_16, x_7, x_8); +x_20 = l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(x_19, x_16, x_7, x_8); lean_dec(x_16); x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); @@ -66942,7 +80058,7 @@ lean_dec(x_14); lean_inc(x_1); x_41 = l_Lean_LocalContext_getFVar_x21(x_1, x_40); lean_inc(x_41); -x_42 = l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_41, x_16, x_7, x_8); +x_42 = l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(x_41, x_16, x_7, x_8); lean_dec(x_16); x_43 = lean_ctor_get(x_42, 0); lean_inc(x_43); @@ -67026,7 +80142,7 @@ return x_63; } } } -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(lean_object* x_1, lean_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_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__164(lean_object* x_1, 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; @@ -67050,7 +80166,7 @@ x_16 = l___private_Init_Util_0__outOfBounds___rarg(x_15); lean_inc(x_13); lean_inc(x_2); lean_inc(x_1); -x_17 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_2, x_3, x_16, x_13, x_13, x_6, x_7); +x_17 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163(x_1, x_2, x_3, x_16, x_13, x_13, x_6, x_7); lean_dec(x_13); if (lean_obj_tag(x_17) == 0) { @@ -67095,7 +80211,7 @@ x_24 = lean_array_fget(x_2, x_13); lean_inc(x_13); lean_inc(x_2); lean_inc(x_1); -x_25 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_2, x_3, x_24, x_13, x_13, x_6, x_7); +x_25 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163(x_1, x_2, x_3, x_24, x_13, x_13, x_6, x_7); lean_dec(x_13); if (lean_obj_tag(x_25) == 0) { @@ -67171,7 +80287,7 @@ if (x_12 == 0) lean_object* x_13; lean_object* x_14; lean_object* x_15; x_13 = lean_mk_empty_array_with_capacity(x_3); x_14 = lean_array_get_size(x_13); -x_15 = l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_2, x_3, x_14, x_1, x_13, x_11, x_5, x_9); +x_15 = l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(x_2, x_3, x_14, x_1, x_13, x_11, x_5, x_9); lean_dec(x_3); lean_dec(x_2); return x_15; @@ -67181,7 +80297,7 @@ else lean_object* x_16; lean_inc(x_3); lean_inc(x_2); -x_16 = l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_2, x_3, x_3, x_1, x_2, x_11, x_5, x_9); +x_16 = l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(x_2, x_3, x_3, x_1, x_2, x_11, x_5, x_9); lean_dec(x_3); lean_dec(x_2); return x_16; @@ -67222,7 +80338,7 @@ lean_dec(x_8); lean_inc(x_5); lean_inc(x_2); lean_inc(x_1); -x_15 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(x_1, x_2, x_5, x_5, x_5, x_3, x_14); +x_15 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__164(x_1, x_2, x_5, x_5, x_5, x_3, x_14); if (lean_obj_tag(x_15) == 0) { lean_object* x_16; lean_object* x_17; lean_object* x_18; @@ -67842,11 +80958,287 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74___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 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__50(x_1, x_2, x_3, x_4); +x_5 = l_Nat_anyTR_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -67854,7 +81246,7 @@ x_6 = lean_box(x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75___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; uint8_t x_7; lean_object* x_8; @@ -67862,14 +81254,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__51(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80___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; @@ -67877,14 +81269,14 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__56(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81___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; @@ -67892,7 +81284,7 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__57(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_2); @@ -67900,17 +81292,17 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55___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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__55(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_2); lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82___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; @@ -67918,14 +81310,14 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__58(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83___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; @@ -67933,7 +81325,7 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__59(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_2); @@ -67941,7 +81333,7 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54___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_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78___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; @@ -67949,14 +81341,14 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__54(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84___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; @@ -67964,7 +81356,7 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__60(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_2); @@ -67972,7 +81364,7 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85___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; @@ -67980,7 +81372,7 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__61(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_2); @@ -67988,7 +81380,7 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87___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; @@ -67996,14 +81388,14 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__63(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88___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; @@ -68011,7 +81403,7 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__64(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_2); @@ -68019,17 +81411,17 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62___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_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86___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___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__62(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(x_1, x_2, x_3, x_4, x_5, x_6, x_7); lean_dec(x_2); lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65___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_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89___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; @@ -68037,7 +81429,7 @@ x_10 = lean_unbox_usize(x_5); lean_dec(x_5); x_11 = lean_unbox_usize(x_6); lean_dec(x_6); -x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__65(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); +x_12 = l_Array_foldlMUnsafe_fold___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(x_1, x_2, x_3, x_4, x_10, x_11, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_4); lean_dec(x_2); @@ -68045,36 +81437,36 @@ lean_dec(x_1); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53___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_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77___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: { lean_object* x_9; -x_9 = l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__53(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_PersistentArray_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_2); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52___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_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76___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: { lean_object* x_9; -x_9 = l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__52(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Lean_LocalContext_foldlM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_2); lean_dec(x_1); return x_9; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__69(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96___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; uint8_t x_7; lean_object* x_8; @@ -68082,14 +81474,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__72(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97___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; uint8_t x_7; lean_object* x_8; @@ -68097,24 +81489,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__73(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__71(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98___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; uint8_t x_7; lean_object* x_8; @@ -68122,51 +81514,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__74(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__70(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__68(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__67(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__77(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104___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; uint8_t x_7; lean_object* x_8; @@ -68174,14 +81566,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__80(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105___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; uint8_t x_7; lean_object* x_8; @@ -68189,24 +81581,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__81(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__79(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106___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; uint8_t x_7; lean_object* x_8; @@ -68214,51 +81606,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__82(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__78(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__76(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__75(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__85(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112___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; uint8_t x_7; lean_object* x_8; @@ -68266,14 +81658,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__88(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113___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; uint8_t x_7; lean_object* x_8; @@ -68281,24 +81673,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__89(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__87(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114___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; uint8_t x_7; lean_object* x_8; @@ -68306,51 +81698,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__86(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__84(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__83(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__93(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__117(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__120___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; uint8_t x_7; lean_object* x_8; @@ -68358,14 +81750,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__96(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__120(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__121___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; uint8_t x_7; lean_object* x_8; @@ -68373,24 +81765,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__97(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__121(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__95(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__119(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__122___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; uint8_t x_7; lean_object* x_8; @@ -68398,51 +81790,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__98(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__122(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__94(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__118(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__92(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__91(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__101(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__125(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__128___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; uint8_t x_7; lean_object* x_8; @@ -68450,14 +81842,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__104(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__128(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__129___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; uint8_t x_7; lean_object* x_8; @@ -68465,24 +81857,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__105(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__129(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__103(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__127(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__130___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; uint8_t x_7; lean_object* x_8; @@ -68490,51 +81882,51 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__106(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__130(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__102(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__126(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__124___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__100(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__124(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__99(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__123(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__109(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__133(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__136___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; uint8_t x_7; lean_object* x_8; @@ -68542,14 +81934,14 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__112(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__136(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__137___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; uint8_t x_7; lean_object* x_8; @@ -68557,24 +81949,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__113(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__137(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__111(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__135(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__138___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; uint8_t x_7; lean_object* x_8; @@ -68582,67 +81974,343 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__114(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__138(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__110(x_1, x_2); +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__134(x_1, x_2); lean_dec(x_1); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__132___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__108(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__132(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__107(x_1, x_2, x_3); +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__131(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__141(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__144___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__144(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__145___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__145(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__143(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__146___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__146(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__142(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__140___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__140(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__139(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__149(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__152___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__152(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__153___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__153(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__151(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__154___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__154(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__150(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__148___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__148(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__147(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitApp___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__157(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__160___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__160(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__161___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__161(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyMAux___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__159(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__162___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; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__162(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_PersistentArray_anyM___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__158(x_1, x_2); +lean_dec(x_1); +x_4 = lean_box(x_3); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__156___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visitMain___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__156(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; +} +} +LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l___private_Lean_MetavarContext_0__Lean_DependsOn_dep_visit___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__155(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90___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_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__66(x_1, x_2, x_3, x_4); +x_5 = l_Lean_localDeclDependsOn___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__90(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115___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_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163___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: { lean_object* x_9; -x_9 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__115(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_9 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__163(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8); lean_dec(x_7); lean_dec(x_5); lean_dec(x_3); return x_9; } } -LEAN_EXPORT lean_object* l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116___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_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__164___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_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__116(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +x_8 = l_Nat_forM_loop___at_Lean_MetavarContext_MkBinding_collectForwardDeps___spec__164(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_3); @@ -69354,7 +83022,7 @@ return x_21; else { uint8_t x_33; -x_33 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_17, x_17); +x_33 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_17, x_17); if (x_33 == 0) { lean_object* x_34; @@ -69421,7 +83089,7 @@ return x_47; else { uint8_t x_48; -x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_17, x_17); +x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_17, x_17); if (x_48 == 0) { lean_object* x_49; lean_object* x_50; @@ -69570,7 +83238,7 @@ return x_67; else { uint8_t x_79; -x_79 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_63, x_63); +x_79 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_63, x_63); if (x_79 == 0) { lean_object* x_80; @@ -69637,7 +83305,7 @@ return x_93; else { uint8_t x_94; -x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_63, x_63); +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_63, x_63); if (x_94 == 0) { lean_object* x_95; lean_object* x_96; @@ -71140,6 +84808,74 @@ return x_22; } } } +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__16(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_lt(x_3, x_2); +if (x_7 == 0) +{ +lean_object* x_8; +lean_dec(x_5); +lean_dec(x_1); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_4); +lean_ctor_set(x_8, 1, x_6); +return x_8; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; +x_9 = lean_array_uget(x_4, x_3); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_array_uset(x_4, x_3, x_10); +lean_inc(x_5); +lean_inc(x_1); +x_12 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_visit(x_1, x_9, x_5, x_6); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; size_t x_15; size_t x_16; lean_object* x_17; +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 = 1; +x_16 = lean_usize_add(x_3, x_15); +x_17 = lean_array_uset(x_11, x_3, x_13); +x_3 = x_16; +x_4 = x_17; +x_6 = x_14; +goto _start; +} +else +{ +uint8_t x_19; +lean_dec(x_11); +lean_dec(x_5); +lean_dec(x_1); +x_19 = !lean_is_exclusive(x_12); +if (x_19 == 0) +{ +return x_12; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_12, 0); +x_21 = lean_ctor_get(x_12, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_12); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +} +} LEAN_EXPORT lean_object* l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -71423,7 +85159,7 @@ x_68 = lean_array_get_size(x_3); x_69 = lean_usize_of_nat(x_68); lean_dec(x_68); x_70 = 0; -x_71 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__5(x_1, x_69, x_70, x_3, x_4, x_53); +x_71 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__6(x_1, x_69, x_70, x_3, x_4, x_53); if (lean_obj_tag(x_71) == 0) { uint8_t x_72; @@ -71503,7 +85239,7 @@ lean_dec(x_87); x_89 = 0; lean_inc(x_4); lean_inc(x_1); -x_90 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__6(x_1, x_88, x_89, x_3, x_4, x_83); +x_90 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__7(x_1, x_88, x_89, x_3, x_4, x_83); if (lean_obj_tag(x_90) == 0) { lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; lean_object* x_95; lean_object* x_96; @@ -71565,7 +85301,7 @@ x_104 = lean_array_get_size(x_3); x_105 = lean_usize_of_nat(x_104); lean_dec(x_104); x_106 = 0; -x_107 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__7(x_1, x_105, x_106, x_3, x_4, x_103); +x_107 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__8(x_1, x_105, x_106, x_3, x_4, x_103); if (lean_obj_tag(x_107) == 0) { uint8_t x_108; @@ -71661,7 +85397,7 @@ x_126 = lean_array_get_size(x_3); x_127 = lean_usize_of_nat(x_126); lean_dec(x_126); x_128 = 0; -x_129 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__8(x_1, x_127, x_128, x_3, x_4, x_125); +x_129 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__9(x_1, x_127, x_128, x_3, x_4, x_125); if (lean_obj_tag(x_129) == 0) { uint8_t x_130; @@ -71757,7 +85493,7 @@ x_148 = lean_array_get_size(x_3); x_149 = lean_usize_of_nat(x_148); lean_dec(x_148); x_150 = 0; -x_151 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__9(x_1, x_149, x_150, x_3, x_4, x_147); +x_151 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__10(x_1, x_149, x_150, x_3, x_4, x_147); if (lean_obj_tag(x_151) == 0) { uint8_t x_152; @@ -71853,7 +85589,7 @@ x_170 = lean_array_get_size(x_3); x_171 = lean_usize_of_nat(x_170); lean_dec(x_170); x_172 = 0; -x_173 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__10(x_1, x_171, x_172, x_3, x_4, x_169); +x_173 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__11(x_1, x_171, x_172, x_3, x_4, x_169); if (lean_obj_tag(x_173) == 0) { uint8_t x_174; @@ -71949,7 +85685,7 @@ x_192 = lean_array_get_size(x_3); x_193 = lean_usize_of_nat(x_192); lean_dec(x_192); x_194 = 0; -x_195 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__11(x_1, x_193, x_194, x_3, x_4, x_191); +x_195 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__12(x_1, x_193, x_194, x_3, x_4, x_191); if (lean_obj_tag(x_195) == 0) { uint8_t x_196; @@ -72045,7 +85781,7 @@ x_214 = lean_array_get_size(x_3); x_215 = lean_usize_of_nat(x_214); lean_dec(x_214); x_216 = 0; -x_217 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__12(x_1, x_215, x_216, x_3, x_4, x_213); +x_217 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__13(x_1, x_215, x_216, x_3, x_4, x_213); if (lean_obj_tag(x_217) == 0) { uint8_t x_218; @@ -72141,7 +85877,7 @@ x_236 = lean_array_get_size(x_3); x_237 = lean_usize_of_nat(x_236); lean_dec(x_236); x_238 = 0; -x_239 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__13(x_1, x_237, x_238, x_3, x_4, x_235); +x_239 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__14(x_1, x_237, x_238, x_3, x_4, x_235); if (lean_obj_tag(x_239) == 0) { uint8_t x_240; @@ -72237,7 +85973,7 @@ x_258 = lean_array_get_size(x_3); x_259 = lean_usize_of_nat(x_258); lean_dec(x_258); x_260 = 0; -x_261 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__14(x_1, x_259, x_260, x_3, x_4, x_257); +x_261 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__15(x_1, x_259, x_260, x_3, x_4, x_257); if (lean_obj_tag(x_261) == 0) { uint8_t x_262; @@ -72333,7 +86069,7 @@ x_280 = lean_array_get_size(x_3); x_281 = lean_usize_of_nat(x_280); lean_dec(x_280); x_282 = 0; -x_283 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__15(x_1, x_281, x_282, x_3, x_4, x_279); +x_283 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__16(x_1, x_281, x_282, x_3, x_4, x_279); if (lean_obj_tag(x_283) == 0) { uint8_t x_284; @@ -72473,7 +86209,203 @@ return x_13; } } } -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +_start: +{ +uint8_t x_5; +x_5 = lean_usize_dec_eq(x_3, x_4); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; uint8_t x_8; +x_6 = lean_array_uget(x_2, x_3); +x_7 = lean_ctor_get(x_1, 1); +x_8 = lean_expr_eqv(x_7, x_6); +lean_dec(x_6); +if (x_8 == 0) +{ +size_t x_9; size_t x_10; +x_9 = 1; +x_10 = lean_usize_add(x_3, x_9); +x_3 = x_10; +goto _start; +} +else +{ +uint8_t x_12; +x_12 = 1; +return x_12; +} +} +else +{ +uint8_t x_13; +x_13 = 0; +return x_13; +} +} +} +LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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; +x_4 = lean_ctor_get(x_3, 0); +lean_inc(x_4); +x_5 = lean_ctor_get(x_4, 8); +lean_inc(x_5); +lean_dec(x_4); +x_6 = l_Lean_PersistentHashMap_find_x3f___at_Lean_getDelayedMVarAssignment_x3f___spec__1(x_5, x_1); +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; +} +} +LEAN_EXPORT lean_object* l_Lean_assignDelayedMVar___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__5(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_5); +if (x_6 == 0) +{ +lean_object* x_7; uint8_t x_8; +x_7 = lean_ctor_get(x_5, 0); +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_9 = lean_ctor_get(x_7, 8); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_2); +lean_ctor_set(x_10, 1, x_3); +x_11 = l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(x_9, x_1, x_10); +lean_ctor_set(x_7, 8, x_11); +x_12 = lean_box(0); +x_13 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_13, 0, x_12); +lean_ctor_set(x_13, 1, x_5); +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; 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_14 = lean_ctor_get(x_7, 0); +x_15 = lean_ctor_get(x_7, 1); +x_16 = lean_ctor_get(x_7, 2); +x_17 = lean_ctor_get(x_7, 3); +x_18 = lean_ctor_get(x_7, 4); +x_19 = lean_ctor_get(x_7, 5); +x_20 = lean_ctor_get(x_7, 6); +x_21 = lean_ctor_get(x_7, 7); +x_22 = lean_ctor_get(x_7, 8); +lean_inc(x_22); +lean_inc(x_21); +lean_inc(x_20); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_dec(x_7); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_2); +lean_ctor_set(x_23, 1, x_3); +x_24 = l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(x_22, x_1, x_23); +x_25 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_25, 0, x_14); +lean_ctor_set(x_25, 1, x_15); +lean_ctor_set(x_25, 2, x_16); +lean_ctor_set(x_25, 3, x_17); +lean_ctor_set(x_25, 4, x_18); +lean_ctor_set(x_25, 5, x_19); +lean_ctor_set(x_25, 6, x_20); +lean_ctor_set(x_25, 7, x_21); +lean_ctor_set(x_25, 8, x_24); +lean_ctor_set(x_5, 0, x_25); +x_26 = lean_box(0); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_5); +return x_27; +} +} +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; 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; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_28 = lean_ctor_get(x_5, 0); +x_29 = lean_ctor_get(x_5, 1); +x_30 = lean_ctor_get(x_5, 2); +x_31 = lean_ctor_get(x_5, 3); +lean_inc(x_31); +lean_inc(x_30); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_5); +x_32 = lean_ctor_get(x_28, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); +x_34 = lean_ctor_get(x_28, 2); +lean_inc(x_34); +x_35 = lean_ctor_get(x_28, 3); +lean_inc(x_35); +x_36 = lean_ctor_get(x_28, 4); +lean_inc(x_36); +x_37 = lean_ctor_get(x_28, 5); +lean_inc(x_37); +x_38 = lean_ctor_get(x_28, 6); +lean_inc(x_38); +x_39 = lean_ctor_get(x_28, 7); +lean_inc(x_39); +x_40 = lean_ctor_get(x_28, 8); +lean_inc(x_40); +if (lean_is_exclusive(x_28)) { + lean_ctor_release(x_28, 0); + lean_ctor_release(x_28, 1); + lean_ctor_release(x_28, 2); + lean_ctor_release(x_28, 3); + lean_ctor_release(x_28, 4); + lean_ctor_release(x_28, 5); + lean_ctor_release(x_28, 6); + lean_ctor_release(x_28, 7); + lean_ctor_release(x_28, 8); + x_41 = x_28; +} else { + lean_dec_ref(x_28); + x_41 = lean_box(0); +} +x_42 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_42, 0, x_2); +lean_ctor_set(x_42, 1, x_3); +x_43 = l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(x_40, x_1, x_42); +if (lean_is_scalar(x_41)) { + x_44 = lean_alloc_ctor(0, 9, 0); +} else { + x_44 = x_41; +} +lean_ctor_set(x_44, 0, x_32); +lean_ctor_set(x_44, 1, x_33); +lean_ctor_set(x_44, 2, x_34); +lean_ctor_set(x_44, 3, x_35); +lean_ctor_set(x_44, 4, x_36); +lean_ctor_set(x_44, 5, x_37); +lean_ctor_set(x_44, 6, x_38); +lean_ctor_set(x_44, 7, x_39); +lean_ctor_set(x_44, 8, x_43); +x_45 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_45, 0, x_44); +lean_ctor_set(x_45, 1, x_29); +lean_ctor_set(x_45, 2, x_30); +lean_ctor_set(x_45, 3, x_31); +x_46 = lean_box(0); +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; +} +} +} +LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -72609,222 +86541,127 @@ return x_43; } } } -LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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; -x_4 = lean_ctor_get(x_3, 0); -lean_inc(x_4); -x_5 = lean_ctor_get(x_4, 8); -lean_inc(x_5); -lean_dec(x_4); -x_6 = l_Lean_PersistentHashMap_find_x3f___at_Lean_getDelayedMVarAssignment_x3f___spec__1(x_5, x_1); -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; -} -} -LEAN_EXPORT lean_object* l_Lean_assignDelayedMVar___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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) { _start: { -uint8_t x_6; -x_6 = !lean_is_exclusive(x_5); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; uint8_t x_8; -x_7 = lean_ctor_get(x_5, 0); -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_array_get_size(x_1); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_nat_dec_lt(x_10, x_9); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_9 = lean_ctor_get(x_7, 8); -x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_2); -lean_ctor_set(x_10, 1, x_3); -x_11 = l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(x_9, x_1, x_10); -lean_ctor_set(x_7, 8, x_11); -x_12 = lean_box(0); -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_5); -return x_13; +lean_object* x_14; +lean_dec(x_9); +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; +goto _start; } 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; 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_14 = lean_ctor_get(x_7, 0); -x_15 = lean_ctor_get(x_7, 1); -x_16 = lean_ctor_get(x_7, 2); -x_17 = lean_ctor_get(x_7, 3); -x_18 = lean_ctor_get(x_7, 4); -x_19 = lean_ctor_get(x_7, 5); -x_20 = lean_ctor_get(x_7, 6); -x_21 = lean_ctor_get(x_7, 7); -x_22 = lean_ctor_get(x_7, 8); -lean_inc(x_22); -lean_inc(x_21); -lean_inc(x_20); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_dec(x_7); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_2); -lean_ctor_set(x_23, 1, x_3); -x_24 = l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(x_22, x_1, x_23); -x_25 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_25, 0, x_14); -lean_ctor_set(x_25, 1, x_15); -lean_ctor_set(x_25, 2, x_16); -lean_ctor_set(x_25, 3, x_17); -lean_ctor_set(x_25, 4, x_18); -lean_ctor_set(x_25, 5, x_19); -lean_ctor_set(x_25, 6, x_20); -lean_ctor_set(x_25, 7, x_21); -lean_ctor_set(x_25, 8, x_24); -lean_ctor_set(x_5, 0, x_25); -x_26 = lean_box(0); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_5); -return x_27; +uint8_t x_16; +x_16 = lean_nat_dec_le(x_9, x_9); +if (x_16 == 0) +{ +lean_object* x_17; +lean_dec(x_9); +x_17 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_17; +goto _start; } +else +{ +size_t x_19; size_t x_20; uint8_t x_21; +x_19 = 0; +x_20 = lean_usize_of_nat(x_9); +lean_dec(x_9); +x_21 = l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_8, x_1, x_19, x_20); +if (x_21 == 0) +{ +lean_object* x_22; +x_22 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_22; +goto _start; } 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; 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; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_28 = lean_ctor_get(x_5, 0); -x_29 = lean_ctor_get(x_5, 1); -x_30 = lean_ctor_get(x_5, 2); -x_31 = lean_ctor_get(x_5, 3); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_5); -x_32 = lean_ctor_get(x_28, 0); -lean_inc(x_32); -x_33 = lean_ctor_get(x_28, 1); -lean_inc(x_33); -x_34 = lean_ctor_get(x_28, 2); -lean_inc(x_34); -x_35 = lean_ctor_get(x_28, 3); -lean_inc(x_35); -x_36 = lean_ctor_get(x_28, 4); -lean_inc(x_36); -x_37 = lean_ctor_get(x_28, 5); -lean_inc(x_37); -x_38 = lean_ctor_get(x_28, 6); -lean_inc(x_38); -x_39 = lean_ctor_get(x_28, 7); -lean_inc(x_39); -x_40 = lean_ctor_get(x_28, 8); -lean_inc(x_40); -if (lean_is_exclusive(x_28)) { - lean_ctor_release(x_28, 0); - lean_ctor_release(x_28, 1); - lean_ctor_release(x_28, 2); - lean_ctor_release(x_28, 3); - lean_ctor_release(x_28, 4); - lean_ctor_release(x_28, 5); - lean_ctor_release(x_28, 6); - lean_ctor_release(x_28, 7); - lean_ctor_release(x_28, 8); - x_41 = x_28; -} else { - lean_dec_ref(x_28); - x_41 = lean_box(0); +lean_dec(x_8); +x_4 = x_13; +goto _start; } -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_2); -lean_ctor_set(x_42, 1, x_3); -x_43 = l_Lean_PersistentHashMap_insert___at_Lean_assignDelayedMVar___spec__1(x_40, x_1, x_42); -if (lean_is_scalar(x_41)) { - x_44 = lean_alloc_ctor(0, 9, 0); -} else { - x_44 = x_41; } -lean_ctor_set(x_44, 0, x_32); -lean_ctor_set(x_44, 1, x_33); -lean_ctor_set(x_44, 2, x_34); -lean_ctor_set(x_44, 3, x_35); -lean_ctor_set(x_44, 4, x_36); -lean_ctor_set(x_44, 5, x_37); -lean_ctor_set(x_44, 6, x_38); -lean_ctor_set(x_44, 7, x_39); -lean_ctor_set(x_44, 8, x_43); -x_45 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_45, 0, x_44); -lean_ctor_set(x_45, 1, x_29); -lean_ctor_set(x_45, 2, x_30); -lean_ctor_set(x_45, 3, x_31); -x_46 = lean_box(0); -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 +{ +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; -x_7 = lean_array_uget(x_2, x_3); -x_8 = lean_array_get_size(x_1); -x_9 = lean_unsigned_to_nat(0u); -x_10 = lean_nat_dec_lt(x_9, x_8); -x_11 = 1; -x_12 = lean_usize_add(x_3, x_11); -if (x_10 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +x_9 = lean_array_get_size(x_2); +x_10 = lean_unsigned_to_nat(0u); +x_11 = lean_nat_dec_lt(x_10, x_9); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_object* x_13; -lean_dec(x_8); -x_13 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_13; +lean_object* x_14; +lean_dec(x_9); +x_14 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_14; goto _start; } else { -uint8_t x_15; -x_15 = lean_nat_dec_le(x_8, x_8); -if (x_15 == 0) +uint8_t x_16; +x_16 = lean_nat_dec_le(x_9, x_9); +if (x_16 == 0) { -lean_object* x_16; -lean_dec(x_8); -x_16 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_16; +lean_object* x_17; +lean_dec(x_9); +x_17 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_17; goto _start; } else { -size_t x_18; size_t x_19; uint8_t x_20; -x_18 = 0; -x_19 = lean_usize_of_nat(x_8); -lean_dec(x_8); -x_20 = l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__2(x_7, x_1, x_18, x_19); -if (x_20 == 0) +size_t x_19; size_t x_20; uint8_t x_21; +x_19 = 0; +x_20 = lean_usize_of_nat(x_9); +lean_dec(x_9); +x_21 = l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_8, x_2, x_19, x_20); +if (x_21 == 0) { -lean_object* x_21; -x_21 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_21; +lean_object* x_22; +x_22 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_22; goto _start; } else { -lean_dec(x_7); -x_3 = x_12; +lean_dec(x_8); +x_4 = x_13; goto _start; } } @@ -72832,11 +86669,11 @@ goto _start; } else { -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__9(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -72904,7 +86741,7 @@ return x_22; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__10(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { uint8_t x_7; @@ -73024,7 +86861,7 @@ x_12 = lean_nat_dec_eq(x_10, x_11); lean_dec(x_10); if (x_12 == 0) { -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_216; size_t x_217; size_t x_218; lean_object* x_219; uint8_t x_220; +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_232; size_t x_233; size_t x_234; lean_object* x_235; uint8_t x_236; lean_inc(x_2); x_13 = l_Lean_MVarId_isAssignable___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__1(x_2, x_4, x_5); x_14 = lean_ctor_get(x_13, 0); @@ -73032,103 +86869,103 @@ lean_inc(x_14); x_15 = lean_ctor_get(x_13, 1); lean_inc(x_15); lean_dec(x_13); -x_216 = lean_array_get_size(x_3); -x_217 = lean_usize_of_nat(x_216); -lean_dec(x_216); -x_218 = 0; +x_232 = lean_array_get_size(x_3); +x_233 = lean_usize_of_nat(x_232); +lean_dec(x_232); +x_234 = 0; lean_inc(x_4); -x_219 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7(x_1, x_217, x_218, x_3, x_4, x_15); -x_220 = lean_unbox(x_14); +x_235 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__9(x_1, x_233, x_234, x_3, x_4, x_15); +x_236 = lean_unbox(x_14); lean_dec(x_14); -if (x_220 == 0) +if (x_236 == 0) { -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_235) == 0) { -lean_object* x_221; lean_object* x_222; uint8_t x_223; -x_221 = lean_ctor_get(x_219, 0); -lean_inc(x_221); -x_222 = lean_ctor_get(x_219, 1); -lean_inc(x_222); -lean_dec(x_219); -x_223 = 2; -x_16 = x_223; -x_17 = x_221; -x_18 = x_222; -goto block_215; +lean_object* x_237; lean_object* x_238; uint8_t x_239; +x_237 = lean_ctor_get(x_235, 0); +lean_inc(x_237); +x_238 = lean_ctor_get(x_235, 1); +lean_inc(x_238); +lean_dec(x_235); +x_239 = 2; +x_16 = x_239; +x_17 = x_237; +x_18 = x_238; +goto block_231; } else { -uint8_t x_224; +uint8_t x_240; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_2); -x_224 = !lean_is_exclusive(x_219); -if (x_224 == 0) +x_240 = !lean_is_exclusive(x_235); +if (x_240 == 0) { -return x_219; +return x_235; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_225 = lean_ctor_get(x_219, 0); -x_226 = lean_ctor_get(x_219, 1); -lean_inc(x_226); -lean_inc(x_225); -lean_dec(x_219); -x_227 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_227, 0, x_225); -lean_ctor_set(x_227, 1, x_226); -return x_227; +lean_object* x_241; lean_object* x_242; lean_object* x_243; +x_241 = lean_ctor_get(x_235, 0); +x_242 = lean_ctor_get(x_235, 1); +lean_inc(x_242); +lean_inc(x_241); +lean_dec(x_235); +x_243 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_243, 0, x_241); +lean_ctor_set(x_243, 1, x_242); +return x_243; } } } else { -if (lean_obj_tag(x_219) == 0) +if (lean_obj_tag(x_235) == 0) { -lean_object* x_228; lean_object* x_229; uint8_t x_230; -x_228 = lean_ctor_get(x_219, 0); -lean_inc(x_228); -x_229 = lean_ctor_get(x_219, 1); -lean_inc(x_229); -lean_dec(x_219); -x_230 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); -x_16 = x_230; -x_17 = x_228; -x_18 = x_229; -goto block_215; +lean_object* x_244; lean_object* x_245; uint8_t x_246; +x_244 = lean_ctor_get(x_235, 0); +lean_inc(x_244); +x_245 = lean_ctor_get(x_235, 1); +lean_inc(x_245); +lean_dec(x_235); +x_246 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); +x_16 = x_246; +x_17 = x_244; +x_18 = x_245; +goto block_231; } else { -uint8_t x_231; +uint8_t x_247; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_2); -x_231 = !lean_is_exclusive(x_219); -if (x_231 == 0) +x_247 = !lean_is_exclusive(x_235); +if (x_247 == 0) { -return x_219; +return x_235; } else { -lean_object* x_232; lean_object* x_233; lean_object* x_234; -x_232 = lean_ctor_get(x_219, 0); -x_233 = lean_ctor_get(x_219, 1); -lean_inc(x_233); -lean_inc(x_232); -lean_dec(x_219); -x_234 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_234, 0, x_232); -lean_ctor_set(x_234, 1, x_233); -return x_234; +lean_object* x_248; lean_object* x_249; lean_object* x_250; +x_248 = lean_ctor_get(x_235, 0); +x_249 = lean_ctor_get(x_235, 1); +lean_inc(x_249); +lean_inc(x_248); +lean_dec(x_235); +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; } } } -block_215: +block_231: { lean_object* x_19; lean_inc(x_4); @@ -73164,40 +87001,40 @@ lean_inc(x_8); x_30 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType(x_8, x_20, x_16, x_26, x_4, x_21); if (x_25 == 0) { -lean_object* x_144; +lean_object* x_156; lean_dec(x_24); lean_dec(x_23); -x_144 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_31 = x_144; -goto block_143; +x_156 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_31 = x_156; +goto block_155; } else { -uint8_t x_145; -x_145 = lean_nat_dec_le(x_24, x_24); -if (x_145 == 0) +uint8_t x_157; +x_157 = lean_nat_dec_le(x_24, x_24); +if (x_157 == 0) { -lean_object* x_146; +lean_object* x_158; lean_dec(x_24); lean_dec(x_23); -x_146 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_31 = x_146; -goto block_143; +x_158 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_31 = x_158; +goto block_155; } else { -size_t x_147; size_t x_148; lean_object* x_149; lean_object* x_150; -x_147 = 0; -x_148 = lean_usize_of_nat(x_24); +size_t x_159; size_t x_160; lean_object* x_161; lean_object* x_162; +x_159 = 0; +x_160 = lean_usize_of_nat(x_24); lean_dec(x_24); -x_149 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_150 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_20, x_23, x_147, x_148, x_149); +x_161 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_162 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(x_20, x_20, x_23, x_159, x_160, x_161); lean_dec(x_23); -x_31 = x_150; -goto block_143; +x_31 = x_162; +goto block_155; } } -block_143: +block_155: { if (lean_obj_tag(x_30) == 0) { @@ -73221,7 +87058,7 @@ lean_dec(x_38); x_39 = !lean_is_exclusive(x_33); 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; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; uint8_t x_54; +lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; uint8_t x_71; uint8_t x_72; x_40 = lean_ctor_get(x_33, 0); x_41 = lean_ctor_get(x_33, 1); lean_inc(x_41); @@ -73252,302 +87089,353 @@ x_52 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_Metava lean_closure_set(x_52, 0, x_44); lean_closure_set(x_52, 1, x_17); lean_closure_set(x_52, 2, x_20); -x_53 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); +x_71 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); lean_dec(x_7); -x_54 = l_Lean_MetavarKind_isSyntheticOpaque(x_53); -if (x_54 == 0) +x_72 = l_Lean_MetavarKind_isSyntheticOpaque(x_71); +if (x_72 == 0) { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -lean_dec(x_52); -lean_dec(x_42); -lean_inc(x_44); -x_55 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_2, x_44, x_4, x_32); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_44, x_17, x_20, x_56, x_4, x_57); -lean_dec(x_4); -lean_dec(x_56); -return x_58; +uint8_t x_73; +x_73 = 1; +x_53 = x_73; +goto block_70; } else { -lean_object* x_59; lean_object* x_60; +uint8_t x_74; +x_74 = 0; +x_53 = x_74; +goto block_70; +} +block_70: +{ +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; lean_dec(x_44); lean_dec(x_17); lean_inc(x_2); -x_59 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_32); -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -if (lean_obj_tag(x_60) == 0) +x_54 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_32); +x_55 = lean_ctor_get(x_54, 0); +lean_inc(x_55); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -lean_dec(x_59); -x_62 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_63 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_63, 0, x_2); -lean_ctor_set(x_63, 1, x_62); -x_64 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_42, x_52, x_63, x_4, x_61); -return x_64; +lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_56 = lean_ctor_get(x_54, 1); +lean_inc(x_56); +lean_dec(x_54); +x_57 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_2); +lean_ctor_set(x_58, 1, x_57); +x_59 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_42, x_52, x_58, x_4, x_56); +return x_59; } 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_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_dec(x_2); -x_65 = lean_ctor_get(x_60, 0); -lean_inc(x_65); +x_60 = lean_ctor_get(x_55, 0); +lean_inc(x_60); +lean_dec(x_55); +x_61 = lean_ctor_get(x_54, 1); +lean_inc(x_61); +lean_dec(x_54); +x_62 = lean_ctor_get(x_60, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_60, 1); +lean_inc(x_63); lean_dec(x_60); -x_66 = lean_ctor_get(x_59, 1); -lean_inc(x_66); -lean_dec(x_59); -x_67 = lean_ctor_get(x_65, 0); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_62); +x_65 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_42, x_52, x_64, x_4, x_61); +return x_65; +} +} +else +{ +lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_dec(x_52); +lean_dec(x_42); +lean_inc(x_44); +x_66 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_2, x_44, x_4, x_32); +x_67 = lean_ctor_get(x_66, 0); lean_inc(x_67); -x_68 = lean_ctor_get(x_65, 1); +x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); -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_67); -x_70 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_42, x_52, x_69, x_4, x_66); -return x_70; +lean_dec(x_66); +x_69 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_44, x_17, x_20, x_67, x_4, x_68); +lean_dec(x_4); +lean_dec(x_67); +return x_69; } } } 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; uint8_t x_85; uint8_t x_86; -x_71 = lean_ctor_get(x_33, 0); -x_72 = lean_ctor_get(x_33, 1); -lean_inc(x_72); -lean_inc(x_71); +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; uint8_t x_89; uint8_t x_107; uint8_t x_108; +x_75 = lean_ctor_get(x_33, 0); +x_76 = lean_ctor_get(x_33, 1); +lean_inc(x_76); +lean_inc(x_75); lean_dec(x_33); -lean_inc(x_72); -lean_inc(x_71); -x_73 = l_Lean_Name_num___override(x_71, x_72); -lean_inc(x_73); -x_74 = l_Lean_Expr_mvar___override(x_73); -x_75 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(x_8, x_74, x_20, x_16); -x_76 = lean_ctor_get(x_7, 5); lean_inc(x_76); -x_77 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_75, x_11); -x_78 = lean_nat_add(x_76, x_77); -lean_dec(x_77); +lean_inc(x_75); +x_77 = l_Lean_Name_num___override(x_75, x_76); +lean_inc(x_77); +x_78 = l_Lean_Expr_mvar___override(x_77); +x_79 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(x_8, x_78, x_20, x_16); +x_80 = lean_ctor_get(x_7, 5); +lean_inc(x_80); +x_81 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_79, x_11); +x_82 = lean_nat_add(x_80, x_81); +lean_dec(x_81); +lean_dec(x_80); +x_83 = lean_box(0); +lean_inc(x_77); +x_84 = l_Lean_MetavarContext_addExprMVarDecl(x_36, x_77, x_83, x_22, x_31, x_34, x_16, x_82); +x_85 = lean_unsigned_to_nat(1u); +x_86 = lean_nat_add(x_76, x_85); lean_dec(x_76); -x_79 = lean_box(0); -lean_inc(x_73); -x_80 = l_Lean_MetavarContext_addExprMVarDecl(x_36, x_73, x_79, x_22, x_31, x_34, x_16, x_78); -x_81 = lean_unsigned_to_nat(1u); -x_82 = lean_nat_add(x_72, x_81); -lean_dec(x_72); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_71); -lean_ctor_set(x_83, 1, x_82); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_75); +lean_ctor_set(x_87, 1, x_86); lean_ctor_set(x_32, 3, x_28); -lean_ctor_set(x_32, 2, x_83); -lean_ctor_set(x_32, 0, x_80); +lean_ctor_set(x_32, 2, x_87); +lean_ctor_set(x_32, 0, x_84); lean_inc(x_20); lean_inc(x_17); -lean_inc(x_75); -x_84 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed), 6, 3); -lean_closure_set(x_84, 0, x_75); -lean_closure_set(x_84, 1, x_17); -lean_closure_set(x_84, 2, x_20); -x_85 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); +lean_inc(x_79); +x_88 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed), 6, 3); +lean_closure_set(x_88, 0, x_79); +lean_closure_set(x_88, 1, x_17); +lean_closure_set(x_88, 2, x_20); +x_107 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); lean_dec(x_7); -x_86 = l_Lean_MetavarKind_isSyntheticOpaque(x_85); -if (x_86 == 0) +x_108 = l_Lean_MetavarKind_isSyntheticOpaque(x_107); +if (x_108 == 0) { -lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_84); -lean_dec(x_73); -lean_inc(x_75); -x_87 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_2, x_75, x_4, x_32); -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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_75, x_17, x_20, x_88, x_4, x_89); -lean_dec(x_4); -lean_dec(x_88); -return x_90; +uint8_t x_109; +x_109 = 1; +x_89 = x_109; +goto block_106; } else { -lean_object* x_91; lean_object* x_92; -lean_dec(x_75); +uint8_t x_110; +x_110 = 0; +x_89 = x_110; +goto block_106; +} +block_106: +{ +if (x_89 == 0) +{ +lean_object* x_90; lean_object* x_91; +lean_dec(x_79); lean_dec(x_17); lean_inc(x_2); -x_91 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_32); -x_92 = lean_ctor_get(x_91, 0); -lean_inc(x_92); -if (lean_obj_tag(x_92) == 0) +x_90 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_32); +x_91 = lean_ctor_get(x_90, 0); +lean_inc(x_91); +if (lean_obj_tag(x_91) == 0) { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_2); -lean_ctor_set(x_95, 1, x_94); -x_96 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_73, x_84, x_95, x_4, x_93); -return x_96; +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_92 = lean_ctor_get(x_90, 1); +lean_inc(x_92); +lean_dec(x_90); +x_93 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_2); +lean_ctor_set(x_94, 1, x_93); +x_95 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_77, x_88, x_94, x_4, x_92); +return x_95; } else { -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_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_dec(x_2); -x_97 = lean_ctor_get(x_92, 0); +x_96 = lean_ctor_get(x_91, 0); +lean_inc(x_96); +lean_dec(x_91); +x_97 = lean_ctor_get(x_90, 1); lean_inc(x_97); -lean_dec(x_92); -x_98 = lean_ctor_get(x_91, 1); +lean_dec(x_90); +x_98 = lean_ctor_get(x_96, 0); lean_inc(x_98); -lean_dec(x_91); -x_99 = lean_ctor_get(x_97, 0); +x_99 = lean_ctor_get(x_96, 1); lean_inc(x_99); -x_100 = lean_ctor_get(x_97, 1); -lean_inc(x_100); -lean_dec(x_97); -x_101 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_101, 0, x_100); -lean_ctor_set(x_101, 1, x_99); -x_102 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_73, x_84, x_101, x_4, x_98); -return x_102; +lean_dec(x_96); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_99); +lean_ctor_set(x_100, 1, x_98); +x_101 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_77, x_88, x_100, x_4, x_97); +return x_101; +} +} +else +{ +lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_88); +lean_dec(x_77); +lean_inc(x_79); +x_102 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_2, x_79, x_4, x_32); +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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_79, x_17, x_20, x_103, x_4, x_104); +lean_dec(x_4); +lean_dec(x_103); +return x_105; } } } } else { -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; uint8_t x_121; uint8_t x_122; -x_103 = lean_ctor_get(x_32, 0); -x_104 = lean_ctor_get(x_32, 1); -lean_inc(x_104); -lean_inc(x_103); +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; uint8_t x_129; uint8_t x_147; uint8_t x_148; +x_111 = lean_ctor_get(x_32, 0); +x_112 = lean_ctor_get(x_32, 1); +lean_inc(x_112); +lean_inc(x_111); lean_dec(x_32); -x_105 = lean_ctor_get(x_33, 0); -lean_inc(x_105); -x_106 = lean_ctor_get(x_33, 1); -lean_inc(x_106); +x_113 = lean_ctor_get(x_33, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_33, 1); +lean_inc(x_114); if (lean_is_exclusive(x_33)) { lean_ctor_release(x_33, 0); lean_ctor_release(x_33, 1); - x_107 = x_33; + x_115 = x_33; } else { lean_dec_ref(x_33); - x_107 = lean_box(0); + x_115 = lean_box(0); } -lean_inc(x_106); -lean_inc(x_105); -x_108 = l_Lean_Name_num___override(x_105, x_106); -lean_inc(x_108); -x_109 = l_Lean_Expr_mvar___override(x_108); -x_110 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(x_8, x_109, x_20, x_16); -x_111 = lean_ctor_get(x_7, 5); -lean_inc(x_111); -x_112 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_110, x_11); -x_113 = lean_nat_add(x_111, x_112); -lean_dec(x_112); -lean_dec(x_111); -x_114 = lean_box(0); -lean_inc(x_108); -x_115 = l_Lean_MetavarContext_addExprMVarDecl(x_103, x_108, x_114, x_22, x_31, x_34, x_16, x_113); -x_116 = lean_unsigned_to_nat(1u); -x_117 = lean_nat_add(x_106, x_116); -lean_dec(x_106); -if (lean_is_scalar(x_107)) { - x_118 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_114); +lean_inc(x_113); +x_116 = l_Lean_Name_num___override(x_113, x_114); +lean_inc(x_116); +x_117 = l_Lean_Expr_mvar___override(x_116); +x_118 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(x_8, x_117, x_20, x_16); +x_119 = lean_ctor_get(x_7, 5); +lean_inc(x_119); +x_120 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_118, x_11); +x_121 = lean_nat_add(x_119, x_120); +lean_dec(x_120); +lean_dec(x_119); +x_122 = lean_box(0); +lean_inc(x_116); +x_123 = l_Lean_MetavarContext_addExprMVarDecl(x_111, x_116, x_122, x_22, x_31, x_34, x_16, x_121); +x_124 = lean_unsigned_to_nat(1u); +x_125 = lean_nat_add(x_114, x_124); +lean_dec(x_114); +if (lean_is_scalar(x_115)) { + x_126 = lean_alloc_ctor(0, 2, 0); } else { - x_118 = x_107; -} -lean_ctor_set(x_118, 0, x_105); -lean_ctor_set(x_118, 1, x_117); -x_119 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_119, 0, x_115); -lean_ctor_set(x_119, 1, x_104); -lean_ctor_set(x_119, 2, x_118); -lean_ctor_set(x_119, 3, x_28); + x_126 = x_115; +} +lean_ctor_set(x_126, 0, x_113); +lean_ctor_set(x_126, 1, x_125); +x_127 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_127, 0, x_123); +lean_ctor_set(x_127, 1, x_112); +lean_ctor_set(x_127, 2, x_126); +lean_ctor_set(x_127, 3, x_28); lean_inc(x_20); lean_inc(x_17); -lean_inc(x_110); -x_120 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed), 6, 3); -lean_closure_set(x_120, 0, x_110); -lean_closure_set(x_120, 1, x_17); -lean_closure_set(x_120, 2, x_20); -x_121 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); +lean_inc(x_118); +x_128 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed), 6, 3); +lean_closure_set(x_128, 0, x_118); +lean_closure_set(x_128, 1, x_17); +lean_closure_set(x_128, 2, x_20); +x_147 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); lean_dec(x_7); -x_122 = l_Lean_MetavarKind_isSyntheticOpaque(x_121); -if (x_122 == 0) +x_148 = l_Lean_MetavarKind_isSyntheticOpaque(x_147); +if (x_148 == 0) { -lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; -lean_dec(x_120); -lean_dec(x_108); -lean_inc(x_110); -x_123 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_2, x_110, x_4, x_119); -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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_110, x_17, x_20, x_124, x_4, x_125); -lean_dec(x_4); -lean_dec(x_124); -return x_126; +uint8_t x_149; +x_149 = 1; +x_129 = x_149; +goto block_146; } else { -lean_object* x_127; lean_object* x_128; -lean_dec(x_110); +uint8_t x_150; +x_150 = 0; +x_129 = x_150; +goto block_146; +} +block_146: +{ +if (x_129 == 0) +{ +lean_object* x_130; lean_object* x_131; +lean_dec(x_118); lean_dec(x_17); lean_inc(x_2); -x_127 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_119); -x_128 = lean_ctor_get(x_127, 0); -lean_inc(x_128); -if (lean_obj_tag(x_128) == 0) +x_130 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_127); +x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_131); +if (lean_obj_tag(x_131) == 0) { -lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_131 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_131, 0, x_2); -lean_ctor_set(x_131, 1, x_130); -x_132 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_108, x_120, x_131, x_4, x_129); -return x_132; +lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; +x_132 = lean_ctor_get(x_130, 1); +lean_inc(x_132); +lean_dec(x_130); +x_133 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_134 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_134, 0, x_2); +lean_ctor_set(x_134, 1, x_133); +x_135 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_116, x_128, x_134, x_4, x_132); +return x_135; } else { -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_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_dec(x_2); -x_133 = lean_ctor_get(x_128, 0); -lean_inc(x_133); -lean_dec(x_128); -x_134 = lean_ctor_get(x_127, 1); -lean_inc(x_134); -lean_dec(x_127); -x_135 = lean_ctor_get(x_133, 0); -lean_inc(x_135); -x_136 = lean_ctor_get(x_133, 1); +x_136 = lean_ctor_get(x_131, 0); lean_inc(x_136); -lean_dec(x_133); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_136); -lean_ctor_set(x_137, 1, x_135); -x_138 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_108, x_120, x_137, x_4, x_134); -return x_138; +lean_dec(x_131); +x_137 = lean_ctor_get(x_130, 1); +lean_inc(x_137); +lean_dec(x_130); +x_138 = lean_ctor_get(x_136, 0); +lean_inc(x_138); +x_139 = lean_ctor_get(x_136, 1); +lean_inc(x_139); +lean_dec(x_136); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_138); +x_141 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_116, x_128, x_140, x_4, x_137); +return x_141; +} +} +else +{ +lean_object* x_142; lean_object* x_143; lean_object* x_144; lean_object* x_145; +lean_dec(x_128); +lean_dec(x_116); +lean_inc(x_118); +x_142 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_2, x_118, x_4, x_127); +x_143 = lean_ctor_get(x_142, 0); +lean_inc(x_143); +x_144 = lean_ctor_get(x_142, 1); +lean_inc(x_144); +lean_dec(x_142); +x_145 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_118, x_17, x_20, x_143, x_4, x_144); +lean_dec(x_4); +lean_dec(x_143); +return x_145; } } } } else { -uint8_t x_139; +uint8_t x_151; lean_dec(x_31); lean_dec(x_28); lean_dec(x_22); @@ -73557,233 +87445,250 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_2); -x_139 = !lean_is_exclusive(x_30); -if (x_139 == 0) +x_151 = !lean_is_exclusive(x_30); +if (x_151 == 0) { return x_30; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_140 = lean_ctor_get(x_30, 0); -x_141 = lean_ctor_get(x_30, 1); -lean_inc(x_141); -lean_inc(x_140); +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_30, 0); +x_153 = lean_ctor_get(x_30, 1); +lean_inc(x_153); +lean_inc(x_152); lean_dec(x_30); -x_142 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_142, 0, x_140); -lean_ctor_set(x_142, 1, x_141); -return x_142; +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } } } } else { -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; -x_151 = lean_ctor_get(x_21, 0); -x_152 = lean_ctor_get(x_21, 1); -x_153 = lean_ctor_get(x_21, 2); -x_154 = lean_ctor_get(x_21, 3); -lean_inc(x_154); -lean_inc(x_153); -lean_inc(x_152); -lean_inc(x_151); +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; +x_163 = lean_ctor_get(x_21, 0); +x_164 = lean_ctor_get(x_21, 1); +x_165 = lean_ctor_get(x_21, 2); +x_166 = lean_ctor_get(x_21, 3); +lean_inc(x_166); +lean_inc(x_165); +lean_inc(x_164); +lean_inc(x_163); lean_dec(x_21); -x_155 = l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1; -x_156 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_156, 0, x_151); -lean_ctor_set(x_156, 1, x_152); -lean_ctor_set(x_156, 2, x_153); -lean_ctor_set(x_156, 3, x_155); +x_167 = l_Lean_MetavarContext_MkBinding_State_cache___default___closed__1; +x_168 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_168, 0, x_163); +lean_ctor_set(x_168, 1, x_164); +lean_ctor_set(x_168, 2, x_165); +lean_ctor_set(x_168, 3, x_167); lean_inc(x_4); lean_inc(x_20); lean_inc(x_8); -x_157 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType(x_8, x_20, x_16, x_26, x_4, x_156); +x_169 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkAuxMVarType(x_8, x_20, x_16, x_26, x_4, x_168); if (x_25 == 0) { -lean_object* x_204; +lean_object* x_220; lean_dec(x_24); lean_dec(x_23); -x_204 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_158 = x_204; -goto block_203; +x_220 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_170 = x_220; +goto block_219; } else { -uint8_t x_205; -x_205 = lean_nat_dec_le(x_24, x_24); -if (x_205 == 0) +uint8_t x_221; +x_221 = lean_nat_dec_le(x_24, x_24); +if (x_221 == 0) { -lean_object* x_206; +lean_object* x_222; lean_dec(x_24); lean_dec(x_23); -x_206 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_158 = x_206; -goto block_203; +x_222 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_170 = x_222; +goto block_219; } else { -size_t x_207; size_t x_208; lean_object* x_209; lean_object* x_210; -x_207 = 0; -x_208 = lean_usize_of_nat(x_24); +size_t x_223; size_t x_224; lean_object* x_225; lean_object* x_226; +x_223 = 0; +x_224 = lean_usize_of_nat(x_24); lean_dec(x_24); -x_209 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_210 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_20, x_23, x_207, x_208, x_209); +x_225 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_226 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(x_20, x_20, x_23, x_223, x_224, x_225); lean_dec(x_23); -x_158 = x_210; -goto block_203; +x_170 = x_226; +goto block_219; } } -block_203: +block_219: { -if (lean_obj_tag(x_157) == 0) +if (lean_obj_tag(x_169) == 0) { -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; uint8_t x_181; uint8_t x_182; -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -x_160 = lean_ctor_get(x_159, 2); -lean_inc(x_160); -x_161 = lean_ctor_get(x_157, 0); -lean_inc(x_161); -lean_dec(x_157); -x_162 = lean_ctor_get(x_159, 0); -lean_inc(x_162); -x_163 = lean_ctor_get(x_159, 1); -lean_inc(x_163); -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); - x_164 = x_159; +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; uint8_t x_211; uint8_t x_212; +x_171 = lean_ctor_get(x_169, 1); +lean_inc(x_171); +x_172 = lean_ctor_get(x_171, 2); +lean_inc(x_172); +x_173 = lean_ctor_get(x_169, 0); +lean_inc(x_173); +lean_dec(x_169); +x_174 = lean_ctor_get(x_171, 0); +lean_inc(x_174); +x_175 = lean_ctor_get(x_171, 1); +lean_inc(x_175); +if (lean_is_exclusive(x_171)) { + lean_ctor_release(x_171, 0); + lean_ctor_release(x_171, 1); + lean_ctor_release(x_171, 2); + lean_ctor_release(x_171, 3); + x_176 = x_171; } else { - lean_dec_ref(x_159); - x_164 = lean_box(0); + lean_dec_ref(x_171); + x_176 = lean_box(0); } -x_165 = lean_ctor_get(x_160, 0); -lean_inc(x_165); -x_166 = lean_ctor_get(x_160, 1); -lean_inc(x_166); -if (lean_is_exclusive(x_160)) { - lean_ctor_release(x_160, 0); - lean_ctor_release(x_160, 1); - x_167 = x_160; +x_177 = lean_ctor_get(x_172, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_172, 1); +lean_inc(x_178); +if (lean_is_exclusive(x_172)) { + lean_ctor_release(x_172, 0); + lean_ctor_release(x_172, 1); + x_179 = x_172; } else { - lean_dec_ref(x_160); - x_167 = lean_box(0); + lean_dec_ref(x_172); + x_179 = lean_box(0); } -lean_inc(x_166); -lean_inc(x_165); -x_168 = l_Lean_Name_num___override(x_165, x_166); -lean_inc(x_168); -x_169 = l_Lean_Expr_mvar___override(x_168); -x_170 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(x_8, x_169, x_20, x_16); -x_171 = lean_ctor_get(x_7, 5); -lean_inc(x_171); -x_172 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_170, x_11); -x_173 = lean_nat_add(x_171, x_172); -lean_dec(x_172); -lean_dec(x_171); -x_174 = lean_box(0); -lean_inc(x_168); -x_175 = l_Lean_MetavarContext_addExprMVarDecl(x_162, x_168, x_174, x_22, x_158, x_161, x_16, x_173); -x_176 = lean_unsigned_to_nat(1u); -x_177 = lean_nat_add(x_166, x_176); -lean_dec(x_166); -if (lean_is_scalar(x_167)) { - x_178 = lean_alloc_ctor(0, 2, 0); +lean_inc(x_178); +lean_inc(x_177); +x_180 = l_Lean_Name_num___override(x_177, x_178); +lean_inc(x_180); +x_181 = l_Lean_Expr_mvar___override(x_180); +x_182 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_mkMVarApp(x_8, x_181, x_20, x_16); +x_183 = lean_ctor_get(x_7, 5); +lean_inc(x_183); +x_184 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_182, x_11); +x_185 = lean_nat_add(x_183, x_184); +lean_dec(x_184); +lean_dec(x_183); +x_186 = lean_box(0); +lean_inc(x_180); +x_187 = l_Lean_MetavarContext_addExprMVarDecl(x_174, x_180, x_186, x_22, x_170, x_173, x_16, x_185); +x_188 = lean_unsigned_to_nat(1u); +x_189 = lean_nat_add(x_178, x_188); +lean_dec(x_178); +if (lean_is_scalar(x_179)) { + x_190 = lean_alloc_ctor(0, 2, 0); } else { - x_178 = x_167; + x_190 = x_179; } -lean_ctor_set(x_178, 0, x_165); -lean_ctor_set(x_178, 1, x_177); -if (lean_is_scalar(x_164)) { - x_179 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_190, 0, x_177); +lean_ctor_set(x_190, 1, x_189); +if (lean_is_scalar(x_176)) { + x_191 = lean_alloc_ctor(0, 4, 0); } else { - x_179 = x_164; + x_191 = x_176; } -lean_ctor_set(x_179, 0, x_175); -lean_ctor_set(x_179, 1, x_163); -lean_ctor_set(x_179, 2, x_178); -lean_ctor_set(x_179, 3, x_154); +lean_ctor_set(x_191, 0, x_187); +lean_ctor_set(x_191, 1, x_175); +lean_ctor_set(x_191, 2, x_190); +lean_ctor_set(x_191, 3, x_166); lean_inc(x_20); lean_inc(x_17); -lean_inc(x_170); -x_180 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed), 6, 3); -lean_closure_set(x_180, 0, x_170); -lean_closure_set(x_180, 1, x_17); -lean_closure_set(x_180, 2, x_20); -x_181 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); +lean_inc(x_182); +x_192 = lean_alloc_closure((void*)(l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1___boxed), 6, 3); +lean_closure_set(x_192, 0, x_182); +lean_closure_set(x_192, 1, x_17); +lean_closure_set(x_192, 2, x_20); +x_211 = lean_ctor_get_uint8(x_7, sizeof(void*)*7); lean_dec(x_7); -x_182 = l_Lean_MetavarKind_isSyntheticOpaque(x_181); -if (x_182 == 0) +x_212 = l_Lean_MetavarKind_isSyntheticOpaque(x_211); +if (x_212 == 0) { -lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -lean_dec(x_180); -lean_dec(x_168); -lean_inc(x_170); -x_183 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_2, x_170, x_4, x_179); -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___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_170, x_17, x_20, x_184, x_4, x_185); -lean_dec(x_4); -lean_dec(x_184); -return x_186; +uint8_t x_213; +x_213 = 1; +x_193 = x_213; +goto block_210; } else { -lean_object* x_187; lean_object* x_188; -lean_dec(x_170); +uint8_t x_214; +x_214 = 0; +x_193 = x_214; +goto block_210; +} +block_210: +{ +if (x_193 == 0) +{ +lean_object* x_194; lean_object* x_195; +lean_dec(x_182); lean_dec(x_17); lean_inc(x_2); -x_187 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_179); -x_188 = lean_ctor_get(x_187, 0); -lean_inc(x_188); -if (lean_obj_tag(x_188) == 0) -{ -lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; -x_189 = lean_ctor_get(x_187, 1); -lean_inc(x_189); -lean_dec(x_187); -x_190 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_2); -lean_ctor_set(x_191, 1, x_190); -x_192 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_168, x_180, x_191, x_4, x_189); -return x_192; +x_194 = l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4(x_2, x_4, x_191); +x_195 = lean_ctor_get(x_194, 0); +lean_inc(x_195); +if (lean_obj_tag(x_195) == 0) +{ +lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; +x_196 = lean_ctor_get(x_194, 1); +lean_inc(x_196); +lean_dec(x_194); +x_197 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_198 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_198, 0, x_2); +lean_ctor_set(x_198, 1, x_197); +x_199 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_180, x_192, x_198, x_4, x_196); +return x_199; } 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_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_dec(x_2); -x_193 = lean_ctor_get(x_188, 0); -lean_inc(x_193); -lean_dec(x_188); -x_194 = lean_ctor_get(x_187, 1); -lean_inc(x_194); -lean_dec(x_187); -x_195 = lean_ctor_get(x_193, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_193, 1); -lean_inc(x_196); -lean_dec(x_193); -x_197 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_197, 0, x_196); -lean_ctor_set(x_197, 1, x_195); -x_198 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_168, x_180, x_197, x_4, x_194); -return x_198; +x_200 = lean_ctor_get(x_195, 0); +lean_inc(x_200); +lean_dec(x_195); +x_201 = lean_ctor_get(x_194, 1); +lean_inc(x_201); +lean_dec(x_194); +x_202 = lean_ctor_get(x_200, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_200, 1); +lean_inc(x_203); +lean_dec(x_200); +x_204 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_204, 0, x_203); +lean_ctor_set(x_204, 1, x_202); +x_205 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__2(x_20, x_180, x_192, x_204, x_4, x_201); +return x_205; +} +} +else +{ +lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; +lean_dec(x_192); +lean_dec(x_180); +lean_inc(x_182); +x_206 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_2, x_182, x_4, x_191); +x_207 = lean_ctor_get(x_206, 0); +lean_inc(x_207); +x_208 = lean_ctor_get(x_206, 1); +lean_inc(x_208); +lean_dec(x_206); +x_209 = l___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___lambda__1(x_182, x_17, x_20, x_207, x_4, x_208); +lean_dec(x_4); +lean_dec(x_207); +return x_209; } } } else { -lean_object* x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; -lean_dec(x_158); -lean_dec(x_154); +lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; +lean_dec(x_170); +lean_dec(x_166); lean_dec(x_22); lean_dec(x_20); lean_dec(x_17); @@ -73791,128 +87696,128 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_2); -x_199 = lean_ctor_get(x_157, 0); -lean_inc(x_199); -x_200 = lean_ctor_get(x_157, 1); -lean_inc(x_200); -if (lean_is_exclusive(x_157)) { - lean_ctor_release(x_157, 0); - lean_ctor_release(x_157, 1); - x_201 = x_157; +x_215 = lean_ctor_get(x_169, 0); +lean_inc(x_215); +x_216 = lean_ctor_get(x_169, 1); +lean_inc(x_216); +if (lean_is_exclusive(x_169)) { + lean_ctor_release(x_169, 0); + lean_ctor_release(x_169, 1); + x_217 = x_169; } else { - lean_dec_ref(x_157); - x_201 = lean_box(0); + lean_dec_ref(x_169); + x_217 = lean_box(0); } -if (lean_is_scalar(x_201)) { - x_202 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_217)) { + x_218 = lean_alloc_ctor(1, 2, 0); } else { - x_202 = x_201; + x_218 = x_217; } -lean_ctor_set(x_202, 0, x_199); -lean_ctor_set(x_202, 1, x_200); -return x_202; +lean_ctor_set(x_218, 0, x_215); +lean_ctor_set(x_218, 1, x_216); +return x_218; } } } } else { -uint8_t x_211; +uint8_t x_227; lean_dec(x_17); lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_2); -x_211 = !lean_is_exclusive(x_19); -if (x_211 == 0) +x_227 = !lean_is_exclusive(x_19); +if (x_227 == 0) { return x_19; } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; -x_212 = lean_ctor_get(x_19, 0); -x_213 = lean_ctor_get(x_19, 1); -lean_inc(x_213); -lean_inc(x_212); +lean_object* x_228; lean_object* x_229; lean_object* x_230; +x_228 = lean_ctor_get(x_19, 0); +x_229 = lean_ctor_get(x_19, 1); +lean_inc(x_229); +lean_inc(x_228); lean_dec(x_19); -x_214 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_214, 0, x_212); -lean_ctor_set(x_214, 1, x_213); -return x_214; +x_230 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_230, 0, x_228); +lean_ctor_set(x_230, 1, x_229); +return x_230; } } } } else { -lean_object* x_235; size_t x_236; size_t x_237; lean_object* x_238; +lean_object* x_251; size_t x_252; size_t x_253; lean_object* x_254; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_235 = lean_array_get_size(x_3); -x_236 = lean_usize_of_nat(x_235); -lean_dec(x_235); -x_237 = 0; -x_238 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(x_1, x_236, x_237, x_3, x_4, x_5); -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; lean_object* x_242; lean_object* x_243; lean_object* x_244; -x_240 = lean_ctor_get(x_238, 0); -x_241 = l_Lean_Expr_mvar___override(x_2); -x_242 = l_Lean_mkAppN(x_241, x_240); -x_243 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_244 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_244, 0, x_242); -lean_ctor_set(x_244, 1, x_243); -lean_ctor_set(x_238, 0, x_244); -return x_238; -} -else -{ -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; -x_245 = lean_ctor_get(x_238, 0); -x_246 = lean_ctor_get(x_238, 1); -lean_inc(x_246); -lean_inc(x_245); -lean_dec(x_238); -x_247 = l_Lean_Expr_mvar___override(x_2); -x_248 = l_Lean_mkAppN(x_247, x_245); -x_249 = l_Lean_instInhabitedMetavarDecl___closed__4; -x_250 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_250, 0, x_248); -lean_ctor_set(x_250, 1, x_249); -x_251 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_251, 0, x_250); -lean_ctor_set(x_251, 1, x_246); -return x_251; +x_251 = lean_array_get_size(x_3); +x_252 = lean_usize_of_nat(x_251); +lean_dec(x_251); +x_253 = 0; +x_254 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__10(x_1, x_252, x_253, x_3, x_4, x_5); +if (lean_obj_tag(x_254) == 0) +{ +uint8_t x_255; +x_255 = !lean_is_exclusive(x_254); +if (x_255 == 0) +{ +lean_object* x_256; lean_object* x_257; lean_object* x_258; lean_object* x_259; lean_object* x_260; +x_256 = lean_ctor_get(x_254, 0); +x_257 = l_Lean_Expr_mvar___override(x_2); +x_258 = l_Lean_mkAppN(x_257, x_256); +x_259 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_260 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_260, 0, x_258); +lean_ctor_set(x_260, 1, x_259); +lean_ctor_set(x_254, 0, x_260); +return x_254; +} +else +{ +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_261 = lean_ctor_get(x_254, 0); +x_262 = lean_ctor_get(x_254, 1); +lean_inc(x_262); +lean_inc(x_261); +lean_dec(x_254); +x_263 = l_Lean_Expr_mvar___override(x_2); +x_264 = l_Lean_mkAppN(x_263, x_261); +x_265 = l_Lean_instInhabitedMetavarDecl___closed__4; +x_266 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_266, 0, x_264); +lean_ctor_set(x_266, 1, x_265); +x_267 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_262); +return x_267; } } else { -uint8_t x_252; +uint8_t x_268; lean_dec(x_2); -x_252 = !lean_is_exclusive(x_238); -if (x_252 == 0) +x_268 = !lean_is_exclusive(x_254); +if (x_268 == 0) { -return x_238; +return x_254; } else { -lean_object* x_253; lean_object* x_254; lean_object* x_255; -x_253 = lean_ctor_get(x_238, 0); -x_254 = lean_ctor_get(x_238, 1); -lean_inc(x_254); -lean_inc(x_253); -lean_dec(x_238); -x_255 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_255, 0, x_253); -lean_ctor_set(x_255, 1, x_254); -return x_255; +lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_269 = lean_ctor_get(x_254, 0); +x_270 = lean_ctor_get(x_254, 1); +lean_inc(x_270); +lean_inc(x_269); +lean_dec(x_254); +x_271 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_271, 0, x_269); +lean_ctor_set(x_271, 1, x_270); +return x_271; } } } @@ -74658,6 +88563,18 @@ x_9 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarC return x_9; } } +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__16___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_2); +lean_dec(x_2); +x_8 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimApp___spec__16(x_1, x_7, x_8, x_4, x_5, x_6); +return x_9; +} +} LEAN_EXPORT lean_object* l_Lean_MVarId_isAssignable___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -74682,13 +88599,19 @@ x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_1, x_2, x_3, x_4); +size_t x_5; size_t x_6; uint8_t x_7; lean_object* x_8; +x_5 = lean_unbox_usize(x_3); lean_dec(x_3); -return x_5; +x_6 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_7 = l_Array_anyMUnsafe_any___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__3(x_1, x_2, x_5, x_6); +lean_dec(x_2); +lean_dec(x_1); +x_8 = lean_box(x_7); +return x_8; } } LEAN_EXPORT lean_object* l_Lean_getDelayedMVarAssignment_x3f___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -74709,21 +88632,46 @@ lean_dec(x_4); return x_6; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6___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_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +lean_object* x_5; +x_5 = l_Lean_MVarId_assign___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_1, x_2, x_3, x_4); lean_dec(x_3); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__6(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__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) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__9___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { size_t x_7; size_t x_8; lean_object* x_9; @@ -74731,11 +88679,11 @@ x_7 = lean_unbox_usize(x_2); lean_dec(x_2); x_8 = lean_unbox_usize(x_3); lean_dec(x_3); -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__7(x_1, x_7, x_8, x_4, x_5, x_6); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__9(x_1, x_7, x_8, x_4, x_5, x_6); return x_9; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__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_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___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) { _start: { size_t x_7; size_t x_8; lean_object* x_9; @@ -74743,7 +88691,7 @@ x_7 = lean_unbox_usize(x_2); lean_dec(x_2); x_8 = lean_unbox_usize(x_3); lean_dec(x_3); -x_9 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__8(x_1, x_7, x_8, x_4, x_5, x_6); +x_9 = l_Array_mapMUnsafe_map___at___private_Lean_MetavarContext_0__Lean_MetavarContext_MkBinding_elimMVar___spec__10(x_1, x_7, x_8, x_4, x_5, x_6); return x_9; } } @@ -78426,650 +92374,667 @@ return x_12; LEAN_EXPORT lean_object* l_Lean_MetavarContext_LevelMVarToParam_main(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_4; -x_4 = l_Lean_Expr_hasMVar(x_1); -if (x_4 == 0) +uint8_t x_4; uint8_t x_179; +x_179 = l_Lean_Expr_hasMVar(x_1); +if (x_179 == 0) { -lean_object* x_5; -lean_dec(x_2); -x_5 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_5, 0, x_1); -lean_ctor_set(x_5, 1, x_3); -return x_5; +uint8_t x_180; +x_180 = 1; +x_4 = x_180; +goto block_178; } else { -lean_object* x_6; lean_object* x_7; lean_object* x_20; lean_object* x_21; -x_20 = lean_ctor_get(x_3, 3); -lean_inc(x_20); +uint8_t x_181; +x_181 = 0; +x_4 = x_181; +goto block_178; +} +block_178: +{ +if (x_4 == 0) +{ +lean_object* x_5; lean_object* x_6; lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_3, 3); +lean_inc(x_19); lean_inc(x_1); -lean_inc(x_20); -x_21 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_20, x_1); -if (lean_obj_tag(x_21) == 0) +lean_inc(x_19); +x_20 = l_Lean_HashMapImp_find_x3f___at_Lean_instantiateExprMVars___spec__1(x_19, x_1); +if (lean_obj_tag(x_20) == 0) { switch (lean_obj_tag(x_1)) { case 2: { -lean_object* x_22; lean_object* x_23; uint8_t x_24; -lean_dec(x_20); -x_22 = l_Lean_instInhabitedMetavarDecl___closed__4; +lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_dec(x_19); +x_21 = l_Lean_instInhabitedMetavarDecl___closed__4; lean_inc(x_1); -x_23 = l_Lean_MetavarContext_LevelMVarToParam_main_visitApp(x_1, x_22, x_2, x_3); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +x_22 = l_Lean_MetavarContext_LevelMVarToParam_main_visitApp(x_1, x_21, x_2, x_3); +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -x_27 = lean_ctor_get(x_26, 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_31; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +x_27 = lean_ctor_get(x_25, 1); lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); +x_28 = lean_ctor_get(x_25, 2); lean_inc(x_28); -x_29 = lean_ctor_get(x_26, 2); +x_29 = lean_ctor_get(x_25, 3); lean_inc(x_29); -x_30 = lean_ctor_get(x_26, 3); -lean_inc(x_30); -lean_dec(x_26); -lean_inc(x_25); -x_31 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_30, x_1, x_25); -x_32 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_32, 0, x_27); -lean_ctor_set(x_32, 1, x_28); -lean_ctor_set(x_32, 2, x_29); -lean_ctor_set(x_32, 3, x_31); -lean_ctor_set(x_23, 1, x_32); -return x_23; +lean_dec(x_25); +lean_inc(x_24); +x_30 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_29, x_1, x_24); +x_31 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_31, 0, x_26); +lean_ctor_set(x_31, 1, x_27); +lean_ctor_set(x_31, 2, x_28); +lean_ctor_set(x_31, 3, x_30); +lean_ctor_set(x_22, 1, x_31); +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; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_33 = lean_ctor_get(x_23, 0); -x_34 = lean_ctor_get(x_23, 1); -lean_inc(x_34); +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; +x_32 = lean_ctor_get(x_22, 0); +x_33 = lean_ctor_get(x_22, 1); lean_inc(x_33); -lean_dec(x_23); -x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_32); +lean_dec(x_22); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); +x_36 = lean_ctor_get(x_33, 2); lean_inc(x_36); -x_37 = lean_ctor_get(x_34, 2); +x_37 = lean_ctor_get(x_33, 3); lean_inc(x_37); -x_38 = lean_ctor_get(x_34, 3); -lean_inc(x_38); -lean_dec(x_34); -lean_inc(x_33); -x_39 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_38, x_1, x_33); -x_40 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_40, 0, x_35); -lean_ctor_set(x_40, 1, x_36); -lean_ctor_set(x_40, 2, x_37); -lean_ctor_set(x_40, 3, x_39); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_33); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_dec(x_33); +lean_inc(x_32); +x_38 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_37, x_1, x_32); +x_39 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_39, 0, x_34); +lean_ctor_set(x_39, 1, x_35); +lean_ctor_set(x_39, 2, x_36); +lean_ctor_set(x_39, 3, x_38); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_32); +lean_ctor_set(x_40, 1, x_39); +return x_40; } } case 3: { -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; size_t x_46; size_t x_47; uint8_t x_48; -lean_dec(x_20); -x_42 = lean_ctor_get(x_1, 0); -lean_inc(x_42); -lean_inc(x_42); -x_43 = l_Lean_MetavarContext_LevelMVarToParam_visitLevel(x_42, x_2, x_3); -x_44 = lean_ctor_get(x_43, 0); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; uint8_t x_47; +lean_dec(x_19); +x_41 = lean_ctor_get(x_1, 0); +lean_inc(x_41); +lean_inc(x_41); +x_42 = l_Lean_MetavarContext_LevelMVarToParam_visitLevel(x_41, x_2, x_3); +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_ptr_addr(x_42); lean_dec(x_42); -x_47 = lean_ptr_addr(x_44); -x_48 = lean_usize_dec_eq(x_46, x_47); -if (x_48 == 0) +x_45 = lean_ptr_addr(x_41); +lean_dec(x_41); +x_46 = lean_ptr_addr(x_43); +x_47 = lean_usize_dec_eq(x_45, x_46); +if (x_47 == 0) { -lean_object* x_49; -x_49 = l_Lean_Expr_sort___override(x_44); -x_6 = x_49; -x_7 = x_45; -goto block_19; +lean_object* x_48; +x_48 = l_Lean_Expr_sort___override(x_43); +x_5 = x_48; +x_6 = x_44; +goto block_18; } else { -lean_dec(x_44); +lean_dec(x_43); lean_inc(x_1); -x_6 = x_1; -x_7 = x_45; -goto block_19; +x_5 = x_1; +x_6 = x_44; +goto block_18; } } case 4: { -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint8_t x_56; -lean_dec(x_20); -x_50 = lean_ctor_get(x_1, 0); +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_dec(x_19); +x_49 = lean_ctor_get(x_1, 0); +lean_inc(x_49); +x_50 = lean_ctor_get(x_1, 1); lean_inc(x_50); -x_51 = lean_ctor_get(x_1, 1); -lean_inc(x_51); -x_52 = lean_box(0); -lean_inc(x_51); -x_53 = l_List_mapM_loop___at_Lean_MetavarContext_LevelMVarToParam_main___spec__1(x_51, x_52, x_2, x_3); -x_54 = lean_ctor_get(x_53, 0); +x_51 = lean_box(0); +lean_inc(x_50); +x_52 = l_List_mapM_loop___at_Lean_MetavarContext_LevelMVarToParam_main___spec__1(x_50, x_51, x_2, x_3); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_56 = l_ptrEqList___rarg(x_51, x_54); -lean_dec(x_51); -if (x_56 == 0) +lean_dec(x_52); +x_55 = l_ptrEqList___rarg(x_50, x_53); +lean_dec(x_50); +if (x_55 == 0) { -lean_object* x_57; -x_57 = l_Lean_Expr_const___override(x_50, x_54); -x_6 = x_57; -x_7 = x_55; -goto block_19; +lean_object* x_56; +x_56 = l_Lean_Expr_const___override(x_49, x_53); +x_5 = x_56; +x_6 = x_54; +goto block_18; } else { -lean_dec(x_54); -lean_dec(x_50); +lean_dec(x_53); +lean_dec(x_49); lean_inc(x_1); -x_6 = x_1; -x_7 = x_55; -goto block_19; +x_5 = x_1; +x_6 = x_54; +goto block_18; } } case 5: { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -lean_dec(x_20); -x_58 = lean_unsigned_to_nat(0u); -x_59 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_58); -x_60 = l_Lean_instantiateExprMVars___rarg___lambda__20___closed__1; -lean_inc(x_59); -x_61 = lean_mk_array(x_59, x_60); -x_62 = lean_unsigned_to_nat(1u); -x_63 = lean_nat_sub(x_59, x_62); -lean_dec(x_59); +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_dec(x_19); +x_57 = lean_unsigned_to_nat(0u); +x_58 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_57); +x_59 = l_Lean_instantiateExprMVars___rarg___lambda__20___closed__1; +lean_inc(x_58); +x_60 = lean_mk_array(x_58, x_59); +x_61 = lean_unsigned_to_nat(1u); +x_62 = lean_nat_sub(x_58, x_61); +lean_dec(x_58); lean_inc(x_1); -x_64 = l_Lean_Expr_withAppAux___at_Lean_MetavarContext_LevelMVarToParam_main___spec__2(x_1, x_61, x_63, x_2, x_3); -x_65 = !lean_is_exclusive(x_64); -if (x_65 == 0) +x_63 = l_Lean_Expr_withAppAux___at_Lean_MetavarContext_LevelMVarToParam_main___spec__2(x_1, x_60, x_62, x_2, x_3); +x_64 = !lean_is_exclusive(x_63); +if (x_64 == 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; -x_66 = lean_ctor_get(x_64, 0); -x_67 = lean_ctor_get(x_64, 1); -x_68 = lean_ctor_get(x_67, 0); +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; +x_65 = lean_ctor_get(x_63, 0); +x_66 = lean_ctor_get(x_63, 1); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 1); +x_69 = lean_ctor_get(x_66, 2); lean_inc(x_69); -x_70 = lean_ctor_get(x_67, 2); +x_70 = lean_ctor_get(x_66, 3); lean_inc(x_70); -x_71 = lean_ctor_get(x_67, 3); -lean_inc(x_71); -lean_dec(x_67); -lean_inc(x_66); -x_72 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_71, x_1, x_66); -x_73 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_73, 0, x_68); -lean_ctor_set(x_73, 1, x_69); -lean_ctor_set(x_73, 2, x_70); -lean_ctor_set(x_73, 3, x_72); -lean_ctor_set(x_64, 1, x_73); -return x_64; +lean_dec(x_66); +lean_inc(x_65); +x_71 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_70, x_1, x_65); +x_72 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_72, 0, x_67); +lean_ctor_set(x_72, 1, x_68); +lean_ctor_set(x_72, 2, x_69); +lean_ctor_set(x_72, 3, x_71); +lean_ctor_set(x_63, 1, x_72); +return x_63; } else { -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; -x_74 = lean_ctor_get(x_64, 0); -x_75 = lean_ctor_get(x_64, 1); -lean_inc(x_75); +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_73 = lean_ctor_get(x_63, 0); +x_74 = lean_ctor_get(x_63, 1); lean_inc(x_74); -lean_dec(x_64); -x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_73); +lean_dec(x_63); +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_ctor_get(x_74, 1); lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); +x_77 = lean_ctor_get(x_74, 2); lean_inc(x_77); -x_78 = lean_ctor_get(x_75, 2); +x_78 = lean_ctor_get(x_74, 3); lean_inc(x_78); -x_79 = lean_ctor_get(x_75, 3); -lean_inc(x_79); -lean_dec(x_75); -lean_inc(x_74); -x_80 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_79, x_1, x_74); -x_81 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_81, 0, x_76); -lean_ctor_set(x_81, 1, x_77); -lean_ctor_set(x_81, 2, x_78); -lean_ctor_set(x_81, 3, x_80); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_74); -lean_ctor_set(x_82, 1, x_81); -return x_82; +lean_dec(x_74); +lean_inc(x_73); +x_79 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_78, x_1, x_73); +x_80 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_80, 0, x_75); +lean_ctor_set(x_80, 1, x_76); +lean_ctor_set(x_80, 2, x_77); +lean_ctor_set(x_80, 3, x_79); +x_81 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_81, 0, x_73); +lean_ctor_set(x_81, 1, x_80); +return x_81; } } case 6: { -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; size_t x_94; size_t x_95; uint8_t x_96; -lean_dec(x_20); -x_83 = lean_ctor_get(x_1, 0); +lean_object* x_82; lean_object* x_83; lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; size_t x_93; size_t x_94; uint8_t x_95; +lean_dec(x_19); +x_82 = lean_ctor_get(x_1, 0); +lean_inc(x_82); +x_83 = lean_ctor_get(x_1, 1); lean_inc(x_83); -x_84 = lean_ctor_get(x_1, 1); +x_84 = lean_ctor_get(x_1, 2); lean_inc(x_84); -x_85 = lean_ctor_get(x_1, 2); -lean_inc(x_85); -x_86 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_85 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_inc(x_2); -lean_inc(x_84); -x_87 = l_Lean_MetavarContext_LevelMVarToParam_main(x_84, x_2, x_3); -x_88 = lean_ctor_get(x_87, 0); +lean_inc(x_83); +x_86 = l_Lean_MetavarContext_LevelMVarToParam_main(x_83, x_2, x_3); +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_86, 1); lean_inc(x_88); -x_89 = lean_ctor_get(x_87, 1); -lean_inc(x_89); -lean_dec(x_87); -lean_inc(x_85); -x_90 = l_Lean_MetavarContext_LevelMVarToParam_main(x_85, x_2, x_89); -x_91 = lean_ctor_get(x_90, 0); +lean_dec(x_86); +lean_inc(x_84); +x_89 = l_Lean_MetavarContext_LevelMVarToParam_main(x_84, x_2, x_88); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); lean_inc(x_91); -x_92 = lean_ctor_get(x_90, 1); -lean_inc(x_92); -lean_dec(x_90); -lean_inc(x_85); +lean_dec(x_89); lean_inc(x_84); lean_inc(x_83); -x_93 = l_Lean_Expr_lam___override(x_83, x_84, x_85, x_86); -x_94 = lean_ptr_addr(x_84); -lean_dec(x_84); -x_95 = lean_ptr_addr(x_88); -x_96 = lean_usize_dec_eq(x_94, x_95); -if (x_96 == 0) +lean_inc(x_82); +x_92 = l_Lean_Expr_lam___override(x_82, x_83, x_84, x_85); +x_93 = lean_ptr_addr(x_83); +lean_dec(x_83); +x_94 = lean_ptr_addr(x_87); +x_95 = lean_usize_dec_eq(x_93, x_94); +if (x_95 == 0) { -lean_object* x_97; -lean_dec(x_93); -lean_dec(x_85); -x_97 = l_Lean_Expr_lam___override(x_83, x_88, x_91, x_86); -x_6 = x_97; -x_7 = x_92; -goto block_19; +lean_object* x_96; +lean_dec(x_92); +lean_dec(x_84); +x_96 = l_Lean_Expr_lam___override(x_82, x_87, x_90, x_85); +x_5 = x_96; +x_6 = x_91; +goto block_18; } else { -size_t x_98; size_t x_99; uint8_t x_100; -x_98 = lean_ptr_addr(x_85); -lean_dec(x_85); -x_99 = lean_ptr_addr(x_91); -x_100 = lean_usize_dec_eq(x_98, x_99); -if (x_100 == 0) +size_t x_97; size_t x_98; uint8_t x_99; +x_97 = lean_ptr_addr(x_84); +lean_dec(x_84); +x_98 = lean_ptr_addr(x_90); +x_99 = lean_usize_dec_eq(x_97, x_98); +if (x_99 == 0) { -lean_object* x_101; -lean_dec(x_93); -x_101 = l_Lean_Expr_lam___override(x_83, x_88, x_91, x_86); -x_6 = x_101; -x_7 = x_92; -goto block_19; +lean_object* x_100; +lean_dec(x_92); +x_100 = l_Lean_Expr_lam___override(x_82, x_87, x_90, x_85); +x_5 = x_100; +x_6 = x_91; +goto block_18; } else { -uint8_t x_102; -x_102 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_86, x_86); -if (x_102 == 0) +uint8_t x_101; +x_101 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_85, x_85); +if (x_101 == 0) { -lean_object* x_103; -lean_dec(x_93); -x_103 = l_Lean_Expr_lam___override(x_83, x_88, x_91, x_86); -x_6 = x_103; -x_7 = x_92; -goto block_19; +lean_object* x_102; +lean_dec(x_92); +x_102 = l_Lean_Expr_lam___override(x_82, x_87, x_90, x_85); +x_5 = x_102; +x_6 = x_91; +goto block_18; } else { -lean_dec(x_91); -lean_dec(x_88); -lean_dec(x_83); -x_6 = x_93; -x_7 = x_92; -goto block_19; +lean_dec(x_90); +lean_dec(x_87); +lean_dec(x_82); +x_5 = x_92; +x_6 = x_91; +goto block_18; } } } } case 7: { -lean_object* x_104; lean_object* x_105; lean_object* x_106; uint8_t 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; size_t x_115; size_t x_116; uint8_t x_117; -lean_dec(x_20); -x_104 = lean_ctor_get(x_1, 0); +lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t 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; size_t x_114; size_t x_115; uint8_t x_116; +lean_dec(x_19); +x_103 = lean_ctor_get(x_1, 0); +lean_inc(x_103); +x_104 = lean_ctor_get(x_1, 1); lean_inc(x_104); -x_105 = lean_ctor_get(x_1, 1); +x_105 = lean_ctor_get(x_1, 2); lean_inc(x_105); -x_106 = lean_ctor_get(x_1, 2); -lean_inc(x_106); -x_107 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); +x_106 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); lean_inc(x_2); -lean_inc(x_105); -x_108 = l_Lean_MetavarContext_LevelMVarToParam_main(x_105, x_2, x_3); -x_109 = lean_ctor_get(x_108, 0); +lean_inc(x_104); +x_107 = l_Lean_MetavarContext_LevelMVarToParam_main(x_104, x_2, x_3); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); -lean_inc(x_106); -x_111 = l_Lean_MetavarContext_LevelMVarToParam_main(x_106, x_2, x_110); -x_112 = lean_ctor_get(x_111, 0); +lean_dec(x_107); +lean_inc(x_105); +x_110 = l_Lean_MetavarContext_LevelMVarToParam_main(x_105, x_2, x_109); +x_111 = lean_ctor_get(x_110, 0); +lean_inc(x_111); +x_112 = lean_ctor_get(x_110, 1); lean_inc(x_112); -x_113 = lean_ctor_get(x_111, 1); -lean_inc(x_113); -lean_dec(x_111); -lean_inc(x_106); +lean_dec(x_110); lean_inc(x_105); lean_inc(x_104); -x_114 = l_Lean_Expr_forallE___override(x_104, x_105, x_106, x_107); -x_115 = lean_ptr_addr(x_105); -lean_dec(x_105); -x_116 = lean_ptr_addr(x_109); -x_117 = lean_usize_dec_eq(x_115, x_116); -if (x_117 == 0) +lean_inc(x_103); +x_113 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_114 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_115 = lean_ptr_addr(x_108); +x_116 = lean_usize_dec_eq(x_114, x_115); +if (x_116 == 0) { -lean_object* x_118; -lean_dec(x_114); -lean_dec(x_106); -x_118 = l_Lean_Expr_forallE___override(x_104, x_109, x_112, x_107); -x_6 = x_118; -x_7 = x_113; -goto block_19; +lean_object* x_117; +lean_dec(x_113); +lean_dec(x_105); +x_117 = l_Lean_Expr_forallE___override(x_103, x_108, x_111, x_106); +x_5 = x_117; +x_6 = x_112; +goto block_18; } else { -size_t x_119; size_t x_120; uint8_t x_121; -x_119 = lean_ptr_addr(x_106); -lean_dec(x_106); -x_120 = lean_ptr_addr(x_112); -x_121 = lean_usize_dec_eq(x_119, x_120); -if (x_121 == 0) +size_t x_118; size_t x_119; uint8_t x_120; +x_118 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_119 = lean_ptr_addr(x_111); +x_120 = lean_usize_dec_eq(x_118, x_119); +if (x_120 == 0) { -lean_object* x_122; -lean_dec(x_114); -x_122 = l_Lean_Expr_forallE___override(x_104, x_109, x_112, x_107); -x_6 = x_122; -x_7 = x_113; -goto block_19; +lean_object* x_121; +lean_dec(x_113); +x_121 = l_Lean_Expr_forallE___override(x_103, x_108, x_111, x_106); +x_5 = x_121; +x_6 = x_112; +goto block_18; } else { -uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_107, x_107); -if (x_123 == 0) +uint8_t x_122; +x_122 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_122 == 0) { -lean_object* x_124; -lean_dec(x_114); -x_124 = l_Lean_Expr_forallE___override(x_104, x_109, x_112, x_107); -x_6 = x_124; -x_7 = x_113; -goto block_19; +lean_object* x_123; +lean_dec(x_113); +x_123 = l_Lean_Expr_forallE___override(x_103, x_108, x_111, x_106); +x_5 = x_123; +x_6 = x_112; +goto block_18; } else { -lean_dec(x_112); -lean_dec(x_109); -lean_dec(x_104); -x_6 = x_114; -x_7 = x_113; -goto block_19; +lean_dec(x_111); +lean_dec(x_108); +lean_dec(x_103); +x_5 = x_113; +x_6 = x_112; +goto block_18; } } } } case 8: { -lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; uint8_t 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; size_t x_139; size_t x_140; uint8_t x_141; -lean_dec(x_20); -x_125 = lean_ctor_get(x_1, 0); +lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t 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; size_t x_138; size_t x_139; uint8_t x_140; +lean_dec(x_19); +x_124 = lean_ctor_get(x_1, 0); +lean_inc(x_124); +x_125 = lean_ctor_get(x_1, 1); lean_inc(x_125); -x_126 = lean_ctor_get(x_1, 1); +x_126 = lean_ctor_get(x_1, 2); lean_inc(x_126); -x_127 = lean_ctor_get(x_1, 2); +x_127 = lean_ctor_get(x_1, 3); lean_inc(x_127); -x_128 = lean_ctor_get(x_1, 3); -lean_inc(x_128); -x_129 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); +x_128 = lean_ctor_get_uint8(x_1, sizeof(void*)*4 + 8); lean_inc(x_2); -lean_inc(x_126); -x_130 = l_Lean_MetavarContext_LevelMVarToParam_main(x_126, x_2, x_3); -x_131 = lean_ctor_get(x_130, 0); +lean_inc(x_125); +x_129 = l_Lean_MetavarContext_LevelMVarToParam_main(x_125, x_2, x_3); +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); lean_inc(x_131); -x_132 = lean_ctor_get(x_130, 1); -lean_inc(x_132); -lean_dec(x_130); +lean_dec(x_129); lean_inc(x_2); -lean_inc(x_127); -x_133 = l_Lean_MetavarContext_LevelMVarToParam_main(x_127, x_2, x_132); -x_134 = lean_ctor_get(x_133, 0); +lean_inc(x_126); +x_132 = l_Lean_MetavarContext_LevelMVarToParam_main(x_126, x_2, x_131); +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_132, 1); lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -lean_inc(x_128); -x_136 = l_Lean_MetavarContext_LevelMVarToParam_main(x_128, x_2, x_135); -x_137 = lean_ctor_get(x_136, 0); +lean_dec(x_132); +lean_inc(x_127); +x_135 = l_Lean_MetavarContext_LevelMVarToParam_main(x_127, x_2, x_134); +x_136 = lean_ctor_get(x_135, 0); +lean_inc(x_136); +x_137 = lean_ctor_get(x_135, 1); lean_inc(x_137); -x_138 = lean_ctor_get(x_136, 1); -lean_inc(x_138); -lean_dec(x_136); -x_139 = lean_ptr_addr(x_126); -lean_dec(x_126); -x_140 = lean_ptr_addr(x_131); -x_141 = lean_usize_dec_eq(x_139, x_140); -if (x_141 == 0) +lean_dec(x_135); +x_138 = lean_ptr_addr(x_125); +lean_dec(x_125); +x_139 = lean_ptr_addr(x_130); +x_140 = lean_usize_dec_eq(x_138, x_139); +if (x_140 == 0) { -lean_object* x_142; -lean_dec(x_128); +lean_object* x_141; lean_dec(x_127); -x_142 = l_Lean_Expr_letE___override(x_125, x_131, x_134, x_137, x_129); -x_6 = x_142; -x_7 = x_138; -goto block_19; +lean_dec(x_126); +x_141 = l_Lean_Expr_letE___override(x_124, x_130, x_133, x_136, x_128); +x_5 = x_141; +x_6 = x_137; +goto block_18; } else { -size_t x_143; size_t x_144; uint8_t x_145; -x_143 = lean_ptr_addr(x_127); -lean_dec(x_127); -x_144 = lean_ptr_addr(x_134); -x_145 = lean_usize_dec_eq(x_143, x_144); -if (x_145 == 0) +size_t x_142; size_t x_143; uint8_t x_144; +x_142 = lean_ptr_addr(x_126); +lean_dec(x_126); +x_143 = lean_ptr_addr(x_133); +x_144 = lean_usize_dec_eq(x_142, x_143); +if (x_144 == 0) { -lean_object* x_146; -lean_dec(x_128); -x_146 = l_Lean_Expr_letE___override(x_125, x_131, x_134, x_137, x_129); -x_6 = x_146; -x_7 = x_138; -goto block_19; +lean_object* x_145; +lean_dec(x_127); +x_145 = l_Lean_Expr_letE___override(x_124, x_130, x_133, x_136, x_128); +x_5 = x_145; +x_6 = x_137; +goto block_18; } else { -size_t x_147; size_t x_148; uint8_t x_149; -x_147 = lean_ptr_addr(x_128); -lean_dec(x_128); -x_148 = lean_ptr_addr(x_137); -x_149 = lean_usize_dec_eq(x_147, x_148); -if (x_149 == 0) +size_t x_146; size_t x_147; uint8_t x_148; +x_146 = lean_ptr_addr(x_127); +lean_dec(x_127); +x_147 = lean_ptr_addr(x_136); +x_148 = lean_usize_dec_eq(x_146, x_147); +if (x_148 == 0) { -lean_object* x_150; -x_150 = l_Lean_Expr_letE___override(x_125, x_131, x_134, x_137, x_129); -x_6 = x_150; -x_7 = x_138; -goto block_19; +lean_object* x_149; +x_149 = l_Lean_Expr_letE___override(x_124, x_130, x_133, x_136, x_128); +x_5 = x_149; +x_6 = x_137; +goto block_18; } else { -lean_dec(x_137); -lean_dec(x_134); -lean_dec(x_131); -lean_dec(x_125); +lean_dec(x_136); +lean_dec(x_133); +lean_dec(x_130); +lean_dec(x_124); lean_inc(x_1); -x_6 = x_1; -x_7 = x_138; -goto block_19; +x_5 = x_1; +x_6 = x_137; +goto block_18; } } } } case 10: { -lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; lean_object* x_155; size_t x_156; size_t x_157; uint8_t x_158; -lean_dec(x_20); -x_151 = lean_ctor_get(x_1, 0); +lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; lean_object* x_154; size_t x_155; size_t x_156; uint8_t x_157; +lean_dec(x_19); +x_150 = lean_ctor_get(x_1, 0); +lean_inc(x_150); +x_151 = lean_ctor_get(x_1, 1); lean_inc(x_151); -x_152 = lean_ctor_get(x_1, 1); -lean_inc(x_152); -lean_inc(x_152); -x_153 = l_Lean_MetavarContext_LevelMVarToParam_main(x_152, x_2, x_3); -x_154 = lean_ctor_get(x_153, 0); +lean_inc(x_151); +x_152 = l_Lean_MetavarContext_LevelMVarToParam_main(x_151, x_2, x_3); +x_153 = lean_ctor_get(x_152, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_152, 1); lean_inc(x_154); -x_155 = lean_ctor_get(x_153, 1); -lean_inc(x_155); -lean_dec(x_153); -x_156 = lean_ptr_addr(x_152); lean_dec(x_152); -x_157 = lean_ptr_addr(x_154); -x_158 = lean_usize_dec_eq(x_156, x_157); -if (x_158 == 0) +x_155 = lean_ptr_addr(x_151); +lean_dec(x_151); +x_156 = lean_ptr_addr(x_153); +x_157 = lean_usize_dec_eq(x_155, x_156); +if (x_157 == 0) { -lean_object* x_159; -x_159 = l_Lean_Expr_mdata___override(x_151, x_154); -x_6 = x_159; -x_7 = x_155; -goto block_19; +lean_object* x_158; +x_158 = l_Lean_Expr_mdata___override(x_150, x_153); +x_5 = x_158; +x_6 = x_154; +goto block_18; } else { -lean_dec(x_154); -lean_dec(x_151); +lean_dec(x_153); +lean_dec(x_150); lean_inc(x_1); -x_6 = x_1; -x_7 = x_155; -goto block_19; +x_5 = x_1; +x_6 = x_154; +goto block_18; } } case 11: { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; size_t x_166; size_t x_167; uint8_t x_168; -lean_dec(x_20); -x_160 = lean_ctor_get(x_1, 0); +lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; size_t x_165; size_t x_166; uint8_t x_167; +lean_dec(x_19); +x_159 = lean_ctor_get(x_1, 0); +lean_inc(x_159); +x_160 = lean_ctor_get(x_1, 1); lean_inc(x_160); -x_161 = lean_ctor_get(x_1, 1); +x_161 = lean_ctor_get(x_1, 2); lean_inc(x_161); -x_162 = lean_ctor_get(x_1, 2); -lean_inc(x_162); -lean_inc(x_162); -x_163 = l_Lean_MetavarContext_LevelMVarToParam_main(x_162, x_2, x_3); -x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_161); +x_162 = l_Lean_MetavarContext_LevelMVarToParam_main(x_161, x_2, x_3); +x_163 = lean_ctor_get(x_162, 0); +lean_inc(x_163); +x_164 = lean_ctor_get(x_162, 1); lean_inc(x_164); -x_165 = lean_ctor_get(x_163, 1); -lean_inc(x_165); -lean_dec(x_163); -x_166 = lean_ptr_addr(x_162); lean_dec(x_162); -x_167 = lean_ptr_addr(x_164); -x_168 = lean_usize_dec_eq(x_166, x_167); -if (x_168 == 0) -{ -lean_object* x_169; -x_169 = l_Lean_Expr_proj___override(x_160, x_161, x_164); -x_6 = x_169; -x_7 = x_165; -goto block_19; +x_165 = lean_ptr_addr(x_161); +lean_dec(x_161); +x_166 = lean_ptr_addr(x_163); +x_167 = lean_usize_dec_eq(x_165, x_166); +if (x_167 == 0) +{ +lean_object* x_168; +x_168 = l_Lean_Expr_proj___override(x_159, x_160, x_163); +x_5 = x_168; +x_6 = x_164; +goto block_18; } else { -lean_dec(x_164); -lean_dec(x_161); +lean_dec(x_163); lean_dec(x_160); +lean_dec(x_159); lean_inc(x_1); -x_6 = x_1; -x_7 = x_165; -goto block_19; +x_5 = x_1; +x_6 = x_164; +goto block_18; } } default: { -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_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_dec(x_2); -x_170 = lean_ctor_get(x_3, 0); +x_169 = lean_ctor_get(x_3, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_3, 1); lean_inc(x_170); -x_171 = lean_ctor_get(x_3, 1); +x_171 = lean_ctor_get(x_3, 2); lean_inc(x_171); -x_172 = lean_ctor_get(x_3, 2); -lean_inc(x_172); lean_dec(x_3); lean_inc_n(x_1, 2); -x_173 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_20, x_1, x_1); -x_174 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_174, 0, x_170); -lean_ctor_set(x_174, 1, x_171); -lean_ctor_set(x_174, 2, x_172); -lean_ctor_set(x_174, 3, x_173); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_1); -lean_ctor_set(x_175, 1, x_174); -return x_175; +x_172 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_19, x_1, x_1); +x_173 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_173, 0, x_169); +lean_ctor_set(x_173, 1, x_170); +lean_ctor_set(x_173, 2, x_171); +lean_ctor_set(x_173, 3, x_172); +x_174 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_174, 0, x_1); +lean_ctor_set(x_174, 1, x_173); +return x_174; } } } else { -lean_object* x_176; lean_object* x_177; -lean_dec(x_20); +lean_object* x_175; lean_object* x_176; +lean_dec(x_19); lean_dec(x_2); lean_dec(x_1); -x_176 = lean_ctor_get(x_21, 0); -lean_inc(x_176); -lean_dec(x_21); -x_177 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_177, 0, x_176); -lean_ctor_set(x_177, 1, x_3); -return x_177; +x_175 = lean_ctor_get(x_20, 0); +lean_inc(x_175); +lean_dec(x_20); +x_176 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_176, 0, x_175); +lean_ctor_set(x_176, 1, x_3); +return x_176; } -block_19: +block_18: { -uint8_t x_8; -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) +uint8_t x_7; +x_7 = !lean_is_exclusive(x_6); +if (x_7 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_7, 3); -lean_inc(x_6); -x_10 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_9, x_1, x_6); -lean_ctor_set(x_7, 3, x_10); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_6); -lean_ctor_set(x_11, 1, x_7); -return x_11; +lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_8 = lean_ctor_get(x_6, 3); +lean_inc(x_5); +x_9 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_8, x_1, x_5); +lean_ctor_set(x_6, 3, x_9); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_5); +lean_ctor_set(x_10, 1, x_6); +return x_10; } else { -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_12 = lean_ctor_get(x_7, 0); -x_13 = lean_ctor_get(x_7, 1); -x_14 = lean_ctor_get(x_7, 2); -x_15 = lean_ctor_get(x_7, 3); -lean_inc(x_15); +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_11 = lean_ctor_get(x_6, 0); +x_12 = lean_ctor_get(x_6, 1); +x_13 = lean_ctor_get(x_6, 2); +x_14 = lean_ctor_get(x_6, 3); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -lean_dec(x_7); -lean_inc(x_6); -x_16 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_15, x_1, x_6); -x_17 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_17, 0, x_12); -lean_ctor_set(x_17, 1, x_13); -lean_ctor_set(x_17, 2, x_14); -lean_ctor_set(x_17, 3, x_16); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_6); -lean_ctor_set(x_18, 1, x_17); -return x_18; +lean_inc(x_11); +lean_dec(x_6); +lean_inc(x_5); +x_15 = l_Lean_HashMap_insert___at_Lean_instantiateExprMVars___spec__3(x_14, x_1, x_5); +x_16 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_16, 0, x_11); +lean_ctor_set(x_16, 1, x_12); +lean_ctor_set(x_16, 2, x_13); +lean_ctor_set(x_16, 3, x_15); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_5); +lean_ctor_set(x_17, 1, x_16); +return x_17; +} +} } +else +{ +lean_object* x_177; +lean_dec(x_2); +x_177 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_177, 0, x_1); +lean_ctor_set(x_177, 1, x_3); +return x_177; } } } @@ -79588,8 +93553,8 @@ l_Lean_DependsOn_instMonadMCtxM___closed__3 = _init_l_Lean_DependsOn_instMonadMC lean_mark_persistent(l_Lean_DependsOn_instMonadMCtxM___closed__3); l_Lean_DependsOn_instMonadMCtxM = _init_l_Lean_DependsOn_instMonadMCtxM(); lean_mark_persistent(l_Lean_DependsOn_instMonadMCtxM); -l_Lean_findExprDependsOn___rarg___lambda__3___closed__1 = _init_l_Lean_findExprDependsOn___rarg___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_findExprDependsOn___rarg___lambda__3___closed__1); +l_Lean_findExprDependsOn___rarg___lambda__2___closed__1 = _init_l_Lean_findExprDependsOn___rarg___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_findExprDependsOn___rarg___lambda__2___closed__1); l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1 = _init_l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1(); lean_mark_persistent(l_Lean_MetavarContext_instInhabitedMetavarContext___closed__1); l_Lean_MetavarContext_instInhabitedMetavarContext = _init_l_Lean_MetavarContext_instInhabitedMetavarContext(); diff --git a/stage0/stdlib/Lean/MonadEnv.c b/stage0/stdlib/Lean/MonadEnv.c index fc2a7b06babb..bacaa269d726 100644 --- a/stage0/stdlib/Lean/MonadEnv.c +++ b/stage0/stdlib/Lean/MonadEnv.c @@ -1616,41 +1616,51 @@ lean_inc(x_13); lean_dec(x_10); if (lean_obj_tag(x_13) == 5) { -lean_object* x_14; uint8_t x_15; +lean_object* x_14; uint8_t x_15; uint8_t x_29; x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); lean_dec(x_13); -x_15 = lean_ctor_get_uint8(x_14, sizeof(void*)*5); -if (x_15 == 0) +x_29 = lean_ctor_get_uint8(x_14, sizeof(void*)*5); +if (x_29 == 0) { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_14, 2); -lean_inc(x_16); -x_17 = lean_unsigned_to_nat(0u); -x_18 = lean_nat_dec_eq(x_16, x_17); -lean_dec(x_16); -if (x_18 == 0) +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_14, 2); +lean_inc(x_30); +x_31 = lean_unsigned_to_nat(0u); +x_32 = lean_nat_dec_eq(x_30, x_31); +lean_dec(x_30); +if (x_32 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_14); -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_19 = lean_box(0); -x_20 = lean_apply_1(x_2, x_19); -return x_20; +uint8_t x_33; +x_33 = 1; +x_15 = x_33; +goto block_28; } else { -lean_object* x_21; -x_21 = lean_ctor_get(x_14, 4); -lean_inc(x_21); -if (lean_obj_tag(x_21) == 0) +uint8_t x_34; +x_34 = 0; +x_15 = x_34; +goto block_28; +} +} +else +{ +uint8_t x_35; +x_35 = 1; +x_15 = x_35; +goto block_28; +} +block_28: +{ +if (x_15 == 0) +{ +lean_object* x_16; +x_16 = lean_ctor_get(x_14, 4); +lean_inc(x_16); +if (lean_obj_tag(x_16) == 0) { -lean_object* x_22; lean_object* x_23; +lean_object* x_17; lean_object* x_18; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -1658,35 +1668,35 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_22 = lean_box(0); -x_23 = lean_apply_1(x_2, x_22); -return x_23; +x_17 = lean_box(0); +x_18 = lean_apply_1(x_2, x_17); +return x_18; } else { -lean_object* x_24; -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -if (lean_obj_tag(x_24) == 0) +lean_object* x_19; +x_19 = lean_ctor_get(x_16, 1); +lean_inc(x_19); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_25 = lean_ctor_get(x_21, 0); -lean_inc(x_25); -lean_dec(x_21); -x_26 = l_Lean_getConstInfo___rarg(x_3, x_4, x_5, x_25); -x_27 = lean_alloc_closure((void*)(l_Lean_matchConstStruct___rarg___lambda__1), 5, 4); -lean_closure_set(x_27, 0, x_2); -lean_closure_set(x_27, 1, x_6); -lean_closure_set(x_27, 2, x_14); -lean_closure_set(x_27, 3, x_7); -x_28 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_26, x_27); -return x_28; +lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_20 = lean_ctor_get(x_16, 0); +lean_inc(x_20); +lean_dec(x_16); +x_21 = l_Lean_getConstInfo___rarg(x_3, x_4, x_5, x_20); +x_22 = lean_alloc_closure((void*)(l_Lean_matchConstStruct___rarg___lambda__1), 5, 4); +lean_closure_set(x_22, 0, x_2); +lean_closure_set(x_22, 1, x_6); +lean_closure_set(x_22, 2, x_14); +lean_closure_set(x_22, 3, x_7); +x_23 = lean_apply_4(x_8, lean_box(0), lean_box(0), x_21, x_22); +return x_23; } else { -lean_object* x_29; lean_object* x_30; -lean_dec(x_24); -lean_dec(x_21); +lean_object* x_24; lean_object* x_25; +lean_dec(x_19); +lean_dec(x_16); lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -1694,16 +1704,15 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_29 = lean_box(0); -x_30 = lean_apply_1(x_2, x_29); -return x_30; -} +x_24 = lean_box(0); +x_25 = lean_apply_1(x_2, x_24); +return x_25; } } } else { -lean_object* x_31; lean_object* x_32; +lean_object* x_26; lean_object* x_27; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); @@ -1711,14 +1720,15 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_31 = lean_box(0); -x_32 = lean_apply_1(x_2, x_31); -return x_32; +x_26 = lean_box(0); +x_27 = lean_apply_1(x_2, x_26); +return x_27; +} } } else { -lean_object* x_33; lean_object* x_34; +lean_object* x_36; lean_object* x_37; lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); @@ -1726,9 +1736,9 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_33 = lean_box(0); -x_34 = lean_apply_1(x_2, x_33); -return x_34; +x_36 = lean_box(0); +x_37 = lean_apply_1(x_2, x_36); +return x_37; } } } @@ -2255,198 +2265,119 @@ LEAN_EXPORT lean_object* l_Lean_isEnumType___rarg___lambda__1(lean_object* x_1, { if (lean_obj_tag(x_5) == 5) { -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; +lean_object* x_6; uint8_t x_7; lean_object* x_16; lean_object* x_17; uint8_t x_18; x_6 = lean_ctor_get(x_5, 0); lean_inc(x_6); lean_dec(x_5); -x_7 = lean_ctor_get(x_6, 0); -lean_inc(x_7); -x_8 = lean_ctor_get(x_7, 2); -lean_inc(x_8); -lean_dec(x_7); -x_9 = l_Lean_Expr_isProp(x_8); -lean_dec(x_8); -if (x_9 == 0) +x_16 = lean_ctor_get(x_6, 0); +lean_inc(x_16); +x_17 = lean_ctor_get(x_16, 2); +lean_inc(x_17); +lean_dec(x_16); +x_18 = l_Lean_Expr_isProp(x_17); +lean_dec(x_17); +if (x_18 == 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_6, 3); -lean_inc(x_10); -x_11 = lean_unsigned_to_nat(0u); -x_12 = l_List_lengthTRAux___rarg(x_10, x_11); -lean_dec(x_10); -x_13 = lean_unsigned_to_nat(1u); -x_14 = lean_nat_dec_eq(x_12, x_13); -lean_dec(x_12); -if (x_14 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +x_19 = lean_ctor_get(x_6, 3); +lean_inc(x_19); +x_20 = lean_unsigned_to_nat(0u); +x_21 = l_List_lengthTRAux___rarg(x_19, x_20); +lean_dec(x_19); +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_nat_dec_eq(x_21, x_22); +lean_dec(x_21); +if (x_23 == 0) { -lean_object* x_15; lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_15 = lean_ctor_get(x_1, 0); -lean_inc(x_15); -lean_dec(x_1); -x_16 = lean_ctor_get(x_15, 1); -lean_inc(x_16); -lean_dec(x_15); -x_17 = 0; -x_18 = lean_box(x_17); -x_19 = lean_apply_2(x_16, lean_box(0), x_18); -return x_19; +uint8_t x_24; +x_24 = 0; +x_7 = x_24; +goto block_15; } else { -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_6, 2); -lean_inc(x_20); -x_21 = lean_nat_dec_eq(x_20, x_11); -lean_dec(x_20); -if (x_21 == 0) +lean_object* x_25; uint8_t x_26; +x_25 = lean_ctor_get(x_6, 2); +lean_inc(x_25); +x_26 = lean_nat_dec_eq(x_25, x_20); +lean_dec(x_25); +if (x_26 == 0) { -lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; lean_object* x_26; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_22 = lean_ctor_get(x_1, 0); -lean_inc(x_22); -lean_dec(x_1); -x_23 = lean_ctor_get(x_22, 1); -lean_inc(x_23); -lean_dec(x_22); -x_24 = 0; -x_25 = lean_box(x_24); -x_26 = lean_apply_2(x_23, lean_box(0), x_25); -return x_26; +uint8_t x_27; +x_27 = 0; +x_7 = x_27; +goto block_15; } else { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_6, 1); -lean_inc(x_27); -x_28 = lean_nat_dec_eq(x_27, x_11); -lean_dec(x_27); -if (x_28 == 0) +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_6, 1); +lean_inc(x_28); +x_29 = lean_nat_dec_eq(x_28, x_20); +lean_dec(x_28); +if (x_29 == 0) { -lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; lean_object* x_33; -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_29 = lean_ctor_get(x_1, 0); -lean_inc(x_29); -lean_dec(x_1); -x_30 = lean_ctor_get(x_29, 1); -lean_inc(x_30); -lean_dec(x_29); -x_31 = 0; -x_32 = lean_box(x_31); -x_33 = lean_apply_2(x_30, lean_box(0), x_32); -return x_33; +uint8_t x_30; +x_30 = 0; +x_7 = x_30; +goto block_15; } else { -lean_object* x_34; uint8_t x_35; -x_34 = lean_ctor_get(x_6, 4); -lean_inc(x_34); -x_35 = l_List_isEmpty___rarg(x_34); -if (x_35 == 0) +lean_object* x_31; uint8_t x_32; +x_31 = lean_ctor_get(x_6, 4); +lean_inc(x_31); +x_32 = l_List_isEmpty___rarg(x_31); +lean_dec(x_31); +if (x_32 == 0) { -uint8_t x_36; -x_36 = lean_ctor_get_uint8(x_6, sizeof(void*)*5); -if (x_36 == 0) +uint8_t x_33; +x_33 = lean_ctor_get_uint8(x_6, sizeof(void*)*5); +if (x_33 == 0) { -uint8_t x_37; -x_37 = lean_ctor_get_uint8(x_6, sizeof(void*)*5 + 3); -if (x_37 == 0) +uint8_t x_34; +x_34 = lean_ctor_get_uint8(x_6, sizeof(void*)*5 + 3); +if (x_34 == 0) { -uint8_t x_38; -x_38 = lean_ctor_get_uint8(x_6, sizeof(void*)*5 + 1); -lean_dec(x_6); -if (x_38 == 0) +uint8_t x_35; +x_35 = lean_ctor_get_uint8(x_6, sizeof(void*)*5 + 1); +if (x_35 == 0) { -lean_object* x_39; -x_39 = l_List_allM___at_Lean_isEnumType___spec__1___rarg(x_1, x_2, x_3, x_4, x_34); -return x_39; +uint8_t x_36; +x_36 = 1; +x_7 = x_36; +goto block_15; } else { -lean_object* x_40; lean_object* x_41; uint8_t x_42; lean_object* x_43; lean_object* x_44; -lean_dec(x_34); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_40 = lean_ctor_get(x_1, 0); -lean_inc(x_40); -lean_dec(x_1); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = 0; -x_43 = lean_box(x_42); -x_44 = lean_apply_2(x_41, lean_box(0), x_43); -return x_44; +uint8_t x_37; +x_37 = 0; +x_7 = x_37; +goto block_15; } } else { -lean_object* x_45; lean_object* x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; -lean_dec(x_34); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_45 = lean_ctor_get(x_1, 0); -lean_inc(x_45); -lean_dec(x_1); -x_46 = lean_ctor_get(x_45, 1); -lean_inc(x_46); -lean_dec(x_45); -x_47 = 0; -x_48 = lean_box(x_47); -x_49 = lean_apply_2(x_46, lean_box(0), x_48); -return x_49; +uint8_t x_38; +x_38 = 0; +x_7 = x_38; +goto block_15; } } else { -lean_object* x_50; lean_object* x_51; uint8_t x_52; lean_object* x_53; lean_object* x_54; -lean_dec(x_34); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_50 = lean_ctor_get(x_1, 0); -lean_inc(x_50); -lean_dec(x_1); -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -lean_dec(x_50); -x_52 = 0; -x_53 = lean_box(x_52); -x_54 = lean_apply_2(x_51, lean_box(0), x_53); -return x_54; +uint8_t x_39; +x_39 = 0; +x_7 = x_39; +goto block_15; } } else { -lean_object* x_55; lean_object* x_56; uint8_t x_57; lean_object* x_58; lean_object* x_59; -lean_dec(x_34); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_55 = lean_ctor_get(x_1, 0); -lean_inc(x_55); -lean_dec(x_1); -x_56 = lean_ctor_get(x_55, 1); -lean_inc(x_56); -lean_dec(x_55); -x_57 = 0; -x_58 = lean_box(x_57); -x_59 = lean_apply_2(x_56, lean_box(0), x_58); -return x_59; +uint8_t x_40; +x_40 = 0; +x_7 = x_40; +goto block_15; } } } @@ -2454,40 +2385,59 @@ return x_59; } else { -lean_object* x_60; lean_object* x_61; uint8_t x_62; lean_object* x_63; lean_object* x_64; +uint8_t x_41; +x_41 = 0; +x_7 = x_41; +goto block_15; +} +block_15: +{ +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; lean_object* x_11; lean_object* x_12; lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_60 = lean_ctor_get(x_1, 0); -lean_inc(x_60); +x_8 = lean_ctor_get(x_1, 0); +lean_inc(x_8); lean_dec(x_1); -x_61 = lean_ctor_get(x_60, 1); -lean_inc(x_61); -lean_dec(x_60); -x_62 = 0; -x_63 = lean_box(x_62); -x_64 = lean_apply_2(x_61, lean_box(0), x_63); -return x_64; +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = 0; +x_11 = lean_box(x_10); +x_12 = lean_apply_2(x_9, lean_box(0), x_11); +return x_12; +} +else +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_6, 4); +lean_inc(x_13); +lean_dec(x_6); +x_14 = l_List_allM___at_Lean_isEnumType___spec__1___rarg(x_1, x_2, x_3, x_4, x_13); +return x_14; +} } } else { -lean_object* x_65; lean_object* x_66; uint8_t x_67; lean_object* x_68; lean_object* x_69; +lean_object* x_42; lean_object* x_43; uint8_t x_44; lean_object* x_45; lean_object* x_46; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_65 = lean_ctor_get(x_1, 0); -lean_inc(x_65); +x_42 = lean_ctor_get(x_1, 0); +lean_inc(x_42); lean_dec(x_1); -x_66 = lean_ctor_get(x_65, 1); -lean_inc(x_66); -lean_dec(x_65); -x_67 = 0; -x_68 = lean_box(x_67); -x_69 = lean_apply_2(x_66, lean_box(0), x_68); -return x_69; +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_44 = 0; +x_45 = lean_box(x_44); +x_46 = lean_apply_2(x_43, lean_box(0), x_45); +return x_46; } } } diff --git a/stage0/stdlib/Lean/Parser/Basic.c b/stage0/stdlib/Lean/Parser/Basic.c index 0370a576b586..4248733a0b3c 100644 --- a/stage0/stdlib/Lean/Parser/Basic.c +++ b/stage0/stdlib/Lean/Parser/Basic.c @@ -15,6 +15,7 @@ extern "C" { #endif LEAN_EXPORT lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__1___closed__2; +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__14; LEAN_EXPORT lean_object* l_Lean_Parser_checkPrec(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_binNumberFn(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkWsBefore___elambda__1(lean_object*, lean_object*, lean_object*); @@ -48,6 +49,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_identFnAux(lean_object*, lean_object*, le LEAN_EXPORT lean_object* l_Lean_Parser_pushNone; LEAN_EXPORT lean_object* l_Lean_Parser_runLongestMatchParser(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot___closed__3; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_decQuotDepth(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_LeadingIdentBehavior_noConfusion(lean_object*); @@ -55,27 +57,29 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_mkResult(l LEAN_EXPORT lean_object* l_Lean_Parser_nameLitNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_checkLineEqFn(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_error(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1___closed__1; static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_nameLitAux___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_indexed___spec__1___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nodeInfo___elambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_keepNewError(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_instCoeStringParser; +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_checkColGt___elambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByInfo___elambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_setLhsPrecFn___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_longestMatchFnAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_forArgsM___spec__2___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkColGt___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_orelseFn(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_errorAtSavedPos___elambda__1(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withoutInfo___elambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_skip___elambda__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_LeadingIdentBehavior_toCtorIdx___boxed(lean_object*); static lean_object* l_Lean_Parser_invalidLongestMatchParser___closed__1; static lean_object* l_Lean_Parser_strLitFnAux___closed__2; +LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869_(uint8_t, uint8_t); static lean_object* l_Lean_Parser_mkAntiquot___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_leadingParserAux(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_sepByFnAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -90,8 +94,8 @@ LEAN_EXPORT lean_object* l_Lean_Parser_LeadingIdentBehavior_toCtorIdx(uint8_t); static lean_object* l_Lean_Parser_dbgTraceStateFn___closed__3; static lean_object* l_Lean_Parser_decimalNumberFn___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbolInfo___elambda__1(lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_TokenMap_instForInTokenMapProdNameList(lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__17; static lean_object* l_Lean_Parser_OrElseOnAntiquotBehavior_noConfusion___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_leadingParserAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); @@ -136,6 +140,7 @@ static lean_object* l_Lean_Parser_optionalFn___closed__1; lean_object* l_Lean_Parser_SyntaxStack_size(lean_object*); static lean_object* l_Lean_Parser_checkNoImmediateColon___elambda__1___closed__1; static lean_object* l_Lean_Parser_charLitNoAntiquot___closed__3; +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__13; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Parser_TokenMap_insert___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_categoryParser___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkIdResult(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -144,9 +149,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_hexDigitFn___boxed(lean_object*, lean_obj uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_checkWsBeforeFn(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_fieldIdx___closed__2; -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__14; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1NoAntiquot(lean_object*, lean_object*, uint8_t); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_mkAtomicInfo___elambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkStackTop___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_identFn___closed__2; @@ -176,6 +179,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Fn(uint8_t, lean_object*, lean_obje LEAN_EXPORT lean_object* l_Lean_Parser_andthenFn(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquotSplice___closed__4; static lean_object* l_Lean_Parser_strLitFnAux___closed__1; +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15; LEAN_EXPORT lean_object* l_Lean_Parser_mkAtomicInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_longestMatchStep___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_ParserState_mkUnexpectedError(lean_object*, lean_object*, lean_object*, uint8_t); @@ -186,6 +190,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbolFn(lean_object*, lean_ob static lean_object* l_Lean_Parser_optionalFn___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_manyAux___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot___closed__2; +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__7; static lean_object* l_Lean_Parser_nonReservedSymbolInfo___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_sepByFnAux_parse___lambda__4(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_orelse(lean_object*, lean_object*); @@ -193,6 +198,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_sepByInfo(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquotSplice(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_indexed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_errorAtSavedPosFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_orelseFnCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_trailingNodeAux(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_mkResult___boxed(lean_object*, lean_object*); @@ -202,10 +208,8 @@ LEAN_EXPORT lean_object* l_Lean_Parser_longestMatchStep(lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Parser_checkColGe___elambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_ParserState_restore(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_forArgsM___spec__2(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____boxed(lean_object*, lean_object*); lean_object* l_Lean_Parser_withCacheFn(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Parser_symbolFnAux___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242_(lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_setExpected(lean_object*, lean_object*); static lean_object* l_Lean_Parser_dbgTraceStateFn___closed__4; @@ -217,9 +221,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_epsilonInfo___elambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withoutInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_isIdCont___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_foldArgsM(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbol___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__16; static lean_object* l_Lean_Parser_epsilonInfo___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_fieldIdx; static lean_object* l_Lean_Parser_decimalNumberFn_parseOptExp___closed__1; @@ -256,13 +258,11 @@ LEAN_EXPORT lean_object* l_Lean_Parser_checkPrecFn___boxed(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Parser_sepByNoAntiquot(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_instReprLeadingIdentBehavior___closed__1; lean_object* lean_string_push(lean_object*, uint32_t); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280_(lean_object*); static lean_object* l_Lean_Parser_longestMatchFn___closed__1; static lean_object* l_Lean_Parser_whitespace___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_keepLatest___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_longestMatchFnAux_parse___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkNodeToken___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871_(uint8_t, uint8_t); static lean_object* l_Lean_Parser_fieldIdx___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_foldArgs___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_binNumberFn___closed__1; @@ -287,7 +287,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_errorAtSavedPos(lean_object*, uint8_t); static lean_object* l_Lean_Parser_instBEqOrElseOnAntiquotBehavior___closed__1; static lean_object* l_Lean_Parser_mkAntiquot___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_updateTokenCache(lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__13; LEAN_EXPORT lean_object* l_Lean_Parser_withAntiquotFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_antiquotNestedExpr___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_orelseInfo(lean_object*, lean_object*); @@ -299,7 +298,6 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Parser_TokenMap_insert___sp lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Parser_SyntaxNodeKindSet_insert___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_lookaheadFn(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_eoiFn___closed__1; -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15; LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbolInfo___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_trailingLoop___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isAntiquot(lean_object*); @@ -312,8 +310,8 @@ static lean_object* l_Lean_Parser_antiquotExpr___closed__2; static lean_object* l_Lean_Parser_strLitFn___closed__1; static lean_object* l_Lean_Parser_antiquotNestedExpr___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_orelse___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869____boxed(lean_object*, lean_object*); lean_object* l_Lean_Parser_ParserState_popSyntax(lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_epsilonInfo; LEAN_EXPORT lean_object* l_Lean_Parser_symbolNoAntiquot(lean_object*); static lean_object* l_Lean_Parser_dbgTraceStateFn___closed__7; @@ -321,7 +319,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_eoi; static lean_object* l_Lean_Parser_quotedCharCoreFn___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_withPosition(lean_object*); static lean_object* l_Lean_Parser_incQuotDepth___closed__1; -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__8; static lean_object* l_Lean_Parser_errorAtSavedPos___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_pickNonNone(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceStateFn___lambda__1(lean_object*, lean_object*); @@ -331,6 +328,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Parser_TokenMap_insert___sp LEAN_EXPORT lean_object* l_Lean_Parser_optionalNoAntiquot(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkLinebreakBefore___elambda__1___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__10; static lean_object* l_Lean_Parser_charLitFn___closed__1; static lean_object* l_Lean_Parser_symbolInfo___closed__1; static lean_object* l_Lean_Parser_categoryParserFn___closed__2; @@ -381,6 +379,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_replaceLongest___boxed(lean_o LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_sepByFnAux_parse___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_fieldIdx___closed__3; lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_numberFnAux(lean_object*, lean_object*); uint8_t l_Substring_contains(lean_object*, uint32_t); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceStateFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -411,15 +410,18 @@ LEAN_EXPORT lean_object* l_Lean_Parser_rawIdentNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_checkStackTop___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_instReprLeadingIdentBehavior; uint8_t l_Lean_Parser_ParserState_hasError(lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_withAntiquotFn(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_manyFn(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_trailingNode(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_setLhsPrec___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_foldArgsM___at_Lean_Syntax_foldArgs___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_tokenFn(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__11; static lean_object* l_Lean_Parser_mkAntiquotSplice___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_foldArgsM___spec__1___rarg___lambda__1___boxed(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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_strLitFnAux(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_decimalNumberFn_parseOptDot___closed__1; static lean_object* l_Lean_Parser_sepByElemParser___closed__3; @@ -430,6 +432,7 @@ uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Unbox___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Parser_nameLitFn___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbolNoAntiquot___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__18; lean_object* lean_st_mk_ref(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_notFollowedBy(lean_object*, lean_object*); @@ -444,7 +447,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_leadingParserAux___lambda__2(lean_object* LEAN_EXPORT lean_object* l_Lean_Parser_optionaInfo(lean_object*); static lean_object* l_Lean_Parser_strLitNoAntiquot___closed__3; static lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__2___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____closed__1; LEAN_EXPORT uint8_t l_Lean_Parser_checkTailWs(lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_forArgsM(lean_object*); @@ -468,7 +470,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_keepPrevError(lean_object*, l LEAN_EXPORT lean_object* l_Lean_Parser_atomic___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkNoWsBefore(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_takeUntilFn(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__5; static lean_object* l_Lean_Parser_mkAntiquot___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_optionalNoAntiquot___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_sepByFnAux_parse___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -521,7 +522,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_withPosition___elambda__1___lambda__1(lea lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); static lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__2___closed__2; lean_object* l_instOrdNat___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_symbolFnAux___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_optionaInfo___elambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_OrElseOnAntiquotBehavior_toCtorIdx___boxed(lean_object*); @@ -562,13 +562,13 @@ LEAN_EXPORT lean_object* l_Lean_Parser_takeWhile1Fn(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_Parser_nodeFn(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkColGeFn___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_peekTokenAux(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_indexed___spec__4___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_indexed___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkColGe(lean_object*); static lean_object* l_Lean_Parser_instCoeStringParser___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_trailingNodeAux___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_whitespace___closed__3; -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_sepByInfo___elambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Parser_whitespace___lambda__1(uint32_t); lean_object* l_Array_append___rarg(lean_object*, lean_object*); @@ -587,6 +587,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Parser_TokenMap_insert__ static lean_object* l_Lean_Parser_binNumberFn___closed__2; static lean_object* l_Lean_Parser_many1Unbox___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_octalNumberFn___lambda__1___boxed(lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__19; static lean_object* l_Lean_Parser_identNoAntiquot___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_foldArgs___spec__2(lean_object*); static lean_object* l_Lean_Parser_charLitFnAux___closed__2; @@ -600,9 +601,9 @@ static lean_object* l_Lean_Parser_indexed___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Info___elambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__2___closed__6; static lean_object* l_Lean_Parser_dbgTraceStateFn___closed__5; +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withPosition___elambda__1___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_symbolNoAntiquot___elambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__19; LEAN_EXPORT lean_object* l_Lean_Parser_nodeInfo___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Subarray_findSomeRevM_x3f_find___at___private_Lean_Parser_Basic_0__Lean_Parser_pickNonNone___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbolFn(lean_object*, lean_object*, lean_object*, lean_object*); @@ -617,15 +618,18 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_indexed___spec__4__ static lean_object* l_Lean_Parser_scientificLitFn___closed__1; lean_object* l_Subarray_get___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_tokenAntiquotFn(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_hexNumberFn___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkColEq___elambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_rawAux(lean_object*, uint8_t, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3; static lean_object* l_Lean_Parser_identFnAux_parse___closed__1; lean_object* l_Lean_Parser_ParserState_shrinkStack(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_chFn___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_scientificLitFn(lean_object*, lean_object*); static lean_object* l_Lean_Parser_categoryParserFn___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_mkAtomicInfo___elambda__1(lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_leadingParser(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_forArgsM___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_decimalNumberFn_parseOptExp(lean_object*, lean_object*); @@ -633,13 +637,13 @@ LEAN_EXPORT lean_object* l_Lean_Parser_suppressInsideQuot___lambda__1(lean_objec LEAN_EXPORT lean_object* l_Lean_Parser_errorAtSavedPos___boxed(lean_object*, lean_object*); lean_object* l_lexOrd___elambda__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_symbolFnAux(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__10; lean_object* l_Lean_Parser_FirstTokens_toOptional(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserCategory_kinds___default; LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Parser_TokenMap_insert___spec__5___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Parser_TokenMap_insert___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withPositionAfterLinebreak___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Parser_hexNumberFn___lambda__1(uint32_t); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288_(lean_object*); static lean_object* l_Lean_Parser_decimalNumberFn___closed__2; static lean_object* l_Lean_Parser_numberFnAux___closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Parser_TokenMap_insert___spec__4(lean_object*); @@ -659,6 +663,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_tokenWithAntiquot(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_indexed___spec__6(lean_object*); lean_object* l_addParenHeuristic(lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_symbolFn(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByNoAntiquot___elambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -684,6 +689,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbol(lean_object*, lean_object*) LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_isIdFirstOrBeginEscape___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_strLitNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_runLongestMatchParser___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_LeadingIdentBehavior_noConfusion___rarg(uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkStackTop(lean_object*, lean_object*); static lean_object* l_Lean_Parser_octalNumberFn___closed__1; @@ -696,6 +702,7 @@ static lean_object* l_Lean_Parser_pushNone___elambda__1___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceStateFn(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_longestMatchFn(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Int_toNat(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_nameLitNoAntiquot___closed__3; lean_object* l_Repr_addAppParen(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbolInfo___elambda__2(lean_object*); @@ -720,6 +727,7 @@ static lean_object* l_Lean_Parser_whitespace___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_orelseInfo___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_noFirstTokenInfo___elambda__1(lean_object*, lean_object*); static lean_object* l_Lean_Parser_antiquotExpr___closed__4; +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__8; static lean_object* l_Lean_Parser_whitespace___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_antiquotExpr; LEAN_EXPORT lean_object* l_Lean_Parser_instInhabitedPrattParsingTables; @@ -735,7 +743,6 @@ static lean_object* l_Lean_Parser_charLitFnAux___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_identNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_error___elambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__18; static lean_object* l_Lean_Parser_pushNone___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_checkNoWsBeforeFn(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_FirstTokens_seq(lean_object*, lean_object*); @@ -750,10 +757,8 @@ LEAN_EXPORT lean_object* l_Lean_Parser_notFollowedByFn___boxed(lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Parser_strAux_parse___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_epsilonInfo___elambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_pushNone___elambda__1___boxed(lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_identEqFn(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_identFnAux_parse___closed__2; -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__17; static lean_object* l_Lean_Parser_ParserCategory_kinds___default___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_lookahead(lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); @@ -775,13 +780,11 @@ LEAN_EXPORT lean_object* l_Lean_Parser_TokenMap_insert___rarg(lean_object*, lean LEAN_EXPORT lean_object* l_Lean_Parser_OrElseOnAntiquotBehavior_toCtorIdx(uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_mergeErrors(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Parser_checkTailLinebreak(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1NoAntiquot___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot(lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_withAntiquotSuffixSpliceFn(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); -LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688_(uint8_t, uint8_t); static lean_object* l_Lean_Parser_scientificLitNoAntiquot___closed__2; static lean_object* l_Lean_Parser_whitespace___closed__5; static lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__2___closed__5; @@ -791,7 +794,6 @@ lean_object* lean_int_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkColEqFn(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_checkLinebreakBefore___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_strAux___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____lambda__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_SyntaxStack_shrink(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_withAntiquotSuffixSpliceFn___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_rawCh___boxed(lean_object*, lean_object*); @@ -811,9 +813,9 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Syntax_forArgsM___s static lean_object* l_Lean_Parser_mkAntiquot___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_sepByFnAux_parse___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbolInfo___elambda__1___boxed(lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_withResultOfInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_errorFn___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_nameLitFn___closed__1; static lean_object* l_Lean_Parser_mkAntiquotSplice___closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_indexed___spec__3___rarg___boxed(lean_object*, lean_object*); @@ -824,7 +826,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_withoutForbidden___lambda__1(lean_object* static lean_object* l_Lean_Parser_antiquotExpr___closed__3; uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Parser_Types_0__Lean_Parser_beqCacheableParserContext____x40_Lean_Parser_Types___hyg_235____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__16; static lean_object* l_Lean_Parser_mkAntiquotSplice___closed__2; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_eoiFn(lean_object*, lean_object*); @@ -870,7 +872,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_instOrElseParser(lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Parser_categoryParserFnRef; LEAN_EXPORT lean_object* l_Lean_Parser_pushNone___elambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_skip___elambda__1___boxed(lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_checkLineEq___elambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot___closed__16; LEAN_EXPORT lean_object* l_Lean_Parser_leadingParserAux___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -879,7 +880,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_withoutPosition(lean_object*); static lean_object* l_Lean_Parser_nonReservedSymbolInfo___closed__1; uint8_t l_Lean_isIdFirst(uint32_t); LEAN_EXPORT lean_object* l_Lean_Parser_errorAtSavedPos___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_forArgsM___rarg___lambda__1(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isAntiquots(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByNoAntiquot___boxed(lean_object*, lean_object*, lean_object*); @@ -893,7 +893,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_octalNumberFn(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_Parser_categoryParserFn(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_antiquotNestedExpr___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_trailingLoop___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__4; lean_object* l_Nat_repr(lean_object*); static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_withAntiquotSuffixSpliceFn___lambda__1___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_sepByFnAux_parse(lean_object*, lean_object*, uint8_t, lean_object*, uint8_t, lean_object*, lean_object*); @@ -905,7 +904,6 @@ static lean_object* l_Lean_Parser_tokenAntiquotFn___lambda__2___closed__9; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Parser_TokenMap_insert___spec__3___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot___closed__10; lean_object* l_Lean_Parser_ParserState_mkErrorsAt(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__11; static lean_object* l_Lean_Parser_quotedCharFn___closed__1; static lean_object* l_Lean_Parser_antiquotNestedExpr___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_optionalFn(lean_object*, lean_object*, lean_object*); @@ -915,7 +913,9 @@ static lean_object* l_Lean_Parser_epsilonInfo___closed__3; static lean_object* l_Lean_Parser_nameLitNoAntiquot___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_lookahead___elambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_decimalNumberFn(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_epsilonInfo___elambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_termParser(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_FirstTokens_merge(lean_object*, lean_object*); @@ -2574,7 +2574,7 @@ x_6 = l_Lean_Parser_OrElseOnAntiquotBehavior_noConfusion___rarg(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -2586,7 +2586,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869____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; @@ -2594,7 +2594,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871_(x_3, x_4); +x_5 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -2603,7 +2603,7 @@ static lean_object* _init_l_Lean_Parser_instBEqOrElseOnAntiquotBehavior___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869____boxed), 2, 0); return x_1; } } @@ -2636,13 +2636,17 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Parser_orelseFnCore___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; -x_6 = l_Lean_Parser_ParserState_pushSyntax(x_4, x_1); -x_7 = l_Lean_Parser_orelseFnCore___lambda__1___closed__2; -x_8 = l_Lean_Parser_ParserState_mkNode(x_6, x_7, x_2); -x_9 = lean_box(0); -x_10 = lean_apply_2(x_3, x_8, x_9); -return x_10; +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_1, 0); +lean_inc(x_6); +lean_dec(x_1); +x_7 = l_Lean_Parser_SyntaxStack_back(x_6); +x_8 = l_Lean_Parser_ParserState_pushSyntax(x_4, x_7); +x_9 = l_Lean_Parser_orelseFnCore___lambda__1___closed__2; +x_10 = l_Lean_Parser_ParserState_mkNode(x_8, x_9, x_2); +x_11 = lean_box(0); +x_12 = lean_apply_2(x_3, x_10, x_11); +return x_12; } } static lean_object* _init_l_Lean_Parser_orelseFnCore___closed__1() { @@ -2667,7 +2671,7 @@ x_9 = lean_ctor_get(x_8, 4); lean_inc(x_9); if (lean_obj_tag(x_9) == 0) { -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; uint8_t x_17; +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; uint8_t x_72; uint8_t x_73; lean_dec(x_7); x_10 = lean_ctor_get(x_8, 0); lean_inc(x_10); @@ -2680,38 +2684,44 @@ lean_inc(x_13); lean_inc(x_10); x_14 = l_Lean_Parser_SyntaxStack_back(x_10); x_15 = l_Lean_Parser_orelseFnCore___closed__1; -x_16 = 0; -x_17 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871_(x_3, x_16); -if (x_17 == 0) -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_18 = l_Lean_Parser_ParserState_stackSize(x_8); -x_19 = lean_unsigned_to_nat(1u); -x_20 = lean_nat_add(x_6, x_19); -x_21 = lean_nat_dec_eq(x_18, x_20); -lean_dec(x_18); -if (x_21 == 0) +x_72 = 0; +x_73 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869_(x_3, x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint8_t x_77; +x_74 = l_Lean_Parser_ParserState_stackSize(x_8); +x_75 = lean_unsigned_to_nat(1u); +x_76 = lean_nat_add(x_6, x_75); +x_77 = lean_nat_dec_eq(x_74, x_76); +lean_dec(x_76); +lean_dec(x_74); +if (x_77 == 0) { -lean_dec(x_20); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -return x_8; +uint8_t x_78; +x_78 = 0; +x_16 = x_78; +goto block_71; } else { -uint8_t x_22; +uint8_t x_79; lean_inc(x_14); -x_22 = l_Lean_Syntax_isAntiquots(x_14); -if (x_22 == 0) +x_79 = l_Lean_Syntax_isAntiquots(x_14); +x_16 = x_79; +goto block_71; +} +} +else +{ +uint8_t x_80; +x_80 = 0; +x_16 = x_80; +goto block_71; +} +block_71: +{ +if (x_16 == 0) { -lean_dec(x_20); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -2725,25 +2735,28 @@ return x_8; } else { -lean_object* x_23; uint8_t x_24; -x_23 = lean_apply_2(x_2, x_4, x_5); -x_24 = l_Lean_Parser_ParserState_hasError(x_23); -if (x_24 == 0) +lean_object* x_17; uint8_t x_18; uint8_t x_68; +x_17 = lean_apply_2(x_2, x_4, x_5); +x_68 = l_Lean_Parser_ParserState_hasError(x_17); +if (x_68 == 0) { -lean_object* x_25; uint8_t x_26; -x_25 = lean_ctor_get(x_23, 2); -lean_inc(x_25); -x_26 = lean_nat_dec_lt(x_12, x_25); -lean_dec(x_25); -if (x_26 == 0) +uint8_t x_69; +x_69 = 1; +x_18 = x_69; +goto block_67; +} +else { -uint8_t x_27; uint8_t x_28; -x_27 = 2; -x_28 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_871_(x_3, x_27); -if (x_28 == 0) +uint8_t x_70; +x_70 = 0; +x_18 = x_70; +goto block_67; +} +block_67: { -lean_dec(x_23); -lean_dec(x_20); +if (x_18 == 0) +{ +lean_dec(x_17); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -2754,33 +2767,68 @@ return x_8; } else { -lean_object* x_29; uint8_t x_30; -x_29 = l_Lean_Parser_ParserState_stackSize(x_23); -x_30 = lean_nat_dec_eq(x_29, x_20); -lean_dec(x_20); -lean_dec(x_29); -if (x_30 == 0) +uint8_t x_19; lean_object* x_54; uint8_t x_55; +x_54 = lean_ctor_get(x_17, 2); +lean_inc(x_54); +x_55 = lean_nat_dec_lt(x_12, x_54); +lean_dec(x_54); +if (x_55 == 0) +{ +uint8_t x_56; uint8_t x_57; +x_56 = 2; +x_57 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqOrElseOnAntiquotBehavior____x40_Lean_Parser_Basic___hyg_869_(x_3, x_56); +if (x_57 == 0) +{ +uint8_t x_58; +x_58 = 0; +x_19 = x_58; +goto block_53; +} +else +{ +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l_Lean_Parser_ParserState_stackSize(x_17); +x_60 = lean_unsigned_to_nat(1u); +x_61 = lean_nat_add(x_6, x_60); +x_62 = lean_nat_dec_eq(x_59, x_61); +lean_dec(x_61); +lean_dec(x_59); +if (x_62 == 0) +{ +uint8_t x_63; +x_63 = 0; +x_19 = x_63; +goto block_53; +} +else +{ +lean_object* x_64; lean_object* x_65; uint8_t x_66; +x_64 = lean_ctor_get(x_17, 0); +lean_inc(x_64); +x_65 = l_Lean_Parser_SyntaxStack_back(x_64); +x_66 = l_Lean_Syntax_isAntiquot(x_65); +lean_dec(x_65); +x_19 = x_66; +goto block_53; +} +} +} +else { -lean_dec(x_23); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); +lean_dec(x_8); lean_dec(x_6); -return x_8; +return x_17; } -else +block_53: { -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_ctor_get(x_23, 0); -lean_inc(x_31); -lean_dec(x_23); -x_32 = l_Lean_Parser_SyntaxStack_back(x_31); -x_33 = l_Lean_Syntax_isAntiquot(x_32); -if (x_33 == 0) +if (x_19 == 0) { -lean_dec(x_32); +lean_dec(x_17); lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); @@ -2791,174 +2839,135 @@ return x_8; } else { -lean_object* x_34; uint8_t x_35; -x_34 = l_Lean_Parser_orelseFnCore___lambda__1___closed__2; +lean_object* x_20; uint8_t x_21; +x_20 = l_Lean_Parser_orelseFnCore___lambda__1___closed__2; lean_inc(x_14); -x_35 = l_Lean_Syntax_isOfKind(x_14, x_34); -if (x_35 == 0) +x_21 = l_Lean_Syntax_isOfKind(x_14, x_20); +if (x_21 == 0) { -lean_object* x_36; lean_object* x_37; +lean_object* x_22; lean_object* x_23; lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); -x_36 = lean_box(0); -x_37 = l_Lean_Parser_orelseFnCore___lambda__1(x_32, x_6, x_15, x_8, x_36); +x_22 = lean_box(0); +x_23 = l_Lean_Parser_orelseFnCore___lambda__1(x_17, x_6, x_15, x_8, x_22); lean_dec(x_6); -return x_37; +return x_23; } else { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_8); -if (x_38 == 0) +uint8_t x_24; +x_24 = !lean_is_exclusive(x_8); +if (x_24 == 0) { -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; uint8_t x_46; -x_39 = lean_ctor_get(x_8, 4); -lean_dec(x_39); -x_40 = lean_ctor_get(x_8, 3); -lean_dec(x_40); -x_41 = lean_ctor_get(x_8, 2); -lean_dec(x_41); -x_42 = lean_ctor_get(x_8, 1); -lean_dec(x_42); -x_43 = lean_ctor_get(x_8, 0); -lean_dec(x_43); -x_44 = l_Lean_Parser_SyntaxStack_pop(x_10); -x_45 = l_Lean_Syntax_getArgs(x_14); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_25 = lean_ctor_get(x_8, 4); +lean_dec(x_25); +x_26 = lean_ctor_get(x_8, 3); +lean_dec(x_26); +x_27 = lean_ctor_get(x_8, 2); +lean_dec(x_27); +x_28 = lean_ctor_get(x_8, 1); +lean_dec(x_28); +x_29 = lean_ctor_get(x_8, 0); +lean_dec(x_29); +x_30 = l_Lean_Parser_SyntaxStack_pop(x_10); +x_31 = l_Lean_Syntax_getArgs(x_14); lean_dec(x_14); -x_46 = !lean_is_exclusive(x_44); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_47 = lean_ctor_get(x_44, 0); -x_48 = l_Array_append___rarg(x_47, x_45); -lean_ctor_set(x_44, 0, x_48); -lean_ctor_set(x_8, 0, x_44); -x_49 = lean_box(0); -x_50 = l_Lean_Parser_orelseFnCore___lambda__1(x_32, x_6, x_15, x_8, x_49); +x_32 = !lean_is_exclusive(x_30); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; +x_33 = lean_ctor_get(x_30, 0); +x_34 = l_Array_append___rarg(x_33, x_31); +lean_ctor_set(x_30, 0, x_34); +lean_ctor_set(x_8, 0, x_30); +x_35 = lean_box(0); +x_36 = l_Lean_Parser_orelseFnCore___lambda__1(x_17, x_6, x_15, x_8, x_35); lean_dec(x_6); -return x_50; +return x_36; } else { -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_51 = lean_ctor_get(x_44, 0); -x_52 = lean_ctor_get(x_44, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_44); -x_53 = l_Array_append___rarg(x_51, x_45); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -lean_ctor_set(x_8, 0, x_54); -x_55 = lean_box(0); -x_56 = l_Lean_Parser_orelseFnCore___lambda__1(x_32, x_6, x_15, x_8, x_55); +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_37 = lean_ctor_get(x_30, 0); +x_38 = lean_ctor_get(x_30, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_30); +x_39 = l_Array_append___rarg(x_37, x_31); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_38); +lean_ctor_set(x_8, 0, x_40); +x_41 = lean_box(0); +x_42 = l_Lean_Parser_orelseFnCore___lambda__1(x_17, x_6, x_15, x_8, x_41); lean_dec(x_6); -return x_56; +return x_42; } } 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_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_dec(x_8); -x_57 = l_Lean_Parser_SyntaxStack_pop(x_10); -x_58 = l_Lean_Syntax_getArgs(x_14); +x_43 = l_Lean_Parser_SyntaxStack_pop(x_10); +x_44 = l_Lean_Syntax_getArgs(x_14); lean_dec(x_14); -x_59 = lean_ctor_get(x_57, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_57, 1); -lean_inc(x_60); -if (lean_is_exclusive(x_57)) { - lean_ctor_release(x_57, 0); - lean_ctor_release(x_57, 1); - x_61 = x_57; -} else { - lean_dec_ref(x_57); - x_61 = lean_box(0); -} -x_62 = l_Array_append___rarg(x_59, x_58); -if (lean_is_scalar(x_61)) { - x_63 = lean_alloc_ctor(0, 2, 0); -} else { - x_63 = x_61; -} -lean_ctor_set(x_63, 0, x_62); -lean_ctor_set(x_63, 1, x_60); -x_64 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_11); -lean_ctor_set(x_64, 2, x_12); -lean_ctor_set(x_64, 3, x_13); -lean_ctor_set(x_64, 4, x_9); -x_65 = lean_box(0); -x_66 = l_Lean_Parser_orelseFnCore___lambda__1(x_32, x_6, x_15, x_64, x_65); -lean_dec(x_6); -return x_66; -} -} -} -} +x_45 = lean_ctor_get(x_43, 0); +lean_inc(x_45); +x_46 = lean_ctor_get(x_43, 1); +lean_inc(x_46); +if (lean_is_exclusive(x_43)) { + lean_ctor_release(x_43, 0); + lean_ctor_release(x_43, 1); + x_47 = x_43; +} else { + lean_dec_ref(x_43); + x_47 = lean_box(0); } +x_48 = l_Array_append___rarg(x_45, x_44); +if (lean_is_scalar(x_47)) { + x_49 = lean_alloc_ctor(0, 2, 0); +} else { + x_49 = x_47; } -else -{ -lean_dec(x_20); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_8); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_46); +x_50 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_11); +lean_ctor_set(x_50, 2, x_12); +lean_ctor_set(x_50, 3, x_13); +lean_ctor_set(x_50, 4, x_9); +x_51 = lean_box(0); +x_52 = l_Lean_Parser_orelseFnCore___lambda__1(x_17, x_6, x_15, x_50, x_51); lean_dec(x_6); -return x_23; +return x_52; +} } } -else -{ -lean_dec(x_23); -lean_dec(x_20); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -return x_8; } } } } -else -{ -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -return x_8; } } else { -lean_object* x_67; lean_object* x_68; uint8_t x_69; +lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_dec(x_5); -x_67 = lean_ctor_get(x_8, 2); -lean_inc(x_67); -x_68 = lean_ctor_get(x_9, 0); -lean_inc(x_68); +x_81 = lean_ctor_get(x_8, 2); +lean_inc(x_81); +x_82 = lean_ctor_get(x_9, 0); +lean_inc(x_82); lean_dec(x_9); -x_69 = lean_nat_dec_eq(x_67, x_7); -lean_dec(x_67); -if (x_69 == 0) +x_83 = lean_nat_dec_eq(x_81, x_7); +lean_dec(x_81); +if (x_83 == 0) { -lean_dec(x_68); +lean_dec(x_82); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); @@ -2967,15 +2976,15 @@ return x_8; } else { -lean_object* x_70; lean_object* x_71; uint8_t x_72; lean_object* x_73; +lean_object* x_84; lean_object* x_85; uint8_t x_86; lean_object* x_87; lean_inc(x_7); -x_70 = l_Lean_Parser_ParserState_restore(x_8, x_6, x_7); +x_84 = l_Lean_Parser_ParserState_restore(x_8, x_6, x_7); lean_dec(x_6); -x_71 = lean_apply_2(x_2, x_4, x_70); -x_72 = 1; -x_73 = l_Lean_Parser_mergeOrElseErrors(x_71, x_68, x_7, x_72); +x_85 = lean_apply_2(x_2, x_4, x_84); +x_86 = 1; +x_87 = l_Lean_Parser_mergeOrElseErrors(x_85, x_82, x_7, x_86); lean_dec(x_7); -return x_73; +return x_87; } } } @@ -5937,127 +5946,111 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Parser_decimalNumberFn_parseOptExp(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; uint32_t x_42; uint32_t x_43; uint8_t x_44; +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint32_t x_6; uint8_t x_7; uint32_t x_37; uint8_t x_38; x_3 = lean_ctor_get(x_1, 0); x_4 = lean_ctor_get(x_3, 0); x_5 = lean_ctor_get(x_2, 2); lean_inc(x_5); -x_42 = lean_string_utf8_get(x_4, x_5); -x_43 = 101; -x_44 = lean_uint32_dec_eq(x_42, x_43); -if (x_44 == 0) -{ -uint32_t x_45; uint8_t x_46; -x_45 = 69; -x_46 = lean_uint32_dec_eq(x_42, x_45); -if (x_46 == 0) +x_6 = lean_string_utf8_get(x_4, x_5); +x_37 = 101; +x_38 = lean_uint32_dec_eq(x_6, x_37); +if (x_38 == 0) { -lean_dec(x_5); -return x_2; +uint32_t x_39; uint8_t x_40; +x_39 = 69; +x_40 = lean_uint32_dec_eq(x_6, x_39); +x_7 = x_40; +goto block_36; } else { -lean_object* x_47; -x_47 = lean_box(0); -x_6 = x_47; -goto block_41; -} +uint8_t x_41; +x_41 = 1; +x_7 = x_41; +goto block_36; } -else +block_36: { -lean_object* x_48; -x_48 = lean_box(0); -x_6 = x_48; -goto block_41; -} -block_41: +if (x_7 == 0) { -lean_object* x_7; uint32_t x_8; uint32_t x_9; uint8_t x_10; -lean_dec(x_6); -x_7 = lean_string_utf8_next(x_4, x_5); lean_dec(x_5); -x_8 = lean_string_utf8_get(x_4, x_7); -x_9 = 45; -x_10 = lean_uint32_dec_eq(x_8, x_9); -if (x_10 == 0) -{ -uint32_t x_11; uint8_t x_12; -x_11 = 43; -x_12 = lean_uint32_dec_eq(x_8, x_11); -if (x_12 == 0) +return x_2; +} +else { -uint8_t x_13; -x_13 = l_Char_isDigit(x_8); -if (x_13 == 0) +lean_object* x_8; uint8_t x_9; uint32_t x_30; uint32_t x_31; uint8_t x_32; +x_8 = lean_string_utf8_next(x_4, x_5); +lean_dec(x_5); +x_30 = lean_string_utf8_get(x_4, x_8); +x_31 = 45; +x_32 = lean_uint32_dec_eq(x_30, x_31); +if (x_32 == 0) { -lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; -lean_dec(x_7); -x_14 = lean_box(0); -x_15 = l_Lean_Parser_decimalNumberFn_parseOptExp___closed__1; -x_16 = 1; -x_17 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_15, x_14, x_16); -return x_17; +uint32_t x_33; uint8_t x_34; +x_33 = 43; +x_34 = lean_uint32_dec_eq(x_30, x_33); +x_9 = x_34; +goto block_29; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_18 = l_Lean_Parser_ParserState_setPos(x_2, x_7); -x_19 = l_Lean_Parser_decimalNumberFn_parseOptDot___closed__1; -x_20 = l_Lean_Parser_takeWhileFn(x_19, x_1, x_18); -return x_20; -} +uint8_t x_35; +x_35 = 1; +x_9 = x_35; +goto block_29; } -else +block_29: { -lean_object* x_21; uint32_t x_22; uint8_t x_23; -x_21 = lean_string_utf8_next(x_4, x_7); -lean_dec(x_7); -x_22 = lean_string_utf8_get(x_4, x_21); -x_23 = l_Char_isDigit(x_22); -if (x_23 == 0) +if (x_9 == 0) { -lean_object* x_24; lean_object* x_25; uint8_t x_26; lean_object* x_27; -lean_dec(x_21); -x_24 = lean_box(0); -x_25 = l_Lean_Parser_decimalNumberFn_parseOptExp___closed__1; -x_26 = 1; -x_27 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_25, x_24, x_26); -return x_27; +uint32_t x_10; uint8_t x_11; +x_10 = lean_string_utf8_get(x_4, x_8); +x_11 = l_Char_isDigit(x_10); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_15; +lean_dec(x_8); +x_12 = lean_box(0); +x_13 = l_Lean_Parser_decimalNumberFn_parseOptExp___closed__1; +x_14 = 1; +x_15 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_13, x_12, x_14); +return x_15; } else { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = l_Lean_Parser_ParserState_setPos(x_2, x_21); -x_29 = l_Lean_Parser_decimalNumberFn_parseOptDot___closed__1; -x_30 = l_Lean_Parser_takeWhileFn(x_29, x_1, x_28); -return x_30; -} +lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_16 = l_Lean_Parser_ParserState_setPos(x_2, x_8); +x_17 = l_Lean_Parser_decimalNumberFn_parseOptDot___closed__1; +x_18 = l_Lean_Parser_takeWhileFn(x_17, x_1, x_16); +return x_18; } } else { -lean_object* x_31; uint32_t x_32; uint8_t x_33; -x_31 = lean_string_utf8_next(x_4, x_7); -lean_dec(x_7); -x_32 = lean_string_utf8_get(x_4, x_31); -x_33 = l_Char_isDigit(x_32); -if (x_33 == 0) +lean_object* x_19; uint32_t x_20; uint8_t x_21; +x_19 = lean_string_utf8_next(x_4, x_8); +lean_dec(x_8); +x_20 = lean_string_utf8_get(x_4, x_19); +x_21 = l_Char_isDigit(x_20); +if (x_21 == 0) { -lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; -lean_dec(x_31); -x_34 = lean_box(0); -x_35 = l_Lean_Parser_decimalNumberFn_parseOptExp___closed__1; -x_36 = 1; -x_37 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_35, x_34, x_36); -return x_37; +lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; +lean_dec(x_19); +x_22 = lean_box(0); +x_23 = l_Lean_Parser_decimalNumberFn_parseOptExp___closed__1; +x_24 = 1; +x_25 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_23, x_22, x_24); +return x_25; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = l_Lean_Parser_ParserState_setPos(x_2, x_31); -x_39 = l_Lean_Parser_decimalNumberFn_parseOptDot___closed__1; -x_40 = l_Lean_Parser_takeWhileFn(x_39, x_1, x_38); -return x_40; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = l_Lean_Parser_ParserState_setPos(x_2, x_19); +x_27 = l_Lean_Parser_decimalNumberFn_parseOptDot___closed__1; +x_28 = l_Lean_Parser_takeWhileFn(x_27, x_1, x_26); +return x_28; +} +} } } } @@ -6478,116 +6471,119 @@ return x_14; } else { -lean_object* x_15; uint32_t x_16; uint32_t x_17; uint8_t x_18; +lean_object* x_15; uint32_t x_16; uint8_t x_17; uint32_t x_31; uint8_t x_32; x_15 = lean_string_utf8_next_fast(x_4, x_5); x_16 = lean_string_utf8_get(x_4, x_15); -x_17 = 98; -x_18 = lean_uint32_dec_eq(x_16, x_17); -if (x_18 == 0) -{ -uint32_t x_19; uint8_t x_20; -x_19 = 66; -x_20 = lean_uint32_dec_eq(x_16, x_19); -if (x_20 == 0) -{ -uint32_t x_21; uint8_t x_22; -x_21 = 111; -x_22 = lean_uint32_dec_eq(x_16, x_21); -if (x_22 == 0) -{ -uint32_t x_23; uint8_t x_24; -x_23 = 79; -x_24 = lean_uint32_dec_eq(x_16, x_23); -if (x_24 == 0) +x_31 = 98; +x_32 = lean_uint32_dec_eq(x_16, x_31); +if (x_32 == 0) { -uint32_t x_25; uint8_t x_26; -x_25 = 120; -x_26 = lean_uint32_dec_eq(x_16, x_25); -if (x_26 == 0) +uint32_t x_33; uint8_t x_34; +x_33 = 66; +x_34 = lean_uint32_dec_eq(x_16, x_33); +if (x_34 == 0) { -uint32_t x_27; uint8_t x_28; -x_27 = 88; -x_28 = lean_uint32_dec_eq(x_16, x_27); -if (x_28 == 0) +uint32_t x_35; uint8_t x_36; +x_35 = 111; +x_36 = lean_uint32_dec_eq(x_16, x_35); +if (x_36 == 0) { -lean_object* x_29; lean_object* x_30; -lean_dec(x_4); -x_29 = l_Lean_Parser_ParserState_setPos(x_2, x_15); -x_30 = l_Lean_Parser_decimalNumberFn(x_5, x_1, x_29); -return x_30; +uint32_t x_37; uint8_t x_38; +x_37 = 79; +x_38 = lean_uint32_dec_eq(x_16, x_37); +x_17 = x_38; +goto block_30; } else { -lean_object* x_31; lean_object* x_32; -x_31 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); -lean_dec(x_15); -lean_dec(x_4); -x_32 = l_Lean_Parser_hexNumberFn(x_5, x_1, x_31); -return x_32; +uint8_t x_39; +x_39 = 1; +x_17 = x_39; +goto block_30; } } else { -lean_object* x_33; lean_object* x_34; -x_33 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); +lean_object* x_40; lean_object* x_41; +x_40 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); lean_dec(x_15); lean_dec(x_4); -x_34 = l_Lean_Parser_hexNumberFn(x_5, x_1, x_33); -return x_34; +x_41 = l_Lean_Parser_binNumberFn(x_5, x_1, x_40); +return x_41; } } else { -lean_object* x_35; lean_object* x_36; -x_35 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); +lean_object* x_42; lean_object* x_43; +x_42 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); lean_dec(x_15); lean_dec(x_4); -x_36 = l_Lean_Parser_octalNumberFn(x_5, x_1, x_35); -return x_36; +x_43 = l_Lean_Parser_binNumberFn(x_5, x_1, x_42); +return x_43; } +block_30: +{ +if (x_17 == 0) +{ +uint32_t x_18; uint8_t x_19; +x_18 = 120; +x_19 = lean_uint32_dec_eq(x_16, x_18); +if (x_19 == 0) +{ +uint32_t x_20; uint8_t x_21; +x_20 = 88; +x_21 = lean_uint32_dec_eq(x_16, x_20); +if (x_21 == 0) +{ +lean_object* x_22; lean_object* x_23; +lean_dec(x_4); +x_22 = l_Lean_Parser_ParserState_setPos(x_2, x_15); +x_23 = l_Lean_Parser_decimalNumberFn(x_5, x_1, x_22); +return x_23; } else { -lean_object* x_37; lean_object* x_38; -x_37 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); +lean_object* x_24; lean_object* x_25; +x_24 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); lean_dec(x_15); lean_dec(x_4); -x_38 = l_Lean_Parser_octalNumberFn(x_5, x_1, x_37); -return x_38; +x_25 = l_Lean_Parser_hexNumberFn(x_5, x_1, x_24); +return x_25; } } else { -lean_object* x_39; lean_object* x_40; -x_39 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); +lean_object* x_26; lean_object* x_27; +x_26 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); lean_dec(x_15); lean_dec(x_4); -x_40 = l_Lean_Parser_binNumberFn(x_5, x_1, x_39); -return x_40; +x_27 = l_Lean_Parser_hexNumberFn(x_5, x_1, x_26); +return x_27; } } else { -lean_object* x_41; lean_object* x_42; -x_41 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); +lean_object* x_28; lean_object* x_29; +x_28 = l_Lean_Parser_ParserState_next(x_2, x_4, x_15); lean_dec(x_15); lean_dec(x_4); -x_42 = l_Lean_Parser_binNumberFn(x_5, x_1, x_41); -return x_42; +x_29 = l_Lean_Parser_octalNumberFn(x_5, x_1, x_28); +return x_29; +} } } } else { -lean_object* x_43; lean_object* x_44; uint8_t x_45; lean_object* x_46; +lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_43 = lean_box(0); -x_44 = l_Lean_Parser_satisfyFn___closed__1; -x_45 = 1; -x_46 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_44, x_43, x_45); -return x_46; +x_44 = lean_box(0); +x_45 = l_Lean_Parser_satisfyFn___closed__1; +x_46 = 1; +x_47 = l_Lean_Parser_ParserState_mkUnexpectedError(x_2, x_45, x_44, x_46); +return x_47; } } } @@ -7179,7 +7175,7 @@ return x_9; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_tokenFnAux(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_3; lean_object* x_4; lean_object* x_5; uint32_t x_6; lean_object* x_7; uint32_t x_26; uint8_t x_27; +lean_object* x_3; lean_object* x_4; lean_object* x_5; uint32_t x_6; uint8_t x_7; uint32_t x_28; uint8_t x_29; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); x_4 = lean_ctor_get(x_3, 0); @@ -7188,54 +7184,54 @@ lean_dec(x_3); x_5 = lean_ctor_get(x_2, 2); lean_inc(x_5); x_6 = lean_string_utf8_get(x_4, x_5); -x_26 = 34; -x_27 = lean_uint32_dec_eq(x_6, x_26); -if (x_27 == 0) -{ -uint32_t x_28; uint8_t x_29; -x_28 = 39; +x_28 = 34; x_29 = lean_uint32_dec_eq(x_6, x_28); if (x_29 == 0) { -lean_object* x_30; -x_30 = lean_box(0); -x_7 = x_30; -goto block_25; +uint32_t x_30; uint8_t x_31; +x_30 = 39; +x_31 = lean_uint32_dec_eq(x_6, x_30); +if (x_31 == 0) +{ +uint8_t x_32; +x_32 = 0; +x_7 = x_32; +goto block_27; } else { -uint32_t x_31; uint8_t x_32; -x_31 = l_Lean_Parser_getNext(x_4, x_5); -x_32 = lean_uint32_dec_eq(x_31, x_28); -if (x_32 == 0) +uint32_t x_33; uint8_t x_34; +x_33 = l_Lean_Parser_getNext(x_4, x_5); +x_34 = lean_uint32_dec_eq(x_33, x_30); +if (x_34 == 0) { -lean_object* x_33; lean_object* x_34; -x_33 = l_Lean_Parser_ParserState_next(x_2, x_4, x_5); -lean_dec(x_4); -x_34 = l_Lean_Parser_charLitFnAux(x_5, x_1, x_33); -return x_34; +uint8_t x_35; +x_35 = 1; +x_7 = x_35; +goto block_27; } else { -lean_object* x_35; -x_35 = lean_box(0); -x_7 = x_35; -goto block_25; +uint8_t x_36; +x_36 = 0; +x_7 = x_36; +goto block_27; } } } else { -lean_object* x_36; lean_object* x_37; -x_36 = l_Lean_Parser_ParserState_next(x_2, x_4, x_5); +lean_object* x_37; lean_object* x_38; +x_37 = l_Lean_Parser_ParserState_next(x_2, x_4, x_5); lean_dec(x_4); -x_37 = l_Lean_Parser_strLitFnAux(x_5, x_1, x_36); -return x_37; +x_38 = l_Lean_Parser_strLitFnAux(x_5, x_1, x_37); +return x_38; } -block_25: +block_27: +{ +if (x_7 == 0) { uint8_t x_8; -lean_dec(x_7); x_8 = l_Char_isDigit(x_6); if (x_8 == 0) { @@ -7295,6 +7291,15 @@ x_24 = l_Lean_Parser_numberFnAux(x_1, x_2); return x_24; } } +else +{ +lean_object* x_25; lean_object* x_26; +x_25 = l_Lean_Parser_ParserState_next(x_2, x_4, x_5); +lean_dec(x_4); +x_26 = l_Lean_Parser_charLitFnAux(x_5, x_1, x_25); +return x_26; +} +} } } LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_updateTokenCache(lean_object* x_1, lean_object* x_2) { @@ -9908,97 +9913,113 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Parser_runLongestMatchParser(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; uint8_t x_11; +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +x_7 = lean_ctor_get(x_5, 2); +lean_inc(x_7); +x_8 = lean_ctor_get(x_5, 3); +lean_inc(x_8); +x_9 = lean_ctor_get(x_5, 4); +lean_inc(x_9); +if (lean_is_exclusive(x_5)) { + lean_ctor_release(x_5, 0); + lean_ctor_release(x_5, 1); + lean_ctor_release(x_5, 2); + lean_ctor_release(x_5, 3); + lean_ctor_release(x_5, 4); + x_10 = x_5; +} else { + lean_dec_ref(x_5); + x_10 = lean_box(0); +} if (lean_obj_tag(x_1) == 0) { -uint8_t x_6; +uint8_t x_30; +x_30 = 0; +x_11 = x_30; +goto block_29; +} +else +{ +uint8_t x_31; +x_31 = 1; +x_11 = x_31; +goto block_29; +} +block_29: +{ +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_dec(x_2); -x_6 = !lean_is_exclusive(x_5); -if (x_6 == 0) +x_12 = l_Lean_Parser_maxPrec; +if (lean_is_scalar(x_10)) { + x_13 = lean_alloc_ctor(0, 5, 0); +} else { + x_13 = x_10; +} +lean_ctor_set(x_13, 0, x_6); +lean_ctor_set(x_13, 1, x_12); +lean_ctor_set(x_13, 2, x_7); +lean_ctor_set(x_13, 3, x_8); +lean_ctor_set(x_13, 4, x_9); +x_14 = l_Lean_Parser_ParserState_stackSize(x_13); +if (lean_obj_tag(x_1) == 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_5, 1); -lean_dec(x_7); -x_8 = l_Lean_Parser_maxPrec; -lean_ctor_set(x_5, 1, x_8); -x_9 = l_Lean_Parser_ParserState_stackSize(x_5); -x_10 = lean_box(0); -x_11 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_9, x_5, x_10); -lean_dec(x_9); -return x_11; +lean_object* x_15; lean_object* x_16; +x_15 = lean_box(0); +x_16 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_14, x_13, x_15); +lean_dec(x_14); +return x_16; } else { -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_5, 0); -x_13 = lean_ctor_get(x_5, 2); -x_14 = lean_ctor_get(x_5, 3); -x_15 = lean_ctor_get(x_5, 4); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_dec(x_5); -x_16 = l_Lean_Parser_maxPrec; -x_17 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_17, 0, x_12); -lean_ctor_set(x_17, 1, x_16); -lean_ctor_set(x_17, 2, x_13); -lean_ctor_set(x_17, 3, x_14); -lean_ctor_set(x_17, 4, x_15); -x_18 = l_Lean_Parser_ParserState_stackSize(x_17); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_ctor_get(x_1, 0); +lean_inc(x_17); +lean_dec(x_1); +x_18 = l_Lean_Parser_ParserState_pushSyntax(x_13, x_17); x_19 = lean_box(0); -x_20 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_18, x_17, x_19); -lean_dec(x_18); +x_20 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_14, x_18, x_19); +lean_dec(x_14); return x_20; } } else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_5); -if (x_21 == 0) +lean_object* x_21; lean_object* x_22; +if (lean_is_scalar(x_10)) { + x_21 = lean_alloc_ctor(0, 5, 0); +} else { + x_21 = x_10; +} +lean_ctor_set(x_21, 0, x_6); +lean_ctor_set(x_21, 1, x_2); +lean_ctor_set(x_21, 2, x_7); +lean_ctor_set(x_21, 3, x_8); +lean_ctor_set(x_21, 4, x_9); +x_22 = l_Lean_Parser_ParserState_stackSize(x_21); +if (lean_obj_tag(x_1) == 0) { -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_22 = lean_ctor_get(x_5, 1); +lean_object* x_23; lean_object* x_24; +x_23 = lean_box(0); +x_24 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_22, x_21, x_23); lean_dec(x_22); -x_23 = lean_ctor_get(x_1, 0); -lean_inc(x_23); -lean_dec(x_1); -lean_ctor_set(x_5, 1, x_2); -x_24 = l_Lean_Parser_ParserState_stackSize(x_5); -x_25 = l_Lean_Parser_ParserState_pushSyntax(x_5, x_23); -x_26 = lean_box(0); -x_27 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_24, x_25, x_26); -lean_dec(x_24); -return x_27; +return x_24; } 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; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_28 = lean_ctor_get(x_5, 0); -x_29 = lean_ctor_get(x_5, 2); -x_30 = lean_ctor_get(x_5, 3); -x_31 = lean_ctor_get(x_5, 4); -lean_inc(x_31); -lean_inc(x_30); -lean_inc(x_29); -lean_inc(x_28); -lean_dec(x_5); -x_32 = lean_ctor_get(x_1, 0); -lean_inc(x_32); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_25 = lean_ctor_get(x_1, 0); +lean_inc(x_25); lean_dec(x_1); -x_33 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_33, 0, x_28); -lean_ctor_set(x_33, 1, x_2); -lean_ctor_set(x_33, 2, x_29); -lean_ctor_set(x_33, 3, x_30); -lean_ctor_set(x_33, 4, x_31); -x_34 = l_Lean_Parser_ParserState_stackSize(x_33); -x_35 = l_Lean_Parser_ParserState_pushSyntax(x_33, x_32); -x_36 = lean_box(0); -x_37 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_34, x_35, x_36); -lean_dec(x_34); -return x_37; +x_26 = l_Lean_Parser_ParserState_pushSyntax(x_21, x_25); +x_27 = lean_box(0); +x_28 = l_Lean_Parser_runLongestMatchParser___lambda__1(x_3, x_4, x_22, x_26, x_27); +lean_dec(x_22); +return x_28; +} } } } @@ -21112,7 +21133,7 @@ x_1 = 0; return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688_(uint8_t x_1, uint8_t x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702_(uint8_t x_1, uint8_t x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -21124,7 +21145,7 @@ lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702____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; @@ -21132,7 +21153,7 @@ x_3 = lean_unbox(x_1); lean_dec(x_1); x_4 = lean_unbox(x_2); lean_dec(x_2); -x_5 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688_(x_3, x_4); +x_5 = l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702_(x_3, x_4); x_6 = lean_box(x_5); return x_6; } @@ -21141,7 +21162,7 @@ static lean_object* _init_l_Lean_Parser_instBEqLeadingIdentBehavior___closed__1( _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8688____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Basic_0__Lean_Parser_beqLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8702____boxed), 2, 0); return x_1; } } @@ -21153,7 +21174,7 @@ x_1 = l_Lean_Parser_instBEqLeadingIdentBehavior___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__1() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__1() { _start: { lean_object* x_1; @@ -21161,17 +21182,17 @@ x_1 = lean_mk_string_from_bytes("Lean.Parser.LeadingIdentBehavior.default", 40); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__1; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3() { _start: { lean_object* x_1; lean_object* x_2; @@ -21180,23 +21201,23 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__4() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3; -x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3; +x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2; x_3 = lean_alloc_ctor(4, 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__5() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__5() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__4; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__4; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21204,23 +21225,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__6() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_incQuotDepth___closed__1; -x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2; +x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2; x_3 = lean_alloc_ctor(4, 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__7() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__6; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__6; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21228,7 +21249,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__8() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__8() { _start: { lean_object* x_1; @@ -21236,33 +21257,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Parser.LeadingIdentBehavior.symbol", 39); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__8; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____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___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__10() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3; -x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3; +x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9; x_3 = lean_alloc_ctor(4, 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__11() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__10; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__10; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21270,23 +21291,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__12() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_incQuotDepth___closed__1; -x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9; +x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9; x_3 = lean_alloc_ctor(4, 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__13() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__13() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__12; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__12; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21294,7 +21315,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__14() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__14() { _start: { lean_object* x_1; @@ -21302,33 +21323,33 @@ x_1 = lean_mk_string_from_bytes("Lean.Parser.LeadingIdentBehavior.both", 37); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__14; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__14; 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__16() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3; -x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3; +x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15; x_3 = lean_alloc_ctor(4, 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__17() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__16; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__16; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21336,23 +21357,23 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__18() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_incQuotDepth___closed__1; -x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15; +x_2 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15; x_3 = lean_alloc_ctor(4, 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_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__19() { +static lean_object* _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__19() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__18; +x_1 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__18; x_2 = 0; x_3 = lean_alloc_ctor(6, 1, 1); lean_ctor_set(x_3, 0, x_1); @@ -21360,7 +21381,7 @@ lean_ctor_set_uint8(x_3, sizeof(void*)*1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712_(uint8_t x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726_(uint8_t x_1, lean_object* x_2) { _start: { switch (x_1) { @@ -21372,14 +21393,14 @@ x_4 = lean_nat_dec_le(x_3, x_2); if (x_4 == 0) { lean_object* x_5; lean_object* x_6; -x_5 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__5; +x_5 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__5; x_6 = l_Repr_addAppParen(x_5, x_2); return x_6; } else { lean_object* x_7; lean_object* x_8; -x_7 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__7; +x_7 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__7; x_8 = l_Repr_addAppParen(x_7, x_2); return x_8; } @@ -21392,14 +21413,14 @@ x_10 = lean_nat_dec_le(x_9, x_2); if (x_10 == 0) { lean_object* x_11; lean_object* x_12; -x_11 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__11; +x_11 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__11; x_12 = l_Repr_addAppParen(x_11, x_2); return x_12; } else { lean_object* x_13; lean_object* x_14; -x_13 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__13; +x_13 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__13; x_14 = l_Repr_addAppParen(x_13, x_2); return x_14; } @@ -21412,14 +21433,14 @@ x_16 = lean_nat_dec_le(x_15, x_2); if (x_16 == 0) { lean_object* x_17; lean_object* x_18; -x_17 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__17; +x_17 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__17; x_18 = l_Repr_addAppParen(x_17, x_2); return x_18; } else { lean_object* x_19; lean_object* x_20; -x_19 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__19; +x_19 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__19; x_20 = l_Repr_addAppParen(x_19, x_2); return x_20; } @@ -21427,13 +21448,13 @@ return x_20; } } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; x_3 = lean_unbox(x_1); lean_dec(x_1); -x_4 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712_(x_3, x_2); +x_4 = l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726_(x_3, x_2); lean_dec(x_2); return x_4; } @@ -21442,7 +21463,7 @@ static lean_object* _init_l_Lean_Parser_instReprLeadingIdentBehavior___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____boxed), 2, 0); return x_1; } } @@ -22540,7 +22561,7 @@ lean_dec(x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; @@ -22548,19 +22569,19 @@ x_4 = l_Lean_Parser_whitespace(x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____lambda__1___boxed), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____lambda__1___boxed), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____closed__1; x_3 = lean_st_mk_ref(x_2, x_1); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) @@ -22582,16 +22603,16 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____lambda__1(x_1, x_2, x_3); +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____lambda__1(x_1, x_2, x_3); lean_dec(x_1); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -22599,11 +22620,11 @@ x_1 = l_Lean_Parser_categoryParserFnRef; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1___closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1___closed__1; x_3 = lean_st_ref_get(x_2, x_1); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) @@ -22625,19 +22646,19 @@ return x_7; } } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____closed__1; x_3 = l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg(x_2, x_1); return x_3; } @@ -25635,44 +25656,44 @@ l_Lean_Parser_instBEqLeadingIdentBehavior___closed__1 = _init_l_Lean_Parser_inst lean_mark_persistent(l_Lean_Parser_instBEqLeadingIdentBehavior___closed__1); l_Lean_Parser_instBEqLeadingIdentBehavior = _init_l_Lean_Parser_instBEqLeadingIdentBehavior(); lean_mark_persistent(l_Lean_Parser_instBEqLeadingIdentBehavior); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__1 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__1(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__1); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__2); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__3); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__4 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__4(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__4); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__5 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__5(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__5); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__6 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__6(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__6); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__7 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__7(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__7); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__8 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__8(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__8); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__9); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__10 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__10(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__10); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__11 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__11(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__11); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__12 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__12(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__12); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__13 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__13(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__13); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__14 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__14(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__14); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__15); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__16 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__16(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__16); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__17 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__17(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__17); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__18 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__18(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__18); -l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__19 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__19(); -lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8712____closed__19); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__1 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__1(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__1); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__2); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__3); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__4 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__4(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__4); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__5 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__5(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__5); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__6 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__6(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__6); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__7 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__7(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__7); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__8 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__8(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__8); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__9); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__10 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__10(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__10); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__11 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__11(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__11); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__12 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__12(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__12); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__13 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__13(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__13); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__14 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__14(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__14); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__15); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__16 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__16(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__16); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__17 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__17(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__17); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__18 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__18(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__18); +l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__19 = _init_l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__19(); +lean_mark_persistent(l___private_Lean_Parser_Basic_0__Lean_Parser_reprLeadingIdentBehavior____x40_Lean_Parser_Basic___hyg_8726____closed__19); l_Lean_Parser_instReprLeadingIdentBehavior___closed__1 = _init_l_Lean_Parser_instReprLeadingIdentBehavior___closed__1(); lean_mark_persistent(l_Lean_Parser_instReprLeadingIdentBehavior___closed__1); l_Lean_Parser_instReprLeadingIdentBehavior = _init_l_Lean_Parser_instReprLeadingIdentBehavior(); @@ -25693,18 +25714,18 @@ l_Lean_Parser_instInhabitedParserCategory = _init_l_Lean_Parser_instInhabitedPar lean_mark_persistent(l_Lean_Parser_instInhabitedParserCategory); l_Lean_Parser_indexed___rarg___closed__1 = _init_l_Lean_Parser_indexed___rarg___closed__1(); lean_mark_persistent(l_Lean_Parser_indexed___rarg___closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242____closed__1); -if (builtin) {res = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9242_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250____closed__1); +if (builtin) {res = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9250_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Parser_categoryParserFnRef = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Parser_categoryParserFnRef); lean_dec_ref(res); -}l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1___closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____lambda__1___closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280____closed__1); -if (builtin) {res = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9280_(lean_io_mk_world()); +}l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1___closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____lambda__1___closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288____closed__1); +if (builtin) {res = l_Lean_Parser_initFn____x40_Lean_Parser_Basic___hyg_9288_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_Parser_categoryParserFnExtension = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_Parser_categoryParserFnExtension); diff --git a/stage0/stdlib/Lean/Parser/Command.c b/stage0/stdlib/Lean/Parser/Command.c index 91a4d4107031..3cb65e0c8be2 100644 --- a/stage0/stdlib/Lean/Parser/Command.c +++ b/stage0/stdlib/Lean/Parser/Command.c @@ -20,7 +20,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_protected_formatter( LEAN_EXPORT lean_object* l_Lean_Parser_Command_exit; static lean_object* l___regBuiltin_Lean_Parser_Command_structure_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__12; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__2; lean_object* l_Lean_Parser_sepByIndent_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_Term_binderTactic_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_computedFields___closed__13; @@ -38,7 +37,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_noncomputable_format LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersT_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_openHiding_formatter___closed__4; static lean_object* l_Lean_Parser_Command_declId_formatter___closed__11; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__11; static lean_object* l_Lean_Parser_Command_nonrec_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_deriving_formatter___closed__8; static lean_object* l___regBuiltin_Lean_Parser_Tactic_open_declRange___closed__6; @@ -66,8 +64,10 @@ lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_obj static lean_object* l_Lean_Parser_Command_exit_parenthesizer___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_print(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_structImplicitBinder; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__16; static lean_object* l_Lean_Parser_Command_inductive___closed__21; static lean_object* l_Lean_Parser_Command_end___closed__4; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__14; static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_printAxioms_parenthesizer(lean_object*); @@ -169,6 +169,7 @@ static lean_object* l_Lean_Parser_Command_theorem_parenthesizer___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Term_open_declRange___closed__6; static lean_object* l_Lean_Parser_Command_terminationByElement_parenthesizer___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Command_addDocString_declRange___closed__2; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__9; static lean_object* l_Lean_Parser_Command_structExplicitBinder___closed__11; static lean_object* l_Lean_Parser_Command_export___closed__14; static lean_object* l_Lean_Parser_Command_exit___closed__4; @@ -200,7 +201,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_namespace_declRange( LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_openOnly_parenthesizer(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_exit_parenthesizer(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_example_formatter___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__29; static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__6; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_openRenaming_formatter(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_classTk_formatter___closed__1; @@ -221,6 +221,7 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_variable_declRange___clos static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__5; static lean_object* l___regBuiltin_Lean_Parser_Command_abbrev_formatter___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_private_parenthesizer(lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__31; static lean_object* l_Lean_Parser_Command_declModifiers___closed__7; static lean_object* l_Lean_Parser_Command_declModifiers___closed__14; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_private_formatter(lean_object*); @@ -234,6 +235,7 @@ static lean_object* l_Lean_Parser_Command_declModifiers___closed__17; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Tactic_set__option(lean_object*); static lean_object* l_Lean_Parser_Command_declId_parenthesizer___closed__8; static lean_object* l___regBuiltin_Lean_Parser_Command_quot_declRange___closed__6; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__11; static lean_object* l_Lean_Parser_Command_namedPrio___closed__6; static lean_object* l_Lean_Parser_Command_mutual___closed__16; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__11; @@ -273,7 +275,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_import(lean_object*) LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__14; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__9; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__12; static lean_object* l_Lean_Parser_Command_declModifiers_formatter___closed__15; static lean_object* l_Lean_Parser_Command_abbrev___closed__9; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__16; @@ -299,11 +300,11 @@ static lean_object* l_Lean_Parser_Command_structInstBinder___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_structInstBinder_parenthesizer(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Term_open_parenthesizer___closed__2; static lean_object* l___regBuiltin_Lean_Parser_Command_open_declRange___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__43; static lean_object* l_Lean_Parser_Command_declModifiers___closed__13; static lean_object* l_Lean_Parser_Command_addDocString_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Tactic_open; static lean_object* l___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_formatter___closed__2; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__44; static lean_object* l_Lean_Parser_Command_structCtor___closed__6; static lean_object* l_Lean_Parser_Command_nonrec___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_theorem_formatter(lean_object*); @@ -365,7 +366,6 @@ static lean_object* l_Lean_Parser_Command_addDocString_parenthesizer___closed__4 static lean_object* l_Lean_Parser_Command_namespace___closed__7; static lean_object* l_Lean_Parser_Command_variable_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_in_formatter___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__34; static lean_object* l___regBuiltin_Lean_Parser_Command_initializeKeyword_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_declValEqns___closed__4; static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__5; @@ -388,6 +388,7 @@ extern lean_object* l_Lean_Parser_Term_structInst; static lean_object* l___regBuiltin_Lean_Parser_Command_openRenaming_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__3; static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__3; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__20; static lean_object* l_Lean_Parser_Command_terminationBy___closed__5; static lean_object* l_Lean_Parser_Command_partial___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declId_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -398,7 +399,7 @@ static lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__15; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__30; static lean_object* l___regBuiltin_Lean_Parser_Command_mutual_declRange___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_computedFields_parenthesizer(lean_object*); static lean_object* l_Lean_Parser_Command_set__option_parenthesizer___closed__6; @@ -416,6 +417,7 @@ static lean_object* l_Lean_Parser_Command_classInductive___closed__7; static lean_object* l___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Parser_Command_private_formatter___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_partial_formatter(lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__2; lean_object* l_Lean_Parser_many_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_check_formatter___closed__2; static lean_object* l_Lean_Parser_Command_openOnly___closed__5; @@ -465,7 +467,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Term_quot(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_example_parenthesizer(lean_object*); static lean_object* l_Lean_Parser_Command_structureTk_formatter___closed__2; static lean_object* l_Lean_Parser_Command_openHiding_parenthesizer___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__18; static lean_object* l___regBuiltin_Lean_Parser_Command_abbrev_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_attribute_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__9; @@ -571,7 +572,6 @@ static lean_object* l_Lean_Parser_Command_instance_formatter___closed__3; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_eval_declRange(lean_object*); static lean_object* l_Lean_Parser_Command_end___closed__5; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__10; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__25; static lean_object* l___regBuiltin_Lean_Parser_Command_openRenamingItem_formatter___closed__2; lean_object* l_Lean_Parser_optional(lean_object*); static lean_object* l_Lean_Parser_Command_variable___closed__8; @@ -644,7 +644,6 @@ static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__13; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Tactic_set__option_parenthesizer(lean_object*); static lean_object* l_Lean_Parser_Command_import___closed__2; static lean_object* l_Lean_Parser_Command_namedPrio___closed__4; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__24; static lean_object* l_Lean_Parser_Command_declModifiers___closed__4; static lean_object* l___regBuiltin_Lean_Parser_Command_end_declRange___closed__5; lean_object* l_Lean_Parser_withOpenFn(lean_object*, lean_object*, lean_object*); @@ -705,7 +704,6 @@ static lean_object* l_Lean_Parser_Command_noncomputableSection___closed__10; static lean_object* l___regBuiltin_Lean_Parser_Command_check__failure_declRange___closed__5; static lean_object* l_Lean_Parser_Command_eval___closed__7; static lean_object* l_Lean_Parser_Command_deriving_parenthesizer___closed__6; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__8; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_protected_parenthesizer(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_terminationBy_parenthesizer(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_synth_declRange___closed__4; @@ -861,7 +859,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_variable_declRange(l static lean_object* l_Lean_Parser_Command_structFields___closed__8; lean_object* l_Lean_Parser_Term_attrInstance_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_Term_matchAltsWhereDecls_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__32; static lean_object* l_Lean_Parser_Command_reduce_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_init__quot___closed__7; static lean_object* l___regBuiltin_Lean_Parser_Command_section_declRange___closed__1; @@ -909,6 +906,7 @@ lean_object* l_Lean_Parser_priorityParser_parenthesizer(lean_object*, lean_objec static lean_object* l_Lean_Parser_Command_deriving___closed__8; static lean_object* l___regBuiltin_Lean_Parser_Command_declaration_declRange___closed__4; static lean_object* l_Lean_Parser_Command_ctor___closed__13; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__42; static lean_object* l___regBuiltin_Lean_Parser_Command_decreasingBy_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_initializeKeyword_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_computedField_parenthesizer___closed__4; @@ -940,6 +938,7 @@ static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed static lean_object* l_Lean_Parser_Command_structFields___closed__14; static lean_object* l_Lean_Parser_Command_openHiding___closed__1; static lean_object* l_Lean_Parser_Command_mutual___closed__17; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__36; static lean_object* l_Lean_Parser_Command_computedField___closed__12; LEAN_EXPORT lean_object* l_Lean_Parser_Command_import_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_private_parenthesizer___closed__1; @@ -1029,6 +1028,7 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_structInstBinder_parenthe static lean_object* l_Lean_Parser_Command_attribute_formatter___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_Command_genInjectiveTheorems_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_terminationHintMany_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__13; static lean_object* l_Lean_Parser_Command_instance___closed__9; static lean_object* l___regBuiltin_Lean_Parser_Command_instance_parenthesizer___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_eraseAttr_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1061,6 +1061,7 @@ static lean_object* l_Lean_Parser_Command_namedPrio___closed__16; static lean_object* l___regBuiltin_Lean_Parser_Command_universe_declRange___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structInstBinder; static lean_object* l___regBuiltin_Lean_Parser_Command_mutual_parenthesizer___closed__1; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__15; static lean_object* l_Lean_Parser_Command_openRenaming___closed__7; static lean_object* l_Lean_Parser_Command_classTk_formatter___closed__1; static lean_object* l_Lean_Parser_Term_set__option___closed__1; @@ -1073,6 +1074,7 @@ static lean_object* l_Lean_Parser_Command_universe___closed__8; static lean_object* l_Lean_Parser_Command_namedPrio_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDeclSig; static lean_object* l_Lean_Parser_Command_openSimple___closed__1; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__53; static lean_object* l_Lean_Parser_Command_declaration___closed__13; static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__2; lean_object* l_Lean_Parser_mkAntiquot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1088,6 +1090,7 @@ static lean_object* l_Lean_Parser_Command_structFields___closed__6; static lean_object* l_Lean_Parser_Command_quot_formatter___closed__7; static lean_object* l___regBuiltin_Lean_Parser_Command_declaration_declRange___closed__1; static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__3; +LEAN_EXPORT lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030_(lean_object*); static lean_object* l_Lean_Parser_Command_derivingClasses_formatter___closed__2; static lean_object* l_Lean_Parser_Command_namedPrio_formatter___closed__3; static lean_object* l_Lean_Parser_Command_eval___closed__9; @@ -1096,14 +1099,15 @@ static lean_object* l_Lean_Parser_Command_partial___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_terminationHint1_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange___closed__2; lean_object* l_Lean_Parser_Term_structInst_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__37; static lean_object* l___regBuiltin_Lean_Parser_Command_mutual_declRange___closed__1; static lean_object* l_Lean_Parser_Command_declValEqns_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__23; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__22; static lean_object* l___regBuiltin_Lean_Parser_Command_inductive_parenthesizer___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_unsafe_parenthesizer(lean_object*); static lean_object* l_Lean_Parser_Term_quot___closed__17; static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__8; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__23; lean_object* l_Lean_Parser_Command_docComment_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_optionValue___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_terminationByElement_formatter___closed__1; @@ -1232,6 +1236,7 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_universe_declRange___clos static lean_object* l_Lean_Parser_Command_classTk___closed__6; static lean_object* l_Lean_Parser_Command_structFields_formatter___closed__1; lean_object* l_Lean_Parser_ident_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__51; static lean_object* l_Lean_Parser_Command_quot_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_axiom; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__15; @@ -1245,15 +1250,14 @@ static lean_object* l_Lean_Parser_Command_abbrev___closed__12; static lean_object* l_Lean_Parser_Command_import_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_check__failure_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Parser_Tactic_set__option_declRange___closed__2; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__32; static lean_object* l_Lean_Parser_Command_structSimpleBinder_formatter___closed__5; static lean_object* l_Lean_Parser_Term_open___closed__1; static lean_object* l_Lean_Parser_Command_whereStructField_formatter___closed__1; static lean_object* l_Lean_Parser_Command_structure___closed__20; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_synth_parenthesizer(lean_object*); static lean_object* l_Lean_Parser_Command_genInjectiveTheorems_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_export_parenthesizer___closed__3; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__52; static lean_object* l_Lean_Parser_Term_quot_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__4; static lean_object* l_Lean_Parser_Command_whereStructInst_parenthesizer___closed__4; @@ -1267,7 +1271,6 @@ static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__17; static lean_object* l___regBuiltin_Lean_Parser_Command_quot_declRange___closed__2; static lean_object* l_Lean_Parser_Command_terminationBy___closed__1; static lean_object* l_Lean_Parser_Command_structCtor_parenthesizer___closed__4; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__7; static lean_object* l___regBuiltin_Lean_Parser_Command_export_declRange___closed__4; static lean_object* l_Lean_Parser_Command_terminationByCore___closed__1; static lean_object* l_Lean_Parser_Command_openDecl___closed__6; @@ -1304,6 +1307,7 @@ static lean_object* l_Lean_Parser_Command_universe_parenthesizer___closed__3; lean_object* l_Lean_Parser_Term_optType_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_eval_declRange___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDefDeriving_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__21; static lean_object* l_Lean_Parser_Command_addDocString___closed__2; static lean_object* l___regBuiltin_Lean_Parser_Command_eval_declRange___closed__7; static lean_object* l_Lean_Parser_Command_def_formatter___closed__1; @@ -1314,7 +1318,6 @@ static lean_object* l_Lean_Parser_Command_classInductive___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_import_declRange___closed__6; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__9; static lean_object* l_Lean_Parser_Command_noncomputableSection_formatter___closed__5; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__10; static lean_object* l___regBuiltin_Lean_Parser_Command_section_declRange___closed__3; static lean_object* l_Lean_Parser_Term_set__option_formatter___closed__7; static lean_object* l_Lean_Parser_Command_optDefDeriving___closed__5; @@ -1478,13 +1481,13 @@ static lean_object* l_Lean_Parser_Command_in___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Command_eval_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_opaque; static lean_object* l_Lean_Parser_Command_declSig___closed__1; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__46; static lean_object* l_Lean_Parser_Command_structInstBinder___closed__7; static lean_object* l___regBuiltin_Lean_Parser_Command_extends_formatter___closed__1; static lean_object* l_Lean_Parser_Command_quot_formatter___closed__4; static lean_object* l___regBuiltin_Lean_Parser_Command_noncomputable_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_export_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_check_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__38; static lean_object* l_Lean_Parser_Command_mutual___closed__13; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_print_parenthesizer(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_namedPrio_parenthesizer___closed__1; @@ -1513,6 +1516,7 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_init__quot_declRange___cl static lean_object* l_Lean_Parser_Command_classInductive_formatter___closed__6; static lean_object* l_Lean_Parser_Command_variable_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__9; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__27; static lean_object* l_Lean_Parser_Command_theorem___closed__11; static lean_object* l_Lean_Parser_Command_printAxioms_formatter___closed__3; static lean_object* l_Lean_Parser_Command_eraseAttr___closed__4; @@ -1523,7 +1527,6 @@ static lean_object* l_Lean_Parser_Command_declId___closed__17; static lean_object* l_Lean_Parser_Command_structCtor_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_eval___closed__6; static lean_object* l___regBuiltin_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__36; LEAN_EXPORT lean_object* l_Lean_Parser_Command_computedField; static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__13; @@ -1552,6 +1555,7 @@ static lean_object* l_Lean_Parser_Command_classTk_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_mutual_parenthesizer___closed__10; static lean_object* l_Lean_Parser_Command_structImplicitBinder_formatter___closed__6; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_export_formatter(lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__54; static lean_object* l___regBuiltin_Lean_Parser_Term_open_docString___closed__1; static lean_object* l_Lean_Parser_Term_open_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_extends_parenthesizer___closed__1; @@ -1606,11 +1610,13 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_terminationByElement_pare static lean_object* l___regBuiltin_Lean_Parser_Term_open_parenthesizer___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_open(lean_object*); lean_object* l_Lean_ppLine_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__29; lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structInstBinder___closed__13; static lean_object* l_Lean_Parser_Command_terminationByElement___closed__5; extern lean_object* l_Lean_Parser_Term_letDecl; static lean_object* l_Lean_Parser_Command_private___closed__4; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_printAxioms_formatter___closed__2; static lean_object* l_Lean_Parser_Command_declaration___closed__14; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__12; @@ -1631,7 +1637,6 @@ static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_printAxioms___closed__7; static lean_object* l_Lean_Parser_Command_addDocString___closed__4; static lean_object* l_Lean_Parser_Command_terminationHint1___closed__3; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__14; static lean_object* l_Lean_Parser_Tactic_set__option___closed__9; static lean_object* l___regBuiltin_Lean_Parser_Command_check__failure_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_computedFields_formatter___closed__3; @@ -1662,6 +1667,7 @@ static lean_object* l_Lean_Parser_Command_declVal___closed__5; static lean_object* l_Lean_Parser_Command_axiom_formatter___closed__5; lean_object* l_Lean_Parser_symbol(lean_object*); static lean_object* l_Lean_Parser_Command_mutual_parenthesizer___closed__13; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__17; static lean_object* l_Lean_Parser_Command_printAxioms_parenthesizer___closed__5; static lean_object* l___regBuiltin_Lean_Parser_Command_structFields_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_namedPrio___closed__11; @@ -1680,7 +1686,6 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_declaration_formatter___c LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_synth(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_structCtor_formatter(lean_object*); static lean_object* l_Lean_Parser_Command_structExplicitBinder_formatter___closed__7; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__54; static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openDecl; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__11; @@ -1689,6 +1694,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_check_declRange(lean static lean_object* l_Lean_Parser_Command_declValSimple___closed__5; static lean_object* l_Lean_Parser_Command_axiom___closed__7; static lean_object* l___regBuiltin_Lean_Parser_Command_check__failure_declRange___closed__4; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__3; static lean_object* l_Lean_Parser_Command_protected___closed__3; static lean_object* l_Lean_Parser_Command_attribute_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Term_set__option_formatter___closed__2; @@ -1717,7 +1723,6 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_import_declRange___closed static lean_object* l_Lean_Parser_Term_set__option_formatter___closed__5; static lean_object* l_Lean_Parser_Command_classInductive___closed__14; static lean_object* l___regBuiltin_Lean_Parser_Command_open_formatter___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__51; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__13; static lean_object* l___regBuiltin_Lean_Parser_Command_import_formatter___closed__2; lean_object* l_Lean_Parser_symbol_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1784,6 +1789,7 @@ static lean_object* l_Lean_Parser_Command_structure_formatter___closed__18; static lean_object* l_Lean_Parser_Command_declSig_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_computedField_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_openScoped_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__43; static lean_object* l___regBuiltin_Lean_Parser_Command_moduleDoc_declRange___closed__1; static lean_object* l_Lean_Parser_Command_variable___closed__2; static lean_object* l_Lean_Parser_Command_instance_parenthesizer___closed__11; @@ -1805,6 +1811,7 @@ static lean_object* l_Lean_Parser_Term_precheckedQuot___closed__6; static lean_object* l_Lean_Parser_Command_example___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openOnly; static lean_object* l_Lean_Parser_Command_quot_formatter___closed__6; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__5; static lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer___closed__11; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_check__failure(lean_object*); static lean_object* l_Lean_Parser_Command_openRenaming___closed__3; @@ -1844,11 +1851,9 @@ static lean_object* l_Lean_Parser_Command_terminationBy___closed__9; static lean_object* l_Lean_Parser_Command_synth_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__2; static lean_object* l___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_parenthesizer___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__30; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_section_formatter(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_noncomputable_formatter___closed__2; static lean_object* l_Lean_Parser_Command_unsafe_parenthesizer___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__53; static lean_object* l_Lean_Parser_Term_quot_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_deriving_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_terminationByElement___closed__11; @@ -1904,7 +1909,6 @@ static lean_object* l_Lean_Parser_Command_set__option_formatter___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Term_quot_declRange___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_nonrec_formatter(lean_object*); static lean_object* l_Lean_Parser_Command_terminationByElement___closed__13; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__28; static lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Command_classInductive___closed__15; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -1936,7 +1940,6 @@ static lean_object* l_Lean_Parser_Command_initialize___closed__5; static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Command_namespace_declRange___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_check_parenthesizer(lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__37; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openRenamingItem_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_declaration_declRange___closed__5; static lean_object* l___regBuiltin_Lean_Parser_Command_eraseAttr_parenthesizer___closed__2; @@ -1964,6 +1967,7 @@ static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__10; static lean_object* l_Lean_Parser_Command_opaque_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Term_set__option_formatter___closed__1; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__12; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__52; LEAN_EXPORT lean_object* l_Lean_Parser_Command_whereStructInst_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__20; lean_object* l_Lean_Parser_many_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1971,9 +1975,9 @@ lean_object* l_Lean_Parser_Term_attributes_parenthesizer(lean_object*, lean_obje LEAN_EXPORT lean_object* l_Lean_Parser_Command_structExplicitBinder; static lean_object* l___regBuiltin_Lean_Parser_Command_eval_declRange___closed__3; static lean_object* l_Lean_Parser_Command_initialize_formatter___closed__5; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48; static lean_object* l_Lean_Parser_Command_optDeclSig_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersT; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__6; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Tactic_open_declRange(lean_object*); static lean_object* l_Lean_Parser_Command_reduce___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_addDocString_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2000,6 +2004,7 @@ lean_object* l_Lean_Parser_Term_ident_parenthesizer(lean_object*, lean_object*, static lean_object* l_Lean_Parser_Command_quot___closed__4; static lean_object* l_Lean_Parser_Command_initialize___closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optNamedPrio; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__47; static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__9; static lean_object* l_Lean_Parser_Command_synth_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_exit_parenthesizer___closed__2; @@ -2011,7 +2016,7 @@ static lean_object* l_Lean_Parser_Command_printAxioms___closed__8; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__13; static lean_object* l_Lean_Parser_Command_attribute___closed__13; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__7; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__9; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__19; static lean_object* l_Lean_Parser_Command_export___closed__8; static lean_object* l___regBuiltin_Lean_Parser_Command_print_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_export_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2053,7 +2058,6 @@ static lean_object* l_Lean_Parser_Command_openHiding_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openOnly_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_addDocString___closed__9; static lean_object* l_Lean_Parser_Command_initializeKeyword___closed__6; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__1; static lean_object* l_Lean_Parser_Command_theorem_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_noncomputable_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Term_precheckedQuot_declRange___closed__1; @@ -2078,8 +2082,8 @@ static lean_object* l_Lean_Parser_Command_optDeclSig_formatter___closed__9; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_declValSimple_formatter(lean_object*); static lean_object* l_Lean_Parser_Command_computedFields___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_structFields_parenthesizer(lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__22; static lean_object* l___regBuiltin_Lean_Parser_Command_end_declRange___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__47; static lean_object* l_Lean_Parser_Command_partial_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structInstBinder___closed__10; static lean_object* l___regBuiltin_Lean_Parser_Term_open_formatter___closed__2; @@ -2098,6 +2102,7 @@ static lean_object* l_Lean_Parser_Term_set__option___closed__9; static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_openRenamingItem_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_optDeclSig_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__38; LEAN_EXPORT lean_object* l_Lean_Parser_Command_section_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_variable_declRange___closed__1; static lean_object* l_Lean_Parser_Command_def_formatter___closed__2; @@ -2130,7 +2135,6 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_variable_parenthesizer___ static lean_object* l___regBuiltin_Lean_Parser_Command_classInductive_parenthesizer___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_moduleDoc(lean_object*); static lean_object* l_Lean_Parser_Command_declValSimple___closed__8; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__27; static lean_object* l_Lean_Parser_Command_declModifiers_formatter___closed__7; static lean_object* l_Lean_Parser_Command_openRenamingItem___closed__4; lean_object* l_Lean_Parser_symbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2138,7 +2142,6 @@ static lean_object* l_Lean_Parser_Command_moduleDoc___closed__1; static lean_object* l_Lean_Parser_Command_structInstBinder_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__12; static lean_object* l_Lean_Parser_Command_structure_formatter___closed__16; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__20; static lean_object* l_Lean_Parser_Command_opaque___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_noncomputable; static lean_object* l___regBuiltin_Lean_Parser_Term_open_declRange___closed__4; @@ -2204,7 +2207,6 @@ lean_object* l_Lean_Parser_ident_formatter(lean_object*, lean_object*, lean_obje static lean_object* l_Lean_Parser_Command_abbrev___closed__5; static lean_object* l_Lean_Parser_Command_namespace___closed__1; static lean_object* l_Lean_Parser_Command_whereStructInst_formatter___closed__5; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__3; static lean_object* l_Lean_Parser_Command_openRenaming_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_export_declRange___closed__5; static lean_object* l_Lean_Parser_Command_abbrev_formatter___closed__9; @@ -2227,6 +2229,7 @@ static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__11; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_mutual_declRange(lean_object*); static lean_object* l_Lean_Parser_Command_whereStructInst___closed__3; static lean_object* l_Lean_Parser_Command_export___closed__6; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__45; extern lean_object* l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; static lean_object* l___regBuiltin_Lean_Parser_Tactic_open_declRange___closed__5; static lean_object* l_Lean_Parser_Command_unsafe_formatter___closed__3; @@ -2296,7 +2299,6 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_quot_declRange(lean_ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_universe_declRange(lean_object*); lean_object* l_Lean_ppDedent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_universe___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__44; static lean_object* l___regBuiltin_Lean_Parser_Command_noncomputableSection_parenthesizer___closed__2; static lean_object* l___regBuiltin_Lean_Parser_Command_nonrec_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_derivingClasses___closed__4; @@ -2307,6 +2309,7 @@ static lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer___c static lean_object* l___regBuiltin_Lean_Parser_Command_initialize_declRange___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Term_quot_parenthesizer___closed__4; static lean_object* l___regBuiltin_Lean_Parser_Command_synth_declRange___closed__5; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__18; static lean_object* l_Lean_Parser_Command_end___closed__7; static lean_object* l_Lean_Parser_Term_set__option___closed__7; static lean_object* l_Lean_Parser_Command_init__quot_formatter___closed__2; @@ -2323,8 +2326,6 @@ static lean_object* l_Lean_Parser_Command_initialize___closed__3; static lean_object* l_Lean_Parser_Command_deriving___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_declRange(lean_object*); static lean_object* l_Lean_Parser_Command_structFields___closed__4; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__39; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Term_open_declRange(lean_object*); static lean_object* l_Lean_Parser_Command_moduleDoc_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_end___closed__8; @@ -2408,6 +2409,7 @@ static lean_object* l_Lean_Parser_Tactic_open_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_eval___closed__3; static lean_object* l_Lean_Parser_Command_namedPrio___closed__9; static lean_object* l_Lean_Parser_Command_print_formatter___closed__2; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__40; static lean_object* l___regBuiltin_Lean_Parser_Command_private_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__6; @@ -2434,7 +2436,6 @@ static lean_object* l___regBuiltin_Lean_Parser_Term_open_declRange___closed__5; static lean_object* l_Lean_Parser_Command_private___closed__1; extern lean_object* l_Lean_Parser_ident; static lean_object* l_Lean_Parser_Command_opaque_parenthesizer___closed__3; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__35; lean_object* l_Lean_Parser_optional_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_terminationBy_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_derivingClasses_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2487,7 +2488,6 @@ static lean_object* l_Lean_Parser_Command_unsafe_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems___closed__1; static lean_object* l_Lean_Parser_Command_openRenaming___closed__8; static lean_object* l_Lean_Parser_Command_namespace___closed__8; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__23; static lean_object* l_Lean_Parser_Command_namespace_formatter___closed__3; static lean_object* l_Lean_Parser_Command_structSimpleBinder_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_deriving_parenthesizer___closed__5; @@ -2516,7 +2516,6 @@ static lean_object* l_Lean_Parser_Command_structImplicitBinder___closed__5; static lean_object* l_Lean_Parser_Command_mutual___closed__14; static lean_object* l_Lean_Parser_Command_ctor_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_optNamedPrio___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__42; LEAN_EXPORT lean_object* l_Lean_Parser_Command_eval; static lean_object* l_Lean_Parser_Command_whereStructField___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_Command_moduleDoc_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2561,6 +2560,7 @@ static lean_object* l_Lean_Parser_Command_structure_formatter___closed__8; static lean_object* l_Lean_Parser_Command_declValEqns_formatter___closed__1; static lean_object* l_Lean_Parser_Command_derivingClasses_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openDecl_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50; static lean_object* l_Lean_Parser_Command_namedPrio___closed__20; static lean_object* l_Lean_Parser_Command_openDecl_formatter___closed__5; static lean_object* l_Lean_Parser_Tactic_set__option_formatter___closed__1; @@ -2653,7 +2653,6 @@ static lean_object* l_Lean_Parser_Command_declModifiers___closed__8; static lean_object* l_Lean_Parser_Command_deriving___closed__12; static lean_object* l___regBuiltin_Lean_Parser_Command_terminationByElement_parenthesizer___closed__2; lean_object* l_Lean_Parser_Command_commentBody_parenthesizer___boxed(lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__26; LEAN_EXPORT lean_object* l_Lean_Parser_Command_whereStructField_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Term_quot_parenthesizer___closed__8; lean_object* l_Lean_Parser_unicodeSymbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -2721,7 +2720,6 @@ static lean_object* l_Lean_Parser_Command_def_parenthesizer___closed__9; static lean_object* l___regBuiltin_Lean_Parser_Command_declaration_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_attribute_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__6; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__16; static lean_object* l_Lean_Parser_Command_terminationSuffix_parenthesizer___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_reduce; static lean_object* l_Lean_Parser_Command_terminationBy___closed__2; @@ -2743,7 +2741,6 @@ static lean_object* l_Lean_Parser_Command_exit___closed__5; static lean_object* l_Lean_Parser_Command_declId___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openRenaming; static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__6; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__21; static lean_object* l_Lean_Parser_Command_openScoped___closed__2; static lean_object* l_Lean_Parser_Command_initialize_parenthesizer___closed__5; static lean_object* l_Lean_Parser_Tactic_set__option_parenthesizer___closed__2; @@ -2780,6 +2777,7 @@ static lean_object* l_Lean_Parser_Command_axiom___closed__10; static lean_object* l_Lean_Parser_Command_computedField___closed__5; static lean_object* l___regBuiltin_Lean_Parser_Command_export_declRange___closed__6; static lean_object* l_Lean_Parser_Command_namedPrio_formatter___closed__6; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48; LEAN_EXPORT lean_object* l_Lean_Parser_Command_eraseAttr; static lean_object* l_Lean_Parser_Command_declId_formatter___closed__4; static lean_object* l_Lean_Parser_Command_synth___closed__2; @@ -2815,7 +2813,7 @@ static lean_object* l_Lean_Parser_Command_structExplicitBinder_parenthesizer___c static lean_object* l_Lean_Parser_Command_terminationByElement___closed__7; static lean_object* l_Lean_Parser_Command_inductive___closed__17; static lean_object* l_Lean_Parser_Command_noncomputableSection_formatter___closed__4; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__46; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__12; static lean_object* l___regBuiltin_Lean_Parser_Command_synth_declRange___closed__6; lean_object* l_Lean_Parser_Term_optType_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_partial_parenthesizer___closed__3; @@ -2863,7 +2861,6 @@ static lean_object* l_Lean_Parser_Command_open___closed__9; static lean_object* l___regBuiltin_Lean_Parser_Command_initialize_declRange___closed__1; static lean_object* l_Lean_Parser_Command_export___closed__9; static lean_object* l_Lean_Parser_Command_opaque_parenthesizer___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__41; lean_object* l_Lean_Parser_Command_commentBody_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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___regBuiltin_Lean_Parser_Tactic_open_declRange___closed__7; @@ -2889,6 +2886,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiers(uint8_t); static lean_object* l_Lean_Parser_Command_instance___closed__3; static lean_object* l_Lean_Parser_Command_open_parenthesizer___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_universe_formatter(lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__24; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_open_parenthesizer(lean_object*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_end(lean_object*); static lean_object* l_Lean_Parser_Command_structFields___closed__1; @@ -2900,13 +2898,14 @@ static lean_object* l_Lean_Parser_Command_declaration_formatter___closed__10; static lean_object* l___regBuiltin_Lean_Parser_Command_print_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structure___closed__7; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Tactic_open_formatter(lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__7; static lean_object* l___regBuiltin_Lean_Parser_Command_optDeriving_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_eval___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_terminationSuffix_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_def___closed__10; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__6; static lean_object* l___regBuiltin_Lean_Parser_Tactic_open___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_initialize_formatter___closed__2; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__35; static lean_object* l_Lean_Parser_Command_inductive___closed__2; static lean_object* l_Lean_Parser_Command_opaque___closed__9; static lean_object* l_Lean_Parser_Command_eval_parenthesizer___closed__1; @@ -2932,6 +2931,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_check__failure_declR static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__13; static lean_object* l_Lean_Parser_Command_derivingClasses_formatter___closed__5; static lean_object* l___regBuiltin_Lean_Parser_Command_optDeclSig_formatter___closed__1; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__26; static lean_object* l___regBuiltin_Lean_Parser_Command_def_formatter___closed__1; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems___closed__8; static lean_object* l_Lean_Parser_Command_moduleDoc_formatter___closed__3; @@ -2939,11 +2939,11 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_structInstBinder_for static lean_object* l___regBuiltin_Lean_Parser_Command_addDocString_declRange___closed__6; static lean_object* l___regBuiltin_Lean_Parser_Command_eraseAttr_formatter___closed__2; static lean_object* l_Lean_Parser_Command_import___closed__5; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__33; static lean_object* l_Lean_Parser_Command_terminationByElement_parenthesizer___closed__8; static lean_object* l_Lean_Parser_Command_namedPrio_parenthesizer___closed__3; static lean_object* l_Lean_Parser_Command_classTk___closed__1; static lean_object* l___regBuiltin_Lean_Parser_Command_moduleDoc_declRange___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__40; static lean_object* l_Lean_Parser_Command_set__option___closed__7; static lean_object* l_Lean_Parser_Command_protected_parenthesizer___closed__3; static lean_object* l___regBuiltin_Lean_Parser_Command_printAxioms_declRange___closed__2; @@ -3007,6 +3007,7 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_genInjectiveTheorems_decl lean_object* l_Lean_Parser_Term_binderDefault_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_computedFields___closed__7; static lean_object* l_Lean_Parser_Command_inductive___closed__1; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__4; static lean_object* l_Lean_Parser_Term_quot___closed__1; static lean_object* l_Lean_Parser_Command_extends_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_Command_openOnly_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3042,7 +3043,6 @@ static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__4; static lean_object* l_Lean_Parser_Command_def_parenthesizer___closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_Command_inductive_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_initializeKeyword_formatter___closed__1; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__13; static lean_object* l_Lean_Parser_Command_genInjectiveTheorems___closed__4; static lean_object* l_Lean_Parser_Command_classInductive_formatter___closed__10; static lean_object* l_Lean_Parser_Command_mutual_formatter___closed__3; @@ -3064,6 +3064,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_def_formatter(lean_object*, lean_ static lean_object* l_Lean_Parser_Command_declValEqns___closed__2; static lean_object* l_Lean_Parser_Command_whereStructInst___closed__27; static lean_object* l_Lean_Parser_Command_structImplicitBinder_parenthesizer___closed__6; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__25; static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__2; static lean_object* l___regBuiltin_Lean_Parser_Command_structCtor_formatter___closed__1; static lean_object* l_Lean_Parser_Command_structure___closed__22; @@ -3100,7 +3101,6 @@ static lean_object* l_Lean_Parser_Command_declaration___closed__11; lean_object* l_Lean_Parser_mkAntiquot(lean_object*, lean_object*, uint8_t, uint8_t); static lean_object* l___regBuiltin_Lean_Parser_Command_whereStructField_formatter___closed__1; static lean_object* l_Lean_Parser_Command_inductive___closed__8; -LEAN_EXPORT lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032_(lean_object*); lean_object* l_Lean_Parser_Term_structInst_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_terminationBy_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structCtor_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3138,7 +3138,6 @@ static lean_object* l_Lean_Parser_Command_noncomputable___closed__8; static lean_object* l___regBuiltin_Lean_Parser_Command_variable_declRange___closed__2; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_printAxioms(lean_object*); static lean_object* l_Lean_Parser_Command_opaque_parenthesizer___closed__5; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__45; static lean_object* l_Lean_Parser_Command_inductive_formatter___closed__3; static lean_object* l_Lean_Parser_Term_open_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_terminationHintMany_formatter___closed__2; @@ -3160,7 +3159,6 @@ static lean_object* l_Lean_Parser_Command_end_parenthesizer___closed__4; static lean_object* l_Lean_Parser_Command_decreasingBy_formatter___closed__6; static lean_object* l_Lean_Parser_Command_structureTk___closed__1; static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__2; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__33; static lean_object* l_Lean_Parser_Command_ctor_formatter___closed__10; static lean_object* l_Lean_Parser_Command_declId___closed__16; static lean_object* l_Lean_Parser_Command_check__failure_parenthesizer___closed__1; @@ -3237,7 +3235,6 @@ static lean_object* l_Lean_Parser_Command_theorem_formatter___closed__7; lean_object* l_Lean_Parser_nonReservedSymbol_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_deriving___closed__7; static lean_object* l_Lean_Parser_Command_instance_formatter___closed__5; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__49; static lean_object* l_Lean_Parser_Command_open___closed__3; static lean_object* l_Lean_Parser_Command_decreasingBy___closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_ctor_parenthesizer(lean_object*); @@ -3321,6 +3318,7 @@ lean_object* l_Lean_Parser_addBuiltinParser(lean_object*, lean_object*, uint8_t, static lean_object* l_Lean_Parser_Command_namedPrio_parenthesizer___closed__10; static lean_object* l_Lean_Parser_Command_abbrev_formatter___closed__10; static lean_object* l_Lean_Parser_Command_namedPrio___closed__1; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__39; static lean_object* l___regBuiltin_Lean_Parser_Command_check_declRange___closed__2; static lean_object* l_Lean_Parser_Command_optDeriving_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__3; @@ -3379,6 +3377,7 @@ static lean_object* l_Lean_Parser_Command_declSig___closed__2; static lean_object* l_Lean_Parser_Command_declaration_parenthesizer___closed__13; static lean_object* l_Lean_Parser_Command_openOnly___closed__6; static lean_object* l_Lean_Parser_Command_structInstBinder_formatter___closed__8; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__28; static lean_object* l_Lean_Parser_Command_print_parenthesizer___closed__6; static lean_object* l_Lean_Parser_Command_import_formatter___closed__2; static lean_object* l_Lean_Parser_Command_classInductive_parenthesizer___closed__6; @@ -3400,7 +3399,6 @@ static lean_object* l_Lean_Parser_Command_terminationByCore_parenthesizer___clos static lean_object* l___regBuiltin_Lean_Parser_Command_addDocString_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Command_quot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__7; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__5; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_export(lean_object*); static lean_object* l___regBuiltin_Lean_Parser_Command_whereStructInst_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_structCtor___closed__3; @@ -3427,6 +3425,7 @@ static lean_object* l___regBuiltin_Lean_Parser_Command_computedField_formatter__ static lean_object* l___regBuiltin_Lean_Parser_Command_partial_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_terminationByElement_formatter___closed__5; static lean_object* l_Lean_Parser_Command_openOnly_formatter___closed__5; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__10; static lean_object* l_Lean_Parser_Term_precheckedQuot_parenthesizer___closed__2; static lean_object* l_Lean_Parser_Command_attribute___closed__11; static lean_object* l___regBuiltin_Lean_Parser_Command_optDeclSig_formatter___closed__2; @@ -3460,6 +3459,7 @@ static lean_object* l_Lean_Parser_Command_initialize___closed__8; static lean_object* l_Lean_Parser_Command_declaration___closed__4; static lean_object* l_Lean_Parser_Term_quot_formatter___closed__1; static lean_object* l_Lean_Parser_Command_openRenaming_parenthesizer___closed__7; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__34; static lean_object* l_Lean_Parser_Command_whereStructField_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_declModifiers_parenthesizer___closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_Command_structureTk; @@ -3484,6 +3484,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_Command_namespace; static lean_object* l___regBuiltin_Lean_Parser_Command_print_formatter___closed__1; static lean_object* l_Lean_Parser_Command_mutual_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_computedField_parenthesizer___closed__6; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__41; static lean_object* l_Lean_Parser_Command_structSimpleBinder___closed__9; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_openSimple_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_print_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -3503,7 +3504,6 @@ static lean_object* l_Lean_Parser_Tactic_open___closed__3; static lean_object* l_Lean_Parser_Command_declValEqns_formatter___closed__2; static lean_object* l_Lean_Parser_Command_openOnly___closed__3; lean_object* l_Lean_Parser_checkColGt(lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__31; lean_object* l_Lean_Parser_Term_attrKind_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Command_end_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_theorem___closed__2; @@ -3531,7 +3531,6 @@ static lean_object* l_Lean_Parser_Command_terminationHint1___closed__2; static lean_object* l___regBuiltin_Lean_Parser_Command_section_declRange___closed__5; static lean_object* l_Lean_Parser_Command_namespace___closed__5; static lean_object* l_Lean_Parser_Command_openRenamingItem_parenthesizer___closed__5; -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__17; static lean_object* l___regBuiltin_Lean_Parser_Command_noncomputable_formatter___closed__1; static lean_object* l_Lean_Parser_Command_inductive_parenthesizer___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_Command_visibility; @@ -3558,6 +3557,7 @@ static lean_object* l_Lean_Parser_Term_precheckedQuot_parenthesizer___closed__1; static lean_object* l_Lean_Parser_Command_unsafe_parenthesizer___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_Command_open_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_Command_structure_parenthesizer___closed__4; +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__49; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_in(lean_object*); static lean_object* l_Lean_Parser_Command_def_parenthesizer___closed__6; static lean_object* l___regBuiltin_Lean_Parser_Command_printAxioms_declRange___closed__6; @@ -3574,6 +3574,7 @@ static lean_object* l_Lean_Parser_Command_export___closed__7; static lean_object* l___regBuiltin_Lean_Parser_Term_precheckedQuot_formatter___closed__2; static lean_object* l_Lean_Parser_Command_quot_parenthesizer___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_Command_declModifiersT_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__8; static lean_object* l_Lean_Parser_Command_terminationBy___closed__3; static lean_object* l_Lean_Parser_Command_open_formatter___closed__3; static lean_object* l_Lean_Parser_Command_declSig___closed__4; @@ -3639,7 +3640,6 @@ static lean_object* l_Lean_Parser_Command_openRenaming___closed__5; static lean_object* l_Lean_Parser_Command_namespace_formatter___closed__2; static lean_object* l_Lean_Parser_Command_terminationSuffix___closed__1; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_Command_eraseAttr_parenthesizer(lean_object*); -static lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__19; static lean_object* _init_l_Lean_Parser_Term_quot___closed__1() { _start: { @@ -39680,7 +39680,7 @@ x_1 = l_Lean_Parser_Command_ctor___closed__8; return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__1() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -39690,7 +39690,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__2() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__2() { _start: { lean_object* x_1; @@ -39698,19 +39698,19 @@ x_1 = lean_mk_string_from_bytes("declModifiersF", 14); return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__3() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____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_Parser_Term_quot___closed__1; x_2 = l_Lean_Parser_Term_quot___closed__2; x_3 = l_Lean_Parser_Command_quot___closed__1; -x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__2; +x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____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_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__4() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -39720,7 +39720,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__5() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -39730,7 +39730,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__6() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__6() { _start: { lean_object* x_1; lean_object* x_2; @@ -39740,12 +39740,12 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__7() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__7() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__6; +x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__6; x_3 = 1; x_4 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_4, 0, x_1); @@ -39754,7 +39754,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__8() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__8() { _start: { lean_object* x_1; @@ -39762,17 +39762,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declModifiersF_formatter) return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__9() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__9() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__8; +x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____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_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__10() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__10() { _start: { lean_object* x_1; @@ -39780,7 +39780,7 @@ x_1 = l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__11() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__11() { _start: { lean_object* x_1; @@ -39788,17 +39788,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declModifiersF_parenthesi return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__12() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__11; +x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__11; 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_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__13() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__13() { _start: { lean_object* x_1; @@ -39806,7 +39806,7 @@ x_1 = l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__14() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__14() { _start: { lean_object* x_1; @@ -39814,17 +39814,17 @@ x_1 = lean_mk_string_from_bytes("nestedDeclModifiers", 19); return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__15() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__14; +x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__16() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__16() { _start: { lean_object* x_1; @@ -39832,19 +39832,19 @@ x_1 = lean_mk_string_from_bytes("declModifiersT", 14); return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__17() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Parser_Term_quot___closed__1; x_2 = l_Lean_Parser_Term_quot___closed__2; x_3 = l_Lean_Parser_Command_quot___closed__1; -x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__16; +x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__16; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__18() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__18() { _start: { lean_object* x_1; lean_object* x_2; @@ -39854,7 +39854,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__19() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__19() { _start: { lean_object* x_1; @@ -39862,17 +39862,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declModifiersT_formatter) return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__20() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__19; +x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__19; 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_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__21() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__21() { _start: { lean_object* x_1; @@ -39880,17 +39880,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_Command_declModifiersT_parenthesi return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__22() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__22() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__21; +x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__21; 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_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__23() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -39900,7 +39900,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__24() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__24() { _start: { lean_object* x_1; lean_object* x_2; @@ -39910,7 +39910,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__25() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__25() { _start: { lean_object* x_1; lean_object* x_2; @@ -39920,7 +39920,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__26() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__26() { _start: { lean_object* x_1; lean_object* x_2; @@ -39930,7 +39930,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__27() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__27() { _start: { lean_object* x_1; lean_object* x_2; @@ -39940,7 +39940,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__28() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__28() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -39950,7 +39950,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__29() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__29() { _start: { lean_object* x_1; lean_object* x_2; @@ -39960,7 +39960,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__30() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__30() { _start: { lean_object* x_1; lean_object* x_2; @@ -39970,7 +39970,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__31() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__31() { _start: { lean_object* x_1; lean_object* x_2; @@ -39980,7 +39980,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__32() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__32() { _start: { lean_object* x_1; lean_object* x_2; @@ -39990,7 +39990,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__33() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -40000,7 +40000,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__34() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__34() { _start: { lean_object* x_1; lean_object* x_2; @@ -40010,7 +40010,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__35() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__35() { _start: { lean_object* x_1; lean_object* x_2; @@ -40020,7 +40020,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__36() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__36() { _start: { lean_object* x_1; lean_object* x_2; @@ -40030,7 +40030,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__37() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__37() { _start: { lean_object* x_1; lean_object* x_2; @@ -40040,7 +40040,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__38() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__38() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -40050,7 +40050,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__39() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__39() { _start: { lean_object* x_1; lean_object* x_2; @@ -40060,7 +40060,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__40() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__40() { _start: { lean_object* x_1; lean_object* x_2; @@ -40070,7 +40070,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__41() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__41() { _start: { lean_object* x_1; lean_object* x_2; @@ -40080,7 +40080,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__42() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__42() { _start: { lean_object* x_1; lean_object* x_2; @@ -40090,7 +40090,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__43() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__43() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -40100,7 +40100,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__44() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__44() { _start: { lean_object* x_1; lean_object* x_2; @@ -40110,7 +40110,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__45() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__45() { _start: { lean_object* x_1; lean_object* x_2; @@ -40120,7 +40120,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__46() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__46() { _start: { lean_object* x_1; lean_object* x_2; @@ -40130,7 +40130,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__47() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__47() { _start: { lean_object* x_1; lean_object* x_2; @@ -40140,7 +40140,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48() { _start: { lean_object* x_1; @@ -40148,29 +40148,29 @@ x_1 = lean_mk_string_from_bytes("docComment", 10); return x_1; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__49() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__49() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48; +x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; x_1 = l_Lean_Parser_Term_quot___closed__1; x_2 = l_Lean_Parser_Term_quot___closed__2; x_3 = l_Lean_Parser_Command_quot___closed__1; -x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48; +x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__51() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__51() { _start: { lean_object* x_1; lean_object* x_2; @@ -40180,17 +40180,17 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__52() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__52() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50; +x_1 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50; 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_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__53() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__53() { _start: { lean_object* x_1; lean_object* x_2; @@ -40200,7 +40200,7 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__54() { +static lean_object* _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__54() { _start: { lean_object* x_1; lean_object* x_2; @@ -40210,15 +40210,15 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030_(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_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__1; -x_3 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__3; -x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__4; -x_5 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__5; -x_6 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__7; +x_2 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__1; +x_3 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__3; +x_4 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__4; +x_5 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__5; +x_6 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__7; x_7 = l_Lean_Parser_registerAlias(x_2, x_3, x_4, x_5, x_6, x_1); if (lean_obj_tag(x_7) == 0) { @@ -40226,8 +40226,8 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_7, 1); lean_inc(x_8); lean_dec(x_7); -x_9 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__10; -x_10 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__9; +x_9 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__10; +x_10 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__9; x_11 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_2, x_10, x_8); if (lean_obj_tag(x_11) == 0) { @@ -40235,8 +40235,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_12 = lean_ctor_get(x_11, 1); lean_inc(x_12); lean_dec(x_11); -x_13 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__13; -x_14 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__12; +x_13 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__13; +x_14 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__12; x_15 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_2, x_14, x_12); if (lean_obj_tag(x_15) == 0) { @@ -40244,9 +40244,9 @@ lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean x_16 = lean_ctor_get(x_15, 1); lean_inc(x_16); lean_dec(x_15); -x_17 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__15; -x_18 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__17; -x_19 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__18; +x_17 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__15; +x_18 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__17; +x_19 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__18; x_20 = l_Lean_Parser_registerAlias(x_17, x_18, x_19, x_5, x_6, x_16); if (lean_obj_tag(x_20) == 0) { @@ -40254,7 +40254,7 @@ lean_object* x_21; lean_object* x_22; lean_object* x_23; x_21 = lean_ctor_get(x_20, 1); lean_inc(x_21); lean_dec(x_20); -x_22 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__20; +x_22 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__20; x_23 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_17, x_22, x_21); if (lean_obj_tag(x_23) == 0) { @@ -40262,7 +40262,7 @@ lean_object* x_24; lean_object* x_25; lean_object* x_26; x_24 = lean_ctor_get(x_23, 1); lean_inc(x_24); lean_dec(x_23); -x_25 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__22; +x_25 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__22; x_26 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_17, x_25, x_24); if (lean_obj_tag(x_26) == 0) { @@ -40270,10 +40270,10 @@ lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean x_27 = lean_ctor_get(x_26, 1); lean_inc(x_27); lean_dec(x_26); -x_28 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__23; +x_28 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__23; x_29 = l_Lean_Parser_Command_declId___closed__2; -x_30 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__24; -x_31 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__25; +x_30 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__24; +x_31 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__25; x_32 = l_Lean_Parser_registerAlias(x_28, x_29, x_30, x_31, x_6, x_27); if (lean_obj_tag(x_32) == 0) { @@ -40281,7 +40281,7 @@ lean_object* x_33; lean_object* x_34; lean_object* x_35; x_33 = lean_ctor_get(x_32, 1); lean_inc(x_33); lean_dec(x_32); -x_34 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__26; +x_34 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__26; x_35 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_28, x_34, x_33); if (lean_obj_tag(x_35) == 0) { @@ -40289,7 +40289,7 @@ lean_object* x_36; lean_object* x_37; lean_object* x_38; x_36 = lean_ctor_get(x_35, 1); lean_inc(x_36); lean_dec(x_35); -x_37 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__27; +x_37 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__27; x_38 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_28, x_37, x_36); if (lean_obj_tag(x_38) == 0) { @@ -40297,10 +40297,10 @@ lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean x_39 = lean_ctor_get(x_38, 1); lean_inc(x_39); lean_dec(x_38); -x_40 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__28; +x_40 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__28; x_41 = l_Lean_Parser_Command_declSig___closed__2; -x_42 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__29; -x_43 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__30; +x_42 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__29; +x_43 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__30; x_44 = l_Lean_Parser_registerAlias(x_40, x_41, x_42, x_43, x_6, x_39); if (lean_obj_tag(x_44) == 0) { @@ -40308,7 +40308,7 @@ lean_object* x_45; lean_object* x_46; lean_object* x_47; x_45 = lean_ctor_get(x_44, 1); lean_inc(x_45); lean_dec(x_44); -x_46 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__31; +x_46 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__31; x_47 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_40, x_46, x_45); if (lean_obj_tag(x_47) == 0) { @@ -40316,7 +40316,7 @@ lean_object* x_48; lean_object* x_49; lean_object* x_50; x_48 = lean_ctor_get(x_47, 1); lean_inc(x_48); lean_dec(x_47); -x_49 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__32; +x_49 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__32; x_50 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_40, x_49, x_48); if (lean_obj_tag(x_50) == 0) { @@ -40324,10 +40324,10 @@ lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean x_51 = lean_ctor_get(x_50, 1); lean_inc(x_51); lean_dec(x_50); -x_52 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__33; +x_52 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__33; x_53 = l_Lean_Parser_Command_declVal___closed__2; -x_54 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__34; -x_55 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__35; +x_54 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__34; +x_55 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__35; x_56 = l_Lean_Parser_registerAlias(x_52, x_53, x_54, x_55, x_6, x_51); if (lean_obj_tag(x_56) == 0) { @@ -40335,7 +40335,7 @@ lean_object* x_57; lean_object* x_58; lean_object* x_59; x_57 = lean_ctor_get(x_56, 1); lean_inc(x_57); lean_dec(x_56); -x_58 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__36; +x_58 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__36; x_59 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_52, x_58, x_57); if (lean_obj_tag(x_59) == 0) { @@ -40343,7 +40343,7 @@ lean_object* x_60; lean_object* x_61; lean_object* x_62; x_60 = lean_ctor_get(x_59, 1); lean_inc(x_60); lean_dec(x_59); -x_61 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__37; +x_61 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__37; x_62 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_52, x_61, x_60); if (lean_obj_tag(x_62) == 0) { @@ -40351,10 +40351,10 @@ lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean x_63 = lean_ctor_get(x_62, 1); lean_inc(x_63); lean_dec(x_62); -x_64 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__38; +x_64 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__38; x_65 = l_Lean_Parser_Command_optDeclSig___closed__2; -x_66 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__39; -x_67 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__40; +x_66 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__39; +x_67 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__40; x_68 = l_Lean_Parser_registerAlias(x_64, x_65, x_66, x_67, x_6, x_63); if (lean_obj_tag(x_68) == 0) { @@ -40362,7 +40362,7 @@ lean_object* x_69; lean_object* x_70; lean_object* x_71; x_69 = lean_ctor_get(x_68, 1); lean_inc(x_69); lean_dec(x_68); -x_70 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__41; +x_70 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__41; x_71 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_64, x_70, x_69); if (lean_obj_tag(x_71) == 0) { @@ -40370,7 +40370,7 @@ lean_object* x_72; lean_object* x_73; lean_object* x_74; x_72 = lean_ctor_get(x_71, 1); lean_inc(x_72); lean_dec(x_71); -x_73 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__42; +x_73 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__42; x_74 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_64, x_73, x_72); if (lean_obj_tag(x_74) == 0) { @@ -40378,10 +40378,10 @@ lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean x_75 = lean_ctor_get(x_74, 1); lean_inc(x_75); lean_dec(x_74); -x_76 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__43; +x_76 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__43; x_77 = l_Lean_Parser_Command_openDecl___closed__2; -x_78 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__44; -x_79 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__45; +x_78 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__44; +x_79 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__45; x_80 = l_Lean_Parser_registerAlias(x_76, x_77, x_78, x_79, x_6, x_75); if (lean_obj_tag(x_80) == 0) { @@ -40389,7 +40389,7 @@ lean_object* x_81; lean_object* x_82; lean_object* x_83; x_81 = lean_ctor_get(x_80, 1); lean_inc(x_81); lean_dec(x_80); -x_82 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__46; +x_82 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__46; x_83 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_76, x_82, x_81); if (lean_obj_tag(x_83) == 0) { @@ -40397,7 +40397,7 @@ lean_object* x_84; lean_object* x_85; lean_object* x_86; x_84 = lean_ctor_get(x_83, 1); lean_inc(x_84); lean_dec(x_83); -x_85 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__47; +x_85 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__47; x_86 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_76, x_85, x_84); if (lean_obj_tag(x_86) == 0) { @@ -40405,10 +40405,10 @@ lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean x_87 = lean_ctor_get(x_86, 1); lean_inc(x_87); lean_dec(x_86); -x_88 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__49; -x_89 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50; -x_90 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__51; -x_91 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__52; +x_88 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__49; +x_89 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50; +x_90 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__51; +x_91 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__52; x_92 = l_Lean_Parser_registerAlias(x_88, x_89, x_90, x_91, x_6, x_87); if (lean_obj_tag(x_92) == 0) { @@ -40416,7 +40416,7 @@ lean_object* x_93; lean_object* x_94; lean_object* x_95; x_93 = lean_ctor_get(x_92, 1); lean_inc(x_93); lean_dec(x_92); -x_94 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__53; +x_94 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__53; x_95 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_88, x_94, x_93); if (lean_obj_tag(x_95) == 0) { @@ -40424,7 +40424,7 @@ lean_object* x_96; lean_object* x_97; lean_object* x_98; x_96 = lean_ctor_get(x_95, 1); lean_inc(x_96); lean_dec(x_95); -x_97 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__54; +x_97 = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__54; x_98 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_88, x_97, x_96); return x_98; } @@ -49178,115 +49178,115 @@ l_Lean_Parser_Command_declModifiersF = _init_l_Lean_Parser_Command_declModifiers lean_mark_persistent(l_Lean_Parser_Command_declModifiersF); l_Lean_Parser_Command_declModifiersT = _init_l_Lean_Parser_Command_declModifiersT(); lean_mark_persistent(l_Lean_Parser_Command_declModifiersT); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__1 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__1(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__1); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__2 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__2(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__2); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__3 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__3(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__3); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__4 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__4(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__4); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__5 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__5(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__5); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__6 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__6(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__6); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__7 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__7(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__7); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__8 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__8(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__8); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__9 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__9(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__9); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__10 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__10(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__10); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__11 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__11(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__11); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__12 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__12(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__12); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__13 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__13(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__13); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__14 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__14(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__14); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__15 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__15(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__15); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__16 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__16(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__16); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__17 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__17(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__17); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__18 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__18(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__18); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__19 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__19(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__19); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__20 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__20(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__20); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__21 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__21(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__21); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__22 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__22(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__22); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__23 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__23(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__23); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__24 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__24(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__24); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__25 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__25(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__25); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__26 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__26(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__26); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__27 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__27(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__27); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__28 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__28(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__28); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__29 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__29(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__29); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__30 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__30(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__30); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__31 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__31(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__31); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__32 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__32(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__32); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__33 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__33(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__33); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__34 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__34(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__34); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__35 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__35(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__35); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__36 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__36(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__36); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__37 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__37(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__37); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__38 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__38(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__38); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__39 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__39(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__39); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__40 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__40(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__40); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__41 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__41(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__41); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__42 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__42(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__42); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__43 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__43(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__43); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__44 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__44(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__44); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__45 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__45(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__45); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__46 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__46(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__46); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__47 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__47(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__47); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__48); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__49 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__49(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__49); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__50); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__51 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__51(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__51); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__52 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__52(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__52); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__53 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__53(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__53); -l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__54 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__54(); -lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032____closed__54); -res = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3032_(lean_io_mk_world()); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__1 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__1(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__1); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__2 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__2(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__2); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__3 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__3(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__3); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__4 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__4(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__4); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__5 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__5(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__5); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__6 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__6(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__6); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__7 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__7(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__7); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__8 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__8(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__8); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__9 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__9(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__9); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__10 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__10(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__10); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__11 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__11(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__11); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__12 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__12(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__12); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__13 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__13(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__13); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__14 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__14(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__14); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__15 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__15(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__15); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__16 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__16(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__16); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__17 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__17(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__17); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__18 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__18(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__18); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__19 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__19(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__19); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__20 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__20(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__20); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__21 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__21(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__21); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__22 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__22(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__22); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__23 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__23(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__23); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__24 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__24(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__24); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__25 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__25(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__25); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__26 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__26(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__26); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__27 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__27(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__27); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__28 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__28(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__28); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__29 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__29(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__29); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__30 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__30(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__30); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__31 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__31(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__31); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__32 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__32(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__32); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__33 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__33(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__33); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__34 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__34(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__34); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__35 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__35(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__35); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__36 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__36(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__36); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__37 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__37(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__37); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__38 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__38(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__38); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__39 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__39(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__39); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__40 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__40(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__40); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__41 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__41(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__41); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__42 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__42(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__42); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__43 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__43(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__43); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__44 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__44(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__44); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__45 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__45(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__45); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__46 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__46(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__46); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__47 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__47(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__47); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__48); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__49 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__49(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__49); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__50); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__51 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__51(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__51); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__52 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__52(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__52); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__53 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__53(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__53); +l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__54 = _init_l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__54(); +lean_mark_persistent(l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030____closed__54); +res = l_Lean_Parser_Command_initFn____x40_Lean_Parser_Command___hyg_3030_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Parser_Term_open___closed__1 = _init_l_Lean_Parser_Term_open___closed__1(); diff --git a/stage0/stdlib/Lean/Parser/Extension.c b/stage0/stdlib/Lean/Parser/Extension.c index a93612d5eee9..e9c4ef7c5315 100644 --- a/stage0/stdlib/Lean/Parser/Extension.c +++ b/stage0/stdlib/Lean/Parser/Extension.c @@ -16,48 +16,54 @@ extern "C" { static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__5; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); uint8_t l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_addTrailingParser(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__12; +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186_(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_getUnaryAlias___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot(lean_object*, lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); lean_object* lean_format_pretty(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__6; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addBuiltinParserCategory___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkNatLit(lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__3; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__2; static lean_object* l_Lean_Parser_getParserPriority___closed__1; static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_registerBuiltinParserAttribute(lean_object*, lean_object*, uint8_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192_(lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__9; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_State_kinds___default; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__1; lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__1; lean_object* l_Lean_Parser_Trie_find_x3f_loop___rarg(lean_object*, lean_object*, lean_object*); size_t lean_usize_shift_right(size_t, size_t); lean_object* l_Lean_ScopedEnvExtension_activateScoped___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_Entry_toOLeanEntry(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170_(lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__17; LEAN_EXPORT lean_object* l_Lean_Parser_registerAlias___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_registerAliasCore___rarg___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_getUnaryAlias(lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_registerAliasCore(lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__14; +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003_(lean_object*); extern lean_object* l_Lean_Parser_SyntaxStack_empty; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_Parser_mkParserOfConstantUnsafe___spec__1___boxed(lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_containsAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_addBuiltinParser___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__16; lean_object* l_Lean_Attribute_Builtin_getPrio(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_declRangeExt; static lean_object* l_Lean_Parser_withOpenDeclFnCore___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_mkParserAttributeImpl___elambda__1___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_2423_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4848_(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_getParserAliasInfo___spec__1(lean_object*, lean_object*); @@ -67,15 +73,14 @@ LEAN_EXPORT lean_object* l_Lean_Parser_instCoeForAllParserParserAliasValue__1(le LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__6(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__4; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4; LEAN_EXPORT uint8_t l_Lean_Parser_ParserAliasInfo_autoGroupArgs___default(lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__26; LEAN_EXPORT lean_object* l_Lean_findDeclarationRangesCore_x3f___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_declareLeadingBuiltinParser___closed__1; static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__8; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Parser_Extension_0__Lean_Parser_withNamespaces___spec__2(uint8_t, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__4___closed__2; -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Parser_getCategory___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_getCategory(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Parser_isValidSyntaxNodeKind___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -96,38 +101,38 @@ LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at___private_Lean_P static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_50____closed__2; lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__24; LEAN_EXPORT lean_object* l_Lean_Parser_builtinTokenTable; lean_object* l_Lean_Parser_adaptCacheableContextFn(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874_; +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__11; lean_object* l_Lean_Parser_leadingNode(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__2; lean_object* l_Lean_Syntax_getId(lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__8; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__23; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_addBuiltinTrailingParser(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_categoryParser(lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__18; lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkParserAttributeImpl___elambda__1(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__4; static lean_object* l_Lean_Parser_getUnaryAlias___rarg___closed__1; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__1; size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_addToken(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Parser_Extension_0__Lean_Parser_withNamespaces___spec__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_SyntaxStack_size(lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__23; LEAN_EXPORT lean_object* l_Lean_Parser_mkParserOfConstantUnsafe(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__2; uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__12; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Parser_withOpenDeclFnCore___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_resolveParserNameCore___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_instInhabitedState; lean_object* l_Lean_Syntax_getArgs(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__7; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__2; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__7; LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_throwParserCategoryAlreadyDefined(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_registerParserAttributeHook(lean_object*, lean_object*); @@ -140,16 +145,12 @@ LEAN_EXPORT lean_object* l_Lean_Parser_parserOfStack___lambda__1(lean_object*, l static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__12; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_getParserAliasInfo(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__8; lean_object* l_Lean_Parser_andthenFn(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_ParserState_mkUnexpectedError(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserExtension_mkInitial(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenFn(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__4; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__26; LEAN_EXPORT lean_object* l_Lean_Parser_mkParserAttributeImpl___elambda__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__21; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__14; lean_object* lean_environment_find(lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__6; @@ -159,7 +160,6 @@ lean_object* l_Lean_Attribute_Builtin_ensureNoArgs(lean_object*, lean_object*, l LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_Parser_mkParserOfConstantUnsafe___spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4551____closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_registerParserCategory(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__4; static lean_object* l_Lean_Parser_getParserPriority___closed__4; static lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Parser_addToken___spec__3___closed__1; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__15; @@ -169,20 +169,17 @@ LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addTra LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Parser_evalParserConstUnsafe___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Parser_parserOfStackFn___closed__1; LEAN_EXPORT lean_object* l_Lean_ScopedEnvExtension_add___at_Lean_Parser_addToken___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__3; static lean_object* l_Lean_Parser_ParserExtension_instInhabitedState___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_Parser_getParserPriority___closed__3; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__11; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_isValidSyntaxNodeKind___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__4; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_getSyntaxKindOfParserAlias_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4551_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184_(lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__4; lean_object* l_Lean_ScopedEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerScopedEnvExtensionUnsafe___rarg(lean_object*, lean_object*); lean_object* l_Lean_Parser_ParserState_stackSize(lean_object*); @@ -190,10 +187,8 @@ static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addBuiltinP LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_isParserCategory___closed__1; LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_Parser_isValidSyntaxNodeKind___spec__2(lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__3; lean_object* l_Lean_Parser_ParserFn_run(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_ParserExtension_addEntryImpl___closed__2; -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168_(lean_object*); lean_object* l_Lean_Parser_Trie_empty(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__16; LEAN_EXPORT lean_object* l_Lean_Parser_getSyntaxNodeKinds___lambda__1(lean_object*, lean_object*, lean_object*); @@ -202,6 +197,8 @@ LEAN_EXPORT lean_object* l_Lean_Parser_resolveParserName(lean_object*, lean_obje static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_getTokenTable(lean_object*); static lean_object* l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__4; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__14; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__20; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__3___closed__5; static lean_object* l_Lean_Parser_registerParserAttributeHook___closed__1; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Parser_addLeadingParser___spec__1(lean_object*, lean_object*); @@ -209,7 +206,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_runParserAttributeHooks___boxed(lean_obje LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_3998_(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__14; LEAN_EXPORT lean_object* l_Lean_Parser_resolveParserNameCore___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240_(lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_getAlias___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_swap(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__2(lean_object*, size_t, lean_object*); @@ -220,18 +217,14 @@ static lean_object* l_Lean_Parser_ParserExtension_instInhabitedState___closed__2 lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__20; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4551____closed__4; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__15; +LEAN_EXPORT lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6948_; +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226_(lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Parser_SyntaxNodeKindSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__6; size_t lean_usize_of_nat(lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27; LEAN_EXPORT lean_object* l_Lean_Parser_ParserContext_resolveParserName(lean_object*, lean_object*); uint8_t l_Lean_TagDeclarationExtension_isTagged(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4551____closed__5; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__19; LEAN_EXPORT lean_object* l_Lean_Parser_builtinParserCategoriesRef; static lean_object* l_Lean_Parser_withOpenDeclFnCore___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_mkParserState___boxed(lean_object*); @@ -242,18 +235,19 @@ LEAN_EXPORT lean_object* l_Lean_Parser_registerBuiltinNodeKind(lean_object*, lea static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_mkStrLit(lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Parser_Extension___hyg_7083_; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12; +LEAN_EXPORT lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876_; lean_object* l_Lean_ScopedEnvExtension_addScopedEntry___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_throwUnknownParserCategory(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_getParserAliasInfo___spec__1___boxed(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__3___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Parser_withOpenDeclFnCore___closed__4; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_ParserAliasInfo_stackSz_x3f___default; +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10; static lean_object* l_Lean_Parser_getBinaryAlias___rarg___closed__1; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6946_; LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__10; lean_object* l_Lean_declareBuiltin(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -261,7 +255,8 @@ static lean_object* l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Par LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ResolveName_resolveNamespace(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_getParserPriority___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__2; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__5; +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__2; uint8_t lean_is_aux_recursor(lean_object*, lean_object*); lean_object* l_List_eraseDups___at_Lean_ResolveName_resolveGlobalName_loop___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Parser_getCategory___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -274,7 +269,6 @@ static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_getParserAliasInfo___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isRec___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__17; static lean_object* l_Lean_Parser_mkParserAttributeImpl___closed__1; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__4; extern lean_object* l_Lean_builtinDeclRanges; @@ -283,9 +277,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux___at___private_Lean_ static lean_object* l_Lean_Parser_runParserCategory___closed__1; lean_object* lean_eval_const(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ensureBinaryParserAlias(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__16; static lean_object* l_Lean_Parser_mkParserAttributeImpl___closed__2; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__18; lean_object* l_Lean_Name_getPrefix(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____closed__7; static lean_object* l_Lean_Parser_evalInsideQuot___elambda__1___closed__1; @@ -293,6 +285,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_registerBuiltinParserAttribute___boxed(le LEAN_EXPORT lean_object* l_Lean_Parser_mkParserAttributeImpl___elambda__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_builtinSyntaxNodeKindSetRef; lean_object* l_Lean_Parser_ParserState_toErrorMsg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242_(lean_object*); static lean_object* l_Lean_Parser_ParserAliasInfo_stackSz_x3f___default___closed__1; lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -304,29 +297,28 @@ LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_State_categories___defaul static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__15; lean_object* l_Lean_registerAttributeOfBuilder(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_throwParserCategoryAlreadyDefined___rarg(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__4; LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Parser_addToken___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_registerBuiltinParserAttribute___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199_(lean_object*); uint8_t l_Lean_Parser_ParserState_hasError(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_registerAliasCore___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__8; lean_object* l_Lean_Parser_trailingNode(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_resolveParserNameCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_parserAlias2kindRef; static lean_object* l_Lean_Parser_registerBuiltinNodeKind___closed__1; static lean_object* l_Lean_Parser_throwUnknownParserCategory___rarg___closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__3___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__3; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Parser_registerAliasCore___rarg___closed__2; lean_object* l_Lean_throwError___at_Lean_registerTagAttribute___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_SyntaxStack_get_x21(lean_object*, lean_object*); static lean_object* l_Lean_Parser_getConstAlias___rarg___closed__2; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_parserExtension; LEAN_EXPORT lean_object* l_Lean_Parser_mkInputContext(lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkParserAttributeImpl___elambda__2___rarg(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4848____closed__5; @@ -334,17 +326,21 @@ lean_object* l_Lean_FileMap_ofString(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* l_Lean_Parser_sepBy1(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_symbol(lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1; lean_object* l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__13; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_leadingIdentBehavior___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_addParserCategory___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__8; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterMap___at_Lean_Parser_resolveParserNameCore___spec__2(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__5; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__11; uint8_t lean_string_utf8_at_end(lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_updateBuiltinTokens___closed__1; @@ -355,24 +351,20 @@ static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_50__ LEAN_EXPORT lean_object* l_Lean_Parser_ensureConstantParserAlias(lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_getSyntaxKindOfParserAlias_x3f___spec__1(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__6; lean_object* l_Lean_RBNode_insert___at_Lean_NameMap_insert___spec__1___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806_(lean_object*, lean_object*); static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__4; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__6; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__1; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808_(lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__4___closed__3; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4848____closed__3; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addTokenConfig___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_resolveParserName___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__2; -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001_(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_Parser_parserOfStackFn___lambda__2___closed__3; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_withNamespaces___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4848____closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__1; lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_runParserCategory___closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__10; @@ -384,7 +376,6 @@ lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_parserOfStackFn___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Parser_Extension_0__Lean_Parser_addTrailingParserAux___spec__1(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__3; static lean_object* l_Lean_Parser_withOpenDeclFnCore___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ParserAliasInfo_declName___default; static lean_object* l_Lean_Parser_mkParserOfConstantUnsafe___closed__2; @@ -394,19 +385,17 @@ static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199 LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Parser_getCategory___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addTokenConfig(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__10; static lean_object* l_Lean_Parser_getParserAliasInfo___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_getBinaryAlias___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_Parser_isValidSyntaxNodeKind___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__6___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_Parser_compileParserDescr_visit(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__11; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAux___at_Lean_Parser_isValidSyntaxNodeKind___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_resolveParserNameCore___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__6; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__1; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_declareLeadingBuiltinParser___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____lambda__2___closed__1; lean_object* l_Lean_Parser_ParserState_mkError(lean_object*, lean_object*); @@ -416,8 +405,8 @@ static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4848 LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_getAlias___spec__1___rarg___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Std_Format_defWidth; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_instInhabitedOLeanEntry; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_withNamespaces___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__1(lean_object*, lean_object*); @@ -432,6 +421,7 @@ lean_object* lean_usize_to_nat(size_t); static lean_object* l_Lean_Parser_ParserExtension_instInhabitedOLeanEntry___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___boxed(lean_object*); static lean_object* l_Lean_Parser_registerAlias___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_addParser___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); lean_object* l_Lean_Option_register___at_Std_Format_initFn____x40_Lean_Data_Format___hyg_95____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -451,9 +441,9 @@ static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinPars LEAN_EXPORT lean_object* l_Lean_Parser_commandParser(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addBuiltinParserCategory(lean_object*, lean_object*, uint8_t, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__10; static lean_object* l_Lean_Parser_registerBuiltinParserAttribute___closed__4; static lean_object* l_Lean_Parser_ParserExtension_instInhabitedOLeanEntry___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_registerAliasCore___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____closed__4; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4848____closed__2; @@ -461,20 +451,26 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Parser_Ex LEAN_EXPORT lean_object* l_Lean_Parser_runParserCategory(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_getParserPriority___closed__2; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__15; static lean_object* l_Lean_Parser_parserOfStackFn___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_getUnaryAlias___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_ofExcept___at___private_Lean_Parser_Extension_0__Lean_Parser_addBuiltinParserCategory___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Parser_isValidSyntaxNodeKind___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_mkParserAttributeImpl___elambda__2___boxed(lean_object*); static lean_object* l_Lean_Parser_registerBuiltinParserAttribute___closed__1; +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_compileParserDescr(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_2464_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDeclFnCore(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27; LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_addEntryImpl(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isRec___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_registerAlias___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__3; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__7; lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__5___closed__1; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____lambda__2___closed__2; @@ -485,6 +481,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_declareLeadingBuiltinParser(lean_object*, static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____closed__6; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_6_(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__5; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__3; static lean_object* l_Lean_Parser_parserOfStackFn___lambda__2___closed__1; uint8_t l_Lean_Internal_isStage0(lean_object*); static lean_object* l_Lean_Parser_withOpenDeclFnCore___closed__2; @@ -495,30 +492,34 @@ LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_registerAliasCore___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12; LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_mkCategoryAntiquotParserFn(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_getSyntaxNodeKinds___closed__1; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__11; static lean_object* l_Lean_Parser_parserOfStackFn___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Parser_addToken___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__3; +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__9; lean_object* l_Lean_Parser_withCache(lean_object*, lean_object*); lean_object* l_Lean_mkRawNatLit(lean_object*); -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__1; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4551____closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_registerAliasCore___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__1; LEAN_EXPORT lean_object* l_Lean_findDeclarationRanges_x3f___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193_(lean_object*); lean_object* l_id___rarg___boxed(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_containsAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__2___closed__1; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__4; static lean_object* l_Lean_Parser_ParserExtension_addEntryImpl___closed__3; +LEAN_EXPORT lean_object* l___auto____x40_Lean_Parser_Extension___hyg_7085_; static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_mkParserOfConstant(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_getAlias___spec__1___rarg(lean_object*, lean_object*); lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_parserOfStack(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__18; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); static lean_object* l_Lean_Parser_declareTrailingBuiltinParser___closed__1; static lean_object* l_Lean_Parser_resolveParserNameCore_isParser___closed__1; @@ -527,6 +528,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_registerAlias(lean_object*, lean_object*, LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_instCoeParserParserAliasValue(lean_object*); static lean_object* l_Lean_Parser_ParserExtension_addEntryImpl___closed__4; +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__8; LEAN_EXPORT lean_object* l_Lean_Parser_addBuiltinLeadingParser(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_declareTrailingBuiltinParser___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_findDeclarationRangesCore_x3f___at___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___spec__3___closed__1; @@ -561,18 +563,21 @@ LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Parser_addLeadingParser___spec__ LEAN_EXPORT lean_object* l_Lean_Parser_parserOfStack___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_initCacheForInput(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__19; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__13; LEAN_EXPORT lean_object* l_Lean_Parser_instReprParserName; LEAN_EXPORT lean_object* l_Lean_Parser_getSyntaxKindOfParserAlias_x3f(lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__3___closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___closed__4; lean_object* l_Lean_RBNode_find___at_Lean_findDeclarationRanges_x3f___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDeclFn(lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__24; lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_sepBy(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_getAlias(lean_object*); static lean_object* l_Lean_Parser_getConstAlias___rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_isParserAlias___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__7; static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____closed__2; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__13; @@ -585,6 +590,7 @@ lean_object* lean_erase_macro_scopes(lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); uint8_t l_Lean_isRecCore(lean_object*, lean_object*); lean_object* l_Lean_Parser_adaptUncacheableContextFn(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2; lean_object* lean_io_initializing(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_Entry_toOLeanEntry___boxed(lean_object*); static lean_object* l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__3; @@ -607,14 +613,10 @@ static lean_object* l_Lean_Parser_getConstAlias___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at___private_Lean_Parser_Extension_0__Lean_Parser_addParserCategoryCore___spec__5(lean_object*, size_t, size_t, lean_object*, lean_object*); uint8_t l_Lean_Name_quickCmp(lean_object*, lean_object*); static lean_object* l_Lean_Parser_registerAlias___closed__2; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_parserAliasesRef; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__1; size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Parser_instReprParserName___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -extern lean_object* l_Id_instMonadId; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__2; lean_object* l_Lean_Parser_TokenMap_insert___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_232_(lean_object*); lean_object* l_Lean_Parser_mkAntiquot(lean_object*, lean_object*, uint8_t, uint8_t); @@ -627,7 +629,6 @@ static lean_object* l_Lean_Parser_registerAliasCore___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Parser_addToken___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_parserOfStackFn___lambda__1(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAtAux___at_Lean_Parser_isValidSyntaxNodeKind___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__20; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_addBuiltinParserCategory___closed__1; lean_object* lean_io_error_to_string(lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___closed__3; @@ -638,25 +639,23 @@ static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302 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_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__2___closed__1; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_resolveParserNameCore___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_declareBuiltinParser(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___closed__1; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_instInhabitedEntry; LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDecl(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserExtension_State_tokens___default; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__22; lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121____closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_ParserAliasInfo_autoGroupArgs___default___boxed(lean_object*); uint8_t l___private_Lean_Attributes_0__Lean_beqAttributeKind____x40_Lean_Attributes___hyg_367_(uint8_t, uint8_t); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__21; LEAN_EXPORT lean_object* l_Lean_Parser_addParserCategory(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_withOpenFn___closed__2; LEAN_EXPORT uint8_t l_Lean_Parser_isValidSyntaxNodeKind(lean_object*, lean_object*); -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__13; LEAN_EXPORT lean_object* l_Lean_Parser_getBinaryAlias___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_mkCategoryAntiquotParser(lean_object*); @@ -664,6 +663,7 @@ lean_object* l_Lean_Syntax_isNatLit_x3f(lean_object*); static lean_object* l_Lean_Parser_parserOfStackFn___lambda__1___closed__1; lean_object* l_Lean_Parser_whitespace(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_addBuiltinParser(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302_(lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_6____closed__1; uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -675,19 +675,18 @@ static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_121_ LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_updateBuiltinTokens(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerAttributeImplBuilder(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__22; +static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__19; lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__2; -static lean_object* l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__25; lean_object* l_Lean_Parser_Trie_insert_loop___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__3___closed__4; LEAN_EXPORT uint8_t l_Lean_Parser_leadingIdentBehavior(lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4551____closed__6; -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4; extern lean_object* l_Lean_Parser_categoryParserFnRef; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_resolveParserNameCore_isParser(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_registerBuiltinDynamicParserAttribute(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_registerAliasCore___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux_traverse___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__6___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_Parser_isParserAlias(lean_object*, lean_object*); static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__1; @@ -698,7 +697,6 @@ lean_object* lean_array_uset(lean_object*, size_t, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ensureUnaryParserAlias(lean_object*, lean_object*); -static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__7; lean_object* l_Lean_Parser_SyntaxStack_back(lean_object*); static lean_object* l_Lean_Parser_resolveParserNameCore___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Parser_getCategory___spec__1(lean_object*, lean_object*); @@ -707,16 +705,16 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlM___at___private_Lean_Par static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4302____closed__5; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_updateBuiltinTokens___closed__2; static lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_throwParserCategoryAlreadyDefined___rarg___closed__1; -static lean_object* l_Lean_Parser_parserOfStackFn___closed__2; size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Parser_Extension_0__Lean_Parser_withNamespaces___spec__1(uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_declareBuiltinParser___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_categoryParserFnImpl___closed__5; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__1; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Parser_getSyntaxKindOfParserAlias_x3f___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_BuiltinParserAttribute_add___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__4; LEAN_EXPORT lean_object* l_IO_ofExcept___at_Lean_Parser_mkParserOfConstantUnsafe___spec__3___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_evalParserConstUnsafe(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_throwUnknownParserCategory___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpen(lean_object*); static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_6____closed__1() { @@ -8696,7 +8694,7 @@ return x_37; } } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__1() { _start: { lean_object* x_1; @@ -8704,7 +8702,7 @@ x_1 = l_Lean_Parser_categoryParserFnRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__2() { _start: { lean_object* x_1; @@ -8712,12 +8710,12 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_categoryParserFnImpl), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; uint8_t x_5; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__1; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__2; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__1; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__2; x_4 = lean_st_ref_set(x_2, x_3, x_1); x_5 = !lean_is_exclusive(x_4); if (x_5 == 0) @@ -12528,7 +12526,7 @@ lean_dec(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1() { _start: { lean_object* x_1; @@ -12536,7 +12534,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__2() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__2() { _start: { lean_object* x_1; @@ -12544,19 +12542,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq", 9); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__3() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____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_Parser_mkParserOfConstantUnsafe___closed__4; x_2 = l_Lean_Parser_mkParserOfConstantUnsafe___closed__7; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1; -x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__2; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1; +x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__2; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -12565,7 +12563,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__5() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__5() { _start: { lean_object* x_1; @@ -12573,19 +12571,19 @@ x_1 = lean_mk_string_from_bytes("tacticSeq1Indented", 18); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__6() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____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_Parser_mkParserOfConstantUnsafe___closed__4; x_2 = l_Lean_Parser_mkParserOfConstantUnsafe___closed__7; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1; -x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__5; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1; +x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__5; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__7() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__7() { _start: { lean_object* x_1; @@ -12593,17 +12591,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__8() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__7; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9() { _start: { lean_object* x_1; @@ -12611,41 +12609,41 @@ x_1 = lean_mk_string_from_bytes("exact", 5); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__10() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____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_Parser_mkParserOfConstantUnsafe___closed__4; x_2 = l_Lean_Parser_mkParserOfConstantUnsafe___closed__7; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1; -x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1; +x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__11() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9; 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___auto____x40_Lean_Parser_Extension___hyg_6874____closed__12() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4; -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__11; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__11; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__13() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__13() { _start: { lean_object* x_1; @@ -12653,7 +12651,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__14() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__14() { _start: { lean_object* x_1; @@ -12661,19 +12659,19 @@ x_1 = lean_mk_string_from_bytes("declName", 8); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__15() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____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_Parser_mkParserOfConstantUnsafe___closed__4; x_2 = l_Lean_Parser_mkParserOfConstantUnsafe___closed__7; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__13; -x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__14; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__13; +x_4 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__14; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__16() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__16() { _start: { lean_object* x_1; @@ -12681,35 +12679,35 @@ x_1 = lean_mk_string_from_bytes("decl_name%", 10); return x_1; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__17() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__16; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__16; 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___auto____x40_Lean_Parser_Extension___hyg_6874____closed__18() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4; -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__17; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__17; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__19() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__15; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__18; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__15; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__18; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -12717,23 +12715,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__20() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__12; -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__19; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__12; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__19; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__21() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__21() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__10; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__20; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__10; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__20; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -12741,23 +12739,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__22() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4; -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__21; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__21; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__23() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__8; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__22; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__8; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__22; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -12765,23 +12763,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__24() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__24() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4; -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__23; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__23; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__25() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__25() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__6; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__24; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__6; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__24; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -12789,23 +12787,23 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__26() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__26() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4; -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__25; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__25; x_3 = lean_array_push(x_1, x_2); return x_3; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = lean_box(2); -x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__3; -x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__26; +x_2 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__3; +x_3 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__26; x_4 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -12813,11 +12811,11 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6874_() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6876_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27; return x_1; } } @@ -12929,11 +12927,11 @@ lean_dec(x_1); return x_2; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6946_() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_6948_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27; return x_1; } } @@ -12946,7 +12944,7 @@ x_6 = l_Lean_registerBuiltinAttribute(x_5, x_4); return x_6; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -12954,24 +12952,24 @@ x_1 = lean_mk_string_from_bytes("invalid parser attribute implementation builder return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__1; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____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_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__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 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2; return x_3; } else @@ -12990,7 +12988,7 @@ if (lean_obj_tag(x_5) == 0) lean_object* x_6; lean_dec(x_4); lean_dec(x_1); -x_6 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2; +x_6 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2; return x_6; } else @@ -13025,7 +13023,7 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_4); lean_dec(x_1); -x_13 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2; +x_13 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2; return x_13; } } @@ -13036,7 +13034,7 @@ lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_14 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2; +x_14 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2; return x_14; } } @@ -13047,13 +13045,13 @@ lean_object* x_15; lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_15 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2; +x_15 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2; return x_15; } } } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__1() { _start: { lean_object* x_1; @@ -13061,39 +13059,39 @@ x_1 = lean_mk_string_from_bytes("parserAttr", 10); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__3() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1), 2, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__3; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__3; x_4 = l_Lean_registerAttributeImplBuilder(x_2, x_3, x_1); return x_4; } } -static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_7083_() { +static lean_object* _init_l___auto____x40_Lean_Parser_Extension___hyg_7085_() { _start: { lean_object* x_1; -x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27; +x_1 = l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27; return x_1; } } @@ -13125,7 +13123,7 @@ lean_ctor_set(x_14, 1, x_13); x_15 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_15, 0, x_11); lean_ctor_set(x_15, 1, x_14); -x_16 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2; +x_16 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2; x_17 = l_Lean_registerAttributeOfBuilder(x_9, x_16, x_5, x_15, x_10); return x_17; } @@ -13166,7 +13164,7 @@ x_8 = l_Lean_Parser_registerParserCategory(x_1, x_2, x_3, x_7, x_5, x_6); return x_8; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__1() { _start: { lean_object* x_1; @@ -13174,17 +13172,17 @@ x_1 = lean_mk_string_from_bytes("builtin_term_parser", 19); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__3() { _start: { lean_object* x_1; @@ -13192,30 +13190,30 @@ x_1 = lean_mk_string_from_bytes("term", 4); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__4() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____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_Parser_mkParserOfConstantUnsafe___closed__4; x_2 = l_Lean_Parser_mkParserOfConstantUnsafe___closed__7; x_3 = l_Lean_Parser_registerBuiltinParserAttribute___closed__3; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3; +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____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_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__4; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__2; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__4; x_4 = 0; x_5 = l_Lean_Parser_registerBuiltinParserAttribute(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__1() { _start: { lean_object* x_1; @@ -13223,48 +13221,48 @@ x_1 = lean_mk_string_from_bytes("term_parser", 11); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__4() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__12; -x_2 = lean_unsigned_to_nat(7184u); +x_2 = lean_unsigned_to_nat(7186u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186_(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_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__3; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__4; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__2; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__3; +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__4; x_5 = l_Lean_Parser_registerBuiltinDynamicParserAttribute(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__1() { _start: { lean_object* x_1; @@ -13272,17 +13270,17 @@ x_1 = lean_mk_string_from_bytes("builtin_command_parser", 22); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__3() { _start: { lean_object* x_1; @@ -13290,30 +13288,30 @@ x_1 = lean_mk_string_from_bytes("command", 7); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__4() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____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_Parser_mkParserOfConstantUnsafe___closed__4; x_2 = l_Lean_Parser_mkParserOfConstantUnsafe___closed__7; x_3 = l_Lean_Parser_registerBuiltinParserAttribute___closed__3; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3; +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____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_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__4; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__2; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__4; x_4 = 0; x_5 = l_Lean_Parser_registerBuiltinParserAttribute(x_2, x_3, x_4, x_1); return x_5; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__1() { _start: { lean_object* x_1; @@ -13321,43 +13319,43 @@ x_1 = lean_mk_string_from_bytes("command_parser", 14); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__1; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__4() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_4199____closed__12; -x_2 = lean_unsigned_to_nat(7240u); +x_2 = lean_unsigned_to_nat(7242u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242_(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_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__4; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__2; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3; +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__4; x_5 = l_Lean_Parser_registerBuiltinDynamicParserAttribute(x_2, x_3, x_4, x_1); return x_5; } @@ -13366,7 +13364,7 @@ LEAN_EXPORT lean_object* l_Lean_Parser_commandParser(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3; x_3 = l_Lean_Parser_categoryParser(x_2, x_1); return x_3; } @@ -14196,7 +14194,7 @@ return x_8; } } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__1() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__1() { _start: { lean_object* x_1; @@ -14204,21 +14202,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Parser.ParserName.category", 31); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__2() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__1; +x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____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_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__3() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__2; +x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__2; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14226,7 +14224,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4() { _start: { lean_object* x_1; lean_object* x_2; @@ -14235,7 +14233,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -14244,7 +14242,7 @@ x_2 = lean_nat_to_int(x_1); return x_2; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__6() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__6() { _start: { lean_object* x_1; @@ -14252,21 +14250,21 @@ x_1 = lean_mk_string_from_bytes("Lean.Parser.ParserName.parser", 29); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__7() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__7() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__6; +x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__6; 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_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__8() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__7; +x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__7; x_2 = lean_box(1); x_3 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_3, 0, x_1); @@ -14274,7 +14272,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__9() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__9() { _start: { lean_object* x_1; @@ -14282,17 +14280,17 @@ x_1 = lean_mk_string_from_bytes("false", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__9; +x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__9; 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_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__11() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__11() { _start: { lean_object* x_1; @@ -14300,17 +14298,17 @@ x_1 = lean_mk_string_from_bytes("true", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12() { +static lean_object* _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__11; +x_1 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__11; 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_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808_(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -14322,14 +14320,14 @@ lean_dec(x_1); x_4 = lean_unsigned_to_nat(1024u); x_5 = lean_nat_dec_le(x_4, x_2); x_6 = l_Lean_Name_reprPrec(x_3, x_4); -x_7 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__3; +x_7 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__3; x_8 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_8, 0, x_7); lean_ctor_set(x_8, 1, x_6); if (x_5 == 0) { lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; -x_9 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4; +x_9 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4; x_10 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_10, 0, x_9); lean_ctor_set(x_10, 1, x_8); @@ -14343,7 +14341,7 @@ return x_13; else { lean_object* x_14; lean_object* x_15; uint8_t x_16; lean_object* x_17; lean_object* x_18; -x_14 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5; +x_14 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5; x_15 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_8); @@ -14365,7 +14363,7 @@ lean_dec(x_1); x_21 = lean_unsigned_to_nat(1024u); x_22 = lean_nat_dec_le(x_21, x_2); x_23 = l_Lean_Name_reprPrec(x_19, x_21); -x_24 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__8; +x_24 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__8; x_25 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_25, 0, x_24); lean_ctor_set(x_25, 1, x_23); @@ -14378,11 +14376,11 @@ if (x_22 == 0) if (x_20 == 0) { lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; lean_object* x_34; -x_28 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10; +x_28 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10; x_29 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_29, 0, x_27); lean_ctor_set(x_29, 1, x_28); -x_30 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4; +x_30 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4; x_31 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_31, 0, x_30); lean_ctor_set(x_31, 1, x_29); @@ -14396,11 +14394,11 @@ return x_34; else { 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; -x_35 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12; +x_35 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12; x_36 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_36, 0, x_27); lean_ctor_set(x_36, 1, x_35); -x_37 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4; +x_37 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4; x_38 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_36); @@ -14417,11 +14415,11 @@ else if (x_20 == 0) { lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; lean_object* x_48; -x_42 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10; +x_42 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10; x_43 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_43, 0, x_27); lean_ctor_set(x_43, 1, x_42); -x_44 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5; +x_44 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5; x_45 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); @@ -14435,11 +14433,11 @@ return x_48; else { lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; lean_object* x_55; -x_49 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12; +x_49 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12; x_50 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_50, 0, x_27); lean_ctor_set(x_50, 1, x_49); -x_51 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5; +x_51 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5; x_52 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_52, 0, x_51); lean_ctor_set(x_52, 1, x_50); @@ -14454,11 +14452,11 @@ return x_55; } } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806_(x_1, x_2); +x_3 = l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808_(x_1, x_2); lean_dec(x_2); return x_3; } @@ -14467,7 +14465,7 @@ static lean_object* _init_l_Lean_Parser_instReprParserName___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____boxed), 2, 0); return x_1; } } @@ -15577,21 +15575,6 @@ return x_72; static lean_object* _init_l_Lean_Parser_parserOfStackFn___closed__1() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Id_instMonadId; -x_2 = lean_ctor_get(x_1, 0); -lean_inc(x_2); -x_3 = lean_ctor_get(x_2, 1); -lean_inc(x_3); -lean_dec(x_2); -x_4 = lean_box(0); -x_5 = lean_apply_2(x_3, lean_box(0), x_4); -return x_5; -} -} -static lean_object* _init_l_Lean_Parser_parserOfStackFn___closed__2() { -_start: -{ lean_object* x_1; x_1 = lean_mk_string_from_bytes("failed to determine parser using syntax stack, stack is too small", 65); return x_1; @@ -15600,52 +15583,35 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Parser_parserOfStackFn(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; uint8_t x_9; +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_3, 0); lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_1); -lean_inc(x_4); -x_5 = lean_alloc_closure((void*)(l_Lean_Parser_parserOfStackFn___lambda__2___boxed), 5, 4); -lean_closure_set(x_5, 0, x_4); -lean_closure_set(x_5, 1, x_1); -lean_closure_set(x_5, 2, x_3); -lean_closure_set(x_5, 3, x_2); -x_6 = l_Lean_Parser_SyntaxStack_size(x_4); -lean_dec(x_4); -x_7 = lean_unsigned_to_nat(1u); -x_8 = lean_nat_add(x_1, x_7); -lean_dec(x_1); -x_9 = lean_nat_dec_lt(x_6, x_8); -lean_dec(x_8); -lean_dec(x_6); -if (x_9 == 0) +x_5 = l_Lean_Parser_SyntaxStack_size(x_4); +x_6 = lean_unsigned_to_nat(1u); +x_7 = lean_nat_add(x_1, x_6); +x_8 = lean_nat_dec_lt(x_5, x_7); +lean_dec(x_7); +lean_dec(x_5); +if (x_8 == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -lean_dec(x_3); -x_10 = l_Id_instMonadId; -x_11 = lean_ctor_get(x_10, 1); -lean_inc(x_11); -x_12 = l_Lean_Parser_parserOfStackFn___closed__1; -x_13 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_12, x_5); -return x_13; +lean_object* x_9; lean_object* x_10; +x_9 = lean_box(0); +x_10 = l_Lean_Parser_parserOfStackFn___lambda__2(x_4, x_1, x_3, x_2, x_9); +lean_dec(x_1); +lean_dec(x_4); +return x_10; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; lean_object* x_20; lean_object* x_21; -lean_dec(x_5); -x_14 = l_Id_instMonadId; -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_ctor_get(x_15, 1); -lean_inc(x_16); -lean_dec(x_15); -x_17 = lean_box(0); -x_18 = l_Lean_Parser_parserOfStackFn___closed__2; -x_19 = 1; -x_20 = l_Lean_Parser_ParserState_mkUnexpectedError(x_3, x_18, x_17, x_19); -x_21 = lean_apply_2(x_16, lean_box(0), x_20); -return x_21; +lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_11 = lean_box(0); +x_12 = l_Lean_Parser_parserOfStackFn___closed__1; +x_13 = 1; +x_14 = l_Lean_Parser_ParserState_mkUnexpectedError(x_3, x_12, x_11, x_13); +return x_14; } } } @@ -16066,11 +16032,11 @@ l_Lean_Parser_categoryParserFnImpl___closed__7 = _init_l_Lean_Parser_categoryPar lean_mark_persistent(l_Lean_Parser_categoryParserFnImpl___closed__7); l_Lean_Parser_categoryParserFnImpl___closed__8 = _init_l_Lean_Parser_categoryParserFnImpl___closed__8(); lean_mark_persistent(l_Lean_Parser_categoryParserFnImpl___closed__8); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192____closed__2); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5192_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193____closed__2); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_5193_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_ScopedEnvExtension_add___at_Lean_Parser_addToken___spec__3___closed__1 = _init_l_Lean_ScopedEnvExtension_add___at_Lean_Parser_addToken___spec__3___closed__1(); @@ -16180,125 +16146,125 @@ l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_ lean_mark_persistent(l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__3); l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__4 = _init_l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__4(); lean_mark_persistent(l_List_forM___at___private_Lean_Parser_Extension_0__Lean_Parser_ParserAttribute_add___spec__1___closed__4); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__1); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__2 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__2(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__2); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__3 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__3(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__3); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__4); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__5 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__5(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__5); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__6 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__6(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__6); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__7 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__7(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__7); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__8 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__8(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__8); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__9); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__10 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__10(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__10); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__11 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__11(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__11); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__12 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__12(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__12); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__13 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__13(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__13); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__14 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__14(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__14); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__15 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__15(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__15); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__16 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__16(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__16); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__17 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__17(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__17); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__18 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__18(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__18); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__19 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__19(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__19); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__20 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__20(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__20); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__21 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__21(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__21); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__22 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__22(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__22); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__23 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__23(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__23); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__24 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__24(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__24); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__25 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__25(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__25); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__26 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__26(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__26); -l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874____closed__27); -l___auto____x40_Lean_Parser_Extension___hyg_6874_ = _init_l___auto____x40_Lean_Parser_Extension___hyg_6874_(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6874_); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__1); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__2 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__2(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__2); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__3 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__3(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__3); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__4); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__5 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__5(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__5); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__6 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__6(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__6); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__7 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__7(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__7); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__8 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__8(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__8); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__9); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__10 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__10(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__10); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__11 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__11(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__11); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__12 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__12(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__12); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__13 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__13(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__13); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__14 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__14(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__14); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__15 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__15(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__15); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__16 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__16(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__16); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__17 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__17(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__17); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__18 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__18(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__18); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__19 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__19(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__19); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__20 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__20(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__20); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__21 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__21(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__21); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__22 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__22(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__22); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__23 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__23(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__23); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__24 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__24(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__24); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__25 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__25(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__25); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__26 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__26(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__26); +l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27 = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876____closed__27); +l___auto____x40_Lean_Parser_Extension___hyg_6876_ = _init_l___auto____x40_Lean_Parser_Extension___hyg_6876_(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6876_); l_Lean_Parser_mkParserAttributeImpl___closed__1 = _init_l_Lean_Parser_mkParserAttributeImpl___closed__1(); lean_mark_persistent(l_Lean_Parser_mkParserAttributeImpl___closed__1); l_Lean_Parser_mkParserAttributeImpl___closed__2 = _init_l_Lean_Parser_mkParserAttributeImpl___closed__2(); lean_mark_persistent(l_Lean_Parser_mkParserAttributeImpl___closed__2); -l___auto____x40_Lean_Parser_Extension___hyg_6946_ = _init_l___auto____x40_Lean_Parser_Extension___hyg_6946_(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6946_); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____lambda__1___closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001____closed__3); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7001_(lean_io_mk_world()); +l___auto____x40_Lean_Parser_Extension___hyg_6948_ = _init_l___auto____x40_Lean_Parser_Extension___hyg_6948_(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_6948_); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____lambda__1___closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003____closed__3); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7003_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l___auto____x40_Lean_Parser_Extension___hyg_7083_ = _init_l___auto____x40_Lean_Parser_Extension___hyg_7083_(); -lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_7083_); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__3); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__4(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168____closed__4); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7168_(lean_io_mk_world()); +l___auto____x40_Lean_Parser_Extension___hyg_7085_ = _init_l___auto____x40_Lean_Parser_Extension___hyg_7085_(); +lean_mark_persistent(l___auto____x40_Lean_Parser_Extension___hyg_7085_); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__3); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__4(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170____closed__4); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7170_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__3); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__4(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184____closed__4); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7184_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__3); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__4(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186____closed__4); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7186_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__3); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__4(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224____closed__4); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7224_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__3); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__4(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226____closed__4); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7226_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__3); -l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__4(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240____closed__4); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7240_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__3); +l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__4(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242____closed__4); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extension___hyg_7242_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Parser_withOpenDeclFnCore___closed__1 = _init_l_Lean_Parser_withOpenDeclFnCore___closed__1(); @@ -16315,30 +16281,30 @@ l_Lean_Parser_withOpenFn___closed__1 = _init_l_Lean_Parser_withOpenFn___closed__ lean_mark_persistent(l_Lean_Parser_withOpenFn___closed__1); l_Lean_Parser_withOpenFn___closed__2 = _init_l_Lean_Parser_withOpenFn___closed__2(); lean_mark_persistent(l_Lean_Parser_withOpenFn___closed__2); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__1 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__1(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__1); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__2 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__2(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__2); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__3 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__3(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__3); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__4); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__5); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__6 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__6(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__6); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__7 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__7(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__7); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__8 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__8(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__8); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__9 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__9(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__9); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__10); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__11 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__11(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__11); -l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12(); -lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7806____closed__12); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__1 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__1(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__1); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__2 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__2(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__2); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__3 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__3(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__3); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__4); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__5); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__6 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__6(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__6); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__7 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__7(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__7); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__8 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__8(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__8); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__9 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__9(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__9); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__10); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__11 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__11(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__11); +l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12 = _init_l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12(); +lean_mark_persistent(l___private_Lean_Parser_Extension_0__Lean_Parser_reprParserName____x40_Lean_Parser_Extension___hyg_7808____closed__12); l_Lean_Parser_instReprParserName___closed__1 = _init_l_Lean_Parser_instReprParserName___closed__1(); lean_mark_persistent(l_Lean_Parser_instReprParserName___closed__1); l_Lean_Parser_instReprParserName = _init_l_Lean_Parser_instReprParserName(); @@ -16367,8 +16333,6 @@ l_Lean_Parser_parserOfStackFn___lambda__2___closed__5 = _init_l_Lean_Parser_pars lean_mark_persistent(l_Lean_Parser_parserOfStackFn___lambda__2___closed__5); l_Lean_Parser_parserOfStackFn___closed__1 = _init_l_Lean_Parser_parserOfStackFn___closed__1(); lean_mark_persistent(l_Lean_Parser_parserOfStackFn___closed__1); -l_Lean_Parser_parserOfStackFn___closed__2 = _init_l_Lean_Parser_parserOfStackFn___closed__2(); -lean_mark_persistent(l_Lean_Parser_parserOfStackFn___closed__2); l_Lean_Parser_parserOfStack___closed__1 = _init_l_Lean_Parser_parserOfStack___closed__1(); lean_mark_persistent(l_Lean_Parser_parserOfStack___closed__1); return lean_io_result_mk_ok(lean_box(0)); diff --git a/stage0/stdlib/Lean/Parser/Extra.c b/stage0/stdlib/Lean/Parser/Extra.c index 106bfb536d14..4f6cf300c664 100644 --- a/stage0/stdlib/Lean/Parser/Extra.c +++ b/stage0/stdlib/Lean/Parser/Extra.c @@ -13,30 +13,36 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_parenthesizer___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_Parser_many1_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__66; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104; lean_object* l_Lean_PrettyPrinter_Formatter_setLhsPrec_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppHardSpace_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__23; lean_object* l_Lean_Parser_checkColEq(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121; LEAN_EXPORT lean_object* l_Lean_Parser_rawIdent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__6; static lean_object* l_Lean_Parser_many_formatter___closed__3; lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_pushAlign(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__16; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_charLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped; LEAN_EXPORT lean_object* l_Lean_Parser_optional_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__1; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__3; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardSpace_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__8; extern lean_object* l_Lean_Parser_pushNone; LEAN_EXPORT lean_object* l_Lean_Parser_rawIdent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -45,68 +51,76 @@ static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer_ extern lean_object* l_Lean_Parser_nameLitNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_parenthesizer(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__31; LEAN_EXPORT lean_object* l_Lean_Parser_ppRealGroup_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__9; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105; LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppRealGroup___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__13; lean_object* l_Lean_PrettyPrinter_Formatter_orelse_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__30; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91; LEAN_EXPORT lean_object* l_Lean_ppLine_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_fill(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77; LEAN_EXPORT lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_rawIdentNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__4; lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_manyIndent(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__11; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_parenthesizer(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__29; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__14; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__32; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17; LEAN_EXPORT lean_object* l_Lean_Parser_ppRealFill___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62; static lean_object* l_Lean_Parser_charLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_checkPrec_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__49; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15; static lean_object* l_Lean_ppDedent_formatter___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Lean_Parser_many_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__63; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85; lean_object* l_Lean_Syntax_getId(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_parenthesizer___boxed(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16; static lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_ppSpace_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__19; static lean_object* l_Lean_Parser_strLit_formatter___closed__2; lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_group_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__26; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__80; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__5; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__21; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__28; static lean_object* l_Lean_Parser_optional___closed__1; static lean_object* l_Lean_Parser_rawIdent___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__8; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44; LEAN_EXPORT lean_object* l_Lean_Parser_ppSpace_parenthesizer___rarg(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__12; uint8_t lean_usize_dec_eq(size_t, size_t); @@ -116,7 +130,6 @@ LEAN_EXPORT lean_object* l_Lean_ppHardLineUnlessUngrouped_formatter___boxed(lean LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__14; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withCache_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -137,7 +150,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__7; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_strLit; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18; static lean_object* l_Lean_ppHardSpace_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppLine_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppDedent___boxed(lean_object*); @@ -146,17 +159,15 @@ LEAN_EXPORT lean_object* l_Lean_Parser_withOpen_formatter(lean_object*, lean_obj lean_object* l_Lean_Parser_checkLinebreakBefore(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDecl_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__47; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56; lean_object* l_Lean_Macro_throwError___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withPositionAfterLinebreak_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_incQuotDepth_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_scientificLit_parenthesizer___closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__74; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__16; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_formatter(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__8; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10; lean_object* l_Lean_PrettyPrinter_Formatter_checkNoWsBefore_formatter___boxed(lean_object*); lean_object* l_Lean_Parser_orelse(lean_object*, lean_object*); lean_object* l_Lean_mkIdentFrom(lean_object*, lean_object*, uint8_t); @@ -164,9 +175,8 @@ static lean_object* l_Lean_Parser_mkAntiquotSplice_parenthesizer___closed__1; static lean_object* l_Lean_Parser_ident_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_decQuotDepth_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColEq_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__50; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30; LEAN_EXPORT lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_node5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -182,7 +192,7 @@ static lean_object* l_Lean_Parser_rawIdent_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_termParser_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_scientificLit_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppAllowUngrouped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Formatter_tokenWithAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__33; @@ -192,36 +202,36 @@ static lean_object* l_Lean_Parser_ident_parenthesizer___closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__59; static lean_object* l_Lean_Parser_antiquotExpr_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Formatter_charLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122; lean_object* l_Lean_PrettyPrinter_Parenthesizer_identNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__36; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__2; static lean_object* l_Lean_Parser_leadingNode_formatter___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__72; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppLine_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_categoryParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__43; static lean_object* l_Lean_Parser_strLit_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_antiquotNestedExpr_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__10; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_formatter(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__4; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__27; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_parenthesizer(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71; lean_object* l_Lean_PrettyPrinter_Parenthesizer_withAntiquotSuffixSplice_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__6; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_formatter(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47; static lean_object* l_Lean_Parser_strLit_parenthesizer___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_nameLit_formatter___closed__3; @@ -231,7 +241,6 @@ lean_object* l_Lean_PrettyPrinter_Formatter_withoutInfo_formatter(lean_object*, LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__57; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25; static lean_object* l_Lean_Parser_sepByElemParser_formatter___closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__52; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -245,9 +254,10 @@ size_t lean_usize_of_nat(lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoWsBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_strLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_charLit_formatter___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__22; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__68; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Macro_resolveGlobalName(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_antiquotExpr_parenthesizer___closed__3; @@ -259,15 +269,14 @@ LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_parenthesizer___boxed(le static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__14; static lean_object* l_Lean_Parser_scientificLit_formatter___closed__4; lean_object* l_Lean_Parser_optionalNoAntiquot(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__10; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__8; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__67; lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__41; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36; LEAN_EXPORT lean_object* l_Lean_Parser_ident_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_ppHardSpace_formatter___closed__2; lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -275,18 +284,17 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__18; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__78; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_parenthesizer(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_formatter___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_commandParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__37; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105; LEAN_EXPORT lean_object* l_Lean_Parser_commandParser_formatter(lean_object*); static lean_object* l_Lean_Parser_patternIgnore_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_withoutPosition_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_strLit___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppRealFill_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_charLitNoAntiquot; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Indent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -296,50 +304,41 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter___boxed(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_manyNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ppRealGroup_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58; LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__61; LEAN_EXPORT lean_object* l_Lean_Parser_withOpen_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95; lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkColGe_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_mkStrLit(lean_object*, lean_object*); lean_object* l_List_range(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbol_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__6; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__20; lean_object* l_Lean_PrettyPrinter_Parenthesizer_sepByNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Parser_antiquotNestedExpr_formatter___closed__4; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72; static lean_object* l_Lean_Parser_charLit_formatter___closed__4; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__30; extern lean_object* l_Lean_PrettyPrinter_parenthesizerAttribute; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93; LEAN_EXPORT lean_object* l_Lean_Parser_numLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__7; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped_parenthesizer___rarg(lean_object*); extern lean_object* l_Lean_Parser_rawIdentNoAntiquot; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__3; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83; LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__18; static lean_object* l_Lean_Parser_sepByElemParser_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_ppHardSpace_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__77; lean_object* l_Lean_quoteNameMk(lean_object*); static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__3; static lean_object* l_Lean_Parser_nameLit___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63; static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__4; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__17; lean_object* lean_st_ref_get(lean_object*, lean_object*); @@ -349,15 +348,15 @@ LEAN_EXPORT lean_object* l_Lean_ppLine_formatter___boxed(lean_object*, lean_obje lean_object* l_Lean_PrettyPrinter_Formatter_concat___lambda__1___boxed(lean_object*); static lean_object* l_Lean_Parser_nameLit_parenthesizer___closed__1; lean_object* l_Lean_PrettyPrinter_Parenthesizer_leadingNode_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10; lean_object* l_Lean_PrettyPrinter_Formatter_nameLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_andthen_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76; lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_sepBy1(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Parser_termParser_formatter___rarg___closed__2; lean_object* l_Lean_Parser_notFollowedBy(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76; lean_object* l_Lean_PrettyPrinter_Formatter_pushWhitespace(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_symbol(lean_object*); static lean_object* l_Lean_Parser_sepByIndent___closed__4; @@ -365,42 +364,43 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__5; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardLineUnlessUngrouped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Parser_sepByIndent_formatter___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ppDedentIfGrouped_formatter(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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppGroup___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57; static lean_object* l_Lean_Parser_commandParser_formatter___rarg___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37; static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__2; static lean_object* l_Lean_Parser_nameLit___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_symbol_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withResetCache_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLinebreakBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppSpace; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66; static lean_object* l_Lean_Parser_optional_parenthesizer___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112; LEAN_EXPORT lean_object* l_Lean_Parser_nameLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90; LEAN_EXPORT lean_object* l_Lean_Parser_nameLit; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__24; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__10; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27; LEAN_EXPORT lean_object* l_Lean_Parser_suppressInsideQuot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116; +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_Parser_sepByIndent___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64; static lean_object* l_Lean_Parser_scientificLit___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__9; static lean_object* l_Lean_Parser_strLit_formatter___closed__4; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Parser_sepByIndent_formatter___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97; static lean_object* l_Lean_Parser_scientificLit_parenthesizer___closed__2; lean_object* l_Lean_Parser_withAntiquot(lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34; static lean_object* l_Lean_Parser_sepByIndent___closed__3; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__26; lean_object* l_Lean_addMacroScope(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_withPosition_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -408,45 +408,42 @@ static lean_object* l_Lean_Parser_ident___closed__1; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__3; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__35; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19; LEAN_EXPORT lean_object* l_Lean_Parser_antiquotExpr_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoImmediateColon_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70; LEAN_EXPORT lean_object* l_Lean_Parser_ppAllowUngrouped; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__4; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41; lean_object* l_Lean_PrettyPrinter_Parenthesizer_nonReservedSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24; LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_formatter___boxed(lean_object*); lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__60; LEAN_EXPORT lean_object* l_Lean_Parser_scientificLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_many___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__22; LEAN_EXPORT lean_object* l_Lean_Parser_suppressInsideQuot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_nameLit_formatter___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__54; LEAN_EXPORT lean_object* l_Lean_Parser_many_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withResetCache_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_sepByElemParser_formatter___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_parenthesizer___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72; LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbol_parenthesizer(lean_object*, uint8_t, 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117; LEAN_EXPORT lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__76; uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__11; static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__2; static lean_object* l_Lean_Parser_nameLit_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_parenthesizer(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52; static lean_object* l_Lean_Parser_ident___closed__2; lean_object* l_Lean_Parser_many1NoAntiquot(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_charLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -454,17 +451,14 @@ lean_object* l_Lean_Parser_node(lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_symbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Parser_numLit___closed__2; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__12; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57; extern lean_object* l_Lean_Parser_numLitNoAntiquot; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__38; static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__8; static lean_object* l_Lean_Parser_patternIgnore_formatter___closed__1; static lean_object* l_Lean_Parser_many1Indent___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__4; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__2; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__20; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_charLit_parenthesizer___closed__2; static lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__2; @@ -478,17 +472,17 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_andthen(lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__70; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_ppHardSpace; lean_object* l_Lean_PrettyPrinter_Parenthesizer_manyNoAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_symbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58; LEAN_EXPORT lean_object* l_Lean_Parser_withForbidden_parenthesizer(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__62; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_parenthesizer___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62; LEAN_EXPORT lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer(lean_object*); lean_object* l_Lean_Parser_checkColGe(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107; static lean_object* l_Lean_Parser_charLit_formatter___closed__3; static lean_object* l_Lean_Parser_optional_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot_parenthesizer(lean_object*); @@ -501,40 +495,40 @@ LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_formatter___boxed(lean_object*, lea LEAN_EXPORT lean_object* l_Lean_Parser_ppRealFill(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_charLit_formatter___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118; static lean_object* l_Lean_Parser_sepByIndent_parenthesizer___closed__4; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__39; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__71; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17; static lean_object* l_Lean_Parser_termParser_formatter___rarg___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_rawIdent; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__32; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot_formatter(lean_object*); extern lean_object* l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; LEAN_EXPORT lean_object* l_Lean_Parser_ppIndent(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_commandParser_formatter___boxed(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__19; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__51; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__9; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent_formatter___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_scientificLit; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26; LEAN_EXPORT lean_object* l_Lean_Parser_many(lean_object*); LEAN_EXPORT lean_object* l_Lean_ppDedent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_numLit_parenthesizer___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12; lean_object* l_Lean_PrettyPrinter_Parenthesizer_unicodeSymbolNoAntiquot_parenthesizer___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48; static lean_object* l_Lean_Parser_many1Indent___closed__1; lean_object* l_Lean_PrettyPrinter_Formatter_pushNone_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_many_formatter___closed__2; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__34; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77; static lean_object* l_Lean_Parser_scientificLit___closed__2; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Parser_sepByIndent_formatter___spec__3(lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -560,19 +554,21 @@ LEAN_EXPORT lean_object* l_Lean_Parser_patternIgnore_formatter(lean_object*, lea static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_Parser_termParser_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ident; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23; LEAN_EXPORT lean_object* l_Lean_Parser_optional_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbol_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92; lean_object* l___private_Init_Meta_0__Lean_getEscapedNameParts_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Indent(lean_object*); static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__5; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_group(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_scientificLit_formatter___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_manyIndent_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119; static lean_object* l_Lean_Parser_strLit_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_ppLine_parenthesizer___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withoutForbidden_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -584,20 +580,26 @@ LEAN_EXPORT lean_object* l_Lean_Parser_ppAllowUngrouped_parenthesizer___rarg(lea 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_Parser_dbgTraceState_formatter___boxed(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100; lean_object* lean_nat_mod(lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83; LEAN_EXPORT lean_object* l_Lean_Parser_withCache_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepByElemParser_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_evalInsideQuot_formatter___boxed(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_atomic_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_ident_formatter___closed__3; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppGroup_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__55; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56; extern lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31; lean_object* l_Lean_Parser_withAntiquotSpliceAndSuffix(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_nameLit_formatter___closed__4; extern lean_object* l_Lean_Parser_skip; @@ -606,34 +608,37 @@ static lean_object* l_Lean_Parser_charLit___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_ppIndent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__4; LEAN_EXPORT lean_object* l_Lean_ppHardLineUnlessUngrouped_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111; LEAN_EXPORT lean_object* l_Lean_Parser_withoutPosition_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047_(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__16; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__12; extern lean_object* l_Lean_Parser_scientificLitNoAntiquot; LEAN_EXPORT lean_object* l_Lean_Parser_unicodeSymbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__35; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__5; extern lean_object* l_Lean_Parser_strLitNoAntiquot; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_leadingNode_formatter___closed__2; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65; lean_object* l_Lean_Parser_registerAlias(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__65; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1Indent(lean_object*, lean_object*, lean_object*, uint8_t); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4; LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_patternIgnore(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_parenthesizer(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113; LEAN_EXPORT lean_object* l_Lean_Parser_ppSpace_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9; static lean_object* l_Lean_Parser_mkAntiquotSplice_parenthesizer___closed__2; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__45; LEAN_EXPORT lean_object* l_Lean_Parser_many1(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34; uint8_t l_Lean_Syntax_isNone(lean_object*); 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106; static lean_object* l_Lean_Parser_group_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124; static lean_object* l_Lean_Parser_strLit_parenthesizer___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_antiquotExpr_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -645,16 +650,14 @@ static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__13; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__44; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquotSplice_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__69; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88; extern lean_object* l_Lean_PrettyPrinter_backtrackExceptionId; LEAN_EXPORT lean_object* l_Lean_Parser_termParser_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114; LEAN_EXPORT lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_formatter(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppRealGroup(lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__17; lean_object* l_Lean_PrettyPrinter_Formatter_andthen_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43; LEAN_EXPORT lean_object* l_Lean_Parser_setExpected_formatter___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ppDedent(lean_object*); lean_object* l_Lean_PrettyPrinter_Formatter_indent(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -663,36 +666,31 @@ lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter___boxed(lean_ob static lean_object* l_Lean_Parser_numLit_formatter___closed__2; extern lean_object* l_Lean_Parser_maxPrec; lean_object* l_Lean_Parser_sepBy(lean_object*, lean_object*, lean_object*, uint8_t); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87; lean_object* l_Lean_PrettyPrinter_Formatter_strLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Parser_identNoAntiquot; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__6; static lean_object* l_Lean_Parser_nameLit_parenthesizer___closed__2; lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_antiquotExpr_parenthesizer___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35; lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_many1Indent_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__25; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquotSplice_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74; lean_object* l_String_intercalate(lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__7; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__75; lean_object* l_Lean_PrettyPrinter_Parenthesizer_tokenWithAntiquot_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84; size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_ppDedentIfGrouped(lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106; +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_Parser_many_parenthesizer___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60; LEAN_EXPORT lean_object* l_Lean_ppRealFill_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_mkAntiquot(lean_object*, lean_object*, uint8_t, uint8_t); @@ -700,18 +698,15 @@ lean_object* l_Lean_PrettyPrinter_Parenthesizer_node_parenthesizer(lean_object*, static lean_object* l_Lean_Parser_many_formatter___closed__1; static lean_object* l_Lean_Parser_optional_formatter___closed__4; lean_object* lean_array_uget(lean_object*, size_t); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33; LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_formatter(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123; static lean_object* l_Lean_Parser_numLit_formatter___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_nodeWithAntiquot_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_incQuotDepth_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_sepByIndent_formatter___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_ident_formatter___closed__1; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__29; LEAN_EXPORT lean_object* l_Lean_Parser_numLit; LEAN_EXPORT lean_object* l_Lean_Parser_mkAntiquot_formatter(lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -727,29 +722,28 @@ static lean_object* l_Lean_Parser_optional_formatter___closed__2; lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawIdentNoAntiquot_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_sepBy_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__15; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__11; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__21; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__64; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_nonReservedSymbol_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21; LEAN_EXPORT lean_object* l_Lean_Parser_group_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81; LEAN_EXPORT lean_object* l_Lean_Parser_numLit_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96; LEAN_EXPORT lean_object* l___private_Lean_Parser_Basic_0__Lean_Parser_addQuotDepth_formatter___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_sepByIndent___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24; 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_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3; lean_object* lean_array_get_size(lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__31; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100; static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__3; static lean_object* l_Lean_Parser_numLit___closed__1; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__56; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__3; uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -758,13 +752,14 @@ static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Le lean_object* l_Lean_PrettyPrinter_Formatter_categoryParser_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withOpenDecl_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Parser_manyNoAntiquot(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70; LEAN_EXPORT lean_object* l_Lean_Parser_sepBy1_parenthesizer(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__53; LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__3; LEAN_EXPORT lean_object* l_Lean_ppAllowUngrouped_formatter(lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120; LEAN_EXPORT lean_object* l_Lean_Parser_ppDedentIfGrouped_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__4; static lean_object* l_Lean_ppDedentIfGrouped_formatter___closed__1; lean_object* l_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -774,42 +769,47 @@ static lean_object* l_Lean_Parser_mkAntiquotSplice_formatter___closed__6; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__15; static lean_object* l_Lean_Parser_numLit_formatter___closed__3; LEAN_EXPORT lean_object* l_Lean_Parser_sepByIndent___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27; -LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049_(lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__34; static lean_object* l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_patternIgnore_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_Parenthesizer_numLitNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_many1Indent_parenthesizer___closed__1; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__10; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82; static lean_object* l_Lean_Parser_termRegister__parser__alias_x28Kind_x3a_x3d___x29___________closed__1; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__15; lean_object* l_String_toSubstring_x27(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withoutForbidden_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__9; LEAN_EXPORT lean_object* l_Lean_Parser_dbgTraceState_formatter(lean_object*); static lean_object* l_Lean_Parser_sepByIndent___closed__5; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49; static lean_object* l_Lean_Parser_antiquotNestedExpr_parenthesizer___closed__1; static lean_object* l_Lean_Parser_mkAntiquot_parenthesizer___closed__6; static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__17; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50; LEAN_EXPORT lean_object* l_Lean_Parser_ppDedentIfGrouped___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_adaptCacheableContext_parenthesizer___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_notSymbol_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30; lean_object* l_Lean_PrettyPrinter_Formatter_numLitNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39; static lean_object* l_Lean_Parser_antiquotExpr_formatter___closed__2; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73; static lean_object* l_Lean_Parser_antiquotExpr_formatter___closed__1; static lean_object* l_Lean_Parser_antiquotNestedExpr_formatter___closed__5; LEAN_EXPORT lean_object* l_Lean_Parser_scientificLit_parenthesizer(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26; -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53; static lean_object* l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Parser_ppGroup_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61; 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_Parser_nonReservedSymbol_formatter(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61; +static lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59; lean_object* l_Lean_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer___boxed(lean_object*); static lean_object* l_Lean_Parser_mkAntiquot_formatter___closed__3; lean_object* l_Lean_PrettyPrinter_Parenthesizer_pushNone_parenthesizer___boxed(lean_object*); @@ -4225,232 +4225,232 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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) { _start: { -if (lean_obj_tag(x_4) == 0) +if (lean_obj_tag(x_5) == 0) { -lean_object* x_11; +lean_object* x_12; +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_5); -lean_ctor_set(x_11, 1, x_10); -return x_11; +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_6); +lean_ctor_set(x_12, 1, x_11); +return x_12; } else { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -lean_dec(x_5); -x_12 = lean_ctor_get(x_4, 0); -x_13 = lean_ctor_get(x_4, 1); -x_19 = lean_unsigned_to_nat(2u); -x_20 = lean_nat_mod(x_12, x_19); -x_21 = lean_unsigned_to_nat(0u); -x_22 = lean_nat_dec_eq(x_20, x_21); -lean_dec(x_20); -if (x_22 == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_dec(x_6); +x_13 = lean_ctor_get(x_5, 0); +x_14 = lean_ctor_get(x_5, 1); +x_20 = lean_unsigned_to_nat(2u); +x_21 = lean_nat_mod(x_13, x_20); +x_22 = lean_unsigned_to_nat(0u); +x_23 = lean_nat_dec_eq(x_21, x_22); +lean_dec(x_21); +if (x_23 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_23 = lean_st_ref_get(x_7, x_10); -x_24 = lean_ctor_get(x_23, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_23, 1); +lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; +x_24 = lean_st_ref_get(x_8, x_11); +x_25 = lean_ctor_get(x_24, 0); lean_inc(x_25); -lean_dec(x_23); +x_26 = lean_ctor_get(x_24, 1); +lean_inc(x_26); +lean_dec(x_24); lean_inc(x_2); +lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_6); -x_26 = lean_apply_5(x_2, x_6, x_7, x_8, x_9, x_25); -if (lean_obj_tag(x_26) == 0) +x_27 = lean_apply_5(x_2, x_7, x_8, x_9, x_10, x_26); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_27; lean_object* x_28; -lean_dec(x_24); -x_27 = lean_ctor_get(x_26, 1); -lean_inc(x_27); -lean_dec(x_26); -x_28 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; -x_14 = x_28; -x_15 = x_27; -goto block_18; +lean_object* x_28; lean_object* x_29; +lean_dec(x_25); +x_28 = lean_ctor_get(x_27, 1); +lean_inc(x_28); +lean_dec(x_27); +x_29 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; +x_15 = x_29; +x_16 = x_28; +goto block_19; } else { -lean_object* x_29; -x_29 = lean_ctor_get(x_26, 0); -lean_inc(x_29); -if (lean_obj_tag(x_29) == 0) +lean_object* x_30; +x_30 = lean_ctor_get(x_27, 0); +lean_inc(x_30); +if (lean_obj_tag(x_30) == 0) { -uint8_t x_30; -lean_dec(x_24); +uint8_t x_31; +lean_dec(x_25); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_30 = !lean_is_exclusive(x_26); -if (x_30 == 0) +x_31 = !lean_is_exclusive(x_27); +if (x_31 == 0) { -lean_object* x_31; -x_31 = lean_ctor_get(x_26, 0); -lean_dec(x_31); -return x_26; +lean_object* x_32; +x_32 = lean_ctor_get(x_27, 0); +lean_dec(x_32); +return x_27; } else { -lean_object* x_32; lean_object* x_33; -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_33, 0, x_29); -lean_ctor_set(x_33, 1, x_32); -return x_33; +lean_object* x_33; lean_object* x_34; +x_33 = lean_ctor_get(x_27, 1); +lean_inc(x_33); +lean_dec(x_27); +x_34 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_34, 0, x_30); +lean_ctor_set(x_34, 1, x_33); +return x_34; } } else { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_26); -if (x_34 == 0) +uint8_t x_35; +x_35 = !lean_is_exclusive(x_27); +if (x_35 == 0) { -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_26, 1); -x_36 = lean_ctor_get(x_26, 0); -lean_dec(x_36); -x_37 = lean_ctor_get(x_29, 0); -lean_inc(x_37); -x_38 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__2; -x_39 = lean_nat_dec_eq(x_38, x_37); +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_36 = lean_ctor_get(x_27, 1); +x_37 = lean_ctor_get(x_27, 0); lean_dec(x_37); -if (x_39 == 0) +x_38 = lean_ctor_get(x_30, 0); +lean_inc(x_38); +x_39 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__2; +x_40 = lean_nat_dec_eq(x_39, x_38); +lean_dec(x_38); +if (x_40 == 0) { -lean_dec(x_24); +lean_dec(x_25); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -return x_26; -} -else -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -lean_free_object(x_26); -lean_dec(x_29); -x_40 = lean_st_ref_set(x_7, x_24, x_35); -x_41 = lean_ctor_get(x_40, 1); -lean_inc(x_41); -lean_dec(x_40); -x_42 = lean_unsigned_to_nat(1u); -x_43 = lean_nat_sub(x_3, x_42); -x_44 = lean_nat_dec_eq(x_12, x_43); -lean_dec(x_43); -if (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; -x_45 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__4; -x_46 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_45, x_6, x_7, x_8, x_9, x_41); -x_47 = lean_ctor_get(x_46, 1); -lean_inc(x_47); -lean_dec(x_46); -x_48 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_7, x_8, x_9, x_47); -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -lean_dec(x_48); -x_50 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; -x_14 = x_50; -x_15 = x_49; -goto block_18; +return x_27; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_7, x_8, x_9, x_41); -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -lean_dec(x_51); -x_53 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; -x_14 = x_53; -x_15 = x_52; -goto block_18; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +lean_free_object(x_27); +lean_dec(x_30); +x_41 = lean_st_ref_set(x_8, x_25, x_36); +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +lean_dec(x_41); +x_43 = lean_unsigned_to_nat(1u); +x_44 = lean_nat_sub(x_4, x_43); +x_45 = lean_nat_dec_eq(x_13, x_44); +lean_dec(x_44); +if (x_45 == 0) +{ +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 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__4; +x_47 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_46, x_7, x_8, x_9, x_10, x_42); +x_48 = lean_ctor_get(x_47, 1); +lean_inc(x_48); +lean_dec(x_47); +x_49 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_8, x_9, x_10, x_48); +x_50 = lean_ctor_get(x_49, 1); +lean_inc(x_50); +lean_dec(x_49); +x_51 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; +x_15 = x_51; +x_16 = x_50; +goto block_19; +} +else +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_8, x_9, x_10, x_42); +x_53 = lean_ctor_get(x_52, 1); +lean_inc(x_53); +lean_dec(x_52); +x_54 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; +x_15 = x_54; +x_16 = x_53; +goto block_19; } } } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_54 = lean_ctor_get(x_26, 1); -lean_inc(x_54); -lean_dec(x_26); -x_55 = lean_ctor_get(x_29, 0); +lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_55 = lean_ctor_get(x_27, 1); lean_inc(x_55); -x_56 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__2; -x_57 = lean_nat_dec_eq(x_56, x_55); -lean_dec(x_55); -if (x_57 == 0) +lean_dec(x_27); +x_56 = lean_ctor_get(x_30, 0); +lean_inc(x_56); +x_57 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__2; +x_58 = lean_nat_dec_eq(x_57, x_56); +lean_dec(x_56); +if (x_58 == 0) { -lean_object* x_58; -lean_dec(x_24); +lean_object* x_59; +lean_dec(x_25); +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_29); -lean_ctor_set(x_58, 1, x_54); -return x_58; +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_30); +lean_ctor_set(x_59, 1, x_55); +return x_59; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; -lean_dec(x_29); -x_59 = lean_st_ref_set(x_7, x_24, x_54); -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = lean_unsigned_to_nat(1u); -x_62 = lean_nat_sub(x_3, x_61); -x_63 = lean_nat_dec_eq(x_12, x_62); -lean_dec(x_62); -if (x_63 == 0) +lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; uint8_t x_64; +lean_dec(x_30); +x_60 = lean_st_ref_set(x_8, x_25, x_55); +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +lean_dec(x_60); +x_62 = lean_unsigned_to_nat(1u); +x_63 = lean_nat_sub(x_4, x_62); +x_64 = lean_nat_dec_eq(x_13, x_63); +lean_dec(x_63); +if (x_64 == 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 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__4; -x_65 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_64, x_6, x_7, x_8, x_9, x_60); -x_66 = lean_ctor_get(x_65, 1); -lean_inc(x_66); -lean_dec(x_65); -x_67 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_7, x_8, x_9, x_66); -x_68 = lean_ctor_get(x_67, 1); -lean_inc(x_68); -lean_dec(x_67); -x_69 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; -x_14 = x_69; -x_15 = x_68; -goto block_18; +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_65 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__4; +x_66 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_65, x_7, x_8, x_9, x_10, x_61); +x_67 = lean_ctor_get(x_66, 1); +lean_inc(x_67); +lean_dec(x_66); +x_68 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_8, x_9, x_10, x_67); +x_69 = lean_ctor_get(x_68, 1); +lean_inc(x_69); +lean_dec(x_68); +x_70 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; +x_15 = x_70; +x_16 = x_69; +goto block_19; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_7, x_8, x_9, x_60); -x_71 = lean_ctor_get(x_70, 1); -lean_inc(x_71); -lean_dec(x_70); -x_72 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; -x_14 = x_72; -x_15 = x_71; -goto block_18; +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(x_8, x_9, x_10, x_61); +x_72 = lean_ctor_get(x_71, 1); +lean_inc(x_72); +lean_dec(x_71); +x_73 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; +x_15 = x_73; +x_16 = x_72; +goto block_19; } } } @@ -4459,62 +4459,62 @@ goto block_18; } else { -lean_object* x_73; +lean_object* x_74; lean_inc(x_1); +lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -lean_inc(x_6); -x_73 = lean_apply_5(x_1, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_73) == 0) +x_74 = lean_apply_5(x_1, x_7, x_8, x_9, x_10, x_11); +if (lean_obj_tag(x_74) == 0) { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_73, 1); -lean_inc(x_74); -lean_dec(x_73); -x_75 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; -x_14 = x_75; -x_15 = x_74; -goto block_18; +lean_object* x_75; lean_object* x_76; +x_75 = lean_ctor_get(x_74, 1); +lean_inc(x_75); +lean_dec(x_74); +x_76 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___closed__1; +x_15 = x_76; +x_16 = x_75; +goto block_19; } else { -uint8_t x_76; +uint8_t x_77; +lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_76 = !lean_is_exclusive(x_73); -if (x_76 == 0) +x_77 = !lean_is_exclusive(x_74); +if (x_77 == 0) { -return x_73; +return x_74; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_73, 0); -x_78 = lean_ctor_get(x_73, 1); +lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_78 = lean_ctor_get(x_74, 0); +x_79 = lean_ctor_get(x_74, 1); +lean_inc(x_79); lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_73); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_dec(x_74); +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; } } } -block_18: +block_19: { -lean_object* x_16; -x_16 = lean_ctor_get(x_14, 0); -lean_inc(x_16); -lean_dec(x_14); -x_4 = x_13; -x_5 = x_16; -x_10 = x_15; +lean_object* x_17; +x_17 = lean_ctor_get(x_15, 0); +lean_inc(x_17); +lean_dec(x_15); +x_5 = x_14; +x_6 = x_17; +x_11 = x_16; goto _start; } } @@ -4590,19 +4590,19 @@ x_15 = lean_unsigned_to_nat(0u); lean_inc(x_13); x_16 = l_Array_mapIdxM_map___at_Lean_Parser_sepByIndent_formatter___spec__1(x_10, x_12, x_12, x_13, x_15, lean_box(0), x_14); lean_dec(x_12); -lean_dec(x_10); x_17 = lean_array_get_size(x_16); x_18 = lean_nat_dec_lt(x_15, x_17); lean_inc(x_13); x_19 = l_List_range(x_13); x_20 = l_List_reverse___rarg(x_19); x_21 = lean_box(0); -x_22 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___boxed), 10, 5); +x_22 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2___boxed), 11, 6); lean_closure_set(x_22, 0, x_1); lean_closure_set(x_22, 1, x_3); -lean_closure_set(x_22, 2, x_13); -lean_closure_set(x_22, 3, x_20); -lean_closure_set(x_22, 4, x_21); +lean_closure_set(x_22, 2, x_10); +lean_closure_set(x_22, 3, x_13); +lean_closure_set(x_22, 4, x_20); +lean_closure_set(x_22, 5, x_21); x_23 = l_Lean_Parser_sepByIndent_formatter___closed__1; x_24 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__2___rarg), 7, 2); lean_closure_set(x_24, 0, x_22); @@ -4844,14 +4844,15 @@ lean_dec(x_1); return x_8; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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_EXPORT lean_object* l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___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) { _start: { -lean_object* x_11; -x_11 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +lean_object* x_12; +x_12 = l_List_forIn_loop___at_Lean_Parser_sepByIndent_formatter___spec__2(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_5); lean_dec(x_4); lean_dec(x_3); -return x_11; +return x_12; } } LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Parser_sepByIndent_formatter___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { @@ -7921,7 +7922,7 @@ lean_dec(x_1); return x_6; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -7932,7 +7933,7 @@ x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2() { _start: { lean_object* x_1; @@ -7940,27 +7941,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_patternIgnore), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5() { _start: { lean_object* x_1; lean_object* x_2; @@ -7970,12 +7971,12 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5; x_3 = 0; x_4 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_4, 0, x_1); @@ -7984,7 +7985,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7() { _start: { lean_object* x_1; @@ -7992,17 +7993,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_patternIgnore_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____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_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9() { _start: { lean_object* x_1; @@ -8010,7 +8011,7 @@ x_1 = l_Lean_PrettyPrinter_Formatter_formatterAliasesRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10() { _start: { lean_object* x_1; @@ -8018,17 +8019,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_patternIgnore_parenthesizer), 6, return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12() { _start: { lean_object* x_1; @@ -8036,7 +8037,7 @@ x_1 = l_Lean_PrettyPrinter_Parenthesizer_parenthesizerAliasesRef; return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; @@ -8047,7 +8048,7 @@ x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14() { _start: { lean_object* x_1; @@ -8055,27 +8056,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_group), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17() { _start: { lean_object* x_1; @@ -8083,17 +8084,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_group_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19() { _start: { lean_object* x_1; @@ -8101,17 +8102,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_group_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21() { _start: { lean_object* x_1; @@ -8119,28 +8120,28 @@ x_1 = lean_mk_string_from_bytes("ppHardSpace", 11); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24() { _start: { lean_object* x_1; lean_object* x_2; @@ -8150,17 +8151,17 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26() { _start: { lean_object* x_1; lean_object* x_2; @@ -8170,12 +8171,12 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26; x_3 = 1; x_4 = lean_alloc_ctor(0, 2, 1); lean_ctor_set(x_4, 0, x_1); @@ -8184,7 +8185,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28() { _start: { lean_object* x_1; @@ -8192,17 +8193,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppHardSpace_formatter___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30() { _start: { lean_object* x_1; @@ -8210,17 +8211,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppHardSpace_parenthesizer___boxed return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32() { _start: { lean_object* x_1; @@ -8228,38 +8229,38 @@ x_1 = lean_mk_string_from_bytes("ppSpace", 7); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36() { _start: { lean_object* x_1; @@ -8267,17 +8268,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppSpace_formatter___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38() { _start: { lean_object* x_1; @@ -8285,17 +8286,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppSpace_parenthesizer___boxed), 4 return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40() { _start: { lean_object* x_1; @@ -8303,38 +8304,38 @@ x_1 = lean_mk_string_from_bytes("ppLine", 6); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44() { _start: { lean_object* x_1; @@ -8342,17 +8343,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppLine_formatter___boxed), 5, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46() { _start: { lean_object* x_1; @@ -8360,17 +8361,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppLine_parenthesizer___boxed), 4, return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48() { _start: { lean_object* x_1; @@ -8378,28 +8379,28 @@ x_1 = lean_mk_string_from_bytes("ppGroup", 7); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51() { _start: { lean_object* x_1; @@ -8407,27 +8408,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppGroup___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54() { _start: { lean_object* x_1; lean_object* x_2; uint8_t x_3; lean_object* x_4; @@ -8441,7 +8442,7 @@ lean_ctor_set_uint8(x_4, sizeof(void*)*2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55() { _start: { lean_object* x_1; @@ -8449,17 +8450,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppGroup_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57() { _start: { lean_object* x_1; @@ -8467,17 +8468,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppGroup_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59() { _start: { lean_object* x_1; @@ -8485,28 +8486,28 @@ x_1 = lean_mk_string_from_bytes("ppRealGroup", 11); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62() { _start: { lean_object* x_1; @@ -8514,27 +8515,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealGroup___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65() { _start: { lean_object* x_1; @@ -8542,17 +8543,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppRealGroup_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67() { _start: { lean_object* x_1; @@ -8560,17 +8561,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealGroup_parenthesizer), 6, 0) return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69() { _start: { lean_object* x_1; @@ -8578,28 +8579,28 @@ x_1 = lean_mk_string_from_bytes("ppRealFill", 10); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72() { _start: { lean_object* x_1; @@ -8607,27 +8608,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealFill___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75() { _start: { lean_object* x_1; @@ -8635,17 +8636,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppRealFill_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77() { _start: { lean_object* x_1; @@ -8653,17 +8654,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppRealFill_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79() { _start: { lean_object* x_1; @@ -8671,28 +8672,28 @@ x_1 = lean_mk_string_from_bytes("ppIndent", 8); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82() { _start: { lean_object* x_1; @@ -8700,27 +8701,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppIndent___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85() { _start: { lean_object* x_1; @@ -8728,17 +8729,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppIndent_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87() { _start: { lean_object* x_1; @@ -8746,17 +8747,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppIndent_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89() { _start: { lean_object* x_1; @@ -8764,28 +8765,28 @@ x_1 = lean_mk_string_from_bytes("ppDedent", 8); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92() { _start: { lean_object* x_1; @@ -8793,27 +8794,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedent___boxed), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95() { _start: { lean_object* x_1; @@ -8821,17 +8822,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppDedent_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97() { _start: { lean_object* x_1; @@ -8839,17 +8840,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedent_parenthesizer), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99() { _start: { lean_object* x_1; @@ -8857,28 +8858,28 @@ x_1 = lean_mk_string_from_bytes("ppDedentIfGrouped", 17); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102() { _start: { lean_object* x_1; @@ -8886,27 +8887,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedentIfGrouped___boxed), 1, 0) return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105() { _start: { lean_object* x_1; @@ -8914,17 +8915,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppDedentIfGrouped_formatter), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107() { _start: { lean_object* x_1; @@ -8932,17 +8933,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppDedentIfGrouped_parenthesizer), return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109() { _start: { lean_object* x_1; @@ -8950,38 +8951,38 @@ x_1 = lean_mk_string_from_bytes("ppAllowUngrouped", 16); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113() { _start: { lean_object* x_1; @@ -8989,17 +8990,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppAllowUngrouped_formatter___boxed), 1, return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115() { _start: { lean_object* x_1; @@ -9007,17 +9008,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppAllowUngrouped_parenthesizer___ return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117() { _start: { lean_object* x_1; @@ -9025,38 +9026,38 @@ x_1 = lean_mk_string_from_bytes("ppHardLineUnlessUngrouped", 25); return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117; +x_2 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__1; x_2 = l___regBuiltin_Lean_Parser_antiquotNestedExpr_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121() { _start: { lean_object* x_1; @@ -9064,17 +9065,17 @@ x_1 = lean_alloc_closure((void*)(l_Lean_ppHardLineUnlessUngrouped_formatter___bo return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123() { _start: { lean_object* x_1; @@ -9082,25 +9083,25 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Parser_ppHardLineUnlessUngrouped_parenth return x_1; } } -static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124() { +static lean_object* _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123; +x_1 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123; 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047_(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_Parser_patternIgnore_formatter___closed__2; -x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1; -x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3; -x_5 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4; -x_6 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6; +x_3 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1; +x_4 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3; +x_5 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4; +x_6 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6; x_7 = l_Lean_Parser_registerAlias(x_2, x_3, x_4, x_5, x_6, x_1); if (lean_obj_tag(x_7) == 0) { @@ -9108,8 +9109,8 @@ lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; x_8 = lean_ctor_get(x_7, 1); lean_inc(x_8); lean_dec(x_7); -x_9 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9; -x_10 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8; +x_9 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9; +x_10 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8; x_11 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_2, x_10, x_8); if (lean_obj_tag(x_11) == 0) { @@ -9117,8 +9118,8 @@ lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_12 = lean_ctor_get(x_11, 1); lean_inc(x_12); lean_dec(x_11); -x_13 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12; -x_14 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11; +x_13 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12; +x_14 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11; x_15 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_2, x_14, x_12); if (lean_obj_tag(x_15) == 0) { @@ -9127,9 +9128,9 @@ x_16 = lean_ctor_get(x_15, 1); lean_inc(x_16); lean_dec(x_15); x_17 = l_Lean_Parser_group_formatter___closed__2; -x_18 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13; -x_19 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15; -x_20 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16; +x_18 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13; +x_19 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15; +x_20 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16; x_21 = l_Lean_Parser_registerAlias(x_17, x_18, x_19, x_20, x_6, x_16); if (lean_obj_tag(x_21) == 0) { @@ -9137,7 +9138,7 @@ lean_object* x_22; lean_object* x_23; lean_object* x_24; x_22 = lean_ctor_get(x_21, 1); lean_inc(x_22); lean_dec(x_21); -x_23 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18; +x_23 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18; x_24 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_17, x_23, x_22); if (lean_obj_tag(x_24) == 0) { @@ -9145,7 +9146,7 @@ lean_object* x_25; lean_object* x_26; lean_object* x_27; x_25 = lean_ctor_get(x_24, 1); lean_inc(x_25); lean_dec(x_24); -x_26 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20; +x_26 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20; x_27 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_17, x_26, x_25); if (lean_obj_tag(x_27) == 0) { @@ -9153,11 +9154,11 @@ lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean x_28 = lean_ctor_get(x_27, 1); lean_inc(x_28); lean_dec(x_27); -x_29 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22; -x_30 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23; -x_31 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24; -x_32 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25; -x_33 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27; +x_29 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22; +x_30 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23; +x_31 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24; +x_32 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25; +x_33 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27; x_34 = l_Lean_Parser_registerAlias(x_29, x_30, x_31, x_32, x_33, x_28); if (lean_obj_tag(x_34) == 0) { @@ -9165,7 +9166,7 @@ lean_object* x_35; lean_object* x_36; lean_object* x_37; x_35 = lean_ctor_get(x_34, 1); lean_inc(x_35); lean_dec(x_34); -x_36 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29; +x_36 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29; x_37 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_29, x_36, x_35); if (lean_obj_tag(x_37) == 0) { @@ -9173,7 +9174,7 @@ lean_object* x_38; lean_object* x_39; lean_object* x_40; x_38 = lean_ctor_get(x_37, 1); lean_inc(x_38); lean_dec(x_37); -x_39 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31; +x_39 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31; x_40 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_29, x_39, x_38); if (lean_obj_tag(x_40) == 0) { @@ -9181,9 +9182,9 @@ lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean x_41 = lean_ctor_get(x_40, 1); lean_inc(x_41); lean_dec(x_40); -x_42 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33; -x_43 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34; -x_44 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35; +x_42 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33; +x_43 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34; +x_44 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35; x_45 = l_Lean_Parser_registerAlias(x_42, x_43, x_31, x_44, x_33, x_41); if (lean_obj_tag(x_45) == 0) { @@ -9191,7 +9192,7 @@ lean_object* x_46; lean_object* x_47; lean_object* x_48; x_46 = lean_ctor_get(x_45, 1); lean_inc(x_46); lean_dec(x_45); -x_47 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37; +x_47 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37; x_48 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_42, x_47, x_46); if (lean_obj_tag(x_48) == 0) { @@ -9199,7 +9200,7 @@ lean_object* x_49; lean_object* x_50; lean_object* x_51; x_49 = lean_ctor_get(x_48, 1); lean_inc(x_49); lean_dec(x_48); -x_50 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39; +x_50 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39; x_51 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_42, x_50, x_49); if (lean_obj_tag(x_51) == 0) { @@ -9207,9 +9208,9 @@ lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean x_52 = lean_ctor_get(x_51, 1); lean_inc(x_52); lean_dec(x_51); -x_53 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41; -x_54 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42; -x_55 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43; +x_53 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41; +x_54 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42; +x_55 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43; x_56 = l_Lean_Parser_registerAlias(x_53, x_54, x_31, x_55, x_33, x_52); if (lean_obj_tag(x_56) == 0) { @@ -9217,7 +9218,7 @@ lean_object* x_57; lean_object* x_58; lean_object* x_59; x_57 = lean_ctor_get(x_56, 1); lean_inc(x_57); lean_dec(x_56); -x_58 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45; +x_58 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45; x_59 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_53, x_58, x_57); if (lean_obj_tag(x_59) == 0) { @@ -9225,7 +9226,7 @@ lean_object* x_60; lean_object* x_61; lean_object* x_62; x_60 = lean_ctor_get(x_59, 1); lean_inc(x_60); lean_dec(x_59); -x_61 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47; +x_61 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47; x_62 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_53, x_61, x_60); if (lean_obj_tag(x_62) == 0) { @@ -9233,11 +9234,11 @@ lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean x_63 = lean_ctor_get(x_62, 1); lean_inc(x_63); lean_dec(x_62); -x_64 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49; -x_65 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50; -x_66 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52; -x_67 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53; -x_68 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54; +x_64 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49; +x_65 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50; +x_66 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52; +x_67 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53; +x_68 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54; x_69 = l_Lean_Parser_registerAlias(x_64, x_65, x_66, x_67, x_68, x_63); if (lean_obj_tag(x_69) == 0) { @@ -9245,7 +9246,7 @@ lean_object* x_70; lean_object* x_71; lean_object* x_72; x_70 = lean_ctor_get(x_69, 1); lean_inc(x_70); lean_dec(x_69); -x_71 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56; +x_71 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56; x_72 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_64, x_71, x_70); if (lean_obj_tag(x_72) == 0) { @@ -9253,7 +9254,7 @@ lean_object* x_73; lean_object* x_74; lean_object* x_75; x_73 = lean_ctor_get(x_72, 1); lean_inc(x_73); lean_dec(x_72); -x_74 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58; +x_74 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58; x_75 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_64, x_74, x_73); if (lean_obj_tag(x_75) == 0) { @@ -9261,10 +9262,10 @@ lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean x_76 = lean_ctor_get(x_75, 1); lean_inc(x_76); lean_dec(x_75); -x_77 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60; -x_78 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61; -x_79 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63; -x_80 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64; +x_77 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60; +x_78 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61; +x_79 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63; +x_80 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64; x_81 = l_Lean_Parser_registerAlias(x_77, x_78, x_79, x_80, x_68, x_76); if (lean_obj_tag(x_81) == 0) { @@ -9272,7 +9273,7 @@ lean_object* x_82; lean_object* x_83; lean_object* x_84; x_82 = lean_ctor_get(x_81, 1); lean_inc(x_82); lean_dec(x_81); -x_83 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66; +x_83 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66; x_84 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_77, x_83, x_82); if (lean_obj_tag(x_84) == 0) { @@ -9280,7 +9281,7 @@ lean_object* x_85; lean_object* x_86; lean_object* x_87; x_85 = lean_ctor_get(x_84, 1); lean_inc(x_85); lean_dec(x_84); -x_86 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68; +x_86 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68; x_87 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_77, x_86, x_85); if (lean_obj_tag(x_87) == 0) { @@ -9288,10 +9289,10 @@ lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean x_88 = lean_ctor_get(x_87, 1); lean_inc(x_88); lean_dec(x_87); -x_89 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70; -x_90 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71; -x_91 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73; -x_92 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74; +x_89 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70; +x_90 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71; +x_91 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73; +x_92 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74; x_93 = l_Lean_Parser_registerAlias(x_89, x_90, x_91, x_92, x_68, x_88); if (lean_obj_tag(x_93) == 0) { @@ -9299,7 +9300,7 @@ lean_object* x_94; lean_object* x_95; lean_object* x_96; x_94 = lean_ctor_get(x_93, 1); lean_inc(x_94); lean_dec(x_93); -x_95 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76; +x_95 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76; x_96 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_89, x_95, x_94); if (lean_obj_tag(x_96) == 0) { @@ -9307,7 +9308,7 @@ lean_object* x_97; lean_object* x_98; lean_object* x_99; x_97 = lean_ctor_get(x_96, 1); lean_inc(x_97); lean_dec(x_96); -x_98 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78; +x_98 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78; x_99 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_89, x_98, x_97); if (lean_obj_tag(x_99) == 0) { @@ -9315,10 +9316,10 @@ lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; x_100 = lean_ctor_get(x_99, 1); lean_inc(x_100); lean_dec(x_99); -x_101 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80; -x_102 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81; -x_103 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83; -x_104 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84; +x_101 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80; +x_102 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81; +x_103 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83; +x_104 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84; x_105 = l_Lean_Parser_registerAlias(x_101, x_102, x_103, x_104, x_68, x_100); if (lean_obj_tag(x_105) == 0) { @@ -9326,7 +9327,7 @@ lean_object* x_106; lean_object* x_107; lean_object* x_108; x_106 = lean_ctor_get(x_105, 1); lean_inc(x_106); lean_dec(x_105); -x_107 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86; +x_107 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86; x_108 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_101, x_107, x_106); if (lean_obj_tag(x_108) == 0) { @@ -9334,7 +9335,7 @@ lean_object* x_109; lean_object* x_110; lean_object* x_111; x_109 = lean_ctor_get(x_108, 1); lean_inc(x_109); lean_dec(x_108); -x_110 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88; +x_110 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88; x_111 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_101, x_110, x_109); if (lean_obj_tag(x_111) == 0) { @@ -9342,10 +9343,10 @@ lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; x_112 = lean_ctor_get(x_111, 1); lean_inc(x_112); lean_dec(x_111); -x_113 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90; -x_114 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91; -x_115 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93; -x_116 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94; +x_113 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90; +x_114 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91; +x_115 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93; +x_116 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94; x_117 = l_Lean_Parser_registerAlias(x_113, x_114, x_115, x_116, x_68, x_112); if (lean_obj_tag(x_117) == 0) { @@ -9353,7 +9354,7 @@ lean_object* x_118; lean_object* x_119; lean_object* x_120; x_118 = lean_ctor_get(x_117, 1); lean_inc(x_118); lean_dec(x_117); -x_119 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96; +x_119 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96; x_120 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_113, x_119, x_118); if (lean_obj_tag(x_120) == 0) { @@ -9361,7 +9362,7 @@ lean_object* x_121; lean_object* x_122; lean_object* x_123; x_121 = lean_ctor_get(x_120, 1); lean_inc(x_121); lean_dec(x_120); -x_122 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98; +x_122 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98; x_123 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_113, x_122, x_121); if (lean_obj_tag(x_123) == 0) { @@ -9369,10 +9370,10 @@ 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_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100; -x_126 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101; -x_127 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103; -x_128 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104; +x_125 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100; +x_126 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101; +x_127 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103; +x_128 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104; x_129 = l_Lean_Parser_registerAlias(x_125, x_126, x_127, x_128, x_68, x_124); if (lean_obj_tag(x_129) == 0) { @@ -9380,7 +9381,7 @@ lean_object* x_130; lean_object* x_131; lean_object* x_132; x_130 = lean_ctor_get(x_129, 1); lean_inc(x_130); lean_dec(x_129); -x_131 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106; +x_131 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106; x_132 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_125, x_131, x_130); if (lean_obj_tag(x_132) == 0) { @@ -9388,7 +9389,7 @@ lean_object* x_133; lean_object* x_134; lean_object* x_135; x_133 = lean_ctor_get(x_132, 1); lean_inc(x_133); lean_dec(x_132); -x_134 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108; +x_134 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108; x_135 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_125, x_134, x_133); if (lean_obj_tag(x_135) == 0) { @@ -9396,9 +9397,9 @@ lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; x_136 = lean_ctor_get(x_135, 1); lean_inc(x_136); lean_dec(x_135); -x_137 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110; -x_138 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111; -x_139 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112; +x_137 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110; +x_138 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111; +x_139 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112; x_140 = l_Lean_Parser_registerAlias(x_137, x_138, x_31, x_139, x_33, x_136); if (lean_obj_tag(x_140) == 0) { @@ -9406,7 +9407,7 @@ lean_object* x_141; lean_object* x_142; lean_object* x_143; x_141 = lean_ctor_get(x_140, 1); lean_inc(x_141); lean_dec(x_140); -x_142 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114; +x_142 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114; x_143 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_137, x_142, x_141); if (lean_obj_tag(x_143) == 0) { @@ -9414,7 +9415,7 @@ lean_object* x_144; lean_object* x_145; lean_object* x_146; x_144 = lean_ctor_get(x_143, 1); lean_inc(x_144); lean_dec(x_143); -x_145 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116; +x_145 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116; x_146 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_137, x_145, x_144); if (lean_obj_tag(x_146) == 0) { @@ -9422,9 +9423,9 @@ lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; x_147 = lean_ctor_get(x_146, 1); lean_inc(x_147); lean_dec(x_146); -x_148 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118; -x_149 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119; -x_150 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120; +x_148 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118; +x_149 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119; +x_150 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120; x_151 = l_Lean_Parser_registerAlias(x_148, x_149, x_31, x_150, x_33, x_147); if (lean_obj_tag(x_151) == 0) { @@ -9432,7 +9433,7 @@ lean_object* x_152; lean_object* x_153; lean_object* x_154; x_152 = lean_ctor_get(x_151, 1); lean_inc(x_152); lean_dec(x_151); -x_153 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122; +x_153 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122; x_154 = l_Lean_Parser_registerAliasCore___rarg(x_9, x_148, x_153, x_152); if (lean_obj_tag(x_154) == 0) { @@ -9440,7 +9441,7 @@ lean_object* x_155; lean_object* x_156; lean_object* x_157; x_155 = lean_ctor_get(x_154, 1); lean_inc(x_155); lean_dec(x_154); -x_156 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124; +x_156 = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124; x_157 = l_Lean_Parser_registerAliasCore___rarg(x_13, x_148, x_156, x_155); return x_157; } @@ -10936,255 +10937,255 @@ l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegi lean_mark_persistent(l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__80); l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81 = _init_l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81(); lean_mark_persistent(l_Lean_Parser___aux__Lean__Parser__Extra______macroRules__Lean__Parser__termRegister__parser__alias_x28Kind_x3a_x3d___x29__________1___lambda__1___closed__81); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__1); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__2); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__3); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__4); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__5); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__6); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__7); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__8); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__9); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__10); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__11); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__12); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__13); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__14); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__15); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__16); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__17); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__18); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__19); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__20); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__21); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__22); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__23); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__24); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__25); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__26); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__27); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__28); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__29); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__30); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__31); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__32); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__33); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__34); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__35); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__36); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__37); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__38); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__39); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__40); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__41); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__42); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__43); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__44); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__45); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__46); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__47); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__48); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__49); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__50); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__51); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__52); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__53); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__54); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__55); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__56); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__57); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__58); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__59); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__60); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__61); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__62); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__63); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__64); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__65); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__66); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__67); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__68); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__69); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__70); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__71); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__72); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__73); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__74); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__75); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__76); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__77); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__78); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__79); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__80); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__81); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__82); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__83); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__84); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__85); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__86); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__87); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__88); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__89); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__90); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__91); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__92); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__93); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__94); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__95); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__96); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__97); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__98); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__99); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__100); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__101); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__102); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__103); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__104); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__105); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__106); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__107); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__108); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__109); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__110); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__111); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__112); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__113); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__114); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__115); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__116); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__117); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__118); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__119); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__120); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__121); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__122); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__123); -l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124(); -lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049____closed__124); -res = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2049_(lean_io_mk_world()); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__1); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__2); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__3); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__4); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__5); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__6); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__7); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__8); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__9); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__10); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__11); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__12); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__13); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__14); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__15); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__16); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__17); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__18); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__19); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__20); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__21); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__22); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__23); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__24); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__25); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__26); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__27); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__28); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__29); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__30); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__31); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__32); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__33); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__34); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__35); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__36); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__37); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__38); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__39); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__40); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__41); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__42); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__43); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__44); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__45); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__46); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__47); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__48); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__49); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__50); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__51); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__52); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__53); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__54); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__55); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__56); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__57); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__58); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__59); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__60); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__61); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__62); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__63); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__64); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__65); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__66); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__67); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__68); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__69); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__70); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__71); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__72); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__73); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__74); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__75); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__76); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__77); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__78); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__79); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__80); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__81); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__82); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__83); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__84); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__85); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__86); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__87); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__88); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__89); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__90); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__91); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__92); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__93); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__94); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__95); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__96); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__97); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__98); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__99); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__100); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__101); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__102); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__103); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__104); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__105); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__106); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__107); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__108); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__109); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__110); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__111); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__112); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__113); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__114); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__115); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__116); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__117); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__118); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__119); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__120); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__121); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__122); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__123); +l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124 = _init_l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124(); +lean_mark_persistent(l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047____closed__124); +res = l_Lean_Parser_initFn____x40_Lean_Parser_Extra___hyg_2047_(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/Parser/Types.c b/stage0/stdlib/Lean/Parser/Types.c index 05c7bd31531d..e9277357077d 100644 --- a/stage0/stdlib/Lean/Parser/Types.c +++ b/stage0/stdlib/Lean/Parser/Types.c @@ -53,6 +53,7 @@ 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_Parser_instInhabitedParser___lambda__1___boxed(lean_object*, lean_object*); lean_object* l_Array_qpartition___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Parser_withCache___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_SyntaxStack_size(lean_object*); @@ -66,7 +67,7 @@ LEAN_EXPORT uint8_t l___private_Lean_Parser_Types_0__Lean_Parser_beqCacheablePar static lean_object* l_Lean_Parser_Parser_info___default___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Error_instToStringError; lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_mkUnexpectedError(lean_object*, lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Parser_adaptUncacheableContextFn___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_instInhabitedParserFn(lean_object*); @@ -158,7 +159,6 @@ static lean_object* l_List_toString___at_Lean_Parser_FirstTokens_toStr___spec__1 lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Parser_initCacheForInput___closed__1; LEAN_EXPORT lean_object* l_Lean_Parser_Parser_info___default; -uint8_t l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Parser_SyntaxStack_back___closed__2; LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_mkError(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Error_merge(lean_object*, lean_object*); @@ -202,7 +202,6 @@ LEAN_EXPORT lean_object* l_Lean_Parser_FirstTokens_instToStringFirstTokens; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_SyntaxNodeKindSet_insert(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_Parser_info___default___elambda__2___boxed(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withResetCache(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_instInhabitedParserInfo___lambda__2(lean_object*); @@ -226,6 +225,7 @@ static lean_object* l_Lean_Parser_withResetCacheFn___lambda__1___closed__1; static lean_object* l_Lean_Parser_Parser_info___default___closed__2; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_ParserState_next_x27(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_instBEqError; LEAN_EXPORT lean_object* l_Lean_Parser_initCacheForInput(lean_object*); LEAN_EXPORT lean_object* l_Lean_Parser_withResetCacheFn(lean_object*, lean_object*, lean_object*); @@ -1344,7 +1344,7 @@ return x_8; else { uint8_t x_9; -x_9 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(x_4, x_6); +x_9 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(x_4, x_6); return x_9; } } @@ -1646,7 +1646,7 @@ lean_dec(x_1); x_4 = l_Lean_Parser_instInhabitedInputContext___closed__2; x_5 = lean_string_dec_eq(x_2, x_4); x_6 = lean_box(0); -x_7 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3140____spec__1(x_3, x_6); +x_7 = l_List_beq___at___private_Init_Meta_0__Lean_Syntax_beqPreresolved____x40_Init_Meta___hyg_3132____spec__1(x_3, x_6); if (x_5 == 0) { lean_object* x_8; @@ -1843,7 +1843,7 @@ x_1 = lean_box(0); return x_1; } } -LEAN_EXPORT uint8_t l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(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; uint8_t x_9; @@ -1879,11 +1879,11 @@ return x_13; } } } -LEAN_EXPORT lean_object* l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898____boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(x_1, x_2); +x_3 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(x_1, x_2); lean_dec(x_2); lean_dec(x_1); x_4 = lean_box(x_3); @@ -1894,7 +1894,7 @@ static lean_object* _init_l_Lean_Parser_instBEqParserCacheKey___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898____boxed), 2, 0); return x_1; } } @@ -5151,7 +5151,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___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(x_4, x_1); +x_6 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(x_4, x_1); if (x_6 == 0) { x_2 = x_5; @@ -5364,7 +5364,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___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(x_6, x_1); +x_9 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(x_6, x_1); if (x_9 == 0) { lean_object* x_10; @@ -5391,7 +5391,7 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_dec(x_3); -x_14 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(x_11, x_1); +x_14 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(x_11, x_1); if (x_14 == 0) { lean_object* x_15; lean_object* x_16; @@ -5667,7 +5667,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___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_900_(x_4, x_1); +x_7 = l___private_Lean_Parser_Types_0__Lean_Parser_beqParserCacheKey____x40_Lean_Parser_Types___hyg_898_(x_4, x_1); if (x_7 == 0) { x_2 = x_6; diff --git a/stage0/stdlib/Lean/ParserCompiler.c b/stage0/stdlib/Lean/ParserCompiler.c index 45735d698833..7e6ef4d71aab 100644 --- a/stage0/stdlib/Lean/ParserCompiler.c +++ b/stage0/stdlib/Lean/ParserCompiler.c @@ -223,7 +223,6 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compile LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__16___rarg(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_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_ParserCompiler_compileParserExpr___spec__34___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_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__73___rarg(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_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); static lean_object* l_Lean_ParserCompiler_compileParserExpr___rarg___closed__3; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___rarg___boxed(lean_object**); LEAN_EXPORT lean_object* l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__45___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -391,6 +390,7 @@ static lean_object* l_Lean_ParserCompiler_parserNodeKind_x3f___closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__12(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__17(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_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_foldrMUnsafe_fold___at_Lean_ParserCompiler_compileParserExpr___spec__18___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_ParserCompiler_compileParserExpr___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -910,7 +910,7 @@ return x_55; else { uint8_t x_72; -x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_72 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; @@ -990,7 +990,7 @@ return x_92; else { uint8_t x_93; -x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_51, x_51); +x_93 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_51, x_51); if (x_93 == 0) { lean_object* x_94; lean_object* x_95; lean_object* x_96; @@ -1088,7 +1088,7 @@ return x_106; else { uint8_t x_123; -x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_123 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_123 == 0) { lean_object* x_124; lean_object* x_125; @@ -1168,7 +1168,7 @@ return x_143; else { uint8_t x_144; -x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_102, x_102); +x_144 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_102, x_102); if (x_144 == 0) { lean_object* x_145; lean_object* x_146; lean_object* x_147; @@ -2261,7 +2261,7 @@ static lean_object* _init_l_Lean_ParserCompiler_parserNodeKind_x3f___closed__1() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("leadingNode", 11); +x_1 = lean_mk_string_from_bytes("withAntiquot", 12); return x_1; } } @@ -2280,7 +2280,7 @@ static lean_object* _init_l_Lean_ParserCompiler_parserNodeKind_x3f___closed__3() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("trailingNode", 12); +x_1 = lean_mk_string_from_bytes("leadingNode", 11); return x_1; } } @@ -2299,7 +2299,7 @@ static lean_object* _init_l_Lean_ParserCompiler_parserNodeKind_x3f___closed__5() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("node", 4); +x_1 = lean_mk_string_from_bytes("trailingNode", 12); return x_1; } } @@ -2318,7 +2318,7 @@ static lean_object* _init_l_Lean_ParserCompiler_parserNodeKind_x3f___closed__7() _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("withAntiquot", 12); +x_1 = lean_mk_string_from_bytes("node", 4); return x_1; } } @@ -2354,7 +2354,7 @@ lean_inc(x_2); x_9 = l_Lean_Meta_whnfEasyCases___at_Lean_Meta_whnfCore_go___spec__3(x_7, x_8, x_1, x_2, x_3, x_4, x_5, x_6); if (lean_obj_tag(x_9) == 0) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; +lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_54; x_10 = lean_ctor_get(x_9, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_9, 1); @@ -2362,343 +2362,226 @@ lean_inc(x_11); lean_dec(x_9); if (lean_obj_tag(x_10) == 6) { -lean_object* x_102; lean_object* x_103; -x_102 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__9; -x_103 = l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferLambdaType___spec__1___rarg(x_10, x_102, x_2, x_3, x_4, x_5, x_11); -return x_103; +x_54 = x_7; +goto block_66; } else { -lean_object* x_104; -x_104 = lean_box(0); -x_12 = x_104; -goto block_101; +x_54 = x_8; +goto block_66; } -block_101: +block_53: +{ +if (x_12 == 0) { lean_object* x_13; lean_object* x_14; uint8_t x_15; -lean_dec(x_12); x_13 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__2; -x_14 = lean_unsigned_to_nat(3u); +x_14 = lean_unsigned_to_nat(2u); x_15 = l_Lean_Expr_isAppOfArity(x_10, x_13, x_14); if (x_15 == 0) { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__4; -x_17 = lean_unsigned_to_nat(4u); -x_18 = l_Lean_Expr_isAppOfArity(x_10, x_16, x_17); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_19 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__6; -x_20 = lean_unsigned_to_nat(2u); -x_21 = l_Lean_Expr_isAppOfArity(x_10, x_19, x_20); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; -x_22 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__8; -x_23 = l_Lean_Expr_isAppOfArity(x_10, x_22, x_20); -if (x_23 == 0) -{ -lean_object* x_24; lean_object* x_25; -x_24 = l_Lean_Expr_getAppFn(x_10); +lean_object* x_16; lean_object* x_17; +x_16 = l_Lean_Expr_getAppFn(x_10); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_25 = lean_infer_type(x_24, x_2, x_3, x_4, x_5, x_11); -if (lean_obj_tag(x_25) == 0) +x_17 = lean_infer_type(x_16, x_2, x_3, x_4, x_5, x_11); +if (lean_obj_tag(x_17) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_parserNodeKind_x3f___lambda__1), 8, 1); -lean_closure_set(x_28, 0, x_10); -x_29 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_26, x_28, x_2, x_3, x_4, x_5, x_27); -return x_29; +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_alloc_closure((void*)(l_Lean_ParserCompiler_parserNodeKind_x3f___lambda__1), 8, 1); +lean_closure_set(x_20, 0, x_10); +x_21 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_18, x_20, x_2, x_3, x_4, x_5, x_19); +return x_21; } else { -uint8_t x_30; +uint8_t x_22; lean_dec(x_10); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_30 = !lean_is_exclusive(x_25); -if (x_30 == 0) +x_22 = !lean_is_exclusive(x_17); +if (x_22 == 0) { -return x_25; +return x_17; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_31 = lean_ctor_get(x_25, 0); -x_32 = lean_ctor_get(x_25, 1); -lean_inc(x_32); -lean_inc(x_31); -lean_dec(x_25); -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_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_17, 0); +x_24 = lean_ctor_get(x_17, 1); +lean_inc(x_24); +lean_inc(x_23); +lean_dec(x_17); +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_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_34 = lean_unsigned_to_nat(0u); -x_35 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_34); -x_36 = lean_unsigned_to_nat(1u); -x_37 = lean_nat_sub(x_35, x_36); -lean_dec(x_35); -x_38 = lean_nat_sub(x_37, x_36); -lean_dec(x_37); -x_39 = l_Lean_Expr_getRevArg_x21(x_10, x_38); -x_1 = x_39; +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_26 = lean_unsigned_to_nat(0u); +x_27 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_26); +x_28 = lean_unsigned_to_nat(1u); +x_29 = lean_nat_sub(x_27, x_28); +lean_dec(x_27); +x_30 = lean_nat_sub(x_29, x_28); +lean_dec(x_29); +x_31 = l_Lean_Expr_getRevArg_x21(x_10, x_30); +x_1 = x_31; x_6 = x_11; goto _start; } } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_41 = lean_unsigned_to_nat(0u); -x_42 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_41); -x_43 = lean_nat_sub(x_42, x_41); -lean_dec(x_42); -x_44 = lean_unsigned_to_nat(1u); -x_45 = lean_nat_sub(x_43, x_44); -lean_dec(x_43); -x_46 = l_Lean_Expr_getRevArg_x21(x_10, x_45); -x_47 = l_Lean_Meta_reduceEval___at_Lean_ParserCompiler_parserNodeKind_x3f___spec__2(x_46, x_2, x_3, x_4, x_5, x_11); -if (lean_obj_tag(x_47) == 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; +x_33 = lean_unsigned_to_nat(0u); +x_34 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_33); +x_35 = lean_nat_sub(x_34, x_33); +lean_dec(x_34); +x_36 = lean_unsigned_to_nat(1u); +x_37 = lean_nat_sub(x_35, x_36); +lean_dec(x_35); +x_38 = l_Lean_Expr_getRevArg_x21(x_10, x_37); +x_39 = l_Lean_Meta_reduceEval___at_Lean_ParserCompiler_parserNodeKind_x3f___spec__2(x_38, x_2, x_3, x_4, x_5, x_11); +if (lean_obj_tag(x_39) == 0) { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_47); -if (x_48 == 0) +uint8_t x_40; +x_40 = !lean_is_exclusive(x_39); +if (x_40 == 0) { -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_47, 0); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_47, 0, x_50); -return x_47; +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_39, 0); +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_39, 0, x_42); +return x_39; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_47, 0); -x_52 = lean_ctor_get(x_47, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_47); -x_53 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_53, 0, x_51); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -return x_54; +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_alloc_ctor(1, 1, 0); +lean_ctor_set(x_45, 0, x_43); +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 { -uint8_t x_55; -x_55 = !lean_is_exclusive(x_47); -if (x_55 == 0) +uint8_t x_47; +x_47 = !lean_is_exclusive(x_39); +if (x_47 == 0) { -lean_object* x_56; lean_object* x_57; -x_56 = lean_ctor_get(x_47, 0); -lean_dec(x_56); -x_57 = lean_box(0); -lean_ctor_set_tag(x_47, 0); -lean_ctor_set(x_47, 0, x_57); -return x_47; +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_39, 0); +lean_dec(x_48); +x_49 = lean_box(0); +lean_ctor_set_tag(x_39, 0); +lean_ctor_set(x_39, 0, x_49); +return x_39; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_47, 1); -lean_inc(x_58); -lean_dec(x_47); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_39, 1); +lean_inc(x_50); +lean_dec(x_39); +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_50); +return x_52; } } } } -else +block_66: { -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_61 = lean_unsigned_to_nat(0u); -x_62 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_61); -x_63 = lean_nat_sub(x_62, x_61); -lean_dec(x_62); -x_64 = lean_unsigned_to_nat(1u); -x_65 = lean_nat_sub(x_63, x_64); -lean_dec(x_63); -x_66 = l_Lean_Expr_getRevArg_x21(x_10, x_65); -x_67 = l_Lean_Meta_reduceEval___at_Lean_ParserCompiler_parserNodeKind_x3f___spec__2(x_66, x_2, x_3, x_4, x_5, x_11); -if (lean_obj_tag(x_67) == 0) +if (x_54 == 0) { -uint8_t x_68; -x_68 = !lean_is_exclusive(x_67); -if (x_68 == 0) +lean_object* x_55; lean_object* x_56; uint8_t x_57; +x_55 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__4; +x_56 = lean_unsigned_to_nat(3u); +x_57 = l_Lean_Expr_isAppOfArity(x_10, x_55, x_56); +if (x_57 == 0) { -lean_object* x_69; lean_object* x_70; -x_69 = lean_ctor_get(x_67, 0); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_67, 0, x_70); -return x_67; -} -else +lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_58 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__6; +x_59 = lean_unsigned_to_nat(4u); +x_60 = l_Lean_Expr_isAppOfArity(x_10, x_58, x_59); +if (x_60 == 0) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_71 = lean_ctor_get(x_67, 0); -x_72 = lean_ctor_get(x_67, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_67); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_71); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_72); -return x_74; -} +lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_61 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__8; +x_62 = lean_unsigned_to_nat(2u); +x_63 = l_Lean_Expr_isAppOfArity(x_10, x_61, x_62); +x_12 = x_63; +goto block_53; } else { -uint8_t x_75; -x_75 = !lean_is_exclusive(x_67); -if (x_75 == 0) -{ -lean_object* x_76; lean_object* x_77; -x_76 = lean_ctor_get(x_67, 0); -lean_dec(x_76); -x_77 = lean_box(0); -lean_ctor_set_tag(x_67, 0); -lean_ctor_set(x_67, 0, x_77); -return x_67; -} -else -{ -lean_object* x_78; lean_object* x_79; lean_object* x_80; -x_78 = lean_ctor_get(x_67, 1); -lean_inc(x_78); -lean_dec(x_67); -x_79 = lean_box(0); -x_80 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_80, 0, x_79); -lean_ctor_set(x_80, 1, x_78); -return x_80; -} -} +x_12 = x_7; +goto block_53; } } 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; -x_81 = lean_unsigned_to_nat(0u); -x_82 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_10, x_81); -x_83 = lean_nat_sub(x_82, x_81); -lean_dec(x_82); -x_84 = lean_unsigned_to_nat(1u); -x_85 = lean_nat_sub(x_83, x_84); -lean_dec(x_83); -x_86 = l_Lean_Expr_getRevArg_x21(x_10, x_85); -x_87 = l_Lean_Meta_reduceEval___at_Lean_ParserCompiler_parserNodeKind_x3f___spec__2(x_86, x_2, x_3, x_4, x_5, x_11); -if (lean_obj_tag(x_87) == 0) -{ -uint8_t x_88; -x_88 = !lean_is_exclusive(x_87); -if (x_88 == 0) -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_87, 0); -x_90 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_87, 0, x_90); -return x_87; +x_12 = x_7; +goto block_53; } -else -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_91 = lean_ctor_get(x_87, 0); -x_92 = lean_ctor_get(x_87, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_87); -x_93 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_93, 0, x_91); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_93); -lean_ctor_set(x_94, 1, x_92); -return x_94; -} -} -else -{ -uint8_t x_95; -x_95 = !lean_is_exclusive(x_87); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; -x_96 = lean_ctor_get(x_87, 0); -lean_dec(x_96); -x_97 = lean_box(0); -lean_ctor_set_tag(x_87, 0); -lean_ctor_set(x_87, 0, x_97); -return x_87; } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; -x_98 = lean_ctor_get(x_87, 1); -lean_inc(x_98); -lean_dec(x_87); -x_99 = lean_box(0); -x_100 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_100, 0, x_99); -lean_ctor_set(x_100, 1, x_98); -return x_100; -} -} +lean_object* x_64; lean_object* x_65; +x_64 = l_Lean_ParserCompiler_parserNodeKind_x3f___closed__9; +x_65 = l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferLambdaType___spec__1___rarg(x_10, x_64, x_2, x_3, x_4, x_5, x_11); +return x_65; } } } else { -uint8_t x_105; +uint8_t x_67; lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_105 = !lean_is_exclusive(x_9); -if (x_105 == 0) +x_67 = !lean_is_exclusive(x_9); +if (x_67 == 0) { return x_9; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_9, 0); -x_107 = lean_ctor_get(x_9, 1); -lean_inc(x_107); -lean_inc(x_106); +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_9, 0); +x_69 = lean_ctor_get(x_9, 1); +lean_inc(x_69); +lean_inc(x_68); lean_dec(x_9); -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; +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } @@ -49382,7 +49265,7 @@ static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___close _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes(" for non-definition '", 21); +x_1 = lean_mk_string_from_bytes(" for non-parser combinator '", 28); return x_1; } } @@ -49399,7 +49282,7 @@ static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___close _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("refusing to generate code for imported parser declaration '", 59); +x_1 = lean_mk_string_from_bytes(" for non-definition '", 21); return x_1; } } @@ -49416,7 +49299,7 @@ static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___close _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("'; use `@[run_parser_attribute_hooks]` on its definition instead.", 65); +x_1 = lean_mk_string_from_bytes("refusing to generate code for imported parser declaration '", 59); return x_1; } } @@ -49433,36 +49316,36 @@ static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___close _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("TrailingParser", 14); +x_1 = lean_mk_string_from_bytes("'; use `@[run_parser_attribute_hooks]` on its definition instead.", 65); return x_1; } } static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__1; -x_2 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__2; -x_3 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__13; -x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); -return x_4; +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__13; +x_2 = l_Lean_stringToMessageData(x_1); +return x_2; } } static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___closed__15() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes(" for non-parser combinator '", 28); +x_1 = lean_mk_string_from_bytes("TrailingParser", 14); return x_1; } } static lean_object* _init_l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16() { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__15; -x_2 = l_Lean_stringToMessageData(x_1); -return x_2; +lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; +x_1 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__1; +x_2 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__2; +x_3 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__15; +x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); +return x_4; } } LEAN_EXPORT lean_object* l_Lean_ParserCompiler_compileParserExpr___rarg(lean_object* x_1, uint8_t 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) { @@ -49535,23 +49418,34 @@ lean_inc(x_28); x_30 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_28, x_29, x_5, x_6, x_7, x_8, x_27); if (lean_obj_tag(x_30) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_62; uint8_t x_63; +lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_82; uint8_t x_83; 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_62 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_63 = l_Lean_Expr_isConstOf(x_31, x_62); -if (x_63 == 0) +x_82 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_83 = l_Lean_Expr_isConstOf(x_31, x_82); +if (x_83 == 0) { -lean_object* x_64; uint8_t x_65; -x_64 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_65 = l_Lean_Expr_isConstOf(x_31, x_64); +lean_object* x_84; uint8_t x_85; +x_84 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_85 = l_Lean_Expr_isConstOf(x_31, x_84); lean_dec(x_31); -if (x_65 == 0) +x_33 = x_85; +goto block_81; +} +else +{ +lean_dec(x_31); +x_33 = x_10; +goto block_81; +} +block_81: +{ +if (x_33 == 0) { -lean_object* x_66; +lean_object* x_34; lean_dec(x_28); lean_dec(x_26); lean_dec(x_24); @@ -49563,62 +49457,62 @@ lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_66 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_32); -if (lean_obj_tag(x_66) == 0) +x_34 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_32); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_67; -x_67 = lean_ctor_get(x_66, 0); -lean_inc(x_67); -if (lean_obj_tag(x_67) == 0) +lean_object* x_35; +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +if (lean_obj_tag(x_35) == 0) { -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_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_dec(x_1); -x_68 = lean_ctor_get(x_66, 1); -lean_inc(x_68); -lean_dec(x_66); -x_69 = l_Lean_MessageData_ofName(x_23); -x_70 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_71 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_69); -x_72 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -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_MessageData_ofExpr(x_13); -x_75 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -x_76 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_77 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_77, 0, x_75); -lean_ctor_set(x_77, 1, x_76); -x_78 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_77, x_5, x_6, x_7, x_8, x_68); +x_36 = lean_ctor_get(x_34, 1); +lean_inc(x_36); +lean_dec(x_34); +x_37 = l_Lean_MessageData_ofName(x_23); +x_38 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +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_ParserCompiler_compileParserExpr___rarg___closed__8; +x_41 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +x_42 = l_Lean_MessageData_ofExpr(x_13); +x_43 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +x_44 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_45 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_45, 0, x_43); +lean_ctor_set(x_45, 1, x_44); +x_46 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_45, x_5, x_6, x_7, x_8, x_36); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_78; +return x_46; } else { -lean_object* x_79; lean_object* x_80; +lean_object* x_47; lean_object* x_48; lean_dec(x_23); lean_dec(x_13); -x_79 = lean_ctor_get(x_66, 1); -lean_inc(x_79); -lean_dec(x_66); -x_80 = lean_ctor_get(x_67, 0); -lean_inc(x_80); -lean_dec(x_67); -x_4 = x_80; -x_9 = x_79; +x_47 = lean_ctor_get(x_34, 1); +lean_inc(x_47); +lean_dec(x_34); +x_48 = lean_ctor_get(x_35, 0); +lean_inc(x_48); +lean_dec(x_35); +x_4 = x_48; +x_9 = x_47; goto _start; } } else { -uint8_t x_82; +uint8_t x_50; lean_dec(x_23); lean_dec(x_13); lean_dec(x_8); @@ -49626,50 +49520,33 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_82 = !lean_is_exclusive(x_66); -if (x_82 == 0) +x_50 = !lean_is_exclusive(x_34); +if (x_50 == 0) { -return x_66; +return x_34; } else { -lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_83 = lean_ctor_get(x_66, 0); -x_84 = lean_ctor_get(x_66, 1); -lean_inc(x_84); -lean_inc(x_83); -lean_dec(x_66); -x_85 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_85, 0, x_83); -lean_ctor_set(x_85, 1, x_84); -return x_85; -} -} +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_34, 0); +x_52 = lean_ctor_get(x_34, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_34); +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; } -else -{ -lean_object* x_86; -x_86 = lean_box(0); -x_33 = x_86; -goto block_61; } } else { -lean_object* x_87; -lean_dec(x_31); -x_87 = lean_box(0); -x_33 = x_87; -goto block_61; -} -block_61: +lean_object* x_54; +x_54 = l_Lean_ConstantInfo_value_x3f(x_26); +if (lean_obj_tag(x_54) == 0) { -lean_object* x_34; -lean_dec(x_33); -x_34 = l_Lean_ConstantInfo_value_x3f(x_26); -if (lean_obj_tag(x_34) == 0) -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +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_dec(x_28); lean_dec(x_26); lean_dec(x_24); @@ -49677,98 +49554,99 @@ lean_dec(x_21); lean_dec(x_20); lean_dec(x_16); lean_dec(x_1); -x_35 = l_Lean_MessageData_ofName(x_23); -x_36 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_37 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_35); -x_38 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_39 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_39, 0, x_37); -lean_ctor_set(x_39, 1, x_38); -x_40 = l_Lean_MessageData_ofExpr(x_13); -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_43 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -x_44 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_43, x_5, x_6, x_7, x_8, x_32); +x_55 = l_Lean_MessageData_ofName(x_23); +x_56 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_57 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_55); +x_58 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_59 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = l_Lean_MessageData_ofExpr(x_13); +x_61 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_61, 0, x_59); +lean_ctor_set(x_61, 1, x_60); +x_62 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_63 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +x_64 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_63, x_5, x_6, x_7, x_8, x_32); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_44; +return x_64; } else { -lean_object* x_45; lean_object* x_46; +lean_object* x_65; lean_object* x_66; lean_dec(x_23); -x_45 = lean_ctor_get(x_34, 0); -lean_inc(x_45); -lean_dec(x_34); +x_65 = lean_ctor_get(x_54, 0); +lean_inc(x_65); +lean_dec(x_54); lean_inc(x_16); -x_46 = l_Lean_Environment_getModuleIdxFor_x3f(x_20, x_16); -if (lean_obj_tag(x_46) == 0) +x_66 = l_Lean_Environment_getModuleIdxFor_x3f(x_20, x_16); +if (lean_obj_tag(x_66) == 0) { -lean_object* x_47; lean_object* x_48; -x_47 = lean_box(0); -x_48 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__5(x_1, x_45, x_2, x_3, x_28, x_24, x_21, x_16, x_13, x_26, x_47, x_5, x_6, x_7, x_8, x_32); -return x_48; +lean_object* x_67; lean_object* x_68; +x_67 = lean_box(0); +x_68 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__5(x_1, x_65, x_2, x_3, x_28, x_24, x_21, x_16, x_13, x_26, x_67, x_5, x_6, x_7, x_8, x_32); +return x_68; } else { -lean_dec(x_46); +lean_dec(x_66); if (x_3 == 0) { -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_dec(x_45); +lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; +lean_dec(x_65); lean_dec(x_28); lean_dec(x_26); lean_dec(x_24); lean_dec(x_21); lean_dec(x_13); lean_dec(x_1); -x_49 = l_Lean_MessageData_ofName(x_16); -x_50 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_49); -x_52 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_53 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_53, x_5, x_6, x_7, x_8, x_32); +x_69 = l_Lean_MessageData_ofName(x_16); +x_70 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_71 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_71, 0, x_70); +lean_ctor_set(x_71, 1, x_69); +x_72 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +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_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_73, x_5, x_6, x_7, x_8, x_32); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_55 = !lean_is_exclusive(x_54); -if (x_55 == 0) +x_75 = !lean_is_exclusive(x_74); +if (x_75 == 0) { -return x_54; +return x_74; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_54, 0); -x_57 = lean_ctor_get(x_54, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_54); -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_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_74, 0); +x_77 = lean_ctor_get(x_74, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_74); +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_59; lean_object* x_60; -x_59 = lean_box(0); -x_60 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__5(x_1, x_45, x_2, x_3, x_28, x_24, x_21, x_16, x_13, x_26, x_59, x_5, x_6, x_7, x_8, x_32); -return x_60; +lean_object* x_79; lean_object* x_80; +x_79 = lean_box(0); +x_80 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__5(x_1, x_65, x_2, x_3, x_28, x_24, x_21, x_16, x_13, x_26, x_79, x_5, x_6, x_7, x_8, x_32); +return x_80; +} } } } @@ -49776,7 +49654,7 @@ return x_60; } else { -uint8_t x_88; +uint8_t x_86; lean_dec(x_28); lean_dec(x_26); lean_dec(x_24); @@ -49790,29 +49668,29 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_88 = !lean_is_exclusive(x_30); -if (x_88 == 0) +x_86 = !lean_is_exclusive(x_30); +if (x_86 == 0) { return x_30; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_30, 0); -x_90 = lean_ctor_get(x_30, 1); -lean_inc(x_90); -lean_inc(x_89); +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_30, 0); +x_88 = lean_ctor_get(x_30, 1); +lean_inc(x_88); +lean_inc(x_87); lean_dec(x_30); -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; +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } } else { -uint8_t x_92; +uint8_t x_90; lean_dec(x_24); lean_dec(x_23); lean_dec(x_21); @@ -49824,430 +49702,425 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_92 = !lean_is_exclusive(x_25); -if (x_92 == 0) +x_90 = !lean_is_exclusive(x_25); +if (x_90 == 0) { return x_25; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = lean_ctor_get(x_25, 0); -x_94 = lean_ctor_get(x_25, 1); -lean_inc(x_94); -lean_inc(x_93); +lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_91 = lean_ctor_get(x_25, 0); +x_92 = lean_ctor_get(x_25, 1); +lean_inc(x_92); +lean_inc(x_91); lean_dec(x_25); -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; +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; } } } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_dec(x_21); lean_dec(x_20); lean_dec(x_16); -x_96 = lean_ctor_get(x_22, 0); -lean_inc(x_96); +x_94 = lean_ctor_get(x_22, 0); +lean_inc(x_94); lean_dec(x_22); -x_97 = lean_box(0); -x_98 = l_Lean_Expr_const___override(x_96, x_97); +x_95 = lean_box(0); +x_96 = l_Lean_Expr_const___override(x_94, x_95); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_98); -x_99 = lean_infer_type(x_98, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_99) == 0) +lean_inc(x_96); +x_97 = lean_infer_type(x_96, x_5, x_6, x_7, x_8, x_19); +if (lean_obj_tag(x_97) == 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; -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); -x_102 = lean_box(x_2); -x_103 = lean_box(x_3); -x_104 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__6___boxed), 12, 5); -lean_closure_set(x_104, 0, x_13); -lean_closure_set(x_104, 1, x_1); -lean_closure_set(x_104, 2, x_102); -lean_closure_set(x_104, 3, x_103); -lean_closure_set(x_104, 4, x_98); -x_105 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_100, x_104, x_5, x_6, x_7, x_8, x_101); -return x_105; +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; +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 = lean_box(x_2); +x_101 = lean_box(x_3); +x_102 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__6___boxed), 12, 5); +lean_closure_set(x_102, 0, x_13); +lean_closure_set(x_102, 1, x_1); +lean_closure_set(x_102, 2, x_100); +lean_closure_set(x_102, 3, x_101); +lean_closure_set(x_102, 4, x_96); +x_103 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_98, x_102, x_5, x_6, x_7, x_8, x_99); +return x_103; } else { -uint8_t x_106; -lean_dec(x_98); +uint8_t x_104; +lean_dec(x_96); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_106 = !lean_is_exclusive(x_99); -if (x_106 == 0) +x_104 = !lean_is_exclusive(x_97); +if (x_104 == 0) { -return x_99; +return x_97; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_99, 0); -x_108 = lean_ctor_get(x_99, 1); -lean_inc(x_108); -lean_inc(x_107); -lean_dec(x_99); -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; +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_97, 0); +x_106 = lean_ctor_get(x_97, 1); +lean_inc(x_106); +lean_inc(x_105); +lean_dec(x_97); +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; } } } } else { -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_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_dec(x_15); lean_dec(x_1); -x_110 = l_Lean_MessageData_ofExpr(x_13); -x_111 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_108 = l_Lean_MessageData_ofExpr(x_13); +x_109 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_110 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_110, 1, x_108); +x_111 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; x_112 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_110); -x_113 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_114 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -x_115 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_114, x_5, x_6, x_7, x_8, x_14); +lean_ctor_set(x_112, 0, x_110); +lean_ctor_set(x_112, 1, x_111); +x_113 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_112, x_5, x_6, x_7, x_8, x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_115; +return x_113; } } case 1: { -uint8_t x_116; +uint8_t x_114; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_116 = !lean_is_exclusive(x_12); -if (x_116 == 0) +x_114 = !lean_is_exclusive(x_12); +if (x_114 == 0) { -lean_object* x_117; -x_117 = lean_ctor_get(x_12, 0); -lean_dec(x_117); +lean_object* x_115; +x_115 = lean_ctor_get(x_12, 0); +lean_dec(x_115); return x_12; } else { -lean_object* x_118; lean_object* x_119; -x_118 = lean_ctor_get(x_12, 1); -lean_inc(x_118); +lean_object* x_116; lean_object* x_117; +x_116 = lean_ctor_get(x_12, 1); +lean_inc(x_116); lean_dec(x_12); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_13); -lean_ctor_set(x_119, 1, x_118); -return x_119; +x_117 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_117, 0, x_13); +lean_ctor_set(x_117, 1, x_116); +return x_117; } } case 2: { -lean_object* x_120; lean_object* x_121; -x_120 = lean_ctor_get(x_12, 1); -lean_inc(x_120); +lean_object* x_118; lean_object* x_119; +x_118 = lean_ctor_get(x_12, 1); +lean_inc(x_118); lean_dec(x_12); -x_121 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_121) == 4) +x_119 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_119) == 4) { -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_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; +x_120 = lean_ctor_get(x_119, 0); +lean_inc(x_120); +lean_dec(x_119); +x_121 = lean_st_ref_get(x_8, x_118); x_122 = lean_ctor_get(x_121, 0); lean_inc(x_122); +x_123 = lean_ctor_get(x_121, 1); +lean_inc(x_123); lean_dec(x_121); -x_123 = lean_st_ref_get(x_8, x_120); -x_124 = lean_ctor_get(x_123, 0); +x_124 = lean_ctor_get(x_122, 0); lean_inc(x_124); -x_125 = lean_ctor_get(x_123, 1); +lean_dec(x_122); +x_125 = lean_ctor_get(x_1, 2); lean_inc(x_125); -lean_dec(x_123); -x_126 = lean_ctor_get(x_124, 0); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_ctor_get(x_1, 2); -lean_inc(x_127); -x_128 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_127, x_126, x_122); -if (lean_obj_tag(x_128) == 0) +x_126 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_125, x_124, x_120); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_129 = lean_ctor_get(x_1, 0); -lean_inc(x_129); -lean_inc(x_129); -lean_inc(x_122); -x_130 = l_Lean_Name_append(x_122, x_129); -lean_inc(x_122); -x_131 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_122, x_5, x_6, x_7, x_8, x_125); -if (lean_obj_tag(x_131) == 0) +lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_127 = lean_ctor_get(x_1, 0); +lean_inc(x_127); +lean_inc(x_127); +lean_inc(x_120); +x_128 = l_Lean_Name_append(x_120, x_127); +lean_inc(x_120); +x_129 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_120, x_5, x_6, x_7, x_8, x_123); +if (lean_obj_tag(x_129) == 0) { -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_131, 0); -lean_inc(x_132); -x_133 = lean_ctor_get(x_131, 1); -lean_inc(x_133); -lean_dec(x_131); -x_134 = l_Lean_ConstantInfo_type(x_132); -x_135 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_130 = lean_ctor_get(x_129, 0); +lean_inc(x_130); +x_131 = lean_ctor_get(x_129, 1); +lean_inc(x_131); +lean_dec(x_129); +x_132 = l_Lean_ConstantInfo_type(x_130); +x_133 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_134); -x_136 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_134, x_135, x_5, x_6, x_7, x_8, x_133); -if (lean_obj_tag(x_136) == 0) -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_168; uint8_t x_169; -x_137 = lean_ctor_get(x_136, 0); -lean_inc(x_137); -x_138 = lean_ctor_get(x_136, 1); -lean_inc(x_138); -lean_dec(x_136); -x_168 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_169 = l_Lean_Expr_isConstOf(x_137, x_168); -if (x_169 == 0) -{ -lean_object* x_170; uint8_t x_171; -x_170 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_171 = l_Lean_Expr_isConstOf(x_137, x_170); -lean_dec(x_137); -if (x_171 == 0) +lean_inc(x_132); +x_134 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_132, x_133, x_5, x_6, x_7, x_8, x_131); +if (lean_obj_tag(x_134) == 0) { -lean_object* x_172; +lean_object* x_135; lean_object* x_136; uint8_t x_137; lean_object* x_186; uint8_t x_187; +x_135 = lean_ctor_get(x_134, 0); +lean_inc(x_135); +x_136 = lean_ctor_get(x_134, 1); +lean_inc(x_136); lean_dec(x_134); +x_186 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_187 = l_Lean_Expr_isConstOf(x_135, x_186); +if (x_187 == 0) +{ +lean_object* x_188; uint8_t x_189; +x_188 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_189 = l_Lean_Expr_isConstOf(x_135, x_188); +lean_dec(x_135); +x_137 = x_189; +goto block_185; +} +else +{ +lean_dec(x_135); +x_137 = x_10; +goto block_185; +} +block_185: +{ +if (x_137 == 0) +{ +lean_object* x_138; lean_dec(x_132); lean_dec(x_130); -lean_dec(x_127); -lean_dec(x_126); -lean_dec(x_122); +lean_dec(x_128); +lean_dec(x_125); +lean_dec(x_124); +lean_dec(x_120); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_172 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_138); -if (lean_obj_tag(x_172) == 0) +x_138 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_136); +if (lean_obj_tag(x_138) == 0) { -lean_object* x_173; -x_173 = lean_ctor_get(x_172, 0); -lean_inc(x_173); -if (lean_obj_tag(x_173) == 0) +lean_object* x_139; +x_139 = lean_ctor_get(x_138, 0); +lean_inc(x_139); +if (lean_obj_tag(x_139) == 0) { -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_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_dec(x_1); -x_174 = lean_ctor_get(x_172, 1); -lean_inc(x_174); -lean_dec(x_172); -x_175 = l_Lean_MessageData_ofName(x_129); -x_176 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_177 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_177, 0, x_176); -lean_ctor_set(x_177, 1, x_175); -x_178 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_179 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_179, 0, x_177); -lean_ctor_set(x_179, 1, x_178); -x_180 = l_Lean_MessageData_ofExpr(x_13); -x_181 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_181, 0, x_179); -lean_ctor_set(x_181, 1, x_180); -x_182 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_183 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_183, 0, x_181); -lean_ctor_set(x_183, 1, x_182); -x_184 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_183, x_5, x_6, x_7, x_8, x_174); +x_140 = lean_ctor_get(x_138, 1); +lean_inc(x_140); +lean_dec(x_138); +x_141 = l_Lean_MessageData_ofName(x_127); +x_142 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_143 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_143, 0, x_142); +lean_ctor_set(x_143, 1, x_141); +x_144 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_145 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_145, 0, x_143); +lean_ctor_set(x_145, 1, x_144); +x_146 = l_Lean_MessageData_ofExpr(x_13); +x_147 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +x_148 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_149 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_149, 0, x_147); +lean_ctor_set(x_149, 1, x_148); +x_150 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_149, x_5, x_6, x_7, x_8, x_140); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_184; +return x_150; } else { -lean_object* x_185; lean_object* x_186; -lean_dec(x_129); +lean_object* x_151; lean_object* x_152; +lean_dec(x_127); lean_dec(x_13); -x_185 = lean_ctor_get(x_172, 1); -lean_inc(x_185); -lean_dec(x_172); -x_186 = lean_ctor_get(x_173, 0); -lean_inc(x_186); -lean_dec(x_173); -x_4 = x_186; -x_9 = x_185; +x_151 = lean_ctor_get(x_138, 1); +lean_inc(x_151); +lean_dec(x_138); +x_152 = lean_ctor_get(x_139, 0); +lean_inc(x_152); +lean_dec(x_139); +x_4 = x_152; +x_9 = x_151; goto _start; } } else { -uint8_t x_188; -lean_dec(x_129); +uint8_t x_154; +lean_dec(x_127); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_188 = !lean_is_exclusive(x_172); -if (x_188 == 0) +x_154 = !lean_is_exclusive(x_138); +if (x_154 == 0) { -return x_172; +return x_138; } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; -x_189 = lean_ctor_get(x_172, 0); -x_190 = lean_ctor_get(x_172, 1); -lean_inc(x_190); -lean_inc(x_189); -lean_dec(x_172); -x_191 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_191, 0, x_189); -lean_ctor_set(x_191, 1, x_190); -return x_191; +lean_object* x_155; lean_object* x_156; lean_object* x_157; +x_155 = lean_ctor_get(x_138, 0); +x_156 = lean_ctor_get(x_138, 1); +lean_inc(x_156); +lean_inc(x_155); +lean_dec(x_138); +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_192; -x_192 = lean_box(0); -x_139 = x_192; -goto block_167; -} -} -else -{ -lean_object* x_193; -lean_dec(x_137); -x_193 = lean_box(0); -x_139 = x_193; -goto block_167; -} -block_167: -{ -lean_object* x_140; -lean_dec(x_139); -x_140 = l_Lean_ConstantInfo_value_x3f(x_132); -if (lean_obj_tag(x_140) == 0) +lean_object* x_158; +x_158 = l_Lean_ConstantInfo_value_x3f(x_130); +if (lean_obj_tag(x_158) == 0) { -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_dec(x_134); +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_dec(x_132); lean_dec(x_130); -lean_dec(x_127); -lean_dec(x_126); -lean_dec(x_122); +lean_dec(x_128); +lean_dec(x_125); +lean_dec(x_124); +lean_dec(x_120); lean_dec(x_1); -x_141 = l_Lean_MessageData_ofName(x_129); -x_142 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_143 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_141); -x_144 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_145 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set(x_145, 1, x_144); -x_146 = l_Lean_MessageData_ofExpr(x_13); -x_147 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_147, 0, x_145); -lean_ctor_set(x_147, 1, x_146); -x_148 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_149 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -x_150 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_149, x_5, x_6, x_7, x_8, x_138); +x_159 = l_Lean_MessageData_ofName(x_127); +x_160 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_161 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_161, 0, x_160); +lean_ctor_set(x_161, 1, x_159); +x_162 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_163 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_163, 0, x_161); +lean_ctor_set(x_163, 1, x_162); +x_164 = l_Lean_MessageData_ofExpr(x_13); +x_165 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +x_166 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_167 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_167, 0, x_165); +lean_ctor_set(x_167, 1, x_166); +x_168 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_167, x_5, x_6, x_7, x_8, x_136); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_150; +return x_168; } else { -lean_object* x_151; lean_object* x_152; -lean_dec(x_129); -x_151 = lean_ctor_get(x_140, 0); -lean_inc(x_151); -lean_dec(x_140); -lean_inc(x_122); -x_152 = l_Lean_Environment_getModuleIdxFor_x3f(x_126, x_122); -if (lean_obj_tag(x_152) == 0) +lean_object* x_169; lean_object* x_170; +lean_dec(x_127); +x_169 = lean_ctor_get(x_158, 0); +lean_inc(x_169); +lean_dec(x_158); +lean_inc(x_120); +x_170 = l_Lean_Environment_getModuleIdxFor_x3f(x_124, x_120); +if (lean_obj_tag(x_170) == 0) { -lean_object* x_153; lean_object* x_154; -x_153 = lean_box(0); -x_154 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__11(x_1, x_151, x_2, x_3, x_134, x_130, x_127, x_122, x_13, x_132, x_153, x_5, x_6, x_7, x_8, x_138); -return x_154; +lean_object* x_171; lean_object* x_172; +x_171 = lean_box(0); +x_172 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__11(x_1, x_169, x_2, x_3, x_132, x_128, x_125, x_120, x_13, x_130, x_171, x_5, x_6, x_7, x_8, x_136); +return x_172; } else { -lean_dec(x_152); +lean_dec(x_170); if (x_3 == 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; uint8_t x_161; -lean_dec(x_151); -lean_dec(x_134); +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; uint8_t x_179; +lean_dec(x_169); lean_dec(x_132); lean_dec(x_130); -lean_dec(x_127); +lean_dec(x_128); +lean_dec(x_125); lean_dec(x_13); lean_dec(x_1); -x_155 = l_Lean_MessageData_ofName(x_122); -x_156 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_157 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_155); -x_158 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_159 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -x_160 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_159, x_5, x_6, x_7, x_8, x_138); +x_173 = l_Lean_MessageData_ofName(x_120); +x_174 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_175 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_173); +x_176 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_177 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_177, 0, x_175); +lean_ctor_set(x_177, 1, x_176); +x_178 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_177, x_5, x_6, x_7, x_8, x_136); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_161 = !lean_is_exclusive(x_160); -if (x_161 == 0) +x_179 = !lean_is_exclusive(x_178); +if (x_179 == 0) { -return x_160; +return x_178; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_162 = lean_ctor_get(x_160, 0); -x_163 = lean_ctor_get(x_160, 1); -lean_inc(x_163); -lean_inc(x_162); -lean_dec(x_160); -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; +lean_object* x_180; lean_object* x_181; lean_object* x_182; +x_180 = lean_ctor_get(x_178, 0); +x_181 = lean_ctor_get(x_178, 1); +lean_inc(x_181); +lean_inc(x_180); +lean_dec(x_178); +x_182 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_182, 0, x_180); +lean_ctor_set(x_182, 1, x_181); +return x_182; } } else { -lean_object* x_165; lean_object* x_166; -x_165 = lean_box(0); -x_166 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__11(x_1, x_151, x_2, x_3, x_134, x_130, x_127, x_122, x_13, x_132, x_165, x_5, x_6, x_7, x_8, x_138); -return x_166; +lean_object* x_183; lean_object* x_184; +x_183 = lean_box(0); +x_184 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__11(x_1, x_169, x_2, x_3, x_132, x_128, x_125, x_120, x_13, x_130, x_183, x_5, x_6, x_7, x_8, x_136); +return x_184; +} } } } @@ -50255,450 +50128,445 @@ return x_166; } else { -uint8_t x_194; -lean_dec(x_134); +uint8_t x_190; lean_dec(x_132); lean_dec(x_130); -lean_dec(x_129); +lean_dec(x_128); lean_dec(x_127); -lean_dec(x_126); -lean_dec(x_122); +lean_dec(x_125); +lean_dec(x_124); +lean_dec(x_120); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_194 = !lean_is_exclusive(x_136); -if (x_194 == 0) +x_190 = !lean_is_exclusive(x_134); +if (x_190 == 0) { -return x_136; +return x_134; } else { -lean_object* x_195; lean_object* x_196; lean_object* x_197; -x_195 = lean_ctor_get(x_136, 0); -x_196 = lean_ctor_get(x_136, 1); -lean_inc(x_196); -lean_inc(x_195); -lean_dec(x_136); -x_197 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_197, 0, x_195); -lean_ctor_set(x_197, 1, x_196); -return x_197; +lean_object* x_191; lean_object* x_192; lean_object* x_193; +x_191 = lean_ctor_get(x_134, 0); +x_192 = lean_ctor_get(x_134, 1); +lean_inc(x_192); +lean_inc(x_191); +lean_dec(x_134); +x_193 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_193, 0, x_191); +lean_ctor_set(x_193, 1, x_192); +return x_193; } } } else { -uint8_t x_198; -lean_dec(x_130); -lean_dec(x_129); +uint8_t x_194; +lean_dec(x_128); lean_dec(x_127); -lean_dec(x_126); -lean_dec(x_122); +lean_dec(x_125); +lean_dec(x_124); +lean_dec(x_120); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_198 = !lean_is_exclusive(x_131); -if (x_198 == 0) +x_194 = !lean_is_exclusive(x_129); +if (x_194 == 0) { -return x_131; +return x_129; } else { -lean_object* x_199; lean_object* x_200; lean_object* x_201; -x_199 = lean_ctor_get(x_131, 0); -x_200 = lean_ctor_get(x_131, 1); -lean_inc(x_200); -lean_inc(x_199); -lean_dec(x_131); -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; +lean_object* x_195; lean_object* x_196; lean_object* x_197; +x_195 = lean_ctor_get(x_129, 0); +x_196 = lean_ctor_get(x_129, 1); +lean_inc(x_196); +lean_inc(x_195); +lean_dec(x_129); +x_197 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_197, 0, x_195); +lean_ctor_set(x_197, 1, x_196); +return x_197; } } } else { -lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -lean_dec(x_127); +lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +lean_dec(x_125); +lean_dec(x_124); +lean_dec(x_120); +x_198 = lean_ctor_get(x_126, 0); +lean_inc(x_198); lean_dec(x_126); -lean_dec(x_122); -x_202 = lean_ctor_get(x_128, 0); -lean_inc(x_202); -lean_dec(x_128); -x_203 = lean_box(0); -x_204 = l_Lean_Expr_const___override(x_202, x_203); +x_199 = lean_box(0); +x_200 = l_Lean_Expr_const___override(x_198, x_199); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_204); -x_205 = lean_infer_type(x_204, x_5, x_6, x_7, x_8, x_125); -if (lean_obj_tag(x_205) == 0) -{ -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_206 = lean_ctor_get(x_205, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_205, 1); -lean_inc(x_207); -lean_dec(x_205); -x_208 = lean_box(x_2); -x_209 = lean_box(x_3); -x_210 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__12___boxed), 12, 5); -lean_closure_set(x_210, 0, x_13); -lean_closure_set(x_210, 1, x_1); -lean_closure_set(x_210, 2, x_208); -lean_closure_set(x_210, 3, x_209); -lean_closure_set(x_210, 4, x_204); -x_211 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_206, x_210, x_5, x_6, x_7, x_8, x_207); -return x_211; +lean_inc(x_200); +x_201 = lean_infer_type(x_200, x_5, x_6, x_7, x_8, x_123); +if (lean_obj_tag(x_201) == 0) +{ +lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_202 = lean_ctor_get(x_201, 0); +lean_inc(x_202); +x_203 = lean_ctor_get(x_201, 1); +lean_inc(x_203); +lean_dec(x_201); +x_204 = lean_box(x_2); +x_205 = lean_box(x_3); +x_206 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__12___boxed), 12, 5); +lean_closure_set(x_206, 0, x_13); +lean_closure_set(x_206, 1, x_1); +lean_closure_set(x_206, 2, x_204); +lean_closure_set(x_206, 3, x_205); +lean_closure_set(x_206, 4, x_200); +x_207 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_202, x_206, x_5, x_6, x_7, x_8, x_203); +return x_207; } else { -uint8_t x_212; -lean_dec(x_204); +uint8_t x_208; +lean_dec(x_200); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_212 = !lean_is_exclusive(x_205); -if (x_212 == 0) +x_208 = !lean_is_exclusive(x_201); +if (x_208 == 0) { -return x_205; +return x_201; } else { -lean_object* x_213; lean_object* x_214; lean_object* 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 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_215, 0, x_213); -lean_ctor_set(x_215, 1, x_214); -return x_215; +lean_object* x_209; lean_object* x_210; lean_object* x_211; +x_209 = lean_ctor_get(x_201, 0); +x_210 = lean_ctor_get(x_201, 1); +lean_inc(x_210); +lean_inc(x_209); +lean_dec(x_201); +x_211 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_211, 0, x_209); +lean_ctor_set(x_211, 1, x_210); +return x_211; } } } } 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; -lean_dec(x_121); +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_dec(x_119); lean_dec(x_1); -x_216 = l_Lean_MessageData_ofExpr(x_13); -x_217 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_218 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_218, 0, x_217); -lean_ctor_set(x_218, 1, x_216); -x_219 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_220 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_220, 0, x_218); -lean_ctor_set(x_220, 1, x_219); -x_221 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_220, x_5, x_6, x_7, x_8, x_120); +x_212 = l_Lean_MessageData_ofExpr(x_13); +x_213 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_214 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_214, 0, x_213); +lean_ctor_set(x_214, 1, x_212); +x_215 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_216 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_216, 0, x_214); +lean_ctor_set(x_216, 1, x_215); +x_217 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_216, x_5, x_6, x_7, x_8, x_118); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_221; +return x_217; } } case 3: { -lean_object* x_222; lean_object* x_223; -x_222 = lean_ctor_get(x_12, 1); -lean_inc(x_222); +lean_object* x_218; lean_object* x_219; +x_218 = lean_ctor_get(x_12, 1); +lean_inc(x_218); lean_dec(x_12); -x_223 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_223) == 4) +x_219 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_219) == 4) { -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_224 = lean_ctor_get(x_223, 0); +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; +x_220 = lean_ctor_get(x_219, 0); +lean_inc(x_220); +lean_dec(x_219); +x_221 = lean_st_ref_get(x_8, x_218); +x_222 = lean_ctor_get(x_221, 0); +lean_inc(x_222); +x_223 = lean_ctor_get(x_221, 1); +lean_inc(x_223); +lean_dec(x_221); +x_224 = lean_ctor_get(x_222, 0); lean_inc(x_224); -lean_dec(x_223); -x_225 = lean_st_ref_get(x_8, x_222); -x_226 = lean_ctor_get(x_225, 0); -lean_inc(x_226); -x_227 = lean_ctor_get(x_225, 1); +lean_dec(x_222); +x_225 = lean_ctor_get(x_1, 2); +lean_inc(x_225); +x_226 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_225, x_224, x_220); +if (lean_obj_tag(x_226) == 0) +{ +lean_object* x_227; lean_object* x_228; lean_object* x_229; +x_227 = lean_ctor_get(x_1, 0); lean_inc(x_227); -lean_dec(x_225); -x_228 = lean_ctor_get(x_226, 0); -lean_inc(x_228); -lean_dec(x_226); -x_229 = lean_ctor_get(x_1, 2); -lean_inc(x_229); -x_230 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_229, x_228, x_224); -if (lean_obj_tag(x_230) == 0) -{ -lean_object* x_231; lean_object* x_232; lean_object* x_233; -x_231 = lean_ctor_get(x_1, 0); -lean_inc(x_231); +lean_inc(x_227); +lean_inc(x_220); +x_228 = l_Lean_Name_append(x_220, x_227); +lean_inc(x_220); +x_229 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_220, x_5, x_6, x_7, x_8, x_223); +if (lean_obj_tag(x_229) == 0) +{ +lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; +x_230 = lean_ctor_get(x_229, 0); +lean_inc(x_230); +x_231 = lean_ctor_get(x_229, 1); lean_inc(x_231); -lean_inc(x_224); -x_232 = l_Lean_Name_append(x_224, x_231); -lean_inc(x_224); -x_233 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_224, x_5, x_6, x_7, x_8, x_227); -if (lean_obj_tag(x_233) == 0) -{ -lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; -x_234 = lean_ctor_get(x_233, 0); -lean_inc(x_234); -x_235 = lean_ctor_get(x_233, 1); -lean_inc(x_235); -lean_dec(x_233); -x_236 = l_Lean_ConstantInfo_type(x_234); -x_237 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +lean_dec(x_229); +x_232 = l_Lean_ConstantInfo_type(x_230); +x_233 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); +lean_inc(x_232); +x_234 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_232, x_233, x_5, x_6, x_7, x_8, x_231); +if (lean_obj_tag(x_234) == 0) +{ +lean_object* x_235; lean_object* x_236; uint8_t x_237; lean_object* x_286; uint8_t x_287; +x_235 = lean_ctor_get(x_234, 0); +lean_inc(x_235); +x_236 = lean_ctor_get(x_234, 1); lean_inc(x_236); -x_238 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_236, x_237, x_5, x_6, x_7, x_8, x_235); -if (lean_obj_tag(x_238) == 0) +lean_dec(x_234); +x_286 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_287 = l_Lean_Expr_isConstOf(x_235, x_286); +if (x_287 == 0) { -lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_270; uint8_t x_271; -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_270 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_271 = l_Lean_Expr_isConstOf(x_239, x_270); -if (x_271 == 0) +lean_object* x_288; uint8_t x_289; +x_288 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_289 = l_Lean_Expr_isConstOf(x_235, x_288); +lean_dec(x_235); +x_237 = x_289; +goto block_285; +} +else { -lean_object* x_272; uint8_t x_273; -x_272 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_273 = l_Lean_Expr_isConstOf(x_239, x_272); -lean_dec(x_239); -if (x_273 == 0) +lean_dec(x_235); +x_237 = x_10; +goto block_285; +} +block_285: { -lean_object* x_274; -lean_dec(x_236); -lean_dec(x_234); +if (x_237 == 0) +{ +lean_object* x_238; lean_dec(x_232); -lean_dec(x_229); +lean_dec(x_230); lean_dec(x_228); +lean_dec(x_225); lean_dec(x_224); +lean_dec(x_220); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_274 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_240); -if (lean_obj_tag(x_274) == 0) +x_238 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_236); +if (lean_obj_tag(x_238) == 0) { -lean_object* x_275; -x_275 = lean_ctor_get(x_274, 0); -lean_inc(x_275); -if (lean_obj_tag(x_275) == 0) +lean_object* x_239; +x_239 = lean_ctor_get(x_238, 0); +lean_inc(x_239); +if (lean_obj_tag(x_239) == 0) { -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_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_dec(x_1); -x_276 = lean_ctor_get(x_274, 1); -lean_inc(x_276); -lean_dec(x_274); -x_277 = l_Lean_MessageData_ofName(x_231); -x_278 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_279 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_279, 0, x_278); -lean_ctor_set(x_279, 1, x_277); -x_280 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_281 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_281, 0, x_279); -lean_ctor_set(x_281, 1, x_280); -x_282 = l_Lean_MessageData_ofExpr(x_13); -x_283 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_283, 0, x_281); -lean_ctor_set(x_283, 1, x_282); -x_284 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_285 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_285, 0, x_283); -lean_ctor_set(x_285, 1, x_284); -x_286 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_285, x_5, x_6, x_7, x_8, x_276); +x_240 = lean_ctor_get(x_238, 1); +lean_inc(x_240); +lean_dec(x_238); +x_241 = l_Lean_MessageData_ofName(x_227); +x_242 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_243 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_243, 0, x_242); +lean_ctor_set(x_243, 1, x_241); +x_244 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_245 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_245, 0, x_243); +lean_ctor_set(x_245, 1, x_244); +x_246 = l_Lean_MessageData_ofExpr(x_13); +x_247 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_247, 0, x_245); +lean_ctor_set(x_247, 1, x_246); +x_248 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_249 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_249, 0, x_247); +lean_ctor_set(x_249, 1, x_248); +x_250 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_249, x_5, x_6, x_7, x_8, x_240); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_286; +return x_250; } else { -lean_object* x_287; lean_object* x_288; -lean_dec(x_231); +lean_object* x_251; lean_object* x_252; +lean_dec(x_227); lean_dec(x_13); -x_287 = lean_ctor_get(x_274, 1); -lean_inc(x_287); -lean_dec(x_274); -x_288 = lean_ctor_get(x_275, 0); -lean_inc(x_288); -lean_dec(x_275); -x_4 = x_288; -x_9 = x_287; +x_251 = lean_ctor_get(x_238, 1); +lean_inc(x_251); +lean_dec(x_238); +x_252 = lean_ctor_get(x_239, 0); +lean_inc(x_252); +lean_dec(x_239); +x_4 = x_252; +x_9 = x_251; goto _start; } } else { -uint8_t x_290; -lean_dec(x_231); +uint8_t x_254; +lean_dec(x_227); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_290 = !lean_is_exclusive(x_274); -if (x_290 == 0) +x_254 = !lean_is_exclusive(x_238); +if (x_254 == 0) { -return x_274; +return x_238; } else { -lean_object* x_291; lean_object* x_292; lean_object* x_293; -x_291 = lean_ctor_get(x_274, 0); -x_292 = lean_ctor_get(x_274, 1); -lean_inc(x_292); -lean_inc(x_291); -lean_dec(x_274); -x_293 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_293, 0, x_291); -lean_ctor_set(x_293, 1, x_292); -return x_293; -} -} +lean_object* x_255; lean_object* x_256; lean_object* x_257; +x_255 = lean_ctor_get(x_238, 0); +x_256 = lean_ctor_get(x_238, 1); +lean_inc(x_256); +lean_inc(x_255); +lean_dec(x_238); +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; } -else -{ -lean_object* x_294; -x_294 = lean_box(0); -x_241 = x_294; -goto block_269; } } else { -lean_object* x_295; -lean_dec(x_239); -x_295 = lean_box(0); -x_241 = x_295; -goto block_269; -} -block_269: -{ -lean_object* x_242; -lean_dec(x_241); -x_242 = l_Lean_ConstantInfo_value_x3f(x_234); -if (lean_obj_tag(x_242) == 0) +lean_object* x_258; +x_258 = l_Lean_ConstantInfo_value_x3f(x_230); +if (lean_obj_tag(x_258) == 0) { -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_dec(x_236); -lean_dec(x_234); +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_dec(x_232); -lean_dec(x_229); +lean_dec(x_230); lean_dec(x_228); +lean_dec(x_225); lean_dec(x_224); +lean_dec(x_220); lean_dec(x_1); -x_243 = l_Lean_MessageData_ofName(x_231); -x_244 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_245 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_243); -x_246 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_247 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_247, 0, x_245); -lean_ctor_set(x_247, 1, x_246); -x_248 = l_Lean_MessageData_ofExpr(x_13); -x_249 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_249, 0, x_247); -lean_ctor_set(x_249, 1, x_248); -x_250 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_251 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_251, 0, x_249); -lean_ctor_set(x_251, 1, x_250); -x_252 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_251, x_5, x_6, x_7, x_8, x_240); +x_259 = l_Lean_MessageData_ofName(x_227); +x_260 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_261 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_261, 0, x_260); +lean_ctor_set(x_261, 1, x_259); +x_262 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_263 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_263, 0, x_261); +lean_ctor_set(x_263, 1, x_262); +x_264 = l_Lean_MessageData_ofExpr(x_13); +x_265 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_265, 0, x_263); +lean_ctor_set(x_265, 1, x_264); +x_266 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_267 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_267, 0, x_265); +lean_ctor_set(x_267, 1, x_266); +x_268 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_267, x_5, x_6, x_7, x_8, x_236); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_252; +return x_268; } else { -lean_object* x_253; lean_object* x_254; -lean_dec(x_231); -x_253 = lean_ctor_get(x_242, 0); -lean_inc(x_253); -lean_dec(x_242); -lean_inc(x_224); -x_254 = l_Lean_Environment_getModuleIdxFor_x3f(x_228, x_224); -if (lean_obj_tag(x_254) == 0) +lean_object* x_269; lean_object* x_270; +lean_dec(x_227); +x_269 = lean_ctor_get(x_258, 0); +lean_inc(x_269); +lean_dec(x_258); +lean_inc(x_220); +x_270 = l_Lean_Environment_getModuleIdxFor_x3f(x_224, x_220); +if (lean_obj_tag(x_270) == 0) { -lean_object* x_255; lean_object* x_256; -x_255 = lean_box(0); -x_256 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__17(x_1, x_253, x_2, x_3, x_236, x_232, x_229, x_224, x_13, x_234, x_255, x_5, x_6, x_7, x_8, x_240); -return x_256; +lean_object* x_271; lean_object* x_272; +x_271 = lean_box(0); +x_272 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__17(x_1, x_269, x_2, x_3, x_232, x_228, x_225, x_220, x_13, x_230, x_271, x_5, x_6, x_7, x_8, x_236); +return x_272; } else { -lean_dec(x_254); +lean_dec(x_270); if (x_3 == 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; uint8_t x_263; -lean_dec(x_253); -lean_dec(x_236); -lean_dec(x_234); +lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; lean_object* x_277; lean_object* x_278; uint8_t x_279; +lean_dec(x_269); lean_dec(x_232); -lean_dec(x_229); +lean_dec(x_230); +lean_dec(x_228); +lean_dec(x_225); lean_dec(x_13); lean_dec(x_1); -x_257 = l_Lean_MessageData_ofName(x_224); -x_258 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_259 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_259, 0, x_258); -lean_ctor_set(x_259, 1, x_257); -x_260 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_261 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_261, 0, x_259); -lean_ctor_set(x_261, 1, x_260); -x_262 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_261, x_5, x_6, x_7, x_8, x_240); +x_273 = l_Lean_MessageData_ofName(x_220); +x_274 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_275 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_275, 0, x_274); +lean_ctor_set(x_275, 1, x_273); +x_276 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_277 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_277, 0, x_275); +lean_ctor_set(x_277, 1, x_276); +x_278 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_277, x_5, x_6, x_7, x_8, x_236); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_263 = !lean_is_exclusive(x_262); -if (x_263 == 0) +x_279 = !lean_is_exclusive(x_278); +if (x_279 == 0) { -return x_262; +return x_278; } else { -lean_object* x_264; lean_object* x_265; lean_object* x_266; -x_264 = lean_ctor_get(x_262, 0); -x_265 = lean_ctor_get(x_262, 1); -lean_inc(x_265); -lean_inc(x_264); -lean_dec(x_262); -x_266 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_266, 0, x_264); -lean_ctor_set(x_266, 1, x_265); -return x_266; +lean_object* x_280; lean_object* x_281; lean_object* x_282; +x_280 = lean_ctor_get(x_278, 0); +x_281 = lean_ctor_get(x_278, 1); +lean_inc(x_281); +lean_inc(x_280); +lean_dec(x_278); +x_282 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_282, 0, x_280); +lean_ctor_set(x_282, 1, x_281); +return x_282; } } else { -lean_object* x_267; lean_object* x_268; -x_267 = lean_box(0); -x_268 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__17(x_1, x_253, x_2, x_3, x_236, x_232, x_229, x_224, x_13, x_234, x_267, x_5, x_6, x_7, x_8, x_240); -return x_268; +lean_object* x_283; lean_object* x_284; +x_283 = lean_box(0); +x_284 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__17(x_1, x_269, x_2, x_3, x_232, x_228, x_225, x_220, x_13, x_230, x_283, x_5, x_6, x_7, x_8, x_236); +return x_284; +} } } } @@ -50706,450 +50574,445 @@ return x_268; } else { -uint8_t x_296; -lean_dec(x_236); -lean_dec(x_234); +uint8_t x_290; lean_dec(x_232); -lean_dec(x_231); -lean_dec(x_229); +lean_dec(x_230); lean_dec(x_228); +lean_dec(x_227); +lean_dec(x_225); lean_dec(x_224); +lean_dec(x_220); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_296 = !lean_is_exclusive(x_238); -if (x_296 == 0) +x_290 = !lean_is_exclusive(x_234); +if (x_290 == 0) { -return x_238; +return x_234; } else { -lean_object* x_297; lean_object* x_298; lean_object* x_299; -x_297 = lean_ctor_get(x_238, 0); -x_298 = lean_ctor_get(x_238, 1); -lean_inc(x_298); -lean_inc(x_297); -lean_dec(x_238); -x_299 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_299, 0, x_297); -lean_ctor_set(x_299, 1, x_298); -return x_299; +lean_object* x_291; lean_object* x_292; lean_object* x_293; +x_291 = lean_ctor_get(x_234, 0); +x_292 = lean_ctor_get(x_234, 1); +lean_inc(x_292); +lean_inc(x_291); +lean_dec(x_234); +x_293 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_293, 0, x_291); +lean_ctor_set(x_293, 1, x_292); +return x_293; } } } else { -uint8_t x_300; -lean_dec(x_232); -lean_dec(x_231); -lean_dec(x_229); +uint8_t x_294; lean_dec(x_228); +lean_dec(x_227); +lean_dec(x_225); lean_dec(x_224); +lean_dec(x_220); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_300 = !lean_is_exclusive(x_233); -if (x_300 == 0) +x_294 = !lean_is_exclusive(x_229); +if (x_294 == 0) { -return x_233; +return x_229; } else { -lean_object* x_301; lean_object* x_302; lean_object* x_303; -x_301 = lean_ctor_get(x_233, 0); -x_302 = lean_ctor_get(x_233, 1); -lean_inc(x_302); -lean_inc(x_301); -lean_dec(x_233); -x_303 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_303, 0, x_301); -lean_ctor_set(x_303, 1, x_302); -return x_303; +lean_object* x_295; lean_object* x_296; lean_object* x_297; +x_295 = lean_ctor_get(x_229, 0); +x_296 = lean_ctor_get(x_229, 1); +lean_inc(x_296); +lean_inc(x_295); +lean_dec(x_229); +x_297 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_297, 0, x_295); +lean_ctor_set(x_297, 1, x_296); +return x_297; } } } else { -lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; -lean_dec(x_229); -lean_dec(x_228); +lean_object* x_298; lean_object* x_299; lean_object* x_300; lean_object* x_301; +lean_dec(x_225); lean_dec(x_224); -x_304 = lean_ctor_get(x_230, 0); -lean_inc(x_304); -lean_dec(x_230); -x_305 = lean_box(0); -x_306 = l_Lean_Expr_const___override(x_304, x_305); +lean_dec(x_220); +x_298 = lean_ctor_get(x_226, 0); +lean_inc(x_298); +lean_dec(x_226); +x_299 = lean_box(0); +x_300 = l_Lean_Expr_const___override(x_298, x_299); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_306); -x_307 = lean_infer_type(x_306, x_5, x_6, x_7, x_8, x_227); -if (lean_obj_tag(x_307) == 0) -{ -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_308 = lean_ctor_get(x_307, 0); -lean_inc(x_308); -x_309 = lean_ctor_get(x_307, 1); -lean_inc(x_309); -lean_dec(x_307); -x_310 = lean_box(x_2); -x_311 = lean_box(x_3); -x_312 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__18___boxed), 12, 5); -lean_closure_set(x_312, 0, x_13); -lean_closure_set(x_312, 1, x_1); -lean_closure_set(x_312, 2, x_310); -lean_closure_set(x_312, 3, x_311); -lean_closure_set(x_312, 4, x_306); -x_313 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_308, x_312, x_5, x_6, x_7, x_8, x_309); -return x_313; +lean_inc(x_300); +x_301 = lean_infer_type(x_300, x_5, x_6, x_7, x_8, x_223); +if (lean_obj_tag(x_301) == 0) +{ +lean_object* x_302; lean_object* x_303; lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; +x_302 = lean_ctor_get(x_301, 0); +lean_inc(x_302); +x_303 = lean_ctor_get(x_301, 1); +lean_inc(x_303); +lean_dec(x_301); +x_304 = lean_box(x_2); +x_305 = lean_box(x_3); +x_306 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__18___boxed), 12, 5); +lean_closure_set(x_306, 0, x_13); +lean_closure_set(x_306, 1, x_1); +lean_closure_set(x_306, 2, x_304); +lean_closure_set(x_306, 3, x_305); +lean_closure_set(x_306, 4, x_300); +x_307 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_302, x_306, x_5, x_6, x_7, x_8, x_303); +return x_307; } else { -uint8_t x_314; -lean_dec(x_306); +uint8_t x_308; +lean_dec(x_300); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_314 = !lean_is_exclusive(x_307); -if (x_314 == 0) +x_308 = !lean_is_exclusive(x_301); +if (x_308 == 0) { -return x_307; +return x_301; } else { -lean_object* x_315; lean_object* x_316; lean_object* x_317; -x_315 = lean_ctor_get(x_307, 0); -x_316 = lean_ctor_get(x_307, 1); -lean_inc(x_316); -lean_inc(x_315); -lean_dec(x_307); -x_317 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_317, 0, x_315); -lean_ctor_set(x_317, 1, x_316); -return x_317; +lean_object* x_309; lean_object* x_310; lean_object* x_311; +x_309 = lean_ctor_get(x_301, 0); +x_310 = lean_ctor_get(x_301, 1); +lean_inc(x_310); +lean_inc(x_309); +lean_dec(x_301); +x_311 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_311, 0, x_309); +lean_ctor_set(x_311, 1, x_310); +return x_311; } } } } else { -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_dec(x_223); +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_dec(x_219); lean_dec(x_1); -x_318 = l_Lean_MessageData_ofExpr(x_13); -x_319 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_320 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_320, 0, x_319); -lean_ctor_set(x_320, 1, x_318); -x_321 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_322 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_322, 0, x_320); -lean_ctor_set(x_322, 1, x_321); -x_323 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_322, x_5, x_6, x_7, x_8, x_222); +x_312 = l_Lean_MessageData_ofExpr(x_13); +x_313 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_314 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_314, 0, x_313); +lean_ctor_set(x_314, 1, x_312); +x_315 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_316 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_316, 0, x_314); +lean_ctor_set(x_316, 1, x_315); +x_317 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_316, x_5, x_6, x_7, x_8, x_218); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_323; +return x_317; } } case 4: { -lean_object* x_324; lean_object* x_325; -x_324 = lean_ctor_get(x_12, 1); +lean_object* x_318; lean_object* x_319; +x_318 = lean_ctor_get(x_12, 1); +lean_inc(x_318); +lean_dec(x_12); +x_319 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_319) == 4) +{ +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; +x_320 = lean_ctor_get(x_319, 0); +lean_inc(x_320); +lean_dec(x_319); +x_321 = lean_st_ref_get(x_8, x_318); +x_322 = lean_ctor_get(x_321, 0); +lean_inc(x_322); +x_323 = lean_ctor_get(x_321, 1); +lean_inc(x_323); +lean_dec(x_321); +x_324 = lean_ctor_get(x_322, 0); lean_inc(x_324); -lean_dec(x_12); -x_325 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_325) == 4) -{ -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; -x_326 = lean_ctor_get(x_325, 0); -lean_inc(x_326); -lean_dec(x_325); -x_327 = lean_st_ref_get(x_8, x_324); -x_328 = lean_ctor_get(x_327, 0); -lean_inc(x_328); -x_329 = lean_ctor_get(x_327, 1); -lean_inc(x_329); -lean_dec(x_327); -x_330 = lean_ctor_get(x_328, 0); +lean_dec(x_322); +x_325 = lean_ctor_get(x_1, 2); +lean_inc(x_325); +x_326 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_325, x_324, x_320); +if (lean_obj_tag(x_326) == 0) +{ +lean_object* x_327; lean_object* x_328; lean_object* x_329; +x_327 = lean_ctor_get(x_1, 0); +lean_inc(x_327); +lean_inc(x_327); +lean_inc(x_320); +x_328 = l_Lean_Name_append(x_320, x_327); +lean_inc(x_320); +x_329 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_320, x_5, x_6, x_7, x_8, x_323); +if (lean_obj_tag(x_329) == 0) +{ +lean_object* x_330; lean_object* x_331; lean_object* x_332; lean_object* x_333; lean_object* x_334; +x_330 = lean_ctor_get(x_329, 0); lean_inc(x_330); -lean_dec(x_328); -x_331 = lean_ctor_get(x_1, 2); +x_331 = lean_ctor_get(x_329, 1); lean_inc(x_331); -x_332 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_331, x_330, x_326); -if (lean_obj_tag(x_332) == 0) -{ -lean_object* x_333; lean_object* x_334; lean_object* x_335; -x_333 = lean_ctor_get(x_1, 0); -lean_inc(x_333); -lean_inc(x_333); -lean_inc(x_326); -x_334 = l_Lean_Name_append(x_326, x_333); -lean_inc(x_326); -x_335 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_326, x_5, x_6, x_7, x_8, x_329); -if (lean_obj_tag(x_335) == 0) -{ -lean_object* x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; -x_336 = lean_ctor_get(x_335, 0); -lean_inc(x_336); -x_337 = lean_ctor_get(x_335, 1); -lean_inc(x_337); -lean_dec(x_335); -x_338 = l_Lean_ConstantInfo_type(x_336); -x_339 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +lean_dec(x_329); +x_332 = l_Lean_ConstantInfo_type(x_330); +x_333 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_338); -x_340 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_338, x_339, x_5, x_6, x_7, x_8, x_337); -if (lean_obj_tag(x_340) == 0) -{ -lean_object* x_341; lean_object* x_342; lean_object* x_343; lean_object* x_372; uint8_t x_373; -x_341 = lean_ctor_get(x_340, 0); -lean_inc(x_341); -x_342 = lean_ctor_get(x_340, 1); -lean_inc(x_342); -lean_dec(x_340); -x_372 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_373 = l_Lean_Expr_isConstOf(x_341, x_372); -if (x_373 == 0) -{ -lean_object* x_374; uint8_t x_375; -x_374 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_375 = l_Lean_Expr_isConstOf(x_341, x_374); -lean_dec(x_341); -if (x_375 == 0) -{ -lean_object* x_376; -lean_dec(x_338); -lean_dec(x_336); +lean_inc(x_332); +x_334 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_332, x_333, x_5, x_6, x_7, x_8, x_331); +if (lean_obj_tag(x_334) == 0) +{ +lean_object* x_335; lean_object* x_336; uint8_t x_337; lean_object* x_386; uint8_t x_387; +x_335 = lean_ctor_get(x_334, 0); +lean_inc(x_335); +x_336 = lean_ctor_get(x_334, 1); +lean_inc(x_336); lean_dec(x_334); -lean_dec(x_331); +x_386 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_387 = l_Lean_Expr_isConstOf(x_335, x_386); +if (x_387 == 0) +{ +lean_object* x_388; uint8_t x_389; +x_388 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_389 = l_Lean_Expr_isConstOf(x_335, x_388); +lean_dec(x_335); +x_337 = x_389; +goto block_385; +} +else +{ +lean_dec(x_335); +x_337 = x_10; +goto block_385; +} +block_385: +{ +if (x_337 == 0) +{ +lean_object* x_338; +lean_dec(x_332); lean_dec(x_330); -lean_dec(x_326); +lean_dec(x_328); +lean_dec(x_325); +lean_dec(x_324); +lean_dec(x_320); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_376 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_342); -if (lean_obj_tag(x_376) == 0) +x_338 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_336); +if (lean_obj_tag(x_338) == 0) { -lean_object* x_377; -x_377 = lean_ctor_get(x_376, 0); -lean_inc(x_377); -if (lean_obj_tag(x_377) == 0) +lean_object* x_339; +x_339 = lean_ctor_get(x_338, 0); +lean_inc(x_339); +if (lean_obj_tag(x_339) == 0) { -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_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_dec(x_1); -x_378 = lean_ctor_get(x_376, 1); -lean_inc(x_378); -lean_dec(x_376); -x_379 = l_Lean_MessageData_ofName(x_333); -x_380 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_381 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_381, 0, x_380); -lean_ctor_set(x_381, 1, x_379); -x_382 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_383 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_383, 0, x_381); -lean_ctor_set(x_383, 1, x_382); -x_384 = l_Lean_MessageData_ofExpr(x_13); -x_385 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_385, 0, x_383); -lean_ctor_set(x_385, 1, x_384); -x_386 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_387 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_387, 0, x_385); -lean_ctor_set(x_387, 1, x_386); -x_388 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_387, x_5, x_6, x_7, x_8, x_378); +x_340 = lean_ctor_get(x_338, 1); +lean_inc(x_340); +lean_dec(x_338); +x_341 = l_Lean_MessageData_ofName(x_327); +x_342 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_343 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_343, 0, x_342); +lean_ctor_set(x_343, 1, x_341); +x_344 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_345 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_345, 0, x_343); +lean_ctor_set(x_345, 1, x_344); +x_346 = l_Lean_MessageData_ofExpr(x_13); +x_347 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_347, 0, x_345); +lean_ctor_set(x_347, 1, x_346); +x_348 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_349 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_349, 0, x_347); +lean_ctor_set(x_349, 1, x_348); +x_350 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_349, x_5, x_6, x_7, x_8, x_340); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_388; +return x_350; } else { -lean_object* x_389; lean_object* x_390; -lean_dec(x_333); +lean_object* x_351; lean_object* x_352; +lean_dec(x_327); lean_dec(x_13); -x_389 = lean_ctor_get(x_376, 1); -lean_inc(x_389); -lean_dec(x_376); -x_390 = lean_ctor_get(x_377, 0); -lean_inc(x_390); -lean_dec(x_377); -x_4 = x_390; -x_9 = x_389; +x_351 = lean_ctor_get(x_338, 1); +lean_inc(x_351); +lean_dec(x_338); +x_352 = lean_ctor_get(x_339, 0); +lean_inc(x_352); +lean_dec(x_339); +x_4 = x_352; +x_9 = x_351; goto _start; } } else { -uint8_t x_392; -lean_dec(x_333); +uint8_t x_354; +lean_dec(x_327); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_392 = !lean_is_exclusive(x_376); -if (x_392 == 0) +x_354 = !lean_is_exclusive(x_338); +if (x_354 == 0) { -return x_376; +return x_338; } else { -lean_object* x_393; lean_object* x_394; lean_object* x_395; -x_393 = lean_ctor_get(x_376, 0); -x_394 = lean_ctor_get(x_376, 1); -lean_inc(x_394); -lean_inc(x_393); -lean_dec(x_376); -x_395 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_395, 0, x_393); -lean_ctor_set(x_395, 1, x_394); -return x_395; +lean_object* x_355; lean_object* x_356; lean_object* x_357; +x_355 = lean_ctor_get(x_338, 0); +x_356 = lean_ctor_get(x_338, 1); +lean_inc(x_356); +lean_inc(x_355); +lean_dec(x_338); +x_357 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_357, 0, x_355); +lean_ctor_set(x_357, 1, x_356); +return x_357; } } } else { -lean_object* x_396; -x_396 = lean_box(0); -x_343 = x_396; -goto block_371; -} -} -else +lean_object* x_358; +x_358 = l_Lean_ConstantInfo_value_x3f(x_330); +if (lean_obj_tag(x_358) == 0) { -lean_object* x_397; -lean_dec(x_341); -x_397 = lean_box(0); -x_343 = x_397; -goto block_371; -} -block_371: -{ -lean_object* x_344; -lean_dec(x_343); -x_344 = l_Lean_ConstantInfo_value_x3f(x_336); -if (lean_obj_tag(x_344) == 0) -{ -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_dec(x_338); -lean_dec(x_336); -lean_dec(x_334); -lean_dec(x_331); +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_dec(x_332); lean_dec(x_330); -lean_dec(x_326); +lean_dec(x_328); +lean_dec(x_325); +lean_dec(x_324); +lean_dec(x_320); lean_dec(x_1); -x_345 = l_Lean_MessageData_ofName(x_333); -x_346 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_347 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_347, 0, x_346); -lean_ctor_set(x_347, 1, x_345); -x_348 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_349 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_349, 0, x_347); -lean_ctor_set(x_349, 1, x_348); -x_350 = l_Lean_MessageData_ofExpr(x_13); -x_351 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_351, 0, x_349); -lean_ctor_set(x_351, 1, x_350); -x_352 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_353 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_353, 0, x_351); -lean_ctor_set(x_353, 1, x_352); -x_354 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_353, x_5, x_6, x_7, x_8, x_342); +x_359 = l_Lean_MessageData_ofName(x_327); +x_360 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_361 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_361, 0, x_360); +lean_ctor_set(x_361, 1, x_359); +x_362 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_363 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_363, 0, x_361); +lean_ctor_set(x_363, 1, x_362); +x_364 = l_Lean_MessageData_ofExpr(x_13); +x_365 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_365, 0, x_363); +lean_ctor_set(x_365, 1, x_364); +x_366 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_367 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_367, 0, x_365); +lean_ctor_set(x_367, 1, x_366); +x_368 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_367, x_5, x_6, x_7, x_8, x_336); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_354; +return x_368; } else { -lean_object* x_355; lean_object* x_356; -lean_dec(x_333); -x_355 = lean_ctor_get(x_344, 0); -lean_inc(x_355); -lean_dec(x_344); -lean_inc(x_326); -x_356 = l_Lean_Environment_getModuleIdxFor_x3f(x_330, x_326); -if (lean_obj_tag(x_356) == 0) +lean_object* x_369; lean_object* x_370; +lean_dec(x_327); +x_369 = lean_ctor_get(x_358, 0); +lean_inc(x_369); +lean_dec(x_358); +lean_inc(x_320); +x_370 = l_Lean_Environment_getModuleIdxFor_x3f(x_324, x_320); +if (lean_obj_tag(x_370) == 0) { -lean_object* x_357; lean_object* x_358; -x_357 = lean_box(0); -x_358 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__23(x_1, x_355, x_2, x_3, x_338, x_334, x_331, x_326, x_13, x_336, x_357, x_5, x_6, x_7, x_8, x_342); -return x_358; +lean_object* x_371; lean_object* x_372; +x_371 = lean_box(0); +x_372 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__23(x_1, x_369, x_2, x_3, x_332, x_328, x_325, x_320, x_13, x_330, x_371, x_5, x_6, x_7, x_8, x_336); +return x_372; } else { -lean_dec(x_356); +lean_dec(x_370); if (x_3 == 0) { -lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; uint8_t x_365; -lean_dec(x_355); -lean_dec(x_338); -lean_dec(x_336); -lean_dec(x_334); -lean_dec(x_331); +lean_object* x_373; lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; uint8_t x_379; +lean_dec(x_369); +lean_dec(x_332); +lean_dec(x_330); +lean_dec(x_328); +lean_dec(x_325); lean_dec(x_13); lean_dec(x_1); -x_359 = l_Lean_MessageData_ofName(x_326); -x_360 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_361 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_361, 0, x_360); -lean_ctor_set(x_361, 1, x_359); -x_362 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_363 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_363, 0, x_361); -lean_ctor_set(x_363, 1, x_362); -x_364 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_363, x_5, x_6, x_7, x_8, x_342); +x_373 = l_Lean_MessageData_ofName(x_320); +x_374 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_375 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_375, 0, x_374); +lean_ctor_set(x_375, 1, x_373); +x_376 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_377 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_377, 0, x_375); +lean_ctor_set(x_377, 1, x_376); +x_378 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_377, x_5, x_6, x_7, x_8, x_336); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_365 = !lean_is_exclusive(x_364); -if (x_365 == 0) +x_379 = !lean_is_exclusive(x_378); +if (x_379 == 0) { -return x_364; +return x_378; } else { -lean_object* x_366; lean_object* x_367; lean_object* x_368; -x_366 = lean_ctor_get(x_364, 0); -x_367 = lean_ctor_get(x_364, 1); -lean_inc(x_367); -lean_inc(x_366); -lean_dec(x_364); -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; +lean_object* x_380; lean_object* x_381; lean_object* x_382; +x_380 = lean_ctor_get(x_378, 0); +x_381 = lean_ctor_get(x_378, 1); +lean_inc(x_381); +lean_inc(x_380); +lean_dec(x_378); +x_382 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_382, 0, x_380); +lean_ctor_set(x_382, 1, x_381); +return x_382; } } else { -lean_object* x_369; lean_object* x_370; -x_369 = lean_box(0); -x_370 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__23(x_1, x_355, x_2, x_3, x_338, x_334, x_331, x_326, x_13, x_336, x_369, x_5, x_6, x_7, x_8, x_342); -return x_370; +lean_object* x_383; lean_object* x_384; +x_383 = lean_box(0); +x_384 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__23(x_1, x_369, x_2, x_3, x_332, x_328, x_325, x_320, x_13, x_330, x_383, x_5, x_6, x_7, x_8, x_336); +return x_384; +} } } } @@ -51157,450 +51020,445 @@ return x_370; } else { -uint8_t x_398; -lean_dec(x_338); -lean_dec(x_336); -lean_dec(x_334); -lean_dec(x_333); -lean_dec(x_331); +uint8_t x_390; +lean_dec(x_332); lean_dec(x_330); -lean_dec(x_326); +lean_dec(x_328); +lean_dec(x_327); +lean_dec(x_325); +lean_dec(x_324); +lean_dec(x_320); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_398 = !lean_is_exclusive(x_340); -if (x_398 == 0) +x_390 = !lean_is_exclusive(x_334); +if (x_390 == 0) { -return x_340; +return x_334; } else { -lean_object* x_399; lean_object* x_400; lean_object* x_401; -x_399 = lean_ctor_get(x_340, 0); -x_400 = lean_ctor_get(x_340, 1); -lean_inc(x_400); -lean_inc(x_399); -lean_dec(x_340); -x_401 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_401, 0, x_399); -lean_ctor_set(x_401, 1, x_400); -return x_401; +lean_object* x_391; lean_object* x_392; lean_object* x_393; +x_391 = lean_ctor_get(x_334, 0); +x_392 = lean_ctor_get(x_334, 1); +lean_inc(x_392); +lean_inc(x_391); +lean_dec(x_334); +x_393 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_393, 0, x_391); +lean_ctor_set(x_393, 1, x_392); +return x_393; } } } else { -uint8_t x_402; -lean_dec(x_334); -lean_dec(x_333); -lean_dec(x_331); -lean_dec(x_330); -lean_dec(x_326); +uint8_t x_394; +lean_dec(x_328); +lean_dec(x_327); +lean_dec(x_325); +lean_dec(x_324); +lean_dec(x_320); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_402 = !lean_is_exclusive(x_335); -if (x_402 == 0) +x_394 = !lean_is_exclusive(x_329); +if (x_394 == 0) { -return x_335; +return x_329; } else { -lean_object* x_403; lean_object* x_404; lean_object* x_405; -x_403 = lean_ctor_get(x_335, 0); -x_404 = lean_ctor_get(x_335, 1); -lean_inc(x_404); -lean_inc(x_403); -lean_dec(x_335); -x_405 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_405, 0, x_403); -lean_ctor_set(x_405, 1, x_404); -return x_405; +lean_object* x_395; lean_object* x_396; lean_object* x_397; +x_395 = lean_ctor_get(x_329, 0); +x_396 = lean_ctor_get(x_329, 1); +lean_inc(x_396); +lean_inc(x_395); +lean_dec(x_329); +x_397 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_397, 0, x_395); +lean_ctor_set(x_397, 1, x_396); +return x_397; } } } else { -lean_object* x_406; lean_object* x_407; lean_object* x_408; lean_object* x_409; -lean_dec(x_331); -lean_dec(x_330); +lean_object* x_398; lean_object* x_399; lean_object* x_400; lean_object* x_401; +lean_dec(x_325); +lean_dec(x_324); +lean_dec(x_320); +x_398 = lean_ctor_get(x_326, 0); +lean_inc(x_398); lean_dec(x_326); -x_406 = lean_ctor_get(x_332, 0); -lean_inc(x_406); -lean_dec(x_332); -x_407 = lean_box(0); -x_408 = l_Lean_Expr_const___override(x_406, x_407); +x_399 = lean_box(0); +x_400 = l_Lean_Expr_const___override(x_398, x_399); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_408); -x_409 = lean_infer_type(x_408, x_5, x_6, x_7, x_8, x_329); -if (lean_obj_tag(x_409) == 0) +lean_inc(x_400); +x_401 = lean_infer_type(x_400, x_5, x_6, x_7, x_8, x_323); +if (lean_obj_tag(x_401) == 0) { -lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; lean_object* x_414; lean_object* x_415; -x_410 = lean_ctor_get(x_409, 0); -lean_inc(x_410); -x_411 = lean_ctor_get(x_409, 1); -lean_inc(x_411); -lean_dec(x_409); -x_412 = lean_box(x_2); -x_413 = lean_box(x_3); -x_414 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__24___boxed), 12, 5); -lean_closure_set(x_414, 0, x_13); -lean_closure_set(x_414, 1, x_1); -lean_closure_set(x_414, 2, x_412); -lean_closure_set(x_414, 3, x_413); -lean_closure_set(x_414, 4, x_408); -x_415 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_410, x_414, x_5, x_6, x_7, x_8, x_411); -return x_415; +lean_object* x_402; lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; +x_402 = lean_ctor_get(x_401, 0); +lean_inc(x_402); +x_403 = lean_ctor_get(x_401, 1); +lean_inc(x_403); +lean_dec(x_401); +x_404 = lean_box(x_2); +x_405 = lean_box(x_3); +x_406 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__24___boxed), 12, 5); +lean_closure_set(x_406, 0, x_13); +lean_closure_set(x_406, 1, x_1); +lean_closure_set(x_406, 2, x_404); +lean_closure_set(x_406, 3, x_405); +lean_closure_set(x_406, 4, x_400); +x_407 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_402, x_406, x_5, x_6, x_7, x_8, x_403); +return x_407; } else { -uint8_t x_416; -lean_dec(x_408); +uint8_t x_408; +lean_dec(x_400); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_416 = !lean_is_exclusive(x_409); -if (x_416 == 0) +x_408 = !lean_is_exclusive(x_401); +if (x_408 == 0) { -return x_409; +return x_401; } else { -lean_object* x_417; lean_object* x_418; lean_object* x_419; -x_417 = lean_ctor_get(x_409, 0); -x_418 = lean_ctor_get(x_409, 1); -lean_inc(x_418); -lean_inc(x_417); -lean_dec(x_409); -x_419 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_419, 0, x_417); -lean_ctor_set(x_419, 1, x_418); -return x_419; +lean_object* x_409; lean_object* x_410; lean_object* x_411; +x_409 = lean_ctor_get(x_401, 0); +x_410 = lean_ctor_get(x_401, 1); +lean_inc(x_410); +lean_inc(x_409); +lean_dec(x_401); +x_411 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_411, 0, x_409); +lean_ctor_set(x_411, 1, x_410); +return x_411; } } } } else { -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_dec(x_325); +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_dec(x_319); lean_dec(x_1); -x_420 = l_Lean_MessageData_ofExpr(x_13); -x_421 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_422 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_422, 0, x_421); -lean_ctor_set(x_422, 1, x_420); -x_423 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_424 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_424, 0, x_422); -lean_ctor_set(x_424, 1, x_423); -x_425 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_424, x_5, x_6, x_7, x_8, x_324); +x_412 = l_Lean_MessageData_ofExpr(x_13); +x_413 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_414 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_414, 0, x_413); +lean_ctor_set(x_414, 1, x_412); +x_415 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_416 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_416, 0, x_414); +lean_ctor_set(x_416, 1, x_415); +x_417 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_416, x_5, x_6, x_7, x_8, x_318); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_425; +return x_417; } } case 5: { -lean_object* x_426; lean_object* x_427; -x_426 = lean_ctor_get(x_12, 1); -lean_inc(x_426); +lean_object* x_418; lean_object* x_419; +x_418 = lean_ctor_get(x_12, 1); +lean_inc(x_418); lean_dec(x_12); -x_427 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_427) == 4) -{ -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_428 = lean_ctor_get(x_427, 0); -lean_inc(x_428); -lean_dec(x_427); -x_429 = lean_st_ref_get(x_8, x_426); +x_419 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_419) == 4) +{ +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_420 = lean_ctor_get(x_419, 0); +lean_inc(x_420); +lean_dec(x_419); +x_421 = lean_st_ref_get(x_8, x_418); +x_422 = lean_ctor_get(x_421, 0); +lean_inc(x_422); +x_423 = lean_ctor_get(x_421, 1); +lean_inc(x_423); +lean_dec(x_421); +x_424 = lean_ctor_get(x_422, 0); +lean_inc(x_424); +lean_dec(x_422); +x_425 = lean_ctor_get(x_1, 2); +lean_inc(x_425); +x_426 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_425, x_424, x_420); +if (lean_obj_tag(x_426) == 0) +{ +lean_object* x_427; lean_object* x_428; lean_object* x_429; +x_427 = lean_ctor_get(x_1, 0); +lean_inc(x_427); +lean_inc(x_427); +lean_inc(x_420); +x_428 = l_Lean_Name_append(x_420, x_427); +lean_inc(x_420); +x_429 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_420, x_5, x_6, x_7, x_8, x_423); +if (lean_obj_tag(x_429) == 0) +{ +lean_object* x_430; lean_object* x_431; lean_object* x_432; lean_object* x_433; lean_object* x_434; x_430 = lean_ctor_get(x_429, 0); lean_inc(x_430); x_431 = lean_ctor_get(x_429, 1); lean_inc(x_431); lean_dec(x_429); -x_432 = lean_ctor_get(x_430, 0); -lean_inc(x_432); -lean_dec(x_430); -x_433 = lean_ctor_get(x_1, 2); -lean_inc(x_433); -x_434 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_433, x_432, x_428); -if (lean_obj_tag(x_434) == 0) -{ -lean_object* x_435; lean_object* x_436; lean_object* x_437; -x_435 = lean_ctor_get(x_1, 0); -lean_inc(x_435); -lean_inc(x_435); -lean_inc(x_428); -x_436 = l_Lean_Name_append(x_428, x_435); -lean_inc(x_428); -x_437 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_428, x_5, x_6, x_7, x_8, x_431); -if (lean_obj_tag(x_437) == 0) -{ -lean_object* x_438; lean_object* x_439; lean_object* x_440; lean_object* x_441; lean_object* x_442; -x_438 = lean_ctor_get(x_437, 0); -lean_inc(x_438); -x_439 = lean_ctor_get(x_437, 1); -lean_inc(x_439); -lean_dec(x_437); -x_440 = l_Lean_ConstantInfo_type(x_438); -x_441 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +x_432 = l_Lean_ConstantInfo_type(x_430); +x_433 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_440); -x_442 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_440, x_441, x_5, x_6, x_7, x_8, x_439); -if (lean_obj_tag(x_442) == 0) -{ -lean_object* x_443; lean_object* x_444; lean_object* x_445; lean_object* x_474; uint8_t x_475; -x_443 = lean_ctor_get(x_442, 0); -lean_inc(x_443); -x_444 = lean_ctor_get(x_442, 1); -lean_inc(x_444); -lean_dec(x_442); -x_474 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_475 = l_Lean_Expr_isConstOf(x_443, x_474); -if (x_475 == 0) -{ -lean_object* x_476; uint8_t x_477; -x_476 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_477 = l_Lean_Expr_isConstOf(x_443, x_476); -lean_dec(x_443); -if (x_477 == 0) -{ -lean_object* x_478; -lean_dec(x_440); -lean_dec(x_438); -lean_dec(x_436); -lean_dec(x_433); +lean_inc(x_432); +x_434 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_432, x_433, x_5, x_6, x_7, x_8, x_431); +if (lean_obj_tag(x_434) == 0) +{ +lean_object* x_435; lean_object* x_436; uint8_t x_437; lean_object* x_486; uint8_t x_487; +x_435 = lean_ctor_get(x_434, 0); +lean_inc(x_435); +x_436 = lean_ctor_get(x_434, 1); +lean_inc(x_436); +lean_dec(x_434); +x_486 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_487 = l_Lean_Expr_isConstOf(x_435, x_486); +if (x_487 == 0) +{ +lean_object* x_488; uint8_t x_489; +x_488 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_489 = l_Lean_Expr_isConstOf(x_435, x_488); +lean_dec(x_435); +x_437 = x_489; +goto block_485; +} +else +{ +lean_dec(x_435); +x_437 = x_10; +goto block_485; +} +block_485: +{ +if (x_437 == 0) +{ +lean_object* x_438; lean_dec(x_432); +lean_dec(x_430); lean_dec(x_428); +lean_dec(x_425); +lean_dec(x_424); +lean_dec(x_420); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_478 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_444); -if (lean_obj_tag(x_478) == 0) +x_438 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_436); +if (lean_obj_tag(x_438) == 0) { -lean_object* x_479; -x_479 = lean_ctor_get(x_478, 0); -lean_inc(x_479); -if (lean_obj_tag(x_479) == 0) +lean_object* x_439; +x_439 = lean_ctor_get(x_438, 0); +lean_inc(x_439); +if (lean_obj_tag(x_439) == 0) { -lean_object* x_480; lean_object* x_481; lean_object* x_482; lean_object* x_483; lean_object* x_484; lean_object* x_485; lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; lean_object* x_490; +lean_object* x_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_dec(x_1); -x_480 = lean_ctor_get(x_478, 1); -lean_inc(x_480); -lean_dec(x_478); -x_481 = l_Lean_MessageData_ofName(x_435); -x_482 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_483 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_483, 0, x_482); -lean_ctor_set(x_483, 1, x_481); -x_484 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_485 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_485, 0, x_483); -lean_ctor_set(x_485, 1, x_484); -x_486 = l_Lean_MessageData_ofExpr(x_13); -x_487 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_487, 0, x_485); -lean_ctor_set(x_487, 1, x_486); -x_488 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_489 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_489, 0, x_487); -lean_ctor_set(x_489, 1, x_488); -x_490 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_489, x_5, x_6, x_7, x_8, x_480); +x_440 = lean_ctor_get(x_438, 1); +lean_inc(x_440); +lean_dec(x_438); +x_441 = l_Lean_MessageData_ofName(x_427); +x_442 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_443 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_443, 0, x_442); +lean_ctor_set(x_443, 1, x_441); +x_444 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_445 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_445, 0, x_443); +lean_ctor_set(x_445, 1, x_444); +x_446 = l_Lean_MessageData_ofExpr(x_13); +x_447 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_447, 0, x_445); +lean_ctor_set(x_447, 1, x_446); +x_448 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_449 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_449, 0, x_447); +lean_ctor_set(x_449, 1, x_448); +x_450 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_449, x_5, x_6, x_7, x_8, x_440); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_490; +return x_450; } else { -lean_object* x_491; lean_object* x_492; -lean_dec(x_435); +lean_object* x_451; lean_object* x_452; +lean_dec(x_427); lean_dec(x_13); -x_491 = lean_ctor_get(x_478, 1); -lean_inc(x_491); -lean_dec(x_478); -x_492 = lean_ctor_get(x_479, 0); -lean_inc(x_492); -lean_dec(x_479); -x_4 = x_492; -x_9 = x_491; +x_451 = lean_ctor_get(x_438, 1); +lean_inc(x_451); +lean_dec(x_438); +x_452 = lean_ctor_get(x_439, 0); +lean_inc(x_452); +lean_dec(x_439); +x_4 = x_452; +x_9 = x_451; goto _start; } } else { -uint8_t x_494; -lean_dec(x_435); +uint8_t x_454; +lean_dec(x_427); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_494 = !lean_is_exclusive(x_478); -if (x_494 == 0) +x_454 = !lean_is_exclusive(x_438); +if (x_454 == 0) { -return x_478; +return x_438; } else { -lean_object* x_495; lean_object* x_496; lean_object* x_497; -x_495 = lean_ctor_get(x_478, 0); -x_496 = lean_ctor_get(x_478, 1); -lean_inc(x_496); -lean_inc(x_495); -lean_dec(x_478); -x_497 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_497, 0, x_495); -lean_ctor_set(x_497, 1, x_496); -return x_497; -} -} +lean_object* x_455; lean_object* x_456; lean_object* x_457; +x_455 = lean_ctor_get(x_438, 0); +x_456 = lean_ctor_get(x_438, 1); +lean_inc(x_456); +lean_inc(x_455); +lean_dec(x_438); +x_457 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_457, 0, x_455); +lean_ctor_set(x_457, 1, x_456); +return x_457; } -else -{ -lean_object* x_498; -x_498 = lean_box(0); -x_445 = x_498; -goto block_473; } } else { -lean_object* x_499; -lean_dec(x_443); -x_499 = lean_box(0); -x_445 = x_499; -goto block_473; -} -block_473: -{ -lean_object* x_446; -lean_dec(x_445); -x_446 = l_Lean_ConstantInfo_value_x3f(x_438); -if (lean_obj_tag(x_446) == 0) +lean_object* x_458; +x_458 = l_Lean_ConstantInfo_value_x3f(x_430); +if (lean_obj_tag(x_458) == 0) { -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_dec(x_440); -lean_dec(x_438); -lean_dec(x_436); -lean_dec(x_433); +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_dec(x_432); +lean_dec(x_430); lean_dec(x_428); -lean_dec(x_1); -x_447 = l_Lean_MessageData_ofName(x_435); -x_448 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_449 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_449, 0, x_448); -lean_ctor_set(x_449, 1, x_447); -x_450 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_451 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_451, 0, x_449); -lean_ctor_set(x_451, 1, x_450); -x_452 = l_Lean_MessageData_ofExpr(x_13); -x_453 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_453, 0, x_451); -lean_ctor_set(x_453, 1, x_452); -x_454 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_455 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_455, 0, x_453); -lean_ctor_set(x_455, 1, x_454); -x_456 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_455, x_5, x_6, x_7, x_8, x_444); +lean_dec(x_425); +lean_dec(x_424); +lean_dec(x_420); +lean_dec(x_1); +x_459 = l_Lean_MessageData_ofName(x_427); +x_460 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_461 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_461, 0, x_460); +lean_ctor_set(x_461, 1, x_459); +x_462 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_463 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_463, 0, x_461); +lean_ctor_set(x_463, 1, x_462); +x_464 = l_Lean_MessageData_ofExpr(x_13); +x_465 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_465, 0, x_463); +lean_ctor_set(x_465, 1, x_464); +x_466 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_467 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_467, 0, x_465); +lean_ctor_set(x_467, 1, x_466); +x_468 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_467, x_5, x_6, x_7, x_8, x_436); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_456; +return x_468; } else { -lean_object* x_457; lean_object* x_458; -lean_dec(x_435); -x_457 = lean_ctor_get(x_446, 0); -lean_inc(x_457); -lean_dec(x_446); -lean_inc(x_428); -x_458 = l_Lean_Environment_getModuleIdxFor_x3f(x_432, x_428); -if (lean_obj_tag(x_458) == 0) +lean_object* x_469; lean_object* x_470; +lean_dec(x_427); +x_469 = lean_ctor_get(x_458, 0); +lean_inc(x_469); +lean_dec(x_458); +lean_inc(x_420); +x_470 = l_Lean_Environment_getModuleIdxFor_x3f(x_424, x_420); +if (lean_obj_tag(x_470) == 0) { -lean_object* x_459; lean_object* x_460; -x_459 = lean_box(0); -x_460 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__29(x_1, x_457, x_2, x_3, x_440, x_436, x_433, x_428, x_13, x_438, x_459, x_5, x_6, x_7, x_8, x_444); -return x_460; +lean_object* x_471; lean_object* x_472; +x_471 = lean_box(0); +x_472 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__29(x_1, x_469, x_2, x_3, x_432, x_428, x_425, x_420, x_13, x_430, x_471, x_5, x_6, x_7, x_8, x_436); +return x_472; } else { -lean_dec(x_458); +lean_dec(x_470); if (x_3 == 0) { -lean_object* x_461; lean_object* x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; lean_object* x_466; uint8_t x_467; -lean_dec(x_457); -lean_dec(x_440); -lean_dec(x_438); -lean_dec(x_436); -lean_dec(x_433); +lean_object* x_473; lean_object* x_474; lean_object* x_475; lean_object* x_476; lean_object* x_477; lean_object* x_478; uint8_t x_479; +lean_dec(x_469); +lean_dec(x_432); +lean_dec(x_430); +lean_dec(x_428); +lean_dec(x_425); lean_dec(x_13); lean_dec(x_1); -x_461 = l_Lean_MessageData_ofName(x_428); -x_462 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_463 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_463, 0, x_462); -lean_ctor_set(x_463, 1, x_461); -x_464 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_465 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_465, 0, x_463); -lean_ctor_set(x_465, 1, x_464); -x_466 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_465, x_5, x_6, x_7, x_8, x_444); +x_473 = l_Lean_MessageData_ofName(x_420); +x_474 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_475 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_475, 0, x_474); +lean_ctor_set(x_475, 1, x_473); +x_476 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_477 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_477, 0, x_475); +lean_ctor_set(x_477, 1, x_476); +x_478 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_477, x_5, x_6, x_7, x_8, x_436); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_467 = !lean_is_exclusive(x_466); -if (x_467 == 0) +x_479 = !lean_is_exclusive(x_478); +if (x_479 == 0) { -return x_466; +return x_478; } else { -lean_object* x_468; lean_object* x_469; lean_object* x_470; -x_468 = lean_ctor_get(x_466, 0); -x_469 = lean_ctor_get(x_466, 1); -lean_inc(x_469); -lean_inc(x_468); -lean_dec(x_466); -x_470 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_470, 0, x_468); -lean_ctor_set(x_470, 1, x_469); -return x_470; +lean_object* x_480; lean_object* x_481; lean_object* x_482; +x_480 = lean_ctor_get(x_478, 0); +x_481 = lean_ctor_get(x_478, 1); +lean_inc(x_481); +lean_inc(x_480); +lean_dec(x_478); +x_482 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_482, 0, x_480); +lean_ctor_set(x_482, 1, x_481); +return x_482; } } else { -lean_object* x_471; lean_object* x_472; -x_471 = lean_box(0); -x_472 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__29(x_1, x_457, x_2, x_3, x_440, x_436, x_433, x_428, x_13, x_438, x_471, x_5, x_6, x_7, x_8, x_444); -return x_472; +lean_object* x_483; lean_object* x_484; +x_483 = lean_box(0); +x_484 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__29(x_1, x_469, x_2, x_3, x_432, x_428, x_425, x_420, x_13, x_430, x_483, x_5, x_6, x_7, x_8, x_436); +return x_484; +} } } } @@ -51608,465 +51466,460 @@ return x_472; } else { -uint8_t x_500; -lean_dec(x_440); -lean_dec(x_438); -lean_dec(x_436); -lean_dec(x_435); -lean_dec(x_433); +uint8_t x_490; lean_dec(x_432); +lean_dec(x_430); lean_dec(x_428); +lean_dec(x_427); +lean_dec(x_425); +lean_dec(x_424); +lean_dec(x_420); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_500 = !lean_is_exclusive(x_442); -if (x_500 == 0) +x_490 = !lean_is_exclusive(x_434); +if (x_490 == 0) { -return x_442; +return x_434; } else { -lean_object* x_501; lean_object* x_502; lean_object* x_503; -x_501 = lean_ctor_get(x_442, 0); -x_502 = lean_ctor_get(x_442, 1); -lean_inc(x_502); -lean_inc(x_501); -lean_dec(x_442); -x_503 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_503, 0, x_501); -lean_ctor_set(x_503, 1, x_502); -return x_503; +lean_object* x_491; lean_object* x_492; lean_object* x_493; +x_491 = lean_ctor_get(x_434, 0); +x_492 = lean_ctor_get(x_434, 1); +lean_inc(x_492); +lean_inc(x_491); +lean_dec(x_434); +x_493 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_493, 0, x_491); +lean_ctor_set(x_493, 1, x_492); +return x_493; } } } else { -uint8_t x_504; -lean_dec(x_436); -lean_dec(x_435); -lean_dec(x_433); -lean_dec(x_432); +uint8_t x_494; lean_dec(x_428); +lean_dec(x_427); +lean_dec(x_425); +lean_dec(x_424); +lean_dec(x_420); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_504 = !lean_is_exclusive(x_437); -if (x_504 == 0) +x_494 = !lean_is_exclusive(x_429); +if (x_494 == 0) { -return x_437; +return x_429; } else { -lean_object* x_505; lean_object* x_506; lean_object* x_507; -x_505 = lean_ctor_get(x_437, 0); -x_506 = lean_ctor_get(x_437, 1); -lean_inc(x_506); -lean_inc(x_505); -lean_dec(x_437); -x_507 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_507, 0, x_505); -lean_ctor_set(x_507, 1, x_506); -return x_507; +lean_object* x_495; lean_object* x_496; lean_object* x_497; +x_495 = lean_ctor_get(x_429, 0); +x_496 = lean_ctor_get(x_429, 1); +lean_inc(x_496); +lean_inc(x_495); +lean_dec(x_429); +x_497 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_497, 0, x_495); +lean_ctor_set(x_497, 1, x_496); +return x_497; } } } else { -lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; -lean_dec(x_433); -lean_dec(x_432); -lean_dec(x_428); -x_508 = lean_ctor_get(x_434, 0); -lean_inc(x_508); -lean_dec(x_434); -x_509 = lean_box(0); -x_510 = l_Lean_Expr_const___override(x_508, x_509); +lean_object* x_498; lean_object* x_499; lean_object* x_500; lean_object* x_501; +lean_dec(x_425); +lean_dec(x_424); +lean_dec(x_420); +x_498 = lean_ctor_get(x_426, 0); +lean_inc(x_498); +lean_dec(x_426); +x_499 = lean_box(0); +x_500 = l_Lean_Expr_const___override(x_498, x_499); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_510); -x_511 = lean_infer_type(x_510, x_5, x_6, x_7, x_8, x_431); -if (lean_obj_tag(x_511) == 0) +lean_inc(x_500); +x_501 = lean_infer_type(x_500, x_5, x_6, x_7, x_8, x_423); +if (lean_obj_tag(x_501) == 0) { -lean_object* x_512; lean_object* x_513; lean_object* x_514; lean_object* x_515; lean_object* x_516; lean_object* x_517; -x_512 = lean_ctor_get(x_511, 0); -lean_inc(x_512); -x_513 = lean_ctor_get(x_511, 1); -lean_inc(x_513); -lean_dec(x_511); -x_514 = lean_box(x_2); -x_515 = lean_box(x_3); -x_516 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__30___boxed), 12, 5); -lean_closure_set(x_516, 0, x_13); -lean_closure_set(x_516, 1, x_1); -lean_closure_set(x_516, 2, x_514); -lean_closure_set(x_516, 3, x_515); -lean_closure_set(x_516, 4, x_510); -x_517 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_512, x_516, x_5, x_6, x_7, x_8, x_513); -return x_517; +lean_object* x_502; lean_object* x_503; lean_object* x_504; lean_object* x_505; lean_object* x_506; lean_object* x_507; +x_502 = lean_ctor_get(x_501, 0); +lean_inc(x_502); +x_503 = lean_ctor_get(x_501, 1); +lean_inc(x_503); +lean_dec(x_501); +x_504 = lean_box(x_2); +x_505 = lean_box(x_3); +x_506 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__30___boxed), 12, 5); +lean_closure_set(x_506, 0, x_13); +lean_closure_set(x_506, 1, x_1); +lean_closure_set(x_506, 2, x_504); +lean_closure_set(x_506, 3, x_505); +lean_closure_set(x_506, 4, x_500); +x_507 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_502, x_506, x_5, x_6, x_7, x_8, x_503); +return x_507; } else { -uint8_t x_518; -lean_dec(x_510); +uint8_t x_508; +lean_dec(x_500); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_518 = !lean_is_exclusive(x_511); -if (x_518 == 0) +x_508 = !lean_is_exclusive(x_501); +if (x_508 == 0) { -return x_511; +return x_501; } else { -lean_object* x_519; lean_object* x_520; lean_object* x_521; -x_519 = lean_ctor_get(x_511, 0); -x_520 = lean_ctor_get(x_511, 1); -lean_inc(x_520); -lean_inc(x_519); -lean_dec(x_511); -x_521 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_521, 0, x_519); -lean_ctor_set(x_521, 1, x_520); -return x_521; +lean_object* x_509; lean_object* x_510; lean_object* x_511; +x_509 = lean_ctor_get(x_501, 0); +x_510 = lean_ctor_get(x_501, 1); +lean_inc(x_510); +lean_inc(x_509); +lean_dec(x_501); +x_511 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_511, 0, x_509); +lean_ctor_set(x_511, 1, x_510); +return x_511; } } } } else { -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_dec(x_427); +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_dec(x_419); lean_dec(x_1); -x_522 = l_Lean_MessageData_ofExpr(x_13); -x_523 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_524 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_524, 0, x_523); -lean_ctor_set(x_524, 1, x_522); -x_525 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_526 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_526, 0, x_524); -lean_ctor_set(x_526, 1, x_525); -x_527 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_526, x_5, x_6, x_7, x_8, x_426); +x_512 = l_Lean_MessageData_ofExpr(x_13); +x_513 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_514 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_514, 0, x_513); +lean_ctor_set(x_514, 1, x_512); +x_515 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_516 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_516, 0, x_514); +lean_ctor_set(x_516, 1, x_515); +x_517 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_516, x_5, x_6, x_7, x_8, x_418); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_527; +return x_517; } } case 6: { -lean_object* x_528; lean_object* x_529; lean_object* x_530; lean_object* x_531; lean_object* x_532; -x_528 = lean_ctor_get(x_12, 1); -lean_inc(x_528); +lean_object* x_518; lean_object* x_519; lean_object* x_520; lean_object* x_521; lean_object* x_522; +x_518 = lean_ctor_get(x_12, 1); +lean_inc(x_518); lean_dec(x_12); -x_529 = lean_box(x_2); -x_530 = lean_box(x_3); -x_531 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__31___boxed), 10, 3); -lean_closure_set(x_531, 0, x_1); -lean_closure_set(x_531, 1, x_529); -lean_closure_set(x_531, 2, x_530); -x_532 = l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferLambdaType___spec__1___rarg(x_13, x_531, x_5, x_6, x_7, x_8, x_528); -return x_532; +x_519 = lean_box(x_2); +x_520 = lean_box(x_3); +x_521 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__31___boxed), 10, 3); +lean_closure_set(x_521, 0, x_1); +lean_closure_set(x_521, 1, x_519); +lean_closure_set(x_521, 2, x_520); +x_522 = l_Lean_Meta_lambdaLetTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferLambdaType___spec__1___rarg(x_13, x_521, x_5, x_6, x_7, x_8, x_518); +return x_522; } case 7: { -lean_object* x_533; lean_object* x_534; -x_533 = lean_ctor_get(x_12, 1); -lean_inc(x_533); -lean_dec(x_12); -x_534 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_534) == 4) -{ -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_523; lean_object* x_524; +x_523 = lean_ctor_get(x_12, 1); +lean_inc(x_523); +lean_dec(x_12); +x_524 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_524) == 4) +{ +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_525 = lean_ctor_get(x_524, 0); +lean_inc(x_525); +lean_dec(x_524); +x_526 = lean_st_ref_get(x_8, x_523); +x_527 = lean_ctor_get(x_526, 0); +lean_inc(x_527); +x_528 = lean_ctor_get(x_526, 1); +lean_inc(x_528); +lean_dec(x_526); +x_529 = lean_ctor_get(x_527, 0); +lean_inc(x_529); +lean_dec(x_527); +x_530 = lean_ctor_get(x_1, 2); +lean_inc(x_530); +x_531 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_530, x_529, x_525); +if (lean_obj_tag(x_531) == 0) +{ +lean_object* x_532; lean_object* x_533; lean_object* x_534; +x_532 = lean_ctor_get(x_1, 0); +lean_inc(x_532); +lean_inc(x_532); +lean_inc(x_525); +x_533 = l_Lean_Name_append(x_525, x_532); +lean_inc(x_525); +x_534 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_525, x_5, x_6, x_7, x_8, x_528); +if (lean_obj_tag(x_534) == 0) +{ +lean_object* x_535; lean_object* x_536; lean_object* x_537; lean_object* x_538; lean_object* x_539; x_535 = lean_ctor_get(x_534, 0); lean_inc(x_535); +x_536 = lean_ctor_get(x_534, 1); +lean_inc(x_536); lean_dec(x_534); -x_536 = lean_st_ref_get(x_8, x_533); -x_537 = lean_ctor_get(x_536, 0); -lean_inc(x_537); -x_538 = lean_ctor_get(x_536, 1); -lean_inc(x_538); -lean_dec(x_536); -x_539 = lean_ctor_get(x_537, 0); -lean_inc(x_539); -lean_dec(x_537); -x_540 = lean_ctor_get(x_1, 2); -lean_inc(x_540); -x_541 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_540, x_539, x_535); -if (lean_obj_tag(x_541) == 0) -{ -lean_object* x_542; lean_object* x_543; lean_object* x_544; -x_542 = lean_ctor_get(x_1, 0); -lean_inc(x_542); -lean_inc(x_542); -lean_inc(x_535); -x_543 = l_Lean_Name_append(x_535, x_542); -lean_inc(x_535); -x_544 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_535, x_5, x_6, x_7, x_8, x_538); -if (lean_obj_tag(x_544) == 0) -{ -lean_object* x_545; lean_object* x_546; lean_object* x_547; lean_object* x_548; lean_object* x_549; -x_545 = lean_ctor_get(x_544, 0); -lean_inc(x_545); -x_546 = lean_ctor_get(x_544, 1); -lean_inc(x_546); -lean_dec(x_544); -x_547 = l_Lean_ConstantInfo_type(x_545); -x_548 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +x_537 = l_Lean_ConstantInfo_type(x_535); +x_538 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_547); -x_549 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_547, x_548, x_5, x_6, x_7, x_8, x_546); -if (lean_obj_tag(x_549) == 0) -{ -lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_581; uint8_t x_582; -x_550 = lean_ctor_get(x_549, 0); -lean_inc(x_550); -x_551 = lean_ctor_get(x_549, 1); -lean_inc(x_551); -lean_dec(x_549); -x_581 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_582 = l_Lean_Expr_isConstOf(x_550, x_581); -if (x_582 == 0) +lean_inc(x_537); +x_539 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_537, x_538, x_5, x_6, x_7, x_8, x_536); +if (lean_obj_tag(x_539) == 0) { -lean_object* x_583; uint8_t x_584; -x_583 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_584 = l_Lean_Expr_isConstOf(x_550, x_583); -lean_dec(x_550); -if (x_584 == 0) +lean_object* x_540; lean_object* x_541; uint8_t x_542; lean_object* x_591; uint8_t x_592; +x_540 = lean_ctor_get(x_539, 0); +lean_inc(x_540); +x_541 = lean_ctor_get(x_539, 1); +lean_inc(x_541); +lean_dec(x_539); +x_591 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_592 = l_Lean_Expr_isConstOf(x_540, x_591); +if (x_592 == 0) { -lean_object* x_585; -lean_dec(x_547); -lean_dec(x_545); -lean_dec(x_543); +lean_object* x_593; uint8_t x_594; +x_593 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_594 = l_Lean_Expr_isConstOf(x_540, x_593); lean_dec(x_540); -lean_dec(x_539); +x_542 = x_594; +goto block_590; +} +else +{ +lean_dec(x_540); +x_542 = x_10; +goto block_590; +} +block_590: +{ +if (x_542 == 0) +{ +lean_object* x_543; +lean_dec(x_537); lean_dec(x_535); +lean_dec(x_533); +lean_dec(x_530); +lean_dec(x_529); +lean_dec(x_525); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_585 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_551); -if (lean_obj_tag(x_585) == 0) +x_543 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_541); +if (lean_obj_tag(x_543) == 0) { -lean_object* x_586; -x_586 = lean_ctor_get(x_585, 0); -lean_inc(x_586); -if (lean_obj_tag(x_586) == 0) -{ -lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; lean_object* x_595; lean_object* x_596; lean_object* x_597; -lean_dec(x_1); -x_587 = lean_ctor_get(x_585, 1); -lean_inc(x_587); -lean_dec(x_585); -x_588 = l_Lean_MessageData_ofName(x_542); -x_589 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_590 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_590, 0, x_589); -lean_ctor_set(x_590, 1, x_588); -x_591 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_592 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_592, 0, x_590); -lean_ctor_set(x_592, 1, x_591); -x_593 = l_Lean_MessageData_ofExpr(x_13); -x_594 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_594, 0, x_592); -lean_ctor_set(x_594, 1, x_593); -x_595 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_596 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_596, 0, x_594); -lean_ctor_set(x_596, 1, x_595); -x_597 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_596, x_5, x_6, x_7, x_8, x_587); +lean_object* x_544; +x_544 = lean_ctor_get(x_543, 0); +lean_inc(x_544); +if (lean_obj_tag(x_544) == 0) +{ +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_dec(x_1); +x_545 = lean_ctor_get(x_543, 1); +lean_inc(x_545); +lean_dec(x_543); +x_546 = l_Lean_MessageData_ofName(x_532); +x_547 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_548 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_548, 0, x_547); +lean_ctor_set(x_548, 1, x_546); +x_549 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_550 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_550, 0, x_548); +lean_ctor_set(x_550, 1, x_549); +x_551 = l_Lean_MessageData_ofExpr(x_13); +x_552 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_552, 0, x_550); +lean_ctor_set(x_552, 1, x_551); +x_553 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_554 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_554, 0, x_552); +lean_ctor_set(x_554, 1, x_553); +x_555 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_554, x_5, x_6, x_7, x_8, x_545); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_597; +return x_555; } else { -lean_object* x_598; lean_object* x_599; -lean_dec(x_542); +lean_object* x_556; lean_object* x_557; +lean_dec(x_532); lean_dec(x_13); -x_598 = lean_ctor_get(x_585, 1); -lean_inc(x_598); -lean_dec(x_585); -x_599 = lean_ctor_get(x_586, 0); -lean_inc(x_599); -lean_dec(x_586); -x_4 = x_599; -x_9 = x_598; +x_556 = lean_ctor_get(x_543, 1); +lean_inc(x_556); +lean_dec(x_543); +x_557 = lean_ctor_get(x_544, 0); +lean_inc(x_557); +lean_dec(x_544); +x_4 = x_557; +x_9 = x_556; goto _start; } } else { -uint8_t x_601; -lean_dec(x_542); +uint8_t x_559; +lean_dec(x_532); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_601 = !lean_is_exclusive(x_585); -if (x_601 == 0) +x_559 = !lean_is_exclusive(x_543); +if (x_559 == 0) { -return x_585; +return x_543; } else { -lean_object* x_602; lean_object* x_603; lean_object* x_604; -x_602 = lean_ctor_get(x_585, 0); -x_603 = lean_ctor_get(x_585, 1); -lean_inc(x_603); -lean_inc(x_602); -lean_dec(x_585); -x_604 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_604, 0, x_602); -lean_ctor_set(x_604, 1, x_603); -return x_604; +lean_object* x_560; lean_object* x_561; lean_object* x_562; +x_560 = lean_ctor_get(x_543, 0); +x_561 = lean_ctor_get(x_543, 1); +lean_inc(x_561); +lean_inc(x_560); +lean_dec(x_543); +x_562 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_562, 0, x_560); +lean_ctor_set(x_562, 1, x_561); +return x_562; } } } else { -lean_object* x_605; -x_605 = lean_box(0); -x_552 = x_605; -goto block_580; -} -} -else +lean_object* x_563; +x_563 = l_Lean_ConstantInfo_value_x3f(x_535); +if (lean_obj_tag(x_563) == 0) { -lean_object* x_606; -lean_dec(x_550); -x_606 = lean_box(0); -x_552 = x_606; -goto block_580; -} -block_580: -{ -lean_object* x_553; -lean_dec(x_552); -x_553 = l_Lean_ConstantInfo_value_x3f(x_545); -if (lean_obj_tag(x_553) == 0) -{ -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_dec(x_547); -lean_dec(x_545); -lean_dec(x_543); -lean_dec(x_540); -lean_dec(x_539); +lean_object* x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; +lean_dec(x_537); lean_dec(x_535); -lean_dec(x_1); -x_554 = l_Lean_MessageData_ofName(x_542); -x_555 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_556 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_556, 0, x_555); -lean_ctor_set(x_556, 1, x_554); -x_557 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_558 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_558, 0, x_556); -lean_ctor_set(x_558, 1, x_557); -x_559 = l_Lean_MessageData_ofExpr(x_13); -x_560 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_560, 0, x_558); -lean_ctor_set(x_560, 1, x_559); -x_561 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_562 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_562, 0, x_560); -lean_ctor_set(x_562, 1, x_561); -x_563 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_562, x_5, x_6, x_7, x_8, x_551); +lean_dec(x_533); +lean_dec(x_530); +lean_dec(x_529); +lean_dec(x_525); +lean_dec(x_1); +x_564 = l_Lean_MessageData_ofName(x_532); +x_565 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_566 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_566, 0, x_565); +lean_ctor_set(x_566, 1, x_564); +x_567 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_568 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_568, 0, x_566); +lean_ctor_set(x_568, 1, x_567); +x_569 = l_Lean_MessageData_ofExpr(x_13); +x_570 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_570, 0, x_568); +lean_ctor_set(x_570, 1, x_569); +x_571 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_572 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_572, 0, x_570); +lean_ctor_set(x_572, 1, x_571); +x_573 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_572, x_5, x_6, x_7, x_8, x_541); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_563; +return x_573; } else { -lean_object* x_564; lean_object* x_565; -lean_dec(x_542); -x_564 = lean_ctor_get(x_553, 0); -lean_inc(x_564); -lean_dec(x_553); -lean_inc(x_535); -x_565 = l_Lean_Environment_getModuleIdxFor_x3f(x_539, x_535); -if (lean_obj_tag(x_565) == 0) +lean_object* x_574; lean_object* x_575; +lean_dec(x_532); +x_574 = lean_ctor_get(x_563, 0); +lean_inc(x_574); +lean_dec(x_563); +lean_inc(x_525); +x_575 = l_Lean_Environment_getModuleIdxFor_x3f(x_529, x_525); +if (lean_obj_tag(x_575) == 0) { -lean_object* x_566; lean_object* x_567; -x_566 = lean_box(0); -x_567 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__36(x_1, x_564, x_2, x_3, x_547, x_543, x_540, x_535, x_13, x_545, x_566, x_5, x_6, x_7, x_8, x_551); -return x_567; +lean_object* x_576; lean_object* x_577; +x_576 = lean_box(0); +x_577 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__36(x_1, x_574, x_2, x_3, x_537, x_533, x_530, x_525, x_13, x_535, x_576, x_5, x_6, x_7, x_8, x_541); +return x_577; } else { -lean_dec(x_565); +lean_dec(x_575); if (x_3 == 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; uint8_t x_574; -lean_dec(x_564); -lean_dec(x_547); -lean_dec(x_545); -lean_dec(x_543); -lean_dec(x_540); +lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; uint8_t x_584; +lean_dec(x_574); +lean_dec(x_537); +lean_dec(x_535); +lean_dec(x_533); +lean_dec(x_530); lean_dec(x_13); lean_dec(x_1); -x_568 = l_Lean_MessageData_ofName(x_535); -x_569 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_570 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_570, 0, x_569); -lean_ctor_set(x_570, 1, x_568); -x_571 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_572 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_572, 0, x_570); -lean_ctor_set(x_572, 1, x_571); -x_573 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_572, x_5, x_6, x_7, x_8, x_551); +x_578 = l_Lean_MessageData_ofName(x_525); +x_579 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_580 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_580, 0, x_579); +lean_ctor_set(x_580, 1, x_578); +x_581 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_582 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_582, 0, x_580); +lean_ctor_set(x_582, 1, x_581); +x_583 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_582, x_5, x_6, x_7, x_8, x_541); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_574 = !lean_is_exclusive(x_573); -if (x_574 == 0) +x_584 = !lean_is_exclusive(x_583); +if (x_584 == 0) { -return x_573; +return x_583; } else { -lean_object* x_575; lean_object* x_576; lean_object* x_577; -x_575 = lean_ctor_get(x_573, 0); -x_576 = lean_ctor_get(x_573, 1); -lean_inc(x_576); -lean_inc(x_575); -lean_dec(x_573); -x_577 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_577, 0, x_575); -lean_ctor_set(x_577, 1, x_576); -return x_577; +lean_object* x_585; lean_object* x_586; lean_object* x_587; +x_585 = lean_ctor_get(x_583, 0); +x_586 = lean_ctor_get(x_583, 1); +lean_inc(x_586); +lean_inc(x_585); +lean_dec(x_583); +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; } } else { -lean_object* x_578; lean_object* x_579; -x_578 = lean_box(0); -x_579 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__36(x_1, x_564, x_2, x_3, x_547, x_543, x_540, x_535, x_13, x_545, x_578, x_5, x_6, x_7, x_8, x_551); -return x_579; +lean_object* x_588; lean_object* x_589; +x_588 = lean_box(0); +x_589 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__36(x_1, x_574, x_2, x_3, x_537, x_533, x_530, x_525, x_13, x_535, x_588, x_5, x_6, x_7, x_8, x_541); +return x_589; +} } } } @@ -52074,450 +51927,445 @@ return x_579; } else { -uint8_t x_607; -lean_dec(x_547); -lean_dec(x_545); -lean_dec(x_543); -lean_dec(x_542); -lean_dec(x_540); -lean_dec(x_539); +uint8_t x_595; +lean_dec(x_537); lean_dec(x_535); +lean_dec(x_533); +lean_dec(x_532); +lean_dec(x_530); +lean_dec(x_529); +lean_dec(x_525); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_607 = !lean_is_exclusive(x_549); -if (x_607 == 0) +x_595 = !lean_is_exclusive(x_539); +if (x_595 == 0) { -return x_549; +return x_539; } else { -lean_object* x_608; lean_object* x_609; lean_object* x_610; -x_608 = lean_ctor_get(x_549, 0); -x_609 = lean_ctor_get(x_549, 1); -lean_inc(x_609); -lean_inc(x_608); -lean_dec(x_549); -x_610 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_610, 0, x_608); -lean_ctor_set(x_610, 1, x_609); -return x_610; +lean_object* x_596; lean_object* x_597; lean_object* x_598; +x_596 = lean_ctor_get(x_539, 0); +x_597 = lean_ctor_get(x_539, 1); +lean_inc(x_597); +lean_inc(x_596); +lean_dec(x_539); +x_598 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_598, 0, x_596); +lean_ctor_set(x_598, 1, x_597); +return x_598; } } } else { -uint8_t x_611; -lean_dec(x_543); -lean_dec(x_542); -lean_dec(x_540); -lean_dec(x_539); -lean_dec(x_535); +uint8_t x_599; +lean_dec(x_533); +lean_dec(x_532); +lean_dec(x_530); +lean_dec(x_529); +lean_dec(x_525); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_611 = !lean_is_exclusive(x_544); -if (x_611 == 0) +x_599 = !lean_is_exclusive(x_534); +if (x_599 == 0) { -return x_544; +return x_534; } else { -lean_object* x_612; lean_object* x_613; lean_object* x_614; -x_612 = lean_ctor_get(x_544, 0); -x_613 = lean_ctor_get(x_544, 1); -lean_inc(x_613); -lean_inc(x_612); -lean_dec(x_544); -x_614 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_614, 0, x_612); -lean_ctor_set(x_614, 1, x_613); -return x_614; +lean_object* x_600; lean_object* x_601; lean_object* x_602; +x_600 = lean_ctor_get(x_534, 0); +x_601 = lean_ctor_get(x_534, 1); +lean_inc(x_601); +lean_inc(x_600); +lean_dec(x_534); +x_602 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_602, 0, x_600); +lean_ctor_set(x_602, 1, x_601); +return x_602; } } } else { -lean_object* x_615; lean_object* x_616; lean_object* x_617; lean_object* x_618; -lean_dec(x_540); -lean_dec(x_539); -lean_dec(x_535); -x_615 = lean_ctor_get(x_541, 0); -lean_inc(x_615); -lean_dec(x_541); -x_616 = lean_box(0); -x_617 = l_Lean_Expr_const___override(x_615, x_616); +lean_object* x_603; lean_object* x_604; lean_object* x_605; lean_object* x_606; +lean_dec(x_530); +lean_dec(x_529); +lean_dec(x_525); +x_603 = lean_ctor_get(x_531, 0); +lean_inc(x_603); +lean_dec(x_531); +x_604 = lean_box(0); +x_605 = l_Lean_Expr_const___override(x_603, x_604); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_617); -x_618 = lean_infer_type(x_617, x_5, x_6, x_7, x_8, x_538); -if (lean_obj_tag(x_618) == 0) -{ -lean_object* x_619; lean_object* x_620; lean_object* x_621; lean_object* x_622; lean_object* x_623; lean_object* x_624; -x_619 = lean_ctor_get(x_618, 0); -lean_inc(x_619); -x_620 = lean_ctor_get(x_618, 1); -lean_inc(x_620); -lean_dec(x_618); -x_621 = lean_box(x_2); -x_622 = lean_box(x_3); -x_623 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__37___boxed), 12, 5); -lean_closure_set(x_623, 0, x_13); -lean_closure_set(x_623, 1, x_1); -lean_closure_set(x_623, 2, x_621); -lean_closure_set(x_623, 3, x_622); -lean_closure_set(x_623, 4, x_617); -x_624 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_619, x_623, x_5, x_6, x_7, x_8, x_620); -return x_624; +lean_inc(x_605); +x_606 = lean_infer_type(x_605, x_5, x_6, x_7, x_8, x_528); +if (lean_obj_tag(x_606) == 0) +{ +lean_object* x_607; lean_object* x_608; lean_object* x_609; lean_object* x_610; lean_object* x_611; lean_object* x_612; +x_607 = lean_ctor_get(x_606, 0); +lean_inc(x_607); +x_608 = lean_ctor_get(x_606, 1); +lean_inc(x_608); +lean_dec(x_606); +x_609 = lean_box(x_2); +x_610 = lean_box(x_3); +x_611 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__37___boxed), 12, 5); +lean_closure_set(x_611, 0, x_13); +lean_closure_set(x_611, 1, x_1); +lean_closure_set(x_611, 2, x_609); +lean_closure_set(x_611, 3, x_610); +lean_closure_set(x_611, 4, x_605); +x_612 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_607, x_611, x_5, x_6, x_7, x_8, x_608); +return x_612; } else { -uint8_t x_625; -lean_dec(x_617); +uint8_t x_613; +lean_dec(x_605); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_625 = !lean_is_exclusive(x_618); -if (x_625 == 0) +x_613 = !lean_is_exclusive(x_606); +if (x_613 == 0) { -return x_618; +return x_606; } else { -lean_object* x_626; lean_object* x_627; lean_object* x_628; -x_626 = lean_ctor_get(x_618, 0); -x_627 = lean_ctor_get(x_618, 1); -lean_inc(x_627); -lean_inc(x_626); -lean_dec(x_618); -x_628 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_628, 0, x_626); -lean_ctor_set(x_628, 1, x_627); -return x_628; +lean_object* x_614; lean_object* x_615; lean_object* x_616; +x_614 = lean_ctor_get(x_606, 0); +x_615 = lean_ctor_get(x_606, 1); +lean_inc(x_615); +lean_inc(x_614); +lean_dec(x_606); +x_616 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_616, 0, x_614); +lean_ctor_set(x_616, 1, x_615); +return x_616; } } } } else { -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_dec(x_534); +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_dec(x_524); lean_dec(x_1); -x_629 = l_Lean_MessageData_ofExpr(x_13); -x_630 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_631 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_631, 0, x_630); -lean_ctor_set(x_631, 1, x_629); -x_632 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_633 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_633, 0, x_631); -lean_ctor_set(x_633, 1, x_632); -x_634 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_633, x_5, x_6, x_7, x_8, x_533); +x_617 = l_Lean_MessageData_ofExpr(x_13); +x_618 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_619 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_619, 0, x_618); +lean_ctor_set(x_619, 1, x_617); +x_620 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_621 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_621, 0, x_619); +lean_ctor_set(x_621, 1, x_620); +x_622 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_621, x_5, x_6, x_7, x_8, x_523); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_634; +return x_622; } } case 8: { -lean_object* x_635; lean_object* x_636; -x_635 = lean_ctor_get(x_12, 1); -lean_inc(x_635); +lean_object* x_623; lean_object* x_624; +x_623 = lean_ctor_get(x_12, 1); +lean_inc(x_623); lean_dec(x_12); -x_636 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_636) == 4) +x_624 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_624) == 4) { -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; -x_637 = lean_ctor_get(x_636, 0); +lean_object* x_625; lean_object* x_626; lean_object* x_627; lean_object* x_628; lean_object* x_629; lean_object* x_630; lean_object* x_631; +x_625 = lean_ctor_get(x_624, 0); +lean_inc(x_625); +lean_dec(x_624); +x_626 = lean_st_ref_get(x_8, x_623); +x_627 = lean_ctor_get(x_626, 0); +lean_inc(x_627); +x_628 = lean_ctor_get(x_626, 1); +lean_inc(x_628); +lean_dec(x_626); +x_629 = lean_ctor_get(x_627, 0); +lean_inc(x_629); +lean_dec(x_627); +x_630 = lean_ctor_get(x_1, 2); +lean_inc(x_630); +x_631 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_630, x_629, x_625); +if (lean_obj_tag(x_631) == 0) +{ +lean_object* x_632; lean_object* x_633; lean_object* x_634; +x_632 = lean_ctor_get(x_1, 0); +lean_inc(x_632); +lean_inc(x_632); +lean_inc(x_625); +x_633 = l_Lean_Name_append(x_625, x_632); +lean_inc(x_625); +x_634 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_625, x_5, x_6, x_7, x_8, x_628); +if (lean_obj_tag(x_634) == 0) +{ +lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; +x_635 = lean_ctor_get(x_634, 0); +lean_inc(x_635); +x_636 = lean_ctor_get(x_634, 1); +lean_inc(x_636); +lean_dec(x_634); +x_637 = l_Lean_ConstantInfo_type(x_635); +x_638 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +lean_inc(x_8); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); lean_inc(x_637); -lean_dec(x_636); -x_638 = lean_st_ref_get(x_8, x_635); -x_639 = lean_ctor_get(x_638, 0); -lean_inc(x_639); -x_640 = lean_ctor_get(x_638, 1); +x_639 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_637, x_638, x_5, x_6, x_7, x_8, x_636); +if (lean_obj_tag(x_639) == 0) +{ +lean_object* x_640; lean_object* x_641; uint8_t x_642; lean_object* x_691; uint8_t x_692; +x_640 = lean_ctor_get(x_639, 0); lean_inc(x_640); -lean_dec(x_638); -x_641 = lean_ctor_get(x_639, 0); +x_641 = lean_ctor_get(x_639, 1); lean_inc(x_641); lean_dec(x_639); -x_642 = lean_ctor_get(x_1, 2); -lean_inc(x_642); -x_643 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_642, x_641, x_637); -if (lean_obj_tag(x_643) == 0) +x_691 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_692 = l_Lean_Expr_isConstOf(x_640, x_691); +if (x_692 == 0) { -lean_object* x_644; lean_object* x_645; lean_object* x_646; -x_644 = lean_ctor_get(x_1, 0); -lean_inc(x_644); -lean_inc(x_644); -lean_inc(x_637); -x_645 = l_Lean_Name_append(x_637, x_644); -lean_inc(x_637); -x_646 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_637, x_5, x_6, x_7, x_8, x_640); -if (lean_obj_tag(x_646) == 0) -{ -lean_object* x_647; lean_object* x_648; lean_object* x_649; lean_object* x_650; lean_object* x_651; -x_647 = lean_ctor_get(x_646, 0); -lean_inc(x_647); -x_648 = lean_ctor_get(x_646, 1); -lean_inc(x_648); -lean_dec(x_646); -x_649 = l_Lean_ConstantInfo_type(x_647); -x_650 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_649); -x_651 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_649, x_650, x_5, x_6, x_7, x_8, x_648); -if (lean_obj_tag(x_651) == 0) -{ -lean_object* x_652; lean_object* x_653; lean_object* x_654; lean_object* x_683; uint8_t x_684; -x_652 = lean_ctor_get(x_651, 0); -lean_inc(x_652); -x_653 = lean_ctor_get(x_651, 1); -lean_inc(x_653); -lean_dec(x_651); -x_683 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_684 = l_Lean_Expr_isConstOf(x_652, x_683); -if (x_684 == 0) +lean_object* x_693; uint8_t x_694; +x_693 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_694 = l_Lean_Expr_isConstOf(x_640, x_693); +lean_dec(x_640); +x_642 = x_694; +goto block_690; +} +else +{ +lean_dec(x_640); +x_642 = x_10; +goto block_690; +} +block_690: +{ +if (x_642 == 0) { -lean_object* x_685; uint8_t x_686; -x_685 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_686 = l_Lean_Expr_isConstOf(x_652, x_685); -lean_dec(x_652); -if (x_686 == 0) -{ -lean_object* x_687; -lean_dec(x_649); -lean_dec(x_647); -lean_dec(x_645); -lean_dec(x_642); -lean_dec(x_641); +lean_object* x_643; lean_dec(x_637); +lean_dec(x_635); +lean_dec(x_633); +lean_dec(x_630); +lean_dec(x_629); +lean_dec(x_625); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_687 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_653); -if (lean_obj_tag(x_687) == 0) -{ -lean_object* x_688; -x_688 = lean_ctor_get(x_687, 0); -lean_inc(x_688); -if (lean_obj_tag(x_688) == 0) -{ -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_dec(x_1); -x_689 = lean_ctor_get(x_687, 1); -lean_inc(x_689); -lean_dec(x_687); -x_690 = l_Lean_MessageData_ofName(x_644); -x_691 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_692 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_692, 0, x_691); -lean_ctor_set(x_692, 1, x_690); -x_693 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_694 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_694, 0, x_692); -lean_ctor_set(x_694, 1, x_693); -x_695 = l_Lean_MessageData_ofExpr(x_13); -x_696 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_696, 0, x_694); -lean_ctor_set(x_696, 1, x_695); -x_697 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_698 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_698, 0, x_696); -lean_ctor_set(x_698, 1, x_697); -x_699 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_698, x_5, x_6, x_7, x_8, x_689); +x_643 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_641); +if (lean_obj_tag(x_643) == 0) +{ +lean_object* x_644; +x_644 = lean_ctor_get(x_643, 0); +lean_inc(x_644); +if (lean_obj_tag(x_644) == 0) +{ +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_dec(x_1); +x_645 = lean_ctor_get(x_643, 1); +lean_inc(x_645); +lean_dec(x_643); +x_646 = l_Lean_MessageData_ofName(x_632); +x_647 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_648 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_648, 0, x_647); +lean_ctor_set(x_648, 1, x_646); +x_649 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_650 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_650, 0, x_648); +lean_ctor_set(x_650, 1, x_649); +x_651 = l_Lean_MessageData_ofExpr(x_13); +x_652 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_652, 0, x_650); +lean_ctor_set(x_652, 1, x_651); +x_653 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_654 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_654, 0, x_652); +lean_ctor_set(x_654, 1, x_653); +x_655 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_654, x_5, x_6, x_7, x_8, x_645); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_699; +return x_655; } else { -lean_object* x_700; lean_object* x_701; -lean_dec(x_644); +lean_object* x_656; lean_object* x_657; +lean_dec(x_632); lean_dec(x_13); -x_700 = lean_ctor_get(x_687, 1); -lean_inc(x_700); -lean_dec(x_687); -x_701 = lean_ctor_get(x_688, 0); -lean_inc(x_701); -lean_dec(x_688); -x_4 = x_701; -x_9 = x_700; +x_656 = lean_ctor_get(x_643, 1); +lean_inc(x_656); +lean_dec(x_643); +x_657 = lean_ctor_get(x_644, 0); +lean_inc(x_657); +lean_dec(x_644); +x_4 = x_657; +x_9 = x_656; goto _start; } } else { -uint8_t x_703; -lean_dec(x_644); +uint8_t x_659; +lean_dec(x_632); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_703 = !lean_is_exclusive(x_687); -if (x_703 == 0) +x_659 = !lean_is_exclusive(x_643); +if (x_659 == 0) { -return x_687; +return x_643; } else { -lean_object* x_704; lean_object* x_705; lean_object* x_706; -x_704 = lean_ctor_get(x_687, 0); -x_705 = lean_ctor_get(x_687, 1); -lean_inc(x_705); -lean_inc(x_704); -lean_dec(x_687); -x_706 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_706, 0, x_704); -lean_ctor_set(x_706, 1, x_705); -return x_706; -} -} +lean_object* x_660; lean_object* x_661; lean_object* x_662; +x_660 = lean_ctor_get(x_643, 0); +x_661 = lean_ctor_get(x_643, 1); +lean_inc(x_661); +lean_inc(x_660); +lean_dec(x_643); +x_662 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_662, 0, x_660); +lean_ctor_set(x_662, 1, x_661); +return x_662; } -else -{ -lean_object* x_707; -x_707 = lean_box(0); -x_654 = x_707; -goto block_682; } } else { -lean_object* x_708; -lean_dec(x_652); -x_708 = lean_box(0); -x_654 = x_708; -goto block_682; -} -block_682: -{ -lean_object* x_655; -lean_dec(x_654); -x_655 = l_Lean_ConstantInfo_value_x3f(x_647); -if (lean_obj_tag(x_655) == 0) +lean_object* x_663; +x_663 = l_Lean_ConstantInfo_value_x3f(x_635); +if (lean_obj_tag(x_663) == 0) { -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_dec(x_649); -lean_dec(x_647); -lean_dec(x_645); -lean_dec(x_642); -lean_dec(x_641); +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_dec(x_637); -lean_dec(x_1); -x_656 = l_Lean_MessageData_ofName(x_644); -x_657 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_658 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_658, 0, x_657); -lean_ctor_set(x_658, 1, x_656); -x_659 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_660 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_660, 0, x_658); -lean_ctor_set(x_660, 1, x_659); -x_661 = l_Lean_MessageData_ofExpr(x_13); -x_662 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_662, 0, x_660); -lean_ctor_set(x_662, 1, x_661); -x_663 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_664 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_664, 0, x_662); -lean_ctor_set(x_664, 1, x_663); -x_665 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_664, x_5, x_6, x_7, x_8, x_653); +lean_dec(x_635); +lean_dec(x_633); +lean_dec(x_630); +lean_dec(x_629); +lean_dec(x_625); +lean_dec(x_1); +x_664 = l_Lean_MessageData_ofName(x_632); +x_665 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_666 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_666, 0, x_665); +lean_ctor_set(x_666, 1, x_664); +x_667 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_668 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_668, 0, x_666); +lean_ctor_set(x_668, 1, x_667); +x_669 = l_Lean_MessageData_ofExpr(x_13); +x_670 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_670, 0, x_668); +lean_ctor_set(x_670, 1, x_669); +x_671 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_672 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_672, 0, x_670); +lean_ctor_set(x_672, 1, x_671); +x_673 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_672, x_5, x_6, x_7, x_8, x_641); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_665; +return x_673; } else { -lean_object* x_666; lean_object* x_667; -lean_dec(x_644); -x_666 = lean_ctor_get(x_655, 0); -lean_inc(x_666); -lean_dec(x_655); -lean_inc(x_637); -x_667 = l_Lean_Environment_getModuleIdxFor_x3f(x_641, x_637); -if (lean_obj_tag(x_667) == 0) +lean_object* x_674; lean_object* x_675; +lean_dec(x_632); +x_674 = lean_ctor_get(x_663, 0); +lean_inc(x_674); +lean_dec(x_663); +lean_inc(x_625); +x_675 = l_Lean_Environment_getModuleIdxFor_x3f(x_629, x_625); +if (lean_obj_tag(x_675) == 0) { -lean_object* x_668; lean_object* x_669; -x_668 = lean_box(0); -x_669 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__42(x_1, x_666, x_2, x_3, x_649, x_645, x_642, x_637, x_13, x_647, x_668, x_5, x_6, x_7, x_8, x_653); -return x_669; +lean_object* x_676; lean_object* x_677; +x_676 = lean_box(0); +x_677 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__42(x_1, x_674, x_2, x_3, x_637, x_633, x_630, x_625, x_13, x_635, x_676, x_5, x_6, x_7, x_8, x_641); +return x_677; } else { -lean_dec(x_667); +lean_dec(x_675); if (x_3 == 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; uint8_t x_676; -lean_dec(x_666); -lean_dec(x_649); -lean_dec(x_647); -lean_dec(x_645); -lean_dec(x_642); +lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; lean_object* x_683; uint8_t x_684; +lean_dec(x_674); +lean_dec(x_637); +lean_dec(x_635); +lean_dec(x_633); +lean_dec(x_630); lean_dec(x_13); lean_dec(x_1); -x_670 = l_Lean_MessageData_ofName(x_637); -x_671 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_672 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_672, 0, x_671); -lean_ctor_set(x_672, 1, x_670); -x_673 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_674 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_674, 0, x_672); -lean_ctor_set(x_674, 1, x_673); -x_675 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_674, x_5, x_6, x_7, x_8, x_653); +x_678 = l_Lean_MessageData_ofName(x_625); +x_679 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_680 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_680, 0, x_679); +lean_ctor_set(x_680, 1, x_678); +x_681 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_682 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_682, 0, x_680); +lean_ctor_set(x_682, 1, x_681); +x_683 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_682, x_5, x_6, x_7, x_8, x_641); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_676 = !lean_is_exclusive(x_675); -if (x_676 == 0) +x_684 = !lean_is_exclusive(x_683); +if (x_684 == 0) { -return x_675; +return x_683; } else { -lean_object* x_677; lean_object* x_678; lean_object* x_679; -x_677 = lean_ctor_get(x_675, 0); -x_678 = lean_ctor_get(x_675, 1); -lean_inc(x_678); -lean_inc(x_677); -lean_dec(x_675); -x_679 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_679, 0, x_677); -lean_ctor_set(x_679, 1, x_678); -return x_679; +lean_object* x_685; lean_object* x_686; lean_object* x_687; +x_685 = lean_ctor_get(x_683, 0); +x_686 = lean_ctor_get(x_683, 1); +lean_inc(x_686); +lean_inc(x_685); +lean_dec(x_683); +x_687 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_687, 0, x_685); +lean_ctor_set(x_687, 1, x_686); +return x_687; } } else { -lean_object* x_680; lean_object* x_681; -x_680 = lean_box(0); -x_681 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__42(x_1, x_666, x_2, x_3, x_649, x_645, x_642, x_637, x_13, x_647, x_680, x_5, x_6, x_7, x_8, x_653); -return x_681; +lean_object* x_688; lean_object* x_689; +x_688 = lean_box(0); +x_689 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__42(x_1, x_674, x_2, x_3, x_637, x_633, x_630, x_625, x_13, x_635, x_688, x_5, x_6, x_7, x_8, x_641); +return x_689; +} } } } @@ -52525,450 +52373,445 @@ return x_681; } else { -uint8_t x_709; -lean_dec(x_649); -lean_dec(x_647); -lean_dec(x_645); -lean_dec(x_644); -lean_dec(x_642); -lean_dec(x_641); +uint8_t x_695; lean_dec(x_637); +lean_dec(x_635); +lean_dec(x_633); +lean_dec(x_632); +lean_dec(x_630); +lean_dec(x_629); +lean_dec(x_625); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_709 = !lean_is_exclusive(x_651); -if (x_709 == 0) +x_695 = !lean_is_exclusive(x_639); +if (x_695 == 0) { -return x_651; +return x_639; } else { -lean_object* x_710; lean_object* x_711; lean_object* x_712; -x_710 = lean_ctor_get(x_651, 0); -x_711 = lean_ctor_get(x_651, 1); -lean_inc(x_711); -lean_inc(x_710); -lean_dec(x_651); -x_712 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_712, 0, x_710); -lean_ctor_set(x_712, 1, x_711); -return x_712; +lean_object* x_696; lean_object* x_697; lean_object* x_698; +x_696 = lean_ctor_get(x_639, 0); +x_697 = lean_ctor_get(x_639, 1); +lean_inc(x_697); +lean_inc(x_696); +lean_dec(x_639); +x_698 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_698, 0, x_696); +lean_ctor_set(x_698, 1, x_697); +return x_698; } } } else { -uint8_t x_713; -lean_dec(x_645); -lean_dec(x_644); -lean_dec(x_642); -lean_dec(x_641); -lean_dec(x_637); +uint8_t x_699; +lean_dec(x_633); +lean_dec(x_632); +lean_dec(x_630); +lean_dec(x_629); +lean_dec(x_625); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_713 = !lean_is_exclusive(x_646); -if (x_713 == 0) +x_699 = !lean_is_exclusive(x_634); +if (x_699 == 0) { -return x_646; +return x_634; } else { -lean_object* x_714; lean_object* x_715; lean_object* x_716; -x_714 = lean_ctor_get(x_646, 0); -x_715 = lean_ctor_get(x_646, 1); -lean_inc(x_715); -lean_inc(x_714); -lean_dec(x_646); -x_716 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_716, 0, x_714); -lean_ctor_set(x_716, 1, x_715); -return x_716; +lean_object* x_700; lean_object* x_701; lean_object* x_702; +x_700 = lean_ctor_get(x_634, 0); +x_701 = lean_ctor_get(x_634, 1); +lean_inc(x_701); +lean_inc(x_700); +lean_dec(x_634); +x_702 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_702, 0, x_700); +lean_ctor_set(x_702, 1, x_701); +return x_702; } } } else { -lean_object* x_717; lean_object* x_718; lean_object* x_719; lean_object* x_720; -lean_dec(x_642); -lean_dec(x_641); -lean_dec(x_637); -x_717 = lean_ctor_get(x_643, 0); -lean_inc(x_717); -lean_dec(x_643); -x_718 = lean_box(0); -x_719 = l_Lean_Expr_const___override(x_717, x_718); +lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; +lean_dec(x_630); +lean_dec(x_629); +lean_dec(x_625); +x_703 = lean_ctor_get(x_631, 0); +lean_inc(x_703); +lean_dec(x_631); +x_704 = lean_box(0); +x_705 = l_Lean_Expr_const___override(x_703, x_704); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_719); -x_720 = lean_infer_type(x_719, x_5, x_6, x_7, x_8, x_640); -if (lean_obj_tag(x_720) == 0) -{ -lean_object* x_721; lean_object* x_722; lean_object* x_723; lean_object* x_724; lean_object* x_725; lean_object* x_726; -x_721 = lean_ctor_get(x_720, 0); -lean_inc(x_721); -x_722 = lean_ctor_get(x_720, 1); -lean_inc(x_722); -lean_dec(x_720); -x_723 = lean_box(x_2); -x_724 = lean_box(x_3); -x_725 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__43___boxed), 12, 5); -lean_closure_set(x_725, 0, x_13); -lean_closure_set(x_725, 1, x_1); -lean_closure_set(x_725, 2, x_723); -lean_closure_set(x_725, 3, x_724); -lean_closure_set(x_725, 4, x_719); -x_726 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_721, x_725, x_5, x_6, x_7, x_8, x_722); -return x_726; +lean_inc(x_705); +x_706 = lean_infer_type(x_705, x_5, x_6, x_7, x_8, x_628); +if (lean_obj_tag(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; +x_707 = lean_ctor_get(x_706, 0); +lean_inc(x_707); +x_708 = lean_ctor_get(x_706, 1); +lean_inc(x_708); +lean_dec(x_706); +x_709 = lean_box(x_2); +x_710 = lean_box(x_3); +x_711 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__43___boxed), 12, 5); +lean_closure_set(x_711, 0, x_13); +lean_closure_set(x_711, 1, x_1); +lean_closure_set(x_711, 2, x_709); +lean_closure_set(x_711, 3, x_710); +lean_closure_set(x_711, 4, x_705); +x_712 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_707, x_711, x_5, x_6, x_7, x_8, x_708); +return x_712; } else { -uint8_t x_727; -lean_dec(x_719); +uint8_t x_713; +lean_dec(x_705); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_727 = !lean_is_exclusive(x_720); -if (x_727 == 0) +x_713 = !lean_is_exclusive(x_706); +if (x_713 == 0) { -return x_720; +return x_706; } else { -lean_object* x_728; lean_object* x_729; lean_object* x_730; -x_728 = lean_ctor_get(x_720, 0); -x_729 = lean_ctor_get(x_720, 1); -lean_inc(x_729); -lean_inc(x_728); -lean_dec(x_720); -x_730 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_730, 0, x_728); -lean_ctor_set(x_730, 1, x_729); -return x_730; +lean_object* x_714; lean_object* x_715; lean_object* x_716; +x_714 = lean_ctor_get(x_706, 0); +x_715 = lean_ctor_get(x_706, 1); +lean_inc(x_715); +lean_inc(x_714); +lean_dec(x_706); +x_716 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_716, 0, x_714); +lean_ctor_set(x_716, 1, x_715); +return x_716; } } } } else { -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_dec(x_636); +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_dec(x_624); lean_dec(x_1); -x_731 = l_Lean_MessageData_ofExpr(x_13); -x_732 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_733 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_733, 0, x_732); -lean_ctor_set(x_733, 1, x_731); -x_734 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_735 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_735, 0, x_733); -lean_ctor_set(x_735, 1, x_734); -x_736 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_735, x_5, x_6, x_7, x_8, x_635); +x_717 = l_Lean_MessageData_ofExpr(x_13); +x_718 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_719 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_719, 0, x_718); +lean_ctor_set(x_719, 1, x_717); +x_720 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_721 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_721, 0, x_719); +lean_ctor_set(x_721, 1, x_720); +x_722 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_721, x_5, x_6, x_7, x_8, x_623); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_736; +return x_722; } } case 9: { -lean_object* x_737; lean_object* x_738; -x_737 = lean_ctor_get(x_12, 1); -lean_inc(x_737); -lean_dec(x_12); -x_738 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_738) == 4) -{ -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; -x_739 = lean_ctor_get(x_738, 0); -lean_inc(x_739); -lean_dec(x_738); -x_740 = lean_st_ref_get(x_8, x_737); -x_741 = lean_ctor_get(x_740, 0); -lean_inc(x_741); -x_742 = lean_ctor_get(x_740, 1); -lean_inc(x_742); -lean_dec(x_740); -x_743 = lean_ctor_get(x_741, 0); -lean_inc(x_743); -lean_dec(x_741); -x_744 = lean_ctor_get(x_1, 2); -lean_inc(x_744); -x_745 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_744, x_743, x_739); -if (lean_obj_tag(x_745) == 0) -{ -lean_object* x_746; lean_object* x_747; lean_object* x_748; -x_746 = lean_ctor_get(x_1, 0); -lean_inc(x_746); -lean_inc(x_746); -lean_inc(x_739); -x_747 = l_Lean_Name_append(x_739, x_746); -lean_inc(x_739); -x_748 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_739, x_5, x_6, x_7, x_8, x_742); -if (lean_obj_tag(x_748) == 0) -{ -lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; -x_749 = lean_ctor_get(x_748, 0); -lean_inc(x_749); -x_750 = lean_ctor_get(x_748, 1); -lean_inc(x_750); -lean_dec(x_748); -x_751 = l_Lean_ConstantInfo_type(x_749); -x_752 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +lean_object* x_723; lean_object* x_724; +x_723 = lean_ctor_get(x_12, 1); +lean_inc(x_723); +lean_dec(x_12); +x_724 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_724) == 4) +{ +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; +x_725 = lean_ctor_get(x_724, 0); +lean_inc(x_725); +lean_dec(x_724); +x_726 = lean_st_ref_get(x_8, x_723); +x_727 = lean_ctor_get(x_726, 0); +lean_inc(x_727); +x_728 = lean_ctor_get(x_726, 1); +lean_inc(x_728); +lean_dec(x_726); +x_729 = lean_ctor_get(x_727, 0); +lean_inc(x_729); +lean_dec(x_727); +x_730 = lean_ctor_get(x_1, 2); +lean_inc(x_730); +x_731 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_730, x_729, x_725); +if (lean_obj_tag(x_731) == 0) +{ +lean_object* x_732; lean_object* x_733; lean_object* x_734; +x_732 = lean_ctor_get(x_1, 0); +lean_inc(x_732); +lean_inc(x_732); +lean_inc(x_725); +x_733 = l_Lean_Name_append(x_725, x_732); +lean_inc(x_725); +x_734 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_725, x_5, x_6, x_7, x_8, x_728); +if (lean_obj_tag(x_734) == 0) +{ +lean_object* x_735; lean_object* x_736; lean_object* x_737; lean_object* x_738; lean_object* x_739; +x_735 = lean_ctor_get(x_734, 0); +lean_inc(x_735); +x_736 = lean_ctor_get(x_734, 1); +lean_inc(x_736); +lean_dec(x_734); +x_737 = l_Lean_ConstantInfo_type(x_735); +x_738 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_751); -x_753 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_751, x_752, x_5, x_6, x_7, x_8, x_750); -if (lean_obj_tag(x_753) == 0) -{ -lean_object* x_754; lean_object* x_755; lean_object* x_756; lean_object* x_785; uint8_t x_786; -x_754 = lean_ctor_get(x_753, 0); -lean_inc(x_754); -x_755 = lean_ctor_get(x_753, 1); -lean_inc(x_755); -lean_dec(x_753); -x_785 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_786 = l_Lean_Expr_isConstOf(x_754, x_785); -if (x_786 == 0) -{ -lean_object* x_787; uint8_t x_788; -x_787 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_788 = l_Lean_Expr_isConstOf(x_754, x_787); -lean_dec(x_754); -if (x_788 == 0) -{ -lean_object* x_789; -lean_dec(x_751); -lean_dec(x_749); -lean_dec(x_747); -lean_dec(x_744); -lean_dec(x_743); +lean_inc(x_737); +x_739 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_737, x_738, x_5, x_6, x_7, x_8, x_736); +if (lean_obj_tag(x_739) == 0) +{ +lean_object* x_740; lean_object* x_741; uint8_t x_742; lean_object* x_791; uint8_t x_792; +x_740 = lean_ctor_get(x_739, 0); +lean_inc(x_740); +x_741 = lean_ctor_get(x_739, 1); +lean_inc(x_741); lean_dec(x_739); +x_791 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_792 = l_Lean_Expr_isConstOf(x_740, x_791); +if (x_792 == 0) +{ +lean_object* x_793; uint8_t x_794; +x_793 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_794 = l_Lean_Expr_isConstOf(x_740, x_793); +lean_dec(x_740); +x_742 = x_794; +goto block_790; +} +else +{ +lean_dec(x_740); +x_742 = x_10; +goto block_790; +} +block_790: +{ +if (x_742 == 0) +{ +lean_object* x_743; +lean_dec(x_737); +lean_dec(x_735); +lean_dec(x_733); +lean_dec(x_730); +lean_dec(x_729); +lean_dec(x_725); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_789 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_755); -if (lean_obj_tag(x_789) == 0) -{ -lean_object* x_790; -x_790 = lean_ctor_get(x_789, 0); -lean_inc(x_790); -if (lean_obj_tag(x_790) == 0) -{ -lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; -lean_dec(x_1); -x_791 = lean_ctor_get(x_789, 1); -lean_inc(x_791); -lean_dec(x_789); -x_792 = l_Lean_MessageData_ofName(x_746); -x_793 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_794 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_794, 0, x_793); -lean_ctor_set(x_794, 1, x_792); -x_795 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_796 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_796, 0, x_794); -lean_ctor_set(x_796, 1, x_795); -x_797 = l_Lean_MessageData_ofExpr(x_13); -x_798 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_798, 0, x_796); -lean_ctor_set(x_798, 1, x_797); -x_799 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_800 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_800, 0, x_798); -lean_ctor_set(x_800, 1, x_799); -x_801 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_800, x_5, x_6, x_7, x_8, x_791); +x_743 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_741); +if (lean_obj_tag(x_743) == 0) +{ +lean_object* x_744; +x_744 = lean_ctor_get(x_743, 0); +lean_inc(x_744); +if (lean_obj_tag(x_744) == 0) +{ +lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; lean_object* x_755; +lean_dec(x_1); +x_745 = lean_ctor_get(x_743, 1); +lean_inc(x_745); +lean_dec(x_743); +x_746 = l_Lean_MessageData_ofName(x_732); +x_747 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_748 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_748, 0, x_747); +lean_ctor_set(x_748, 1, x_746); +x_749 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_750 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_750, 0, x_748); +lean_ctor_set(x_750, 1, x_749); +x_751 = l_Lean_MessageData_ofExpr(x_13); +x_752 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_752, 0, x_750); +lean_ctor_set(x_752, 1, x_751); +x_753 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_754 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_754, 0, x_752); +lean_ctor_set(x_754, 1, x_753); +x_755 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_754, x_5, x_6, x_7, x_8, x_745); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_801; +return x_755; } else { -lean_object* x_802; lean_object* x_803; -lean_dec(x_746); +lean_object* x_756; lean_object* x_757; +lean_dec(x_732); lean_dec(x_13); -x_802 = lean_ctor_get(x_789, 1); -lean_inc(x_802); -lean_dec(x_789); -x_803 = lean_ctor_get(x_790, 0); -lean_inc(x_803); -lean_dec(x_790); -x_4 = x_803; -x_9 = x_802; +x_756 = lean_ctor_get(x_743, 1); +lean_inc(x_756); +lean_dec(x_743); +x_757 = lean_ctor_get(x_744, 0); +lean_inc(x_757); +lean_dec(x_744); +x_4 = x_757; +x_9 = x_756; goto _start; } } else { -uint8_t x_805; -lean_dec(x_746); +uint8_t x_759; +lean_dec(x_732); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_805 = !lean_is_exclusive(x_789); -if (x_805 == 0) +x_759 = !lean_is_exclusive(x_743); +if (x_759 == 0) { -return x_789; +return x_743; } else { -lean_object* x_806; lean_object* x_807; lean_object* x_808; -x_806 = lean_ctor_get(x_789, 0); -x_807 = lean_ctor_get(x_789, 1); -lean_inc(x_807); -lean_inc(x_806); -lean_dec(x_789); -x_808 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_808, 0, x_806); -lean_ctor_set(x_808, 1, x_807); -return x_808; -} -} +lean_object* x_760; lean_object* x_761; lean_object* x_762; +x_760 = lean_ctor_get(x_743, 0); +x_761 = lean_ctor_get(x_743, 1); +lean_inc(x_761); +lean_inc(x_760); +lean_dec(x_743); +x_762 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_762, 0, x_760); +lean_ctor_set(x_762, 1, x_761); +return x_762; } -else -{ -lean_object* x_809; -x_809 = lean_box(0); -x_756 = x_809; -goto block_784; } } else { -lean_object* x_810; -lean_dec(x_754); -x_810 = lean_box(0); -x_756 = x_810; -goto block_784; -} -block_784: -{ -lean_object* x_757; -lean_dec(x_756); -x_757 = l_Lean_ConstantInfo_value_x3f(x_749); -if (lean_obj_tag(x_757) == 0) +lean_object* x_763; +x_763 = l_Lean_ConstantInfo_value_x3f(x_735); +if (lean_obj_tag(x_763) == 0) { -lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; -lean_dec(x_751); -lean_dec(x_749); -lean_dec(x_747); -lean_dec(x_744); -lean_dec(x_743); -lean_dec(x_739); +lean_object* x_764; lean_object* x_765; lean_object* x_766; lean_object* x_767; lean_object* x_768; lean_object* x_769; lean_object* x_770; lean_object* x_771; lean_object* x_772; lean_object* x_773; +lean_dec(x_737); +lean_dec(x_735); +lean_dec(x_733); +lean_dec(x_730); +lean_dec(x_729); +lean_dec(x_725); lean_dec(x_1); -x_758 = l_Lean_MessageData_ofName(x_746); -x_759 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_760 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_760, 0, x_759); -lean_ctor_set(x_760, 1, x_758); -x_761 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_762 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_762, 0, x_760); -lean_ctor_set(x_762, 1, x_761); -x_763 = l_Lean_MessageData_ofExpr(x_13); -x_764 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_764, 0, x_762); -lean_ctor_set(x_764, 1, x_763); -x_765 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_764 = l_Lean_MessageData_ofName(x_732); +x_765 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; x_766 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_766, 0, x_764); -lean_ctor_set(x_766, 1, x_765); -x_767 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_766, x_5, x_6, x_7, x_8, x_755); +lean_ctor_set(x_766, 0, x_765); +lean_ctor_set(x_766, 1, x_764); +x_767 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; +x_768 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_768, 0, x_766); +lean_ctor_set(x_768, 1, x_767); +x_769 = l_Lean_MessageData_ofExpr(x_13); +x_770 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_770, 0, x_768); +lean_ctor_set(x_770, 1, x_769); +x_771 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_772 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_772, 0, x_770); +lean_ctor_set(x_772, 1, x_771); +x_773 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_772, x_5, x_6, x_7, x_8, x_741); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_767; +return x_773; } else { -lean_object* x_768; lean_object* x_769; -lean_dec(x_746); -x_768 = lean_ctor_get(x_757, 0); -lean_inc(x_768); -lean_dec(x_757); -lean_inc(x_739); -x_769 = l_Lean_Environment_getModuleIdxFor_x3f(x_743, x_739); -if (lean_obj_tag(x_769) == 0) +lean_object* x_774; lean_object* x_775; +lean_dec(x_732); +x_774 = lean_ctor_get(x_763, 0); +lean_inc(x_774); +lean_dec(x_763); +lean_inc(x_725); +x_775 = l_Lean_Environment_getModuleIdxFor_x3f(x_729, x_725); +if (lean_obj_tag(x_775) == 0) { -lean_object* x_770; lean_object* x_771; -x_770 = lean_box(0); -x_771 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__48(x_1, x_768, x_2, x_3, x_751, x_747, x_744, x_739, x_13, x_749, x_770, x_5, x_6, x_7, x_8, x_755); -return x_771; +lean_object* x_776; lean_object* x_777; +x_776 = lean_box(0); +x_777 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__48(x_1, x_774, x_2, x_3, x_737, x_733, x_730, x_725, x_13, x_735, x_776, x_5, x_6, x_7, x_8, x_741); +return x_777; } else { -lean_dec(x_769); +lean_dec(x_775); if (x_3 == 0) { -lean_object* x_772; lean_object* x_773; lean_object* x_774; lean_object* x_775; lean_object* x_776; lean_object* x_777; uint8_t x_778; -lean_dec(x_768); -lean_dec(x_751); -lean_dec(x_749); -lean_dec(x_747); -lean_dec(x_744); +lean_object* x_778; lean_object* x_779; lean_object* x_780; lean_object* x_781; lean_object* x_782; lean_object* x_783; uint8_t x_784; +lean_dec(x_774); +lean_dec(x_737); +lean_dec(x_735); +lean_dec(x_733); +lean_dec(x_730); lean_dec(x_13); lean_dec(x_1); -x_772 = l_Lean_MessageData_ofName(x_739); -x_773 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_774 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_774, 0, x_773); -lean_ctor_set(x_774, 1, x_772); -x_775 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_776 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_776, 0, x_774); -lean_ctor_set(x_776, 1, x_775); -x_777 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_776, x_5, x_6, x_7, x_8, x_755); +x_778 = l_Lean_MessageData_ofName(x_725); +x_779 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_780 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_780, 0, x_779); +lean_ctor_set(x_780, 1, x_778); +x_781 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_782 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_782, 0, x_780); +lean_ctor_set(x_782, 1, x_781); +x_783 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_782, x_5, x_6, x_7, x_8, x_741); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_778 = !lean_is_exclusive(x_777); -if (x_778 == 0) +x_784 = !lean_is_exclusive(x_783); +if (x_784 == 0) { -return x_777; +return x_783; } else { -lean_object* x_779; lean_object* x_780; lean_object* x_781; -x_779 = lean_ctor_get(x_777, 0); -x_780 = lean_ctor_get(x_777, 1); -lean_inc(x_780); -lean_inc(x_779); -lean_dec(x_777); -x_781 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_781, 0, x_779); -lean_ctor_set(x_781, 1, x_780); -return x_781; +lean_object* x_785; lean_object* x_786; lean_object* x_787; +x_785 = lean_ctor_get(x_783, 0); +x_786 = lean_ctor_get(x_783, 1); +lean_inc(x_786); +lean_inc(x_785); +lean_dec(x_783); +x_787 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_787, 0, x_785); +lean_ctor_set(x_787, 1, x_786); +return x_787; } } else { -lean_object* x_782; lean_object* x_783; -x_782 = lean_box(0); -x_783 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__48(x_1, x_768, x_2, x_3, x_751, x_747, x_744, x_739, x_13, x_749, x_782, x_5, x_6, x_7, x_8, x_755); -return x_783; +lean_object* x_788; lean_object* x_789; +x_788 = lean_box(0); +x_789 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__48(x_1, x_774, x_2, x_3, x_737, x_733, x_730, x_725, x_13, x_735, x_788, x_5, x_6, x_7, x_8, x_741); +return x_789; +} } } } @@ -52976,450 +52819,445 @@ return x_783; } else { -uint8_t x_811; -lean_dec(x_751); -lean_dec(x_749); -lean_dec(x_747); -lean_dec(x_746); -lean_dec(x_744); -lean_dec(x_743); -lean_dec(x_739); +uint8_t x_795; +lean_dec(x_737); +lean_dec(x_735); +lean_dec(x_733); +lean_dec(x_732); +lean_dec(x_730); +lean_dec(x_729); +lean_dec(x_725); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_811 = !lean_is_exclusive(x_753); -if (x_811 == 0) +x_795 = !lean_is_exclusive(x_739); +if (x_795 == 0) { -return x_753; +return x_739; } else { -lean_object* x_812; lean_object* x_813; lean_object* x_814; -x_812 = lean_ctor_get(x_753, 0); -x_813 = lean_ctor_get(x_753, 1); -lean_inc(x_813); -lean_inc(x_812); -lean_dec(x_753); -x_814 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_814, 0, x_812); -lean_ctor_set(x_814, 1, x_813); -return x_814; +lean_object* x_796; lean_object* x_797; lean_object* x_798; +x_796 = lean_ctor_get(x_739, 0); +x_797 = lean_ctor_get(x_739, 1); +lean_inc(x_797); +lean_inc(x_796); +lean_dec(x_739); +x_798 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_798, 0, x_796); +lean_ctor_set(x_798, 1, x_797); +return x_798; } } } else { -uint8_t x_815; -lean_dec(x_747); -lean_dec(x_746); -lean_dec(x_744); -lean_dec(x_743); -lean_dec(x_739); +uint8_t x_799; +lean_dec(x_733); +lean_dec(x_732); +lean_dec(x_730); +lean_dec(x_729); +lean_dec(x_725); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_815 = !lean_is_exclusive(x_748); -if (x_815 == 0) +x_799 = !lean_is_exclusive(x_734); +if (x_799 == 0) { -return x_748; +return x_734; } else { -lean_object* x_816; lean_object* x_817; lean_object* x_818; -x_816 = lean_ctor_get(x_748, 0); -x_817 = lean_ctor_get(x_748, 1); -lean_inc(x_817); -lean_inc(x_816); -lean_dec(x_748); -x_818 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_818, 0, x_816); -lean_ctor_set(x_818, 1, x_817); -return x_818; +lean_object* x_800; lean_object* x_801; lean_object* x_802; +x_800 = lean_ctor_get(x_734, 0); +x_801 = lean_ctor_get(x_734, 1); +lean_inc(x_801); +lean_inc(x_800); +lean_dec(x_734); +x_802 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_802, 0, x_800); +lean_ctor_set(x_802, 1, x_801); +return x_802; } } } else { -lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; -lean_dec(x_744); -lean_dec(x_743); -lean_dec(x_739); -x_819 = lean_ctor_get(x_745, 0); -lean_inc(x_819); -lean_dec(x_745); -x_820 = lean_box(0); -x_821 = l_Lean_Expr_const___override(x_819, x_820); +lean_object* x_803; lean_object* x_804; lean_object* x_805; lean_object* x_806; +lean_dec(x_730); +lean_dec(x_729); +lean_dec(x_725); +x_803 = lean_ctor_get(x_731, 0); +lean_inc(x_803); +lean_dec(x_731); +x_804 = lean_box(0); +x_805 = l_Lean_Expr_const___override(x_803, x_804); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_821); -x_822 = lean_infer_type(x_821, x_5, x_6, x_7, x_8, x_742); -if (lean_obj_tag(x_822) == 0) +lean_inc(x_805); +x_806 = lean_infer_type(x_805, x_5, x_6, x_7, x_8, x_728); +if (lean_obj_tag(x_806) == 0) { -lean_object* x_823; lean_object* x_824; lean_object* x_825; lean_object* x_826; lean_object* x_827; lean_object* x_828; -x_823 = lean_ctor_get(x_822, 0); -lean_inc(x_823); -x_824 = lean_ctor_get(x_822, 1); -lean_inc(x_824); -lean_dec(x_822); -x_825 = lean_box(x_2); -x_826 = lean_box(x_3); -x_827 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__49___boxed), 12, 5); -lean_closure_set(x_827, 0, x_13); -lean_closure_set(x_827, 1, x_1); -lean_closure_set(x_827, 2, x_825); -lean_closure_set(x_827, 3, x_826); -lean_closure_set(x_827, 4, x_821); -x_828 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_823, x_827, x_5, x_6, x_7, x_8, x_824); -return x_828; +lean_object* x_807; lean_object* x_808; lean_object* x_809; lean_object* x_810; lean_object* x_811; lean_object* x_812; +x_807 = lean_ctor_get(x_806, 0); +lean_inc(x_807); +x_808 = lean_ctor_get(x_806, 1); +lean_inc(x_808); +lean_dec(x_806); +x_809 = lean_box(x_2); +x_810 = lean_box(x_3); +x_811 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__49___boxed), 12, 5); +lean_closure_set(x_811, 0, x_13); +lean_closure_set(x_811, 1, x_1); +lean_closure_set(x_811, 2, x_809); +lean_closure_set(x_811, 3, x_810); +lean_closure_set(x_811, 4, x_805); +x_812 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_807, x_811, x_5, x_6, x_7, x_8, x_808); +return x_812; } else { -uint8_t x_829; -lean_dec(x_821); +uint8_t x_813; +lean_dec(x_805); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_829 = !lean_is_exclusive(x_822); -if (x_829 == 0) +x_813 = !lean_is_exclusive(x_806); +if (x_813 == 0) { -return x_822; +return x_806; } else { -lean_object* x_830; lean_object* x_831; lean_object* x_832; -x_830 = lean_ctor_get(x_822, 0); -x_831 = lean_ctor_get(x_822, 1); -lean_inc(x_831); -lean_inc(x_830); -lean_dec(x_822); -x_832 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_832, 0, x_830); -lean_ctor_set(x_832, 1, x_831); -return x_832; +lean_object* x_814; lean_object* x_815; lean_object* x_816; +x_814 = lean_ctor_get(x_806, 0); +x_815 = lean_ctor_get(x_806, 1); +lean_inc(x_815); +lean_inc(x_814); +lean_dec(x_806); +x_816 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_816, 0, x_814); +lean_ctor_set(x_816, 1, x_815); +return x_816; } } } } else { -lean_object* x_833; lean_object* x_834; lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; -lean_dec(x_738); +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_dec(x_724); lean_dec(x_1); -x_833 = l_Lean_MessageData_ofExpr(x_13); -x_834 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_835 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_835, 0, x_834); -lean_ctor_set(x_835, 1, x_833); -x_836 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_837 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_837, 0, x_835); -lean_ctor_set(x_837, 1, x_836); -x_838 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_837, x_5, x_6, x_7, x_8, x_737); +x_817 = l_Lean_MessageData_ofExpr(x_13); +x_818 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_819 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_819, 0, x_818); +lean_ctor_set(x_819, 1, x_817); +x_820 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_821 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_821, 0, x_819); +lean_ctor_set(x_821, 1, x_820); +x_822 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_821, x_5, x_6, x_7, x_8, x_723); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_838; +return x_822; } } case 10: { -lean_object* x_839; lean_object* x_840; -x_839 = lean_ctor_get(x_12, 1); -lean_inc(x_839); +lean_object* x_823; lean_object* x_824; +x_823 = lean_ctor_get(x_12, 1); +lean_inc(x_823); lean_dec(x_12); -x_840 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_840) == 4) -{ -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; -x_841 = lean_ctor_get(x_840, 0); -lean_inc(x_841); -lean_dec(x_840); -x_842 = lean_st_ref_get(x_8, x_839); -x_843 = lean_ctor_get(x_842, 0); -lean_inc(x_843); -x_844 = lean_ctor_get(x_842, 1); -lean_inc(x_844); -lean_dec(x_842); -x_845 = lean_ctor_get(x_843, 0); -lean_inc(x_845); -lean_dec(x_843); -x_846 = lean_ctor_get(x_1, 2); -lean_inc(x_846); -x_847 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_846, x_845, x_841); -if (lean_obj_tag(x_847) == 0) -{ -lean_object* x_848; lean_object* x_849; lean_object* x_850; -x_848 = lean_ctor_get(x_1, 0); -lean_inc(x_848); -lean_inc(x_848); -lean_inc(x_841); -x_849 = l_Lean_Name_append(x_841, x_848); -lean_inc(x_841); -x_850 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_841, x_5, x_6, x_7, x_8, x_844); -if (lean_obj_tag(x_850) == 0) -{ -lean_object* x_851; lean_object* x_852; lean_object* x_853; lean_object* x_854; lean_object* x_855; -x_851 = lean_ctor_get(x_850, 0); -lean_inc(x_851); -x_852 = lean_ctor_get(x_850, 1); -lean_inc(x_852); -lean_dec(x_850); -x_853 = l_Lean_ConstantInfo_type(x_851); -x_854 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +x_824 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_824) == 4) +{ +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; +x_825 = lean_ctor_get(x_824, 0); +lean_inc(x_825); +lean_dec(x_824); +x_826 = lean_st_ref_get(x_8, x_823); +x_827 = lean_ctor_get(x_826, 0); +lean_inc(x_827); +x_828 = lean_ctor_get(x_826, 1); +lean_inc(x_828); +lean_dec(x_826); +x_829 = lean_ctor_get(x_827, 0); +lean_inc(x_829); +lean_dec(x_827); +x_830 = lean_ctor_get(x_1, 2); +lean_inc(x_830); +x_831 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_830, x_829, x_825); +if (lean_obj_tag(x_831) == 0) +{ +lean_object* x_832; lean_object* x_833; lean_object* x_834; +x_832 = lean_ctor_get(x_1, 0); +lean_inc(x_832); +lean_inc(x_832); +lean_inc(x_825); +x_833 = l_Lean_Name_append(x_825, x_832); +lean_inc(x_825); +x_834 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_825, x_5, x_6, x_7, x_8, x_828); +if (lean_obj_tag(x_834) == 0) +{ +lean_object* x_835; lean_object* x_836; lean_object* x_837; lean_object* x_838; lean_object* x_839; +x_835 = lean_ctor_get(x_834, 0); +lean_inc(x_835); +x_836 = lean_ctor_get(x_834, 1); +lean_inc(x_836); +lean_dec(x_834); +x_837 = l_Lean_ConstantInfo_type(x_835); +x_838 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_853); -x_855 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_853, x_854, x_5, x_6, x_7, x_8, x_852); -if (lean_obj_tag(x_855) == 0) +lean_inc(x_837); +x_839 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_837, x_838, x_5, x_6, x_7, x_8, x_836); +if (lean_obj_tag(x_839) == 0) +{ +lean_object* x_840; lean_object* x_841; uint8_t x_842; lean_object* x_891; uint8_t x_892; +x_840 = lean_ctor_get(x_839, 0); +lean_inc(x_840); +x_841 = lean_ctor_get(x_839, 1); +lean_inc(x_841); +lean_dec(x_839); +x_891 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_892 = l_Lean_Expr_isConstOf(x_840, x_891); +if (x_892 == 0) +{ +lean_object* x_893; uint8_t x_894; +x_893 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_894 = l_Lean_Expr_isConstOf(x_840, x_893); +lean_dec(x_840); +x_842 = x_894; +goto block_890; +} +else { -lean_object* x_856; lean_object* x_857; lean_object* x_858; lean_object* x_887; uint8_t x_888; -x_856 = lean_ctor_get(x_855, 0); -lean_inc(x_856); -x_857 = lean_ctor_get(x_855, 1); -lean_inc(x_857); -lean_dec(x_855); -x_887 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_888 = l_Lean_Expr_isConstOf(x_856, x_887); -if (x_888 == 0) -{ -lean_object* x_889; uint8_t x_890; -x_889 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_890 = l_Lean_Expr_isConstOf(x_856, x_889); -lean_dec(x_856); -if (x_890 == 0) -{ -lean_object* x_891; -lean_dec(x_853); -lean_dec(x_851); -lean_dec(x_849); -lean_dec(x_846); -lean_dec(x_845); -lean_dec(x_841); +lean_dec(x_840); +x_842 = x_10; +goto block_890; +} +block_890: +{ +if (x_842 == 0) +{ +lean_object* x_843; +lean_dec(x_837); +lean_dec(x_835); +lean_dec(x_833); +lean_dec(x_830); +lean_dec(x_829); +lean_dec(x_825); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_891 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_857); -if (lean_obj_tag(x_891) == 0) -{ -lean_object* x_892; -x_892 = lean_ctor_get(x_891, 0); -lean_inc(x_892); -if (lean_obj_tag(x_892) == 0) -{ -lean_object* x_893; lean_object* x_894; lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_object* x_898; lean_object* x_899; lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; -lean_dec(x_1); -x_893 = lean_ctor_get(x_891, 1); -lean_inc(x_893); -lean_dec(x_891); -x_894 = l_Lean_MessageData_ofName(x_848); -x_895 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_896 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_896, 0, x_895); -lean_ctor_set(x_896, 1, x_894); -x_897 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_898 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_898, 0, x_896); -lean_ctor_set(x_898, 1, x_897); -x_899 = l_Lean_MessageData_ofExpr(x_13); -x_900 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_900, 0, x_898); -lean_ctor_set(x_900, 1, x_899); -x_901 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_902 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_902, 0, x_900); -lean_ctor_set(x_902, 1, x_901); -x_903 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_902, x_5, x_6, x_7, x_8, x_893); +x_843 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_841); +if (lean_obj_tag(x_843) == 0) +{ +lean_object* x_844; +x_844 = lean_ctor_get(x_843, 0); +lean_inc(x_844); +if (lean_obj_tag(x_844) == 0) +{ +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_dec(x_1); +x_845 = lean_ctor_get(x_843, 1); +lean_inc(x_845); +lean_dec(x_843); +x_846 = l_Lean_MessageData_ofName(x_832); +x_847 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_848 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_848, 0, x_847); +lean_ctor_set(x_848, 1, x_846); +x_849 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_850 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_850, 0, x_848); +lean_ctor_set(x_850, 1, x_849); +x_851 = l_Lean_MessageData_ofExpr(x_13); +x_852 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_852, 0, x_850); +lean_ctor_set(x_852, 1, x_851); +x_853 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_854 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_854, 0, x_852); +lean_ctor_set(x_854, 1, x_853); +x_855 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_854, x_5, x_6, x_7, x_8, x_845); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_903; +return x_855; } else { -lean_object* x_904; lean_object* x_905; -lean_dec(x_848); +lean_object* x_856; lean_object* x_857; +lean_dec(x_832); lean_dec(x_13); -x_904 = lean_ctor_get(x_891, 1); -lean_inc(x_904); -lean_dec(x_891); -x_905 = lean_ctor_get(x_892, 0); -lean_inc(x_905); -lean_dec(x_892); -x_4 = x_905; -x_9 = x_904; +x_856 = lean_ctor_get(x_843, 1); +lean_inc(x_856); +lean_dec(x_843); +x_857 = lean_ctor_get(x_844, 0); +lean_inc(x_857); +lean_dec(x_844); +x_4 = x_857; +x_9 = x_856; goto _start; } } else { -uint8_t x_907; -lean_dec(x_848); +uint8_t x_859; +lean_dec(x_832); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_907 = !lean_is_exclusive(x_891); -if (x_907 == 0) +x_859 = !lean_is_exclusive(x_843); +if (x_859 == 0) { -return x_891; +return x_843; } else { -lean_object* x_908; lean_object* x_909; lean_object* x_910; -x_908 = lean_ctor_get(x_891, 0); -x_909 = lean_ctor_get(x_891, 1); -lean_inc(x_909); -lean_inc(x_908); -lean_dec(x_891); -x_910 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_910, 0, x_908); -lean_ctor_set(x_910, 1, x_909); -return x_910; -} -} +lean_object* x_860; lean_object* x_861; lean_object* x_862; +x_860 = lean_ctor_get(x_843, 0); +x_861 = lean_ctor_get(x_843, 1); +lean_inc(x_861); +lean_inc(x_860); +lean_dec(x_843); +x_862 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_862, 0, x_860); +lean_ctor_set(x_862, 1, x_861); +return x_862; } -else -{ -lean_object* x_911; -x_911 = lean_box(0); -x_858 = x_911; -goto block_886; } } else { -lean_object* x_912; -lean_dec(x_856); -x_912 = lean_box(0); -x_858 = x_912; -goto block_886; -} -block_886: -{ -lean_object* x_859; -lean_dec(x_858); -x_859 = l_Lean_ConstantInfo_value_x3f(x_851); -if (lean_obj_tag(x_859) == 0) +lean_object* x_863; +x_863 = l_Lean_ConstantInfo_value_x3f(x_835); +if (lean_obj_tag(x_863) == 0) { -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_dec(x_853); -lean_dec(x_851); -lean_dec(x_849); -lean_dec(x_846); -lean_dec(x_845); -lean_dec(x_841); +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_dec(x_837); +lean_dec(x_835); +lean_dec(x_833); +lean_dec(x_830); +lean_dec(x_829); +lean_dec(x_825); lean_dec(x_1); -x_860 = l_Lean_MessageData_ofName(x_848); -x_861 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_862 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_862, 0, x_861); -lean_ctor_set(x_862, 1, x_860); -x_863 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; -x_864 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_864, 0, x_862); -lean_ctor_set(x_864, 1, x_863); -x_865 = l_Lean_MessageData_ofExpr(x_13); +x_864 = l_Lean_MessageData_ofName(x_832); +x_865 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; x_866 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_866, 0, x_864); -lean_ctor_set(x_866, 1, x_865); -x_867 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +lean_ctor_set(x_866, 0, x_865); +lean_ctor_set(x_866, 1, x_864); +x_867 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; x_868 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_868, 0, x_866); lean_ctor_set(x_868, 1, x_867); -x_869 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_868, x_5, x_6, x_7, x_8, x_857); +x_869 = l_Lean_MessageData_ofExpr(x_13); +x_870 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_870, 0, x_868); +lean_ctor_set(x_870, 1, x_869); +x_871 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_872 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_872, 0, x_870); +lean_ctor_set(x_872, 1, x_871); +x_873 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_872, x_5, x_6, x_7, x_8, x_841); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_869; +return x_873; } else { -lean_object* x_870; lean_object* x_871; -lean_dec(x_848); -x_870 = lean_ctor_get(x_859, 0); -lean_inc(x_870); -lean_dec(x_859); -lean_inc(x_841); -x_871 = l_Lean_Environment_getModuleIdxFor_x3f(x_845, x_841); -if (lean_obj_tag(x_871) == 0) +lean_object* x_874; lean_object* x_875; +lean_dec(x_832); +x_874 = lean_ctor_get(x_863, 0); +lean_inc(x_874); +lean_dec(x_863); +lean_inc(x_825); +x_875 = l_Lean_Environment_getModuleIdxFor_x3f(x_829, x_825); +if (lean_obj_tag(x_875) == 0) { -lean_object* x_872; lean_object* x_873; -x_872 = lean_box(0); -x_873 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__54(x_1, x_870, x_2, x_3, x_853, x_849, x_846, x_841, x_13, x_851, x_872, x_5, x_6, x_7, x_8, x_857); -return x_873; +lean_object* x_876; lean_object* x_877; +x_876 = lean_box(0); +x_877 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__54(x_1, x_874, x_2, x_3, x_837, x_833, x_830, x_825, x_13, x_835, x_876, x_5, x_6, x_7, x_8, x_841); +return x_877; } else { -lean_dec(x_871); +lean_dec(x_875); if (x_3 == 0) { -lean_object* x_874; lean_object* x_875; lean_object* x_876; lean_object* x_877; lean_object* x_878; lean_object* x_879; uint8_t x_880; -lean_dec(x_870); -lean_dec(x_853); -lean_dec(x_851); -lean_dec(x_849); -lean_dec(x_846); +lean_object* x_878; lean_object* x_879; lean_object* x_880; lean_object* x_881; lean_object* x_882; lean_object* x_883; uint8_t x_884; +lean_dec(x_874); +lean_dec(x_837); +lean_dec(x_835); +lean_dec(x_833); +lean_dec(x_830); lean_dec(x_13); lean_dec(x_1); -x_874 = l_Lean_MessageData_ofName(x_841); -x_875 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_876 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_876, 0, x_875); -lean_ctor_set(x_876, 1, x_874); -x_877 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; -x_878 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_878, 0, x_876); -lean_ctor_set(x_878, 1, x_877); -x_879 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_878, x_5, x_6, x_7, x_8, x_857); +x_878 = l_Lean_MessageData_ofName(x_825); +x_879 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; +x_880 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_880, 0, x_879); +lean_ctor_set(x_880, 1, x_878); +x_881 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_882 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_882, 0, x_880); +lean_ctor_set(x_882, 1, x_881); +x_883 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_882, x_5, x_6, x_7, x_8, x_841); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_880 = !lean_is_exclusive(x_879); -if (x_880 == 0) +x_884 = !lean_is_exclusive(x_883); +if (x_884 == 0) { -return x_879; +return x_883; } else { -lean_object* x_881; lean_object* x_882; lean_object* x_883; -x_881 = lean_ctor_get(x_879, 0); -x_882 = lean_ctor_get(x_879, 1); -lean_inc(x_882); -lean_inc(x_881); -lean_dec(x_879); -x_883 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_883, 0, x_881); -lean_ctor_set(x_883, 1, x_882); -return x_883; +lean_object* x_885; lean_object* x_886; lean_object* x_887; +x_885 = lean_ctor_get(x_883, 0); +x_886 = lean_ctor_get(x_883, 1); +lean_inc(x_886); +lean_inc(x_885); +lean_dec(x_883); +x_887 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_887, 0, x_885); +lean_ctor_set(x_887, 1, x_886); +return x_887; } } else { -lean_object* x_884; lean_object* x_885; -x_884 = lean_box(0); -x_885 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__54(x_1, x_870, x_2, x_3, x_853, x_849, x_846, x_841, x_13, x_851, x_884, x_5, x_6, x_7, x_8, x_857); -return x_885; +lean_object* x_888; lean_object* x_889; +x_888 = lean_box(0); +x_889 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__54(x_1, x_874, x_2, x_3, x_837, x_833, x_830, x_825, x_13, x_835, x_888, x_5, x_6, x_7, x_8, x_841); +return x_889; +} } } } @@ -53427,450 +53265,445 @@ return x_885; } else { -uint8_t x_913; -lean_dec(x_853); -lean_dec(x_851); -lean_dec(x_849); -lean_dec(x_848); -lean_dec(x_846); -lean_dec(x_845); -lean_dec(x_841); +uint8_t x_895; +lean_dec(x_837); +lean_dec(x_835); +lean_dec(x_833); +lean_dec(x_832); +lean_dec(x_830); +lean_dec(x_829); +lean_dec(x_825); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_913 = !lean_is_exclusive(x_855); -if (x_913 == 0) +x_895 = !lean_is_exclusive(x_839); +if (x_895 == 0) { -return x_855; +return x_839; } else { -lean_object* x_914; lean_object* x_915; lean_object* x_916; -x_914 = lean_ctor_get(x_855, 0); -x_915 = lean_ctor_get(x_855, 1); -lean_inc(x_915); -lean_inc(x_914); -lean_dec(x_855); -x_916 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_916, 0, x_914); -lean_ctor_set(x_916, 1, x_915); -return x_916; +lean_object* x_896; lean_object* x_897; lean_object* x_898; +x_896 = lean_ctor_get(x_839, 0); +x_897 = lean_ctor_get(x_839, 1); +lean_inc(x_897); +lean_inc(x_896); +lean_dec(x_839); +x_898 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_898, 0, x_896); +lean_ctor_set(x_898, 1, x_897); +return x_898; } } } else { -uint8_t x_917; -lean_dec(x_849); -lean_dec(x_848); -lean_dec(x_846); -lean_dec(x_845); -lean_dec(x_841); +uint8_t x_899; +lean_dec(x_833); +lean_dec(x_832); +lean_dec(x_830); +lean_dec(x_829); +lean_dec(x_825); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_917 = !lean_is_exclusive(x_850); -if (x_917 == 0) +x_899 = !lean_is_exclusive(x_834); +if (x_899 == 0) { -return x_850; +return x_834; } else { -lean_object* x_918; lean_object* x_919; lean_object* x_920; -x_918 = lean_ctor_get(x_850, 0); -x_919 = lean_ctor_get(x_850, 1); -lean_inc(x_919); -lean_inc(x_918); -lean_dec(x_850); -x_920 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_920, 0, x_918); -lean_ctor_set(x_920, 1, x_919); -return x_920; +lean_object* x_900; lean_object* x_901; lean_object* x_902; +x_900 = lean_ctor_get(x_834, 0); +x_901 = lean_ctor_get(x_834, 1); +lean_inc(x_901); +lean_inc(x_900); +lean_dec(x_834); +x_902 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_902, 0, x_900); +lean_ctor_set(x_902, 1, x_901); +return x_902; } } } else { -lean_object* x_921; lean_object* x_922; lean_object* x_923; lean_object* x_924; -lean_dec(x_846); -lean_dec(x_845); -lean_dec(x_841); -x_921 = lean_ctor_get(x_847, 0); -lean_inc(x_921); -lean_dec(x_847); -x_922 = lean_box(0); -x_923 = l_Lean_Expr_const___override(x_921, x_922); +lean_object* x_903; lean_object* x_904; lean_object* x_905; lean_object* x_906; +lean_dec(x_830); +lean_dec(x_829); +lean_dec(x_825); +x_903 = lean_ctor_get(x_831, 0); +lean_inc(x_903); +lean_dec(x_831); +x_904 = lean_box(0); +x_905 = l_Lean_Expr_const___override(x_903, x_904); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_923); -x_924 = lean_infer_type(x_923, x_5, x_6, x_7, x_8, x_844); -if (lean_obj_tag(x_924) == 0) +lean_inc(x_905); +x_906 = lean_infer_type(x_905, x_5, x_6, x_7, x_8, x_828); +if (lean_obj_tag(x_906) == 0) { -lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; -x_925 = lean_ctor_get(x_924, 0); -lean_inc(x_925); -x_926 = lean_ctor_get(x_924, 1); -lean_inc(x_926); -lean_dec(x_924); -x_927 = lean_box(x_2); -x_928 = lean_box(x_3); -x_929 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__55___boxed), 12, 5); -lean_closure_set(x_929, 0, x_13); -lean_closure_set(x_929, 1, x_1); -lean_closure_set(x_929, 2, x_927); -lean_closure_set(x_929, 3, x_928); -lean_closure_set(x_929, 4, x_923); -x_930 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_925, x_929, x_5, x_6, x_7, x_8, x_926); -return x_930; +lean_object* x_907; lean_object* x_908; lean_object* x_909; lean_object* x_910; lean_object* x_911; lean_object* x_912; +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 = lean_box(x_2); +x_910 = lean_box(x_3); +x_911 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__55___boxed), 12, 5); +lean_closure_set(x_911, 0, x_13); +lean_closure_set(x_911, 1, x_1); +lean_closure_set(x_911, 2, x_909); +lean_closure_set(x_911, 3, x_910); +lean_closure_set(x_911, 4, x_905); +x_912 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_907, x_911, x_5, x_6, x_7, x_8, x_908); +return x_912; } else { -uint8_t x_931; -lean_dec(x_923); +uint8_t x_913; +lean_dec(x_905); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_931 = !lean_is_exclusive(x_924); -if (x_931 == 0) +x_913 = !lean_is_exclusive(x_906); +if (x_913 == 0) { -return x_924; +return x_906; } else { -lean_object* x_932; lean_object* x_933; lean_object* x_934; -x_932 = lean_ctor_get(x_924, 0); -x_933 = lean_ctor_get(x_924, 1); -lean_inc(x_933); -lean_inc(x_932); -lean_dec(x_924); -x_934 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_934, 0, x_932); -lean_ctor_set(x_934, 1, x_933); -return x_934; +lean_object* x_914; lean_object* x_915; lean_object* x_916; +x_914 = lean_ctor_get(x_906, 0); +x_915 = lean_ctor_get(x_906, 1); +lean_inc(x_915); +lean_inc(x_914); +lean_dec(x_906); +x_916 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_916, 0, x_914); +lean_ctor_set(x_916, 1, x_915); +return x_916; } } } } else { -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_dec(x_840); +lean_object* x_917; lean_object* x_918; lean_object* x_919; lean_object* x_920; lean_object* x_921; lean_object* x_922; +lean_dec(x_824); lean_dec(x_1); -x_935 = l_Lean_MessageData_ofExpr(x_13); -x_936 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_937 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_937, 0, x_936); -lean_ctor_set(x_937, 1, x_935); -x_938 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_939 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_939, 0, x_937); -lean_ctor_set(x_939, 1, x_938); -x_940 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_939, x_5, x_6, x_7, x_8, x_839); +x_917 = l_Lean_MessageData_ofExpr(x_13); +x_918 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_919 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_919, 0, x_918); +lean_ctor_set(x_919, 1, x_917); +x_920 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_921 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_921, 0, x_919); +lean_ctor_set(x_921, 1, x_920); +x_922 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_921, x_5, x_6, x_7, x_8, x_823); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_940; +return x_922; } } default: { -lean_object* x_941; lean_object* x_942; -x_941 = lean_ctor_get(x_12, 1); -lean_inc(x_941); +lean_object* x_923; lean_object* x_924; +x_923 = lean_ctor_get(x_12, 1); +lean_inc(x_923); lean_dec(x_12); -x_942 = l_Lean_Expr_getAppFn(x_13); -if (lean_obj_tag(x_942) == 4) +x_924 = l_Lean_Expr_getAppFn(x_13); +if (lean_obj_tag(x_924) == 4) { -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; -x_943 = lean_ctor_get(x_942, 0); -lean_inc(x_943); -lean_dec(x_942); -x_944 = lean_st_ref_get(x_8, x_941); -x_945 = lean_ctor_get(x_944, 0); -lean_inc(x_945); -x_946 = lean_ctor_get(x_944, 1); -lean_inc(x_946); -lean_dec(x_944); -x_947 = lean_ctor_get(x_945, 0); -lean_inc(x_947); -lean_dec(x_945); -x_948 = lean_ctor_get(x_1, 2); -lean_inc(x_948); -x_949 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_948, x_947, x_943); -if (lean_obj_tag(x_949) == 0) -{ -lean_object* x_950; lean_object* x_951; lean_object* x_952; -x_950 = lean_ctor_get(x_1, 0); -lean_inc(x_950); -lean_inc(x_950); -lean_inc(x_943); -x_951 = l_Lean_Name_append(x_943, x_950); -lean_inc(x_943); -x_952 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_943, x_5, x_6, x_7, x_8, x_946); -if (lean_obj_tag(x_952) == 0) -{ -lean_object* x_953; lean_object* x_954; lean_object* x_955; lean_object* x_956; lean_object* x_957; -x_953 = lean_ctor_get(x_952, 0); -lean_inc(x_953); -x_954 = lean_ctor_get(x_952, 1); -lean_inc(x_954); -lean_dec(x_952); -x_955 = l_Lean_ConstantInfo_type(x_953); -x_956 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; +lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; lean_object* x_931; +x_925 = lean_ctor_get(x_924, 0); +lean_inc(x_925); +lean_dec(x_924); +x_926 = lean_st_ref_get(x_8, x_923); +x_927 = lean_ctor_get(x_926, 0); +lean_inc(x_927); +x_928 = lean_ctor_get(x_926, 1); +lean_inc(x_928); +lean_dec(x_926); +x_929 = lean_ctor_get(x_927, 0); +lean_inc(x_929); +lean_dec(x_927); +x_930 = lean_ctor_get(x_1, 2); +lean_inc(x_930); +x_931 = l_Lean_ParserCompiler_CombinatorAttribute_getDeclFor_x3f(x_930, x_929, x_925); +if (lean_obj_tag(x_931) == 0) +{ +lean_object* x_932; lean_object* x_933; lean_object* x_934; +x_932 = lean_ctor_get(x_1, 0); +lean_inc(x_932); +lean_inc(x_932); +lean_inc(x_925); +x_933 = l_Lean_Name_append(x_925, x_932); +lean_inc(x_925); +x_934 = l_Lean_getConstInfo___at_Lean_Meta_mkConstWithFreshMVarLevels___spec__1(x_925, x_5, x_6, x_7, x_8, x_928); +if (lean_obj_tag(x_934) == 0) +{ +lean_object* x_935; lean_object* x_936; lean_object* x_937; lean_object* x_938; lean_object* x_939; +x_935 = lean_ctor_get(x_934, 0); +lean_inc(x_935); +x_936 = lean_ctor_get(x_934, 1); +lean_inc(x_936); +lean_dec(x_934); +x_937 = l_Lean_ConstantInfo_type(x_935); +x_938 = l_Std_Range_forIn_loop___at_Lean_ParserCompiler_compileParserExpr___spec__3___at_Lean_ParserCompiler_compileParserExpr___spec__4___rarg___closed__1; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_955); -x_957 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_955, x_956, x_5, x_6, x_7, x_8, x_954); -if (lean_obj_tag(x_957) == 0) -{ -lean_object* x_958; lean_object* x_959; lean_object* x_960; lean_object* x_989; uint8_t x_990; -x_958 = lean_ctor_get(x_957, 0); -lean_inc(x_958); -x_959 = lean_ctor_get(x_957, 1); -lean_inc(x_959); -lean_dec(x_957); -x_989 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; -x_990 = l_Lean_Expr_isConstOf(x_958, x_989); -if (x_990 == 0) -{ -lean_object* x_991; uint8_t x_992; -x_991 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; -x_992 = l_Lean_Expr_isConstOf(x_958, x_991); -lean_dec(x_958); +lean_inc(x_937); +x_939 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_937, x_938, x_5, x_6, x_7, x_8, x_936); +if (lean_obj_tag(x_939) == 0) +{ +lean_object* x_940; lean_object* x_941; uint8_t x_942; lean_object* x_991; uint8_t x_992; +x_940 = lean_ctor_get(x_939, 0); +lean_inc(x_940); +x_941 = lean_ctor_get(x_939, 1); +lean_inc(x_941); +lean_dec(x_939); +x_991 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; +x_992 = l_Lean_Expr_isConstOf(x_940, x_991); if (x_992 == 0) { -lean_object* x_993; -lean_dec(x_955); -lean_dec(x_953); -lean_dec(x_951); -lean_dec(x_948); -lean_dec(x_947); -lean_dec(x_943); +lean_object* x_993; uint8_t x_994; +x_993 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_ParserCompiler_replaceParserTy___spec__1___rarg___closed__3; +x_994 = l_Lean_Expr_isConstOf(x_940, x_993); +lean_dec(x_940); +x_942 = x_994; +goto block_990; +} +else +{ +lean_dec(x_940); +x_942 = x_10; +goto block_990; +} +block_990: +{ +if (x_942 == 0) +{ +lean_object* x_943; +lean_dec(x_937); +lean_dec(x_935); +lean_dec(x_933); +lean_dec(x_930); +lean_dec(x_929); +lean_dec(x_925); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_13); -x_993 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_959); -if (lean_obj_tag(x_993) == 0) -{ -lean_object* x_994; -x_994 = lean_ctor_get(x_993, 0); -lean_inc(x_994); -if (lean_obj_tag(x_994) == 0) -{ -lean_object* x_995; lean_object* x_996; lean_object* x_997; lean_object* x_998; lean_object* x_999; lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; -lean_dec(x_1); -x_995 = lean_ctor_get(x_993, 1); -lean_inc(x_995); -lean_dec(x_993); -x_996 = l_Lean_MessageData_ofName(x_950); -x_997 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_998 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_998, 0, x_997); -lean_ctor_set(x_998, 1, x_996); -x_999 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__16; -x_1000 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1000, 0, x_998); -lean_ctor_set(x_1000, 1, x_999); -x_1001 = l_Lean_MessageData_ofExpr(x_13); -x_1002 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1002, 0, x_1000); -lean_ctor_set(x_1002, 1, x_1001); -x_1003 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_1004 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1004, 0, x_1002); -lean_ctor_set(x_1004, 1, x_1003); -x_1005 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_1004, x_5, x_6, x_7, x_8, x_995); +x_943 = l_Lean_Meta_unfoldDefinition_x3f(x_13, x_5, x_6, x_7, x_8, x_941); +if (lean_obj_tag(x_943) == 0) +{ +lean_object* x_944; +x_944 = lean_ctor_get(x_943, 0); +lean_inc(x_944); +if (lean_obj_tag(x_944) == 0) +{ +lean_object* x_945; lean_object* x_946; lean_object* x_947; lean_object* x_948; lean_object* x_949; lean_object* x_950; lean_object* x_951; lean_object* x_952; lean_object* x_953; lean_object* x_954; lean_object* x_955; +lean_dec(x_1); +x_945 = lean_ctor_get(x_943, 1); +lean_inc(x_945); +lean_dec(x_943); +x_946 = l_Lean_MessageData_ofName(x_932); +x_947 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; +x_948 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_948, 0, x_947); +lean_ctor_set(x_948, 1, x_946); +x_949 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_950 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_950, 0, x_948); +lean_ctor_set(x_950, 1, x_949); +x_951 = l_Lean_MessageData_ofExpr(x_13); +x_952 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_952, 0, x_950); +lean_ctor_set(x_952, 1, x_951); +x_953 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_954 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_954, 0, x_952); +lean_ctor_set(x_954, 1, x_953); +x_955 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_954, x_5, x_6, x_7, x_8, x_945); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_1005; +return x_955; } else { -lean_object* x_1006; lean_object* x_1007; -lean_dec(x_950); +lean_object* x_956; lean_object* x_957; +lean_dec(x_932); lean_dec(x_13); -x_1006 = lean_ctor_get(x_993, 1); -lean_inc(x_1006); -lean_dec(x_993); -x_1007 = lean_ctor_get(x_994, 0); -lean_inc(x_1007); -lean_dec(x_994); -x_4 = x_1007; -x_9 = x_1006; +x_956 = lean_ctor_get(x_943, 1); +lean_inc(x_956); +lean_dec(x_943); +x_957 = lean_ctor_get(x_944, 0); +lean_inc(x_957); +lean_dec(x_944); +x_4 = x_957; +x_9 = x_956; goto _start; } } else { -uint8_t x_1009; -lean_dec(x_950); +uint8_t x_959; +lean_dec(x_932); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1009 = !lean_is_exclusive(x_993); -if (x_1009 == 0) +x_959 = !lean_is_exclusive(x_943); +if (x_959 == 0) { -return x_993; +return x_943; } else { -lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; -x_1010 = lean_ctor_get(x_993, 0); -x_1011 = lean_ctor_get(x_993, 1); -lean_inc(x_1011); -lean_inc(x_1010); -lean_dec(x_993); -x_1012 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1012, 0, x_1010); -lean_ctor_set(x_1012, 1, x_1011); -return x_1012; -} -} +lean_object* x_960; lean_object* x_961; lean_object* x_962; +x_960 = lean_ctor_get(x_943, 0); +x_961 = lean_ctor_get(x_943, 1); +lean_inc(x_961); +lean_inc(x_960); +lean_dec(x_943); +x_962 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_962, 0, x_960); +lean_ctor_set(x_962, 1, x_961); +return x_962; } -else -{ -lean_object* x_1013; -x_1013 = lean_box(0); -x_960 = x_1013; -goto block_988; } } else { -lean_object* x_1014; -lean_dec(x_958); -x_1014 = lean_box(0); -x_960 = x_1014; -goto block_988; -} -block_988: -{ -lean_object* x_961; -lean_dec(x_960); -x_961 = l_Lean_ConstantInfo_value_x3f(x_953); -if (lean_obj_tag(x_961) == 0) +lean_object* x_963; +x_963 = l_Lean_ConstantInfo_value_x3f(x_935); +if (lean_obj_tag(x_963) == 0) { -lean_object* x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; lean_object* x_970; lean_object* x_971; -lean_dec(x_955); -lean_dec(x_953); -lean_dec(x_951); -lean_dec(x_948); -lean_dec(x_947); -lean_dec(x_943); +lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; lean_object* x_970; lean_object* x_971; lean_object* x_972; lean_object* x_973; +lean_dec(x_937); +lean_dec(x_935); +lean_dec(x_933); +lean_dec(x_930); +lean_dec(x_929); +lean_dec(x_925); lean_dec(x_1); -x_962 = l_Lean_MessageData_ofName(x_950); -x_963 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; -x_964 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_964, 0, x_963); -lean_ctor_set(x_964, 1, x_962); -x_965 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__8; +x_964 = l_Lean_MessageData_ofName(x_932); +x_965 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__6; x_966 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_966, 0, x_964); -lean_ctor_set(x_966, 1, x_965); -x_967 = l_Lean_MessageData_ofExpr(x_13); +lean_ctor_set(x_966, 0, x_965); +lean_ctor_set(x_966, 1, x_964); +x_967 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; x_968 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_968, 0, x_966); lean_ctor_set(x_968, 1, x_967); -x_969 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_969 = l_Lean_MessageData_ofExpr(x_13); x_970 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_970, 0, x_968); lean_ctor_set(x_970, 1, x_969); -x_971 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_970, x_5, x_6, x_7, x_8, x_959); +x_971 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_972 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_972, 0, x_970); +lean_ctor_set(x_972, 1, x_971); +x_973 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_972, x_5, x_6, x_7, x_8, x_941); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_971; +return x_973; } else { -lean_object* x_972; lean_object* x_973; -lean_dec(x_950); -x_972 = lean_ctor_get(x_961, 0); -lean_inc(x_972); -lean_dec(x_961); -lean_inc(x_943); -x_973 = l_Lean_Environment_getModuleIdxFor_x3f(x_947, x_943); -if (lean_obj_tag(x_973) == 0) -{ lean_object* x_974; lean_object* x_975; -x_974 = lean_box(0); -x_975 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__60(x_1, x_972, x_2, x_3, x_955, x_951, x_948, x_943, x_13, x_953, x_974, x_5, x_6, x_7, x_8, x_959); -return x_975; +lean_dec(x_932); +x_974 = lean_ctor_get(x_963, 0); +lean_inc(x_974); +lean_dec(x_963); +lean_inc(x_925); +x_975 = l_Lean_Environment_getModuleIdxFor_x3f(x_929, x_925); +if (lean_obj_tag(x_975) == 0) +{ +lean_object* x_976; lean_object* x_977; +x_976 = lean_box(0); +x_977 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__60(x_1, x_974, x_2, x_3, x_937, x_933, x_930, x_925, x_13, x_935, x_976, x_5, x_6, x_7, x_8, x_941); +return x_977; } else { -lean_dec(x_973); +lean_dec(x_975); if (x_3 == 0) { -lean_object* x_976; lean_object* x_977; lean_object* x_978; lean_object* x_979; lean_object* x_980; lean_object* x_981; uint8_t x_982; -lean_dec(x_972); -lean_dec(x_955); -lean_dec(x_953); -lean_dec(x_951); -lean_dec(x_948); +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; +lean_dec(x_974); +lean_dec(x_937); +lean_dec(x_935); +lean_dec(x_933); +lean_dec(x_930); lean_dec(x_13); lean_dec(x_1); -x_976 = l_Lean_MessageData_ofName(x_943); -x_977 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__10; -x_978 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_978, 0, x_977); -lean_ctor_set(x_978, 1, x_976); +x_978 = l_Lean_MessageData_ofName(x_925); x_979 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__12; x_980 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_980, 0, x_978); -lean_ctor_set(x_980, 1, x_979); -x_981 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_980, x_5, x_6, x_7, x_8, x_959); +lean_ctor_set(x_980, 0, x_979); +lean_ctor_set(x_980, 1, x_978); +x_981 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__14; +x_982 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_982, 0, x_980); +lean_ctor_set(x_982, 1, x_981); +x_983 = l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(x_982, x_5, x_6, x_7, x_8, x_941); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -x_982 = !lean_is_exclusive(x_981); -if (x_982 == 0) +x_984 = !lean_is_exclusive(x_983); +if (x_984 == 0) { -return x_981; +return x_983; } else { -lean_object* x_983; lean_object* x_984; lean_object* x_985; -x_983 = lean_ctor_get(x_981, 0); -x_984 = lean_ctor_get(x_981, 1); -lean_inc(x_984); -lean_inc(x_983); -lean_dec(x_981); -x_985 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_985, 0, x_983); -lean_ctor_set(x_985, 1, x_984); -return x_985; +lean_object* x_985; lean_object* x_986; lean_object* x_987; +x_985 = lean_ctor_get(x_983, 0); +x_986 = lean_ctor_get(x_983, 1); +lean_inc(x_986); +lean_inc(x_985); +lean_dec(x_983); +x_987 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_987, 0, x_985); +lean_ctor_set(x_987, 1, x_986); +return x_987; } } else { -lean_object* x_986; lean_object* x_987; -x_986 = lean_box(0); -x_987 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__60(x_1, x_972, x_2, x_3, x_955, x_951, x_948, x_943, x_13, x_953, x_986, x_5, x_6, x_7, x_8, x_959); -return x_987; +lean_object* x_988; lean_object* x_989; +x_988 = lean_box(0); +x_989 = l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__60(x_1, x_974, x_2, x_3, x_937, x_933, x_930, x_925, x_13, x_935, x_988, x_5, x_6, x_7, x_8, x_941); +return x_989; +} } } } @@ -53878,190 +53711,190 @@ return x_987; } else { -uint8_t x_1015; -lean_dec(x_955); -lean_dec(x_953); -lean_dec(x_951); -lean_dec(x_950); -lean_dec(x_948); -lean_dec(x_947); -lean_dec(x_943); +uint8_t x_995; +lean_dec(x_937); +lean_dec(x_935); +lean_dec(x_933); +lean_dec(x_932); +lean_dec(x_930); +lean_dec(x_929); +lean_dec(x_925); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1015 = !lean_is_exclusive(x_957); -if (x_1015 == 0) +x_995 = !lean_is_exclusive(x_939); +if (x_995 == 0) { -return x_957; +return x_939; } else { -lean_object* x_1016; lean_object* x_1017; lean_object* x_1018; -x_1016 = lean_ctor_get(x_957, 0); -x_1017 = lean_ctor_get(x_957, 1); -lean_inc(x_1017); -lean_inc(x_1016); -lean_dec(x_957); -x_1018 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1018, 0, x_1016); -lean_ctor_set(x_1018, 1, x_1017); -return x_1018; +lean_object* x_996; lean_object* x_997; lean_object* x_998; +x_996 = lean_ctor_get(x_939, 0); +x_997 = lean_ctor_get(x_939, 1); +lean_inc(x_997); +lean_inc(x_996); +lean_dec(x_939); +x_998 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_998, 0, x_996); +lean_ctor_set(x_998, 1, x_997); +return x_998; } } } else { -uint8_t x_1019; -lean_dec(x_951); -lean_dec(x_950); -lean_dec(x_948); -lean_dec(x_947); -lean_dec(x_943); +uint8_t x_999; +lean_dec(x_933); +lean_dec(x_932); +lean_dec(x_930); +lean_dec(x_929); +lean_dec(x_925); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1019 = !lean_is_exclusive(x_952); -if (x_1019 == 0) +x_999 = !lean_is_exclusive(x_934); +if (x_999 == 0) { -return x_952; +return x_934; } else { -lean_object* x_1020; lean_object* x_1021; lean_object* x_1022; -x_1020 = lean_ctor_get(x_952, 0); -x_1021 = lean_ctor_get(x_952, 1); -lean_inc(x_1021); -lean_inc(x_1020); -lean_dec(x_952); -x_1022 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1022, 0, x_1020); -lean_ctor_set(x_1022, 1, x_1021); -return x_1022; +lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; +x_1000 = lean_ctor_get(x_934, 0); +x_1001 = lean_ctor_get(x_934, 1); +lean_inc(x_1001); +lean_inc(x_1000); +lean_dec(x_934); +x_1002 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1002, 0, x_1000); +lean_ctor_set(x_1002, 1, x_1001); +return x_1002; } } } else { -lean_object* x_1023; lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; -lean_dec(x_948); -lean_dec(x_947); -lean_dec(x_943); -x_1023 = lean_ctor_get(x_949, 0); -lean_inc(x_1023); -lean_dec(x_949); -x_1024 = lean_box(0); -x_1025 = l_Lean_Expr_const___override(x_1023, x_1024); +lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; +lean_dec(x_930); +lean_dec(x_929); +lean_dec(x_925); +x_1003 = lean_ctor_get(x_931, 0); +lean_inc(x_1003); +lean_dec(x_931); +x_1004 = lean_box(0); +x_1005 = l_Lean_Expr_const___override(x_1003, x_1004); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_1025); -x_1026 = lean_infer_type(x_1025, x_5, x_6, x_7, x_8, x_946); -if (lean_obj_tag(x_1026) == 0) +lean_inc(x_1005); +x_1006 = lean_infer_type(x_1005, x_5, x_6, x_7, x_8, x_928); +if (lean_obj_tag(x_1006) == 0) { -lean_object* x_1027; lean_object* x_1028; lean_object* x_1029; lean_object* x_1030; lean_object* x_1031; lean_object* x_1032; -x_1027 = lean_ctor_get(x_1026, 0); -lean_inc(x_1027); -x_1028 = lean_ctor_get(x_1026, 1); -lean_inc(x_1028); -lean_dec(x_1026); -x_1029 = lean_box(x_2); -x_1030 = lean_box(x_3); -x_1031 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__61___boxed), 12, 5); -lean_closure_set(x_1031, 0, x_13); -lean_closure_set(x_1031, 1, x_1); -lean_closure_set(x_1031, 2, x_1029); -lean_closure_set(x_1031, 3, x_1030); -lean_closure_set(x_1031, 4, x_1025); -x_1032 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_1027, x_1031, x_5, x_6, x_7, x_8, x_1028); -return x_1032; +lean_object* x_1007; lean_object* x_1008; lean_object* x_1009; lean_object* x_1010; lean_object* x_1011; lean_object* x_1012; +x_1007 = lean_ctor_get(x_1006, 0); +lean_inc(x_1007); +x_1008 = lean_ctor_get(x_1006, 1); +lean_inc(x_1008); +lean_dec(x_1006); +x_1009 = lean_box(x_2); +x_1010 = lean_box(x_3); +x_1011 = lean_alloc_closure((void*)(l_Lean_ParserCompiler_compileParserExpr___rarg___lambda__61___boxed), 12, 5); +lean_closure_set(x_1011, 0, x_13); +lean_closure_set(x_1011, 1, x_1); +lean_closure_set(x_1011, 2, x_1009); +lean_closure_set(x_1011, 3, x_1010); +lean_closure_set(x_1011, 4, x_1005); +x_1012 = l_Lean_Meta_forallTelescope___at___private_Lean_Meta_InferType_0__Lean_Meta_inferForallType___spec__2___rarg(x_1007, x_1011, x_5, x_6, x_7, x_8, x_1008); +return x_1012; } else { -uint8_t x_1033; -lean_dec(x_1025); +uint8_t x_1013; +lean_dec(x_1005); lean_dec(x_13); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1033 = !lean_is_exclusive(x_1026); -if (x_1033 == 0) +x_1013 = !lean_is_exclusive(x_1006); +if (x_1013 == 0) { -return x_1026; +return x_1006; } else { -lean_object* x_1034; lean_object* x_1035; lean_object* x_1036; -x_1034 = lean_ctor_get(x_1026, 0); -x_1035 = lean_ctor_get(x_1026, 1); -lean_inc(x_1035); -lean_inc(x_1034); -lean_dec(x_1026); -x_1036 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1036, 0, x_1034); -lean_ctor_set(x_1036, 1, x_1035); -return x_1036; +lean_object* x_1014; lean_object* x_1015; lean_object* x_1016; +x_1014 = lean_ctor_get(x_1006, 0); +x_1015 = lean_ctor_get(x_1006, 1); +lean_inc(x_1015); +lean_inc(x_1014); +lean_dec(x_1006); +x_1016 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1016, 0, x_1014); +lean_ctor_set(x_1016, 1, x_1015); +return x_1016; } } } } else { -lean_object* x_1037; lean_object* x_1038; lean_object* x_1039; lean_object* x_1040; lean_object* x_1041; lean_object* x_1042; -lean_dec(x_942); +lean_object* x_1017; lean_object* x_1018; lean_object* x_1019; lean_object* x_1020; lean_object* x_1021; lean_object* x_1022; +lean_dec(x_924); lean_dec(x_1); -x_1037 = l_Lean_MessageData_ofExpr(x_13); -x_1038 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; -x_1039 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1039, 0, x_1038); -lean_ctor_set(x_1039, 1, x_1037); -x_1040 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; -x_1041 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_1041, 0, x_1039); -lean_ctor_set(x_1041, 1, x_1040); -x_1042 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_1041, x_5, x_6, x_7, x_8, x_941); +x_1017 = l_Lean_MessageData_ofExpr(x_13); +x_1018 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__2; +x_1019 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1019, 0, x_1018); +lean_ctor_set(x_1019, 1, x_1017); +x_1020 = l_Lean_ParserCompiler_compileParserExpr___rarg___closed__4; +x_1021 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_1021, 0, x_1019); +lean_ctor_set(x_1021, 1, x_1020); +x_1022 = l_Lean_throwError___at_Lean_Expr_abstractRangeM___spec__1(x_1021, x_5, x_6, x_7, x_8, x_923); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); -return x_1042; +return x_1022; } } } } else { -uint8_t x_1043; +uint8_t x_1023; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_1043 = !lean_is_exclusive(x_12); -if (x_1043 == 0) +x_1023 = !lean_is_exclusive(x_12); +if (x_1023 == 0) { return x_12; } else { -lean_object* x_1044; lean_object* x_1045; lean_object* x_1046; -x_1044 = lean_ctor_get(x_12, 0); -x_1045 = lean_ctor_get(x_12, 1); -lean_inc(x_1045); -lean_inc(x_1044); +lean_object* x_1024; lean_object* x_1025; lean_object* x_1026; +x_1024 = lean_ctor_get(x_12, 0); +x_1025 = lean_ctor_get(x_12, 1); +lean_inc(x_1025); +lean_inc(x_1024); lean_dec(x_12); -x_1046 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_1046, 0, x_1044); -lean_ctor_set(x_1046, 1, x_1045); -return x_1046; +x_1026 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1026, 0, x_1024); +lean_ctor_set(x_1026, 1, x_1025); +return x_1026; } } } @@ -57923,7 +57756,7 @@ lean_inc(x_3); x_8 = l_Lean_getConstInfo___at_Lean_registerInitAttrUnsafe___spec__1(x_3, x_5, x_6, x_7); if (lean_obj_tag(x_8) == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_47; uint8_t x_48; +lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; lean_object* x_68; uint8_t x_69; x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); x_10 = lean_ctor_get(x_8, 1); @@ -57931,236 +57764,233 @@ lean_inc(x_10); lean_dec(x_8); x_11 = l_Lean_ConstantInfo_type(x_9); lean_dec(x_9); -x_47 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__2; -x_48 = l_Lean_Expr_isConstOf(x_11, x_47); -if (x_48 == 0) +x_68 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__2; +x_69 = l_Lean_Expr_isConstOf(x_11, x_68); +if (x_69 == 0) { -lean_object* x_49; uint8_t x_50; -x_49 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__27; -x_50 = l_Lean_Expr_isConstOf(x_11, x_49); +lean_object* x_70; uint8_t x_71; +x_70 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__27; +x_71 = l_Lean_Expr_isConstOf(x_11, x_70); lean_dec(x_11); -if (x_50 == 0) +x_12 = x_71; +goto block_67; +} +else { -uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_51 = l_Lean_Name_isAnonymous(x_2); -x_52 = lean_box(0); -x_53 = l_Lean_Expr_const___override(x_3, x_52); -x_54 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__25; -x_55 = lean_st_mk_ref(x_54, x_10); -x_56 = lean_ctor_get(x_55, 0); -lean_inc(x_56); -x_57 = lean_ctor_get(x_55, 1); -lean_inc(x_57); -lean_dec(x_55); -x_58 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__12; -lean_inc(x_56); -x_59 = l_Lean_ParserCompiler_compileParserExpr___rarg(x_1, x_4, x_51, x_53, x_58, x_56, x_5, x_6, x_57); -if (lean_obj_tag(x_59) == 0) +uint8_t x_72; +lean_dec(x_11); +x_72 = 1; +x_12 = x_72; +goto block_67; +} +block_67: { -lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = lean_st_ref_get(x_56, x_60); -lean_dec(x_56); -x_62 = !lean_is_exclusive(x_61); -if (x_62 == 0) +if (x_12 == 0) { -lean_object* x_63; lean_object* x_64; -x_63 = lean_ctor_get(x_61, 0); -lean_dec(x_63); -x_64 = lean_box(0); -lean_ctor_set(x_61, 0, x_64); -return x_61; +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; lean_object* x_20; lean_object* x_21; +x_13 = l_Lean_Name_isAnonymous(x_2); +x_14 = lean_box(0); +x_15 = l_Lean_Expr_const___override(x_3, x_14); +x_16 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__25; +x_17 = lean_st_mk_ref(x_16, x_10); +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 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__12; +lean_inc(x_18); +x_21 = l_Lean_ParserCompiler_compileParserExpr___rarg(x_1, x_4, x_13, x_15, x_20, x_18, x_5, x_6, x_19); +if (lean_obj_tag(x_21) == 0) +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = lean_st_ref_get(x_18, x_22); +lean_dec(x_18); +x_24 = !lean_is_exclusive(x_23); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_23, 0); +lean_dec(x_25); +x_26 = lean_box(0); +lean_ctor_set(x_23, 0, x_26); +return x_23; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_61, 1); -lean_inc(x_65); -lean_dec(x_61); -x_66 = lean_box(0); -x_67 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_65); -return x_67; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_ctor_get(x_23, 1); +lean_inc(x_27); +lean_dec(x_23); +x_28 = lean_box(0); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_28); +lean_ctor_set(x_29, 1, x_27); +return x_29; } } else { -uint8_t x_68; -lean_dec(x_56); -x_68 = !lean_is_exclusive(x_59); -if (x_68 == 0) +uint8_t x_30; +lean_dec(x_18); +x_30 = !lean_is_exclusive(x_21); +if (x_30 == 0) { -return x_59; +return x_21; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_59, 0); -x_70 = lean_ctor_get(x_59, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_59); -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; -} -} +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_21, 0); +x_32 = lean_ctor_get(x_21, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_21); +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; } -else -{ -lean_object* x_72; -x_72 = lean_box(0); -x_12 = x_72; -goto block_46; } } else { -lean_object* x_73; -lean_dec(x_11); -x_73 = lean_box(0); -x_12 = x_73; -goto block_46; -} -block_46: -{ -lean_object* x_13; lean_object* x_14; lean_object* x_33; lean_object* x_34; -lean_dec(x_12); -x_33 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__2; +lean_object* x_34; lean_object* x_35; lean_object* x_54; lean_object* x_55; +x_54 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__2; lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); -x_34 = l_Lean_evalConstCheck___at_Lean_KeyedDeclsAttribute_init___spec__2___rarg(x_33, x_3, x_5, x_6, x_10); -if (lean_obj_tag(x_34) == 0) +x_55 = l_Lean_evalConstCheck___at_Lean_KeyedDeclsAttribute_init___spec__2___rarg(x_54, x_3, x_5, x_6, x_10); +if (lean_obj_tag(x_55) == 0) { -lean_object* x_35; lean_object* x_36; +lean_object* x_56; lean_object* x_57; lean_dec(x_3); -x_35 = lean_ctor_get(x_34, 0); -lean_inc(x_35); -x_36 = lean_ctor_get(x_34, 1); -lean_inc(x_36); -lean_dec(x_34); -x_13 = x_35; -x_14 = x_36; -goto block_32; +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); +x_34 = x_56; +x_35 = x_57; +goto block_53; } else { -lean_object* x_37; lean_object* x_38; lean_object* x_39; -x_37 = lean_ctor_get(x_34, 1); -lean_inc(x_37); -lean_dec(x_34); -x_38 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__27; +lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +x_59 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__27; lean_inc(x_6); lean_inc(x_5); -x_39 = l_Lean_evalConstCheck___at_Lean_KeyedDeclsAttribute_init___spec__2___rarg(x_38, x_3, x_5, x_6, x_37); -if (lean_obj_tag(x_39) == 0) +x_60 = l_Lean_evalConstCheck___at_Lean_KeyedDeclsAttribute_init___spec__2___rarg(x_59, x_3, x_5, x_6, x_58); +if (lean_obj_tag(x_60) == 0) { -lean_object* x_40; lean_object* x_41; -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_13 = x_40; -x_14 = x_41; -goto block_32; +lean_object* x_61; lean_object* x_62; +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_34 = x_61; +x_35 = x_62; +goto block_53; } else { -uint8_t x_42; +uint8_t x_63; lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_42 = !lean_is_exclusive(x_39); -if (x_42 == 0) +x_63 = !lean_is_exclusive(x_60); +if (x_63 == 0) { -return x_39; +return x_60; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -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_alloc_ctor(1, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -return x_45; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_60, 0); +x_65 = lean_ctor_get(x_60, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_60); +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; } } } -block_32: +block_53: { -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_15 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__25; -x_16 = lean_st_mk_ref(x_15, x_14); -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_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__12; -lean_inc(x_17); -x_20 = l_Lean_ParserCompiler_compileEmbeddedParsers___rarg(x_1, x_4, x_13, x_19, x_17, x_5, x_6, x_18); -if (lean_obj_tag(x_20) == 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 = l_Lean_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__25; +x_37 = lean_st_mk_ref(x_36, x_35); +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_ParserCompiler_registerParserCompiler___rarg___lambda__1___closed__12; +lean_inc(x_38); +x_41 = l_Lean_ParserCompiler_compileEmbeddedParsers___rarg(x_1, x_4, x_34, x_40, x_38, x_5, x_6, x_39); +if (lean_obj_tag(x_41) == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec(x_20); -x_23 = lean_st_ref_get(x_17, x_22); -lean_dec(x_17); -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +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_st_ref_get(x_38, x_43); +lean_dec(x_38); +x_45 = !lean_is_exclusive(x_44); +if (x_45 == 0) { -lean_object* x_25; -x_25 = lean_ctor_get(x_23, 0); -lean_dec(x_25); -lean_ctor_set(x_23, 0, x_21); -return x_23; +lean_object* x_46; +x_46 = lean_ctor_get(x_44, 0); +lean_dec(x_46); +lean_ctor_set(x_44, 0, x_42); +return x_44; } else { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_dec(x_23); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_21); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_44, 1); +lean_inc(x_47); +lean_dec(x_44); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_42); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } else { -uint8_t x_28; -lean_dec(x_17); -x_28 = !lean_is_exclusive(x_20); -if (x_28 == 0) +uint8_t x_49; +lean_dec(x_38); +x_49 = !lean_is_exclusive(x_41); +if (x_49 == 0) { -return x_20; +return x_41; } 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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_41, 0); +x_51 = lean_ctor_get(x_41, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_41); +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; +} } } } @@ -58168,28 +57998,28 @@ return x_31; } else { -uint8_t x_74; +uint8_t x_73; lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); lean_dec(x_1); -x_74 = !lean_is_exclusive(x_8); -if (x_74 == 0) +x_73 = !lean_is_exclusive(x_8); +if (x_73 == 0) { return x_8; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = lean_ctor_get(x_8, 0); -x_76 = lean_ctor_get(x_8, 1); -lean_inc(x_76); +lean_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_8, 0); +x_75 = lean_ctor_get(x_8, 1); lean_inc(x_75); +lean_inc(x_74); lean_dec(x_8); -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; +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; } } } diff --git a/stage0/stdlib/Lean/PrettyPrinter/Basic.c b/stage0/stdlib/Lean/PrettyPrinter/Basic.c index 4725cf1593fe..0fc0785bc593 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Basic.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Basic.c @@ -15,6 +15,7 @@ extern "C" { #endif static lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg___closed__10; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_ConstantInfo_type(lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg___closed__4; @@ -38,6 +39,7 @@ lean_object* lean_st_ref_get(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_evalConst___at_Lean_PrettyPrinter_runForNodeKind___spec__2(lean_object*); 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_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg___closed__8; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg___closed__6; @@ -52,6 +54,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_backtrackExceptionId; static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Basic___hyg_5____closed__1; static lean_object* l_Lean_PrettyPrinter_runForNodeKind___rarg___closed__11; lean_object* l_Lean_KeyedDeclsAttribute_getValues___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_PrettyPrinter_runForNodeKind___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_MessageData_ofName(lean_object*); static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Basic___hyg_5____closed__1() { @@ -239,6 +242,52 @@ x_2 = lean_alloc_closure((void*)(l_Lean_evalConst___at_Lean_PrettyPrinter_runFor return x_2; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5___rarg(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, 5); +x_6 = l_Lean_addMessageContextPartial___at_Lean_Core_instAddMessageContextCoreM___spec__1(x_1, x_2, x_3, x_4); +x_7 = !lean_is_exclusive(x_6); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; +x_8 = lean_ctor_get(x_6, 0); +lean_inc(x_5); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_5); +lean_ctor_set(x_9, 1, x_8); +lean_ctor_set_tag(x_6, 1); +lean_ctor_set(x_6, 0, x_9); +return x_6; +} +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); +x_11 = lean_ctor_get(x_6, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_6); +lean_inc(x_5); +x_12 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_12, 0, x_5); +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_11); +return x_13; +} +} +} +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5___rarg___boxed), 4, 0); +return x_2; +} +} static lean_object* _init_l_Lean_PrettyPrinter_runForNodeKind___rarg___closed__1() { _start: { @@ -794,6 +843,16 @@ lean_dec(x_2); return x_5; } } +LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_runForNodeKind___spec__5___rarg___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_runForNodeKind___spec__5___rarg(x_1, x_2, x_3, x_4); +lean_dec(x_3); +lean_dec(x_2); +return x_5; +} +} lean_object* initialize_Init(uint8_t builtin, lean_object*); lean_object* initialize_Lean_KeyedDeclsAttribute(uint8_t builtin, lean_object*); static bool _G_initialized = false; diff --git a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c index efd261546349..b65e9567aa57 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Basic.c @@ -28,7 +28,8 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDela lean_object* l_Lean_RBNode_insert___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__2(lean_object*, lean_object*, lean_object*); 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_instMonadStateOfHoleIteratorDelabM___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_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__4; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__13; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName(lean_object*); @@ -47,13 +48,10 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_d LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Delaborator_delab___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__11; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getPPOption(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_4734____closed__13; LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_PrettyPrinter_delabCore___spec__3(lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_init___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734_(lean_object*); lean_object* l_Lean_Syntax_getId(lean_object*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___closed__3; @@ -63,8 +61,10 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instInhabitedDelabM(le static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___closed__6; static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__8; uint8_t l_Lean_Name_isAnonymous(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___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_delab___lambda__1___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737_(lean_object*); 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_getUnusedName___closed__1; lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); @@ -72,7 +72,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___lambda__1___boxed(lean 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_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___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_mkDelabAttribute___closed__15; 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*); @@ -88,6 +87,7 @@ lean_object* l_Lean_stringToMessageData(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__1; 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_object* l_Lean_KVMap_insertCore(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__14; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_State_holeIter___default; uint8_t l_Lean_LocalContext_usesUserName(lean_object*, lean_object*); @@ -104,8 +104,6 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_instAlternativeDelabM___clo 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_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__3; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_delab___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_PrettyPrinter_Delaborator_addTermInfo___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___lambda__1___closed__1; @@ -133,7 +131,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_addFieldInfo_mkFieldIn uint8_t lean_nat_dec_eq(lean_object*, lean_object*); 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_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__10; static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__10; lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); @@ -144,17 +141,16 @@ 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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__16; 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__15; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); 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*); 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__9; static lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadQuotationDelabM___closed__4; extern lean_object* l_Lean_SubExpr_Pos_typeCoord; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__15; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__1; uint8_t l_Lean_getPPInstantiateMVars(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_instMonadStateOfHoleIteratorDelabM; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___closed__4; @@ -180,6 +176,7 @@ extern lean_object* l_Lean_SubExpr_Pos_root; lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__3___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_Lean_PrettyPrinter_Delaborator_instMonadWithReaderOfSubExprDelabM(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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; @@ -195,19 +192,19 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_State_infos___default; static lean_object* l_Lean_PrettyPrinter_delabCore___closed__6; static lean_object* l_Lean_PrettyPrinter_Delaborator_addTermInfo_mkTermInfo___closed__1; uint8_t lean_name_eq(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__9; 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_Delaborator_getExprKind___closed__16; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__11; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, 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; lean_object* l_Lean_RBNode_find___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__5(lean_object*, lean_object*); 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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__4; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__15; lean_object* lean_mk_syntax_ident(lean_object*); extern lean_object* l_Lean_Meta_instMonadMetaM; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__14; 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_instMonadQuotationDelabM___closed__7; lean_object* l_Lean_Meta_instInhabitedMetaM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -221,14 +218,13 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_mkAppUnexpanderAttribute___ lean_object* l_Lean_SubExpr_Pos_push(lean_object*, lean_object*); uint8_t l_Lean_Expr_binderInfo(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_90_(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__8; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__12; lean_object* l_Lean_LocalDecl_userName(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__7; static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__7; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore(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_4737____closed__7; lean_object* l_Lean_Core_transform___at_Lean_Core_betaReduce___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_FindImpl_findUnsafe_x3f(lean_object*, lean_object*); lean_object* l_Lean_instMonadQuotation___rarg(lean_object*, lean_object*, lean_object*); @@ -256,7 +252,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_failure___rarg(lean_ob 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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_failure___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_Delaborator_Basic___hyg_4734____closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___spec__3(lean_object*); lean_object* l_Lean_getPPProofsWithType___boxed(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); @@ -290,6 +285,7 @@ lean_object* l_Lean_Meta_eraseInaccessibleAnnotations___lambda__1___boxed(lean_o 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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__11; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__6; 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_Delaborator_failure___rarg___closed__1; lean_object* lean_erase_macro_scopes(lean_object*); @@ -304,7 +300,7 @@ lean_object* l_Lean_Meta_erasePatternRefAnnotations___lambda__1___boxed(lean_obj static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_liftMetaM(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__5; -static lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__4; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__12; static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__1; lean_object* l_Lean_KVMap_findCore(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__11; @@ -319,6 +315,7 @@ lean_object* l_Lean_Expr_bindingBody_x21(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__14; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__8; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__8; LEAN_EXPORT lean_object* l_List_forIn_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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__4; 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*); @@ -327,9 +324,9 @@ lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___s LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___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_Delaborator_annotateCurPos___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_withBindingBodyUnusedName___rarg(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_4737____closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___lambda__1___closed__15; uint8_t l_Lean_Expr_isMData(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__5; lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_delabCore___lambda__1___closed__4; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__6; @@ -337,8 +334,10 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_whenNotPPOption(lean_o 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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAttribute; uint8_t l_Lean_Expr_isConst(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__14; static lean_object* l_Lean_PrettyPrinter_Delaborator_getExprKind___closed__13; static lean_object* l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___closed__4; static lean_object* l_Lean_PrettyPrinter_Delaborator_delab___closed__5; @@ -1451,7 +1450,7 @@ lean_inc(x_3); x_6 = l_Lean_Attribute_Builtin_getIdent(x_2, 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; lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; uint8_t x_51; x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); x_8 = lean_ctor_get(x_6, 1); @@ -1461,340 +1460,217 @@ x_9 = l_Lean_Syntax_getId(x_7); x_10 = lean_st_ref_get(x_4, x_8); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_ctor_get(x_11, 6); +x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + x_13 = x_10; +} else { + lean_dec_ref(x_10); + x_13 = lean_box(0); +} +x_14 = lean_ctor_get(x_11, 6); +lean_inc(x_14); lean_dec(x_11); -x_13 = lean_ctor_get_uint8(x_12, sizeof(void*)*2); -lean_dec(x_12); -if (x_13 == 0) -{ -uint8_t x_14; -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -x_14 = !lean_is_exclusive(x_10); -if (x_14 == 0) +x_51 = lean_ctor_get_uint8(x_14, sizeof(void*)*2); +lean_dec(x_14); +if (x_51 == 0) { -lean_object* x_15; -x_15 = lean_ctor_get(x_10, 0); -lean_dec(x_15); -lean_ctor_set(x_10, 0, x_9); -return x_10; +uint8_t x_52; +x_52 = 0; +x_15 = x_52; +goto block_50; } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_10, 1); -lean_inc(x_16); -lean_dec(x_10); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_9); -lean_ctor_set(x_17, 1, x_16); -return x_17; -} +lean_object* x_53; lean_object* x_54; uint8_t x_55; +x_53 = l_Lean_Name_getRoot(x_9); +x_54 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_55 = lean_name_eq(x_53, x_54); +lean_dec(x_53); +x_15 = x_55; +goto block_50; } -else -{ -uint8_t x_18; -x_18 = !lean_is_exclusive(x_10); -if (x_18 == 0) +block_50: { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -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_23 = lean_name_eq(x_21, x_22); -lean_dec(x_21); -if (x_23 == 0) +if (x_15 == 0) { +lean_object* x_16; lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); -lean_ctor_set(x_10, 0, x_9); -return x_10; +if (lean_is_scalar(x_13)) { + x_16 = lean_alloc_ctor(0, 2, 0); +} else { + x_16 = x_13; +} +lean_ctor_set(x_16, 0, x_9); +lean_ctor_set(x_16, 1, x_12); +return x_16; } else { -lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; -lean_free_object(x_10); -x_24 = lean_box(0); +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_dec(x_13); +x_17 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; +x_18 = lean_box(0); lean_inc(x_9); -x_25 = l_Lean_Name_replacePrefix(x_9, x_22, x_24); -x_26 = lean_st_ref_get(x_4, x_19); -x_27 = !lean_is_exclusive(x_26); -if (x_27 == 0) +x_19 = l_Lean_Name_replacePrefix(x_9, x_17, x_18); +x_20 = lean_st_ref_get(x_4, x_12); +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; -x_28 = lean_ctor_get(x_26, 0); -x_29 = lean_ctor_get(x_26, 1); -x_30 = lean_ctor_get(x_28, 0); -lean_inc(x_30); -lean_dec(x_28); -lean_inc(x_25); -x_31 = l_Lean_Environment_contains(x_30, x_25); -if (x_31 == 0) +lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_22 = lean_ctor_get(x_20, 0); +x_23 = lean_ctor_get(x_20, 1); +x_24 = lean_ctor_get(x_22, 0); +lean_inc(x_24); +lean_dec(x_22); +lean_inc(x_19); +x_25 = l_Lean_Environment_contains(x_24, x_19); +if (x_25 == 0) { -lean_dec(x_25); +lean_dec(x_19); lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); -lean_ctor_set(x_26, 0, x_9); -return x_26; +lean_ctor_set(x_20, 0, x_9); +return x_20; } else { -lean_object* x_32; lean_object* x_33; -lean_free_object(x_26); -x_32 = lean_box(0); -x_33 = l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(x_7, x_25, x_32, x_3, x_4, x_29); +lean_object* x_26; lean_object* x_27; +lean_free_object(x_20); +x_26 = lean_box(0); +x_27 = l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(x_7, x_19, x_26, x_3, x_4, x_23); lean_dec(x_4); -if (lean_obj_tag(x_33) == 0) +if (lean_obj_tag(x_27) == 0) { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_33); -if (x_34 == 0) +uint8_t x_28; +x_28 = !lean_is_exclusive(x_27); +if (x_28 == 0) { -lean_object* x_35; -x_35 = lean_ctor_get(x_33, 0); -lean_dec(x_35); -lean_ctor_set(x_33, 0, x_9); -return x_33; +lean_object* x_29; +x_29 = lean_ctor_get(x_27, 0); +lean_dec(x_29); +lean_ctor_set(x_27, 0, x_9); +return x_27; } else { -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_33, 1); -lean_inc(x_36); -lean_dec(x_33); -x_37 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_37, 0, x_9); -lean_ctor_set(x_37, 1, x_36); -return x_37; +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_27, 1); +lean_inc(x_30); +lean_dec(x_27); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_9); +lean_ctor_set(x_31, 1, x_30); +return x_31; } } else { -uint8_t x_38; +uint8_t x_32; lean_dec(x_9); -x_38 = !lean_is_exclusive(x_33); -if (x_38 == 0) -{ -return x_33; -} -else -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_33, 0); -x_40 = lean_ctor_get(x_33, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_33); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} -} -} -} -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_ctor_get(x_26, 0); -x_43 = lean_ctor_get(x_26, 1); -lean_inc(x_43); -lean_inc(x_42); -lean_dec(x_26); -x_44 = lean_ctor_get(x_42, 0); -lean_inc(x_44); -lean_dec(x_42); -lean_inc(x_25); -x_45 = l_Lean_Environment_contains(x_44, x_25); -if (x_45 == 0) -{ -lean_object* x_46; -lean_dec(x_25); -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_9); -lean_ctor_set(x_46, 1, x_43); -return x_46; -} -else -{ -lean_object* x_47; lean_object* x_48; -x_47 = lean_box(0); -x_48 = l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(x_7, x_25, x_47, x_3, x_4, x_43); -lean_dec(x_4); -if (lean_obj_tag(x_48) == 0) +x_32 = !lean_is_exclusive(x_27); +if (x_32 == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -if (lean_is_exclusive(x_48)) { - lean_ctor_release(x_48, 0); - lean_ctor_release(x_48, 1); - x_50 = x_48; -} else { - lean_dec_ref(x_48); - x_50 = lean_box(0); -} -if (lean_is_scalar(x_50)) { - x_51 = lean_alloc_ctor(0, 2, 0); -} else { - x_51 = x_50; -} -lean_ctor_set(x_51, 0, x_9); -lean_ctor_set(x_51, 1, x_49); -return x_51; +return x_27; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -lean_dec(x_9); -x_52 = lean_ctor_get(x_48, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_48, 1); -lean_inc(x_53); -if (lean_is_exclusive(x_48)) { - lean_ctor_release(x_48, 0); - lean_ctor_release(x_48, 1); - x_54 = x_48; -} else { - lean_dec_ref(x_48); - x_54 = lean_box(0); -} -if (lean_is_scalar(x_54)) { - x_55 = lean_alloc_ctor(1, 2, 0); -} else { - x_55 = x_54; -} -lean_ctor_set(x_55, 0, x_52); -lean_ctor_set(x_55, 1, x_53); -return x_55; -} -} +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_27, 0); +x_34 = lean_ctor_get(x_27, 1); +lean_inc(x_34); +lean_inc(x_33); +lean_dec(x_27); +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_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_56 = lean_ctor_get(x_10, 1); -lean_inc(x_56); -lean_dec(x_10); -x_57 = l_Lean_Name_getRoot(x_9); -x_58 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___lambda__2___closed__2; -x_59 = lean_name_eq(x_57, x_58); -lean_dec(x_57); -if (x_59 == 0) -{ -lean_object* x_60; -lean_dec(x_7); -lean_dec(x_4); -lean_dec(x_3); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_9); -lean_ctor_set(x_60, 1, x_56); -return x_60; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; uint8_t x_68; -x_61 = lean_box(0); -lean_inc(x_9); -x_62 = l_Lean_Name_replacePrefix(x_9, x_58, x_61); -x_63 = lean_st_ref_get(x_4, x_56); -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_ctor_get(x_64, 0); -lean_inc(x_67); -lean_dec(x_64); -lean_inc(x_62); -x_68 = l_Lean_Environment_contains(x_67, x_62); -if (x_68 == 0) +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; +x_36 = lean_ctor_get(x_20, 0); +x_37 = lean_ctor_get(x_20, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_20); +x_38 = lean_ctor_get(x_36, 0); +lean_inc(x_38); +lean_dec(x_36); +lean_inc(x_19); +x_39 = l_Lean_Environment_contains(x_38, x_19); +if (x_39 == 0) { -lean_object* x_69; -lean_dec(x_62); +lean_object* x_40; +lean_dec(x_19); lean_dec(x_7); lean_dec(x_4); lean_dec(x_3); -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_9); -lean_ctor_set(x_69, 1, x_65); -return x_69; +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_9); +lean_ctor_set(x_40, 1, x_37); +return x_40; } else { -lean_object* x_70; lean_object* x_71; -lean_dec(x_66); -x_70 = lean_box(0); -x_71 = l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(x_7, x_62, x_70, x_3, x_4, x_65); +lean_object* x_41; lean_object* x_42; +x_41 = lean_box(0); +x_42 = l_Lean_Elab_addConstInfo___at_Lean_registerInitAttrUnsafe___spec__13(x_7, x_19, x_41, x_3, x_4, x_37); lean_dec(x_4); -if (lean_obj_tag(x_71) == 0) +if (lean_obj_tag(x_42) == 0) { -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_71, 1); -lean_inc(x_72); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_73 = x_71; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +if (lean_is_exclusive(x_42)) { + lean_ctor_release(x_42, 0); + lean_ctor_release(x_42, 1); + x_44 = x_42; } else { - lean_dec_ref(x_71); - x_73 = lean_box(0); + lean_dec_ref(x_42); + x_44 = lean_box(0); } -if (lean_is_scalar(x_73)) { - x_74 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_44)) { + x_45 = lean_alloc_ctor(0, 2, 0); } else { - x_74 = x_73; + x_45 = x_44; } -lean_ctor_set(x_74, 0, x_9); -lean_ctor_set(x_74, 1, x_72); -return x_74; +lean_ctor_set(x_45, 0, x_9); +lean_ctor_set(x_45, 1, x_43); +return x_45; } else { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_dec(x_9); -x_75 = lean_ctor_get(x_71, 0); -lean_inc(x_75); -x_76 = lean_ctor_get(x_71, 1); -lean_inc(x_76); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_77 = x_71; +x_46 = lean_ctor_get(x_42, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_42, 1); +lean_inc(x_47); +if (lean_is_exclusive(x_42)) { + lean_ctor_release(x_42, 0); + lean_ctor_release(x_42, 1); + x_48 = x_42; } else { - lean_dec_ref(x_71); - x_77 = lean_box(0); + lean_dec_ref(x_42); + x_48 = lean_box(0); } -if (lean_is_scalar(x_77)) { - x_78 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_48)) { + x_49 = lean_alloc_ctor(1, 2, 0); } else { - x_78 = x_77; + x_49 = x_48; } -lean_ctor_set(x_78, 0, x_75); -lean_ctor_set(x_78, 1, x_76); -return x_78; +lean_ctor_set(x_49, 0, x_46); +lean_ctor_set(x_49, 1, x_47); +return x_49; } } } @@ -1803,26 +1679,26 @@ return x_78; } else { -uint8_t x_79; +uint8_t x_56; lean_dec(x_4); lean_dec(x_3); -x_79 = !lean_is_exclusive(x_6); -if (x_79 == 0) +x_56 = !lean_is_exclusive(x_6); +if (x_56 == 0) { return x_6; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_6, 0); -x_81 = lean_ctor_get(x_6, 1); -lean_inc(x_81); -lean_inc(x_80); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_6, 0); +x_58 = lean_ctor_get(x_6, 1); +lean_inc(x_58); +lean_inc(x_57); lean_dec(x_6); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } @@ -3331,47 +3207,51 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__3; -x_2 = lean_erase_macro_scopes(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getUnusedName(lean_object* x_1, lean_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; +uint8_t x_10; lean_object* x_11; lean_object* x_12; x_10 = l_Lean_Name_isAnonymous(x_1); -if (x_10 == 0) -{ -lean_object* x_11; lean_object* x_12; uint8_t x_13; x_11 = lean_ctor_get(x_5, 1); lean_inc(x_11); -x_12 = lean_erase_macro_scopes(x_1); -lean_inc(x_12); +if (x_10 == 0) +{ +x_12 = x_1; +goto block_43; +} +else +{ +lean_object* x_44; +lean_dec(x_1); +x_44 = l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__3; +x_12 = x_44; +goto block_43; +} +block_43: +{ +lean_object* x_13; uint8_t x_14; uint8_t x_40; +x_13 = lean_erase_macro_scopes(x_12); +lean_inc(x_13); lean_inc(x_11); -x_13 = l_Lean_LocalContext_usesUserName(x_11, x_12); -if (x_13 == 0) +x_40 = l_Lean_LocalContext_usesUserName(x_11, x_13); +if (x_40 == 0) { -lean_object* x_14; -lean_dec(x_11); -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_14 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_14, 0, x_12); -lean_ctor_set(x_14, 1, x_9); -return x_14; +uint8_t x_41; +x_41 = 1; +x_14 = x_41; +goto block_39; } else { +uint8_t x_42; +x_42 = 0; +x_14 = x_42; +goto block_39; +} +block_39: +{ +if (x_14 == 0) +{ lean_object* x_15; lean_object* x_16; x_15 = l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__1; x_16 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_15, x_3, x_4, x_5, x_6, x_7, x_8, x_9); @@ -3392,7 +3272,7 @@ if (x_19 == 0) lean_object* x_20; lean_object* x_21; x_20 = lean_ctor_get(x_16, 0); lean_dec(x_20); -x_21 = l_Lean_LocalContext_getUnusedName(x_11, x_12); +x_21 = l_Lean_LocalContext_getUnusedName(x_11, x_13); lean_ctor_set(x_16, 0, x_21); return x_16; } @@ -3402,7 +3282,7 @@ lean_object* x_22; lean_object* x_23; lean_object* x_24; x_22 = lean_ctor_get(x_16, 1); lean_inc(x_22); lean_dec(x_16); -x_23 = l_Lean_LocalContext_getUnusedName(x_11, x_12); +x_23 = l_Lean_LocalContext_getUnusedName(x_11, x_13); x_24 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_24, 0, x_23); lean_ctor_set(x_24, 1, x_22); @@ -3418,223 +3298,96 @@ if (x_25 == 0) lean_object* x_26; uint8_t x_27; x_26 = lean_ctor_get(x_16, 0); lean_dec(x_26); -lean_inc(x_12); +lean_inc(x_13); lean_inc(x_11); -x_27 = l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(x_2, x_11, x_12); +x_27 = l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(x_2, x_11, x_13); if (x_27 == 0) { lean_dec(x_11); -lean_ctor_set(x_16, 0, x_12); -return x_16; -} -else -{ -lean_object* x_28; -x_28 = l_Lean_LocalContext_getUnusedName(x_11, x_12); -lean_ctor_set(x_16, 0, x_28); -return x_16; -} -} -else -{ -lean_object* x_29; uint8_t x_30; -x_29 = lean_ctor_get(x_16, 1); -lean_inc(x_29); -lean_dec(x_16); -lean_inc(x_12); -lean_inc(x_11); -x_30 = l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(x_2, x_11, x_12); -if (x_30 == 0) -{ -lean_object* x_31; -lean_dec(x_11); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_12); -lean_ctor_set(x_31, 1, x_29); -return x_31; -} -else -{ -lean_object* x_32; lean_object* x_33; -x_32 = l_Lean_LocalContext_getUnusedName(x_11, x_12); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_29); -return x_33; -} -} -} -} -else -{ -uint8_t x_34; -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_2); -x_34 = !lean_is_exclusive(x_16); -if (x_34 == 0) -{ -return x_16; -} -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_16, 0); -x_36 = lean_ctor_get(x_16, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_16); -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; uint8_t x_40; -lean_dec(x_1); -x_38 = lean_ctor_get(x_5, 1); -lean_inc(x_38); -x_39 = l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__4; -lean_inc(x_38); -x_40 = l_Lean_LocalContext_usesUserName(x_38, x_39); -if (x_40 == 0) -{ -lean_object* x_41; -lean_dec(x_38); -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_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_9); -return x_41; -} -else -{ -lean_object* x_42; lean_object* x_43; -x_42 = l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__1; -x_43 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_42, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -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) -{ -uint8_t x_46; -lean_dec(x_2); -x_46 = !lean_is_exclusive(x_43); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -x_47 = lean_ctor_get(x_43, 0); -lean_dec(x_47); -x_48 = l_Lean_LocalContext_getUnusedName(x_38, x_39); -lean_ctor_set(x_43, 0, x_48); -return x_43; -} -else -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_43, 1); -lean_inc(x_49); -lean_dec(x_43); -x_50 = l_Lean_LocalContext_getUnusedName(x_38, x_39); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_49); -return x_51; -} -} -else -{ -uint8_t x_52; -x_52 = !lean_is_exclusive(x_43); -if (x_52 == 0) -{ -lean_object* x_53; uint8_t x_54; -x_53 = lean_ctor_get(x_43, 0); -lean_dec(x_53); -lean_inc(x_38); -x_54 = l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(x_2, x_38, x_39); -if (x_54 == 0) -{ -lean_dec(x_38); -lean_ctor_set(x_43, 0, x_39); -return x_43; +lean_ctor_set(x_16, 0, x_13); +return x_16; } else { -lean_object* x_55; -x_55 = l_Lean_LocalContext_getUnusedName(x_38, x_39); -lean_ctor_set(x_43, 0, x_55); -return x_43; +lean_object* x_28; +x_28 = l_Lean_LocalContext_getUnusedName(x_11, x_13); +lean_ctor_set(x_16, 0, x_28); +return x_16; } } else { -lean_object* x_56; uint8_t x_57; -x_56 = lean_ctor_get(x_43, 1); -lean_inc(x_56); -lean_dec(x_43); -lean_inc(x_38); -x_57 = l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(x_2, x_38, x_39); -if (x_57 == 0) +lean_object* x_29; uint8_t x_30; +x_29 = lean_ctor_get(x_16, 1); +lean_inc(x_29); +lean_dec(x_16); +lean_inc(x_13); +lean_inc(x_11); +x_30 = l_Lean_PrettyPrinter_Delaborator_getUnusedName_bodyUsesSuggestion(x_2, x_11, x_13); +if (x_30 == 0) { -lean_object* x_58; -lean_dec(x_38); -x_58 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_58, 0, x_39); -lean_ctor_set(x_58, 1, x_56); -return x_58; +lean_object* x_31; +lean_dec(x_11); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_13); +lean_ctor_set(x_31, 1, x_29); +return x_31; } else { -lean_object* x_59; lean_object* x_60; -x_59 = l_Lean_LocalContext_getUnusedName(x_38, x_39); -x_60 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_56); -return x_60; +lean_object* x_32; lean_object* x_33; +x_32 = l_Lean_LocalContext_getUnusedName(x_11, x_13); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_29); +return x_33; } } } } else { -uint8_t x_61; -lean_dec(x_38); +uint8_t x_34; +lean_dec(x_13); +lean_dec(x_11); lean_dec(x_2); -x_61 = !lean_is_exclusive(x_43); -if (x_61 == 0) +x_34 = !lean_is_exclusive(x_16); +if (x_34 == 0) { -return x_43; +return x_16; } else { -lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_62 = lean_ctor_get(x_43, 0); -x_63 = lean_ctor_get(x_43, 1); -lean_inc(x_63); -lean_inc(x_62); -lean_dec(x_43); -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; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_16, 0); +x_36 = lean_ctor_get(x_16, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_16); +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_dec(x_11); +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_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_13); +lean_ctor_set(x_38, 1, x_9); +return x_38; +} +} } } } @@ -6847,137 +6600,77 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabFor(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { +lean_object* x_9; lean_object* x_10; if (lean_obj_tag(x_1) == 0) { -lean_object* x_9; +lean_object* x_21; 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_9 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); -return x_9; +x_21 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); +return x_21; } else { -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_10 = lean_st_ref_get(x_7, x_8); -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 = lean_ctor_get(x_11, 0); -lean_inc(x_13); -lean_dec(x_11); -x_14 = l_Lean_PrettyPrinter_Delaborator_delabFor___closed__1; +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; +x_22 = lean_st_ref_get(x_7, x_8); +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 = lean_ctor_get(x_23, 0); +lean_inc(x_25); +lean_dec(x_23); +x_26 = l_Lean_PrettyPrinter_Delaborator_delabFor___closed__1; lean_inc(x_1); -x_15 = l_Lean_KeyedDeclsAttribute_getValues___rarg(x_14, x_13, x_1); +x_27 = l_Lean_KeyedDeclsAttribute_getValues___rarg(x_26, x_25, x_1); 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_16 = l_List_firstM___at_Lean_PrettyPrinter_Delaborator_delabFor___spec__1(x_15, x_2, x_3, x_4, x_5, x_6, x_7, x_12); -if (lean_obj_tag(x_16) == 0) +x_28 = l_List_firstM___at_Lean_PrettyPrinter_Delaborator_delabFor___spec__1(x_27, x_2, x_3, x_4, x_5, x_6, x_7, x_24); +if (lean_obj_tag(x_28) == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_dec(x_1); -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_PrettyPrinter_Delaborator_annotateTermInfo(x_17, x_2, x_3, x_4, x_5, x_6, x_7, x_18); -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_19; -} -else -{ -lean_object* x_20; -x_20 = lean_ctor_get(x_16, 0); -lean_inc(x_20); -if (lean_obj_tag(x_20) == 0) -{ -uint8_t x_21; +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_PrettyPrinter_Delaborator_annotateTermInfo(x_29, x_2, x_3, x_4, x_5, x_6, x_7, x_30); 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_21 = !lean_is_exclusive(x_16); -if (x_21 == 0) -{ -lean_object* x_22; -x_22 = lean_ctor_get(x_16, 0); -lean_dec(x_22); -return x_16; -} -else -{ -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_16, 1); -lean_inc(x_23); -lean_dec(x_16); -x_24 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_24, 0, x_20); -lean_ctor_set(x_24, 1, x_23); -return x_24; -} +return x_31; } else { -uint8_t x_25; -x_25 = !lean_is_exclusive(x_16); -if (x_25 == 0) -{ -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_16, 1); -x_27 = lean_ctor_get(x_16, 0); -lean_dec(x_27); -x_28 = lean_ctor_get(x_20, 0); -lean_inc(x_28); -x_29 = l_Lean_PrettyPrinter_Delaborator_orElse___rarg___closed__1; -x_30 = lean_nat_dec_eq(x_29, x_28); +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_28, 0); +lean_inc(x_32); +x_33 = lean_ctor_get(x_28, 1); +lean_inc(x_33); lean_dec(x_28); -if (x_30 == 0) -{ -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_16; +x_9 = x_32; +x_10 = x_33; +goto block_20; } -else -{ -uint8_t x_31; -lean_free_object(x_16); -lean_dec(x_20); -x_31 = l_Lean_Name_isAtomic(x_1); -if (x_31 == 0) -{ -lean_object* x_32; -x_32 = l_Lean_Name_getRoot(x_1); -lean_dec(x_1); -x_1 = x_32; -x_8 = x_26; -goto _start; } -else +block_20: +{ +if (lean_obj_tag(x_9) == 0) { -lean_object* x_34; +lean_object* x_11; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -6985,25 +6678,22 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_34 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_26); -return x_34; -} -} +x_11 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_11, 0, x_9); +lean_ctor_set(x_11, 1, x_10); +return x_11; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_35 = lean_ctor_get(x_16, 1); -lean_inc(x_35); -lean_dec(x_16); -x_36 = lean_ctor_get(x_20, 0); -lean_inc(x_36); -x_37 = l_Lean_PrettyPrinter_Delaborator_orElse___rarg___closed__1; -x_38 = lean_nat_dec_eq(x_37, x_36); -lean_dec(x_36); -if (x_38 == 0) +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_ctor_get(x_9, 0); +lean_inc(x_12); +x_13 = l_Lean_PrettyPrinter_Delaborator_orElse___rarg___closed__1; +x_14 = lean_nat_dec_eq(x_13, x_12); +lean_dec(x_12); +if (x_14 == 0) { -lean_object* x_39; +lean_object* x_15; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -7011,28 +6701,28 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_39 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_39, 0, x_20); -lean_ctor_set(x_39, 1, x_35); -return x_39; +x_15 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_15, 0, x_9); +lean_ctor_set(x_15, 1, x_10); +return x_15; } else { -uint8_t x_40; -lean_dec(x_20); -x_40 = l_Lean_Name_isAtomic(x_1); -if (x_40 == 0) +uint8_t x_16; +lean_dec(x_9); +x_16 = l_Lean_Name_isAtomic(x_1); +if (x_16 == 0) { -lean_object* x_41; -x_41 = l_Lean_Name_getRoot(x_1); +lean_object* x_17; +x_17 = l_Lean_Name_getRoot(x_1); lean_dec(x_1); -x_1 = x_41; -x_8 = x_35; +x_1 = x_17; +x_8 = x_10; goto _start; } else { -lean_object* x_43; +lean_object* x_19; lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -7040,10 +6730,8 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_43 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_35); -return x_43; -} -} +x_19 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_10); +return x_19; } } } @@ -9111,82 +8799,100 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_delabCore___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) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_object* x_10; uint8_t x_11; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_dec(x_4); x_10 = lean_ctor_get(x_7, 2); lean_inc(x_10); -x_11 = l_Lean_PrettyPrinter_delabCore___lambda__4___closed__1; -x_12 = l_Lean_Option_get_x3f___at_Lean_PrettyPrinter_delabCore___spec__2(x_10, x_11); -x_13 = lean_box(0); -x_14 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_PrettyPrinter_delabCore___spec__3(x_12, x_13); -lean_dec(x_12); -if (x_14 == 0) +x_30 = l_Lean_PrettyPrinter_delabCore___lambda__4___closed__1; +x_31 = l_Lean_Option_get_x3f___at_Lean_PrettyPrinter_delabCore___spec__2(x_10, x_30); +x_32 = lean_box(0); +x_33 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_PrettyPrinter_delabCore___spec__3(x_31, x_32); +lean_dec(x_31); +if (x_33 == 0) { -lean_object* x_15; lean_object* x_16; -x_15 = lean_box(0); -x_16 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_15, x_5, x_6, x_7, x_8, x_9); -return x_16; +uint8_t x_34; +x_34 = 0; +x_11 = x_34; +goto block_29; } else { -uint8_t x_17; -x_17 = l_Lean_Expr_isConst(x_3); -if (x_17 == 0) +uint8_t x_35; +x_35 = l_Lean_Expr_isConst(x_3); +if (x_35 == 0) { -lean_object* x_18; +uint8_t x_36; +x_36 = 1; +x_11 = x_36; +goto block_29; +} +else +{ +uint8_t x_37; +x_37 = 0; +x_11 = x_37; +goto block_29; +} +} +block_29: +{ +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; +x_12 = lean_box(0); +x_13 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_12, x_5, x_6, x_7, x_8, x_9); +return x_13; +} +else +{ +lean_object* x_14; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_3); -x_18 = l_Lean_Meta_isProof(x_3, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_18) == 0) +x_14 = l_Lean_Meta_isProof(x_3, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_14) == 0) { -lean_object* x_19; uint8_t x_20; -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_unbox(x_19); -lean_dec(x_19); -if (x_20 == 0) +lean_object* x_15; uint8_t x_16; +x_15 = lean_ctor_get(x_14, 0); +lean_inc(x_15); +x_16 = lean_unbox(x_15); +lean_dec(x_15); +if (x_16 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -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_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_22, x_5, x_6, x_7, x_8, x_21); -return x_23; +lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_17 = lean_ctor_get(x_14, 1); +lean_inc(x_17); +lean_dec(x_14); +x_18 = lean_box(0); +x_19 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_18, x_5, x_6, x_7, x_8, x_17); +return x_19; } else { -lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_24 = lean_ctor_get(x_18, 1); -lean_inc(x_24); -lean_dec(x_18); -x_25 = 1; -x_26 = l_Lean_Option_set___at_Lean_Elab_Term_withoutMacroStackAtErr___spec__1(x_10, x_11, x_25); -x_27 = lean_box(0); -x_28 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_26, x_27, x_5, x_6, x_7, x_8, x_24); -return x_28; +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_20 = lean_ctor_get(x_14, 1); +lean_inc(x_20); +lean_dec(x_14); +x_21 = l_Lean_PrettyPrinter_delabCore___lambda__4___closed__1; +x_22 = 1; +x_23 = l_Lean_Option_set___at_Lean_Elab_Term_withoutMacroStackAtErr___spec__1(x_10, x_21, x_22); +x_24 = lean_box(0); +x_25 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_23, x_24, x_5, x_6, x_7, x_8, x_20); +return x_25; } } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_18, 1); -lean_inc(x_29); -lean_dec(x_18); -x_30 = lean_box(0); -x_31 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_30, x_5, x_6, x_7, x_8, x_29); -return x_31; -} +lean_object* x_26; lean_object* x_27; lean_object* x_28; +x_26 = lean_ctor_get(x_14, 1); +lean_inc(x_26); +lean_dec(x_14); +x_27 = lean_box(0); +x_28 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_27, x_5, x_6, x_7, x_8, x_26); +return x_28; } -else -{ -lean_object* x_32; lean_object* x_33; -x_32 = lean_box(0); -x_33 = l_Lean_PrettyPrinter_delabCore___lambda__3(x_1, x_2, x_3, x_10, x_32, x_5, x_6, x_7, x_8, x_9); -return x_33; } } } @@ -9434,7 +9140,7 @@ return x_20; } } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9444,7 +9150,7 @@ 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_4734____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9454,17 +9160,17 @@ 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_4734____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__2; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__2; x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___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_4734____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__4() { _start: { lean_object* x_1; @@ -9472,17 +9178,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__3; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__4; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__3; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__6() { _start: { lean_object* x_1; @@ -9490,47 +9196,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__5; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__5; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__7; x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___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_4734____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__8; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__8; x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___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_4734____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__9; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__9; x_2 = l_Lean_PrettyPrinter_Delaborator_mkDelabAttribute___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_4734____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__11() { _start: { lean_object* x_1; @@ -9538,17 +9244,17 @@ x_1 = lean_mk_string_from_bytes("Basic", 5); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__10; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__11; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__10; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__13() { _start: { lean_object* x_1; @@ -9556,33 +9262,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__14() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__12; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__13; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__12; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__15() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____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_4734____closed__14; -x_2 = lean_unsigned_to_nat(4734u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__14; +x_2 = lean_unsigned_to_nat(4737u); 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_4734_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737_(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_4734____closed__1; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__1; x_3 = 0; -x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__15; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__15; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -9765,8 +9471,6 @@ l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__2 = _init_l_Lean_Pretty lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__2); l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__3(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__3); -l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_getUnusedName___closed__4); l_Lean_PrettyPrinter_Delaborator_addTermInfo_mkTermInfo___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_addTermInfo_mkTermInfo___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_addTermInfo_mkTermInfo___closed__1); l_Lean_PrettyPrinter_Delaborator_delabFor___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_delabFor___closed__1(); @@ -9862,37 +9566,37 @@ l_Lean_PrettyPrinter_delabCore___closed__5 = _init_l_Lean_PrettyPrinter_delabCor lean_mark_persistent(l_Lean_PrettyPrinter_delabCore___closed__5); l_Lean_PrettyPrinter_delabCore___closed__6 = _init_l_Lean_PrettyPrinter_delabCore___closed__6(); lean_mark_persistent(l_Lean_PrettyPrinter_delabCore___closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__12); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__13 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__13(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__13); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__14 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__14(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__14); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__15 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__15(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734____closed__15); -res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4734_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__12); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__13 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__13(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__13); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__14 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__14(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__14); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__15 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__15(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737____closed__15); +res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Delaborator_Basic___hyg_4737_(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/Delaborator/Builtins.c b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Builtins.c index a1f7ab81ada2..8669ef5f43de 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Builtins.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/Builtins.c @@ -37,7 +37,7 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_withMDataOp LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_withMDataOptions___spec__11(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_shouldGroupWithNext_getPPBinderTypes(lean_object*, lean_object*); lean_object* l_Lean_getPPStructureInstanceType___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_KeyedDeclsAttribute_addBuiltin___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delabMVar___closed__4; @@ -467,7 +467,6 @@ static lean_object* l___regBuiltin_Lean_PrettyPrinter_Delaborator_delabFVar___cl static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppFn___closed__1; lean_object* l_Lean_Level_quote(lean_object*, lean_object*); lean_object* l_Lean_SourceInfo_fromRef(lean_object*, uint8_t); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_getPPStructureInstances___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___closed__5; @@ -490,6 +489,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabMVar(lean_object* LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_delabPatterns_usingNamesAux___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_unfoldMDatas___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop_visitLambda___spec__2(lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_delabFVar___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabDoElems___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___regBuiltin_Lean_PrettyPrinter_Delaborator_delabMData(lean_object*); @@ -657,7 +657,6 @@ lean_object* l_Lean_Name_componentsRev(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabForall___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*); uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delabBVar___closed__3; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabConstWithSignature_delabParams___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* l_Lean_getPPCoercions___boxed(lean_object*); @@ -910,6 +909,7 @@ static lean_object* l___regBuiltin_Lean_PrettyPrinter_Delaborator_delabFVar___cl static lean_object* l_Lean_PrettyPrinter_Delaborator_declSigWithId_formatter___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabConstWithSignature_delabParams___spec__19(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_getParamKinds_forallTelescopeArgs(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); static lean_object* l_Lean_PrettyPrinter_Delaborator_delabSigmaCore___lambda__1___closed__3; static lean_object* l___regBuiltin_Lean_PrettyPrinter_Delaborator_delabMVar___closed__4; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_evalSyntaxConstantUnsafe(lean_object*, lean_object*, lean_object*); @@ -1134,7 +1134,7 @@ LEAN_EXPORT lean_object* l___regBuiltin_Lean_PrettyPrinter_Delaborator_delabAppI lean_object* l_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__10___closed__3; lean_object* lean_array_get_size(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_PrettyPrinter_Delaborator_delabAppMatch___lambda__2(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_Lean_PrettyPrinter_Delaborator_getParamKinds_forallTelescopeArgs___spec__1(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_delabConstWithSignature_delabParams___lambda__16___closed__2; uint8_t l_Lean_Expr_isMData(lean_object*); @@ -4021,41 +4021,23 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("_root_", 6); -return x_1; -} -} -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__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_delabConst___closed__6; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__8() { -_start: -{ -lean_object* x_1; x_1 = lean_mk_string_from_bytes("explicitUniv", 12); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___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_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__2; x_2 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__3; x_3 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__4; -x_4 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__8; +x_4 = l_Lean_PrettyPrinter_Delaborator_delabConst___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_PrettyPrinter_Delaborator_delabConst___closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__8() { _start: { lean_object* x_1; @@ -4063,7 +4045,7 @@ x_1 = lean_mk_string_from_bytes(".{", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9() { _start: { lean_object* x_1; @@ -4071,19 +4053,19 @@ x_1 = lean_mk_string_from_bytes(",", 1); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(2); -x_2 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +x_2 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; 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_PrettyPrinter_Delaborator_delabConst___closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11() { _start: { lean_object* x_1; @@ -4091,6 +4073,24 @@ x_1 = lean_mk_string_from_bytes("}", 1); return x_1; } } +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("_root_", 6); +return x_1; +} +} +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(0); +x_2 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; +} +} static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabConst___closed__14() { _start: { @@ -4127,47 +4127,47 @@ lean_inc(x_1); x_14 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_13, x_1, x_2, x_3, x_4, x_5, x_6, x_10); if (lean_obj_tag(x_14) == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_80; lean_object* x_81; uint8_t x_82; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_object* x_19; lean_object* x_81; lean_object* x_82; uint8_t x_83; 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_80 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__14; +x_81 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__14; 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_81 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_80, x_1, x_2, x_3, x_4, x_5, x_6, x_16); -x_82 = lean_unbox(x_15); +x_82 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_81, x_1, x_2, x_3, x_4, x_5, x_6, x_16); +x_83 = lean_unbox(x_15); lean_dec(x_15); -if (x_82 == 0) +if (x_83 == 0) { -lean_object* x_83; +lean_object* x_84; lean_inc(x_11); -x_83 = lean_private_to_user_name(x_11); -if (lean_obj_tag(x_83) == 0) +x_84 = lean_private_to_user_name(x_11); +if (lean_obj_tag(x_84) == 0) { -if (lean_obj_tag(x_81) == 0) +if (lean_obj_tag(x_82) == 0) { -lean_object* x_84; lean_object* x_85; uint8_t x_86; -x_84 = lean_ctor_get(x_81, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_81, 1); +lean_object* x_85; lean_object* x_86; uint8_t x_87; +x_85 = lean_ctor_get(x_82, 0); lean_inc(x_85); -lean_dec(x_81); -x_86 = lean_unbox(x_84); -lean_dec(x_84); +x_86 = lean_ctor_get(x_82, 1); +lean_inc(x_86); +lean_dec(x_82); +x_87 = lean_unbox(x_85); +lean_dec(x_85); x_17 = x_11; -x_18 = x_86; -x_19 = x_85; -goto block_79; +x_18 = x_87; +x_19 = x_86; +goto block_80; } else { -uint8_t x_87; +uint8_t x_88; lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); @@ -4176,51 +4176,51 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_87 = !lean_is_exclusive(x_81); -if (x_87 == 0) +x_88 = !lean_is_exclusive(x_82); +if (x_88 == 0) { -return x_81; +return x_82; } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_81, 0); -x_89 = lean_ctor_get(x_81, 1); +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_82, 0); +x_90 = lean_ctor_get(x_82, 1); +lean_inc(x_90); lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_81); -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; +lean_dec(x_82); +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 { lean_dec(x_11); -if (lean_obj_tag(x_81) == 0) +if (lean_obj_tag(x_82) == 0) { -lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; -x_91 = lean_ctor_get(x_83, 0); -lean_inc(x_91); -lean_dec(x_83); -x_92 = lean_ctor_get(x_81, 0); +lean_object* x_92; lean_object* x_93; lean_object* x_94; uint8_t x_95; +x_92 = lean_ctor_get(x_84, 0); lean_inc(x_92); -x_93 = lean_ctor_get(x_81, 1); +lean_dec(x_84); +x_93 = lean_ctor_get(x_82, 0); lean_inc(x_93); -lean_dec(x_81); -x_94 = lean_unbox(x_92); -lean_dec(x_92); -x_17 = x_91; -x_18 = x_94; -x_19 = x_93; -goto block_79; +x_94 = lean_ctor_get(x_82, 1); +lean_inc(x_94); +lean_dec(x_82); +x_95 = lean_unbox(x_93); +lean_dec(x_93); +x_17 = x_92; +x_18 = x_95; +x_19 = x_94; +goto block_80; } else { -uint8_t x_95; -lean_dec(x_83); +uint8_t x_96; +lean_dec(x_84); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); @@ -4228,47 +4228,47 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_95 = !lean_is_exclusive(x_81); -if (x_95 == 0) +x_96 = !lean_is_exclusive(x_82); +if (x_96 == 0) { -return x_81; +return x_82; } else { -lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_96 = lean_ctor_get(x_81, 0); -x_97 = lean_ctor_get(x_81, 1); +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = lean_ctor_get(x_82, 0); +x_98 = lean_ctor_get(x_82, 1); +lean_inc(x_98); lean_inc(x_97); -lean_inc(x_96); -lean_dec(x_81); -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; +lean_dec(x_82); +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; } } } } else { -if (lean_obj_tag(x_81) == 0) +if (lean_obj_tag(x_82) == 0) { -lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_99 = lean_ctor_get(x_81, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_81, 1); +lean_object* x_100; lean_object* x_101; uint8_t x_102; +x_100 = lean_ctor_get(x_82, 0); lean_inc(x_100); -lean_dec(x_81); -x_101 = lean_unbox(x_99); -lean_dec(x_99); +x_101 = lean_ctor_get(x_82, 1); +lean_inc(x_101); +lean_dec(x_82); +x_102 = lean_unbox(x_100); +lean_dec(x_100); x_17 = x_11; -x_18 = x_101; -x_19 = x_100; -goto block_79; +x_18 = x_102; +x_19 = x_101; +goto block_80; } else { -uint8_t x_102; +uint8_t x_103; lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); @@ -4277,27 +4277,27 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_102 = !lean_is_exclusive(x_81); -if (x_102 == 0) +x_103 = !lean_is_exclusive(x_82); +if (x_103 == 0) { -return x_81; +return x_82; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_81, 0); -x_104 = lean_ctor_get(x_81, 1); +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_inc(x_103); -lean_dec(x_81); -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; +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; } } } -block_79: +block_80: { lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_inc(x_6); @@ -4323,135 +4323,143 @@ lean_inc(x_1); x_24 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_23, x_1, x_2, x_3, x_4, x_5, x_6, 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; uint8_t x_44; +lean_object* x_25; lean_object* x_26; lean_object* x_27; uint8_t x_28; uint8_t x_71; 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_PrettyPrinter_Delaborator_delabConst___closed__5; -x_44 = l_List_isEmpty___rarg(x_12); -if (x_44 == 0) +x_71 = l_List_isEmpty___rarg(x_12); +if (x_71 == 0) { -uint8_t x_45; -x_45 = lean_unbox(x_25); +uint8_t x_72; +x_72 = lean_unbox(x_25); lean_dec(x_25); -if (x_45 == 0) +if (x_72 == 0) { -lean_object* x_46; -lean_dec(x_12); -x_46 = lean_box(0); -x_28 = x_46; -goto block_43; +uint8_t x_73; +x_73 = 1; +x_28 = x_73; +goto block_70; } else { -lean_object* x_47; uint8_t x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; size_t x_57; size_t x_58; lean_object* x_59; lean_object* x_60; size_t x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -lean_dec(x_17); -x_47 = lean_ctor_get(x_5, 5); -lean_inc(x_47); -x_48 = 0; -x_49 = l_Lean_SourceInfo_fromRef(x_47, x_48); -lean_inc(x_21); -x_50 = lean_mk_syntax_ident(x_21); -x_51 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; -lean_inc(x_49); -x_52 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_52, 0, x_49); -lean_ctor_set(x_52, 1, x_51); -x_53 = l_List_redLength___rarg(x_12); -x_54 = lean_mk_empty_array_with_capacity(x_53); -lean_dec(x_53); -x_55 = l_List_toArrayAux___rarg(x_12, x_54); -x_56 = lean_array_get_size(x_55); -x_57 = lean_usize_of_nat(x_56); -lean_dec(x_56); -x_58 = 0; -x_59 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabConst___spec__6(x_57, x_58, x_55); -x_60 = lean_array_get_size(x_59); -x_61 = lean_usize_of_nat(x_60); -lean_dec(x_60); -x_62 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabConst___spec__7(x_61, x_58, x_59); -x_63 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; -x_64 = l_Lean_mkSepArray(x_62, x_63); -lean_dec(x_62); -x_65 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_66 = l_Array_append___rarg(x_65, x_64); -x_67 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_49); -x_68 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_68, 0, x_49); -lean_ctor_set(x_68, 1, x_67); -lean_ctor_set(x_68, 2, x_66); -x_69 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; -lean_inc(x_49); -x_70 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_70, 0, x_49); -lean_ctor_set(x_70, 1, x_69); -x_71 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; -x_72 = l_Lean_Syntax_node4(x_49, x_71, x_50, x_52, x_68, x_70); -x_73 = lean_apply_9(x_27, x_21, x_72, x_1, x_2, x_3, x_4, x_5, x_6, x_26); -return x_73; +uint8_t x_74; +x_74 = 0; +x_28 = x_74; +goto block_70; } } else { -lean_object* x_74; +uint8_t x_75; lean_dec(x_25); -lean_dec(x_12); -x_74 = lean_box(0); -x_28 = x_74; -goto block_43; +x_75 = 1; +x_28 = x_75; +goto block_70; } -block_43: +block_70: { -lean_object* x_29; uint8_t x_30; -lean_dec(x_28); -x_29 = lean_ctor_get(x_3, 1); +if (x_28 == 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; lean_object* x_37; lean_object* x_38; size_t 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; 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_dec(x_17); +x_29 = lean_ctor_get(x_5, 5); lean_inc(x_29); +x_30 = 0; +x_31 = l_Lean_SourceInfo_fromRef(x_29, x_30); lean_inc(x_21); -x_30 = l_Lean_LocalContext_usesUserName(x_29, x_21); -if (x_30 == 0) +x_32 = lean_mk_syntax_ident(x_21); +x_33 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__8; +lean_inc(x_31); +x_34 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_34, 0, x_31); +lean_ctor_set(x_34, 1, x_33); +x_35 = l_List_redLength___rarg(x_12); +x_36 = lean_mk_empty_array_with_capacity(x_35); +lean_dec(x_35); +x_37 = l_List_toArrayAux___rarg(x_12, x_36); +x_38 = lean_array_get_size(x_37); +x_39 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_40 = 0; +x_41 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabConst___spec__6(x_39, x_40, x_37); +x_42 = lean_array_get_size(x_41); +x_43 = lean_usize_of_nat(x_42); +lean_dec(x_42); +x_44 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabConst___spec__7(x_43, x_40, x_41); +x_45 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; +x_46 = l_Lean_mkSepArray(x_44, x_45); +lean_dec(x_44); +x_47 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_48 = l_Array_append___rarg(x_47, x_46); +x_49 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_31); +x_50 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_50, 0, x_31); +lean_ctor_set(x_50, 1, x_49); +lean_ctor_set(x_50, 2, x_48); +x_51 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +lean_inc(x_31); +x_52 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_52, 0, x_31); +lean_ctor_set(x_52, 1, x_51); +x_53 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__7; +x_54 = l_Lean_Syntax_node4(x_31, x_53, x_32, x_34, x_50, x_52); +x_55 = lean_apply_9(x_27, x_21, x_54, x_1, x_2, x_3, x_4, x_5, x_6, x_26); +return x_55; +} +else { -lean_object* x_31; lean_object* x_32; +lean_object* x_56; uint8_t x_57; +lean_dec(x_12); +x_56 = lean_ctor_get(x_3, 1); +lean_inc(x_56); +lean_inc(x_21); +x_57 = l_Lean_LocalContext_usesUserName(x_56, x_21); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; lean_dec(x_17); -x_31 = lean_box(0); -x_32 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_21, x_31, x_1, x_2, x_3, x_4, x_5, x_6, x_26); -return x_32; +x_58 = lean_box(0); +x_59 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_21, x_58, x_1, x_2, x_3, x_4, x_5, x_6, x_26); +return x_59; } else { -uint8_t x_33; -x_33 = lean_name_eq(x_21, x_17); -if (x_33 == 0) +uint8_t x_60; +x_60 = lean_name_eq(x_21, x_17); +if (x_60 == 0) { -lean_object* x_34; lean_object* x_35; +lean_object* x_61; lean_object* x_62; lean_dec(x_21); -x_34 = lean_box(0); -x_35 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_17, x_34, x_1, x_2, x_3, x_4, x_5, x_6, x_26); -return x_35; +x_61 = lean_box(0); +x_62 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_17, x_61, x_1, x_2, x_3, x_4, x_5, x_6, x_26); +return x_62; } else { -uint8_t x_36; -x_36 = lean_ctor_get_uint8(x_1, sizeof(void*)*4); -if (x_36 == 0) +uint8_t x_63; +x_63 = lean_ctor_get_uint8(x_1, sizeof(void*)*4); +if (x_63 == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_dec(x_17); -x_37 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__7; -x_38 = l_Lean_Name_append(x_37, x_21); -x_39 = lean_box(0); -x_40 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_38, x_39, x_1, x_2, x_3, x_4, x_5, x_6, x_26); -return x_40; +x_64 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; +x_65 = l_Lean_Name_append(x_64, x_21); +x_66 = lean_box(0); +x_67 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_65, x_66, x_1, x_2, x_3, x_4, x_5, x_6, x_26); +return x_67; } else { -lean_object* x_41; lean_object* x_42; +lean_object* x_68; lean_object* x_69; lean_dec(x_21); -x_41 = lean_box(0); -x_42 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_17, x_41, x_1, x_2, x_3, x_4, x_5, x_6, x_26); -return x_42; +x_68 = lean_box(0); +x_69 = l_Lean_PrettyPrinter_Delaborator_delabConst___lambda__2(x_27, x_17, x_68, x_1, x_2, x_3, x_4, x_5, x_6, x_26); +return x_69; +} } } } @@ -4459,7 +4467,7 @@ return x_42; } else { -uint8_t x_75; +uint8_t x_76; lean_dec(x_21); lean_dec(x_17); lean_dec(x_12); @@ -4469,30 +4477,30 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_75 = !lean_is_exclusive(x_24); -if (x_75 == 0) +x_76 = !lean_is_exclusive(x_24); +if (x_76 == 0) { return x_24; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_76 = lean_ctor_get(x_24, 0); -x_77 = lean_ctor_get(x_24, 1); +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_24, 0); +x_78 = lean_ctor_get(x_24, 1); +lean_inc(x_78); lean_inc(x_77); -lean_inc(x_76); lean_dec(x_24); -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; +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; } } } } else { -uint8_t x_106; +uint8_t x_107; lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); @@ -4501,36 +4509,36 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_106 = !lean_is_exclusive(x_14); -if (x_106 == 0) +x_107 = !lean_is_exclusive(x_14); +if (x_107 == 0) { return x_14; } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -x_107 = lean_ctor_get(x_14, 0); -x_108 = lean_ctor_get(x_14, 1); +lean_object* x_108; lean_object* x_109; lean_object* x_110; +x_108 = lean_ctor_get(x_14, 0); +x_109 = lean_ctor_get(x_14, 1); +lean_inc(x_109); lean_inc(x_108); -lean_inc(x_107); lean_dec(x_14); -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; +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_110; lean_object* x_111; lean_object* x_112; +lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_dec(x_9); -x_110 = lean_ctor_get(x_8, 1); -lean_inc(x_110); +x_111 = lean_ctor_get(x_8, 1); +lean_inc(x_111); lean_dec(x_8); -x_111 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__2; -x_112 = l_panic___at_Lean_PrettyPrinter_Delaborator_delabFVar___spec__1(x_111, x_1, x_2, x_3, x_4, x_5, x_6, x_110); -return x_112; +x_112 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__2; +x_113 = l_panic___at_Lean_PrettyPrinter_Delaborator_delabFVar___spec__1(x_112, x_1, x_2, x_3, x_4, x_5, x_6, x_111); +return x_113; } } } @@ -6681,24 +6689,24 @@ lean_inc(x_12); lean_dec(x_9); if (lean_obj_tag(x_11) == 0) { -uint8_t x_69; -x_69 = 0; -x_13 = x_69; -goto block_68; +uint8_t x_71; +x_71 = 0; +x_13 = x_71; +goto block_70; } else { -lean_object* x_70; uint8_t x_71; uint8_t x_72; uint8_t x_73; -x_70 = lean_ctor_get(x_11, 0); -lean_inc(x_70); -x_71 = lean_ctor_get_uint8(x_70, sizeof(void*)*2); -lean_dec(x_70); -x_72 = 3; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_71, x_72); -x_13 = x_73; -goto block_68; +lean_object* x_72; uint8_t x_73; uint8_t x_74; uint8_t x_75; +x_72 = lean_ctor_get(x_11, 0); +lean_inc(x_72); +x_73 = lean_ctor_get_uint8(x_72, sizeof(void*)*2); +lean_dec(x_72); +x_74 = 3; +x_75 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_73, x_74); +x_13 = x_75; +goto block_70; } -block_68: +block_70: { lean_object* x_14; lean_object* x_15; x_14 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__1; @@ -6711,35 +6719,85 @@ lean_inc(x_2); x_15 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_14, x_2, x_3, x_4, x_5, x_6, x_7, x_8); if (lean_obj_tag(x_15) == 0) { -lean_object* x_16; uint8_t x_17; +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; uint8_t x_55; x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = lean_unbox(x_16); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +lean_inc(x_10); +lean_inc(x_12); +lean_inc(x_11); +x_18 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__3___boxed), 11, 3); +lean_closure_set(x_18, 0, x_11); +lean_closure_set(x_18, 1, x_12); +lean_closure_set(x_18, 2, x_10); +x_55 = lean_unbox(x_16); lean_dec(x_16); -if (x_17 == 0) +if (x_55 == 0) { if (x_13 == 0) { -lean_object* x_18; lean_object* x_19; -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_dec(x_15); +uint8_t x_56; +x_56 = 0; +x_19 = x_56; +goto block_54; +} +else +{ +uint8_t x_57; +x_57 = 1; +x_19 = x_57; +goto block_54; +} +} +else +{ +lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_dec(x_18); +x_58 = lean_ctor_get(x_6, 5); +lean_inc(x_58); +x_59 = 0; +x_60 = l_Lean_SourceInfo_fromRef(x_58, x_59); +x_61 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__5; +lean_inc(x_60); +x_62 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_62, 0, x_60); +lean_ctor_set(x_62, 1, x_61); +x_63 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__4; +x_64 = l_Lean_Syntax_node1(x_60, x_63, x_62); +x_65 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__3(x_11, x_12, x_10, x_64, x_2, x_3, x_4, x_5, x_6, x_7, x_17); +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_11); +return x_65; +} +block_54: +{ +if (x_19 == 0) +{ +lean_object* x_20; +lean_dec(x_18); 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_19 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_18); -if (lean_obj_tag(x_19) == 0) +x_20 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_17); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_19, 0); -lean_inc(x_20); -x_21 = lean_ctor_get(x_19, 1); +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -lean_dec(x_19); -x_22 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__3(x_11, x_12, x_10, x_20, x_2, x_3, x_4, x_5, x_6, x_7, x_21); +x_22 = lean_ctor_get(x_20, 1); +lean_inc(x_22); +lean_dec(x_20); +x_23 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__3(x_11, x_12, x_10, x_21, x_2, x_3, x_4, x_5, x_6, x_7, x_22); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -6747,11 +6805,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_22; +return x_23; } else { -uint8_t x_23; +uint8_t x_24; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -6761,188 +6819,157 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_23 = !lean_is_exclusive(x_19); -if (x_23 == 0) +x_24 = !lean_is_exclusive(x_20); +if (x_24 == 0) { -return x_19; +return x_20; } else { -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_object* x_25; lean_object* x_26; lean_object* x_27; +x_25 = lean_ctor_get(x_20, 0); +x_26 = lean_ctor_get(x_20, 1); +lean_inc(x_26); lean_inc(x_25); -lean_inc(x_24); -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_dec(x_20); +x_27 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_27, 0, x_25); +lean_ctor_set(x_27, 1, x_26); +return x_27; } } } else { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_27 = lean_ctor_get(x_15, 1); -lean_inc(x_27); -lean_dec(x_15); -x_28 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__3___boxed), 11, 3); -lean_closure_set(x_28, 0, x_11); -lean_closure_set(x_28, 1, x_12); -lean_closure_set(x_28, 2, x_10); -x_29 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__2; +lean_object* x_28; lean_object* x_29; +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +x_28 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__2; 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_30 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_29, x_2, x_3, x_4, x_5, x_6, x_7, x_27); -if (lean_obj_tag(x_30) == 0) +x_29 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_28, x_2, x_3, x_4, x_5, x_6, x_7, x_17); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_31; uint8_t x_32; -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_unbox(x_31); -lean_dec(x_31); -if (x_32 == 0) +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +x_31 = lean_unbox(x_30); +lean_dec(x_30); +if (x_31 == 0) { -lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_33 = lean_ctor_get(x_30, 1); +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; lean_object* x_39; lean_object* x_40; +x_32 = lean_ctor_get(x_29, 1); +lean_inc(x_32); +lean_dec(x_29); +x_33 = lean_ctor_get(x_6, 5); lean_inc(x_33); -lean_dec(x_30); -x_34 = lean_ctor_get(x_6, 5); -lean_inc(x_34); -x_35 = 0; -x_36 = l_Lean_SourceInfo_fromRef(x_34, x_35); -x_37 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__5; -lean_inc(x_36); -x_38 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_37); -x_39 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__4; -x_40 = l_Lean_Syntax_node1(x_36, x_39, x_38); -x_41 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4(x_28, x_40, x_2, x_3, x_4, x_5, x_6, x_7, x_33); -return x_41; +x_34 = 0; +x_35 = l_Lean_SourceInfo_fromRef(x_33, x_34); +x_36 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__5; +lean_inc(x_35); +x_37 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set(x_37, 1, x_36); +x_38 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__4; +x_39 = l_Lean_Syntax_node1(x_35, x_38, x_37); +x_40 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4(x_18, x_39, x_2, x_3, x_4, x_5, x_6, x_7, x_32); +return x_40; } 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); +lean_object* x_41; lean_object* x_42; +x_41 = lean_ctor_get(x_29, 1); +lean_inc(x_41); +lean_dec(x_29); 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_43 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_42); -if (lean_obj_tag(x_43) == 0) +x_42 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_41); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_43, 0); +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_42, 0); +lean_inc(x_43); +x_44 = lean_ctor_get(x_42, 1); lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); -lean_inc(x_45); -lean_dec(x_43); -x_46 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4(x_28, x_44, x_2, x_3, x_4, x_5, x_6, x_7, x_45); -return x_46; +lean_dec(x_42); +x_45 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4(x_18, x_43, x_2, x_3, x_4, x_5, x_6, x_7, x_44); +return x_45; } else { -uint8_t x_47; -lean_dec(x_28); +uint8_t x_46; +lean_dec(x_18); 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_47 = !lean_is_exclusive(x_43); -if (x_47 == 0) +x_46 = !lean_is_exclusive(x_42); +if (x_46 == 0) { -return x_43; +return x_42; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_43, 0); -x_49 = lean_ctor_get(x_43, 1); -lean_inc(x_49); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_42, 0); +x_48 = lean_ctor_get(x_42, 1); lean_inc(x_48); -lean_dec(x_43); -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_inc(x_47); +lean_dec(x_42); +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; } } } } else { -uint8_t x_51; -lean_dec(x_28); +uint8_t x_50; +lean_dec(x_18); 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_51 = !lean_is_exclusive(x_30); -if (x_51 == 0) +x_50 = !lean_is_exclusive(x_29); +if (x_50 == 0) { -return x_30; +return x_29; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_30, 0); -x_53 = lean_ctor_get(x_30, 1); -lean_inc(x_53); +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_29, 0); +x_52 = lean_ctor_get(x_29, 1); lean_inc(x_52); -lean_dec(x_30); -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; -} +lean_inc(x_51); +lean_dec(x_29); +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; } } } -else -{ -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; -x_55 = lean_ctor_get(x_15, 1); -lean_inc(x_55); -lean_dec(x_15); -x_56 = lean_ctor_get(x_6, 5); -lean_inc(x_56); -x_57 = 0; -x_58 = l_Lean_SourceInfo_fromRef(x_56, x_57); -x_59 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__5; -lean_inc(x_58); -x_60 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_60, 0, x_58); -lean_ctor_set(x_60, 1, x_59); -x_61 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__4; -x_62 = l_Lean_Syntax_node1(x_58, x_61, x_60); -x_63 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__3(x_11, x_12, x_10, x_62, x_2, x_3, x_4, x_5, x_6, x_7, x_55); -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_11); -return x_63; } } else { -uint8_t x_64; +uint8_t x_66; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -6952,23 +6979,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_64 = !lean_is_exclusive(x_15); -if (x_64 == 0) +x_66 = !lean_is_exclusive(x_15); +if (x_66 == 0) { return x_15; } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_15, 0); -x_66 = lean_ctor_get(x_15, 1); -lean_inc(x_66); -lean_inc(x_65); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_15, 0); +x_68 = lean_ctor_get(x_15, 1); +lean_inc(x_68); +lean_inc(x_67); lean_dec(x_15); -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; +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; } } } @@ -9554,7 +9581,7 @@ lean_dec(x_54); x_56 = 0; x_57 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__11; x_58 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___spec__7(x_57, x_55, x_56, x_41); -x_59 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_59 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; x_60 = l_Lean_mkSepArray(x_58, x_59); lean_dec(x_58); x_61 = l_Array_append___rarg(x_39, x_60); @@ -9567,7 +9594,7 @@ x_63 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___ lean_inc(x_53); lean_inc(x_49); x_64 = l_Lean_Syntax_node1(x_49, x_63, x_53); -x_65 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; +x_65 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; lean_inc(x_49); x_66 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_66, 0, x_49); @@ -9640,7 +9667,7 @@ lean_dec(x_88); x_90 = 0; x_91 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__11; x_92 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___spec__7(x_91, x_89, x_90, x_41); -x_93 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_93 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; x_94 = l_Lean_mkSepArray(x_92, x_93); lean_dec(x_92); x_95 = l_Array_append___rarg(x_39, x_94); @@ -9653,7 +9680,7 @@ x_97 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___ lean_inc(x_87); lean_inc(x_83); x_98 = l_Lean_Syntax_node1(x_83, x_97, x_87); -x_99 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; +x_99 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; lean_inc(x_83); x_100 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_100, 0, x_83); @@ -10325,133 +10352,100 @@ return x_35; } else { -lean_object* x_36; lean_object* x_37; -x_36 = lean_ctor_get(x_11, 0); +lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_99; +x_36 = lean_ctor_get(x_22, 1); lean_inc(x_36); -x_37 = lean_ctor_get(x_36, 1); +lean_dec(x_22); +x_37 = lean_ctor_get(x_11, 0); lean_inc(x_37); -if (lean_obj_tag(x_37) == 0) -{ -lean_object* x_38; uint8_t x_39; -x_38 = lean_ctor_get(x_22, 1); +x_38 = lean_ctor_get(x_11, 1); lean_inc(x_38); -lean_dec(x_22); -x_39 = l_Lean_PrettyPrinter_Delaborator_ParamKind_isRegularExplicit(x_36); -if (x_39 == 0) -{ -uint8_t x_40; lean_object* x_41; lean_object* x_67; lean_object* x_68; -x_67 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_isRegularApp___spec__3___closed__1; -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_68 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_67, x_2, x_3, x_4, x_5, x_6, x_7, x_38); -if (lean_obj_tag(x_68) == 0) -{ -lean_object* x_69; uint8_t x_70; -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_unbox(x_69); -if (x_70 == 0) +x_99 = lean_ctor_get(x_37, 1); +lean_inc(x_99); +if (lean_obj_tag(x_99) == 0) { -lean_object* x_71; lean_object* x_72; lean_object* x_73; uint8_t x_74; -lean_dec(x_69); -x_71 = lean_ctor_get(x_68, 1); -lean_inc(x_71); -lean_dec(x_68); -x_72 = lean_ctor_get(x_36, 0); -lean_inc(x_72); -x_73 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__2___closed__5; -x_74 = lean_name_eq(x_72, x_73); -lean_dec(x_72); -if (x_74 == 0) +uint8_t x_100; +lean_dec(x_38); +x_100 = l_Lean_PrettyPrinter_Delaborator_ParamKind_isRegularExplicit(x_37); +if (x_100 == 0) { -lean_dec(x_16); -lean_dec(x_14); -x_40 = x_74; -x_41 = x_71; -goto block_66; +uint8_t x_101; +x_101 = 1; +x_39 = x_101; +goto block_98; } else { -lean_object* x_75; -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_75 = l_Lean_PrettyPrinter_Delaborator_shouldShowMotive(x_14, x_16, x_4, x_5, x_6, x_7, x_71); -lean_dec(x_16); -if (lean_obj_tag(x_75) == 0) -{ -lean_object* x_76; lean_object* x_77; uint8_t x_78; -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_75, 1); -lean_inc(x_77); -lean_dec(x_75); -x_78 = lean_unbox(x_76); -lean_dec(x_76); -x_40 = x_78; -x_41 = x_77; -goto block_66; +uint8_t x_102; +x_102 = 0; +x_39 = x_102; +goto block_98; +} } else { -uint8_t x_79; -lean_dec(x_36); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -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_79 = !lean_is_exclusive(x_75); -if (x_79 == 0) +uint8_t x_103; +x_103 = !lean_is_exclusive(x_99); +if (x_103 == 0) { -return x_75; -} -else +lean_object* x_104; uint8_t x_105; +x_104 = lean_ctor_get(x_99, 0); +x_105 = l_List_isEmpty___rarg(x_38); +lean_dec(x_38); +if (x_105 == 0) { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_75, 0); -x_81 = lean_ctor_get(x_75, 1); -lean_inc(x_81); -lean_inc(x_80); -lean_dec(x_75); -x_82 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_82, 0, x_80); -lean_ctor_set(x_82, 1, x_81); -return x_82; -} -} -} +uint8_t x_106; +lean_free_object(x_99); +lean_dec(x_104); +x_106 = 0; +x_39 = x_106; +goto block_98; } else { -lean_object* x_83; uint8_t x_84; +uint8_t x_107; +lean_dec(x_37); lean_dec(x_16); +x_107 = l_Lean_Expr_hasLooseBVars(x_104); +if (x_107 == 0) +{ +uint8_t x_108; +x_108 = lean_expr_eqv(x_104, x_14); lean_dec(x_14); -x_83 = lean_ctor_get(x_68, 1); -lean_inc(x_83); -lean_dec(x_68); -x_84 = lean_unbox(x_69); -lean_dec(x_69); -x_40 = x_84; -x_41 = x_83; -goto block_66; -} +lean_dec(x_104); +if (x_108 == 0) +{ +lean_object* x_109; +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_109 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_36); +if (lean_obj_tag(x_109) == 0) +{ +lean_object* x_110; lean_object* x_111; lean_object* 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); +lean_ctor_set(x_99, 0, x_110); +x_112 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_99, x_2, x_3, x_4, x_5, x_6, x_7, x_111); +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_11); +return x_112; } else { -uint8_t x_85; -lean_dec(x_36); -lean_dec(x_16); -lean_dec(x_14); +uint8_t x_113; +lean_free_object(x_99); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10461,33 +10455,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_85 = !lean_is_exclusive(x_68); -if (x_85 == 0) +x_113 = !lean_is_exclusive(x_109); +if (x_113 == 0) { -return x_68; +return x_109; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_68, 0); -x_87 = lean_ctor_get(x_68, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_68); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_109, 0); +x_115 = lean_ctor_get(x_109, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_109); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; } } -block_66: -{ -if (x_40 == 0) +} +else { -lean_object* x_42; lean_object* x_43; -lean_dec(x_36); -x_42 = lean_box(0); -x_43 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_42, x_2, x_3, x_4, x_5, x_6, x_7, x_41); +lean_object* x_117; lean_object* x_118; +lean_free_object(x_99); +x_117 = lean_box(0); +x_118 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_117, x_2, x_3, x_4, x_5, x_6, x_7, x_36); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10495,54 +10488,31 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_43; +return x_118; +} } else { -lean_object* x_44; +lean_object* x_119; +lean_dec(x_104); +lean_dec(x_14); 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_44 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_41); -if (lean_obj_tag(x_44) == 0) +x_119 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_36); +if (lean_obj_tag(x_119) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_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; -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_36, 0); -lean_inc(x_47); -lean_dec(x_36); -x_48 = lean_ctor_get(x_6, 5); -lean_inc(x_48); -x_49 = 0; -x_50 = l_Lean_SourceInfo_fromRef(x_48, x_49); -x_51 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__5; -lean_inc(x_50); -x_52 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); -x_53 = lean_mk_syntax_ident(x_47); -x_54 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___spec__2___closed__5; -lean_inc(x_50); -x_55 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_55, 0, x_50); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; -lean_inc(x_50); -x_57 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_57, 0, x_50); -lean_ctor_set(x_57, 1, x_56); -x_58 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__2___closed__3; -x_59 = l_Lean_Syntax_node5(x_50, x_58, x_52, x_53, x_55, x_45, x_57); -x_60 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_60, 0, x_59); -x_61 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_60, x_2, x_3, x_4, x_5, x_6, x_7, x_46); +lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_120 = lean_ctor_get(x_119, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_119, 1); +lean_inc(x_121); +lean_dec(x_119); +lean_ctor_set(x_99, 0, x_120); +x_122 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_99, x_2, x_3, x_4, x_5, x_6, x_7, x_121); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10550,12 +10520,12 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_61; +return x_122; } else { -uint8_t x_62; -lean_dec(x_36); +uint8_t x_123; +lean_free_object(x_99); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10565,23 +10535,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_62 = !lean_is_exclusive(x_44); -if (x_62 == 0) +x_123 = !lean_is_exclusive(x_119); +if (x_123 == 0) { -return x_44; +return x_119; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_44, 0); -x_64 = lean_ctor_get(x_44, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_44); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_119, 0); +x_125 = lean_ctor_get(x_119, 1); +lean_inc(x_125); +lean_inc(x_124); +lean_dec(x_119); +x_126 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_126, 0, x_124); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } } @@ -10589,28 +10559,53 @@ return x_65; } else { -lean_object* x_89; -lean_dec(x_36); +lean_object* x_127; uint8_t x_128; +x_127 = lean_ctor_get(x_99, 0); +lean_inc(x_127); +lean_dec(x_99); +x_128 = l_List_isEmpty___rarg(x_38); +lean_dec(x_38); +if (x_128 == 0) +{ +uint8_t x_129; +lean_dec(x_127); +x_129 = 0; +x_39 = x_129; +goto block_98; +} +else +{ +uint8_t x_130; +lean_dec(x_37); lean_dec(x_16); +x_130 = l_Lean_Expr_hasLooseBVars(x_127); +if (x_130 == 0) +{ +uint8_t x_131; +x_131 = lean_expr_eqv(x_127, x_14); lean_dec(x_14); +lean_dec(x_127); +if (x_131 == 0) +{ +lean_object* x_132; 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_89 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_38); -if (lean_obj_tag(x_89) == 0) +x_132 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_36); +if (lean_obj_tag(x_132) == 0) { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_89, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_89, 1); -lean_inc(x_91); -lean_dec(x_89); -x_92 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_92, 0, x_90); -x_93 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_92, x_2, x_3, x_4, x_5, x_6, x_7, x_91); +lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +x_134 = lean_ctor_get(x_132, 1); +lean_inc(x_134); +lean_dec(x_132); +x_135 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_135, 0, x_133); +x_136 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_135, x_2, x_3, x_4, x_5, x_6, x_7, x_134); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10618,11 +10613,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_93; +return x_136; } else { -uint8_t x_94; +lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10632,48 +10627,47 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_94 = !lean_is_exclusive(x_89); -if (x_94 == 0) -{ -return x_89; -} -else -{ -lean_object* x_95; lean_object* x_96; lean_object* x_97; -x_95 = lean_ctor_get(x_89, 0); -x_96 = lean_ctor_get(x_89, 1); -lean_inc(x_96); -lean_inc(x_95); -lean_dec(x_89); -x_97 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_97, 0, x_95); -lean_ctor_set(x_97, 1, x_96); -return x_97; +x_137 = lean_ctor_get(x_132, 0); +lean_inc(x_137); +x_138 = lean_ctor_get(x_132, 1); +lean_inc(x_138); +if (lean_is_exclusive(x_132)) { + lean_ctor_release(x_132, 0); + lean_ctor_release(x_132, 1); + x_139 = x_132; +} else { + lean_dec_ref(x_132); + 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_98; lean_object* x_99; uint8_t x_100; -lean_dec(x_36); -lean_dec(x_16); -x_98 = lean_ctor_get(x_22, 1); -lean_inc(x_98); -lean_dec(x_22); -x_99 = lean_ctor_get(x_11, 1); -lean_inc(x_99); -x_100 = !lean_is_exclusive(x_37); -if (x_100 == 0) -{ -lean_object* x_101; uint8_t x_102; -x_101 = lean_ctor_get(x_37, 0); -x_102 = l_List_isEmpty___rarg(x_99); -lean_dec(x_99); -if (x_102 == 0) +lean_object* x_141; lean_object* x_142; +x_141 = lean_box(0); +x_142 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_141, x_2, x_3, x_4, x_5, x_6, x_7, x_36); +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_11); +return x_142; +} +} +else { -lean_object* x_103; -lean_dec(x_101); +lean_object* x_143; +lean_dec(x_127); lean_dec(x_14); lean_inc(x_7); lean_inc(x_6); @@ -10681,17 +10675,18 @@ lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); lean_inc(x_2); -x_103 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_98); -if (lean_obj_tag(x_103) == 0) +x_143 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_36); +if (lean_obj_tag(x_143) == 0) { -lean_object* x_104; lean_object* x_105; lean_object* x_106; -x_104 = lean_ctor_get(x_103, 0); -lean_inc(x_104); -x_105 = lean_ctor_get(x_103, 1); -lean_inc(x_105); -lean_dec(x_103); -lean_ctor_set(x_37, 0, x_104); -x_106 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_37, x_2, x_3, x_4, x_5, x_6, x_7, x_105); +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_143, 1); +lean_inc(x_145); +lean_dec(x_143); +x_146 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_146, 0, x_144); +x_147 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_146, x_2, x_3, x_4, x_5, x_6, x_7, x_145); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10699,12 +10694,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_106; +return x_147; } else { -uint8_t x_107; -lean_free_object(x_37); +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10714,56 +10708,57 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_107 = !lean_is_exclusive(x_103); -if (x_107 == 0) -{ -return x_103; +x_148 = lean_ctor_get(x_143, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_143, 1); +lean_inc(x_149); +if (lean_is_exclusive(x_143)) { + lean_ctor_release(x_143, 0); + lean_ctor_release(x_143, 1); + x_150 = x_143; +} else { + lean_dec_ref(x_143); + x_150 = lean_box(0); } -else -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; -x_108 = lean_ctor_get(x_103, 0); -x_109 = lean_ctor_get(x_103, 1); -lean_inc(x_109); -lean_inc(x_108); -lean_dec(x_103); -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; +if (lean_is_scalar(x_150)) { + x_151 = lean_alloc_ctor(1, 2, 0); +} else { + x_151 = x_150; } +lean_ctor_set(x_151, 0, x_148); +lean_ctor_set(x_151, 1, x_149); +return x_151; } } -else +} +} +} +block_98: { -uint8_t x_111; -x_111 = l_Lean_Expr_hasLooseBVars(x_101); -if (x_111 == 0) +if (x_39 == 0) { -uint8_t x_112; -x_112 = lean_expr_eqv(x_101, x_14); +lean_object* x_40; +lean_dec(x_37); +lean_dec(x_16); lean_dec(x_14); -lean_dec(x_101); -if (x_112 == 0) -{ -lean_object* x_113; 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_113 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_98); -if (lean_obj_tag(x_113) == 0) +x_40 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_36); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_114; lean_object* x_115; lean_object* x_116; -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -lean_ctor_set(x_37, 0, x_114); -x_116 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_37, x_2, x_3, x_4, x_5, x_6, x_7, x_115); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); +x_43 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_41); +x_44 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_43, x_2, x_3, x_4, x_5, x_6, x_7, x_42); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -10771,12 +10766,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_116; +return x_44; } else { -uint8_t x_117; -lean_free_object(x_37); +uint8_t x_45; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10786,151 +10780,90 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_117 = !lean_is_exclusive(x_113); -if (x_117 == 0) +x_45 = !lean_is_exclusive(x_40); +if (x_45 == 0) { -return x_113; +return x_40; } else { -lean_object* x_118; lean_object* x_119; lean_object* x_120; -x_118 = lean_ctor_get(x_113, 0); -x_119 = lean_ctor_get(x_113, 1); -lean_inc(x_119); -lean_inc(x_118); -lean_dec(x_113); -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; -} -} +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_40, 0); +x_47 = lean_ctor_get(x_40, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_40); +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_121; lean_object* x_122; -lean_free_object(x_37); -x_121 = lean_box(0); -x_122 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_121, x_2, x_3, x_4, x_5, x_6, x_7, x_98); -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_11); -return x_122; } } else { -lean_object* x_123; -lean_dec(x_101); -lean_dec(x_14); +uint8_t x_49; lean_object* x_50; lean_object* x_76; lean_object* x_77; +x_76 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_isRegularApp___spec__3___closed__1; 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_123 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_98); -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_ctor_set(x_37, 0, x_124); -x_126 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_37, x_2, x_3, x_4, x_5, x_6, x_7, x_125); -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_11); -return x_126; -} -else +x_77 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_76, x_2, x_3, x_4, x_5, x_6, x_7, x_36); +if (lean_obj_tag(x_77) == 0) { -uint8_t x_127; -lean_free_object(x_37); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -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_127 = !lean_is_exclusive(x_123); -if (x_127 == 0) +lean_object* x_78; uint8_t x_79; +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_unbox(x_78); +if (x_79 == 0) { -return x_123; -} -else +lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; +lean_dec(x_78); +x_80 = lean_ctor_get(x_77, 1); +lean_inc(x_80); +lean_dec(x_77); +x_81 = lean_ctor_get(x_37, 0); +lean_inc(x_81); +x_82 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__2___closed__5; +x_83 = lean_name_eq(x_81, x_82); +lean_dec(x_81); +if (x_83 == 0) { -lean_object* x_128; lean_object* x_129; lean_object* x_130; -x_128 = lean_ctor_get(x_123, 0); -x_129 = lean_ctor_get(x_123, 1); -lean_inc(x_129); -lean_inc(x_128); -lean_dec(x_123); -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; -} -} -} -} +lean_dec(x_16); +lean_dec(x_14); +x_49 = x_83; +x_50 = x_80; +goto block_75; } else { -lean_object* x_131; uint8_t x_132; -x_131 = lean_ctor_get(x_37, 0); -lean_inc(x_131); -lean_dec(x_37); -x_132 = l_List_isEmpty___rarg(x_99); -lean_dec(x_99); -if (x_132 == 0) -{ -lean_object* x_133; -lean_dec(x_131); -lean_dec(x_14); +lean_object* x_84; 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_133 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_98); -if (lean_obj_tag(x_133) == 0) +x_84 = l_Lean_PrettyPrinter_Delaborator_shouldShowMotive(x_14, x_16, x_4, x_5, x_6, x_7, x_80); +lean_dec(x_16); +if (lean_obj_tag(x_84) == 0) { -lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_134 = lean_ctor_get(x_133, 0); -lean_inc(x_134); -x_135 = lean_ctor_get(x_133, 1); -lean_inc(x_135); -lean_dec(x_133); -x_136 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_136, 0, x_134); -x_137 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_136, x_2, x_3, x_4, x_5, x_6, x_7, x_135); -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_11); -return x_137; +lean_object* x_85; lean_object* x_86; uint8_t x_87; +x_85 = lean_ctor_get(x_84, 0); +lean_inc(x_85); +x_86 = lean_ctor_get(x_84, 1); +lean_inc(x_86); +lean_dec(x_84); +x_87 = lean_unbox(x_85); +lean_dec(x_85); +x_49 = x_87; +x_50 = x_86; +goto block_75; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +uint8_t x_88; +lean_dec(x_37); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -10940,71 +10873,48 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_138 = lean_ctor_get(x_133, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_133, 1); -lean_inc(x_139); -if (lean_is_exclusive(x_133)) { - lean_ctor_release(x_133, 0); - lean_ctor_release(x_133, 1); - x_140 = x_133; -} else { - lean_dec_ref(x_133); - x_140 = lean_box(0); +x_88 = !lean_is_exclusive(x_84); +if (x_88 == 0) +{ +return x_84; +} +else +{ +lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_89 = lean_ctor_get(x_84, 0); +x_90 = lean_ctor_get(x_84, 1); +lean_inc(x_90); +lean_inc(x_89); +lean_dec(x_84); +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; } -if (lean_is_scalar(x_140)) { - x_141 = lean_alloc_ctor(1, 2, 0); -} else { - x_141 = x_140; } -lean_ctor_set(x_141, 0, x_138); -lean_ctor_set(x_141, 1, x_139); -return x_141; } } else { -uint8_t x_142; -x_142 = l_Lean_Expr_hasLooseBVars(x_131); -if (x_142 == 0) -{ -uint8_t x_143; -x_143 = lean_expr_eqv(x_131, x_14); +lean_object* x_92; uint8_t x_93; +lean_dec(x_16); lean_dec(x_14); -lean_dec(x_131); -if (x_143 == 0) -{ -lean_object* x_144; -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_144 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_98); -if (lean_obj_tag(x_144) == 0) -{ -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_147, 0, x_145); -x_148 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_147, x_2, x_3, x_4, x_5, x_6, x_7, x_146); -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_11); -return x_148; +x_92 = lean_ctor_get(x_77, 1); +lean_inc(x_92); +lean_dec(x_77); +x_93 = lean_unbox(x_78); +lean_dec(x_78); +x_49 = x_93; +x_50 = x_92; +goto block_75; +} } else { -lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +uint8_t x_94; +lean_dec(x_37); +lean_dec(x_16); +lean_dec(x_14); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -11014,33 +10924,33 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_149 = lean_ctor_get(x_144, 0); -lean_inc(x_149); -x_150 = lean_ctor_get(x_144, 1); -lean_inc(x_150); -if (lean_is_exclusive(x_144)) { - lean_ctor_release(x_144, 0); - lean_ctor_release(x_144, 1); - x_151 = x_144; -} else { - lean_dec_ref(x_144); - x_151 = lean_box(0); -} -if (lean_is_scalar(x_151)) { - x_152 = lean_alloc_ctor(1, 2, 0); -} else { - x_152 = x_151; +x_94 = !lean_is_exclusive(x_77); +if (x_94 == 0) +{ +return x_77; } -lean_ctor_set(x_152, 0, x_149); -lean_ctor_set(x_152, 1, x_150); -return x_152; +else +{ +lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_95 = lean_ctor_get(x_77, 0); +x_96 = lean_ctor_get(x_77, 1); +lean_inc(x_96); +lean_inc(x_95); +lean_dec(x_77); +x_97 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_97, 0, x_95); +lean_ctor_set(x_97, 1, x_96); +return x_97; } } -else +block_75: +{ +if (x_49 == 0) { -lean_object* x_153; lean_object* x_154; -x_153 = lean_box(0); -x_154 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_153, x_2, x_3, x_4, x_5, x_6, x_7, x_98); +lean_object* x_51; lean_object* x_52; +lean_dec(x_37); +x_51 = lean_box(0); +x_52 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_51, x_2, x_3, x_4, x_5, x_6, x_7, x_50); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11048,32 +10958,54 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_154; -} +return x_52; } else { -lean_object* x_155; -lean_dec(x_131); -lean_dec(x_14); +lean_object* x_53; 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_155 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_98); -if (lean_obj_tag(x_155) == 0) +x_53 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_50); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; -x_156 = lean_ctor_get(x_155, 0); -lean_inc(x_156); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_158 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_158, 0, x_156); -x_159 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_158, x_2, x_3, x_4, x_5, x_6, x_7, x_157); +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t 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; +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_ctor_get(x_37, 0); +lean_inc(x_56); +lean_dec(x_37); +x_57 = lean_ctor_get(x_6, 5); +lean_inc(x_57); +x_58 = 0; +x_59 = l_Lean_SourceInfo_fromRef(x_57, x_58); +x_60 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__5; +lean_inc(x_59); +x_61 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_61, 0, x_59); +lean_ctor_set(x_61, 1, x_60); +x_62 = lean_mk_syntax_ident(x_56); +x_63 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___spec__2___closed__5; +lean_inc(x_59); +x_64 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_64, 0, x_59); +lean_ctor_set(x_64, 1, x_63); +x_65 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; +lean_inc(x_59); +x_66 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_66, 0, x_59); +lean_ctor_set(x_66, 1, x_65); +x_67 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__2___closed__3; +x_68 = l_Lean_Syntax_node5(x_59, x_67, x_61, x_62, x_64, x_54, x_66); +x_69 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_69, 0, x_68); +x_70 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_69, x_2, x_3, x_4, x_5, x_6, x_7, x_55); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11081,11 +11013,12 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_159; +return x_70; } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +uint8_t x_71; +lean_dec(x_37); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -11095,26 +11028,24 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_160 = lean_ctor_get(x_155, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_155, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_155)) { - lean_ctor_release(x_155, 0); - lean_ctor_release(x_155, 1); - x_162 = x_155; -} else { - lean_dec_ref(x_155); - x_162 = lean_box(0); +x_71 = !lean_is_exclusive(x_53); +if (x_71 == 0) +{ +return x_53; } -if (lean_is_scalar(x_162)) { - x_163 = lean_alloc_ctor(1, 2, 0); -} else { - x_163 = x_162; +else +{ +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_53, 0); +x_73 = lean_ctor_get(x_53, 1); +lean_inc(x_73); +lean_inc(x_72); +lean_dec(x_53); +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; } -lean_ctor_set(x_163, 0, x_160); -lean_ctor_set(x_163, 1, x_161); -return x_163; } } } @@ -11124,26 +11055,26 @@ return x_163; } else { -lean_object* x_164; lean_object* x_165; uint8_t 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_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_dec(x_16); lean_dec(x_14); -x_164 = lean_ctor_get(x_22, 1); -lean_inc(x_164); +x_152 = lean_ctor_get(x_22, 1); +lean_inc(x_152); lean_dec(x_22); -x_165 = lean_ctor_get(x_6, 5); -lean_inc(x_165); -x_166 = 0; -x_167 = l_Lean_SourceInfo_fromRef(x_165, x_166); -x_168 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__5; -lean_inc(x_167); -x_169 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_169, 0, x_167); -lean_ctor_set(x_169, 1, x_168); -x_170 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__4; -x_171 = l_Lean_Syntax_node1(x_167, x_170, x_169); -x_172 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_172, 0, x_171); -x_173 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_172, x_2, x_3, x_4, x_5, x_6, x_7, x_164); +x_153 = lean_ctor_get(x_6, 5); +lean_inc(x_153); +x_154 = 0; +x_155 = l_Lean_SourceInfo_fromRef(x_153, x_154); +x_156 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__5; +lean_inc(x_155); +x_157 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_157, 0, x_155); +lean_ctor_set(x_157, 1, x_156); +x_158 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__5___closed__4; +x_159 = l_Lean_Syntax_node1(x_155, x_158, x_157); +x_160 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_160, 0, x_159); +x_161 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_160, x_2, x_3, x_4, x_5, x_6, x_7, x_152); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11151,19 +11082,19 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_173; +return x_161; } } else { -lean_object* x_174; lean_object* x_175; lean_object* x_176; +lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_dec(x_16); lean_dec(x_14); -x_174 = lean_ctor_get(x_22, 1); -lean_inc(x_174); +x_162 = lean_ctor_get(x_22, 1); +lean_inc(x_162); lean_dec(x_22); -x_175 = lean_box(0); -x_176 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_175, x_2, x_3, x_4, x_5, x_6, x_7, x_174); +x_163 = lean_box(0); +x_164 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__1(x_11, x_12, x_10, x_163, x_2, x_3, x_4, x_5, x_6, x_7, x_162); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); @@ -11171,12 +11102,12 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_11); -return x_176; +return x_164; } } else { -uint8_t x_177; +uint8_t x_165; lean_dec(x_19); lean_dec(x_16); lean_dec(x_14); @@ -11189,29 +11120,29 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_177 = !lean_is_exclusive(x_22); -if (x_177 == 0) +x_165 = !lean_is_exclusive(x_22); +if (x_165 == 0) { return x_22; } else { -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_22, 0); -x_179 = lean_ctor_get(x_22, 1); -lean_inc(x_179); -lean_inc(x_178); +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = lean_ctor_get(x_22, 0); +x_167 = lean_ctor_get(x_22, 1); +lean_inc(x_167); +lean_inc(x_166); lean_dec(x_22); -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; +x_168 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_168, 0, x_166); +lean_ctor_set(x_168, 1, x_167); +return x_168; } } } else { -uint8_t x_181; +uint8_t x_169; lean_dec(x_16); lean_dec(x_14); lean_dec(x_12); @@ -11223,23 +11154,23 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_181 = !lean_is_exclusive(x_18); -if (x_181 == 0) +x_169 = !lean_is_exclusive(x_18); +if (x_169 == 0) { return x_18; } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_182 = lean_ctor_get(x_18, 0); -x_183 = lean_ctor_get(x_18, 1); -lean_inc(x_183); -lean_inc(x_182); +lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_170 = lean_ctor_get(x_18, 0); +x_171 = lean_ctor_get(x_18, 1); +lean_inc(x_171); +lean_inc(x_170); lean_dec(x_18); -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; +x_172 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_172, 0, x_170); +lean_ctor_set(x_172, 1, x_171); +return x_172; } } } @@ -11931,12 +11862,12 @@ uint8_t x_22; uint8_t x_23; uint8_t x_24; x_22 = l_Lean_Expr_binderInfo(x_17); lean_dec(x_17); x_23 = 1; -x_24 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_22, x_23); +x_24 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_22, x_23); if (x_24 == 0) { uint8_t x_25; uint8_t x_26; lean_object* x_27; x_25 = 3; -x_26 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_22, x_25); +x_26 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_22, x_25); x_27 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___lambda__4(x_1, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_18); return x_27; } @@ -13266,192 +13197,101 @@ return x_3; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___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, lean_object* x_9, lean_object* x_10) { _start: { -lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_11; lean_object* x_12; lean_object* x_41; uint8_t x_42; x_11 = lean_array_get_size(x_2); -x_12 = lean_unsigned_to_nat(0u); -x_13 = lean_nat_dec_lt(x_12, x_11); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_14 = l_Lean_instInhabitedExpr; -x_15 = l___private_Init_Util_0__outOfBounds___rarg(x_14); -lean_inc(x_9); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -x_16 = lean_infer_type(x_15, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_16) == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t 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_unsigned_to_nat(1u); -x_20 = lean_nat_dec_eq(x_11, x_19); -lean_dec(x_11); -if (x_20 == 0) -{ -lean_object* x_21; uint8_t x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; -lean_dec(x_17); -lean_inc(x_2); -x_21 = l_Lean_mkAppN(x_1, x_2); -x_22 = 0; -x_23 = 1; -x_24 = 1; -x_25 = l_Lean_Meta_mkLambdaFVars(x_2, x_21, x_22, x_23, x_24, x_6, x_7, x_8, x_9, x_18); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_25; -} -else -{ -lean_object* x_26; uint8_t x_27; -x_26 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__2; -x_27 = l_Lean_Expr_isConstOf(x_17, x_26); -lean_dec(x_17); -if (x_27 == 0) -{ -lean_object* x_28; uint8_t x_29; uint8_t x_30; uint8_t x_31; lean_object* x_32; -lean_inc(x_2); -x_28 = l_Lean_mkAppN(x_1, x_2); -x_29 = 0; -x_30 = 1; -x_31 = 1; -x_32 = l_Lean_Meta_mkLambdaFVars(x_2, x_28, x_29, x_30, x_31, x_6, x_7, x_8, x_9, x_18); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_32; -} -else -{ -lean_object* x_33; lean_object* x_34; uint8_t x_35; uint8_t x_36; uint8_t x_37; lean_object* x_38; -x_33 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__5; -x_34 = l_Lean_Expr_app___override(x_1, x_33); -x_35 = 0; -x_36 = 1; -x_37 = 1; -x_38 = l_Lean_Meta_mkLambdaFVars(x_2, x_34, x_35, x_36, x_37, x_6, x_7, x_8, x_9, x_18); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_38; -} -} -} -else -{ -uint8_t x_39; -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_39 = !lean_is_exclusive(x_16); -if (x_39 == 0) +x_41 = lean_unsigned_to_nat(0u); +x_42 = lean_nat_dec_lt(x_41, x_11); +if (x_42 == 0) { -return x_16; +lean_object* x_43; lean_object* x_44; +x_43 = l_Lean_instInhabitedExpr; +x_44 = l___private_Init_Util_0__outOfBounds___rarg(x_43); +x_12 = x_44; +goto block_40; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_16, 0); -x_41 = lean_ctor_get(x_16, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_16); -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_object* x_45; +x_45 = lean_array_fget(x_2, x_41); +x_12 = x_45; +goto block_40; } -else +block_40: { -lean_object* x_43; lean_object* x_44; -x_43 = lean_array_fget(x_2, x_12); +lean_object* x_13; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_44 = lean_infer_type(x_43, x_6, x_7, x_8, x_9, x_10); -if (lean_obj_tag(x_44) == 0) +x_13 = lean_infer_type(x_12, x_6, x_7, x_8, x_9, x_10); +if (lean_obj_tag(x_13) == 0) { -lean_object* x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; -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_unsigned_to_nat(1u); -x_48 = lean_nat_dec_eq(x_11, x_47); +lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +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 = lean_unsigned_to_nat(1u); +x_17 = lean_nat_dec_eq(x_11, x_16); lean_dec(x_11); -if (x_48 == 0) +if (x_17 == 0) { -lean_object* x_49; uint8_t x_50; uint8_t x_51; uint8_t x_52; lean_object* x_53; -lean_dec(x_45); +lean_object* x_18; uint8_t x_19; uint8_t x_20; uint8_t x_21; lean_object* x_22; +lean_dec(x_14); lean_inc(x_2); -x_49 = l_Lean_mkAppN(x_1, x_2); -x_50 = 0; -x_51 = 1; -x_52 = 1; -x_53 = l_Lean_Meta_mkLambdaFVars(x_2, x_49, x_50, x_51, x_52, x_6, x_7, x_8, x_9, x_46); +x_18 = l_Lean_mkAppN(x_1, x_2); +x_19 = 0; +x_20 = 1; +x_21 = 1; +x_22 = l_Lean_Meta_mkLambdaFVars(x_2, x_18, x_19, x_20, x_21, x_6, x_7, x_8, x_9, x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_53; +return x_22; } else { -lean_object* x_54; uint8_t x_55; -x_54 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__2; -x_55 = l_Lean_Expr_isConstOf(x_45, x_54); -lean_dec(x_45); -if (x_55 == 0) +lean_object* x_23; uint8_t x_24; +x_23 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__2; +x_24 = l_Lean_Expr_isConstOf(x_14, x_23); +lean_dec(x_14); +if (x_24 == 0) { -lean_object* x_56; uint8_t x_57; uint8_t x_58; uint8_t x_59; lean_object* x_60; +lean_object* x_25; uint8_t x_26; uint8_t x_27; uint8_t x_28; lean_object* x_29; lean_inc(x_2); -x_56 = l_Lean_mkAppN(x_1, x_2); -x_57 = 0; -x_58 = 1; -x_59 = 1; -x_60 = l_Lean_Meta_mkLambdaFVars(x_2, x_56, x_57, x_58, x_59, x_6, x_7, x_8, x_9, x_46); +x_25 = l_Lean_mkAppN(x_1, x_2); +x_26 = 0; +x_27 = 1; +x_28 = 1; +x_29 = l_Lean_Meta_mkLambdaFVars(x_2, x_25, x_26, x_27, x_28, x_6, x_7, x_8, x_9, x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_60; +return x_29; } else { -lean_object* x_61; lean_object* x_62; uint8_t x_63; uint8_t x_64; uint8_t x_65; lean_object* x_66; -x_61 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__5; -x_62 = l_Lean_Expr_app___override(x_1, x_61); -x_63 = 0; -x_64 = 1; -x_65 = 1; -x_66 = l_Lean_Meta_mkLambdaFVars(x_2, x_62, x_63, x_64, x_65, x_6, x_7, x_8, x_9, x_46); +lean_object* x_30; lean_object* x_31; uint8_t x_32; uint8_t x_33; uint8_t x_34; lean_object* x_35; +x_30 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__5; +x_31 = l_Lean_Expr_app___override(x_1, x_30); +x_32 = 0; +x_33 = 1; +x_34 = 1; +x_35 = l_Lean_Meta_mkLambdaFVars(x_2, x_31, x_32, x_33, x_34, x_6, x_7, x_8, x_9, x_15); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_66; +return x_35; } } } else { -uint8_t x_67; +uint8_t x_36; lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); @@ -13459,23 +13299,23 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_2); lean_dec(x_1); -x_67 = !lean_is_exclusive(x_44); -if (x_67 == 0) +x_36 = !lean_is_exclusive(x_13); +if (x_36 == 0) { -return x_44; +return x_13; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_44, 0); -x_69 = lean_ctor_get(x_44, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_44); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +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; } } } @@ -14768,18 +14608,7 @@ return x_38; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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: -{ -uint8_t x_10; uint8_t x_11; uint8_t x_12; lean_object* x_13; -x_10 = 0; -x_11 = 1; -x_12 = 1; -x_13 = l_Lean_Meta_mkForallFVars(x_1, x_2, x_10, x_11, x_12, x_5, x_6, x_7, x_8, x_9); -return x_13; -} -} -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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) { _start: { lean_object* x_9; @@ -14840,23 +14669,26 @@ return x_20; } } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__1() { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__2___boxed), 9, 0); -return x_1; +uint8_t x_10; uint8_t x_11; uint8_t x_12; lean_object* x_13; +x_10 = 0; +x_11 = 1; +x_12 = 1; +x_13 = l_Lean_Meta_mkForallFVars(x_1, x_2, x_10, x_11, x_12, x_5, x_6, x_7, x_8, x_9); +return x_13; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__3), 8, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__2), 8, 0); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__2() { _start: { lean_object* x_1; @@ -14864,18 +14696,26 @@ x_1 = lean_mk_string_from_bytes("matchDiscr", 10); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___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_maybeAddBlockImplicit___closed__2; x_2 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__3; x_3 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__4; -x_4 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__3; +x_4 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___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_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__4() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__3___boxed), 9, 0); +return x_1; +} +} LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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) { _start: { @@ -14919,784 +14759,803 @@ lean_dec(x_20); lean_dec(x_19); if (x_21 == 0) { +uint8_t x_22; if (lean_obj_tag(x_12) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -x_23 = lean_ctor_get(x_22, 0); -lean_inc(x_23); -x_24 = lean_ctor_get(x_22, 1); +uint8_t x_178; +x_178 = 1; +x_22 = x_178; +goto block_177; +} +else +{ +uint8_t x_179; +x_179 = 0; +x_22 = x_179; +goto block_177; +} +block_177: +{ +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; uint8_t x_25; +x_23 = lean_array_get_size(x_14); +x_24 = lean_ctor_get(x_9, 1); lean_inc(x_24); -lean_dec(x_22); -x_25 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__1; -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_23); -x_26 = l_Lean_Meta_lambdaTelescope___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__4___rarg(x_23, x_25, x_2, x_3, x_4, x_5, x_6, x_7, x_24); -if (lean_obj_tag(x_26) == 0) +x_25 = lean_nat_dec_lt(x_23, x_24); +lean_dec(x_24); +if (x_25 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_27 = lean_ctor_get(x_2, 3); +lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +lean_dec(x_23); +x_26 = lean_array_get_size(x_16); +x_27 = lean_ctor_get(x_9, 2); lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -lean_dec(x_26); -x_30 = lean_ctor_get(x_2, 0); -lean_inc(x_30); -x_31 = lean_ctor_get(x_2, 1); -lean_inc(x_31); -x_32 = lean_ctor_get(x_2, 2); -lean_inc(x_32); -x_33 = !lean_is_exclusive(x_27); -if (x_33 == 0) -{ -uint8_t x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_34 = lean_ctor_get_uint8(x_2, sizeof(void*)*4); -x_35 = lean_ctor_get(x_27, 0); -lean_dec(x_35); -lean_ctor_set(x_27, 0, x_28); -x_36 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_36, 0, x_30); -lean_ctor_set(x_36, 1, x_31); -lean_ctor_set(x_36, 2, x_32); -lean_ctor_set(x_36, 3, x_27); -lean_ctor_set_uint8(x_36, sizeof(void*)*4, x_34); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_37 = l_Lean_PrettyPrinter_Delaborator_delab(x_36, x_3, x_4, x_5, x_6, x_7, x_29); -if (lean_obj_tag(x_37) == 0) +x_28 = lean_array_get_size(x_27); +x_29 = lean_nat_dec_lt(x_26, x_28); +lean_dec(x_28); +if (x_29 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -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_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_isRegularApp___spec__3___closed__1; -x_41 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_40, x_2, x_3, x_4, x_5, x_6, x_7, x_39); -if (lean_obj_tag(x_41) == 0) +lean_object* x_30; +lean_dec(x_27); +lean_dec(x_26); +x_30 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_30) == 0) { -uint8_t x_42; -x_42 = !lean_is_exclusive(x_41); -if (x_42 == 0) +uint8_t x_31; +x_31 = !lean_is_exclusive(x_30); +if (x_31 == 0) { -lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; uint8_t x_47; -x_43 = lean_ctor_get(x_41, 0); -x_44 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_44, 0, x_38); -lean_ctor_set(x_44, 1, x_23); -x_45 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_45, 0, x_44); +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_30, 0); +x_33 = lean_array_push(x_17, x_32); if (lean_is_scalar(x_18)) { - x_46 = lean_alloc_ctor(0, 8, 1); + x_34 = lean_alloc_ctor(0, 8, 1); } else { - x_46 = x_18; -} -lean_ctor_set(x_46, 0, x_9); -lean_ctor_set(x_46, 1, x_10); -lean_ctor_set(x_46, 2, x_11); -lean_ctor_set(x_46, 3, x_45); -lean_ctor_set(x_46, 4, x_14); -lean_ctor_set(x_46, 5, x_15); -lean_ctor_set(x_46, 6, x_16); -lean_ctor_set(x_46, 7, x_17); -x_47 = lean_unbox(x_43); -lean_dec(x_43); -lean_ctor_set_uint8(x_46, sizeof(void*)*8, x_47); -lean_ctor_set(x_41, 0, x_46); -return x_41; + x_34 = x_18; +} +lean_ctor_set(x_34, 0, x_9); +lean_ctor_set(x_34, 1, x_10); +lean_ctor_set(x_34, 2, x_11); +lean_ctor_set(x_34, 3, x_12); +lean_ctor_set(x_34, 4, x_14); +lean_ctor_set(x_34, 5, x_15); +lean_ctor_set(x_34, 6, x_16); +lean_ctor_set(x_34, 7, x_33); +lean_ctor_set_uint8(x_34, sizeof(void*)*8, x_13); +lean_ctor_set(x_30, 0, x_34); +return x_30; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; -x_48 = lean_ctor_get(x_41, 0); -x_49 = lean_ctor_get(x_41, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_41); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_38); -lean_ctor_set(x_50, 1, x_23); -x_51 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_51, 0, x_50); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +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_array_push(x_17, x_35); if (lean_is_scalar(x_18)) { - x_52 = lean_alloc_ctor(0, 8, 1); + x_38 = lean_alloc_ctor(0, 8, 1); } else { - x_52 = x_18; -} -lean_ctor_set(x_52, 0, x_9); -lean_ctor_set(x_52, 1, x_10); -lean_ctor_set(x_52, 2, x_11); -lean_ctor_set(x_52, 3, x_51); -lean_ctor_set(x_52, 4, x_14); -lean_ctor_set(x_52, 5, x_15); -lean_ctor_set(x_52, 6, x_16); -lean_ctor_set(x_52, 7, x_17); -x_53 = lean_unbox(x_48); -lean_dec(x_48); -lean_ctor_set_uint8(x_52, sizeof(void*)*8, x_53); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_52); -lean_ctor_set(x_54, 1, x_49); -return x_54; + x_38 = x_18; +} +lean_ctor_set(x_38, 0, x_9); +lean_ctor_set(x_38, 1, x_10); +lean_ctor_set(x_38, 2, x_11); +lean_ctor_set(x_38, 3, x_12); +lean_ctor_set(x_38, 4, x_14); +lean_ctor_set(x_38, 5, x_15); +lean_ctor_set(x_38, 6, x_16); +lean_ctor_set(x_38, 7, x_37); +lean_ctor_set_uint8(x_38, sizeof(void*)*8, x_13); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_36); +return x_39; } } else { -uint8_t x_55; -lean_dec(x_38); -lean_dec(x_23); +uint8_t x_40; lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_55 = !lean_is_exclusive(x_41); -if (x_55 == 0) +x_40 = !lean_is_exclusive(x_30); +if (x_40 == 0) { -return x_41; +return x_30; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_41, 0); -x_57 = lean_ctor_get(x_41, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_41); -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_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_30, 0); +x_42 = lean_ctor_get(x_30, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_30); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } else { -uint8_t x_59; -lean_dec(x_23); +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_array_fget(x_27, x_26); +lean_dec(x_26); +lean_dec(x_27); +x_45 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__1; +x_46 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders___rarg(x_44, x_45, x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_46) == 0) +{ +uint8_t x_47; +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; +x_48 = lean_ctor_get(x_46, 0); +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_array_push(x_15, x_49); +x_52 = lean_array_push(x_16, x_50); +if (lean_is_scalar(x_18)) { + x_53 = lean_alloc_ctor(0, 8, 1); +} else { + x_53 = x_18; +} +lean_ctor_set(x_53, 0, x_9); +lean_ctor_set(x_53, 1, x_10); +lean_ctor_set(x_53, 2, x_11); +lean_ctor_set(x_53, 3, x_12); +lean_ctor_set(x_53, 4, x_14); +lean_ctor_set(x_53, 5, x_51); +lean_ctor_set(x_53, 6, x_52); +lean_ctor_set(x_53, 7, x_17); +lean_ctor_set_uint8(x_53, sizeof(void*)*8, x_13); +lean_ctor_set(x_46, 0, x_53); +return x_46; +} +else +{ +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; +x_54 = lean_ctor_get(x_46, 0); +x_55 = lean_ctor_get(x_46, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_46); +x_56 = lean_ctor_get(x_54, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_54, 1); +lean_inc(x_57); +lean_dec(x_54); +x_58 = lean_array_push(x_15, x_56); +x_59 = lean_array_push(x_16, x_57); +if (lean_is_scalar(x_18)) { + x_60 = lean_alloc_ctor(0, 8, 1); +} else { + x_60 = x_18; +} +lean_ctor_set(x_60, 0, x_9); +lean_ctor_set(x_60, 1, x_10); +lean_ctor_set(x_60, 2, x_11); +lean_ctor_set(x_60, 3, x_12); +lean_ctor_set(x_60, 4, x_14); +lean_ctor_set(x_60, 5, x_58); +lean_ctor_set(x_60, 6, x_59); +lean_ctor_set(x_60, 7, x_17); +lean_ctor_set_uint8(x_60, sizeof(void*)*8, x_13); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_55); +return x_61; +} +} +else +{ +uint8_t x_62; lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_59 = !lean_is_exclusive(x_37); -if (x_59 == 0) +x_62 = !lean_is_exclusive(x_46); +if (x_62 == 0) { -return x_37; +return x_46; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_37, 0); -x_61 = lean_ctor_get(x_37, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_37); -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_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_46, 0); +x_64 = lean_ctor_get(x_46, 1); +lean_inc(x_64); +lean_inc(x_63); +lean_dec(x_46); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; +} } } } else { -uint8_t x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_63 = lean_ctor_get_uint8(x_2, sizeof(void*)*4); -x_64 = lean_ctor_get(x_27, 1); -lean_inc(x_64); -lean_dec(x_27); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_28); -lean_ctor_set(x_65, 1, x_64); -x_66 = lean_alloc_ctor(0, 4, 1); -lean_ctor_set(x_66, 0, x_30); -lean_ctor_set(x_66, 1, x_31); -lean_ctor_set(x_66, 2, x_32); -lean_ctor_set(x_66, 3, x_65); -lean_ctor_set_uint8(x_66, sizeof(void*)*4, x_63); -lean_inc(x_7); +lean_object* x_66; lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -x_67 = l_Lean_PrettyPrinter_Delaborator_delab(x_66, x_3, x_4, x_5, x_6, x_7, x_29); -if (lean_obj_tag(x_67) == 0) +x_66 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +if (lean_obj_tag(x_66) == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_68 = lean_ctor_get(x_67, 0); +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_97; lean_object* x_98; uint8_t x_99; +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); lean_inc(x_68); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -lean_dec(x_67); -x_70 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_isRegularApp___spec__3___closed__1; -x_71 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_70, x_2, x_3, x_4, x_5, x_6, x_7, x_69); -if (lean_obj_tag(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; uint8_t x_78; lean_object* x_79; -x_72 = lean_ctor_get(x_71, 0); -lean_inc(x_72); -x_73 = lean_ctor_get(x_71, 1); -lean_inc(x_73); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_74 = x_71; -} else { - lean_dec_ref(x_71); - x_74 = lean_box(0); -} -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_68); -lean_ctor_set(x_75, 1, x_23); -x_76 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_76, 0, x_75); -if (lean_is_scalar(x_18)) { - x_77 = lean_alloc_ctor(0, 8, 1); -} else { - x_77 = x_18; -} -lean_ctor_set(x_77, 0, x_9); -lean_ctor_set(x_77, 1, x_10); -lean_ctor_set(x_77, 2, x_11); -lean_ctor_set(x_77, 3, x_76); -lean_ctor_set(x_77, 4, x_14); -lean_ctor_set(x_77, 5, x_15); -lean_ctor_set(x_77, 6, x_16); -lean_ctor_set(x_77, 7, x_17); -x_78 = lean_unbox(x_72); -lean_dec(x_72); -lean_ctor_set_uint8(x_77, sizeof(void*)*8, x_78); -if (lean_is_scalar(x_74)) { - x_79 = lean_alloc_ctor(0, 2, 0); +if (lean_is_exclusive(x_66)) { + lean_ctor_release(x_66, 0); + lean_ctor_release(x_66, 1); + x_69 = x_66; } else { - x_79 = x_74; + lean_dec_ref(x_66); + x_69 = lean_box(0); } -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_73); -return x_79; +x_97 = lean_ctor_get(x_9, 4); +lean_inc(x_97); +x_98 = lean_array_get_size(x_97); +x_99 = lean_nat_dec_lt(x_23, x_98); +lean_dec(x_98); +if (x_99 == 0) +{ +lean_object* x_100; lean_object* x_101; +lean_dec(x_97); +lean_dec(x_23); +x_100 = l_Lean_Meta_Match_instInhabitedDiscrInfo; +x_101 = l___private_Init_Util_0__outOfBounds___rarg(x_100); +x_70 = x_101; +goto block_96; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; -lean_dec(x_68); +lean_object* x_102; +x_102 = lean_array_fget(x_97, x_23); lean_dec(x_23); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_80 = lean_ctor_get(x_71, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_71, 1); -lean_inc(x_81); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - x_82 = x_71; -} else { - lean_dec_ref(x_71); - x_82 = lean_box(0); +lean_dec(x_97); +x_70 = x_102; +goto block_96; } -if (lean_is_scalar(x_82)) { - x_83 = lean_alloc_ctor(1, 2, 0); +block_96: +{ +if (lean_obj_tag(x_70) == 0) +{ +lean_object* x_71; uint8_t 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_71 = lean_ctor_get(x_6, 5); +lean_inc(x_71); +lean_dec(x_6); +x_72 = 0; +x_73 = l_Lean_SourceInfo_fromRef(x_71, x_72); +x_74 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +x_75 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +lean_inc(x_73); +x_76 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_76, 0, x_73); +lean_ctor_set(x_76, 1, x_74); +lean_ctor_set(x_76, 2, x_75); +x_77 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__3; +x_78 = l_Lean_Syntax_node2(x_73, x_77, x_76, x_67); +x_79 = lean_array_push(x_14, x_78); +if (lean_is_scalar(x_18)) { + x_80 = lean_alloc_ctor(0, 8, 1); } else { - x_83 = x_82; -} -lean_ctor_set(x_83, 0, x_80); -lean_ctor_set(x_83, 1, x_81); -return x_83; + x_80 = x_18; +} +lean_ctor_set(x_80, 0, x_9); +lean_ctor_set(x_80, 1, x_10); +lean_ctor_set(x_80, 2, x_11); +lean_ctor_set(x_80, 3, x_12); +lean_ctor_set(x_80, 4, x_79); +lean_ctor_set(x_80, 5, x_15); +lean_ctor_set(x_80, 6, x_16); +lean_ctor_set(x_80, 7, x_17); +lean_ctor_set_uint8(x_80, sizeof(void*)*8, x_13); +if (lean_is_scalar(x_69)) { + x_81 = lean_alloc_ctor(0, 2, 0); +} else { + x_81 = x_69; } +lean_ctor_set(x_81, 0, x_80); +lean_ctor_set(x_81, 1, x_68); +return x_81; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_23); -lean_dec(x_18); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_7); +lean_object* x_82; lean_object* x_83; uint8_t 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; +x_82 = lean_ctor_get(x_70, 0); +lean_inc(x_82); +lean_dec(x_70); +x_83 = lean_ctor_get(x_6, 5); +lean_inc(x_83); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_84 = lean_ctor_get(x_67, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_67, 1); +x_84 = 0; +x_85 = l_Lean_SourceInfo_fromRef(x_83, x_84); +x_86 = lean_mk_syntax_ident(x_82); +x_87 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_85); +x_88 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_88, 0, x_85); +lean_ctor_set(x_88, 1, x_87); +x_89 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; lean_inc(x_85); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_86 = x_67; +x_90 = l_Lean_Syntax_node2(x_85, x_89, x_86, x_88); +x_91 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__3; +x_92 = l_Lean_Syntax_node2(x_85, x_91, x_90, x_67); +x_93 = lean_array_push(x_14, x_92); +if (lean_is_scalar(x_18)) { + x_94 = lean_alloc_ctor(0, 8, 1); } else { - lean_dec_ref(x_67); - x_86 = lean_box(0); -} -if (lean_is_scalar(x_86)) { - x_87 = lean_alloc_ctor(1, 2, 0); + x_94 = x_18; +} +lean_ctor_set(x_94, 0, x_9); +lean_ctor_set(x_94, 1, x_10); +lean_ctor_set(x_94, 2, x_11); +lean_ctor_set(x_94, 3, x_12); +lean_ctor_set(x_94, 4, x_93); +lean_ctor_set(x_94, 5, x_15); +lean_ctor_set(x_94, 6, x_16); +lean_ctor_set(x_94, 7, x_17); +lean_ctor_set_uint8(x_94, sizeof(void*)*8, x_13); +if (lean_is_scalar(x_69)) { + x_95 = lean_alloc_ctor(0, 2, 0); } else { - x_87 = x_86; + x_95 = x_69; } -lean_ctor_set(x_87, 0, x_84); -lean_ctor_set(x_87, 1, x_85); -return x_87; +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_68); +return x_95; } } } else { -uint8_t x_88; +uint8_t x_103; lean_dec(x_23); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); +lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -lean_dec(x_7); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_88 = !lean_is_exclusive(x_26); -if (x_88 == 0) +x_103 = !lean_is_exclusive(x_66); +if (x_103 == 0) { -return x_26; +return x_66; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_26, 0); -x_90 = lean_ctor_get(x_26, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_26); -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; +lean_object* x_104; lean_object* x_105; lean_object* x_106; +x_104 = lean_ctor_get(x_66, 0); +x_105 = lean_ctor_get(x_66, 1); +lean_inc(x_105); +lean_inc(x_104); +lean_dec(x_66); +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 { -lean_object* x_92; lean_object* x_93; uint8_t x_94; -x_92 = lean_array_get_size(x_14); -x_93 = lean_ctor_get(x_9, 1); -lean_inc(x_93); -x_94 = lean_nat_dec_lt(x_92, x_93); -lean_dec(x_93); -if (x_94 == 0) +lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; +lean_dec(x_12); +x_107 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +x_110 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__4; +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_108); +x_111 = l_Lean_Meta_lambdaTelescope___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__4___rarg(x_108, x_110, x_2, x_3, x_4, x_5, x_6, x_7, x_109); +if (lean_obj_tag(x_111) == 0) { -lean_object* x_95; lean_object* x_96; lean_object* x_97; uint8_t x_98; -lean_dec(x_92); -x_95 = lean_array_get_size(x_16); -x_96 = lean_ctor_get(x_9, 2); -lean_inc(x_96); -x_97 = lean_array_get_size(x_96); -x_98 = lean_nat_dec_lt(x_95, x_97); -lean_dec(x_97); -if (x_98 == 0) +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; uint8_t x_118; +x_112 = lean_ctor_get(x_2, 3); +lean_inc(x_112); +x_113 = lean_ctor_get(x_111, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_111, 1); +lean_inc(x_114); +lean_dec(x_111); +x_115 = lean_ctor_get(x_2, 0); +lean_inc(x_115); +x_116 = lean_ctor_get(x_2, 1); +lean_inc(x_116); +x_117 = lean_ctor_get(x_2, 2); +lean_inc(x_117); +x_118 = !lean_is_exclusive(x_112); +if (x_118 == 0) { -lean_object* x_99; -lean_dec(x_96); -lean_dec(x_95); -x_99 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_99) == 0) +uint8_t x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_119 = lean_ctor_get_uint8(x_2, sizeof(void*)*4); +x_120 = lean_ctor_get(x_112, 0); +lean_dec(x_120); +lean_ctor_set(x_112, 0, x_113); +x_121 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_121, 0, x_115); +lean_ctor_set(x_121, 1, x_116); +lean_ctor_set(x_121, 2, x_117); +lean_ctor_set(x_121, 3, x_112); +lean_ctor_set_uint8(x_121, sizeof(void*)*4, x_119); +lean_inc(x_7); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_122 = l_Lean_PrettyPrinter_Delaborator_delab(x_121, x_3, x_4, x_5, x_6, x_7, x_114); +if (lean_obj_tag(x_122) == 0) { -uint8_t x_100; -x_100 = !lean_is_exclusive(x_99); -if (x_100 == 0) +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_123 = lean_ctor_get(x_122, 0); +lean_inc(x_123); +x_124 = lean_ctor_get(x_122, 1); +lean_inc(x_124); +lean_dec(x_122); +x_125 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_isRegularApp___spec__3___closed__1; +x_126 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_125, x_2, x_3, x_4, x_5, x_6, x_7, x_124); +if (lean_obj_tag(x_126) == 0) { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_99, 0); -x_102 = lean_array_push(x_17, x_101); +uint8_t x_127; +x_127 = !lean_is_exclusive(x_126); +if (x_127 == 0) +{ +lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; uint8_t x_132; +x_128 = lean_ctor_get(x_126, 0); +x_129 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_129, 0, x_123); +lean_ctor_set(x_129, 1, x_108); +x_130 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_130, 0, x_129); if (lean_is_scalar(x_18)) { - x_103 = lean_alloc_ctor(0, 8, 1); + x_131 = lean_alloc_ctor(0, 8, 1); } else { - x_103 = x_18; -} -lean_ctor_set(x_103, 0, x_9); -lean_ctor_set(x_103, 1, x_10); -lean_ctor_set(x_103, 2, x_11); -lean_ctor_set(x_103, 3, x_12); -lean_ctor_set(x_103, 4, x_14); -lean_ctor_set(x_103, 5, x_15); -lean_ctor_set(x_103, 6, x_16); -lean_ctor_set(x_103, 7, x_102); -lean_ctor_set_uint8(x_103, sizeof(void*)*8, x_13); -lean_ctor_set(x_99, 0, x_103); -return x_99; + x_131 = x_18; +} +lean_ctor_set(x_131, 0, x_9); +lean_ctor_set(x_131, 1, x_10); +lean_ctor_set(x_131, 2, x_11); +lean_ctor_set(x_131, 3, x_130); +lean_ctor_set(x_131, 4, x_14); +lean_ctor_set(x_131, 5, x_15); +lean_ctor_set(x_131, 6, x_16); +lean_ctor_set(x_131, 7, x_17); +x_132 = lean_unbox(x_128); +lean_dec(x_128); +lean_ctor_set_uint8(x_131, sizeof(void*)*8, x_132); +lean_ctor_set(x_126, 0, x_131); +return x_126; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_104 = lean_ctor_get(x_99, 0); -x_105 = lean_ctor_get(x_99, 1); -lean_inc(x_105); -lean_inc(x_104); -lean_dec(x_99); -x_106 = lean_array_push(x_17, x_104); +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; +x_133 = lean_ctor_get(x_126, 0); +x_134 = lean_ctor_get(x_126, 1); +lean_inc(x_134); +lean_inc(x_133); +lean_dec(x_126); +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_123); +lean_ctor_set(x_135, 1, x_108); +x_136 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_136, 0, x_135); if (lean_is_scalar(x_18)) { - x_107 = lean_alloc_ctor(0, 8, 1); + x_137 = lean_alloc_ctor(0, 8, 1); } else { - x_107 = x_18; -} -lean_ctor_set(x_107, 0, x_9); -lean_ctor_set(x_107, 1, x_10); -lean_ctor_set(x_107, 2, x_11); -lean_ctor_set(x_107, 3, x_12); -lean_ctor_set(x_107, 4, x_14); -lean_ctor_set(x_107, 5, x_15); -lean_ctor_set(x_107, 6, x_16); -lean_ctor_set(x_107, 7, x_106); -lean_ctor_set_uint8(x_107, sizeof(void*)*8, x_13); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_105); -return x_108; + x_137 = x_18; +} +lean_ctor_set(x_137, 0, x_9); +lean_ctor_set(x_137, 1, x_10); +lean_ctor_set(x_137, 2, x_11); +lean_ctor_set(x_137, 3, x_136); +lean_ctor_set(x_137, 4, x_14); +lean_ctor_set(x_137, 5, x_15); +lean_ctor_set(x_137, 6, x_16); +lean_ctor_set(x_137, 7, x_17); +x_138 = lean_unbox(x_133); +lean_dec(x_133); +lean_ctor_set_uint8(x_137, sizeof(void*)*8, x_138); +x_139 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_139, 0, x_137); +lean_ctor_set(x_139, 1, x_134); +return x_139; } } else { -uint8_t x_109; +uint8_t x_140; +lean_dec(x_123); +lean_dec(x_108); lean_dec(x_18); lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -lean_dec(x_9); -x_109 = !lean_is_exclusive(x_99); -if (x_109 == 0) -{ -return x_99; -} -else -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_110 = lean_ctor_get(x_99, 0); -x_111 = lean_ctor_get(x_99, 1); -lean_inc(x_111); -lean_inc(x_110); -lean_dec(x_99); -x_112 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_112, 0, x_110); -lean_ctor_set(x_112, 1, x_111); -return x_112; -} -} -} -else -{ -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_array_fget(x_96, x_95); -lean_dec(x_95); -lean_dec(x_96); -x_114 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__2; -x_115 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders___rarg(x_113, x_114, x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_115) == 0) -{ -uint8_t x_116; -x_116 = !lean_is_exclusive(x_115); -if (x_116 == 0) -{ -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_117 = lean_ctor_get(x_115, 0); -x_118 = lean_ctor_get(x_117, 0); -lean_inc(x_118); -x_119 = lean_ctor_get(x_117, 1); -lean_inc(x_119); -lean_dec(x_117); -x_120 = lean_array_push(x_15, x_118); -x_121 = lean_array_push(x_16, x_119); -if (lean_is_scalar(x_18)) { - x_122 = lean_alloc_ctor(0, 8, 1); -} else { - x_122 = x_18; -} -lean_ctor_set(x_122, 0, x_9); -lean_ctor_set(x_122, 1, x_10); -lean_ctor_set(x_122, 2, x_11); -lean_ctor_set(x_122, 3, x_12); -lean_ctor_set(x_122, 4, x_14); -lean_ctor_set(x_122, 5, x_120); -lean_ctor_set(x_122, 6, x_121); -lean_ctor_set(x_122, 7, x_17); -lean_ctor_set_uint8(x_122, sizeof(void*)*8, x_13); -lean_ctor_set(x_115, 0, x_122); -return x_115; +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +x_140 = !lean_is_exclusive(x_126); +if (x_140 == 0) +{ +return x_126; } 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; -x_123 = lean_ctor_get(x_115, 0); -x_124 = lean_ctor_get(x_115, 1); -lean_inc(x_124); -lean_inc(x_123); -lean_dec(x_115); -x_125 = lean_ctor_get(x_123, 0); -lean_inc(x_125); -x_126 = lean_ctor_get(x_123, 1); -lean_inc(x_126); -lean_dec(x_123); -x_127 = lean_array_push(x_15, x_125); -x_128 = lean_array_push(x_16, x_126); -if (lean_is_scalar(x_18)) { - x_129 = lean_alloc_ctor(0, 8, 1); -} else { - x_129 = x_18; -} -lean_ctor_set(x_129, 0, x_9); -lean_ctor_set(x_129, 1, x_10); -lean_ctor_set(x_129, 2, x_11); -lean_ctor_set(x_129, 3, x_12); -lean_ctor_set(x_129, 4, x_14); -lean_ctor_set(x_129, 5, x_127); -lean_ctor_set(x_129, 6, x_128); -lean_ctor_set(x_129, 7, x_17); -lean_ctor_set_uint8(x_129, sizeof(void*)*8, x_13); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_124); -return x_130; +lean_object* x_141; lean_object* x_142; lean_object* x_143; +x_141 = lean_ctor_get(x_126, 0); +x_142 = lean_ctor_get(x_126, 1); +lean_inc(x_142); +lean_inc(x_141); +lean_dec(x_126); +x_143 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_143, 0, x_141); +lean_ctor_set(x_143, 1, x_142); +return x_143; +} } } else { -uint8_t x_131; +uint8_t x_144; +lean_dec(x_108); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); -lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); -x_131 = !lean_is_exclusive(x_115); -if (x_131 == 0) +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_144 = !lean_is_exclusive(x_122); +if (x_144 == 0) { -return x_115; +return x_122; } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_132 = lean_ctor_get(x_115, 0); -x_133 = lean_ctor_get(x_115, 1); -lean_inc(x_133); -lean_inc(x_132); -lean_dec(x_115); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_132); -lean_ctor_set(x_134, 1, x_133); -return x_134; -} +lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_145 = lean_ctor_get(x_122, 0); +x_146 = lean_ctor_get(x_122, 1); +lean_inc(x_146); +lean_inc(x_145); +lean_dec(x_122); +x_147 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +return x_147; } } } else { -lean_object* x_135; +uint8_t x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_148 = lean_ctor_get_uint8(x_2, sizeof(void*)*4); +x_149 = lean_ctor_get(x_112, 1); +lean_inc(x_149); +lean_dec(x_112); +x_150 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_150, 0, x_113); +lean_ctor_set(x_150, 1, x_149); +x_151 = lean_alloc_ctor(0, 4, 1); +lean_ctor_set(x_151, 0, x_115); +lean_ctor_set(x_151, 1, x_116); +lean_ctor_set(x_151, 2, x_117); +lean_ctor_set(x_151, 3, x_150); +lean_ctor_set_uint8(x_151, sizeof(void*)*4, x_148); +lean_inc(x_7); lean_inc(x_6); -x_135 = l_Lean_PrettyPrinter_Delaborator_delab(x_2, x_3, x_4, x_5, x_6, x_7, x_8); -if (lean_obj_tag(x_135) == 0) +lean_inc(x_5); +lean_inc(x_4); +lean_inc(x_3); +x_152 = l_Lean_PrettyPrinter_Delaborator_delab(x_151, x_3, x_4, x_5, x_6, x_7, x_114); +if (lean_obj_tag(x_152) == 0) { -lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_166; lean_object* x_167; uint8_t x_168; -x_136 = lean_ctor_get(x_135, 0); -lean_inc(x_136); -x_137 = lean_ctor_get(x_135, 1); -lean_inc(x_137); -if (lean_is_exclusive(x_135)) { - lean_ctor_release(x_135, 0); - lean_ctor_release(x_135, 1); - x_138 = x_135; +lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_153 = lean_ctor_get(x_152, 0); +lean_inc(x_153); +x_154 = lean_ctor_get(x_152, 1); +lean_inc(x_154); +lean_dec(x_152); +x_155 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_isRegularApp___spec__3___closed__1; +x_156 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_155, x_2, x_3, x_4, x_5, x_6, x_7, x_154); +if (lean_obj_tag(x_156) == 0) +{ +lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; uint8_t x_163; lean_object* x_164; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_159 = x_156; } else { - lean_dec_ref(x_135); - x_138 = lean_box(0); + lean_dec_ref(x_156); + x_159 = lean_box(0); } -x_166 = lean_ctor_get(x_9, 4); -lean_inc(x_166); -x_167 = lean_array_get_size(x_166); -x_168 = lean_nat_dec_lt(x_92, x_167); -lean_dec(x_167); -if (x_168 == 0) -{ -lean_object* x_169; lean_object* x_170; -lean_dec(x_166); -lean_dec(x_92); -x_169 = l_Lean_Meta_Match_instInhabitedDiscrInfo; -x_170 = l___private_Init_Util_0__outOfBounds___rarg(x_169); -x_139 = x_170; -goto block_165; +x_160 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_153); +lean_ctor_set(x_160, 1, x_108); +x_161 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_161, 0, x_160); +if (lean_is_scalar(x_18)) { + x_162 = lean_alloc_ctor(0, 8, 1); +} else { + x_162 = x_18; +} +lean_ctor_set(x_162, 0, x_9); +lean_ctor_set(x_162, 1, x_10); +lean_ctor_set(x_162, 2, x_11); +lean_ctor_set(x_162, 3, x_161); +lean_ctor_set(x_162, 4, x_14); +lean_ctor_set(x_162, 5, x_15); +lean_ctor_set(x_162, 6, x_16); +lean_ctor_set(x_162, 7, x_17); +x_163 = lean_unbox(x_157); +lean_dec(x_157); +lean_ctor_set_uint8(x_162, sizeof(void*)*8, x_163); +if (lean_is_scalar(x_159)) { + x_164 = lean_alloc_ctor(0, 2, 0); +} else { + x_164 = x_159; } -else -{ -lean_object* x_171; -x_171 = lean_array_fget(x_166, x_92); -lean_dec(x_92); -lean_dec(x_166); -x_139 = x_171; -goto block_165; +lean_ctor_set(x_164, 0, x_162); +lean_ctor_set(x_164, 1, x_158); +return x_164; } -block_165: -{ -if (lean_obj_tag(x_139) == 0) +else { -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; -x_140 = lean_ctor_get(x_6, 5); -lean_inc(x_140); -lean_dec(x_6); -x_141 = 0; -x_142 = l_Lean_SourceInfo_fromRef(x_140, x_141); -x_143 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -x_144 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -lean_inc(x_142); -x_145 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_145, 0, x_142); -lean_ctor_set(x_145, 1, x_143); -lean_ctor_set(x_145, 2, x_144); -x_146 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__4; -x_147 = l_Lean_Syntax_node2(x_142, x_146, x_145, x_136); -x_148 = lean_array_push(x_14, x_147); -if (lean_is_scalar(x_18)) { - x_149 = lean_alloc_ctor(0, 8, 1); +lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +lean_dec(x_153); +lean_dec(x_108); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +x_165 = lean_ctor_get(x_156, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_156, 1); +lean_inc(x_166); +if (lean_is_exclusive(x_156)) { + lean_ctor_release(x_156, 0); + lean_ctor_release(x_156, 1); + x_167 = x_156; } else { - x_149 = x_18; -} -lean_ctor_set(x_149, 0, x_9); -lean_ctor_set(x_149, 1, x_10); -lean_ctor_set(x_149, 2, x_11); -lean_ctor_set(x_149, 3, x_12); -lean_ctor_set(x_149, 4, x_148); -lean_ctor_set(x_149, 5, x_15); -lean_ctor_set(x_149, 6, x_16); -lean_ctor_set(x_149, 7, x_17); -lean_ctor_set_uint8(x_149, sizeof(void*)*8, x_13); -if (lean_is_scalar(x_138)) { - x_150 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_156); + x_167 = lean_box(0); +} +if (lean_is_scalar(x_167)) { + x_168 = lean_alloc_ctor(1, 2, 0); } else { - x_150 = x_138; + x_168 = x_167; +} +lean_ctor_set(x_168, 0, x_165); +lean_ctor_set(x_168, 1, x_166); +return x_168; } -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_137); -return x_150; } else { -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; -x_151 = lean_ctor_get(x_139, 0); -lean_inc(x_151); -lean_dec(x_139); -x_152 = lean_ctor_get(x_6, 5); -lean_inc(x_152); +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; +lean_dec(x_108); +lean_dec(x_18); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_7); lean_dec(x_6); -x_153 = 0; -x_154 = l_Lean_SourceInfo_fromRef(x_152, x_153); -x_155 = lean_mk_syntax_ident(x_151); -x_156 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_154); -x_157 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_157, 0, x_154); -lean_ctor_set(x_157, 1, x_156); -x_158 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_154); -x_159 = l_Lean_Syntax_node2(x_154, x_158, x_155, x_157); -x_160 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__4___closed__4; -x_161 = l_Lean_Syntax_node2(x_154, x_160, x_159, x_136); -x_162 = lean_array_push(x_14, x_161); -if (lean_is_scalar(x_18)) { - x_163 = lean_alloc_ctor(0, 8, 1); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_169 = lean_ctor_get(x_152, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_152, 1); +lean_inc(x_170); +if (lean_is_exclusive(x_152)) { + lean_ctor_release(x_152, 0); + lean_ctor_release(x_152, 1); + x_171 = x_152; } else { - x_163 = x_18; -} -lean_ctor_set(x_163, 0, x_9); -lean_ctor_set(x_163, 1, x_10); -lean_ctor_set(x_163, 2, x_11); -lean_ctor_set(x_163, 3, x_12); -lean_ctor_set(x_163, 4, x_162); -lean_ctor_set(x_163, 5, x_15); -lean_ctor_set(x_163, 6, x_16); -lean_ctor_set(x_163, 7, x_17); -lean_ctor_set_uint8(x_163, sizeof(void*)*8, x_13); -if (lean_is_scalar(x_138)) { - x_164 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_152); + x_171 = lean_box(0); +} +if (lean_is_scalar(x_171)) { + x_172 = lean_alloc_ctor(1, 2, 0); } else { - x_164 = x_138; + x_172 = x_171; } -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_137); -return x_164; +lean_ctor_set(x_172, 0, x_169); +lean_ctor_set(x_172, 1, x_170); +return x_172; } } } else { -uint8_t x_172; -lean_dec(x_92); +uint8_t x_173; +lean_dec(x_108); lean_dec(x_18); lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); -lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); +lean_dec(x_7); lean_dec(x_6); -x_172 = !lean_is_exclusive(x_135); -if (x_172 == 0) +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_173 = !lean_is_exclusive(x_111); +if (x_173 == 0) { -return x_135; +return x_111; } else { -lean_object* x_173; lean_object* x_174; lean_object* x_175; -x_173 = lean_ctor_get(x_135, 0); -x_174 = lean_ctor_get(x_135, 1); +lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_174 = lean_ctor_get(x_111, 0); +x_175 = lean_ctor_get(x_111, 1); +lean_inc(x_175); lean_inc(x_174); -lean_inc(x_173); -lean_dec(x_135); -x_175 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_175, 0, x_173); -lean_ctor_set(x_175, 1, x_174); -return x_175; +lean_dec(x_111); +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; } } } @@ -15704,46 +15563,20 @@ return x_175; } else { -lean_object* x_176; uint8_t x_177; -x_176 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, x_8); +lean_object* x_180; uint8_t x_181; +x_180 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_2, x_3, x_4, x_5, x_6, x_7, 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_177 = !lean_is_exclusive(x_176); -if (x_177 == 0) -{ -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = lean_ctor_get(x_176, 0); -x_179 = lean_array_push(x_11, x_178); -if (lean_is_scalar(x_18)) { - x_180 = lean_alloc_ctor(0, 8, 1); -} else { - x_180 = x_18; -} -lean_ctor_set(x_180, 0, x_9); -lean_ctor_set(x_180, 1, x_10); -lean_ctor_set(x_180, 2, x_179); -lean_ctor_set(x_180, 3, x_12); -lean_ctor_set(x_180, 4, x_14); -lean_ctor_set(x_180, 5, x_15); -lean_ctor_set(x_180, 6, x_16); -lean_ctor_set(x_180, 7, x_17); -lean_ctor_set_uint8(x_180, sizeof(void*)*8, x_13); -lean_ctor_set(x_176, 0, x_180); -return x_176; -} -else +x_181 = !lean_is_exclusive(x_180); +if (x_181 == 0) { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_181 = lean_ctor_get(x_176, 0); -x_182 = lean_ctor_get(x_176, 1); -lean_inc(x_182); -lean_inc(x_181); -lean_dec(x_176); -x_183 = lean_array_push(x_11, x_181); +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = lean_ctor_get(x_180, 0); +x_183 = lean_array_push(x_11, x_182); if (lean_is_scalar(x_18)) { x_184 = lean_alloc_ctor(0, 8, 1); } else { @@ -15758,10 +15591,36 @@ lean_ctor_set(x_184, 5, x_15); lean_ctor_set(x_184, 6, x_16); lean_ctor_set(x_184, 7, x_17); lean_ctor_set_uint8(x_184, sizeof(void*)*8, x_13); -x_185 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_185, 0, x_184); -lean_ctor_set(x_185, 1, x_182); -return x_185; +lean_ctor_set(x_180, 0, x_184); +return x_180; +} +else +{ +lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; +x_185 = lean_ctor_get(x_180, 0); +x_186 = lean_ctor_get(x_180, 1); +lean_inc(x_186); +lean_inc(x_185); +lean_dec(x_180); +x_187 = lean_array_push(x_11, x_185); +if (lean_is_scalar(x_18)) { + x_188 = lean_alloc_ctor(0, 8, 1); +} else { + x_188 = x_18; +} +lean_ctor_set(x_188, 0, x_9); +lean_ctor_set(x_188, 1, x_10); +lean_ctor_set(x_188, 2, x_187); +lean_ctor_set(x_188, 3, x_12); +lean_ctor_set(x_188, 4, x_14); +lean_ctor_set(x_188, 5, x_15); +lean_ctor_set(x_188, 6, x_16); +lean_ctor_set(x_188, 7, x_17); +lean_ctor_set_uint8(x_188, sizeof(void*)*8, x_13); +x_189 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_189, 0, x_188); +lean_ctor_set(x_189, 1, x_186); +return x_189; } } } @@ -16065,7 +15924,7 @@ x_36 = lean_usize_of_nat(x_35); lean_dec(x_35); x_37 = 0; x_38 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__9(x_36, x_37, x_10); -x_39 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_39 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; x_40 = l_Lean_mkSepArray(x_38, x_39); lean_dec(x_38); x_41 = l_Array_append___rarg(x_33, x_40); @@ -16157,7 +16016,7 @@ x_76 = lean_usize_of_nat(x_75); lean_dec(x_75); x_77 = 0; x_78 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__9(x_76, x_77, x_10); -x_79 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_79 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; x_80 = l_Lean_mkSepArray(x_78, x_79); lean_dec(x_78); x_81 = l_Array_append___rarg(x_62, x_80); @@ -16405,7 +16264,7 @@ x_140 = lean_usize_of_nat(x_139); lean_dec(x_139); x_141 = 0; x_142 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__9(x_140, x_141, x_10); -x_143 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_143 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; x_144 = l_Lean_mkSepArray(x_142, x_143); lean_dec(x_142); x_145 = l_Array_append___rarg(x_137, x_144); @@ -16497,7 +16356,7 @@ x_180 = lean_usize_of_nat(x_179); lean_dec(x_179); x_181 = 0; x_182 = l_Array_mapMUnsafe_map___at_Lean_PrettyPrinter_Delaborator_delabAppMatch___spec__9(x_180, x_181, x_10); -x_183 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__12; +x_183 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__10; x_184 = l_Lean_mkSepArray(x_182, x_183); lean_dec(x_182); x_185 = l_Array_append___rarg(x_166, x_184); @@ -16898,11 +16757,11 @@ lean_dec(x_2); return x_9; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppMatch___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_PrettyPrinter_Delaborator_delabAppMatch___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_10 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); @@ -18063,7 +17922,7 @@ x_11 = l_Lean_inaccessible_x3f(x_9); lean_dec(x_9); if (lean_obj_tag(x_11) == 0) { -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; uint8_t x_31; x_12 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_10); x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); @@ -18072,12 +17931,29 @@ lean_inc(x_14); lean_dec(x_12); x_15 = lean_ctor_get(x_5, 2); lean_inc(x_15); -x_16 = l_Lean_isLetFun(x_13); +x_31 = l_Lean_isLetFun(x_13); lean_dec(x_13); +if (x_31 == 0) +{ +uint8_t x_32; +lean_dec(x_15); +x_32 = 0; +x_16 = x_32; +goto block_30; +} +else +{ +uint8_t x_33; +x_33 = l_Lean_getPPNotation(x_15); +lean_dec(x_15); +x_16 = x_33; +goto block_30; +} +block_30: +{ if (x_16 == 0) { lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -lean_dec(x_15); x_17 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_14); x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); @@ -18106,167 +17982,133 @@ return x_26; } else { -uint8_t x_27; -x_27 = l_Lean_getPPNotation(x_15); -lean_dec(x_15); -if (x_27 == 0) -{ -lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_28 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_getExprKind___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_14); -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_isLHSGoal_x3f(x_29); -lean_dec(x_29); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_box(0); -x_33 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__2; -x_34 = l_Lean_PrettyPrinter_Delaborator_withMDataOptions___rarg(x_32, x_33, x_1, x_2, x_3, x_4, x_5, x_6, x_30); -return x_34; -} -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -lean_dec(x_31); -x_35 = lean_box(0); -x_36 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__2; -x_37 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_delabMData___spec__1(x_35, x_36, x_1, x_2, x_3, x_4, x_5, x_6, x_30); -return x_37; -} -} -else -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_box(0); -x_39 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__3; -x_40 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_delabMData___spec__1(x_38, x_39, x_1, x_2, x_3, x_4, x_5, x_6, x_14); -return x_40; +lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_27 = lean_box(0); +x_28 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__3; +x_29 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_delabMData___spec__1(x_27, x_28, x_1, x_2, x_3, x_4, x_5, x_6, x_14); +return x_29; } } } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_dec(x_11); -x_41 = lean_box(0); -x_42 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__2; +x_34 = lean_box(0); +x_35 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__2; lean_inc(x_5); lean_inc(x_1); -x_43 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_delabMData___spec__1(x_41, x_42, x_1, x_2, x_3, x_4, x_5, x_6, x_10); -if (lean_obj_tag(x_43) == 0) +x_36 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_delabMData___spec__1(x_34, x_35, x_1, x_2, x_3, x_4, x_5, x_6, x_10); +if (lean_obj_tag(x_36) == 0) { -uint8_t x_44; -x_44 = lean_ctor_get_uint8(x_1, sizeof(void*)*4); +uint8_t x_37; +x_37 = lean_ctor_get_uint8(x_1, sizeof(void*)*4); lean_dec(x_1); -if (x_44 == 0) +if (x_37 == 0) { -uint8_t x_45; +uint8_t x_38; lean_dec(x_5); -x_45 = !lean_is_exclusive(x_43); -if (x_45 == 0) +x_38 = !lean_is_exclusive(x_36); +if (x_38 == 0) { -return x_43; +return x_36; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_43, 0); -x_47 = lean_ctor_get(x_43, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_43); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_46); -lean_ctor_set(x_48, 1, x_47); -return x_48; +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_36, 0); +x_40 = lean_ctor_get(x_36, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_36); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } else { -uint8_t x_49; -x_49 = !lean_is_exclusive(x_43); -if (x_49 == 0) -{ -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; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_50 = lean_ctor_get(x_43, 0); -x_51 = lean_ctor_get(x_5, 5); -lean_inc(x_51); -lean_dec(x_5); -x_52 = 0; -x_53 = l_Lean_SourceInfo_fromRef(x_51, x_52); -x_54 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__6; -lean_inc(x_53); -x_55 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; -lean_inc(x_53); -x_57 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_57, 0, x_53); -lean_ctor_set(x_57, 1, x_56); -x_58 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__5; -x_59 = l_Lean_Syntax_node3(x_53, x_58, x_55, x_50, x_57); -lean_ctor_set(x_43, 0, x_59); -return x_43; +uint8_t x_42; +x_42 = !lean_is_exclusive(x_36); +if (x_42 == 0) +{ +lean_object* x_43; lean_object* 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; +x_43 = lean_ctor_get(x_36, 0); +x_44 = lean_ctor_get(x_5, 5); +lean_inc(x_44); +lean_dec(x_5); +x_45 = 0; +x_46 = l_Lean_SourceInfo_fromRef(x_44, x_45); +x_47 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__6; +lean_inc(x_46); +x_48 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +x_49 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; +lean_inc(x_46); +x_50 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_50, 0, x_46); +lean_ctor_set(x_50, 1, x_49); +x_51 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__5; +x_52 = l_Lean_Syntax_node3(x_46, x_51, x_48, x_43, x_50); +lean_ctor_set(x_36, 0, x_52); +return x_36; } 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; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_60 = lean_ctor_get(x_43, 0); -x_61 = lean_ctor_get(x_43, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_43); -x_62 = lean_ctor_get(x_5, 5); -lean_inc(x_62); +lean_object* x_53; 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; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_53 = lean_ctor_get(x_36, 0); +x_54 = lean_ctor_get(x_36, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_36); +x_55 = lean_ctor_get(x_5, 5); +lean_inc(x_55); lean_dec(x_5); -x_63 = 0; -x_64 = l_Lean_SourceInfo_fromRef(x_62, x_63); -x_65 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__6; -lean_inc(x_64); -x_66 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_66, 0, x_64); -lean_ctor_set(x_66, 1, x_65); -x_67 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; -lean_inc(x_64); -x_68 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_68, 0, x_64); -lean_ctor_set(x_68, 1, x_67); -x_69 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__5; -x_70 = l_Lean_Syntax_node3(x_64, x_69, x_66, x_60, x_68); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_61); -return x_71; +x_56 = 0; +x_57 = l_Lean_SourceInfo_fromRef(x_55, x_56); +x_58 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__6; +lean_inc(x_57); +x_59 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; +lean_inc(x_57); +x_61 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_61, 0, x_57); +lean_ctor_set(x_61, 1, x_60); +x_62 = l_Lean_PrettyPrinter_Delaborator_delabMData___closed__5; +x_63 = l_Lean_Syntax_node3(x_57, x_62, x_59, x_53, x_61); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_54); +return x_64; } } } else { -uint8_t x_72; +uint8_t x_65; lean_dec(x_5); lean_dec(x_1); -x_72 = !lean_is_exclusive(x_43); -if (x_72 == 0) +x_65 = !lean_is_exclusive(x_36); +if (x_65 == 0) { -return x_43; +return x_36; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_43, 0); -x_74 = lean_ctor_get(x_43, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_43); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_36, 0); +x_67 = lean_ctor_get(x_36, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_36); +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; } } } @@ -18631,7 +18473,7 @@ lean_object* x_20; uint8_t x_21; uint8_t x_22; uint8_t x_23; x_20 = lean_ctor_get(x_18, 0); x_21 = l_Lean_Expr_binderInfo(x_9); x_22 = l_Lean_Expr_binderInfo(x_14); -x_23 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_21, x_22); +x_23 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_21, x_22); if (x_23 == 0) { uint8_t x_24; lean_object* x_25; @@ -18668,7 +18510,7 @@ else { uint8_t x_31; uint8_t x_32; x_31 = 3; -x_32 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_22, x_31); +x_32 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_22, x_31); if (x_32 == 0) { uint8_t x_33; @@ -18682,7 +18524,7 @@ if (x_34 == 0) { uint8_t x_35; uint8_t x_36; x_35 = 0; -x_36 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_22, x_35); +x_36 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_22, x_35); if (x_36 == 0) { uint8_t x_37; lean_object* x_38; @@ -18724,7 +18566,7 @@ else { uint8_t x_44; uint8_t x_45; x_44 = 0; -x_45 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_22, x_44); +x_45 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_22, x_44); if (x_45 == 0) { uint8_t x_46; lean_object* x_47; @@ -18764,7 +18606,7 @@ lean_inc(x_50); lean_dec(x_18); x_52 = l_Lean_Expr_binderInfo(x_9); x_53 = l_Lean_Expr_binderInfo(x_14); -x_54 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_52, x_53); +x_54 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_52, x_53); if (x_54 == 0) { uint8_t x_55; lean_object* x_56; lean_object* x_57; @@ -18805,7 +18647,7 @@ else { uint8_t x_64; uint8_t x_65; x_64 = 3; -x_65 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_53, x_64); +x_65 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_53, x_64); if (x_65 == 0) { uint8_t x_66; @@ -18819,7 +18661,7 @@ if (x_67 == 0) { uint8_t x_68; uint8_t x_69; x_68 = 0; -x_69 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_53, x_68); +x_69 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_53, x_68); if (x_69 == 0) { uint8_t x_70; lean_object* x_71; lean_object* x_72; @@ -18871,7 +18713,7 @@ else { uint8_t x_81; uint8_t x_82; x_81 = 0; -x_82 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_53, x_81); +x_82 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_53, x_81); if (x_82 == 0) { uint8_t x_83; lean_object* x_84; lean_object* x_85; @@ -18999,7 +18841,7 @@ lean_object* x_108; uint8_t x_109; uint8_t x_110; uint8_t x_111; x_108 = lean_ctor_get(x_106, 0); x_109 = l_Lean_Expr_binderInfo(x_9); x_110 = l_Lean_Expr_binderInfo(x_102); -x_111 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_109, x_110); +x_111 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_109, x_110); if (x_111 == 0) { uint8_t x_112; lean_object* x_113; @@ -19036,7 +18878,7 @@ else { uint8_t x_119; uint8_t x_120; x_119 = 3; -x_120 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_110, x_119); +x_120 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_110, x_119); if (x_120 == 0) { uint8_t x_121; @@ -19050,7 +18892,7 @@ if (x_122 == 0) { uint8_t x_123; uint8_t x_124; x_123 = 0; -x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_110, x_123); +x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_110, x_123); if (x_124 == 0) { uint8_t x_125; lean_object* x_126; @@ -19092,7 +18934,7 @@ else { uint8_t x_132; uint8_t x_133; x_132 = 0; -x_133 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_110, x_132); +x_133 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_110, x_132); if (x_133 == 0) { uint8_t x_134; lean_object* x_135; @@ -19132,7 +18974,7 @@ lean_inc(x_138); lean_dec(x_106); x_140 = l_Lean_Expr_binderInfo(x_9); x_141 = l_Lean_Expr_binderInfo(x_102); -x_142 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_140, x_141); +x_142 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_140, x_141); if (x_142 == 0) { uint8_t x_143; lean_object* x_144; lean_object* x_145; @@ -19173,7 +19015,7 @@ else { uint8_t x_152; uint8_t x_153; x_152 = 3; -x_153 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_141, x_152); +x_153 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_141, x_152); if (x_153 == 0) { uint8_t x_154; @@ -19187,7 +19029,7 @@ if (x_155 == 0) { uint8_t x_156; uint8_t x_157; x_156 = 0; -x_157 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_141, x_156); +x_157 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_141, x_156); if (x_157 == 0) { uint8_t x_158; lean_object* x_159; lean_object* x_160; @@ -19239,7 +19081,7 @@ else { uint8_t x_169; uint8_t x_170; x_169 = 0; -x_170 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_141, x_169); +x_170 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_141, x_169); if (x_170 == 0) { uint8_t x_171; lean_object* x_172; lean_object* x_173; @@ -20174,7 +20016,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3_ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("instBinder", 10); +x_1 = lean_mk_string_from_bytes("implicitBinder", 14); return x_1; } } @@ -20194,43 +20036,43 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3_ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("[", 1); +x_1 = lean_mk_string_from_bytes("strictImplicitBinder", 20); return x_1; } } static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6() { _start: { -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("]", 1); -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_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__2; +x_2 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__3; +x_3 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__4; +x_4 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__5; +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_delabLam___lambda__3___closed__7() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("implicitBinder", 14); +x_1 = lean_mk_string_from_bytes("⦃", 3); return x_1; } } static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8() { _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_maybeAddBlockImplicit___closed__2; -x_2 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__3; -x_3 = l_Lean_PrettyPrinter_Delaborator_maybeAddBlockImplicit___closed__4; -x_4 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__7; -x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); -return x_5; +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("⦄", 3); +return x_1; } } static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__9() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("strictImplicitBinder", 20); +x_1 = lean_mk_string_from_bytes("instBinder", 10); return x_1; } } @@ -20250,7 +20092,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3_ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("⦃", 3); +x_1 = lean_mk_string_from_bytes("[", 1); return x_1; } } @@ -20258,7 +20100,7 @@ static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3_ _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("⦄", 3); +x_1 = lean_mk_string_from_bytes("]", 1); return x_1; } } @@ -20298,407 +20140,252 @@ lean_inc(x_3); x_18 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_17, x_3, x_4, x_5, x_6, x_7, x_8, x_16); if (lean_obj_tag(x_18) == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; uint8_t x_24; lean_object* x_25; lean_object* x_51; lean_object* x_66; lean_object* x_101; +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_150; uint8_t x_151; 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 = lean_array_get_size(x_1); -x_22 = lean_unsigned_to_nat(0u); -x_23 = lean_nat_dec_lt(x_22, x_21); -x_24 = l_Lean_Expr_binderInfo(x_11); -lean_dec(x_11); -if (x_23 == 0) +x_150 = lean_unsigned_to_nat(0u); +x_151 = lean_nat_dec_lt(x_150, x_21); +if (x_151 == 0) { -switch (x_24) { -case 0: -{ -uint8_t x_136; -x_136 = lean_unbox(x_19); -lean_dec(x_19); -if (x_136 == 0) -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; -lean_dec(x_21); -lean_dec(x_15); -x_137 = l_Lean_instInhabitedSyntax; -x_138 = l_Array_back___rarg(x_137, x_1); -lean_dec(x_1); -x_139 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_138, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_139; -} -else -{ -lean_object* x_140; -x_140 = lean_box(0); -x_25 = x_140; -goto block_50; -} -} -case 1: -{ -lean_object* x_141; -lean_dec(x_21); -x_141 = lean_box(0); -x_66 = x_141; -goto block_100; -} -case 2: -{ -lean_object* x_142; -lean_dec(x_21); -x_142 = lean_box(0); -x_101 = x_142; -goto block_135; -} -default: -{ -lean_object* x_143; -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_1); -x_143 = lean_box(0); -x_51 = x_143; -goto block_65; -} -} +uint8_t x_152; +x_152 = 0; +x_22 = x_152; +goto block_149; } else { -uint8_t x_144; -x_144 = lean_nat_dec_le(x_21, x_21); -if (x_144 == 0) -{ -switch (x_24) { -case 0: -{ -uint8_t x_145; -x_145 = lean_unbox(x_19); -lean_dec(x_19); -if (x_145 == 0) +uint8_t x_153; +x_153 = lean_nat_dec_le(x_21, x_21); +if (x_153 == 0) { -lean_object* x_146; lean_object* x_147; lean_object* x_148; -lean_dec(x_21); -lean_dec(x_15); -x_146 = l_Lean_instInhabitedSyntax; -x_147 = l_Array_back___rarg(x_146, x_1); -lean_dec(x_1); -x_148 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_147, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_148; +uint8_t x_154; +x_154 = 0; +x_22 = x_154; +goto block_149; } else { -lean_object* x_149; -x_149 = lean_box(0); -x_25 = x_149; -goto block_50; -} -} -case 1: -{ -lean_object* x_150; -lean_dec(x_21); -x_150 = lean_box(0); -x_66 = x_150; -goto block_100; -} -case 2: -{ -lean_object* x_151; -lean_dec(x_21); -x_151 = lean_box(0); -x_101 = x_151; -goto block_135; -} -default: -{ -lean_object* x_152; -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_1); -x_152 = lean_box(0); -x_51 = x_152; -goto block_65; -} +size_t x_155; size_t x_156; uint8_t x_157; +x_155 = 0; +x_156 = lean_usize_of_nat(x_21); +lean_inc(x_2); +x_157 = l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_delabLam___spec__3(x_2, x_1, x_155, x_156); +x_22 = x_157; +goto block_149; } } -else +block_149: { -switch (x_24) { +uint8_t x_23; +x_23 = l_Lean_Expr_binderInfo(x_11); +lean_dec(x_11); +switch (x_23) { case 0: { -uint8_t x_153; -x_153 = lean_unbox(x_19); +uint8_t x_24; +x_24 = lean_unbox(x_19); lean_dec(x_19); -if (x_153 == 0) +if (x_24 == 0) { -lean_object* x_154; lean_object* x_155; lean_object* x_156; +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_dec(x_21); lean_dec(x_15); -x_154 = l_Lean_instInhabitedSyntax; -x_155 = l_Array_back___rarg(x_154, x_1); -lean_dec(x_1); -x_156 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_155, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_156; -} -else -{ -lean_object* x_157; -x_157 = lean_box(0); -x_25 = x_157; -goto block_50; -} -} -case 1: -{ -lean_object* x_158; -lean_dec(x_21); -x_158 = lean_box(0); -x_66 = x_158; -goto block_100; -} -case 2: -{ -lean_object* x_159; -lean_dec(x_21); -x_159 = lean_box(0); -x_101 = x_159; -goto block_135; -} -default: -{ -size_t x_160; size_t x_161; uint8_t x_162; -lean_dec(x_19); -x_160 = 0; -x_161 = lean_usize_of_nat(x_21); -lean_dec(x_21); -lean_inc(x_2); -x_162 = l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_delabLam___spec__3(x_2, x_1, x_160, x_161); -if (x_162 == 0) -{ -lean_object* x_163; +x_25 = l_Lean_instInhabitedSyntax; +x_26 = l_Array_back___rarg(x_25, x_1); lean_dec(x_1); -x_163 = lean_box(0); -x_51 = x_163; -goto block_65; +x_27 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_27; } else { -lean_object* x_164; uint8_t 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_164 = lean_ctor_get(x_7, 5); -lean_inc(x_164); -x_165 = 0; -x_166 = l_Lean_SourceInfo_fromRef(x_164, x_165); -x_167 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__5; -lean_inc(x_166); -x_168 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_168, 0, x_166); -lean_ctor_set(x_168, 1, x_167); -x_169 = l_Lean_instInhabitedSyntax; -x_170 = l_Array_back___rarg(x_169, x_1); -lean_dec(x_1); -x_171 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_166); -x_172 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_172, 0, x_166); -lean_ctor_set(x_172, 1, x_171); -x_173 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_166); -x_174 = l_Lean_Syntax_node2(x_166, x_173, x_170, x_172); -x_175 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; -lean_inc(x_166); -x_176 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_176, 0, x_166); -lean_ctor_set(x_176, 1, x_175); -x_177 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; -x_178 = l_Lean_Syntax_node4(x_166, x_177, x_168, x_174, x_15, x_176); -x_179 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_178, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_179; -} -} -} -} -} -block_50: -{ -lean_object* x_26; uint8_t x_27; -lean_dec(x_25); -x_26 = lean_unsigned_to_nat(1u); -x_27 = lean_nat_dec_lt(x_26, x_21); +lean_object* x_28; uint8_t x_29; +x_28 = lean_unsigned_to_nat(1u); +x_29 = lean_nat_dec_lt(x_28, x_21); lean_dec(x_21); -if (x_27 == 0) +if (x_29 == 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; -x_28 = l_Lean_instInhabitedSyntax; -x_29 = lean_array_get(x_28, x_1, x_22); +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_30 = l_Lean_instInhabitedSyntax; +x_31 = lean_unsigned_to_nat(0u); +x_32 = lean_array_get(x_30, x_1, x_31); lean_dec(x_1); lean_inc(x_7); -x_30 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__2(x_15, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -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_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_32); -return x_33; +x_33 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__2(x_15, x_32, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_34, x_3, x_4, x_5, x_6, x_7, x_8, x_35); +return x_36; } else { -lean_object* x_34; uint8_t x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; 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_34 = lean_ctor_get(x_7, 5); -lean_inc(x_34); -x_35 = 0; -x_36 = l_Lean_SourceInfo_fromRef(x_34, x_35); -x_37 = l_Lean_instInhabitedSyntax; -x_38 = lean_array_get(x_37, x_1, x_22); -x_39 = l_Array_eraseIdx___rarg(x_1, x_22); -x_40 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_41 = l_Array_append___rarg(x_40, x_39); -x_42 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_36); -x_43 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_43, 0, x_36); -lean_ctor_set(x_43, 1, x_42); -lean_ctor_set(x_43, 2, x_41); -x_44 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__2; -x_45 = l_Lean_Syntax_node2(x_36, x_44, x_38, x_43); +lean_object* x_37; uint8_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; 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_37 = lean_ctor_get(x_7, 5); +lean_inc(x_37); +x_38 = 0; +x_39 = l_Lean_SourceInfo_fromRef(x_37, x_38); +x_40 = l_Lean_instInhabitedSyntax; +x_41 = lean_unsigned_to_nat(0u); +x_42 = lean_array_get(x_40, x_1, x_41); +x_43 = l_Array_eraseIdx___rarg(x_1, x_41); +x_44 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_45 = l_Array_append___rarg(x_44, x_43); +x_46 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_39); +x_47 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_47, 0, x_39); +lean_ctor_set(x_47, 1, x_46); +lean_ctor_set(x_47, 2, x_45); +x_48 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__2; +x_49 = l_Lean_Syntax_node2(x_39, x_48, x_42, x_47); lean_inc(x_7); -x_46 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__2(x_15, x_45, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -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_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_47, x_3, x_4, x_5, x_6, x_7, x_8, x_48); -return x_49; -} -} -block_65: -{ -lean_object* x_52; uint8_t 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_dec(x_51); -x_52 = lean_ctor_get(x_7, 5); -lean_inc(x_52); -x_53 = 0; -x_54 = l_Lean_SourceInfo_fromRef(x_52, x_53); -x_55 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__5; -lean_inc(x_54); -x_56 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -x_57 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -x_58 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -lean_inc(x_54); -x_59 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_59, 0, x_54); -lean_ctor_set(x_59, 1, x_57); -lean_ctor_set(x_59, 2, x_58); -x_60 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; -lean_inc(x_54); -x_61 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_61, 0, x_54); -lean_ctor_set(x_61, 1, x_60); -x_62 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; -x_63 = l_Lean_Syntax_node4(x_54, x_62, x_56, x_59, x_15, x_61); -x_64 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_63, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_64; +x_50 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__2(x_15, x_49, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +x_51 = lean_ctor_get(x_50, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_50, 1); +lean_inc(x_52); +lean_dec(x_50); +x_53 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_51, x_3, x_4, x_5, x_6, x_7, x_8, x_52); +return x_53; } -block_100: +} +} +case 1: { -uint8_t x_67; -lean_dec(x_66); -x_67 = lean_unbox(x_19); +uint8_t x_54; +lean_dec(x_21); +x_54 = lean_unbox(x_19); lean_dec(x_19); -if (x_67 == 0) +if (x_54 == 0) { -lean_object* 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; lean_object* x_82; +lean_object* x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; 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_dec(x_15); -x_68 = lean_ctor_get(x_7, 5); -lean_inc(x_68); -x_69 = 0; -x_70 = l_Lean_SourceInfo_fromRef(x_68, x_69); -x_71 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; -lean_inc(x_70); -x_72 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_72, 0, x_70); -lean_ctor_set(x_72, 1, x_71); -x_73 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_74 = l_Array_append___rarg(x_73, x_1); -x_75 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_70); -x_76 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_76, 0, x_70); -lean_ctor_set(x_76, 1, x_75); -lean_ctor_set(x_76, 2, x_74); -lean_inc(x_70); -x_77 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_77, 0, x_70); -lean_ctor_set(x_77, 1, x_75); -lean_ctor_set(x_77, 2, x_73); -x_78 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; -lean_inc(x_70); -x_79 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_79, 0, x_70); -lean_ctor_set(x_79, 1, x_78); -x_80 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; -x_81 = l_Lean_Syntax_node4(x_70, x_80, x_72, x_76, x_77, x_79); -x_82 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_81, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_82; +x_55 = lean_ctor_get(x_7, 5); +lean_inc(x_55); +x_56 = 0; +x_57 = l_Lean_SourceInfo_fromRef(x_55, x_56); +x_58 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; +lean_inc(x_57); +x_59 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_60 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_61 = l_Array_append___rarg(x_60, x_1); +x_62 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_57); +x_63 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_63, 0, x_57); +lean_ctor_set(x_63, 1, x_62); +lean_ctor_set(x_63, 2, x_61); +lean_inc(x_57); +x_64 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_64, 0, x_57); +lean_ctor_set(x_64, 1, x_62); +lean_ctor_set(x_64, 2, x_60); +x_65 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +lean_inc(x_57); +x_66 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_66, 0, x_57); +lean_ctor_set(x_66, 1, x_65); +x_67 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; +x_68 = l_Lean_Syntax_node4(x_57, x_67, x_59, x_63, x_64, x_66); +x_69 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_68, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_69; } else { -lean_object* x_83; uint8_t 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; -x_83 = lean_ctor_get(x_7, 5); -lean_inc(x_83); -x_84 = 0; -x_85 = l_Lean_SourceInfo_fromRef(x_83, x_84); -x_86 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; -lean_inc(x_85); -x_87 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -x_88 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_89 = l_Array_append___rarg(x_88, x_1); -x_90 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_85); -x_91 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_91, 0, x_85); -lean_ctor_set(x_91, 1, x_90); -lean_ctor_set(x_91, 2, x_89); -x_92 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_85); -x_93 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_93, 0, x_85); -lean_ctor_set(x_93, 1, x_92); -lean_inc(x_85); -x_94 = l_Lean_Syntax_node2(x_85, x_90, x_93, x_15); -x_95 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; -lean_inc(x_85); -x_96 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_96, 0, x_85); -lean_ctor_set(x_96, 1, x_95); -x_97 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; -x_98 = l_Lean_Syntax_node4(x_85, x_97, x_87, x_91, x_94, x_96); -x_99 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_98, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_99; +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; 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_70 = lean_ctor_get(x_7, 5); +lean_inc(x_70); +x_71 = 0; +x_72 = l_Lean_SourceInfo_fromRef(x_70, x_71); +x_73 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; +lean_inc(x_72); +x_74 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_74, 0, x_72); +lean_ctor_set(x_74, 1, x_73); +x_75 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_76 = l_Array_append___rarg(x_75, x_1); +x_77 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_72); +x_78 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_78, 0, x_72); +lean_ctor_set(x_78, 1, x_77); +lean_ctor_set(x_78, 2, x_76); +x_79 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_72); +x_80 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_80, 0, x_72); +lean_ctor_set(x_80, 1, x_79); +lean_inc(x_72); +x_81 = l_Lean_Syntax_node2(x_72, x_77, x_80, x_15); +x_82 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +lean_inc(x_72); +x_83 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_83, 0, x_72); +lean_ctor_set(x_83, 1, x_82); +x_84 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; +x_85 = l_Lean_Syntax_node4(x_72, x_84, x_74, x_78, x_81, x_83); +x_86 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_85, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_86; } } -block_135: +case 2: { -uint8_t x_102; -lean_dec(x_101); -x_102 = lean_unbox(x_19); +uint8_t x_87; +lean_dec(x_21); +x_87 = lean_unbox(x_19); lean_dec(x_19); -if (x_102 == 0) +if (x_87 == 0) { -lean_object* x_103; uint8_t 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_88; uint8_t 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_dec(x_15); +x_88 = lean_ctor_get(x_7, 5); +lean_inc(x_88); +x_89 = 0; +x_90 = l_Lean_SourceInfo_fromRef(x_88, x_89); +x_91 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__7; +lean_inc(x_90); +x_92 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +x_93 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_94 = l_Array_append___rarg(x_93, x_1); +x_95 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_90); +x_96 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_96, 0, x_90); +lean_ctor_set(x_96, 1, x_95); +lean_ctor_set(x_96, 2, x_94); +lean_inc(x_90); +x_97 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_97, 0, x_90); +lean_ctor_set(x_97, 1, x_95); +lean_ctor_set(x_97, 2, x_93); +x_98 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; +lean_inc(x_90); +x_99 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_99, 0, x_90); +lean_ctor_set(x_99, 1, x_98); +x_100 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; +x_101 = l_Lean_Syntax_node4(x_90, x_100, x_92, x_96, x_97, x_99); +x_102 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_101, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_102; +} +else +{ +lean_object* x_103; uint8_t 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; x_103 = lean_ctor_get(x_7, 5); lean_inc(x_103); x_104 = 0; x_105 = l_Lean_SourceInfo_fromRef(x_103, x_104); -x_106 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +x_106 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__7; lean_inc(x_105); x_107 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_107, 0, x_105); @@ -20711,63 +20398,98 @@ x_111 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_111, 0, x_105); lean_ctor_set(x_111, 1, x_110); lean_ctor_set(x_111, 2, x_109); +x_112 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; lean_inc(x_105); -x_112 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_112, 0, x_105); -lean_ctor_set(x_112, 1, x_110); -lean_ctor_set(x_112, 2, x_108); -x_113 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; +x_113 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_113, 0, x_105); +lean_ctor_set(x_113, 1, x_112); lean_inc(x_105); -x_114 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_114, 0, x_105); -lean_ctor_set(x_114, 1, x_113); -x_115 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; -x_116 = l_Lean_Syntax_node4(x_105, x_115, x_107, x_111, x_112, x_114); -x_117 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_116, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_117; +x_114 = l_Lean_Syntax_node2(x_105, x_110, x_113, x_15); +x_115 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; +lean_inc(x_105); +x_116 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_116, 0, x_105); +lean_ctor_set(x_116, 1, x_115); +x_117 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; +x_118 = l_Lean_Syntax_node4(x_105, x_117, x_107, x_111, x_114, x_116); +x_119 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_118, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_119; } -else +} +default: { -lean_object* x_118; uint8_t 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; -x_118 = lean_ctor_get(x_7, 5); -lean_inc(x_118); -x_119 = 0; -x_120 = l_Lean_SourceInfo_fromRef(x_118, x_119); -x_121 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +lean_dec(x_21); +lean_dec(x_19); +if (x_22 == 0) +{ +lean_object* x_120; uint8_t 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_dec(x_1); +x_120 = lean_ctor_get(x_7, 5); lean_inc(x_120); -x_122 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_122, 0, x_120); -lean_ctor_set(x_122, 1, x_121); -x_123 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_124 = l_Array_append___rarg(x_123, x_1); +x_121 = 0; +x_122 = l_Lean_SourceInfo_fromRef(x_120, x_121); +x_123 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +lean_inc(x_122); +x_124 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_124, 0, x_122); +lean_ctor_set(x_124, 1, x_123); x_125 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_120); -x_126 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_126, 0, x_120); -lean_ctor_set(x_126, 1, x_125); -lean_ctor_set(x_126, 2, x_124); -x_127 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_120); -x_128 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_128, 0, x_120); -lean_ctor_set(x_128, 1, x_127); -lean_inc(x_120); -x_129 = l_Lean_Syntax_node2(x_120, x_125, x_128, x_15); -x_130 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; -lean_inc(x_120); -x_131 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_131, 0, x_120); -lean_ctor_set(x_131, 1, x_130); -x_132 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; -x_133 = l_Lean_Syntax_node4(x_120, x_132, x_122, x_126, x_129, x_131); -x_134 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_133, x_3, x_4, x_5, x_6, x_7, x_8, x_20); -return x_134; +x_126 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +lean_inc(x_122); +x_127 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_127, 0, x_122); +lean_ctor_set(x_127, 1, x_125); +lean_ctor_set(x_127, 2, x_126); +x_128 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; +lean_inc(x_122); +x_129 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_129, 0, x_122); +lean_ctor_set(x_129, 1, x_128); +x_130 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; +x_131 = l_Lean_Syntax_node4(x_122, x_130, x_124, x_127, x_15, x_129); +x_132 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_131, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_132; +} +else +{ +lean_object* x_133; uint8_t 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; +x_133 = lean_ctor_get(x_7, 5); +lean_inc(x_133); +x_134 = 0; +x_135 = l_Lean_SourceInfo_fromRef(x_133, x_134); +x_136 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +lean_inc(x_135); +x_137 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_137, 0, x_135); +lean_ctor_set(x_137, 1, x_136); +x_138 = l_Lean_instInhabitedSyntax; +x_139 = l_Array_back___rarg(x_138, x_1); +lean_dec(x_1); +x_140 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_135); +x_141 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_141, 0, x_135); +lean_ctor_set(x_141, 1, x_140); +x_142 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_135); +x_143 = l_Lean_Syntax_node2(x_135, x_142, x_139, x_141); +x_144 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; +lean_inc(x_135); +x_145 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_145, 0, x_135); +lean_ctor_set(x_145, 1, x_144); +x_146 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; +x_147 = l_Lean_Syntax_node4(x_135, x_146, x_137, x_143, x_15, x_145); +x_148 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__1(x_2, x_147, x_3, x_4, x_5, x_6, x_7, x_8, x_20); +return x_148; +} +} } } } else { -uint8_t x_180; +uint8_t x_158; lean_dec(x_15); lean_dec(x_11); lean_dec(x_8); @@ -20778,29 +20500,29 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_180 = !lean_is_exclusive(x_18); -if (x_180 == 0) +x_158 = !lean_is_exclusive(x_18); +if (x_158 == 0) { return x_18; } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; -x_181 = lean_ctor_get(x_18, 0); -x_182 = lean_ctor_get(x_18, 1); -lean_inc(x_182); -lean_inc(x_181); +lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_159 = lean_ctor_get(x_18, 0); +x_160 = lean_ctor_get(x_18, 1); +lean_inc(x_160); +lean_inc(x_159); lean_dec(x_18); -x_183 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_183, 0, x_181); -lean_ctor_set(x_183, 1, x_182); -return x_183; +x_161 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_161, 0, x_159); +lean_ctor_set(x_161, 1, x_160); +return x_161; } } } else { -uint8_t x_184; +uint8_t x_162; lean_dec(x_11); lean_dec(x_8); lean_dec(x_7); @@ -20810,23 +20532,23 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_184 = !lean_is_exclusive(x_14); -if (x_184 == 0) +x_162 = !lean_is_exclusive(x_14); +if (x_162 == 0) { return x_14; } else { -lean_object* x_185; lean_object* x_186; lean_object* x_187; -x_185 = lean_ctor_get(x_14, 0); -x_186 = lean_ctor_get(x_14, 1); -lean_inc(x_186); -lean_inc(x_185); +lean_object* x_163; lean_object* x_164; lean_object* x_165; +x_163 = lean_ctor_get(x_14, 0); +x_164 = lean_ctor_get(x_14, 1); +lean_inc(x_164); +lean_inc(x_163); lean_dec(x_14); -x_187 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_187, 0, x_185); -lean_ctor_set(x_187, 1, x_186); -return x_187; +x_165 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_165, 0, x_163); +lean_ctor_set(x_165, 1, x_164); +return x_165; } } } @@ -20984,161 +20706,70 @@ lean_dec(x_12); x_15 = l_Array_isEmpty___rarg(x_2); if (x_14 == 0) { -uint8_t x_66; -x_66 = 1; -x_16 = x_66; -goto block_65; +uint8_t x_59; +x_59 = 1; +x_16 = x_59; +goto block_58; } else { -uint8_t x_67; -x_67 = 0; -x_16 = x_67; -goto block_65; +uint8_t x_60; +x_60 = 0; +x_16 = x_60; +goto block_58; } -block_65: +block_58: { -lean_object* x_17; +uint8_t x_17; if (x_15 == 0) { if (x_16 == 0) { -if (x_3 == 0) -{ -lean_object* x_44; -x_44 = lean_box(0); -x_17 = x_44; -goto block_43; -} -else -{ -lean_object* x_45; -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_45 = l_Lean_PrettyPrinter_Delaborator_delab(x_4, x_5, x_6, x_7, x_8, x_9, x_13); -if (lean_obj_tag(x_45) == 0) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -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_box(x_3); -x_49 = lean_apply_10(x_1, x_2, x_48, x_46, x_4, x_5, x_6, x_7, x_8, x_9, x_47); -return x_49; -} -else -{ -uint8_t x_50; -lean_dec(x_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); -lean_dec(x_1); -x_50 = !lean_is_exclusive(x_45); -if (x_50 == 0) -{ -return x_45; -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_45, 0); -x_52 = lean_ctor_get(x_45, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_45); -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; -} -} -} -} -else -{ -if (x_3 == 0) -{ -lean_object* x_54; -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_54 = l_Lean_PrettyPrinter_Delaborator_delab(x_4, x_5, x_6, x_7, x_8, x_9, x_13); -if (lean_obj_tag(x_54) == 0) -{ -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); -x_56 = lean_ctor_get(x_54, 1); -lean_inc(x_56); -lean_dec(x_54); -x_57 = lean_box(x_3); -x_58 = lean_apply_10(x_1, x_2, x_57, x_55, x_4, x_5, x_6, x_7, x_8, x_9, x_56); -return x_58; -} -else -{ -uint8_t x_59; -lean_dec(x_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); -lean_dec(x_1); -x_59 = !lean_is_exclusive(x_54); -if (x_59 == 0) -{ -return x_54; +if (x_3 == 0) +{ +uint8_t x_53; +x_53 = 0; +x_17 = x_53; +goto block_52; } else { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_54, 0); -x_61 = lean_ctor_get(x_54, 1); -lean_inc(x_61); -lean_inc(x_60); -lean_dec(x_54); -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; +uint8_t x_54; +x_54 = 1; +x_17 = x_54; +goto block_52; } } +else +{ +if (x_3 == 0) +{ +uint8_t x_55; +x_55 = 1; +x_17 = x_55; +goto block_52; } else { -lean_object* x_63; -x_63 = lean_box(0); -x_17 = x_63; -goto block_43; +uint8_t x_56; +x_56 = 0; +x_17 = x_56; +goto block_52; } } } else { -lean_object* x_64; -x_64 = lean_box(0); -x_17 = x_64; -goto block_43; +uint8_t x_57; +x_57 = 0; +x_17 = x_57; +goto block_52; } -block_43: +block_52: +{ +if (x_17 == 0) { lean_object* x_18; -lean_dec(x_17); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -21262,6 +20893,60 @@ return x_42; } } } +else +{ +lean_object* x_43; +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_43 = l_Lean_PrettyPrinter_Delaborator_delab(x_4, x_5, x_6, x_7, x_8, x_9, x_13); +if (lean_obj_tag(x_43) == 0) +{ +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_44 = lean_ctor_get(x_43, 0); +lean_inc(x_44); +x_45 = lean_ctor_get(x_43, 1); +lean_inc(x_45); +lean_dec(x_43); +x_46 = lean_box(x_3); +x_47 = lean_apply_10(x_1, x_2, x_46, x_44, x_4, x_5, x_6, x_7, x_8, x_9, x_45); +return x_47; +} +else +{ +uint8_t x_48; +lean_dec(x_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); +lean_dec(x_1); +x_48 = !lean_is_exclusive(x_43); +if (x_48 == 0) +{ +return x_43; +} +else +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_43, 0); +x_50 = lean_ctor_get(x_43, 1); +lean_inc(x_50); +lean_inc(x_49); +lean_dec(x_43); +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; +} +} +} +} } } } @@ -21488,7 +21173,7 @@ x_29 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_29, 0, x_23); lean_ctor_set(x_29, 1, x_26); lean_ctor_set(x_29, 2, x_28); -x_30 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +x_30 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; lean_inc(x_23); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_23); @@ -21531,7 +21216,7 @@ x_48 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_48, 0, x_42); lean_ctor_set(x_48, 1, x_45); lean_ctor_set(x_48, 2, x_47); -x_49 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +x_49 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; lean_inc(x_42); x_50 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_50, 0, x_42); @@ -21574,7 +21259,7 @@ x_66 = lean_alloc_ctor(1, 3, 0); lean_ctor_set(x_66, 0, x_58); lean_ctor_set(x_66, 1, x_63); lean_ctor_set(x_66, 2, x_65); -x_67 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +x_67 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; lean_inc(x_58); x_68 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_68, 0, x_58); @@ -21769,82 +21454,53 @@ lean_inc(x_6); x_40 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_39, x_6, x_7, x_8, x_9, x_10, x_11, x_17); 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; lean_object* x_44; -x_42 = lean_ctor_get(x_40, 0); -x_43 = lean_ctor_get(x_40, 1); +lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +if (lean_is_exclusive(x_40)) { + lean_ctor_release(x_40, 0); + lean_ctor_release(x_40, 1); + x_43 = x_40; +} else { + lean_dec_ref(x_40); + x_43 = lean_box(0); +} if (x_5 == 0) { -lean_object* x_64; -lean_free_object(x_40); -lean_dec(x_42); -x_64 = lean_box(0); -x_44 = x_64; -goto block_63; +uint8_t x_79; +lean_dec(x_41); +x_79 = 0; +x_44 = x_79; +goto block_78; } else { -uint8_t x_65; -x_65 = lean_unbox(x_42); -lean_dec(x_42); -if (x_65 == 0) +uint8_t x_80; +x_80 = lean_unbox(x_41); +lean_dec(x_41); +if (x_80 == 0) { -lean_object* x_66; uint8_t 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_dec(x_16); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_66 = lean_ctor_get(x_10, 5); -lean_inc(x_66); -lean_dec(x_10); -x_67 = 0; -x_68 = l_Lean_SourceInfo_fromRef(x_66, x_67); -x_69 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__5; -lean_inc(x_68); -x_70 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -x_71 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_72 = l_Array_append___rarg(x_71, x_4); -x_73 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_68); -x_74 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_74, 0, x_68); -lean_ctor_set(x_74, 1, x_73); -lean_ctor_set(x_74, 2, x_72); -lean_inc(x_68); -x_75 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_75, 0, x_68); -lean_ctor_set(x_75, 1, x_73); -lean_ctor_set(x_75, 2, x_71); -x_76 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; -lean_inc(x_68); -x_77 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_77, 0, x_68); -lean_ctor_set(x_77, 1, x_76); -x_78 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__4; -x_79 = l_Lean_Syntax_node5(x_68, x_78, x_70, x_74, x_75, x_77, x_1); -lean_ctor_set(x_40, 0, x_79); -return x_40; +uint8_t x_81; +x_81 = 1; +x_44 = x_81; +goto block_78; } else { -lean_object* x_80; -lean_free_object(x_40); -x_80 = lean_box(0); -x_44 = x_80; -goto block_63; +uint8_t x_82; +x_82 = 0; +x_44 = x_82; +goto block_78; } } -block_63: +block_78: +{ +if (x_44 == 0) { lean_object* x_45; uint8_t 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_dec(x_44); +lean_dec(x_43); x_45 = lean_ctor_get(x_10, 5); lean_inc(x_45); x_46 = 0; @@ -21881,7 +21537,7 @@ lean_ctor_set(x_59, 0, x_47); lean_ctor_set(x_59, 1, x_58); x_60 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__2___closed__3; x_61 = l_Lean_Syntax_node5(x_47, x_60, x_49, x_53, x_56, x_57, x_59); -x_62 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_61, x_6, x_7, x_8, x_9, x_10, x_11, x_43); +x_62 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_61, x_6, x_7, x_8, x_9, x_10, x_11, x_42); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); @@ -21889,133 +21545,59 @@ lean_dec(x_7); lean_dec(x_6); return x_62; } -} -else -{ -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_40, 0); -x_82 = lean_ctor_get(x_40, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_40); -if (x_5 == 0) -{ -lean_object* x_103; -lean_dec(x_81); -x_103 = lean_box(0); -x_83 = x_103; -goto block_102; -} else { -uint8_t x_104; -x_104 = lean_unbox(x_81); -lean_dec(x_81); -if (x_104 == 0) -{ -lean_object* x_105; uint8_t 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_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; 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_dec(x_16); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_105 = lean_ctor_get(x_10, 5); -lean_inc(x_105); +x_63 = lean_ctor_get(x_10, 5); +lean_inc(x_63); lean_dec(x_10); -x_106 = 0; -x_107 = l_Lean_SourceInfo_fromRef(x_105, x_106); -x_108 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__5; -lean_inc(x_107); -x_109 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_109, 0, x_107); -lean_ctor_set(x_109, 1, x_108); -x_110 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_111 = l_Array_append___rarg(x_110, x_4); -x_112 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_107); -x_113 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_113, 0, x_107); -lean_ctor_set(x_113, 1, x_112); -lean_ctor_set(x_113, 2, x_111); -lean_inc(x_107); -x_114 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_114, 0, x_107); -lean_ctor_set(x_114, 1, x_112); -lean_ctor_set(x_114, 2, x_110); -x_115 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; -lean_inc(x_107); -x_116 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_116, 0, x_107); -lean_ctor_set(x_116, 1, x_115); -x_117 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__4; -x_118 = l_Lean_Syntax_node5(x_107, x_117, x_109, x_113, x_114, x_116, x_1); -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_82); -return x_119; -} -else -{ -lean_object* x_120; -x_120 = lean_box(0); -x_83 = x_120; -goto block_102; -} +x_64 = 0; +x_65 = l_Lean_SourceInfo_fromRef(x_63, x_64); +x_66 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__5; +lean_inc(x_65); +x_67 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_67, 0, x_65); +lean_ctor_set(x_67, 1, x_66); +x_68 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_69 = l_Array_append___rarg(x_68, x_4); +x_70 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_65); +x_71 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_71, 0, x_65); +lean_ctor_set(x_71, 1, x_70); +lean_ctor_set(x_71, 2, x_69); +lean_inc(x_65); +x_72 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_72, 0, x_65); +lean_ctor_set(x_72, 1, x_70); +lean_ctor_set(x_72, 2, x_68); +x_73 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; +lean_inc(x_65); +x_74 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_74, 0, x_65); +lean_ctor_set(x_74, 1, x_73); +x_75 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__4; +x_76 = l_Lean_Syntax_node5(x_65, x_75, x_67, x_71, x_72, x_74, x_1); +if (lean_is_scalar(x_43)) { + x_77 = lean_alloc_ctor(0, 2, 0); +} else { + x_77 = x_43; } -block_102: -{ -lean_object* x_84; uint8_t x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; 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_dec(x_83); -x_84 = lean_ctor_get(x_10, 5); -lean_inc(x_84); -x_85 = 0; -x_86 = l_Lean_SourceInfo_fromRef(x_84, x_85); -x_87 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__5; -lean_inc(x_86); -x_88 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -x_89 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_90 = l_Array_append___rarg(x_89, x_4); -x_91 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_86); -x_92 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_92, 0, x_86); -lean_ctor_set(x_92, 1, x_91); -lean_ctor_set(x_92, 2, x_90); -x_93 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_86); -x_94 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_94, 0, x_86); -lean_ctor_set(x_94, 1, x_93); -lean_inc(x_86); -x_95 = l_Lean_Syntax_node2(x_86, x_91, x_94, x_16); -lean_inc(x_86); -x_96 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_96, 0, x_86); -lean_ctor_set(x_96, 1, x_91); -lean_ctor_set(x_96, 2, x_89); -x_97 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; -lean_inc(x_86); -x_98 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_98, 0, x_86); -lean_ctor_set(x_98, 1, x_97); -x_99 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__2___closed__3; -x_100 = l_Lean_Syntax_node5(x_86, x_99, x_88, x_92, x_95, x_96, x_98); -x_101 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_100, x_6, x_7, x_8, x_9, x_10, x_11, x_82); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_101; +lean_ctor_set(x_77, 0, x_76); +lean_ctor_set(x_77, 1, x_42); +return x_77; } } } else { -uint8_t x_121; +uint8_t x_83; lean_dec(x_16); lean_dec(x_11); lean_dec(x_10); @@ -22025,182 +21607,182 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_121 = !lean_is_exclusive(x_40); -if (x_121 == 0) +x_83 = !lean_is_exclusive(x_40); +if (x_83 == 0) { return x_40; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_122 = lean_ctor_get(x_40, 0); -x_123 = lean_ctor_get(x_40, 1); -lean_inc(x_123); -lean_inc(x_122); +lean_object* x_84; lean_object* x_85; lean_object* x_86; +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_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_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; } } } } case 1: { -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; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_object* x_87; uint8_t 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_free_object(x_14); -x_125 = lean_ctor_get(x_10, 5); -lean_inc(x_125); -x_126 = 0; -x_127 = l_Lean_SourceInfo_fromRef(x_125, x_126); -x_128 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; -lean_inc(x_127); -x_129 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_129, 0, x_127); -lean_ctor_set(x_129, 1, x_128); -x_130 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_131 = l_Array_append___rarg(x_130, x_4); -x_132 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_127); -x_133 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_133, 0, x_127); -lean_ctor_set(x_133, 1, x_132); -lean_ctor_set(x_133, 2, x_131); -x_134 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_127); -x_135 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_135, 0, x_127); -lean_ctor_set(x_135, 1, x_134); -lean_inc(x_127); -x_136 = l_Lean_Syntax_node2(x_127, x_132, x_135, x_16); -x_137 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; -lean_inc(x_127); -x_138 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_138, 0, x_127); -lean_ctor_set(x_138, 1, x_137); -x_139 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; -x_140 = l_Lean_Syntax_node4(x_127, x_139, x_129, x_133, x_136, x_138); -x_141 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_140, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +x_87 = lean_ctor_get(x_10, 5); +lean_inc(x_87); +x_88 = 0; +x_89 = l_Lean_SourceInfo_fromRef(x_87, x_88); +x_90 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; +lean_inc(x_89); +x_91 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_91, 0, x_89); +lean_ctor_set(x_91, 1, x_90); +x_92 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_93 = l_Array_append___rarg(x_92, x_4); +x_94 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_89); +x_95 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_95, 0, x_89); +lean_ctor_set(x_95, 1, x_94); +lean_ctor_set(x_95, 2, x_93); +x_96 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_89); +x_97 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_97, 0, x_89); +lean_ctor_set(x_97, 1, x_96); +lean_inc(x_89); +x_98 = l_Lean_Syntax_node2(x_89, x_94, x_97, x_16); +x_99 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +lean_inc(x_89); +x_100 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_100, 0, x_89); +lean_ctor_set(x_100, 1, x_99); +x_101 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; +x_102 = l_Lean_Syntax_node4(x_89, x_101, x_91, x_95, x_98, x_100); +x_103 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_102, x_6, x_7, x_8, x_9, x_10, x_11, x_17); lean_dec(x_11); lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -return x_141; -} -case 2: -{ -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; 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_free_object(x_14); -x_142 = lean_ctor_get(x_10, 5); -lean_inc(x_142); -x_143 = 0; -x_144 = l_Lean_SourceInfo_fromRef(x_142, x_143); -x_145 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; -lean_inc(x_144); -x_146 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -x_147 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_148 = l_Array_append___rarg(x_147, x_4); -x_149 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_144); -x_150 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_150, 0, x_144); -lean_ctor_set(x_150, 1, x_149); -lean_ctor_set(x_150, 2, x_148); -x_151 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_144); -x_152 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_152, 0, x_144); -lean_ctor_set(x_152, 1, x_151); -lean_inc(x_144); -x_153 = l_Lean_Syntax_node2(x_144, x_149, x_152, x_16); -x_154 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; -lean_inc(x_144); -x_155 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_155, 0, x_144); -lean_ctor_set(x_155, 1, x_154); -x_156 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; -x_157 = l_Lean_Syntax_node4(x_144, x_156, x_146, x_150, x_153, x_155); -x_158 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_157, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +return x_103; +} +case 2: +{ +lean_object* x_104; uint8_t 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_free_object(x_14); +x_104 = lean_ctor_get(x_10, 5); +lean_inc(x_104); +x_105 = 0; +x_106 = l_Lean_SourceInfo_fromRef(x_104, x_105); +x_107 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__7; +lean_inc(x_106); +x_108 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_108, 0, x_106); +lean_ctor_set(x_108, 1, x_107); +x_109 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_110 = l_Array_append___rarg(x_109, x_4); +x_111 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_106); +x_112 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_112, 0, x_106); +lean_ctor_set(x_112, 1, x_111); +lean_ctor_set(x_112, 2, x_110); +x_113 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_106); +x_114 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_114, 0, x_106); +lean_ctor_set(x_114, 1, x_113); +lean_inc(x_106); +x_115 = l_Lean_Syntax_node2(x_106, x_111, x_114, x_16); +x_116 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; +lean_inc(x_106); +x_117 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_117, 0, x_106); +lean_ctor_set(x_117, 1, x_116); +x_118 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; +x_119 = l_Lean_Syntax_node4(x_106, x_118, x_108, x_112, x_115, x_117); +x_120 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_119, x_6, x_7, x_8, x_9, x_10, x_11, x_17); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_158; +return x_120; } default: { -lean_object* x_159; uint8_t 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_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; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_free_object(x_14); -x_159 = lean_ctor_get(x_10, 5); -lean_inc(x_159); -x_160 = 0; -x_161 = l_Lean_SourceInfo_fromRef(x_159, x_160); -x_162 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__5; -lean_inc(x_161); -x_163 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_163, 0, x_161); -lean_ctor_set(x_163, 1, x_162); -x_164 = l_Lean_instInhabitedSyntax; -x_165 = l_Array_back___rarg(x_164, x_4); +x_121 = lean_ctor_get(x_10, 5); +lean_inc(x_121); +x_122 = 0; +x_123 = l_Lean_SourceInfo_fromRef(x_121, x_122); +x_124 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +lean_inc(x_123); +x_125 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_125, 0, x_123); +lean_ctor_set(x_125, 1, x_124); +x_126 = l_Lean_instInhabitedSyntax; +x_127 = l_Array_back___rarg(x_126, x_4); lean_dec(x_4); -x_166 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_161); -x_167 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_167, 0, x_161); -lean_ctor_set(x_167, 1, x_166); -x_168 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_161); -x_169 = l_Lean_Syntax_node2(x_161, x_168, x_165, x_167); -x_170 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; -lean_inc(x_161); -x_171 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_171, 0, x_161); -lean_ctor_set(x_171, 1, x_170); -x_172 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; -x_173 = l_Lean_Syntax_node4(x_161, x_172, x_163, x_169, x_16, x_171); -x_174 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_173, x_6, x_7, x_8, x_9, x_10, x_11, x_17); +x_128 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_123); +x_129 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_129, 0, x_123); +lean_ctor_set(x_129, 1, x_128); +x_130 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_123); +x_131 = l_Lean_Syntax_node2(x_123, x_130, x_127, x_129); +x_132 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; +lean_inc(x_123); +x_133 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_133, 0, x_123); +lean_ctor_set(x_133, 1, x_132); +x_134 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; +x_135 = l_Lean_Syntax_node4(x_123, x_134, x_125, x_131, x_16, x_133); +x_136 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_135, x_6, x_7, x_8, x_9, x_10, x_11, x_17); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_174; +return x_136; } } } else { -lean_object* x_175; lean_object* x_176; uint8_t x_177; -x_175 = lean_ctor_get(x_14, 0); -x_176 = lean_ctor_get(x_14, 1); -lean_inc(x_176); -lean_inc(x_175); +lean_object* x_137; lean_object* x_138; uint8_t x_139; +x_137 = lean_ctor_get(x_14, 0); +x_138 = lean_ctor_get(x_14, 1); +lean_inc(x_138); +lean_inc(x_137); lean_dec(x_14); -x_177 = l_Lean_Expr_binderInfo(x_2); +x_139 = l_Lean_Expr_binderInfo(x_2); lean_dec(x_2); -switch (x_177) { +switch (x_139) { case 0: { if (x_3 == 0) { -lean_object* x_178; uint8_t x_179; -x_178 = lean_array_get_size(x_4); -x_179 = lean_nat_dec_le(x_178, x_178); -if (x_179 == 0) +lean_object* x_140; uint8_t x_141; +x_140 = lean_array_get_size(x_4); +x_141 = lean_nat_dec_le(x_140, x_140); +if (x_141 == 0) { -lean_object* x_180; uint8_t x_181; -x_180 = lean_unsigned_to_nat(0u); -x_181 = lean_nat_dec_lt(x_180, x_178); -if (x_181 == 0) +lean_object* x_142; uint8_t x_143; +x_142 = lean_unsigned_to_nat(0u); +x_143 = lean_nat_dec_lt(x_142, x_140); +if (x_143 == 0) { -lean_object* x_182; -lean_dec(x_178); -lean_dec(x_175); +lean_object* x_144; +lean_dec(x_140); +lean_dec(x_137); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -22208,56 +21790,56 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_182, 0, x_1); -lean_ctor_set(x_182, 1, x_176); -return x_182; +x_144 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_144, 0, x_1); +lean_ctor_set(x_144, 1, x_138); +return x_144; } else { -size_t x_183; size_t x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_object* x_189; -x_183 = lean_usize_of_nat(x_178); -lean_dec(x_178); -x_184 = 0; -x_185 = l_Array_foldrMUnsafe_fold___at_Lean_PrettyPrinter_Delaborator_delabForall___spec__1(x_175, x_4, x_183, x_184, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_176); +size_t x_145; size_t x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; +x_145 = lean_usize_of_nat(x_140); +lean_dec(x_140); +x_146 = 0; +x_147 = l_Array_foldrMUnsafe_fold___at_Lean_PrettyPrinter_Delaborator_delabForall___spec__1(x_137, x_4, x_145, x_146, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_138); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_186 = lean_ctor_get(x_185, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_185, 1); -lean_inc(x_187); -if (lean_is_exclusive(x_185)) { - lean_ctor_release(x_185, 0); - lean_ctor_release(x_185, 1); - x_188 = x_185; +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_185); - x_188 = lean_box(0); + lean_dec_ref(x_147); + x_150 = lean_box(0); } -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_150)) { + x_151 = lean_alloc_ctor(0, 2, 0); } else { - x_189 = x_188; + x_151 = x_150; } -lean_ctor_set(x_189, 0, x_186); -lean_ctor_set(x_189, 1, x_187); -return x_189; +lean_ctor_set(x_151, 0, x_148); +lean_ctor_set(x_151, 1, x_149); +return x_151; } } else { -lean_object* x_190; uint8_t x_191; -x_190 = lean_unsigned_to_nat(0u); -x_191 = lean_nat_dec_lt(x_190, x_178); -if (x_191 == 0) +lean_object* x_152; uint8_t x_153; +x_152 = lean_unsigned_to_nat(0u); +x_153 = lean_nat_dec_lt(x_152, x_140); +if (x_153 == 0) { -lean_object* x_192; -lean_dec(x_178); -lean_dec(x_175); +lean_object* x_154; +lean_dec(x_140); +lean_dec(x_137); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -22265,197 +21847,205 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_192 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_192, 0, x_1); -lean_ctor_set(x_192, 1, x_176); -return x_192; +x_154 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_154, 0, x_1); +lean_ctor_set(x_154, 1, x_138); +return x_154; } else { -size_t x_193; size_t x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_193 = lean_usize_of_nat(x_178); -lean_dec(x_178); -x_194 = 0; -x_195 = l_Array_foldrMUnsafe_fold___at_Lean_PrettyPrinter_Delaborator_delabForall___spec__2(x_175, x_4, x_193, x_194, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_176); +size_t x_155; size_t x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; +x_155 = lean_usize_of_nat(x_140); +lean_dec(x_140); +x_156 = 0; +x_157 = l_Array_foldrMUnsafe_fold___at_Lean_PrettyPrinter_Delaborator_delabForall___spec__2(x_137, x_4, x_155, x_156, x_1, x_6, x_7, x_8, x_9, x_10, x_11, x_138); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_196 = lean_ctor_get(x_195, 0); -lean_inc(x_196); -x_197 = lean_ctor_get(x_195, 1); -lean_inc(x_197); -if (lean_is_exclusive(x_195)) { - lean_ctor_release(x_195, 0); - lean_ctor_release(x_195, 1); - x_198 = x_195; +x_158 = lean_ctor_get(x_157, 0); +lean_inc(x_158); +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_195); - x_198 = lean_box(0); + lean_dec_ref(x_157); + x_160 = lean_box(0); } -if (lean_is_scalar(x_198)) { - x_199 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_160)) { + x_161 = lean_alloc_ctor(0, 2, 0); } else { - x_199 = x_198; + x_161 = x_160; } -lean_ctor_set(x_199, 0, x_196); -lean_ctor_set(x_199, 1, x_197); -return x_199; +lean_ctor_set(x_161, 0, x_158); +lean_ctor_set(x_161, 1, x_159); +return x_161; } } } else { -lean_object* x_200; lean_object* x_201; -x_200 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__2___closed__1; +lean_object* x_162; lean_object* x_163; +x_162 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__2___closed__1; 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_201 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_200, x_6, x_7, x_8, x_9, x_10, x_11, x_176); -if (lean_obj_tag(x_201) == 0) +x_163 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_162, x_6, x_7, x_8, x_9, x_10, x_11, x_138); +if (lean_obj_tag(x_163) == 0) { -lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_202 = lean_ctor_get(x_201, 0); -lean_inc(x_202); -x_203 = lean_ctor_get(x_201, 1); -lean_inc(x_203); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_204 = x_201; +lean_object* x_164; lean_object* x_165; lean_object* x_166; uint8_t x_167; +x_164 = lean_ctor_get(x_163, 0); +lean_inc(x_164); +x_165 = lean_ctor_get(x_163, 1); +lean_inc(x_165); +if (lean_is_exclusive(x_163)) { + lean_ctor_release(x_163, 0); + lean_ctor_release(x_163, 1); + x_166 = x_163; } else { - lean_dec_ref(x_201); - x_204 = lean_box(0); + lean_dec_ref(x_163); + x_166 = lean_box(0); } if (x_5 == 0) { -lean_object* x_225; -lean_dec(x_204); -lean_dec(x_202); -x_225 = lean_box(0); -x_205 = x_225; -goto block_224; +uint8_t x_202; +lean_dec(x_164); +x_202 = 0; +x_167 = x_202; +goto block_201; } else { -uint8_t x_226; -x_226 = lean_unbox(x_202); -lean_dec(x_202); -if (x_226 == 0) +uint8_t x_203; +x_203 = lean_unbox(x_164); +lean_dec(x_164); +if (x_203 == 0) +{ +uint8_t x_204; +x_204 = 1; +x_167 = x_204; +goto block_201; +} +else { -lean_object* x_227; uint8_t x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; -lean_dec(x_175); +uint8_t x_205; +x_205 = 0; +x_167 = x_205; +goto block_201; +} +} +block_201: +{ +if (x_167 == 0) +{ +lean_object* x_168; uint8_t 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_dec(x_166); +x_168 = lean_ctor_get(x_10, 5); +lean_inc(x_168); +x_169 = 0; +x_170 = l_Lean_SourceInfo_fromRef(x_168, x_169); +x_171 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__5; +lean_inc(x_170); +x_172 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_172, 0, x_170); +lean_ctor_set(x_172, 1, x_171); +x_173 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_174 = l_Array_append___rarg(x_173, x_4); +x_175 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_170); +x_176 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_176, 0, x_170); +lean_ctor_set(x_176, 1, x_175); +lean_ctor_set(x_176, 2, x_174); +x_177 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_170); +x_178 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_178, 0, x_170); +lean_ctor_set(x_178, 1, x_177); +lean_inc(x_170); +x_179 = l_Lean_Syntax_node2(x_170, x_175, x_178, x_137); +lean_inc(x_170); +x_180 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_180, 0, x_170); +lean_ctor_set(x_180, 1, x_175); +lean_ctor_set(x_180, 2, x_173); +x_181 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; +lean_inc(x_170); +x_182 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_182, 0, x_170); +lean_ctor_set(x_182, 1, x_181); +x_183 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__2___closed__3; +x_184 = l_Lean_Syntax_node5(x_170, x_183, x_172, x_176, x_179, x_180, x_182); +x_185 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_184, x_6, x_7, x_8, x_9, x_10, x_11, x_165); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_227 = lean_ctor_get(x_10, 5); -lean_inc(x_227); -lean_dec(x_10); -x_228 = 0; -x_229 = l_Lean_SourceInfo_fromRef(x_227, x_228); -x_230 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__5; -lean_inc(x_229); -x_231 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_231, 0, x_229); -lean_ctor_set(x_231, 1, x_230); -x_232 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_233 = l_Array_append___rarg(x_232, x_4); -x_234 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_229); -x_235 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_235, 0, x_229); -lean_ctor_set(x_235, 1, x_234); -lean_ctor_set(x_235, 2, x_233); -lean_inc(x_229); -x_236 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_236, 0, x_229); -lean_ctor_set(x_236, 1, x_234); -lean_ctor_set(x_236, 2, x_232); -x_237 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; -lean_inc(x_229); -x_238 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_238, 0, x_229); -lean_ctor_set(x_238, 1, x_237); -x_239 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__4; -x_240 = l_Lean_Syntax_node5(x_229, x_239, x_231, x_235, x_236, x_238, x_1); -if (lean_is_scalar(x_204)) { - x_241 = lean_alloc_ctor(0, 2, 0); -} else { - x_241 = x_204; -} -lean_ctor_set(x_241, 0, x_240); -lean_ctor_set(x_241, 1, x_203); -return x_241; +return x_185; } else { -lean_object* x_242; -lean_dec(x_204); -x_242 = lean_box(0); -x_205 = x_242; -goto block_224; -} -} -block_224: -{ -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; -lean_dec(x_205); -x_206 = lean_ctor_get(x_10, 5); -lean_inc(x_206); -x_207 = 0; -x_208 = l_Lean_SourceInfo_fromRef(x_206, x_207); -x_209 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__5; -lean_inc(x_208); -x_210 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_210, 0, x_208); -lean_ctor_set(x_210, 1, x_209); -x_211 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_212 = l_Array_append___rarg(x_211, x_4); -x_213 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_208); -x_214 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_214, 0, x_208); -lean_ctor_set(x_214, 1, x_213); -lean_ctor_set(x_214, 2, x_212); -x_215 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_208); -x_216 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_216, 0, x_208); -lean_ctor_set(x_216, 1, x_215); -lean_inc(x_208); -x_217 = l_Lean_Syntax_node2(x_208, x_213, x_216, x_175); -lean_inc(x_208); -x_218 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_218, 0, x_208); -lean_ctor_set(x_218, 1, x_213); -lean_ctor_set(x_218, 2, x_211); -x_219 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__7; -lean_inc(x_208); -x_220 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_220, 0, x_208); -lean_ctor_set(x_220, 1, x_219); -x_221 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__2___closed__3; -x_222 = l_Lean_Syntax_node5(x_208, x_221, x_210, x_214, x_217, x_218, x_220); -x_223 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_222, x_6, x_7, x_8, x_9, x_10, x_11, x_203); +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; +lean_dec(x_137); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_223; +x_186 = lean_ctor_get(x_10, 5); +lean_inc(x_186); +lean_dec(x_10); +x_187 = 0; +x_188 = l_Lean_SourceInfo_fromRef(x_186, x_187); +x_189 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__5; +lean_inc(x_188); +x_190 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_190, 0, x_188); +lean_ctor_set(x_190, 1, x_189); +x_191 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_192 = l_Array_append___rarg(x_191, x_4); +x_193 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_188); +x_194 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_194, 0, x_188); +lean_ctor_set(x_194, 1, x_193); +lean_ctor_set(x_194, 2, x_192); +lean_inc(x_188); +x_195 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_195, 0, x_188); +lean_ctor_set(x_195, 1, x_193); +lean_ctor_set(x_195, 2, x_191); +x_196 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__9; +lean_inc(x_188); +x_197 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_197, 0, x_188); +lean_ctor_set(x_197, 1, x_196); +x_198 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1___closed__4; +x_199 = l_Lean_Syntax_node5(x_188, x_198, x_190, x_194, x_195, x_197, x_1); +if (lean_is_scalar(x_166)) { + x_200 = lean_alloc_ctor(0, 2, 0); +} else { + x_200 = x_166; +} +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_165); +return x_200; +} } } else { -lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; -lean_dec(x_175); +lean_object* x_206; lean_object* x_207; lean_object* x_208; lean_object* x_209; +lean_dec(x_137); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -22464,157 +22054,157 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); lean_dec(x_1); -x_243 = lean_ctor_get(x_201, 0); -lean_inc(x_243); -x_244 = lean_ctor_get(x_201, 1); -lean_inc(x_244); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_245 = x_201; +x_206 = lean_ctor_get(x_163, 0); +lean_inc(x_206); +x_207 = lean_ctor_get(x_163, 1); +lean_inc(x_207); +if (lean_is_exclusive(x_163)) { + lean_ctor_release(x_163, 0); + lean_ctor_release(x_163, 1); + x_208 = x_163; } else { - lean_dec_ref(x_201); - x_245 = lean_box(0); + lean_dec_ref(x_163); + x_208 = lean_box(0); } -if (lean_is_scalar(x_245)) { - x_246 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_208)) { + x_209 = lean_alloc_ctor(1, 2, 0); } else { - x_246 = x_245; + x_209 = x_208; } -lean_ctor_set(x_246, 0, x_243); -lean_ctor_set(x_246, 1, x_244); -return x_246; +lean_ctor_set(x_209, 0, x_206); +lean_ctor_set(x_209, 1, x_207); +return x_209; } } } case 1: { -lean_object* x_247; uint8_t 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_247 = lean_ctor_get(x_10, 5); -lean_inc(x_247); -x_248 = 0; -x_249 = l_Lean_SourceInfo_fromRef(x_247, x_248); -x_250 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; -lean_inc(x_249); -x_251 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_251, 0, x_249); -lean_ctor_set(x_251, 1, x_250); -x_252 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_253 = l_Array_append___rarg(x_252, x_4); -x_254 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_249); -x_255 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_255, 0, x_249); -lean_ctor_set(x_255, 1, x_254); -lean_ctor_set(x_255, 2, x_253); -x_256 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_249); -x_257 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_257, 0, x_249); -lean_ctor_set(x_257, 1, x_256); -lean_inc(x_249); -x_258 = l_Lean_Syntax_node2(x_249, x_254, x_257, x_175); -x_259 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; -lean_inc(x_249); -x_260 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_260, 0, x_249); -lean_ctor_set(x_260, 1, x_259); -x_261 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; -x_262 = l_Lean_Syntax_node4(x_249, x_261, x_251, x_255, x_258, x_260); -x_263 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_262, x_6, x_7, x_8, x_9, x_10, x_11, x_176); +lean_object* x_210; uint8_t 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; +x_210 = lean_ctor_get(x_10, 5); +lean_inc(x_210); +x_211 = 0; +x_212 = l_Lean_SourceInfo_fromRef(x_210, x_211); +x_213 = l_Lean_PrettyPrinter_Delaborator_unexpandStructureInstance___lambda__3___closed__7; +lean_inc(x_212); +x_214 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_214, 0, x_212); +lean_ctor_set(x_214, 1, x_213); +x_215 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_216 = l_Array_append___rarg(x_215, x_4); +x_217 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_212); +x_218 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_218, 0, x_212); +lean_ctor_set(x_218, 1, x_217); +lean_ctor_set(x_218, 2, x_216); +x_219 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_212); +x_220 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_220, 0, x_212); +lean_ctor_set(x_220, 1, x_219); +lean_inc(x_212); +x_221 = l_Lean_Syntax_node2(x_212, x_217, x_220, x_137); +x_222 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; +lean_inc(x_212); +x_223 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_223, 0, x_212); +lean_ctor_set(x_223, 1, x_222); +x_224 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; +x_225 = l_Lean_Syntax_node4(x_212, x_224, x_214, x_218, x_221, x_223); +x_226 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_225, x_6, x_7, x_8, x_9, x_10, x_11, x_138); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_263; +return x_226; } case 2: { -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; lean_object* x_279; lean_object* x_280; -x_264 = lean_ctor_get(x_10, 5); -lean_inc(x_264); -x_265 = 0; -x_266 = l_Lean_SourceInfo_fromRef(x_264, x_265); -x_267 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; -lean_inc(x_266); -x_268 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_268, 0, x_266); -lean_ctor_set(x_268, 1, x_267); -x_269 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; -x_270 = l_Array_append___rarg(x_269, x_4); -x_271 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_266); -x_272 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_272, 0, x_266); -lean_ctor_set(x_272, 1, x_271); -lean_ctor_set(x_272, 2, x_270); -x_273 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_266); -x_274 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_274, 0, x_266); -lean_ctor_set(x_274, 1, x_273); -lean_inc(x_266); -x_275 = l_Lean_Syntax_node2(x_266, x_271, x_274, x_175); -x_276 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; -lean_inc(x_266); -x_277 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_277, 0, x_266); -lean_ctor_set(x_277, 1, x_276); -x_278 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; -x_279 = l_Lean_Syntax_node4(x_266, x_278, x_268, x_272, x_275, x_277); -x_280 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_279, x_6, x_7, x_8, x_9, x_10, x_11, x_176); +lean_object* x_227; uint8_t x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; +x_227 = lean_ctor_get(x_10, 5); +lean_inc(x_227); +x_228 = 0; +x_229 = l_Lean_SourceInfo_fromRef(x_227, x_228); +x_230 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__7; +lean_inc(x_229); +x_231 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_231, 0, x_229); +lean_ctor_set(x_231, 1, x_230); +x_232 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__11; +x_233 = l_Array_append___rarg(x_232, x_4); +x_234 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_229); +x_235 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_235, 0, x_229); +lean_ctor_set(x_235, 1, x_234); +lean_ctor_set(x_235, 2, x_233); +x_236 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_229); +x_237 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_237, 0, x_229); +lean_ctor_set(x_237, 1, x_236); +lean_inc(x_229); +x_238 = l_Lean_Syntax_node2(x_229, x_234, x_237, x_137); +x_239 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; +lean_inc(x_229); +x_240 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_240, 0, x_229); +lean_ctor_set(x_240, 1, x_239); +x_241 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; +x_242 = l_Lean_Syntax_node4(x_229, x_241, x_231, x_235, x_238, x_240); +x_243 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_242, x_6, x_7, x_8, x_9, x_10, x_11, x_138); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_280; +return x_243; } default: { -lean_object* x_281; uint8_t 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; -x_281 = lean_ctor_get(x_10, 5); -lean_inc(x_281); -x_282 = 0; -x_283 = l_Lean_SourceInfo_fromRef(x_281, x_282); -x_284 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__5; -lean_inc(x_283); -x_285 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_285, 0, x_283); -lean_ctor_set(x_285, 1, x_284); -x_286 = l_Lean_instInhabitedSyntax; -x_287 = l_Array_back___rarg(x_286, x_4); -lean_dec(x_4); -x_288 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; -lean_inc(x_283); -x_289 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_289, 0, x_283); -lean_ctor_set(x_289, 1, x_288); -x_290 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; -lean_inc(x_283); -x_291 = l_Lean_Syntax_node2(x_283, x_290, x_287, x_289); -x_292 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; -lean_inc(x_283); -x_293 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_293, 0, x_283); -lean_ctor_set(x_293, 1, x_292); -x_294 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; -x_295 = l_Lean_Syntax_node4(x_283, x_294, x_285, x_291, x_175, x_293); -x_296 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_295, x_6, x_7, x_8, x_9, x_10, x_11, x_176); +lean_object* x_244; uint8_t 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; +x_244 = lean_ctor_get(x_10, 5); +lean_inc(x_244); +x_245 = 0; +x_246 = l_Lean_SourceInfo_fromRef(x_244, x_245); +x_247 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +lean_inc(x_246); +x_248 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_248, 0, x_246); +lean_ctor_set(x_248, 1, x_247); +x_249 = l_Lean_instInhabitedSyntax; +x_250 = l_Array_back___rarg(x_249, x_4); +lean_dec(x_4); +x_251 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__6; +lean_inc(x_246); +x_252 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_252, 0, x_246); +lean_ctor_set(x_252, 1, x_251); +x_253 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; +lean_inc(x_246); +x_254 = l_Lean_Syntax_node2(x_246, x_253, x_250, x_252); +x_255 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; +lean_inc(x_246); +x_256 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_256, 0, x_246); +lean_ctor_set(x_256, 1, x_255); +x_257 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; +x_258 = l_Lean_Syntax_node4(x_246, x_257, x_248, x_254, x_137, x_256); +x_259 = l_Lean_PrettyPrinter_Delaborator_delabForall___lambda__1(x_5, x_1, x_258, x_6, x_7, x_8, x_9, x_10, x_11, x_138); lean_dec(x_11); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -return x_296; +return x_259; } } } } else { -uint8_t x_297; +uint8_t x_260; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -22624,23 +22214,23 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_297 = !lean_is_exclusive(x_14); -if (x_297 == 0) +x_260 = !lean_is_exclusive(x_14); +if (x_260 == 0) { return x_14; } else { -lean_object* x_298; lean_object* x_299; lean_object* x_300; -x_298 = lean_ctor_get(x_14, 0); -x_299 = lean_ctor_get(x_14, 1); -lean_inc(x_299); -lean_inc(x_298); +lean_object* x_261; lean_object* x_262; lean_object* x_263; +x_261 = lean_ctor_get(x_14, 0); +x_262 = lean_ctor_get(x_14, 1); +lean_inc(x_262); +lean_inc(x_261); lean_dec(x_14); -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; +x_263 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_263, 0, x_261); +lean_ctor_set(x_263, 1, x_262); +return x_263; } } } @@ -23977,52 +23567,55 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabOfScientific___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_object* x_10) { _start: { -lean_object* x_11; lean_object* x_12; +lean_object* x_11; uint8_t x_12; x_11 = l_Nat_repr(x_1); if (x_3 == 0) { -lean_object* x_44; -x_44 = lean_box(0); -x_12 = x_44; -goto block_43; +uint8_t x_40; +x_40 = 0; +x_12 = x_40; +goto block_39; } else { -lean_object* x_45; uint8_t x_46; -x_45 = lean_string_length(x_11); -x_46 = lean_nat_dec_eq(x_2, x_45); -lean_dec(x_45); -if (x_46 == 0) +lean_object* x_41; uint8_t x_42; +x_41 = lean_string_length(x_11); +x_42 = lean_nat_dec_eq(x_2, x_41); +if (x_42 == 0) { -lean_object* x_47; -x_47 = lean_box(0); -x_12 = x_47; -goto block_43; +uint8_t x_43; +x_43 = lean_nat_dec_lt(x_2, x_41); +lean_dec(x_41); +x_12 = x_43; +goto block_39; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +lean_dec(x_41); lean_dec(x_2); -x_48 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__5; -x_49 = lean_string_append(x_48, x_11); +x_44 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__5; +x_45 = lean_string_append(x_44, x_11); lean_dec(x_11); -x_50 = lean_box(2); -x_51 = l_Lean_Syntax_mkScientificLit(x_49, x_50); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_10); -return x_52; +x_46 = lean_box(2); +x_47 = l_Lean_Syntax_mkScientificLit(x_45, x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_10); +return x_48; } } -block_43: +block_39: { -lean_dec(x_12); -if (x_3 == 0) +if (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; lean_object* x_21; +lean_object* x_13; lean_object* x_14; lean_object* x_15; x_13 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__1; x_14 = lean_string_append(x_11, x_13); x_15 = l_Nat_repr(x_2); +if (x_3 == 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; x_16 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__2; x_17 = lean_string_append(x_14, x_16); x_18 = lean_string_append(x_17, x_15); @@ -24036,49 +23629,41 @@ return x_21; } else { -lean_object* x_22; uint8_t x_23; -x_22 = lean_string_length(x_11); -x_23 = lean_nat_dec_lt(x_2, x_22); -if (x_23 == 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_31; lean_object* x_32; -lean_dec(x_22); -x_24 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__1; -x_25 = lean_string_append(x_11, x_24); -x_26 = l_Nat_repr(x_2); -x_27 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__3; -x_28 = lean_string_append(x_25, x_27); -x_29 = lean_string_append(x_28, x_26); -lean_dec(x_26); -x_30 = lean_box(2); -x_31 = l_Lean_Syntax_mkScientificLit(x_29, x_30); -x_32 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_10); -return x_32; +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_22 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__3; +x_23 = lean_string_append(x_14, x_22); +x_24 = lean_string_append(x_23, x_15); +lean_dec(x_15); +x_25 = lean_box(2); +x_26 = l_Lean_Syntax_mkScientificLit(x_24, x_25); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_10); +return x_27; +} } 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; lean_object* x_41; lean_object* x_42; -x_33 = lean_nat_sub(x_22, x_2); +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; +x_28 = lean_string_length(x_11); +x_29 = lean_nat_sub(x_28, x_2); lean_dec(x_2); -x_34 = lean_unsigned_to_nat(0u); -x_35 = lean_string_utf8_extract(x_11, x_34, x_33); -x_36 = lean_string_utf8_extract(x_11, x_33, x_22); -lean_dec(x_22); -lean_dec(x_33); +x_30 = lean_unsigned_to_nat(0u); +x_31 = lean_string_utf8_extract(x_11, x_30, x_29); +x_32 = lean_string_utf8_extract(x_11, x_29, x_28); +lean_dec(x_28); +lean_dec(x_29); lean_dec(x_11); -x_37 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; -x_38 = lean_string_append(x_35, x_37); -x_39 = lean_string_append(x_38, x_36); -lean_dec(x_36); -x_40 = lean_box(2); -x_41 = l_Lean_Syntax_mkScientificLit(x_39, 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_10); -return x_42; -} +x_33 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; +x_34 = lean_string_append(x_31, x_33); +x_35 = lean_string_append(x_34, x_32); +lean_dec(x_32); +x_36 = lean_box(2); +x_37 = l_Lean_Syntax_mkScientificLit(x_35, 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_10); +return x_38; } } } @@ -25248,7 +24833,7 @@ lean_dec(x_27); lean_dec(x_24); if (x_28 == 0) { -lean_object* x_109; uint8_t x_110; +lean_object* x_80; uint8_t x_81; lean_dec(x_25); lean_dec(x_12); lean_dec(x_7); @@ -25257,32 +24842,32 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_109 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_15); -x_110 = !lean_is_exclusive(x_109); -if (x_110 == 0) +x_80 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_15); +x_81 = !lean_is_exclusive(x_80); +if (x_81 == 0) { -return x_109; +return x_80; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_109, 0); -x_112 = lean_ctor_get(x_109, 1); -lean_inc(x_112); -lean_inc(x_111); -lean_dec(x_109); -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; +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_80, 0); +x_83 = lean_ctor_get(x_80, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_80); +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 { x_29 = x_15; -goto block_108; +goto block_79; } -block_108: +block_79: { lean_object* x_30; lean_object* x_31; x_30 = l_Lean_PrettyPrinter_Delaborator_delabAppImplicit___closed__1; @@ -25295,112 +24880,35 @@ lean_inc(x_2); x_31 = l_Lean_PrettyPrinter_Delaborator_getPPOption(x_30, x_2, x_3, x_4, x_5, x_6, x_7, x_29); if (lean_obj_tag(x_31) == 0) { -lean_object* x_32; uint8_t x_33; +lean_object* x_32; lean_object* x_33; uint8_t x_34; uint8_t x_72; x_32 = lean_ctor_get(x_31, 0); lean_inc(x_32); -x_33 = lean_unbox(x_32); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +lean_dec(x_31); +x_72 = lean_unbox(x_32); lean_dec(x_32); -if (x_33 == 0) +if (x_72 == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; +uint8_t x_73; lean_dec(x_25); -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_dec(x_31); -x_35 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__2; -lean_inc(x_6); -x_36 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withAppArg___at_Lean_PrettyPrinter_Delaborator_delabLetFun___spec__1(x_35, x_2, x_3, x_4, x_5, x_6, x_7, x_34); -if (lean_obj_tag(x_36) == 0) -{ -uint8_t x_37; -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; 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_38 = lean_ctor_get(x_36, 0); -x_39 = lean_ctor_get(x_6, 5); -lean_inc(x_39); -lean_dec(x_6); -x_40 = 0; -x_41 = l_Lean_SourceInfo_fromRef(x_39, x_40); -x_42 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; -lean_inc(x_41); -x_43 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_43, 0, x_41); -lean_ctor_set(x_43, 1, x_42); -x_44 = lean_box(0); -x_45 = l_Lean_Name_str___override(x_44, x_12); -x_46 = lean_mk_syntax_ident(x_45); -x_47 = l_Lean_PrettyPrinter_Delaborator_delabProj___closed__6; -x_48 = l_Lean_Syntax_node3(x_41, x_47, x_38, x_43, x_46); -lean_ctor_set(x_36, 0, x_48); -return x_36; -} -else -{ -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; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_49 = lean_ctor_get(x_36, 0); -x_50 = lean_ctor_get(x_36, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_36); -x_51 = lean_ctor_get(x_6, 5); -lean_inc(x_51); -lean_dec(x_6); -x_52 = 0; -x_53 = l_Lean_SourceInfo_fromRef(x_51, x_52); -x_54 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; -lean_inc(x_53); -x_55 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = lean_box(0); -x_57 = l_Lean_Name_str___override(x_56, x_12); -x_58 = lean_mk_syntax_ident(x_57); -x_59 = l_Lean_PrettyPrinter_Delaborator_delabProj___closed__6; -x_60 = l_Lean_Syntax_node3(x_53, x_59, x_49, x_55, x_58); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_50); -return x_61; -} -} -else -{ -uint8_t x_62; -lean_dec(x_12); -lean_dec(x_6); -x_62 = !lean_is_exclusive(x_36); -if (x_62 == 0) -{ -return x_36; +x_73 = 1; +x_34 = x_73; +goto block_71; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_36, 0); -x_64 = lean_ctor_get(x_36, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_36); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; -} -} +uint8_t x_74; +x_74 = lean_nat_dec_eq(x_25, x_23); +lean_dec(x_25); +x_34 = x_74; +goto block_71; } -else +block_71: { -lean_object* x_66; uint8_t x_67; -x_66 = lean_ctor_get(x_31, 1); -lean_inc(x_66); -lean_dec(x_31); -x_67 = lean_nat_dec_eq(x_25, x_23); -lean_dec(x_25); -if (x_67 == 0) +if (x_34 == 0) { -lean_object* x_68; uint8_t x_69; +lean_object* x_35; uint8_t x_36; lean_dec(x_12); lean_dec(x_7); lean_dec(x_6); @@ -25408,109 +24916,109 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_68 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_66); -x_69 = !lean_is_exclusive(x_68); -if (x_69 == 0) +x_35 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_33); +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -return x_68; +return x_35; } else { -lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_70 = lean_ctor_get(x_68, 0); -x_71 = lean_ctor_get(x_68, 1); -lean_inc(x_71); -lean_inc(x_70); -lean_dec(x_68); -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_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_ctor_get(x_35, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_35); +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; } } else { -lean_object* x_73; lean_object* x_74; -x_73 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__2; +lean_object* x_40; lean_object* x_41; +x_40 = l_Lean_PrettyPrinter_Delaborator_delabAppExplicit___lambda__4___closed__2; lean_inc(x_6); -x_74 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withAppArg___at_Lean_PrettyPrinter_Delaborator_delabLetFun___spec__1(x_73, x_2, x_3, x_4, x_5, x_6, x_7, x_66); -if (lean_obj_tag(x_74) == 0) +x_41 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withAppArg___at_Lean_PrettyPrinter_Delaborator_delabLetFun___spec__1(x_40, x_2, x_3, x_4, x_5, x_6, x_7, x_33); +if (lean_obj_tag(x_41) == 0) { -uint8_t x_75; -x_75 = !lean_is_exclusive(x_74); -if (x_75 == 0) +uint8_t x_42; +x_42 = !lean_is_exclusive(x_41); +if (x_42 == 0) { -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; -x_76 = lean_ctor_get(x_74, 0); -x_77 = lean_ctor_get(x_6, 5); -lean_inc(x_77); +lean_object* x_43; lean_object* 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; +x_43 = lean_ctor_get(x_41, 0); +x_44 = lean_ctor_get(x_6, 5); +lean_inc(x_44); lean_dec(x_6); -x_78 = 0; -x_79 = l_Lean_SourceInfo_fromRef(x_77, x_78); -x_80 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; -lean_inc(x_79); -x_81 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_81, 0, x_79); -lean_ctor_set(x_81, 1, x_80); -x_82 = lean_box(0); -x_83 = l_Lean_Name_str___override(x_82, x_12); -x_84 = lean_mk_syntax_ident(x_83); -x_85 = l_Lean_PrettyPrinter_Delaborator_delabProj___closed__6; -x_86 = l_Lean_Syntax_node3(x_79, x_85, x_76, x_81, x_84); -lean_ctor_set(x_74, 0, x_86); -return x_74; +x_45 = 0; +x_46 = l_Lean_SourceInfo_fromRef(x_44, x_45); +x_47 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; +lean_inc(x_46); +x_48 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +x_49 = lean_box(0); +x_50 = l_Lean_Name_str___override(x_49, x_12); +x_51 = lean_mk_syntax_ident(x_50); +x_52 = l_Lean_PrettyPrinter_Delaborator_delabProj___closed__6; +x_53 = l_Lean_Syntax_node3(x_46, x_52, x_43, x_48, x_51); +lean_ctor_set(x_41, 0, x_53); +return x_41; } else { -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_97; lean_object* x_98; lean_object* x_99; -x_87 = lean_ctor_get(x_74, 0); -x_88 = lean_ctor_get(x_74, 1); -lean_inc(x_88); -lean_inc(x_87); -lean_dec(x_74); -x_89 = lean_ctor_get(x_6, 5); -lean_inc(x_89); +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; +x_54 = lean_ctor_get(x_41, 0); +x_55 = lean_ctor_get(x_41, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_41); +x_56 = lean_ctor_get(x_6, 5); +lean_inc(x_56); lean_dec(x_6); -x_90 = 0; -x_91 = l_Lean_SourceInfo_fromRef(x_89, x_90); -x_92 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; -lean_inc(x_91); -x_93 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_93, 0, x_91); -lean_ctor_set(x_93, 1, x_92); -x_94 = lean_box(0); -x_95 = l_Lean_Name_str___override(x_94, x_12); -x_96 = lean_mk_syntax_ident(x_95); -x_97 = l_Lean_PrettyPrinter_Delaborator_delabProj___closed__6; -x_98 = l_Lean_Syntax_node3(x_91, x_97, x_87, x_93, x_96); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_88); -return x_99; +x_57 = 0; +x_58 = l_Lean_SourceInfo_fromRef(x_56, x_57); +x_59 = l_Lean_PrettyPrinter_Delaborator_delabOfScientific___lambda__1___closed__4; +lean_inc(x_58); +x_60 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_60, 0, x_58); +lean_ctor_set(x_60, 1, x_59); +x_61 = lean_box(0); +x_62 = l_Lean_Name_str___override(x_61, x_12); +x_63 = lean_mk_syntax_ident(x_62); +x_64 = l_Lean_PrettyPrinter_Delaborator_delabProj___closed__6; +x_65 = l_Lean_Syntax_node3(x_58, x_64, x_54, x_60, x_63); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_55); +return x_66; } } else { -uint8_t x_100; +uint8_t x_67; lean_dec(x_12); lean_dec(x_6); -x_100 = !lean_is_exclusive(x_74); -if (x_100 == 0) +x_67 = !lean_is_exclusive(x_41); +if (x_67 == 0) { -return x_74; +return x_41; } else { -lean_object* x_101; lean_object* x_102; lean_object* x_103; -x_101 = lean_ctor_get(x_74, 0); -x_102 = lean_ctor_get(x_74, 1); -lean_inc(x_102); -lean_inc(x_101); -lean_dec(x_74); -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; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_41, 0); +x_69 = lean_ctor_get(x_41, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_41); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } @@ -25518,7 +25026,7 @@ return x_103; } else { -uint8_t x_104; +uint8_t x_75; lean_dec(x_25); lean_dec(x_12); lean_dec(x_7); @@ -25527,30 +25035,30 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_104 = !lean_is_exclusive(x_31); -if (x_104 == 0) +x_75 = !lean_is_exclusive(x_31); +if (x_75 == 0) { return x_31; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; -x_105 = lean_ctor_get(x_31, 0); -x_106 = lean_ctor_get(x_31, 1); -lean_inc(x_106); -lean_inc(x_105); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_31, 0); +x_77 = lean_ctor_get(x_31, 1); +lean_inc(x_77); +lean_inc(x_76); lean_dec(x_31); -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_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_114; uint8_t x_115; +lean_object* x_85; uint8_t x_86; lean_dec(x_21); lean_dec(x_12); lean_dec(x_7); @@ -25559,31 +25067,31 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_114 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_15); -x_115 = !lean_is_exclusive(x_114); -if (x_115 == 0) +x_85 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_15); +x_86 = !lean_is_exclusive(x_85); +if (x_86 == 0) { -return x_114; +return x_85; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_116 = lean_ctor_get(x_114, 0); -x_117 = lean_ctor_get(x_114, 1); -lean_inc(x_117); -lean_inc(x_116); -lean_dec(x_114); -x_118 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_118, 0, x_116); -lean_ctor_set(x_118, 1, x_117); -return x_118; +lean_object* x_87; lean_object* x_88; lean_object* x_89; +x_87 = lean_ctor_get(x_85, 0); +x_88 = lean_ctor_get(x_85, 1); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_85); +x_89 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_89, 0, x_87); +lean_ctor_set(x_89, 1, x_88); +return x_89; } } } } else { -lean_object* x_119; +lean_object* x_90; lean_dec(x_11); lean_dec(x_7); lean_dec(x_6); @@ -25591,13 +25099,13 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_119 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); -return x_119; +x_90 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); +return x_90; } } else { -lean_object* x_120; +lean_object* x_91; lean_dec(x_10); lean_dec(x_7); lean_dec(x_6); @@ -25605,21 +25113,21 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_120 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); -return x_120; +x_91 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); +return x_91; } } else { -lean_object* x_121; +lean_object* x_92; 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_121 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); -return x_121; +x_92 = l_Lean_PrettyPrinter_Delaborator_failure___rarg(x_8); +return x_92; } } } @@ -28576,73 +28084,73 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_delabDoElems___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, lean_object* x_11) { _start: { -uint8_t x_12; -x_12 = l_Lean_Expr_hasLooseBVars(x_1); -lean_dec(x_1); -if (x_12 == 0) +uint8_t x_12; uint8_t x_22; +x_22 = l_Lean_Expr_hasLooseBVars(x_2); +lean_dec(x_2); +if (x_22 == 0) { -lean_object* x_13; uint8_t x_14; +lean_object* x_23; uint8_t x_24; lean_dec(x_4); -x_13 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__2; -x_14 = l_Lean_Expr_isConstOf(x_2, x_13); -if (x_14 == 0) -{ -lean_object* x_15; uint8_t x_16; -x_15 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__8___closed__2; -x_16 = l_Lean_Expr_isConstOf(x_2, x_15); -lean_dec(x_2); -if (x_16 == 0) +x_23 = l___private_Lean_PrettyPrinter_Delaborator_Builtins_0__Lean_PrettyPrinter_Delaborator_skippingBinders_loop___rarg___lambda__1___closed__2; +x_24 = l_Lean_Expr_isConstOf(x_3, x_23); +if (x_24 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_17 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__5___boxed), 9, 1); -lean_closure_set(x_17, 0, x_3); -x_18 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; -x_19 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); -lean_closure_set(x_19, 0, x_18); -lean_closure_set(x_19, 1, x_17); -x_20 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_19, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_20; +lean_object* x_25; uint8_t x_26; +x_25 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__8___closed__2; +x_26 = l_Lean_Expr_isConstOf(x_3, x_25); +lean_dec(x_3); +x_12 = x_26; +goto block_21; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_21 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__6___boxed), 9, 1); -lean_closure_set(x_21, 0, x_3); -x_22 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; -x_23 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); -lean_closure_set(x_23, 0, x_22); -lean_closure_set(x_23, 1, x_21); -x_24 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_23, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_24; +uint8_t x_27; +lean_dec(x_3); +x_27 = 1; +x_12 = x_27; +goto block_21; } } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_2); -x_25 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__6___boxed), 9, 1); -lean_closure_set(x_25, 0, x_3); -x_26 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; -x_27 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); -lean_closure_set(x_27, 0, x_26); -lean_closure_set(x_27, 1, x_25); -x_28 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_27, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_28; +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_3); +x_28 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__7___boxed), 10, 2); +lean_closure_set(x_28, 0, x_1); +lean_closure_set(x_28, 1, x_4); +x_29 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; +x_30 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); +lean_closure_set(x_30, 0, x_29); +lean_closure_set(x_30, 1, x_28); +x_31 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_30, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_31; } +block_21: +{ +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_13 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__5___boxed), 9, 1); +lean_closure_set(x_13, 0, x_1); +x_14 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; +x_15 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); +lean_closure_set(x_15, 0, x_14); +lean_closure_set(x_15, 1, x_13); +x_16 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_15, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_16; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -lean_dec(x_2); -x_29 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__7___boxed), 10, 2); -lean_closure_set(x_29, 0, x_3); -lean_closure_set(x_29, 1, x_4); -x_30 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; -x_31 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); -lean_closure_set(x_31, 0, x_30); -lean_closure_set(x_31, 1, x_29); -x_32 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_31, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -return x_32; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +x_17 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__6___boxed), 9, 1); +lean_closure_set(x_17, 0, x_1); +x_18 = l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__4___closed__3; +x_19 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); +lean_closure_set(x_19, 0, x_18); +lean_closure_set(x_19, 1, x_17); +x_20 = l_Lean_PrettyPrinter_Delaborator_delabDoElems_prependAndRec(x_19, x_5, x_6, x_7, x_8, x_9, x_10, x_11); +return x_20; +} } } } @@ -28656,8 +28164,8 @@ x_11 = lean_ctor_get(x_3, 2); lean_inc(x_11); lean_dec(x_3); x_12 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__8), 11, 3); -lean_closure_set(x_12, 0, x_11); -lean_closure_set(x_12, 1, x_1); +lean_closure_set(x_12, 0, x_1); +lean_closure_set(x_12, 1, x_11); lean_closure_set(x_12, 2, x_2); x_13 = l_Lean_PrettyPrinter_Delaborator_withBindingBodyUnusedName___rarg(x_12, x_4, x_5, x_6, x_7, x_8, x_9, x_10); return x_13; @@ -29067,8 +28575,8 @@ x_90 = lean_ctor_get(x_88, 1); lean_inc(x_90); lean_dec(x_88); x_91 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_delabDoElems___lambda__9), 10, 2); -lean_closure_set(x_91, 0, x_86); -lean_closure_set(x_91, 1, x_89); +lean_closure_set(x_91, 0, x_89); +lean_closure_set(x_91, 1, x_86); x_92 = l_Lean_PrettyPrinter_Delaborator_delabAppMatch___closed__1; x_93 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_delabAppExplicit___spec__1___rarg), 9, 2); lean_closure_set(x_93, 0, x_92); @@ -33015,12 +32523,12 @@ lean_ctor_set(x_28, 0, x_14); lean_ctor_set(x_28, 1, x_27); lean_inc(x_14); x_29 = l_Lean_Syntax_node2(x_14, x_25, x_28, x_4); -x_30 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__13; +x_30 = l_Lean_PrettyPrinter_Delaborator_delabConst___closed__11; lean_inc(x_14); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_14); lean_ctor_set(x_31, 1, x_30); -x_32 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; +x_32 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; x_33 = l_Lean_Syntax_node4(x_14, x_32, x_16, x_26, x_29, x_31); x_34 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_34, 0, x_33); @@ -33037,7 +32545,7 @@ lean_inc(x_12); lean_dec(x_9); x_13 = 0; x_14 = l_Lean_SourceInfo_fromRef(x_12, x_13); -x_15 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; +x_15 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__7; lean_inc(x_14); x_16 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_16, 0, x_14); @@ -33067,12 +32575,12 @@ lean_ctor_set(x_28, 0, x_14); lean_ctor_set(x_28, 1, x_27); lean_inc(x_14); x_29 = l_Lean_Syntax_node2(x_14, x_25, x_28, x_4); -x_30 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; +x_30 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__8; lean_inc(x_14); x_31 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_31, 0, x_14); lean_ctor_set(x_31, 1, x_30); -x_32 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; +x_32 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; x_33 = l_Lean_Syntax_node4(x_14, x_32, x_16, x_26, x_29, x_31); x_34 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_34, 0, x_33); @@ -33089,7 +32597,7 @@ lean_inc(x_10); lean_dec(x_7); x_11 = 0; x_12 = l_Lean_SourceInfo_fromRef(x_10, x_11); -x_13 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__5; +x_13 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__11; lean_inc(x_12); x_14 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_14, 0, x_12); @@ -33104,12 +32612,12 @@ lean_ctor_set(x_18, 1, x_17); x_19 = l_Lean_PrettyPrinter_Delaborator_delabSort___closed__10; lean_inc(x_12); x_20 = l_Lean_Syntax_node2(x_12, x_19, x_16, x_18); -x_21 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__6; +x_21 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__12; lean_inc(x_12); x_22 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_22, 0, x_12); lean_ctor_set(x_22, 1, x_21); -x_23 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__4; +x_23 = l_Lean_PrettyPrinter_Delaborator_delabLam___lambda__3___closed__10; x_24 = l_Lean_Syntax_node4(x_12, x_23, x_14, x_20, x_2, x_22); x_25 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_25, 0, x_24); diff --git a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c index 34dcc4e3b3fb..bf6e27942d99 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Delaborator/TopDownAnalyze.c @@ -16,7 +16,6 @@ extern "C" { static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__2___closed__2; static lean_object* l_Lean_getPPAnalysisLetVarType___closed__2; static lean_object* l_Lean_getPPAnalysisHole___closed__2; -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_hBinOpHeuristic(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_TopDownAnalyze_inspectOutParams___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__1___closed__4; @@ -31,7 +30,6 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnal LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_pp_analyze_trustSubst; lean_object* l_Lean_MetavarContext_findDecl_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__7(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_TopDownAnalyze_analyze___closed__3; @@ -46,12 +44,11 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); lean_object* l_Lean_mkAppN(lean_object*, lean_object*); static lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLam___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_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_252_(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps___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_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isFunLike___lambda__1(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_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___spec__2___rarg(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_TopDownAnalyze___hyg_12890____closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___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_Meta_mkFreshLevelMVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(lean_object*, lean_object*); @@ -64,12 +61,14 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3_ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike___closed__1; LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeCheckInstances(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasMVarAtCurrDepth___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__3; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__13(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeTrustId(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_412____closed__5; static lean_object* l_Lean_getPPAnalysisSkip___closed__3; static lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__2___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__1___closed__2; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__7; lean_object* lean_whnf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_checkOutParams(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_TopDownAnalyze_annotateBoolAt___closed__5; @@ -82,6 +81,7 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWi static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__2; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___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_Lean_pp_analyze_explicitHoles; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__16; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_212____closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__3; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__5___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*); @@ -96,7 +96,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___ static lean_object* l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp(lean_object*); uint8_t l_Lean_Expr_isAppOfArity(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___lambda__1___boxed(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_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__10(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_returnsPi(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -108,13 +108,14 @@ static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownA LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_isSimpleHOFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__8; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_State_postponed___default; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__3; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_typeUnknown(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_292____closed__3; 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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890_(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__9; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze(uint8_t, 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*); lean_object* lean_array_push(lean_object*, lean_object*); @@ -138,6 +139,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspect LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___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_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__20(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_TopDownAnalyze___hyg_12891____closed__14; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLam___closed__1; LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__5___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*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -147,6 +149,7 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_PrettyPrinter_De static uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__55; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__3; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_372____closed__2; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__17; lean_object* l_Lean_Expr_bvar___override(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_getPPAnalysisHole___closed__1; @@ -162,14 +165,15 @@ static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownA static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__1; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__2(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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_isType2Type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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_Delaborator_SubExpr_withMDataExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData___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_PrettyPrinter_Delaborator_isNonConstFun(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__44; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getPos___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___spec__3___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeTypeAscriptions___boxed(lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore___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_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__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_getPPAnalysisSkip___closed__1; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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*, lean_object*); @@ -182,6 +186,7 @@ lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalysisNeedsType___boxed(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_132____closed__5; +LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(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_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___lambda__1(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -191,7 +196,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasLeve LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_132_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_checkpointDefEq___spec__1___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_TopDownAnalyze___hyg_12890____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_hBinOpHeuristic___spec__1(lean_object*); lean_object* l_Lean_Expr_ReplaceLevelImpl_replaceUnsafe(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalysisNamedArg(lean_object*); @@ -201,26 +205,22 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify___closed__1; lean_object* l_Lean_stringToMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__5; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__17; LEAN_EXPORT uint8_t l_Lean_AssocList_contains___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__3(lean_object*, lean_object*); uint8_t l___private_Lean_Util_Trace_0__Lean_checkTraceOption(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__7; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__13; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__10___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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHigherOrder___closed__1; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__16; extern lean_object* l_Lean_Expr_instBEqExpr; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__34(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Exception_toMessageData(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___spec__2(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__2; uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Meta_Basic_0__Lean_Meta_beqInfoCacheKey____x40_Lean_Meta_Basic___hyg_368____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_132____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__17; LEAN_EXPORT lean_object* l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_valUnknown(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___lambda__2___boxed(lean_object*, lean_object*, lean_object*, 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_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___closed__7; @@ -228,16 +228,13 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_anal lean_object* l_Lean_CollectLevelParams_main(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core(lean_object*, lean_object*, 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_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_252____closed__1; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___boxed(lean_object**); uint8_t l_Lean_Expr_isAtomic(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__9(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_TopDownAnalyze_replaceLPsWithVars___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_292_(lean_object*); static lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_checkpointDefEq___spec__1___closed__1; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_412____closed__1; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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*); extern lean_object* l_instInhabitedPUnit; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__5___boxed(lean_object**); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__20; uint8_t l_Lean_Expr_hasMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isFunLike(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -246,6 +243,7 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnal static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__9; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__1; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps___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*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__10; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_172____closed__4; LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__9(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__49; @@ -262,6 +260,7 @@ LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeTypeAscriptions(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instMonadWithReaderOfSubExprAnalyzeM(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders(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_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__1; +static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__1; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__2(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_lambdaTelescopeImp___rarg(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -270,6 +269,7 @@ LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_PrettyPrinter_Delabor LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_nameNotRoundtrippable(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__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_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(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_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__1; uint8_t l_Lean_Expr_isSort(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_mvarName___boxed(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_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -292,9 +292,8 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___l LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeKnowsType(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeFVar(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_412_(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_332____closed__4; -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__18; lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_132____closed__2; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__6; @@ -302,6 +301,7 @@ static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownA LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeSort___rarg(lean_object*); static lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1___closed__2; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__21; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__13; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerInternalExceptionId(lean_object*, lean_object*); @@ -313,8 +313,8 @@ lean_object* l___private_Lean_Meta_Basic_0__Lean_Meta_withLocalDeclImp___rarg(le static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__7; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_452_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_212____closed__5; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__11; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__28(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_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_pp_analyze_trustKnownFOType2TypeHOFuns; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_checkOutParams___spec__1___boxed(lean_object**); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__32(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -322,6 +322,7 @@ static lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_a extern lean_object* l_Lean_SubExpr_Pos_typeCoord; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_Context_inBottomUp___default; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__9(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_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__3; @@ -329,16 +330,17 @@ uint8_t l_Lean_Expr_isMVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___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_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_checkOutParams___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_addTrace___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___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_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt(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_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_452____closed__2; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern uint8_t l_Lean_instInhabitedBinderInfo; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectBottomUps___lambda__1___boxed(lean_object*); -lean_object* l_ReaderT_instMonadLiftReaderT(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__23; lean_object* l_Lean_Option_register___at_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Options___hyg_6____spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___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_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isDefEqAssigning(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_isNonConstFun___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__6(lean_object*, lean_object*); @@ -363,12 +365,12 @@ lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeOmitMax(lean_object*); static lean_object* l_Lean_getPPAnalysisLetVarType___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___closed__3; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__7; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_maybeAddBlockImplicit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasLooseBVars(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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_Name_num___override(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5(lean_object*, size_t, size_t); uint8_t lean_is_out_param(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__2; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -388,7 +390,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__2(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_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___spec__1(lean_object*, lean_object*, size_t, size_t); lean_object* lean_io_mono_nanos_now(lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___closed__4; lean_object* l_Lean_Expr_constName_x21(lean_object*); static lean_object* l_Lean_getPPAnalysisBlockImplicit___closed__2; @@ -402,15 +403,16 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withLocalDecl___at_Lean_PrettyPrinter_Delab LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_nameNotRoundtrippable_containsNum___boxed(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_52____closed__2; LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeTrustOfScientific(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_pp_analyze; uint8_t l_Lean_getPPInstances(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___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_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingDomain___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLam___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp___closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasMVarAtCurrDepth(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___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_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__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_getBoolOption___at_Lean_Meta_processPostponed___spec__4(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__10___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_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -422,7 +424,6 @@ LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_PrettyPrinter_De uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___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_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp___closed__2; -lean_object* l_StateT_instMonadStateT___rarg(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__3___boxed(lean_object**); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___closed__2; @@ -436,8 +437,8 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3_ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__25; LEAN_EXPORT lean_object* l_Lean_getPPAnalysisHole___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify___lambda__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_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1(lean_object*, size_t, size_t); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__12; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__1; lean_object* l_Lean_Meta_getResetPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__2; @@ -448,7 +449,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___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_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__15; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__5___boxed(lean_object**); -LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26(lean_object*, lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectTrivialBottomUps___spec__1___boxed(lean_object**); @@ -456,14 +456,12 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnal LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryFn___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SubExpr_Pos_pushNaryArg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_52____closed__5; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92____closed__4; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3; extern lean_object* l_Lean_Meta_instMonadMetaM; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getPos___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__2(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_132____closed__4; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___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_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__18(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_PrettyPrinter_Delaborator_topDownAnalyze___spec__2(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -472,6 +470,7 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_anal static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__39; lean_object* l_Lean_KVMap_setBool(lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__32; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_getPPAnalysisNeedsType___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_withLetDecl___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__10(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -484,6 +483,7 @@ LEAN_EXPORT lean_object* l_Lean_getPPAnalysisSkip___boxed(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__35; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__36(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeExplicitHoles___boxed(lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLam(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instInhabitedContext___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withProj___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -496,18 +496,20 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHighe static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__27; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_332____closed__2; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92____closed__3; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___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_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__48; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_SubExpr_Pos_push(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92____closed__5; uint8_t l_Lean_Expr_binderInfo(lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeTrustSubtypeMk(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams_inspectAux___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_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__28; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(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_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__1; -LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(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_TopDownAnalyze_canBottomUp___lambda__4(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_RBNode_find___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__5___boxed(lean_object*, lean_object*); @@ -516,7 +518,6 @@ LEAN_EXPORT uint8_t l_List_foldr___at_Lean_PrettyPrinter_Delaborator_TopDownAnal LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_extract___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__30; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__19; lean_object* l_Lean_Elab_Term_setElabConfig(lean_object*); lean_object* l_Lean_Meta_forallMetaBoundedTelescope(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1___closed__1; @@ -524,43 +525,37 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_L LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_52_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__1; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__3; -lean_object* l_StateT_lift___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170_(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData___spec__11(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_TopDownAnalyze_analyzeAppStagedCore_hBinOpHeuristic___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_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_212____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike___closed__4; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__52; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(lean_object*, 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_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__50; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___boxed(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__24(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalysisBlockImplicit(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__24; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__2; uint8_t l_Lean_Name_hasMacroScopes(lean_object*); lean_object* l_Lean_Expr_bindingDomain_x21(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_52____closed__4; -static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__3; LEAN_EXPORT lean_object* l_Lean_HashMapImp_expand___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__4(lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4; -static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__18; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_mvarName(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__19; LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeKnowsType___boxed(lean_object*); LEAN_EXPORT uint8_t l_Lean_getPPAnalysisSkip(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeFailureId; LEAN_EXPORT lean_object* l_Lean_AssocList_replace___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__7(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6; LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__10___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeTrustSubst___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_252____closed__3; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(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_returnsPi___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasLevelMVarAtCurrDepth___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__8(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -569,7 +564,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_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1___closed__3; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike___closed__5; -static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_172____closed__2; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -582,11 +576,10 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delabora LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeMData(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Delaborator_isIdLike(lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instInhabitedContext___closed__2; -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__12; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withProj___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeProj___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Meta_lambdaTelescope___at_Lean_PrettyPrinter_Delaborator_returnsPi___spec__1(lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__45; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__1; @@ -614,7 +607,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_L LEAN_EXPORT uint8_t l_Lean_getPPAnalysisNeedsType(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_addTrace___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__6; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__22; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isFunLike___closed__1; @@ -626,6 +618,7 @@ LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_Top LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withBindingBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLam___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_PrettyPrinter_Delaborator_TopDownAnalyze_checkKnowsType___closed__2; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_452____closed__4; +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__5; lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_maybeAddBlockImplicit___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__10(lean_object*, lean_object*); @@ -654,6 +647,7 @@ LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeOmitMax___boxed(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__22(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*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__5; +static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__8; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___spec__1___rarg(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_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__2___closed__3; @@ -665,6 +659,7 @@ static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_anal LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___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_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___spec__1___closed__1; +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__31; lean_object* l_panic___at_Lean_Level_normalize___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__2___boxed(lean_object*, lean_object*); @@ -709,14 +704,11 @@ lean_object* l_Lean_addTrace___at_Lean_Meta_processPostponed_loop___spec__2(lean LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_State_annotations___default; lean_object* l_Lean_SubExpr_Pos_pushNaryFn(lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92____closed__2; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__10; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___spec__1___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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* l_Lean_Expr_bindingBody_x21(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_292____closed__4; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__9(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_TopDownAnalyze___hyg_12890____closed__13; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp___closed__6; lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_pp_analyze_trustOfNat; @@ -734,8 +726,9 @@ lean_object* l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___s static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__51; static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_92____closed__1; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_checkKnowsType___closed__1; -static lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1; LEAN_EXPORT lean_object* l_Lean_pp_analyze_checkInstances; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(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*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_332____closed__3; static lean_object* l_Lean_Meta_checkpointDefEq___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_checkpointDefEq___spec__1___closed__2; @@ -761,18 +754,15 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___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_Delaborator_TopDownAnalyze_isHBinOp___lambda__1___closed__34; uint8_t l_Lean_getPPProofs(lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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*); +static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__1; LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8_(lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_412____closed__4; LEAN_EXPORT uint8_t l_Lean_getPPAnalyzeTrustOfNat(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___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_TopDownAnalyze_isHBinOp___lambda__1___closed__47; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_hBinOpHeuristic___boxed(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*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp(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_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14(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_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___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_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore___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*); uint8_t l_Lean_Expr_isConst(lean_object*); @@ -797,10 +787,12 @@ static lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_top lean_object* l_Lean_Meta_setPostponed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_isFOLike(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(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_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__15; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_returnsPi___lambda__1(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_getPPAnalysisBlockImplicit___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectTrivialBottomUps___boxed(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_getPPAnalysisNamedArg___boxed(lean_object*); @@ -822,13 +814,11 @@ lean_object* l_Lean_Meta_isProof(lean_object*, lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___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_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__2; LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__33(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_TopDownAnalyze___hyg_12890____closed__9; LEAN_EXPORT lean_object* l_Lean_getPPAnalyzeTrustKnownFOType2TypeHOFuns___boxed(lean_object*); static lean_object* l_Lean_getPPAnalysisSkip___closed__2; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14(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_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__37(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_412____closed__3; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__14; static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__6; LEAN_EXPORT lean_object* l_Lean_Meta_withNewMCtxDepth___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -842,7 +832,6 @@ uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_instMonadReaderOfSubExprAnalyzeM___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_checkpointDefEq(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___closed__8; -static lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__15; static lean_object* _init_l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__1() { _start: { @@ -6611,78 +6600,64 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(lean_object* x_1, lean_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_36; +lean_object* x_10; lean_object* x_37; lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); lean_inc(x_2); lean_inc(x_1); -x_36 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isDefEqAssigning(x_1, x_2, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_36) == 0) +x_37 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isDefEqAssigning(x_1, x_2, x_5, x_6, x_7, x_8, x_9); +if (lean_obj_tag(x_37) == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; -x_37 = lean_ctor_get(x_36, 0); -lean_inc(x_37); -x_38 = lean_ctor_get(x_36, 1); +lean_object* x_38; lean_object* x_39; lean_object* x_40; uint8_t x_41; +x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); -lean_dec(x_36); -x_39 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify___closed__1; -x_40 = lean_unbox(x_37); +x_39 = lean_ctor_get(x_37, 1); +lean_inc(x_39); lean_dec(x_37); -if (x_40 == 0) +x_40 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify___closed__1; +x_41 = lean_unbox(x_38); +lean_dec(x_38); +if (x_41 == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_41 = lean_st_ref_take(x_4, x_38); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_ctor_get(x_41, 1); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; +x_42 = lean_st_ref_take(x_4, x_39); +x_43 = lean_ctor_get(x_42, 0); lean_inc(x_43); -lean_dec(x_41); -x_44 = !lean_is_exclusive(x_42); -if (x_44 == 0) +x_44 = lean_ctor_get(x_42, 1); +lean_inc(x_44); +lean_dec(x_42); +x_45 = !lean_is_exclusive(x_43); +if (x_45 == 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; -x_45 = lean_ctor_get(x_42, 1); +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; +x_46 = lean_ctor_get(x_43, 1); lean_inc(x_2); lean_inc(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_2); -x_47 = lean_array_push(x_45, x_46); -lean_ctor_set(x_42, 1, x_47); -x_48 = lean_st_ref_set(x_4, x_42, x_43); -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -lean_dec(x_48); -x_50 = lean_box(0); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_1); +lean_ctor_set(x_47, 1, x_2); +x_48 = lean_array_push(x_46, x_47); +lean_ctor_set(x_43, 1, x_48); +x_49 = lean_st_ref_set(x_4, x_43, x_44); +x_50 = lean_ctor_get(x_49, 1); +lean_inc(x_50); +lean_dec(x_49); +x_51 = lean_box(0); lean_inc(x_4); -x_51 = lean_apply_8(x_39, x_50, x_3, x_4, x_5, x_6, x_7, x_8, x_49); -if (lean_obj_tag(x_51) == 0) -{ -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -return x_51; -} -else -{ -lean_object* x_52; -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -lean_dec(x_51); +x_52 = lean_apply_8(x_40, x_51, x_3, x_4, x_5, x_6, x_7, x_8, x_50); x_10 = x_52; -goto block_35; -} +goto block_36; } else { 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; -x_53 = lean_ctor_get(x_42, 0); -x_54 = lean_ctor_get(x_42, 1); +x_53 = lean_ctor_get(x_43, 0); +x_54 = lean_ctor_get(x_43, 1); lean_inc(x_54); lean_inc(x_53); -lean_dec(x_42); +lean_dec(x_43); lean_inc(x_2); lean_inc(x_1); x_55 = lean_alloc_ctor(0, 2, 0); @@ -6692,149 +6667,149 @@ x_56 = lean_array_push(x_54, x_55); x_57 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_57, 0, x_53); lean_ctor_set(x_57, 1, x_56); -x_58 = lean_st_ref_set(x_4, x_57, x_43); +x_58 = lean_st_ref_set(x_4, x_57, x_44); x_59 = lean_ctor_get(x_58, 1); lean_inc(x_59); lean_dec(x_58); x_60 = lean_box(0); lean_inc(x_4); -x_61 = lean_apply_8(x_39, x_60, x_3, x_4, x_5, x_6, x_7, x_8, x_59); -if (lean_obj_tag(x_61) == 0) -{ -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -return x_61; -} -else -{ -lean_object* x_62; -x_62 = lean_ctor_get(x_61, 1); -lean_inc(x_62); -lean_dec(x_61); -x_10 = x_62; -goto block_35; -} +x_61 = lean_apply_8(x_40, x_60, x_3, x_4, x_5, x_6, x_7, x_8, x_59); +x_10 = x_61; +goto block_36; } } else { -lean_object* x_63; lean_object* x_64; -x_63 = lean_box(0); +lean_object* x_62; lean_object* x_63; +x_62 = lean_box(0); lean_inc(x_4); -x_64 = lean_apply_8(x_39, x_63, x_3, x_4, x_5, x_6, x_7, x_8, x_38); -if (lean_obj_tag(x_64) == 0) -{ -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -return x_64; -} -else -{ -lean_object* x_65; -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -lean_dec(x_64); -x_10 = x_65; -goto block_35; -} +x_63 = lean_apply_8(x_40, x_62, x_3, x_4, x_5, x_6, x_7, x_8, x_39); +x_10 = x_63; +goto block_36; } } else { -lean_object* x_66; +uint8_t x_64; lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_3); -x_66 = lean_ctor_get(x_36, 1); +x_64 = !lean_is_exclusive(x_37); +if (x_64 == 0) +{ +x_10 = x_37; +goto block_36; +} +else +{ +lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_65 = lean_ctor_get(x_37, 0); +x_66 = lean_ctor_get(x_37, 1); lean_inc(x_66); -lean_dec(x_36); -x_10 = x_66; -goto block_35; +lean_inc(x_65); +lean_dec(x_37); +x_67 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_67, 0, x_65); +lean_ctor_set(x_67, 1, x_66); +x_10 = x_67; +goto block_36; +} } -block_35: +block_36: { -lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_11 = lean_st_ref_take(x_4, x_10); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -x_13 = lean_ctor_get(x_11, 1); +if (lean_obj_tag(x_10) == 0) +{ +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +return x_10; +} +else +{ +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_11 = lean_ctor_get(x_10, 1); +lean_inc(x_11); +lean_dec(x_10); +x_12 = lean_st_ref_take(x_4, x_11); +x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); -lean_dec(x_11); -x_14 = !lean_is_exclusive(x_12); -if (x_14 == 0) +x_14 = lean_ctor_get(x_12, 1); +lean_inc(x_14); +lean_dec(x_12); +x_15 = !lean_is_exclusive(x_13); +if (x_15 == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_15 = lean_ctor_get(x_12, 1); -x_16 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_16, 0, x_1); -lean_ctor_set(x_16, 1, x_2); -x_17 = lean_array_push(x_15, x_16); -lean_ctor_set(x_12, 1, x_17); -x_18 = lean_st_ref_set(x_4, x_12, x_13); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_16 = lean_ctor_get(x_13, 1); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_1); +lean_ctor_set(x_17, 1, x_2); +x_18 = lean_array_push(x_16, x_17); +lean_ctor_set(x_13, 1, x_18); +x_19 = lean_st_ref_set(x_4, x_13, x_14); lean_dec(x_4); -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) +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_18, 0); -lean_dec(x_20); -x_21 = lean_box(0); -lean_ctor_set(x_18, 0, x_21); -return x_18; +lean_object* x_21; lean_object* x_22; +x_21 = lean_ctor_get(x_19, 0); +lean_dec(x_21); +x_22 = lean_box(0); +lean_ctor_set(x_19, 0, x_22); +return x_19; } else { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_18, 1); -lean_inc(x_22); -lean_dec(x_18); -x_23 = lean_box(0); -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_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_19, 1); +lean_inc(x_23); +lean_dec(x_19); +x_24 = lean_box(0); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_23); +return x_25; } } 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; -x_25 = lean_ctor_get(x_12, 0); -x_26 = lean_ctor_get(x_12, 1); +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_26 = lean_ctor_get(x_13, 0); +x_27 = lean_ctor_get(x_13, 1); +lean_inc(x_27); lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_12); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_1); -lean_ctor_set(x_27, 1, x_2); -x_28 = lean_array_push(x_26, x_27); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_25); -lean_ctor_set(x_29, 1, x_28); -x_30 = lean_st_ref_set(x_4, x_29, x_13); +lean_dec(x_13); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_1); +lean_ctor_set(x_28, 1, x_2); +x_29 = lean_array_push(x_27, x_28); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_26); +lean_ctor_set(x_30, 1, x_29); +x_31 = lean_st_ref_set(x_4, x_30, x_14); lean_dec(x_4); -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -if (lean_is_exclusive(x_30)) { - lean_ctor_release(x_30, 0); - lean_ctor_release(x_30, 1); - x_32 = x_30; +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_33 = x_31; } else { - lean_dec_ref(x_30); - x_32 = lean_box(0); + lean_dec_ref(x_31); + x_33 = lean_box(0); } -x_33 = lean_box(0); -if (lean_is_scalar(x_32)) { - x_34 = lean_alloc_ctor(0, 2, 0); +x_34 = lean_box(0); +if (lean_is_scalar(x_33)) { + x_35 = lean_alloc_ctor(0, 2, 0); } else { - x_34 = x_32; + x_35 = x_33; +} +lean_ctor_set(x_35, 0, x_34); +lean_ctor_set(x_35, 1, x_32); +return x_35; } -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_31); -return x_34; } } } @@ -7881,147 +7856,159 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_7, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_30; lean_object* x_115; uint8_t x_116; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_30; uint8_t x_115; lean_object* x_164; uint8_t x_165; lean_dec(x_11); x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_7, x_22); lean_dec(x_7); -x_115 = lean_array_get_size(x_5); -x_116 = lean_nat_dec_lt(x_8, x_115); -lean_dec(x_115); -if (x_116 == 0) -{ -uint8_t x_117; lean_object* x_118; lean_object* x_119; uint8_t x_120; uint8_t x_121; uint8_t x_122; -x_117 = l_Lean_instInhabitedBinderInfo; -x_118 = lean_box(x_117); -x_119 = l___private_Init_Util_0__outOfBounds___rarg(x_118); -x_120 = lean_unbox(x_119); -lean_dec(x_119); -x_121 = 3; -x_122 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_120, x_121); -if (x_122 == 0) -{ -uint8_t x_123; uint8_t x_124; -x_123 = 0; -x_124 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_120, x_123); -if (x_124 == 0) +x_164 = lean_array_get_size(x_5); +x_165 = lean_nat_dec_lt(x_8, x_164); +lean_dec(x_164); +if (x_165 == 0) { -lean_object* x_125; -x_125 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_125; -x_25 = x_18; -goto block_29; +uint8_t x_166; lean_object* x_167; lean_object* x_168; uint8_t x_169; +x_166 = l_Lean_instInhabitedBinderInfo; +x_167 = lean_box(x_166); +x_168 = l___private_Init_Util_0__outOfBounds___rarg(x_167); +x_169 = lean_unbox(x_168); +lean_dec(x_168); +x_115 = x_169; +goto block_163; } else { -uint8_t x_126; -x_126 = lean_nat_dec_lt(x_8, x_3); -if (x_126 == 0) -{ -lean_object* x_127; lean_object* x_128; -x_127 = l_Lean_instInhabitedExpr; -x_128 = l___private_Init_Util_0__outOfBounds___rarg(x_127); -x_30 = x_128; -goto block_114; +lean_object* x_170; uint8_t x_171; +x_170 = lean_array_fget(x_5, x_8); +x_171 = lean_unbox(x_170); +lean_dec(x_170); +x_115 = x_171; +goto block_163; } -else +block_29: { -lean_object* x_129; -x_129 = lean_array_fget(x_2, x_8); -x_30 = x_129; -goto block_114; -} -} +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +lean_dec(x_24); +x_27 = lean_nat_add(x_8, x_10); +lean_dec(x_8); +x_7 = x_23; +x_8 = x_27; +x_11 = x_26; +x_18 = x_25; +goto _start; } -else +block_114: { -uint8_t x_130; uint8_t x_131; -x_130 = lean_nat_dec_lt(x_8, x_3); -x_131 = lean_nat_dec_lt(x_8, x_6); -if (x_130 == 0) +lean_object* x_31; lean_object* x_32; uint8_t x_33; +x_31 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp(x_30, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +x_32 = lean_ctor_get(x_31, 0); +lean_inc(x_32); +x_33 = lean_unbox(x_32); +lean_dec(x_32); +if (x_33 == 0) { -lean_object* x_132; lean_object* x_133; -x_132 = l_Lean_instInhabitedExpr; -x_133 = l___private_Init_Util_0__outOfBounds___rarg(x_132); -if (x_131 == 0) +lean_object* x_34; uint8_t x_35; +x_34 = lean_ctor_get(x_31, 1); +lean_inc(x_34); +lean_dec(x_31); +x_35 = lean_nat_dec_lt(x_8, x_6); +if (x_35 == 0) { -lean_object* x_134; lean_object* x_135; -x_134 = l___private_Init_Util_0__outOfBounds___rarg(x_132); +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = l_Lean_instInhabitedExpr; +x_37 = l___private_Init_Util_0__outOfBounds___rarg(x_36); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_135 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_133, x_134, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_135) == 0) +lean_inc(x_37); +x_38 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_typeUnknown(x_37, x_14, x_15, x_16, x_17, x_34); +if (lean_obj_tag(x_38) == 0) { -lean_object* x_136; lean_object* x_137; -x_136 = lean_ctor_get(x_135, 1); -lean_inc(x_136); -lean_dec(x_135); -x_137 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_137; -x_25 = x_136; -goto block_29; -} -else +lean_object* x_39; uint8_t x_40; +x_39 = lean_ctor_get(x_38, 0); +lean_inc(x_39); +x_40 = lean_unbox(x_39); +lean_dec(x_39); +if (x_40 == 0) { -uint8_t x_138; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_1); -x_138 = !lean_is_exclusive(x_135); -if (x_138 == 0) -{ -return x_135; +lean_object* x_41; lean_object* x_42; +lean_dec(x_37); +lean_dec(x_30); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +lean_dec(x_38); +x_42 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_42; +x_25 = x_41; +goto block_29; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_139 = lean_ctor_get(x_135, 0); -x_140 = lean_ctor_get(x_135, 1); -lean_inc(x_140); -lean_inc(x_139); -lean_dec(x_135); -x_141 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_141, 0, x_139); -lean_ctor_set(x_141, 1, x_140); -return x_141; -} -} +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = lean_ctor_get(x_38, 1); +lean_inc(x_43); +lean_dec(x_38); +lean_inc(x_37); +x_44 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_44, 0, x_37); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_1); +lean_inc(x_30); +x_45 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(x_30, x_44, x_1, x_12, x_13, x_14, x_15, x_16, x_17, x_43); +if (lean_obj_tag(x_45) == 0) +{ +lean_object* x_46; uint8_t x_47; +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +x_47 = lean_unbox(x_46); +lean_dec(x_46); +if (x_47 == 0) +{ +lean_object* x_48; lean_object* x_49; +lean_dec(x_37); +lean_dec(x_30); +x_48 = lean_ctor_get(x_45, 1); +lean_inc(x_48); +lean_dec(x_45); +x_49 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_49; +x_25 = x_48; +goto block_29; } else { -lean_object* x_142; lean_object* x_143; -x_142 = lean_array_fget(x_4, x_8); +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_45, 1); +lean_inc(x_50); +lean_dec(x_45); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_143 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_133, x_142, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_143) == 0) +x_51 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_37, x_12, x_13, x_14, x_15, x_16, x_17, x_50); +if (lean_obj_tag(x_51) == 0) { -lean_object* x_144; lean_object* x_145; -x_144 = lean_ctor_get(x_143, 1); -lean_inc(x_144); -lean_dec(x_143); -x_145 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_145; -x_25 = x_144; +lean_object* x_52; lean_object* x_53; +x_52 = lean_ctor_get(x_51, 1); +lean_inc(x_52); +lean_dec(x_51); +x_53 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_53; +x_25 = x_52; goto block_29; } else { -uint8_t x_146; +uint8_t x_54; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8031,57 +8018,32 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_146 = !lean_is_exclusive(x_143); -if (x_146 == 0) +x_54 = !lean_is_exclusive(x_51); +if (x_54 == 0) { -return x_143; +return x_51; } else { -lean_object* x_147; lean_object* x_148; lean_object* x_149; -x_147 = lean_ctor_get(x_143, 0); -x_148 = lean_ctor_get(x_143, 1); -lean_inc(x_148); -lean_inc(x_147); -lean_dec(x_143); -x_149 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_149, 0, x_147); -lean_ctor_set(x_149, 1, x_148); -return x_149; -} +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_51, 0); +x_56 = lean_ctor_get(x_51, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_51); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } -else -{ -lean_object* x_150; -x_150 = lean_array_fget(x_2, x_8); -if (x_131 == 0) -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_151 = l_Lean_instInhabitedExpr; -x_152 = l___private_Init_Util_0__outOfBounds___rarg(x_151); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_153 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_150, x_152, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_153) == 0) -{ -lean_object* x_154; lean_object* x_155; -x_154 = lean_ctor_get(x_153, 1); -lean_inc(x_154); -lean_dec(x_153); -x_155 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_155; -x_25 = x_154; -goto block_29; } else { -uint8_t x_156; +uint8_t x_58; +lean_dec(x_37); +lean_dec(x_30); lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8091,51 +8053,32 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_156 = !lean_is_exclusive(x_153); -if (x_156 == 0) +x_58 = !lean_is_exclusive(x_45); +if (x_58 == 0) { -return x_153; +return x_45; } else { -lean_object* x_157; lean_object* x_158; lean_object* x_159; -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(1, 2, 0); -lean_ctor_set(x_159, 0, x_157); -lean_ctor_set(x_159, 1, x_158); -return x_159; +lean_object* x_59; lean_object* x_60; lean_object* x_61; +x_59 = lean_ctor_get(x_45, 0); +x_60 = lean_ctor_get(x_45, 1); +lean_inc(x_60); +lean_inc(x_59); +lean_dec(x_45); +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; } } } -else -{ -lean_object* x_160; lean_object* x_161; -x_160 = lean_array_fget(x_4, x_8); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_161 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_150, x_160, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_161) == 0) -{ -lean_object* x_162; lean_object* x_163; -x_162 = lean_ctor_get(x_161, 1); -lean_inc(x_162); -lean_dec(x_161); -x_163 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_163; -x_25 = x_162; -goto block_29; } else { -uint8_t x_164; +uint8_t x_62; +lean_dec(x_37); +lean_dec(x_30); lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8145,106 +8088,121 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_164 = !lean_is_exclusive(x_161); -if (x_164 == 0) +x_62 = !lean_is_exclusive(x_38); +if (x_62 == 0) { -return x_161; +return x_38; } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_165 = lean_ctor_get(x_161, 0); -x_166 = lean_ctor_get(x_161, 1); -lean_inc(x_166); -lean_inc(x_165); -lean_dec(x_161); -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_63; lean_object* x_64; lean_object* x_65; +x_63 = lean_ctor_get(x_38, 0); +x_64 = lean_ctor_get(x_38, 1); +lean_inc(x_64); +lean_inc(x_63); +lean_dec(x_38); +x_65 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_65, 0, x_63); +lean_ctor_set(x_65, 1, x_64); +return x_65; } } } else { -lean_object* x_168; uint8_t x_169; uint8_t x_170; uint8_t x_171; -x_168 = lean_array_fget(x_5, x_8); -x_169 = lean_unbox(x_168); -lean_dec(x_168); -x_170 = 3; -x_171 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_169, x_170); -if (x_171 == 0) +lean_object* x_66; lean_object* x_67; +x_66 = lean_array_fget(x_4, x_8); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_66); +x_67 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_typeUnknown(x_66, x_14, x_15, x_16, x_17, x_34); +if (lean_obj_tag(x_67) == 0) { -uint8_t x_172; uint8_t x_173; -x_172 = 0; -x_173 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_169, x_172); -if (x_173 == 0) +lean_object* x_68; uint8_t x_69; +x_68 = lean_ctor_get(x_67, 0); +lean_inc(x_68); +x_69 = lean_unbox(x_68); +lean_dec(x_68); +if (x_69 == 0) { -lean_object* x_174; -x_174 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_174; -x_25 = x_18; +lean_object* x_70; lean_object* x_71; +lean_dec(x_66); +lean_dec(x_30); +x_70 = lean_ctor_get(x_67, 1); +lean_inc(x_70); +lean_dec(x_67); +x_71 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_71; +x_25 = x_70; goto block_29; } else { -uint8_t x_175; -x_175 = lean_nat_dec_lt(x_8, x_3); -if (x_175 == 0) +lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_72 = lean_ctor_get(x_67, 1); +lean_inc(x_72); +lean_dec(x_67); +lean_inc(x_66); +x_73 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_73, 0, x_66); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_1); +lean_inc(x_30); +x_74 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(x_30, x_73, x_1, x_12, x_13, x_14, x_15, x_16, x_17, x_72); +if (lean_obj_tag(x_74) == 0) { -lean_object* x_176; lean_object* x_177; -x_176 = l_Lean_instInhabitedExpr; -x_177 = l___private_Init_Util_0__outOfBounds___rarg(x_176); -x_30 = x_177; -goto block_114; -} -else +lean_object* x_75; uint8_t x_76; +x_75 = lean_ctor_get(x_74, 0); +lean_inc(x_75); +x_76 = lean_unbox(x_75); +lean_dec(x_75); +if (x_76 == 0) { -lean_object* x_178; -x_178 = lean_array_fget(x_2, x_8); -x_30 = x_178; -goto block_114; -} -} +lean_object* x_77; lean_object* x_78; +lean_dec(x_66); +lean_dec(x_30); +x_77 = lean_ctor_get(x_74, 1); +lean_inc(x_77); +lean_dec(x_74); +x_78 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_78; +x_25 = x_77; +goto block_29; } else { -uint8_t x_179; uint8_t x_180; -x_179 = lean_nat_dec_lt(x_8, x_3); -x_180 = lean_nat_dec_lt(x_8, x_6); -if (x_179 == 0) -{ -lean_object* x_181; lean_object* x_182; -x_181 = l_Lean_instInhabitedExpr; -x_182 = l___private_Init_Util_0__outOfBounds___rarg(x_181); -if (x_180 == 0) -{ -lean_object* x_183; lean_object* x_184; -x_183 = l___private_Init_Util_0__outOfBounds___rarg(x_181); +lean_object* x_79; lean_object* x_80; +x_79 = lean_ctor_get(x_74, 1); +lean_inc(x_79); +lean_dec(x_74); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_184 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_182, x_183, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_184) == 0) +x_80 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_66, x_12, x_13, x_14, x_15, x_16, x_17, x_79); +if (lean_obj_tag(x_80) == 0) { -lean_object* x_185; lean_object* x_186; -x_185 = lean_ctor_get(x_184, 1); -lean_inc(x_185); -lean_dec(x_184); -x_186 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_186; -x_25 = x_185; +lean_object* x_81; lean_object* x_82; +x_81 = lean_ctor_get(x_80, 1); +lean_inc(x_81); +lean_dec(x_80); +x_82 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_82; +x_25 = x_81; goto block_29; } else { -uint8_t x_187; +uint8_t x_83; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8254,51 +8212,67 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_187 = !lean_is_exclusive(x_184); -if (x_187 == 0) +x_83 = !lean_is_exclusive(x_80); +if (x_83 == 0) { -return x_184; +return x_80; } else { -lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_188 = lean_ctor_get(x_184, 0); -x_189 = lean_ctor_get(x_184, 1); -lean_inc(x_189); -lean_inc(x_188); -lean_dec(x_184); -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; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_80, 0); +x_85 = lean_ctor_get(x_80, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_80); +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; +} } } } else { -lean_object* x_191; lean_object* x_192; -x_191 = lean_array_fget(x_4, x_8); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_192 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_182, x_191, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_192) == 0) +uint8_t x_87; +lean_dec(x_66); +lean_dec(x_30); +lean_dec(x_23); +lean_dec(x_17); +lean_dec(x_16); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_8); +lean_dec(x_1); +x_87 = !lean_is_exclusive(x_74); +if (x_87 == 0) { -lean_object* x_193; lean_object* x_194; -x_193 = lean_ctor_get(x_192, 1); -lean_inc(x_193); -lean_dec(x_192); -x_194 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_194; -x_25 = x_193; -goto block_29; +return x_74; +} +else +{ +lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_88 = lean_ctor_get(x_74, 0); +x_89 = lean_ctor_get(x_74, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_74); +x_90 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +} +} } else { -uint8_t x_195; +uint8_t x_91; +lean_dec(x_66); +lean_dec(x_30); lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8308,57 +8282,60 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_195 = !lean_is_exclusive(x_192); -if (x_195 == 0) +x_91 = !lean_is_exclusive(x_67); +if (x_91 == 0) { -return x_192; +return x_67; } else { -lean_object* x_196; lean_object* x_197; lean_object* x_198; -x_196 = lean_ctor_get(x_192, 0); -x_197 = lean_ctor_get(x_192, 1); -lean_inc(x_197); -lean_inc(x_196); -lean_dec(x_192); -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_92; lean_object* x_93; lean_object* x_94; +x_92 = lean_ctor_get(x_67, 0); +x_93 = lean_ctor_get(x_67, 1); +lean_inc(x_93); +lean_inc(x_92); +lean_dec(x_67); +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_199; -x_199 = lean_array_fget(x_2, x_8); -if (x_180 == 0) +lean_object* x_95; uint8_t x_96; +x_95 = lean_ctor_get(x_31, 1); +lean_inc(x_95); +lean_dec(x_31); +x_96 = lean_nat_dec_lt(x_8, x_6); +if (x_96 == 0) { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -x_200 = l_Lean_instInhabitedExpr; -x_201 = l___private_Init_Util_0__outOfBounds___rarg(x_200); +lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_97 = l_Lean_instInhabitedExpr; +x_98 = l___private_Init_Util_0__outOfBounds___rarg(x_97); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_202 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_199, x_201, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_202) == 0) +x_99 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_98, x_12, x_13, x_14, x_15, x_16, x_17, x_95); +if (lean_obj_tag(x_99) == 0) { -lean_object* x_203; lean_object* x_204; -x_203 = lean_ctor_get(x_202, 1); -lean_inc(x_203); -lean_dec(x_202); -x_204 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_204; -x_25 = x_203; +lean_object* x_100; lean_object* x_101; +x_100 = lean_ctor_get(x_99, 1); +lean_inc(x_100); +lean_dec(x_99); +x_101 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_101; +x_25 = x_100; goto block_29; } else { -uint8_t x_205; +uint8_t x_102; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8368,51 +8345,51 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_205 = !lean_is_exclusive(x_202); -if (x_205 == 0) +x_102 = !lean_is_exclusive(x_99); +if (x_102 == 0) { -return x_202; +return x_99; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -x_206 = lean_ctor_get(x_202, 0); -x_207 = lean_ctor_get(x_202, 1); -lean_inc(x_207); -lean_inc(x_206); -lean_dec(x_202); -x_208 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_208, 0, x_206); -lean_ctor_set(x_208, 1, x_207); -return x_208; +lean_object* x_103; lean_object* x_104; lean_object* x_105; +x_103 = lean_ctor_get(x_99, 0); +x_104 = lean_ctor_get(x_99, 1); +lean_inc(x_104); +lean_inc(x_103); +lean_dec(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 { -lean_object* x_209; lean_object* x_210; -x_209 = lean_array_fget(x_4, x_8); +lean_object* x_106; lean_object* x_107; +x_106 = lean_array_fget(x_4, x_8); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_210 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_199, x_209, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_210) == 0) +x_107 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_106, x_12, x_13, x_14, x_15, x_16, x_17, x_95); +if (lean_obj_tag(x_107) == 0) { -lean_object* x_211; lean_object* x_212; -x_211 = lean_ctor_get(x_210, 1); -lean_inc(x_211); -lean_dec(x_210); -x_212 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_212; -x_25 = x_211; +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_107, 1); +lean_inc(x_108); +lean_dec(x_107); +x_109 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_109; +x_25 = x_108; goto block_29; } else { -uint8_t x_213; +uint8_t x_110; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8422,154 +8399,102 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_213 = !lean_is_exclusive(x_210); -if (x_213 == 0) +x_110 = !lean_is_exclusive(x_107); +if (x_110 == 0) { -return x_210; +return x_107; } else { -lean_object* x_214; lean_object* x_215; lean_object* x_216; -x_214 = lean_ctor_get(x_210, 0); -x_215 = lean_ctor_get(x_210, 1); -lean_inc(x_215); -lean_inc(x_214); -lean_dec(x_210); -x_216 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_216, 0, x_214); -lean_ctor_set(x_216, 1, x_215); -return x_216; -} +lean_object* x_111; lean_object* x_112; lean_object* x_113; +x_111 = lean_ctor_get(x_107, 0); +x_112 = lean_ctor_get(x_107, 1); +lean_inc(x_112); +lean_inc(x_111); +lean_dec(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; } } } } } -block_29: +block_163: { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_24, 0); -lean_inc(x_26); -lean_dec(x_24); -x_27 = lean_nat_add(x_8, x_10); -lean_dec(x_8); -x_7 = x_23; -x_8 = x_27; -x_11 = x_26; -x_18 = x_25; -goto _start; -} -block_114: +uint8_t x_116; uint8_t x_117; +x_116 = 3; +x_117 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_115, x_116); +if (x_117 == 0) { -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp(x_30, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -x_32 = lean_ctor_get(x_31, 0); -lean_inc(x_32); -x_33 = lean_unbox(x_32); -lean_dec(x_32); -if (x_33 == 0) +uint8_t x_118; uint8_t x_119; +x_118 = 0; +x_119 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_115, x_118); +if (x_119 == 0) { -lean_object* x_34; uint8_t x_35; -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_dec(x_31); -x_35 = lean_nat_dec_lt(x_8, x_6); -if (x_35 == 0) +lean_object* x_120; +x_120 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_120; +x_25 = x_18; +goto block_29; +} +else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = l_Lean_instInhabitedExpr; -x_37 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_37); -x_38 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_typeUnknown(x_37, x_14, x_15, x_16, x_17, x_34); -if (lean_obj_tag(x_38) == 0) +uint8_t x_121; +x_121 = lean_nat_dec_lt(x_8, x_3); +if (x_121 == 0) { -lean_object* x_39; uint8_t x_40; -x_39 = lean_ctor_get(x_38, 0); -lean_inc(x_39); -x_40 = lean_unbox(x_39); -lean_dec(x_39); -if (x_40 == 0) +lean_object* x_122; lean_object* x_123; +x_122 = l_Lean_instInhabitedExpr; +x_123 = l___private_Init_Util_0__outOfBounds___rarg(x_122); +x_30 = x_123; +goto block_114; +} +else { -lean_object* x_41; lean_object* x_42; -lean_dec(x_37); -lean_dec(x_30); -x_41 = lean_ctor_get(x_38, 1); -lean_inc(x_41); -lean_dec(x_38); -x_42 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_42; -x_25 = x_41; -goto block_29; +lean_object* x_124; +x_124 = lean_array_fget(x_2, x_8); +x_30 = x_124; +goto block_114; +} +} } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_38, 1); -lean_inc(x_43); -lean_dec(x_38); -lean_inc(x_37); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_37); +uint8_t x_125; uint8_t x_126; +x_125 = lean_nat_dec_lt(x_8, x_3); +x_126 = lean_nat_dec_lt(x_8, x_6); +if (x_125 == 0) +{ +lean_object* x_127; lean_object* x_128; +x_127 = l_Lean_instInhabitedExpr; +x_128 = l___private_Init_Util_0__outOfBounds___rarg(x_127); +if (x_126 == 0) +{ +lean_object* x_129; lean_object* x_130; +x_129 = l___private_Init_Util_0__outOfBounds___rarg(x_127); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -lean_inc(x_1); -lean_inc(x_30); -x_45 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(x_30, x_44, x_1, x_12, x_13, x_14, x_15, x_16, x_17, x_43); -if (lean_obj_tag(x_45) == 0) +x_130 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_128, x_129, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_130) == 0) { -lean_object* x_46; uint8_t x_47; -x_46 = lean_ctor_get(x_45, 0); -lean_inc(x_46); -x_47 = lean_unbox(x_46); -lean_dec(x_46); -if (x_47 == 0) +lean_object* x_131; lean_object* x_132; +x_131 = lean_ctor_get(x_130, 1); +lean_inc(x_131); +lean_dec(x_130); +x_132 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_132; +x_25 = x_131; +goto block_29; +} +else { -lean_object* x_48; lean_object* x_49; -lean_dec(x_37); -lean_dec(x_30); -x_48 = lean_ctor_get(x_45, 1); -lean_inc(x_48); -lean_dec(x_45); -x_49 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_49; -x_25 = x_48; -goto block_29; -} -else -{ -lean_object* x_50; lean_object* x_51; -x_50 = lean_ctor_get(x_45, 1); -lean_inc(x_50); -lean_dec(x_45); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_51 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_37, x_12, x_13, x_14, x_15, x_16, x_17, x_50); -if (lean_obj_tag(x_51) == 0) -{ -lean_object* x_52; lean_object* x_53; -x_52 = lean_ctor_get(x_51, 1); -lean_inc(x_52); -lean_dec(x_51); -x_53 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_53; -x_25 = x_52; -goto block_29; -} -else -{ -uint8_t x_54; +uint8_t x_133; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8579,32 +8504,51 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_54 = !lean_is_exclusive(x_51); -if (x_54 == 0) +x_133 = !lean_is_exclusive(x_130); +if (x_133 == 0) { -return x_51; +return x_130; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_51, 0); -x_56 = lean_ctor_get(x_51, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_51); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -return x_57; +lean_object* x_134; lean_object* x_135; lean_object* x_136; +x_134 = lean_ctor_get(x_130, 0); +x_135 = lean_ctor_get(x_130, 1); +lean_inc(x_135); +lean_inc(x_134); +lean_dec(x_130); +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; } } } +else +{ +lean_object* x_137; lean_object* x_138; +x_137 = lean_array_fget(x_4, x_8); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +x_138 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_128, x_137, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_138) == 0) +{ +lean_object* x_139; lean_object* x_140; +x_139 = lean_ctor_get(x_138, 1); +lean_inc(x_139); +lean_dec(x_138); +x_140 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_140; +x_25 = x_139; +goto block_29; } else { -uint8_t x_58; -lean_dec(x_37); -lean_dec(x_30); +uint8_t x_141; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8614,32 +8558,57 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_58 = !lean_is_exclusive(x_45); -if (x_58 == 0) +x_141 = !lean_is_exclusive(x_138); +if (x_141 == 0) { -return x_45; +return x_138; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_45, 0); -x_60 = lean_ctor_get(x_45, 1); -lean_inc(x_60); -lean_inc(x_59); -lean_dec(x_45); -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_142; lean_object* x_143; lean_object* x_144; +x_142 = lean_ctor_get(x_138, 0); +x_143 = lean_ctor_get(x_138, 1); +lean_inc(x_143); +lean_inc(x_142); +lean_dec(x_138); +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; } } } } else { -uint8_t x_62; -lean_dec(x_37); -lean_dec(x_30); +lean_object* x_145; +x_145 = lean_array_fget(x_2, x_8); +if (x_126 == 0) +{ +lean_object* x_146; lean_object* x_147; lean_object* x_148; +x_146 = l_Lean_instInhabitedExpr; +x_147 = l___private_Init_Util_0__outOfBounds___rarg(x_146); +lean_inc(x_17); +lean_inc(x_16); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +x_148 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_145, x_147, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_148) == 0) +{ +lean_object* x_149; lean_object* x_150; +x_149 = lean_ctor_get(x_148, 1); +lean_inc(x_149); +lean_dec(x_148); +x_150 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_150; +x_25 = x_149; +goto block_29; +} +else +{ +uint8_t x_151; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8649,121 +8618,51 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_62 = !lean_is_exclusive(x_38); -if (x_62 == 0) +x_151 = !lean_is_exclusive(x_148); +if (x_151 == 0) { -return x_38; +return x_148; } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_63 = lean_ctor_get(x_38, 0); -x_64 = lean_ctor_get(x_38, 1); -lean_inc(x_64); -lean_inc(x_63); -lean_dec(x_38); -x_65 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_64); -return x_65; -} -} +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_148, 0); +x_153 = lean_ctor_get(x_148, 1); +lean_inc(x_153); +lean_inc(x_152); +lean_dec(x_148); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; } -else -{ -lean_object* x_66; lean_object* x_67; -x_66 = lean_array_fget(x_4, x_8); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_66); -x_67 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_typeUnknown(x_66, x_14, x_15, x_16, x_17, x_34); -if (lean_obj_tag(x_67) == 0) -{ -lean_object* x_68; uint8_t x_69; -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -x_69 = lean_unbox(x_68); -lean_dec(x_68); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; -lean_dec(x_66); -lean_dec(x_30); -x_70 = lean_ctor_get(x_67, 1); -lean_inc(x_70); -lean_dec(x_67); -x_71 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_71; -x_25 = x_70; -goto block_29; } -else -{ -lean_object* x_72; lean_object* x_73; lean_object* x_74; -x_72 = lean_ctor_get(x_67, 1); -lean_inc(x_72); -lean_dec(x_67); -lean_inc(x_66); -x_73 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_73, 0, x_66); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_1); -lean_inc(x_30); -x_74 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(x_30, x_73, x_1, x_12, x_13, x_14, x_15, x_16, x_17, x_72); -if (lean_obj_tag(x_74) == 0) -{ -lean_object* x_75; uint8_t x_76; -x_75 = lean_ctor_get(x_74, 0); -lean_inc(x_75); -x_76 = lean_unbox(x_75); -lean_dec(x_75); -if (x_76 == 0) -{ -lean_object* x_77; lean_object* x_78; -lean_dec(x_66); -lean_dec(x_30); -x_77 = lean_ctor_get(x_74, 1); -lean_inc(x_77); -lean_dec(x_74); -x_78 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_78; -x_25 = x_77; -goto block_29; } else { -lean_object* x_79; lean_object* x_80; -x_79 = lean_ctor_get(x_74, 1); -lean_inc(x_79); -lean_dec(x_74); +lean_object* x_155; lean_object* x_156; +x_155 = lean_array_fget(x_4, x_8); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_80 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_66, x_12, x_13, x_14, x_15, x_16, x_17, x_79); -if (lean_obj_tag(x_80) == 0) +x_156 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_145, x_155, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_156) == 0) { -lean_object* x_81; lean_object* x_82; -x_81 = lean_ctor_get(x_80, 1); -lean_inc(x_81); -lean_dec(x_80); -x_82 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_82; -x_25 = x_81; +lean_object* x_157; lean_object* x_158; +x_157 = lean_ctor_get(x_156, 1); +lean_inc(x_157); +lean_dec(x_156); +x_158 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_24 = x_158; +x_25 = x_157; goto block_29; } else { -uint8_t x_83; +uint8_t x_159; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -8773,33 +8672,33 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); lean_dec(x_1); -x_83 = !lean_is_exclusive(x_80); -if (x_83 == 0) +x_159 = !lean_is_exclusive(x_156); +if (x_159 == 0) { -return x_80; +return x_156; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_80, 0); -x_85 = lean_ctor_get(x_80, 1); -lean_inc(x_85); -lean_inc(x_84); -lean_dec(x_80); -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_object* x_160; lean_object* x_161; lean_object* x_162; +x_160 = lean_ctor_get(x_156, 0); +x_161 = lean_ctor_get(x_156, 1); +lean_inc(x_161); +lean_inc(x_160); +lean_dec(x_156); +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; +} +} +} } } } } else { -uint8_t x_87; -lean_dec(x_66); -lean_dec(x_30); -lean_dec(x_23); +lean_object* x_172; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -8807,203 +8706,17 @@ lean_dec(x_14); lean_dec(x_13); lean_dec(x_12); lean_dec(x_8); +lean_dec(x_7); lean_dec(x_1); -x_87 = !lean_is_exclusive(x_74); -if (x_87 == 0) -{ -return x_74; +x_172 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_172, 0, x_11); +lean_ctor_set(x_172, 1, x_18); +return x_172; +} } else { -lean_object* x_88; lean_object* x_89; lean_object* x_90; -x_88 = lean_ctor_get(x_74, 0); -x_89 = lean_ctor_get(x_74, 1); -lean_inc(x_89); -lean_inc(x_88); -lean_dec(x_74); -x_90 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_90, 0, x_88); -lean_ctor_set(x_90, 1, x_89); -return x_90; -} -} -} -} -else -{ -uint8_t x_91; -lean_dec(x_66); -lean_dec(x_30); -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_1); -x_91 = !lean_is_exclusive(x_67); -if (x_91 == 0) -{ -return x_67; -} -else -{ -lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_92 = lean_ctor_get(x_67, 0); -x_93 = lean_ctor_get(x_67, 1); -lean_inc(x_93); -lean_inc(x_92); -lean_dec(x_67); -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; uint8_t x_96; -x_95 = lean_ctor_get(x_31, 1); -lean_inc(x_95); -lean_dec(x_31); -x_96 = lean_nat_dec_lt(x_8, x_6); -if (x_96 == 0) -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_97 = l_Lean_instInhabitedExpr; -x_98 = l___private_Init_Util_0__outOfBounds___rarg(x_97); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_99 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_98, x_12, x_13, x_14, x_15, x_16, x_17, x_95); -if (lean_obj_tag(x_99) == 0) -{ -lean_object* x_100; lean_object* x_101; -x_100 = lean_ctor_get(x_99, 1); -lean_inc(x_100); -lean_dec(x_99); -x_101 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_101; -x_25 = x_100; -goto block_29; -} -else -{ -uint8_t x_102; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_1); -x_102 = !lean_is_exclusive(x_99); -if (x_102 == 0) -{ -return x_99; -} -else -{ -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_99, 0); -x_104 = lean_ctor_get(x_99, 1); -lean_inc(x_104); -lean_inc(x_103); -lean_dec(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 -{ -lean_object* x_106; lean_object* x_107; -x_106 = lean_array_fget(x_4, x_8); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -x_107 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_tryUnify(x_30, x_106, x_12, x_13, x_14, x_15, x_16, x_17, x_95); -if (lean_obj_tag(x_107) == 0) -{ -lean_object* x_108; lean_object* x_109; -x_108 = lean_ctor_get(x_107, 1); -lean_inc(x_108); -lean_dec(x_107); -x_109 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_24 = x_109; -x_25 = x_108; -goto block_29; -} -else -{ -uint8_t x_110; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_1); -x_110 = !lean_is_exclusive(x_107); -if (x_110 == 0) -{ -return x_107; -} -else -{ -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_ctor_get(x_107, 0); -x_112 = lean_ctor_get(x_107, 1); -lean_inc(x_112); -lean_inc(x_111); -lean_dec(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; -} -} -} -} -} -} -else -{ -lean_object* x_217; -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_1); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_11); -lean_ctor_set(x_217, 1, x_18); -return x_217; -} -} -else -{ -lean_object* x_218; +lean_object* x_173; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -9013,10 +8726,10 @@ lean_dec(x_12); lean_dec(x_8); lean_dec(x_7); lean_dec(x_1); -x_218 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_218, 0, x_11); -lean_ctor_set(x_218, 1, x_18); -return x_218; +x_173 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_173, 0, x_11); +lean_ctor_set(x_173, 1, x_18); +return x_173; } } } @@ -10015,7 +9728,7 @@ x_13 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_11, return x_13; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__1() { _start: { lean_object* x_1; @@ -10023,21 +9736,21 @@ x_1 = lean_mk_string_from_bytes("analyzeFailure", 14); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____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_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__1; +x_2 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__2; +x_2 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__2; x_3 = l_Lean_registerInternalExceptionId(x_2, x_1); return x_3; } @@ -13081,7 +12794,7 @@ x_175 = l___private_Init_Util_0__outOfBounds___rarg(x_174); x_176 = lean_unbox(x_175); lean_dec(x_175); x_177 = 0; -x_178 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_176, x_177); +x_178 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_176, x_177); if (x_178 == 0) { lean_object* x_179; lean_object* x_180; @@ -13123,7 +12836,7 @@ x_186 = lean_array_fget(x_3, x_7); x_187 = lean_unbox(x_186); lean_dec(x_186); x_188 = 0; -x_189 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_187, x_188); +x_189 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_187, x_188); if (x_189 == 0) { lean_object* x_190; lean_object* x_191; @@ -14186,69 +13899,33 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_5, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_32; lean_object* x_77; uint8_t x_78; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_32; lean_object* x_81; uint8_t x_82; lean_dec(x_9); x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_5, x_22); lean_dec(x_5); -x_77 = lean_array_get_size(x_3); -x_78 = lean_nat_dec_lt(x_6, x_77); -lean_dec(x_77); -if (x_78 == 0) -{ -uint8_t x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; uint8_t x_83; uint8_t x_84; -x_79 = l_Lean_instInhabitedBinderInfo; -x_80 = lean_box(x_79); -x_81 = l___private_Init_Util_0__outOfBounds___rarg(x_80); -x_82 = lean_unbox(x_81); +x_81 = lean_array_get_size(x_3); +x_82 = lean_nat_dec_lt(x_6, x_81); lean_dec(x_81); -x_83 = 3; -x_84 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_82, x_83); -if (x_84 == 0) -{ -lean_object* x_85; lean_object* x_86; -x_85 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_86 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_86, 1, x_11); -x_24 = x_86; -x_25 = x_18; -goto block_31; -} -else -{ -lean_object* x_87; -x_87 = lean_box(0); -x_32 = x_87; -goto block_76; -} -} -else -{ -lean_object* x_88; uint8_t x_89; uint8_t x_90; uint8_t x_91; -x_88 = lean_array_fget(x_3, x_6); -x_89 = lean_unbox(x_88); -lean_dec(x_88); -x_90 = 3; -x_91 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_89, x_90); -if (x_91 == 0) +if (x_82 == 0) { -lean_object* x_92; lean_object* x_93; -x_92 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_11); -x_24 = x_93; -x_25 = x_18; -goto block_31; +uint8_t x_83; lean_object* x_84; lean_object* x_85; uint8_t x_86; +x_83 = l_Lean_instInhabitedBinderInfo; +x_84 = lean_box(x_83); +x_85 = l___private_Init_Util_0__outOfBounds___rarg(x_84); +x_86 = lean_unbox(x_85); +lean_dec(x_85); +x_32 = x_86; +goto block_80; } else { -lean_object* x_94; -x_94 = lean_box(0); -x_32 = x_94; -goto block_76; -} +lean_object* x_87; uint8_t x_88; +x_87 = lean_array_fget(x_3, x_6); +x_88 = lean_unbox(x_87); +lean_dec(x_87); +x_32 = x_88; +goto block_80; } block_31: { @@ -14270,47 +13947,62 @@ x_11 = x_27; x_18 = x_25; goto _start; } -block_76: +block_80: { -uint8_t x_33; lean_object* x_34; uint8_t x_35; -lean_dec(x_32); -x_33 = lean_nat_dec_lt(x_6, x_4); -x_34 = lean_array_get_size(x_2); -x_35 = lean_nat_dec_lt(x_6, x_34); -lean_dec(x_34); -if (x_33 == 0) +uint8_t x_33; uint8_t x_34; +x_33 = 3; +x_34 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_32, x_33); +if (x_34 == 0) { -lean_object* x_36; lean_object* x_37; -x_36 = l_Lean_instInhabitedExpr; -x_37 = l___private_Init_Util_0__outOfBounds___rarg(x_36); -if (x_35 == 0) +lean_object* x_35; lean_object* x_36; +x_35 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_11); +x_24 = x_36; +x_25 = x_18; +goto block_31; +} +else { -lean_object* x_38; lean_object* x_39; -x_38 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +uint8_t x_37; lean_object* x_38; uint8_t x_39; +x_37 = lean_nat_dec_lt(x_6, x_4); +x_38 = lean_array_get_size(x_2); +x_39 = lean_nat_dec_lt(x_6, x_38); +lean_dec(x_38); +if (x_37 == 0) +{ +lean_object* x_40; lean_object* x_41; +x_40 = l_Lean_instInhabitedExpr; +x_41 = l___private_Init_Util_0__outOfBounds___rarg(x_40); +if (x_39 == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = l___private_Init_Util_0__outOfBounds___rarg(x_40); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_39 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_37, x_38, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_39) == 0) +x_43 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_41, x_42, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_43) == 0) { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_39, 1); -lean_inc(x_40); -lean_dec(x_39); -x_41 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_42 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_11); -x_24 = x_42; -x_25 = x_40; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_43, 1); +lean_inc(x_44); +lean_dec(x_43); +x_45 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__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_11); +x_24 = x_46; +x_25 = x_44; goto block_31; } else { -uint8_t x_43; +uint8_t x_47; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -14320,54 +14012,54 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_43 = !lean_is_exclusive(x_39); -if (x_43 == 0) +x_47 = !lean_is_exclusive(x_43); +if (x_47 == 0) { -return x_39; +return x_43; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_39, 0); -x_45 = lean_ctor_get(x_39, 1); -lean_inc(x_45); -lean_inc(x_44); -lean_dec(x_39); -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_object* x_48; lean_object* x_49; lean_object* x_50; +x_48 = lean_ctor_get(x_43, 0); +x_49 = lean_ctor_get(x_43, 1); +lean_inc(x_49); +lean_inc(x_48); +lean_dec(x_43); +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; } } } else { -lean_object* x_47; lean_object* x_48; -x_47 = lean_array_fget(x_2, x_6); +lean_object* x_51; lean_object* x_52; +x_51 = lean_array_fget(x_2, x_6); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_48 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_37, x_47, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_48) == 0) +x_52 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_41, x_51, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_48, 1); -lean_inc(x_49); -lean_dec(x_48); -x_50 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_11); -x_24 = x_51; -x_25 = x_49; +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_52, 1); +lean_inc(x_53); +lean_dec(x_52); +x_54 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_54); +lean_ctor_set(x_55, 1, x_11); +x_24 = x_55; +x_25 = x_53; goto block_31; } else { -uint8_t x_52; +uint8_t x_56; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -14377,60 +14069,60 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_52 = !lean_is_exclusive(x_48); -if (x_52 == 0) +x_56 = !lean_is_exclusive(x_52); +if (x_56 == 0) { -return x_48; +return x_52; } 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_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; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_52, 0); +x_58 = lean_ctor_get(x_52, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_52); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } } else { -lean_object* x_56; -x_56 = lean_array_fget(x_1, x_6); -if (x_35 == 0) +lean_object* x_60; +x_60 = lean_array_fget(x_1, x_6); +if (x_39 == 0) { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = l_Lean_instInhabitedExpr; -x_58 = l___private_Init_Util_0__outOfBounds___rarg(x_57); +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = l_Lean_instInhabitedExpr; +x_62 = l___private_Init_Util_0__outOfBounds___rarg(x_61); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_59 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_56, x_58, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_59) == 0) +x_63 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_60, x_62, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_63) == 0) { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_60 = lean_ctor_get(x_59, 1); -lean_inc(x_60); -lean_dec(x_59); -x_61 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_11); -x_24 = x_62; -x_25 = x_60; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_63, 1); +lean_inc(x_64); +lean_dec(x_63); +x_65 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_65); +lean_ctor_set(x_66, 1, x_11); +x_24 = x_66; +x_25 = x_64; goto block_31; } else { -uint8_t x_63; +uint8_t x_67; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -14440,54 +14132,54 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_63 = !lean_is_exclusive(x_59); -if (x_63 == 0) +x_67 = !lean_is_exclusive(x_63); +if (x_67 == 0) { -return x_59; +return x_63; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_59, 0); -x_65 = lean_ctor_get(x_59, 1); -lean_inc(x_65); -lean_inc(x_64); -lean_dec(x_59); -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; +lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_68 = lean_ctor_get(x_63, 0); +x_69 = lean_ctor_get(x_63, 1); +lean_inc(x_69); +lean_inc(x_68); +lean_dec(x_63); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_68); +lean_ctor_set(x_70, 1, x_69); +return x_70; } } } else { -lean_object* x_67; lean_object* x_68; -x_67 = lean_array_fget(x_2, x_6); +lean_object* x_71; lean_object* x_72; +x_71 = lean_array_fget(x_2, x_6); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); -x_68 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_56, x_67, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_68) == 0) +x_72 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_inspectOutParams(x_60, x_71, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_68, 1); -lean_inc(x_69); -lean_dec(x_68); -x_70 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_11); -x_24 = x_71; -x_25 = x_69; +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_72, 1); +lean_inc(x_73); +lean_dec(x_72); +x_74 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_11); +x_24 = x_75; +x_25 = x_73; goto block_31; } else { -uint8_t x_72; +uint8_t x_76; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -14497,23 +14189,24 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_6); -x_72 = !lean_is_exclusive(x_68); -if (x_72 == 0) +x_76 = !lean_is_exclusive(x_72); +if (x_76 == 0) { -return x_68; +return x_72; } else { -lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_73 = lean_ctor_get(x_68, 0); -x_74 = lean_ctor_get(x_68, 1); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_68); -x_75 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_75, 0, x_73); -lean_ctor_set(x_75, 1, x_74); -return x_75; +lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_77 = lean_ctor_get(x_72, 0); +x_78 = lean_ctor_get(x_72, 1); +lean_inc(x_78); +lean_inc(x_77); +lean_dec(x_72); +x_79 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_79, 0, x_77); +lean_ctor_set(x_79, 1, x_78); +return x_79; +} } } } @@ -14522,7 +14215,7 @@ return x_75; } else { -lean_object* x_95; lean_object* x_96; +lean_object* x_89; lean_object* x_90; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -14531,18 +14224,18 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_9); -lean_ctor_set(x_95, 1, x_11); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_18); -return x_96; +x_89 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_89, 0, x_9); +lean_ctor_set(x_89, 1, x_11); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_89); +lean_ctor_set(x_90, 1, x_18); +return x_90; } } else { -lean_object* x_97; lean_object* x_98; +lean_object* x_91; lean_object* x_92; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -14551,13 +14244,13 @@ lean_dec(x_13); lean_dec(x_12); lean_dec(x_6); lean_dec(x_5); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_9); -lean_ctor_set(x_97, 1, x_11); -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_18); -return x_98; +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_9); +lean_ctor_set(x_91, 1, x_11); +x_92 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_92, 0, x_91); +lean_ctor_set(x_92, 1, x_18); +return x_92; } } } @@ -15345,71 +15038,42 @@ x_20 = lean_unsigned_to_nat(0u); x_21 = lean_nat_dec_eq(x_5, x_20); if (x_21 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_40; uint8_t x_41; +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_40; lean_object* x_64; uint8_t x_65; lean_dec(x_9); x_22 = lean_unsigned_to_nat(1u); x_23 = lean_nat_sub(x_5, x_22); lean_dec(x_5); -x_40 = lean_array_get_size(x_3); -x_41 = lean_nat_dec_lt(x_6, x_40); -lean_dec(x_40); -if (x_41 == 0) -{ -uint8_t x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; uint8_t x_46; uint8_t x_47; -x_42 = l_Lean_instInhabitedBinderInfo; -x_43 = lean_box(x_42); -x_44 = l___private_Init_Util_0__outOfBounds___rarg(x_43); -x_45 = lean_unbox(x_44); -lean_dec(x_44); -x_46 = 1; -x_47 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_45, x_46); -if (x_47 == 0) -{ -uint8_t x_48; uint8_t x_49; -x_48 = 2; -x_49 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_45, x_48); -if (x_49 == 0) +x_64 = lean_array_get_size(x_3); +x_65 = lean_nat_dec_lt(x_6, x_64); +lean_dec(x_64); +if (x_65 == 0) { -lean_object* x_50; lean_object* x_51; -x_50 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_11); -x_24 = x_51; -x_25 = x_18; -goto block_39; +uint8_t x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_66 = l_Lean_instInhabitedBinderInfo; +x_67 = lean_box(x_66); +x_68 = l___private_Init_Util_0__outOfBounds___rarg(x_67); +x_69 = lean_unbox(x_68); +lean_dec(x_68); +x_40 = x_69; +goto block_63; } else { -lean_object* x_52; lean_object* x_53; -x_52 = lean_box(0); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_10); -lean_inc(x_1); -lean_inc(x_4); -lean_inc(x_2); -lean_inc(x_6); -x_53 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___lambda__4(x_6, x_2, x_4, x_1, x_52, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_53) == 0) -{ -lean_object* x_54; lean_object* x_55; -x_54 = lean_ctor_get(x_53, 0); -lean_inc(x_54); -x_55 = lean_ctor_get(x_53, 1); -lean_inc(x_55); -lean_dec(x_53); -x_24 = x_54; -x_25 = x_55; -goto block_39; +lean_object* x_70; uint8_t x_71; +x_70 = lean_array_fget(x_3, x_6); +x_71 = lean_unbox(x_70); +lean_dec(x_70); +x_40 = x_71; +goto block_63; } -else +block_39: { -uint8_t x_56; +lean_object* x_26; +x_26 = lean_ctor_get(x_24, 0); +lean_inc(x_26); +if (lean_obj_tag(x_26) == 0) +{ +uint8_t x_27; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -15422,119 +15086,83 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_56 = !lean_is_exclusive(x_53); -if (x_56 == 0) +x_27 = !lean_is_exclusive(x_24); +if (x_27 == 0) { -return x_53; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 0); +lean_dec(x_28); +x_29 = lean_ctor_get(x_26, 0); +lean_inc(x_29); +lean_dec(x_26); +lean_ctor_set(x_24, 0, x_29); +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_24); +lean_ctor_set(x_30, 1, x_25); +return x_30; } else { -lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_57 = lean_ctor_get(x_53, 0); -x_58 = lean_ctor_get(x_53, 1); -lean_inc(x_58); -lean_inc(x_57); -lean_dec(x_53); -x_59 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -return x_59; +lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_31 = lean_ctor_get(x_24, 1); +lean_inc(x_31); +lean_dec(x_24); +x_32 = lean_ctor_get(x_26, 0); +lean_inc(x_32); +lean_dec(x_26); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_31); +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 +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_24, 1); +lean_inc(x_35); +lean_dec(x_24); +x_36 = lean_ctor_get(x_26, 0); +lean_inc(x_36); +lean_dec(x_26); +x_37 = lean_nat_add(x_6, x_8); +lean_dec(x_6); +x_5 = x_23; +x_6 = x_37; +x_9 = x_36; +x_11 = x_35; +x_18 = x_25; +goto _start; +} } +block_63: +{ +uint8_t x_41; uint8_t x_42; +x_41 = 1; +x_42 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_40, x_41); +if (x_42 == 0) +{ +uint8_t x_43; uint8_t x_44; +x_43 = 2; +x_44 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_40, x_43); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; +x_45 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__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_11); +x_24 = x_46; +x_25 = x_18; +goto block_39; } else { -lean_object* x_60; lean_object* x_61; -x_60 = lean_box(0); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_10); -lean_inc(x_1); -lean_inc(x_4); -lean_inc(x_2); -lean_inc(x_6); -x_61 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___lambda__4(x_6, x_2, x_4, x_1, x_60, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_61) == 0) -{ -lean_object* x_62; lean_object* x_63; -x_62 = lean_ctor_get(x_61, 0); -lean_inc(x_62); -x_63 = lean_ctor_get(x_61, 1); -lean_inc(x_63); -lean_dec(x_61); -x_24 = x_62; -x_25 = x_63; -goto block_39; -} -else -{ -uint8_t x_64; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_64 = !lean_is_exclusive(x_61); -if (x_64 == 0) -{ -return x_61; -} -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_61, 0); -x_66 = lean_ctor_get(x_61, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_61); -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_68; uint8_t x_69; uint8_t x_70; uint8_t x_71; -x_68 = lean_array_fget(x_3, x_6); -x_69 = lean_unbox(x_68); -lean_dec(x_68); -x_70 = 1; -x_71 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_69, x_70); -if (x_71 == 0) -{ -uint8_t x_72; uint8_t x_73; -x_72 = 2; -x_73 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_69, x_72); -if (x_73 == 0) -{ -lean_object* x_74; lean_object* x_75; -x_74 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_11); -x_24 = x_75; -x_25 = x_18; -goto block_39; -} -else -{ -lean_object* x_76; lean_object* x_77; -x_76 = lean_box(0); +lean_object* x_47; lean_object* x_48; +x_47 = lean_box(0); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); @@ -15546,22 +15174,22 @@ lean_inc(x_1); lean_inc(x_4); lean_inc(x_2); lean_inc(x_6); -x_77 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___lambda__4(x_6, x_2, x_4, x_1, x_76, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_77) == 0) +x_48 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___lambda__4(x_6, x_2, x_4, x_1, x_47, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_48) == 0) { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_77, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_77, 1); -lean_inc(x_79); -lean_dec(x_77); -x_24 = x_78; -x_25 = x_79; +lean_object* x_49; lean_object* x_50; +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_24 = x_49; +x_25 = x_50; goto block_39; } else { -uint8_t x_80; +uint8_t x_51; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -15574,31 +15202,31 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_80 = !lean_is_exclusive(x_77); -if (x_80 == 0) +x_51 = !lean_is_exclusive(x_48); +if (x_51 == 0) { -return x_77; +return x_48; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_77, 0); -x_82 = lean_ctor_get(x_77, 1); -lean_inc(x_82); -lean_inc(x_81); -lean_dec(x_77); -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_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_48, 0); +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_48); +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; } } } } else { -lean_object* x_84; lean_object* x_85; -x_84 = lean_box(0); +lean_object* x_55; lean_object* x_56; +x_55 = lean_box(0); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); @@ -15610,63 +15238,22 @@ lean_inc(x_1); lean_inc(x_4); lean_inc(x_2); lean_inc(x_6); -x_85 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___lambda__4(x_6, x_2, x_4, x_1, x_84, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); -if (lean_obj_tag(x_85) == 0) +x_56 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_collectHigherOrders___spec__1___lambda__4(x_6, x_2, x_4, x_1, x_55, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18); +if (lean_obj_tag(x_56) == 0) { -lean_object* x_86; lean_object* x_87; -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_85, 1); -lean_inc(x_87); -lean_dec(x_85); -x_24 = x_86; -x_25 = x_87; +lean_object* x_57; lean_object* x_58; +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); +x_24 = x_57; +x_25 = x_58; goto block_39; } else { -uint8_t x_88; -lean_dec(x_23); -lean_dec(x_17); -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_88 = !lean_is_exclusive(x_85); -if (x_88 == 0) -{ -return x_85; -} -else -{ -lean_object* x_89; lean_object* x_90; lean_object* x_91; -x_89 = lean_ctor_get(x_85, 0); -x_90 = lean_ctor_get(x_85, 1); -lean_inc(x_90); -lean_inc(x_89); -lean_dec(x_85); -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; -} -} -} -} -block_39: -{ -lean_object* x_26; -x_26 = lean_ctor_get(x_24, 0); -lean_inc(x_26); -if (lean_obj_tag(x_26) == 0) -{ -uint8_t x_27; +uint8_t x_59; lean_dec(x_23); lean_dec(x_17); lean_dec(x_16); @@ -15679,62 +15266,31 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_27 = !lean_is_exclusive(x_24); -if (x_27 == 0) +x_59 = !lean_is_exclusive(x_56); +if (x_59 == 0) { -lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_28 = lean_ctor_get(x_24, 0); -lean_dec(x_28); -x_29 = lean_ctor_get(x_26, 0); -lean_inc(x_29); -lean_dec(x_26); -lean_ctor_set(x_24, 0, x_29); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_24); -lean_ctor_set(x_30, 1, x_25); -return x_30; +return x_56; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_31 = lean_ctor_get(x_24, 1); -lean_inc(x_31); -lean_dec(x_24); -x_32 = lean_ctor_get(x_26, 0); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_31); -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; +lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_60 = lean_ctor_get(x_56, 0); +x_61 = lean_ctor_get(x_56, 1); +lean_inc(x_61); +lean_inc(x_60); +lean_dec(x_56); +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; } } -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_24, 1); -lean_inc(x_35); -lean_dec(x_24); -x_36 = lean_ctor_get(x_26, 0); -lean_inc(x_36); -lean_dec(x_26); -x_37 = lean_nat_add(x_6, x_8); -lean_dec(x_6); -x_5 = x_23; -x_6 = x_37; -x_9 = x_36; -x_11 = x_35; -x_18 = x_25; -goto _start; } } } else { -lean_object* x_92; lean_object* x_93; +lean_object* x_72; lean_object* x_73; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -15747,18 +15303,18 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_92 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_92, 0, x_9); -lean_ctor_set(x_92, 1, x_11); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_92); -lean_ctor_set(x_93, 1, x_18); -return x_93; +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_9); +lean_ctor_set(x_72, 1, x_11); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_18); +return x_73; } } else { -lean_object* x_94; lean_object* x_95; +lean_object* x_74; lean_object* x_75; lean_dec(x_17); lean_dec(x_16); lean_dec(x_15); @@ -15771,13 +15327,13 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_9); -lean_ctor_set(x_94, 1, x_11); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_18); -return x_95; +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_9); +lean_ctor_set(x_74, 1, x_11); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_18); +return x_75; } } } @@ -17261,7 +16817,7 @@ x_159 = l___private_Init_Util_0__outOfBounds___rarg(x_158); x_160 = lean_unbox(x_159); lean_dec(x_159); x_161 = 0; -x_162 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_160, x_161); +x_162 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_160, x_161); if (x_162 == 0) { lean_object* x_163; lean_object* x_164; @@ -17303,7 +16859,7 @@ x_170 = lean_array_fget(x_3, x_6); x_171 = lean_unbox(x_170); lean_dec(x_170); x_172 = 0; -x_173 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_171, x_172); +x_173 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_171, x_172); if (x_173 == 0) { lean_object* x_174; lean_object* x_175; @@ -18267,7 +17823,7 @@ x_169 = l___private_Init_Util_0__outOfBounds___rarg(x_168); x_170 = lean_unbox(x_169); lean_dec(x_169); x_171 = 1; -x_172 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_170, x_171); +x_172 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_170, x_171); if (x_172 == 0) { lean_object* x_173; lean_object* x_174; @@ -18309,7 +17865,7 @@ x_180 = lean_array_fget(x_3, x_6); x_181 = lean_unbox(x_180); lean_dec(x_180); x_182 = 1; -x_183 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_181, x_182); +x_183 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_181, x_182); if (x_183 == 0) { lean_object* x_184; lean_object* x_185; @@ -19982,69 +19538,33 @@ x_19 = lean_unsigned_to_nat(0u); x_20 = lean_nat_dec_eq(x_4, 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_31; lean_object* x_152; uint8_t x_153; +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_31; lean_object* x_156; uint8_t x_157; lean_dec(x_8); x_21 = lean_unsigned_to_nat(1u); x_22 = lean_nat_sub(x_4, x_21); lean_dec(x_4); -x_152 = lean_array_get_size(x_3); -x_153 = lean_nat_dec_lt(x_5, x_152); -lean_dec(x_152); -if (x_153 == 0) -{ -uint8_t x_154; lean_object* x_155; lean_object* x_156; uint8_t x_157; uint8_t x_158; uint8_t x_159; -x_154 = l_Lean_instInhabitedBinderInfo; -x_155 = lean_box(x_154); -x_156 = l___private_Init_Util_0__outOfBounds___rarg(x_155); -x_157 = lean_unbox(x_156); +x_156 = lean_array_get_size(x_3); +x_157 = lean_nat_dec_lt(x_5, x_156); lean_dec(x_156); -x_158 = 0; -x_159 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_157, x_158); -if (x_159 == 0) -{ -lean_object* x_160; lean_object* x_161; -x_160 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_161 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_161, 0, x_160); -lean_ctor_set(x_161, 1, x_10); -x_23 = x_161; -x_24 = x_17; -goto block_30; -} -else -{ -lean_object* x_162; -x_162 = lean_box(0); -x_31 = x_162; -goto block_151; -} -} -else -{ -lean_object* x_163; uint8_t x_164; uint8_t x_165; uint8_t x_166; -x_163 = lean_array_fget(x_3, x_5); -x_164 = lean_unbox(x_163); -lean_dec(x_163); -x_165 = 0; -x_166 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_164, x_165); -if (x_166 == 0) +if (x_157 == 0) { -lean_object* x_167; lean_object* x_168; -x_167 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_168 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_168, 0, x_167); -lean_ctor_set(x_168, 1, x_10); -x_23 = x_168; -x_24 = x_17; -goto block_30; +uint8_t x_158; lean_object* x_159; lean_object* x_160; uint8_t x_161; +x_158 = l_Lean_instInhabitedBinderInfo; +x_159 = lean_box(x_158); +x_160 = l___private_Init_Util_0__outOfBounds___rarg(x_159); +x_161 = lean_unbox(x_160); +lean_dec(x_160); +x_31 = x_161; +goto block_155; } else { -lean_object* x_169; -x_169 = lean_box(0); -x_31 = x_169; -goto block_151; -} +lean_object* x_162; uint8_t x_163; +x_162 = lean_array_fget(x_3, x_5); +x_163 = lean_unbox(x_162); +lean_dec(x_162); +x_31 = x_163; +goto block_155; } block_30: { @@ -20066,41 +19586,56 @@ x_10 = x_26; x_17 = x_24; goto _start; } -block_151: +block_155: { -lean_object* x_32; uint8_t x_33; -lean_dec(x_31); -x_32 = lean_array_get_size(x_2); -x_33 = lean_nat_dec_lt(x_5, x_32); -lean_dec(x_32); +uint8_t x_32; uint8_t x_33; +x_32 = 0; +x_33 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_31, x_32); if (x_33 == 0) { -lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_34 = l_Lean_instInhabitedExpr; -x_35 = l___private_Init_Util_0__outOfBounds___rarg(x_34); -lean_inc(x_16); +lean_object* x_34; lean_object* x_35; +x_34 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___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_10); +x_23 = x_35; +x_24 = x_17; +goto block_30; +} +else +{ +lean_object* x_36; uint8_t x_37; +x_36 = lean_array_get_size(x_2); +x_37 = lean_nat_dec_lt(x_5, x_36); +lean_dec(x_36); +if (x_37 == 0) +{ +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = l_Lean_instInhabitedExpr; +x_39 = l___private_Init_Util_0__outOfBounds___rarg(x_38); +lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_36 = lean_infer_type(x_35, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_36) == 0) +x_40 = lean_infer_type(x_39, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_40) == 0) { -lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -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); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +x_42 = lean_ctor_get(x_40, 1); +lean_inc(x_42); +lean_dec(x_40); lean_inc(x_5); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_39 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core), 14, 5); -lean_closure_set(x_39, 0, x_1); -lean_closure_set(x_39, 1, x_2); -lean_closure_set(x_39, 2, x_3); -lean_closure_set(x_39, 3, x_5); -lean_closure_set(x_39, 4, x_37); +x_43 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core), 14, 5); +lean_closure_set(x_43, 0, x_1); +lean_closure_set(x_43, 1, x_2); +lean_closure_set(x_43, 2, x_3); +lean_closure_set(x_43, 3, x_5); +lean_closure_set(x_43, 4, x_41); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); @@ -20108,164 +19643,164 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_9); -x_40 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__1(x_5, x_39, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_38); -if (lean_obj_tag(x_40) == 0) +x_44 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__1(x_5, x_43, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_42); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_41, 0); -lean_inc(x_42); -x_43 = lean_unbox(x_42); -lean_dec(x_42); -if (x_43 == 0) +lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_45 = lean_ctor_get(x_44, 0); +lean_inc(x_45); +x_46 = lean_ctor_get(x_45, 0); +lean_inc(x_46); +x_47 = lean_unbox(x_46); +lean_dec(x_46); +if (x_47 == 0) { -lean_object* x_44; uint8_t x_45; -x_44 = lean_ctor_get(x_40, 1); -lean_inc(x_44); -lean_dec(x_40); -x_45 = !lean_is_exclusive(x_41); -if (x_45 == 0) +lean_object* x_48; uint8_t x_49; +x_48 = lean_ctor_get(x_44, 1); +lean_inc(x_48); +lean_dec(x_44); +x_49 = !lean_is_exclusive(x_45); +if (x_49 == 0) { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_41, 0); -lean_dec(x_46); -x_47 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_41, 0, x_47); -x_23 = x_41; -x_24 = x_44; +lean_object* x_50; lean_object* x_51; +x_50 = lean_ctor_get(x_45, 0); +lean_dec(x_50); +x_51 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_45, 0, x_51); +x_23 = x_45; +x_24 = x_48; goto block_30; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_41, 1); -lean_inc(x_48); -lean_dec(x_41); -x_49 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_48); -x_23 = x_50; -x_24 = x_44; +lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_52 = lean_ctor_get(x_45, 1); +lean_inc(x_52); +lean_dec(x_45); +x_53 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___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_23 = x_54; +x_24 = x_48; goto block_30; } } else { -uint8_t x_51; -x_51 = !lean_is_exclusive(x_41); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_52 = lean_ctor_get(x_41, 1); -x_53 = lean_ctor_get(x_41, 0); -lean_dec(x_53); -x_54 = lean_ctor_get(x_40, 1); -lean_inc(x_54); -lean_dec(x_40); -x_55 = !lean_is_exclusive(x_52); +uint8_t x_55; +x_55 = !lean_is_exclusive(x_45); if (x_55 == 0) { -lean_object* x_56; uint8_t x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_56 = lean_ctor_get(x_52, 2); -x_57 = 1; -x_58 = lean_box(x_57); -x_59 = lean_array_set(x_56, x_5, x_58); -lean_ctor_set(x_52, 2, x_59); -x_60 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_41, 0, x_60); -x_23 = x_41; -x_24 = x_54; +lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; +x_56 = lean_ctor_get(x_45, 1); +x_57 = lean_ctor_get(x_45, 0); +lean_dec(x_57); +x_58 = lean_ctor_get(x_44, 1); +lean_inc(x_58); +lean_dec(x_44); +x_59 = !lean_is_exclusive(x_56); +if (x_59 == 0) +{ +lean_object* x_60; uint8_t x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_60 = lean_ctor_get(x_56, 2); +x_61 = 1; +x_62 = lean_box(x_61); +x_63 = lean_array_set(x_60, x_5, x_62); +lean_ctor_set(x_56, 2, x_63); +x_64 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_45, 0, x_64); +x_23 = x_45; +x_24 = x_58; goto block_30; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_61 = lean_ctor_get(x_52, 0); -x_62 = lean_ctor_get(x_52, 1); -x_63 = lean_ctor_get(x_52, 2); -x_64 = lean_ctor_get(x_52, 3); -x_65 = lean_ctor_get(x_52, 4); +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; uint8_t x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; +x_65 = lean_ctor_get(x_56, 0); +x_66 = lean_ctor_get(x_56, 1); +x_67 = lean_ctor_get(x_56, 2); +x_68 = lean_ctor_get(x_56, 3); +x_69 = lean_ctor_get(x_56, 4); +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_dec(x_52); -x_66 = 1; -x_67 = lean_box(x_66); -x_68 = lean_array_set(x_63, x_5, x_67); -x_69 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_69, 0, x_61); -lean_ctor_set(x_69, 1, x_62); -lean_ctor_set(x_69, 2, x_68); -lean_ctor_set(x_69, 3, x_64); -lean_ctor_set(x_69, 4, x_65); -x_70 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_41, 1, x_69); -lean_ctor_set(x_41, 0, x_70); -x_23 = x_41; -x_24 = x_54; +lean_dec(x_56); +x_70 = 1; +x_71 = lean_box(x_70); +x_72 = lean_array_set(x_67, x_5, x_71); +x_73 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_73, 0, x_65); +lean_ctor_set(x_73, 1, x_66); +lean_ctor_set(x_73, 2, x_72); +lean_ctor_set(x_73, 3, x_68); +lean_ctor_set(x_73, 4, x_69); +x_74 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_45, 1, x_73); +lean_ctor_set(x_45, 0, x_74); +x_23 = x_45; +x_24 = x_58; goto block_30; } } 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; uint8_t 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_41, 1); -lean_inc(x_71); -lean_dec(x_41); -x_72 = lean_ctor_get(x_40, 1); -lean_inc(x_72); -lean_dec(x_40); -x_73 = lean_ctor_get(x_71, 0); -lean_inc(x_73); -x_74 = lean_ctor_get(x_71, 1); -lean_inc(x_74); -x_75 = lean_ctor_get(x_71, 2); +lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; uint8_t x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_75 = lean_ctor_get(x_45, 1); lean_inc(x_75); -x_76 = lean_ctor_get(x_71, 3); +lean_dec(x_45); +x_76 = lean_ctor_get(x_44, 1); lean_inc(x_76); -x_77 = lean_ctor_get(x_71, 4); +lean_dec(x_44); +x_77 = lean_ctor_get(x_75, 0); lean_inc(x_77); -if (lean_is_exclusive(x_71)) { - lean_ctor_release(x_71, 0); - lean_ctor_release(x_71, 1); - lean_ctor_release(x_71, 2); - lean_ctor_release(x_71, 3); - lean_ctor_release(x_71, 4); - x_78 = x_71; +x_78 = lean_ctor_get(x_75, 1); +lean_inc(x_78); +x_79 = lean_ctor_get(x_75, 2); +lean_inc(x_79); +x_80 = lean_ctor_get(x_75, 3); +lean_inc(x_80); +x_81 = lean_ctor_get(x_75, 4); +lean_inc(x_81); +if (lean_is_exclusive(x_75)) { + lean_ctor_release(x_75, 0); + lean_ctor_release(x_75, 1); + lean_ctor_release(x_75, 2); + lean_ctor_release(x_75, 3); + lean_ctor_release(x_75, 4); + x_82 = x_75; } else { - lean_dec_ref(x_71); - x_78 = lean_box(0); -} -x_79 = 1; -x_80 = lean_box(x_79); -x_81 = lean_array_set(x_75, x_5, x_80); -if (lean_is_scalar(x_78)) { - x_82 = lean_alloc_ctor(0, 5, 0); + lean_dec_ref(x_75); + x_82 = lean_box(0); +} +x_83 = 1; +x_84 = lean_box(x_83); +x_85 = lean_array_set(x_79, x_5, x_84); +if (lean_is_scalar(x_82)) { + x_86 = lean_alloc_ctor(0, 5, 0); } else { - x_82 = x_78; -} -lean_ctor_set(x_82, 0, x_73); -lean_ctor_set(x_82, 1, x_74); -lean_ctor_set(x_82, 2, x_81); -lean_ctor_set(x_82, 3, x_76); -lean_ctor_set(x_82, 4, x_77); -x_83 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_83); -lean_ctor_set(x_84, 1, x_82); -x_23 = x_84; -x_24 = x_72; + x_86 = x_82; +} +lean_ctor_set(x_86, 0, x_77); +lean_ctor_set(x_86, 1, x_78); +lean_ctor_set(x_86, 2, x_85); +lean_ctor_set(x_86, 3, x_80); +lean_ctor_set(x_86, 4, x_81); +x_87 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_87); +lean_ctor_set(x_88, 1, x_86); +x_23 = x_88; +x_24 = x_76; goto block_30; } } } else { -uint8_t x_85; +uint8_t x_89; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -20278,29 +19813,29 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_85 = !lean_is_exclusive(x_40); -if (x_85 == 0) +x_89 = !lean_is_exclusive(x_44); +if (x_89 == 0) { -return x_40; +return x_44; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_86 = lean_ctor_get(x_40, 0); -x_87 = lean_ctor_get(x_40, 1); -lean_inc(x_87); -lean_inc(x_86); -lean_dec(x_40); -x_88 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -return x_88; +lean_object* x_90; lean_object* x_91; lean_object* x_92; +x_90 = lean_ctor_get(x_44, 0); +x_91 = lean_ctor_get(x_44, 1); +lean_inc(x_91); +lean_inc(x_90); +lean_dec(x_44); +x_92 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_92, 0, x_90); +lean_ctor_set(x_92, 1, x_91); +return x_92; } } } else { -uint8_t x_89; +uint8_t x_93; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -20314,53 +19849,53 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_89 = !lean_is_exclusive(x_36); -if (x_89 == 0) +x_93 = !lean_is_exclusive(x_40); +if (x_93 == 0) { -return x_36; +return x_40; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_36, 0); -x_91 = lean_ctor_get(x_36, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_36); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -return x_92; +lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_94 = lean_ctor_get(x_40, 0); +x_95 = lean_ctor_get(x_40, 1); +lean_inc(x_95); +lean_inc(x_94); +lean_dec(x_40); +x_96 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; } } } else { -lean_object* x_93; lean_object* x_94; -x_93 = lean_array_fget(x_2, x_5); +lean_object* x_97; lean_object* x_98; +x_97 = lean_array_fget(x_2, x_5); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_13); -x_94 = lean_infer_type(x_93, x_13, x_14, x_15, x_16, x_17); -if (lean_obj_tag(x_94) == 0) +x_98 = lean_infer_type(x_97, x_13, x_14, x_15, x_16, x_17); +if (lean_obj_tag(x_98) == 0) { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_99 = lean_ctor_get(x_98, 0); +lean_inc(x_99); +x_100 = lean_ctor_get(x_98, 1); +lean_inc(x_100); +lean_dec(x_98); lean_inc(x_5); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_97 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core), 14, 5); -lean_closure_set(x_97, 0, x_1); -lean_closure_set(x_97, 1, x_2); -lean_closure_set(x_97, 2, x_3); -lean_closure_set(x_97, 3, x_5); -lean_closure_set(x_97, 4, x_95); +x_101 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic_core), 14, 5); +lean_closure_set(x_101, 0, x_1); +lean_closure_set(x_101, 1, x_2); +lean_closure_set(x_101, 2, x_3); +lean_closure_set(x_101, 3, x_5); +lean_closure_set(x_101, 4, x_99); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); @@ -20368,164 +19903,164 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_9); -x_98 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__1(x_5, x_97, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_96); -if (lean_obj_tag(x_98) == 0) +x_102 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_applyFunBinderHeuristic___spec__1(x_5, x_101, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16, x_100); +if (lean_obj_tag(x_102) == 0) { -lean_object* x_99; lean_object* x_100; uint8_t x_101; -x_99 = lean_ctor_get(x_98, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_99, 0); -lean_inc(x_100); -x_101 = lean_unbox(x_100); -lean_dec(x_100); -if (x_101 == 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_103, 0); +lean_inc(x_104); +x_105 = lean_unbox(x_104); +lean_dec(x_104); +if (x_105 == 0) { -lean_object* x_102; uint8_t x_103; -x_102 = lean_ctor_get(x_98, 1); -lean_inc(x_102); -lean_dec(x_98); -x_103 = !lean_is_exclusive(x_99); -if (x_103 == 0) +lean_object* x_106; uint8_t x_107; +x_106 = lean_ctor_get(x_102, 1); +lean_inc(x_106); +lean_dec(x_102); +x_107 = !lean_is_exclusive(x_103); +if (x_107 == 0) { -lean_object* x_104; lean_object* x_105; -x_104 = lean_ctor_get(x_99, 0); -lean_dec(x_104); -x_105 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_99, 0, x_105); -x_23 = x_99; -x_24 = x_102; +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_103, 0); +lean_dec(x_108); +x_109 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_103, 0, x_109); +x_23 = x_103; +x_24 = x_106; goto block_30; } else { -lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_106 = lean_ctor_get(x_99, 1); -lean_inc(x_106); -lean_dec(x_99); -x_107 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_107); -lean_ctor_set(x_108, 1, x_106); -x_23 = x_108; -x_24 = x_102; +lean_object* x_110; lean_object* x_111; lean_object* x_112; +x_110 = lean_ctor_get(x_103, 1); +lean_inc(x_110); +lean_dec(x_103); +x_111 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_110); +x_23 = x_112; +x_24 = x_106; goto block_30; } } else { -uint8_t x_109; -x_109 = !lean_is_exclusive(x_99); -if (x_109 == 0) -{ -lean_object* x_110; lean_object* x_111; lean_object* x_112; uint8_t x_113; -x_110 = lean_ctor_get(x_99, 1); -x_111 = lean_ctor_get(x_99, 0); -lean_dec(x_111); -x_112 = lean_ctor_get(x_98, 1); -lean_inc(x_112); -lean_dec(x_98); -x_113 = !lean_is_exclusive(x_110); +uint8_t x_113; +x_113 = !lean_is_exclusive(x_103); if (x_113 == 0) { -lean_object* x_114; uint8_t x_115; lean_object* x_116; lean_object* x_117; lean_object* x_118; -x_114 = lean_ctor_get(x_110, 2); -x_115 = 1; -x_116 = lean_box(x_115); -x_117 = lean_array_set(x_114, x_5, x_116); -lean_ctor_set(x_110, 2, x_117); -x_118 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_99, 0, x_118); -x_23 = x_99; -x_24 = x_112; +lean_object* x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; +x_114 = lean_ctor_get(x_103, 1); +x_115 = lean_ctor_get(x_103, 0); +lean_dec(x_115); +x_116 = lean_ctor_get(x_102, 1); +lean_inc(x_116); +lean_dec(x_102); +x_117 = !lean_is_exclusive(x_114); +if (x_117 == 0) +{ +lean_object* x_118; uint8_t x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; +x_118 = lean_ctor_get(x_114, 2); +x_119 = 1; +x_120 = lean_box(x_119); +x_121 = lean_array_set(x_118, x_5, x_120); +lean_ctor_set(x_114, 2, x_121); +x_122 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_103, 0, x_122); +x_23 = x_103; +x_24 = x_116; goto block_30; } else { -lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; uint8_t x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; -x_119 = lean_ctor_get(x_110, 0); -x_120 = lean_ctor_get(x_110, 1); -x_121 = lean_ctor_get(x_110, 2); -x_122 = lean_ctor_get(x_110, 3); -x_123 = lean_ctor_get(x_110, 4); +lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; lean_object* x_127; uint8_t x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; +x_123 = lean_ctor_get(x_114, 0); +x_124 = lean_ctor_get(x_114, 1); +x_125 = lean_ctor_get(x_114, 2); +x_126 = lean_ctor_get(x_114, 3); +x_127 = lean_ctor_get(x_114, 4); +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_dec(x_110); -x_124 = 1; -x_125 = lean_box(x_124); -x_126 = lean_array_set(x_121, x_5, x_125); -x_127 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_127, 0, x_119); -lean_ctor_set(x_127, 1, x_120); -lean_ctor_set(x_127, 2, x_126); -lean_ctor_set(x_127, 3, x_122); -lean_ctor_set(x_127, 4, x_123); -x_128 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_99, 1, x_127); -lean_ctor_set(x_99, 0, x_128); -x_23 = x_99; -x_24 = x_112; +lean_dec(x_114); +x_128 = 1; +x_129 = lean_box(x_128); +x_130 = lean_array_set(x_125, x_5, x_129); +x_131 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_131, 0, x_123); +lean_ctor_set(x_131, 1, x_124); +lean_ctor_set(x_131, 2, x_130); +lean_ctor_set(x_131, 3, x_126); +lean_ctor_set(x_131, 4, x_127); +x_132 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_103, 1, x_131); +lean_ctor_set(x_103, 0, x_132); +x_23 = x_103; +x_24 = x_116; goto block_30; } } else { -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; uint8_t x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; -x_129 = lean_ctor_get(x_99, 1); -lean_inc(x_129); -lean_dec(x_99); -x_130 = lean_ctor_get(x_98, 1); -lean_inc(x_130); -lean_dec(x_98); -x_131 = lean_ctor_get(x_129, 0); -lean_inc(x_131); -x_132 = lean_ctor_get(x_129, 1); -lean_inc(x_132); -x_133 = lean_ctor_get(x_129, 2); +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; +x_133 = lean_ctor_get(x_103, 1); lean_inc(x_133); -x_134 = lean_ctor_get(x_129, 3); +lean_dec(x_103); +x_134 = lean_ctor_get(x_102, 1); lean_inc(x_134); -x_135 = lean_ctor_get(x_129, 4); +lean_dec(x_102); +x_135 = lean_ctor_get(x_133, 0); lean_inc(x_135); -if (lean_is_exclusive(x_129)) { - lean_ctor_release(x_129, 0); - lean_ctor_release(x_129, 1); - lean_ctor_release(x_129, 2); - lean_ctor_release(x_129, 3); - lean_ctor_release(x_129, 4); - x_136 = x_129; +x_136 = lean_ctor_get(x_133, 1); +lean_inc(x_136); +x_137 = lean_ctor_get(x_133, 2); +lean_inc(x_137); +x_138 = lean_ctor_get(x_133, 3); +lean_inc(x_138); +x_139 = lean_ctor_get(x_133, 4); +lean_inc(x_139); +if (lean_is_exclusive(x_133)) { + lean_ctor_release(x_133, 0); + lean_ctor_release(x_133, 1); + lean_ctor_release(x_133, 2); + lean_ctor_release(x_133, 3); + lean_ctor_release(x_133, 4); + x_140 = x_133; } else { - lean_dec_ref(x_129); - x_136 = lean_box(0); -} -x_137 = 1; -x_138 = lean_box(x_137); -x_139 = lean_array_set(x_133, x_5, x_138); -if (lean_is_scalar(x_136)) { - x_140 = lean_alloc_ctor(0, 5, 0); + lean_dec_ref(x_133); + x_140 = lean_box(0); +} +x_141 = 1; +x_142 = lean_box(x_141); +x_143 = lean_array_set(x_137, x_5, x_142); +if (lean_is_scalar(x_140)) { + x_144 = lean_alloc_ctor(0, 5, 0); } else { - x_140 = x_136; -} -lean_ctor_set(x_140, 0, x_131); -lean_ctor_set(x_140, 1, x_132); -lean_ctor_set(x_140, 2, x_139); -lean_ctor_set(x_140, 3, x_134); -lean_ctor_set(x_140, 4, x_135); -x_141 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_142 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_142, 0, x_141); -lean_ctor_set(x_142, 1, x_140); -x_23 = x_142; -x_24 = x_130; + x_144 = x_140; +} +lean_ctor_set(x_144, 0, x_135); +lean_ctor_set(x_144, 1, x_136); +lean_ctor_set(x_144, 2, x_143); +lean_ctor_set(x_144, 3, x_138); +lean_ctor_set(x_144, 4, x_139); +x_145 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_145); +lean_ctor_set(x_146, 1, x_144); +x_23 = x_146; +x_24 = x_134; goto block_30; } } } else { -uint8_t x_143; +uint8_t x_147; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -20538,29 +20073,29 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_143 = !lean_is_exclusive(x_98); -if (x_143 == 0) +x_147 = !lean_is_exclusive(x_102); +if (x_147 == 0) { -return x_98; +return x_102; } else { -lean_object* x_144; lean_object* x_145; lean_object* x_146; -x_144 = lean_ctor_get(x_98, 0); -x_145 = lean_ctor_get(x_98, 1); -lean_inc(x_145); -lean_inc(x_144); -lean_dec(x_98); -x_146 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_146, 0, x_144); -lean_ctor_set(x_146, 1, x_145); -return x_146; +lean_object* x_148; lean_object* x_149; lean_object* x_150; +x_148 = lean_ctor_get(x_102, 0); +x_149 = lean_ctor_get(x_102, 1); +lean_inc(x_149); +lean_inc(x_148); +lean_dec(x_102); +x_150 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_150, 0, x_148); +lean_ctor_set(x_150, 1, x_149); +return x_150; } } } else { -uint8_t x_147; +uint8_t x_151; lean_dec(x_22); lean_dec(x_16); lean_dec(x_15); @@ -20574,31 +20109,32 @@ lean_dec(x_5); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_147 = !lean_is_exclusive(x_94); -if (x_147 == 0) +x_151 = !lean_is_exclusive(x_98); +if (x_151 == 0) { -return x_94; +return x_98; } else { -lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_148 = lean_ctor_get(x_94, 0); -x_149 = lean_ctor_get(x_94, 1); -lean_inc(x_149); -lean_inc(x_148); -lean_dec(x_94); -x_150 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -return x_150; -} +lean_object* x_152; lean_object* x_153; lean_object* x_154; +x_152 = lean_ctor_get(x_98, 0); +x_153 = lean_ctor_get(x_98, 1); +lean_inc(x_153); +lean_inc(x_152); +lean_dec(x_98); +x_154 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_154, 0, x_152); +lean_ctor_set(x_154, 1, x_153); +return x_154; +} +} } } } } else { -lean_object* x_170; lean_object* x_171; +lean_object* x_164; lean_object* x_165; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -20611,18 +20147,18 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_170 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_170, 0, x_8); -lean_ctor_set(x_170, 1, x_10); -x_171 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_171, 0, x_170); -lean_ctor_set(x_171, 1, x_17); -return x_171; +x_164 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_164, 0, x_8); +lean_ctor_set(x_164, 1, x_10); +x_165 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_165, 0, x_164); +lean_ctor_set(x_165, 1, x_17); +return x_165; } } else { -lean_object* x_172; lean_object* x_173; +lean_object* x_166; lean_object* x_167; lean_dec(x_16); lean_dec(x_15); lean_dec(x_14); @@ -20635,13 +20171,13 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_172 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_172, 0, x_8); -lean_ctor_set(x_172, 1, x_10); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_17); -return x_173; +x_166 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_166, 0, x_8); +lean_ctor_set(x_166, 1, x_10); +x_167 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_167, 0, x_166); +lean_ctor_set(x_167, 1, x_17); +return x_167; } } } @@ -20822,178 +20358,195 @@ return x_10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_maybeAddBlockImplicit(lean_object* x_1, 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; -x_8 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 3); +uint8_t x_8; uint8_t x_45; +x_45 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 3); +if (x_45 == 0) +{ +uint8_t x_46; +x_46 = 1; +x_8 = x_46; +goto block_44; +} +else +{ +uint8_t x_47; +x_47 = 0; +x_8 = x_47; +goto block_44; +} +block_44: +{ if (x_8 == 0) { -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; -x_9 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_maybeAddBlockImplicit___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); -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_object* x_9; lean_object* x_10; +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_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_13; lean_object* x_14; +x_11 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_maybeAddBlockImplicit___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7); +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); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_12 = lean_infer_type(x_10, x_3, x_4, x_5, x_6, x_11); -if (lean_obj_tag(x_12) == 0) +x_14 = lean_infer_type(x_12, x_3, x_4, x_5, x_6, x_13); +if (lean_obj_tag(x_14) == 0) { -uint8_t x_13; -x_13 = !lean_is_exclusive(x_12); -if (x_13 == 0) +uint8_t x_15; +x_15 = !lean_is_exclusive(x_14); +if (x_15 == 0) { -lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_14 = lean_ctor_get(x_12, 0); -x_15 = lean_ctor_get(x_12, 1); -x_16 = l_Lean_Expr_isForall(x_14); -if (x_16 == 0) +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_14, 0); +x_17 = lean_ctor_get(x_14, 1); +x_18 = l_Lean_Expr_isForall(x_16); +if (x_18 == 0) { -lean_object* x_17; -lean_dec(x_14); +lean_object* x_19; +lean_dec(x_16); 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_17 = lean_box(0); -lean_ctor_set(x_12, 0, x_17); -return x_12; +x_19 = lean_box(0); +lean_ctor_set(x_14, 0, x_19); +return x_14; } else { -lean_object* x_18; uint8_t x_19; uint8_t x_20; uint8_t x_21; -x_18 = l_Lean_Expr_bindingInfo_x21(x_14); -x_19 = lean_unbox(x_18); -lean_dec(x_18); -x_20 = 1; -x_21 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_19, x_20); -if (x_21 == 0) +lean_object* x_20; uint8_t x_21; uint8_t x_22; uint8_t x_23; +x_20 = l_Lean_Expr_bindingInfo_x21(x_16); +x_21 = lean_unbox(x_20); +lean_dec(x_20); +x_22 = 1; +x_23 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_21, x_22); +if (x_23 == 0) { -lean_object* x_22; +lean_object* x_24; 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_22 = lean_box(0); -lean_ctor_set(x_12, 0, x_22); -return x_12; +x_24 = lean_box(0); +lean_ctor_set(x_14, 0, x_24); +return x_14; } else { -lean_object* x_23; lean_object* x_24; -lean_free_object(x_12); -x_23 = l_Lean_getPPAnalysisBlockImplicit___closed__2; -x_24 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_23, x_1, x_2, x_3, x_4, x_5, x_6, x_15); -return x_24; +lean_object* x_25; lean_object* x_26; +lean_free_object(x_14); +x_25 = l_Lean_getPPAnalysisBlockImplicit___closed__2; +x_26 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_25, x_1, x_2, x_3, x_4, x_5, x_6, x_17); +return x_26; } } } else { -lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_25 = lean_ctor_get(x_12, 0); -x_26 = lean_ctor_get(x_12, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_12); -x_27 = l_Lean_Expr_isForall(x_25); -if (x_27 == 0) +lean_object* x_27; lean_object* x_28; uint8_t x_29; +x_27 = lean_ctor_get(x_14, 0); +x_28 = lean_ctor_get(x_14, 1); +lean_inc(x_28); +lean_inc(x_27); +lean_dec(x_14); +x_29 = l_Lean_Expr_isForall(x_27); +if (x_29 == 0) { -lean_object* x_28; lean_object* x_29; -lean_dec(x_25); +lean_object* x_30; lean_object* x_31; +lean_dec(x_27); 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_28 = lean_box(0); -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; +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_28); +return x_31; } else { -lean_object* x_30; uint8_t x_31; uint8_t x_32; uint8_t x_33; -x_30 = l_Lean_Expr_bindingInfo_x21(x_25); -x_31 = lean_unbox(x_30); -lean_dec(x_30); -x_32 = 1; -x_33 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_31, x_32); -if (x_33 == 0) +lean_object* x_32; uint8_t x_33; uint8_t x_34; uint8_t x_35; +x_32 = l_Lean_Expr_bindingInfo_x21(x_27); +x_33 = lean_unbox(x_32); +lean_dec(x_32); +x_34 = 1; +x_35 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_33, x_34); +if (x_35 == 0) { -lean_object* x_34; lean_object* x_35; +lean_object* x_36; lean_object* x_37; 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_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_26); -return x_35; +x_36 = lean_box(0); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_28); +return x_37; } else { -lean_object* x_36; lean_object* x_37; -x_36 = l_Lean_getPPAnalysisBlockImplicit___closed__2; -x_37 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_36, x_1, x_2, x_3, x_4, x_5, x_6, x_26); -return x_37; +lean_object* x_38; lean_object* x_39; +x_38 = l_Lean_getPPAnalysisBlockImplicit___closed__2; +x_39 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_38, x_1, x_2, x_3, x_4, x_5, x_6, x_28); +return x_39; } } } } else { -uint8_t x_38; +uint8_t x_40; 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_38 = !lean_is_exclusive(x_12); -if (x_38 == 0) +x_40 = !lean_is_exclusive(x_14); +if (x_40 == 0) { -return x_12; +return x_14; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_12, 0); -x_40 = lean_ctor_get(x_12, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_12); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +x_41 = lean_ctor_get(x_14, 0); +x_42 = lean_ctor_get(x_14, 1); +lean_inc(x_42); +lean_inc(x_41); +lean_dec(x_14); +x_43 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } } } -else -{ -lean_object* x_42; lean_object* x_43; -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_42 = lean_box(0); -x_43 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_43, 0, x_42); -lean_ctor_set(x_43, 1, x_7); -return x_43; } } } @@ -21198,7 +20751,7 @@ x_9 = lean_ctor_get(x_8, 0); lean_inc(x_9); if (lean_obj_tag(x_9) == 4) { -lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_33; x_10 = lean_ctor_get(x_8, 1); lean_inc(x_10); lean_dec(x_8); @@ -21206,105 +20759,121 @@ x_11 = lean_ctor_get(x_9, 1); lean_inc(x_11); lean_dec(x_9); x_12 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__5; -x_13 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +x_33 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +if (x_33 == 0) +{ +uint8_t x_34; +x_34 = l_List_isEmpty___rarg(x_11); +if (x_34 == 0) +{ +uint8_t x_35; +x_35 = 1; +x_13 = x_35; +goto block_32; +} +else +{ +uint8_t x_36; +x_36 = 0; +x_13 = x_36; +goto block_32; +} +} +else +{ +uint8_t x_37; +x_37 = 0; +x_13 = x_37; +goto block_32; +} +block_32: +{ if (x_13 == 0) { -uint8_t x_14; -x_14 = l_List_isEmpty___rarg(x_11); -if (x_14 == 0) +lean_object* x_14; lean_object* x_15; +lean_dec(x_11); +x_14 = lean_box(0); +x_15 = lean_apply_8(x_12, x_14, x_1, x_2, x_3, x_4, x_5, x_6, x_10); +return x_15; +} +else { -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_5, 2); -lean_inc(x_15); -x_16 = l_Lean_getPPAnalyzeOmitMax(x_15); -lean_dec(x_15); -if (x_16 == 0) +lean_object* x_16; uint8_t x_17; +x_16 = lean_ctor_get(x_5, 2); +lean_inc(x_16); +x_17 = l_Lean_getPPAnalyzeOmitMax(x_16); +lean_dec(x_16); +if (x_17 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_dec(x_11); -x_17 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__7; +x_18 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__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_18 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_17, x_1, x_2, x_3, x_4, x_5, x_6, x_10); -x_19 = lean_ctor_get(x_18, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_18, 1); +x_19 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_18, x_1, x_2, x_3, x_4, x_5, x_6, x_10); +x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); -lean_dec(x_18); -x_21 = lean_apply_8(x_12, x_19, x_1, x_2, x_3, x_4, x_5, x_6, x_20); -return x_21; +x_21 = lean_ctor_get(x_19, 1); +lean_inc(x_21); +lean_dec(x_19); +x_22 = lean_apply_8(x_12, x_20, x_1, x_2, x_3, x_4, x_5, x_6, x_21); +return x_22; } else { -uint8_t x_22; uint8_t x_23; -x_22 = 0; -x_23 = l_List_foldr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__2(x_22, x_11); +uint8_t x_23; uint8_t x_24; +x_23 = 0; +x_24 = l_List_foldr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__2(x_23, x_11); lean_dec(x_11); -if (x_23 == 0) +if (x_24 == 0) { -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -x_24 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__7; +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_25 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__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_25 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_24, x_1, x_2, x_3, x_4, x_5, x_6, x_10); -x_26 = lean_ctor_get(x_25, 0); -lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); +x_26 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_25, x_1, x_2, x_3, x_4, x_5, x_6, x_10); +x_27 = lean_ctor_get(x_26, 0); lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_apply_8(x_12, x_26, x_1, x_2, x_3, x_4, x_5, x_6, x_27); -return x_28; +x_28 = lean_ctor_get(x_26, 1); +lean_inc(x_28); +lean_dec(x_26); +x_29 = lean_apply_8(x_12, x_27, x_1, x_2, x_3, x_4, x_5, x_6, x_28); +return x_29; } else { -lean_object* x_29; lean_object* x_30; -x_29 = lean_box(0); -x_30 = lean_apply_8(x_12, x_29, x_1, x_2, x_3, x_4, x_5, x_6, x_10); -return x_30; +lean_object* x_30; lean_object* x_31; +x_30 = lean_box(0); +x_31 = lean_apply_8(x_12, x_30, x_1, x_2, x_3, x_4, x_5, x_6, x_10); +return x_31; } } } -else -{ -lean_object* x_31; lean_object* x_32; -lean_dec(x_11); -x_31 = lean_box(0); -x_32 = lean_apply_8(x_12, x_31, x_1, x_2, x_3, x_4, x_5, x_6, x_10); -return x_32; } } else { -lean_object* x_33; lean_object* x_34; -lean_dec(x_11); -x_33 = lean_box(0); -x_34 = lean_apply_8(x_12, x_33, x_1, x_2, x_3, x_4, x_5, x_6, x_10); -return x_34; +lean_object* x_38; lean_object* x_39; lean_object* x_40; +lean_dec(x_9); +x_38 = lean_ctor_get(x_8, 1); +lean_inc(x_38); +lean_dec(x_8); +x_39 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__4; +x_40 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1(x_39, x_1, x_2, x_3, x_4, x_5, x_6, x_38); +return x_40; } } -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -lean_dec(x_9); -x_35 = lean_ctor_get(x_8, 1); -lean_inc(x_35); -lean_dec(x_8); -x_36 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__4; -x_37 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1(x_36, x_1, x_2, x_3, x_4, x_5, x_6, x_35); -return x_37; -} -} -} -LEAN_EXPORT lean_object* l_List_foldr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__2___boxed(lean_object* x_1, lean_object* x_2) { -_start: +} +LEAN_EXPORT lean_object* l_List_foldr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__2___boxed(lean_object* x_1, lean_object* x_2) { +_start: { uint8_t x_3; uint8_t x_4; lean_object* x_5; x_3 = lean_unbox(x_1); @@ -21673,443 +21242,460 @@ return x_30; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn(lean_object* x_1, lean_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; uint8_t x_13; +lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_13; uint8_t x_108; 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 = lean_ctor_get_uint8(x_1, sizeof(void*)*5); -x_13 = l_Lean_Expr_isApp(x_10); +x_108 = l_Lean_Expr_isApp(x_10); lean_dec(x_10); +if (x_108 == 0) +{ +uint8_t x_109; +x_109 = 1; +x_13 = x_109; +goto block_107; +} +else +{ +uint8_t x_110; +x_110 = 0; +x_13 = x_110; +goto block_107; +} +block_107: +{ if (x_13 == 0) { -lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_14 = l_Lean_instantiateMVars___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__1(x_11, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_dec(x_11); +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_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_is_exclusive(x_15); -if (x_17 == 0) -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_18 = lean_ctor_get(x_15, 0); -x_19 = lean_ctor_get(x_15, 1); -x_20 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasLevelMVarAtCurrDepth(x_18, x_5, x_6, x_7, x_8, x_16); -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 = 1; -x_24 = lean_box(x_23); -x_25 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); -lean_closure_set(x_25, 0, x_24); -x_26 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryFn___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__2), 8, 1); -lean_closure_set(x_26, 0, x_25); -if (x_12 == 0) +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_2); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_9); +return x_16; +} +else { -uint8_t x_27; -x_27 = lean_unbox(x_21); -lean_dec(x_21); -if (x_27 == 0) +lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_17 = l_Lean_instantiateMVars___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__1(x_11, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_1); +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_is_exclusive(x_18); +if (x_20 == 0) { -uint8_t x_28; lean_object* x_29; -x_28 = 0; -x_29 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_28, x_23, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_29) == 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; lean_object* x_27; lean_object* x_28; lean_object* x_29; +x_21 = lean_ctor_get(x_18, 0); +x_22 = lean_ctor_get(x_18, 1); +x_23 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasLevelMVarAtCurrDepth(x_21, x_5, x_6, x_7, x_8, x_19); +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 = 1; +x_27 = lean_box(x_26); +x_28 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); +lean_closure_set(x_28, 0, x_27); +x_29 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryFn___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__2), 8, 1); +lean_closure_set(x_29, 0, x_28); +if (x_12 == 0) { uint8_t x_30; -x_30 = !lean_is_exclusive(x_29); +x_30 = lean_unbox(x_24); +lean_dec(x_24); if (x_30 == 0) { -lean_object* x_31; -x_31 = lean_ctor_get(x_29, 0); -lean_ctor_set(x_15, 0, x_31); -lean_ctor_set(x_29, 0, x_15); -return x_29; +uint8_t x_31; lean_object* x_32; +x_31 = 0; +x_32 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_31, x_26, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_25); +if (lean_obj_tag(x_32) == 0) +{ +uint8_t x_33; +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 0) +{ +lean_object* x_34; +x_34 = lean_ctor_get(x_32, 0); +lean_ctor_set(x_18, 0, x_34); +lean_ctor_set(x_32, 0, x_18); +return x_32; } else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_29, 0); -x_33 = lean_ctor_get(x_29, 1); -lean_inc(x_33); -lean_inc(x_32); -lean_dec(x_29); -lean_ctor_set(x_15, 0, x_32); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_15); -lean_ctor_set(x_34, 1, x_33); -return x_34; +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_32, 0); +x_36 = lean_ctor_get(x_32, 1); +lean_inc(x_36); +lean_inc(x_35); +lean_dec(x_32); +lean_ctor_set(x_18, 0, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_18); +lean_ctor_set(x_37, 1, x_36); +return x_37; } } else { -uint8_t x_35; -lean_free_object(x_15); -lean_dec(x_19); -x_35 = !lean_is_exclusive(x_29); -if (x_35 == 0) +uint8_t x_38; +lean_free_object(x_18); +lean_dec(x_22); +x_38 = !lean_is_exclusive(x_32); +if (x_38 == 0) { -return x_29; +return x_32; } else { -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_29, 0); -x_37 = lean_ctor_get(x_29, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_29); -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_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_32, 0); +x_40 = lean_ctor_get(x_32, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_32); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } } else { -uint8_t x_39; lean_object* x_40; -x_39 = 0; -x_40 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_39, x_39, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_40) == 0) +uint8_t x_42; lean_object* x_43; +x_42 = 0; +x_43 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_42, x_42, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_25); +if (lean_obj_tag(x_43) == 0) { -uint8_t x_41; -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +uint8_t x_44; +x_44 = !lean_is_exclusive(x_43); +if (x_44 == 0) { -lean_object* x_42; -x_42 = lean_ctor_get(x_40, 0); -lean_ctor_set(x_15, 0, x_42); -lean_ctor_set(x_40, 0, x_15); -return x_40; +lean_object* x_45; +x_45 = lean_ctor_get(x_43, 0); +lean_ctor_set(x_18, 0, x_45); +lean_ctor_set(x_43, 0, x_18); +return x_43; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_40, 0); -x_44 = lean_ctor_get(x_40, 1); -lean_inc(x_44); -lean_inc(x_43); -lean_dec(x_40); -lean_ctor_set(x_15, 0, x_43); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_15); -lean_ctor_set(x_45, 1, x_44); -return x_45; +lean_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_43, 0); +x_47 = lean_ctor_get(x_43, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_43); +lean_ctor_set(x_18, 0, x_46); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_18); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } else { -uint8_t x_46; -lean_free_object(x_15); -lean_dec(x_19); -x_46 = !lean_is_exclusive(x_40); -if (x_46 == 0) +uint8_t x_49; +lean_free_object(x_18); +lean_dec(x_22); +x_49 = !lean_is_exclusive(x_43); +if (x_49 == 0) { -return x_40; +return x_43; } else { -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = lean_ctor_get(x_40, 0); -x_48 = lean_ctor_get(x_40, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_40); -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_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_43, 0); +x_51 = lean_ctor_get(x_43, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_43); +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 { -uint8_t x_50; lean_object* x_51; -lean_dec(x_21); -x_50 = 0; -x_51 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_50, x_23, x_26, x_3, x_4, x_5, x_6, x_7, x_8, x_22); -if (lean_obj_tag(x_51) == 0) +uint8_t x_53; lean_object* x_54; +lean_dec(x_24); +x_53 = 0; +x_54 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_53, x_26, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_25); +if (lean_obj_tag(x_54) == 0) { -uint8_t x_52; -x_52 = !lean_is_exclusive(x_51); -if (x_52 == 0) +uint8_t x_55; +x_55 = !lean_is_exclusive(x_54); +if (x_55 == 0) { -lean_object* x_53; -x_53 = lean_ctor_get(x_51, 0); -lean_ctor_set(x_15, 0, x_53); -lean_ctor_set(x_51, 0, x_15); -return x_51; +lean_object* x_56; +x_56 = lean_ctor_get(x_54, 0); +lean_ctor_set(x_18, 0, x_56); +lean_ctor_set(x_54, 0, x_18); +return x_54; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_51, 0); -x_55 = lean_ctor_get(x_51, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_51); -lean_ctor_set(x_15, 0, x_54); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_15); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_54, 0); +x_58 = lean_ctor_get(x_54, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_54); +lean_ctor_set(x_18, 0, x_57); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_18); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } else { -uint8_t x_57; -lean_free_object(x_15); -lean_dec(x_19); -x_57 = !lean_is_exclusive(x_51); -if (x_57 == 0) +uint8_t x_60; +lean_free_object(x_18); +lean_dec(x_22); +x_60 = !lean_is_exclusive(x_54); +if (x_60 == 0) { -return x_51; +return x_54; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_51, 0); -x_59 = lean_ctor_get(x_51, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_51); -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; +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_54, 0); +x_62 = lean_ctor_get(x_54, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_54); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; uint8_t x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_61 = lean_ctor_get(x_15, 0); -x_62 = lean_ctor_get(x_15, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_15); -x_63 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasLevelMVarAtCurrDepth(x_61, x_5, x_6, x_7, x_8, x_16); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); +lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_64 = lean_ctor_get(x_18, 0); +x_65 = lean_ctor_get(x_18, 1); lean_inc(x_65); -lean_dec(x_63); -x_66 = 1; -x_67 = lean_box(x_66); -x_68 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); -lean_closure_set(x_68, 0, x_67); -x_69 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryFn___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__2), 8, 1); -lean_closure_set(x_69, 0, x_68); +lean_inc(x_64); +lean_dec(x_18); +x_66 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_hasLevelMVarAtCurrDepth(x_64, x_5, x_6, x_7, x_8, x_19); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = 1; +x_70 = lean_box(x_69); +x_71 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); +lean_closure_set(x_71, 0, x_70); +x_72 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryFn___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeFn___spec__2), 8, 1); +lean_closure_set(x_72, 0, x_71); if (x_12 == 0) { -uint8_t x_70; -x_70 = lean_unbox(x_64); -lean_dec(x_64); -if (x_70 == 0) +uint8_t x_73; +x_73 = lean_unbox(x_67); +lean_dec(x_67); +if (x_73 == 0) { -uint8_t x_71; lean_object* x_72; -x_71 = 0; -x_72 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_71, x_66, x_69, x_3, x_4, x_5, x_6, x_7, x_8, x_65); -if (lean_obj_tag(x_72) == 0) +uint8_t x_74; lean_object* x_75; +x_74 = 0; +x_75 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_74, x_69, x_72, x_3, x_4, x_5, x_6, x_7, x_8, x_68); +if (lean_obj_tag(x_75) == 0) { -lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* 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; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +if (lean_is_exclusive(x_75)) { + lean_ctor_release(x_75, 0); + lean_ctor_release(x_75, 1); + x_78 = x_75; } else { - lean_dec_ref(x_72); - x_75 = lean_box(0); -} -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_73); -lean_ctor_set(x_76, 1, x_62); -if (lean_is_scalar(x_75)) { - x_77 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_75); + x_78 = lean_box(0); +} +x_79 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_79, 0, x_76); +lean_ctor_set(x_79, 1, x_65); +if (lean_is_scalar(x_78)) { + x_80 = lean_alloc_ctor(0, 2, 0); } else { - x_77 = x_75; + x_80 = x_78; } -lean_ctor_set(x_77, 0, x_76); -lean_ctor_set(x_77, 1, x_74); -return x_77; +lean_ctor_set(x_80, 0, x_79); +lean_ctor_set(x_80, 1, x_77); +return x_80; } else { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -lean_dec(x_62); -x_78 = lean_ctor_get(x_72, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_72, 1); -lean_inc(x_79); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_80 = x_72; -} else { - lean_dec_ref(x_72); - x_80 = lean_box(0); -} -if (lean_is_scalar(x_80)) { - x_81 = lean_alloc_ctor(1, 2, 0); +lean_object* x_81; lean_object* x_82; lean_object* x_83; lean_object* x_84; +lean_dec(x_65); +x_81 = lean_ctor_get(x_75, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_75, 1); +lean_inc(x_82); +if (lean_is_exclusive(x_75)) { + lean_ctor_release(x_75, 0); + lean_ctor_release(x_75, 1); + x_83 = x_75; } else { - x_81 = x_80; + lean_dec_ref(x_75); + x_83 = lean_box(0); } -lean_ctor_set(x_81, 0, x_78); -lean_ctor_set(x_81, 1, x_79); -return x_81; +if (lean_is_scalar(x_83)) { + x_84 = lean_alloc_ctor(1, 2, 0); +} else { + x_84 = x_83; +} +lean_ctor_set(x_84, 0, x_81); +lean_ctor_set(x_84, 1, x_82); +return x_84; } } else { -uint8_t x_82; lean_object* x_83; -x_82 = 0; -x_83 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_82, x_82, x_69, x_3, x_4, x_5, x_6, x_7, x_8, x_65); -if (lean_obj_tag(x_83) == 0) +uint8_t x_85; lean_object* x_86; +x_85 = 0; +x_86 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_85, x_85, x_72, x_3, x_4, x_5, x_6, x_7, x_8, x_68); +if (lean_obj_tag(x_86) == 0) { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_84 = lean_ctor_get(x_83, 0); -lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 1); -lean_inc(x_85); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_86 = x_83; +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; +x_87 = lean_ctor_get(x_86, 0); +lean_inc(x_87); +x_88 = lean_ctor_get(x_86, 1); +lean_inc(x_88); +if (lean_is_exclusive(x_86)) { + lean_ctor_release(x_86, 0); + lean_ctor_release(x_86, 1); + x_89 = x_86; } else { - lean_dec_ref(x_83); - x_86 = lean_box(0); -} -x_87 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_87, 0, x_84); -lean_ctor_set(x_87, 1, x_62); -if (lean_is_scalar(x_86)) { - x_88 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(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_65); +if (lean_is_scalar(x_89)) { + x_91 = lean_alloc_ctor(0, 2, 0); } else { - x_88 = x_86; + x_91 = x_89; } -lean_ctor_set(x_88, 0, x_87); -lean_ctor_set(x_88, 1, x_85); -return x_88; +lean_ctor_set(x_91, 0, x_90); +lean_ctor_set(x_91, 1, x_88); +return x_91; } else { -lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -lean_dec(x_62); -x_89 = lean_ctor_get(x_83, 0); -lean_inc(x_89); -x_90 = lean_ctor_get(x_83, 1); -lean_inc(x_90); -if (lean_is_exclusive(x_83)) { - lean_ctor_release(x_83, 0); - lean_ctor_release(x_83, 1); - x_91 = x_83; +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +lean_dec(x_65); +x_92 = lean_ctor_get(x_86, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_86, 1); +lean_inc(x_93); +if (lean_is_exclusive(x_86)) { + lean_ctor_release(x_86, 0); + lean_ctor_release(x_86, 1); + x_94 = x_86; } else { - lean_dec_ref(x_83); - x_91 = lean_box(0); + lean_dec_ref(x_86); + x_94 = lean_box(0); } -if (lean_is_scalar(x_91)) { - x_92 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_94)) { + x_95 = lean_alloc_ctor(1, 2, 0); } else { - x_92 = x_91; + x_95 = x_94; } -lean_ctor_set(x_92, 0, x_89); -lean_ctor_set(x_92, 1, x_90); -return x_92; +lean_ctor_set(x_95, 0, x_92); +lean_ctor_set(x_95, 1, x_93); +return x_95; } } } else { -uint8_t x_93; lean_object* x_94; -lean_dec(x_64); -x_93 = 0; -x_94 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_93, x_66, x_69, x_3, x_4, x_5, x_6, x_7, x_8, x_65); -if (lean_obj_tag(x_94) == 0) +uint8_t x_96; lean_object* x_97; +lean_dec(x_67); +x_96 = 0; +x_97 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg(x_96, x_69, x_72, x_3, x_4, x_5, x_6, x_7, x_8, x_68); +if (lean_obj_tag(x_97) == 0) { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - x_97 = x_94; +lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; +x_98 = lean_ctor_get(x_97, 0); +lean_inc(x_98); +x_99 = lean_ctor_get(x_97, 1); +lean_inc(x_99); +if (lean_is_exclusive(x_97)) { + lean_ctor_release(x_97, 0); + lean_ctor_release(x_97, 1); + x_100 = x_97; } else { - lean_dec_ref(x_94); - x_97 = lean_box(0); + lean_dec_ref(x_97); + x_100 = lean_box(0); } -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_95); -lean_ctor_set(x_98, 1, x_62); -if (lean_is_scalar(x_97)) { - x_99 = lean_alloc_ctor(0, 2, 0); +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_98); +lean_ctor_set(x_101, 1, x_65); +if (lean_is_scalar(x_100)) { + x_102 = lean_alloc_ctor(0, 2, 0); } else { - x_99 = x_97; + x_102 = x_100; } -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_96); -return x_99; +lean_ctor_set(x_102, 0, x_101); +lean_ctor_set(x_102, 1, x_99); +return x_102; } else { -lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -lean_dec(x_62); -x_100 = lean_ctor_get(x_94, 0); -lean_inc(x_100); -x_101 = lean_ctor_get(x_94, 1); -lean_inc(x_101); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - x_102 = x_94; +lean_object* x_103; lean_object* x_104; lean_object* x_105; lean_object* x_106; +lean_dec(x_65); +x_103 = lean_ctor_get(x_97, 0); +lean_inc(x_103); +x_104 = lean_ctor_get(x_97, 1); +lean_inc(x_104); +if (lean_is_exclusive(x_97)) { + lean_ctor_release(x_97, 0); + lean_ctor_release(x_97, 1); + x_105 = x_97; } else { - lean_dec_ref(x_94); - x_102 = lean_box(0); + lean_dec_ref(x_97); + x_105 = lean_box(0); } -if (lean_is_scalar(x_102)) { - x_103 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_105)) { + x_106 = lean_alloc_ctor(1, 2, 0); } else { - x_103 = x_102; + x_106 = x_105; } -lean_ctor_set(x_103, 0, x_100); -lean_ctor_set(x_103, 1, x_101); -return x_103; +lean_ctor_set(x_106, 0, x_103); +lean_ctor_set(x_106, 1, x_104); +return x_106; } } } } -else -{ -lean_object* x_104; lean_object* x_105; lean_object* x_106; -lean_dec(x_11); -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_104 = lean_box(0); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_2); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_105); -lean_ctor_set(x_106, 1, x_9); -return x_106; } } } @@ -23368,57 +22954,7 @@ x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(lean_object* x_1, lean_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; -x_11 = !lean_is_exclusive(x_4); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = lean_ctor_get(x_4, 0); -x_13 = lean_ctor_get(x_12, 1); -lean_inc(x_13); -lean_dec(x_12); -x_14 = l_Lean_SubExpr_Pos_push(x_13, x_2); -lean_dec(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); -lean_ctor_set(x_4, 0, x_15); -x_16 = lean_apply_7(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); -return x_16; -} -else -{ -uint8_t x_17; uint8_t x_18; uint8_t 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; -x_17 = lean_ctor_get_uint8(x_4, sizeof(void*)*1); -x_18 = lean_ctor_get_uint8(x_4, sizeof(void*)*1 + 1); -x_19 = lean_ctor_get_uint8(x_4, sizeof(void*)*1 + 2); -x_20 = lean_ctor_get_uint8(x_4, sizeof(void*)*1 + 3); -x_21 = lean_ctor_get(x_4, 0); -lean_inc(x_21); -lean_dec(x_4); -x_22 = lean_ctor_get(x_21, 1); -lean_inc(x_22); -lean_dec(x_21); -x_23 = l_Lean_SubExpr_Pos_push(x_22, x_2); -lean_dec(x_22); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_1); -lean_ctor_set(x_24, 1, x_23); -x_25 = lean_alloc_ctor(0, 1, 4); -lean_ctor_set(x_25, 0, x_24); -lean_ctor_set_uint8(x_25, sizeof(void*)*1, x_17); -lean_ctor_set_uint8(x_25, sizeof(void*)*1 + 1, x_18); -lean_ctor_set_uint8(x_25, sizeof(void*)*1 + 2, x_19); -lean_ctor_set_uint8(x_25, sizeof(void*)*1 + 3, x_20); -x_26 = lean_apply_7(x_3, x_25, x_5, x_6, x_7, x_8, x_9, x_10); -return x_26; -} -} -} -LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__24(lean_object* x_1, lean_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_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -23429,7 +22965,7 @@ x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } -LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__25(lean_object* x_1, lean_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_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__24(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -23440,7 +22976,7 @@ x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } -LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26(lean_object* x_1, lean_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_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__25(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -23451,28 +22987,28 @@ x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Lean.PrettyPrinter.Delaborator.SubExpr.withLetVarType", 53); +x_1 = lean_mk_string_from_bytes("Lean.PrettyPrinter.Delaborator.SubExpr.withLetValue", 51); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___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_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__1; -x_2 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1; -x_3 = lean_unsigned_to_nat(67u); +x_2 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1; +x_3 = lean_unsigned_to_nat(71u); x_4 = lean_unsigned_to_nat(38u); x_5 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___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) { _start: { lean_object* x_10; lean_object* x_11; @@ -23488,7 +23024,7 @@ lean_dec(x_2); x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); -x_13 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_13 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_14 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__15(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_12); return x_14; } @@ -23500,7 +23036,7 @@ lean_dec(x_2); x_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); -x_16 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_16 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_17 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__16(x_1, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_15); return x_17; } @@ -23512,7 +23048,7 @@ lean_dec(x_2); x_18 = lean_ctor_get(x_10, 1); lean_inc(x_18); lean_dec(x_10); -x_19 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_19 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_20 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__17(x_1, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_18); return x_20; } @@ -23524,7 +23060,7 @@ lean_dec(x_2); x_21 = lean_ctor_get(x_10, 1); lean_inc(x_21); lean_dec(x_10); -x_22 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_22 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_23 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__18(x_1, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_21); return x_23; } @@ -23536,7 +23072,7 @@ lean_dec(x_2); x_24 = lean_ctor_get(x_10, 1); lean_inc(x_24); lean_dec(x_10); -x_25 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_25 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_26 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__19(x_1, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_24); return x_26; } @@ -23548,7 +23084,7 @@ lean_dec(x_2); x_27 = lean_ctor_get(x_10, 1); lean_inc(x_27); lean_dec(x_10); -x_28 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_28 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_29 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__20(x_1, x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_27); return x_29; } @@ -23560,7 +23096,7 @@ lean_dec(x_2); x_30 = lean_ctor_get(x_10, 1); lean_inc(x_30); lean_dec(x_10); -x_31 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_31 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_32 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__21(x_1, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_30); return x_32; } @@ -23572,7 +23108,7 @@ lean_dec(x_2); x_33 = lean_ctor_get(x_10, 1); lean_inc(x_33); lean_dec(x_10); -x_34 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_34 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; x_35 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__22(x_1, x_34, x_3, x_4, x_5, x_6, x_7, x_8, x_33); return x_35; } @@ -23583,11 +23119,11 @@ lean_dec(x_1); x_36 = lean_ctor_get(x_10, 1); lean_inc(x_36); lean_dec(x_10); -x_37 = lean_ctor_get(x_11, 1); +x_37 = lean_ctor_get(x_11, 2); lean_inc(x_37); lean_dec(x_11); -x_38 = lean_unsigned_to_nat(0u); -x_39 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(x_37, x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_36); +x_38 = lean_unsigned_to_nat(1u); +x_39 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___spec__2(x_37, x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_36); return x_39; } case 9: @@ -23598,8 +23134,8 @@ lean_dec(x_2); x_40 = lean_ctor_get(x_10, 1); lean_inc(x_40); lean_dec(x_10); -x_41 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; -x_42 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__24(x_1, x_41, x_3, x_4, x_5, x_6, x_7, x_8, x_40); +x_41 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_42 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(x_1, x_41, x_3, x_4, x_5, x_6, x_7, x_8, x_40); return x_42; } case 10: @@ -23610,8 +23146,8 @@ lean_dec(x_2); x_43 = lean_ctor_get(x_10, 1); lean_inc(x_43); lean_dec(x_10); -x_44 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; -x_45 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__25(x_1, x_44, x_3, x_4, x_5, x_6, x_7, x_8, x_43); +x_44 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_45 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__24(x_1, x_44, x_3, x_4, x_5, x_6, x_7, x_8, x_43); return x_45; } default: @@ -23622,13 +23158,24 @@ lean_dec(x_2); x_46 = lean_ctor_get(x_10, 1); lean_inc(x_46); lean_dec(x_10); -x_47 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; -x_48 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26(x_1, x_47, x_3, x_4, x_5, x_6, x_7, x_8, x_46); +x_47 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2; +x_48 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__25(x_1, x_47, x_3, x_4, x_5, x_6, x_7, x_8, x_46); return x_48; } } } } +LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +_start: +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__2___closed__1; +x_11 = l_instInhabited___rarg(x_10, x_1); +x_12 = lean_panic_fn(x_11, x_2); +x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +return x_13; +} +} LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__28(lean_object* x_1, lean_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: { @@ -23706,15 +23253,54 @@ x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } -LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(lean_object* x_1, lean_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_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(lean_object* x_1, lean_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_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_10 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__2___closed__1; -x_11 = l_instInhabited___rarg(x_10, x_1); -x_12 = lean_panic_fn(x_11, x_2); -x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_13; +uint8_t x_11; +x_11 = !lean_is_exclusive(x_4); +if (x_11 == 0) +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_4, 0); +x_13 = lean_ctor_get(x_12, 1); +lean_inc(x_13); +lean_dec(x_12); +x_14 = l_Lean_SubExpr_Pos_push(x_13, x_2); +lean_dec(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); +lean_ctor_set(x_4, 0, x_15); +x_16 = lean_apply_7(x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +return x_16; +} +else +{ +uint8_t x_17; uint8_t x_18; uint8_t 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; +x_17 = lean_ctor_get_uint8(x_4, sizeof(void*)*1); +x_18 = lean_ctor_get_uint8(x_4, sizeof(void*)*1 + 1); +x_19 = lean_ctor_get_uint8(x_4, sizeof(void*)*1 + 2); +x_20 = lean_ctor_get_uint8(x_4, sizeof(void*)*1 + 3); +x_21 = lean_ctor_get(x_4, 0); +lean_inc(x_21); +lean_dec(x_4); +x_22 = lean_ctor_get(x_21, 1); +lean_inc(x_22); +lean_dec(x_21); +x_23 = l_Lean_SubExpr_Pos_push(x_22, x_2); +lean_dec(x_22); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_1); +lean_ctor_set(x_24, 1, x_23); +x_25 = lean_alloc_ctor(0, 1, 4); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set_uint8(x_25, sizeof(void*)*1, x_17); +lean_ctor_set_uint8(x_25, sizeof(void*)*1 + 1, x_18); +lean_ctor_set_uint8(x_25, sizeof(void*)*1 + 2, x_19); +lean_ctor_set_uint8(x_25, sizeof(void*)*1 + 3, x_20); +x_26 = lean_apply_7(x_3, x_25, x_5, x_6, x_7, x_8, x_9, x_10); +return x_26; +} } } LEAN_EXPORT lean_object* l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__36(lean_object* x_1, lean_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) { @@ -23750,28 +23336,28 @@ x_13 = lean_apply_7(x_12, x_3, x_4, x_5, x_6, x_7, x_8, x_9); return x_13; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Lean.PrettyPrinter.Delaborator.SubExpr.withLetValue", 51); +x_1 = lean_mk_string_from_bytes("Lean.PrettyPrinter.Delaborator.SubExpr.withLetVarType", 53); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___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_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__1; -x_2 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1; -x_3 = lean_unsigned_to_nat(71u); +x_2 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__1; +x_3 = lean_unsigned_to_nat(67u); x_4 = lean_unsigned_to_nat(38u); x_5 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(lean_object* x_1, lean_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_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26(lean_object* x_1, lean_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; @@ -23787,8 +23373,8 @@ lean_dec(x_2); x_12 = lean_ctor_get(x_10, 1); lean_inc(x_12); lean_dec(x_10); -x_13 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_14 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__28(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_12); +x_13 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_14 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_12); return x_14; } case 1: @@ -23799,8 +23385,8 @@ lean_dec(x_2); x_15 = lean_ctor_get(x_10, 1); lean_inc(x_15); lean_dec(x_10); -x_16 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_17 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__29(x_1, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_15); +x_16 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_17 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__28(x_1, x_16, x_3, x_4, x_5, x_6, x_7, x_8, x_15); return x_17; } case 2: @@ -23811,8 +23397,8 @@ lean_dec(x_2); x_18 = lean_ctor_get(x_10, 1); lean_inc(x_18); lean_dec(x_10); -x_19 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_20 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__30(x_1, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_18); +x_19 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_20 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__29(x_1, x_19, x_3, x_4, x_5, x_6, x_7, x_8, x_18); return x_20; } case 3: @@ -23823,8 +23409,8 @@ lean_dec(x_2); x_21 = lean_ctor_get(x_10, 1); lean_inc(x_21); lean_dec(x_10); -x_22 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_23 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__31(x_1, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +x_22 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_23 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__30(x_1, x_22, x_3, x_4, x_5, x_6, x_7, x_8, x_21); return x_23; } case 4: @@ -23835,8 +23421,8 @@ lean_dec(x_2); x_24 = lean_ctor_get(x_10, 1); lean_inc(x_24); lean_dec(x_10); -x_25 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_26 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__32(x_1, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_24); +x_25 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_26 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__31(x_1, x_25, x_3, x_4, x_5, x_6, x_7, x_8, x_24); return x_26; } case 5: @@ -23847,8 +23433,8 @@ lean_dec(x_2); x_27 = lean_ctor_get(x_10, 1); lean_inc(x_27); lean_dec(x_10); -x_28 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_29 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__33(x_1, x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_27); +x_28 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_29 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__32(x_1, x_28, x_3, x_4, x_5, x_6, x_7, x_8, x_27); return x_29; } case 6: @@ -23859,8 +23445,8 @@ lean_dec(x_2); x_30 = lean_ctor_get(x_10, 1); lean_inc(x_30); lean_dec(x_10); -x_31 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_32 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__34(x_1, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_30); +x_31 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_32 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__33(x_1, x_31, x_3, x_4, x_5, x_6, x_7, x_8, x_30); return x_32; } case 7: @@ -23871,8 +23457,8 @@ lean_dec(x_2); x_33 = lean_ctor_get(x_10, 1); lean_inc(x_33); lean_dec(x_10); -x_34 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; -x_35 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(x_1, x_34, x_3, x_4, x_5, x_6, x_7, x_8, x_33); +x_34 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; +x_35 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__34(x_1, x_34, x_3, x_4, x_5, x_6, x_7, x_8, x_33); return x_35; } case 8: @@ -23882,11 +23468,11 @@ lean_dec(x_1); x_36 = lean_ctor_get(x_10, 1); lean_inc(x_36); lean_dec(x_10); -x_37 = lean_ctor_get(x_11, 2); +x_37 = lean_ctor_get(x_11, 1); lean_inc(x_37); lean_dec(x_11); -x_38 = lean_unsigned_to_nat(1u); -x_39 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___spec__2(x_37, x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_36); +x_38 = lean_unsigned_to_nat(0u); +x_39 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(x_37, x_38, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_36); return x_39; } case 9: @@ -23897,7 +23483,7 @@ lean_dec(x_2); x_40 = lean_ctor_get(x_10, 1); lean_inc(x_40); lean_dec(x_10); -x_41 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; +x_41 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; x_42 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__36(x_1, x_41, x_3, x_4, x_5, x_6, x_7, x_8, x_40); return x_42; } @@ -23909,7 +23495,7 @@ lean_dec(x_2); x_43 = lean_ctor_get(x_10, 1); lean_inc(x_43); lean_dec(x_10); -x_44 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; +x_44 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; x_45 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__37(x_1, x_44, x_3, x_4, x_5, x_6, x_7, x_8, x_43); return x_45; } @@ -23921,7 +23507,7 @@ lean_dec(x_2); x_46 = lean_ctor_get(x_10, 1); lean_inc(x_46); lean_dec(x_10); -x_47 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2; +x_47 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2; x_48 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__38(x_1, x_47, x_3, x_4, x_5, x_6, x_7, x_8, x_46); return x_48; } @@ -23998,203 +23584,219 @@ lean_inc(x_1); x_14 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(x_11, x_12, x_13, x_1, x_2, x_3, x_4, x_5, x_6, x_10); if (lean_obj_tag(x_14) == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; uint8_t x_69; 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_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__3; -x_18 = lean_unbox(x_15); +x_69 = lean_unbox(x_15); lean_dec(x_15); +if (x_69 == 0) +{ +uint8_t x_70; +x_70 = 1; +x_18 = x_70; +goto block_68; +} +else +{ +uint8_t x_71; +x_71 = 0; +x_18 = x_71; +goto block_68; +} +block_68: +{ if (x_18 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_19 = l_Lean_getPPAnalysisLetVarType___closed__2; -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_20 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_19, x_1, x_2, x_3, x_4, x_5, x_6, x_16); -x_21 = lean_ctor_get(x_20, 1); -lean_inc(x_21); -lean_dec(x_20); -x_22 = 0; +uint8_t 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; uint8_t x_26; uint8_t x_27; uint8_t x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_19 = 0; +x_20 = lean_box(x_19); +x_21 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); +lean_closure_set(x_21, 0, x_20); +x_22 = 1; x_23 = lean_box(x_22); -x_24 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); -lean_closure_set(x_24, 0, x_23); -x_25 = 1; -x_26 = lean_box(x_25); -x_27 = lean_box(x_22); -lean_inc(x_24); -x_28 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); -lean_closure_set(x_28, 0, x_26); -lean_closure_set(x_28, 1, x_27); -lean_closure_set(x_28, 2, x_24); -x_29 = l_instInhabitedPUnit; +x_24 = lean_box(x_22); +x_25 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); +lean_closure_set(x_25, 0, x_23); +lean_closure_set(x_25, 1, x_24); +lean_closure_set(x_25, 2, x_21); +x_26 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); +x_27 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); +x_28 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 3); +x_29 = lean_ctor_get(x_1, 0); +lean_inc(x_29); +x_30 = lean_alloc_ctor(0, 1, 4); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set_uint8(x_30, sizeof(void*)*1, x_26); +lean_ctor_set_uint8(x_30, sizeof(void*)*1 + 1, x_27); +lean_ctor_set_uint8(x_30, sizeof(void*)*1 + 2, x_22); +lean_ctor_set_uint8(x_30, sizeof(void*)*1 + 3, x_28); +x_31 = l_instInhabitedPUnit; 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_30 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14(x_29, x_28, x_1, x_2, x_3, x_4, x_5, x_6, x_21); -if (lean_obj_tag(x_30) == 0) +x_32 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14(x_31, x_25, x_30, x_2, x_3, x_4, x_5, x_6, x_16); +if (lean_obj_tag(x_32) == 0) { -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -x_32 = lean_box(x_25); -x_33 = lean_box(x_25); -x_34 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); -lean_closure_set(x_34, 0, x_32); -lean_closure_set(x_34, 1, x_33); -lean_closure_set(x_34, 2, x_24); -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_35 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(x_29, x_34, x_1, x_2, x_3, x_4, x_5, x_6, x_31); -if (lean_obj_tag(x_35) == 0) -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_35, 0); -lean_inc(x_36); -x_37 = lean_ctor_get(x_35, 1); -lean_inc(x_37); -lean_dec(x_35); -x_38 = lean_apply_8(x_17, x_36, x_1, x_2, x_3, x_4, x_5, x_6, x_37); -return x_38; +lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_apply_8(x_17, x_33, x_1, x_2, x_3, x_4, x_5, x_6, x_34); +return x_35; } else { -uint8_t x_39; +uint8_t x_36; 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_35); -if (x_39 == 0) +x_36 = !lean_is_exclusive(x_32); +if (x_36 == 0) { -return x_35; +return x_32; } else { -lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_40 = lean_ctor_get(x_35, 0); -x_41 = lean_ctor_get(x_35, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_35); -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_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_32, 0); +x_38 = lean_ctor_get(x_32, 1); +lean_inc(x_38); +lean_inc(x_37); +lean_dec(x_32); +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; } } } else { -uint8_t x_43; -lean_dec(x_24); +lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; lean_object* x_45; uint8_t x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_40 = l_Lean_getPPAnalysisLetVarType___closed__2; +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_41 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_40, x_1, x_2, x_3, x_4, x_5, x_6, x_16); +x_42 = lean_ctor_get(x_41, 1); +lean_inc(x_42); +lean_dec(x_41); +x_43 = 0; +x_44 = lean_box(x_43); +x_45 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); +lean_closure_set(x_45, 0, x_44); +x_46 = 1; +x_47 = lean_box(x_46); +x_48 = lean_box(x_43); +lean_inc(x_45); +x_49 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); +lean_closure_set(x_49, 0, x_47); +lean_closure_set(x_49, 1, x_48); +lean_closure_set(x_49, 2, x_45); +x_50 = l_instInhabitedPUnit; +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_51 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26(x_50, x_49, x_1, x_2, x_3, x_4, x_5, x_6, x_42); +if (lean_obj_tag(x_51) == 0) +{ +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_52 = lean_ctor_get(x_51, 1); +lean_inc(x_52); +lean_dec(x_51); +x_53 = lean_box(x_46); +x_54 = lean_box(x_46); +x_55 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); +lean_closure_set(x_55, 0, x_53); +lean_closure_set(x_55, 1, x_54); +lean_closure_set(x_55, 2, x_45); +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_56 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14(x_50, x_55, x_1, x_2, x_3, x_4, x_5, x_6, x_52); +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); +x_59 = lean_apply_8(x_17, x_57, x_1, x_2, x_3, x_4, x_5, x_6, x_58); +return x_59; +} +else +{ +uint8_t x_60; 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_30); -if (x_43 == 0) -{ -return x_30; -} -else +x_60 = !lean_is_exclusive(x_56); +if (x_60 == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -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); -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; -} -} +return x_56; } else { -uint8_t x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; uint8_t x_54; uint8_t x_55; uint8_t x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_47 = 0; -x_48 = lean_box(x_47); -x_49 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); -lean_closure_set(x_49, 0, x_48); -x_50 = 1; -x_51 = lean_box(x_50); -x_52 = lean_box(x_50); -x_53 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); -lean_closure_set(x_53, 0, x_51); -lean_closure_set(x_53, 1, x_52); -lean_closure_set(x_53, 2, x_49); -x_54 = lean_ctor_get_uint8(x_1, sizeof(void*)*1); -x_55 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 1); -x_56 = lean_ctor_get_uint8(x_1, sizeof(void*)*1 + 3); -x_57 = lean_ctor_get(x_1, 0); -lean_inc(x_57); -x_58 = lean_alloc_ctor(0, 1, 4); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set_uint8(x_58, sizeof(void*)*1, x_54); -lean_ctor_set_uint8(x_58, sizeof(void*)*1 + 1, x_55); -lean_ctor_set_uint8(x_58, sizeof(void*)*1 + 2, x_50); -lean_ctor_set_uint8(x_58, sizeof(void*)*1 + 3, x_56); -x_59 = l_instInhabitedPUnit; -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -lean_inc(x_3); -lean_inc(x_2); -x_60 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27(x_59, x_53, x_58, x_2, x_3, x_4, x_5, x_6, x_16); -if (lean_obj_tag(x_60) == 0) -{ lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); +x_61 = lean_ctor_get(x_56, 0); +x_62 = lean_ctor_get(x_56, 1); lean_inc(x_62); -lean_dec(x_60); -x_63 = lean_apply_8(x_17, x_61, x_1, x_2, x_3, x_4, x_5, x_6, x_62); +lean_inc(x_61); +lean_dec(x_56); +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); return x_63; } +} +} else { uint8_t x_64; +lean_dec(x_45); 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_60); +x_64 = !lean_is_exclusive(x_51); if (x_64 == 0) { -return x_60; +return x_51; } else { lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_60, 0); -x_66 = lean_ctor_get(x_60, 1); +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_60); +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); @@ -24203,45 +23805,46 @@ return x_67; } } } +} else { -uint8_t x_68; +uint8_t x_72; 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_14); -if (x_68 == 0) +x_72 = !lean_is_exclusive(x_14); +if (x_72 == 0) { return x_14; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_14, 0); -x_70 = lean_ctor_get(x_14, 1); -lean_inc(x_70); -lean_inc(x_69); +lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_73 = lean_ctor_get(x_14, 0); +x_74 = lean_ctor_get(x_14, 1); +lean_inc(x_74); +lean_inc(x_73); lean_dec(x_14); -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; +x_75 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_75, 0, x_73); +lean_ctor_set(x_75, 1, x_74); +return x_75; } } } else { -lean_object* x_72; lean_object* x_73; lean_object* x_74; +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_dec(x_9); -x_72 = lean_ctor_get(x_8, 1); -lean_inc(x_72); +x_76 = lean_ctor_get(x_8, 1); +lean_inc(x_76); lean_dec(x_8); -x_73 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__2; -x_74 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1(x_73, x_1, x_2, x_3, x_4, x_5, x_6, x_72); -return x_74; +x_77 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__2; +x_78 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeConst___spec__1(x_77, x_1, x_2, x_3, x_4, x_5, x_6, x_76); +return x_78; } } } @@ -24900,7 +24503,7 @@ lean_dec(x_9); x_12 = l_Lean_Expr_bindingDomain_x21(x_10); lean_dec(x_10); x_13 = lean_unsigned_to_nat(0u); -x_14 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(x_12, x_13, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); +x_14 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(x_12, x_13, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_11); return x_14; } } @@ -25257,7 +24860,7 @@ x_14 = lean_ctor_get(x_12, 1); lean_inc(x_14); lean_dec(x_12); x_15 = l_Lean_SubExpr_Pos_typeCoord; -x_16 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__23(x_13, x_15, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); +x_16 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__35(x_13, x_15, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_14); return x_16; } else @@ -25405,7 +25008,7 @@ lean_inc(x_1); x_14 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp(x_10, x_12, x_13, x_1, x_2, x_3, x_4, x_5, x_6, x_11); if (lean_obj_tag(x_14) == 0) { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; x_15 = lean_ctor_get(x_14, 0); lean_inc(x_15); x_16 = lean_ctor_get(x_14, 1); @@ -25414,101 +25017,37 @@ lean_dec(x_14); x_17 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___closed__1; if (x_8 == 0) { -uint8_t x_51; -x_51 = lean_unbox(x_15); +uint8_t x_70; +x_70 = lean_unbox(x_15); lean_dec(x_15); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -x_52 = l_Lean_getPPAnalysisNeedsType___closed__2; -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_53 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_52, x_1, x_2, x_3, x_4, x_5, x_6, x_16); -x_54 = lean_ctor_get(x_53, 1); -lean_inc(x_54); -lean_dec(x_53); -x_55 = 0; -x_56 = lean_box(x_55); -x_57 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); -lean_closure_set(x_57, 0, x_56); -x_58 = 1; -x_59 = lean_box(x_58); -x_60 = lean_box(x_55); -x_61 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); -lean_closure_set(x_61, 0, x_59); -lean_closure_set(x_61, 1, x_60); -lean_closure_set(x_61, 2, x_57); -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_62 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___spec__2(x_61, x_1, x_2, x_3, x_4, x_5, x_6, x_54); -if (lean_obj_tag(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_62, 1); -lean_inc(x_63); -lean_dec(x_62); -x_64 = lean_box(0); -x_65 = lean_box(x_58); -x_66 = lean_apply_9(x_17, x_65, x_64, x_1, x_2, x_3, x_4, x_5, x_6, x_63); -return x_66; -} -else -{ -uint8_t x_67; -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_67 = !lean_is_exclusive(x_62); -if (x_67 == 0) -{ -return x_62; -} -else +if (x_70 == 0) { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_62, 0); -x_69 = lean_ctor_get(x_62, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_62); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; -} -} +uint8_t x_71; +x_71 = 1; +x_18 = x_71; +goto block_69; } else { -lean_object* x_71; -x_71 = lean_box(0); -x_18 = x_71; -goto block_50; +uint8_t x_72; +x_72 = 0; +x_18 = x_72; +goto block_69; } } else { -lean_object* x_72; +uint8_t x_73; lean_dec(x_15); -x_72 = lean_box(0); -x_18 = x_72; -goto block_50; +x_73 = 0; +x_18 = x_73; +goto block_69; } -block_50: +block_69: +{ +if (x_18 == 0) { lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_23; -lean_dec(x_18); x_19 = l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_maybeAddBlockImplicit___spec__1(x_1, x_2, x_3, x_4, x_5, x_6, x_16); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); @@ -25627,33 +25166,106 @@ return x_39; } } } +else +{ +lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; 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_50 = l_Lean_getPPAnalysisNeedsType___closed__2; +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_51 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_50, x_1, x_2, x_3, x_4, x_5, x_6, x_16); +x_52 = lean_ctor_get(x_51, 1); +lean_inc(x_52); +lean_dec(x_51); +x_53 = 0; +x_54 = lean_box(x_53); +x_55 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); +lean_closure_set(x_55, 0, x_54); +x_56 = 1; +x_57 = lean_box(x_56); +x_58 = lean_box(x_53); +x_59 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_withKnowing___rarg___boxed), 10, 3); +lean_closure_set(x_59, 0, x_57); +lean_closure_set(x_59, 1, x_58); +lean_closure_set(x_59, 2, x_55); +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_60 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeApp___spec__2(x_59, x_1, x_2, x_3, x_4, x_5, x_6, x_52); +if (lean_obj_tag(x_60) == 0) +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +lean_dec(x_60); +x_62 = lean_box(0); +x_63 = lean_box(x_56); +x_64 = lean_apply_9(x_17, x_63, x_62, x_1, x_2, x_3, x_4, x_5, x_6, x_61); +return x_64; } else { -uint8_t x_73; +uint8_t x_65; 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_73 = !lean_is_exclusive(x_14); -if (x_73 == 0) +x_65 = !lean_is_exclusive(x_60); +if (x_65 == 0) { -return x_14; +return x_60; } else { -lean_object* x_74; lean_object* x_75; lean_object* x_76; -x_74 = lean_ctor_get(x_14, 0); -x_75 = lean_ctor_get(x_14, 1); -lean_inc(x_75); -lean_inc(x_74); -lean_dec(x_14); -x_76 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_76, 0, x_74); -lean_ctor_set(x_76, 1, x_75); -return x_76; +lean_object* x_66; lean_object* x_67; lean_object* x_68; +x_66 = lean_ctor_get(x_60, 0); +x_67 = lean_ctor_get(x_60, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_60); +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_74; +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_74 = !lean_is_exclusive(x_14); +if (x_74 == 0) +{ +return x_14; +} +else +{ +lean_object* x_75; lean_object* x_76; lean_object* x_77; +x_75 = lean_ctor_get(x_14, 0); +x_76 = lean_ctor_get(x_14, 1); +lean_inc(x_76); +lean_inc(x_75); +lean_dec(x_14); +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; } } } @@ -25687,7 +25299,7 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___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; 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; 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_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; uint8_t x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_dec(x_7); x_15 = lean_ctor_get(x_12, 2); lean_inc(x_15); @@ -25702,243 +25314,424 @@ 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 = l_Lean_getPPAnalyzeTrustSubst(x_15); -x_23 = lean_array_get_size(x_1); -x_24 = 0; -x_25 = lean_box(x_24); -x_26 = lean_mk_array(x_23, x_25); -x_27 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__2___closed__2; -lean_inc_n(x_26, 3); -x_28 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_28, 0, x_26); -lean_ctor_set(x_28, 1, x_26); -lean_ctor_set(x_28, 2, x_26); -lean_ctor_set(x_28, 3, x_26); -lean_ctor_set(x_28, 4, x_27); -if (x_22 == 0) +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_22 = x_19; +} else { + lean_dec_ref(x_19); + x_22 = lean_box(0); +} +x_23 = l_Lean_getPPAnalyzeTrustSubst(x_15); +x_24 = lean_array_get_size(x_1); +x_25 = 0; +x_26 = lean_box(x_25); +x_27 = lean_mk_array(x_24, x_26); +x_28 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_replaceLPsWithVars___lambda__2___closed__2; +lean_inc_n(x_27, 3); +x_29 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_29, 0, x_27); +lean_ctor_set(x_29, 1, x_27); +lean_ctor_set(x_29, 2, x_27); +lean_ctor_set(x_29, 3, x_27); +lean_ctor_set(x_29, 4, x_28); +if (x_23 == 0) { -uint8_t x_55; +uint8_t x_40; lean_dec(x_17); -x_55 = l_Lean_getPPAnalyzeTrustSubtypeMk(x_15); +x_40 = l_Lean_getPPAnalyzeTrustSubtypeMk(x_15); lean_dec(x_15); -if (x_55 == 0) +if (x_40 == 0) { +lean_object* x_41; lean_object* x_42; lean_dec(x_20); -x_29 = x_24; -goto block_54; -} -else +lean_inc(x_1); +lean_inc(x_3); +x_41 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_41, 0, x_3); +lean_ctor_set(x_41, 1, x_4); +lean_ctor_set(x_41, 2, x_1); +lean_ctor_set(x_41, 3, x_5); +lean_ctor_set(x_41, 4, x_6); +lean_ctor_set_uint8(x_41, sizeof(void*)*5, x_25); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +x_42 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore(x_41, x_29, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_56; lean_object* x_57; uint8_t x_58; -x_56 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__3; -x_57 = lean_unsigned_to_nat(4u); -x_58 = l_Lean_Expr_isAppOfArity(x_20, x_56, x_57); -lean_dec(x_20); -x_29 = x_58; -goto block_54; -} +lean_object* x_43; +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +x_30 = x_43; +goto block_39; } else { -uint8_t x_59; -x_59 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike(x_17); -lean_dec(x_17); -if (x_59 == 0) -{ -uint8_t x_60; -x_60 = l_Lean_getPPAnalyzeTrustSubtypeMk(x_15); -lean_dec(x_15); -if (x_60 == 0) +uint8_t x_44; +lean_dec(x_22); +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_3); +lean_dec(x_2); +lean_dec(x_1); +x_44 = !lean_is_exclusive(x_42); +if (x_44 == 0) { -lean_dec(x_20); -x_29 = x_24; -goto block_54; +return x_42; } else { -lean_object* x_61; lean_object* x_62; uint8_t x_63; -x_61 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__3; -x_62 = lean_unsigned_to_nat(4u); -x_63 = l_Lean_Expr_isAppOfArity(x_20, x_61, x_62); -lean_dec(x_20); -x_29 = x_63; -goto block_54; +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_42, 0); +x_46 = lean_ctor_get(x_42, 1); +lean_inc(x_46); +lean_inc(x_45); +lean_dec(x_42); +x_47 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_46); +return x_47; +} } } else { -uint8_t x_64; +lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; +x_48 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__3; +x_49 = lean_unsigned_to_nat(4u); +x_50 = l_Lean_Expr_isAppOfArity(x_20, x_48, x_49); lean_dec(x_20); -lean_dec(x_15); -x_64 = 1; -x_29 = x_64; -goto block_54; -} -} -block_54: -{ -lean_object* x_30; lean_object* x_31; lean_inc(x_1); -lean_inc(x_2); -x_30 = lean_alloc_ctor(0, 5, 1); -lean_ctor_set(x_30, 0, x_2); -lean_ctor_set(x_30, 1, x_3); -lean_ctor_set(x_30, 2, x_1); -lean_ctor_set(x_30, 3, x_4); -lean_ctor_set(x_30, 4, x_5); -lean_ctor_set_uint8(x_30, sizeof(void*)*5, x_29); +lean_inc(x_3); +x_51 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_51, 0, x_3); +lean_ctor_set(x_51, 1, x_4); +lean_ctor_set(x_51, 2, x_1); +lean_ctor_set(x_51, 3, x_5); +lean_ctor_set(x_51, 4, x_6); +lean_ctor_set_uint8(x_51, sizeof(void*)*5, x_50); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); -x_31 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore(x_30, x_28, x_8, x_9, x_10, x_11, x_12, x_13, x_21); -if (lean_obj_tag(x_31) == 0) -{ -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) -{ -lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = lean_ctor_get(x_31, 1); -x_34 = lean_ctor_get(x_31, 0); -lean_dec(x_34); -x_35 = l_Array_isEmpty___rarg(x_6); -if (x_35 == 0) -{ -uint8_t x_36; -x_36 = l_Array_isEmpty___rarg(x_1); -if (x_36 == 0) +x_52 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore(x_51, x_29, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +if (lean_obj_tag(x_52) == 0) { -lean_object* x_37; lean_object* x_38; -lean_free_object(x_31); -x_37 = l_Lean_mkAppN(x_2, x_1); -x_38 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged(x_37, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_33); -return x_38; +lean_object* x_53; +x_53 = lean_ctor_get(x_52, 1); +lean_inc(x_53); +lean_dec(x_52); +x_30 = x_53; +goto block_39; } else { -lean_object* x_39; +uint8_t x_54; +lean_dec(x_22); 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_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_39 = lean_box(0); -lean_ctor_set(x_31, 0, x_39); -return x_31; -} +x_54 = !lean_is_exclusive(x_52); +if (x_54 == 0) +{ +return x_52; } else { -lean_object* x_40; -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_6); -lean_dec(x_2); -lean_dec(x_1); -x_40 = lean_box(0); -lean_ctor_set(x_31, 0, x_40); -return x_31; +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_52, 0); +x_56 = lean_ctor_get(x_52, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_52); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; +} +} } } else { -lean_object* x_41; uint8_t x_42; -x_41 = lean_ctor_get(x_31, 1); -lean_inc(x_41); -lean_dec(x_31); -x_42 = l_Array_isEmpty___rarg(x_6); -if (x_42 == 0) +uint8_t x_58; +x_58 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isSubstLike(x_17); +lean_dec(x_17); +if (x_58 == 0) { -uint8_t x_43; -x_43 = l_Array_isEmpty___rarg(x_1); -if (x_43 == 0) +uint8_t x_59; +x_59 = l_Lean_getPPAnalyzeTrustSubtypeMk(x_15); +lean_dec(x_15); +if (x_59 == 0) { -lean_object* x_44; lean_object* x_45; -x_44 = l_Lean_mkAppN(x_2, x_1); -x_45 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged(x_44, x_6, x_8, x_9, x_10, x_11, x_12, x_13, x_41); -return x_45; +lean_object* x_60; lean_object* x_61; +lean_dec(x_20); +lean_inc(x_1); +lean_inc(x_3); +x_60 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_60, 0, x_3); +lean_ctor_set(x_60, 1, x_4); +lean_ctor_set(x_60, 2, x_1); +lean_ctor_set(x_60, 3, x_5); +lean_ctor_set(x_60, 4, x_6); +lean_ctor_set_uint8(x_60, sizeof(void*)*5, x_25); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +x_61 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore(x_60, x_29, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +if (lean_obj_tag(x_61) == 0) +{ +lean_object* x_62; +x_62 = lean_ctor_get(x_61, 1); +lean_inc(x_62); +lean_dec(x_61); +x_30 = x_62; +goto block_39; } else { -lean_object* x_46; lean_object* x_47; +uint8_t x_63; +lean_dec(x_22); 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_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_46 = lean_box(0); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_41); -return x_47; -} +x_63 = !lean_is_exclusive(x_61); +if (x_63 == 0) +{ +return x_61; } else { -lean_object* x_48; lean_object* x_49; -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_6); -lean_dec(x_2); -lean_dec(x_1); -x_48 = lean_box(0); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_41); -return x_49; +lean_object* x_64; lean_object* x_65; lean_object* x_66; +x_64 = lean_ctor_get(x_61, 0); +x_65 = lean_ctor_get(x_61, 1); +lean_inc(x_65); +lean_inc(x_64); +lean_dec(x_61); +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 { -uint8_t x_50; +lean_object* x_67; lean_object* x_68; uint8_t x_69; lean_object* x_70; lean_object* x_71; +x_67 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1___closed__3; +x_68 = lean_unsigned_to_nat(4u); +x_69 = l_Lean_Expr_isAppOfArity(x_20, x_67, x_68); +lean_dec(x_20); +lean_inc(x_1); +lean_inc(x_3); +x_70 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_70, 0, x_3); +lean_ctor_set(x_70, 1, x_4); +lean_ctor_set(x_70, 2, x_1); +lean_ctor_set(x_70, 3, x_5); +lean_ctor_set(x_70, 4, x_6); +lean_ctor_set_uint8(x_70, sizeof(void*)*5, x_69); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +x_71 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore(x_70, x_29, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +if (lean_obj_tag(x_71) == 0) +{ +lean_object* x_72; +x_72 = lean_ctor_get(x_71, 1); +lean_inc(x_72); +lean_dec(x_71); +x_30 = x_72; +goto block_39; +} +else +{ +uint8_t x_73; +lean_dec(x_22); 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_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_50 = !lean_is_exclusive(x_31); -if (x_50 == 0) +x_73 = !lean_is_exclusive(x_71); +if (x_73 == 0) { -return x_31; +return x_71; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_31, 0); -x_52 = lean_ctor_get(x_31, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_31); -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_object* x_74; lean_object* x_75; lean_object* x_76; +x_74 = lean_ctor_get(x_71, 0); +x_75 = lean_ctor_get(x_71, 1); +lean_inc(x_75); +lean_inc(x_74); +lean_dec(x_71); +x_76 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_76, 0, x_74); +lean_ctor_set(x_76, 1, x_75); +return x_76; +} +} +} +} +else +{ +uint8_t x_77; lean_object* x_78; lean_object* x_79; +lean_dec(x_20); +lean_dec(x_15); +x_77 = 1; +lean_inc(x_1); +lean_inc(x_3); +x_78 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_78, 0, x_3); +lean_ctor_set(x_78, 1, x_4); +lean_ctor_set(x_78, 2, x_1); +lean_ctor_set(x_78, 3, x_5); +lean_ctor_set(x_78, 4, x_6); +lean_ctor_set_uint8(x_78, sizeof(void*)*5, x_77); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_9); +lean_inc(x_8); +x_79 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore(x_78, x_29, x_8, x_9, x_10, x_11, x_12, x_13, x_21); +if (lean_obj_tag(x_79) == 0) +{ +lean_object* x_80; +x_80 = lean_ctor_get(x_79, 1); +lean_inc(x_80); +lean_dec(x_79); +x_30 = x_80; +goto block_39; +} +else +{ +uint8_t x_81; +lean_dec(x_22); +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_3); +lean_dec(x_2); +lean_dec(x_1); +x_81 = !lean_is_exclusive(x_79); +if (x_81 == 0) +{ +return x_79; +} +else +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_79, 0); +x_83 = lean_ctor_get(x_79, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_79); +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; +} +} +} +} +block_39: +{ +uint8_t x_31; +x_31 = l_Array_isEmpty___rarg(x_2); +if (x_31 == 0) +{ +uint8_t x_32; +x_32 = l_Array_isEmpty___rarg(x_1); +if (x_32 == 0) +{ +lean_object* x_33; lean_object* x_34; +lean_dec(x_22); +x_33 = l_Lean_mkAppN(x_3, x_1); +x_34 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged(x_33, x_2, x_8, x_9, x_10, x_11, x_12, x_13, x_30); +return x_34; +} +else +{ +lean_object* x_35; lean_object* x_36; +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_3); +lean_dec(x_2); +lean_dec(x_1); +x_35 = lean_box(0); +if (lean_is_scalar(x_22)) { + x_36 = lean_alloc_ctor(0, 2, 0); +} else { + x_36 = x_22; +} +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_30); +return x_36; +} +} +else +{ +lean_object* x_37; lean_object* x_38; +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_3); +lean_dec(x_2); +lean_dec(x_1); +x_37 = lean_box(0); +if (lean_is_scalar(x_22)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_22; } +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_30); +return x_38; } } } @@ -26010,7 +25803,7 @@ if (x_28 == 0) lean_object* x_29; lean_object* x_30; lean_dec(x_24); x_29 = lean_box(0); -x_30 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1(x_27, x_1, x_14, x_22, x_23, x_26, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_21); +x_30 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1(x_27, x_26, x_1, x_14, x_22, x_23, x_29, x_3, x_4, x_5, x_6, x_7, x_8, x_21); return x_30; } else @@ -26047,7 +25840,7 @@ lean_inc(x_36); x_37 = lean_ctor_get(x_35, 1); lean_inc(x_37); lean_dec(x_35); -x_38 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1(x_27, x_1, x_14, x_22, x_23, x_26, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_37); +x_38 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeAppStaged___lambda__1(x_27, x_26, x_1, x_14, x_22, x_23, x_36, x_3, x_4, x_5, x_6, x_7, x_8, x_37); return x_38; } else @@ -26759,41 +26552,7 @@ return x_87; } } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1(lean_object* x_1, size_t x_2, size_t x_3) { -_start: -{ -uint8_t x_4; -x_4 = lean_usize_dec_eq(x_2, x_3); -if (x_4 == 0) -{ -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_uget(x_1, x_2); -x_6 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_nameNotRoundtrippable(x_5); -lean_dec(x_5); -if (x_6 == 0) -{ -size_t x_7; size_t x_8; -x_7 = 1; -x_8 = lean_usize_add(x_2, x_7); -x_2 = x_8; -goto _start; -} -else -{ -uint8_t x_10; -x_10 = 1; -return x_10; -} -} -else -{ -uint8_t x_11; -x_11 = 0; -return x_11; -} -} -} -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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: { uint8_t x_13; @@ -26843,7 +26602,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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: { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; @@ -26872,7 +26631,7 @@ x_18 = lean_ctor_get(x_16, 1); lean_inc(x_18); lean_dec(x_16); x_19 = l_Lean_SubExpr_Pos_typeCoord; -x_20 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__3(x_17, x_19, x_1, x_2, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_18); +x_20 = l_Lean_PrettyPrinter_Delaborator_SubExpr_descend___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__2(x_17, x_19, x_1, x_2, x_15, x_4, x_5, x_6, x_7, x_8, x_9, x_18); return x_20; } else @@ -26908,7 +26667,7 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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) { _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; 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; uint8_t x_31; @@ -27028,7 +26787,7 @@ return x_54; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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) { _start: { uint8_t x_11; uint8_t x_12; lean_object* x_13; @@ -27091,114 +26850,72 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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_object* x_39; lean_object* x_40; uint8_t x_41; -x_39 = lean_ctor_get(x_10, 2); -lean_inc(x_39); -x_40 = lean_array_get_size(x_1); -x_41 = lean_nat_dec_lt(x_2, x_40); -lean_dec(x_40); -if (x_41 == 0) -{ -uint8_t x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; uint8_t x_46; uint8_t x_47; -x_42 = l_Lean_instInhabitedBinderInfo; -x_43 = lean_box(x_42); -x_44 = l___private_Init_Util_0__outOfBounds___rarg(x_43); -x_45 = lean_unbox(x_44); -lean_dec(x_44); -x_46 = 3; -x_47 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_45, x_46); -if (x_47 == 0) +lean_object* x_13; uint8_t x_14; lean_object* x_43; uint8_t x_44; +x_13 = lean_ctor_get(x_10, 2); +lean_inc(x_13); +x_43 = lean_array_get_size(x_1); +x_44 = lean_nat_dec_lt(x_2, x_43); +lean_dec(x_43); +if (x_44 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -lean_dec(x_39); -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_48 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_5); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_12); -return x_50; -} -else +uint8_t x_45; lean_object* x_46; lean_object* x_47; uint8_t x_48; uint8_t x_49; uint8_t x_50; +x_45 = l_Lean_instInhabitedBinderInfo; +x_46 = lean_box(x_45); +x_47 = l___private_Init_Util_0__outOfBounds___rarg(x_46); +x_48 = lean_unbox(x_47); +lean_dec(x_47); +x_49 = 3; +x_50 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_48, x_49); +if (x_50 == 0) { uint8_t x_51; -x_51 = l_Lean_getPPInstanceTypes(x_39); -lean_dec(x_39); -if (x_51 == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* 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_4); -x_52 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_5); -x_54 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_12); -return x_54; +lean_dec(x_13); +x_51 = 0; +x_14 = x_51; +goto block_42; } else { -lean_object* x_55; -x_55 = lean_box(0); -x_13 = x_55; -goto block_38; -} +uint8_t x_52; +x_52 = l_Lean_getPPInstanceTypes(x_13); +lean_dec(x_13); +x_14 = x_52; +goto block_42; } } else { -lean_object* x_56; uint8_t x_57; uint8_t x_58; uint8_t x_59; -x_56 = lean_array_fget(x_1, x_2); -x_57 = lean_unbox(x_56); -lean_dec(x_56); -x_58 = 3; -x_59 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_57, x_58); -if (x_59 == 0) +lean_object* x_53; uint8_t x_54; uint8_t x_55; uint8_t x_56; +x_53 = lean_array_fget(x_1, x_2); +x_54 = lean_unbox(x_53); +lean_dec(x_53); +x_55 = 3; +x_56 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_54, x_55); +if (x_56 == 0) { -lean_object* x_60; lean_object* x_61; lean_object* x_62; -lean_dec(x_39); -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_60 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_5); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_12); -return x_62; +uint8_t x_57; +lean_dec(x_13); +x_57 = 0; +x_14 = x_57; +goto block_42; } else { -uint8_t x_63; -x_63 = l_Lean_getPPInstanceTypes(x_39); -lean_dec(x_39); -if (x_63 == 0) +uint8_t x_58; +x_58 = l_Lean_getPPInstanceTypes(x_13); +lean_dec(x_13); +x_14 = x_58; +goto block_42; +} +} +block_42: { -lean_object* x_64; lean_object* x_65; lean_object* x_66; +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); @@ -27206,125 +26923,116 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_4); -x_64 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_5); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_12); -return x_66; +x_15 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_5); +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; } else { -lean_object* x_67; -x_67 = lean_box(0); -x_13 = x_67; -goto block_38; -} -} -} -block_38: -{ -uint8_t x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -lean_dec(x_13); -x_14 = 0; -x_15 = lean_box(x_14); -x_16 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); -lean_closure_set(x_16, 0, x_15); -x_17 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__1___boxed), 10, 1); -lean_closure_set(x_17, 0, x_16); -x_18 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__2(x_17, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -if (lean_obj_tag(x_18) == 0) +uint8_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_18 = 0; +x_19 = lean_box(x_18); +x_20 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze___boxed), 8, 1); +lean_closure_set(x_20, 0, x_19); +x_21 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__1___boxed), 10, 1); +lean_closure_set(x_21, 0, x_20); +x_22 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1(x_21, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +if (lean_obj_tag(x_22) == 0) { -uint8_t x_19; -x_19 = !lean_is_exclusive(x_18); -if (x_19 == 0) +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) { -lean_object* x_20; uint8_t x_21; -x_20 = lean_ctor_get(x_18, 0); -x_21 = !lean_is_exclusive(x_20); -if (x_21 == 0) +lean_object* x_24; uint8_t x_25; +x_24 = lean_ctor_get(x_22, 0); +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -lean_object* x_22; lean_object* x_23; -x_22 = lean_ctor_get(x_20, 0); -lean_dec(x_22); -x_23 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -lean_ctor_set(x_20, 0, x_23); -return x_18; +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_24, 0); +lean_dec(x_26); +x_27 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +lean_ctor_set(x_24, 0, x_27); +return x_22; } 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 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_25); -lean_ctor_set(x_26, 1, x_24); -lean_ctor_set(x_18, 0, x_26); -return x_18; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_24, 1); +lean_inc(x_28); +lean_dec(x_24); +x_29 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +x_30 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_30, 1, x_28); +lean_ctor_set(x_22, 0, x_30); +return x_22; } } 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_18, 0); -x_28 = lean_ctor_get(x_18, 1); -lean_inc(x_28); -lean_inc(x_27); -lean_dec(x_18); -x_29 = lean_ctor_get(x_27, 1); -lean_inc(x_29); -if (lean_is_exclusive(x_27)) { - lean_ctor_release(x_27, 0); - lean_ctor_release(x_27, 1); - x_30 = x_27; +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; +x_31 = lean_ctor_get(x_22, 0); +x_32 = lean_ctor_get(x_22, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_22); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_34 = x_31; } else { - lean_dec_ref(x_27); - x_30 = lean_box(0); + lean_dec_ref(x_31); + x_34 = lean_box(0); } -x_31 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; -if (lean_is_scalar(x_30)) { - x_32 = lean_alloc_ctor(0, 2, 0); +x_35 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1; +if (lean_is_scalar(x_34)) { + x_36 = lean_alloc_ctor(0, 2, 0); } else { - x_32 = x_30; + x_36 = x_34; } -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_29); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_28); -return x_33; +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_33); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_32); +return x_37; } } else { -uint8_t x_34; -x_34 = !lean_is_exclusive(x_18); -if (x_34 == 0) +uint8_t x_38; +x_38 = !lean_is_exclusive(x_22); +if (x_38 == 0) { -return x_18; +return x_22; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_18, 0); -x_36 = lean_ctor_get(x_18, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_18); -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_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_22, 0); +x_40 = lean_ctor_get(x_22, 1); +lean_inc(x_40); +lean_inc(x_39); +lean_dec(x_22); +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; +} } } } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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) { _start: { lean_object* x_11; uint8_t x_12; @@ -27358,347 +27066,518 @@ return x_18; } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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, lean_object* x_14, lean_object* x_15, lean_object* x_16) { _start: { -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_ctor_get(x_5, 3); -lean_inc(x_13); -x_14 = lean_array_get_size(x_13); -x_15 = lean_nat_dec_lt(x_2, x_14); -lean_dec(x_14); -if (x_15 == 0) +uint8_t x_17; +x_17 = lean_nat_dec_le(x_5, x_4); +if (x_17 == 0) { -uint8_t x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -lean_dec(x_13); -x_16 = l_instInhabitedBool; -x_17 = lean_box(x_16); -x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); -x_19 = lean_unbox(x_18); -lean_dec(x_18); +lean_object* x_18; uint8_t x_19; +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_eq(x_3, x_18); if (x_19 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_20 = lean_unsigned_to_nat(0u); -x_21 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_20); +lean_object* x_20; lean_object* x_21; uint8_t x_22; lean_object* x_90; lean_object* x_91; uint8_t x_92; +lean_dec(x_7); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_3, x_20); lean_dec(x_3); -x_22 = lean_nat_add(x_21, x_2); -lean_dec(x_21); -x_23 = l_Lean_getPPAnalysisHole___closed__2; -x_24 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__3___boxed), 10, 1); -lean_closure_set(x_24, 0, x_23); +x_90 = lean_ctor_get(x_9, 3); +lean_inc(x_90); +x_91 = lean_array_get_size(x_90); +x_92 = lean_nat_dec_lt(x_4, x_91); +lean_dec(x_91); +if (x_92 == 0) +{ +uint8_t x_93; lean_object* x_94; lean_object* x_95; uint8_t x_96; +lean_dec(x_90); +x_93 = l_instInhabitedBool; +x_94 = lean_box(x_93); +x_95 = l___private_Init_Util_0__outOfBounds___rarg(x_94); +x_96 = lean_unbox(x_95); +lean_dec(x_95); +if (x_96 == 0) +{ +uint8_t x_97; +x_97 = 1; +x_22 = x_97; +goto block_89; +} +else +{ +uint8_t x_98; +x_98 = 0; +x_22 = x_98; +goto block_89; +} +} +else +{ +lean_object* x_99; uint8_t x_100; +x_99 = lean_array_fget(x_90, x_4); +lean_dec(x_90); +x_100 = lean_unbox(x_99); +lean_dec(x_99); +if (x_100 == 0) +{ +uint8_t x_101; +x_101 = 1; +x_22 = x_101; +goto block_89; +} +else +{ +uint8_t x_102; +x_102 = 0; +x_22 = x_102; +goto block_89; +} +} +block_89: +{ +if (x_22 == 0) +{ +lean_object* x_23; lean_object* x_24; +x_23 = lean_box(0); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); lean_inc(x_11); lean_inc(x_10); -lean_inc(x_9); lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_4); -x_25 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4(x_22, x_24, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_22); -if (lean_obj_tag(x_25) == 0) +x_24 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__2(x_2, x_4, x_23, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +if (lean_obj_tag(x_24) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +lean_object* x_25; lean_object* x_26; +x_25 = lean_ctor_get(x_24, 0); +lean_inc(x_25); x_26 = lean_ctor_get(x_25, 0); lean_inc(x_26); -x_27 = lean_ctor_get(x_25, 1); -lean_inc(x_27); -lean_dec(x_25); -x_28 = lean_ctor_get(x_26, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_26, 1); -lean_inc(x_29); -lean_dec(x_26); -x_30 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__2(x_1, x_2, x_28, x_4, x_29, x_6, x_7, x_8, x_9, x_10, x_11, x_27); -lean_dec(x_28); -return x_30; -} -else +if (lean_obj_tag(x_26) == 0) { -uint8_t x_31; +uint8_t x_27; +lean_dec(x_21); +lean_dec(x_15); +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_4); -x_31 = !lean_is_exclusive(x_25); -if (x_31 == 0) +x_27 = !lean_is_exclusive(x_24); +if (x_27 == 0) { -return x_25; +lean_object* x_28; uint8_t x_29; +x_28 = lean_ctor_get(x_24, 0); +lean_dec(x_28); +x_29 = !lean_is_exclusive(x_25); +if (x_29 == 0) +{ +lean_object* x_30; lean_object* x_31; +x_30 = lean_ctor_get(x_25, 0); +lean_dec(x_30); +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); +lean_dec(x_26); +lean_ctor_set(x_25, 0, x_31); +return x_24; } else { lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = lean_ctor_get(x_25, 0); -x_33 = lean_ctor_get(x_25, 1); -lean_inc(x_33); +x_32 = lean_ctor_get(x_25, 1); lean_inc(x_32); lean_dec(x_25); -x_34 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set(x_34, 1, x_33); -return x_34; +x_33 = lean_ctor_get(x_26, 0); +lean_inc(x_33); +lean_dec(x_26); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_32); +lean_ctor_set(x_24, 0, x_34); +return x_24; } } +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_ctor_get(x_24, 1); +lean_inc(x_35); +lean_dec(x_24); +x_36 = lean_ctor_get(x_25, 1); +lean_inc(x_36); +if (lean_is_exclusive(x_25)) { + lean_ctor_release(x_25, 0); + lean_ctor_release(x_25, 1); + x_37 = x_25; +} else { + lean_dec_ref(x_25); + x_37 = lean_box(0); +} +x_38 = lean_ctor_get(x_26, 0); +lean_inc(x_38); +lean_dec(x_26); +if (lean_is_scalar(x_37)) { + x_39 = lean_alloc_ctor(0, 2, 0); +} else { + x_39 = x_37; +} +lean_ctor_set(x_39, 0, x_38); +lean_ctor_set(x_39, 1, x_36); +x_40 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_35); +return x_40; +} } else { -lean_object* x_35; lean_object* x_36; -lean_dec(x_3); -x_35 = lean_box(0); -x_36 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__2(x_1, x_2, x_35, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_36; +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_24, 1); +lean_inc(x_41); +lean_dec(x_24); +x_42 = lean_ctor_get(x_25, 1); +lean_inc(x_42); +lean_dec(x_25); +x_43 = lean_ctor_get(x_26, 0); +lean_inc(x_43); +lean_dec(x_26); +x_44 = lean_nat_add(x_4, x_6); +lean_dec(x_4); +x_3 = x_21; +x_4 = x_44; +x_7 = x_43; +x_9 = x_42; +x_16 = x_41; +goto _start; } } else { -lean_object* x_37; uint8_t x_38; -x_37 = lean_array_fget(x_13, x_2); +uint8_t x_46; +lean_dec(x_21); +lean_dec(x_15); +lean_dec(x_14); lean_dec(x_13); -x_38 = lean_unbox(x_37); -lean_dec(x_37); -if (x_38 == 0) +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_4); +x_46 = !lean_is_exclusive(x_24); +if (x_46 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_39 = lean_unsigned_to_nat(0u); -x_40 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_3, x_39); -lean_dec(x_3); -x_41 = lean_nat_add(x_40, x_2); -lean_dec(x_40); -x_42 = l_Lean_getPPAnalysisHole___closed__2; -x_43 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__3___boxed), 10, 1); -lean_closure_set(x_43, 0, x_42); -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_4); -x_44 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4(x_41, x_43, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -lean_dec(x_41); -if (lean_obj_tag(x_44) == 0) +return x_24; +} +else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -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_45, 0); -lean_inc(x_47); -x_48 = lean_ctor_get(x_45, 1); +lean_object* x_47; lean_object* x_48; lean_object* x_49; +x_47 = lean_ctor_get(x_24, 0); +x_48 = lean_ctor_get(x_24, 1); lean_inc(x_48); -lean_dec(x_45); -x_49 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__2(x_1, x_2, x_47, x_4, x_48, x_6, x_7, x_8, x_9, x_10, x_11, x_46); -lean_dec(x_47); +lean_inc(x_47); +lean_dec(x_24); +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; } +} +} else { -uint8_t x_50; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_1, x_18); +x_51 = lean_nat_add(x_50, x_4); +lean_dec(x_50); +x_52 = l_Lean_getPPAnalysisHole___closed__2; +x_53 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__3___boxed), 10, 1); +lean_closure_set(x_53, 0, x_52); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_8); +x_54 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__3(x_51, x_53, x_8, x_9, x_10, x_11, x_12, x_13, x_14, x_15, x_16); +lean_dec(x_51); +if (lean_obj_tag(x_54) == 0) +{ +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_54, 0); +lean_inc(x_55); +x_56 = lean_ctor_get(x_54, 1); +lean_inc(x_56); +lean_dec(x_54); +x_57 = lean_ctor_get(x_55, 0); +lean_inc(x_57); +x_58 = lean_ctor_get(x_55, 1); +lean_inc(x_58); +lean_dec(x_55); +lean_inc(x_15); +lean_inc(x_14); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_11); +lean_inc(x_10); +lean_inc(x_8); +x_59 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__2(x_2, x_4, x_57, x_8, x_58, x_10, x_11, x_12, x_13, x_14, x_15, x_56); +lean_dec(x_57); +if (lean_obj_tag(x_59) == 0) +{ +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_59, 0); +lean_inc(x_60); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +if (lean_obj_tag(x_61) == 0) +{ +uint8_t x_62; +lean_dec(x_21); +lean_dec(x_15); +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_4); -x_50 = !lean_is_exclusive(x_44); -if (x_50 == 0) +x_62 = !lean_is_exclusive(x_59); +if (x_62 == 0) { -return x_44; +lean_object* x_63; uint8_t x_64; +x_63 = lean_ctor_get(x_59, 0); +lean_dec(x_63); +x_64 = !lean_is_exclusive(x_60); +if (x_64 == 0) +{ +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_60, 0); +lean_dec(x_65); +x_66 = lean_ctor_get(x_61, 0); +lean_inc(x_66); +lean_dec(x_61); +lean_ctor_set(x_60, 0, x_66); +return x_59; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_44, 0); -x_52 = lean_ctor_get(x_44, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_44); -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_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_60, 1); +lean_inc(x_67); +lean_dec(x_60); +x_68 = lean_ctor_get(x_61, 0); +lean_inc(x_68); +lean_dec(x_61); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_67); +lean_ctor_set(x_59, 0, x_69); +return x_59; } } else { -lean_object* x_54; lean_object* x_55; -lean_dec(x_3); -x_54 = lean_box(0); -x_55 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__2(x_1, x_2, x_54, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); -return x_55; +lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; +x_70 = lean_ctor_get(x_59, 1); +lean_inc(x_70); +lean_dec(x_59); +x_71 = lean_ctor_get(x_60, 1); +lean_inc(x_71); +if (lean_is_exclusive(x_60)) { + lean_ctor_release(x_60, 0); + lean_ctor_release(x_60, 1); + x_72 = x_60; +} else { + lean_dec_ref(x_60); + x_72 = lean_box(0); } +x_73 = lean_ctor_get(x_61, 0); +lean_inc(x_73); +lean_dec(x_61); +if (lean_is_scalar(x_72)) { + x_74 = lean_alloc_ctor(0, 2, 0); +} else { + x_74 = x_72; } +lean_ctor_set(x_74, 0, x_73); +lean_ctor_set(x_74, 1, x_71); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_70); +return x_75; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_object* x_15, lean_object* x_16, lean_object* x_17, lean_object* x_18, lean_object* x_19, lean_object* x_20) { -_start: +else { -if (lean_obj_tag(x_11) == 0) +lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +x_76 = lean_ctor_get(x_59, 1); +lean_inc(x_76); +lean_dec(x_59); +x_77 = lean_ctor_get(x_60, 1); +lean_inc(x_77); +lean_dec(x_60); +x_78 = lean_ctor_get(x_61, 0); +lean_inc(x_78); +lean_dec(x_61); +x_79 = lean_nat_add(x_4, x_6); +lean_dec(x_4); +x_3 = x_21; +x_4 = x_79; +x_7 = x_78; +x_9 = x_77; +x_16 = x_76; +goto _start; +} +} +else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; +uint8_t x_81; +lean_dec(x_21); +lean_dec(x_15); +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_5); lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_21 = lean_ctor_get(x_11, 0); -lean_inc(x_21); +x_81 = !lean_is_exclusive(x_59); +if (x_81 == 0) +{ +return x_59; +} +else +{ +lean_object* x_82; lean_object* x_83; lean_object* x_84; +x_82 = lean_ctor_get(x_59, 0); +x_83 = lean_ctor_get(x_59, 1); +lean_inc(x_83); +lean_inc(x_82); +lean_dec(x_59); +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 +{ +uint8_t x_85; +lean_dec(x_21); +lean_dec(x_15); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); lean_dec(x_11); -x_22 = lean_ctor_get(x_1, 0); -lean_inc(x_22); -lean_dec(x_1); -x_23 = lean_ctor_get(x_22, 1); -lean_inc(x_23); -lean_dec(x_22); -x_24 = lean_apply_11(x_23, lean_box(0), x_21, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -return x_24; +lean_dec(x_10); +lean_dec(x_8); +lean_dec(x_4); +x_85 = !lean_is_exclusive(x_54); +if (x_85 == 0) +{ +return x_54; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_11, 0); -lean_inc(x_25); -lean_dec(x_11); -x_26 = lean_nat_add(x_2, x_3); -lean_dec(x_2); -x_27 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5(x_4, x_1, x_5, x_6, x_7, x_8, x_9, x_26, x_10, x_3, x_25, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -lean_dec(x_9); -return x_27; +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_54, 0); +x_87 = lean_ctor_get(x_54, 1); +lean_inc(x_87); +lean_inc(x_86); +lean_dec(x_54); +x_88 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; +} } } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_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) { -_start: -{ -uint8_t x_21; -x_21 = lean_nat_dec_le(x_9, x_8); -if (x_21 == 0) -{ -lean_object* x_22; uint8_t x_23; -x_22 = lean_unsigned_to_nat(0u); -x_23 = lean_nat_dec_eq(x_7, x_22); -if (x_23 == 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_dec(x_11); -x_24 = lean_unsigned_to_nat(1u); -x_25 = lean_nat_sub(x_7, x_24); -x_26 = lean_ctor_get(x_2, 1); -lean_inc(x_26); -lean_inc(x_3); -lean_inc(x_8); -lean_inc(x_4); -x_27 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__4___boxed), 12, 3); -lean_closure_set(x_27, 0, x_4); -lean_closure_set(x_27, 1, x_8); -lean_closure_set(x_27, 2, x_3); -x_28 = lean_alloc_closure((void*)(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__5___boxed), 20, 10); -lean_closure_set(x_28, 0, x_2); -lean_closure_set(x_28, 1, x_8); -lean_closure_set(x_28, 2, x_10); -lean_closure_set(x_28, 3, x_1); -lean_closure_set(x_28, 4, x_3); -lean_closure_set(x_28, 5, x_4); -lean_closure_set(x_28, 6, x_5); -lean_closure_set(x_28, 7, x_6); -lean_closure_set(x_28, 8, x_25); -lean_closure_set(x_28, 9, x_9); -x_29 = lean_apply_13(x_26, lean_box(0), lean_box(0), x_27, x_28, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -return x_29; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; +lean_object* x_103; lean_object* x_104; +lean_dec(x_15); +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_6); -lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); -x_30 = lean_ctor_get(x_2, 0); -lean_inc(x_30); -lean_dec(x_2); -x_31 = lean_ctor_get(x_30, 1); -lean_inc(x_31); -lean_dec(x_30); -x_32 = lean_apply_11(x_31, lean_box(0), x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -return x_32; +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_7); +lean_ctor_set(x_103, 1, x_9); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_103); +lean_ctor_set(x_104, 1, x_16); +return x_104; } } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; +lean_object* x_105; lean_object* x_106; +lean_dec(x_15); +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_6); -lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -lean_dec(x_1); -x_33 = lean_ctor_get(x_2, 0); -lean_inc(x_33); -lean_dec(x_2); -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = lean_apply_11(x_34, lean_box(0), x_11, x_12, x_13, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -return x_35; +x_105 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_105, 0, x_7); +lean_ctor_set(x_105, 1, x_9); +x_106 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_106, 0, x_105); +lean_ctor_set(x_106, 1, x_16); +return x_106; } } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__1() { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5(lean_object* x_1, size_t x_2, size_t x_3) { _start: { -lean_object* x_1; lean_object* x_2; -x_1 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__2___closed__1; -x_2 = l_StateT_instMonadStateT___rarg(x_1); -return x_2; -} -} -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2() { -_start: +uint8_t x_4; +x_4 = lean_usize_dec_eq(x_2, x_3); +if (x_4 == 0) { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__1; -x_2 = l_ReaderT_instMonadReaderT___rarg(x_1); -return x_2; -} +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_uget(x_1, x_2); +x_6 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_nameNotRoundtrippable(x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +size_t x_7; size_t x_8; +x_7 = 1; +x_8 = lean_usize_add(x_2, x_7); +x_2 = x_8; +goto _start; } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__3() { -_start: +else { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_ReaderT_instMonadLiftReaderT), 3, 2); -lean_closure_set(x_1, 0, lean_box(0)); -lean_closure_set(x_1, 1, lean_box(0)); -return x_1; +uint8_t x_10; +x_10 = 1; +return x_10; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__4() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__2___closed__1; -x_2 = lean_alloc_closure((void*)(l_StateT_lift___rarg), 4, 1); -lean_closure_set(x_2, 0, x_1); -return x_2; +uint8_t x_11; +x_11 = 0; +return x_11; +} } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__1() { _start: { lean_object* x_1; @@ -27706,12 +27585,12 @@ x_1 = lean_mk_string_from_bytes("explicit", 8); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__1; -x_2 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } @@ -27719,81 +27598,57 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; x_10 = lean_ctor_get(x_1, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_1, 2); lean_inc(x_11); x_12 = lean_ctor_get(x_1, 4); lean_inc(x_12); -x_13 = lean_ctor_get(x_2, 4); -lean_inc(x_13); -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_42 = lean_ctor_get(x_2, 4); +lean_inc(x_42); +x_43 = lean_array_get_size(x_42); +x_44 = lean_unsigned_to_nat(0u); +x_45 = lean_nat_dec_lt(x_44, x_43); +if (x_45 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -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_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_2); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_18); -lean_ctor_set(x_19, 1, x_9); -return x_19; +uint8_t x_46; +lean_dec(x_43); +lean_dec(x_42); +x_46 = 0; +x_13 = x_46; +goto block_41; } else { -uint8_t x_20; -x_20 = lean_nat_dec_le(x_14, x_14); -if (x_20 == 0) +uint8_t x_47; +x_47 = lean_nat_dec_le(x_43, x_43); +if (x_47 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -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_21 = lean_box(0); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_2); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_9); -return x_23; +uint8_t x_48; +lean_dec(x_43); +lean_dec(x_42); +x_48 = 0; +x_13 = x_48; +goto block_41; } else { -size_t x_24; size_t x_25; uint8_t x_26; -x_24 = 0; -x_25 = lean_usize_of_nat(x_14); -lean_dec(x_14); -x_26 = l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1(x_13, x_24, x_25); -lean_dec(x_13); -if (x_26 == 0) +size_t x_49; size_t x_50; uint8_t x_51; +x_49 = 0; +x_50 = lean_usize_of_nat(x_43); +lean_dec(x_43); +x_51 = l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5(x_42, x_49, x_50); +lean_dec(x_42); +x_13 = x_51; +goto block_41; +} +} +block_41: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); @@ -27804,122 +27659,120 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_27 = 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_2); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_9); -return x_29; +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_2); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_9); +return x_16; } else { -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; -x_30 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6; +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_17 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2; 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_31 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_30, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -x_32 = lean_ctor_get(x_31, 1); -lean_inc(x_32); -lean_dec(x_31); -x_33 = lean_array_get_size(x_11); +x_18 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_17, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +x_19 = lean_ctor_get(x_18, 1); +lean_inc(x_19); +lean_dec(x_18); +x_20 = lean_array_get_size(x_11); lean_dec(x_11); -x_34 = l_panic___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__2___closed__1; -x_35 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2; -x_36 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__3; -x_37 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__4; -x_38 = lean_unsigned_to_nat(1u); -x_39 = lean_box(0); -lean_inc(x_33); -x_40 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5(x_34, x_35, x_10, x_12, x_36, x_37, x_33, x_15, x_33, x_38, x_39, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_32); -lean_dec(x_33); -if (lean_obj_tag(x_40) == 0) +x_21 = lean_unsigned_to_nat(0u); +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_box(0); +lean_inc(x_20); +x_24 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4(x_10, x_12, x_20, x_21, x_20, x_22, x_23, x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_19); +lean_dec(x_20); +lean_dec(x_12); +lean_dec(x_10); +if (lean_obj_tag(x_24) == 0) { -uint8_t x_41; -x_41 = !lean_is_exclusive(x_40); -if (x_41 == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_24); +if (x_25 == 0) { -lean_object* x_42; uint8_t x_43; -x_42 = lean_ctor_get(x_40, 0); -x_43 = !lean_is_exclusive(x_42); -if (x_43 == 0) +lean_object* x_26; uint8_t x_27; +x_26 = lean_ctor_get(x_24, 0); +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) { -lean_object* x_44; -x_44 = lean_ctor_get(x_42, 0); -lean_dec(x_44); -lean_ctor_set(x_42, 0, x_39); -return x_40; +lean_object* x_28; +x_28 = lean_ctor_get(x_26, 0); +lean_dec(x_28); +lean_ctor_set(x_26, 0, x_23); +return x_24; } else { -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_42, 1); -lean_inc(x_45); -lean_dec(x_42); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_39); -lean_ctor_set(x_46, 1, x_45); -lean_ctor_set(x_40, 0, x_46); -return x_40; +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_26, 1); +lean_inc(x_29); +lean_dec(x_26); +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_24, 0, x_30); +return x_24; } } 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; -x_47 = lean_ctor_get(x_40, 0); -x_48 = lean_ctor_get(x_40, 1); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_40); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -if (lean_is_exclusive(x_47)) { - lean_ctor_release(x_47, 0); - lean_ctor_release(x_47, 1); - x_50 = x_47; -} else { - lean_dec_ref(x_47); - x_50 = lean_box(0); -} -if (lean_is_scalar(x_50)) { - x_51 = lean_alloc_ctor(0, 2, 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; +x_31 = lean_ctor_get(x_24, 0); +x_32 = lean_ctor_get(x_24, 1); +lean_inc(x_32); +lean_inc(x_31); +lean_dec(x_24); +x_33 = lean_ctor_get(x_31, 1); +lean_inc(x_33); +if (lean_is_exclusive(x_31)) { + lean_ctor_release(x_31, 0); + lean_ctor_release(x_31, 1); + x_34 = x_31; } else { - x_51 = x_50; + lean_dec_ref(x_31); + x_34 = lean_box(0); } -lean_ctor_set(x_51, 0, x_39); -lean_ctor_set(x_51, 1, x_49); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_48); -return x_52; +if (lean_is_scalar(x_34)) { + x_35 = lean_alloc_ctor(0, 2, 0); +} else { + x_35 = x_34; +} +lean_ctor_set(x_35, 0, x_23); +lean_ctor_set(x_35, 1, x_33); +x_36 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_36, 0, x_35); +lean_ctor_set(x_36, 1, x_32); +return x_36; } } else { -uint8_t x_53; -x_53 = !lean_is_exclusive(x_40); -if (x_53 == 0) +uint8_t x_37; +x_37 = !lean_is_exclusive(x_24); +if (x_37 == 0) { -return x_40; +return x_24; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_40, 0); -x_55 = lean_ctor_get(x_40, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_40); -x_56 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; -} +lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_38 = lean_ctor_get(x_24, 0); +x_39 = lean_ctor_get(x_24, 1); +lean_inc(x_39); +lean_inc(x_38); +lean_dec(x_24); +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; } } } @@ -29269,87 +29122,113 @@ return x_114; } case 1: { -lean_object* x_115; lean_object* x_116; lean_object* x_162; lean_object* x_163; uint8_t x_164; +lean_object* x_115; lean_object* x_116; lean_object* x_160; lean_object* x_161; uint8_t x_162; lean_dec(x_9); lean_dec(x_6); lean_dec(x_3); lean_inc(x_2); -x_162 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_valUnknown(x_2, x_15, x_16, x_17, x_18, x_19); -x_163 = lean_ctor_get(x_162, 0); -lean_inc(x_163); -x_164 = lean_unbox(x_163); -if (x_164 == 0) +x_160 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_valUnknown(x_2, x_15, x_16, x_17, x_18, x_19); +x_161 = lean_ctor_get(x_160, 0); +lean_inc(x_161); +x_162 = lean_unbox(x_161); +if (x_162 == 0) { -lean_object* x_165; lean_object* x_166; uint8_t x_167; -lean_dec(x_163); -x_165 = lean_ctor_get(x_162, 1); -lean_inc(x_165); -lean_dec(x_162); -x_166 = lean_array_get_size(x_8); -x_167 = lean_nat_dec_lt(x_4, x_166); -lean_dec(x_166); -if (x_167 == 0) +lean_object* x_163; lean_object* x_164; uint8_t x_165; +lean_dec(x_161); +x_163 = lean_ctor_get(x_160, 1); +lean_inc(x_163); +lean_dec(x_160); +x_164 = lean_array_get_size(x_8); +x_165 = lean_nat_dec_lt(x_4, x_164); +lean_dec(x_164); +if (x_165 == 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; +uint8_t x_166; lean_object* x_167; lean_object* x_168; uint8_t x_169; lean_object* x_170; lean_object* x_171; lean_dec(x_8); -x_168 = l_instInhabitedBool; -x_169 = lean_box(x_168); -x_170 = l___private_Init_Util_0__outOfBounds___rarg(x_169); -x_171 = lean_unbox(x_170); -lean_dec(x_170); -x_172 = lean_box(x_171); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_172); -lean_ctor_set(x_173, 1, x_12); -x_115 = x_173; -x_116 = x_165; -goto block_161; +x_166 = l_instInhabitedBool; +x_167 = lean_box(x_166); +x_168 = l___private_Init_Util_0__outOfBounds___rarg(x_167); +x_169 = lean_unbox(x_168); +lean_dec(x_168); +x_170 = lean_box(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_12); +x_115 = x_171; +x_116 = x_163; +goto block_159; } else { -lean_object* x_174; uint8_t x_175; lean_object* x_176; lean_object* x_177; -x_174 = lean_array_fget(x_8, x_4); +lean_object* x_172; uint8_t x_173; lean_object* x_174; lean_object* x_175; +x_172 = lean_array_fget(x_8, x_4); lean_dec(x_8); -x_175 = lean_unbox(x_174); -lean_dec(x_174); -x_176 = lean_box(x_175); -x_177 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_177, 0, x_176); -lean_ctor_set(x_177, 1, x_12); -x_115 = x_177; -x_116 = x_165; -goto block_161; +x_173 = lean_unbox(x_172); +lean_dec(x_172); +x_174 = lean_box(x_173); +x_175 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_12); +x_115 = x_175; +x_116 = x_163; +goto block_159; } } else { -lean_object* x_178; lean_object* x_179; +lean_object* x_176; lean_object* x_177; lean_dec(x_8); -x_178 = lean_ctor_get(x_162, 1); -lean_inc(x_178); -lean_dec(x_162); -x_179 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_179, 0, x_163); -lean_ctor_set(x_179, 1, x_12); -x_115 = x_179; -x_116 = x_178; -goto block_161; +x_176 = lean_ctor_get(x_160, 1); +lean_inc(x_176); +lean_dec(x_160); +x_177 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_177, 0, x_161); +lean_ctor_set(x_177, 1, x_12); +x_115 = x_177; +x_116 = x_176; +goto block_159; } -block_161: +block_159: { -lean_object* x_117; uint8_t x_118; +lean_object* x_117; lean_object* x_118; uint8_t x_119; uint8_t x_155; x_117 = lean_ctor_get(x_115, 0); lean_inc(x_117); -x_118 = lean_unbox(x_117); +x_118 = lean_ctor_get(x_115, 1); +lean_inc(x_118); +lean_dec(x_115); +x_155 = lean_unbox(x_117); lean_dec(x_117); -if (x_118 == 0) +if (x_155 == 0) +{ +uint8_t x_156; +x_156 = 0; +x_119 = x_156; +goto block_154; +} +else +{ +if (x_7 == 0) +{ +uint8_t x_157; +x_157 = 1; +x_119 = x_157; +goto block_154; +} +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; +uint8_t x_158; +x_158 = 0; +x_119 = x_158; +goto block_154; +} +} +block_154: +{ +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_dec(x_4); lean_dec(x_2); -x_119 = lean_ctor_get(x_115, 1); -lean_inc(x_119); -lean_dec(x_115); x_120 = l_Lean_getPPAnalysisSkip___closed__3; lean_inc(x_18); lean_inc(x_17); @@ -29363,88 +29242,83 @@ lean_inc(x_122); x_123 = lean_ctor_get(x_121, 1); lean_inc(x_123); lean_dec(x_121); -x_124 = lean_apply_10(x_5, x_122, x_11, x_119, x_27, x_14, x_15, x_16, x_17, x_18, x_123); +x_124 = lean_apply_10(x_5, x_122, x_11, x_118, x_27, x_14, x_15, x_16, x_17, x_18, x_123); return x_124; } else { -if (x_7 == 0) -{ -lean_object* x_125; lean_object* x_126; -x_125 = lean_ctor_get(x_115, 1); -lean_inc(x_125); -lean_dec(x_115); -x_126 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_mvarName(x_2, x_15, x_16, x_17, x_18, x_116); -if (lean_obj_tag(x_126) == 0) +lean_object* x_125; +x_125 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_mvarName(x_2, x_15, x_16, x_17, x_18, x_116); +if (lean_obj_tag(x_125) == 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; uint8_t x_133; -x_127 = lean_ctor_get(x_126, 0); +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; +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +x_127 = lean_ctor_get(x_125, 1); lean_inc(x_127); -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); +lean_dec(x_125); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_27); -x_129 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_annotateNamedArg(x_127, x_11, x_125, x_27, x_14, x_15, x_16, x_17, x_18, x_128); -x_130 = lean_ctor_get(x_129, 0); +x_128 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_annotateNamedArg(x_126, x_11, x_118, x_27, x_14, x_15, x_16, x_17, x_18, x_127); +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_129, 1); lean_inc(x_130); -x_131 = lean_ctor_get(x_130, 1); -lean_inc(x_131); -lean_dec(x_130); -x_132 = lean_ctor_get(x_129, 1); -lean_inc(x_132); lean_dec(x_129); -x_133 = !lean_is_exclusive(x_131); -if (x_133 == 0) -{ -lean_object* x_134; uint8_t x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; lean_object* x_139; -x_134 = lean_ctor_get(x_131, 3); -x_135 = 1; -x_136 = lean_box(x_135); -x_137 = lean_array_set(x_134, x_4, x_136); +x_131 = lean_ctor_get(x_128, 1); +lean_inc(x_131); +lean_dec(x_128); +x_132 = !lean_is_exclusive(x_130); +if (x_132 == 0) +{ +lean_object* x_133; uint8_t x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_133 = lean_ctor_get(x_130, 3); +x_134 = 1; +x_135 = lean_box(x_134); +x_136 = lean_array_set(x_133, x_4, x_135); lean_dec(x_4); -lean_ctor_set(x_131, 3, x_137); -x_138 = lean_box(0); -x_139 = lean_apply_10(x_5, x_138, x_11, x_131, x_27, x_14, x_15, x_16, x_17, x_18, x_132); -return x_139; +lean_ctor_set(x_130, 3, x_136); +x_137 = lean_box(0); +x_138 = lean_apply_10(x_5, x_137, x_11, x_130, x_27, x_14, x_15, x_16, x_17, x_18, x_131); +return x_138; } else { -lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; lean_object* x_144; uint8_t x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; -x_140 = lean_ctor_get(x_131, 0); -x_141 = lean_ctor_get(x_131, 1); -x_142 = lean_ctor_get(x_131, 2); -x_143 = lean_ctor_get(x_131, 3); -x_144 = lean_ctor_get(x_131, 4); -lean_inc(x_144); +lean_object* x_139; lean_object* x_140; lean_object* x_141; lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; +x_139 = lean_ctor_get(x_130, 0); +x_140 = lean_ctor_get(x_130, 1); +x_141 = lean_ctor_get(x_130, 2); +x_142 = lean_ctor_get(x_130, 3); +x_143 = lean_ctor_get(x_130, 4); lean_inc(x_143); lean_inc(x_142); lean_inc(x_141); lean_inc(x_140); -lean_dec(x_131); -x_145 = 1; -x_146 = lean_box(x_145); -x_147 = lean_array_set(x_143, x_4, x_146); +lean_inc(x_139); +lean_dec(x_130); +x_144 = 1; +x_145 = lean_box(x_144); +x_146 = lean_array_set(x_142, x_4, x_145); lean_dec(x_4); -x_148 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_148, 0, x_140); -lean_ctor_set(x_148, 1, x_141); -lean_ctor_set(x_148, 2, x_142); -lean_ctor_set(x_148, 3, x_147); -lean_ctor_set(x_148, 4, x_144); -x_149 = lean_box(0); -x_150 = lean_apply_10(x_5, x_149, x_11, x_148, x_27, x_14, x_15, x_16, x_17, x_18, x_132); -return x_150; +x_147 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_147, 0, x_139); +lean_ctor_set(x_147, 1, x_140); +lean_ctor_set(x_147, 2, x_141); +lean_ctor_set(x_147, 3, x_146); +lean_ctor_set(x_147, 4, x_143); +x_148 = lean_box(0); +x_149 = lean_apply_10(x_5, x_148, x_11, x_147, x_27, x_14, x_15, x_16, x_17, x_18, x_131); +return x_149; } } else { -uint8_t x_151; -lean_dec(x_125); +uint8_t x_150; +lean_dec(x_118); lean_dec(x_27); lean_dec(x_18); lean_dec(x_17); @@ -29454,231 +29328,228 @@ lean_dec(x_14); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); -x_151 = !lean_is_exclusive(x_126); -if (x_151 == 0) +x_150 = !lean_is_exclusive(x_125); +if (x_150 == 0) { -return x_126; +return x_125; } else { -lean_object* x_152; lean_object* x_153; lean_object* x_154; -x_152 = lean_ctor_get(x_126, 0); -x_153 = lean_ctor_get(x_126, 1); -lean_inc(x_153); +lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_151 = lean_ctor_get(x_125, 0); +x_152 = lean_ctor_get(x_125, 1); lean_inc(x_152); -lean_dec(x_126); -x_154 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_154, 0, x_152); -lean_ctor_set(x_154, 1, x_153); -return x_154; -} +lean_inc(x_151); +lean_dec(x_125); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +return x_153; } } -else -{ -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_4); -lean_dec(x_2); -x_155 = lean_ctor_get(x_115, 1); -lean_inc(x_155); -lean_dec(x_115); -x_156 = l_Lean_getPPAnalysisSkip___closed__3; -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_27); -x_157 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_156, x_27, x_14, x_15, x_16, x_17, x_18, x_116); -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -x_160 = lean_apply_10(x_5, x_158, x_11, x_155, x_27, x_14, x_15, x_16, x_17, x_18, x_159); -return x_160; } } } } case 2: { -lean_object* x_180; lean_object* x_181; lean_object* x_227; lean_object* x_228; uint8_t x_229; +lean_object* x_178; lean_object* x_179; lean_object* x_223; lean_object* x_224; uint8_t x_225; lean_dec(x_9); lean_dec(x_6); lean_dec(x_3); lean_inc(x_2); -x_227 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_valUnknown(x_2, x_15, x_16, x_17, x_18, x_19); -x_228 = lean_ctor_get(x_227, 0); -lean_inc(x_228); -x_229 = lean_unbox(x_228); -if (x_229 == 0) +x_223 = l___private_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_0__Lean_PrettyPrinter_Delaborator_TopDownAnalyze_valUnknown(x_2, x_15, x_16, x_17, x_18, x_19); +x_224 = lean_ctor_get(x_223, 0); +lean_inc(x_224); +x_225 = lean_unbox(x_224); +if (x_225 == 0) { -lean_object* x_230; lean_object* x_231; uint8_t x_232; -lean_dec(x_228); -x_230 = lean_ctor_get(x_227, 1); -lean_inc(x_230); +lean_object* x_226; lean_object* x_227; uint8_t x_228; +lean_dec(x_224); +x_226 = lean_ctor_get(x_223, 1); +lean_inc(x_226); +lean_dec(x_223); +x_227 = lean_array_get_size(x_8); +x_228 = lean_nat_dec_lt(x_4, x_227); lean_dec(x_227); -x_231 = lean_array_get_size(x_8); -x_232 = lean_nat_dec_lt(x_4, x_231); +if (x_228 == 0) +{ +uint8_t x_229; lean_object* x_230; lean_object* x_231; uint8_t x_232; lean_object* x_233; lean_object* x_234; +lean_dec(x_8); +x_229 = l_instInhabitedBool; +x_230 = lean_box(x_229); +x_231 = l___private_Init_Util_0__outOfBounds___rarg(x_230); +x_232 = lean_unbox(x_231); lean_dec(x_231); -if (x_232 == 0) +x_233 = lean_box(x_232); +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_233); +lean_ctor_set(x_234, 1, x_12); +x_178 = x_234; +x_179 = x_226; +goto block_222; +} +else { -uint8_t x_233; lean_object* x_234; lean_object* x_235; uint8_t x_236; lean_object* x_237; lean_object* x_238; +lean_object* x_235; uint8_t x_236; lean_object* x_237; lean_object* x_238; +x_235 = lean_array_fget(x_8, x_4); lean_dec(x_8); -x_233 = l_instInhabitedBool; -x_234 = lean_box(x_233); -x_235 = l___private_Init_Util_0__outOfBounds___rarg(x_234); x_236 = lean_unbox(x_235); lean_dec(x_235); x_237 = lean_box(x_236); x_238 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_238, 0, x_237); lean_ctor_set(x_238, 1, x_12); -x_180 = x_238; -x_181 = x_230; -goto block_226; +x_178 = x_238; +x_179 = x_226; +goto block_222; +} } else { -lean_object* x_239; uint8_t x_240; lean_object* x_241; lean_object* x_242; -x_239 = lean_array_fget(x_8, x_4); +lean_object* x_239; lean_object* x_240; lean_dec(x_8); -x_240 = lean_unbox(x_239); -lean_dec(x_239); -x_241 = lean_box(x_240); -x_242 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_242, 0, x_241); -lean_ctor_set(x_242, 1, x_12); -x_180 = x_242; -x_181 = x_230; -goto block_226; +x_239 = lean_ctor_get(x_223, 1); +lean_inc(x_239); +lean_dec(x_223); +x_240 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_240, 0, x_224); +lean_ctor_set(x_240, 1, x_12); +x_178 = x_240; +x_179 = x_239; +goto block_222; +} +block_222: +{ +lean_object* x_180; lean_object* x_181; uint8_t x_182; uint8_t x_218; +x_180 = lean_ctor_get(x_178, 0); +lean_inc(x_180); +x_181 = lean_ctor_get(x_178, 1); +lean_inc(x_181); +lean_dec(x_178); +x_218 = lean_unbox(x_180); +lean_dec(x_180); +if (x_218 == 0) +{ +uint8_t x_219; +x_219 = 0; +x_182 = x_219; +goto block_217; } +else +{ +if (x_7 == 0) +{ +uint8_t x_220; +x_220 = 1; +x_182 = x_220; +goto block_217; } else { -lean_object* x_243; lean_object* x_244; -lean_dec(x_8); -x_243 = lean_ctor_get(x_227, 1); -lean_inc(x_243); -lean_dec(x_227); -x_244 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_244, 0, x_228); -lean_ctor_set(x_244, 1, x_12); -x_180 = x_244; -x_181 = x_243; -goto block_226; +uint8_t x_221; +x_221 = 0; +x_182 = x_221; +goto block_217; } -block_226: +} +block_217: { -lean_object* x_182; uint8_t x_183; -x_182 = lean_ctor_get(x_180, 0); -lean_inc(x_182); -x_183 = lean_unbox(x_182); -lean_dec(x_182); -if (x_183 == 0) +if (x_182 == 0) { -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_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; lean_dec(x_4); lean_dec(x_2); -x_184 = lean_ctor_get(x_180, 1); -lean_inc(x_184); -lean_dec(x_180); -x_185 = l_Lean_getPPAnalysisSkip___closed__3; +x_183 = l_Lean_getPPAnalysisSkip___closed__3; lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_27); -x_186 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_185, x_27, x_14, x_15, x_16, x_17, x_18, x_181); -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_apply_10(x_5, x_187, x_11, x_184, x_27, x_14, x_15, x_16, x_17, x_18, x_188); -return x_189; +x_184 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_183, x_27, x_14, x_15, x_16, x_17, x_18, x_179); +x_185 = lean_ctor_get(x_184, 0); +lean_inc(x_185); +x_186 = lean_ctor_get(x_184, 1); +lean_inc(x_186); +lean_dec(x_184); +x_187 = lean_apply_10(x_5, x_185, x_11, x_181, x_27, x_14, x_15, x_16, x_17, x_18, x_186); +return x_187; } else { -if (x_7 == 0) +lean_object* x_188; +x_188 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_mvarName(x_2, x_15, x_16, x_17, x_18, x_179); +if (lean_obj_tag(x_188) == 0) { -lean_object* x_190; lean_object* x_191; -x_190 = lean_ctor_get(x_180, 1); +lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; uint8_t x_195; +x_189 = lean_ctor_get(x_188, 0); +lean_inc(x_189); +x_190 = lean_ctor_get(x_188, 1); lean_inc(x_190); -lean_dec(x_180); -x_191 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_mvarName(x_2, x_15, x_16, x_17, x_18, x_181); -if (lean_obj_tag(x_191) == 0) -{ -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; -x_192 = lean_ctor_get(x_191, 0); -lean_inc(x_192); -x_193 = lean_ctor_get(x_191, 1); -lean_inc(x_193); -lean_dec(x_191); +lean_dec(x_188); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_27); -x_194 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_annotateNamedArg(x_192, x_11, x_190, x_27, x_14, x_15, x_16, x_17, x_18, x_193); -x_195 = lean_ctor_get(x_194, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_195, 1); -lean_inc(x_196); -lean_dec(x_195); -x_197 = lean_ctor_get(x_194, 1); -lean_inc(x_197); -lean_dec(x_194); -x_198 = !lean_is_exclusive(x_196); -if (x_198 == 0) -{ -lean_object* x_199; uint8_t x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; -x_199 = lean_ctor_get(x_196, 3); -x_200 = 1; -x_201 = lean_box(x_200); -x_202 = lean_array_set(x_199, x_4, x_201); +x_191 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_annotateNamedArg(x_189, x_11, x_181, x_27, x_14, x_15, x_16, x_17, x_18, x_190); +x_192 = lean_ctor_get(x_191, 0); +lean_inc(x_192); +x_193 = lean_ctor_get(x_192, 1); +lean_inc(x_193); +lean_dec(x_192); +x_194 = lean_ctor_get(x_191, 1); +lean_inc(x_194); +lean_dec(x_191); +x_195 = !lean_is_exclusive(x_193); +if (x_195 == 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; +x_196 = lean_ctor_get(x_193, 3); +x_197 = 1; +x_198 = lean_box(x_197); +x_199 = lean_array_set(x_196, x_4, x_198); lean_dec(x_4); -lean_ctor_set(x_196, 3, x_202); -x_203 = lean_box(0); -x_204 = lean_apply_10(x_5, x_203, x_11, x_196, x_27, x_14, x_15, x_16, x_17, x_18, x_197); -return x_204; +lean_ctor_set(x_193, 3, x_199); +x_200 = lean_box(0); +x_201 = lean_apply_10(x_5, x_200, x_11, x_193, x_27, x_14, x_15, x_16, x_17, x_18, x_194); +return x_201; } else { -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; -x_205 = lean_ctor_get(x_196, 0); -x_206 = lean_ctor_get(x_196, 1); -x_207 = lean_ctor_get(x_196, 2); -x_208 = lean_ctor_get(x_196, 3); -x_209 = lean_ctor_get(x_196, 4); -lean_inc(x_209); -lean_inc(x_208); -lean_inc(x_207); +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; +x_202 = lean_ctor_get(x_193, 0); +x_203 = lean_ctor_get(x_193, 1); +x_204 = lean_ctor_get(x_193, 2); +x_205 = lean_ctor_get(x_193, 3); +x_206 = lean_ctor_get(x_193, 4); lean_inc(x_206); lean_inc(x_205); -lean_dec(x_196); -x_210 = 1; -x_211 = lean_box(x_210); -x_212 = lean_array_set(x_208, x_4, x_211); +lean_inc(x_204); +lean_inc(x_203); +lean_inc(x_202); +lean_dec(x_193); +x_207 = 1; +x_208 = lean_box(x_207); +x_209 = lean_array_set(x_205, x_4, x_208); lean_dec(x_4); -x_213 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_213, 0, x_205); -lean_ctor_set(x_213, 1, x_206); -lean_ctor_set(x_213, 2, x_207); -lean_ctor_set(x_213, 3, x_212); -lean_ctor_set(x_213, 4, x_209); -x_214 = lean_box(0); -x_215 = lean_apply_10(x_5, x_214, x_11, x_213, x_27, x_14, x_15, x_16, x_17, x_18, x_197); -return x_215; +x_210 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_210, 0, x_202); +lean_ctor_set(x_210, 1, x_203); +lean_ctor_set(x_210, 2, x_204); +lean_ctor_set(x_210, 3, x_209); +lean_ctor_set(x_210, 4, x_206); +x_211 = lean_box(0); +x_212 = lean_apply_10(x_5, x_211, x_11, x_210, x_27, x_14, x_15, x_16, x_17, x_18, x_194); +return x_212; } } else { -uint8_t x_216; -lean_dec(x_190); +uint8_t x_213; +lean_dec(x_181); lean_dec(x_27); lean_dec(x_18); lean_dec(x_17); @@ -29688,155 +29559,148 @@ lean_dec(x_14); lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); -x_216 = !lean_is_exclusive(x_191); -if (x_216 == 0) +x_213 = !lean_is_exclusive(x_188); +if (x_213 == 0) { -return x_191; +return x_188; } else { -lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_217 = lean_ctor_get(x_191, 0); -x_218 = lean_ctor_get(x_191, 1); -lean_inc(x_218); -lean_inc(x_217); -lean_dec(x_191); -x_219 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_219, 0, x_217); -lean_ctor_set(x_219, 1, x_218); -return x_219; -} +lean_object* x_214; lean_object* x_215; lean_object* x_216; +x_214 = lean_ctor_get(x_188, 0); +x_215 = lean_ctor_get(x_188, 1); +lean_inc(x_215); +lean_inc(x_214); +lean_dec(x_188); +x_216 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_216, 0, x_214); +lean_ctor_set(x_216, 1, x_215); +return x_216; } } -else -{ -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_dec(x_4); -lean_dec(x_2); -x_220 = lean_ctor_get(x_180, 1); -lean_inc(x_220); -lean_dec(x_180); -x_221 = l_Lean_getPPAnalysisSkip___closed__3; -lean_inc(x_18); -lean_inc(x_17); -lean_inc(x_16); -lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_27); -x_222 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_221, x_27, x_14, x_15, x_16, x_17, x_18, x_181); -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); -x_225 = lean_apply_10(x_5, x_223, x_11, x_220, x_27, x_14, x_15, x_16, x_17, x_18, x_224); -return x_225; } } } } default: { -lean_object* x_245; lean_object* x_246; uint8_t x_247; +lean_object* x_241; lean_object* x_242; uint8_t x_243; uint8_t x_268; lean_dec(x_8); lean_dec(x_6); -x_245 = lean_ctor_get(x_17, 2); -lean_inc(x_245); +x_241 = lean_ctor_get(x_17, 2); +lean_inc(x_241); lean_inc(x_5); lean_inc(x_4); -x_246 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__3___boxed), 13, 2); -lean_closure_set(x_246, 0, x_4); -lean_closure_set(x_246, 1, x_5); -x_247 = l_Lean_getPPInstances(x_245); -if (x_247 == 0) +x_242 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__3___boxed), 13, 2); +lean_closure_set(x_242, 0, x_4); +lean_closure_set(x_242, 1, x_5); +x_268 = l_Lean_getPPInstances(x_241); +if (x_268 == 0) { -lean_object* x_248; lean_object* x_249; lean_object* x_250; uint8_t x_251; lean_object* x_252; lean_object* x_253; -lean_dec(x_246); -lean_dec(x_245); +uint8_t x_269; +x_269 = 1; +x_243 = x_269; +goto block_267; +} +else +{ +uint8_t x_270; +x_270 = 0; +x_243 = x_270; +goto block_267; +} +block_267: +{ +if (x_243 == 0) +{ +uint8_t x_244; +x_244 = l_Lean_getPPAnalyzeCheckInstances(x_241); +lean_dec(x_241); +if (x_244 == 0) +{ +lean_object* x_245; lean_object* x_246; lean_object* x_247; uint8_t x_248; lean_object* x_249; lean_object* x_250; +lean_dec(x_242); lean_dec(x_9); lean_dec(x_3); lean_dec(x_2); -x_248 = l_Lean_getPPAnalysisSkip___closed__3; +x_245 = l_Lean_getPPAnalysisSkip___closed__3; lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); lean_inc(x_14); lean_inc(x_27); -x_249 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_248, x_27, x_14, x_15, x_16, x_17, x_18, x_19); -x_250 = lean_ctor_get(x_249, 1); -lean_inc(x_250); -lean_dec(x_249); -x_251 = 0; -x_252 = lean_box(0); -x_253 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__3(x_4, x_5, x_251, x_252, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_250); +x_246 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_245, x_27, x_14, x_15, x_16, x_17, x_18, x_19); +x_247 = lean_ctor_get(x_246, 1); +lean_inc(x_247); +lean_dec(x_246); +x_248 = 0; +x_249 = lean_box(0); +x_250 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__3(x_4, x_5, x_248, x_249, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_247); lean_dec(x_4); -return x_253; +return x_250; } else { -uint8_t x_254; -x_254 = l_Lean_getPPAnalyzeCheckInstances(x_245); -lean_dec(x_245); -if (x_254 == 0) -{ -lean_object* x_255; lean_object* x_256; lean_object* x_257; uint8_t x_258; lean_object* x_259; lean_object* x_260; -lean_dec(x_246); -lean_dec(x_9); -lean_dec(x_3); -lean_dec(x_2); -x_255 = l_Lean_getPPAnalysisSkip___closed__3; +lean_object* x_251; lean_object* x_252; +lean_dec(x_5); +lean_dec(x_4); +x_251 = lean_box(0); lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); -lean_inc(x_14); -lean_inc(x_27); -x_256 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_255, x_27, x_14, x_15, x_16, x_17, x_18, x_19); -x_257 = lean_ctor_get(x_256, 1); +x_252 = l_Lean_Meta_trySynthInstance(x_9, x_251, x_15, x_16, x_17, x_18, x_19); +if (lean_obj_tag(x_252) == 0) +{ +lean_object* x_253; lean_object* x_254; uint8_t x_255; lean_object* x_256; +x_253 = lean_ctor_get(x_252, 0); +lean_inc(x_253); +x_254 = lean_ctor_get(x_252, 1); +lean_inc(x_254); +lean_dec(x_252); +x_255 = 1; +x_256 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__4(x_2, x_242, x_3, x_255, x_253, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_254); +return x_256; +} +else +{ +lean_object* x_257; lean_object* x_258; uint8_t x_259; lean_object* x_260; +x_257 = lean_ctor_get(x_252, 1); lean_inc(x_257); -lean_dec(x_256); -x_258 = 0; -x_259 = lean_box(0); -x_260 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__3(x_4, x_5, x_258, x_259, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_257); -lean_dec(x_4); +lean_dec(x_252); +x_258 = lean_box(2); +x_259 = 1; +x_260 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__4(x_2, x_242, x_3, x_259, x_258, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_257); return x_260; } +} +} else { -lean_object* x_261; lean_object* x_262; -lean_dec(x_5); -lean_dec(x_4); -x_261 = lean_box(0); +lean_object* x_261; lean_object* x_262; lean_object* x_263; uint8_t x_264; lean_object* x_265; lean_object* x_266; +lean_dec(x_242); +lean_dec(x_241); +lean_dec(x_9); +lean_dec(x_3); +lean_dec(x_2); +x_261 = l_Lean_getPPAnalysisSkip___closed__3; lean_inc(x_18); lean_inc(x_17); lean_inc(x_16); lean_inc(x_15); -x_262 = l_Lean_Meta_trySynthInstance(x_9, x_261, x_15, x_16, x_17, x_18, x_19); -if (lean_obj_tag(x_262) == 0) -{ -lean_object* x_263; lean_object* x_264; uint8_t x_265; lean_object* x_266; -x_263 = lean_ctor_get(x_262, 0); +lean_inc(x_14); +lean_inc(x_27); +x_262 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBool(x_261, x_27, x_14, x_15, x_16, x_17, x_18, x_19); +x_263 = lean_ctor_get(x_262, 1); lean_inc(x_263); -x_264 = lean_ctor_get(x_262, 1); -lean_inc(x_264); lean_dec(x_262); -x_265 = 1; -x_266 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__4(x_2, x_246, x_3, x_265, x_263, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_264); +x_264 = 0; +x_265 = lean_box(0); +x_266 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__3(x_4, x_5, x_264, x_265, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_263); +lean_dec(x_4); return x_266; } -else -{ -lean_object* x_267; lean_object* x_268; uint8_t x_269; lean_object* x_270; -x_267 = lean_ctor_get(x_262, 1); -lean_inc(x_267); -lean_dec(x_262); -x_268 = lean_box(2); -x_269 = 1; -x_270 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___lambda__4(x_2, x_246, x_3, x_269, x_268, x_11, x_12, x_27, x_14, x_15, x_16, x_17, x_18, x_267); -return x_270; -} -} } } } @@ -30117,123 +29981,68 @@ lean_dec(x_3); return x_15; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -size_t x_4; size_t x_5; uint8_t x_6; lean_object* x_7; -x_4 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_5 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_6 = l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__1(x_1, x_4, x_5); -lean_dec(x_1); -x_7 = lean_box(x_6); -return x_7; -} -} -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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 = l_Lean_PrettyPrinter_Delaborator_SubExpr_withNaryArg___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__3(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; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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: { lean_object* x_11; -x_11 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_2); return x_11; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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: { lean_object* x_13; -x_13 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___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 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); return x_13; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__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, lean_object* x_7, lean_object* x_8, lean_object* x_9, lean_object* x_10) { +LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___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) { _start: { lean_object* x_11; -x_11 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__4___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); lean_dec(x_2); return x_11; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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, lean_object* x_14, lean_object* x_15, lean_object* x_16) { _start: { -lean_object* x_13; -x_13 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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); +lean_object* x_17; +x_17 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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, x_14, x_15, x_16); +lean_dec(x_6); +lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -return x_13; -} -} -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___lambda__5___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; -_start: -{ -lean_object* x_21; -x_21 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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, x_15, x_16, x_17, x_18, x_19, x_20); -return x_21; +return x_17; } } -LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___boxed(lean_object** _args) { -lean_object* x_1 = _args[0]; -lean_object* x_2 = _args[1]; -lean_object* x_3 = _args[2]; -lean_object* x_4 = _args[3]; -lean_object* x_5 = _args[4]; -lean_object* x_6 = _args[5]; -lean_object* x_7 = _args[6]; -lean_object* x_8 = _args[7]; -lean_object* x_9 = _args[8]; -lean_object* x_10 = _args[9]; -lean_object* x_11 = _args[10]; -lean_object* x_12 = _args[11]; -lean_object* x_13 = _args[12]; -lean_object* x_14 = _args[13]; -lean_object* x_15 = _args[14]; -lean_object* x_16 = _args[15]; -lean_object* x_17 = _args[16]; -lean_object* x_18 = _args[17]; -lean_object* x_19 = _args[18]; -lean_object* x_20 = _args[19]; +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_21; -x_21 = l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___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, x_14, x_15, x_16, x_17, x_18, x_19, x_20); -lean_dec(x_7); -return x_21; +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); +lean_dec(x_3); +x_6 = l_Array_anyMUnsafe_any___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___spec__5(x_1, x_4, x_5); +lean_dec(x_1); +x_7 = lean_box(x_6); +return x_7; } } LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_SubExpr_getExpr___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_analyzeArg___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) { @@ -30854,187 +30663,201 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2(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; lean_object* x_11; uint8_t x_12; +lean_object* x_10; lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_55; lean_inc(x_1); x_10 = l_Lean_isTracingEnabledFor___at_Lean_Meta_processPostponed_loop___spec__1(x_1, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); -x_12 = lean_unbox(x_11); +x_12 = lean_ctor_get(x_10, 1); +lean_inc(x_12); +lean_dec(x_10); +x_55 = lean_unbox(x_11); lean_dec(x_11); -if (x_12 == 0) +if (x_55 == 0) { -lean_object* x_13; lean_object* x_14; -lean_dec(x_2); -lean_dec(x_1); -x_13 = lean_ctor_get(x_10, 1); -lean_inc(x_13); -lean_dec(x_10); -x_14 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_13); -return x_14; +uint8_t x_56; +x_56 = 1; +x_13 = x_56; +goto block_54; } else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_15 = lean_ctor_get(x_10, 1); -lean_inc(x_15); -lean_dec(x_10); -x_16 = lean_ctor_get(x_7, 5); +uint8_t x_57; +x_57 = 0; +x_13 = x_57; +goto block_54; +} +block_54: +{ +if (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_7, 5); +lean_inc(x_14); +x_15 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, x_12); +x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); -x_17 = l___private_Lean_Util_Trace_0__Lean_getResetTraces___at_Lean_Meta_processPostponed___spec__2___rarg(x_8, 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_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__1), 6, 1); -lean_closure_set(x_20, 0, x_3); +x_17 = lean_ctor_get(x_15, 1); +lean_inc(x_17); +lean_dec(x_15); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__1), 6, 1); +lean_closure_set(x_18, 0, x_3); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -x_21 = l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(x_20, x_5, x_6, x_7, x_8, x_19); -if (lean_obj_tag(x_21) == 0) +x_19 = l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3(x_18, x_5, x_6, x_7, x_8, x_17); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_ctor_get(x_21, 0); +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_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_ctor_get(x_20, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_21, 1); +x_23 = lean_ctor_get(x_20, 1); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_ctor_get(x_22, 0); -lean_inc(x_24); -x_25 = lean_ctor_get(x_22, 1); -lean_inc(x_25); -lean_dec(x_22); +lean_dec(x_20); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); lean_inc(x_5); -lean_inc(x_24); -x_26 = lean_apply_6(x_2, x_24, x_5, x_6, x_7, x_8, x_23); -if (lean_obj_tag(x_26) == 0) +lean_inc(x_22); +x_24 = lean_apply_6(x_2, x_22, x_5, x_6, x_7, x_8, x_21); +if (lean_obj_tag(x_24) == 0) { -if (lean_obj_tag(x_25) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -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 = lean_box(0); -x_30 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_18, x_1, x_16, x_4, x_24, x_27, x_29, x_5, x_6, x_7, x_8, x_28); +lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; +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 = lean_box(0); +x_28 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_16, x_1, x_14, x_4, x_22, x_25, x_27, x_5, x_6, x_7, x_8, x_26); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_30; +lean_dec(x_22); +return x_28; } else { -lean_object* x_31; lean_object* x_32; lean_object* x_33; double x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_31 = lean_ctor_get(x_26, 0); +lean_object* x_29; lean_object* x_30; lean_object* x_31; double 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_object* x_42; lean_object* x_43; lean_object* x_44; +x_29 = lean_ctor_get(x_24, 0); +lean_inc(x_29); +x_30 = lean_ctor_get(x_24, 1); +lean_inc(x_30); +lean_dec(x_24); +x_31 = lean_ctor_get(x_23, 0); lean_inc(x_31); -x_32 = lean_ctor_get(x_26, 1); -lean_inc(x_32); -lean_dec(x_26); -x_33 = lean_ctor_get(x_25, 0); -lean_inc(x_33); -lean_dec(x_25); -x_34 = lean_unbox_float(x_33); -lean_dec(x_33); -x_35 = lean_float_to_string(x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = lean_alloc_ctor(0, 1, 0); +lean_dec(x_23); +x_32 = lean_unbox_float(x_31); +lean_dec(x_31); +x_33 = lean_float_to_string(x_32); +x_34 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_34, 0, x_33); +x_35 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_35, 0, x_34); +x_36 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2; +x_37 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__2; +lean_ctor_set(x_37, 1, x_35); +x_38 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4; 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_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___closed__4; -x_41 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +x_40 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_40, 1, x_29); +x_41 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__4; x_42 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_31); -x_43 = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_annotateBoolAt___closed__4; -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 = lean_box(0); -x_46 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_18, x_1, x_16, x_4, x_24, x_44, x_45, x_5, x_6, x_7, x_8, x_32); +lean_ctor_set(x_42, 0, x_40); +lean_ctor_set(x_42, 1, x_41); +x_43 = lean_box(0); +x_44 = l_Lean_withTraceNode___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__2___lambda__2(x_16, x_1, x_14, x_4, x_22, x_42, x_43, x_5, x_6, x_7, x_8, x_30); lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); -lean_dec(x_24); -return x_46; +lean_dec(x_22); +return x_44; } } else { -uint8_t x_47; -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_18); +uint8_t x_45; +lean_dec(x_23); +lean_dec(x_22); lean_dec(x_16); +lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_1); -x_47 = !lean_is_exclusive(x_26); -if (x_47 == 0) +x_45 = !lean_is_exclusive(x_24); +if (x_45 == 0) { -return x_26; +return x_24; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_26, 0); -x_49 = lean_ctor_get(x_26, 1); -lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_26); -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_object* x_46; lean_object* x_47; lean_object* x_48; +x_46 = lean_ctor_get(x_24, 0); +x_47 = lean_ctor_get(x_24, 1); +lean_inc(x_47); +lean_inc(x_46); +lean_dec(x_24); +x_48 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_48, 0, x_46); +lean_ctor_set(x_48, 1, x_47); +return x_48; } } } else { -uint8_t x_51; -lean_dec(x_18); +uint8_t x_49; lean_dec(x_16); +lean_dec(x_14); 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_51 = !lean_is_exclusive(x_21); -if (x_51 == 0) +x_49 = !lean_is_exclusive(x_19); +if (x_49 == 0) { -return x_21; +return x_19; } else { -lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_52 = lean_ctor_get(x_21, 0); -x_53 = lean_ctor_get(x_21, 1); -lean_inc(x_53); -lean_inc(x_52); -lean_dec(x_21); -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; +lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_50 = lean_ctor_get(x_19, 0); +x_51 = lean_ctor_get(x_19, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_19); +x_52 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_52, 0, x_50); +lean_ctor_set(x_52, 1, x_51); +return x_52; } } } +else +{ +lean_object* x_53; +lean_dec(x_2); +lean_dec(x_1); +x_53 = lean_apply_5(x_3, x_5, x_6, x_7, x_8, x_12); +return x_53; +} +} } } LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___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) { @@ -31528,7 +31351,7 @@ lean_dec(x_2); return x_8; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -31538,7 +31361,7 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2() { _start: { lean_object* x_1; @@ -31546,17 +31369,17 @@ x_1 = lean_mk_string_from_bytes("PrettyPrinter", 13); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__1; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__2; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__1; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4() { _start: { lean_object* x_1; @@ -31564,17 +31387,17 @@ x_1 = lean_mk_string_from_bytes("Delaborator", 11); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__3; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__6() { _start: { lean_object* x_1; @@ -31582,17 +31405,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__5; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__6; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__5; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__8() { _start: { lean_object* x_1; @@ -31600,47 +31423,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__7; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__7; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__9; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__9; x_2 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__10; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__2; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__10; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__11; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__11; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__13() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__13() { _start: { lean_object* x_1; @@ -31648,17 +31471,17 @@ x_1 = lean_mk_string_from_bytes("TopDownAnalyze", 14); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__14() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__12; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__13; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__12; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__15() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__15() { _start: { lean_object* x_1; @@ -31666,27 +31489,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__16() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__14; -x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__15; +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__14; +x_2 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__17() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__16; -x_2 = lean_unsigned_to_nat(12890u); +x_1 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__16; +x_2 = lean_unsigned_to_nat(12891u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__18() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__18() { _start: { lean_object* x_1; @@ -31694,24 +31517,24 @@ x_1 = lean_mk_string_from_bytes("tryUnify", 8); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__19() { +static lean_object* _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__1; x_2 = l_Lean_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__2; -x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__18; +x_3 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__18; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891_(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_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_8____closed__3; x_3 = 0; -x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__17; +x_4 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__17; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -31728,7 +31551,7 @@ lean_object* x_10; lean_object* x_11; lean_object* x_12; x_10 = lean_ctor_get(x_9, 1); lean_inc(x_10); lean_dec(x_9); -x_11 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__19; +x_11 = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__19; x_12 = l_Lean_registerTraceClass(x_11, x_8, x_4, x_10); if (lean_obj_tag(x_12) == 0) { @@ -32248,11 +32071,11 @@ l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp___closed__6 = lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_isTrivialBottomUp___closed__6); l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1 = _init_l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1(); lean_mark_persistent(l_Std_Range_forIn_loop___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_canBottomUp___spec__1___closed__1); -l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__1); -l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170____closed__2); -if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4170_(lean_io_mk_world()); +l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__1); +l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174____closed__2); +if (builtin) {res = l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_4174_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeFailureId = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeFailureId); @@ -32331,14 +32154,14 @@ l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Del lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__2); l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__3(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetBody___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__1___closed__3); -l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1); -l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2); -l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__1); -l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__27___closed__2); +l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__1); +l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetValue___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__14___closed__2); +l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__1); +l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_SubExpr_withLetVarType___at_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___spec__26___closed__2); l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__1); l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyze_analyzeLet___closed__2(); @@ -32375,14 +32198,6 @@ l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExp lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__1); l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__2); -l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__3); -l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__4); -l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__5); -l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_TopDownAnalyze_analyzeAppStagedCore_maybeSetExplicit___closed__6); l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1 = _init_l_Lean_withSeconds___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__4___closed__1(); l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1 = _init_l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1(); lean_mark_persistent(l_Lean_withOptProfile___at_Lean_PrettyPrinter_Delaborator_topDownAnalyze___spec__3___closed__1); @@ -32408,45 +32223,45 @@ l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__5 = _init_ lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___lambda__3___closed__5); l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___closed__1(); lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_topDownAnalyze___closed__1); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__1); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__2); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__3); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__4); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__5); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__6); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__7); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__8); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__9 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__9); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__10 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__10); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__11 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__11); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__12 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__12); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__13 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__13(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__13); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__14 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__14(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__14); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__15 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__15(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__15); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__16 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__16(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__16); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__17 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__17(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__17); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__18 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__18(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__18); -l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__19 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__19(); -lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890____closed__19); -res = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12890_(lean_io_mk_world()); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__1 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__1); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__2); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__3 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__3); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__4); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__5 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__5); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__6 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__6); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__7 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__7); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__8 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__8); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__9 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__9); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__10 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__10); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__11 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__11); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__12 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__12); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__13 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__13(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__13); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__14 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__14(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__14); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__15 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__15(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__15); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__16 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__16(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__16); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__17 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__17(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__17); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__18 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__18(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__18); +l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__19 = _init_l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__19(); +lean_mark_persistent(l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891____closed__19); +res = l_Lean_PrettyPrinter_Delaborator_initFn____x40_Lean_PrettyPrinter_Delaborator_TopDownAnalyze___hyg_12891_(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 4d8ce516f6ee..55061fa819df 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Formatter.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Formatter.c @@ -40,12 +40,13 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkWsBefore_formatter_ 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_mk_empty_array_with_capacity(lean_object*); static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setLhsPrec_formatter___rarg(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_State_leadWord___default; static lean_object* l_Lean_PrettyPrinter_formatCommand___closed__2; LEAN_EXPORT lean_object* l_List_forM___at_Lean_PrettyPrinter_Formatter_sepByNoAntiquot_formatter___spec__1(lean_object*, lean_object*, 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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute(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*); @@ -69,7 +70,6 @@ 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_format___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9; 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*); @@ -97,11 +97,11 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGe_formatter___r 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_skip_formatter(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getArgs(lean_object*); 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLineEq_formatter___rarg(lean_object*); lean_object* l_String_trim(lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); @@ -154,12 +154,14 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_rawCh_formatter(uint32_t 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_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_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__6; lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_lookahead_formatter___rarg(lean_object*); lean_object* l_Lean_Parser_ParserFn_run(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withMaybeTag(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedNat; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_skip_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -168,7 +170,6 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_parseToken___closed__3; static lean_object* l_Lean_PrettyPrinter_Formatter_formatterForKindUnsafe___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStack___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_trailingNode_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___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_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*); @@ -178,6 +179,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_FormatterM_orElse___rarg(lean_obje LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_withFn_formatter(lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkTailWs_formatter(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__8; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_Formatter_unicodeSymbolNoAntiquot_formatter___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_pretty_printer_formatter_interpret_parser_descr(lean_object*, lean_object*, lean_object*, lean_object*); @@ -265,7 +267,6 @@ lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_checkKind___closed__1; static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__3; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2; 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; @@ -276,7 +277,6 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_PrettyPrinter_format___spec static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__4___closed__3; 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitArgs___lambda__1(lean_object*, lean_object*, 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; @@ -291,10 +291,8 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColGt_formatter___b 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; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7; static lean_object* l_Lean_PrettyPrinter_format___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_rawCh_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025_(lean_object*); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__7; @@ -306,6 +304,7 @@ lean_object* l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_S 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; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033_(lean_object*); static lean_object* l_panic___at_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___spec__1___closed__3; 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*); @@ -318,17 +317,15 @@ static lean_object* l_Lean_PrettyPrinter_mkCombinatorFormatterAttribute___closed uint8_t l_Lean_Environment_contains(lean_object*, lean_object*); lean_object* lean_int_sub(lean_object*, lean_object*); extern lean_object* l_Lean_inheritedTraceOptions; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6389_(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__3(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_7025____closed__8; 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; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__9; LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goUp___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__4(lean_object*); 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*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_parserOfStack_formatter(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_7025____closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkColEq_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__6; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -354,7 +351,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_scientificLitNoAntiquot_ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_group(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkLineEq_formatter___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkStackTop_formatter(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___closed__3; @@ -365,7 +361,9 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_visitArgs(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_format___lambda__1___closed__1; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_setStack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__2; 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*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -385,6 +383,7 @@ lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_charLitNoAntiquot_formatter___closed__2; lean_object* l_Array_shrink___rarg(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6397_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goDown___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_categoryFormatterCore___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_Formatter_instMonadTraverserFormatterM___closed__4; @@ -400,7 +399,6 @@ LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPri 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_7025____closed__1; 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*); @@ -430,6 +428,8 @@ static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___clos 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*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_goLeft___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__5; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__1; static lean_object* l_Lean_PrettyPrinter_Formatter_visitArgs___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_getStackSize(lean_object*); size_t lean_usize_add(size_t, size_t); @@ -443,7 +443,6 @@ static lean_object* l_Lean_PrettyPrinter_Formatter_identNoAntiquot_formatter___c 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_formatterAttribute; lean_object* l_String_trimRight(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkNoImmediateColon_formatter___rarg(lean_object*); @@ -457,6 +456,7 @@ lean_object* lean_string_append(lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_mkFormatterAttribute___closed__6; static lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter___closed__5; lean_object* l_String_trimLeft(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__4; uint8_t l_Lean_Parser_isValidSyntaxNodeKind(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_symbolNoAntiquot_formatter(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); @@ -3560,27 +3560,29 @@ goto block_41; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +lean_object* x_46; lean_object* x_47; lean_object* x_48; uint8_t x_49; x_46 = lean_array_fget(x_26, x_44); x_47 = lean_box(0); x_48 = lean_array_fset(x_26, x_44, x_47); if (lean_obj_tag(x_46) == 7) { -lean_object* x_53; -x_53 = lean_array_fset(x_48, x_44, x_46); -lean_dec(x_44); -x_28 = x_53; -goto block_41; +uint8_t x_54; +x_54 = 1; +x_49 = x_54; +goto block_53; } else { -x_49 = x_47; -goto block_52; +uint8_t x_55; +x_55 = 0; +x_49 = x_55; +goto block_53; } -block_52: +block_53: +{ +if (x_49 == 0) { lean_object* x_50; lean_object* x_51; -lean_dec(x_49); lean_inc(x_9); x_50 = lean_alloc_ctor(7, 2, 0); lean_ctor_set(x_50, 0, x_9); @@ -3590,6 +3592,15 @@ lean_dec(x_44); x_28 = x_51; goto block_41; } +else +{ +lean_object* x_52; +x_52 = lean_array_fset(x_48, x_44, x_46); +lean_dec(x_44); +x_28 = x_52; +goto block_41; +} +} } block_41: { @@ -3662,26 +3673,26 @@ goto block_18; } else { -uint8_t x_54; +uint8_t x_56; lean_dec(x_4); -x_54 = !lean_is_exclusive(x_19); -if (x_54 == 0) +x_56 = !lean_is_exclusive(x_19); +if (x_56 == 0) { x_13 = x_19; goto block_18; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_55 = lean_ctor_get(x_19, 0); -x_56 = lean_ctor_get(x_19, 1); -lean_inc(x_56); -lean_inc(x_55); +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_19, 0); +x_58 = lean_ctor_get(x_19, 1); +lean_inc(x_58); +lean_inc(x_57); lean_dec(x_19); -x_57 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_57, 0, x_55); -lean_ctor_set(x_57, 1, x_56); -x_13 = x_57; +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +x_13 = x_59; goto block_18; } } @@ -3710,25 +3721,25 @@ return x_17; } else { -uint8_t x_58; +uint8_t x_60; lean_dec(x_4); -x_58 = !lean_is_exclusive(x_11); -if (x_58 == 0) +x_60 = !lean_is_exclusive(x_11); +if (x_60 == 0) { return x_11; } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; -x_59 = lean_ctor_get(x_11, 0); -x_60 = lean_ctor_get(x_11, 1); -lean_inc(x_60); -lean_inc(x_59); +lean_object* x_61; lean_object* x_62; lean_object* x_63; +x_61 = lean_ctor_get(x_11, 0); +x_62 = lean_ctor_get(x_11, 1); +lean_inc(x_62); +lean_inc(x_61); lean_dec(x_11); -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; +x_63 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_63, 0, x_61); +lean_ctor_set(x_63, 1, x_62); +return x_63; } } } @@ -5731,159 +5742,109 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_checkKind(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; uint8_t x_8; +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_37; x_7 = l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Formatter_visitArgs___spec__1___rarg(x_3, x_4, x_5, x_6); -x_8 = !lean_is_exclusive(x_7); -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_7, 0); -x_10 = lean_ctor_get(x_7, 1); -x_11 = l_Lean_Syntax_getKind(x_9); -x_12 = lean_name_eq(x_1, x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -lean_free_object(x_7); -x_13 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__2; -x_14 = l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__1(x_13, x_2, x_3, x_4, x_5, x_10); -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_PrettyPrinter_Formatter_checkKind___closed__3; -x_18 = lean_unbox(x_15); -lean_dec(x_15); -if (x_18 == 0) +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_7, 1); +lean_inc(x_9); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_10 = x_7; +} else { + lean_dec_ref(x_7); + x_10 = lean_box(0); +} +x_11 = l_Lean_Syntax_getKind(x_8); +x_37 = lean_name_eq(x_1, x_11); +if (x_37 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_11); -lean_dec(x_1); -x_19 = lean_box(0); -x_20 = lean_apply_6(x_17, x_19, x_2, x_3, x_4, x_5, x_16); -return x_20; +uint8_t x_38; +x_38 = 1; +x_12 = x_38; +goto block_36; } else { -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; -x_21 = l_Lean_MessageData_ofName(x_11); -x_22 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__5; -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_PrettyPrinter_Formatter_checkKind___closed__7; -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -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_PrettyPrinter_mkFormatterAttribute___lambda__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); -x_30 = l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3(x_13, x_29, x_2, x_3, x_4, x_5, x_16); -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 = lean_apply_6(x_17, x_31, x_2, x_3, x_4, x_5, x_32); -return x_33; -} +uint8_t x_39; +x_39 = 0; +x_12 = x_39; +goto block_36; } -else +block_36: { -lean_object* x_34; +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_34 = lean_box(0); -lean_ctor_set(x_7, 0, x_34); -return x_7; +x_13 = lean_box(0); +if (lean_is_scalar(x_10)) { + x_14 = lean_alloc_ctor(0, 2, 0); +} else { + x_14 = x_10; } +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_9); +return x_14; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_35 = lean_ctor_get(x_7, 0); -x_36 = lean_ctor_get(x_7, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_7); -x_37 = l_Lean_Syntax_getKind(x_35); -x_38 = lean_name_eq(x_1, x_37); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_39 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__2; -x_40 = l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__1(x_39, x_2, x_3, x_4, x_5, x_36); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__3; -x_44 = lean_unbox(x_41); -lean_dec(x_41); -if (x_44 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_dec(x_10); +x_15 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__2; +x_16 = l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__1(x_15, x_2, x_3, x_4, x_5, x_9); +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_PrettyPrinter_Formatter_checkKind___closed__3; +x_20 = lean_unbox(x_17); +lean_dec(x_17); +if (x_20 == 0) { -lean_object* x_45; lean_object* x_46; -lean_dec(x_37); +lean_object* x_21; lean_object* x_22; +lean_dec(x_11); lean_dec(x_1); -x_45 = lean_box(0); -x_46 = lean_apply_6(x_43, x_45, x_2, x_3, x_4, x_5, x_42); -return x_46; +x_21 = lean_box(0); +x_22 = lean_apply_6(x_19, x_21, x_2, x_3, x_4, x_5, x_18); +return x_22; } 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 = l_Lean_MessageData_ofName(x_37); -x_48 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__5; -x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -x_50 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__7; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = l_Lean_MessageData_ofName(x_1); -x_53 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__3___closed__4; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3(x_39, x_55, x_2, x_3, x_4, x_5, x_42); -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); -x_59 = lean_apply_6(x_43, x_57, x_2, x_3, x_4, x_5, x_58); -return x_59; -} +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_23 = l_Lean_MessageData_ofName(x_11); +x_24 = l_Lean_PrettyPrinter_Formatter_checkKind___closed__5; +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_PrettyPrinter_Formatter_checkKind___closed__7; +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_ofName(x_1); +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 = l_Lean_PrettyPrinter_mkFormatterAttribute___lambda__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); +x_32 = l_Lean_addTrace___at_Lean_PrettyPrinter_Formatter_categoryFormatterCore___spec__3(x_15, x_31, x_2, x_3, x_4, x_5, x_18); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_apply_6(x_19, x_33, x_2, x_3, x_4, x_5, x_34); +return x_35; } -else -{ -lean_object* x_60; lean_object* x_61; -lean_dec(x_37); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_36); -return x_61; } } } @@ -6320,301 +6281,289 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(le { if (lean_obj_tag(x_1) == 0) { -lean_object* x_8; uint8_t x_9; +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_89; lean_object* x_90; uint8_t x_91; x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); lean_dec(x_1); -x_9 = !lean_is_exclusive(x_8); -if (x_9 == 0) +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +x_10 = lean_ctor_get(x_8, 1); +lean_inc(x_10); +x_11 = lean_ctor_get(x_8, 2); +lean_inc(x_11); +x_12 = l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_Substring_trimLeft___spec__1(x_9, x_11, x_10); +x_13 = l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(x_9, x_12, x_11); +x_89 = lean_nat_sub(x_13, x_12); +x_90 = lean_unsigned_to_nat(0u); +x_91 = lean_nat_dec_eq(x_89, x_90); +lean_dec(x_89); +if (x_91 == 0) { -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; -x_10 = lean_ctor_get(x_8, 0); -x_11 = lean_ctor_get(x_8, 1); -x_12 = lean_ctor_get(x_8, 2); -x_13 = l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_Substring_trimLeft___spec__1(x_10, x_12, x_11); -lean_inc(x_12); -x_14 = l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(x_10, x_13, x_12); -x_15 = lean_nat_sub(x_14, x_13); -x_16 = lean_unsigned_to_nat(0u); -x_17 = lean_nat_dec_eq(x_15, x_16); -lean_dec(x_15); +uint8_t x_92; +x_92 = 1; +x_14 = x_92; +goto block_88; +} +else +{ +uint8_t x_93; +x_93 = 0; +x_14 = x_93; +goto block_88; +} +block_88: +{ +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); +x_15 = lean_box(0); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_7); +return x_16; +} +else +{ +uint8_t x_17; +x_17 = !lean_is_exclusive(x_8); if (x_17 == 0) { -lean_object* x_18; uint32_t x_19; uint8_t x_20; -lean_inc(x_14); -lean_inc(x_10); -lean_ctor_set(x_8, 1, x_14); -x_18 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__1; -x_19 = 10; -x_20 = l_Substring_contains(x_8, x_19); -if (x_20 == 0) +lean_object* x_18; lean_object* x_19; uint32_t x_20; uint8_t x_21; +x_18 = lean_ctor_get(x_8, 1); +lean_dec(x_18); +lean_inc(x_13); +lean_ctor_set(x_8, 1, x_13); +x_19 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__1; +x_20 = 10; +x_21 = l_Substring_contains(x_8, x_20); +if (x_21 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -x_21 = lean_box(1); -x_22 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_21, x_3, x_4, x_5, x_6, x_7); -x_23 = lean_ctor_get(x_22, 1); -lean_inc(x_23); -lean_dec(x_22); -x_24 = lean_string_utf8_extract(x_10, x_13, x_14); -lean_dec(x_14); +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; +x_22 = lean_box(1); +x_23 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_22, x_3, x_4, x_5, x_6, x_7); +x_24 = lean_ctor_get(x_23, 1); +lean_inc(x_24); +lean_dec(x_23); +x_25 = lean_string_utf8_extract(x_9, x_12, x_13); lean_dec(x_13); -lean_dec(x_10); -x_25 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_25, 0, x_24); -x_26 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_25, x_3, x_4, x_5, x_6, x_23); -x_27 = lean_ctor_get(x_26, 0); -lean_inc(x_27); -x_28 = lean_ctor_get(x_26, 1); +lean_dec(x_12); +lean_dec(x_9); +x_26 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_26, 0, x_25); +x_27 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_26, x_3, x_4, x_5, x_6, x_24); +x_28 = lean_ctor_get(x_27, 0); lean_inc(x_28); -lean_dec(x_26); -x_29 = lean_apply_6(x_18, x_27, x_3, x_4, x_5, x_6, x_28); -return x_29; +x_29 = lean_ctor_get(x_27, 1); +lean_inc(x_29); +lean_dec(x_27); +x_30 = lean_apply_6(x_19, x_28, x_3, x_4, x_5, x_6, x_29); +return x_30; } else { -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_object* x_42; lean_object* x_43; -x_30 = lean_ctor_get(x_5, 2); -lean_inc(x_30); -x_31 = l_Std_Format_getIndent(x_30); -lean_dec(x_30); -x_32 = lean_nat_to_int(x_31); -x_33 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__2; -x_34 = lean_int_sub(x_33, x_32); -lean_dec(x_32); -x_35 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_35, 0, x_34); -x_36 = lean_string_utf8_extract(x_10, x_13, x_14); -lean_dec(x_14); +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_object* x_42; lean_object* x_43; lean_object* x_44; +x_31 = lean_ctor_get(x_5, 2); +lean_inc(x_31); +x_32 = l_Std_Format_getIndent(x_31); +lean_dec(x_31); +x_33 = lean_nat_to_int(x_32); +x_34 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__2; +x_35 = lean_int_sub(x_34, x_33); +lean_dec(x_33); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = lean_string_utf8_extract(x_9, x_12, x_13); lean_dec(x_13); -lean_dec(x_10); -x_37 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_38 = lean_string_append(x_37, x_36); -lean_dec(x_36); -x_39 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; -x_40 = lean_string_append(x_38, x_39); -x_41 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_41, 0, x_40); -x_42 = lean_alloc_closure((void*)(l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push___boxed), 6, 1); -lean_closure_set(x_42, 0, x_41); +lean_dec(x_12); +lean_dec(x_9); +x_38 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_39 = lean_string_append(x_38, x_37); +lean_dec(x_37); +x_40 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; +x_41 = lean_string_append(x_39, x_40); +x_42 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_42, 0, x_41); +x_43 = lean_alloc_closure((void*)(l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push___boxed), 6, 1); +lean_closure_set(x_43, 0, x_42); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_43 = l_Lean_PrettyPrinter_Formatter_indent(x_42, x_35, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_43) == 0) +x_44 = l_Lean_PrettyPrinter_Formatter_indent(x_43, x_36, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -x_44 = lean_ctor_get(x_43, 0); -lean_inc(x_44); -x_45 = lean_ctor_get(x_43, 1); +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = lean_ctor_get(x_44, 0); lean_inc(x_45); -lean_dec(x_43); -x_46 = lean_apply_6(x_18, x_44, x_3, x_4, x_5, x_6, x_45); -return x_46; +x_46 = lean_ctor_get(x_44, 1); +lean_inc(x_46); +lean_dec(x_44); +x_47 = lean_apply_6(x_19, x_45, x_3, x_4, x_5, x_6, x_46); +return x_47; } else { -uint8_t x_47; +uint8_t x_48; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_47 = !lean_is_exclusive(x_43); -if (x_47 == 0) +x_48 = !lean_is_exclusive(x_44); +if (x_48 == 0) { -return x_43; +return x_44; } else { -lean_object* x_48; lean_object* x_49; lean_object* x_50; -x_48 = lean_ctor_get(x_43, 0); -x_49 = lean_ctor_get(x_43, 1); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_44, 0); +x_50 = lean_ctor_get(x_44, 1); +lean_inc(x_50); lean_inc(x_49); -lean_inc(x_48); -lean_dec(x_43); -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_44); +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 { -lean_object* x_51; lean_object* x_52; -lean_dec(x_14); +lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; uint32_t x_56; uint8_t x_57; +x_52 = lean_ctor_get(x_8, 0); +x_53 = lean_ctor_get(x_8, 2); +lean_inc(x_53); +lean_inc(x_52); +lean_dec(x_8); +lean_inc(x_13); +x_54 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_54, 0, x_52); +lean_ctor_set(x_54, 1, x_13); +lean_ctor_set(x_54, 2, x_53); +x_55 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__1; +x_56 = 10; +x_57 = l_Substring_contains(x_54, x_56); +if (x_57 == 0) +{ +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; +x_58 = lean_box(1); +x_59 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_58, x_3, x_4, x_5, x_6, x_7); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +lean_dec(x_59); +x_61 = lean_string_utf8_extract(x_9, x_12, x_13); lean_dec(x_13); -lean_free_object(x_8); lean_dec(x_12); -lean_dec(x_10); -lean_dec(x_6); -lean_dec(x_5); -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_7); -return x_52; -} +lean_dec(x_9); +x_62 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_62, 0, x_61); +x_63 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_62, x_3, x_4, x_5, x_6, x_60); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = lean_apply_6(x_55, x_64, x_3, x_4, x_5, x_6, x_65); +return x_66; } else { -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; uint8_t x_60; -x_53 = lean_ctor_get(x_8, 0); -x_54 = lean_ctor_get(x_8, 1); -x_55 = lean_ctor_get(x_8, 2); -lean_inc(x_55); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_8); -x_56 = l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_Substring_trimLeft___spec__1(x_53, x_55, x_54); -lean_inc(x_55); -x_57 = l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(x_53, x_56, x_55); -x_58 = lean_nat_sub(x_57, x_56); -x_59 = lean_unsigned_to_nat(0u); -x_60 = lean_nat_dec_eq(x_58, x_59); -lean_dec(x_58); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; uint32_t x_63; uint8_t x_64; -lean_inc(x_57); -lean_inc(x_53); -x_61 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_61, 0, x_53); -lean_ctor_set(x_61, 1, x_57); -lean_ctor_set(x_61, 2, x_55); -x_62 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__1; -x_63 = 10; -x_64 = l_Substring_contains(x_61, x_63); -if (x_64 == 0) -{ -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; -x_65 = lean_box(1); -x_66 = l_Lean_PrettyPrinter_Formatter_pushWhitespace(x_65, x_3, x_4, x_5, x_6, x_7); -x_67 = lean_ctor_get(x_66, 1); +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; +x_67 = lean_ctor_get(x_5, 2); lean_inc(x_67); -lean_dec(x_66); -x_68 = lean_string_utf8_extract(x_53, x_56, x_57); -lean_dec(x_57); -lean_dec(x_56); -lean_dec(x_53); -x_69 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_69, 0, x_68); -x_70 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_69, x_3, x_4, x_5, x_6, x_67); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = lean_apply_6(x_62, x_71, x_3, x_4, x_5, x_6, x_72); -return x_73; -} -else -{ -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; -x_74 = lean_ctor_get(x_5, 2); -lean_inc(x_74); -x_75 = l_Std_Format_getIndent(x_74); -lean_dec(x_74); -x_76 = lean_nat_to_int(x_75); -x_77 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__2; -x_78 = lean_int_sub(x_77, x_76); -lean_dec(x_76); -x_79 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_79, 0, x_78); -x_80 = lean_string_utf8_extract(x_53, x_56, x_57); -lean_dec(x_57); -lean_dec(x_56); -lean_dec(x_53); -x_81 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_82 = lean_string_append(x_81, x_80); -lean_dec(x_80); -x_83 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; -x_84 = lean_string_append(x_82, x_83); -x_85 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_85, 0, x_84); -x_86 = lean_alloc_closure((void*)(l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push___boxed), 6, 1); -lean_closure_set(x_86, 0, x_85); +x_68 = l_Std_Format_getIndent(x_67); +lean_dec(x_67); +x_69 = lean_nat_to_int(x_68); +x_70 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__2; +x_71 = lean_int_sub(x_70, x_69); +lean_dec(x_69); +x_72 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_72, 0, x_71); +x_73 = lean_string_utf8_extract(x_9, x_12, x_13); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_9); +x_74 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_75 = lean_string_append(x_74, x_73); +lean_dec(x_73); +x_76 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; +x_77 = lean_string_append(x_75, x_76); +x_78 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_78, 0, x_77); +x_79 = lean_alloc_closure((void*)(l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push___boxed), 6, 1); +lean_closure_set(x_79, 0, x_78); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_87 = l_Lean_PrettyPrinter_Formatter_indent(x_86, x_79, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_87) == 0) +x_80 = l_Lean_PrettyPrinter_Formatter_indent(x_79, x_72, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_80) == 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); -x_90 = lean_apply_6(x_62, x_88, x_3, x_4, x_5, x_6, x_89); -return x_90; +lean_object* x_81; lean_object* x_82; lean_object* x_83; +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 = lean_apply_6(x_55, x_81, x_3, x_4, x_5, x_6, x_82); +return x_83; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_91 = lean_ctor_get(x_87, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_87, 1); -lean_inc(x_92); -if (lean_is_exclusive(x_87)) { - lean_ctor_release(x_87, 0); - lean_ctor_release(x_87, 1); - x_93 = x_87; +x_84 = lean_ctor_get(x_80, 0); +lean_inc(x_84); +x_85 = lean_ctor_get(x_80, 1); +lean_inc(x_85); +if (lean_is_exclusive(x_80)) { + lean_ctor_release(x_80, 0); + lean_ctor_release(x_80, 1); + x_86 = x_80; } else { - lean_dec_ref(x_87); - x_93 = lean_box(0); + lean_dec_ref(x_80); + x_86 = lean_box(0); } -if (lean_is_scalar(x_93)) { - x_94 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_86)) { + x_87 = lean_alloc_ctor(1, 2, 0); } else { - x_94 = x_93; + x_87 = x_86; } -lean_ctor_set(x_94, 0, x_91); -lean_ctor_set(x_94, 1, x_92); -return x_94; +lean_ctor_set(x_87, 0, x_84); +lean_ctor_set(x_87, 1, x_85); +return x_87; } } } -else -{ -lean_object* x_95; lean_object* x_96; -lean_dec(x_57); -lean_dec(x_56); -lean_dec(x_55); -lean_dec(x_53); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_95 = lean_box(0); -x_96 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_7); -return x_96; } } } else { -lean_object* x_97; lean_object* x_98; +lean_object* x_94; lean_object* x_95; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_97 = lean_box(0); -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_97); -lean_ctor_set(x_98, 1, x_7); -return x_98; +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_7); +return x_95; } } } @@ -6737,7 +6686,7 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___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) { _start: { -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_40; uint8_t x_41; +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_121; uint8_t x_122; lean_dec(x_3); x_9 = lean_st_ref_get(x_5, x_8); x_10 = lean_ctor_get(x_9, 0); @@ -6751,267 +6700,30 @@ lean_closure_set(x_12, 0, x_1); x_13 = lean_ctor_get(x_10, 1); lean_inc(x_13); lean_dec(x_10); -x_40 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_41 = lean_string_dec_eq(x_13, x_40); -if (x_41 == 0) -{ -lean_object* x_42; uint8_t x_43; -x_42 = l_String_trimRight(x_2); -x_43 = lean_string_dec_eq(x_42, x_2); -lean_dec(x_42); -if (x_43 == 0) -{ -lean_object* x_44; -lean_dec(x_1); -x_44 = lean_box(0); -x_14 = x_44; -goto block_39; -} -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; uint8_t x_52; -lean_dec(x_12); -x_45 = l_String_trimLeft(x_2); -lean_inc(x_45); -x_46 = lean_string_append(x_45, x_13); -lean_dec(x_13); -lean_inc(x_4); -x_47 = l_Lean_PrettyPrinter_Formatter_parseToken(x_46, x_4, x_5, x_6, x_7, x_11); -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_ctor_get(x_48, 2); -lean_inc(x_50); -lean_dec(x_48); -x_51 = lean_string_utf8_byte_size(x_45); -x_52 = lean_nat_dec_le(x_50, x_51); -lean_dec(x_51); -lean_dec(x_50); -if (x_52 == 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; uint8_t x_61; -lean_inc(x_2); -x_53 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_53, 0, x_2); -x_54 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4___closed__2; -x_55 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_55, x_4, x_5, x_6, x_7, x_49); -x_57 = lean_ctor_get(x_56, 1); -lean_inc(x_57); -lean_dec(x_56); -x_58 = lean_st_ref_take(x_5, x_57); -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_is_exclusive(x_59); -if (x_61 == 0) -{ -lean_object* x_62; uint8_t x_63; -x_62 = lean_ctor_get(x_59, 1); -lean_dec(x_62); -x_63 = lean_string_dec_eq(x_45, x_2); -lean_dec(x_45); -if (x_63 == 0) -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -lean_dec(x_2); -lean_ctor_set(x_59, 1, x_40); -x_64 = lean_st_ref_set(x_5, x_59, x_60); -x_65 = lean_ctor_get(x_64, 1); -lean_inc(x_65); -lean_dec(x_64); -x_66 = lean_box(0); -x_67 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_66, x_4, x_5, x_6, x_7, x_65); -return x_67; -} -else -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -lean_ctor_set(x_59, 1, x_2); -x_68 = lean_st_ref_set(x_5, x_59, x_60); -x_69 = lean_ctor_get(x_68, 1); -lean_inc(x_69); -lean_dec(x_68); -x_70 = lean_box(0); -x_71 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_70, x_4, x_5, x_6, x_7, x_69); -return x_71; -} -} -else -{ -lean_object* x_72; uint8_t x_73; uint8_t x_74; lean_object* x_75; uint8_t x_76; -x_72 = lean_ctor_get(x_59, 0); -x_73 = lean_ctor_get_uint8(x_59, sizeof(void*)*3); -x_74 = lean_ctor_get_uint8(x_59, sizeof(void*)*3 + 1); -x_75 = lean_ctor_get(x_59, 2); -lean_inc(x_75); -lean_inc(x_72); -lean_dec(x_59); -x_76 = lean_string_dec_eq(x_45, x_2); -lean_dec(x_45); -if (x_76 == 0) +x_121 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_122 = lean_string_dec_eq(x_13, x_121); +if (x_122 == 0) { -lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; -lean_dec(x_2); -x_77 = lean_alloc_ctor(0, 3, 2); -lean_ctor_set(x_77, 0, x_72); -lean_ctor_set(x_77, 1, x_40); -lean_ctor_set(x_77, 2, x_75); -lean_ctor_set_uint8(x_77, sizeof(void*)*3, x_73); -lean_ctor_set_uint8(x_77, sizeof(void*)*3 + 1, x_74); -x_78 = lean_st_ref_set(x_5, x_77, x_60); -x_79 = lean_ctor_get(x_78, 1); -lean_inc(x_79); -lean_dec(x_78); -x_80 = lean_box(0); -x_81 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_80, x_4, x_5, x_6, x_7, x_79); -return x_81; -} -else -{ -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_82 = lean_alloc_ctor(0, 3, 2); -lean_ctor_set(x_82, 0, x_72); -lean_ctor_set(x_82, 1, x_2); -lean_ctor_set(x_82, 2, x_75); -lean_ctor_set_uint8(x_82, sizeof(void*)*3, x_73); -lean_ctor_set_uint8(x_82, sizeof(void*)*3 + 1, x_74); -x_83 = lean_st_ref_set(x_5, x_82, x_60); -x_84 = lean_ctor_get(x_83, 1); -lean_inc(x_84); -lean_dec(x_83); -x_85 = lean_box(0); -x_86 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_85, x_4, x_5, x_6, x_7, x_84); -return x_86; -} -} +lean_object* x_123; uint8_t x_124; +x_123 = l_String_trimRight(x_2); +x_124 = lean_string_dec_eq(x_123, x_2); +lean_dec(x_123); +x_14 = x_124; +goto block_120; } 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; uint8_t x_93; -lean_inc(x_2); -x_87 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_87, 0, x_2); -x_88 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_87, x_4, x_5, x_6, x_7, x_49); -x_89 = lean_ctor_get(x_88, 1); -lean_inc(x_89); -lean_dec(x_88); -x_90 = lean_st_ref_take(x_5, x_89); -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 = !lean_is_exclusive(x_91); -if (x_93 == 0) -{ -lean_object* x_94; uint8_t x_95; -x_94 = lean_ctor_get(x_91, 1); -x_95 = lean_string_dec_eq(x_45, x_2); -lean_dec(x_45); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; -lean_dec(x_94); -lean_dec(x_2); -lean_ctor_set(x_91, 1, x_40); -x_96 = lean_st_ref_set(x_5, x_91, x_92); -x_97 = lean_ctor_get(x_96, 1); -lean_inc(x_97); -lean_dec(x_96); -x_98 = lean_box(0); -x_99 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_98, x_4, x_5, x_6, x_7, x_97); -return x_99; -} -else -{ -lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; -x_100 = lean_string_append(x_2, x_94); -lean_dec(x_94); -lean_ctor_set(x_91, 1, x_100); -x_101 = lean_st_ref_set(x_5, x_91, x_92); -x_102 = lean_ctor_get(x_101, 1); -lean_inc(x_102); -lean_dec(x_101); -x_103 = lean_box(0); -x_104 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_103, x_4, x_5, x_6, x_7, x_102); -return x_104; +uint8_t x_125; +x_125 = 0; +x_14 = x_125; +goto block_120; } -} -else -{ -lean_object* x_105; lean_object* x_106; uint8_t x_107; uint8_t x_108; lean_object* x_109; uint8_t x_110; -x_105 = lean_ctor_get(x_91, 0); -x_106 = lean_ctor_get(x_91, 1); -x_107 = lean_ctor_get_uint8(x_91, sizeof(void*)*3); -x_108 = lean_ctor_get_uint8(x_91, sizeof(void*)*3 + 1); -x_109 = lean_ctor_get(x_91, 2); -lean_inc(x_109); -lean_inc(x_106); -lean_inc(x_105); -lean_dec(x_91); -x_110 = lean_string_dec_eq(x_45, x_2); -lean_dec(x_45); -if (x_110 == 0) +block_120: { -lean_object* x_111; lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -lean_dec(x_106); -lean_dec(x_2); -x_111 = lean_alloc_ctor(0, 3, 2); -lean_ctor_set(x_111, 0, x_105); -lean_ctor_set(x_111, 1, x_40); -lean_ctor_set(x_111, 2, x_109); -lean_ctor_set_uint8(x_111, sizeof(void*)*3, x_107); -lean_ctor_set_uint8(x_111, sizeof(void*)*3 + 1, x_108); -x_112 = lean_st_ref_set(x_5, x_111, x_92); -x_113 = lean_ctor_get(x_112, 1); -lean_inc(x_113); -lean_dec(x_112); -x_114 = lean_box(0); -x_115 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_114, x_4, x_5, x_6, x_7, x_113); -return x_115; -} -else -{ -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_116 = lean_string_append(x_2, x_106); -lean_dec(x_106); -x_117 = lean_alloc_ctor(0, 3, 2); -lean_ctor_set(x_117, 0, x_105); -lean_ctor_set(x_117, 1, x_116); -lean_ctor_set(x_117, 2, x_109); -lean_ctor_set_uint8(x_117, sizeof(void*)*3, x_107); -lean_ctor_set_uint8(x_117, sizeof(void*)*3 + 1, x_108); -x_118 = lean_st_ref_set(x_5, x_117, x_92); -x_119 = lean_ctor_get(x_118, 1); -lean_inc(x_119); -lean_dec(x_118); -x_120 = lean_box(0); -x_121 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_120, x_4, x_5, x_6, x_7, x_119); -return x_121; -} -} -} -} -} -else -{ -lean_object* x_122; -lean_dec(x_1); -x_122 = lean_box(0); -x_14 = x_122; -goto block_39; -} -block_39: +if (x_14 == 0) { lean_object* x_15; uint8_t x_16; -lean_dec(x_14); +lean_dec(x_1); x_15 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; x_16 = lean_string_dec_eq(x_13, x_15); lean_dec(x_13); @@ -7076,6 +6788,243 @@ lean_dec(x_36); return x_38; } } +else +{ +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; uint8_t x_46; +lean_dec(x_12); +x_39 = l_String_trimLeft(x_2); +lean_inc(x_39); +x_40 = lean_string_append(x_39, x_13); +lean_dec(x_13); +lean_inc(x_4); +x_41 = l_Lean_PrettyPrinter_Formatter_parseToken(x_40, x_4, x_5, x_6, x_7, x_11); +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_ctor_get(x_42, 2); +lean_inc(x_44); +lean_dec(x_42); +x_45 = lean_string_utf8_byte_size(x_39); +x_46 = lean_nat_dec_le(x_44, x_45); +lean_dec(x_45); +lean_dec(x_44); +if (x_46 == 0) +{ +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; uint8_t x_55; +lean_inc(x_2); +x_47 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_47, 0, x_2); +x_48 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4___closed__2; +x_49 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +x_50 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_49, x_4, x_5, x_6, x_7, x_43); +x_51 = lean_ctor_get(x_50, 1); +lean_inc(x_51); +lean_dec(x_50); +x_52 = lean_st_ref_take(x_5, x_51); +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_55 = !lean_is_exclusive(x_53); +if (x_55 == 0) +{ +lean_object* x_56; uint8_t x_57; +x_56 = lean_ctor_get(x_53, 1); +lean_dec(x_56); +x_57 = lean_string_dec_eq(x_39, x_2); +lean_dec(x_39); +if (x_57 == 0) +{ +lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_dec(x_2); +x_58 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +lean_ctor_set(x_53, 1, x_58); +x_59 = lean_st_ref_set(x_5, x_53, x_54); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +lean_dec(x_59); +x_61 = lean_box(0); +x_62 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_61, x_4, x_5, x_6, x_7, x_60); +return x_62; +} +else +{ +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +lean_ctor_set(x_53, 1, x_2); +x_63 = lean_st_ref_set(x_5, x_53, x_54); +x_64 = lean_ctor_get(x_63, 1); +lean_inc(x_64); +lean_dec(x_63); +x_65 = lean_box(0); +x_66 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_65, x_4, x_5, x_6, x_7, x_64); +return x_66; +} +} +else +{ +lean_object* x_67; uint8_t x_68; uint8_t x_69; lean_object* x_70; uint8_t x_71; +x_67 = lean_ctor_get(x_53, 0); +x_68 = lean_ctor_get_uint8(x_53, sizeof(void*)*3); +x_69 = lean_ctor_get_uint8(x_53, sizeof(void*)*3 + 1); +x_70 = lean_ctor_get(x_53, 2); +lean_inc(x_70); +lean_inc(x_67); +lean_dec(x_53); +x_71 = lean_string_dec_eq(x_39, x_2); +lean_dec(x_39); +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_dec(x_2); +x_72 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_73 = lean_alloc_ctor(0, 3, 2); +lean_ctor_set(x_73, 0, x_67); +lean_ctor_set(x_73, 1, x_72); +lean_ctor_set(x_73, 2, x_70); +lean_ctor_set_uint8(x_73, sizeof(void*)*3, x_68); +lean_ctor_set_uint8(x_73, sizeof(void*)*3 + 1, x_69); +x_74 = lean_st_ref_set(x_5, x_73, x_54); +x_75 = lean_ctor_get(x_74, 1); +lean_inc(x_75); +lean_dec(x_74); +x_76 = lean_box(0); +x_77 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_76, x_4, x_5, x_6, x_7, x_75); +return x_77; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_78 = lean_alloc_ctor(0, 3, 2); +lean_ctor_set(x_78, 0, x_67); +lean_ctor_set(x_78, 1, x_2); +lean_ctor_set(x_78, 2, x_70); +lean_ctor_set_uint8(x_78, sizeof(void*)*3, x_68); +lean_ctor_set_uint8(x_78, sizeof(void*)*3 + 1, x_69); +x_79 = lean_st_ref_set(x_5, x_78, x_54); +x_80 = lean_ctor_get(x_79, 1); +lean_inc(x_80); +lean_dec(x_79); +x_81 = lean_box(0); +x_82 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_81, x_4, x_5, x_6, x_7, 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; lean_object* x_88; uint8_t x_89; +lean_inc(x_2); +x_83 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_83, 0, x_2); +x_84 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_83, x_4, x_5, x_6, x_7, x_43); +x_85 = lean_ctor_get(x_84, 1); +lean_inc(x_85); +lean_dec(x_84); +x_86 = lean_st_ref_take(x_5, x_85); +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_is_exclusive(x_87); +if (x_89 == 0) +{ +lean_object* x_90; uint8_t x_91; +x_90 = lean_ctor_get(x_87, 1); +x_91 = lean_string_dec_eq(x_39, x_2); +lean_dec(x_39); +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_dec(x_90); +lean_dec(x_2); +x_92 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +lean_ctor_set(x_87, 1, x_92); +x_93 = lean_st_ref_set(x_5, x_87, x_88); +x_94 = lean_ctor_get(x_93, 1); +lean_inc(x_94); +lean_dec(x_93); +x_95 = lean_box(0); +x_96 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_95, x_4, x_5, x_6, x_7, x_94); +return x_96; +} +else +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; +x_97 = lean_string_append(x_2, x_90); +lean_dec(x_90); +lean_ctor_set(x_87, 1, x_97); +x_98 = lean_st_ref_set(x_5, x_87, x_88); +x_99 = lean_ctor_get(x_98, 1); +lean_inc(x_99); +lean_dec(x_98); +x_100 = lean_box(0); +x_101 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_100, x_4, x_5, x_6, x_7, x_99); +return x_101; +} +} +else +{ +lean_object* x_102; lean_object* x_103; uint8_t x_104; uint8_t x_105; lean_object* x_106; uint8_t x_107; +x_102 = lean_ctor_get(x_87, 0); +x_103 = lean_ctor_get(x_87, 1); +x_104 = lean_ctor_get_uint8(x_87, sizeof(void*)*3); +x_105 = lean_ctor_get_uint8(x_87, sizeof(void*)*3 + 1); +x_106 = lean_ctor_get(x_87, 2); +lean_inc(x_106); +lean_inc(x_103); +lean_inc(x_102); +lean_dec(x_87); +x_107 = lean_string_dec_eq(x_39, x_2); +lean_dec(x_39); +if (x_107 == 0) +{ +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; lean_object* x_113; +lean_dec(x_103); +lean_dec(x_2); +x_108 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_109 = lean_alloc_ctor(0, 3, 2); +lean_ctor_set(x_109, 0, x_102); +lean_ctor_set(x_109, 1, x_108); +lean_ctor_set(x_109, 2, x_106); +lean_ctor_set_uint8(x_109, sizeof(void*)*3, x_104); +lean_ctor_set_uint8(x_109, sizeof(void*)*3 + 1, x_105); +x_110 = lean_st_ref_set(x_5, x_109, x_88); +x_111 = lean_ctor_get(x_110, 1); +lean_inc(x_111); +lean_dec(x_110); +x_112 = lean_box(0); +x_113 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_112, x_4, x_5, x_6, x_7, 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; +x_114 = lean_string_append(x_2, x_103); +lean_dec(x_103); +x_115 = lean_alloc_ctor(0, 3, 2); +lean_ctor_set(x_115, 0, x_102); +lean_ctor_set(x_115, 1, x_114); +lean_ctor_set(x_115, 2, x_106); +lean_ctor_set_uint8(x_115, sizeof(void*)*3, x_104); +lean_ctor_set_uint8(x_115, sizeof(void*)*3 + 1, x_105); +x_116 = lean_st_ref_set(x_5, x_115, x_88); +x_117 = lean_ctor_get(x_116, 1); +lean_inc(x_117); +lean_dec(x_116); +x_118 = lean_box(0); +x_119 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2(x_1, x_118, x_4, x_5, x_6, x_7, x_117); +return x_119; +} +} +} +} +} } } LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken___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) { @@ -7144,7 +7093,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_pushToken(lean_object* x { if (lean_obj_tag(x_1) == 0) { -lean_object* x_8; lean_object* x_9; uint8_t x_10; +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_68; lean_object* x_69; uint8_t x_70; x_8 = lean_ctor_get(x_1, 2); lean_inc(x_8); lean_inc(x_2); @@ -7152,192 +7101,183 @@ lean_inc(x_1); x_9 = lean_alloc_closure((void*)(l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4), 8, 2); lean_closure_set(x_9, 0, x_1); lean_closure_set(x_9, 1, x_2); -x_10 = !lean_is_exclusive(x_8); -if (x_10 == 0) +x_10 = lean_ctor_get(x_8, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +x_12 = lean_ctor_get(x_8, 2); +lean_inc(x_12); +x_13 = l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_Substring_trimLeft___spec__1(x_10, x_12, x_11); +x_14 = l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(x_10, x_13, x_12); +x_68 = lean_nat_sub(x_14, x_13); +x_69 = lean_unsigned_to_nat(0u); +x_70 = lean_nat_dec_eq(x_68, x_69); +lean_dec(x_68); +if (x_70 == 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; uint8_t x_18; -x_11 = lean_ctor_get(x_8, 0); -x_12 = lean_ctor_get(x_8, 1); -x_13 = lean_ctor_get(x_8, 2); -x_14 = l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_Substring_trimLeft___spec__1(x_11, x_13, x_12); -lean_inc(x_13); -x_15 = l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(x_11, x_14, x_13); -x_16 = lean_nat_sub(x_15, x_14); -x_17 = lean_unsigned_to_nat(0u); -x_18 = lean_nat_dec_eq(x_16, x_17); -lean_dec(x_16); -if (x_18 == 0) +uint8_t x_71; +x_71 = 1; +x_15 = x_71; +goto block_67; +} +else +{ +uint8_t x_72; +x_72 = 0; +x_15 = x_72; +goto block_67; +} +block_67: +{ +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +x_16 = lean_box(0); +x_17 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(x_1, x_2, x_16, x_3, x_4, x_5, x_6, x_7); +return x_17; +} +else { -uint32_t x_19; uint8_t x_20; +uint8_t x_18; lean_dec(x_2); lean_dec(x_1); -lean_inc(x_15); -lean_inc(x_11); -lean_ctor_set(x_8, 1, x_15); -x_19 = 10; -x_20 = l_Substring_contains(x_8, x_19); -if (x_20 == 0) +x_18 = !lean_is_exclusive(x_8); +if (x_18 == 0) { -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; -x_21 = lean_string_utf8_extract(x_11, x_14, x_15); -lean_dec(x_15); +lean_object* x_19; uint32_t x_20; uint8_t x_21; +x_19 = lean_ctor_get(x_8, 1); +lean_dec(x_19); +lean_inc(x_14); +lean_ctor_set(x_8, 1, x_14); +x_20 = 10; +x_21 = l_Substring_contains(x_8, x_20); +if (x_21 == 0) +{ +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_string_utf8_extract(x_10, x_13, x_14); lean_dec(x_14); -lean_dec(x_11); -x_22 = l_Lean_PrettyPrinter_Formatter_pushToken___closed__1; -x_23 = lean_string_append(x_22, x_21); -lean_dec(x_21); -x_24 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_25 = lean_string_append(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_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_26, x_3, x_4, x_5, x_6, x_7); -x_28 = lean_ctor_get(x_27, 0); -lean_inc(x_28); -x_29 = lean_ctor_get(x_27, 1); +lean_dec(x_13); +lean_dec(x_10); +x_23 = l_Lean_PrettyPrinter_Formatter_pushToken___closed__1; +x_24 = lean_string_append(x_23, x_22); +lean_dec(x_22); +x_25 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_26 = lean_string_append(x_24, x_25); +x_27 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_27, 0, x_26); +x_28 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_27, x_3, x_4, x_5, x_6, x_7); +x_29 = lean_ctor_get(x_28, 0); lean_inc(x_29); -lean_dec(x_27); -x_30 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_28, x_3, x_4, x_5, x_6, x_29); +x_30 = lean_ctor_get(x_28, 1); +lean_inc(x_30); lean_dec(x_28); -return x_30; +x_31 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_29, x_3, x_4, x_5, x_6, x_30); +lean_dec(x_29); +return x_31; } 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; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_31 = lean_string_utf8_extract(x_11, x_14, x_15); -lean_dec(x_15); +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; +x_32 = lean_string_utf8_extract(x_10, x_13, x_14); lean_dec(x_14); -lean_dec(x_11); -x_32 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; -x_33 = lean_string_append(x_32, x_31); -lean_dec(x_31); -x_34 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_35 = lean_string_append(x_33, x_34); -x_36 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_36, x_3, x_4, x_5, x_6, x_7); -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -x_39 = lean_ctor_get(x_37, 1); +lean_dec(x_13); +lean_dec(x_10); +x_33 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; +x_34 = lean_string_append(x_33, x_32); +lean_dec(x_32); +x_35 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_36 = lean_string_append(x_34, x_35); +x_37 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_37, 0, x_36); +x_38 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_37, x_3, x_4, x_5, x_6, x_7); +x_39 = lean_ctor_get(x_38, 0); lean_inc(x_39); -lean_dec(x_37); -x_40 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_38, x_3, x_4, x_5, x_6, x_39); +x_40 = lean_ctor_get(x_38, 1); +lean_inc(x_40); lean_dec(x_38); -return x_40; -} -} -else -{ -lean_object* x_41; lean_object* x_42; -lean_dec(x_15); -lean_dec(x_14); -lean_free_object(x_8); -lean_dec(x_13); -lean_dec(x_11); -lean_dec(x_9); -x_41 = lean_box(0); -x_42 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(x_1, x_2, x_41, x_3, x_4, x_5, x_6, x_7); -return x_42; +x_41 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_39, x_3, x_4, x_5, x_6, x_40); +lean_dec(x_39); +return x_41; } } 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; uint8_t x_50; -x_43 = lean_ctor_get(x_8, 0); -x_44 = lean_ctor_get(x_8, 1); -x_45 = lean_ctor_get(x_8, 2); -lean_inc(x_45); -lean_inc(x_44); +lean_object* x_42; lean_object* x_43; lean_object* x_44; uint32_t x_45; uint8_t x_46; +x_42 = lean_ctor_get(x_8, 0); +x_43 = lean_ctor_get(x_8, 2); lean_inc(x_43); +lean_inc(x_42); lean_dec(x_8); -x_46 = l___private_Init_Data_String_Basic_0__Substring_takeWhileAux___at_Substring_trimLeft___spec__1(x_43, x_45, x_44); -lean_inc(x_45); -x_47 = l___private_Init_Data_String_Basic_0__Substring_takeRightWhileAux___at_Substring_trimRight___spec__1(x_43, x_46, x_45); -x_48 = lean_nat_sub(x_47, x_46); -x_49 = lean_unsigned_to_nat(0u); -x_50 = lean_nat_dec_eq(x_48, x_49); -lean_dec(x_48); -if (x_50 == 0) -{ -lean_object* x_51; uint32_t x_52; uint8_t x_53; -lean_dec(x_2); -lean_dec(x_1); -lean_inc(x_47); -lean_inc(x_43); -x_51 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_51, 0, x_43); -lean_ctor_set(x_51, 1, x_47); -lean_ctor_set(x_51, 2, x_45); -x_52 = 10; -x_53 = l_Substring_contains(x_51, x_52); -if (x_53 == 0) +lean_inc(x_14); +x_44 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_14); +lean_ctor_set(x_44, 2, x_43); +x_45 = 10; +x_46 = l_Substring_contains(x_44, x_45); +if (x_46 == 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; -x_54 = lean_string_utf8_extract(x_43, x_46, x_47); +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_string_utf8_extract(x_10, x_13, x_14); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_10); +x_48 = l_Lean_PrettyPrinter_Formatter_pushToken___closed__1; +x_49 = lean_string_append(x_48, x_47); lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_43); -x_55 = l_Lean_PrettyPrinter_Formatter_pushToken___closed__1; -x_56 = lean_string_append(x_55, x_54); +x_50 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_51 = lean_string_append(x_49, x_50); +x_52 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_52, 0, x_51); +x_53 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_52, x_3, x_4, x_5, x_6, x_7); +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_54, x_3, x_4, x_5, x_6, x_55); lean_dec(x_54); -x_57 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_58 = lean_string_append(x_56, x_57); -x_59 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_60 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_59, x_3, x_4, x_5, x_6, x_7); -x_61 = lean_ctor_get(x_60, 0); -lean_inc(x_61); -x_62 = lean_ctor_get(x_60, 1); -lean_inc(x_62); -lean_dec(x_60); -x_63 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_61, x_3, x_4, x_5, x_6, x_62); -lean_dec(x_61); -return x_63; +return x_56; } else { -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; -x_64 = lean_string_utf8_extract(x_43, x_46, x_47); -lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_43); -x_65 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; -x_66 = lean_string_append(x_65, x_64); +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; +x_57 = lean_string_utf8_extract(x_10, x_13, x_14); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_10); +x_58 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__2___closed__3; +x_59 = lean_string_append(x_58, x_57); +lean_dec(x_57); +x_60 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; +x_61 = lean_string_append(x_59, x_60); +x_62 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_62, 0, x_61); +x_63 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_62, x_3, x_4, x_5, x_6, x_7); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_66 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_64, x_3, x_4, x_5, x_6, x_65); lean_dec(x_64); -x_67 = l_Lean_PrettyPrinter_Formatter_State_leadWord___default___closed__1; -x_68 = lean_string_append(x_66, x_67); -x_69 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_69, 0, x_68); -x_70 = l___private_Lean_PrettyPrinter_Formatter_0__Lean_PrettyPrinter_Formatter_push(x_69, x_3, x_4, x_5, x_6, x_7); -x_71 = lean_ctor_get(x_70, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_70, 1); -lean_inc(x_72); -lean_dec(x_70); -x_73 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__5(x_9, x_71, x_3, x_4, x_5, x_6, x_72); -lean_dec(x_71); -return x_73; +return x_66; } } -else -{ -lean_object* x_74; lean_object* x_75; -lean_dec(x_47); -lean_dec(x_46); -lean_dec(x_45); -lean_dec(x_43); -lean_dec(x_9); -x_74 = lean_box(0); -x_75 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(x_1, x_2, x_74, x_3, x_4, x_5, x_6, x_7); -return x_75; } } } else { -lean_object* x_76; lean_object* x_77; -x_76 = lean_box(0); -x_77 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(x_1, x_2, x_76, x_3, x_4, x_5, x_6, x_7); -return x_77; +lean_object* x_73; lean_object* x_74; +x_73 = lean_box(0); +x_74 = l_Lean_PrettyPrinter_Formatter_pushToken___lambda__4(x_1, x_2, x_73, x_3, x_4, x_5, x_6, x_7); +return x_74; } } } @@ -9904,7 +9844,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_6389_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6397_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -10578,7 +10518,7 @@ 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_7025____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10588,17 +10528,17 @@ 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_7025____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__1; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__1; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7025____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__3() { _start: { lean_object* x_1; @@ -10606,17 +10546,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__2; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__5() { _start: { lean_object* x_1; @@ -10624,47 +10564,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__4; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__6; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7025____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__7; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7025____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__8; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__8; x_2 = l_Lean_PrettyPrinter_mkFormatterAttribute___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_7025____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__10() { _start: { lean_object* x_1; @@ -10672,33 +10612,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__9; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__9; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____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_7025____closed__11; -x_2 = lean_unsigned_to_nat(7025u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__11; +x_2 = lean_unsigned_to_nat(7033u); 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_7025_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033_(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_7025____closed__12; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -11033,7 +10973,7 @@ l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_interpolatedStr_form lean_mark_persistent(l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Formatter_interpolatedStr_formatter___spec__2___closed__2); 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_6389_(lean_io_mk_world()); +if (builtin) {res = l_Lean_PrettyPrinter_Formatter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_6397_(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); @@ -11062,31 +11002,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_7025____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025____closed__12); -res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7025_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033____closed__12); +res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Formatter___hyg_7033_(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 caa62ba0ebad..bbb839019650 100644 --- a/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c +++ b/stage0/stdlib/Lean/PrettyPrinter/Parenthesizer.c @@ -86,9 +86,9 @@ LEAN_EXPORT lean_object* l_List_forM___at_Lean_PrettyPrinter_Parenthesizer_sepBy LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__1(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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__8; LEAN_EXPORT uint8_t l_Lean_PrettyPrinter_Parenthesizer_State_visitedToken___default; uint8_t lean_usize_dec_eq(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561_(lean_object*); 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; @@ -106,7 +106,6 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__4; 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_maybeParenthesize___lambda__9___boxed(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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__4; static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__2; static lean_object* l_Lean_PrettyPrinter_parenthesizeCommand___closed__1; @@ -131,8 +130,8 @@ 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__4(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__1; 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_isTracingEnabledFor___at_Lean_PrettyPrinter_parenthesize___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); @@ -153,6 +152,7 @@ LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_PrettyPrinter_Parenthesizer_in 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_Parenthesizer_interpolatedStr_parenthesizer___closed__1; lean_object* l_Lean_Syntax_Traverser_left(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__6; 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; @@ -175,6 +175,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkLinebreakBefore 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_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558_(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; @@ -193,8 +194,6 @@ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkNoWsBefore_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_instOrElseParenthesizerM(lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10; -LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5959_(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___boxed(lean_object*, lean_object*); lean_object* l_Array_reverse___rarg(lean_object*); @@ -238,7 +237,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationPa lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_addTrace___at_Lean_PrettyPrinter_parenthesize___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_optionalNoAntiquot_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_6561____closed__9; static lean_object* l_Array_foldlMUnsafe_fold___at_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___spec__1___closed__2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_error_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Syntax_MonadTraverser_setCur___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -271,6 +269,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute(l LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PrettyPrinter_parenthesize___closed__1; 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__10; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__10___closed__20; 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*); @@ -299,9 +298,9 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer___lam 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__9; static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_errorAtSavedPos_parenthesizer___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5; static lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___closed__1; 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*); @@ -343,7 +342,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_lookahead_parenthesi 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*); 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_6561____closed__11; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadTraverserParenthesizerM; static lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___closed__2; static lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_rawStx_parenthesizer___closed__4; @@ -356,6 +354,7 @@ extern lean_object* l_Lean_inheritedTraceOptions; static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__13; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__3; static lean_object* l_Lean_PrettyPrinter_mkCategoryParenthesizerAttribute___closed__2; +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5956_(lean_object*); 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; @@ -366,11 +365,10 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenth static lean_object* l_Option_format___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__6___closed__1; 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*); 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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8; static lean_object* l_Option_format___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__6___closed__4; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_interpolatedStr_parenthesizer___boxed__const__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_ite(lean_object*, lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__7; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_State_minPrec___default; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer___closed__2; static lean_object* l_Lean_PrettyPrinter_Parenthesizer_term_parenthesizer___closed__2; @@ -388,6 +386,7 @@ lean_object* l_Lean_Parser_registerAliasCore___rarg(lean_object*, lean_object*, 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*); LEAN_EXPORT lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_level_parenthesizer(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__12; 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_PrettyPrinter_Parenthesizer_addPrecCheck___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -418,7 +417,6 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambd static lean_object* l_Lean_PrettyPrinter_mkCombinatorParenthesizerAttribute___closed__3; 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*); -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3; 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*); @@ -440,7 +438,6 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkTailWs_parenthe 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; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4; LEAN_EXPORT lean_object* l___regBuiltin_Lean_PrettyPrinter_Parenthesizer_tactic_parenthesizer(lean_object*); 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*); @@ -463,24 +460,24 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_instCoeForAllParenth 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*); static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__3; +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__3; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_parenthesizerForKindUnsafe___closed__4; -static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7; static lean_object* l_Lean_PrettyPrinter_parenthesize___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_fieldIdx_parenthesizer(lean_object*); 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__2; 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*); 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_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6; 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_State_contPrec___default; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_strLitNoAntiquot_parenthesizer___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -493,6 +490,7 @@ static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenth static lean_object* l_Lean_PrettyPrinter_Parenthesizer_instMonadQuotationParenthesizerM___closed__2; 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*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__5; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_parenthesizeTactic(lean_object*, lean_object*, lean_object*, lean_object*); 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; @@ -511,6 +509,7 @@ 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_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__11; 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_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_charLitNoAntiquot_parenthesizer(lean_object*); static lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__4___closed__3; @@ -542,6 +541,7 @@ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_throwBacktrack(lean_ LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkTailWs_parenthesizer___rarg(lean_object*); static lean_object* l_Lean_PrettyPrinter_mkParenthesizerAttribute___closed__11; lean_object* l_Nat_repr(lean_object*); +static lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__4; 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_PrettyPrinter_Parenthesizer_nameLitNoAntiquot_parenthesizer___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -4432,7 +4432,7 @@ return x_31; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__9(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, 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, lean_object* x_20, lean_object* x_21, lean_object* x_22) { _start: { -lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_35; +lean_object* x_23; lean_object* x_24; uint8_t x_25; uint8_t x_37; x_23 = lean_box(x_3); lean_inc(x_6); lean_inc(x_5); @@ -4446,156 +4446,113 @@ lean_closure_set(x_24, 2, x_23); lean_closure_set(x_24, 3, x_4); lean_closure_set(x_24, 4, x_5); lean_closure_set(x_24, 5, x_6); -x_35 = lean_nat_dec_lt(x_11, x_4); +x_37 = lean_nat_dec_lt(x_11, x_4); lean_dec(x_11); -if (x_35 == 0) +if (x_37 == 0) { if (x_12 == 0) { -lean_object* x_36; lean_object* x_37; -lean_dec(x_24); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_36 = lean_box(0); -x_37 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_36, x_18, x_19, x_20, x_21, x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -return x_37; +uint8_t x_38; +x_38 = 0; +x_25 = x_38; +goto block_36; } else { if (lean_obj_tag(x_13) == 0) { -lean_object* x_38; lean_object* x_39; -lean_dec(x_24); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_38 = lean_box(0); -x_39 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_38, x_18, x_19, x_20, x_21, x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -return x_39; +uint8_t x_39; +x_39 = 0; +x_25 = x_39; +goto block_36; } else { if (lean_obj_tag(x_14) == 0) { -lean_object* x_40; lean_object* x_41; -lean_dec(x_24); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_40 = lean_box(0); -x_41 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_40, x_18, x_19, x_20, x_21, x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -return x_41; +uint8_t x_40; +x_40 = 0; +x_25 = x_40; +goto block_36; } else { -lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_42 = lean_ctor_get(x_13, 0); -x_43 = lean_ctor_get(x_14, 0); -x_44 = lean_name_eq(x_15, x_16); -if (x_44 == 0) +lean_object* x_41; lean_object* x_42; uint8_t x_43; +x_41 = lean_ctor_get(x_13, 0); +x_42 = lean_ctor_get(x_14, 0); +x_43 = lean_name_eq(x_15, x_16); +if (x_43 == 0) { -lean_object* x_45; lean_object* x_46; -lean_dec(x_24); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -x_45 = lean_box(0); -x_46 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_45, x_18, x_19, x_20, x_21, x_22); -lean_dec(x_21); -lean_dec(x_20); -lean_dec(x_19); -lean_dec(x_18); -return x_46; +uint8_t x_44; +x_44 = 0; +x_25 = x_44; +goto block_36; } else { -uint8_t x_47; -x_47 = lean_nat_dec_le(x_42, x_43); -if (x_47 == 0) +uint8_t x_45; +x_45 = lean_nat_dec_le(x_41, x_42); +x_25 = x_45; +goto block_36; +} +} +} +} +} +else { -lean_object* x_48; lean_object* x_49; +uint8_t x_46; +x_46 = 1; +x_25 = x_46; +goto block_36; +} +block_36: +{ +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; lean_dec(x_24); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -x_48 = lean_box(0); -x_49 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_48, x_18, x_19, x_20, x_21, x_22); +x_26 = lean_box(0); +x_27 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_26, x_18, x_19, x_20, x_21, x_22); lean_dec(x_21); lean_dec(x_20); lean_dec(x_19); lean_dec(x_18); -return x_49; -} -else -{ -lean_object* x_50; -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_1); -x_50 = lean_box(0); -x_25 = x_50; -goto block_34; -} -} -} -} -} +return x_27; } else { -lean_object* x_51; +lean_object* x_28; uint8_t x_29; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_1); -x_51 = lean_box(0); -x_25 = x_51; -goto block_34; -} -block_34: -{ -lean_object* x_26; uint8_t x_27; -lean_dec(x_25); -x_26 = lean_unsigned_to_nat(0u); -x_27 = lean_nat_dec_lt(x_26, x_10); +x_28 = lean_unsigned_to_nat(0u); +x_29 = lean_nat_dec_lt(x_28, x_10); lean_dec(x_10); -if (x_27 == 0) +if (x_29 == 0) { -lean_object* x_28; lean_object* x_29; -x_28 = lean_box(0); -x_29 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__8(x_7, x_8, x_2, x_9, x_24, x_28, x_18, x_19, x_20, x_21, x_22); -return x_29; +lean_object* x_30; lean_object* x_31; +x_30 = lean_box(0); +x_31 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__8(x_7, x_8, x_2, x_9, x_24, x_30, x_18, x_19, x_20, x_21, x_22); +return x_31; } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; -x_30 = l_Lean_Syntax_MonadTraverser_goRight___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__5___rarg(x_19, x_20, x_21, x_22); -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_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__8(x_7, x_8, x_2, x_9, x_24, x_31, x_18, x_19, x_20, x_21, x_32); -return x_33; +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; +x_32 = l_Lean_Syntax_MonadTraverser_goRight___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__5___rarg(x_19, x_20, x_21, x_22); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = l_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___lambda__8(x_7, x_8, x_2, x_9, x_24, x_33, x_18, x_19, x_20, x_21, x_34); +return x_35; +} } } } @@ -7417,159 +7374,109 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_checkKind(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; uint8_t x_8; +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint8_t x_12; uint8_t x_37; x_7 = l_Lean_Syntax_MonadTraverser_getCur___at_Lean_PrettyPrinter_Parenthesizer_visitArgs___spec__1___rarg(x_3, x_4, x_5, x_6); -x_8 = !lean_is_exclusive(x_7); -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_7, 0); -x_10 = lean_ctor_get(x_7, 1); -x_11 = l_Lean_Syntax_getKind(x_9); -x_12 = lean_name_eq(x_1, x_11); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; -lean_free_object(x_7); -x_13 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__2; -x_14 = l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__2(x_13, x_2, x_3, x_4, x_5, x_10); -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_PrettyPrinter_Parenthesizer_checkKind___closed__3; -x_18 = lean_unbox(x_15); -lean_dec(x_15); -if (x_18 == 0) +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_7, 1); +lean_inc(x_9); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_10 = x_7; +} else { + lean_dec_ref(x_7); + x_10 = lean_box(0); +} +x_11 = l_Lean_Syntax_getKind(x_8); +x_37 = lean_name_eq(x_1, x_11); +if (x_37 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_11); -lean_dec(x_1); -x_19 = lean_box(0); -x_20 = lean_apply_6(x_17, x_19, x_2, x_3, x_4, x_5, x_16); -return x_20; +uint8_t x_38; +x_38 = 1; +x_12 = x_38; +goto block_36; } else { -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; -x_21 = l_Lean_MessageData_ofName(x_11); -x_22 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__5; -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_PrettyPrinter_Parenthesizer_checkKind___closed__7; -x_25 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -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_PrettyPrinter_mkParenthesizerAttribute___lambda__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); -x_30 = l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3(x_13, x_29, x_2, x_3, x_4, x_5, x_16); -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 = lean_apply_6(x_17, x_31, x_2, x_3, x_4, x_5, x_32); -return x_33; +uint8_t x_39; +x_39 = 0; +x_12 = x_39; +goto block_36; } -} -else +block_36: { -lean_object* x_34; +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; lean_dec(x_11); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_34 = lean_box(0); -lean_ctor_set(x_7, 0, x_34); -return x_7; +x_13 = lean_box(0); +if (lean_is_scalar(x_10)) { + x_14 = lean_alloc_ctor(0, 2, 0); +} else { + x_14 = x_10; } +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_14, 1, x_9); +return x_14; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; uint8_t x_38; -x_35 = lean_ctor_get(x_7, 0); -x_36 = lean_ctor_get(x_7, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_7); -x_37 = l_Lean_Syntax_getKind(x_35); -x_38 = lean_name_eq(x_1, x_37); -if (x_38 == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; uint8_t x_44; -x_39 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__2; -x_40 = l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__2(x_39, x_2, x_3, x_4, x_5, x_36); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__3; -x_44 = lean_unbox(x_41); -lean_dec(x_41); -if (x_44 == 0) +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_20; +lean_dec(x_10); +x_15 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__2; +x_16 = l_Lean_isTracingEnabledFor___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__2(x_15, x_2, x_3, x_4, x_5, x_9); +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_PrettyPrinter_Parenthesizer_checkKind___closed__3; +x_20 = lean_unbox(x_17); +lean_dec(x_17); +if (x_20 == 0) { -lean_object* x_45; lean_object* x_46; -lean_dec(x_37); +lean_object* x_21; lean_object* x_22; +lean_dec(x_11); lean_dec(x_1); -x_45 = lean_box(0); -x_46 = lean_apply_6(x_43, x_45, x_2, x_3, x_4, x_5, x_42); -return x_46; +x_21 = lean_box(0); +x_22 = lean_apply_6(x_19, x_21, x_2, x_3, x_4, x_5, x_18); +return x_22; } 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 = l_Lean_MessageData_ofName(x_37); -x_48 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__5; -x_49 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_47); -x_50 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__7; -x_51 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -x_52 = l_Lean_MessageData_ofName(x_1); -x_53 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set(x_53, 1, x_52); -x_54 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__3___closed__4; -x_55 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_55, 0, x_53); -lean_ctor_set(x_55, 1, x_54); -x_56 = l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3(x_39, x_55, x_2, x_3, x_4, x_5, x_42); -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); -x_59 = lean_apply_6(x_43, x_57, x_2, x_3, x_4, x_5, x_58); -return x_59; -} +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_23 = l_Lean_MessageData_ofName(x_11); +x_24 = l_Lean_PrettyPrinter_Parenthesizer_checkKind___closed__5; +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_PrettyPrinter_Parenthesizer_checkKind___closed__7; +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_ofName(x_1); +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 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___lambda__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); +x_32 = l_Lean_addTrace___at_Lean_PrettyPrinter_Parenthesizer_maybeParenthesize___spec__3(x_15, x_31, x_2, x_3, x_4, x_5, x_18); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = lean_apply_6(x_19, x_33, x_2, x_3, x_4, x_5, x_34); +return x_35; } -else -{ -lean_object* x_60; lean_object* x_61; -lean_dec(x_37); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_36); -return x_61; } } } @@ -9670,7 +9577,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_5959_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5956_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; @@ -10278,7 +10185,7 @@ 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_6561____closed__1() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -10288,17 +10195,17 @@ 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_6561____closed__2() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__1; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__1; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6561____closed__3() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__3() { _start: { lean_object* x_1; @@ -10306,17 +10213,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__2; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__2; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__5() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__5() { _start: { lean_object* x_1; @@ -10324,47 +10231,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__4; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__4; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__7() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__6; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__6; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6561____closed__8() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__7; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__7; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6561____closed__9() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__8; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__8; x_2 = l_Lean_PrettyPrinter_mkParenthesizerAttribute___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_6561____closed__10() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__10() { _start: { lean_object* x_1; @@ -10372,33 +10279,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__9; -x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10; +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__9; +x_2 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__12() { +static lean_object* _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____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_6561____closed__11; -x_2 = lean_unsigned_to_nat(6561u); +x_1 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__11; +x_2 = lean_unsigned_to_nat(6558u); 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_6561_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558_(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_6561____closed__12; +x_4 = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__12; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); if (lean_obj_tag(x_5) == 0) { @@ -10821,7 +10728,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_5959_(lean_io_mk_world()); +if (builtin) {res = l_Lean_PrettyPrinter_Parenthesizer_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_5956_(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); @@ -10840,31 +10747,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_6561____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__1); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__2); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__3); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__4); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__5); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__6); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__7); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__8); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__9); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__10); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__11); -l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12(); -lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561____closed__12); -res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6561_(lean_io_mk_world()); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__1 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__1(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__1); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__2 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__2(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__2); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__3 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__3(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__3); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__4 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__4(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__4); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__5 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__5(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__5); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__6 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__6(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__6); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__7 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__7(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__7); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__8 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__8(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__8); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__9 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__9(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__9); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__10 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__10(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__10); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__11 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__11(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__11); +l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__12 = _init_l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__12(); +lean_mark_persistent(l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558____closed__12); +res = l_Lean_PrettyPrinter_initFn____x40_Lean_PrettyPrinter_Parenthesizer___hyg_6558_(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/ReducibilityAttrs.c b/stage0/stdlib/Lean/ReducibilityAttrs.c index b4b60e84e9c8..469942a736a4 100644 --- a/stage0/stdlib/Lean/ReducibilityAttrs.c +++ b/stage0/stdlib/Lean/ReducibilityAttrs.c @@ -13,25 +13,22 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__18; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__15; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5; LEAN_EXPORT lean_object* l_Lean_reducibilityAttrs; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__8; LEAN_EXPORT lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_setReducibilityStatus___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_setReducibilityStatusImp___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instReprReducibilityStatus; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__14; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__14; LEAN_EXPORT lean_object* l_Lean_isReducible(lean_object*); LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_noConfusion___rarg___lambda__1(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__13; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__11; LEAN_EXPORT lean_object* l_Lean_isReducible___rarg___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_toCtorIdx(uint8_t); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__17; LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_noConfusion___rarg___lambda__1___boxed(lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__7; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__8; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__1; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_setReducibilityStatus(lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__11; LEAN_EXPORT lean_object* l_Lean_setReducibilityStatus___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -39,9 +36,11 @@ lean_object* l_Lean_EnumAttributes_setValue___rarg(lean_object*, lean_object*, l static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__15; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__20; LEAN_EXPORT lean_object* l_Lean_isReducible___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__6; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__9; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161_(lean_object*); LEAN_EXPORT lean_object* l_Lean_isIrreducible___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_noConfusion___rarg(uint8_t, uint8_t, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__2; LEAN_EXPORT lean_object* l_Lean_isReducible___rarg___lambda__1(lean_object*, uint8_t); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__1; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__13; @@ -51,55 +50,56 @@ LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_noConfusion(lean_object*); LEAN_EXPORT uint8_t lean_get_reducibility_status(lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_setReducibilityStatus___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__4; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__17; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__3; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__4; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__14; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__9; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__19; LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_toCtorIdx___boxed(lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__1; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__9; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__10; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__13; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__6; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__12; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__18; LEAN_EXPORT lean_object* l_Lean_setReducibleAttribute___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__16; lean_object* l_Lean_EnumAttributes_getValue___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__16; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__4; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__19; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__19; LEAN_EXPORT lean_object* l_Lean_isIrreducible___rarg___lambda__1___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__5; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__7; LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_getReducibilityStatusImp___closed__1; LEAN_EXPORT lean_object* lean_set_reducibility_status(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_getReducibilityStatusImp___boxed(lean_object*, lean_object*); -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__11; static lean_object* l_Lean_ReducibilityStatus_noConfusion___rarg___closed__1; +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____lambda__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__18; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__3; LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_noConfusion___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__6; LEAN_EXPORT lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____boxed(lean_object*, lean_object*); lean_object* l_Lean_registerEnumAttributes___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); lean_object* l_Repr_addAppParen(lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__7; -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167_(lean_object*); LEAN_EXPORT lean_object* l_Lean_setReducibilityStatus___rarg(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_setReducibleAttribute___rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__12; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__16; LEAN_EXPORT uint8_t l_Lean_instInhabitedReducibilityStatus; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__12; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__10; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__15; -static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__2; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__8; LEAN_EXPORT lean_object* l_Lean_setReducibleAttribute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isIrreducible___rarg___lambda__1(lean_object*, uint8_t); +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__17; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__2; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__5; static lean_object* l___private_Lean_ReducibilityAttrs_0__Lean_reprReducibilityStatus____x40_Lean_ReducibilityAttrs___hyg_23____closed__3; +static lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__10; LEAN_EXPORT lean_object* l_Lean_isIrreducible(lean_object*); LEAN_EXPORT lean_object* l_Lean_getReducibilityStatus(lean_object*); LEAN_EXPORT lean_object* l_Lean_ReducibilityStatus_toCtorIdx(uint8_t x_1) { @@ -507,7 +507,7 @@ x_1 = l_Lean_instReprReducibilityStatus___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____lambda__1(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_initFn____x40_Lean_ReducibilityAttrs___hyg_161____lambda__1(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; lean_object* x_7; @@ -518,7 +518,7 @@ lean_ctor_set(x_7, 1, x_5); return x_7; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__1() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__1() { _start: { lean_object* x_1; @@ -526,21 +526,21 @@ x_1 = lean_mk_string_from_bytes("reducible", 9); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__2() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____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_ReducibilityAttrs___hyg_167____closed__1; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____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_ReducibilityAttrs___hyg_167____closed__3() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__1; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__1; x_2 = 0; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -549,19 +549,19 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__4() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__2; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__3; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__2; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__3; 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_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__5() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5() { _start: { lean_object* x_1; @@ -569,21 +569,21 @@ x_1 = lean_mk_string_from_bytes("semireducible", 13); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__6() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__6() { _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_ReducibilityAttrs___hyg_167____closed__5; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__7() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__7() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__5; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5; x_2 = 1; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -592,19 +592,19 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__8() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__6; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__7; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__6; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__7; 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_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__9() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__9() { _start: { lean_object* x_1; @@ -612,21 +612,21 @@ x_1 = lean_mk_string_from_bytes("irreducible", 11); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__10() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__10() { _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_ReducibilityAttrs___hyg_167____closed__9; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____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_ReducibilityAttrs___hyg_167____closed__11() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__9; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__9; x_2 = 2; x_3 = lean_box(x_2); x_4 = lean_alloc_ctor(0, 2, 0); @@ -635,55 +635,55 @@ lean_ctor_set(x_4, 1, x_3); return x_4; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__12() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__10; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__11; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__10; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__11; 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_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__13() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__13() { _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_ReducibilityAttrs___hyg_167____closed__12; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__12; 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_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__14() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__8; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__13; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__8; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__13; 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_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__15() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__4; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__14; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__4; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__14; 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_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__16() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__16() { _start: { lean_object* x_1; @@ -691,7 +691,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__17() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__17() { _start: { lean_object* x_1; @@ -699,43 +699,43 @@ x_1 = lean_mk_string_from_bytes("reducibilityAttrs", 17); return x_1; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__18() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__16; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__17; +x_1 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__16; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__17; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__19() { +static lean_object* _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__19() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____lambda__1___boxed), 5, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____lambda__1___boxed), 5, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; uint8_t x_4; lean_object* x_5; lean_object* x_6; -x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__15; -x_3 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__19; +x_2 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__15; +x_3 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__19; x_4 = 0; -x_5 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__18; +x_5 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__18; x_6 = l_Lean_registerEnumAttributes___rarg(x_2, x_3, x_4, x_5, x_1); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____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_initFn____x40_Lean_ReducibilityAttrs___hyg_161____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_2); lean_dec(x_2); -x_7 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____lambda__1(x_1, x_6, x_3, x_4, x_5); +x_7 = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____lambda__1(x_1, x_6, x_3, x_4, x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); @@ -1141,45 +1141,45 @@ l_Lean_instReprReducibilityStatus___closed__1 = _init_l_Lean_instReprReducibilit lean_mark_persistent(l_Lean_instReprReducibilityStatus___closed__1); l_Lean_instReprReducibilityStatus = _init_l_Lean_instReprReducibilityStatus(); lean_mark_persistent(l_Lean_instReprReducibilityStatus); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__1 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__1(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__1); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__2 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__2(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__2); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__3 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__3(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__3); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__4 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__4(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__4); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__5 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__5(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__5); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__6 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__6(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__6); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__7 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__7(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__7); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__8 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__8(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__8); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__9 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__9(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__9); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__10 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__10(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__10); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__11 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__11(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__11); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__12 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__12(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__12); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__13 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__13(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__13); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__14 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__14(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__14); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__15 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__15(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__15); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__16 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__16(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__16); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__17 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__17(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__17); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__18 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__18(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__18); -l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__19 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__19(); -lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167____closed__19); -if (builtin) {res = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_167_(lean_io_mk_world()); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__1 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__1(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__1); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__2 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__2(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__2); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__3 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__3(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__3); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__4 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__4(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__4); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__5); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__6 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__6(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__6); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__7 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__7(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__7); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__8 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__8(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__8); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__9 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__9(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__9); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__10 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__10(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__10); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__11 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__11(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__11); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__12 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__12(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__12); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__13 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__13(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__13); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__14 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__14(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__14); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__15 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__15(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__15); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__16 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__16(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__16); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__17 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__17(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__17); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__18 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__18(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__18); +l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__19 = _init_l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__19(); +lean_mark_persistent(l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161____closed__19); +if (builtin) {res = l_Lean_initFn____x40_Lean_ReducibilityAttrs___hyg_161_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; l_Lean_reducibilityAttrs = lean_io_result_get_value(res); lean_mark_persistent(l_Lean_reducibilityAttrs); diff --git a/stage0/stdlib/Lean/ResolveName.c b/stage0/stdlib/Lean/ResolveName.c index fc2602828e30..6db6d3110c34 100644 --- a/stage0/stdlib/Lean/ResolveName.c +++ b/stage0/stdlib/Lean/ResolveName.c @@ -2323,7 +2323,7 @@ return x_5; LEAN_EXPORT lean_object* l___private_Lean_ResolveName_0__Lean_ResolveName_resolveQualifiedName(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; uint8_t x_5; lean_object* x_6; uint8_t x_7; +lean_object* x_4; uint8_t x_5; lean_object* x_6; uint8_t x_7; uint8_t x_13; lean_inc(x_3); x_4 = l_Lean_Name_append(x_2, x_3); x_5 = l_Lean_Name_isAtomic(x_3); @@ -2333,7 +2333,48 @@ lean_inc(x_1); x_6 = l_Lean_getAliases(x_1, x_4, x_5); lean_inc(x_4); lean_inc(x_1); -x_7 = l_Lean_Environment_contains(x_1, x_4); +x_13 = l_Lean_Environment_contains(x_1, x_4); +if (x_13 == 0) +{ +uint8_t x_14; +x_14 = 0; +x_7 = x_14; +goto block_12; +} +else +{ +if (x_5 == 0) +{ +uint8_t x_15; +x_15 = 1; +x_7 = x_15; +goto block_12; +} +else +{ +lean_object* x_16; uint8_t x_17; +x_16 = l_List_filterTR_loop___at_Lean_getAliases___spec__1___closed__1; +lean_inc(x_4); +lean_inc(x_1); +x_17 = l_Lean_TagDeclarationExtension_isTagged(x_16, x_1, x_4); +if (x_17 == 0) +{ +uint8_t x_18; +x_18 = 1; +x_7 = x_18; +goto block_12; +} +else +{ +uint8_t x_19; +x_19 = 0; +x_7 = x_19; +goto block_12; +} +} +} +block_12: +{ if (x_7 == 0) { lean_object* x_8; uint8_t x_9; @@ -2357,8 +2398,6 @@ return x_10; } else { -if (x_5 == 0) -{ lean_object* x_11; lean_dec(x_1); x_11 = lean_alloc_ctor(1, 2, 0); @@ -2366,44 +2405,6 @@ lean_ctor_set(x_11, 0, x_4); lean_ctor_set(x_11, 1, x_6); return x_11; } -else -{ -lean_object* x_12; uint8_t x_13; -x_12 = l_List_filterTR_loop___at_Lean_getAliases___spec__1___closed__1; -lean_inc(x_4); -lean_inc(x_1); -x_13 = l_Lean_TagDeclarationExtension_isTagged(x_12, x_1, x_4); -if (x_13 == 0) -{ -lean_object* x_14; -lean_dec(x_1); -x_14 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_14, 0, x_4); -lean_ctor_set(x_14, 1, x_6); -return x_14; -} -else -{ -lean_object* x_15; uint8_t x_16; -lean_inc(x_1); -x_15 = l_Lean_mkPrivateName(x_1, x_4); -lean_inc(x_15); -x_16 = l_Lean_Environment_contains(x_1, x_15); -if (x_16 == 0) -{ -lean_dec(x_15); -return x_6; -} -else -{ -lean_object* x_17; -x_17 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_17, 0, x_15); -lean_ctor_set(x_17, 1, x_6); -return x_17; -} -} -} } } } diff --git a/stage0/stdlib/Lean/Server/CodeActions.c b/stage0/stdlib/Lean/Server/CodeActions.c index 6d209803a6a7..130fa04b180d 100644 --- a/stage0/stdlib/Lean/Server/CodeActions.c +++ b/stage0/stdlib/Lean/Server/CodeActions.c @@ -15,25 +15,22 @@ extern "C" { #endif lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l_Lean_Server_handleCodeAction___closed__3; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Server_handleCodeAction___spec__7___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_LazyCodeAction_lazy_x3f___default; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_join___rarg(lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_handleCodeActionResolve___spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__2; static lean_object* l_Lean_Server_instCodeActionProviderInhabited___lambda__2___closed__1; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__18; LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Server_handleCodeAction___spec__7___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_evalConstCheck___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_compress(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__17; lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1355_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeActionResolve___lambda__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_handleCodeActionResolve___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__2___closed__2; @@ -41,43 +38,43 @@ static lean_object* l_Lean_Server_handleCodeActionResolve___lambda__2___closed__ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Server_handleCodeAction___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__4; lean_object* l_Lean_Json_mkObj(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_handleCodeAction___spec__8___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_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134_(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__13; static lean_object* l_Lean_Server_CodeAction_getFileSource_x21___closed__2; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__4; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Server_handleCodeAction___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_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__1; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__1; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_evalCodeActionProviderUnsafe___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_instFromJsonCodeActionResolveData; LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_handleCodeAction___spec__5(size_t, size_t, lean_object*, lean_object*, lean_object*, 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_548____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__7; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__4(size_t, size_t, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__2; LEAN_EXPORT lean_object* l_Lean_evalConstCheck___at_Lean_Server_handleCodeAction___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__2; uint8_t lean_usize_dec_eq(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__2(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__20; LEAN_EXPORT lean_object* l_panic___at_Lean_Server_CodeAction_getFileSource_x21___spec__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_handleCodeAction___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__1(lean_object*); lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__11; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__16; lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_fromJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_490_(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); static lean_object* l_Lean_Server_handleCodeAction___lambda__4___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305_(lean_object*); lean_object* l_Lean_Server_RequestM_withWaitFindSnap___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__7; LEAN_EXPORT lean_object* l_Lean_Server_instToJsonCodeActionResolveData; @@ -87,62 +84,62 @@ static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_48 lean_object* l_Lean_RBNode_insert___at_Lean_NameSet_insert___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_handleCodeActionResolve___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_mapIdxM_map___at_Lean_Server_handleCodeAction___spec__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_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__2(lean_object*); static lean_object* l_Lean_Server_handleCodeAction___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeActionResolve___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Server_requestHandlers; lean_object* l_Lean_stringToMessageData(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeActionResolve(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__18; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__4(size_t, size_t, lean_object*); lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_Quotation_withNewLocals___spec__1(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_instCodeActionProviderInhabited___closed__1; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_instCodeActionProviderInhabited___lambda__1___boxed(lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__2; static lean_object* l_Lean_Server_handleCodeActionResolve___closed__1; static lean_object* l_Lean_Server_CodeAction_getFileSource_x21___closed__3; lean_object* l_Lean_initializing(lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__2; extern lean_object* l_Lean_NameSet_instInhabitedNameSet; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_handleCodeAction___spec__8(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__3___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__1; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__5; +static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__15; LEAN_EXPORT lean_object* l_Lean_Server_instFileSourceCodeAction(lean_object*); static lean_object* l_Lean_Server_CodeAction_getFileSource_x21___closed__4; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__17; size_t lean_usize_of_nat(lean_object*); extern lean_object* l_Lean_Server_instInhabitedRequestError; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591_(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__4___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__6; lean_object* l_Lean_FileMap_lspPosToUtf8Pos(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_1743____spec__1(lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeAction____x40_Lean_Data_Lsp_CodeActions___hyg_1248_(lean_object*); +static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1; static lean_object* l_Lean_Server_instFromJsonCodeActionResolveData___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeActionResolve___lambda__1___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_EStateM_instInhabitedEStateM___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_handleCodeActionResolve___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_zip___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__3(lean_object*, lean_object*, lean_object*); extern lean_object* l_String_instInhabitedString; static lean_object* l_Lean_Server_instCodeActionProviderInhabited___lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____boxed(lean_object*); -static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2; lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Server_handleCodeAction___spec__4(lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_toJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_61_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Except_map___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__20; extern lean_object* l_Lean_Server_RequestError_fileChanged; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__3; @@ -154,54 +151,55 @@ static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonC 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*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Server_registerLspRequestHandler___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Server_handleCodeAction___spec__3(lean_object*); static lean_object* l_Lean_Server_instCodeActionProviderInhabited___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBTree_toArray___at_Lean_mkModuleData___spec__7(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_handleCodeAction___spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__1(lean_object*); extern lean_object* l_Task_Priority_default; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__12; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); static lean_object* l_Lean_Server_handleCodeAction___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__16; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleCompletion___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Server_handleCodeAction___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_codeActionProviderExt; -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659_(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____closed__5; -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; static lean_object* l_Lean_Server_handleCodeActionResolve___closed__4; LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Server_handleCodeAction___spec__4___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_instCodeActionProviderInhabited___lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__5___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_evalCodeActionProviderUnsafe___rarg___closed__1; lean_object* l_Array_append___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__8; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__3; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__2; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____lambda__1(lean_object*, lean_object*); lean_object* l_instInhabitedForAll__1___rarg(lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___closed__1; lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__9; static lean_object* l_Lean_Server_handleCodeActionResolve___closed__3; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__1___closed__2; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_toJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_61____closed__1; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__19; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__1___closed__3; +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_handleCodeActionResolve___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_NameSet_empty; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_handleCodeAction___spec__6___rarg(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_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__1; static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__8; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____lambda__2___boxed(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); @@ -210,14 +208,17 @@ LEAN_EXPORT lean_object* l_Lean_Server_instCoeCodeActionLazyCodeAction(lean_obje static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__10; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_toJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_61____closed__2; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__4___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__1; +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2; lean_object* lean_panic_fn(lean_object*, lean_object*); +static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2; static lean_object* l_Lean_Server_handleCodeActionResolve___closed__2; LEAN_EXPORT lean_object* l_Lean_evalConstCheck___at_Lean_Server_handleCodeAction___spec__2(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2(lean_object*); lean_object* lean_task_map(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___closed__1; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__1___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__2(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__15; lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_evalConstCheck___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -226,9 +227,7 @@ static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_59 lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__1; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__11; -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_instToJsonCodeActionResolveData___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____lambda__2(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__10; @@ -236,26 +235,29 @@ static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_48 static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__12; static lean_object* l_Lean_Server_CodeAction_getFileSource_x21___closed__1; size_t lean_usize_add(size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____closed__13; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__1(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__1___closed__5; +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3(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_Lean_Server_CodeAction_getFileSource_x21(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_evalCodeActionProviderUnsafe___at_Lean_Server_handleCodeAction___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__14; LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Server_registerLspRequestHandler___spec__6(lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Server_CodeActions_0__Lean_Server_fromJsonCodeActionResolveData____x40_Lean_Server_CodeActions___hyg_134____spec__1(lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__2; uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_evalCodeActionProviderUnsafe(lean_object*); lean_object* l_Lean_Server_RequestM_runCoreM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_handleCodeAction___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); @@ -265,14 +267,12 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_handleCodeActio static lean_object* l_Lean_Server_handleCodeAction___lambda__4___closed__1; lean_object* l___private_Lean_Data_Lsp_CodeActions_0__Lean_Lsp_toJsonCodeActionParams____x40_Lean_Data_Lsp_CodeActions___hyg_718_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__19; LEAN_EXPORT lean_object* l___private_Lean_Server_CodeActions_0__Lean_Server_evalCodeActionProviderUnsafe___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at_Lean_Server_handleCodeAction___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_591____closed__5; lean_object* l_Lean_Server_Snapshots_Snapshot_endPos(lean_object*); static lean_object* l_Lean_Server_instCodeActionProviderInhabited___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304_(lean_object*); lean_object* l_Nat_repr(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_481____closed__3; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); @@ -2676,7 +2676,7 @@ lean_dec(x_1); return x_3; } } -static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1() { +static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1() { _start: { lean_object* x_1; @@ -2684,7 +2684,7 @@ x_1 = lean_mk_string_from_bytes("Cannot parse request params: ", 29); return x_1; } } -static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2() { +static lean_object* _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2() { _start: { lean_object* x_1; @@ -2692,7 +2692,7 @@ x_1 = lean_mk_string_from_bytes("\n", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2(lean_object* x_1) { _start: { lean_object* x_2; @@ -2706,10 +2706,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -2729,10 +2729,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -2769,7 +2769,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -2794,7 +2794,7 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__4(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__4(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -2819,11 +2819,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -2873,7 +2873,7 @@ return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__2(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; @@ -2881,36 +2881,36 @@ x_2 = lean_array_get_size(x_1); x_3 = lean_usize_of_nat(x_2); lean_dec(x_2); x_4 = 0; -x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__4(x_3, x_4, x_1); +x_5 = l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__4(x_3, x_4, x_1); x_6 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_6, 0, x_5); return x_6; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__2), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__2), 1, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___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_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2(x_2); -x_6 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__3(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2(x_2); +x_6 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__3(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -2929,7 +2929,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -2943,7 +2943,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -3001,7 +3001,7 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -3009,28 +3009,28 @@ x_1 = l_Lean_Server_requestHandlers; return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__2() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___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; 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; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__2; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__2; x_11 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_11, 0, x_10); lean_ctor_set(x_11, 1, x_5); @@ -3056,7 +3056,7 @@ return x_17; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1() { _start: { lean_object* x_1; @@ -3064,7 +3064,7 @@ x_1 = lean_mk_string_from_bytes("Failed to register LSP request handler for '", return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2() { _start: { lean_object* x_1; @@ -3072,12 +3072,12 @@ x_1 = lean_mk_string_from_bytes("': already registered", 21); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -3092,17 +3092,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -3125,17 +3125,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -3147,7 +3147,7 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1() { _start: { lean_object* x_1; @@ -3155,7 +3155,7 @@ x_1 = lean_mk_string_from_bytes("': only possible during initialization", 38); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -3174,10 +3174,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -3191,10 +3191,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -3211,12 +3211,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5(x_2, x_1, x_22, x_21); return x_23; } } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__1() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__1() { _start: { lean_object* x_1; @@ -3224,7 +3224,7 @@ x_1 = lean_mk_string_from_bytes("textDocument/codeAction", 23); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__2() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__2() { _start: { lean_object* x_1; @@ -3232,27 +3232,27 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_handleCodeAction), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__1; -x_3 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__2; -x_4 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1(x_2, x_3, x_1); +x_2 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__1; +x_3 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__2; +x_4 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__3(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__3(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____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; @@ -3260,15 +3260,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_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__4(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__4(x_4, x_5, x_3); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___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_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -4034,7 +4034,7 @@ lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__2(lean_object* x_1) { _start: { lean_object* x_2; @@ -4048,10 +4048,10 @@ if (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; uint8_t x_13; lean_object* x_14; x_4 = lean_ctor_get(x_2, 0); x_5 = l_Lean_Json_compress(x_1); -x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1; +x_6 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); -x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2; +x_8 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2; x_9 = lean_string_append(x_7, x_8); x_10 = lean_string_append(x_9, x_4); lean_dec(x_4); @@ -4071,10 +4071,10 @@ x_15 = lean_ctor_get(x_2, 0); lean_inc(x_15); lean_dec(x_2); x_16 = l_Lean_Json_compress(x_1); -x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1; +x_17 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); -x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2; +x_19 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2; x_20 = lean_string_append(x_18, x_19); x_21 = lean_string_append(x_20, x_15); lean_dec(x_15); @@ -4111,7 +4111,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -4136,11 +4136,11 @@ return x_7; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__2(x_1); +x_2 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__2(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -4186,7 +4186,7 @@ return x_11; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -4194,22 +4194,22 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_CodeActions_0__Lean_L return x_1; } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__1; +x_1 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__1; x_2 = lean_alloc_closure((void*)(l_Except_map___rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___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_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__2(x_2); -x_6 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__3(x_5, x_3, x_4); +x_5 = l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__2(x_2); +x_6 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__3(x_5, x_3, x_4); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -4228,7 +4228,7 @@ if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; x_11 = lean_ctor_get(x_9, 0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2; +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2; x_13 = l_Task_Priority_default; x_14 = lean_task_map(x_12, x_11, x_13); lean_ctor_set(x_9, 0, x_14); @@ -4242,7 +4242,7 @@ x_16 = lean_ctor_get(x_9, 1); lean_inc(x_16); lean_inc(x_15); lean_dec(x_9); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2; x_18 = l_Task_Priority_default; x_19 = lean_task_map(x_17, x_15, x_18); x_20 = lean_alloc_ctor(0, 2, 0); @@ -4300,28 +4300,28 @@ return x_28; } } } -static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__1), 1, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__1), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___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; lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2), 4, 1); +x_5 = lean_alloc_closure((void*)(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2), 4, 1); lean_closure_set(x_5, 0, x_1); -x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1; +x_6 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1; x_7 = lean_st_ref_take(x_6, x_4); 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); -x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___closed__1; +x_10 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___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_5); @@ -4347,12 +4347,12 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___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; uint8_t x_7; lean_dec(x_3); -x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1; +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1; x_6 = lean_st_ref_get(x_5, x_4); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -4367,17 +4367,17 @@ if (x_10 == 0) lean_object* x_11; lean_object* x_12; lean_free_object(x_6); x_11 = lean_box(0); -x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3(x_1, x_2, x_11, x_9); +x_12 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3(x_1, x_2, x_11, x_9); return x_12; } else { lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_1); -x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_13 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_14 = lean_string_append(x_13, x_2); lean_dec(x_2); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2; x_16 = lean_string_append(x_14, x_15); x_17 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_17, 0, x_16); @@ -4400,17 +4400,17 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; x_21 = lean_box(0); -x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3(x_1, x_2, x_21, x_19); +x_22 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3(x_1, x_2, x_21, x_19); return x_22; } else { 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_dec(x_1); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_24 = lean_string_append(x_23, x_2); lean_dec(x_2); -x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2; +x_25 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2; x_26 = lean_string_append(x_24, x_25); x_27 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_27, 0, x_26); @@ -4422,7 +4422,7 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; uint8_t x_6; @@ -4441,10 +4441,10 @@ if (x_7 == 0) 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_8 = lean_ctor_get(x_4, 0); lean_dec(x_8); -x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_9 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_10 = lean_string_append(x_9, x_1); lean_dec(x_1); -x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1; +x_11 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1; x_12 = lean_string_append(x_10, x_11); x_13 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_13, 0, x_12); @@ -4458,10 +4458,10 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean x_14 = lean_ctor_get(x_4, 1); lean_inc(x_14); lean_dec(x_4); -x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1; +x_15 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1; x_16 = lean_string_append(x_15, x_1); lean_dec(x_1); -x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1; +x_17 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1; x_18 = lean_string_append(x_16, x_17); x_19 = lean_alloc_ctor(18, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -4478,12 +4478,12 @@ x_21 = lean_ctor_get(x_4, 1); lean_inc(x_21); lean_dec(x_4); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__4(x_2, x_1, x_22, x_21); +x_23 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__4(x_2, x_1, x_22, x_21); return x_23; } } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__1() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__1() { _start: { lean_object* x_1; @@ -4491,7 +4491,7 @@ x_1 = lean_mk_string_from_bytes("codeAction/resolve", 18); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__2() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__2() { _start: { lean_object* x_1; @@ -4499,31 +4499,31 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Server_handleCodeActionResolve___boxed), return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__1; -x_3 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__2; -x_4 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1(x_2, x_3, x_1); +x_2 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__1; +x_3 = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__2; +x_4 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__3(x_1, x_2, x_3); +x_4 = l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__3(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___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_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___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_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -4711,29 +4711,29 @@ l_Lean_Server_handleCodeAction___closed__2 = _init_l_Lean_Server_handleCodeActio lean_mark_persistent(l_Lean_Server_handleCodeAction___closed__2); l_Lean_Server_handleCodeAction___closed__3 = _init_l_Lean_Server_handleCodeAction___closed__3(); lean_mark_persistent(l_Lean_Server_handleCodeAction___closed__3); -l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1(); -lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__1); -l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2(); -lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__2___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__3___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__4___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___lambda__5___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____spec__1___closed__1); -l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__1(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__1); -l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__2(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304____closed__2); -res = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1304_(lean_io_mk_world()); +l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1(); +lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__1); +l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2 = _init_l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2(); +lean_mark_persistent(l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__2___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__3___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__4___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___lambda__5___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____spec__1___closed__1); +l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__1(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__1); +l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__2(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305____closed__2); +res = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1305_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Server_handleCodeActionResolve___lambda__2___closed__1 = _init_l_Lean_Server_handleCodeActionResolve___lambda__2___closed__1(); @@ -4750,17 +4750,17 @@ l_Lean_Server_handleCodeActionResolve___closed__3 = _init_l_Lean_Server_handleCo lean_mark_persistent(l_Lean_Server_handleCodeActionResolve___closed__3); l_Lean_Server_handleCodeActionResolve___closed__4 = _init_l_Lean_Server_handleCodeActionResolve___closed__4(); lean_mark_persistent(l_Lean_Server_handleCodeActionResolve___closed__4); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__1); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__2___closed__2); -l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____spec__1___lambda__3___closed__1); -l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__1(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__1); -l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__2(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659____closed__2); -res = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1659_(lean_io_mk_world()); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__1); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__2___closed__2); +l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___closed__1 = _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____spec__1___lambda__3___closed__1); +l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__1(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__1); +l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__2(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661____closed__2); +res = l_Lean_Server_initFn____x40_Lean_Server_CodeActions___hyg_1661_(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/Completion.c b/stage0/stdlib/Lean/Server/Completion.c index d259a14abe48..8ff042ca0b42 100644 --- a/stage0/stdlib/Lean/Server/Completion.c +++ b/stage0/stdlib/Lean/Server/Completion.c @@ -176,7 +176,6 @@ lean_object* l_Lean_mkPrivateName(lean_object*, lean_object*); static lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Completion_0__Lean_Server_Completion_fieldIdCompletion___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_Completion_matchNamespace___boxed(lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); uint8_t lean_is_aux_recursor(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_isDefEqToAppOf(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -236,7 +235,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Compl LEAN_EXPORT lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_mkCompletionItem___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instantiateMVars___at___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___spec__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_Completion_completeNamespaces___spec__7(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_Completion_completeNamespaces___lambda__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_EXPORT lean_object* l_Lean_Server_Completion_completeNamespaces___lambda__3(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_List_lengthTRAux___rarg(lean_object*, lean_object*); lean_object* l_Lean_Parser_Trie_findPrefix___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_fold___at___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___spec__2___boxed__const__1; @@ -337,6 +336,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_foldlMAux___at___private_Lean_ LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___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_getConstInfo___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__3___closed__4; LEAN_EXPORT lean_object* l_ReaderT_pure___at___private_Lean_Server_Completion_0__Lean_Server_Completion_dotIdCompletion___spec__1(lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore___spec__16(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___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__1; static lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_truncate_go___closed__3; @@ -828,7 +828,7 @@ x_10 = lean_ctor_get(x_1, 2); lean_inc(x_10); x_11 = lean_ctor_get_uint8(x_1, sizeof(void*)*3 + 8); x_12 = 1; -x_13 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_11, x_12); +x_13 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_11, x_12); if (x_13 == 0) { lean_object* x_14; @@ -2814,356 +2814,217 @@ lean_inc(x_10); lean_dec(x_9); if (lean_obj_tag(x_10) == 5) { -uint8_t x_11; -x_11 = !lean_is_exclusive(x_8); -if (x_11 == 0) -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_12 = lean_ctor_get(x_8, 1); -x_13 = lean_ctor_get(x_8, 0); -lean_dec(x_13); -x_14 = lean_ctor_get(x_10, 0); -lean_inc(x_14); +lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_11 = lean_ctor_get(x_8, 1); +lean_inc(x_11); +if (lean_is_exclusive(x_8)) { + lean_ctor_release(x_8, 0); + lean_ctor_release(x_8, 1); + x_12 = x_8; +} else { + lean_dec_ref(x_8); + x_12 = lean_box(0); +} +x_13 = lean_ctor_get(x_10, 0); +lean_inc(x_13); lean_dec(x_10); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -x_16 = lean_ctor_get(x_15, 2); -lean_inc(x_16); -lean_dec(x_15); -x_17 = l_Lean_Expr_isProp(x_16); -lean_dec(x_16); -if (x_17 == 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_14, 3); -lean_inc(x_18); -x_19 = lean_unsigned_to_nat(0u); -x_20 = l_List_lengthTRAux___rarg(x_18, x_19); -lean_dec(x_18); -x_21 = lean_unsigned_to_nat(1u); -x_22 = lean_nat_dec_eq(x_20, x_21); +x_20 = lean_ctor_get(x_13, 0); +lean_inc(x_20); +x_21 = lean_ctor_get(x_20, 2); +lean_inc(x_21); lean_dec(x_20); +x_22 = l_Lean_Expr_isProp(x_21); +lean_dec(x_21); if (x_22 == 0) { -lean_object* x_23; -lean_dec(x_14); -x_23 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_23); -return x_8; -} -else -{ -lean_object* x_24; uint8_t x_25; -x_24 = lean_ctor_get(x_14, 2); -lean_inc(x_24); -x_25 = lean_nat_dec_eq(x_24, x_19); -lean_dec(x_24); -if (x_25 == 0) +lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_27; +x_23 = lean_ctor_get(x_13, 3); +lean_inc(x_23); +x_24 = lean_unsigned_to_nat(0u); +x_25 = l_List_lengthTRAux___rarg(x_23, x_24); +lean_dec(x_23); +x_26 = lean_unsigned_to_nat(1u); +x_27 = lean_nat_dec_eq(x_25, x_26); +lean_dec(x_25); +if (x_27 == 0) { -lean_object* x_26; -lean_dec(x_14); -x_26 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_26); -return x_8; +uint8_t x_28; +x_28 = 0; +x_14 = x_28; +goto block_19; } else { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_14, 1); -lean_inc(x_27); -x_28 = lean_nat_dec_eq(x_27, x_19); -lean_dec(x_27); -if (x_28 == 0) +lean_object* x_29; uint8_t x_30; +x_29 = lean_ctor_get(x_13, 2); +lean_inc(x_29); +x_30 = lean_nat_dec_eq(x_29, x_24); +lean_dec(x_29); +if (x_30 == 0) { -lean_object* x_29; -lean_dec(x_14); -x_29 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_29); -return x_8; +uint8_t x_31; +x_31 = 0; +x_14 = x_31; +goto block_19; } else { -lean_object* x_30; uint8_t x_31; -x_30 = lean_ctor_get(x_14, 4); -lean_inc(x_30); -x_31 = l_List_isEmpty___rarg(x_30); -if (x_31 == 0) -{ -uint8_t x_32; -x_32 = lean_ctor_get_uint8(x_14, sizeof(void*)*5); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = lean_ctor_get_uint8(x_14, sizeof(void*)*5 + 3); +lean_object* x_32; uint8_t x_33; +x_32 = lean_ctor_get(x_13, 1); +lean_inc(x_32); +x_33 = lean_nat_dec_eq(x_32, x_24); +lean_dec(x_32); if (x_33 == 0) { uint8_t x_34; -x_34 = lean_ctor_get_uint8(x_14, sizeof(void*)*5 + 1); -lean_dec(x_14); -if (x_34 == 0) -{ -lean_object* x_35; -lean_free_object(x_8); -x_35 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5(x_30, x_2, x_3, x_4, x_5, x_6, x_12); -return x_35; +x_34 = 0; +x_14 = x_34; +goto block_19; } else { -lean_object* x_36; -lean_dec(x_30); -x_36 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_36); -return x_8; -} -} -else +lean_object* x_35; uint8_t x_36; +x_35 = lean_ctor_get(x_13, 4); +lean_inc(x_35); +x_36 = l_List_isEmpty___rarg(x_35); +lean_dec(x_35); +if (x_36 == 0) { -lean_object* x_37; -lean_dec(x_30); -lean_dec(x_14); -x_37 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_37); -return x_8; -} -} -else +uint8_t x_37; +x_37 = lean_ctor_get_uint8(x_13, sizeof(void*)*5); +if (x_37 == 0) { -lean_object* x_38; -lean_dec(x_30); -lean_dec(x_14); -x_38 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_38); -return x_8; -} -} -else +uint8_t x_38; +x_38 = lean_ctor_get_uint8(x_13, sizeof(void*)*5 + 3); +if (x_38 == 0) { -lean_object* x_39; -lean_dec(x_30); -lean_dec(x_14); -x_39 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_39); -return x_8; -} -} -} -} -} -else +uint8_t x_39; +x_39 = lean_ctor_get_uint8(x_13, sizeof(void*)*5 + 1); +if (x_39 == 0) { -lean_object* x_40; -lean_dec(x_14); -x_40 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_40); -return x_8; -} +uint8_t x_40; +x_40 = 1; +x_14 = x_40; +goto block_19; } else { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_41 = lean_ctor_get(x_8, 1); -lean_inc(x_41); -lean_dec(x_8); -x_42 = lean_ctor_get(x_10, 0); -lean_inc(x_42); -lean_dec(x_10); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_43, 2); -lean_inc(x_44); -lean_dec(x_43); -x_45 = l_Lean_Expr_isProp(x_44); -lean_dec(x_44); -if (x_45 == 0) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; -x_46 = lean_ctor_get(x_42, 3); -lean_inc(x_46); -x_47 = lean_unsigned_to_nat(0u); -x_48 = l_List_lengthTRAux___rarg(x_46, x_47); -lean_dec(x_46); -x_49 = lean_unsigned_to_nat(1u); -x_50 = lean_nat_dec_eq(x_48, x_49); -lean_dec(x_48); -if (x_50 == 0) -{ -lean_object* x_51; lean_object* x_52; -lean_dec(x_42); -x_51 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_41); -return x_52; +uint8_t x_41; +x_41 = 0; +x_14 = x_41; +goto block_19; } -else -{ -lean_object* x_53; uint8_t x_54; -x_53 = lean_ctor_get(x_42, 2); -lean_inc(x_53); -x_54 = lean_nat_dec_eq(x_53, x_47); -lean_dec(x_53); -if (x_54 == 0) -{ -lean_object* x_55; lean_object* x_56; -lean_dec(x_42); -x_55 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_55); -lean_ctor_set(x_56, 1, x_41); -return x_56; } else { -lean_object* x_57; uint8_t x_58; -x_57 = lean_ctor_get(x_42, 1); -lean_inc(x_57); -x_58 = lean_nat_dec_eq(x_57, x_47); -lean_dec(x_57); -if (x_58 == 0) -{ -lean_object* x_59; lean_object* x_60; -lean_dec(x_42); -x_59 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___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_41); -return x_60; +uint8_t x_42; +x_42 = 0; +x_14 = x_42; +goto block_19; } -else -{ -lean_object* x_61; uint8_t x_62; -x_61 = lean_ctor_get(x_42, 4); -lean_inc(x_61); -x_62 = l_List_isEmpty___rarg(x_61); -if (x_62 == 0) -{ -uint8_t x_63; -x_63 = lean_ctor_get_uint8(x_42, sizeof(void*)*5); -if (x_63 == 0) -{ -uint8_t x_64; -x_64 = lean_ctor_get_uint8(x_42, sizeof(void*)*5 + 3); -if (x_64 == 0) -{ -uint8_t x_65; -x_65 = lean_ctor_get_uint8(x_42, sizeof(void*)*5 + 1); -lean_dec(x_42); -if (x_65 == 0) -{ -lean_object* x_66; -x_66 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5(x_61, x_2, x_3, x_4, x_5, x_6, x_41); -return x_66; } else { -lean_object* x_67; lean_object* x_68; -lean_dec(x_61); -x_67 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_41); -return x_68; +uint8_t x_43; +x_43 = 0; +x_14 = x_43; +goto block_19; } } else { -lean_object* x_69; lean_object* x_70; -lean_dec(x_61); -lean_dec(x_42); -x_69 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_69); -lean_ctor_set(x_70, 1, x_41); -return x_70; +uint8_t x_44; +x_44 = 0; +x_14 = x_44; +goto block_19; +} } } -else -{ -lean_object* x_71; lean_object* x_72; -lean_dec(x_61); -lean_dec(x_42); -x_71 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_41); -return x_72; } } else { -lean_object* x_73; lean_object* x_74; -lean_dec(x_61); -lean_dec(x_42); -x_73 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_41); -return x_74; -} -} +uint8_t x_45; +x_45 = 0; +x_14 = x_45; +goto block_19; } +block_19: +{ +if (x_14 == 0) +{ +lean_object* x_15; lean_object* x_16; +lean_dec(x_13); +x_15 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; +if (lean_is_scalar(x_12)) { + x_16 = lean_alloc_ctor(0, 2, 0); +} else { + x_16 = x_12; } +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_11); +return x_16; } else { -lean_object* x_75; lean_object* x_76; -lean_dec(x_42); -x_75 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -x_76 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_41); -return x_76; +lean_object* x_17; lean_object* x_18; +lean_dec(x_12); +x_17 = lean_ctor_get(x_13, 4); +lean_inc(x_17); +lean_dec(x_13); +x_18 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5(x_17, x_2, x_3, x_4, x_5, x_6, x_11); +return x_18; } } } else { -uint8_t x_77; +uint8_t x_46; lean_dec(x_10); -x_77 = !lean_is_exclusive(x_8); -if (x_77 == 0) +x_46 = !lean_is_exclusive(x_8); +if (x_46 == 0) { -lean_object* x_78; lean_object* x_79; -x_78 = lean_ctor_get(x_8, 0); -lean_dec(x_78); -x_79 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -lean_ctor_set(x_8, 0, x_79); +lean_object* x_47; lean_object* x_48; +x_47 = lean_ctor_get(x_8, 0); +lean_dec(x_47); +x_48 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; +lean_ctor_set(x_8, 0, x_48); return x_8; } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_8, 1); -lean_inc(x_80); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_8, 1); +lean_inc(x_49); lean_dec(x_8); -x_81 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; -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; +x_50 = l_List_allM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_getCompletionKindForDecl___spec__5___closed__2; +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_50); +lean_ctor_set(x_51, 1, x_49); +return x_51; } } } else { -uint8_t x_83; -x_83 = !lean_is_exclusive(x_8); -if (x_83 == 0) +uint8_t x_52; +x_52 = !lean_is_exclusive(x_8); +if (x_52 == 0) { return x_8; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_8, 0); -x_85 = lean_ctor_get(x_8, 1); -lean_inc(x_85); -lean_inc(x_84); +lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_53 = lean_ctor_get(x_8, 0); +x_54 = lean_ctor_get(x_8, 1); +lean_inc(x_54); +lean_inc(x_53); lean_dec(x_8); -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; +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; } } } @@ -4843,7 +4704,7 @@ return x_2; LEAN_EXPORT lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_matchDecl_x3f(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: { -lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_66; x_10 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_normPrivateName(x_4, x_5, x_6, x_7, x_8, x_9); x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); @@ -4857,113 +4718,63 @@ if (lean_is_exclusive(x_10)) { lean_dec_ref(x_10); x_13 = lean_box(0); } -x_14 = l_Lean_Name_isPrefixOf(x_1, x_11); -if (x_14 == 0) +x_66 = l_Lean_Name_isPrefixOf(x_1, x_11); +if (x_66 == 0) { -lean_object* x_15; lean_object* x_16; -lean_dec(x_11); -lean_dec(x_2); -x_15 = lean_box(0); -if (lean_is_scalar(x_13)) { - x_16 = lean_alloc_ctor(0, 2, 0); -} else { - x_16 = x_13; -} -lean_ctor_set(x_16, 0, x_15); -lean_ctor_set(x_16, 1, x_12); -return x_16; +uint8_t x_67; +x_67 = 1; +x_14 = x_67; +goto block_65; } else { -lean_object* x_17; lean_object* x_18; lean_object* x_19; uint8_t x_46; -x_17 = lean_box(0); -x_18 = l_Lean_Name_replacePrefix(x_11, x_1, x_17); -x_46 = l_Lean_Name_isPrefixOf(x_2, x_18); -if (x_46 == 0) -{ -if (x_3 == 0) -{ -lean_object* x_47; -x_47 = lean_box(0); -x_19 = x_47; -goto block_45; +uint8_t x_68; +x_68 = 0; +x_14 = x_68; +goto block_65; } -else +block_65: { -lean_object* x_48; lean_object* x_49; -lean_dec(x_18); -lean_dec(x_13); -lean_dec(x_2); -x_48 = lean_box(0); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_48); -lean_ctor_set(x_49, 1, x_12); -return x_49; -} -} -else +if (x_14 == 0) { -if (x_3 == 0) +lean_object* x_15; lean_object* x_16; uint8_t x_17; uint8_t x_46; uint8_t x_61; +x_15 = lean_box(0); +x_16 = l_Lean_Name_replacePrefix(x_11, x_1, x_15); +x_61 = l_Lean_Name_isPrefixOf(x_2, x_16); +if (x_61 == 0) { -lean_object* x_50; -x_50 = lean_box(0); -x_19 = x_50; -goto block_45; +uint8_t x_62; +x_62 = 0; +x_46 = x_62; +goto block_60; } else { -lean_object* x_51; uint8_t x_52; -lean_dec(x_13); -x_51 = l_Lean_Name_replacePrefix(x_18, x_2, x_17); -lean_dec(x_2); -x_52 = l_Lean_Name_isAtomic(x_51); -if (x_52 == 0) -{ -lean_object* x_53; lean_object* x_54; -lean_dec(x_51); -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_12); -return x_54; +x_46 = x_3; +goto block_60; } -else -{ -uint8_t x_55; -x_55 = l_Lean_Name_isAnonymous(x_51); -if (x_55 == 0) +block_45: { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_matchDecl_x3f___boxed__const__1; -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_51); -lean_ctor_set(x_57, 1, x_56); -x_58 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_58, 0, 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_12); -return x_59; -} -else +if (x_17 == 0) { -lean_object* x_60; lean_object* x_61; -lean_dec(x_51); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_60); -lean_ctor_set(x_61, 1, x_12); -return x_61; -} -} +lean_object* x_18; lean_object* x_19; +lean_dec(x_16); +lean_dec(x_2); +x_18 = lean_box(0); +if (lean_is_scalar(x_13)) { + x_19 = lean_alloc_ctor(0, 2, 0); +} else { + x_19 = x_13; } +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_12); +return x_19; } -block_45: +else { -lean_dec(x_19); if (lean_obj_tag(x_2) == 1) { -if (lean_obj_tag(x_18) == 1) +if (lean_obj_tag(x_16) == 1) { lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; x_20 = lean_ctor_get(x_2, 0); @@ -4971,11 +4782,11 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_2, 1); lean_inc(x_21); lean_dec(x_2); -x_22 = lean_ctor_get(x_18, 0); +x_22 = lean_ctor_get(x_16, 0); lean_inc(x_22); -x_23 = lean_ctor_get(x_18, 1); +x_23 = lean_ctor_get(x_16, 1); lean_inc(x_23); -lean_dec(x_18); +lean_dec(x_16); x_24 = lean_name_eq(x_20, x_22); lean_dec(x_22); lean_dec(x_20); @@ -5022,7 +4833,7 @@ if (x_31 == 0) { lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; x_32 = lean_ctor_get(x_28, 0); -x_33 = l_Lean_Name_str___override(x_17, x_23); +x_33 = l_Lean_Name_str___override(x_15, x_23); x_34 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_34, 0, x_33); lean_ctor_set(x_34, 1, x_32); @@ -5042,7 +4853,7 @@ lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean x_36 = lean_ctor_get(x_28, 0); lean_inc(x_36); lean_dec(x_28); -x_37 = l_Lean_Name_str___override(x_17, x_23); +x_37 = l_Lean_Name_str___override(x_15, x_23); x_38 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_38, 0, x_37); lean_ctor_set(x_38, 1, x_36); @@ -5063,7 +4874,7 @@ return x_40; else { lean_object* x_41; lean_object* x_42; -lean_dec(x_18); +lean_dec(x_16); lean_dec(x_2); x_41 = lean_box(0); if (lean_is_scalar(x_13)) { @@ -5079,7 +4890,7 @@ return x_42; else { lean_object* x_43; lean_object* x_44; -lean_dec(x_18); +lean_dec(x_16); lean_dec(x_2); x_43 = lean_box(0); if (lean_is_scalar(x_13)) { @@ -5093,6 +4904,90 @@ return x_44; } } } +block_60: +{ +if (x_46 == 0) +{ +if (x_3 == 0) +{ +uint8_t x_47; +x_47 = 1; +x_17 = x_47; +goto block_45; +} +else +{ +uint8_t x_48; +x_48 = 0; +x_17 = x_48; +goto block_45; +} +} +else +{ +lean_object* x_49; uint8_t x_50; +lean_dec(x_13); +x_49 = l_Lean_Name_replacePrefix(x_16, x_2, x_15); +lean_dec(x_2); +x_50 = l_Lean_Name_isAtomic(x_49); +if (x_50 == 0) +{ +lean_object* x_51; lean_object* x_52; +lean_dec(x_49); +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_12); +return x_52; +} +else +{ +uint8_t x_53; +x_53 = l_Lean_Name_isAnonymous(x_49); +if (x_53 == 0) +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_54 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_matchDecl_x3f___boxed__const__1; +x_55 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_55, 0, x_49); +lean_ctor_set(x_55, 1, x_54); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_56); +lean_ctor_set(x_57, 1, x_12); +return x_57; +} +else +{ +lean_object* x_58; lean_object* x_59; +lean_dec(x_49); +x_58 = lean_box(0); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_12); +return x_59; +} +} +} +} +} +else +{ +lean_object* x_63; lean_object* x_64; +lean_dec(x_11); +lean_dec(x_2); +x_63 = lean_box(0); +if (lean_is_scalar(x_13)) { + x_64 = lean_alloc_ctor(0, 2, 0); +} else { + x_64 = x_13; +} +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_12); +return x_64; +} +} } } LEAN_EXPORT lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_matchDecl_x3f___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) { @@ -6741,150 +6636,144 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Server_Completion_completeNamespaces___lambda__3(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_EXPORT lean_object* l_Lean_Server_Completion_completeNamespaces___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_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; +uint8_t x_14; uint8_t x_37; lean_dec(x_7); -x_14 = l_Lean_Name_isInternal(x_6); -if (x_14 == 0) +x_37 = l_Lean_Name_isInternal(x_6); +if (x_37 == 0) { -uint8_t x_15; +uint8_t x_38; lean_inc(x_6); -x_15 = l_Lean_Environment_contains(x_1, x_6); -if (x_15 == 0) +x_38 = l_Lean_Environment_contains(x_5, x_6); +x_14 = x_38; +goto block_36; +} +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; -x_16 = lean_ctor_get(x_2, 5); -lean_inc(x_16); -x_17 = l_Lean_Server_Completion_completeNamespaces___lambda__3___closed__1; +uint8_t x_39; +lean_dec(x_5); +x_39 = 1; +x_14 = x_39; +goto block_36; +} +block_36: +{ +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; +x_15 = lean_ctor_get(x_1, 5); +lean_inc(x_15); +x_16 = l_Lean_Server_Completion_completeNamespaces___lambda__3___closed__1; lean_inc(x_6); -lean_inc(x_3); -x_18 = l_List_forIn_loop___at_Lean_Server_Completion_completeNamespaces___spec__1(x_3, x_4, x_6, x_17, x_16, x_17, x_8, x_9, x_10, x_11, x_12, x_13); +lean_inc(x_2); +x_17 = l_List_forIn_loop___at_Lean_Server_Completion_completeNamespaces___spec__1(x_2, x_3, x_6, x_16, x_15, x_16, x_8, x_9, x_10, x_11, x_12, x_13); +x_18 = lean_ctor_get(x_17, 0); +lean_inc(x_18); x_19 = lean_ctor_get(x_18, 0); lean_inc(x_19); +lean_dec(x_18); x_20 = lean_ctor_get(x_19, 0); lean_inc(x_20); lean_dec(x_19); -x_21 = lean_ctor_get(x_20, 0); -lean_inc(x_21); -lean_dec(x_20); -if (lean_obj_tag(x_21) == 0) +if (lean_obj_tag(x_20) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_18, 1); -lean_inc(x_22); -lean_dec(x_18); -x_23 = lean_box(0); -x_24 = l_Lean_Server_Completion_completeNamespaces___lambda__2(x_2, x_3, x_4, x_5, x_6, x_23, x_8, x_9, x_10, x_11, x_12, x_22); -return x_24; +lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_21 = lean_ctor_get(x_17, 1); +lean_inc(x_21); +lean_dec(x_17); +x_22 = lean_box(0); +x_23 = l_Lean_Server_Completion_completeNamespaces___lambda__2(x_1, x_2, x_3, x_4, x_6, x_22, x_8, x_9, x_10, x_11, x_12, x_21); +return x_23; } else { -uint8_t x_25; +uint8_t x_24; lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); -x_25 = !lean_is_exclusive(x_18); -if (x_25 == 0) +lean_dec(x_1); +x_24 = !lean_is_exclusive(x_17); +if (x_24 == 0) { -lean_object* x_26; uint8_t x_27; -x_26 = lean_ctor_get(x_18, 0); -lean_dec(x_26); -x_27 = !lean_is_exclusive(x_21); -if (x_27 == 0) +lean_object* x_25; uint8_t x_26; +x_25 = lean_ctor_get(x_17, 0); +lean_dec(x_25); +x_26 = !lean_is_exclusive(x_20); +if (x_26 == 0) { -lean_ctor_set(x_18, 0, x_21); -return x_18; +lean_ctor_set(x_17, 0, x_20); +return x_17; } else { -lean_object* x_28; lean_object* x_29; -x_28 = lean_ctor_get(x_21, 0); -lean_inc(x_28); -lean_dec(x_21); -x_29 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_18, 0, x_29); -return x_18; +lean_object* x_27; lean_object* x_28; +x_27 = lean_ctor_get(x_20, 0); +lean_inc(x_27); +lean_dec(x_20); +x_28 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_17, 0, x_28); +return x_17; } } else { -lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_30 = lean_ctor_get(x_18, 1); +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_29 = lean_ctor_get(x_17, 1); +lean_inc(x_29); +lean_dec(x_17); +x_30 = lean_ctor_get(x_20, 0); lean_inc(x_30); -lean_dec(x_18); -x_31 = lean_ctor_get(x_21, 0); -lean_inc(x_31); -if (lean_is_exclusive(x_21)) { - lean_ctor_release(x_21, 0); - x_32 = x_21; +if (lean_is_exclusive(x_20)) { + lean_ctor_release(x_20, 0); + x_31 = x_20; } else { - lean_dec_ref(x_21); - x_32 = lean_box(0); + lean_dec_ref(x_20); + x_31 = lean_box(0); } -if (lean_is_scalar(x_32)) { - x_33 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_31)) { + x_32 = lean_alloc_ctor(1, 1, 0); } else { - x_33 = x_32; + x_32 = x_31; } -lean_ctor_set(x_33, 0, x_31); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_30); -return x_34; +lean_ctor_set(x_32, 0, x_30); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_32); +lean_ctor_set(x_33, 1, x_29); +return x_33; } } } else { -lean_object* x_35; lean_object* x_36; +lean_object* x_34; lean_object* 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_6); -lean_dec(x_5); -lean_dec(x_3); +lean_dec(x_4); lean_dec(x_2); -x_35 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_addCompletionItem___lambda__1___closed__1; -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_35); -lean_ctor_set(x_36, 1, x_13); -return x_36; +lean_dec(x_1); +x_34 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_addCompletionItem___lambda__1___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_13); +return x_35; } } -else -{ -lean_object* x_37; lean_object* 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_6); -lean_dec(x_5); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_37 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_addCompletionItem___lambda__1___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_13); -return x_38; -} -} -} -static lean_object* _init_l_Lean_Server_Completion_completeNamespaces___closed__1() { -_start: +} +} +static lean_object* _init_l_Lean_Server_Completion_completeNamespaces___closed__1() { +_start: { lean_object* x_1; x_1 = l_Lean_namespacesExt; @@ -6914,11 +6803,11 @@ x_17 = l_Lean_Server_Completion_completeNamespaces___closed__1; x_18 = l_Lean_SimplePersistentEnvExtension_getState___rarg(x_16, x_17, x_13); x_19 = lean_box(x_3); x_20 = lean_alloc_closure((void*)(l_Lean_Server_Completion_completeNamespaces___lambda__3___boxed), 13, 5); -lean_closure_set(x_20, 0, x_13); -lean_closure_set(x_20, 1, x_1); -lean_closure_set(x_20, 2, x_2); -lean_closure_set(x_20, 3, x_19); -lean_closure_set(x_20, 4, x_15); +lean_closure_set(x_20, 0, x_1); +lean_closure_set(x_20, 1, x_2); +lean_closure_set(x_20, 2, x_19); +lean_closure_set(x_20, 3, x_15); +lean_closure_set(x_20, 4, x_13); x_21 = l_Lean_SMap_forM___at_Lean_Server_Completion_completeNamespaces___spec__2(x_18, x_20, x_4, x_5, x_6, x_7, x_8, x_12); return x_21; } @@ -7015,9 +6904,9 @@ LEAN_EXPORT lean_object* l_Lean_Server_Completion_completeNamespaces___lambda__3 _start: { uint8_t x_14; lean_object* x_15; -x_14 = lean_unbox(x_4); -lean_dec(x_4); -x_15 = l_Lean_Server_Completion_completeNamespaces___lambda__3(x_1, x_2, x_3, x_14, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); +x_14 = lean_unbox(x_3); +lean_dec(x_3); +x_15 = l_Lean_Server_Completion_completeNamespaces___lambda__3(x_1, x_2, x_14, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12, x_13); return x_15; } } @@ -15576,52 +15465,70 @@ return x_5; LEAN_EXPORT lean_object* l___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___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) { _start: { +uint8_t x_12; if (lean_obj_tag(x_5) == 0) { -lean_object* x_12; lean_object* x_13; uint8_t x_14; -x_12 = lean_ctor_get(x_1, 0); -lean_inc(x_12); -lean_dec(x_1); -x_13 = lean_ctor_get(x_12, 1); -lean_inc(x_13); -lean_dec(x_12); -x_14 = l_Lean_Syntax_isIdent(x_13); -if (x_14 == 0) +uint8_t x_41; +x_41 = 1; +x_12 = x_41; +goto block_40; +} +else { -lean_object* x_15; lean_object* x_16; uint8_t x_17; -lean_dec(x_4); -lean_inc(x_13); -x_15 = l_Lean_Syntax_getKind(x_13); -x_16 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___lambda__2___closed__4; -x_17 = lean_name_eq(x_15, x_16); -lean_dec(x_15); -if (x_17 == 0) +uint8_t x_42; +x_42 = 0; +x_12 = x_42; +goto block_40; +} +block_40: { -lean_object* x_18; lean_object* x_19; -lean_dec(x_13); -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +if (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_dec(x_4); lean_dec(x_3); lean_dec(x_2); -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_11); +x_13 = lean_st_ref_get(x_10, 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 = lean_ctor_get(x_14, 0); +lean_inc(x_16); +lean_dec(x_14); +x_17 = lean_ctor_get(x_16, 1); +lean_inc(x_17); +lean_dec(x_16); +x_18 = lean_alloc_closure((void*)(l___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___lambda__1___boxed), 10, 2); +lean_closure_set(x_18, 0, x_5); +lean_closure_set(x_18, 1, x_1); +x_19 = l_Lean_SMap_forM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore___spec__2(x_17, x_18, x_6, x_7, x_8, x_9, x_10, x_15); return x_19; } else { lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_20 = lean_unsigned_to_nat(0u); -x_21 = l_Lean_Syntax_getArg(x_13, x_20); -lean_dec(x_13); +lean_dec(x_5); +x_20 = lean_ctor_get(x_2, 0); +lean_inc(x_20); +lean_dec(x_2); +x_21 = lean_ctor_get(x_20, 1); +lean_inc(x_21); +lean_dec(x_20); x_22 = l_Lean_Syntax_isIdent(x_21); if (x_22 == 0) { -lean_object* x_23; lean_object* x_24; +lean_object* x_23; lean_object* x_24; uint8_t x_25; +lean_dec(x_4); +lean_inc(x_21); +x_23 = l_Lean_Syntax_getKind(x_21); +x_24 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___lambda__2___closed__4; +x_25 = lean_name_eq(x_23, x_24); +lean_dec(x_23); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; lean_dec(x_21); lean_dec(x_10); lean_dec(x_9); @@ -15629,58 +15536,59 @@ lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); -lean_dec(x_2); -x_23 = lean_box(0); -x_24 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_24, 0, x_23); -lean_ctor_set(x_24, 1, x_11); -return x_24; +lean_dec(x_1); +x_26 = lean_box(0); +x_27 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_27, 1, x_11); +return x_27; } else { -lean_object* x_25; lean_object* x_26; uint8_t x_27; lean_object* x_28; -x_25 = l_Lean_Syntax_getId(x_21); +lean_object* x_28; lean_object* x_29; uint8_t x_30; +x_28 = lean_unsigned_to_nat(0u); +x_29 = l_Lean_Syntax_getArg(x_21, x_28); lean_dec(x_21); -x_26 = lean_box(0); -x_27 = 1; -x_28 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore(x_2, x_25, x_26, x_27, x_3, x_6, x_7, x_8, x_9, x_10, x_11); -return x_28; -} -} +x_30 = l_Lean_Syntax_isIdent(x_29); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +lean_dec(x_29); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_3); +lean_dec(x_1); +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_11); +return x_32; } else { -lean_object* x_29; uint8_t x_30; lean_object* x_31; -x_29 = l_Lean_Syntax_getId(x_13); -lean_dec(x_13); -x_30 = 0; -x_31 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore(x_2, x_29, x_4, x_30, x_3, x_6, x_7, x_8, x_9, x_10, x_11); -return x_31; +lean_object* x_33; lean_object* x_34; uint8_t x_35; lean_object* x_36; +x_33 = l_Lean_Syntax_getId(x_29); +lean_dec(x_29); +x_34 = lean_box(0); +x_35 = 1; +x_36 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore(x_3, x_33, x_34, x_35, x_1, x_6, x_7, x_8, x_9, x_10, x_11); +return x_36; +} } } 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; -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_32 = lean_st_ref_get(x_10, x_11); -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -x_34 = lean_ctor_get(x_32, 1); -lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_33, 0); -lean_inc(x_35); -lean_dec(x_33); -x_36 = lean_ctor_get(x_35, 1); -lean_inc(x_36); -lean_dec(x_35); -x_37 = lean_alloc_closure((void*)(l___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___lambda__1___boxed), 10, 2); -lean_closure_set(x_37, 0, x_5); -lean_closure_set(x_37, 1, x_3); -x_38 = l_Lean_SMap_forM___at___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore___spec__2(x_36, x_37, x_6, x_7, x_8, x_9, x_10, x_34); -return x_38; +lean_object* x_37; uint8_t x_38; lean_object* x_39; +x_37 = l_Lean_Syntax_getId(x_21); +lean_dec(x_21); +x_38 = 0; +x_39 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_idCompletionCore(x_3, x_37, x_4, x_38, x_1, x_6, x_7, x_8, x_9, x_10, x_11); +return x_39; +} +} } } } @@ -15909,9 +15817,9 @@ lean_inc(x_6); lean_inc(x_1); lean_inc(x_2); x_7 = lean_alloc_closure((void*)(l___private_Lean_Server_Completion_0__Lean_Server_Completion_dotCompletion___lambda__2), 11, 4); -lean_closure_set(x_7, 0, x_2); -lean_closure_set(x_7, 1, x_1); -lean_closure_set(x_7, 2, x_4); +lean_closure_set(x_7, 0, x_4); +lean_closure_set(x_7, 1, x_2); +lean_closure_set(x_7, 2, x_1); lean_closure_set(x_7, 3, x_3); x_8 = lean_ctor_get(x_2, 3); lean_inc(x_8); @@ -16697,7 +16605,7 @@ return x_15; } else { -lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; uint8_t x_32; lean_object* x_33; double x_34; lean_object* x_35; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; uint8_t x_24; lean_object* x_25; double x_26; lean_object* x_27; x_16 = lean_ctor_get(x_7, 0); lean_inc(x_16); x_17 = lean_ctor_get(x_7, 1); @@ -16714,556 +16622,391 @@ x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); x_22 = lean_ctor_get(x_20, 1); lean_inc(x_22); -if (lean_is_exclusive(x_20)) { - lean_ctor_release(x_20, 0); - lean_ctor_release(x_20, 1); - x_23 = x_20; -} else { - lean_dec_ref(x_20); - x_23 = lean_box(0); -} -x_24 = lean_ctor_get(x_21, 0); -lean_inc(x_24); -if (lean_is_exclusive(x_21)) { - lean_ctor_release(x_21, 0); - x_25 = x_21; -} else { - lean_dec_ref(x_21); - x_25 = lean_box(0); -} -x_32 = 1; +lean_dec(x_20); +x_23 = lean_ctor_get(x_21, 0); +lean_inc(x_23); +lean_dec(x_21); +x_24 = 1; lean_inc(x_17); -x_33 = l_Lean_Name_toString(x_17, x_32); -x_34 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_matchAtomic___closed__1; -lean_inc(x_33); +x_25 = l_Lean_Name_toString(x_17, x_24); +x_26 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_matchAtomic___closed__1; +lean_inc(x_25); lean_inc(x_4); -x_35 = l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(x_4, x_33, x_34); -if (lean_obj_tag(x_35) == 0) +x_27 = l_Lean_FuzzyMatching_fuzzyMatchScoreWithThreshold_x3f(x_4, x_25, x_26); +if (lean_obj_tag(x_27) == 0) { -lean_object* x_36; lean_object* x_37; -lean_dec(x_33); +lean_dec(x_25); lean_dec(x_18); lean_dec(x_17); -if (lean_is_scalar(x_25)) { - x_36 = lean_alloc_ctor(1, 1, 0); -} else { - x_36 = x_25; -} -lean_ctor_set(x_36, 0, x_24); -if (lean_is_scalar(x_23)) { - x_37 = lean_alloc_ctor(0, 2, 0); -} else { - x_37 = x_23; -} -lean_ctor_set(x_37, 0, x_36); -lean_ctor_set(x_37, 1, x_22); -x_26 = x_37; -goto block_31; +x_7 = x_19; +x_8 = x_23; +x_13 = x_22; +goto _start; } 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_94; lean_object* x_111; lean_object* x_112; -x_38 = lean_ctor_get(x_35, 0); -lean_inc(x_38); -if (lean_is_exclusive(x_35)) { - lean_ctor_release(x_35, 0); - x_39 = x_35; +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_52; lean_object* x_53; uint8_t x_69; +x_29 = lean_ctor_get(x_27, 0); +lean_inc(x_29); +if (lean_is_exclusive(x_27)) { + lean_ctor_release(x_27, 0); + x_30 = x_27; } else { - lean_dec_ref(x_35); - x_39 = lean_box(0); + lean_dec_ref(x_27); + x_30 = lean_box(0); } -x_40 = lean_ctor_get(x_2, 0); -x_41 = lean_ctor_get(x_18, 1); -lean_inc(x_41); -x_42 = l_Lean_KVMap_findCore(x_6, x_17); +x_31 = lean_ctor_get(x_2, 0); +x_32 = lean_ctor_get(x_18, 1); +lean_inc(x_32); +x_33 = l_Lean_KVMap_findCore(x_6, x_17); lean_dec(x_17); -x_43 = lean_ctor_get(x_18, 3); -lean_inc(x_43); +x_34 = lean_ctor_get(x_18, 3); +lean_inc(x_34); lean_dec(x_18); -x_44 = lean_box(0); -if (lean_obj_tag(x_40) == 0) +x_35 = lean_box(0); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_129; -x_129 = lean_box(0); -x_45 = x_129; -goto block_93; +x_69 = x_24; +goto block_107; } else { -lean_object* x_130; lean_object* x_131; -x_130 = lean_ctor_get(x_40, 0); -x_131 = lean_ctor_get(x_130, 0); -if (lean_obj_tag(x_131) == 0) +lean_object* x_108; lean_object* x_109; +x_108 = lean_ctor_get(x_31, 0); +x_109 = lean_ctor_get(x_108, 0); +if (lean_obj_tag(x_109) == 0) { -lean_object* x_132; -x_132 = lean_box(0); -x_45 = x_132; -goto block_93; +x_69 = x_24; +goto block_107; } else { -lean_object* x_133; -x_133 = lean_ctor_get(x_131, 0); -if (lean_obj_tag(x_133) == 0) +lean_object* x_110; +x_110 = lean_ctor_get(x_109, 0); +if (lean_obj_tag(x_110) == 0) { -lean_object* x_134; -x_134 = lean_box(0); -x_45 = x_134; -goto block_93; +x_69 = x_24; +goto block_107; } else { -lean_object* x_135; -x_135 = lean_ctor_get(x_133, 0); -if (lean_obj_tag(x_135) == 0) +lean_object* x_111; +x_111 = lean_ctor_get(x_110, 0); +if (lean_obj_tag(x_111) == 0) { -lean_object* x_136; -x_136 = lean_box(0); -x_45 = x_136; -goto block_93; +x_69 = x_24; +goto block_107; } else { -lean_object* x_137; uint8_t x_138; -x_137 = lean_ctor_get(x_135, 0); -x_138 = lean_unbox(x_137); -if (x_138 == 0) +lean_object* x_112; uint8_t x_113; +x_112 = lean_ctor_get(x_111, 0); +x_113 = lean_unbox(x_112); +if (x_113 == 0) { -lean_object* x_139; -x_139 = lean_box(0); -x_45 = x_139; -goto block_93; +x_69 = x_24; +goto block_107; } else { -uint8_t x_140; lean_object* x_141; -lean_dec(x_39); -lean_dec(x_25); -lean_dec(x_23); -x_140 = 0; +uint8_t x_114; +x_114 = 0; +x_69 = x_114; +goto block_107; +} +} +} +} +} +block_51: +{ +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; lean_object* x_49; +x_37 = lean_data_value_to_string(x_32); +x_38 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; +x_39 = lean_string_append(x_38, x_37); +lean_dec(x_37); +x_40 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; +x_41 = lean_string_append(x_39, x_40); +x_42 = lean_string_append(x_41, x_34); +lean_dec(x_34); +x_43 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; +x_44 = lean_string_append(x_42, x_43); +if (lean_is_scalar(x_30)) { + x_45 = lean_alloc_ctor(1, 1, 0); +} else { + x_45 = x_30; +} +lean_ctor_set(x_45, 0, x_44); +x_46 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; +x_47 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_47, 0, x_25); +lean_ctor_set(x_47, 1, x_45); +lean_ctor_set(x_47, 2, x_35); +lean_ctor_set(x_47, 3, x_46); +lean_ctor_set(x_47, 4, x_36); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_29); +x_49 = lean_array_push(x_23, x_48); +x_7 = x_19; +x_8 = x_49; +x_13 = x_22; +goto _start; +} +block_68: +{ +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; +x_54 = lean_data_value_to_string(x_53); +x_55 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; +x_56 = lean_string_append(x_55, x_54); +lean_dec(x_54); +x_57 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; +x_58 = lean_string_append(x_56, x_57); +x_59 = lean_string_append(x_58, x_34); +lean_dec(x_34); +x_60 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; +x_61 = lean_string_append(x_59, x_60); +x_62 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_62, 0, x_61); +x_63 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; +x_64 = lean_alloc_ctor(0, 5, 0); +lean_ctor_set(x_64, 0, x_25); +lean_ctor_set(x_64, 1, x_62); +lean_ctor_set(x_64, 2, x_35); +lean_ctor_set(x_64, 3, x_63); +lean_ctor_set(x_64, 4, x_52); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_29); +x_66 = lean_array_push(x_23, x_65); +x_7 = x_19; +x_8 = x_66; +x_13 = x_22; +goto _start; +} +block_107: +{ +if (x_69 == 0) +{ +uint8_t x_70; lean_object* x_71; +x_70 = 0; lean_inc(x_3); -x_141 = l_Lean_Syntax_getRange_x3f(x_3, x_140); -if (lean_obj_tag(x_141) == 0) +x_71 = l_Lean_Syntax_getRange_x3f(x_3, x_70); +if (lean_obj_tag(x_71) == 0) { -if (lean_obj_tag(x_42) == 0) +if (lean_obj_tag(x_33) == 0) { -x_94 = x_44; -goto block_110; +x_36 = x_35; +goto block_51; } else { -lean_object* x_142; -lean_dec(x_41); -x_142 = lean_ctor_get(x_42, 0); -lean_inc(x_142); -lean_dec(x_42); -x_111 = x_44; -x_112 = x_142; -goto block_128; +lean_object* x_72; +lean_dec(x_32); +lean_dec(x_30); +x_72 = lean_ctor_get(x_33, 0); +lean_inc(x_72); +lean_dec(x_33); +x_52 = x_35; +x_53 = x_72; +goto block_68; } } else { -uint8_t x_143; -x_143 = !lean_is_exclusive(x_141); -if (x_143 == 0) +uint8_t x_73; +x_73 = !lean_is_exclusive(x_71); +if (x_73 == 0) { -lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_144 = lean_ctor_get(x_141, 0); -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -x_146 = lean_ctor_get(x_144, 1); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_ctor_get(x_1, 1); -x_148 = l_Lean_FileMap_utf8PosToLspPos(x_147, x_145); -lean_dec(x_145); +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_74 = lean_ctor_get(x_71, 0); +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_1, 1); +x_78 = l_Lean_FileMap_utf8PosToLspPos(x_77, x_75); +lean_dec(x_75); if (x_5 == 0) { -lean_object* x_149; lean_object* x_150; lean_object* x_151; -x_149 = l_Lean_FileMap_utf8PosToLspPos(x_147, x_146); -lean_dec(x_146); -x_150 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_150, 0, x_148); -lean_ctor_set(x_150, 1, x_149); -lean_inc(x_150); -lean_inc(x_33); -x_151 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_151, 0, x_33); -lean_ctor_set(x_151, 1, x_150); -lean_ctor_set(x_151, 2, x_150); -lean_ctor_set(x_141, 0, x_151); -if (lean_obj_tag(x_42) == 0) +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = l_Lean_FileMap_utf8PosToLspPos(x_77, x_76); +lean_dec(x_76); +x_80 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_80, 0, x_78); +lean_ctor_set(x_80, 1, x_79); +lean_inc(x_80); +lean_inc(x_25); +x_81 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_81, 0, x_25); +lean_ctor_set(x_81, 1, x_80); +lean_ctor_set(x_81, 2, x_80); +lean_ctor_set(x_71, 0, x_81); +if (lean_obj_tag(x_33) == 0) { -x_94 = x_141; -goto block_110; +x_36 = x_71; +goto block_51; } else { -lean_object* x_152; -lean_dec(x_41); -x_152 = lean_ctor_get(x_42, 0); -lean_inc(x_152); -lean_dec(x_42); -x_111 = x_141; -x_112 = x_152; -goto block_128; +lean_object* x_82; +lean_dec(x_32); +lean_dec(x_30); +x_82 = lean_ctor_get(x_33, 0); +lean_inc(x_82); +lean_dec(x_33); +x_52 = x_71; +x_53 = x_82; +goto block_68; } } else { -lean_object* x_153; lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_153 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__5; -x_154 = lean_nat_add(x_146, x_153); -lean_dec(x_146); -x_155 = l_Lean_FileMap_utf8PosToLspPos(x_147, x_154); -lean_dec(x_154); -x_156 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_156, 0, x_148); -lean_ctor_set(x_156, 1, x_155); -lean_inc(x_156); -lean_inc(x_33); -x_157 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_157, 0, x_33); -lean_ctor_set(x_157, 1, x_156); -lean_ctor_set(x_157, 2, x_156); -lean_ctor_set(x_141, 0, x_157); -if (lean_obj_tag(x_42) == 0) +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; +x_83 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__5; +x_84 = lean_nat_add(x_76, x_83); +lean_dec(x_76); +x_85 = l_Lean_FileMap_utf8PosToLspPos(x_77, x_84); +lean_dec(x_84); +x_86 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_86, 0, x_78); +lean_ctor_set(x_86, 1, x_85); +lean_inc(x_86); +lean_inc(x_25); +x_87 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_87, 0, x_25); +lean_ctor_set(x_87, 1, x_86); +lean_ctor_set(x_87, 2, x_86); +lean_ctor_set(x_71, 0, x_87); +if (lean_obj_tag(x_33) == 0) { -x_94 = x_141; -goto block_110; +x_36 = x_71; +goto block_51; } else { -lean_object* x_158; -lean_dec(x_41); -x_158 = lean_ctor_get(x_42, 0); -lean_inc(x_158); -lean_dec(x_42); -x_111 = x_141; -x_112 = x_158; -goto block_128; +lean_object* x_88; +lean_dec(x_32); +lean_dec(x_30); +x_88 = lean_ctor_get(x_33, 0); +lean_inc(x_88); +lean_dec(x_33); +x_52 = x_71; +x_53 = x_88; +goto block_68; } } } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; -x_159 = lean_ctor_get(x_141, 0); -lean_inc(x_159); -lean_dec(x_141); -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_1, 1); -x_163 = l_Lean_FileMap_utf8PosToLspPos(x_162, x_160); -lean_dec(x_160); +lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; +x_89 = lean_ctor_get(x_71, 0); +lean_inc(x_89); +lean_dec(x_71); +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +x_91 = lean_ctor_get(x_89, 1); +lean_inc(x_91); +lean_dec(x_89); +x_92 = lean_ctor_get(x_1, 1); +x_93 = l_Lean_FileMap_utf8PosToLspPos(x_92, x_90); +lean_dec(x_90); if (x_5 == 0) { -lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; -x_164 = l_Lean_FileMap_utf8PosToLspPos(x_162, x_161); -lean_dec(x_161); -x_165 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_165, 0, x_163); -lean_ctor_set(x_165, 1, x_164); -lean_inc(x_165); -lean_inc(x_33); -x_166 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_166, 0, x_33); -lean_ctor_set(x_166, 1, x_165); -lean_ctor_set(x_166, 2, x_165); -x_167 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_167, 0, x_166); -if (lean_obj_tag(x_42) == 0) +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; +x_94 = l_Lean_FileMap_utf8PosToLspPos(x_92, x_91); +lean_dec(x_91); +x_95 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_95, 0, x_93); +lean_ctor_set(x_95, 1, x_94); +lean_inc(x_95); +lean_inc(x_25); +x_96 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_96, 0, x_25); +lean_ctor_set(x_96, 1, x_95); +lean_ctor_set(x_96, 2, x_95); +x_97 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_97, 0, x_96); +if (lean_obj_tag(x_33) == 0) { -x_94 = x_167; -goto block_110; +x_36 = x_97; +goto block_51; } else { -lean_object* x_168; -lean_dec(x_41); -x_168 = lean_ctor_get(x_42, 0); -lean_inc(x_168); -lean_dec(x_42); -x_111 = x_167; -x_112 = x_168; -goto block_128; +lean_object* x_98; +lean_dec(x_32); +lean_dec(x_30); +x_98 = lean_ctor_get(x_33, 0); +lean_inc(x_98); +lean_dec(x_33); +x_52 = x_97; +x_53 = x_98; +goto block_68; } } 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; -x_169 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__5; -x_170 = lean_nat_add(x_161, x_169); -lean_dec(x_161); -x_171 = l_Lean_FileMap_utf8PosToLspPos(x_162, x_170); -lean_dec(x_170); -x_172 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_172, 0, x_163); -lean_ctor_set(x_172, 1, x_171); -lean_inc(x_172); -lean_inc(x_33); -x_173 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_173, 0, x_33); -lean_ctor_set(x_173, 1, x_172); -lean_ctor_set(x_173, 2, x_172); -x_174 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_174, 0, x_173); -if (lean_obj_tag(x_42) == 0) +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_99 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__5; +x_100 = lean_nat_add(x_91, x_99); +lean_dec(x_91); +x_101 = l_Lean_FileMap_utf8PosToLspPos(x_92, x_100); +lean_dec(x_100); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_93); +lean_ctor_set(x_102, 1, x_101); +lean_inc(x_102); +lean_inc(x_25); +x_103 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_103, 0, x_25); +lean_ctor_set(x_103, 1, x_102); +lean_ctor_set(x_103, 2, x_102); +x_104 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_104, 0, x_103); +if (lean_obj_tag(x_33) == 0) { -x_94 = x_174; -goto block_110; +x_36 = x_104; +goto block_51; } else { -lean_object* x_175; -lean_dec(x_41); -x_175 = lean_ctor_get(x_42, 0); -lean_inc(x_175); -lean_dec(x_42); -x_111 = x_174; -x_112 = x_175; -goto block_128; -} -} -} -} -} -} -} -} +lean_object* x_105; +lean_dec(x_32); +lean_dec(x_30); +x_105 = lean_ctor_get(x_33, 0); +lean_inc(x_105); +lean_dec(x_33); +x_52 = x_104; +x_53 = x_105; +goto block_68; } -block_93: -{ -lean_dec(x_45); -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_46 = lean_data_value_to_string(x_41); -x_47 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; -x_48 = lean_string_append(x_47, x_46); -lean_dec(x_46); -x_49 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; -x_50 = lean_string_append(x_48, x_49); -x_51 = lean_string_append(x_50, x_43); -lean_dec(x_43); -x_52 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; -x_53 = lean_string_append(x_51, x_52); -if (lean_is_scalar(x_39)) { - x_54 = lean_alloc_ctor(1, 1, 0); -} else { - x_54 = x_39; } -lean_ctor_set(x_54, 0, x_53); -x_55 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; -x_56 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_56, 0, x_33); -lean_ctor_set(x_56, 1, x_54); -lean_ctor_set(x_56, 2, x_44); -lean_ctor_set(x_56, 3, x_55); -lean_ctor_set(x_56, 4, x_44); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_56); -lean_ctor_set(x_57, 1, x_38); -x_58 = lean_array_push(x_24, x_57); -if (lean_is_scalar(x_25)) { - x_59 = lean_alloc_ctor(1, 1, 0); -} else { - x_59 = x_25; } -lean_ctor_set(x_59, 0, x_58); -if (lean_is_scalar(x_23)) { - x_60 = lean_alloc_ctor(0, 2, 0); -} else { - x_60 = x_23; } -lean_ctor_set(x_60, 0, x_59); -lean_ctor_set(x_60, 1, x_22); -x_26 = x_60; -goto block_31; } else { -uint8_t x_61; -lean_dec(x_41); -lean_dec(x_39); -x_61 = !lean_is_exclusive(x_42); -if (x_61 == 0) +if (lean_obj_tag(x_33) == 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_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_62 = lean_ctor_get(x_42, 0); -x_63 = lean_data_value_to_string(x_62); -x_64 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; -x_65 = lean_string_append(x_64, x_63); -lean_dec(x_63); -x_66 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; -x_67 = lean_string_append(x_65, x_66); -x_68 = lean_string_append(x_67, x_43); -lean_dec(x_43); -x_69 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; -x_70 = lean_string_append(x_68, x_69); -lean_ctor_set(x_42, 0, x_70); -x_71 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; -x_72 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_72, 0, x_33); -lean_ctor_set(x_72, 1, x_42); -lean_ctor_set(x_72, 2, x_44); -lean_ctor_set(x_72, 3, x_71); -lean_ctor_set(x_72, 4, x_44); -x_73 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_73, 0, x_72); -lean_ctor_set(x_73, 1, x_38); -x_74 = lean_array_push(x_24, x_73); -if (lean_is_scalar(x_25)) { - x_75 = lean_alloc_ctor(1, 1, 0); -} else { - x_75 = x_25; -} -lean_ctor_set(x_75, 0, x_74); -if (lean_is_scalar(x_23)) { - x_76 = lean_alloc_ctor(0, 2, 0); -} else { - x_76 = x_23; -} -lean_ctor_set(x_76, 0, x_75); -lean_ctor_set(x_76, 1, x_22); -x_26 = x_76; -goto block_31; +x_36 = x_35; +goto block_51; } else { -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; -x_77 = lean_ctor_get(x_42, 0); -lean_inc(x_77); -lean_dec(x_42); -x_78 = lean_data_value_to_string(x_77); -x_79 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; -x_80 = lean_string_append(x_79, x_78); -lean_dec(x_78); -x_81 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; -x_82 = lean_string_append(x_80, x_81); -x_83 = lean_string_append(x_82, x_43); -lean_dec(x_43); -x_84 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; -x_85 = lean_string_append(x_83, x_84); -x_86 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_86, 0, x_85); -x_87 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; -x_88 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_88, 0, x_33); -lean_ctor_set(x_88, 1, x_86); -lean_ctor_set(x_88, 2, x_44); -lean_ctor_set(x_88, 3, x_87); -lean_ctor_set(x_88, 4, x_44); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_38); -x_90 = lean_array_push(x_24, x_89); -if (lean_is_scalar(x_25)) { - x_91 = lean_alloc_ctor(1, 1, 0); -} else { - x_91 = x_25; -} -lean_ctor_set(x_91, 0, x_90); -if (lean_is_scalar(x_23)) { - x_92 = lean_alloc_ctor(0, 2, 0); -} else { - x_92 = x_23; -} -lean_ctor_set(x_92, 0, x_91); -lean_ctor_set(x_92, 1, x_22); -x_26 = x_92; -goto block_31; -} -} -} -block_110: -{ -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; -x_95 = lean_data_value_to_string(x_41); -x_96 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; -x_97 = lean_string_append(x_96, x_95); -lean_dec(x_95); -x_98 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; -x_99 = lean_string_append(x_97, x_98); -x_100 = lean_string_append(x_99, x_43); -lean_dec(x_43); -x_101 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; -x_102 = lean_string_append(x_100, x_101); -x_103 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_103, 0, x_102); -x_104 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; -x_105 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_105, 0, x_33); -lean_ctor_set(x_105, 1, x_103); -lean_ctor_set(x_105, 2, x_44); -lean_ctor_set(x_105, 3, x_104); -lean_ctor_set(x_105, 4, x_94); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_105); -lean_ctor_set(x_106, 1, x_38); -x_107 = lean_array_push(x_24, x_106); -x_108 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_108, 0, x_107); -x_109 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_109, 0, x_108); -lean_ctor_set(x_109, 1, x_22); -x_26 = x_109; -goto block_31; +lean_object* x_106; +lean_dec(x_32); +lean_dec(x_30); +x_106 = lean_ctor_get(x_33, 0); +lean_inc(x_106); +lean_dec(x_33); +x_52 = x_35; +x_53 = x_106; +goto block_68; } -block_128: -{ -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; -x_113 = lean_data_value_to_string(x_112); -x_114 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__2; -x_115 = lean_string_append(x_114, x_113); -lean_dec(x_113); -x_116 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__3; -x_117 = lean_string_append(x_115, x_116); -x_118 = lean_string_append(x_117, x_43); -lean_dec(x_43); -x_119 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__4; -x_120 = lean_string_append(x_118, x_119); -x_121 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_121, 0, x_120); -x_122 = l_Lean_RBNode_forIn_visit___at___private_Lean_Server_Completion_0__Lean_Server_Completion_optionCompletion___spec__1___closed__1; -x_123 = lean_alloc_ctor(0, 5, 0); -lean_ctor_set(x_123, 0, x_33); -lean_ctor_set(x_123, 1, x_121); -lean_ctor_set(x_123, 2, x_44); -lean_ctor_set(x_123, 3, x_122); -lean_ctor_set(x_123, 4, x_111); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_38); -x_125 = lean_array_push(x_24, x_124); -x_126 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_126, 0, x_125); -x_127 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_127, 0, x_126); -lean_ctor_set(x_127, 1, x_22); -x_26 = x_127; -goto block_31; } } -block_31: -{ -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 = lean_ctor_get(x_27, 0); -lean_inc(x_29); -lean_dec(x_27); -x_7 = x_19; -x_8 = x_29; -x_13 = x_28; -goto _start; } } } @@ -17928,9 +17671,9 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Server_Completion_find_x3f_choose(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; uint8_t x_92; -x_92 = l_Lean_Elab_Info_isCompletion(x_5); -if (x_92 == 0) +lean_object* x_7; uint8_t x_91; uint8_t x_183; +x_183 = l_Lean_Elab_Info_isCompletion(x_5); +if (x_183 == 0) { lean_dec(x_5); lean_dec(x_4); @@ -17938,1248 +17681,920 @@ return x_6; } else { -lean_object* x_93; -x_93 = l_Lean_Elab_Info_occursInside_x3f(x_5, x_1); -if (lean_obj_tag(x_93) == 0) -{ -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_94; -x_94 = l_Lean_Elab_Info_occursBefore_x3f(x_5, x_1); -if (lean_obj_tag(x_94) == 0) +lean_object* x_184; +x_184 = l_Lean_Elab_Info_occursInside_x3f(x_5, x_1); +if (lean_obj_tag(x_184) == 0) { -lean_dec(x_5); -lean_dec(x_4); -return x_6; +uint8_t x_185; +x_185 = 0; +x_91 = x_185; +goto block_182; } else { -uint8_t x_95; -x_95 = !lean_is_exclusive(x_94); -if (x_95 == 0) -{ -lean_object* x_96; lean_object* x_97; -x_96 = lean_ctor_get(x_94, 0); -lean_dec(x_96); -x_97 = l_Lean_Elab_Info_tailPos_x3f(x_5); -if (lean_obj_tag(x_97) == 0) +uint8_t x_186; +lean_dec(x_184); +x_186 = 1; +x_91 = x_186; +goto block_182; +} +} +block_90: { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; uint8_t x_102; -x_98 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_99 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_98); -x_100 = l_Lean_FileMap_toPosition(x_2, x_99); -lean_dec(x_99); -x_101 = lean_ctor_get(x_100, 0); -lean_inc(x_101); -lean_dec(x_100); -x_102 = lean_nat_dec_eq(x_101, x_3); -lean_dec(x_101); -if (x_102 == 0) +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_86; +x_8 = l_Lean_FileMap_toPosition(x_2, x_7); +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +lean_dec(x_8); +x_86 = l_Lean_Elab_Info_tailPos_x3f(x_5); +if (lean_obj_tag(x_86) == 0) { -lean_free_object(x_94); -lean_dec(x_5); -lean_dec(x_4); -return x_6; +lean_object* x_87; lean_object* x_88; +x_87 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; +x_88 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_87); +x_10 = x_88; +goto block_85; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_4); -lean_ctor_set(x_103, 1, x_5); -x_104 = lean_box(0); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_104); -lean_ctor_set(x_105, 1, x_103); -lean_ctor_set(x_94, 0, x_105); -return x_94; +lean_object* x_89; +x_89 = lean_ctor_get(x_86, 0); +lean_inc(x_89); +lean_dec(x_86); +x_10 = x_89; +goto block_85; } +block_85: +{ +lean_object* x_11; lean_object* x_12; uint8_t x_13; uint8_t x_80; +x_11 = l_Lean_FileMap_toPosition(x_2, x_10); +lean_dec(x_10); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +lean_dec(x_11); +x_80 = lean_nat_dec_eq(x_9, x_3); +if (x_80 == 0) +{ +uint8_t x_81; +lean_dec(x_12); +lean_dec(x_9); +x_81 = 1; +x_13 = x_81; +goto block_79; } else { -uint8_t x_106; -lean_free_object(x_94); -x_106 = !lean_is_exclusive(x_97); -if (x_106 == 0) -{ -lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; -x_107 = lean_ctor_get(x_97, 0); -x_108 = l_Lean_FileMap_toPosition(x_2, x_107); -lean_dec(x_107); -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -lean_dec(x_108); -x_110 = lean_nat_dec_eq(x_109, x_3); -lean_dec(x_109); -if (x_110 == 0) +uint8_t x_82; +x_82 = lean_nat_dec_eq(x_9, x_12); +lean_dec(x_12); +lean_dec(x_9); +if (x_82 == 0) { -lean_free_object(x_97); -lean_dec(x_5); -lean_dec(x_4); -return x_6; +uint8_t x_83; +x_83 = 1; +x_13 = x_83; +goto block_79; } else { -lean_object* x_111; lean_object* x_112; lean_object* x_113; -x_111 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_111, 0, x_4); -lean_ctor_set(x_111, 1, x_5); -x_112 = lean_box(0); -x_113 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_113, 0, x_112); -lean_ctor_set(x_113, 1, x_111); -lean_ctor_set(x_97, 0, x_113); -return x_97; +uint8_t x_84; +x_84 = 0; +x_13 = x_84; +goto block_79; } } -else +block_79: { -lean_object* x_114; lean_object* x_115; lean_object* x_116; uint8_t x_117; -x_114 = lean_ctor_get(x_97, 0); -lean_inc(x_114); -lean_dec(x_97); -x_115 = l_Lean_FileMap_toPosition(x_2, x_114); -lean_dec(x_114); -x_116 = lean_ctor_get(x_115, 0); -lean_inc(x_116); -lean_dec(x_115); -x_117 = lean_nat_dec_eq(x_116, x_3); -lean_dec(x_116); -if (x_117 == 0) +if (x_13 == 0) { -lean_dec(x_5); -lean_dec(x_4); -return x_6; -} -else +if (lean_obj_tag(x_6) == 0) { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_4); -lean_ctor_set(x_118, 1, x_5); -x_119 = lean_box(0); -x_120 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_120, 0, x_119); -lean_ctor_set(x_120, 1, x_118); -x_121 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_121, 0, x_120); -return x_121; -} -} -} +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_14 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +x_15 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_15, 0, x_14); +x_16 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_16, 0, x_4); +lean_ctor_set(x_16, 1, x_5); +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_15); +lean_ctor_set(x_17, 1, x_16); +x_18 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_18, 0, x_17); +return x_18; } else { -lean_object* x_122; -lean_dec(x_94); -x_122 = l_Lean_Elab_Info_tailPos_x3f(x_5); -if (lean_obj_tag(x_122) == 0) +lean_object* x_19; lean_object* x_20; +x_19 = lean_ctor_get(x_6, 0); +lean_inc(x_19); +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +if (lean_obj_tag(x_20) == 0) { -lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; uint8_t x_127; -x_123 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_124 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_123); -x_125 = l_Lean_FileMap_toPosition(x_2, x_124); -lean_dec(x_124); -x_126 = lean_ctor_get(x_125, 0); -lean_inc(x_126); -lean_dec(x_125); -x_127 = lean_nat_dec_eq(x_126, x_3); -lean_dec(x_126); -if (x_127 == 0) +uint8_t x_21; +x_21 = !lean_is_exclusive(x_6); +if (x_21 == 0) { -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_6, 0); +lean_dec(x_22); +x_23 = !lean_is_exclusive(x_19); +if (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_19, 1); +lean_dec(x_24); +x_25 = lean_ctor_get(x_19, 0); +lean_dec(x_25); +x_26 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +x_27 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_27, 0, x_26); +lean_ctor_set(x_19, 1, x_5); +lean_ctor_set(x_19, 0, x_4); +x_28 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_28, 0, x_27); +lean_ctor_set(x_28, 1, x_19); +lean_ctor_set(x_6, 0, x_28); return x_6; } else { -lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; -x_128 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_128, 0, x_4); -lean_ctor_set(x_128, 1, x_5); -x_129 = lean_box(0); -x_130 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_130, 0, x_129); -lean_ctor_set(x_130, 1, x_128); -x_131 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_131, 0, x_130); -return x_131; +lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +lean_dec(x_19); +x_29 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +x_30 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_30, 0, x_29); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_4); +lean_ctor_set(x_31, 1, x_5); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_30); +lean_ctor_set(x_32, 1, x_31); +lean_ctor_set(x_6, 0, x_32); +return x_6; } } else { -lean_object* x_132; lean_object* x_133; lean_object* x_134; lean_object* x_135; uint8_t x_136; -x_132 = lean_ctor_get(x_122, 0); -lean_inc(x_132); -if (lean_is_exclusive(x_122)) { - lean_ctor_release(x_122, 0); - x_133 = x_122; +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_dec(x_6); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_33 = x_19; } else { - lean_dec_ref(x_122); - x_133 = lean_box(0); -} -x_134 = l_Lean_FileMap_toPosition(x_2, x_132); -lean_dec(x_132); -x_135 = lean_ctor_get(x_134, 0); -lean_inc(x_135); -lean_dec(x_134); -x_136 = lean_nat_dec_eq(x_135, x_3); -lean_dec(x_135); -if (x_136 == 0) -{ -lean_dec(x_133); -lean_dec(x_5); -lean_dec(x_4); -return x_6; + lean_dec_ref(x_19); + x_33 = lean_box(0); } -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; lean_object* x_140; -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_4); -lean_ctor_set(x_137, 1, x_5); -x_138 = lean_box(0); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_137); -if (lean_is_scalar(x_133)) { - x_140 = lean_alloc_ctor(1, 1, 0); +x_34 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +if (lean_is_scalar(x_33)) { + x_36 = lean_alloc_ctor(0, 2, 0); } else { - x_140 = x_133; -} -lean_ctor_set(x_140, 0, x_139); -return x_140; -} -} + x_36 = x_33; } +lean_ctor_set(x_36, 0, x_4); +lean_ctor_set(x_36, 1, x_5); +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 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_38, 0, x_37); +return x_38; } } else { -lean_object* x_141; lean_object* x_142; -x_141 = lean_ctor_get(x_6, 0); -lean_inc(x_141); -x_142 = lean_ctor_get(x_141, 0); -lean_inc(x_142); -if (lean_obj_tag(x_142) == 0) +uint8_t x_39; +x_39 = !lean_is_exclusive(x_20); +if (x_39 == 0) { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -x_143 = lean_ctor_get(x_141, 1); -lean_inc(x_143); -if (lean_is_exclusive(x_141)) { - lean_ctor_release(x_141, 0); - lean_ctor_release(x_141, 1); - x_144 = x_141; -} else { - lean_dec_ref(x_141); - x_144 = lean_box(0); -} -x_145 = l_Lean_Elab_Info_occursBefore_x3f(x_5, x_1); -if (lean_obj_tag(x_145) == 0) +lean_object* x_40; uint8_t x_41; +x_40 = lean_ctor_get(x_20, 0); +lean_dec(x_40); +x_41 = !lean_is_exclusive(x_19); +if (x_41 == 0) { -lean_dec(x_144); -lean_dec(x_143); +lean_object* x_42; lean_object* x_43; uint8_t x_44; +x_42 = lean_ctor_get(x_19, 1); +x_43 = lean_ctor_get(x_19, 0); +lean_dec(x_43); +x_44 = !lean_is_exclusive(x_42); +if (x_44 == 0) +{ +lean_object* x_45; lean_object* x_46; uint8_t x_47; +x_45 = lean_ctor_get(x_42, 1); +x_46 = lean_ctor_get(x_42, 0); +lean_dec(x_46); +x_47 = l_Lean_Elab_Info_isSmaller(x_5, x_45); +lean_dec(x_45); +if (x_47 == 0) +{ +lean_free_object(x_42); +lean_free_object(x_19); +lean_free_object(x_20); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_212; -x_146 = lean_ctor_get(x_145, 0); -lean_inc(x_146); -if (lean_is_exclusive(x_145)) { - lean_ctor_release(x_145, 0); - x_147 = x_145; -} else { - lean_dec_ref(x_145); - x_147 = lean_box(0); -} -x_212 = l_Lean_Elab_Info_tailPos_x3f(x_5); -if (lean_obj_tag(x_212) == 0) -{ -lean_object* x_213; lean_object* x_214; lean_object* x_215; lean_object* x_216; uint8_t x_217; -x_213 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_214 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_213); -x_215 = l_Lean_FileMap_toPosition(x_2, x_214); -lean_dec(x_214); -x_216 = lean_ctor_get(x_215, 0); -lean_inc(x_216); -lean_dec(x_215); -x_217 = lean_nat_dec_eq(x_216, x_3); -lean_dec(x_216); -if (x_217 == 0) +uint8_t x_48; +x_48 = !lean_is_exclusive(x_6); +if (x_48 == 0) { -lean_dec(x_147); -lean_dec(x_146); -lean_dec(x_144); -lean_dec(x_143); -lean_dec(x_5); -lean_dec(x_4); +lean_object* x_49; lean_object* x_50; +x_49 = lean_ctor_get(x_6, 0); +lean_dec(x_49); +x_50 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +lean_ctor_set(x_20, 0, x_50); +lean_ctor_set(x_42, 1, x_5); +lean_ctor_set(x_42, 0, x_4); return x_6; } else { -lean_object* x_218; -x_218 = lean_box(0); -x_148 = x_218; -goto block_211; +lean_object* x_51; lean_object* x_52; +lean_dec(x_6); +x_51 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +lean_ctor_set(x_20, 0, x_51); +lean_ctor_set(x_42, 1, x_5); +lean_ctor_set(x_42, 0, x_4); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_19); +return x_52; +} } } else { -lean_object* x_219; lean_object* x_220; lean_object* x_221; uint8_t x_222; -x_219 = lean_ctor_get(x_212, 0); -lean_inc(x_219); -lean_dec(x_212); -x_220 = l_Lean_FileMap_toPosition(x_2, x_219); -lean_dec(x_219); -x_221 = lean_ctor_get(x_220, 0); -lean_inc(x_221); -lean_dec(x_220); -x_222 = lean_nat_dec_eq(x_221, x_3); -lean_dec(x_221); -if (x_222 == 0) +lean_object* x_53; uint8_t x_54; +x_53 = lean_ctor_get(x_42, 1); +lean_inc(x_53); +lean_dec(x_42); +x_54 = l_Lean_Elab_Info_isSmaller(x_5, x_53); +lean_dec(x_53); +if (x_54 == 0) { -lean_dec(x_147); -lean_dec(x_146); -lean_dec(x_144); -lean_dec(x_143); +lean_free_object(x_19); +lean_free_object(x_20); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_223; -x_223 = lean_box(0); -x_148 = x_223; -goto block_211; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_55 = x_6; +} else { + lean_dec_ref(x_6); + x_55 = lean_box(0); +} +x_56 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +lean_ctor_set(x_20, 0, x_56); +x_57 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_57, 0, x_4); +lean_ctor_set(x_57, 1, x_5); +lean_ctor_set(x_19, 1, x_57); +if (lean_is_scalar(x_55)) { + x_58 = lean_alloc_ctor(1, 1, 0); +} else { + x_58 = x_55; +} +lean_ctor_set(x_58, 0, x_19); +return x_58; } } -block_211: -{ -uint8_t x_149; -lean_dec(x_148); -x_149 = !lean_is_exclusive(x_143); -if (x_149 == 0) -{ -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_143, 1); -x_151 = lean_ctor_get(x_143, 0); -lean_dec(x_151); -x_152 = l_Lean_Elab_Info_occursBefore_x3f(x_150, x_1); -if (lean_obj_tag(x_152) == 0) -{ -lean_object* x_153; lean_object* x_154; uint8_t x_155; -x_153 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_154 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_153); -x_155 = lean_nat_dec_lt(x_146, x_154); -if (x_155 == 0) -{ -uint8_t x_156; -x_156 = lean_nat_dec_eq(x_146, x_154); -lean_dec(x_154); -lean_dec(x_146); -if (x_156 == 0) -{ -lean_free_object(x_143); -lean_dec(x_150); -lean_dec(x_147); -lean_dec(x_144); -lean_dec(x_5); -lean_dec(x_4); -return x_6; } else { -uint8_t x_157; -x_157 = l_Lean_Elab_Info_isSmaller(x_5, x_150); -lean_dec(x_150); -if (x_157 == 0) +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = lean_ctor_get(x_19, 1); +lean_inc(x_59); +lean_dec(x_19); +x_60 = lean_ctor_get(x_59, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_59)) { + lean_ctor_release(x_59, 0); + lean_ctor_release(x_59, 1); + x_61 = x_59; +} else { + lean_dec_ref(x_59); + x_61 = lean_box(0); +} +x_62 = l_Lean_Elab_Info_isSmaller(x_5, x_60); +lean_dec(x_60); +if (x_62 == 0) { -lean_free_object(x_143); -lean_dec(x_147); -lean_dec(x_144); +lean_dec(x_61); +lean_free_object(x_20); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_158; lean_object* x_159; lean_object* x_160; -lean_dec(x_6); -lean_ctor_set(x_143, 1, x_5); -lean_ctor_set(x_143, 0, x_4); -x_158 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_159 = lean_alloc_ctor(0, 2, 0); +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_63 = x_6; } else { - x_159 = x_144; + lean_dec_ref(x_6); + x_63 = lean_box(0); } -lean_ctor_set(x_159, 0, x_158); -lean_ctor_set(x_159, 1, x_143); -if (lean_is_scalar(x_147)) { - x_160 = lean_alloc_ctor(1, 1, 0); +x_64 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +lean_ctor_set(x_20, 0, x_64); +if (lean_is_scalar(x_61)) { + x_65 = lean_alloc_ctor(0, 2, 0); +} else { + x_65 = x_61; +} +lean_ctor_set(x_65, 0, x_4); +lean_ctor_set(x_65, 1, x_5); +x_66 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_66, 0, x_20); +lean_ctor_set(x_66, 1, x_65); +if (lean_is_scalar(x_63)) { + x_67 = lean_alloc_ctor(1, 1, 0); } else { - x_160 = x_147; + x_67 = x_63; } -lean_ctor_set(x_160, 0, x_159); -return x_160; +lean_ctor_set(x_67, 0, x_66); +return x_67; } } } else { -lean_object* x_161; lean_object* x_162; lean_object* x_163; -lean_dec(x_154); -lean_dec(x_150); -lean_dec(x_146); -lean_dec(x_6); -lean_ctor_set(x_143, 1, x_5); -lean_ctor_set(x_143, 0, x_4); -x_161 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_162 = lean_alloc_ctor(0, 2, 0); +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; uint8_t x_72; +lean_dec(x_20); +x_68 = lean_ctor_get(x_19, 1); +lean_inc(x_68); +if (lean_is_exclusive(x_19)) { + lean_ctor_release(x_19, 0); + lean_ctor_release(x_19, 1); + x_69 = x_19; } else { - x_162 = x_144; + lean_dec_ref(x_19); + x_69 = lean_box(0); } -lean_ctor_set(x_162, 0, x_161); -lean_ctor_set(x_162, 1, x_143); -if (lean_is_scalar(x_147)) { - x_163 = lean_alloc_ctor(1, 1, 0); +x_70 = lean_ctor_get(x_68, 1); +lean_inc(x_70); +if (lean_is_exclusive(x_68)) { + lean_ctor_release(x_68, 0); + lean_ctor_release(x_68, 1); + x_71 = x_68; } else { - x_163 = x_147; -} -lean_ctor_set(x_163, 0, x_162); -return x_163; -} + lean_dec_ref(x_68); + x_71 = lean_box(0); } -else -{ -uint8_t x_164; -lean_dec(x_147); -x_164 = !lean_is_exclusive(x_152); -if (x_164 == 0) -{ -lean_object* x_165; uint8_t x_166; -x_165 = lean_ctor_get(x_152, 0); -x_166 = lean_nat_dec_lt(x_146, x_165); -if (x_166 == 0) -{ -uint8_t x_167; -x_167 = lean_nat_dec_eq(x_146, x_165); -lean_dec(x_165); -lean_dec(x_146); -if (x_167 == 0) +x_72 = l_Lean_Elab_Info_isSmaller(x_5, x_70); +lean_dec(x_70); +if (x_72 == 0) { -lean_free_object(x_152); -lean_free_object(x_143); -lean_dec(x_150); -lean_dec(x_144); +lean_dec(x_71); +lean_dec(x_69); +lean_dec(x_7); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -uint8_t x_168; -x_168 = l_Lean_Elab_Info_isSmaller(x_5, x_150); -lean_dec(x_150); -if (x_168 == 0) -{ -lean_free_object(x_152); -lean_free_object(x_143); -lean_dec(x_144); -lean_dec(x_5); -lean_dec(x_4); -return x_6; +lean_object* x_73; lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_73 = x_6; +} else { + lean_dec_ref(x_6); + x_73 = lean_box(0); } -else -{ -lean_object* x_169; lean_object* x_170; -lean_dec(x_6); -lean_ctor_set(x_143, 1, x_5); -lean_ctor_set(x_143, 0, x_4); -x_169 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_170 = lean_alloc_ctor(0, 2, 0); +x_74 = lean_nat_sub(x_1, x_7); +lean_dec(x_7); +x_75 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_75, 0, x_74); +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_4); +lean_ctor_set(x_76, 1, x_5); +if (lean_is_scalar(x_69)) { + x_77 = lean_alloc_ctor(0, 2, 0); +} else { + x_77 = x_69; +} +lean_ctor_set(x_77, 0, x_75); +lean_ctor_set(x_77, 1, x_76); +if (lean_is_scalar(x_73)) { + x_78 = lean_alloc_ctor(1, 1, 0); } else { - x_170 = x_144; + x_78 = x_73; +} +lean_ctor_set(x_78, 0, x_77); +return x_78; +} } -lean_ctor_set(x_170, 0, x_169); -lean_ctor_set(x_170, 1, x_143); -lean_ctor_set(x_152, 0, x_170); -return x_152; } } } else { -lean_object* x_171; lean_object* x_172; -lean_dec(x_165); -lean_dec(x_150); -lean_dec(x_146); -lean_dec(x_6); -lean_ctor_set(x_143, 1, x_5); -lean_ctor_set(x_143, 0, x_4); -x_171 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_172 = lean_alloc_ctor(0, 2, 0); -} else { - x_172 = x_144; +lean_dec(x_7); +lean_dec(x_5); +lean_dec(x_4); +return x_6; } -lean_ctor_set(x_172, 0, x_171); -lean_ctor_set(x_172, 1, x_143); -lean_ctor_set(x_152, 0, x_172); -return x_152; } } -else +} +block_182: { -lean_object* x_173; uint8_t x_174; -x_173 = lean_ctor_get(x_152, 0); -lean_inc(x_173); -lean_dec(x_152); -x_174 = lean_nat_dec_lt(x_146, x_173); -if (x_174 == 0) +if (x_91 == 0) { -uint8_t x_175; -x_175 = lean_nat_dec_eq(x_146, x_173); -lean_dec(x_173); -lean_dec(x_146); -if (x_175 == 0) +if (lean_obj_tag(x_6) == 0) +{ +lean_object* x_92; +x_92 = l_Lean_Elab_Info_occursBefore_x3f(x_5, x_1); +if (lean_obj_tag(x_92) == 0) { -lean_free_object(x_143); -lean_dec(x_150); -lean_dec(x_144); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -uint8_t x_176; -x_176 = l_Lean_Elab_Info_isSmaller(x_5, x_150); -lean_dec(x_150); -if (x_176 == 0) +uint8_t x_93; +x_93 = !lean_is_exclusive(x_92); +if (x_93 == 0) { -lean_free_object(x_143); -lean_dec(x_144); +lean_object* x_94; lean_object* x_95; +x_94 = lean_ctor_get(x_92, 0); +lean_dec(x_94); +x_95 = l_Lean_Elab_Info_tailPos_x3f(x_5); +if (lean_obj_tag(x_95) == 0) +{ +lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; uint8_t x_100; +x_96 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; +x_97 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_96); +x_98 = l_Lean_FileMap_toPosition(x_2, x_97); +lean_dec(x_97); +x_99 = lean_ctor_get(x_98, 0); +lean_inc(x_99); +lean_dec(x_98); +x_100 = lean_nat_dec_eq(x_99, x_3); +lean_dec(x_99); +if (x_100 == 0) +{ +lean_free_object(x_92); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_177; lean_object* x_178; lean_object* x_179; -lean_dec(x_6); -lean_ctor_set(x_143, 1, x_5); -lean_ctor_set(x_143, 0, x_4); -x_177 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_178 = lean_alloc_ctor(0, 2, 0); -} else { - x_178 = x_144; +lean_object* x_101; lean_object* x_102; lean_object* x_103; +x_101 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_101, 0, x_4); +lean_ctor_set(x_101, 1, x_5); +x_102 = lean_box(0); +x_103 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_101); +lean_ctor_set(x_92, 0, x_103); +return x_92; } -lean_ctor_set(x_178, 0, x_177); -lean_ctor_set(x_178, 1, x_143); -x_179 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_179, 0, x_178); -return x_179; } +else +{ +uint8_t x_104; +lean_free_object(x_92); +x_104 = !lean_is_exclusive(x_95); +if (x_104 == 0) +{ +lean_object* x_105; lean_object* x_106; lean_object* x_107; uint8_t x_108; +x_105 = lean_ctor_get(x_95, 0); +x_106 = l_Lean_FileMap_toPosition(x_2, x_105); +lean_dec(x_105); +x_107 = lean_ctor_get(x_106, 0); +lean_inc(x_107); +lean_dec(x_106); +x_108 = lean_nat_dec_eq(x_107, x_3); +lean_dec(x_107); +if (x_108 == 0) +{ +lean_free_object(x_95); +lean_dec(x_5); +lean_dec(x_4); +return x_6; +} +else +{ +lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_109 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_109, 0, x_4); +lean_ctor_set(x_109, 1, x_5); +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); +lean_ctor_set(x_95, 0, x_111); +return x_95; } } else { -lean_object* x_180; lean_object* x_181; lean_object* x_182; -lean_dec(x_173); -lean_dec(x_150); -lean_dec(x_146); -lean_dec(x_6); -lean_ctor_set(x_143, 1, x_5); -lean_ctor_set(x_143, 0, x_4); -x_180 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_181 = lean_alloc_ctor(0, 2, 0); -} else { - x_181 = x_144; +lean_object* x_112; lean_object* x_113; lean_object* x_114; uint8_t x_115; +x_112 = lean_ctor_get(x_95, 0); +lean_inc(x_112); +lean_dec(x_95); +x_113 = l_Lean_FileMap_toPosition(x_2, x_112); +lean_dec(x_112); +x_114 = lean_ctor_get(x_113, 0); +lean_inc(x_114); +lean_dec(x_113); +x_115 = lean_nat_dec_eq(x_114, x_3); +lean_dec(x_114); +if (x_115 == 0) +{ +lean_dec(x_5); +lean_dec(x_4); +return x_6; } -lean_ctor_set(x_181, 0, x_180); -lean_ctor_set(x_181, 1, x_143); -x_182 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_182, 0, x_181); -return x_182; +else +{ +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; +x_116 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_116, 0, x_4); +lean_ctor_set(x_116, 1, x_5); +x_117 = lean_box(0); +x_118 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_118, 0, x_117); +lean_ctor_set(x_118, 1, x_116); +x_119 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_119, 0, x_118); +return x_119; } } } } else { -lean_object* x_183; lean_object* x_184; -x_183 = lean_ctor_get(x_143, 1); -lean_inc(x_183); -lean_dec(x_143); -x_184 = l_Lean_Elab_Info_occursBefore_x3f(x_183, x_1); -if (lean_obj_tag(x_184) == 0) -{ -lean_object* x_185; lean_object* x_186; uint8_t x_187; -x_185 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_186 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_185); -x_187 = lean_nat_dec_lt(x_146, x_186); -if (x_187 == 0) +lean_object* x_120; +lean_dec(x_92); +x_120 = l_Lean_Elab_Info_tailPos_x3f(x_5); +if (lean_obj_tag(x_120) == 0) { -uint8_t x_188; -x_188 = lean_nat_dec_eq(x_146, x_186); -lean_dec(x_186); -lean_dec(x_146); -if (x_188 == 0) +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; uint8_t x_125; +x_121 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; +x_122 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_121); +x_123 = l_Lean_FileMap_toPosition(x_2, x_122); +lean_dec(x_122); +x_124 = lean_ctor_get(x_123, 0); +lean_inc(x_124); +lean_dec(x_123); +x_125 = lean_nat_dec_eq(x_124, x_3); +lean_dec(x_124); +if (x_125 == 0) { -lean_dec(x_183); -lean_dec(x_147); -lean_dec(x_144); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -uint8_t x_189; -x_189 = l_Lean_Elab_Info_isSmaller(x_5, x_183); -lean_dec(x_183); -if (x_189 == 0) +lean_object* x_126; lean_object* x_127; lean_object* x_128; lean_object* x_129; +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_4); +lean_ctor_set(x_126, 1, x_5); +x_127 = lean_box(0); +x_128 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_128, 0, x_127); +lean_ctor_set(x_128, 1, x_126); +x_129 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_129, 0, x_128); +return x_129; +} +} +else +{ +lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; uint8_t x_134; +x_130 = lean_ctor_get(x_120, 0); +lean_inc(x_130); +if (lean_is_exclusive(x_120)) { + lean_ctor_release(x_120, 0); + x_131 = x_120; +} else { + lean_dec_ref(x_120); + x_131 = lean_box(0); +} +x_132 = l_Lean_FileMap_toPosition(x_2, x_130); +lean_dec(x_130); +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +lean_dec(x_132); +x_134 = lean_nat_dec_eq(x_133, x_3); +lean_dec(x_133); +if (x_134 == 0) { -lean_dec(x_147); -lean_dec(x_144); +lean_dec(x_131); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; -lean_dec(x_6); -x_190 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_190, 0, x_4); -lean_ctor_set(x_190, 1, x_5); -x_191 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_192 = lean_alloc_ctor(0, 2, 0); +lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +x_135 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_135, 0, x_4); +lean_ctor_set(x_135, 1, x_5); +x_136 = lean_box(0); +x_137 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_137, 0, x_136); +lean_ctor_set(x_137, 1, x_135); +if (lean_is_scalar(x_131)) { + x_138 = lean_alloc_ctor(1, 1, 0); } else { - x_192 = x_144; + x_138 = x_131; +} +lean_ctor_set(x_138, 0, x_137); +return x_138; } -lean_ctor_set(x_192, 0, x_191); -lean_ctor_set(x_192, 1, x_190); -if (lean_is_scalar(x_147)) { - x_193 = lean_alloc_ctor(1, 1, 0); -} else { - x_193 = x_147; } -lean_ctor_set(x_193, 0, x_192); -return x_193; } } } else { -lean_object* x_194; lean_object* x_195; lean_object* x_196; lean_object* x_197; -lean_dec(x_186); -lean_dec(x_183); -lean_dec(x_146); -lean_dec(x_6); -x_194 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_194, 0, x_4); -lean_ctor_set(x_194, 1, x_5); -x_195 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_196 = lean_alloc_ctor(0, 2, 0); -} else { - x_196 = x_144; -} -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_194); -if (lean_is_scalar(x_147)) { - x_197 = lean_alloc_ctor(1, 1, 0); -} else { - x_197 = x_147; -} -lean_ctor_set(x_197, 0, x_196); -return x_197; -} -} -else +lean_object* x_139; lean_object* x_140; +x_139 = lean_ctor_get(x_6, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_139, 0); +lean_inc(x_140); +if (lean_obj_tag(x_140) == 0) { -lean_object* x_198; lean_object* x_199; uint8_t x_200; -lean_dec(x_147); -x_198 = lean_ctor_get(x_184, 0); -lean_inc(x_198); -if (lean_is_exclusive(x_184)) { - lean_ctor_release(x_184, 0); - x_199 = x_184; +lean_object* x_141; lean_object* x_142; lean_object* x_143; +x_141 = lean_ctor_get(x_139, 1); +lean_inc(x_141); +if (lean_is_exclusive(x_139)) { + lean_ctor_release(x_139, 0); + lean_ctor_release(x_139, 1); + x_142 = x_139; } else { - lean_dec_ref(x_184); - x_199 = lean_box(0); + lean_dec_ref(x_139); + x_142 = lean_box(0); } -x_200 = lean_nat_dec_lt(x_146, x_198); -if (x_200 == 0) +x_143 = l_Lean_Elab_Info_occursBefore_x3f(x_5, x_1); +if (lean_obj_tag(x_143) == 0) { -uint8_t x_201; -x_201 = lean_nat_dec_eq(x_146, x_198); -lean_dec(x_198); -lean_dec(x_146); -if (x_201 == 0) -{ -lean_dec(x_199); -lean_dec(x_183); -lean_dec(x_144); -lean_dec(x_5); -lean_dec(x_4); -return x_6; -} -else -{ -uint8_t x_202; -x_202 = l_Lean_Elab_Info_isSmaller(x_5, x_183); -lean_dec(x_183); -if (x_202 == 0) -{ -lean_dec(x_199); -lean_dec(x_144); +lean_dec(x_142); +lean_dec(x_141); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; -lean_dec(x_6); -x_203 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_203, 0, x_4); -lean_ctor_set(x_203, 1, x_5); -x_204 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_205 = lean_alloc_ctor(0, 2, 0); +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_174; +x_144 = lean_ctor_get(x_143, 0); +lean_inc(x_144); +if (lean_is_exclusive(x_143)) { + lean_ctor_release(x_143, 0); + x_145 = x_143; } else { - x_205 = x_144; -} -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_203); -if (lean_is_scalar(x_199)) { - x_206 = lean_alloc_ctor(1, 1, 0); -} else { - x_206 = x_199; -} -lean_ctor_set(x_206, 0, x_205); -return x_206; + lean_dec_ref(x_143); + x_145 = lean_box(0); } -} -} -else +x_174 = l_Lean_Elab_Info_tailPos_x3f(x_5); +if (lean_obj_tag(x_174) == 0) { -lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; -lean_dec(x_198); -lean_dec(x_183); -lean_dec(x_146); -lean_dec(x_6); -x_207 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_207, 0, x_4); -lean_ctor_set(x_207, 1, x_5); -x_208 = lean_box(0); -if (lean_is_scalar(x_144)) { - x_209 = lean_alloc_ctor(0, 2, 0); -} else { - x_209 = x_144; -} -lean_ctor_set(x_209, 0, x_208); -lean_ctor_set(x_209, 1, x_207); -if (lean_is_scalar(x_199)) { - x_210 = lean_alloc_ctor(1, 1, 0); -} else { - x_210 = x_199; -} -lean_ctor_set(x_210, 0, x_209); -return x_210; -} -} -} -} -} +lean_object* x_175; lean_object* x_176; +x_175 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; +x_176 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_175); +x_146 = x_176; +goto block_173; } else { -lean_dec(x_142); -lean_dec(x_141); -lean_dec(x_5); -lean_dec(x_4); -return x_6; -} -} +lean_object* x_177; +x_177 = lean_ctor_get(x_174, 0); +lean_inc(x_177); +lean_dec(x_174); +x_146 = x_177; +goto block_173; } -else +block_173: { -lean_object* x_224; -lean_dec(x_93); -x_224 = l_Lean_Elab_Info_pos_x3f(x_5); -if (lean_obj_tag(x_224) == 0) +lean_object* x_147; lean_object* x_148; uint8_t x_149; uint8_t x_170; +x_147 = l_Lean_FileMap_toPosition(x_2, x_146); +lean_dec(x_146); +x_148 = lean_ctor_get(x_147, 0); +lean_inc(x_148); +lean_dec(x_147); +x_170 = lean_nat_dec_eq(x_148, x_3); +lean_dec(x_148); +if (x_170 == 0) { -lean_object* x_225; lean_object* x_226; -x_225 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_226 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_225); -x_7 = x_226; -goto block_91; +uint8_t x_171; +x_171 = 1; +x_149 = x_171; +goto block_169; } else { -lean_object* x_227; -x_227 = lean_ctor_get(x_224, 0); -lean_inc(x_227); -lean_dec(x_224); -x_7 = x_227; -goto block_91; +uint8_t x_172; +x_172 = 0; +x_149 = x_172; +goto block_169; } -} -} -block_91: -{ -lean_object* x_8; lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = l_Lean_FileMap_toPosition(x_2, x_7); -x_76 = lean_ctor_get(x_75, 0); -lean_inc(x_76); -lean_dec(x_75); -x_77 = l_Lean_Elab_Info_tailPos_x3f(x_5); -if (lean_obj_tag(x_77) == 0) +block_169: { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; uint8_t x_82; -x_78 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; -x_79 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_78); -x_80 = l_Lean_FileMap_toPosition(x_2, x_79); -lean_dec(x_79); -x_81 = lean_ctor_get(x_80, 0); -lean_inc(x_81); -lean_dec(x_80); -x_82 = lean_nat_dec_eq(x_76, x_3); -if (x_82 == 0) +if (x_149 == 0) { -lean_dec(x_81); -lean_dec(x_76); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -return x_6; +lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_165; +x_150 = lean_ctor_get(x_141, 1); +lean_inc(x_150); +if (lean_is_exclusive(x_141)) { + lean_ctor_release(x_141, 0); + lean_ctor_release(x_141, 1); + x_151 = x_141; +} else { + lean_dec_ref(x_141); + x_151 = lean_box(0); } -else -{ -uint8_t x_83; -x_83 = lean_nat_dec_eq(x_76, x_81); -lean_dec(x_81); -lean_dec(x_76); -if (x_83 == 0) +x_165 = l_Lean_Elab_Info_occursBefore_x3f(x_150, x_1); +if (lean_obj_tag(x_165) == 0) { -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -return x_6; +lean_object* x_166; lean_object* x_167; +x_166 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; +x_167 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_166); +x_152 = x_167; +goto block_164; } else { -lean_object* x_84; -x_84 = lean_box(0); -x_8 = x_84; -goto block_74; -} -} +lean_object* x_168; +x_168 = lean_ctor_get(x_165, 0); +lean_inc(x_168); +lean_dec(x_165); +x_152 = x_168; +goto block_164; } -else +block_164: { -lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; -x_85 = lean_ctor_get(x_77, 0); -lean_inc(x_85); -lean_dec(x_77); -x_86 = l_Lean_FileMap_toPosition(x_2, x_85); -lean_dec(x_85); -x_87 = lean_ctor_get(x_86, 0); -lean_inc(x_87); -lean_dec(x_86); -x_88 = lean_nat_dec_eq(x_76, x_3); -if (x_88 == 0) +uint8_t x_153; +x_153 = lean_nat_dec_lt(x_144, x_152); +if (x_153 == 0) { -lean_dec(x_87); -lean_dec(x_76); -lean_dec(x_7); +uint8_t x_154; +x_154 = lean_nat_dec_eq(x_144, x_152); +lean_dec(x_152); +lean_dec(x_144); +if (x_154 == 0) +{ +lean_dec(x_151); +lean_dec(x_150); +lean_dec(x_145); +lean_dec(x_142); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -uint8_t x_89; -x_89 = lean_nat_dec_eq(x_76, x_87); -lean_dec(x_87); -lean_dec(x_76); -if (x_89 == 0) +uint8_t x_155; +x_155 = l_Lean_Elab_Info_isSmaller(x_5, x_150); +lean_dec(x_150); +if (x_155 == 0) { -lean_dec(x_7); +lean_dec(x_151); +lean_dec(x_145); +lean_dec(x_142); lean_dec(x_5); lean_dec(x_4); return x_6; } else { -lean_object* x_90; -x_90 = lean_box(0); -x_8 = x_90; -goto block_74; +lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; +lean_dec(x_6); +if (lean_is_scalar(x_151)) { + x_156 = lean_alloc_ctor(0, 2, 0); +} else { + x_156 = x_151; } +lean_ctor_set(x_156, 0, x_4); +lean_ctor_set(x_156, 1, x_5); +x_157 = lean_box(0); +if (lean_is_scalar(x_142)) { + x_158 = lean_alloc_ctor(0, 2, 0); +} else { + x_158 = x_142; } +lean_ctor_set(x_158, 0, x_157); +lean_ctor_set(x_158, 1, x_156); +if (lean_is_scalar(x_145)) { + x_159 = lean_alloc_ctor(1, 1, 0); +} else { + x_159 = x_145; } -block_74: -{ -lean_dec(x_8); -if (lean_obj_tag(x_6) == 0) -{ -lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; -x_9 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -x_10 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_10, 0, x_9); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_4); -lean_ctor_set(x_11, 1, x_5); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_10); -lean_ctor_set(x_12, 1, x_11); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -return x_13; +lean_ctor_set(x_159, 0, x_158); +return x_159; } -else -{ -lean_object* x_14; lean_object* x_15; -x_14 = lean_ctor_get(x_6, 0); -lean_inc(x_14); -x_15 = lean_ctor_get(x_14, 0); -lean_inc(x_15); -if (lean_obj_tag(x_15) == 0) -{ -uint8_t x_16; -x_16 = !lean_is_exclusive(x_6); -if (x_16 == 0) -{ -lean_object* x_17; uint8_t x_18; -x_17 = lean_ctor_get(x_6, 0); -lean_dec(x_17); -x_18 = !lean_is_exclusive(x_14); -if (x_18 == 0) -{ -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_14, 1); -lean_dec(x_19); -x_20 = lean_ctor_get(x_14, 0); -lean_dec(x_20); -x_21 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -x_22 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_14, 1, x_5); -lean_ctor_set(x_14, 0, x_4); -x_23 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_23, 0, x_22); -lean_ctor_set(x_23, 1, x_14); -lean_ctor_set(x_6, 0, x_23); -return x_6; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; -lean_dec(x_14); -x_24 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -x_25 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_25, 0, x_24); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_4); -lean_ctor_set(x_26, 1, x_5); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -lean_ctor_set(x_6, 0, x_27); -return x_6; } } 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; +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +lean_dec(x_152); +lean_dec(x_150); +lean_dec(x_144); lean_dec(x_6); -if (lean_is_exclusive(x_14)) { - lean_ctor_release(x_14, 0); - lean_ctor_release(x_14, 1); - x_28 = x_14; +if (lean_is_scalar(x_151)) { + x_160 = lean_alloc_ctor(0, 2, 0); } else { - lean_dec_ref(x_14); - x_28 = lean_box(0); + x_160 = x_151; } -x_29 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -x_30 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_30, 0, x_29); -if (lean_is_scalar(x_28)) { - x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_160, 0, x_4); +lean_ctor_set(x_160, 1, x_5); +x_161 = lean_box(0); +if (lean_is_scalar(x_142)) { + x_162 = lean_alloc_ctor(0, 2, 0); } else { - x_31 = x_28; -} -lean_ctor_set(x_31, 0, x_4); -lean_ctor_set(x_31, 1, x_5); -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 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_33, 0, x_32); -return x_33; -} + x_162 = x_142; } -else -{ -uint8_t x_34; -x_34 = !lean_is_exclusive(x_15); -if (x_34 == 0) -{ -lean_object* x_35; uint8_t x_36; -x_35 = lean_ctor_get(x_15, 0); -lean_dec(x_35); -x_36 = !lean_is_exclusive(x_14); -if (x_36 == 0) -{ -lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_37 = lean_ctor_get(x_14, 1); -x_38 = lean_ctor_get(x_14, 0); -lean_dec(x_38); -x_39 = !lean_is_exclusive(x_37); -if (x_39 == 0) -{ -lean_object* x_40; lean_object* x_41; uint8_t x_42; -x_40 = lean_ctor_get(x_37, 1); -x_41 = lean_ctor_get(x_37, 0); -lean_dec(x_41); -x_42 = l_Lean_Elab_Info_isSmaller(x_5, x_40); -lean_dec(x_40); -if (x_42 == 0) -{ -lean_free_object(x_37); -lean_free_object(x_14); -lean_free_object(x_15); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -return x_6; -} -else -{ -uint8_t x_43; -x_43 = !lean_is_exclusive(x_6); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -x_44 = lean_ctor_get(x_6, 0); -lean_dec(x_44); -x_45 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -lean_ctor_set(x_15, 0, x_45); -lean_ctor_set(x_37, 1, x_5); -lean_ctor_set(x_37, 0, x_4); -return x_6; +lean_ctor_set(x_162, 0, x_161); +lean_ctor_set(x_162, 1, x_160); +if (lean_is_scalar(x_145)) { + x_163 = lean_alloc_ctor(1, 1, 0); +} else { + x_163 = x_145; } -else -{ -lean_object* x_46; lean_object* x_47; -lean_dec(x_6); -x_46 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -lean_ctor_set(x_15, 0, x_46); -lean_ctor_set(x_37, 1, x_5); -lean_ctor_set(x_37, 0, x_4); -x_47 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_47, 0, x_14); -return x_47; +lean_ctor_set(x_163, 0, x_162); +return x_163; } } } else { -lean_object* x_48; uint8_t x_49; -x_48 = lean_ctor_get(x_37, 1); -lean_inc(x_48); -lean_dec(x_37); -x_49 = l_Lean_Elab_Info_isSmaller(x_5, x_48); -lean_dec(x_48); -if (x_49 == 0) -{ -lean_free_object(x_14); -lean_free_object(x_15); -lean_dec(x_7); +lean_dec(x_145); +lean_dec(x_144); +lean_dec(x_142); +lean_dec(x_141); lean_dec(x_5); lean_dec(x_4); return x_6; } -else -{ -lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - x_50 = x_6; -} else { - lean_dec_ref(x_6); - x_50 = lean_box(0); } -x_51 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -lean_ctor_set(x_15, 0, x_51); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_4); -lean_ctor_set(x_52, 1, x_5); -lean_ctor_set(x_14, 1, x_52); -if (lean_is_scalar(x_50)) { - x_53 = lean_alloc_ctor(1, 1, 0); -} else { - x_53 = x_50; -} -lean_ctor_set(x_53, 0, x_14); -return x_53; } } } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; uint8_t x_57; -x_54 = lean_ctor_get(x_14, 1); -lean_inc(x_54); -lean_dec(x_14); -x_55 = lean_ctor_get(x_54, 1); -lean_inc(x_55); -if (lean_is_exclusive(x_54)) { - lean_ctor_release(x_54, 0); - lean_ctor_release(x_54, 1); - x_56 = x_54; -} else { - lean_dec_ref(x_54); - x_56 = lean_box(0); -} -x_57 = l_Lean_Elab_Info_isSmaller(x_5, x_55); -lean_dec(x_55); -if (x_57 == 0) -{ -lean_dec(x_56); -lean_free_object(x_15); -lean_dec(x_7); +lean_dec(x_140); +lean_dec(x_139); lean_dec(x_5); lean_dec(x_4); return x_6; } -else -{ -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - x_58 = x_6; -} else { - lean_dec_ref(x_6); - x_58 = lean_box(0); -} -x_59 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -lean_ctor_set(x_15, 0, x_59); -if (lean_is_scalar(x_56)) { - x_60 = lean_alloc_ctor(0, 2, 0); -} else { - x_60 = x_56; -} -lean_ctor_set(x_60, 0, x_4); -lean_ctor_set(x_60, 1, x_5); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_15); -lean_ctor_set(x_61, 1, x_60); -if (lean_is_scalar(x_58)) { - x_62 = lean_alloc_ctor(1, 1, 0); -} else { - x_62 = x_58; -} -lean_ctor_set(x_62, 0, x_61); -return x_62; -} } } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t x_67; -lean_dec(x_15); -x_63 = lean_ctor_get(x_14, 1); -lean_inc(x_63); -if (lean_is_exclusive(x_14)) { - lean_ctor_release(x_14, 0); - lean_ctor_release(x_14, 1); - x_64 = x_14; -} else { - lean_dec_ref(x_14); - x_64 = lean_box(0); -} -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 = l_Lean_Elab_Info_isSmaller(x_5, x_65); -lean_dec(x_65); -if (x_67 == 0) +lean_object* x_178; +x_178 = l_Lean_Elab_Info_pos_x3f(x_5); +if (lean_obj_tag(x_178) == 0) { -lean_dec(x_66); -lean_dec(x_64); -lean_dec(x_7); -lean_dec(x_5); -lean_dec(x_4); -return x_6; +lean_object* x_179; lean_object* x_180; +x_179 = l___private_Lean_Server_Completion_0__Lean_Server_Completion_tacticCompletion___lambda__1___closed__7; +x_180 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_179); +x_7 = x_180; +goto block_90; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - x_68 = x_6; -} else { - lean_dec_ref(x_6); - x_68 = lean_box(0); -} -x_69 = lean_nat_sub(x_1, x_7); -lean_dec(x_7); -x_70 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_70, 0, x_69); -if (lean_is_scalar(x_66)) { - x_71 = lean_alloc_ctor(0, 2, 0); -} else { - x_71 = x_66; -} -lean_ctor_set(x_71, 0, x_4); -lean_ctor_set(x_71, 1, x_5); -if (lean_is_scalar(x_64)) { - x_72 = lean_alloc_ctor(0, 2, 0); -} else { - x_72 = x_64; -} -lean_ctor_set(x_72, 0, x_70); -lean_ctor_set(x_72, 1, x_71); -if (lean_is_scalar(x_68)) { - x_73 = lean_alloc_ctor(1, 1, 0); -} else { - x_73 = x_68; -} -lean_ctor_set(x_73, 0, x_72); -return x_73; -} -} -} +lean_object* x_181; +x_181 = lean_ctor_get(x_178, 0); +lean_inc(x_181); +lean_dec(x_178); +x_7 = x_181; +goto block_90; } } } diff --git a/stage0/stdlib/Lean/Server/FileWorker.c b/stage0/stdlib/Lean/Server/FileWorker.c index 1f5ed6ac4935..0d4feeae755e 100644 --- a/stage0/stdlib/Lean/Server/FileWorker.c +++ b/stage0/stdlib/Lean/Server/FileWorker.c @@ -19,7 +19,6 @@ static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath___closed__9; static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_compileHeader___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleNotification___closed__3; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___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 lean_uint32_to_uint8(uint32_t); LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at_Lean_Server_FileWorker_mainLoop___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -66,7 +65,6 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileW static lean_object* l_List_mapTR_loop___at_Lean_Server_FileWorker_compileHeader___spec__1___closed__2; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__51; static lean_object* l_panic___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__2___closed__2; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishIleanInfoUpdate___closed__1; lean_object* lean_io_as_task(lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Server_FileWorker_unfoldCmdSnaps___spec__1___closed__1; @@ -99,7 +97,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__2(lean 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*); -static uint8_t l_Lean_Server_FileWorker_handleDidChange___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRpcRelease___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Option_get___at_Std_Format_pretty_x27___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_lakeSetupSearchPath___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -109,13 +106,14 @@ lean_object* l_instInhabitedReaderT___rarg___boxed(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__21; lean_object* lean_array_fget(lean_object*, lean_object*); extern lean_object* l_System_FilePath_exeExtension; -static lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__1; static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_compileHeader___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_System_FilePath_withExtension(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath_processStderr___boxed(lean_object*, 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_panic___at_Lean_Server_FileWorker_updateDocument___spec__2___closed__1; lean_object* l_Lean_Server_Snapshots_compileNextCmd(lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__69; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_balLeft___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -131,7 +129,7 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_ini static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__40; lean_object* lean_module_name_of_file(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__1___closed__9; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__3___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_get___rarg(lean_object*, lean_object*); lean_object* l_Lean_Elab_processHeader(lean_object*, lean_object*, lean_object*, lean_object*, uint32_t, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__53; @@ -139,7 +137,6 @@ LEAN_EXPORT lean_object* l_panic___at_Lean_Server_FileWorker_unfoldCmdSnaps___sp 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*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__37; -LEAN_EXPORT lean_object* l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3(lean_object*, lean_object*); extern lean_object* l_Lean_maxRecDepth; LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishIleanInfo___spec__1(size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at_Lean_Server_FileWorker_mainLoop___spec__2___boxed(lean_object*, lean_object*); @@ -153,7 +150,6 @@ static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__5___closed_ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initializeWorker___lambda__1(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__64; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__49; LEAN_EXPORT lean_object* l_IO_FS_Stream_readLspNotificationAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__3(lean_object*, lean_object*, lean_object*); @@ -177,11 +173,11 @@ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_ini LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_FileWorker_mainLoop___spec__4___at_Lean_Server_FileWorker_mainLoop___spec__5___boxed(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__62; static lean_object* l_panic___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__2___closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__3___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_findModuleRefs(lean_object*, lean_object*, uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDidChange___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); lean_object* l_Lean_initSearchPath(lean_object*, lean_object*, lean_object*); -static lean_object* l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3___closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_unfoldCmdSnaps___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Snapshots_parseNextCmd(lean_object*, lean_object*, lean_object*); @@ -218,7 +214,7 @@ lean_object* l_IO_AsyncList_unfoldAsync___rarg(lean_object*, lean_object*, lean_ static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__7; lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); lean_object* lean_nat_to_int(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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_Server_FileWorker_updateDocument___lambda__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint32_t lean_uint32_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_queueRequest___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -257,12 +253,12 @@ static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath___closed__8; lean_object* l_Lean_FileMap_ofString(lean_object*); lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* l_System_FilePath_fileName(lean_object*); +static lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__1; static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath_processStderr___closed__5; lean_object* lean_array_to_list(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_mainLoop___closed__1; lean_object* l_Lean_Server_publishProgressAtPos(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath___closed__5; -static lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__2; lean_object* l_IO_appDir(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__59; lean_object* l_Lean_Server_DocumentMeta_mkInputContext(lean_object*); @@ -273,7 +269,7 @@ lean_object* lean_io_process_spawn(lean_object*, lean_object*); lean_object* l_Array_toPArray_x27___rarg(lean_object*); static lean_object* l_Lean_Server_FileWorker_initAndRunWorker___closed__4; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__48; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_updateDocument___lambda__2(lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_Server_wrapRpcProcedure___elambda__1___spec__1(lean_object*, uint64_t); lean_object* lean_io_map_task(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_mainLoop___closed__2; @@ -328,7 +324,6 @@ static lean_object* l_Lean_Server_FileWorker_handleRequest___closed__1; lean_object* l___private_Lean_Util_Paths_0__Lean_fromJsonLeanPaths____x40_Lean_Util_Paths___hyg_135_(lean_object*); static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__1___closed__10; lean_object* l_Array_append___rarg(lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_(lean_object*); lean_object* lean_io_prim_handle_get_line(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleRpcRelease___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__68; @@ -348,12 +343,12 @@ static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__1___closed_ LEAN_EXPORT lean_object* l_List_mapTR_loop___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishIleanInfo___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_initAndRunWorker___closed__1; lean_object* l_Lean_Server_FileWorker_CancelToken_set(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__5; uint8_t l_Lean_Server_Snapshots_Snapshot_isAtEnd(lean_object*); lean_object* l_IO_FS_Stream_readMessage(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__5___closed__3; static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath___closed__7; +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__3(lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_compileHeader___spec__6___boxed(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; @@ -361,6 +356,7 @@ lean_object* l_IO_FS_Stream_writeLspMessage(lean_object*, lean_object*, lean_obj static lean_object* l_Lean_Server_FileWorker_initAndRunWorker___closed__7; lean_object* lean_get_prefix(lean_object*); static lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__3___closed__1; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_mapM___at_Lean_Server_FileWorker_compileHeader___spec__7(uint8_t, 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*); LEAN_EXPORT lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); @@ -434,7 +430,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_FileWorker_handle LEAN_EXPORT lean_object* l_Lean_RBNode_foldM___at_Lean_Server_FileWorker_mainLoop___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__2___closed__1; size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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_Server_FileWorker_updateDocument___lambda__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_lakeSetupSearchPath___spec__1(size_t, size_t, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__63; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__1___boxed(lean_object*, lean_object*, lean_object*); @@ -446,21 +442,21 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRequest___lambda__2(lean lean_object* l_IO_AsyncList_ofList___rarg(lean_object*); lean_object* l_IO_FS_Stream_withPrefix(lean_object*, lean_object*); lean_object* lean_io_error_to_string(lean_object*); -static uint8_t l_Lean_Server_FileWorker_handleDidChange___closed__1; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Json_toStructured_x3f___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishIleanInfo___spec__3___closed__2; lean_object* l_IO_AsyncList_getFinishedPrefix___rarg(lean_object*, lean_object*); lean_object* l_List_redLength___rarg(lean_object*); lean_object* l_IO_FS_Stream_putStrLn(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleRpcConnect___rarg___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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_IO_FS_Stream_readLspRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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_Lean_HashMap_toList___at_Lean_Server_ModuleRefs_instCoeModuleRefsModuleRefs___spec__1(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__56; lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_workerMain___boxed__const__1; +lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath_processStderr___closed__2; static lean_object* l_Lean_Server_FileWorker_lakeSetupSearchPath___closed__4; @@ -469,7 +465,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_erase___at_Lean_Server_FileWorker_mainLoo LEAN_EXPORT lean_object* l_Lean_RBNode_forIn_visit___at_Lean_Server_FileWorker_mainLoop___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_load_dynlib(lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Server_FileWorker_compileHeader___spec__1___closed__1; -LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_updateDocument___lambda__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_IO_eprint___at_IO_eprintln___spec__1(lean_object*, lean_object*); lean_object* lean_int_neg(lean_object*); lean_object* l_Lean_Parser_parseHeader(lean_object*, lean_object*); @@ -488,6 +484,7 @@ lean_object* l_Lean_Widget_msgToInteractiveDiagnostic(lean_object*, lean_object* LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__1(lean_object*, lean_object*, 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; +static lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__2; lean_object* l_EStateM_bind___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_FileWorker_initAndRunWorker___spec__2___closed__57; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_initAndRunWorker(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -497,6 +494,7 @@ lean_object* l___private_Lean_Data_Lsp_Communication_0__IO_FS_Stream_readLspHead 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_compileHeader___lambda__5___closed__4; lean_object* l___private_Lean_Data_Lsp_Internal_0__Lean_Lsp_toJsonLeanIleanInfoParams____x40_Lean_Data_Lsp_Internal___hyg_1412_(lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_initAndRunWorker___closed__6; static lean_object* l_Lean_Json_toStructured_x3f___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_publishIleanInfo___spec__3___closed__1; static lean_object* l_Lean_RBNode_foldM___at_Lean_Server_FileWorker_mainLoop___spec__1___closed__1; @@ -5343,173 +5341,165 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__3(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; lean_object* x_14; lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_2, 0); -lean_inc(x_37); -x_38 = l_System_Uri_fileUriToPath_x3f(x_37); -if (lean_obj_tag(x_38) == 0) +lean_object* x_13; lean_object* x_14; lean_object* x_37; lean_object* x_38; lean_object* x_43; lean_object* x_44; +x_43 = lean_ctor_get(x_2, 0); +lean_inc(x_43); +x_44 = l_System_Uri_fileUriToPath_x3f(x_43); +if (lean_obj_tag(x_44) == 0) { -lean_object* x_39; lean_object* x_40; +lean_object* x_45; lean_object* x_46; lean_dec(x_11); -x_39 = lean_box(0); +x_45 = lean_box(0); lean_inc(x_10); lean_inc(x_1); -x_40 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_10, x_39, x_12); +x_46 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_10, x_45, x_12); lean_dec(x_9); -if (lean_obj_tag(x_40) == 0) +if (lean_obj_tag(x_46) == 0) { -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_dec(x_10); -x_41 = lean_ctor_get(x_40, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 1); -lean_inc(x_42); -lean_dec(x_40); -x_43 = lean_ctor_get(x_41, 1); -lean_inc(x_43); -x_44 = lean_ctor_get(x_41, 0); -lean_inc(x_44); -lean_dec(x_41); -x_45 = l_Lean_Server_FileWorker_compileHeader___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_43, x_44, x_42); -return x_45; +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 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +x_50 = lean_ctor_get(x_47, 0); +lean_inc(x_50); +lean_dec(x_47); +x_51 = l_Lean_Server_FileWorker_compileHeader___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_49, x_50, x_48); +return x_51; } else { -lean_object* x_46; lean_object* x_47; -x_46 = lean_ctor_get(x_40, 0); -lean_inc(x_46); -x_47 = lean_ctor_get(x_40, 1); -lean_inc(x_47); -lean_dec(x_40); -x_13 = x_46; -x_14 = x_47; +lean_object* x_52; lean_object* x_53; +x_52 = lean_ctor_get(x_46, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_46, 1); +lean_inc(x_53); +lean_dec(x_46); +x_13 = x_52; +x_14 = x_53; goto block_36; } } else { -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; -x_48 = lean_ctor_get(x_38, 0); -lean_inc(x_48); -lean_dec(x_38); -x_49 = l_System_FilePath_pathExists(x_11, x_12); -x_50 = lean_ctor_get(x_49, 0); -lean_inc(x_50); -x_51 = lean_ctor_get(x_49, 1); -lean_inc(x_51); -lean_dec(x_49); -x_52 = l_System_FilePath_fileName(x_48); -x_53 = l_Lean_Server_FileWorker_compileHeader___lambda__3___closed__4; -x_54 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_SearchPath_findAllWithExt___spec__1(x_52, x_53); -lean_dec(x_52); -if (x_54 == 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; uint8_t x_60; +x_54 = lean_ctor_get(x_44, 0); +lean_inc(x_54); +lean_dec(x_44); +x_55 = l_System_FilePath_pathExists(x_11, x_12); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); +x_58 = l_System_FilePath_fileName(x_54); +x_59 = l_Lean_Server_FileWorker_compileHeader___lambda__3___closed__4; +x_60 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_SearchPath_findAllWithExt___spec__1(x_58, x_59); +lean_dec(x_58); +if (x_60 == 0) { -uint8_t x_55; -x_55 = lean_unbox(x_50); -lean_dec(x_50); -if (x_55 == 0) +uint8_t x_61; +x_61 = lean_unbox(x_56); +lean_dec(x_56); +if (x_61 == 0) { -lean_object* x_56; lean_object* x_57; +lean_object* x_62; lean_object* x_63; lean_dec(x_11); -x_56 = lean_box(0); +x_62 = lean_box(0); lean_inc(x_10); lean_inc(x_1); -x_57 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_10, x_56, x_51); +x_63 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_10, x_62, x_57); lean_dec(x_9); -if (lean_obj_tag(x_57) == 0) +if (lean_obj_tag(x_63) == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +lean_object* x_64; lean_object* x_65; lean_dec(x_10); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -x_59 = lean_ctor_get(x_57, 1); -lean_inc(x_59); -lean_dec(x_57); -x_60 = lean_ctor_get(x_58, 1); -lean_inc(x_60); -x_61 = lean_ctor_get(x_58, 0); -lean_inc(x_61); -lean_dec(x_58); -x_62 = l_Lean_Server_FileWorker_compileHeader___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_60, x_61, x_59); -return x_62; +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +x_37 = x_64; +x_38 = x_65; +goto block_42; } else { -lean_object* x_63; lean_object* x_64; -x_63 = lean_ctor_get(x_57, 0); -lean_inc(x_63); -x_64 = lean_ctor_get(x_57, 1); -lean_inc(x_64); -lean_dec(x_57); -x_13 = x_63; -x_14 = x_64; +lean_object* x_66; lean_object* x_67; +x_66 = lean_ctor_get(x_63, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_63, 1); +lean_inc(x_67); +lean_dec(x_63); +x_13 = x_66; +x_14 = x_67; goto block_36; } } else { -lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; -x_65 = l_Lean_Elab_headerToImports(x_4); -x_66 = l_List_redLength___rarg(x_65); -x_67 = lean_mk_empty_array_with_capacity(x_66); -lean_dec(x_66); -x_68 = l_List_toArrayAux___rarg(x_65, x_67); +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_68 = l_Lean_Elab_headerToImports(x_4); +x_69 = l_List_redLength___rarg(x_68); +x_70 = lean_mk_empty_array_with_capacity(x_69); +lean_dec(x_69); +x_71 = l_List_toArrayAux___rarg(x_68, x_70); lean_inc(x_7); lean_inc(x_2); -x_69 = l_Lean_Server_FileWorker_lakeSetupSearchPath(x_11, x_2, x_68, x_7, x_51); -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 = lean_get_prefix(x_71); +x_72 = l_Lean_Server_FileWorker_lakeSetupSearchPath(x_11, x_2, x_71, x_7, x_57); if (lean_obj_tag(x_72) == 0) { -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_72, 1); +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); -x_74 = l_Lean_initSrcSearchPath___rarg(x_70, x_73); -if (lean_obj_tag(x_74) == 0) +x_75 = lean_get_prefix(x_74); +if (lean_obj_tag(x_75) == 0) { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; -x_75 = lean_ctor_get(x_74, 0); -lean_inc(x_75); -x_76 = lean_ctor_get(x_74, 1); +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_75, 1); lean_inc(x_76); -lean_dec(x_74); -x_77 = lean_box(0); +lean_dec(x_75); +x_77 = l_Lean_initSrcSearchPath___rarg(x_73, x_76); +if (lean_obj_tag(x_77) == 0) +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_78 = lean_ctor_get(x_77, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_77, 1); +lean_inc(x_79); +lean_dec(x_77); +x_80 = lean_box(0); lean_inc(x_1); -x_78 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_75, x_77, x_76); +x_81 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_78, x_80, x_79); lean_dec(x_9); -if (lean_obj_tag(x_78) == 0) +if (lean_obj_tag(x_81) == 0) { -lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +lean_object* x_82; lean_object* x_83; lean_dec(x_10); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -x_82 = lean_ctor_get(x_79, 0); +x_82 = lean_ctor_get(x_81, 0); lean_inc(x_82); -lean_dec(x_79); -x_83 = l_Lean_Server_FileWorker_compileHeader___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_81, x_82, x_80); -return x_83; +x_83 = lean_ctor_get(x_81, 1); +lean_inc(x_83); +lean_dec(x_81); +x_37 = x_82; +x_38 = x_83; +goto block_42; } else { lean_object* x_84; lean_object* x_85; -x_84 = lean_ctor_get(x_78, 0); +x_84 = lean_ctor_get(x_81, 0); lean_inc(x_84); -x_85 = lean_ctor_get(x_78, 1); +x_85 = lean_ctor_get(x_81, 1); lean_inc(x_85); -lean_dec(x_78); +lean_dec(x_81); x_13 = x_84; x_14 = x_85; goto block_36; @@ -5520,11 +5510,11 @@ else lean_object* x_86; lean_object* x_87; lean_dec(x_9); lean_dec(x_8); -x_86 = lean_ctor_get(x_74, 0); +x_86 = lean_ctor_get(x_77, 0); lean_inc(x_86); -x_87 = lean_ctor_get(x_74, 1); +x_87 = lean_ctor_get(x_77, 1); lean_inc(x_87); -lean_dec(x_74); +lean_dec(x_77); x_13 = x_86; x_14 = x_87; goto block_36; @@ -5533,14 +5523,14 @@ goto block_36; else { lean_object* x_88; lean_object* x_89; -lean_dec(x_70); +lean_dec(x_73); lean_dec(x_9); lean_dec(x_8); -x_88 = lean_ctor_get(x_72, 0); +x_88 = lean_ctor_get(x_75, 0); lean_inc(x_88); -x_89 = lean_ctor_get(x_72, 1); +x_89 = lean_ctor_get(x_75, 1); lean_inc(x_89); -lean_dec(x_72); +lean_dec(x_75); x_13 = x_88; x_14 = x_89; goto block_36; @@ -5551,11 +5541,11 @@ else lean_object* x_90; lean_object* x_91; lean_dec(x_9); lean_dec(x_8); -x_90 = lean_ctor_get(x_69, 0); +x_90 = lean_ctor_get(x_72, 0); lean_inc(x_90); -x_91 = lean_ctor_get(x_69, 1); +x_91 = lean_ctor_get(x_72, 1); lean_inc(x_91); -lean_dec(x_69); +lean_dec(x_72); x_13 = x_90; x_14 = x_91; goto block_36; @@ -5565,40 +5555,36 @@ goto block_36; else { lean_object* x_92; lean_object* x_93; -lean_dec(x_50); +lean_dec(x_56); lean_dec(x_11); x_92 = lean_box(0); lean_inc(x_10); lean_inc(x_1); -x_93 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_10, x_92, x_51); +x_93 = l_Lean_Server_FileWorker_compileHeader___lambda__2(x_4, x_1, x_8, x_9, x_10, x_92, x_57); lean_dec(x_9); if (lean_obj_tag(x_93) == 0) { -lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; +lean_object* x_94; lean_object* x_95; lean_dec(x_10); x_94 = lean_ctor_get(x_93, 0); lean_inc(x_94); x_95 = lean_ctor_get(x_93, 1); lean_inc(x_95); lean_dec(x_93); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -x_97 = lean_ctor_get(x_94, 0); -lean_inc(x_97); -lean_dec(x_94); -x_98 = l_Lean_Server_FileWorker_compileHeader___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_96, x_97, x_95); -return x_98; +x_37 = x_94; +x_38 = x_95; +goto block_42; } else { -lean_object* x_99; lean_object* x_100; -x_99 = lean_ctor_get(x_93, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_93, 1); -lean_inc(x_100); +lean_object* x_96; lean_object* x_97; +x_96 = lean_ctor_get(x_93, 0); +lean_inc(x_96); +x_97 = lean_ctor_get(x_93, 1); +lean_inc(x_97); lean_dec(x_93); -x_13 = x_99; -x_14 = x_100; +x_13 = x_96; +x_14 = x_97; goto block_36; } } @@ -5672,6 +5658,17 @@ return x_35; } } } +block_42: +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_37, 1); +lean_inc(x_39); +x_40 = lean_ctor_get(x_37, 0); +lean_inc(x_40); +lean_dec(x_37); +x_41 = l_Lean_Server_FileWorker_compileHeader___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_39, x_40, x_38); +return x_41; +} } } LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_compileHeader___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -6708,7 +6705,52 @@ lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___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; +x_3 = lean_ctor_get(x_1, 0); +lean_inc(x_3); +x_4 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_4, 0, x_3); +lean_ctor_set(x_4, 1, x_2); +return x_4; +} +else +{ +lean_object* x_5; lean_object* x_6; +x_5 = lean_ctor_get(x_1, 0); +lean_inc(x_5); +x_6 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_6, 0, x_5); +lean_ctor_set(x_6, 1, x_2); +return x_6; +} +} +} +static lean_object* _init_l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = lean_box(2); +x_2 = l_panic___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__2___closed__1; +x_3 = l_instInhabited___rarg(x_2, x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; lean_object* x_5; +x_3 = l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2___closed__1; +x_4 = lean_panic_fn(x_3, x_1); +x_5 = lean_apply_1(x_4, x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__3(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -6772,51 +6814,6 @@ return x_17; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__2(lean_object* x_1, lean_object* x_2) { -_start: -{ -if (lean_obj_tag(x_1) == 0) -{ -lean_object* x_3; lean_object* x_4; -x_3 = lean_ctor_get(x_1, 0); -lean_inc(x_3); -x_4 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_4, 0, x_3); -lean_ctor_set(x_4, 1, x_2); -return x_4; -} -else -{ -lean_object* x_5; lean_object* x_6; -x_5 = lean_ctor_get(x_1, 0); -lean_inc(x_5); -x_6 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_6, 0, x_5); -lean_ctor_set(x_6, 1, x_2); -return x_6; -} -} -} -static lean_object* _init_l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3___closed__1() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(2); -x_2 = l_panic___at___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___spec__2___closed__1; -x_3 = l_instInhabited___rarg(x_2, x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_3 = l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3___closed__1; -x_4 = lean_panic_fn(x_3, x_1); -x_5 = lean_apply_1(x_4, x_2); -return x_5; -} -} LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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: { @@ -6902,127 +6899,38 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_updateDocument___lambda__2(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; -x_4 = l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__1(x_1, x_3); -if (lean_obj_tag(x_4) == 0) -{ -lean_object* x_5; uint8_t x_6; lean_object* x_7; -x_5 = lean_ctor_get(x_4, 1); -lean_inc(x_5); -lean_dec(x_4); -x_6 = 2; -x_7 = lean_io_exit(x_6, x_5); -if (lean_obj_tag(x_7) == 0) -{ -uint8_t x_8; -x_8 = !lean_is_exclusive(x_7); -if (x_8 == 0) -{ -return x_7; +lean_object* x_3; uint8_t x_4; +x_3 = l_Lean_Server_Snapshots_Snapshot_endPos(x_2); +x_4 = lean_nat_dec_lt(x_3, x_1); +lean_dec(x_3); +return x_4; } -else +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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) { +_start: { -lean_object* x_9; lean_object* x_10; lean_object* x_11; -x_9 = lean_ctor_get(x_7, 0); -x_10 = lean_ctor_get(x_7, 1); -lean_inc(x_10); -lean_inc(x_9); +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint32_t x_12; lean_object* x_13; +x_7 = l_List_redLength___rarg(x_4); +x_8 = lean_mk_empty_array_with_capacity(x_7); lean_dec(x_7); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_9); -lean_ctor_set(x_11, 1, x_10); -return x_11; -} -} -else -{ -uint8_t x_12; -x_12 = !lean_is_exclusive(x_7); -if (x_12 == 0) -{ -lean_object* x_13; lean_object* x_14; -x_13 = lean_ctor_get(x_7, 0); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_13); -lean_ctor_set(x_7, 0, x_14); -return x_7; -} -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_15 = lean_ctor_get(x_7, 0); -x_16 = lean_ctor_get(x_7, 1); -lean_inc(x_16); -lean_inc(x_15); -lean_dec(x_7); -x_17 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_17, 0, 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_16); -return x_18; -} -} -} -else -{ -uint8_t x_19; -x_19 = !lean_is_exclusive(x_4); -if (x_19 == 0) -{ -return x_4; -} -else -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; -x_20 = lean_ctor_get(x_4, 0); -x_21 = lean_ctor_get(x_4, 1); -lean_inc(x_21); -lean_inc(x_20); -lean_dec(x_4); -x_22 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_22, 0, x_20); -lean_ctor_set(x_22, 1, x_21); -return x_22; -} -} -} -} -LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_updateDocument___lambda__3(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; uint8_t x_4; -x_3 = l_Lean_Server_Snapshots_Snapshot_endPos(x_2); -x_4 = lean_nat_dec_lt(x_3, x_1); -lean_dec(x_3); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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; lean_object* x_9; lean_object* x_10; lean_object* x_11; uint32_t x_12; lean_object* x_13; -x_7 = l_List_redLength___rarg(x_4); -x_8 = lean_mk_empty_array_with_capacity(x_7); -lean_dec(x_7); -x_9 = l_List_toArrayAux___rarg(x_4, x_8); -x_10 = lean_ctor_get(x_1, 4); -lean_inc(x_10); -x_11 = l_Lean_Lsp_InitializeParams_editDelay(x_10); -lean_dec(x_10); -x_12 = lean_uint32_of_nat(x_11); -lean_dec(x_11); -x_13 = l_Lean_Server_FileWorker_unfoldCmdSnaps(x_2, x_9, x_3, x_12, x_1, x_6); -if (lean_obj_tag(x_13) == 0) -{ -uint8_t x_14; -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) -{ -return x_13; +x_9 = l_List_toArrayAux___rarg(x_4, x_8); +x_10 = lean_ctor_get(x_1, 4); +lean_inc(x_10); +x_11 = l_Lean_Lsp_InitializeParams_editDelay(x_10); +lean_dec(x_10); +x_12 = lean_uint32_of_nat(x_11); +lean_dec(x_11); +x_13 = l_Lean_Server_FileWorker_unfoldCmdSnaps(x_2, x_9, x_3, x_12, x_1, x_6); +if (lean_obj_tag(x_13) == 0) +{ +uint8_t x_14; +x_14 = !lean_is_exclusive(x_13); +if (x_14 == 0) +{ +return x_13; } else { @@ -7069,7 +6977,7 @@ return x_24; } } } -static lean_object* _init_l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__1() { +static lean_object* _init_l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -7077,12 +6985,12 @@ x_1 = lean_mk_string_from_bytes("Lean.Server.FileWorker.updateDocument", 37); return x_1; } } -static lean_object* _init_l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__2() { +static lean_object* _init_l_Lean_Server_FileWorker_updateDocument___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; lean_object* x_6; x_1 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___closed__1; -x_2 = l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__1; +x_2 = l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__1; x_3 = lean_unsigned_to_nat(294u); x_4 = lean_unsigned_to_nat(60u); x_5 = l___private_Lean_Server_FileWorker_0__Lean_Server_FileWorker_nextCmdSnap___closed__3; @@ -7090,11 +6998,11 @@ x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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; -x_11 = l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__2(x_9, x_10); +x_11 = l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__1(x_9, x_10); if (lean_obj_tag(x_11) == 0) { lean_object* x_12; @@ -7113,8 +7021,8 @@ lean_dec(x_1); x_13 = lean_ctor_get(x_11, 1); lean_inc(x_13); lean_dec(x_11); -x_14 = l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__2; -x_15 = l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3(x_14, x_13); +x_14 = l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__2; +x_15 = l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2(x_14, x_13); if (lean_obj_tag(x_15) == 0) { uint8_t x_16; @@ -7213,7 +7121,7 @@ lean_dec(x_41); x_44 = lean_ctor_get(x_42, 0); lean_inc(x_44); lean_dec(x_42); -x_45 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__3___boxed), 2, 1); +x_45 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed), 2, 1); lean_closure_set(x_45, 0, x_40); x_46 = l_List_takeWhile___rarg(x_45, x_44); x_47 = lean_unsigned_to_nat(0u); @@ -7245,7 +7153,7 @@ if (x_59 == 0) lean_object* x_60; lean_object* x_61; lean_object* x_62; x_60 = l_List_dropLast___rarg(x_46); x_61 = lean_box(0); -x_62 = l_Lean_Server_FileWorker_updateDocument___lambda__4(x_6, x_4, x_7, x_60, x_61, x_57); +x_62 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_6, x_4, x_7, x_60, x_61, x_57); if (lean_obj_tag(x_62) == 0) { uint8_t x_63; @@ -7310,7 +7218,7 @@ else { lean_object* x_77; lean_object* x_78; x_77 = lean_box(0); -x_78 = l_Lean_Server_FileWorker_updateDocument___lambda__4(x_6, x_4, x_7, x_46, x_77, x_57); +x_78 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_6, x_4, x_7, x_46, x_77, x_57); if (lean_obj_tag(x_78) == 0) { uint8_t x_79; @@ -7383,7 +7291,7 @@ x_94 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_94, 0, x_30); lean_ctor_set(x_94, 1, x_93); x_95 = lean_box(0); -x_96 = l_Lean_Server_FileWorker_updateDocument___lambda__4(x_6, x_4, x_7, x_94, x_95, x_43); +x_96 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_6, x_4, x_7, x_94, x_95, x_43); if (lean_obj_tag(x_96) == 0) { uint8_t x_97; @@ -7483,7 +7391,7 @@ lean_dec(x_122); x_125 = lean_ctor_get(x_123, 0); lean_inc(x_125); lean_dec(x_123); -x_126 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__3___boxed), 2, 1); +x_126 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed), 2, 1); lean_closure_set(x_126, 0, x_121); x_127 = l_List_takeWhile___rarg(x_126, x_125); x_128 = lean_unsigned_to_nat(0u); @@ -7515,7 +7423,7 @@ if (x_140 == 0) lean_object* x_141; lean_object* x_142; lean_object* x_143; x_141 = l_List_dropLast___rarg(x_127); x_142 = lean_box(0); -x_143 = l_Lean_Server_FileWorker_updateDocument___lambda__4(x_6, x_4, x_7, x_141, x_142, x_138); +x_143 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_6, x_4, x_7, x_141, x_142, x_138); if (lean_obj_tag(x_143) == 0) { lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; @@ -7574,7 +7482,7 @@ else { lean_object* x_154; lean_object* x_155; x_154 = lean_box(0); -x_155 = l_Lean_Server_FileWorker_updateDocument___lambda__4(x_6, x_4, x_7, x_127, x_154, x_138); +x_155 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_6, x_4, x_7, x_127, x_154, x_138); if (lean_obj_tag(x_155) == 0) { lean_object* x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; @@ -7641,7 +7549,7 @@ x_167 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_167, 0, x_115); lean_ctor_set(x_167, 1, x_166); x_168 = lean_box(0); -x_169 = l_Lean_Server_FileWorker_updateDocument___lambda__4(x_6, x_4, x_7, x_167, x_168, x_124); +x_169 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_6, x_4, x_7, x_167, x_168, x_124); 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; @@ -7738,6 +7646,95 @@ return x_186; } } } +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__3(x_1, x_3); +if (lean_obj_tag(x_4) == 0) +{ +lean_object* x_5; uint8_t x_6; lean_object* x_7; +x_5 = lean_ctor_get(x_4, 1); +lean_inc(x_5); +lean_dec(x_4); +x_6 = 2; +x_7 = lean_io_exit(x_6, x_5); +if (lean_obj_tag(x_7) == 0) +{ +uint8_t x_8; +x_8 = !lean_is_exclusive(x_7); +if (x_8 == 0) +{ +return x_7; +} +else +{ +lean_object* x_9; lean_object* x_10; lean_object* x_11; +x_9 = lean_ctor_get(x_7, 0); +x_10 = lean_ctor_get(x_7, 1); +lean_inc(x_10); +lean_inc(x_9); +lean_dec(x_7); +x_11 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_11, 0, x_9); +lean_ctor_set(x_11, 1, x_10); +return x_11; +} +} +else +{ +uint8_t x_12; +x_12 = !lean_is_exclusive(x_7); +if (x_12 == 0) +{ +lean_object* x_13; lean_object* x_14; +x_13 = lean_ctor_get(x_7, 0); +x_14 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_14, 0, x_13); +lean_ctor_set(x_7, 0, x_14); +return x_7; +} +else +{ +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; +x_15 = lean_ctor_get(x_7, 0); +x_16 = lean_ctor_get(x_7, 1); +lean_inc(x_16); +lean_inc(x_15); +lean_dec(x_7); +x_17 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_17, 0, 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_16); +return x_18; +} +} +} +else +{ +uint8_t x_19; +x_19 = !lean_is_exclusive(x_4); +if (x_19 == 0) +{ +return x_4; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_ctor_get(x_4, 0); +x_21 = lean_ctor_get(x_4, 1); +lean_inc(x_21); +lean_inc(x_20); +lean_dec(x_4); +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_20); +lean_ctor_set(x_22, 1, x_21); +return x_22; +} +} +} +} static lean_object* _init_l_Lean_Server_FileWorker_updateDocument___closed__1() { _start: { @@ -7781,7 +7778,7 @@ lean_inc(x_16); x_17 = l_Lean_Parser_parseHeader(x_16, x_14); if (lean_obj_tag(x_17) == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; uint8_t x_29; +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; uint8_t x_29; uint8_t x_50; x_18 = lean_ctor_get(x_17, 0); lean_inc(x_18); x_19 = lean_ctor_get(x_18, 1); @@ -7807,62 +7804,78 @@ x_27 = l_Lean_Server_FileWorker_updateDocument___closed__1; lean_inc(x_26); x_28 = l_IO_AsyncList_waitFind_x3f___rarg(x_27, x_26); lean_inc(x_21); -x_29 = l_Lean_Syntax_structEq(x_15, x_21); +x_50 = l_Lean_Syntax_structEq(x_15, x_21); +if (x_50 == 0) +{ +uint8_t x_51; +x_51 = 1; +x_29 = x_51; +goto block_49; +} +else +{ +uint8_t x_52; +x_52 = 0; +x_29 = x_52; +goto block_49; +} +block_49: +{ if (x_29 == 0) { -lean_object* x_30; lean_object* x_31; uint32_t x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -lean_dec(x_28); -lean_dec(x_26); -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_16); -lean_dec(x_8); -x_30 = lean_ctor_get(x_2, 4); -lean_inc(x_30); -x_31 = l_Lean_Lsp_InitializeParams_editDelay(x_30); -lean_dec(x_30); -x_32 = lean_uint32_of_nat(x_31); -lean_dec(x_31); -x_33 = lean_box_uint32(x_32); -x_34 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_unfoldCmdSnaps___lambda__1___boxed), 2, 1); -lean_closure_set(x_34, 0, x_33); +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_inc(x_24); -x_35 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed), 3, 1); -lean_closure_set(x_35, 0, x_24); -x_36 = lean_alloc_closure((void*)(l_EStateM_bind___rarg), 3, 2); -lean_closure_set(x_36, 0, x_34); -lean_closure_set(x_36, 1, x_35); -x_37 = lean_alloc_closure((void*)(l_EIO_toBaseIO___rarg), 2, 1); -lean_closure_set(x_37, 0, x_36); -x_38 = l_Task_Priority_dedicated; -x_39 = lean_io_as_task(x_37, x_38, x_25); -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_Server_FileWorker_updateDocument___lambda__1(x_1, x_24, x_40, x_2, x_3, x_41); +lean_inc(x_2); +lean_inc(x_1); +x_30 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__4___boxed), 10, 8); +lean_closure_set(x_30, 0, x_21); +lean_closure_set(x_30, 1, x_22); +lean_closure_set(x_30, 2, x_8); +lean_closure_set(x_30, 3, x_1); +lean_closure_set(x_30, 4, x_26); +lean_closure_set(x_30, 5, x_2); +lean_closure_set(x_30, 6, x_24); +lean_closure_set(x_30, 7, x_16); +x_31 = l_Task_Priority_dedicated; +x_32 = lean_io_map_task(x_30, x_28, x_31, x_25); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +x_34 = lean_ctor_get(x_32, 1); +lean_inc(x_34); +lean_dec(x_32); +x_35 = l_Lean_Server_FileWorker_updateDocument___lambda__1(x_1, x_24, x_33, x_2, x_3, x_34); lean_dec(x_3); lean_dec(x_2); -return x_42; +return x_35; } 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_36; lean_object* x_37; uint32_t x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_16); +lean_dec(x_8); +x_36 = lean_ctor_get(x_2, 4); +lean_inc(x_36); +x_37 = l_Lean_Lsp_InitializeParams_editDelay(x_36); +lean_dec(x_36); +x_38 = lean_uint32_of_nat(x_37); +lean_dec(x_37); +x_39 = lean_box_uint32(x_38); +x_40 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_unfoldCmdSnaps___lambda__1___boxed), 2, 1); +lean_closure_set(x_40, 0, x_39); lean_inc(x_24); -lean_inc(x_2); -lean_inc(x_1); -x_43 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__5___boxed), 10, 8); -lean_closure_set(x_43, 0, x_21); -lean_closure_set(x_43, 1, x_22); -lean_closure_set(x_43, 2, x_8); -lean_closure_set(x_43, 3, x_1); -lean_closure_set(x_43, 4, x_26); -lean_closure_set(x_43, 5, x_2); -lean_closure_set(x_43, 6, x_24); -lean_closure_set(x_43, 7, x_16); +x_41 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_updateDocument___lambda__5___boxed), 3, 1); +lean_closure_set(x_41, 0, x_24); +x_42 = lean_alloc_closure((void*)(l_EStateM_bind___rarg), 3, 2); +lean_closure_set(x_42, 0, x_40); +lean_closure_set(x_42, 1, x_41); +x_43 = lean_alloc_closure((void*)(l_EIO_toBaseIO___rarg), 2, 1); +lean_closure_set(x_43, 0, x_42); x_44 = l_Task_Priority_dedicated; -x_45 = lean_io_map_task(x_43, x_28, x_44, x_25); +x_45 = lean_io_as_task(x_43, x_44, x_25); x_46 = lean_ctor_get(x_45, 0); lean_inc(x_46); x_47 = lean_ctor_get(x_45, 1); @@ -7874,50 +7887,51 @@ lean_dec(x_2); return x_48; } } +} else { -uint8_t x_49; +uint8_t x_53; lean_dec(x_16); lean_dec(x_15); lean_dec(x_8); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_49 = !lean_is_exclusive(x_17); -if (x_49 == 0) +x_53 = !lean_is_exclusive(x_17); +if (x_53 == 0) { return x_17; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_17, 0); -x_51 = lean_ctor_get(x_17, 1); -lean_inc(x_51); -lean_inc(x_50); +lean_object* x_54; lean_object* x_55; lean_object* x_56; +x_54 = lean_ctor_get(x_17, 0); +x_55 = lean_ctor_get(x_17, 1); +lean_inc(x_55); +lean_inc(x_54); lean_dec(x_17); -x_52 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); -return x_52; +x_56 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_55); +return x_56; } } } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__1(x_1, x_2); +x_3 = l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__1(x_1, x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__3___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Server_FileWorker_updateDocument___spec__2(x_1, x_2); +x_3 = l_Lean_Server_FileWorker_CancelToken_check___at_Lean_Server_FileWorker_updateDocument___spec__3(x_1, x_2); lean_dec(x_1); return x_3; } @@ -7932,62 +7946,44 @@ lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -lean_object* x_4; -x_4 = l_Lean_Server_FileWorker_updateDocument___lambda__2(x_1, x_2, x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_4; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__3___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_Server_FileWorker_updateDocument___lambda__3(x_1, x_2); +x_3 = l_Lean_Server_FileWorker_updateDocument___lambda__2(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_Lean_Server_FileWorker_updateDocument___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_Lean_Server_FileWorker_updateDocument___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_FileWorker_updateDocument___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Server_FileWorker_updateDocument___lambda__3(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_Server_FileWorker_updateDocument___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_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___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_Server_FileWorker_updateDocument___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10); +x_11 = l_Lean_Server_FileWorker_updateDocument___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_9); lean_dec(x_3); return x_11; } } -static uint8_t _init_l_Lean_Server_FileWorker_handleDidChange___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_updateDocument___lambda__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_1; uint8_t x_2; -x_1 = 0; -x_2 = l_instDecidableNot___rarg(x_1); -return x_2; -} -} -static uint8_t _init_l_Lean_Server_FileWorker_handleDidChange___closed__2() { -_start: -{ -uint8_t x_1; uint8_t x_2; -x_1 = 1; -x_2 = l_instDecidableNot___rarg(x_1); -return x_2; +lean_object* x_4; +x_4 = l_Lean_Server_FileWorker_updateDocument___lambda__5(x_1, x_2, x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_4; } } LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDidChange(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { @@ -8000,7 +7996,7 @@ x_7 = lean_st_ref_get(x_3, x_4); x_8 = !lean_is_exclusive(x_7); if (x_8 == 0) { -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_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_15; x_9 = lean_ctor_get(x_7, 0); x_10 = lean_ctor_get(x_7, 1); x_11 = lean_ctor_get(x_9, 0); @@ -8009,12 +8005,9 @@ lean_dec(x_9); x_12 = lean_ctor_get(x_5, 0); x_13 = lean_ctor_get(x_5, 1); x_14 = l_Array_isEmpty___rarg(x_6); +x_15 = l_instDecidableNot___rarg(x_14); if (lean_obj_tag(x_13) == 0) { -if (x_14 == 0) -{ -uint8_t x_15; -x_15 = l_Lean_Server_FileWorker_handleDidChange___closed__1; if (x_15 == 0) { lean_object* x_16; @@ -8048,22 +8041,21 @@ return x_22; } else { -uint8_t x_23; -x_23 = l_Lean_Server_FileWorker_handleDidChange___closed__2; -if (x_23 == 0) +if (x_15 == 0) { -lean_object* x_24; +lean_object* x_23; lean_dec(x_11); lean_dec(x_3); lean_dec(x_2); -x_24 = lean_box(0); -lean_ctor_set(x_7, 0, x_24); +x_23 = lean_box(0); +lean_ctor_set(x_7, 0, x_23); return x_7; } 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_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_free_object(x_7); +x_24 = lean_ctor_get(x_13, 0); x_25 = lean_ctor_get(x_11, 0); lean_inc(x_25); lean_dec(x_11); @@ -8071,257 +8063,99 @@ x_26 = lean_ctor_get(x_25, 2); lean_inc(x_26); lean_dec(x_25); x_27 = l_Lean_Server_foldDocumentChanges(x_6, x_26); -x_28 = lean_unsigned_to_nat(0u); +lean_inc(x_24); lean_inc(x_12); -x_29 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_29, 0, x_12); -lean_ctor_set(x_29, 1, x_28); -lean_ctor_set(x_29, 2, x_27); -x_30 = l_Lean_Server_FileWorker_updateDocument(x_29, x_2, x_3, x_10); -return x_30; +x_28 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_28, 0, x_12); +lean_ctor_set(x_28, 1, x_24); +lean_ctor_set(x_28, 2, x_27); +x_29 = l_Lean_Server_FileWorker_updateDocument(x_28, x_2, x_3, x_10); +return x_29; } } } else { -if (x_14 == 0) +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; uint8_t x_35; uint8_t x_36; +x_30 = lean_ctor_get(x_7, 0); +x_31 = lean_ctor_get(x_7, 1); +lean_inc(x_31); +lean_inc(x_30); +lean_dec(x_7); +x_32 = lean_ctor_get(x_30, 0); +lean_inc(x_32); +lean_dec(x_30); +x_33 = lean_ctor_get(x_5, 0); +x_34 = lean_ctor_get(x_5, 1); +x_35 = l_Array_isEmpty___rarg(x_6); +x_36 = l_instDecidableNot___rarg(x_35); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_31; uint8_t x_32; -x_31 = lean_ctor_get(x_13, 0); -x_32 = l_Lean_Server_FileWorker_handleDidChange___closed__1; -if (x_32 == 0) +if (x_36 == 0) { -lean_object* x_33; -lean_dec(x_11); +lean_object* x_37; lean_object* x_38; +lean_dec(x_32); lean_dec(x_3); lean_dec(x_2); -x_33 = lean_box(0); -lean_ctor_set(x_7, 0, x_33); -return x_7; +x_37 = lean_box(0); +x_38 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_31); +return x_38; } else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -lean_free_object(x_7); -x_34 = lean_ctor_get(x_11, 0); -lean_inc(x_34); -lean_dec(x_11); -x_35 = lean_ctor_get(x_34, 2); -lean_inc(x_35); -lean_dec(x_34); -x_36 = l_Lean_Server_foldDocumentChanges(x_6, x_35); -lean_inc(x_31); -lean_inc(x_12); -x_37 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_37, 0, x_12); -lean_ctor_set(x_37, 1, x_31); -lean_ctor_set(x_37, 2, x_36); -x_38 = l_Lean_Server_FileWorker_updateDocument(x_37, x_2, x_3, x_10); -return x_38; +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_39 = lean_ctor_get(x_32, 0); +lean_inc(x_39); +lean_dec(x_32); +x_40 = lean_ctor_get(x_39, 2); +lean_inc(x_40); +lean_dec(x_39); +x_41 = l_Lean_Server_foldDocumentChanges(x_6, x_40); +x_42 = lean_unsigned_to_nat(0u); +lean_inc(x_33); +x_43 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_43, 0, x_33); +lean_ctor_set(x_43, 1, x_42); +lean_ctor_set(x_43, 2, x_41); +x_44 = l_Lean_Server_FileWorker_updateDocument(x_43, x_2, x_3, x_31); +return x_44; } } else { -lean_object* x_39; uint8_t x_40; -x_39 = lean_ctor_get(x_13, 0); -x_40 = l_Lean_Server_FileWorker_handleDidChange___closed__2; -if (x_40 == 0) +if (x_36 == 0) { -lean_object* x_41; -lean_dec(x_11); +lean_object* x_45; lean_object* x_46; +lean_dec(x_32); lean_dec(x_3); lean_dec(x_2); -x_41 = lean_box(0); -lean_ctor_set(x_7, 0, x_41); -return x_7; -} -else -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_free_object(x_7); -x_42 = lean_ctor_get(x_11, 0); -lean_inc(x_42); -lean_dec(x_11); -x_43 = lean_ctor_get(x_42, 2); -lean_inc(x_43); -lean_dec(x_42); -x_44 = l_Lean_Server_foldDocumentChanges(x_6, x_43); -lean_inc(x_39); -lean_inc(x_12); -x_45 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_45, 0, x_12); -lean_ctor_set(x_45, 1, x_39); -lean_ctor_set(x_45, 2, x_44); -x_46 = l_Lean_Server_FileWorker_updateDocument(x_45, x_2, x_3, x_10); +x_45 = lean_box(0); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_31); return x_46; } -} -} -} 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; -x_47 = lean_ctor_get(x_7, 0); -x_48 = lean_ctor_get(x_7, 1); +lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; +x_47 = lean_ctor_get(x_34, 0); +x_48 = lean_ctor_get(x_32, 0); lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_7); -x_49 = lean_ctor_get(x_47, 0); +lean_dec(x_32); +x_49 = lean_ctor_get(x_48, 2); lean_inc(x_49); -lean_dec(x_47); -x_50 = lean_ctor_get(x_5, 0); -x_51 = lean_ctor_get(x_5, 1); -x_52 = l_Array_isEmpty___rarg(x_6); -if (lean_obj_tag(x_51) == 0) -{ -if (x_52 == 0) -{ -uint8_t x_53; -x_53 = l_Lean_Server_FileWorker_handleDidChange___closed__1; -if (x_53 == 0) -{ -lean_object* x_54; lean_object* x_55; -lean_dec(x_49); -lean_dec(x_3); -lean_dec(x_2); -x_54 = lean_box(0); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_48); -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_ctor_get(x_49, 0); -lean_inc(x_56); -lean_dec(x_49); -x_57 = lean_ctor_get(x_56, 2); -lean_inc(x_57); -lean_dec(x_56); -x_58 = l_Lean_Server_foldDocumentChanges(x_6, x_57); -x_59 = lean_unsigned_to_nat(0u); -lean_inc(x_50); -x_60 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_60, 0, x_50); -lean_ctor_set(x_60, 1, x_59); -lean_ctor_set(x_60, 2, x_58); -x_61 = l_Lean_Server_FileWorker_updateDocument(x_60, x_2, x_3, x_48); -return x_61; -} -} -else -{ -uint8_t x_62; -x_62 = l_Lean_Server_FileWorker_handleDidChange___closed__2; -if (x_62 == 0) -{ -lean_object* x_63; lean_object* x_64; -lean_dec(x_49); -lean_dec(x_3); -lean_dec(x_2); -x_63 = lean_box(0); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_48); -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; -x_65 = lean_ctor_get(x_49, 0); -lean_inc(x_65); -lean_dec(x_49); -x_66 = lean_ctor_get(x_65, 2); -lean_inc(x_66); -lean_dec(x_65); -x_67 = l_Lean_Server_foldDocumentChanges(x_6, x_66); -x_68 = lean_unsigned_to_nat(0u); -lean_inc(x_50); -x_69 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_69, 0, x_50); -lean_ctor_set(x_69, 1, x_68); -lean_ctor_set(x_69, 2, x_67); -x_70 = l_Lean_Server_FileWorker_updateDocument(x_69, x_2, x_3, x_48); -return x_70; -} -} -} -else -{ -if (x_52 == 0) -{ -lean_object* x_71; uint8_t x_72; -x_71 = lean_ctor_get(x_51, 0); -x_72 = l_Lean_Server_FileWorker_handleDidChange___closed__1; -if (x_72 == 0) -{ -lean_object* x_73; lean_object* x_74; -lean_dec(x_49); -lean_dec(x_3); -lean_dec(x_2); -x_73 = lean_box(0); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_73); -lean_ctor_set(x_74, 1, x_48); -return x_74; -} -else -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_75 = lean_ctor_get(x_49, 0); -lean_inc(x_75); -lean_dec(x_49); -x_76 = lean_ctor_get(x_75, 2); -lean_inc(x_76); -lean_dec(x_75); -x_77 = l_Lean_Server_foldDocumentChanges(x_6, x_76); -lean_inc(x_71); -lean_inc(x_50); -x_78 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_78, 0, x_50); -lean_ctor_set(x_78, 1, x_71); -lean_ctor_set(x_78, 2, x_77); -x_79 = l_Lean_Server_FileWorker_updateDocument(x_78, x_2, x_3, x_48); -return x_79; -} -} -else -{ -lean_object* x_80; uint8_t x_81; -x_80 = lean_ctor_get(x_51, 0); -x_81 = l_Lean_Server_FileWorker_handleDidChange___closed__2; -if (x_81 == 0) -{ -lean_object* x_82; lean_object* x_83; -lean_dec(x_49); -lean_dec(x_3); -lean_dec(x_2); -x_82 = lean_box(0); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_48); -return x_83; -} -else -{ -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; -x_84 = lean_ctor_get(x_49, 0); -lean_inc(x_84); -lean_dec(x_49); -x_85 = lean_ctor_get(x_84, 2); -lean_inc(x_85); -lean_dec(x_84); -x_86 = l_Lean_Server_foldDocumentChanges(x_6, x_85); -lean_inc(x_80); -lean_inc(x_50); -x_87 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_87, 0, x_50); -lean_ctor_set(x_87, 1, x_80); -lean_ctor_set(x_87, 2, x_86); -x_88 = l_Lean_Server_FileWorker_updateDocument(x_87, x_2, x_3, x_48); -return x_88; -} +lean_dec(x_48); +x_50 = l_Lean_Server_foldDocumentChanges(x_6, x_49); +lean_inc(x_47); +lean_inc(x_33); +x_51 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_51, 0, x_33); +lean_ctor_set(x_51, 1, x_47); +lean_ctor_set(x_51, 2, x_50); +x_52 = l_Lean_Server_FileWorker_updateDocument(x_51, x_2, x_3, x_31); +return x_52; } } } @@ -11685,7 +11519,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_parseParams___at_Lean_Server_F { lean_object* x_5; lean_inc(x_1); -x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_(x_1); +x_5 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_(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; @@ -21174,16 +21008,14 @@ l_Lean_Server_FileWorker_compileHeader___lambda__5___closed__4 = _init_l_Lean_Se lean_mark_persistent(l_Lean_Server_FileWorker_compileHeader___lambda__5___closed__4); l_Lean_Server_FileWorker_compileHeader___closed__1 = _init_l_Lean_Server_FileWorker_compileHeader___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_compileHeader___closed__1); -l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3___closed__1 = _init_l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3___closed__1(); -lean_mark_persistent(l_panic___at_Lean_Server_FileWorker_updateDocument___spec__3___closed__1); -l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__1 = _init_l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__1); -l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__2 = _init_l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__2(); -lean_mark_persistent(l_Lean_Server_FileWorker_updateDocument___lambda__5___closed__2); +l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2___closed__1 = _init_l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2___closed__1(); +lean_mark_persistent(l_panic___at_Lean_Server_FileWorker_updateDocument___spec__2___closed__1); +l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__1 = _init_l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__1); +l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__2 = _init_l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__2(); +lean_mark_persistent(l_Lean_Server_FileWorker_updateDocument___lambda__4___closed__2); l_Lean_Server_FileWorker_updateDocument___closed__1 = _init_l_Lean_Server_FileWorker_updateDocument___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_updateDocument___closed__1); -l_Lean_Server_FileWorker_handleDidChange___closed__1 = _init_l_Lean_Server_FileWorker_handleDidChange___closed__1(); -l_Lean_Server_FileWorker_handleDidChange___closed__2 = _init_l_Lean_Server_FileWorker_handleDidChange___closed__2(); l_Lean_Server_FileWorker_parseParams___rarg___closed__1 = _init_l_Lean_Server_FileWorker_parseParams___rarg___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_parseParams___rarg___closed__1); l_Lean_Server_FileWorker_parseParams___rarg___closed__2 = _init_l_Lean_Server_FileWorker_parseParams___rarg___closed__2(); diff --git a/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c b/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c index e3a47b7a07c2..4ccd35e6fe04 100644 --- a/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c +++ b/stage0/stdlib/Lean/Server/FileWorker/RequestHandling.c @@ -36,6 +36,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_loca static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3___closed__2; static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__3___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__2(lean_object*); lean_object* l_Lean_Json_compress(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover(lean_object*, lean_object*, lean_object*); @@ -71,12 +72,11 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lamb static lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__2___closed__1; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__2; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__1; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___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_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3___closed__2; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__1___closed__1; @@ -85,7 +85,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___boxed( LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Server_FileWorker_keywordSemanticTokenMap___spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__16; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(lean_object*); lean_object* l_List_getLastD___rarg(lean_object*, lean_object*); @@ -95,6 +94,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1(le lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__1(size_t, size_t, lean_object*); lean_object* l_Lean_findDocString_x3f(lean_object*, lean_object*, uint8_t, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401_(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightId(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleCompletion___lambda__1(lean_object*, lean_object*); @@ -122,6 +122,7 @@ LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_getInteractiveGoals___lambda__1(lea static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__4; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__8; lean_object* l_Lean_Syntax_getArgs(lean_object*); @@ -170,6 +171,7 @@ uint8_t l_Lean_Syntax_isOfKind(lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__4___closed__2; extern lean_object* l_Lean_Server_requestHandlers; static lean_object* l_Lean_Server_FileWorker_NamespaceEntry_finish___closed__5; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__1; LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__9(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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*); @@ -188,6 +190,7 @@ static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__2 static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__8; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols_popStack(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight(lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); @@ -200,7 +203,6 @@ static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_Fil LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__3; LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__29___boxed(lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451_(lean_object*); static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveGoals___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_projectionFnInfoExt; @@ -209,12 +211,13 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Serve LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_initializing(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__2(lean_object*); lean_object* l_Lean_Elab_Info_fmtHover_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___lambda__1(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokensFull___rarg___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__6; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokensFull___rarg(lean_object*, lean_object*); lean_object* l_Lean_Server_findModuleRefs(lean_object*, lean_object*, uint8_t, uint8_t); @@ -270,6 +273,7 @@ LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_ LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleHover___lambda__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(lean_object*); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange___boxed(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__3; @@ -282,7 +286,6 @@ static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightRe static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__4; static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__5; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__7; static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__6; LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__32(lean_object*); @@ -315,8 +318,8 @@ lean_object* l_IO_sleep(uint32_t, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__19; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens_highlightId___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__3; -LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Server_FileWorker_getInteractiveGoals___spec__3(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getOptional_x3f(lean_object*); @@ -358,6 +361,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Serve lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Server_registerLspRequestHandler___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__7___boxed(lean_object*, lean_object*); +static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3; LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight___lambda__2(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2___boxed(lean_object*, lean_object*); @@ -365,17 +369,14 @@ lean_object* l_Lean_Server_RequestM_asTask___rarg(lean_object*, lean_object*, le LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___lambda__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x3f(lean_object*); -LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange(lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571_(lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Server_FileWorker_NamespaceEntry_finish___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__3___closed__1; lean_object* l_List_lengthTRAux___rarg(lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__7; extern lean_object* l_Task_Priority_default; LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__35(lean_object*); @@ -399,6 +400,7 @@ static lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__12(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_addToken___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(lean_object*, lean_object*, size_t, size_t); lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_matchesNull(lean_object*, lean_object*); @@ -423,6 +425,7 @@ static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___close static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__12; static lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics_waitLoop(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__8(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__2; @@ -439,7 +442,6 @@ static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__4 LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics(lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925_(lean_object*); extern lean_object* l_Lean_instInhabitedProjectionFunctionInfo; lean_object* l_String_Range_toLspRange(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f(lean_object*, lean_object*, lean_object*, lean_object*); @@ -451,6 +453,7 @@ LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_ LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960_(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4___closed__1; static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__5; @@ -466,16 +469,15 @@ static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymb LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_reprint(lean_object*); lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__13; -static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___closed__1; LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_handleWaitForDiagnostics___spec__1___boxed(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleCompletion___closed__5; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__7___lambda__4___closed__1; @@ -495,7 +497,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDefinition___lambda__1__ LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges_popRanges(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__9; -static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_noHighlightKinds; static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__14; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1(lean_object*, lean_object*); @@ -514,7 +515,6 @@ static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_Fil lean_object* l_List_drop___rarg(lean_object*, lean_object*); lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Server_References_updateWorkerRefs___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010_(lean_object*); lean_object* l_Lean_Syntax_findStack_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Server_FileWorker_handleDocumentSymbol___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleHover___closed__2; @@ -528,7 +528,6 @@ LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationL static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__25; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__2; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleFoldingRange_addRanges(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -539,6 +538,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Serve LEAN_EXPORT uint8_t l_Lean_Server_FileWorker_handleFoldingRange_isImport(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDefinition___closed__1; static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__10; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995_(lean_object*); uint8_t l_Lean_Syntax_isNone(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_getInteractiveGoals___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_span_loop___at_Lean_Server_FileWorker_handleFoldingRange_addRanges___spec__1(lean_object*, lean_object*); @@ -561,13 +561,14 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Serve LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__2(lean_object*); static lean_object* l_Lean_Server_FileWorker_handlePlainTermGoal___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__4___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__2; LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__16___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(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* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__7; static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__1___lambda__3___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__5; static lean_object* l_Lean_Server_FileWorker_handlePlainGoal___lambda__1___closed__2; static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__8; @@ -583,35 +584,33 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_hand LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_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_Lean_Server_FileWorker_handlePlainGoal(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__3; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159_(lean_object*); LEAN_EXPORT lean_object* l_liftExcept___at_Lean_Server_FileWorker_handleWaitForDiagnostics___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__4; static lean_object* l_Lean_Server_FileWorker_keywordSemanticTokenMap___closed__2; lean_object* l_List_reverse___rarg(lean_object*); -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(lean_object*, lean_object*, size_t, size_t); static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__11; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__31___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335_(lean_object*); static lean_object* l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1___closed__3; lean_object* l_String_intercalate(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__5; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__18___lambda__1(lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__14; -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___lambda__4___boxed(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_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handleDocumentHighlight___spec__4(size_t, size_t, lean_object*); static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__16; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950_(lean_object*); static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___closed__6; LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__24___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__21___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727_(lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___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_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__34___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____closed__3; static lean_object* l_Lean_Server_FileWorker_keywordSemanticTokenMap___closed__3; @@ -621,7 +620,7 @@ LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleComple LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_getInteractiveGoals___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_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveTermGoal___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___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_liftExcept___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__3(lean_object*, lean_object*, size_t, size_t); lean_object* lean_io_error_to_string(lean_object*); @@ -664,7 +663,6 @@ static lean_object* l_List_mapM_loop___at_Lean_Server_FileWorker_getInteractiveG LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleCompletion___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__4___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__27___lambda__4___closed__1; -static lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2; static lean_object* l_Lean_Server_FileWorker_handleFoldingRange_isImport___closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_handlePlainGoal___spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightId___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -672,6 +670,7 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Server_FileWorker_keywor static lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol_toDocumentSymbols___lambda__6___closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDocumentSymbol___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875_(lean_object*); lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object*, lean_object*, uint8_t, uint8_t, uint8_t); lean_object* l_Lean_Elab_Info_stx(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -700,8 +699,9 @@ static lean_object* l_Lean_Server_FileWorker_noHighlightKinds___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__13(size_t, size_t, lean_object*); lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Snapshots_Snapshot_endPos(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(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_Server_FileWorker_locationLinksOfInfo___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__14___lambda__4___closed__1; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleWaitForDiagnostics___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___spec__1___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_RBNode_ins___at_Lean_Server_FileWorker_keywordSemanticTokenMap___spec__2(lean_object*, lean_object*, uint8_t); @@ -716,9 +716,9 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleDefinition___lambda__1(l LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_getInteractiveGoals(lean_object*, lean_object*, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_FileWorker_initFn____x40_Lean_Server_FileWorker_RequestHandling___hyg_12940____spec__10___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Array_get_x3f___rarg(lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Server_FileWorker_handleCompletion___spec__1___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { @@ -1544,595 +1544,281 @@ return x_17; } else { +lean_object* x_18; lean_object* x_19; uint8_t x_20; +x_18 = lean_ctor_get(x_15, 0); +lean_inc(x_18); +if (lean_is_exclusive(x_15)) { + lean_ctor_release(x_15, 0); + x_19 = x_15; +} else { + lean_dec_ref(x_15); + x_19 = lean_box(0); +} if (lean_obj_tag(x_5) == 0) { -uint8_t x_18; -x_18 = !lean_is_exclusive(x_15); -if (x_18 == 0) +uint8_t x_72; +x_72 = 1; +x_20 = x_72; +goto block_71; +} +else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; -x_19 = lean_ctor_get(x_15, 0); -x_20 = lean_ctor_get(x_13, 0); -lean_inc(x_20); -lean_dec(x_13); -x_21 = l_Lean_Elab_Info_fmtHover_x3f(x_20, x_14, x_7); -lean_dec(x_20); -if (lean_obj_tag(x_21) == 0) +lean_object* x_73; lean_object* x_74; uint8_t x_75; +x_73 = lean_ctor_get(x_5, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_73, 1); +lean_inc(x_74); +lean_dec(x_73); +x_75 = l_String_Range_includes(x_74, x_18); +lean_dec(x_74); +x_20 = x_75; +goto block_71; +} +block_71: { -lean_object* x_22; -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -if (lean_obj_tag(x_22) == 0) +if (x_20 == 0) { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -lean_free_object(x_15); +lean_object* x_21; lean_object* x_22; lean_dec(x_19); -x_23 = lean_ctor_get(x_21, 1); +lean_dec(x_18); +lean_dec(x_14); +lean_dec(x_13); +x_21 = lean_box(0); +x_22 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_21, x_6, x_7); +lean_dec(x_6); +lean_dec(x_2); +return x_22; +} +else +{ +lean_object* x_23; lean_object* x_24; +x_23 = lean_ctor_get(x_13, 0); lean_inc(x_23); -lean_dec(x_21); -x_24 = lean_box(0); -x_25 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_24, x_6, x_23); +lean_dec(x_13); +x_24 = l_Lean_Elab_Info_fmtHover_x3f(x_23, x_14, x_7); +lean_dec(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); +if (lean_obj_tag(x_25) == 0) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_dec(x_19); +lean_dec(x_18); +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_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_27, x_6, x_26); lean_dec(x_6); lean_dec(x_2); -return x_25; +return x_28; } else { -uint8_t x_26; +uint8_t x_29; lean_dec(x_6); +lean_dec(x_5); lean_dec(x_1); -x_26 = !lean_is_exclusive(x_21); -if (x_26 == 0) +x_29 = !lean_is_exclusive(x_24); +if (x_29 == 0) { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_21, 0); -lean_dec(x_27); -x_28 = !lean_is_exclusive(x_22); -if (x_28 == 0) +lean_object* x_30; uint8_t x_31; +x_30 = lean_ctor_get(x_24, 0); +lean_dec(x_30); +x_31 = !lean_is_exclusive(x_25); +if (x_31 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_29 = lean_ctor_get(x_22, 0); -x_30 = lean_ctor_get(x_29, 0); -lean_inc(x_30); -lean_dec(x_29); -x_31 = l_Std_Format_defWidth; -x_32 = lean_format_pretty(x_30, x_31); -x_33 = 1; -x_34 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_34, 0, x_32); -lean_ctor_set_uint8(x_34, sizeof(void*)*1, x_33); -x_35 = l_String_Range_toLspRange(x_2, x_19); -lean_dec(x_19); +lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_32 = lean_ctor_get(x_25, 0); +x_33 = lean_ctor_get(x_32, 0); +lean_inc(x_33); +lean_dec(x_32); +x_34 = l_Std_Format_defWidth; +x_35 = lean_format_pretty(x_33, x_34); +x_36 = 1; +x_37 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_37, 0, x_35); +lean_ctor_set_uint8(x_37, sizeof(void*)*1, x_36); +x_38 = l_String_Range_toLspRange(x_2, x_18); +lean_dec(x_18); lean_dec(x_2); -lean_ctor_set(x_22, 0, x_35); -x_36 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_36, 0, x_34); -lean_ctor_set(x_36, 1, x_22); -lean_ctor_set(x_15, 0, x_36); -lean_ctor_set(x_21, 0, x_15); -return x_21; +lean_ctor_set(x_25, 0, x_38); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_25); +if (lean_is_scalar(x_19)) { + x_40 = lean_alloc_ctor(1, 1, 0); +} else { + x_40 = x_19; +} +lean_ctor_set(x_40, 0, x_39); +lean_ctor_set(x_24, 0, x_40); +return x_24; } 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; -x_37 = lean_ctor_get(x_22, 0); -lean_inc(x_37); -lean_dec(x_22); -x_38 = lean_ctor_get(x_37, 0); -lean_inc(x_38); -lean_dec(x_37); -x_39 = l_Std_Format_defWidth; -x_40 = lean_format_pretty(x_38, x_39); -x_41 = 1; -x_42 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_42, 0, x_40); -lean_ctor_set_uint8(x_42, sizeof(void*)*1, x_41); -x_43 = l_String_Range_toLspRange(x_2, x_19); -lean_dec(x_19); +lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* 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; +x_41 = lean_ctor_get(x_25, 0); +lean_inc(x_41); +lean_dec(x_25); +x_42 = lean_ctor_get(x_41, 0); +lean_inc(x_42); +lean_dec(x_41); +x_43 = l_Std_Format_defWidth; +x_44 = lean_format_pretty(x_42, x_43); +x_45 = 1; +x_46 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set_uint8(x_46, sizeof(void*)*1, x_45); +x_47 = l_String_Range_toLspRange(x_2, x_18); +lean_dec(x_18); lean_dec(x_2); -x_44 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_44, 0, x_43); -x_45 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_45, 0, x_42); -lean_ctor_set(x_45, 1, x_44); -lean_ctor_set(x_15, 0, x_45); -lean_ctor_set(x_21, 0, x_15); -return x_21; +x_48 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_48, 0, x_47); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_46); +lean_ctor_set(x_49, 1, x_48); +if (lean_is_scalar(x_19)) { + x_50 = lean_alloc_ctor(1, 1, 0); +} else { + x_50 = x_19; +} +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_24, 0, x_50); +return x_24; } } 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; uint8_t x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; -x_46 = lean_ctor_get(x_21, 1); -lean_inc(x_46); -lean_dec(x_21); -x_47 = lean_ctor_get(x_22, 0); -lean_inc(x_47); -if (lean_is_exclusive(x_22)) { - lean_ctor_release(x_22, 0); - x_48 = x_22; +lean_object* x_51; lean_object* 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; +x_51 = lean_ctor_get(x_24, 1); +lean_inc(x_51); +lean_dec(x_24); +x_52 = lean_ctor_get(x_25, 0); +lean_inc(x_52); +if (lean_is_exclusive(x_25)) { + lean_ctor_release(x_25, 0); + x_53 = x_25; } else { - lean_dec_ref(x_22); - x_48 = lean_box(0); + lean_dec_ref(x_25); + x_53 = lean_box(0); } -x_49 = lean_ctor_get(x_47, 0); -lean_inc(x_49); -lean_dec(x_47); -x_50 = l_Std_Format_defWidth; -x_51 = lean_format_pretty(x_49, x_50); -x_52 = 1; -x_53 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_53, 0, x_51); -lean_ctor_set_uint8(x_53, sizeof(void*)*1, x_52); -x_54 = l_String_Range_toLspRange(x_2, x_19); -lean_dec(x_19); +x_54 = lean_ctor_get(x_52, 0); +lean_inc(x_54); +lean_dec(x_52); +x_55 = l_Std_Format_defWidth; +x_56 = lean_format_pretty(x_54, x_55); +x_57 = 1; +x_58 = lean_alloc_ctor(0, 1, 1); +lean_ctor_set(x_58, 0, x_56); +lean_ctor_set_uint8(x_58, sizeof(void*)*1, x_57); +x_59 = l_String_Range_toLspRange(x_2, x_18); +lean_dec(x_18); lean_dec(x_2); -if (lean_is_scalar(x_48)) { - x_55 = lean_alloc_ctor(1, 1, 0); +if (lean_is_scalar(x_53)) { + x_60 = lean_alloc_ctor(1, 1, 0); } else { - x_55 = x_48; + x_60 = x_53; } -lean_ctor_set(x_55, 0, x_54); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_53); -lean_ctor_set(x_56, 1, x_55); -lean_ctor_set(x_15, 0, x_56); -x_57 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_57, 0, x_15); -lean_ctor_set(x_57, 1, x_46); -return x_57; +lean_ctor_set(x_60, 0, x_59); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_58); +lean_ctor_set(x_61, 1, x_60); +if (lean_is_scalar(x_19)) { + x_62 = lean_alloc_ctor(1, 1, 0); +} else { + x_62 = x_19; +} +lean_ctor_set(x_62, 0, x_61); +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_51); +return x_63; } } } else { -uint8_t x_58; -lean_free_object(x_15); +uint8_t x_64; lean_dec(x_19); +lean_dec(x_18); lean_dec(x_6); +lean_dec(x_5); lean_dec(x_2); lean_dec(x_1); -x_58 = !lean_is_exclusive(x_21); -if (x_58 == 0) +x_64 = !lean_is_exclusive(x_24); +if (x_64 == 0) { -lean_object* x_59; lean_object* x_60; -x_59 = lean_ctor_get(x_21, 0); -x_60 = l_Lean_Server_RequestError_ofIoError(x_59); -lean_ctor_set(x_21, 0, x_60); -return x_21; +lean_object* x_65; lean_object* x_66; +x_65 = lean_ctor_get(x_24, 0); +x_66 = l_Lean_Server_RequestError_ofIoError(x_65); +lean_ctor_set(x_24, 0, x_66); +return x_24; } else { -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; -x_61 = lean_ctor_get(x_21, 0); -x_62 = lean_ctor_get(x_21, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_21); -x_63 = l_Lean_Server_RequestError_ofIoError(x_61); -x_64 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_62); -return x_64; +lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; +x_67 = lean_ctor_get(x_24, 0); +x_68 = lean_ctor_get(x_24, 1); +lean_inc(x_68); +lean_inc(x_67); +lean_dec(x_24); +x_69 = l_Lean_Server_RequestError_ofIoError(x_67); +x_70 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_70, 0, x_69); +lean_ctor_set(x_70, 1, x_68); +return x_70; } } } -else -{ -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_15, 0); -lean_inc(x_65); -lean_dec(x_15); -x_66 = lean_ctor_get(x_13, 0); -lean_inc(x_66); -lean_dec(x_13); -x_67 = l_Lean_Elab_Info_fmtHover_x3f(x_66, x_14, x_7); -lean_dec(x_66); -if (lean_obj_tag(x_67) == 0) -{ -lean_object* x_68; -x_68 = lean_ctor_get(x_67, 0); -lean_inc(x_68); -if (lean_obj_tag(x_68) == 0) -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; -lean_dec(x_65); -x_69 = lean_ctor_get(x_67, 1); -lean_inc(x_69); -lean_dec(x_67); -x_70 = lean_box(0); -x_71 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_70, x_6, x_69); -lean_dec(x_6); -lean_dec(x_2); -return x_71; } -else -{ -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; uint8_t 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_dec(x_6); -lean_dec(x_1); -x_72 = lean_ctor_get(x_67, 1); -lean_inc(x_72); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_73 = x_67; -} else { - lean_dec_ref(x_67); - x_73 = lean_box(0); } -x_74 = lean_ctor_get(x_68, 0); -lean_inc(x_74); -if (lean_is_exclusive(x_68)) { - lean_ctor_release(x_68, 0); - x_75 = x_68; -} else { - lean_dec_ref(x_68); - x_75 = lean_box(0); } -x_76 = lean_ctor_get(x_74, 0); -lean_inc(x_76); -lean_dec(x_74); -x_77 = l_Std_Format_defWidth; -x_78 = lean_format_pretty(x_76, x_77); -x_79 = 1; -x_80 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_80, 0, x_78); -lean_ctor_set_uint8(x_80, sizeof(void*)*1, x_79); -x_81 = l_String_Range_toLspRange(x_2, x_65); -lean_dec(x_65); -lean_dec(x_2); -if (lean_is_scalar(x_75)) { - x_82 = lean_alloc_ctor(1, 1, 0); -} else { - x_82 = x_75; } -lean_ctor_set(x_82, 0, x_81); -x_83 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_83, 0, x_80); -lean_ctor_set(x_83, 1, x_82); -x_84 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_84, 0, x_83); -if (lean_is_scalar(x_73)) { - x_85 = lean_alloc_ctor(0, 2, 0); -} else { - x_85 = x_73; } -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_72); -return x_85; +static lean_object* _init_l_Lean_Server_FileWorker_handleHover___lambda__6___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleHover___lambda__3___boxed), 1, 0); +return x_1; } } -else +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___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) { +_start: { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; -lean_dec(x_65); -lean_dec(x_6); -lean_dec(x_2); -lean_dec(x_1); -x_86 = lean_ctor_get(x_67, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_67, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_67)) { - lean_ctor_release(x_67, 0); - lean_ctor_release(x_67, 1); - x_88 = x_67; -} else { - lean_dec_ref(x_67); - x_88 = lean_box(0); -} -x_89 = l_Lean_Server_RequestError_ofIoError(x_86); -if (lean_is_scalar(x_88)) { - x_90 = lean_alloc_ctor(1, 2, 0); -} else { - x_90 = x_88; +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; +x_7 = lean_ctor_get(x_4, 1); +lean_inc(x_7); +lean_inc(x_1); +x_8 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleHover___lambda__2___boxed), 2, 1); +lean_closure_set(x_8, 0, x_1); +x_9 = l_Lean_Server_FileWorker_handleHover___lambda__6___closed__1; +x_10 = l_Lean_Syntax_findStack_x3f(x_7, x_8, x_9); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; +lean_inc(x_2); +x_11 = l_Lean_Server_FileWorker_handleHover___lambda__5(x_2, x_3, x_4, x_1, x_2, x_5, x_6); +return x_11; } -lean_ctor_set(x_90, 0, x_89); -lean_ctor_set(x_90, 1, x_87); -return x_90; -} -} -} -else -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; uint8_t x_94; -x_91 = lean_ctor_get(x_5, 0); -lean_inc(x_91); -x_92 = lean_ctor_get(x_15, 0); -lean_inc(x_92); -lean_dec(x_15); -x_93 = lean_ctor_get(x_91, 1); -lean_inc(x_93); -lean_dec(x_91); -x_94 = l_String_Range_includes(x_93, x_92); -lean_dec(x_93); -if (x_94 == 0) -{ -lean_object* x_95; lean_object* x_96; -lean_dec(x_92); -lean_dec(x_14); -lean_dec(x_13); -x_95 = lean_box(0); -x_96 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_95, x_6, x_7); -lean_dec(x_6); -lean_dec(x_2); -return x_96; -} -else -{ -lean_object* x_97; lean_object* x_98; -x_97 = lean_ctor_get(x_13, 0); -lean_inc(x_97); -lean_dec(x_13); -x_98 = l_Lean_Elab_Info_fmtHover_x3f(x_97, x_14, x_7); -lean_dec(x_97); -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_dec(x_92); -x_100 = lean_ctor_get(x_98, 1); -lean_inc(x_100); -lean_dec(x_98); -x_101 = lean_box(0); -x_102 = l_Lean_Server_FileWorker_handleHover___lambda__4(x_5, x_1, x_2, x_101, x_6, x_100); -lean_dec(x_6); -lean_dec(x_2); -return x_102; -} -else -{ -uint8_t x_103; -lean_dec(x_6); -lean_dec(x_1); -x_103 = !lean_is_exclusive(x_5); -if (x_103 == 0) -{ -lean_object* x_104; uint8_t x_105; -x_104 = lean_ctor_get(x_5, 0); -lean_dec(x_104); -x_105 = !lean_is_exclusive(x_98); -if (x_105 == 0) -{ -lean_object* x_106; uint8_t x_107; -x_106 = lean_ctor_get(x_98, 0); -lean_dec(x_106); -x_107 = !lean_is_exclusive(x_99); -if (x_107 == 0) -{ -lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_108 = lean_ctor_get(x_99, 0); -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -lean_dec(x_108); -x_110 = l_Std_Format_defWidth; -x_111 = lean_format_pretty(x_109, x_110); -x_112 = 1; -x_113 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_113, 0, x_111); -lean_ctor_set_uint8(x_113, sizeof(void*)*1, x_112); -x_114 = l_String_Range_toLspRange(x_2, x_92); -lean_dec(x_92); -lean_dec(x_2); -lean_ctor_set(x_99, 0, x_114); -x_115 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_99); -lean_ctor_set(x_5, 0, x_115); -lean_ctor_set(x_98, 0, x_5); -return x_98; -} -else -{ -lean_object* 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; lean_object* x_123; lean_object* x_124; -x_116 = lean_ctor_get(x_99, 0); -lean_inc(x_116); -lean_dec(x_99); -x_117 = lean_ctor_get(x_116, 0); -lean_inc(x_117); -lean_dec(x_116); -x_118 = l_Std_Format_defWidth; -x_119 = lean_format_pretty(x_117, x_118); -x_120 = 1; -x_121 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_121, 0, x_119); -lean_ctor_set_uint8(x_121, sizeof(void*)*1, x_120); -x_122 = l_String_Range_toLspRange(x_2, x_92); -lean_dec(x_92); -lean_dec(x_2); -x_123 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_123, 0, x_122); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_121); -lean_ctor_set(x_124, 1, x_123); -lean_ctor_set(x_5, 0, x_124); -lean_ctor_set(x_98, 0, x_5); -return x_98; -} -} -else -{ -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; -x_125 = lean_ctor_get(x_98, 1); -lean_inc(x_125); -lean_dec(x_98); -x_126 = lean_ctor_get(x_99, 0); -lean_inc(x_126); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - x_127 = x_99; -} else { - lean_dec_ref(x_99); - x_127 = lean_box(0); -} -x_128 = lean_ctor_get(x_126, 0); -lean_inc(x_128); -lean_dec(x_126); -x_129 = l_Std_Format_defWidth; -x_130 = lean_format_pretty(x_128, x_129); -x_131 = 1; -x_132 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_132, 0, x_130); -lean_ctor_set_uint8(x_132, sizeof(void*)*1, x_131); -x_133 = l_String_Range_toLspRange(x_2, x_92); -lean_dec(x_92); -lean_dec(x_2); -if (lean_is_scalar(x_127)) { - x_134 = lean_alloc_ctor(1, 1, 0); -} else { - x_134 = x_127; -} -lean_ctor_set(x_134, 0, x_133); -x_135 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_135, 0, x_132); -lean_ctor_set(x_135, 1, x_134); -lean_ctor_set(x_5, 0, x_135); -x_136 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_136, 0, x_5); -lean_ctor_set(x_136, 1, x_125); -return x_136; -} -} -else -{ -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; uint8_t 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_dec(x_5); -x_137 = lean_ctor_get(x_98, 1); -lean_inc(x_137); -if (lean_is_exclusive(x_98)) { - lean_ctor_release(x_98, 0); - lean_ctor_release(x_98, 1); - x_138 = x_98; -} else { - lean_dec_ref(x_98); - x_138 = lean_box(0); -} -x_139 = lean_ctor_get(x_99, 0); -lean_inc(x_139); -if (lean_is_exclusive(x_99)) { - lean_ctor_release(x_99, 0); - x_140 = x_99; -} else { - lean_dec_ref(x_99); - x_140 = lean_box(0); -} -x_141 = lean_ctor_get(x_139, 0); -lean_inc(x_141); -lean_dec(x_139); -x_142 = l_Std_Format_defWidth; -x_143 = lean_format_pretty(x_141, x_142); -x_144 = 1; -x_145 = lean_alloc_ctor(0, 1, 1); -lean_ctor_set(x_145, 0, x_143); -lean_ctor_set_uint8(x_145, sizeof(void*)*1, x_144); -x_146 = l_String_Range_toLspRange(x_2, x_92); -lean_dec(x_92); -lean_dec(x_2); -if (lean_is_scalar(x_140)) { - x_147 = lean_alloc_ctor(1, 1, 0); -} else { - x_147 = x_140; -} -lean_ctor_set(x_147, 0, x_146); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_145); -lean_ctor_set(x_148, 1, x_147); -x_149 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_149, 0, x_148); -if (lean_is_scalar(x_138)) { - x_150 = lean_alloc_ctor(0, 2, 0); -} else { - x_150 = x_138; -} -lean_ctor_set(x_150, 0, x_149); -lean_ctor_set(x_150, 1, x_137); -return x_150; -} -} -} -else -{ -uint8_t x_151; -lean_dec(x_92); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_2); -lean_dec(x_1); -x_151 = !lean_is_exclusive(x_98); -if (x_151 == 0) -{ -lean_object* x_152; lean_object* x_153; -x_152 = lean_ctor_get(x_98, 0); -x_153 = l_Lean_Server_RequestError_ofIoError(x_152); -lean_ctor_set(x_98, 0, x_153); -return x_98; -} -else -{ -lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_154 = lean_ctor_get(x_98, 0); -x_155 = lean_ctor_get(x_98, 1); -lean_inc(x_155); -lean_inc(x_154); -lean_dec(x_98); -x_156 = l_Lean_Server_RequestError_ofIoError(x_154); -x_157 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_157, 0, x_156); -lean_ctor_set(x_157, 1, x_155); -return x_157; -} -} -} -} -} -} -} -} -static lean_object* _init_l_Lean_Server_FileWorker_handleHover___lambda__6___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleHover___lambda__3___boxed), 1, 0); -return x_1; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleHover___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) { -_start: -{ -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; -x_7 = lean_ctor_get(x_4, 1); -lean_inc(x_7); -lean_inc(x_1); -x_8 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_handleHover___lambda__2___boxed), 2, 1); -lean_closure_set(x_8, 0, x_1); -x_9 = l_Lean_Server_FileWorker_handleHover___lambda__6___closed__1; -x_10 = l_Lean_Syntax_findStack_x3f(x_7, x_8, x_9); -if (lean_obj_tag(x_10) == 0) -{ -lean_object* x_11; -lean_inc(x_2); -x_11 = l_Lean_Server_FileWorker_handleHover___lambda__5(x_2, x_3, x_4, x_1, x_2, x_5, x_6); -return x_11; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = lean_ctor_get(x_10, 0); -lean_inc(x_12); -lean_dec(x_10); -x_13 = l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1(x_4, x_12, x_5, x_6); -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_Server_FileWorker_handleHover___lambda__5(x_2, x_3, x_4, x_1, x_14, x_5, x_15); -return x_16; +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_10, 0); +lean_inc(x_12); +lean_dec(x_10); +x_13 = l_List_findSomeM_x3f___at_Lean_Server_FileWorker_handleHover___spec__1(x_4, x_12, x_5, x_6); +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_Server_FileWorker_handleHover___lambda__5(x_2, x_3, x_4, x_1, x_14, x_5, x_15); +return x_16; } } } @@ -2539,85 +2225,95 @@ return x_12; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_5; uint8_t x_10; -x_10 = lean_usize_dec_eq(x_3, x_4); -if (x_10 == 0) -{ -lean_object* x_11; -x_11 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_11) == 1) +uint8_t x_5; uint8_t x_11; +x_11 = lean_usize_dec_eq(x_3, x_4); +if (x_11 == 0) { lean_object* x_12; -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -lean_dec(x_11); -switch (lean_obj_tag(x_12)) { -case 1: +x_12 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_12) == 1) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_object* x_13; x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); lean_dec(x_12); -x_14 = lean_ctor_get(x_13, 3); +switch (lean_obj_tag(x_13)) { +case 1: +{ +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_13, 0); lean_inc(x_14); lean_dec(x_13); -x_15 = lean_expr_eqv(x_14, x_1); +x_15 = lean_ctor_get(x_14, 3); +lean_inc(x_15); lean_dec(x_14); -if (x_15 == 0) +x_16 = lean_expr_eqv(x_15, x_1); +lean_dec(x_15); +if (x_16 == 0) { -lean_object* x_16; -x_16 = lean_box(0); -x_5 = x_16; -goto block_9; +uint8_t x_17; +x_17 = 0; +x_5 = x_17; +goto block_10; } else { -uint8_t x_17; -x_17 = 1; -return x_17; +uint8_t x_18; +x_18 = 1; +x_5 = x_18; +goto block_10; } } case 3: { -uint8_t x_18; -lean_dec(x_12); -x_18 = 1; -return x_18; +uint8_t x_19; +lean_dec(x_13); +x_19 = 1; +x_5 = x_19; +goto block_10; } default: { -lean_object* x_19; -lean_dec(x_12); -x_19 = lean_box(0); -x_5 = x_19; -goto block_9; +uint8_t x_20; +lean_dec(x_13); +x_20 = 0; +x_5 = x_20; +goto block_10; } } } else { -lean_object* x_20; -lean_dec(x_11); -x_20 = lean_box(0); -x_5 = x_20; -goto block_9; +uint8_t x_21; +lean_dec(x_12); +x_21 = 0; +x_5 = x_21; +goto block_10; } } else { -uint8_t x_21; -x_21 = 0; -return x_21; +uint8_t x_22; +x_22 = 0; +return x_22; } -block_9: +block_10: +{ +if (x_5 == 0) { size_t x_6; size_t x_7; -lean_dec(x_5); x_6 = 1; x_7 = lean_usize_add(x_3, x_6); x_3 = x_7; goto _start; } +else +{ +uint8_t x_9; +x_9 = 1; +return x_9; +} +} } } LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__2(lean_object* x_1, lean_object* x_2) { @@ -2710,85 +2406,95 @@ return x_22; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { -lean_object* x_5; uint8_t x_10; -x_10 = lean_usize_dec_eq(x_3, x_4); -if (x_10 == 0) -{ -lean_object* x_11; -x_11 = lean_array_uget(x_2, x_3); -if (lean_obj_tag(x_11) == 1) +uint8_t x_5; uint8_t x_11; +x_11 = lean_usize_dec_eq(x_3, x_4); +if (x_11 == 0) { lean_object* x_12; -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -lean_dec(x_11); -switch (lean_obj_tag(x_12)) { -case 1: +x_12 = lean_array_uget(x_2, x_3); +if (lean_obj_tag(x_12) == 1) { -lean_object* x_13; lean_object* x_14; uint8_t x_15; +lean_object* x_13; x_13 = lean_ctor_get(x_12, 0); lean_inc(x_13); lean_dec(x_12); -x_14 = lean_ctor_get(x_13, 3); -lean_inc(x_14); -lean_dec(x_13); -x_15 = lean_expr_eqv(x_14, x_1); +switch (lean_obj_tag(x_13)) { +case 1: +{ +lean_object* x_14; lean_object* x_15; uint8_t x_16; +x_14 = lean_ctor_get(x_13, 0); +lean_inc(x_14); +lean_dec(x_13); +x_15 = lean_ctor_get(x_14, 3); +lean_inc(x_15); lean_dec(x_14); -if (x_15 == 0) +x_16 = lean_expr_eqv(x_15, x_1); +lean_dec(x_15); +if (x_16 == 0) { -lean_object* x_16; -x_16 = lean_box(0); -x_5 = x_16; -goto block_9; +uint8_t x_17; +x_17 = 0; +x_5 = x_17; +goto block_10; } else { -uint8_t x_17; -x_17 = 1; -return x_17; +uint8_t x_18; +x_18 = 1; +x_5 = x_18; +goto block_10; } } case 3: { -uint8_t x_18; -lean_dec(x_12); -x_18 = 1; -return x_18; +uint8_t x_19; +lean_dec(x_13); +x_19 = 1; +x_5 = x_19; +goto block_10; } default: { -lean_object* x_19; -lean_dec(x_12); -x_19 = lean_box(0); -x_5 = x_19; -goto block_9; +uint8_t x_20; +lean_dec(x_13); +x_20 = 0; +x_5 = x_20; +goto block_10; } } } else { -lean_object* x_20; -lean_dec(x_11); -x_20 = lean_box(0); -x_5 = x_20; -goto block_9; +uint8_t x_21; +lean_dec(x_12); +x_21 = 0; +x_5 = x_21; +goto block_10; } } else { -uint8_t x_21; -x_21 = 0; -return x_21; +uint8_t x_22; +x_22 = 0; +return x_22; } -block_9: +block_10: +{ +if (x_5 == 0) { size_t x_6; size_t x_7; -lean_dec(x_5); x_6 = 1; x_7 = lean_usize_add(x_3, x_6); x_3 = x_7; goto _start; } +else +{ +uint8_t x_9; +x_9 = 1; +return x_9; +} +} } } LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1(lean_object* x_1, lean_object* x_2) { @@ -3028,518 +2734,264 @@ x_2 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_loca return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_7; lean_object* x_8; -x_7 = l_Lean_Server_FileWorker_handleCompletion___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); -return x_8; +lean_object* x_4; lean_object* x_5; +x_4 = l_Lean_Server_FileWorker_handleCompletion___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); +return x_5; } } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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, uint8_t x_8, lean_object* x_9, lean_object* x_10, lean_object* x_11) { _start: { -lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed), 6, 0); -return x_1; -} -} -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2() { -_start: +uint8_t x_12; uint8_t x_65; uint8_t x_66; +x_65 = 1; +x_66 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_8, x_65); +if (x_66 == 0) { -lean_object* x_1; lean_object* x_2; -x_1 = lean_unsigned_to_nat(0u); -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; -} +uint8_t x_67; +x_67 = 0; +x_12 = x_67; +goto block_64; } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3() { -_start: +else { -lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2; -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_object* x_68; lean_object* x_69; uint8_t x_70; +x_68 = lean_ctor_get(x_6, 0); +lean_inc(x_68); +x_69 = lean_ctor_get(x_3, 0); +lean_inc(x_69); +x_70 = l_Lean_Environment_contains(x_68, x_69); +x_12 = x_70; +goto block_64; } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_10; lean_object* x_11; -x_10 = lean_ctor_get(x_7, 5); -lean_inc(x_10); -x_11 = l_Lean_Server_documentUriFromModule(x_1, x_2, x_9); -if (lean_obj_tag(x_11) == 0) +block_64: { -lean_object* x_12; -lean_dec(x_10); -x_12 = lean_ctor_get(x_11, 0); -lean_inc(x_12); -if (lean_obj_tag(x_12) == 0) +if (x_12 == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_object* x_13; lean_object* x_14; +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); lean_dec(x_3); -x_13 = lean_ctor_get(x_11, 1); -lean_inc(x_13); -lean_dec(x_11); -x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1; -x_15 = lean_box(0); -x_16 = lean_apply_6(x_14, x_15, x_5, x_6, x_7, x_8, x_13); -return x_16; +x_13 = lean_box(0); +x_14 = lean_apply_3(x_1, x_13, x_10, x_11); +return x_14; } else { -uint8_t x_17; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); +lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +lean_dec(x_10); +lean_dec(x_1); +x_15 = l_Lean_Elab_Info_lctx(x_2); +x_16 = lean_ctor_get(x_3, 0); +lean_inc(x_16); +lean_dec(x_3); +x_17 = lean_ctor_get(x_4, 1); +lean_inc(x_17); +lean_dec(x_4); +x_18 = lean_ctor_get(x_5, 0); +lean_inc(x_18); lean_dec(x_5); -x_17 = !lean_is_exclusive(x_11); -if (x_17 == 0) +x_19 = l_Lean_Elab_Info_range_x3f(x_2); +if (lean_obj_tag(x_19) == 0) { -lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; -x_18 = lean_ctor_get(x_11, 0); -lean_dec(x_18); -x_19 = lean_ctor_get(x_12, 0); -lean_inc(x_19); -lean_dec(x_12); -x_20 = 1; -x_21 = l_Lean_Syntax_getRange_x3f(x_3, x_20); -if (lean_obj_tag(x_21) == 0) +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = lean_box(0); +x_21 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_21, 0, x_17); +lean_closure_set(x_21, 1, x_18); +lean_closure_set(x_21, 2, x_16); +lean_closure_set(x_21, 3, x_20); +x_22 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_6, x_15, x_21, x_11); +lean_dec(x_6); +if (lean_obj_tag(x_22) == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_22 = lean_box(0); -x_23 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_24 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_24, 0, x_22); -lean_ctor_set(x_24, 1, x_19); -lean_ctor_set(x_24, 2, x_23); -lean_ctor_set(x_24, 3, x_23); -x_25 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_26 = lean_array_push(x_25, x_24); -lean_ctor_set(x_11, 0, x_26); -return x_11; +uint8_t x_23; +x_23 = !lean_is_exclusive(x_22); +if (x_23 == 0) +{ +return x_22; +} +else +{ +lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_24 = lean_ctor_get(x_22, 0); +x_25 = lean_ctor_get(x_22, 1); +lean_inc(x_25); +lean_inc(x_24); +lean_dec(x_22); +x_26 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_26, 0, x_24); +lean_ctor_set(x_26, 1, x_25); +return x_26; +} } else { uint8_t x_27; -x_27 = !lean_is_exclusive(x_21); +x_27 = !lean_is_exclusive(x_22); 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; -x_28 = lean_ctor_get(x_21, 0); -x_29 = l_String_Range_toLspRange(x_4, x_28); -lean_dec(x_28); -lean_ctor_set(x_21, 0, x_29); -x_30 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_31 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_31, 0, x_21); -lean_ctor_set(x_31, 1, x_19); -lean_ctor_set(x_31, 2, x_30); -lean_ctor_set(x_31, 3, x_30); -x_32 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_33 = lean_array_push(x_32, x_31); -lean_ctor_set(x_11, 0, x_33); -return x_11; +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_22, 0); +x_29 = l_Lean_Server_RequestError_ofIoError(x_28); +lean_ctor_set(x_22, 0, x_29); +return x_22; } 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; lean_object* x_40; -x_34 = lean_ctor_get(x_21, 0); -lean_inc(x_34); -lean_dec(x_21); -x_35 = l_String_Range_toLspRange(x_4, x_34); -lean_dec(x_34); -x_36 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_36, 0, x_35); -x_37 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_38 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_38, 0, x_36); -lean_ctor_set(x_38, 1, x_19); -lean_ctor_set(x_38, 2, x_37); -lean_ctor_set(x_38, 3, x_37); -x_39 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_40 = lean_array_push(x_39, x_38); -lean_ctor_set(x_11, 0, x_40); -return x_11; +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; +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 = l_Lean_Server_RequestError_ofIoError(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_31); +return x_33; } } } else { -lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_11, 1); -lean_inc(x_41); -lean_dec(x_11); -x_42 = lean_ctor_get(x_12, 0); -lean_inc(x_42); -lean_dec(x_12); -x_43 = 1; -x_44 = l_Lean_Syntax_getRange_x3f(x_3, x_43); -if (lean_obj_tag(x_44) == 0) +uint8_t x_34; +x_34 = !lean_is_exclusive(x_19); +if (x_34 == 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; -x_45 = lean_box(0); -x_46 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_47 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_42); -lean_ctor_set(x_47, 2, x_46); -lean_ctor_set(x_47, 3, x_46); -x_48 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_49 = lean_array_push(x_48, x_47); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_41); -return x_50; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_35 = lean_ctor_get(x_19, 0); +x_36 = l_String_Range_toLspRange(x_7, x_35); +lean_dec(x_35); +lean_ctor_set(x_19, 0, x_36); +x_37 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_37, 0, x_17); +lean_closure_set(x_37, 1, x_18); +lean_closure_set(x_37, 2, x_16); +lean_closure_set(x_37, 3, x_19); +x_38 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_6, x_15, x_37, x_11); +lean_dec(x_6); +if (lean_obj_tag(x_38) == 0) +{ +uint8_t x_39; +x_39 = !lean_is_exclusive(x_38); +if (x_39 == 0) +{ +return x_38; } else { -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_51 = lean_ctor_get(x_44, 0); -lean_inc(x_51); -if (lean_is_exclusive(x_44)) { - lean_ctor_release(x_44, 0); - x_52 = x_44; -} else { - lean_dec_ref(x_44); - x_52 = lean_box(0); -} -x_53 = l_String_Range_toLspRange(x_4, x_51); -lean_dec(x_51); -if (lean_is_scalar(x_52)) { - x_54 = lean_alloc_ctor(1, 1, 0); -} else { - x_54 = x_52; -} -lean_ctor_set(x_54, 0, x_53); -x_55 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3; -x_56 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_42); -lean_ctor_set(x_56, 2, x_55); -lean_ctor_set(x_56, 3, x_55); -x_57 = l_Lean_Server_FileWorker_handleCompletion___closed__5; -x_58 = lean_array_push(x_57, x_56); -x_59 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_59, 0, x_58); -lean_ctor_set(x_59, 1, x_41); -return x_59; -} -} -} -} -else -{ -uint8_t x_60; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_3); -x_60 = !lean_is_exclusive(x_11); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; -x_61 = lean_ctor_get(x_11, 0); -x_62 = lean_io_error_to_string(x_61); -x_63 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_63, 0, x_62); -x_64 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_64, 0, x_63); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_10); -lean_ctor_set(x_65, 1, x_64); -lean_ctor_set(x_11, 0, x_65); -return x_11; -} -else -{ -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; -x_66 = lean_ctor_get(x_11, 0); -x_67 = lean_ctor_get(x_11, 1); -lean_inc(x_67); -lean_inc(x_66); -lean_dec(x_11); -x_68 = lean_io_error_to_string(x_66); -x_69 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_69, 0, x_68); -x_70 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_70, 0, x_69); -x_71 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_71, 0, x_10); -lean_ctor_set(x_71, 1, x_70); -x_72 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_67); -return x_72; -} -} -} -} -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(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_FileWorker_handleCompletion___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); -return x_5; -} -} -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(uint8_t x_1, lean_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: -{ -uint8_t x_12; uint8_t x_13; -x_12 = 1; -x_13 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_12); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -x_14 = lean_box(0); -x_15 = lean_apply_3(x_2, x_14, x_10, x_11); -return x_15; -} -else -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_3, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_4, 0); -lean_inc(x_17); -lean_dec(x_4); -lean_inc(x_17); -x_18 = l_Lean_Environment_contains(x_16, x_17); -if (x_18 == 0) -{ -lean_object* x_19; lean_object* x_20; -lean_dec(x_17); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_3); -x_19 = lean_box(0); -x_20 = lean_apply_3(x_2, x_19, x_10, x_11); -return x_20; -} -else -{ -lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_10); -lean_dec(x_2); -x_21 = l_Lean_Elab_Info_lctx(x_5); -x_22 = lean_ctor_get(x_6, 1); -lean_inc(x_22); -lean_dec(x_6); -x_23 = lean_ctor_get(x_7, 0); -lean_inc(x_23); -lean_dec(x_7); -x_24 = l_Lean_Elab_Info_range_x3f(x_5); -if (lean_obj_tag(x_24) == 0) -{ -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_box(0); -x_26 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_26, 0, x_22); -lean_closure_set(x_26, 1, x_23); -lean_closure_set(x_26, 2, x_17); -lean_closure_set(x_26, 3, x_25); -x_27 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_26, x_11); -lean_dec(x_3); -if (lean_obj_tag(x_27) == 0) -{ -uint8_t x_28; -x_28 = !lean_is_exclusive(x_27); -if (x_28 == 0) -{ -return x_27; -} -else -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_27, 0); -x_30 = lean_ctor_get(x_27, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_27); -x_31 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_31, 0, x_29); -lean_ctor_set(x_31, 1, x_30); -return x_31; +lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_ctor_get(x_38, 0); +x_41 = lean_ctor_get(x_38, 1); +lean_inc(x_41); +lean_inc(x_40); +lean_dec(x_38); +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 { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_27); -if (x_32 == 0) -{ -lean_object* x_33; lean_object* x_34; -x_33 = lean_ctor_get(x_27, 0); -x_34 = l_Lean_Server_RequestError_ofIoError(x_33); -lean_ctor_set(x_27, 0, x_34); -return x_27; -} -else +uint8_t x_43; +x_43 = !lean_is_exclusive(x_38); +if (x_43 == 0) { -lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_35 = lean_ctor_get(x_27, 0); -x_36 = lean_ctor_get(x_27, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_27); -x_37 = l_Lean_Server_RequestError_ofIoError(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_36); +lean_object* x_44; lean_object* x_45; +x_44 = lean_ctor_get(x_38, 0); +x_45 = l_Lean_Server_RequestError_ofIoError(x_44); +lean_ctor_set(x_38, 0, x_45); return x_38; } -} -} -else -{ -uint8_t x_39; -x_39 = !lean_is_exclusive(x_24); -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_24, 0); -x_41 = l_String_Range_toLspRange(x_8, x_40); -lean_dec(x_40); -lean_ctor_set(x_24, 0, x_41); -x_42 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_42, 0, x_22); -lean_closure_set(x_42, 1, x_23); -lean_closure_set(x_42, 2, x_17); -lean_closure_set(x_42, 3, x_24); -x_43 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_42, x_11); -lean_dec(x_3); -if (lean_obj_tag(x_43) == 0) -{ -uint8_t x_44; -x_44 = !lean_is_exclusive(x_43); -if (x_44 == 0) -{ -return x_43; -} else { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_ctor_get(x_43, 0); -x_46 = lean_ctor_get(x_43, 1); +lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +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_inc(x_45); -lean_dec(x_43); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_45); -lean_ctor_set(x_47, 1, x_46); -return x_47; +lean_dec(x_38); +x_48 = l_Lean_Server_RequestError_ofIoError(x_46); +x_49 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_47); +return x_49; } } -else -{ -uint8_t x_48; -x_48 = !lean_is_exclusive(x_43); -if (x_48 == 0) -{ -lean_object* x_49; lean_object* x_50; -x_49 = lean_ctor_get(x_43, 0); -x_50 = l_Lean_Server_RequestError_ofIoError(x_49); -lean_ctor_set(x_43, 0, x_50); -return x_43; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; -x_51 = lean_ctor_get(x_43, 0); -x_52 = lean_ctor_get(x_43, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_43); -x_53 = l_Lean_Server_RequestError_ofIoError(x_51); -x_54 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_52); -return x_54; -} -} -} -else +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +x_50 = lean_ctor_get(x_19, 0); +lean_inc(x_50); +lean_dec(x_19); +x_51 = l_String_Range_toLspRange(x_7, x_50); +lean_dec(x_50); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_51); +x_53 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_53, 0, x_17); +lean_closure_set(x_53, 1, x_18); +lean_closure_set(x_53, 2, x_16); +lean_closure_set(x_53, 3, x_52); +x_54 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_6, x_15, x_53, x_11); +lean_dec(x_6); +if (lean_obj_tag(x_54) == 0) { -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_24, 0); +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_24); -x_56 = l_String_Range_toLspRange(x_8, x_55); -lean_dec(x_55); -x_57 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_57, 0, x_56); -x_58 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_58, 0, x_22); -lean_closure_set(x_58, 1, x_23); -lean_closure_set(x_58, 2, x_17); -lean_closure_set(x_58, 3, x_57); -x_59 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_21, x_58, x_11); -lean_dec(x_3); -if (lean_obj_tag(x_59) == 0) -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_60 = lean_ctor_get(x_59, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_59, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_62 = x_59; +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_59); - x_62 = lean_box(0); + lean_dec_ref(x_54); + x_57 = lean_box(0); } -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_57)) { + x_58 = lean_alloc_ctor(0, 2, 0); } else { - x_63 = x_62; + x_58 = x_57; } -lean_ctor_set(x_63, 0, x_60); -lean_ctor_set(x_63, 1, x_61); -return x_63; +lean_ctor_set(x_58, 0, x_55); +lean_ctor_set(x_58, 1, x_56); +return x_58; } else { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_64 = lean_ctor_get(x_59, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_59, 1); -lean_inc(x_65); -if (lean_is_exclusive(x_59)) { - lean_ctor_release(x_59, 0); - lean_ctor_release(x_59, 1); - x_66 = x_59; +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_54, 0); +lean_inc(x_59); +x_60 = lean_ctor_get(x_54, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_54)) { + lean_ctor_release(x_54, 0); + lean_ctor_release(x_54, 1); + x_61 = x_54; } else { - lean_dec_ref(x_59); - x_66 = lean_box(0); + lean_dec_ref(x_54); + x_61 = lean_box(0); } -x_67 = l_Lean_Server_RequestError_ofIoError(x_64); -if (lean_is_scalar(x_66)) { - x_68 = lean_alloc_ctor(1, 2, 0); +x_62 = l_Lean_Server_RequestError_ofIoError(x_59); +if (lean_is_scalar(x_61)) { + x_63 = lean_alloc_ctor(1, 2, 0); } else { - x_68 = x_66; + x_63 = x_61; } -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_65); -return x_68; +lean_ctor_set(x_63, 0, x_62); +lean_ctor_set(x_63, 1, x_60); +return x_63; } } } @@ -3547,28 +2999,28 @@ return x_68; } } } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1() { +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t x_6, lean_object* x_7, lean_object* x_8, lean_object* x_9) { _start: { lean_object* x_10; lean_object* x_11; lean_dec(x_7); -x_10 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1; +x_10 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___closed__1; x_11 = l_Lean_Elab_Info_toElabInfo_x3f(x_1); if (lean_obj_tag(x_11) == 0) { lean_object* x_12; lean_object* x_13; -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_12 = lean_box(0); x_13 = lean_apply_3(x_10, x_12, x_8, x_9); @@ -3576,252 +3028,256 @@ return x_13; } else { -lean_object* x_14; uint8_t x_15; uint8_t x_16; +lean_object* x_14; uint8_t x_15; uint8_t x_69; uint8_t x_70; x_14 = lean_ctor_get(x_11, 0); lean_inc(x_14); lean_dec(x_11); -x_15 = 0; -x_16 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_2, x_15); -if (x_16 == 0) +x_69 = 0; +x_70 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_6, x_69); +if (x_70 == 0) { -lean_object* x_17; lean_object* x_18; -x_17 = lean_box(0); -x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_2, x_10, x_3, x_14, x_1, x_4, x_5, x_6, x_17, x_8, x_9); -lean_dec(x_6); -lean_dec(x_1); -return x_18; +uint8_t x_71; +x_71 = 0; +x_15 = x_71; +goto block_68; } else { -lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; -x_19 = lean_ctor_get(x_3, 0); -lean_inc(x_19); -x_20 = lean_ctor_get(x_14, 1); -lean_inc(x_20); -x_21 = l_Lean_Syntax_getKind(x_20); -lean_inc(x_21); -x_22 = l_Lean_Environment_contains(x_19, x_21); -if (x_22 == 0) +lean_object* x_72; lean_object* x_73; lean_object* x_74; uint8_t x_75; +x_72 = lean_ctor_get(x_4, 0); +lean_inc(x_72); +x_73 = lean_ctor_get(x_14, 1); +lean_inc(x_73); +x_74 = l_Lean_Syntax_getKind(x_73); +x_75 = l_Lean_Environment_contains(x_72, x_74); +x_15 = x_75; +goto block_68; +} +block_68: { -lean_object* x_23; lean_object* x_24; -lean_dec(x_21); -x_23 = lean_box(0); -x_24 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_2, x_10, x_3, x_14, x_1, x_4, x_5, x_6, x_23, x_8, x_9); -lean_dec(x_6); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; +x_16 = lean_box(0); +x_17 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2(x_10, x_1, x_14, x_2, x_3, x_4, x_5, x_6, x_16, x_8, x_9); +lean_dec(x_5); lean_dec(x_1); -return x_24; +return x_17; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_14); +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_dec(x_8); -x_25 = l_Lean_Elab_Info_lctx(x_1); -x_26 = lean_ctor_get(x_4, 1); -lean_inc(x_26); -lean_dec(x_4); -x_27 = lean_ctor_get(x_5, 0); -lean_inc(x_27); -lean_dec(x_5); -x_28 = l_Lean_Elab_Info_range_x3f(x_1); +x_18 = l_Lean_Elab_Info_lctx(x_1); +x_19 = lean_ctor_get(x_14, 1); +lean_inc(x_19); +lean_dec(x_14); +x_20 = l_Lean_Syntax_getKind(x_19); +x_21 = lean_ctor_get(x_2, 1); +lean_inc(x_21); +lean_dec(x_2); +x_22 = lean_ctor_get(x_3, 0); +lean_inc(x_22); +lean_dec(x_3); +x_23 = l_Lean_Elab_Info_range_x3f(x_1); lean_dec(x_1); -if (lean_obj_tag(x_28) == 0) +if (lean_obj_tag(x_23) == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_6); -x_29 = lean_box(0); -x_30 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_30, 0, x_26); -lean_closure_set(x_30, 1, x_27); -lean_closure_set(x_30, 2, x_21); -lean_closure_set(x_30, 3, x_29); -x_31 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_30, x_9); -lean_dec(x_3); -if (lean_obj_tag(x_31) == 0) +lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_5); +x_24 = lean_box(0); +x_25 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_25, 0, x_21); +lean_closure_set(x_25, 1, x_22); +lean_closure_set(x_25, 2, x_20); +lean_closure_set(x_25, 3, x_24); +x_26 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_18, x_25, x_9); +lean_dec(x_4); +if (lean_obj_tag(x_26) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) { -return x_31; +return x_26; } else { -lean_object* x_33; lean_object* x_34; lean_object* x_35; -x_33 = lean_ctor_get(x_31, 0); -x_34 = lean_ctor_get(x_31, 1); -lean_inc(x_34); -lean_inc(x_33); -lean_dec(x_31); -x_35 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_35, 0, x_33); -lean_ctor_set(x_35, 1, x_34); -return x_35; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_26, 0); +x_29 = lean_ctor_get(x_26, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_26); +x_30 = lean_alloc_ctor(0, 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_36; -x_36 = !lean_is_exclusive(x_31); -if (x_36 == 0) +uint8_t x_31; +x_31 = !lean_is_exclusive(x_26); +if (x_31 == 0) { -lean_object* x_37; lean_object* x_38; -x_37 = lean_ctor_get(x_31, 0); -x_38 = l_Lean_Server_RequestError_ofIoError(x_37); -lean_ctor_set(x_31, 0, x_38); -return x_31; +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_26, 0); +x_33 = l_Lean_Server_RequestError_ofIoError(x_32); +lean_ctor_set(x_26, 0, x_33); +return x_26; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_31, 0); -x_40 = lean_ctor_get(x_31, 1); -lean_inc(x_40); -lean_inc(x_39); -lean_dec(x_31); -x_41 = l_Lean_Server_RequestError_ofIoError(x_39); -x_42 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_40); -return x_42; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_26, 0); +x_35 = lean_ctor_get(x_26, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_26); +x_36 = l_Lean_Server_RequestError_ofIoError(x_34); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_35); +return x_37; } } } else { -uint8_t x_43; -x_43 = !lean_is_exclusive(x_28); -if (x_43 == 0) +uint8_t x_38; +x_38 = !lean_is_exclusive(x_23); +if (x_38 == 0) { -lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_44 = lean_ctor_get(x_28, 0); -x_45 = l_String_Range_toLspRange(x_6, x_44); -lean_dec(x_44); -lean_dec(x_6); -lean_ctor_set(x_28, 0, x_45); -x_46 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_46, 0, x_26); -lean_closure_set(x_46, 1, x_27); -lean_closure_set(x_46, 2, x_21); -lean_closure_set(x_46, 3, x_28); -x_47 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_46, x_9); -lean_dec(x_3); -if (lean_obj_tag(x_47) == 0) +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = lean_ctor_get(x_23, 0); +x_40 = l_String_Range_toLspRange(x_5, x_39); +lean_dec(x_39); +lean_dec(x_5); +lean_ctor_set(x_23, 0, x_40); +x_41 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_41, 0, x_21); +lean_closure_set(x_41, 1, x_22); +lean_closure_set(x_41, 2, x_20); +lean_closure_set(x_41, 3, x_23); +x_42 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_18, x_41, x_9); +lean_dec(x_4); +if (lean_obj_tag(x_42) == 0) { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_47); -if (x_48 == 0) +uint8_t x_43; +x_43 = !lean_is_exclusive(x_42); +if (x_43 == 0) { -return x_47; +return x_42; } else { -lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_49 = lean_ctor_get(x_47, 0); -x_50 = lean_ctor_get(x_47, 1); -lean_inc(x_50); -lean_inc(x_49); -lean_dec(x_47); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_49); -lean_ctor_set(x_51, 1, x_50); -return x_51; +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_45); +lean_inc(x_44); +lean_dec(x_42); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_44); +lean_ctor_set(x_46, 1, x_45); +return x_46; } } else { -uint8_t x_52; -x_52 = !lean_is_exclusive(x_47); -if (x_52 == 0) +uint8_t x_47; +x_47 = !lean_is_exclusive(x_42); +if (x_47 == 0) { -lean_object* x_53; lean_object* x_54; -x_53 = lean_ctor_get(x_47, 0); -x_54 = l_Lean_Server_RequestError_ofIoError(x_53); -lean_ctor_set(x_47, 0, x_54); -return x_47; +lean_object* x_48; lean_object* x_49; +x_48 = lean_ctor_get(x_42, 0); +x_49 = l_Lean_Server_RequestError_ofIoError(x_48); +lean_ctor_set(x_42, 0, x_49); +return x_42; } else { -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_55 = lean_ctor_get(x_47, 0); -x_56 = lean_ctor_get(x_47, 1); -lean_inc(x_56); -lean_inc(x_55); -lean_dec(x_47); -x_57 = l_Lean_Server_RequestError_ofIoError(x_55); -x_58 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_58, 0, x_57); -lean_ctor_set(x_58, 1, x_56); -return x_58; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_50 = lean_ctor_get(x_42, 0); +x_51 = lean_ctor_get(x_42, 1); +lean_inc(x_51); +lean_inc(x_50); +lean_dec(x_42); +x_52 = l_Lean_Server_RequestError_ofIoError(x_50); +x_53 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_53, 0, x_52); +lean_ctor_set(x_53, 1, x_51); +return x_53; } } } 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_28, 0); -lean_inc(x_59); -lean_dec(x_28); -x_60 = l_String_Range_toLspRange(x_6, x_59); -lean_dec(x_59); -lean_dec(x_6); -x_61 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_61, 0, x_60); -x_62 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_62, 0, x_26); -lean_closure_set(x_62, 1, x_27); -lean_closure_set(x_62, 2, x_21); -lean_closure_set(x_62, 3, x_61); -x_63 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_3, x_25, x_62, x_9); -lean_dec(x_3); -if (lean_obj_tag(x_63) == 0) +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_54 = lean_ctor_get(x_23, 0); +lean_inc(x_54); +lean_dec(x_23); +x_55 = l_String_Range_toLspRange(x_5, x_54); +lean_dec(x_54); +lean_dec(x_5); +x_56 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_56, 0, x_55); +x_57 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_57, 0, x_21); +lean_closure_set(x_57, 1, x_22); +lean_closure_set(x_57, 2, x_20); +lean_closure_set(x_57, 3, x_56); +x_58 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_18, x_57, x_9); +lean_dec(x_4); +if (lean_obj_tag(x_58) == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; -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; +lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; +x_59 = lean_ctor_get(x_58, 0); +lean_inc(x_59); +x_60 = lean_ctor_get(x_58, 1); +lean_inc(x_60); +if (lean_is_exclusive(x_58)) { + lean_ctor_release(x_58, 0); + lean_ctor_release(x_58, 1); + x_61 = x_58; } else { - lean_dec_ref(x_63); - x_66 = lean_box(0); + lean_dec_ref(x_58); + x_61 = lean_box(0); } -if (lean_is_scalar(x_66)) { - x_67 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_61)) { + x_62 = lean_alloc_ctor(0, 2, 0); } else { - x_67 = x_66; + x_62 = x_61; } -lean_ctor_set(x_67, 0, x_64); -lean_ctor_set(x_67, 1, x_65); -return x_67; +lean_ctor_set(x_62, 0, x_59); +lean_ctor_set(x_62, 1, x_60); +return x_62; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -x_68 = lean_ctor_get(x_63, 0); -lean_inc(x_68); -x_69 = lean_ctor_get(x_63, 1); -lean_inc(x_69); -if (lean_is_exclusive(x_63)) { - lean_ctor_release(x_63, 0); - lean_ctor_release(x_63, 1); - x_70 = x_63; +lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; +x_63 = lean_ctor_get(x_58, 0); +lean_inc(x_63); +x_64 = lean_ctor_get(x_58, 1); +lean_inc(x_64); +if (lean_is_exclusive(x_58)) { + lean_ctor_release(x_58, 0); + lean_ctor_release(x_58, 1); + x_65 = x_58; } else { - lean_dec_ref(x_63); - x_70 = lean_box(0); + lean_dec_ref(x_58); + x_65 = lean_box(0); } -x_71 = l_Lean_Server_RequestError_ofIoError(x_68); -if (lean_is_scalar(x_70)) { - x_72 = lean_alloc_ctor(1, 2, 0); +x_66 = l_Lean_Server_RequestError_ofIoError(x_63); +if (lean_is_scalar(x_65)) { + x_67 = lean_alloc_ctor(1, 2, 0); } else { - x_72 = x_70; + x_67 = x_65; } -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_69); -return x_72; +lean_ctor_set(x_67, 0, x_66); +lean_ctor_set(x_67, 1, x_64); +return x_67; } } } @@ -3830,51 +3286,307 @@ return x_72; } } } -static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1() { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_1; lean_object* x_2; -x_1 = l_Lean_levelZero; -x_2 = l_Lean_Expr_sort___override(x_1); -return x_2; +lean_object* x_7; lean_object* x_8; +x_7 = l_Lean_Server_FileWorker_handleCompletion___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); +return x_8; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1() { _start: { -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_1, 1); -x_16 = lean_unsigned_to_nat(0u); -x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_16); -x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1; -lean_inc(x_17); -x_19 = lean_mk_array(x_17, x_18); -x_20 = lean_unsigned_to_nat(1u); -x_21 = lean_nat_sub(x_17, x_20); -lean_dec(x_17); -x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_19, x_21); -x_23 = l_Array_get_x3f___rarg(x_22, x_15); -lean_dec(x_22); -if (lean_obj_tag(x_23) == 0) +lean_object* x_1; +x_1 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4___boxed), 6, 0); +return x_1; +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__2() { +_start: { -lean_object* x_24; lean_object* x_25; -lean_dec(x_10); -lean_dec(x_9); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -x_24 = lean_box(0); -x_25 = lean_apply_4(x_3, x_11, x_24, x_13, x_14); -return x_25; +lean_object* x_1; lean_object* x_2; +x_1 = lean_unsigned_to_nat(0u); +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; } -else +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3() { +_start: { -lean_object* x_26; lean_object* x_27; -x_26 = lean_ctor_get(x_23, 0); -lean_inc(x_26); -lean_dec(x_23); -x_27 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_4, x_5, x_26, x_13, x_14); -if (lean_obj_tag(x_27) == 0) +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__2; +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_Server_FileWorker_locationLinksOfInfo___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) { +_start: +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_7, 5); +lean_inc(x_10); +x_11 = l_Lean_Server_documentUriFromModule(x_1, x_2, x_9); +if (lean_obj_tag(x_11) == 0) +{ +lean_object* x_12; +lean_dec(x_10); +x_12 = lean_ctor_get(x_11, 0); +lean_inc(x_12); +if (lean_obj_tag(x_12) == 0) +{ +lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +lean_dec(x_3); +x_13 = lean_ctor_get(x_11, 1); +lean_inc(x_13); +lean_dec(x_11); +x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1; +x_15 = lean_box(0); +x_16 = lean_apply_6(x_14, x_15, x_5, x_6, x_7, x_8, x_13); +return x_16; +} +else +{ +uint8_t x_17; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +x_17 = !lean_is_exclusive(x_11); +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; uint8_t x_20; lean_object* x_21; +x_18 = lean_ctor_get(x_11, 0); +lean_dec(x_18); +x_19 = lean_ctor_get(x_12, 0); +lean_inc(x_19); +lean_dec(x_12); +x_20 = 1; +x_21 = l_Lean_Syntax_getRange_x3f(x_3, 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; lean_object* x_26; +x_22 = lean_box(0); +x_23 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3; +x_24 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_19); +lean_ctor_set(x_24, 2, x_23); +lean_ctor_set(x_24, 3, x_23); +x_25 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_26 = lean_array_push(x_25, x_24); +lean_ctor_set(x_11, 0, x_26); +return x_11; +} +else +{ +uint8_t x_27; +x_27 = !lean_is_exclusive(x_21); +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; +x_28 = lean_ctor_get(x_21, 0); +x_29 = l_String_Range_toLspRange(x_4, x_28); +lean_dec(x_28); +lean_ctor_set(x_21, 0, x_29); +x_30 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3; +x_31 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_31, 0, x_21); +lean_ctor_set(x_31, 1, x_19); +lean_ctor_set(x_31, 2, x_30); +lean_ctor_set(x_31, 3, x_30); +x_32 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_33 = lean_array_push(x_32, x_31); +lean_ctor_set(x_11, 0, x_33); +return x_11; +} +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; lean_object* x_40; +x_34 = lean_ctor_get(x_21, 0); +lean_inc(x_34); +lean_dec(x_21); +x_35 = l_String_Range_toLspRange(x_4, x_34); +lean_dec(x_34); +x_36 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_36, 0, x_35); +x_37 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3; +x_38 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_38, 0, x_36); +lean_ctor_set(x_38, 1, x_19); +lean_ctor_set(x_38, 2, x_37); +lean_ctor_set(x_38, 3, x_37); +x_39 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_40 = lean_array_push(x_39, x_38); +lean_ctor_set(x_11, 0, x_40); +return x_11; +} +} +} +else +{ +lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; +x_41 = lean_ctor_get(x_11, 1); +lean_inc(x_41); +lean_dec(x_11); +x_42 = lean_ctor_get(x_12, 0); +lean_inc(x_42); +lean_dec(x_12); +x_43 = 1; +x_44 = l_Lean_Syntax_getRange_x3f(x_3, 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; +x_45 = lean_box(0); +x_46 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3; +x_47 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_47, 0, x_45); +lean_ctor_set(x_47, 1, x_42); +lean_ctor_set(x_47, 2, x_46); +lean_ctor_set(x_47, 3, x_46); +x_48 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_49 = lean_array_push(x_48, x_47); +x_50 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_50, 0, x_49); +lean_ctor_set(x_50, 1, x_41); +return x_50; +} +else +{ +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_51 = lean_ctor_get(x_44, 0); +lean_inc(x_51); +if (lean_is_exclusive(x_44)) { + lean_ctor_release(x_44, 0); + x_52 = x_44; +} else { + lean_dec_ref(x_44); + x_52 = lean_box(0); +} +x_53 = l_String_Range_toLspRange(x_4, x_51); +lean_dec(x_51); +if (lean_is_scalar(x_52)) { + x_54 = lean_alloc_ctor(1, 1, 0); +} else { + x_54 = x_52; +} +lean_ctor_set(x_54, 0, x_53); +x_55 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3; +x_56 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_56, 0, x_54); +lean_ctor_set(x_56, 1, x_42); +lean_ctor_set(x_56, 2, x_55); +lean_ctor_set(x_56, 3, x_55); +x_57 = l_Lean_Server_FileWorker_handleCompletion___closed__5; +x_58 = lean_array_push(x_57, x_56); +x_59 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_59, 0, x_58); +lean_ctor_set(x_59, 1, x_41); +return x_59; +} +} +} +} +else +{ +uint8_t x_60; +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_3); +x_60 = !lean_is_exclusive(x_11); +if (x_60 == 0) +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_61 = lean_ctor_get(x_11, 0); +x_62 = lean_io_error_to_string(x_61); +x_63 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_63, 0, x_62); +x_64 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_64, 0, x_63); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_10); +lean_ctor_set(x_65, 1, x_64); +lean_ctor_set(x_11, 0, x_65); +return x_11; +} +else +{ +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; +x_66 = lean_ctor_get(x_11, 0); +x_67 = lean_ctor_get(x_11, 1); +lean_inc(x_67); +lean_inc(x_66); +lean_dec(x_11); +x_68 = lean_io_error_to_string(x_66); +x_69 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_69, 0, x_68); +x_70 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_70, 0, x_69); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_10); +lean_ctor_set(x_71, 1, x_70); +x_72 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_67); +return x_72; +} +} +} +} +static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1() { +_start: +{ +lean_object* x_1; lean_object* x_2; +x_1 = l_Lean_levelZero; +x_2 = l_Lean_Expr_sort___override(x_1); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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; 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_1, 1); +x_16 = lean_unsigned_to_nat(0u); +x_17 = l___private_Lean_Expr_0__Lean_Expr_getAppNumArgsAux(x_2, x_16); +x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1; +lean_inc(x_17); +x_19 = lean_mk_array(x_17, x_18); +x_20 = lean_unsigned_to_nat(1u); +x_21 = lean_nat_sub(x_17, x_20); +lean_dec(x_17); +x_22 = l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(x_2, x_19, x_21); +x_23 = l_Array_get_x3f___rarg(x_22, x_15); +lean_dec(x_22); +if (lean_obj_tag(x_23) == 0) +{ +lean_object* x_24; lean_object* x_25; +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); +x_24 = lean_box(0); +x_25 = lean_apply_4(x_3, x_11, x_24, x_13, x_14); +return x_25; +} +else +{ +lean_object* x_26; lean_object* x_27; +x_26 = lean_ctor_get(x_23, 0); +lean_inc(x_26); +lean_dec(x_23); +x_27 = l_Lean_Server_FileWorker_locationLinksOfInfo_extractInstances(x_4, x_5, x_26, x_13, x_14); +if (lean_obj_tag(x_27) == 0) { lean_object* x_28; lean_object* x_29; lean_object* x_30; size_t x_31; size_t x_32; lean_object* x_33; x_28 = lean_ctor_get(x_27, 0); @@ -4182,398 +3894,442 @@ return x_5; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(lean_object* x_1, uint8_t x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, 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; +uint8_t x_13; uint8_t x_14; uint8_t x_15; uint8_t x_16; lean_dec(x_10); x_13 = l_Lean_PersistentArray_anyM___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__1(x_9, x_1); -if (x_13 == 0) -{ -uint8_t x_14; uint8_t x_15; x_14 = 0; x_15 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_2, x_14); -if (x_15 == 0) +if (x_13 == 0) { -lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_16 = l_Lean_Elab_Info_lctx(x_3); -x_17 = lean_alloc_closure((void*)(l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2___boxed), 6, 1); -lean_closure_set(x_17, 0, x_9); -lean_inc(x_16); -x_18 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_17, x_12); -if (lean_obj_tag(x_18) == 0) +uint8_t x_284; +x_284 = 1; +x_16 = x_284; +goto block_283; +} +else { -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_Expr_getAppFn(x_19); -if (lean_obj_tag(x_21) == 4) +uint8_t x_285; +x_285 = 0; +x_16 = x_285; +goto block_283; +} +block_283: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +uint8_t x_17; +if (x_15 == 0) +{ +x_17 = x_16; +goto block_281; +} +else +{ +uint8_t x_282; +x_282 = 0; +x_17 = x_282; +goto block_281; +} +block_281: +{ +if (x_17 == 0) +{ +lean_object* x_18; lean_object* x_19; +lean_dec(x_9); +lean_dec(x_8); +lean_dec(x_7); +lean_dec(x_6); lean_dec(x_5); -x_22 = lean_ctor_get(x_21, 0); -lean_inc(x_22); -lean_dec(x_21); -x_23 = lean_ctor_get(x_6, 1); +x_18 = lean_box(0); +x_19 = lean_apply_3(x_3, x_18, x_11, x_12); +return x_19; +} +else +{ +lean_object* x_20; lean_object* x_21; lean_object* x_22; +x_20 = l_Lean_Elab_Info_lctx(x_4); +x_21 = lean_alloc_closure((void*)(l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2___boxed), 6, 1); +lean_closure_set(x_21, 0, x_9); +lean_inc(x_20); +x_22 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_21, x_12); +if (lean_obj_tag(x_22) == 0) +{ +lean_object* x_23; lean_object* x_24; lean_object* x_25; +x_23 = lean_ctor_get(x_22, 0); lean_inc(x_23); -lean_dec(x_6); -x_24 = lean_ctor_get(x_7, 0); +x_24 = lean_ctor_get(x_22, 1); lean_inc(x_24); +lean_dec(x_22); +x_25 = l_Lean_Expr_getAppFn(x_23); +if (lean_obj_tag(x_25) == 4) +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_dec(x_3); +x_26 = lean_ctor_get(x_25, 0); +lean_inc(x_26); +lean_dec(x_25); +x_27 = lean_ctor_get(x_6, 1); +lean_inc(x_27); +lean_dec(x_6); +x_28 = lean_ctor_get(x_7, 0); +lean_inc(x_28); lean_dec(x_7); -x_25 = l_Lean_Elab_Info_range_x3f(x_3); -if (lean_obj_tag(x_25) == 0) +x_29 = l_Lean_Elab_Info_range_x3f(x_4); +if (lean_obj_tag(x_29) == 0) { -lean_object* x_26; lean_object* x_27; lean_object* x_28; +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_dec(x_8); -x_26 = lean_box(0); -lean_inc(x_22); -lean_inc(x_24); -lean_inc(x_23); -x_27 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_27, 0, x_23); -lean_closure_set(x_27, 1, x_24); -lean_closure_set(x_27, 2, x_22); -lean_closure_set(x_27, 3, x_26); -lean_inc(x_16); -x_28 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_27, x_20); -if (lean_obj_tag(x_28) == 0) +x_30 = lean_box(0); +lean_inc(x_26); +lean_inc(x_28); +lean_inc(x_27); +x_31 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_31, 0, x_27); +lean_closure_set(x_31, 1, x_28); +lean_closure_set(x_31, 2, x_26); +lean_closure_set(x_31, 3, x_30); +lean_inc(x_20); +x_32 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_31, x_24); +if (lean_obj_tag(x_32) == 0) { -uint8_t x_29; -x_29 = !lean_is_exclusive(x_28); -if (x_29 == 0) +uint8_t x_33; +x_33 = !lean_is_exclusive(x_32); +if (x_33 == 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; -x_30 = lean_ctor_get(x_28, 0); -x_31 = lean_ctor_get(x_28, 1); -x_32 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; -x_33 = lean_ctor_get(x_4, 0); -lean_inc(x_33); -x_34 = l_Lean_instInhabitedProjectionFunctionInfo; -x_35 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; -x_36 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_34, x_35, x_33, x_22); -if (lean_obj_tag(x_36) == 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; +x_34 = lean_ctor_get(x_32, 0); +x_35 = lean_ctor_get(x_32, 1); +x_36 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_37 = lean_ctor_get(x_5, 0); +lean_inc(x_37); +x_38 = l_Lean_instInhabitedProjectionFunctionInfo; +x_39 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_40 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_38, x_39, x_37, x_26); +if (lean_obj_tag(x_40) == 0) { -lean_dec(x_24); +lean_dec(x_28); +lean_dec(x_27); lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -return x_28; +lean_dec(x_5); +return x_32; } else { -lean_object* x_37; lean_object* x_38; -lean_free_object(x_28); -x_37 = lean_ctor_get(x_36, 0); -lean_inc(x_37); -lean_dec(x_36); -x_38 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); -if (lean_obj_tag(x_38) == 0) +lean_object* x_41; lean_object* x_42; +lean_free_object(x_32); +x_41 = lean_ctor_get(x_40, 0); +lean_inc(x_41); +lean_dec(x_40); +x_42 = l_Lean_Elab_Info_toElabInfo_x3f(x_4); +if (lean_obj_tag(x_42) == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_40 = lean_box(0); -x_41 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_39, x_30, x_40, x_11, x_31); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_37); -return x_41; +lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_43 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_44 = lean_box(0); +x_45 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_41, x_23, x_36, x_4, x_5, x_20, x_27, x_28, x_30, x_43, x_34, x_44, x_11, x_35); +lean_dec(x_5); +lean_dec(x_41); +return x_45; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; uint8_t x_45; -x_42 = lean_ctor_get(x_38, 0); -lean_inc(x_42); -lean_dec(x_38); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); +lean_object* x_46; lean_object* x_47; uint8_t x_48; lean_object* x_66; uint8_t x_67; +x_46 = lean_ctor_get(x_42, 0); +lean_inc(x_46); lean_dec(x_42); -x_44 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; -x_45 = lean_name_eq(x_43, x_44); -if (x_45 == 0) -{ -lean_object* x_46; uint8_t x_47; -x_46 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; -x_47 = lean_name_eq(x_43, x_46); -if (x_47 == 0) +x_47 = lean_ctor_get(x_46, 0); +lean_inc(x_47); +lean_dec(x_46); +x_66 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_67 = lean_name_eq(x_47, x_66); +if (x_67 == 0) { -lean_object* x_48; uint8_t x_49; -x_48 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; -x_49 = lean_name_eq(x_43, x_48); -if (x_49 == 0) +lean_object* x_68; uint8_t x_69; +x_68 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_69 = lean_name_eq(x_47, x_68); +if (x_69 == 0) { -lean_object* x_50; lean_object* x_51; -lean_inc(x_24); -lean_inc(x_23); -x_50 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_50, 0, x_23); -lean_closure_set(x_50, 1, x_24); -lean_closure_set(x_50, 2, x_43); -lean_closure_set(x_50, 3, x_26); -lean_inc(x_16); -x_51 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_50, x_31); -if (lean_obj_tag(x_51) == 0) +lean_object* x_70; uint8_t x_71; +x_70 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_71 = lean_name_eq(x_47, x_70); +if (x_71 == 0) { -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = lean_ctor_get(x_51, 0); -lean_inc(x_52); -x_53 = lean_ctor_get(x_51, 1); -lean_inc(x_53); -lean_dec(x_51); -x_54 = lean_box(0); -x_55 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_52, x_30, x_54, x_11, x_53); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_37); -return x_55; +uint8_t x_72; +x_72 = 1; +x_48 = x_72; +goto block_65; } else { -uint8_t x_56; -lean_dec(x_37); -lean_dec(x_30); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); -lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_56 = !lean_is_exclusive(x_51); -if (x_56 == 0) -{ -lean_object* x_57; lean_object* x_58; -x_57 = lean_ctor_get(x_51, 0); -x_58 = l_Lean_Server_RequestError_ofIoError(x_57); -lean_ctor_set(x_51, 0, x_58); -return x_51; +uint8_t x_73; +x_73 = 0; +x_48 = x_73; +goto block_65; +} } else { -lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; -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 = l_Lean_Server_RequestError_ofIoError(x_59); -x_62 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_60); -return x_62; -} +uint8_t x_74; +x_74 = 0; +x_48 = x_74; +goto block_65; } } else { -lean_object* x_63; lean_object* x_64; lean_object* x_65; -lean_dec(x_43); -x_63 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_64 = lean_box(0); -x_65 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_63, x_30, x_64, x_11, x_31); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_37); -return x_65; +uint8_t x_75; +x_75 = 0; +x_48 = x_75; +goto block_65; } +block_65: +{ +if (x_48 == 0) +{ +lean_object* x_49; lean_object* x_50; lean_object* x_51; +lean_dec(x_47); +x_49 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_50 = lean_box(0); +x_51 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_41, x_23, x_36, x_4, x_5, x_20, x_27, x_28, x_30, x_49, x_34, x_50, x_11, x_35); +lean_dec(x_5); +lean_dec(x_41); +return x_51; } else { -lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_43); -x_66 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_67 = lean_box(0); -x_68 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_66, x_30, x_67, x_11, x_31); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_37); -return x_68; +lean_object* x_52; lean_object* x_53; +lean_inc(x_28); +lean_inc(x_27); +x_52 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_52, 0, x_27); +lean_closure_set(x_52, 1, x_28); +lean_closure_set(x_52, 2, x_47); +lean_closure_set(x_52, 3, x_30); +lean_inc(x_20); +x_53 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_52, x_35); +if (lean_obj_tag(x_53) == 0) +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_box(0); +x_57 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_41, x_23, x_36, x_4, x_5, x_20, x_27, x_28, x_30, x_54, x_34, x_56, x_11, x_55); +lean_dec(x_5); +lean_dec(x_41); +return x_57; } +else +{ +uint8_t x_58; +lean_dec(x_41); +lean_dec(x_34); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_11); +lean_dec(x_5); +x_58 = !lean_is_exclusive(x_53); +if (x_58 == 0) +{ +lean_object* x_59; lean_object* x_60; +x_59 = lean_ctor_get(x_53, 0); +x_60 = l_Lean_Server_RequestError_ofIoError(x_59); +lean_ctor_set(x_53, 0, x_60); +return x_53; } else { -lean_object* x_69; lean_object* x_70; lean_object* x_71; -lean_dec(x_43); -x_69 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_70 = lean_box(0); -x_71 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_37, x_19, x_32, x_3, x_4, x_16, x_23, x_24, x_26, x_69, x_30, x_70, x_11, x_31); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_37); -return x_71; +lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_61 = lean_ctor_get(x_53, 0); +x_62 = lean_ctor_get(x_53, 1); +lean_inc(x_62); +lean_inc(x_61); +lean_dec(x_53); +x_63 = l_Lean_Server_RequestError_ofIoError(x_61); +x_64 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_62); +return x_64; +} +} +} } } } } else { -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; -x_72 = lean_ctor_get(x_28, 0); -x_73 = lean_ctor_get(x_28, 1); -lean_inc(x_73); -lean_inc(x_72); -lean_dec(x_28); -x_74 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; -x_75 = lean_ctor_get(x_4, 0); -lean_inc(x_75); -x_76 = l_Lean_instInhabitedProjectionFunctionInfo; -x_77 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; -x_78 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_76, x_77, x_75, x_22); -if (lean_obj_tag(x_78) == 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; +x_76 = lean_ctor_get(x_32, 0); +x_77 = lean_ctor_get(x_32, 1); +lean_inc(x_77); +lean_inc(x_76); +lean_dec(x_32); +x_78 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_79 = lean_ctor_get(x_5, 0); +lean_inc(x_79); +x_80 = l_Lean_instInhabitedProjectionFunctionInfo; +x_81 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_82 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_80, x_81, x_79, x_26); +if (lean_obj_tag(x_82) == 0) { -lean_object* x_79; -lean_dec(x_24); +lean_object* x_83; +lean_dec(x_28); +lean_dec(x_27); lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_72); -lean_ctor_set(x_79, 1, x_73); -return x_79; +lean_dec(x_5); +x_83 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_83, 0, x_76); +lean_ctor_set(x_83, 1, x_77); +return x_83; } else { -lean_object* x_80; lean_object* x_81; -x_80 = lean_ctor_get(x_78, 0); -lean_inc(x_80); -lean_dec(x_78); -x_81 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); -if (lean_obj_tag(x_81) == 0) +lean_object* x_84; lean_object* x_85; +x_84 = lean_ctor_get(x_82, 0); +lean_inc(x_84); +lean_dec(x_82); +x_85 = l_Lean_Elab_Info_toElabInfo_x3f(x_4); +if (lean_obj_tag(x_85) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; -x_82 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_83 = lean_box(0); -x_84 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_82, x_72, x_83, x_11, x_73); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_80); -return x_84; +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_87 = lean_box(0); +x_88 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_84, x_23, x_78, x_4, x_5, x_20, x_27, x_28, x_30, x_86, x_76, x_87, x_11, x_77); +lean_dec(x_5); +lean_dec(x_84); +return x_88; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; uint8_t x_88; -x_85 = lean_ctor_get(x_81, 0); -lean_inc(x_85); -lean_dec(x_81); -x_86 = lean_ctor_get(x_85, 0); -lean_inc(x_86); +lean_object* x_89; lean_object* x_90; uint8_t x_91; lean_object* x_107; uint8_t x_108; +x_89 = lean_ctor_get(x_85, 0); +lean_inc(x_89); lean_dec(x_85); -x_87 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; -x_88 = lean_name_eq(x_86, x_87); -if (x_88 == 0) -{ -lean_object* x_89; uint8_t x_90; -x_89 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; -x_90 = lean_name_eq(x_86, x_89); -if (x_90 == 0) +x_90 = lean_ctor_get(x_89, 0); +lean_inc(x_90); +lean_dec(x_89); +x_107 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_108 = lean_name_eq(x_90, x_107); +if (x_108 == 0) { -lean_object* x_91; uint8_t x_92; -x_91 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; -x_92 = lean_name_eq(x_86, x_91); -if (x_92 == 0) +lean_object* x_109; uint8_t x_110; +x_109 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_110 = lean_name_eq(x_90, x_109); +if (x_110 == 0) { -lean_object* x_93; lean_object* x_94; -lean_inc(x_24); -lean_inc(x_23); -x_93 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_93, 0, x_23); -lean_closure_set(x_93, 1, x_24); -lean_closure_set(x_93, 2, x_86); -lean_closure_set(x_93, 3, x_26); -lean_inc(x_16); -x_94 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_93, x_73); -if (lean_obj_tag(x_94) == 0) +lean_object* x_111; uint8_t x_112; +x_111 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_112 = lean_name_eq(x_90, x_111); +if (x_112 == 0) { -lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; -x_95 = lean_ctor_get(x_94, 0); -lean_inc(x_95); -x_96 = lean_ctor_get(x_94, 1); -lean_inc(x_96); -lean_dec(x_94); -x_97 = lean_box(0); -x_98 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_95, x_72, x_97, x_11, x_96); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_80); -return x_98; +uint8_t x_113; +x_113 = 1; +x_91 = x_113; +goto block_106; } else { -lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; lean_object* x_103; -lean_dec(x_80); -lean_dec(x_72); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); -lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_99 = lean_ctor_get(x_94, 0); -lean_inc(x_99); -x_100 = lean_ctor_get(x_94, 1); -lean_inc(x_100); -if (lean_is_exclusive(x_94)) { - lean_ctor_release(x_94, 0); - lean_ctor_release(x_94, 1); - x_101 = x_94; -} else { - lean_dec_ref(x_94); - x_101 = lean_box(0); -} -x_102 = l_Lean_Server_RequestError_ofIoError(x_99); -if (lean_is_scalar(x_101)) { - x_103 = lean_alloc_ctor(1, 2, 0); -} else { - x_103 = x_101; -} -lean_ctor_set(x_103, 0, x_102); -lean_ctor_set(x_103, 1, x_100); -return x_103; +uint8_t x_114; +x_114 = 0; +x_91 = x_114; +goto block_106; } } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; -lean_dec(x_86); -x_104 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_105 = lean_box(0); -x_106 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_104, x_72, x_105, x_11, x_73); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_80); -return x_106; +uint8_t x_115; +x_115 = 0; +x_91 = x_115; +goto block_106; } } else { -lean_object* x_107; lean_object* x_108; lean_object* x_109; -lean_dec(x_86); -x_107 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_108 = lean_box(0); -x_109 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_107, x_72, x_108, x_11, x_73); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_80); -return x_109; +uint8_t x_116; +x_116 = 0; +x_91 = x_116; +goto block_106; } +block_106: +{ +if (x_91 == 0) +{ +lean_object* x_92; lean_object* x_93; lean_object* x_94; +lean_dec(x_90); +x_92 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_93 = lean_box(0); +x_94 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_84, x_23, x_78, x_4, x_5, x_20, x_27, x_28, x_30, x_92, x_76, x_93, x_11, x_77); +lean_dec(x_5); +lean_dec(x_84); +return x_94; } else { -lean_object* x_110; lean_object* x_111; lean_object* x_112; -lean_dec(x_86); -x_110 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_111 = lean_box(0); -x_112 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_80, x_19, x_74, x_3, x_4, x_16, x_23, x_24, x_26, x_110, x_72, x_111, x_11, x_73); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_80); -return x_112; +lean_object* x_95; lean_object* x_96; +lean_inc(x_28); +lean_inc(x_27); +x_95 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_95, 0, x_27); +lean_closure_set(x_95, 1, x_28); +lean_closure_set(x_95, 2, x_90); +lean_closure_set(x_95, 3, x_30); +lean_inc(x_20); +x_96 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_95, x_77); +if (lean_obj_tag(x_96) == 0) +{ +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_97 = lean_ctor_get(x_96, 0); +lean_inc(x_97); +x_98 = lean_ctor_get(x_96, 1); +lean_inc(x_98); +lean_dec(x_96); +x_99 = lean_box(0); +x_100 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6(x_84, x_23, x_78, x_4, x_5, x_20, x_27, x_28, x_30, x_97, x_76, x_99, x_11, x_98); +lean_dec(x_5); +lean_dec(x_84); +return x_100; +} +else +{ +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; +lean_dec(x_84); +lean_dec(x_76); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_11); +lean_dec(x_5); +x_101 = lean_ctor_get(x_96, 0); +lean_inc(x_101); +x_102 = lean_ctor_get(x_96, 1); +lean_inc(x_102); +if (lean_is_exclusive(x_96)) { + lean_ctor_release(x_96, 0); + lean_ctor_release(x_96, 1); + x_103 = x_96; +} else { + lean_dec_ref(x_96); + x_103 = lean_box(0); +} +x_104 = l_Lean_Server_RequestError_ofIoError(x_101); +if (lean_is_scalar(x_103)) { + x_105 = lean_alloc_ctor(1, 2, 0); +} else { + x_105 = x_103; +} +lean_ctor_set(x_105, 0, x_104); +lean_ctor_set(x_105, 1, x_102); +return x_105; +} +} } } } @@ -4581,407 +4337,410 @@ return x_112; } else { -uint8_t x_113; -lean_dec(x_24); +uint8_t x_117; +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_26); lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_113 = !lean_is_exclusive(x_28); -if (x_113 == 0) +lean_dec(x_5); +x_117 = !lean_is_exclusive(x_32); +if (x_117 == 0) { -lean_object* x_114; lean_object* x_115; -x_114 = lean_ctor_get(x_28, 0); -x_115 = l_Lean_Server_RequestError_ofIoError(x_114); -lean_ctor_set(x_28, 0, x_115); -return x_28; +lean_object* x_118; lean_object* x_119; +x_118 = lean_ctor_get(x_32, 0); +x_119 = l_Lean_Server_RequestError_ofIoError(x_118); +lean_ctor_set(x_32, 0, x_119); +return x_32; } else { -lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_116 = lean_ctor_get(x_28, 0); -x_117 = lean_ctor_get(x_28, 1); -lean_inc(x_117); -lean_inc(x_116); -lean_dec(x_28); -x_118 = l_Lean_Server_RequestError_ofIoError(x_116); -x_119 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_117); -return x_119; +lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_object* x_123; +x_120 = lean_ctor_get(x_32, 0); +x_121 = lean_ctor_get(x_32, 1); +lean_inc(x_121); +lean_inc(x_120); +lean_dec(x_32); +x_122 = l_Lean_Server_RequestError_ofIoError(x_120); +x_123 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_123, 0, x_122); +lean_ctor_set(x_123, 1, x_121); +return x_123; } } } else { -uint8_t x_120; -x_120 = !lean_is_exclusive(x_25); -if (x_120 == 0) +uint8_t x_124; +x_124 = !lean_is_exclusive(x_29); +if (x_124 == 0) { -lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; -x_121 = lean_ctor_get(x_25, 0); -x_122 = l_String_Range_toLspRange(x_8, x_121); -lean_dec(x_121); +lean_object* x_125; lean_object* x_126; lean_object* x_127; lean_object* x_128; +x_125 = lean_ctor_get(x_29, 0); +x_126 = l_String_Range_toLspRange(x_8, x_125); +lean_dec(x_125); lean_dec(x_8); -lean_ctor_set(x_25, 0, x_122); -lean_inc(x_25); -lean_inc(x_22); -lean_inc(x_24); -lean_inc(x_23); -x_123 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_123, 0, x_23); -lean_closure_set(x_123, 1, x_24); -lean_closure_set(x_123, 2, x_22); -lean_closure_set(x_123, 3, x_25); -lean_inc(x_16); -x_124 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_123, x_20); -if (lean_obj_tag(x_124) == 0) +lean_ctor_set(x_29, 0, x_126); +lean_inc(x_29); +lean_inc(x_26); +lean_inc(x_28); +lean_inc(x_27); +x_127 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_127, 0, x_27); +lean_closure_set(x_127, 1, x_28); +lean_closure_set(x_127, 2, x_26); +lean_closure_set(x_127, 3, x_29); +lean_inc(x_20); +x_128 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_127, x_24); +if (lean_obj_tag(x_128) == 0) { -uint8_t x_125; -x_125 = !lean_is_exclusive(x_124); -if (x_125 == 0) +uint8_t x_129; +x_129 = !lean_is_exclusive(x_128); +if (x_129 == 0) { -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; -x_126 = lean_ctor_get(x_124, 0); -x_127 = lean_ctor_get(x_124, 1); -x_128 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; -x_129 = lean_ctor_get(x_4, 0); -lean_inc(x_129); -x_130 = l_Lean_instInhabitedProjectionFunctionInfo; -x_131 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; -x_132 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_130, x_131, x_129, x_22); -if (lean_obj_tag(x_132) == 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; +x_130 = lean_ctor_get(x_128, 0); +x_131 = lean_ctor_get(x_128, 1); +x_132 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_133 = lean_ctor_get(x_5, 0); +lean_inc(x_133); +x_134 = l_Lean_instInhabitedProjectionFunctionInfo; +x_135 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_136 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_134, x_135, x_133, x_26); +if (lean_obj_tag(x_136) == 0) { -lean_dec(x_25); -lean_dec(x_24); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_27); lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -return x_124; +lean_dec(x_5); +return x_128; } else { -lean_object* x_133; lean_object* x_134; -lean_free_object(x_124); -x_133 = lean_ctor_get(x_132, 0); -lean_inc(x_133); -lean_dec(x_132); -x_134 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); -if (lean_obj_tag(x_134) == 0) +lean_object* x_137; lean_object* x_138; +lean_free_object(x_128); +x_137 = lean_ctor_get(x_136, 0); +lean_inc(x_137); +lean_dec(x_136); +x_138 = l_Lean_Elab_Info_toElabInfo_x3f(x_4); +if (lean_obj_tag(x_138) == 0) { -lean_object* x_135; lean_object* x_136; lean_object* x_137; -x_135 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_136 = lean_box(0); -x_137 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_135, x_126, x_136, x_11, x_127); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_133); -return x_137; +lean_object* x_139; lean_object* x_140; lean_object* x_141; +x_139 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_140 = lean_box(0); +x_141 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_137, x_23, x_132, x_4, x_5, x_20, x_27, x_28, x_29, x_139, x_130, x_140, x_11, x_131); +lean_dec(x_5); +lean_dec(x_137); +return x_141; } else { -lean_object* x_138; lean_object* x_139; lean_object* x_140; uint8_t x_141; -x_138 = lean_ctor_get(x_134, 0); -lean_inc(x_138); -lean_dec(x_134); -x_139 = lean_ctor_get(x_138, 0); -lean_inc(x_139); +lean_object* x_142; lean_object* x_143; uint8_t x_144; lean_object* x_162; uint8_t x_163; +x_142 = lean_ctor_get(x_138, 0); +lean_inc(x_142); lean_dec(x_138); -x_140 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; -x_141 = lean_name_eq(x_139, x_140); -if (x_141 == 0) -{ -lean_object* x_142; uint8_t x_143; -x_142 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; -x_143 = lean_name_eq(x_139, x_142); -if (x_143 == 0) +x_143 = lean_ctor_get(x_142, 0); +lean_inc(x_143); +lean_dec(x_142); +x_162 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_163 = lean_name_eq(x_143, x_162); +if (x_163 == 0) { -lean_object* x_144; uint8_t x_145; -x_144 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; -x_145 = lean_name_eq(x_139, x_144); -if (x_145 == 0) +lean_object* x_164; uint8_t x_165; +x_164 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_165 = lean_name_eq(x_143, x_164); +if (x_165 == 0) { -lean_object* x_146; lean_object* x_147; -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -x_146 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_146, 0, x_23); -lean_closure_set(x_146, 1, x_24); -lean_closure_set(x_146, 2, x_139); -lean_closure_set(x_146, 3, x_25); -lean_inc(x_16); -x_147 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_146, x_127); -if (lean_obj_tag(x_147) == 0) +lean_object* x_166; uint8_t x_167; +x_166 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_167 = lean_name_eq(x_143, x_166); +if (x_167 == 0) { -lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; -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); -x_150 = lean_box(0); -x_151 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_148, x_126, x_150, x_11, x_149); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_133); -return x_151; +uint8_t x_168; +x_168 = 1; +x_144 = x_168; +goto block_161; } else { -uint8_t x_152; -lean_dec(x_133); -lean_dec(x_126); -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); -lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_152 = !lean_is_exclusive(x_147); -if (x_152 == 0) -{ -lean_object* x_153; lean_object* x_154; -x_153 = lean_ctor_get(x_147, 0); -x_154 = l_Lean_Server_RequestError_ofIoError(x_153); -lean_ctor_set(x_147, 0, x_154); -return x_147; +uint8_t x_169; +x_169 = 0; +x_144 = x_169; +goto block_161; +} } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; lean_object* x_158; -x_155 = lean_ctor_get(x_147, 0); -x_156 = lean_ctor_get(x_147, 1); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_147); -x_157 = l_Lean_Server_RequestError_ofIoError(x_155); -x_158 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_158, 0, x_157); -lean_ctor_set(x_158, 1, x_156); -return x_158; -} +uint8_t x_170; +x_170 = 0; +x_144 = x_170; +goto block_161; } } else { -lean_object* x_159; lean_object* x_160; lean_object* x_161; -lean_dec(x_139); -x_159 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_160 = lean_box(0); -x_161 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_159, x_126, x_160, x_11, x_127); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_133); -return x_161; +uint8_t x_171; +x_171 = 0; +x_144 = x_171; +goto block_161; } +block_161: +{ +if (x_144 == 0) +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_143); +x_145 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_146 = lean_box(0); +x_147 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_137, x_23, x_132, x_4, x_5, x_20, x_27, x_28, x_29, x_145, x_130, x_146, x_11, x_131); +lean_dec(x_5); +lean_dec(x_137); +return x_147; } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -lean_dec(x_139); -x_162 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_163 = lean_box(0); -x_164 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_162, x_126, x_163, x_11, x_127); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_133); -return x_164; +lean_object* x_148; lean_object* x_149; +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +x_148 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_148, 0, x_27); +lean_closure_set(x_148, 1, x_28); +lean_closure_set(x_148, 2, x_143); +lean_closure_set(x_148, 3, x_29); +lean_inc(x_20); +x_149 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_148, x_131); +if (lean_obj_tag(x_149) == 0) +{ +lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_150 = lean_ctor_get(x_149, 0); +lean_inc(x_150); +x_151 = lean_ctor_get(x_149, 1); +lean_inc(x_151); +lean_dec(x_149); +x_152 = lean_box(0); +x_153 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_137, x_23, x_132, x_4, x_5, x_20, x_27, x_28, x_29, x_150, x_130, x_152, x_11, x_151); +lean_dec(x_5); +lean_dec(x_137); +return x_153; } +else +{ +uint8_t x_154; +lean_dec(x_137); +lean_dec(x_130); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_11); +lean_dec(x_5); +x_154 = !lean_is_exclusive(x_149); +if (x_154 == 0) +{ +lean_object* x_155; lean_object* x_156; +x_155 = lean_ctor_get(x_149, 0); +x_156 = l_Lean_Server_RequestError_ofIoError(x_155); +lean_ctor_set(x_149, 0, x_156); +return x_149; } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; -lean_dec(x_139); -x_165 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_166 = lean_box(0); -x_167 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_133, x_19, x_128, x_3, x_4, x_16, x_23, x_24, x_25, x_165, x_126, x_166, x_11, x_127); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_133); -return x_167; +lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; +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_Server_RequestError_ofIoError(x_157); +x_160 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_160, 0, x_159); +lean_ctor_set(x_160, 1, x_158); +return x_160; +} +} +} } } } } 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; -x_168 = lean_ctor_get(x_124, 0); -x_169 = lean_ctor_get(x_124, 1); -lean_inc(x_169); -lean_inc(x_168); -lean_dec(x_124); -x_170 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; -x_171 = lean_ctor_get(x_4, 0); -lean_inc(x_171); -x_172 = l_Lean_instInhabitedProjectionFunctionInfo; -x_173 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; -x_174 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_172, x_173, x_171, x_22); -if (lean_obj_tag(x_174) == 0) +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; +x_172 = lean_ctor_get(x_128, 0); +x_173 = lean_ctor_get(x_128, 1); +lean_inc(x_173); +lean_inc(x_172); +lean_dec(x_128); +x_174 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_175 = lean_ctor_get(x_5, 0); +lean_inc(x_175); +x_176 = l_Lean_instInhabitedProjectionFunctionInfo; +x_177 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_178 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_176, x_177, x_175, x_26); +if (lean_obj_tag(x_178) == 0) { -lean_object* x_175; -lean_dec(x_25); -lean_dec(x_24); +lean_object* x_179; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_27); lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_175 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_175, 0, x_168); -lean_ctor_set(x_175, 1, x_169); -return x_175; +lean_dec(x_5); +x_179 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_179, 0, x_172); +lean_ctor_set(x_179, 1, x_173); +return x_179; } else { -lean_object* x_176; lean_object* x_177; -x_176 = lean_ctor_get(x_174, 0); -lean_inc(x_176); -lean_dec(x_174); -x_177 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); -if (lean_obj_tag(x_177) == 0) -{ -lean_object* x_178; lean_object* x_179; lean_object* x_180; -x_178 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_179 = lean_box(0); -x_180 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_178, x_168, x_179, x_11, x_169); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_176); -return x_180; +lean_object* x_180; lean_object* x_181; +x_180 = lean_ctor_get(x_178, 0); +lean_inc(x_180); +lean_dec(x_178); +x_181 = l_Lean_Elab_Info_toElabInfo_x3f(x_4); +if (lean_obj_tag(x_181) == 0) +{ +lean_object* x_182; lean_object* x_183; lean_object* x_184; +x_182 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_183 = lean_box(0); +x_184 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_180, x_23, x_174, x_4, x_5, x_20, x_27, x_28, x_29, x_182, x_172, x_183, x_11, x_173); +lean_dec(x_5); +lean_dec(x_180); +return x_184; } else { -lean_object* x_181; lean_object* x_182; lean_object* x_183; uint8_t x_184; -x_181 = lean_ctor_get(x_177, 0); -lean_inc(x_181); -lean_dec(x_177); -x_182 = lean_ctor_get(x_181, 0); -lean_inc(x_182); +lean_object* x_185; lean_object* x_186; uint8_t x_187; lean_object* x_203; uint8_t x_204; +x_185 = lean_ctor_get(x_181, 0); +lean_inc(x_185); lean_dec(x_181); -x_183 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; -x_184 = lean_name_eq(x_182, x_183); -if (x_184 == 0) -{ -lean_object* x_185; uint8_t x_186; -x_185 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; -x_186 = lean_name_eq(x_182, x_185); -if (x_186 == 0) -{ -lean_object* x_187; uint8_t x_188; -x_187 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; -x_188 = lean_name_eq(x_182, x_187); -if (x_188 == 0) +x_186 = lean_ctor_get(x_185, 0); +lean_inc(x_186); +lean_dec(x_185); +x_203 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_204 = lean_name_eq(x_186, x_203); +if (x_204 == 0) { -lean_object* x_189; lean_object* x_190; -lean_inc(x_25); -lean_inc(x_24); -lean_inc(x_23); -x_189 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_189, 0, x_23); -lean_closure_set(x_189, 1, x_24); -lean_closure_set(x_189, 2, x_182); -lean_closure_set(x_189, 3, x_25); -lean_inc(x_16); -x_190 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_189, x_169); -if (lean_obj_tag(x_190) == 0) -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; -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 = lean_box(0); -x_194 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_191, x_168, x_193, x_11, x_192); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_176); -return x_194; +lean_object* x_205; uint8_t x_206; +x_205 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_206 = lean_name_eq(x_186, x_205); +if (x_206 == 0) +{ +lean_object* x_207; uint8_t x_208; +x_207 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_208 = lean_name_eq(x_186, x_207); +if (x_208 == 0) +{ +uint8_t x_209; +x_209 = 1; +x_187 = x_209; +goto block_202; } else { -lean_object* x_195; lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; -lean_dec(x_176); -lean_dec(x_168); -lean_dec(x_25); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); -lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_195 = lean_ctor_get(x_190, 0); -lean_inc(x_195); -x_196 = lean_ctor_get(x_190, 1); -lean_inc(x_196); -if (lean_is_exclusive(x_190)) { - lean_ctor_release(x_190, 0); - lean_ctor_release(x_190, 1); - x_197 = x_190; -} else { - lean_dec_ref(x_190); - x_197 = lean_box(0); +uint8_t x_210; +x_210 = 0; +x_187 = x_210; +goto block_202; } -x_198 = l_Lean_Server_RequestError_ofIoError(x_195); -if (lean_is_scalar(x_197)) { - x_199 = lean_alloc_ctor(1, 2, 0); -} else { - x_199 = x_197; } -lean_ctor_set(x_199, 0, x_198); -lean_ctor_set(x_199, 1, x_196); -return x_199; +else +{ +uint8_t x_211; +x_211 = 0; +x_187 = x_211; +goto block_202; } } else { -lean_object* x_200; lean_object* x_201; lean_object* x_202; -lean_dec(x_182); -x_200 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_201 = lean_box(0); -x_202 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_200, x_168, x_201, x_11, x_169); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_176); -return x_202; +uint8_t x_212; +x_212 = 0; +x_187 = x_212; +goto block_202; } +block_202: +{ +if (x_187 == 0) +{ +lean_object* x_188; lean_object* x_189; lean_object* x_190; +lean_dec(x_186); +x_188 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_189 = lean_box(0); +x_190 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_180, x_23, x_174, x_4, x_5, x_20, x_27, x_28, x_29, x_188, x_172, x_189, x_11, x_173); +lean_dec(x_5); +lean_dec(x_180); +return x_190; } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; -lean_dec(x_182); -x_203 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_204 = lean_box(0); -x_205 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_203, x_168, x_204, x_11, x_169); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_176); -return x_205; -} +lean_object* x_191; lean_object* x_192; +lean_inc(x_29); +lean_inc(x_28); +lean_inc(x_27); +x_191 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_191, 0, x_27); +lean_closure_set(x_191, 1, x_28); +lean_closure_set(x_191, 2, x_186); +lean_closure_set(x_191, 3, x_29); +lean_inc(x_20); +x_192 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_191, x_173); +if (lean_obj_tag(x_192) == 0) +{ +lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; +x_193 = lean_ctor_get(x_192, 0); +lean_inc(x_193); +x_194 = lean_ctor_get(x_192, 1); +lean_inc(x_194); +lean_dec(x_192); +x_195 = lean_box(0); +x_196 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_180, x_23, x_174, x_4, x_5, x_20, x_27, x_28, x_29, x_193, x_172, x_195, x_11, x_194); +lean_dec(x_5); +lean_dec(x_180); +return x_196; } else { -lean_object* x_206; lean_object* x_207; lean_object* x_208; -lean_dec(x_182); -x_206 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_207 = lean_box(0); -x_208 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_176, x_19, x_170, x_3, x_4, x_16, x_23, x_24, x_25, x_206, x_168, x_207, x_11, x_169); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_176); -return x_208; +lean_object* x_197; lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; +lean_dec(x_180); +lean_dec(x_172); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_11); +lean_dec(x_5); +x_197 = lean_ctor_get(x_192, 0); +lean_inc(x_197); +x_198 = lean_ctor_get(x_192, 1); +lean_inc(x_198); +if (lean_is_exclusive(x_192)) { + lean_ctor_release(x_192, 0); + lean_ctor_release(x_192, 1); + x_199 = x_192; +} else { + lean_dec_ref(x_192); + x_199 = lean_box(0); +} +x_200 = l_Lean_Server_RequestError_ofIoError(x_197); +if (lean_is_scalar(x_199)) { + x_201 = lean_alloc_ctor(1, 2, 0); +} else { + x_201 = x_199; +} +lean_ctor_set(x_201, 0, x_200); +lean_ctor_set(x_201, 1, x_198); +return x_201; +} +} } } } @@ -4989,364 +4748,337 @@ return x_208; } else { -uint8_t x_209; -lean_dec(x_25); -lean_dec(x_24); +uint8_t x_213; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_26); lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_209 = !lean_is_exclusive(x_124); -if (x_209 == 0) +lean_dec(x_5); +x_213 = !lean_is_exclusive(x_128); +if (x_213 == 0) { -lean_object* x_210; lean_object* x_211; -x_210 = lean_ctor_get(x_124, 0); -x_211 = l_Lean_Server_RequestError_ofIoError(x_210); -lean_ctor_set(x_124, 0, x_211); -return x_124; +lean_object* x_214; lean_object* x_215; +x_214 = lean_ctor_get(x_128, 0); +x_215 = l_Lean_Server_RequestError_ofIoError(x_214); +lean_ctor_set(x_128, 0, x_215); +return x_128; } else { -lean_object* x_212; lean_object* x_213; lean_object* x_214; lean_object* x_215; -x_212 = lean_ctor_get(x_124, 0); -x_213 = lean_ctor_get(x_124, 1); -lean_inc(x_213); -lean_inc(x_212); -lean_dec(x_124); -x_214 = l_Lean_Server_RequestError_ofIoError(x_212); -x_215 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_215, 0, x_214); -lean_ctor_set(x_215, 1, x_213); -return x_215; +lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; +x_216 = lean_ctor_get(x_128, 0); +x_217 = lean_ctor_get(x_128, 1); +lean_inc(x_217); +lean_inc(x_216); +lean_dec(x_128); +x_218 = l_Lean_Server_RequestError_ofIoError(x_216); +x_219 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_219, 0, x_218); +lean_ctor_set(x_219, 1, x_217); +return x_219; } } } else { -lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; lean_object* x_220; -x_216 = lean_ctor_get(x_25, 0); -lean_inc(x_216); -lean_dec(x_25); -x_217 = l_String_Range_toLspRange(x_8, x_216); -lean_dec(x_216); +lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; lean_object* x_224; +x_220 = lean_ctor_get(x_29, 0); +lean_inc(x_220); +lean_dec(x_29); +x_221 = l_String_Range_toLspRange(x_8, x_220); +lean_dec(x_220); lean_dec(x_8); -x_218 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_218, 0, x_217); -lean_inc(x_218); -lean_inc(x_22); -lean_inc(x_24); -lean_inc(x_23); -x_219 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_219, 0, x_23); -lean_closure_set(x_219, 1, x_24); -lean_closure_set(x_219, 2, x_22); -lean_closure_set(x_219, 3, x_218); -lean_inc(x_16); -x_220 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_219, x_20); -if (lean_obj_tag(x_220) == 0) -{ -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_221 = lean_ctor_get(x_220, 0); -lean_inc(x_221); -x_222 = lean_ctor_get(x_220, 1); +x_222 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_222, 0, x_221); lean_inc(x_222); -if (lean_is_exclusive(x_220)) { - lean_ctor_release(x_220, 0); - lean_ctor_release(x_220, 1); - x_223 = x_220; +lean_inc(x_26); +lean_inc(x_28); +lean_inc(x_27); +x_223 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_223, 0, x_27); +lean_closure_set(x_223, 1, x_28); +lean_closure_set(x_223, 2, x_26); +lean_closure_set(x_223, 3, x_222); +lean_inc(x_20); +x_224 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_223, x_24); +if (lean_obj_tag(x_224) == 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; +x_225 = lean_ctor_get(x_224, 0); +lean_inc(x_225); +x_226 = lean_ctor_get(x_224, 1); +lean_inc(x_226); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_227 = x_224; } else { - lean_dec_ref(x_220); - x_223 = lean_box(0); + lean_dec_ref(x_224); + x_227 = lean_box(0); } -x_224 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; -x_225 = lean_ctor_get(x_4, 0); -lean_inc(x_225); -x_226 = l_Lean_instInhabitedProjectionFunctionInfo; -x_227 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; -x_228 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_226, x_227, x_225, x_22); -if (lean_obj_tag(x_228) == 0) +x_228 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1; +x_229 = lean_ctor_get(x_5, 0); +lean_inc(x_229); +x_230 = l_Lean_instInhabitedProjectionFunctionInfo; +x_231 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__2; +x_232 = l_Lean_MapDeclarationExtension_find_x3f___rarg(x_230, x_231, x_229, x_26); +if (lean_obj_tag(x_232) == 0) { -lean_object* x_229; -lean_dec(x_218); -lean_dec(x_24); +lean_object* x_233; +lean_dec(x_222); +lean_dec(x_28); +lean_dec(x_27); lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -if (lean_is_scalar(x_223)) { - x_229 = lean_alloc_ctor(0, 2, 0); +lean_dec(x_5); +if (lean_is_scalar(x_227)) { + x_233 = lean_alloc_ctor(0, 2, 0); } else { - x_229 = x_223; + x_233 = x_227; } -lean_ctor_set(x_229, 0, x_221); -lean_ctor_set(x_229, 1, x_222); -return x_229; +lean_ctor_set(x_233, 0, x_225); +lean_ctor_set(x_233, 1, x_226); +return x_233; } else { -lean_object* x_230; lean_object* x_231; -lean_dec(x_223); -x_230 = lean_ctor_get(x_228, 0); -lean_inc(x_230); -lean_dec(x_228); -x_231 = l_Lean_Elab_Info_toElabInfo_x3f(x_3); -if (lean_obj_tag(x_231) == 0) -{ -lean_object* x_232; lean_object* x_233; lean_object* x_234; -x_232 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_233 = lean_box(0); -x_234 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_232, x_221, x_233, x_11, x_222); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_230); -return x_234; +lean_object* x_234; lean_object* x_235; +lean_dec(x_227); +x_234 = lean_ctor_get(x_232, 0); +lean_inc(x_234); +lean_dec(x_232); +x_235 = l_Lean_Elab_Info_toElabInfo_x3f(x_4); +if (lean_obj_tag(x_235) == 0) +{ +lean_object* x_236; lean_object* x_237; lean_object* x_238; +x_236 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_237 = lean_box(0); +x_238 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_234, x_23, x_228, x_4, x_5, x_20, x_27, x_28, x_222, x_236, x_225, x_237, x_11, x_226); +lean_dec(x_5); +lean_dec(x_234); +return x_238; } else { -lean_object* x_235; lean_object* x_236; lean_object* x_237; uint8_t x_238; -x_235 = lean_ctor_get(x_231, 0); -lean_inc(x_235); -lean_dec(x_231); -x_236 = lean_ctor_get(x_235, 0); -lean_inc(x_236); +lean_object* x_239; lean_object* x_240; uint8_t x_241; lean_object* x_257; uint8_t x_258; +x_239 = lean_ctor_get(x_235, 0); +lean_inc(x_239); lean_dec(x_235); -x_237 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; -x_238 = lean_name_eq(x_236, x_237); -if (x_238 == 0) -{ -lean_object* x_239; uint8_t x_240; -x_239 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; -x_240 = lean_name_eq(x_236, x_239); -if (x_240 == 0) +x_240 = lean_ctor_get(x_239, 0); +lean_inc(x_240); +lean_dec(x_239); +x_257 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__4; +x_258 = lean_name_eq(x_240, x_257); +if (x_258 == 0) { -lean_object* x_241; uint8_t x_242; -x_241 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; -x_242 = lean_name_eq(x_236, x_241); -if (x_242 == 0) +lean_object* x_259; uint8_t x_260; +x_259 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__9; +x_260 = lean_name_eq(x_240, x_259); +if (x_260 == 0) { -lean_object* x_243; lean_object* x_244; -lean_inc(x_218); -lean_inc(x_24); -lean_inc(x_23); -x_243 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_243, 0, x_23); -lean_closure_set(x_243, 1, x_24); -lean_closure_set(x_243, 2, x_236); -lean_closure_set(x_243, 3, x_218); -lean_inc(x_16); -x_244 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_16, x_243, x_222); -if (lean_obj_tag(x_244) == 0) +lean_object* x_261; uint8_t x_262; +x_261 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__11; +x_262 = lean_name_eq(x_240, x_261); +if (x_262 == 0) { -lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; -x_245 = lean_ctor_get(x_244, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_244, 1); -lean_inc(x_246); -lean_dec(x_244); -x_247 = lean_box(0); -x_248 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_245, x_221, x_247, x_11, x_246); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_230); -return x_248; +uint8_t x_263; +x_263 = 1; +x_241 = x_263; +goto block_256; } else { -lean_object* x_249; lean_object* x_250; lean_object* x_251; lean_object* x_252; lean_object* x_253; -lean_dec(x_230); -lean_dec(x_221); -lean_dec(x_218); -lean_dec(x_24); -lean_dec(x_23); -lean_dec(x_19); -lean_dec(x_16); -lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_249 = lean_ctor_get(x_244, 0); -lean_inc(x_249); -x_250 = lean_ctor_get(x_244, 1); -lean_inc(x_250); -if (lean_is_exclusive(x_244)) { - lean_ctor_release(x_244, 0); - lean_ctor_release(x_244, 1); - x_251 = x_244; -} else { - lean_dec_ref(x_244); - x_251 = lean_box(0); +uint8_t x_264; +x_264 = 0; +x_241 = x_264; +goto block_256; } -x_252 = l_Lean_Server_RequestError_ofIoError(x_249); -if (lean_is_scalar(x_251)) { - x_253 = lean_alloc_ctor(1, 2, 0); -} else { - x_253 = x_251; } -lean_ctor_set(x_253, 0, x_252); -lean_ctor_set(x_253, 1, x_250); -return x_253; +else +{ +uint8_t x_265; +x_265 = 0; +x_241 = x_265; +goto block_256; } } else { -lean_object* x_254; lean_object* x_255; lean_object* x_256; -lean_dec(x_236); -x_254 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_255 = lean_box(0); -x_256 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_254, x_221, x_255, x_11, x_222); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_230); -return x_256; +uint8_t x_266; +x_266 = 0; +x_241 = x_266; +goto block_256; } +block_256: +{ +if (x_241 == 0) +{ +lean_object* x_242; lean_object* x_243; lean_object* x_244; +lean_dec(x_240); +x_242 = l_Lean_Server_FileWorker_handleCompletion___closed__1; +x_243 = lean_box(0); +x_244 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_234, x_23, x_228, x_4, x_5, x_20, x_27, x_28, x_222, x_242, x_225, x_243, x_11, x_226); +lean_dec(x_5); +lean_dec(x_234); +return x_244; } else { -lean_object* x_257; lean_object* x_258; lean_object* x_259; -lean_dec(x_236); -x_257 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_258 = lean_box(0); -x_259 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_257, x_221, x_258, x_11, x_222); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_230); -return x_259; -} +lean_object* x_245; lean_object* x_246; +lean_inc(x_222); +lean_inc(x_28); +lean_inc(x_27); +x_245 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_245, 0, x_27); +lean_closure_set(x_245, 1, x_28); +lean_closure_set(x_245, 2, x_240); +lean_closure_set(x_245, 3, x_222); +lean_inc(x_20); +x_246 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_20, x_245, x_226); +if (lean_obj_tag(x_246) == 0) +{ +lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; +x_247 = lean_ctor_get(x_246, 0); +lean_inc(x_247); +x_248 = lean_ctor_get(x_246, 1); +lean_inc(x_248); +lean_dec(x_246); +x_249 = lean_box(0); +x_250 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_234, x_23, x_228, x_4, x_5, x_20, x_27, x_28, x_222, x_247, x_225, x_249, x_11, x_248); +lean_dec(x_5); +lean_dec(x_234); +return x_250; } else { -lean_object* x_260; lean_object* x_261; lean_object* x_262; -lean_dec(x_236); -x_260 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_261 = lean_box(0); -x_262 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__7(x_230, x_19, x_224, x_3, x_4, x_16, x_23, x_24, x_218, x_260, x_221, x_261, x_11, x_222); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_230); -return x_262; +lean_object* x_251; lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; +lean_dec(x_234); +lean_dec(x_225); +lean_dec(x_222); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_23); +lean_dec(x_20); +lean_dec(x_11); +lean_dec(x_5); +x_251 = lean_ctor_get(x_246, 0); +lean_inc(x_251); +x_252 = lean_ctor_get(x_246, 1); +lean_inc(x_252); +if (lean_is_exclusive(x_246)) { + lean_ctor_release(x_246, 0); + lean_ctor_release(x_246, 1); + x_253 = x_246; +} else { + lean_dec_ref(x_246); + x_253 = lean_box(0); +} +x_254 = l_Lean_Server_RequestError_ofIoError(x_251); +if (lean_is_scalar(x_253)) { + x_255 = lean_alloc_ctor(1, 2, 0); +} else { + x_255 = x_253; +} +lean_ctor_set(x_255, 0, x_254); +lean_ctor_set(x_255, 1, x_252); +return x_255; +} +} } } } } else { -lean_object* x_263; lean_object* x_264; lean_object* x_265; lean_object* x_266; lean_object* x_267; -lean_dec(x_218); -lean_dec(x_24); +lean_object* x_267; lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; +lean_dec(x_222); +lean_dec(x_28); +lean_dec(x_27); +lean_dec(x_26); lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_19); -lean_dec(x_16); +lean_dec(x_20); lean_dec(x_11); -lean_dec(x_4); -lean_dec(x_3); -x_263 = lean_ctor_get(x_220, 0); -lean_inc(x_263); -x_264 = lean_ctor_get(x_220, 1); -lean_inc(x_264); -if (lean_is_exclusive(x_220)) { - lean_ctor_release(x_220, 0); - lean_ctor_release(x_220, 1); - x_265 = x_220; +lean_dec(x_5); +x_267 = lean_ctor_get(x_224, 0); +lean_inc(x_267); +x_268 = lean_ctor_get(x_224, 1); +lean_inc(x_268); +if (lean_is_exclusive(x_224)) { + lean_ctor_release(x_224, 0); + lean_ctor_release(x_224, 1); + x_269 = x_224; } else { - lean_dec_ref(x_220); - x_265 = lean_box(0); + lean_dec_ref(x_224); + x_269 = lean_box(0); } -x_266 = l_Lean_Server_RequestError_ofIoError(x_263); -if (lean_is_scalar(x_265)) { - x_267 = lean_alloc_ctor(1, 2, 0); +x_270 = l_Lean_Server_RequestError_ofIoError(x_267); +if (lean_is_scalar(x_269)) { + x_271 = lean_alloc_ctor(1, 2, 0); } else { - x_267 = x_265; + x_271 = x_269; } -lean_ctor_set(x_267, 0, x_266); -lean_ctor_set(x_267, 1, x_264); -return x_267; +lean_ctor_set(x_271, 0, x_270); +lean_ctor_set(x_271, 1, x_268); +return x_271; } } } } else { -lean_object* x_268; lean_object* x_269; -lean_dec(x_21); -lean_dec(x_19); -lean_dec(x_16); +lean_object* x_272; lean_object* x_273; +lean_dec(x_25); +lean_dec(x_23); +lean_dec(x_20); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -x_268 = lean_box(0); -x_269 = lean_apply_3(x_5, x_268, x_11, x_20); -return x_269; +lean_dec(x_5); +x_272 = lean_box(0); +x_273 = lean_apply_3(x_3, x_272, x_11, x_24); +return x_273; } } else { -uint8_t x_270; -lean_dec(x_16); +uint8_t x_274; +lean_dec(x_20); lean_dec(x_11); 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_270 = !lean_is_exclusive(x_18); -if (x_270 == 0) +x_274 = !lean_is_exclusive(x_22); +if (x_274 == 0) { -lean_object* x_271; lean_object* x_272; -x_271 = lean_ctor_get(x_18, 0); -x_272 = l_Lean_Server_RequestError_ofIoError(x_271); -lean_ctor_set(x_18, 0, x_272); -return x_18; +lean_object* x_275; lean_object* x_276; +x_275 = lean_ctor_get(x_22, 0); +x_276 = l_Lean_Server_RequestError_ofIoError(x_275); +lean_ctor_set(x_22, 0, x_276); +return x_22; } else { -lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; -x_273 = lean_ctor_get(x_18, 0); -x_274 = lean_ctor_get(x_18, 1); -lean_inc(x_274); -lean_inc(x_273); -lean_dec(x_18); -x_275 = l_Lean_Server_RequestError_ofIoError(x_273); -x_276 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_276, 0, x_275); -lean_ctor_set(x_276, 1, x_274); -return x_276; -} +lean_object* x_277; lean_object* x_278; lean_object* x_279; lean_object* x_280; +x_277 = lean_ctor_get(x_22, 0); +x_278 = lean_ctor_get(x_22, 1); +lean_inc(x_278); +lean_inc(x_277); +lean_dec(x_22); +x_279 = l_Lean_Server_RequestError_ofIoError(x_277); +x_280 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_280, 0, x_279); +lean_ctor_set(x_280, 1, x_278); +return x_280; } } -else -{ -lean_object* x_277; lean_object* x_278; -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_277 = lean_box(0); -x_278 = lean_apply_3(x_5, x_277, x_11, x_12); -return x_278; } } -else -{ -lean_object* x_279; lean_object* x_280; -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_279 = lean_box(0); -x_280 = lean_apply_3(x_5, x_279, x_11, x_12); -return x_280; } } } @@ -5395,7 +5127,7 @@ static lean_object* _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda_ _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1; +x_1 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1; x_2 = lean_box(0); x_3 = lean_apply_1(x_1, x_2); return x_3; @@ -5411,22 +5143,21 @@ case 1: lean_object* x_14; lean_object* x_15; lean_dec(x_12); lean_dec(x_6); -lean_dec(x_5); +lean_dec(x_3); lean_dec(x_1); x_14 = lean_ctor_get(x_10, 0); lean_inc(x_14); lean_dec(x_10); -x_15 = l_Lean_Elab_Info_lctx(x_3); +x_15 = l_Lean_Elab_Info_lctx(x_4); if (lean_obj_tag(x_9) == 0) { lean_object* x_16; lean_object* x_17; lean_dec(x_14); lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); x_16 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; -x_17 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_16, x_13); -lean_dec(x_4); +x_17 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_15, x_16, x_13); +lean_dec(x_5); if (lean_obj_tag(x_17) == 0) { uint8_t x_18; @@ -5491,10 +5222,9 @@ if (lean_obj_tag(x_31) == 0) lean_object* x_32; lean_object* x_33; lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); x_32 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; -x_33 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_32, x_13); -lean_dec(x_4); +x_33 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_15, x_32, x_13); +lean_dec(x_5); if (lean_obj_tag(x_33) == 0) { uint8_t x_34; @@ -5558,10 +5288,9 @@ if (lean_obj_tag(x_46) == 0) lean_object* x_47; lean_object* x_48; lean_dec(x_8); lean_dec(x_7); -lean_dec(x_3); x_47 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10___closed__1; -x_48 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_47, x_13); -lean_dec(x_4); +x_48 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_15, x_47, x_13); +lean_dec(x_5); if (lean_obj_tag(x_48) == 0) { uint8_t x_49; @@ -5620,8 +5349,7 @@ lean_inc(x_60); lean_dec(x_46); x_61 = l_String_Range_toLspRange(x_8, x_60); lean_dec(x_60); -x_62 = l_Lean_Elab_Info_range_x3f(x_3); -lean_dec(x_3); +x_62 = l_Lean_Elab_Info_range_x3f(x_4); if (lean_obj_tag(x_62) == 0) { lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; @@ -5640,8 +5368,8 @@ x_66 = l_Lean_Server_FileWorker_handleCompletion___closed__5; x_67 = lean_array_push(x_66, x_65); x_68 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 1); lean_closure_set(x_68, 0, x_67); -x_69 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_68, x_13); -lean_dec(x_4); +x_69 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_15, x_68, x_13); +lean_dec(x_5); if (lean_obj_tag(x_69) == 0) { uint8_t x_70; @@ -5717,8 +5445,8 @@ x_86 = l_Lean_Server_FileWorker_handleCompletion___closed__5; x_87 = lean_array_push(x_86, x_85); x_88 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 1); lean_closure_set(x_88, 0, x_87); -x_89 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_88, x_13); -lean_dec(x_4); +x_89 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_15, x_88, x_13); +lean_dec(x_5); if (lean_obj_tag(x_89) == 0) { uint8_t x_90; @@ -5790,8 +5518,8 @@ x_105 = l_Lean_Server_FileWorker_handleCompletion___closed__5; x_106 = lean_array_push(x_105, x_104); x_107 = lean_alloc_closure((void*)(l_ReaderT_pure___at_Lean_Server_FileWorker_locationLinksOfInfo___spec__8___rarg___boxed), 6, 1); lean_closure_set(x_107, 0, x_106); -x_108 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_15, x_107, x_13); -lean_dec(x_4); +x_108 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_15, x_107, x_13); +lean_dec(x_5); if (lean_obj_tag(x_108) == 0) { lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; @@ -5852,20 +5580,19 @@ case 4: lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; lean_object* x_122; lean_dec(x_12); lean_dec(x_9); -lean_dec(x_5); +lean_dec(x_3); lean_dec(x_1); x_118 = lean_ctor_get(x_10, 0); lean_inc(x_118); lean_dec(x_10); -x_119 = l_Lean_Elab_Info_lctx(x_3); +x_119 = l_Lean_Elab_Info_lctx(x_4); x_120 = lean_ctor_get(x_6, 1); lean_inc(x_120); lean_dec(x_6); x_121 = lean_ctor_get(x_7, 0); lean_inc(x_121); lean_dec(x_7); -x_122 = l_Lean_Elab_Info_range_x3f(x_3); -lean_dec(x_3); +x_122 = l_Lean_Elab_Info_range_x3f(x_4); if (lean_obj_tag(x_122) == 0) { lean_object* x_123; lean_object* x_124; lean_object* x_125; @@ -5876,8 +5603,8 @@ lean_closure_set(x_124, 0, x_120); lean_closure_set(x_124, 1, x_121); lean_closure_set(x_124, 2, x_118); lean_closure_set(x_124, 3, x_123); -x_125 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_119, x_124, x_13); -lean_dec(x_4); +x_125 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_119, x_124, x_13); +lean_dec(x_5); if (lean_obj_tag(x_125) == 0) { uint8_t x_126; @@ -5945,8 +5672,8 @@ lean_closure_set(x_140, 0, x_120); lean_closure_set(x_140, 1, x_121); lean_closure_set(x_140, 2, x_118); lean_closure_set(x_140, 3, x_122); -x_141 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_119, x_140, x_13); -lean_dec(x_4); +x_141 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_119, x_140, x_13); +lean_dec(x_5); if (lean_obj_tag(x_141) == 0) { uint8_t x_142; @@ -6013,8 +5740,8 @@ lean_closure_set(x_156, 0, x_120); lean_closure_set(x_156, 1, x_121); lean_closure_set(x_156, 2, x_118); lean_closure_set(x_156, 3, x_155); -x_157 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_4, x_119, x_156, x_13); -lean_dec(x_4); +x_157 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_5, x_119, x_156, x_13); +lean_dec(x_5); if (lean_obj_tag(x_157) == 0) { lean_object* x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; @@ -6217,7 +5944,7 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(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; lean_object* x_12; lean_object* x_13; +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_6 = l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(x_4, x_5); x_7 = lean_ctor_get(x_6, 0); lean_inc(x_7); @@ -6233,876 +5960,866 @@ x_11 = lean_ctor_get(x_2, 1); lean_inc(x_11); x_12 = lean_ctor_get(x_2, 0); lean_inc(x_12); -switch (lean_obj_tag(x_11)) { -case 1: -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; uint8_t x_40; -x_34 = lean_ctor_get(x_11, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_2, 2); -lean_inc(x_35); +x_13 = lean_ctor_get(x_2, 2); +lean_inc(x_13); lean_dec(x_2); -x_36 = lean_box(x_1); +x_14 = lean_box(x_1); lean_inc(x_10); +lean_inc(x_12); lean_inc(x_9); lean_inc(x_4); -lean_inc(x_12); lean_inc(x_11); -x_37 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___boxed), 9, 6); -lean_closure_set(x_37, 0, x_11); -lean_closure_set(x_37, 1, x_36); -lean_closure_set(x_37, 2, x_12); -lean_closure_set(x_37, 3, x_4); -lean_closure_set(x_37, 4, x_9); -lean_closure_set(x_37, 5, x_10); -x_38 = lean_ctor_get(x_34, 3); -lean_inc(x_38); -lean_dec(x_34); -x_39 = 2; -x_40 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_39); -if (x_40 == 0) +x_15 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed), 9, 6); +lean_closure_set(x_15, 0, x_11); +lean_closure_set(x_15, 1, x_4); +lean_closure_set(x_15, 2, x_9); +lean_closure_set(x_15, 3, x_12); +lean_closure_set(x_15, 4, x_10); +lean_closure_set(x_15, 5, x_14); +switch (lean_obj_tag(x_11)) { +case 1: { -lean_object* x_41; lean_object* x_42; -x_41 = lean_box(0); +lean_object* x_39; lean_object* x_40; uint8_t x_41; uint8_t x_42; +x_39 = lean_ctor_get(x_11, 0); +lean_inc(x_39); +x_40 = lean_ctor_get(x_39, 3); +lean_inc(x_40); +lean_dec(x_39); +x_41 = 2; +x_42 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_41); +if (x_42 == 0) +{ +lean_object* x_43; lean_object* x_44; +x_43 = lean_box(0); lean_inc(x_4); -x_42 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_35, x_1, x_11, x_12, x_37, x_4, x_9, x_10, x_3, x_38, x_41, x_4, x_8); -return x_42; +x_44 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_13, x_1, x_15, x_11, x_12, x_4, x_9, x_10, x_3, x_40, x_43, x_4, x_8); +lean_dec(x_11); +return x_44; } else { -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = l_Lean_Elab_Info_lctx(x_11); -x_44 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__11), 6, 1); -lean_closure_set(x_44, 0, x_38); -x_45 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_43, x_44, x_8); -if (lean_obj_tag(x_45) == 0) +lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_45 = l_Lean_Elab_Info_lctx(x_11); +x_46 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__11), 6, 1); +lean_closure_set(x_46, 0, x_40); +x_47 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_45, x_46, x_8); +if (lean_obj_tag(x_47) == 0) { -lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; -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_box(0); +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_48 = lean_ctor_get(x_47, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_47, 1); +lean_inc(x_49); +lean_dec(x_47); +x_50 = lean_box(0); lean_inc(x_4); -x_49 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_35, x_1, x_11, x_12, x_37, x_4, x_9, x_10, x_3, x_46, x_48, x_4, x_47); -return x_49; +x_51 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_13, x_1, x_15, x_11, x_12, x_4, x_9, x_10, x_3, x_48, x_50, x_4, x_49); +lean_dec(x_11); +return x_51; } else { -uint8_t x_50; -lean_dec(x_37); -lean_dec(x_35); +uint8_t x_52; +lean_dec(x_15); +lean_dec(x_13); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_4); lean_dec(x_3); -x_50 = !lean_is_exclusive(x_45); -if (x_50 == 0) +x_52 = !lean_is_exclusive(x_47); +if (x_52 == 0) { -lean_object* x_51; lean_object* x_52; -x_51 = lean_ctor_get(x_45, 0); -x_52 = l_Lean_Server_RequestError_ofIoError(x_51); -lean_ctor_set(x_45, 0, x_52); -return x_45; +lean_object* x_53; lean_object* x_54; +x_53 = lean_ctor_get(x_47, 0); +x_54 = l_Lean_Server_RequestError_ofIoError(x_53); +lean_ctor_set(x_47, 0, x_54); +return x_47; } else { -lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_53 = lean_ctor_get(x_45, 0); -x_54 = lean_ctor_get(x_45, 1); -lean_inc(x_54); -lean_inc(x_53); -lean_dec(x_45); -x_55 = l_Lean_Server_RequestError_ofIoError(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_54); -return x_56; +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; +x_55 = lean_ctor_get(x_47, 0); +x_56 = lean_ctor_get(x_47, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_47); +x_57 = l_Lean_Server_RequestError_ofIoError(x_55); +x_58 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_56); +return x_58; } } } } case 2: { -lean_object* x_57; lean_object* x_58; +lean_object* x_59; lean_object* x_60; +lean_dec(x_15); +lean_dec(x_13); lean_dec(x_3); -lean_dec(x_2); -x_57 = lean_ctor_get(x_11, 0); -lean_inc(x_57); -x_58 = lean_ctor_get(x_57, 0); -lean_inc(x_58); -lean_dec(x_57); -if (lean_obj_tag(x_58) == 1) -{ -lean_object* x_59; -x_59 = lean_ctor_get(x_58, 0); +x_59 = lean_ctor_get(x_11, 0); lean_inc(x_59); -if (lean_obj_tag(x_59) == 0) -{ -lean_object* x_60; lean_object* x_61; uint8_t x_62; -x_60 = lean_ctor_get(x_58, 1); +x_60 = lean_ctor_get(x_59, 0); lean_inc(x_60); -lean_dec(x_58); -x_61 = l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1; -x_62 = lean_string_dec_eq(x_60, x_61); +lean_dec(x_59); +if (lean_obj_tag(x_60) == 1) +{ +lean_object* x_61; +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +if (lean_obj_tag(x_61) == 0) +{ +lean_object* x_62; lean_object* x_63; uint8_t x_64; +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); lean_dec(x_60); -if (x_62 == 0) +x_63 = l_Lean_Server_FileWorker_locationLinksOfInfo___closed__1; +x_64 = lean_string_dec_eq(x_62, x_63); +lean_dec(x_62); +if (x_64 == 0) { -lean_object* x_63; lean_object* x_64; -x_63 = lean_box(0); +lean_object* x_65; lean_object* x_66; +x_65 = lean_box(0); lean_inc(x_4); -x_64 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_63, x_4, x_8); -return x_64; +x_66 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_11, x_4, x_9, x_12, x_10, x_1, x_65, x_4, x_8); +return x_66; } else { -uint8_t x_65; uint8_t x_66; -x_65 = 1; -x_66 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_65); -if (x_66 == 0) -{ uint8_t x_67; uint8_t x_68; -x_67 = 0; +x_67 = 1; x_68 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_67); if (x_68 == 0) { -lean_object* x_69; lean_object* x_70; -x_69 = lean_box(0); -lean_inc(x_4); -x_70 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_69, x_4, x_8); -return x_70; -} -else -{ -lean_object* x_71; -lean_dec(x_9); -x_71 = lean_box(0); -x_13 = x_71; -goto block_33; -} +uint8_t x_69; uint8_t x_70; +x_69 = 0; +x_70 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_69); +x_16 = x_70; +goto block_38; } else { -lean_object* x_72; -lean_dec(x_9); -x_72 = lean_box(0); -x_13 = x_72; -goto block_33; +uint8_t x_71; +x_71 = 1; +x_16 = x_71; +goto block_38; } } } else { -lean_object* x_73; lean_object* x_74; -lean_dec(x_59); -lean_dec(x_58); -x_73 = lean_box(0); +lean_object* x_72; lean_object* x_73; +lean_dec(x_61); +lean_dec(x_60); +x_72 = lean_box(0); lean_inc(x_4); -x_74 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_73, x_4, x_8); -return x_74; +x_73 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_11, x_4, x_9, x_12, x_10, x_1, x_72, x_4, x_8); +return x_73; } } else { -lean_object* x_75; lean_object* x_76; -lean_dec(x_58); -x_75 = lean_box(0); +lean_object* x_74; lean_object* x_75; +lean_dec(x_60); +x_74 = lean_box(0); lean_inc(x_4); -x_76 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_75, x_4, x_8); -return x_76; +x_75 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_11, x_4, x_9, x_12, x_10, x_1, x_74, x_4, x_8); +return x_75; } } case 4: { -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_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +lean_dec(x_15); +lean_dec(x_13); lean_dec(x_3); -lean_dec(x_2); -x_77 = lean_ctor_get(x_11, 0); -lean_inc(x_77); -x_78 = l_Lean_Elab_Info_lctx(x_11); -x_79 = lean_ctor_get(x_77, 2); +x_76 = lean_ctor_get(x_11, 0); +lean_inc(x_76); +x_77 = l_Lean_Elab_Info_lctx(x_11); +x_78 = lean_ctor_get(x_76, 2); +lean_inc(x_78); +lean_dec(x_76); +x_79 = lean_ctor_get(x_4, 1); lean_inc(x_79); -lean_dec(x_77); -x_80 = lean_ctor_get(x_4, 1); -lean_inc(x_80); lean_dec(x_4); -x_81 = lean_ctor_get(x_9, 0); -lean_inc(x_81); +x_80 = lean_ctor_get(x_9, 0); +lean_inc(x_80); lean_dec(x_9); -x_82 = l_Lean_Elab_Info_range_x3f(x_11); +x_81 = l_Lean_Elab_Info_range_x3f(x_11); lean_dec(x_11); -if (lean_obj_tag(x_82) == 0) +if (lean_obj_tag(x_81) == 0) { -lean_object* x_83; lean_object* x_84; lean_object* x_85; +lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_dec(x_10); -x_83 = lean_box(0); -x_84 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_84, 0, x_80); -lean_closure_set(x_84, 1, x_81); -lean_closure_set(x_84, 2, x_79); -lean_closure_set(x_84, 3, x_83); -x_85 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_78, x_84, x_8); +x_82 = lean_box(0); +x_83 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_83, 0, x_79); +lean_closure_set(x_83, 1, x_80); +lean_closure_set(x_83, 2, x_78); +lean_closure_set(x_83, 3, x_82); +x_84 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_77, x_83, x_8); lean_dec(x_12); -if (lean_obj_tag(x_85) == 0) +if (lean_obj_tag(x_84) == 0) { -uint8_t x_86; -x_86 = !lean_is_exclusive(x_85); -if (x_86 == 0) +uint8_t x_85; +x_85 = !lean_is_exclusive(x_84); +if (x_85 == 0) { -return x_85; +return x_84; } else { -lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_87 = lean_ctor_get(x_85, 0); -x_88 = lean_ctor_get(x_85, 1); -lean_inc(x_88); +lean_object* x_86; lean_object* x_87; lean_object* x_88; +x_86 = lean_ctor_get(x_84, 0); +x_87 = lean_ctor_get(x_84, 1); lean_inc(x_87); -lean_dec(x_85); -x_89 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_89, 0, x_87); -lean_ctor_set(x_89, 1, x_88); -return x_89; +lean_inc(x_86); +lean_dec(x_84); +x_88 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_88, 0, x_86); +lean_ctor_set(x_88, 1, x_87); +return x_88; } } else { -uint8_t x_90; -x_90 = !lean_is_exclusive(x_85); -if (x_90 == 0) +uint8_t x_89; +x_89 = !lean_is_exclusive(x_84); +if (x_89 == 0) { -lean_object* x_91; lean_object* x_92; -x_91 = lean_ctor_get(x_85, 0); -x_92 = l_Lean_Server_RequestError_ofIoError(x_91); -lean_ctor_set(x_85, 0, x_92); -return x_85; +lean_object* x_90; lean_object* x_91; +x_90 = lean_ctor_get(x_84, 0); +x_91 = l_Lean_Server_RequestError_ofIoError(x_90); +lean_ctor_set(x_84, 0, x_91); +return x_84; } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_ctor_get(x_85, 0); -x_94 = lean_ctor_get(x_85, 1); -lean_inc(x_94); +lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; +x_92 = lean_ctor_get(x_84, 0); +x_93 = lean_ctor_get(x_84, 1); lean_inc(x_93); -lean_dec(x_85); -x_95 = l_Lean_Server_RequestError_ofIoError(x_93); -x_96 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_96, 0, x_95); -lean_ctor_set(x_96, 1, x_94); -return x_96; +lean_inc(x_92); +lean_dec(x_84); +x_94 = l_Lean_Server_RequestError_ofIoError(x_92); +x_95 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_95, 0, x_94); +lean_ctor_set(x_95, 1, x_93); +return x_95; } } } else { -uint8_t x_97; -x_97 = !lean_is_exclusive(x_82); -if (x_97 == 0) +uint8_t x_96; +x_96 = !lean_is_exclusive(x_81); +if (x_96 == 0) { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_98 = lean_ctor_get(x_82, 0); -x_99 = l_String_Range_toLspRange(x_10, x_98); -lean_dec(x_98); +lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; +x_97 = lean_ctor_get(x_81, 0); +x_98 = l_String_Range_toLspRange(x_10, x_97); +lean_dec(x_97); lean_dec(x_10); -lean_ctor_set(x_82, 0, x_99); -x_100 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_100, 0, x_80); -lean_closure_set(x_100, 1, x_81); -lean_closure_set(x_100, 2, x_79); -lean_closure_set(x_100, 3, x_82); -x_101 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_78, x_100, x_8); +lean_ctor_set(x_81, 0, x_98); +x_99 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_99, 0, x_79); +lean_closure_set(x_99, 1, x_80); +lean_closure_set(x_99, 2, x_78); +lean_closure_set(x_99, 3, x_81); +x_100 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_77, x_99, x_8); lean_dec(x_12); -if (lean_obj_tag(x_101) == 0) +if (lean_obj_tag(x_100) == 0) { -uint8_t x_102; -x_102 = !lean_is_exclusive(x_101); -if (x_102 == 0) +uint8_t x_101; +x_101 = !lean_is_exclusive(x_100); +if (x_101 == 0) { -return x_101; +return x_100; } else { -lean_object* x_103; lean_object* x_104; lean_object* x_105; -x_103 = lean_ctor_get(x_101, 0); -x_104 = lean_ctor_get(x_101, 1); -lean_inc(x_104); +lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_102 = lean_ctor_get(x_100, 0); +x_103 = lean_ctor_get(x_100, 1); lean_inc(x_103); -lean_dec(x_101); -x_105 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_105, 0, x_103); -lean_ctor_set(x_105, 1, x_104); -return x_105; +lean_inc(x_102); +lean_dec(x_100); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_102); +lean_ctor_set(x_104, 1, x_103); +return x_104; } } else { -uint8_t x_106; -x_106 = !lean_is_exclusive(x_101); -if (x_106 == 0) +uint8_t x_105; +x_105 = !lean_is_exclusive(x_100); +if (x_105 == 0) { -lean_object* x_107; lean_object* x_108; -x_107 = lean_ctor_get(x_101, 0); -x_108 = l_Lean_Server_RequestError_ofIoError(x_107); -lean_ctor_set(x_101, 0, x_108); -return x_101; +lean_object* x_106; lean_object* x_107; +x_106 = lean_ctor_get(x_100, 0); +x_107 = l_Lean_Server_RequestError_ofIoError(x_106); +lean_ctor_set(x_100, 0, x_107); +return x_100; } else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; lean_object* x_112; -x_109 = lean_ctor_get(x_101, 0); -x_110 = lean_ctor_get(x_101, 1); -lean_inc(x_110); +lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_108 = lean_ctor_get(x_100, 0); +x_109 = lean_ctor_get(x_100, 1); lean_inc(x_109); -lean_dec(x_101); -x_111 = l_Lean_Server_RequestError_ofIoError(x_109); -x_112 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_112, 0, x_111); -lean_ctor_set(x_112, 1, x_110); -return x_112; +lean_inc(x_108); +lean_dec(x_100); +x_110 = l_Lean_Server_RequestError_ofIoError(x_108); +x_111 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_111, 0, x_110); +lean_ctor_set(x_111, 1, x_109); +return x_111; } } } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; -x_113 = lean_ctor_get(x_82, 0); -lean_inc(x_113); -lean_dec(x_82); -x_114 = l_String_Range_toLspRange(x_10, x_113); -lean_dec(x_113); +lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_112 = lean_ctor_get(x_81, 0); +lean_inc(x_112); +lean_dec(x_81); +x_113 = l_String_Range_toLspRange(x_10, x_112); +lean_dec(x_112); lean_dec(x_10); -x_115 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_115, 0, x_114); -x_116 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_116, 0, x_80); -lean_closure_set(x_116, 1, x_81); -lean_closure_set(x_116, 2, x_79); -lean_closure_set(x_116, 3, x_115); -x_117 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_78, x_116, x_8); +x_114 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_114, 0, x_113); +x_115 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_115, 0, x_79); +lean_closure_set(x_115, 1, x_80); +lean_closure_set(x_115, 2, x_78); +lean_closure_set(x_115, 3, x_114); +x_116 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_77, x_115, x_8); lean_dec(x_12); -if (lean_obj_tag(x_117) == 0) +if (lean_obj_tag(x_116) == 0) { -lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; -x_118 = lean_ctor_get(x_117, 0); +lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; +x_117 = lean_ctor_get(x_116, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_116, 1); lean_inc(x_118); -x_119 = lean_ctor_get(x_117, 1); -lean_inc(x_119); -if (lean_is_exclusive(x_117)) { - lean_ctor_release(x_117, 0); - lean_ctor_release(x_117, 1); - x_120 = x_117; +if (lean_is_exclusive(x_116)) { + lean_ctor_release(x_116, 0); + lean_ctor_release(x_116, 1); + x_119 = x_116; } else { - lean_dec_ref(x_117); - x_120 = lean_box(0); + lean_dec_ref(x_116); + x_119 = lean_box(0); } -if (lean_is_scalar(x_120)) { - x_121 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_119)) { + x_120 = lean_alloc_ctor(0, 2, 0); } else { - x_121 = x_120; + x_120 = x_119; } -lean_ctor_set(x_121, 0, x_118); -lean_ctor_set(x_121, 1, x_119); -return x_121; +lean_ctor_set(x_120, 0, x_117); +lean_ctor_set(x_120, 1, x_118); +return x_120; } else { -lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; lean_object* x_126; -x_122 = lean_ctor_get(x_117, 0); +lean_object* x_121; lean_object* x_122; lean_object* x_123; lean_object* x_124; lean_object* x_125; +x_121 = lean_ctor_get(x_116, 0); +lean_inc(x_121); +x_122 = lean_ctor_get(x_116, 1); lean_inc(x_122); -x_123 = lean_ctor_get(x_117, 1); -lean_inc(x_123); -if (lean_is_exclusive(x_117)) { - lean_ctor_release(x_117, 0); - lean_ctor_release(x_117, 1); - x_124 = x_117; +if (lean_is_exclusive(x_116)) { + lean_ctor_release(x_116, 0); + lean_ctor_release(x_116, 1); + x_123 = x_116; } else { - lean_dec_ref(x_117); - x_124 = lean_box(0); + lean_dec_ref(x_116); + x_123 = lean_box(0); } -x_125 = l_Lean_Server_RequestError_ofIoError(x_122); -if (lean_is_scalar(x_124)) { - x_126 = lean_alloc_ctor(1, 2, 0); +x_124 = l_Lean_Server_RequestError_ofIoError(x_121); +if (lean_is_scalar(x_123)) { + x_125 = lean_alloc_ctor(1, 2, 0); } else { - x_126 = x_124; + x_125 = x_123; } -lean_ctor_set(x_126, 0, x_125); -lean_ctor_set(x_126, 1, x_123); -return x_126; +lean_ctor_set(x_125, 0, x_124); +lean_ctor_set(x_125, 1, x_122); +return x_125; } } } } case 5: { -lean_object* x_127; uint8_t x_128; uint8_t x_129; +lean_object* x_126; uint8_t x_127; uint8_t x_128; +lean_dec(x_15); +lean_dec(x_13); lean_dec(x_3); -lean_dec(x_2); -x_127 = lean_ctor_get(x_11, 0); -lean_inc(x_127); -x_128 = 2; -x_129 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_128); -if (x_129 == 0) +x_126 = lean_ctor_get(x_11, 0); +lean_inc(x_126); +x_127 = 2; +x_128 = l___private_Lean_Server_GoTo_0__Lean_Server_beqGoToKind____x40_Lean_Server_GoTo___hyg_16_(x_1, x_127); +if (x_128 == 0) { -lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_130 = l_Lean_Elab_Info_lctx(x_11); -x_131 = lean_ctor_get(x_127, 0); +lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; +x_129 = l_Lean_Elab_Info_lctx(x_11); +x_130 = lean_ctor_get(x_126, 0); +lean_inc(x_130); +lean_dec(x_126); +x_131 = lean_ctor_get(x_4, 1); lean_inc(x_131); -lean_dec(x_127); -x_132 = lean_ctor_get(x_4, 1); -lean_inc(x_132); lean_dec(x_4); -x_133 = lean_ctor_get(x_9, 0); -lean_inc(x_133); +x_132 = lean_ctor_get(x_9, 0); +lean_inc(x_132); lean_dec(x_9); -x_134 = l_Lean_Elab_Info_range_x3f(x_11); +x_133 = l_Lean_Elab_Info_range_x3f(x_11); lean_dec(x_11); -if (lean_obj_tag(x_134) == 0) +if (lean_obj_tag(x_133) == 0) { -lean_object* x_135; lean_object* x_136; lean_object* x_137; +lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_dec(x_10); -x_135 = lean_box(0); -x_136 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_136, 0, x_132); -lean_closure_set(x_136, 1, x_133); -lean_closure_set(x_136, 2, x_131); -lean_closure_set(x_136, 3, x_135); -x_137 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_130, x_136, x_8); +x_134 = lean_box(0); +x_135 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_135, 0, x_131); +lean_closure_set(x_135, 1, x_132); +lean_closure_set(x_135, 2, x_130); +lean_closure_set(x_135, 3, x_134); +x_136 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_129, x_135, x_8); lean_dec(x_12); -if (lean_obj_tag(x_137) == 0) +if (lean_obj_tag(x_136) == 0) { -uint8_t x_138; -x_138 = !lean_is_exclusive(x_137); -if (x_138 == 0) +uint8_t x_137; +x_137 = !lean_is_exclusive(x_136); +if (x_137 == 0) { -return x_137; +return x_136; } else { -lean_object* x_139; lean_object* x_140; lean_object* x_141; -x_139 = lean_ctor_get(x_137, 0); -x_140 = lean_ctor_get(x_137, 1); -lean_inc(x_140); +lean_object* x_138; lean_object* x_139; lean_object* x_140; +x_138 = lean_ctor_get(x_136, 0); +x_139 = lean_ctor_get(x_136, 1); lean_inc(x_139); -lean_dec(x_137); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_139); -lean_ctor_set(x_141, 1, x_140); -return x_141; +lean_inc(x_138); +lean_dec(x_136); +x_140 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_140, 0, x_138); +lean_ctor_set(x_140, 1, x_139); +return x_140; } } else { -uint8_t x_142; -x_142 = !lean_is_exclusive(x_137); -if (x_142 == 0) +uint8_t x_141; +x_141 = !lean_is_exclusive(x_136); +if (x_141 == 0) { -lean_object* x_143; lean_object* x_144; -x_143 = lean_ctor_get(x_137, 0); -x_144 = l_Lean_Server_RequestError_ofIoError(x_143); -lean_ctor_set(x_137, 0, x_144); -return x_137; +lean_object* x_142; lean_object* x_143; +x_142 = lean_ctor_get(x_136, 0); +x_143 = l_Lean_Server_RequestError_ofIoError(x_142); +lean_ctor_set(x_136, 0, x_143); +return x_136; } else { -lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; -x_145 = lean_ctor_get(x_137, 0); -x_146 = lean_ctor_get(x_137, 1); -lean_inc(x_146); +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; +x_144 = lean_ctor_get(x_136, 0); +x_145 = lean_ctor_get(x_136, 1); lean_inc(x_145); -lean_dec(x_137); -x_147 = l_Lean_Server_RequestError_ofIoError(x_145); -x_148 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_146); -return x_148; +lean_inc(x_144); +lean_dec(x_136); +x_146 = l_Lean_Server_RequestError_ofIoError(x_144); +x_147 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_147, 0, x_146); +lean_ctor_set(x_147, 1, x_145); +return x_147; } } } else { -uint8_t x_149; -x_149 = !lean_is_exclusive(x_134); -if (x_149 == 0) +uint8_t x_148; +x_148 = !lean_is_exclusive(x_133); +if (x_148 == 0) { -lean_object* x_150; lean_object* x_151; lean_object* x_152; lean_object* x_153; -x_150 = lean_ctor_get(x_134, 0); -x_151 = l_String_Range_toLspRange(x_10, x_150); -lean_dec(x_150); +lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_object* x_152; +x_149 = lean_ctor_get(x_133, 0); +x_150 = l_String_Range_toLspRange(x_10, x_149); +lean_dec(x_149); lean_dec(x_10); -lean_ctor_set(x_134, 0, x_151); -x_152 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_152, 0, x_132); -lean_closure_set(x_152, 1, x_133); -lean_closure_set(x_152, 2, x_131); -lean_closure_set(x_152, 3, x_134); -x_153 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_130, x_152, x_8); +lean_ctor_set(x_133, 0, x_150); +x_151 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_151, 0, x_131); +lean_closure_set(x_151, 1, x_132); +lean_closure_set(x_151, 2, x_130); +lean_closure_set(x_151, 3, x_133); +x_152 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_129, x_151, x_8); lean_dec(x_12); -if (lean_obj_tag(x_153) == 0) +if (lean_obj_tag(x_152) == 0) { -uint8_t x_154; -x_154 = !lean_is_exclusive(x_153); -if (x_154 == 0) +uint8_t x_153; +x_153 = !lean_is_exclusive(x_152); +if (x_153 == 0) { -return x_153; +return x_152; } else { -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_153, 0); -x_156 = lean_ctor_get(x_153, 1); -lean_inc(x_156); +lean_object* x_154; lean_object* x_155; lean_object* x_156; +x_154 = lean_ctor_get(x_152, 0); +x_155 = lean_ctor_get(x_152, 1); lean_inc(x_155); -lean_dec(x_153); -x_157 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_157, 0, x_155); -lean_ctor_set(x_157, 1, x_156); -return x_157; +lean_inc(x_154); +lean_dec(x_152); +x_156 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_156, 0, x_154); +lean_ctor_set(x_156, 1, x_155); +return x_156; } } else { -uint8_t x_158; -x_158 = !lean_is_exclusive(x_153); -if (x_158 == 0) +uint8_t x_157; +x_157 = !lean_is_exclusive(x_152); +if (x_157 == 0) { -lean_object* x_159; lean_object* x_160; -x_159 = lean_ctor_get(x_153, 0); -x_160 = l_Lean_Server_RequestError_ofIoError(x_159); -lean_ctor_set(x_153, 0, x_160); -return x_153; +lean_object* x_158; lean_object* x_159; +x_158 = lean_ctor_get(x_152, 0); +x_159 = l_Lean_Server_RequestError_ofIoError(x_158); +lean_ctor_set(x_152, 0, x_159); +return x_152; } else { -lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; -x_161 = lean_ctor_get(x_153, 0); -x_162 = lean_ctor_get(x_153, 1); -lean_inc(x_162); +lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; +x_160 = lean_ctor_get(x_152, 0); +x_161 = lean_ctor_get(x_152, 1); lean_inc(x_161); -lean_dec(x_153); -x_163 = l_Lean_Server_RequestError_ofIoError(x_161); -x_164 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_164, 0, x_163); -lean_ctor_set(x_164, 1, x_162); -return x_164; +lean_inc(x_160); +lean_dec(x_152); +x_162 = l_Lean_Server_RequestError_ofIoError(x_160); +x_163 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_163, 0, x_162); +lean_ctor_set(x_163, 1, x_161); +return x_163; } } } else { -lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; -x_165 = lean_ctor_get(x_134, 0); -lean_inc(x_165); -lean_dec(x_134); -x_166 = l_String_Range_toLspRange(x_10, x_165); -lean_dec(x_165); +lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_164 = lean_ctor_get(x_133, 0); +lean_inc(x_164); +lean_dec(x_133); +x_165 = l_String_Range_toLspRange(x_10, x_164); +lean_dec(x_164); lean_dec(x_10); -x_167 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_167, 0, x_166); -x_168 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_168, 0, x_132); -lean_closure_set(x_168, 1, x_133); -lean_closure_set(x_168, 2, x_131); -lean_closure_set(x_168, 3, x_167); -x_169 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_130, x_168, x_8); +x_166 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_166, 0, x_165); +x_167 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_167, 0, x_131); +lean_closure_set(x_167, 1, x_132); +lean_closure_set(x_167, 2, x_130); +lean_closure_set(x_167, 3, x_166); +x_168 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_129, x_167, x_8); lean_dec(x_12); -if (lean_obj_tag(x_169) == 0) +if (lean_obj_tag(x_168) == 0) { -lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; -x_170 = lean_ctor_get(x_169, 0); +lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_169 = lean_ctor_get(x_168, 0); +lean_inc(x_169); +x_170 = lean_ctor_get(x_168, 1); lean_inc(x_170); -x_171 = lean_ctor_get(x_169, 1); -lean_inc(x_171); -if (lean_is_exclusive(x_169)) { - lean_ctor_release(x_169, 0); - lean_ctor_release(x_169, 1); - x_172 = x_169; +if (lean_is_exclusive(x_168)) { + lean_ctor_release(x_168, 0); + lean_ctor_release(x_168, 1); + x_171 = x_168; } else { - lean_dec_ref(x_169); - x_172 = lean_box(0); + lean_dec_ref(x_168); + x_171 = lean_box(0); } -if (lean_is_scalar(x_172)) { - x_173 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_171)) { + x_172 = lean_alloc_ctor(0, 2, 0); } else { - x_173 = x_172; + x_172 = x_171; } -lean_ctor_set(x_173, 0, x_170); -lean_ctor_set(x_173, 1, x_171); -return x_173; +lean_ctor_set(x_172, 0, x_169); +lean_ctor_set(x_172, 1, x_170); +return x_172; } else { -lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; -x_174 = lean_ctor_get(x_169, 0); +lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; lean_object* x_177; +x_173 = lean_ctor_get(x_168, 0); +lean_inc(x_173); +x_174 = lean_ctor_get(x_168, 1); lean_inc(x_174); -x_175 = lean_ctor_get(x_169, 1); -lean_inc(x_175); -if (lean_is_exclusive(x_169)) { - lean_ctor_release(x_169, 0); - lean_ctor_release(x_169, 1); - x_176 = x_169; +if (lean_is_exclusive(x_168)) { + lean_ctor_release(x_168, 0); + lean_ctor_release(x_168, 1); + x_175 = x_168; } else { - lean_dec_ref(x_169); - x_176 = lean_box(0); + lean_dec_ref(x_168); + x_175 = lean_box(0); } -x_177 = l_Lean_Server_RequestError_ofIoError(x_174); -if (lean_is_scalar(x_176)) { - x_178 = lean_alloc_ctor(1, 2, 0); +x_176 = l_Lean_Server_RequestError_ofIoError(x_173); +if (lean_is_scalar(x_175)) { + x_177 = lean_alloc_ctor(1, 2, 0); } else { - x_178 = x_176; + x_177 = x_175; } -lean_ctor_set(x_178, 0, x_177); -lean_ctor_set(x_178, 1, x_175); -return x_178; +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_177, 1, x_174); +return x_177; } } } } else { -lean_object* x_179; lean_object* x_180; lean_object* x_181; lean_object* x_182; -x_179 = l_Lean_Elab_Info_lctx(x_11); -x_180 = lean_ctor_get(x_127, 3); -lean_inc(x_180); -lean_dec(x_127); -x_181 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__12), 6, 1); -lean_closure_set(x_181, 0, x_180); +lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; +x_178 = l_Lean_Elab_Info_lctx(x_11); +x_179 = lean_ctor_get(x_126, 3); lean_inc(x_179); -x_182 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_181, x_8); -if (lean_obj_tag(x_182) == 0) +lean_dec(x_126); +x_180 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__12), 6, 1); +lean_closure_set(x_180, 0, x_179); +lean_inc(x_178); +x_181 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_178, x_180, x_8); +if (lean_obj_tag(x_181) == 0) { -lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -x_183 = lean_ctor_get(x_182, 0); +lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; +x_182 = lean_ctor_get(x_181, 0); +lean_inc(x_182); +x_183 = lean_ctor_get(x_181, 1); lean_inc(x_183); -x_184 = lean_ctor_get(x_182, 1); -lean_inc(x_184); +lean_dec(x_181); +x_184 = l_Lean_Expr_getAppFn(x_182); lean_dec(x_182); -x_185 = l_Lean_Expr_getAppFn(x_183); -lean_dec(x_183); -x_186 = l_Lean_Expr_constName_x3f(x_185); -lean_dec(x_185); -if (lean_obj_tag(x_186) == 0) +x_185 = l_Lean_Expr_constName_x3f(x_184); +lean_dec(x_184); +if (lean_obj_tag(x_185) == 0) { -lean_object* x_187; lean_object* x_188; -lean_dec(x_179); -x_187 = lean_box(0); +lean_object* x_186; lean_object* x_187; +lean_dec(x_178); +x_186 = lean_box(0); lean_inc(x_4); -x_188 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_187, x_4, x_184); -return x_188; +x_187 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_11, x_4, x_9, x_12, x_10, x_1, x_186, x_4, x_183); +return x_187; } else { -lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; -x_189 = lean_ctor_get(x_186, 0); +lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; +x_188 = lean_ctor_get(x_185, 0); +lean_inc(x_188); +lean_dec(x_185); +x_189 = lean_ctor_get(x_4, 1); lean_inc(x_189); -lean_dec(x_186); -x_190 = lean_ctor_get(x_4, 1); -lean_inc(x_190); lean_dec(x_4); -x_191 = lean_ctor_get(x_9, 0); -lean_inc(x_191); +x_190 = lean_ctor_get(x_9, 0); +lean_inc(x_190); lean_dec(x_9); -x_192 = l_Lean_Elab_Info_range_x3f(x_11); +x_191 = l_Lean_Elab_Info_range_x3f(x_11); lean_dec(x_11); -if (lean_obj_tag(x_192) == 0) +if (lean_obj_tag(x_191) == 0) { -lean_object* x_193; lean_object* x_194; lean_object* x_195; +lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_dec(x_10); -x_193 = lean_box(0); -x_194 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_194, 0, x_190); -lean_closure_set(x_194, 1, x_191); -lean_closure_set(x_194, 2, x_189); -lean_closure_set(x_194, 3, x_193); -x_195 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_194, x_184); +x_192 = lean_box(0); +x_193 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_193, 0, x_189); +lean_closure_set(x_193, 1, x_190); +lean_closure_set(x_193, 2, x_188); +lean_closure_set(x_193, 3, x_192); +x_194 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_178, x_193, x_183); lean_dec(x_12); -if (lean_obj_tag(x_195) == 0) +if (lean_obj_tag(x_194) == 0) { -uint8_t x_196; -x_196 = !lean_is_exclusive(x_195); -if (x_196 == 0) +uint8_t x_195; +x_195 = !lean_is_exclusive(x_194); +if (x_195 == 0) { -return x_195; +return x_194; } else { -lean_object* x_197; lean_object* x_198; lean_object* x_199; -x_197 = lean_ctor_get(x_195, 0); -x_198 = lean_ctor_get(x_195, 1); -lean_inc(x_198); +lean_object* x_196; lean_object* x_197; lean_object* x_198; +x_196 = lean_ctor_get(x_194, 0); +x_197 = lean_ctor_get(x_194, 1); lean_inc(x_197); -lean_dec(x_195); -x_199 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_199, 0, x_197); -lean_ctor_set(x_199, 1, x_198); -return x_199; +lean_inc(x_196); +lean_dec(x_194); +x_198 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_198, 0, x_196); +lean_ctor_set(x_198, 1, x_197); +return x_198; } } else { -uint8_t x_200; -x_200 = !lean_is_exclusive(x_195); -if (x_200 == 0) +uint8_t x_199; +x_199 = !lean_is_exclusive(x_194); +if (x_199 == 0) { -lean_object* x_201; lean_object* x_202; -x_201 = lean_ctor_get(x_195, 0); -x_202 = l_Lean_Server_RequestError_ofIoError(x_201); -lean_ctor_set(x_195, 0, x_202); -return x_195; +lean_object* x_200; lean_object* x_201; +x_200 = lean_ctor_get(x_194, 0); +x_201 = l_Lean_Server_RequestError_ofIoError(x_200); +lean_ctor_set(x_194, 0, x_201); +return x_194; } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; lean_object* x_206; -x_203 = lean_ctor_get(x_195, 0); -x_204 = lean_ctor_get(x_195, 1); -lean_inc(x_204); +lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; +x_202 = lean_ctor_get(x_194, 0); +x_203 = lean_ctor_get(x_194, 1); lean_inc(x_203); -lean_dec(x_195); -x_205 = l_Lean_Server_RequestError_ofIoError(x_203); -x_206 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_206, 0, x_205); -lean_ctor_set(x_206, 1, x_204); -return x_206; +lean_inc(x_202); +lean_dec(x_194); +x_204 = l_Lean_Server_RequestError_ofIoError(x_202); +x_205 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_205, 0, x_204); +lean_ctor_set(x_205, 1, x_203); +return x_205; } } } else { -uint8_t x_207; -x_207 = !lean_is_exclusive(x_192); -if (x_207 == 0) +uint8_t x_206; +x_206 = !lean_is_exclusive(x_191); +if (x_206 == 0) { -lean_object* x_208; lean_object* x_209; lean_object* x_210; lean_object* x_211; -x_208 = lean_ctor_get(x_192, 0); -x_209 = l_String_Range_toLspRange(x_10, x_208); -lean_dec(x_208); +lean_object* x_207; lean_object* x_208; lean_object* x_209; lean_object* x_210; +x_207 = lean_ctor_get(x_191, 0); +x_208 = l_String_Range_toLspRange(x_10, x_207); +lean_dec(x_207); lean_dec(x_10); -lean_ctor_set(x_192, 0, x_209); -x_210 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_210, 0, x_190); -lean_closure_set(x_210, 1, x_191); -lean_closure_set(x_210, 2, x_189); -lean_closure_set(x_210, 3, x_192); -x_211 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_210, x_184); +lean_ctor_set(x_191, 0, x_208); +x_209 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_209, 0, x_189); +lean_closure_set(x_209, 1, x_190); +lean_closure_set(x_209, 2, x_188); +lean_closure_set(x_209, 3, x_191); +x_210 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_178, x_209, x_183); lean_dec(x_12); -if (lean_obj_tag(x_211) == 0) +if (lean_obj_tag(x_210) == 0) { -uint8_t x_212; -x_212 = !lean_is_exclusive(x_211); -if (x_212 == 0) +uint8_t x_211; +x_211 = !lean_is_exclusive(x_210); +if (x_211 == 0) { -return x_211; +return x_210; } else { -lean_object* x_213; lean_object* x_214; lean_object* x_215; -x_213 = lean_ctor_get(x_211, 0); -x_214 = lean_ctor_get(x_211, 1); -lean_inc(x_214); +lean_object* x_212; lean_object* x_213; lean_object* x_214; +x_212 = lean_ctor_get(x_210, 0); +x_213 = lean_ctor_get(x_210, 1); lean_inc(x_213); -lean_dec(x_211); -x_215 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_215, 0, x_213); -lean_ctor_set(x_215, 1, x_214); -return x_215; +lean_inc(x_212); +lean_dec(x_210); +x_214 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_214, 0, x_212); +lean_ctor_set(x_214, 1, x_213); +return x_214; } } else { -uint8_t x_216; -x_216 = !lean_is_exclusive(x_211); -if (x_216 == 0) +uint8_t x_215; +x_215 = !lean_is_exclusive(x_210); +if (x_215 == 0) { -lean_object* x_217; lean_object* x_218; -x_217 = lean_ctor_get(x_211, 0); -x_218 = l_Lean_Server_RequestError_ofIoError(x_217); -lean_ctor_set(x_211, 0, x_218); -return x_211; +lean_object* x_216; lean_object* x_217; +x_216 = lean_ctor_get(x_210, 0); +x_217 = l_Lean_Server_RequestError_ofIoError(x_216); +lean_ctor_set(x_210, 0, x_217); +return x_210; } else { -lean_object* x_219; lean_object* x_220; lean_object* x_221; lean_object* x_222; -x_219 = lean_ctor_get(x_211, 0); -x_220 = lean_ctor_get(x_211, 1); -lean_inc(x_220); +lean_object* x_218; lean_object* x_219; lean_object* x_220; lean_object* x_221; +x_218 = lean_ctor_get(x_210, 0); +x_219 = lean_ctor_get(x_210, 1); lean_inc(x_219); -lean_dec(x_211); -x_221 = l_Lean_Server_RequestError_ofIoError(x_219); -x_222 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_222, 0, x_221); -lean_ctor_set(x_222, 1, x_220); -return x_222; +lean_inc(x_218); +lean_dec(x_210); +x_220 = l_Lean_Server_RequestError_ofIoError(x_218); +x_221 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_221, 0, x_220); +lean_ctor_set(x_221, 1, x_219); +return x_221; } } } else { -lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; -x_223 = lean_ctor_get(x_192, 0); -lean_inc(x_223); -lean_dec(x_192); -x_224 = l_String_Range_toLspRange(x_10, x_223); -lean_dec(x_223); +lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; +x_222 = lean_ctor_get(x_191, 0); +lean_inc(x_222); +lean_dec(x_191); +x_223 = l_String_Range_toLspRange(x_10, x_222); +lean_dec(x_222); lean_dec(x_10); -x_225 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_225, 0, x_224); -x_226 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); -lean_closure_set(x_226, 0, x_190); -lean_closure_set(x_226, 1, x_191); -lean_closure_set(x_226, 2, x_189); -lean_closure_set(x_226, 3, x_225); -x_227 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_179, x_226, x_184); +x_224 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_224, 0, x_223); +x_225 = lean_alloc_closure((void*)(l_Lean_Server_locationLinksFromDecl), 9, 4); +lean_closure_set(x_225, 0, x_189); +lean_closure_set(x_225, 1, x_190); +lean_closure_set(x_225, 2, x_188); +lean_closure_set(x_225, 3, x_224); +x_226 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_178, x_225, x_183); lean_dec(x_12); -if (lean_obj_tag(x_227) == 0) +if (lean_obj_tag(x_226) == 0) { -lean_object* x_228; lean_object* x_229; lean_object* x_230; lean_object* x_231; -x_228 = lean_ctor_get(x_227, 0); +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; +x_227 = lean_ctor_get(x_226, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_226, 1); lean_inc(x_228); -x_229 = lean_ctor_get(x_227, 1); -lean_inc(x_229); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_230 = x_227; +if (lean_is_exclusive(x_226)) { + lean_ctor_release(x_226, 0); + lean_ctor_release(x_226, 1); + x_229 = x_226; } else { - lean_dec_ref(x_227); - x_230 = lean_box(0); + lean_dec_ref(x_226); + x_229 = lean_box(0); } -if (lean_is_scalar(x_230)) { - x_231 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_229)) { + x_230 = lean_alloc_ctor(0, 2, 0); } else { - x_231 = x_230; + x_230 = x_229; } -lean_ctor_set(x_231, 0, x_228); -lean_ctor_set(x_231, 1, x_229); -return x_231; +lean_ctor_set(x_230, 0, x_227); +lean_ctor_set(x_230, 1, x_228); +return x_230; } else { -lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; lean_object* x_236; -x_232 = lean_ctor_get(x_227, 0); +lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; lean_object* x_235; +x_231 = lean_ctor_get(x_226, 0); +lean_inc(x_231); +x_232 = lean_ctor_get(x_226, 1); lean_inc(x_232); -x_233 = lean_ctor_get(x_227, 1); -lean_inc(x_233); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_234 = x_227; +if (lean_is_exclusive(x_226)) { + lean_ctor_release(x_226, 0); + lean_ctor_release(x_226, 1); + x_233 = x_226; } else { - lean_dec_ref(x_227); - x_234 = lean_box(0); + lean_dec_ref(x_226); + x_233 = lean_box(0); } -x_235 = l_Lean_Server_RequestError_ofIoError(x_232); -if (lean_is_scalar(x_234)) { - x_236 = lean_alloc_ctor(1, 2, 0); +x_234 = l_Lean_Server_RequestError_ofIoError(x_231); +if (lean_is_scalar(x_233)) { + x_235 = lean_alloc_ctor(1, 2, 0); } else { - x_236 = x_234; + x_235 = x_233; } -lean_ctor_set(x_236, 0, x_235); -lean_ctor_set(x_236, 1, x_233); -return x_236; +lean_ctor_set(x_235, 0, x_234); +lean_ctor_set(x_235, 1, x_232); +return x_235; } } } @@ -7110,118 +6827,130 @@ return x_236; } else { -uint8_t x_237; -lean_dec(x_179); +uint8_t x_236; +lean_dec(x_178); lean_dec(x_12); lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_4); -x_237 = !lean_is_exclusive(x_182); -if (x_237 == 0) +x_236 = !lean_is_exclusive(x_181); +if (x_236 == 0) { -lean_object* x_238; lean_object* x_239; -x_238 = lean_ctor_get(x_182, 0); -x_239 = l_Lean_Server_RequestError_ofIoError(x_238); -lean_ctor_set(x_182, 0, x_239); -return x_182; +lean_object* x_237; lean_object* x_238; +x_237 = lean_ctor_get(x_181, 0); +x_238 = l_Lean_Server_RequestError_ofIoError(x_237); +lean_ctor_set(x_181, 0, x_238); +return x_181; } else { -lean_object* x_240; lean_object* x_241; lean_object* x_242; lean_object* x_243; -x_240 = lean_ctor_get(x_182, 0); -x_241 = lean_ctor_get(x_182, 1); -lean_inc(x_241); +lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; +x_239 = lean_ctor_get(x_181, 0); +x_240 = lean_ctor_get(x_181, 1); lean_inc(x_240); -lean_dec(x_182); -x_242 = l_Lean_Server_RequestError_ofIoError(x_240); -x_243 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_243, 0, x_242); -lean_ctor_set(x_243, 1, x_241); -return x_243; +lean_inc(x_239); +lean_dec(x_181); +x_241 = l_Lean_Server_RequestError_ofIoError(x_239); +x_242 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_242, 0, x_241); +lean_ctor_set(x_242, 1, x_240); +return x_242; } } } } default: { -lean_object* x_244; lean_object* x_245; +lean_object* x_243; lean_object* x_244; +lean_dec(x_15); +lean_dec(x_13); lean_dec(x_3); -lean_dec(x_2); -x_244 = lean_box(0); +x_243 = lean_box(0); lean_inc(x_4); -x_245 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_11, x_1, x_12, x_4, x_9, x_10, x_244, x_4, x_8); -return x_245; +x_244 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_11, x_4, x_9, x_12, x_10, x_1, x_243, x_4, x_8); +return x_244; } } -block_33: +block_38: { -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_dec(x_13); -x_14 = l_Lean_Elab_Info_lctx(x_11); -x_15 = l_Lean_Elab_Info_stx(x_11); +if (x_16 == 0) +{ +lean_object* x_17; lean_object* x_18; +x_17 = lean_box(0); +lean_inc(x_4); +x_18 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_11, x_4, x_9, x_12, x_10, x_1, x_17, x_4, x_8); +return x_18; +} +else +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +lean_dec(x_9); +x_19 = l_Lean_Elab_Info_lctx(x_11); +x_20 = l_Lean_Elab_Info_stx(x_11); lean_dec(x_11); -x_16 = lean_unsigned_to_nat(2u); -x_17 = l_Lean_Syntax_getArg(x_15, x_16); -lean_dec(x_15); -x_18 = l_Lean_Syntax_getId(x_17); -x_19 = lean_ctor_get(x_4, 1); -lean_inc(x_19); +x_21 = lean_unsigned_to_nat(2u); +x_22 = l_Lean_Syntax_getArg(x_20, x_21); +lean_dec(x_20); +x_23 = l_Lean_Syntax_getId(x_22); +x_24 = lean_ctor_get(x_4, 1); +lean_inc(x_24); lean_dec(x_4); -x_20 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___boxed), 9, 4); -lean_closure_set(x_20, 0, x_19); -lean_closure_set(x_20, 1, x_18); -lean_closure_set(x_20, 2, x_17); -lean_closure_set(x_20, 3, x_10); -x_21 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_14, x_20, x_8); +x_25 = lean_alloc_closure((void*)(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___boxed), 9, 4); +lean_closure_set(x_25, 0, x_24); +lean_closure_set(x_25, 1, x_23); +lean_closure_set(x_25, 2, x_22); +lean_closure_set(x_25, 3, x_10); +x_26 = l_Lean_Elab_ContextInfo_runMetaM___rarg(x_12, x_19, x_25, x_8); lean_dec(x_12); -if (lean_obj_tag(x_21) == 0) +if (lean_obj_tag(x_26) == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_26); +if (x_27 == 0) { -return x_21; +return x_26; } else { -lean_object* x_23; lean_object* x_24; lean_object* x_25; -x_23 = lean_ctor_get(x_21, 0); -x_24 = lean_ctor_get(x_21, 1); -lean_inc(x_24); -lean_inc(x_23); -lean_dec(x_21); -x_25 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_25, 0, x_23); -lean_ctor_set(x_25, 1, x_24); -return x_25; +lean_object* x_28; lean_object* x_29; lean_object* x_30; +x_28 = lean_ctor_get(x_26, 0); +x_29 = lean_ctor_get(x_26, 1); +lean_inc(x_29); +lean_inc(x_28); +lean_dec(x_26); +x_30 = lean_alloc_ctor(0, 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_26; -x_26 = !lean_is_exclusive(x_21); -if (x_26 == 0) +uint8_t x_31; +x_31 = !lean_is_exclusive(x_26); +if (x_31 == 0) { -lean_object* x_27; lean_object* x_28; -x_27 = lean_ctor_get(x_21, 0); -x_28 = l_Lean_Server_RequestError_ofIoError(x_27); -lean_ctor_set(x_21, 0, x_28); -return x_21; +lean_object* x_32; lean_object* x_33; +x_32 = lean_ctor_get(x_26, 0); +x_33 = l_Lean_Server_RequestError_ofIoError(x_32); +lean_ctor_set(x_26, 0, x_33); +return x_26; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_21, 0); -x_30 = lean_ctor_get(x_21, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_21); -x_31 = l_Lean_Server_RequestError_ofIoError(x_29); -x_32 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_32, 0, x_31); -lean_ctor_set(x_32, 1, x_30); -return x_32; +lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_34 = lean_ctor_get(x_26, 0); +x_35 = lean_ctor_get(x_26, 1); +lean_inc(x_35); +lean_inc(x_34); +lean_dec(x_26); +x_36 = l_Lean_Server_RequestError_ofIoError(x_34); +x_37 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_37, 0, x_36); +lean_ctor_set(x_37, 1, x_35); +return x_37; +} } } } @@ -7334,59 +7063,59 @@ lean_dec(x_2); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_Server_FileWorker_locationLinksOfInfo___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_7; -x_7 = l_Lean_Server_FileWorker_locationLinksOfInfo___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); +lean_object* x_4; +x_4 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__1(x_1, x_2, x_3); lean_dec(x_2); lean_dec(x_1); -return x_7; +return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { _start: { -lean_object* x_10; -x_10 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_4); -return x_10; +uint8_t x_12; lean_object* x_13; +x_12 = lean_unbox(x_8); +lean_dec(x_8); +x_13 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_12, x_9, x_10, x_11); +lean_dec(x_9); +lean_dec(x_7); +lean_dec(x_2); +return x_13; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_4; -x_4 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_1, x_2, x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_4; +uint8_t x_10; lean_object* x_11; +x_10 = lean_unbox(x_6); +lean_dec(x_6); +x_11 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3(x_1, x_2, x_3, x_4, x_5, x_10, x_7, x_8, x_9); +return x_11; } } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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: { -uint8_t x_12; lean_object* x_13; -x_12 = lean_unbox(x_1); -lean_dec(x_1); -x_13 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_12, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11); -lean_dec(x_9); -lean_dec(x_8); +lean_object* x_7; +x_7 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_5); -return x_13; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_7; } } LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { _start: { -uint8_t x_10; lean_object* x_11; -x_10 = lean_unbox(x_2); -lean_dec(x_2); -x_11 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_1, x_10, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_11; +lean_object* x_10; +x_10 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_8, x_9); +lean_dec(x_4); +return x_10; } } LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo___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) { @@ -7420,6 +7149,7 @@ uint8_t x_13; lean_object* x_14; x_13 = lean_unbox(x_2); lean_dec(x_2); x_14 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8(x_1, x_13, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_10, x_11, x_12); +lean_dec(x_4); return x_14; } } @@ -7441,6 +7171,7 @@ uint8_t x_14; lean_object* x_15; x_14 = lean_unbox(x_2); lean_dec(x_2); x_15 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__10(x_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); +lean_dec(x_4); return x_15; } } @@ -17991,11 +17722,25 @@ return x_19; } else { -lean_object* x_20; uint8_t x_21; +lean_object* x_20; uint8_t x_21; uint8_t x_63; x_20 = lean_ctor_get(x_16, 0); lean_inc(x_20); lean_dec(x_16); -x_21 = lean_nat_dec_le(x_7, x_15); +x_63 = lean_nat_dec_le(x_7, x_15); +if (x_63 == 0) +{ +x_21 = x_10; +goto block_62; +} +else +{ +uint8_t x_64; +x_64 = lean_nat_dec_lt(x_15, x_8); +x_21 = x_64; +goto block_62; +} +block_62: +{ if (x_21 == 0) { lean_object* x_22; lean_object* x_23; lean_object* x_24; @@ -18012,102 +17757,84 @@ return x_24; } else { -uint8_t x_25; -x_25 = lean_nat_dec_lt(x_15, x_8); -if (x_25 == 0) -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; -lean_dec(x_20); -lean_dec(x_15); -x_26 = lean_box(0); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_26); -lean_ctor_set(x_27, 1, x_4); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_6); -return x_28; -} -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; uint8_t 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_29 = lean_ctor_get(x_4, 1); -lean_inc(x_29); -x_30 = l_Lean_FileMap_utf8PosToLspPos(x_9, x_15); +lean_object* x_25; 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; lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_25 = lean_ctor_get(x_4, 1); +lean_inc(x_25); +x_26 = l_Lean_FileMap_utf8PosToLspPos(x_9, x_15); lean_dec(x_15); -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -x_32 = lean_ctor_get(x_29, 0); -lean_inc(x_32); -x_33 = lean_nat_sub(x_31, x_32); -x_34 = lean_ctor_get(x_30, 1); -lean_inc(x_34); -x_35 = lean_nat_dec_eq(x_31, x_32); -lean_dec(x_32); -lean_dec(x_31); -x_36 = l_Lean_FileMap_utf8PosToLspPos(x_9, x_20); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +x_28 = lean_ctor_get(x_25, 0); +lean_inc(x_28); +x_29 = lean_nat_sub(x_27, x_28); +x_30 = lean_ctor_get(x_26, 1); +lean_inc(x_30); +x_31 = lean_nat_dec_eq(x_27, x_28); +lean_dec(x_28); +lean_dec(x_27); +x_32 = l_Lean_FileMap_utf8PosToLspPos(x_9, x_20); lean_dec(x_20); -x_37 = lean_ctor_get(x_36, 1); -lean_inc(x_37); -lean_dec(x_36); -x_38 = lean_nat_sub(x_37, x_34); -lean_dec(x_37); -x_39 = l_Lean_Lsp_SemanticTokenType_toCtorIdx(x_2); -x_40 = lean_ctor_get(x_4, 0); -lean_inc(x_40); +x_33 = lean_ctor_get(x_32, 1); +lean_inc(x_33); +lean_dec(x_32); +x_34 = lean_nat_sub(x_33, x_30); +lean_dec(x_33); +x_35 = l_Lean_Lsp_SemanticTokenType_toCtorIdx(x_2); +x_36 = lean_ctor_get(x_4, 0); +lean_inc(x_36); lean_dec(x_4); -x_41 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken___closed__1; -x_42 = lean_array_push(x_41, x_33); -if (x_35 == 0) +x_37 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken___closed__1; +x_38 = lean_array_push(x_37, x_29); +if (x_31 == 0) { -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_29); -x_43 = lean_unsigned_to_nat(0u); -x_44 = lean_nat_sub(x_34, x_43); -lean_dec(x_34); -x_45 = lean_array_push(x_42, x_44); -x_46 = lean_array_push(x_45, x_38); -x_47 = lean_array_push(x_46, x_39); -x_48 = lean_array_push(x_47, x_43); -x_49 = l_Array_append___rarg(x_40, x_48); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_30); -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_50); -x_53 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_53, 0, x_52); -lean_ctor_set(x_53, 1, x_6); -return x_53; +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; +lean_dec(x_25); +x_39 = lean_unsigned_to_nat(0u); +x_40 = lean_nat_sub(x_30, x_39); +lean_dec(x_30); +x_41 = lean_array_push(x_38, x_40); +x_42 = lean_array_push(x_41, x_34); +x_43 = lean_array_push(x_42, x_35); +x_44 = lean_array_push(x_43, x_39); +x_45 = l_Array_append___rarg(x_36, 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_26); +x_47 = lean_box(0); +x_48 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_48, 0, x_47); +lean_ctor_set(x_48, 1, x_46); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_48); +lean_ctor_set(x_49, 1, x_6); +return x_49; } else { -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_29, 1); -lean_inc(x_54); -lean_dec(x_29); -x_55 = lean_nat_sub(x_34, x_54); -lean_dec(x_54); -lean_dec(x_34); -x_56 = lean_array_push(x_42, x_55); -x_57 = lean_array_push(x_56, x_38); -x_58 = lean_array_push(x_57, x_39); -x_59 = lean_unsigned_to_nat(0u); -x_60 = lean_array_push(x_58, x_59); -x_61 = l_Array_append___rarg(x_40, x_60); -x_62 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_30); -x_63 = lean_box(0); -x_64 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_64, 0, x_63); -lean_ctor_set(x_64, 1, x_62); -x_65 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_65, 0, x_64); -lean_ctor_set(x_65, 1, x_6); -return x_65; +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; +x_50 = lean_ctor_get(x_25, 1); +lean_inc(x_50); +lean_dec(x_25); +x_51 = lean_nat_sub(x_30, x_50); +lean_dec(x_50); +lean_dec(x_30); +x_52 = lean_array_push(x_38, x_51); +x_53 = lean_array_push(x_52, x_34); +x_54 = lean_array_push(x_53, x_35); +x_55 = lean_unsigned_to_nat(0u); +x_56 = lean_array_push(x_54, x_55); +x_57 = l_Array_append___rarg(x_36, x_56); +x_58 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_26); +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); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_60); +lean_ctor_set(x_61, 1, x_6); +return x_61; } } } @@ -18768,174 +18495,222 @@ LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlight { if (lean_obj_tag(x_1) == 2) { -lean_object* x_6; lean_object* x_7; lean_object* x_16; lean_object* x_17; lean_object* x_37; uint8_t x_38; +lean_object* x_6; uint8_t x_7; lean_object* x_19; lean_object* x_20; uint8_t x_21; x_6 = lean_ctor_get(x_1, 1); lean_inc(x_6); -x_16 = lean_string_length(x_6); -x_37 = lean_unsigned_to_nat(0u); -x_38 = lean_nat_dec_lt(x_37, x_16); -if (x_38 == 0) +x_19 = lean_string_length(x_6); +x_20 = lean_unsigned_to_nat(0u); +x_21 = lean_nat_dec_lt(x_20, x_19); +if (x_21 == 0) +{ +lean_object* x_22; uint8_t x_23; +x_22 = lean_unsigned_to_nat(1u); +x_23 = lean_nat_dec_lt(x_22, x_19); +lean_dec(x_19); +if (x_23 == 0) { -lean_object* x_39; -x_39 = lean_box(0); -x_17 = x_39; -goto block_36; +uint8_t x_24; +x_24 = 0; +x_7 = x_24; +goto block_18; } else { -uint32_t x_40; uint8_t x_41; -x_40 = lean_string_utf8_get(x_6, x_37); -x_41 = l_Char_isAlpha(x_40); -if (x_41 == 0) +uint32_t x_25; uint32_t x_26; uint8_t x_27; +x_25 = lean_string_utf8_get(x_6, x_20); +x_26 = 35; +x_27 = lean_uint32_dec_eq(x_25, x_26); +if (x_27 == 0) { -lean_object* x_42; -x_42 = lean_box(0); -x_17 = x_42; -goto block_36; +uint8_t x_28; +x_28 = 0; +x_7 = x_28; +goto block_18; } else { -lean_object* x_43; -lean_dec(x_16); -x_43 = lean_box(0); -x_7 = x_43; -goto block_15; +uint32_t x_29; uint8_t x_30; +x_29 = lean_string_utf8_get(x_6, x_22); +x_30 = l_Char_isAlpha(x_29); +x_7 = x_30; +goto block_18; } } -block_15: +} +else { -lean_object* x_8; lean_object* x_9; -lean_dec(x_7); -x_8 = l_Lean_Server_FileWorker_keywordSemanticTokenMap; -x_9 = l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1(x_8, x_6); -lean_dec(x_6); -if (lean_obj_tag(x_9) == 0) +uint32_t x_31; uint8_t x_32; +x_31 = lean_string_utf8_get(x_6, x_20); +x_32 = l_Char_isAlpha(x_31); +if (x_32 == 0) { -uint8_t x_10; lean_object* x_11; -x_10 = 0; -x_11 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken(x_1, x_10, x_2, x_3, x_4, x_5); -return x_11; +lean_object* x_33; uint8_t x_34; +x_33 = lean_unsigned_to_nat(1u); +x_34 = lean_nat_dec_lt(x_33, x_19); +lean_dec(x_19); +if (x_34 == 0) +{ +uint8_t x_35; +x_35 = 0; +x_7 = x_35; +goto block_18; } else { -lean_object* x_12; uint8_t x_13; lean_object* x_14; -x_12 = lean_ctor_get(x_9, 0); -lean_inc(x_12); -lean_dec(x_9); -x_13 = lean_unbox(x_12); -lean_dec(x_12); -x_14 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken(x_1, x_13, x_2, x_3, x_4, x_5); -return x_14; +uint32_t x_36; uint8_t x_37; +x_36 = 35; +x_37 = lean_uint32_dec_eq(x_31, x_36); +if (x_37 == 0) +{ +uint8_t x_38; +x_38 = 0; +x_7 = x_38; +goto block_18; +} +else +{ +uint32_t x_39; uint8_t x_40; +x_39 = lean_string_utf8_get(x_6, x_33); +x_40 = l_Char_isAlpha(x_39); +x_7 = x_40; +goto block_18; +} +} +} +else +{ +uint8_t x_41; +lean_dec(x_19); +x_41 = 1; +x_7 = x_41; +goto block_18; } } -block_36: +block_18: { -lean_object* x_18; uint8_t x_19; -lean_dec(x_17); -x_18 = lean_unsigned_to_nat(1u); -x_19 = lean_nat_dec_lt(x_18, x_16); -lean_dec(x_16); -if (x_19 == 0) +if (x_7 == 0) { -lean_object* x_20; lean_object* x_21; lean_object* x_22; +lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_dec(x_6); lean_dec(x_1); -x_20 = lean_box(0); -x_21 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_21, 0, x_20); -lean_ctor_set(x_21, 1, x_3); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_21); -lean_ctor_set(x_22, 1, x_5); -return x_22; +x_8 = lean_box(0); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_3); +x_10 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 1, x_5); +return x_10; } else { -lean_object* x_23; uint32_t x_24; uint32_t x_25; uint8_t x_26; -x_23 = lean_unsigned_to_nat(0u); -x_24 = lean_string_utf8_get(x_6, x_23); -x_25 = 35; -x_26 = lean_uint32_dec_eq(x_24, x_25); -if (x_26 == 0) -{ -lean_object* x_27; lean_object* x_28; lean_object* x_29; +lean_object* x_11; lean_object* x_12; +x_11 = l_Lean_Server_FileWorker_keywordSemanticTokenMap; +x_12 = l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1(x_11, x_6); lean_dec(x_6); -lean_dec(x_1); -x_27 = 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_3); -x_29 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_5); -return x_29; +if (lean_obj_tag(x_12) == 0) +{ +uint8_t x_13; lean_object* x_14; +x_13 = 0; +x_14 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken(x_1, x_13, x_2, x_3, x_4, x_5); +return x_14; } else { -uint32_t x_30; uint8_t x_31; -x_30 = lean_string_utf8_get(x_6, x_18); -x_31 = l_Char_isAlpha(x_30); -if (x_31 == 0) +lean_object* x_15; uint8_t x_16; lean_object* x_17; +x_15 = lean_ctor_get(x_12, 0); +lean_inc(x_15); +lean_dec(x_12); +x_16 = lean_unbox(x_15); +lean_dec(x_15); +x_17 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken(x_1, x_16, x_2, x_3, x_4, x_5); +return x_17; +} +} +} +} +else { -lean_object* x_32; lean_object* x_33; lean_object* x_34; -lean_dec(x_6); +lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_dec(x_1); -x_32 = lean_box(0); -x_33 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_33, 0, x_32); -lean_ctor_set(x_33, 1, x_3); -x_34 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_34, 0, x_33); -lean_ctor_set(x_34, 1, x_5); -return x_34; +x_42 = lean_box(0); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_3); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_43); +lean_ctor_set(x_44, 1, x_5); +return x_44; } -else +} +} +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: { -lean_object* x_35; -x_35 = lean_box(0); -x_7 = x_35; -goto block_15; +lean_object* x_3; +x_3 = l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; } } +LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___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_FileWorker_handleSemanticTokens_highlightKeyword(x_1, x_2, x_3, x_4, x_5); +lean_dec(x_4); +lean_dec(x_2); +return x_6; } } +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { +_start: +{ +uint8_t x_9; +x_9 = lean_usize_dec_eq(x_2, x_3); +if (x_9 == 0) +{ +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_dec(x_4); +x_10 = lean_array_uget(x_1, x_2); +lean_inc(x_7); +lean_inc(x_5); +x_11 = l_Lean_Server_FileWorker_handleSemanticTokens_go(x_10, x_5, x_6, x_7, x_8); +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 = 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 = 1; +x_17 = lean_usize_add(x_2, x_16); +x_2 = x_17; +x_4 = x_14; +x_6 = x_15; +x_8 = x_13; +goto _start; } else { -lean_object* x_44; lean_object* x_45; lean_object* x_46; -lean_dec(x_1); -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_3); -x_46 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_46, 0, x_45); -lean_ctor_set(x_46, 1, x_5); -return x_46; -} -} -} -LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_RBNode_find___at_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___spec__1(x_1, x_2); -lean_dec(x_2); -lean_dec(x_1); -return x_3; -} +lean_object* x_19; lean_object* x_20; +lean_dec(x_7); +lean_dec(x_5); +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_4); +lean_ctor_set(x_19, 1, x_6); +x_20 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 1, x_8); +return x_20; } -LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword___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_FileWorker_handleSemanticTokens_highlightKeyword(x_1, x_2, x_3, x_4, x_5); -lean_dec(x_4); -lean_dec(x_2); -return x_6; } } -LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { +LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4) { _start: { uint8_t x_5; @@ -18969,7 +18744,7 @@ return x_12; } } } -LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -19000,101 +18775,55 @@ size_t x_9; size_t x_10; uint8_t x_11; x_9 = 0; x_10 = lean_usize_of_nat(x_3); lean_dec(x_3); -x_11 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(x_2, x_1, x_9, x_10); +x_11 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_2, x_1, x_9, x_10); return x_11; } } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -uint8_t x_9; -x_9 = lean_usize_dec_eq(x_2, x_3); -if (x_9 == 0) -{ -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_dec(x_4); -x_10 = lean_array_uget(x_1, x_2); -lean_inc(x_7); -lean_inc(x_5); -x_11 = l_Lean_Server_FileWorker_handleSemanticTokens_go(x_10, x_5, x_6, x_7, x_8); -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 = 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 = 1; -x_17 = lean_usize_add(x_2, x_16); -x_2 = x_17; -x_4 = x_14; -x_6 = x_15; -x_8 = x_13; -goto _start; -} -else -{ -lean_object* x_19; lean_object* x_20; -lean_dec(x_7); -lean_dec(x_5); -x_19 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_19, 0, x_4); -lean_ctor_set(x_19, 1, x_6); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_8); -return x_20; -} -} -} static lean_object* _init_l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__1() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("proj", 4); +x_1 = lean_mk_string_from_bytes("choice", 6); return x_1; } } static lean_object* _init_l_Lean_Server_FileWorker_handleSemanticTokens_go___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_locationLinksOfInfo___lambda__8___closed__5; -x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; -x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; -x_4 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__1; -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(0); +x_2 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__1; +x_3 = l_Lean_Name_str___override(x_1, x_2); +return x_3; } } static lean_object* _init_l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__3() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("ident", 5); +x_1 = lean_mk_string_from_bytes("proj", 4); return x_1; } } static lean_object* _init_l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__4() { _start: { -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; +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_locationLinksOfInfo___lambda__8___closed__5; +x_2 = l_Lean_Server_FileWorker_handleDocumentHighlight_highlightReturn_x3f___closed__1; +x_3 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__7; +x_4 = l_Lean_Server_FileWorker_handleSemanticTokens_go___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_Server_FileWorker_handleSemanticTokens_go___closed__5() { _start: { lean_object* x_1; -x_1 = lean_mk_string_from_bytes("choice", 6); +x_1 = lean_mk_string_from_bytes("ident", 5); return x_1; } } @@ -19111,626 +18840,401 @@ return x_3; LEAN_EXPORT lean_object* l_Lean_Server_FileWorker_handleSemanticTokens_go(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; -x_6 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__2; -lean_inc(x_1); -x_7 = l_Lean_Syntax_isOfKind(x_1, x_6); -if (x_7 == 0) -{ -lean_object* x_8; uint8_t x_9; -x_8 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__4; -lean_inc(x_1); -x_9 = l_Lean_Syntax_isOfKind(x_1, x_8); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; uint8_t x_12; -lean_inc(x_1); -x_10 = l_Lean_Syntax_getKind(x_1); -x_11 = l_Lean_Server_FileWorker_noHighlightKinds; -x_12 = l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_11, x_10); -lean_dec(x_10); -if (x_12 == 0) -{ -lean_object* x_13; uint8_t x_14; +uint8_t x_6; lean_object* x_78; uint8_t x_79; +x_78 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__4; lean_inc(x_1); -x_13 = l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword(x_1, x_2, x_3, x_4, x_5); -x_14 = !lean_is_exclusive(x_13); -if (x_14 == 0) -{ -lean_object* x_15; uint8_t x_16; -x_15 = lean_ctor_get(x_13, 0); -x_16 = !lean_is_exclusive(x_15); -if (x_16 == 0) +x_79 = l_Lean_Syntax_isOfKind(x_1, x_78); +if (x_79 == 0) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; -x_17 = lean_ctor_get(x_13, 1); -x_18 = lean_ctor_get(x_15, 1); -x_19 = lean_ctor_get(x_15, 0); -lean_dec(x_19); -x_20 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; +lean_object* x_80; uint8_t x_81; +x_80 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; lean_inc(x_1); -x_21 = l_Lean_Syntax_isOfKind(x_1, x_20); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; uint8_t x_25; -x_22 = l_Lean_Syntax_getArgs(x_1); -lean_dec(x_1); -x_23 = lean_array_get_size(x_22); -x_24 = lean_unsigned_to_nat(0u); -x_25 = lean_nat_dec_lt(x_24, x_23); -if (x_25 == 0) -{ -lean_object* x_26; -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_4); -lean_dec(x_2); -x_26 = lean_box(0); -lean_ctor_set(x_15, 0, x_26); -return x_13; -} -else -{ -uint8_t x_27; -x_27 = lean_nat_dec_le(x_23, x_23); -if (x_27 == 0) -{ -lean_object* x_28; -lean_dec(x_23); -lean_dec(x_22); -lean_dec(x_4); -lean_dec(x_2); -x_28 = lean_box(0); -lean_ctor_set(x_15, 0, x_28); -return x_13; -} -else -{ -size_t x_29; size_t x_30; lean_object* x_31; lean_object* x_32; -lean_free_object(x_15); -lean_free_object(x_13); -x_29 = 0; -x_30 = lean_usize_of_nat(x_23); -lean_dec(x_23); -x_31 = lean_box(0); -x_32 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_22, x_29, x_30, x_31, x_2, x_18, x_4, x_17); -lean_dec(x_22); -return x_32; -} -} -} -else -{ -lean_object* x_33; lean_object* x_34; -lean_free_object(x_15); -lean_free_object(x_13); -x_33 = lean_unsigned_to_nat(0u); -x_34 = l_Lean_Syntax_getArg(x_1, x_33); -lean_dec(x_1); -x_1 = x_34; -x_3 = x_18; -x_5 = x_17; -goto _start; -} -} -else +x_81 = l_Lean_Syntax_isOfKind(x_1, x_80); +if (x_81 == 0) { -lean_object* x_36; lean_object* x_37; lean_object* x_38; uint8_t x_39; -x_36 = lean_ctor_get(x_13, 1); -x_37 = lean_ctor_get(x_15, 1); -lean_inc(x_37); -lean_dec(x_15); -x_38 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; +lean_object* x_82; lean_object* x_83; uint8_t x_84; lean_inc(x_1); -x_39 = l_Lean_Syntax_isOfKind(x_1, x_38); -if (x_39 == 0) -{ -lean_object* x_40; lean_object* x_41; lean_object* x_42; uint8_t x_43; -x_40 = l_Lean_Syntax_getArgs(x_1); -lean_dec(x_1); -x_41 = lean_array_get_size(x_40); -x_42 = lean_unsigned_to_nat(0u); -x_43 = lean_nat_dec_lt(x_42, x_41); -if (x_43 == 0) -{ -lean_object* x_44; lean_object* x_45; -lean_dec(x_41); -lean_dec(x_40); -lean_dec(x_4); -lean_dec(x_2); -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_37); -lean_ctor_set(x_13, 0, x_45); -return x_13; -} -else -{ -uint8_t x_46; -x_46 = lean_nat_dec_le(x_41, x_41); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; -lean_dec(x_41); -lean_dec(x_40); -lean_dec(x_4); -lean_dec(x_2); -x_47 = lean_box(0); -x_48 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_48, 0, x_47); -lean_ctor_set(x_48, 1, x_37); -lean_ctor_set(x_13, 0, x_48); -return x_13; -} -else -{ -size_t x_49; size_t x_50; lean_object* x_51; lean_object* x_52; -lean_free_object(x_13); -x_49 = 0; -x_50 = lean_usize_of_nat(x_41); -lean_dec(x_41); -x_51 = lean_box(0); -x_52 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_40, x_49, x_50, x_51, x_2, x_37, x_4, x_36); -lean_dec(x_40); -return x_52; -} -} -} -else +x_82 = l_Lean_Syntax_getKind(x_1); +x_83 = l_Lean_Server_FileWorker_noHighlightKinds; +x_84 = l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(x_83, x_82); +lean_dec(x_82); +if (x_84 == 0) { -lean_object* x_53; lean_object* x_54; -lean_free_object(x_13); -x_53 = lean_unsigned_to_nat(0u); -x_54 = l_Lean_Syntax_getArg(x_1, x_53); -lean_dec(x_1); -x_1 = x_54; -x_3 = x_37; -x_5 = x_36; -goto _start; -} -} +uint8_t x_85; +x_85 = 1; +x_6 = x_85; +goto block_77; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; uint8_t x_61; -x_56 = lean_ctor_get(x_13, 0); -x_57 = lean_ctor_get(x_13, 1); -lean_inc(x_57); -lean_inc(x_56); -lean_dec(x_13); -x_58 = lean_ctor_get(x_56, 1); -lean_inc(x_58); -if (lean_is_exclusive(x_56)) { - lean_ctor_release(x_56, 0); - lean_ctor_release(x_56, 1); - x_59 = x_56; -} else { - lean_dec_ref(x_56); - x_59 = lean_box(0); -} -x_60 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; -lean_inc(x_1); -x_61 = l_Lean_Syntax_isOfKind(x_1, x_60); -if (x_61 == 0) -{ -lean_object* x_62; lean_object* x_63; lean_object* x_64; uint8_t x_65; -x_62 = l_Lean_Syntax_getArgs(x_1); -lean_dec(x_1); -x_63 = lean_array_get_size(x_62); -x_64 = lean_unsigned_to_nat(0u); -x_65 = lean_nat_dec_lt(x_64, x_63); -if (x_65 == 0) -{ -lean_object* x_66; lean_object* x_67; lean_object* x_68; -lean_dec(x_63); -lean_dec(x_62); -lean_dec(x_4); -lean_dec(x_2); -x_66 = lean_box(0); -if (lean_is_scalar(x_59)) { - x_67 = lean_alloc_ctor(0, 2, 0); -} else { - x_67 = x_59; -} -lean_ctor_set(x_67, 0, x_66); -lean_ctor_set(x_67, 1, x_58); -x_68 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_68, 0, x_67); -lean_ctor_set(x_68, 1, x_57); -return x_68; +uint8_t x_86; +x_86 = 0; +x_6 = x_86; +goto block_77; +} } else { -uint8_t x_69; -x_69 = lean_nat_dec_le(x_63, x_63); -if (x_69 == 0) -{ -lean_object* x_70; lean_object* x_71; lean_object* x_72; -lean_dec(x_63); -lean_dec(x_62); +lean_object* x_87; +x_87 = l_Lean_Server_FileWorker_handleSemanticTokens_highlightId(x_1, x_2, x_3, x_4, x_5); lean_dec(x_4); -lean_dec(x_2); -x_70 = lean_box(0); -if (lean_is_scalar(x_59)) { - x_71 = lean_alloc_ctor(0, 2, 0); -} else { - x_71 = x_59; +return x_87; } -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_58); -x_72 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_72, 0, x_71); -lean_ctor_set(x_72, 1, x_57); -return x_72; } else { -size_t x_73; size_t x_74; lean_object* x_75; lean_object* x_76; -lean_dec(x_59); -x_73 = 0; -x_74 = lean_usize_of_nat(x_63); -lean_dec(x_63); -x_75 = lean_box(0); -x_76 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_62, x_73, x_74, x_75, x_2, x_58, x_4, x_57); -lean_dec(x_62); -return x_76; -} -} +lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; uint8_t x_93; +x_88 = lean_unsigned_to_nat(0u); +x_89 = l_Lean_Syntax_getArg(x_1, x_88); +x_90 = lean_unsigned_to_nat(2u); +x_91 = l_Lean_Syntax_getArg(x_1, x_90); +x_92 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; +lean_inc(x_91); +x_93 = l_Lean_Syntax_isOfKind(x_91, x_92); +if (x_93 == 0) +{ +lean_object* x_94; lean_object* x_95; uint8_t x_96; +lean_dec(x_91); +lean_dec(x_89); +lean_inc(x_1); +x_94 = l_Lean_Syntax_getKind(x_1); +x_95 = l_Lean_Server_FileWorker_noHighlightKinds; +x_96 = l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(x_95, x_94); +lean_dec(x_94); +if (x_96 == 0) +{ +uint8_t x_97; +x_97 = 1; +x_6 = x_97; +goto block_77; } else { -lean_object* x_77; lean_object* x_78; -lean_dec(x_59); -x_77 = lean_unsigned_to_nat(0u); -x_78 = l_Lean_Syntax_getArg(x_1, x_77); -lean_dec(x_1); -x_1 = x_78; -x_3 = x_58; -x_5 = x_57; -goto _start; -} +uint8_t x_98; +x_98 = 0; +x_6 = x_98; +goto block_77; } } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; +lean_object* x_99; lean_object* x_100; lean_object* x_101; lean_object* x_102; uint8_t x_103; lean_object* x_104; +lean_dec(x_1); +lean_inc(x_4); +lean_inc(x_2); +x_99 = l_Lean_Server_FileWorker_handleSemanticTokens_go(x_89, x_2, x_3, x_4, x_5); +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); +x_102 = lean_ctor_get(x_100, 1); +lean_inc(x_102); +lean_dec(x_100); +x_103 = 2; +x_104 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken(x_91, x_103, x_2, x_102, x_4, x_101); lean_dec(x_4); lean_dec(x_2); -lean_dec(x_1); -x_80 = lean_box(0); -x_81 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_81, 0, x_80); -lean_ctor_set(x_81, 1, x_3); -x_82 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_82, 0, x_81); -lean_ctor_set(x_82, 1, x_5); -return x_82; +return x_104; } } -else +block_77: { -lean_object* x_83; -x_83 = l_Lean_Server_FileWorker_handleSemanticTokens_highlightId(x_1, x_2, x_3, x_4, x_5); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_dec(x_4); -return x_83; -} +lean_dec(x_2); +lean_dec(x_1); +x_7 = lean_box(0); +x_8 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_8, 0, x_7); +lean_ctor_set(x_8, 1, x_3); +x_9 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_9, 0, x_8); +lean_ctor_set(x_9, 1, x_5); +return x_9; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; lean_object* x_87; lean_object* x_88; uint8_t x_89; -x_84 = lean_unsigned_to_nat(0u); -x_85 = l_Lean_Syntax_getArg(x_1, x_84); -x_86 = lean_unsigned_to_nat(2u); -x_87 = l_Lean_Syntax_getArg(x_1, x_86); -x_88 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__4; -lean_inc(x_87); -x_89 = l_Lean_Syntax_isOfKind(x_87, x_88); -if (x_89 == 0) -{ -lean_object* x_90; lean_object* x_91; uint8_t x_92; -lean_dec(x_87); -lean_inc(x_1); -x_90 = l_Lean_Syntax_getKind(x_1); -x_91 = l_Lean_Server_FileWorker_noHighlightKinds; -x_92 = l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_91, x_90); -lean_dec(x_90); -if (x_92 == 0) -{ -lean_object* x_93; uint8_t x_94; +lean_object* x_10; uint8_t x_11; lean_inc(x_1); -x_93 = l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword(x_1, x_2, x_3, x_4, x_5); -x_94 = !lean_is_exclusive(x_93); -if (x_94 == 0) +x_10 = l_Lean_Server_FileWorker_handleSemanticTokens_highlightKeyword(x_1, x_2, x_3, x_4, x_5); +x_11 = !lean_is_exclusive(x_10); +if (x_11 == 0) { -lean_object* x_95; uint8_t x_96; -x_95 = lean_ctor_get(x_93, 0); -x_96 = !lean_is_exclusive(x_95); -if (x_96 == 0) +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_10, 0); +x_13 = !lean_is_exclusive(x_12); +if (x_13 == 0) { -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_93, 1); -x_98 = lean_ctor_get(x_95, 1); -x_99 = lean_ctor_get(x_95, 0); -lean_dec(x_99); -x_100 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_14 = lean_ctor_get(x_10, 1); +x_15 = lean_ctor_get(x_12, 1); +x_16 = lean_ctor_get(x_12, 0); +lean_dec(x_16); +x_17 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__2; lean_inc(x_1); -x_101 = l_Lean_Syntax_isOfKind(x_1, x_100); -if (x_101 == 0) +x_18 = l_Lean_Syntax_isOfKind(x_1, x_17); +if (x_18 == 0) { -lean_object* x_102; lean_object* x_103; uint8_t x_104; -lean_dec(x_85); -x_102 = l_Lean_Syntax_getArgs(x_1); +lean_object* x_19; lean_object* x_20; lean_object* x_21; uint8_t x_22; +x_19 = l_Lean_Syntax_getArgs(x_1); lean_dec(x_1); -x_103 = lean_array_get_size(x_102); -x_104 = lean_nat_dec_lt(x_84, x_103); -if (x_104 == 0) +x_20 = lean_array_get_size(x_19); +x_21 = lean_unsigned_to_nat(0u); +x_22 = lean_nat_dec_lt(x_21, x_20); +if (x_22 == 0) { -lean_object* x_105; -lean_dec(x_103); -lean_dec(x_102); +lean_object* x_23; +lean_dec(x_20); +lean_dec(x_19); lean_dec(x_4); lean_dec(x_2); -x_105 = lean_box(0); -lean_ctor_set(x_95, 0, x_105); -return x_93; +x_23 = lean_box(0); +lean_ctor_set(x_12, 0, x_23); +return x_10; } else { -uint8_t x_106; -x_106 = lean_nat_dec_le(x_103, x_103); -if (x_106 == 0) +uint8_t x_24; +x_24 = lean_nat_dec_le(x_20, x_20); +if (x_24 == 0) { -lean_object* x_107; -lean_dec(x_103); -lean_dec(x_102); +lean_object* x_25; +lean_dec(x_20); +lean_dec(x_19); lean_dec(x_4); lean_dec(x_2); -x_107 = lean_box(0); -lean_ctor_set(x_95, 0, x_107); -return x_93; +x_25 = lean_box(0); +lean_ctor_set(x_12, 0, x_25); +return x_10; } else { -size_t x_108; size_t x_109; lean_object* x_110; lean_object* x_111; -lean_free_object(x_95); -lean_free_object(x_93); -x_108 = 0; -x_109 = lean_usize_of_nat(x_103); -lean_dec(x_103); -x_110 = lean_box(0); -x_111 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_102, x_108, x_109, x_110, x_2, x_98, x_4, x_97); -lean_dec(x_102); -return x_111; +size_t x_26; size_t x_27; lean_object* x_28; lean_object* x_29; +lean_free_object(x_12); +lean_free_object(x_10); +x_26 = 0; +x_27 = lean_usize_of_nat(x_20); +lean_dec(x_20); +x_28 = lean_box(0); +x_29 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_19, x_26, x_27, x_28, x_2, x_15, x_4, x_14); +lean_dec(x_19); +return x_29; } } } else { -lean_free_object(x_95); -lean_free_object(x_93); +lean_object* x_30; lean_object* x_31; +lean_free_object(x_12); +lean_free_object(x_10); +x_30 = lean_unsigned_to_nat(0u); +x_31 = l_Lean_Syntax_getArg(x_1, x_30); lean_dec(x_1); -x_1 = x_85; -x_3 = x_98; -x_5 = x_97; +x_1 = x_31; +x_3 = x_15; +x_5 = x_14; goto _start; } } else { -lean_object* x_113; lean_object* x_114; lean_object* x_115; uint8_t x_116; -x_113 = lean_ctor_get(x_93, 1); -x_114 = lean_ctor_get(x_95, 1); -lean_inc(x_114); -lean_dec(x_95); -x_115 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; +lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_33 = lean_ctor_get(x_10, 1); +x_34 = lean_ctor_get(x_12, 1); +lean_inc(x_34); +lean_dec(x_12); +x_35 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__2; lean_inc(x_1); -x_116 = l_Lean_Syntax_isOfKind(x_1, x_115); -if (x_116 == 0) +x_36 = l_Lean_Syntax_isOfKind(x_1, x_35); +if (x_36 == 0) { -lean_object* x_117; lean_object* x_118; uint8_t x_119; -lean_dec(x_85); -x_117 = l_Lean_Syntax_getArgs(x_1); +lean_object* x_37; lean_object* x_38; lean_object* x_39; uint8_t x_40; +x_37 = l_Lean_Syntax_getArgs(x_1); lean_dec(x_1); -x_118 = lean_array_get_size(x_117); -x_119 = lean_nat_dec_lt(x_84, x_118); -if (x_119 == 0) +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_object* x_120; lean_object* x_121; -lean_dec(x_118); -lean_dec(x_117); +lean_object* x_41; lean_object* x_42; +lean_dec(x_38); +lean_dec(x_37); lean_dec(x_4); lean_dec(x_2); -x_120 = lean_box(0); -x_121 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_121, 0, x_120); -lean_ctor_set(x_121, 1, x_114); -lean_ctor_set(x_93, 0, x_121); -return x_93; +x_41 = lean_box(0); +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_10, 0, x_42); +return x_10; } else { -uint8_t x_122; -x_122 = lean_nat_dec_le(x_118, x_118); -if (x_122 == 0) +uint8_t x_43; +x_43 = lean_nat_dec_le(x_38, x_38); +if (x_43 == 0) { -lean_object* x_123; lean_object* x_124; -lean_dec(x_118); -lean_dec(x_117); +lean_object* x_44; lean_object* x_45; +lean_dec(x_38); +lean_dec(x_37); lean_dec(x_4); lean_dec(x_2); -x_123 = lean_box(0); -x_124 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_124, 0, x_123); -lean_ctor_set(x_124, 1, x_114); -lean_ctor_set(x_93, 0, x_124); -return x_93; +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_34); +lean_ctor_set(x_10, 0, x_45); +return x_10; } else { -size_t x_125; size_t x_126; lean_object* x_127; lean_object* x_128; -lean_free_object(x_93); -x_125 = 0; -x_126 = lean_usize_of_nat(x_118); -lean_dec(x_118); -x_127 = lean_box(0); -x_128 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_117, x_125, x_126, x_127, x_2, x_114, x_4, x_113); -lean_dec(x_117); -return x_128; +size_t x_46; size_t x_47; lean_object* x_48; lean_object* x_49; +lean_free_object(x_10); +x_46 = 0; +x_47 = lean_usize_of_nat(x_38); +lean_dec(x_38); +x_48 = lean_box(0); +x_49 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_37, x_46, x_47, x_48, x_2, x_34, x_4, x_33); +lean_dec(x_37); +return x_49; } } } else { -lean_free_object(x_93); +lean_object* x_50; lean_object* x_51; +lean_free_object(x_10); +x_50 = lean_unsigned_to_nat(0u); +x_51 = l_Lean_Syntax_getArg(x_1, x_50); lean_dec(x_1); -x_1 = x_85; -x_3 = x_114; -x_5 = x_113; +x_1 = x_51; +x_3 = x_34; +x_5 = x_33; goto _start; } } } else { -lean_object* x_130; lean_object* x_131; lean_object* x_132; lean_object* x_133; lean_object* x_134; uint8_t x_135; -x_130 = lean_ctor_get(x_93, 0); -x_131 = lean_ctor_get(x_93, 1); -lean_inc(x_131); -lean_inc(x_130); -lean_dec(x_93); -x_132 = lean_ctor_get(x_130, 1); -lean_inc(x_132); -if (lean_is_exclusive(x_130)) { - lean_ctor_release(x_130, 0); - lean_ctor_release(x_130, 1); - x_133 = x_130; +lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; uint8_t x_58; +x_53 = lean_ctor_get(x_10, 0); +x_54 = lean_ctor_get(x_10, 1); +lean_inc(x_54); +lean_inc(x_53); +lean_dec(x_10); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +if (lean_is_exclusive(x_53)) { + lean_ctor_release(x_53, 0); + lean_ctor_release(x_53, 1); + x_56 = x_53; } else { - lean_dec_ref(x_130); - x_133 = lean_box(0); + lean_dec_ref(x_53); + x_56 = lean_box(0); } -x_134 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__6; +x_57 = l_Lean_Server_FileWorker_handleSemanticTokens_go___closed__2; lean_inc(x_1); -x_135 = l_Lean_Syntax_isOfKind(x_1, x_134); -if (x_135 == 0) +x_58 = l_Lean_Syntax_isOfKind(x_1, x_57); +if (x_58 == 0) { -lean_object* x_136; lean_object* x_137; uint8_t x_138; -lean_dec(x_85); -x_136 = l_Lean_Syntax_getArgs(x_1); +lean_object* x_59; lean_object* x_60; lean_object* x_61; uint8_t x_62; +x_59 = l_Lean_Syntax_getArgs(x_1); lean_dec(x_1); -x_137 = lean_array_get_size(x_136); -x_138 = lean_nat_dec_lt(x_84, x_137); -if (x_138 == 0) +x_60 = lean_array_get_size(x_59); +x_61 = lean_unsigned_to_nat(0u); +x_62 = lean_nat_dec_lt(x_61, x_60); +if (x_62 == 0) { -lean_object* x_139; lean_object* x_140; lean_object* x_141; -lean_dec(x_137); -lean_dec(x_136); +lean_object* x_63; lean_object* x_64; lean_object* x_65; +lean_dec(x_60); +lean_dec(x_59); lean_dec(x_4); lean_dec(x_2); -x_139 = lean_box(0); -if (lean_is_scalar(x_133)) { - x_140 = lean_alloc_ctor(0, 2, 0); +x_63 = lean_box(0); +if (lean_is_scalar(x_56)) { + x_64 = lean_alloc_ctor(0, 2, 0); } else { - x_140 = x_133; + x_64 = x_56; } -lean_ctor_set(x_140, 0, x_139); -lean_ctor_set(x_140, 1, x_132); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_140); -lean_ctor_set(x_141, 1, x_131); -return x_141; +lean_ctor_set(x_64, 0, x_63); +lean_ctor_set(x_64, 1, x_55); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_54); +return x_65; } else { -uint8_t x_142; -x_142 = lean_nat_dec_le(x_137, x_137); -if (x_142 == 0) +uint8_t x_66; +x_66 = lean_nat_dec_le(x_60, x_60); +if (x_66 == 0) { -lean_object* x_143; lean_object* x_144; lean_object* x_145; -lean_dec(x_137); -lean_dec(x_136); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +lean_dec(x_60); +lean_dec(x_59); lean_dec(x_4); lean_dec(x_2); -x_143 = lean_box(0); -if (lean_is_scalar(x_133)) { - x_144 = lean_alloc_ctor(0, 2, 0); +x_67 = lean_box(0); +if (lean_is_scalar(x_56)) { + x_68 = lean_alloc_ctor(0, 2, 0); } else { - x_144 = x_133; + x_68 = x_56; } -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_144, 1, x_132); -x_145 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_145, 0, x_144); -lean_ctor_set(x_145, 1, x_131); -return x_145; +lean_ctor_set(x_68, 0, x_67); +lean_ctor_set(x_68, 1, x_55); +x_69 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_69, 0, x_68); +lean_ctor_set(x_69, 1, x_54); +return x_69; } else { -size_t x_146; size_t x_147; lean_object* x_148; lean_object* x_149; -lean_dec(x_133); -x_146 = 0; -x_147 = lean_usize_of_nat(x_137); -lean_dec(x_137); -x_148 = lean_box(0); -x_149 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_136, x_146, x_147, x_148, x_2, x_132, x_4, x_131); -lean_dec(x_136); -return x_149; +size_t x_70; size_t x_71; lean_object* x_72; lean_object* x_73; +lean_dec(x_56); +x_70 = 0; +x_71 = lean_usize_of_nat(x_60); +lean_dec(x_60); +x_72 = lean_box(0); +x_73 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_59, x_70, x_71, x_72, x_2, x_55, x_4, x_54); +lean_dec(x_59); +return x_73; } } } else { -lean_dec(x_133); +lean_object* x_74; lean_object* x_75; +lean_dec(x_56); +x_74 = lean_unsigned_to_nat(0u); +x_75 = l_Lean_Syntax_getArg(x_1, x_74); lean_dec(x_1); -x_1 = x_85; -x_3 = x_132; -x_5 = x_131; +x_1 = x_75; +x_3 = x_55; +x_5 = x_54; goto _start; } } } -else -{ -lean_object* x_151; lean_object* x_152; lean_object* x_153; -lean_dec(x_85); -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_151 = lean_box(0); -x_152 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_152, 0, x_151); -lean_ctor_set(x_152, 1, x_3); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_5); -return x_153; } } -else +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___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: { -lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; lean_object* x_159; -lean_dec(x_1); -lean_inc(x_4); -lean_inc(x_2); -x_154 = l_Lean_Server_FileWorker_handleSemanticTokens_go(x_85, x_2, x_3, x_4, x_5); -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); -x_157 = lean_ctor_get(x_155, 1); -lean_inc(x_157); -lean_dec(x_155); -x_158 = 2; -x_159 = l_Lean_Server_FileWorker_handleSemanticTokens_addToken(x_87, x_158, x_2, x_157, x_4, x_156); -lean_dec(x_4); +size_t x_9; size_t x_10; lean_object* x_11; +x_9 = lean_unbox_usize(x_2); lean_dec(x_2); -return x_159; -} -} +x_10 = lean_unbox_usize(x_3); +lean_dec(x_3); +x_11 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_1, x_9, x_10, x_4, x_5, x_6, x_7, x_8); +lean_dec(x_1); +return x_11; } } -LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___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_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___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; uint8_t x_7; lean_object* x_8; @@ -19738,37 +19242,24 @@ x_5 = lean_unbox_usize(x_3); lean_dec(x_3); x_6 = lean_unbox_usize(x_4); lean_dec(x_4); -x_7 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(x_1, x_2, x_5, x_6); +x_7 = l_Array_anyMUnsafe_any___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_1, x_2, x_5, x_6); lean_dec(x_2); lean_dec(x_1); x_8 = lean_box(x_7); return x_8; } } -LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__1(x_1, x_2); +x_3 = l_Array_contains___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__2(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_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { -_start: -{ -size_t x_9; size_t x_10; lean_object* x_11; -x_9 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_10 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_11 = l_Array_foldlMUnsafe_fold___at_Lean_Server_FileWorker_handleSemanticTokens_go___spec__3(x_1, x_9, x_10, x_4, x_5, x_6, x_7, x_8); -lean_dec(x_1); -return x_11; -} -} static lean_object* _init_l_List_forIn_loop___at_Lean_Server_FileWorker_handleSemanticTokens___spec__1___lambda__1___closed__1() { _start: { @@ -19937,7 +19428,7 @@ static lean_object* _init_l_Lean_Server_FileWorker_handleSemanticTokens___lambda { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l_Lean_Server_FileWorker_handleCompletion___closed__1; -x_2 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2; +x_2 = l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___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); @@ -22638,7 +22129,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2274_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonCompletionParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2224_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -22794,7 +22285,7 @@ static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Serv _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2209_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonCompletionList____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2159_), 1, 0); return x_1; } } @@ -23091,7 +22582,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2613_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonHoverParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2563_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -23258,7 +22749,7 @@ lean_object* x_3; lean_object* x_4; x_3 = lean_ctor_get(x_1, 0); lean_inc(x_3); lean_dec(x_1); -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2451_(x_3); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonHover____x40_Lean_Data_Lsp_LanguageFeatures___hyg_2401_(x_3); return x_4; } } @@ -23564,7 +23055,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -24056,7 +23547,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3727_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentHighlightParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3677_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -24169,7 +23660,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_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3950_(x_5); +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonDocumentHighlight____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3900_(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); @@ -24548,7 +24039,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4010_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonDocumentSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3960_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -25006,7 +24497,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6925_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6875_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -25153,7 +24644,7 @@ static lean_object* _init_l_Lean_Server_registerLspRequestHandler___at_Lean_Serv _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7335_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSemanticTokens____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7285_), 1, 0); return x_1; } } @@ -25450,7 +24941,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7045_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonSemanticTokensRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_6995_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -25885,7 +25376,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_FileW _start: { lean_object* x_2; -x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7393_(x_1); +x_2 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonFoldingRangeParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7343_(x_1); if (lean_obj_tag(x_2) == 0) { uint8_t x_3; @@ -25998,7 +25489,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_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7571_(x_5); +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonFoldingRange____x40_Lean_Data_Lsp_LanguageFeatures___hyg_7521_(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); @@ -28254,14 +27745,14 @@ l_Lean_Server_FileWorker_handleHover___closed__1 = _init_l_Lean_Server_FileWorke lean_mark_persistent(l_Lean_Server_FileWorker_handleHover___closed__1); l_Lean_Server_FileWorker_handleHover___closed__2 = _init_l_Lean_Server_FileWorker_handleHover___closed__2(); lean_mark_persistent(l_Lean_Server_FileWorker_handleHover___closed__2); -l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__1); -l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__2); -l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3(); -lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__2___closed__3); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__3___closed__1); l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__1); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__2 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__2(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__2); +l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3(); +lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__5___closed__3); l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1(); lean_mark_persistent(l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__6___closed__1); l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1 = _init_l_Lean_Server_FileWorker_locationLinksOfInfo___lambda__8___closed__1(); diff --git a/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c b/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c index b97ee92cfb9c..89158e0ad816 100644 --- a/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c +++ b/stage0/stdlib/Lean/Server/FileWorker/WidgetRequests.c @@ -16,10 +16,11 @@ extern "C" { static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__2; lean_object* l_Lean_JsonNumber_fromNat(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__12; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__10; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_join___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__9; lean_object* l_IO_AsyncList_waitAll___rarg(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); @@ -32,54 +33,48 @@ static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_i LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_5_(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__18; lean_object* l_Lean_Widget_ppExprTagged(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____boxed(lean_object*, lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams; +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__4; lean_object* l_Lean_PersistentArray_toArray___rarg(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_(lean_object*, lean_object*); -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instInhabitedMsgToInteractive___closed__1; uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Server_registerBuiltinRpcProcedure___spec__5(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1; -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_212_(lean_object*); lean_object* l_Lean_Server_instRpcEncodableOption___rarg(lean_object*); lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith___rarg(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58_(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__32; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__3; -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__2; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__8; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__27; +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____closed__4; -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup___closed__1; static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__11; LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2; +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* l___private_Lean_Server_GoTo_0__Lean_Server_fromJsonGoToKind____x40_Lean_Server_GoTo___hyg_81_(lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678_(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__22; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_makePopup(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__10; LEAN_EXPORT uint8_t l_Lean_Widget_getInteractiveDiagnostics___lambda__2(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__24; static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__2___closed__2; -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1; lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(lean_object*, lean_object*); lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(lean_object*, lean_object*, lean_object*); @@ -87,7 +82,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Wid static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__3; lean_object* l___private_Lean_Server_GoTo_0__Lean_Server_toJsonGoToKind____x40_Lean_Server_GoTo___hyg_40_(uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__7; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedGetInteractiveDiagnosticsParams; LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics(lean_object*, lean_object*, lean_object*); @@ -97,61 +91,53 @@ static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Wi LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__1___lambda__1___boxed(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_1743____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_58____closed__31; -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__1; -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__2; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__2___closed__2; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__6; -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__1; +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__3; extern lean_object* l_Lean_Lsp_instFromJsonPlainTermGoalParams; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____boxed(lean_object*); lean_object* l_Lean_Lsp_DiagnosticWith_fullRange___rarg(lean_object*); -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__1; lean_object* l_Lean_Json_getStr_x3f(lean_object*); -LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__2; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_dec____x40_Lean_Widget_InteractiveCode___hyg_317____boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____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_58____closed__8; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____closed__1; size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323_(lean_object*); +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__1; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_lazyTraceChildrenToInteractive___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_FileMap_lspPosToUtf8Pos(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672_(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600____closed__1; +LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___at_Lean_Widget_getInteractiveDiagnostics___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_st_ref_take(lean_object*, lean_object*); lean_object* l_Lean_Server_instRpcEncodableWithRpcRef___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__10; -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4; -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__3; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__6; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____closed__1; lean_object* l_Lean_Server_instRpcEncodableArray___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonGetInteractiveDiagnosticsParams; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__7; -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Widget_instTypeNameLazyTraceChildren; lean_object* l_Lean_Elab_Info_type_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__9; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_5_(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__8___closed__1; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__2; static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__10___closed__1; -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__13; -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__11; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedMsgToInteractive; static lean_object* l_Lean_Widget_instFromJsonGetInteractiveDiagnosticsParams___closed__1; @@ -159,6 +145,7 @@ static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Wi static lean_object* l_Lean_Widget_getInteractiveDiagnostics___closed__1; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____closed__2; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__1; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__12; lean_object* l_Lean_Server_wrapRpcProcedure___elambda__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_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__3; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__11; @@ -171,24 +158,20 @@ static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Server_FileW lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__30; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2; extern lean_object* l_Lean_Lsp_instFromJsonLocationLink; +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470____boxed(lean_object*); static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___closed__3; -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134_(lean_object*); extern lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal; LEAN_EXPORT lean_object* l_Lean_Json_opt___at___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1865____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__18; -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____spec__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_Server_RequestM_asTask___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x3f(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__14; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9; -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__8; extern lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals; LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___boxed(lean_object*, lean_object*, lean_object*); extern lean_object* l_Task_Priority_default; @@ -197,59 +180,66 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_5____boxed(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*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__7; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____closed__3; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__7; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__3; static lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____boxed(lean_object*); static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__10___closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__26; static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__12; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__13; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671_(lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____closed__1; extern lean_object* l_Lean_Widget_instTypeNameMessageData; extern lean_object* l_Lean_Lsp_instToJsonPlainTermGoalParams; -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1865_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__10; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__5; 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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); 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_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____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_672____closed__15; -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__2; static lean_object* l_Lean_Widget_instInhabitedInfoPopup___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__2; +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__9; -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____spec__1(lean_object*, lean_object*); -lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__2(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9; +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__2___boxed(lean_object*); lean_object* l_List_getLast_x3f___rarg(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__17; lean_object* l_Lean_Server_instRpcEncodable___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__2; +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672_(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__13; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__3; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Lsp_instToJsonPlainGoalParams; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2; static lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive___closed__1; -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115_(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__5; +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__14; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1678____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324_(lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____closed__3; +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_878____boxed(lean_object*); extern lean_object* l_Lean_Lsp_instFromJsonPlainGoalParams; lean_object* l_Lean_Widget_TaggedText_instRpcEncodableTaggedText___rarg(lean_object*); @@ -260,6 +250,8 @@ static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__8___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__3___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__1; +lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600____boxed(lean_object*, lean_object*); @@ -270,23 +262,25 @@ lean_object* l_Lean_Server_FileWorker_locationLinksOfInfo(uint8_t, lean_object*, static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__2___closed__1; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____closed__3; lean_object* lean_task_map(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__3; static lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__1; lean_object* l_Lean_Expr_getAppFn(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInfoPopup___closed__3; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__2; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonGetInteractiveDiagnosticsParams____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1793____closed__9; lean_object* l_Lean_Json_getNat_x3f(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__6; -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___at_Lean_Widget_getInteractiveDiagnostics___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__5; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup; static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_makePopup___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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__10; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__8; +lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); lean_object* lean_io_initializing(lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____closed__2; -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__2; lean_object* l_Lean_Widget_msgToInteractive(lean_object*, uint8_t, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__6; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__16; @@ -301,23 +295,24 @@ static lean_object* l_Lean_Widget_instRpcEncodableMsgToInteractive___closed__3; lean_object* lean_array_uget(lean_object*, size_t); lean_object* l_Lean_Elab_Info_lctx(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__13; -static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__8; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__2(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_Server_FileWorker_getInteractiveTermGoal(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__1; lean_object* l_Lean_Name_mkStr4(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470_(lean_object*); static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__9___closed__1; -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__12; LEAN_EXPORT lean_object* l_Lean_Widget_lazyTraceChildrenToInteractive(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469_(lean_object*); +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__8; lean_object* lean_string_append(lean_object*, lean_object*); extern lean_object* l_Lean_Lsp_instToJsonLocationLink; +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____closed__3; lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonGetInteractiveDiagnosticsParams; -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__9; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__15; @@ -330,25 +325,32 @@ lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonLineRange____x4 LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1583____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_58____closed__17; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469____boxed(lean_object*); -static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__7; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__25; +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_212____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_1494_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_RequestError_ofIoError(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_toJsonLineRange____x40_Lean_Data_Lsp_Extra___hyg_2702_(lean_object*); -static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__1; +static lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__1; static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_672____closed__3; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__9___closed__1; +static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__2; static lean_object* l_Lean_Widget_instToJsonGetInteractiveDiagnosticsParams___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInfoPopup_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_600_(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_ContextInfo_runMetaM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__1; -lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); static lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__1; static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedInfoPopup; +static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__1; LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_878_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____lambda__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_FileWorker_getInteractiveGoals(lean_object*, lean_object*, lean_object*); @@ -1762,7 +1764,7 @@ lean_inc(x_50); x_51 = lean_ctor_get(x_49, 1); lean_inc(x_51); lean_dec(x_49); -x_52 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_50); +x_52 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_50); x_3 = x_52; x_4 = x_51; goto block_44; @@ -1827,7 +1829,7 @@ if (x_20 == 0) { lean_object* x_21; lean_object* x_22; lean_object* x_23; x_21 = lean_ctor_get(x_19, 0); -x_22 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_21); +x_22 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_21); x_23 = lean_ctor_get(x_1, 2); lean_inc(x_23); lean_dec(x_1); @@ -1870,7 +1872,7 @@ x_32 = lean_ctor_get(x_19, 1); lean_inc(x_32); lean_inc(x_31); lean_dec(x_19); -x_33 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_31); +x_33 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_31); x_34 = lean_ctor_get(x_1, 2); lean_inc(x_34); lean_dec(x_1); @@ -2159,7 +2161,7 @@ if (x_43 == 0) { lean_object* x_44; lean_object* x_45; x_44 = lean_ctor_get(x_41, 0); -x_45 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_44); +x_45 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_44); if (lean_obj_tag(x_45) == 0) { uint8_t x_46; @@ -2235,7 +2237,7 @@ lean_object* x_56; lean_object* x_57; x_56 = lean_ctor_get(x_41, 0); lean_inc(x_56); lean_dec(x_41); -x_57 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_56); +x_57 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_56); if (lean_obj_tag(x_57) == 0) { lean_object* x_58; lean_object* x_59; lean_object* x_60; @@ -2326,7 +2328,7 @@ if (x_76 == 0) { lean_object* x_77; lean_object* x_78; x_77 = lean_ctor_get(x_74, 0); -x_78 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_77); +x_78 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_77); if (lean_obj_tag(x_78) == 0) { uint8_t x_79; @@ -2400,7 +2402,7 @@ lean_object* x_89; lean_object* x_90; x_89 = lean_ctor_get(x_74, 0); lean_inc(x_89); lean_dec(x_74); -x_90 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_89); +x_90 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_89); if (lean_obj_tag(x_90) == 0) { lean_object* x_91; lean_object* x_92; lean_object* x_93; @@ -4054,136 +4056,303 @@ x_1 = l_Lean_Widget_instToJsonGetInteractiveDiagnosticsParams___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; size_t x_8; size_t x_9; -x_7 = lean_array_uget(x_2, x_3); -x_8 = 1; -x_9 = lean_usize_add(x_3, x_8); +lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); if (lean_obj_tag(x_1) == 0) { -lean_object* x_10; -x_10 = lean_array_push(x_5, x_7); -x_3 = x_9; -x_5 = x_10; -goto _start; +uint8_t x_16; +x_16 = 1; +x_11 = x_16; +goto block_15; } else { -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_12 = lean_ctor_get(x_1, 0); -x_13 = lean_ctor_get(x_12, 0); -x_14 = lean_ctor_get(x_12, 1); -x_15 = l_Lean_Lsp_DiagnosticWith_fullRange___rarg(x_7); -x_16 = lean_ctor_get(x_15, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_16, 0); -lean_inc(x_17); -lean_dec(x_16); -x_18 = lean_nat_dec_le(x_13, x_17); -if (x_18 == 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; +x_17 = lean_ctor_get(x_1, 0); +x_18 = lean_ctor_get(x_17, 0); +x_19 = lean_ctor_get(x_17, 1); +x_20 = l_Lean_Lsp_DiagnosticWith_fullRange___rarg(x_8); +x_21 = lean_ctor_get(x_20, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_21, 0); +lean_inc(x_22); +lean_dec(x_21); +x_23 = lean_nat_dec_le(x_18, x_22); +if (x_23 == 0) { -uint8_t x_19; -x_19 = lean_nat_dec_le(x_17, x_13); -lean_dec(x_17); -if (x_19 == 0) +uint8_t x_24; +x_24 = lean_nat_dec_le(x_22, x_18); +lean_dec(x_22); +if (x_24 == 0) { -lean_dec(x_15); -lean_dec(x_7); -x_3 = x_9; +uint8_t x_25; +lean_dec(x_20); +x_25 = 0; +x_11 = x_25; +goto block_15; +} +else +{ +lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_ctor_get(x_20, 1); +lean_inc(x_26); +lean_dec(x_20); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +lean_dec(x_26); +x_28 = lean_nat_dec_lt(x_18, x_27); +lean_dec(x_27); +if (x_28 == 0) +{ +uint8_t x_29; +x_29 = 0; +x_11 = x_29; +goto block_15; +} +else +{ +uint8_t x_30; +x_30 = 1; +x_11 = x_30; +goto block_15; +} +} +} +else +{ +uint8_t x_31; +x_31 = lean_nat_dec_lt(x_22, x_19); +if (x_31 == 0) +{ +uint8_t x_32; +x_32 = lean_nat_dec_le(x_22, x_18); +lean_dec(x_22); +if (x_32 == 0) +{ +uint8_t x_33; +lean_dec(x_20); +x_33 = 0; +x_11 = x_33; +goto block_15; +} +else +{ +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_20, 1); +lean_inc(x_34); +lean_dec(x_20); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_nat_dec_lt(x_18, x_35); +lean_dec(x_35); +if (x_36 == 0) +{ +uint8_t x_37; +x_37 = 0; +x_11 = x_37; +goto block_15; +} +else +{ +uint8_t x_38; +x_38 = 1; +x_11 = x_38; +goto block_15; +} +} +} +else +{ +uint8_t x_39; +lean_dec(x_22); +lean_dec(x_20); +x_39 = 1; +x_11 = x_39; +goto block_15; +} +} +} +block_15: +{ +if (x_11 == 0) +{ +lean_dec(x_8); +x_4 = x_10; goto _start; } else { -lean_object* x_21; lean_object* x_22; uint8_t x_23; -x_21 = lean_ctor_get(x_15, 1); +lean_object* x_13; +x_13 = lean_array_push(x_6, x_8); +x_4 = x_10; +x_6 = x_13; +goto _start; +} +} +} +else +{ +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___at_Lean_Widget_getInteractiveDiagnostics___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +x_8 = lean_array_uget(x_3, x_4); +x_9 = 1; +x_10 = lean_usize_add(x_4, x_9); +if (lean_obj_tag(x_2) == 0) +{ +uint8_t x_16; +x_16 = 1; +x_11 = x_16; +goto block_15; +} +else +{ +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; +x_17 = lean_ctor_get(x_2, 0); +x_18 = lean_ctor_get(x_17, 0); +x_19 = lean_ctor_get(x_17, 1); +x_20 = l_Lean_Lsp_DiagnosticWith_fullRange___rarg(x_8); +x_21 = lean_ctor_get(x_20, 0); lean_inc(x_21); -lean_dec(x_15); x_22 = lean_ctor_get(x_21, 0); lean_inc(x_22); lean_dec(x_21); -x_23 = lean_nat_dec_lt(x_13, x_22); -lean_dec(x_22); +x_23 = lean_nat_dec_le(x_18, x_22); if (x_23 == 0) { -lean_dec(x_7); -x_3 = x_9; -goto _start; +uint8_t x_24; +x_24 = lean_nat_dec_le(x_22, x_18); +lean_dec(x_22); +if (x_24 == 0) +{ +uint8_t x_25; +lean_dec(x_20); +x_25 = 0; +x_11 = x_25; +goto block_15; } else { -lean_object* x_25; -x_25 = lean_array_push(x_5, x_7); -x_3 = x_9; -x_5 = x_25; -goto _start; +lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_ctor_get(x_20, 1); +lean_inc(x_26); +lean_dec(x_20); +x_27 = lean_ctor_get(x_26, 0); +lean_inc(x_27); +lean_dec(x_26); +x_28 = lean_nat_dec_lt(x_18, x_27); +lean_dec(x_27); +if (x_28 == 0) +{ +uint8_t x_29; +x_29 = 0; +x_11 = x_29; +goto block_15; +} +else +{ +uint8_t x_30; +x_30 = 1; +x_11 = x_30; +goto block_15; } } } else { -uint8_t x_27; -x_27 = lean_nat_dec_lt(x_17, x_14); -if (x_27 == 0) +uint8_t x_31; +x_31 = lean_nat_dec_lt(x_22, x_19); +if (x_31 == 0) { -uint8_t x_28; -x_28 = lean_nat_dec_le(x_17, x_13); -lean_dec(x_17); -if (x_28 == 0) +uint8_t x_32; +x_32 = lean_nat_dec_le(x_22, x_18); +lean_dec(x_22); +if (x_32 == 0) { -lean_dec(x_15); -lean_dec(x_7); -x_3 = x_9; -goto _start; +uint8_t x_33; +lean_dec(x_20); +x_33 = 0; +x_11 = x_33; +goto block_15; } else { -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_15, 1); -lean_inc(x_30); -lean_dec(x_15); -x_31 = lean_ctor_get(x_30, 0); -lean_inc(x_31); -lean_dec(x_30); -x_32 = lean_nat_dec_lt(x_13, x_31); -lean_dec(x_31); -if (x_32 == 0) +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_20, 1); +lean_inc(x_34); +lean_dec(x_20); +x_35 = lean_ctor_get(x_34, 0); +lean_inc(x_35); +lean_dec(x_34); +x_36 = lean_nat_dec_lt(x_18, x_35); +lean_dec(x_35); +if (x_36 == 0) { -lean_dec(x_7); -x_3 = x_9; -goto _start; +uint8_t x_37; +x_37 = 0; +x_11 = x_37; +goto block_15; } else { -lean_object* x_34; -x_34 = lean_array_push(x_5, x_7); -x_3 = x_9; -x_5 = x_34; -goto _start; +uint8_t x_38; +x_38 = 1; +x_11 = x_38; +goto block_15; } } } else { -lean_object* x_36; -lean_dec(x_17); -lean_dec(x_15); -x_36 = lean_array_push(x_5, x_7); -x_3 = x_9; -x_5 = x_36; +uint8_t x_39; +lean_dec(x_22); +lean_dec(x_20); +x_39 = 1; +x_11 = x_39; +goto block_15; +} +} +} +block_15: +{ +if (x_11 == 0) +{ +lean_dec(x_8); +x_4 = x_10; goto _start; } +else +{ +lean_object* x_13; +x_13 = lean_array_push(x_6, x_8); +x_4 = x_10; +x_6 = x_13; +goto _start; } } } else { -return x_5; +return x_6; } } } @@ -4260,7 +4429,7 @@ x_15 = 0; x_16 = lean_usize_of_nat(x_9); lean_dec(x_9); x_17 = l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__1; -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(x_1, x_8, x_15, x_16, x_17); +x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___at_Lean_Widget_getInteractiveDiagnostics___spec__2(x_1, x_1, x_8, x_15, x_16, x_17); lean_dec(x_8); x_19 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_19, 0, x_18); @@ -4411,18 +4580,34 @@ return x_44; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___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_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6) { _start: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(x_1, x_2, x_3, x_7, x_8, x_6); lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___at_Lean_Widget_getInteractiveDiagnostics___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_Widget_getInteractiveDiagnostics___spec__1___at_Lean_Widget_getInteractiveDiagnostics___spec__2(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -return x_8; +return x_9; } } LEAN_EXPORT lean_object* l_Lean_Widget_getInteractiveDiagnostics___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { @@ -4464,7 +4649,7 @@ lean_dec(x_2); return x_4; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__1() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -4474,7 +4659,7 @@ x_3 = l_Lean_Server_instRpcEncodable___rarg(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__2() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -4483,21 +4668,21 @@ x_2 = l_Lean_Widget_instRpcEncodableDiagnosticWith___rarg(x_1); return x_2; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__2; +x_1 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__2; x_2 = l_Lean_Server_instRpcEncodableArray___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_3 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__1; -x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3; +x_3 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__1; +x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__3; x_5 = lean_alloc_closure((void*)(l_Lean_Server_wrapRpcProcedure___elambda__1___boxed), 10, 6); lean_closure_set(x_5, 0, x_1); lean_closure_set(x_5, 1, lean_box(0)); @@ -4508,12 +4693,12 @@ lean_closure_set(x_5, 5, x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___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; 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_inc(x_1); -x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2(x_1, x_2); +x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2(x_1, x_2); x_6 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__1___closed__1; x_7 = lean_st_ref_take(x_6, x_4); x_8 = lean_ctor_get(x_7, 0); @@ -4543,7 +4728,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__2(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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___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; uint8_t x_8; @@ -4564,7 +4749,7 @@ lean_object* x_12; lean_object* x_13; lean_free_object(x_7); lean_dec(x_3); x_12 = lean_box(0); -x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1(x_1, x_2, x_12, x_10); +x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__1(x_1, x_2, x_12, x_10); return x_13; } else @@ -4599,7 +4784,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_3); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1(x_1, x_2, x_22, x_20); +x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__1(x_1, x_2, x_22, x_20); return x_23; } else @@ -4622,7 +4807,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { 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; uint8_t x_12; @@ -4687,12 +4872,12 @@ x_27 = lean_ctor_get(x_10, 1); lean_inc(x_27); lean_dec(x_10); x_28 = lean_box(0); -x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__2(x_1, x_2, x_9, x_28, x_27); +x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__2(x_1, x_2, x_9, x_28, x_27); return x_29; } } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__1() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__1() { _start: { lean_object* x_1; @@ -4700,18 +4885,18 @@ x_1 = lean_mk_string_from_bytes("getInteractiveDiagnostics", 25); return x_1; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__2() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__2; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__4; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__1; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__3() { _start: { lean_object* x_1; @@ -4719,26 +4904,26 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Widget_getInteractiveDiagnostics___boxed return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__2; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3; -x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1(x_2, x_3, x_1); +x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__2; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__3; +x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__1___lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__1___lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1() { _start: { lean_object* x_1; @@ -4746,77 +4931,77 @@ x_1 = lean_mk_string_from_bytes("kind", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__2() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__18; -x_2 = lean_unsigned_to_nat(2283u); +x_2 = lean_unsigned_to_nat(2284u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__3() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__2; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__3; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__3; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__21; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____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_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1; +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__7() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4; -x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4; +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__8() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__7; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__7; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__26; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9() { _start: { lean_object* x_1; @@ -4824,56 +5009,56 @@ x_1 = lean_mk_string_from_bytes("info", 4); return x_1; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____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_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9; +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__11() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__10; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__12() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4; -x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4; +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__13() { +static lean_object* _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__12; +x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__12; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__26; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324_(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; uint8_t x_7; -x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1; +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____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_1743____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_2323____closed__9; +x_5 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____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_1743____spec__2(x_1, x_5); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) @@ -4901,11 +5086,11 @@ return x_12; } } } -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323_(x_1); +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324_(x_1); lean_dec(x_1); return x_2; } @@ -4914,7 +5099,7 @@ static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__10___clo _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____boxed), 1, 0); return x_1; } } @@ -4926,13 +5111,13 @@ x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__10___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470_(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; x_2 = lean_ctor_get(x_1, 0); x_3 = lean_ctor_get(x_1, 1); -x_4 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1; +x_4 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1; lean_inc(x_2); x_5 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_5, 0, x_4); @@ -4941,7 +5126,7 @@ 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 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9; +x_8 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9; lean_inc(x_3); x_9 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_9, 0, x_8); @@ -4960,11 +5145,11 @@ x_14 = l_Lean_Json_mkObj(x_13); return x_14; } } -LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469_(x_1); +x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470_(x_1); lean_dec(x_1); return x_2; } @@ -4973,7 +5158,7 @@ static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__10___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470____boxed), 1, 0); return x_1; } } @@ -4985,7 +5170,7 @@ x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__10___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284_(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; uint8_t x_8; @@ -5004,7 +5189,7 @@ x_9 = lean_ctor_get(x_7, 0); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_4); lean_ctor_set(x_10, 1, x_9); -x_11 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469_(x_10); +x_11 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470_(x_10); lean_dec(x_10); lean_ctor_set(x_7, 0, x_11); return x_7; @@ -5020,7 +5205,7 @@ lean_dec(x_7); x_14 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_14, 0, x_4); lean_ctor_set(x_14, 1, x_12); -x_15 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2469_(x_14); +x_15 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2470_(x_14); lean_dec(x_14); x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_15); @@ -5029,7 +5214,7 @@ return x_16; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____spec__1(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5072,18 +5257,18 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284_(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; -x_3 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323_(x_1); +x_3 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324_(x_1); x_4 = lean_ctor_get(x_3, 0); lean_inc(x_4); lean_dec(x_3); x_5 = lean_ctor_get(x_4, 0); lean_inc(x_5); x_6 = l___private_Lean_Server_GoTo_0__Lean_Server_fromJsonGoToKind____x40_Lean_Server_GoTo___hyg_81_(x_5); -x_7 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____spec__1(x_6, x_2); +x_7 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____spec__1(x_6, x_2); if (lean_obj_tag(x_7) == 0) { uint8_t x_8; @@ -5171,20 +5356,20 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____spec__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____spec__1(x_1, x_2); +x_3 = l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____spec__1(x_1, x_2); lean_dec(x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_(x_1, x_2); +x_3 = l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284_(x_1, x_2); lean_dec(x_1); return x_3; } @@ -5193,7 +5378,7 @@ static lean_object* _init_l_Lean_Widget_instRpcEncodableGetGoToLocationParams___ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283_), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableGetGoToLocationParams_enc____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284_), 2, 0); return x_1; } } @@ -5201,7 +5386,7 @@ static lean_object* _init_l_Lean_Widget_instRpcEncodableGetGoToLocationParams___ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2283____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableGetGoToLocationParams_dec____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2284____boxed), 2, 0); return x_1; } } @@ -5225,7 +5410,7 @@ x_1 = l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__3; return x_1; } } -LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_ReaderT_read___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -5235,7 +5420,7 @@ lean_ctor_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -5245,21 +5430,21 @@ x_3 = l_Lean_Server_instRpcEncodable___rarg(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__2() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1; +x_1 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__1; x_2 = l_Lean_Server_instRpcEncodableArray___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; x_3 = l_Lean_Widget_instRpcEncodableGetGoToLocationParams; -x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__2; +x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__2; x_5 = lean_alloc_closure((void*)(l_Lean_Server_wrapRpcProcedure___elambda__1___boxed), 10, 6); lean_closure_set(x_5, 0, x_1); lean_closure_set(x_5, 1, lean_box(0)); @@ -5270,12 +5455,12 @@ lean_closure_set(x_5, 5, x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___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; 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_inc(x_1); -x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3(x_1, x_2); +x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3(x_1, x_2); x_6 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__1___closed__1; x_7 = lean_st_ref_take(x_6, x_4); x_8 = lean_ctor_get(x_7, 0); @@ -5305,7 +5490,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__2(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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___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; uint8_t x_8; @@ -5326,7 +5511,7 @@ lean_object* x_12; lean_object* x_13; lean_free_object(x_7); lean_dec(x_3); x_12 = lean_box(0); -x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__1(x_1, x_2, x_12, x_10); +x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__1(x_1, x_2, x_12, x_10); return x_13; } else @@ -5361,7 +5546,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_3); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__1(x_1, x_2, x_22, x_20); +x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__1(x_1, x_2, x_22, x_20); return x_23; } else @@ -5384,7 +5569,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { 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; uint8_t x_12; @@ -5449,12 +5634,12 @@ x_27 = lean_ctor_get(x_10, 1); lean_inc(x_27); lean_dec(x_10); x_28 = lean_box(0); -x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__2(x_1, x_2, x_9, x_28, x_27); +x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__2(x_1, x_2, x_9, x_28, x_27); return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____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; @@ -5599,7 +5784,7 @@ return x_37; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____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; lean_object* x_7; @@ -5630,7 +5815,7 @@ lean_object* x_12; lean_object* x_13; lean_free_object(x_7); lean_dec(x_9); x_12 = lean_box(0); -x_13 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_2, x_3, x_6, x_12, x_4, x_10); +x_13 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__1(x_2, x_3, x_6, x_12, x_4, x_10); lean_dec(x_4); return x_13; } @@ -5660,7 +5845,7 @@ else lean_object* x_18; lean_object* x_19; lean_dec(x_14); x_18 = lean_box(0); -x_19 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_2, x_3, x_6, x_18, x_4, x_15); +x_19 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__1(x_2, x_3, x_6, x_18, x_4, x_15); lean_dec(x_4); return x_19; } @@ -5693,15 +5878,15 @@ return x_23; } } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_ReaderT_read___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__1), 2, 0); +x_1 = lean_alloc_closure((void*)(l_ReaderT_read___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__1), 2, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { 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; @@ -5710,10 +5895,10 @@ x_5 = lean_ctor_get(x_1, 0); lean_inc(x_5); lean_dec(x_1); x_6 = lean_box(x_4); -x_7 = lean_alloc_closure((void*)(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2___boxed), 5, 2); +x_7 = lean_alloc_closure((void*)(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__2___boxed), 5, 2); lean_closure_set(x_7, 0, x_6); lean_closure_set(x_7, 1, x_5); -x_8 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1; +x_8 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3___closed__1; x_9 = lean_alloc_closure((void*)(l_ReaderT_bind___at_Lean_Server_wrapRpcProcedure___elambda__1___spec__2___rarg), 4, 2); lean_closure_set(x_9, 0, x_8); lean_closure_set(x_9, 1, x_7); @@ -5721,7 +5906,7 @@ x_10 = l_Lean_Server_RequestM_asTask___rarg(x_9, x_2, x_3); return x_10; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__1() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__1() { _start: { lean_object* x_1; @@ -5729,61 +5914,61 @@ x_1 = lean_mk_string_from_bytes("getGoToLocation", 15); return x_1; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__2; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__4; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__1; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__3() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3), 3, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3), 3, 0); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3; -x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2(x_2, x_3, x_1); +x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__2; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__3; +x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__2___lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__2___lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____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_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__2(x_6, x_2, x_3, x_4, x_5); +x_7 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__2(x_6, x_2, x_3, x_4, x_5); return x_7; } } @@ -5903,7 +6088,7 @@ lean_dec(x_5); return x_9; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -5912,7 +6097,7 @@ x_2 = l_Lean_Server_instRpcEncodableWithRpcRef___rarg(x_1); return x_2; } } -static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2() { +static lean_object* _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -5921,12 +6106,12 @@ x_2 = l_Lean_Server_instRpcEncodableArray___rarg(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_3 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1; -x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2; +x_3 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__1; +x_4 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__2; x_5 = lean_alloc_closure((void*)(l_Lean_Server_wrapRpcProcedure___elambda__1___boxed), 10, 6); lean_closure_set(x_5, 0, x_1); lean_closure_set(x_5, 1, lean_box(0)); @@ -5937,12 +6122,12 @@ lean_closure_set(x_5, 5, x_2); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___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; 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_inc(x_1); -x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2(x_1, x_2); +x_5 = l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2(x_1, x_2); x_6 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_431____spec__1___lambda__1___closed__1; x_7 = lean_st_ref_take(x_6, x_4); x_8 = lean_ctor_get(x_7, 0); @@ -5972,7 +6157,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__2(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_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___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; uint8_t x_8; @@ -5993,7 +6178,7 @@ lean_object* x_12; lean_object* x_13; lean_free_object(x_7); lean_dec(x_3); x_12 = lean_box(0); -x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(x_1, x_2, x_12, x_10); +x_13 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__1(x_1, x_2, x_12, x_10); return x_13; } else @@ -6028,7 +6213,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_3); x_22 = lean_box(0); -x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(x_1, x_2, x_22, x_20); +x_23 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__1(x_1, x_2, x_22, x_20); return x_23; } else @@ -6051,7 +6236,7 @@ return x_29; } } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { 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; uint8_t x_12; @@ -6116,12 +6301,12 @@ x_27 = lean_ctor_get(x_10, 1); lean_inc(x_27); lean_dec(x_10); x_28 = lean_box(0); -x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__2(x_1, x_2, x_9, x_28, x_27); +x_29 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__2(x_1, x_2, x_9, x_28, x_27); return x_29; } } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__1() { _start: { lean_object* x_1; @@ -6129,18 +6314,18 @@ x_1 = lean_mk_string_from_bytes("lazyTraceChildrenToInteractive", 30); return x_1; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__2; x_2 = l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_58____closed__4; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3() { +static lean_object* _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__3() { _start: { lean_object* x_1; @@ -6148,21 +6333,21 @@ x_1 = lean_alloc_closure((void*)(l_Lean_Widget_lazyTraceChildrenToInteractive), return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2; -x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3; -x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1(x_2, x_3, x_1); +x_2 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__2; +x_3 = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__3; +x_4 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1(x_2, x_3, x_1); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___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_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__1___lambda__1(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_registerBuiltinRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__1___lambda__1(x_1, x_2, x_3, x_4); lean_dec(x_3); return x_5; } @@ -6446,47 +6631,47 @@ l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__2 = _init_l_Lean_W lean_mark_persistent(l_Lean_Widget_getInteractiveDiagnostics___lambda__1___closed__2); l_Lean_Widget_getInteractiveDiagnostics___closed__1 = _init_l_Lean_Widget_getInteractiveDiagnostics___closed__1(); lean_mark_persistent(l_Lean_Widget_getInteractiveDiagnostics___closed__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__1(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__2(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__2); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____spec__2___closed__3); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__1(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__1); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__2(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133____closed__3); -res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2133_(lean_io_mk_world()); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__1(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__1); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__2(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__2); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__3 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__3(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____spec__2___closed__3); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__1(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__1); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__2(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__3(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134____closed__3); +res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2134_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__1); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__2 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__2(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__2); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__3 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__3(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__3); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__4); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__5); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__6); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__7 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__7(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__7); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__8 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__8(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__8); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__9); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__10); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__11); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__12 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__12(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__12); -l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__13 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__13(); -lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2323____closed__13); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__1); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__2 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__2(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__2); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__3 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__3(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__3); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__4); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__5 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__5(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__5); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__6 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__6(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__6); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__7 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__7(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__7); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__8 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__8(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__8); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__9); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__10 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__10(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__10); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__11 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__11(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__11); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__12 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__12(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__12); +l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__13 = _init_l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__13(); +lean_mark_persistent(l___private_Lean_Server_FileWorker_WidgetRequests_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2324____closed__13); l_Lean_Widget_instFromJsonRpcEncodablePacket__10___closed__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__10___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonRpcEncodablePacket__10___closed__1); l_Lean_Widget_instFromJsonRpcEncodablePacket__10 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__10(); @@ -6503,34 +6688,34 @@ l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__3 = _init_l_Lean_W lean_mark_persistent(l_Lean_Widget_instRpcEncodableGetGoToLocationParams___closed__3); l_Lean_Widget_instRpcEncodableGetGoToLocationParams = _init_l_Lean_Widget_instRpcEncodableGetGoToLocationParams(); lean_mark_persistent(l_Lean_Widget_instRpcEncodableGetGoToLocationParams); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__2(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____spec__3___closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____lambda__3___closed__1); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__1(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__1); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671____closed__3); -res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2671_(lean_io_mk_world()); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__1(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__1); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__2(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____spec__3___closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3___closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3___closed__1(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____lambda__3___closed__1); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__1(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__1); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__2(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__3(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672____closed__3); +res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_2672_(lean_io_mk_world()); if (lean_io_result_is_error(res)) return res; lean_dec_ref(res); l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1 = _init_l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1(); lean_mark_persistent(l_Lean_Widget_lazyTraceChildrenToInteractive___boxed__const__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__1); -l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2(); -lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____spec__2___closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__1); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__2); -l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3(); -lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115____closed__3); -res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3115_(lean_io_mk_world()); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__1 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__1(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__1); +l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__2 = _init_l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__2(); +lean_mark_persistent(l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____spec__2___closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__1 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__1(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__1); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__2 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__2(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__2); +l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__3 = _init_l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__3(); +lean_mark_persistent(l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117____closed__3); +res = l_Lean_Widget_initFn____x40_Lean_Server_FileWorker_WidgetRequests___hyg_3117_(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/InfoUtils.c b/stage0/stdlib/Lean/Server/InfoUtils.c index b63c4ef8744c..ba8217a0cf52 100644 --- a/stage0/stdlib/Lean/Server/InfoUtils.c +++ b/stage0/stdlib/Lean/Server/InfoUtils.c @@ -21,12 +21,11 @@ lean_object* l_Lean_Meta_ppExpr(lean_object*, lean_object*, lean_object*, lean_o lean_object* l_List_join___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_isEmptyBy(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__11___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object*); static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__1; +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object*, lean_object*); lean_object* l_Lean_PrettyPrinter_ppSignature(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*); static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__3; @@ -41,30 +40,29 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_smallestInfo_x3f___lambda__1___box LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__9(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__21___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__17___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12; LEAN_EXPORT lean_object* l_Lean_Elab_Info_isTerm___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursInside_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__3___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_Elab_InfoTree_foldInfo_go___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___boxed(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_InfoTree_hoverableInfoAt_x3f___spec__11(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__27(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__26___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___closed__1; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__28___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__38___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__2(lean_object*); lean_object* l_Lean_FileMap_toPosition(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__49(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_foldInfo_go(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_InfoTree_hoverableInfoAt_x3f___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_Elab_InfoTree_getCompletionInfos(lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__3; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__7___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__20___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -76,6 +74,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry uint8_t l_Lean_Expr_isApp(lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__2; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__53(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_foldInfo_go___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -93,7 +92,6 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_size_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__9___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_Info_isTerm(lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__5; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__26(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getPos_x3f(lean_object*, uint8_t); @@ -105,7 +103,6 @@ static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Array_getMax_x3f___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__3(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__17(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3; static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__5; static lean_object* l_Lean_Elab_InfoTree_getCompletionInfos___closed__2; LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -125,12 +122,14 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_has LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__8(lean_object*); lean_object* l_Lean_instInhabitedPersistentArrayNode(lean_object*); lean_object* l_Lean_PersistentArray_toList___rarg(lean_object*); +static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__3; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__30(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__23___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_tailPos_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at___private_Lean_Meta_Basic_0__Lean_Meta_beqInfoCacheKey____x40_Lean_Meta_Basic___hyg_368____spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); @@ -141,18 +140,19 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_smallestInfo_x3f(lean_object*, lea LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__46(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_getNumArgs(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__4___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27(lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_isAtomicFormat___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__5(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_InfoTree_foldInfo_go___spec__21(lean_object*); -static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1; +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__18(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__19___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursBefore_x3f(lean_object*, lean_object*); @@ -163,17 +163,20 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_isCompletion___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__1___boxed(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_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__9(lean_object*, lean_object*, size_t, size_t, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_deepestNodes___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__4(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__52(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__11(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__48___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_tailPos_x3f(lean_object*); uint8_t l_Lean_Expr_isSort(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__14___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__1(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__8___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); @@ -184,23 +187,23 @@ static lean_object* l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__8; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__21___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__25(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__7(lean_object*); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__14(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_range_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Info_updateContext_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_visitM_go___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_type_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1; LEAN_EXPORT lean_object* l_Lean_findModuleOf_x3f___at_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findModuleOf_x3f___at_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__32(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__10___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__1___closed__1; +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__7; LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_visitM_go___spec__2___rarg___lambda__1(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_InfoTree_hasSorry_go___spec__19(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__22(lean_object*); @@ -210,26 +213,25 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldI LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__18___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__30___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1; lean_object* l_Lean_Syntax_getKind(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_isSmaller___boxed(lean_object*, lean_object*); static lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__3; LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__10(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__54(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__23(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__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_InfoTree_hoverableInfoAt_x3f___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_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__25___rarg___boxed(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_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__15___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__45___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__3(lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__6___boxed(lean_object*, lean_object*); lean_object* l_Lean_getOptionDecls(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_getCompletionInfos___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -240,6 +242,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f(lean_object extern lean_object* l_String_instInhabitedRange; lean_object* l_instInhabited___rarg(lean_object*, lean_object*); lean_object* l_Lean_Syntax_getTrailingSize(lean_object*); +static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__1; uint8_t l_Lean_Syntax_isMissing(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__21(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_contains___boxed(lean_object*, lean_object*, lean_object*); @@ -251,21 +254,26 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_Persisten static lean_object* l_Lean_Elab_InfoTree_getCompletionInfos___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Info_lctx___boxed(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__8(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__15(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__20___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_constName_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__22(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__19(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__6; static lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___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_InfoTree_hasSorry_go___spec__48(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__3; +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__10___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___lambda__3___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_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__24(lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1; LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__5(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__12(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); @@ -284,38 +292,40 @@ static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Syntax_isIdent(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__9(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__16___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__19___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__4___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__18___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterMap___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__1(lean_object*); LEAN_EXPORT uint8_t l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__51(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__4; +LEAN_EXPORT lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__4___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* lean_usize_to_nat(size_t); LEAN_EXPORT lean_object* l_Lean_Elab_Info_pos_x3f___boxed(lean_object*); -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(lean_object*, lean_object*, lean_object*); LEAN_EXPORT 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_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__33___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2; +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__16(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__35___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__10(lean_object*, lean_object*, lean_object*); uint8_t l_instDecidableRelLeLeOfOrd___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__43___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3; lean_object* l_Lean_LocalDecl_userName(lean_object*); +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__17(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__23(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__1(lean_object*, lean_object*); extern lean_object* l_instInhabitedPos; LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_filterMap___at_Lean_Elab_InfoTree_collectNodesBottomUp___spec__1___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__40(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_smallestInfo_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2; LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__47(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_List_foldr___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__6(uint8_t, lean_object*); @@ -328,19 +338,20 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry uint8_t l_Lean_Name_hasMacroScopes(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_visitM_x27___spec__1(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__16___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__8___boxed(lean_object*); lean_object* l_lexOrd___elambda__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_termGoalAt_x3f(lean_object*, lean_object*); uint8_t l_String_Range_contains(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__44(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___closed__4; LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__28(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__26(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__8(lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__1; @@ -348,6 +359,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_Persisten LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_visitM_go___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__35(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_deepestNodes___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__17___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__2(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_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__25(lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -355,34 +367,30 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lamb LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__38(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__34___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_isEmptyBy___boxed(lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__43(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f___lambda__4(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_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__1; lean_object* l_Lean_Environment_allImportedModuleNames(lean_object*); static lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f_isEmptyBy___closed__1; -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___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_Elab_InfoTree_hasSorry_go(lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__16(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__18___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3; LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_instOrdInt___boxed(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(lean_object*, lean_object*); lean_object* l_Std_Format_joinSep___at_Prod_repr___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__7(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__7; -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, uint8_t, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_find___at_Lean_getOptionDecl___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__17(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_goalsAt_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_panic_fn(lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7; LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__2(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_InfoTree_foldInfo_go___spec__12___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_getCompletionInfos___lambda__1(lean_object*, lean_object*, lean_object*); @@ -401,10 +409,8 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go(lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_deepestNodes___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Data_PersistentArray_0__Lean_PersistentArray_foldlFromMAux___at_Lean_Elab_InfoTree_foldInfo_go___spec__2___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__9___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object*, uint8_t, uint8_t, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Environment_getModuleIdxFor_x3f(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_visitM_x27___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_visitM_go___spec__1(lean_object*, lean_object*); @@ -419,6 +425,7 @@ LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goa size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__31(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__9___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_docString_x3f___lambda__2(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_InfoTree_foldInfo_go___spec__9___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___rarg___lambda__1(lean_object*, lean_object*); @@ -428,7 +435,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry LEAN_EXPORT uint8_t l_Lean_Elab_Info_isSmaller(lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedName; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__9(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__16(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_lctx(lean_object*); @@ -450,8 +457,9 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__5(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__18(lean_object*, lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); lean_object* lean_array_get_size(lean_object*); lean_object* lean_infer_type(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); @@ -469,12 +477,14 @@ LEAN_EXPORT lean_object* l_Lean_Elab_Info_stx(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_foldlM___at_Lean_Elab_InfoTree_foldInfo_go___spec__14(lean_object*); static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_hasSorry_go___spec__12(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_Info_occursInside_x3f___boxed(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___spec__6(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__8___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__5___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4; +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__15___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Info_toElabInfo_x3f(lean_object*); +static lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__5; LEAN_EXPORT uint8_t l_Lean_PersistentArray_anyMAux___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Int_negOfNat(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__11___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -486,6 +496,7 @@ uint8_t l_Lean_Expr_isSyntheticSorry(lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__1(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_LocalContext_findFVar_x3f(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___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_Elab_Info_stx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_foldInfo_go___spec__26___rarg(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); @@ -494,6 +505,7 @@ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry LEAN_EXPORT lean_object* l_Lean_PersistentArray_anyM___at_Lean_Elab_InfoTree_hasSorry_go___spec__36(lean_object*, lean_object*, lean_object*); size_t lean_usize_land(size_t, size_t); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_foldInfo(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtTermAndModule_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -501,7 +513,6 @@ LEAN_EXPORT uint8_t l_Lean_Elab_Info_contains(lean_object*, lean_object*, uint8_ LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__13(lean_object*, lean_object*, size_t, size_t, lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_anyMUnsafe_any___at_Lean_Elab_InfoTree_hasSorry_go___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3; static lean_object* l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__4; LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_visitM_go___spec__1___rarg(lean_object* x_1, lean_object* x_2) { _start: @@ -4305,7 +4316,45 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4(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_Elab_InfoTree_smallestInfo_x3f___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +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; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; +x_7 = lean_array_uget(x_2, x_3); +x_8 = lean_ctor_get(x_7, 0); +lean_inc(x_8); +x_9 = lean_ctor_get(x_5, 0); +lean_inc(x_9); +x_10 = lean_nat_dec_lt(x_8, x_9); +lean_dec(x_9); +lean_dec(x_8); +x_11 = 1; +x_12 = lean_usize_add(x_3, x_11); +if (x_10 == 0) +{ +lean_dec(x_7); +x_3 = x_12; +goto _start; +} +else +{ +lean_dec(x_5); +x_3 = x_12; +x_5 = x_7; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__5(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -4389,7 +4438,7 @@ size_t x_12; size_t x_13; lean_object* x_14; lean_object* x_15; x_12 = 1; x_13 = lean_usize_of_nat(x_2); lean_dec(x_2); -x_14 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4(x_1, x_12, x_13, x_6); +x_14 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__5(x_1, x_12, x_13, x_6); x_15 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_15, 0, x_14); return x_15; @@ -4514,7 +4563,21 @@ return x_25; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___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_Elab_InfoTree_smallestInfo_x3f___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___at_Lean_Elab_InfoTree_smallestInfo_x3f___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; @@ -4522,7 +4585,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_Elab_InfoTree_smallestInfo_x3f___spec__4(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__4___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__5(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -4653,7 +4716,6 @@ LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableI if (lean_obj_tag(x_2) == 0) { lean_object* x_4; -lean_dec(x_1); x_4 = l_List_reverse___rarg(x_3); return x_4; } @@ -4663,7 +4725,7 @@ uint8_t x_5; x_5 = !lean_is_exclusive(x_2); 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; +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_ctor_get(x_2, 0); x_7 = lean_ctor_get(x_2, 1); x_8 = lean_ctor_get(x_6, 1); @@ -4673,9 +4735,9 @@ lean_inc(x_9); lean_dec(x_8); x_10 = l_Lean_Elab_Info_stx(x_9); lean_dec(x_9); -lean_inc(x_1); -x_11 = l_Lean_Syntax_structEq(x_10, x_1); -if (x_11 == 0) +x_11 = l_Lean_Elab_Info_stx(x_1); +x_12 = l_Lean_Syntax_structEq(x_10, x_11); +if (x_12 == 0) { lean_ctor_set(x_2, 1, x_3); { @@ -4696,35 +4758,35 @@ goto _start; } else { -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; -x_14 = lean_ctor_get(x_2, 0); -x_15 = lean_ctor_get(x_2, 1); +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_15 = lean_ctor_get(x_2, 0); +x_16 = lean_ctor_get(x_2, 1); +lean_inc(x_16); lean_inc(x_15); -lean_inc(x_14); lean_dec(x_2); -x_16 = lean_ctor_get(x_14, 1); -lean_inc(x_16); -x_17 = lean_ctor_get(x_16, 1); +x_17 = lean_ctor_get(x_15, 1); lean_inc(x_17); -lean_dec(x_16); -x_18 = l_Lean_Elab_Info_stx(x_17); +x_18 = lean_ctor_get(x_17, 1); +lean_inc(x_18); lean_dec(x_17); -lean_inc(x_1); -x_19 = l_Lean_Syntax_structEq(x_18, x_1); -if (x_19 == 0) +x_19 = l_Lean_Elab_Info_stx(x_18); +lean_dec(x_18); +x_20 = l_Lean_Elab_Info_stx(x_1); +x_21 = l_Lean_Syntax_structEq(x_19, x_20); +if (x_21 == 0) { -lean_object* x_20; -x_20 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_20, 0, x_14); -lean_ctor_set(x_20, 1, x_3); -x_2 = x_15; -x_3 = x_20; +lean_object* x_22; +x_22 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_22, 0, x_15); +lean_ctor_set(x_22, 1, x_3); +x_2 = x_16; +x_3 = x_22; goto _start; } else { -lean_dec(x_14); -x_2 = x_15; +lean_dec(x_15); +x_2 = x_16; goto _start; } } @@ -4737,6 +4799,180 @@ LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableI if (lean_obj_tag(x_2) == 0) { lean_object* x_4; +x_4 = l_List_reverse___rarg(x_3); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_2); +if (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; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +x_8 = lean_ctor_get(x_6, 1); +lean_inc(x_8); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = l_Lean_Elab_Info_stx(x_9); +lean_dec(x_9); +x_11 = l_Lean_Elab_Info_stx(x_1); +x_12 = lean_unsigned_to_nat(0u); +x_13 = l_Lean_Syntax_getArg(x_11, x_12); +lean_dec(x_11); +x_14 = l_Lean_Syntax_structEq(x_10, x_13); +if (x_14 == 0) +{ +lean_ctor_set(x_2, 1, x_3); +{ +lean_object* _tmp_1 = x_7; +lean_object* _tmp_2 = x_2; +x_2 = _tmp_1; +x_3 = _tmp_2; +} +goto _start; +} +else +{ +lean_free_object(x_2); +lean_dec(x_6); +x_2 = x_7; +goto _start; +} +} +else +{ +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_17 = lean_ctor_get(x_2, 0); +x_18 = lean_ctor_get(x_2, 1); +lean_inc(x_18); +lean_inc(x_17); +lean_dec(x_2); +x_19 = lean_ctor_get(x_17, 1); +lean_inc(x_19); +x_20 = lean_ctor_get(x_19, 1); +lean_inc(x_20); +lean_dec(x_19); +x_21 = l_Lean_Elab_Info_stx(x_20); +lean_dec(x_20); +x_22 = l_Lean_Elab_Info_stx(x_1); +x_23 = lean_unsigned_to_nat(0u); +x_24 = l_Lean_Syntax_getArg(x_22, x_23); +lean_dec(x_22); +x_25 = l_Lean_Syntax_structEq(x_21, x_24); +if (x_25 == 0) +{ +lean_object* x_26; +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_17); +lean_ctor_set(x_26, 1, x_3); +x_2 = x_18; +x_3 = x_26; +goto _start; +} +else +{ +lean_dec(x_17); +x_2 = x_18; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; +x_4 = l_List_reverse___rarg(x_3); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_2); +if (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; uint8_t x_13; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +x_8 = lean_ctor_get(x_6, 1); +lean_inc(x_8); +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +x_10 = l_Lean_Elab_Info_stx(x_9); +lean_dec(x_9); +x_11 = lean_unsigned_to_nat(0u); +x_12 = l_Lean_Syntax_getArg(x_1, x_11); +x_13 = l_Lean_Syntax_structEq(x_10, x_12); +if (x_13 == 0) +{ +lean_ctor_set(x_2, 1, x_3); +{ +lean_object* _tmp_1 = x_7; +lean_object* _tmp_2 = x_2; +x_2 = _tmp_1; +x_3 = _tmp_2; +} +goto _start; +} +else +{ +lean_free_object(x_2); +lean_dec(x_6); +x_2 = x_7; +goto _start; +} +} +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; uint8_t x_23; +x_16 = lean_ctor_get(x_2, 0); +x_17 = lean_ctor_get(x_2, 1); +lean_inc(x_17); +lean_inc(x_16); +lean_dec(x_2); +x_18 = lean_ctor_get(x_16, 1); +lean_inc(x_18); +x_19 = lean_ctor_get(x_18, 1); +lean_inc(x_19); +lean_dec(x_18); +x_20 = l_Lean_Elab_Info_stx(x_19); +lean_dec(x_19); +x_21 = lean_unsigned_to_nat(0u); +x_22 = l_Lean_Syntax_getArg(x_1, x_21); +x_23 = l_Lean_Syntax_structEq(x_20, x_22); +if (x_23 == 0) +{ +lean_object* x_24; +x_24 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_24, 0, x_16); +lean_ctor_set(x_24, 1, x_3); +x_2 = x_17; +x_3 = x_24; +goto _start; +} +else +{ +lean_dec(x_16); +x_2 = x_17; +goto _start; +} +} +} +} +} +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; lean_dec(x_1); x_4 = l_List_reverse___rarg(x_3); return x_4; @@ -4815,7 +5051,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object* x_1) { +LEAN_EXPORT lean_object* l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -4824,7 +5060,7 @@ x_3 = lean_panic_fn(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(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_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(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_4) == 0) @@ -4848,7 +5084,7 @@ x_9 = lean_ctor_get(x_4, 1); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_10 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_1, x_2, x_3, x_8); +x_10 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_3, x_8); lean_ctor_set(x_4, 1, x_5); lean_ctor_set(x_4, 0, x_10); { @@ -4870,7 +5106,7 @@ lean_dec(x_4); lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_14 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_1, x_2, x_3, x_12); +x_14 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_3, x_12); x_15 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_5); @@ -4881,7 +5117,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -4908,7 +5144,7 @@ lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); x_9 = l_Lean_Elab_InfoTree_visitM_go___rarg___closed__4; -x_10 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(x_9); +x_10 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9(x_9); return x_10; } default: @@ -4978,7 +5214,7 @@ lean_inc(x_24); x_26 = l_Lean_PersistentArray_toList___rarg(x_24); x_27 = lean_box(0); lean_inc(x_2); -x_28 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_25, x_26, x_27); +x_28 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(x_1, x_2, x_25, x_26, x_27); x_29 = lean_apply_4(x_2, x_22, x_23, x_24, x_28); x_30 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_30, 0, x_29); @@ -5003,7 +5239,7 @@ lean_inc(x_33); x_36 = l_Lean_PersistentArray_toList___rarg(x_33); x_37 = lean_box(0); lean_inc(x_2); -x_38 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_35, x_36, x_37); +x_38 = l_List_mapM_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(x_1, x_2, x_35, x_36, x_37); x_39 = lean_apply_4(x_2, x_31, x_32, x_33, x_38); x_40 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_40, 0, x_39); @@ -5024,16 +5260,16 @@ return x_41; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; lean_object* x_5; x_4 = lean_box(0); -x_5 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_1, x_2, x_4, x_3); +x_5 = l_Lean_Elab_InfoTree_visitM_go___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__8(x_1, x_2, x_4, x_3); return x_5; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__1() { _start: { lean_object* x_1; @@ -5041,7 +5277,7 @@ x_1 = lean_alloc_closure((void*)(l_instOrdInt___boxed), 2, 0); return x_1; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2() { _start: { lean_object* x_1; @@ -5049,39 +5285,39 @@ x_1 = lean_alloc_closure((void*)(l_instOrdNat___boxed), 2, 0); return x_1; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1; -x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2; +x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__1; +x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2; x_3 = lean_alloc_closure((void*)(l_lexOrd___elambda__1___rarg), 4, 2); lean_closure_set(x_3, 0, x_1); lean_closure_set(x_3, 1, x_2); return x_3; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11() { _start: { lean_object* x_1; -x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3; +x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__3; return x_1; } } -static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10() { +static lean_object* _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2; -x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9; +x_1 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2; +x_2 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11; x_3 = lean_alloc_closure((void*)(l_lexOrd___elambda__1___rarg), 4, 2); lean_closure_set(x_3, 0, x_1); lean_closure_set(x_3, 1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5133,7 +5369,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__15(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_4) == 0) @@ -5169,7 +5405,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_3) == 0) @@ -5187,14 +5423,14 @@ lean_inc(x_5); x_6 = lean_ctor_get(x_3, 1); lean_inc(x_6); lean_dec(x_3); -x_7 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_1, x_2, x_5, x_6); +x_7 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__15(x_1, x_2, x_5, x_6); x_8 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_8, 0, x_7); return x_8; } } } -LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__16(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_1) == 0) @@ -5261,7 +5497,75 @@ return x_20; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_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_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__18(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_4) == 0) +{ +lean_dec(x_1); +return x_3; +} +else +{ +lean_object* x_5; lean_object* x_6; uint8_t x_7; +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_dec(x_4); +lean_inc(x_5); +lean_inc(x_3); +lean_inc(x_1); +x_7 = l_instDecidableRelLeLeOfOrd___rarg(x_1, x_3, x_5); +if (x_7 == 0) +{ +lean_dec(x_5); +x_4 = x_6; +goto _start; +} +else +{ +lean_dec(x_3); +x_3 = x_5; +x_4 = x_6; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__17(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_dec(x_1); +x_4 = lean_box(0); +return x_4; +} +else +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_dec(x_3); +x_7 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__18(x_1, x_2, x_5, x_6); +x_8 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_8, 0, x_7); +return x_8; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_inc(x_1); +return x_1; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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; @@ -5273,22 +5577,22 @@ lean_ctor_set(x_8, 1, x_1); lean_ctor_set(x_8, 2, x_3); if (lean_obj_tag(x_7) == 0) { -lean_object* x_36; lean_object* x_37; -x_36 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4; -x_37 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(x_36); -x_9 = x_37; -goto block_35; +lean_object* x_37; lean_object* x_38; +x_37 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4; +x_38 = l_panic___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__2(x_37); +x_9 = x_38; +goto block_36; } else { -lean_object* x_38; -x_38 = lean_ctor_get(x_7, 0); -lean_inc(x_38); +lean_object* x_39; +x_39 = lean_ctor_get(x_7, 0); +lean_inc(x_39); lean_dec(x_7); -x_9 = x_38; -goto block_35; +x_9 = x_39; +goto block_36; } -block_35: +block_36: { lean_object* x_10; uint8_t x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; x_10 = lean_ctor_get(x_9, 1); @@ -5304,70 +5608,60 @@ x_14 = l_Int_negOfNat(x_13); lean_dec(x_13); if (x_11 == 0) { -lean_object* x_33; -x_33 = lean_unsigned_to_nat(1u); -x_15 = x_33; -goto block_32; +lean_object* x_34; +x_34 = lean_unsigned_to_nat(1u); +x_15 = x_34; +goto block_33; } else { -lean_object* x_34; -x_34 = lean_unsigned_to_nat(0u); -x_15 = x_34; -goto block_32; +lean_object* x_35; +x_35 = lean_unsigned_to_nat(0u); +x_15 = x_35; +goto block_33; } -block_32: +block_33: { -lean_object* x_16; +uint8_t x_16; if (lean_obj_tag(x_1) == 1) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_1, 0); -lean_inc(x_23); +lean_object* x_28; lean_object* x_29; +x_28 = lean_ctor_get(x_1, 0); +lean_inc(x_28); lean_dec(x_1); -x_24 = lean_ctor_get(x_23, 3); -lean_inc(x_24); -lean_dec(x_23); -if (lean_obj_tag(x_24) == 1) +x_29 = lean_ctor_get(x_28, 3); +lean_inc(x_29); +lean_dec(x_28); +if (lean_obj_tag(x_29) == 1) { -lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; -lean_dec(x_24); -x_25 = lean_unsigned_to_nat(0u); -x_26 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_26, 0, x_14); -lean_ctor_set(x_26, 1, x_25); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_15); -lean_ctor_set(x_27, 1, x_26); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_27); -lean_ctor_set(x_28, 1, x_8); -x_29 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_29, 0, x_28); -lean_ctor_set(x_29, 1, x_5); -return x_29; +uint8_t x_30; +lean_dec(x_29); +x_30 = 1; +x_16 = x_30; +goto block_27; } else { -lean_object* x_30; -lean_dec(x_24); -x_30 = lean_box(0); -x_16 = x_30; -goto block_22; +uint8_t x_31; +lean_dec(x_29); +x_31 = 0; +x_16 = x_31; +goto block_27; } } else { -lean_object* x_31; +uint8_t x_32; lean_dec(x_1); -x_31 = lean_box(0); -x_16 = x_31; -goto block_22; +x_32 = 0; +x_16 = x_32; +goto block_27; } -block_22: +block_27: +{ +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_dec(x_16); x_17 = lean_unsigned_to_nat(1u); x_18 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_18, 0, x_14); @@ -5383,11 +5677,30 @@ lean_ctor_set(x_21, 0, x_20); lean_ctor_set(x_21, 1, x_5); 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 = lean_unsigned_to_nat(0u); +x_23 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_23, 0, x_14); +lean_ctor_set(x_23, 1, x_22); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_15); +lean_ctor_set(x_24, 1, x_23); +x_25 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_25, 0, x_24); +lean_ctor_set(x_25, 1, x_8); +x_26 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_26, 0, x_25); +lean_ctor_set(x_26, 1, x_5); +return x_26; +} } } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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, uint8_t x_7, lean_object* x_8) { +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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, uint8_t x_7, lean_object* x_8) { _start: { lean_object* x_9; lean_object* x_15; @@ -5445,7 +5758,7 @@ else lean_object* x_12; lean_object* x_13; lean_dec(x_6); x_12 = lean_box(0); -x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5, x_12); +x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_12); return x_13; } } @@ -5468,13 +5781,13 @@ else lean_object* x_17; lean_object* x_18; lean_dec(x_6); x_17 = lean_box(0); -x_18 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5, x_17); +x_18 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_17); return x_18; } } } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__1() { _start: { lean_object* x_1; @@ -5482,17 +5795,17 @@ x_1 = lean_mk_string_from_bytes("null", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___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_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1; +x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3() { _start: { lean_object* x_1; @@ -5500,7 +5813,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__4() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__4() { _start: { lean_object* x_1; @@ -5508,7 +5821,7 @@ x_1 = lean_mk_string_from_bytes("Elab", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__5() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__5() { _start: { lean_object* x_1; @@ -5516,7 +5829,7 @@ x_1 = lean_mk_string_from_bytes("Tactic", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__6() { _start: { lean_object* x_1; @@ -5524,25 +5837,25 @@ x_1 = lean_mk_string_from_bytes("evalWithAnnotateState", 21); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___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_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3; -x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__4; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__5; -x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6; +x_1 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3; +x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__4; +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__5; +x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__6; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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, uint8_t x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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, uint8_t x_7, lean_object* x_8) { _start: { lean_object* x_9; lean_object* x_10; uint8_t x_11; lean_dec(x_8); x_9 = l_Lean_Elab_Info_stx(x_1); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2; +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__2; x_11 = l_Lean_Syntax_isOfKind(x_9, x_10); if (x_11 == 0) { @@ -5552,7 +5865,7 @@ if (lean_obj_tag(x_12) == 0) { lean_object* x_13; lean_object* x_14; x_13 = lean_box(0); -x_14 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_13); +x_14 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_13); return x_14; } else @@ -5564,14 +5877,14 @@ lean_dec(x_12); x_16 = lean_ctor_get(x_15, 0); lean_inc(x_16); lean_dec(x_15); -x_17 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7; +x_17 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__7; x_18 = lean_name_eq(x_16, x_17); lean_dec(x_16); if (x_18 == 0) { lean_object* x_19; lean_object* x_20; x_19 = lean_box(0); -x_20 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_19); +x_20 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_7, x_19); return x_20; } else @@ -5594,7 +5907,7 @@ return x_6; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t x_6, lean_object* x_7, lean_object* x_8) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, uint8_t x_6, lean_object* x_7, lean_object* x_8) { _start: { uint8_t x_9; @@ -5612,77 +5925,81 @@ else { lean_object* x_10; lean_object* x_11; x_10 = lean_box(0); -x_11 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_10); +x_11 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_7, x_6, x_10); return x_11; } } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(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, lean_object* x_9) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(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, lean_object* x_9) { _start: { +uint8_t x_10; if (x_7 == 0) { -lean_object* x_10; lean_object* x_11; -x_10 = lean_box(0); -x_11 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_10); -return x_11; +uint8_t x_24; +x_24 = 0; +x_10 = x_24; +goto block_23; } else { -lean_object* x_12; uint8_t x_13; -x_12 = l_Lean_Elab_Info_stx(x_1); -x_13 = l_Lean_Syntax_isIdent(x_12); -if (x_13 == 0) +lean_object* x_25; uint8_t x_26; +x_25 = l_Lean_Elab_Info_stx(x_1); +x_26 = l_Lean_Syntax_isIdent(x_25); +lean_dec(x_25); +x_10 = x_26; +goto block_23; +} +block_23: { -lean_object* x_14; lean_object* x_15; -lean_dec(x_12); -x_14 = lean_box(0); -x_15 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_14); -return x_15; +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +x_11 = lean_box(0); +x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_11); +return x_12; } else { if (lean_obj_tag(x_1) == 1) { -lean_object* x_16; lean_object* x_17; uint8_t x_18; -x_16 = lean_ctor_get(x_1, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_16, 3); -lean_inc(x_17); -lean_dec(x_16); -x_18 = l_Lean_Expr_isApp(x_17); -lean_dec(x_17); -if (x_18 == 0) +lean_object* x_13; lean_object* x_14; uint8_t x_15; +x_13 = lean_ctor_get(x_1, 0); +lean_inc(x_13); +x_14 = lean_ctor_get(x_13, 3); +lean_inc(x_14); +lean_dec(x_13); +x_15 = l_Lean_Expr_isApp(x_14); +lean_dec(x_14); +if (x_15 == 0) { -lean_object* x_19; lean_object* x_20; -lean_dec(x_12); -x_19 = lean_box(0); -x_20 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_19); -return x_20; +lean_object* x_16; lean_object* x_17; +x_16 = lean_box(0); +x_17 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_16); +return x_17; } else { -lean_object* x_21; lean_object* x_22; lean_object* x_23; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_inc(x_5); -x_21 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3(x_12, x_8, x_5); -x_22 = lean_box(0); -x_23 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_21, x_22); -return x_23; +x_18 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3(x_1, x_8, x_5); +x_19 = lean_box(0); +x_20 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_18, x_19); +return x_20; } } else { -lean_object* x_24; lean_object* x_25; -lean_dec(x_12); -x_24 = lean_box(0); -x_25 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_24); -return x_25; +lean_object* x_21; lean_object* x_22; +x_21 = lean_box(0); +x_22 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_6, x_8, x_21); +return x_22; } } } } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1() { _start: { lean_object* x_1; @@ -5690,7 +6007,7 @@ x_1 = lean_mk_string_from_bytes("Parser", 6); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2() { _start: { lean_object* x_1; @@ -5698,7 +6015,7 @@ x_1 = lean_mk_string_from_bytes("Term", 4); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__3() { _start: { lean_object* x_1; @@ -5706,19 +6023,19 @@ x_1 = lean_mk_string_from_bytes("app", 3); return x_1; } } -static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4() { +static lean_object* _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_1 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3; -x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2; -x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3; +x_1 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3; +x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1; +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2; +x_4 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___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_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(lean_object* x_1, 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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object* x_1, 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) { _start: { lean_object* x_9; lean_object* x_10; lean_object* x_11; @@ -5729,7 +6046,7 @@ if (x_4 == 0) { lean_object* x_12; lean_object* x_13; x_12 = lean_box(0); -x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_12); +x_13 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_12); lean_dec(x_1); return x_13; } @@ -5737,7 +6054,7 @@ else { lean_object* x_14; lean_object* x_15; uint8_t x_16; x_14 = l_Lean_Elab_Info_stx(x_6); -x_15 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4; +x_15 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__4; lean_inc(x_14); x_16 = l_Lean_Syntax_isOfKind(x_14, x_15); if (x_16 == 0) @@ -5745,7 +6062,7 @@ if (x_16 == 0) lean_object* x_17; lean_object* x_18; lean_dec(x_14); x_17 = lean_box(0); -x_18 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_17); +x_18 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_17); lean_dec(x_1); return x_18; } @@ -5761,16 +6078,16 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_20); x_22 = lean_box(0); -x_23 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_22); +x_23 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_11, x_22); lean_dec(x_1); return x_23; } else { lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(x_20, x_11, x_9); +x_24 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__6(x_20, x_11, x_9); x_25 = lean_box(0); -x_26 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_24, x_25); +x_26 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_6, x_5, x_7, x_1, x_9, x_2, x_3, x_24, x_25); lean_dec(x_1); return x_26; } @@ -5778,7 +6095,7 @@ return x_26; } } } -LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT uint8_t l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; uint8_t x_5; @@ -5787,232 +6104,301 @@ lean_inc(x_3); lean_dec(x_2); x_4 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(x_4, x_1); +x_5 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__16(x_4, x_1); lean_dec(x_1); lean_dec(x_4); return x_5; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_inc(x_1); -return x_1; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t x_4, uint8_t 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; lean_object* x_13; lean_object* x_14; -x_6 = lean_box(x_3); -x_7 = lean_box(x_5); -x_8 = lean_box(x_4); -x_9 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___boxed), 8, 4); -lean_closure_set(x_9, 0, x_2); -lean_closure_set(x_9, 1, x_6); -lean_closure_set(x_9, 2, x_7); -lean_closure_set(x_9, 3, x_8); -x_10 = l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___closed__1; -x_11 = l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(x_10, x_9, x_1); -x_12 = lean_box(0); -x_13 = lean_box(0); -if (lean_obj_tag(x_11) == 0) +lean_object* x_6; 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_box(x_3); +x_15 = lean_box(x_5); +x_16 = lean_box(x_4); +x_17 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed), 8, 4); +lean_closure_set(x_17, 0, x_2); +lean_closure_set(x_17, 1, x_14); +lean_closure_set(x_17, 2, x_15); +lean_closure_set(x_17, 3, x_16); +x_18 = l_Lean_Elab_InfoTree_collectNodesBottomUp___rarg___closed__1; +x_19 = l_Lean_Elab_InfoTree_visitM___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__7(x_18, x_17, x_1); +x_20 = lean_box(0); +x_21 = lean_box(0); +if (lean_obj_tag(x_19) == 0) { -x_14 = x_12; -goto block_37; -} -else +lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; +x_22 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_20, x_20); +x_23 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12; +x_24 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(x_23, x_21, x_22); +x_25 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed), 2, 1); +lean_closure_set(x_25, 0, x_24); +x_26 = l_List_find_x3f___rarg(x_25, x_20); +if (lean_obj_tag(x_26) == 0) { -lean_object* x_38; -x_38 = lean_ctor_get(x_11, 0); -lean_inc(x_38); -lean_dec(x_11); -x_14 = x_38; -goto block_37; +lean_object* x_27; +x_27 = lean_box(0); +x_6 = x_27; +goto block_13; } -block_37: +else { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_inc(x_14); -x_15 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(x_14, x_12); -x_16 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10; -x_17 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(x_16, x_13, x_15); -x_18 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed), 2, 1); -lean_closure_set(x_18, 0, x_17); -x_19 = l_List_find_x3f___rarg(x_18, x_14); -if (lean_obj_tag(x_19) == 0) +uint8_t x_28; +x_28 = !lean_is_exclusive(x_26); +if (x_28 == 0) { -lean_object* x_20; -x_20 = lean_box(0); -return x_20; +lean_object* x_29; lean_object* x_30; +x_29 = lean_ctor_get(x_26, 0); +x_30 = lean_ctor_get(x_29, 1); +lean_inc(x_30); +lean_dec(x_29); +lean_ctor_set(x_26, 0, x_30); +x_6 = x_26; +goto block_13; } else { -uint8_t x_21; -x_21 = !lean_is_exclusive(x_19); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_19, 0); -x_23 = lean_ctor_get(x_22, 1); -lean_inc(x_23); -lean_dec(x_22); -lean_inc(x_23); -lean_ctor_set(x_19, 0, x_23); -x_24 = lean_ctor_get(x_23, 1); -lean_inc(x_24); -lean_dec(x_23); -if (lean_obj_tag(x_24) == 1) -{ -lean_object* x_25; lean_object* x_26; uint8_t x_27; -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -lean_dec(x_24); -x_26 = lean_ctor_get(x_25, 3); -lean_inc(x_26); -lean_dec(x_25); -x_27 = l_Lean_Expr_isSyntheticSorry(x_26); +lean_object* x_31; lean_object* x_32; lean_object* x_33; +x_31 = lean_ctor_get(x_26, 0); +lean_inc(x_31); lean_dec(x_26); -if (x_27 == 0) -{ -return x_19; +x_32 = lean_ctor_get(x_31, 1); +lean_inc(x_32); +lean_dec(x_31); +x_33 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_33, 0, x_32); +x_6 = x_33; +goto block_13; +} +} } else { -lean_object* x_28; +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_ctor_get(x_19, 0); +lean_inc(x_34); lean_dec(x_19); -x_28 = lean_box(0); -return x_28; +lean_inc(x_34); +x_35 = l_List_mapTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_34, x_20); +x_36 = l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12; +x_37 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__17(x_36, x_21, x_35); +x_38 = lean_alloc_closure((void*)(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed), 2, 1); +lean_closure_set(x_38, 0, x_37); +x_39 = l_List_find_x3f___rarg(x_38, x_34); +if (lean_obj_tag(x_39) == 0) +{ +lean_object* x_40; +x_40 = lean_box(0); +x_6 = x_40; +goto block_13; } +else +{ +uint8_t x_41; +x_41 = !lean_is_exclusive(x_39); +if (x_41 == 0) +{ +lean_object* x_42; lean_object* x_43; +x_42 = lean_ctor_get(x_39, 0); +x_43 = lean_ctor_get(x_42, 1); +lean_inc(x_43); +lean_dec(x_42); +lean_ctor_set(x_39, 0, x_43); +x_6 = x_39; +goto block_13; } else { -lean_dec(x_24); -return x_19; +lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_44 = lean_ctor_get(x_39, 0); +lean_inc(x_44); +lean_dec(x_39); +x_45 = lean_ctor_get(x_44, 1); +lean_inc(x_45); +lean_dec(x_44); +x_46 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_6 = x_46; +goto block_13; +} } } +block_13: +{ +if (lean_obj_tag(x_6) == 0) +{ +return x_6; +} else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; -x_29 = lean_ctor_get(x_19, 0); -lean_inc(x_29); -lean_dec(x_19); -x_30 = lean_ctor_get(x_29, 1); -lean_inc(x_30); -lean_dec(x_29); -lean_inc(x_30); -x_31 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_31, 0, x_30); -x_32 = lean_ctor_get(x_30, 1); -lean_inc(x_32); -lean_dec(x_30); -if (lean_obj_tag(x_32) == 1) +lean_object* x_7; lean_object* x_8; +x_7 = lean_ctor_get(x_6, 0); +lean_inc(x_7); +x_8 = lean_ctor_get(x_7, 1); +lean_inc(x_8); +lean_dec(x_7); +if (lean_obj_tag(x_8) == 1) { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = lean_ctor_get(x_32, 0); -lean_inc(x_33); -lean_dec(x_32); -x_34 = lean_ctor_get(x_33, 3); -lean_inc(x_34); -lean_dec(x_33); -x_35 = l_Lean_Expr_isSyntheticSorry(x_34); -lean_dec(x_34); -if (x_35 == 0) +lean_object* x_9; lean_object* x_10; uint8_t x_11; +x_9 = lean_ctor_get(x_8, 0); +lean_inc(x_9); +lean_dec(x_8); +x_10 = lean_ctor_get(x_9, 3); +lean_inc(x_10); +lean_dec(x_9); +x_11 = l_Lean_Expr_isSyntheticSorry(x_10); +lean_dec(x_10); +if (x_11 == 0) { -return x_31; +return x_6; } else { -lean_object* x_36; -lean_dec(x_31); -x_36 = lean_box(0); -return x_36; +lean_object* x_12; +lean_dec(x_6); +x_12 = lean_box(0); +return x_12; } } else { -lean_dec(x_32); -return x_31; +lean_dec(x_8); +return x_6; +} +} +} +} +} +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__3(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__4(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } +LEAN_EXPORT lean_object* l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_List_filterTR_loop___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__5(x_1, x_2, x_3); +lean_dec(x_1); +return x_4; } } -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__15___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_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__13(x_1, x_2, x_3, x_4); +x_5 = l_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__15(x_1, x_2, x_3, x_4); lean_dec(x_2); return x_5; } } -LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(x_1, x_2, x_3); +x_4 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(x_1, x_2, x_3); lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__16___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__14(x_1, x_2); +x_3 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__16(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_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__18___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_List_foldl___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__18(x_1, x_2, x_3, x_4); +lean_dec(x_2); +return x_5; +} +} +LEAN_EXPORT lean_object* l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__17___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +x_4 = l_List_maximum_x3f___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__17(x_1, x_2, x_3); +lean_dec(x_2); +return x_4; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_Elab_InfoTree_hoverableInfoAt_x3f___lambda__1(x_1, x_2, x_3, x_4, x_5, x_6); +x_7 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6); lean_dec(x_6); lean_dec(x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { uint8_t x_9; lean_object* x_10; x_9 = lean_unbox(x_7); lean_dec(x_7); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__2(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); lean_dec(x_8); lean_dec(x_4); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { uint8_t x_9; lean_object* x_10; x_9 = lean_unbox(x_7); lean_dec(x_7); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_6, x_9, x_8); lean_dec(x_4); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { uint8_t x_9; lean_object* x_10; x_9 = lean_unbox(x_6); lean_dec(x_6); -x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4(x_1, x_2, x_3, x_4, x_5, x_9, x_7, x_8); +x_10 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_9, x_7, x_8); lean_dec(x_4); return x_10; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { uint8_t x_10; uint8_t x_11; lean_object* x_12; @@ -6020,13 +6406,13 @@ x_10 = lean_unbox(x_6); lean_dec(x_6); x_11 = lean_unbox(x_7); lean_dec(x_7); -x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__5(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); +x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_1, x_2, x_3, x_4, x_5, x_10, x_11, x_8, x_9); lean_dec(x_9); lean_dec(x_4); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___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) { _start: { uint8_t x_9; uint8_t x_10; uint8_t x_11; lean_object* x_12; @@ -6036,29 +6422,19 @@ x_10 = lean_unbox(x_3); lean_dec(x_3); x_11 = lean_unbox(x_4); lean_dec(x_4); -x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6(x_1, x_9, x_10, x_11, x_5, x_6, x_7, x_8); +x_12 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(x_1, x_9, x_10, x_11, x_5, x_6, x_7, x_8); return x_12; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7(x_1, x_2); +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(x_1, x_2); x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8___boxed(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__8(x_1, x_2); -lean_dec(x_2); -lean_dec(x_1); -return x_3; -} -} LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { @@ -8933,9 +9309,9 @@ static lean_object* _init_l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___clo _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_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3; -x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1; -x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2; +x_1 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3; +x_2 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1; +x_3 = l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2; x_4 = l_Lean_Elab_InfoTree_goalsAt_x3f_hasNestedTactic___closed__1; x_5 = l_Lean_Name_mkStr4(x_1, x_2, x_3, x_4); return x_5; @@ -9747,7 +10123,7 @@ return x_6; } else { -lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_76; lean_object* x_84; lean_object* x_85; uint8_t x_86; uint8_t x_87; +lean_object* x_11; lean_object* x_12; lean_object* x_13; lean_object* x_14; uint8_t x_15; lean_object* x_76; lean_object* x_84; lean_object* x_85; uint8_t x_86; uint8_t x_87; x_11 = lean_ctor_get(x_10, 0); lean_inc(x_11); lean_dec(x_10); @@ -9846,8 +10222,19 @@ goto block_83; } block_75: { +if (x_15 == 0) +{ +lean_dec(x_14); +lean_dec(x_11); +lean_dec(x_9); +lean_dec(x_5); +lean_dec(x_3); +lean_inc(x_6); +return x_6; +} +else +{ uint8_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_22; lean_object* x_23; uint8_t x_24; -lean_dec(x_15); x_16 = lean_nat_dec_lt(x_9, x_1); x_17 = l_Lean_FileMap_toPosition(x_2, x_1); x_18 = lean_ctor_get(x_17, 1); @@ -10098,6 +10485,7 @@ return x_43; } } } +} block_83: { uint8_t x_77; @@ -10109,42 +10497,24 @@ uint8_t x_78; x_78 = lean_nat_dec_le(x_11, x_1); if (x_78 == 0) { -lean_dec(x_14); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_3); -lean_inc(x_6); -return x_6; -} -else -{ -uint8_t x_79; uint8_t x_80; -x_79 = 1; -x_80 = l_List_foldr___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__6(x_79, x_6); -if (x_80 == 0) -{ -lean_dec(x_14); -lean_dec(x_11); -lean_dec(x_9); -lean_dec(x_5); -lean_dec(x_3); -lean_inc(x_6); -return x_6; +uint8_t x_79; +x_79 = 0; +x_15 = x_79; +goto block_75; } else { -lean_object* x_81; -x_81 = lean_box(0); +uint8_t x_80; uint8_t x_81; +x_80 = 1; +x_81 = l_List_foldr___at_Lean_Elab_InfoTree_goalsAt_x3f___spec__6(x_80, x_6); x_15 = x_81; goto block_75; } } -} else { -lean_object* x_82; -x_82 = lean_box(0); +uint8_t x_82; +x_82 = 1; x_15 = x_82; goto block_75; } @@ -17340,38 +17710,38 @@ l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__3 lean_mark_persistent(l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__3); l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4 = _init_l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4(); lean_mark_persistent(l_List_mapTR_loop___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__2___closed__4); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__1); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__2); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9___closed__3); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__9); -l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10(); -lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__10); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__1); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__2); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__3); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__4 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__4(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__4); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__5 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__5(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__5); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__6); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__3___closed__7); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__1); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__2); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__3); -l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4(); -lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__6___closed__4); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__1 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__1(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__1); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__2); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__3 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__3(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11___closed__3); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__11); +l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12 = _init_l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12(); +lean_mark_persistent(l_lexOrd___at_Lean_Elab_InfoTree_hoverableInfoAt_x3f___spec__12); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__1(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__1); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__2(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__2); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__3); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__4 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__4(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__4); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__5 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__5(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__5); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__6 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__6(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__6); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__7 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__7(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__4___closed__7); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__1); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__2); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__3 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__3(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__3); +l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__4 = _init_l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__4(); +lean_mark_persistent(l_Lean_Elab_InfoTree_hoverableInfoAt_x3f___lambda__7___closed__4); l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1 = _init_l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Elab_Info_docString_x3f___lambda__2___closed__1); l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__1 = _init_l_Lean_Elab_Info_fmtHover_x3f_fmtModule_x3f___closed__1(); diff --git a/stage0/stdlib/Lean/Server/References.c b/stage0/stdlib/Lean/Server/References.c index 744efbd0f253..7e9e44c11667 100644 --- a/stage0/stdlib/Lean/Server/References.c +++ b/stage0/stdlib/Lean/Server/References.c @@ -55,6 +55,7 @@ static lean_object* l_Array_qsort_sort___at_Lean_Server_dedupReferences___spec__ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Server_dedupReferences___spec__3(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_548____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___at_Lean_Server_findModuleRefs___spec__4(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Server_dedupReferences___closed__9; static lean_object* l_Lean_Server_findModuleRefs___closed__1; static lean_object* l_Lean_Server_References_findAt___closed__2; @@ -158,7 +159,7 @@ LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM_x27___at_Lean_Server_findRe LEAN_EXPORT lean_object* l_Lean_Server_References_empty; static lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1025____closed__4; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Server_findReferences___spec__4___closed__1; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_References_referringTo___spec__4(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Server_combineFvars_insertIdMap___spec__5(lean_object*, lean_object*); @@ -190,7 +191,7 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Server_References_u LEAN_EXPORT lean_object* l___private_Lean_Server_References_0__Lean_Server_fromJsonIlean____x40_Lean_Server_References___hyg_1025_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_definitionOf_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_findModuleRefs___lambda__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_removeWorkerRefs___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_removeWorkerRefs(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_erase___at_Lean_Server_References_removeIlean___spec__7(lean_object*, lean_object*); @@ -235,6 +236,7 @@ LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_dedupReferen LEAN_EXPORT lean_object* l_Lean_AssocList_contains___at_Lean_Server_References_updateWorkerRefs___spec__7___boxed(lean_object*, lean_object*); static lean_object* l_Lean_HashMap_ofList___at_Lean_Server_ModuleRefs_instCoeModuleRefsModuleRefs___spec__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Elab_InfoTree_visitM___at_Lean_Server_findReferences___spec__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___at_Lean_Server_findModuleRefs___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashMap_toList___at_Lean_Server_References_allRefs___spec__9(lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashMap___at_Lean_Server_combineFvars_buildIdMap___spec__3___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_removeIlean(lean_object*, lean_object*); @@ -332,6 +334,7 @@ static lean_object* l_Lean_Elab_InfoTree_visitM_go___at_Lean_Server_findReferenc LEAN_EXPORT lean_object* l_List_mapM_loop___at_Lean_Server_findReferences___spec__5(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_1179____spec__2___closed__2; lean_object* l_Lean_Elab_Info_range_x3f(lean_object*); +uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(lean_object*); static lean_object* l_Lean_Server_dedupReferences___closed__7; LEAN_EXPORT lean_object* l_Lean_HashMapImp_contains___at_Lean_Server_combineFvars___spec__9___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_foldlM___at_Lean_Server_References_updateWorkerRefs___spec__10(lean_object*, lean_object*); @@ -403,7 +406,6 @@ LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Server_dedupReferen LEAN_EXPORT lean_object* l_Lean_HashMapImp_find_x3f___at_Lean_Server_ModuleRefs_addRef___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_References_updateWorkerRefs___lambda__1(lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Array_qsort_sort___at_Lean_Server_dedupReferences___spec__13___lambda__1(lean_object*, lean_object*); -uint64_t l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(lean_object*); LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Server_combineFvars___spec__9(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_AssocList_find_x3f___at_Lean_Server_ModuleRefs_addRef___spec__2___boxed(lean_object*, lean_object*); @@ -3837,7 +3839,7 @@ x_3 = lean_ctor_get(x_1, 1); lean_inc(x_3); lean_dec(x_1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); lean_dec(x_3); @@ -3961,7 +3963,7 @@ lean_object* x_4; lean_object* x_5; lean_object* x_6; uint64_t x_7; size_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___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_4); +x_7 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_4); x_8 = lean_data_hashmap_mk_idx(x_6, x_7); x_9 = lean_array_uget(x_1, x_8); lean_ctor_set(x_2, 2, x_9); @@ -3981,7 +3983,7 @@ lean_inc(x_13); lean_inc(x_12); lean_dec(x_2); x_15 = lean_array_get_size(x_1); -x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_12); +x_16 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_12); x_17 = lean_data_hashmap_mk_idx(x_15, x_16); x_18 = lean_array_uget(x_1, x_17); x_19 = lean_alloc_ctor(1, 3, 0); @@ -4129,7 +4131,7 @@ lean_object* x_5; lean_object* x_6; lean_object* x_7; uint64_t x_8; size_t x_9; x_5 = lean_ctor_get(x_1, 0); x_6 = lean_ctor_get(x_1, 1); x_7 = lean_array_get_size(x_6); -x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_8 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_7); x_9 = lean_data_hashmap_mk_idx(x_7, x_8); x_10 = lean_array_uget(x_6, x_9); @@ -4182,7 +4184,7 @@ lean_inc(x_22); lean_inc(x_21); lean_dec(x_1); x_23 = lean_array_get_size(x_22); -x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_24 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); lean_inc(x_23); x_25 = lean_data_hashmap_mk_idx(x_23, x_24); x_26 = lean_array_uget(x_22, x_25); @@ -5320,7 +5322,7 @@ LEAN_EXPORT uint8_t l_Lean_HashMapImp_contains___at_Lean_Server_combineFvars___s lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; x_3 = lean_ctor_get(x_1, 1); x_4 = lean_array_get_size(x_3); -x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1951_(x_2); +x_5 = l___private_Lean_Expr_0__Lean_hashFVarId____x40_Lean_Expr___hyg_1935_(x_2); x_6 = lean_data_hashmap_mk_idx(x_4, x_5); x_7 = lean_array_uget(x_3, x_6); x_8 = l_Lean_AssocList_contains___at_Lean_Server_combineFvars_insertIdMap___spec__2(x_2, x_7); @@ -6979,7 +6981,43 @@ return x_4; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___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_Server_findModuleRefs___spec__3(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_eq(x_3, x_4); +if (x_6 == 0) +{ +lean_object* x_7; size_t x_8; size_t x_9; lean_object* x_10; +x_7 = lean_array_uget(x_2, x_3); +x_8 = 1; +x_9 = lean_usize_add(x_3, x_8); +x_10 = lean_ctor_get(x_7, 0); +lean_inc(x_10); +if (lean_obj_tag(x_10) == 0) +{ +lean_object* x_11; +lean_dec(x_10); +x_11 = lean_array_push(x_5, x_7); +x_3 = x_9; +x_5 = x_11; +goto _start; +} +else +{ +lean_dec(x_10); +lean_dec(x_7); +x_3 = x_9; +goto _start; +} +} +else +{ +return x_5; +} +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___at_Lean_Server_findModuleRefs___spec__4(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -7073,7 +7111,7 @@ return x_4; LEAN_EXPORT lean_object* l_Lean_Server_findModuleRefs(lean_object* x_1, lean_object* x_2, uint8_t x_3, uint8_t 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 = l_Lean_Server_findReferences(x_1, x_2); x_6 = l_Lean_Server_combineFvars(x_2, x_5); lean_dec(x_5); @@ -7081,51 +7119,68 @@ x_7 = l_Lean_Server_dedupReferences(x_6, x_4); x_8 = l_Lean_Server_findModuleRefs___closed__1; if (x_3 == 0) { -lean_object* x_9; lean_object* x_10; uint8_t x_11; -x_9 = lean_array_get_size(x_7); -x_10 = lean_unsigned_to_nat(0u); -x_11 = lean_nat_dec_lt(x_10, x_9); -if (x_11 == 0) +uint8_t x_25; +x_25 = 1; +x_9 = x_25; +goto block_24; +} +else { -lean_object* x_12; -lean_dec(x_9); +uint8_t x_26; +x_26 = 0; +x_9 = x_26; +goto block_24; +} +block_24: +{ +if (x_9 == 0) +{ +lean_object* x_10; lean_object* x_11; +x_10 = lean_box(0); +x_11 = lean_apply_2(x_8, x_7, x_10); +return x_11; +} +else +{ +lean_object* x_12; lean_object* x_13; uint8_t x_14; +x_12 = lean_array_get_size(x_7); +x_13 = lean_unsigned_to_nat(0u); +x_14 = lean_nat_dec_lt(x_13, x_12); +if (x_14 == 0) +{ +lean_object* x_15; +lean_dec(x_12); lean_dec(x_7); -x_12 = l_Lean_Server_findModuleRefs___closed__2; -return x_12; +x_15 = l_Lean_Server_findModuleRefs___closed__2; +return x_15; } else { -uint8_t x_13; -x_13 = lean_nat_dec_le(x_9, x_9); -if (x_13 == 0) +uint8_t x_16; +x_16 = lean_nat_dec_le(x_12, x_12); +if (x_16 == 0) { -lean_object* x_14; -lean_dec(x_9); +lean_object* x_17; +lean_dec(x_12); lean_dec(x_7); -x_14 = l_Lean_Server_findModuleRefs___closed__2; -return x_14; +x_17 = l_Lean_Server_findModuleRefs___closed__2; +return x_17; } else { -size_t x_15; size_t x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; -x_15 = 0; -x_16 = lean_usize_of_nat(x_9); -lean_dec(x_9); -x_17 = l_Lean_Server_Reference_aliases___default___closed__1; -x_18 = l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3(x_7, x_15, x_16, x_17); +size_t x_18; size_t x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; +x_18 = 0; +x_19 = lean_usize_of_nat(x_12); +lean_dec(x_12); +x_20 = l_Lean_Server_Reference_aliases___default___closed__1; +x_21 = l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___at_Lean_Server_findModuleRefs___spec__4(x_7, x_18, x_19, x_20); lean_dec(x_7); -x_19 = lean_box(0); -x_20 = lean_apply_2(x_8, x_18, x_19); -return x_20; +x_22 = lean_box(0); +x_23 = lean_apply_2(x_8, x_21, x_22); +return x_23; } } } -else -{ -lean_object* x_21; lean_object* x_22; -x_21 = lean_box(0); -x_22 = lean_apply_2(x_8, x_7, x_21); -return x_22; } } } @@ -7151,7 +7206,21 @@ lean_dec(x_1); return x_7; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___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_Server_findModuleRefs___spec__3___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3(x_1, x_2, x_6, x_7, x_5); +lean_dec(x_2); +lean_dec(x_1); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___at_Lean_Server_findModuleRefs___spec__4___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; @@ -7159,7 +7228,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_findModuleRefs___spec__3(x_1, x_5, x_6, x_4); +x_7 = l_Array_foldlMUnsafe_fold___at_Lean_Server_findModuleRefs___spec__3___at_Lean_Server_findModuleRefs___spec__4(x_1, x_5, x_6, x_4); lean_dec(x_1); return x_7; } @@ -8573,40 +8642,40 @@ return x_12; } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +uint8_t x_13; lean_dec(x_3); -x_13 = lean_ctor_get(x_4, 1); -lean_inc(x_13); -lean_dec(x_4); -x_14 = lean_ctor_get(x_5, 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) +x_13 = !lean_is_exclusive(x_4); +if (x_13 == 0) { -lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_14 = lean_ctor_get(x_4, 1); +x_15 = lean_ctor_get(x_4, 0); lean_dec(x_15); -x_18 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_18, 0, x_1); -lean_ctor_set(x_18, 1, x_13); -x_19 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_18); -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; +x_16 = lean_ctor_get(x_5, 1); +x_17 = lean_array_get_size(x_16); +x_18 = lean_unsigned_to_nat(0u); +x_19 = lean_nat_dec_lt(x_18, x_17); +if (x_19 == 0) +{ +lean_object* x_20; lean_object* x_21; +lean_dec(x_17); +lean_ctor_set(x_4, 0, x_1); +x_20 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_4); +x_21 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_21, 0, x_8); +lean_ctor_set(x_21, 1, x_20); +return x_21; } else { -uint8_t x_21; -x_21 = lean_nat_dec_le(x_15, x_15); -if (x_21 == 0) +uint8_t x_22; +x_22 = lean_nat_dec_le(x_17, x_17); +if (x_22 == 0) { -lean_object* x_22; lean_object* x_23; lean_object* x_24; -lean_dec(x_15); -x_22 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_22, 0, x_1); -lean_ctor_set(x_22, 1, x_13); -x_23 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_22); +lean_object* x_23; lean_object* x_24; +lean_dec(x_17); +lean_ctor_set(x_4, 0, x_1); +x_23 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_4); x_24 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_24, 0, x_8); lean_ctor_set(x_24, 1, x_23); @@ -8614,19 +8683,77 @@ return x_24; } else { -size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; +size_t x_25; size_t x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; x_25 = 0; -x_26 = lean_usize_of_nat(x_15); -lean_dec(x_15); -x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Server_References_updateWorkerRefs___spec__12(x_14, x_25, x_26, x_13); -x_28 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_28, 0, x_1); -lean_ctor_set(x_28, 1, x_27); -x_29 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_28); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_8); -lean_ctor_set(x_30, 1, x_29); -return x_30; +x_26 = lean_usize_of_nat(x_17); +lean_dec(x_17); +x_27 = l_Array_foldlMUnsafe_fold___at_Lean_Server_References_updateWorkerRefs___spec__12(x_16, x_25, x_26, x_14); +lean_ctor_set(x_4, 1, x_27); +lean_ctor_set(x_4, 0, x_1); +x_28 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_4); +x_29 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_29, 0, x_8); +lean_ctor_set(x_29, 1, x_28); +return x_29; +} +} +} +else +{ +lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; +x_30 = lean_ctor_get(x_4, 1); +lean_inc(x_30); +lean_dec(x_4); +x_31 = lean_ctor_get(x_5, 1); +x_32 = lean_array_get_size(x_31); +x_33 = lean_unsigned_to_nat(0u); +x_34 = lean_nat_dec_lt(x_33, x_32); +if (x_34 == 0) +{ +lean_object* x_35; lean_object* x_36; lean_object* x_37; +lean_dec(x_32); +x_35 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_35, 0, x_1); +lean_ctor_set(x_35, 1, x_30); +x_36 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_35); +x_37 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_37, 0, x_8); +lean_ctor_set(x_37, 1, x_36); +return x_37; +} +else +{ +uint8_t x_38; +x_38 = lean_nat_dec_le(x_32, x_32); +if (x_38 == 0) +{ +lean_object* x_39; lean_object* x_40; lean_object* x_41; +lean_dec(x_32); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_1); +lean_ctor_set(x_39, 1, x_30); +x_40 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_39); +x_41 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_41, 0, x_8); +lean_ctor_set(x_41, 1, x_40); +return x_41; +} +else +{ +size_t x_42; size_t x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; +x_42 = 0; +x_43 = lean_usize_of_nat(x_32); +lean_dec(x_32); +x_44 = l_Array_foldlMUnsafe_fold___at_Lean_Server_References_updateWorkerRefs___spec__12(x_31, x_42, x_43, x_30); +x_45 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_45, 0, x_1); +lean_ctor_set(x_45, 1, x_44); +x_46 = l_Lean_HashMap_insert___at_Lean_Server_References_updateWorkerRefs___spec__6(x_6, x_7, x_45); +x_47 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_47, 0, x_8); +lean_ctor_set(x_47, 1, x_46); +return x_47; +} } } } diff --git a/stage0/stdlib/Lean/Server/Rpc/Deriving.c b/stage0/stdlib/Lean/Server/Rpc/Deriving.c index 81c58659ec59..23b821d84e5c 100644 --- a/stage0/stdlib/Lean/Server/Rpc/Deriving.c +++ b/stage0/stdlib/Lean/Server/Rpc/Deriving.c @@ -24,6 +24,7 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__93; uint8_t l_String_endsWith(lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__2; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__5; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__118; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__28; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__3; @@ -37,7 +38,6 @@ static lean_object* l_Lean_Server_RpcEncodable_isOptField___closed__1; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__59; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__34; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__21; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__13; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__33; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__4(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_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__2; @@ -48,6 +48,7 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__8(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__119; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__6___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__12; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__14; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__1; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__68; @@ -77,11 +78,9 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deri LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__3(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__51; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__19; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__6; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__91; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__17; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__53; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___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*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__30; @@ -93,16 +92,17 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__84; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__6; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__58; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__9; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__7(lean_object*, size_t, size_t, lean_object*); -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__10; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__78; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__27; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__4; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__5; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__16; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__61; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__32; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__56; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__82; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__10; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__9; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__13___lambda__1___closed__9; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__20; @@ -117,11 +117,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_Rpc static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__42; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__34; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__3___closed__6; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__7; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__3; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__120; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__14; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__1; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__100; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__11; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__4___closed__1; @@ -132,12 +130,11 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__21; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__26; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__27; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__3; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__50; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__7; static lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__1___closed__3; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__2; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__40; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__4; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__52; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__111; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); @@ -172,6 +169,7 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__25; lean_object* l_Lean_Meta_isType(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__12; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__8; lean_object* l_Lean_Syntax_node6(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_instCoeListExprMessageData___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__13(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -191,7 +189,6 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deri static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__33; LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_matchAltTerm; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__58; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__15; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__12(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* l_Lean_mkCIdentFrom(lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Elab_getBetterRef(lean_object*, lean_object*); @@ -211,24 +208,27 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deri static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__40; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__18; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__8; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__14; lean_object* lean_array_to_list(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__51; +LEAN_EXPORT lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218_(lean_object*); LEAN_EXPORT lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*); 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*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__22; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__1; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__23; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__13___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___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__71; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__101; -LEAN_EXPORT lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234_(lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__75; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__2; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__31; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__22; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__3___closed__1; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__7; LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__30; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__47; @@ -311,7 +311,6 @@ static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deri LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__14(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___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_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__1; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__9; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__20; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__99; LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -321,11 +320,11 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__36; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__3___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*); +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__6; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l_Lean_Meta_getFVarLocalDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__88; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__24; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__5; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_environment_main_module(lean_object*); LEAN_EXPORT uint8_t l_Lean_Server_RpcEncodable_isOptField(lean_object*); @@ -336,9 +335,9 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__41; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__16; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__105; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__95; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___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_Syntax_node7(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__57; @@ -372,7 +371,6 @@ LEAN_EXPORT lean_object* l_Lean_getConstInfoInduct___at___private_Lean_Server_Rp static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__13___lambda__1___closed__11; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__106; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__25; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__2; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__57; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__46; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__7; @@ -398,6 +396,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_RpcEncodable_isOptField___boxed(lean_obje LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__6(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__45; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__3___closed__2; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__13; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__26; lean_object* l_Lean_Parser_Term_matchAlt(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__18(lean_object*, size_t, size_t, lean_object*); @@ -413,7 +412,6 @@ static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Derivi static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__36; static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__24; uint8_t lean_usize_dec_lt(size_t, size_t); -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__14; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__98; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__18; static lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___spec__3___closed__6; @@ -422,9 +420,10 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__21; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__92; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__10; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__15; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__3; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___lambda__1___closed__15; -static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__12; static lean_object* l_Lean_getConstInfoCtor___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__1___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__4(lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__1; @@ -445,6 +444,7 @@ static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncod static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__56; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__83; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__102; +static lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__11; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__67; static lean_object* l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInductiveInstance___spec__8___boxed(lean_object*, lean_object*, lean_object*); @@ -8983,7 +8983,7 @@ lean_dec(x_3); return x_7; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__1() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__1() { _start: { lean_object* x_1; @@ -8991,7 +8991,7 @@ x_1 = lean_alloc_closure((void*)(l___private_Lean_Server_Rpc_Deriving_0__Lean_Se return x_1; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__2() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -9001,27 +9001,27 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__3() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__2; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__2; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__28; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__4() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__3; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__3; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__29; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__5() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__5() { _start: { lean_object* x_1; @@ -9029,17 +9029,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__6() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__4; -x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__5; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__4; +x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__7() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__7() { _start: { lean_object* x_1; @@ -9047,37 +9047,37 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__8() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__6; -x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__7; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__6; +x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__9() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__8; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__8; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__10() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__9; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__9; x_2 = l_Array_forInUnsafe_loop___at___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___spec__1___closed__28; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__11() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__11() { _start: { lean_object* x_1; @@ -9085,27 +9085,27 @@ x_1 = lean_mk_string_from_bytes("Rpc", 3); return x_1; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__12() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__10; -x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__11; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__10; +x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__13() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__12; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__12; x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__14() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__14() { _start: { lean_object* x_1; @@ -9113,32 +9113,32 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__15() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__13; -x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__14; +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__13; +x_2 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__16() { +static lean_object* _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__15; -x_2 = lean_unsigned_to_nat(5234u); +x_1 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__15; +x_2 = lean_unsigned_to_nat(5218u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; x_2 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___lambda__1___closed__54; -x_3 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__1; +x_3 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__1; x_4 = l_Lean_Elab_registerDerivingHandler(x_2, x_3, x_1); if (lean_obj_tag(x_4) == 0) { @@ -9148,7 +9148,7 @@ lean_inc(x_5); lean_dec(x_4); x_6 = l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveStructureInstance___closed__3; x_7 = 0; -x_8 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__16; +x_8 = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__16; x_9 = l_Lean_registerTraceClass(x_6, x_7, x_8, x_5); return x_9; } @@ -9753,39 +9753,39 @@ l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance_ lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___closed__1); l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___closed__2 = _init_l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___closed__2(); lean_mark_persistent(l___private_Lean_Server_Rpc_Deriving_0__Lean_Server_RpcEncodable_deriveInstance___closed__2); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__1 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__1(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__1); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__2 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__2(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__2); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__3 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__3(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__3); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__4 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__4(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__4); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__5 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__5(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__5); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__6 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__6(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__6); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__7 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__7(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__7); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__8 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__8(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__8); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__9 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__9(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__9); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__10 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__10(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__10); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__11 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__11(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__11); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__12 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__12(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__12); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__13 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__13(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__13); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__14 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__14(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__14); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__15 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__15(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__15); -l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__16 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__16(); -lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234____closed__16); -res = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5234_(lean_io_mk_world()); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__1 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__1(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__1); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__2 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__2(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__2); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__3 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__3(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__3); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__4 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__4(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__4); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__5 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__5(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__5); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__6 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__6(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__6); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__7 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__7(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__7); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__8 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__8(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__8); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__9 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__9(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__9); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__10 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__10(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__10); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__11 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__11(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__11); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__12 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__12(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__12); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__13 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__13(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__13); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__14 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__14(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__14); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__15 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__15(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__15); +l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__16 = _init_l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__16(); +lean_mark_persistent(l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218____closed__16); +res = l_Lean_Server_RpcEncodable_initFn____x40_Lean_Server_Rpc_Deriving___hyg_5218_(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/Rpc/RequestHandling.c b/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c index e99ee8b5ad46..4960e898fd4b 100644 --- a/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c +++ b/stage0/stdlib/Lean/Server/Rpc/RequestHandling.c @@ -15,14 +15,13 @@ extern "C" { #endif lean_object* l_Lean_Server_RequestM_mapTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___lambda__2___closed__1; -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__12; LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux_traverse___at_Lean_Server_registerBuiltinRpcProcedure___spec__3(size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Syntax_mkNameLit(lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__25; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__10; lean_object* l_Lean_MapDeclarationExtension_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_compress(lean_object*); static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__8; @@ -35,7 +34,6 @@ static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__17; size_t lean_usize_shift_right(size_t, size_t); static lean_object* l_Lean_Server_handleRpcCall___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_builtinRpcProcedures; -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953_(lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__21; static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___closed__1; static lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__2___closed__2; @@ -43,35 +41,33 @@ static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_ini LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554_(lean_object*); uint8_t lean_usize_dec_le(size_t, size_t); +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__4___closed__2; LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Server_registerBuiltinRpcProcedure___spec__5(lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__18; 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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150____closed__1; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__2; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__12; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__13; size_t lean_uint64_to_usize(uint64_t); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__23; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__14; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__2; LEAN_EXPORT lean_object* l_Lean_Server_handleRpcCall(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__16; lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__6; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__16; LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_mul(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Server_registerRpcProcedure___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_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___lambda__3___closed__1; uint8_t lean_uint64_dec_lt(uint64_t, uint64_t); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__5; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at_Lean_Elab_Term_MVarErrorInfo_logError___spec__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 lean_object* l_liftExcept___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__3___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__19; lean_object* l_Lean_Server_RequestM_bindTask___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__5(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___closed__2; @@ -81,10 +77,10 @@ LEAN_EXPORT lean_object* l_Lean_Server_handleRpcCall___lambda__4(lean_object*, l extern lean_object* l_Lean_Server_requestHandlers; LEAN_EXPORT lean_object* l_Lean_Server_instInhabitedRpcProcedure___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_stringToMessageData(lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__15; static lean_object* l_Lean_Server_instInhabitedRpcProcedure___rarg___closed__2; lean_object* l_Prod_map___rarg(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_MapDeclarationExtension_contains___rarg(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__1(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); lean_object* l_List_head_x21___rarg(lean_object*, lean_object*); extern lean_object* l_Lean_Expr_instBEqExpr; lean_object* l_instBEqProd___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -92,14 +88,15 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Serve static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__9; LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Server_registerBuiltinRpcProcedure___spec__2___closed__1; +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_containsAtAux___at_Lean_Server_registerBuiltinRpcProcedure___spec__7___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__20; lean_object* l_Lean_initializing(lean_object*); LEAN_EXPORT uint8_t l_Lean_PersistentHashMap_containsAux___at_Lean_Server_registerBuiltinRpcProcedure___spec__6(lean_object*, size_t, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__13; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Server_registerBuiltinRpcProcedure___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_find_x3f___at_Lean_Server_handleRpcCall___spec__1(lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__2; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__26; lean_object* l_Lean_Server_RequestM_bindWaitFindSnap___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -108,7 +105,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_registerRpcProcedure___lambda__4(lean_obj static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__18; 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_1953____closed__8; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__7; lean_object* lean_st_ref_take(lean_object*, lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_59____closed__2; 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*); @@ -131,7 +128,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___boxed(lea static lean_object* l_Lean_Server_registerRpcProcedure___lambda__4___closed__5; lean_object* l_Lean_quoteNameMk(lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__19; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__17; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__17; lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__10; @@ -141,26 +137,21 @@ static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__2; static lean_object* l_Lean_Server_handleRpcCall___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Server_handleRpcCall___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerBuiltinRpcProcedure___closed__3; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__7; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAtAux___at_Lean_Server_handleRpcCall___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); 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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__9; extern lean_object* l_Lean_Expr_instHashableExpr; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_wrapRpcProcedure___elambda__1___spec__1(lean_object*, uint64_t); LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_Server_handleRpcCall___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Server_registerLspRequestHandler___spec__2(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__11; -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__7; LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_59_(lean_object*); static lean_object* l_Lean_Server_instInhabitedRpcProcedure___rarg___closed__1; lean_object* l_Lean_Server_RequestM_asTask___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__4; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__4; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__19; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__12; static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__3; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150____closed__2; @@ -180,8 +171,10 @@ lean_object* l_Lean_Syntax_node2(lean_object*, lean_object*, lean_object*, lean_ LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, uint64_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Server_wrapRpcProcedure___elambda__1___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_Server_handleRpcCall___lambda__3___closed__2; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__13; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__8; static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___lambda__2___closed__1; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__11; LEAN_EXPORT lean_object* l_Lean_Server_userRpcProcedures; lean_object* lean_mk_syntax_ident(lean_object*); static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__1; @@ -193,8 +186,8 @@ static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_ini static lean_object* l_Lean_Server_registerRpcProcedure___lambda__4___closed__3; lean_object* lean_usize_to_nat(size_t); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__1; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__1; static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Server_handleRpcCall___spec__2___closed__1; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__20; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__15; static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_59____closed__3; LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Server_wrapRpcProcedure___elambda__1___spec__1___boxed(lean_object*, lean_object*); @@ -204,6 +197,7 @@ lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFi static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__3; LEAN_EXPORT lean_object* l_Lean_Server_handleRpcCall___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__2; +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Server_handleRpcCall___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150_(lean_object*); @@ -212,20 +206,25 @@ static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__19; LEAN_EXPORT lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___closed__4; lean_object* l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__10; LEAN_EXPORT uint8_t l_Lean_Server_registerRpcProcedure___lambda__2(lean_object*); 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_1954____closed__9; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__4; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__1; lean_object* lean_environment_main_module(lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__6; 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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__8; lean_object* l_id___rarg___boxed(lean_object*); static lean_object* l_Lean_Server_handleRpcCall___closed__4; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__14; lean_object* l_Lean_PersistentHashMap_mkEmptyEntries(lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__11; -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__16; LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__14; static lean_object* l_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___lambda__3___closed__2; lean_object* l_Lean_Syntax_node1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_Server_registerBuiltinRpcProcedure___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -235,16 +234,14 @@ static lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__2___cl LEAN_EXPORT lean_object* l_Lean_Server_registerBuiltinRpcProcedure___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___closed__3; lean_object* lean_task_map(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__1; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__1___closed__5; LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__3; lean_object* l_Lean_mkMapDeclarationExtension___rarg(lean_object*, lean_object*); lean_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); lean_object* l_Lean_Environment_evalConstCheck___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_mkCollisionNode___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__5; lean_object* l_Lean_PersistentHashMap_mkEmptyEntriesArray(lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__18; LEAN_EXPORT lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__2(lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insertAtCollisionNodeAux___at_Lean_Server_registerBuiltinRpcProcedure___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); @@ -252,12 +249,12 @@ static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__22; lean_object* lean_io_initializing(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_Term_withoutErrToSorry___at_Lean_Server_registerRpcProcedure___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_uint64_dec_eq(uint64_t, uint64_t); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__6; lean_object* l_String_intercalate(lean_object*, lean_object*); size_t lean_usize_sub(size_t, size_t); extern lean_object* l_Lean_Elab_Command_instInhabitedScope; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_contains___at_Lean_Server_registerBuiltinRpcProcedure___spec__5___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__5; +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954_(lean_object*); static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150____closed__3; LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_insert___at_Lean_Server_registerBuiltinRpcProcedure___spec__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__6; @@ -270,13 +267,16 @@ extern lean_object* l_Lean_instInhabitedName; LEAN_EXPORT lean_object* l_Lean_Server_handleRpcCall___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static size_t l_Lean_PersistentHashMap_findAux___at_Lean_Server_handleRpcCall___spec__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_registerRpcProcedure___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__17; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__1; lean_object* l_Lean_throwError___at_Lean_Core_instantiateValueLevelParams___spec__1(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_Lean_Server_registerLspRequestHandler___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__1___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__3; static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__13; uint8_t l_Lean_PersistentHashMap_contains___at_Lean_Server_registerLspRequestHandler___spec__6(lean_object*, lean_object*); static lean_object* l_Lean_Server_handleRpcCall___lambda__3___closed__1; @@ -284,8 +284,10 @@ LEAN_EXPORT lean_object* l_Lean_Server_handleRpcCall___lambda__4___boxed(lean_ob static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__4; lean_object* lean_array_get_size(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__15; lean_object* l___private_Lean_Data_Lsp_Extra_0__Lean_Lsp_fromJsonRpcCallParams____x40_Lean_Data_Lsp_Extra___hyg_1743_(lean_object*); static lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__2___closed__3; +static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__2; lean_object* l_Lean_addAndCompile(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); @@ -301,7 +303,6 @@ lean_object* l_String_toSubstring_x27(lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__4___closed__1; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__20; lean_object* lean_array_get(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__2; static lean_object* l_Lean_Server_registerRpcProcedure___lambda__3___closed__7; lean_object* l_Lean_Server_Snapshots_Snapshot_endPos(lean_object*); static lean_object* l_Lean_Server_registerRpcProcedure___lambda__4___closed__4; @@ -310,7 +311,6 @@ static lean_object* l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_e size_t lean_usize_land(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___elambda__1___lambda__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_registerRpcProcedure___lambda__2___boxed(lean_object*); -static lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__12; static lean_object* l_Lean_Server_parseRequestParams___at_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_554____spec__2___closed__1; static lean_object* _init_l_Lean_Server_instInhabitedRpcProcedure___rarg___closed__1() { _start: @@ -4270,7 +4270,7 @@ lean_dec(x_2); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____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_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____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; @@ -4278,7 +4278,7 @@ x_7 = l_Lean_Server_registerRpcProcedure(x_1, x_4, x_5, x_6); return x_7; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__1() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -4286,25 +4286,25 @@ x_1 = lean_mk_string_from_bytes("attribute cannot be erased", 26); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__2() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__1; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__1; x_2 = l_Lean_stringToMessageData(x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__2; +x_5 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__2; x_6 = l_Lean_throwError___at_Lean_AttributeImpl_erase___default___spec__1(x_5, x_2, x_3, x_4); return x_6; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__1() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__1() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; @@ -4314,17 +4314,17 @@ x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__2() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__1; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__1; x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__3() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__3() { _start: { lean_object* x_1; @@ -4332,17 +4332,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__4() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__2; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__3; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__2; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__5() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__5() { _start: { lean_object* x_1; @@ -4350,57 +4350,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__6() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__4; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__5; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__4; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__7() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__6; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__6; x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__8() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__7; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__7; x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_150____closed__2; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__9() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__8; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__8; x_2 = l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__5; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__10() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__9; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__9; x_2 = l___private_Lean_Server_Rpc_RequestHandling_0__Lean_Server_evalRpcProcedureUnsafe___closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__11() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__11() { _start: { lean_object* x_1; @@ -4408,27 +4408,27 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__12() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__10; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__11; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__10; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__13() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__12; -x_2 = lean_unsigned_to_nat(1953u); +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__12; +x_2 = lean_unsigned_to_nat(1954u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__14() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__14() { _start: { lean_object* x_1; @@ -4436,17 +4436,17 @@ x_1 = lean_mk_string_from_bytes("server_rpc_method", 17); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__15() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__14; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__16() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__16() { _start: { lean_object* x_1; @@ -4454,13 +4454,13 @@ x_1 = lean_mk_string_from_bytes("Marks a function as a Lean server RPC method.\n return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__17() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__17() { _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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__13; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__15; -x_3 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__16; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__13; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__15; +x_3 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__16; x_4 = 1; x_5 = lean_alloc_ctor(0, 3, 1); lean_ctor_set(x_5, 0, x_1); @@ -4470,29 +4470,29 @@ lean_ctor_set_uint8(x_5, sizeof(void*)*3, x_4); return x_5; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__18() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__18() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__1___boxed), 6, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__1___boxed), 6, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__19() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__19() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___boxed), 4, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___boxed), 4, 0); return x_1; } } -static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__20() { +static lean_object* _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__17; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__18; -x_3 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__19; +x_1 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__17; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__18; +x_3 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__19; x_4 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_4, 0, x_1); lean_ctor_set(x_4, 1, x_2); @@ -4500,31 +4500,31 @@ lean_ctor_set(x_4, 2, x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__20; +x_2 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__20; x_3 = l_Lean_registerBuiltinAttribute(x_2, x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__1(x_1, x_2, x_7, x_4, x_5, x_6); +x_8 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____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_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); @@ -4775,51 +4775,51 @@ l_Lean_Server_registerRpcProcedure___closed__3 = _init_l_Lean_Server_registerRpc lean_mark_persistent(l_Lean_Server_registerRpcProcedure___closed__3); l_Lean_Server_registerRpcProcedure___closed__4 = _init_l_Lean_Server_registerRpcProcedure___closed__4(); lean_mark_persistent(l_Lean_Server_registerRpcProcedure___closed__4); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__1(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__1); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__2(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____lambda__2___closed__2); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__1(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__1); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__2(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__2); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__3 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__3(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__3); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__4 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__4(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__4); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__5 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__5(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__5); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__6 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__6(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__6); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__7 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__7(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__7); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__8 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__8(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__8); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__9 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__9(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__9); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__10 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__10(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__10); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__11 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__11(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__11); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__12 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__12(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__12); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__13 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__13(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__13); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__14 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__14(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__14); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__15 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__15(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__15); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__16 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__16(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__16); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__17 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__17(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__17); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__18 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__18(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__18); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__19 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__19(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__19); -l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__20 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__20(); -lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953____closed__20); -res = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1953_(lean_io_mk_world()); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__1(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__1); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__2(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____lambda__2___closed__2); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__1 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__1(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__1); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__2 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__2(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__2); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__3 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__3(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__3); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__4 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__4(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__4); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__5 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__5(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__5); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__6 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__6(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__6); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__7 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__7(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__7); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__8 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__8(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__8); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__9 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__9(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__9); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__10 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__10(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__10); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__11 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__11(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__11); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__12 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__12(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__12); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__13 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__13(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__13); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__14 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__14(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__14); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__15 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__15(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__15); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__16 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__16(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__16); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__17 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__17(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__17); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__18 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__18(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__18); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__19 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__19(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__19); +l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__20 = _init_l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__20(); +lean_mark_persistent(l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954____closed__20); +res = l_Lean_Server_initFn____x40_Lean_Server_Rpc_RequestHandling___hyg_1954_(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/Snapshots.c b/stage0/stdlib/Lean/Server/Snapshots.c index 77a864053860..10ffd81a2474 100644 --- a/stage0/stdlib/Lean/Server/Snapshots.c +++ b/stage0/stdlib/Lean/Server/Snapshots.c @@ -1607,7 +1607,7 @@ return x_6; LEAN_EXPORT lean_object* l_Lean_Server_Snapshots_compileNextCmd(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; 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; uint8_t x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; +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; uint8_t x_109; lean_object* x_110; uint8_t x_111; x_5 = lean_ctor_get(x_2, 3); lean_inc(x_5); x_6 = lean_ctor_get(x_2, 2); @@ -1659,517 +1659,130 @@ lean_inc(x_26); x_27 = lean_ctor_get(x_24, 1); lean_inc(x_27); lean_dec(x_24); -x_28 = 0; -x_29 = l_Lean_Syntax_getPos_x3f(x_25, x_28); +x_109 = 0; +x_110 = l_Lean_Syntax_getPos_x3f(x_25, x_109); lean_inc(x_25); -x_30 = l_Lean_Parser_isEOI(x_25); -if (lean_obj_tag(x_29) == 0) +x_111 = l_Lean_Parser_isEOI(x_25); +if (lean_obj_tag(x_110) == 0) { -lean_object* x_207; lean_object* x_208; -x_207 = l_Lean_Server_Snapshots_compileNextCmd___closed__6; -x_208 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_207); -x_31 = x_208; -goto block_206; -} -else +lean_object* x_112; lean_object* x_113; +x_112 = l_Lean_Server_Snapshots_compileNextCmd___closed__6; +x_113 = l_panic___at_Lean_Elab_InfoTree_smallestInfo_x3f___spec__1(x_112); +if (x_111 == 0) { -lean_object* x_209; -x_209 = lean_ctor_get(x_29, 0); -lean_inc(x_209); -lean_dec(x_29); -x_31 = x_209; -goto block_206; +lean_dec(x_5); +x_28 = x_113; +goto block_108; } -block_206: -{ -if (x_30 == 0) -{ -uint8_t x_32; -x_32 = !lean_is_exclusive(x_5); -if (x_32 == 0) +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; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; lean_object* x_64; -x_33 = lean_ctor_get(x_5, 8); -lean_dec(x_33); -x_34 = lean_ctor_get(x_5, 7); -lean_dec(x_34); -x_35 = lean_ctor_get(x_5, 6); -lean_dec(x_35); -x_36 = lean_ctor_get(x_5, 5); -lean_dec(x_36); -x_37 = lean_ctor_get(x_5, 4); -lean_dec(x_37); -x_38 = lean_ctor_get(x_5, 3); -lean_dec(x_38); -x_39 = lean_ctor_get(x_5, 2); -lean_dec(x_39); -x_40 = lean_ctor_get(x_5, 1); -lean_dec(x_40); -x_41 = lean_ctor_get(x_5, 0); -lean_dec(x_41); -lean_ctor_set(x_5, 1, x_27); -x_42 = lean_st_mk_ref(x_5, x_4); -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_45 = lean_st_ref_get(x_7, x_44); -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_st_mk_ref(x_46, x_47); -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_1, 1); -lean_inc(x_51); -x_52 = lean_ctor_get(x_1, 2); -lean_inc(x_52); -x_53 = l_Lean_Server_Snapshots_Snapshot_endPos(x_2); -x_54 = lean_box(0); -lean_inc(x_49); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_49); -x_56 = lean_unsigned_to_nat(0u); -x_57 = l_Lean_firstFrontendMacroScope; -x_58 = lean_box(0); -lean_inc(x_53); -lean_inc(x_52); -lean_inc(x_51); -x_59 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_59, 0, x_51); -lean_ctor_set(x_59, 1, x_52); -lean_ctor_set(x_59, 2, x_56); -lean_ctor_set(x_59, 3, x_53); -lean_ctor_set(x_59, 4, x_54); -lean_ctor_set(x_59, 5, x_57); -lean_ctor_set(x_59, 6, x_58); -lean_ctor_set(x_59, 7, x_55); -lean_inc(x_25); -x_60 = lean_alloc_closure((void*)(l_Lean_Server_Snapshots_compileNextCmd___lambda__1), 4, 1); -lean_closure_set(x_60, 0, x_25); -lean_inc(x_43); -x_61 = lean_alloc_closure((void*)(l_Lean_Server_Snapshots_compileNextCmd___lambda__2), 4, 3); -lean_closure_set(x_61, 0, x_60); -lean_closure_set(x_61, 1, x_59); -lean_closure_set(x_61, 2, x_43); -x_62 = l_Lean_Server_Snapshots_compileNextCmd___closed__1; -x_63 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_18, x_62); +lean_object* x_114; uint8_t x_115; lean_dec(x_18); -x_64 = l_IO_FS_withIsolatedStreams___at_Lean_Server_Snapshots_compileNextCmd___spec__1(x_61, x_63, x_50); -if (lean_obj_tag(x_64) == 0) -{ -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; uint8_t x_81; -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -x_67 = lean_ctor_get(x_65, 0); -lean_inc(x_67); -lean_dec(x_65); -x_68 = lean_st_ref_get(x_49, x_66); -lean_dec(x_49); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = lean_ctor_get(x_69, 1); -lean_inc(x_71); -lean_dec(x_69); -x_72 = lean_st_ref_take(x_7, x_70); -x_73 = lean_ctor_get(x_72, 1); -lean_inc(x_73); -lean_dec(x_72); -x_74 = l_Lean_Server_Snapshots_initFn____x40_Lean_Server_Snapshots___hyg_6____closed__3; -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_71); -lean_ctor_set(x_75, 1, x_74); -x_76 = lean_st_ref_set(x_7, x_75, x_73); -lean_dec(x_7); -x_77 = lean_ctor_get(x_76, 1); -lean_inc(x_77); -lean_dec(x_76); -x_78 = lean_st_ref_get(x_43, x_77); -lean_dec(x_43); -x_79 = lean_ctor_get(x_78, 0); -lean_inc(x_79); -x_80 = lean_ctor_get(x_78, 1); -lean_inc(x_80); -lean_dec(x_78); -x_81 = l_String_isEmpty(x_67); -if (x_81 == 0) -{ -uint8_t x_82; -x_82 = !lean_is_exclusive(x_79); -if (x_82 == 0) -{ -lean_object* x_83; lean_object* x_84; lean_object* 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; lean_object* x_92; lean_object* x_93; -x_83 = lean_ctor_get(x_79, 1); -x_84 = l_Lean_FileMap_toPosition(x_52, x_53); -lean_dec(x_53); -lean_dec(x_52); -x_85 = lean_box(0); -x_86 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_86, 0, x_67); -x_87 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_87, 0, x_86); -x_88 = 0; -x_89 = l_Lean_Server_Snapshots_compileNextCmd___closed__2; -x_90 = lean_alloc_ctor(0, 5, 1); -lean_ctor_set(x_90, 0, x_51); -lean_ctor_set(x_90, 1, x_84); -lean_ctor_set(x_90, 2, x_85); -lean_ctor_set(x_90, 3, x_89); -lean_ctor_set(x_90, 4, x_87); -lean_ctor_set_uint8(x_90, sizeof(void*)*5, x_88); -x_91 = l_Lean_PersistentArray_push___rarg(x_83, x_90); -lean_ctor_set(x_79, 1, x_91); -x_92 = lean_box(0); -x_93 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_74, x_31, x_25, x_26, x_79, x_92, x_80); -return x_93; -} -else +lean_dec(x_15); +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_inc(x_2); +x_114 = l_Lean_Server_Snapshots_compileNextCmd_withNewInteractiveDiags(x_1, x_2, x_3, x_27, x_4); +x_115 = !lean_is_exclusive(x_2); +if (x_115 == 0) +{ +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; +x_116 = lean_ctor_get(x_2, 5); +lean_dec(x_116); +x_117 = lean_ctor_get(x_2, 4); +lean_dec(x_117); +x_118 = lean_ctor_get(x_2, 3); +lean_dec(x_118); +x_119 = lean_ctor_get(x_2, 2); +lean_dec(x_119); +x_120 = lean_ctor_get(x_2, 1); +lean_dec(x_120); +x_121 = lean_ctor_get(x_2, 0); +lean_dec(x_121); +x_122 = !lean_is_exclusive(x_114); +if (x_122 == 0) { -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; uint8_t 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_94 = lean_ctor_get(x_79, 0); -x_95 = lean_ctor_get(x_79, 1); -x_96 = lean_ctor_get(x_79, 2); -x_97 = lean_ctor_get(x_79, 3); -x_98 = lean_ctor_get(x_79, 4); -x_99 = lean_ctor_get(x_79, 5); -x_100 = lean_ctor_get(x_79, 6); -x_101 = lean_ctor_get(x_79, 7); -x_102 = lean_ctor_get(x_79, 8); -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_dec(x_79); -x_103 = l_Lean_FileMap_toPosition(x_52, x_53); -lean_dec(x_53); -lean_dec(x_52); -x_104 = lean_box(0); -x_105 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_105, 0, x_67); -x_106 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_106, 0, x_105); -x_107 = 0; -x_108 = l_Lean_Server_Snapshots_compileNextCmd___closed__2; -x_109 = lean_alloc_ctor(0, 5, 1); -lean_ctor_set(x_109, 0, x_51); -lean_ctor_set(x_109, 1, x_103); -lean_ctor_set(x_109, 2, x_104); -lean_ctor_set(x_109, 3, x_108); -lean_ctor_set(x_109, 4, x_106); -lean_ctor_set_uint8(x_109, sizeof(void*)*5, x_107); -x_110 = l_Lean_PersistentArray_push___rarg(x_95, x_109); -x_111 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_111, 0, x_94); -lean_ctor_set(x_111, 1, x_110); -lean_ctor_set(x_111, 2, x_96); -lean_ctor_set(x_111, 3, x_97); -lean_ctor_set(x_111, 4, x_98); -lean_ctor_set(x_111, 5, x_99); -lean_ctor_set(x_111, 6, x_100); -lean_ctor_set(x_111, 7, x_101); -lean_ctor_set(x_111, 8, x_102); -x_112 = lean_box(0); -x_113 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_74, x_31, x_25, x_26, x_111, x_112, x_80); -return x_113; -} +lean_object* x_123; +x_123 = lean_ctor_get(x_114, 0); +lean_ctor_set(x_2, 4, x_123); +lean_ctor_set(x_2, 2, x_26); +lean_ctor_set(x_2, 1, x_25); +lean_ctor_set(x_2, 0, x_113); +lean_ctor_set(x_114, 0, x_2); +return x_114; } else { -lean_object* x_114; lean_object* x_115; -lean_dec(x_67); -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_51); -x_114 = lean_box(0); -x_115 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_74, x_31, x_25, x_26, x_79, x_114, x_80); -return x_115; +lean_object* x_124; lean_object* x_125; lean_object* x_126; +x_124 = lean_ctor_get(x_114, 0); +x_125 = lean_ctor_get(x_114, 1); +lean_inc(x_125); +lean_inc(x_124); +lean_dec(x_114); +lean_ctor_set(x_2, 4, x_124); +lean_ctor_set(x_2, 2, x_26); +lean_ctor_set(x_2, 1, x_25); +lean_ctor_set(x_2, 0, x_113); +x_126 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_126, 0, x_2); +lean_ctor_set(x_126, 1, x_125); +return x_126; } } else { -uint8_t x_116; -lean_dec(x_53); -lean_dec(x_52); -lean_dec(x_51); -lean_dec(x_49); -lean_dec(x_43); -lean_dec(x_31); -lean_dec(x_26); -lean_dec(x_25); -lean_dec(x_7); +lean_object* x_127; lean_object* x_128; lean_object* x_129; lean_object* x_130; lean_object* x_131; lean_dec(x_2); -lean_dec(x_1); -x_116 = !lean_is_exclusive(x_64); -if (x_116 == 0) -{ -return x_64; -} -else -{ -lean_object* x_117; lean_object* x_118; lean_object* x_119; -x_117 = lean_ctor_get(x_64, 0); -x_118 = lean_ctor_get(x_64, 1); -lean_inc(x_118); -lean_inc(x_117); -lean_dec(x_64); -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; -} -} -} -else -{ -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; uint8_t x_142; lean_object* x_143; -lean_dec(x_5); -x_120 = lean_alloc_ctor(0, 9, 0); -lean_ctor_set(x_120, 0, x_8); -lean_ctor_set(x_120, 1, x_27); -lean_ctor_set(x_120, 2, x_9); -lean_ctor_set(x_120, 3, x_10); -lean_ctor_set(x_120, 4, x_11); -lean_ctor_set(x_120, 5, x_12); -lean_ctor_set(x_120, 6, x_13); -lean_ctor_set(x_120, 7, x_14); -lean_ctor_set(x_120, 8, x_15); -x_121 = lean_st_mk_ref(x_120, x_4); -x_122 = lean_ctor_get(x_121, 0); -lean_inc(x_122); -x_123 = lean_ctor_get(x_121, 1); -lean_inc(x_123); -lean_dec(x_121); -x_124 = lean_st_ref_get(x_7, x_123); -x_125 = lean_ctor_get(x_124, 0); -lean_inc(x_125); -x_126 = lean_ctor_get(x_124, 1); -lean_inc(x_126); -lean_dec(x_124); -x_127 = lean_st_mk_ref(x_125, x_126); -x_128 = lean_ctor_get(x_127, 0); -lean_inc(x_128); -x_129 = lean_ctor_get(x_127, 1); -lean_inc(x_129); -lean_dec(x_127); -x_130 = lean_ctor_get(x_1, 1); -lean_inc(x_130); -x_131 = lean_ctor_get(x_1, 2); -lean_inc(x_131); -x_132 = l_Lean_Server_Snapshots_Snapshot_endPos(x_2); -x_133 = lean_box(0); +x_127 = lean_ctor_get(x_114, 0); +lean_inc(x_127); +x_128 = lean_ctor_get(x_114, 1); lean_inc(x_128); -x_134 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_134, 0, x_128); -x_135 = lean_unsigned_to_nat(0u); -x_136 = l_Lean_firstFrontendMacroScope; -x_137 = lean_box(0); -lean_inc(x_132); -lean_inc(x_131); -lean_inc(x_130); -x_138 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_138, 0, x_130); -lean_ctor_set(x_138, 1, x_131); -lean_ctor_set(x_138, 2, x_135); -lean_ctor_set(x_138, 3, x_132); -lean_ctor_set(x_138, 4, x_133); -lean_ctor_set(x_138, 5, x_136); -lean_ctor_set(x_138, 6, x_137); -lean_ctor_set(x_138, 7, x_134); -lean_inc(x_25); -x_139 = lean_alloc_closure((void*)(l_Lean_Server_Snapshots_compileNextCmd___lambda__1), 4, 1); -lean_closure_set(x_139, 0, x_25); -lean_inc(x_122); -x_140 = lean_alloc_closure((void*)(l_Lean_Server_Snapshots_compileNextCmd___lambda__2), 4, 3); -lean_closure_set(x_140, 0, x_139); -lean_closure_set(x_140, 1, x_138); -lean_closure_set(x_140, 2, x_122); -x_141 = l_Lean_Server_Snapshots_compileNextCmd___closed__1; -x_142 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_18, x_141); -lean_dec(x_18); -x_143 = l_IO_FS_withIsolatedStreams___at_Lean_Server_Snapshots_compileNextCmd___spec__1(x_140, x_142, x_129); -if (lean_obj_tag(x_143) == 0) -{ -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; uint8_t x_160; -x_144 = lean_ctor_get(x_143, 0); -lean_inc(x_144); -x_145 = lean_ctor_get(x_143, 1); -lean_inc(x_145); -lean_dec(x_143); -x_146 = lean_ctor_get(x_144, 0); -lean_inc(x_146); -lean_dec(x_144); -x_147 = lean_st_ref_get(x_128, x_145); -lean_dec(x_128); -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); -x_150 = lean_ctor_get(x_148, 1); -lean_inc(x_150); -lean_dec(x_148); -x_151 = lean_st_ref_take(x_7, x_149); -x_152 = lean_ctor_get(x_151, 1); -lean_inc(x_152); -lean_dec(x_151); -x_153 = l_Lean_Server_Snapshots_initFn____x40_Lean_Server_Snapshots___hyg_6____closed__3; -x_154 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_154, 0, x_150); -lean_ctor_set(x_154, 1, x_153); -x_155 = lean_st_ref_set(x_7, x_154, x_152); -lean_dec(x_7); -x_156 = lean_ctor_get(x_155, 1); -lean_inc(x_156); -lean_dec(x_155); -x_157 = lean_st_ref_get(x_122, x_156); -lean_dec(x_122); -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -x_160 = l_String_isEmpty(x_146); -if (x_160 == 0) -{ -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; uint8_t 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; -x_161 = lean_ctor_get(x_158, 0); -lean_inc(x_161); -x_162 = lean_ctor_get(x_158, 1); -lean_inc(x_162); -x_163 = lean_ctor_get(x_158, 2); -lean_inc(x_163); -x_164 = lean_ctor_get(x_158, 3); -lean_inc(x_164); -x_165 = lean_ctor_get(x_158, 4); -lean_inc(x_165); -x_166 = lean_ctor_get(x_158, 5); -lean_inc(x_166); -x_167 = lean_ctor_get(x_158, 6); -lean_inc(x_167); -x_168 = lean_ctor_get(x_158, 7); -lean_inc(x_168); -x_169 = lean_ctor_get(x_158, 8); -lean_inc(x_169); -if (lean_is_exclusive(x_158)) { - lean_ctor_release(x_158, 0); - lean_ctor_release(x_158, 1); - lean_ctor_release(x_158, 2); - lean_ctor_release(x_158, 3); - lean_ctor_release(x_158, 4); - lean_ctor_release(x_158, 5); - lean_ctor_release(x_158, 6); - lean_ctor_release(x_158, 7); - lean_ctor_release(x_158, 8); - x_170 = x_158; +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_129 = x_114; } else { - lean_dec_ref(x_158); - x_170 = lean_box(0); -} -x_171 = l_Lean_FileMap_toPosition(x_131, x_132); -lean_dec(x_132); -lean_dec(x_131); -x_172 = lean_box(0); -x_173 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_173, 0, x_146); -x_174 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_174, 0, x_173); -x_175 = 0; -x_176 = l_Lean_Server_Snapshots_compileNextCmd___closed__2; -x_177 = lean_alloc_ctor(0, 5, 1); -lean_ctor_set(x_177, 0, x_130); -lean_ctor_set(x_177, 1, x_171); -lean_ctor_set(x_177, 2, x_172); -lean_ctor_set(x_177, 3, x_176); -lean_ctor_set(x_177, 4, x_174); -lean_ctor_set_uint8(x_177, sizeof(void*)*5, x_175); -x_178 = l_Lean_PersistentArray_push___rarg(x_162, x_177); -if (lean_is_scalar(x_170)) { - x_179 = lean_alloc_ctor(0, 9, 0); + lean_dec_ref(x_114); + x_129 = lean_box(0); +} +x_130 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_130, 0, x_113); +lean_ctor_set(x_130, 1, x_25); +lean_ctor_set(x_130, 2, x_26); +lean_ctor_set(x_130, 3, x_5); +lean_ctor_set(x_130, 4, x_127); +lean_ctor_set(x_130, 5, x_7); +if (lean_is_scalar(x_129)) { + x_131 = lean_alloc_ctor(0, 2, 0); } else { - x_179 = x_170; -} -lean_ctor_set(x_179, 0, x_161); -lean_ctor_set(x_179, 1, x_178); -lean_ctor_set(x_179, 2, x_163); -lean_ctor_set(x_179, 3, x_164); -lean_ctor_set(x_179, 4, x_165); -lean_ctor_set(x_179, 5, x_166); -lean_ctor_set(x_179, 6, x_167); -lean_ctor_set(x_179, 7, x_168); -lean_ctor_set(x_179, 8, x_169); -x_180 = lean_box(0); -x_181 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_153, x_31, x_25, x_26, x_179, x_180, x_159); -return x_181; + 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_182; lean_object* x_183; -lean_dec(x_146); -lean_dec(x_132); -lean_dec(x_131); -lean_dec(x_130); -x_182 = lean_box(0); -x_183 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_153, x_31, x_25, x_26, x_158, x_182, x_159); -return x_183; } } else { -lean_object* x_184; lean_object* x_185; lean_object* x_186; lean_object* x_187; -lean_dec(x_132); -lean_dec(x_131); -lean_dec(x_130); -lean_dec(x_128); -lean_dec(x_122); -lean_dec(x_31); -lean_dec(x_26); -lean_dec(x_25); -lean_dec(x_7); -lean_dec(x_2); -lean_dec(x_1); -x_184 = lean_ctor_get(x_143, 0); -lean_inc(x_184); -x_185 = lean_ctor_get(x_143, 1); -lean_inc(x_185); -if (lean_is_exclusive(x_143)) { - lean_ctor_release(x_143, 0); - lean_ctor_release(x_143, 1); - x_186 = x_143; -} else { - lean_dec_ref(x_143); - x_186 = lean_box(0); -} -if (lean_is_scalar(x_186)) { - x_187 = lean_alloc_ctor(1, 2, 0); -} else { - x_187 = x_186; -} -lean_ctor_set(x_187, 0, x_184); -lean_ctor_set(x_187, 1, x_185); -return x_187; -} -} +if (x_111 == 0) +{ +lean_object* x_132; +lean_dec(x_5); +x_132 = lean_ctor_get(x_110, 0); +lean_inc(x_132); +lean_dec(x_110); +x_28 = x_132; +goto block_108; } else { -lean_object* x_188; uint8_t x_189; +lean_object* x_133; lean_object* x_134; uint8_t x_135; lean_dec(x_18); lean_dec(x_15); lean_dec(x_14); @@ -2179,85 +1792,329 @@ lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); +x_133 = lean_ctor_get(x_110, 0); +lean_inc(x_133); +lean_dec(x_110); lean_inc(x_2); -x_188 = l_Lean_Server_Snapshots_compileNextCmd_withNewInteractiveDiags(x_1, x_2, x_3, x_27, x_4); -x_189 = !lean_is_exclusive(x_2); -if (x_189 == 0) -{ -lean_object* x_190; lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; uint8_t x_196; -x_190 = lean_ctor_get(x_2, 5); -lean_dec(x_190); -x_191 = lean_ctor_get(x_2, 4); -lean_dec(x_191); -x_192 = lean_ctor_get(x_2, 3); -lean_dec(x_192); -x_193 = lean_ctor_get(x_2, 2); -lean_dec(x_193); -x_194 = lean_ctor_get(x_2, 1); -lean_dec(x_194); -x_195 = lean_ctor_get(x_2, 0); -lean_dec(x_195); -x_196 = !lean_is_exclusive(x_188); -if (x_196 == 0) -{ -lean_object* x_197; -x_197 = lean_ctor_get(x_188, 0); -lean_ctor_set(x_2, 4, x_197); +x_134 = l_Lean_Server_Snapshots_compileNextCmd_withNewInteractiveDiags(x_1, x_2, x_3, x_27, x_4); +x_135 = !lean_is_exclusive(x_2); +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; uint8_t x_142; +x_136 = lean_ctor_get(x_2, 5); +lean_dec(x_136); +x_137 = lean_ctor_get(x_2, 4); +lean_dec(x_137); +x_138 = lean_ctor_get(x_2, 3); +lean_dec(x_138); +x_139 = lean_ctor_get(x_2, 2); +lean_dec(x_139); +x_140 = lean_ctor_get(x_2, 1); +lean_dec(x_140); +x_141 = lean_ctor_get(x_2, 0); +lean_dec(x_141); +x_142 = !lean_is_exclusive(x_134); +if (x_142 == 0) +{ +lean_object* x_143; +x_143 = lean_ctor_get(x_134, 0); +lean_ctor_set(x_2, 4, x_143); lean_ctor_set(x_2, 2, x_26); lean_ctor_set(x_2, 1, x_25); -lean_ctor_set(x_2, 0, x_31); -lean_ctor_set(x_188, 0, x_2); -return x_188; +lean_ctor_set(x_2, 0, x_133); +lean_ctor_set(x_134, 0, x_2); +return x_134; } else { -lean_object* x_198; lean_object* x_199; lean_object* x_200; -x_198 = lean_ctor_get(x_188, 0); -x_199 = lean_ctor_get(x_188, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_188); -lean_ctor_set(x_2, 4, x_198); +lean_object* x_144; lean_object* x_145; lean_object* x_146; +x_144 = lean_ctor_get(x_134, 0); +x_145 = lean_ctor_get(x_134, 1); +lean_inc(x_145); +lean_inc(x_144); +lean_dec(x_134); +lean_ctor_set(x_2, 4, x_144); lean_ctor_set(x_2, 2, x_26); lean_ctor_set(x_2, 1, x_25); -lean_ctor_set(x_2, 0, x_31); -x_200 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_200, 0, x_2); -lean_ctor_set(x_200, 1, x_199); -return x_200; +lean_ctor_set(x_2, 0, x_133); +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_2); +lean_ctor_set(x_146, 1, x_145); +return x_146; } } else { -lean_object* x_201; lean_object* x_202; lean_object* x_203; lean_object* x_204; lean_object* x_205; +lean_object* x_147; lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; lean_dec(x_2); -x_201 = lean_ctor_get(x_188, 0); -lean_inc(x_201); -x_202 = lean_ctor_get(x_188, 1); -lean_inc(x_202); -if (lean_is_exclusive(x_188)) { - lean_ctor_release(x_188, 0); - lean_ctor_release(x_188, 1); - x_203 = x_188; +x_147 = lean_ctor_get(x_134, 0); +lean_inc(x_147); +x_148 = lean_ctor_get(x_134, 1); +lean_inc(x_148); +if (lean_is_exclusive(x_134)) { + lean_ctor_release(x_134, 0); + lean_ctor_release(x_134, 1); + x_149 = x_134; } else { - lean_dec_ref(x_188); - x_203 = lean_box(0); -} -x_204 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_204, 0, x_31); -lean_ctor_set(x_204, 1, x_25); -lean_ctor_set(x_204, 2, x_26); -lean_ctor_set(x_204, 3, x_5); -lean_ctor_set(x_204, 4, x_201); -lean_ctor_set(x_204, 5, x_7); -if (lean_is_scalar(x_203)) { - x_205 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_134); + x_149 = lean_box(0); +} +x_150 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_150, 0, x_133); +lean_ctor_set(x_150, 1, x_25); +lean_ctor_set(x_150, 2, x_26); +lean_ctor_set(x_150, 3, x_5); +lean_ctor_set(x_150, 4, x_147); +lean_ctor_set(x_150, 5, x_7); +if (lean_is_scalar(x_149)) { + x_151 = lean_alloc_ctor(0, 2, 0); } else { - x_205 = x_203; + x_151 = x_149; +} +lean_ctor_set(x_151, 0, x_150); +lean_ctor_set(x_151, 1, x_148); +return x_151; +} +} +} +block_108: +{ +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_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; uint8_t x_51; lean_object* x_52; +x_29 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_29, 0, x_8); +lean_ctor_set(x_29, 1, x_27); +lean_ctor_set(x_29, 2, x_9); +lean_ctor_set(x_29, 3, x_10); +lean_ctor_set(x_29, 4, x_11); +lean_ctor_set(x_29, 5, x_12); +lean_ctor_set(x_29, 6, x_13); +lean_ctor_set(x_29, 7, x_14); +lean_ctor_set(x_29, 8, x_15); +x_30 = lean_st_mk_ref(x_29, x_4); +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 = lean_st_ref_get(x_7, x_32); +x_34 = lean_ctor_get(x_33, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_33, 1); +lean_inc(x_35); +lean_dec(x_33); +x_36 = lean_st_mk_ref(x_34, x_35); +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 = lean_ctor_get(x_1, 1); +lean_inc(x_39); +x_40 = lean_ctor_get(x_1, 2); +lean_inc(x_40); +x_41 = l_Lean_Server_Snapshots_Snapshot_endPos(x_2); +x_42 = lean_box(0); +lean_inc(x_37); +x_43 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_43, 0, x_37); +x_44 = lean_unsigned_to_nat(0u); +x_45 = l_Lean_firstFrontendMacroScope; +x_46 = lean_box(0); +lean_inc(x_41); +lean_inc(x_40); +lean_inc(x_39); +x_47 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_47, 0, x_39); +lean_ctor_set(x_47, 1, x_40); +lean_ctor_set(x_47, 2, x_44); +lean_ctor_set(x_47, 3, x_41); +lean_ctor_set(x_47, 4, x_42); +lean_ctor_set(x_47, 5, x_45); +lean_ctor_set(x_47, 6, x_46); +lean_ctor_set(x_47, 7, x_43); +lean_inc(x_25); +x_48 = lean_alloc_closure((void*)(l_Lean_Server_Snapshots_compileNextCmd___lambda__1), 4, 1); +lean_closure_set(x_48, 0, x_25); +lean_inc(x_31); +x_49 = lean_alloc_closure((void*)(l_Lean_Server_Snapshots_compileNextCmd___lambda__2), 4, 3); +lean_closure_set(x_49, 0, x_48); +lean_closure_set(x_49, 1, x_47); +lean_closure_set(x_49, 2, x_31); +x_50 = l_Lean_Server_Snapshots_compileNextCmd___closed__1; +x_51 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_18, x_50); +lean_dec(x_18); +x_52 = l_IO_FS_withIsolatedStreams___at_Lean_Server_Snapshots_compileNextCmd___spec__1(x_49, x_51, x_38); +if (lean_obj_tag(x_52) == 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; lean_object* x_66; lean_object* x_67; lean_object* x_68; uint8_t x_69; +x_53 = lean_ctor_get(x_52, 0); +lean_inc(x_53); +x_54 = lean_ctor_get(x_52, 1); +lean_inc(x_54); +lean_dec(x_52); +x_55 = lean_ctor_get(x_53, 0); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_st_ref_get(x_37, x_54); +lean_dec(x_37); +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); +x_59 = lean_ctor_get(x_57, 1); +lean_inc(x_59); +lean_dec(x_57); +x_60 = lean_st_ref_take(x_7, x_58); +x_61 = lean_ctor_get(x_60, 1); +lean_inc(x_61); +lean_dec(x_60); +x_62 = l_Lean_Server_Snapshots_initFn____x40_Lean_Server_Snapshots___hyg_6____closed__3; +x_63 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_63, 0, x_59); +lean_ctor_set(x_63, 1, x_62); +x_64 = lean_st_ref_set(x_7, x_63, x_61); +lean_dec(x_7); +x_65 = lean_ctor_get(x_64, 1); +lean_inc(x_65); +lean_dec(x_64); +x_66 = lean_st_ref_get(x_31, x_65); +lean_dec(x_31); +x_67 = lean_ctor_get(x_66, 0); +lean_inc(x_67); +x_68 = lean_ctor_get(x_66, 1); +lean_inc(x_68); +lean_dec(x_66); +x_69 = l_String_isEmpty(x_55); +if (x_69 == 0) +{ +uint8_t x_70; +x_70 = !lean_is_exclusive(x_67); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; uint8_t x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_71 = lean_ctor_get(x_67, 1); +x_72 = l_Lean_FileMap_toPosition(x_40, x_41); +lean_dec(x_41); +lean_dec(x_40); +x_73 = lean_box(0); +x_74 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_74, 0, x_55); +x_75 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_75, 0, x_74); +x_76 = 0; +x_77 = l_Lean_Server_Snapshots_compileNextCmd___closed__2; +x_78 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_78, 0, x_39); +lean_ctor_set(x_78, 1, x_72); +lean_ctor_set(x_78, 2, x_73); +lean_ctor_set(x_78, 3, x_77); +lean_ctor_set(x_78, 4, x_75); +lean_ctor_set_uint8(x_78, sizeof(void*)*5, x_76); +x_79 = l_Lean_PersistentArray_push___rarg(x_71, x_78); +lean_ctor_set(x_67, 1, x_79); +x_80 = lean_box(0); +x_81 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_62, x_28, x_25, x_26, x_67, x_80, x_68); +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; lean_object* x_92; lean_object* x_93; lean_object* 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; +x_82 = lean_ctor_get(x_67, 0); +x_83 = lean_ctor_get(x_67, 1); +x_84 = lean_ctor_get(x_67, 2); +x_85 = lean_ctor_get(x_67, 3); +x_86 = lean_ctor_get(x_67, 4); +x_87 = lean_ctor_get(x_67, 5); +x_88 = lean_ctor_get(x_67, 6); +x_89 = lean_ctor_get(x_67, 7); +x_90 = lean_ctor_get(x_67, 8); +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_dec(x_67); +x_91 = l_Lean_FileMap_toPosition(x_40, x_41); +lean_dec(x_41); +lean_dec(x_40); +x_92 = lean_box(0); +x_93 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_93, 0, x_55); +x_94 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_94, 0, x_93); +x_95 = 0; +x_96 = l_Lean_Server_Snapshots_compileNextCmd___closed__2; +x_97 = lean_alloc_ctor(0, 5, 1); +lean_ctor_set(x_97, 0, x_39); +lean_ctor_set(x_97, 1, x_91); +lean_ctor_set(x_97, 2, x_92); +lean_ctor_set(x_97, 3, x_96); +lean_ctor_set(x_97, 4, x_94); +lean_ctor_set_uint8(x_97, sizeof(void*)*5, x_95); +x_98 = l_Lean_PersistentArray_push___rarg(x_83, x_97); +x_99 = lean_alloc_ctor(0, 9, 0); +lean_ctor_set(x_99, 0, x_82); +lean_ctor_set(x_99, 1, x_98); +lean_ctor_set(x_99, 2, x_84); +lean_ctor_set(x_99, 3, x_85); +lean_ctor_set(x_99, 4, x_86); +lean_ctor_set(x_99, 5, x_87); +lean_ctor_set(x_99, 6, x_88); +lean_ctor_set(x_99, 7, x_89); +lean_ctor_set(x_99, 8, x_90); +x_100 = lean_box(0); +x_101 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_62, x_28, x_25, x_26, x_99, x_100, x_68); +return x_101; +} +} +else +{ +lean_object* x_102; lean_object* x_103; +lean_dec(x_55); +lean_dec(x_41); +lean_dec(x_40); +lean_dec(x_39); +x_102 = lean_box(0); +x_103 = l_Lean_Server_Snapshots_compileNextCmd___lambda__3(x_1, x_2, x_3, x_62, x_28, x_25, x_26, x_67, x_102, x_68); +return x_103; +} +} +else +{ +uint8_t x_104; +lean_dec(x_41); +lean_dec(x_40); +lean_dec(x_39); +lean_dec(x_37); +lean_dec(x_31); +lean_dec(x_28); +lean_dec(x_26); +lean_dec(x_25); +lean_dec(x_7); +lean_dec(x_2); +lean_dec(x_1); +x_104 = !lean_is_exclusive(x_52); +if (x_104 == 0) +{ +return x_52; } -lean_ctor_set(x_205, 0, x_204); -lean_ctor_set(x_205, 1, x_202); -return x_205; +else +{ +lean_object* x_105; lean_object* x_106; lean_object* x_107; +x_105 = lean_ctor_get(x_52, 0); +x_106 = lean_ctor_get(x_52, 1); +lean_inc(x_106); +lean_inc(x_105); +lean_dec(x_52); +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; } } } diff --git a/stage0/stdlib/Lean/Server/Utils.c b/stage0/stdlib/Lean/Server/Utils.c index 02b84efc5375..3a4d4f67fea2 100644 --- a/stage0/stdlib/Lean/Server/Utils.c +++ b/stage0/stdlib/Lean/Server/Utils.c @@ -57,7 +57,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_DocumentMeta_mkInputContext(lean_object*) lean_object* lean_stream_of_handle(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_chainLeft___elambda__3___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_chainLeft___elambda__3(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051_(lean_object*); lean_object* l_IO_FS_Handle_mk(lean_object*, uint8_t, uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_publishDiagnostics___spec__2(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_chainRight___boxed(lean_object*, lean_object*, lean_object*); @@ -90,6 +89,7 @@ LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspNotification___at_Lean_Server_pu LEAN_EXPORT lean_object* l_Lean_Server_applyDocumentChange___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_applyWorkspaceEdit___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_replaceLspRange___boxed(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049_(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_chainRight___elambda__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_chainLeft(lean_object*, lean_object*, uint8_t); LEAN_EXPORT lean_object* l_IO_FS_Stream_withPrefix___elambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -1780,7 +1780,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_applyWork _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5051_(x_1); +x_2 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonApplyWorkspaceEditParams____x40_Lean_Data_Lsp_Basic___hyg_5049_(x_1); x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); lean_dec(x_2); diff --git a/stage0/stdlib/Lean/Server/Watchdog.c b/stage0/stdlib/Lean/Server/Watchdog.c index a905bccb2293..63afd34e5dbb 100644 --- a/stage0/stdlib/Lean/Server/Watchdog.c +++ b/stage0/stdlib/Lean/Server/Watchdog.c @@ -54,7 +54,6 @@ lean_object* l_Lean_Json_mkObj(lean_object*); static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__52; static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__28; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__16; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393_(lean_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_writeLspRequest___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__38; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__14; @@ -90,7 +89,6 @@ LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_find 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_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_FileWorker_errorPendingRequests___spec__1(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_Lsp_instFromJsonInitializeParams___spec__6(lean_object*, lean_object*); -static uint8_t l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__1; static lean_object* l_Lean_Server_Watchdog_runClientTask___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handleRequest___spec__6(size_t, size_t, lean_object*); @@ -104,7 +102,6 @@ extern lean_object* l_System_FilePath_exeExtension; static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__9; extern lean_object* l_Lean_Lsp_SemanticTokenType_names; lean_object* l___private_Lean_Data_Lsp_Client_0__Lean_Lsp_toJsonRegistrationParams____x40_Lean_Data_Lsp_Client___hyg_283_(lean_object*); -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640_(lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___closed__9; static lean_object* l_Lean_Server_Watchdog_findWorkerPath___closed__1; static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___closed__13; @@ -113,7 +110,6 @@ lean_object* l_System_FilePath_withExtension(lean_object*, lean_object*); lean_object* lean_io_getenv(lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__25; uint8_t lean_float_decLt(double, double); -lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999_(lean_object*); static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__4; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_runClientTask___lambda__1(lean_object*, lean_object*); lean_object* l_Lean_RBNode_balLeft___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -195,6 +191,7 @@ static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__48; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__9(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___closed__2; 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___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(lean_object*); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); lean_object* lean_nat_to_int(lean_object*); LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleNotification___spec__8(lean_object*); @@ -248,6 +245,7 @@ static lean_object* l_Lean_Server_Watchdog_handleDidChangeWatchedFiles___closed_ static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__11; lean_object* l_Lean_Server_publishProgressAtPos(lean_object*, lean_object*, lean_object*, uint8_t, lean_object*); static lean_object* l_Lean_Server_Watchdog_terminateFileWorker___closed__2; +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590_(lean_object*); lean_object* lean_stream_of_handle(lean_object*); static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__6; static lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__1___closed__7; @@ -257,7 +255,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleNotification(lean_object*, LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_findDefinitions___lambda__1(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_tryWriteMessage___closed__62; -lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640_(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*); @@ -300,13 +297,11 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_initAndRunWatchdogAux(lean_objec static lean_object* l_Lean_Server_Watchdog_startFileWorker___closed__1; 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; -lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615_(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; static lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__1___closed__4; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleNotification___spec__3___boxed(lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__2; -static uint8_t l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__2; lean_object* l_Lean_Server_References_removeIlean(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_object*); LEAN_EXPORT lean_object* l_IO_FS_Stream_readLspNotificationAs___at_Lean_Server_Watchdog_initAndRunWatchdogAux___spec__1(lean_object*, lean_object*, lean_object*); @@ -319,7 +314,6 @@ static lean_object* l_Lean_Server_Watchdog_handleNotification___closed__3; static lean_object* l_Lean_Server_Watchdog_findWorkerPath___closed__2; static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__13; lean_object* l_Array_append___rarg(lean_object*, lean_object*); -lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_(lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___closed__5; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleNotification___spec__3(lean_object*); static lean_object* l___private_Lean_Server_Watchdog_0__Lean_Server_Watchdog_forwardMessages_loop___closed__8; @@ -371,7 +365,9 @@ lean_object* l_Lean_searchModuleNameOfFileName(lean_object*, lean_object*, lean_ static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__30; static lean_object* l_IO_FS_Stream_readRequestAs___at_Lean_Server_Watchdog_initAndRunWatchdog___spec__2___closed__10; LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleCancelRequest___spec__2(lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565_(lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_del___at_Lean_Server_Watchdog_eraseFileWorker___spec__2(lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997_(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*); lean_object* l_Lean_Json_opt___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_588____spec__1(lean_object*, lean_object*); @@ -444,11 +440,13 @@ static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__35; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_forwardRequestToWorker___spec__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__2; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleNotification___spec__13___boxed(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343_(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_Lean_Server_Watchdog_shutdown(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_Server_Watchdog_handleRequest___lambda__1___closed__8; +lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Server_Watchdog_mainLoop___closed__1; static lean_object* l_Lean_Server_Watchdog_initAndRunWatchdog___closed__9; @@ -480,6 +478,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_Watchdog_handle static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__7; lean_object* lean_string_append(lean_object*, lean_object*); lean_object* l_Lean_Server_References_addIlean(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_(lean_object*); lean_object* lean_io_wait(lean_object*, lean_object*); lean_object* l_Lean_Server_References_finalizeWorkerRefs(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleCancelRequest(lean_object*, lean_object*, lean_object*); @@ -536,7 +535,6 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_forwardNotification___at_Lean_Se static lean_object* l_Lean_Server_Watchdog_tryWriteMessage___closed__19; static lean_object* l_Lean_Server_Watchdog_mkLeanServerCapabilities___closed__8; uint8_t l_Array_isEmpty___rarg(lean_object*); -lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_findFileWorker_x21___boxed(lean_object*, lean_object*, lean_object*); static lean_object* _init_l_Lean_Server_Watchdog_workerCfg___closed__1() { _start: @@ -6287,24 +6285,6 @@ goto _start; } } } -static uint8_t _init_l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__1() { -_start: -{ -uint8_t x_1; uint8_t x_2; -x_1 = 0; -x_2 = l_instDecidableNot___rarg(x_1); -return x_2; -} -} -static uint8_t _init_l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__2() { -_start: -{ -uint8_t x_1; uint8_t x_2; -x_1 = 1; -x_2 = l_instDecidableNot___rarg(x_1); -return x_2; -} -} LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_tryWriteMessage___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: { @@ -6343,14 +6323,11 @@ x_19 = l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_tryWriteMessage___spec x_20 = !lean_is_exclusive(x_19); if (x_20 == 0) { -lean_object* x_21; lean_object* x_22; uint8_t x_23; +lean_object* x_21; lean_object* x_22; uint8_t x_23; uint8_t x_24; x_21 = lean_ctor_get(x_19, 0); x_22 = lean_ctor_get(x_19, 1); x_23 = l_Array_isEmpty___rarg(x_21); -if (x_23 == 0) -{ -uint8_t x_24; -x_24 = l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__1; +x_24 = l_instDecidableNot___rarg(x_23); if (x_24 == 0) { lean_object* x_25; @@ -6373,137 +6350,83 @@ return x_26; } else { -uint8_t x_27; -x_27 = l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__2; -if (x_27 == 0) -{ -lean_object* x_28; -lean_dec(x_21); -lean_dec(x_5); -lean_dec(x_1); -x_28 = lean_box(0); -lean_ctor_set(x_19, 0, x_28); -return x_19; -} -else -{ -lean_object* x_29; -lean_free_object(x_19); -x_29 = l_Lean_Server_Watchdog_handleCrash(x_1, x_21, x_5, x_22); -lean_dec(x_5); -lean_dec(x_1); -return x_29; -} -} -} -else -{ -lean_object* x_30; lean_object* x_31; uint8_t x_32; -x_30 = lean_ctor_get(x_19, 0); -x_31 = lean_ctor_get(x_19, 1); -lean_inc(x_31); -lean_inc(x_30); +lean_object* x_27; lean_object* x_28; uint8_t x_29; uint8_t x_30; +x_27 = lean_ctor_get(x_19, 0); +x_28 = lean_ctor_get(x_19, 1); +lean_inc(x_28); +lean_inc(x_27); lean_dec(x_19); -x_32 = l_Array_isEmpty___rarg(x_30); -if (x_32 == 0) -{ -uint8_t x_33; -x_33 = l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__1; -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; -lean_dec(x_30); -lean_dec(x_5); -lean_dec(x_1); -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_31); -return x_35; -} -else -{ -lean_object* x_36; -x_36 = l_Lean_Server_Watchdog_handleCrash(x_1, x_30, x_5, x_31); -lean_dec(x_5); -lean_dec(x_1); -return x_36; -} -} -else -{ -uint8_t x_37; -x_37 = l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__2; -if (x_37 == 0) +x_29 = l_Array_isEmpty___rarg(x_27); +x_30 = l_instDecidableNot___rarg(x_29); +if (x_30 == 0) { -lean_object* x_38; lean_object* x_39; -lean_dec(x_30); +lean_object* x_31; lean_object* x_32; +lean_dec(x_27); lean_dec(x_5); lean_dec(x_1); -x_38 = lean_box(0); -x_39 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_39, 0, x_38); -lean_ctor_set(x_39, 1, x_31); -return x_39; +x_31 = lean_box(0); +x_32 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_28); +return x_32; } else { -lean_object* x_40; -x_40 = l_Lean_Server_Watchdog_handleCrash(x_1, x_30, x_5, x_31); +lean_object* x_33; +x_33 = l_Lean_Server_Watchdog_handleCrash(x_1, x_27, x_5, x_28); lean_dec(x_5); lean_dec(x_1); -return x_40; -} +return x_33; } } } else { -uint8_t x_41; +uint8_t x_34; lean_dec(x_5); lean_dec(x_1); -x_41 = !lean_is_exclusive(x_12); -if (x_41 == 0) +x_34 = !lean_is_exclusive(x_12); +if (x_34 == 0) { return x_12; } else { -lean_object* x_42; lean_object* x_43; lean_object* x_44; -x_42 = lean_ctor_get(x_12, 0); -x_43 = lean_ctor_get(x_12, 1); -lean_inc(x_43); -lean_inc(x_42); +lean_object* x_35; lean_object* x_36; lean_object* x_37; +x_35 = lean_ctor_get(x_12, 0); +x_36 = lean_ctor_get(x_12, 1); +lean_inc(x_36); +lean_inc(x_35); lean_dec(x_12); -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; +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 { -uint8_t x_45; +uint8_t x_38; lean_dec(x_5); lean_dec(x_1); -x_45 = !lean_is_exclusive(x_10); -if (x_45 == 0) +x_38 = !lean_is_exclusive(x_10); +if (x_38 == 0) { return x_10; } else { -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_10, 0); -x_47 = lean_ctor_get(x_10, 1); -lean_inc(x_47); -lean_inc(x_46); +lean_object* x_39; lean_object* x_40; lean_object* x_41; +x_39 = lean_ctor_get(x_10, 0); +x_40 = lean_ctor_get(x_10, 1); +lean_inc(x_40); +lean_inc(x_39); lean_dec(x_10); -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; +x_41 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_41, 0, x_39); +lean_ctor_set(x_41, 1, x_40); +return x_41; } } } @@ -8638,7 +8561,7 @@ LEAN_EXPORT lean_object* l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_ _start: { lean_object* x_2; lean_object* x_3; lean_object* x_4; lean_object* x_5; -x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_640_(x_1); +x_2 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_toJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_638_(x_1); x_3 = lean_ctor_get(x_2, 0); lean_inc(x_3); lean_dec(x_2); @@ -9439,98 +9362,79 @@ lean_inc(x_1); x_12 = l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_handleCancelRequest___spec__3(x_1, x_8, x_3, x_4, x_5); if (lean_obj_tag(x_12) == 0) { -lean_object* x_13; -x_13 = lean_ctor_get(x_12, 0); -lean_inc(x_13); -if (lean_obj_tag(x_13) == 0) +uint8_t x_13; +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; +x_14 = lean_ctor_get(x_12, 0); +x_15 = lean_ctor_get(x_12, 1); +if (lean_obj_tag(x_14) == 0) { -uint8_t x_14; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_4); lean_dec(x_1); -x_14 = !lean_is_exclusive(x_12); -if (x_14 == 0) -{ -lean_object* x_15; -x_15 = lean_ctor_get(x_12, 0); -lean_dec(x_15); return x_12; } else { -lean_object* x_16; lean_object* x_17; -x_16 = lean_ctor_get(x_12, 1); -lean_inc(x_16); -lean_dec(x_12); -x_17 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_17, 0, x_13); -lean_ctor_set(x_17, 1, x_16); -return x_17; -} -} -else -{ -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; -lean_dec(x_13); -x_18 = lean_ctor_get(x_12, 1); -lean_inc(x_18); -lean_dec(x_12); -x_19 = lean_ctor_get(x_10, 4); -lean_inc(x_19); -lean_dec(x_10); -x_20 = lean_st_ref_get(x_19, x_18); -lean_dec(x_19); -x_21 = lean_ctor_get(x_20, 0); +lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; +lean_free_object(x_12); +lean_dec(x_14); +x_21 = lean_ctor_get(x_10, 4); lean_inc(x_21); -x_22 = lean_ctor_get(x_20, 1); -lean_inc(x_22); -lean_dec(x_20); +lean_dec(x_10); +x_22 = lean_st_ref_get(x_21, x_15); +lean_dec(x_21); +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); lean_inc(x_1); -x_23 = l_Lean_RBNode_find___at_Lean_Server_Watchdog_handleCancelRequest___spec__1(x_21, x_1); -if (lean_obj_tag(x_23) == 0) +x_25 = l_Lean_RBNode_find___at_Lean_Server_Watchdog_handleCancelRequest___spec__1(x_23, x_1); +if (lean_obj_tag(x_25) == 0) { -lean_object* x_24; +lean_object* x_26; lean_dec(x_9); -x_24 = lean_box(0); -x_2 = x_11; -x_3 = x_24; -x_5 = x_22; -goto _start; +x_26 = l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___closed__1; +x_16 = x_26; +x_17 = x_24; +goto block_20; } else { -uint8_t x_26; -x_26 = !lean_is_exclusive(x_23); -if (x_26 == 0) +uint8_t x_27; +x_27 = !lean_is_exclusive(x_25); +if (x_27 == 0) { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; uint8_t x_32; lean_object* x_33; -x_27 = lean_ctor_get(x_23, 0); -lean_dec(x_27); -x_28 = l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleCancelRequest___spec__2(x_1); -x_29 = lean_ctor_get(x_28, 0); -lean_inc(x_29); +lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; uint8_t x_33; lean_object* x_34; +x_28 = lean_ctor_get(x_25, 0); lean_dec(x_28); -lean_ctor_set(x_23, 0, x_29); -x_30 = l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_handleCancelRequest___spec__3___closed__1; -x_31 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_31, 0, x_30); -lean_ctor_set(x_31, 1, x_23); -x_32 = 0; +x_29 = l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleCancelRequest___spec__2(x_1); +x_30 = lean_ctor_get(x_29, 0); +lean_inc(x_30); +lean_dec(x_29); +lean_ctor_set(x_25, 0, x_30); +x_31 = l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_handleCancelRequest___spec__3___closed__1; +x_32 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_25); +x_33 = 0; lean_inc(x_4); -x_33 = l_Lean_Server_Watchdog_tryWriteMessage(x_9, x_31, x_32, x_32, x_4, x_22); -if (lean_obj_tag(x_33) == 0) +x_34 = l_Lean_Server_Watchdog_tryWriteMessage(x_9, x_32, x_33, x_33, x_4, x_24); +if (lean_obj_tag(x_34) == 0) { -lean_object* x_34; lean_object* x_35; -x_34 = lean_ctor_get(x_33, 1); -lean_inc(x_34); -lean_dec(x_33); -x_35 = lean_box(0); -x_2 = x_11; -x_3 = x_35; -x_5 = x_34; -goto _start; +lean_object* x_35; lean_object* x_36; +x_35 = lean_ctor_get(x_34, 1); +lean_inc(x_35); +lean_dec(x_34); +x_36 = l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___closed__1; +x_16 = x_36; +x_17 = x_35; +goto block_20; } else { @@ -9538,19 +9442,19 @@ uint8_t x_37; lean_dec(x_11); lean_dec(x_4); lean_dec(x_1); -x_37 = !lean_is_exclusive(x_33); +x_37 = !lean_is_exclusive(x_34); if (x_37 == 0) { -return x_33; +return x_34; } else { lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_33, 0); -x_39 = lean_ctor_get(x_33, 1); +x_38 = lean_ctor_get(x_34, 0); +x_39 = lean_ctor_get(x_34, 1); lean_inc(x_39); lean_inc(x_38); -lean_dec(x_33); +lean_dec(x_34); x_40 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_40, 0, x_38); lean_ctor_set(x_40, 1, x_39); @@ -9561,7 +9465,7 @@ return x_40; else { 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_object* x_47; -lean_dec(x_23); +lean_dec(x_25); x_41 = l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleCancelRequest___spec__2(x_1); x_42 = lean_ctor_get(x_41, 0); lean_inc(x_42); @@ -9574,75 +9478,211 @@ lean_ctor_set(x_45, 0, x_44); lean_ctor_set(x_45, 1, x_43); x_46 = 0; lean_inc(x_4); -x_47 = l_Lean_Server_Watchdog_tryWriteMessage(x_9, x_45, x_46, x_46, x_4, x_22); +x_47 = l_Lean_Server_Watchdog_tryWriteMessage(x_9, x_45, x_46, x_46, x_4, x_24); if (lean_obj_tag(x_47) == 0) { lean_object* x_48; lean_object* x_49; x_48 = lean_ctor_get(x_47, 1); lean_inc(x_48); lean_dec(x_47); -x_49 = lean_box(0); -x_2 = x_11; -x_3 = x_49; -x_5 = x_48; -goto _start; +x_49 = l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___closed__1; +x_16 = x_49; +x_17 = x_48; +goto block_20; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_dec(x_11); lean_dec(x_4); lean_dec(x_1); -x_51 = lean_ctor_get(x_47, 0); +x_50 = lean_ctor_get(x_47, 0); +lean_inc(x_50); +x_51 = lean_ctor_get(x_47, 1); 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; + x_52 = x_47; } else { lean_dec_ref(x_47); - x_53 = lean_box(0); + x_52 = lean_box(0); } -if (lean_is_scalar(x_53)) { - x_54 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_52)) { + x_53 = lean_alloc_ctor(1, 2, 0); } else { - x_54 = x_53; + x_53 = x_52; +} +lean_ctor_set(x_53, 0, x_50); +lean_ctor_set(x_53, 1, x_51); +return x_53; +} +} +} +} +block_20: +{ +lean_object* x_18; +x_18 = lean_ctor_get(x_16, 0); +lean_inc(x_18); +lean_dec(x_16); +x_2 = x_11; +x_3 = x_18; +x_5 = x_17; +goto _start; } -lean_ctor_set(x_54, 0, x_51); -lean_ctor_set(x_54, 1, x_52); -return x_54; } +else +{ +lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_54 = lean_ctor_get(x_12, 0); +x_55 = lean_ctor_get(x_12, 1); +lean_inc(x_55); +lean_inc(x_54); +lean_dec(x_12); +if (lean_obj_tag(x_54) == 0) +{ +lean_object* x_61; +lean_dec(x_11); +lean_dec(x_10); +lean_dec(x_9); +lean_dec(x_4); +lean_dec(x_1); +x_61 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_61, 0, x_54); +lean_ctor_set(x_61, 1, x_55); +return x_61; +} +else +{ +lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_object* x_66; +lean_dec(x_54); +x_62 = lean_ctor_get(x_10, 4); +lean_inc(x_62); +lean_dec(x_10); +x_63 = lean_st_ref_get(x_62, x_55); +lean_dec(x_62); +x_64 = lean_ctor_get(x_63, 0); +lean_inc(x_64); +x_65 = lean_ctor_get(x_63, 1); +lean_inc(x_65); +lean_dec(x_63); +lean_inc(x_1); +x_66 = l_Lean_RBNode_find___at_Lean_Server_Watchdog_handleCancelRequest___spec__1(x_64, x_1); +if (lean_obj_tag(x_66) == 0) +{ +lean_object* x_67; +lean_dec(x_9); +x_67 = l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___closed__1; +x_56 = x_67; +x_57 = x_65; +goto block_60; } +else +{ +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; +if (lean_is_exclusive(x_66)) { + lean_ctor_release(x_66, 0); + x_68 = x_66; +} else { + lean_dec_ref(x_66); + x_68 = lean_box(0); +} +x_69 = l_Lean_Json_toStructured_x3f___at_Lean_Server_Watchdog_handleCancelRequest___spec__2(x_1); +x_70 = lean_ctor_get(x_69, 0); +lean_inc(x_70); +lean_dec(x_69); +if (lean_is_scalar(x_68)) { + x_71 = lean_alloc_ctor(1, 1, 0); +} else { + x_71 = x_68; +} +lean_ctor_set(x_71, 0, x_70); +x_72 = l_Lean_RBNode_forIn_visit___at_Lean_Server_Watchdog_handleCancelRequest___spec__3___closed__1; +x_73 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_73, 0, x_72); +lean_ctor_set(x_73, 1, x_71); +x_74 = 0; +lean_inc(x_4); +x_75 = l_Lean_Server_Watchdog_tryWriteMessage(x_9, x_73, x_74, x_74, x_4, x_65); +if (lean_obj_tag(x_75) == 0) +{ +lean_object* x_76; lean_object* x_77; +x_76 = lean_ctor_get(x_75, 1); +lean_inc(x_76); +lean_dec(x_75); +x_77 = l_Array_forInUnsafe_loop___at_Lean_Server_Watchdog_handleDidChangeWatchedFiles___spec__3___closed__1; +x_56 = x_77; +x_57 = x_76; +goto block_60; +} +else +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +lean_dec(x_11); +lean_dec(x_4); +lean_dec(x_1); +x_78 = lean_ctor_get(x_75, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_75, 1); +lean_inc(x_79); +if (lean_is_exclusive(x_75)) { + lean_ctor_release(x_75, 0); + lean_ctor_release(x_75, 1); + x_80 = x_75; +} else { + lean_dec_ref(x_75); + x_80 = lean_box(0); +} +if (lean_is_scalar(x_80)) { + x_81 = lean_alloc_ctor(1, 2, 0); +} else { + x_81 = x_80; +} +lean_ctor_set(x_81, 0, x_78); +lean_ctor_set(x_81, 1, x_79); +return x_81; +} +} +} +block_60: +{ +lean_object* x_58; +x_58 = lean_ctor_get(x_56, 0); +lean_inc(x_58); +lean_dec(x_56); +x_2 = x_11; +x_3 = x_58; +x_5 = x_57; +goto _start; } } } else { -uint8_t x_55; +uint8_t x_82; lean_dec(x_11); lean_dec(x_10); lean_dec(x_9); lean_dec(x_4); lean_dec(x_1); -x_55 = !lean_is_exclusive(x_12); -if (x_55 == 0) +x_82 = !lean_is_exclusive(x_12); +if (x_82 == 0) { return x_12; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_12, 0); -x_57 = lean_ctor_get(x_12, 1); -lean_inc(x_57); -lean_inc(x_56); +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_12, 0); +x_84 = lean_ctor_get(x_12, 1); +lean_inc(x_84); +lean_inc(x_83); lean_dec(x_12); -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_85 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_85, 0, x_83); +lean_ctor_set(x_85, 1, x_84); +return x_85; } } } @@ -12701,7 +12741,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Wat _start: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3615_(x_1); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonWorkspaceSymbolParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3565_(x_1); 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; lean_object* x_14; @@ -12750,7 +12790,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_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4640_(x_5); +x_8 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_toJsonSymbolInformation____x40_Lean_Data_Lsp_LanguageFeatures___hyg_4590_(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); @@ -12788,7 +12828,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Wat _start: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3393_(x_1); +x_4 = l___private_Lean_Data_Lsp_LanguageFeatures_0__Lean_Lsp_fromJsonReferenceParams____x40_Lean_Data_Lsp_LanguageFeatures___hyg_3343_(x_1); 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; lean_object* x_14; @@ -12875,7 +12915,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Wat _start: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5570_(x_1); +x_4 = l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonTextDocumentPositionParams____x40_Lean_Data_Lsp_Basic___hyg_5568_(x_1); 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; lean_object* x_14; @@ -13326,315 +13366,179 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_handleRequest(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; -x_6 = l_Lean_Server_Watchdog_handleRequest___closed__1; -x_7 = lean_string_dec_eq(x_2, x_6); -if (x_7 == 0) +uint8_t x_6; lean_object* x_40; uint8_t x_41; +x_40 = l_Lean_Server_Watchdog_handleRequest___closed__1; +x_41 = lean_string_dec_eq(x_2, x_40); +if (x_41 == 0) { -lean_object* x_8; uint8_t x_9; -x_8 = l_Lean_Server_Watchdog_handleRequest___closed__2; -x_9 = lean_string_dec_eq(x_2, x_8); -if (x_9 == 0) +lean_object* x_42; uint8_t x_43; +x_42 = l_Lean_Server_Watchdog_handleRequest___closed__2; +x_43 = lean_string_dec_eq(x_2, x_42); +x_6 = x_43; +goto block_39; +} +else { -lean_object* x_10; lean_object* x_11; -x_10 = lean_box(0); -x_11 = l_Lean_Server_Watchdog_handleRequest___lambda__1(x_2, x_1, x_3, x_10, x_4, x_5); -return x_11; +uint8_t x_44; +x_44 = 1; +x_6 = x_44; +goto block_39; +} +block_39: +{ +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; +x_7 = lean_box(0); +x_8 = l_Lean_Server_Watchdog_handleRequest___lambda__1(x_2, x_1, x_3, x_7, x_4, x_5); +return x_8; } else { -lean_object* x_12; +lean_object* x_9; lean_inc(x_3); -x_12 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__7(x_3, x_4, x_5); +x_9 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__7(x_3, x_4, x_5); +if (lean_obj_tag(x_9) == 0) +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; +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_4); +x_12 = l_Lean_Server_Watchdog_findDefinitions(x_10, x_4, x_11); if (lean_obj_tag(x_12) == 0) { -lean_object* x_13; lean_object* x_14; lean_object* x_15; +lean_object* x_13; lean_object* x_14; uint8_t x_15; 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); -lean_inc(x_4); -x_15 = l_Lean_Server_Watchdog_findDefinitions(x_13, x_4, x_14); -if (lean_obj_tag(x_15) == 0) -{ -lean_object* x_16; lean_object* x_17; uint8_t x_18; -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 = l_Array_isEmpty___rarg(x_16); -if (x_18 == 0) +x_15 = l_Array_isEmpty___rarg(x_13); +if (x_15 == 0) { -lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_dec(x_3); lean_dec(x_2); -x_19 = lean_ctor_get(x_4, 1); -lean_inc(x_19); +x_16 = lean_ctor_get(x_4, 1); +lean_inc(x_16); lean_dec(x_4); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_1); -lean_ctor_set(x_20, 1, x_16); -x_21 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__5(x_19, x_20, x_17); -if (lean_obj_tag(x_21) == 0) +x_17 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_17, 0, x_1); +lean_ctor_set(x_17, 1, x_13); +x_18 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__5(x_16, x_17, x_14); +if (lean_obj_tag(x_18) == 0) { -uint8_t x_22; -x_22 = !lean_is_exclusive(x_21); -if (x_22 == 0) +uint8_t x_19; +x_19 = !lean_is_exclusive(x_18); +if (x_19 == 0) { -lean_object* x_23; lean_object* x_24; -x_23 = lean_ctor_get(x_21, 0); -lean_dec(x_23); -x_24 = lean_box(0); -lean_ctor_set(x_21, 0, x_24); -return x_21; +lean_object* x_20; lean_object* x_21; +x_20 = lean_ctor_get(x_18, 0); +lean_dec(x_20); +x_21 = lean_box(0); +lean_ctor_set(x_18, 0, x_21); +return x_18; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_21, 1); -lean_inc(x_25); -lean_dec(x_21); -x_26 = lean_box(0); -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; +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_18, 1); +lean_inc(x_22); +lean_dec(x_18); +x_23 = lean_box(0); +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; } } else { -uint8_t x_28; -x_28 = !lean_is_exclusive(x_21); -if (x_28 == 0) -{ -return x_21; -} -else +uint8_t x_25; +x_25 = !lean_is_exclusive(x_18); +if (x_25 == 0) { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_21, 0); -x_30 = lean_ctor_get(x_21, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_21); -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; -} -} +return x_18; } else { -lean_object* x_32; lean_object* x_33; -lean_dec(x_16); -x_32 = lean_box(0); -x_33 = l_Lean_Server_Watchdog_handleRequest___lambda__1(x_2, x_1, x_3, x_32, x_4, x_17); -return x_33; +lean_object* x_26; lean_object* x_27; lean_object* x_28; +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(1, 2, 0); +lean_ctor_set(x_28, 0, x_26); +lean_ctor_set(x_28, 1, x_27); +return x_28; } } -else -{ -uint8_t x_34; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_34 = !lean_is_exclusive(x_15); -if (x_34 == 0) -{ -return x_15; } else { -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_15, 0); -x_36 = lean_ctor_get(x_15, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_15); -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_object* x_29; lean_object* x_30; +lean_dec(x_13); +x_29 = lean_box(0); +x_30 = l_Lean_Server_Watchdog_handleRequest___lambda__1(x_2, x_1, x_3, x_29, x_4, x_14); +return x_30; } } else { -uint8_t x_38; +uint8_t x_31; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_38 = !lean_is_exclusive(x_12); -if (x_38 == 0) +x_31 = !lean_is_exclusive(x_12); +if (x_31 == 0) { return x_12; } else { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_39 = lean_ctor_get(x_12, 0); -x_40 = lean_ctor_get(x_12, 1); -lean_inc(x_40); -lean_inc(x_39); +lean_object* x_32; lean_object* x_33; lean_object* x_34; +x_32 = lean_ctor_get(x_12, 0); +x_33 = lean_ctor_get(x_12, 1); +lean_inc(x_33); +lean_inc(x_32); lean_dec(x_12); -x_41 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -return x_41; -} -} -} -} -else -{ -lean_object* x_42; -lean_inc(x_3); -x_42 = l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Watchdog_handleRequest___spec__7(x_3, x_4, x_5); -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_43; lean_object* x_44; lean_object* x_45; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -lean_inc(x_4); -x_45 = l_Lean_Server_Watchdog_findDefinitions(x_43, x_4, x_44); -if (lean_obj_tag(x_45) == 0) -{ -lean_object* x_46; lean_object* x_47; uint8_t x_48; -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_Array_isEmpty___rarg(x_46); -if (x_48 == 0) -{ -lean_object* x_49; lean_object* x_50; lean_object* x_51; -lean_dec(x_3); -lean_dec(x_2); -x_49 = lean_ctor_get(x_4, 1); -lean_inc(x_49); -lean_dec(x_4); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_1); -lean_ctor_set(x_50, 1, x_46); -x_51 = l_IO_FS_Stream_writeLspResponse___at_Lean_Server_Watchdog_handleRequest___spec__5(x_49, x_50, x_47); -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_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 -{ -uint8_t x_58; -x_58 = !lean_is_exclusive(x_51); -if (x_58 == 0) -{ -return x_51; -} -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; -} -} +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_62; lean_object* x_63; -lean_dec(x_46); -x_62 = lean_box(0); -x_63 = l_Lean_Server_Watchdog_handleRequest___lambda__1(x_2, x_1, x_3, x_62, x_4, x_47); -return x_63; } } else { -uint8_t x_64; +uint8_t x_35; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_64 = !lean_is_exclusive(x_45); -if (x_64 == 0) -{ -return x_45; -} -else +x_35 = !lean_is_exclusive(x_9); +if (x_35 == 0) { -lean_object* x_65; lean_object* x_66; lean_object* x_67; -x_65 = lean_ctor_get(x_45, 0); -x_66 = lean_ctor_get(x_45, 1); -lean_inc(x_66); -lean_inc(x_65); -lean_dec(x_45); -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; -} -} +return x_9; } else { -uint8_t x_68; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -x_68 = !lean_is_exclusive(x_42); -if (x_68 == 0) -{ -return x_42; +lean_object* x_36; lean_object* x_37; lean_object* x_38; +x_36 = lean_ctor_get(x_9, 0); +x_37 = lean_ctor_get(x_9, 1); +lean_inc(x_37); +lean_inc(x_36); +lean_dec(x_9); +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_69; lean_object* x_70; lean_object* x_71; -x_69 = lean_ctor_get(x_42, 0); -x_70 = lean_ctor_get(x_42, 1); -lean_inc(x_70); -lean_inc(x_69); -lean_dec(x_42); -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; } } } @@ -13967,7 +13871,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Wat _start: { lean_object* x_4; -x_4 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_999_(x_1); +x_4 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidCloseTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_997_(x_1); 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; lean_object* x_14; @@ -14006,7 +13910,7 @@ LEAN_EXPORT lean_object* l_Lean_Server_Watchdog_parseParams___at_Lean_Server_Wat { lean_object* x_4; lean_inc(x_1); -x_4 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_711_(x_1); +x_4 = l___private_Lean_Data_Lsp_TextSync_0__Lean_Lsp_fromJsonDidChangeTextDocumentParams____x40_Lean_Data_Lsp_TextSync___hyg_709_(x_1); 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; lean_object* x_14; @@ -20449,8 +20353,6 @@ l_Lean_Server_Watchdog_terminateFileWorker___closed__1 = _init_l_Lean_Server_Wat lean_mark_persistent(l_Lean_Server_Watchdog_terminateFileWorker___closed__1); l_Lean_Server_Watchdog_terminateFileWorker___closed__2 = _init_l_Lean_Server_Watchdog_terminateFileWorker___closed__2(); lean_mark_persistent(l_Lean_Server_Watchdog_terminateFileWorker___closed__2); -l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__1 = _init_l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__1(); -l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__2 = _init_l_Lean_Server_Watchdog_tryWriteMessage___lambda__1___closed__2(); l_Lean_Server_Watchdog_tryWriteMessage___closed__1 = _init_l_Lean_Server_Watchdog_tryWriteMessage___closed__1(); lean_mark_persistent(l_Lean_Server_Watchdog_tryWriteMessage___closed__1); l_Lean_Server_Watchdog_tryWriteMessage___closed__2 = _init_l_Lean_Server_Watchdog_tryWriteMessage___closed__2(); diff --git a/stage0/stdlib/Lean/Structure.c b/stage0/stdlib/Lean/Structure.c index 7b95c51875a2..4408a9a80baf 100644 --- a/stage0/stdlib/Lean/Structure.c +++ b/stage0/stdlib/Lean/Structure.c @@ -84,6 +84,7 @@ extern lean_object* l_Lean_projectionFnInfoExt; LEAN_EXPORT lean_object* l_Lean_getStructureLikeNumFields(lean_object*, lean_object*); static lean_object* l_Lean_mkDefaultFnOfProjFn___closed__1; LEAN_EXPORT lean_object* l_Lean_getPathToBaseStructure_x3f(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(uint8_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_initFn____x40_Lean_Structure___hyg_416____lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findField_x3f___lambda__1(lean_object*); size_t lean_usize_of_nat(lean_object*); @@ -108,6 +109,7 @@ lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_PersistentHashMap_findAux___at_Lean_getStructureInfo_x3f___spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_getPathToBaseStructureAux___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___private_Lean_Structure_0__Lean_reprStructureFieldInfo____x40_Lean_Structure___hyg_68____closed__6; +lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_isStructureLike___boxed(lean_object*, lean_object*); lean_object* l_Lean_Name_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getStructureInfo_x3f(lean_object*, lean_object*); @@ -193,7 +195,6 @@ LEAN_EXPORT lean_object* l_Lean_getStructureCtor(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_StructureInfo_fieldInfo___default; size_t lean_usize_add(size_t, size_t); static lean_object* l___private_Lean_Structure_0__Lean_StructureState_map___default___closed__1; -lean_object* l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(lean_object*, lean_object*); static lean_object* l_Lean_PersistentHashMap_insertAux___at_Lean_initFn____x40_Lean_Structure___hyg_416____spec__2___closed__3; LEAN_EXPORT lean_object* l_Array_qsort_sort___at_Lean_registerStructure___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); @@ -217,7 +218,6 @@ uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_StructureInfo_getProjFn_x3f(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); -lean_object* l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(uint8_t, lean_object*); lean_object* l_Lean_PersistentHashMap_getCollisionNodeSize___rarg(lean_object*); LEAN_EXPORT uint8_t l_Lean_StructureInfo_lt(lean_object*, lean_object*); static lean_object* l___private_Lean_Structure_0__Lean_reprStructureFieldInfo____x40_Lean_Structure___hyg_68____closed__14; @@ -342,7 +342,7 @@ x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); lean_dec(x_1); x_5 = lean_unsigned_to_nat(1024u); -x_6 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3681_(x_4, x_5); +x_6 = l___private_Lean_Expr_0__Lean_reprExpr____x40_Lean_Expr___hyg_3665_(x_4, x_5); x_7 = l_Option_repr___at___private_Lean_Structure_0__Lean_reprStructureFieldInfo____x40_Lean_Structure___hyg_68____spec__1___closed__4; x_8 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_8, 0, x_7); @@ -672,7 +672,7 @@ x_41 = lean_alloc_ctor(5, 2, 0); lean_ctor_set(x_41, 0, x_40); lean_ctor_set(x_41, 1, x_18); x_42 = lean_ctor_get_uint8(x_1, sizeof(void*)*4); -x_43 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_501_(x_42, x_4); +x_43 = l___private_Lean_Expr_0__Lean_reprBinderInfo____x40_Lean_Expr___hyg_497_(x_42, x_4); x_44 = lean_alloc_ctor(4, 2, 0); lean_ctor_set(x_44, 0, x_33); lean_ctor_set(x_44, 1, x_43); diff --git a/stage0/stdlib/Lean/SubExpr.c b/stage0/stdlib/Lean/SubExpr.c index db2934090c94..5cb282e7c784 100644 --- a/stage0/stdlib/Lean/SubExpr.c +++ b/stage0/stdlib/Lean/SubExpr.c @@ -17,6 +17,7 @@ static lean_object* l_Lean_SubExpr_Pos_push___closed__3; lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); lean_object* l_List_join___rarg(lean_object*); lean_object* l_Lean_Syntax_decodeNameLit(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__10; LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonMVarId(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldrM___at_Lean_SubExpr_Pos_all___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instToJsonPos___lambda__1(lean_object*); @@ -28,7 +29,7 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_tail(lean_object*); static lean_object* l_Lean_SubExpr_Pos_instToStringPos___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushAppFn(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__2; static lean_object* l_Lean_SubExpr_Pos_instOrdPos___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_traverseAppWithPos(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_fromString_x21(lean_object*); @@ -39,8 +40,6 @@ LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instInhabitedPos; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_bindingBody_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushProj___boxed(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_fromString_x3f___closed__1; lean_object* l_String_quote(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); @@ -51,104 +50,111 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_SubExpr_Pos_fromString lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_append___closed__1; uint8_t lean_usize_dec_eq(size_t, size_t); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetBody(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__2; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016_(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__1(lean_object*, lean_object*); lean_object* l_Lean_Expr_bvar___override(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_(lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2; static lean_object* l_Lean_SubExpr_Pos_push___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13; static lean_object* l_Lean_instInhabitedSubExpr___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__11; static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__5; LEAN_EXPORT uint8_t l_Lean_SubExpr_isRoot(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonGoalsLocation; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8; static lean_object* l_Lean_SubExpr_Pos_tail___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__9; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instOrdPos; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushAppArg___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldr(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instReprPos(lean_object*, lean_object*); extern lean_object* l_Lean_instInhabitedJson; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___boxed(lean_object*); static lean_object* l_Lean_SubExpr_instFromJsonGoalLocation___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushBindingBody___boxed(lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instToJsonPos; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instToStringPos; uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instFromJsonPos___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_all___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryFn___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_depth___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_maxChildren; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryArg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instFromJsonPos(lean_object*); lean_object* l_Lean_Json_getStr_x3f(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__3; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SubExpr_Pos_ofArray___spec__1(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_all___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_toArray___closed__1; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14; size_t lean_usize_of_nat(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_bindingBody_x21___closed__3; static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__4; lean_object* l_panic___at_String_toNat_x21___spec__1(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__4; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_push___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2; -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_toString(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_div(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldrM(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_instReprPos___closed__3; lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18; static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__1; LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_bindingBody_x21(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_toArray(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_typeCoord; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__15; LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonGoalLocation; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetVarType___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushBindingDomain___boxed(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_SubExpr_Pos_fromString_x3f___spec__1___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2118_(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1; static lean_object* l_Lean_SubExpr_bindingDomain_x21___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNthBindingDomain(lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__17; static lean_object* l_Lean_SubExpr_Pos_instReprPos___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_asNat___boxed(lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_append___boxed(lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_root; static lean_object* l_Lean_SubExpr_instFromJsonFVarId___closed__2; static lean_object* l_Lean_SubExpr_Pos_depth___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetValue___boxed(lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_SubExpr_Pos_tail___spec__1(lean_object*); static lean_object* l_Lean_SubExpr_Pos_head___closed__4; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__2; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_head___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetBody___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushBindingDomain(lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instEmptyCollectionPos; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldl___rarg(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1; lean_object* l_instOrdNat___boxed(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNaryArg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushNthBindingBody(lean_object*, lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__3; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_fromString_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetVarType(lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__1; @@ -160,16 +166,11 @@ LEAN_EXPORT uint8_t l_Lean_SubExpr_Pos_instDecidableEqPos(lean_object*, lean_obj LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_asNat(lean_object*); static lean_object* l_Lean_SubExpr_Pos_typeCoord___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_head(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10; static lean_object* l_Lean_SubExpr_Pos_toString___closed__1; LEAN_EXPORT uint8_t l_Lean_SubExpr_Pos_isRoot(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2; lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldl(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5; -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldrM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_pow(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushAppArg(lean_object*); @@ -184,29 +185,28 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* lean_nat_mod(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_bindingBody_x21___closed__2; static lean_object* l_Lean_SubExpr_Pos_head___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1(lean_object*); static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__4; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1; -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007_(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_append(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2___boxed(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__16; static lean_object* l_Lean_SubExpr_instToJsonGoalsLocation___closed__1; LEAN_EXPORT lean_object* l_Lean_SubExpr_mkRoot(lean_object*); static lean_object* l_Lean_SubExpr_Pos_toArray___closed__2; static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_Pos_ofStringCoord___closed__5; lean_object* lean_panic_fn(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonMVarId(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonGoalsLocation; lean_object* l_Except_orElseLazy___rarg(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_instInhabitedSubExpr; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1; static lean_object* l_Lean_instInhabitedSubExpr___closed__2; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1; static lean_object* l_Lean_SubExpr_Pos_push___closed__2; lean_object* lean_nat_mul(lean_object*, lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18; -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2(lean_object*, lean_object*); +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__1; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__5; LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_SubExpr_Pos_toString___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instReprPos___boxed(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); @@ -216,12 +216,12 @@ lean_object* l_String_intercalate(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushProj(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldl___rarg___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Function_comp___rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3(lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l_Lean_SubExpr_Pos_instToJsonPos___closed__2; LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_isRoot___boxed(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867_(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_depth___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_traverseAppWithPos___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_traverseAppWithPos___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -236,28 +236,28 @@ lean_object* lean_string_append(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_isRoot___boxed(lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonGoalLocation; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__7; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589_(lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_instToJsonFVarId(lean_object*); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13; LEAN_EXPORT lean_object* l_Lean_SubExpr_instFromJsonFVarId(lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3; +static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__6; +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2127_(lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_instDecidableEqPos___boxed(lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_head___closed__1; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); lean_object* l_List_toString___at_Lean_MetavarContext_MkBinding_instToStringException___spec__2(lean_object*); static lean_object* l_Lean_SubExpr_Pos_fromString_x21___closed__1; -static lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_SubExpr_Pos_instToJsonPos___closed__1; lean_object* l_Nat_repr(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_pushLetValue(lean_object*); lean_object* l_String_splitOn(lean_object*, lean_object*); lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_SubExpr_Pos_foldlM(lean_object*); static lean_object* _init_l_Lean_SubExpr_Pos_maxChildren() { _start: @@ -2534,7 +2534,7 @@ return x_36; } } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__1() { _start: { lean_object* x_1; @@ -2542,25 +2542,25 @@ x_1 = lean_mk_string_from_bytes("no inductive constructor matched", 32); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__2; return x_2; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1() { _start: { lean_object* x_1; @@ -2568,19 +2568,19 @@ x_1 = lean_mk_string_from_bytes("hypValue", 8); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___boxed), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____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; -x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1; x_5 = lean_unsigned_to_nat(2u); x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); if (lean_obj_tag(x_6) == 0) @@ -2590,7 +2590,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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_8 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_9 = l_Except_orElseLazy___rarg(x_6, x_8); return x_9; } @@ -2602,7 +2602,7 @@ 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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_12 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_13 = l_Except_orElseLazy___rarg(x_11, x_12); return x_13; } @@ -2632,7 +2632,7 @@ x_82 = !lean_is_exclusive(x_81); if (x_82 == 0) { lean_object* x_83; lean_object* x_84; -x_83 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_83 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_84 = l_Except_orElseLazy___rarg(x_81, x_83); return x_84; } @@ -2644,7 +2644,7 @@ lean_inc(x_85); lean_dec(x_81); x_86 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_86, 0, x_85); -x_87 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_87 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_88 = l_Except_orElseLazy___rarg(x_86, x_87); return x_88; } @@ -2680,7 +2680,7 @@ x_100 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; x_101 = lean_string_append(x_99, x_100); lean_ctor_set_tag(x_81, 0); lean_ctor_set(x_81, 0, x_101); -x_102 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_102 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_103 = l_Except_orElseLazy___rarg(x_81, x_102); return x_103; } @@ -2736,7 +2736,7 @@ x_116 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; x_117 = lean_string_append(x_115, x_116); x_118 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_118, 0, x_117); -x_119 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_119 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_120 = l_Except_orElseLazy___rarg(x_118, x_119); return x_120; } @@ -2778,7 +2778,7 @@ x_125 = !lean_is_exclusive(x_124); if (x_125 == 0) { lean_object* x_126; lean_object* x_127; -x_126 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_126 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_127 = l_Except_orElseLazy___rarg(x_124, x_126); return x_127; } @@ -2790,7 +2790,7 @@ lean_inc(x_128); lean_dec(x_124); x_129 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_129, 0, x_128); -x_130 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_130 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_131 = l_Except_orElseLazy___rarg(x_129, x_130); return x_131; } @@ -2826,7 +2826,7 @@ x_143 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; x_144 = lean_string_append(x_142, x_143); lean_ctor_set_tag(x_124, 0); lean_ctor_set(x_124, 0, x_144); -x_145 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_145 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_146 = l_Except_orElseLazy___rarg(x_124, x_145); return x_146; } @@ -2882,7 +2882,7 @@ x_159 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; x_160 = lean_string_append(x_158, x_159); x_161 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_161, 0, x_160); -x_162 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_162 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_163 = l_Except_orElseLazy___rarg(x_161, x_162); return x_163; } @@ -2931,7 +2931,7 @@ x_22 = !lean_is_exclusive(x_21); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_23 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_24 = l_Except_orElseLazy___rarg(x_21, x_23); return x_24; } @@ -2943,7 +2943,7 @@ lean_inc(x_25); lean_dec(x_21); x_26 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_26, 0, x_25); -x_27 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_27 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_28 = l_Except_orElseLazy___rarg(x_26, x_27); return x_28; } @@ -2963,7 +2963,7 @@ x_31 = !lean_is_exclusive(x_30); if (x_31 == 0) { lean_object* x_32; lean_object* x_33; -x_32 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_32 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_33 = l_Except_orElseLazy___rarg(x_30, x_32); return x_33; } @@ -2975,7 +2975,7 @@ lean_inc(x_34); lean_dec(x_30); x_35 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_35, 0, x_34); -x_36 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_36 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_37 = l_Except_orElseLazy___rarg(x_35, x_36); return x_37; } @@ -2992,7 +2992,7 @@ x_40 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_40, 0, x_16); lean_ctor_set(x_40, 1, x_39); lean_ctor_set(x_30, 0, x_40); -x_41 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_41 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_42 = l_Except_orElseLazy___rarg(x_30, x_41); return x_42; } @@ -3007,7 +3007,7 @@ lean_ctor_set(x_44, 0, x_16); lean_ctor_set(x_44, 1, x_43); x_45 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_45, 0, x_44); -x_46 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_46 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_47 = l_Except_orElseLazy___rarg(x_45, x_46); return x_47; } @@ -3029,7 +3029,7 @@ x_50 = !lean_is_exclusive(x_49); if (x_50 == 0) { lean_object* x_51; lean_object* x_52; -x_51 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_51 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_52 = l_Except_orElseLazy___rarg(x_49, x_51); return x_52; } @@ -3041,7 +3041,7 @@ lean_inc(x_53); lean_dec(x_49); x_54 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_54, 0, x_53); -x_55 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_55 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_56 = l_Except_orElseLazy___rarg(x_54, x_55); return x_56; } @@ -3061,7 +3061,7 @@ x_59 = !lean_is_exclusive(x_58); if (x_59 == 0) { lean_object* x_60; lean_object* x_61; -x_60 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_60 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_61 = l_Except_orElseLazy___rarg(x_58, x_60); return x_61; } @@ -3073,7 +3073,7 @@ lean_inc(x_62); lean_dec(x_58); x_63 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_63, 0, x_62); -x_64 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_64 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_65 = l_Except_orElseLazy___rarg(x_63, x_64); return x_65; } @@ -3090,7 +3090,7 @@ x_68 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_68, 0, x_16); lean_ctor_set(x_68, 1, x_67); lean_ctor_set(x_58, 0, x_68); -x_69 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_69 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_70 = l_Except_orElseLazy___rarg(x_58, x_69); return x_70; } @@ -3105,7 +3105,7 @@ lean_ctor_set(x_72, 0, x_16); lean_ctor_set(x_72, 1, x_71); x_73 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_73, 0, x_72); -x_74 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2; +x_74 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2; x_75 = l_Except_orElseLazy___rarg(x_73, x_74); return x_75; } @@ -3116,7 +3116,7 @@ return x_75; } } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1() { _start: { lean_object* x_1; @@ -3124,14 +3124,14 @@ x_1 = lean_mk_string_from_bytes("hypType", 7); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3(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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1; x_5 = lean_unsigned_to_nat(2u); x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); -x_7 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___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) @@ -3645,7 +3645,7 @@ return x_62; } } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__1() { _start: { lean_object* x_1; @@ -3653,7 +3653,7 @@ x_1 = lean_mk_string_from_bytes("hyp", 3); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__2() { _start: { lean_object* x_1; lean_object* x_2; @@ -3663,349 +3663,220 @@ lean_ctor_set(x_2, 0, x_1); return x_2; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__2; 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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__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; -x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1; +lean_object* x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__1; x_5 = lean_unsigned_to_nat(1u); x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); -x_7 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___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) +uint8_t x_55; +x_55 = !lean_is_exclusive(x_6); +if (x_55 == 0) { -lean_object* x_9; -x_9 = l_Except_orElseLazy___rarg(x_6, x_7); -return x_9; +lean_object* x_56; +x_56 = l_Except_orElseLazy___rarg(x_6, x_7); +return x_56; } 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_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_6, 0); +lean_inc(x_57); 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; +x_58 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_58, 0, x_57); +x_59 = l_Except_orElseLazy___rarg(x_58, x_7); +return x_59; } } else { -lean_object* x_13; lean_object* x_14; lean_object* x_15; uint8_t x_16; -x_13 = lean_ctor_get(x_6, 0); -lean_inc(x_13); +lean_object* x_60; lean_object* x_61; lean_object* x_62; uint8_t x_63; +x_60 = lean_ctor_get(x_6, 0); +lean_inc(x_60); lean_dec(x_6); -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); -lean_dec(x_14); -if (x_16 == 0) -{ -lean_object* x_17; lean_object* x_18; lean_object* x_19; -lean_dec(x_13); -x_17 = l_Lean_instInhabitedJson; -x_18 = l___private_Init_Util_0__outOfBounds___rarg(x_17); -x_19 = l_Lean_Json_getStr_x3f(x_18); -if (lean_obj_tag(x_19) == 0) -{ -uint8_t x_20; -lean_dec(x_18); -x_20 = !lean_is_exclusive(x_19); -if (x_20 == 0) -{ -lean_object* x_21; -x_21 = l_Except_orElseLazy___rarg(x_19, x_7); -return x_21; -} -else -{ -lean_object* x_22; lean_object* x_23; lean_object* x_24; -x_22 = lean_ctor_get(x_19, 0); -lean_inc(x_22); -lean_dec(x_19); -x_23 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_23, 0, x_22); -x_24 = l_Except_orElseLazy___rarg(x_23, x_7); -return x_24; -} -} -else -{ -uint8_t x_25; -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 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; -x_28 = lean_string_dec_eq(x_26, x_27); -if (x_28 == 0) -{ -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; -x_30 = lean_string_append(x_29, x_26); -lean_dec(x_26); -x_31 = l_Lean_Syntax_decodeNameLit(x_30); -if (lean_obj_tag(x_31) == 0) -{ -lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_32 = lean_unsigned_to_nat(80u); -x_33 = l_Lean_Json_pretty(x_18, x_32); -x_34 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; -x_35 = lean_string_append(x_34, x_33); -lean_dec(x_33); -x_36 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; -x_37 = lean_string_append(x_35, x_36); -lean_ctor_set_tag(x_19, 0); -lean_ctor_set(x_19, 0, x_37); -x_38 = l_Except_orElseLazy___rarg(x_19, x_7); -return x_38; -} -else +x_61 = lean_array_get_size(x_60); +x_62 = lean_unsigned_to_nat(0u); +x_63 = lean_nat_dec_lt(x_62, x_61); +lean_dec(x_61); +if (x_63 == 0) { -lean_object* x_39; lean_object* x_40; lean_object* x_41; -lean_dec(x_18); -x_39 = lean_ctor_get(x_31, 0); -lean_inc(x_39); -lean_dec(x_31); -x_40 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_40, 0, x_39); -lean_ctor_set(x_19, 0, x_40); -x_41 = l_Except_orElseLazy___rarg(x_19, x_7); -return x_41; -} +lean_object* x_64; lean_object* x_65; +lean_dec(x_60); +x_64 = l_Lean_instInhabitedJson; +x_65 = l___private_Init_Util_0__outOfBounds___rarg(x_64); +x_8 = x_65; +goto block_54; } else { -lean_object* x_42; lean_object* x_43; -lean_free_object(x_19); -lean_dec(x_26); -lean_dec(x_18); -x_42 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; -x_43 = l_Except_orElseLazy___rarg(x_42, x_7); -return x_43; +lean_object* x_66; +x_66 = lean_array_fget(x_60, x_62); +lean_dec(x_60); +x_8 = x_66; +goto block_54; } } -else +block_54: { -lean_object* x_44; lean_object* x_45; uint8_t x_46; -x_44 = lean_ctor_get(x_19, 0); -lean_inc(x_44); -lean_dec(x_19); -x_45 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; -x_46 = lean_string_dec_eq(x_44, x_45); -if (x_46 == 0) -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; -x_47 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; -x_48 = lean_string_append(x_47, x_44); -lean_dec(x_44); -x_49 = l_Lean_Syntax_decodeNameLit(x_48); -if (lean_obj_tag(x_49) == 0) +lean_object* x_9; +x_9 = l_Lean_Json_getStr_x3f(x_8); +if (lean_obj_tag(x_9) == 0) { -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; -x_50 = lean_unsigned_to_nat(80u); -x_51 = l_Lean_Json_pretty(x_18, x_50); -x_52 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; -x_53 = lean_string_append(x_52, x_51); -lean_dec(x_51); -x_54 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; -x_55 = lean_string_append(x_53, x_54); -x_56 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_56, 0, x_55); -x_57 = l_Except_orElseLazy___rarg(x_56, x_7); -return x_57; -} -else +uint8_t x_10; +lean_dec(x_8); +x_10 = !lean_is_exclusive(x_9); +if (x_10 == 0) { -lean_object* x_58; lean_object* x_59; lean_object* x_60; lean_object* x_61; -lean_dec(x_18); -x_58 = lean_ctor_get(x_49, 0); -lean_inc(x_58); -lean_dec(x_49); -x_59 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_60 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_60, 0, x_59); -x_61 = l_Except_orElseLazy___rarg(x_60, x_7); -return x_61; -} +lean_object* x_11; +x_11 = l_Except_orElseLazy___rarg(x_9, x_7); +return x_11; } else { -lean_object* x_62; lean_object* x_63; -lean_dec(x_44); -lean_dec(x_18); -x_62 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; -x_63 = l_Except_orElseLazy___rarg(x_62, x_7); -return x_63; -} -} -} +lean_object* x_12; lean_object* x_13; lean_object* x_14; +x_12 = lean_ctor_get(x_9, 0); +lean_inc(x_12); +lean_dec(x_9); +x_13 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_13, 0, x_12); +x_14 = l_Except_orElseLazy___rarg(x_13, x_7); +return x_14; } -else -{ -lean_object* x_64; lean_object* x_65; -x_64 = lean_array_fget(x_13, x_15); -lean_dec(x_13); -x_65 = l_Lean_Json_getStr_x3f(x_64); -if (lean_obj_tag(x_65) == 0) -{ -uint8_t x_66; -lean_dec(x_64); -x_66 = !lean_is_exclusive(x_65); -if (x_66 == 0) -{ -lean_object* x_67; -x_67 = l_Except_orElseLazy___rarg(x_65, x_7); -return x_67; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_65, 0); -lean_inc(x_68); -lean_dec(x_65); -x_69 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_69, 0, x_68); -x_70 = l_Except_orElseLazy___rarg(x_69, x_7); -return x_70; -} -} -else +uint8_t x_15; +x_15 = !lean_is_exclusive(x_9); +if (x_15 == 0) { -uint8_t x_71; -x_71 = !lean_is_exclusive(x_65); -if (x_71 == 0) +lean_object* x_16; lean_object* x_17; uint8_t x_18; +x_16 = lean_ctor_get(x_9, 0); +x_17 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_18 = lean_string_dec_eq(x_16, x_17); +if (x_18 == 0) { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_ctor_get(x_65, 0); -x_73 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; -x_74 = lean_string_dec_eq(x_72, x_73); -if (x_74 == 0) +lean_object* x_19; lean_object* x_20; lean_object* x_21; +x_19 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_20 = lean_string_append(x_19, x_16); +lean_dec(x_16); +x_21 = l_Lean_Syntax_decodeNameLit(x_20); +if (lean_obj_tag(x_21) == 0) { -lean_object* x_75; lean_object* x_76; lean_object* x_77; -x_75 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; -x_76 = lean_string_append(x_75, x_72); -lean_dec(x_72); -x_77 = l_Lean_Syntax_decodeNameLit(x_76); -if (lean_obj_tag(x_77) == 0) -{ -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_78 = lean_unsigned_to_nat(80u); -x_79 = l_Lean_Json_pretty(x_64, x_78); -x_80 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; -x_81 = lean_string_append(x_80, x_79); -lean_dec(x_79); -x_82 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; -x_83 = lean_string_append(x_81, x_82); -lean_ctor_set_tag(x_65, 0); -lean_ctor_set(x_65, 0, x_83); -x_84 = l_Except_orElseLazy___rarg(x_65, x_7); -return x_84; +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; +x_22 = lean_unsigned_to_nat(80u); +x_23 = l_Lean_Json_pretty(x_8, x_22); +x_24 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_25 = lean_string_append(x_24, x_23); +lean_dec(x_23); +x_26 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_27 = lean_string_append(x_25, x_26); +lean_ctor_set_tag(x_9, 0); +lean_ctor_set(x_9, 0, x_27); +x_28 = l_Except_orElseLazy___rarg(x_9, x_7); +return x_28; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -lean_dec(x_64); -x_85 = lean_ctor_get(x_77, 0); -lean_inc(x_85); -lean_dec(x_77); -x_86 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_86, 0, x_85); -lean_ctor_set(x_65, 0, x_86); -x_87 = l_Except_orElseLazy___rarg(x_65, x_7); -return x_87; +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_8); +x_29 = lean_ctor_get(x_21, 0); +lean_inc(x_29); +lean_dec(x_21); +x_30 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_30, 0, x_29); +lean_ctor_set(x_9, 0, x_30); +x_31 = l_Except_orElseLazy___rarg(x_9, x_7); +return x_31; } } else { -lean_object* x_88; lean_object* x_89; -lean_free_object(x_65); -lean_dec(x_72); -lean_dec(x_64); -x_88 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; -x_89 = l_Except_orElseLazy___rarg(x_88, x_7); -return x_89; +lean_object* x_32; lean_object* x_33; +lean_free_object(x_9); +lean_dec(x_16); +lean_dec(x_8); +x_32 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3; +x_33 = l_Except_orElseLazy___rarg(x_32, x_7); +return x_33; } } else { -lean_object* x_90; lean_object* x_91; uint8_t x_92; -x_90 = lean_ctor_get(x_65, 0); -lean_inc(x_90); -lean_dec(x_65); -x_91 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; -x_92 = lean_string_dec_eq(x_90, x_91); -if (x_92 == 0) -{ -lean_object* x_93; lean_object* x_94; lean_object* x_95; -x_93 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; -x_94 = lean_string_append(x_93, x_90); -lean_dec(x_90); -x_95 = l_Lean_Syntax_decodeNameLit(x_94); -if (lean_obj_tag(x_95) == 0) -{ -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; -x_96 = lean_unsigned_to_nat(80u); -x_97 = l_Lean_Json_pretty(x_64, x_96); -x_98 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; -x_99 = lean_string_append(x_98, x_97); -lean_dec(x_97); -x_100 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; -x_101 = lean_string_append(x_99, x_100); -x_102 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_102, 0, x_101); -x_103 = l_Except_orElseLazy___rarg(x_102, x_7); -return x_103; +lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_34 = lean_ctor_get(x_9, 0); +lean_inc(x_34); +lean_dec(x_9); +x_35 = l_Lean_SubExpr_instFromJsonFVarId___closed__1; +x_36 = lean_string_dec_eq(x_34, x_35); +if (x_36 == 0) +{ +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = l_Lean_SubExpr_instFromJsonFVarId___closed__2; +x_38 = lean_string_append(x_37, x_34); +lean_dec(x_34); +x_39 = l_Lean_Syntax_decodeNameLit(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; +x_40 = lean_unsigned_to_nat(80u); +x_41 = l_Lean_Json_pretty(x_8, x_40); +x_42 = l_Lean_SubExpr_instFromJsonFVarId___closed__3; +x_43 = lean_string_append(x_42, x_41); +lean_dec(x_41); +x_44 = l_Lean_SubExpr_instFromJsonFVarId___closed__4; +x_45 = lean_string_append(x_43, x_44); +x_46 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_46, 0, x_45); +x_47 = l_Except_orElseLazy___rarg(x_46, x_7); +return x_47; } else { -lean_object* x_104; lean_object* x_105; lean_object* x_106; lean_object* x_107; -lean_dec(x_64); -x_104 = lean_ctor_get(x_95, 0); -lean_inc(x_104); -lean_dec(x_95); -x_105 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_105, 0, x_104); -x_106 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_106, 0, x_105); -x_107 = l_Except_orElseLazy___rarg(x_106, x_7); -return x_107; +lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; +lean_dec(x_8); +x_48 = lean_ctor_get(x_39, 0); +lean_inc(x_48); +lean_dec(x_39); +x_49 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_49, 0, x_48); +x_50 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_50, 0, x_49); +x_51 = l_Except_orElseLazy___rarg(x_50, x_7); +return x_51; } } else { -lean_object* x_108; lean_object* x_109; -lean_dec(x_90); -lean_dec(x_64); -x_108 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3; -x_109 = l_Except_orElseLazy___rarg(x_108, x_7); -return x_109; -} +lean_object* x_52; lean_object* x_53; +lean_dec(x_34); +lean_dec(x_8); +x_52 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3; +x_53 = l_Except_orElseLazy___rarg(x_52, x_7); +return x_53; } } } } } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1() { _start: { lean_object* x_1; @@ -4013,15 +3884,15 @@ x_1 = lean_mk_string_from_bytes("target", 6); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589_(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 = lean_box(0); -x_3 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1; +x_3 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1; x_4 = lean_unsigned_to_nat(1u); x_5 = l_Lean_Json_parseTagged(x_1, x_3, x_4, x_2); -x_6 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___boxed), 3, 2); +x_6 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___boxed), 3, 2); lean_closure_set(x_6, 0, x_1); lean_closure_set(x_6, 1, x_2); if (lean_obj_tag(x_5) == 0) @@ -4236,40 +4107,40 @@ return x_60; } } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1(x_1); +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2(x_1, x_2, x_3); +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2(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___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3(x_1, x_2, x_3); +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3(x_1, x_2, x_3); lean_dec(x_3); return x_4; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; -x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4(x_1, x_2, x_3); +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4(x_1, x_2, x_3); lean_dec(x_3); return x_4; } @@ -4278,7 +4149,7 @@ static lean_object* _init_l_Lean_SubExpr_instFromJsonGoalLocation___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589_), 1, 0); return x_1; } } @@ -4290,7 +4161,7 @@ x_1 = l_Lean_SubExpr_instFromJsonGoalLocation___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -4299,7 +4170,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867_(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -4313,7 +4184,7 @@ x_3 = 1; x_4 = l_Lean_Name_toString(x_2, x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1; +x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___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); @@ -4339,12 +4210,12 @@ lean_ctor_set(x_15, 0, x_14); x_16 = l_Lean_SubExpr_Pos_toString(x_12); x_17 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_17, 0, x_16); -x_18 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1; +x_18 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1; x_19 = lean_array_push(x_18, x_15); x_20 = lean_array_push(x_19, x_17); x_21 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_21, 0, x_20); -x_22 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1; +x_22 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1; x_23 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_23, 0, x_22); lean_ctor_set(x_23, 1, x_21); @@ -4370,12 +4241,12 @@ lean_ctor_set(x_31, 0, x_30); x_32 = l_Lean_SubExpr_Pos_toString(x_28); x_33 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_33, 0, x_32); -x_34 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1; +x_34 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1; x_35 = lean_array_push(x_34, x_31); x_36 = lean_array_push(x_35, x_33); x_37 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_37, 0, x_36); -x_38 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1; +x_38 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1; x_39 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_39, 0, x_38); lean_ctor_set(x_39, 1, x_37); @@ -4395,7 +4266,7 @@ lean_dec(x_1); x_44 = l_Lean_SubExpr_Pos_toString(x_43); x_45 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_45, 0, x_44); -x_46 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1; +x_46 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1; x_47 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_47, 0, x_46); lean_ctor_set(x_47, 1, x_45); @@ -4413,7 +4284,7 @@ static lean_object* _init_l_Lean_SubExpr_instToJsonGoalLocation___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867_), 1, 0); return x_1; } } @@ -4425,7 +4296,7 @@ x_1 = l_Lean_SubExpr_instToJsonGoalLocation___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; lean_object* x_4; @@ -4556,16 +4427,16 @@ return x_38; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____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_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580_(x_3); +x_4 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589_(x_3); return x_4; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1() { _start: { lean_object* x_1; @@ -4573,7 +4444,7 @@ x_1 = lean_mk_string_from_bytes("mvarId", 6); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__2() { _start: { lean_object* x_1; @@ -4581,7 +4452,7 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__3() { _start: { lean_object* x_1; @@ -4589,7 +4460,7 @@ x_1 = lean_mk_string_from_bytes("SubExpr", 7); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__4() { _start: { lean_object* x_1; @@ -4597,28 +4468,28 @@ x_1 = lean_mk_string_from_bytes("GoalsLocation", 13); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3; -x_3 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__2; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__3; +x_3 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__4; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__7() { _start: { lean_object* x_1; @@ -4626,47 +4497,47 @@ x_1 = lean_mk_string_from_bytes(".", 1); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__6; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__7; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__10() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__9; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__10; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12() { _start: { lean_object* x_1; @@ -4674,17 +4545,17 @@ x_1 = lean_mk_string_from_bytes(": ", 2); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__11; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14() { _start: { lean_object* x_1; @@ -4692,52 +4563,52 @@ x_1 = lean_mk_string_from_bytes("loc", 3); return x_1; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__16() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__15; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__16; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18() { +static lean_object* _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12; +x_1 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__17; +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1(x_1, x_2); +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -4746,7 +4617,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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13; +x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -4758,7 +4629,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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13; +x_9 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -4772,8 +4643,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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; -x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2(x_1, x_13); +x_13 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14; +x_14 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__2(x_1, x_13); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -4783,7 +4654,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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18; +x_17 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -4795,7 +4666,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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18; +x_20 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -4834,31 +4705,31 @@ return x_28; } } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__1(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__1(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____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_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____spec__2(x_1, x_2); +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____spec__2(x_1, x_2); lean_dec(x_2); lean_dec(x_1); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007_(x_1); +x_2 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016_(x_1); lean_dec(x_1); return x_2; } @@ -4867,7 +4738,7 @@ static lean_object* _init_l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1() _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____boxed), 1, 0); return x_1; } } @@ -4879,7 +4750,7 @@ x_1 = l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2118_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2127_(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; @@ -4889,7 +4760,7 @@ x_3 = 1; x_4 = l_Lean_Name_toString(x_2, x_3); x_5 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_5, 0, x_4); -x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1; +x_6 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____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); @@ -4900,8 +4771,8 @@ lean_ctor_set(x_9, 1, x_8); x_10 = lean_ctor_get(x_1, 1); lean_inc(x_10); lean_dec(x_1); -x_11 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858_(x_10); -x_12 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14; +x_11 = l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867_(x_10); +x_12 = l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14; x_13 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_11); @@ -4923,7 +4794,7 @@ static lean_object* _init_l_Lean_SubExpr_instToJsonGoalsLocation___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2118_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalsLocation____x40_Lean_SubExpr___hyg_2127_), 1, 0); return x_1; } } @@ -5137,70 +5008,70 @@ l_Lean_SubExpr_instFromJsonFVarId___closed__4 = _init_l_Lean_SubExpr_instFromJso lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__4); l_Lean_SubExpr_instFromJsonFVarId___closed__5 = _init_l_Lean_SubExpr_instFromJsonFVarId___closed__5(); lean_mark_persistent(l_Lean_SubExpr_instFromJsonFVarId___closed__5); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__1); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__1___closed__2); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__1); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__2___closed__2); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__3___closed__1); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__1); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__2); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____lambda__4___closed__3); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1580____closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__1___closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__2___closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__3___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____lambda__4___closed__3); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalLocation____x40_Lean_SubExpr___hyg_1589____closed__1); l_Lean_SubExpr_instFromJsonGoalLocation___closed__1 = _init_l_Lean_SubExpr_instFromJsonGoalLocation___closed__1(); lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalLocation___closed__1); l_Lean_SubExpr_instFromJsonGoalLocation = _init_l_Lean_SubExpr_instFromJsonGoalLocation(); lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalLocation); -l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1858____closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_toJsonGoalLocation____x40_Lean_SubExpr___hyg_1867____closed__1); l_Lean_SubExpr_instToJsonGoalLocation___closed__1 = _init_l_Lean_SubExpr_instToJsonGoalLocation___closed__1(); lean_mark_persistent(l_Lean_SubExpr_instToJsonGoalLocation___closed__1); l_Lean_SubExpr_instToJsonGoalLocation = _init_l_Lean_SubExpr_instToJsonGoalLocation(); lean_mark_persistent(l_Lean_SubExpr_instToJsonGoalLocation); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__1); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__2); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__3); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__4); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__5); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__6); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__7); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__8); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__9); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__10); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__11); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__12); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__13); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__14); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__15); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__16); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__17); -l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18(); -lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2007____closed__18); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__1); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__2 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__2(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__2); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__3 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__3(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__3); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__4 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__4(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__4); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__5 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__5(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__5); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__6 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__6(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__6); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__7 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__7(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__7); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__8); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__9 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__9(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__9); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__10 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__10(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__10); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__11 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__11(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__11); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__12); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__13); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__14); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__15 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__15(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__15); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__16 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__16(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__16); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__17 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__17(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__17); +l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18 = _init_l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18(); +lean_mark_persistent(l___private_Lean_SubExpr_0__Lean_SubExpr_fromJsonGoalsLocation____x40_Lean_SubExpr___hyg_2016____closed__18); l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1 = _init_l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1(); lean_mark_persistent(l_Lean_SubExpr_instFromJsonGoalsLocation___closed__1); l_Lean_SubExpr_instFromJsonGoalsLocation = _init_l_Lean_SubExpr_instFromJsonGoalsLocation(); diff --git a/stage0/stdlib/Lean/Syntax.c b/stage0/stdlib/Lean/Syntax.c index ddb3d1f78b8b..435de1aeba84 100644 --- a/stage0/stdlib/Lean/Syntax.c +++ b/stage0/stdlib/Lean/Syntax.c @@ -4080,7 +4080,7 @@ else { if (lean_obj_tag(x_2) == 1) { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; x_17 = lean_ctor_get(x_7, 0); lean_inc(x_17); lean_dec(x_7); @@ -4094,61 +4094,26 @@ x_20 = lean_alloc_closure((void*)(l_Lean_Syntax_instForInTopDownSyntax_loop___ra lean_closure_set(x_20, 0, x_1); if (x_5 == 0) { -lean_object* x_33; +uint8_t x_44; lean_dec(x_18); -x_33 = lean_box(0); -x_21 = x_33; -goto block_32; +x_44 = 0; +x_21 = x_44; +goto block_43; } else { -lean_object* x_34; uint8_t x_35; -x_34 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; -x_35 = lean_name_eq(x_18, x_34); +lean_object* x_45; uint8_t x_46; +x_45 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; +x_46 = lean_name_eq(x_18, x_45); lean_dec(x_18); -if (x_35 == 0) -{ -lean_object* x_36; -x_36 = lean_box(0); -x_21 = x_36; -goto block_32; -} -else -{ -lean_object* x_37; lean_object* x_38; uint8_t x_39; lean_object* x_40; -lean_dec(x_20); -x_37 = lean_array_get_size(x_19); -x_38 = lean_unsigned_to_nat(0u); -x_39 = lean_nat_dec_lt(x_38, x_37); -lean_dec(x_37); -lean_inc(x_1); -x_40 = lean_alloc_closure((void*)(l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__6), 2, 1); -lean_closure_set(x_40, 0, x_1); -if (x_39 == 0) -{ -lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; -lean_dec(x_19); -x_41 = l_Lean_instInhabitedSyntax; -x_42 = l___private_Init_Util_0__outOfBounds___rarg(x_41); -x_43 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg(x_1, x_4, x_5, x_42, x_17, x_6); -x_44 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_43, x_40); -return x_44; +x_21 = x_46; +goto block_43; } -else +block_43: { -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_array_fget(x_19, x_38); -lean_dec(x_19); -x_46 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg(x_1, x_4, x_5, x_45, x_17, x_6); -x_47 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_46, x_40); -return x_47; -} -} -} -block_32: +if (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; lean_object* x_29; lean_object* x_30; lean_object* x_31; -lean_dec(x_21); x_22 = lean_box(0); x_23 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_23, 0, x_22); @@ -4177,28 +4142,60 @@ lean_closure_set(x_30, 2, x_3); x_31 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_29, x_30); return x_31; } +else +{ +lean_object* x_32; lean_object* x_33; uint8_t x_34; lean_object* x_35; +lean_dec(x_20); +x_32 = lean_array_get_size(x_19); +x_33 = lean_unsigned_to_nat(0u); +x_34 = lean_nat_dec_lt(x_33, x_32); +lean_dec(x_32); +lean_inc(x_1); +x_35 = lean_alloc_closure((void*)(l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__6), 2, 1); +lean_closure_set(x_35, 0, x_1); +if (x_34 == 0) +{ +lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; +lean_dec(x_19); +x_36 = l_Lean_instInhabitedSyntax; +x_37 = l___private_Init_Util_0__outOfBounds___rarg(x_36); +x_38 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg(x_1, x_4, x_5, x_37, x_17, x_6); +x_39 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_38, x_35); +return x_39; } else { -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_40; lean_object* x_41; lean_object* x_42; +x_40 = lean_array_fget(x_19, x_33); +lean_dec(x_19); +x_41 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg(x_1, x_4, x_5, x_40, x_17, x_6); +x_42 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_41, x_35); +return x_42; +} +} +} +} +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_dec(x_6); lean_dec(x_4); lean_dec(x_2); -x_48 = lean_ctor_get(x_7, 0); -lean_inc(x_48); +x_47 = lean_ctor_get(x_7, 0); +lean_inc(x_47); lean_dec(x_7); -x_49 = lean_ctor_get(x_1, 0); +x_48 = lean_ctor_get(x_1, 0); +lean_inc(x_48); +x_49 = lean_ctor_get(x_48, 1); lean_inc(x_49); -x_50 = lean_ctor_get(x_49, 1); -lean_inc(x_50); -lean_dec(x_49); -x_51 = lean_box(0); -x_52 = lean_apply_2(x_50, lean_box(0), x_51); -x_53 = lean_alloc_closure((void*)(l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__1___boxed), 3, 2); -lean_closure_set(x_53, 0, x_1); -lean_closure_set(x_53, 1, x_48); -x_54 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_52, x_53); -return x_54; +lean_dec(x_48); +x_50 = lean_box(0); +x_51 = lean_apply_2(x_49, lean_box(0), x_50); +x_52 = lean_alloc_closure((void*)(l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__1___boxed), 3, 2); +lean_closure_set(x_52, 0, x_1); +lean_closure_set(x_52, 1, x_47); +x_53 = lean_apply_4(x_3, lean_box(0), lean_box(0), x_51, x_52); +return x_53; } } } @@ -4733,155 +4730,155 @@ lean_object* x_5; switch (lean_obj_tag(x_2)) { case 0: { -lean_object* x_50; -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_3); -x_5 = x_50; -goto block_49; +lean_object* x_49; +x_49 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_49, 0, x_3); +x_5 = x_49; +goto block_48; } case 1: { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_69; uint8_t x_70; -x_51 = lean_ctor_get(x_2, 1); +lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_68; uint8_t x_69; +x_50 = lean_ctor_get(x_2, 1); +lean_inc(x_50); +x_51 = lean_ctor_get(x_2, 2); lean_inc(x_51); -x_52 = lean_ctor_get(x_2, 2); -lean_inc(x_52); -x_69 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; -x_70 = lean_name_eq(x_51, x_69); -lean_dec(x_51); -if (x_70 == 0) +x_68 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; +x_69 = lean_name_eq(x_50, x_68); +lean_dec(x_50); +if (x_69 == 0) { -lean_object* x_71; -lean_dec(x_52); -x_71 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_71, 0, x_3); -x_5 = x_71; -goto block_49; +lean_object* x_70; +lean_dec(x_51); +x_70 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_70, 0, x_3); +x_5 = x_70; +goto block_48; } else { -lean_object* x_72; lean_object* x_73; uint8_t x_74; -x_72 = lean_array_get_size(x_52); -x_73 = lean_unsigned_to_nat(0u); -x_74 = lean_nat_dec_lt(x_73, x_72); -lean_dec(x_72); -if (x_74 == 0) +lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_71 = lean_array_get_size(x_51); +x_72 = lean_unsigned_to_nat(0u); +x_73 = lean_nat_dec_lt(x_72, x_71); +lean_dec(x_71); +if (x_73 == 0) { -lean_object* x_75; lean_object* x_76; -x_75 = l_Lean_instInhabitedSyntax; -x_76 = l___private_Init_Util_0__outOfBounds___rarg(x_75); -x_53 = x_76; -goto block_68; +lean_object* x_74; lean_object* x_75; +x_74 = l_Lean_instInhabitedSyntax; +x_75 = l___private_Init_Util_0__outOfBounds___rarg(x_74); +x_52 = x_75; +goto block_67; } else { -lean_object* x_77; -x_77 = lean_array_fget(x_52, x_73); -x_53 = x_77; -goto block_68; +lean_object* x_76; +x_76 = lean_array_fget(x_51, x_72); +x_52 = x_76; +goto block_67; } } -block_68: +block_67: { -lean_object* x_54; -x_54 = l_Lean_Syntax_reprint(x_53); -if (lean_obj_tag(x_54) == 0) +lean_object* x_53; +x_53 = l_Lean_Syntax_reprint(x_52); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_55; -lean_dec(x_52); +lean_object* x_54; +lean_dec(x_51); lean_dec(x_3); lean_dec(x_2); -x_55 = lean_box(0); -return x_55; +x_54 = lean_box(0); +return x_54; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; size_t x_61; lean_object* x_62; size_t x_63; lean_object* x_64; lean_object* x_65; -x_56 = lean_ctor_get(x_54, 0); -lean_inc(x_56); -lean_dec(x_54); -x_57 = lean_array_get_size(x_52); -x_58 = lean_unsigned_to_nat(1u); -x_59 = l_Array_toSubarray___rarg(x_52, x_58, x_57); -x_60 = lean_ctor_get(x_59, 2); -lean_inc(x_60); -x_61 = lean_usize_of_nat(x_60); -lean_dec(x_60); -x_62 = lean_ctor_get(x_59, 1); -lean_inc(x_62); -x_63 = lean_usize_of_nat(x_62); -lean_dec(x_62); -x_64 = lean_box(0); -x_65 = l_Subarray_forInUnsafe_loop___at_Lean_Syntax_reprint___spec__2(x_56, x_59, x_61, x_63, x_64); +lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; size_t x_60; lean_object* x_61; size_t x_62; lean_object* x_63; lean_object* x_64; +x_55 = lean_ctor_get(x_53, 0); +lean_inc(x_55); +lean_dec(x_53); +x_56 = lean_array_get_size(x_51); +x_57 = lean_unsigned_to_nat(1u); +x_58 = l_Array_toSubarray___rarg(x_51, x_57, x_56); +x_59 = lean_ctor_get(x_58, 2); +lean_inc(x_59); +x_60 = lean_usize_of_nat(x_59); lean_dec(x_59); -lean_dec(x_56); -if (lean_obj_tag(x_65) == 0) +x_61 = lean_ctor_get(x_58, 1); +lean_inc(x_61); +x_62 = lean_usize_of_nat(x_61); +lean_dec(x_61); +x_63 = lean_box(0); +x_64 = l_Subarray_forInUnsafe_loop___at_Lean_Syntax_reprint___spec__2(x_55, x_58, x_60, x_62, x_63); +lean_dec(x_58); +lean_dec(x_55); +if (lean_obj_tag(x_64) == 0) { -lean_object* x_66; +lean_object* x_65; lean_dec(x_3); lean_dec(x_2); -x_66 = lean_box(0); -return x_66; +x_65 = lean_box(0); +return x_65; } else { -lean_object* x_67; -lean_dec(x_65); -x_67 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_67, 0, x_3); -x_5 = x_67; -goto block_49; +lean_object* x_66; +lean_dec(x_64); +x_66 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_66, 0, x_3); +x_5 = x_66; +goto block_48; } } } } case 2: { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_78 = lean_ctor_get(x_2, 0); +lean_object* x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_77 = lean_ctor_get(x_2, 0); +lean_inc(x_77); +x_78 = lean_ctor_get(x_2, 1); lean_inc(x_78); -x_79 = lean_ctor_get(x_2, 1); -lean_inc(x_79); -x_80 = l_Lean_Syntax_reprint_reprintLeaf(x_78, x_79); -lean_dec(x_79); +x_79 = l_Lean_Syntax_reprint_reprintLeaf(x_77, x_78); lean_dec(x_78); -x_81 = lean_string_append(x_3, x_80); -lean_dec(x_80); -x_82 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_82, 0, x_81); -x_5 = x_82; -goto block_49; +lean_dec(x_77); +x_80 = lean_string_append(x_3, x_79); +lean_dec(x_79); +x_81 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_81, 0, x_80); +x_5 = x_81; +goto block_48; } default: { -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; -x_83 = lean_ctor_get(x_2, 1); +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_82 = lean_ctor_get(x_2, 1); +lean_inc(x_82); +x_83 = lean_ctor_get(x_2, 0); lean_inc(x_83); -x_84 = lean_ctor_get(x_2, 0); +x_84 = lean_ctor_get(x_82, 0); lean_inc(x_84); -x_85 = lean_ctor_get(x_83, 0); +x_85 = lean_ctor_get(x_82, 1); lean_inc(x_85); -x_86 = lean_ctor_get(x_83, 1); +x_86 = lean_ctor_get(x_82, 2); lean_inc(x_86); -x_87 = lean_ctor_get(x_83, 2); -lean_inc(x_87); -lean_dec(x_83); -x_88 = lean_string_utf8_extract(x_85, x_86, x_87); -lean_dec(x_87); +lean_dec(x_82); +x_87 = lean_string_utf8_extract(x_84, x_85, x_86); lean_dec(x_86); lean_dec(x_85); -x_89 = l_Lean_Syntax_reprint_reprintLeaf(x_84, x_88); -lean_dec(x_88); lean_dec(x_84); -x_90 = lean_string_append(x_3, x_89); -lean_dec(x_89); -x_91 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_91, 0, x_90); -x_5 = x_91; -goto block_49; +x_88 = l_Lean_Syntax_reprint_reprintLeaf(x_83, x_87); +lean_dec(x_87); +lean_dec(x_83); +x_89 = lean_string_append(x_3, x_88); +lean_dec(x_88); +x_90 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_90, 0, x_89); +x_5 = x_90; +goto block_48; } } -block_49: +block_48: { lean_object* x_6; lean_object* x_7; x_6 = lean_ctor_get(x_5, 0); @@ -4890,7 +4887,7 @@ lean_dec(x_5); x_7 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_reprint___spec__3___closed__1; if (lean_obj_tag(x_2) == 1) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; +lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_2, 1); lean_inc(x_8); x_9 = lean_ctor_get(x_2, 2); @@ -4898,103 +4895,26 @@ lean_inc(x_9); lean_dec(x_2); if (x_1 == 0) { -lean_object* x_27; +uint8_t x_43; lean_dec(x_8); -x_27 = lean_box(0); -x_10 = x_27; -goto block_26; +x_43 = 0; +x_10 = x_43; +goto block_42; } else { -lean_object* x_28; uint8_t x_29; -x_28 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; -x_29 = lean_name_eq(x_8, x_28); +lean_object* x_44; uint8_t x_45; +x_44 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; +x_45 = lean_name_eq(x_8, x_44); lean_dec(x_8); -if (x_29 == 0) -{ -lean_object* x_30; -x_30 = lean_box(0); -x_10 = x_30; -goto block_26; -} -else -{ -lean_object* x_31; lean_object* x_32; uint8_t x_33; -x_31 = lean_array_get_size(x_9); -x_32 = lean_unsigned_to_nat(0u); -x_33 = lean_nat_dec_lt(x_32, x_31); -lean_dec(x_31); -if (x_33 == 0) -{ -lean_object* x_34; lean_object* x_35; lean_object* x_36; -lean_dec(x_9); -x_34 = l_Lean_instInhabitedSyntax; -x_35 = l___private_Init_Util_0__outOfBounds___rarg(x_34); -x_36 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_reprint___spec__3(x_1, x_35, x_6, x_4); -if (lean_obj_tag(x_36) == 0) -{ -lean_object* x_37; -x_37 = lean_box(0); -return x_37; +x_10 = x_45; +goto block_42; } -else +block_42: { -uint8_t x_38; -x_38 = !lean_is_exclusive(x_36); -if (x_38 == 0) -{ -return x_36; -} -else -{ -lean_object* x_39; lean_object* x_40; -x_39 = lean_ctor_get(x_36, 0); -lean_inc(x_39); -lean_dec(x_36); -x_40 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_40, 0, x_39); -return x_40; -} -} -} -else -{ -lean_object* x_41; lean_object* x_42; -x_41 = lean_array_fget(x_9, x_32); -lean_dec(x_9); -x_42 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_reprint___spec__3(x_1, x_41, x_6, x_4); -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_43; -x_43 = lean_box(0); -return x_43; -} -else -{ -uint8_t x_44; -x_44 = !lean_is_exclusive(x_42); -if (x_44 == 0) -{ -return x_42; -} -else -{ -lean_object* x_45; lean_object* x_46; -x_45 = lean_ctor_get(x_42, 0); -lean_inc(x_45); -lean_dec(x_42); -x_46 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_46, 0, x_45); -return x_46; -} -} -} -} -} -block_26: +if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; -lean_dec(x_10); x_11 = lean_box(0); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); @@ -5051,14 +4971,88 @@ return x_25; } } } +else +{ +lean_object* x_26; lean_object* x_27; uint8_t x_28; +x_26 = lean_array_get_size(x_9); +x_27 = lean_unsigned_to_nat(0u); +x_28 = lean_nat_dec_lt(x_27, x_26); +lean_dec(x_26); +if (x_28 == 0) +{ +lean_object* x_29; lean_object* x_30; lean_object* x_31; +lean_dec(x_9); +x_29 = l_Lean_instInhabitedSyntax; +x_30 = l___private_Init_Util_0__outOfBounds___rarg(x_29); +x_31 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_reprint___spec__3(x_1, x_30, x_6, x_4); +if (lean_obj_tag(x_31) == 0) +{ +lean_object* x_32; +x_32 = lean_box(0); +return x_32; } else { -lean_object* x_47; lean_object* x_48; +uint8_t x_33; +x_33 = !lean_is_exclusive(x_31); +if (x_33 == 0) +{ +return x_31; +} +else +{ +lean_object* x_34; lean_object* x_35; +x_34 = lean_ctor_get(x_31, 0); +lean_inc(x_34); +lean_dec(x_31); +x_35 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_35, 0, x_34); +return x_35; +} +} +} +else +{ +lean_object* x_36; lean_object* x_37; +x_36 = lean_array_fget(x_9, x_27); +lean_dec(x_9); +x_37 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_reprint___spec__3(x_1, x_36, x_6, x_4); +if (lean_obj_tag(x_37) == 0) +{ +lean_object* x_38; +x_38 = lean_box(0); +return x_38; +} +else +{ +uint8_t x_39; +x_39 = !lean_is_exclusive(x_37); +if (x_39 == 0) +{ +return x_37; +} +else +{ +lean_object* x_40; lean_object* x_41; +x_40 = lean_ctor_get(x_37, 0); +lean_inc(x_40); +lean_dec(x_37); +x_41 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_41, 0, x_40); +return x_41; +} +} +} +} +} +} +else +{ +lean_object* x_46; lean_object* x_47; lean_dec(x_2); -x_47 = lean_box(0); -x_48 = lean_apply_2(x_7, x_6, x_47); -return x_48; +x_46 = lean_box(0); +x_47 = lean_apply_2(x_7, x_6, x_46); +return x_47; } } } @@ -5358,7 +5352,7 @@ lean_object* x_7; x_7 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_hasMissing___spec__1___closed__1; if (lean_obj_tag(x_3) == 1) { -lean_object* x_8; lean_object* x_9; lean_object* x_10; +lean_object* x_8; lean_object* x_9; uint8_t x_10; x_8 = lean_ctor_get(x_3, 1); lean_inc(x_8); x_9 = lean_ctor_get(x_3, 2); @@ -5366,67 +5360,26 @@ lean_inc(x_9); lean_dec(x_3); if (x_2 == 0) { -lean_object* x_23; +uint8_t x_31; lean_dec(x_8); -x_23 = lean_box(0); -x_10 = x_23; -goto block_22; +x_31 = 0; +x_10 = x_31; +goto block_30; } else { -lean_object* x_24; uint8_t x_25; -x_24 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; -x_25 = lean_name_eq(x_8, x_24); +lean_object* x_32; uint8_t x_33; +x_32 = l_Lean_Syntax_instForInTopDownSyntax_loop___rarg___lambda__7___closed__2; +x_33 = lean_name_eq(x_8, x_32); lean_dec(x_8); -if (x_25 == 0) -{ -lean_object* x_26; -x_26 = lean_box(0); -x_10 = x_26; -goto block_22; -} -else -{ -lean_object* x_27; lean_object* x_28; uint8_t x_29; -x_27 = lean_array_get_size(x_9); -x_28 = lean_unsigned_to_nat(0u); -x_29 = lean_nat_dec_lt(x_28, x_27); -lean_dec(x_27); -if (x_29 == 0) -{ -lean_object* x_30; lean_object* x_31; -lean_dec(x_9); -x_30 = l_Lean_instInhabitedSyntax; -x_31 = l___private_Init_Util_0__outOfBounds___rarg(x_30); -lean_inc(x_1); -{ -lean_object* _tmp_2 = x_31; -lean_object* _tmp_3 = x_1; -x_3 = _tmp_2; -x_4 = _tmp_3; +x_10 = x_33; +goto block_30; } -goto _start; -} -else -{ -lean_object* x_33; -x_33 = lean_array_fget(x_9, x_28); -lean_dec(x_9); -lean_inc(x_1); +block_30: { -lean_object* _tmp_2 = x_33; -lean_object* _tmp_3 = x_1; -x_3 = _tmp_2; -x_4 = _tmp_3; -} -goto _start; -} -} -} -block_22: +if (x_10 == 0) { lean_object* x_11; lean_object* x_12; lean_object* x_13; size_t x_14; size_t x_15; lean_object* x_16; lean_object* x_17; -lean_dec(x_10); x_11 = lean_box(0); lean_inc(x_1); x_12 = lean_alloc_ctor(0, 2, 0); @@ -5460,23 +5413,61 @@ lean_dec(x_17); return x_21; } } +else +{ +lean_object* x_22; lean_object* x_23; uint8_t x_24; +x_22 = lean_array_get_size(x_9); +x_23 = lean_unsigned_to_nat(0u); +x_24 = lean_nat_dec_lt(x_23, x_22); +lean_dec(x_22); +if (x_24 == 0) +{ +lean_object* x_25; lean_object* x_26; +lean_dec(x_9); +x_25 = l_Lean_instInhabitedSyntax; +x_26 = l___private_Init_Util_0__outOfBounds___rarg(x_25); +lean_inc(x_1); +{ +lean_object* _tmp_2 = x_26; +lean_object* _tmp_3 = x_1; +x_3 = _tmp_2; +x_4 = _tmp_3; +} +goto _start; } else { -lean_object* x_35; lean_object* x_36; +lean_object* x_28; +x_28 = lean_array_fget(x_9, x_23); +lean_dec(x_9); +lean_inc(x_1); +{ +lean_object* _tmp_2 = x_28; +lean_object* _tmp_3 = x_1; +x_3 = _tmp_2; +x_4 = _tmp_3; +} +goto _start; +} +} +} +} +else +{ +lean_object* x_34; lean_object* x_35; lean_dec(x_3); -x_35 = lean_box(0); -x_36 = lean_apply_2(x_7, x_1, x_35); -return x_36; +x_34 = lean_box(0); +x_35 = lean_apply_2(x_7, x_1, x_34); +return x_35; } } else { -lean_object* x_37; +lean_object* x_36; lean_dec(x_3); lean_dec(x_1); -x_37 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_hasMissing___spec__1___closed__4; -return x_37; +x_36 = l_Lean_Syntax_instForInTopDownSyntax_loop___at_Lean_Syntax_hasMissing___spec__1___closed__4; +return x_36; } } } diff --git a/stage0/stdlib/Lean/Util/CollectFVars.c b/stage0/stdlib/Lean/Util/CollectFVars.c index 4cf358f1a5dc..8853a110e5b9 100644 --- a/stage0/stdlib/Lean/Util/CollectFVars.c +++ b/stage0/stdlib/Lean/Util/CollectFVars.c @@ -20,30 +20,30 @@ lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectFVars_State_visitedExpr___default; static lean_object* l_Lean_CollectFVars_instInhabitedState___closed__1; -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectFVars_visit___spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__6___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__6(lean_object*, lean_object*, lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectFVars_State_visitedExpr___default___spec__1(lean_object*); static lean_object* l_Lean_CollectFVars_instInhabitedState___closed__2; LEAN_EXPORT lean_object* l_List_elem___at_Lean_CollectFVars_visit___spec__2___boxed(lean_object*, lean_object*); static lean_object* l_Lean_CollectFVars_State_fvarIds___default___closed__1; -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__4(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectFVars_instInhabitedState; uint64_t l_Lean_Expr_hash(lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectFVars_State_fvarIds___default; LEAN_EXPORT uint8_t l_List_elem___at_Lean_CollectFVars_visit___spec__2(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectFVars_visit___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectFVars_main(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectFVars_visit(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectFVars_visit___spec__5(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__7(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectFVars_visit___spec__5(lean_object*, lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__7___boxed(lean_object*, lean_object*, lean_object*); uint8_t l_Lean_Expr_hasFVar(lean_object*); LEAN_EXPORT lean_object* l_Lean_collectFVars(lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); @@ -205,25 +205,7 @@ return x_8; } } } -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; -x_3 = lean_ctor_get(x_1, 1); -lean_inc(x_3); -lean_dec(x_1); -x_4 = lean_array_get_size(x_3); -x_5 = l_Lean_Expr_hash(x_2); -x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); -x_7 = lean_array_uget(x_3, x_6); -lean_dec(x_3); -x_8 = l_List_elem___at_Lean_CollectFVars_visit___spec__2(x_2, x_7); -lean_dec(x_7); -lean_dec(x_2); -return x_8; -} -} -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectFVars_visit___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectFVars_visit___spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -272,7 +254,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectFVars_visit___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectFVars_visit___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -291,7 +273,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_obj 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_List_foldl___at_Lean_CollectFVars_visit___spec__6(x_3, x_6); +x_9 = l_List_foldl___at_Lean_CollectFVars_visit___spec__5(x_3, x_6); x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_add(x_1, x_10); lean_dec(x_1); @@ -302,7 +284,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__3(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; lean_object* x_9; lean_object* x_10; @@ -313,14 +295,14 @@ lean_dec(x_3); x_6 = lean_box(0); x_7 = lean_mk_array(x_5, x_6); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_CollectFVars_visit___spec__5(x_8, x_2, x_7); +x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_CollectFVars_visit___spec__4(x_8, x_2, x_7); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_1); lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -343,7 +325,7 @@ x_8 = lean_expr_eqv(x_6, x_2); if (x_8 == 0) { lean_object* x_9; -x_9 = l_List_replace___at_Lean_CollectFVars_visit___spec__7(x_7, x_2, x_3); +x_9 = l_List_replace___at_Lean_CollectFVars_visit___spec__6(x_7, x_2, x_3); lean_ctor_set(x_1, 1, x_9); return x_1; } @@ -366,7 +348,7 @@ x_12 = lean_expr_eqv(x_10, x_2); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; -x_13 = l_List_replace___at_Lean_CollectFVars_visit___spec__7(x_11, x_2, x_3); +x_13 = l_List_replace___at_Lean_CollectFVars_visit___spec__6(x_11, x_2, x_3); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_10); lean_ctor_set(x_14, 1, x_13); @@ -385,7 +367,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -417,7 +399,7 @@ if (x_15 == 0) { lean_object* x_16; lean_free_object(x_1); -x_16 = l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__4(x_12, x_14); +x_16 = l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__3(x_12, x_14); return x_16; } else @@ -432,7 +414,7 @@ else lean_object* x_17; lean_object* x_18; lean_dec(x_6); lean_inc(x_2); -x_17 = l_List_replace___at_Lean_CollectFVars_visit___spec__7(x_9, x_2, x_2); +x_17 = l_List_replace___at_Lean_CollectFVars_visit___spec__6(x_9, x_2, x_2); lean_dec(x_2); x_18 = lean_array_uset(x_5, x_8, x_17); lean_ctor_set(x_1, 1, x_18); @@ -468,7 +450,7 @@ lean_dec(x_21); if (x_30 == 0) { lean_object* x_31; -x_31 = l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__4(x_27, x_29); +x_31 = l_Lean_HashSetImp_expand___at_Lean_CollectFVars_visit___spec__3(x_27, x_29); return x_31; } else @@ -485,7 +467,7 @@ else lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_21); lean_inc(x_2); -x_33 = l_List_replace___at_Lean_CollectFVars_visit___spec__7(x_24, x_2, x_2); +x_33 = l_List_replace___at_Lean_CollectFVars_visit___spec__6(x_24, x_2, x_2); lean_dec(x_2); x_34 = lean_array_uset(x_20, x_23, x_33); x_35 = lean_alloc_ctor(0, 2, 0); @@ -496,6 +478,24 @@ return x_35; } } } +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; +x_3 = lean_ctor_get(x_1, 1); +lean_inc(x_3); +lean_dec(x_1); +x_4 = lean_array_get_size(x_3); +x_5 = l_Lean_Expr_hash(x_2); +x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); +x_7 = lean_array_uget(x_3, x_6); +lean_dec(x_3); +x_8 = l_List_elem___at_Lean_CollectFVars_visit___spec__2(x_2, x_7); +lean_dec(x_7); +lean_dec(x_2); +return x_8; +} +} LEAN_EXPORT lean_object* l_Lean_CollectFVars_visit(lean_object* x_1, lean_object* x_2) { _start: { @@ -517,7 +517,7 @@ x_6 = lean_ctor_get(x_2, 2); lean_inc(x_6); lean_inc(x_1); lean_inc(x_4); -x_7 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(x_4, x_1); +x_7 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(x_4, x_1); if (x_7 == 0) { uint8_t x_8; @@ -532,7 +532,7 @@ lean_dec(x_10); x_11 = lean_ctor_get(x_2, 0); lean_dec(x_11); lean_inc(x_1); -x_12 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(x_4, x_1); +x_12 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(x_4, x_1); lean_ctor_set(x_2, 0, x_12); x_13 = l_Lean_CollectFVars_main(x_1, x_2); return x_13; @@ -542,7 +542,7 @@ else lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_dec(x_2); lean_inc(x_1); -x_14 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__3(x_4, x_1); +x_14 = l_Lean_HashSetImp_insert___at_Lean_CollectFVars_visit___spec__1(x_4, x_1); x_15 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_5); @@ -663,21 +663,21 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__1(x_1, x_2); -x_4 = lean_box(x_3); +lean_object* x_4; +x_4 = l_List_replace___at_Lean_CollectFVars_visit___spec__6(x_1, x_2, x_3); +lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectFVars_visit___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; -x_4 = l_List_replace___at_Lean_CollectFVars_visit___spec__7(x_1, x_2, x_3); -lean_dec(x_2); +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_HashSetImp_contains___at_Lean_CollectFVars_visit___spec__7(x_1, x_2); +x_4 = lean_box(x_3); return x_4; } } diff --git a/stage0/stdlib/Lean/Util/CollectLevelParams.c b/stage0/stdlib/Lean/Util/CollectLevelParams.c index 3a2ce1f4c794..bc824eed48ab 100644 --- a/stage0/stdlib/Lean/Util/CollectLevelParams.c +++ b/stage0/stdlib/Lean/Util/CollectLevelParams.c @@ -14,19 +14,17 @@ extern "C" { #endif lean_object* lean_mk_empty_array_with_capacity(lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__3(lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); uint8_t l_Lean_Level_hasParam(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); LEAN_EXPORT uint8_t l_List_elem___at_Lean_CollectLevelParams_visitLevel___spec__2(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_State_getUnusedLevelParam(lean_object*, lean_object*); lean_object* lean_mk_array(lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7___boxed(lean_object*, lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_visitLevel(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitExpr___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_elem___at_Lean_CollectLevelParams_visitLevel___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitExpr___spec__7(lean_object*, lean_object*, lean_object*); @@ -39,33 +37,36 @@ uint8_t lean_expr_eqv(lean_object*, lean_object*); static lean_object* l_Lean_CollectLevelParams_instInhabitedState___closed__2; LEAN_EXPORT uint8_t l_List_elem___at_Lean_CollectLevelParams_visitExpr___spec__2(lean_object*, lean_object*); static lean_object* l_Lean_CollectLevelParams_State_params___default___closed__1; -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); LEAN_EXPORT lean_object* l_List_elem___at_Lean_CollectLevelParams_visitExpr___spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectLevelParams_State_visitedLevel___default___spec__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_visitExpr(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectLevelParams_visitLevel___spec__6(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectLevelParams_visitLevels___spec__1(lean_object*, lean_object*); lean_object* lean_name_append_index_after(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_collect(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_State_visitedExpr___default; LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectLevelParams_visitExpr___spec__6(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectLevelParams_visitLevel___spec__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_State_params___default; LEAN_EXPORT lean_object* l_Lean_collectLevelParams(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_State_visitedLevel___default; uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__4(lean_object*, lean_object*); static lean_object* l_Lean_CollectLevelParams_instInhabitedState___closed__1; +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_State_collect(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitExpr___spec__7___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1___boxed(lean_object*, lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); uint64_t l_Lean_Level_hash(lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitLevel___spec__4(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_visitLevels(lean_object*, lean_object*); lean_object* l_Lean_Level_param___override(lean_object*); uint8_t l_Lean_Expr_hasLevelParam(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_level_eq(lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); @@ -73,7 +74,6 @@ LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitExpr___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectLevelParams_State_visitedLevel___default___spec__1(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitLevel___spec__5(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectLevelParams_State_visitedExpr___default___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_instInhabitedState; LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectLevelParams_State_visitedLevel___default___spec__1(lean_object* x_1) { @@ -204,25 +204,7 @@ return x_8; } } } -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; -x_3 = lean_ctor_get(x_1, 1); -lean_inc(x_3); -lean_dec(x_1); -x_4 = lean_array_get_size(x_3); -x_5 = l_Lean_Level_hash(x_2); -x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); -x_7 = lean_array_uget(x_3, x_6); -lean_dec(x_3); -x_8 = l_List_elem___at_Lean_CollectLevelParams_visitLevel___spec__2(x_2, x_7); -lean_dec(x_7); -lean_dec(x_2); -return x_8; -} -} -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectLevelParams_visitLevel___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectLevelParams_visitLevel___spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -271,7 +253,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitLevel___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitLevel___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -290,7 +272,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_obj 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_List_foldl___at_Lean_CollectLevelParams_visitLevel___spec__6(x_3, x_6); +x_9 = l_List_foldl___at_Lean_CollectLevelParams_visitLevel___spec__5(x_3, x_6); x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_add(x_1, x_10); lean_dec(x_1); @@ -301,7 +283,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__3(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; lean_object* x_9; lean_object* x_10; @@ -312,14 +294,14 @@ lean_dec(x_3); x_6 = lean_box(0); x_7 = lean_mk_array(x_5, x_6); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitLevel___spec__5(x_8, x_2, x_7); +x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_CollectLevelParams_visitLevel___spec__4(x_8, x_2, x_7); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_1); lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -342,7 +324,7 @@ x_8 = lean_level_eq(x_6, x_2); if (x_8 == 0) { lean_object* x_9; -x_9 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(x_7, x_2, x_3); +x_9 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(x_7, x_2, x_3); lean_ctor_set(x_1, 1, x_9); return x_1; } @@ -365,7 +347,7 @@ x_12 = lean_level_eq(x_10, x_2); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; -x_13 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(x_11, x_2, x_3); +x_13 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(x_11, x_2, x_3); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_10); lean_ctor_set(x_14, 1, x_13); @@ -384,7 +366,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__1(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -416,7 +398,7 @@ if (x_15 == 0) { lean_object* x_16; lean_free_object(x_1); -x_16 = l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__4(x_12, x_14); +x_16 = l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__3(x_12, x_14); return x_16; } else @@ -431,7 +413,7 @@ else lean_object* x_17; lean_object* x_18; lean_dec(x_6); lean_inc(x_2); -x_17 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(x_9, x_2, x_2); +x_17 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(x_9, x_2, x_2); lean_dec(x_2); x_18 = lean_array_uset(x_5, x_8, x_17); lean_ctor_set(x_1, 1, x_18); @@ -467,7 +449,7 @@ lean_dec(x_21); if (x_30 == 0) { lean_object* x_31; -x_31 = l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__4(x_27, x_29); +x_31 = l_Lean_HashSetImp_expand___at_Lean_CollectLevelParams_visitLevel___spec__3(x_27, x_29); return x_31; } else @@ -484,7 +466,7 @@ else lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_21); lean_inc(x_2); -x_33 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(x_24, x_2, x_2); +x_33 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(x_24, x_2, x_2); lean_dec(x_2); x_34 = lean_array_uset(x_20, x_23, x_33); x_35 = lean_alloc_ctor(0, 2, 0); @@ -495,6 +477,24 @@ return x_35; } } } +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; +x_3 = lean_ctor_get(x_1, 1); +lean_inc(x_3); +lean_dec(x_1); +x_4 = lean_array_get_size(x_3); +x_5 = l_Lean_Level_hash(x_2); +x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); +x_7 = lean_array_uget(x_3, x_6); +lean_dec(x_3); +x_8 = l_List_elem___at_Lean_CollectLevelParams_visitLevel___spec__2(x_2, x_7); +lean_dec(x_7); +lean_dec(x_2); +return x_8; +} +} LEAN_EXPORT lean_object* l_Lean_CollectLevelParams_visitLevel(lean_object* x_1, lean_object* x_2) { _start: { @@ -516,7 +516,7 @@ x_6 = lean_ctor_get(x_2, 2); lean_inc(x_6); lean_inc(x_1); lean_inc(x_4); -x_7 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(x_4, x_1); +x_7 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(x_4, x_1); if (x_7 == 0) { uint8_t x_8; @@ -531,7 +531,7 @@ lean_dec(x_10); x_11 = lean_ctor_get(x_2, 0); lean_dec(x_11); lean_inc(x_1); -x_12 = l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__3(x_4, x_1); +x_12 = l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__1(x_4, x_1); lean_ctor_set(x_2, 0, x_12); x_13 = l_Lean_CollectLevelParams_collect(x_1, x_2); return x_13; @@ -541,7 +541,7 @@ else lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_dec(x_2); lean_inc(x_1); -x_14 = l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__3(x_4, x_1); +x_14 = l_Lean_HashSetImp_insert___at_Lean_CollectLevelParams_visitLevel___spec__1(x_4, x_1); x_15 = lean_alloc_ctor(0, 3, 0); lean_ctor_set(x_15, 0, x_14); lean_ctor_set(x_15, 1, x_5); @@ -637,21 +637,21 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(x_1, x_2); -x_4 = lean_box(x_3); +lean_object* x_4; +x_4 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__6(x_1, x_2, x_3); +lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; -x_4 = l_List_replace___at_Lean_CollectLevelParams_visitLevel___spec__7(x_1, x_2, x_3); -lean_dec(x_2); +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(x_1, x_2); +x_4 = lean_box(x_3); return x_4; } } @@ -1210,7 +1210,7 @@ x_5 = l_Lean_Level_param___override(x_4); x_6 = lean_ctor_get(x_1, 0); lean_inc(x_6); lean_inc(x_5); -x_7 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(x_6, x_5); +x_7 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(x_6, x_5); if (x_7 == 0) { lean_dec(x_3); @@ -1239,7 +1239,7 @@ x_3 = l_Lean_Level_param___override(x_2); x_4 = lean_ctor_get(x_1, 0); lean_inc(x_4); lean_inc(x_3); -x_5 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__1(x_4, x_3); +x_5 = l_Lean_HashSetImp_contains___at_Lean_CollectLevelParams_visitLevel___spec__7(x_4, x_3); if (x_5 == 0) { lean_dec(x_2); diff --git a/stage0/stdlib/Lean/Util/CollectMVars.c b/stage0/stdlib/Lean/Util/CollectMVars.c index 42fc13e19544..44d2a54a4dc5 100644 --- a/stage0/stdlib/Lean/Util/CollectMVars.c +++ b/stage0/stdlib/Lean/Util/CollectMVars.c @@ -13,8 +13,8 @@ #ifdef __cplusplus extern "C" { #endif +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7___boxed(lean_object*, lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectMVars_visit___spec__6(lean_object*, lean_object*); size_t l___private_Lean_Data_HashSet_0__Lean_HashSetImp_mkIdx(lean_object*, uint64_t, lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); lean_object* l_Lean_mkHashSetImp___rarg(lean_object*); @@ -24,33 +24,33 @@ lean_object* lean_array_fget(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectMVars_State_visitedExpr___default___spec__1(lean_object*); lean_object* lean_array_fset(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectMVars_main(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectMVars_visit___spec__5(lean_object*, lean_object*); uint8_t l_Lean_Expr_hasMVar(lean_object*); uint8_t lean_expr_eqv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectMVars_State_result___default; LEAN_EXPORT lean_object* l_Lean_Expr_collectMVars(lean_object*, lean_object*); +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_elem___at_Lean_CollectMVars_visit___spec__2___boxed(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__7(lean_object*, lean_object*, lean_object*); uint64_t l_Lean_Expr_hash(lean_object*); LEAN_EXPORT uint8_t l_List_elem___at_Lean_CollectMVars_visit___spec__2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectMVars_State_visitedExpr___default; -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectMVars_visit(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectMVars_State_visitedExpr___default___spec__1___boxed(lean_object*); lean_object* lean_nat_mul(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_CollectMVars_instInhabitedState; lean_object* lean_array_uget(lean_object*, size_t); +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectMVars_visit___spec__4(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_CollectMVars_State_result___default___closed__1; -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectMVars_visit___spec__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__6(lean_object*, lean_object*, lean_object*); lean_object* lean_array_get_size(lean_object*); +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__6___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l_Lean_CollectMVars_instInhabitedState___closed__2; lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__7___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_mkHashSet___at_Lean_CollectMVars_State_visitedExpr___default___spec__1(lean_object* x_1) { _start: { @@ -152,25 +152,7 @@ return x_8; } } } -LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(lean_object* x_1, lean_object* x_2) { -_start: -{ -lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; -x_3 = lean_ctor_get(x_1, 1); -lean_inc(x_3); -lean_dec(x_1); -x_4 = lean_array_get_size(x_3); -x_5 = l_Lean_Expr_hash(x_2); -x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); -x_7 = lean_array_uget(x_3, x_6); -lean_dec(x_3); -x_8 = l_List_elem___at_Lean_CollectMVars_visit___spec__2(x_2, x_7); -lean_dec(x_7); -lean_dec(x_2); -return x_8; -} -} -LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectMVars_visit___spec__6(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_foldl___at_Lean_CollectMVars_visit___spec__5(lean_object* x_1, lean_object* x_2) { _start: { if (lean_obj_tag(x_2) == 0) @@ -219,7 +201,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectMVars_visit___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_moveEntries___at_Lean_CollectMVars_visit___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { lean_object* x_4; uint8_t x_5; @@ -238,7 +220,7 @@ lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_obj 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_List_foldl___at_Lean_CollectMVars_visit___spec__6(x_3, x_6); +x_9 = l_List_foldl___at_Lean_CollectMVars_visit___spec__5(x_3, x_6); x_10 = lean_unsigned_to_nat(1u); x_11 = lean_nat_add(x_1, x_10); lean_dec(x_1); @@ -249,7 +231,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__4(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__3(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; lean_object* x_9; lean_object* x_10; @@ -260,14 +242,14 @@ lean_dec(x_3); x_6 = lean_box(0); x_7 = lean_mk_array(x_5, x_6); x_8 = lean_unsigned_to_nat(0u); -x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_CollectMVars_visit___spec__5(x_8, x_2, x_7); +x_9 = l_Lean_HashSetImp_moveEntries___at_Lean_CollectMVars_visit___spec__4(x_8, x_2, x_7); x_10 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_10, 0, x_1); lean_ctor_set(x_10, 1, x_9); return x_10; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_1) == 0) @@ -290,7 +272,7 @@ x_8 = lean_expr_eqv(x_6, x_2); if (x_8 == 0) { lean_object* x_9; -x_9 = l_List_replace___at_Lean_CollectMVars_visit___spec__7(x_7, x_2, x_3); +x_9 = l_List_replace___at_Lean_CollectMVars_visit___spec__6(x_7, x_2, x_3); lean_ctor_set(x_1, 1, x_9); return x_1; } @@ -313,7 +295,7 @@ x_12 = lean_expr_eqv(x_10, x_2); if (x_12 == 0) { lean_object* x_13; lean_object* x_14; -x_13 = l_List_replace___at_Lean_CollectMVars_visit___spec__7(x_11, x_2, x_3); +x_13 = l_List_replace___at_Lean_CollectMVars_visit___spec__6(x_11, x_2, x_3); x_14 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_14, 0, x_10); lean_ctor_set(x_14, 1, x_13); @@ -332,7 +314,7 @@ return x_15; } } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; @@ -364,7 +346,7 @@ if (x_15 == 0) { lean_object* x_16; lean_free_object(x_1); -x_16 = l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__4(x_12, x_14); +x_16 = l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__3(x_12, x_14); return x_16; } else @@ -379,7 +361,7 @@ else lean_object* x_17; lean_object* x_18; lean_dec(x_6); lean_inc(x_2); -x_17 = l_List_replace___at_Lean_CollectMVars_visit___spec__7(x_9, x_2, x_2); +x_17 = l_List_replace___at_Lean_CollectMVars_visit___spec__6(x_9, x_2, x_2); lean_dec(x_2); x_18 = lean_array_uset(x_5, x_8, x_17); lean_ctor_set(x_1, 1, x_18); @@ -415,7 +397,7 @@ lean_dec(x_21); if (x_30 == 0) { lean_object* x_31; -x_31 = l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__4(x_27, x_29); +x_31 = l_Lean_HashSetImp_expand___at_Lean_CollectMVars_visit___spec__3(x_27, x_29); return x_31; } else @@ -432,7 +414,7 @@ else lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_dec(x_21); lean_inc(x_2); -x_33 = l_List_replace___at_Lean_CollectMVars_visit___spec__7(x_24, x_2, x_2); +x_33 = l_List_replace___at_Lean_CollectMVars_visit___spec__6(x_24, x_2, x_2); lean_dec(x_2); x_34 = lean_array_uset(x_20, x_23, x_33); x_35 = lean_alloc_ctor(0, 2, 0); @@ -443,6 +425,24 @@ return x_35; } } } +LEAN_EXPORT uint8_t l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; lean_object* x_4; uint64_t x_5; size_t x_6; lean_object* x_7; uint8_t x_8; +x_3 = lean_ctor_get(x_1, 1); +lean_inc(x_3); +lean_dec(x_1); +x_4 = lean_array_get_size(x_3); +x_5 = l_Lean_Expr_hash(x_2); +x_6 = (size_t)(x_5) & (lean_unbox(x_4) - 1); +x_7 = lean_array_uget(x_3, x_6); +lean_dec(x_3); +x_8 = l_List_elem___at_Lean_CollectMVars_visit___spec__2(x_2, x_7); +lean_dec(x_7); +lean_dec(x_2); +return x_8; +} +} LEAN_EXPORT lean_object* l_Lean_CollectMVars_visit(lean_object* x_1, lean_object* x_2) { _start: { @@ -462,7 +462,7 @@ x_5 = lean_ctor_get(x_2, 1); lean_inc(x_5); lean_inc(x_1); lean_inc(x_4); -x_6 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_4, x_1); +x_6 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_4, x_1); if (x_6 == 0) { uint8_t x_7; @@ -475,7 +475,7 @@ lean_dec(x_8); x_9 = lean_ctor_get(x_2, 0); lean_dec(x_9); lean_inc(x_1); -x_10 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_4, x_1); +x_10 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_4, x_1); lean_ctor_set(x_2, 0, x_10); x_11 = l_Lean_CollectMVars_main(x_1, x_2); return x_11; @@ -485,7 +485,7 @@ else lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_dec(x_2); lean_inc(x_1); -x_12 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__3(x_4, x_1); +x_12 = l_Lean_HashSetImp_insert___at_Lean_CollectMVars_visit___spec__1(x_4, x_1); x_13 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_13, 0, x_12); lean_ctor_set(x_13, 1, x_5); @@ -612,21 +612,21 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__6___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -uint8_t x_3; lean_object* x_4; -x_3 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__1(x_1, x_2); -x_4 = lean_box(x_3); +lean_object* x_4; +x_4 = l_List_replace___at_Lean_CollectMVars_visit___spec__6(x_1, x_2, x_3); +lean_dec(x_2); return x_4; } } -LEAN_EXPORT lean_object* l_List_replace___at_Lean_CollectMVars_visit___spec__7___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7___boxed(lean_object* x_1, lean_object* x_2) { _start: { -lean_object* x_4; -x_4 = l_List_replace___at_Lean_CollectMVars_visit___spec__7(x_1, x_2, x_3); -lean_dec(x_2); +uint8_t x_3; lean_object* x_4; +x_3 = l_Lean_HashSetImp_contains___at_Lean_CollectMVars_visit___spec__7(x_1, x_2); +x_4 = lean_box(x_3); return x_4; } } diff --git a/stage0/stdlib/Lean/Util/InstantiateLevelParams.c b/stage0/stdlib/Lean/Util/InstantiateLevelParams.c index 49d57d8c86e3..bc6dbb10bd8e 100644 --- a/stage0/stdlib/Lean/Util/InstantiateLevelParams.c +++ b/stage0/stdlib/Lean/Util/InstantiateLevelParams.c @@ -14,9 +14,13 @@ extern "C" { #endif lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__5(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_sort___override(lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___lambda__1___boxed(lean_object*, lean_object*, lean_object*); @@ -24,11 +28,13 @@ uint8_t lean_usize_dec_eq(size_t, size_t); lean_object* l_Lean_Expr_mdata___override(lean_object*, lean_object*); lean_object* l_Lean_Expr_proj___override(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__8___at_Lean_Expr_instantiateLevelParams___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_mapTR_loop___rarg(lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__8(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__8___at_Lean_Expr_instantiateLevelParamsArray___spec__9(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2___at_Lean_Expr_instantiateLevelParamsNoCache___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParams___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn(lean_object*, lean_object*); @@ -36,11 +42,16 @@ LEAN_EXPORT lean_object* l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLe lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Level_substParams_go(lean_object*, lean_object*); uint8_t l_List_isEmpty___rarg(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParams___spec__6(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__2(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); uint8_t lean_name_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsArray(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__7(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParamsArray___spec__6(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__8(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParams___spec__7(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParams(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed(lean_object*, lean_object*, lean_object*); @@ -51,6 +62,9 @@ LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Ex extern lean_object* l_Lean_Expr_ReplaceImpl_Cache_new; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__5(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__6___at_Lean_Expr_instantiateLevelParamsNoCache___spec__7(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_ptrEqList___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__3___at_Lean_Expr_instantiateLevelParams___spec__4(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); @@ -70,93 +84,110 @@ uint8_t l_Array_isEmpty___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn(lean_object* x_1, lean_object* x_2) { _start: { -uint8_t x_3; -x_3 = l_Lean_Expr_hasLevelParam(x_2); -if (x_3 == 0) +uint8_t x_3; uint8_t x_24; +x_24 = l_Lean_Expr_hasLevelParam(x_2); +if (x_24 == 0) { -lean_object* x_4; -lean_dec(x_1); -x_4 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_4, 0, x_2); -return x_4; +uint8_t x_25; +x_25 = 1; +x_3 = x_25; +goto block_23; } else { +uint8_t x_26; +x_26 = 0; +x_3 = x_26; +goto block_23; +} +block_23: +{ +if (x_3 == 0) +{ switch (lean_obj_tag(x_2)) { case 3: { -lean_object* x_5; lean_object* x_6; size_t x_7; size_t x_8; uint8_t x_9; -x_5 = lean_ctor_get(x_2, 0); -lean_inc(x_5); -lean_inc(x_5); -x_6 = l_Lean_Level_substParams_go(x_1, x_5); +lean_object* x_4; lean_object* x_5; size_t x_6; size_t x_7; uint8_t x_8; +x_4 = lean_ctor_get(x_2, 0); +lean_inc(x_4); +lean_inc(x_4); +x_5 = l_Lean_Level_substParams_go(x_1, x_4); +x_6 = lean_ptr_addr(x_4); +lean_dec(x_4); x_7 = lean_ptr_addr(x_5); -lean_dec(x_5); -x_8 = lean_ptr_addr(x_6); -x_9 = lean_usize_dec_eq(x_7, x_8); -if (x_9 == 0) +x_8 = lean_usize_dec_eq(x_6, x_7); +if (x_8 == 0) { -lean_object* x_10; lean_object* x_11; +lean_object* x_9; lean_object* x_10; lean_dec(x_2); -x_10 = l_Lean_Expr_sort___override(x_6); -x_11 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_11, 0, x_10); -return x_11; +x_9 = l_Lean_Expr_sort___override(x_5); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_9); +return x_10; } else { -lean_object* x_12; -lean_dec(x_6); -x_12 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_12, 0, x_2); -return x_12; +lean_object* x_11; +lean_dec(x_5); +x_11 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_11, 0, x_2); +return x_11; } } case 4: { -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_13 = lean_ctor_get(x_2, 0); +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; uint8_t x_17; +x_12 = lean_ctor_get(x_2, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_2, 1); lean_inc(x_13); -x_14 = lean_ctor_get(x_2, 1); -lean_inc(x_14); -x_15 = lean_alloc_closure((void*)(l_Lean_Level_substParams_go), 2, 1); -lean_closure_set(x_15, 0, x_1); -x_16 = lean_box(0); -lean_inc(x_14); -x_17 = l_List_mapTR_loop___rarg(x_15, x_14, x_16); -x_18 = l_ptrEqList___rarg(x_14, x_17); -lean_dec(x_14); -if (x_18 == 0) +x_14 = lean_alloc_closure((void*)(l_Lean_Level_substParams_go), 2, 1); +lean_closure_set(x_14, 0, x_1); +x_15 = lean_box(0); +lean_inc(x_13); +x_16 = l_List_mapTR_loop___rarg(x_14, x_13, x_15); +x_17 = l_ptrEqList___rarg(x_13, x_16); +lean_dec(x_13); +if (x_17 == 0) { -lean_object* x_19; lean_object* x_20; +lean_object* x_18; lean_object* x_19; lean_dec(x_2); -x_19 = l_Lean_Expr_const___override(x_13, x_17); +x_18 = l_Lean_Expr_const___override(x_12, x_16); +x_19 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_19, 0, x_18); +return x_19; +} +else +{ +lean_object* x_20; +lean_dec(x_16); +lean_dec(x_12); x_20 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_20, 0, x_19); +lean_ctor_set(x_20, 0, x_2); return x_20; } -else +} +default: { lean_object* x_21; -lean_dec(x_17); -lean_dec(x_13); -x_21 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_21, 0, x_2); +lean_dec(x_2); +lean_dec(x_1); +x_21 = lean_box(0); return x_21; } } -default: +} +else { lean_object* x_22; -lean_dec(x_2); lean_dec(x_1); -x_22 = lean_box(0); +x_22 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_22, 0, x_2); return x_22; } } } } -} LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore(lean_object* x_1, lean_object* x_2) { _start: { @@ -339,103 +370,120 @@ goto _start; LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParams___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; uint8_t x_5; +lean_object* x_4; uint8_t x_5; uint8_t x_25; lean_inc(x_2); lean_inc(x_1); x_4 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); lean_closure_set(x_4, 0, x_1); lean_closure_set(x_4, 1, x_2); -x_5 = l_Lean_Expr_hasLevelParam(x_3); -if (x_5 == 0) +x_25 = l_Lean_Expr_hasLevelParam(x_3); +if (x_25 == 0) { -lean_object* x_6; -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_6 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_6, 0, x_3); -return x_6; +uint8_t x_26; +x_26 = 1; +x_5 = x_26; +goto block_24; } else { +uint8_t x_27; +x_27 = 0; +x_5 = x_27; +goto block_24; +} +block_24: +{ +if (x_5 == 0) +{ switch (lean_obj_tag(x_3)) { case 3: { -lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; lean_dec(x_2); lean_dec(x_1); -x_7 = lean_ctor_get(x_3, 0); -lean_inc(x_7); -lean_inc(x_7); -x_8 = l_Lean_Level_substParams_go(x_4, x_7); +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Level_substParams_go(x_4, x_6); +x_8 = lean_ptr_addr(x_6); +lean_dec(x_6); x_9 = lean_ptr_addr(x_7); -lean_dec(x_7); -x_10 = lean_ptr_addr(x_8); -x_11 = lean_usize_dec_eq(x_9, x_10); -if (x_11 == 0) +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) { -lean_object* x_12; lean_object* x_13; +lean_object* x_11; lean_object* x_12; lean_dec(x_3); -x_12 = l_Lean_Expr_sort___override(x_8); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -return x_13; +x_11 = l_Lean_Expr_sort___override(x_7); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; } else { -lean_object* x_14; -lean_dec(x_8); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_3); -return x_14; +lean_object* x_13; +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_3); +return x_13; } } case 4: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_dec(x_4); -x_15 = lean_ctor_get(x_3, 0); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_3, 1); lean_inc(x_15); -x_16 = lean_ctor_get(x_3, 1); -lean_inc(x_16); -x_17 = lean_box(0); -lean_inc(x_16); -x_18 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__3___at_Lean_Expr_instantiateLevelParams___spec__4(x_1, x_2, x_16, x_17); -x_19 = l_ptrEqList___rarg(x_16, x_18); -lean_dec(x_16); -if (x_19 == 0) +x_16 = lean_box(0); +lean_inc(x_15); +x_17 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__3___at_Lean_Expr_instantiateLevelParams___spec__4(x_1, x_2, x_15, x_16); +x_18 = l_ptrEqList___rarg(x_15, x_17); +lean_dec(x_15); +if (x_18 == 0) { -lean_object* x_20; lean_object* x_21; +lean_object* x_19; lean_object* x_20; lean_dec(x_3); -x_20 = l_Lean_Expr_const___override(x_15, x_18); +x_19 = l_Lean_Expr_const___override(x_14, x_17); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_17); +lean_dec(x_14); x_21 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 0, x_3); return x_21; } -else +} +default: { lean_object* x_22; -lean_dec(x_18); -lean_dec(x_15); -x_22 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_22, 0, x_3); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_22 = lean_box(0); return x_22; } } -default: +} +else { lean_object* x_23; lean_dec(x_4); -lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_23 = lean_box(0); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_3); return x_23; } } } } -} LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { @@ -663,7 +711,7 @@ return x_59; else { uint8_t x_76; -x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_76 == 0) { lean_object* x_77; lean_object* x_78; @@ -743,7 +791,7 @@ return x_96; else { uint8_t x_97; -x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_97 == 0) { lean_object* x_98; lean_object* x_99; lean_object* x_100; @@ -843,7 +891,7 @@ return x_110; else { uint8_t x_127; -x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_106, x_106); +x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); if (x_127 == 0) { lean_object* x_128; lean_object* x_129; @@ -923,7 +971,7 @@ return x_147; else { uint8_t x_148; -x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_106, x_106); +x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); if (x_148 == 0) { lean_object* x_149; lean_object* x_150; lean_object* x_151; @@ -1383,37 +1431,7 @@ lean_dec(x_5); return x_6; } } -LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParams(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -uint8_t x_4; -x_4 = l_List_isEmpty___rarg(x_2); -if (x_4 == 0) -{ -uint8_t x_5; -x_5 = l_List_isEmpty___rarg(x_3); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParams___spec__1(x_2, x_3, x_1); -return x_6; -} -else -{ -lean_dec(x_3); -lean_dec(x_2); -return x_1; -} -} -else -{ -lean_dec(x_3); -lean_dec(x_2); -return x_1; -} -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -1464,7 +1482,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2___at_Lean_Expr_instantiateLevelParamsNoCache___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_Lean_Expr_instantiateLevelParams___spec__8___at_Lean_Expr_instantiateLevelParams___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -1524,552 +1542,3533 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParams___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; uint8_t x_5; +lean_object* x_4; uint8_t x_5; uint8_t x_25; lean_inc(x_2); lean_inc(x_1); x_4 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); lean_closure_set(x_4, 0, x_1); lean_closure_set(x_4, 1, x_2); -x_5 = l_Lean_Expr_hasLevelParam(x_3); -if (x_5 == 0) +x_25 = l_Lean_Expr_hasLevelParam(x_3); +if (x_25 == 0) { -lean_object* x_6; -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_6 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_6, 0, x_3); -return x_6; +uint8_t x_26; +x_26 = 1; +x_5 = x_26; +goto block_24; } else { +uint8_t x_27; +x_27 = 0; +x_5 = x_27; +goto block_24; +} +block_24: +{ +if (x_5 == 0) +{ switch (lean_obj_tag(x_3)) { case 3: { -lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; lean_dec(x_2); lean_dec(x_1); -x_7 = lean_ctor_get(x_3, 0); -lean_inc(x_7); -lean_inc(x_7); -x_8 = l_Lean_Level_substParams_go(x_4, x_7); +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Level_substParams_go(x_4, x_6); +x_8 = lean_ptr_addr(x_6); +lean_dec(x_6); x_9 = lean_ptr_addr(x_7); -lean_dec(x_7); -x_10 = lean_ptr_addr(x_8); -x_11 = lean_usize_dec_eq(x_9, x_10); -if (x_11 == 0) +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) { -lean_object* x_12; lean_object* x_13; +lean_object* x_11; lean_object* x_12; lean_dec(x_3); -x_12 = l_Lean_Expr_sort___override(x_8); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -return x_13; +x_11 = l_Lean_Expr_sort___override(x_7); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; } else { -lean_object* x_14; -lean_dec(x_8); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_3); -return x_14; +lean_object* x_13; +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_3); +return x_13; } } case 4: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_dec(x_4); -x_15 = lean_ctor_get(x_3, 0); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_3, 1); lean_inc(x_15); -x_16 = lean_ctor_get(x_3, 1); -lean_inc(x_16); -x_17 = lean_box(0); -lean_inc(x_16); -x_18 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2___at_Lean_Expr_instantiateLevelParamsNoCache___spec__3(x_1, x_2, x_16, x_17); -x_19 = l_ptrEqList___rarg(x_16, x_18); -lean_dec(x_16); -if (x_19 == 0) +x_16 = lean_box(0); +lean_inc(x_15); +x_17 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParams___spec__8___at_Lean_Expr_instantiateLevelParams___spec__9(x_1, x_2, x_15, x_16); +x_18 = l_ptrEqList___rarg(x_15, x_17); +lean_dec(x_15); +if (x_18 == 0) { -lean_object* x_20; lean_object* x_21; +lean_object* x_19; lean_object* x_20; lean_dec(x_3); -x_20 = l_Lean_Expr_const___override(x_15, x_18); +x_19 = l_Lean_Expr_const___override(x_14, x_17); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_17); +lean_dec(x_14); x_21 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 0, x_3); return x_21; } -else +} +default: { lean_object* x_22; -lean_dec(x_18); -lean_dec(x_15); -x_22 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_22, 0, x_3); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_22 = lean_box(0); return x_22; } } -default: +} +else { lean_object* x_23; lean_dec(x_4); -lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_23 = lean_box(0); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_3); return x_23; } } } } -} -LEAN_EXPORT lean_object* l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -lean_object* x_4; +size_t x_5; size_t x_6; size_t x_7; lean_object* x_8; size_t x_9; uint8_t x_10; +x_5 = lean_ptr_addr(x_3); +x_6 = 8191; +x_7 = lean_usize_mod(x_5, x_6); +x_8 = lean_array_uget(x_4, x_7); +x_9 = lean_ptr_addr(x_8); +lean_dec(x_8); +x_10 = lean_usize_dec_eq(x_5, x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_4 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__1(x_1, x_2, x_3); -if (lean_obj_tag(x_4) == 0) +x_11 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParams___spec__7(x_1, x_2, x_3); +if (lean_obj_tag(x_11) == 0) { switch (lean_obj_tag(x_3)) { case 5: { -lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; -x_5 = lean_ctor_get(x_3, 0); -lean_inc(x_5); -x_6 = lean_ctor_get(x_3, 1); -lean_inc(x_6); -lean_inc(x_5); +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_12 = lean_ctor_get(x_3, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_3, 1); +lean_inc(x_13); +lean_inc(x_12); lean_inc(x_2); lean_inc(x_1); -x_7 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_5); -lean_inc(x_6); -x_8 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_6); -x_9 = lean_ptr_addr(x_5); -lean_dec(x_5); -x_10 = lean_ptr_addr(x_7); -x_11 = lean_usize_dec_eq(x_9, x_10); -if (x_11 == 0) -{ -lean_object* x_12; -lean_dec(x_6); -lean_dec(x_3); -x_12 = l_Lean_Expr_app___override(x_7, x_8); -return x_12; -} -else -{ -size_t x_13; size_t x_14; uint8_t x_15; -x_13 = lean_ptr_addr(x_6); -lean_dec(x_6); -x_14 = lean_ptr_addr(x_8); -x_15 = lean_usize_dec_eq(x_13, x_14); -if (x_15 == 0) -{ -lean_object* x_16; -lean_dec(x_3); -x_16 = l_Lean_Expr_app___override(x_7, x_8); -return x_16; -} -else +x_14 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_12, x_4); +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); +lean_inc(x_13); +x_17 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_13, x_16); +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) { -lean_dec(x_8); -lean_dec(x_7); -return x_3; -} -} -} -case 6: +lean_object* x_19; lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; size_t x_24; uint8_t x_25; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_3); +x_21 = lean_array_uset(x_20, x_7, x_3); +x_22 = lean_usize_add(x_7, x_6); +x_23 = lean_ptr_addr(x_12); +lean_dec(x_12); +x_24 = lean_ptr_addr(x_15); +x_25 = lean_usize_dec_eq(x_23, x_24); +if (x_25 == 0) { -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; size_t x_24; size_t x_25; uint8_t x_26; -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(x_3, 2); -lean_inc(x_19); -x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_object* x_26; lean_object* x_27; +lean_dec(x_13); lean_dec(x_3); -lean_inc(x_18); -lean_inc(x_2); -lean_inc(x_1); -x_21 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_18); -lean_inc(x_19); -x_22 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_19); -lean_inc(x_19); -lean_inc(x_18); -lean_inc(x_17); -x_23 = l_Lean_Expr_lam___override(x_17, x_18, x_19, x_20); -x_24 = lean_ptr_addr(x_18); -lean_dec(x_18); -x_25 = lean_ptr_addr(x_21); -x_26 = lean_usize_dec_eq(x_24, x_25); -if (x_26 == 0) -{ -lean_object* x_27; -lean_dec(x_23); -lean_dec(x_19); -x_27 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); -return x_27; +x_26 = l_Lean_Expr_app___override(x_15, x_19); +lean_inc(x_26); +x_27 = lean_array_uset(x_21, x_22, x_26); +lean_ctor_set(x_17, 1, x_27); +lean_ctor_set(x_17, 0, x_26); +return x_17; } else { size_t x_28; size_t x_29; uint8_t x_30; -x_28 = lean_ptr_addr(x_19); -lean_dec(x_19); -x_29 = lean_ptr_addr(x_22); +x_28 = lean_ptr_addr(x_13); +lean_dec(x_13); +x_29 = lean_ptr_addr(x_19); x_30 = lean_usize_dec_eq(x_28, x_29); if (x_30 == 0) { -lean_object* x_31; -lean_dec(x_23); -x_31 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); -return x_31; +lean_object* x_31; lean_object* x_32; +lean_dec(x_3); +x_31 = l_Lean_Expr_app___override(x_15, x_19); +lean_inc(x_31); +x_32 = lean_array_uset(x_21, x_22, x_31); +lean_ctor_set(x_17, 1, x_32); +lean_ctor_set(x_17, 0, x_31); +return x_17; } else { -uint8_t x_32; -x_32 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_20, x_20); -if (x_32 == 0) -{ lean_object* x_33; -lean_dec(x_23); -x_33 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); -return x_33; -} -else -{ -lean_dec(x_22); -lean_dec(x_21); -lean_dec(x_17); -return x_23; -} +lean_dec(x_19); +lean_dec(x_15); +lean_inc(x_3); +x_33 = lean_array_uset(x_21, x_22, x_3); +lean_ctor_set(x_17, 1, x_33); +lean_ctor_set(x_17, 0, x_3); +return x_17; } } } -case 7: +else { -lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; size_t x_41; size_t x_42; uint8_t x_43; -x_34 = lean_ctor_get(x_3, 0); -lean_inc(x_34); -x_35 = lean_ctor_get(x_3, 1); -lean_inc(x_35); -x_36 = lean_ctor_get(x_3, 2); -lean_inc(x_36); -x_37 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); -lean_dec(x_3); -lean_inc(x_35); -lean_inc(x_2); -lean_inc(x_1); -x_38 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_35); -lean_inc(x_36); -x_39 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_36); -lean_inc(x_36); +lean_object* x_34; lean_object* x_35; lean_object* x_36; size_t x_37; size_t x_38; size_t x_39; uint8_t x_40; +x_34 = lean_ctor_get(x_17, 0); +x_35 = lean_ctor_get(x_17, 1); lean_inc(x_35); lean_inc(x_34); -x_40 = l_Lean_Expr_forallE___override(x_34, x_35, x_36, x_37); -x_41 = lean_ptr_addr(x_35); -lean_dec(x_35); -x_42 = lean_ptr_addr(x_38); -x_43 = lean_usize_dec_eq(x_41, x_42); -if (x_43 == 0) -{ -lean_object* x_44; -lean_dec(x_40); -lean_dec(x_36); -x_44 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); -return x_44; -} -else -{ -size_t x_45; size_t x_46; uint8_t x_47; -x_45 = lean_ptr_addr(x_36); -lean_dec(x_36); -x_46 = lean_ptr_addr(x_39); -x_47 = lean_usize_dec_eq(x_45, x_46); -if (x_47 == 0) +lean_dec(x_17); +lean_inc(x_3); +x_36 = lean_array_uset(x_35, x_7, x_3); +x_37 = lean_usize_add(x_7, x_6); +x_38 = lean_ptr_addr(x_12); +lean_dec(x_12); +x_39 = lean_ptr_addr(x_15); +x_40 = lean_usize_dec_eq(x_38, x_39); +if (x_40 == 0) { -lean_object* x_48; -lean_dec(x_40); -x_48 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); -return x_48; +lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_dec(x_13); +lean_dec(x_3); +x_41 = l_Lean_Expr_app___override(x_15, x_34); +lean_inc(x_41); +x_42 = lean_array_uset(x_36, x_37, x_41); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; } else { -uint8_t x_49; -x_49 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_37, x_37); -if (x_49 == 0) +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = lean_ptr_addr(x_13); +lean_dec(x_13); +x_45 = lean_ptr_addr(x_34); +x_46 = lean_usize_dec_eq(x_44, x_45); +if (x_46 == 0) { -lean_object* x_50; -lean_dec(x_40); -x_50 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); -return x_50; +lean_object* x_47; lean_object* x_48; lean_object* x_49; +lean_dec(x_3); +x_47 = l_Lean_Expr_app___override(x_15, x_34); +lean_inc(x_47); +x_48 = lean_array_uset(x_36, x_37, x_47); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +return x_49; } else { -lean_dec(x_39); -lean_dec(x_38); +lean_object* x_50; lean_object* x_51; lean_dec(x_34); -return x_40; +lean_dec(x_15); +lean_inc(x_3); +x_50 = lean_array_uset(x_36, x_37, x_3); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_3); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } } -case 8: +case 6: { -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_object* x_58; size_t x_59; size_t x_60; uint8_t x_61; -x_51 = lean_ctor_get(x_3, 0); -lean_inc(x_51); -x_52 = lean_ctor_get(x_3, 1); +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_object* x_58; lean_object* x_59; uint8_t x_60; +x_52 = lean_ctor_get(x_3, 0); lean_inc(x_52); -x_53 = lean_ctor_get(x_3, 2); +x_53 = lean_ctor_get(x_3, 1); lean_inc(x_53); -x_54 = lean_ctor_get(x_3, 3); +x_54 = lean_ctor_get(x_3, 2); lean_inc(x_54); -x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); -lean_inc(x_52); -lean_inc(x_2); -lean_inc(x_1); -x_56 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_52); +x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); lean_inc(x_53); lean_inc(x_2); lean_inc(x_1); -x_57 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_53); +x_56 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_53, x_4); +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_54); -x_58 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_54); -x_59 = lean_ptr_addr(x_52); -lean_dec(x_52); -x_60 = lean_ptr_addr(x_56); -x_61 = lean_usize_dec_eq(x_59, x_60); -if (x_61 == 0) -{ -lean_object* x_62; -lean_dec(x_54); -lean_dec(x_53); -lean_dec(x_3); -x_62 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); -return x_62; -} -else +x_59 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_54, x_58); +x_60 = !lean_is_exclusive(x_59); +if (x_60 == 0) { -size_t x_63; size_t x_64; uint8_t x_65; -x_63 = lean_ptr_addr(x_53); +lean_object* x_61; lean_object* x_62; lean_object* x_63; size_t x_64; lean_object* x_65; size_t x_66; size_t x_67; uint8_t x_68; +x_61 = lean_ctor_get(x_59, 0); +x_62 = lean_ctor_get(x_59, 1); +x_63 = lean_array_uset(x_62, x_7, x_3); +x_64 = lean_usize_add(x_7, x_6); +lean_inc(x_54); +lean_inc(x_53); +lean_inc(x_52); +x_65 = l_Lean_Expr_lam___override(x_52, x_53, x_54, x_55); +x_66 = lean_ptr_addr(x_53); lean_dec(x_53); -x_64 = lean_ptr_addr(x_57); -x_65 = lean_usize_dec_eq(x_63, x_64); -if (x_65 == 0) +x_67 = lean_ptr_addr(x_57); +x_68 = lean_usize_dec_eq(x_66, x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_65); +lean_dec(x_54); +x_69 = l_Lean_Expr_lam___override(x_52, x_57, x_61, x_55); +lean_inc(x_69); +x_70 = lean_array_uset(x_63, x_64, x_69); +lean_ctor_set(x_59, 1, x_70); +lean_ctor_set(x_59, 0, x_69); +return x_59; +} +else +{ +size_t x_71; size_t x_72; uint8_t x_73; +x_71 = lean_ptr_addr(x_54); +lean_dec(x_54); +x_72 = lean_ptr_addr(x_61); +x_73 = lean_usize_dec_eq(x_71, x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_65); +x_74 = l_Lean_Expr_lam___override(x_52, x_57, x_61, x_55); +lean_inc(x_74); +x_75 = lean_array_uset(x_63, x_64, x_74); +lean_ctor_set(x_59, 1, x_75); +lean_ctor_set(x_59, 0, x_74); +return x_59; +} +else +{ +uint8_t x_76; +x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); +if (x_76 == 0) +{ +lean_object* x_77; lean_object* x_78; +lean_dec(x_65); +x_77 = l_Lean_Expr_lam___override(x_52, x_57, x_61, x_55); +lean_inc(x_77); +x_78 = lean_array_uset(x_63, x_64, x_77); +lean_ctor_set(x_59, 1, x_78); +lean_ctor_set(x_59, 0, x_77); +return x_59; +} +else +{ +lean_object* x_79; +lean_dec(x_61); +lean_dec(x_57); +lean_dec(x_52); +lean_inc(x_65); +x_79 = lean_array_uset(x_63, x_64, x_65); +lean_ctor_set(x_59, 1, x_79); +lean_ctor_set(x_59, 0, x_65); +return x_59; +} +} +} +} +else +{ +lean_object* x_80; lean_object* x_81; lean_object* x_82; size_t x_83; lean_object* x_84; size_t x_85; size_t x_86; uint8_t x_87; +x_80 = lean_ctor_get(x_59, 0); +x_81 = lean_ctor_get(x_59, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_59); +x_82 = lean_array_uset(x_81, x_7, x_3); +x_83 = lean_usize_add(x_7, x_6); +lean_inc(x_54); +lean_inc(x_53); +lean_inc(x_52); +x_84 = l_Lean_Expr_lam___override(x_52, x_53, x_54, x_55); +x_85 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_86 = lean_ptr_addr(x_57); +x_87 = lean_usize_dec_eq(x_85, x_86); +if (x_87 == 0) +{ +lean_object* x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_84); +lean_dec(x_54); +x_88 = l_Lean_Expr_lam___override(x_52, x_57, x_80, x_55); +lean_inc(x_88); +x_89 = lean_array_uset(x_82, x_83, x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +else +{ +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = lean_ptr_addr(x_54); +lean_dec(x_54); +x_92 = lean_ptr_addr(x_80); +x_93 = lean_usize_dec_eq(x_91, x_92); +if (x_93 == 0) +{ +lean_object* x_94; lean_object* x_95; lean_object* x_96; +lean_dec(x_84); +x_94 = l_Lean_Expr_lam___override(x_52, x_57, x_80, x_55); +lean_inc(x_94); +x_95 = lean_array_uset(x_82, x_83, x_94); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; +} +else +{ +uint8_t x_97; +x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); +if (x_97 == 0) +{ +lean_object* x_98; lean_object* x_99; lean_object* x_100; +lean_dec(x_84); +x_98 = l_Lean_Expr_lam___override(x_52, x_57, x_80, x_55); +lean_inc(x_98); +x_99 = lean_array_uset(x_82, x_83, x_98); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +return x_100; +} +else +{ +lean_object* x_101; lean_object* x_102; +lean_dec(x_80); +lean_dec(x_57); +lean_dec(x_52); +lean_inc(x_84); +x_101 = lean_array_uset(x_82, x_83, x_84); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_84); +lean_ctor_set(x_102, 1, x_101); +return x_102; +} +} +} +} +} +case 7: +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_103 = lean_ctor_get(x_3, 0); +lean_inc(x_103); +x_104 = lean_ctor_get(x_3, 1); +lean_inc(x_104); +x_105 = lean_ctor_get(x_3, 2); +lean_inc(x_105); +x_106 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_inc(x_104); +lean_inc(x_2); +lean_inc(x_1); +x_107 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_104, x_4); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +lean_inc(x_105); +x_110 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_105, x_109); +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) +{ +lean_object* x_112; lean_object* x_113; lean_object* x_114; size_t x_115; lean_object* x_116; size_t x_117; size_t x_118; uint8_t x_119; +x_112 = lean_ctor_get(x_110, 0); +x_113 = lean_ctor_get(x_110, 1); +x_114 = lean_array_uset(x_113, x_7, x_3); +x_115 = lean_usize_add(x_7, x_6); +lean_inc(x_105); +lean_inc(x_104); +lean_inc(x_103); +x_116 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_117 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_118 = lean_ptr_addr(x_108); +x_119 = lean_usize_dec_eq(x_117, x_118); +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; +lean_dec(x_116); +lean_dec(x_105); +x_120 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_inc(x_120); +x_121 = lean_array_uset(x_114, x_115, x_120); +lean_ctor_set(x_110, 1, x_121); +lean_ctor_set(x_110, 0, x_120); +return x_110; +} +else +{ +size_t x_122; size_t x_123; uint8_t x_124; +x_122 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_123 = lean_ptr_addr(x_112); +x_124 = lean_usize_dec_eq(x_122, x_123); +if (x_124 == 0) +{ +lean_object* x_125; lean_object* x_126; +lean_dec(x_116); +x_125 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_inc(x_125); +x_126 = lean_array_uset(x_114, x_115, x_125); +lean_ctor_set(x_110, 1, x_126); +lean_ctor_set(x_110, 0, x_125); +return x_110; +} +else +{ +uint8_t x_127; +x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_127 == 0) +{ +lean_object* x_128; lean_object* x_129; +lean_dec(x_116); +x_128 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_inc(x_128); +x_129 = lean_array_uset(x_114, x_115, x_128); +lean_ctor_set(x_110, 1, x_129); +lean_ctor_set(x_110, 0, x_128); +return x_110; +} +else +{ +lean_object* x_130; +lean_dec(x_112); +lean_dec(x_108); +lean_dec(x_103); +lean_inc(x_116); +x_130 = lean_array_uset(x_114, x_115, x_116); +lean_ctor_set(x_110, 1, x_130); +lean_ctor_set(x_110, 0, x_116); +return x_110; +} +} +} +} +else +{ +lean_object* x_131; lean_object* x_132; lean_object* x_133; size_t x_134; lean_object* x_135; size_t x_136; size_t x_137; uint8_t x_138; +x_131 = lean_ctor_get(x_110, 0); +x_132 = lean_ctor_get(x_110, 1); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_110); +x_133 = lean_array_uset(x_132, x_7, x_3); +x_134 = lean_usize_add(x_7, x_6); +lean_inc(x_105); +lean_inc(x_104); +lean_inc(x_103); +x_135 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_136 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_137 = lean_ptr_addr(x_108); +x_138 = lean_usize_dec_eq(x_136, x_137); +if (x_138 == 0) +{ +lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_dec(x_135); +lean_dec(x_105); +x_139 = l_Lean_Expr_forallE___override(x_103, x_108, x_131, x_106); +lean_inc(x_139); +x_140 = lean_array_uset(x_133, x_134, x_139); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; +} +else +{ +size_t x_142; size_t x_143; uint8_t x_144; +x_142 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_143 = lean_ptr_addr(x_131); +x_144 = lean_usize_dec_eq(x_142, x_143); +if (x_144 == 0) +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_135); +x_145 = l_Lean_Expr_forallE___override(x_103, x_108, x_131, x_106); +lean_inc(x_145); +x_146 = lean_array_uset(x_133, x_134, x_145); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +return x_147; +} +else +{ +uint8_t x_148; +x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_135); +x_149 = l_Lean_Expr_forallE___override(x_103, x_108, x_131, x_106); +lean_inc(x_149); +x_150 = lean_array_uset(x_133, x_134, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_149); +lean_ctor_set(x_151, 1, x_150); +return x_151; +} +else +{ +lean_object* x_152; lean_object* x_153; +lean_dec(x_131); +lean_dec(x_108); +lean_dec(x_103); +lean_inc(x_135); +x_152 = lean_array_uset(x_133, x_134, x_135); +x_153 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_153, 0, x_135); +lean_ctor_set(x_153, 1, x_152); +return x_153; +} +} +} +} +} +case 8: +{ +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; uint8_t x_166; +x_154 = lean_ctor_get(x_3, 0); +lean_inc(x_154); +x_155 = lean_ctor_get(x_3, 1); +lean_inc(x_155); +x_156 = lean_ctor_get(x_3, 2); +lean_inc(x_156); +x_157 = lean_ctor_get(x_3, 3); +lean_inc(x_157); +x_158 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); +lean_inc(x_155); +lean_inc(x_2); +lean_inc(x_1); +x_159 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_155, x_4); +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); +lean_inc(x_156); +lean_inc(x_2); +lean_inc(x_1); +x_162 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_156, x_161); +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); +lean_inc(x_157); +x_165 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_157, x_164); +x_166 = !lean_is_exclusive(x_165); +if (x_166 == 0) +{ +lean_object* x_167; lean_object* x_168; lean_object* x_169; size_t x_170; size_t x_171; size_t x_172; uint8_t x_173; +x_167 = lean_ctor_get(x_165, 0); +x_168 = lean_ctor_get(x_165, 1); +lean_inc(x_3); +x_169 = lean_array_uset(x_168, x_7, x_3); +x_170 = lean_usize_add(x_7, x_6); +x_171 = lean_ptr_addr(x_155); +lean_dec(x_155); +x_172 = lean_ptr_addr(x_160); +x_173 = lean_usize_dec_eq(x_171, x_172); +if (x_173 == 0) +{ +lean_object* x_174; lean_object* x_175; +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_3); +x_174 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_167, x_158); +lean_inc(x_174); +x_175 = lean_array_uset(x_169, x_170, x_174); +lean_ctor_set(x_165, 1, x_175); +lean_ctor_set(x_165, 0, x_174); +return x_165; +} +else +{ +size_t x_176; size_t x_177; uint8_t x_178; +x_176 = lean_ptr_addr(x_156); +lean_dec(x_156); +x_177 = lean_ptr_addr(x_163); +x_178 = lean_usize_dec_eq(x_176, x_177); +if (x_178 == 0) +{ +lean_object* x_179; lean_object* x_180; +lean_dec(x_157); +lean_dec(x_3); +x_179 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_167, x_158); +lean_inc(x_179); +x_180 = lean_array_uset(x_169, x_170, x_179); +lean_ctor_set(x_165, 1, x_180); +lean_ctor_set(x_165, 0, x_179); +return x_165; +} +else +{ +size_t x_181; size_t x_182; uint8_t x_183; +x_181 = lean_ptr_addr(x_157); +lean_dec(x_157); +x_182 = lean_ptr_addr(x_167); +x_183 = lean_usize_dec_eq(x_181, x_182); +if (x_183 == 0) +{ +lean_object* x_184; lean_object* x_185; +lean_dec(x_3); +x_184 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_167, x_158); +lean_inc(x_184); +x_185 = lean_array_uset(x_169, x_170, x_184); +lean_ctor_set(x_165, 1, x_185); +lean_ctor_set(x_165, 0, x_184); +return x_165; +} +else +{ +lean_object* x_186; +lean_dec(x_167); +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_154); +lean_inc(x_3); +x_186 = lean_array_uset(x_169, x_170, x_3); +lean_ctor_set(x_165, 1, x_186); +lean_ctor_set(x_165, 0, x_3); +return x_165; +} +} +} +} +else +{ +lean_object* x_187; lean_object* x_188; lean_object* x_189; size_t x_190; size_t x_191; size_t x_192; uint8_t x_193; +x_187 = lean_ctor_get(x_165, 0); +x_188 = lean_ctor_get(x_165, 1); +lean_inc(x_188); +lean_inc(x_187); +lean_dec(x_165); +lean_inc(x_3); +x_189 = lean_array_uset(x_188, x_7, x_3); +x_190 = lean_usize_add(x_7, x_6); +x_191 = lean_ptr_addr(x_155); +lean_dec(x_155); +x_192 = lean_ptr_addr(x_160); +x_193 = lean_usize_dec_eq(x_191, x_192); +if (x_193 == 0) +{ +lean_object* x_194; lean_object* x_195; lean_object* x_196; +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_3); +x_194 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_187, x_158); +lean_inc(x_194); +x_195 = lean_array_uset(x_189, x_190, x_194); +x_196 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_196, 0, x_194); +lean_ctor_set(x_196, 1, x_195); +return x_196; +} +else +{ +size_t x_197; size_t x_198; uint8_t x_199; +x_197 = lean_ptr_addr(x_156); +lean_dec(x_156); +x_198 = lean_ptr_addr(x_163); +x_199 = lean_usize_dec_eq(x_197, x_198); +if (x_199 == 0) +{ +lean_object* x_200; lean_object* x_201; lean_object* x_202; +lean_dec(x_157); +lean_dec(x_3); +x_200 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_187, x_158); +lean_inc(x_200); +x_201 = lean_array_uset(x_189, x_190, x_200); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_200); +lean_ctor_set(x_202, 1, x_201); +return x_202; +} +else +{ +size_t x_203; size_t x_204; uint8_t x_205; +x_203 = lean_ptr_addr(x_157); +lean_dec(x_157); +x_204 = lean_ptr_addr(x_187); +x_205 = lean_usize_dec_eq(x_203, x_204); +if (x_205 == 0) +{ +lean_object* x_206; lean_object* x_207; lean_object* x_208; +lean_dec(x_3); +x_206 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_187, x_158); +lean_inc(x_206); +x_207 = lean_array_uset(x_189, x_190, x_206); +x_208 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_208, 0, x_206); +lean_ctor_set(x_208, 1, x_207); +return x_208; +} +else +{ +lean_object* x_209; lean_object* x_210; +lean_dec(x_187); +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_154); +lean_inc(x_3); +x_209 = lean_array_uset(x_189, x_190, x_3); +x_210 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_210, 0, x_3); +lean_ctor_set(x_210, 1, x_209); +return x_210; +} +} +} +} +} +case 10: +{ +lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t x_214; +x_211 = lean_ctor_get(x_3, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_3, 1); +lean_inc(x_212); +lean_inc(x_212); +x_213 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_212, x_4); +x_214 = !lean_is_exclusive(x_213); +if (x_214 == 0) +{ +lean_object* x_215; lean_object* x_216; lean_object* x_217; size_t x_218; size_t x_219; size_t x_220; uint8_t x_221; +x_215 = lean_ctor_get(x_213, 0); +x_216 = lean_ctor_get(x_213, 1); +lean_inc(x_3); +x_217 = lean_array_uset(x_216, x_7, x_3); +x_218 = lean_usize_add(x_7, x_6); +x_219 = lean_ptr_addr(x_212); +lean_dec(x_212); +x_220 = lean_ptr_addr(x_215); +x_221 = lean_usize_dec_eq(x_219, x_220); +if (x_221 == 0) +{ +lean_object* x_222; lean_object* x_223; +lean_dec(x_3); +x_222 = l_Lean_Expr_mdata___override(x_211, x_215); +lean_inc(x_222); +x_223 = lean_array_uset(x_217, x_218, x_222); +lean_ctor_set(x_213, 1, x_223); +lean_ctor_set(x_213, 0, x_222); +return x_213; +} +else +{ +lean_object* x_224; +lean_dec(x_215); +lean_dec(x_211); +lean_inc(x_3); +x_224 = lean_array_uset(x_217, x_218, x_3); +lean_ctor_set(x_213, 1, x_224); +lean_ctor_set(x_213, 0, x_3); +return x_213; +} +} +else +{ +lean_object* x_225; lean_object* x_226; lean_object* x_227; size_t x_228; size_t x_229; size_t x_230; uint8_t x_231; +x_225 = lean_ctor_get(x_213, 0); +x_226 = lean_ctor_get(x_213, 1); +lean_inc(x_226); +lean_inc(x_225); +lean_dec(x_213); +lean_inc(x_3); +x_227 = lean_array_uset(x_226, x_7, x_3); +x_228 = lean_usize_add(x_7, x_6); +x_229 = lean_ptr_addr(x_212); +lean_dec(x_212); +x_230 = lean_ptr_addr(x_225); +x_231 = lean_usize_dec_eq(x_229, x_230); +if (x_231 == 0) +{ +lean_object* x_232; lean_object* x_233; lean_object* x_234; +lean_dec(x_3); +x_232 = l_Lean_Expr_mdata___override(x_211, x_225); +lean_inc(x_232); +x_233 = lean_array_uset(x_227, x_228, x_232); +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_232); +lean_ctor_set(x_234, 1, x_233); +return x_234; +} +else +{ +lean_object* x_235; lean_object* x_236; +lean_dec(x_225); +lean_dec(x_211); +lean_inc(x_3); +x_235 = lean_array_uset(x_227, x_228, x_3); +x_236 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_236, 0, x_3); +lean_ctor_set(x_236, 1, x_235); +return x_236; +} +} +} +case 11: +{ +lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; uint8_t x_241; +x_237 = lean_ctor_get(x_3, 0); +lean_inc(x_237); +x_238 = lean_ctor_get(x_3, 1); +lean_inc(x_238); +x_239 = lean_ctor_get(x_3, 2); +lean_inc(x_239); +lean_inc(x_239); +x_240 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_239, x_4); +x_241 = !lean_is_exclusive(x_240); +if (x_241 == 0) +{ +lean_object* x_242; lean_object* x_243; lean_object* x_244; size_t x_245; size_t x_246; size_t x_247; uint8_t x_248; +x_242 = lean_ctor_get(x_240, 0); +x_243 = lean_ctor_get(x_240, 1); +lean_inc(x_3); +x_244 = lean_array_uset(x_243, x_7, x_3); +x_245 = lean_usize_add(x_7, x_6); +x_246 = lean_ptr_addr(x_239); +lean_dec(x_239); +x_247 = lean_ptr_addr(x_242); +x_248 = lean_usize_dec_eq(x_246, x_247); +if (x_248 == 0) +{ +lean_object* x_249; lean_object* x_250; +lean_dec(x_3); +x_249 = l_Lean_Expr_proj___override(x_237, x_238, x_242); +lean_inc(x_249); +x_250 = lean_array_uset(x_244, x_245, x_249); +lean_ctor_set(x_240, 1, x_250); +lean_ctor_set(x_240, 0, x_249); +return x_240; +} +else +{ +lean_object* x_251; +lean_dec(x_242); +lean_dec(x_238); +lean_dec(x_237); +lean_inc(x_3); +x_251 = lean_array_uset(x_244, x_245, x_3); +lean_ctor_set(x_240, 1, x_251); +lean_ctor_set(x_240, 0, x_3); +return x_240; +} +} +else +{ +lean_object* x_252; lean_object* x_253; lean_object* x_254; size_t x_255; size_t x_256; size_t x_257; uint8_t x_258; +x_252 = lean_ctor_get(x_240, 0); +x_253 = lean_ctor_get(x_240, 1); +lean_inc(x_253); +lean_inc(x_252); +lean_dec(x_240); +lean_inc(x_3); +x_254 = lean_array_uset(x_253, x_7, x_3); +x_255 = lean_usize_add(x_7, x_6); +x_256 = lean_ptr_addr(x_239); +lean_dec(x_239); +x_257 = lean_ptr_addr(x_252); +x_258 = lean_usize_dec_eq(x_256, x_257); +if (x_258 == 0) +{ +lean_object* x_259; lean_object* x_260; lean_object* x_261; +lean_dec(x_3); +x_259 = l_Lean_Expr_proj___override(x_237, x_238, x_252); +lean_inc(x_259); +x_260 = lean_array_uset(x_254, x_255, x_259); +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_259); +lean_ctor_set(x_261, 1, x_260); +return x_261; +} +else +{ +lean_object* x_262; lean_object* x_263; +lean_dec(x_252); +lean_dec(x_238); +lean_dec(x_237); +lean_inc(x_3); +x_262 = lean_array_uset(x_254, x_255, x_3); +x_263 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_263, 0, x_3); +lean_ctor_set(x_263, 1, x_262); +return x_263; +} +} +} +default: +{ +lean_object* x_264; +lean_dec(x_2); +lean_dec(x_1); +x_264 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_264, 0, x_3); +lean_ctor_set(x_264, 1, x_4); +return x_264; +} +} +} +else +{ +lean_object* x_265; lean_object* x_266; size_t x_267; lean_object* x_268; lean_object* x_269; +lean_dec(x_2); +lean_dec(x_1); +x_265 = lean_ctor_get(x_11, 0); +lean_inc(x_265); +lean_dec(x_11); +x_266 = lean_array_uset(x_4, x_7, x_3); +x_267 = lean_usize_add(x_7, x_6); +lean_inc(x_265); +x_268 = lean_array_uset(x_266, x_267, x_265); +x_269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_269, 0, x_265); +lean_ctor_set(x_269, 1, x_268); +return x_269; +} +} +else +{ +size_t x_270; lean_object* x_271; lean_object* x_272; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_270 = lean_usize_add(x_7, x_6); +x_271 = lean_array_uget(x_4, x_270); +x_272 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_272, 0, x_271); +lean_ctor_set(x_272, 1, x_4); +return x_272; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParams___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; +x_4 = l_Lean_Expr_ReplaceImpl_Cache_new; +x_5 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParams___spec__10(x_1, x_2, x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); +lean_dec(x_5); +return x_6; +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParams(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = l_List_isEmpty___rarg(x_2); +if (x_4 == 0) +{ +uint8_t x_5; +x_5 = l_List_isEmpty___rarg(x_3); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParams___spec__1(x_2, x_3, x_1); +return x_6; +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +return x_1; +} +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +return x_1; +} +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; +lean_dec(x_1); +x_4 = l_List_reverse___rarg(x_3); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_2); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +lean_inc(x_1); +x_8 = l_Lean_Level_substParams_go(x_1, x_6); +lean_ctor_set(x_2, 1, x_3); +lean_ctor_set(x_2, 0, x_8); +{ +lean_object* _tmp_1 = x_7; +lean_object* _tmp_2 = x_2; +x_2 = _tmp_1; +x_3 = _tmp_2; +} +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_2, 0); +x_11 = lean_ctor_get(x_2, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_2); +lean_inc(x_1); +x_12 = l_Lean_Level_substParams_go(x_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_3); +x_2 = x_11; +x_3 = x_13; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2___at_Lean_Expr_instantiateLevelParamsNoCache___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) +{ +lean_object* x_5; +lean_dec(x_2); +lean_dec(x_1); +x_5 = l_List_reverse___rarg(x_4); +return x_5; +} +else +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_3); +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_3, 0); +x_8 = lean_ctor_get(x_3, 1); +lean_inc(x_2); +lean_inc(x_1); +x_9 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); +lean_closure_set(x_9, 0, x_1); +lean_closure_set(x_9, 1, x_2); +x_10 = l_Lean_Level_substParams_go(x_9, x_7); +lean_ctor_set(x_3, 1, x_4); +lean_ctor_set(x_3, 0, x_10); +{ +lean_object* _tmp_2 = x_8; +lean_object* _tmp_3 = x_3; +x_3 = _tmp_2; +x_4 = _tmp_3; +} +goto _start; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_3, 0); +x_13 = lean_ctor_get(x_3, 1); +lean_inc(x_13); +lean_inc(x_12); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_14 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); +lean_closure_set(x_14, 0, x_1); +lean_closure_set(x_14, 1, x_2); +x_15 = l_Lean_Level_substParams_go(x_14, x_12); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_4); +x_3 = x_13; +x_4 = x_16; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; uint8_t x_25; +lean_inc(x_2); +lean_inc(x_1); +x_4 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); +lean_closure_set(x_4, 0, x_1); +lean_closure_set(x_4, 1, x_2); +x_25 = l_Lean_Expr_hasLevelParam(x_3); +if (x_25 == 0) +{ +uint8_t x_26; +x_26 = 1; +x_5 = x_26; +goto block_24; +} +else +{ +uint8_t x_27; +x_27 = 0; +x_5 = x_27; +goto block_24; +} +block_24: +{ +if (x_5 == 0) +{ +switch (lean_obj_tag(x_3)) { +case 3: +{ +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; +lean_dec(x_2); +lean_dec(x_1); +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Level_substParams_go(x_4, x_6); +x_8 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_9 = lean_ptr_addr(x_7); +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +lean_dec(x_3); +x_11 = l_Lean_Expr_sort___override(x_7); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; +} +else +{ +lean_object* x_13; +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_3); +return x_13; +} +} +case 4: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_dec(x_4); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_3, 1); +lean_inc(x_15); +x_16 = lean_box(0); +lean_inc(x_15); +x_17 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__2___at_Lean_Expr_instantiateLevelParamsNoCache___spec__3(x_1, x_2, x_15, x_16); +x_18 = l_ptrEqList___rarg(x_15, x_17); +lean_dec(x_15); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_3); +x_19 = l_Lean_Expr_const___override(x_14, x_17); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_17); +lean_dec(x_14); +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_3); +return x_21; +} +} +default: +{ +lean_object* x_22; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_22 = lean_box(0); +return x_22; +} +} +} +else +{ +lean_object* x_23; +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_3); +return x_23; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_4 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__1(x_1, x_2, x_3); +if (lean_obj_tag(x_4) == 0) +{ +switch (lean_obj_tag(x_3)) { +case 5: +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_2); +lean_inc(x_1); +x_7 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_5); +lean_inc(x_6); +x_8 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_6); +x_9 = lean_ptr_addr(x_5); +lean_dec(x_5); +x_10 = lean_ptr_addr(x_7); +x_11 = lean_usize_dec_eq(x_9, x_10); +if (x_11 == 0) +{ +lean_object* x_12; +lean_dec(x_6); +lean_dec(x_3); +x_12 = l_Lean_Expr_app___override(x_7, x_8); +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_14 = lean_ptr_addr(x_8); +x_15 = lean_usize_dec_eq(x_13, x_14); +if (x_15 == 0) +{ +lean_object* x_16; +lean_dec(x_3); +x_16 = l_Lean_Expr_app___override(x_7, x_8); +return x_16; +} +else +{ +lean_dec(x_8); +lean_dec(x_7); +return x_3; +} +} +} +case 6: +{ +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; size_t x_24; size_t x_25; uint8_t x_26; +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(x_3, 2); +lean_inc(x_19); +x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_dec(x_3); +lean_inc(x_18); +lean_inc(x_2); +lean_inc(x_1); +x_21 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_18); +lean_inc(x_19); +x_22 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_19); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +x_23 = l_Lean_Expr_lam___override(x_17, x_18, x_19, x_20); +x_24 = lean_ptr_addr(x_18); +lean_dec(x_18); +x_25 = lean_ptr_addr(x_21); +x_26 = lean_usize_dec_eq(x_24, x_25); +if (x_26 == 0) +{ +lean_object* x_27; +lean_dec(x_23); +lean_dec(x_19); +x_27 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); +return x_27; +} +else +{ +size_t x_28; size_t x_29; uint8_t x_30; +x_28 = lean_ptr_addr(x_19); +lean_dec(x_19); +x_29 = lean_ptr_addr(x_22); +x_30 = lean_usize_dec_eq(x_28, x_29); +if (x_30 == 0) +{ +lean_object* x_31; +lean_dec(x_23); +x_31 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); +return x_31; +} +else +{ +uint8_t x_32; +x_32 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_20, x_20); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_23); +x_33 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); +return x_33; +} +else +{ +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_17); +return x_23; +} +} +} +} +case 7: +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; size_t x_41; size_t x_42; uint8_t x_43; +x_34 = lean_ctor_get(x_3, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_3, 1); +lean_inc(x_35); +x_36 = lean_ctor_get(x_3, 2); +lean_inc(x_36); +x_37 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_dec(x_3); +lean_inc(x_35); +lean_inc(x_2); +lean_inc(x_1); +x_38 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_35); +lean_inc(x_36); +x_39 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_36); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +x_40 = l_Lean_Expr_forallE___override(x_34, x_35, x_36, x_37); +x_41 = lean_ptr_addr(x_35); +lean_dec(x_35); +x_42 = lean_ptr_addr(x_38); +x_43 = lean_usize_dec_eq(x_41, x_42); +if (x_43 == 0) +{ +lean_object* x_44; +lean_dec(x_40); +lean_dec(x_36); +x_44 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); +return x_44; +} +else +{ +size_t x_45; size_t x_46; uint8_t x_47; +x_45 = lean_ptr_addr(x_36); +lean_dec(x_36); +x_46 = lean_ptr_addr(x_39); +x_47 = lean_usize_dec_eq(x_45, x_46); +if (x_47 == 0) +{ +lean_object* x_48; +lean_dec(x_40); +x_48 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); +return x_48; +} +else +{ +uint8_t x_49; +x_49 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_37, x_37); +if (x_49 == 0) +{ +lean_object* x_50; +lean_dec(x_40); +x_50 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); +return x_50; +} +else +{ +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_34); +return x_40; +} +} +} +} +case 8: +{ +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_object* x_58; size_t x_59; size_t x_60; uint8_t x_61; +x_51 = lean_ctor_get(x_3, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_3, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_3, 2); +lean_inc(x_53); +x_54 = lean_ctor_get(x_3, 3); +lean_inc(x_54); +x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); +lean_inc(x_52); +lean_inc(x_2); +lean_inc(x_1); +x_56 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_52); +lean_inc(x_53); +lean_inc(x_2); +lean_inc(x_1); +x_57 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_53); +lean_inc(x_54); +x_58 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_54); +x_59 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_60 = lean_ptr_addr(x_56); +x_61 = lean_usize_dec_eq(x_59, x_60); +if (x_61 == 0) +{ +lean_object* x_62; +lean_dec(x_54); +lean_dec(x_53); +lean_dec(x_3); +x_62 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); +return x_62; +} +else +{ +size_t x_63; size_t x_64; uint8_t x_65; +x_63 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_64 = lean_ptr_addr(x_57); +x_65 = lean_usize_dec_eq(x_63, x_64); +if (x_65 == 0) +{ +lean_object* x_66; +lean_dec(x_54); +lean_dec(x_3); +x_66 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); +return x_66; +} +else +{ +size_t x_67; size_t x_68; uint8_t x_69; +x_67 = lean_ptr_addr(x_54); +lean_dec(x_54); +x_68 = lean_ptr_addr(x_58); +x_69 = lean_usize_dec_eq(x_67, x_68); +if (x_69 == 0) +{ +lean_object* x_70; +lean_dec(x_3); +x_70 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); +return x_70; +} +else +{ +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_56); +lean_dec(x_51); +return x_3; +} +} +} +} +case 10: +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; size_t x_74; size_t x_75; uint8_t x_76; +x_71 = lean_ctor_get(x_3, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_3, 1); +lean_inc(x_72); +lean_inc(x_72); +x_73 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_72); +x_74 = lean_ptr_addr(x_72); +lean_dec(x_72); +x_75 = lean_ptr_addr(x_73); +x_76 = lean_usize_dec_eq(x_74, x_75); +if (x_76 == 0) +{ +lean_object* x_77; +lean_dec(x_3); +x_77 = l_Lean_Expr_mdata___override(x_71, x_73); +return x_77; +} +else +{ +lean_dec(x_73); +lean_dec(x_71); +return x_3; +} +} +case 11: +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; size_t x_82; size_t x_83; uint8_t x_84; +x_78 = lean_ctor_get(x_3, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_3, 1); +lean_inc(x_79); +x_80 = lean_ctor_get(x_3, 2); +lean_inc(x_80); +lean_inc(x_80); +x_81 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_80); +x_82 = lean_ptr_addr(x_80); +lean_dec(x_80); +x_83 = lean_ptr_addr(x_81); +x_84 = lean_usize_dec_eq(x_82, x_83); +if (x_84 == 0) +{ +lean_object* x_85; +lean_dec(x_3); +x_85 = l_Lean_Expr_proj___override(x_78, x_79, x_81); +return x_85; +} +else +{ +lean_dec(x_81); +lean_dec(x_79); +lean_dec(x_78); +return x_3; +} +} +default: +{ +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +} +else +{ +lean_object* x_86; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_86 = lean_ctor_get(x_4, 0); +lean_inc(x_86); +lean_dec(x_4); +return x_86; +} +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__6(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; +lean_dec(x_1); +x_4 = l_List_reverse___rarg(x_3); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_2); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +lean_inc(x_1); +x_8 = l_Lean_Level_substParams_go(x_1, x_6); +lean_ctor_set(x_2, 1, x_3); +lean_ctor_set(x_2, 0, x_8); +{ +lean_object* _tmp_1 = x_7; +lean_object* _tmp_2 = x_2; +x_2 = _tmp_1; +x_3 = _tmp_2; +} +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_2, 0); +x_11 = lean_ctor_get(x_2, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_2); +lean_inc(x_1); +x_12 = l_Lean_Level_substParams_go(x_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_3); +x_2 = x_11; +x_3 = x_13; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__6___at_Lean_Expr_instantiateLevelParamsNoCache___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_5; +lean_dec(x_2); +lean_dec(x_1); +x_5 = l_List_reverse___rarg(x_4); +return x_5; +} +else +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_3); +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_3, 0); +x_8 = lean_ctor_get(x_3, 1); +lean_inc(x_2); +lean_inc(x_1); +x_9 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); +lean_closure_set(x_9, 0, x_1); +lean_closure_set(x_9, 1, x_2); +x_10 = l_Lean_Level_substParams_go(x_9, x_7); +lean_ctor_set(x_3, 1, x_4); +lean_ctor_set(x_3, 0, x_10); +{ +lean_object* _tmp_2 = x_8; +lean_object* _tmp_3 = x_3; +x_3 = _tmp_2; +x_4 = _tmp_3; +} +goto _start; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_3, 0); +x_13 = lean_ctor_get(x_3, 1); +lean_inc(x_13); +lean_inc(x_12); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_14 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); +lean_closure_set(x_14, 0, x_1); +lean_closure_set(x_14, 1, x_2); +x_15 = l_Lean_Level_substParams_go(x_14, x_12); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_4); +x_3 = x_13; +x_4 = x_16; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; uint8_t x_25; +lean_inc(x_2); +lean_inc(x_1); +x_4 = lean_alloc_closure((void*)(l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubst___boxed), 3, 2); +lean_closure_set(x_4, 0, x_1); +lean_closure_set(x_4, 1, x_2); +x_25 = l_Lean_Expr_hasLevelParam(x_3); +if (x_25 == 0) +{ +uint8_t x_26; +x_26 = 1; +x_5 = x_26; +goto block_24; +} +else +{ +uint8_t x_27; +x_27 = 0; +x_5 = x_27; +goto block_24; +} +block_24: +{ +if (x_5 == 0) +{ +switch (lean_obj_tag(x_3)) { +case 3: +{ +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; +lean_dec(x_2); +lean_dec(x_1); +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Level_substParams_go(x_4, x_6); +x_8 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_9 = lean_ptr_addr(x_7); +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +lean_dec(x_3); +x_11 = l_Lean_Expr_sort___override(x_7); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; +} +else +{ +lean_object* x_13; +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_3); +return x_13; +} +} +case 4: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_dec(x_4); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_3, 1); +lean_inc(x_15); +x_16 = lean_box(0); +lean_inc(x_15); +x_17 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsNoCache___spec__6___at_Lean_Expr_instantiateLevelParamsNoCache___spec__7(x_1, x_2, x_15, x_16); +x_18 = l_ptrEqList___rarg(x_15, x_17); +lean_dec(x_15); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_3); +x_19 = l_Lean_Expr_const___override(x_14, x_17); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_17); +lean_dec(x_14); +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_3); +return x_21; +} +} +default: +{ +lean_object* x_22; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_22 = lean_box(0); +return x_22; +} +} +} +else +{ +lean_object* x_23; +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_3); +return x_23; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_4 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsNoCache___spec__5(x_1, x_2, x_3); +if (lean_obj_tag(x_4) == 0) +{ +switch (lean_obj_tag(x_3)) { +case 5: +{ +lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +x_5 = lean_ctor_get(x_3, 0); +lean_inc(x_5); +x_6 = lean_ctor_get(x_3, 1); +lean_inc(x_6); +lean_inc(x_5); +lean_inc(x_2); +lean_inc(x_1); +x_7 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_5); +lean_inc(x_6); +x_8 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_6); +x_9 = lean_ptr_addr(x_5); +lean_dec(x_5); +x_10 = lean_ptr_addr(x_7); +x_11 = lean_usize_dec_eq(x_9, x_10); +if (x_11 == 0) +{ +lean_object* x_12; +lean_dec(x_6); +lean_dec(x_3); +x_12 = l_Lean_Expr_app___override(x_7, x_8); +return x_12; +} +else +{ +size_t x_13; size_t x_14; uint8_t x_15; +x_13 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_14 = lean_ptr_addr(x_8); +x_15 = lean_usize_dec_eq(x_13, x_14); +if (x_15 == 0) +{ +lean_object* x_16; +lean_dec(x_3); +x_16 = l_Lean_Expr_app___override(x_7, x_8); +return x_16; +} +else +{ +lean_dec(x_8); +lean_dec(x_7); +return x_3; +} +} +} +case 6: +{ +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; size_t x_24; size_t x_25; uint8_t x_26; +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(x_3, 2); +lean_inc(x_19); +x_20 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_dec(x_3); +lean_inc(x_18); +lean_inc(x_2); +lean_inc(x_1); +x_21 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_18); +lean_inc(x_19); +x_22 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_19); +lean_inc(x_19); +lean_inc(x_18); +lean_inc(x_17); +x_23 = l_Lean_Expr_lam___override(x_17, x_18, x_19, x_20); +x_24 = lean_ptr_addr(x_18); +lean_dec(x_18); +x_25 = lean_ptr_addr(x_21); +x_26 = lean_usize_dec_eq(x_24, x_25); +if (x_26 == 0) +{ +lean_object* x_27; +lean_dec(x_23); +lean_dec(x_19); +x_27 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); +return x_27; +} +else +{ +size_t x_28; size_t x_29; uint8_t x_30; +x_28 = lean_ptr_addr(x_19); +lean_dec(x_19); +x_29 = lean_ptr_addr(x_22); +x_30 = lean_usize_dec_eq(x_28, x_29); +if (x_30 == 0) +{ +lean_object* x_31; +lean_dec(x_23); +x_31 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); +return x_31; +} +else +{ +uint8_t x_32; +x_32 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_20, x_20); +if (x_32 == 0) +{ +lean_object* x_33; +lean_dec(x_23); +x_33 = l_Lean_Expr_lam___override(x_17, x_21, x_22, x_20); +return x_33; +} +else +{ +lean_dec(x_22); +lean_dec(x_21); +lean_dec(x_17); +return x_23; +} +} +} +} +case 7: +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; size_t x_41; size_t x_42; uint8_t x_43; +x_34 = lean_ctor_get(x_3, 0); +lean_inc(x_34); +x_35 = lean_ctor_get(x_3, 1); +lean_inc(x_35); +x_36 = lean_ctor_get(x_3, 2); +lean_inc(x_36); +x_37 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_dec(x_3); +lean_inc(x_35); +lean_inc(x_2); +lean_inc(x_1); +x_38 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_35); +lean_inc(x_36); +x_39 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_36); +lean_inc(x_36); +lean_inc(x_35); +lean_inc(x_34); +x_40 = l_Lean_Expr_forallE___override(x_34, x_35, x_36, x_37); +x_41 = lean_ptr_addr(x_35); +lean_dec(x_35); +x_42 = lean_ptr_addr(x_38); +x_43 = lean_usize_dec_eq(x_41, x_42); +if (x_43 == 0) +{ +lean_object* x_44; +lean_dec(x_40); +lean_dec(x_36); +x_44 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); +return x_44; +} +else +{ +size_t x_45; size_t x_46; uint8_t x_47; +x_45 = lean_ptr_addr(x_36); +lean_dec(x_36); +x_46 = lean_ptr_addr(x_39); +x_47 = lean_usize_dec_eq(x_45, x_46); +if (x_47 == 0) +{ +lean_object* x_48; +lean_dec(x_40); +x_48 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); +return x_48; +} +else +{ +uint8_t x_49; +x_49 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_37, x_37); +if (x_49 == 0) +{ +lean_object* x_50; +lean_dec(x_40); +x_50 = l_Lean_Expr_forallE___override(x_34, x_38, x_39, x_37); +return x_50; +} +else +{ +lean_dec(x_39); +lean_dec(x_38); +lean_dec(x_34); +return x_40; +} +} +} +} +case 8: +{ +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_object* x_58; size_t x_59; size_t x_60; uint8_t x_61; +x_51 = lean_ctor_get(x_3, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_3, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_3, 2); +lean_inc(x_53); +x_54 = lean_ctor_get(x_3, 3); +lean_inc(x_54); +x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); +lean_inc(x_52); +lean_inc(x_2); +lean_inc(x_1); +x_56 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_52); +lean_inc(x_53); +lean_inc(x_2); +lean_inc(x_1); +x_57 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_53); +lean_inc(x_54); +x_58 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_54); +x_59 = lean_ptr_addr(x_52); +lean_dec(x_52); +x_60 = lean_ptr_addr(x_56); +x_61 = lean_usize_dec_eq(x_59, x_60); +if (x_61 == 0) +{ +lean_object* x_62; +lean_dec(x_54); +lean_dec(x_53); +lean_dec(x_3); +x_62 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); +return x_62; +} +else +{ +size_t x_63; size_t x_64; uint8_t x_65; +x_63 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_64 = lean_ptr_addr(x_57); +x_65 = lean_usize_dec_eq(x_63, x_64); +if (x_65 == 0) +{ +lean_object* x_66; +lean_dec(x_54); +lean_dec(x_3); +x_66 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); +return x_66; +} +else +{ +size_t x_67; size_t x_68; uint8_t x_69; +x_67 = lean_ptr_addr(x_54); +lean_dec(x_54); +x_68 = lean_ptr_addr(x_58); +x_69 = lean_usize_dec_eq(x_67, x_68); +if (x_69 == 0) +{ +lean_object* x_70; +lean_dec(x_3); +x_70 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); +return x_70; +} +else +{ +lean_dec(x_58); +lean_dec(x_57); +lean_dec(x_56); +lean_dec(x_51); +return x_3; +} +} +} +} +case 10: +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; size_t x_74; size_t x_75; uint8_t x_76; +x_71 = lean_ctor_get(x_3, 0); +lean_inc(x_71); +x_72 = lean_ctor_get(x_3, 1); +lean_inc(x_72); +lean_inc(x_72); +x_73 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_72); +x_74 = lean_ptr_addr(x_72); +lean_dec(x_72); +x_75 = lean_ptr_addr(x_73); +x_76 = lean_usize_dec_eq(x_74, x_75); +if (x_76 == 0) +{ +lean_object* x_77; +lean_dec(x_3); +x_77 = l_Lean_Expr_mdata___override(x_71, x_73); +return x_77; +} +else +{ +lean_dec(x_73); +lean_dec(x_71); +return x_3; +} +} +case 11: +{ +lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; size_t x_82; size_t x_83; uint8_t x_84; +x_78 = lean_ctor_get(x_3, 0); +lean_inc(x_78); +x_79 = lean_ctor_get(x_3, 1); +lean_inc(x_79); +x_80 = lean_ctor_get(x_3, 2); +lean_inc(x_80); +lean_inc(x_80); +x_81 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__8(x_1, x_2, x_80); +x_82 = lean_ptr_addr(x_80); +lean_dec(x_80); +x_83 = lean_ptr_addr(x_81); +x_84 = lean_usize_dec_eq(x_82, x_83); +if (x_84 == 0) +{ +lean_object* x_85; +lean_dec(x_3); +x_85 = l_Lean_Expr_proj___override(x_78, x_79, x_81); +return x_85; +} +else +{ +lean_dec(x_81); +lean_dec(x_79); +lean_dec(x_78); +return x_3; +} +} +default: +{ +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +} +else +{ +lean_object* x_86; +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_86 = lean_ctor_get(x_4, 0); +lean_inc(x_86); +lean_dec(x_4); +return x_86; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsNoCache(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +uint8_t x_4; +x_4 = l_List_isEmpty___rarg(x_2); +if (x_4 == 0) +{ +uint8_t x_5; +x_5 = l_List_isEmpty___rarg(x_3); +if (x_5 == 0) +{ +lean_object* x_6; +x_6 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_2, x_3, x_1); +return x_6; +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +return x_1; +} +} +else +{ +lean_dec(x_3); +lean_dec(x_2); +return x_1; +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +lean_object* x_5; uint8_t x_6; +x_5 = lean_array_get_size(x_1); +x_6 = lean_nat_dec_lt(x_4, x_5); +lean_dec(x_5); +if (x_6 == 0) +{ +lean_object* x_7; +lean_dec(x_4); +x_7 = lean_box(0); +return x_7; +} +else +{ +lean_object* x_8; lean_object* x_9; uint8_t x_10; +x_8 = lean_array_fget(x_1, x_4); +x_9 = lean_array_get_size(x_2); +x_10 = lean_nat_dec_lt(x_4, x_9); +lean_dec(x_9); +if (x_10 == 0) +{ +lean_object* x_11; +lean_dec(x_8); +lean_dec(x_4); +x_11 = lean_box(0); +return x_11; +} +else +{ +lean_object* x_12; uint8_t x_13; +x_12 = lean_array_fget(x_2, x_4); +x_13 = lean_name_eq(x_8, x_3); +lean_dec(x_8); +if (x_13 == 0) +{ +lean_object* x_14; lean_object* x_15; +lean_dec(x_12); +x_14 = lean_unsigned_to_nat(1u); +x_15 = lean_nat_add(x_4, x_14); +lean_dec(x_4); +x_4 = x_15; +goto _start; +} +else +{ +lean_object* x_17; +lean_dec(x_4); +x_17 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_17, 0, x_12); +return x_17; +} +} +} +} +} +LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray___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_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(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_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +if (lean_obj_tag(x_2) == 0) +{ +lean_object* x_4; +lean_dec(x_1); +x_4 = l_List_reverse___rarg(x_3); +return x_4; +} +else +{ +uint8_t x_5; +x_5 = !lean_is_exclusive(x_2); +if (x_5 == 0) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_2, 0); +x_7 = lean_ctor_get(x_2, 1); +lean_inc(x_1); +x_8 = l_Lean_Level_substParams_go(x_1, x_6); +lean_ctor_set(x_2, 1, x_3); +lean_ctor_set(x_2, 0, x_8); +{ +lean_object* _tmp_1 = x_7; +lean_object* _tmp_2 = x_2; +x_2 = _tmp_1; +x_3 = _tmp_2; +} +goto _start; +} +else +{ +lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_10 = lean_ctor_get(x_2, 0); +x_11 = lean_ctor_get(x_2, 1); +lean_inc(x_11); +lean_inc(x_10); +lean_dec(x_2); +lean_inc(x_1); +x_12 = l_Lean_Level_substParams_go(x_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_3); +x_2 = x_11; +x_3 = x_13; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___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_unsigned_to_nat(0u); +x_5 = l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(x_1, x_2, x_3, x_4); +return x_5; +} +} +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +_start: +{ +if (lean_obj_tag(x_3) == 0) +{ +lean_object* x_5; +lean_dec(x_2); +lean_dec(x_1); +x_5 = l_List_reverse___rarg(x_4); +return x_5; +} +else +{ +uint8_t x_6; +x_6 = !lean_is_exclusive(x_3); +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_3, 0); +x_8 = lean_ctor_get(x_3, 1); +lean_inc(x_2); +lean_inc(x_1); +x_9 = lean_alloc_closure((void*)(l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___lambda__1___boxed), 3, 2); +lean_closure_set(x_9, 0, x_1); +lean_closure_set(x_9, 1, x_2); +x_10 = l_Lean_Level_substParams_go(x_9, x_7); +lean_ctor_set(x_3, 1, x_4); +lean_ctor_set(x_3, 0, x_10); +{ +lean_object* _tmp_2 = x_8; +lean_object* _tmp_3 = x_3; +x_3 = _tmp_2; +x_4 = _tmp_3; +} +goto _start; +} +else +{ +lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; +x_12 = lean_ctor_get(x_3, 0); +x_13 = lean_ctor_get(x_3, 1); +lean_inc(x_13); +lean_inc(x_12); +lean_dec(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_14 = lean_alloc_closure((void*)(l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___lambda__1___boxed), 3, 2); +lean_closure_set(x_14, 0, x_1); +lean_closure_set(x_14, 1, x_2); +x_15 = l_Lean_Level_substParams_go(x_14, x_12); +x_16 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_16, 0, x_15); +lean_ctor_set(x_16, 1, x_4); +x_3 = x_13; +x_4 = x_16; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +lean_object* x_4; uint8_t x_5; uint8_t x_25; +lean_inc(x_2); +lean_inc(x_1); +x_4 = lean_alloc_closure((void*)(l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___lambda__1___boxed), 3, 2); +lean_closure_set(x_4, 0, x_1); +lean_closure_set(x_4, 1, x_2); +x_25 = l_Lean_Expr_hasLevelParam(x_3); +if (x_25 == 0) +{ +uint8_t x_26; +x_26 = 1; +x_5 = x_26; +goto block_24; +} +else +{ +uint8_t x_27; +x_27 = 0; +x_5 = x_27; +goto block_24; +} +block_24: +{ +if (x_5 == 0) +{ +switch (lean_obj_tag(x_3)) { +case 3: +{ +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; +lean_dec(x_2); +lean_dec(x_1); +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Level_substParams_go(x_4, x_6); +x_8 = lean_ptr_addr(x_6); +lean_dec(x_6); +x_9 = lean_ptr_addr(x_7); +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) +{ +lean_object* x_11; lean_object* x_12; +lean_dec(x_3); +x_11 = l_Lean_Expr_sort___override(x_7); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; +} +else +{ +lean_object* x_13; +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_3); +return x_13; +} +} +case 4: +{ +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; +lean_dec(x_4); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_3, 1); +lean_inc(x_15); +x_16 = lean_box(0); +lean_inc(x_15); +x_17 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4(x_1, x_2, x_15, x_16); +x_18 = l_ptrEqList___rarg(x_15, x_17); +lean_dec(x_15); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; +lean_dec(x_3); +x_19 = l_Lean_Expr_const___override(x_14, x_17); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_17); +lean_dec(x_14); +x_21 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_21, 0, x_3); +return x_21; +} +} +default: +{ +lean_object* x_22; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_22 = lean_box(0); +return x_22; +} +} +} +else +{ +lean_object* x_23; +lean_dec(x_4); +lean_dec(x_2); +lean_dec(x_1); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_3); +return x_23; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(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; size_t x_7; lean_object* x_8; size_t x_9; uint8_t x_10; +x_5 = lean_ptr_addr(x_3); +x_6 = 8191; +x_7 = lean_usize_mod(x_5, x_6); +x_8 = lean_array_uget(x_4, x_7); +x_9 = lean_ptr_addr(x_8); +lean_dec(x_8); +x_10 = lean_usize_dec_eq(x_5, x_9); +if (x_10 == 0) +{ +lean_object* x_11; +lean_inc(x_3); +lean_inc(x_2); +lean_inc(x_1); +x_11 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__2(x_1, x_2, x_3); +if (lean_obj_tag(x_11) == 0) +{ +switch (lean_obj_tag(x_3)) { +case 5: +{ +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_12 = lean_ctor_get(x_3, 0); +lean_inc(x_12); +x_13 = lean_ctor_get(x_3, 1); +lean_inc(x_13); +lean_inc(x_12); +lean_inc(x_2); +lean_inc(x_1); +x_14 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_12, x_4); +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); +lean_inc(x_13); +x_17 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_13, x_16); +x_18 = !lean_is_exclusive(x_17); +if (x_18 == 0) +{ +lean_object* x_19; lean_object* x_20; lean_object* x_21; size_t x_22; size_t x_23; size_t x_24; uint8_t x_25; +x_19 = lean_ctor_get(x_17, 0); +x_20 = lean_ctor_get(x_17, 1); +lean_inc(x_3); +x_21 = lean_array_uset(x_20, x_7, x_3); +x_22 = lean_usize_add(x_7, x_6); +x_23 = lean_ptr_addr(x_12); +lean_dec(x_12); +x_24 = lean_ptr_addr(x_15); +x_25 = lean_usize_dec_eq(x_23, x_24); +if (x_25 == 0) +{ +lean_object* x_26; lean_object* x_27; +lean_dec(x_13); +lean_dec(x_3); +x_26 = l_Lean_Expr_app___override(x_15, x_19); +lean_inc(x_26); +x_27 = lean_array_uset(x_21, x_22, x_26); +lean_ctor_set(x_17, 1, x_27); +lean_ctor_set(x_17, 0, x_26); +return x_17; +} +else +{ +size_t x_28; size_t x_29; uint8_t x_30; +x_28 = lean_ptr_addr(x_13); +lean_dec(x_13); +x_29 = lean_ptr_addr(x_19); +x_30 = lean_usize_dec_eq(x_28, x_29); +if (x_30 == 0) +{ +lean_object* x_31; lean_object* x_32; +lean_dec(x_3); +x_31 = l_Lean_Expr_app___override(x_15, x_19); +lean_inc(x_31); +x_32 = lean_array_uset(x_21, x_22, x_31); +lean_ctor_set(x_17, 1, x_32); +lean_ctor_set(x_17, 0, x_31); +return x_17; +} +else +{ +lean_object* x_33; +lean_dec(x_19); +lean_dec(x_15); +lean_inc(x_3); +x_33 = lean_array_uset(x_21, x_22, x_3); +lean_ctor_set(x_17, 1, x_33); +lean_ctor_set(x_17, 0, x_3); +return x_17; +} +} +} +else +{ +lean_object* x_34; lean_object* x_35; lean_object* x_36; size_t x_37; size_t x_38; size_t x_39; uint8_t x_40; +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); +lean_inc(x_3); +x_36 = lean_array_uset(x_35, x_7, x_3); +x_37 = lean_usize_add(x_7, x_6); +x_38 = lean_ptr_addr(x_12); +lean_dec(x_12); +x_39 = lean_ptr_addr(x_15); +x_40 = lean_usize_dec_eq(x_38, x_39); +if (x_40 == 0) +{ +lean_object* x_41; lean_object* x_42; lean_object* x_43; +lean_dec(x_13); +lean_dec(x_3); +x_41 = l_Lean_Expr_app___override(x_15, x_34); +lean_inc(x_41); +x_42 = lean_array_uset(x_36, x_37, x_41); +x_43 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_43, 0, x_41); +lean_ctor_set(x_43, 1, x_42); +return x_43; +} +else +{ +size_t x_44; size_t x_45; uint8_t x_46; +x_44 = lean_ptr_addr(x_13); +lean_dec(x_13); +x_45 = lean_ptr_addr(x_34); +x_46 = lean_usize_dec_eq(x_44, x_45); +if (x_46 == 0) +{ +lean_object* x_47; lean_object* x_48; lean_object* x_49; +lean_dec(x_3); +x_47 = l_Lean_Expr_app___override(x_15, x_34); +lean_inc(x_47); +x_48 = lean_array_uset(x_36, x_37, x_47); +x_49 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_49, 0, x_47); +lean_ctor_set(x_49, 1, x_48); +return x_49; +} +else +{ +lean_object* x_50; lean_object* x_51; +lean_dec(x_34); +lean_dec(x_15); +lean_inc(x_3); +x_50 = lean_array_uset(x_36, x_37, x_3); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_3); +lean_ctor_set(x_51, 1, x_50); +return x_51; +} +} +} +} +case 6: +{ +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_object* x_58; lean_object* x_59; uint8_t x_60; +x_52 = lean_ctor_get(x_3, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_3, 1); +lean_inc(x_53); +x_54 = lean_ctor_get(x_3, 2); +lean_inc(x_54); +x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_inc(x_53); +lean_inc(x_2); +lean_inc(x_1); +x_56 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_53, x_4); +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_54); +x_59 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_54, x_58); +x_60 = !lean_is_exclusive(x_59); +if (x_60 == 0) +{ +lean_object* x_61; lean_object* x_62; lean_object* x_63; size_t x_64; lean_object* x_65; size_t x_66; size_t x_67; uint8_t x_68; +x_61 = lean_ctor_get(x_59, 0); +x_62 = lean_ctor_get(x_59, 1); +x_63 = lean_array_uset(x_62, x_7, x_3); +x_64 = lean_usize_add(x_7, x_6); +lean_inc(x_54); +lean_inc(x_53); +lean_inc(x_52); +x_65 = l_Lean_Expr_lam___override(x_52, x_53, x_54, x_55); +x_66 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_67 = lean_ptr_addr(x_57); +x_68 = lean_usize_dec_eq(x_66, x_67); +if (x_68 == 0) +{ +lean_object* x_69; lean_object* x_70; +lean_dec(x_65); +lean_dec(x_54); +x_69 = l_Lean_Expr_lam___override(x_52, x_57, x_61, x_55); +lean_inc(x_69); +x_70 = lean_array_uset(x_63, x_64, x_69); +lean_ctor_set(x_59, 1, x_70); +lean_ctor_set(x_59, 0, x_69); +return x_59; +} +else +{ +size_t x_71; size_t x_72; uint8_t x_73; +x_71 = lean_ptr_addr(x_54); +lean_dec(x_54); +x_72 = lean_ptr_addr(x_61); +x_73 = lean_usize_dec_eq(x_71, x_72); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; +lean_dec(x_65); +x_74 = l_Lean_Expr_lam___override(x_52, x_57, x_61, x_55); +lean_inc(x_74); +x_75 = lean_array_uset(x_63, x_64, x_74); +lean_ctor_set(x_59, 1, x_75); +lean_ctor_set(x_59, 0, x_74); +return x_59; +} +else +{ +uint8_t x_76; +x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); +if (x_76 == 0) +{ +lean_object* x_77; lean_object* x_78; +lean_dec(x_65); +x_77 = l_Lean_Expr_lam___override(x_52, x_57, x_61, x_55); +lean_inc(x_77); +x_78 = lean_array_uset(x_63, x_64, x_77); +lean_ctor_set(x_59, 1, x_78); +lean_ctor_set(x_59, 0, x_77); +return x_59; +} +else +{ +lean_object* x_79; +lean_dec(x_61); +lean_dec(x_57); +lean_dec(x_52); +lean_inc(x_65); +x_79 = lean_array_uset(x_63, x_64, x_65); +lean_ctor_set(x_59, 1, x_79); +lean_ctor_set(x_59, 0, x_65); +return x_59; +} +} +} +} +else +{ +lean_object* x_80; lean_object* x_81; lean_object* x_82; size_t x_83; lean_object* x_84; size_t x_85; size_t x_86; uint8_t x_87; +x_80 = lean_ctor_get(x_59, 0); +x_81 = lean_ctor_get(x_59, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_59); +x_82 = lean_array_uset(x_81, x_7, x_3); +x_83 = lean_usize_add(x_7, x_6); +lean_inc(x_54); +lean_inc(x_53); +lean_inc(x_52); +x_84 = l_Lean_Expr_lam___override(x_52, x_53, x_54, x_55); +x_85 = lean_ptr_addr(x_53); +lean_dec(x_53); +x_86 = lean_ptr_addr(x_57); +x_87 = lean_usize_dec_eq(x_85, x_86); +if (x_87 == 0) +{ +lean_object* x_88; lean_object* x_89; lean_object* x_90; +lean_dec(x_84); +lean_dec(x_54); +x_88 = l_Lean_Expr_lam___override(x_52, x_57, x_80, x_55); +lean_inc(x_88); +x_89 = lean_array_uset(x_82, x_83, x_88); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_88); +lean_ctor_set(x_90, 1, x_89); +return x_90; +} +else +{ +size_t x_91; size_t x_92; uint8_t x_93; +x_91 = lean_ptr_addr(x_54); +lean_dec(x_54); +x_92 = lean_ptr_addr(x_80); +x_93 = lean_usize_dec_eq(x_91, x_92); +if (x_93 == 0) +{ +lean_object* x_94; lean_object* x_95; lean_object* x_96; +lean_dec(x_84); +x_94 = l_Lean_Expr_lam___override(x_52, x_57, x_80, x_55); +lean_inc(x_94); +x_95 = lean_array_uset(x_82, x_83, x_94); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_94); +lean_ctor_set(x_96, 1, x_95); +return x_96; +} +else +{ +uint8_t x_97; +x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); +if (x_97 == 0) +{ +lean_object* x_98; lean_object* x_99; lean_object* x_100; +lean_dec(x_84); +x_98 = l_Lean_Expr_lam___override(x_52, x_57, x_80, x_55); +lean_inc(x_98); +x_99 = lean_array_uset(x_82, x_83, x_98); +x_100 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_100, 0, x_98); +lean_ctor_set(x_100, 1, x_99); +return x_100; +} +else +{ +lean_object* x_101; lean_object* x_102; +lean_dec(x_80); +lean_dec(x_57); +lean_dec(x_52); +lean_inc(x_84); +x_101 = lean_array_uset(x_82, x_83, x_84); +x_102 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_102, 0, x_84); +lean_ctor_set(x_102, 1, x_101); +return x_102; +} +} +} +} +} +case 7: +{ +lean_object* x_103; lean_object* x_104; lean_object* x_105; uint8_t x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; uint8_t x_111; +x_103 = lean_ctor_get(x_3, 0); +lean_inc(x_103); +x_104 = lean_ctor_get(x_3, 1); +lean_inc(x_104); +x_105 = lean_ctor_get(x_3, 2); +lean_inc(x_105); +x_106 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); +lean_inc(x_104); +lean_inc(x_2); +lean_inc(x_1); +x_107 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_104, x_4); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); +lean_inc(x_105); +x_110 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_105, x_109); +x_111 = !lean_is_exclusive(x_110); +if (x_111 == 0) +{ +lean_object* x_112; lean_object* x_113; lean_object* x_114; size_t x_115; lean_object* x_116; size_t x_117; size_t x_118; uint8_t x_119; +x_112 = lean_ctor_get(x_110, 0); +x_113 = lean_ctor_get(x_110, 1); +x_114 = lean_array_uset(x_113, x_7, x_3); +x_115 = lean_usize_add(x_7, x_6); +lean_inc(x_105); +lean_inc(x_104); +lean_inc(x_103); +x_116 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_117 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_118 = lean_ptr_addr(x_108); +x_119 = lean_usize_dec_eq(x_117, x_118); +if (x_119 == 0) +{ +lean_object* x_120; lean_object* x_121; +lean_dec(x_116); +lean_dec(x_105); +x_120 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_inc(x_120); +x_121 = lean_array_uset(x_114, x_115, x_120); +lean_ctor_set(x_110, 1, x_121); +lean_ctor_set(x_110, 0, x_120); +return x_110; +} +else +{ +size_t x_122; size_t x_123; uint8_t x_124; +x_122 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_123 = lean_ptr_addr(x_112); +x_124 = lean_usize_dec_eq(x_122, x_123); +if (x_124 == 0) +{ +lean_object* x_125; lean_object* x_126; +lean_dec(x_116); +x_125 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_inc(x_125); +x_126 = lean_array_uset(x_114, x_115, x_125); +lean_ctor_set(x_110, 1, x_126); +lean_ctor_set(x_110, 0, x_125); +return x_110; +} +else +{ +uint8_t x_127; +x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_127 == 0) +{ +lean_object* x_128; lean_object* x_129; +lean_dec(x_116); +x_128 = l_Lean_Expr_forallE___override(x_103, x_108, x_112, x_106); +lean_inc(x_128); +x_129 = lean_array_uset(x_114, x_115, x_128); +lean_ctor_set(x_110, 1, x_129); +lean_ctor_set(x_110, 0, x_128); +return x_110; +} +else +{ +lean_object* x_130; +lean_dec(x_112); +lean_dec(x_108); +lean_dec(x_103); +lean_inc(x_116); +x_130 = lean_array_uset(x_114, x_115, x_116); +lean_ctor_set(x_110, 1, x_130); +lean_ctor_set(x_110, 0, x_116); +return x_110; +} +} +} +} +else +{ +lean_object* x_131; lean_object* x_132; lean_object* x_133; size_t x_134; lean_object* x_135; size_t x_136; size_t x_137; uint8_t x_138; +x_131 = lean_ctor_get(x_110, 0); +x_132 = lean_ctor_get(x_110, 1); +lean_inc(x_132); +lean_inc(x_131); +lean_dec(x_110); +x_133 = lean_array_uset(x_132, x_7, x_3); +x_134 = lean_usize_add(x_7, x_6); +lean_inc(x_105); +lean_inc(x_104); +lean_inc(x_103); +x_135 = l_Lean_Expr_forallE___override(x_103, x_104, x_105, x_106); +x_136 = lean_ptr_addr(x_104); +lean_dec(x_104); +x_137 = lean_ptr_addr(x_108); +x_138 = lean_usize_dec_eq(x_136, x_137); +if (x_138 == 0) +{ +lean_object* x_139; lean_object* x_140; lean_object* x_141; +lean_dec(x_135); +lean_dec(x_105); +x_139 = l_Lean_Expr_forallE___override(x_103, x_108, x_131, x_106); +lean_inc(x_139); +x_140 = lean_array_uset(x_133, x_134, x_139); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_139); +lean_ctor_set(x_141, 1, x_140); +return x_141; +} +else +{ +size_t x_142; size_t x_143; uint8_t x_144; +x_142 = lean_ptr_addr(x_105); +lean_dec(x_105); +x_143 = lean_ptr_addr(x_131); +x_144 = lean_usize_dec_eq(x_142, x_143); +if (x_144 == 0) +{ +lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_135); +x_145 = l_Lean_Expr_forallE___override(x_103, x_108, x_131, x_106); +lean_inc(x_145); +x_146 = lean_array_uset(x_133, x_134, x_145); +x_147 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_147, 0, x_145); +lean_ctor_set(x_147, 1, x_146); +return x_147; +} +else +{ +uint8_t x_148; +x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); +if (x_148 == 0) +{ +lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_135); +x_149 = l_Lean_Expr_forallE___override(x_103, x_108, x_131, x_106); +lean_inc(x_149); +x_150 = lean_array_uset(x_133, x_134, x_149); +x_151 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_151, 0, x_149); +lean_ctor_set(x_151, 1, x_150); +return x_151; +} +else +{ +lean_object* x_152; lean_object* x_153; +lean_dec(x_131); +lean_dec(x_108); +lean_dec(x_103); +lean_inc(x_135); +x_152 = lean_array_uset(x_133, x_134, x_135); +x_153 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_153, 0, x_135); +lean_ctor_set(x_153, 1, x_152); +return x_153; +} +} +} +} +} +case 8: +{ +lean_object* x_154; lean_object* x_155; lean_object* x_156; lean_object* x_157; uint8_t x_158; lean_object* x_159; lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; lean_object* x_164; lean_object* x_165; uint8_t x_166; +x_154 = lean_ctor_get(x_3, 0); +lean_inc(x_154); +x_155 = lean_ctor_get(x_3, 1); +lean_inc(x_155); +x_156 = lean_ctor_get(x_3, 2); +lean_inc(x_156); +x_157 = lean_ctor_get(x_3, 3); +lean_inc(x_157); +x_158 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); +lean_inc(x_155); +lean_inc(x_2); +lean_inc(x_1); +x_159 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_155, x_4); +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); +lean_inc(x_156); +lean_inc(x_2); +lean_inc(x_1); +x_162 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_156, x_161); +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); +lean_inc(x_157); +x_165 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_157, x_164); +x_166 = !lean_is_exclusive(x_165); +if (x_166 == 0) +{ +lean_object* x_167; lean_object* x_168; lean_object* x_169; size_t x_170; size_t x_171; size_t x_172; uint8_t x_173; +x_167 = lean_ctor_get(x_165, 0); +x_168 = lean_ctor_get(x_165, 1); +lean_inc(x_3); +x_169 = lean_array_uset(x_168, x_7, x_3); +x_170 = lean_usize_add(x_7, x_6); +x_171 = lean_ptr_addr(x_155); +lean_dec(x_155); +x_172 = lean_ptr_addr(x_160); +x_173 = lean_usize_dec_eq(x_171, x_172); +if (x_173 == 0) +{ +lean_object* x_174; lean_object* x_175; +lean_dec(x_157); +lean_dec(x_156); +lean_dec(x_3); +x_174 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_167, x_158); +lean_inc(x_174); +x_175 = lean_array_uset(x_169, x_170, x_174); +lean_ctor_set(x_165, 1, x_175); +lean_ctor_set(x_165, 0, x_174); +return x_165; +} +else +{ +size_t x_176; size_t x_177; uint8_t x_178; +x_176 = lean_ptr_addr(x_156); +lean_dec(x_156); +x_177 = lean_ptr_addr(x_163); +x_178 = lean_usize_dec_eq(x_176, x_177); +if (x_178 == 0) +{ +lean_object* x_179; lean_object* x_180; +lean_dec(x_157); +lean_dec(x_3); +x_179 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_167, x_158); +lean_inc(x_179); +x_180 = lean_array_uset(x_169, x_170, x_179); +lean_ctor_set(x_165, 1, x_180); +lean_ctor_set(x_165, 0, x_179); +return x_165; +} +else +{ +size_t x_181; size_t x_182; uint8_t x_183; +x_181 = lean_ptr_addr(x_157); +lean_dec(x_157); +x_182 = lean_ptr_addr(x_167); +x_183 = lean_usize_dec_eq(x_181, x_182); +if (x_183 == 0) +{ +lean_object* x_184; lean_object* x_185; +lean_dec(x_3); +x_184 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_167, x_158); +lean_inc(x_184); +x_185 = lean_array_uset(x_169, x_170, x_184); +lean_ctor_set(x_165, 1, x_185); +lean_ctor_set(x_165, 0, x_184); +return x_165; +} +else +{ +lean_object* x_186; +lean_dec(x_167); +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_154); +lean_inc(x_3); +x_186 = lean_array_uset(x_169, x_170, x_3); +lean_ctor_set(x_165, 1, x_186); +lean_ctor_set(x_165, 0, x_3); +return x_165; +} +} +} +} +else { -lean_object* x_66; -lean_dec(x_54); +lean_object* x_187; lean_object* x_188; lean_object* x_189; size_t x_190; size_t x_191; size_t x_192; uint8_t x_193; +x_187 = lean_ctor_get(x_165, 0); +x_188 = lean_ctor_get(x_165, 1); +lean_inc(x_188); +lean_inc(x_187); +lean_dec(x_165); +lean_inc(x_3); +x_189 = lean_array_uset(x_188, x_7, x_3); +x_190 = lean_usize_add(x_7, x_6); +x_191 = lean_ptr_addr(x_155); +lean_dec(x_155); +x_192 = lean_ptr_addr(x_160); +x_193 = lean_usize_dec_eq(x_191, x_192); +if (x_193 == 0) +{ +lean_object* x_194; lean_object* x_195; lean_object* x_196; +lean_dec(x_157); +lean_dec(x_156); lean_dec(x_3); -x_66 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); -return x_66; +x_194 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_187, x_158); +lean_inc(x_194); +x_195 = lean_array_uset(x_189, x_190, x_194); +x_196 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_196, 0, x_194); +lean_ctor_set(x_196, 1, x_195); +return x_196; } else { -size_t x_67; size_t x_68; uint8_t x_69; -x_67 = lean_ptr_addr(x_54); -lean_dec(x_54); -x_68 = lean_ptr_addr(x_58); -x_69 = lean_usize_dec_eq(x_67, x_68); -if (x_69 == 0) +size_t x_197; size_t x_198; uint8_t x_199; +x_197 = lean_ptr_addr(x_156); +lean_dec(x_156); +x_198 = lean_ptr_addr(x_163); +x_199 = lean_usize_dec_eq(x_197, x_198); +if (x_199 == 0) { -lean_object* x_70; +lean_object* x_200; lean_object* x_201; lean_object* x_202; +lean_dec(x_157); lean_dec(x_3); -x_70 = l_Lean_Expr_letE___override(x_51, x_56, x_57, x_58, x_55); -return x_70; +x_200 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_187, x_158); +lean_inc(x_200); +x_201 = lean_array_uset(x_189, x_190, x_200); +x_202 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_202, 0, x_200); +lean_ctor_set(x_202, 1, x_201); +return x_202; } else { -lean_dec(x_58); -lean_dec(x_57); -lean_dec(x_56); -lean_dec(x_51); -return x_3; +size_t x_203; size_t x_204; uint8_t x_205; +x_203 = lean_ptr_addr(x_157); +lean_dec(x_157); +x_204 = lean_ptr_addr(x_187); +x_205 = lean_usize_dec_eq(x_203, x_204); +if (x_205 == 0) +{ +lean_object* x_206; lean_object* x_207; lean_object* x_208; +lean_dec(x_3); +x_206 = l_Lean_Expr_letE___override(x_154, x_160, x_163, x_187, x_158); +lean_inc(x_206); +x_207 = lean_array_uset(x_189, x_190, x_206); +x_208 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_208, 0, x_206); +lean_ctor_set(x_208, 1, x_207); +return x_208; +} +else +{ +lean_object* x_209; lean_object* x_210; +lean_dec(x_187); +lean_dec(x_163); +lean_dec(x_160); +lean_dec(x_154); +lean_inc(x_3); +x_209 = lean_array_uset(x_189, x_190, x_3); +x_210 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_210, 0, x_3); +lean_ctor_set(x_210, 1, x_209); +return x_210; +} } } } } case 10: { -lean_object* x_71; lean_object* x_72; lean_object* x_73; size_t x_74; size_t x_75; uint8_t x_76; -x_71 = lean_ctor_get(x_3, 0); -lean_inc(x_71); -x_72 = lean_ctor_get(x_3, 1); -lean_inc(x_72); -lean_inc(x_72); -x_73 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_72); -x_74 = lean_ptr_addr(x_72); -lean_dec(x_72); -x_75 = lean_ptr_addr(x_73); -x_76 = lean_usize_dec_eq(x_74, x_75); -if (x_76 == 0) +lean_object* x_211; lean_object* x_212; lean_object* x_213; uint8_t x_214; +x_211 = lean_ctor_get(x_3, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_3, 1); +lean_inc(x_212); +lean_inc(x_212); +x_213 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_212, x_4); +x_214 = !lean_is_exclusive(x_213); +if (x_214 == 0) { -lean_object* x_77; +lean_object* x_215; lean_object* x_216; lean_object* x_217; size_t x_218; size_t x_219; size_t x_220; uint8_t x_221; +x_215 = lean_ctor_get(x_213, 0); +x_216 = lean_ctor_get(x_213, 1); +lean_inc(x_3); +x_217 = lean_array_uset(x_216, x_7, x_3); +x_218 = lean_usize_add(x_7, x_6); +x_219 = lean_ptr_addr(x_212); +lean_dec(x_212); +x_220 = lean_ptr_addr(x_215); +x_221 = lean_usize_dec_eq(x_219, x_220); +if (x_221 == 0) +{ +lean_object* x_222; lean_object* x_223; lean_dec(x_3); -x_77 = l_Lean_Expr_mdata___override(x_71, x_73); -return x_77; +x_222 = l_Lean_Expr_mdata___override(x_211, x_215); +lean_inc(x_222); +x_223 = lean_array_uset(x_217, x_218, x_222); +lean_ctor_set(x_213, 1, x_223); +lean_ctor_set(x_213, 0, x_222); +return x_213; } else { -lean_dec(x_73); -lean_dec(x_71); -return x_3; +lean_object* x_224; +lean_dec(x_215); +lean_dec(x_211); +lean_inc(x_3); +x_224 = lean_array_uset(x_217, x_218, x_3); +lean_ctor_set(x_213, 1, x_224); +lean_ctor_set(x_213, 0, x_3); +return x_213; +} +} +else +{ +lean_object* x_225; lean_object* x_226; lean_object* x_227; size_t x_228; size_t x_229; size_t x_230; uint8_t x_231; +x_225 = lean_ctor_get(x_213, 0); +x_226 = lean_ctor_get(x_213, 1); +lean_inc(x_226); +lean_inc(x_225); +lean_dec(x_213); +lean_inc(x_3); +x_227 = lean_array_uset(x_226, x_7, x_3); +x_228 = lean_usize_add(x_7, x_6); +x_229 = lean_ptr_addr(x_212); +lean_dec(x_212); +x_230 = lean_ptr_addr(x_225); +x_231 = lean_usize_dec_eq(x_229, x_230); +if (x_231 == 0) +{ +lean_object* x_232; lean_object* x_233; lean_object* x_234; +lean_dec(x_3); +x_232 = l_Lean_Expr_mdata___override(x_211, x_225); +lean_inc(x_232); +x_233 = lean_array_uset(x_227, x_228, x_232); +x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_234, 0, x_232); +lean_ctor_set(x_234, 1, x_233); +return x_234; +} +else +{ +lean_object* x_235; lean_object* x_236; +lean_dec(x_225); +lean_dec(x_211); +lean_inc(x_3); +x_235 = lean_array_uset(x_227, x_228, x_3); +x_236 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_236, 0, x_3); +lean_ctor_set(x_236, 1, x_235); +return x_236; +} } } case 11: { -lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; size_t x_82; size_t x_83; uint8_t x_84; -x_78 = lean_ctor_get(x_3, 0); -lean_inc(x_78); -x_79 = lean_ctor_get(x_3, 1); -lean_inc(x_79); -x_80 = lean_ctor_get(x_3, 2); -lean_inc(x_80); -lean_inc(x_80); -x_81 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_1, x_2, x_80); -x_82 = lean_ptr_addr(x_80); -lean_dec(x_80); -x_83 = lean_ptr_addr(x_81); -x_84 = lean_usize_dec_eq(x_82, x_83); -if (x_84 == 0) +lean_object* x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; uint8_t x_241; +x_237 = lean_ctor_get(x_3, 0); +lean_inc(x_237); +x_238 = lean_ctor_get(x_3, 1); +lean_inc(x_238); +x_239 = lean_ctor_get(x_3, 2); +lean_inc(x_239); +lean_inc(x_239); +x_240 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_239, x_4); +x_241 = !lean_is_exclusive(x_240); +if (x_241 == 0) +{ +lean_object* x_242; lean_object* x_243; lean_object* x_244; size_t x_245; size_t x_246; size_t x_247; uint8_t x_248; +x_242 = lean_ctor_get(x_240, 0); +x_243 = lean_ctor_get(x_240, 1); +lean_inc(x_3); +x_244 = lean_array_uset(x_243, x_7, x_3); +x_245 = lean_usize_add(x_7, x_6); +x_246 = lean_ptr_addr(x_239); +lean_dec(x_239); +x_247 = lean_ptr_addr(x_242); +x_248 = lean_usize_dec_eq(x_246, x_247); +if (x_248 == 0) +{ +lean_object* x_249; lean_object* x_250; +lean_dec(x_3); +x_249 = l_Lean_Expr_proj___override(x_237, x_238, x_242); +lean_inc(x_249); +x_250 = lean_array_uset(x_244, x_245, x_249); +lean_ctor_set(x_240, 1, x_250); +lean_ctor_set(x_240, 0, x_249); +return x_240; +} +else +{ +lean_object* x_251; +lean_dec(x_242); +lean_dec(x_238); +lean_dec(x_237); +lean_inc(x_3); +x_251 = lean_array_uset(x_244, x_245, x_3); +lean_ctor_set(x_240, 1, x_251); +lean_ctor_set(x_240, 0, x_3); +return x_240; +} +} +else +{ +lean_object* x_252; lean_object* x_253; lean_object* x_254; size_t x_255; size_t x_256; size_t x_257; uint8_t x_258; +x_252 = lean_ctor_get(x_240, 0); +x_253 = lean_ctor_get(x_240, 1); +lean_inc(x_253); +lean_inc(x_252); +lean_dec(x_240); +lean_inc(x_3); +x_254 = lean_array_uset(x_253, x_7, x_3); +x_255 = lean_usize_add(x_7, x_6); +x_256 = lean_ptr_addr(x_239); +lean_dec(x_239); +x_257 = lean_ptr_addr(x_252); +x_258 = lean_usize_dec_eq(x_256, x_257); +if (x_258 == 0) { -lean_object* x_85; +lean_object* x_259; lean_object* x_260; lean_object* x_261; lean_dec(x_3); -x_85 = l_Lean_Expr_proj___override(x_78, x_79, x_81); -return x_85; +x_259 = l_Lean_Expr_proj___override(x_237, x_238, x_252); +lean_inc(x_259); +x_260 = lean_array_uset(x_254, x_255, x_259); +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_259); +lean_ctor_set(x_261, 1, x_260); +return x_261; } else { -lean_dec(x_81); -lean_dec(x_79); -lean_dec(x_78); -return x_3; +lean_object* x_262; lean_object* x_263; +lean_dec(x_252); +lean_dec(x_238); +lean_dec(x_237); +lean_inc(x_3); +x_262 = lean_array_uset(x_254, x_255, x_3); +x_263 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_263, 0, x_3); +lean_ctor_set(x_263, 1, x_262); +return x_263; +} } } default: { +lean_object* x_264; lean_dec(x_2); lean_dec(x_1); -return x_3; +x_264 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_264, 0, x_3); +lean_ctor_set(x_264, 1, x_4); +return x_264; } } } else { -lean_object* x_86; -lean_dec(x_3); +lean_object* x_265; lean_object* x_266; size_t x_267; lean_object* x_268; lean_object* x_269; lean_dec(x_2); lean_dec(x_1); -x_86 = lean_ctor_get(x_4, 0); -lean_inc(x_86); -lean_dec(x_4); -return x_86; -} -} -} -LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsNoCache(lean_object* x_1, lean_object* x_2, lean_object* x_3) { -_start: -{ -uint8_t x_4; -x_4 = l_List_isEmpty___rarg(x_2); -if (x_4 == 0) -{ -uint8_t x_5; -x_5 = l_List_isEmpty___rarg(x_3); -if (x_5 == 0) -{ -lean_object* x_6; -x_6 = l_Lean_Expr_replaceNoCache___at_Lean_Expr_instantiateLevelParamsNoCache___spec__4(x_2, x_3, x_1); -return x_6; -} -else -{ -lean_dec(x_3); -lean_dec(x_2); -return x_1; +x_265 = lean_ctor_get(x_11, 0); +lean_inc(x_265); +lean_dec(x_11); +x_266 = lean_array_uset(x_4, x_7, x_3); +x_267 = lean_usize_add(x_7, x_6); +lean_inc(x_265); +x_268 = lean_array_uset(x_266, x_267, x_265); +x_269 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_269, 0, x_265); +lean_ctor_set(x_269, 1, x_268); +return x_269; } } else { +size_t x_270; lean_object* x_271; lean_object* x_272; lean_dec(x_3); lean_dec(x_2); -return x_1; +lean_dec(x_1); +x_270 = lean_usize_add(x_7, x_6); +x_271 = lean_array_uget(x_4, x_270); +x_272 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_272, 0, x_271); +lean_ctor_set(x_272, 1, x_4); +return x_272; } } } -LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParamsArray___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_5; uint8_t x_6; -x_5 = lean_array_get_size(x_1); -x_6 = lean_nat_dec_lt(x_4, x_5); +lean_object* x_4; lean_object* x_5; lean_object* x_6; +x_4 = l_Lean_Expr_ReplaceImpl_Cache_new; +x_5 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_3, x_4); +x_6 = lean_ctor_get(x_5, 0); +lean_inc(x_6); lean_dec(x_5); -if (x_6 == 0) -{ -lean_object* x_7; -lean_dec(x_4); -x_7 = lean_box(0); -return x_7; -} -else -{ -lean_object* x_8; lean_object* x_9; uint8_t x_10; -x_8 = lean_array_fget(x_1, x_4); -x_9 = lean_array_get_size(x_2); -x_10 = lean_nat_dec_lt(x_4, x_9); -lean_dec(x_9); -if (x_10 == 0) -{ -lean_object* x_11; -lean_dec(x_8); -lean_dec(x_4); -x_11 = lean_box(0); -return x_11; -} -else -{ -lean_object* x_12; uint8_t x_13; -x_12 = lean_array_fget(x_2, x_4); -x_13 = lean_name_eq(x_8, x_3); -lean_dec(x_8); -if (x_13 == 0) -{ -lean_object* x_14; lean_object* x_15; -lean_dec(x_12); -x_14 = lean_unsigned_to_nat(1u); -x_15 = lean_nat_add(x_4, x_14); -lean_dec(x_4); -x_4 = x_15; -goto _start; -} -else -{ -lean_object* x_17; -lean_dec(x_4); -x_17 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_17, 0, x_12); -return x_17; -} -} -} -} -} -LEAN_EXPORT lean_object* l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray___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_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(x_1, x_2, x_3, x_4); -lean_dec(x_3); -lean_dec(x_2); -lean_dec(x_1); -return x_5; +return x_6; } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__8(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { if (lean_obj_tag(x_2) == 0) @@ -2120,16 +5119,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___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_unsigned_to_nat(0u); -x_5 = l___private_Lean_Util_InstantiateLevelParams_0__Lean_Expr_getParamSubstArray(x_1, x_2, x_3, x_4); -return x_5; -} -} -LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4(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_Lean_Expr_instantiateLevelParamsArray___spec__8___at_Lean_Expr_instantiateLevelParamsArray___spec__9(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { if (lean_obj_tag(x_3) == 0) @@ -2189,107 +5179,124 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__7(lean_object* x_1, lean_object* x_2, lean_object* x_3) { _start: { -lean_object* x_4; uint8_t x_5; +lean_object* x_4; uint8_t x_5; uint8_t x_25; lean_inc(x_2); lean_inc(x_1); x_4 = lean_alloc_closure((void*)(l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4___lambda__1___boxed), 3, 2); lean_closure_set(x_4, 0, x_1); lean_closure_set(x_4, 1, x_2); -x_5 = l_Lean_Expr_hasLevelParam(x_3); -if (x_5 == 0) +x_25 = l_Lean_Expr_hasLevelParam(x_3); +if (x_25 == 0) { -lean_object* x_6; -lean_dec(x_4); -lean_dec(x_2); -lean_dec(x_1); -x_6 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_6, 0, x_3); -return x_6; +uint8_t x_26; +x_26 = 1; +x_5 = x_26; +goto block_24; } else { +uint8_t x_27; +x_27 = 0; +x_5 = x_27; +goto block_24; +} +block_24: +{ +if (x_5 == 0) +{ switch (lean_obj_tag(x_3)) { case 3: { -lean_object* x_7; lean_object* x_8; size_t x_9; size_t x_10; uint8_t x_11; +lean_object* x_6; lean_object* x_7; size_t x_8; size_t x_9; uint8_t x_10; lean_dec(x_2); lean_dec(x_1); -x_7 = lean_ctor_get(x_3, 0); -lean_inc(x_7); -lean_inc(x_7); -x_8 = l_Lean_Level_substParams_go(x_4, x_7); +x_6 = lean_ctor_get(x_3, 0); +lean_inc(x_6); +lean_inc(x_6); +x_7 = l_Lean_Level_substParams_go(x_4, x_6); +x_8 = lean_ptr_addr(x_6); +lean_dec(x_6); x_9 = lean_ptr_addr(x_7); -lean_dec(x_7); -x_10 = lean_ptr_addr(x_8); -x_11 = lean_usize_dec_eq(x_9, x_10); -if (x_11 == 0) +x_10 = lean_usize_dec_eq(x_8, x_9); +if (x_10 == 0) { -lean_object* x_12; lean_object* x_13; +lean_object* x_11; lean_object* x_12; lean_dec(x_3); -x_12 = l_Lean_Expr_sort___override(x_8); -x_13 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_13, 0, x_12); -return x_13; +x_11 = l_Lean_Expr_sort___override(x_7); +x_12 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_12, 0, x_11); +return x_12; } else { -lean_object* x_14; -lean_dec(x_8); -x_14 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_14, 0, x_3); -return x_14; +lean_object* x_13; +lean_dec(x_7); +x_13 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_13, 0, x_3); +return x_13; } } case 4: { -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; uint8_t x_18; lean_dec(x_4); -x_15 = lean_ctor_get(x_3, 0); +x_14 = lean_ctor_get(x_3, 0); +lean_inc(x_14); +x_15 = lean_ctor_get(x_3, 1); lean_inc(x_15); -x_16 = lean_ctor_get(x_3, 1); -lean_inc(x_16); -x_17 = lean_box(0); -lean_inc(x_16); -x_18 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__3___at_Lean_Expr_instantiateLevelParamsArray___spec__4(x_1, x_2, x_16, x_17); -x_19 = l_ptrEqList___rarg(x_16, x_18); -lean_dec(x_16); -if (x_19 == 0) +x_16 = lean_box(0); +lean_inc(x_15); +x_17 = l_List_mapTR_loop___at_Lean_Expr_instantiateLevelParamsArray___spec__8___at_Lean_Expr_instantiateLevelParamsArray___spec__9(x_1, x_2, x_15, x_16); +x_18 = l_ptrEqList___rarg(x_15, x_17); +lean_dec(x_15); +if (x_18 == 0) { -lean_object* x_20; lean_object* x_21; +lean_object* x_19; lean_object* x_20; lean_dec(x_3); -x_20 = l_Lean_Expr_const___override(x_15, x_18); +x_19 = l_Lean_Expr_const___override(x_14, x_17); +x_20 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_20, 0, x_19); +return x_20; +} +else +{ +lean_object* x_21; +lean_dec(x_17); +lean_dec(x_14); x_21 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_21, 0, x_20); +lean_ctor_set(x_21, 0, x_3); return x_21; } -else +} +default: { lean_object* x_22; -lean_dec(x_18); -lean_dec(x_15); -x_22 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_22, 0, x_3); +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +lean_dec(x_1); +x_22 = lean_box(0); return x_22; } } -default: +} +else { lean_object* x_23; lean_dec(x_4); -lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_23 = lean_box(0); +x_23 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_23, 0, x_3); return x_23; } } } } -} -LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(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; size_t x_7; lean_object* x_8; size_t x_9; uint8_t x_10; @@ -2306,7 +5313,7 @@ lean_object* x_11; lean_inc(x_3); lean_inc(x_2); lean_inc(x_1); -x_11 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__2(x_1, x_2, x_3); +x_11 = l_Lean_Expr_instantiateLevelParamsCore_replaceFn___at_Lean_Expr_instantiateLevelParamsArray___spec__7(x_1, x_2, x_3); if (lean_obj_tag(x_11) == 0) { switch (lean_obj_tag(x_3)) { @@ -2320,14 +5327,14 @@ lean_inc(x_13); lean_inc(x_12); lean_inc(x_2); lean_inc(x_1); -x_14 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_12, x_4); +x_14 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_12, x_4); 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); lean_inc(x_13); -x_17 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_13, x_16); +x_17 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_13, x_16); x_18 = !lean_is_exclusive(x_17); if (x_18 == 0) { @@ -2459,14 +5466,14 @@ x_55 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); lean_inc(x_53); lean_inc(x_2); lean_inc(x_1); -x_56 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_53, x_4); +x_56 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_53, x_4); 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_54); -x_59 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_54, x_58); +x_59 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_54, x_58); x_60 = !lean_is_exclusive(x_59); if (x_60 == 0) { @@ -2516,7 +5523,7 @@ return x_59; else { uint8_t x_76; -x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_76 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_76 == 0) { lean_object* x_77; lean_object* x_78; @@ -2596,7 +5603,7 @@ return x_96; else { uint8_t x_97; -x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_55, x_55); +x_97 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_55, x_55); if (x_97 == 0) { lean_object* x_98; lean_object* x_99; lean_object* x_100; @@ -2639,14 +5646,14 @@ x_106 = lean_ctor_get_uint8(x_3, sizeof(void*)*3 + 8); lean_inc(x_104); lean_inc(x_2); lean_inc(x_1); -x_107 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_104, x_4); +x_107 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_104, x_4); x_108 = lean_ctor_get(x_107, 0); lean_inc(x_108); x_109 = lean_ctor_get(x_107, 1); lean_inc(x_109); lean_dec(x_107); lean_inc(x_105); -x_110 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_105, x_109); +x_110 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_105, x_109); x_111 = !lean_is_exclusive(x_110); if (x_111 == 0) { @@ -2696,7 +5703,7 @@ return x_110; else { uint8_t x_127; -x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_106, x_106); +x_127 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); if (x_127 == 0) { lean_object* x_128; lean_object* x_129; @@ -2776,7 +5783,7 @@ return x_147; else { uint8_t x_148; -x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_106, x_106); +x_148 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_106, x_106); if (x_148 == 0) { lean_object* x_149; lean_object* x_150; lean_object* x_151; @@ -2821,7 +5828,7 @@ x_158 = lean_ctor_get_uint8(x_3, sizeof(void*)*4 + 8); lean_inc(x_155); lean_inc(x_2); lean_inc(x_1); -x_159 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_155, x_4); +x_159 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_155, x_4); x_160 = lean_ctor_get(x_159, 0); lean_inc(x_160); x_161 = lean_ctor_get(x_159, 1); @@ -2830,14 +5837,14 @@ lean_dec(x_159); lean_inc(x_156); lean_inc(x_2); lean_inc(x_1); -x_162 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_156, x_161); +x_162 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_156, x_161); 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); lean_inc(x_157); -x_165 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_157, x_164); +x_165 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_157, x_164); x_166 = !lean_is_exclusive(x_165); if (x_166 == 0) { @@ -3011,7 +6018,7 @@ lean_inc(x_211); x_212 = lean_ctor_get(x_3, 1); lean_inc(x_212); lean_inc(x_212); -x_213 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_212, x_4); +x_213 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_212, x_4); x_214 = !lean_is_exclusive(x_213); if (x_214 == 0) { @@ -3099,7 +6106,7 @@ lean_inc(x_238); x_239 = lean_ctor_get(x_3, 2); lean_inc(x_239); lean_inc(x_239); -x_240 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_239, x_4); +x_240 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_239, x_4); x_241 = !lean_is_exclusive(x_240); if (x_241 == 0) { @@ -3224,12 +6231,12 @@ return x_272; } } } -LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParamsArray___spec__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Lean_Expr_instantiateLevelParamsCore___at_Lean_Expr_instantiateLevelParamsArray___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; x_4 = l_Lean_Expr_ReplaceImpl_Cache_new; -x_5 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__5(x_1, x_2, x_3, x_4); +x_5 = l_Lean_Expr_ReplaceImpl_replaceUnsafeM_visit___at_Lean_Expr_instantiateLevelParamsArray___spec__10(x_1, x_2, x_3, x_4); x_6 = lean_ctor_get(x_5, 0); lean_inc(x_6); lean_dec(x_5); diff --git a/stage0/stdlib/Lean/Util/OccursCheck.c b/stage0/stdlib/Lean/Util/OccursCheck.c index 94b60400a31a..d45a60671e4c 100644 --- a/stage0/stdlib/Lean/Util/OccursCheck.c +++ b/stage0/stdlib/Lean/Util/OccursCheck.c @@ -1497,63 +1497,80 @@ return x_48; LEAN_EXPORT lean_object* l_Lean_occursCheck_visit___rarg(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 = l_Lean_Expr_hasExprMVar(x_4); +uint8_t x_6; uint8_t x_22; +x_22 = l_Lean_Expr_hasExprMVar(x_4); +if (x_22 == 0) +{ +uint8_t x_23; +x_23 = 1; +x_6 = x_23; +goto block_21; +} +else +{ +uint8_t x_24; +x_24 = 0; +x_6 = x_24; +goto block_21; +} +block_21: +{ if (x_6 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_7 = lean_ctor_get(x_1, 0); +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_ctor_get(x_1, 1); lean_inc(x_7); -lean_dec(x_1); -x_8 = lean_ctor_get(x_7, 1); +x_8 = lean_ctor_get(x_1, 0); lean_inc(x_8); -lean_dec(x_7); -x_9 = l_Lean_occursCheck_visitMVar___rarg___lambda__1___closed__1; +x_9 = lean_ctor_get(x_8, 1); +lean_inc(x_9); +lean_dec(x_8); +lean_inc(x_5); x_10 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_10, 0, x_9); +lean_ctor_set(x_10, 0, x_5); lean_ctor_set(x_10, 1, x_5); -x_11 = lean_apply_2(x_8, lean_box(0), x_10); -return x_11; +lean_inc(x_9); +x_11 = lean_apply_2(x_9, lean_box(0), x_10); +lean_inc(x_9); +x_12 = lean_alloc_closure((void*)(l_Lean_occursCheck_visit___rarg___lambda__1), 2, 1); +lean_closure_set(x_12, 0, x_9); +lean_inc(x_7); +lean_inc(x_12); +x_13 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_11, x_12); +lean_inc(x_7); +x_14 = lean_alloc_closure((void*)(l_Lean_occursCheck_visit___rarg___lambda__5), 8, 7); +lean_closure_set(x_14, 0, x_9); +lean_closure_set(x_14, 1, x_4); +lean_closure_set(x_14, 2, x_1); +lean_closure_set(x_14, 3, x_2); +lean_closure_set(x_14, 4, x_3); +lean_closure_set(x_14, 5, x_7); +lean_closure_set(x_14, 6, x_12); +x_15 = lean_apply_4(x_7, lean_box(0), lean_box(0), x_13, x_14); +return x_15; } else { -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_1, 1); -lean_inc(x_12); -x_13 = lean_ctor_get(x_1, 0); -lean_inc(x_13); -x_14 = lean_ctor_get(x_13, 1); -lean_inc(x_14); -lean_dec(x_13); -lean_inc(x_5); -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_5); -lean_ctor_set(x_15, 1, x_5); -lean_inc(x_14); -x_16 = lean_apply_2(x_14, lean_box(0), x_15); -lean_inc(x_14); -x_17 = lean_alloc_closure((void*)(l_Lean_occursCheck_visit___rarg___lambda__1), 2, 1); -lean_closure_set(x_17, 0, x_14); -lean_inc(x_12); +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_16 = lean_ctor_get(x_1, 0); +lean_inc(x_16); +lean_dec(x_1); +x_17 = lean_ctor_get(x_16, 1); lean_inc(x_17); -x_18 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_16, x_17); -lean_inc(x_12); -x_19 = lean_alloc_closure((void*)(l_Lean_occursCheck_visit___rarg___lambda__5), 8, 7); -lean_closure_set(x_19, 0, x_14); -lean_closure_set(x_19, 1, x_4); -lean_closure_set(x_19, 2, x_1); -lean_closure_set(x_19, 3, x_2); -lean_closure_set(x_19, 4, x_3); -lean_closure_set(x_19, 5, x_12); -lean_closure_set(x_19, 6, x_17); -x_20 = lean_apply_4(x_12, lean_box(0), lean_box(0), x_18, x_19); +lean_dec(x_16); +x_18 = l_Lean_occursCheck_visitMVar___rarg___lambda__1___closed__1; +x_19 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_19, 0, x_18); +lean_ctor_set(x_19, 1, x_5); +x_20 = lean_apply_2(x_17, lean_box(0), x_19); return x_20; } } } +} LEAN_EXPORT lean_object* l_Lean_occursCheck_visit(lean_object* x_1) { _start: { @@ -1609,40 +1626,57 @@ return x_2; LEAN_EXPORT lean_object* l_Lean_occursCheck___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { -uint8_t x_5; -x_5 = l_Lean_Expr_hasExprMVar(x_4); +uint8_t x_5; uint8_t x_17; +x_17 = l_Lean_Expr_hasExprMVar(x_4); +if (x_17 == 0) +{ +uint8_t x_18; +x_18 = 1; +x_5 = x_18; +goto block_16; +} +else +{ +uint8_t x_19; +x_19 = 0; +x_5 = x_19; +goto block_16; +} +block_16: +{ if (x_5 == 0) { -lean_object* x_6; lean_object* x_7; uint8_t x_8; lean_object* x_9; lean_object* x_10; -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_6 = lean_ctor_get(x_1, 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, 1); 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 = 1; -x_9 = lean_box(x_8); -x_10 = lean_apply_2(x_7, lean_box(0), x_9); +x_7 = l_Lean_occursCheck___rarg___closed__1; +lean_inc(x_1); +x_8 = l_Lean_occursCheck_visit___rarg(x_1, x_2, x_3, x_4, x_7); +x_9 = lean_alloc_closure((void*)(l_Lean_occursCheck___rarg___lambda__1___boxed), 2, 1); +lean_closure_set(x_9, 0, x_1); +x_10 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_8, x_9); 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, 1); +lean_object* x_11; lean_object* x_12; uint8_t x_13; lean_object* x_14; lean_object* x_15; +lean_dec(x_4); +lean_dec(x_3); +lean_dec(x_2); +x_11 = lean_ctor_get(x_1, 0); lean_inc(x_11); -x_12 = l_Lean_occursCheck___rarg___closed__1; -lean_inc(x_1); -x_13 = l_Lean_occursCheck_visit___rarg(x_1, x_2, x_3, x_4, x_12); -x_14 = lean_alloc_closure((void*)(l_Lean_occursCheck___rarg___lambda__1___boxed), 2, 1); -lean_closure_set(x_14, 0, x_1); -x_15 = lean_apply_4(x_11, lean_box(0), lean_box(0), x_13, x_14); +lean_dec(x_1); +x_12 = lean_ctor_get(x_11, 1); +lean_inc(x_12); +lean_dec(x_11); +x_13 = 1; +x_14 = lean_box(x_13); +x_15 = lean_apply_2(x_12, lean_box(0), x_14); return x_15; } } } +} LEAN_EXPORT lean_object* l_Lean_occursCheck(lean_object* x_1) { _start: { diff --git a/stage0/stdlib/Lean/Util/Path.c b/stage0/stdlib/Lean/Util/Path.c index 9c44e275c1a6..f86ccf9778d7 100644 --- a/stage0/stdlib/Lean/Util/Path.c +++ b/stage0/stdlib/Lean/Util/Path.c @@ -25,12 +25,13 @@ lean_object* l_System_FilePath_walkDir(lean_object*, lean_object*, lean_object*) lean_object* l_System_FilePath_join(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_modToFilePath_go___spec__1(lean_object*); lean_object* l_System_FilePath_normalize(lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_searchModuleNameOfFileName___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_findOLean_maybeThisOne___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); lean_object* lean_array_push(lean_object*, lean_object*); static lean_object* l_Lean_moduleNameOfFileName___lambda__2___closed__3; +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___at_Lean_SearchPath_findAllWithExt___spec__3(lean_object*, lean_object*, lean_object*, size_t, size_t, lean_object*); lean_object* l_System_SearchPath_parse(lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_moduleNameOfFileName___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -51,22 +52,18 @@ LEAN_EXPORT lean_object* lean_module_name_of_file(lean_object*, lean_object*, le LEAN_EXPORT lean_object* l_Lean_modToFilePath___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); lean_object* l_System_FilePath_pathExists(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___lambda__1(lean_object*, lean_object*); lean_object* lean_string_push(lean_object*, uint32_t); static lean_object* l_Lean_findSysroot___closed__1; -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_findOLean___closed__1; lean_object* l_List_appendTR___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_initSearchPath(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l_Lean_findOLean___closed__3; LEAN_EXPORT lean_object* l_Lean_findSysroot(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_findM_x3f___at_Lean_SearchPath_findWithExt___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SearchPath_findModuleWithExt___lambda__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_findOLean_maybeThisOne___closed__2; -static lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___closed__1; lean_object* l_System_FilePath_isDir(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getLibDir___lambda__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_getLibDir___lambda__1(lean_object*, lean_object*, lean_object*); @@ -77,6 +74,7 @@ lean_object* lean_st_mk_ref(lean_object*, lean_object*); lean_object* l_IO_appDir(lean_object*); lean_object* l_System_FilePath_components(lean_object*); lean_object* l_System_FilePath_parent(lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___lambda__1(lean_object*, lean_object*); lean_object* l_Lean_Name_getRoot(lean_object*); LEAN_EXPORT lean_object* l_Lean_SearchPath_findModuleWithExt___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_getBuildDir___closed__2; @@ -86,12 +84,14 @@ static lean_object* l_Lean_initSearchPath___closed__1; static lean_object* l_Lean_getLibDir___closed__3; LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_searchModuleNameOfFileName___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_addSearchPathFromEnv(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SearchPath_findModuleWithExt(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_searchModuleNameOfFileName___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_moduleNameOfFileName___lambda__2___closed__1; extern uint32_t l_System_FilePath_pathSeparator; lean_object* l_Array_append___rarg(lean_object*, lean_object*); +static lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___closed__1; static lean_object* l_Lean_getBuildDir___closed__3; LEAN_EXPORT lean_object* l_Lean_findOLean___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_moduleNameOfFileName___lambda__2___closed__2; @@ -99,6 +99,7 @@ LEAN_EXPORT lean_object* l_Lean_moduleNameOfFileName___lambda__1___boxed(lean_ob static lean_object* l_Lean_getBuildDir___closed__4; static lean_object* l_Lean_findSysroot___lambda__1___closed__1; LEAN_EXPORT lean_object* lean_get_prefix(lean_object*); +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SearchPath_findWithExt(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_searchModuleNameOfFileName(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_SearchPath_findWithExt___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -108,6 +109,7 @@ lean_object* lean_string_length(lean_object*); static lean_object* l_Lean_getBuildDir___closed__1; LEAN_EXPORT lean_object* l_Lean_findOLean_maybeThisOne(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___at_Lean_SearchPath_findAllWithExt___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_searchPathRef; LEAN_EXPORT lean_object* l_Lean_SearchPath_findModuleWithExt___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_findOLean(lean_object*, lean_object*); @@ -723,48 +725,89 @@ return x_8; } } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { _start: { -uint8_t x_6; -x_6 = lean_usize_dec_eq(x_3, x_4); -if (x_6 == 0) +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) { -lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; size_t x_11; size_t x_12; -x_7 = lean_array_uget(x_2, x_3); -lean_inc(x_7); -x_8 = l_System_FilePath_extension(x_7); +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +lean_inc(x_8); +x_9 = l_System_FilePath_extension(x_8); lean_inc(x_1); -x_9 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_9, 0, x_1); -x_10 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_SearchPath_findAllWithExt___spec__1(x_8, x_9); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_1); +x_11 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_SearchPath_findAllWithExt___spec__1(x_9, x_10); +lean_dec(x_10); lean_dec(x_9); -lean_dec(x_8); -x_11 = 1; -x_12 = lean_usize_add(x_3, x_11); -if (x_10 == 0) +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) { -lean_dec(x_7); -x_3 = x_12; +lean_dec(x_8); +x_4 = x_13; goto _start; } else { -lean_object* x_14; -x_14 = lean_array_push(x_5, x_7); -x_3 = x_12; -x_5 = x_14; +lean_object* x_15; +x_15 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_15; goto _start; } } else { lean_dec(x_1); -return x_5; +return x_6; } } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___lambda__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___at_Lean_SearchPath_findAllWithExt___spec__3(lean_object* x_1, lean_object* x_2, lean_object* x_3, size_t x_4, size_t x_5, lean_object* x_6) { +_start: +{ +uint8_t x_7; +x_7 = lean_usize_dec_eq(x_4, x_5); +if (x_7 == 0) +{ +lean_object* x_8; lean_object* x_9; lean_object* x_10; uint8_t x_11; size_t x_12; size_t x_13; +x_8 = lean_array_uget(x_3, x_4); +lean_inc(x_8); +x_9 = l_System_FilePath_extension(x_8); +lean_inc(x_2); +x_10 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_10, 0, x_2); +x_11 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_SearchPath_findAllWithExt___spec__1(x_9, x_10); +lean_dec(x_10); +lean_dec(x_9); +x_12 = 1; +x_13 = lean_usize_add(x_4, x_12); +if (x_11 == 0) +{ +lean_dec(x_8); +x_4 = x_13; +goto _start; +} +else +{ +lean_object* x_15; +x_15 = lean_array_push(x_6, x_8); +x_4 = x_13; +x_6 = x_15; +goto _start; +} +} +else +{ +lean_dec(x_2); +return x_6; +} +} +} +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___lambda__1(lean_object* x_1, lean_object* x_2) { _start: { uint8_t x_3; lean_object* x_4; lean_object* x_5; @@ -776,15 +819,15 @@ lean_ctor_set(x_5, 1, x_2); return x_5; } } -static lean_object* _init_l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___closed__1() { +static lean_object* _init_l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___closed__1() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___lambda__1___boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___lambda__1___boxed), 2, 0); return x_1; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3(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_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4(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_3) == 0) @@ -827,7 +870,7 @@ lean_object* x_14; lean_object* x_15; lean_object* x_16; x_14 = lean_ctor_get(x_9, 1); lean_inc(x_14); lean_dec(x_9); -x_15 = l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___closed__1; +x_15 = l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___closed__1; x_16 = l_System_FilePath_walkDir(x_7, x_15, x_14); if (lean_obj_tag(x_16) == 0) { @@ -876,7 +919,7 @@ x_28 = lean_usize_of_nat(x_19); lean_dec(x_19); lean_inc(x_2); lean_inc(x_1); -x_29 = l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(x_1, x_17, x_27, x_28, x_2); +x_29 = l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___at_Lean_SearchPath_findAllWithExt___spec__3(x_1, x_1, x_17, x_27, x_28, x_2); lean_dec(x_17); x_30 = l_Array_append___rarg(x_4, x_29); x_3 = x_8; @@ -930,7 +973,7 @@ LEAN_EXPORT lean_object* l_Lean_SearchPath_findAllWithExt(lean_object* x_1, lean { lean_object* x_4; lean_object* x_5; x_4 = l_Lean_SearchPath_findAllWithExt___closed__1; -x_5 = l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3(x_2, x_4, x_1, x_4, x_3); +x_5 = l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4(x_2, x_4, x_1, x_4, x_3); if (lean_obj_tag(x_5) == 0) { uint8_t x_6; @@ -988,24 +1031,39 @@ x_4 = lean_box(x_3); return x_4; } } -LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__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_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___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: { -size_t x_6; size_t x_7; lean_object* x_8; -x_6 = lean_unbox_usize(x_3); -lean_dec(x_3); +size_t x_7; size_t x_8; lean_object* x_9; x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(x_1, x_2, x_6, x_7, x_5); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); lean_dec(x_2); -return x_8; +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___at_Lean_SearchPath_findAllWithExt___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_foldlMUnsafe_fold___at_Lean_SearchPath_findAllWithExt___spec__2___at_Lean_SearchPath_findAllWithExt___spec__3(x_1, x_2, x_3, x_7, x_8, x_6); +lean_dec(x_3); +lean_dec(x_1); +return x_9; } } -LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___lambda__1___boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___lambda__1(x_1, x_2); +x_3 = l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___lambda__1(x_1, x_2); lean_dec(x_1); return x_3; } @@ -2478,8 +2536,8 @@ l_Lean_modToFilePath_go___closed__4 = _init_l_Lean_modToFilePath_go___closed__4( lean_mark_persistent(l_Lean_modToFilePath_go___closed__4); l_Lean_SearchPath_findModuleWithExt___closed__1 = _init_l_Lean_SearchPath_findModuleWithExt___closed__1(); lean_mark_persistent(l_Lean_SearchPath_findModuleWithExt___closed__1); -l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___closed__1 = _init_l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___closed__1(); -lean_mark_persistent(l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__3___closed__1); +l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___closed__1 = _init_l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___closed__1(); +lean_mark_persistent(l_List_forIn_loop___at_Lean_SearchPath_findAllWithExt___spec__4___closed__1); l_Lean_SearchPath_findAllWithExt___closed__1 = _init_l_Lean_SearchPath_findAllWithExt___closed__1(); lean_mark_persistent(l_Lean_SearchPath_findAllWithExt___closed__1); if (builtin) {res = l_Lean_initFn____x40_Lean_Util_Path___hyg_608_(lean_io_mk_world()); diff --git a/stage0/stdlib/Lean/Util/Recognizers.c b/stage0/stdlib/Lean/Util/Recognizers.c index 2be319c2bae4..c6c2ad1bd023 100644 --- a/stage0/stdlib/Lean/Util/Recognizers.c +++ b/stage0/stdlib/Lean/Util/Recognizers.c @@ -64,6 +64,7 @@ static lean_object* l_Lean_Expr_heq_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_iff_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isEq___boxed(lean_object*); static lean_object* l_Lean_Expr_listLit_x3f_loop___closed__2; +LEAN_EXPORT lean_object* l_Lean_Expr_asProp_x3f(lean_object*); LEAN_EXPORT uint8_t l_Lean_Expr_isEq(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_arrow_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_constructorApp_x3f(lean_object*, lean_object*, uint8_t); @@ -92,6 +93,7 @@ LEAN_EXPORT uint8_t l_Lean_Expr_isConstructorApp(lean_object*, lean_object*); static lean_object* l_Lean_Expr_isDIte___closed__2; static lean_object* l_Lean_Expr_isConstructorApp_x3f___closed__4; LEAN_EXPORT lean_object* l_Lean_Expr_arrayLit_x3f___boxed(lean_object*); +static lean_object* l_Lean_Expr_asProp_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_app1_x3f___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Expr_natAdd_x3f___closed__3; static lean_object* l_Lean_Expr_iff_x3f___closed__1; @@ -99,6 +101,7 @@ lean_object* l_Lean_mkRawNatLit(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_eq_x3f(lean_object*); lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_const_x3f___boxed(lean_object*); +static lean_object* l_Lean_Expr_asProp_x3f___closed__2; LEAN_EXPORT uint8_t l_Lean_Expr_isHEq(lean_object*); static lean_object* l_Lean_Expr_listLit_x3f_loop___closed__4; LEAN_EXPORT lean_object* l_Lean_Expr_app4_x3f(lean_object*, lean_object*); @@ -110,6 +113,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_heq_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_prod_x3f___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_isConstructorApp___boxed(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); +static lean_object* l_Lean_Expr_asProp_x3f___closed__3; LEAN_EXPORT lean_object* l_Lean_Expr_isIte___boxed(lean_object*); lean_object* l_Lean_Expr_appArg_x21_x27(lean_object*); static lean_object* l_Lean_Expr_iff_x3f___closed__2; @@ -117,6 +121,7 @@ static lean_object* l_Lean_Expr_prod_x3f___closed__2; static lean_object* l_Lean_Expr_constructorApp_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Expr_heq_x3f(lean_object*); lean_object* l___private_Lean_Expr_0__Lean_Expr_getAppArgsAux(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Expr_asProp_x3f___boxed(lean_object*); static lean_object* l_Lean_Expr_eq_x3f___closed__2; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_notNot_x3f___boxed(lean_object*); @@ -712,6 +717,64 @@ lean_dec(x_1); return x_2; } } +static lean_object* _init_l_Lean_Expr_asProp_x3f___closed__1() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("Bool", 4); +return x_1; +} +} +static lean_object* _init_l_Lean_Expr_asProp_x3f___closed__2() { +_start: +{ +lean_object* x_1; +x_1 = lean_mk_string_from_bytes("asProp", 6); +return x_1; +} +} +static lean_object* _init_l_Lean_Expr_asProp_x3f___closed__3() { +_start: +{ +lean_object* x_1; lean_object* x_2; lean_object* x_3; +x_1 = l_Lean_Expr_asProp_x3f___closed__1; +x_2 = l_Lean_Expr_asProp_x3f___closed__2; +x_3 = l_Lean_Name_mkStr2(x_1, x_2); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_asProp_x3f(lean_object* x_1) { +_start: +{ +lean_object* x_2; lean_object* x_3; uint8_t x_4; +x_2 = l_Lean_Expr_asProp_x3f___closed__3; +x_3 = lean_unsigned_to_nat(1u); +x_4 = l_Lean_Expr_isAppOfArity(x_1, x_2, x_3); +if (x_4 == 0) +{ +lean_object* x_5; +x_5 = lean_box(0); +return x_5; +} +else +{ +lean_object* x_6; lean_object* x_7; +x_6 = l_Lean_Expr_appArg_x21(x_1); +x_7 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_7, 0, x_6); +return x_7; +} +} +} +LEAN_EXPORT lean_object* l_Lean_Expr_asProp_x3f___boxed(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = l_Lean_Expr_asProp_x3f(x_1); +lean_dec(x_1); +return x_2; +} +} static lean_object* _init_l_Lean_Expr_heq_x3f___closed__1() { _start: { @@ -2044,6 +2107,12 @@ l_Lean_Expr_and_x3f___closed__1 = _init_l_Lean_Expr_and_x3f___closed__1(); lean_mark_persistent(l_Lean_Expr_and_x3f___closed__1); l_Lean_Expr_and_x3f___closed__2 = _init_l_Lean_Expr_and_x3f___closed__2(); lean_mark_persistent(l_Lean_Expr_and_x3f___closed__2); +l_Lean_Expr_asProp_x3f___closed__1 = _init_l_Lean_Expr_asProp_x3f___closed__1(); +lean_mark_persistent(l_Lean_Expr_asProp_x3f___closed__1); +l_Lean_Expr_asProp_x3f___closed__2 = _init_l_Lean_Expr_asProp_x3f___closed__2(); +lean_mark_persistent(l_Lean_Expr_asProp_x3f___closed__2); +l_Lean_Expr_asProp_x3f___closed__3 = _init_l_Lean_Expr_asProp_x3f___closed__3(); +lean_mark_persistent(l_Lean_Expr_asProp_x3f___closed__3); l_Lean_Expr_heq_x3f___closed__1 = _init_l_Lean_Expr_heq_x3f___closed__1(); lean_mark_persistent(l_Lean_Expr_heq_x3f___closed__1); l_Lean_Expr_heq_x3f___closed__2 = _init_l_Lean_Expr_heq_x3f___closed__2(); diff --git a/stage0/stdlib/Lean/Util/ReplaceExpr.c b/stage0/stdlib/Lean/Util/ReplaceExpr.c index 0be566ca3aa3..710454f4d65e 100644 --- a/stage0/stdlib/Lean/Util/ReplaceExpr.c +++ b/stage0/stdlib/Lean/Util/ReplaceExpr.c @@ -26,7 +26,6 @@ LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_Cache_hasResultFor___boxed(lean LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafe(lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); LEAN_EXPORT size_t l_Lean_Expr_ReplaceImpl_Cache_keyIdx(lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); lean_object* l_Lean_Expr_letE___override(lean_object*, lean_object*, lean_object*, lean_object*, uint8_t); size_t lean_usize_mod(size_t, size_t); @@ -34,6 +33,7 @@ LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_replaceUnsafeM(lean_object*, le LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_Cache_resultIdx___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceImpl_Cache_new; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT uint8_t l_Lean_Expr_ReplaceImpl_Cache_hasResultFor(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* lean_array_uget(lean_object*, size_t); @@ -403,7 +403,7 @@ return x_58; else { uint8_t x_75; -x_75 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_54, x_54); +x_75 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_54, x_54); if (x_75 == 0) { lean_object* x_76; lean_object* x_77; @@ -483,7 +483,7 @@ return x_95; else { uint8_t x_96; -x_96 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_54, x_54); +x_96 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_54, x_54); if (x_96 == 0) { lean_object* x_97; lean_object* x_98; lean_object* x_99; @@ -582,7 +582,7 @@ return x_109; else { uint8_t x_126; -x_126 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_105, x_105); +x_126 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_105, x_105); if (x_126 == 0) { lean_object* x_127; lean_object* x_128; @@ -662,7 +662,7 @@ return x_146; else { uint8_t x_147; -x_147 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_105, x_105); +x_147 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_105, x_105); if (x_147 == 0) { lean_object* x_148; lean_object* x_149; lean_object* x_150; @@ -1230,7 +1230,7 @@ return x_30; else { uint8_t x_31; -x_31 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_19, x_19); +x_31 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_19, x_19); if (x_31 == 0) { lean_object* x_32; @@ -1297,7 +1297,7 @@ return x_47; else { uint8_t x_48; -x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_36, x_36); +x_48 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_36, x_36); if (x_48 == 0) { lean_object* x_49; diff --git a/stage0/stdlib/Lean/Util/ReplaceLevel.c b/stage0/stdlib/Lean/Util/ReplaceLevel.c index 9b38d8ac58ad..cdc21d8c04d3 100644 --- a/stage0/stdlib/Lean/Util/ReplaceLevel.c +++ b/stage0/stdlib/Lean/Util/ReplaceLevel.c @@ -29,7 +29,6 @@ LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceLevelImpl_replaceUnsafe(lean_object* LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Expr_ReplaceLevelImpl_replaceUnsafeM_visit___spec__1(lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); LEAN_EXPORT lean_object* l_Lean_Level_replace(lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceLevelImpl_replaceUnsafeM_visit(lean_object*, size_t, lean_object*, lean_object*); lean_object* l_Lean_Expr_forallE___override(lean_object*, lean_object*, lean_object*, uint8_t); static lean_object* l_Lean_Expr_ReplaceLevelImpl_initCache___closed__2; @@ -40,6 +39,7 @@ size_t lean_usize_mod(size_t, size_t); static lean_object* l_Lean_Expr_ReplaceLevelImpl_initCache___closed__4; lean_object* l_Lean_Expr_app___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Expr_ReplaceLevelImpl_cache(size_t, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); uint8_t l_ptrEqList___rarg(lean_object*, lean_object*); lean_object* l_Lean_mkLevelIMax_x27(lean_object*, lean_object*); lean_object* l_List_reverse___rarg(lean_object*); @@ -397,7 +397,7 @@ return x_66; else { uint8_t x_67; -x_67 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_49, x_49); +x_67 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_49, x_49); if (x_67 == 0) { lean_object* x_68; lean_object* x_69; @@ -478,7 +478,7 @@ return x_91; else { uint8_t x_92; -x_92 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_74, x_74); +x_92 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_74, x_74); if (x_92 == 0) { lean_object* x_93; lean_object* x_94; diff --git a/stage0/stdlib/Lean/Util/Trace.c b/stage0/stdlib/Lean/Util/Trace.c index fcb73e3b2f88..1b05a2760183 100644 --- a/stage0/stdlib/Lean/Util/Trace.c +++ b/stage0/stdlib/Lean/Util/Trace.c @@ -3011,42 +3011,60 @@ return x_17; LEAN_EXPORT lean_object* l_Lean_withTraceNode___rarg___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, uint8_t x_12, uint8_t x_13) { _start: { +uint8_t x_14; if (x_13 == 0) { +uint8_t x_20; +x_20 = 1; +x_14 = x_20; +goto block_19; +} +else +{ +uint8_t x_21; +x_21 = 0; +x_14 = x_21; +goto block_19; +} +block_19: +{ +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_1, 0); +lean_inc(x_15); +x_16 = lean_box(x_12); +lean_inc(x_5); +x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__8___boxed), 13, 12); +lean_closure_set(x_17, 0, x_2); +lean_closure_set(x_17, 1, x_3); +lean_closure_set(x_17, 2, x_4); +lean_closure_set(x_17, 3, x_5); +lean_closure_set(x_17, 4, x_6); +lean_closure_set(x_17, 5, x_7); +lean_closure_set(x_17, 6, x_8); +lean_closure_set(x_17, 7, x_9); +lean_closure_set(x_17, 8, x_1); +lean_closure_set(x_17, 9, x_10); +lean_closure_set(x_17, 10, x_11); +lean_closure_set(x_17, 11, x_16); +x_18 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_15, x_17); +return x_18; +} +else +{ 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_1; +lean_dec(x_1); +return x_6; } -else -{ -lean_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; -x_14 = lean_ctor_get(x_2, 0); -lean_inc(x_14); -x_15 = lean_box(x_12); -lean_inc(x_6); -x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__8___boxed), 13, 12); -lean_closure_set(x_16, 0, x_3); -lean_closure_set(x_16, 1, x_4); -lean_closure_set(x_16, 2, x_5); -lean_closure_set(x_16, 3, x_6); -lean_closure_set(x_16, 4, x_1); -lean_closure_set(x_16, 5, x_7); -lean_closure_set(x_16, 6, x_8); -lean_closure_set(x_16, 7, x_9); -lean_closure_set(x_16, 8, x_2); -lean_closure_set(x_16, 9, x_10); -lean_closure_set(x_16, 10, x_11); -lean_closure_set(x_16, 11, x_15); -x_17 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_14, x_16); -return x_17; } } } @@ -3063,12 +3081,12 @@ x_15 = l_Lean_isTracingEnabledFor___rarg(x_1, x_6, x_3, x_10); x_16 = lean_box(x_13); lean_inc(x_14); x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__9___boxed), 13, 12); -lean_closure_set(x_17, 0, x_12); -lean_closure_set(x_17, 1, x_4); -lean_closure_set(x_17, 2, x_1); -lean_closure_set(x_17, 3, x_2); -lean_closure_set(x_17, 4, x_8); -lean_closure_set(x_17, 5, x_14); +lean_closure_set(x_17, 0, x_4); +lean_closure_set(x_17, 1, x_1); +lean_closure_set(x_17, 2, x_2); +lean_closure_set(x_17, 3, x_8); +lean_closure_set(x_17, 4, x_14); +lean_closure_set(x_17, 5, x_12); lean_closure_set(x_17, 6, x_9); lean_closure_set(x_17, 7, x_6); lean_closure_set(x_17, 8, x_11); @@ -3182,12 +3200,12 @@ x_14 = l_Lean_isTracingEnabledFor___rarg(x_1, x_6, x_3, x_9); x_15 = lean_box(x_12); lean_inc(x_13); x_16 = lean_alloc_closure((void*)(l_Lean_withTraceNode___rarg___lambda__9___boxed), 13, 12); -lean_closure_set(x_16, 0, x_11); -lean_closure_set(x_16, 1, x_4); -lean_closure_set(x_16, 2, x_1); -lean_closure_set(x_16, 3, x_2); -lean_closure_set(x_16, 4, x_7); -lean_closure_set(x_16, 5, x_13); +lean_closure_set(x_16, 0, x_4); +lean_closure_set(x_16, 1, x_1); +lean_closure_set(x_16, 2, x_2); +lean_closure_set(x_16, 3, x_7); +lean_closure_set(x_16, 4, x_13); +lean_closure_set(x_16, 5, x_11); lean_closure_set(x_16, 6, x_8); lean_closure_set(x_16, 7, x_6); lean_closure_set(x_16, 8, x_10); @@ -4935,7 +4953,7 @@ return x_7; } else { -lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; uint8_t x_14; uint8_t x_15; +lean_object* x_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; x_8 = lean_unsigned_to_nat(1u); x_9 = l_Lean_Syntax_getArg(x_1, x_8); x_10 = lean_unsigned_to_nat(3u); @@ -4948,116 +4966,99 @@ x_14 = lean_name_eq(x_12, x_13); lean_dec(x_12); if (x_14 == 0) { -uint8_t x_54; -x_54 = 0; -x_15 = x_54; -goto block_53; -} -else -{ -uint8_t x_55; -x_55 = 1; -x_15 = x_55; -goto block_53; -} -block_53: -{ -if (x_15 == 0) -{ -lean_object* x_16; uint8_t x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; uint8_t x_37; -x_16 = lean_ctor_get(x_2, 5); -lean_inc(x_16); -x_17 = 0; -x_18 = l_Lean_SourceInfo_fromRef(x_16, x_17); -x_19 = lean_ctor_get(x_2, 2); -lean_inc(x_19); -x_20 = lean_ctor_get(x_2, 1); -lean_inc(x_20); -x_21 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__26; -lean_inc(x_18); -x_22 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_22, 0, x_18); -lean_ctor_set(x_22, 1, x_21); -x_23 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__5; -lean_inc(x_18); -x_24 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_24, 0, x_18); -lean_ctor_set(x_24, 1, x_23); -x_25 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__8; -x_26 = l_Lean_addMacroScope(x_20, x_25, x_19); -x_27 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__7; -x_28 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__13; -lean_inc(x_18); -x_29 = lean_alloc_ctor(3, 4, 0); -lean_ctor_set(x_29, 0, x_18); -lean_ctor_set(x_29, 1, x_27); -lean_ctor_set(x_29, 2, x_26); -lean_ctor_set(x_29, 3, x_28); -x_30 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9; -lean_inc(x_18); -x_31 = l_Lean_Syntax_node1(x_18, x_30, x_29); -x_32 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__40; +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; lean_object* x_23; lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; +x_15 = lean_ctor_get(x_2, 5); +lean_inc(x_15); +x_16 = 0; +x_17 = l_Lean_SourceInfo_fromRef(x_15, x_16); +x_18 = lean_ctor_get(x_2, 2); lean_inc(x_18); -x_33 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_33, 0, x_18); -lean_ctor_set(x_33, 1, x_32); -x_34 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__4; -x_35 = l_Lean_Syntax_node5(x_18, x_34, x_22, x_11, x_24, x_31, x_33); -x_36 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1(x_9, x_35, x_2, x_3); +x_19 = lean_ctor_get(x_2, 1); +lean_inc(x_19); +x_20 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__26; +lean_inc(x_17); +x_21 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_21, 0, x_17); +lean_ctor_set(x_21, 1, x_20); +x_22 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__5; +lean_inc(x_17); +x_23 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_23, 0, x_17); +lean_ctor_set(x_23, 1, x_22); +x_24 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__8; +x_25 = l_Lean_addMacroScope(x_19, x_24, x_18); +x_26 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__7; +x_27 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__13; +lean_inc(x_17); +x_28 = lean_alloc_ctor(3, 4, 0); +lean_ctor_set(x_28, 0, x_17); +lean_ctor_set(x_28, 1, x_26); +lean_ctor_set(x_28, 2, x_25); +lean_ctor_set(x_28, 3, x_27); +x_29 = l___auto____x40_Lean_Util_Trace___hyg_1952____closed__9; +lean_inc(x_17); +x_30 = l_Lean_Syntax_node1(x_17, x_29, x_28); +x_31 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1___closed__40; +lean_inc(x_17); +x_32 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_32, 0, x_17); +lean_ctor_set(x_32, 1, x_31); +x_33 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__4; +x_34 = l_Lean_Syntax_node5(x_17, x_33, x_21, x_11, x_23, x_30, x_32); +x_35 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1(x_9, x_34, x_2, x_3); lean_dec(x_9); -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -return x_36; +return x_35; } else { -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = lean_ctor_get(x_36, 0); -x_39 = lean_ctor_get(x_36, 1); -lean_inc(x_39); +lean_object* x_37; lean_object* x_38; lean_object* x_39; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_ctor_get(x_35, 1); lean_inc(x_38); -lean_dec(x_36); -x_40 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_40, 0, x_38); -lean_ctor_set(x_40, 1, x_39); -return x_40; +lean_inc(x_37); +lean_dec(x_35); +x_39 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_39, 0, x_37); +lean_ctor_set(x_39, 1, x_38); +return x_39; } } else { -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; uint8_t x_49; -x_41 = lean_ctor_get(x_2, 5); -lean_inc(x_41); -x_42 = 0; -x_43 = l_Lean_SourceInfo_fromRef(x_41, x_42); -x_44 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__16; -lean_inc(x_43); -x_45 = lean_alloc_ctor(2, 2, 0); -lean_ctor_set(x_45, 0, x_43); -lean_ctor_set(x_45, 1, x_44); -x_46 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__15; -x_47 = l_Lean_Syntax_node2(x_43, x_46, x_45, x_11); -x_48 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1(x_9, x_47, x_2, x_3); +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; lean_object* x_47; uint8_t x_48; +x_40 = lean_ctor_get(x_2, 5); +lean_inc(x_40); +x_41 = 0; +x_42 = l_Lean_SourceInfo_fromRef(x_40, x_41); +x_43 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__16; +lean_inc(x_42); +x_44 = lean_alloc_ctor(2, 2, 0); +lean_ctor_set(x_44, 0, x_42); +lean_ctor_set(x_44, 1, x_43); +x_45 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___closed__15; +x_46 = l_Lean_Syntax_node2(x_42, x_45, x_44, x_11); +x_47 = l_Lean___aux__Lean__Util__Trace______macroRules__Lean__doElemTrace_x5b___x5d______1___lambda__1(x_9, x_46, x_2, x_3); lean_dec(x_9); -x_49 = !lean_is_exclusive(x_48); -if (x_49 == 0) +x_48 = !lean_is_exclusive(x_47); +if (x_48 == 0) { -return x_48; +return x_47; } else { -lean_object* x_50; lean_object* x_51; lean_object* x_52; -x_50 = lean_ctor_get(x_48, 0); -x_51 = lean_ctor_get(x_48, 1); -lean_inc(x_51); +lean_object* x_49; lean_object* x_50; lean_object* x_51; +x_49 = lean_ctor_get(x_47, 0); +x_50 = lean_ctor_get(x_47, 1); lean_inc(x_50); -lean_dec(x_48); -x_52 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_52, 0, x_50); -lean_ctor_set(x_52, 1, x_51); -return x_52; -} +lean_inc(x_49); +lean_dec(x_47); +x_51 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_51, 0, x_49); +lean_ctor_set(x_51, 1, x_50); +return x_51; } } } @@ -5476,46 +5477,64 @@ return x_19; LEAN_EXPORT lean_object* l_Lean_withTraceNodeBefore___rarg___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, uint8_t x_13, uint8_t x_14) { _start: { +uint8_t x_15; if (x_14 == 0) { +uint8_t x_21; +x_21 = 1; +x_15 = x_21; +goto block_20; +} +else +{ +uint8_t x_22; +x_22 = 0; +x_15 = x_22; +goto block_20; +} +block_20: +{ +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; lean_object* x_19; +x_16 = lean_ctor_get(x_1, 0); +lean_inc(x_16); +x_17 = lean_box(x_13); +lean_inc(x_16); +lean_inc(x_5); +x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__5___boxed), 15, 14); +lean_closure_set(x_18, 0, x_2); +lean_closure_set(x_18, 1, x_3); +lean_closure_set(x_18, 2, x_4); +lean_closure_set(x_18, 3, x_5); +lean_closure_set(x_18, 4, x_6); +lean_closure_set(x_18, 5, x_1); +lean_closure_set(x_18, 6, x_16); +lean_closure_set(x_18, 7, x_7); +lean_closure_set(x_18, 8, x_8); +lean_closure_set(x_18, 9, x_9); +lean_closure_set(x_18, 10, x_10); +lean_closure_set(x_18, 11, x_11); +lean_closure_set(x_18, 12, x_12); +lean_closure_set(x_18, 13, x_17); +x_19 = lean_apply_4(x_5, lean_box(0), lean_box(0), x_16, x_18); +return x_19; +} +else +{ 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_1; +lean_dec(x_1); +return x_8; } -else -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; lean_object* x_18; -x_15 = lean_ctor_get(x_2, 0); -lean_inc(x_15); -x_16 = lean_box(x_13); -lean_inc(x_15); -lean_inc(x_6); -x_17 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__5___boxed), 15, 14); -lean_closure_set(x_17, 0, x_3); -lean_closure_set(x_17, 1, x_4); -lean_closure_set(x_17, 2, x_5); -lean_closure_set(x_17, 3, x_6); -lean_closure_set(x_17, 4, x_7); -lean_closure_set(x_17, 5, x_2); -lean_closure_set(x_17, 6, x_15); -lean_closure_set(x_17, 7, x_8); -lean_closure_set(x_17, 8, x_1); -lean_closure_set(x_17, 9, x_9); -lean_closure_set(x_17, 10, x_10); -lean_closure_set(x_17, 11, x_11); -lean_closure_set(x_17, 12, x_12); -lean_closure_set(x_17, 13, x_16); -x_18 = lean_apply_4(x_6, lean_box(0), lean_box(0), x_15, x_17); -return x_18; } } } @@ -5532,14 +5551,14 @@ x_16 = l_Lean_isTracingEnabledFor___rarg(x_1, x_7, x_3, x_11); x_17 = lean_box(x_14); lean_inc(x_15); x_18 = lean_alloc_closure((void*)(l_Lean_withTraceNodeBefore___rarg___lambda__6___boxed), 14, 13); -lean_closure_set(x_18, 0, x_13); -lean_closure_set(x_18, 1, x_5); -lean_closure_set(x_18, 2, x_1); -lean_closure_set(x_18, 3, x_2); -lean_closure_set(x_18, 4, x_6); -lean_closure_set(x_18, 5, x_15); -lean_closure_set(x_18, 6, x_12); -lean_closure_set(x_18, 7, x_8); +lean_closure_set(x_18, 0, x_5); +lean_closure_set(x_18, 1, x_1); +lean_closure_set(x_18, 2, x_2); +lean_closure_set(x_18, 3, x_6); +lean_closure_set(x_18, 4, x_15); +lean_closure_set(x_18, 5, x_12); +lean_closure_set(x_18, 6, x_8); +lean_closure_set(x_18, 7, x_13); lean_closure_set(x_18, 8, x_9); lean_closure_set(x_18, 9, x_7); lean_closure_set(x_18, 10, x_10); diff --git a/stage0/stdlib/Lean/Widget/Diff.c b/stage0/stdlib/Lean/Widget/Diff.c index 39032785f232..5b11f0f84216 100644 --- a/stage0/stdlib/Lean/Widget/Diff.c +++ b/stage0/stdlib/Lean/Widget/Diff.c @@ -91,7 +91,6 @@ lean_object* l_Array_zip___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_exprDiff(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBTree_fromArray___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___at_Lean_Widget_diffInteractiveGoals___spec__5(uint8_t, uint8_t, lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_instAppendExprDiff___lambda__1___boxed(lean_object*, lean_object*); lean_object* l_Lean_RBNode_setBlack___rarg(lean_object*); lean_object* l_Lean_Name_quickCmp___boxed(lean_object*, lean_object*); @@ -169,12 +168,13 @@ static lean_object* l_Lean_Widget_exprDiffCore_piDiff___lambda__3___closed__1; 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_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +uint8_t l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(uint8_t, uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_ExprDiff_withChange___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Expr_getForallBinderNames(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instAppendExprDiff(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldr___at_Lean_Widget_diffInteractiveGoals___spec__3___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_exprDiffCore_piDiff___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_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(uint8_t, lean_object*, uint8_t, 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_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(uint8_t, uint8_t, 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_array_set(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Widget_exprDiffCore_piDiff___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* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMetaM___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -4024,7 +4024,7 @@ x_9 = lean_ctor_get(x_2, 0); lean_inc(x_9); if (lean_obj_tag(x_9) == 7) { -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; uint8_t x_17; uint8_t x_18; +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; uint8_t x_17; uint8_t x_18; uint8_t x_92; x_10 = lean_ctor_get(x_8, 0); lean_inc(x_10); x_11 = lean_ctor_get(x_8, 1); @@ -4040,8 +4040,24 @@ x_16 = lean_ctor_get(x_9, 2); lean_inc(x_16); x_17 = lean_ctor_get_uint8(x_9, sizeof(void*)*3 + 8); lean_dec(x_9); -x_18 = lean_name_eq(x_10, x_14); +x_92 = lean_name_eq(x_10, x_14); lean_dec(x_14); +if (x_92 == 0) +{ +uint8_t x_93; +x_93 = 0; +x_18 = x_93; +goto block_91; +} +else +{ +uint8_t x_94; +x_94 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_13, x_17); +x_18 = x_94; +goto block_91; +} +block_91: +{ if (x_18 == 0) { lean_object* x_19; lean_object* x_20; @@ -4056,58 +4072,42 @@ return x_20; } else { -uint8_t x_21; -x_21 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_13, x_17); -if (x_21 == 0) -{ -lean_object* x_22; lean_object* x_23; -lean_dec(x_16); -lean_dec(x_15); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_10); -x_22 = lean_box(0); -x_23 = l_Lean_Widget_exprDiffCore_piDiff___lambda__3(x_1, x_2, x_8, x_22, x_3, x_4, x_5, x_6, x_7); -return x_23; -} -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_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_dec(x_8); -x_24 = lean_ctor_get(x_1, 1); -lean_inc(x_24); +x_21 = lean_ctor_get(x_1, 1); +lean_inc(x_21); lean_dec(x_1); -x_25 = lean_unsigned_to_nat(0u); -x_26 = l_Lean_SubExpr_Pos_push(x_24, x_25); +x_22 = lean_unsigned_to_nat(0u); +x_23 = l_Lean_SubExpr_Pos_push(x_21, x_22); lean_inc(x_11); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_11); +lean_ctor_set(x_24, 1, x_23); +x_25 = lean_ctor_get(x_2, 1); +lean_inc(x_25); +lean_dec(x_2); +x_26 = l_Lean_SubExpr_Pos_push(x_25, x_22); x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_11); +lean_ctor_set(x_27, 0, x_15); lean_ctor_set(x_27, 1, x_26); -x_28 = lean_ctor_get(x_2, 1); -lean_inc(x_28); -lean_dec(x_2); -x_29 = l_Lean_SubExpr_Pos_push(x_28, x_25); -x_30 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_30, 0, x_15); -lean_ctor_set(x_30, 1, x_29); lean_inc(x_6); lean_inc(x_5); lean_inc(x_4); lean_inc(x_3); -x_31 = l_Lean_Widget_exprDiffCore(x_27, x_30, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_31) == 0) +x_28 = l_Lean_Widget_exprDiffCore(x_24, x_27, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_28) == 0) { -uint8_t x_32; -x_32 = !lean_is_exclusive(x_31); -if (x_32 == 0) +uint8_t x_29; +x_29 = !lean_is_exclusive(x_28); +if (x_29 == 0) { -lean_object* x_33; lean_object* x_34; uint8_t x_35; -x_33 = lean_ctor_get(x_31, 0); -x_34 = lean_ctor_get(x_31, 1); -x_35 = l_Lean_Widget_ExprDiff_isEmpty(x_33); -if (x_35 == 0) +lean_object* x_30; lean_object* x_31; uint8_t x_32; +x_30 = lean_ctor_get(x_28, 0); +x_31 = lean_ctor_get(x_28, 1); +x_32 = l_Lean_Widget_ExprDiff_isEmpty(x_30); +if (x_32 == 0) { -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; 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_33; lean_object* x_34; lean_object* x_35; uint8_t x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_dec(x_16); lean_dec(x_12); lean_dec(x_11); @@ -4116,103 +4116,103 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_36 = lean_unsigned_to_nat(1u); -x_37 = l_Lean_SubExpr_Pos_push(x_24, x_36); -lean_dec(x_24); -x_38 = l_Lean_SubExpr_Pos_push(x_28, x_36); -lean_dec(x_28); -x_39 = 0; -x_40 = l_Lean_Widget_ExprDiff_withChangePos(x_37, x_38, x_39); -x_41 = lean_ctor_get(x_33, 0); -lean_inc(x_41); -x_42 = lean_ctor_get(x_40, 0); -lean_inc(x_42); -x_43 = l_Lean_Widget_instAppendExprDiff___closed__1; -x_44 = l_Lean_Widget_instAppendExprDiff___closed__2; -x_45 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_43, x_44, x_41, x_42); -x_46 = lean_ctor_get(x_33, 1); -lean_inc(x_46); -lean_dec(x_33); -x_47 = lean_ctor_get(x_40, 1); -lean_inc(x_47); -lean_dec(x_40); -x_48 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_43, x_44, x_46, x_47); -x_49 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_49, 0, x_45); -lean_ctor_set(x_49, 1, x_48); -lean_ctor_set(x_31, 0, x_49); -return x_31; +x_33 = lean_unsigned_to_nat(1u); +x_34 = l_Lean_SubExpr_Pos_push(x_21, x_33); +lean_dec(x_21); +x_35 = l_Lean_SubExpr_Pos_push(x_25, x_33); +lean_dec(x_25); +x_36 = 0; +x_37 = l_Lean_Widget_ExprDiff_withChangePos(x_34, x_35, x_36); +x_38 = lean_ctor_get(x_30, 0); +lean_inc(x_38); +x_39 = lean_ctor_get(x_37, 0); +lean_inc(x_39); +x_40 = l_Lean_Widget_instAppendExprDiff___closed__1; +x_41 = l_Lean_Widget_instAppendExprDiff___closed__2; +x_42 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_40, x_41, x_38, x_39); +x_43 = lean_ctor_get(x_30, 1); +lean_inc(x_43); +lean_dec(x_30); +x_44 = lean_ctor_get(x_37, 1); +lean_inc(x_44); +lean_dec(x_37); +x_45 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_40, x_41, x_43, x_44); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_42); +lean_ctor_set(x_46, 1, x_45); +lean_ctor_set(x_28, 0, x_46); +return x_28; } else { -lean_object* x_50; uint8_t x_51; lean_object* x_52; -lean_free_object(x_31); -lean_dec(x_33); -x_50 = lean_alloc_closure((void*)(l_Lean_Widget_exprDiffCore_piDiff___lambda__4), 10, 4); -lean_closure_set(x_50, 0, x_12); -lean_closure_set(x_50, 1, x_24); -lean_closure_set(x_50, 2, x_16); -lean_closure_set(x_50, 3, x_28); -x_51 = 0; -x_52 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_10, x_13, x_11, x_50, x_51, x_3, x_4, x_5, x_6, x_34); -if (lean_obj_tag(x_52) == 0) -{ -uint8_t x_53; -x_53 = !lean_is_exclusive(x_52); -if (x_53 == 0) +lean_object* x_47; uint8_t x_48; lean_object* x_49; +lean_free_object(x_28); +lean_dec(x_30); +x_47 = lean_alloc_closure((void*)(l_Lean_Widget_exprDiffCore_piDiff___lambda__4), 10, 4); +lean_closure_set(x_47, 0, x_12); +lean_closure_set(x_47, 1, x_21); +lean_closure_set(x_47, 2, x_16); +lean_closure_set(x_47, 3, x_25); +x_48 = 0; +x_49 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_10, x_13, x_11, x_47, x_48, x_3, x_4, x_5, x_6, x_31); +if (lean_obj_tag(x_49) == 0) { -return x_52; +uint8_t x_50; +x_50 = !lean_is_exclusive(x_49); +if (x_50 == 0) +{ +return x_49; } else { -lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_54 = lean_ctor_get(x_52, 0); -x_55 = lean_ctor_get(x_52, 1); -lean_inc(x_55); -lean_inc(x_54); -lean_dec(x_52); -x_56 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_55); -return x_56; +lean_object* x_51; lean_object* x_52; lean_object* x_53; +x_51 = lean_ctor_get(x_49, 0); +x_52 = lean_ctor_get(x_49, 1); +lean_inc(x_52); +lean_inc(x_51); +lean_dec(x_49); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, x_52); +return x_53; } } else { -uint8_t x_57; -x_57 = !lean_is_exclusive(x_52); -if (x_57 == 0) +uint8_t x_54; +x_54 = !lean_is_exclusive(x_49); +if (x_54 == 0) { -return x_52; +return x_49; } else { -lean_object* x_58; lean_object* x_59; lean_object* x_60; -x_58 = lean_ctor_get(x_52, 0); -x_59 = lean_ctor_get(x_52, 1); -lean_inc(x_59); -lean_inc(x_58); -lean_dec(x_52); -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; +lean_object* x_55; lean_object* x_56; lean_object* x_57; +x_55 = lean_ctor_get(x_49, 0); +x_56 = lean_ctor_get(x_49, 1); +lean_inc(x_56); +lean_inc(x_55); +lean_dec(x_49); +x_57 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_57, 0, x_55); +lean_ctor_set(x_57, 1, x_56); +return x_57; } } } } else { -lean_object* x_61; lean_object* x_62; uint8_t x_63; -x_61 = lean_ctor_get(x_31, 0); -x_62 = lean_ctor_get(x_31, 1); -lean_inc(x_62); -lean_inc(x_61); -lean_dec(x_31); -x_63 = l_Lean_Widget_ExprDiff_isEmpty(x_61); -if (x_63 == 0) +lean_object* x_58; lean_object* x_59; uint8_t x_60; +x_58 = lean_ctor_get(x_28, 0); +x_59 = lean_ctor_get(x_28, 1); +lean_inc(x_59); +lean_inc(x_58); +lean_dec(x_28); +x_60 = l_Lean_Widget_ExprDiff_isEmpty(x_58); +if (x_60 == 0) { -lean_object* x_64; lean_object* x_65; lean_object* x_66; uint8_t 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_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; 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_dec(x_16); lean_dec(x_12); lean_dec(x_11); @@ -4221,102 +4221,102 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_64 = lean_unsigned_to_nat(1u); -x_65 = l_Lean_SubExpr_Pos_push(x_24, x_64); -lean_dec(x_24); -x_66 = l_Lean_SubExpr_Pos_push(x_28, x_64); -lean_dec(x_28); -x_67 = 0; -x_68 = l_Lean_Widget_ExprDiff_withChangePos(x_65, x_66, x_67); -x_69 = lean_ctor_get(x_61, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 0); -lean_inc(x_70); -x_71 = l_Lean_Widget_instAppendExprDiff___closed__1; -x_72 = l_Lean_Widget_instAppendExprDiff___closed__2; -x_73 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_71, x_72, x_69, x_70); -x_74 = lean_ctor_get(x_61, 1); -lean_inc(x_74); -lean_dec(x_61); -x_75 = lean_ctor_get(x_68, 1); -lean_inc(x_75); -lean_dec(x_68); -x_76 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_71, x_72, x_74, x_75); -x_77 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_77, 0, x_73); -lean_ctor_set(x_77, 1, x_76); -x_78 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_78, 0, x_77); -lean_ctor_set(x_78, 1, x_62); -return x_78; +x_61 = lean_unsigned_to_nat(1u); +x_62 = l_Lean_SubExpr_Pos_push(x_21, x_61); +lean_dec(x_21); +x_63 = l_Lean_SubExpr_Pos_push(x_25, x_61); +lean_dec(x_25); +x_64 = 0; +x_65 = l_Lean_Widget_ExprDiff_withChangePos(x_62, x_63, x_64); +x_66 = lean_ctor_get(x_58, 0); +lean_inc(x_66); +x_67 = lean_ctor_get(x_65, 0); +lean_inc(x_67); +x_68 = l_Lean_Widget_instAppendExprDiff___closed__1; +x_69 = l_Lean_Widget_instAppendExprDiff___closed__2; +x_70 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_68, x_69, x_66, x_67); +x_71 = lean_ctor_get(x_58, 1); +lean_inc(x_71); +lean_dec(x_58); +x_72 = lean_ctor_get(x_65, 1); +lean_inc(x_72); +lean_dec(x_65); +x_73 = l_Lean_RBNode_fold___at_Lean_RBMap_mergeBy___spec__1___rarg(x_68, x_69, x_71, x_72); +x_74 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_74, 0, x_70); +lean_ctor_set(x_74, 1, x_73); +x_75 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_75, 0, x_74); +lean_ctor_set(x_75, 1, x_59); +return x_75; } else { -lean_object* x_79; uint8_t x_80; lean_object* x_81; -lean_dec(x_61); -x_79 = lean_alloc_closure((void*)(l_Lean_Widget_exprDiffCore_piDiff___lambda__4), 10, 4); -lean_closure_set(x_79, 0, x_12); -lean_closure_set(x_79, 1, x_24); -lean_closure_set(x_79, 2, x_16); -lean_closure_set(x_79, 3, x_28); -x_80 = 0; -x_81 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_10, x_13, x_11, x_79, x_80, x_3, x_4, x_5, x_6, x_62); -if (lean_obj_tag(x_81) == 0) +lean_object* x_76; uint8_t x_77; lean_object* x_78; +lean_dec(x_58); +x_76 = lean_alloc_closure((void*)(l_Lean_Widget_exprDiffCore_piDiff___lambda__4), 10, 4); +lean_closure_set(x_76, 0, x_12); +lean_closure_set(x_76, 1, x_21); +lean_closure_set(x_76, 2, x_16); +lean_closure_set(x_76, 3, x_25); +x_77 = 0; +x_78 = l_Lean_Meta_withLocalDecl___at___private_Lean_Meta_SynthInstance_0__Lean_Meta_SynthInstance_removeUnusedArguments_x3f___spec__2___rarg(x_10, x_13, x_11, x_76, x_77, x_3, x_4, x_5, x_6, x_59); +if (lean_obj_tag(x_78) == 0) { -lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; -x_82 = lean_ctor_get(x_81, 0); -lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_84 = x_81; +lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_79 = lean_ctor_get(x_78, 0); +lean_inc(x_79); +x_80 = lean_ctor_get(x_78, 1); +lean_inc(x_80); +if (lean_is_exclusive(x_78)) { + lean_ctor_release(x_78, 0); + lean_ctor_release(x_78, 1); + x_81 = x_78; } else { - lean_dec_ref(x_81); - x_84 = lean_box(0); + lean_dec_ref(x_78); + x_81 = lean_box(0); } -if (lean_is_scalar(x_84)) { - x_85 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_81)) { + x_82 = lean_alloc_ctor(0, 2, 0); } else { - x_85 = x_84; + x_82 = x_81; } -lean_ctor_set(x_85, 0, x_82); -lean_ctor_set(x_85, 1, x_83); -return x_85; +lean_ctor_set(x_82, 0, x_79); +lean_ctor_set(x_82, 1, x_80); +return x_82; } else { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; -x_86 = lean_ctor_get(x_81, 0); -lean_inc(x_86); -x_87 = lean_ctor_get(x_81, 1); -lean_inc(x_87); -if (lean_is_exclusive(x_81)) { - lean_ctor_release(x_81, 0); - lean_ctor_release(x_81, 1); - x_88 = x_81; +lean_object* x_83; lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_83 = lean_ctor_get(x_78, 0); +lean_inc(x_83); +x_84 = lean_ctor_get(x_78, 1); +lean_inc(x_84); +if (lean_is_exclusive(x_78)) { + lean_ctor_release(x_78, 0); + lean_ctor_release(x_78, 1); + x_85 = x_78; } else { - lean_dec_ref(x_81); - x_88 = lean_box(0); + lean_dec_ref(x_78); + x_85 = lean_box(0); } -if (lean_is_scalar(x_88)) { - x_89 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_85)) { + x_86 = lean_alloc_ctor(1, 2, 0); } else { - x_89 = x_88; + x_86 = x_85; } -lean_ctor_set(x_89, 0, x_86); -lean_ctor_set(x_89, 1, x_87); -return x_89; +lean_ctor_set(x_86, 0, x_83); +lean_ctor_set(x_86, 1, x_84); +return x_86; } } } } else { -uint8_t x_90; -lean_dec(x_28); -lean_dec(x_24); +uint8_t x_87; +lean_dec(x_25); +lean_dec(x_21); lean_dec(x_16); lean_dec(x_12); lean_dec(x_11); @@ -4325,23 +4325,23 @@ lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); -x_90 = !lean_is_exclusive(x_31); -if (x_90 == 0) +x_87 = !lean_is_exclusive(x_28); +if (x_87 == 0) { -return x_31; +return x_28; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_91 = lean_ctor_get(x_31, 0); -x_92 = lean_ctor_get(x_31, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_31); -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_28, 0); +x_89 = lean_ctor_get(x_28, 1); +lean_inc(x_89); +lean_inc(x_88); +lean_dec(x_28); +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; } } } @@ -4349,16 +4349,16 @@ return x_93; } else { -lean_object* x_94; lean_object* x_95; +lean_object* x_95; lean_object* x_96; lean_dec(x_9); -x_94 = lean_box(0); -x_95 = l_Lean_Widget_exprDiffCore_piDiff___lambda__3(x_1, x_2, x_8, x_94, x_3, x_4, x_5, x_6, x_7); -return x_95; +x_95 = lean_box(0); +x_96 = l_Lean_Widget_exprDiffCore_piDiff___lambda__3(x_1, x_2, x_8, x_95, x_3, x_4, x_5, x_6, x_7); +return x_96; } } else { -lean_object* x_96; lean_object* x_97; +lean_object* x_97; lean_object* x_98; lean_dec(x_8); lean_dec(x_6); lean_dec(x_5); @@ -4366,11 +4366,11 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_96 = l_Lean_Widget_instEmptyCollectionExprDiff___closed__1; -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_96); -lean_ctor_set(x_97, 1, x_7); -return x_97; +x_97 = l_Lean_Widget_instEmptyCollectionExprDiff___closed__1; +x_98 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_98, 0, x_97); +lean_ctor_set(x_98, 1, x_7); +return x_98; } } } @@ -5130,7 +5130,7 @@ return x_57; else { uint8_t x_58; -x_58 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_477_(x_49, x_53); +x_58 = l___private_Lean_Expr_0__Lean_beqBinderInfo____x40_Lean_Expr___hyg_473_(x_49, x_53); if (x_58 == 0) { uint8_t x_59; lean_object* x_60; lean_object* x_61; @@ -5262,7 +5262,7 @@ return x_85; } case 11: { -lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; +lean_object* x_86; lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; uint8_t x_92; uint8_t x_105; x_86 = lean_ctor_get(x_9, 0); lean_inc(x_86); x_87 = lean_ctor_get(x_9, 1); @@ -5277,127 +5277,135 @@ lean_inc(x_90); x_91 = lean_ctor_get(x_81, 2); lean_inc(x_91); lean_dec(x_81); -x_92 = lean_name_eq(x_86, x_89); +x_105 = lean_name_eq(x_86, x_89); lean_dec(x_89); lean_dec(x_86); -if (x_92 == 0) +if (x_105 == 0) { -uint8_t x_93; lean_object* x_94; lean_object* x_95; -lean_dec(x_91); +uint8_t x_106; lean_dec(x_90); -lean_dec(x_88); lean_dec(x_87); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_93 = 0; -x_94 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_93); -x_95 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_95, 0, x_94); -lean_ctor_set(x_95, 1, x_8); -return x_95; +x_106 = 1; +x_92 = x_106; +goto block_104; } else { -uint8_t x_96; -x_96 = lean_nat_dec_eq(x_87, x_90); +uint8_t x_107; +x_107 = lean_nat_dec_eq(x_87, x_90); lean_dec(x_90); lean_dec(x_87); -if (x_96 == 0) +if (x_107 == 0) +{ +uint8_t x_108; +x_108 = 1; +x_92 = x_108; +goto block_104; +} +else +{ +uint8_t x_109; +x_109 = 0; +x_92 = x_109; +goto block_104; +} +} +block_104: { -uint8_t x_97; lean_object* x_98; lean_object* x_99; +if (x_92 == 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_99; lean_object* x_100; +x_93 = lean_ctor_get(x_1, 1); +lean_inc(x_93); +lean_dec(x_1); +x_94 = lean_unsigned_to_nat(0u); +x_95 = l_Lean_SubExpr_Pos_push(x_93, x_94); +lean_dec(x_93); +x_96 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_96, 0, x_88); +lean_ctor_set(x_96, 1, x_95); +x_97 = lean_ctor_get(x_2, 1); +lean_inc(x_97); +lean_dec(x_2); +x_98 = l_Lean_SubExpr_Pos_push(x_97, x_94); +lean_dec(x_97); +x_99 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_99, 0, x_91); +lean_ctor_set(x_99, 1, x_98); +x_100 = l_Lean_Widget_exprDiffCore(x_96, x_99, x_4, x_5, x_6, x_7, x_8); +return x_100; +} +else +{ +uint8_t x_101; lean_object* x_102; lean_object* x_103; lean_dec(x_91); lean_dec(x_88); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_97 = 0; -x_98 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_97); -x_99 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_99, 0, x_98); -lean_ctor_set(x_99, 1, x_8); -return x_99; -} -else -{ -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; -x_100 = lean_ctor_get(x_1, 1); -lean_inc(x_100); -lean_dec(x_1); -x_101 = lean_unsigned_to_nat(0u); -x_102 = l_Lean_SubExpr_Pos_push(x_100, x_101); -lean_dec(x_100); +x_101 = 0; +x_102 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_101); x_103 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_103, 0, x_88); -lean_ctor_set(x_103, 1, x_102); -x_104 = lean_ctor_get(x_2, 1); -lean_inc(x_104); -lean_dec(x_2); -x_105 = l_Lean_SubExpr_Pos_push(x_104, x_101); -lean_dec(x_104); -x_106 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_106, 0, x_91); -lean_ctor_set(x_106, 1, x_105); -x_107 = l_Lean_Widget_exprDiffCore(x_103, x_106, x_4, x_5, x_6, x_7, x_8); -return x_107; +lean_ctor_set(x_103, 0, x_102); +lean_ctor_set(x_103, 1, x_8); +return x_103; } } } default: { -uint8_t x_108; lean_object* x_109; lean_object* x_110; +uint8_t x_110; lean_object* x_111; lean_object* x_112; lean_dec(x_81); lean_dec(x_9); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_108 = 0; -x_109 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_108); -x_110 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_110, 0, x_109); -lean_ctor_set(x_110, 1, x_8); -return x_110; +x_110 = 0; +x_111 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_110); +x_112 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_112, 0, x_111); +lean_ctor_set(x_112, 1, x_8); +return x_112; } } } default: { -lean_object* x_111; +lean_object* x_113; lean_dec(x_9); -x_111 = lean_ctor_get(x_2, 0); -lean_inc(x_111); -if (lean_obj_tag(x_111) == 10) -{ -lean_object* x_112; lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_112 = lean_ctor_get(x_111, 1); -lean_inc(x_112); -lean_dec(x_111); -x_113 = lean_ctor_get(x_2, 1); +x_113 = lean_ctor_get(x_2, 0); lean_inc(x_113); +if (lean_obj_tag(x_113) == 10) +{ +lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; +x_114 = lean_ctor_get(x_113, 1); +lean_inc(x_114); +lean_dec(x_113); +x_115 = lean_ctor_get(x_2, 1); +lean_inc(x_115); lean_dec(x_2); -x_114 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_114, 0, x_112); -lean_ctor_set(x_114, 1, x_113); -x_115 = l_Lean_Widget_exprDiffCore(x_1, x_114, x_4, x_5, x_6, x_7, x_8); -return x_115; +x_116 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +x_117 = l_Lean_Widget_exprDiffCore(x_1, x_116, x_4, x_5, x_6, x_7, x_8); +return x_117; } else { -uint8_t x_116; lean_object* x_117; lean_object* x_118; -lean_dec(x_111); +uint8_t x_118; lean_object* x_119; lean_object* x_120; +lean_dec(x_113); lean_dec(x_7); lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); -x_116 = 0; -x_117 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_116); -x_118 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_118, 0, x_117); -lean_ctor_set(x_118, 1, x_8); -return x_118; +x_118 = 0; +x_119 = l_Lean_Widget_ExprDiff_withChange(x_1, x_2, x_118); +x_120 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_120, 0, x_119); +lean_ctor_set(x_120, 1, x_8); +return x_120; } } } @@ -6616,7 +6624,7 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; +lean_object* x_18; lean_object* x_19; lean_object* x_20; uint8_t x_21; uint8_t x_98; lean_dec(x_10); x_18 = lean_array_uget(x_7, x_9); x_19 = lean_ctor_get(x_18, 0); @@ -6625,13 +6633,44 @@ x_20 = lean_ctor_get(x_18, 1); lean_inc(x_20); lean_dec(x_18); lean_inc(x_2); -x_21 = l_Lean_LocalContext_contains(x_2, x_20); +x_98 = l_Lean_LocalContext_contains(x_2, x_20); +if (x_98 == 0) +{ +uint8_t x_99; +x_99 = 1; +x_21 = x_99; +goto block_97; +} +else +{ +uint8_t x_100; +x_100 = 0; +x_21 = x_100; +goto block_97; +} +block_97: +{ if (x_21 == 0) { -lean_object* x_22; +size_t x_22; size_t x_23; +lean_dec(x_19); +x_22 = 1; +x_23 = lean_usize_add(x_9, x_22); +lean_inc(x_6); +{ +size_t _tmp_8 = x_23; +lean_object* _tmp_9 = x_6; +x_9 = _tmp_8; +x_10 = _tmp_9; +} +goto _start; +} +else +{ +lean_object* x_25; lean_dec(x_6); -x_22 = l_Lean_LocalContext_findFromUserName_x3f(x_2, x_19); -if (lean_obj_tag(x_22) == 0) +x_25 = l_Lean_LocalContext_findFromUserName_x3f(x_2, x_19); +if (lean_obj_tag(x_25) == 0) { lean_dec(x_14); lean_dec(x_13); @@ -6639,285 +6678,271 @@ lean_dec(x_12); lean_dec(x_11); if (x_1 == 0) { -uint8_t x_23; -x_23 = !lean_is_exclusive(x_3); -if (x_23 == 0) +uint8_t x_26; +x_26 = !lean_is_exclusive(x_3); +if (x_26 == 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_31; -x_24 = lean_ctor_get(x_3, 7); -lean_dec(x_24); -x_25 = lean_ctor_get(x_3, 1); -lean_dec(x_25); -x_26 = lean_ctor_get(x_3, 0); -lean_dec(x_26); -x_27 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -lean_ctor_set(x_3, 7, x_27); +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_27 = lean_ctor_get(x_3, 7); +lean_dec(x_27); +x_28 = lean_ctor_get(x_3, 1); +lean_dec(x_28); +x_29 = lean_ctor_get(x_3, 0); +lean_dec(x_29); +x_30 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; +lean_ctor_set(x_3, 7, x_30); lean_ctor_set(x_3, 1, x_5); lean_ctor_set(x_3, 0, x_4); -x_28 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_28, 0, x_3); -x_29 = lean_box(0); -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_30); -lean_ctor_set(x_31, 1, x_15); -return x_31; +x_31 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_31, 0, x_3); +x_32 = lean_box(0); +x_33 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_33, 0, x_31); +lean_ctor_set(x_33, 1, x_32); +x_34 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_15); +return x_34; } 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; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_32 = lean_ctor_get(x_3, 2); -x_33 = lean_ctor_get(x_3, 3); -x_34 = lean_ctor_get(x_3, 4); -x_35 = lean_ctor_get(x_3, 5); -x_36 = lean_ctor_get(x_3, 6); +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; lean_object* x_45; +x_35 = lean_ctor_get(x_3, 2); +x_36 = lean_ctor_get(x_3, 3); +x_37 = lean_ctor_get(x_3, 4); +x_38 = lean_ctor_get(x_3, 5); +x_39 = lean_ctor_get(x_3, 6); +lean_inc(x_39); +lean_inc(x_38); +lean_inc(x_37); lean_inc(x_36); lean_inc(x_35); -lean_inc(x_34); -lean_inc(x_33); -lean_inc(x_32); lean_dec(x_3); -x_37 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -x_38 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_38, 0, x_4); -lean_ctor_set(x_38, 1, x_5); -lean_ctor_set(x_38, 2, x_32); -lean_ctor_set(x_38, 3, x_33); -lean_ctor_set(x_38, 4, x_34); -lean_ctor_set(x_38, 5, x_35); -lean_ctor_set(x_38, 6, x_36); -lean_ctor_set(x_38, 7, x_37); -x_39 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_39, 0, x_38); -x_40 = lean_box(0); -x_41 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_40); -x_42 = lean_alloc_ctor(0, 2, 0); +x_40 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; +x_41 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_41, 0, x_4); +lean_ctor_set(x_41, 1, x_5); +lean_ctor_set(x_41, 2, x_35); +lean_ctor_set(x_41, 3, x_36); +lean_ctor_set(x_41, 4, x_37); +lean_ctor_set(x_41, 5, x_38); +lean_ctor_set(x_41, 6, x_39); +lean_ctor_set(x_41, 7, x_40); +x_42 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_42, 0, x_41); -lean_ctor_set(x_42, 1, x_15); -return x_42; +x_43 = lean_box(0); +x_44 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_44, 0, x_42); +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_15); +return x_45; } } else { -uint8_t x_43; -x_43 = !lean_is_exclusive(x_3); -if (x_43 == 0) +uint8_t x_46; +x_46 = !lean_is_exclusive(x_3); +if (x_46 == 0) { -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; -x_44 = lean_ctor_get(x_3, 6); -lean_dec(x_44); -x_45 = lean_ctor_get(x_3, 1); -lean_dec(x_45); -x_46 = lean_ctor_get(x_3, 0); -lean_dec(x_46); -x_47 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -lean_ctor_set(x_3, 6, x_47); +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; +x_47 = lean_ctor_get(x_3, 6); +lean_dec(x_47); +x_48 = lean_ctor_get(x_3, 1); +lean_dec(x_48); +x_49 = lean_ctor_get(x_3, 0); +lean_dec(x_49); +x_50 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; +lean_ctor_set(x_3, 6, x_50); lean_ctor_set(x_3, 1, x_5); lean_ctor_set(x_3, 0, x_4); -x_48 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_48, 0, x_3); -x_49 = lean_box(0); -x_50 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_50, 0, x_48); -lean_ctor_set(x_50, 1, x_49); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_15); -return x_51; +x_51 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_51, 0, x_3); +x_52 = lean_box(0); +x_53 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_53, 0, x_51); +lean_ctor_set(x_53, 1, 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_15); +return x_54; } 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; lean_object* x_62; -x_52 = lean_ctor_get(x_3, 2); -x_53 = lean_ctor_get(x_3, 3); -x_54 = lean_ctor_get(x_3, 4); -x_55 = lean_ctor_get(x_3, 5); -x_56 = lean_ctor_get(x_3, 7); +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_55 = lean_ctor_get(x_3, 2); +x_56 = lean_ctor_get(x_3, 3); +x_57 = lean_ctor_get(x_3, 4); +x_58 = lean_ctor_get(x_3, 5); +x_59 = lean_ctor_get(x_3, 7); +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_dec(x_3); -x_57 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; -x_58 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_58, 0, x_4); -lean_ctor_set(x_58, 1, x_5); -lean_ctor_set(x_58, 2, x_52); -lean_ctor_set(x_58, 3, x_53); -lean_ctor_set(x_58, 4, x_54); -lean_ctor_set(x_58, 5, x_55); -lean_ctor_set(x_58, 6, x_57); -lean_ctor_set(x_58, 7, x_56); -x_59 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_59, 0, x_58); -x_60 = lean_box(0); -x_61 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_61, 0, x_59); -lean_ctor_set(x_61, 1, x_60); -x_62 = lean_alloc_ctor(0, 2, 0); +x_60 = l_Array_forInUnsafe_loop___at_Lean_Widget_diffHypothesesBundle___spec__1___closed__1; +x_61 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_61, 0, x_4); +lean_ctor_set(x_61, 1, x_5); +lean_ctor_set(x_61, 2, x_55); +lean_ctor_set(x_61, 3, x_56); +lean_ctor_set(x_61, 4, x_57); +lean_ctor_set(x_61, 5, x_58); +lean_ctor_set(x_61, 6, x_60); +lean_ctor_set(x_61, 7, x_59); +x_62 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_62, 0, x_61); -lean_ctor_set(x_62, 1, x_15); -return x_62; +x_63 = lean_box(0); +x_64 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_64, 0, x_62); +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_15); +return x_65; } } } else { -uint8_t x_63; +uint8_t x_66; lean_dec(x_5); lean_dec(x_4); -x_63 = !lean_is_exclusive(x_22); -if (x_63 == 0) -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; -x_64 = lean_ctor_get(x_22, 0); -x_65 = l_Lean_LocalDecl_type(x_64); -lean_dec(x_64); -x_66 = l_Lean_Widget_diffHypothesesBundle_withTypeDiff(x_1, x_65, x_3, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_66) == 0) -{ -uint8_t x_67; -x_67 = !lean_is_exclusive(x_66); -if (x_67 == 0) -{ -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_66, 0); -lean_ctor_set(x_22, 0, x_68); -x_69 = lean_box(0); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_22); -lean_ctor_set(x_70, 1, x_69); -lean_ctor_set(x_66, 0, x_70); -return x_66; +x_66 = !lean_is_exclusive(x_25); +if (x_66 == 0) +{ +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_25, 0); +x_68 = l_Lean_LocalDecl_type(x_67); +lean_dec(x_67); +x_69 = l_Lean_Widget_diffHypothesesBundle_withTypeDiff(x_1, x_68, x_3, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_69) == 0) +{ +uint8_t x_70; +x_70 = !lean_is_exclusive(x_69); +if (x_70 == 0) +{ +lean_object* x_71; lean_object* x_72; lean_object* x_73; +x_71 = lean_ctor_get(x_69, 0); +lean_ctor_set(x_25, 0, x_71); +x_72 = lean_box(0); +x_73 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_73, 0, x_25); +lean_ctor_set(x_73, 1, x_72); +lean_ctor_set(x_69, 0, x_73); +return x_69; } else { -lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; lean_object* x_75; -x_71 = lean_ctor_get(x_66, 0); -x_72 = lean_ctor_get(x_66, 1); -lean_inc(x_72); -lean_inc(x_71); -lean_dec(x_66); -lean_ctor_set(x_22, 0, x_71); -x_73 = lean_box(0); -x_74 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_74, 0, x_22); -lean_ctor_set(x_74, 1, x_73); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_74); -lean_ctor_set(x_75, 1, x_72); -return x_75; +lean_object* x_74; lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; +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); +lean_ctor_set(x_25, 0, x_74); +x_76 = lean_box(0); +x_77 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_77, 0, x_25); +lean_ctor_set(x_77, 1, x_76); +x_78 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_78, 0, x_77); +lean_ctor_set(x_78, 1, x_75); +return x_78; } } else { -uint8_t x_76; -lean_free_object(x_22); -x_76 = !lean_is_exclusive(x_66); -if (x_76 == 0) +uint8_t x_79; +lean_free_object(x_25); +x_79 = !lean_is_exclusive(x_69); +if (x_79 == 0) { -return x_66; +return x_69; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_66, 0); -x_78 = lean_ctor_get(x_66, 1); -lean_inc(x_78); -lean_inc(x_77); -lean_dec(x_66); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_69, 0); +x_81 = lean_ctor_get(x_69, 1); +lean_inc(x_81); +lean_inc(x_80); +lean_dec(x_69); +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } else { -lean_object* x_80; lean_object* x_81; lean_object* x_82; -x_80 = lean_ctor_get(x_22, 0); -lean_inc(x_80); -lean_dec(x_22); -x_81 = l_Lean_LocalDecl_type(x_80); -lean_dec(x_80); -x_82 = l_Lean_Widget_diffHypothesesBundle_withTypeDiff(x_1, x_81, x_3, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_82) == 0) -{ -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_83 = lean_ctor_get(x_82, 0); +lean_object* x_83; lean_object* x_84; lean_object* x_85; +x_83 = lean_ctor_get(x_25, 0); lean_inc(x_83); -x_84 = lean_ctor_get(x_82, 1); -lean_inc(x_84); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_85 = x_82; +lean_dec(x_25); +x_84 = l_Lean_LocalDecl_type(x_83); +lean_dec(x_83); +x_85 = l_Lean_Widget_diffHypothesesBundle_withTypeDiff(x_1, x_84, x_3, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_85) == 0) +{ +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; +x_86 = lean_ctor_get(x_85, 0); +lean_inc(x_86); +x_87 = lean_ctor_get(x_85, 1); +lean_inc(x_87); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + lean_ctor_release(x_85, 1); + x_88 = x_85; } else { - lean_dec_ref(x_82); - x_85 = lean_box(0); + lean_dec_ref(x_85); + x_88 = lean_box(0); } -x_86 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_86, 0, x_83); -x_87 = lean_box(0); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_86); -lean_ctor_set(x_88, 1, x_87); -if (lean_is_scalar(x_85)) { - x_89 = lean_alloc_ctor(0, 2, 0); +x_89 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_89, 0, x_86); +x_90 = lean_box(0); +x_91 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_91, 0, x_89); +lean_ctor_set(x_91, 1, x_90); +if (lean_is_scalar(x_88)) { + x_92 = lean_alloc_ctor(0, 2, 0); } else { - x_89 = x_85; + x_92 = x_88; } -lean_ctor_set(x_89, 0, x_88); -lean_ctor_set(x_89, 1, x_84); -return x_89; +lean_ctor_set(x_92, 0, x_91); +lean_ctor_set(x_92, 1, x_87); +return x_92; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; -x_90 = lean_ctor_get(x_82, 0); -lean_inc(x_90); -x_91 = lean_ctor_get(x_82, 1); -lean_inc(x_91); -if (lean_is_exclusive(x_82)) { - lean_ctor_release(x_82, 0); - lean_ctor_release(x_82, 1); - x_92 = x_82; +lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; +x_93 = lean_ctor_get(x_85, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_85, 1); +lean_inc(x_94); +if (lean_is_exclusive(x_85)) { + lean_ctor_release(x_85, 0); + lean_ctor_release(x_85, 1); + x_95 = x_85; } else { - lean_dec_ref(x_82); - x_92 = lean_box(0); + lean_dec_ref(x_85); + x_95 = lean_box(0); } -if (lean_is_scalar(x_92)) { - x_93 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_95)) { + x_96 = lean_alloc_ctor(1, 2, 0); } else { - x_93 = x_92; -} -lean_ctor_set(x_93, 0, x_90); -lean_ctor_set(x_93, 1, x_91); -return x_93; + x_96 = x_95; } +lean_ctor_set(x_96, 0, x_93); +lean_ctor_set(x_96, 1, x_94); +return x_96; } } } -else -{ -size_t x_94; size_t x_95; -lean_dec(x_19); -x_94 = 1; -x_95 = lean_usize_add(x_9, x_94); -lean_inc(x_6); -{ -size_t _tmp_8 = x_95; -lean_object* _tmp_9 = x_6; -x_9 = _tmp_8; -x_10 = _tmp_9; } -goto _start; } } } @@ -8640,7 +8665,7 @@ return x_24; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(uint8_t x_1, lean_object* x_2, uint8_t 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) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(uint8_t x_1, uint8_t 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: { uint8_t x_14; @@ -8667,7 +8692,7 @@ x_17 = lean_unsigned_to_nat(0u); x_18 = lean_array_uset(x_8, x_7, x_17); x_19 = lean_ctor_get(x_16, 3); lean_inc(x_19); -x_20 = lean_box(x_3); +x_20 = lean_box(x_2); x_21 = lean_box(x_1); lean_inc(x_4); lean_inc(x_19); @@ -8835,124 +8860,123 @@ return x_1; LEAN_EXPORT lean_object* l_Lean_Widget_diffInteractiveGoals(uint8_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7, lean_object* x_8) { _start: { -lean_object* x_9; lean_object* x_10; uint8_t x_11; +lean_object* x_9; uint8_t x_10; lean_object* x_33; uint8_t x_34; x_9 = lean_ctor_get(x_6, 2); lean_inc(x_9); -x_10 = l_Lean_Widget_diffInteractiveGoals___closed__1; -x_11 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_10); +x_33 = l_Lean_Widget_diffInteractiveGoals___closed__1; +x_34 = l_Lean_Option_get___at_Lean_getSanitizeNames___spec__1(x_9, x_33); lean_dec(x_9); -if (x_11 == 0) -{ -lean_object* x_12; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_2); -x_12 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_12, 0, x_3); -lean_ctor_set(x_12, 1, x_8); -return x_12; -} -else -{ -lean_object* x_13; lean_object* x_14; uint8_t x_15; -x_13 = lean_box(0); -x_14 = lean_ctor_get(x_2, 2); -lean_inc(x_14); -if (x_1 == 0) +if (x_34 == 0) { uint8_t x_35; -x_35 = 0; -x_15 = x_35; -goto block_34; +x_35 = 1; +x_10 = x_35; +goto block_32; } else { uint8_t x_36; -x_36 = 1; -x_15 = x_36; -goto block_34; +x_36 = 0; +x_10 = x_36; +goto block_32; } -block_34: +block_32: { -lean_object* x_16; -if (x_15 == 0) +if (x_10 == 0) { -lean_object* x_33; -x_33 = lean_ctor_get(x_2, 4); -lean_inc(x_33); +lean_object* x_11; lean_object* x_12; lean_object* x_13; +x_11 = lean_box(0); +x_12 = lean_ctor_get(x_2, 2); +lean_inc(x_12); +if (x_1 == 0) +{ +lean_object* x_30; +x_30 = lean_ctor_get(x_2, 4); +lean_inc(x_30); lean_dec(x_2); -x_16 = x_33; -goto block_32; +x_13 = x_30; +goto block_29; } else { lean_dec(x_2); -lean_inc(x_14); -x_16 = x_14; -goto block_32; +lean_inc(x_12); +x_13 = x_12; +goto block_29; } -block_32: +block_29: { -lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; size_t x_21; size_t x_22; lean_object* x_23; -x_17 = l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1(x_13, x_14, x_4, x_5, x_6, x_7, x_8); -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_object* x_14; lean_object* x_15; lean_object* x_16; lean_object* x_17; size_t x_18; size_t x_19; lean_object* x_20; +x_14 = l_List_foldlM___at_Lean_Widget_diffInteractiveGoals___spec__1(x_11, x_12, x_4, x_5, x_6, x_7, x_8); +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_array_get_size(x_3); +x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); -x_20 = lean_array_get_size(x_3); -x_21 = lean_usize_of_nat(x_20); -lean_dec(x_20); -x_22 = 0; -x_23 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___at_Lean_Widget_diffInteractiveGoals___spec__5(x_1, x_15, x_16, x_18, x_21, x_22, x_3, x_4, x_5, x_6, x_7, x_19); -if (lean_obj_tag(x_23) == 0) +x_19 = 0; +x_20 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4___at_Lean_Widget_diffInteractiveGoals___spec__5(x_1, x_1, x_13, x_15, x_18, x_19, x_3, x_4, x_5, x_6, x_7, x_16); +if (lean_obj_tag(x_20) == 0) { -uint8_t x_24; -x_24 = !lean_is_exclusive(x_23); -if (x_24 == 0) +uint8_t x_21; +x_21 = !lean_is_exclusive(x_20); +if (x_21 == 0) { -return x_23; +return x_20; } else { -lean_object* x_25; lean_object* x_26; lean_object* x_27; -x_25 = lean_ctor_get(x_23, 0); -x_26 = lean_ctor_get(x_23, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_23); -x_27 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_27, 0, x_25); -lean_ctor_set(x_27, 1, x_26); -return x_27; +lean_object* x_22; lean_object* x_23; lean_object* x_24; +x_22 = lean_ctor_get(x_20, 0); +x_23 = lean_ctor_get(x_20, 1); +lean_inc(x_23); +lean_inc(x_22); +lean_dec(x_20); +x_24 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_24, 0, x_22); +lean_ctor_set(x_24, 1, x_23); +return x_24; } } else { -uint8_t x_28; -x_28 = !lean_is_exclusive(x_23); -if (x_28 == 0) +uint8_t x_25; +x_25 = !lean_is_exclusive(x_20); +if (x_25 == 0) { -return x_23; +return x_20; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; -x_29 = lean_ctor_get(x_23, 0); -x_30 = lean_ctor_get(x_23, 1); -lean_inc(x_30); -lean_inc(x_29); -lean_dec(x_23); -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; +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_31; +lean_dec(x_7); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_2); +x_31 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_31, 0, x_3); +lean_ctor_set(x_31, 1, x_8); +return x_31; +} } } } @@ -9036,14 +9060,14 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractive uint8_t x_14; uint8_t x_15; size_t x_16; size_t x_17; lean_object* x_18; x_14 = lean_unbox(x_1); lean_dec(x_1); -x_15 = lean_unbox(x_3); -lean_dec(x_3); +x_15 = lean_unbox(x_2); +lean_dec(x_2); x_16 = lean_unbox_usize(x_6); lean_dec(x_6); x_17 = lean_unbox_usize(x_7); lean_dec(x_7); -x_18 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(x_14, x_2, x_15, x_4, x_5, x_16, x_17, x_8, x_9, x_10, x_11, x_12, x_13); -lean_dec(x_2); +x_18 = l_Array_mapMUnsafe_map___at_Lean_Widget_diffInteractiveGoals___spec__4(x_14, x_15, x_3, x_4, x_5, x_16, x_17, x_8, x_9, x_10, x_11, x_12, x_13); +lean_dec(x_3); return x_18; } } diff --git a/stage0/stdlib/Lean/Widget/InteractiveCode.c b/stage0/stdlib/Lean/Widget/InteractiveCode.c index e31907cdafed..1322a6b34bd2 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveCode.c +++ b/stage0/stdlib/Lean/Widget/InteractiveCode.c @@ -37,6 +37,7 @@ lean_object* l_Lean_PrettyPrinter_Delaborator_delabAppImplicit(lean_object*, lea static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17____boxed(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__2___closed__2; +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4(lean_object*); lean_object* l_Lean_Name_toString(lean_object*, uint8_t); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__30; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket___closed__1; @@ -60,9 +61,11 @@ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__29; lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcEncode___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_PersistentArray_empty(lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg(lean_object*, lean_object*); 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_Widget_CodeWithInfos_pretty(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_tagCodeInfos_go(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_ppExprTagged___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableSubexprInfo_dec____x40_Lean_Widget_InteractiveCode___hyg_317____spec__2___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_ppExprTagged___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -74,6 +77,7 @@ lean_object* l_Lean_Json_getStr_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_dec____x40_Lean_Widget_InteractiveCode___hyg_317____boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17____closed__4; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__16; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_DiffTag_toCtorIdx___boxed(lean_object*); size_t lean_usize_of_nat(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____closed__1; @@ -92,7 +96,9 @@ lean_object* l_Lean_SubExpr_Pos_toString(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__33; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__5___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__2(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg___boxed(lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__2___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instToJsonDiffTag___closed__1; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17____closed__9; @@ -121,6 +127,7 @@ lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_DiffTag_noConfusion(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_DiffTag_noConfusion___rarg___lambda__1(lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__18; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__8; LEAN_EXPORT lean_object* l_Lean_Widget_CodeWithInfos_mergePosMap___rarg___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*); @@ -137,6 +144,7 @@ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__35; static lean_object* l_Lean_Widget_ppExprTagged___closed__2; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__12; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__5___closed__1; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__17; lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); @@ -157,6 +165,7 @@ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__6___closed__1; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__6; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__3(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__34; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__2___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__2___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -181,6 +190,7 @@ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJ static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17____closed__10; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_79____lambda__1___closed__1; lean_object* lean_string_append(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5(lean_object*); lean_object* lean_array_get_size(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_toJsonDiffTag____x40_Lean_Widget_InteractiveCode___hyg_17____closed__11; LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__1(lean_object*, lean_object*); @@ -191,6 +201,7 @@ uint8_t lean_usize_dec_lt(size_t, size_t); LEAN_EXPORT lean_object* l_Lean_Widget_CodeWithInfos_mergePosMap(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_CodeWithInfos_mergePosMap___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableSubexprInfo_dec____x40_Lean_Widget_InteractiveCode___hyg_317____spec__1___boxed(lean_object*, lean_object*); static lean_object* l_Lean_Widget_ppExprTagged___closed__1; static lean_object* l___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____closed__26; @@ -2626,13 +2637,228 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_ return x_2; } } +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg(lean_object* x_1, lean_object* x_2) { +_start: +{ +if (lean_obj_tag(x_1) == 0) +{ +lean_object* x_3; +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; uint8_t x_8; +x_4 = lean_ctor_get(x_1, 0); +x_5 = lean_ctor_get(x_1, 1); +x_6 = lean_ctor_get(x_1, 2); +x_7 = lean_ctor_get(x_1, 3); +x_8 = lean_nat_dec_lt(x_2, x_5); +if (x_8 == 0) +{ +uint8_t x_9; +x_9 = lean_nat_dec_eq(x_2, x_5); +if (x_9 == 0) +{ +x_1 = x_7; +goto _start; +} +else +{ +lean_object* x_11; +lean_inc(x_6); +x_11 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_11, 0, x_6); +return x_11; +} +} +else +{ +x_1 = x_4; +goto _start; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg___boxed), 2, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___lambda__1(size_t x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, size_t x_5, lean_object* x_6) { +_start: +{ +size_t x_7; size_t x_8; lean_object* x_9; lean_object* x_10; +x_7 = 1; +x_8 = lean_usize_add(x_1, x_7); +x_9 = lean_array_uset(x_2, x_1, x_6); +x_10 = l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg(x_3, x_4, x_5, x_8, x_9); +return x_10; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +_start: +{ +uint8_t x_6; +x_6 = lean_usize_dec_lt(x_4, x_3); +if (x_6 == 0) +{ +lean_object* x_7; lean_object* x_8; lean_object* x_9; +lean_dec(x_2); +x_7 = lean_ctor_get(x_1, 0); +lean_inc(x_7); +lean_dec(x_1); +x_8 = lean_ctor_get(x_7, 1); +lean_inc(x_8); +lean_dec(x_7); +x_9 = lean_apply_2(x_8, lean_box(0), x_5); +return x_9; +} +else +{ +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_10 = lean_array_uget(x_5, x_4); +x_11 = lean_unsigned_to_nat(0u); +x_12 = lean_array_uset(x_5, x_4, x_11); +x_13 = lean_ctor_get(x_1, 1); +lean_inc(x_13); +lean_inc(x_2); +lean_inc(x_1); +x_14 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg(x_1, x_2, x_10); +x_15 = lean_box_usize(x_4); +x_16 = lean_box_usize(x_3); +x_17 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___lambda__1___boxed), 6, 5); +lean_closure_set(x_17, 0, x_15); +lean_closure_set(x_17, 1, x_12); +lean_closure_set(x_17, 2, x_1); +lean_closure_set(x_17, 3, x_2); +lean_closure_set(x_17, 4, x_16); +x_18 = lean_apply_4(x_13, lean_box(0), lean_box(0), x_14, x_17); +return x_18; +} +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___boxed), 5, 0); +return x_2; +} +} +LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___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_inc(x_1); +x_6 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg(x_1, x_2, x_3); +x_7 = lean_alloc_closure((void*)(l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__2___rarg___lambda__2), 3, 2); +lean_closure_set(x_7, 0, x_1); +lean_closure_set(x_7, 1, x_5); +x_8 = lean_apply_4(x_4, lean_box(0), lean_box(0), x_6, x_7); +return x_8; +} +} +LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +_start: +{ +switch (lean_obj_tag(x_3)) { +case 0: +{ +uint8_t x_4; +lean_dec(x_2); +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_1, 0); +lean_inc(x_5); +lean_dec(x_1); +x_6 = lean_ctor_get(x_5, 1); +lean_inc(x_6); +lean_dec(x_5); +x_7 = lean_apply_2(x_6, lean_box(0), 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_3, 0); +lean_inc(x_8); +lean_dec(x_3); +x_9 = lean_ctor_get(x_1, 0); +lean_inc(x_9); +lean_dec(x_1); +x_10 = lean_ctor_get(x_9, 1); +lean_inc(x_10); +lean_dec(x_9); +x_11 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_11, 0, x_8); +x_12 = lean_apply_2(x_10, lean_box(0), x_11); +return x_12; +} +} +case 1: +{ +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; +x_13 = lean_ctor_get(x_3, 0); +lean_inc(x_13); +lean_dec(x_3); +x_14 = lean_ctor_get(x_1, 1); +lean_inc(x_14); +x_15 = lean_array_get_size(x_13); +x_16 = lean_usize_of_nat(x_15); +lean_dec(x_15); +x_17 = 0; +lean_inc(x_1); +x_18 = l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg(x_1, x_2, x_16, x_17, x_13); +x_19 = lean_alloc_closure((void*)(l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__2___rarg___lambda__1), 2, 1); +lean_closure_set(x_19, 0, x_1); +x_20 = lean_apply_4(x_14, lean_box(0), lean_box(0), x_18, x_19); +return x_20; +} +default: +{ +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_21 = lean_ctor_get(x_3, 0); +lean_inc(x_21); +x_22 = lean_ctor_get(x_3, 1); +lean_inc(x_22); +lean_dec(x_3); +x_23 = lean_ctor_get(x_1, 1); +lean_inc(x_23); +lean_inc(x_2); +x_24 = lean_apply_1(x_2, x_21); +lean_inc(x_23); +x_25 = lean_alloc_closure((void*)(l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg___lambda__1), 5, 4); +lean_closure_set(x_25, 0, x_1); +lean_closure_set(x_25, 1, x_2); +lean_closure_set(x_25, 2, x_22); +lean_closure_set(x_25, 3, x_23); +x_26 = lean_apply_4(x_23, lean_box(0), lean_box(0), x_24, x_25); +return x_26; +} +} +} +} +LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5(lean_object* x_1) { +_start: +{ +lean_object* x_2; +x_2 = lean_alloc_closure((void*)(l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg), 3, 0); +return x_2; +} +} LEAN_EXPORT lean_object* l_Lean_Widget_CodeWithInfos_mergePosMap___rarg___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; x_5 = lean_ctor_get(x_4, 1); lean_inc(x_5); -x_6 = l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__1___rarg(x_1, x_5); +x_6 = l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg(x_1, x_5); lean_dec(x_5); if (lean_obj_tag(x_6) == 0) { @@ -2683,7 +2909,7 @@ x_8 = lean_alloc_closure((void*)(l_Lean_Widget_CodeWithInfos_mergePosMap___rarg_ lean_closure_set(x_8, 0, x_3); lean_closure_set(x_8, 1, x_1); lean_closure_set(x_8, 2, x_2); -x_9 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__2___rarg(x_1, x_8, x_4); +x_9 = l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__5___rarg(x_1, x_8, x_4); return x_9; } } @@ -2730,6 +2956,40 @@ x_8 = l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__ return x_8; } } +LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg___boxed(lean_object* x_1, lean_object* x_2) { +_start: +{ +lean_object* x_3; +x_3 = l_Lean_RBNode_find___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__4___rarg(x_1, x_2); +lean_dec(x_2); +lean_dec(x_1); +return x_3; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___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: +{ +size_t x_7; size_t x_8; lean_object* x_9; +x_7 = lean_unbox_usize(x_1); +lean_dec(x_1); +x_8 = lean_unbox_usize(x_5); +lean_dec(x_5); +x_9 = l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___lambda__1(x_7, x_2, x_3, x_4, x_8, x_6); +return x_9; +} +} +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg___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_3); +lean_dec(x_3); +x_7 = lean_unbox_usize(x_4); +lean_dec(x_4); +x_8 = l_Array_mapMUnsafe_map___at_Lean_Widget_CodeWithInfos_mergePosMap___spec__6___rarg(x_1, x_2, x_6, x_7, x_5); +return x_8; +} +} LEAN_EXPORT lean_object* l_Lean_Widget_CodeWithInfos_mergePosMap___rarg___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4) { _start: { diff --git a/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c b/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c index 845921a133cb..b357e7b64944 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c +++ b/stage0/stdlib/Lean/Widget/InteractiveDiagnostic.c @@ -40,7 +40,6 @@ static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__68; lean_object* l_Lean_Json_mkObj(lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__2___closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__5; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__13; lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object*, lean_object*); @@ -152,10 +151,9 @@ static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__5(size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____rarg___closed__8; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__2___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__30; lean_object* l_Lean_Widget_InteractiveGoal_pretty(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__6(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____closed__1; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_enc____x40_Lean_Widget_InteractiveCode___hyg_317_(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_88_(lean_object*); @@ -184,7 +182,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_Inter LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedEmbedFmt; static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____rarg___closed__5; -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_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* l_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387_(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__42; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*); @@ -241,7 +239,6 @@ lean_object* l_Lean_FileMap_leanPosToLspPos(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_752____lambda__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_instRpcEncodableArray___spec__2(size_t, size_t, lean_object*); -lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); lean_object* l_Array_mapMUnsafe_map___at_Lean_Server_instRpcEncodableArray___spec__3(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instInhabitedEmbedFmt___closed__2; @@ -254,7 +251,6 @@ static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget static lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____rarg___closed__3; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_752____lambda__1___closed__11; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__6___closed__1; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__5___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_length(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__27; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____boxed(lean_object*); @@ -282,6 +278,7 @@ static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__7___closed__1; lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726_(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_752____lambda__1___closed__6; +lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__40; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(lean_object*); static lean_object* l_Lean_Widget_msgToInteractiveDiagnostic___closed__3; @@ -308,6 +305,7 @@ static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiag static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__38; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableDiagnosticWith_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__2___closed__4; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_88____lambda__2___closed__1; +lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); static lean_object* l_Lean_Widget_msgToInteractiveDiagnostic___closed__8; static lean_object* l_Lean_Widget_instRpcEncodableMsgEmbed_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____closed__5; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__26; @@ -321,7 +319,6 @@ lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractive size_t lean_usize_add(size_t, size_t); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableDiagnosticWith_dec____x40_Lean_Widget_InteractiveDiagnostic___hyg_1726____spec__6___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo___closed__4; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__5(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__66; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedStrictOrLazy(lean_object*); lean_object* lean_array_uget(lean_object*, size_t); @@ -367,7 +364,6 @@ lean_object* l_Lean_Widget_TaggedText_stripTags___rarg(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__19; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__55; -lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableStrictOrLazy_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_4____rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__44; static lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1810____closed__63; @@ -2247,7 +2243,7 @@ lean_inc(x_12); x_13 = lean_ctor_get(x_11, 1); lean_inc(x_13); lean_dec(x_11); -x_14 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_12); +x_14 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_12); x_15 = 1; x_16 = lean_usize_add(x_2, x_15); x_17 = lean_array_uset(x_9, x_2, x_14); @@ -2379,7 +2375,7 @@ 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_5, 0); -x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_7); +x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_7); x_9 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_9, 0, x_8); x_10 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1041_(x_9); @@ -2395,7 +2391,7 @@ x_12 = lean_ctor_get(x_5, 1); lean_inc(x_12); lean_inc(x_11); lean_dec(x_5); -x_13 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_11); +x_13 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_11); x_14 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_14, 0, x_13); x_15 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveDiagnostic___hyg_1041_(x_14); @@ -2470,7 +2466,7 @@ lean_inc(x_40); x_41 = lean_ctor_get(x_39, 1); lean_inc(x_41); lean_dec(x_39); -x_42 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_40); +x_42 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_40); x_43 = lean_alloc_ctor(1, 0, 1); lean_ctor_set_uint8(x_43, 0, x_31); x_44 = l_Lean_Widget_instRpcEncodableStrictOrLazy_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_4____at_Lean_Widget_instRpcEncodableMsgEmbed_enc____x40_Lean_Widget_InteractiveDiagnostic___hyg_593____spec__3(x_32, x_41); @@ -2971,7 +2967,7 @@ lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; x_7 = lean_array_uget(x_3, x_2); x_8 = lean_unsigned_to_nat(0u); x_9 = lean_array_uset(x_3, x_2, x_8); -x_10 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_7); +x_10 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_7); if (lean_obj_tag(x_10) == 0) { uint8_t x_11; @@ -3456,7 +3452,7 @@ lean_object* x_8; lean_object* x_9; x_8 = lean_ctor_get(x_7, 0); lean_inc(x_8); lean_dec(x_7); -x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_8); +x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_8); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -3799,7 +3795,7 @@ lean_object* x_52; lean_object* x_53; x_52 = lean_ctor_get(x_48, 0); lean_inc(x_52); lean_dec(x_48); -x_53 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_38); +x_53 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_38); if (lean_obj_tag(x_53) == 0) { uint8_t x_54; @@ -17483,84 +17479,7 @@ return x_26; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(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_lt(x_4, x_3); -if (x_8 == 0) -{ -lean_object* x_9; lean_object* x_10; -lean_dec(x_2); -lean_dec(x_1); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_5); -lean_ctor_set(x_9, 1, x_6); -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_13; lean_object* x_14; -x_11 = lean_array_uget(x_5, x_4); -x_12 = lean_unsigned_to_nat(0u); -x_13 = lean_array_uset(x_5, x_4, x_12); -lean_inc(x_2); -lean_inc(x_1); -x_14 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_11, x_6, x_7); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* 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; -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_ctor_get(x_15, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_dec(x_15); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_21 = lean_array_uset(x_13, x_4, x_17); -x_4 = x_20; -x_5 = x_21; -x_6 = x_18; -x_7 = x_16; -goto _start; -} -else -{ -uint8_t x_23; -lean_dec(x_13); -lean_dec(x_2); -lean_dec(x_1); -x_23 = !lean_is_exclusive(x_14); -if (x_23 == 0) -{ -return x_14; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_14, 0); -x_25 = lean_ctor_get(x_14, 1); -lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_14); -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_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__5(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(lean_object* x_1, lean_object* x_2, size_t x_3, size_t x_4, lean_object* x_5) { _start: { uint8_t x_6; @@ -17594,83 +17513,6 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__6(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_lt(x_4, x_3); -if (x_8 == 0) -{ -lean_object* x_9; lean_object* x_10; -lean_dec(x_2); -lean_dec(x_1); -x_9 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_9, 0, x_5); -lean_ctor_set(x_9, 1, x_6); -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_13; lean_object* x_14; -x_11 = lean_array_uget(x_5, x_4); -x_12 = lean_unsigned_to_nat(0u); -x_13 = lean_array_uset(x_5, x_4, x_12); -lean_inc(x_2); -lean_inc(x_1); -x_14 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_11, x_6, x_7); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* 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; -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_ctor_get(x_15, 0); -lean_inc(x_17); -x_18 = lean_ctor_get(x_15, 1); -lean_inc(x_18); -lean_dec(x_15); -x_19 = 1; -x_20 = lean_usize_add(x_4, x_19); -x_21 = lean_array_uset(x_13, x_4, x_17); -x_4 = x_20; -x_5 = x_21; -x_6 = x_18; -x_7 = x_16; -goto _start; -} -else -{ -uint8_t x_23; -lean_dec(x_13); -lean_dec(x_2); -lean_dec(x_1); -x_23 = !lean_is_exclusive(x_14); -if (x_23 == 0) -{ -return x_14; -} -else -{ -lean_object* x_24; lean_object* x_25; lean_object* x_26; -x_24 = lean_ctor_get(x_14, 0); -x_25 = lean_ctor_get(x_14, 1); -lean_inc(x_25); -lean_inc(x_24); -lean_dec(x_14); -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; -} -} -} -} -} static lean_object* _init_l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1___closed__1() { _start: { @@ -18343,7 +18185,7 @@ lean_inc(x_1); x_132 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_129, x_4, x_5); if (lean_obj_tag(x_132) == 0) { -lean_object* x_133; lean_object* x_134; lean_object* x_135; lean_object* x_136; lean_object* x_137; lean_object* x_138; +lean_object* x_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; x_133 = lean_ctor_get(x_132, 0); lean_inc(x_133); x_134 = lean_ctor_get(x_132, 1); @@ -18360,61 +18202,85 @@ lean_ctor_set(x_138, 0, x_137); lean_ctor_set(x_138, 1, x_135); if (x_131 == 0) { -lean_object* x_139; size_t x_140; size_t x_141; lean_object* x_142; -x_139 = lean_array_get_size(x_130); -x_140 = lean_usize_of_nat(x_139); -lean_dec(x_139); -x_141 = 0; -x_142 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__1(x_1, x_2, x_140, x_141, x_130, x_136, x_134); -if (lean_obj_tag(x_142) == 0) -{ -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_143 = lean_ctor_get(x_142, 0); -lean_inc(x_143); -x_144 = lean_ctor_get(x_142, 1); +uint8_t x_161; +x_161 = 0; +x_139 = x_161; +goto block_160; +} +else +{ +uint8_t x_162; +x_162 = l_Array_isEmpty___rarg(x_130); +if (x_162 == 0) +{ +uint8_t x_163; +x_163 = 1; +x_139 = x_163; +goto block_160; +} +else +{ +uint8_t x_164; +x_164 = 0; +x_139 = x_164; +goto block_160; +} +} +block_160: +{ +if (x_139 == 0) +{ +lean_object* x_140; size_t x_141; size_t x_142; lean_object* x_143; +x_140 = lean_array_get_size(x_130); +x_141 = lean_usize_of_nat(x_140); +lean_dec(x_140); +x_142 = 0; +x_143 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__1(x_1, x_2, x_141, x_142, x_130, x_136, x_134); +if (lean_obj_tag(x_143) == 0) +{ +lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; lean_object* x_149; +x_144 = lean_ctor_get(x_143, 0); lean_inc(x_144); -lean_dec(x_142); -x_145 = lean_ctor_get(x_143, 0); +x_145 = lean_ctor_get(x_143, 1); lean_inc(x_145); -x_146 = lean_ctor_get(x_143, 1); -lean_inc(x_146); lean_dec(x_143); -x_147 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_147, 0, x_145); -x_148 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_128, x_138, x_131, x_147, x_146, x_144); -return x_148; +x_146 = lean_ctor_get(x_144, 0); +lean_inc(x_146); +x_147 = lean_ctor_get(x_144, 1); +lean_inc(x_147); +lean_dec(x_144); +x_148 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_148, 0, x_146); +x_149 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_128, x_138, x_131, x_148, x_147, x_145); +return x_149; } else { -uint8_t x_149; +uint8_t x_150; lean_dec(x_138); lean_dec(x_128); -x_149 = !lean_is_exclusive(x_142); -if (x_149 == 0) +x_150 = !lean_is_exclusive(x_143); +if (x_150 == 0) { -return x_142; +return x_143; } else { -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_142, 0); -x_151 = lean_ctor_get(x_142, 1); +lean_object* x_151; lean_object* x_152; lean_object* x_153; +x_151 = lean_ctor_get(x_143, 0); +x_152 = lean_ctor_get(x_143, 1); +lean_inc(x_152); lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_142); -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; +lean_dec(x_143); +x_153 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_153, 0, x_151); +lean_ctor_set(x_153, 1, x_152); +return x_153; } } } else { -uint8_t x_153; -x_153 = l_Array_isEmpty___rarg(x_130); -if (x_153 == 0) -{ lean_object* x_154; size_t x_155; size_t x_156; lean_object* x_157; lean_object* x_158; lean_object* x_159; x_154 = lean_array_get_size(x_130); x_155 = lean_usize_of_nat(x_154); @@ -18426,82 +18292,31 @@ lean_ctor_set(x_158, 0, x_157); x_159 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_128, x_138, x_131, x_158, x_136, x_134); return x_159; } -else -{ -lean_object* x_160; size_t x_161; size_t x_162; lean_object* x_163; -x_160 = lean_array_get_size(x_130); -x_161 = lean_usize_of_nat(x_160); -lean_dec(x_160); -x_162 = 0; -x_163 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__3(x_1, x_2, x_161, x_162, x_130, x_136, x_134); -if (lean_obj_tag(x_163) == 0) -{ -lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; lean_object* x_169; -x_164 = lean_ctor_get(x_163, 0); -lean_inc(x_164); -x_165 = lean_ctor_get(x_163, 1); -lean_inc(x_165); -lean_dec(x_163); -x_166 = lean_ctor_get(x_164, 0); -lean_inc(x_166); -x_167 = lean_ctor_get(x_164, 1); -lean_inc(x_167); -lean_dec(x_164); -x_168 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_168, 0, x_166); -x_169 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_128, x_138, x_131, x_168, x_167, x_165); -return x_169; -} -else -{ -uint8_t x_170; -lean_dec(x_138); -lean_dec(x_128); -x_170 = !lean_is_exclusive(x_163); -if (x_170 == 0) -{ -return x_163; -} -else -{ -lean_object* x_171; lean_object* x_172; lean_object* x_173; -x_171 = lean_ctor_get(x_163, 0); -x_172 = lean_ctor_get(x_163, 1); -lean_inc(x_172); -lean_inc(x_171); -lean_dec(x_163); -x_173 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_173, 0, x_171); -lean_ctor_set(x_173, 1, x_172); -return x_173; -} -} -} } } else { -uint8_t x_174; +uint8_t x_165; lean_dec(x_130); lean_dec(x_128); lean_dec(x_1); -x_174 = !lean_is_exclusive(x_132); -if (x_174 == 0) +x_165 = !lean_is_exclusive(x_132); +if (x_165 == 0) { return x_132; } else { -lean_object* x_175; lean_object* x_176; lean_object* x_177; -x_175 = lean_ctor_get(x_132, 0); -x_176 = lean_ctor_get(x_132, 1); -lean_inc(x_176); -lean_inc(x_175); +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = lean_ctor_get(x_132, 0); +x_167 = lean_ctor_get(x_132, 1); +lean_inc(x_167); +lean_inc(x_166); lean_dec(x_132); -x_177 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_177, 0, x_175); -lean_ctor_set(x_177, 1, x_176); -return x_177; +x_168 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_168, 0, x_166); +lean_ctor_set(x_168, 1, x_167); +return x_168; } } } @@ -18512,949 +18327,921 @@ else switch (lean_obj_tag(x_3)) { case 0: { -lean_object* x_178; lean_object* x_179; +lean_object* x_169; lean_object* x_170; lean_dec(x_2); lean_dec(x_1); -x_178 = lean_ctor_get(x_3, 0); -lean_inc(x_178); +x_169 = lean_ctor_get(x_3, 0); +lean_inc(x_169); lean_dec(x_3); -x_179 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_withIgnoreTags(x_178, x_4, x_5); -return x_179; +x_170 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_withIgnoreTags(x_169, x_4, x_5); +return x_170; } case 1: { -uint8_t x_180; -x_180 = !lean_is_exclusive(x_2); -if (x_180 == 0) +uint8_t x_171; +x_171 = !lean_is_exclusive(x_2); +if (x_171 == 0) { -lean_object* x_181; lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; -x_181 = lean_ctor_get(x_2, 0); -x_182 = lean_ctor_get(x_3, 0); -lean_inc(x_182); +lean_object* x_172; lean_object* x_173; lean_object* x_174; lean_object* x_175; lean_object* x_176; +x_172 = lean_ctor_get(x_2, 0); +x_173 = lean_ctor_get(x_3, 0); +lean_inc(x_173); lean_dec(x_3); -x_183 = lean_ctor_get(x_182, 0); -lean_inc(x_183); -lean_dec(x_182); -x_184 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_mkPPContext(x_1, x_181); -lean_ctor_set(x_2, 0, x_184); -x_185 = lean_apply_2(x_183, x_2, x_5); -if (lean_obj_tag(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; uint8_t x_193; -x_186 = lean_ctor_get(x_185, 0); -lean_inc(x_186); -x_187 = lean_ctor_get(x_185, 1); -lean_inc(x_187); -lean_dec(x_185); -x_188 = lean_ctor_get(x_186, 0); -lean_inc(x_188); -x_189 = lean_ctor_get(x_186, 1); -lean_inc(x_189); -lean_dec(x_186); -x_190 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo(x_1, x_181); -lean_dec(x_181); +x_174 = lean_ctor_get(x_173, 0); +lean_inc(x_174); +lean_dec(x_173); +x_175 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_mkPPContext(x_1, x_172); +lean_ctor_set(x_2, 0, x_175); +x_176 = lean_apply_2(x_174, x_2, x_5); +if (lean_obj_tag(x_176) == 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; lean_object* x_183; uint8_t x_184; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +lean_dec(x_176); +x_179 = lean_ctor_get(x_177, 0); +lean_inc(x_179); +x_180 = lean_ctor_get(x_177, 1); +lean_inc(x_180); +lean_dec(x_177); +x_181 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo(x_1, x_172); +lean_dec(x_172); lean_dec(x_1); -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_190); -lean_ctor_set(x_191, 1, x_189); -x_192 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(x_191, x_4, x_187); -x_193 = !lean_is_exclusive(x_192); -if (x_193 == 0) -{ -lean_object* x_194; uint8_t x_195; -x_194 = lean_ctor_get(x_192, 0); -x_195 = !lean_is_exclusive(x_194); -if (x_195 == 0) -{ -lean_object* x_196; lean_object* x_197; -x_196 = lean_ctor_get(x_194, 0); -x_197 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_197, 0, x_196); -lean_ctor_set(x_197, 1, x_188); -lean_ctor_set(x_194, 0, x_197); -return x_192; -} -else -{ -lean_object* x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; -x_198 = lean_ctor_get(x_194, 0); -x_199 = lean_ctor_get(x_194, 1); -lean_inc(x_199); -lean_inc(x_198); -lean_dec(x_194); -x_200 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_200, 0, x_198); -lean_ctor_set(x_200, 1, x_188); -x_201 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_201, 0, x_200); -lean_ctor_set(x_201, 1, x_199); -lean_ctor_set(x_192, 0, x_201); -return x_192; +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_180); +x_183 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(x_182, x_4, x_178); +x_184 = !lean_is_exclusive(x_183); +if (x_184 == 0) +{ +lean_object* x_185; uint8_t x_186; +x_185 = lean_ctor_get(x_183, 0); +x_186 = !lean_is_exclusive(x_185); +if (x_186 == 0) +{ +lean_object* x_187; lean_object* x_188; +x_187 = lean_ctor_get(x_185, 0); +x_188 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_188, 0, x_187); +lean_ctor_set(x_188, 1, x_179); +lean_ctor_set(x_185, 0, x_188); +return x_183; +} +else +{ +lean_object* x_189; lean_object* x_190; lean_object* x_191; lean_object* x_192; +x_189 = lean_ctor_get(x_185, 0); +x_190 = lean_ctor_get(x_185, 1); +lean_inc(x_190); +lean_inc(x_189); +lean_dec(x_185); +x_191 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_191, 0, x_189); +lean_ctor_set(x_191, 1, x_179); +x_192 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_192, 0, x_191); +lean_ctor_set(x_192, 1, x_190); +lean_ctor_set(x_183, 0, x_192); +return x_183; } } else { -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_202 = lean_ctor_get(x_192, 0); -x_203 = lean_ctor_get(x_192, 1); -lean_inc(x_203); -lean_inc(x_202); -lean_dec(x_192); -x_204 = lean_ctor_get(x_202, 0); -lean_inc(x_204); -x_205 = lean_ctor_get(x_202, 1); -lean_inc(x_205); -if (lean_is_exclusive(x_202)) { - lean_ctor_release(x_202, 0); - lean_ctor_release(x_202, 1); - x_206 = x_202; +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_193 = lean_ctor_get(x_183, 0); +x_194 = lean_ctor_get(x_183, 1); +lean_inc(x_194); +lean_inc(x_193); +lean_dec(x_183); +x_195 = lean_ctor_get(x_193, 0); +lean_inc(x_195); +x_196 = lean_ctor_get(x_193, 1); +lean_inc(x_196); +if (lean_is_exclusive(x_193)) { + lean_ctor_release(x_193, 0); + lean_ctor_release(x_193, 1); + x_197 = x_193; } else { - lean_dec_ref(x_202); - x_206 = lean_box(0); + lean_dec_ref(x_193); + x_197 = lean_box(0); } -x_207 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_207, 0, x_204); -lean_ctor_set(x_207, 1, x_188); -if (lean_is_scalar(x_206)) { - x_208 = lean_alloc_ctor(0, 2, 0); +x_198 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_198, 0, x_195); +lean_ctor_set(x_198, 1, x_179); +if (lean_is_scalar(x_197)) { + x_199 = lean_alloc_ctor(0, 2, 0); } else { - x_208 = x_206; + x_199 = x_197; } -lean_ctor_set(x_208, 0, x_207); -lean_ctor_set(x_208, 1, x_205); -x_209 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_209, 0, x_208); -lean_ctor_set(x_209, 1, x_203); -return x_209; +lean_ctor_set(x_199, 0, x_198); +lean_ctor_set(x_199, 1, x_196); +x_200 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_194); +return x_200; } } else { -uint8_t x_210; -lean_dec(x_181); +uint8_t x_201; +lean_dec(x_172); lean_dec(x_4); lean_dec(x_1); -x_210 = !lean_is_exclusive(x_185); -if (x_210 == 0) +x_201 = !lean_is_exclusive(x_176); +if (x_201 == 0) { -return x_185; +return x_176; } else { -lean_object* x_211; lean_object* x_212; lean_object* x_213; -x_211 = lean_ctor_get(x_185, 0); -x_212 = lean_ctor_get(x_185, 1); -lean_inc(x_212); -lean_inc(x_211); -lean_dec(x_185); -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; +lean_object* x_202; lean_object* x_203; lean_object* x_204; +x_202 = lean_ctor_get(x_176, 0); +x_203 = lean_ctor_get(x_176, 1); +lean_inc(x_203); +lean_inc(x_202); +lean_dec(x_176); +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; } } } else { -lean_object* x_214; lean_object* x_215; lean_object* x_216; lean_object* x_217; lean_object* x_218; lean_object* x_219; -x_214 = lean_ctor_get(x_2, 0); -lean_inc(x_214); +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_205 = lean_ctor_get(x_2, 0); +lean_inc(x_205); lean_dec(x_2); -x_215 = lean_ctor_get(x_3, 0); -lean_inc(x_215); +x_206 = lean_ctor_get(x_3, 0); +lean_inc(x_206); lean_dec(x_3); -x_216 = lean_ctor_get(x_215, 0); -lean_inc(x_216); -lean_dec(x_215); -x_217 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_mkPPContext(x_1, x_214); -x_218 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_218, 0, x_217); -x_219 = lean_apply_2(x_216, x_218, x_5); -if (lean_obj_tag(x_219) == 0) -{ -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; -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 = lean_ctor_get(x_220, 0); -lean_inc(x_222); -x_223 = lean_ctor_get(x_220, 1); -lean_inc(x_223); -lean_dec(x_220); -x_224 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo(x_1, x_214); -lean_dec(x_214); +x_207 = lean_ctor_get(x_206, 0); +lean_inc(x_207); +lean_dec(x_206); +x_208 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_mkPPContext(x_1, x_205); +x_209 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_209, 0, x_208); +x_210 = lean_apply_2(x_207, x_209, x_5); +if (lean_obj_tag(x_210) == 0) +{ +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; +x_211 = lean_ctor_get(x_210, 0); +lean_inc(x_211); +x_212 = lean_ctor_get(x_210, 1); +lean_inc(x_212); +lean_dec(x_210); +x_213 = lean_ctor_get(x_211, 0); +lean_inc(x_213); +x_214 = lean_ctor_get(x_211, 1); +lean_inc(x_214); +lean_dec(x_211); +x_215 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo(x_1, x_205); +lean_dec(x_205); lean_dec(x_1); -x_225 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_225, 0, x_224); -lean_ctor_set(x_225, 1, x_223); -x_226 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(x_225, x_4, x_221); -x_227 = lean_ctor_get(x_226, 0); -lean_inc(x_227); -x_228 = lean_ctor_get(x_226, 1); -lean_inc(x_228); -if (lean_is_exclusive(x_226)) { - lean_ctor_release(x_226, 0); - lean_ctor_release(x_226, 1); - x_229 = x_226; +x_216 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_216, 0, x_215); +lean_ctor_set(x_216, 1, x_214); +x_217 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(x_216, x_4, x_212); +x_218 = lean_ctor_get(x_217, 0); +lean_inc(x_218); +x_219 = lean_ctor_get(x_217, 1); +lean_inc(x_219); +if (lean_is_exclusive(x_217)) { + lean_ctor_release(x_217, 0); + lean_ctor_release(x_217, 1); + x_220 = x_217; } else { - lean_dec_ref(x_226); - x_229 = lean_box(0); + lean_dec_ref(x_217); + x_220 = lean_box(0); } -x_230 = lean_ctor_get(x_227, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_227, 1); -lean_inc(x_231); -if (lean_is_exclusive(x_227)) { - lean_ctor_release(x_227, 0); - lean_ctor_release(x_227, 1); - x_232 = x_227; +x_221 = lean_ctor_get(x_218, 0); +lean_inc(x_221); +x_222 = lean_ctor_get(x_218, 1); +lean_inc(x_222); +if (lean_is_exclusive(x_218)) { + lean_ctor_release(x_218, 0); + lean_ctor_release(x_218, 1); + x_223 = x_218; } else { - lean_dec_ref(x_227); - x_232 = lean_box(0); + lean_dec_ref(x_218); + x_223 = lean_box(0); } -x_233 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_233, 0, x_230); -lean_ctor_set(x_233, 1, x_222); -if (lean_is_scalar(x_232)) { - x_234 = lean_alloc_ctor(0, 2, 0); +x_224 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_224, 0, x_221); +lean_ctor_set(x_224, 1, x_213); +if (lean_is_scalar(x_223)) { + x_225 = lean_alloc_ctor(0, 2, 0); } else { - x_234 = x_232; + x_225 = x_223; } -lean_ctor_set(x_234, 0, x_233); -lean_ctor_set(x_234, 1, x_231); -if (lean_is_scalar(x_229)) { - x_235 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_225, 0, x_224); +lean_ctor_set(x_225, 1, x_222); +if (lean_is_scalar(x_220)) { + x_226 = lean_alloc_ctor(0, 2, 0); } else { - x_235 = x_229; + x_226 = x_220; } -lean_ctor_set(x_235, 0, x_234); -lean_ctor_set(x_235, 1, x_228); -return x_235; +lean_ctor_set(x_226, 0, x_225); +lean_ctor_set(x_226, 1, x_219); +return x_226; } else { -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; -lean_dec(x_214); +lean_object* x_227; lean_object* x_228; lean_object* x_229; lean_object* x_230; +lean_dec(x_205); lean_dec(x_4); lean_dec(x_1); -x_236 = lean_ctor_get(x_219, 0); -lean_inc(x_236); -x_237 = lean_ctor_get(x_219, 1); -lean_inc(x_237); -if (lean_is_exclusive(x_219)) { - lean_ctor_release(x_219, 0); - lean_ctor_release(x_219, 1); - x_238 = x_219; +x_227 = lean_ctor_get(x_210, 0); +lean_inc(x_227); +x_228 = lean_ctor_get(x_210, 1); +lean_inc(x_228); +if (lean_is_exclusive(x_210)) { + lean_ctor_release(x_210, 0); + lean_ctor_release(x_210, 1); + x_229 = x_210; } else { - lean_dec_ref(x_219); - x_238 = lean_box(0); + lean_dec_ref(x_210); + x_229 = lean_box(0); } -if (lean_is_scalar(x_238)) { - x_239 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_229)) { + x_230 = lean_alloc_ctor(1, 2, 0); } else { - x_239 = x_238; + x_230 = x_229; } -lean_ctor_set(x_239, 0, x_236); -lean_ctor_set(x_239, 1, x_237); -return x_239; +lean_ctor_set(x_230, 0, x_227); +lean_ctor_set(x_230, 1, x_228); +return x_230; } } } case 2: { -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_240 = lean_ctor_get(x_2, 0); -lean_inc(x_240); +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_231 = lean_ctor_get(x_2, 0); +lean_inc(x_231); lean_dec(x_2); -x_241 = lean_ctor_get(x_3, 0); -lean_inc(x_241); +x_232 = lean_ctor_get(x_3, 0); +lean_inc(x_232); lean_dec(x_3); -x_242 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo(x_1, x_240); +x_233 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_mkContextInfo(x_1, x_231); lean_dec(x_1); -x_243 = lean_ctor_get(x_240, 2); +x_234 = lean_ctor_get(x_231, 2); +lean_inc(x_234); +lean_dec(x_231); +x_235 = lean_alloc_ctor(1, 3, 0); +lean_ctor_set(x_235, 0, x_233); +lean_ctor_set(x_235, 1, x_234); +lean_ctor_set(x_235, 2, x_232); +x_236 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(x_235, x_4, x_5); +x_237 = !lean_is_exclusive(x_236); +if (x_237 == 0) +{ +lean_object* x_238; uint8_t x_239; +x_238 = lean_ctor_get(x_236, 0); +x_239 = !lean_is_exclusive(x_238); +if (x_239 == 0) +{ +lean_object* x_240; lean_object* x_241; lean_object* x_242; +x_240 = lean_ctor_get(x_238, 0); +x_241 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__5; +x_242 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_242, 0, x_240); +lean_ctor_set(x_242, 1, x_241); +lean_ctor_set(x_238, 0, x_242); +return x_236; +} +else +{ +lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_object* x_247; +x_243 = lean_ctor_get(x_238, 0); +x_244 = lean_ctor_get(x_238, 1); +lean_inc(x_244); lean_inc(x_243); -lean_dec(x_240); -x_244 = lean_alloc_ctor(1, 3, 0); -lean_ctor_set(x_244, 0, x_242); -lean_ctor_set(x_244, 1, x_243); -lean_ctor_set(x_244, 2, x_241); -x_245 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_pushEmbed(x_244, x_4, x_5); -x_246 = !lean_is_exclusive(x_245); -if (x_246 == 0) -{ -lean_object* x_247; uint8_t x_248; -x_247 = lean_ctor_get(x_245, 0); -x_248 = !lean_is_exclusive(x_247); -if (x_248 == 0) -{ -lean_object* x_249; lean_object* x_250; lean_object* x_251; -x_249 = lean_ctor_get(x_247, 0); -x_250 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__5; -x_251 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_251, 0, x_249); -lean_ctor_set(x_251, 1, x_250); -lean_ctor_set(x_247, 0, x_251); -return x_245; -} -else -{ -lean_object* x_252; lean_object* x_253; lean_object* x_254; lean_object* x_255; lean_object* x_256; -x_252 = lean_ctor_get(x_247, 0); -x_253 = lean_ctor_get(x_247, 1); -lean_inc(x_253); -lean_inc(x_252); -lean_dec(x_247); -x_254 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__5; -x_255 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_255, 0, x_252); -lean_ctor_set(x_255, 1, x_254); +lean_dec(x_238); +x_245 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__5; +x_246 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_246, 0, x_243); +lean_ctor_set(x_246, 1, x_245); +x_247 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_247, 0, x_246); +lean_ctor_set(x_247, 1, x_244); +lean_ctor_set(x_236, 0, x_247); +return x_236; +} +} +else +{ +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; +x_248 = lean_ctor_get(x_236, 0); +x_249 = lean_ctor_get(x_236, 1); +lean_inc(x_249); +lean_inc(x_248); +lean_dec(x_236); +x_250 = lean_ctor_get(x_248, 0); +lean_inc(x_250); +x_251 = lean_ctor_get(x_248, 1); +lean_inc(x_251); +if (lean_is_exclusive(x_248)) { + lean_ctor_release(x_248, 0); + lean_ctor_release(x_248, 1); + x_252 = x_248; +} else { + lean_dec_ref(x_248); + x_252 = lean_box(0); +} +x_253 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__5; +x_254 = lean_alloc_ctor(7, 2, 0); +lean_ctor_set(x_254, 0, x_250); +lean_ctor_set(x_254, 1, x_253); +if (lean_is_scalar(x_252)) { + x_255 = lean_alloc_ctor(0, 2, 0); +} else { + x_255 = x_252; +} +lean_ctor_set(x_255, 0, x_254); +lean_ctor_set(x_255, 1, x_251); x_256 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_256, 0, x_255); -lean_ctor_set(x_256, 1, x_253); -lean_ctor_set(x_245, 0, x_256); -return x_245; -} -} -else -{ -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; -x_257 = lean_ctor_get(x_245, 0); -x_258 = lean_ctor_get(x_245, 1); -lean_inc(x_258); -lean_inc(x_257); -lean_dec(x_245); -x_259 = lean_ctor_get(x_257, 0); -lean_inc(x_259); -x_260 = lean_ctor_get(x_257, 1); -lean_inc(x_260); -if (lean_is_exclusive(x_257)) { - lean_ctor_release(x_257, 0); - lean_ctor_release(x_257, 1); - x_261 = x_257; -} else { - lean_dec_ref(x_257); - x_261 = lean_box(0); -} -x_262 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__5; -x_263 = lean_alloc_ctor(7, 2, 0); -lean_ctor_set(x_263, 0, x_259); -lean_ctor_set(x_263, 1, x_262); -if (lean_is_scalar(x_261)) { - x_264 = lean_alloc_ctor(0, 2, 0); -} else { - x_264 = x_261; -} -lean_ctor_set(x_264, 0, x_263); -lean_ctor_set(x_264, 1, x_260); -x_265 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_265, 0, x_264); -lean_ctor_set(x_265, 1, x_258); -return x_265; +lean_ctor_set(x_256, 1, x_249); +return x_256; } } case 3: { -uint8_t x_266; -x_266 = !lean_is_exclusive(x_2); -if (x_266 == 0) +uint8_t x_257; +x_257 = !lean_is_exclusive(x_2); +if (x_257 == 0) { -lean_object* x_267; lean_object* x_268; lean_object* x_269; -x_267 = lean_ctor_get(x_2, 0); -lean_dec(x_267); -x_268 = lean_ctor_get(x_3, 0); -lean_inc(x_268); -x_269 = lean_ctor_get(x_3, 1); -lean_inc(x_269); +lean_object* x_258; lean_object* x_259; lean_object* x_260; +x_258 = lean_ctor_get(x_2, 0); +lean_dec(x_258); +x_259 = lean_ctor_get(x_3, 0); +lean_inc(x_259); +x_260 = lean_ctor_get(x_3, 1); +lean_inc(x_260); lean_dec(x_3); -lean_ctor_set(x_2, 0, x_268); -x_3 = x_269; +lean_ctor_set(x_2, 0, x_259); +x_3 = x_260; goto _start; } else { -lean_object* x_271; lean_object* x_272; lean_object* x_273; +lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_dec(x_2); -x_271 = lean_ctor_get(x_3, 0); -lean_inc(x_271); -x_272 = lean_ctor_get(x_3, 1); -lean_inc(x_272); +x_262 = lean_ctor_get(x_3, 0); +lean_inc(x_262); +x_263 = lean_ctor_get(x_3, 1); +lean_inc(x_263); lean_dec(x_3); -x_273 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_273, 0, x_271); -x_2 = x_273; -x_3 = x_272; +x_264 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_264, 0, x_262); +x_2 = x_264; +x_3 = x_263; goto _start; } } case 4: { -lean_object* x_275; lean_object* x_276; +lean_object* x_266; lean_object* x_267; lean_dec(x_1); -x_275 = lean_ctor_get(x_3, 0); -lean_inc(x_275); -x_276 = lean_ctor_get(x_3, 1); -lean_inc(x_276); +x_266 = lean_ctor_get(x_3, 0); +lean_inc(x_266); +x_267 = lean_ctor_get(x_3, 1); +lean_inc(x_267); lean_dec(x_3); -x_1 = x_275; -x_3 = x_276; +x_1 = x_266; +x_3 = x_267; goto _start; } case 5: { -lean_object* x_278; lean_object* x_279; lean_object* x_280; -x_278 = lean_ctor_get(x_3, 0); -lean_inc(x_278); -x_279 = lean_ctor_get(x_3, 1); -lean_inc(x_279); +lean_object* x_269; lean_object* x_270; lean_object* x_271; +x_269 = lean_ctor_get(x_3, 0); +lean_inc(x_269); +x_270 = lean_ctor_get(x_3, 1); +lean_inc(x_270); lean_dec(x_3); -x_280 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_279, x_4, x_5); -if (lean_obj_tag(x_280) == 0) +x_271 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_270, x_4, x_5); +if (lean_obj_tag(x_271) == 0) { -uint8_t x_281; -x_281 = !lean_is_exclusive(x_280); -if (x_281 == 0) -{ -lean_object* x_282; uint8_t x_283; -x_282 = lean_ctor_get(x_280, 0); -x_283 = !lean_is_exclusive(x_282); -if (x_283 == 0) -{ -lean_object* x_284; lean_object* x_285; lean_object* x_286; -x_284 = lean_ctor_get(x_282, 0); -x_285 = lean_nat_to_int(x_278); -x_286 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_286, 0, x_285); -lean_ctor_set(x_286, 1, x_284); -lean_ctor_set(x_282, 0, x_286); -return x_280; -} -else -{ -lean_object* x_287; lean_object* x_288; lean_object* x_289; lean_object* x_290; lean_object* x_291; -x_287 = lean_ctor_get(x_282, 0); -x_288 = lean_ctor_get(x_282, 1); -lean_inc(x_288); -lean_inc(x_287); -lean_dec(x_282); -x_289 = lean_nat_to_int(x_278); -x_290 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_290, 0, x_289); -lean_ctor_set(x_290, 1, x_287); -x_291 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_291, 0, x_290); -lean_ctor_set(x_291, 1, x_288); -lean_ctor_set(x_280, 0, x_291); -return x_280; -} +uint8_t x_272; +x_272 = !lean_is_exclusive(x_271); +if (x_272 == 0) +{ +lean_object* x_273; uint8_t x_274; +x_273 = lean_ctor_get(x_271, 0); +x_274 = !lean_is_exclusive(x_273); +if (x_274 == 0) +{ +lean_object* x_275; lean_object* x_276; lean_object* x_277; +x_275 = lean_ctor_get(x_273, 0); +x_276 = lean_nat_to_int(x_269); +x_277 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_277, 0, x_276); +lean_ctor_set(x_277, 1, x_275); +lean_ctor_set(x_273, 0, x_277); +return x_271; } else { -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; -x_292 = lean_ctor_get(x_280, 0); -x_293 = lean_ctor_get(x_280, 1); -lean_inc(x_293); -lean_inc(x_292); -lean_dec(x_280); -x_294 = lean_ctor_get(x_292, 0); -lean_inc(x_294); -x_295 = lean_ctor_get(x_292, 1); -lean_inc(x_295); -if (lean_is_exclusive(x_292)) { - lean_ctor_release(x_292, 0); - lean_ctor_release(x_292, 1); - x_296 = x_292; -} else { - lean_dec_ref(x_292); - x_296 = lean_box(0); +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_273, 0); +x_279 = lean_ctor_get(x_273, 1); +lean_inc(x_279); +lean_inc(x_278); +lean_dec(x_273); +x_280 = lean_nat_to_int(x_269); +x_281 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_281, 0, x_280); +lean_ctor_set(x_281, 1, x_278); +x_282 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_282, 0, x_281); +lean_ctor_set(x_282, 1, x_279); +lean_ctor_set(x_271, 0, x_282); +return x_271; } -x_297 = lean_nat_to_int(x_278); -x_298 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_298, 0, x_297); -lean_ctor_set(x_298, 1, x_294); -if (lean_is_scalar(x_296)) { - x_299 = lean_alloc_ctor(0, 2, 0); -} else { - x_299 = x_296; } -lean_ctor_set(x_299, 0, x_298); -lean_ctor_set(x_299, 1, x_295); -x_300 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_300, 0, x_299); -lean_ctor_set(x_300, 1, x_293); -return x_300; +else +{ +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_283 = lean_ctor_get(x_271, 0); +x_284 = lean_ctor_get(x_271, 1); +lean_inc(x_284); +lean_inc(x_283); +lean_dec(x_271); +x_285 = lean_ctor_get(x_283, 0); +lean_inc(x_285); +x_286 = lean_ctor_get(x_283, 1); +lean_inc(x_286); +if (lean_is_exclusive(x_283)) { + lean_ctor_release(x_283, 0); + lean_ctor_release(x_283, 1); + x_287 = x_283; +} else { + lean_dec_ref(x_283); + x_287 = lean_box(0); +} +x_288 = lean_nat_to_int(x_269); +x_289 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_289, 0, x_288); +lean_ctor_set(x_289, 1, x_285); +if (lean_is_scalar(x_287)) { + x_290 = lean_alloc_ctor(0, 2, 0); +} else { + x_290 = x_287; +} +lean_ctor_set(x_290, 0, x_289); +lean_ctor_set(x_290, 1, x_286); +x_291 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_291, 0, x_290); +lean_ctor_set(x_291, 1, x_284); +return x_291; } } else { -uint8_t x_301; -lean_dec(x_278); -x_301 = !lean_is_exclusive(x_280); -if (x_301 == 0) +uint8_t x_292; +lean_dec(x_269); +x_292 = !lean_is_exclusive(x_271); +if (x_292 == 0) { -return x_280; +return x_271; } else { -lean_object* x_302; lean_object* x_303; lean_object* x_304; -x_302 = lean_ctor_get(x_280, 0); -x_303 = lean_ctor_get(x_280, 1); -lean_inc(x_303); -lean_inc(x_302); -lean_dec(x_280); -x_304 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_304, 0, x_302); -lean_ctor_set(x_304, 1, x_303); -return x_304; +lean_object* x_293; lean_object* x_294; lean_object* x_295; +x_293 = lean_ctor_get(x_271, 0); +x_294 = lean_ctor_get(x_271, 1); +lean_inc(x_294); +lean_inc(x_293); +lean_dec(x_271); +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; } } } case 6: { -lean_object* x_305; lean_object* x_306; -x_305 = lean_ctor_get(x_3, 0); -lean_inc(x_305); +lean_object* x_296; lean_object* x_297; +x_296 = lean_ctor_get(x_3, 0); +lean_inc(x_296); lean_dec(x_3); -x_306 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_305, x_4, x_5); -if (lean_obj_tag(x_306) == 0) -{ -uint8_t x_307; -x_307 = !lean_is_exclusive(x_306); -if (x_307 == 0) -{ -lean_object* x_308; uint8_t x_309; -x_308 = lean_ctor_get(x_306, 0); -x_309 = !lean_is_exclusive(x_308); -if (x_309 == 0) -{ -lean_object* x_310; uint8_t x_311; lean_object* x_312; -x_310 = lean_ctor_get(x_308, 0); -x_311 = 0; -x_312 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_312, 0, x_310); -lean_ctor_set_uint8(x_312, sizeof(void*)*1, x_311); -lean_ctor_set(x_308, 0, x_312); -return x_306; -} -else -{ -lean_object* x_313; lean_object* x_314; uint8_t x_315; lean_object* x_316; lean_object* x_317; -x_313 = lean_ctor_get(x_308, 0); -x_314 = lean_ctor_get(x_308, 1); -lean_inc(x_314); -lean_inc(x_313); -lean_dec(x_308); -x_315 = 0; -x_316 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_316, 0, x_313); -lean_ctor_set_uint8(x_316, sizeof(void*)*1, x_315); -x_317 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_317, 0, x_316); -lean_ctor_set(x_317, 1, x_314); -lean_ctor_set(x_306, 0, x_317); -return x_306; -} +x_297 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_296, x_4, x_5); +if (lean_obj_tag(x_297) == 0) +{ +uint8_t x_298; +x_298 = !lean_is_exclusive(x_297); +if (x_298 == 0) +{ +lean_object* x_299; uint8_t x_300; +x_299 = lean_ctor_get(x_297, 0); +x_300 = !lean_is_exclusive(x_299); +if (x_300 == 0) +{ +lean_object* x_301; uint8_t x_302; lean_object* x_303; +x_301 = lean_ctor_get(x_299, 0); +x_302 = 0; +x_303 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_303, 0, x_301); +lean_ctor_set_uint8(x_303, sizeof(void*)*1, x_302); +lean_ctor_set(x_299, 0, x_303); +return x_297; } else { -lean_object* x_318; lean_object* x_319; lean_object* x_320; lean_object* x_321; lean_object* x_322; uint8_t x_323; lean_object* x_324; lean_object* x_325; lean_object* x_326; -x_318 = lean_ctor_get(x_306, 0); -x_319 = lean_ctor_get(x_306, 1); -lean_inc(x_319); -lean_inc(x_318); -lean_dec(x_306); -x_320 = lean_ctor_get(x_318, 0); -lean_inc(x_320); -x_321 = lean_ctor_get(x_318, 1); -lean_inc(x_321); -if (lean_is_exclusive(x_318)) { - lean_ctor_release(x_318, 0); - lean_ctor_release(x_318, 1); - x_322 = x_318; -} else { - lean_dec_ref(x_318); - x_322 = lean_box(0); +lean_object* x_304; lean_object* x_305; uint8_t x_306; lean_object* x_307; lean_object* x_308; +x_304 = lean_ctor_get(x_299, 0); +x_305 = lean_ctor_get(x_299, 1); +lean_inc(x_305); +lean_inc(x_304); +lean_dec(x_299); +x_306 = 0; +x_307 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_307, 0, x_304); +lean_ctor_set_uint8(x_307, sizeof(void*)*1, x_306); +x_308 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_308, 0, x_307); +lean_ctor_set(x_308, 1, x_305); +lean_ctor_set(x_297, 0, x_308); +return x_297; +} +} +else +{ +lean_object* x_309; lean_object* x_310; lean_object* x_311; lean_object* x_312; lean_object* x_313; uint8_t x_314; lean_object* x_315; lean_object* x_316; lean_object* x_317; +x_309 = lean_ctor_get(x_297, 0); +x_310 = lean_ctor_get(x_297, 1); +lean_inc(x_310); +lean_inc(x_309); +lean_dec(x_297); +x_311 = lean_ctor_get(x_309, 0); +lean_inc(x_311); +x_312 = lean_ctor_get(x_309, 1); +lean_inc(x_312); +if (lean_is_exclusive(x_309)) { + lean_ctor_release(x_309, 0); + lean_ctor_release(x_309, 1); + x_313 = x_309; +} else { + lean_dec_ref(x_309); + x_313 = lean_box(0); } -x_323 = 0; -x_324 = lean_alloc_ctor(6, 1, 1); -lean_ctor_set(x_324, 0, x_320); -lean_ctor_set_uint8(x_324, sizeof(void*)*1, x_323); -if (lean_is_scalar(x_322)) { - x_325 = lean_alloc_ctor(0, 2, 0); +x_314 = 0; +x_315 = lean_alloc_ctor(6, 1, 1); +lean_ctor_set(x_315, 0, x_311); +lean_ctor_set_uint8(x_315, sizeof(void*)*1, x_314); +if (lean_is_scalar(x_313)) { + x_316 = lean_alloc_ctor(0, 2, 0); } else { - x_325 = x_322; + x_316 = x_313; } -lean_ctor_set(x_325, 0, x_324); -lean_ctor_set(x_325, 1, x_321); -x_326 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_326, 0, x_325); -lean_ctor_set(x_326, 1, x_319); -return x_326; +lean_ctor_set(x_316, 0, x_315); +lean_ctor_set(x_316, 1, x_312); +x_317 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_317, 0, x_316); +lean_ctor_set(x_317, 1, x_310); +return x_317; } } else { -uint8_t x_327; -x_327 = !lean_is_exclusive(x_306); -if (x_327 == 0) +uint8_t x_318; +x_318 = !lean_is_exclusive(x_297); +if (x_318 == 0) { -return x_306; +return x_297; } else { -lean_object* x_328; lean_object* x_329; lean_object* x_330; -x_328 = lean_ctor_get(x_306, 0); -x_329 = lean_ctor_get(x_306, 1); -lean_inc(x_329); -lean_inc(x_328); -lean_dec(x_306); -x_330 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_330, 0, x_328); -lean_ctor_set(x_330, 1, x_329); -return x_330; +lean_object* x_319; lean_object* x_320; lean_object* x_321; +x_319 = lean_ctor_get(x_297, 0); +x_320 = lean_ctor_get(x_297, 1); +lean_inc(x_320); +lean_inc(x_319); +lean_dec(x_297); +x_321 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_321, 0, x_319); +lean_ctor_set(x_321, 1, x_320); +return x_321; } } } case 7: { -lean_object* x_331; lean_object* x_332; lean_object* x_333; -x_331 = lean_ctor_get(x_3, 0); -lean_inc(x_331); -x_332 = lean_ctor_get(x_3, 1); -lean_inc(x_332); +lean_object* x_322; lean_object* x_323; lean_object* x_324; +x_322 = lean_ctor_get(x_3, 0); +lean_inc(x_322); +x_323 = lean_ctor_get(x_3, 1); +lean_inc(x_323); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_333 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_331, x_4, x_5); -if (lean_obj_tag(x_333) == 0) -{ -lean_object* x_334; lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; -x_334 = lean_ctor_get(x_333, 0); -lean_inc(x_334); -x_335 = lean_ctor_get(x_333, 1); -lean_inc(x_335); -lean_dec(x_333); -x_336 = lean_ctor_get(x_334, 0); -lean_inc(x_336); -x_337 = lean_ctor_get(x_334, 1); -lean_inc(x_337); -lean_dec(x_334); -x_338 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_332, x_337, x_335); -if (lean_obj_tag(x_338) == 0) +x_324 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_322, x_4, x_5); +if (lean_obj_tag(x_324) == 0) { -uint8_t x_339; -x_339 = !lean_is_exclusive(x_338); -if (x_339 == 0) +lean_object* x_325; lean_object* x_326; lean_object* x_327; lean_object* x_328; lean_object* x_329; +x_325 = lean_ctor_get(x_324, 0); +lean_inc(x_325); +x_326 = lean_ctor_get(x_324, 1); +lean_inc(x_326); +lean_dec(x_324); +x_327 = lean_ctor_get(x_325, 0); +lean_inc(x_327); +x_328 = lean_ctor_get(x_325, 1); +lean_inc(x_328); +lean_dec(x_325); +x_329 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_323, x_328, x_326); +if (lean_obj_tag(x_329) == 0) { -lean_object* x_340; uint8_t x_341; -x_340 = lean_ctor_get(x_338, 0); -x_341 = !lean_is_exclusive(x_340); -if (x_341 == 0) +uint8_t x_330; +x_330 = !lean_is_exclusive(x_329); +if (x_330 == 0) { -lean_object* x_342; lean_object* x_343; -x_342 = lean_ctor_get(x_340, 0); -x_343 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_343, 0, x_336); -lean_ctor_set(x_343, 1, x_342); -lean_ctor_set(x_340, 0, x_343); -return x_338; -} -else +lean_object* x_331; uint8_t x_332; +x_331 = lean_ctor_get(x_329, 0); +x_332 = !lean_is_exclusive(x_331); +if (x_332 == 0) { -lean_object* x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; -x_344 = lean_ctor_get(x_340, 0); -x_345 = lean_ctor_get(x_340, 1); -lean_inc(x_345); -lean_inc(x_344); -lean_dec(x_340); -x_346 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_346, 0, x_336); -lean_ctor_set(x_346, 1, x_344); -x_347 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_347, 0, x_346); -lean_ctor_set(x_347, 1, x_345); -lean_ctor_set(x_338, 0, x_347); -return x_338; -} +lean_object* x_333; lean_object* x_334; +x_333 = lean_ctor_get(x_331, 0); +x_334 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_334, 0, x_327); +lean_ctor_set(x_334, 1, x_333); +lean_ctor_set(x_331, 0, x_334); +return x_329; } 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; lean_object* x_355; -x_348 = lean_ctor_get(x_338, 0); -x_349 = lean_ctor_get(x_338, 1); -lean_inc(x_349); -lean_inc(x_348); -lean_dec(x_338); -x_350 = lean_ctor_get(x_348, 0); -lean_inc(x_350); -x_351 = lean_ctor_get(x_348, 1); -lean_inc(x_351); -if (lean_is_exclusive(x_348)) { - lean_ctor_release(x_348, 0); - lean_ctor_release(x_348, 1); - x_352 = x_348; -} else { - lean_dec_ref(x_348); - x_352 = lean_box(0); -} -x_353 = lean_alloc_ctor(5, 2, 0); -lean_ctor_set(x_353, 0, x_336); -lean_ctor_set(x_353, 1, x_350); -if (lean_is_scalar(x_352)) { - x_354 = lean_alloc_ctor(0, 2, 0); -} else { - x_354 = x_352; -} -lean_ctor_set(x_354, 0, x_353); -lean_ctor_set(x_354, 1, x_351); -x_355 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_355, 0, x_354); -lean_ctor_set(x_355, 1, x_349); -return x_355; +lean_object* x_335; lean_object* x_336; lean_object* x_337; lean_object* x_338; +x_335 = lean_ctor_get(x_331, 0); +x_336 = lean_ctor_get(x_331, 1); +lean_inc(x_336); +lean_inc(x_335); +lean_dec(x_331); +x_337 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_337, 0, x_327); +lean_ctor_set(x_337, 1, x_335); +x_338 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_338, 0, x_337); +lean_ctor_set(x_338, 1, x_336); +lean_ctor_set(x_329, 0, x_338); +return x_329; +} +} +else +{ +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; +x_339 = lean_ctor_get(x_329, 0); +x_340 = lean_ctor_get(x_329, 1); +lean_inc(x_340); +lean_inc(x_339); +lean_dec(x_329); +x_341 = lean_ctor_get(x_339, 0); +lean_inc(x_341); +x_342 = lean_ctor_get(x_339, 1); +lean_inc(x_342); +if (lean_is_exclusive(x_339)) { + lean_ctor_release(x_339, 0); + lean_ctor_release(x_339, 1); + x_343 = x_339; +} else { + lean_dec_ref(x_339); + x_343 = lean_box(0); +} +x_344 = lean_alloc_ctor(5, 2, 0); +lean_ctor_set(x_344, 0, x_327); +lean_ctor_set(x_344, 1, x_341); +if (lean_is_scalar(x_343)) { + x_345 = lean_alloc_ctor(0, 2, 0); +} else { + x_345 = x_343; +} +lean_ctor_set(x_345, 0, x_344); +lean_ctor_set(x_345, 1, x_342); +x_346 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_346, 0, x_345); +lean_ctor_set(x_346, 1, x_340); +return x_346; } } else { -uint8_t x_356; -lean_dec(x_336); -x_356 = !lean_is_exclusive(x_338); -if (x_356 == 0) +uint8_t x_347; +lean_dec(x_327); +x_347 = !lean_is_exclusive(x_329); +if (x_347 == 0) { -return x_338; +return x_329; } else { -lean_object* x_357; lean_object* x_358; lean_object* x_359; -x_357 = lean_ctor_get(x_338, 0); -x_358 = lean_ctor_get(x_338, 1); -lean_inc(x_358); -lean_inc(x_357); -lean_dec(x_338); -x_359 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_359, 0, x_357); -lean_ctor_set(x_359, 1, x_358); -return x_359; +lean_object* x_348; lean_object* x_349; lean_object* x_350; +x_348 = lean_ctor_get(x_329, 0); +x_349 = lean_ctor_get(x_329, 1); +lean_inc(x_349); +lean_inc(x_348); +lean_dec(x_329); +x_350 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_350, 0, x_348); +lean_ctor_set(x_350, 1, x_349); +return x_350; } } } else { -uint8_t x_360; -lean_dec(x_332); +uint8_t x_351; +lean_dec(x_323); lean_dec(x_2); lean_dec(x_1); -x_360 = !lean_is_exclusive(x_333); -if (x_360 == 0) +x_351 = !lean_is_exclusive(x_324); +if (x_351 == 0) { -return x_333; +return x_324; } else { -lean_object* x_361; lean_object* x_362; lean_object* x_363; -x_361 = lean_ctor_get(x_333, 0); -x_362 = lean_ctor_get(x_333, 1); -lean_inc(x_362); -lean_inc(x_361); -lean_dec(x_333); -x_363 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_363, 0, x_361); -lean_ctor_set(x_363, 1, x_362); -return x_363; +lean_object* x_352; lean_object* x_353; lean_object* x_354; +x_352 = lean_ctor_get(x_324, 0); +x_353 = lean_ctor_get(x_324, 1); +lean_inc(x_353); +lean_inc(x_352); +lean_dec(x_324); +x_354 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_354, 0, x_352); +lean_ctor_set(x_354, 1, x_353); +return x_354; } } } case 8: { -lean_object* x_364; -x_364 = lean_ctor_get(x_3, 1); -lean_inc(x_364); +lean_object* x_355; +x_355 = lean_ctor_get(x_3, 1); +lean_inc(x_355); lean_dec(x_3); -x_3 = x_364; +x_3 = x_355; goto _start; } default: { -lean_object* x_366; lean_object* x_367; lean_object* x_368; lean_object* x_369; uint8_t x_370; lean_object* x_371; -x_366 = lean_ctor_get(x_2, 0); -lean_inc(x_366); -x_367 = lean_ctor_get(x_3, 0); -lean_inc(x_367); -x_368 = lean_ctor_get(x_3, 1); -lean_inc(x_368); -x_369 = lean_ctor_get(x_3, 2); -lean_inc(x_369); -x_370 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); +lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; uint8_t x_361; lean_object* x_362; +x_357 = lean_ctor_get(x_2, 0); +lean_inc(x_357); +x_358 = lean_ctor_get(x_3, 0); +lean_inc(x_358); +x_359 = lean_ctor_get(x_3, 1); +lean_inc(x_359); +x_360 = lean_ctor_get(x_3, 2); +lean_inc(x_360); +x_361 = lean_ctor_get_uint8(x_3, sizeof(void*)*3); lean_dec(x_3); lean_inc(x_2); lean_inc(x_1); -x_371 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_368, x_4, x_5); -if (lean_obj_tag(x_371) == 0) -{ -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_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 = lean_ctor_get(x_372, 0); -lean_inc(x_374); -x_375 = lean_ctor_get(x_372, 1); -lean_inc(x_375); -lean_dec(x_372); -x_376 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__3; -x_377 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_377, 0, x_376); -lean_ctor_set(x_377, 1, x_374); -if (x_370 == 0) +x_362 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go(x_1, x_2, x_359, x_4, x_5); +if (lean_obj_tag(x_362) == 0) { -lean_object* x_378; size_t x_379; size_t x_380; lean_object* x_381; -lean_dec(x_366); -x_378 = lean_array_get_size(x_369); -x_379 = lean_usize_of_nat(x_378); -lean_dec(x_378); -x_380 = 0; -x_381 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(x_1, x_2, x_379, x_380, x_369, x_375, x_373); -if (lean_obj_tag(x_381) == 0) +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; +x_363 = lean_ctor_get(x_362, 0); +lean_inc(x_363); +x_364 = lean_ctor_get(x_362, 1); +lean_inc(x_364); +lean_dec(x_362); +x_365 = lean_ctor_get(x_363, 0); +lean_inc(x_365); +x_366 = lean_ctor_get(x_363, 1); +lean_inc(x_366); +lean_dec(x_363); +x_367 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___closed__3; +x_368 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_368, 0, x_367); +lean_ctor_set(x_368, 1, x_365); +if (x_361 == 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; -x_382 = lean_ctor_get(x_381, 0); -lean_inc(x_382); -x_383 = lean_ctor_get(x_381, 1); -lean_inc(x_383); -lean_dec(x_381); -x_384 = lean_ctor_get(x_382, 0); -lean_inc(x_384); -x_385 = lean_ctor_get(x_382, 1); -lean_inc(x_385); -lean_dec(x_382); -x_386 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_386, 0, x_384); -x_387 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_367, x_377, x_370, x_386, x_385, x_383); -return x_387; +uint8_t x_391; +x_391 = 0; +x_369 = x_391; +goto block_390; } else { -uint8_t x_388; -lean_dec(x_377); -lean_dec(x_367); -x_388 = !lean_is_exclusive(x_381); -if (x_388 == 0) +uint8_t x_392; +x_392 = l_Array_isEmpty___rarg(x_360); +if (x_392 == 0) { -return x_381; +uint8_t x_393; +x_393 = 1; +x_369 = x_393; +goto block_390; } else { -lean_object* x_389; lean_object* x_390; lean_object* x_391; -x_389 = lean_ctor_get(x_381, 0); -x_390 = lean_ctor_get(x_381, 1); -lean_inc(x_390); -lean_inc(x_389); -lean_dec(x_381); -x_391 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_391, 0, x_389); -lean_ctor_set(x_391, 1, x_390); -return x_391; +uint8_t x_394; +x_394 = 0; +x_369 = x_394; +goto block_390; } } -} -else -{ -uint8_t x_392; -x_392 = l_Array_isEmpty___rarg(x_369); -if (x_392 == 0) +block_390: { -lean_object* x_393; size_t x_394; size_t x_395; lean_object* x_396; lean_object* x_397; lean_object* x_398; -lean_dec(x_2); -x_393 = lean_array_get_size(x_369); -x_394 = lean_usize_of_nat(x_393); -lean_dec(x_393); -x_395 = 0; -x_396 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__5(x_1, x_366, x_394, x_395, x_369); -x_397 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_397, 0, x_396); -x_398 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_367, x_377, x_370, x_397, x_375, x_373); -return x_398; -} -else +if (x_369 == 0) { -lean_object* x_399; size_t x_400; size_t x_401; lean_object* x_402; -lean_dec(x_366); -x_399 = lean_array_get_size(x_369); -x_400 = lean_usize_of_nat(x_399); -lean_dec(x_399); -x_401 = 0; -x_402 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__6(x_1, x_2, x_400, x_401, x_369, x_375, x_373); -if (lean_obj_tag(x_402) == 0) +lean_object* x_370; size_t x_371; size_t x_372; lean_object* x_373; +lean_dec(x_357); +x_370 = lean_array_get_size(x_360); +x_371 = lean_usize_of_nat(x_370); +lean_dec(x_370); +x_372 = 0; +x_373 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__3(x_1, x_2, x_371, x_372, x_360, x_366, x_364); +if (lean_obj_tag(x_373) == 0) { -lean_object* x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; lean_object* x_407; lean_object* x_408; -x_403 = lean_ctor_get(x_402, 0); -lean_inc(x_403); -x_404 = lean_ctor_get(x_402, 1); -lean_inc(x_404); -lean_dec(x_402); -x_405 = lean_ctor_get(x_403, 0); -lean_inc(x_405); -x_406 = lean_ctor_get(x_403, 1); -lean_inc(x_406); -lean_dec(x_403); -x_407 = lean_alloc_ctor(0, 1, 0); -lean_ctor_set(x_407, 0, x_405); -x_408 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_367, x_377, x_370, x_407, x_406, x_404); -return x_408; +lean_object* x_374; lean_object* x_375; lean_object* x_376; lean_object* x_377; lean_object* x_378; lean_object* x_379; +x_374 = lean_ctor_get(x_373, 0); +lean_inc(x_374); +x_375 = lean_ctor_get(x_373, 1); +lean_inc(x_375); +lean_dec(x_373); +x_376 = lean_ctor_get(x_374, 0); +lean_inc(x_376); +x_377 = lean_ctor_get(x_374, 1); +lean_inc(x_377); +lean_dec(x_374); +x_378 = lean_alloc_ctor(0, 1, 0); +lean_ctor_set(x_378, 0, x_376); +x_379 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_358, x_368, x_361, x_378, x_377, x_375); +return x_379; } else { -uint8_t x_409; -lean_dec(x_377); -lean_dec(x_367); -x_409 = !lean_is_exclusive(x_402); -if (x_409 == 0) +uint8_t x_380; +lean_dec(x_368); +lean_dec(x_358); +x_380 = !lean_is_exclusive(x_373); +if (x_380 == 0) { -return x_402; +return x_373; } else { -lean_object* x_410; lean_object* x_411; lean_object* x_412; -x_410 = lean_ctor_get(x_402, 0); -x_411 = lean_ctor_get(x_402, 1); -lean_inc(x_411); -lean_inc(x_410); -lean_dec(x_402); -x_412 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_412, 0, x_410); -lean_ctor_set(x_412, 1, x_411); -return x_412; +lean_object* x_381; lean_object* x_382; lean_object* x_383; +x_381 = lean_ctor_get(x_373, 0); +x_382 = lean_ctor_get(x_373, 1); +lean_inc(x_382); +lean_inc(x_381); +lean_dec(x_373); +x_383 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_383, 0, x_381); +lean_ctor_set(x_383, 1, x_382); +return x_383; +} } } +else +{ +lean_object* x_384; size_t x_385; size_t x_386; lean_object* x_387; lean_object* x_388; lean_object* x_389; +lean_dec(x_2); +x_384 = lean_array_get_size(x_360); +x_385 = lean_usize_of_nat(x_384); +lean_dec(x_384); +x_386 = 0; +x_387 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(x_1, x_357, x_385, x_386, x_360); +x_388 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_388, 0, x_387); +x_389 = l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___lambda__1(x_358, x_368, x_361, x_388, x_366, x_364); +return x_389; } } } else { -uint8_t x_413; -lean_dec(x_369); -lean_dec(x_367); -lean_dec(x_366); +uint8_t x_395; +lean_dec(x_360); +lean_dec(x_358); +lean_dec(x_357); lean_dec(x_2); lean_dec(x_1); -x_413 = !lean_is_exclusive(x_371); -if (x_413 == 0) +x_395 = !lean_is_exclusive(x_362); +if (x_395 == 0) { -return x_371; +return x_362; } else { -lean_object* x_414; lean_object* x_415; lean_object* x_416; -x_414 = lean_ctor_get(x_371, 0); -x_415 = lean_ctor_get(x_371, 1); -lean_inc(x_415); -lean_inc(x_414); -lean_dec(x_371); -x_416 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_416, 0, x_414); -lean_ctor_set(x_416, 1, x_415); -return x_416; +lean_object* x_396; lean_object* x_397; lean_object* x_398; +x_396 = lean_ctor_get(x_362, 0); +x_397 = lean_ctor_get(x_362, 1); +lean_inc(x_397); +lean_inc(x_396); +lean_dec(x_362); +x_398 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_398, 0, x_396); +lean_ctor_set(x_398, 1, x_397); +return x_398; } } } @@ -19498,19 +19285,7 @@ x_10 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0 return x_10; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___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: -{ -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_9 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_10 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(x_1, x_2, x_8, x_9, x_5, x_6, x_7); -return x_10; -} -} -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___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_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___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; @@ -19518,22 +19293,10 @@ x_6 = lean_unbox_usize(x_3); lean_dec(x_3); x_7 = lean_unbox_usize(x_4); lean_dec(x_4); -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__5(x_1, x_2, x_6, x_7, x_5); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__4(x_1, x_2, x_6, x_7, x_5); return x_8; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__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) { -_start: -{ -size_t x_8; size_t x_9; lean_object* x_10; -x_8 = lean_unbox_usize(x_3); -lean_dec(x_3); -x_9 = lean_unbox_usize(x_4); -lean_dec(x_4); -x_10 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___spec__6(x_1, x_2, x_8, x_9, x_5, x_6, x_7); -return x_10; -} -} LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveDiagnostic_0__Lean_Widget_msgToInteractiveAux_go___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: { diff --git a/stage0/stdlib/Lean/Widget/InteractiveGoal.c b/stage0/stdlib/Lean/Widget/InteractiveGoal.c index 862eade34ec4..5dd66f5e408b 100644 --- a/stage0/stdlib/Lean/Widget/InteractiveGoal.c +++ b/stage0/stdlib/Lean/Widget/InteractiveGoal.c @@ -30,11 +30,11 @@ static lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___closed__3; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__7; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__2; -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(lean_object*); lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoalCore_pretty_addLine(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__23; lean_object* l_Lean_Widget_ppExprTagged(lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__8; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__3; extern lean_object* l_Lean_Meta_pp_auxDecls; static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__3___closed__1; @@ -56,6 +56,7 @@ static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_de LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_addInteractiveHypothesisBundle___spec__2(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__27; LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isType_x3f___default; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_addInteractiveHypothesisBundle(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__27; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__31; @@ -63,6 +64,7 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals___closed__1; lean_object* l_Lean_Name_toString(lean_object*, uint8_t); LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Widget_goalToInteractive___spec__2(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*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__19; @@ -71,6 +73,7 @@ static lean_object* l_Lean_Widget_goalToInteractive___lambda__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682____boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___boxed(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal___closed__3; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693_(lean_object*, lean_object*); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__2; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__33; uint8_t l_Lean_Name_isAnonymous(lean_object*); @@ -79,12 +82,13 @@ LEAN_EXPORT lean_object* l_Lean_throwError___at_Lean_Widget_goalToInteractive___ extern lean_object* l_Lean_Meta_pp_showLetValues; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle___closed__2; static lean_object* l_Lean_Elab_ContextInfo_saveNoFileMap___at_Lean_Widget_goalToInteractive___spec__7___rarg___closed__1; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__1; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514_(lean_object*); lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveTermGoal_pretty(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__46; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__19; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925_(lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2(lean_object*, lean_object*); @@ -115,18 +119,17 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ lean_object* l_Lean_Json_getBool_x3f(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4(size_t, size_t, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__8; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveTermGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_2537_(lean_object*, lean_object*); uint8_t l_Std_Format_isNil(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__3; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__12; static lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__4; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__2; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t, size_t, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__49; lean_object* l_Lean_Meta_withLCtx___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__35; lean_object* l_Lean_Json_getStr_x3f(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__36; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_dec____x40_Lean_Widget_InteractiveCode___hyg_317____boxed(lean_object*, lean_object*); 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*); @@ -136,13 +139,11 @@ LEAN_EXPORT lean_object* l_Lean_Widget_goalToInteractive(lean_object*, lean_obje static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__11; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__1; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals___closed__3; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7; static lean_object* l_Lean_Widget_goalToInteractive___lambda__1___closed__1; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__13; extern lean_object* l_Lean_Meta_pp_implementationDetailHyps; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_682_(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__53; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____boxed(lean_object*, lean_object*); lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1837____spec__2(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__52; uint8_t l_Lean_Expr_isSort(lean_object*); @@ -164,6 +165,8 @@ lean_object* lean_nat_to_int(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__60; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__40; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(size_t, size_t, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__5; static lean_object* l_Lean_Widget_goalToInteractive___closed__3; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__11; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__21; @@ -172,7 +175,6 @@ 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_184____closed__38; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_addInteractiveHypothesisBundle___spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__55; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Widget_goalToInteractive___closed__2; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__56; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__3; @@ -182,6 +184,7 @@ LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_ LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoal_pretty(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__1___boxed(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3800_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx___at_Lean_Widget_goalToInteractive___spec__8___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__1; lean_object* l_Lean_Widget_instRpcEncodableSubexprInfo_enc____x40_Lean_Widget_InteractiveCode___hyg_317_(lean_object*, lean_object*); @@ -191,12 +194,12 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ LEAN_EXPORT lean_object* l_Lean_Widget_addInteractiveHypothesisBundle___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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__22; static lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle___closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveGoals_append(lean_object*, lean_object*); lean_object* lean_array_to_list(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__5(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8; LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__2___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__12; lean_object* l_Lean_Server_instRpcEncodableWithRpcRef_rpcDecode___rarg(lean_object*, lean_object*, lean_object*); @@ -243,7 +246,6 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ LEAN_EXPORT lean_object* l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_Lean_LocalDecl_isAuxDecl(lean_object*); static lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal___closed__1; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__14; lean_object* l_Lean_Meta_withLCtx___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -267,11 +269,11 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ 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*); LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____boxed(lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__7; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__44; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__1; -lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(size_t, size_t, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__1___closed__1; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__4; @@ -284,13 +286,16 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__10; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__5(uint8_t, 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*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____boxed(lean_object*); static lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___closed__2; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__54; static lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____closed__2; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forInAux___at_Lean_Widget_goalToInteractive___spec__2___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_goalToInteractive___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__2; +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__6; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__26; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoal_enc____x40_Lean_Widget_InteractiveGoal___hyg_1387____spec__1(size_t, size_t, lean_object*, lean_object*); static lean_object* l_Lean_Widget_InteractiveGoalCore_pretty___closed__1; @@ -301,6 +306,7 @@ LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodabl LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___spec__1(uint8_t, 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___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__17; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__3(lean_object*, lean_object*, lean_object*); +lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); static lean_object* l_Lean_Widget_withGoalCtx___rarg___lambda__2___closed__1; lean_object* l___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonRange____x40_Lean_Data_Lsp_Basic___hyg_866_(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__20; @@ -308,18 +314,17 @@ lean_object* l_Lean_addMessageContextFull___at_Lean_Meta_instAddMessageContextMe LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__6___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__28; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____boxed(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__28; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__21; static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___closed__5; LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2925____boxed(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__32; +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693_(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__48; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__13; static lean_object* l_Lean_Widget_instToJsonRpcEncodablePacket__4___closed__1; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_mapTR_loop___at_Lean_Widget_InteractiveGoalCore_pretty___spec__2(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__59; LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___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*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__15; @@ -328,6 +333,7 @@ lean_object* lean_erase_macro_scopes(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isInserted_x3f___default; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_enc____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2(size_t, size_t, lean_object*, lean_object*); +lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); lean_object* l_List_reverse___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_val_x3f___default; lean_object* l_String_intercalate(lean_object*, lean_object*); @@ -336,9 +342,7 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodabl static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__37; LEAN_EXPORT lean_object* l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___spec__1___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_MonadExcept_ofExcept___at_Lean_Widget_instRpcEncodableInteractiveTermGoal_dec____x40_Lean_Widget_InteractiveGoal___hyg_2537____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3; size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__31; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5_(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instAppendInteractiveGoals___closed__1; @@ -347,7 +351,6 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveHypothesisBund static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__24; LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoal; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__3; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__42; @@ -376,8 +379,6 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonRpcEncodablePacket__4; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__33; 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_EXPORT lean_object* l_Lean_Widget_InteractiveHypothesisBundle_isRemoved_x3f___default; -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__5; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__62; @@ -389,8 +390,6 @@ lean_object* l_Lean_MessageData_ofName(lean_object*); lean_object* l_Lean_Widget_TaggedText_stripTags___rarg(lean_object*); uint8_t l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__7; -static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6; -lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveHypothesisBundle_dec____x40_Lean_Widget_InteractiveGoal___hyg_5____spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Widget_instTypeNameTermInfo; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__63; @@ -400,6 +399,7 @@ static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJ LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedInteractiveHypothesisBundle; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_1514____closed__8; lean_object* l_Lean_throwError___at___private_Lean_Meta_InferType_0__Lean_Meta_inferProjType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__4; static lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_2609____closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_withGoalCtx(lean_object*); uint8_t l_Array_isEmpty___rarg(lean_object*); @@ -1656,7 +1656,7 @@ if (lean_is_exclusive(x_26)) { lean_dec_ref(x_26); x_29 = lean_box(0); } -x_30 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_27); +x_30 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_27); x_120 = lean_ctor_get(x_1, 3); lean_inc(x_120); if (lean_obj_tag(x_120) == 0) @@ -1681,7 +1681,7 @@ lean_inc(x_125); x_126 = lean_ctor_get(x_124, 1); lean_inc(x_126); lean_dec(x_124); -x_127 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_125); +x_127 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_125); lean_ctor_set(x_120, 0, x_127); x_31 = x_120; x_32 = x_126; @@ -1699,7 +1699,7 @@ lean_inc(x_130); x_131 = lean_ctor_get(x_129, 1); lean_inc(x_131); lean_dec(x_129); -x_132 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_130); +x_132 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_130); x_133 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_133, 0, x_132); x_31 = x_133; @@ -3642,7 +3642,7 @@ lean_inc(x_32); lean_dec(x_28); x_33 = lean_ctor_get(x_5, 2); lean_inc(x_33); -x_34 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_33); +x_34 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_33); if (lean_obj_tag(x_34) == 0) { uint8_t x_35; @@ -3727,7 +3727,7 @@ if (x_375 == 0) { lean_object* x_376; lean_object* x_377; x_376 = lean_ctor_get(x_373, 0); -x_377 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_376); +x_377 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_376); if (lean_obj_tag(x_377) == 0) { uint8_t x_378; @@ -3806,7 +3806,7 @@ lean_object* x_387; lean_object* x_388; x_387 = lean_ctor_get(x_373, 0); lean_inc(x_387); lean_dec(x_373); -x_388 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_387); +x_388 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_387); if (lean_obj_tag(x_388) == 0) { lean_object* x_389; lean_object* x_390; lean_object* x_391; @@ -6079,7 +6079,7 @@ lean_inc(x_447); lean_dec(x_443); x_448 = lean_ctor_get(x_420, 2); lean_inc(x_448); -x_449 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_448); +x_449 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_448); if (lean_obj_tag(x_449) == 0) { lean_object* x_450; lean_object* x_451; lean_object* x_452; @@ -6170,7 +6170,7 @@ if (lean_is_exclusive(x_584)) { lean_dec_ref(x_584); x_587 = lean_box(0); } -x_588 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_586); +x_588 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_586); if (lean_obj_tag(x_588) == 0) { lean_object* x_589; lean_object* x_590; lean_object* x_591; @@ -7828,7 +7828,7 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); -x_20 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); +x_20 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); x_21 = lean_ctor_get(x_3, 2); lean_inc(x_21); lean_dec(x_3); @@ -8409,7 +8409,7 @@ lean_inc(x_19); lean_dec(x_15); x_20 = lean_ctor_get(x_5, 1); lean_inc(x_20); -x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); +x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); if (lean_obj_tag(x_21) == 0) { uint8_t x_22; @@ -9709,7 +9709,7 @@ lean_inc(x_268); lean_dec(x_264); x_269 = lean_ctor_get(x_254, 1); lean_inc(x_269); -x_270 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_269); +x_270 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_269); if (lean_obj_tag(x_270) == 0) { lean_object* x_271; lean_object* x_272; lean_object* x_273; @@ -10841,7 +10841,7 @@ lean_inc(x_18); x_19 = lean_ctor_get(x_17, 1); lean_inc(x_19); lean_dec(x_17); -x_20 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); +x_20 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_18); x_21 = lean_ctor_get(x_3, 2); lean_inc(x_21); lean_dec(x_3); @@ -11003,7 +11003,7 @@ lean_inc(x_19); lean_dec(x_15); x_20 = lean_ctor_get(x_5, 1); lean_inc(x_20); -x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); +x_21 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_20); if (lean_obj_tag(x_21) == 0) { uint8_t x_22; @@ -11278,7 +11278,7 @@ lean_inc(x_80); lean_dec(x_76); x_81 = lean_ctor_get(x_66, 1); lean_inc(x_81); -x_82 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_81); +x_82 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_81); if (lean_obj_tag(x_82) == 0) { lean_object* x_83; lean_object* x_84; lean_object* x_85; @@ -12300,7 +12300,7 @@ x_5 = l_Lean_Widget_InteractiveGoalCore_pretty(x_2, x_3, x_4); return x_5; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__1() { _start: { lean_object* x_1; @@ -12308,81 +12308,81 @@ x_1 = lean_mk_string_from_bytes("goals", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__15; -x_2 = lean_unsigned_to_nat(3694u); +x_2 = lean_unsigned_to_nat(3693u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__3; x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__18; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__4; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8() { +static lean_object* _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7; +x_1 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__7; x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_184____closed__23; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717_(lean_object* x_1) { _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_3718____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____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_1743____spec__2(x_1, x_2); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) @@ -12401,11 +12401,11 @@ return x_6; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(x_1); +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717_(x_1); lean_dec(x_1); return x_2; } @@ -12414,7 +12414,7 @@ static lean_object* _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__4___clos _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____boxed), 1, 0); return x_1; } } @@ -12426,11 +12426,11 @@ x_1 = l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3800_(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_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1; +x_2 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____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); @@ -12450,7 +12450,7 @@ static lean_object* _init_l_Lean_Widget_instToJsonRpcEncodablePacket__4___closed _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3800_), 1, 0); return x_1; } } @@ -12462,7 +12462,7 @@ x_1 = l_Lean_Widget_instToJsonRpcEncodablePacket__4___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -12497,7 +12497,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; size_t x_4; size_t x_5; lean_object* x_6; uint8_t x_7; @@ -12505,7 +12505,7 @@ x_3 = lean_array_get_size(x_1); x_4 = lean_usize_of_nat(x_3); lean_dec(x_3); x_5 = 0; -x_6 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_4, x_5, x_1, x_2); +x_6 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(x_4, x_5, x_1, x_2); x_7 = !lean_is_exclusive(x_6); if (x_7 == 0) { @@ -12517,7 +12517,7 @@ lean_dec(x_9); x_11 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_10, x_5, x_8); x_12 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_12, 0, x_11); -x_13 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(x_12); +x_13 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3800_(x_12); lean_ctor_set(x_6, 0, x_13); return x_6; } @@ -12535,7 +12535,7 @@ lean_dec(x_16); x_18 = l_Array_mapMUnsafe_map___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonCommand____x40_Lean_Data_Lsp_Basic___hyg_1757____spec__2(x_17, x_5, x_14); x_19 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_19, 0, x_18); -x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3801_(x_19); +x_20 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_toJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3800_(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_15); @@ -12543,7 +12543,7 @@ return x_21; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___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_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1___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; @@ -12551,11 +12551,11 @@ x_5 = lean_unbox_usize(x_1); lean_dec(x_1); x_6 = lean_unbox_usize(x_2); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_5, x_6, x_3, x_4); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(x_5, x_6, x_3, x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(size_t x_1, size_t x_2, lean_object* x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -12614,11 +12614,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694_(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693_(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; uint8_t x_4; -x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718_(x_1); +x_3 = l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717_(x_1); x_4 = !lean_is_exclusive(x_3); if (x_4 == 0) { @@ -12642,7 +12642,7 @@ lean_dec(x_10); x_12 = lean_array_get_size(x_11); x_13 = lean_usize_of_nat(x_12); lean_dec(x_12); -x_14 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_13, x_9, x_11, x_2); +x_14 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(x_13, x_9, x_11, x_2); if (lean_obj_tag(x_14) == 0) { uint8_t x_15; @@ -12721,7 +12721,7 @@ lean_dec(x_32); x_34 = lean_array_get_size(x_33); x_35 = lean_usize_of_nat(x_34); lean_dec(x_34); -x_36 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_35, x_31, x_33, x_2); +x_36 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(x_35, x_31, x_33, x_2); if (lean_obj_tag(x_36) == 0) { lean_object* x_37; lean_object* x_38; lean_object* x_39; @@ -12781,7 +12781,7 @@ return x_49; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1___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_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1___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; @@ -12789,15 +12789,15 @@ x_5 = lean_unbox_usize(x_1); lean_dec(x_1); x_6 = lean_unbox_usize(x_2); lean_dec(x_2); -x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____spec__1(x_5, x_6, x_3, x_4); +x_7 = l_Array_mapMUnsafe_map___at_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____spec__1(x_5, x_6, x_3, x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____boxed(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____boxed(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; -x_3 = l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694_(x_1, x_2); +x_3 = l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693_(x_1, x_2); lean_dec(x_1); return x_3; } @@ -12806,7 +12806,7 @@ static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoals___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3694_), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_enc____x40_Lean_Widget_InteractiveGoal___hyg_3693_), 2, 0); return x_1; } } @@ -12814,7 +12814,7 @@ static lean_object* _init_l_Lean_Widget_instRpcEncodableInteractiveGoals___close _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3694____boxed), 2, 0); +x_1 = lean_alloc_closure((void*)(l_Lean_Widget_instRpcEncodableInteractiveGoals_dec____x40_Lean_Widget_InteractiveGoal___hyg_3693____boxed), 2, 0); return x_1; } } @@ -12963,41 +12963,41 @@ lean_inc(x_19); lean_dec(x_17); if (lean_obj_tag(x_4) == 0) { -lean_object* x_61; -x_61 = lean_box(0); -x_20 = x_61; +lean_object* x_50; +x_50 = lean_box(0); +x_20 = x_50; x_21 = x_19; -goto block_60; +goto block_49; } else { -uint8_t x_62; -x_62 = !lean_is_exclusive(x_4); -if (x_62 == 0) +uint8_t x_51; +x_51 = !lean_is_exclusive(x_4); +if (x_51 == 0) { -lean_object* x_63; lean_object* x_64; -x_63 = lean_ctor_get(x_4, 0); +lean_object* x_52; lean_object* x_53; +x_52 = lean_ctor_get(x_4, 0); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_64 = l_Lean_Widget_ppExprTagged(x_63, x_16, x_6, x_7, x_8, x_9, x_19); -if (lean_obj_tag(x_64) == 0) +x_53 = l_Lean_Widget_ppExprTagged(x_52, x_16, x_6, x_7, x_8, x_9, x_19); +if (lean_obj_tag(x_53) == 0) { -lean_object* x_65; lean_object* x_66; -x_65 = lean_ctor_get(x_64, 0); -lean_inc(x_65); -x_66 = lean_ctor_get(x_64, 1); -lean_inc(x_66); -lean_dec(x_64); -lean_ctor_set(x_4, 0, x_65); +lean_object* x_54; lean_object* x_55; +x_54 = lean_ctor_get(x_53, 0); +lean_inc(x_54); +x_55 = lean_ctor_get(x_53, 1); +lean_inc(x_55); +lean_dec(x_53); +lean_ctor_set(x_4, 0, x_54); x_20 = x_4; -x_21 = x_66; -goto block_60; +x_21 = x_55; +goto block_49; } else { -uint8_t x_67; +uint8_t x_56; lean_free_object(x_4); lean_dec(x_18); lean_dec(x_15); @@ -13008,54 +13008,54 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_67 = !lean_is_exclusive(x_64); -if (x_67 == 0) +x_56 = !lean_is_exclusive(x_53); +if (x_56 == 0) { -return x_64; +return x_53; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_64, 0); -x_69 = lean_ctor_get(x_64, 1); -lean_inc(x_69); -lean_inc(x_68); -lean_dec(x_64); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; +lean_object* x_57; lean_object* x_58; lean_object* x_59; +x_57 = lean_ctor_get(x_53, 0); +x_58 = lean_ctor_get(x_53, 1); +lean_inc(x_58); +lean_inc(x_57); +lean_dec(x_53); +x_59 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_59, 0, x_57); +lean_ctor_set(x_59, 1, x_58); +return x_59; } } } else { -lean_object* x_71; lean_object* x_72; -x_71 = lean_ctor_get(x_4, 0); -lean_inc(x_71); +lean_object* x_60; lean_object* x_61; +x_60 = lean_ctor_get(x_4, 0); +lean_inc(x_60); lean_dec(x_4); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); lean_inc(x_6); -x_72 = l_Lean_Widget_ppExprTagged(x_71, x_16, x_6, x_7, x_8, x_9, x_19); -if (lean_obj_tag(x_72) == 0) +x_61 = l_Lean_Widget_ppExprTagged(x_60, x_16, x_6, x_7, x_8, x_9, x_19); +if (lean_obj_tag(x_61) == 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); -x_75 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_75, 0, x_73); -x_20 = x_75; -x_21 = x_74; -goto block_60; +lean_object* x_62; lean_object* x_63; lean_object* x_64; +x_62 = lean_ctor_get(x_61, 0); +lean_inc(x_62); +x_63 = lean_ctor_get(x_61, 1); +lean_inc(x_63); +lean_dec(x_61); +x_64 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_64, 0, x_62); +x_20 = x_64; +x_21 = x_63; +goto block_49; } else { -lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; +lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_dec(x_18); lean_dec(x_15); lean_dec(x_14); @@ -13065,32 +13065,32 @@ lean_dec(x_7); lean_dec(x_6); lean_dec(x_3); lean_dec(x_2); -x_76 = lean_ctor_get(x_72, 0); -lean_inc(x_76); -x_77 = lean_ctor_get(x_72, 1); -lean_inc(x_77); -if (lean_is_exclusive(x_72)) { - lean_ctor_release(x_72, 0); - lean_ctor_release(x_72, 1); - x_78 = x_72; +x_65 = lean_ctor_get(x_61, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_61, 1); +lean_inc(x_66); +if (lean_is_exclusive(x_61)) { + lean_ctor_release(x_61, 0); + lean_ctor_release(x_61, 1); + x_67 = x_61; } else { - lean_dec_ref(x_72); - x_78 = lean_box(0); + lean_dec_ref(x_61); + x_67 = lean_box(0); } -if (lean_is_scalar(x_78)) { - x_79 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_67)) { + x_68 = lean_alloc_ctor(1, 2, 0); } else { - x_79 = x_78; + x_68 = x_67; } -lean_ctor_set(x_79, 0, x_76); -lean_ctor_set(x_79, 1, x_77); -return x_79; +lean_ctor_set(x_68, 0, x_65); +lean_ctor_set(x_68, 1, x_66); +return x_68; } } } -block_60: +block_49: { -lean_object* x_22; lean_object* x_23; lean_object* x_24; lean_object* x_25; uint8_t x_26; +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; uint8_t x_29; lean_object* x_30; uint8_t x_31; lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); @@ -13107,180 +13107,131 @@ lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); lean_dec(x_6); -x_26 = !lean_is_exclusive(x_25); -if (x_26 == 0) -{ -lean_object* x_27; uint8_t x_28; lean_object* x_29; -x_27 = lean_ctor_get(x_25, 0); -x_28 = l_Lean_Expr_isSort(x_27); -lean_dec(x_27); -x_29 = lean_box(0); +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 = l_Lean_Expr_isSort(x_26); +lean_dec(x_26); +x_30 = lean_box(0); if (lean_obj_tag(x_23) == 0) { -if (x_28 == 0) -{ -lean_object* x_30; lean_object* x_31; -x_30 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_30, 0, x_15); -lean_ctor_set(x_30, 1, x_14); -lean_ctor_set(x_30, 2, x_18); -lean_ctor_set(x_30, 3, x_20); -lean_ctor_set(x_30, 4, x_29); -lean_ctor_set(x_30, 5, x_29); -lean_ctor_set(x_30, 6, x_29); -lean_ctor_set(x_30, 7, x_29); -x_31 = lean_array_push(x_3, x_30); -lean_ctor_set(x_25, 0, x_31); -return x_25; +x_31 = x_16; +goto block_47; } else { +uint8_t x_48; +lean_dec(x_23); +x_48 = 1; +x_31 = x_48; +goto block_47; +} +block_47: +{ +if (x_31 == 0) +{ +if (x_29 == 0) +{ lean_object* x_32; lean_object* x_33; lean_object* x_34; -x_32 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; -x_33 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_33, 0, x_15); -lean_ctor_set(x_33, 1, x_14); -lean_ctor_set(x_33, 2, x_18); -lean_ctor_set(x_33, 3, x_20); -lean_ctor_set(x_33, 4, x_29); -lean_ctor_set(x_33, 5, x_32); -lean_ctor_set(x_33, 6, x_29); -lean_ctor_set(x_33, 7, x_29); -x_34 = lean_array_push(x_3, x_33); -lean_ctor_set(x_25, 0, x_34); -return x_25; +x_32 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_32, 0, x_15); +lean_ctor_set(x_32, 1, x_14); +lean_ctor_set(x_32, 2, x_18); +lean_ctor_set(x_32, 3, x_20); +lean_ctor_set(x_32, 4, x_30); +lean_ctor_set(x_32, 5, x_30); +lean_ctor_set(x_32, 6, x_30); +lean_ctor_set(x_32, 7, x_30); +x_33 = lean_array_push(x_3, x_32); +if (lean_is_scalar(x_28)) { + x_34 = lean_alloc_ctor(0, 2, 0); +} else { + x_34 = x_28; } +lean_ctor_set(x_34, 0, x_33); +lean_ctor_set(x_34, 1, x_27); +return x_34; } else { -lean_dec(x_23); -if (x_28 == 0) -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; +lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; x_35 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; x_36 = lean_alloc_ctor(0, 8, 0); lean_ctor_set(x_36, 0, x_15); lean_ctor_set(x_36, 1, x_14); lean_ctor_set(x_36, 2, x_18); lean_ctor_set(x_36, 3, x_20); -lean_ctor_set(x_36, 4, x_35); -lean_ctor_set(x_36, 5, x_29); -lean_ctor_set(x_36, 6, x_29); -lean_ctor_set(x_36, 7, x_29); +lean_ctor_set(x_36, 4, x_30); +lean_ctor_set(x_36, 5, x_35); +lean_ctor_set(x_36, 6, x_30); +lean_ctor_set(x_36, 7, x_30); x_37 = lean_array_push(x_3, x_36); -lean_ctor_set(x_25, 0, x_37); -return x_25; -} -else -{ -lean_object* x_38; lean_object* x_39; lean_object* x_40; -x_38 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; -x_39 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_39, 0, x_15); -lean_ctor_set(x_39, 1, x_14); -lean_ctor_set(x_39, 2, x_18); -lean_ctor_set(x_39, 3, x_20); -lean_ctor_set(x_39, 4, x_38); -lean_ctor_set(x_39, 5, x_38); -lean_ctor_set(x_39, 6, x_29); -lean_ctor_set(x_39, 7, x_29); -x_40 = lean_array_push(x_3, x_39); -lean_ctor_set(x_25, 0, x_40); -return x_25; +if (lean_is_scalar(x_28)) { + x_38 = lean_alloc_ctor(0, 2, 0); +} else { + x_38 = x_28; } +lean_ctor_set(x_38, 0, x_37); +lean_ctor_set(x_38, 1, x_27); +return x_38; } } else { -lean_object* x_41; lean_object* x_42; uint8_t x_43; lean_object* x_44; -x_41 = lean_ctor_get(x_25, 0); -x_42 = lean_ctor_get(x_25, 1); -lean_inc(x_42); -lean_inc(x_41); -lean_dec(x_25); -x_43 = l_Lean_Expr_isSort(x_41); -lean_dec(x_41); -x_44 = lean_box(0); -if (lean_obj_tag(x_23) == 0) -{ -if (x_43 == 0) -{ -lean_object* x_45; lean_object* x_46; lean_object* x_47; -x_45 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_45, 0, x_15); -lean_ctor_set(x_45, 1, x_14); -lean_ctor_set(x_45, 2, x_18); -lean_ctor_set(x_45, 3, x_20); -lean_ctor_set(x_45, 4, x_44); -lean_ctor_set(x_45, 5, x_44); -lean_ctor_set(x_45, 6, x_44); -lean_ctor_set(x_45, 7, x_44); -x_46 = lean_array_push(x_3, 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_42); -return x_47; -} -else +if (x_29 == 0) { -lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; -x_48 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; -x_49 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_49, 0, x_15); -lean_ctor_set(x_49, 1, x_14); -lean_ctor_set(x_49, 2, x_18); -lean_ctor_set(x_49, 3, x_20); -lean_ctor_set(x_49, 4, x_44); -lean_ctor_set(x_49, 5, x_48); -lean_ctor_set(x_49, 6, x_44); -lean_ctor_set(x_49, 7, x_44); -x_50 = lean_array_push(x_3, x_49); -x_51 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_51, 0, x_50); -lean_ctor_set(x_51, 1, x_42); -return x_51; +lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; +x_39 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_40 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_40, 0, x_15); +lean_ctor_set(x_40, 1, x_14); +lean_ctor_set(x_40, 2, x_18); +lean_ctor_set(x_40, 3, x_20); +lean_ctor_set(x_40, 4, x_39); +lean_ctor_set(x_40, 5, x_30); +lean_ctor_set(x_40, 6, x_30); +lean_ctor_set(x_40, 7, x_30); +x_41 = lean_array_push(x_3, x_40); +if (lean_is_scalar(x_28)) { + x_42 = lean_alloc_ctor(0, 2, 0); +} else { + x_42 = x_28; } +lean_ctor_set(x_42, 0, x_41); +lean_ctor_set(x_42, 1, x_27); +return x_42; } else { -lean_dec(x_23); -if (x_43 == 0) -{ -lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; -x_52 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; -x_53 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_53, 0, x_15); -lean_ctor_set(x_53, 1, x_14); -lean_ctor_set(x_53, 2, x_18); -lean_ctor_set(x_53, 3, x_20); -lean_ctor_set(x_53, 4, x_52); -lean_ctor_set(x_53, 5, x_44); -lean_ctor_set(x_53, 6, x_44); -lean_ctor_set(x_53, 7, x_44); -x_54 = lean_array_push(x_3, x_53); -x_55 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_55, 0, x_54); -lean_ctor_set(x_55, 1, x_42); -return x_55; +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; +x_43 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; +x_44 = lean_alloc_ctor(0, 8, 0); +lean_ctor_set(x_44, 0, x_15); +lean_ctor_set(x_44, 1, x_14); +lean_ctor_set(x_44, 2, x_18); +lean_ctor_set(x_44, 3, x_20); +lean_ctor_set(x_44, 4, x_43); +lean_ctor_set(x_44, 5, x_43); +lean_ctor_set(x_44, 6, x_30); +lean_ctor_set(x_44, 7, x_30); +x_45 = lean_array_push(x_3, x_44); +if (lean_is_scalar(x_28)) { + x_46 = lean_alloc_ctor(0, 2, 0); +} else { + x_46 = x_28; } -else -{ -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; -x_56 = l_Lean_Widget_addInteractiveHypothesisBundle___lambda__1___closed__1; -x_57 = lean_alloc_ctor(0, 8, 0); -lean_ctor_set(x_57, 0, x_15); -lean_ctor_set(x_57, 1, x_14); -lean_ctor_set(x_57, 2, x_18); -lean_ctor_set(x_57, 3, x_20); -lean_ctor_set(x_57, 4, x_56); -lean_ctor_set(x_57, 5, x_56); -lean_ctor_set(x_57, 6, x_44); -lean_ctor_set(x_57, 7, x_44); -x_58 = lean_array_push(x_3, 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_42); -return x_59; +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_27); +return x_46; } } } @@ -13288,7 +13239,7 @@ return x_59; } else { -uint8_t x_80; +uint8_t x_69; lean_dec(x_15); lean_dec(x_14); lean_dec(x_9); @@ -13298,23 +13249,23 @@ lean_dec(x_6); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_80 = !lean_is_exclusive(x_17); -if (x_80 == 0) +x_69 = !lean_is_exclusive(x_17); +if (x_69 == 0) { return x_17; } else { -lean_object* x_81; lean_object* x_82; lean_object* x_83; -x_81 = lean_ctor_get(x_17, 0); -x_82 = lean_ctor_get(x_17, 1); -lean_inc(x_82); -lean_inc(x_81); +lean_object* x_70; lean_object* x_71; lean_object* x_72; +x_70 = lean_ctor_get(x_17, 0); +x_71 = lean_ctor_get(x_17, 1); +lean_inc(x_71); +lean_inc(x_70); lean_dec(x_17); -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; +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; } } } @@ -13912,7 +13863,7 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_42; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; x_18 = lean_array_uget(x_7, x_9); x_28 = lean_ctor_get(x_10, 1); lean_inc(x_28); @@ -13926,403 +13877,465 @@ if (lean_is_exclusive(x_10)) { } if (lean_obj_tag(x_18) == 0) { -lean_object* x_50; +lean_object* x_42; lean_inc(x_28); -x_50 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_50, 0, x_28); -x_30 = x_50; +x_42 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_42, 0, x_28); +x_30 = x_42; x_31 = x_15; goto block_41; } else { -lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; uint8_t x_55; -x_51 = lean_ctor_get(x_28, 1); -lean_inc(x_51); -x_52 = lean_ctor_get(x_18, 0); -lean_inc(x_52); +lean_object* x_43; lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; lean_object* x_48; lean_object* x_49; uint8_t x_50; +x_43 = lean_ctor_get(x_28, 1); +lean_inc(x_43); +x_44 = lean_ctor_get(x_18, 0); +lean_inc(x_44); if (lean_is_exclusive(x_18)) { lean_ctor_release(x_18, 0); - x_53 = x_18; + x_45 = x_18; } else { lean_dec_ref(x_18); - x_53 = lean_box(0); + x_45 = lean_box(0); +} +x_46 = lean_ctor_get(x_28, 0); +lean_inc(x_46); +x_47 = lean_ctor_get(x_43, 0); +lean_inc(x_47); +x_48 = lean_ctor_get(x_43, 1); +lean_inc(x_48); +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_43); + x_49 = lean_box(0); } -x_54 = lean_ctor_get(x_28, 0); -lean_inc(x_54); -x_55 = !lean_is_exclusive(x_51); -if (x_55 == 0) -{ -lean_object* x_56; lean_object* x_57; lean_object* x_58; -x_56 = lean_ctor_get(x_51, 0); -x_57 = lean_ctor_get(x_51, 1); if (x_1 == 0) { -uint8_t x_134; -x_134 = l_Lean_LocalDecl_isAuxDecl(x_52); -if (x_134 == 0) +uint8_t x_144; +x_144 = l_Lean_LocalDecl_isAuxDecl(x_44); +if (x_144 == 0) { if (x_2 == 0) { -uint8_t x_135; -x_135 = l_Lean_LocalDecl_isImplementationDetail(x_52); -if (x_135 == 0) -{ -lean_object* x_136; -lean_free_object(x_51); -x_136 = lean_box(0); -x_58 = x_136; -goto block_133; -} -else -{ -lean_object* x_137; lean_object* x_138; lean_object* x_139; -lean_dec(x_53); -lean_dec(x_52); -x_137 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_137, 0, x_54); -lean_ctor_set(x_137, 1, x_51); -x_138 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_138, 0, x_137); -x_139 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_139, 0, x_138); -lean_ctor_set(x_139, 1, x_15); -x_42 = x_139; -goto block_49; -} +uint8_t x_145; +x_145 = l_Lean_LocalDecl_isImplementationDetail(x_44); +x_50 = x_145; +goto block_143; } else { -lean_object* x_140; -lean_free_object(x_51); -x_140 = lean_box(0); -x_58 = x_140; -goto block_133; +uint8_t x_146; +x_146 = 0; +x_50 = x_146; +goto block_143; } } else { -lean_object* x_141; lean_object* x_142; lean_object* x_143; -lean_dec(x_53); -lean_dec(x_52); -x_141 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_141, 0, x_54); -lean_ctor_set(x_141, 1, x_51); -x_142 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_142, 0, x_141); -x_143 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_15); -x_42 = x_143; -goto block_49; +uint8_t x_147; +x_147 = 1; +x_50 = x_147; +goto block_143; } } else { if (x_2 == 0) { -uint8_t x_144; -x_144 = l_Lean_LocalDecl_isImplementationDetail(x_52); -if (x_144 == 0) -{ -lean_object* x_145; -lean_free_object(x_51); -x_145 = lean_box(0); -x_58 = x_145; -goto block_133; +uint8_t x_148; +x_148 = l_Lean_LocalDecl_isImplementationDetail(x_44); +x_50 = x_148; +goto block_143; } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; -lean_dec(x_53); -lean_dec(x_52); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_54); -lean_ctor_set(x_146, 1, x_51); -x_147 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_147, 0, x_146); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_15); -x_42 = x_148; -goto block_49; +uint8_t x_149; +x_149 = 0; +x_50 = x_149; +goto block_143; } } -else +block_143: { -lean_object* x_149; -lean_free_object(x_51); -x_149 = lean_box(0); -x_58 = x_149; -goto block_133; -} -} -block_133: +if (x_50 == 0) { -lean_dec(x_58); -if (lean_obj_tag(x_52) == 0) +lean_dec(x_49); +if (lean_obj_tag(x_44) == 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; -x_59 = lean_ctor_get(x_52, 1); -lean_inc(x_59); -x_60 = lean_ctor_get(x_52, 2); -lean_inc(x_60); -x_61 = lean_ctor_get(x_52, 3); -lean_inc(x_61); -lean_dec(x_52); -x_62 = lean_simp_macro_scopes(x_60); -x_63 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_61, x_11, x_12, x_13, x_14, x_15); -x_64 = lean_ctor_get(x_63, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_63, 1); -lean_inc(x_65); -lean_dec(x_63); -x_66 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_56, x_4); -if (x_66 == 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; uint8_t x_58; uint8_t x_96; +x_51 = lean_ctor_get(x_44, 1); +lean_inc(x_51); +x_52 = lean_ctor_get(x_44, 2); +lean_inc(x_52); +x_53 = lean_ctor_get(x_44, 3); +lean_inc(x_53); +lean_dec(x_44); +x_54 = lean_simp_macro_scopes(x_52); +x_55 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_53, x_11, x_12, x_13, x_14, x_15); +x_56 = lean_ctor_get(x_55, 0); +lean_inc(x_56); +x_57 = lean_ctor_get(x_55, 1); +lean_inc(x_57); +lean_dec(x_55); +x_96 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_47, x_4); +if (x_96 == 0) { -lean_object* x_67; uint8_t x_68; -lean_inc(x_64); -if (lean_is_scalar(x_53)) { - x_67 = lean_alloc_ctor(1, 1, 0); +lean_object* x_97; uint8_t x_98; +lean_inc(x_56); +if (lean_is_scalar(x_45)) { + x_97 = lean_alloc_ctor(1, 1, 0); } else { - x_67 = x_53; + x_97 = x_45; } -lean_ctor_set(x_67, 0, x_64); -x_68 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_56, x_67); -lean_dec(x_67); -if (x_68 == 0) +lean_ctor_set(x_97, 0, x_56); +x_98 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_47, x_97); +lean_dec(x_97); +x_58 = x_98; +goto block_95; +} +else { -uint8_t x_69; -x_69 = l_Array_isEmpty___rarg(x_57); -if (x_69 == 0) +uint8_t x_99; +lean_dec(x_45); +x_99 = 1; +x_58 = x_99; +goto block_95; +} +block_95: { -if (lean_obj_tag(x_56) == 0) +if (x_58 == 0) { -lean_object* x_70; lean_object* x_71; lean_object* x_72; lean_object* x_73; lean_object* x_74; -lean_dec(x_57); -x_70 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_70, 0, x_62); -lean_ctor_set(x_70, 1, x_59); -x_71 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_72 = lean_array_push(x_71, x_70); -x_73 = lean_box(0); -x_74 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_64, x_54, x_56, x_72, x_73, x_11, x_12, x_13, x_14, x_65); -x_42 = x_74; -goto block_49; +uint8_t x_59; +x_59 = l_Array_isEmpty___rarg(x_48); +if (x_59 == 0) +{ +if (lean_obj_tag(x_47) == 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; lean_object* x_66; +lean_dec(x_48); +x_60 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_60, 0, x_54); +lean_ctor_set(x_60, 1, x_51); +x_61 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +x_62 = lean_array_push(x_61, x_60); +x_63 = lean_box(0); +x_64 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_56, x_46, x_47, x_62, x_63, x_11, x_12, x_13, x_14, x_57); +x_65 = lean_ctor_get(x_64, 0); +lean_inc(x_65); +x_66 = lean_ctor_get(x_64, 1); +lean_inc(x_66); +lean_dec(x_64); +x_30 = x_65; +x_31 = x_66; +goto block_41; } else { -lean_object* x_75; lean_object* x_76; -x_75 = lean_ctor_get(x_56, 0); -lean_inc(x_75); +lean_object* x_67; lean_object* x_68; +x_67 = lean_ctor_get(x_47, 0); +lean_inc(x_67); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_4); -x_76 = l_Lean_Widget_addInteractiveHypothesisBundle(x_54, x_57, x_75, x_4, x_11, x_12, x_13, x_14, x_65); -if (lean_obj_tag(x_76) == 0) +x_68 = l_Lean_Widget_addInteractiveHypothesisBundle(x_46, x_48, x_67, x_4, x_11, x_12, x_13, x_14, x_57); +if (lean_obj_tag(x_68) == 0) { -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_77 = lean_ctor_get(x_76, 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; +x_69 = lean_ctor_get(x_68, 0); +lean_inc(x_69); +x_70 = lean_ctor_get(x_68, 1); +lean_inc(x_70); +lean_dec(x_68); +x_71 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_71, 0, x_54); +lean_ctor_set(x_71, 1, x_51); +x_72 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +x_73 = lean_array_push(x_72, x_71); +x_74 = lean_box(0); +x_75 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_56, x_69, x_47, x_73, x_74, x_11, x_12, x_13, x_14, x_70); +lean_dec(x_47); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); lean_inc(x_77); -x_78 = lean_ctor_get(x_76, 1); -lean_inc(x_78); -lean_dec(x_76); -x_79 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_79, 0, x_62); -lean_ctor_set(x_79, 1, x_59); -x_80 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_81 = lean_array_push(x_80, x_79); -x_82 = lean_box(0); -x_83 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_64, x_77, x_56, x_81, x_82, x_11, x_12, x_13, x_14, x_78); -lean_dec(x_56); -x_42 = x_83; -goto block_49; +lean_dec(x_75); +x_30 = x_76; +x_31 = x_77; +goto block_41; } else { -uint8_t x_84; -lean_dec(x_64); -lean_dec(x_62); -lean_dec(x_59); +uint8_t x_78; lean_dec(x_56); -x_84 = !lean_is_exclusive(x_76); -if (x_84 == 0) +lean_dec(x_54); +lean_dec(x_51); +lean_dec(x_47); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_78 = !lean_is_exclusive(x_68); +if (x_78 == 0) { -x_42 = x_76; -goto block_49; +return x_68; } else { -lean_object* x_85; lean_object* x_86; lean_object* x_87; -x_85 = lean_ctor_get(x_76, 0); -x_86 = lean_ctor_get(x_76, 1); -lean_inc(x_86); -lean_inc(x_85); -lean_dec(x_76); -x_87 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_87, 0, x_85); -lean_ctor_set(x_87, 1, x_86); -x_42 = x_87; -goto block_49; +lean_object* x_79; lean_object* x_80; lean_object* x_81; +x_79 = lean_ctor_get(x_68, 0); +x_80 = lean_ctor_get(x_68, 1); +lean_inc(x_80); +lean_inc(x_79); +lean_dec(x_68); +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_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; -lean_dec(x_57); -x_88 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_88, 0, x_62); -lean_ctor_set(x_88, 1, x_59); -x_89 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_90 = lean_array_push(x_89, x_88); -x_91 = lean_box(0); -x_92 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_64, x_54, x_56, x_90, x_91, x_11, x_12, x_13, x_14, x_65); -lean_dec(x_56); -x_42 = x_92; -goto block_49; +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_dec(x_48); +x_82 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_82, 0, x_54); +lean_ctor_set(x_82, 1, x_51); +x_83 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +x_84 = lean_array_push(x_83, x_82); +x_85 = lean_box(0); +x_86 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_56, x_46, x_47, x_84, x_85, x_11, x_12, x_13, x_14, x_57); +lean_dec(x_47); +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_30 = x_87; +x_31 = x_88; +goto block_41; } } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_62); -lean_ctor_set(x_93, 1, x_59); -x_94 = lean_array_push(x_57, x_93); -x_95 = lean_box(0); -x_96 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_64, x_54, x_56, x_94, x_95, x_11, x_12, x_13, x_14, x_65); -lean_dec(x_56); -x_42 = x_96; -goto block_49; -} +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, 2, 0); +lean_ctor_set(x_89, 0, x_54); +lean_ctor_set(x_89, 1, x_51); +x_90 = lean_array_push(x_48, x_89); +x_91 = lean_box(0); +x_92 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_56, x_46, x_47, x_90, x_91, x_11, x_12, x_13, x_14, x_57); +lean_dec(x_47); +x_93 = lean_ctor_get(x_92, 0); +lean_inc(x_93); +x_94 = lean_ctor_get(x_92, 1); +lean_inc(x_94); +lean_dec(x_92); +x_30 = x_93; +x_31 = x_94; +goto block_41; } -else -{ -lean_object* x_97; lean_object* x_98; lean_object* x_99; lean_object* x_100; -lean_dec(x_53); -x_97 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_97, 0, x_62); -lean_ctor_set(x_97, 1, x_59); -x_98 = lean_array_push(x_57, x_97); -x_99 = lean_box(0); -x_100 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_64, x_54, x_56, x_98, x_99, x_11, x_12, x_13, x_14, x_65); -lean_dec(x_56); -x_42 = x_100; -goto block_49; } } else { -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; uint8_t x_120; uint8_t x_121; -x_101 = lean_ctor_get(x_52, 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; uint8_t x_131; +x_100 = lean_ctor_get(x_44, 1); +lean_inc(x_100); +x_101 = lean_ctor_get(x_44, 2); lean_inc(x_101); -x_102 = lean_ctor_get(x_52, 2); +x_102 = lean_ctor_get(x_44, 3); lean_inc(x_102); -x_103 = lean_ctor_get(x_52, 3); +x_103 = lean_ctor_get(x_44, 4); lean_inc(x_103); -x_104 = lean_ctor_get(x_52, 4); -lean_inc(x_104); -lean_dec(x_52); -x_105 = lean_simp_macro_scopes(x_102); -x_120 = l_Array_isEmpty___rarg(x_57); -if (x_120 == 0) +lean_dec(x_44); +x_104 = lean_simp_macro_scopes(x_101); +x_131 = l_Array_isEmpty___rarg(x_48); +if (x_131 == 0) { -uint8_t x_131; -x_131 = 0; -x_121 = x_131; -goto block_130; -} -else +if (lean_obj_tag(x_47) == 0) { -uint8_t x_132; -x_132 = 1; -x_121 = x_132; +x_105 = x_46; +x_106 = x_15; goto block_130; } -block_119: -{ -lean_object* x_108; -x_108 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_103, x_11, x_12, x_13, x_14, x_107); -if (x_3 == 0) +else { -lean_object* x_109; lean_object* x_110; lean_object* x_111; -lean_dec(x_104); -lean_dec(x_53); -x_109 = lean_ctor_get(x_108, 0); -lean_inc(x_109); -x_110 = lean_ctor_get(x_108, 1); -lean_inc(x_110); -lean_dec(x_108); +lean_object* x_132; lean_object* x_133; +x_132 = lean_ctor_get(x_47, 0); +lean_inc(x_132); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_4); -lean_inc(x_5); -x_111 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_105, x_101, x_109, x_5, x_106, x_56, x_57, x_4, x_11, x_12, x_13, x_14, x_110); -lean_dec(x_57); -lean_dec(x_56); -x_42 = x_111; -goto block_49; +lean_inc(x_48); +x_133 = l_Lean_Widget_addInteractiveHypothesisBundle(x_46, x_48, x_132, x_4, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_133) == 0) +{ +lean_object* x_134; lean_object* x_135; +x_134 = lean_ctor_get(x_133, 0); +lean_inc(x_134); +x_135 = lean_ctor_get(x_133, 1); +lean_inc(x_135); +lean_dec(x_133); +x_105 = x_134; +x_106 = x_135; +goto block_130; } else { -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_112 = lean_ctor_get(x_108, 0); -lean_inc(x_112); -x_113 = lean_ctor_get(x_108, 1); -lean_inc(x_113); -lean_dec(x_108); -x_114 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_104, x_11, x_12, x_13, x_14, x_113); -x_115 = lean_ctor_get(x_114, 0); -lean_inc(x_115); -x_116 = lean_ctor_get(x_114, 1); -lean_inc(x_116); -lean_dec(x_114); -if (lean_is_scalar(x_53)) { - x_117 = lean_alloc_ctor(1, 1, 0); -} else { - x_117 = x_53; +uint8_t x_136; +lean_dec(x_104); +lean_dec(x_103); +lean_dec(x_102); +lean_dec(x_100); +lean_dec(x_48); +lean_dec(x_47); +lean_dec(x_45); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_136 = !lean_is_exclusive(x_133); +if (x_136 == 0) +{ +return x_133; +} +else +{ +lean_object* x_137; lean_object* x_138; lean_object* x_139; +x_137 = lean_ctor_get(x_133, 0); +x_138 = lean_ctor_get(x_133, 1); +lean_inc(x_138); +lean_inc(x_137); +lean_dec(x_133); +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_ctor_set(x_117, 0, x_115); +} +} +} +else +{ +x_105 = x_46; +x_106 = x_15; +goto block_130; +} +block_130: +{ +lean_object* x_107; +x_107 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_102, x_11, x_12, x_13, x_14, x_106); +if (x_3 == 0) +{ +lean_object* x_108; lean_object* x_109; lean_object* x_110; +lean_dec(x_103); +lean_dec(x_45); +x_108 = lean_ctor_get(x_107, 0); +lean_inc(x_108); +x_109 = lean_ctor_get(x_107, 1); +lean_inc(x_109); +lean_dec(x_107); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); +lean_inc(x_4); lean_inc(x_5); -x_118 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_105, x_101, x_112, x_5, x_106, x_56, x_57, x_117, x_11, x_12, x_13, x_14, x_116); -lean_dec(x_57); -lean_dec(x_56); -x_42 = x_118; -goto block_49; -} +x_110 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_104, x_100, x_108, x_5, x_105, x_47, x_48, x_4, x_11, x_12, x_13, x_14, x_109); +lean_dec(x_48); +lean_dec(x_47); +if (lean_obj_tag(x_110) == 0) +{ +lean_object* x_111; lean_object* x_112; +x_111 = lean_ctor_get(x_110, 0); +lean_inc(x_111); +x_112 = lean_ctor_get(x_110, 1); +lean_inc(x_112); +lean_dec(x_110); +x_30 = x_111; +x_31 = x_112; +goto block_41; } -block_130: +else { -if (x_121 == 0) +uint8_t x_113; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_113 = !lean_is_exclusive(x_110); +if (x_113 == 0) { -if (lean_obj_tag(x_56) == 0) +return x_110; +} +else { -x_106 = x_54; -x_107 = x_15; -goto block_119; +lean_object* x_114; lean_object* x_115; lean_object* x_116; +x_114 = lean_ctor_get(x_110, 0); +x_115 = lean_ctor_get(x_110, 1); +lean_inc(x_115); +lean_inc(x_114); +lean_dec(x_110); +x_116 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_116, 0, x_114); +lean_ctor_set(x_116, 1, x_115); +return x_116; +} +} } else { -lean_object* x_122; lean_object* x_123; -x_122 = lean_ctor_get(x_56, 0); -lean_inc(x_122); +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; +x_117 = lean_ctor_get(x_107, 0); +lean_inc(x_117); +x_118 = lean_ctor_get(x_107, 1); +lean_inc(x_118); +lean_dec(x_107); +x_119 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_103, x_11, x_12, x_13, x_14, x_118); +x_120 = lean_ctor_get(x_119, 0); +lean_inc(x_120); +x_121 = lean_ctor_get(x_119, 1); +lean_inc(x_121); +lean_dec(x_119); +if (lean_is_scalar(x_45)) { + x_122 = lean_alloc_ctor(1, 1, 0); +} else { + x_122 = x_45; +} +lean_ctor_set(x_122, 0, x_120); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); -lean_inc(x_4); -lean_inc(x_57); -x_123 = l_Lean_Widget_addInteractiveHypothesisBundle(x_54, x_57, x_122, x_4, x_11, x_12, x_13, x_14, x_15); +lean_inc(x_5); +x_123 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_104, x_100, x_117, x_5, x_105, x_47, x_48, x_122, x_11, x_12, x_13, x_14, x_121); +lean_dec(x_48); +lean_dec(x_47); if (lean_obj_tag(x_123) == 0) { lean_object* x_124; lean_object* x_125; @@ -14331,25 +14344,26 @@ lean_inc(x_124); x_125 = lean_ctor_get(x_123, 1); lean_inc(x_125); lean_dec(x_123); -x_106 = x_124; -x_107 = x_125; -goto block_119; +x_30 = x_124; +x_31 = x_125; +goto block_41; } else { uint8_t x_126; -lean_dec(x_105); -lean_dec(x_104); -lean_dec(x_103); -lean_dec(x_101); -lean_dec(x_57); -lean_dec(x_56); -lean_dec(x_53); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); x_126 = !lean_is_exclusive(x_123); if (x_126 == 0) { -x_42 = x_123; -goto block_49; +return x_123; } else { @@ -14362,479 +14376,55 @@ lean_dec(x_123); x_129 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_129, 0, x_127); lean_ctor_set(x_129, 1, x_128); -x_42 = x_129; -goto block_49; +return x_129; +} +} } } } } else { -x_106 = x_54; -x_107 = x_15; -goto block_119; -} +lean_object* x_140; lean_object* x_141; lean_object* x_142; +lean_dec(x_45); +lean_dec(x_44); +if (lean_is_scalar(x_49)) { + x_140 = lean_alloc_ctor(0, 2, 0); +} else { + x_140 = x_49; } +lean_ctor_set(x_140, 0, x_47); +lean_ctor_set(x_140, 1, x_48); +x_141 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_141, 0, x_46); +lean_ctor_set(x_141, 1, x_140); +x_142 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_142, 0, x_141); +x_30 = x_142; +x_31 = x_15; +goto block_41; } } } -else -{ -lean_object* x_150; lean_object* x_151; lean_object* x_152; -x_150 = lean_ctor_get(x_51, 0); -x_151 = lean_ctor_get(x_51, 1); -lean_inc(x_151); -lean_inc(x_150); -lean_dec(x_51); -if (x_1 == 0) -{ -uint8_t x_228; -x_228 = l_Lean_LocalDecl_isAuxDecl(x_52); -if (x_228 == 0) -{ -if (x_2 == 0) -{ -uint8_t x_229; -x_229 = l_Lean_LocalDecl_isImplementationDetail(x_52); -if (x_229 == 0) +block_27: { -lean_object* x_230; -x_230 = lean_box(0); -x_152 = x_230; -goto block_227; -} -else +if (lean_obj_tag(x_19) == 0) { -lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; -lean_dec(x_53); -lean_dec(x_52); -x_231 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_231, 0, x_150); -lean_ctor_set(x_231, 1, x_151); -x_232 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_232, 0, x_54); -lean_ctor_set(x_232, 1, x_231); -x_233 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_233, 0, x_232); -x_234 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_234, 0, x_233); -lean_ctor_set(x_234, 1, x_15); -x_42 = x_234; -goto block_49; -} -} -else -{ -lean_object* x_235; -x_235 = lean_box(0); -x_152 = x_235; -goto block_227; -} -} -else -{ -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; -lean_dec(x_53); -lean_dec(x_52); -x_236 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_236, 0, x_150); -lean_ctor_set(x_236, 1, x_151); -x_237 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_237, 0, x_54); -lean_ctor_set(x_237, 1, x_236); -x_238 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_238, 0, x_237); -x_239 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_15); -x_42 = x_239; -goto block_49; -} -} -else -{ -if (x_2 == 0) -{ -uint8_t x_240; -x_240 = l_Lean_LocalDecl_isImplementationDetail(x_52); -if (x_240 == 0) -{ -lean_object* x_241; -x_241 = lean_box(0); -x_152 = x_241; -goto block_227; -} -else -{ -lean_object* x_242; lean_object* x_243; lean_object* x_244; lean_object* x_245; -lean_dec(x_53); -lean_dec(x_52); -x_242 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_242, 0, x_150); -lean_ctor_set(x_242, 1, x_151); -x_243 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_243, 0, x_54); -lean_ctor_set(x_243, 1, x_242); -x_244 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_244, 0, x_243); -x_245 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_245, 0, x_244); -lean_ctor_set(x_245, 1, x_15); -x_42 = x_245; -goto block_49; -} -} -else -{ -lean_object* x_246; -x_246 = lean_box(0); -x_152 = x_246; -goto block_227; -} -} -block_227: -{ -lean_dec(x_152); -if (lean_obj_tag(x_52) == 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_object* x_159; uint8_t x_160; -x_153 = lean_ctor_get(x_52, 1); -lean_inc(x_153); -x_154 = lean_ctor_get(x_52, 2); -lean_inc(x_154); -x_155 = lean_ctor_get(x_52, 3); -lean_inc(x_155); -lean_dec(x_52); -x_156 = lean_simp_macro_scopes(x_154); -x_157 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_155, x_11, x_12, x_13, x_14, x_15); -x_158 = lean_ctor_get(x_157, 0); -lean_inc(x_158); -x_159 = lean_ctor_get(x_157, 1); -lean_inc(x_159); -lean_dec(x_157); -x_160 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_150, x_4); -if (x_160 == 0) -{ -lean_object* x_161; uint8_t x_162; -lean_inc(x_158); -if (lean_is_scalar(x_53)) { - x_161 = lean_alloc_ctor(1, 1, 0); -} else { - x_161 = x_53; -} -lean_ctor_set(x_161, 0, x_158); -x_162 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_150, x_161); -lean_dec(x_161); -if (x_162 == 0) -{ -uint8_t x_163; -x_163 = l_Array_isEmpty___rarg(x_151); -if (x_163 == 0) -{ -if (lean_obj_tag(x_150) == 0) -{ -lean_object* x_164; lean_object* x_165; lean_object* x_166; lean_object* x_167; lean_object* x_168; -lean_dec(x_151); -x_164 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_164, 0, x_156); -lean_ctor_set(x_164, 1, x_153); -x_165 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_166 = lean_array_push(x_165, x_164); -x_167 = lean_box(0); -x_168 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_158, x_54, x_150, x_166, x_167, x_11, x_12, x_13, x_14, x_159); -x_42 = x_168; -goto block_49; -} -else -{ -lean_object* x_169; lean_object* x_170; -x_169 = lean_ctor_get(x_150, 0); -lean_inc(x_169); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_4); -x_170 = l_Lean_Widget_addInteractiveHypothesisBundle(x_54, x_151, x_169, x_4, x_11, x_12, x_13, x_14, x_159); -if (lean_obj_tag(x_170) == 0) -{ -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; -x_171 = lean_ctor_get(x_170, 0); -lean_inc(x_171); -x_172 = lean_ctor_get(x_170, 1); -lean_inc(x_172); -lean_dec(x_170); -x_173 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_173, 0, x_156); -lean_ctor_set(x_173, 1, x_153); -x_174 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_175 = lean_array_push(x_174, x_173); -x_176 = lean_box(0); -x_177 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_158, x_171, x_150, x_175, x_176, x_11, x_12, x_13, x_14, x_172); -lean_dec(x_150); -x_42 = x_177; -goto block_49; -} -else -{ -lean_object* x_178; lean_object* x_179; lean_object* x_180; lean_object* x_181; -lean_dec(x_158); -lean_dec(x_156); -lean_dec(x_153); -lean_dec(x_150); -x_178 = lean_ctor_get(x_170, 0); -lean_inc(x_178); -x_179 = lean_ctor_get(x_170, 1); -lean_inc(x_179); -if (lean_is_exclusive(x_170)) { - lean_ctor_release(x_170, 0); - lean_ctor_release(x_170, 1); - x_180 = x_170; -} else { - lean_dec_ref(x_170); - x_180 = lean_box(0); -} -if (lean_is_scalar(x_180)) { - x_181 = lean_alloc_ctor(1, 2, 0); -} else { - x_181 = x_180; -} -lean_ctor_set(x_181, 0, x_178); -lean_ctor_set(x_181, 1, x_179); -x_42 = x_181; -goto block_49; -} -} -} -else -{ -lean_object* x_182; lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -lean_dec(x_151); -x_182 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_182, 0, x_156); -lean_ctor_set(x_182, 1, x_153); -x_183 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_184 = lean_array_push(x_183, x_182); -x_185 = lean_box(0); -x_186 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_158, x_54, x_150, x_184, x_185, x_11, x_12, x_13, x_14, x_159); -lean_dec(x_150); -x_42 = x_186; -goto block_49; -} -} -else -{ -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; -x_187 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_187, 0, x_156); -lean_ctor_set(x_187, 1, x_153); -x_188 = lean_array_push(x_151, x_187); -x_189 = lean_box(0); -x_190 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_158, x_54, x_150, x_188, x_189, x_11, x_12, x_13, x_14, x_159); -lean_dec(x_150); -x_42 = x_190; -goto block_49; -} -} -else -{ -lean_object* x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; -lean_dec(x_53); -x_191 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_191, 0, x_156); -lean_ctor_set(x_191, 1, x_153); -x_192 = lean_array_push(x_151, x_191); -x_193 = lean_box(0); -x_194 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_158, x_54, x_150, x_192, x_193, x_11, x_12, x_13, x_14, x_159); -lean_dec(x_150); -x_42 = x_194; -goto block_49; -} -} -else -{ -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; uint8_t x_214; uint8_t x_215; -x_195 = lean_ctor_get(x_52, 1); -lean_inc(x_195); -x_196 = lean_ctor_get(x_52, 2); -lean_inc(x_196); -x_197 = lean_ctor_get(x_52, 3); -lean_inc(x_197); -x_198 = lean_ctor_get(x_52, 4); -lean_inc(x_198); -lean_dec(x_52); -x_199 = lean_simp_macro_scopes(x_196); -x_214 = l_Array_isEmpty___rarg(x_151); -if (x_214 == 0) -{ -uint8_t x_225; -x_225 = 0; -x_215 = x_225; -goto block_224; -} -else -{ -uint8_t x_226; -x_226 = 1; -x_215 = x_226; -goto block_224; -} -block_213: -{ -lean_object* x_202; -x_202 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_197, x_11, x_12, x_13, x_14, x_201); -if (x_3 == 0) -{ -lean_object* x_203; lean_object* x_204; lean_object* x_205; -lean_dec(x_198); -lean_dec(x_53); -x_203 = lean_ctor_get(x_202, 0); -lean_inc(x_203); -x_204 = lean_ctor_get(x_202, 1); -lean_inc(x_204); -lean_dec(x_202); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_4); -lean_inc(x_5); -x_205 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_199, x_195, x_203, x_5, x_200, x_150, x_151, x_4, x_11, x_12, x_13, x_14, x_204); -lean_dec(x_151); -lean_dec(x_150); -x_42 = x_205; -goto block_49; -} -else -{ -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; -x_206 = lean_ctor_get(x_202, 0); -lean_inc(x_206); -x_207 = lean_ctor_get(x_202, 1); -lean_inc(x_207); -lean_dec(x_202); -x_208 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_198, x_11, x_12, x_13, x_14, x_207); -x_209 = lean_ctor_get(x_208, 0); -lean_inc(x_209); -x_210 = lean_ctor_get(x_208, 1); -lean_inc(x_210); -lean_dec(x_208); -if (lean_is_scalar(x_53)) { - x_211 = lean_alloc_ctor(1, 1, 0); -} else { - x_211 = x_53; -} -lean_ctor_set(x_211, 0, x_209); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_5); -x_212 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_199, x_195, x_206, x_5, x_200, x_150, x_151, x_211, x_11, x_12, x_13, x_14, x_210); -lean_dec(x_151); -lean_dec(x_150); -x_42 = x_212; -goto block_49; -} -} -block_224: -{ -if (x_215 == 0) -{ -if (lean_obj_tag(x_150) == 0) -{ -x_200 = x_54; -x_201 = x_15; -goto block_213; -} -else -{ -lean_object* x_216; lean_object* x_217; -x_216 = lean_ctor_get(x_150, 0); -lean_inc(x_216); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_4); -lean_inc(x_151); -x_217 = l_Lean_Widget_addInteractiveHypothesisBundle(x_54, x_151, x_216, x_4, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_217) == 0) -{ -lean_object* x_218; lean_object* x_219; -x_218 = lean_ctor_get(x_217, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_217, 1); -lean_inc(x_219); -lean_dec(x_217); -x_200 = x_218; -x_201 = x_219; -goto block_213; -} -else -{ -lean_object* x_220; lean_object* x_221; lean_object* x_222; lean_object* x_223; -lean_dec(x_199); -lean_dec(x_198); -lean_dec(x_197); -lean_dec(x_195); -lean_dec(x_151); -lean_dec(x_150); -lean_dec(x_53); -x_220 = lean_ctor_get(x_217, 0); -lean_inc(x_220); -x_221 = lean_ctor_get(x_217, 1); -lean_inc(x_221); -if (lean_is_exclusive(x_217)) { - lean_ctor_release(x_217, 0); - lean_ctor_release(x_217, 1); - x_222 = x_217; -} else { - lean_dec_ref(x_217); - x_222 = lean_box(0); -} -if (lean_is_scalar(x_222)) { - x_223 = lean_alloc_ctor(1, 2, 0); -} else { - x_223 = x_222; -} -lean_ctor_set(x_223, 0, x_220); -lean_ctor_set(x_223, 1, x_221); -x_42 = x_223; -goto block_49; -} -} -} -else -{ -x_200 = x_54; -x_201 = x_15; -goto block_213; -} -} -} -} -} -} -block_27: -{ -if (lean_obj_tag(x_19) == 0) -{ -lean_object* x_21; lean_object* x_22; -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_21 = lean_ctor_get(x_19, 0); -lean_inc(x_21); -lean_dec(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_20); -return x_22; +lean_object* x_21; lean_object* x_22; +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_21 = lean_ctor_get(x_19, 0); +lean_inc(x_21); +lean_dec(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_20); +return x_22; } else { @@ -14914,52 +14504,6 @@ goto block_27; } } } -block_49: -{ -if (lean_obj_tag(x_42) == 0) -{ -lean_object* x_43; lean_object* x_44; -x_43 = lean_ctor_get(x_42, 0); -lean_inc(x_43); -x_44 = lean_ctor_get(x_42, 1); -lean_inc(x_44); -lean_dec(x_42); -x_30 = x_43; -x_31 = x_44; -goto block_41; -} -else -{ -uint8_t x_45; -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_45 = !lean_is_exclusive(x_42); -if (x_45 == 0) -{ -return x_42; -} -else -{ -lean_object* x_46; lean_object* x_47; lean_object* x_48; -x_46 = lean_ctor_get(x_42, 0); -x_47 = lean_ctor_get(x_42, 1); -lean_inc(x_47); -lean_inc(x_46); -lean_dec(x_42); -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; -} -} -} } } } @@ -15217,7 +14761,7 @@ return x_17; } else { -lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_47; +lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; x_18 = lean_array_uget(x_7, x_9); x_28 = lean_ctor_get(x_10, 1); lean_inc(x_28); @@ -15231,893 +14775,532 @@ if (lean_is_exclusive(x_10)) { } if (lean_obj_tag(x_18) == 0) { -lean_object* x_55; +lean_object* x_47; lean_inc(x_28); -x_55 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_55, 0, x_28); -x_30 = x_55; +x_47 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_47, 0, x_28); +x_30 = x_47; x_31 = x_15; goto block_46; } else { -lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; uint8_t x_60; -x_56 = lean_ctor_get(x_28, 1); -lean_inc(x_56); -x_57 = lean_ctor_get(x_18, 0); -lean_inc(x_57); +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; +x_48 = lean_ctor_get(x_28, 1); +lean_inc(x_48); +x_49 = lean_ctor_get(x_18, 0); +lean_inc(x_49); if (lean_is_exclusive(x_18)) { lean_ctor_release(x_18, 0); - x_58 = x_18; + x_50 = x_18; } else { lean_dec_ref(x_18); - x_58 = lean_box(0); + x_50 = lean_box(0); +} +x_51 = lean_ctor_get(x_28, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_48, 0); +lean_inc(x_52); +x_53 = lean_ctor_get(x_48, 1); +lean_inc(x_53); +if (lean_is_exclusive(x_48)) { + lean_ctor_release(x_48, 0); + lean_ctor_release(x_48, 1); + x_54 = x_48; +} else { + lean_dec_ref(x_48); + x_54 = lean_box(0); } -x_59 = lean_ctor_get(x_28, 0); -lean_inc(x_59); -x_60 = !lean_is_exclusive(x_56); -if (x_60 == 0) -{ -lean_object* x_61; lean_object* x_62; lean_object* x_63; -x_61 = lean_ctor_get(x_56, 0); -x_62 = lean_ctor_get(x_56, 1); if (x_1 == 0) { -uint8_t x_139; -x_139 = l_Lean_LocalDecl_isAuxDecl(x_57); -if (x_139 == 0) +uint8_t x_149; +x_149 = l_Lean_LocalDecl_isAuxDecl(x_49); +if (x_149 == 0) { if (x_2 == 0) { -uint8_t x_140; -x_140 = l_Lean_LocalDecl_isImplementationDetail(x_57); -if (x_140 == 0) -{ -lean_object* x_141; -lean_free_object(x_56); -x_141 = lean_box(0); -x_63 = x_141; -goto block_138; -} -else -{ -lean_object* x_142; lean_object* x_143; lean_object* x_144; -lean_dec(x_58); -lean_dec(x_57); -x_142 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_142, 0, x_59); -lean_ctor_set(x_142, 1, x_56); -x_143 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_143, 0, x_142); -x_144 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_144, 0, x_143); -lean_ctor_set(x_144, 1, x_15); -x_47 = x_144; -goto block_54; -} +uint8_t x_150; +x_150 = l_Lean_LocalDecl_isImplementationDetail(x_49); +x_55 = x_150; +goto block_148; } else { -lean_object* x_145; -lean_free_object(x_56); -x_145 = lean_box(0); -x_63 = x_145; -goto block_138; +uint8_t x_151; +x_151 = 0; +x_55 = x_151; +goto block_148; } } else { -lean_object* x_146; lean_object* x_147; lean_object* x_148; -lean_dec(x_58); -lean_dec(x_57); -x_146 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_146, 0, x_59); -lean_ctor_set(x_146, 1, x_56); -x_147 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_147, 0, x_146); -x_148 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_148, 0, x_147); -lean_ctor_set(x_148, 1, x_15); -x_47 = x_148; -goto block_54; +uint8_t x_152; +x_152 = 1; +x_55 = x_152; +goto block_148; } } else { if (x_2 == 0) { -uint8_t x_149; -x_149 = l_Lean_LocalDecl_isImplementationDetail(x_57); -if (x_149 == 0) -{ -lean_object* x_150; -lean_free_object(x_56); -x_150 = lean_box(0); -x_63 = x_150; -goto block_138; +uint8_t x_153; +x_153 = l_Lean_LocalDecl_isImplementationDetail(x_49); +x_55 = x_153; +goto block_148; } else { -lean_object* x_151; lean_object* x_152; lean_object* x_153; -lean_dec(x_58); -lean_dec(x_57); -x_151 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_151, 0, x_59); -lean_ctor_set(x_151, 1, x_56); -x_152 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_152, 0, x_151); -x_153 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_153, 0, x_152); -lean_ctor_set(x_153, 1, x_15); -x_47 = x_153; -goto block_54; +uint8_t x_154; +x_154 = 0; +x_55 = x_154; +goto block_148; } } -else +block_148: { -lean_object* x_154; -lean_free_object(x_56); -x_154 = lean_box(0); -x_63 = x_154; -goto block_138; -} -} -block_138: +if (x_55 == 0) { -lean_dec(x_63); -if (lean_obj_tag(x_57) == 0) +lean_dec(x_54); +if (lean_obj_tag(x_49) == 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; lean_object* x_70; uint8_t x_71; -x_64 = lean_ctor_get(x_57, 1); -lean_inc(x_64); -x_65 = lean_ctor_get(x_57, 2); -lean_inc(x_65); -x_66 = lean_ctor_get(x_57, 3); -lean_inc(x_66); -lean_dec(x_57); -x_67 = lean_simp_macro_scopes(x_65); -x_68 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_66, x_11, x_12, x_13, x_14, x_15); -x_69 = lean_ctor_get(x_68, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_68, 1); -lean_inc(x_70); -lean_dec(x_68); -x_71 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_61, x_4); -if (x_71 == 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; uint8_t x_63; uint8_t x_101; +x_56 = lean_ctor_get(x_49, 1); +lean_inc(x_56); +x_57 = lean_ctor_get(x_49, 2); +lean_inc(x_57); +x_58 = lean_ctor_get(x_49, 3); +lean_inc(x_58); +lean_dec(x_49); +x_59 = lean_simp_macro_scopes(x_57); +x_60 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_58, x_11, x_12, x_13, x_14, x_15); +x_61 = lean_ctor_get(x_60, 0); +lean_inc(x_61); +x_62 = lean_ctor_get(x_60, 1); +lean_inc(x_62); +lean_dec(x_60); +x_101 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_52, x_4); +if (x_101 == 0) { -lean_object* x_72; uint8_t x_73; -lean_inc(x_69); -if (lean_is_scalar(x_58)) { - x_72 = lean_alloc_ctor(1, 1, 0); +lean_object* x_102; uint8_t x_103; +lean_inc(x_61); +if (lean_is_scalar(x_50)) { + x_102 = lean_alloc_ctor(1, 1, 0); } else { - x_72 = x_58; + x_102 = x_50; } -lean_ctor_set(x_72, 0, x_69); -x_73 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_61, x_72); -lean_dec(x_72); -if (x_73 == 0) +lean_ctor_set(x_102, 0, x_61); +x_103 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_52, x_102); +lean_dec(x_102); +x_63 = x_103; +goto block_100; +} +else +{ +uint8_t x_104; +lean_dec(x_50); +x_104 = 1; +x_63 = x_104; +goto block_100; +} +block_100: { -uint8_t x_74; -x_74 = l_Array_isEmpty___rarg(x_62); -if (x_74 == 0) +if (x_63 == 0) { -if (lean_obj_tag(x_61) == 0) +uint8_t x_64; +x_64 = l_Array_isEmpty___rarg(x_53); +if (x_64 == 0) { -lean_object* x_75; lean_object* x_76; lean_object* x_77; lean_object* x_78; lean_object* x_79; -lean_dec(x_62); -x_75 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_75, 0, x_67); -lean_ctor_set(x_75, 1, x_64); -x_76 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_77 = lean_array_push(x_76, x_75); -x_78 = lean_box(0); -x_79 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_69, x_59, x_61, x_77, x_78, x_11, x_12, x_13, x_14, x_70); -x_47 = x_79; -goto block_54; +if (lean_obj_tag(x_52) == 0) +{ +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_dec(x_53); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_59); +lean_ctor_set(x_65, 1, x_56); +x_66 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +x_67 = lean_array_push(x_66, x_65); +x_68 = lean_box(0); +x_69 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_61, x_51, x_52, x_67, x_68, x_11, x_12, x_13, x_14, x_62); +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_30 = x_70; +x_31 = x_71; +goto block_46; } else { -lean_object* x_80; lean_object* x_81; -x_80 = lean_ctor_get(x_61, 0); -lean_inc(x_80); +lean_object* x_72; lean_object* x_73; +x_72 = lean_ctor_get(x_52, 0); +lean_inc(x_72); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_4); -x_81 = l_Lean_Widget_addInteractiveHypothesisBundle(x_59, x_62, x_80, x_4, x_11, x_12, x_13, x_14, x_70); -if (lean_obj_tag(x_81) == 0) +x_73 = l_Lean_Widget_addInteractiveHypothesisBundle(x_51, x_53, x_72, x_4, x_11, x_12, x_13, x_14, x_62); +if (lean_obj_tag(x_73) == 0) { -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_82 = lean_ctor_get(x_81, 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; +x_74 = lean_ctor_get(x_73, 0); +lean_inc(x_74); +x_75 = lean_ctor_get(x_73, 1); +lean_inc(x_75); +lean_dec(x_73); +x_76 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_76, 0, x_59); +lean_ctor_set(x_76, 1, x_56); +x_77 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +x_78 = lean_array_push(x_77, x_76); +x_79 = lean_box(0); +x_80 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_61, x_74, x_52, x_78, x_79, x_11, x_12, x_13, x_14, x_75); +lean_dec(x_52); +x_81 = lean_ctor_get(x_80, 0); +lean_inc(x_81); +x_82 = lean_ctor_get(x_80, 1); lean_inc(x_82); -x_83 = lean_ctor_get(x_81, 1); -lean_inc(x_83); -lean_dec(x_81); -x_84 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_84, 0, x_67); -lean_ctor_set(x_84, 1, x_64); -x_85 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_86 = lean_array_push(x_85, x_84); -x_87 = lean_box(0); -x_88 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_69, x_82, x_61, x_86, x_87, x_11, x_12, x_13, x_14, x_83); -lean_dec(x_61); -x_47 = x_88; -goto block_54; +lean_dec(x_80); +x_30 = x_81; +x_31 = x_82; +goto block_46; } else { -uint8_t x_89; -lean_dec(x_69); -lean_dec(x_67); -lean_dec(x_64); +uint8_t x_83; lean_dec(x_61); -x_89 = !lean_is_exclusive(x_81); -if (x_89 == 0) +lean_dec(x_59); +lean_dec(x_56); +lean_dec(x_52); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_83 = !lean_is_exclusive(x_73); +if (x_83 == 0) { -x_47 = x_81; -goto block_54; +return x_73; } else { -lean_object* x_90; lean_object* x_91; lean_object* x_92; -x_90 = lean_ctor_get(x_81, 0); -x_91 = lean_ctor_get(x_81, 1); -lean_inc(x_91); -lean_inc(x_90); -lean_dec(x_81); -x_92 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_92, 0, x_90); -lean_ctor_set(x_92, 1, x_91); -x_47 = x_92; -goto block_54; +lean_object* x_84; lean_object* x_85; lean_object* x_86; +x_84 = lean_ctor_get(x_73, 0); +x_85 = lean_ctor_get(x_73, 1); +lean_inc(x_85); +lean_inc(x_84); +lean_dec(x_73); +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; } } } } else { -lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; -lean_dec(x_62); -x_93 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_93, 0, x_67); -lean_ctor_set(x_93, 1, x_64); -x_94 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_95 = lean_array_push(x_94, x_93); -x_96 = lean_box(0); -x_97 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_69, x_59, x_61, x_95, x_96, x_11, x_12, x_13, x_14, x_70); -lean_dec(x_61); -x_47 = x_97; -goto block_54; +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_dec(x_53); +x_87 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_87, 0, x_59); +lean_ctor_set(x_87, 1, x_56); +x_88 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; +x_89 = lean_array_push(x_88, x_87); +x_90 = lean_box(0); +x_91 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_61, x_51, x_52, x_89, x_90, x_11, x_12, x_13, x_14, x_62); +lean_dec(x_52); +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +x_93 = lean_ctor_get(x_91, 1); +lean_inc(x_93); +lean_dec(x_91); +x_30 = x_92; +x_31 = x_93; +goto block_46; } } else { -lean_object* x_98; lean_object* x_99; lean_object* x_100; lean_object* x_101; -x_98 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_98, 0, x_67); -lean_ctor_set(x_98, 1, x_64); -x_99 = lean_array_push(x_62, x_98); -x_100 = lean_box(0); -x_101 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_69, x_59, x_61, x_99, x_100, x_11, x_12, x_13, x_14, x_70); -lean_dec(x_61); -x_47 = x_101; -goto block_54; -} +lean_object* x_94; lean_object* x_95; lean_object* x_96; lean_object* x_97; lean_object* x_98; lean_object* x_99; +x_94 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_94, 0, x_59); +lean_ctor_set(x_94, 1, x_56); +x_95 = lean_array_push(x_53, x_94); +x_96 = lean_box(0); +x_97 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_61, x_51, x_52, x_95, x_96, x_11, x_12, x_13, x_14, x_62); +lean_dec(x_52); +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_30 = x_98; +x_31 = x_99; +goto block_46; } -else -{ -lean_object* x_102; lean_object* x_103; lean_object* x_104; lean_object* x_105; -lean_dec(x_58); -x_102 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_102, 0, x_67); -lean_ctor_set(x_102, 1, x_64); -x_103 = lean_array_push(x_62, x_102); -x_104 = lean_box(0); -x_105 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_69, x_59, x_61, x_103, x_104, x_11, x_12, x_13, x_14, x_70); -lean_dec(x_61); -x_47 = x_105; -goto block_54; } } 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; uint8_t x_125; uint8_t x_126; -x_106 = lean_ctor_get(x_57, 1); +lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; lean_object* x_109; lean_object* x_110; lean_object* x_111; uint8_t x_136; +x_105 = lean_ctor_get(x_49, 1); +lean_inc(x_105); +x_106 = lean_ctor_get(x_49, 2); lean_inc(x_106); -x_107 = lean_ctor_get(x_57, 2); +x_107 = lean_ctor_get(x_49, 3); lean_inc(x_107); -x_108 = lean_ctor_get(x_57, 3); +x_108 = lean_ctor_get(x_49, 4); lean_inc(x_108); -x_109 = lean_ctor_get(x_57, 4); -lean_inc(x_109); -lean_dec(x_57); -x_110 = lean_simp_macro_scopes(x_107); -x_125 = l_Array_isEmpty___rarg(x_62); -if (x_125 == 0) +lean_dec(x_49); +x_109 = lean_simp_macro_scopes(x_106); +x_136 = l_Array_isEmpty___rarg(x_53); +if (x_136 == 0) { -uint8_t x_136; -x_136 = 0; -x_126 = x_136; -goto block_135; -} -else +if (lean_obj_tag(x_52) == 0) { -uint8_t x_137; -x_137 = 1; -x_126 = x_137; +x_110 = x_51; +x_111 = x_15; goto block_135; } -block_124: -{ -lean_object* x_113; -x_113 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_108, x_11, x_12, x_13, x_14, x_112); -if (x_3 == 0) -{ -lean_object* x_114; lean_object* x_115; lean_object* x_116; -lean_dec(x_109); -lean_dec(x_58); -x_114 = lean_ctor_get(x_113, 0); -lean_inc(x_114); -x_115 = lean_ctor_get(x_113, 1); -lean_inc(x_115); -lean_dec(x_113); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_4); -lean_inc(x_5); -x_116 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_110, x_106, x_114, x_5, x_111, x_61, x_62, x_4, x_11, x_12, x_13, x_14, x_115); -lean_dec(x_62); -lean_dec(x_61); -x_47 = x_116; -goto block_54; -} 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; -x_117 = lean_ctor_get(x_113, 0); -lean_inc(x_117); -x_118 = lean_ctor_get(x_113, 1); -lean_inc(x_118); -lean_dec(x_113); -x_119 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_109, x_11, x_12, x_13, x_14, x_118); -x_120 = lean_ctor_get(x_119, 0); -lean_inc(x_120); -x_121 = lean_ctor_get(x_119, 1); -lean_inc(x_121); -lean_dec(x_119); -if (lean_is_scalar(x_58)) { - x_122 = lean_alloc_ctor(1, 1, 0); -} else { - x_122 = x_58; -} -lean_ctor_set(x_122, 0, x_120); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_5); -x_123 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_110, x_106, x_117, x_5, x_111, x_61, x_62, x_122, x_11, x_12, x_13, x_14, x_121); -lean_dec(x_62); -lean_dec(x_61); -x_47 = x_123; -goto block_54; -} -} -block_135: -{ -if (x_126 == 0) -{ -if (lean_obj_tag(x_61) == 0) -{ -x_111 = x_59; -x_112 = x_15; -goto block_124; -} -else -{ -lean_object* x_127; lean_object* x_128; -x_127 = lean_ctor_get(x_61, 0); -lean_inc(x_127); +lean_object* x_137; lean_object* x_138; +x_137 = lean_ctor_get(x_52, 0); +lean_inc(x_137); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_4); -lean_inc(x_62); -x_128 = l_Lean_Widget_addInteractiveHypothesisBundle(x_59, x_62, x_127, x_4, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_128) == 0) +lean_inc(x_53); +x_138 = l_Lean_Widget_addInteractiveHypothesisBundle(x_51, x_53, x_137, x_4, x_11, x_12, x_13, x_14, x_15); +if (lean_obj_tag(x_138) == 0) { -lean_object* x_129; lean_object* x_130; -x_129 = lean_ctor_get(x_128, 0); -lean_inc(x_129); -x_130 = lean_ctor_get(x_128, 1); -lean_inc(x_130); -lean_dec(x_128); -x_111 = x_129; -x_112 = x_130; -goto block_124; +lean_object* x_139; lean_object* x_140; +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_110 = x_139; +x_111 = x_140; +goto block_135; } else { -uint8_t x_131; -lean_dec(x_110); +uint8_t x_141; lean_dec(x_109); lean_dec(x_108); -lean_dec(x_106); -lean_dec(x_62); -lean_dec(x_61); -lean_dec(x_58); -x_131 = !lean_is_exclusive(x_128); -if (x_131 == 0) -{ -x_47 = x_128; -goto block_54; -} -else -{ -lean_object* x_132; lean_object* x_133; lean_object* x_134; -x_132 = lean_ctor_get(x_128, 0); -x_133 = lean_ctor_get(x_128, 1); -lean_inc(x_133); -lean_inc(x_132); -lean_dec(x_128); -x_134 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_134, 0, x_132); -lean_ctor_set(x_134, 1, x_133); -x_47 = x_134; -goto block_54; -} -} -} -} -else -{ -x_111 = x_59; -x_112 = x_15; -goto block_124; -} -} -} -} -} -else -{ -lean_object* x_155; lean_object* x_156; lean_object* x_157; -x_155 = lean_ctor_get(x_56, 0); -x_156 = lean_ctor_get(x_56, 1); -lean_inc(x_156); -lean_inc(x_155); -lean_dec(x_56); -if (x_1 == 0) -{ -uint8_t x_233; -x_233 = l_Lean_LocalDecl_isAuxDecl(x_57); -if (x_233 == 0) -{ -if (x_2 == 0) -{ -uint8_t x_234; -x_234 = l_Lean_LocalDecl_isImplementationDetail(x_57); -if (x_234 == 0) -{ -lean_object* x_235; -x_235 = lean_box(0); -x_157 = x_235; -goto block_232; -} -else -{ -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; -lean_dec(x_58); -lean_dec(x_57); -x_236 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_236, 0, x_155); -lean_ctor_set(x_236, 1, x_156); -x_237 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_237, 0, x_59); -lean_ctor_set(x_237, 1, x_236); -x_238 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_238, 0, x_237); -x_239 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_15); -x_47 = x_239; -goto block_54; -} -} -else +lean_dec(x_107); +lean_dec(x_105); +lean_dec(x_53); +lean_dec(x_52); +lean_dec(x_50); +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_141 = !lean_is_exclusive(x_138); +if (x_141 == 0) { -lean_object* x_240; -x_240 = lean_box(0); -x_157 = x_240; -goto block_232; -} +return x_138; } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; -lean_dec(x_58); -lean_dec(x_57); -x_241 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_241, 0, x_155); -lean_ctor_set(x_241, 1, x_156); -x_242 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_242, 0, x_59); -lean_ctor_set(x_242, 1, x_241); -x_243 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_243, 0, x_242); -x_244 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_244, 0, x_243); -lean_ctor_set(x_244, 1, x_15); -x_47 = x_244; -goto block_54; +lean_object* x_142; lean_object* x_143; lean_object* x_144; +x_142 = lean_ctor_get(x_138, 0); +x_143 = lean_ctor_get(x_138, 1); +lean_inc(x_143); +lean_inc(x_142); +lean_dec(x_138); +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; } } -else -{ -if (x_2 == 0) -{ -uint8_t x_245; -x_245 = l_Lean_LocalDecl_isImplementationDetail(x_57); -if (x_245 == 0) -{ -lean_object* x_246; -x_246 = lean_box(0); -x_157 = x_246; -goto block_232; -} -else -{ -lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_object* x_250; -lean_dec(x_58); -lean_dec(x_57); -x_247 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_247, 0, x_155); -lean_ctor_set(x_247, 1, x_156); -x_248 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_248, 0, x_59); -lean_ctor_set(x_248, 1, x_247); -x_249 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_249, 0, x_248); -x_250 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_250, 0, x_249); -lean_ctor_set(x_250, 1, x_15); -x_47 = x_250; -goto block_54; } } else { -lean_object* x_251; -x_251 = lean_box(0); -x_157 = x_251; -goto block_232; -} -} -block_232: -{ -lean_dec(x_157); -if (lean_obj_tag(x_57) == 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; uint8_t x_165; -x_158 = lean_ctor_get(x_57, 1); -lean_inc(x_158); -x_159 = lean_ctor_get(x_57, 2); -lean_inc(x_159); -x_160 = lean_ctor_get(x_57, 3); -lean_inc(x_160); -lean_dec(x_57); -x_161 = lean_simp_macro_scopes(x_159); -x_162 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_160, x_11, x_12, x_13, x_14, x_15); -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 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_155, x_4); -if (x_165 == 0) -{ -lean_object* x_166; uint8_t x_167; -lean_inc(x_163); -if (lean_is_scalar(x_58)) { - x_166 = lean_alloc_ctor(1, 1, 0); -} else { - x_166 = x_58; +x_110 = x_51; +x_111 = x_15; +goto block_135; } -lean_ctor_set(x_166, 0, x_163); -x_167 = l___private_Init_Data_Option_Basic_0__beqOption____x40_Init_Data_Option_Basic___hyg_1116____at_Lean_Meta_ppGoal_ppVars___spec__1(x_155, x_166); -lean_dec(x_166); -if (x_167 == 0) -{ -uint8_t x_168; -x_168 = l_Array_isEmpty___rarg(x_156); -if (x_168 == 0) -{ -if (lean_obj_tag(x_155) == 0) +block_135: { -lean_object* x_169; lean_object* x_170; lean_object* x_171; lean_object* x_172; lean_object* x_173; -lean_dec(x_156); -x_169 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_169, 0, x_161); -lean_ctor_set(x_169, 1, x_158); -x_170 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_171 = lean_array_push(x_170, x_169); -x_172 = lean_box(0); -x_173 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_163, x_59, x_155, x_171, x_172, x_11, x_12, x_13, x_14, x_164); -x_47 = x_173; -goto block_54; -} -else +lean_object* x_112; +x_112 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_107, x_11, x_12, x_13, x_14, x_111); +if (x_3 == 0) { -lean_object* x_174; lean_object* x_175; -x_174 = lean_ctor_get(x_155, 0); -lean_inc(x_174); +lean_object* x_113; lean_object* x_114; lean_object* x_115; +lean_dec(x_108); +lean_dec(x_50); +x_113 = lean_ctor_get(x_112, 0); +lean_inc(x_113); +x_114 = lean_ctor_get(x_112, 1); +lean_inc(x_114); +lean_dec(x_112); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_4); -x_175 = l_Lean_Widget_addInteractiveHypothesisBundle(x_59, x_156, x_174, x_4, x_11, x_12, x_13, x_14, x_164); -if (lean_obj_tag(x_175) == 0) -{ -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; -x_176 = lean_ctor_get(x_175, 0); -lean_inc(x_176); -x_177 = lean_ctor_get(x_175, 1); -lean_inc(x_177); -lean_dec(x_175); -x_178 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_178, 0, x_161); -lean_ctor_set(x_178, 1, x_158); -x_179 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_180 = lean_array_push(x_179, x_178); -x_181 = lean_box(0); -x_182 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_163, x_176, x_155, x_180, x_181, x_11, x_12, x_13, x_14, x_177); -lean_dec(x_155); -x_47 = x_182; -goto block_54; -} -else -{ -lean_object* x_183; lean_object* x_184; lean_object* x_185; lean_object* x_186; -lean_dec(x_163); -lean_dec(x_161); -lean_dec(x_158); -lean_dec(x_155); -x_183 = lean_ctor_get(x_175, 0); -lean_inc(x_183); -x_184 = lean_ctor_get(x_175, 1); -lean_inc(x_184); -if (lean_is_exclusive(x_175)) { - lean_ctor_release(x_175, 0); - lean_ctor_release(x_175, 1); - x_185 = x_175; -} else { - lean_dec_ref(x_175); - x_185 = lean_box(0); -} -if (lean_is_scalar(x_185)) { - x_186 = lean_alloc_ctor(1, 2, 0); -} else { - x_186 = x_185; -} -lean_ctor_set(x_186, 0, x_183); -lean_ctor_set(x_186, 1, x_184); -x_47 = x_186; -goto block_54; -} -} -} -else -{ -lean_object* x_187; lean_object* x_188; lean_object* x_189; lean_object* x_190; lean_object* x_191; -lean_dec(x_156); -x_187 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_187, 0, x_161); -lean_ctor_set(x_187, 1, x_158); -x_188 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2___closed__1; -x_189 = lean_array_push(x_188, x_187); -x_190 = lean_box(0); -x_191 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_163, x_59, x_155, x_189, x_190, x_11, x_12, x_13, x_14, x_164); -lean_dec(x_155); -x_47 = x_191; -goto block_54; -} -} -else -{ -lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; -x_192 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_192, 0, x_161); -lean_ctor_set(x_192, 1, x_158); -x_193 = lean_array_push(x_156, x_192); -x_194 = lean_box(0); -x_195 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_163, x_59, x_155, x_193, x_194, x_11, x_12, x_13, x_14, x_164); -lean_dec(x_155); -x_47 = x_195; -goto block_54; -} -} -else +lean_inc(x_5); +x_115 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_109, x_105, x_113, x_5, x_110, x_52, x_53, x_4, x_11, x_12, x_13, x_14, x_114); +lean_dec(x_53); +lean_dec(x_52); +if (lean_obj_tag(x_115) == 0) { -lean_object* x_196; lean_object* x_197; lean_object* x_198; lean_object* x_199; -lean_dec(x_58); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_161); -lean_ctor_set(x_196, 1, x_158); -x_197 = lean_array_push(x_156, x_196); -x_198 = lean_box(0); -x_199 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__1(x_163, x_59, x_155, x_197, x_198, x_11, x_12, x_13, x_14, x_164); -lean_dec(x_155); -x_47 = x_199; -goto block_54; -} +lean_object* x_116; lean_object* x_117; +x_116 = lean_ctor_get(x_115, 0); +lean_inc(x_116); +x_117 = lean_ctor_get(x_115, 1); +lean_inc(x_117); +lean_dec(x_115); +x_30 = x_116; +x_31 = x_117; +goto block_46; } else { -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_219; uint8_t x_220; -x_200 = lean_ctor_get(x_57, 1); -lean_inc(x_200); -x_201 = lean_ctor_get(x_57, 2); -lean_inc(x_201); -x_202 = lean_ctor_get(x_57, 3); -lean_inc(x_202); -x_203 = lean_ctor_get(x_57, 4); -lean_inc(x_203); -lean_dec(x_57); -x_204 = lean_simp_macro_scopes(x_201); -x_219 = l_Array_isEmpty___rarg(x_156); -if (x_219 == 0) +uint8_t x_118; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_118 = !lean_is_exclusive(x_115); +if (x_118 == 0) { -uint8_t x_230; -x_230 = 0; -x_220 = x_230; -goto block_229; +return x_115; } else { -uint8_t x_231; -x_231 = 1; -x_220 = x_231; -goto block_229; +lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_119 = lean_ctor_get(x_115, 0); +x_120 = lean_ctor_get(x_115, 1); +lean_inc(x_120); +lean_inc(x_119); +lean_dec(x_115); +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; +} } -block_218: -{ -lean_object* x_207; -x_207 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_202, x_11, x_12, x_13, x_14, x_206); -if (x_3 == 0) -{ -lean_object* x_208; lean_object* x_209; lean_object* x_210; -lean_dec(x_203); -lean_dec(x_58); -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_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_4); -lean_inc(x_5); -x_210 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_204, x_200, x_208, x_5, x_205, x_155, x_156, x_4, x_11, x_12, x_13, x_14, x_209); -lean_dec(x_156); -lean_dec(x_155); -x_47 = x_210; -goto block_54; } 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; -x_211 = lean_ctor_get(x_207, 0); -lean_inc(x_211); -x_212 = lean_ctor_get(x_207, 1); -lean_inc(x_212); -lean_dec(x_207); -x_213 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_203, x_11, x_12, x_13, x_14, x_212); -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); -if (lean_is_scalar(x_58)) { - x_216 = lean_alloc_ctor(1, 1, 0); +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; +x_122 = lean_ctor_get(x_112, 0); +lean_inc(x_122); +x_123 = lean_ctor_get(x_112, 1); +lean_inc(x_123); +lean_dec(x_112); +x_124 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_108, x_11, x_12, x_13, x_14, x_123); +x_125 = lean_ctor_get(x_124, 0); +lean_inc(x_125); +x_126 = lean_ctor_get(x_124, 1); +lean_inc(x_126); +lean_dec(x_124); +if (lean_is_scalar(x_50)) { + x_127 = lean_alloc_ctor(1, 1, 0); } else { - x_216 = x_58; + x_127 = x_50; } -lean_ctor_set(x_216, 0, x_214); +lean_ctor_set(x_127, 0, x_125); lean_inc(x_14); lean_inc(x_13); lean_inc(x_12); lean_inc(x_11); lean_inc(x_5); -x_217 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_204, x_200, x_211, x_5, x_205, x_155, x_156, x_216, x_11, x_12, x_13, x_14, x_215); -lean_dec(x_156); -lean_dec(x_155); -x_47 = x_217; -goto block_54; -} -} -block_229: -{ -if (x_220 == 0) -{ -if (lean_obj_tag(x_155) == 0) +x_128 = l_Array_forInUnsafe_loop___at_Lean_Widget_goalToInteractive___spec__4___lambda__2(x_109, x_105, x_122, x_5, x_110, x_52, x_53, x_127, x_11, x_12, x_13, x_14, x_126); +lean_dec(x_53); +lean_dec(x_52); +if (lean_obj_tag(x_128) == 0) { -x_205 = x_59; -x_206 = x_15; -goto block_218; +lean_object* x_129; lean_object* x_130; +x_129 = lean_ctor_get(x_128, 0); +lean_inc(x_129); +x_130 = lean_ctor_get(x_128, 1); +lean_inc(x_130); +lean_dec(x_128); +x_30 = x_129; +x_31 = x_130; +goto block_46; } else { -lean_object* x_221; lean_object* x_222; -x_221 = lean_ctor_get(x_155, 0); -lean_inc(x_221); -lean_inc(x_14); -lean_inc(x_13); -lean_inc(x_12); -lean_inc(x_11); -lean_inc(x_4); -lean_inc(x_156); -x_222 = l_Lean_Widget_addInteractiveHypothesisBundle(x_59, x_156, x_221, x_4, x_11, x_12, x_13, x_14, x_15); -if (lean_obj_tag(x_222) == 0) +uint8_t x_131; +lean_dec(x_29); +lean_dec(x_28); +lean_dec(x_14); +lean_dec(x_13); +lean_dec(x_12); +lean_dec(x_11); +lean_dec(x_6); +lean_dec(x_5); +lean_dec(x_4); +x_131 = !lean_is_exclusive(x_128); +if (x_131 == 0) { -lean_object* x_223; lean_object* x_224; -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); -x_205 = x_223; -x_206 = x_224; -goto block_218; +return x_128; } else { -lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; -lean_dec(x_204); -lean_dec(x_203); -lean_dec(x_202); -lean_dec(x_200); -lean_dec(x_156); -lean_dec(x_155); -lean_dec(x_58); -x_225 = lean_ctor_get(x_222, 0); -lean_inc(x_225); -x_226 = lean_ctor_get(x_222, 1); -lean_inc(x_226); -if (lean_is_exclusive(x_222)) { - lean_ctor_release(x_222, 0); - lean_ctor_release(x_222, 1); - x_227 = x_222; -} else { - lean_dec_ref(x_222); - x_227 = lean_box(0); +lean_object* x_132; lean_object* x_133; lean_object* x_134; +x_132 = lean_ctor_get(x_128, 0); +x_133 = lean_ctor_get(x_128, 1); +lean_inc(x_133); +lean_inc(x_132); +lean_dec(x_128); +x_134 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_134, 0, x_132); +lean_ctor_set(x_134, 1, x_133); +return x_134; +} } -if (lean_is_scalar(x_227)) { - x_228 = lean_alloc_ctor(1, 2, 0); -} else { - x_228 = x_227; } -lean_ctor_set(x_228, 0, x_225); -lean_ctor_set(x_228, 1, x_226); -x_47 = x_228; -goto block_54; } } } else { -x_205 = x_59; -x_206 = x_15; -goto block_218; -} -} +lean_object* x_145; lean_object* x_146; lean_object* x_147; +lean_dec(x_50); +lean_dec(x_49); +if (lean_is_scalar(x_54)) { + x_145 = lean_alloc_ctor(0, 2, 0); +} else { + x_145 = x_54; } +lean_ctor_set(x_145, 0, x_52); +lean_ctor_set(x_145, 1, x_53); +x_146 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_146, 0, x_51); +lean_ctor_set(x_146, 1, x_145); +x_147 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_147, 0, x_146); +x_30 = x_147; +x_31 = x_15; +goto block_46; } } } @@ -16245,52 +15428,6 @@ goto block_27; } } } -block_54: -{ -if (lean_obj_tag(x_47) == 0) -{ -lean_object* x_48; lean_object* x_49; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -lean_dec(x_47); -x_30 = x_48; -x_31 = x_49; -goto block_46; -} -else -{ -uint8_t x_50; -lean_dec(x_29); -lean_dec(x_28); -lean_dec(x_14); -lean_dec(x_13); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_50 = !lean_is_exclusive(x_47); -if (x_50 == 0) -{ -return x_47; -} -else -{ -lean_object* x_51; lean_object* x_52; lean_object* x_53; -x_51 = lean_ctor_get(x_47, 0); -x_52 = lean_ctor_get(x_47, 1); -lean_inc(x_52); -lean_inc(x_51); -lean_dec(x_47); -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; -} -} -} } } } @@ -16870,7 +16007,7 @@ lean_inc(x_7); x_16 = l_Lean_PersistentArray_forIn___at_Lean_Widget_goalToInteractive___spec__1(x_1, x_2, x_3, x_12, x_14, x_13, x_15, x_7, x_8, x_9, x_10, x_11); 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; lean_object* x_22; uint8_t x_23; uint8_t x_24; +lean_object* x_17; lean_object* x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; lean_object* x_24; lean_object* x_25; x_17 = lean_ctor_get(x_16, 0); lean_inc(x_17); x_18 = lean_ctor_get(x_17, 1); @@ -16889,79 +16026,62 @@ lean_dec(x_18); x_23 = l_Array_isEmpty___rarg(x_22); if (x_23 == 0) { -uint8_t x_81; -x_81 = 0; -x_24 = x_81; -goto block_80; -} -else -{ -uint8_t x_82; -x_82 = 1; -x_24 = x_82; -goto block_80; -} -block_80: -{ -lean_object* x_25; lean_object* x_26; -if (x_24 == 0) -{ if (lean_obj_tag(x_21) == 0) { lean_dec(x_22); -x_25 = x_20; -x_26 = x_19; -goto block_71; +x_24 = x_20; +x_25 = x_19; +goto block_70; } else { -lean_object* x_72; lean_object* x_73; -x_72 = lean_ctor_get(x_21, 0); -lean_inc(x_72); +lean_object* x_71; lean_object* x_72; +x_71 = lean_ctor_get(x_21, 0); +lean_inc(x_71); lean_dec(x_21); lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_73 = l_Lean_Widget_addInteractiveHypothesisBundle(x_20, x_22, x_72, x_12, x_7, x_8, x_9, x_10, x_19); -if (lean_obj_tag(x_73) == 0) +x_72 = l_Lean_Widget_addInteractiveHypothesisBundle(x_20, x_22, x_71, x_12, x_7, x_8, x_9, x_10, x_19); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_74; lean_object* x_75; -x_74 = lean_ctor_get(x_73, 0); +lean_object* x_73; lean_object* x_74; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +x_74 = lean_ctor_get(x_72, 1); lean_inc(x_74); -x_75 = lean_ctor_get(x_73, 1); -lean_inc(x_75); -lean_dec(x_73); +lean_dec(x_72); +x_24 = x_73; x_25 = x_74; -x_26 = x_75; -goto block_71; +goto block_70; } else { -uint8_t x_76; +uint8_t x_75; 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_76 = !lean_is_exclusive(x_73); -if (x_76 == 0) +x_75 = !lean_is_exclusive(x_72); +if (x_75 == 0) { -return x_73; +return x_72; } else { -lean_object* x_77; lean_object* x_78; lean_object* x_79; -x_77 = lean_ctor_get(x_73, 0); -x_78 = lean_ctor_get(x_73, 1); -lean_inc(x_78); +lean_object* x_76; lean_object* x_77; lean_object* x_78; +x_76 = lean_ctor_get(x_72, 0); +x_77 = lean_ctor_get(x_72, 1); lean_inc(x_77); -lean_dec(x_73); -x_79 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_79, 0, x_77); -lean_ctor_set(x_79, 1, x_78); -return x_79; +lean_inc(x_76); +lean_dec(x_72); +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; } } } @@ -16970,213 +16090,212 @@ else { lean_dec(x_22); lean_dec(x_21); -x_25 = x_20; -x_26 = x_19; -goto block_71; +x_24 = x_20; +x_25 = x_19; +goto block_70; } -block_71: +block_70: { -lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; uint8_t x_31; lean_object* x_32; -x_27 = lean_ctor_get(x_6, 2); -lean_inc(x_27); -x_28 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_27, x_7, x_8, x_9, x_10, x_26); -x_29 = lean_ctor_get(x_28, 0); +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; uint8_t x_30; lean_object* x_31; +x_26 = lean_ctor_get(x_6, 2); +lean_inc(x_26); +x_27 = l_Lean_instantiateMVars___at___private_Lean_Meta_Basic_0__Lean_Meta_mkLeveErrorMessageCore___spec__2(x_26, x_7, x_8, x_9, x_10, x_25); +x_28 = lean_ctor_get(x_27, 0); +lean_inc(x_28); +x_29 = lean_ctor_get(x_27, 1); lean_inc(x_29); -x_30 = lean_ctor_get(x_28, 1); -lean_inc(x_30); -lean_dec(x_28); -x_31 = 0; +lean_dec(x_27); +x_30 = 0; lean_inc(x_10); lean_inc(x_9); lean_inc(x_8); lean_inc(x_7); -x_32 = l_Lean_Widget_ppExprTagged(x_29, x_31, x_7, x_8, x_9, x_10, x_30); -if (lean_obj_tag(x_32) == 0) +x_31 = l_Lean_Widget_ppExprTagged(x_28, x_30, x_7, x_8, x_9, x_10, x_29); +if (lean_obj_tag(x_31) == 0) { -lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; -x_33 = lean_ctor_get(x_32, 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); -x_34 = lean_ctor_get(x_32, 1); +lean_dec(x_31); +x_34 = lean_ctor_get(x_6, 0); lean_inc(x_34); -lean_dec(x_32); -x_35 = lean_ctor_get(x_6, 0); -lean_inc(x_35); -x_36 = l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(x_7, x_8, x_9, x_10, x_34); +x_35 = l_Lean_Elab_ContextInfo_save___at_Lean_Widget_goalToInteractive___spec__6(x_7, x_8, x_9, x_10, x_33); lean_dec(x_10); lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); -if (lean_obj_tag(x_35) == 0) +if (lean_obj_tag(x_34) == 0) { -uint8_t x_37; -x_37 = !lean_is_exclusive(x_36); -if (x_37 == 0) +uint8_t x_36; +x_36 = !lean_is_exclusive(x_35); +if (x_36 == 0) { -lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; -x_38 = lean_ctor_get(x_36, 0); -x_39 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_39, 0, x_25); -lean_ctor_set(x_39, 1, x_33); -lean_ctor_set(x_39, 2, x_38); -x_40 = l_Lean_Meta_getGoalPrefix(x_6); +lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; +x_37 = lean_ctor_get(x_35, 0); +x_38 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_38, 0, x_24); +lean_ctor_set(x_38, 1, x_32); +lean_ctor_set(x_38, 2, x_37); +x_39 = l_Lean_Meta_getGoalPrefix(x_6); lean_dec(x_6); -x_41 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_41, 0, x_39); -lean_ctor_set(x_41, 1, x_12); -lean_ctor_set(x_41, 2, x_40); -lean_ctor_set(x_41, 3, x_4); -lean_ctor_set(x_41, 4, x_12); -lean_ctor_set(x_41, 5, x_12); -lean_ctor_set(x_36, 0, x_41); -return x_36; +x_40 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_40, 0, x_38); +lean_ctor_set(x_40, 1, x_12); +lean_ctor_set(x_40, 2, x_39); +lean_ctor_set(x_40, 3, x_4); +lean_ctor_set(x_40, 4, x_12); +lean_ctor_set(x_40, 5, x_12); +lean_ctor_set(x_35, 0, x_40); +return x_35; } 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; -x_42 = lean_ctor_get(x_36, 0); -x_43 = lean_ctor_get(x_36, 1); -lean_inc(x_43); +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_41 = lean_ctor_get(x_35, 0); +x_42 = lean_ctor_get(x_35, 1); lean_inc(x_42); -lean_dec(x_36); -x_44 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_44, 0, x_25); -lean_ctor_set(x_44, 1, x_33); -lean_ctor_set(x_44, 2, x_42); -x_45 = l_Lean_Meta_getGoalPrefix(x_6); +lean_inc(x_41); +lean_dec(x_35); +x_43 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_43, 0, x_24); +lean_ctor_set(x_43, 1, x_32); +lean_ctor_set(x_43, 2, x_41); +x_44 = l_Lean_Meta_getGoalPrefix(x_6); lean_dec(x_6); -x_46 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_12); -lean_ctor_set(x_46, 2, x_45); -lean_ctor_set(x_46, 3, x_4); -lean_ctor_set(x_46, 4, x_12); -lean_ctor_set(x_46, 5, x_12); -x_47 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_47, 0, x_46); -lean_ctor_set(x_47, 1, x_43); -return x_47; +x_45 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_45, 0, x_43); +lean_ctor_set(x_45, 1, x_12); +lean_ctor_set(x_45, 2, x_44); +lean_ctor_set(x_45, 3, x_4); +lean_ctor_set(x_45, 4, x_12); +lean_ctor_set(x_45, 5, x_12); +x_46 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_46, 0, x_45); +lean_ctor_set(x_46, 1, x_42); +return x_46; } } else { -uint8_t x_48; -x_48 = !lean_is_exclusive(x_36); -if (x_48 == 0) +uint8_t x_47; +x_47 = !lean_is_exclusive(x_35); +if (x_47 == 0) { -lean_object* x_49; lean_object* x_50; uint8_t x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; -x_49 = lean_ctor_get(x_36, 0); -x_50 = lean_erase_macro_scopes(x_35); -x_51 = 1; -x_52 = l_Lean_Name_toString(x_50, x_51); -x_53 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_53, 0, x_52); -x_54 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_54, 0, x_25); -lean_ctor_set(x_54, 1, x_33); -lean_ctor_set(x_54, 2, x_49); -x_55 = l_Lean_Meta_getGoalPrefix(x_6); +lean_object* x_48; lean_object* x_49; uint8_t x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; +x_48 = lean_ctor_get(x_35, 0); +x_49 = lean_erase_macro_scopes(x_34); +x_50 = 1; +x_51 = l_Lean_Name_toString(x_49, x_50); +x_52 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_52, 0, x_51); +x_53 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_53, 0, x_24); +lean_ctor_set(x_53, 1, x_32); +lean_ctor_set(x_53, 2, x_48); +x_54 = l_Lean_Meta_getGoalPrefix(x_6); lean_dec(x_6); -x_56 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_56, 0, x_54); -lean_ctor_set(x_56, 1, x_53); -lean_ctor_set(x_56, 2, x_55); -lean_ctor_set(x_56, 3, x_4); -lean_ctor_set(x_56, 4, x_12); -lean_ctor_set(x_56, 5, x_12); -lean_ctor_set(x_36, 0, x_56); -return x_36; +x_55 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_55, 0, x_53); +lean_ctor_set(x_55, 1, x_52); +lean_ctor_set(x_55, 2, x_54); +lean_ctor_set(x_55, 3, x_4); +lean_ctor_set(x_55, 4, x_12); +lean_ctor_set(x_55, 5, x_12); +lean_ctor_set(x_35, 0, x_55); +return x_35; } else { -lean_object* 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; -x_57 = lean_ctor_get(x_36, 0); -x_58 = lean_ctor_get(x_36, 1); -lean_inc(x_58); +lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; lean_object* x_64; lean_object* x_65; +x_56 = lean_ctor_get(x_35, 0); +x_57 = lean_ctor_get(x_35, 1); lean_inc(x_57); -lean_dec(x_36); -x_59 = lean_erase_macro_scopes(x_35); -x_60 = 1; -x_61 = l_Lean_Name_toString(x_59, x_60); -x_62 = lean_alloc_ctor(1, 1, 0); -lean_ctor_set(x_62, 0, x_61); -x_63 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_63, 0, x_25); -lean_ctor_set(x_63, 1, x_33); -lean_ctor_set(x_63, 2, x_57); -x_64 = l_Lean_Meta_getGoalPrefix(x_6); +lean_inc(x_56); +lean_dec(x_35); +x_58 = lean_erase_macro_scopes(x_34); +x_59 = 1; +x_60 = l_Lean_Name_toString(x_58, x_59); +x_61 = lean_alloc_ctor(1, 1, 0); +lean_ctor_set(x_61, 0, x_60); +x_62 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_62, 0, x_24); +lean_ctor_set(x_62, 1, x_32); +lean_ctor_set(x_62, 2, x_56); +x_63 = l_Lean_Meta_getGoalPrefix(x_6); lean_dec(x_6); -x_65 = lean_alloc_ctor(0, 6, 0); -lean_ctor_set(x_65, 0, x_63); -lean_ctor_set(x_65, 1, x_62); -lean_ctor_set(x_65, 2, x_64); -lean_ctor_set(x_65, 3, x_4); -lean_ctor_set(x_65, 4, x_12); -lean_ctor_set(x_65, 5, x_12); -x_66 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_66, 0, x_65); -lean_ctor_set(x_66, 1, x_58); -return x_66; +x_64 = lean_alloc_ctor(0, 6, 0); +lean_ctor_set(x_64, 0, x_62); +lean_ctor_set(x_64, 1, x_61); +lean_ctor_set(x_64, 2, x_63); +lean_ctor_set(x_64, 3, x_4); +lean_ctor_set(x_64, 4, x_12); +lean_ctor_set(x_64, 5, x_12); +x_65 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_65, 0, x_64); +lean_ctor_set(x_65, 1, x_57); +return x_65; } } } else { -uint8_t x_67; -lean_dec(x_25); +uint8_t x_66; +lean_dec(x_24); 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_67 = !lean_is_exclusive(x_32); -if (x_67 == 0) +x_66 = !lean_is_exclusive(x_31); +if (x_66 == 0) { -return x_32; +return x_31; } else { -lean_object* x_68; lean_object* x_69; lean_object* x_70; -x_68 = lean_ctor_get(x_32, 0); -x_69 = lean_ctor_get(x_32, 1); -lean_inc(x_69); +lean_object* x_67; lean_object* x_68; lean_object* x_69; +x_67 = lean_ctor_get(x_31, 0); +x_68 = lean_ctor_get(x_31, 1); lean_inc(x_68); -lean_dec(x_32); -x_70 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_70, 0, x_68); -lean_ctor_set(x_70, 1, x_69); -return x_70; -} +lean_inc(x_67); +lean_dec(x_31); +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; } } } } else { -uint8_t x_83; +uint8_t x_79; 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_83 = !lean_is_exclusive(x_16); -if (x_83 == 0) +x_79 = !lean_is_exclusive(x_16); +if (x_79 == 0) { return x_16; } else { -lean_object* x_84; lean_object* x_85; lean_object* x_86; -x_84 = lean_ctor_get(x_16, 0); -x_85 = lean_ctor_get(x_16, 1); -lean_inc(x_85); -lean_inc(x_84); +lean_object* x_80; lean_object* x_81; lean_object* x_82; +x_80 = lean_ctor_get(x_16, 0); +x_81 = lean_ctor_get(x_16, 1); +lean_inc(x_81); +lean_inc(x_80); lean_dec(x_16); -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; +x_82 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_82, 0, x_80); +lean_ctor_set(x_82, 1, x_81); +return x_82; } } } @@ -17797,22 +16916,22 @@ l_Lean_Widget_InteractiveGoalCore_pretty___closed__3 = _init_l_Lean_Widget_Inter lean_mark_persistent(l_Lean_Widget_InteractiveGoalCore_pretty___closed__3); l_Lean_Widget_InteractiveTermGoal_pretty___closed__1 = _init_l_Lean_Widget_InteractiveTermGoal_pretty___closed__1(); lean_mark_persistent(l_Lean_Widget_InteractiveTermGoal_pretty___closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__1); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__2); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__3); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__4); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__5); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__6); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__7); -l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3718____closed__8); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__1 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__1); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__2 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__2); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__3 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__3); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__4 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__4); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__5 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__5); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__6 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__6); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__7 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__7); +l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__8 = _init_l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_InteractiveGoal_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveGoal___hyg_3717____closed__8); l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonRpcEncodablePacket__4___closed__1); l_Lean_Widget_instFromJsonRpcEncodablePacket__4 = _init_l_Lean_Widget_instFromJsonRpcEncodablePacket__4(); diff --git a/stage0/stdlib/Lean/Widget/TaggedText.c b/stage0/stdlib/Lean/Widget/TaggedText.c index 91e8f6e270d5..0cac216ee08c 100644 --- a/stage0/stdlib/Lean/Widget/TaggedText.c +++ b/stage0/stdlib/Lean/Widget/TaggedText.c @@ -27,59 +27,57 @@ lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__3___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__16; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_map___spec__1(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1; lean_object* l_Lean_Json_mkObj(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_StateT_get___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__1(lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__6; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__25; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__7___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_String_quote(lean_object*); LEAN_EXPORT uint8_t l___private_Lean_Widget_TaggedText_0__Lean_Widget_beqTaggedText____x40_Lean_Widget_TaggedText___hyg_79____rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432_(lean_object*); lean_object* lean_array_push(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_prettyTagged(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__4(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___boxed(lean_object*, lean_object*, lean_object*); lean_object* lean_array_fget(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__8___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_prettyM___at_Lean_Widget_TaggedText_prettyTagged___spec__1(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg(lean_object*, size_t, size_t, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonTaggedText___rarg(lean_object*); extern lean_object* l_Lean_instInhabitedJson; +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___closed__5; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__15; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_mapM___spec__1___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewriteM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___boxed(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonTaggedText(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewriteM___spec__1___rarg(lean_object*, lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewriteM___spec__1___rarg___lambda__1(size_t, lean_object*, lean_object*, lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_rewrite(lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_rewriteM(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1(lean_object*); static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewriteM___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_mapM___spec__1___rarg___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_instInhabitedPUnit; LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__4___rarg(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1; lean_object* l_Lean_Json_getStr_x3f(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instRpcEncodableTaggedText(lean_object*); uint8_t l___private_Init_Data_Format_Basic_0__Std_Format_beqFlattenBehavior____x40_Init_Data_Format_Basic___hyg_26_(uint8_t, uint8_t); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635_(lean_object*); static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__7(lean_object*); lean_object* l_Nat_repeatTR_loop___at_String_pushn___spec__1(uint32_t, lean_object*, lean_object*); size_t lean_usize_of_nat(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1; lean_object* l_List_take___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewriteM___spec__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_map___spec__1___rarg(lean_object*, size_t, size_t, lean_object*); @@ -95,16 +93,15 @@ lean_object* lean_string_utf8_next(lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__3(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_to_int(lean_object*); static lean_object* l_Lean_Widget_instInhabitedTaggedText___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1(lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__5(lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(uint8_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__2; LEAN_EXPORT lean_object* l_repr___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__1___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2(lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__19; -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instRpcEncodableTaggedText___rarg___lambda__2(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__23; static lean_object* l_panic___at_Lean_Widget_TaggedText_prettyTagged___spec__4___closed__2; @@ -113,9 +110,9 @@ LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewr static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__11; lean_object* lean_array_to_list(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1; lean_object* l_String_posOfAux(lean_object*, uint32_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__4(lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__5(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_mapM___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instInhabitedTaggedText___closed__2; @@ -126,19 +123,23 @@ LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTag LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__8___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_StateT_instMonadStateT___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_appendText(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___boxed(lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instBEqTaggedText(lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__1; +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__18; +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__4___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_appendText___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_beqTaggedText____x40_Lean_Widget_TaggedText___hyg_79_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1(lean_object*); lean_object* l_Array_append___rarg(lean_object*, lean_object*); lean_object* lean_int_sub(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__22; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_rewrite___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_rewriteM___rarg(lean_object*, lean_object*, lean_object*); @@ -149,35 +150,34 @@ static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTagged LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_stripTags_go___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg(lean_object*, size_t, size_t, lean_object*); lean_object* l_Lean_Json_parseTagged(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instReprTaggedText___rarg(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__8(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_map___rarg(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_instReprTaggedText(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_appendTag(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_stripTags_go(lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__2; lean_object* lean_string_length(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_mapM___spec__1(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_eq(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_rewrite___rarg(lean_object*, lean_object*); lean_object* l_List_drop___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2___boxed(lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Std_Format_joinSep___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__2(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__1(lean_object*); static lean_object* l_panic___at_Lean_Widget_TaggedText_prettyTagged___spec__4___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instInhabitedTaggedState; static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___closed__3; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instRpcEncodableTaggedText___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___rarg(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_TaggedText_TaggedState_out___default; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_set(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_TaggedText_stripTags___rarg___closed__1; lean_object* l_Int_toNat(lean_object*); @@ -187,28 +187,30 @@ static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTagged static lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__3; LEAN_EXPORT lean_object* l_panic___at_Lean_Widget_TaggedText_prettyTagged___spec__4(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Widget_TaggedText_0__Lean_Widget_beqTaggedText____x40_Lean_Widget_TaggedText___hyg_79____spec__1(lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__1; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__12; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState; uint8_t lean_int_dec_lt(lean_object*, lean_object*); lean_object* l_Except_orElseLazy___rarg(lean_object*, lean_object*); lean_object* lean_nat_sub(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1(lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__20; +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__17; static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___closed__1; lean_object* l_Array_back___rarg(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__3(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__1; static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__26; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonTaggedText(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2___boxed(lean_object*, lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__2___rarg(lean_object*, size_t, size_t, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1(lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__4; LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Id_instMonadId; LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__13; lean_object* lean_int_add(lean_object*, lean_object*); @@ -216,31 +218,29 @@ LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_Widget_TaggedText_instMonadPret LEAN_EXPORT lean_object* l_Lean_Widget_instBEqTaggedText___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___rarg___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__21; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg(lean_object*, size_t, size_t, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__9; lean_object* lean_string_append(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg(lean_object*, size_t, size_t, lean_object*); lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_stripTags(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__1(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1(lean_object*, lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_nat_add(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__24; LEAN_EXPORT lean_object* l_StateT_bind___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__2___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_mapM___rarg___lambda__1(lean_object*, lean_object*); lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1; -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_appendTag___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_stripTags___rarg(lean_object*); -static lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1; LEAN_EXPORT lean_object* l_List_foldl___at___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____spec__5___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instRpcEncodableTaggedText___rarg___lambda__1(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_map___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_isEqvAux___at___private_Lean_Widget_TaggedText_0__Lean_Widget_beqTaggedText____x40_Lean_Widget_TaggedText___hyg_79____spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -1212,7 +1212,7 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Widget_instReprTaggedText___rarg), 1, 0) return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1232,7 +1232,7 @@ x_7 = lean_array_uget(x_4, x_3); x_8 = lean_unsigned_to_nat(0u); x_9 = lean_array_uset(x_4, x_3, x_8); lean_inc(x_1); -x_10 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(x_1, x_7); +x_10 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(x_1, x_7); if (lean_obj_tag(x_10) == 0) { uint8_t x_11; @@ -1270,15 +1270,15 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg___boxed), 4, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg___boxed), 4, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -1298,7 +1298,7 @@ x_7 = lean_array_uget(x_4, x_3); x_8 = lean_unsigned_to_nat(0u); x_9 = lean_array_uset(x_4, x_3, x_8); lean_inc(x_1); -x_10 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(x_1, x_7); +x_10 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(x_1, x_7); if (lean_obj_tag(x_10) == 0) { uint8_t x_11; @@ -1336,15 +1336,15 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg___boxed), 4, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg___boxed), 4, 0); return x_2; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__1() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__1() { _start: { lean_object* x_1; @@ -1352,25 +1352,25 @@ x_1 = lean_mk_string_from_bytes("no inductive constructor matched", 32); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__2() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__2() { _start: { lean_object* x_1; lean_object* x_2; -x_1 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__1; +x_1 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__2; +x_2 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__2; return x_2; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1() { _start: { lean_object* x_1; @@ -1378,19 +1378,19 @@ x_1 = lean_mk_string_from_bytes("tag", 3); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2() { _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___boxed), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___boxed), 1, 0); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___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; -x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1; +x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1; x_6 = lean_unsigned_to_nat(2u); x_7 = l_Lean_Json_parseTagged(x_1, x_5, x_6, x_2); if (lean_obj_tag(x_7) == 0) @@ -1401,7 +1401,7 @@ x_8 = !lean_is_exclusive(x_7); if (x_8 == 0) { lean_object* x_9; lean_object* x_10; -x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_10 = l_Except_orElseLazy___rarg(x_7, x_9); return x_10; } @@ -1413,7 +1413,7 @@ lean_inc(x_11); lean_dec(x_7); x_12 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_12, 0, x_11); -x_13 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_13 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_14 = l_Except_orElseLazy___rarg(x_12, x_13); return x_14; } @@ -1444,7 +1444,7 @@ x_22 = !lean_is_exclusive(x_21); if (x_22 == 0) { lean_object* x_23; lean_object* x_24; -x_23 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_23 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_24 = l_Except_orElseLazy___rarg(x_21, x_23); return x_24; } @@ -1456,7 +1456,7 @@ lean_inc(x_25); lean_dec(x_21); x_26 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_26, 0, x_25); -x_27 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_27 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_28 = l_Except_orElseLazy___rarg(x_26, x_27); return x_28; } @@ -1475,7 +1475,7 @@ if (x_31 == 0) lean_object* x_32; lean_object* x_33; lean_dec(x_15); x_32 = l___private_Init_Util_0__outOfBounds___rarg(x_19); -x_33 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(x_3, x_32); +x_33 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(x_3, x_32); if (lean_obj_tag(x_33) == 0) { uint8_t x_34; @@ -1484,7 +1484,7 @@ x_34 = !lean_is_exclusive(x_33); if (x_34 == 0) { lean_object* x_35; lean_object* x_36; -x_35 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_35 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_36 = l_Except_orElseLazy___rarg(x_33, x_35); return x_36; } @@ -1496,7 +1496,7 @@ lean_inc(x_37); lean_dec(x_33); x_38 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_38, 0, x_37); -x_39 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_39 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_40 = l_Except_orElseLazy___rarg(x_38, x_39); return x_40; } @@ -1513,7 +1513,7 @@ x_43 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_43, 0, x_29); lean_ctor_set(x_43, 1, x_42); lean_ctor_set(x_33, 0, x_43); -x_44 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_44 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_45 = l_Except_orElseLazy___rarg(x_33, x_44); return x_45; } @@ -1528,7 +1528,7 @@ lean_ctor_set(x_47, 0, x_29); lean_ctor_set(x_47, 1, x_46); x_48 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_48, 0, x_47); -x_49 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_49 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_50 = l_Except_orElseLazy___rarg(x_48, x_49); return x_50; } @@ -1539,7 +1539,7 @@ else lean_object* x_51; lean_object* x_52; x_51 = lean_array_fget(x_15, x_30); lean_dec(x_15); -x_52 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(x_3, x_51); +x_52 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(x_3, x_51); if (lean_obj_tag(x_52) == 0) { uint8_t x_53; @@ -1548,7 +1548,7 @@ x_53 = !lean_is_exclusive(x_52); if (x_53 == 0) { lean_object* x_54; lean_object* x_55; -x_54 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_54 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_55 = l_Except_orElseLazy___rarg(x_52, x_54); return x_55; } @@ -1560,7 +1560,7 @@ lean_inc(x_56); lean_dec(x_52); x_57 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_57, 0, x_56); -x_58 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_58 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_59 = l_Except_orElseLazy___rarg(x_57, x_58); return x_59; } @@ -1577,7 +1577,7 @@ x_62 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_62, 0, x_29); lean_ctor_set(x_62, 1, x_61); lean_ctor_set(x_52, 0, x_62); -x_63 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_63 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_64 = l_Except_orElseLazy___rarg(x_52, x_63); return x_64; } @@ -1592,7 +1592,7 @@ lean_ctor_set(x_66, 0, x_29); lean_ctor_set(x_66, 1, x_65); x_67 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_67, 0, x_66); -x_68 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_68 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_69 = l_Except_orElseLazy___rarg(x_67, x_68); return x_69; } @@ -1616,7 +1616,7 @@ x_72 = !lean_is_exclusive(x_71); if (x_72 == 0) { lean_object* x_73; lean_object* x_74; -x_73 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_73 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_74 = l_Except_orElseLazy___rarg(x_71, x_73); return x_74; } @@ -1628,7 +1628,7 @@ lean_inc(x_75); lean_dec(x_71); x_76 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_76, 0, x_75); -x_77 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_77 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_78 = l_Except_orElseLazy___rarg(x_76, x_77); return x_78; } @@ -1648,7 +1648,7 @@ lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_dec(x_15); x_82 = l_Lean_instInhabitedJson; x_83 = l___private_Init_Util_0__outOfBounds___rarg(x_82); -x_84 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(x_3, x_83); +x_84 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(x_3, x_83); if (lean_obj_tag(x_84) == 0) { uint8_t x_85; @@ -1657,7 +1657,7 @@ x_85 = !lean_is_exclusive(x_84); if (x_85 == 0) { lean_object* x_86; lean_object* x_87; -x_86 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_86 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_87 = l_Except_orElseLazy___rarg(x_84, x_86); return x_87; } @@ -1669,7 +1669,7 @@ lean_inc(x_88); lean_dec(x_84); x_89 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_89, 0, x_88); -x_90 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_90 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_91 = l_Except_orElseLazy___rarg(x_89, x_90); return x_91; } @@ -1686,7 +1686,7 @@ x_94 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_94, 0, x_79); lean_ctor_set(x_94, 1, x_93); lean_ctor_set(x_84, 0, x_94); -x_95 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_95 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_96 = l_Except_orElseLazy___rarg(x_84, x_95); return x_96; } @@ -1701,7 +1701,7 @@ lean_ctor_set(x_98, 0, x_79); lean_ctor_set(x_98, 1, x_97); x_99 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_99, 0, x_98); -x_100 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_100 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_101 = l_Except_orElseLazy___rarg(x_99, x_100); return x_101; } @@ -1712,7 +1712,7 @@ else lean_object* x_102; lean_object* x_103; x_102 = lean_array_fget(x_15, x_80); lean_dec(x_15); -x_103 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(x_3, x_102); +x_103 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(x_3, x_102); if (lean_obj_tag(x_103) == 0) { uint8_t x_104; @@ -1721,7 +1721,7 @@ x_104 = !lean_is_exclusive(x_103); if (x_104 == 0) { lean_object* x_105; lean_object* x_106; -x_105 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_105 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_106 = l_Except_orElseLazy___rarg(x_103, x_105); return x_106; } @@ -1733,7 +1733,7 @@ lean_inc(x_107); lean_dec(x_103); x_108 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_108, 0, x_107); -x_109 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_109 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_110 = l_Except_orElseLazy___rarg(x_108, x_109); return x_110; } @@ -1750,7 +1750,7 @@ x_113 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_113, 0, x_79); lean_ctor_set(x_113, 1, x_112); lean_ctor_set(x_103, 0, x_113); -x_114 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_114 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_115 = l_Except_orElseLazy___rarg(x_103, x_114); return x_115; } @@ -1765,7 +1765,7 @@ lean_ctor_set(x_117, 0, x_79); lean_ctor_set(x_117, 1, x_116); x_118 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_118, 0, x_117); -x_119 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_119 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_120 = l_Except_orElseLazy___rarg(x_118, x_119); return x_120; } @@ -1776,7 +1776,7 @@ return x_120; } } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1() { _start: { lean_object* x_1; @@ -1784,14 +1784,14 @@ x_1 = lean_mk_string_from_bytes("text", 4); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___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; -x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1; +x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1; x_6 = lean_unsigned_to_nat(1u); x_7 = l_Lean_Json_parseTagged(x_1, x_5, x_6, x_2); -x_8 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___boxed), 4, 3); +x_8 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___boxed), 4, 3); lean_closure_set(x_8, 0, x_1); lean_closure_set(x_8, 1, x_2); lean_closure_set(x_8, 2, x_3); @@ -1947,7 +1947,7 @@ return x_48; } } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1() { _start: { lean_object* x_1; @@ -1955,7 +1955,7 @@ x_1 = lean_mk_string_from_bytes("append", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2() { _start: { lean_object* x_1; @@ -1963,7 +1963,7 @@ x_1 = lean_mk_string_from_bytes("expected JSON array, got '", 26); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3() { _start: { lean_object* x_1; @@ -1971,16 +1971,16 @@ x_1 = lean_mk_string_from_bytes("'", 1); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg(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; x_3 = lean_box(0); -x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1; +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1; x_5 = lean_unsigned_to_nat(1u); x_6 = l_Lean_Json_parseTagged(x_2, x_4, x_5, x_3); lean_inc(x_1); -x_7 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___boxed), 4, 3); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___boxed), 4, 3); lean_closure_set(x_7, 0, x_2); lean_closure_set(x_7, 1, x_3); lean_closure_set(x_7, 2, x_1); @@ -2036,7 +2036,7 @@ x_21 = lean_array_get_size(x_20); x_22 = lean_usize_of_nat(x_21); lean_dec(x_21); x_23 = 0; -x_24 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg(x_1, x_22, x_23, x_20); +x_24 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg(x_1, x_22, x_23, x_20); if (lean_obj_tag(x_24) == 0) { uint8_t x_25; @@ -2094,10 +2094,10 @@ lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean lean_dec(x_1); x_38 = lean_unsigned_to_nat(80u); x_39 = l_Lean_Json_pretty(x_19, x_38); -x_40 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_40 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_41 = lean_string_append(x_40, x_39); lean_dec(x_39); -x_42 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_42 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_43 = lean_string_append(x_41, x_42); lean_ctor_set_tag(x_6, 0); lean_ctor_set(x_6, 0, x_43); @@ -2121,7 +2121,7 @@ x_47 = lean_array_get_size(x_46); x_48 = lean_usize_of_nat(x_47); lean_dec(x_47); x_49 = 0; -x_50 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg(x_1, x_48, x_49, x_46); +x_50 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg(x_1, x_48, x_49, x_46); if (lean_obj_tag(x_50) == 0) { uint8_t x_51; @@ -2179,10 +2179,10 @@ lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean lean_dec(x_1); x_64 = lean_unsigned_to_nat(80u); x_65 = l_Lean_Json_pretty(x_45, x_64); -x_66 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_66 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_67 = lean_string_append(x_66, x_65); lean_dec(x_65); -x_68 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_68 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_69 = lean_string_append(x_67, x_68); lean_ctor_set_tag(x_6, 0); lean_ctor_set(x_6, 0, x_69); @@ -2217,7 +2217,7 @@ x_78 = lean_array_get_size(x_77); x_79 = lean_usize_of_nat(x_78); lean_dec(x_78); x_80 = 0; -x_81 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg(x_1, x_79, x_80, x_77); +x_81 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg(x_1, x_79, x_80, x_77); if (lean_obj_tag(x_81) == 0) { lean_object* x_82; lean_object* x_83; lean_object* x_84; lean_object* x_85; @@ -2269,10 +2269,10 @@ lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean lean_dec(x_1); x_91 = lean_unsigned_to_nat(80u); x_92 = l_Lean_Json_pretty(x_76, x_91); -x_93 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_93 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_94 = lean_string_append(x_93, x_92); lean_dec(x_92); -x_95 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_95 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_96 = lean_string_append(x_94, x_95); x_97 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_97, 0, x_96); @@ -2295,7 +2295,7 @@ x_101 = lean_array_get_size(x_100); x_102 = lean_usize_of_nat(x_101); lean_dec(x_101); x_103 = 0; -x_104 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg(x_1, x_102, x_103, x_100); +x_104 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg(x_1, x_102, x_103, x_100); if (lean_obj_tag(x_104) == 0) { lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; @@ -2347,10 +2347,10 @@ lean_object* x_114; lean_object* x_115; lean_object* x_116; lean_object* x_117; lean_dec(x_1); x_114 = lean_unsigned_to_nat(80u); x_115 = l_Lean_Json_pretty(x_99, x_114); -x_116 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_116 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_117 = lean_string_append(x_116, x_115); lean_dec(x_115); -x_118 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_118 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_119 = lean_string_append(x_117, x_118); x_120 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_120, 0, x_119); @@ -2362,15 +2362,15 @@ return x_121; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432_(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg), 2, 0); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg), 2, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg___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___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg___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; @@ -2378,11 +2378,11 @@ 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_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__1___rarg(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__1___rarg(x_1, x_5, x_6, x_4); return x_7; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg___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___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg___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; @@ -2390,35 +2390,35 @@ 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_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____spec__2___rarg(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____spec__2___rarg(x_1, x_5, x_6, x_4); return x_7; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___boxed(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___boxed(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1(x_1); +x_2 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1(x_1); lean_dec(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2(x_1, x_2, x_3, x_4); lean_dec(x_4); lean_dec(x_2); lean_dec(x_1); return x_5; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___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___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3(x_1, x_2, x_3, x_4); +x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3(x_1, x_2, x_3, x_4); lean_dec(x_4); return x_5; } @@ -2427,7 +2427,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonTaggedText___rarg(lean_object _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg), 2, 1); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } @@ -2440,7 +2440,7 @@ x_2 = lean_alloc_closure((void*)(l_Lean_Widget_instFromJsonTaggedText___rarg), 1 return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg(lean_object* x_1, size_t x_2, size_t x_3, lean_object* x_4) { _start: { uint8_t x_5; @@ -2457,7 +2457,7 @@ x_6 = lean_array_uget(x_4, x_3); x_7 = lean_unsigned_to_nat(0u); x_8 = lean_array_uset(x_4, x_3, x_7); lean_inc(x_1); -x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg(x_1, x_6); +x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg(x_1, x_6); x_10 = 1; x_11 = lean_usize_add(x_3, x_10); x_12 = lean_array_uset(x_8, x_3, x_9); @@ -2467,15 +2467,15 @@ goto _start; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg___boxed), 4, 0); +x_2 = lean_alloc_closure((void*)(l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg___boxed), 4, 0); return x_2; } } -static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1() { +static lean_object* _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -2484,7 +2484,7 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg(lean_object* x_1, lean_object* x_2) { _start: { switch (lean_obj_tag(x_2)) { @@ -2497,7 +2497,7 @@ lean_inc(x_3); lean_dec(x_2); x_4 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_4, 0, x_3); -x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1; +x_5 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___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); @@ -2518,10 +2518,10 @@ x_11 = lean_array_get_size(x_10); x_12 = lean_usize_of_nat(x_11); lean_dec(x_11); x_13 = 0; -x_14 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg(x_1, x_12, x_13, x_10); +x_14 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg(x_1, x_12, x_13, x_10); x_15 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_15, 0, x_14); -x_16 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1; +x_16 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1; x_17 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_17, 0, x_16); lean_ctor_set(x_17, 1, x_15); @@ -2542,13 +2542,13 @@ lean_inc(x_22); lean_dec(x_2); lean_inc(x_1); x_23 = lean_apply_1(x_1, x_21); -x_24 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg(x_1, x_22); -x_25 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1; +x_24 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg(x_1, x_22); +x_25 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1; x_26 = lean_array_push(x_25, x_23); x_27 = lean_array_push(x_26, x_24); x_28 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_28, 0, x_27); -x_29 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1; +x_29 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1; x_30 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_30, 0, x_29); lean_ctor_set(x_30, 1, x_28); @@ -2562,15 +2562,15 @@ return x_33; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635_(lean_object* x_1) { _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg), 2, 0); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg), 2, 0); return x_2; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg___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___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg___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; @@ -2578,7 +2578,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_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____spec__1___rarg(x_1, x_5, x_6, x_4); +x_7 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____spec__1___rarg(x_1, x_5, x_6, x_4); return x_7; } } @@ -2586,7 +2586,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonTaggedText___rarg(lean_object* _start: { lean_object* x_2; -x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg), 2, 1); +x_2 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg), 2, 1); lean_closure_set(x_2, 0, x_1); return x_2; } @@ -2799,7 +2799,7 @@ return x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; x_53 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_53, 0, x_1); -x_54 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1; +x_54 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1; x_55 = lean_array_push(x_54, x_2); x_56 = lean_array_push(x_55, x_53); x_57 = lean_alloc_ctor(1, 1, 0); @@ -2835,7 +2835,7 @@ lean_object* x_7; lean_object* x_8; lean_object* x_9; uint8_t x_10; x_7 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_7, 0, x_2); lean_ctor_set(x_7, 1, x_3); -x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1; +x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1; lean_inc(x_1); x_9 = lean_array_push(x_8, x_1); x_10 = !lean_is_exclusive(x_1); @@ -2905,7 +2905,7 @@ lean_object* x_24; lean_object* x_25; lean_object* x_26; lean_object* x_27; lean x_24 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_24, 0, x_2); lean_ctor_set(x_24, 1, x_3); -x_25 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1; +x_25 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1; x_26 = lean_array_push(x_25, x_1); x_27 = lean_array_push(x_26, x_24); x_28 = lean_alloc_ctor(1, 1, 0); @@ -3840,7 +3840,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_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_5); +x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(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); @@ -3850,7 +3850,7 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(lean_object* x_1) { _start: { switch (lean_obj_tag(x_1)) { @@ -3862,7 +3862,7 @@ lean_inc(x_2); lean_dec(x_1); x_3 = lean_alloc_ctor(3, 1, 0); lean_ctor_set(x_3, 0, x_2); -x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1; +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___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); @@ -3886,7 +3886,7 @@ x_12 = 0; x_13 = l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__4(x_11, x_12, x_9); x_14 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_14, 0, x_13); -x_15 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1; +x_15 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1; x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_15); lean_ctor_set(x_16, 1, x_14); @@ -3905,13 +3905,13 @@ lean_inc(x_20); x_21 = lean_ctor_get(x_1, 1); lean_inc(x_21); lean_dec(x_1); -x_22 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_21); -x_23 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1; +x_22 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_21); +x_23 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1; x_24 = lean_array_push(x_23, x_20); x_25 = lean_array_push(x_24, x_22); x_26 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_26, 0, x_25); -x_27 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1; +x_27 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___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); @@ -3943,7 +3943,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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_6); +x_9 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_6); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -3980,11 +3980,11 @@ goto _start; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1; +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1; x_5 = lean_unsigned_to_nat(2u); x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); if (lean_obj_tag(x_6) == 0) @@ -3994,7 +3994,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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_9 = l_Except_orElseLazy___rarg(x_6, x_8); return x_9; } @@ -4006,7 +4006,7 @@ 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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_12 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_13 = l_Except_orElseLazy___rarg(x_11, x_12); return x_13; } @@ -4033,7 +4033,7 @@ if (x_21 == 0) lean_object* x_22; lean_object* x_23; lean_dec(x_14); x_22 = l___private_Init_Util_0__outOfBounds___rarg(x_18); -x_23 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_22); +x_23 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_22); if (lean_obj_tag(x_23) == 0) { uint8_t x_24; @@ -4042,7 +4042,7 @@ x_24 = !lean_is_exclusive(x_23); if (x_24 == 0) { lean_object* x_25; lean_object* x_26; -x_25 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_25 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_26 = l_Except_orElseLazy___rarg(x_23, x_25); return x_26; } @@ -4054,7 +4054,7 @@ lean_inc(x_27); lean_dec(x_23); x_28 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_28, 0, x_27); -x_29 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_29 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_30 = l_Except_orElseLazy___rarg(x_28, x_29); return x_30; } @@ -4071,7 +4071,7 @@ x_33 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_33, 0, x_19); lean_ctor_set(x_33, 1, x_32); lean_ctor_set(x_23, 0, x_33); -x_34 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_34 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_35 = l_Except_orElseLazy___rarg(x_23, x_34); return x_35; } @@ -4086,7 +4086,7 @@ lean_ctor_set(x_37, 0, x_19); lean_ctor_set(x_37, 1, x_36); x_38 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_38, 0, x_37); -x_39 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_39 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_40 = l_Except_orElseLazy___rarg(x_38, x_39); return x_40; } @@ -4097,7 +4097,7 @@ else lean_object* x_41; lean_object* x_42; x_41 = lean_array_fget(x_14, x_20); lean_dec(x_14); -x_42 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_41); +x_42 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_41); if (lean_obj_tag(x_42) == 0) { uint8_t x_43; @@ -4106,7 +4106,7 @@ x_43 = !lean_is_exclusive(x_42); if (x_43 == 0) { lean_object* x_44; lean_object* x_45; -x_44 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_44 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_45 = l_Except_orElseLazy___rarg(x_42, x_44); return x_45; } @@ -4118,7 +4118,7 @@ lean_inc(x_46); lean_dec(x_42); x_47 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_47, 0, x_46); -x_48 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_48 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_49 = l_Except_orElseLazy___rarg(x_47, x_48); return x_49; } @@ -4135,7 +4135,7 @@ x_52 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_52, 0, x_19); lean_ctor_set(x_52, 1, x_51); lean_ctor_set(x_42, 0, x_52); -x_53 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_53 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_54 = l_Except_orElseLazy___rarg(x_42, x_53); return x_54; } @@ -4150,7 +4150,7 @@ lean_ctor_set(x_56, 0, x_19); lean_ctor_set(x_56, 1, x_55); x_57 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_57, 0, x_56); -x_58 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_58 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_59 = l_Except_orElseLazy___rarg(x_57, x_58); return x_59; } @@ -4170,7 +4170,7 @@ lean_object* x_63; lean_object* x_64; lean_object* x_65; lean_dec(x_14); x_63 = l_Lean_instInhabitedJson; x_64 = l___private_Init_Util_0__outOfBounds___rarg(x_63); -x_65 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_64); +x_65 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_64); if (lean_obj_tag(x_65) == 0) { uint8_t x_66; @@ -4179,7 +4179,7 @@ x_66 = !lean_is_exclusive(x_65); if (x_66 == 0) { lean_object* x_67; lean_object* x_68; -x_67 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_67 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_68 = l_Except_orElseLazy___rarg(x_65, x_67); return x_68; } @@ -4191,7 +4191,7 @@ lean_inc(x_69); lean_dec(x_65); x_70 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_70, 0, x_69); -x_71 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_71 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_72 = l_Except_orElseLazy___rarg(x_70, x_71); return x_72; } @@ -4208,7 +4208,7 @@ x_75 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_75, 0, x_60); lean_ctor_set(x_75, 1, x_74); lean_ctor_set(x_65, 0, x_75); -x_76 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_76 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_77 = l_Except_orElseLazy___rarg(x_65, x_76); return x_77; } @@ -4223,7 +4223,7 @@ lean_ctor_set(x_79, 0, x_60); lean_ctor_set(x_79, 1, x_78); x_80 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_80, 0, x_79); -x_81 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_81 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_82 = l_Except_orElseLazy___rarg(x_80, x_81); return x_82; } @@ -4234,7 +4234,7 @@ else lean_object* x_83; lean_object* x_84; x_83 = lean_array_fget(x_14, x_61); lean_dec(x_14); -x_84 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_83); +x_84 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_83); if (lean_obj_tag(x_84) == 0) { uint8_t x_85; @@ -4243,7 +4243,7 @@ x_85 = !lean_is_exclusive(x_84); if (x_85 == 0) { lean_object* x_86; lean_object* x_87; -x_86 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_86 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_87 = l_Except_orElseLazy___rarg(x_84, x_86); return x_87; } @@ -4255,7 +4255,7 @@ lean_inc(x_88); lean_dec(x_84); x_89 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_89, 0, x_88); -x_90 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_90 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_91 = l_Except_orElseLazy___rarg(x_89, x_90); return x_91; } @@ -4272,7 +4272,7 @@ x_94 = lean_alloc_ctor(2, 2, 0); lean_ctor_set(x_94, 0, x_60); lean_ctor_set(x_94, 1, x_93); lean_ctor_set(x_84, 0, x_94); -x_95 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_95 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_96 = l_Except_orElseLazy___rarg(x_84, x_95); return x_96; } @@ -4287,7 +4287,7 @@ lean_ctor_set(x_98, 0, x_60); lean_ctor_set(x_98, 1, x_97); x_99 = lean_alloc_ctor(1, 1, 0); lean_ctor_set(x_99, 0, x_98); -x_100 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2; +x_100 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2; x_101 = l_Except_orElseLazy___rarg(x_99, x_100); return x_101; } @@ -4297,14 +4297,14 @@ return x_101; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1; +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1; x_5 = lean_unsigned_to_nat(1u); x_6 = l_Lean_Json_parseTagged(x_1, x_4, x_5, x_2); -x_7 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1___boxed), 3, 2); +x_7 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___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) @@ -4459,15 +4459,15 @@ return x_47; } } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___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; x_2 = lean_box(0); -x_3 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1; +x_3 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1; x_4 = lean_unsigned_to_nat(1u); x_5 = l_Lean_Json_parseTagged(x_1, x_3, x_4, x_2); -x_6 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2___boxed), 3, 2); +x_6 = lean_alloc_closure((void*)(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2___boxed), 3, 2); lean_closure_set(x_6, 0, x_1); lean_closure_set(x_6, 1, x_2); if (lean_obj_tag(x_5) == 0) @@ -4578,10 +4578,10 @@ else lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; x_37 = lean_unsigned_to_nat(80u); x_38 = l_Lean_Json_pretty(x_18, x_37); -x_39 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_39 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_40 = lean_string_append(x_39, x_38); lean_dec(x_38); -x_41 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_41 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_42 = lean_string_append(x_40, x_41); lean_ctor_set_tag(x_5, 0); lean_ctor_set(x_5, 0, x_42); @@ -4662,10 +4662,10 @@ else 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_63 = lean_unsigned_to_nat(80u); x_64 = l_Lean_Json_pretty(x_44, x_63); -x_65 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_65 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_66 = lean_string_append(x_65, x_64); lean_dec(x_64); -x_67 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_67 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_68 = lean_string_append(x_66, x_67); lean_ctor_set_tag(x_5, 0); lean_ctor_set(x_5, 0, x_68); @@ -4751,10 +4751,10 @@ 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; x_90 = lean_unsigned_to_nat(80u); x_91 = l_Lean_Json_pretty(x_75, x_90); -x_92 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_92 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_93 = lean_string_append(x_92, x_91); lean_dec(x_91); -x_94 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_94 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_95 = lean_string_append(x_93, x_94); x_96 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_96, 0, x_95); @@ -4828,10 +4828,10 @@ 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_object* x_119; lean_object* x_120; x_113 = lean_unsigned_to_nat(80u); x_114 = l_Lean_Json_pretty(x_98, x_113); -x_115 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2; +x_115 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2; x_116 = lean_string_append(x_115, x_114); lean_dec(x_114); -x_117 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3; +x_117 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3; x_118 = lean_string_append(x_116, x_117); x_119 = lean_alloc_ctor(0, 1, 0); lean_ctor_set(x_119, 0, x_118); @@ -5258,7 +5258,7 @@ if (x_6 == 0) { lean_object* x_7; lean_object* x_8; x_7 = lean_ctor_get(x_5, 0); -x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_7); +x_8 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_7); lean_ctor_set(x_5, 0, x_8); return x_5; } @@ -5270,7 +5270,7 @@ x_10 = lean_ctor_get(x_5, 1); lean_inc(x_10); lean_inc(x_9); lean_dec(x_5); -x_11 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_9); +x_11 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__3(x_9); x_12 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_12, 0, x_11); lean_ctor_set(x_12, 1, x_10); @@ -5282,7 +5282,7 @@ LEAN_EXPORT lean_object* l_Lean_Widget_TaggedText_instRpcEncodableTaggedText___r _start: { lean_object* x_4; -x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_2); +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5(x_2); if (lean_obj_tag(x_4) == 0) { uint8_t x_5; @@ -5377,22 +5377,22 @@ x_6 = l_Array_mapMUnsafe_map___at_Lean_Widget_TaggedText_instRpcEncodableTaggedT return x_6; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__1(x_1, x_2, x_3); +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___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___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___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_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2(x_1, x_2, x_3); +x_4 = l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____at_Lean_Widget_TaggedText_instRpcEncodableTaggedText___spec__5___lambda__2(x_1, x_2, x_3); lean_dec(x_3); return x_4; } @@ -6109,460 +6109,833 @@ goto _start; } else { -uint8_t x_10; -x_10 = !lean_is_exclusive(x_2); -if (x_10 == 0) +lean_object* x_10; lean_object* x_11; +x_10 = lean_ctor_get(x_7, 0); +lean_inc(x_10); +x_11 = lean_ctor_get(x_10, 0); +lean_inc(x_11); +switch (lean_obj_tag(x_11)) { +case 0: { -lean_object* x_11; lean_object* x_12; uint8_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_88; -x_11 = lean_ctor_get(x_2, 1); -x_12 = lean_ctor_get(x_2, 0); -lean_dec(x_12); -x_13 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); -x_14 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); -if (lean_is_exclusive(x_6)) { - lean_ctor_release(x_6, 0); - x_15 = x_6; +lean_object* x_12; uint8_t x_13; +x_12 = lean_ctor_get(x_2, 1); +lean_inc(x_12); +lean_dec(x_2); +x_13 = !lean_is_exclusive(x_6); +if (x_13 == 0) +{ +lean_object* x_14; uint8_t x_15; +x_14 = lean_ctor_get(x_6, 0); +lean_dec(x_14); +x_15 = !lean_is_exclusive(x_7); +if (x_15 == 0) +{ +lean_object* x_16; lean_object* x_17; lean_object* x_18; uint8_t x_19; +x_16 = lean_ctor_get(x_7, 1); +x_17 = lean_ctor_get(x_7, 0); +lean_dec(x_17); +x_18 = lean_ctor_get(x_10, 2); +lean_inc(x_18); +lean_dec(x_10); +x_19 = !lean_is_exclusive(x_3); +if (x_19 == 0) +{ +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_3, 0); +x_21 = lean_ctor_get(x_3, 1); +lean_inc(x_21); +x_22 = l_List_take___rarg(x_18, x_21); +x_23 = l_List_drop___rarg(x_18, x_21); +lean_dec(x_21); +x_24 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_20, x_22); +lean_ctor_set(x_3, 1, x_23); +lean_ctor_set(x_3, 0, x_24); +lean_ctor_set(x_6, 0, x_16); +lean_ctor_set(x_7, 1, x_12); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +goto _start; +} +else +{ +lean_object* x_26; lean_object* x_27; lean_object* x_28; lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; +x_26 = lean_ctor_get(x_3, 0); +x_27 = lean_ctor_get(x_3, 1); +x_28 = lean_ctor_get(x_3, 2); +lean_inc(x_28); +lean_inc(x_27); +lean_inc(x_26); +lean_dec(x_3); +lean_inc(x_27); +x_29 = l_List_take___rarg(x_18, x_27); +x_30 = l_List_drop___rarg(x_18, x_27); +lean_dec(x_27); +x_31 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_26, x_29); +x_32 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_32, 0, x_31); +lean_ctor_set(x_32, 1, x_30); +lean_ctor_set(x_32, 2, x_28); +lean_ctor_set(x_6, 0, x_16); +lean_ctor_set(x_7, 1, x_12); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_32; +goto _start; +} +} +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; lean_object* x_40; lean_object* x_41; lean_object* x_42; lean_object* x_43; lean_object* x_44; +x_34 = lean_ctor_get(x_7, 1); +lean_inc(x_34); +lean_dec(x_7); +x_35 = lean_ctor_get(x_10, 2); +lean_inc(x_35); +lean_dec(x_10); +x_36 = lean_ctor_get(x_3, 0); +lean_inc(x_36); +x_37 = lean_ctor_get(x_3, 1); +lean_inc(x_37); +x_38 = lean_ctor_get(x_3, 2); +lean_inc(x_38); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_39 = x_3; } else { - lean_dec_ref(x_6); - x_15 = lean_box(0); + lean_dec_ref(x_3); + x_39 = lean_box(0); } -x_16 = lean_ctor_get(x_7, 0); -lean_inc(x_16); -x_17 = lean_ctor_get(x_7, 1); -lean_inc(x_17); +lean_inc(x_37); +x_40 = l_List_take___rarg(x_35, x_37); +x_41 = l_List_drop___rarg(x_35, x_37); +lean_dec(x_37); +x_42 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_36, x_40); +if (lean_is_scalar(x_39)) { + x_43 = lean_alloc_ctor(0, 3, 0); +} else { + x_43 = x_39; +} +lean_ctor_set(x_43, 0, x_42); +lean_ctor_set(x_43, 1, x_41); +lean_ctor_set(x_43, 2, x_38); +lean_ctor_set(x_6, 0, x_34); +x_44 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_44, 0, x_6); +lean_ctor_set(x_44, 1, x_12); +x_2 = x_44; +x_3 = x_43; +goto _start; +} +} +else +{ +uint8_t x_46; uint8_t x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; lean_object* x_53; lean_object* x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; lean_object* x_59; lean_object* x_60; +x_46 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_47 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_48 = lean_ctor_get(x_7, 1); +lean_inc(x_48); if (lean_is_exclusive(x_7)) { lean_ctor_release(x_7, 0); lean_ctor_release(x_7, 1); - x_18 = x_7; + x_49 = x_7; } else { lean_dec_ref(x_7); - x_18 = lean_box(0); + x_49 = lean_box(0); } -x_88 = lean_ctor_get(x_16, 0); -lean_inc(x_88); -switch (lean_obj_tag(x_88)) { -case 0: -{ -lean_object* x_89; uint8_t x_90; -lean_dec(x_18); -lean_dec(x_15); -x_89 = lean_ctor_get(x_16, 2); -lean_inc(x_89); -lean_dec(x_16); -x_90 = !lean_is_exclusive(x_3); -if (x_90 == 0) -{ -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; lean_object* x_95; lean_object* x_96; -x_91 = lean_ctor_get(x_3, 0); -x_92 = lean_ctor_get(x_3, 1); -lean_inc(x_92); -x_93 = l_List_take___rarg(x_89, x_92); -x_94 = l_List_drop___rarg(x_89, x_92); -lean_dec(x_92); -x_95 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_91, x_93); -lean_ctor_set(x_3, 1, x_94); -lean_ctor_set(x_3, 0, x_95); -x_96 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_96, 0, x_17); -lean_ctor_set_uint8(x_96, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_96, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_96); -goto _start; +x_50 = lean_ctor_get(x_10, 2); +lean_inc(x_50); +lean_dec(x_10); +x_51 = lean_ctor_get(x_3, 0); +lean_inc(x_51); +x_52 = lean_ctor_get(x_3, 1); +lean_inc(x_52); +x_53 = lean_ctor_get(x_3, 2); +lean_inc(x_53); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_54 = x_3; +} else { + lean_dec_ref(x_3); + x_54 = lean_box(0); } -else -{ -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; -x_98 = lean_ctor_get(x_3, 0); -x_99 = lean_ctor_get(x_3, 1); -x_100 = lean_ctor_get(x_3, 2); -lean_inc(x_100); -lean_inc(x_99); -lean_inc(x_98); -lean_dec(x_3); -lean_inc(x_99); -x_101 = l_List_take___rarg(x_89, x_99); -x_102 = l_List_drop___rarg(x_89, x_99); -lean_dec(x_99); -x_103 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_98, x_101); -x_104 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_104, 0, x_103); -lean_ctor_set(x_104, 1, x_102); -lean_ctor_set(x_104, 2, x_100); -x_105 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_105, 0, x_17); -lean_ctor_set_uint8(x_105, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_105, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_105); -x_3 = x_104; +lean_inc(x_52); +x_55 = l_List_take___rarg(x_50, x_52); +x_56 = l_List_drop___rarg(x_50, x_52); +lean_dec(x_52); +x_57 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_51, x_55); +if (lean_is_scalar(x_54)) { + x_58 = lean_alloc_ctor(0, 3, 0); +} else { + x_58 = x_54; +} +lean_ctor_set(x_58, 0, x_57); +lean_ctor_set(x_58, 1, x_56); +lean_ctor_set(x_58, 2, x_53); +x_59 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_59, 0, x_48); +lean_ctor_set_uint8(x_59, sizeof(void*)*1, x_46); +lean_ctor_set_uint8(x_59, sizeof(void*)*1 + 1, x_47); +if (lean_is_scalar(x_49)) { + x_60 = lean_alloc_ctor(1, 2, 0); +} else { + x_60 = x_49; +} +lean_ctor_set(x_60, 0, x_59); +lean_ctor_set(x_60, 1, x_12); +x_2 = x_60; +x_3 = x_58; goto _start; } } case 1: { -lean_dec(x_18); -lean_dec(x_15); -if (x_14 == 0) +uint8_t x_62; +x_62 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (x_62 == 0) { -if (x_13 == 0) +uint8_t x_63; +x_63 = !lean_is_exclusive(x_6); +if (x_63 == 0) { -lean_object* x_107; lean_object* x_108; lean_object* x_109; uint8_t x_110; -x_107 = lean_ctor_get(x_16, 1); -lean_inc(x_107); -x_108 = lean_ctor_get(x_16, 2); -lean_inc(x_108); -lean_dec(x_16); -x_109 = l_Int_toNat(x_107); -lean_dec(x_107); -x_110 = !lean_is_exclusive(x_3); -if (x_110 == 0) -{ -lean_object* x_111; lean_object* x_112; lean_object* x_113; uint32_t 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; -x_111 = lean_ctor_get(x_3, 0); -x_112 = lean_ctor_get(x_3, 1); -x_113 = lean_ctor_get(x_3, 2); -lean_dec(x_113); -x_114 = 32; -x_115 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_109); -x_116 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_114, x_109, x_115); -x_117 = l_Lean_Widget_TaggedText_appendText___rarg(x_116, x_111); -lean_inc(x_112); -x_118 = l_List_take___rarg(x_108, x_112); -x_119 = l_List_drop___rarg(x_108, x_112); -lean_dec(x_112); -x_120 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_117, x_118); -lean_ctor_set(x_3, 2, x_109); -lean_ctor_set(x_3, 1, x_119); -lean_ctor_set(x_3, 0, x_120); -x_121 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_121, 0, x_17); -lean_ctor_set_uint8(x_121, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_121, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_121); +uint8_t x_64; lean_object* x_65; +x_64 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_65 = lean_ctor_get(x_6, 0); +lean_dec(x_65); +if (x_64 == 0) +{ +lean_object* x_66; uint8_t x_67; +x_66 = lean_ctor_get(x_2, 1); +lean_inc(x_66); +lean_dec(x_2); +x_67 = !lean_is_exclusive(x_7); +if (x_67 == 0) +{ +lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; uint8_t x_73; +x_68 = lean_ctor_get(x_7, 1); +x_69 = lean_ctor_get(x_7, 0); +lean_dec(x_69); +x_70 = lean_ctor_get(x_10, 1); +lean_inc(x_70); +x_71 = lean_ctor_get(x_10, 2); +lean_inc(x_71); +lean_dec(x_10); +x_72 = l_Int_toNat(x_70); +lean_dec(x_70); +x_73 = !lean_is_exclusive(x_3); +if (x_73 == 0) +{ +lean_object* x_74; lean_object* x_75; lean_object* x_76; uint32_t x_77; lean_object* x_78; lean_object* x_79; lean_object* x_80; lean_object* x_81; lean_object* x_82; lean_object* x_83; +x_74 = lean_ctor_get(x_3, 0); +x_75 = lean_ctor_get(x_3, 1); +x_76 = lean_ctor_get(x_3, 2); +lean_dec(x_76); +x_77 = 32; +x_78 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_72); +x_79 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_77, x_72, x_78); +x_80 = l_Lean_Widget_TaggedText_appendText___rarg(x_79, x_74); +lean_inc(x_75); +x_81 = l_List_take___rarg(x_71, x_75); +x_82 = l_List_drop___rarg(x_71, x_75); +lean_dec(x_75); +x_83 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_80, x_81); +lean_ctor_set(x_3, 2, x_72); +lean_ctor_set(x_3, 1, x_82); +lean_ctor_set(x_3, 0, x_83); +lean_ctor_set(x_6, 0, x_68); +lean_ctor_set(x_7, 1, x_66); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; goto _start; } else { -lean_object* x_123; lean_object* x_124; uint32_t 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_123 = lean_ctor_get(x_3, 0); -x_124 = lean_ctor_get(x_3, 1); -lean_inc(x_124); -lean_inc(x_123); +lean_object* x_85; lean_object* x_86; uint32_t x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; +x_85 = lean_ctor_get(x_3, 0); +x_86 = lean_ctor_get(x_3, 1); +lean_inc(x_86); +lean_inc(x_85); lean_dec(x_3); -x_125 = 32; -x_126 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_109); -x_127 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_125, x_109, x_126); -x_128 = l_Lean_Widget_TaggedText_appendText___rarg(x_127, x_123); -lean_inc(x_124); -x_129 = l_List_take___rarg(x_108, x_124); -x_130 = l_List_drop___rarg(x_108, x_124); -lean_dec(x_124); -x_131 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_128, x_129); -x_132 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_132, 0, x_131); -lean_ctor_set(x_132, 1, x_130); -lean_ctor_set(x_132, 2, x_109); -x_133 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_133, 0, x_17); -lean_ctor_set_uint8(x_133, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_133, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_133); -x_3 = x_132; +x_87 = 32; +x_88 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_72); +x_89 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_87, x_72, x_88); +x_90 = l_Lean_Widget_TaggedText_appendText___rarg(x_89, x_85); +lean_inc(x_86); +x_91 = l_List_take___rarg(x_71, x_86); +x_92 = l_List_drop___rarg(x_71, x_86); +lean_dec(x_86); +x_93 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_90, x_91); +x_94 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_94, 0, x_93); +lean_ctor_set(x_94, 1, x_92); +lean_ctor_set(x_94, 2, x_72); +lean_ctor_set(x_6, 0, x_68); +lean_ctor_set(x_7, 1, x_66); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_94; goto _start; } } else { -lean_object* x_135; uint8_t x_136; -x_135 = lean_ctor_get(x_16, 2); -lean_inc(x_135); -lean_dec(x_16); -x_136 = !lean_is_exclusive(x_3); -if (x_136 == 0) -{ -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; -x_137 = lean_ctor_get(x_3, 0); -x_138 = lean_ctor_get(x_3, 1); -x_139 = lean_ctor_get(x_3, 2); -x_140 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; -x_141 = l_Lean_Widget_TaggedText_appendText___rarg(x_140, x_137); -x_142 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; -x_143 = lean_nat_add(x_139, x_142); -lean_dec(x_139); -lean_inc(x_138); -x_144 = l_List_take___rarg(x_135, x_138); -x_145 = l_List_drop___rarg(x_135, x_138); -lean_dec(x_138); -x_146 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_141, x_144); -lean_ctor_set(x_3, 2, x_143); -lean_ctor_set(x_3, 1, x_145); -lean_ctor_set(x_3, 0, x_146); -x_147 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_147, 0, x_17); -lean_ctor_set_uint8(x_147, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_147, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_147); +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; uint32_t 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; +x_96 = lean_ctor_get(x_7, 1); +lean_inc(x_96); +lean_dec(x_7); +x_97 = lean_ctor_get(x_10, 1); +lean_inc(x_97); +x_98 = lean_ctor_get(x_10, 2); +lean_inc(x_98); +lean_dec(x_10); +x_99 = l_Int_toNat(x_97); +lean_dec(x_97); +x_100 = lean_ctor_get(x_3, 0); +lean_inc(x_100); +x_101 = lean_ctor_get(x_3, 1); +lean_inc(x_101); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_102 = x_3; +} else { + lean_dec_ref(x_3); + x_102 = lean_box(0); +} +x_103 = 32; +x_104 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_99); +x_105 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_103, x_99, x_104); +x_106 = l_Lean_Widget_TaggedText_appendText___rarg(x_105, x_100); +lean_inc(x_101); +x_107 = l_List_take___rarg(x_98, x_101); +x_108 = l_List_drop___rarg(x_98, x_101); +lean_dec(x_101); +x_109 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_106, x_107); +if (lean_is_scalar(x_102)) { + x_110 = lean_alloc_ctor(0, 3, 0); +} else { + x_110 = x_102; +} +lean_ctor_set(x_110, 0, x_109); +lean_ctor_set(x_110, 1, x_108); +lean_ctor_set(x_110, 2, x_99); +lean_ctor_set(x_6, 0, x_96); +x_111 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_111, 0, x_6); +lean_ctor_set(x_111, 1, x_66); +x_2 = x_111; +x_3 = x_110; +goto _start; +} +} +else +{ +lean_object* x_113; uint8_t x_114; +x_113 = lean_ctor_get(x_2, 1); +lean_inc(x_113); +lean_dec(x_2); +x_114 = !lean_is_exclusive(x_7); +if (x_114 == 0) +{ +lean_object* x_115; lean_object* x_116; lean_object* x_117; uint8_t x_118; +x_115 = lean_ctor_get(x_7, 1); +x_116 = lean_ctor_get(x_7, 0); +lean_dec(x_116); +x_117 = lean_ctor_get(x_10, 2); +lean_inc(x_117); +lean_dec(x_10); +x_118 = !lean_is_exclusive(x_3); +if (x_118 == 0) +{ +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; +x_119 = lean_ctor_get(x_3, 0); +x_120 = lean_ctor_get(x_3, 1); +x_121 = lean_ctor_get(x_3, 2); +x_122 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; +x_123 = l_Lean_Widget_TaggedText_appendText___rarg(x_122, x_119); +x_124 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; +x_125 = lean_nat_add(x_121, x_124); +lean_dec(x_121); +lean_inc(x_120); +x_126 = l_List_take___rarg(x_117, x_120); +x_127 = l_List_drop___rarg(x_117, x_120); +lean_dec(x_120); +x_128 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_123, x_126); +lean_ctor_set(x_3, 2, x_125); +lean_ctor_set(x_3, 1, x_127); +lean_ctor_set(x_3, 0, x_128); +lean_ctor_set(x_6, 0, x_115); +lean_ctor_set(x_7, 1, x_113); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; goto _start; } 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; lean_object* x_157; lean_object* x_158; lean_object* x_159; lean_object* x_160; -x_149 = lean_ctor_get(x_3, 0); -x_150 = lean_ctor_get(x_3, 1); -x_151 = lean_ctor_get(x_3, 2); -lean_inc(x_151); -lean_inc(x_150); -lean_inc(x_149); +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_130 = lean_ctor_get(x_3, 0); +x_131 = lean_ctor_get(x_3, 1); +x_132 = lean_ctor_get(x_3, 2); +lean_inc(x_132); +lean_inc(x_131); +lean_inc(x_130); lean_dec(x_3); -x_152 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; -x_153 = l_Lean_Widget_TaggedText_appendText___rarg(x_152, x_149); -x_154 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; -x_155 = lean_nat_add(x_151, x_154); -lean_dec(x_151); -lean_inc(x_150); -x_156 = l_List_take___rarg(x_135, x_150); -x_157 = l_List_drop___rarg(x_135, x_150); -lean_dec(x_150); -x_158 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_153, x_156); -x_159 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_159, 0, x_158); -lean_ctor_set(x_159, 1, x_157); -lean_ctor_set(x_159, 2, x_155); -x_160 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_160, 0, x_17); -lean_ctor_set_uint8(x_160, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_160, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_160); -x_3 = x_159; +x_133 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; +x_134 = l_Lean_Widget_TaggedText_appendText___rarg(x_133, x_130); +x_135 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; +x_136 = lean_nat_add(x_132, x_135); +lean_dec(x_132); +lean_inc(x_131); +x_137 = l_List_take___rarg(x_117, x_131); +x_138 = l_List_drop___rarg(x_117, x_131); +lean_dec(x_131); +x_139 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_134, x_137); +x_140 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_140, 0, x_139); +lean_ctor_set(x_140, 1, x_138); +lean_ctor_set(x_140, 2, x_136); +lean_ctor_set(x_6, 0, x_115); +lean_ctor_set(x_7, 1, x_113); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_140; +goto _start; +} +} +else +{ +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; +x_142 = lean_ctor_get(x_7, 1); +lean_inc(x_142); +lean_dec(x_7); +x_143 = lean_ctor_get(x_10, 2); +lean_inc(x_143); +lean_dec(x_10); +x_144 = lean_ctor_get(x_3, 0); +lean_inc(x_144); +x_145 = lean_ctor_get(x_3, 1); +lean_inc(x_145); +x_146 = lean_ctor_get(x_3, 2); +lean_inc(x_146); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_147 = x_3; +} else { + lean_dec_ref(x_3); + x_147 = lean_box(0); +} +x_148 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; +x_149 = l_Lean_Widget_TaggedText_appendText___rarg(x_148, x_144); +x_150 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; +x_151 = lean_nat_add(x_146, x_150); +lean_dec(x_146); +lean_inc(x_145); +x_152 = l_List_take___rarg(x_143, x_145); +x_153 = l_List_drop___rarg(x_143, x_145); +lean_dec(x_145); +x_154 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_149, x_152); +if (lean_is_scalar(x_147)) { + x_155 = lean_alloc_ctor(0, 3, 0); +} else { + x_155 = x_147; +} +lean_ctor_set(x_155, 0, x_154); +lean_ctor_set(x_155, 1, x_153); +lean_ctor_set(x_155, 2, x_151); +lean_ctor_set(x_6, 0, x_142); +x_156 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_156, 0, x_6); +lean_ctor_set(x_156, 1, x_113); +x_2 = x_156; +x_3 = x_155; goto _start; } } } else { -lean_object* x_162; lean_object* x_163; lean_object* x_164; -lean_free_object(x_2); -x_162 = lean_ctor_get(x_16, 1); +uint8_t x_158; +x_158 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +lean_dec(x_6); +if (x_158 == 0) +{ +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; uint32_t 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; +x_159 = lean_ctor_get(x_2, 1); +lean_inc(x_159); +lean_dec(x_2); +x_160 = lean_ctor_get(x_7, 1); +lean_inc(x_160); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_161 = x_7; +} else { + lean_dec_ref(x_7); + x_161 = lean_box(0); +} +x_162 = lean_ctor_get(x_10, 1); lean_inc(x_162); -x_163 = lean_ctor_get(x_16, 2); +x_163 = lean_ctor_get(x_10, 2); lean_inc(x_163); -lean_dec(x_16); +lean_dec(x_10); x_164 = l_Int_toNat(x_162); lean_dec(x_162); -if (x_13 == 0) -{ -uint8_t x_165; -x_165 = !lean_is_exclusive(x_3); -if (x_165 == 0) -{ -lean_object* x_166; lean_object* x_167; lean_object* x_168; uint32_t 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; lean_object* x_177; lean_object* x_178; lean_object* x_179; -x_166 = lean_ctor_get(x_3, 0); -x_167 = lean_ctor_get(x_3, 1); -x_168 = lean_ctor_get(x_3, 2); -lean_dec(x_168); -x_169 = 32; -x_170 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +x_165 = lean_ctor_get(x_3, 0); +lean_inc(x_165); +x_166 = lean_ctor_get(x_3, 1); +lean_inc(x_166); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_167 = x_3; +} else { + lean_dec_ref(x_3); + x_167 = lean_box(0); +} +x_168 = 32; +x_169 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; lean_inc(x_164); -x_171 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_169, x_164, x_170); -x_172 = l_Lean_Widget_TaggedText_appendText___rarg(x_171, x_166); -lean_inc(x_167); -x_173 = l_List_take___rarg(x_163, x_167); -x_174 = l_List_drop___rarg(x_163, x_167); -lean_dec(x_167); -x_175 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_172, x_173); -lean_ctor_set(x_3, 2, x_164); -lean_ctor_set(x_3, 1, x_174); -lean_ctor_set(x_3, 0, x_175); -x_176 = 1; -x_177 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_176, x_17, x_11, x_1, x_3); -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); -x_2 = x_178; -x_3 = x_179; +x_170 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_168, x_164, x_169); +x_171 = l_Lean_Widget_TaggedText_appendText___rarg(x_170, x_165); +lean_inc(x_166); +x_172 = l_List_take___rarg(x_163, x_166); +x_173 = l_List_drop___rarg(x_163, x_166); +lean_dec(x_166); +x_174 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_171, x_172); +if (lean_is_scalar(x_167)) { + x_175 = lean_alloc_ctor(0, 3, 0); +} else { + x_175 = x_167; +} +lean_ctor_set(x_175, 0, x_174); +lean_ctor_set(x_175, 1, x_173); +lean_ctor_set(x_175, 2, x_164); +x_176 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_176, 0, x_160); +lean_ctor_set_uint8(x_176, sizeof(void*)*1, x_158); +lean_ctor_set_uint8(x_176, sizeof(void*)*1 + 1, x_62); +if (lean_is_scalar(x_161)) { + x_177 = lean_alloc_ctor(1, 2, 0); +} else { + x_177 = x_161; +} +lean_ctor_set(x_177, 0, x_176); +lean_ctor_set(x_177, 1, x_159); +x_2 = x_177; +x_3 = x_175; goto _start; } else { -lean_object* x_181; lean_object* x_182; uint32_t 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; -x_181 = lean_ctor_get(x_3, 0); -x_182 = lean_ctor_get(x_3, 1); -lean_inc(x_182); -lean_inc(x_181); -lean_dec(x_3); -x_183 = 32; -x_184 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_164); -x_185 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_183, x_164, x_184); -x_186 = l_Lean_Widget_TaggedText_appendText___rarg(x_185, x_181); +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; +x_179 = lean_ctor_get(x_2, 1); +lean_inc(x_179); +lean_dec(x_2); +x_180 = lean_ctor_get(x_7, 1); +lean_inc(x_180); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_181 = x_7; +} else { + lean_dec_ref(x_7); + x_181 = lean_box(0); +} +x_182 = lean_ctor_get(x_10, 2); lean_inc(x_182); -x_187 = l_List_take___rarg(x_163, x_182); -x_188 = l_List_drop___rarg(x_163, x_182); -lean_dec(x_182); -x_189 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_186, x_187); -x_190 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_190, 0, x_189); -lean_ctor_set(x_190, 1, x_188); -lean_ctor_set(x_190, 2, x_164); -x_191 = 1; -x_192 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_191, x_17, x_11, x_1, x_190); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -lean_dec(x_192); -x_2 = x_193; +lean_dec(x_10); +x_183 = lean_ctor_get(x_3, 0); +lean_inc(x_183); +x_184 = lean_ctor_get(x_3, 1); +lean_inc(x_184); +x_185 = lean_ctor_get(x_3, 2); +lean_inc(x_185); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_186 = x_3; +} else { + lean_dec_ref(x_3); + x_186 = lean_box(0); +} +x_187 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; +x_188 = l_Lean_Widget_TaggedText_appendText___rarg(x_187, x_183); +x_189 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; +x_190 = lean_nat_add(x_185, x_189); +lean_dec(x_185); +lean_inc(x_184); +x_191 = l_List_take___rarg(x_182, x_184); +x_192 = l_List_drop___rarg(x_182, x_184); +lean_dec(x_184); +x_193 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_188, x_191); +if (lean_is_scalar(x_186)) { + x_194 = lean_alloc_ctor(0, 3, 0); +} else { + x_194 = x_186; +} +lean_ctor_set(x_194, 0, x_193); +lean_ctor_set(x_194, 1, x_192); +lean_ctor_set(x_194, 2, x_190); +x_195 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_195, 0, x_180); +lean_ctor_set_uint8(x_195, sizeof(void*)*1, x_158); +lean_ctor_set_uint8(x_195, sizeof(void*)*1 + 1, x_62); +if (lean_is_scalar(x_181)) { + x_196 = lean_alloc_ctor(1, 2, 0); +} else { + x_196 = x_181; +} +lean_ctor_set(x_196, 0, x_195); +lean_ctor_set(x_196, 1, x_179); +x_2 = x_196; x_3 = x_194; goto _start; } } +} else { -lean_object* x_196; lean_object* x_197; uint8_t x_198; lean_object* x_199; lean_object* x_200; lean_object* x_201; uint8_t x_202; -x_196 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; -x_197 = lean_nat_sub(x_1, x_196); -x_198 = 1; -lean_inc(x_11); -lean_inc(x_17); -x_199 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_198, x_17, x_11, x_197, x_3); -lean_dec(x_197); -x_200 = lean_ctor_get(x_199, 0); +lean_object* x_198; uint8_t x_199; lean_object* x_200; lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_198 = lean_ctor_get(x_2, 1); +lean_inc(x_198); +lean_dec(x_2); +x_199 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +lean_dec(x_6); +x_200 = lean_ctor_get(x_7, 1); lean_inc(x_200); -x_201 = lean_ctor_get(x_200, 0); +lean_dec(x_7); +x_201 = lean_ctor_get(x_10, 1); lean_inc(x_201); -x_202 = lean_ctor_get_uint8(x_201, sizeof(void*)*1); +x_202 = lean_ctor_get(x_10, 2); +lean_inc(x_202); +lean_dec(x_10); +x_203 = l_Int_toNat(x_201); lean_dec(x_201); -if (x_202 == 0) +if (x_199 == 0) { -lean_object* x_203; uint8_t x_204; -lean_dec(x_200); -x_203 = lean_ctor_get(x_199, 1); -lean_inc(x_203); -lean_dec(x_199); -x_204 = !lean_is_exclusive(x_203); +uint8_t x_204; +x_204 = !lean_is_exclusive(x_3); if (x_204 == 0) { -lean_object* x_205; lean_object* x_206; lean_object* x_207; uint32_t 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; -x_205 = lean_ctor_get(x_203, 0); -x_206 = lean_ctor_get(x_203, 1); -x_207 = lean_ctor_get(x_203, 2); +lean_object* x_205; lean_object* x_206; lean_object* x_207; uint32_t 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; +x_205 = lean_ctor_get(x_3, 0); +x_206 = lean_ctor_get(x_3, 1); +x_207 = lean_ctor_get(x_3, 2); lean_dec(x_207); x_208 = 32; x_209 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_164); -x_210 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_208, x_164, x_209); +lean_inc(x_203); +x_210 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_208, x_203, x_209); x_211 = l_Lean_Widget_TaggedText_appendText___rarg(x_210, x_205); lean_inc(x_206); -x_212 = l_List_take___rarg(x_163, x_206); -x_213 = l_List_drop___rarg(x_163, x_206); +x_212 = l_List_take___rarg(x_202, x_206); +x_213 = l_List_drop___rarg(x_202, x_206); lean_dec(x_206); x_214 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_211, x_212); -lean_ctor_set(x_203, 2, x_164); -lean_ctor_set(x_203, 1, x_213); -lean_ctor_set(x_203, 0, x_214); -x_215 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_198, x_17, x_11, x_1, x_203); -x_216 = lean_ctor_get(x_215, 0); -lean_inc(x_216); -x_217 = lean_ctor_get(x_215, 1); +lean_ctor_set(x_3, 2, x_203); +lean_ctor_set(x_3, 1, x_213); +lean_ctor_set(x_3, 0, x_214); +x_215 = 1; +x_216 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_215, x_200, x_198, x_1, x_3); +x_217 = lean_ctor_get(x_216, 0); lean_inc(x_217); -lean_dec(x_215); -x_2 = x_216; -x_3 = x_217; +x_218 = lean_ctor_get(x_216, 1); +lean_inc(x_218); +lean_dec(x_216); +x_2 = x_217; +x_3 = x_218; goto _start; } else { -lean_object* x_219; lean_object* x_220; uint32_t 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_219 = lean_ctor_get(x_203, 0); -x_220 = lean_ctor_get(x_203, 1); -lean_inc(x_220); -lean_inc(x_219); -lean_dec(x_203); -x_221 = 32; -x_222 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_164); -x_223 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_221, x_164, x_222); -x_224 = l_Lean_Widget_TaggedText_appendText___rarg(x_223, x_219); +lean_object* x_220; lean_object* x_221; uint32_t x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; lean_object* x_228; lean_object* x_229; uint8_t x_230; lean_object* x_231; lean_object* x_232; lean_object* x_233; +x_220 = lean_ctor_get(x_3, 0); +x_221 = lean_ctor_get(x_3, 1); +lean_inc(x_221); lean_inc(x_220); -x_225 = l_List_take___rarg(x_163, x_220); -x_226 = l_List_drop___rarg(x_163, x_220); -lean_dec(x_220); -x_227 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_224, x_225); -x_228 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_228, 0, x_227); -lean_ctor_set(x_228, 1, x_226); -lean_ctor_set(x_228, 2, x_164); -x_229 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_198, x_17, x_11, x_1, x_228); -x_230 = lean_ctor_get(x_229, 0); -lean_inc(x_230); -x_231 = lean_ctor_get(x_229, 1); -lean_inc(x_231); -lean_dec(x_229); -x_2 = x_230; -x_3 = x_231; +lean_dec(x_3); +x_222 = 32; +x_223 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_203); +x_224 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_222, x_203, x_223); +x_225 = l_Lean_Widget_TaggedText_appendText___rarg(x_224, x_220); +lean_inc(x_221); +x_226 = l_List_take___rarg(x_202, x_221); +x_227 = l_List_drop___rarg(x_202, x_221); +lean_dec(x_221); +x_228 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_225, x_226); +x_229 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_229, 0, x_228); +lean_ctor_set(x_229, 1, x_227); +lean_ctor_set(x_229, 2, x_203); +x_230 = 1; +x_231 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_230, x_200, x_198, x_1, x_229); +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_2 = x_232; +x_3 = x_233; goto _start; } } else { -lean_object* x_233; uint8_t x_234; -lean_dec(x_164); -lean_dec(x_17); -lean_dec(x_11); -x_233 = lean_ctor_get(x_199, 1); -lean_inc(x_233); -lean_dec(x_199); -x_234 = !lean_is_exclusive(x_233); -if (x_234 == 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_243; -x_235 = lean_ctor_get(x_233, 0); -x_236 = lean_ctor_get(x_233, 1); -x_237 = lean_ctor_get(x_233, 2); -x_238 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; -x_239 = l_Lean_Widget_TaggedText_appendText___rarg(x_238, x_235); -x_240 = lean_nat_add(x_237, x_196); -lean_dec(x_237); -lean_inc(x_236); -x_241 = l_List_take___rarg(x_163, x_236); -x_242 = l_List_drop___rarg(x_163, x_236); +lean_object* x_235; lean_object* x_236; uint8_t x_237; lean_object* x_238; lean_object* x_239; lean_object* x_240; uint8_t x_241; +x_235 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; +x_236 = lean_nat_sub(x_1, x_235); +x_237 = 1; +lean_inc(x_198); +lean_inc(x_200); +x_238 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_237, x_200, x_198, x_236, x_3); lean_dec(x_236); -x_243 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_239, x_241); -lean_ctor_set(x_233, 2, x_240); -lean_ctor_set(x_233, 1, x_242); -lean_ctor_set(x_233, 0, x_243); -x_2 = x_200; -x_3 = x_233; +x_239 = lean_ctor_get(x_238, 0); +lean_inc(x_239); +x_240 = lean_ctor_get(x_239, 0); +lean_inc(x_240); +x_241 = lean_ctor_get_uint8(x_240, sizeof(void*)*1); +lean_dec(x_240); +if (x_241 == 0) +{ +lean_object* x_242; uint8_t x_243; +lean_dec(x_239); +x_242 = lean_ctor_get(x_238, 1); +lean_inc(x_242); +lean_dec(x_238); +x_243 = !lean_is_exclusive(x_242); +if (x_243 == 0) +{ +lean_object* x_244; lean_object* x_245; lean_object* x_246; uint32_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; +x_244 = lean_ctor_get(x_242, 0); +x_245 = lean_ctor_get(x_242, 1); +x_246 = lean_ctor_get(x_242, 2); +lean_dec(x_246); +x_247 = 32; +x_248 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_203); +x_249 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_247, x_203, x_248); +x_250 = l_Lean_Widget_TaggedText_appendText___rarg(x_249, x_244); +lean_inc(x_245); +x_251 = l_List_take___rarg(x_202, x_245); +x_252 = l_List_drop___rarg(x_202, x_245); +lean_dec(x_245); +x_253 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_250, x_251); +lean_ctor_set(x_242, 2, x_203); +lean_ctor_set(x_242, 1, x_252); +lean_ctor_set(x_242, 0, x_253); +x_254 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_237, x_200, x_198, x_1, x_242); +x_255 = lean_ctor_get(x_254, 0); +lean_inc(x_255); +x_256 = lean_ctor_get(x_254, 1); +lean_inc(x_256); +lean_dec(x_254); +x_2 = x_255; +x_3 = x_256; goto _start; } else { -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; -x_245 = lean_ctor_get(x_233, 0); -x_246 = lean_ctor_get(x_233, 1); -x_247 = lean_ctor_get(x_233, 2); -lean_inc(x_247); -lean_inc(x_246); -lean_inc(x_245); -lean_dec(x_233); -x_248 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; -x_249 = l_Lean_Widget_TaggedText_appendText___rarg(x_248, x_245); -x_250 = lean_nat_add(x_247, x_196); -lean_dec(x_247); -lean_inc(x_246); -x_251 = l_List_take___rarg(x_163, x_246); -x_252 = l_List_drop___rarg(x_163, x_246); -lean_dec(x_246); -x_253 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_249, x_251); -x_254 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_254, 0, x_253); -lean_ctor_set(x_254, 1, x_252); -lean_ctor_set(x_254, 2, x_250); -x_2 = x_200; -x_3 = x_254; +lean_object* x_258; lean_object* x_259; uint32_t 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_258 = lean_ctor_get(x_242, 0); +x_259 = lean_ctor_get(x_242, 1); +lean_inc(x_259); +lean_inc(x_258); +lean_dec(x_242); +x_260 = 32; +x_261 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_203); +x_262 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_260, x_203, x_261); +x_263 = l_Lean_Widget_TaggedText_appendText___rarg(x_262, x_258); +lean_inc(x_259); +x_264 = l_List_take___rarg(x_202, x_259); +x_265 = l_List_drop___rarg(x_202, x_259); +lean_dec(x_259); +x_266 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_263, x_264); +x_267 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_267, 0, x_266); +lean_ctor_set(x_267, 1, x_265); +lean_ctor_set(x_267, 2, x_203); +x_268 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_237, x_200, x_198, x_1, x_267); +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_2 = x_269; +x_3 = x_270; +goto _start; +} +} +else +{ +lean_object* x_272; uint8_t x_273; +lean_dec(x_203); +lean_dec(x_200); +lean_dec(x_198); +x_272 = lean_ctor_get(x_238, 1); +lean_inc(x_272); +lean_dec(x_238); +x_273 = !lean_is_exclusive(x_272); +if (x_273 == 0) +{ +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_274 = lean_ctor_get(x_272, 0); +x_275 = lean_ctor_get(x_272, 1); +x_276 = lean_ctor_get(x_272, 2); +x_277 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; +x_278 = l_Lean_Widget_TaggedText_appendText___rarg(x_277, x_274); +x_279 = lean_nat_add(x_276, x_235); +lean_dec(x_276); +lean_inc(x_275); +x_280 = l_List_take___rarg(x_202, x_275); +x_281 = l_List_drop___rarg(x_202, x_275); +lean_dec(x_275); +x_282 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_278, x_280); +lean_ctor_set(x_272, 2, x_279); +lean_ctor_set(x_272, 1, x_281); +lean_ctor_set(x_272, 0, x_282); +x_2 = x_239; +x_3 = x_272; +goto _start; +} +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; +x_284 = lean_ctor_get(x_272, 0); +x_285 = lean_ctor_get(x_272, 1); +x_286 = lean_ctor_get(x_272, 2); +lean_inc(x_286); +lean_inc(x_285); +lean_inc(x_284); +lean_dec(x_272); +x_287 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; +x_288 = l_Lean_Widget_TaggedText_appendText___rarg(x_287, x_284); +x_289 = lean_nat_add(x_286, x_235); +lean_dec(x_286); +lean_inc(x_285); +x_290 = l_List_take___rarg(x_202, x_285); +x_291 = l_List_drop___rarg(x_202, x_285); +lean_dec(x_285); +x_292 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_288, x_290); +x_293 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_293, 0, x_292); +lean_ctor_set(x_293, 1, x_291); +lean_ctor_set(x_293, 2, x_289); +x_2 = x_239; +x_3 = x_293; goto _start; } } @@ -6571,2149 +6944,2557 @@ goto _start; } case 2: { -if (x_13 == 0) +lean_object* x_295; uint8_t 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; uint8_t x_303; uint8_t x_304; +x_295 = lean_ctor_get(x_2, 1); +lean_inc(x_295); +lean_dec(x_2); +x_296 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_297 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_298 = x_6; +} else { + lean_dec_ref(x_6); + x_298 = lean_box(0); +} +x_299 = lean_ctor_get(x_7, 1); +lean_inc(x_299); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_300 = x_7; +} else { + lean_dec_ref(x_7); + x_300 = lean_box(0); +} +x_301 = lean_ctor_get(x_10, 1); +lean_inc(x_301); +x_302 = lean_ctor_get(x_10, 2); +lean_inc(x_302); +lean_dec(x_10); +x_303 = lean_ctor_get_uint8(x_11, 0); +lean_dec(x_11); +if (x_296 == 0) { -lean_object* x_256; -lean_dec(x_88); -lean_free_object(x_2); -x_256 = lean_box(0); -x_19 = x_256; -goto block_87; +uint8_t x_387; +x_387 = 0; +x_304 = x_387; +goto block_386; } else { -uint8_t x_257; -x_257 = lean_ctor_get_uint8(x_88, 0); -lean_dec(x_88); -if (x_257 == 0) +if (x_303 == 0) { -lean_object* x_258; uint8_t x_259; -lean_dec(x_18); -lean_dec(x_15); -x_258 = lean_ctor_get(x_16, 2); -lean_inc(x_258); -lean_dec(x_16); -x_259 = !lean_is_exclusive(x_3); -if (x_259 == 0) -{ -lean_object* x_260; lean_object* x_261; lean_object* x_262; lean_object* x_263; lean_object* x_264; lean_object* x_265; -x_260 = lean_ctor_get(x_3, 0); -x_261 = lean_ctor_get(x_3, 1); -lean_inc(x_261); -x_262 = l_List_take___rarg(x_258, x_261); -x_263 = l_List_drop___rarg(x_258, x_261); -lean_dec(x_261); -x_264 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_260, x_262); -lean_ctor_set(x_3, 1, x_263); -lean_ctor_set(x_3, 0, x_264); -x_265 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_265, 0, x_17); -lean_ctor_set_uint8(x_265, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_265, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_265); +uint8_t x_388; +x_388 = 1; +x_304 = x_388; +goto block_386; +} +else +{ +uint8_t x_389; +x_389 = 0; +x_304 = x_389; +goto block_386; +} +} +block_386: +{ +if (x_304 == 0) +{ +lean_object* x_305; lean_object* x_306; uint8_t x_307; +x_305 = lean_ctor_get(x_3, 2); +lean_inc(x_305); +x_306 = lean_nat_to_int(x_305); +x_307 = lean_int_dec_lt(x_306, x_301); +if (x_307 == 0) +{ +lean_object* x_308; uint8_t x_309; +lean_dec(x_306); +x_308 = l_Int_toNat(x_301); +lean_dec(x_301); +x_309 = !lean_is_exclusive(x_3); +if (x_309 == 0) +{ +lean_object* x_310; lean_object* x_311; lean_object* x_312; uint32_t 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; +x_310 = lean_ctor_get(x_3, 0); +x_311 = lean_ctor_get(x_3, 1); +x_312 = lean_ctor_get(x_3, 2); +lean_dec(x_312); +x_313 = 32; +x_314 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_308); +x_315 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_313, x_308, x_314); +x_316 = l_Lean_Widget_TaggedText_appendText___rarg(x_315, x_310); +lean_inc(x_311); +x_317 = l_List_take___rarg(x_302, x_311); +x_318 = l_List_drop___rarg(x_302, x_311); +lean_dec(x_311); +x_319 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_316, x_317); +lean_ctor_set(x_3, 2, x_308); +lean_ctor_set(x_3, 1, x_318); +lean_ctor_set(x_3, 0, x_319); +if (lean_is_scalar(x_298)) { + x_320 = lean_alloc_ctor(0, 1, 2); +} else { + x_320 = x_298; +} +lean_ctor_set(x_320, 0, x_299); +lean_ctor_set_uint8(x_320, sizeof(void*)*1, x_296); +lean_ctor_set_uint8(x_320, sizeof(void*)*1 + 1, x_297); +if (lean_is_scalar(x_300)) { + x_321 = lean_alloc_ctor(1, 2, 0); +} else { + x_321 = x_300; +} +lean_ctor_set(x_321, 0, x_320); +lean_ctor_set(x_321, 1, x_295); +x_2 = x_321; goto _start; } else { -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; -x_267 = lean_ctor_get(x_3, 0); -x_268 = lean_ctor_get(x_3, 1); -x_269 = lean_ctor_get(x_3, 2); -lean_inc(x_269); -lean_inc(x_268); -lean_inc(x_267); +lean_object* x_323; lean_object* x_324; uint32_t 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; +x_323 = lean_ctor_get(x_3, 0); +x_324 = lean_ctor_get(x_3, 1); +lean_inc(x_324); +lean_inc(x_323); lean_dec(x_3); -lean_inc(x_268); -x_270 = l_List_take___rarg(x_258, x_268); -x_271 = l_List_drop___rarg(x_258, x_268); -lean_dec(x_268); -x_272 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_267, x_270); -x_273 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_273, 0, x_272); -lean_ctor_set(x_273, 1, x_271); -lean_ctor_set(x_273, 2, x_269); -x_274 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_274, 0, x_17); -lean_ctor_set_uint8(x_274, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_274, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_274); -x_3 = x_273; +x_325 = 32; +x_326 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_308); +x_327 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_325, x_308, x_326); +x_328 = l_Lean_Widget_TaggedText_appendText___rarg(x_327, x_323); +lean_inc(x_324); +x_329 = l_List_take___rarg(x_302, x_324); +x_330 = l_List_drop___rarg(x_302, x_324); +lean_dec(x_324); +x_331 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_328, x_329); +x_332 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_332, 0, x_331); +lean_ctor_set(x_332, 1, x_330); +lean_ctor_set(x_332, 2, x_308); +if (lean_is_scalar(x_298)) { + x_333 = lean_alloc_ctor(0, 1, 2); +} else { + x_333 = x_298; +} +lean_ctor_set(x_333, 0, x_299); +lean_ctor_set_uint8(x_333, sizeof(void*)*1, x_296); +lean_ctor_set_uint8(x_333, sizeof(void*)*1 + 1, x_297); +if (lean_is_scalar(x_300)) { + x_334 = lean_alloc_ctor(1, 2, 0); +} else { + x_334 = x_300; +} +lean_ctor_set(x_334, 0, x_333); +lean_ctor_set(x_334, 1, x_295); +x_2 = x_334; +x_3 = x_332; goto _start; } } else { -lean_object* x_276; -lean_free_object(x_2); -x_276 = lean_box(0); -x_19 = x_276; -goto block_87; +uint32_t x_336; lean_object* x_337; lean_object* x_338; lean_object* x_339; lean_object* x_340; uint8_t x_341; +x_336 = 32; +x_337 = lean_int_sub(x_301, x_306); +lean_dec(x_306); +lean_dec(x_301); +x_338 = l_Int_toNat(x_337); +lean_dec(x_337); +x_339 = l_Lean_Widget_instInhabitedTaggedText___closed__1; +x_340 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_336, x_338, x_339); +x_341 = !lean_is_exclusive(x_3); +if (x_341 == 0) +{ +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; +x_342 = lean_ctor_get(x_3, 0); +x_343 = lean_ctor_get(x_3, 1); +x_344 = lean_ctor_get(x_3, 2); +lean_inc(x_340); +x_345 = l_Lean_Widget_TaggedText_appendText___rarg(x_340, x_342); +x_346 = lean_string_length(x_340); +lean_dec(x_340); +x_347 = lean_nat_add(x_344, x_346); +lean_dec(x_346); +lean_dec(x_344); +lean_inc(x_343); +x_348 = l_List_take___rarg(x_302, x_343); +x_349 = l_List_drop___rarg(x_302, x_343); +lean_dec(x_343); +x_350 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_345, x_348); +lean_ctor_set(x_3, 2, x_347); +lean_ctor_set(x_3, 1, x_349); +lean_ctor_set(x_3, 0, x_350); +if (lean_is_scalar(x_298)) { + x_351 = lean_alloc_ctor(0, 1, 2); +} else { + x_351 = x_298; +} +lean_ctor_set(x_351, 0, x_299); +lean_ctor_set_uint8(x_351, sizeof(void*)*1, x_296); +lean_ctor_set_uint8(x_351, sizeof(void*)*1 + 1, x_297); +if (lean_is_scalar(x_300)) { + x_352 = lean_alloc_ctor(1, 2, 0); +} else { + x_352 = x_300; +} +lean_ctor_set(x_352, 0, x_351); +lean_ctor_set(x_352, 1, x_295); +x_2 = x_352; +goto _start; +} +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; +x_354 = lean_ctor_get(x_3, 0); +x_355 = lean_ctor_get(x_3, 1); +x_356 = lean_ctor_get(x_3, 2); +lean_inc(x_356); +lean_inc(x_355); +lean_inc(x_354); +lean_dec(x_3); +lean_inc(x_340); +x_357 = l_Lean_Widget_TaggedText_appendText___rarg(x_340, x_354); +x_358 = lean_string_length(x_340); +lean_dec(x_340); +x_359 = lean_nat_add(x_356, x_358); +lean_dec(x_358); +lean_dec(x_356); +lean_inc(x_355); +x_360 = l_List_take___rarg(x_302, x_355); +x_361 = l_List_drop___rarg(x_302, x_355); +lean_dec(x_355); +x_362 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_357, x_360); +x_363 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_363, 0, x_362); +lean_ctor_set(x_363, 1, x_361); +lean_ctor_set(x_363, 2, x_359); +if (lean_is_scalar(x_298)) { + x_364 = lean_alloc_ctor(0, 1, 2); +} else { + x_364 = x_298; +} +lean_ctor_set(x_364, 0, x_299); +lean_ctor_set_uint8(x_364, sizeof(void*)*1, x_296); +lean_ctor_set_uint8(x_364, sizeof(void*)*1 + 1, x_297); +if (lean_is_scalar(x_300)) { + x_365 = lean_alloc_ctor(1, 2, 0); +} else { + x_365 = x_300; +} +lean_ctor_set(x_365, 0, x_364); +lean_ctor_set(x_365, 1, x_295); +x_2 = x_365; +x_3 = x_363; +goto _start; +} +} +} +else +{ +uint8_t x_367; +lean_dec(x_301); +x_367 = !lean_is_exclusive(x_3); +if (x_367 == 0) +{ +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_368 = lean_ctor_get(x_3, 0); +x_369 = lean_ctor_get(x_3, 1); +lean_inc(x_369); +x_370 = l_List_take___rarg(x_302, x_369); +x_371 = l_List_drop___rarg(x_302, x_369); +lean_dec(x_369); +x_372 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_368, x_370); +lean_ctor_set(x_3, 1, x_371); +lean_ctor_set(x_3, 0, x_372); +if (lean_is_scalar(x_298)) { + x_373 = lean_alloc_ctor(0, 1, 2); +} else { + x_373 = x_298; +} +lean_ctor_set(x_373, 0, x_299); +lean_ctor_set_uint8(x_373, sizeof(void*)*1, x_296); +lean_ctor_set_uint8(x_373, sizeof(void*)*1 + 1, x_297); +if (lean_is_scalar(x_300)) { + x_374 = lean_alloc_ctor(1, 2, 0); +} else { + x_374 = x_300; +} +lean_ctor_set(x_374, 0, x_373); +lean_ctor_set(x_374, 1, x_295); +x_2 = x_374; +goto _start; +} +else +{ +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; +x_376 = lean_ctor_get(x_3, 0); +x_377 = lean_ctor_get(x_3, 1); +x_378 = lean_ctor_get(x_3, 2); +lean_inc(x_378); +lean_inc(x_377); +lean_inc(x_376); +lean_dec(x_3); +lean_inc(x_377); +x_379 = l_List_take___rarg(x_302, x_377); +x_380 = l_List_drop___rarg(x_302, x_377); +lean_dec(x_377); +x_381 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_376, x_379); +x_382 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_382, 0, x_381); +lean_ctor_set(x_382, 1, x_380); +lean_ctor_set(x_382, 2, x_378); +if (lean_is_scalar(x_298)) { + x_383 = lean_alloc_ctor(0, 1, 2); +} else { + x_383 = x_298; +} +lean_ctor_set(x_383, 0, x_299); +lean_ctor_set_uint8(x_383, sizeof(void*)*1, x_296); +lean_ctor_set_uint8(x_383, sizeof(void*)*1 + 1, x_297); +if (lean_is_scalar(x_300)) { + x_384 = lean_alloc_ctor(1, 2, 0); +} else { + x_384 = x_300; +} +lean_ctor_set(x_384, 0, x_383); +lean_ctor_set(x_384, 1, x_295); +x_2 = x_384; +x_3 = x_382; +goto _start; +} } } } case 3: { -uint8_t x_277; -lean_dec(x_18); -lean_dec(x_15); -x_277 = !lean_is_exclusive(x_16); -if (x_277 == 0) -{ -lean_object* x_278; lean_object* x_279; lean_object* x_280; uint8_t x_281; -x_278 = lean_ctor_get(x_16, 1); -x_279 = lean_ctor_get(x_16, 2); -x_280 = lean_ctor_get(x_16, 0); -lean_dec(x_280); -x_281 = !lean_is_exclusive(x_88); -if (x_281 == 0) -{ -lean_object* x_282; uint32_t x_283; lean_object* x_284; lean_object* x_285; lean_object* x_286; uint8_t x_287; -x_282 = lean_ctor_get(x_88, 0); -x_283 = 10; -x_284 = lean_string_utf8_byte_size(x_282); -x_285 = lean_unsigned_to_nat(0u); -x_286 = l_String_posOfAux(x_282, x_283, x_284, x_285); -x_287 = lean_nat_dec_eq(x_286, x_284); -if (x_287 == 0) -{ -lean_object* x_288; uint8_t x_289; -x_288 = lean_string_utf8_extract(x_282, x_285, x_286); -x_289 = !lean_is_exclusive(x_3); -if (x_289 == 0) -{ -lean_object* x_290; lean_object* x_291; lean_object* x_292; lean_object* x_293; uint32_t 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; -x_290 = lean_ctor_get(x_3, 0); -x_291 = lean_ctor_get(x_3, 2); -lean_dec(x_291); -x_292 = l_Lean_Widget_TaggedText_appendText___rarg(x_288, x_290); -x_293 = l_Int_toNat(x_278); -x_294 = 32; -x_295 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_293); -x_296 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_294, x_293, x_295); -x_297 = l_Lean_Widget_TaggedText_appendText___rarg(x_296, x_292); -lean_ctor_set(x_3, 2, x_293); -lean_ctor_set(x_3, 0, x_297); -x_298 = lean_string_utf8_next(x_282, x_286); -lean_dec(x_286); -x_299 = lean_string_utf8_extract(x_282, x_298, x_284); -lean_dec(x_284); -lean_dec(x_298); -lean_dec(x_282); -lean_ctor_set(x_88, 0, x_299); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_300 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_14, x_2, x_11, x_1, x_3); -x_301 = lean_ctor_get(x_300, 0); -lean_inc(x_301); -x_302 = lean_ctor_get(x_300, 1); -lean_inc(x_302); -lean_dec(x_300); -x_2 = x_301; -x_3 = x_302; +lean_object* x_390; uint8_t x_391; +x_390 = lean_ctor_get(x_2, 1); +lean_inc(x_390); +lean_dec(x_2); +x_391 = !lean_is_exclusive(x_6); +if (x_391 == 0) +{ +uint8_t x_392; lean_object* x_393; uint8_t x_394; +x_392 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +x_393 = lean_ctor_get(x_6, 0); +lean_dec(x_393); +x_394 = !lean_is_exclusive(x_7); +if (x_394 == 0) +{ +lean_object* x_395; lean_object* x_396; uint8_t x_397; +x_395 = lean_ctor_get(x_7, 1); +x_396 = lean_ctor_get(x_7, 0); +lean_dec(x_396); +x_397 = !lean_is_exclusive(x_10); +if (x_397 == 0) +{ +lean_object* x_398; lean_object* x_399; lean_object* x_400; uint8_t x_401; +x_398 = lean_ctor_get(x_10, 1); +x_399 = lean_ctor_get(x_10, 2); +x_400 = lean_ctor_get(x_10, 0); +lean_dec(x_400); +x_401 = !lean_is_exclusive(x_11); +if (x_401 == 0) +{ +lean_object* x_402; uint32_t x_403; lean_object* x_404; lean_object* x_405; lean_object* x_406; uint8_t x_407; +x_402 = lean_ctor_get(x_11, 0); +x_403 = 10; +x_404 = lean_string_utf8_byte_size(x_402); +x_405 = lean_unsigned_to_nat(0u); +x_406 = l_String_posOfAux(x_402, x_403, x_404, x_405); +x_407 = lean_nat_dec_eq(x_406, x_404); +if (x_407 == 0) +{ +lean_object* x_408; uint8_t x_409; +lean_free_object(x_6); +x_408 = lean_string_utf8_extract(x_402, x_405, x_406); +x_409 = !lean_is_exclusive(x_3); +if (x_409 == 0) +{ +lean_object* x_410; lean_object* x_411; lean_object* x_412; lean_object* x_413; uint32_t 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; +x_410 = lean_ctor_get(x_3, 0); +x_411 = lean_ctor_get(x_3, 2); +lean_dec(x_411); +x_412 = l_Lean_Widget_TaggedText_appendText___rarg(x_408, x_410); +x_413 = l_Int_toNat(x_398); +x_414 = 32; +x_415 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_413); +x_416 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_414, x_413, x_415); +x_417 = l_Lean_Widget_TaggedText_appendText___rarg(x_416, x_412); +lean_ctor_set(x_3, 2, x_413); +lean_ctor_set(x_3, 0, x_417); +x_418 = lean_string_utf8_next(x_402, x_406); +lean_dec(x_406); +x_419 = lean_string_utf8_extract(x_402, x_418, x_404); +lean_dec(x_404); +lean_dec(x_418); +lean_dec(x_402); +lean_ctor_set(x_11, 0, x_419); +x_420 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_392, x_7, x_390, x_1, x_3); +x_421 = lean_ctor_get(x_420, 0); +lean_inc(x_421); +x_422 = lean_ctor_get(x_420, 1); +lean_inc(x_422); +lean_dec(x_420); +x_2 = x_421; +x_3 = x_422; goto _start; } else { -lean_object* x_304; lean_object* x_305; lean_object* x_306; lean_object* x_307; uint32_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; -x_304 = lean_ctor_get(x_3, 0); -x_305 = lean_ctor_get(x_3, 1); -lean_inc(x_305); -lean_inc(x_304); +lean_object* x_424; lean_object* x_425; lean_object* x_426; lean_object* x_427; uint32_t 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; +x_424 = lean_ctor_get(x_3, 0); +x_425 = lean_ctor_get(x_3, 1); +lean_inc(x_425); +lean_inc(x_424); lean_dec(x_3); -x_306 = l_Lean_Widget_TaggedText_appendText___rarg(x_288, x_304); -x_307 = l_Int_toNat(x_278); -x_308 = 32; -x_309 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_307); -x_310 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_308, x_307, x_309); -x_311 = l_Lean_Widget_TaggedText_appendText___rarg(x_310, x_306); -x_312 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_312, 0, x_311); -lean_ctor_set(x_312, 1, x_305); -lean_ctor_set(x_312, 2, x_307); -x_313 = lean_string_utf8_next(x_282, x_286); -lean_dec(x_286); -x_314 = lean_string_utf8_extract(x_282, x_313, x_284); -lean_dec(x_284); -lean_dec(x_313); -lean_dec(x_282); -lean_ctor_set(x_88, 0, x_314); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_315 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_14, x_2, x_11, x_1, x_312); -x_316 = lean_ctor_get(x_315, 0); -lean_inc(x_316); -x_317 = lean_ctor_get(x_315, 1); -lean_inc(x_317); -lean_dec(x_315); -x_2 = x_316; -x_3 = x_317; +x_426 = l_Lean_Widget_TaggedText_appendText___rarg(x_408, x_424); +x_427 = l_Int_toNat(x_398); +x_428 = 32; +x_429 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_427); +x_430 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_428, x_427, x_429); +x_431 = l_Lean_Widget_TaggedText_appendText___rarg(x_430, x_426); +x_432 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_432, 0, x_431); +lean_ctor_set(x_432, 1, x_425); +lean_ctor_set(x_432, 2, x_427); +x_433 = lean_string_utf8_next(x_402, x_406); +lean_dec(x_406); +x_434 = lean_string_utf8_extract(x_402, x_433, x_404); +lean_dec(x_404); +lean_dec(x_433); +lean_dec(x_402); +lean_ctor_set(x_11, 0, x_434); +x_435 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_392, x_7, x_390, x_1, x_432); +x_436 = lean_ctor_get(x_435, 0); +lean_inc(x_436); +x_437 = lean_ctor_get(x_435, 1); +lean_inc(x_437); +lean_dec(x_435); +x_2 = x_436; +x_3 = x_437; goto _start; } } else { -uint8_t x_319; -lean_dec(x_286); -lean_dec(x_284); -lean_free_object(x_88); -lean_free_object(x_16); -lean_dec(x_278); -x_319 = !lean_is_exclusive(x_3); -if (x_319 == 0) -{ -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; -x_320 = lean_ctor_get(x_3, 0); -x_321 = lean_ctor_get(x_3, 1); -x_322 = lean_ctor_get(x_3, 2); -lean_inc(x_282); -x_323 = l_Lean_Widget_TaggedText_appendText___rarg(x_282, x_320); -x_324 = lean_string_length(x_282); -lean_dec(x_282); -x_325 = lean_nat_add(x_322, x_324); -lean_dec(x_324); -lean_dec(x_322); -lean_inc(x_321); -x_326 = l_List_take___rarg(x_279, x_321); -x_327 = l_List_drop___rarg(x_279, x_321); -lean_dec(x_321); -x_328 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_323, x_326); -lean_ctor_set(x_3, 2, x_325); -lean_ctor_set(x_3, 1, x_327); -lean_ctor_set(x_3, 0, x_328); -x_329 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_329, 0, x_17); -lean_ctor_set_uint8(x_329, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_329, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_329); +uint8_t x_439; +lean_dec(x_406); +lean_dec(x_404); +lean_free_object(x_11); +lean_free_object(x_10); +lean_dec(x_398); +x_439 = !lean_is_exclusive(x_3); +if (x_439 == 0) +{ +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; +x_440 = lean_ctor_get(x_3, 0); +x_441 = lean_ctor_get(x_3, 1); +x_442 = lean_ctor_get(x_3, 2); +lean_inc(x_402); +x_443 = l_Lean_Widget_TaggedText_appendText___rarg(x_402, x_440); +x_444 = lean_string_length(x_402); +lean_dec(x_402); +x_445 = lean_nat_add(x_442, x_444); +lean_dec(x_444); +lean_dec(x_442); +lean_inc(x_441); +x_446 = l_List_take___rarg(x_399, x_441); +x_447 = l_List_drop___rarg(x_399, x_441); +lean_dec(x_441); +x_448 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_443, x_446); +lean_ctor_set(x_3, 2, x_445); +lean_ctor_set(x_3, 1, x_447); +lean_ctor_set(x_3, 0, x_448); +lean_ctor_set(x_6, 0, x_395); +lean_ctor_set(x_7, 1, x_390); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; goto _start; } else { -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; -x_331 = lean_ctor_get(x_3, 0); -x_332 = lean_ctor_get(x_3, 1); -x_333 = lean_ctor_get(x_3, 2); -lean_inc(x_333); -lean_inc(x_332); -lean_inc(x_331); +lean_object* x_450; lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; +x_450 = lean_ctor_get(x_3, 0); +x_451 = lean_ctor_get(x_3, 1); +x_452 = lean_ctor_get(x_3, 2); +lean_inc(x_452); +lean_inc(x_451); +lean_inc(x_450); lean_dec(x_3); -lean_inc(x_282); -x_334 = l_Lean_Widget_TaggedText_appendText___rarg(x_282, x_331); -x_335 = lean_string_length(x_282); -lean_dec(x_282); -x_336 = lean_nat_add(x_333, x_335); -lean_dec(x_335); -lean_dec(x_333); -lean_inc(x_332); -x_337 = l_List_take___rarg(x_279, x_332); -x_338 = l_List_drop___rarg(x_279, x_332); -lean_dec(x_332); -x_339 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_334, x_337); -x_340 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_340, 0, x_339); -lean_ctor_set(x_340, 1, x_338); -lean_ctor_set(x_340, 2, x_336); -x_341 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_341, 0, x_17); -lean_ctor_set_uint8(x_341, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_341, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_341); -x_3 = x_340; +lean_inc(x_402); +x_453 = l_Lean_Widget_TaggedText_appendText___rarg(x_402, x_450); +x_454 = lean_string_length(x_402); +lean_dec(x_402); +x_455 = lean_nat_add(x_452, x_454); +lean_dec(x_454); +lean_dec(x_452); +lean_inc(x_451); +x_456 = l_List_take___rarg(x_399, x_451); +x_457 = l_List_drop___rarg(x_399, x_451); +lean_dec(x_451); +x_458 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_453, x_456); +x_459 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_459, 0, x_458); +lean_ctor_set(x_459, 1, x_457); +lean_ctor_set(x_459, 2, x_455); +lean_ctor_set(x_6, 0, x_395); +lean_ctor_set(x_7, 1, x_390); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_459; +goto _start; +} +} +} +else +{ +lean_object* x_461; uint32_t x_462; lean_object* x_463; lean_object* x_464; lean_object* x_465; uint8_t x_466; +x_461 = lean_ctor_get(x_11, 0); +lean_inc(x_461); +lean_dec(x_11); +x_462 = 10; +x_463 = lean_string_utf8_byte_size(x_461); +x_464 = lean_unsigned_to_nat(0u); +x_465 = l_String_posOfAux(x_461, x_462, x_463, x_464); +x_466 = lean_nat_dec_eq(x_465, x_463); +if (x_466 == 0) +{ +lean_object* x_467; lean_object* x_468; lean_object* x_469; lean_object* x_470; lean_object* x_471; lean_object* x_472; uint32_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_free_object(x_6); +x_467 = lean_string_utf8_extract(x_461, x_464, x_465); +x_468 = lean_ctor_get(x_3, 0); +lean_inc(x_468); +x_469 = lean_ctor_get(x_3, 1); +lean_inc(x_469); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_470 = x_3; +} else { + lean_dec_ref(x_3); + x_470 = lean_box(0); +} +x_471 = l_Lean_Widget_TaggedText_appendText___rarg(x_467, x_468); +x_472 = l_Int_toNat(x_398); +x_473 = 32; +x_474 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_472); +x_475 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_473, x_472, x_474); +x_476 = l_Lean_Widget_TaggedText_appendText___rarg(x_475, x_471); +if (lean_is_scalar(x_470)) { + x_477 = lean_alloc_ctor(0, 3, 0); +} else { + x_477 = x_470; +} +lean_ctor_set(x_477, 0, x_476); +lean_ctor_set(x_477, 1, x_469); +lean_ctor_set(x_477, 2, x_472); +x_478 = lean_string_utf8_next(x_461, x_465); +lean_dec(x_465); +x_479 = lean_string_utf8_extract(x_461, x_478, x_463); +lean_dec(x_463); +lean_dec(x_478); +lean_dec(x_461); +x_480 = lean_alloc_ctor(3, 1, 0); +lean_ctor_set(x_480, 0, x_479); +lean_ctor_set(x_10, 0, x_480); +x_481 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_392, x_7, x_390, x_1, x_477); +x_482 = lean_ctor_get(x_481, 0); +lean_inc(x_482); +x_483 = lean_ctor_get(x_481, 1); +lean_inc(x_483); +lean_dec(x_481); +x_2 = x_482; +x_3 = x_483; +goto _start; +} +else +{ +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_dec(x_465); +lean_dec(x_463); +lean_free_object(x_10); +lean_dec(x_398); +x_485 = lean_ctor_get(x_3, 0); +lean_inc(x_485); +x_486 = lean_ctor_get(x_3, 1); +lean_inc(x_486); +x_487 = lean_ctor_get(x_3, 2); +lean_inc(x_487); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_488 = x_3; +} else { + lean_dec_ref(x_3); + x_488 = lean_box(0); +} +lean_inc(x_461); +x_489 = l_Lean_Widget_TaggedText_appendText___rarg(x_461, x_485); +x_490 = lean_string_length(x_461); +lean_dec(x_461); +x_491 = lean_nat_add(x_487, x_490); +lean_dec(x_490); +lean_dec(x_487); +lean_inc(x_486); +x_492 = l_List_take___rarg(x_399, x_486); +x_493 = l_List_drop___rarg(x_399, x_486); +lean_dec(x_486); +x_494 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_489, x_492); +if (lean_is_scalar(x_488)) { + x_495 = lean_alloc_ctor(0, 3, 0); +} else { + x_495 = x_488; +} +lean_ctor_set(x_495, 0, x_494); +lean_ctor_set(x_495, 1, x_493); +lean_ctor_set(x_495, 2, x_491); +lean_ctor_set(x_6, 0, x_395); +lean_ctor_set(x_7, 1, x_390); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_495; +goto _start; +} +} +} +else +{ +lean_object* x_497; lean_object* x_498; lean_object* x_499; lean_object* x_500; uint32_t x_501; lean_object* x_502; lean_object* x_503; lean_object* x_504; uint8_t x_505; +x_497 = lean_ctor_get(x_10, 1); +x_498 = lean_ctor_get(x_10, 2); +lean_inc(x_498); +lean_inc(x_497); +lean_dec(x_10); +x_499 = lean_ctor_get(x_11, 0); +lean_inc(x_499); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + x_500 = x_11; +} else { + lean_dec_ref(x_11); + x_500 = lean_box(0); +} +x_501 = 10; +x_502 = lean_string_utf8_byte_size(x_499); +x_503 = lean_unsigned_to_nat(0u); +x_504 = l_String_posOfAux(x_499, x_501, x_502, x_503); +x_505 = lean_nat_dec_eq(x_504, x_502); +if (x_505 == 0) +{ +lean_object* x_506; lean_object* x_507; lean_object* x_508; lean_object* x_509; lean_object* x_510; lean_object* x_511; uint32_t 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_free_object(x_6); +x_506 = lean_string_utf8_extract(x_499, x_503, x_504); +x_507 = lean_ctor_get(x_3, 0); +lean_inc(x_507); +x_508 = lean_ctor_get(x_3, 1); +lean_inc(x_508); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_509 = x_3; +} else { + lean_dec_ref(x_3); + x_509 = lean_box(0); +} +x_510 = l_Lean_Widget_TaggedText_appendText___rarg(x_506, x_507); +x_511 = l_Int_toNat(x_497); +x_512 = 32; +x_513 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_511); +x_514 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_512, x_511, x_513); +x_515 = l_Lean_Widget_TaggedText_appendText___rarg(x_514, x_510); +if (lean_is_scalar(x_509)) { + x_516 = lean_alloc_ctor(0, 3, 0); +} else { + x_516 = x_509; +} +lean_ctor_set(x_516, 0, x_515); +lean_ctor_set(x_516, 1, x_508); +lean_ctor_set(x_516, 2, x_511); +x_517 = lean_string_utf8_next(x_499, x_504); +lean_dec(x_504); +x_518 = lean_string_utf8_extract(x_499, x_517, x_502); +lean_dec(x_502); +lean_dec(x_517); +lean_dec(x_499); +if (lean_is_scalar(x_500)) { + x_519 = lean_alloc_ctor(3, 1, 0); +} else { + x_519 = x_500; +} +lean_ctor_set(x_519, 0, x_518); +x_520 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_520, 0, x_519); +lean_ctor_set(x_520, 1, x_497); +lean_ctor_set(x_520, 2, x_498); +lean_ctor_set(x_7, 0, x_520); +x_521 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_392, x_7, x_390, x_1, x_516); +x_522 = lean_ctor_get(x_521, 0); +lean_inc(x_522); +x_523 = lean_ctor_get(x_521, 1); +lean_inc(x_523); +lean_dec(x_521); +x_2 = x_522; +x_3 = x_523; +goto _start; +} +else +{ +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_dec(x_504); +lean_dec(x_502); +lean_dec(x_500); +lean_dec(x_497); +x_525 = lean_ctor_get(x_3, 0); +lean_inc(x_525); +x_526 = lean_ctor_get(x_3, 1); +lean_inc(x_526); +x_527 = lean_ctor_get(x_3, 2); +lean_inc(x_527); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_528 = x_3; +} else { + lean_dec_ref(x_3); + x_528 = lean_box(0); +} +lean_inc(x_499); +x_529 = l_Lean_Widget_TaggedText_appendText___rarg(x_499, x_525); +x_530 = lean_string_length(x_499); +lean_dec(x_499); +x_531 = lean_nat_add(x_527, x_530); +lean_dec(x_530); +lean_dec(x_527); +lean_inc(x_526); +x_532 = l_List_take___rarg(x_498, x_526); +x_533 = l_List_drop___rarg(x_498, x_526); +lean_dec(x_526); +x_534 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_529, x_532); +if (lean_is_scalar(x_528)) { + x_535 = lean_alloc_ctor(0, 3, 0); +} else { + x_535 = x_528; +} +lean_ctor_set(x_535, 0, x_534); +lean_ctor_set(x_535, 1, x_533); +lean_ctor_set(x_535, 2, x_531); +lean_ctor_set(x_6, 0, x_395); +lean_ctor_set(x_7, 1, x_390); +lean_ctor_set(x_7, 0, x_6); +x_2 = x_7; +x_3 = x_535; goto _start; } } } else { -lean_object* x_343; uint32_t x_344; lean_object* x_345; lean_object* x_346; lean_object* x_347; uint8_t x_348; -x_343 = lean_ctor_get(x_88, 0); -lean_inc(x_343); -lean_dec(x_88); -x_344 = 10; -x_345 = lean_string_utf8_byte_size(x_343); -x_346 = lean_unsigned_to_nat(0u); -x_347 = l_String_posOfAux(x_343, x_344, x_345, x_346); -x_348 = lean_nat_dec_eq(x_347, x_345); -if (x_348 == 0) -{ -lean_object* x_349; lean_object* x_350; lean_object* x_351; lean_object* x_352; lean_object* x_353; lean_object* x_354; uint32_t x_355; lean_object* x_356; lean_object* x_357; lean_object* x_358; lean_object* x_359; lean_object* x_360; lean_object* x_361; lean_object* x_362; lean_object* x_363; lean_object* x_364; lean_object* x_365; -x_349 = lean_string_utf8_extract(x_343, x_346, x_347); -x_350 = lean_ctor_get(x_3, 0); -lean_inc(x_350); -x_351 = lean_ctor_get(x_3, 1); -lean_inc(x_351); +lean_object* x_537; lean_object* x_538; lean_object* x_539; lean_object* x_540; lean_object* x_541; lean_object* x_542; uint32_t x_543; lean_object* x_544; lean_object* x_545; lean_object* x_546; uint8_t x_547; +x_537 = lean_ctor_get(x_7, 1); +lean_inc(x_537); +lean_dec(x_7); +x_538 = lean_ctor_get(x_10, 1); +lean_inc(x_538); +x_539 = lean_ctor_get(x_10, 2); +lean_inc(x_539); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_540 = x_10; +} else { + lean_dec_ref(x_10); + x_540 = lean_box(0); +} +x_541 = lean_ctor_get(x_11, 0); +lean_inc(x_541); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + x_542 = x_11; +} else { + lean_dec_ref(x_11); + x_542 = lean_box(0); +} +x_543 = 10; +x_544 = lean_string_utf8_byte_size(x_541); +x_545 = lean_unsigned_to_nat(0u); +x_546 = l_String_posOfAux(x_541, x_543, x_544, x_545); +x_547 = lean_nat_dec_eq(x_546, x_544); +if (x_547 == 0) +{ +lean_object* x_548; lean_object* x_549; lean_object* x_550; lean_object* x_551; lean_object* x_552; lean_object* x_553; uint32_t 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_free_object(x_6); +x_548 = lean_string_utf8_extract(x_541, x_545, x_546); +x_549 = lean_ctor_get(x_3, 0); +lean_inc(x_549); +x_550 = lean_ctor_get(x_3, 1); +lean_inc(x_550); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_352 = x_3; + x_551 = x_3; } else { lean_dec_ref(x_3); - x_352 = lean_box(0); + x_551 = lean_box(0); } -x_353 = l_Lean_Widget_TaggedText_appendText___rarg(x_349, x_350); -x_354 = l_Int_toNat(x_278); -x_355 = 32; -x_356 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_354); -x_357 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_355, x_354, x_356); -x_358 = l_Lean_Widget_TaggedText_appendText___rarg(x_357, x_353); -if (lean_is_scalar(x_352)) { - x_359 = lean_alloc_ctor(0, 3, 0); -} else { - x_359 = x_352; -} -lean_ctor_set(x_359, 0, x_358); -lean_ctor_set(x_359, 1, x_351); -lean_ctor_set(x_359, 2, x_354); -x_360 = lean_string_utf8_next(x_343, x_347); -lean_dec(x_347); -x_361 = lean_string_utf8_extract(x_343, x_360, x_345); -lean_dec(x_345); -lean_dec(x_360); -lean_dec(x_343); -x_362 = lean_alloc_ctor(3, 1, 0); -lean_ctor_set(x_362, 0, x_361); -lean_ctor_set(x_16, 0, x_362); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_363 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_14, x_2, x_11, x_1, x_359); -x_364 = lean_ctor_get(x_363, 0); -lean_inc(x_364); -x_365 = lean_ctor_get(x_363, 1); -lean_inc(x_365); -lean_dec(x_363); -x_2 = x_364; -x_3 = x_365; +x_552 = l_Lean_Widget_TaggedText_appendText___rarg(x_548, x_549); +x_553 = l_Int_toNat(x_538); +x_554 = 32; +x_555 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_553); +x_556 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_554, x_553, x_555); +x_557 = l_Lean_Widget_TaggedText_appendText___rarg(x_556, x_552); +if (lean_is_scalar(x_551)) { + x_558 = lean_alloc_ctor(0, 3, 0); +} else { + x_558 = x_551; +} +lean_ctor_set(x_558, 0, x_557); +lean_ctor_set(x_558, 1, x_550); +lean_ctor_set(x_558, 2, x_553); +x_559 = lean_string_utf8_next(x_541, x_546); +lean_dec(x_546); +x_560 = lean_string_utf8_extract(x_541, x_559, x_544); +lean_dec(x_544); +lean_dec(x_559); +lean_dec(x_541); +if (lean_is_scalar(x_542)) { + x_561 = lean_alloc_ctor(3, 1, 0); +} else { + x_561 = x_542; +} +lean_ctor_set(x_561, 0, x_560); +if (lean_is_scalar(x_540)) { + x_562 = lean_alloc_ctor(0, 3, 0); +} else { + x_562 = x_540; +} +lean_ctor_set(x_562, 0, x_561); +lean_ctor_set(x_562, 1, x_538); +lean_ctor_set(x_562, 2, x_539); +x_563 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_563, 0, x_562); +lean_ctor_set(x_563, 1, x_537); +x_564 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_392, x_563, x_390, x_1, x_558); +x_565 = lean_ctor_get(x_564, 0); +lean_inc(x_565); +x_566 = lean_ctor_get(x_564, 1); +lean_inc(x_566); +lean_dec(x_564); +x_2 = x_565; +x_3 = x_566; goto _start; } else { -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_dec(x_347); -lean_dec(x_345); -lean_free_object(x_16); -lean_dec(x_278); -x_367 = lean_ctor_get(x_3, 0); -lean_inc(x_367); -x_368 = lean_ctor_get(x_3, 1); -lean_inc(x_368); -x_369 = lean_ctor_get(x_3, 2); -lean_inc(x_369); +lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; lean_object* x_575; lean_object* x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; +lean_dec(x_546); +lean_dec(x_544); +lean_dec(x_542); +lean_dec(x_540); +lean_dec(x_538); +x_568 = lean_ctor_get(x_3, 0); +lean_inc(x_568); +x_569 = lean_ctor_get(x_3, 1); +lean_inc(x_569); +x_570 = lean_ctor_get(x_3, 2); +lean_inc(x_570); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_370 = x_3; + x_571 = x_3; } else { lean_dec_ref(x_3); - x_370 = lean_box(0); -} -lean_inc(x_343); -x_371 = l_Lean_Widget_TaggedText_appendText___rarg(x_343, x_367); -x_372 = lean_string_length(x_343); -lean_dec(x_343); -x_373 = lean_nat_add(x_369, x_372); -lean_dec(x_372); -lean_dec(x_369); -lean_inc(x_368); -x_374 = l_List_take___rarg(x_279, x_368); -x_375 = l_List_drop___rarg(x_279, x_368); -lean_dec(x_368); -x_376 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_371, x_374); -if (lean_is_scalar(x_370)) { - x_377 = lean_alloc_ctor(0, 3, 0); -} else { - x_377 = x_370; -} -lean_ctor_set(x_377, 0, x_376); -lean_ctor_set(x_377, 1, x_375); -lean_ctor_set(x_377, 2, x_373); -x_378 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_378, 0, x_17); -lean_ctor_set_uint8(x_378, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_378, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_378); -x_3 = x_377; + x_571 = lean_box(0); +} +lean_inc(x_541); +x_572 = l_Lean_Widget_TaggedText_appendText___rarg(x_541, x_568); +x_573 = lean_string_length(x_541); +lean_dec(x_541); +x_574 = lean_nat_add(x_570, x_573); +lean_dec(x_573); +lean_dec(x_570); +lean_inc(x_569); +x_575 = l_List_take___rarg(x_539, x_569); +x_576 = l_List_drop___rarg(x_539, x_569); +lean_dec(x_569); +x_577 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_572, x_575); +if (lean_is_scalar(x_571)) { + x_578 = lean_alloc_ctor(0, 3, 0); +} else { + x_578 = x_571; +} +lean_ctor_set(x_578, 0, x_577); +lean_ctor_set(x_578, 1, x_576); +lean_ctor_set(x_578, 2, x_574); +lean_ctor_set(x_6, 0, x_537); +x_579 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_579, 0, x_6); +lean_ctor_set(x_579, 1, x_390); +x_2 = x_579; +x_3 = x_578; goto _start; } } } else { -lean_object* x_380; lean_object* x_381; lean_object* x_382; lean_object* x_383; uint32_t x_384; lean_object* x_385; lean_object* x_386; lean_object* x_387; uint8_t x_388; -x_380 = lean_ctor_get(x_16, 1); -x_381 = lean_ctor_get(x_16, 2); -lean_inc(x_381); -lean_inc(x_380); -lean_dec(x_16); -x_382 = lean_ctor_get(x_88, 0); -lean_inc(x_382); -if (lean_is_exclusive(x_88)) { - lean_ctor_release(x_88, 0); - x_383 = x_88; -} else { - lean_dec_ref(x_88); - x_383 = lean_box(0); -} -x_384 = 10; -x_385 = lean_string_utf8_byte_size(x_382); -x_386 = lean_unsigned_to_nat(0u); -x_387 = l_String_posOfAux(x_382, x_384, x_385, x_386); -x_388 = lean_nat_dec_eq(x_387, x_385); -if (x_388 == 0) -{ -lean_object* x_389; lean_object* x_390; lean_object* x_391; lean_object* x_392; lean_object* x_393; lean_object* x_394; uint32_t 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_389 = lean_string_utf8_extract(x_382, x_386, x_387); -x_390 = lean_ctor_get(x_3, 0); -lean_inc(x_390); -x_391 = lean_ctor_get(x_3, 1); -lean_inc(x_391); +uint8_t x_581; uint8_t x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; uint32_t x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; uint8_t x_594; +x_581 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_582 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_583 = lean_ctor_get(x_7, 1); +lean_inc(x_583); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_584 = x_7; +} else { + lean_dec_ref(x_7); + x_584 = lean_box(0); +} +x_585 = lean_ctor_get(x_10, 1); +lean_inc(x_585); +x_586 = lean_ctor_get(x_10, 2); +lean_inc(x_586); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_587 = x_10; +} else { + lean_dec_ref(x_10); + x_587 = lean_box(0); +} +x_588 = lean_ctor_get(x_11, 0); +lean_inc(x_588); +if (lean_is_exclusive(x_11)) { + lean_ctor_release(x_11, 0); + x_589 = x_11; +} else { + lean_dec_ref(x_11); + x_589 = lean_box(0); +} +x_590 = 10; +x_591 = lean_string_utf8_byte_size(x_588); +x_592 = lean_unsigned_to_nat(0u); +x_593 = l_String_posOfAux(x_588, x_590, x_591, x_592); +x_594 = lean_nat_dec_eq(x_593, x_591); +if (x_594 == 0) +{ +lean_object* x_595; lean_object* x_596; lean_object* x_597; lean_object* x_598; lean_object* x_599; lean_object* x_600; uint32_t 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; +x_595 = lean_string_utf8_extract(x_588, x_592, x_593); +x_596 = lean_ctor_get(x_3, 0); +lean_inc(x_596); +x_597 = lean_ctor_get(x_3, 1); +lean_inc(x_597); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_392 = x_3; + x_598 = x_3; } else { lean_dec_ref(x_3); - x_392 = lean_box(0); -} -x_393 = l_Lean_Widget_TaggedText_appendText___rarg(x_389, x_390); -x_394 = l_Int_toNat(x_380); -x_395 = 32; -x_396 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_394); -x_397 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_395, x_394, x_396); -x_398 = l_Lean_Widget_TaggedText_appendText___rarg(x_397, x_393); -if (lean_is_scalar(x_392)) { - x_399 = lean_alloc_ctor(0, 3, 0); -} else { - x_399 = x_392; -} -lean_ctor_set(x_399, 0, x_398); -lean_ctor_set(x_399, 1, x_391); -lean_ctor_set(x_399, 2, x_394); -x_400 = lean_string_utf8_next(x_382, x_387); -lean_dec(x_387); -x_401 = lean_string_utf8_extract(x_382, x_400, x_385); -lean_dec(x_385); -lean_dec(x_400); -lean_dec(x_382); -if (lean_is_scalar(x_383)) { - x_402 = lean_alloc_ctor(3, 1, 0); -} else { - x_402 = x_383; -} -lean_ctor_set(x_402, 0, x_401); -x_403 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_403, 0, x_402); -lean_ctor_set(x_403, 1, x_380); -lean_ctor_set(x_403, 2, x_381); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_403); -x_404 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_14, x_2, x_11, x_1, x_399); -x_405 = lean_ctor_get(x_404, 0); -lean_inc(x_405); -x_406 = lean_ctor_get(x_404, 1); -lean_inc(x_406); -lean_dec(x_404); -x_2 = x_405; -x_3 = x_406; + x_598 = lean_box(0); +} +x_599 = l_Lean_Widget_TaggedText_appendText___rarg(x_595, x_596); +x_600 = l_Int_toNat(x_585); +x_601 = 32; +x_602 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; +lean_inc(x_600); +x_603 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_601, x_600, x_602); +x_604 = l_Lean_Widget_TaggedText_appendText___rarg(x_603, x_599); +if (lean_is_scalar(x_598)) { + x_605 = lean_alloc_ctor(0, 3, 0); +} else { + x_605 = x_598; +} +lean_ctor_set(x_605, 0, x_604); +lean_ctor_set(x_605, 1, x_597); +lean_ctor_set(x_605, 2, x_600); +x_606 = lean_string_utf8_next(x_588, x_593); +lean_dec(x_593); +x_607 = lean_string_utf8_extract(x_588, x_606, x_591); +lean_dec(x_591); +lean_dec(x_606); +lean_dec(x_588); +if (lean_is_scalar(x_589)) { + x_608 = lean_alloc_ctor(3, 1, 0); +} else { + x_608 = x_589; +} +lean_ctor_set(x_608, 0, x_607); +if (lean_is_scalar(x_587)) { + x_609 = lean_alloc_ctor(0, 3, 0); +} else { + x_609 = x_587; +} +lean_ctor_set(x_609, 0, x_608); +lean_ctor_set(x_609, 1, x_585); +lean_ctor_set(x_609, 2, x_586); +if (lean_is_scalar(x_584)) { + x_610 = lean_alloc_ctor(1, 2, 0); +} else { + x_610 = x_584; +} +lean_ctor_set(x_610, 0, x_609); +lean_ctor_set(x_610, 1, x_583); +x_611 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_582, x_610, x_390, x_1, x_605); +x_612 = lean_ctor_get(x_611, 0); +lean_inc(x_612); +x_613 = lean_ctor_get(x_611, 1); +lean_inc(x_613); +lean_dec(x_611); +x_2 = x_612; +x_3 = x_613; goto _start; } 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_dec(x_387); -lean_dec(x_385); -lean_dec(x_383); -lean_dec(x_380); -x_408 = lean_ctor_get(x_3, 0); -lean_inc(x_408); -x_409 = lean_ctor_get(x_3, 1); -lean_inc(x_409); -x_410 = lean_ctor_get(x_3, 2); -lean_inc(x_410); +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_dec(x_593); +lean_dec(x_591); +lean_dec(x_589); +lean_dec(x_587); +lean_dec(x_585); +x_615 = lean_ctor_get(x_3, 0); +lean_inc(x_615); +x_616 = lean_ctor_get(x_3, 1); +lean_inc(x_616); +x_617 = lean_ctor_get(x_3, 2); +lean_inc(x_617); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_411 = x_3; + x_618 = x_3; } else { lean_dec_ref(x_3); - x_411 = lean_box(0); -} -lean_inc(x_382); -x_412 = l_Lean_Widget_TaggedText_appendText___rarg(x_382, x_408); -x_413 = lean_string_length(x_382); -lean_dec(x_382); -x_414 = lean_nat_add(x_410, x_413); -lean_dec(x_413); -lean_dec(x_410); -lean_inc(x_409); -x_415 = l_List_take___rarg(x_381, x_409); -x_416 = l_List_drop___rarg(x_381, x_409); -lean_dec(x_409); -x_417 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_412, x_415); -if (lean_is_scalar(x_411)) { - x_418 = lean_alloc_ctor(0, 3, 0); -} else { - x_418 = x_411; -} -lean_ctor_set(x_418, 0, x_417); -lean_ctor_set(x_418, 1, x_416); -lean_ctor_set(x_418, 2, x_414); -x_419 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_419, 0, x_17); -lean_ctor_set_uint8(x_419, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_419, sizeof(void*)*1 + 1, x_14); -lean_ctor_set(x_2, 0, x_419); -x_3 = x_418; -goto _start; + x_618 = lean_box(0); } +lean_inc(x_588); +x_619 = l_Lean_Widget_TaggedText_appendText___rarg(x_588, x_615); +x_620 = lean_string_length(x_588); +lean_dec(x_588); +x_621 = lean_nat_add(x_617, x_620); +lean_dec(x_620); +lean_dec(x_617); +lean_inc(x_616); +x_622 = l_List_take___rarg(x_586, x_616); +x_623 = l_List_drop___rarg(x_586, x_616); +lean_dec(x_616); +x_624 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_619, x_622); +if (lean_is_scalar(x_618)) { + x_625 = lean_alloc_ctor(0, 3, 0); +} else { + x_625 = x_618; } +lean_ctor_set(x_625, 0, x_624); +lean_ctor_set(x_625, 1, x_623); +lean_ctor_set(x_625, 2, x_621); +x_626 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_626, 0, x_583); +lean_ctor_set_uint8(x_626, sizeof(void*)*1, x_581); +lean_ctor_set_uint8(x_626, sizeof(void*)*1 + 1, x_582); +if (lean_is_scalar(x_584)) { + x_627 = lean_alloc_ctor(1, 2, 0); +} else { + x_627 = x_584; } -case 4: -{ -uint8_t x_421; -lean_dec(x_18); -lean_dec(x_15); -x_421 = !lean_is_exclusive(x_16); -if (x_421 == 0) -{ -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; -x_422 = lean_ctor_get(x_16, 1); -x_423 = lean_ctor_get(x_16, 0); -lean_dec(x_423); -x_424 = lean_ctor_get(x_88, 0); -lean_inc(x_424); -x_425 = lean_ctor_get(x_88, 1); -lean_inc(x_425); -lean_dec(x_88); -x_426 = lean_int_add(x_422, x_424); -lean_dec(x_424); -lean_dec(x_422); -lean_ctor_set(x_16, 1, x_426); -lean_ctor_set(x_16, 0, x_425); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_427 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_427, 0, x_2); -lean_ctor_set_uint8(x_427, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_427, sizeof(void*)*1 + 1, x_14); -x_428 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_428, 0, x_427); -lean_ctor_set(x_428, 1, x_11); -x_2 = x_428; +lean_ctor_set(x_627, 0, x_626); +lean_ctor_set(x_627, 1, x_390); +x_2 = x_627; +x_3 = x_625; goto _start; } -else -{ -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; -x_430 = lean_ctor_get(x_16, 1); -x_431 = lean_ctor_get(x_16, 2); -lean_inc(x_431); -lean_inc(x_430); -lean_dec(x_16); -x_432 = lean_ctor_get(x_88, 0); -lean_inc(x_432); -x_433 = lean_ctor_get(x_88, 1); -lean_inc(x_433); -lean_dec(x_88); -x_434 = lean_int_add(x_430, x_432); -lean_dec(x_432); -lean_dec(x_430); -x_435 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_435, 0, x_433); -lean_ctor_set(x_435, 1, x_434); -lean_ctor_set(x_435, 2, x_431); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_435); -x_436 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_436, 0, x_2); -lean_ctor_set_uint8(x_436, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_436, sizeof(void*)*1 + 1, x_14); -x_437 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_437, 0, x_436); -lean_ctor_set(x_437, 1, x_11); -x_2 = x_437; -goto _start; } } -case 5: +case 4: { -uint8_t x_439; -lean_dec(x_18); -lean_dec(x_15); -x_439 = !lean_is_exclusive(x_16); -if (x_439 == 0) +uint8_t x_629; +x_629 = !lean_is_exclusive(x_2); +if (x_629 == 0) { -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; -x_440 = lean_ctor_get(x_16, 1); -x_441 = lean_ctor_get(x_16, 2); -x_442 = lean_ctor_get(x_16, 0); -lean_dec(x_442); -x_443 = lean_ctor_get(x_88, 0); -lean_inc(x_443); -x_444 = lean_ctor_get(x_88, 1); -lean_inc(x_444); -lean_dec(x_88); -x_445 = lean_unsigned_to_nat(0u); -lean_inc(x_440); -lean_ctor_set(x_16, 2, x_445); -lean_ctor_set(x_16, 0, x_443); -x_446 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_446, 0, x_444); -lean_ctor_set(x_446, 1, x_440); -lean_ctor_set(x_446, 2, x_441); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_446); -x_447 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_447, 0, x_16); -lean_ctor_set(x_447, 1, x_2); -x_448 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_448, 0, x_447); -lean_ctor_set_uint8(x_448, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_448, sizeof(void*)*1 + 1, x_14); -x_449 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_449, 0, x_448); -lean_ctor_set(x_449, 1, x_11); -x_2 = x_449; +lean_object* x_630; uint8_t x_631; +x_630 = lean_ctor_get(x_2, 0); +lean_dec(x_630); +x_631 = !lean_is_exclusive(x_6); +if (x_631 == 0) +{ +lean_object* x_632; uint8_t x_633; +x_632 = lean_ctor_get(x_6, 0); +lean_dec(x_632); +x_633 = !lean_is_exclusive(x_7); +if (x_633 == 0) +{ +lean_object* x_634; uint8_t x_635; +x_634 = lean_ctor_get(x_7, 0); +lean_dec(x_634); +x_635 = !lean_is_exclusive(x_10); +if (x_635 == 0) +{ +lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; lean_object* x_640; +x_636 = lean_ctor_get(x_10, 1); +x_637 = lean_ctor_get(x_10, 0); +lean_dec(x_637); +x_638 = lean_ctor_get(x_11, 0); +lean_inc(x_638); +x_639 = lean_ctor_get(x_11, 1); +lean_inc(x_639); +lean_dec(x_11); +x_640 = lean_int_add(x_636, x_638); +lean_dec(x_638); +lean_dec(x_636); +lean_ctor_set(x_10, 1, x_640); +lean_ctor_set(x_10, 0, x_639); goto _start; } else { -lean_object* x_451; lean_object* x_452; lean_object* x_453; lean_object* x_454; lean_object* x_455; lean_object* x_456; lean_object* x_457; lean_object* x_458; lean_object* x_459; lean_object* x_460; -x_451 = lean_ctor_get(x_16, 1); -x_452 = lean_ctor_get(x_16, 2); -lean_inc(x_452); -lean_inc(x_451); -lean_dec(x_16); -x_453 = lean_ctor_get(x_88, 0); -lean_inc(x_453); -x_454 = lean_ctor_get(x_88, 1); -lean_inc(x_454); -lean_dec(x_88); -x_455 = lean_unsigned_to_nat(0u); -lean_inc(x_451); -x_456 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_456, 0, x_453); -lean_ctor_set(x_456, 1, x_451); -lean_ctor_set(x_456, 2, x_455); -x_457 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_457, 0, x_454); -lean_ctor_set(x_457, 1, x_451); -lean_ctor_set(x_457, 2, x_452); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_457); -x_458 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_458, 0, x_456); -lean_ctor_set(x_458, 1, x_2); -x_459 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_459, 0, x_458); -lean_ctor_set_uint8(x_459, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_459, sizeof(void*)*1 + 1, x_14); -x_460 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_460, 0, x_459); -lean_ctor_set(x_460, 1, x_11); -x_2 = x_460; +lean_object* x_642; lean_object* x_643; lean_object* x_644; lean_object* x_645; lean_object* x_646; lean_object* x_647; +x_642 = lean_ctor_get(x_10, 1); +x_643 = lean_ctor_get(x_10, 2); +lean_inc(x_643); +lean_inc(x_642); +lean_dec(x_10); +x_644 = lean_ctor_get(x_11, 0); +lean_inc(x_644); +x_645 = lean_ctor_get(x_11, 1); +lean_inc(x_645); +lean_dec(x_11); +x_646 = lean_int_add(x_642, x_644); +lean_dec(x_644); +lean_dec(x_642); +x_647 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_647, 0, x_645); +lean_ctor_set(x_647, 1, x_646); +lean_ctor_set(x_647, 2, x_643); +lean_ctor_set(x_7, 0, x_647); goto _start; } } -case 6: -{ -lean_dec(x_18); -lean_dec(x_15); -if (x_13 == 0) -{ -uint8_t x_462; -x_462 = !lean_is_exclusive(x_16); -if (x_462 == 0) -{ -lean_object* x_463; lean_object* x_464; uint8_t 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; -x_463 = lean_ctor_get(x_16, 0); -lean_dec(x_463); -x_464 = lean_ctor_get(x_88, 0); -lean_inc(x_464); -x_465 = lean_ctor_get_uint8(x_88, sizeof(void*)*1); -lean_dec(x_88); -lean_ctor_set(x_16, 0, x_464); -x_466 = lean_box(0); -lean_ctor_set(x_2, 1, x_466); -lean_ctor_set(x_2, 0, x_16); -x_467 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_467, 0, x_17); -lean_ctor_set_uint8(x_467, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_467, sizeof(void*)*1 + 1, x_14); -x_468 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_468, 0, x_467); -lean_ctor_set(x_468, 1, x_11); -x_469 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_465, x_2, x_468, x_1, x_3); -x_470 = lean_ctor_get(x_469, 0); -lean_inc(x_470); -x_471 = lean_ctor_get(x_469, 1); -lean_inc(x_471); -lean_dec(x_469); -x_2 = x_470; -x_3 = x_471; -goto _start; -} else { -lean_object* x_473; lean_object* x_474; lean_object* x_475; uint8_t 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; -x_473 = lean_ctor_get(x_16, 1); -x_474 = lean_ctor_get(x_16, 2); -lean_inc(x_474); -lean_inc(x_473); -lean_dec(x_16); -x_475 = lean_ctor_get(x_88, 0); -lean_inc(x_475); -x_476 = lean_ctor_get_uint8(x_88, sizeof(void*)*1); -lean_dec(x_88); -x_477 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_477, 0, x_475); -lean_ctor_set(x_477, 1, x_473); -lean_ctor_set(x_477, 2, x_474); -x_478 = lean_box(0); -lean_ctor_set(x_2, 1, x_478); -lean_ctor_set(x_2, 0, x_477); -x_479 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_479, 0, x_17); -lean_ctor_set_uint8(x_479, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_479, sizeof(void*)*1 + 1, x_14); -x_480 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_480, 0, x_479); -lean_ctor_set(x_480, 1, x_11); -x_481 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_476, x_2, x_480, x_1, x_3); -x_482 = lean_ctor_get(x_481, 0); -lean_inc(x_482); -x_483 = lean_ctor_get(x_481, 1); -lean_inc(x_483); -lean_dec(x_481); -x_2 = x_482; -x_3 = x_483; -goto _start; -} +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; +x_649 = lean_ctor_get(x_7, 1); +lean_inc(x_649); +lean_dec(x_7); +x_650 = lean_ctor_get(x_10, 1); +lean_inc(x_650); +x_651 = lean_ctor_get(x_10, 2); +lean_inc(x_651); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_652 = x_10; +} else { + lean_dec_ref(x_10); + x_652 = lean_box(0); } -else -{ -uint8_t x_485; -x_485 = !lean_is_exclusive(x_16); -if (x_485 == 0) -{ -lean_object* x_486; lean_object* x_487; lean_object* x_488; lean_object* x_489; -x_486 = lean_ctor_get(x_16, 0); -lean_dec(x_486); -x_487 = lean_ctor_get(x_88, 0); -lean_inc(x_487); -lean_dec(x_88); -lean_ctor_set(x_16, 0, x_487); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_16); -x_488 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_488, 0, x_2); -lean_ctor_set_uint8(x_488, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_488, sizeof(void*)*1 + 1, x_14); -x_489 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_489, 0, x_488); -lean_ctor_set(x_489, 1, x_11); -x_2 = x_489; +x_653 = lean_ctor_get(x_11, 0); +lean_inc(x_653); +x_654 = lean_ctor_get(x_11, 1); +lean_inc(x_654); +lean_dec(x_11); +x_655 = lean_int_add(x_650, x_653); +lean_dec(x_653); +lean_dec(x_650); +if (lean_is_scalar(x_652)) { + x_656 = lean_alloc_ctor(0, 3, 0); +} else { + x_656 = x_652; +} +lean_ctor_set(x_656, 0, x_654); +lean_ctor_set(x_656, 1, x_655); +lean_ctor_set(x_656, 2, x_651); +x_657 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_657, 0, x_656); +lean_ctor_set(x_657, 1, x_649); +lean_ctor_set(x_6, 0, x_657); goto _start; } +} 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; -x_491 = lean_ctor_get(x_16, 1); -x_492 = lean_ctor_get(x_16, 2); -lean_inc(x_492); -lean_inc(x_491); -lean_dec(x_16); -x_493 = lean_ctor_get(x_88, 0); -lean_inc(x_493); -lean_dec(x_88); -x_494 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_494, 0, x_493); -lean_ctor_set(x_494, 1, x_491); -lean_ctor_set(x_494, 2, x_492); -lean_ctor_set(x_2, 1, x_17); -lean_ctor_set(x_2, 0, x_494); -x_495 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_495, 0, x_2); -lean_ctor_set_uint8(x_495, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_495, sizeof(void*)*1 + 1, x_14); -x_496 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_496, 0, x_495); -lean_ctor_set(x_496, 1, x_11); -x_2 = x_496; -goto _start; -} -} +uint8_t x_659; uint8_t 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; +x_659 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_660 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_661 = lean_ctor_get(x_7, 1); +lean_inc(x_661); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_662 = x_7; +} else { + lean_dec_ref(x_7); + x_662 = lean_box(0); +} +x_663 = lean_ctor_get(x_10, 1); +lean_inc(x_663); +x_664 = lean_ctor_get(x_10, 2); +lean_inc(x_664); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_665 = x_10; +} else { + lean_dec_ref(x_10); + x_665 = lean_box(0); } -default: -{ -uint8_t x_498; -lean_dec(x_18); -lean_dec(x_15); -x_498 = !lean_is_exclusive(x_16); -if (x_498 == 0) -{ -lean_object* x_499; lean_object* x_500; lean_object* x_501; lean_object* x_502; uint8_t x_503; -x_499 = lean_ctor_get(x_16, 2); -x_500 = lean_ctor_get(x_16, 0); -lean_dec(x_500); -x_501 = lean_ctor_get(x_88, 0); -lean_inc(x_501); -x_502 = lean_ctor_get(x_88, 1); -lean_inc(x_502); -lean_dec(x_88); -x_503 = !lean_is_exclusive(x_3); -if (x_503 == 0) -{ -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; -x_504 = lean_ctor_get(x_3, 0); -x_505 = lean_ctor_get(x_3, 1); -x_506 = lean_ctor_get(x_3, 2); -lean_inc(x_506); -x_507 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_507, 0, x_506); -lean_ctor_set(x_507, 1, x_504); -x_508 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_508, 0, x_501); -lean_ctor_set(x_508, 1, x_507); -lean_ctor_set(x_2, 1, x_505); -lean_ctor_set(x_2, 0, x_508); -x_509 = l_Lean_Widget_instInhabitedTaggedText___closed__2; -lean_ctor_set(x_3, 1, x_2); -lean_ctor_set(x_3, 0, x_509); -x_510 = lean_unsigned_to_nat(1u); -x_511 = lean_nat_add(x_499, x_510); -lean_dec(x_499); -lean_ctor_set(x_16, 2, x_511); -lean_ctor_set(x_16, 0, x_502); -x_512 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_512, 0, x_16); -lean_ctor_set(x_512, 1, x_17); -x_513 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_513, 0, x_512); -lean_ctor_set_uint8(x_513, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_513, sizeof(void*)*1 + 1, x_14); -x_514 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_514, 0, x_513); -lean_ctor_set(x_514, 1, x_11); -x_2 = x_514; -goto _start; +x_666 = lean_ctor_get(x_11, 0); +lean_inc(x_666); +x_667 = lean_ctor_get(x_11, 1); +lean_inc(x_667); +lean_dec(x_11); +x_668 = lean_int_add(x_663, x_666); +lean_dec(x_666); +lean_dec(x_663); +if (lean_is_scalar(x_665)) { + x_669 = lean_alloc_ctor(0, 3, 0); +} else { + x_669 = x_665; } -else -{ -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; -x_516 = lean_ctor_get(x_3, 0); -x_517 = lean_ctor_get(x_3, 1); -x_518 = lean_ctor_get(x_3, 2); -lean_inc(x_518); -lean_inc(x_517); -lean_inc(x_516); -lean_dec(x_3); -lean_inc(x_518); -x_519 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_519, 0, x_518); -lean_ctor_set(x_519, 1, x_516); -x_520 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_520, 0, x_501); -lean_ctor_set(x_520, 1, x_519); -lean_ctor_set(x_2, 1, x_517); -lean_ctor_set(x_2, 0, x_520); -x_521 = l_Lean_Widget_instInhabitedTaggedText___closed__2; -x_522 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_522, 0, x_521); -lean_ctor_set(x_522, 1, x_2); -lean_ctor_set(x_522, 2, x_518); -x_523 = lean_unsigned_to_nat(1u); -x_524 = lean_nat_add(x_499, x_523); -lean_dec(x_499); -lean_ctor_set(x_16, 2, x_524); -lean_ctor_set(x_16, 0, x_502); -x_525 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_525, 0, x_16); -lean_ctor_set(x_525, 1, x_17); -x_526 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_526, 0, x_525); -lean_ctor_set_uint8(x_526, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_526, sizeof(void*)*1 + 1, x_14); -x_527 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_527, 0, x_526); -lean_ctor_set(x_527, 1, x_11); -x_2 = x_527; -x_3 = x_522; +lean_ctor_set(x_669, 0, x_667); +lean_ctor_set(x_669, 1, x_668); +lean_ctor_set(x_669, 2, x_664); +if (lean_is_scalar(x_662)) { + x_670 = lean_alloc_ctor(1, 2, 0); +} else { + x_670 = x_662; +} +lean_ctor_set(x_670, 0, x_669); +lean_ctor_set(x_670, 1, x_661); +x_671 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_671, 0, x_670); +lean_ctor_set_uint8(x_671, sizeof(void*)*1, x_659); +lean_ctor_set_uint8(x_671, sizeof(void*)*1 + 1, x_660); +lean_ctor_set(x_2, 0, x_671); goto _start; } } else { -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; -x_529 = lean_ctor_get(x_16, 1); -x_530 = lean_ctor_get(x_16, 2); -lean_inc(x_530); -lean_inc(x_529); -lean_dec(x_16); -x_531 = lean_ctor_get(x_88, 0); -lean_inc(x_531); -x_532 = lean_ctor_get(x_88, 1); -lean_inc(x_532); -lean_dec(x_88); -x_533 = lean_ctor_get(x_3, 0); -lean_inc(x_533); -x_534 = lean_ctor_get(x_3, 1); -lean_inc(x_534); -x_535 = lean_ctor_get(x_3, 2); -lean_inc(x_535); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_536 = x_3; +lean_object* x_673; uint8_t x_674; uint8_t x_675; lean_object* x_676; lean_object* x_677; lean_object* x_678; lean_object* x_679; lean_object* x_680; lean_object* x_681; lean_object* x_682; lean_object* x_683; lean_object* x_684; lean_object* x_685; lean_object* x_686; lean_object* x_687; lean_object* x_688; +x_673 = lean_ctor_get(x_2, 1); +lean_inc(x_673); +lean_dec(x_2); +x_674 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_675 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_676 = x_6; } else { - lean_dec_ref(x_3); - x_536 = lean_box(0); -} -lean_inc(x_535); -x_537 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_537, 0, x_535); -lean_ctor_set(x_537, 1, x_533); -x_538 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_538, 0, x_531); -lean_ctor_set(x_538, 1, x_537); -lean_ctor_set(x_2, 1, x_534); -lean_ctor_set(x_2, 0, x_538); -x_539 = l_Lean_Widget_instInhabitedTaggedText___closed__2; -if (lean_is_scalar(x_536)) { - x_540 = lean_alloc_ctor(0, 3, 0); -} else { - x_540 = x_536; -} -lean_ctor_set(x_540, 0, x_539); -lean_ctor_set(x_540, 1, x_2); -lean_ctor_set(x_540, 2, x_535); -x_541 = lean_unsigned_to_nat(1u); -x_542 = lean_nat_add(x_530, x_541); -lean_dec(x_530); -x_543 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_543, 0, x_532); -lean_ctor_set(x_543, 1, x_529); -lean_ctor_set(x_543, 2, x_542); -x_544 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_544, 0, x_543); -lean_ctor_set(x_544, 1, x_17); -x_545 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_545, 0, x_544); -lean_ctor_set_uint8(x_545, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_545, sizeof(void*)*1 + 1, x_14); -x_546 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_546, 0, x_545); -lean_ctor_set(x_546, 1, x_11); -x_2 = x_546; -x_3 = x_540; -goto _start; + lean_dec_ref(x_6); + x_676 = lean_box(0); } +x_677 = lean_ctor_get(x_7, 1); +lean_inc(x_677); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_678 = x_7; +} else { + lean_dec_ref(x_7); + x_678 = lean_box(0); +} +x_679 = lean_ctor_get(x_10, 1); +lean_inc(x_679); +x_680 = lean_ctor_get(x_10, 2); +lean_inc(x_680); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_681 = x_10; +} else { + lean_dec_ref(x_10); + x_681 = lean_box(0); } +x_682 = lean_ctor_get(x_11, 0); +lean_inc(x_682); +x_683 = lean_ctor_get(x_11, 1); +lean_inc(x_683); +lean_dec(x_11); +x_684 = lean_int_add(x_679, x_682); +lean_dec(x_682); +lean_dec(x_679); +if (lean_is_scalar(x_681)) { + x_685 = lean_alloc_ctor(0, 3, 0); +} else { + x_685 = x_681; } -block_87: -{ -lean_object* x_20; lean_object* x_21; lean_object* x_22; uint8_t x_23; -lean_dec(x_19); -x_20 = lean_ctor_get(x_3, 2); -lean_inc(x_20); -x_21 = lean_nat_to_int(x_20); -x_22 = lean_ctor_get(x_16, 1); -lean_inc(x_22); -x_23 = lean_int_dec_lt(x_21, x_22); -if (x_23 == 0) -{ -lean_object* x_24; uint8_t x_25; -lean_dec(x_21); -x_24 = l_Int_toNat(x_22); -lean_dec(x_22); -x_25 = !lean_is_exclusive(x_3); -if (x_25 == 0) -{ -lean_object* x_26; lean_object* x_27; lean_object* x_28; uint32_t x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_26 = lean_ctor_get(x_3, 0); -x_27 = lean_ctor_get(x_3, 1); -x_28 = lean_ctor_get(x_3, 2); -lean_dec(x_28); -x_29 = 32; -x_30 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_24); -x_31 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_29, x_24, x_30); -x_32 = l_Lean_Widget_TaggedText_appendText___rarg(x_31, x_26); -x_33 = lean_ctor_get(x_16, 2); -lean_inc(x_33); -lean_dec(x_16); -lean_inc(x_27); -x_34 = l_List_take___rarg(x_33, x_27); -x_35 = l_List_drop___rarg(x_33, x_27); -lean_dec(x_27); -x_36 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_32, x_34); -lean_ctor_set(x_3, 2, x_24); -lean_ctor_set(x_3, 1, x_35); -lean_ctor_set(x_3, 0, x_36); -if (lean_is_scalar(x_15)) { - x_37 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_685, 0, x_683); +lean_ctor_set(x_685, 1, x_684); +lean_ctor_set(x_685, 2, x_680); +if (lean_is_scalar(x_678)) { + x_686 = lean_alloc_ctor(1, 2, 0); } else { - x_37 = x_15; + x_686 = x_678; } -lean_ctor_set(x_37, 0, x_17); -lean_ctor_set_uint8(x_37, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_37, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_38 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_686, 0, x_685); +lean_ctor_set(x_686, 1, x_677); +if (lean_is_scalar(x_676)) { + x_687 = lean_alloc_ctor(0, 1, 2); } else { - x_38 = x_18; + x_687 = x_676; +} +lean_ctor_set(x_687, 0, x_686); +lean_ctor_set_uint8(x_687, sizeof(void*)*1, x_674); +lean_ctor_set_uint8(x_687, sizeof(void*)*1 + 1, x_675); +x_688 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_688, 0, x_687); +lean_ctor_set(x_688, 1, x_673); +x_2 = x_688; +goto _start; } -lean_ctor_set(x_38, 0, x_37); -lean_ctor_set(x_38, 1, x_11); -x_2 = x_38; +} +case 5: +{ +uint8_t x_690; +x_690 = !lean_is_exclusive(x_2); +if (x_690 == 0) +{ +lean_object* x_691; lean_object* x_692; uint8_t x_693; +x_691 = lean_ctor_get(x_2, 1); +x_692 = lean_ctor_get(x_2, 0); +lean_dec(x_692); +x_693 = !lean_is_exclusive(x_6); +if (x_693 == 0) +{ +lean_object* x_694; uint8_t x_695; +x_694 = lean_ctor_get(x_6, 0); +lean_dec(x_694); +x_695 = !lean_is_exclusive(x_7); +if (x_695 == 0) +{ +lean_object* x_696; uint8_t x_697; +x_696 = lean_ctor_get(x_7, 0); +lean_dec(x_696); +x_697 = !lean_is_exclusive(x_10); +if (x_697 == 0) +{ +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; +x_698 = lean_ctor_get(x_10, 1); +x_699 = lean_ctor_get(x_10, 2); +x_700 = lean_ctor_get(x_10, 0); +lean_dec(x_700); +x_701 = lean_ctor_get(x_11, 0); +lean_inc(x_701); +x_702 = lean_ctor_get(x_11, 1); +lean_inc(x_702); +lean_dec(x_11); +x_703 = lean_unsigned_to_nat(0u); +lean_inc(x_698); +lean_ctor_set(x_10, 2, x_703); +lean_ctor_set(x_10, 0, x_701); +x_704 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_704, 0, x_702); +lean_ctor_set(x_704, 1, x_698); +lean_ctor_set(x_704, 2, x_699); +lean_ctor_set(x_7, 0, x_704); +lean_ctor_set(x_2, 1, x_7); +lean_ctor_set(x_2, 0, x_10); +lean_ctor_set(x_6, 0, x_2); +x_705 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_705, 0, x_6); +lean_ctor_set(x_705, 1, x_691); +x_2 = x_705; goto _start; } else { -lean_object* x_40; lean_object* x_41; uint32_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; -x_40 = lean_ctor_get(x_3, 0); -x_41 = lean_ctor_get(x_3, 1); -lean_inc(x_41); -lean_inc(x_40); -lean_dec(x_3); -x_42 = 32; -x_43 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_24); -x_44 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_42, x_24, x_43); -x_45 = l_Lean_Widget_TaggedText_appendText___rarg(x_44, x_40); -x_46 = lean_ctor_get(x_16, 2); -lean_inc(x_46); -lean_dec(x_16); -lean_inc(x_41); -x_47 = l_List_take___rarg(x_46, x_41); -x_48 = l_List_drop___rarg(x_46, x_41); -lean_dec(x_41); -x_49 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_45, x_47); -x_50 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_50, 0, x_49); -lean_ctor_set(x_50, 1, x_48); -lean_ctor_set(x_50, 2, x_24); -if (lean_is_scalar(x_15)) { - x_51 = lean_alloc_ctor(0, 1, 2); -} else { - x_51 = x_15; -} -lean_ctor_set(x_51, 0, x_17); -lean_ctor_set_uint8(x_51, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_51, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_52 = lean_alloc_ctor(1, 2, 0); -} else { - x_52 = x_18; -} -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_11); -x_2 = x_52; -x_3 = x_50; +lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; lean_object* x_711; lean_object* x_712; lean_object* x_713; lean_object* x_714; +x_707 = lean_ctor_get(x_10, 1); +x_708 = lean_ctor_get(x_10, 2); +lean_inc(x_708); +lean_inc(x_707); +lean_dec(x_10); +x_709 = lean_ctor_get(x_11, 0); +lean_inc(x_709); +x_710 = lean_ctor_get(x_11, 1); +lean_inc(x_710); +lean_dec(x_11); +x_711 = lean_unsigned_to_nat(0u); +lean_inc(x_707); +x_712 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_712, 0, x_709); +lean_ctor_set(x_712, 1, x_707); +lean_ctor_set(x_712, 2, x_711); +x_713 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_713, 0, x_710); +lean_ctor_set(x_713, 1, x_707); +lean_ctor_set(x_713, 2, x_708); +lean_ctor_set(x_7, 0, x_713); +lean_ctor_set(x_2, 1, x_7); +lean_ctor_set(x_2, 0, x_712); +lean_ctor_set(x_6, 0, x_2); +x_714 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_714, 0, x_6); +lean_ctor_set(x_714, 1, x_691); +x_2 = x_714; goto _start; } } else { -uint32_t x_54; lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; uint8_t x_59; -x_54 = 32; -x_55 = lean_int_sub(x_22, x_21); -lean_dec(x_21); -lean_dec(x_22); -x_56 = l_Int_toNat(x_55); -lean_dec(x_55); -x_57 = l_Lean_Widget_instInhabitedTaggedText___closed__1; -x_58 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_54, x_56, x_57); -x_59 = !lean_is_exclusive(x_3); -if (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; lean_object* x_66; lean_object* x_67; lean_object* x_68; lean_object* x_69; lean_object* x_70; lean_object* x_71; -x_60 = lean_ctor_get(x_3, 0); -x_61 = lean_ctor_get(x_3, 1); -x_62 = lean_ctor_get(x_3, 2); -lean_inc(x_58); -x_63 = l_Lean_Widget_TaggedText_appendText___rarg(x_58, x_60); -x_64 = lean_string_length(x_58); -lean_dec(x_58); -x_65 = lean_nat_add(x_62, x_64); -lean_dec(x_64); -lean_dec(x_62); -x_66 = lean_ctor_get(x_16, 2); -lean_inc(x_66); -lean_dec(x_16); -lean_inc(x_61); -x_67 = l_List_take___rarg(x_66, x_61); -x_68 = l_List_drop___rarg(x_66, x_61); -lean_dec(x_61); -x_69 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_63, x_67); -lean_ctor_set(x_3, 2, x_65); -lean_ctor_set(x_3, 1, x_68); -lean_ctor_set(x_3, 0, x_69); -if (lean_is_scalar(x_15)) { - x_70 = lean_alloc_ctor(0, 1, 2); -} else { - x_70 = x_15; -} -lean_ctor_set(x_70, 0, x_17); -lean_ctor_set_uint8(x_70, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_70, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_71 = lean_alloc_ctor(1, 2, 0); -} else { - x_71 = x_18; -} -lean_ctor_set(x_71, 0, x_70); -lean_ctor_set(x_71, 1, x_11); -x_2 = x_71; +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; +x_716 = lean_ctor_get(x_7, 1); +lean_inc(x_716); +lean_dec(x_7); +x_717 = lean_ctor_get(x_10, 1); +lean_inc(x_717); +x_718 = lean_ctor_get(x_10, 2); +lean_inc(x_718); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_719 = x_10; +} else { + lean_dec_ref(x_10); + x_719 = lean_box(0); +} +x_720 = lean_ctor_get(x_11, 0); +lean_inc(x_720); +x_721 = lean_ctor_get(x_11, 1); +lean_inc(x_721); +lean_dec(x_11); +x_722 = lean_unsigned_to_nat(0u); +lean_inc(x_717); +if (lean_is_scalar(x_719)) { + x_723 = lean_alloc_ctor(0, 3, 0); +} else { + x_723 = x_719; +} +lean_ctor_set(x_723, 0, x_720); +lean_ctor_set(x_723, 1, x_717); +lean_ctor_set(x_723, 2, x_722); +x_724 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_724, 0, x_721); +lean_ctor_set(x_724, 1, x_717); +lean_ctor_set(x_724, 2, x_718); +x_725 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_725, 0, x_724); +lean_ctor_set(x_725, 1, x_716); +lean_ctor_set(x_2, 1, x_725); +lean_ctor_set(x_2, 0, x_723); +lean_ctor_set(x_6, 0, x_2); +x_726 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_726, 0, x_6); +lean_ctor_set(x_726, 1, x_691); +x_2 = x_726; goto _start; } +} 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; -x_73 = lean_ctor_get(x_3, 0); -x_74 = lean_ctor_get(x_3, 1); -x_75 = lean_ctor_get(x_3, 2); -lean_inc(x_75); -lean_inc(x_74); -lean_inc(x_73); -lean_dec(x_3); -lean_inc(x_58); -x_76 = l_Lean_Widget_TaggedText_appendText___rarg(x_58, x_73); -x_77 = lean_string_length(x_58); -lean_dec(x_58); -x_78 = lean_nat_add(x_75, x_77); -lean_dec(x_77); -lean_dec(x_75); -x_79 = lean_ctor_get(x_16, 2); -lean_inc(x_79); -lean_dec(x_16); -lean_inc(x_74); -x_80 = l_List_take___rarg(x_79, x_74); -x_81 = l_List_drop___rarg(x_79, x_74); -lean_dec(x_74); -x_82 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_76, x_80); -x_83 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_83, 0, x_82); -lean_ctor_set(x_83, 1, x_81); -lean_ctor_set(x_83, 2, x_78); -if (lean_is_scalar(x_15)) { - x_84 = lean_alloc_ctor(0, 1, 2); -} else { - x_84 = x_15; -} -lean_ctor_set(x_84, 0, x_17); -lean_ctor_set_uint8(x_84, sizeof(void*)*1, x_13); -lean_ctor_set_uint8(x_84, sizeof(void*)*1 + 1, x_14); -if (lean_is_scalar(x_18)) { - x_85 = lean_alloc_ctor(1, 2, 0); -} else { - x_85 = x_18; -} -lean_ctor_set(x_85, 0, x_84); -lean_ctor_set(x_85, 1, x_11); -x_2 = x_85; -x_3 = x_83; -goto _start; -} +uint8_t x_728; uint8_t 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; +x_728 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_729 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_730 = lean_ctor_get(x_7, 1); +lean_inc(x_730); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_731 = x_7; +} else { + lean_dec_ref(x_7); + x_731 = lean_box(0); +} +x_732 = lean_ctor_get(x_10, 1); +lean_inc(x_732); +x_733 = lean_ctor_get(x_10, 2); +lean_inc(x_733); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_734 = x_10; +} else { + lean_dec_ref(x_10); + x_734 = lean_box(0); } +x_735 = lean_ctor_get(x_11, 0); +lean_inc(x_735); +x_736 = lean_ctor_get(x_11, 1); +lean_inc(x_736); +lean_dec(x_11); +x_737 = lean_unsigned_to_nat(0u); +lean_inc(x_732); +if (lean_is_scalar(x_734)) { + x_738 = lean_alloc_ctor(0, 3, 0); +} else { + x_738 = x_734; +} +lean_ctor_set(x_738, 0, x_735); +lean_ctor_set(x_738, 1, x_732); +lean_ctor_set(x_738, 2, x_737); +x_739 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_739, 0, x_736); +lean_ctor_set(x_739, 1, x_732); +lean_ctor_set(x_739, 2, x_733); +if (lean_is_scalar(x_731)) { + x_740 = lean_alloc_ctor(1, 2, 0); +} else { + x_740 = x_731; +} +lean_ctor_set(x_740, 0, x_739); +lean_ctor_set(x_740, 1, x_730); +lean_ctor_set(x_2, 1, x_740); +lean_ctor_set(x_2, 0, x_738); +x_741 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_741, 0, x_2); +lean_ctor_set_uint8(x_741, sizeof(void*)*1, x_728); +lean_ctor_set_uint8(x_741, sizeof(void*)*1 + 1, x_729); +x_742 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_742, 0, x_741); +lean_ctor_set(x_742, 1, x_691); +x_2 = x_742; +goto _start; } } else { -lean_object* x_548; uint8_t x_549; uint8_t 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_597; -x_548 = lean_ctor_get(x_2, 1); -lean_inc(x_548); +lean_object* x_744; uint8_t 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; lean_object* x_761; +x_744 = lean_ctor_get(x_2, 1); +lean_inc(x_744); lean_dec(x_2); -x_549 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); -x_550 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +x_745 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_746 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); if (lean_is_exclusive(x_6)) { lean_ctor_release(x_6, 0); - x_551 = x_6; + x_747 = x_6; } else { lean_dec_ref(x_6); - x_551 = lean_box(0); + x_747 = lean_box(0); } -x_552 = lean_ctor_get(x_7, 0); -lean_inc(x_552); -x_553 = lean_ctor_get(x_7, 1); -lean_inc(x_553); +x_748 = lean_ctor_get(x_7, 1); +lean_inc(x_748); if (lean_is_exclusive(x_7)) { lean_ctor_release(x_7, 0); lean_ctor_release(x_7, 1); - x_554 = x_7; + x_749 = x_7; } else { lean_dec_ref(x_7); - x_554 = lean_box(0); + x_749 = lean_box(0); +} +x_750 = lean_ctor_get(x_10, 1); +lean_inc(x_750); +x_751 = lean_ctor_get(x_10, 2); +lean_inc(x_751); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_752 = x_10; +} else { + lean_dec_ref(x_10); + x_752 = lean_box(0); } -x_597 = lean_ctor_get(x_552, 0); -lean_inc(x_597); -switch (lean_obj_tag(x_597)) { -case 0: -{ -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_dec(x_554); -lean_dec(x_551); -x_598 = lean_ctor_get(x_552, 2); -lean_inc(x_598); -lean_dec(x_552); -x_599 = lean_ctor_get(x_3, 0); -lean_inc(x_599); -x_600 = lean_ctor_get(x_3, 1); -lean_inc(x_600); -x_601 = lean_ctor_get(x_3, 2); -lean_inc(x_601); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_602 = x_3; +x_753 = lean_ctor_get(x_11, 0); +lean_inc(x_753); +x_754 = lean_ctor_get(x_11, 1); +lean_inc(x_754); +lean_dec(x_11); +x_755 = lean_unsigned_to_nat(0u); +lean_inc(x_750); +if (lean_is_scalar(x_752)) { + x_756 = lean_alloc_ctor(0, 3, 0); } else { - lean_dec_ref(x_3); - x_602 = lean_box(0); + x_756 = x_752; +} +lean_ctor_set(x_756, 0, x_753); +lean_ctor_set(x_756, 1, x_750); +lean_ctor_set(x_756, 2, x_755); +x_757 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_757, 0, x_754); +lean_ctor_set(x_757, 1, x_750); +lean_ctor_set(x_757, 2, x_751); +if (lean_is_scalar(x_749)) { + x_758 = lean_alloc_ctor(1, 2, 0); +} else { + x_758 = x_749; +} +lean_ctor_set(x_758, 0, x_757); +lean_ctor_set(x_758, 1, x_748); +x_759 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_759, 0, x_756); +lean_ctor_set(x_759, 1, x_758); +if (lean_is_scalar(x_747)) { + x_760 = lean_alloc_ctor(0, 1, 2); +} else { + x_760 = x_747; +} +lean_ctor_set(x_760, 0, x_759); +lean_ctor_set_uint8(x_760, sizeof(void*)*1, x_745); +lean_ctor_set_uint8(x_760, sizeof(void*)*1 + 1, x_746); +x_761 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_761, 0, x_760); +lean_ctor_set(x_761, 1, x_744); +x_2 = x_761; +goto _start; } -lean_inc(x_600); -x_603 = l_List_take___rarg(x_598, x_600); -x_604 = l_List_drop___rarg(x_598, x_600); -lean_dec(x_600); -x_605 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_599, x_603); -if (lean_is_scalar(x_602)) { - x_606 = lean_alloc_ctor(0, 3, 0); -} else { - x_606 = x_602; -} -lean_ctor_set(x_606, 0, x_605); -lean_ctor_set(x_606, 1, x_604); -lean_ctor_set(x_606, 2, x_601); -x_607 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_607, 0, x_553); -lean_ctor_set_uint8(x_607, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_607, sizeof(void*)*1 + 1, x_550); -x_608 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_608, 0, x_607); -lean_ctor_set(x_608, 1, x_548); -x_2 = x_608; -x_3 = x_606; +} +case 6: +{ +uint8_t x_763; +x_763 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +if (x_763 == 0) +{ +uint8_t x_764; +x_764 = !lean_is_exclusive(x_2); +if (x_764 == 0) +{ +lean_object* x_765; uint8_t x_766; +x_765 = lean_ctor_get(x_2, 0); +lean_dec(x_765); +x_766 = !lean_is_exclusive(x_6); +if (x_766 == 0) +{ +lean_object* x_767; uint8_t x_768; +x_767 = lean_ctor_get(x_6, 0); +lean_dec(x_767); +x_768 = !lean_is_exclusive(x_7); +if (x_768 == 0) +{ +lean_object* x_769; lean_object* x_770; uint8_t x_771; +x_769 = lean_ctor_get(x_7, 1); +x_770 = lean_ctor_get(x_7, 0); +lean_dec(x_770); +x_771 = !lean_is_exclusive(x_10); +if (x_771 == 0) +{ +lean_object* x_772; lean_object* x_773; uint8_t x_774; lean_object* x_775; lean_object* x_776; lean_object* x_777; lean_object* x_778; +x_772 = lean_ctor_get(x_10, 0); +lean_dec(x_772); +x_773 = lean_ctor_get(x_11, 0); +lean_inc(x_773); +x_774 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +lean_ctor_set(x_10, 0, x_773); +x_775 = lean_box(0); +lean_ctor_set(x_7, 1, x_775); +lean_ctor_set(x_6, 0, x_769); +x_776 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_774, x_7, x_2, x_1, x_3); +x_777 = lean_ctor_get(x_776, 0); +lean_inc(x_777); +x_778 = lean_ctor_get(x_776, 1); +lean_inc(x_778); +lean_dec(x_776); +x_2 = x_777; +x_3 = x_778; goto _start; } -case 1: +else { -lean_dec(x_554); -lean_dec(x_551); -if (x_550 == 0) -{ -if (x_549 == 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; uint32_t 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; -x_610 = lean_ctor_get(x_552, 1); -lean_inc(x_610); -x_611 = lean_ctor_get(x_552, 2); -lean_inc(x_611); -lean_dec(x_552); -x_612 = l_Int_toNat(x_610); -lean_dec(x_610); -x_613 = lean_ctor_get(x_3, 0); -lean_inc(x_613); -x_614 = lean_ctor_get(x_3, 1); -lean_inc(x_614); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_615 = x_3; +lean_object* x_780; lean_object* x_781; lean_object* x_782; uint8_t x_783; lean_object* x_784; lean_object* x_785; lean_object* x_786; lean_object* x_787; lean_object* x_788; +x_780 = lean_ctor_get(x_10, 1); +x_781 = lean_ctor_get(x_10, 2); +lean_inc(x_781); +lean_inc(x_780); +lean_dec(x_10); +x_782 = lean_ctor_get(x_11, 0); +lean_inc(x_782); +x_783 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +x_784 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_784, 0, x_782); +lean_ctor_set(x_784, 1, x_780); +lean_ctor_set(x_784, 2, x_781); +x_785 = lean_box(0); +lean_ctor_set(x_7, 1, x_785); +lean_ctor_set(x_7, 0, x_784); +lean_ctor_set(x_6, 0, x_769); +x_786 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_783, x_7, x_2, x_1, x_3); +x_787 = lean_ctor_get(x_786, 0); +lean_inc(x_787); +x_788 = lean_ctor_get(x_786, 1); +lean_inc(x_788); +lean_dec(x_786); +x_2 = x_787; +x_3 = x_788; +goto _start; +} +} +else +{ +lean_object* x_790; lean_object* x_791; lean_object* x_792; lean_object* x_793; lean_object* x_794; uint8_t x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; +x_790 = lean_ctor_get(x_7, 1); +lean_inc(x_790); +lean_dec(x_7); +x_791 = lean_ctor_get(x_10, 1); +lean_inc(x_791); +x_792 = lean_ctor_get(x_10, 2); +lean_inc(x_792); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_793 = x_10; } else { - lean_dec_ref(x_3); - x_615 = lean_box(0); + lean_dec_ref(x_10); + x_793 = lean_box(0); } -x_616 = 32; -x_617 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_612); -x_618 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_616, x_612, x_617); -x_619 = l_Lean_Widget_TaggedText_appendText___rarg(x_618, x_613); -lean_inc(x_614); -x_620 = l_List_take___rarg(x_611, x_614); -x_621 = l_List_drop___rarg(x_611, x_614); -lean_dec(x_614); -x_622 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_619, x_620); -if (lean_is_scalar(x_615)) { - x_623 = lean_alloc_ctor(0, 3, 0); -} else { - x_623 = x_615; -} -lean_ctor_set(x_623, 0, x_622); -lean_ctor_set(x_623, 1, x_621); -lean_ctor_set(x_623, 2, x_612); -x_624 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_624, 0, x_553); -lean_ctor_set_uint8(x_624, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_624, sizeof(void*)*1 + 1, x_550); -x_625 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_625, 0, x_624); -lean_ctor_set(x_625, 1, x_548); -x_2 = x_625; -x_3 = x_623; +x_794 = lean_ctor_get(x_11, 0); +lean_inc(x_794); +x_795 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +if (lean_is_scalar(x_793)) { + x_796 = lean_alloc_ctor(0, 3, 0); +} else { + x_796 = x_793; +} +lean_ctor_set(x_796, 0, x_794); +lean_ctor_set(x_796, 1, x_791); +lean_ctor_set(x_796, 2, x_792); +x_797 = lean_box(0); +x_798 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_798, 0, x_796); +lean_ctor_set(x_798, 1, x_797); +lean_ctor_set(x_6, 0, x_790); +x_799 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_795, x_798, x_2, x_1, x_3); +x_800 = lean_ctor_get(x_799, 0); +lean_inc(x_800); +x_801 = lean_ctor_get(x_799, 1); +lean_inc(x_801); +lean_dec(x_799); +x_2 = x_800; +x_3 = x_801; goto _start; } +} else { -lean_object* x_627; lean_object* x_628; lean_object* x_629; lean_object* x_630; lean_object* x_631; lean_object* x_632; lean_object* x_633; lean_object* x_634; lean_object* x_635; lean_object* x_636; lean_object* x_637; lean_object* x_638; lean_object* x_639; lean_object* x_640; lean_object* x_641; -x_627 = lean_ctor_get(x_552, 2); -lean_inc(x_627); -lean_dec(x_552); -x_628 = lean_ctor_get(x_3, 0); -lean_inc(x_628); -x_629 = lean_ctor_get(x_3, 1); -lean_inc(x_629); -x_630 = lean_ctor_get(x_3, 2); -lean_inc(x_630); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_631 = x_3; +uint8_t x_803; lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; uint8_t x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_object* x_815; lean_object* x_816; lean_object* x_817; +x_803 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_804 = lean_ctor_get(x_7, 1); +lean_inc(x_804); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_805 = x_7; } else { - lean_dec_ref(x_3); - x_631 = lean_box(0); + lean_dec_ref(x_7); + x_805 = lean_box(0); } -x_632 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; -x_633 = l_Lean_Widget_TaggedText_appendText___rarg(x_632, x_628); -x_634 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; -x_635 = lean_nat_add(x_630, x_634); -lean_dec(x_630); -lean_inc(x_629); -x_636 = l_List_take___rarg(x_627, x_629); -x_637 = l_List_drop___rarg(x_627, x_629); -lean_dec(x_629); -x_638 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_633, x_636); -if (lean_is_scalar(x_631)) { - x_639 = lean_alloc_ctor(0, 3, 0); -} else { - x_639 = x_631; -} -lean_ctor_set(x_639, 0, x_638); -lean_ctor_set(x_639, 1, x_637); -lean_ctor_set(x_639, 2, x_635); -x_640 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_640, 0, x_553); -lean_ctor_set_uint8(x_640, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_640, sizeof(void*)*1 + 1, x_550); -x_641 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_641, 0, x_640); -lean_ctor_set(x_641, 1, x_548); -x_2 = x_641; -x_3 = x_639; +x_806 = lean_ctor_get(x_10, 1); +lean_inc(x_806); +x_807 = lean_ctor_get(x_10, 2); +lean_inc(x_807); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_808 = x_10; +} else { + lean_dec_ref(x_10); + x_808 = lean_box(0); +} +x_809 = lean_ctor_get(x_11, 0); +lean_inc(x_809); +x_810 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +if (lean_is_scalar(x_808)) { + x_811 = lean_alloc_ctor(0, 3, 0); +} else { + x_811 = x_808; +} +lean_ctor_set(x_811, 0, x_809); +lean_ctor_set(x_811, 1, x_806); +lean_ctor_set(x_811, 2, x_807); +x_812 = lean_box(0); +if (lean_is_scalar(x_805)) { + x_813 = lean_alloc_ctor(1, 2, 0); +} else { + x_813 = x_805; +} +lean_ctor_set(x_813, 0, x_811); +lean_ctor_set(x_813, 1, x_812); +x_814 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_814, 0, x_804); +lean_ctor_set_uint8(x_814, sizeof(void*)*1, x_763); +lean_ctor_set_uint8(x_814, sizeof(void*)*1 + 1, x_803); +lean_ctor_set(x_2, 0, x_814); +x_815 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_810, x_813, x_2, x_1, x_3); +x_816 = lean_ctor_get(x_815, 0); +lean_inc(x_816); +x_817 = lean_ctor_get(x_815, 1); +lean_inc(x_817); +lean_dec(x_815); +x_2 = x_816; +x_3 = x_817; goto _start; } } else { -lean_object* x_643; lean_object* x_644; lean_object* x_645; -x_643 = lean_ctor_get(x_552, 1); -lean_inc(x_643); -x_644 = lean_ctor_get(x_552, 2); -lean_inc(x_644); -lean_dec(x_552); -x_645 = l_Int_toNat(x_643); -lean_dec(x_643); -if (x_549 == 0) -{ -lean_object* x_646; lean_object* x_647; lean_object* x_648; uint32_t 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; uint8_t x_657; lean_object* x_658; lean_object* x_659; lean_object* x_660; -x_646 = lean_ctor_get(x_3, 0); -lean_inc(x_646); -x_647 = lean_ctor_get(x_3, 1); -lean_inc(x_647); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_648 = x_3; +lean_object* x_819; uint8_t 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; uint8_t 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; +x_819 = lean_ctor_get(x_2, 1); +lean_inc(x_819); +lean_dec(x_2); +x_820 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_821 = x_6; } else { - lean_dec_ref(x_3); - x_648 = lean_box(0); + lean_dec_ref(x_6); + x_821 = lean_box(0); } -x_649 = 32; -x_650 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_645); -x_651 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_649, x_645, x_650); -x_652 = l_Lean_Widget_TaggedText_appendText___rarg(x_651, x_646); -lean_inc(x_647); -x_653 = l_List_take___rarg(x_644, x_647); -x_654 = l_List_drop___rarg(x_644, x_647); -lean_dec(x_647); -x_655 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_652, x_653); -if (lean_is_scalar(x_648)) { - x_656 = lean_alloc_ctor(0, 3, 0); +x_822 = lean_ctor_get(x_7, 1); +lean_inc(x_822); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_823 = x_7; +} else { + lean_dec_ref(x_7); + x_823 = lean_box(0); +} +x_824 = lean_ctor_get(x_10, 1); +lean_inc(x_824); +x_825 = lean_ctor_get(x_10, 2); +lean_inc(x_825); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_826 = x_10; +} else { + lean_dec_ref(x_10); + x_826 = lean_box(0); +} +x_827 = lean_ctor_get(x_11, 0); +lean_inc(x_827); +x_828 = lean_ctor_get_uint8(x_11, sizeof(void*)*1); +lean_dec(x_11); +if (lean_is_scalar(x_826)) { + x_829 = lean_alloc_ctor(0, 3, 0); +} else { + x_829 = x_826; +} +lean_ctor_set(x_829, 0, x_827); +lean_ctor_set(x_829, 1, x_824); +lean_ctor_set(x_829, 2, x_825); +x_830 = lean_box(0); +if (lean_is_scalar(x_823)) { + x_831 = lean_alloc_ctor(1, 2, 0); +} else { + x_831 = x_823; +} +lean_ctor_set(x_831, 0, x_829); +lean_ctor_set(x_831, 1, x_830); +if (lean_is_scalar(x_821)) { + x_832 = lean_alloc_ctor(0, 1, 2); } else { - x_656 = x_648; -} -lean_ctor_set(x_656, 0, x_655); -lean_ctor_set(x_656, 1, x_654); -lean_ctor_set(x_656, 2, x_645); -x_657 = 1; -x_658 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_657, x_553, x_548, x_1, x_656); -x_659 = lean_ctor_get(x_658, 0); -lean_inc(x_659); -x_660 = lean_ctor_get(x_658, 1); -lean_inc(x_660); -lean_dec(x_658); -x_2 = x_659; -x_3 = x_660; + x_832 = x_821; +} +lean_ctor_set(x_832, 0, x_822); +lean_ctor_set_uint8(x_832, sizeof(void*)*1, x_763); +lean_ctor_set_uint8(x_832, sizeof(void*)*1 + 1, x_820); +x_833 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_833, 0, x_832); +lean_ctor_set(x_833, 1, x_819); +x_834 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_828, x_831, x_833, x_1, x_3); +x_835 = lean_ctor_get(x_834, 0); +lean_inc(x_835); +x_836 = lean_ctor_get(x_834, 1); +lean_inc(x_836); +lean_dec(x_834); +x_2 = x_835; +x_3 = x_836; goto _start; } +} else { -lean_object* x_662; lean_object* x_663; uint8_t x_664; lean_object* x_665; lean_object* x_666; lean_object* x_667; uint8_t x_668; -x_662 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__2; -x_663 = lean_nat_sub(x_1, x_662); -x_664 = 1; -lean_inc(x_548); -lean_inc(x_553); -x_665 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_664, x_553, x_548, x_663, x_3); -lean_dec(x_663); -x_666 = lean_ctor_get(x_665, 0); -lean_inc(x_666); -x_667 = lean_ctor_get(x_666, 0); -lean_inc(x_667); -x_668 = lean_ctor_get_uint8(x_667, sizeof(void*)*1); -lean_dec(x_667); -if (x_668 == 0) +uint8_t x_838; +x_838 = !lean_is_exclusive(x_2); +if (x_838 == 0) { -lean_object* x_669; lean_object* x_670; lean_object* x_671; lean_object* x_672; uint32_t 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_dec(x_666); -x_669 = lean_ctor_get(x_665, 1); -lean_inc(x_669); -lean_dec(x_665); -x_670 = lean_ctor_get(x_669, 0); -lean_inc(x_670); -x_671 = lean_ctor_get(x_669, 1); -lean_inc(x_671); -if (lean_is_exclusive(x_669)) { - lean_ctor_release(x_669, 0); - lean_ctor_release(x_669, 1); - lean_ctor_release(x_669, 2); - x_672 = x_669; -} else { - lean_dec_ref(x_669); - x_672 = lean_box(0); -} -x_673 = 32; -x_674 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_645); -x_675 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_673, x_645, x_674); -x_676 = l_Lean_Widget_TaggedText_appendText___rarg(x_675, x_670); -lean_inc(x_671); -x_677 = l_List_take___rarg(x_644, x_671); -x_678 = l_List_drop___rarg(x_644, x_671); -lean_dec(x_671); -x_679 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_676, x_677); -if (lean_is_scalar(x_672)) { - x_680 = lean_alloc_ctor(0, 3, 0); -} else { - x_680 = x_672; -} -lean_ctor_set(x_680, 0, x_679); -lean_ctor_set(x_680, 1, x_678); -lean_ctor_set(x_680, 2, x_645); -x_681 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_664, x_553, x_548, x_1, x_680); -x_682 = lean_ctor_get(x_681, 0); -lean_inc(x_682); -x_683 = lean_ctor_get(x_681, 1); -lean_inc(x_683); -lean_dec(x_681); -x_2 = x_682; -x_3 = x_683; +lean_object* x_839; uint8_t x_840; +x_839 = lean_ctor_get(x_2, 0); +lean_dec(x_839); +x_840 = !lean_is_exclusive(x_6); +if (x_840 == 0) +{ +lean_object* x_841; uint8_t x_842; +x_841 = lean_ctor_get(x_6, 0); +lean_dec(x_841); +x_842 = !lean_is_exclusive(x_7); +if (x_842 == 0) +{ +lean_object* x_843; uint8_t x_844; +x_843 = lean_ctor_get(x_7, 0); +lean_dec(x_843); +x_844 = !lean_is_exclusive(x_10); +if (x_844 == 0) +{ +lean_object* x_845; lean_object* x_846; +x_845 = lean_ctor_get(x_10, 0); +lean_dec(x_845); +x_846 = lean_ctor_get(x_11, 0); +lean_inc(x_846); +lean_dec(x_11); +lean_ctor_set(x_10, 0, x_846); goto _start; } else { -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_dec(x_645); -lean_dec(x_553); -lean_dec(x_548); -x_685 = lean_ctor_get(x_665, 1); -lean_inc(x_685); -lean_dec(x_665); -x_686 = lean_ctor_get(x_685, 0); -lean_inc(x_686); -x_687 = lean_ctor_get(x_685, 1); -lean_inc(x_687); -x_688 = lean_ctor_get(x_685, 2); -lean_inc(x_688); -if (lean_is_exclusive(x_685)) { - lean_ctor_release(x_685, 0); - lean_ctor_release(x_685, 1); - lean_ctor_release(x_685, 2); - x_689 = x_685; -} else { - lean_dec_ref(x_685); - x_689 = lean_box(0); -} -x_690 = l___private_Init_Data_Format_Basic_0__Std_Format_be___at_Lean_Widget_TaggedText_prettyTagged___spec__2___closed__1; -x_691 = l_Lean_Widget_TaggedText_appendText___rarg(x_690, x_686); -x_692 = lean_nat_add(x_688, x_662); -lean_dec(x_688); -lean_inc(x_687); -x_693 = l_List_take___rarg(x_644, x_687); -x_694 = l_List_drop___rarg(x_644, x_687); -lean_dec(x_687); -x_695 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_691, x_693); -if (lean_is_scalar(x_689)) { - x_696 = lean_alloc_ctor(0, 3, 0); -} else { - x_696 = x_689; -} -lean_ctor_set(x_696, 0, x_695); -lean_ctor_set(x_696, 1, x_694); -lean_ctor_set(x_696, 2, x_692); -x_2 = x_666; -x_3 = x_696; +lean_object* x_848; lean_object* x_849; lean_object* x_850; lean_object* x_851; +x_848 = lean_ctor_get(x_10, 1); +x_849 = lean_ctor_get(x_10, 2); +lean_inc(x_849); +lean_inc(x_848); +lean_dec(x_10); +x_850 = lean_ctor_get(x_11, 0); +lean_inc(x_850); +lean_dec(x_11); +x_851 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_851, 0, x_850); +lean_ctor_set(x_851, 1, x_848); +lean_ctor_set(x_851, 2, x_849); +lean_ctor_set(x_7, 0, x_851); goto _start; } } -} -} -case 2: -{ -if (x_549 == 0) -{ -lean_object* x_698; -lean_dec(x_597); -x_698 = lean_box(0); -x_555 = x_698; -goto block_596; -} else { -uint8_t x_699; -x_699 = lean_ctor_get_uint8(x_597, 0); -lean_dec(x_597); -if (x_699 == 0) -{ -lean_object* x_700; lean_object* x_701; lean_object* x_702; lean_object* x_703; lean_object* x_704; lean_object* x_705; lean_object* x_706; lean_object* x_707; lean_object* x_708; lean_object* x_709; lean_object* x_710; -lean_dec(x_554); -lean_dec(x_551); -x_700 = lean_ctor_get(x_552, 2); -lean_inc(x_700); -lean_dec(x_552); -x_701 = lean_ctor_get(x_3, 0); -lean_inc(x_701); -x_702 = lean_ctor_get(x_3, 1); -lean_inc(x_702); -x_703 = lean_ctor_get(x_3, 2); -lean_inc(x_703); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_704 = x_3; +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; +x_853 = lean_ctor_get(x_7, 1); +lean_inc(x_853); +lean_dec(x_7); +x_854 = lean_ctor_get(x_10, 1); +lean_inc(x_854); +x_855 = lean_ctor_get(x_10, 2); +lean_inc(x_855); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_856 = x_10; } else { - lean_dec_ref(x_3); - x_704 = lean_box(0); + lean_dec_ref(x_10); + x_856 = lean_box(0); } -lean_inc(x_702); -x_705 = l_List_take___rarg(x_700, x_702); -x_706 = l_List_drop___rarg(x_700, x_702); -lean_dec(x_702); -x_707 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_701, x_705); -if (lean_is_scalar(x_704)) { - x_708 = lean_alloc_ctor(0, 3, 0); -} else { - x_708 = x_704; -} -lean_ctor_set(x_708, 0, x_707); -lean_ctor_set(x_708, 1, x_706); -lean_ctor_set(x_708, 2, x_703); -x_709 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_709, 0, x_553); -lean_ctor_set_uint8(x_709, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_709, sizeof(void*)*1 + 1, x_550); -x_710 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_710, 0, x_709); -lean_ctor_set(x_710, 1, x_548); -x_2 = x_710; -x_3 = x_708; +x_857 = lean_ctor_get(x_11, 0); +lean_inc(x_857); +lean_dec(x_11); +if (lean_is_scalar(x_856)) { + x_858 = lean_alloc_ctor(0, 3, 0); +} else { + x_858 = x_856; +} +lean_ctor_set(x_858, 0, x_857); +lean_ctor_set(x_858, 1, x_854); +lean_ctor_set(x_858, 2, x_855); +x_859 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_859, 0, x_858); +lean_ctor_set(x_859, 1, x_853); +lean_ctor_set(x_6, 0, x_859); goto _start; } +} else { -lean_object* x_712; -x_712 = lean_box(0); -x_555 = x_712; -goto block_596; -} +uint8_t 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; +x_861 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_862 = lean_ctor_get(x_7, 1); +lean_inc(x_862); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_863 = x_7; +} else { + lean_dec_ref(x_7); + x_863 = lean_box(0); +} +x_864 = lean_ctor_get(x_10, 1); +lean_inc(x_864); +x_865 = lean_ctor_get(x_10, 2); +lean_inc(x_865); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_866 = x_10; +} else { + lean_dec_ref(x_10); + x_866 = lean_box(0); } +x_867 = lean_ctor_get(x_11, 0); +lean_inc(x_867); +lean_dec(x_11); +if (lean_is_scalar(x_866)) { + x_868 = lean_alloc_ctor(0, 3, 0); +} else { + x_868 = x_866; } -case 3: -{ -lean_object* x_713; lean_object* x_714; lean_object* x_715; lean_object* x_716; lean_object* x_717; uint32_t x_718; lean_object* x_719; lean_object* x_720; lean_object* x_721; uint8_t x_722; -lean_dec(x_554); -lean_dec(x_551); -x_713 = lean_ctor_get(x_552, 1); -lean_inc(x_713); -x_714 = lean_ctor_get(x_552, 2); -lean_inc(x_714); -if (lean_is_exclusive(x_552)) { - lean_ctor_release(x_552, 0); - lean_ctor_release(x_552, 1); - lean_ctor_release(x_552, 2); - x_715 = x_552; -} else { - lean_dec_ref(x_552); - x_715 = lean_box(0); -} -x_716 = lean_ctor_get(x_597, 0); -lean_inc(x_716); -if (lean_is_exclusive(x_597)) { - lean_ctor_release(x_597, 0); - x_717 = x_597; -} else { - lean_dec_ref(x_597); - x_717 = lean_box(0); -} -x_718 = 10; -x_719 = lean_string_utf8_byte_size(x_716); -x_720 = lean_unsigned_to_nat(0u); -x_721 = l_String_posOfAux(x_716, x_718, x_719, x_720); -x_722 = lean_nat_dec_eq(x_721, x_719); -if (x_722 == 0) -{ -lean_object* x_723; lean_object* x_724; lean_object* x_725; lean_object* x_726; lean_object* x_727; lean_object* x_728; uint32_t 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; -x_723 = lean_string_utf8_extract(x_716, x_720, x_721); -x_724 = lean_ctor_get(x_3, 0); -lean_inc(x_724); -x_725 = lean_ctor_get(x_3, 1); -lean_inc(x_725); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_726 = x_3; +lean_ctor_set(x_868, 0, x_867); +lean_ctor_set(x_868, 1, x_864); +lean_ctor_set(x_868, 2, x_865); +if (lean_is_scalar(x_863)) { + x_869 = lean_alloc_ctor(1, 2, 0); } else { - lean_dec_ref(x_3); - x_726 = lean_box(0); -} -x_727 = l_Lean_Widget_TaggedText_appendText___rarg(x_723, x_724); -x_728 = l_Int_toNat(x_713); -x_729 = 32; -x_730 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_728); -x_731 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_729, x_728, x_730); -x_732 = l_Lean_Widget_TaggedText_appendText___rarg(x_731, x_727); -if (lean_is_scalar(x_726)) { - x_733 = lean_alloc_ctor(0, 3, 0); -} else { - x_733 = x_726; -} -lean_ctor_set(x_733, 0, x_732); -lean_ctor_set(x_733, 1, x_725); -lean_ctor_set(x_733, 2, x_728); -x_734 = lean_string_utf8_next(x_716, x_721); -lean_dec(x_721); -x_735 = lean_string_utf8_extract(x_716, x_734, x_719); -lean_dec(x_719); -lean_dec(x_734); -lean_dec(x_716); -if (lean_is_scalar(x_717)) { - x_736 = lean_alloc_ctor(3, 1, 0); -} else { - x_736 = x_717; -} -lean_ctor_set(x_736, 0, x_735); -if (lean_is_scalar(x_715)) { - x_737 = lean_alloc_ctor(0, 3, 0); -} else { - x_737 = x_715; -} -lean_ctor_set(x_737, 0, x_736); -lean_ctor_set(x_737, 1, x_713); -lean_ctor_set(x_737, 2, x_714); -x_738 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_738, 0, x_737); -lean_ctor_set(x_738, 1, x_553); -x_739 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_550, x_738, x_548, x_1, x_733); -x_740 = lean_ctor_get(x_739, 0); -lean_inc(x_740); -x_741 = lean_ctor_get(x_739, 1); -lean_inc(x_741); -lean_dec(x_739); -x_2 = x_740; -x_3 = x_741; + x_869 = x_863; +} +lean_ctor_set(x_869, 0, x_868); +lean_ctor_set(x_869, 1, x_862); +x_870 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_870, 0, x_869); +lean_ctor_set_uint8(x_870, sizeof(void*)*1, x_763); +lean_ctor_set_uint8(x_870, sizeof(void*)*1 + 1, x_861); +lean_ctor_set(x_2, 0, x_870); goto _start; } +} else { -lean_object* x_743; lean_object* x_744; lean_object* x_745; lean_object* x_746; lean_object* x_747; lean_object* x_748; lean_object* x_749; lean_object* x_750; lean_object* x_751; lean_object* x_752; lean_object* x_753; lean_object* x_754; lean_object* x_755; -lean_dec(x_721); -lean_dec(x_719); -lean_dec(x_717); -lean_dec(x_715); -lean_dec(x_713); -x_743 = lean_ctor_get(x_3, 0); -lean_inc(x_743); -x_744 = lean_ctor_get(x_3, 1); -lean_inc(x_744); -x_745 = lean_ctor_get(x_3, 2); -lean_inc(x_745); -if (lean_is_exclusive(x_3)) { - lean_ctor_release(x_3, 0); - lean_ctor_release(x_3, 1); - lean_ctor_release(x_3, 2); - x_746 = x_3; +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; +x_872 = lean_ctor_get(x_2, 1); +lean_inc(x_872); +lean_dec(x_2); +x_873 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_874 = x_6; } else { - lean_dec_ref(x_3); - x_746 = lean_box(0); + lean_dec_ref(x_6); + x_874 = lean_box(0); } -lean_inc(x_716); -x_747 = l_Lean_Widget_TaggedText_appendText___rarg(x_716, x_743); -x_748 = lean_string_length(x_716); -lean_dec(x_716); -x_749 = lean_nat_add(x_745, x_748); -lean_dec(x_748); -lean_dec(x_745); -lean_inc(x_744); -x_750 = l_List_take___rarg(x_714, x_744); -x_751 = l_List_drop___rarg(x_714, x_744); -lean_dec(x_744); -x_752 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_747, x_750); -if (lean_is_scalar(x_746)) { - x_753 = lean_alloc_ctor(0, 3, 0); -} else { - x_753 = x_746; -} -lean_ctor_set(x_753, 0, x_752); -lean_ctor_set(x_753, 1, x_751); -lean_ctor_set(x_753, 2, x_749); -x_754 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_754, 0, x_553); -lean_ctor_set_uint8(x_754, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_754, sizeof(void*)*1 + 1, x_550); -x_755 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_755, 0, x_754); -lean_ctor_set(x_755, 1, x_548); -x_2 = x_755; -x_3 = x_753; -goto _start; +x_875 = lean_ctor_get(x_7, 1); +lean_inc(x_875); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_876 = x_7; +} else { + lean_dec_ref(x_7); + x_876 = lean_box(0); +} +x_877 = lean_ctor_get(x_10, 1); +lean_inc(x_877); +x_878 = lean_ctor_get(x_10, 2); +lean_inc(x_878); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_879 = x_10; +} else { + lean_dec_ref(x_10); + x_879 = lean_box(0); } +x_880 = lean_ctor_get(x_11, 0); +lean_inc(x_880); +lean_dec(x_11); +if (lean_is_scalar(x_879)) { + x_881 = lean_alloc_ctor(0, 3, 0); +} else { + x_881 = x_879; } -case 4: -{ -lean_object* x_757; lean_object* x_758; lean_object* x_759; lean_object* x_760; lean_object* x_761; lean_object* x_762; lean_object* x_763; lean_object* x_764; lean_object* x_765; lean_object* x_766; -lean_dec(x_554); -lean_dec(x_551); -x_757 = lean_ctor_get(x_552, 1); -lean_inc(x_757); -x_758 = lean_ctor_get(x_552, 2); -lean_inc(x_758); -if (lean_is_exclusive(x_552)) { - lean_ctor_release(x_552, 0); - lean_ctor_release(x_552, 1); - lean_ctor_release(x_552, 2); - x_759 = x_552; -} else { - lean_dec_ref(x_552); - x_759 = lean_box(0); -} -x_760 = lean_ctor_get(x_597, 0); -lean_inc(x_760); -x_761 = lean_ctor_get(x_597, 1); -lean_inc(x_761); -lean_dec(x_597); -x_762 = lean_int_add(x_757, x_760); -lean_dec(x_760); -lean_dec(x_757); -if (lean_is_scalar(x_759)) { - x_763 = lean_alloc_ctor(0, 3, 0); -} else { - x_763 = x_759; -} -lean_ctor_set(x_763, 0, x_761); -lean_ctor_set(x_763, 1, x_762); -lean_ctor_set(x_763, 2, x_758); -x_764 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_764, 0, x_763); -lean_ctor_set(x_764, 1, x_553); -x_765 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_765, 0, x_764); -lean_ctor_set_uint8(x_765, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_765, sizeof(void*)*1 + 1, x_550); -x_766 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_766, 0, x_765); -lean_ctor_set(x_766, 1, x_548); -x_2 = x_766; -goto _start; +lean_ctor_set(x_881, 0, x_880); +lean_ctor_set(x_881, 1, x_877); +lean_ctor_set(x_881, 2, x_878); +if (lean_is_scalar(x_876)) { + x_882 = lean_alloc_ctor(1, 2, 0); +} else { + x_882 = x_876; } -case 5: -{ -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_dec(x_554); -lean_dec(x_551); -x_768 = lean_ctor_get(x_552, 1); -lean_inc(x_768); -x_769 = lean_ctor_get(x_552, 2); -lean_inc(x_769); -if (lean_is_exclusive(x_552)) { - lean_ctor_release(x_552, 0); - lean_ctor_release(x_552, 1); - lean_ctor_release(x_552, 2); - x_770 = x_552; -} else { - lean_dec_ref(x_552); - x_770 = lean_box(0); -} -x_771 = lean_ctor_get(x_597, 0); -lean_inc(x_771); -x_772 = lean_ctor_get(x_597, 1); -lean_inc(x_772); -lean_dec(x_597); -x_773 = lean_unsigned_to_nat(0u); -lean_inc(x_768); -if (lean_is_scalar(x_770)) { - x_774 = lean_alloc_ctor(0, 3, 0); -} else { - x_774 = x_770; -} -lean_ctor_set(x_774, 0, x_771); -lean_ctor_set(x_774, 1, x_768); -lean_ctor_set(x_774, 2, x_773); -x_775 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_775, 0, x_772); -lean_ctor_set(x_775, 1, x_768); -lean_ctor_set(x_775, 2, x_769); -x_776 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_776, 0, x_775); -lean_ctor_set(x_776, 1, x_553); -x_777 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_777, 0, x_774); -lean_ctor_set(x_777, 1, x_776); -x_778 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_778, 0, x_777); -lean_ctor_set_uint8(x_778, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_778, sizeof(void*)*1 + 1, x_550); -x_779 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_779, 0, x_778); -lean_ctor_set(x_779, 1, x_548); -x_2 = x_779; +lean_ctor_set(x_882, 0, x_881); +lean_ctor_set(x_882, 1, x_875); +if (lean_is_scalar(x_874)) { + x_883 = lean_alloc_ctor(0, 1, 2); +} else { + x_883 = x_874; +} +lean_ctor_set(x_883, 0, x_882); +lean_ctor_set_uint8(x_883, sizeof(void*)*1, x_763); +lean_ctor_set_uint8(x_883, sizeof(void*)*1 + 1, x_873); +x_884 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_884, 0, x_883); +lean_ctor_set(x_884, 1, x_872); +x_2 = x_884; goto _start; } -case 6: -{ -lean_dec(x_554); -lean_dec(x_551); -if (x_549 == 0) +} +} +default: { -lean_object* x_781; lean_object* x_782; lean_object* x_783; lean_object* x_784; uint8_t 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_781 = lean_ctor_get(x_552, 1); -lean_inc(x_781); -x_782 = lean_ctor_get(x_552, 2); -lean_inc(x_782); -if (lean_is_exclusive(x_552)) { - lean_ctor_release(x_552, 0); - lean_ctor_release(x_552, 1); - lean_ctor_release(x_552, 2); - x_783 = x_552; -} else { - lean_dec_ref(x_552); - x_783 = lean_box(0); -} -x_784 = lean_ctor_get(x_597, 0); -lean_inc(x_784); -x_785 = lean_ctor_get_uint8(x_597, sizeof(void*)*1); -lean_dec(x_597); -if (lean_is_scalar(x_783)) { - x_786 = lean_alloc_ctor(0, 3, 0); -} else { - x_786 = x_783; -} -lean_ctor_set(x_786, 0, x_784); -lean_ctor_set(x_786, 1, x_781); -lean_ctor_set(x_786, 2, x_782); -x_787 = lean_box(0); -x_788 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_788, 0, x_786); -lean_ctor_set(x_788, 1, x_787); -x_789 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_789, 0, x_553); -lean_ctor_set_uint8(x_789, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_789, sizeof(void*)*1 + 1, x_550); -x_790 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_790, 0, x_789); -lean_ctor_set(x_790, 1, x_548); -x_791 = l___private_Init_Data_Format_Basic_0__Std_Format_pushGroup___at_Lean_Widget_TaggedText_prettyTagged___spec__3(x_785, x_788, x_790, x_1, x_3); -x_792 = lean_ctor_get(x_791, 0); -lean_inc(x_792); -x_793 = lean_ctor_get(x_791, 1); -lean_inc(x_793); -lean_dec(x_791); -x_2 = x_792; -x_3 = x_793; +uint8_t x_886; +x_886 = !lean_is_exclusive(x_2); +if (x_886 == 0) +{ +lean_object* x_887; lean_object* x_888; uint8_t x_889; +x_887 = lean_ctor_get(x_2, 1); +x_888 = lean_ctor_get(x_2, 0); +lean_dec(x_888); +x_889 = !lean_is_exclusive(x_6); +if (x_889 == 0) +{ +lean_object* x_890; uint8_t x_891; +x_890 = lean_ctor_get(x_6, 0); +lean_dec(x_890); +x_891 = !lean_is_exclusive(x_7); +if (x_891 == 0) +{ +lean_object* x_892; lean_object* x_893; uint8_t x_894; +x_892 = lean_ctor_get(x_7, 1); +x_893 = lean_ctor_get(x_7, 0); +lean_dec(x_893); +x_894 = !lean_is_exclusive(x_10); +if (x_894 == 0) +{ +lean_object* x_895; lean_object* x_896; lean_object* x_897; lean_object* x_898; uint8_t x_899; +x_895 = lean_ctor_get(x_10, 2); +x_896 = lean_ctor_get(x_10, 0); +lean_dec(x_896); +x_897 = lean_ctor_get(x_11, 0); +lean_inc(x_897); +x_898 = lean_ctor_get(x_11, 1); +lean_inc(x_898); +lean_dec(x_11); +x_899 = !lean_is_exclusive(x_3); +if (x_899 == 0) +{ +lean_object* x_900; lean_object* x_901; lean_object* x_902; lean_object* x_903; lean_object* x_904; lean_object* x_905; lean_object* x_906; lean_object* x_907; lean_object* x_908; +x_900 = lean_ctor_get(x_3, 0); +x_901 = lean_ctor_get(x_3, 1); +x_902 = lean_ctor_get(x_3, 2); +lean_inc(x_902); +x_903 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_903, 0, x_902); +lean_ctor_set(x_903, 1, x_900); +x_904 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_904, 0, x_897); +lean_ctor_set(x_904, 1, x_903); +lean_ctor_set(x_7, 1, x_901); +lean_ctor_set(x_7, 0, x_904); +x_905 = l_Lean_Widget_instInhabitedTaggedText___closed__2; +lean_ctor_set(x_3, 1, x_7); +lean_ctor_set(x_3, 0, x_905); +x_906 = lean_unsigned_to_nat(1u); +x_907 = lean_nat_add(x_895, x_906); +lean_dec(x_895); +lean_ctor_set(x_10, 2, x_907); +lean_ctor_set(x_10, 0, x_898); +lean_ctor_set(x_2, 1, x_892); +lean_ctor_set(x_2, 0, x_10); +lean_ctor_set(x_6, 0, x_2); +x_908 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_908, 0, x_6); +lean_ctor_set(x_908, 1, x_887); +x_2 = x_908; goto _start; } else { -lean_object* x_795; lean_object* x_796; lean_object* x_797; lean_object* x_798; lean_object* x_799; lean_object* x_800; lean_object* x_801; lean_object* x_802; -x_795 = lean_ctor_get(x_552, 1); -lean_inc(x_795); -x_796 = lean_ctor_get(x_552, 2); -lean_inc(x_796); -if (lean_is_exclusive(x_552)) { - lean_ctor_release(x_552, 0); - lean_ctor_release(x_552, 1); - lean_ctor_release(x_552, 2); - x_797 = x_552; -} else { - lean_dec_ref(x_552); - x_797 = lean_box(0); -} -x_798 = lean_ctor_get(x_597, 0); -lean_inc(x_798); -lean_dec(x_597); -if (lean_is_scalar(x_797)) { - x_799 = lean_alloc_ctor(0, 3, 0); -} else { - x_799 = x_797; -} -lean_ctor_set(x_799, 0, x_798); -lean_ctor_set(x_799, 1, x_795); -lean_ctor_set(x_799, 2, x_796); -x_800 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_800, 0, x_799); -lean_ctor_set(x_800, 1, x_553); -x_801 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_801, 0, x_800); -lean_ctor_set_uint8(x_801, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_801, sizeof(void*)*1 + 1, x_550); -x_802 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_802, 0, x_801); -lean_ctor_set(x_802, 1, x_548); -x_2 = x_802; +lean_object* x_910; lean_object* x_911; lean_object* x_912; lean_object* x_913; lean_object* x_914; lean_object* x_915; lean_object* x_916; lean_object* x_917; lean_object* x_918; lean_object* x_919; +x_910 = lean_ctor_get(x_3, 0); +x_911 = lean_ctor_get(x_3, 1); +x_912 = lean_ctor_get(x_3, 2); +lean_inc(x_912); +lean_inc(x_911); +lean_inc(x_910); +lean_dec(x_3); +lean_inc(x_912); +x_913 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_913, 0, x_912); +lean_ctor_set(x_913, 1, x_910); +x_914 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_914, 0, x_897); +lean_ctor_set(x_914, 1, x_913); +lean_ctor_set(x_7, 1, x_911); +lean_ctor_set(x_7, 0, x_914); +x_915 = l_Lean_Widget_instInhabitedTaggedText___closed__2; +x_916 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_916, 0, x_915); +lean_ctor_set(x_916, 1, x_7); +lean_ctor_set(x_916, 2, x_912); +x_917 = lean_unsigned_to_nat(1u); +x_918 = lean_nat_add(x_895, x_917); +lean_dec(x_895); +lean_ctor_set(x_10, 2, x_918); +lean_ctor_set(x_10, 0, x_898); +lean_ctor_set(x_2, 1, x_892); +lean_ctor_set(x_2, 0, x_10); +lean_ctor_set(x_6, 0, x_2); +x_919 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_919, 0, x_6); +lean_ctor_set(x_919, 1, x_887); +x_2 = x_919; +x_3 = x_916; goto _start; } } -default: +else { -lean_object* x_804; lean_object* x_805; lean_object* x_806; lean_object* x_807; lean_object* x_808; lean_object* x_809; lean_object* x_810; lean_object* x_811; lean_object* x_812; lean_object* x_813; lean_object* x_814; lean_object* x_815; lean_object* x_816; lean_object* x_817; lean_object* x_818; lean_object* x_819; lean_object* x_820; lean_object* x_821; lean_object* x_822; lean_object* x_823; -lean_dec(x_554); -lean_dec(x_551); -x_804 = lean_ctor_get(x_552, 1); -lean_inc(x_804); -x_805 = lean_ctor_get(x_552, 2); -lean_inc(x_805); -if (lean_is_exclusive(x_552)) { - lean_ctor_release(x_552, 0); - lean_ctor_release(x_552, 1); - lean_ctor_release(x_552, 2); - x_806 = x_552; -} else { - lean_dec_ref(x_552); - x_806 = lean_box(0); -} -x_807 = lean_ctor_get(x_597, 0); -lean_inc(x_807); -x_808 = lean_ctor_get(x_597, 1); -lean_inc(x_808); -lean_dec(x_597); -x_809 = lean_ctor_get(x_3, 0); -lean_inc(x_809); -x_810 = lean_ctor_get(x_3, 1); -lean_inc(x_810); -x_811 = lean_ctor_get(x_3, 2); -lean_inc(x_811); +lean_object* x_921; lean_object* x_922; lean_object* x_923; lean_object* x_924; lean_object* x_925; lean_object* x_926; lean_object* x_927; lean_object* x_928; lean_object* x_929; lean_object* x_930; lean_object* x_931; lean_object* x_932; lean_object* x_933; lean_object* x_934; lean_object* x_935; lean_object* x_936; +x_921 = lean_ctor_get(x_10, 1); +x_922 = lean_ctor_get(x_10, 2); +lean_inc(x_922); +lean_inc(x_921); +lean_dec(x_10); +x_923 = lean_ctor_get(x_11, 0); +lean_inc(x_923); +x_924 = lean_ctor_get(x_11, 1); +lean_inc(x_924); +lean_dec(x_11); +x_925 = lean_ctor_get(x_3, 0); +lean_inc(x_925); +x_926 = lean_ctor_get(x_3, 1); +lean_inc(x_926); +x_927 = lean_ctor_get(x_3, 2); +lean_inc(x_927); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_812 = x_3; + x_928 = x_3; } else { lean_dec_ref(x_3); - x_812 = lean_box(0); -} -lean_inc(x_811); -x_813 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_813, 0, x_811); -lean_ctor_set(x_813, 1, x_809); -x_814 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_814, 0, x_807); -lean_ctor_set(x_814, 1, x_813); -x_815 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_815, 0, x_814); -lean_ctor_set(x_815, 1, x_810); -x_816 = l_Lean_Widget_instInhabitedTaggedText___closed__2; -if (lean_is_scalar(x_812)) { - x_817 = lean_alloc_ctor(0, 3, 0); -} else { - x_817 = x_812; -} -lean_ctor_set(x_817, 0, x_816); -lean_ctor_set(x_817, 1, x_815); -lean_ctor_set(x_817, 2, x_811); -x_818 = lean_unsigned_to_nat(1u); -x_819 = lean_nat_add(x_805, x_818); -lean_dec(x_805); -if (lean_is_scalar(x_806)) { - x_820 = lean_alloc_ctor(0, 3, 0); -} else { - x_820 = x_806; -} -lean_ctor_set(x_820, 0, x_808); -lean_ctor_set(x_820, 1, x_804); -lean_ctor_set(x_820, 2, x_819); -x_821 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_821, 0, x_820); -lean_ctor_set(x_821, 1, x_553); -x_822 = lean_alloc_ctor(0, 1, 2); -lean_ctor_set(x_822, 0, x_821); -lean_ctor_set_uint8(x_822, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_822, sizeof(void*)*1 + 1, x_550); -x_823 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_823, 0, x_822); -lean_ctor_set(x_823, 1, x_548); -x_2 = x_823; -x_3 = x_817; + x_928 = lean_box(0); +} +lean_inc(x_927); +x_929 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_929, 0, x_927); +lean_ctor_set(x_929, 1, x_925); +x_930 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_930, 0, x_923); +lean_ctor_set(x_930, 1, x_929); +lean_ctor_set(x_7, 1, x_926); +lean_ctor_set(x_7, 0, x_930); +x_931 = l_Lean_Widget_instInhabitedTaggedText___closed__2; +if (lean_is_scalar(x_928)) { + x_932 = lean_alloc_ctor(0, 3, 0); +} else { + x_932 = x_928; +} +lean_ctor_set(x_932, 0, x_931); +lean_ctor_set(x_932, 1, x_7); +lean_ctor_set(x_932, 2, x_927); +x_933 = lean_unsigned_to_nat(1u); +x_934 = lean_nat_add(x_922, x_933); +lean_dec(x_922); +x_935 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_935, 0, x_924); +lean_ctor_set(x_935, 1, x_921); +lean_ctor_set(x_935, 2, x_934); +lean_ctor_set(x_2, 1, x_892); +lean_ctor_set(x_2, 0, x_935); +lean_ctor_set(x_6, 0, x_2); +x_936 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_936, 0, x_6); +lean_ctor_set(x_936, 1, x_887); +x_2 = x_936; +x_3 = x_932; goto _start; } } -block_596: -{ -lean_object* x_556; lean_object* x_557; lean_object* x_558; uint8_t x_559; -lean_dec(x_555); -x_556 = lean_ctor_get(x_3, 2); -lean_inc(x_556); -x_557 = lean_nat_to_int(x_556); -x_558 = lean_ctor_get(x_552, 1); -lean_inc(x_558); -x_559 = lean_int_dec_lt(x_557, x_558); -if (x_559 == 0) -{ -lean_object* x_560; lean_object* x_561; lean_object* x_562; lean_object* x_563; uint32_t x_564; lean_object* x_565; lean_object* x_566; lean_object* x_567; lean_object* x_568; lean_object* x_569; lean_object* x_570; lean_object* x_571; lean_object* x_572; lean_object* x_573; lean_object* x_574; -lean_dec(x_557); -x_560 = l_Int_toNat(x_558); -lean_dec(x_558); -x_561 = lean_ctor_get(x_3, 0); -lean_inc(x_561); -x_562 = lean_ctor_get(x_3, 1); -lean_inc(x_562); +else +{ +lean_object* x_938; lean_object* x_939; lean_object* x_940; lean_object* x_941; lean_object* x_942; lean_object* x_943; lean_object* x_944; lean_object* x_945; lean_object* x_946; lean_object* x_947; lean_object* x_948; lean_object* x_949; lean_object* x_950; lean_object* x_951; lean_object* x_952; lean_object* x_953; lean_object* x_954; lean_object* x_955; lean_object* x_956; +x_938 = lean_ctor_get(x_7, 1); +lean_inc(x_938); +lean_dec(x_7); +x_939 = lean_ctor_get(x_10, 1); +lean_inc(x_939); +x_940 = lean_ctor_get(x_10, 2); +lean_inc(x_940); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_941 = x_10; +} else { + lean_dec_ref(x_10); + x_941 = lean_box(0); +} +x_942 = lean_ctor_get(x_11, 0); +lean_inc(x_942); +x_943 = lean_ctor_get(x_11, 1); +lean_inc(x_943); +lean_dec(x_11); +x_944 = lean_ctor_get(x_3, 0); +lean_inc(x_944); +x_945 = lean_ctor_get(x_3, 1); +lean_inc(x_945); +x_946 = lean_ctor_get(x_3, 2); +lean_inc(x_946); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_563 = x_3; + x_947 = x_3; } else { lean_dec_ref(x_3); - x_563 = lean_box(0); -} -x_564 = 32; -x_565 = l_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___lambda__2___closed__1; -lean_inc(x_560); -x_566 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_564, x_560, x_565); -x_567 = l_Lean_Widget_TaggedText_appendText___rarg(x_566, x_561); -x_568 = lean_ctor_get(x_552, 2); -lean_inc(x_568); -lean_dec(x_552); -lean_inc(x_562); -x_569 = l_List_take___rarg(x_568, x_562); -x_570 = l_List_drop___rarg(x_568, x_562); -lean_dec(x_562); -x_571 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_567, x_569); -if (lean_is_scalar(x_563)) { - x_572 = lean_alloc_ctor(0, 3, 0); -} else { - x_572 = x_563; -} -lean_ctor_set(x_572, 0, x_571); -lean_ctor_set(x_572, 1, x_570); -lean_ctor_set(x_572, 2, x_560); -if (lean_is_scalar(x_551)) { - x_573 = lean_alloc_ctor(0, 1, 2); + x_947 = lean_box(0); +} +lean_inc(x_946); +x_948 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_948, 0, x_946); +lean_ctor_set(x_948, 1, x_944); +x_949 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_949, 0, x_942); +lean_ctor_set(x_949, 1, x_948); +x_950 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_950, 0, x_949); +lean_ctor_set(x_950, 1, x_945); +x_951 = l_Lean_Widget_instInhabitedTaggedText___closed__2; +if (lean_is_scalar(x_947)) { + x_952 = lean_alloc_ctor(0, 3, 0); } else { - x_573 = x_551; -} -lean_ctor_set(x_573, 0, x_553); -lean_ctor_set_uint8(x_573, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_573, sizeof(void*)*1 + 1, x_550); -if (lean_is_scalar(x_554)) { - x_574 = lean_alloc_ctor(1, 2, 0); + x_952 = x_947; +} +lean_ctor_set(x_952, 0, x_951); +lean_ctor_set(x_952, 1, x_950); +lean_ctor_set(x_952, 2, x_946); +x_953 = lean_unsigned_to_nat(1u); +x_954 = lean_nat_add(x_940, x_953); +lean_dec(x_940); +if (lean_is_scalar(x_941)) { + x_955 = lean_alloc_ctor(0, 3, 0); } else { - x_574 = x_554; + x_955 = x_941; } -lean_ctor_set(x_574, 0, x_573); -lean_ctor_set(x_574, 1, x_548); -x_2 = x_574; -x_3 = x_572; +lean_ctor_set(x_955, 0, x_943); +lean_ctor_set(x_955, 1, x_939); +lean_ctor_set(x_955, 2, x_954); +lean_ctor_set(x_2, 1, x_938); +lean_ctor_set(x_2, 0, x_955); +lean_ctor_set(x_6, 0, x_2); +x_956 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_956, 0, x_6); +lean_ctor_set(x_956, 1, x_887); +x_2 = x_956; +x_3 = x_952; goto _start; } +} else { -uint32_t x_576; lean_object* x_577; lean_object* x_578; lean_object* x_579; lean_object* x_580; lean_object* x_581; lean_object* x_582; lean_object* x_583; lean_object* x_584; lean_object* x_585; lean_object* x_586; lean_object* x_587; lean_object* x_588; lean_object* x_589; lean_object* x_590; lean_object* x_591; lean_object* x_592; lean_object* x_593; lean_object* x_594; -x_576 = 32; -x_577 = lean_int_sub(x_558, x_557); -lean_dec(x_557); -lean_dec(x_558); -x_578 = l_Int_toNat(x_577); -lean_dec(x_577); -x_579 = l_Lean_Widget_instInhabitedTaggedText___closed__1; -x_580 = l_Nat_repeatTR_loop___at_String_pushn___spec__1(x_576, x_578, x_579); -x_581 = lean_ctor_get(x_3, 0); -lean_inc(x_581); -x_582 = lean_ctor_get(x_3, 1); -lean_inc(x_582); -x_583 = lean_ctor_get(x_3, 2); -lean_inc(x_583); +uint8_t x_958; uint8_t x_959; lean_object* x_960; lean_object* x_961; lean_object* x_962; lean_object* x_963; lean_object* x_964; lean_object* x_965; lean_object* x_966; lean_object* x_967; lean_object* x_968; lean_object* x_969; lean_object* x_970; lean_object* x_971; lean_object* x_972; lean_object* x_973; lean_object* x_974; lean_object* x_975; lean_object* x_976; lean_object* x_977; lean_object* x_978; lean_object* x_979; lean_object* x_980; +x_958 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_959 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +lean_dec(x_6); +x_960 = lean_ctor_get(x_7, 1); +lean_inc(x_960); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_961 = x_7; +} else { + lean_dec_ref(x_7); + x_961 = lean_box(0); +} +x_962 = lean_ctor_get(x_10, 1); +lean_inc(x_962); +x_963 = lean_ctor_get(x_10, 2); +lean_inc(x_963); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_964 = x_10; +} else { + lean_dec_ref(x_10); + x_964 = lean_box(0); +} +x_965 = lean_ctor_get(x_11, 0); +lean_inc(x_965); +x_966 = lean_ctor_get(x_11, 1); +lean_inc(x_966); +lean_dec(x_11); +x_967 = lean_ctor_get(x_3, 0); +lean_inc(x_967); +x_968 = lean_ctor_get(x_3, 1); +lean_inc(x_968); +x_969 = lean_ctor_get(x_3, 2); +lean_inc(x_969); if (lean_is_exclusive(x_3)) { lean_ctor_release(x_3, 0); lean_ctor_release(x_3, 1); lean_ctor_release(x_3, 2); - x_584 = x_3; + x_970 = x_3; } else { lean_dec_ref(x_3); - x_584 = lean_box(0); + x_970 = lean_box(0); +} +lean_inc(x_969); +x_971 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_971, 0, x_969); +lean_ctor_set(x_971, 1, x_967); +x_972 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_972, 0, x_965); +lean_ctor_set(x_972, 1, x_971); +if (lean_is_scalar(x_961)) { + x_973 = lean_alloc_ctor(1, 2, 0); +} else { + x_973 = x_961; } -lean_inc(x_580); -x_585 = l_Lean_Widget_TaggedText_appendText___rarg(x_580, x_581); -x_586 = lean_string_length(x_580); -lean_dec(x_580); -x_587 = lean_nat_add(x_583, x_586); -lean_dec(x_586); -lean_dec(x_583); -x_588 = lean_ctor_get(x_552, 2); -lean_inc(x_588); -lean_dec(x_552); -lean_inc(x_582); -x_589 = l_List_take___rarg(x_588, x_582); -x_590 = l_List_drop___rarg(x_588, x_582); -lean_dec(x_582); -x_591 = l_List_foldl___at_Lean_Widget_TaggedText_instMonadPrettyFormatStateMTaggedState___spec__3(x_585, x_589); -if (lean_is_scalar(x_584)) { - x_592 = lean_alloc_ctor(0, 3, 0); +lean_ctor_set(x_973, 0, x_972); +lean_ctor_set(x_973, 1, x_968); +x_974 = l_Lean_Widget_instInhabitedTaggedText___closed__2; +if (lean_is_scalar(x_970)) { + x_975 = lean_alloc_ctor(0, 3, 0); +} else { + x_975 = x_970; +} +lean_ctor_set(x_975, 0, x_974); +lean_ctor_set(x_975, 1, x_973); +lean_ctor_set(x_975, 2, x_969); +x_976 = lean_unsigned_to_nat(1u); +x_977 = lean_nat_add(x_963, x_976); +lean_dec(x_963); +if (lean_is_scalar(x_964)) { + x_978 = lean_alloc_ctor(0, 3, 0); } else { - x_592 = x_584; + x_978 = x_964; +} +lean_ctor_set(x_978, 0, x_966); +lean_ctor_set(x_978, 1, x_962); +lean_ctor_set(x_978, 2, x_977); +lean_ctor_set(x_2, 1, x_960); +lean_ctor_set(x_2, 0, x_978); +x_979 = lean_alloc_ctor(0, 1, 2); +lean_ctor_set(x_979, 0, x_2); +lean_ctor_set_uint8(x_979, sizeof(void*)*1, x_958); +lean_ctor_set_uint8(x_979, sizeof(void*)*1 + 1, x_959); +x_980 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_980, 0, x_979); +lean_ctor_set(x_980, 1, x_887); +x_2 = x_980; +x_3 = x_975; +goto _start; } -lean_ctor_set(x_592, 0, x_591); -lean_ctor_set(x_592, 1, x_590); -lean_ctor_set(x_592, 2, x_587); -if (lean_is_scalar(x_551)) { - x_593 = lean_alloc_ctor(0, 1, 2); +} +else +{ +lean_object* x_982; uint8_t x_983; uint8_t x_984; lean_object* x_985; lean_object* x_986; lean_object* x_987; lean_object* x_988; lean_object* x_989; lean_object* x_990; lean_object* x_991; lean_object* x_992; lean_object* x_993; lean_object* x_994; lean_object* x_995; lean_object* x_996; lean_object* x_997; lean_object* x_998; lean_object* x_999; lean_object* x_1000; lean_object* x_1001; lean_object* x_1002; lean_object* x_1003; lean_object* x_1004; lean_object* x_1005; lean_object* x_1006; lean_object* x_1007; +x_982 = lean_ctor_get(x_2, 1); +lean_inc(x_982); +lean_dec(x_2); +x_983 = lean_ctor_get_uint8(x_6, sizeof(void*)*1); +x_984 = lean_ctor_get_uint8(x_6, sizeof(void*)*1 + 1); +if (lean_is_exclusive(x_6)) { + lean_ctor_release(x_6, 0); + x_985 = x_6; +} else { + lean_dec_ref(x_6); + x_985 = lean_box(0); +} +x_986 = lean_ctor_get(x_7, 1); +lean_inc(x_986); +if (lean_is_exclusive(x_7)) { + lean_ctor_release(x_7, 0); + lean_ctor_release(x_7, 1); + x_987 = x_7; } else { - x_593 = x_551; + lean_dec_ref(x_7); + x_987 = lean_box(0); +} +x_988 = lean_ctor_get(x_10, 1); +lean_inc(x_988); +x_989 = lean_ctor_get(x_10, 2); +lean_inc(x_989); +if (lean_is_exclusive(x_10)) { + lean_ctor_release(x_10, 0); + lean_ctor_release(x_10, 1); + lean_ctor_release(x_10, 2); + x_990 = x_10; +} else { + lean_dec_ref(x_10); + x_990 = lean_box(0); } -lean_ctor_set(x_593, 0, x_553); -lean_ctor_set_uint8(x_593, sizeof(void*)*1, x_549); -lean_ctor_set_uint8(x_593, sizeof(void*)*1 + 1, x_550); -if (lean_is_scalar(x_554)) { - x_594 = lean_alloc_ctor(1, 2, 0); +x_991 = lean_ctor_get(x_11, 0); +lean_inc(x_991); +x_992 = lean_ctor_get(x_11, 1); +lean_inc(x_992); +lean_dec(x_11); +x_993 = lean_ctor_get(x_3, 0); +lean_inc(x_993); +x_994 = lean_ctor_get(x_3, 1); +lean_inc(x_994); +x_995 = lean_ctor_get(x_3, 2); +lean_inc(x_995); +if (lean_is_exclusive(x_3)) { + lean_ctor_release(x_3, 0); + lean_ctor_release(x_3, 1); + lean_ctor_release(x_3, 2); + x_996 = x_3; +} else { + lean_dec_ref(x_3); + x_996 = lean_box(0); +} +lean_inc(x_995); +x_997 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_997, 0, x_995); +lean_ctor_set(x_997, 1, x_993); +x_998 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_998, 0, x_991); +lean_ctor_set(x_998, 1, x_997); +if (lean_is_scalar(x_987)) { + x_999 = lean_alloc_ctor(1, 2, 0); } else { - x_594 = x_554; + x_999 = x_987; } -lean_ctor_set(x_594, 0, x_593); -lean_ctor_set(x_594, 1, x_548); -x_2 = x_594; -x_3 = x_592; +lean_ctor_set(x_999, 0, x_998); +lean_ctor_set(x_999, 1, x_994); +x_1000 = l_Lean_Widget_instInhabitedTaggedText___closed__2; +if (lean_is_scalar(x_996)) { + x_1001 = lean_alloc_ctor(0, 3, 0); +} else { + x_1001 = x_996; +} +lean_ctor_set(x_1001, 0, x_1000); +lean_ctor_set(x_1001, 1, x_999); +lean_ctor_set(x_1001, 2, x_995); +x_1002 = lean_unsigned_to_nat(1u); +x_1003 = lean_nat_add(x_989, x_1002); +lean_dec(x_989); +if (lean_is_scalar(x_990)) { + x_1004 = lean_alloc_ctor(0, 3, 0); +} else { + x_1004 = x_990; +} +lean_ctor_set(x_1004, 0, x_992); +lean_ctor_set(x_1004, 1, x_988); +lean_ctor_set(x_1004, 2, x_1003); +x_1005 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1005, 0, x_1004); +lean_ctor_set(x_1005, 1, x_986); +if (lean_is_scalar(x_985)) { + x_1006 = lean_alloc_ctor(0, 1, 2); +} else { + x_1006 = x_985; +} +lean_ctor_set(x_1006, 0, x_1005); +lean_ctor_set_uint8(x_1006, sizeof(void*)*1, x_983); +lean_ctor_set_uint8(x_1006, sizeof(void*)*1 + 1, x_984); +x_1007 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_1007, 0, x_1006); +lean_ctor_set(x_1007, 1, x_982); +x_2 = x_1007; +x_3 = x_1001; goto _start; } } @@ -8960,24 +9741,24 @@ l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Wid lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__26); l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__27 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__27(); lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_reprTaggedText____x40_Lean_Widget_TaggedText___hyg_248____rarg___closed__27); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__1(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__1); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__2 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__2(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__1___closed__2); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__1); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__2___closed__2); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___lambda__3___closed__1); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__1); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__2); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_438____rarg___closed__3); -l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1(); -lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_641____rarg___closed__1); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__1(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__1); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__2 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__2(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__1___closed__2); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__1); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__2___closed__2); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___lambda__3___closed__1); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__1); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__2); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_fromJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_432____rarg___closed__3); +l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1 = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1(); +lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_toJsonTaggedText____x40_Lean_Widget_TaggedText___hyg_635____rarg___closed__1); l___private_Lean_Widget_TaggedText_0__Lean_Widget_TaggedText_TaggedState_out___default = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_TaggedText_TaggedState_out___default(); lean_mark_persistent(l___private_Lean_Widget_TaggedText_0__Lean_Widget_TaggedText_TaggedState_out___default); l___private_Lean_Widget_TaggedText_0__Lean_Widget_TaggedText_TaggedState_tagStack___default = _init_l___private_Lean_Widget_TaggedText_0__Lean_Widget_TaggedText_TaggedState_tagStack___default(); diff --git a/stage0/stdlib/Lean/Widget/UserWidget.c b/stage0/stdlib/Lean/Widget/UserWidget.c index ead90a33e3f1..dfaf543d1ec0 100644 --- a/stage0/stdlib/Lean/Widget/UserWidget.c +++ b/stage0/stdlib/Lean/Widget/UserWidget.c @@ -15,34 +15,33 @@ extern "C" { #endif static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_24____closed__1; lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonGetWidgetSourceParams; static lean_object* l_Lean_Widget_instToJsonGetWidgetSourceParams___closed__1; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__16; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; lean_object* l_List_join___rarg(lean_object*); LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Widget_elabWidgetCmd___spec__1___boxed(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_evalJsonUnsafe___closed__3; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__12; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6; static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____closed__6; LEAN_EXPORT lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Widget_elabWidgetCmd___spec__1(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__18; lean_object* l_Lean_MapDeclarationExtension_insert___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Snapshots_Snapshot_infoTree(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__8; lean_object* lean_mk_empty_array_with_capacity(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223_(lean_object*); static lean_object* l_Lean_Widget_instInhabitedUserWidget___closed__2; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__2; -static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__2; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__11; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__9; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__5; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__1; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1; lean_object* l_Lean_Elab_Command_runTermElabM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_evalConstCheck___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__1(lean_object*); lean_object* l_Lean_Json_mkObj(lean_object*); static lean_object* l_Lean_Widget_getWidgetSource___rpc__wrapped___closed__2; +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711_(lean_object*); static lean_object* l_Lean_Widget_instFromJsonGetWidgetsResponse___closed__1; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__8; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__4; @@ -54,25 +53,31 @@ static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeI lean_object* l_Lean_Name_toString(lean_object*, uint8_t); lean_object* l_Lean_Syntax_getId(lean_object*); uint8_t l_Lean_RBNode_isRed___rarg(lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__5; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__2___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_getWidgets___rpc__wrapped___closed__1; static lean_object* l_Lean_Widget_instFromJsonUserWidgetDefinition___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonGetWidgetsResponse; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedWidgetSource; static lean_object* l_Lean_Widget_getWidgetSource___lambda__5___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___rpc__wrapped; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10; uint8_t lean_uint64_dec_lt(uint64_t, uint64_t); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__1(lean_object*, uint64_t, lean_object*); uint8_t lean_usize_dec_eq(size_t, size_t); static lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_getWidgets___spec__2___closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at_Lean_JsonRpc_instFromJsonMessage___spec__3(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__1; static lean_object* l_Lean_Widget_instFromJsonUserWidget___closed__1; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__6; LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Widget_getWidgetSource___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__2; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonUserWidget; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedUserWidgetDefinition; lean_object* l_Lean_Server_RequestM_withWaitFindSnap___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__3; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_370_(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__2; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__1; @@ -88,26 +93,24 @@ LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJ static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_595____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__1___boxed(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__11; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__5; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__1; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__1; static lean_object* l_Lean_Widget_widgetCmd___closed__5; LEAN_EXPORT lean_object* l_Lean_Widget_elabWidgetCmd(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__14; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__12; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__3; LEAN_EXPORT lean_object* l_Lean_evalConstCheck___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__1___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_utf8_byte_size(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__7; static lean_object* l_Lean_Widget_getWidgetSource___rpc__wrapped___closed__3; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__16; LEAN_EXPORT lean_object* l_Lean_RBNode_ins___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__2(lean_object*, uint64_t, lean_object*); -static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_getWidgetSource___closed__2; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__2; extern lean_object* l_Lean_Lsp_instFromJsonPosition; lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__9; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__5; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonRange____x40_Lean_Data_Lsp_Basic___hyg_916____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__10; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -115,20 +118,17 @@ LEAN_EXPORT lean_object* l_Lean_Widget_saveWidgetInfo___rarg(lean_object*, lean_ size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT uint8_t l_Lean_Widget_getWidgetSource___lambda__2(lean_object*, uint64_t, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__2; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__17; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__5(uint64_t, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__4; lean_object* l_Lean_FileMap_lspPosToUtf8Pos(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_1743____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__2___closed__1; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4; lean_object* l_Lean_Elab_Info_tailPos_x3f(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_RBNode_insert___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__1___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_173____boxed(lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__5; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_getWidgets___spec__2(lean_object*, lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_widgetCmd; @@ -143,25 +143,25 @@ lean_object* l_Lean_PersistentEnvExtension_addEntry___rarg(lean_object*, lean_ob LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonUserWidgetDefinition; LEAN_EXPORT lean_object* l_Lean_Widget_saveWidgetInfo(lean_object*); static lean_object* l_Lean_Widget_instToJsonUserWidgetInstance___closed__1; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__9; lean_object* l_Lean_Json_getObjValD(lean_object*, lean_object*); +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__1___rarg(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__5(lean_object*, size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_saveWidgetInfo___at_Lean_Widget_elabWidgetCmd___spec__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgets___lambda__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__9; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__2; static lean_object* l_Lean_Widget_instToJsonUserWidgetDefinition___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____lambda__2(lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1; static lean_object* l_Lean_Widget_getWidgetSource___closed__1; lean_object* l_Lean_setEnv___at_Lean_registerParametricAttribute___spec__3(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Server_Snapshots_Snapshot_env(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__5; lean_object* lean_uint64_to_nat(uint64_t); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__4; extern lean_object* l_Lean_Server_RequestError_fileChanged; static lean_object* l_Lean_Widget_getWidgets___closed__1; lean_object* l_Lean_Server_wrapRpcProcedure___elambda__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_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_ReaderT_bind___at_Lean_Widget_getWidgetSource___spec__2(lean_object*, lean_object*); lean_object* lean_st_ref_get(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__7; @@ -170,7 +170,6 @@ static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUs LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonUserWidgetInstance; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_evalJsonUnsafe___closed__1; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__3___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__13; static lean_object* l_Lean_Widget_widgetCmd___closed__10; 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_ofExcept___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__2___rarg(lean_object*, lean_object*, lean_object*, lean_object*); @@ -180,33 +179,29 @@ static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeI lean_object* l_Lean_Syntax_getTrailingSize(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_976____closed__2; LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__3(lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__18; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgets(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__3___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__4___boxed(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__14; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_evalJsonUnsafe___closed__2; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonWidgetSource; LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__2___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__1; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__3; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgets___lambda__2(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____boxed(lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__14; LEAN_EXPORT lean_object* l_Lean_Widget_elabWidgetCmd___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_Name_str___override(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__3; lean_object* l_Lean_MapDeclarationExtension_find_x3f___rarg(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__3; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626_(lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710_(lean_object*); static lean_object* l_Lean_Widget_widgetCmd___closed__3; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__11; lean_object* l_Lean_Syntax_getArg(lean_object*, lean_object*); lean_object* l_Lean_registerSimplePersistentEnvExtension___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_saveWidgetInfo___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_943_(lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__3; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__3; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__5; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_976____closed__1; @@ -219,28 +214,26 @@ LEAN_EXPORT lean_object* l_Lean_RBNode_find___at_Lean_Widget_getWidgetSource___s static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__9; lean_object* l_String_Range_toLspRange(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__12; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____spec__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947_(lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__15; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_getWidgets___rpc__wrapped___spec__1___closed__2; static lean_object* l_Lean_Widget_widgetCmd___closed__7; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_instInhabitedUserWidget; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__1___boxed(lean_object*, lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__15; LEAN_EXPORT lean_object* l_Lean_Widget_saveWidgetInfo___at_Lean_Widget_elabWidgetCmd___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__11; lean_object* l_Lean_Server_RequestM_readDoc___at_Lean_Server_RequestM_withWaitFindSnapAtPos___spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Widget_elabWidgetCmd___spec__1___rarg___closed__2; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__7; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_370____closed__2; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__1; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__11; static lean_object* l_Lean_Elab_throwUnsupportedSyntax___at_Lean_Widget_elabWidgetCmd___spec__1___rarg___closed__1; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____spec__1___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_1026____closed__2; lean_object* l_Lean_Server_instRpcEncodable___rarg(lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____spec__1(size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__4; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__8; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____boxed(lean_object*); @@ -249,14 +242,15 @@ static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWi LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonUserWidgetInstance; static lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_getWidgetSource___rpc__wrapped___spec__1___closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_widgetSourceRegistry; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8; static lean_object* l_Lean_Widget_widgetCmd___closed__4; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__17; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__7; static lean_object* l_Lean_Widget_widgetCmd___closed__1; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__10; static lean_object* l_Lean_Widget_widgetCmd___closed__9; static uint64_t l_Lean_Widget_instInhabitedUserWidget___closed__1; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__6; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__12; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_throwError___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__3___rarg___boxed(lean_object*, lean_object*, lean_object*, lean_object*); @@ -269,7 +263,8 @@ static lean_object* l_Lean_Widget_instInhabitedUserWidgetDefinition___closed__1; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__13; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); static lean_object* l_Lean_Widget_widgetCmd___closed__8; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__12; +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____spec__1(size_t, size_t, lean_object*); +static lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__2; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69_(lean_object*); LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Widget_getWidgets___spec__1___rarg___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_getWidgets___rpc__wrapped___spec__1(lean_object*, lean_object*); @@ -279,37 +274,39 @@ LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonGetWidgetSourceParams; LEAN_EXPORT uint8_t l_Lean_Widget_getWidgets___lambda__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__1(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_instInhabitedWidgetSource___closed__1; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__4; -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625_(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__10; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1; LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_595_(lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonWidgetSource; LEAN_EXPORT lean_object* l_ReaderT_pure___at_Lean_Widget_getWidgets___spec__1(lean_object*); LEAN_EXPORT lean_object* l_Lean_Server_wrapRpcProcedure___at_Lean_Widget_getWidgetSource___rpc__wrapped___spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__3(lean_object*, lean_object*, size_t, size_t, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__2___closed__2; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgets___rpc__wrapped; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19; LEAN_EXPORT lean_object* l_Lean_Widget_instFromJsonGetWidgetsResponse; lean_object* l_Lean_Syntax_getRange_x3f(lean_object*, uint8_t); lean_object* l_Lean_mkMapDeclarationExtension___rarg(lean_object*, lean_object*); lean_object* l_Lean_SimplePersistentEnvExtension_getState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____closed__2; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__8; +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995_(lean_object*); lean_object* l_Lean_Environment_evalConstCheck___rarg(lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_InfoTree_deepestNodes___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Widget_getWidgets___rpc__wrapped___closed__3; -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946_(lean_object*); +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__2(size_t, size_t, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_widgetInfosAt_x3f___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_registerBuiltinAttribute(lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__9; static lean_object* l_Lean_Widget_widgetCmd___closed__12; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8; static lean_object* l_Lean_Widget_widgetCmd___closed__11; lean_object* l_Lean_bignumToJson(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__11; uint8_t lean_uint64_dec_eq(uint64_t, uint64_t); lean_object* l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____spec__1(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_ofExcept___at___private_Lean_Widget_UserWidget_0__Lean_Widget_getUserWidgetDefinitionUnsafe___spec__2(lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__12; lean_object* l_Lean_Elab_Term_evalTerm___rarg(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__6; @@ -322,19 +319,21 @@ lean_object* lean_array_uget(lean_object*, size_t); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl; LEAN_EXPORT lean_object* l_Lean_Widget_elabWidgetCmd___lambda__1(lean_object*, 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_Extra_0__Lean_Lsp_fromJsonRpcConnected____x40_Lean_Data_Lsp_Extra___hyg_1600____spec__1(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__7; LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__3___at_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____spec__4(lean_object*, size_t, size_t, lean_object*); static lean_object* l_Lean_Widget_widgetCmd___closed__15; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetSourceParams____x40_Lean_Widget_UserWidget___hyg_976_(lean_object*); lean_object* l_Lean_Elab_pushInfoLeaf___rarg(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Elab_Info_pos_x3f(lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__17; lean_object* l_List_redLength___rarg(lean_object*); static lean_object* l_Lean_Widget_widgetCmd___closed__13; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_173____closed__2; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__7; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonUserWidget; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Widget_getWidgets___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__3___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_string_append(lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__5; static lean_object* l_Lean_Widget_widgetCmd___closed__6; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__13; static lean_object* l_Lean_Widget_instFromJsonWidgetSource___closed__1; @@ -343,42 +342,43 @@ static lean_object* l_Lean_Widget_instFromJsonGetWidgetSourceParams___closed__1; lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__1(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instToJsonGetWidgetsResponse___closed__1; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__10; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__15; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__6; uint8_t lean_nat_dec_le(lean_object*, lean_object*); static lean_object* l_Lean_Widget_instToJsonWidgetSource___closed__1; extern lean_object* l_Lean_Elab_unsupportedSyntaxExceptionId; static lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____closed__4; +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__7; uint8_t lean_usize_dec_lt(size_t, size_t); lean_object* l_Lean_Server_RequestM_runCoreM___rarg(lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__2___boxed(lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__6___boxed(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___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__1; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__2(lean_object*, lean_object*, uint8_t, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__4(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__13; LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__1(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__1; lean_object* l_Lean_Json_pretty(lean_object*, lean_object*); -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__7; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__7; lean_object* l_Lean_Elab_pushInfoLeaf___at_Lean_Elab_Command_expandDeclId___spec__11(lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__6; LEAN_EXPORT lean_object* l_Lean_Widget_getWidgets___lambda__1___boxed(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_getWidgetSource___lambda__2___boxed(lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994_(lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__14; LEAN_EXPORT lean_object* l_Lean_Widget_instToJsonUserWidgetDefinition; lean_object* l_Lean_Server_Snapshots_Snapshot_endPos(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_370____closed__1; +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Widget_initFn____x40_Lean_Widget_UserWidget___hyg_626____lambda__2___boxed(lean_object*); LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___elambda__1___rarg___boxed(lean_object*, lean_object*, lean_object*); +static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__3; static lean_object* l_Lean_Widget_instFromJsonUserWidgetInstance___closed__1; lean_object* l_Nat_repr(lean_object*); static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__12; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__3; -static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__6; lean_object* l_List_toArrayAux___rarg(lean_object*, lean_object*); static lean_object* l_Lean_Widget_widgetCmd___closed__2; static lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_attributeImpl___closed__5; @@ -5686,7 +5686,7 @@ lean_dec(x_1); return x_6; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1() { _start: { lean_object* x_1; @@ -5694,7 +5694,7 @@ x_1 = lean_mk_string_from_bytes("props", 5); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2() { _start: { lean_object* x_1; @@ -5702,7 +5702,7 @@ x_1 = lean_mk_string_from_bytes("range", 5); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626_(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; 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; uint64_t x_18; lean_object* x_19; lean_object* x_20; lean_object* x_21; lean_object* x_22; lean_object* x_23; lean_object* x_24; 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; @@ -5749,14 +5749,14 @@ 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_11); -x_24 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1; +x_24 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____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_3); x_26 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_26, 0, x_25); lean_ctor_set(x_26, 1, x_11); -x_27 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2; +x_27 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2; x_28 = l_Lean_Json_opt___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_toJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1456____spec__1(x_27, x_4); x_29 = lean_alloc_ctor(1, 2, 0); lean_ctor_set(x_29, 0, x_28); @@ -5782,7 +5782,7 @@ static lean_object* _init_l_Lean_Widget_instToJsonUserWidgetInstance___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626_), 1, 0); return x_1; } } @@ -5794,7 +5794,7 @@ x_1 = l_Lean_Widget_instToJsonUserWidgetInstance___closed__1; return x_1; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__1() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__1() { _start: { lean_object* x_1; @@ -5802,138 +5802,138 @@ x_1 = lean_mk_string_from_bytes("UserWidgetInstance", 18); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__2() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__1; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__2; -x_3 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__1; +x_3 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__3() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__2; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__3; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__3; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__5() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__5; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__5; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__7() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetDefinition____x40_Lean_Widget_UserWidget___hyg_223____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__7; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__7; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__9() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidget____x40_Lean_Widget_UserWidget___hyg_435____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__9; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__9; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__11() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____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_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1; +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__12() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__12() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__11; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__11; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__13() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4; -x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__12; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4; +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__12; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__14() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__13; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__13; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__15() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__15() { _start: { lean_object* x_1; @@ -5941,47 +5941,47 @@ x_1 = lean_mk_string_from_bytes("range?", 6); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__16() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__15; +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__17() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__17() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__16; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__16; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__18() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4; -x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__17; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4; +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__17; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__18; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__18; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; @@ -5996,7 +5996,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6; +x_6 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6008,7 +6008,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6; +x_9 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6034,7 +6034,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8; +x_17 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8; x_18 = lean_string_append(x_17, x_16); lean_dec(x_16); lean_ctor_set(x_14, 0, x_18); @@ -6046,7 +6046,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8; +x_20 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8; x_21 = lean_string_append(x_20, x_19); lean_dec(x_19); x_22 = lean_alloc_ctor(0, 1, 0); @@ -6074,7 +6074,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10; +x_28 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10; x_29 = lean_string_append(x_28, x_27); lean_dec(x_27); lean_ctor_set(x_25, 0, x_29); @@ -6086,7 +6086,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10; +x_31 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10; x_32 = lean_string_append(x_31, x_30); lean_dec(x_30); x_33 = lean_alloc_ctor(0, 1, 0); @@ -6100,12 +6100,12 @@ lean_object* x_34; lean_object* x_35; lean_object* x_36; lean_object* x_37; lean x_34 = lean_ctor_get(x_25, 0); lean_inc(x_34); lean_dec(x_25); -x_35 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1; +x_35 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1; x_36 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_InteractiveCode_0__Lean_Widget_fromJsonRpcEncodablePacket____x40_Lean_Widget_InteractiveCode___hyg_377____spec__1(x_1, x_35); x_37 = lean_ctor_get(x_36, 0); lean_inc(x_37); lean_dec(x_36); -x_38 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2; +x_38 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2; x_39 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Data_Lsp_Basic_0__Lean_Lsp_fromJsonLocationLink____x40_Lean_Data_Lsp_Basic___hyg_1529____spec__1(x_1, x_38); lean_dec(x_1); if (lean_obj_tag(x_39) == 0) @@ -6120,7 +6120,7 @@ if (x_40 == 0) { lean_object* x_41; lean_object* x_42; lean_object* x_43; x_41 = lean_ctor_get(x_39, 0); -x_42 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19; +x_42 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19; x_43 = lean_string_append(x_42, x_41); lean_dec(x_41); lean_ctor_set(x_39, 0, x_43); @@ -6132,7 +6132,7 @@ lean_object* x_44; lean_object* x_45; lean_object* x_46; lean_object* x_47; x_44 = lean_ctor_get(x_39, 0); lean_inc(x_44); lean_dec(x_39); -x_45 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19; +x_45 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19; x_46 = lean_string_append(x_45, x_44); lean_dec(x_44); x_47 = lean_alloc_ctor(0, 1, 0); @@ -6191,7 +6191,7 @@ static lean_object* _init_l_Lean_Widget_instFromJsonUserWidgetInstance___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711_), 1, 0); return x_1; } } @@ -6203,7 +6203,7 @@ x_1 = l_Lean_Widget_instFromJsonUserWidgetInstance___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____spec__1(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -6218,7 +6218,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_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625_(x_5); +x_8 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626_(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); @@ -6228,7 +6228,7 @@ goto _start; } } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1() { _start: { lean_object* x_1; @@ -6236,7 +6236,7 @@ x_1 = lean_mk_string_from_bytes("widgets", 7); return x_1; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947_(lean_object* x_1) { _start: { lean_object* x_2; size_t x_3; size_t x_4; lean_object* x_5; lean_object* x_6; lean_object* x_7; lean_object* x_8; lean_object* x_9; lean_object* x_10; lean_object* x_11; lean_object* x_12; lean_object* x_13; @@ -6244,10 +6244,10 @@ x_2 = lean_array_get_size(x_1); x_3 = lean_usize_of_nat(x_2); lean_dec(x_2); x_4 = 0; -x_5 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____spec__1(x_3, x_4, x_1); +x_5 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____spec__1(x_3, x_4, x_1); x_6 = lean_alloc_ctor(4, 1, 0); lean_ctor_set(x_6, 0, x_5); -x_7 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1; +x_7 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____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); @@ -6263,7 +6263,7 @@ x_13 = l_Lean_Json_mkObj(x_12); return x_13; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____spec__1___boxed(lean_object* x_1, lean_object* x_2, lean_object* x_3) { +LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____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; @@ -6271,7 +6271,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_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____spec__1(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____spec__1(x_4, x_5, x_3); return x_6; } } @@ -6279,7 +6279,7 @@ static lean_object* _init_l_Lean_Widget_instToJsonGetWidgetsResponse___closed__1 _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947_), 1, 0); return x_1; } } @@ -6291,7 +6291,7 @@ x_1 = l_Lean_Widget_instToJsonGetWidgetsResponse___closed__1; return x_1; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____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_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__2(size_t x_1, size_t x_2, lean_object* x_3) { _start: { uint8_t x_4; @@ -6309,7 +6309,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_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710_(x_6); +x_9 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711_(x_6); if (lean_obj_tag(x_9) == 0) { uint8_t x_10; @@ -6346,7 +6346,7 @@ goto _start; } } } -static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__1() { +static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__1() { _start: { lean_object* x_1; @@ -6354,7 +6354,7 @@ x_1 = lean_mk_string_from_bytes("expected JSON array, got '", 26); return x_1; } } -static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__2() { +static lean_object* _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__2() { _start: { lean_object* x_1; @@ -6362,7 +6362,7 @@ x_1 = lean_mk_string_from_bytes("'", 1); return x_1; } } -LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1(lean_object* x_1, lean_object* x_2) { +LEAN_EXPORT lean_object* l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1(lean_object* x_1, lean_object* x_2) { _start: { lean_object* x_3; @@ -6379,7 +6379,7 @@ x_5 = lean_array_get_size(x_4); x_6 = lean_usize_of_nat(x_5); lean_dec(x_5); x_7 = 0; -x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__2(x_6, x_7, x_4); +x_8 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__2(x_6, x_7, x_4); return x_8; } else @@ -6387,10 +6387,10 @@ else 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_3, x_9); -x_11 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__1; +x_11 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__1; x_12 = lean_string_append(x_11, x_10); lean_dec(x_10); -x_13 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__2; +x_13 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___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); @@ -6398,7 +6398,7 @@ return x_15; } } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__1() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__1() { _start: { lean_object* x_1; @@ -6406,83 +6406,83 @@ x_1 = lean_mk_string_from_bytes("GetWidgetsResponse", 18); return x_1; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__2() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__1; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__2; -x_3 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__1; +x_3 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__1; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__3() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__3() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__2; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__2; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__4() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__3; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__3; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__5() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____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_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1; +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__6() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__6() { _start: { lean_object* x_1; uint8_t x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__5; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__5; x_2 = 1; x_3 = l_Lean_Name_toString(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__7() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__4; -x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__6; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__4; +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__6; x_3 = lean_string_append(x_1, x_2); return x_3; } } -static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8() { +static lean_object* _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__7; +x_1 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__7; x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonWidgetSource____x40_Lean_Widget_UserWidget___hyg_69____closed__11; x_3 = lean_string_append(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994_(lean_object* x_1) { +LEAN_EXPORT lean_object* l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1; -x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1(x_1, x_2); +x_2 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1; +x_3 = l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1(x_1, x_2); if (lean_obj_tag(x_3) == 0) { uint8_t x_4; @@ -6491,7 +6491,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_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8; +x_6 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8; x_7 = lean_string_append(x_6, x_5); lean_dec(x_5); lean_ctor_set(x_3, 0, x_7); @@ -6503,7 +6503,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_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8; +x_9 = l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8; x_10 = lean_string_append(x_9, x_8); lean_dec(x_8); x_11 = lean_alloc_ctor(0, 1, 0); @@ -6532,7 +6532,7 @@ return x_14; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____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_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____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; @@ -6540,7 +6540,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_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__2(x_4, x_5, x_3); +x_6 = l_Array_mapMUnsafe_map___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__2(x_4, x_5, x_3); return x_6; } } @@ -6548,7 +6548,7 @@ static lean_object* _init_l_Lean_Widget_instFromJsonGetWidgetsResponse___closed_ _start: { lean_object* x_1; -x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994_), 1, 0); +x_1 = lean_alloc_closure((void*)(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995_), 1, 0); return x_1; } } @@ -7691,82 +7691,82 @@ l_Lean_Widget_getWidgetSource___rpc__wrapped___closed__3 = _init_l_Lean_Widget_g lean_mark_persistent(l_Lean_Widget_getWidgetSource___rpc__wrapped___closed__3); l_Lean_Widget_getWidgetSource___rpc__wrapped = _init_l_Lean_Widget_getWidgetSource___rpc__wrapped(); lean_mark_persistent(l_Lean_Widget_getWidgetSource___rpc__wrapped); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__1); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1625____closed__2); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__1); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1626____closed__2); l_Lean_Widget_instToJsonUserWidgetInstance___closed__1 = _init_l_Lean_Widget_instToJsonUserWidgetInstance___closed__1(); lean_mark_persistent(l_Lean_Widget_instToJsonUserWidgetInstance___closed__1); l_Lean_Widget_instToJsonUserWidgetInstance = _init_l_Lean_Widget_instToJsonUserWidgetInstance(); lean_mark_persistent(l_Lean_Widget_instToJsonUserWidgetInstance); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__1); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__2 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__2); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__3 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__3); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__4); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__5 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__5); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__6); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__7 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__7); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__8); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__9 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__9(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__9); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__10); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__11 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__11(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__11); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__12 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__12(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__12); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__13 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__13(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__13); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__14 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__14(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__14); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__15 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__15(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__15); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__16 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__16(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__16); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__17 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__17(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__17); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__18 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__18(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__18); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1710____closed__19); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__1); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__2 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__2); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__3 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__3); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__4); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__5 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__5); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__6); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__7 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__7); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__8); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__9 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__9(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__9); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__10); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__11 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__11(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__11); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__12 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__12(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__12); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__13 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__13(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__13); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__14 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__14(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__14); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__15 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__15(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__15); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__16 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__16(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__16); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__17 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__17(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__17); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__18 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__18(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__18); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonUserWidgetInstance____x40_Lean_Widget_UserWidget___hyg_1711____closed__19); l_Lean_Widget_instFromJsonUserWidgetInstance___closed__1 = _init_l_Lean_Widget_instFromJsonUserWidgetInstance___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonUserWidgetInstance___closed__1); l_Lean_Widget_instFromJsonUserWidgetInstance = _init_l_Lean_Widget_instFromJsonUserWidgetInstance(); lean_mark_persistent(l_Lean_Widget_instFromJsonUserWidgetInstance); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1946____closed__1); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_toJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1947____closed__1); l_Lean_Widget_instToJsonGetWidgetsResponse___closed__1 = _init_l_Lean_Widget_instToJsonGetWidgetsResponse___closed__1(); lean_mark_persistent(l_Lean_Widget_instToJsonGetWidgetsResponse___closed__1); l_Lean_Widget_instToJsonGetWidgetsResponse = _init_l_Lean_Widget_instToJsonGetWidgetsResponse(); lean_mark_persistent(l_Lean_Widget_instToJsonGetWidgetsResponse); -l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__1 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__1(); -lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__1); -l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__2 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__2(); -lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____spec__1___closed__2); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__1(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__1); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__2 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__2(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__2); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__3 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__3(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__3); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__4 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__4(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__4); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__5 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__5(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__5); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__6 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__6(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__6); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__7 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__7(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__7); -l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8(); -lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1994____closed__8); +l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__1 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__1(); +lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__1); +l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__2 = _init_l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__2(); +lean_mark_persistent(l_Lean_Json_getObjValAs_x3f___at___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____spec__1___closed__2); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__1 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__1(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__1); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__2 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__2(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__2); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__3 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__3(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__3); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__4 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__4(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__4); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__5 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__5(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__5); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__6 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__6(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__6); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__7 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__7(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__7); +l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8 = _init_l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8(); +lean_mark_persistent(l___private_Lean_Widget_UserWidget_0__Lean_Widget_fromJsonGetWidgetsResponse____x40_Lean_Widget_UserWidget___hyg_1995____closed__8); l_Lean_Widget_instFromJsonGetWidgetsResponse___closed__1 = _init_l_Lean_Widget_instFromJsonGetWidgetsResponse___closed__1(); lean_mark_persistent(l_Lean_Widget_instFromJsonGetWidgetsResponse___closed__1); l_Lean_Widget_instFromJsonGetWidgetsResponse = _init_l_Lean_Widget_instFromJsonGetWidgetsResponse(); From 5fae78b8f7910558de8df21d8547d51526d749cf Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 11 Jan 2023 16:12:46 -0800 Subject: [PATCH 5/7] chore: remove special casing for decidable in the compiler --- src/Lean/Compiler/LCNF/MonoTypes.lean | 4 +- .../Compiler/LCNF/Simp/InlineCandidate.lean | 17 ++-- src/Lean/Compiler/LCNF/ToMono.lean | 22 +---- src/library/compiler/erase_irrelevant.cpp | 26 +----- src/library/compiler/util.cpp | 7 -- src/library/constants.cpp | 85 ++----------------- src/library/constants.h | 17 +--- src/library/constants.txt | 17 +--- 8 files changed, 19 insertions(+), 176 deletions(-) diff --git a/src/Lean/Compiler/LCNF/MonoTypes.lean b/src/Lean/Compiler/LCNF/MonoTypes.lean index 0d90433ac41c..b8c053244f5b 100644 --- a/src/Lean/Compiler/LCNF/MonoTypes.lean +++ b/src/Lean/Compiler/LCNF/MonoTypes.lean @@ -86,8 +86,6 @@ where visitApp (f : Expr) (args : Array Expr) : CoreM Expr := do match f with | .const declName us => - if declName == ``Decidable then - return mkConst ``Bool if let some info ← hasTrivialStructure? declName then let ctorType ← getOtherDeclBaseType info.ctorName [] toMonoType (getParamTypes (← instantiateForall ctorType args[:info.numParams]))[info.fieldIdx]! @@ -128,4 +126,4 @@ def getOtherDeclMonoType (declName : Name) : CoreM Expr := do modifyEnv fun env => monoTypeExt.modifyState env fun s => { s with mono := s.mono.insert declName type } return type -end Lean.Compiler.LCNF \ No newline at end of file +end Lean.Compiler.LCNF diff --git a/src/Lean/Compiler/LCNF/Simp/InlineCandidate.lean b/src/Lean/Compiler/LCNF/Simp/InlineCandidate.lean index d0c3fa33cf72..db61d6e2bf99 100644 --- a/src/Lean/Compiler/LCNF/Simp/InlineCandidate.lean +++ b/src/Lean/Compiler/LCNF/Simp/InlineCandidate.lean @@ -50,15 +50,14 @@ def inlineCandidate? (e : LetValue) : SimpM (Option InlineCandidateInfo) := do We assume that at the base phase these annotations are for the instance methods that have been lambda lifted. -/ if (← inBasePhase <&&> Meta.isInstance decl.name) then - unless decl.name == ``instDecidableEqBool do - /- - TODO: remove this hack after we refactor `Decidable` as suggested by Gabriel. - Recall that the current `Decidable` class is special case since it is an inductive datatype which is not a - structure like all other type classes. This is bad since it prevents us from treating all classes in a uniform - way. After we change `Decidable` to a structure as suggested by Gabriel, we should only accept type classes - that are structures. Moreover, we should reject instances that have only one exit point producing an explicit structure. - -/ - return false + /- + TODO: remove this hack after we refactor `Decidable` as suggested by Gabriel. + Recall that the current `Decidable` class is special case since it is an inductive datatype which is not a + structure like all other type classes. This is bad since it prevents us from treating all classes in a uniform + way. After we change `Decidable` to a structure as suggested by Gabriel, we should only accept type classes + that are structures. Moreover, we should reject instances that have only one exit point producing an explicit structure. + -/ + return false if decl.alwaysInlineAttr then return true -- TODO: check inlining quota if decl.inlineAttr || decl.inlineIfReduceAttr then return true diff --git a/src/Lean/Compiler/LCNF/ToMono.lean b/src/Lean/Compiler/LCNF/ToMono.lean index 963aedde5c42..88ea8a0a8c6f 100644 --- a/src/Lean/Compiler/LCNF/ToMono.lean +++ b/src/Lean/Compiler/LCNF/ToMono.lean @@ -45,11 +45,7 @@ partial def LetValue.toMono (e : LetValue) : ToMonoM LetValue := do match e with | .erased | .value .. => return e | .const declName _ args => - if declName == ``Decidable.isTrue then - return .const ``Bool.true [] #[] - else if declName == ``Decidable.isFalse then - return .const ``Bool.false [] #[] - else if let some e' ← isTrivialConstructorApp? declName args then + if let some e' ← isTrivialConstructorApp? declName args then e'.toMono else if let some (.ctorInfo ctorInfo) := (← getEnv).find? declName then ctorAppToMono ctorInfo args @@ -84,18 +80,6 @@ partial def FunDeclCore.toMono (decl : FunDecl) : ToMonoM FunDecl := do let value ← decl.value.toMono decl.update type params value -/-- Convert `cases` `Decidable` => `Bool` -/ -partial def decToMono (c : Cases) (_ : c.typeName == ``Decidable) : ToMonoM Code := do - let resultType ← toMonoType c.resultType - let alts ← c.alts.mapM fun alt => do - match alt with - | .default k => return alt.updateCode (← k.toMono) - | .alt ctorName ps k => - eraseParams ps - let ctorName := if ctorName == ``Decidable.isTrue then ``Bool.true else ``Bool.false - return .alt ctorName #[] (← k.toMono) - return .cases { c with resultType, alts, typeName := ``Bool } - /-- Eliminate `cases` for trivial structure. See `hasTrivialStructure?` -/ partial def trivialStructToMono (info : TrivialStructureInfo) (c : Cases) : ToMonoM Code := do assert! c.alts.size == 1 @@ -117,9 +101,7 @@ partial def Code.toMono (code : Code) : ToMonoM Code := do | .unreach type => return .unreach (← toMonoType type) | .return .. | .jmp .. => return code | .cases c => - if h : c.typeName == ``Decidable then - decToMono c h - else if let some info ← hasTrivialStructure? c.typeName then + if let some info ← hasTrivialStructure? c.typeName then trivialStructToMono info c else -- TODO: `casesOn` `[implemented_by]` support diff --git a/src/library/compiler/erase_irrelevant.cpp b/src/library/compiler/erase_irrelevant.cpp index 01569e1bf4f8..227efad8c42b 100644 --- a/src/library/compiler/erase_irrelevant.cpp +++ b/src/library/compiler/erase_irrelevant.cpp @@ -174,7 +174,7 @@ class erase_irrelevant_fn { expr zero = mk_lit(literal(nat(0))); expr one = mk_lit(literal(nat(1))); expr nat_type = mk_constant(get_nat_name()); - expr dec_eq = mk_app(mk_constant(get_nat_dec_eq_name()), major, zero); + expr dec_eq = mk_app(mk_constant(get_nat_beq_name()), major, zero); expr dec_eq_type = mk_bool(); expr c = mk_simple_decl(dec_eq, dec_eq_type); expr minor_z = args[2]; @@ -249,20 +249,6 @@ class erase_irrelevant_fn { binding_body(minor)); } - expr decidable_to_bool_cases(buffer const & args) { - lean_always_assert(args.size() == 5); - expr const & major = args[2]; - expr minor1 = args[3]; - expr minor2 = args[4]; - minor1 = visit_minor(minor1); - minor2 = visit_minor(minor2); - lean_always_assert(is_lambda(minor1)); - lean_always_assert(is_lambda(minor2)); - minor1 = instantiate(binding_body(minor1), mk_enf_neutral()); - minor2 = instantiate(binding_body(minor2), mk_enf_neutral()); - return mk_app(mk_constant(get_bool_cases_on_name()), major, minor1, minor2); - } - /* Remark: we only keep major and minor premises. */ expr visit_cases_on(expr const & c, buffer & args) { name const & I_name = const_name(c).get_prefix(); @@ -280,8 +266,6 @@ class erase_irrelevant_fn { return elim_byte_array_cases(args); } else if (I_name == get_uint8_name() || I_name == get_uint16_name() || I_name == get_uint32_name() || I_name == get_uint64_name() || I_name == get_usize_name()) { return elim_uint_cases(I_name, args); - } else if (I_name == get_decidable_name()) { - return decidable_to_bool_cases(args); } else { unsigned minors_begin; unsigned minors_end; std::tie(minors_begin, minors_end) = get_cases_on_minors_range(env(), const_name(c)); @@ -388,10 +372,6 @@ class erase_irrelevant_fn { } else { f = mk_const(*n, const_levels(f)); } - } else if (fn == get_decidable_is_true_name()) { - return mk_constant(get_bool_true_name()); - } else if (fn == get_decidable_is_false_name()) { - return mk_constant(get_bool_false_name()); } else if (is_constructor(env(), fn)) { return visit_constructor(f, args); } else if (is_cases_on_recursor(env(), fn)) { @@ -400,10 +380,6 @@ class erase_irrelevant_fn { return visit_quot_mk(args); } else if (fn == get_quot_lift_name()) { return visit_quot_lift(args); - } else if (fn == get_decidable_decide_name() && args.size() == 2) { - /* Decidable.decide is the "identify" function since Decidable and Bool have - the same runtime representation. */ - return args[1]; } else { break; } diff --git a/src/library/compiler/util.cpp b/src/library/compiler/util.cpp index 789cfb0aac29..40fe1ad8e3bd 100644 --- a/src/library/compiler/util.cpp +++ b/src/library/compiler/util.cpp @@ -32,8 +32,6 @@ namespace lean { optional is_enum_type(environment const & env, name const & I) { constant_info info = env.get(I); if (!info.is_inductive()) return optional(); - /* `decidable` is morally an enumeration type */ - if (I == get_decidable_name()) return optional(1); unsigned n = 0; names cs = info.to_inductive_val().get_cnstrs(); if (length(cs) == 1) { @@ -498,11 +496,6 @@ expr mk_runtime_type(type_checker::state & st, local_ctx const & lctx, expr e) { } } - if (is_app_of(e, get_decidable_name())) { - /* Recall that `decidable A` and `bool` have the same runtime representation. */ - return *to_uint_type(1); - } - if (is_sort(e) || tc.is_prop(e)) { return mk_enf_neutral_type(); } diff --git a/src/library/constants.cpp b/src/library/constants.cpp index 2aa91ce25e24..bdc223cd8e13 100644 --- a/src/library/constants.cpp +++ b/src/library/constants.cpp @@ -3,7 +3,6 @@ // DO NOT EDIT, automatically generated file, generator scripts/gen_constants_cpp.py #include "util/name.h" namespace lean{ -name const * g_absurd = nullptr; name const * g_and = nullptr; name const * g_and_left = nullptr; name const * g_and_right = nullptr; @@ -11,7 +10,6 @@ name const * g_and_intro = nullptr; name const * g_and_rec = nullptr; name const * g_and_cases_on = nullptr; name const * g_array = nullptr; -name const * g_array_sz = nullptr; name const * g_array_data = nullptr; name const * g_auto_param = nullptr; name const * g_bit0 = nullptr; @@ -23,13 +21,7 @@ name const * g_bool = nullptr; name const * g_bool_false = nullptr; name const * g_bool_true = nullptr; name const * g_bool_cases_on = nullptr; -name const * g_cast = nullptr; name const * g_char = nullptr; -name const * g_congr_arg = nullptr; -name const * g_decidable = nullptr; -name const * g_decidable_is_true = nullptr; -name const * g_decidable_is_false = nullptr; -name const * g_decidable_decide = nullptr; name const * g_empty = nullptr; name const * g_empty_rec = nullptr; name const * g_empty_cases_on = nullptr; @@ -40,9 +32,6 @@ name const * g_eq_rec_on = nullptr; name const * g_eq_rec = nullptr; name const * g_eq_ndrec = nullptr; name const * g_eq_refl = nullptr; -name const * g_eq_subst = nullptr; -name const * g_eq_symm = nullptr; -name const * g_eq_trans = nullptr; name const * g_float = nullptr; name const * g_float_array = nullptr; name const * g_float_array_data = nullptr; @@ -75,7 +64,7 @@ name const * g_nat_has_zero = nullptr; name const * g_nat_has_one = nullptr; name const * g_nat_has_add = nullptr; name const * g_nat_add = nullptr; -name const * g_nat_dec_eq = nullptr; +name const * g_nat_beq = nullptr; name const * g_nat_sub = nullptr; name const * g_ne = nullptr; name const * g_not = nullptr; @@ -86,15 +75,11 @@ name const * g_punit = nullptr; name const * g_punit_unit = nullptr; name const * g_pprod = nullptr; name const * g_pprod_mk = nullptr; -name const * g_pprod_fst = nullptr; -name const * g_pprod_snd = nullptr; name const * g_propext = nullptr; name const * g_quot_mk = nullptr; name const * g_quot_lift = nullptr; -name const * g_sorry_ax = nullptr; name const * g_string = nullptr; name const * g_string_data = nullptr; -name const * g_subsingleton_elim = nullptr; name const * g_task = nullptr; name const * g_thunk = nullptr; name const * g_thunk_mk = nullptr; @@ -109,8 +94,6 @@ name const * g_uint32 = nullptr; name const * g_uint64 = nullptr; name const * g_usize = nullptr; void initialize_constants() { - g_absurd = new name{"absurd"}; - mark_persistent(g_absurd->raw()); g_and = new name{"And"}; mark_persistent(g_and->raw()); g_and_left = new name{"And", "left"}; @@ -125,8 +108,6 @@ void initialize_constants() { mark_persistent(g_and_cases_on->raw()); g_array = new name{"Array"}; mark_persistent(g_array->raw()); - g_array_sz = new name{"Array", "sz"}; - mark_persistent(g_array_sz->raw()); g_array_data = new name{"Array", "data"}; mark_persistent(g_array_data->raw()); g_auto_param = new name{"autoParam"}; @@ -149,20 +130,8 @@ void initialize_constants() { mark_persistent(g_bool_true->raw()); g_bool_cases_on = new name{"Bool", "casesOn"}; mark_persistent(g_bool_cases_on->raw()); - g_cast = new name{"cast"}; - mark_persistent(g_cast->raw()); g_char = new name{"Char"}; mark_persistent(g_char->raw()); - g_congr_arg = new name{"congrArg"}; - mark_persistent(g_congr_arg->raw()); - g_decidable = new name{"Decidable"}; - mark_persistent(g_decidable->raw()); - g_decidable_is_true = new name{"Decidable", "isTrue"}; - mark_persistent(g_decidable_is_true->raw()); - g_decidable_is_false = new name{"Decidable", "isFalse"}; - mark_persistent(g_decidable_is_false->raw()); - g_decidable_decide = new name{"Decidable", "decide"}; - mark_persistent(g_decidable_decide->raw()); g_empty = new name{"Empty"}; mark_persistent(g_empty->raw()); g_empty_rec = new name{"Empty", "rec"}; @@ -183,12 +152,6 @@ void initialize_constants() { mark_persistent(g_eq_ndrec->raw()); g_eq_refl = new name{"Eq", "refl"}; mark_persistent(g_eq_refl->raw()); - g_eq_subst = new name{"Eq", "subst"}; - mark_persistent(g_eq_subst->raw()); - g_eq_symm = new name{"Eq", "symm"}; - mark_persistent(g_eq_symm->raw()); - g_eq_trans = new name{"Eq", "trans"}; - mark_persistent(g_eq_trans->raw()); g_float = new name{"Float"}; mark_persistent(g_float->raw()); g_float_array = new name{"FloatArray"}; @@ -253,8 +216,8 @@ void initialize_constants() { mark_persistent(g_nat_has_add->raw()); g_nat_add = new name{"Nat", "add"}; mark_persistent(g_nat_add->raw()); - g_nat_dec_eq = new name{"Nat", "decEq"}; - mark_persistent(g_nat_dec_eq->raw()); + g_nat_beq = new name{"Nat", "beq"}; + mark_persistent(g_nat_beq->raw()); g_nat_sub = new name{"Nat", "sub"}; mark_persistent(g_nat_sub->raw()); g_ne = new name{"ne"}; @@ -275,24 +238,16 @@ void initialize_constants() { mark_persistent(g_pprod->raw()); g_pprod_mk = new name{"PProd", "mk"}; mark_persistent(g_pprod_mk->raw()); - g_pprod_fst = new name{"PProd", "fst"}; - mark_persistent(g_pprod_fst->raw()); - g_pprod_snd = new name{"PProd", "snd"}; - mark_persistent(g_pprod_snd->raw()); g_propext = new name{"propext"}; mark_persistent(g_propext->raw()); g_quot_mk = new name{"Quot", "mk"}; mark_persistent(g_quot_mk->raw()); g_quot_lift = new name{"Quot", "lift"}; mark_persistent(g_quot_lift->raw()); - g_sorry_ax = new name{"sorryAx"}; - mark_persistent(g_sorry_ax->raw()); g_string = new name{"String"}; mark_persistent(g_string->raw()); g_string_data = new name{"String", "data"}; mark_persistent(g_string_data->raw()); - g_subsingleton_elim = new name{"Subsingleton", "elim"}; - mark_persistent(g_subsingleton_elim->raw()); g_task = new name{"Task"}; mark_persistent(g_task->raw()); g_thunk = new name{"Thunk"}; @@ -321,7 +276,6 @@ void initialize_constants() { mark_persistent(g_usize->raw()); } void finalize_constants() { - delete g_absurd; delete g_and; delete g_and_left; delete g_and_right; @@ -329,7 +283,6 @@ void finalize_constants() { delete g_and_rec; delete g_and_cases_on; delete g_array; - delete g_array_sz; delete g_array_data; delete g_auto_param; delete g_bit0; @@ -341,13 +294,7 @@ void finalize_constants() { delete g_bool_false; delete g_bool_true; delete g_bool_cases_on; - delete g_cast; delete g_char; - delete g_congr_arg; - delete g_decidable; - delete g_decidable_is_true; - delete g_decidable_is_false; - delete g_decidable_decide; delete g_empty; delete g_empty_rec; delete g_empty_cases_on; @@ -358,9 +305,6 @@ void finalize_constants() { delete g_eq_rec; delete g_eq_ndrec; delete g_eq_refl; - delete g_eq_subst; - delete g_eq_symm; - delete g_eq_trans; delete g_float; delete g_float_array; delete g_float_array_data; @@ -393,7 +337,7 @@ void finalize_constants() { delete g_nat_has_one; delete g_nat_has_add; delete g_nat_add; - delete g_nat_dec_eq; + delete g_nat_beq; delete g_nat_sub; delete g_ne; delete g_not; @@ -404,15 +348,11 @@ void finalize_constants() { delete g_punit_unit; delete g_pprod; delete g_pprod_mk; - delete g_pprod_fst; - delete g_pprod_snd; delete g_propext; delete g_quot_mk; delete g_quot_lift; - delete g_sorry_ax; delete g_string; delete g_string_data; - delete g_subsingleton_elim; delete g_task; delete g_thunk; delete g_thunk_mk; @@ -427,7 +367,6 @@ void finalize_constants() { delete g_uint64; delete g_usize; } -name const & get_absurd_name() { return *g_absurd; } name const & get_and_name() { return *g_and; } name const & get_and_left_name() { return *g_and_left; } name const & get_and_right_name() { return *g_and_right; } @@ -435,7 +374,6 @@ name const & get_and_intro_name() { return *g_and_intro; } name const & get_and_rec_name() { return *g_and_rec; } name const & get_and_cases_on_name() { return *g_and_cases_on; } name const & get_array_name() { return *g_array; } -name const & get_array_sz_name() { return *g_array_sz; } name const & get_array_data_name() { return *g_array_data; } name const & get_auto_param_name() { return *g_auto_param; } name const & get_bit0_name() { return *g_bit0; } @@ -447,13 +385,7 @@ name const & get_bool_name() { return *g_bool; } name const & get_bool_false_name() { return *g_bool_false; } name const & get_bool_true_name() { return *g_bool_true; } name const & get_bool_cases_on_name() { return *g_bool_cases_on; } -name const & get_cast_name() { return *g_cast; } name const & get_char_name() { return *g_char; } -name const & get_congr_arg_name() { return *g_congr_arg; } -name const & get_decidable_name() { return *g_decidable; } -name const & get_decidable_is_true_name() { return *g_decidable_is_true; } -name const & get_decidable_is_false_name() { return *g_decidable_is_false; } -name const & get_decidable_decide_name() { return *g_decidable_decide; } name const & get_empty_name() { return *g_empty; } name const & get_empty_rec_name() { return *g_empty_rec; } name const & get_empty_cases_on_name() { return *g_empty_cases_on; } @@ -464,9 +396,6 @@ name const & get_eq_rec_on_name() { return *g_eq_rec_on; } name const & get_eq_rec_name() { return *g_eq_rec; } name const & get_eq_ndrec_name() { return *g_eq_ndrec; } name const & get_eq_refl_name() { return *g_eq_refl; } -name const & get_eq_subst_name() { return *g_eq_subst; } -name const & get_eq_symm_name() { return *g_eq_symm; } -name const & get_eq_trans_name() { return *g_eq_trans; } name const & get_float_name() { return *g_float; } name const & get_float_array_name() { return *g_float_array; } name const & get_float_array_data_name() { return *g_float_array_data; } @@ -499,7 +428,7 @@ name const & get_nat_has_zero_name() { return *g_nat_has_zero; } name const & get_nat_has_one_name() { return *g_nat_has_one; } name const & get_nat_has_add_name() { return *g_nat_has_add; } name const & get_nat_add_name() { return *g_nat_add; } -name const & get_nat_dec_eq_name() { return *g_nat_dec_eq; } +name const & get_nat_beq_name() { return *g_nat_beq; } name const & get_nat_sub_name() { return *g_nat_sub; } name const & get_ne_name() { return *g_ne; } name const & get_not_name() { return *g_not; } @@ -510,15 +439,11 @@ name const & get_punit_name() { return *g_punit; } name const & get_punit_unit_name() { return *g_punit_unit; } name const & get_pprod_name() { return *g_pprod; } name const & get_pprod_mk_name() { return *g_pprod_mk; } -name const & get_pprod_fst_name() { return *g_pprod_fst; } -name const & get_pprod_snd_name() { return *g_pprod_snd; } name const & get_propext_name() { return *g_propext; } name const & get_quot_mk_name() { return *g_quot_mk; } name const & get_quot_lift_name() { return *g_quot_lift; } -name const & get_sorry_ax_name() { return *g_sorry_ax; } name const & get_string_name() { return *g_string; } name const & get_string_data_name() { return *g_string_data; } -name const & get_subsingleton_elim_name() { return *g_subsingleton_elim; } name const & get_task_name() { return *g_task; } name const & get_thunk_name() { return *g_thunk; } name const & get_thunk_mk_name() { return *g_thunk_mk; } diff --git a/src/library/constants.h b/src/library/constants.h index 6bdde996092e..5d09e529f1ef 100644 --- a/src/library/constants.h +++ b/src/library/constants.h @@ -5,7 +5,6 @@ namespace lean { void initialize_constants(); void finalize_constants(); -name const & get_absurd_name(); name const & get_and_name(); name const & get_and_left_name(); name const & get_and_right_name(); @@ -13,7 +12,6 @@ name const & get_and_intro_name(); name const & get_and_rec_name(); name const & get_and_cases_on_name(); name const & get_array_name(); -name const & get_array_sz_name(); name const & get_array_data_name(); name const & get_auto_param_name(); name const & get_bit0_name(); @@ -25,13 +23,7 @@ name const & get_bool_name(); name const & get_bool_false_name(); name const & get_bool_true_name(); name const & get_bool_cases_on_name(); -name const & get_cast_name(); name const & get_char_name(); -name const & get_congr_arg_name(); -name const & get_decidable_name(); -name const & get_decidable_is_true_name(); -name const & get_decidable_is_false_name(); -name const & get_decidable_decide_name(); name const & get_empty_name(); name const & get_empty_rec_name(); name const & get_empty_cases_on_name(); @@ -42,9 +34,6 @@ name const & get_eq_rec_on_name(); name const & get_eq_rec_name(); name const & get_eq_ndrec_name(); name const & get_eq_refl_name(); -name const & get_eq_subst_name(); -name const & get_eq_symm_name(); -name const & get_eq_trans_name(); name const & get_float_name(); name const & get_float_array_name(); name const & get_float_array_data_name(); @@ -77,7 +66,7 @@ name const & get_nat_has_zero_name(); name const & get_nat_has_one_name(); name const & get_nat_has_add_name(); name const & get_nat_add_name(); -name const & get_nat_dec_eq_name(); +name const & get_nat_beq_name(); name const & get_nat_sub_name(); name const & get_ne_name(); name const & get_not_name(); @@ -88,15 +77,11 @@ name const & get_punit_name(); name const & get_punit_unit_name(); name const & get_pprod_name(); name const & get_pprod_mk_name(); -name const & get_pprod_fst_name(); -name const & get_pprod_snd_name(); name const & get_propext_name(); name const & get_quot_mk_name(); name const & get_quot_lift_name(); -name const & get_sorry_ax_name(); name const & get_string_name(); name const & get_string_data_name(); -name const & get_subsingleton_elim_name(); name const & get_task_name(); name const & get_thunk_name(); name const & get_thunk_mk_name(); diff --git a/src/library/constants.txt b/src/library/constants.txt index 481a20aa57cc..d91a9b867540 100644 --- a/src/library/constants.txt +++ b/src/library/constants.txt @@ -1,4 +1,3 @@ -absurd And And.left And.right @@ -6,7 +5,6 @@ And.intro And.rec And.casesOn Array -Array.sz Array.data autoParam bit0 @@ -18,13 +16,7 @@ Bool Bool.false Bool.true Bool.casesOn -cast Char -congrArg -Decidable -Decidable.isTrue -Decidable.isFalse -Decidable.decide Empty Empty.rec Empty.casesOn @@ -35,9 +27,6 @@ Eq.recOn Eq.rec Eq.ndrec Eq.refl -Eq.subst -Eq.symm -Eq.trans Float FloatArray FloatArray.data @@ -70,7 +59,7 @@ Nat.HasZero Nat.HasOne Nat.HasAdd Nat.add -Nat.decEq +Nat.beq Nat.sub ne Not @@ -81,15 +70,11 @@ PUnit PUnit.unit PProd PProd.mk -PProd.fst -PProd.snd propext Quot.mk Quot.lift -sorryAx String String.data -Subsingleton.elim Task Thunk Thunk.mk From cd0a7a1c510ef9afe1af7957860f7a8053770c5b Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 27 Jan 2023 17:01:53 -0800 Subject: [PATCH 6/7] chore: update stage0 --- .../src/library/compiler/erase_irrelevant.cpp | 26 +- stage0/src/library/compiler/util.cpp | 7 - stage0/src/library/constants.cpp | 85 +- stage0/src/library/constants.h | 17 +- stage0/src/library/constants.txt | 17 +- stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c | 198 +- .../Lean/Compiler/LCNF/Simp/InlineCandidate.c | 371 +-- stage0/stdlib/Lean/Compiler/LCNF/ToMono.c | 2791 ++++++----------- 8 files changed, 1184 insertions(+), 2328 deletions(-) diff --git a/stage0/src/library/compiler/erase_irrelevant.cpp b/stage0/src/library/compiler/erase_irrelevant.cpp index 01569e1bf4f8..227efad8c42b 100644 --- a/stage0/src/library/compiler/erase_irrelevant.cpp +++ b/stage0/src/library/compiler/erase_irrelevant.cpp @@ -174,7 +174,7 @@ class erase_irrelevant_fn { expr zero = mk_lit(literal(nat(0))); expr one = mk_lit(literal(nat(1))); expr nat_type = mk_constant(get_nat_name()); - expr dec_eq = mk_app(mk_constant(get_nat_dec_eq_name()), major, zero); + expr dec_eq = mk_app(mk_constant(get_nat_beq_name()), major, zero); expr dec_eq_type = mk_bool(); expr c = mk_simple_decl(dec_eq, dec_eq_type); expr minor_z = args[2]; @@ -249,20 +249,6 @@ class erase_irrelevant_fn { binding_body(minor)); } - expr decidable_to_bool_cases(buffer const & args) { - lean_always_assert(args.size() == 5); - expr const & major = args[2]; - expr minor1 = args[3]; - expr minor2 = args[4]; - minor1 = visit_minor(minor1); - minor2 = visit_minor(minor2); - lean_always_assert(is_lambda(minor1)); - lean_always_assert(is_lambda(minor2)); - minor1 = instantiate(binding_body(minor1), mk_enf_neutral()); - minor2 = instantiate(binding_body(minor2), mk_enf_neutral()); - return mk_app(mk_constant(get_bool_cases_on_name()), major, minor1, minor2); - } - /* Remark: we only keep major and minor premises. */ expr visit_cases_on(expr const & c, buffer & args) { name const & I_name = const_name(c).get_prefix(); @@ -280,8 +266,6 @@ class erase_irrelevant_fn { return elim_byte_array_cases(args); } else if (I_name == get_uint8_name() || I_name == get_uint16_name() || I_name == get_uint32_name() || I_name == get_uint64_name() || I_name == get_usize_name()) { return elim_uint_cases(I_name, args); - } else if (I_name == get_decidable_name()) { - return decidable_to_bool_cases(args); } else { unsigned minors_begin; unsigned minors_end; std::tie(minors_begin, minors_end) = get_cases_on_minors_range(env(), const_name(c)); @@ -388,10 +372,6 @@ class erase_irrelevant_fn { } else { f = mk_const(*n, const_levels(f)); } - } else if (fn == get_decidable_is_true_name()) { - return mk_constant(get_bool_true_name()); - } else if (fn == get_decidable_is_false_name()) { - return mk_constant(get_bool_false_name()); } else if (is_constructor(env(), fn)) { return visit_constructor(f, args); } else if (is_cases_on_recursor(env(), fn)) { @@ -400,10 +380,6 @@ class erase_irrelevant_fn { return visit_quot_mk(args); } else if (fn == get_quot_lift_name()) { return visit_quot_lift(args); - } else if (fn == get_decidable_decide_name() && args.size() == 2) { - /* Decidable.decide is the "identify" function since Decidable and Bool have - the same runtime representation. */ - return args[1]; } else { break; } diff --git a/stage0/src/library/compiler/util.cpp b/stage0/src/library/compiler/util.cpp index 789cfb0aac29..40fe1ad8e3bd 100644 --- a/stage0/src/library/compiler/util.cpp +++ b/stage0/src/library/compiler/util.cpp @@ -32,8 +32,6 @@ namespace lean { optional is_enum_type(environment const & env, name const & I) { constant_info info = env.get(I); if (!info.is_inductive()) return optional(); - /* `decidable` is morally an enumeration type */ - if (I == get_decidable_name()) return optional(1); unsigned n = 0; names cs = info.to_inductive_val().get_cnstrs(); if (length(cs) == 1) { @@ -498,11 +496,6 @@ expr mk_runtime_type(type_checker::state & st, local_ctx const & lctx, expr e) { } } - if (is_app_of(e, get_decidable_name())) { - /* Recall that `decidable A` and `bool` have the same runtime representation. */ - return *to_uint_type(1); - } - if (is_sort(e) || tc.is_prop(e)) { return mk_enf_neutral_type(); } diff --git a/stage0/src/library/constants.cpp b/stage0/src/library/constants.cpp index 2aa91ce25e24..bdc223cd8e13 100644 --- a/stage0/src/library/constants.cpp +++ b/stage0/src/library/constants.cpp @@ -3,7 +3,6 @@ // DO NOT EDIT, automatically generated file, generator scripts/gen_constants_cpp.py #include "util/name.h" namespace lean{ -name const * g_absurd = nullptr; name const * g_and = nullptr; name const * g_and_left = nullptr; name const * g_and_right = nullptr; @@ -11,7 +10,6 @@ name const * g_and_intro = nullptr; name const * g_and_rec = nullptr; name const * g_and_cases_on = nullptr; name const * g_array = nullptr; -name const * g_array_sz = nullptr; name const * g_array_data = nullptr; name const * g_auto_param = nullptr; name const * g_bit0 = nullptr; @@ -23,13 +21,7 @@ name const * g_bool = nullptr; name const * g_bool_false = nullptr; name const * g_bool_true = nullptr; name const * g_bool_cases_on = nullptr; -name const * g_cast = nullptr; name const * g_char = nullptr; -name const * g_congr_arg = nullptr; -name const * g_decidable = nullptr; -name const * g_decidable_is_true = nullptr; -name const * g_decidable_is_false = nullptr; -name const * g_decidable_decide = nullptr; name const * g_empty = nullptr; name const * g_empty_rec = nullptr; name const * g_empty_cases_on = nullptr; @@ -40,9 +32,6 @@ name const * g_eq_rec_on = nullptr; name const * g_eq_rec = nullptr; name const * g_eq_ndrec = nullptr; name const * g_eq_refl = nullptr; -name const * g_eq_subst = nullptr; -name const * g_eq_symm = nullptr; -name const * g_eq_trans = nullptr; name const * g_float = nullptr; name const * g_float_array = nullptr; name const * g_float_array_data = nullptr; @@ -75,7 +64,7 @@ name const * g_nat_has_zero = nullptr; name const * g_nat_has_one = nullptr; name const * g_nat_has_add = nullptr; name const * g_nat_add = nullptr; -name const * g_nat_dec_eq = nullptr; +name const * g_nat_beq = nullptr; name const * g_nat_sub = nullptr; name const * g_ne = nullptr; name const * g_not = nullptr; @@ -86,15 +75,11 @@ name const * g_punit = nullptr; name const * g_punit_unit = nullptr; name const * g_pprod = nullptr; name const * g_pprod_mk = nullptr; -name const * g_pprod_fst = nullptr; -name const * g_pprod_snd = nullptr; name const * g_propext = nullptr; name const * g_quot_mk = nullptr; name const * g_quot_lift = nullptr; -name const * g_sorry_ax = nullptr; name const * g_string = nullptr; name const * g_string_data = nullptr; -name const * g_subsingleton_elim = nullptr; name const * g_task = nullptr; name const * g_thunk = nullptr; name const * g_thunk_mk = nullptr; @@ -109,8 +94,6 @@ name const * g_uint32 = nullptr; name const * g_uint64 = nullptr; name const * g_usize = nullptr; void initialize_constants() { - g_absurd = new name{"absurd"}; - mark_persistent(g_absurd->raw()); g_and = new name{"And"}; mark_persistent(g_and->raw()); g_and_left = new name{"And", "left"}; @@ -125,8 +108,6 @@ void initialize_constants() { mark_persistent(g_and_cases_on->raw()); g_array = new name{"Array"}; mark_persistent(g_array->raw()); - g_array_sz = new name{"Array", "sz"}; - mark_persistent(g_array_sz->raw()); g_array_data = new name{"Array", "data"}; mark_persistent(g_array_data->raw()); g_auto_param = new name{"autoParam"}; @@ -149,20 +130,8 @@ void initialize_constants() { mark_persistent(g_bool_true->raw()); g_bool_cases_on = new name{"Bool", "casesOn"}; mark_persistent(g_bool_cases_on->raw()); - g_cast = new name{"cast"}; - mark_persistent(g_cast->raw()); g_char = new name{"Char"}; mark_persistent(g_char->raw()); - g_congr_arg = new name{"congrArg"}; - mark_persistent(g_congr_arg->raw()); - g_decidable = new name{"Decidable"}; - mark_persistent(g_decidable->raw()); - g_decidable_is_true = new name{"Decidable", "isTrue"}; - mark_persistent(g_decidable_is_true->raw()); - g_decidable_is_false = new name{"Decidable", "isFalse"}; - mark_persistent(g_decidable_is_false->raw()); - g_decidable_decide = new name{"Decidable", "decide"}; - mark_persistent(g_decidable_decide->raw()); g_empty = new name{"Empty"}; mark_persistent(g_empty->raw()); g_empty_rec = new name{"Empty", "rec"}; @@ -183,12 +152,6 @@ void initialize_constants() { mark_persistent(g_eq_ndrec->raw()); g_eq_refl = new name{"Eq", "refl"}; mark_persistent(g_eq_refl->raw()); - g_eq_subst = new name{"Eq", "subst"}; - mark_persistent(g_eq_subst->raw()); - g_eq_symm = new name{"Eq", "symm"}; - mark_persistent(g_eq_symm->raw()); - g_eq_trans = new name{"Eq", "trans"}; - mark_persistent(g_eq_trans->raw()); g_float = new name{"Float"}; mark_persistent(g_float->raw()); g_float_array = new name{"FloatArray"}; @@ -253,8 +216,8 @@ void initialize_constants() { mark_persistent(g_nat_has_add->raw()); g_nat_add = new name{"Nat", "add"}; mark_persistent(g_nat_add->raw()); - g_nat_dec_eq = new name{"Nat", "decEq"}; - mark_persistent(g_nat_dec_eq->raw()); + g_nat_beq = new name{"Nat", "beq"}; + mark_persistent(g_nat_beq->raw()); g_nat_sub = new name{"Nat", "sub"}; mark_persistent(g_nat_sub->raw()); g_ne = new name{"ne"}; @@ -275,24 +238,16 @@ void initialize_constants() { mark_persistent(g_pprod->raw()); g_pprod_mk = new name{"PProd", "mk"}; mark_persistent(g_pprod_mk->raw()); - g_pprod_fst = new name{"PProd", "fst"}; - mark_persistent(g_pprod_fst->raw()); - g_pprod_snd = new name{"PProd", "snd"}; - mark_persistent(g_pprod_snd->raw()); g_propext = new name{"propext"}; mark_persistent(g_propext->raw()); g_quot_mk = new name{"Quot", "mk"}; mark_persistent(g_quot_mk->raw()); g_quot_lift = new name{"Quot", "lift"}; mark_persistent(g_quot_lift->raw()); - g_sorry_ax = new name{"sorryAx"}; - mark_persistent(g_sorry_ax->raw()); g_string = new name{"String"}; mark_persistent(g_string->raw()); g_string_data = new name{"String", "data"}; mark_persistent(g_string_data->raw()); - g_subsingleton_elim = new name{"Subsingleton", "elim"}; - mark_persistent(g_subsingleton_elim->raw()); g_task = new name{"Task"}; mark_persistent(g_task->raw()); g_thunk = new name{"Thunk"}; @@ -321,7 +276,6 @@ void initialize_constants() { mark_persistent(g_usize->raw()); } void finalize_constants() { - delete g_absurd; delete g_and; delete g_and_left; delete g_and_right; @@ -329,7 +283,6 @@ void finalize_constants() { delete g_and_rec; delete g_and_cases_on; delete g_array; - delete g_array_sz; delete g_array_data; delete g_auto_param; delete g_bit0; @@ -341,13 +294,7 @@ void finalize_constants() { delete g_bool_false; delete g_bool_true; delete g_bool_cases_on; - delete g_cast; delete g_char; - delete g_congr_arg; - delete g_decidable; - delete g_decidable_is_true; - delete g_decidable_is_false; - delete g_decidable_decide; delete g_empty; delete g_empty_rec; delete g_empty_cases_on; @@ -358,9 +305,6 @@ void finalize_constants() { delete g_eq_rec; delete g_eq_ndrec; delete g_eq_refl; - delete g_eq_subst; - delete g_eq_symm; - delete g_eq_trans; delete g_float; delete g_float_array; delete g_float_array_data; @@ -393,7 +337,7 @@ void finalize_constants() { delete g_nat_has_one; delete g_nat_has_add; delete g_nat_add; - delete g_nat_dec_eq; + delete g_nat_beq; delete g_nat_sub; delete g_ne; delete g_not; @@ -404,15 +348,11 @@ void finalize_constants() { delete g_punit_unit; delete g_pprod; delete g_pprod_mk; - delete g_pprod_fst; - delete g_pprod_snd; delete g_propext; delete g_quot_mk; delete g_quot_lift; - delete g_sorry_ax; delete g_string; delete g_string_data; - delete g_subsingleton_elim; delete g_task; delete g_thunk; delete g_thunk_mk; @@ -427,7 +367,6 @@ void finalize_constants() { delete g_uint64; delete g_usize; } -name const & get_absurd_name() { return *g_absurd; } name const & get_and_name() { return *g_and; } name const & get_and_left_name() { return *g_and_left; } name const & get_and_right_name() { return *g_and_right; } @@ -435,7 +374,6 @@ name const & get_and_intro_name() { return *g_and_intro; } name const & get_and_rec_name() { return *g_and_rec; } name const & get_and_cases_on_name() { return *g_and_cases_on; } name const & get_array_name() { return *g_array; } -name const & get_array_sz_name() { return *g_array_sz; } name const & get_array_data_name() { return *g_array_data; } name const & get_auto_param_name() { return *g_auto_param; } name const & get_bit0_name() { return *g_bit0; } @@ -447,13 +385,7 @@ name const & get_bool_name() { return *g_bool; } name const & get_bool_false_name() { return *g_bool_false; } name const & get_bool_true_name() { return *g_bool_true; } name const & get_bool_cases_on_name() { return *g_bool_cases_on; } -name const & get_cast_name() { return *g_cast; } name const & get_char_name() { return *g_char; } -name const & get_congr_arg_name() { return *g_congr_arg; } -name const & get_decidable_name() { return *g_decidable; } -name const & get_decidable_is_true_name() { return *g_decidable_is_true; } -name const & get_decidable_is_false_name() { return *g_decidable_is_false; } -name const & get_decidable_decide_name() { return *g_decidable_decide; } name const & get_empty_name() { return *g_empty; } name const & get_empty_rec_name() { return *g_empty_rec; } name const & get_empty_cases_on_name() { return *g_empty_cases_on; } @@ -464,9 +396,6 @@ name const & get_eq_rec_on_name() { return *g_eq_rec_on; } name const & get_eq_rec_name() { return *g_eq_rec; } name const & get_eq_ndrec_name() { return *g_eq_ndrec; } name const & get_eq_refl_name() { return *g_eq_refl; } -name const & get_eq_subst_name() { return *g_eq_subst; } -name const & get_eq_symm_name() { return *g_eq_symm; } -name const & get_eq_trans_name() { return *g_eq_trans; } name const & get_float_name() { return *g_float; } name const & get_float_array_name() { return *g_float_array; } name const & get_float_array_data_name() { return *g_float_array_data; } @@ -499,7 +428,7 @@ name const & get_nat_has_zero_name() { return *g_nat_has_zero; } name const & get_nat_has_one_name() { return *g_nat_has_one; } name const & get_nat_has_add_name() { return *g_nat_has_add; } name const & get_nat_add_name() { return *g_nat_add; } -name const & get_nat_dec_eq_name() { return *g_nat_dec_eq; } +name const & get_nat_beq_name() { return *g_nat_beq; } name const & get_nat_sub_name() { return *g_nat_sub; } name const & get_ne_name() { return *g_ne; } name const & get_not_name() { return *g_not; } @@ -510,15 +439,11 @@ name const & get_punit_name() { return *g_punit; } name const & get_punit_unit_name() { return *g_punit_unit; } name const & get_pprod_name() { return *g_pprod; } name const & get_pprod_mk_name() { return *g_pprod_mk; } -name const & get_pprod_fst_name() { return *g_pprod_fst; } -name const & get_pprod_snd_name() { return *g_pprod_snd; } name const & get_propext_name() { return *g_propext; } name const & get_quot_mk_name() { return *g_quot_mk; } name const & get_quot_lift_name() { return *g_quot_lift; } -name const & get_sorry_ax_name() { return *g_sorry_ax; } name const & get_string_name() { return *g_string; } name const & get_string_data_name() { return *g_string_data; } -name const & get_subsingleton_elim_name() { return *g_subsingleton_elim; } name const & get_task_name() { return *g_task; } name const & get_thunk_name() { return *g_thunk; } name const & get_thunk_mk_name() { return *g_thunk_mk; } diff --git a/stage0/src/library/constants.h b/stage0/src/library/constants.h index 6bdde996092e..5d09e529f1ef 100644 --- a/stage0/src/library/constants.h +++ b/stage0/src/library/constants.h @@ -5,7 +5,6 @@ namespace lean { void initialize_constants(); void finalize_constants(); -name const & get_absurd_name(); name const & get_and_name(); name const & get_and_left_name(); name const & get_and_right_name(); @@ -13,7 +12,6 @@ name const & get_and_intro_name(); name const & get_and_rec_name(); name const & get_and_cases_on_name(); name const & get_array_name(); -name const & get_array_sz_name(); name const & get_array_data_name(); name const & get_auto_param_name(); name const & get_bit0_name(); @@ -25,13 +23,7 @@ name const & get_bool_name(); name const & get_bool_false_name(); name const & get_bool_true_name(); name const & get_bool_cases_on_name(); -name const & get_cast_name(); name const & get_char_name(); -name const & get_congr_arg_name(); -name const & get_decidable_name(); -name const & get_decidable_is_true_name(); -name const & get_decidable_is_false_name(); -name const & get_decidable_decide_name(); name const & get_empty_name(); name const & get_empty_rec_name(); name const & get_empty_cases_on_name(); @@ -42,9 +34,6 @@ name const & get_eq_rec_on_name(); name const & get_eq_rec_name(); name const & get_eq_ndrec_name(); name const & get_eq_refl_name(); -name const & get_eq_subst_name(); -name const & get_eq_symm_name(); -name const & get_eq_trans_name(); name const & get_float_name(); name const & get_float_array_name(); name const & get_float_array_data_name(); @@ -77,7 +66,7 @@ name const & get_nat_has_zero_name(); name const & get_nat_has_one_name(); name const & get_nat_has_add_name(); name const & get_nat_add_name(); -name const & get_nat_dec_eq_name(); +name const & get_nat_beq_name(); name const & get_nat_sub_name(); name const & get_ne_name(); name const & get_not_name(); @@ -88,15 +77,11 @@ name const & get_punit_name(); name const & get_punit_unit_name(); name const & get_pprod_name(); name const & get_pprod_mk_name(); -name const & get_pprod_fst_name(); -name const & get_pprod_snd_name(); name const & get_propext_name(); name const & get_quot_mk_name(); name const & get_quot_lift_name(); -name const & get_sorry_ax_name(); name const & get_string_name(); name const & get_string_data_name(); -name const & get_subsingleton_elim_name(); name const & get_task_name(); name const & get_thunk_name(); name const & get_thunk_mk_name(); diff --git a/stage0/src/library/constants.txt b/stage0/src/library/constants.txt index 481a20aa57cc..d91a9b867540 100644 --- a/stage0/src/library/constants.txt +++ b/stage0/src/library/constants.txt @@ -1,4 +1,3 @@ -absurd And And.left And.right @@ -6,7 +5,6 @@ And.intro And.rec And.casesOn Array -Array.sz Array.data autoParam bit0 @@ -18,13 +16,7 @@ Bool Bool.false Bool.true Bool.casesOn -cast Char -congrArg -Decidable -Decidable.isTrue -Decidable.isFalse -Decidable.decide Empty Empty.rec Empty.casesOn @@ -35,9 +27,6 @@ Eq.recOn Eq.rec Eq.ndrec Eq.refl -Eq.subst -Eq.symm -Eq.trans Float FloatArray FloatArray.data @@ -70,7 +59,7 @@ Nat.HasZero Nat.HasOne Nat.HasAdd Nat.add -Nat.decEq +Nat.beq Nat.sub ne Not @@ -81,15 +70,11 @@ PUnit PUnit.unit PProd PProd.mk -PProd.fst -PProd.snd propext Quot.mk Quot.lift -sorryAx String String.data -Subsingleton.elim Task Thunk Thunk.mk diff --git a/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c b/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c index 334fba70fb82..093b25fa03fb 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/MonoTypes.c @@ -16,7 +16,6 @@ extern "C" { lean_object* l_Lean_Expr_const___override(lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); lean_object* l_Lean_Name_reprPrec(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__2; LEAN_EXPORT lean_object* l_Array_forInUnsafe_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_EXPORT lean_object* l_Lean_Expr_withAppAux___at_Lean_Compiler_LCNF_toMonoType___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__24; @@ -28,7 +27,6 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_monoTypeExt; extern lean_object* l_Lean_Compiler_LCNF_builtinRuntimeTypes; static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__14; LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivialStructure_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_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953_(lean_object*); lean_object* l_Lean_Meta_isProp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t l_List_elem___at_Lean_NameHashSet_insert___spec__2(lean_object*, lean_object*); lean_object* l_Lean_Core_instInhabitedCoreM___boxed(lean_object*, lean_object*, lean_object*); @@ -54,7 +52,6 @@ static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LC lean_object* l_Lean_Meta_forallTelescopeReducing___at_Lean_Meta_getParamNames___spec__2___rarg(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__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__4; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__7; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__21; static lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__1; @@ -76,11 +73,9 @@ LEAN_EXPORT lean_object* l_Std_Range_forIn_loop___at_Lean_Compiler_LCNF_hasTrivi lean_object* lean_st_ref_take(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___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_Compiler_LCNF_instReprTrivialStructureInfo; -static lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3; lean_object* l_Lean_EnvExtensionInterfaceUnsafe_getState___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__4; lean_object* lean_nat_to_int(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_hasTrivialStructure_x3f___lambda__3(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_toMonoType___closed__1; @@ -99,16 +94,16 @@ static lean_object* l_Lean_Compiler_LCNF_getOtherDeclMonoType___closed__1; lean_object* l_EStateM_pure___rarg(lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_isTypeFormerType(lean_object*); extern lean_object* l_Lean_Expr_instHashableExpr; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910____closed__1; extern lean_object* l_Lean_levelZero; static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__7; extern lean_object* l_Lean_instInhabitedExpr; LEAN_EXPORT lean_object* l_Std_Range_forIn_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_object*); LEAN_EXPORT lean_object* l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getParamTypes_go(lean_object*, lean_object*); lean_object* l_instHashableProd___rarg___boxed(lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__18; -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_Lean_Compiler_LCNF_hasTrivialStructure_x3f___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__6; static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LCNF_reprTrivialStructureInfo____x40_Lean_Compiler_LCNF_MonoTypes___hyg_449____closed__19; @@ -125,7 +120,6 @@ static lean_object* l___private_Lean_Compiler_LCNF_MonoTypes_0__Lean_Compiler_LC uint8_t l_Lean_Expr_isErased(lean_object*); lean_object* l_Lean_EnvExtensionInterfaceUnsafe_imp___elambda__2___rarg(lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__15; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__1(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___boxed(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_getRelevantCtorFields___closed__14; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields(lean_object*, lean_object*, lean_object*, lean_object*); @@ -145,12 +139,10 @@ uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_getRelevantCtorFields___spec__1___closed__1; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__3; static lean_object* l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__25; -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*); 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_object* l_Lean_Meta_InfoCacheKey_instHashableInfoCacheKey___boxed(lean_object*); 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*); @@ -1942,7 +1934,7 @@ static lean_object* _init_l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMon 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_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__1; -x_3 = lean_unsigned_to_nat(98u); +x_3 = lean_unsigned_to_nat(96u); x_4 = lean_unsigned_to_nat(50u); x_5 = l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -2257,15 +2249,21 @@ return x_27; } } } -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) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5) { _start: { -lean_object* x_8; -lean_dec(x_4); +if (lean_obj_tag(x_1) == 4) +{ +lean_object* x_6; lean_object* x_7; lean_object* x_8; +x_6 = lean_ctor_get(x_1, 0); lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_1); -x_8 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_1, x_5, x_6, x_7); +x_7 = lean_ctor_get(x_1, 1); +lean_inc(x_7); +lean_dec(x_1); +lean_inc(x_4); +lean_inc(x_3); +lean_inc(x_6); +x_8 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_6, x_3, x_4, x_5); if (lean_obj_tag(x_8) == 0) { lean_object* x_9; @@ -2278,11 +2276,11 @@ x_10 = lean_ctor_get(x_8, 1); lean_inc(x_10); lean_dec(x_8); x_11 = lean_box(0); -lean_inc(x_1); -x_12 = l_Lean_Expr_const___override(x_1, x_11); lean_inc(x_6); -lean_inc(x_5); -x_13 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_1, x_2, x_5, x_6, x_10); +x_12 = l_Lean_Expr_const___override(x_6, x_11); +lean_inc(x_4); +lean_inc(x_3); +x_13 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_6, x_7, x_3, x_4, x_10); if (lean_obj_tag(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; lean_object* x_20; @@ -2294,12 +2292,12 @@ lean_dec(x_13); x_16 = lean_alloc_ctor(0, 2, 0); lean_ctor_set(x_16, 0, x_12); lean_ctor_set(x_16, 1, x_14); -x_17 = lean_array_get_size(x_3); +x_17 = lean_array_get_size(x_2); x_18 = lean_usize_of_nat(x_17); lean_dec(x_17); x_19 = 0; -x_20 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2(x_3, x_18, x_19, x_16, x_5, x_6, x_15); -lean_dec(x_3); +x_20 = l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2(x_2, x_18, x_19, x_16, x_3, x_4, x_15); +lean_dec(x_2); if (lean_obj_tag(x_20) == 0) { uint8_t x_21; @@ -2358,9 +2356,9 @@ else { uint8_t x_32; lean_dec(x_12); -lean_dec(x_6); -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_3); +lean_dec(x_2); x_32 = !lean_is_exclusive(x_13); if (x_32 == 0) { @@ -2384,8 +2382,8 @@ return x_35; else { lean_object* x_36; lean_object* x_37; lean_object* x_38; lean_object* x_39; lean_object* x_40; -lean_dec(x_2); -lean_dec(x_1); +lean_dec(x_7); +lean_dec(x_6); x_36 = lean_ctor_get(x_8, 1); lean_inc(x_36); lean_dec(x_8); @@ -2395,9 +2393,9 @@ lean_dec(x_9); x_38 = lean_ctor_get(x_37, 0); lean_inc(x_38); x_39 = lean_box(0); -lean_inc(x_6); -lean_inc(x_5); -x_40 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_38, x_39, x_5, x_6, x_36); +lean_inc(x_4); +lean_inc(x_3); +x_40 = l_Lean_Compiler_LCNF_getOtherDeclBaseType(x_38, x_39, x_3, x_4, x_36); if (lean_obj_tag(x_40) == 0) { 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; @@ -2409,10 +2407,10 @@ lean_dec(x_40); x_43 = lean_ctor_get(x_37, 1); lean_inc(x_43); x_44 = lean_unsigned_to_nat(0u); -x_45 = l_Array_toSubarray___rarg(x_3, x_44, x_43); +x_45 = l_Array_toSubarray___rarg(x_2, x_44, x_43); x_46 = l_Array_ofSubarray___rarg(x_45); -lean_inc(x_5); -x_47 = l_Lean_Compiler_LCNF_instantiateForall_go(x_46, x_44, x_41, x_5, x_6, x_42); +lean_inc(x_3); +x_47 = l_Lean_Compiler_LCNF_instantiateForall_go(x_46, x_44, x_41, x_3, x_4, x_42); 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; uint8_t x_53; @@ -2435,7 +2433,7 @@ lean_dec(x_51); lean_dec(x_50); x_54 = l_Lean_instInhabitedExpr; x_55 = l___private_Init_Util_0__outOfBounds___rarg(x_54); -x_56 = l_Lean_Compiler_LCNF_toMonoType(x_55, x_5, x_6, x_49); +x_56 = l_Lean_Compiler_LCNF_toMonoType(x_55, x_3, x_4, x_49); return x_56; } else @@ -2444,7 +2442,7 @@ lean_object* x_57; lean_object* x_58; x_57 = lean_array_fget(x_50, x_51); lean_dec(x_51); lean_dec(x_50); -x_58 = l_Lean_Compiler_LCNF_toMonoType(x_57, x_5, x_6, x_49); +x_58 = l_Lean_Compiler_LCNF_toMonoType(x_57, x_3, x_4, x_49); return x_58; } } @@ -2452,8 +2450,8 @@ else { uint8_t x_59; lean_dec(x_37); -lean_dec(x_6); -lean_dec(x_5); +lean_dec(x_4); +lean_dec(x_3); x_59 = !lean_is_exclusive(x_47); if (x_59 == 0) { @@ -2478,9 +2476,9 @@ else { uint8_t x_63; lean_dec(x_37); -lean_dec(x_6); -lean_dec(x_5); +lean_dec(x_4); lean_dec(x_3); +lean_dec(x_2); x_63 = !lean_is_exclusive(x_40); if (x_63 == 0) { @@ -2505,11 +2503,11 @@ return x_66; else { uint8_t x_67; +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_67 = !lean_is_exclusive(x_8); if (x_67 == 0) { @@ -2530,100 +2528,18 @@ return x_70; } } } -} -static lean_object* _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Decidable", 9); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___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_toMonoType_visitApp___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Bool", 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__4; -x_3 = l_Lean_Expr_const___override(x_2, x_1); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMonoType_visitApp(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_1) == 4) -{ -lean_object* x_6; lean_object* x_7; lean_object* x_8; uint8_t x_9; -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_Compiler_LCNF_toMonoType_visitApp___closed__2; -x_9 = lean_name_eq(x_6, x_8); -if (x_9 == 0) -{ -lean_object* x_10; lean_object* x_11; -x_10 = lean_box(0); -x_11 = l_Lean_Compiler_LCNF_toMonoType_visitApp___lambda__1(x_6, x_7, x_2, x_10, x_3, x_4, x_5); -return x_11; -} else { -lean_object* x_12; lean_object* x_13; -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_4); -lean_dec(x_3); -lean_dec(x_2); -x_12 = l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5; -x_13 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_13, 0, x_12); -lean_ctor_set(x_13, 1, x_5); -return x_13; -} -} -else -{ -lean_object* x_14; lean_object* x_15; +lean_object* x_71; lean_object* x_72; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_14 = l_Lean_Compiler_LCNF_erasedExpr; -x_15 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_15, 0, x_14); -lean_ctor_set(x_15, 1, x_5); -return x_15; +x_71 = l_Lean_Compiler_LCNF_erasedExpr; +x_72 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_72, 0, x_71); +lean_ctor_set(x_72, 1, x_5); +return x_72; } } } @@ -2874,7 +2790,7 @@ x_1 = l_Lean_Compiler_LCNF_getRelevantCtorFields___closed__16; return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910____closed__1() { _start: { lean_object* x_1; lean_object* x_2; @@ -2884,11 +2800,11 @@ lean_closure_set(x_2, 0, x_1); return x_2; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910_(lean_object* x_1) { _start: { lean_object* x_2; lean_object* x_3; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910____closed__1; x_3 = l_Lean_EnvExtensionInterfaceUnsafe_registerExt___rarg(x_2, x_1); return x_3; } @@ -3447,25 +3363,15 @@ l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2__ lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__1); l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2 = _init_l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2(); lean_mark_persistent(l_Array_forInUnsafe_loop___at_Lean_Compiler_LCNF_toMonoType_visitApp___spec__2___closed__2); -l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__1 = _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__1); -l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__2 = _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__2); -l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3 = _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__3); -l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__4 = _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__4); -l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5 = _init_l_Lean_Compiler_LCNF_toMonoType_visitApp___closed__5(); -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); l_Lean_Compiler_LCNF_MonoTypeExtState_mono___default = _init_l_Lean_Compiler_LCNF_MonoTypeExtState_mono___default(); lean_mark_persistent(l_Lean_Compiler_LCNF_MonoTypeExtState_mono___default); l_Lean_Compiler_LCNF_instInhabitedMonoTypeExtState = _init_l_Lean_Compiler_LCNF_instInhabitedMonoTypeExtState(); lean_mark_persistent(l_Lean_Compiler_LCNF_instInhabitedMonoTypeExtState); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953____closed__1); -if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1953_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910____closed__1); +if (builtin) {res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_MonoTypes___hyg_1910_(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/InlineCandidate.c b/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c index d7ba3a38e59a..bdbcc9cb3d0d 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/Simp/InlineCandidate.c @@ -13,7 +13,6 @@ #ifdef __cplusplus extern "C" { #endif -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_arity___boxed(lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); uint8_t l_Lean_Compiler_LCNF_Decl_noinlineAttr(lean_object*); @@ -23,74 +22,75 @@ LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_arity(lea LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__13(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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5(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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22; lean_object* l_Lean_Compiler_LCNF_Decl_instantiateParamsLevelParams(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__9(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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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* lean_array_fget(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__17; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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* l_Lean_Compiler_LCNF_Decl_instantiateTypeLevelParams(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_inlineCandidate_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_string_dec_eq(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15; lean_object* l_Lean_Compiler_LCNF_Decl_getArity(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1; -static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__1; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); lean_object* l_Lean_Name_mkStr3(lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Arg_isConstructorApp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_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_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8; static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__10; lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__21; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__3; uint8_t l_Lean_Compiler_LCNF_Decl_inlineAttr(lean_object*); lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__16; static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__2; lean_object* l_Lean_Compiler_LCNF_inBasePhase(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_Simp_incInlineLocal___rarg(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -uint8_t lean_name_eq(lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_Decl_inlineIfReduceAttr(lean_object*); lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__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*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__12; extern lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l_Lean_Compiler_LCNF_getDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__5; lean_object* l_Lean_Compiler_LCNF_Simp_isSmall(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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__22; lean_object* l_Lean_Meta_isInstance(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__8; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__20; lean_object* l_Lean_Compiler_LCNF_Simp_shouldInlineLocal(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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__18; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__11; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__14; lean_object* l_Lean_Compiler_LCNF_Simp_incInline___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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__1; lean_object* l_Lean_Compiler_LCNF_Decl_isCasesOnParam_x3f(lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_findLetDecl_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); -static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__2; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493_(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__23; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__19; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4; lean_object* l_Lean_Compiler_LCNF_Decl_instantiateValueLevelParams(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__14(lean_object*, uint8_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_Simp_findFunDecl_x27_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT uint8_t l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_recursive___default; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535_(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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_st_ref_set(lean_object*, lean_object*, lean_object*); @@ -98,13 +98,10 @@ lean_object* l_Lean_Compiler_LCNF_getType(lean_object*, lean_object*, lean_objec LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__6(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_array_get_size(lean_object*); static lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__2___closed__1; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__10(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*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3; lean_object* lean_nat_add(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20; -static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__6; +static lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__13; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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*); static uint8_t _init_l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_recursive___default() { _start: @@ -314,67 +311,49 @@ return x_16; } } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__1() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("instDecidableEqBool", 19); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___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_inlineCandidate_x3f___lambda__5___closed__1; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___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) { _start: { -uint8_t x_11; lean_object* x_12; lean_object* x_24; lean_object* x_25; uint8_t x_26; +uint8_t x_11; lean_object* x_12; lean_object* x_19; lean_object* x_20; uint8_t x_21; lean_dec(x_2); -x_24 = l_Lean_Compiler_LCNF_inBasePhase(x_6, x_7, x_8, x_9, x_10); -x_25 = lean_ctor_get(x_24, 0); -lean_inc(x_25); -x_26 = lean_unbox(x_25); -if (x_26 == 0) +x_19 = l_Lean_Compiler_LCNF_inBasePhase(x_6, x_7, x_8, x_9, x_10); +x_20 = lean_ctor_get(x_19, 0); +lean_inc(x_20); +x_21 = lean_unbox(x_20); +if (x_21 == 0) { -lean_object* x_27; uint8_t x_28; -x_27 = lean_ctor_get(x_24, 1); -lean_inc(x_27); -lean_dec(x_24); -x_28 = lean_unbox(x_25); -lean_dec(x_25); -x_11 = x_28; -x_12 = x_27; -goto block_23; +lean_object* x_22; uint8_t x_23; +x_22 = lean_ctor_get(x_19, 1); +lean_inc(x_22); +lean_dec(x_19); +x_23 = lean_unbox(x_20); +lean_dec(x_20); +x_11 = x_23; +x_12 = x_22; +goto block_18; } else { -lean_object* x_29; lean_object* x_30; lean_object* x_31; lean_object* x_32; lean_object* x_33; uint8_t x_34; -lean_dec(x_25); -x_29 = lean_ctor_get(x_24, 1); -lean_inc(x_29); -lean_dec(x_24); -x_30 = lean_ctor_get(x_1, 0); -lean_inc(x_30); -x_31 = l_Lean_Meta_isInstance(x_30, x_8, x_9, x_29); -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_unbox(x_32); -lean_dec(x_32); -x_11 = x_34; -x_12 = x_33; -goto block_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; +lean_dec(x_20); +x_24 = lean_ctor_get(x_19, 1); +lean_inc(x_24); +lean_dec(x_19); +x_25 = lean_ctor_get(x_1, 0); +lean_inc(x_25); +x_26 = l_Lean_Meta_isInstance(x_25, x_8, x_9, x_24); +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 = lean_unbox(x_27); +lean_dec(x_27); +x_11 = x_29; +x_12 = x_28; +goto block_18; } -block_23: +block_18: { if (x_11 == 0) { @@ -385,15 +364,7 @@ return x_14; } else { -lean_object* x_15; lean_object* x_16; uint8_t x_17; -x_15 = lean_ctor_get(x_1, 0); -lean_inc(x_15); -x_16 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__2; -x_17 = lean_name_eq(x_15, x_16); -lean_dec(x_15); -if (x_17 == 0) -{ -uint8_t x_18; lean_object* x_19; lean_object* x_20; +uint8_t x_15; lean_object* x_16; lean_object* x_17; lean_dec(x_9); lean_dec(x_8); lean_dec(x_7); @@ -402,20 +373,12 @@ lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_1); -x_18 = 0; -x_19 = lean_box(x_18); -x_20 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_20, 0, x_19); -lean_ctor_set(x_20, 1, x_12); -return x_20; -} -else -{ -lean_object* x_21; lean_object* x_22; -x_21 = lean_box(0); -x_22 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__4(x_1, x_21, x_3, x_4, x_5, x_6, x_7, x_8, x_9, x_12); -return x_22; -} +x_15 = 0; +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; } } } @@ -1781,7 +1744,7 @@ x_13 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__14(x_1, x_12, x_3 return x_13; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__1() { _start: { lean_object* x_1; @@ -1789,7 +1752,7 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__2() { _start: { lean_object* x_1; @@ -1797,18 +1760,18 @@ x_1 = lean_mk_string_from_bytes("simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__3() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; lean_object* x_4; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__1; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__2; x_3 = l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2; x_4 = l_Lean_Name_mkStr3(x_1, x_2, x_3); return x_4; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4() { _start: { lean_object* x_1; @@ -1816,27 +1779,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__5() { _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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__6() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__5; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7() { _start: { lean_object* x_1; @@ -1844,17 +1807,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__8() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__6; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9() { _start: { lean_object* x_1; @@ -1862,17 +1825,17 @@ x_1 = lean_mk_string_from_bytes("Simp", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__10() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__8; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__11() { _start: { lean_object* x_1; @@ -1880,17 +1843,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__10; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__11; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__13() { _start: { lean_object* x_1; @@ -1898,57 +1861,57 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__12; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__13; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__15() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__14; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__15; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____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_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__17() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__16; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__17; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__19() { _start: { lean_object* x_1; @@ -1956,17 +1919,17 @@ x_1 = lean_mk_string_from_bytes("InlineCandidate", 15); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__20() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__18; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__19; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__21() { _start: { lean_object* x_1; @@ -1974,33 +1937,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__22() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20; -x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21; +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__20; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__21; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23() { +static lean_object* _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__23() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22; -x_2 = lean_unsigned_to_nat(1535u); +x_1 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__22; +x_2 = lean_unsigned_to_nat(1493u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493_(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_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3; +x_2 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__3; x_3 = 0; -x_4 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23; +x_4 = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__23; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -2021,61 +1984,57 @@ lean_dec_ref(res); l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_recursive___default = _init_l_Lean_Compiler_LCNF_Simp_InlineCandidateInfo_recursive___default(); l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__2___closed__1 = _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__2___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__2___closed__1); -l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__1 = _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__1); -l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__2 = _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___lambda__5___closed__2); l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1 = _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__1); l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2 = _init_l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2(); lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_inlineCandidate_x3f___closed__2); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__1); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__2); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__3); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__4); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__5); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__6); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__7); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__8); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__9); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__10); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__11); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__12); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__13); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__14); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__15); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__16); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__17); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__18); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__19); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__20); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__21); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__22); -l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535____closed__23); -res = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1535_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__1 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__1); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__2 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__2); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__3 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__3); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__4); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__5 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__5); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__6 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__6); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__7); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__8 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__8); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__9); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__10 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__10); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__11 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__11); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__12 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__12); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__13 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__13); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__14 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__14); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__15 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__15); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__16 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__16); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__17 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__17); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__18 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__18); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__19 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__19); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__20 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__20(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__20); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__21 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__21(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__21); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__22 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__22(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__22); +l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__23 = _init_l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__23(); +lean_mark_persistent(l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493____closed__23); +res = l_Lean_Compiler_LCNF_Simp_initFn____x40_Lean_Compiler_LCNF_Simp_InlineCandidate___hyg_1493_(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/LCNF/ToMono.c b/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c index b055d2c60645..692f48549c26 100644 --- a/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c +++ b/stage0/stdlib/Lean/Compiler/LCNF/ToMono.c @@ -17,13 +17,10 @@ static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetDecl_toMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l___private_Init_Util_0__outOfBounds___rarg(lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__2; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4; lean_object* lean_mk_empty_array_with_capacity(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__5; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__16; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_toMono___elambda__1___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__7; -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__10; -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__15; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_argToMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -40,28 +37,23 @@ static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__12; lean_object* l_Lean_Compiler_LCNF_Arg_toLetValue(lean_object*); lean_object* l_Lean_Compiler_LCNF_instInhabitedAltCore___rarg(lean_object*); lean_object* l_ReaderT_instMonadReaderT___rarg(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17; lean_object* lean_environment_find(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateFunDeclImp(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_FunDeclCore_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7; static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__10; -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__6; -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__9; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__9; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14; +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193_(lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__2; lean_object* l_Lean_Compiler_LCNF_Decl_saveMono(lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Param_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_argToMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); size_t lean_ptr_addr(lean_object*); size_t lean_usize_of_nat(lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Param_toMono___lambda__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19; lean_object* l_Lean_Compiler_LCNF_eraseDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_Code_toMono___closed__1; lean_object* lean_st_ref_take(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10; uint8_t lean_nat_dec_eq(lean_object*, lean_object*); lean_object* l___private_Lean_Compiler_LCNF_CompilerM_0__Lean_Compiler_LCNF_updateLetDeclImp(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__5; @@ -70,24 +62,28 @@ static lean_object* l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__ lean_object* l_Lean_registerTraceClass(lean_object*, uint8_t, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__10; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__7; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_toMono___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6; static lean_object* l_Lean_Compiler_LCNF_toMono___closed__4; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__12; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__11; lean_object* lean_st_ref_get(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__4; lean_object* lean_st_mk_ref(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__15; static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__4; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__17; lean_object* l_Lean_Name_num___override(lean_object*, lean_object*); lean_object* l_instInhabited___rarg(lean_object*, lean_object*); uint8_t l_Lean_Compiler_LCNF_isTypeFormerType(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_LCtx_addLetDecl(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__4; -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__12; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__9; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__8; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3; uint8_t lean_name_eq(lean_object*, lean_object*); static lean_object* l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__1; lean_object* l_Lean_Name_str___override(lean_object*, lean_object*); @@ -95,54 +91,44 @@ extern lean_object* l_Lean_Compiler_LCNF_instInhabitedArg; lean_object* l___private_Init_Util_0__mkPanicMessageWithDecl(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ctorAppToMono___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMono___elambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___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_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_toMono___elambda__1___spec__2(lean_object*, size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9; uint8_t l_Lean_Compiler_LCNF_hasLocalInst(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_toMono; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__14; lean_object* l_Array_append___rarg(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetDecl_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); extern lean_object* l_Lean_Compiler_LCNF_instMonadCompilerM; static lean_object* l_Lean_Compiler_LCNF_toMono___closed__2; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_toMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__11; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_isTrivialConstructorApp_x3f___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_toMono___elambda__1___closed__1; lean_object* l_Lean_Compiler_LCNF_toMonoType(lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_lt(lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__13; -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__2; lean_object* l_Lean_Name_mkStr2(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_toMono_go(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11; -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__5; lean_object* lean_panic_fn(lean_object*, lean_object*); static size_t l_Lean_Compiler_LCNF_toMono___elambda__1___closed__2; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_trivialStructToMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_decToMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(lean_object*, lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__13; lean_object* l_Array_ofSubarray___rarg(lean_object*); lean_object* l_Lean_RBNode_insert___at_Lean_FVarIdSet_insert___spec__1(lean_object*, lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5; lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(lean_object*, lean_object*); size_t lean_usize_add(size_t, size_t); lean_object* l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltImp(lean_object*, lean_object*, lean_object*); lean_object* lean_array_uget(lean_object*, size_t); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__14; lean_object* lean_st_ref_set(lean_object*, lean_object*, lean_object*); +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__7; lean_object* lean_string_append(lean_object*, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__11; LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_toMono___elambda__1___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_Compiler_LCNF_isTrivialConstructorApp_x3f(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Param_toMono___lambda__1(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); @@ -150,18 +136,15 @@ lean_object* lean_array_get_size(lean_object*); LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FunDeclCore_toMono___spec__1(size_t, size_t, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); uint8_t lean_nat_dec_le(lean_object*, lean_object*); uint8_t lean_usize_dec_lt(size_t, size_t); -static lean_object* l_Lean_Compiler_LCNF_decToMono___closed__1; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__13; static lean_object* l_Lean_Compiler_LCNF_toMono___closed__1; lean_object* lean_nat_add(lean_object*, lean_object*); LEAN_EXPORT lean_object* l_Array_foldlMUnsafe_fold___at_Lean_Compiler_LCNF_toMono___elambda__1___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_Compiler_LCNF_Code_toMono___spec__1___boxed(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); lean_object* lean_array_uset(lean_object*, size_t, lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12; -static lean_object* l_Lean_Compiler_LCNF_LetValue_toMono___closed__3; +static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__19; LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_ctorAppToMono(lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*, lean_object*); static lean_object* l_Lean_Compiler_LCNF_trivialStructToMono___closed__6; -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472_(lean_object*); -static lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16; static lean_object* _init_l_Lean_Compiler_LCNF_ToMonoM_State_typeParams___default() { _start: { @@ -1176,122 +1159,6 @@ x_2 = lean_mk_empty_array_with_capacity(x_1); return x_2; } } -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__2() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Decidable", 9); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__3() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("isTrue", 6); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__4() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__2; -x_2 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__3; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__5() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("isFalse", 7); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__6() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__2; -x_2 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__5; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__7() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("Bool", 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__8() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("false", 5); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__9() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__7; -x_2 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__8; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__10() { -_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_Compiler_LCNF_LetValue_toMono___closed__9; -x_3 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; -x_4 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_4, 0, x_2); -lean_ctor_set(x_4, 1, x_1); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__11() { -_start: -{ -lean_object* x_1; -x_1 = lean_mk_string_from_bytes("true", 4); -return x_1; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__12() { -_start: -{ -lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__7; -x_2 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__11; -x_3 = l_Lean_Name_mkStr2(x_1, x_2); -return x_3; -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__13() { -_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_Compiler_LCNF_LetValue_toMono___closed__12; -x_3 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; -x_4 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_4, 0, x_2); -lean_ctor_set(x_4, 1, x_1); -lean_ctor_set(x_4, 2, x_3); -return x_4; -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_LetValue_toMono(lean_object* x_1, 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: { @@ -1619,640 +1486,562 @@ uint8_t x_68; x_68 = !lean_is_exclusive(x_1); 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_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; x_69 = lean_ctor_get(x_1, 0); x_70 = lean_ctor_get(x_1, 2); x_71 = lean_ctor_get(x_1, 1); lean_dec(x_71); -x_72 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__4; -x_73 = lean_name_eq(x_69, x_72); -if (x_73 == 0) -{ -lean_object* x_74; uint8_t x_75; -x_74 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__6; -x_75 = lean_name_eq(x_69, x_74); -if (x_75 == 0) -{ -lean_object* x_76; lean_inc(x_6); lean_inc(x_5); lean_inc(x_69); -x_76 = l_Lean_Compiler_LCNF_isTrivialConstructorApp_x3f(x_69, x_70, x_2, x_3, x_4, x_5, x_6, x_7); -if (lean_obj_tag(x_76) == 0) +x_72 = l_Lean_Compiler_LCNF_isTrivialConstructorApp_x3f(x_69, x_70, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_72) == 0) { -lean_object* x_77; -x_77 = lean_ctor_get(x_76, 0); -lean_inc(x_77); -if (lean_obj_tag(x_77) == 0) +lean_object* x_73; +x_73 = lean_ctor_get(x_72, 0); +lean_inc(x_73); +if (lean_obj_tag(x_73) == 0) { -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_78 = lean_ctor_get(x_76, 1); +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_74 = lean_ctor_get(x_72, 1); +lean_inc(x_74); +lean_dec(x_72); +x_75 = lean_st_ref_get(x_6, x_74); +x_76 = lean_ctor_get(x_75, 0); +lean_inc(x_76); +x_77 = lean_ctor_get(x_75, 1); +lean_inc(x_77); +lean_dec(x_75); +x_78 = lean_ctor_get(x_76, 0); lean_inc(x_78); lean_dec(x_76); -x_79 = lean_st_ref_get(x_6, x_78); -x_80 = lean_ctor_get(x_79, 0); -lean_inc(x_80); -x_81 = lean_ctor_get(x_79, 1); -lean_inc(x_81); -lean_dec(x_79); -x_82 = lean_ctor_get(x_80, 0); -lean_inc(x_82); -lean_dec(x_80); lean_inc(x_69); -x_83 = lean_environment_find(x_82, x_69); -if (lean_obj_tag(x_83) == 0) -{ -lean_object* x_84; size_t x_85; size_t x_86; lean_object* x_87; uint8_t x_88; -x_84 = lean_array_get_size(x_70); -x_85 = lean_usize_of_nat(x_84); -lean_dec(x_84); -x_86 = 0; -x_87 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_85, x_86, x_70, x_2, x_3, x_4, x_5, x_6, x_81); +x_79 = lean_environment_find(x_78, x_69); +if (lean_obj_tag(x_79) == 0) +{ +lean_object* x_80; size_t x_81; size_t x_82; lean_object* x_83; uint8_t x_84; +x_80 = lean_array_get_size(x_70); +x_81 = lean_usize_of_nat(x_80); +lean_dec(x_80); +x_82 = 0; +x_83 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_81, x_82, x_70, x_2, x_3, x_4, x_5, x_6, x_77); lean_dec(x_6); lean_dec(x_5); -x_88 = !lean_is_exclusive(x_87); -if (x_88 == 0) -{ -lean_object* x_89; lean_object* x_90; -x_89 = lean_ctor_get(x_87, 0); -x_90 = lean_box(0); -lean_ctor_set(x_1, 2, x_89); -lean_ctor_set(x_1, 1, x_90); -lean_ctor_set(x_87, 0, x_1); -return x_87; +x_84 = !lean_is_exclusive(x_83); +if (x_84 == 0) +{ +lean_object* x_85; lean_object* x_86; +x_85 = lean_ctor_get(x_83, 0); +x_86 = lean_box(0); +lean_ctor_set(x_1, 2, x_85); +lean_ctor_set(x_1, 1, x_86); +lean_ctor_set(x_83, 0, x_1); +return x_83; } else { -lean_object* x_91; lean_object* x_92; lean_object* x_93; lean_object* x_94; -x_91 = lean_ctor_get(x_87, 0); -x_92 = lean_ctor_get(x_87, 1); -lean_inc(x_92); -lean_inc(x_91); -lean_dec(x_87); -x_93 = lean_box(0); -lean_ctor_set(x_1, 2, x_91); -lean_ctor_set(x_1, 1, x_93); -x_94 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_94, 0, x_1); -lean_ctor_set(x_94, 1, x_92); -return x_94; +lean_object* x_87; lean_object* x_88; lean_object* x_89; lean_object* x_90; +x_87 = lean_ctor_get(x_83, 0); +x_88 = lean_ctor_get(x_83, 1); +lean_inc(x_88); +lean_inc(x_87); +lean_dec(x_83); +x_89 = lean_box(0); +lean_ctor_set(x_1, 2, x_87); +lean_ctor_set(x_1, 1, x_89); +x_90 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_90, 0, x_1); +lean_ctor_set(x_90, 1, x_88); +return x_90; } } else { -lean_object* x_95; -x_95 = lean_ctor_get(x_83, 0); -lean_inc(x_95); -lean_dec(x_83); -if (lean_obj_tag(x_95) == 6) +lean_object* x_91; +x_91 = lean_ctor_get(x_79, 0); +lean_inc(x_91); +lean_dec(x_79); +if (lean_obj_tag(x_91) == 6) { -lean_object* x_96; lean_object* x_97; +lean_object* x_92; lean_object* x_93; lean_free_object(x_1); lean_dec(x_69); -x_96 = lean_ctor_get(x_95, 0); -lean_inc(x_96); -lean_dec(x_95); -x_97 = l_Lean_Compiler_LCNF_ctorAppToMono(x_96, x_70, x_2, x_3, x_4, x_5, x_6, x_81); -return x_97; +x_92 = lean_ctor_get(x_91, 0); +lean_inc(x_92); +lean_dec(x_91); +x_93 = l_Lean_Compiler_LCNF_ctorAppToMono(x_92, x_70, x_2, x_3, x_4, x_5, x_6, x_77); +return x_93; } else { -lean_object* x_98; size_t x_99; size_t x_100; lean_object* x_101; uint8_t x_102; -lean_dec(x_95); -x_98 = lean_array_get_size(x_70); -x_99 = lean_usize_of_nat(x_98); -lean_dec(x_98); -x_100 = 0; -x_101 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_99, x_100, x_70, x_2, x_3, x_4, x_5, x_6, x_81); +lean_object* x_94; size_t x_95; size_t x_96; lean_object* x_97; uint8_t x_98; +lean_dec(x_91); +x_94 = lean_array_get_size(x_70); +x_95 = lean_usize_of_nat(x_94); +lean_dec(x_94); +x_96 = 0; +x_97 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_95, x_96, x_70, x_2, x_3, x_4, x_5, x_6, x_77); lean_dec(x_6); lean_dec(x_5); -x_102 = !lean_is_exclusive(x_101); -if (x_102 == 0) -{ -lean_object* x_103; lean_object* x_104; -x_103 = lean_ctor_get(x_101, 0); -x_104 = lean_box(0); -lean_ctor_set(x_1, 2, x_103); -lean_ctor_set(x_1, 1, x_104); -lean_ctor_set(x_101, 0, x_1); -return x_101; +x_98 = !lean_is_exclusive(x_97); +if (x_98 == 0) +{ +lean_object* x_99; lean_object* x_100; +x_99 = lean_ctor_get(x_97, 0); +x_100 = lean_box(0); +lean_ctor_set(x_1, 2, x_99); +lean_ctor_set(x_1, 1, x_100); +lean_ctor_set(x_97, 0, x_1); +return x_97; } else { -lean_object* x_105; lean_object* x_106; lean_object* x_107; lean_object* x_108; -x_105 = lean_ctor_get(x_101, 0); -x_106 = lean_ctor_get(x_101, 1); -lean_inc(x_106); -lean_inc(x_105); -lean_dec(x_101); -x_107 = lean_box(0); -lean_ctor_set(x_1, 2, x_105); -lean_ctor_set(x_1, 1, x_107); -x_108 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_108, 0, x_1); -lean_ctor_set(x_108, 1, x_106); -return x_108; +lean_object* x_101; lean_object* x_102; lean_object* x_103; lean_object* x_104; +x_101 = lean_ctor_get(x_97, 0); +x_102 = lean_ctor_get(x_97, 1); +lean_inc(x_102); +lean_inc(x_101); +lean_dec(x_97); +x_103 = lean_box(0); +lean_ctor_set(x_1, 2, x_101); +lean_ctor_set(x_1, 1, x_103); +x_104 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_104, 0, x_1); +lean_ctor_set(x_104, 1, x_102); +return x_104; } } } } else { -lean_object* x_109; lean_object* x_110; +lean_object* x_105; lean_object* x_106; lean_free_object(x_1); lean_dec(x_70); lean_dec(x_69); -x_109 = lean_ctor_get(x_76, 1); -lean_inc(x_109); -lean_dec(x_76); -x_110 = lean_ctor_get(x_77, 0); -lean_inc(x_110); -lean_dec(x_77); -x_1 = x_110; -x_7 = x_109; +x_105 = lean_ctor_get(x_72, 1); +lean_inc(x_105); +lean_dec(x_72); +x_106 = lean_ctor_get(x_73, 0); +lean_inc(x_106); +lean_dec(x_73); +x_1 = x_106; +x_7 = x_105; goto _start; } } else { -uint8_t x_112; +uint8_t x_108; lean_free_object(x_1); lean_dec(x_70); lean_dec(x_69); lean_dec(x_6); lean_dec(x_5); -x_112 = !lean_is_exclusive(x_76); -if (x_112 == 0) -{ -return x_76; -} -else +x_108 = !lean_is_exclusive(x_72); +if (x_108 == 0) { -lean_object* x_113; lean_object* x_114; lean_object* x_115; -x_113 = lean_ctor_get(x_76, 0); -x_114 = lean_ctor_get(x_76, 1); -lean_inc(x_114); -lean_inc(x_113); -lean_dec(x_76); -x_115 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_115, 0, x_113); -lean_ctor_set(x_115, 1, x_114); -return x_115; -} -} +return x_72; } else { -lean_object* x_116; lean_object* x_117; -lean_free_object(x_1); -lean_dec(x_70); -lean_dec(x_69); -lean_dec(x_6); -lean_dec(x_5); -x_116 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__10; -x_117 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_117, 0, x_116); -lean_ctor_set(x_117, 1, x_7); -return x_117; -} +lean_object* x_109; lean_object* x_110; lean_object* x_111; +x_109 = lean_ctor_get(x_72, 0); +x_110 = lean_ctor_get(x_72, 1); +lean_inc(x_110); +lean_inc(x_109); +lean_dec(x_72); +x_111 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_111, 0, x_109); +lean_ctor_set(x_111, 1, x_110); +return x_111; } -else -{ -lean_object* x_118; lean_object* x_119; -lean_free_object(x_1); -lean_dec(x_70); -lean_dec(x_69); -lean_dec(x_6); -lean_dec(x_5); -x_118 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__13; -x_119 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_119, 0, x_118); -lean_ctor_set(x_119, 1, x_7); -return x_119; } } else { -lean_object* x_120; lean_object* x_121; lean_object* x_122; uint8_t x_123; -x_120 = lean_ctor_get(x_1, 0); -x_121 = lean_ctor_get(x_1, 2); -lean_inc(x_121); -lean_inc(x_120); +lean_object* x_112; lean_object* x_113; lean_object* x_114; +x_112 = lean_ctor_get(x_1, 0); +x_113 = lean_ctor_get(x_1, 2); +lean_inc(x_113); +lean_inc(x_112); lean_dec(x_1); -x_122 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__4; -x_123 = lean_name_eq(x_120, x_122); -if (x_123 == 0) -{ -lean_object* x_124; uint8_t x_125; -x_124 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__6; -x_125 = lean_name_eq(x_120, x_124); -if (x_125 == 0) -{ -lean_object* x_126; lean_inc(x_6); lean_inc(x_5); +lean_inc(x_112); +x_114 = l_Lean_Compiler_LCNF_isTrivialConstructorApp_x3f(x_112, x_113, x_2, x_3, x_4, x_5, x_6, x_7); +if (lean_obj_tag(x_114) == 0) +{ +lean_object* x_115; +x_115 = lean_ctor_get(x_114, 0); +lean_inc(x_115); +if (lean_obj_tag(x_115) == 0) +{ +lean_object* x_116; lean_object* x_117; lean_object* x_118; lean_object* x_119; lean_object* x_120; lean_object* x_121; +x_116 = lean_ctor_get(x_114, 1); +lean_inc(x_116); +lean_dec(x_114); +x_117 = lean_st_ref_get(x_6, x_116); +x_118 = lean_ctor_get(x_117, 0); +lean_inc(x_118); +x_119 = lean_ctor_get(x_117, 1); +lean_inc(x_119); +lean_dec(x_117); +x_120 = lean_ctor_get(x_118, 0); lean_inc(x_120); -x_126 = l_Lean_Compiler_LCNF_isTrivialConstructorApp_x3f(x_120, x_121, x_2, x_3, x_4, x_5, x_6, x_7); -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_object* x_132; lean_object* x_133; -x_128 = lean_ctor_get(x_126, 1); -lean_inc(x_128); -lean_dec(x_126); -x_129 = lean_st_ref_get(x_6, x_128); -x_130 = lean_ctor_get(x_129, 0); -lean_inc(x_130); -x_131 = lean_ctor_get(x_129, 1); -lean_inc(x_131); -lean_dec(x_129); -x_132 = lean_ctor_get(x_130, 0); -lean_inc(x_132); -lean_dec(x_130); -lean_inc(x_120); -x_133 = lean_environment_find(x_132, x_120); -if (lean_obj_tag(x_133) == 0) -{ -lean_object* x_134; size_t x_135; size_t 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; -x_134 = lean_array_get_size(x_121); -x_135 = lean_usize_of_nat(x_134); -lean_dec(x_134); -x_136 = 0; -x_137 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_135, x_136, x_121, x_2, x_3, x_4, x_5, x_6, x_131); +lean_dec(x_118); +lean_inc(x_112); +x_121 = lean_environment_find(x_120, x_112); +if (lean_obj_tag(x_121) == 0) +{ +lean_object* x_122; size_t x_123; size_t 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; +x_122 = lean_array_get_size(x_113); +x_123 = lean_usize_of_nat(x_122); +lean_dec(x_122); +x_124 = 0; +x_125 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_123, x_124, x_113, x_2, x_3, x_4, x_5, x_6, x_119); lean_dec(x_6); lean_dec(x_5); -x_138 = lean_ctor_get(x_137, 0); -lean_inc(x_138); -x_139 = lean_ctor_get(x_137, 1); -lean_inc(x_139); -if (lean_is_exclusive(x_137)) { - lean_ctor_release(x_137, 0); - lean_ctor_release(x_137, 1); - x_140 = x_137; +x_126 = lean_ctor_get(x_125, 0); +lean_inc(x_126); +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_137); - x_140 = lean_box(0); -} -x_141 = lean_box(0); -x_142 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_142, 0, x_120); -lean_ctor_set(x_142, 1, x_141); -lean_ctor_set(x_142, 2, x_138); -if (lean_is_scalar(x_140)) { - x_143 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_125); + x_128 = lean_box(0); +} +x_129 = lean_box(0); +x_130 = lean_alloc_ctor(3, 3, 0); +lean_ctor_set(x_130, 0, x_112); +lean_ctor_set(x_130, 1, x_129); +lean_ctor_set(x_130, 2, x_126); +if (lean_is_scalar(x_128)) { + x_131 = lean_alloc_ctor(0, 2, 0); } else { - x_143 = x_140; + x_131 = x_128; } -lean_ctor_set(x_143, 0, x_142); -lean_ctor_set(x_143, 1, x_139); -return x_143; +lean_ctor_set(x_131, 0, x_130); +lean_ctor_set(x_131, 1, x_127); +return x_131; } else { -lean_object* x_144; -x_144 = lean_ctor_get(x_133, 0); -lean_inc(x_144); -lean_dec(x_133); -if (lean_obj_tag(x_144) == 6) -{ -lean_object* x_145; lean_object* x_146; -lean_dec(x_120); -x_145 = lean_ctor_get(x_144, 0); -lean_inc(x_145); -lean_dec(x_144); -x_146 = l_Lean_Compiler_LCNF_ctorAppToMono(x_145, x_121, x_2, x_3, x_4, x_5, x_6, x_131); -return x_146; +lean_object* x_132; +x_132 = lean_ctor_get(x_121, 0); +lean_inc(x_132); +lean_dec(x_121); +if (lean_obj_tag(x_132) == 6) +{ +lean_object* x_133; lean_object* x_134; +lean_dec(x_112); +x_133 = lean_ctor_get(x_132, 0); +lean_inc(x_133); +lean_dec(x_132); +x_134 = l_Lean_Compiler_LCNF_ctorAppToMono(x_133, x_113, x_2, x_3, x_4, x_5, x_6, x_119); +return x_134; } else { -lean_object* x_147; size_t x_148; size_t 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_dec(x_144); -x_147 = lean_array_get_size(x_121); -x_148 = lean_usize_of_nat(x_147); -lean_dec(x_147); -x_149 = 0; -x_150 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_148, x_149, x_121, x_2, x_3, x_4, x_5, x_6, x_131); +lean_object* x_135; size_t x_136; size_t 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_dec(x_132); +x_135 = lean_array_get_size(x_113); +x_136 = lean_usize_of_nat(x_135); +lean_dec(x_135); +x_137 = 0; +x_138 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_136, x_137, x_113, x_2, x_3, x_4, x_5, x_6, x_119); lean_dec(x_6); lean_dec(x_5); -x_151 = lean_ctor_get(x_150, 0); -lean_inc(x_151); -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; +x_139 = lean_ctor_get(x_138, 0); +lean_inc(x_139); +x_140 = lean_ctor_get(x_138, 1); +lean_inc(x_140); +if (lean_is_exclusive(x_138)) { + lean_ctor_release(x_138, 0); + lean_ctor_release(x_138, 1); + x_141 = x_138; } else { - lean_dec_ref(x_150); - x_153 = lean_box(0); -} -x_154 = lean_box(0); -x_155 = lean_alloc_ctor(3, 3, 0); -lean_ctor_set(x_155, 0, x_120); -lean_ctor_set(x_155, 1, x_154); -lean_ctor_set(x_155, 2, x_151); -if (lean_is_scalar(x_153)) { - x_156 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_138); + x_141 = lean_box(0); +} +x_142 = lean_box(0); +x_143 = lean_alloc_ctor(3, 3, 0); +lean_ctor_set(x_143, 0, x_112); +lean_ctor_set(x_143, 1, x_142); +lean_ctor_set(x_143, 2, x_139); +if (lean_is_scalar(x_141)) { + x_144 = lean_alloc_ctor(0, 2, 0); } else { - x_156 = x_153; + x_144 = x_141; } -lean_ctor_set(x_156, 0, x_155); -lean_ctor_set(x_156, 1, x_152); -return x_156; +lean_ctor_set(x_144, 0, x_143); +lean_ctor_set(x_144, 1, x_140); +return x_144; } } } else { -lean_object* x_157; lean_object* x_158; -lean_dec(x_121); -lean_dec(x_120); -x_157 = lean_ctor_get(x_126, 1); -lean_inc(x_157); -lean_dec(x_126); -x_158 = lean_ctor_get(x_127, 0); -lean_inc(x_158); -lean_dec(x_127); -x_1 = x_158; -x_7 = x_157; +lean_object* x_145; lean_object* x_146; +lean_dec(x_113); +lean_dec(x_112); +x_145 = lean_ctor_get(x_114, 1); +lean_inc(x_145); +lean_dec(x_114); +x_146 = lean_ctor_get(x_115, 0); +lean_inc(x_146); +lean_dec(x_115); +x_1 = x_146; +x_7 = x_145; goto _start; } } else { -lean_object* x_160; lean_object* x_161; lean_object* x_162; lean_object* x_163; -lean_dec(x_121); -lean_dec(x_120); +lean_object* x_148; lean_object* x_149; lean_object* x_150; lean_object* x_151; +lean_dec(x_113); +lean_dec(x_112); lean_dec(x_6); lean_dec(x_5); -x_160 = lean_ctor_get(x_126, 0); -lean_inc(x_160); -x_161 = lean_ctor_get(x_126, 1); -lean_inc(x_161); -if (lean_is_exclusive(x_126)) { - lean_ctor_release(x_126, 0); - lean_ctor_release(x_126, 1); - x_162 = x_126; +x_148 = lean_ctor_get(x_114, 0); +lean_inc(x_148); +x_149 = lean_ctor_get(x_114, 1); +lean_inc(x_149); +if (lean_is_exclusive(x_114)) { + lean_ctor_release(x_114, 0); + lean_ctor_release(x_114, 1); + x_150 = x_114; } else { - lean_dec_ref(x_126); - x_162 = lean_box(0); + lean_dec_ref(x_114); + x_150 = lean_box(0); } -if (lean_is_scalar(x_162)) { - x_163 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_150)) { + x_151 = lean_alloc_ctor(1, 2, 0); } else { - x_163 = x_162; -} -lean_ctor_set(x_163, 0, x_160); -lean_ctor_set(x_163, 1, x_161); -return x_163; -} -} -else -{ -lean_object* x_164; lean_object* x_165; -lean_dec(x_121); -lean_dec(x_120); -lean_dec(x_6); -lean_dec(x_5); -x_164 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__10; -x_165 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_165, 0, x_164); -lean_ctor_set(x_165, 1, x_7); -return x_165; -} + x_151 = x_150; } -else -{ -lean_object* x_166; lean_object* x_167; -lean_dec(x_121); -lean_dec(x_120); -lean_dec(x_6); -lean_dec(x_5); -x_166 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__13; -x_167 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_167, 0, x_166); -lean_ctor_set(x_167, 1, x_7); -return x_167; +lean_ctor_set(x_151, 0, x_148); +lean_ctor_set(x_151, 1, x_149); +return x_151; } } } case 4: { -uint8_t x_168; -x_168 = !lean_is_exclusive(x_1); -if (x_168 == 0) +uint8_t x_152; +x_152 = !lean_is_exclusive(x_1); +if (x_152 == 0) { -lean_object* x_169; lean_object* x_170; lean_object* x_171; uint8_t x_172; -x_169 = lean_ctor_get(x_1, 0); -x_170 = lean_ctor_get(x_1, 1); -x_171 = lean_st_ref_get(x_2, x_7); -x_172 = !lean_is_exclusive(x_171); -if (x_172 == 0) -{ -lean_object* x_173; lean_object* x_174; lean_object* x_175; -x_173 = lean_ctor_get(x_171, 0); -x_174 = lean_ctor_get(x_171, 1); -x_175 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_173, x_169); -lean_dec(x_173); -if (lean_obj_tag(x_175) == 0) -{ -lean_object* x_176; size_t x_177; size_t x_178; lean_object* x_179; uint8_t x_180; -lean_free_object(x_171); -x_176 = lean_array_get_size(x_170); -x_177 = lean_usize_of_nat(x_176); -lean_dec(x_176); -x_178 = 0; -x_179 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_177, x_178, x_170, x_2, x_3, x_4, x_5, x_6, x_174); +lean_object* x_153; lean_object* x_154; lean_object* x_155; uint8_t x_156; +x_153 = lean_ctor_get(x_1, 0); +x_154 = lean_ctor_get(x_1, 1); +x_155 = lean_st_ref_get(x_2, x_7); +x_156 = !lean_is_exclusive(x_155); +if (x_156 == 0) +{ +lean_object* x_157; lean_object* x_158; lean_object* x_159; +x_157 = lean_ctor_get(x_155, 0); +x_158 = lean_ctor_get(x_155, 1); +x_159 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_157, x_153); +lean_dec(x_157); +if (lean_obj_tag(x_159) == 0) +{ +lean_object* x_160; size_t x_161; size_t x_162; lean_object* x_163; uint8_t x_164; +lean_free_object(x_155); +x_160 = lean_array_get_size(x_154); +x_161 = lean_usize_of_nat(x_160); +lean_dec(x_160); +x_162 = 0; +x_163 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_161, x_162, x_154, x_2, x_3, x_4, x_5, x_6, x_158); lean_dec(x_6); lean_dec(x_5); -x_180 = !lean_is_exclusive(x_179); -if (x_180 == 0) +x_164 = !lean_is_exclusive(x_163); +if (x_164 == 0) { -lean_object* x_181; -x_181 = lean_ctor_get(x_179, 0); -lean_ctor_set(x_1, 1, x_181); -lean_ctor_set(x_179, 0, x_1); -return x_179; +lean_object* x_165; +x_165 = lean_ctor_get(x_163, 0); +lean_ctor_set(x_1, 1, x_165); +lean_ctor_set(x_163, 0, x_1); +return x_163; } else { -lean_object* x_182; lean_object* x_183; lean_object* x_184; -x_182 = lean_ctor_get(x_179, 0); -x_183 = lean_ctor_get(x_179, 1); -lean_inc(x_183); -lean_inc(x_182); -lean_dec(x_179); -lean_ctor_set(x_1, 1, x_182); -x_184 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_184, 0, x_1); -lean_ctor_set(x_184, 1, x_183); -return x_184; +lean_object* x_166; lean_object* x_167; lean_object* x_168; +x_166 = lean_ctor_get(x_163, 0); +x_167 = lean_ctor_get(x_163, 1); +lean_inc(x_167); +lean_inc(x_166); +lean_dec(x_163); +lean_ctor_set(x_1, 1, x_166); +x_168 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_168, 0, x_1); +lean_ctor_set(x_168, 1, x_167); +return x_168; } } else { -lean_object* x_185; -lean_dec(x_175); +lean_object* x_169; +lean_dec(x_159); lean_free_object(x_1); -lean_dec(x_170); -lean_dec(x_169); +lean_dec(x_154); +lean_dec(x_153); lean_dec(x_6); lean_dec(x_5); -x_185 = lean_box(1); -lean_ctor_set(x_171, 0, x_185); -return x_171; +x_169 = lean_box(1); +lean_ctor_set(x_155, 0, x_169); +return x_155; } } else { -lean_object* x_186; lean_object* x_187; lean_object* x_188; -x_186 = lean_ctor_get(x_171, 0); -x_187 = lean_ctor_get(x_171, 1); -lean_inc(x_187); -lean_inc(x_186); -lean_dec(x_171); -x_188 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_186, x_169); -lean_dec(x_186); -if (lean_obj_tag(x_188) == 0) +lean_object* x_170; lean_object* x_171; lean_object* x_172; +x_170 = lean_ctor_get(x_155, 0); +x_171 = lean_ctor_get(x_155, 1); +lean_inc(x_171); +lean_inc(x_170); +lean_dec(x_155); +x_172 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_170, x_153); +lean_dec(x_170); +if (lean_obj_tag(x_172) == 0) { -lean_object* x_189; size_t x_190; size_t x_191; lean_object* x_192; lean_object* x_193; lean_object* x_194; lean_object* x_195; lean_object* x_196; -x_189 = lean_array_get_size(x_170); -x_190 = lean_usize_of_nat(x_189); -lean_dec(x_189); -x_191 = 0; -x_192 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_190, x_191, x_170, x_2, x_3, x_4, x_5, x_6, x_187); +lean_object* x_173; size_t x_174; size_t x_175; lean_object* x_176; lean_object* x_177; lean_object* x_178; lean_object* x_179; lean_object* x_180; +x_173 = lean_array_get_size(x_154); +x_174 = lean_usize_of_nat(x_173); +lean_dec(x_173); +x_175 = 0; +x_176 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_174, x_175, x_154, x_2, x_3, x_4, x_5, x_6, x_171); lean_dec(x_6); lean_dec(x_5); -x_193 = lean_ctor_get(x_192, 0); -lean_inc(x_193); -x_194 = lean_ctor_get(x_192, 1); -lean_inc(x_194); -if (lean_is_exclusive(x_192)) { - lean_ctor_release(x_192, 0); - lean_ctor_release(x_192, 1); - x_195 = x_192; +x_177 = lean_ctor_get(x_176, 0); +lean_inc(x_177); +x_178 = lean_ctor_get(x_176, 1); +lean_inc(x_178); +if (lean_is_exclusive(x_176)) { + lean_ctor_release(x_176, 0); + lean_ctor_release(x_176, 1); + x_179 = x_176; } else { - lean_dec_ref(x_192); - x_195 = lean_box(0); + lean_dec_ref(x_176); + x_179 = lean_box(0); } -lean_ctor_set(x_1, 1, x_193); -if (lean_is_scalar(x_195)) { - x_196 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_1, 1, x_177); +if (lean_is_scalar(x_179)) { + x_180 = lean_alloc_ctor(0, 2, 0); } else { - x_196 = x_195; + x_180 = x_179; } -lean_ctor_set(x_196, 0, x_1); -lean_ctor_set(x_196, 1, x_194); -return x_196; +lean_ctor_set(x_180, 0, x_1); +lean_ctor_set(x_180, 1, x_178); +return x_180; } else { -lean_object* x_197; lean_object* x_198; -lean_dec(x_188); +lean_object* x_181; lean_object* x_182; +lean_dec(x_172); lean_free_object(x_1); -lean_dec(x_170); -lean_dec(x_169); +lean_dec(x_154); +lean_dec(x_153); lean_dec(x_6); lean_dec(x_5); -x_197 = lean_box(1); -x_198 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_198, 0, x_197); -lean_ctor_set(x_198, 1, x_187); -return x_198; +x_181 = lean_box(1); +x_182 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_182, 0, x_181); +lean_ctor_set(x_182, 1, x_171); +return x_182; } } } 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; -x_199 = lean_ctor_get(x_1, 0); -x_200 = lean_ctor_get(x_1, 1); -lean_inc(x_200); -lean_inc(x_199); +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; +x_183 = lean_ctor_get(x_1, 0); +x_184 = lean_ctor_get(x_1, 1); +lean_inc(x_184); +lean_inc(x_183); lean_dec(x_1); -x_201 = lean_st_ref_get(x_2, x_7); -x_202 = lean_ctor_get(x_201, 0); -lean_inc(x_202); -x_203 = lean_ctor_get(x_201, 1); -lean_inc(x_203); -if (lean_is_exclusive(x_201)) { - lean_ctor_release(x_201, 0); - lean_ctor_release(x_201, 1); - x_204 = x_201; +x_185 = lean_st_ref_get(x_2, x_7); +x_186 = lean_ctor_get(x_185, 0); +lean_inc(x_186); +x_187 = lean_ctor_get(x_185, 1); +lean_inc(x_187); +if (lean_is_exclusive(x_185)) { + lean_ctor_release(x_185, 0); + lean_ctor_release(x_185, 1); + x_188 = x_185; } else { - lean_dec_ref(x_201); - x_204 = lean_box(0); -} -x_205 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_202, x_199); -lean_dec(x_202); -if (lean_obj_tag(x_205) == 0) -{ -lean_object* x_206; size_t x_207; size_t 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_dec(x_204); -x_206 = lean_array_get_size(x_200); -x_207 = lean_usize_of_nat(x_206); -lean_dec(x_206); -x_208 = 0; -x_209 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_207, x_208, x_200, x_2, x_3, x_4, x_5, x_6, x_203); + lean_dec_ref(x_185); + x_188 = lean_box(0); +} +x_189 = l_Lean_RBNode_findCore___at___private_Lean_Meta_FunInfo_0__Lean_Meta_getFunInfoAux___spec__2(x_186, x_183); +lean_dec(x_186); +if (lean_obj_tag(x_189) == 0) +{ +lean_object* x_190; size_t x_191; size_t 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_dec(x_188); +x_190 = lean_array_get_size(x_184); +x_191 = lean_usize_of_nat(x_190); +lean_dec(x_190); +x_192 = 0; +x_193 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_ctorAppToMono___spec__2(x_191, x_192, x_184, x_2, x_3, x_4, x_5, x_6, x_187); lean_dec(x_6); lean_dec(x_5); -x_210 = lean_ctor_get(x_209, 0); -lean_inc(x_210); -x_211 = lean_ctor_get(x_209, 1); -lean_inc(x_211); -if (lean_is_exclusive(x_209)) { - lean_ctor_release(x_209, 0); - lean_ctor_release(x_209, 1); - x_212 = x_209; +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_209); - x_212 = lean_box(0); -} -x_213 = lean_alloc_ctor(4, 2, 0); -lean_ctor_set(x_213, 0, x_199); -lean_ctor_set(x_213, 1, x_210); -if (lean_is_scalar(x_212)) { - x_214 = lean_alloc_ctor(0, 2, 0); + lean_dec_ref(x_193); + x_196 = lean_box(0); +} +x_197 = lean_alloc_ctor(4, 2, 0); +lean_ctor_set(x_197, 0, x_183); +lean_ctor_set(x_197, 1, x_194); +if (lean_is_scalar(x_196)) { + x_198 = lean_alloc_ctor(0, 2, 0); } else { - x_214 = x_212; + x_198 = x_196; } -lean_ctor_set(x_214, 0, x_213); -lean_ctor_set(x_214, 1, x_211); -return x_214; +lean_ctor_set(x_198, 0, x_197); +lean_ctor_set(x_198, 1, x_195); +return x_198; } else { -lean_object* x_215; lean_object* x_216; -lean_dec(x_205); -lean_dec(x_200); -lean_dec(x_199); +lean_object* x_199; lean_object* x_200; +lean_dec(x_189); +lean_dec(x_184); +lean_dec(x_183); lean_dec(x_6); lean_dec(x_5); -x_215 = lean_box(1); -if (lean_is_scalar(x_204)) { - x_216 = lean_alloc_ctor(0, 2, 0); +x_199 = lean_box(1); +if (lean_is_scalar(x_188)) { + x_200 = lean_alloc_ctor(0, 2, 0); } else { - x_216 = x_204; + x_200 = x_188; } -lean_ctor_set(x_216, 0, x_215); -lean_ctor_set(x_216, 1, x_203); -return x_216; +lean_ctor_set(x_200, 0, x_199); +lean_ctor_set(x_200, 1, x_187); +return x_200; } } } default: { -lean_object* x_217; +lean_object* x_201; lean_dec(x_6); lean_dec(x_5); -x_217 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_217, 0, x_1); -lean_ctor_set(x_217, 1, x_7); -return x_217; +x_201 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_201, 0, x_1); +lean_ctor_set(x_201, 1, x_7); +return x_201; } } } @@ -2789,16 +2578,6 @@ return x_51; } } } -static lean_object* _init_l_Lean_Compiler_LCNF_Code_toMono___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_LCNF_LetValue_toMono___closed__2; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Code_toMono(lean_object* x_1, 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: { @@ -3534,7 +3313,7 @@ return x_142; } case 4: { -lean_object* x_143; lean_object* x_144; lean_object* x_145; lean_object* x_146; lean_object* x_147; lean_object* x_148; uint8_t x_149; +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_143 = lean_ctor_get(x_1, 0); lean_inc(x_143); x_144 = lean_ctor_get(x_143, 0); @@ -3545,276 +3324,271 @@ x_146 = lean_ctor_get(x_143, 2); lean_inc(x_146); x_147 = lean_ctor_get(x_143, 3); lean_inc(x_147); -x_148 = l_Lean_Compiler_LCNF_Code_toMono___closed__1; -x_149 = lean_name_eq(x_144, x_148); -if (x_149 == 0) -{ -lean_object* x_150; lean_inc(x_6); lean_inc(x_5); lean_inc(x_144); -x_150 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_144, x_5, x_6, x_7); -if (lean_obj_tag(x_150) == 0) +x_148 = l_Lean_Compiler_LCNF_hasTrivialStructure_x3f(x_144, x_5, x_6, x_7); +if (lean_obj_tag(x_148) == 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_149; +x_149 = lean_ctor_get(x_148, 0); +lean_inc(x_149); +if (lean_obj_tag(x_149) == 0) { -uint8_t x_152; -x_152 = !lean_is_exclusive(x_143); -if (x_152 == 0) +uint8_t x_150; +x_150 = !lean_is_exclusive(x_143); +if (x_150 == 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; -x_153 = lean_ctor_get(x_143, 3); +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_151 = lean_ctor_get(x_143, 3); +lean_dec(x_151); +x_152 = lean_ctor_get(x_143, 2); +lean_dec(x_152); +x_153 = lean_ctor_get(x_143, 1); lean_dec(x_153); -x_154 = lean_ctor_get(x_143, 2); +x_154 = lean_ctor_get(x_143, 0); lean_dec(x_154); -x_155 = lean_ctor_get(x_143, 1); -lean_dec(x_155); -x_156 = lean_ctor_get(x_143, 0); -lean_dec(x_156); -x_157 = lean_ctor_get(x_150, 1); -lean_inc(x_157); -lean_dec(x_150); +x_155 = lean_ctor_get(x_148, 1); +lean_inc(x_155); +lean_dec(x_148); lean_inc(x_6); lean_inc(x_5); lean_inc(x_145); -x_158 = l_Lean_Compiler_LCNF_toMonoType(x_145, x_5, x_6, x_157); -if (lean_obj_tag(x_158) == 0) -{ -lean_object* x_159; lean_object* x_160; lean_object* x_161; size_t x_162; size_t x_163; lean_object* x_164; -x_159 = lean_ctor_get(x_158, 0); -lean_inc(x_159); -x_160 = lean_ctor_get(x_158, 1); -lean_inc(x_160); -lean_dec(x_158); -x_161 = lean_array_get_size(x_147); -x_162 = lean_usize_of_nat(x_161); -lean_dec(x_161); -x_163 = 0; +x_156 = l_Lean_Compiler_LCNF_toMonoType(x_145, x_5, x_6, x_155); +if (lean_obj_tag(x_156) == 0) +{ +lean_object* x_157; lean_object* x_158; lean_object* x_159; size_t x_160; size_t x_161; lean_object* x_162; +x_157 = lean_ctor_get(x_156, 0); +lean_inc(x_157); +x_158 = lean_ctor_get(x_156, 1); +lean_inc(x_158); +lean_dec(x_156); +x_159 = lean_array_get_size(x_147); +x_160 = lean_usize_of_nat(x_159); +lean_dec(x_159); +x_161 = 0; lean_inc(x_147); -x_164 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(x_162, x_163, x_147, x_2, x_3, x_4, x_5, x_6, x_160); -if (lean_obj_tag(x_164) == 0) +x_162 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(x_160, x_161, x_147, x_2, x_3, x_4, x_5, x_6, x_158); +if (lean_obj_tag(x_162) == 0) { -uint8_t x_165; -x_165 = !lean_is_exclusive(x_164); -if (x_165 == 0) +uint8_t x_163; +x_163 = !lean_is_exclusive(x_162); +if (x_163 == 0) { -lean_object* x_166; size_t x_167; size_t x_168; uint8_t x_169; -x_166 = lean_ctor_get(x_164, 0); -x_167 = lean_ptr_addr(x_147); +lean_object* x_164; size_t x_165; size_t x_166; uint8_t x_167; +x_164 = lean_ctor_get(x_162, 0); +x_165 = lean_ptr_addr(x_147); lean_dec(x_147); -x_168 = lean_ptr_addr(x_166); -x_169 = lean_usize_dec_eq(x_167, x_168); -if (x_169 == 0) +x_166 = lean_ptr_addr(x_164); +x_167 = lean_usize_dec_eq(x_165, x_166); +if (x_167 == 0) { -uint8_t x_170; +uint8_t x_168; lean_dec(x_145); -x_170 = !lean_is_exclusive(x_1); -if (x_170 == 0) +x_168 = !lean_is_exclusive(x_1); +if (x_168 == 0) { -lean_object* x_171; -x_171 = lean_ctor_get(x_1, 0); -lean_dec(x_171); -lean_ctor_set(x_143, 3, x_166); -lean_ctor_set(x_143, 1, x_159); -lean_ctor_set(x_164, 0, x_1); -return x_164; +lean_object* x_169; +x_169 = lean_ctor_get(x_1, 0); +lean_dec(x_169); +lean_ctor_set(x_143, 3, x_164); +lean_ctor_set(x_143, 1, x_157); +lean_ctor_set(x_162, 0, x_1); +return x_162; } else { -lean_object* x_172; +lean_object* x_170; lean_dec(x_1); -lean_ctor_set(x_143, 3, x_166); -lean_ctor_set(x_143, 1, x_159); -x_172 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_172, 0, x_143); -lean_ctor_set(x_164, 0, x_172); -return x_164; +lean_ctor_set(x_143, 3, x_164); +lean_ctor_set(x_143, 1, x_157); +x_170 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_170, 0, x_143); +lean_ctor_set(x_162, 0, x_170); +return x_162; } } else { -size_t x_173; size_t x_174; uint8_t x_175; -x_173 = lean_ptr_addr(x_145); +size_t x_171; size_t x_172; uint8_t x_173; +x_171 = lean_ptr_addr(x_145); lean_dec(x_145); -x_174 = lean_ptr_addr(x_159); -x_175 = lean_usize_dec_eq(x_173, x_174); -if (x_175 == 0) +x_172 = lean_ptr_addr(x_157); +x_173 = lean_usize_dec_eq(x_171, x_172); +if (x_173 == 0) { -uint8_t x_176; -x_176 = !lean_is_exclusive(x_1); -if (x_176 == 0) +uint8_t x_174; +x_174 = !lean_is_exclusive(x_1); +if (x_174 == 0) { -lean_object* x_177; -x_177 = lean_ctor_get(x_1, 0); -lean_dec(x_177); -lean_ctor_set(x_143, 3, x_166); -lean_ctor_set(x_143, 1, x_159); -lean_ctor_set(x_164, 0, x_1); -return x_164; +lean_object* x_175; +x_175 = lean_ctor_get(x_1, 0); +lean_dec(x_175); +lean_ctor_set(x_143, 3, x_164); +lean_ctor_set(x_143, 1, x_157); +lean_ctor_set(x_162, 0, x_1); +return x_162; } else { -lean_object* x_178; +lean_object* x_176; lean_dec(x_1); -lean_ctor_set(x_143, 3, x_166); -lean_ctor_set(x_143, 1, x_159); -x_178 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_178, 0, x_143); -lean_ctor_set(x_164, 0, x_178); -return x_164; +lean_ctor_set(x_143, 3, x_164); +lean_ctor_set(x_143, 1, x_157); +x_176 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_176, 0, x_143); +lean_ctor_set(x_162, 0, x_176); +return x_162; } } else { -uint8_t x_179; -x_179 = lean_name_eq(x_146, x_146); -if (x_179 == 0) +uint8_t x_177; +x_177 = lean_name_eq(x_146, x_146); +if (x_177 == 0) { -uint8_t x_180; -x_180 = !lean_is_exclusive(x_1); -if (x_180 == 0) +uint8_t x_178; +x_178 = !lean_is_exclusive(x_1); +if (x_178 == 0) { -lean_object* x_181; -x_181 = lean_ctor_get(x_1, 0); -lean_dec(x_181); -lean_ctor_set(x_143, 3, x_166); -lean_ctor_set(x_143, 1, x_159); -lean_ctor_set(x_164, 0, x_1); -return x_164; +lean_object* x_179; +x_179 = lean_ctor_get(x_1, 0); +lean_dec(x_179); +lean_ctor_set(x_143, 3, x_164); +lean_ctor_set(x_143, 1, x_157); +lean_ctor_set(x_162, 0, x_1); +return x_162; } else { -lean_object* x_182; +lean_object* x_180; lean_dec(x_1); -lean_ctor_set(x_143, 3, x_166); -lean_ctor_set(x_143, 1, x_159); -x_182 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_182, 0, x_143); -lean_ctor_set(x_164, 0, x_182); -return x_164; +lean_ctor_set(x_143, 3, x_164); +lean_ctor_set(x_143, 1, x_157); +x_180 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_180, 0, x_143); +lean_ctor_set(x_162, 0, x_180); +return x_162; } } else { -lean_dec(x_166); -lean_dec(x_159); +lean_dec(x_164); +lean_dec(x_157); lean_free_object(x_143); lean_dec(x_146); lean_dec(x_144); -lean_ctor_set(x_164, 0, x_1); -return x_164; +lean_ctor_set(x_162, 0, x_1); +return x_162; } } } } else { -lean_object* x_183; lean_object* x_184; size_t x_185; size_t x_186; uint8_t x_187; -x_183 = lean_ctor_get(x_164, 0); -x_184 = lean_ctor_get(x_164, 1); -lean_inc(x_184); -lean_inc(x_183); -lean_dec(x_164); -x_185 = lean_ptr_addr(x_147); +lean_object* x_181; lean_object* x_182; size_t x_183; size_t x_184; uint8_t x_185; +x_181 = lean_ctor_get(x_162, 0); +x_182 = lean_ctor_get(x_162, 1); +lean_inc(x_182); +lean_inc(x_181); +lean_dec(x_162); +x_183 = lean_ptr_addr(x_147); lean_dec(x_147); -x_186 = lean_ptr_addr(x_183); -x_187 = lean_usize_dec_eq(x_185, x_186); -if (x_187 == 0) +x_184 = lean_ptr_addr(x_181); +x_185 = lean_usize_dec_eq(x_183, x_184); +if (x_185 == 0) { -lean_object* x_188; lean_object* x_189; lean_object* x_190; +lean_object* x_186; lean_object* x_187; lean_object* x_188; lean_dec(x_145); if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_188 = x_1; + x_186 = x_1; } else { lean_dec_ref(x_1); - x_188 = lean_box(0); + x_186 = lean_box(0); } -lean_ctor_set(x_143, 3, x_183); -lean_ctor_set(x_143, 1, x_159); -if (lean_is_scalar(x_188)) { - x_189 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_143, 3, x_181); +lean_ctor_set(x_143, 1, x_157); +if (lean_is_scalar(x_186)) { + x_187 = lean_alloc_ctor(4, 1, 0); } else { - x_189 = x_188; + x_187 = x_186; } -lean_ctor_set(x_189, 0, x_143); -x_190 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_190, 0, x_189); -lean_ctor_set(x_190, 1, x_184); -return x_190; +lean_ctor_set(x_187, 0, x_143); +x_188 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_188, 0, x_187); +lean_ctor_set(x_188, 1, x_182); +return x_188; } else { -size_t x_191; size_t x_192; uint8_t x_193; -x_191 = lean_ptr_addr(x_145); +size_t x_189; size_t x_190; uint8_t x_191; +x_189 = lean_ptr_addr(x_145); lean_dec(x_145); -x_192 = lean_ptr_addr(x_159); -x_193 = lean_usize_dec_eq(x_191, x_192); -if (x_193 == 0) +x_190 = lean_ptr_addr(x_157); +x_191 = lean_usize_dec_eq(x_189, x_190); +if (x_191 == 0) { -lean_object* x_194; lean_object* x_195; lean_object* x_196; +lean_object* x_192; lean_object* x_193; lean_object* x_194; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_194 = x_1; + x_192 = x_1; } else { lean_dec_ref(x_1); - x_194 = lean_box(0); + x_192 = lean_box(0); } -lean_ctor_set(x_143, 3, x_183); -lean_ctor_set(x_143, 1, x_159); -if (lean_is_scalar(x_194)) { - x_195 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_143, 3, x_181); +lean_ctor_set(x_143, 1, x_157); +if (lean_is_scalar(x_192)) { + x_193 = lean_alloc_ctor(4, 1, 0); } else { - x_195 = x_194; + x_193 = x_192; } -lean_ctor_set(x_195, 0, x_143); -x_196 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_196, 0, x_195); -lean_ctor_set(x_196, 1, x_184); -return x_196; +lean_ctor_set(x_193, 0, x_143); +x_194 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_194, 0, x_193); +lean_ctor_set(x_194, 1, x_182); +return x_194; } else { -uint8_t x_197; -x_197 = lean_name_eq(x_146, x_146); -if (x_197 == 0) +uint8_t x_195; +x_195 = lean_name_eq(x_146, x_146); +if (x_195 == 0) { -lean_object* x_198; lean_object* x_199; lean_object* x_200; +lean_object* x_196; lean_object* x_197; lean_object* x_198; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_198 = x_1; + x_196 = x_1; } else { lean_dec_ref(x_1); - x_198 = lean_box(0); + x_196 = lean_box(0); } -lean_ctor_set(x_143, 3, x_183); -lean_ctor_set(x_143, 1, x_159); -if (lean_is_scalar(x_198)) { - x_199 = lean_alloc_ctor(4, 1, 0); +lean_ctor_set(x_143, 3, x_181); +lean_ctor_set(x_143, 1, x_157); +if (lean_is_scalar(x_196)) { + x_197 = lean_alloc_ctor(4, 1, 0); } else { - x_199 = x_198; + x_197 = x_196; } -lean_ctor_set(x_199, 0, x_143); -x_200 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_200, 0, x_199); -lean_ctor_set(x_200, 1, x_184); -return x_200; +lean_ctor_set(x_197, 0, x_143); +x_198 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_198, 0, x_197); +lean_ctor_set(x_198, 1, x_182); +return x_198; } else { -lean_object* x_201; -lean_dec(x_183); -lean_dec(x_159); +lean_object* x_199; +lean_dec(x_181); +lean_dec(x_157); lean_free_object(x_143); lean_dec(x_146); lean_dec(x_144); -x_201 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_201, 0, x_1); -lean_ctor_set(x_201, 1, x_184); -return x_201; +x_199 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_199, 0, x_1); +lean_ctor_set(x_199, 1, x_182); +return x_199; } } } @@ -3822,37 +3596,37 @@ return x_201; } else { -uint8_t x_202; -lean_dec(x_159); +uint8_t x_200; +lean_dec(x_157); lean_free_object(x_143); lean_dec(x_147); lean_dec(x_146); lean_dec(x_145); lean_dec(x_144); lean_dec(x_1); -x_202 = !lean_is_exclusive(x_164); -if (x_202 == 0) +x_200 = !lean_is_exclusive(x_162); +if (x_200 == 0) { -return x_164; +return x_162; } else { -lean_object* x_203; lean_object* x_204; lean_object* x_205; -x_203 = lean_ctor_get(x_164, 0); -x_204 = lean_ctor_get(x_164, 1); -lean_inc(x_204); -lean_inc(x_203); -lean_dec(x_164); -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; +lean_object* x_201; lean_object* x_202; lean_object* x_203; +x_201 = lean_ctor_get(x_162, 0); +x_202 = lean_ctor_get(x_162, 1); +lean_inc(x_202); +lean_inc(x_201); +lean_dec(x_162); +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_206; +uint8_t x_204; lean_free_object(x_143); lean_dec(x_147); lean_dec(x_146); @@ -3864,225 +3638,225 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_206 = !lean_is_exclusive(x_158); -if (x_206 == 0) +x_204 = !lean_is_exclusive(x_156); +if (x_204 == 0) { -return x_158; +return x_156; } else { -lean_object* x_207; lean_object* x_208; lean_object* x_209; -x_207 = lean_ctor_get(x_158, 0); -x_208 = lean_ctor_get(x_158, 1); -lean_inc(x_208); -lean_inc(x_207); -lean_dec(x_158); -x_209 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_209, 0, x_207); -lean_ctor_set(x_209, 1, x_208); -return x_209; +lean_object* x_205; lean_object* x_206; lean_object* x_207; +x_205 = lean_ctor_get(x_156, 0); +x_206 = lean_ctor_get(x_156, 1); +lean_inc(x_206); +lean_inc(x_205); +lean_dec(x_156); +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; } } } else { -lean_object* x_210; lean_object* x_211; +lean_object* x_208; lean_object* x_209; lean_dec(x_143); -x_210 = lean_ctor_get(x_150, 1); -lean_inc(x_210); -lean_dec(x_150); +x_208 = lean_ctor_get(x_148, 1); +lean_inc(x_208); +lean_dec(x_148); lean_inc(x_6); lean_inc(x_5); lean_inc(x_145); -x_211 = l_Lean_Compiler_LCNF_toMonoType(x_145, x_5, x_6, x_210); -if (lean_obj_tag(x_211) == 0) -{ -lean_object* x_212; lean_object* x_213; lean_object* x_214; size_t x_215; size_t x_216; lean_object* x_217; -x_212 = lean_ctor_get(x_211, 0); -lean_inc(x_212); -x_213 = lean_ctor_get(x_211, 1); -lean_inc(x_213); -lean_dec(x_211); -x_214 = lean_array_get_size(x_147); -x_215 = lean_usize_of_nat(x_214); -lean_dec(x_214); -x_216 = 0; +x_209 = l_Lean_Compiler_LCNF_toMonoType(x_145, x_5, x_6, x_208); +if (lean_obj_tag(x_209) == 0) +{ +lean_object* x_210; lean_object* x_211; lean_object* x_212; size_t x_213; size_t x_214; lean_object* x_215; +x_210 = lean_ctor_get(x_209, 0); +lean_inc(x_210); +x_211 = lean_ctor_get(x_209, 1); +lean_inc(x_211); +lean_dec(x_209); +x_212 = lean_array_get_size(x_147); +x_213 = lean_usize_of_nat(x_212); +lean_dec(x_212); +x_214 = 0; lean_inc(x_147); -x_217 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(x_215, x_216, x_147, x_2, x_3, x_4, x_5, x_6, x_213); -if (lean_obj_tag(x_217) == 0) -{ -lean_object* x_218; lean_object* x_219; lean_object* x_220; size_t x_221; size_t x_222; uint8_t x_223; -x_218 = lean_ctor_get(x_217, 0); -lean_inc(x_218); -x_219 = lean_ctor_get(x_217, 1); -lean_inc(x_219); -if (lean_is_exclusive(x_217)) { - lean_ctor_release(x_217, 0); - lean_ctor_release(x_217, 1); - x_220 = x_217; +x_215 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(x_213, x_214, x_147, x_2, x_3, x_4, x_5, x_6, x_211); +if (lean_obj_tag(x_215) == 0) +{ +lean_object* x_216; lean_object* x_217; lean_object* x_218; size_t x_219; size_t x_220; uint8_t x_221; +x_216 = lean_ctor_get(x_215, 0); +lean_inc(x_216); +x_217 = lean_ctor_get(x_215, 1); +lean_inc(x_217); +if (lean_is_exclusive(x_215)) { + lean_ctor_release(x_215, 0); + lean_ctor_release(x_215, 1); + x_218 = x_215; } else { - lean_dec_ref(x_217); - x_220 = lean_box(0); + lean_dec_ref(x_215); + x_218 = lean_box(0); } -x_221 = lean_ptr_addr(x_147); +x_219 = lean_ptr_addr(x_147); lean_dec(x_147); -x_222 = lean_ptr_addr(x_218); -x_223 = lean_usize_dec_eq(x_221, x_222); -if (x_223 == 0) +x_220 = lean_ptr_addr(x_216); +x_221 = lean_usize_dec_eq(x_219, x_220); +if (x_221 == 0) { -lean_object* x_224; lean_object* x_225; lean_object* x_226; lean_object* x_227; +lean_object* x_222; lean_object* x_223; lean_object* x_224; lean_object* x_225; lean_dec(x_145); if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_224 = x_1; + x_222 = x_1; } else { lean_dec_ref(x_1); - x_224 = lean_box(0); -} -x_225 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_225, 0, x_144); -lean_ctor_set(x_225, 1, x_212); -lean_ctor_set(x_225, 2, x_146); -lean_ctor_set(x_225, 3, x_218); -if (lean_is_scalar(x_224)) { - x_226 = lean_alloc_ctor(4, 1, 0); + x_222 = lean_box(0); +} +x_223 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_223, 0, x_144); +lean_ctor_set(x_223, 1, x_210); +lean_ctor_set(x_223, 2, x_146); +lean_ctor_set(x_223, 3, x_216); +if (lean_is_scalar(x_222)) { + x_224 = lean_alloc_ctor(4, 1, 0); } else { - x_226 = x_224; + x_224 = x_222; } -lean_ctor_set(x_226, 0, x_225); -if (lean_is_scalar(x_220)) { - x_227 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_224, 0, x_223); +if (lean_is_scalar(x_218)) { + x_225 = lean_alloc_ctor(0, 2, 0); } else { - x_227 = x_220; + x_225 = x_218; } -lean_ctor_set(x_227, 0, x_226); -lean_ctor_set(x_227, 1, x_219); -return x_227; +lean_ctor_set(x_225, 0, x_224); +lean_ctor_set(x_225, 1, x_217); +return x_225; } else { -size_t x_228; size_t x_229; uint8_t x_230; -x_228 = lean_ptr_addr(x_145); +size_t x_226; size_t x_227; uint8_t x_228; +x_226 = lean_ptr_addr(x_145); lean_dec(x_145); -x_229 = lean_ptr_addr(x_212); -x_230 = lean_usize_dec_eq(x_228, x_229); -if (x_230 == 0) +x_227 = lean_ptr_addr(x_210); +x_228 = lean_usize_dec_eq(x_226, x_227); +if (x_228 == 0) { -lean_object* x_231; lean_object* x_232; lean_object* x_233; lean_object* x_234; +lean_object* x_229; lean_object* x_230; lean_object* x_231; lean_object* x_232; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_231 = x_1; + x_229 = x_1; } else { lean_dec_ref(x_1); - x_231 = lean_box(0); -} -x_232 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_232, 0, x_144); -lean_ctor_set(x_232, 1, x_212); -lean_ctor_set(x_232, 2, x_146); -lean_ctor_set(x_232, 3, x_218); -if (lean_is_scalar(x_231)) { - x_233 = lean_alloc_ctor(4, 1, 0); + x_229 = lean_box(0); +} +x_230 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_230, 0, x_144); +lean_ctor_set(x_230, 1, x_210); +lean_ctor_set(x_230, 2, x_146); +lean_ctor_set(x_230, 3, x_216); +if (lean_is_scalar(x_229)) { + x_231 = lean_alloc_ctor(4, 1, 0); } else { - x_233 = x_231; + x_231 = x_229; } -lean_ctor_set(x_233, 0, x_232); -if (lean_is_scalar(x_220)) { - x_234 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_231, 0, x_230); +if (lean_is_scalar(x_218)) { + x_232 = lean_alloc_ctor(0, 2, 0); } else { - x_234 = x_220; + x_232 = x_218; } -lean_ctor_set(x_234, 0, x_233); -lean_ctor_set(x_234, 1, x_219); -return x_234; +lean_ctor_set(x_232, 0, x_231); +lean_ctor_set(x_232, 1, x_217); +return x_232; } else { -uint8_t x_235; -x_235 = lean_name_eq(x_146, x_146); -if (x_235 == 0) +uint8_t x_233; +x_233 = lean_name_eq(x_146, x_146); +if (x_233 == 0) { -lean_object* x_236; lean_object* x_237; lean_object* x_238; lean_object* x_239; +lean_object* x_234; lean_object* x_235; lean_object* x_236; lean_object* x_237; if (lean_is_exclusive(x_1)) { lean_ctor_release(x_1, 0); - x_236 = x_1; + x_234 = x_1; } else { lean_dec_ref(x_1); - x_236 = lean_box(0); -} -x_237 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_237, 0, x_144); -lean_ctor_set(x_237, 1, x_212); -lean_ctor_set(x_237, 2, x_146); -lean_ctor_set(x_237, 3, x_218); -if (lean_is_scalar(x_236)) { - x_238 = lean_alloc_ctor(4, 1, 0); + x_234 = lean_box(0); +} +x_235 = lean_alloc_ctor(0, 4, 0); +lean_ctor_set(x_235, 0, x_144); +lean_ctor_set(x_235, 1, x_210); +lean_ctor_set(x_235, 2, x_146); +lean_ctor_set(x_235, 3, x_216); +if (lean_is_scalar(x_234)) { + x_236 = lean_alloc_ctor(4, 1, 0); } else { - x_238 = x_236; + x_236 = x_234; } -lean_ctor_set(x_238, 0, x_237); -if (lean_is_scalar(x_220)) { - x_239 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_236, 0, x_235); +if (lean_is_scalar(x_218)) { + x_237 = lean_alloc_ctor(0, 2, 0); } else { - x_239 = x_220; + x_237 = x_218; } -lean_ctor_set(x_239, 0, x_238); -lean_ctor_set(x_239, 1, x_219); -return x_239; +lean_ctor_set(x_237, 0, x_236); +lean_ctor_set(x_237, 1, x_217); +return x_237; } else { -lean_object* x_240; -lean_dec(x_218); -lean_dec(x_212); +lean_object* x_238; +lean_dec(x_216); +lean_dec(x_210); lean_dec(x_146); lean_dec(x_144); -if (lean_is_scalar(x_220)) { - x_240 = lean_alloc_ctor(0, 2, 0); +if (lean_is_scalar(x_218)) { + x_238 = lean_alloc_ctor(0, 2, 0); } else { - x_240 = x_220; + x_238 = x_218; } -lean_ctor_set(x_240, 0, x_1); -lean_ctor_set(x_240, 1, x_219); -return x_240; +lean_ctor_set(x_238, 0, x_1); +lean_ctor_set(x_238, 1, x_217); +return x_238; } } } } else { -lean_object* x_241; lean_object* x_242; lean_object* x_243; lean_object* x_244; -lean_dec(x_212); +lean_object* x_239; lean_object* x_240; lean_object* x_241; lean_object* x_242; +lean_dec(x_210); lean_dec(x_147); lean_dec(x_146); lean_dec(x_145); lean_dec(x_144); lean_dec(x_1); -x_241 = lean_ctor_get(x_217, 0); -lean_inc(x_241); -x_242 = lean_ctor_get(x_217, 1); -lean_inc(x_242); -if (lean_is_exclusive(x_217)) { - lean_ctor_release(x_217, 0); - lean_ctor_release(x_217, 1); - x_243 = x_217; +x_239 = lean_ctor_get(x_215, 0); +lean_inc(x_239); +x_240 = lean_ctor_get(x_215, 1); +lean_inc(x_240); +if (lean_is_exclusive(x_215)) { + lean_ctor_release(x_215, 0); + lean_ctor_release(x_215, 1); + x_241 = x_215; } else { - lean_dec_ref(x_217); - x_243 = lean_box(0); + lean_dec_ref(x_215); + x_241 = lean_box(0); } -if (lean_is_scalar(x_243)) { - x_244 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_241)) { + x_242 = lean_alloc_ctor(1, 2, 0); } else { - x_244 = x_243; + x_242 = x_241; } -lean_ctor_set(x_244, 0, x_241); -lean_ctor_set(x_244, 1, x_242); -return x_244; +lean_ctor_set(x_242, 0, x_239); +lean_ctor_set(x_242, 1, x_240); +return x_242; } } else { -lean_object* x_245; lean_object* x_246; lean_object* x_247; lean_object* x_248; +lean_object* x_243; lean_object* x_244; lean_object* x_245; lean_object* x_246; lean_dec(x_147); lean_dec(x_146); lean_dec(x_145); @@ -4093,50 +3867,50 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_245 = lean_ctor_get(x_211, 0); -lean_inc(x_245); -x_246 = lean_ctor_get(x_211, 1); -lean_inc(x_246); -if (lean_is_exclusive(x_211)) { - lean_ctor_release(x_211, 0); - lean_ctor_release(x_211, 1); - x_247 = x_211; +x_243 = lean_ctor_get(x_209, 0); +lean_inc(x_243); +x_244 = lean_ctor_get(x_209, 1); +lean_inc(x_244); +if (lean_is_exclusive(x_209)) { + lean_ctor_release(x_209, 0); + lean_ctor_release(x_209, 1); + x_245 = x_209; } else { - lean_dec_ref(x_211); - x_247 = lean_box(0); + lean_dec_ref(x_209); + x_245 = lean_box(0); } -if (lean_is_scalar(x_247)) { - x_248 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_245)) { + x_246 = lean_alloc_ctor(1, 2, 0); } else { - x_248 = x_247; + x_246 = x_245; } -lean_ctor_set(x_248, 0, x_245); -lean_ctor_set(x_248, 1, x_246); -return x_248; +lean_ctor_set(x_246, 0, x_243); +lean_ctor_set(x_246, 1, x_244); +return x_246; } } } else { -lean_object* x_249; lean_object* x_250; lean_object* x_251; +lean_object* x_247; lean_object* x_248; lean_object* x_249; lean_dec(x_147); lean_dec(x_146); lean_dec(x_145); lean_dec(x_144); lean_dec(x_1); -x_249 = lean_ctor_get(x_150, 1); -lean_inc(x_249); -lean_dec(x_150); -x_250 = lean_ctor_get(x_151, 0); -lean_inc(x_250); -lean_dec(x_151); -x_251 = l_Lean_Compiler_LCNF_trivialStructToMono(x_250, x_143, x_2, x_3, x_4, x_5, x_6, x_249); -return x_251; +x_247 = lean_ctor_get(x_148, 1); +lean_inc(x_247); +lean_dec(x_148); +x_248 = lean_ctor_get(x_149, 0); +lean_inc(x_248); +lean_dec(x_149); +x_249 = l_Lean_Compiler_LCNF_trivialStructToMono(x_248, x_143, x_2, x_3, x_4, x_5, x_6, x_247); +return x_249; } } else { -uint8_t x_252; +uint8_t x_250; lean_dec(x_147); lean_dec(x_146); lean_dec(x_145); @@ -4148,172 +3922,160 @@ lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); lean_dec(x_1); -x_252 = !lean_is_exclusive(x_150); -if (x_252 == 0) +x_250 = !lean_is_exclusive(x_148); +if (x_250 == 0) { -return x_150; +return x_148; } else { -lean_object* x_253; lean_object* x_254; lean_object* x_255; -x_253 = lean_ctor_get(x_150, 0); -x_254 = lean_ctor_get(x_150, 1); -lean_inc(x_254); -lean_inc(x_253); -lean_dec(x_150); -x_255 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_255, 0, x_253); -lean_ctor_set(x_255, 1, x_254); -return x_255; +lean_object* x_251; lean_object* x_252; lean_object* x_253; +x_251 = lean_ctor_get(x_148, 0); +x_252 = lean_ctor_get(x_148, 1); +lean_inc(x_252); +lean_inc(x_251); +lean_dec(x_148); +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 -{ -lean_object* x_256; -lean_dec(x_147); -lean_dec(x_146); -lean_dec(x_145); -lean_dec(x_144); -lean_dec(x_1); -x_256 = l_Lean_Compiler_LCNF_decToMono(x_143, lean_box(0), x_2, x_3, x_4, x_5, x_6, x_7); -return x_256; -} -} case 6: { -uint8_t x_257; +uint8_t x_254; lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_257 = !lean_is_exclusive(x_1); -if (x_257 == 0) +x_254 = !lean_is_exclusive(x_1); +if (x_254 == 0) { -lean_object* x_258; lean_object* x_259; -x_258 = lean_ctor_get(x_1, 0); -x_259 = l_Lean_Compiler_LCNF_toMonoType(x_258, x_5, x_6, x_7); -if (lean_obj_tag(x_259) == 0) +lean_object* x_255; lean_object* x_256; +x_255 = lean_ctor_get(x_1, 0); +x_256 = l_Lean_Compiler_LCNF_toMonoType(x_255, x_5, x_6, x_7); +if (lean_obj_tag(x_256) == 0) { -uint8_t x_260; -x_260 = !lean_is_exclusive(x_259); -if (x_260 == 0) +uint8_t x_257; +x_257 = !lean_is_exclusive(x_256); +if (x_257 == 0) { -lean_object* x_261; -x_261 = lean_ctor_get(x_259, 0); -lean_ctor_set(x_1, 0, x_261); -lean_ctor_set(x_259, 0, x_1); -return x_259; +lean_object* x_258; +x_258 = lean_ctor_get(x_256, 0); +lean_ctor_set(x_1, 0, x_258); +lean_ctor_set(x_256, 0, x_1); +return x_256; } else { -lean_object* x_262; lean_object* x_263; lean_object* x_264; -x_262 = lean_ctor_get(x_259, 0); -x_263 = lean_ctor_get(x_259, 1); -lean_inc(x_263); -lean_inc(x_262); -lean_dec(x_259); -lean_ctor_set(x_1, 0, x_262); -x_264 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_264, 0, x_1); -lean_ctor_set(x_264, 1, x_263); -return x_264; +lean_object* x_259; lean_object* x_260; lean_object* x_261; +x_259 = lean_ctor_get(x_256, 0); +x_260 = lean_ctor_get(x_256, 1); +lean_inc(x_260); +lean_inc(x_259); +lean_dec(x_256); +lean_ctor_set(x_1, 0, x_259); +x_261 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_261, 0, x_1); +lean_ctor_set(x_261, 1, x_260); +return x_261; } } else { -uint8_t x_265; +uint8_t x_262; lean_free_object(x_1); -x_265 = !lean_is_exclusive(x_259); -if (x_265 == 0) +x_262 = !lean_is_exclusive(x_256); +if (x_262 == 0) { -return x_259; +return x_256; } else { -lean_object* x_266; lean_object* x_267; lean_object* x_268; -x_266 = lean_ctor_get(x_259, 0); -x_267 = lean_ctor_get(x_259, 1); -lean_inc(x_267); -lean_inc(x_266); -lean_dec(x_259); -x_268 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_268, 0, x_266); -lean_ctor_set(x_268, 1, x_267); -return x_268; +lean_object* x_263; lean_object* x_264; lean_object* x_265; +x_263 = lean_ctor_get(x_256, 0); +x_264 = lean_ctor_get(x_256, 1); +lean_inc(x_264); +lean_inc(x_263); +lean_dec(x_256); +x_265 = lean_alloc_ctor(1, 2, 0); +lean_ctor_set(x_265, 0, x_263); +lean_ctor_set(x_265, 1, x_264); +return x_265; } } } else { -lean_object* x_269; lean_object* x_270; -x_269 = lean_ctor_get(x_1, 0); -lean_inc(x_269); +lean_object* x_266; lean_object* x_267; +x_266 = lean_ctor_get(x_1, 0); +lean_inc(x_266); lean_dec(x_1); -x_270 = l_Lean_Compiler_LCNF_toMonoType(x_269, x_5, x_6, x_7); -if (lean_obj_tag(x_270) == 0) -{ -lean_object* x_271; lean_object* x_272; lean_object* x_273; lean_object* x_274; lean_object* x_275; -x_271 = lean_ctor_get(x_270, 0); -lean_inc(x_271); -x_272 = lean_ctor_get(x_270, 1); -lean_inc(x_272); -if (lean_is_exclusive(x_270)) { - lean_ctor_release(x_270, 0); - lean_ctor_release(x_270, 1); - x_273 = x_270; +x_267 = l_Lean_Compiler_LCNF_toMonoType(x_266, x_5, x_6, x_7); +if (lean_obj_tag(x_267) == 0) +{ +lean_object* x_268; lean_object* x_269; lean_object* x_270; lean_object* x_271; lean_object* x_272; +x_268 = lean_ctor_get(x_267, 0); +lean_inc(x_268); +x_269 = lean_ctor_get(x_267, 1); +lean_inc(x_269); +if (lean_is_exclusive(x_267)) { + lean_ctor_release(x_267, 0); + lean_ctor_release(x_267, 1); + x_270 = x_267; } else { - lean_dec_ref(x_270); - x_273 = lean_box(0); + lean_dec_ref(x_267); + x_270 = lean_box(0); } -x_274 = lean_alloc_ctor(6, 1, 0); -lean_ctor_set(x_274, 0, x_271); -if (lean_is_scalar(x_273)) { - x_275 = lean_alloc_ctor(0, 2, 0); +x_271 = lean_alloc_ctor(6, 1, 0); +lean_ctor_set(x_271, 0, x_268); +if (lean_is_scalar(x_270)) { + x_272 = lean_alloc_ctor(0, 2, 0); } else { - x_275 = x_273; + x_272 = x_270; } -lean_ctor_set(x_275, 0, x_274); -lean_ctor_set(x_275, 1, x_272); -return x_275; +lean_ctor_set(x_272, 0, x_271); +lean_ctor_set(x_272, 1, x_269); +return x_272; } else { -lean_object* x_276; lean_object* x_277; lean_object* x_278; lean_object* x_279; -x_276 = lean_ctor_get(x_270, 0); -lean_inc(x_276); -x_277 = lean_ctor_get(x_270, 1); -lean_inc(x_277); -if (lean_is_exclusive(x_270)) { - lean_ctor_release(x_270, 0); - lean_ctor_release(x_270, 1); - x_278 = x_270; +lean_object* x_273; lean_object* x_274; lean_object* x_275; lean_object* x_276; +x_273 = lean_ctor_get(x_267, 0); +lean_inc(x_273); +x_274 = lean_ctor_get(x_267, 1); +lean_inc(x_274); +if (lean_is_exclusive(x_267)) { + lean_ctor_release(x_267, 0); + lean_ctor_release(x_267, 1); + x_275 = x_267; } else { - lean_dec_ref(x_270); - x_278 = lean_box(0); + lean_dec_ref(x_267); + x_275 = lean_box(0); } -if (lean_is_scalar(x_278)) { - x_279 = lean_alloc_ctor(1, 2, 0); +if (lean_is_scalar(x_275)) { + x_276 = lean_alloc_ctor(1, 2, 0); } else { - x_279 = x_278; + x_276 = x_275; } -lean_ctor_set(x_279, 0, x_276); -lean_ctor_set(x_279, 1, x_277); -return x_279; +lean_ctor_set(x_276, 0, x_273); +lean_ctor_set(x_276, 1, x_274); +return x_276; } } } default: { -lean_object* x_280; +lean_object* x_277; lean_dec(x_6); lean_dec(x_5); lean_dec(x_4); lean_dec(x_3); lean_dec(x_2); -x_280 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_280, 0, x_1); -lean_ctor_set(x_280, 1, x_7); -return x_280; +x_277 = lean_alloc_ctor(0, 2, 0); +lean_ctor_set(x_277, 0, x_1); +lean_ctor_set(x_277, 1, x_7); +return x_277; } } } @@ -4395,7 +4157,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_trivialStructToMono___closed__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; x_1 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__4; x_2 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__5; -x_3 = lean_unsigned_to_nat(103u); +x_3 = lean_unsigned_to_nat(87u); x_4 = lean_unsigned_to_nat(2u); x_5 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__3; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4426,7 +4188,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_trivialStructToMono___closed__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; x_1 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__4; x_2 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__5; -x_3 = lean_unsigned_to_nat(104u); +x_3 = lean_unsigned_to_nat(88u); x_4 = lean_unsigned_to_nat(2u); x_5 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__8; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4447,7 +4209,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_trivialStructToMono___closed__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; x_1 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__4; x_2 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__5; -x_3 = lean_unsigned_to_nat(102u); +x_3 = lean_unsigned_to_nat(86u); x_4 = lean_unsigned_to_nat(41u); x_5 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__10; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4478,7 +4240,7 @@ static lean_object* _init_l_Lean_Compiler_LCNF_trivialStructToMono___closed__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; x_1 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__4; x_2 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__5; -x_3 = lean_unsigned_to_nat(101u); +x_3 = lean_unsigned_to_nat(85u); x_4 = lean_unsigned_to_nat(2u); x_5 = l_Lean_Compiler_LCNF_trivialStructToMono___closed__13; x_6 = l___private_Init_Util_0__mkPanicMessageWithDecl(x_1, x_2, x_3, x_4, x_5); @@ -4819,601 +4581,6 @@ return x_76; } } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___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, lean_object* x_9) { -_start: -{ -uint8_t x_10; -x_10 = lean_usize_dec_lt(x_2, x_1); -if (x_10 == 0) -{ -lean_object* x_11; -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_11 = lean_alloc_ctor(0, 2, 0); -lean_ctor_set(x_11, 0, x_3); -lean_ctor_set(x_11, 1, x_9); -return x_11; -} -else -{ -lean_object* x_12; lean_object* x_13; lean_object* x_14; lean_object* x_15; lean_object* x_16; -x_12 = lean_array_uget(x_3, x_2); -x_13 = lean_unsigned_to_nat(0u); -x_14 = lean_array_uset(x_3, x_2, x_13); -if (lean_obj_tag(x_12) == 0) -{ -uint8_t x_22; -x_22 = !lean_is_exclusive(x_12); -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; lean_object* x_30; -x_23 = lean_ctor_get(x_12, 0); -x_24 = lean_ctor_get(x_12, 1); -x_25 = lean_ctor_get(x_12, 2); -x_26 = l_Lean_Compiler_LCNF_eraseParams(x_24, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_24); -x_27 = lean_ctor_get(x_26, 1); -lean_inc(x_27); -lean_dec(x_26); -x_28 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__4; -x_29 = lean_name_eq(x_23, x_28); -lean_dec(x_23); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_30 = l_Lean_Compiler_LCNF_Code_toMono(x_25, x_4, x_5, x_6, x_7, x_8, x_27); -if (x_29 == 0) -{ -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; lean_object* x_34; -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_Compiler_LCNF_LetValue_toMono___closed__9; -x_34 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; -lean_ctor_set(x_12, 2, x_31); -lean_ctor_set(x_12, 1, x_34); -lean_ctor_set(x_12, 0, x_33); -x_15 = x_12; -x_16 = x_32; -goto block_21; -} -else -{ -uint8_t x_35; -lean_free_object(x_12); -lean_dec(x_14); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_35 = !lean_is_exclusive(x_30); -if (x_35 == 0) -{ -return x_30; -} -else -{ -lean_object* x_36; lean_object* x_37; lean_object* x_38; -x_36 = lean_ctor_get(x_30, 0); -x_37 = lean_ctor_get(x_30, 1); -lean_inc(x_37); -lean_inc(x_36); -lean_dec(x_30); -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 -{ -if (lean_obj_tag(x_30) == 0) -{ -lean_object* x_39; lean_object* x_40; lean_object* x_41; lean_object* x_42; -x_39 = lean_ctor_get(x_30, 0); -lean_inc(x_39); -x_40 = lean_ctor_get(x_30, 1); -lean_inc(x_40); -lean_dec(x_30); -x_41 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__12; -x_42 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; -lean_ctor_set(x_12, 2, x_39); -lean_ctor_set(x_12, 1, x_42); -lean_ctor_set(x_12, 0, x_41); -x_15 = x_12; -x_16 = x_40; -goto block_21; -} -else -{ -uint8_t x_43; -lean_free_object(x_12); -lean_dec(x_14); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_43 = !lean_is_exclusive(x_30); -if (x_43 == 0) -{ -return x_30; -} -else -{ -lean_object* x_44; lean_object* x_45; lean_object* x_46; -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); -x_46 = lean_alloc_ctor(1, 2, 0); -lean_ctor_set(x_46, 0, x_44); -lean_ctor_set(x_46, 1, x_45); -return x_46; -} -} -} -} -else -{ -lean_object* x_47; lean_object* x_48; lean_object* x_49; lean_object* x_50; lean_object* x_51; lean_object* x_52; uint8_t x_53; lean_object* x_54; -x_47 = lean_ctor_get(x_12, 0); -x_48 = lean_ctor_get(x_12, 1); -x_49 = lean_ctor_get(x_12, 2); -lean_inc(x_49); -lean_inc(x_48); -lean_inc(x_47); -lean_dec(x_12); -x_50 = l_Lean_Compiler_LCNF_eraseParams(x_48, x_5, x_6, x_7, x_8, x_9); -lean_dec(x_48); -x_51 = lean_ctor_get(x_50, 1); -lean_inc(x_51); -lean_dec(x_50); -x_52 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__4; -x_53 = lean_name_eq(x_47, x_52); -lean_dec(x_47); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_54 = l_Lean_Compiler_LCNF_Code_toMono(x_49, x_4, x_5, x_6, x_7, x_8, x_51); -if (x_53 == 0) -{ -if (lean_obj_tag(x_54) == 0) -{ -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_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_Compiler_LCNF_LetValue_toMono___closed__9; -x_58 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; -x_59 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_59, 0, x_57); -lean_ctor_set(x_59, 1, x_58); -lean_ctor_set(x_59, 2, x_55); -x_15 = x_59; -x_16 = x_56; -goto block_21; -} -else -{ -lean_object* x_60; lean_object* x_61; lean_object* x_62; lean_object* x_63; -lean_dec(x_14); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_60 = lean_ctor_get(x_54, 0); -lean_inc(x_60); -x_61 = lean_ctor_get(x_54, 1); -lean_inc(x_61); -if (lean_is_exclusive(x_54)) { - lean_ctor_release(x_54, 0); - lean_ctor_release(x_54, 1); - x_62 = x_54; -} else { - lean_dec_ref(x_54); - x_62 = lean_box(0); -} -if (lean_is_scalar(x_62)) { - x_63 = lean_alloc_ctor(1, 2, 0); -} else { - x_63 = x_62; -} -lean_ctor_set(x_63, 0, x_60); -lean_ctor_set(x_63, 1, x_61); -return x_63; -} -} -else -{ -if (lean_obj_tag(x_54) == 0) -{ -lean_object* x_64; lean_object* x_65; lean_object* x_66; lean_object* x_67; lean_object* x_68; -x_64 = lean_ctor_get(x_54, 0); -lean_inc(x_64); -x_65 = lean_ctor_get(x_54, 1); -lean_inc(x_65); -lean_dec(x_54); -x_66 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__12; -x_67 = l_Lean_Compiler_LCNF_LetValue_toMono___closed__1; -x_68 = lean_alloc_ctor(0, 3, 0); -lean_ctor_set(x_68, 0, x_66); -lean_ctor_set(x_68, 1, x_67); -lean_ctor_set(x_68, 2, x_64); -x_15 = x_68; -x_16 = x_65; -goto block_21; -} -else -{ -lean_object* x_69; lean_object* x_70; lean_object* x_71; lean_object* x_72; -lean_dec(x_14); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_69 = lean_ctor_get(x_54, 0); -lean_inc(x_69); -x_70 = lean_ctor_get(x_54, 1); -lean_inc(x_70); -if (lean_is_exclusive(x_54)) { - lean_ctor_release(x_54, 0); - lean_ctor_release(x_54, 1); - x_71 = x_54; -} else { - lean_dec_ref(x_54); - x_71 = lean_box(0); -} -if (lean_is_scalar(x_71)) { - x_72 = lean_alloc_ctor(1, 2, 0); -} else { - x_72 = x_71; -} -lean_ctor_set(x_72, 0, x_69); -lean_ctor_set(x_72, 1, x_70); -return x_72; -} -} -} -} -else -{ -lean_object* x_73; lean_object* x_74; -x_73 = lean_ctor_get(x_12, 0); -lean_inc(x_73); -lean_inc(x_8); -lean_inc(x_7); -lean_inc(x_6); -lean_inc(x_5); -lean_inc(x_4); -x_74 = l_Lean_Compiler_LCNF_Code_toMono(x_73, x_4, x_5, x_6, x_7, x_8, x_9); -if (lean_obj_tag(x_74) == 0) -{ -lean_object* x_75; lean_object* x_76; lean_object* x_77; -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 = l___private_Lean_Compiler_LCNF_Basic_0__Lean_Compiler_LCNF_updateAltCodeImp(x_12, x_75); -x_15 = x_77; -x_16 = x_76; -goto block_21; -} -else -{ -uint8_t x_78; -lean_dec(x_14); -lean_dec(x_12); -lean_dec(x_8); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -x_78 = !lean_is_exclusive(x_74); -if (x_78 == 0) -{ -return x_74; -} -else -{ -lean_object* x_79; lean_object* x_80; lean_object* x_81; -x_79 = lean_ctor_get(x_74, 0); -x_80 = lean_ctor_get(x_74, 1); -lean_inc(x_80); -lean_inc(x_79); -lean_dec(x_74); -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; -} -} -} -block_21: -{ -size_t x_17; size_t x_18; lean_object* x_19; -x_17 = 1; -x_18 = lean_usize_add(x_2, x_17); -x_19 = lean_array_uset(x_14, x_2, x_15); -x_2 = x_18; -x_3 = x_19; -x_9 = x_16; -goto _start; -} -} -} -} -static lean_object* _init_l_Lean_Compiler_LCNF_decToMono___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_LCNF_LetValue_toMono___closed__7; -x_3 = l_Lean_Name_str___override(x_1, x_2); -return x_3; -} -} -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_decToMono(lean_object* x_1, lean_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; -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; lean_object* x_14; -x_10 = lean_ctor_get(x_1, 1); -x_11 = lean_ctor_get(x_1, 2); -x_12 = lean_ctor_get(x_1, 3); -x_13 = lean_ctor_get(x_1, 0); -lean_dec(x_13); -lean_inc(x_7); -lean_inc(x_6); -x_14 = l_Lean_Compiler_LCNF_toMonoType(x_10, x_6, x_7, x_8); -if (lean_obj_tag(x_14) == 0) -{ -lean_object* x_15; lean_object* x_16; lean_object* x_17; size_t x_18; size_t x_19; lean_object* x_20; -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_array_get_size(x_12); -x_18 = lean_usize_of_nat(x_17); -lean_dec(x_17); -x_19 = 0; -x_20 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___spec__1(x_18, x_19, x_12, x_3, x_4, x_5, x_6, x_7, x_16); -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; lean_object* x_24; -x_22 = lean_ctor_get(x_20, 0); -x_23 = l_Lean_Compiler_LCNF_decToMono___closed__1; -lean_ctor_set(x_1, 3, x_22); -lean_ctor_set(x_1, 1, x_15); -lean_ctor_set(x_1, 0, x_23); -x_24 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_24, 0, x_1); -lean_ctor_set(x_20, 0, x_24); -return x_20; -} -else -{ -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_20, 0); -x_26 = lean_ctor_get(x_20, 1); -lean_inc(x_26); -lean_inc(x_25); -lean_dec(x_20); -x_27 = l_Lean_Compiler_LCNF_decToMono___closed__1; -lean_ctor_set(x_1, 3, x_25); -lean_ctor_set(x_1, 1, x_15); -lean_ctor_set(x_1, 0, x_27); -x_28 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_28, 0, x_1); -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; -lean_dec(x_15); -lean_free_object(x_1); -lean_dec(x_11); -x_30 = !lean_is_exclusive(x_20); -if (x_30 == 0) -{ -return x_20; -} -else -{ -lean_object* x_31; lean_object* x_32; lean_object* x_33; -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 = 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; -} -} -} -else -{ -uint8_t x_34; -lean_free_object(x_1); -lean_dec(x_12); -lean_dec(x_11); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_34 = !lean_is_exclusive(x_14); -if (x_34 == 0) -{ -return x_14; -} -else -{ -lean_object* x_35; lean_object* x_36; lean_object* x_37; -x_35 = lean_ctor_get(x_14, 0); -x_36 = lean_ctor_get(x_14, 1); -lean_inc(x_36); -lean_inc(x_35); -lean_dec(x_14); -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; lean_object* x_40; lean_object* x_41; -x_38 = lean_ctor_get(x_1, 1); -x_39 = lean_ctor_get(x_1, 2); -x_40 = lean_ctor_get(x_1, 3); -lean_inc(x_40); -lean_inc(x_39); -lean_inc(x_38); -lean_dec(x_1); -lean_inc(x_7); -lean_inc(x_6); -x_41 = l_Lean_Compiler_LCNF_toMonoType(x_38, x_6, x_7, x_8); -if (lean_obj_tag(x_41) == 0) -{ -lean_object* x_42; lean_object* x_43; lean_object* x_44; size_t x_45; size_t x_46; lean_object* x_47; -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_array_get_size(x_40); -x_45 = lean_usize_of_nat(x_44); -lean_dec(x_44); -x_46 = 0; -x_47 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___spec__1(x_45, x_46, x_40, x_3, x_4, x_5, x_6, x_7, x_43); -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; -x_48 = lean_ctor_get(x_47, 0); -lean_inc(x_48); -x_49 = lean_ctor_get(x_47, 1); -lean_inc(x_49); -if (lean_is_exclusive(x_47)) { - lean_ctor_release(x_47, 0); - lean_ctor_release(x_47, 1); - x_50 = x_47; -} else { - lean_dec_ref(x_47); - x_50 = lean_box(0); -} -x_51 = l_Lean_Compiler_LCNF_decToMono___closed__1; -x_52 = lean_alloc_ctor(0, 4, 0); -lean_ctor_set(x_52, 0, x_51); -lean_ctor_set(x_52, 1, x_42); -lean_ctor_set(x_52, 2, x_39); -lean_ctor_set(x_52, 3, x_48); -x_53 = lean_alloc_ctor(4, 1, 0); -lean_ctor_set(x_53, 0, x_52); -if (lean_is_scalar(x_50)) { - x_54 = lean_alloc_ctor(0, 2, 0); -} else { - x_54 = x_50; -} -lean_ctor_set(x_54, 0, x_53); -lean_ctor_set(x_54, 1, x_49); -return x_54; -} -else -{ -lean_object* x_55; lean_object* x_56; lean_object* x_57; lean_object* x_58; -lean_dec(x_42); -lean_dec(x_39); -x_55 = lean_ctor_get(x_47, 0); -lean_inc(x_55); -x_56 = lean_ctor_get(x_47, 1); -lean_inc(x_56); -if (lean_is_exclusive(x_47)) { - lean_ctor_release(x_47, 0); - lean_ctor_release(x_47, 1); - x_57 = x_47; -} else { - lean_dec_ref(x_47); - x_57 = lean_box(0); -} -if (lean_is_scalar(x_57)) { - x_58 = lean_alloc_ctor(1, 2, 0); -} else { - x_58 = x_57; -} -lean_ctor_set(x_58, 0, x_55); -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_dec(x_40); -lean_dec(x_39); -lean_dec(x_7); -lean_dec(x_6); -lean_dec(x_5); -lean_dec(x_4); -lean_dec(x_3); -x_59 = lean_ctor_get(x_41, 0); -lean_inc(x_59); -x_60 = lean_ctor_get(x_41, 1); -lean_inc(x_60); -if (lean_is_exclusive(x_41)) { - lean_ctor_release(x_41, 0); - lean_ctor_release(x_41, 1); - x_61 = x_41; -} else { - lean_dec_ref(x_41); - 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; -} -} -} -} LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_FunDeclCore_toMono___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: { @@ -5438,18 +4605,6 @@ x_12 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_Code_toMono___spec__1(x_10 return x_12; } } -LEAN_EXPORT lean_object* l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___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_1); -lean_dec(x_1); -x_11 = lean_unbox_usize(x_2); -lean_dec(x_2); -x_12 = l_Array_mapMUnsafe_map___at_Lean_Compiler_LCNF_decToMono___spec__1(x_10, x_11, x_3, x_4, x_5, x_6, x_7, x_8, x_9); -return x_12; -} -} LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_Decl_toMono_go(lean_object* x_1, lean_object* x_2, lean_object* x_3, lean_object* x_4, lean_object* x_5, lean_object* x_6, lean_object* x_7) { _start: { @@ -6166,7 +5321,7 @@ lean_dec(x_1); return x_12; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1() { _start: { lean_object* x_1; @@ -6174,17 +5329,17 @@ x_1 = lean_mk_string_from_bytes("Compiler", 8); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__2() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1; x_2 = l_Lean_Compiler_LCNF_toMono___closed__1; x_3 = l_Lean_Name_mkStr2(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3() { _start: { lean_object* x_1; @@ -6192,27 +5347,27 @@ x_1 = lean_mk_string_from_bytes("Lean", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__4() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; x_1 = lean_box(0); -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__5() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__4; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6() { _start: { lean_object* x_1; @@ -6220,17 +5375,17 @@ x_1 = lean_mk_string_from_bytes("LCNF", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__7() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__5; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__8() { _start: { lean_object* x_1; @@ -6238,17 +5393,17 @@ x_1 = lean_mk_string_from_bytes("initFn", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__9() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__7; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__8; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__10() { _start: { lean_object* x_1; @@ -6256,47 +5411,47 @@ x_1 = lean_mk_string_from_bytes("_@", 2); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__11() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__9; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__10; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__12() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__11; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__13() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__12; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__14() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__13; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__15() { _start: { lean_object* x_1; @@ -6304,17 +5459,17 @@ x_1 = lean_mk_string_from_bytes("ToMono", 6); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__16() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__14; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__15; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__17() { _start: { lean_object* x_1; @@ -6322,33 +5477,33 @@ x_1 = lean_mk_string_from_bytes("_hyg", 4); return x_1; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__18() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16; -x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17; +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__16; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__17; x_3 = l_Lean_Name_str___override(x_1, x_2); return x_3; } } -static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19() { +static lean_object* _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__19() { _start: { lean_object* x_1; lean_object* x_2; lean_object* x_3; -x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18; -x_2 = lean_unsigned_to_nat(2472u); +x_1 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__18; +x_2 = lean_unsigned_to_nat(2193u); x_3 = l_Lean_Name_num___override(x_1, x_2); return x_3; } } -LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472_(lean_object* x_1) { +LEAN_EXPORT lean_object* l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193_(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_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2; +x_2 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__2; x_3 = 1; -x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19; +x_4 = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__19; x_5 = l_Lean_registerTraceClass(x_2, x_3, x_4, x_1); return x_5; } @@ -6374,32 +5529,6 @@ l_Lean_Compiler_LCNF_ToMonoM_State_typeParams___default = _init_l_Lean_Compiler_ lean_mark_persistent(l_Lean_Compiler_LCNF_ToMonoM_State_typeParams___default); l_Lean_Compiler_LCNF_LetValue_toMono___closed__1 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__1); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__2 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__2); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__3 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__3); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__4 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__4); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__5 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__5); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__6 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__6); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__7 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__7); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__8 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__8); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__9 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__9); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__10 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__10); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__11 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__11); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__12 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__12); -l_Lean_Compiler_LCNF_LetValue_toMono___closed__13 = _init_l_Lean_Compiler_LCNF_LetValue_toMono___closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_LetValue_toMono___closed__13); -l_Lean_Compiler_LCNF_Code_toMono___closed__1 = _init_l_Lean_Compiler_LCNF_Code_toMono___closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_Code_toMono___closed__1); l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__1 = _init_l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__1(); lean_mark_persistent(l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__1); l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__2 = _init_l_panic___at_Lean_Compiler_LCNF_trivialStructToMono___spec__1___closed__2(); @@ -6434,8 +5563,6 @@ l_Lean_Compiler_LCNF_trivialStructToMono___closed__14 = _init_l_Lean_Compiler_LC lean_mark_persistent(l_Lean_Compiler_LCNF_trivialStructToMono___closed__14); l_Lean_Compiler_LCNF_trivialStructToMono___closed__15 = _init_l_Lean_Compiler_LCNF_trivialStructToMono___closed__15(); lean_mark_persistent(l_Lean_Compiler_LCNF_trivialStructToMono___closed__15); -l_Lean_Compiler_LCNF_decToMono___closed__1 = _init_l_Lean_Compiler_LCNF_decToMono___closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_decToMono___closed__1); l_Lean_Compiler_LCNF_toMono___elambda__1___closed__1 = _init_l_Lean_Compiler_LCNF_toMono___elambda__1___closed__1(); lean_mark_persistent(l_Lean_Compiler_LCNF_toMono___elambda__1___closed__1); l_Lean_Compiler_LCNF_toMono___elambda__1___closed__2 = _init_l_Lean_Compiler_LCNF_toMono___elambda__1___closed__2(); @@ -6449,45 +5576,45 @@ l_Lean_Compiler_LCNF_toMono___closed__4 = _init_l_Lean_Compiler_LCNF_toMono___cl lean_mark_persistent(l_Lean_Compiler_LCNF_toMono___closed__4); l_Lean_Compiler_LCNF_toMono = _init_l_Lean_Compiler_LCNF_toMono(); lean_mark_persistent(l_Lean_Compiler_LCNF_toMono); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__1); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__2); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__3); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__4); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__5); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__6); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__7); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__8); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__9); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__10); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__11); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__12); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__13); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__14); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__15); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__16); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__17); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__18); -l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19(); -lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472____closed__19); -res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2472_(lean_io_mk_world()); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__1); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__2 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__2(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__2); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__3); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__4 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__4(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__4); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__5 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__5(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__5); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__6); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__7 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__7(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__7); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__8 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__8(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__8); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__9 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__9(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__9); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__10 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__10(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__10); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__11 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__11(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__11); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__12 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__12(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__12); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__13 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__13(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__13); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__14 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__14(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__14); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__15 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__15(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__15); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__16 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__16(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__16); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__17 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__17(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__17); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__18 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__18(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__18); +l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__19 = _init_l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__19(); +lean_mark_persistent(l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193____closed__19); +res = l_Lean_Compiler_LCNF_initFn____x40_Lean_Compiler_LCNF_ToMono___hyg_2193_(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)); From 6cdf707193b1dc637570ae141fd0eabf944cc5fc Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 11 Jan 2023 17:15:26 -0800 Subject: [PATCH 7/7] refactor: make `Decidable` a subtype of `Bool` --- src/Init/Classical.lean | 10 +- src/Init/Core.lean | 187 +++++-------- src/Init/Data/Array/DecidableEq.lean | 8 +- src/Init/Data/Int/Basic.lean | 16 +- src/Init/Data/List/Basic.lean | 33 +-- src/Init/Data/Nat/Div.lean | 19 +- src/Init/Data/Nat/SOM.lean | 2 - src/Init/Data/Repr.lean | 4 +- src/Init/Data/ToString/Basic.lean | 6 +- src/Init/Prelude.lean | 251 ++++++++++-------- src/Init/SimpLemmas.lean | 12 +- src/Lean/Compiler/LCNF/CompilerM.lean | 2 +- src/Lean/Meta/WHNF.lean | 3 +- tests/lean/1079.lean | 14 - tests/lean/1079.lean.expected.out | 13 - .../CompilerProvokeFloatLet.lean.expected.out | 37 +-- tests/lean/hidingInaccessibleNames.lean | 4 +- .../hidingInaccessibleNames.lean.expected.out | 3 +- .../interactive/completion7.lean.expected.out | 2 +- .../keywordCompletion.lean.expected.out | 4 - tests/lean/lcnfTypes.lean.expected.out | 4 +- tests/lean/run/1171.lean | 4 +- tests/lean/run/1237.lean | 2 +- tests/lean/run/1311.lean | 7 +- tests/lean/run/394.lean | 4 +- tests/lean/run/PPTopDownAnalyze.lean | 1 + tests/lean/run/casesRec.lean | 14 +- tests/lean/run/injectionBug.lean | 15 +- tests/lean/run/listDecEq.lean | 16 +- 29 files changed, 312 insertions(+), 385 deletions(-) delete mode 100644 tests/lean/1079.lean delete mode 100644 tests/lean/1079.lean.expected.out diff --git a/src/Init/Classical.lean b/src/Init/Classical.lean index 4d1a2772fda1..f0f9dc851c47 100644 --- a/src/Init/Classical.lean +++ b/src/Init/Classical.lean @@ -78,9 +78,11 @@ noncomputable def typeDecidableEq (α : Sort u) : DecidableEq α := fun _ _ => inferInstance noncomputable def typeDecidable (α : Sort u) : PSum α (α → False) := - match (propDecidable (Nonempty α)) with - | (isTrue hp) => PSum.inl (@default _ (inhabited_of_nonempty hp)) - | (isFalse hn) => PSum.inr (fun a => absurd (Nonempty.intro a) hn) + if h : Nonempty α then + have := inhabited_of_nonempty h + .inl default + else + .inr fun a => absurd ⟨a⟩ h noncomputable def strongIndefiniteDescription {α : Sort u} (p : α → Prop) (h : Nonempty α) : {x : α // (∃ y : α, p y) → p x} := @dite _ (∃ x : α, p x) (propDecidable _) @@ -117,7 +119,7 @@ theorem propComplete (a : Prop) : a = True ∨ a = False := -- this supercedes byCases in Decidable theorem byCases {p q : Prop} (hpq : p → q) (hnpq : ¬p → q) : q := - Decidable.byCases (dec := propDecidable _) hpq hnpq + if h : p then hpq h else hnpq h -- this supercedes byContradiction in Decidable theorem byContradiction {p : Prop} (h : ¬p → False) : p := diff --git a/src/Init/Core.lean b/src/Init/Core.lean index 720f2b569c99..8b413150f84b 100644 --- a/src/Init/Core.lean +++ b/src/Init/Core.lean @@ -78,19 +78,6 @@ instance thunkCoe : CoeTail α (Thunk α) where abbrev Eq.ndrecOn.{u1, u2} {α : Sort u2} {a : α} {motive : α → Sort u1} {b : α} (h : a = b) (m : motive a) : motive b := Eq.ndrec m h -/-- -If and only if, or logical bi-implication. `a ↔ b` means that `a` implies `b` and vice versa. -By `propext`, this implies that `a` and `b` are equal and hence any expression involving `a` -is equivalent to the corresponding expression with `b` instead. --/ -structure Iff (a b : Prop) : Prop where - /-- If `a → b` and `b → a` then `a` and `b` are equivalent. -/ - intro :: - /-- Modus ponens for if and only if. If `a ↔ b` and `a`, then `b`. -/ - mp : a → b - /-- Modus ponens for if and only if, reversed. If `a ↔ b` and `b`, then `a`. -/ - mpr : b → a - @[inherit_doc] infix:20 " <-> " => Iff @[inherit_doc] infix:20 " ↔ " => Iff @@ -667,11 +654,6 @@ theorem Iff.refl (a : Prop) : a ↔ a := protected theorem Iff.rfl {a : Prop} : a ↔ a := Iff.refl a -theorem Iff.trans (h₁ : a ↔ b) (h₂ : b ↔ c) : a ↔ c := - Iff.intro - (fun ha => Iff.mp h₂ (Iff.mp h₁ ha)) - (fun hc => Iff.mpr h₁ (Iff.mpr h₂ hc)) - theorem Iff.symm (h : a ↔ b) : b ↔ a := Iff.intro (Iff.mpr h) (Iff.mp h) @@ -694,27 +676,23 @@ theorem Exists.elim {α : Sort u} {p : α → Prop} {b : Prop} /-! # Decidable -/ theorem decide_true_eq_true (h : Decidable True) : @decide True h = true := - match h with - | isTrue _ => rfl - | isFalse h => False.elim <| h ⟨⟩ + decide_iff.2 ⟨⟩ theorem decide_false_eq_false (h : Decidable False) : @decide False h = false := - match h with - | isFalse _ => rfl - | isTrue h => False.elim h + decide_eq_false id /-- Similar to `decide`, but uses an explicit instance -/ @[inline] def toBoolUsing {p : Prop} (d : Decidable p) : Bool := - decide (h := d) + d.1 theorem toBoolUsing_eq_true {p : Prop} (d : Decidable p) (h : p) : toBoolUsing d = true := - decide_eq_true (inst := d) h + d.2.2 h theorem ofBoolUsing_eq_true {p : Prop} {d : Decidable p} (h : toBoolUsing d = true) : p := - of_decide_eq_true (inst := d) h + @of_decide_eq_true _ d h theorem ofBoolUsing_eq_false {p : Prop} {d : Decidable p} (h : toBoolUsing d = false) : ¬ p := - of_decide_eq_false (inst := d) h + @of_decide_eq_false _ d h instance : Decidable True := isTrue trivial @@ -730,10 +708,8 @@ Synonym for `dite` (dependent if-then-else). We can construct an element `q` (of any sort, not just a proposition) by cases on whether `p` is true or false, provided `p` is decidable. -/ -@[macro_inline] def byCases {q : Sort u} [dec : Decidable p] (h1 : p → q) (h2 : ¬p → q) : q := - match dec with - | isTrue h => h1 h - | isFalse h => h2 h +@[macro_inline] def byCases [Decidable p] (h1 : p → q) (h2 : ¬p → q) : q := + dite p h1 h2 theorem em (p : Prop) [Decidable p] : p ∨ ¬p := byCases Or.inl Or.inr @@ -745,31 +721,22 @@ theorem byContradiction [dec : Decidable p] (h : ¬p → False) : p := theorem of_not_not [Decidable p] : ¬ ¬ p → p := fun hnn => byContradiction (fun hn => absurd hn hnn) -theorem not_and_iff_or_not (p q : Prop) [d₁ : Decidable p] [d₂ : Decidable q] : ¬ (p ∧ q) ↔ ¬ p ∨ ¬ q := +theorem not_and_iff_or_not (p q : Prop) [Decidable p] [Decidable q] : ¬ (p ∧ q) ↔ ¬ p ∨ ¬ q := Iff.intro - (fun h => match d₁, d₂ with - | isTrue h₁, isTrue h₂ => absurd (And.intro h₁ h₂) h - | _, isFalse h₂ => Or.inr h₂ - | isFalse h₁, _ => Or.inl h₁) + (fun h => if h₁ : p then if h₂ : q then absurd ⟨h₁, h₂⟩ h else .inr h₂ else .inl h₁) (fun (h) ⟨hp, hq⟩ => match h with | Or.inl h => h hp | Or.inr h => h hq) end Decidable -section -variable {p q : Prop} /-- Transfer a decidability proof across an equivalence of propositions. -/ -@[inline] def decidable_of_decidable_of_iff [Decidable p] (h : p ↔ q) : Decidable q := - if hp : p then - isTrue (Iff.mp h hp) - else - isFalse fun hq => absurd (Iff.mpr h hq) hp +abbrev decidable_of_decidable_of_iff [Decidable p] (h : p ↔ q) : Decidable q := + .ofIff _ h /-- Transfer a decidability proof across an equality of propositions. -/ -@[inline] def decidable_of_decidable_of_eq [Decidable p] (h : p = q) : Decidable q := - decidable_of_decidable_of_iff (p := p) (h ▸ Iff.rfl) -end +abbrev decidable_of_decidable_of_eq [Decidable p] (h : p = q) : Decidable q := + .ofIff p (h ▸ .rfl) @[macro_inline] instance {p q} [Decidable p] [Decidable q] : Decidable (p → q) := if hp : p then @@ -791,55 +758,48 @@ instance {p q} [Decidable p] [Decidable q] : Decidable (p ↔ q) := /-! # if-then-else expression theorems -/ -theorem if_pos {c : Prop} {h : Decidable c} (hc : c) {α : Sort u} {t e : α} : (ite c t e) = t := - match h with - | isTrue _ => rfl - | isFalse hnc => absurd hc hnc - -theorem if_neg {c : Prop} {h : Decidable c} (hnc : ¬c) {α : Sort u} {t e : α} : (ite c t e) = e := - match h with - | isTrue hc => absurd hc hnc - | isFalse _ => rfl - theorem dif_pos {c : Prop} {h : Decidable c} (hc : c) {α : Sort u} {t : c → α} {e : ¬ c → α} : (dite c t e) = t hc := match h with - | isTrue _ => rfl - | isFalse hnc => absurd hc hnc + | ⟨true, _⟩ => rfl + | ⟨false, h⟩ => nomatch h.2 hc theorem dif_neg {c : Prop} {h : Decidable c} (hnc : ¬c) {α : Sort u} {t : c → α} {e : ¬ c → α} : (dite c t e) = e hnc := match h with - | isTrue hc => absurd hc hnc - | isFalse _ => rfl + | ⟨false, _⟩ => rfl + | ⟨true, h⟩ => absurd (h.1 (.refl _)) hnc --- Remark: dite and ite are "defally equal" when we ignore the proofs. -theorem dif_eq_if (c : Prop) {h : Decidable c} {α : Sort u} (t : α) (e : α) : dite c (fun _ => t) (fun _ => e) = ite c t e := - match h with - | isTrue _ => rfl - | isFalse _ => rfl +-- Remark: dite and ite are "definitonally equal" when we ignore the proofs. +theorem dif_eq_if (c : Prop) {_ : Decidable c} {α : Sort u} (t : α) (e : α) : dite c (fun _ => t) (fun _ => e) = ite c t e := rfl + +theorem if_pos {c : Prop} {_ : Decidable c} (hc : c) {α : Sort u} {t e : α} : ite c t e = t := by + rw [← dif_eq_if, dif_pos hc] + +theorem if_neg {c : Prop} {_ : Decidable c} (hnc : ¬c) {α : Sort u} {t e : α} : (ite c t e) = e := by + rw [← dif_eq_if, dif_neg hnc] -instance {c t e : Prop} [dC : Decidable c] [dT : Decidable t] [dE : Decidable e] : Decidable (if c then t else e) := - match dC with - | isTrue _ => dT - | isFalse _ => dE +@[macro_inline] +instance [Decidable c] [Decidable t] [Decidable e] : Decidable (if c then t else e) where + decide := if c then decide t else decide e + decide_iff := if h : c then if_pos h ▸ if_pos h ▸ decide_iff else if_neg h ▸ if_neg h ▸ decide_iff -instance {c : Prop} {t : c → Prop} {e : ¬c → Prop} [dC : Decidable c] [dT : ∀ h, Decidable (t h)] [dE : ∀ h, Decidable (e h)] : Decidable (if h : c then t h else e h) := - match dC with - | isTrue hc => dT hc - | isFalse hc => dE hc +instance {t : c → Prop} {e : ¬c → Prop} [Decidable c] [∀ h, Decidable (t h)] [∀ h, Decidable (e h)] : + Decidable (if h : c then t h else e h) where + decide := if h : c then decide (t h) else decide (e h) + decide_iff := if h : c then dif_pos h ▸ dif_pos h ▸ decide_iff else dif_neg h ▸ dif_neg h ▸ decide_iff /-- Auxiliary definition for generating compact `noConfusion` for enumeration types -/ -abbrev noConfusionTypeEnum {α : Sort u} {β : Sort v} [inst : DecidableEq β] (f : α → β) (P : Sort w) (x y : α) : Sort w := - (inst (f x) (f y)).casesOn - (fun _ => P) - (fun _ => P → P) +abbrev noConfusionTypeEnum {α : Sort u} {β : Sort v} [DecidableEq β] (f : α → β) (P : Sort w) (x y : α) : Sort w := + -- The awkward construction here ensures that `noConfusionTypeEnum` reduces to `P`/`P → P` *reducibly* + (‹DecidableEq β› (f x) (f y)).1.casesOn P (P → P) /-- Auxiliary definition for generating compact `noConfusion` for enumeration types -/ -abbrev noConfusionEnum {α : Sort u} {β : Sort v} [inst : DecidableEq β] (f : α → β) {P : Sort w} {x y : α} (h : x = y) : noConfusionTypeEnum f P x y := - Decidable.casesOn - (motive := fun (inst : Decidable (f x = f y)) => Decidable.casesOn (motive := fun _ => Sort w) inst (fun _ => P) (fun _ => P → P)) - (inst (f x) (f y)) - (fun h' => False.elim (h' (congrArg f h))) - (fun _ => fun x => x) +abbrev noConfusionEnum {α : Sort u} {β : Sort v} [DecidableEq β] (f : α → β) {P : Sort w} {x y : α} (h : x = y) : noConfusionTypeEnum f P x y := + -- The awkward construction here ensures that `noConfusionEnum` reduces *reducibly* + (‹DecidableEq β› (f x) (f y)).1.casesOn + (motive := fun b => (b ↔ f x = f y) → b.casesOn P (P → P)) + (fun hf => nomatch hf.2 (congrArg f h)) + (fun _ x => x) + decide_iff /-! # Inhabited -/ @@ -879,24 +839,9 @@ instance (p : Prop) : Subsingleton p := ⟨fun a b => proofIrrel a b⟩ instance (p : Prop) : Subsingleton (Decidable p) := - Subsingleton.intro fun - | isTrue t₁ => fun - | isTrue _ => rfl - | isFalse f₂ => absurd t₁ f₂ - | isFalse f₁ => fun - | isTrue t₂ => absurd t₂ f₁ - | isFalse _ => rfl - -theorem recSubsingleton - {p : Prop} [h : Decidable p] - {h₁ : p → Sort u} - {h₂ : ¬p → Sort u} - [h₃ : ∀ (h : p), Subsingleton (h₁ h)] - [h₄ : ∀ (h : ¬p), Subsingleton (h₂ h)] - : Subsingleton (h.casesOn h₂ h₁) := - match h with - | isTrue h => h₃ h - | isFalse h => h₄ h + Subsingleton.intro fun ⟨a, ha⟩ ⟨b, hb⟩ => by + suffices a = b by subst this; rfl + cases a <;> cases b <;> first | rfl | exact nomatch ha.trans hb.symm /-- An equivalence relation `~ : α → α → Prop` is a relation that is: @@ -1006,18 +951,19 @@ instance [Inhabited α] [Inhabited β] : Inhabited (MProd α β) where instance [Inhabited α] [Inhabited β] : Inhabited (PProd α β) where default := ⟨default, default⟩ -instance [DecidableEq α] [DecidableEq β] : DecidableEq (α × β) := - fun (a, b) (a', b') => - match decEq a a' with - | isTrue e₁ => - match decEq b b' with - | isTrue e₂ => isTrue (e₁ ▸ e₂ ▸ rfl) - | isFalse n₂ => isFalse fun h => Prod.noConfusion h fun _ e₂' => absurd e₂' n₂ - | isFalse n₁ => isFalse fun h => Prod.noConfusion h fun e₁' _ => absurd e₁' n₁ - instance [BEq α] [BEq β] : BEq (α × β) where beq := fun (a₁, b₁) (a₂, b₂) => a₁ == a₂ && b₁ == b₂ +instance [DecidableEq α] [DecidableEq β] : DecidableEq (α × β) := + fun a b => { + decide := a == b + decide_iff := show _ && _ ↔ (a.1, a.2) = (b.1, b.2) from + match h : a.1 == b.1 with + | true => of_decide_eq_true h ▸ + ⟨(of_decide_eq_true · ▸ .refl _), fun h => decide_eq_true (congrArg (·.2) h)⟩ + | false => ⟨(nomatch ·), fun h' => absurd (congrArg (·.1) h') (of_decide_eq_false h)⟩ + } + /-- Lexicographical order for products -/ def Prod.lexLt [LT α] [LT β] (s : α × β) (t : α × β) : Prop := s.1 < t.1 ∨ (s.1 = t.1 ∧ s.2 < t.2) @@ -1142,10 +1088,8 @@ theorem Eq.propIntro {a b : Prop} (h₁ : a → b) (h₂ : b → a) : a = b := propext <| Iff.intro h₁ h₂ -- Eq for Prop is now decidable if the equivalent Iff is decidable -instance {p q : Prop} [d : Decidable (p ↔ q)] : Decidable (p = q) := - match d with - | isTrue h => isTrue (propext h) - | isFalse h => isFalse fun heq => h (heq ▸ Iff.rfl) +instance [Decidable (p ↔ q)] : Decidable (p = q) := + .ofIff (p ↔ q) ⟨propext, (· ▸ .rfl)⟩ gen_injective_theorems% Prod gen_injective_theorems% PProd @@ -1525,13 +1469,12 @@ section variable {α : Type u} variable (r : α → α → Prop) -instance {α : Sort u} {s : Setoid α} [d : ∀ (a b : α), Decidable (a ≈ b)] : DecidableEq (Quotient s) := - fun (q₁ q₂ : Quotient s) => - Quotient.recOnSubsingleton₂ q₁ q₂ - fun a₁ a₂ => - match d a₁ a₂ with - | isTrue h₁ => isTrue (Quotient.sound h₁) - | isFalse h₂ => isFalse fun h => absurd (Quotient.exact h) h₂ +instance {α : Sort u} {s : Setoid α} [∀ (a b : α), Decidable (a ≈ b)] : DecidableEq (Quotient s) := + fun (q₁ q₂ : Quotient s) => Quotient.recOnSubsingleton₂ q₁ q₂ fun a₁ a₂ => + if h' : a₁ ≈ a₂ then + isTrue (Quotient.sound h') + else + isFalse fun h => absurd (Quotient.exact h) h' /-! # Function extensionality -/ diff --git a/src/Init/Data/Array/DecidableEq.lean b/src/Init/Data/Array/DecidableEq.lean index 44345d4b8ef0..016aa69e9254 100644 --- a/src/Init/Data/Array/DecidableEq.lean +++ b/src/Init/Data/Array/DecidableEq.lean @@ -42,9 +42,9 @@ theorem isEqv_self [DecidableEq α] (a : Array α) : Array.isEqv a a (fun x y => simp [isEqv, isEqvAux_self] instance [DecidableEq α] : DecidableEq (Array α) := - fun a b => - match h:isEqv a b (fun a b => a = b) with - | true => isTrue (eq_of_isEqv a b h) - | false => isFalse fun h' => by subst h'; rw [isEqv_self] at h; contradiction + fun a b => { + decide := a == b + decide_iff := ⟨eq_of_isEqv _ _, (· ▸ isEqv_self _)⟩ + } end Array diff --git a/src/Init/Data/Int/Basic.lean b/src/Init/Data/Int/Basic.lean index eabaf743eae8..1e3a4123a48f 100644 --- a/src/Init/Data/Int/Basic.lean +++ b/src/Init/Data/Int/Basic.lean @@ -101,12 +101,16 @@ set_option bootstrap.genMatcherCode false in @[extern "lean_int_dec_eq"] protected def decEq (a b : @& Int) : Decidable (a = b) := match a, b with - | ofNat a, ofNat b => match decEq a b with - | isTrue h => isTrue <| h ▸ rfl - | isFalse h => isFalse <| fun h' => Int.noConfusion h' (fun h' => absurd h' h) - | negSucc a, negSucc b => match decEq a b with - | isTrue h => isTrue <| h ▸ rfl - | isFalse h => isFalse <| fun h' => Int.noConfusion h' (fun h' => absurd h' h) + | ofNat a, ofNat b => + if h : a = b then + isTrue <| h ▸ rfl + else + isFalse <| fun h' => Int.noConfusion h' (fun h' => absurd h' h) + | negSucc a, negSucc b => + if h : a = b then + isTrue <| h ▸ rfl + else + isFalse <| fun h' => Int.noConfusion h' (fun h' => absurd h' h) | ofNat _, negSucc _ => isFalse <| fun h => Int.noConfusion h | negSucc _, ofNat _ => isFalse <| fun h => Int.noConfusion h diff --git a/src/Init/Data/List/Basic.lean b/src/Init/Data/List/Basic.lean index 583a0c5c0165..446e2bc15250 100644 --- a/src/Init/Data/List/Basic.lean +++ b/src/Init/Data/List/Basic.lean @@ -656,22 +656,24 @@ inductive lt [LT α] : List α → List α → Prop where instance [LT α] : LT (List α) := ⟨List.lt⟩ -instance hasDecidableLt [LT α] [h : DecidableRel (α:=α) (·<·)] : (l₁ l₂ : List α) → Decidable (l₁ < l₂) +instance hasDecidableLt [LT α] [DecidableRel (α:=α) (·<·)] : (l₁ l₂ : List α) → Decidable (l₁ < l₂) | [], [] => isFalse (fun h => nomatch h) | [], _::_ => isTrue (List.lt.nil _ _) | _::_, [] => isFalse (fun h => nomatch h) | a::as, b::bs => - match h a b with - | isTrue h₁ => isTrue (List.lt.head _ _ h₁) - | isFalse h₁ => - match h b a with - | isTrue h₂ => isFalse (fun h => match h with + if h₁ : a < b then + isTrue (List.lt.head _ _ h₁) + else + if h₂ : b < a then + isFalse (fun h => match h with | List.lt.head _ _ h₁' => absurd h₁' h₁ | List.lt.tail _ h₂' _ => absurd h₂ h₂') - | isFalse h₂ => - match hasDecidableLt as bs with - | isTrue h₃ => isTrue (List.lt.tail h₁ h₂ h₃) - | isFalse h₃ => isFalse (fun h => match h with + else + have := hasDecidableLt as bs + if h₃ : as < bs then + isTrue (List.lt.tail h₁ h₂ h₃) + else + isFalse (fun h => match h with | List.lt.head _ _ h₁' => absurd h₁' h₁ | List.lt.tail _ _ h₃' => absurd h₃' h₃) @@ -715,17 +717,6 @@ and they are pairwise related by `eqv`. | a::as, b::bs, eqv => eqv a b && isEqv as bs eqv | _, _, _ => false -/-- -The equality relation on lists asserts that they have the same length -and they are pairwise `BEq`. --/ -protected def beq [BEq α] : List α → List α → Bool - | [], [] => true - | a::as, b::bs => a == b && List.beq as bs - | _, _ => false - -instance [BEq α] : BEq (List α) := ⟨List.beq⟩ - /-- `replicate n a` is `n` copies of `a`: * `replicate 5 a = [a, a, a, a, a]` diff --git a/src/Init/Data/Nat/Div.lean b/src/Init/Data/Nat/Div.lean index 31fe788f175d..f7825bf3a63c 100644 --- a/src/Init/Data/Nat/Div.lean +++ b/src/Init/Data/Nat/Div.lean @@ -44,9 +44,9 @@ theorem div_le_self (n k : Nat) : n / k ≤ n := by | ind n ih => rw [div_eq] -- Note: manual split to avoid Classical.em which is not yet defined - cases (inferInstance : Decidable (0 < k ∧ k ≤ n)) with - | isFalse h => simp [h] - | isTrue h => + refine if h : 0 < k ∧ k ≤ n then ?t else ?e + case e => simp [h] + case t => suffices (n - k) / k + 1 ≤ n by simp [h, this] have ⟨hK, hKN⟩ := h have hSub : n - k < n := sub_lt (Nat.lt_of_lt_of_le hK hKN) hK @@ -55,9 +55,9 @@ theorem div_le_self (n k : Nat) : n / k ≤ n := by theorem div_lt_self {n k : Nat} (hLtN : 0 < n) (hLtK : 1 < k) : n / k < n := by rw [div_eq] - cases (inferInstance : Decidable (0 < k ∧ k ≤ n)) with - | isFalse h => simp [hLtN, h] - | isTrue h => + refine if h : 0 < k ∧ k ≤ n then ?t else ?e + case e => simp [hLtN, h] + case t => suffices (n - k) / k + 1 < n by simp [h, this] have ⟨_, hKN⟩ := h have : (n - k) / k ≤ n - k := div_le_self (n - k) k @@ -165,10 +165,9 @@ theorem mod_one (x : Nat) : x % 1 = 0 := by theorem div_add_mod (m n : Nat) : n * (m / n) + m % n = m := by rw [div_eq, mod_eq] - have h : Decidable (0 < n ∧ n ≤ m) := inferInstance - cases h with - | isFalse h => simp [h] - | isTrue h => + refine if h : 0 < n ∧ n ≤ m then ?t else ?e + case e => simp [h] + case t => simp [h] have ih := div_add_mod (m - n) n rw [Nat.left_distrib, Nat.mul_one, Nat.add_assoc, Nat.add_left_comm, ih, Nat.add_comm, Nat.sub_add_cancel h.2] diff --git a/src/Init/Data/Nat/SOM.lean b/src/Init/Data/Nat/SOM.lean index 6c16b8878fcd..a53f3e7c544d 100644 --- a/src/Init/Data/Nat/SOM.lean +++ b/src/Init/Data/Nat/SOM.lean @@ -180,5 +180,3 @@ theorem Expr.eq_of_toPoly_eq (ctx : Context) (a b : Expr) (h : a.toPoly == b.toP have h := congrArg (Poly.denote ctx) (eq_of_beq h) simp [toPoly_denote] at h assumption - -end Nat.SOM diff --git a/src/Init/Data/Repr.lean b/src/Init/Data/Repr.lean index 10d2fa7a6ee4..ec4ace957a2f 100644 --- a/src/Init/Data/Repr.lean +++ b/src/Init/Data/Repr.lean @@ -50,9 +50,7 @@ def Repr.addAppParen (f : Format) (prec : Nat) : Format := f instance : Repr (Decidable p) where - reprPrec - | Decidable.isTrue _, prec => Repr.addAppParen "isTrue _" prec - | Decidable.isFalse _, prec => Repr.addAppParen "isFalse _" prec + reprPrec d := Repr.addAppParen (if d.1 then "isTrue _" else "isFalse _") instance : Repr PUnit.{u+1} where reprPrec _ _ := "PUnit.unit" diff --git a/src/Init/Data/ToString/Basic.lean b/src/Init/Data/ToString/Basic.lean index 97cb28c8f384..82b47659a1db 100644 --- a/src/Init/Data/ToString/Basic.lean +++ b/src/Init/Data/ToString/Basic.lean @@ -40,10 +40,8 @@ instance : ToString String.Iterator := instance : ToString Bool := ⟨fun b => cond b "true" "false"⟩ -instance {p : Prop} : ToString (Decidable p) := ⟨fun h => - match h with - | Decidable.isTrue _ => "true" - | Decidable.isFalse _ => "false"⟩ +instance : ToString (Decidable p) where + toString h := toString h.1 protected def List.toString [ToString α] : List α → String | [] => "[]" diff --git a/src/Init/Prelude.lean b/src/Init/Prelude.lean index 5bafd30b694f..036cc4162e00 100644 --- a/src/Init/Prelude.lean +++ b/src/Init/Prelude.lean @@ -774,6 +774,24 @@ theorem ULift.up_down {α : Type u} (b : ULift.{v} α) : Eq (up (down b)) b := r /-- Bijection between `α` and `ULift.{v} α` -/ theorem ULift.down_up {α : Type u} (a : α) : Eq (down (up.{v} a)) a := rfl +/-- +If and only if, or logical bi-implication. `a ↔ b` means that `a` implies `b` and vice versa. +By `propext`, this implies that `a` and `b` are equal and hence any expression involving `a` +is equivalent to the corresponding expression with `b` instead. +-/ +structure Iff (a b : Prop) : Prop where + /-- If `a → b` and `b → a` then `a` and `b` are equivalent. -/ + intro :: + /-- Modus ponens for if and only if. If `a ↔ b` and `a`, then `b`. -/ + mp : a → b + /-- Modus ponens for if and only if, reversed. If `a ↔ b` and `b`, then `a`. -/ + mpr : b → a + +theorem Iff.trans (h₁ : Iff a b) (h₂ : Iff b c) : Iff a c := + Iff.intro + (fun ha => Iff.mp h₂ (Iff.mp h₁ ha)) + (fun hc => Iff.mpr h₁ (Iff.mpr h₂ hc)) + /-- `Decidable p` is a data-carrying class that supplies a proof that `p` is either `true` or `false`. It is equivalent to `Bool` (and in fact it has the @@ -788,22 +806,35 @@ decidability instance instead of the proposition, which has no code). If a proposition `p` is `Decidable`, then `(by decide : p)` will prove it by evaluating the decidability instance to `isTrue h` and returning `h`. -/ -class inductive Decidable (p : Prop) where - /-- Prove that `p` is decidable by supplying a proof of `¬p` -/ - | isFalse (h : Not p) : Decidable p - /-- Prove that `p` is decidable by supplying a proof of `p` -/ - | isTrue (h : p) : Decidable p +class Decidable (p : Prop) where + /-- + Convert a decidable proposition into a boolean value. -/-- -Convert a decidable proposition into a boolean value. + If `p : Prop` is decidable, then `decide p : Bool` is the boolean value + which is `true` if `p` is true and `false` if `p` is false. + -/ + decide : Bool + /-- `decide p` evaluates to the Boolean `true` if and only if `p` is a true proposition. -/ + decide_iff : Iff decide.asProp p -If `p : Prop` is decidable, then `decide p : Bool` is the boolean value -which is `true` if `p` is true and `false` if `p` is false. --/ -@[inline_if_reduce, nospecialize] def Decidable.decide (p : Prop) [h : Decidable p] : Bool := - h.casesOn (fun _ => false) (fun _ => true) +open Decidable (decide decide_iff) + +/-- Transfer a decidability proof across an equivalence of propositions. -/ +abbrev Decidable.ofIff (p : Prop) [Decidable p] (h : Iff p q) : Decidable q where + decide := decide p + decide_iff := .trans decide_iff h -export Decidable (isTrue isFalse decide) +/-- Prove that `p` is decidable by supplying a proof of `p` -/ +abbrev Decidable.isTrue (h : p) : Decidable p where + decide := true + decide_iff := ⟨fun _ => h, fun _ => .refl _⟩ + +/-- Prove that `p` is decidable by supplying a proof of `¬ p` -/ +abbrev Decidable.isFalse (h : Not p) : Decidable p where + decide := false + decide_iff := ⟨(nomatch ·), (absurd · h)⟩ + +export Decidable (isTrue isFalse decide decide_iff) /-- A decidable predicate. See `Decidable`. -/ abbrev DecidablePred {α : Sort u} (r : α → Prop) := @@ -820,40 +851,31 @@ for all `a b : α`. See `Decidable`. abbrev DecidableEq (α : Sort u) := (a b : α) → Decidable (Eq a b) -/-- Proves that `a = b` is decidable given `DecidableEq α`. -/ -def decEq {α : Sort u} [inst : DecidableEq α] (a b : α) : Decidable (Eq a b) := - inst a b +/-- Transfer a decidability equality proof across an injective function. -/ +abbrev DecidableEq.ofInj [DecidableEq β] (f : α → β) + (h : ∀ {x y}, Eq (f x) (f y) → Eq x y) : DecidableEq α := + fun x y => .ofIff (Eq (f x) (f y)) ⟨h, (· ▸ .refl _)⟩ -set_option linter.unusedVariables false in -theorem decide_eq_true : [inst : Decidable p] → p → Eq (decide p) true - | isTrue _, _ => rfl - | isFalse h₁, h₂ => absurd h₂ h₁ +theorem decide_eq_true [Decidable p] : p → Eq (decide p) true := + decide_iff.2 -theorem decide_eq_false : [Decidable p] → Not p → Eq (decide p) false - | isTrue h₁, h₂ => absurd h₁ h₂ - | isFalse _, _ => rfl +theorem decide_eq_false [Decidable p] (h : Not p) : Eq (decide p) false := + eq_false_of_ne_true fun h' => h (decide_iff.1 h') -theorem of_decide_eq_true [inst : Decidable p] : Eq (decide p) true → p := fun h => - match (generalizing := false) inst with - | isTrue h₁ => h₁ - | isFalse h₁ => absurd h (ne_true_of_eq_false (decide_eq_false h₁)) +theorem of_decide_eq_true [Decidable p] : Eq (decide p) true → p := + decide_iff.1 -theorem of_decide_eq_false [inst : Decidable p] : Eq (decide p) false → Not p := fun h => - match (generalizing := false) inst with - | isTrue h₁ => absurd h (ne_false_of_eq_true (decide_eq_true h₁)) - | isFalse h₁ => h₁ +theorem of_decide_eq_false [Decidable p] (h : Eq (decide p) false) : Not p := + fun h' => ne_false_of_eq_true (decide_eq_true h') h -theorem of_decide_eq_self_eq_true [inst : DecidableEq α] (a : α) : Eq (decide (Eq a a)) true := - match (generalizing := false) inst a a with - | isTrue _ => rfl - | isFalse h₁ => absurd rfl h₁ +theorem of_decide_eq_self_eq_true [DecidableEq α] (a : α) : Eq (decide (Eq a a)) true := + decide_eq_true (.refl _) theorem decide_asProp_of [Decidable p] : p → (decide p).asProp := decide_eq_true -instance : Decidable (Bool.asProp b) := - match b with - | true => isTrue rfl - | false => isFalse (nomatch ·) +instance : Decidable (Bool.asProp b) where + decide := b + decide_iff := ⟨id, id⟩ /-- Decidable equality for Bool -/ @[inline] def Bool.decEq (a b : Bool) : Decidable (Eq a b) := @@ -883,6 +905,7 @@ open BEq (beq) instance [DecidableEq α] : BEq α where beq a b := decide (Eq a b) +/-! # if-then-else -/ /-- "Dependent" if-then-else, normally written via the notation `if h : c then t(h) else e(h)`, @@ -899,9 +922,9 @@ lifted the check into an explicit `if`, but we could also use this proof multipl or derive `i < arr.size` from some other proposition that we are checking in the `if`.) -/ @[macro_inline] def dite {α : Sort u} (c : Prop) [h : Decidable c] (t : c → α) (e : Not c → α) : α := - h.casesOn e t - -/-! # if-then-else -/ + match h with + | ⟨true, h⟩ => t (h.1 (.refl _)) + | ⟨false, h⟩ => e (nomatch h.2 ·) /-- `if c then t else e` is notation for `ite c t e`, "if-then-else", which decides to @@ -921,32 +944,9 @@ the expected "lazy" behavior of `if`: the `t` and `e` arguments delay evaluation until `c` is known. -/ @[macro_inline] def ite {α : Sort u} (c : Prop) [h : Decidable c] (t e : α) : α := - h.casesOn (fun _ => e) (fun _ => t) - -@[macro_inline] instance {p q} [dp : Decidable p] [dq : Decidable q] : Decidable (And p q) := - match dp with - | isTrue hp => - match dq with - | isTrue hq => isTrue ⟨hp, hq⟩ - | isFalse hq => isFalse (fun h => hq (And.right h)) - | isFalse hp => - isFalse (fun h => hp (And.left h)) - -@[macro_inline] instance [dp : Decidable p] [dq : Decidable q] : Decidable (Or p q) := - match dp with - | isTrue hp => isTrue (Or.inl hp) - | isFalse hp => - match dq with - | isTrue hq => isTrue (Or.inr hq) - | isFalse hq => - isFalse fun h => match h with - | Or.inl h => hp h - | Or.inr h => hq h - -instance [dp : Decidable p] : Decidable (Not p) := - match dp with - | isTrue hp => isFalse (absurd hp) - | isFalse hp => isTrue hp + match h with + | ⟨true, _⟩ => t + | ⟨false, _⟩ => e /-! # Boolean operators -/ @@ -972,6 +972,14 @@ if `x` is true then `y` is not evaluated. | true => true | false => y +@[macro_inline] instance [Decidable p] [Decidable q] : Decidable (Or p q) where + decide := or (decide p) (decide q) + decide_iff := + match h : decide p with + | true => ⟨fun _ => .inl (of_decide_eq_true h), fun _ => .refl _⟩ + | false => ⟨fun hq => .inr (of_decide_eq_true hq), + fun | .inl hp => absurd hp (of_decide_eq_false h) | .inr hq => decide_eq_true hq⟩ + /-- `and x y`, or `x && y`, is the boolean "and" operation (not to be confused with `And : Prop → Prop → Prop`, which is the propositional connective). @@ -983,6 +991,13 @@ if `x` is false then `y` is not evaluated. | false => false | true => y +@[macro_inline] instance [Decidable p] [Decidable q] : Decidable (And p q) where + decide := and (decide p) (decide q) + decide_iff := + match hp : decide p with + | true => ⟨fun hq => ⟨of_decide_eq_true hp, of_decide_eq_true hq⟩, fun ⟨_, hq⟩ => decide_eq_true hq⟩ + | false => ⟨(nomatch ·), fun ⟨hnp, _⟩ => absurd hnp (of_decide_eq_false hp)⟩ + /-- `not x`, or `!x`, is the boolean "not" operation (not to be confused with `Not : Prop → Prop`, which is the propositional connective). @@ -991,6 +1006,14 @@ with `Not : Prop → Prop`, which is the propositional connective). | true => false | false => true +instance [Decidable p] : Decidable (Not p) where + decide := not (decide p) + decide_iff := + match h : decide p with + | true => ⟨(nomatch ·), fun hp => absurd (of_decide_eq_true h) hp⟩ + | false => ⟨fun _ => of_decide_eq_false h, fun _ => .refl _⟩ + + /-- The type of natural numbers, starting at zero. It is defined as an inductive type freely generated by "zero is a natural number" and @@ -1513,11 +1536,12 @@ This definition is overridden in the compiler to efficiently evaluate using the "bignum" representation (see `Nat`). The definition provided here is the logical model. -/ -@[reducible, extern "lean_nat_dec_eq"] -protected def Nat.decEq (n m : @& Nat) : Decidable (Eq n m) := - match h:beq n m with - | true => isTrue (Nat.eq_of_beq h) - | false => isFalse (ne_of_beq_eq_false h) +@[extern "lean_nat_dec_eq"] +protected abbrev Nat.decEq (n m : @& Nat) : Decidable (Eq n m) where + decide := beq n m + decide_iff := match h : beq n m with + | true => ⟨fun _ => Nat.eq_of_beq h, fun _ => .refl _⟩ + | false => ⟨(nomatch ·), (absurd · (ne_of_beq_eq_false h))⟩ @[inline] instance : DecidableEq Nat := Nat.decEq @@ -1681,9 +1705,9 @@ theorem Nat.ble_of_le (h : LE.le n m) : (Nat.ble n m).asProp := theorem Nat.not_le_of_not_ble (h : Not (Nat.ble n m).asProp) : Not (LE.le n m) := fun h' => absurd (Nat.ble_of_le h') h -@[extern "lean_nat_dec_le"] -instance Nat.decLe (n m : @& Nat) : Decidable (LE.le n m) := - dite (Nat.ble n m).asProp (fun h => isTrue (Nat.le_of_ble h)) (fun h => isFalse (Nat.not_le_of_not_ble h)) +instance Nat.decLe (n m : Nat) : Decidable (LE.le n m) where + decide := Nat.ble n m + decide_iff := ⟨Nat.le_of_ble, Nat.ble_of_le⟩ @[extern "lean_nat_dec_lt"] instance Nat.decLt (n m : @& Nat) : Decidable (LT.lt n m) := @@ -1745,10 +1769,7 @@ theorem Fin.ne_of_val_ne {n} {i j : Fin n} (h : Not (Eq i.val j.val)) : Not (Eq fun h' => absurd (val_eq_of_eq h') h instance (n : Nat) : DecidableEq (Fin n) := - fun i j => - match decEq i.val j.val with - | isTrue h => isTrue (Fin.eq_of_val_eq h) - | isFalse h => isFalse (Fin.ne_of_val_ne h) + DecidableEq.ofInj (·.1) Fin.eq_of_val_eq instance {n} : LT (Fin n) where lt a b := LT.lt a.val b.val @@ -1873,12 +1894,8 @@ Decides equality on `UInt32`. This function is overridden with a native implementation. -/ @[extern "lean_uint32_dec_eq"] -def UInt32.decEq (a b : UInt32) : Decidable (Eq a b) := - match a, b with - | ⟨n⟩, ⟨m⟩ => - dite (Eq n m) (fun h => isTrue (h ▸ rfl)) (fun h => isFalse (fun h' => UInt32.noConfusion h' (fun h' => absurd h' h))) - -instance : DecidableEq UInt32 := UInt32.decEq +instance UInt32.decEq : (a b : UInt32) → Decidable (Eq a b) := + DecidableEq.ofInj (·.1) @fun ⟨a⟩ ⟨b⟩ => fun (h : Eq a b) => h ▸ .refl _ instance : Inhabited UInt32 where default := UInt32.ofNatCore 0 (by decide) @@ -1942,12 +1959,8 @@ Decides equality on `UInt64`. This function is overridden with a native implementation. -/ @[extern "lean_uint64_dec_eq"] -def UInt64.decEq (a b : UInt64) : Decidable (Eq a b) := - match a, b with - | ⟨n⟩, ⟨m⟩ => - dite (Eq n m) (fun h => isTrue (h ▸ rfl)) (fun h => isFalse (fun h' => UInt64.noConfusion h' (fun h' => absurd h' h))) - -instance : DecidableEq UInt64 := UInt64.decEq +instance UInt64.decEq : (a b : UInt64) → Decidable (Eq a b) := + DecidableEq.ofInj (·.1) @fun ⟨a⟩ ⟨b⟩ => fun (h : Eq a b) => h ▸ .refl _ instance : Inhabited UInt64 where default := UInt64.ofNatCore 0 (by decide) @@ -1994,12 +2007,8 @@ Decides equality on `USize`. This function is overridden with a native implementation. -/ @[extern "lean_usize_dec_eq"] -def USize.decEq (a b : USize) : Decidable (Eq a b) := - match a, b with - | ⟨n⟩, ⟨m⟩ => - dite (Eq n m) (fun h =>isTrue (h ▸ rfl)) (fun h => isFalse (fun h' => USize.noConfusion h' (fun h' => absurd h' h))) - -instance : DecidableEq USize := USize.decEq +instance USize.decEq : (a b : USize) → Decidable (Eq a b) := + DecidableEq.ofInj (·.1) @fun ⟨a⟩ ⟨b⟩ => fun (h : Eq a b) => h ▸ .refl _ instance : Inhabited USize where default := USize.ofNatCore 0 (match USize.size, usize_size_eq with @@ -2078,10 +2087,7 @@ theorem Char.val_ne_of_ne {c d : Char} (h : Not (Eq c d)) : Not (Eq c.val d.val) fun h' => absurd (eq_of_val_eq h') h instance : DecidableEq Char := - fun c d => - match decEq c.val d.val with - | isTrue h => isTrue (Char.eq_of_val_eq h) - | isFalse h => isFalse (Char.ne_of_val_ne h) + DecidableEq.ofInj (·.1) Char.eq_of_val_eq /-- Returns the number of bytes required to encode this `Char` in UTF-8. -/ def Char.utf8Size (c : Char) : UInt32 := @@ -2175,20 +2181,31 @@ inductive List (α : Type u) where instance {α} : Inhabited (List α) where default := List.nil -/-- Implements decidable equality for `List α`, assuming `α` has decidable equality. -/ -protected def List.hasDecEq {α : Type u} [DecidableEq α] : (a b : List α) → Decidable (Eq a b) - | nil, nil => isTrue rfl - | cons _ _, nil => isFalse (fun h => List.noConfusion h) - | nil, cons _ _ => isFalse (fun h => List.noConfusion h) - | cons a as, cons b bs => - match decEq a b with - | isTrue hab => - match List.hasDecEq as bs with - | isTrue habs => isTrue (hab ▸ habs ▸ rfl) - | isFalse nabs => isFalse (fun h => List.noConfusion h (fun _ habs => absurd habs nabs)) - | isFalse nab => isFalse (fun h => List.noConfusion h (fun hab _ => absurd hab nab)) +/-- +The equality relation on lists asserts that they have the same length +and they are pairwise `BEq`. +-/ +protected def List.beq [BEq α] : List α → List α → Bool + | .nil, .nil => true + | .cons a as, .cons b bs => and (beq a b) (List.beq as bs) + | _, _ => false + +instance [BEq α] : BEq (List α) := ⟨List.beq⟩ -instance {α : Type u} [DecidableEq α] : DecidableEq (List α) := List.hasDecEq +instance [DecidableEq α] : DecidableEq (List α) := + fun xs ys => { + decide := xs.beq ys + decide_iff := proof xs ys + } +where + proof + | .nil, .nil => ⟨fun _ => .refl _, fun _ => .refl _⟩ + | .cons x xs, .cons y ys => show Iff (Eq (and _ _) true) _ from + match h : beq x y with + | true => of_decide_eq_true h ▸ + .trans (proof xs ys) ⟨(· ▸ .refl _), (List.noConfusion · fun _ h2 => h2)⟩ + | false => ⟨(nomatch ·), (List.noConfusion · fun h1 _ => absurd h1 (of_decide_eq_false h))⟩ + | .nil, .cons .. | .cons .., .nil => ⟨(nomatch ·), (nomatch ·)⟩ /-- Folds a function over a list from the left: @@ -2292,9 +2309,7 @@ instance : Inhabited String.Pos where default := {} instance : DecidableEq String.Pos := - fun ⟨a⟩ ⟨b⟩ => match decEq a b with - | isTrue h => isTrue (h ▸ rfl) - | isFalse h => isFalse (fun he => String.Pos.noConfusion he fun he => absurd he h) + DecidableEq.ofInj (·.1) @fun ⟨a⟩ ⟨b⟩ => fun (h : Eq a b) => h ▸ .refl _ /-- A `Substring` is a view into some subslice of a `String`. diff --git a/src/Init/SimpLemmas.lean b/src/Init/SimpLemmas.lean index 4cb9c129a032..46614a3205bf 100644 --- a/src/Init/SimpLemmas.lean +++ b/src/Init/SimpLemmas.lean @@ -78,7 +78,7 @@ theorem dite_congr {_ : Decidable b} [Decidable c] @[simp] theorem ite_false (a b : α) : (if False then a else b) = b := rfl @[simp] theorem dite_true {α : Sort u} {t : True → α} {e : ¬ True → α} : (dite True t e) = t True.intro := rfl @[simp] theorem dite_false {α : Sort u} {t : False → α} {e : ¬ False → α} : (dite False t e) = e not_false := rfl -@[simp] theorem ite_self {α : Sort u} {c : Prop} {d : Decidable c} (a : α) : ite c a a = a := by cases d <;> rfl +@[simp] theorem ite_self {_ : Decidable c} (a : α) : ite c a a = a := if h : c then if_pos h else if_neg h @[simp] theorem and_self (p : Prop) : (p ∧ p) = p := propext ⟨(·.1), fun h => ⟨h, h⟩⟩ @[simp] theorem and_true (p : Prop) : (p ∧ True) = p := propext ⟨(·.1), (⟨·, trivial⟩)⟩ @[simp] theorem true_and (p : Prop) : (True ∧ p) = p := propext ⟨(·.2), (⟨trivial, ·⟩)⟩ @@ -136,7 +136,7 @@ theorem Bool.not_beq_to_not_eq (a b : Bool) : @[simp] theorem Bool.not_eq_false (b : Bool) : (¬(b = false)) = (b = true) := by cases b <;> decide @[simp] theorem decide_eq_true_eq [Decidable p] : (decide p = true) = p := propext <| Iff.intro of_decide_eq_true decide_eq_true -@[simp] theorem not_decide_eq_true [h : Decidable p] : ((!decide p) = true) = ¬ p := by cases h <;> simp [decide, *] +@[simp] theorem not_decide_eq_true [Decidable p] : ((!decide p) = true) = ¬ p := propext (decide_iff (p := (¬ p))) @[simp] theorem heq_eq_eq {α : Sort u} (a b : α) : HEq a b = (a = b) := propext <| Iff.intro eq_of_heq heq_of_eq @@ -168,9 +168,9 @@ theorem cond_neg : ¬ c.asProp → cond c a b = b := by cases c <;> simp theorem Bool.eq_of_asProp_eq {b c : Bool} : b.asProp = c.asProp → b = c := by cases b <;> cases c <;> simp -@[simp] theorem decide_asProp : decide (Bool.asProp b) = b := by cases b <;> simp +@[simp] theorem decide_asProp : decide (Bool.asProp b) = b := rfl @[simp] theorem decide_False : decide False = false := rfl @[simp] theorem decide_True : decide True = true := rfl -@[simp] theorem decide_and [Decidable p] [Decidable q] : decide (p ∧ q) = (decide p && decide q) := Bool.eq_of_asProp_eq (by simp) -@[simp] theorem decide_or [Decidable p] [Decidable q] : decide (p ∨ q) = (decide p || decide q) := Bool.eq_of_asProp_eq (by simp) -@[simp] theorem decide_not [Decidable p] : decide (¬ p) = !decide p := Bool.eq_of_asProp_eq (by simp) +@[simp] theorem decide_and [Decidable p] [Decidable q] : decide (p ∧ q) = (decide p && decide q) := rfl +@[simp] theorem decide_or [Decidable p] [Decidable q] : decide (p ∨ q) = (decide p || decide q) := rfl +@[simp] theorem decide_not [Decidable p] : decide (¬ p) = !decide p := rfl diff --git a/src/Lean/Compiler/LCNF/CompilerM.lean b/src/Lean/Compiler/LCNF/CompilerM.lean index 5e261a4c7f78..9e9dfd612032 100644 --- a/src/Lean/Compiler/LCNF/CompilerM.lean +++ b/src/Lean/Compiler/LCNF/CompilerM.lean @@ -20,7 +20,7 @@ inductive Phase where | mono /-- In this phase impure stuff such as RC or efficient BaseIO transformations happen. -/ | impure - deriving Inhabited + deriving Inhabited, DecidableEq /-- The state managed by the `CompilerM` `Monad`. diff --git a/src/Lean/Meta/WHNF.lean b/src/Lean/Meta/WHNF.lean index faadca91fea3..69a575805939 100644 --- a/src/Lean/Meta/WHNF.lean +++ b/src/Lean/Meta/WHNF.lean @@ -387,10 +387,9 @@ def canUnfoldAtMatcher (cfg : Config) (info : ConstantInfo) : CoreM Bool := do else return info.name == ``ite || info.name == ``dite - || info.name == ``decEq || info.name == ``Nat.decEq || info.name == ``Char.ofNat || info.name == ``Char.ofNatAux - || info.name == ``String.decEq || info.name == ``List.hasDecEq + || info.name == ``String.decEq || info.name == ``Fin.ofNat || info.name == ``UInt8.ofNat || info.name == ``UInt8.decEq || info.name == ``UInt16.ofNat || info.name == ``UInt16.decEq diff --git a/tests/lean/1079.lean b/tests/lean/1079.lean deleted file mode 100644 index d1a60108347c..000000000000 --- a/tests/lean/1079.lean +++ /dev/null @@ -1,14 +0,0 @@ -theorem bad : ∀ (m n : Nat), (if m = n then Ordering.eq else Ordering.gt) = Ordering.lt → False := by - intros m n - cases (Nat.decEq m n) with -- an error as expected: "alternative `isFalse` has not bee provided" - | isTrue h => - set_option trace.Meta.Tactic.simp true in - simp [h] - -theorem bad' : ∀ (m n : Nat), (if m = n then Ordering.eq else Ordering.gt) = Ordering.lt → False := by - intros m n - cases (Nat.decEq m n) with - | isTrue h => - simp [h] - | isFalse h => - simp [h] diff --git a/tests/lean/1079.lean.expected.out b/tests/lean/1079.lean.expected.out deleted file mode 100644 index e01a614637fb..000000000000 --- a/tests/lean/1079.lean.expected.out +++ /dev/null @@ -1,13 +0,0 @@ -1079.lean:3:2-6:12: error: alternative 'isFalse' has not been provided -[Meta.Tactic.simp.rewrite] h:1000, m ==> n -[Meta.Tactic.simp.rewrite] @eq_self:1000, n = n ==> True -[Meta.Tactic.simp.unify] @ite_self:1000, failed to unify - if ?c then ?a else ?a - with - if True then Ordering.eq else Ordering.gt -[Meta.Tactic.simp.rewrite] @ite_true:1000, if True then Ordering.eq else Ordering.gt ==> Ordering.eq -[Meta.Tactic.simp.unify] @eq_self:1000, failed to unify - ?a = ?a - with - Ordering.eq = Ordering.lt -[Meta.Tactic.simp.rewrite] false_implies:1000, False → False ==> True diff --git a/tests/lean/CompilerProvokeFloatLet.lean.expected.out b/tests/lean/CompilerProvokeFloatLet.lean.expected.out index 5fe1cf4fa567..f8d1e0a734ea 100644 --- a/tests/lean/CompilerProvokeFloatLet.lean.expected.out +++ b/tests/lean/CompilerProvokeFloatLet.lean.expected.out @@ -1,26 +1,27 @@ -[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm - `Decidable.isFalse 1 -[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm - `Decidable.isTrue 2 +[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Decidable.mk 4 +[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.false 1 +[Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.true 2 [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Nat.zero 1 [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Nat.succ 1 -[Compiler.floatLetIn] size: 12 +[Compiler.floatLetIn] size: 14 def provokeFloatLet x y cond : Nat := - let dual := Nat.mul x y; let _x.1 := @instDecidableAsProp cond; cases _x.1 : Nat - | Decidable.isFalse x.2 => - let b := Nat.add x y; - let _x.3 := Nat.add b dual; - return _x.3 - | Decidable.isTrue x.4 => - cases dual : Nat - | Nat.zero => - let a := Nat.pow x y; - return a - | Nat.succ n.5 => - let c := Nat.sub x y; - return c + | Decidable.mk decide.2 decide_iff.3 => + let dual := Nat.mul x y; + cases decide.2 : Nat + | Bool.false => + let b := Nat.add x y; + let _x.4 := Nat.add b dual; + return _x.4 + | Bool.true => + cases dual : Nat + | Nat.zero => + let a := Nat.pow x y; + return a + | Nat.succ n.5 => + let c := Nat.sub x y; + return c [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.false 0 [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Bool.true 0 [Compiler.floatLetIn] Size of code that was pushed into arm: Lean.Compiler.LCNF.FloatLetIn.Decision.arm `Nat.zero 0 diff --git a/tests/lean/hidingInaccessibleNames.lean b/tests/lean/hidingInaccessibleNames.lean index c4028786fe89..c55f5d1b49e2 100644 --- a/tests/lean/hidingInaccessibleNames.lean +++ b/tests/lean/hidingInaccessibleNames.lean @@ -20,8 +20,8 @@ theorem ex1 : p ∨ q → q ∨ p := by done theorem ex2 : {p : Prop} → [Decidable p] → p → decide p = true - | _, isTrue _, _ => _ - | _, isFalse h₁, h₂ => absurd h₂ h₁ + | _, ⟨true, _⟩, _ => _ + | _, ⟨false, h₁⟩, h₂ => h₁.2 h₂ theorem ex3 : ∀ {c d : Char}, c = d → c.val = d.val | _, _, rfl => _ diff --git a/tests/lean/hidingInaccessibleNames.lean.expected.out b/tests/lean/hidingInaccessibleNames.lean.expected.out index 7df176e76ccf..5fe4c9002cb7 100644 --- a/tests/lean/hidingInaccessibleNames.lean.expected.out +++ b/tests/lean/hidingInaccessibleNames.lean.expected.out @@ -42,7 +42,8 @@ h✝ : q hidingInaccessibleNames.lean:23:25-23:26: error: don't know how to synthesize placeholder context: p✝ : Prop -h✝ x✝ : p✝ +decide_iff✝ : Bool.asProp true ↔ p✝ +x✝ : p✝ ⊢ decide p✝ = true hidingInaccessibleNames.lean:27:17-27:18: error: don't know how to synthesize placeholder context: diff --git a/tests/lean/interactive/completion7.lean.expected.out b/tests/lean/interactive/completion7.lean.expected.out index 8e5b142bd213..82ee92da605a 100644 --- a/tests/lean/interactive/completion7.lean.expected.out +++ b/tests/lean/interactive/completion7.lean.expected.out @@ -61,7 +61,7 @@ "detail": "Bool → Bool → Bool"}, {"label": "instDecidableAnd", "kind": 3, - "detail": "[dp : Decidable p] → [dq : Decidable q] → Decidable (p ∧ q)"}, + "detail": "[inst : Decidable p] → [inst : Decidable q] → Decidable (p ∧ q)"}, {"label": "instHAnd", "kind": 3, "detail": "[inst : AndOp α] → HAnd α α α"}, {"label": "Append", "kind": 7, diff --git a/tests/lean/interactive/keywordCompletion.lean.expected.out b/tests/lean/interactive/keywordCompletion.lean.expected.out index 5b378eb440ef..926039191ee4 100644 --- a/tests/lean/interactive/keywordCompletion.lean.expected.out +++ b/tests/lean/interactive/keywordCompletion.lean.expected.out @@ -11,10 +11,6 @@ {"label": "regular", "kind": 21, "detail": "Nat"}, {"label": "reprArg", "kind": 3, "detail": "[inst : Repr α] → α → Std.Format"}, {"label": "termRegister_string_", "kind": 21, "detail": "Lean.ParserDescr"}, - {"label": "recSubsingleton", - "kind": 3, - "detail": - "∀ [h : Decidable p] {h₁ : p → Sort u} {h₂ : ¬p → Sort u} [h₃ : ∀ (h : p), Subsingleton (h₁ h)]\n [h₄ : ∀ (h : ¬p), Subsingleton (h₂ h)], Subsingleton (Decidable.casesOn h h₂ h₁)"}, {"label": "instReprString", "kind": 21, "detail": "Repr String"}, {"label": "instReprSubstring", "kind": 21, "detail": "Repr Substring"}, {"label": "instReprAtomString", "kind": 21, "detail": "ReprAtom String"}], diff --git a/tests/lean/lcnfTypes.lean.expected.out b/tests/lean/lcnfTypes.lean.expected.out index ca005aa51461..8de5448046da 100644 --- a/tests/lean/lcnfTypes.lean.expected.out +++ b/tests/lean/lcnfTypes.lean.expected.out @@ -14,7 +14,7 @@ Ty.denote : Ty → Type MonadControl.liftWith : {m : Type u → Type v} → {n : Type u → Type w} → [self : MonadControl m n] → {α : Type u} → (({β : Type u} → n β → m ◾) → m α) → n α MonadControl.restoreM : {m : Type u → Type v} → {n : Type u → Type w} → [self : MonadControl m n] → {α : Type u} → m ◾ → n α -Decidable.casesOn : {p : Prop} → {motive : Decidable ◾ → Sort u} → Decidable ◾ → (◾ → motive ◾) → (◾ → motive ◾) → motive ◾ +Decidable.casesOn : {p : Prop} → {motive : Decidable ◾ → Sort u} → Decidable ◾ → (Bool → ◾ → motive ◾) → motive ◾ Lean.getConstInfo : {m : Type → Type} → [inst : Monad m] → [inst : Lean.MonadEnv m] → [inst : Lean.MonadError m] → Lean.Name → m Lean.ConstantInfo Lean.Meta.instMonadMetaM : Monad fun α => @@ -46,7 +46,7 @@ Member.head : ◾ → ◾ → List ◾ → Member ◾ ◾ ◾ Ty.denote : ◾ MonadControl.liftWith : ◾ → ◾ → MonadControl ◾ ◾ → ◾ → ((◾ → ◾ → ◾) → ◾) → ◾ MonadControl.restoreM : ◾ → ◾ → MonadControl ◾ ◾ → ◾ → ◾ → ◾ -Decidable.casesOn : ◾ → ◾ → Bool → (◾ → ◾) → (◾ → ◾) → ◾ +Decidable.casesOn : ◾ → ◾ → Bool → (Bool → ◾ → ◾) → ◾ Lean.getConstInfo : ◾ → Monad ◾ → Lean.MonadEnv ◾ → Lean.MonadError ◾ → Lean.Name → ◾ Lean.Meta.instMonadMetaM : Monad ◾ Lean.Meta.inferType : Lean.Expr → Lean.Meta.Context → ◾ → Lean.Core.Context → ◾ → PUnit → EStateM.Result Lean.Exception PUnit Lean.Expr diff --git a/tests/lean/run/1171.lean b/tests/lean/run/1171.lean index d8a90e5d6ca4..b3f717660487 100644 --- a/tests/lean/run/1171.lean +++ b/tests/lean/run/1171.lean @@ -4,8 +4,8 @@ def Nat.hasDecEq: (a: Nat) → (b: Nat) → Decidable (Eq a b) | 0, n+1 => isFalse Nat.noConfusion | n+1, m+1 => match h:hasDecEq n m with -- it works without `h:` - | isTrue heq => isTrue (heq ▸ rfl) - | isFalse hne => isFalse (Nat.noConfusion · (λ heq => absurd heq hne)) + | ⟨true, heq⟩ => isTrue (heq.1 rfl ▸ rfl) + | ⟨false, hne⟩ => isFalse (Nat.noConfusion · (λ heq => absurd heq (nomatch hne.2 ·))) termination_by _ a b => (a, b) set_option pp.proofs true diff --git a/tests/lean/run/1237.lean b/tests/lean/run/1237.lean index e41798c960b3..9c903bdf465f 100644 --- a/tests/lean/run/1237.lean +++ b/tests/lean/run/1237.lean @@ -12,7 +12,7 @@ def dec_subtree (n m : Tree α) : Decidable (Subtree n m) := let ht := dec_subtree .leaf t let hf := dec_subtree .leaf f match ht, hf with - | .isFalse ht, .isFalse hf => .isFalse (fun h => + | ⟨false, ht⟩, ⟨false, hf⟩ => .isFalse (fun h => match h with | .left_head _ _ => sorry | _ => sorry diff --git a/tests/lean/run/1311.lean b/tests/lean/run/1311.lean index 5aa666e702cc..a1e25fc4052b 100644 --- a/tests/lean/run/1311.lean +++ b/tests/lean/run/1311.lean @@ -1,7 +1,8 @@ instance : DecidableEq ByteArray - | ⟨a⟩, ⟨b⟩ => match decEq a b with - | isTrue h₁ => isTrue $ congrArg ByteArray.mk h₁ - | isFalse h₂ => isFalse $ fun h => by cases h; cases (h₂ rfl) + | ⟨a⟩, ⟨b⟩ => { + decide := decide (a = b) + decide_iff := .trans decide_iff ⟨(· ▸ rfl), (by cases ·; rfl)⟩ + } #eval ByteArray.empty = ByteArray.empty #eval ByteArray.empty != ByteArray.empty.push 5 diff --git a/tests/lean/run/394.lean b/tests/lean/run/394.lean index 7b09bfb15b37..bed99237d707 100644 --- a/tests/lean/run/394.lean +++ b/tests/lean/run/394.lean @@ -1,7 +1,5 @@ def casesTFOn {motive : Prop → Sort _} (P) [inst : Decidable P] : (T : motive True) → (F : motive False) → motive P := - λ ht hf => match inst with - | isTrue H => eq_true H ▸ ht - | isFalse H => eq_false H ▸ hf + λ ht hf => if H : P then eq_true H ▸ ht else eq_false H ▸ hf example (P) [Decidable P] : ¬¬P → P := by induction P using casesTFOn diff --git a/tests/lean/run/PPTopDownAnalyze.lean b/tests/lean/run/PPTopDownAnalyze.lean index 86ce9dd2fdfe..e0e53661f3b7 100644 --- a/tests/lean/run/PPTopDownAnalyze.lean +++ b/tests/lean/run/PPTopDownAnalyze.lean @@ -330,6 +330,7 @@ set_option pp.analyze.trustSubtypeMk true in #testDelabN List.partition.loop #testDelabN StateT.modifyGet #testDelabN Nat.gcd_one_left +set_option pp.notation false in -- TODO: if-then-else ignores analyze options #testDelabN List.hasDecidableLt #testDelabN Lean.Xml.parse #testDelabN Add.noConfusionType diff --git a/tests/lean/run/casesRec.lean b/tests/lean/run/casesRec.lean index 2adf9e10e199..92ef015a7a11 100644 --- a/tests/lean/run/casesRec.lean +++ b/tests/lean/run/casesRec.lean @@ -43,9 +43,15 @@ def Foo.deq (a b : Foo) : Decidable (a = b) := by case pair a b => let (a₁, a₂) := a let (b₁, b₂) := b - exact match deq a₁ b₁, deq a₂ b₂ with - | isTrue h₁, isTrue h₂ => isTrue (by rw [h₁,h₂]) - | isFalse h₁, _ => isFalse (fun h => by cases h; cases (h₁ rfl)) - | _, isFalse h₂ => isFalse (fun h => by cases h; cases (h₂ rfl)) + have := deq a₁ b₁ + have := deq a₂ b₂ + exact + if h₁ : a₁ = b₁ then + if h₂ : a₂ = b₂ then + isTrue (by rw [h₁,h₂]) + else + isFalse (fun h => by cases h; cases (h₂ rfl)) + else + isFalse (fun h => by cases h; cases (h₁ rfl)) end Ex3 diff --git a/tests/lean/run/injectionBug.lean b/tests/lean/run/injectionBug.lean index ff3e6d653748..f04f9fdb59a9 100644 --- a/tests/lean/run/injectionBug.lean +++ b/tests/lean/run/injectionBug.lean @@ -8,11 +8,12 @@ inductive Test (α : Type) def test [DecidableEq α] (x y : Test α) : Decidable (x = y) := match x, y with - | Test.mk n xs, Test.mk m ys => by - cases decEq n m with - | isFalse h => apply isFalse; intro n; injection n; apply h _; assumption; done - | isTrue h => + | Test.mk n xs, Test.mk m ys => + if h : n = m then by subst h - cases decEq xs ys with - | isFalse h => apply isFalse; intro n; injection n; apply h _; assumption; done - | isTrue h => subst h; exact isTrue rfl + exact if h : xs = ys then by + subst h; exact isTrue rfl + else by + apply isFalse; intro n; injection n; apply h _; assumption; done + else by + apply isFalse; intro n; injection n; apply h _; assumption; done diff --git a/tests/lean/run/listDecEq.lean b/tests/lean/run/listDecEq.lean index 225e16d5794d..7d58c89aa9de 100644 --- a/tests/lean/run/listDecEq.lean +++ b/tests/lean/run/listDecEq.lean @@ -4,12 +4,14 @@ def listDecEqAux {α} [s : DecidableEq α] : ∀ (as bs : List α), Decidable (a | [], b::bs => isFalse $ fun h => List.noConfusion h | a::as, [] => isFalse $ fun h => List.noConfusion h | a::as, b::bs => - match s a b with - | isTrue h₁ => - match withPtrEqDecEq as bs (fun _ => listDecEqAux as bs) with - | isTrue h₂ => isTrue $ h₁ ▸ h₂ ▸ rfl - | isFalse h₂ => isFalse $ fun h => List.noConfusion h $ fun _ h₃ => absurd h₃ h₂ - | isFalse h₁ => isFalse $ fun h => List.noConfusion h $ fun h₂ _ => absurd h₂ h₁ + if h₁ : a = b then + have := withPtrEqDecEq as bs fun _ => listDecEqAux as bs + if h₂ : as = bs then + isTrue $ h₁ ▸ h₂ ▸ rfl + else + isFalse $ fun h => List.noConfusion h $ fun _ h₃ => absurd h₃ h₂ + else + isFalse $ fun h => List.noConfusion h $ fun h₂ _ => absurd h₂ h₁ instance List.optimizedDecEq {α} [DecidableEq α] : DecidableEq (List α) := -fun a b => withPtrEqDecEq a b (fun _ => listDecEqAux a b) + fun a b => withPtrEqDecEq a b (fun _ => listDecEqAux a b)